[19:31:33.073](0.014s) # testing using transfer mode --link # Checking port 14027 # Found port 14027 Name: old_node Data directory: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/archives Connection string: port=14027 host=/tmp/Q6aBrZEezA Log file: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_old_node.log [19:31:33.122](0.048s) # initializing database system by running initdb # Running: initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --auth trust --wal-segsize 1 --allow-group-access --encoding UTF-8 --lc-collate C --lc-ctype C --locale-provider builtin --builtin-locale C.UTF-8 -k -c debug_copy_parse_plan_trees=on -c debug_write_read_parse_plan_trees=on -c debug_raw_expression_coverage_test=on -c debug_parallel_query=regress The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: builtin default collation: C.UTF-8 LC_COLLATE: C LC_CTYPE: C LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default text search configuration will be set to "english". Data page checksums are enabled. creating directory /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default "max_connections" ... 100 selecting default "shared_buffers" ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata ### Starting node "old_node" # Running: pg_ctl --wait --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --log /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_old_node.log --options --cluster-name=old_node start waiting for server to start.... done server started # Postmaster PID for node "old_node" is 6657 [19:31:35.153](2.031s) ok 1 - check locales in original cluster # Running: createdb regression\"\  !"#$%&'()*+,-\\"\\\ [19:31:35.252](0.100s) ok 2 - created database with ASCII characters from 1 to 45 # Running: createdb regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ [19:31:35.303](0.050s) ok 3 - created database with ASCII characters from 46 to 90 # Running: createdb regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ [19:31:35.332](0.030s) ok 4 - created database with ASCII characters from 91 to 127 [19:31:35.337](0.004s) # running regression tests in old instance # using postmaster on /tmp/Q6aBrZEezA, port 14027 ok 1 - test_setup 528 ms # parallel group (20 tests): varchar char name pg_lsn txid int2 oid bit float4 int4 boolean money uuid regproc enum int8 float8 text rangetypes numeric ok 2 + boolean 664 ms ok 3 + char 191 ms ok 4 + name 224 ms ok 5 + varchar 100 ms ok 6 + text 2176 ms ok 7 + int2 391 ms ok 8 + int4 566 ms ok 9 + int8 1859 ms ok 10 + oid 406 ms ok 11 + float4 566 ms ok 12 + float8 2014 ms ok 13 + bit 480 ms ok 14 + numeric 6030 ms ok 15 + txid 384 ms ok 16 + uuid 1004 ms ok 17 + enum 1700 ms ok 18 + money 723 ms ok 19 + rangetypes 4343 ms ok 20 + pg_lsn 325 ms ok 21 + regproc 1157 ms # parallel group (20 tests): lseg line circle macaddr timetz point path time md5 macaddr8 inet polygon numerology timestamp box date interval timestamptz strings multirangetypes ok 22 + strings 9819 ms ok 23 + md5 487 ms ok 24 + numerology 1354 ms ok 25 + point 386 ms ok 26 + lseg 169 ms ok 27 + line 180 ms ok 28 + box 1716 ms ok 29 + path 431 ms ok 30 + polygon 850 ms ok 31 + circle 232 ms ok 32 + date 5938 ms ok 33 + time 466 ms ok 34 + timetz 343 ms ok 35 + timestamp 1406 ms ok 36 + timestamptz 7562 ms ok 37 + interval 6489 ms ok 38 + inet 596 ms ok 39 + macaddr 298 ms ok 40 + macaddr8 543 ms ok 41 + multirangetypes 11983 ms # parallel group (14 tests): comments misc_sanity mvcc xid expressions unicode database type_sanity stats_import regex opr_sanity geometry tstypes horology ok 42 + geometry 3438 ms ok 43 + horology 4488 ms ok 44 + tstypes 3823 ms ok 45 + regex 2497 ms ok 46 + type_sanity 1591 ms ok 47 + opr_sanity 3046 ms ok 48 + misc_sanity 117 ms ok 49 + comments 66 ms ok 50 + expressions 602 ms ok 51 + unicode 709 ms ok 52 + xid 407 ms ok 53 + mvcc 135 ms ok 54 + database 1025 ms ok 55 + stats_import 1964 ms # parallel group (6 tests): copyencoding copydml copy copyselect insert_conflict insert ok 56 + copy 329 ms ok 57 + copyselect 406 ms ok 58 + copydml 216 ms ok 59 + copyencoding 154 ms ok 60 + insert 2493 ms ok 61 + insert_conflict 786 ms # parallel group (7 tests): create_function_c create_misc create_procedure create_operator create_type create_schema create_table ok 62 + create_function_c 32 ms ok 63 + create_misc 445 ms ok 64 + create_operator 504 ms ok 65 + create_procedure 484 ms ok 66 + create_table 4441 ms ok 67 + create_type 548 ms ok 68 + create_schema 588 ms # parallel group (5 tests): index_including_gist index_including create_index_spgist create_view create_index ok 69 + create_index 7516 ms ok 70 + create_index_spgist 2517 ms ok 71 + create_view 2754 ms ok 72 + index_including 1896 ms ok 73 + index_including_gist 1237 ms # parallel group (16 tests): create_cast infinite_recurse create_aggregate roleattributes drop_if_exists errors create_function_sql select create_am hash_func typed_table vacuum triggers updatable_views constraints inherit ok 74 + create_aggregate 650 ms ok 75 + create_function_sql 1158 ms ok 76 + create_cast 152 ms ok 77 + constraints 14132 ms ok 78 + triggers 6620 ms ok 79 + select 1256 ms ok 80 + inherit 19857 ms ok 81 + typed_table 2995 ms ok 82 + vacuum 3073 ms ok 83 + drop_if_exists 994 ms ok 84 + updatable_views 8028 ms ok 85 + roleattributes 861 ms ok 86 + create_am 2404 ms ok 87 + hash_func 2795 ms ok 88 + errors 1077 ms ok 89 + infinite_recurse 356 ms ok 90 - sanity_check 200 ms # parallel group (20 tests): delete select_distinct_on namespace random select_having case select_implicit select_into hash_index prepared_xacts portals select_distinct union subselect update transactions join btree_index aggregates arrays ok 91 + select_into 725 ms ok 92 + select_distinct 1589 ms ok 93 + select_distinct_on 235 ms ok 94 + select_implicit 579 ms ok 95 + select_having 450 ms ok 96 + subselect 3540 ms ok 97 + union 2744 ms ok 98 + case 552 ms ok 99 + join 8068 ms not ok 100 + aggregates 8195 ms # (test process exited with exit code 2) ok 101 + transactions 4017 ms ok 102 + random 347 ms ok 103 + portals 1429 ms not ok 104 + arrays 8195 ms # (test process exited with exit code 2) not ok 105 + btree_index 8193 ms # (test process exited with exit code 2) ok 106 + hash_index 839 ms ok 107 + update 3909 ms ok 108 + delete 112 ms ok 109 + namespace 247 ms ok 110 + prepared_xacts 1160 ms # parallel group (20 tests): spgist collate tablesample rowsecurity gist password brin init_privs gin replica_identity drop_operator join_hash groupingsets security_label privileges generated_stored identity lock object_address matview not ok 111 + brin 13 ms # (test process exited with exit code 2) not ok 112 + gin 14 ms # (test process exited with exit code 2) not ok 113 + gist 12 ms # (test process exited with exit code 2) not ok 114 + spgist 6 ms # (test process exited with exit code 2) not ok 115 + privileges 19 ms # (test process exited with exit code 2) not ok 116 + init_privs 13 ms # (test process exited with exit code 2) not ok 117 + security_label 19 ms # (test process exited with exit code 2) not ok 118 + collate 7 ms # (test process exited with exit code 2) not ok 119 + matview 24 ms # (test process exited with exit code 2) not ok 120 + lock 22 ms # (test process exited with exit code 2) not ok 121 + replica_identity 14 ms # (test process exited with exit code 2) not ok 122 + rowsecurity 10 ms # (test process exited with exit code 2) not ok 123 + object_address 22 ms # (test process exited with exit code 2) not ok 124 + tablesample 8 ms # (test process exited with exit code 2) not ok 125 + groupingsets 18 ms # (test process exited with exit code 2) not ok 126 + drop_operator 15 ms # (test process exited with exit code 2) not ok 127 + password 10 ms # (test process exited with exit code 2) not ok 128 + identity 20 ms # (test process exited with exit code 2) not ok 129 + generated_stored 19 ms # (test process exited with exit code 2) not ok 130 + join_hash 17 ms # (test process exited with exit code 2) # parallel group (2 tests): brin_multi brin_bloom not ok 131 + brin_bloom 17 ms # (test process exited with exit code 2) not ok 132 + brin_multi 7 ms # (test process exited with exit code 2) # parallel group (19 tests): misc_functions alter_operator create_table_like incremental_sort collate.icu.utf8 tidscan merge create_role alter_generic generated_virtual async misc tidrangescan without_overlaps collate.utf8 tid tsrf dbsize sysviews not ok 133 + create_table_like 8 ms # (test process exited with exit code 2) not ok 134 + alter_generic 14 ms # (test process exited with exit code 2) not ok 135 + alter_operator 7 ms # (test process exited with exit code 2) not ok 136 + misc 18 ms # (test process exited with exit code 2) not ok 137 + async 18 ms # (test process exited with exit code 2) not ok 138 + dbsize 28 ms # (test process exited with exit code 2) not ok 139 + merge 12 ms # (test process exited with exit code 2) not ok 140 + misc_functions 7 ms # (test process exited with exit code 2) not ok 141 + sysviews 30 ms # (test process exited with exit code 2) not ok 142 + tsrf 27 ms # (test process exited with exit code 2) not ok 143 + tid 27 ms # (test process exited with exit code 2) not ok 144 + tidscan 11 ms # (test process exited with exit code 2) not ok 145 + tidrangescan 18 ms # (test process exited with exit code 2) not ok 146 + collate.utf8 27 ms # (test process exited with exit code 2) not ok 147 + collate.icu.utf8 10 ms # (test process exited with exit code 2) not ok 148 + incremental_sort 10 ms # (test process exited with exit code 2) not ok 149 + create_role 12 ms # (test process exited with exit code 2) not ok 150 + without_overlaps 26 ms # (test process exited with exit code 2) not ok 151 + generated_virtual 12 ms # (test process exited with exit code 2) # parallel group (8 tests): psql_crosstab collate.linux.utf8 amutils rules collate.windows.win1252 stats_ext psql_pipeline psql not ok 152 + rules 9 ms # (test process exited with exit code 2) not ok 153 + psql 23 ms # (test process exited with exit code 2) not ok 154 + psql_crosstab 4 ms # (test process exited with exit code 2) not ok 155 + psql_pipeline 15 ms # (test process exited with exit code 2) not ok 156 + amutils 7 ms # (test process exited with exit code 2) not ok 157 + stats_ext 15 ms # (test process exited with exit code 2) not ok 158 + collate.linux.utf8 6 ms # (test process exited with exit code 2) not ok 159 + collate.windows.win1252 14 ms # (test process exited with exit code 2) not ok 160 - select_parallel 5 ms # (test process exited with exit code 2) not ok 161 - write_parallel 5 ms # (test process exited with exit code 2) not ok 162 - vacuum_parallel 4 ms # (test process exited with exit code 2) not ok 163 - maintain_every 4 ms # (test process exited with exit code 2) # parallel group (2 tests): subscription publication not ok 164 + publication 4 ms # (test process exited with exit code 2) not ok 165 + subscription 3 ms # (test process exited with exit code 2) # parallel group (17 tests): tsearch xmlmap select_views dependency functional_deps tsdicts window portals_p2 advisory_lock foreign_key bitmapops indirect_toast foreign_data guc cluster combocid equivclass not ok 166 + select_views 7 ms # (test process exited with exit code 2) not ok 167 + portals_p2 15 ms # (test process exited with exit code 2) not ok 168 + foreign_key 17 ms # (test process exited with exit code 2) not ok 169 + cluster 22 ms # (test process exited with exit code 2) not ok 170 + dependency 9 ms # (test process exited with exit code 2) not ok 171 + guc 20 ms # (test process exited with exit code 2) not ok 172 + bitmapops 16 ms # (test process exited with exit code 2) not ok 173 + combocid 23 ms # (test process exited with exit code 2) not ok 174 + tsearch 5 ms # (test process exited with exit code 2) not ok 175 + tsdicts 12 ms # (test process exited with exit code 2) not ok 176 + foreign_data 19 ms # (test process exited with exit code 2) not ok 177 + window 12 ms # (test process exited with exit code 2) not ok 178 + xmlmap 5 ms # (test process exited with exit code 2) not ok 179 + functional_deps 11 ms # (test process exited with exit code 2) not ok 180 + advisory_lock 14 ms # (test process exited with exit code 2) not ok 181 + indirect_toast 15 ms # (test process exited with exit code 2) not ok 182 + equivclass 24 ms # (test process exited with exit code 2) # parallel group (9 tests): jsonb_jsonpath jsonpath jsonb sqljson_jsontable jsonpath_encoding json_encoding json sqljson_queryfuncs sqljson not ok 183 + json 11 ms # (test process exited with exit code 2) not ok 184 + jsonb 8 ms # (test process exited with exit code 2) not ok 185 + json_encoding 11 ms # (test process exited with exit code 2) not ok 186 + jsonpath 8 ms # (test process exited with exit code 2) not ok 187 + jsonpath_encoding 11 ms # (test process exited with exit code 2) not ok 188 + jsonb_jsonpath 7 ms # (test process exited with exit code 2) not ok 189 + sqljson 16 ms # (test process exited with exit code 2) not ok 190 + sqljson_queryfuncs 16 ms # (test process exited with exit code 2) not ok 191 + sqljson_jsontable 10 ms # (test process exited with exit code 2) # parallel group (18 tests): plancache prepare temp largeobject truncate rangefuncs conversion rowtypes with domain plpgsql polymorphism returning limit alter_table sequence copy2 xml not ok 192 + plancache 7 ms # (test process exited with exit code 2) not ok 193 + limit 25 ms # (test process exited with exit code 2) not ok 194 + plpgsql 19 ms # (test process exited with exit code 2) not ok 195 + copy2 29 ms # (test process exited with exit code 2) not ok 196 + temp 11 ms # (test process exited with exit code 2) not ok 197 + domain 17 ms # (test process exited with exit code 2) not ok 198 + rangefuncs 13 ms # (test process exited with exit code 2) not ok 199 + prepare 10 ms # (test process exited with exit code 2) not ok 200 + conversion 13 ms # (test process exited with exit code 2) not ok 201 + truncate 13 ms # (test process exited with exit code 2) not ok 202 + alter_table 24 ms # (test process exited with exit code 2) not ok 203 + sequence 27 ms # (test process exited with exit code 2) not ok 204 + polymorphism 19 ms # (test process exited with exit code 2) not ok 205 + rowtypes 13 ms # (test process exited with exit code 2) not ok 206 + returning 22 ms # (test process exited with exit code 2) not ok 207 + largeobject 11 ms # (test process exited with exit code 2) not ok 208 + with 15 ms # (test process exited with exit code 2) not ok 209 + xml 28 ms # (test process exited with exit code 2) # parallel group (14 tests): partition_join hash_part stats explain tuplesort partition_info predicate memoize partition_aggregate indexing compression reloptions numa partition_prune not ok 210 + partition_join 5 ms # (test process exited with exit code 2) not ok 211 + partition_prune 21 ms # (test process exited with exit code 2) not ok 212 + reloptions 15 ms # (test process exited with exit code 2) not ok 213 + hash_part 8 ms # (test process exited with exit code 2) not ok 214 + indexing 13 ms # (test process exited with exit code 2) not ok 215 + partition_aggregate 13 ms # (test process exited with exit code 2) not ok 216 + partition_info 10 ms # (test process exited with exit code 2) not ok 217 + tuplesort 10 ms # (test process exited with exit code 2) not ok 218 + explain 10 ms # (test process exited with exit code 2) not ok 219 + compression 13 ms # (test process exited with exit code 2) not ok 220 + memoize 13 ms # (test process exited with exit code 2) not ok 221 + stats 9 ms # (test process exited with exit code 2) not ok 222 + predicate 12 ms # (test process exited with exit code 2) not ok 223 + numa 17 ms # (test process exited with exit code 2) # parallel group (2 tests): oidjoins event_trigger not ok 224 + oidjoins 6 ms # (test process exited with exit code 2) not ok 225 + event_trigger 18 ms # (test process exited with exit code 2) not ok 226 - event_trigger_login 6 ms # (test process exited with exit code 2) not ok 227 - fast_default 4 ms # (test process exited with exit code 2) not ok 228 - tablespace 5 ms # (test process exited with exit code 2) 1..228 # 121 of 228 tests failed. # The differences that caused some tests to fail can be viewed in the file "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.diffs". # A copy of the test summary that you see above is saved in the file "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.out". === dumping /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.diffs === diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/aggregates.out --- /tmp/cirrus-ci-build/src/test/regress/expected/aggregates.out 2025-05-11 19:30:18.926430000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/aggregates.out 2025-05-11 19:32:41.947992000 +0000 @@ -2513,1071 +2513,10 @@ -- check collation propagates up in suitable cases: select pg_collation_for(percentile_disc(1) within group (order by x collate "POSIX")) from (values ('fred'),('jim')) v(x); - pg_collation_for ------------------- - "POSIX" -(1 row) - --- ordered-set aggs created with CREATE AGGREGATE -select test_rank(3) within group (order by x) -from (values (1),(1),(2),(2),(3),(3),(4)) v(x); - test_rank ------------ - 5 -(1 row) - -select test_percentile_disc(0.5) within group (order by thousand) from tenk1; - test_percentile_disc ----------------------- - 499 -(1 row) - --- ordered-set aggs can't use ungrouped vars in direct args: -select rank(x) within group (order by x) from generate_series(1,5) x; -ERROR: column "x.x" must appear in the GROUP BY clause or be used in an aggregate function -LINE 1: select rank(x) within group (order by x) from generate_serie... - ^ -DETAIL: Direct arguments of an ordered-set aggregate must use only grouped columns. --- outer-level agg can't use a grouped arg of a lower level, either: -select array(select percentile_disc(a) within group (order by x) - from (values (0.3),(0.7)) v(a) group by a) - from generate_series(1,5) g(x); -ERROR: outer-level aggregate cannot contain a lower-level variable in its direct arguments -LINE 1: select array(select percentile_disc(a) within group (order b... - ^ --- agg in the direct args is a grouping violation, too: -select rank(sum(x)) within group (order by x) from generate_series(1,5) x; -ERROR: aggregate function calls cannot be nested -LINE 1: select rank(sum(x)) within group (order by x) from generate_... - ^ --- hypothetical-set type unification and argument-count failures: -select rank(3) within group (order by x) from (values ('fred'),('jim')) v(x); -ERROR: WITHIN GROUP types text and integer cannot be matched -LINE 1: select rank(3) within group (order by x) from (values ('fred... - ^ -select rank(3) within group (order by stringu1,stringu2) from tenk1; -ERROR: function rank(integer, name, name) does not exist -LINE 1: select rank(3) within group (order by stringu1,stringu2) fro... - ^ -HINT: To use the hypothetical-set aggregate rank, the number of hypothetical direct arguments (here 1) must match the number of ordering columns (here 2). -select rank('fred') within group (order by x) from generate_series(1,5) x; -ERROR: invalid input syntax for type integer: "fred" -LINE 1: select rank('fred') within group (order by x) from generate_... - ^ -select rank('adam'::text collate "C") within group (order by x collate "POSIX") - from (values ('fred'),('jim')) v(x); -ERROR: collation mismatch between explicit collations "C" and "POSIX" -LINE 1: ...adam'::text collate "C") within group (order by x collate "P... - ^ --- hypothetical-set type unification successes: -select rank('adam'::varchar) within group (order by x) from (values ('fred'),('jim')) v(x); - rank ------- - 1 -(1 row) - -select rank('3') within group (order by x) from generate_series(1,5) x; - rank ------- - 3 -(1 row) - --- divide by zero check -select percent_rank(0) within group (order by x) from generate_series(1,0) x; - percent_rank --------------- - 0 -(1 row) - --- deparse and multiple features: -create view aggordview1 as -select ten, - percentile_disc(0.5) within group (order by thousand) as p50, - percentile_disc(0.5) within group (order by thousand) filter (where hundred=1) as px, - rank(5,'AZZZZ',50) within group (order by hundred, string4 desc, hundred) - from tenk1 - group by ten order by ten; -select pg_get_viewdef('aggordview1'); - pg_get_viewdef -------------------------------------------------------------------------------------------------------------------- - SELECT ten, + - percentile_disc((0.5)::double precision) WITHIN GROUP (ORDER BY thousand) AS p50, + - percentile_disc((0.5)::double precision) WITHIN GROUP (ORDER BY thousand) FILTER (WHERE (hundred = 1)) AS px,+ - rank(5, 'AZZZZ'::name, 50) WITHIN GROUP (ORDER BY hundred, string4 DESC, hundred) AS rank + - FROM tenk1 + - GROUP BY ten + - ORDER BY ten; -(1 row) - -select * from aggordview1 order by ten; - ten | p50 | px | rank ------+-----+-----+------ - 0 | 490 | | 101 - 1 | 491 | 401 | 101 - 2 | 492 | | 101 - 3 | 493 | | 101 - 4 | 494 | | 101 - 5 | 495 | | 67 - 6 | 496 | | 1 - 7 | 497 | | 1 - 8 | 498 | | 1 - 9 | 499 | | 1 -(10 rows) - -drop view aggordview1; --- variadic aggregates -select least_agg(q1,q2) from int8_tbl; - least_agg -------------------- - -4567890123456789 -(1 row) - -select least_agg(variadic array[q1,q2]) from int8_tbl; - least_agg -------------------- - -4567890123456789 -(1 row) - -select cleast_agg(q1,q2) from int8_tbl; - cleast_agg -------------------- - -4567890123456789 -(1 row) - -select cleast_agg(4.5,f1) from int4_tbl; - cleast_agg -------------- - -2147483647 -(1 row) - -select cleast_agg(variadic array[4.5,f1]) from int4_tbl; - cleast_agg -------------- - -2147483647 -(1 row) - -select pg_typeof(cleast_agg(variadic array[4.5,f1])) from int4_tbl; - pg_typeof ------------ - numeric -(1 row) - --- test aggregates with common transition functions share the same states -begin work; -create type avg_state as (total bigint, count bigint); -create or replace function avg_transfn(state avg_state, n int) returns avg_state as -$$ -declare new_state avg_state; -begin - raise notice 'avg_transfn called with %', n; - if state is null then - if n is not null then - new_state.total := n; - new_state.count := 1; - return new_state; - end if; - return null; - elsif n is not null then - state.total := state.total + n; - state.count := state.count + 1; - return state; - end if; - - return null; -end -$$ language plpgsql; -create function avg_finalfn(state avg_state) returns int4 as -$$ -begin - if state is null then - return NULL; - else - return state.total / state.count; - end if; -end -$$ language plpgsql; -create function sum_finalfn(state avg_state) returns int4 as -$$ -begin - if state is null then - return NULL; - else - return state.total; - end if; -end -$$ language plpgsql; -create aggregate my_avg(int4) -( - stype = avg_state, - sfunc = avg_transfn, - finalfunc = avg_finalfn -); -create aggregate my_sum(int4) -( - stype = avg_state, - sfunc = avg_transfn, - finalfunc = sum_finalfn -); --- aggregate state should be shared as aggs are the same. -select my_avg(one),my_avg(one) from (values(1),(3)) t(one); -NOTICE: avg_transfn called with 1 -NOTICE: avg_transfn called with 3 - my_avg | my_avg ---------+-------- - 2 | 2 -(1 row) - --- aggregate state should be shared as transfn is the same for both aggs. -select my_avg(one),my_sum(one) from (values(1),(3)) t(one); -NOTICE: avg_transfn called with 1 -NOTICE: avg_transfn called with 3 - my_avg | my_sum ---------+-------- - 2 | 4 -(1 row) - --- same as previous one, but with DISTINCT, which requires sorting the input. -select my_avg(distinct one),my_sum(distinct one) from (values(1),(3),(1)) t(one); -NOTICE: avg_transfn called with 1 -NOTICE: avg_transfn called with 3 - my_avg | my_sum ---------+-------- - 2 | 4 -(1 row) - --- shouldn't share states due to the distinctness not matching. -select my_avg(distinct one),my_sum(one) from (values(1),(3)) t(one); -NOTICE: avg_transfn called with 1 -NOTICE: avg_transfn called with 1 -NOTICE: avg_transfn called with 3 -NOTICE: avg_transfn called with 3 - my_avg | my_sum ---------+-------- - 2 | 4 -(1 row) - --- shouldn't share states due to the filter clause not matching. -select my_avg(one) filter (where one > 1),my_sum(one) from (values(1),(3)) t(one); -NOTICE: avg_transfn called with 1 -NOTICE: avg_transfn called with 3 -NOTICE: avg_transfn called with 3 - my_avg | my_sum ---------+-------- - 3 | 4 -(1 row) - --- this should not share the state due to different input columns. -select my_avg(one),my_sum(two) from (values(1,2),(3,4)) t(one,two); -NOTICE: avg_transfn called with 1 -NOTICE: avg_transfn called with 2 -NOTICE: avg_transfn called with 3 -NOTICE: avg_transfn called with 4 - my_avg | my_sum ---------+-------- - 2 | 6 -(1 row) - --- exercise cases where OSAs share state -select - percentile_cont(0.5) within group (order by a), - percentile_disc(0.5) within group (order by a) -from (values(1::float8),(3),(5),(7)) t(a); - percentile_cont | percentile_disc ------------------+----------------- - 4 | 3 -(1 row) - -select - percentile_cont(0.25) within group (order by a), - percentile_disc(0.5) within group (order by a) -from (values(1::float8),(3),(5),(7)) t(a); - percentile_cont | percentile_disc ------------------+----------------- - 2.5 | 3 -(1 row) - --- these can't share state currently -select - rank(4) within group (order by a), - dense_rank(4) within group (order by a) -from (values(1),(3),(5),(7)) t(a); - rank | dense_rank -------+------------ - 3 | 3 -(1 row) - --- test that aggs with the same sfunc and initcond share the same agg state -create aggregate my_sum_init(int4) -( - stype = avg_state, - sfunc = avg_transfn, - finalfunc = sum_finalfn, - initcond = '(10,0)' -); -create aggregate my_avg_init(int4) -( - stype = avg_state, - sfunc = avg_transfn, - finalfunc = avg_finalfn, - initcond = '(10,0)' -); -create aggregate my_avg_init2(int4) -( - stype = avg_state, - sfunc = avg_transfn, - finalfunc = avg_finalfn, - initcond = '(4,0)' -); --- state should be shared if INITCONDs are matching -select my_sum_init(one),my_avg_init(one) from (values(1),(3)) t(one); -NOTICE: avg_transfn called with 1 -NOTICE: avg_transfn called with 3 - my_sum_init | my_avg_init --------------+------------- - 14 | 7 -(1 row) - --- Varying INITCONDs should cause the states not to be shared. -select my_sum_init(one),my_avg_init2(one) from (values(1),(3)) t(one); -NOTICE: avg_transfn called with 1 -NOTICE: avg_transfn called with 1 -NOTICE: avg_transfn called with 3 -NOTICE: avg_transfn called with 3 - my_sum_init | my_avg_init2 --------------+-------------- - 14 | 4 -(1 row) - -rollback; --- test aggregate state sharing to ensure it works if one aggregate has a --- finalfn and the other one has none. -begin work; -create or replace function sum_transfn(state int4, n int4) returns int4 as -$$ -declare new_state int4; -begin - raise notice 'sum_transfn called with %', n; - if state is null then - if n is not null then - new_state := n; - return new_state; - end if; - return null; - elsif n is not null then - state := state + n; - return state; - end if; - - return null; -end -$$ language plpgsql; -create function halfsum_finalfn(state int4) returns int4 as -$$ -begin - if state is null then - return NULL; - else - return state / 2; - end if; -end -$$ language plpgsql; -create aggregate my_sum(int4) -( - stype = int4, - sfunc = sum_transfn -); -create aggregate my_half_sum(int4) -( - stype = int4, - sfunc = sum_transfn, - finalfunc = halfsum_finalfn -); --- Agg state should be shared even though my_sum has no finalfn -select my_sum(one),my_half_sum(one) from (values(1),(2),(3),(4)) t(one); -NOTICE: sum_transfn called with 1 -NOTICE: sum_transfn called with 2 -NOTICE: sum_transfn called with 3 -NOTICE: sum_transfn called with 4 - my_sum | my_half_sum ---------+------------- - 10 | 5 -(1 row) - -rollback; --- test that the aggregate transition logic correctly handles --- transition / combine functions returning NULL --- First test the case of a normal transition function returning NULL -BEGIN; -CREATE FUNCTION balkifnull(int8, int4) -RETURNS int8 -STRICT -LANGUAGE plpgsql AS $$ -BEGIN - IF $1 IS NULL THEN - RAISE 'erroneously called with NULL argument'; - END IF; - RETURN NULL; -END$$; -CREATE AGGREGATE balk(int4) -( - SFUNC = balkifnull(int8, int4), - STYPE = int8, - PARALLEL = SAFE, - INITCOND = '0' -); -SELECT balk(hundred) FROM tenk1; - balk ------- - -(1 row) - -ROLLBACK; --- GROUP BY optimization by reordering GROUP BY clauses -CREATE TABLE btg AS SELECT - i % 10 AS x, - i % 10 AS y, - 'abc' || i % 10 AS z, - i AS w -FROM generate_series(1, 100) AS i; -CREATE INDEX btg_x_y_idx ON btg(x, y); -ANALYZE btg; -SET enable_hashagg = off; -SET enable_seqscan = off; --- Utilize the ordering of index scan to avoid a Sort operation -EXPLAIN (COSTS OFF) -SELECT count(*) FROM btg GROUP BY y, x; - QUERY PLAN ------------------------------------------------- - GroupAggregate - Group Key: x, y - -> Index Only Scan using btg_x_y_idx on btg -(3 rows) - --- Engage incremental sort -EXPLAIN (COSTS OFF) -SELECT count(*) FROM btg GROUP BY z, y, w, x; - QUERY PLAN -------------------------------------------------- - GroupAggregate - Group Key: x, y, z, w - -> Incremental Sort - Sort Key: x, y, z, w - Presorted Key: x, y - -> Index Scan using btg_x_y_idx on btg -(6 rows) - --- Utilize the ordering of subquery scan to avoid a Sort operation -EXPLAIN (COSTS OFF) SELECT count(*) -FROM (SELECT * FROM btg ORDER BY x, y, w, z) AS q1 -GROUP BY w, x, z, y; - QUERY PLAN -------------------------------------------------- - GroupAggregate - Group Key: btg.x, btg.y, btg.w, btg.z - -> Incremental Sort - Sort Key: btg.x, btg.y, btg.w, btg.z - Presorted Key: btg.x, btg.y - -> Index Scan using btg_x_y_idx on btg -(6 rows) - --- Utilize the ordering of merge join to avoid a Sort operation -SET enable_hashjoin = off; -SET enable_nestloop = off; -EXPLAIN (COSTS OFF) -SELECT count(*) - FROM btg t1 JOIN btg t2 ON t1.w = t2.w AND t1.x = t2.x AND t1.z = t2.z - GROUP BY t1.w, t1.z, t1.x; - QUERY PLAN -------------------------------------------------------------------------- - GroupAggregate - Group Key: t1.x, t1.w, t1.z - -> Merge Join - Merge Cond: ((t1.x = t2.x) AND (t1.w = t2.w) AND (t1.z = t2.z)) - -> Incremental Sort - Sort Key: t1.x, t1.w, t1.z - Presorted Key: t1.x - -> Index Scan using btg_x_y_idx on btg t1 - -> Sort - Sort Key: t2.x, t2.w, t2.z - -> Index Scan using btg_x_y_idx on btg t2 -(11 rows) - -RESET enable_nestloop; -RESET enable_hashjoin; --- Should work with and without GROUP-BY optimization -EXPLAIN (COSTS OFF) -SELECT count(*) FROM btg GROUP BY w, x, z, y ORDER BY y, x, z, w; - QUERY PLAN -------------------------------------------------- - GroupAggregate - Group Key: y, x, z, w - -> Sort - Sort Key: y, x, z, w - -> Index Scan using btg_x_y_idx on btg -(5 rows) - --- Utilize incremental sort to make the ORDER BY rule a bit cheaper -EXPLAIN (COSTS OFF) -SELECT count(*) FROM btg GROUP BY w, x, y, z ORDER BY x*x, z; - QUERY PLAN -------------------------------------------------------- - Sort - Sort Key: ((x * x)), z - -> GroupAggregate - Group Key: x, y, w, z - -> Incremental Sort - Sort Key: x, y, w, z - Presorted Key: x, y - -> Index Scan using btg_x_y_idx on btg -(8 rows) - --- Test the case where the number of incoming subtree path keys is more than --- the number of grouping keys. -CREATE INDEX btg_y_x_w_idx ON btg(y, x, w); -EXPLAIN (VERBOSE, COSTS OFF) -SELECT y, x, array_agg(distinct w) - FROM btg WHERE y < 0 GROUP BY x, y; - QUERY PLAN ---------------------------------------------------------- - GroupAggregate - Output: y, x, array_agg(DISTINCT w) - Group Key: btg.y, btg.x - -> Index Only Scan using btg_y_x_w_idx on public.btg - Output: y, x, w - Index Cond: (btg.y < 0) -(6 rows) - --- Ensure that we do not select the aggregate pathkeys instead of the grouping --- pathkeys -CREATE TABLE group_agg_pk AS SELECT - i % 10 AS x, - i % 2 AS y, - i % 2 AS z, - 2 AS w, - i % 10 AS f -FROM generate_series(1,100) AS i; -ANALYZE group_agg_pk; -SET enable_nestloop = off; -SET enable_hashjoin = off; -EXPLAIN (COSTS OFF) -SELECT avg(c1.f ORDER BY c1.x, c1.y) -FROM group_agg_pk c1 JOIN group_agg_pk c2 ON c1.x = c2.x -GROUP BY c1.w, c1.z; - QUERY PLAN ------------------------------------------------------ - GroupAggregate - Group Key: c1.w, c1.z - -> Sort - Sort Key: c1.w, c1.z, c1.x, c1.y - -> Merge Join - Merge Cond: (c1.x = c2.x) - -> Sort - Sort Key: c1.x - -> Seq Scan on group_agg_pk c1 - Disabled: true - -> Sort - Sort Key: c2.x - -> Seq Scan on group_agg_pk c2 - Disabled: true -(14 rows) - -SELECT avg(c1.f ORDER BY c1.x, c1.y) -FROM group_agg_pk c1 JOIN group_agg_pk c2 ON c1.x = c2.x -GROUP BY c1.w, c1.z; - avg --------------------- - 4.0000000000000000 - 5.0000000000000000 -(2 rows) - --- Pathkeys, built in a subtree, can be used to optimize GROUP-BY clause --- ordering. Also, here we check that it doesn't depend on the initial clause --- order in the GROUP-BY list. -EXPLAIN (COSTS OFF) -SELECT c1.y,c1.x FROM group_agg_pk c1 - JOIN group_agg_pk c2 - ON c1.x = c2.x -GROUP BY c1.y,c1.x,c2.x; - QUERY PLAN ------------------------------------------------------ - Group - Group Key: c1.x, c1.y - -> Incremental Sort - Sort Key: c1.x, c1.y - Presorted Key: c1.x - -> Merge Join - Merge Cond: (c1.x = c2.x) - -> Sort - Sort Key: c1.x - -> Seq Scan on group_agg_pk c1 - Disabled: true - -> Sort - Sort Key: c2.x - -> Seq Scan on group_agg_pk c2 - Disabled: true -(15 rows) - -EXPLAIN (COSTS OFF) -SELECT c1.y,c1.x FROM group_agg_pk c1 - JOIN group_agg_pk c2 - ON c1.x = c2.x -GROUP BY c1.y,c2.x,c1.x; - QUERY PLAN ------------------------------------------------------ - Group - Group Key: c2.x, c1.y - -> Incremental Sort - Sort Key: c2.x, c1.y - Presorted Key: c2.x - -> Merge Join - Merge Cond: (c1.x = c2.x) - -> Sort - Sort Key: c1.x - -> Seq Scan on group_agg_pk c1 - Disabled: true - -> Sort - Sort Key: c2.x - -> Seq Scan on group_agg_pk c2 - Disabled: true -(15 rows) - -RESET enable_nestloop; -RESET enable_hashjoin; -DROP TABLE group_agg_pk; --- Test the case where the ordering of the scan matches the ordering within the --- aggregate but cannot be found in the group-by list -CREATE TABLE agg_sort_order (c1 int PRIMARY KEY, c2 int); -CREATE UNIQUE INDEX agg_sort_order_c2_idx ON agg_sort_order(c2); -INSERT INTO agg_sort_order SELECT i, i FROM generate_series(1,100)i; -ANALYZE agg_sort_order; -EXPLAIN (COSTS OFF) -SELECT array_agg(c1 ORDER BY c2),c2 -FROM agg_sort_order WHERE c2 < 100 GROUP BY c1 ORDER BY 2; - QUERY PLAN ----------------------------------------------------------------------------- - Sort - Sort Key: c2 - -> GroupAggregate - Group Key: c1 - -> Sort - Sort Key: c1, c2 - -> Index Scan using agg_sort_order_c2_idx on agg_sort_order - Index Cond: (c2 < 100) -(8 rows) - -DROP TABLE agg_sort_order CASCADE; -DROP TABLE btg; -RESET enable_hashagg; -RESET enable_seqscan; --- Secondly test the case of a parallel aggregate combiner function --- returning NULL. For that use normal transition function, but a --- combiner function returning NULL. -BEGIN; -CREATE FUNCTION balkifnull(int8, int8) -RETURNS int8 -PARALLEL SAFE -STRICT -LANGUAGE plpgsql AS $$ -BEGIN - IF $1 IS NULL THEN - RAISE 'erroneously called with NULL argument'; - END IF; - RETURN NULL; -END$$; -CREATE AGGREGATE balk(int4) -( - SFUNC = int4_sum(int8, int4), - STYPE = int8, - COMBINEFUNC = balkifnull(int8, int8), - PARALLEL = SAFE, - INITCOND = '0' -); --- force use of parallelism -ALTER TABLE tenk1 set (parallel_workers = 4); -SET LOCAL parallel_setup_cost=0; -SET LOCAL max_parallel_workers_per_gather=4; -EXPLAIN (COSTS OFF) SELECT balk(hundred) FROM tenk1; - QUERY PLAN -------------------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Index Only Scan using tenk1_hundred on tenk1 -(5 rows) - -SELECT balk(hundred) FROM tenk1; - balk ------- - -(1 row) - -ROLLBACK; --- test multiple usage of an aggregate whose finalfn returns a R/W datum -BEGIN; -CREATE FUNCTION rwagg_sfunc(x anyarray, y anyarray) RETURNS anyarray -LANGUAGE plpgsql IMMUTABLE AS $$ -BEGIN - RETURN array_fill(y[1], ARRAY[4]); -END; -$$; -CREATE FUNCTION rwagg_finalfunc(x anyarray) RETURNS anyarray -LANGUAGE plpgsql STRICT IMMUTABLE AS $$ -DECLARE - res x%TYPE; -BEGIN - -- assignment is essential for this test, it expands the array to R/W - res := array_fill(x[1], ARRAY[4]); - RETURN res; -END; -$$; -CREATE AGGREGATE rwagg(anyarray) ( - STYPE = anyarray, - SFUNC = rwagg_sfunc, - FINALFUNC = rwagg_finalfunc -); -CREATE FUNCTION eatarray(x real[]) RETURNS real[] -LANGUAGE plpgsql STRICT IMMUTABLE AS $$ -BEGIN - x[1] := x[1] + 1; - RETURN x; -END; -$$; -SELECT eatarray(rwagg(ARRAY[1.0::real])), eatarray(rwagg(ARRAY[1.0::real])); - eatarray | eatarray ------------+----------- - {2,1,1,1} | {2,1,1,1} -(1 row) - -ROLLBACK; --- test coverage for aggregate combine/serial/deserial functions -BEGIN; -SET parallel_setup_cost = 0; -SET parallel_tuple_cost = 0; -SET min_parallel_table_scan_size = 0; -SET max_parallel_workers_per_gather = 4; -SET parallel_leader_participation = off; -SET enable_indexonlyscan = off; --- variance(int4) covers numeric_poly_combine --- sum(int8) covers int8_avg_combine --- regr_count(float8, float8) covers int8inc_float8_float8 and aggregates with > 1 arg -EXPLAIN (COSTS OFF, VERBOSE) -SELECT variance(unique1::int4), sum(unique1::int8), regr_count(unique1::float8, unique1::float8) -FROM (SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1) u; - QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Finalize Aggregate - Output: variance(tenk1.unique1), sum((tenk1.unique1)::bigint), regr_count((tenk1.unique1)::double precision, (tenk1.unique1)::double precision) - -> Gather - Output: (PARTIAL variance(tenk1.unique1)), (PARTIAL sum((tenk1.unique1)::bigint)), (PARTIAL regr_count((tenk1.unique1)::double precision, (tenk1.unique1)::double precision)) - Workers Planned: 4 - -> Partial Aggregate - Output: PARTIAL variance(tenk1.unique1), PARTIAL sum((tenk1.unique1)::bigint), PARTIAL regr_count((tenk1.unique1)::double precision, (tenk1.unique1)::double precision) - -> Parallel Append - -> Parallel Seq Scan on public.tenk1 - Output: tenk1.unique1 - -> Parallel Seq Scan on public.tenk1 tenk1_1 - Output: tenk1_1.unique1 - -> Parallel Seq Scan on public.tenk1 tenk1_2 - Output: tenk1_2.unique1 - -> Parallel Seq Scan on public.tenk1 tenk1_3 - Output: tenk1_3.unique1 -(16 rows) - -SELECT variance(unique1::int4), sum(unique1::int8), regr_count(unique1::float8, unique1::float8) -FROM (SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1) u; - variance | sum | regr_count -----------------------+-----------+------------ - 8333541.588539713493 | 199980000 | 40000 -(1 row) - --- variance(int8) covers numeric_combine --- avg(numeric) covers numeric_avg_combine -EXPLAIN (COSTS OFF, VERBOSE) -SELECT variance(unique1::int8), avg(unique1::numeric) -FROM (SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1) u; - QUERY PLAN --------------------------------------------------------------------------------------------------------- - Finalize Aggregate - Output: variance((tenk1.unique1)::bigint), avg((tenk1.unique1)::numeric) - -> Gather - Output: (PARTIAL variance((tenk1.unique1)::bigint)), (PARTIAL avg((tenk1.unique1)::numeric)) - Workers Planned: 4 - -> Partial Aggregate - Output: PARTIAL variance((tenk1.unique1)::bigint), PARTIAL avg((tenk1.unique1)::numeric) - -> Parallel Append - -> Parallel Seq Scan on public.tenk1 - Output: tenk1.unique1 - -> Parallel Seq Scan on public.tenk1 tenk1_1 - Output: tenk1_1.unique1 - -> Parallel Seq Scan on public.tenk1 tenk1_2 - Output: tenk1_2.unique1 - -> Parallel Seq Scan on public.tenk1 tenk1_3 - Output: tenk1_3.unique1 -(16 rows) - -SELECT variance(unique1::int8), avg(unique1::numeric) -FROM (SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1 - UNION ALL SELECT * FROM tenk1) u; - variance | avg -----------------------+----------------------- - 8333541.588539713493 | 4999.5000000000000000 -(1 row) - -ROLLBACK; --- test coverage for dense_rank -SELECT dense_rank(x) WITHIN GROUP (ORDER BY x) FROM (VALUES (1),(1),(2),(2),(3),(3)) v(x) GROUP BY (x) ORDER BY 1; - dense_rank ------------- - 1 - 1 - 1 -(3 rows) - --- Ensure that the STRICT checks for aggregates does not take NULLness --- of ORDER BY columns into account. See bug report around --- 2a505161-2727-2473-7c46-591ed108ac52@email.cz -SELECT min(x ORDER BY y) FROM (VALUES(1, NULL)) AS d(x,y); - min ------ - 1 -(1 row) - -SELECT min(x ORDER BY y) FROM (VALUES(1, 2)) AS d(x,y); - min ------ - 1 -(1 row) - --- check collation-sensitive matching between grouping expressions -select v||'a', case v||'a' when 'aa' then 1 else 0 end, count(*) - from unnest(array['a','b']) u(v) - group by v||'a' order by 1; - ?column? | case | count -----------+------+------- - aa | 1 | 1 - ba | 0 | 1 -(2 rows) - -select v||'a', case when v||'a' = 'aa' then 1 else 0 end, count(*) - from unnest(array['a','b']) u(v) - group by v||'a' order by 1; - ?column? | case | count -----------+------+------- - aa | 1 | 1 - ba | 0 | 1 -(2 rows) - --- Make sure that generation of HashAggregate for uniqification purposes --- does not lead to array overflow due to unexpected duplicate hash keys --- see CAFeeJoKKu0u+A_A9R9316djW-YW3-+Gtgvy3ju655qRHR3jtdA@mail.gmail.com -set enable_memoize to off; -explain (costs off) - select 1 from tenk1 - where (hundred, thousand) in (select twothousand, twothousand from onek); - QUERY PLAN -------------------------------------------------------------- - Hash Join - Hash Cond: (tenk1.hundred = onek.twothousand) - -> Seq Scan on tenk1 - Filter: (hundred = thousand) - -> Hash - -> HashAggregate - Group Key: onek.twothousand, onek.twothousand - -> Seq Scan on onek -(8 rows) - -reset enable_memoize; --- --- Hash Aggregation Spill tests --- -set enable_sort=false; -set work_mem='64kB'; -select unique1, count(*), sum(twothousand) from tenk1 -group by unique1 -having sum(fivethous) > 4975 -order by sum(twothousand); - unique1 | count | sum ----------+-------+------ - 4976 | 1 | 976 - 4977 | 1 | 977 - 4978 | 1 | 978 - 4979 | 1 | 979 - 4980 | 1 | 980 - 4981 | 1 | 981 - 4982 | 1 | 982 - 4983 | 1 | 983 - 4984 | 1 | 984 - 4985 | 1 | 985 - 4986 | 1 | 986 - 4987 | 1 | 987 - 4988 | 1 | 988 - 4989 | 1 | 989 - 4990 | 1 | 990 - 4991 | 1 | 991 - 4992 | 1 | 992 - 4993 | 1 | 993 - 4994 | 1 | 994 - 4995 | 1 | 995 - 4996 | 1 | 996 - 4997 | 1 | 997 - 4998 | 1 | 998 - 4999 | 1 | 999 - 9976 | 1 | 1976 - 9977 | 1 | 1977 - 9978 | 1 | 1978 - 9979 | 1 | 1979 - 9980 | 1 | 1980 - 9981 | 1 | 1981 - 9982 | 1 | 1982 - 9983 | 1 | 1983 - 9984 | 1 | 1984 - 9985 | 1 | 1985 - 9986 | 1 | 1986 - 9987 | 1 | 1987 - 9988 | 1 | 1988 - 9989 | 1 | 1989 - 9990 | 1 | 1990 - 9991 | 1 | 1991 - 9992 | 1 | 1992 - 9993 | 1 | 1993 - 9994 | 1 | 1994 - 9995 | 1 | 1995 - 9996 | 1 | 1996 - 9997 | 1 | 1997 - 9998 | 1 | 1998 - 9999 | 1 | 1999 -(48 rows) - -set work_mem to default; -set enable_sort to default; --- --- Compare results between plans using sorting and plans using hash --- aggregation. Force spilling in both cases by setting work_mem low. --- -set work_mem='64kB'; -create table agg_data_2k as -select g from generate_series(0, 1999) g; -analyze agg_data_2k; -create table agg_data_20k as -select g from generate_series(0, 19999) g; -analyze agg_data_20k; --- Produce results with sorting. -set enable_hashagg = false; -set jit_above_cost = 0; -explain (costs off) -select g%10000 as c1, sum(g::numeric) as c2, count(*) as c3 - from agg_data_20k group by g%10000; - QUERY PLAN --------------------------------------- - GroupAggregate - Group Key: ((g % 10000)) - -> Sort - Sort Key: ((g % 10000)) - -> Seq Scan on agg_data_20k -(5 rows) - -create table agg_group_1 as -select g%10000 as c1, sum(g::numeric) as c2, count(*) as c3 - from agg_data_20k group by g%10000; -create table agg_group_2 as -select * from - (values (100), (300), (500)) as r(a), - lateral ( - select (g/2)::numeric as c1, - array_agg(g::numeric) as c2, - count(*) as c3 - from agg_data_2k - where g < r.a - group by g/2) as s; -set jit_above_cost to default; -create table agg_group_3 as -select (g/2)::numeric as c1, sum(7::int4) as c2, count(*) as c3 - from agg_data_2k group by g/2; -create table agg_group_4 as -select (g/2)::numeric as c1, array_agg(g::numeric) as c2, count(*) as c3 - from agg_data_2k group by g/2; --- Produce results with hash aggregation -set enable_hashagg = true; -set enable_sort = false; -set jit_above_cost = 0; -explain (costs off) -select g%10000 as c1, sum(g::numeric) as c2, count(*) as c3 - from agg_data_20k group by g%10000; - QUERY PLAN --------------------------------- - HashAggregate - Group Key: (g % 10000) - -> Seq Scan on agg_data_20k -(3 rows) - -create table agg_hash_1 as -select g%10000 as c1, sum(g::numeric) as c2, count(*) as c3 - from agg_data_20k group by g%10000; -create table agg_hash_2 as -select * from - (values (100), (300), (500)) as r(a), - lateral ( - select (g/2)::numeric as c1, - array_agg(g::numeric) as c2, - count(*) as c3 - from agg_data_2k - where g < r.a - group by g/2) as s; -set jit_above_cost to default; -create table agg_hash_3 as -select (g/2)::numeric as c1, sum(7::int4) as c2, count(*) as c3 - from agg_data_2k group by g/2; -create table agg_hash_4 as -select (g/2)::numeric as c1, array_agg(g::numeric) as c2, count(*) as c3 - from agg_data_2k group by g/2; -set enable_sort = true; -set work_mem to default; --- Compare group aggregation results to hash aggregation results -(select * from agg_hash_1 except select * from agg_group_1) - union all -(select * from agg_group_1 except select * from agg_hash_1); - c1 | c2 | c3 -----+----+---- -(0 rows) - -(select * from agg_hash_2 except select * from agg_group_2) - union all -(select * from agg_group_2 except select * from agg_hash_2); - a | c1 | c2 | c3 ----+----+----+---- -(0 rows) - -(select * from agg_hash_3 except select * from agg_group_3) - union all -(select * from agg_group_3 except select * from agg_hash_3); - c1 | c2 | c3 -----+----+---- -(0 rows) - -(select * from agg_hash_4 except select * from agg_group_4) - union all -(select * from agg_group_4 except select * from agg_hash_4); - c1 | c2 | c3 -----+----+---- -(0 rows) - -drop table agg_group_1; -drop table agg_group_2; -drop table agg_group_3; -drop table agg_group_4; -drop table agg_hash_1; -drop table agg_hash_2; -drop table agg_hash_3; -drop table agg_hash_4; +WARNING: terminating connection because of crash of another server process +DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory. +HINT: In a moment you should be able to reconnect to the database and repeat your command. +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out --- /tmp/cirrus-ci-build/src/test/regress/expected/arrays.out 2025-05-11 19:30:18.929678000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/arrays.out 2025-05-11 19:32:41.949178000 +0000 @@ -2061,944 +2061,10 @@ (1 row) select v, v is null as "is null" from string_to_table('abc', '', 'abc') g(v); - v | is null ----+--------- - | t -(1 row) - -select v, v is null as "is null" from string_to_table('abc', ',') g(v); - v | is null ------+--------- - abc | f -(1 row) - -select v, v is null as "is null" from string_to_table('abc', ',', 'abc') g(v); - v | is null ----+--------- - | t -(1 row) - -select v, v is null as "is null" from string_to_table('1,2,3,4,,6', ',') g(v); - v | is null ----+--------- - 1 | f - 2 | f - 3 | f - 4 | f - | f - 6 | f -(6 rows) - -select v, v is null as "is null" from string_to_table('1,2,3,4,,6', ',', '') g(v); - v | is null ----+--------- - 1 | f - 2 | f - 3 | f - 4 | f - | t - 6 | f -(6 rows) - -select v, v is null as "is null" from string_to_table('1,2,3,4,*,6', ',', '*') g(v); - v | is null ----+--------- - 1 | f - 2 | f - 3 | f - 4 | f - | t - 6 | f -(6 rows) - -select array_to_string(NULL::int4[], ',') IS NULL; - ?column? ----------- - t -(1 row) - -select array_to_string('{}'::int4[], ','); - array_to_string ------------------ - -(1 row) - -select array_to_string(array[1,2,3,4,NULL,6], ','); - array_to_string ------------------ - 1,2,3,4,6 -(1 row) - -select array_to_string(array[1,2,3,4,NULL,6], ',', '*'); - array_to_string ------------------ - 1,2,3,4,*,6 -(1 row) - -select array_to_string(array[1,2,3,4,NULL,6], NULL); - array_to_string ------------------ - -(1 row) - -select array_to_string(array[1,2,3,4,NULL,6], ',', NULL); - array_to_string ------------------ - 1,2,3,4,6 -(1 row) - -select array_to_string(string_to_array('1|2|3', '|'), '|'); - array_to_string ------------------ - 1|2|3 -(1 row) - -select array_length(array[1,2,3], 1); - array_length --------------- - 3 -(1 row) - -select array_length(array[[1,2,3], [4,5,6]], 0); - array_length --------------- - -(1 row) - -select array_length(array[[1,2,3], [4,5,6]], 1); - array_length --------------- - 2 -(1 row) - -select array_length(array[[1,2,3], [4,5,6]], 2); - array_length --------------- - 3 -(1 row) - -select array_length(array[[1,2,3], [4,5,6]], 3); - array_length --------------- - -(1 row) - -select cardinality(NULL::int[]); - cardinality -------------- - -(1 row) - -select cardinality('{}'::int[]); - cardinality -------------- - 0 -(1 row) - -select cardinality(array[1,2,3]); - cardinality -------------- - 3 -(1 row) - -select cardinality('[2:4]={5,6,7}'::int[]); - cardinality -------------- - 3 -(1 row) - -select cardinality('{{1,2}}'::int[]); - cardinality -------------- - 2 -(1 row) - -select cardinality('{{1,2},{3,4},{5,6}}'::int[]); - cardinality -------------- - 6 -(1 row) - -select cardinality('{{{1,9},{5,6}},{{2,3},{3,4}}}'::int[]); - cardinality -------------- - 8 -(1 row) - --- array_agg(anynonarray) -select array_agg(unique1) from (select unique1 from tenk1 where unique1 < 15 order by unique1) ss; - array_agg --------------------------------------- - {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14} -(1 row) - -select array_agg(ten) from (select ten from tenk1 where unique1 < 15 order by unique1) ss; - array_agg ---------------------------------- - {0,1,2,3,4,5,6,7,8,9,0,1,2,3,4} -(1 row) - -select array_agg(nullif(ten, 4)) from (select ten from tenk1 where unique1 < 15 order by unique1) ss; - array_agg ---------------------------------------- - {0,1,2,3,NULL,5,6,7,8,9,0,1,2,3,NULL} -(1 row) - -select array_agg(unique1) from tenk1 where unique1 < -15; - array_agg ------------ - -(1 row) - --- array_agg(anyarray) -select array_agg(ar) - from (values ('{1,2}'::int[]), ('{3,4}'::int[])) v(ar); - array_agg ---------------- - {{1,2},{3,4}} -(1 row) - -select array_agg(distinct ar order by ar desc) - from (select array[i / 2] from generate_series(1,10) a(i)) b(ar); - array_agg ---------------------------- - {{5},{4},{3},{2},{1},{0}} -(1 row) - -select array_agg(ar) - from (select array_agg(array[i, i+1, i-1]) - from generate_series(1,2) a(i)) b(ar); - array_agg ---------------------- - {{{1,2,0},{2,3,1}}} -(1 row) - -select array_agg(array[i+1.2, i+1.3, i+1.4]) from generate_series(1,3) g(i); - array_agg ---------------------------------------------- - {{2.2,2.3,2.4},{3.2,3.3,3.4},{4.2,4.3,4.4}} -(1 row) - -select array_agg(array['Hello', i::text]) from generate_series(9,11) g(i); - array_agg ------------------------------------ - {{Hello,9},{Hello,10},{Hello,11}} -(1 row) - -select array_agg(array[i, nullif(i, 3), i+1]) from generate_series(1,4) g(i); - array_agg --------------------------------------- - {{1,1,2},{2,2,3},{3,NULL,4},{4,4,5}} -(1 row) - --- errors -select array_agg('{}'::int[]) from generate_series(1,2); -ERROR: cannot accumulate empty arrays -select array_agg(null::int[]) from generate_series(1,2); -ERROR: cannot accumulate null arrays -select array_agg(ar) - from (values ('{1,2}'::int[]), ('{3}'::int[])) v(ar); -ERROR: cannot accumulate arrays of different dimensionality -select unnest(array[1,2,3]); - unnest --------- - 1 - 2 - 3 -(3 rows) - -select * from unnest(array[1,2,3]); - unnest --------- - 1 - 2 - 3 -(3 rows) - -select unnest(array[1,2,3,4.5]::float8[]); - unnest --------- - 1 - 2 - 3 - 4.5 -(4 rows) - -select unnest(array[1,2,3,4.5]::numeric[]); - unnest --------- - 1 - 2 - 3 - 4.5 -(4 rows) - -select unnest(array[1,2,3,null,4,null,null,5,6]); - unnest --------- - 1 - 2 - 3 - - 4 - - - 5 - 6 -(9 rows) - -select unnest(array[1,2,3,null,4,null,null,5,6]::text[]); - unnest --------- - 1 - 2 - 3 - - 4 - - - 5 - 6 -(9 rows) - -select abs(unnest(array[1,2,null,-3])); - abs ------ - 1 - 2 - - 3 -(4 rows) - -select array_remove(array[1,2,2,3], 2); - array_remove --------------- - {1,3} -(1 row) - -select array_remove(array[1,2,2,3], 5); - array_remove --------------- - {1,2,2,3} -(1 row) - -select array_remove(array[1,NULL,NULL,3], NULL); - array_remove --------------- - {1,3} -(1 row) - -select array_remove(array['A','CC','D','C','RR'], 'RR'); - array_remove --------------- - {A,CC,D,C} -(1 row) - -select array_remove(array[1.0, 2.1, 3.3], 1); - array_remove --------------- - {2.1,3.3} -(1 row) - -select array_remove('{{1,2,2},{1,4,3}}', 2); -- not allowed -ERROR: removing elements from multidimensional arrays is not supported -select array_remove(array['X','X','X'], 'X') = '{}'; - ?column? ----------- - t -(1 row) - -select array_replace(array[1,2,5,4],5,3); - array_replace ---------------- - {1,2,3,4} -(1 row) - -select array_replace(array[1,2,5,4],5,NULL); - array_replace ---------------- - {1,2,NULL,4} -(1 row) - -select array_replace(array[1,2,NULL,4,NULL],NULL,5); - array_replace ---------------- - {1,2,5,4,5} -(1 row) - -select array_replace(array['A','B','DD','B'],'B','CC'); - array_replace ---------------- - {A,CC,DD,CC} -(1 row) - -select array_replace(array[1,NULL,3],NULL,NULL); - array_replace ---------------- - {1,NULL,3} -(1 row) - -select array_replace(array['AB',NULL,'CDE'],NULL,'12'); - array_replace ---------------- - {AB,12,CDE} -(1 row) - --- array(select array-value ...) -select array(select array[i,i/2] from generate_series(1,5) i); - array ---------------------------------- - {{1,0},{2,1},{3,1},{4,2},{5,2}} -(1 row) - -select array(select array['Hello', i::text] from generate_series(9,11) i); - array ------------------------------------ - {{Hello,9},{Hello,10},{Hello,11}} -(1 row) - --- int2vector and oidvector should be treated as scalar types for this purpose -select pg_typeof(array(select '11 22 33'::int2vector from generate_series(1,5))); - pg_typeof --------------- - int2vector[] -(1 row) - -select array(select '11 22 33'::int2vector from generate_series(1,5)); - array ----------------------------------------------------------- - {"11 22 33","11 22 33","11 22 33","11 22 33","11 22 33"} -(1 row) - -select unnest(array(select '11 22 33'::int2vector from generate_series(1,5))); - unnest ----------- - 11 22 33 - 11 22 33 - 11 22 33 - 11 22 33 - 11 22 33 -(5 rows) - -select pg_typeof(array(select '11 22 33'::oidvector from generate_series(1,5))); - pg_typeof -------------- - oidvector[] -(1 row) - -select array(select '11 22 33'::oidvector from generate_series(1,5)); - array ----------------------------------------------------------- - {"11 22 33","11 22 33","11 22 33","11 22 33","11 22 33"} -(1 row) - -select unnest(array(select '11 22 33'::oidvector from generate_series(1,5))); - unnest ----------- - 11 22 33 - 11 22 33 - 11 22 33 - 11 22 33 - 11 22 33 -(5 rows) - --- array[] should do the same -select pg_typeof(array['11 22 33'::int2vector]); - pg_typeof --------------- - int2vector[] -(1 row) - -select array['11 22 33'::int2vector]; - array --------------- - {"11 22 33"} -(1 row) - -select pg_typeof(unnest(array['11 22 33'::int2vector])); - pg_typeof ------------- - int2vector -(1 row) - -select unnest(array['11 22 33'::int2vector]); - unnest ----------- - 11 22 33 -(1 row) - -select pg_typeof(unnest('11 22 33'::int2vector)); - pg_typeof ------------ - smallint - smallint - smallint -(3 rows) - -select unnest('11 22 33'::int2vector); - unnest --------- - 11 - 22 - 33 -(3 rows) - -select pg_typeof(array['11 22 33'::oidvector]); - pg_typeof -------------- - oidvector[] -(1 row) - -select array['11 22 33'::oidvector]; - array --------------- - {"11 22 33"} -(1 row) - -select pg_typeof(unnest(array['11 22 33'::oidvector])); - pg_typeof ------------ - oidvector -(1 row) - -select unnest(array['11 22 33'::oidvector]); - unnest ----------- - 11 22 33 -(1 row) - -select pg_typeof(unnest('11 22 33'::oidvector)); - pg_typeof ------------ - oid - oid - oid -(3 rows) - -select unnest('11 22 33'::oidvector); - unnest --------- - 11 - 22 - 33 -(3 rows) - --- Insert/update on a column that is array of composite -create temp table t1 (f1 int8_tbl[]); -insert into t1 (f1[5].q1) values(42); -select * from t1; - f1 ------------------ - [5:5]={"(42,)"} -(1 row) - -update t1 set f1[5].q2 = 43; -select * from t1; - f1 -------------------- - [5:5]={"(42,43)"} -(1 row) - --- Check that arrays of composites are safely detoasted when needed -create temp table src (f1 text); -insert into src - select string_agg(random()::text,'') from generate_series(1,10000); -create type textandtext as (c1 text, c2 text); -create temp table dest (f1 textandtext[]); -insert into dest select array[row(f1,f1)::textandtext] from src; -select length(fipshash((f1[1]).c2)) from dest; - length --------- - 32 -(1 row) - -delete from src; -select length(fipshash((f1[1]).c2)) from dest; - length --------- - 32 -(1 row) - -truncate table src; -drop table src; -select length(fipshash((f1[1]).c2)) from dest; - length --------- - 32 -(1 row) - -drop table dest; -drop type textandtext; --- Tests for polymorphic-array form of width_bucket() --- this exercises the varwidth and float8 code paths -SELECT - op, - width_bucket(op::numeric, ARRAY[1, 3, 5, 10.0]::numeric[]) AS wb_n1, - width_bucket(op::numeric, ARRAY[0, 5.5, 9.99]::numeric[]) AS wb_n2, - width_bucket(op::numeric, ARRAY[-6, -5, 2.0]::numeric[]) AS wb_n3, - width_bucket(op::float8, ARRAY[1, 3, 5, 10.0]::float8[]) AS wb_f1, - width_bucket(op::float8, ARRAY[0, 5.5, 9.99]::float8[]) AS wb_f2, - width_bucket(op::float8, ARRAY[-6, -5, 2.0]::float8[]) AS wb_f3 -FROM (VALUES - (-5.2), - (-0.0000000001), - (0.000000000001), - (1), - (1.99999999999999), - (2), - (2.00000000000001), - (3), - (4), - (4.5), - (5), - (5.5), - (6), - (7), - (8), - (9), - (9.99999999999999), - (10), - (10.0000000000001) -) v(op); - op | wb_n1 | wb_n2 | wb_n3 | wb_f1 | wb_f2 | wb_f3 -------------------+-------+-------+-------+-------+-------+------- - -5.2 | 0 | 0 | 1 | 0 | 0 | 1 - -0.0000000001 | 0 | 0 | 2 | 0 | 0 | 2 - 0.000000000001 | 0 | 1 | 2 | 0 | 1 | 2 - 1 | 1 | 1 | 2 | 1 | 1 | 2 - 1.99999999999999 | 1 | 1 | 2 | 1 | 1 | 2 - 2 | 1 | 1 | 3 | 1 | 1 | 3 - 2.00000000000001 | 1 | 1 | 3 | 1 | 1 | 3 - 3 | 2 | 1 | 3 | 2 | 1 | 3 - 4 | 2 | 1 | 3 | 2 | 1 | 3 - 4.5 | 2 | 1 | 3 | 2 | 1 | 3 - 5 | 3 | 1 | 3 | 3 | 1 | 3 - 5.5 | 3 | 2 | 3 | 3 | 2 | 3 - 6 | 3 | 2 | 3 | 3 | 2 | 3 - 7 | 3 | 2 | 3 | 3 | 2 | 3 - 8 | 3 | 2 | 3 | 3 | 2 | 3 - 9 | 3 | 2 | 3 | 3 | 2 | 3 - 9.99999999999999 | 3 | 3 | 3 | 3 | 3 | 3 - 10 | 4 | 3 | 3 | 4 | 3 | 3 - 10.0000000000001 | 4 | 3 | 3 | 4 | 3 | 3 -(19 rows) - --- ensure float8 path handles NaN properly -SELECT - op, - width_bucket(op, ARRAY[1, 3, 9, 'NaN', 'NaN']::float8[]) AS wb -FROM (VALUES - (-5.2::float8), - (4::float8), - (77::float8), - ('NaN'::float8) -) v(op); - op | wb -------+---- - -5.2 | 0 - 4 | 2 - 77 | 3 - NaN | 5 -(4 rows) - --- these exercise the generic fixed-width code path -SELECT - op, - width_bucket(op, ARRAY[1, 3, 5, 10]) AS wb_1 -FROM generate_series(0,11) as op; - op | wb_1 -----+------ - 0 | 0 - 1 | 1 - 2 | 1 - 3 | 2 - 4 | 2 - 5 | 3 - 6 | 3 - 7 | 3 - 8 | 3 - 9 | 3 - 10 | 4 - 11 | 4 -(12 rows) - -SELECT width_bucket(now(), - array['yesterday', 'today', 'tomorrow']::timestamptz[]); - width_bucket --------------- - 2 -(1 row) - --- corner cases -SELECT width_bucket(5, ARRAY[3]); - width_bucket --------------- - 1 -(1 row) - -SELECT width_bucket(5, '{}'); - width_bucket --------------- - 0 -(1 row) - --- error cases -SELECT width_bucket('5'::text, ARRAY[3, 4]::integer[]); -ERROR: function width_bucket(text, integer[]) does not exist -LINE 1: SELECT width_bucket('5'::text, ARRAY[3, 4]::integer[]); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -SELECT width_bucket(5, ARRAY[3, 4, NULL]); -ERROR: thresholds array must not contain NULLs -SELECT width_bucket(5, ARRAY[ARRAY[1, 2], ARRAY[3, 4]]); -ERROR: thresholds must be one-dimensional array --- trim_array -SELECT arr, trim_array(arr, 2) -FROM -(VALUES ('{1,2,3,4,5,6}'::bigint[]), - ('{1,2}'), - ('[10:16]={1,2,3,4,5,6,7}'), - ('[-15:-10]={1,2,3,4,5,6}'), - ('{{1,10},{2,20},{3,30},{4,40}}')) v(arr); - arr | trim_array --------------------------------+----------------- - {1,2,3,4,5,6} | {1,2,3,4} - {1,2} | {} - [10:16]={1,2,3,4,5,6,7} | {1,2,3,4,5} - [-15:-10]={1,2,3,4,5,6} | {1,2,3,4} - {{1,10},{2,20},{3,30},{4,40}} | {{1,10},{2,20}} -(5 rows) - -SELECT trim_array(ARRAY[1, 2, 3], -1); -- fail -ERROR: number of elements to trim must be between 0 and 3 -SELECT trim_array(ARRAY[1, 2, 3], 10); -- fail -ERROR: number of elements to trim must be between 0 and 3 -SELECT trim_array(ARRAY[]::int[], 1); -- fail -ERROR: number of elements to trim must be between 0 and 0 --- array_shuffle -SELECT array_shuffle('{1,2,3,4,5,6}'::int[]) <@ '{1,2,3,4,5,6}'; - ?column? ----------- - t -(1 row) - -SELECT array_shuffle('{1,2,3,4,5,6}'::int[]) @> '{1,2,3,4,5,6}'; - ?column? ----------- - t -(1 row) - -SELECT array_dims(array_shuffle('[-1:2][2:3]={{1,2},{3,NULL},{5,6},{7,8}}'::int[])); - array_dims -------------- - [-1:2][2:3] -(1 row) - -SELECT array_dims(array_shuffle('{{{1,2},{3,NULL}},{{5,6},{7,8}},{{9,10},{11,12}}}'::int[])); - array_dims ------------------ - [1:3][1:2][1:2] -(1 row) - --- array_sample -SELECT array_sample('{1,2,3,4,5,6}'::int[], 3) <@ '{1,2,3,4,5,6}'; - ?column? ----------- - t -(1 row) - -SELECT array_length(array_sample('{1,2,3,4,5,6}'::int[], 3), 1); - array_length --------------- - 3 -(1 row) - -SELECT array_dims(array_sample('[-1:2][2:3]={{1,2},{3,NULL},{5,6},{7,8}}'::int[], 3)); - array_dims ------------- - [1:3][2:3] -(1 row) - -SELECT array_dims(array_sample('{{{1,2},{3,NULL}},{{5,6},{7,8}},{{9,10},{11,12}}}'::int[], 2)); - array_dims ------------------ - [1:2][1:2][1:2] -(1 row) - -SELECT array_sample('{1,2,3,4,5,6}'::int[], -1); -- fail -ERROR: sample size must be between 0 and 6 -SELECT array_sample('{1,2,3,4,5,6}'::int[], 7); --fail -ERROR: sample size must be between 0 and 6 --- array_reverse -SELECT array_reverse('{}'::int[]); - array_reverse ---------------- - {} -(1 row) - -SELECT array_reverse('{1}'::int[]); - array_reverse ---------------- - {1} -(1 row) - -SELECT array_reverse('{1,2}'::int[]); - array_reverse ---------------- - {2,1} -(1 row) - -SELECT array_reverse('{1,2,3,NULL,4,5,6}'::int[]); - array_reverse --------------------- - {6,5,4,NULL,3,2,1} -(1 row) - -SELECT array_reverse('{{1,2},{3,4},{5,6},{7,8}}'::int[]); - array_reverse ---------------------------- - {{7,8},{5,6},{3,4},{1,2}} -(1 row) - --- array_sort -SELECT array_sort('{}'::int[]); - array_sort ------------- - {} -(1 row) - -SELECT array_sort('{1}'::int[]); - array_sort ------------- - {1} -(1 row) - -SELECT array_sort('{1,3,5,2,4,6}'::int[]); - array_sort ---------------- - {1,2,3,4,5,6} -(1 row) - -SELECT array_sort('{1.1,3.3,5.5,2.2,4.4,6.6}'::numeric[]); - array_sort ---------------------------- - {1.1,2.2,3.3,4.4,5.5,6.6} -(1 row) - -SELECT array_sort('{foo,bar,CCC,Abc,bbc}'::text[] COLLATE "C"); - array_sort ------------------------ - {Abc,CCC,bar,bbc,foo} -(1 row) - -SELECT array_sort('{foo,bar,null,CCC,Abc,bbc}'::text[] COLLATE "C"); - array_sort ----------------------------- - {Abc,CCC,bar,bbc,foo,NULL} -(1 row) - -SELECT array_sort(ARRAY(SELECT '1 4'::int2vector UNION ALL SELECT '1 2'::int2vector)); - array_sort ---------------- - {"1 2","1 4"} -(1 row) - --- array_sort with order specified -SELECT array_sort('{1.1,3.3,5.5,2.2,null,4.4,6.6}'::float8[], true); - array_sort --------------------------------- - {NULL,6.6,5.5,4.4,3.3,2.2,1.1} -(1 row) - -SELECT array_sort('{1.1,3.3,5.5,2.2,null,4.4,6.6}'::float8[], false); - array_sort --------------------------------- - {1.1,2.2,3.3,4.4,5.5,6.6,NULL} -(1 row) - --- array_sort with order and nullsfirst flag specified -SELECT array_sort('{1.1,3.3,5.5,2.2,null,4.4,6.6}'::float8[], true, true); - array_sort --------------------------------- - {NULL,6.6,5.5,4.4,3.3,2.2,1.1} -(1 row) - -SELECT array_sort('{1.1,3.3,5.5,2.2,null,4.4,6.6}'::float8[], true, false); - array_sort --------------------------------- - {6.6,5.5,4.4,3.3,2.2,1.1,NULL} -(1 row) - -SELECT array_sort('{1.1,3.3,5.5,2.2,null,4.4,6.6}'::float8[], false, true); - array_sort --------------------------------- - {NULL,1.1,2.2,3.3,4.4,5.5,6.6} -(1 row) - -SELECT array_sort('{1.1,3.3,5.5,2.2,null,4.4,6.6}'::float8[], false, false); - array_sort --------------------------------- - {1.1,2.2,3.3,4.4,5.5,6.6,NULL} -(1 row) - --- multidimensional array tests -SELECT array_sort('{{1}}'::int[]); - array_sort ------------- - {{1}} -(1 row) - -SELECT array_sort(ARRAY[[2,4],[2,1],[6,5]]); - array_sort ---------------------- - {{2,1},{2,4},{6,5}} -(1 row) - -SELECT array_sort('{{"1 2","3 4"}, {"1 -2","-1 4"}}'::int2vector[]); - array_sort ---------------------------------- - {{"1 -2","-1 4"},{"1 2","3 4"}} -(1 row) - --- no ordering operator tests -SELECT array_sort('{1}'::xid[]); -- no error because no sort is required - array_sort ------------- - {1} -(1 row) - -SELECT array_sort('{1,2,3}'::xid[]); -ERROR: could not identify a comparison function for type xid -SELECT array_sort('{{1,2,3},{2,3,4}}'::xid[]); -ERROR: could not identify a comparison function for type xid --- bounds preservation tests -SELECT array_sort(a) FROM (VALUES ('[10:12][20:21]={{1,2},{10,20},{3,4}}'::int[])) v(a); - array_sort --------------------------------------- - [10:12][20:21]={{1,2},{3,4},{10,20}} -(1 row) - -SELECT array_sort(a) FROM (VALUES ('[-1:0]={7,1}'::int[])) v(a); - array_sort --------------- - [-1:0]={1,7} -(1 row) - -SELECT array_sort(a) FROM (VALUES ('[-2:0][20:21]={{1,2},{10,20},{1,-4}}'::int[])) v(a); - array_sort --------------------------------------- - [-2:0][20:21]={{1,-4},{1,2},{10,20}} -(1 row) - -SELECT array_sort(a [-1:0]) FROM (VALUES ('[-2:0][20:21]={{1,2},{10,20},{1,-4}}'::int[])) v(a); - array_sort ------------------- - {{1,-4},{10,20}} -(1 row) - -SELECT array_sort(a [-1:0][20:20]) FROM (VALUES ('[-2:0][20:21]={{1,2},{10,20},{1,-4}}'::int[])) v(a); - array_sort ------------- - {{1},{10}} -(1 row) - +WARNING: terminating connection because of crash of another server process +DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory. +HINT: In a moment you should be able to reconnect to the database and repeat your command. +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/btree_index.out --- /tmp/cirrus-ci-build/src/test/regress/expected/btree_index.out 2025-05-11 19:30:18.931482000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/btree_index.out 2025-05-11 19:32:41.946830000 +0000 @@ -557,113 +557,7 @@ INSERT INTO dedup_unique_test_table SELECT 1; END LOOP; END$$; --- Exercise the LP_DEAD-bit-set tuple deletion code with a posting list tuple. --- The implementation prefers deleting existing items to merging any duplicate --- tuples into a posting list, so we need an explicit test to make sure we get --- coverage (note that this test also assumes BLCKSZ is 8192 or less): -DROP INDEX plain_unique; -DELETE FROM dedup_unique_test_table WHERE a = 1; -INSERT INTO dedup_unique_test_table SELECT i FROM generate_series(0,450) i; --- --- Test B-tree fast path (cache rightmost leaf page) optimization. --- --- First create a tree that's at least three levels deep (i.e. has one level --- between the root and leaf levels). The text inserted is long. It won't be --- TOAST compressed because we use plain storage in the table. Only a few --- index tuples fit on each internal page, allowing us to get a tall tree with --- few pages. (A tall tree is required to trigger caching.) --- --- The text column must be the leading column in the index, since suffix --- truncation would otherwise truncate tuples on internal pages, leaving us --- with a short tree. -create table btree_tall_tbl(id int4, t text); -alter table btree_tall_tbl alter COLUMN t set storage plain; -create index btree_tall_idx on btree_tall_tbl (t, id) with (fillfactor = 10); -insert into btree_tall_tbl select g, repeat('x', 250) -from generate_series(1, 130) g; -insert into btree_tall_tbl select g, NULL -from generate_series(50, 60) g; --- --- Test for skip scan with type that lacks skip support (text) --- -set enable_seqscan to false; -set enable_bitmapscan to false; --- Forwards scan -SELECT id FROM btree_tall_tbl WHERE id = 55 ORDER BY t, id; - id ----- - 55 - 55 -(2 rows) - -explain (costs off) -SELECT id FROM btree_tall_tbl WHERE id = 55 ORDER BY t, id; - QUERY PLAN --------------------------------------------------------- - Index Only Scan using btree_tall_idx on btree_tall_tbl - Index Cond: (id = 55) -(2 rows) - --- Backwards scan -SELECT id FROM btree_tall_tbl WHERE id = 55 ORDER BY t DESC, id DESC; - id ----- - 55 - 55 -(2 rows) - -explain (costs off) -SELECT id FROM btree_tall_tbl WHERE id = 55 ORDER BY t DESC, id DESC; - QUERY PLAN ------------------------------------------------------------------ - Index Only Scan Backward using btree_tall_idx on btree_tall_tbl - Index Cond: (id = 55) -(2 rows) - -reset enable_seqscan; -reset enable_bitmapscan; --- --- Test for multilevel page deletion --- -CREATE TABLE delete_test_table (a bigint, b bigint, c bigint, d bigint); -INSERT INTO delete_test_table SELECT i, 1, 2, 3 FROM generate_series(1,80000) i; -ALTER TABLE delete_test_table ADD PRIMARY KEY (a,b,c,d); --- Delete most entries, and vacuum, deleting internal pages and creating "fast --- root" -DELETE FROM delete_test_table WHERE a < 79990; -VACUUM delete_test_table; --- --- Test B-tree insertion with a metapage update (XLOG_BTREE_INSERT_META --- WAL record type). This happens when a "fast root" page is split. This --- also creates coverage for nbtree FSM page recycling. --- --- The vacuum above should've turned the leaf page into a fast root. We just --- need to insert some rows to cause the fast root page to split. -INSERT INTO delete_test_table SELECT i, 1, 2, 3 FROM generate_series(1,1000) i; --- Test unsupported btree opclass parameters -create index on btree_tall_tbl (id int4_ops(foo=1)); -ERROR: operator class int4_ops has no options --- test parallel build with immutable function. -CREATE TABLE btree_test_expr (n int); -CREATE FUNCTION btree_test_func() RETURNS int LANGUAGE sql IMMUTABLE RETURN 0; -BEGIN; -SET LOCAL min_parallel_table_scan_size = 0; -SET LOCAL max_parallel_maintenance_workers = 4; -CREATE INDEX btree_test_expr_idx ON btree_test_expr USING btree (btree_test_func()); -COMMIT; -DROP TABLE btree_test_expr; -DROP FUNCTION btree_test_func(); --- Test case of ALTER INDEX with abuse of column names for indexes. --- This grammar is not officially supported, but the parser allows it. -CREATE INDEX btree_tall_idx2 ON btree_tall_tbl (id); -ALTER INDEX btree_tall_idx2 ALTER COLUMN id SET (n_distinct=100); -ERROR: ALTER action ALTER COLUMN ... SET cannot be performed on relation "btree_tall_idx2" -DETAIL: This operation is not supported for indexes. -DROP INDEX btree_tall_idx2; --- Partitioned index -CREATE TABLE btree_part (id int4) PARTITION BY RANGE (id); -CREATE INDEX btree_part_idx ON btree_part(id); -ALTER INDEX btree_part_idx ALTER COLUMN id SET (n_distinct=100); -ERROR: ALTER action ALTER COLUMN ... SET cannot be performed on relation "btree_part_idx" -DETAIL: This operation is not supported for partitioned indexes. -DROP TABLE btree_part; +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out --- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out 2025-05-11 19:30:18.930623000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out 2025-05-11 19:32:42.103305000 +0000 @@ -1,591 +1,2 @@ -CREATE TABLE brintest (byteacol bytea, - charcol "char", - namecol name, - int8col bigint, - int2col smallint, - int4col integer, - textcol text, - oidcol oid, - tidcol tid, - float4col real, - float8col double precision, - macaddrcol macaddr, - inetcol inet, - cidrcol cidr, - bpcharcol character, - datecol date, - timecol time without time zone, - timestampcol timestamp without time zone, - timestamptzcol timestamp with time zone, - intervalcol interval, - timetzcol time with time zone, - bitcol bit(10), - varbitcol bit varying(16), - numericcol numeric, - uuidcol uuid, - int4rangecol int4range, - lsncol pg_lsn, - boxcol box -) WITH (fillfactor=10, autovacuum_enabled=off); -INSERT INTO brintest SELECT - repeat(stringu1, 8)::bytea, - substr(stringu1, 1, 1)::"char", - stringu1::name, 142857 * tenthous, - thousand, - twothousand, - repeat(stringu1, 8), - unique1::oid, - format('(%s,%s)', tenthous, twenty)::tid, - (four + 1.0)/(hundred+1), - odd::float8 / (tenthous + 1), - format('%s:00:%s:00:%s:00', to_hex(odd), to_hex(even), to_hex(hundred))::macaddr, - inet '10.2.3.4/24' + tenthous, - cidr '10.2.3/24' + tenthous, - substr(stringu1, 1, 1)::bpchar, - date '1995-08-15' + tenthous, - time '01:20:30' + thousand * interval '18.5 second', - timestamp '1942-07-23 03:05:09' + tenthous * interval '36.38 hours', - timestamptz '1972-10-10 03:00' + thousand * interval '1 hour', - justify_days(justify_hours(tenthous * interval '12 minutes')), - timetz '01:30:20+02' + hundred * interval '15 seconds', - thousand::bit(10), - tenthous::bit(16)::varbit, - tenthous::numeric(36,30) * fivethous * even / (hundred + 1), - format('%s%s-%s-%s-%s-%s%s%s', to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'))::uuid, - int4range(thousand, twothousand), - format('%s/%s%s', odd, even, tenthous)::pg_lsn, - box(point(odd, even), point(thousand, twothousand)) -FROM tenk1 ORDER BY unique2 LIMIT 100; --- throw in some NULL's and different values -INSERT INTO brintest (inetcol, cidrcol, int4rangecol) SELECT - inet 'fe80::6e40:8ff:fea9:8c46' + tenthous, - cidr 'fe80::6e40:8ff:fea9:8c46' + tenthous, - 'empty'::int4range -FROM tenk1 ORDER BY thousand, tenthous LIMIT 25; -CREATE INDEX brinidx ON brintest USING brin ( - byteacol, - charcol, - namecol, - int8col, - int2col, - int4col, - textcol, - oidcol, - tidcol, - float4col, - float8col, - macaddrcol, - inetcol inet_inclusion_ops, - inetcol inet_minmax_ops, - cidrcol inet_inclusion_ops, - cidrcol inet_minmax_ops, - bpcharcol, - datecol, - timecol, - timestampcol, - timestamptzcol, - intervalcol, - timetzcol, - bitcol, - varbitcol, - numericcol, - uuidcol, - int4rangecol, - lsncol, - boxcol -) with (pages_per_range = 1); -CREATE TABLE brinopers (colname name, typ text, - op text[], value text[], matches int[], - check (cardinality(op) = cardinality(value)), - check (cardinality(op) = cardinality(matches))); -INSERT INTO brinopers VALUES - ('byteacol', 'bytea', - '{>, >=, =, <=, <}', - '{AAAAAA, AAAAAA, BNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAA, ZZZZZZ, ZZZZZZ}', - '{100, 100, 1, 100, 100}'), - ('charcol', '"char"', - '{>, >=, =, <=, <}', - '{A, A, M, Z, Z}', - '{97, 100, 6, 100, 98}'), - ('namecol', 'name', - '{>, >=, =, <=, <}', - '{AAAAAA, AAAAAA, MAAAAA, ZZAAAA, ZZAAAA}', - '{100, 100, 2, 100, 100}'), - ('int2col', 'int2', - '{>, >=, =, <=, <}', - '{0, 0, 800, 999, 999}', - '{100, 100, 1, 100, 100}'), - ('int2col', 'int4', - '{>, >=, =, <=, <}', - '{0, 0, 800, 999, 1999}', - '{100, 100, 1, 100, 100}'), - ('int2col', 'int8', - '{>, >=, =, <=, <}', - '{0, 0, 800, 999, 1428427143}', - '{100, 100, 1, 100, 100}'), - ('int4col', 'int2', - '{>, >=, =, <=, <}', - '{0, 0, 800, 1999, 1999}', - '{100, 100, 1, 100, 100}'), - ('int4col', 'int4', - '{>, >=, =, <=, <}', - '{0, 0, 800, 1999, 1999}', - '{100, 100, 1, 100, 100}'), - ('int4col', 'int8', - '{>, >=, =, <=, <}', - '{0, 0, 800, 1999, 1428427143}', - '{100, 100, 1, 100, 100}'), - ('int8col', 'int2', - '{>, >=}', - '{0, 0}', - '{100, 100}'), - ('int8col', 'int4', - '{>, >=}', - '{0, 0}', - '{100, 100}'), - ('int8col', 'int8', - '{>, >=, =, <=, <}', - '{0, 0, 1257141600, 1428427143, 1428427143}', - '{100, 100, 1, 100, 100}'), - ('textcol', 'text', - '{>, >=, =, <=, <}', - '{ABABAB, ABABAB, BNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAA, ZZAAAA, ZZAAAA}', - '{100, 100, 1, 100, 100}'), - ('oidcol', 'oid', - '{>, >=, =, <=, <}', - '{0, 0, 8800, 9999, 9999}', - '{100, 100, 1, 100, 100}'), - ('tidcol', 'tid', - '{>, >=, =, <=, <}', - '{"(0,0)", "(0,0)", "(8800,0)", "(9999,19)", "(9999,19)"}', - '{100, 100, 1, 100, 100}'), - ('float4col', 'float4', - '{>, >=, =, <=, <}', - '{0.0103093, 0.0103093, 1, 1, 1}', - '{100, 100, 4, 100, 96}'), - ('float4col', 'float8', - '{>, >=, =, <=, <}', - '{0.0103093, 0.0103093, 1, 1, 1}', - '{100, 100, 4, 100, 96}'), - ('float8col', 'float4', - '{>, >=, =, <=, <}', - '{0, 0, 0, 1.98, 1.98}', - '{99, 100, 1, 100, 100}'), - ('float8col', 'float8', - '{>, >=, =, <=, <}', - '{0, 0, 0, 1.98, 1.98}', - '{99, 100, 1, 100, 100}'), - ('macaddrcol', 'macaddr', - '{>, >=, =, <=, <}', - '{00:00:01:00:00:00, 00:00:01:00:00:00, 2c:00:2d:00:16:00, ff:fe:00:00:00:00, ff:fe:00:00:00:00}', - '{99, 100, 2, 100, 100}'), - ('inetcol', 'inet', - '{&&, =, <, <=, >, >=, >>=, >>, <<=, <<}', - '{10/8, 10.2.14.231/24, 255.255.255.255, 255.255.255.255, 0.0.0.0, 0.0.0.0, 10.2.14.231/24, 10.2.14.231/25, 10.2.14.231/8, 0/0}', - '{100, 1, 100, 100, 125, 125, 2, 2, 100, 100}'), - ('inetcol', 'inet', - '{&&, >>=, <<=, =}', - '{fe80::6e40:8ff:fea9:a673/32, fe80::6e40:8ff:fea9:8c46, fe80::6e40:8ff:fea9:a673/32, fe80::6e40:8ff:fea9:8c46}', - '{25, 1, 25, 1}'), - ('inetcol', 'cidr', - '{&&, <, <=, >, >=, >>=, >>, <<=, <<}', - '{10/8, 255.255.255.255, 255.255.255.255, 0.0.0.0, 0.0.0.0, 10.2.14/24, 10.2.14/25, 10/8, 0/0}', - '{100, 100, 100, 125, 125, 2, 2, 100, 100}'), - ('inetcol', 'cidr', - '{&&, >>=, <<=, =}', - '{fe80::/32, fe80::6e40:8ff:fea9:8c46, fe80::/32, fe80::6e40:8ff:fea9:8c46}', - '{25, 1, 25, 1}'), - ('cidrcol', 'inet', - '{&&, =, <, <=, >, >=, >>=, >>, <<=, <<}', - '{10/8, 10.2.14/24, 255.255.255.255, 255.255.255.255, 0.0.0.0, 0.0.0.0, 10.2.14.231/24, 10.2.14.231/25, 10.2.14.231/8, 0/0}', - '{100, 2, 100, 100, 125, 125, 2, 2, 100, 100}'), - ('cidrcol', 'inet', - '{&&, >>=, <<=, =}', - '{fe80::6e40:8ff:fea9:a673/32, fe80::6e40:8ff:fea9:8c46, fe80::6e40:8ff:fea9:a673/32, fe80::6e40:8ff:fea9:8c46}', - '{25, 1, 25, 1}'), - ('cidrcol', 'cidr', - '{&&, =, <, <=, >, >=, >>=, >>, <<=, <<}', - '{10/8, 10.2.14/24, 255.255.255.255, 255.255.255.255, 0.0.0.0, 0.0.0.0, 10.2.14/24, 10.2.14/25, 10/8, 0/0}', - '{100, 2, 100, 100, 125, 125, 2, 2, 100, 100}'), - ('cidrcol', 'cidr', - '{&&, >>=, <<=, =}', - '{fe80::/32, fe80::6e40:8ff:fea9:8c46, fe80::/32, fe80::6e40:8ff:fea9:8c46}', - '{25, 1, 25, 1}'), - ('bpcharcol', 'bpchar', - '{>, >=, =, <=, <}', - '{A, A, W, Z, Z}', - '{97, 100, 6, 100, 98}'), - ('datecol', 'date', - '{>, >=, =, <=, <}', - '{1995-08-15, 1995-08-15, 2009-12-01, 2022-12-30, 2022-12-30}', - '{100, 100, 1, 100, 100}'), - ('timecol', 'time', - '{>, >=, =, <=, <}', - '{01:20:30, 01:20:30, 02:28:57, 06:28:31.5, 06:28:31.5}', - '{100, 100, 1, 100, 100}'), - ('timestampcol', 'timestamp', - '{>, >=, =, <=, <}', - '{1942-07-23 03:05:09, 1942-07-23 03:05:09, 1964-03-24 19:26:45, 1984-01-20 22:42:21, 1984-01-20 22:42:21}', - '{100, 100, 1, 100, 100}'), - ('timestampcol', 'timestamptz', - '{>, >=, =, <=, <}', - '{1942-07-23 03:05:09, 1942-07-23 03:05:09, 1964-03-24 19:26:45, 1984-01-20 22:42:21, 1984-01-20 22:42:21}', - '{100, 100, 1, 100, 100}'), - ('timestamptzcol', 'timestamptz', - '{>, >=, =, <=, <}', - '{1972-10-10 03:00:00-04, 1972-10-10 03:00:00-04, 1972-10-19 09:00:00-07, 1972-11-20 19:00:00-03, 1972-11-20 19:00:00-03}', - '{100, 100, 1, 100, 100}'), - ('intervalcol', 'interval', - '{>, >=, =, <=, <}', - '{00:00:00, 00:00:00, 1 mons 13 days 12:24, 2 mons 23 days 07:48:00, 1 year}', - '{100, 100, 1, 100, 100}'), - ('timetzcol', 'timetz', - '{>, >=, =, <=, <}', - '{01:30:20+02, 01:30:20+02, 01:35:50+02, 23:55:05+02, 23:55:05+02}', - '{99, 100, 2, 100, 100}'), - ('bitcol', 'bit(10)', - '{>, >=, =, <=, <}', - '{0000000010, 0000000010, 0011011110, 1111111000, 1111111000}', - '{100, 100, 1, 100, 100}'), - ('varbitcol', 'varbit(16)', - '{>, >=, =, <=, <}', - '{0000000000000100, 0000000000000100, 0001010001100110, 1111111111111000, 1111111111111000}', - '{100, 100, 1, 100, 100}'), - ('numericcol', 'numeric', - '{>, >=, =, <=, <}', - '{0.00, 0.01, 2268164.347826086956521739130434782609, 99470151.9, 99470151.9}', - '{100, 100, 1, 100, 100}'), - ('uuidcol', 'uuid', - '{>, >=, =, <=, <}', - '{00040004-0004-0004-0004-000400040004, 00040004-0004-0004-0004-000400040004, 52225222-5222-5222-5222-522252225222, 99989998-9998-9998-9998-999899989998, 99989998-9998-9998-9998-999899989998}', - '{100, 100, 1, 100, 100}'), - ('int4rangecol', 'int4range', - '{<<, &<, &&, &>, >>, @>, <@, =, <, <=, >, >=}', - '{"[10000,)","[10000,)","(,]","[3,4)","[36,44)","(1500,1501]","[3,4)","[222,1222)","[36,44)","[43,1043)","[367,4466)","[519,)"}', - '{53, 53, 53, 53, 50, 22, 72, 1, 74, 75, 34, 21}'), - ('int4rangecol', 'int4range', - '{@>, <@, =, <=, >, >=}', - '{empty, empty, empty, empty, empty, empty}', - '{125, 72, 72, 72, 53, 125}'), - ('int4rangecol', 'int4', - '{@>}', - '{1500}', - '{22}'), - ('lsncol', 'pg_lsn', - '{>, >=, =, <=, <, IS, IS NOT}', - '{0/1200, 0/1200, 44/455222, 198/1999799, 198/1999799, NULL, NULL}', - '{100, 100, 1, 100, 100, 25, 100}'), - ('boxcol', 'point', - '{@>}', - '{"(500,43)"}', - '{11}'), - ('boxcol', 'box', - '{<<, &<, &&, &>, >>, <<|, &<|, |&>, |>>, @>, <@, ~=}', - '{"((1000,2000),(3000,4000))","((1,2),(3000,4000))","((1,2),(3000,4000))","((1,2),(3000,4000))","((1,2),(3,4))","((1000,2000),(3000,4000))","((1,2000),(3,4000))","((1000,2),(3000,4))","((1,2),(3,4))","((1,2),(300,400))","((1,2),(3000,4000))","((222,1222),(44,45))"}', - '{100, 100, 100, 99, 96, 100, 100, 99, 96, 1, 99, 1}'); -DO $x$ -DECLARE - r record; - r2 record; - cond text; - idx_ctids tid[]; - ss_ctids tid[]; - count int; - plan_ok bool; - plan_line text; -BEGIN - FOR r IN SELECT colname, oper, typ, value[ordinality], matches[ordinality] FROM brinopers, unnest(op) WITH ORDINALITY AS oper LOOP - - -- prepare the condition - IF r.value IS NULL THEN - cond := format('%I %s %L', r.colname, r.oper, r.value); - ELSE - cond := format('%I %s %L::%s', r.colname, r.oper, r.value, r.typ); - END IF; - - -- run the query using the brin index - SET enable_seqscan = 0; - SET enable_bitmapscan = 1; - - plan_ok := false; - FOR plan_line IN EXECUTE format($y$EXPLAIN SELECT array_agg(ctid) FROM brintest WHERE %s $y$, cond) LOOP - IF plan_line LIKE '%Bitmap Heap Scan on brintest%' THEN - plan_ok := true; - END IF; - END LOOP; - IF NOT plan_ok THEN - RAISE WARNING 'did not get bitmap indexscan plan for %', r; - END IF; - - EXECUTE format($y$SELECT array_agg(ctid) FROM brintest WHERE %s $y$, cond) - INTO idx_ctids; - - -- run the query using a seqscan - SET enable_seqscan = 1; - SET enable_bitmapscan = 0; - - plan_ok := false; - FOR plan_line IN EXECUTE format($y$EXPLAIN SELECT array_agg(ctid) FROM brintest WHERE %s $y$, cond) LOOP - IF plan_line LIKE '%Seq Scan on brintest%' THEN - plan_ok := true; - END IF; - END LOOP; - IF NOT plan_ok THEN - RAISE WARNING 'did not get seqscan plan for %', r; - END IF; - - EXECUTE format($y$SELECT array_agg(ctid) FROM brintest WHERE %s $y$, cond) - INTO ss_ctids; - - -- make sure both return the same results - count := array_length(idx_ctids, 1); - - IF NOT (count = array_length(ss_ctids, 1) AND - idx_ctids @> ss_ctids AND - idx_ctids <@ ss_ctids) THEN - -- report the results of each scan to make the differences obvious - RAISE WARNING 'something not right in %: count %', r, count; - SET enable_seqscan = 1; - SET enable_bitmapscan = 0; - FOR r2 IN EXECUTE 'SELECT ' || r.colname || ' FROM brintest WHERE ' || cond LOOP - RAISE NOTICE 'seqscan: %', r2; - END LOOP; - - SET enable_seqscan = 0; - SET enable_bitmapscan = 1; - FOR r2 IN EXECUTE 'SELECT ' || r.colname || ' FROM brintest WHERE ' || cond LOOP - RAISE NOTICE 'bitmapscan: %', r2; - END LOOP; - END IF; - - -- make sure we found expected number of matches - IF count != r.matches THEN RAISE WARNING 'unexpected number of results % for %', count, r; END IF; - END LOOP; -END; -$x$; -RESET enable_seqscan; -RESET enable_bitmapscan; -INSERT INTO brintest SELECT - repeat(stringu1, 42)::bytea, - substr(stringu1, 1, 1)::"char", - stringu1::name, 142857 * tenthous, - thousand, - twothousand, - repeat(stringu1, 42), - unique1::oid, - format('(%s,%s)', tenthous, twenty)::tid, - (four + 1.0)/(hundred+1), - odd::float8 / (tenthous + 1), - format('%s:00:%s:00:%s:00', to_hex(odd), to_hex(even), to_hex(hundred))::macaddr, - inet '10.2.3.4' + tenthous, - cidr '10.2.3/24' + tenthous, - substr(stringu1, 1, 1)::bpchar, - date '1995-08-15' + tenthous, - time '01:20:30' + thousand * interval '18.5 second', - timestamp '1942-07-23 03:05:09' + tenthous * interval '36.38 hours', - timestamptz '1972-10-10 03:00' + thousand * interval '1 hour', - justify_days(justify_hours(tenthous * interval '12 minutes')), - timetz '01:30:20' + hundred * interval '15 seconds', - thousand::bit(10), - tenthous::bit(16)::varbit, - tenthous::numeric(36,30) * fivethous * even / (hundred + 1), - format('%s%s-%s-%s-%s-%s%s%s', to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'))::uuid, - int4range(thousand, twothousand), - format('%s/%s%s', odd, even, tenthous)::pg_lsn, - box(point(odd, even), point(thousand, twothousand)) -FROM tenk1 ORDER BY unique2 LIMIT 5 OFFSET 5; -SELECT brin_desummarize_range('brinidx', 0); - brin_desummarize_range ------------------------- - -(1 row) - -VACUUM brintest; -- force a summarization cycle in brinidx -UPDATE brintest SET int8col = int8col * int4col; -UPDATE brintest SET textcol = '' WHERE textcol IS NOT NULL; --- Tests for brin_summarize_new_values -SELECT brin_summarize_new_values('brintest'); -- error, not an index -ERROR: "brintest" is not an index -SELECT brin_summarize_new_values('tenk1_unique1'); -- error, not a BRIN index -ERROR: "tenk1_unique1" is not a BRIN index -SELECT brin_summarize_new_values('brinidx'); -- ok, no change expected - brin_summarize_new_values ---------------------------- - 0 -(1 row) - --- Tests for brin_desummarize_range -SELECT brin_desummarize_range('brinidx', -1); -- error, invalid range -ERROR: block number out of range: -1 -SELECT brin_desummarize_range('brinidx', 0); - brin_desummarize_range ------------------------- - -(1 row) - -SELECT brin_desummarize_range('brinidx', 0); - brin_desummarize_range ------------------------- - -(1 row) - -SELECT brin_desummarize_range('brinidx', 100000000); - brin_desummarize_range ------------------------- - -(1 row) - --- Test brin_summarize_range -CREATE TABLE brin_summarize ( - value int -) WITH (fillfactor=10, autovacuum_enabled=false); -CREATE INDEX brin_summarize_idx ON brin_summarize USING brin (value) WITH (pages_per_range=2); --- Fill a few pages -DO $$ -DECLARE curtid tid; -BEGIN - LOOP - INSERT INTO brin_summarize VALUES (1) RETURNING ctid INTO curtid; - EXIT WHEN curtid > tid '(2, 0)'; - END LOOP; -END; -$$; --- summarize one range -SELECT brin_summarize_range('brin_summarize_idx', 0); - brin_summarize_range ----------------------- - 0 -(1 row) - --- nothing: already summarized -SELECT brin_summarize_range('brin_summarize_idx', 1); - brin_summarize_range ----------------------- - 0 -(1 row) - --- summarize one range -SELECT brin_summarize_range('brin_summarize_idx', 2); - brin_summarize_range ----------------------- - 1 -(1 row) - --- nothing: page doesn't exist in table -SELECT brin_summarize_range('brin_summarize_idx', 4294967295); - brin_summarize_range ----------------------- - 0 -(1 row) - --- invalid block number values -SELECT brin_summarize_range('brin_summarize_idx', -1); -ERROR: block number out of range: -1 -SELECT brin_summarize_range('brin_summarize_idx', 4294967296); -ERROR: block number out of range: 4294967296 --- test value merging in add_value -CREATE TABLE brintest_2 (n numrange); -CREATE INDEX brinidx_2 ON brintest_2 USING brin (n); -INSERT INTO brintest_2 VALUES ('empty'); -INSERT INTO brintest_2 VALUES (numrange(0, 2^1000::numeric)); -INSERT INTO brintest_2 VALUES ('(-1, 0)'); -SELECT brin_desummarize_range('brinidx', 0); - brin_desummarize_range ------------------------- - -(1 row) - -SELECT brin_summarize_range('brinidx', 0); - brin_summarize_range ----------------------- - 1 -(1 row) - -DROP TABLE brintest_2; --- test brin cost estimates behave sanely based on correlation of values -CREATE TABLE brin_test (a INT, b INT); -INSERT INTO brin_test SELECT x/100,x%100 FROM generate_series(1,10000) x(x); -CREATE INDEX brin_test_a_idx ON brin_test USING brin (a) WITH (pages_per_range = 2); -CREATE INDEX brin_test_b_idx ON brin_test USING brin (b) WITH (pages_per_range = 2); -VACUUM ANALYZE brin_test; --- Ensure brin index is used when columns are perfectly correlated -EXPLAIN (COSTS OFF) SELECT * FROM brin_test WHERE a = 1; - QUERY PLAN --------------------------------------------- - Bitmap Heap Scan on brin_test - Recheck Cond: (a = 1) - -> Bitmap Index Scan on brin_test_a_idx - Index Cond: (a = 1) -(4 rows) - --- Ensure brin index is not used when values are not correlated -EXPLAIN (COSTS OFF) SELECT * FROM brin_test WHERE b = 1; - QUERY PLAN ------------------------ - Seq Scan on brin_test - Filter: (b = 1) -(2 rows) - --- make sure data are properly de-toasted in BRIN index -CREATE TABLE brintest_3 (a text, b text, c text, d text); --- long random strings (~2000 chars each, so ~6kB for min/max on two --- columns) to trigger toasting -WITH rand_value AS (SELECT string_agg(fipshash(i::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; -CREATE INDEX brin_test_toast_idx ON brintest_3 USING brin (b, c); -DELETE FROM brintest_3; --- We need to wait a bit for all transactions to complete, so that the --- vacuum actually removes the TOAST rows. Creating an index concurrently --- is a one way to achieve that, because it does exactly such wait. -CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; - QUERY PLAN ------------------------------------------------- - Bitmap Heap Scan on brintest_3 - Recheck Cond: (b < '0'::text) - -> Bitmap Index Scan on brin_test_toast_idx - Index Cond: (b < '0'::text) -(4 rows) - -SELECT * FROM brintest_3 WHERE b < '0'; - a | b | c | d ----+---+---+--- -(0 rows) - -DROP TABLE brintest_3; -RESET enable_seqscan; --- test parallel build with immutable function. -CREATE TABLE brintest_expr (n int); -CREATE FUNCTION brintest_func() RETURNS int LANGUAGE sql IMMUTABLE RETURN 0; -BEGIN; -SET LOCAL min_parallel_table_scan_size = 0; -SET LOCAL max_parallel_maintenance_workers = 4; -CREATE INDEX brintest_expr_idx ON brintest_expr USING brin (brintest_func()); -COMMIT; -DROP TABLE brintest_expr; -DROP FUNCTION brintest_func(); --- test an unlogged table, mostly to get coverage of brinbuildempty -CREATE UNLOGGED TABLE brintest_unlogged (n numrange); -CREATE INDEX brinidx_unlogged ON brintest_unlogged USING brin (n); -INSERT INTO brintest_unlogged VALUES (numrange(0, 2^1000::numeric)); -DROP TABLE brintest_unlogged; --- test that the insert optimization works if no rows end up inserted -CREATE TABLE brin_insert_optimization (a int); -INSERT INTO brin_insert_optimization VALUES (1); -CREATE INDEX brin_insert_optimization_idx ON brin_insert_optimization USING brin (a); -UPDATE brin_insert_optimization SET a = a; -REINDEX INDEX CONCURRENTLY brin_insert_optimization_idx; -DROP TABLE brin_insert_optimization; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/gin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/gin.out --- /tmp/cirrus-ci-build/src/test/regress/expected/gin.out 2025-05-11 19:30:18.951704000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/gin.out 2025-05-11 19:32:42.103907000 +0000 @@ -1,299 +1,2 @@ --- --- Test GIN indexes. --- --- There are other tests to test different GIN opclasses. This is for testing --- GIN itself. --- Create and populate a test table with a GIN index. -create table gin_test_tbl(i int4[]) with (autovacuum_enabled = off); -create index gin_test_idx on gin_test_tbl using gin (i) - with (fastupdate = on, gin_pending_list_limit = 4096); -insert into gin_test_tbl select array[1, 2, g] from generate_series(1, 20000) g; -insert into gin_test_tbl select array[1, 3, g] from generate_series(1, 1000) g; -select gin_clean_pending_list('gin_test_idx')>10 as many; -- flush the fastupdate buffers - many ------- - t -(1 row) - -insert into gin_test_tbl select array[3, 1, g] from generate_series(1, 1000) g; -vacuum gin_test_tbl; -- flush the fastupdate buffers -select gin_clean_pending_list('gin_test_idx'); -- nothing to flush - gin_clean_pending_list ------------------------- - 0 -(1 row) - --- Test vacuuming -delete from gin_test_tbl where i @> array[2]; -vacuum gin_test_tbl; --- Disable fastupdate, and do more insertions. With fastupdate enabled, most --- insertions (by flushing the list pages) cause page splits. Without --- fastupdate, we get more churn in the GIN data leaf pages, and exercise the --- recompression codepaths. -alter index gin_test_idx set (fastupdate = off); -insert into gin_test_tbl select array[1, 2, g] from generate_series(1, 1000) g; -insert into gin_test_tbl select array[1, 3, g] from generate_series(1, 1000) g; -delete from gin_test_tbl where i @> array[2]; -vacuum gin_test_tbl; --- Test for "rare && frequent" searches -explain (costs off) -select count(*) from gin_test_tbl where i @> array[1, 999]; - QUERY PLAN -------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on gin_test_tbl - Recheck Cond: (i @> '{1,999}'::integer[]) - -> Bitmap Index Scan on gin_test_idx - Index Cond: (i @> '{1,999}'::integer[]) -(5 rows) - -select count(*) from gin_test_tbl where i @> array[1, 999]; - count -------- - 3 -(1 row) - --- Very weak test for gin_fuzzy_search_limit -set gin_fuzzy_search_limit = 1000; -explain (costs off) -select count(*) > 0 as ok from gin_test_tbl where i @> array[1]; - QUERY PLAN ---------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on gin_test_tbl - Recheck Cond: (i @> '{1}'::integer[]) - -> Bitmap Index Scan on gin_test_idx - Index Cond: (i @> '{1}'::integer[]) -(5 rows) - -select count(*) > 0 as ok from gin_test_tbl where i @> array[1]; - ok ----- - t -(1 row) - -reset gin_fuzzy_search_limit; --- Test optimization of empty queries -create temp table t_gin_test_tbl(i int4[], j int4[]); -create index on t_gin_test_tbl using gin (i, j); -insert into t_gin_test_tbl -values - (null, null), - ('{}', null), - ('{1}', null), - ('{1,2}', null), - (null, '{}'), - (null, '{10}'), - ('{1,2}', '{10}'), - ('{2}', '{10}'), - ('{1,3}', '{}'), - ('{1,1}', '{10}'); -set enable_seqscan = off; -explain (costs off) -select * from t_gin_test_tbl where array[0] <@ i; - QUERY PLAN ---------------------------------------------------- - Bitmap Heap Scan on t_gin_test_tbl - Recheck Cond: ('{0}'::integer[] <@ i) - -> Bitmap Index Scan on t_gin_test_tbl_i_j_idx - Index Cond: (i @> '{0}'::integer[]) -(4 rows) - -select * from t_gin_test_tbl where array[0] <@ i; - i | j ----+--- -(0 rows) - -select * from t_gin_test_tbl where array[0] <@ i and '{}'::int4[] <@ j; - i | j ----+--- -(0 rows) - -explain (costs off) -select * from t_gin_test_tbl where i @> '{}'; - QUERY PLAN ---------------------------------------------------- - Bitmap Heap Scan on t_gin_test_tbl - Recheck Cond: (i @> '{}'::integer[]) - -> Bitmap Index Scan on t_gin_test_tbl_i_j_idx - Index Cond: (i @> '{}'::integer[]) -(4 rows) - -select * from t_gin_test_tbl where i @> '{}'; - i | j --------+------ - {} | - {1} | - {1,2} | - {1,2} | {10} - {2} | {10} - {1,3} | {} - {1,1} | {10} -(7 rows) - -create function explain_query_json(query_sql text) -returns table (explain_line json) -language plpgsql as -$$ -begin - set enable_seqscan = off; - set enable_bitmapscan = on; - return query execute 'EXPLAIN (ANALYZE, FORMAT json) ' || query_sql; -end; -$$; -create function execute_text_query_index(query_sql text) -returns setof text -language plpgsql -as -$$ -begin - set enable_seqscan = off; - set enable_bitmapscan = on; - return query execute query_sql; -end; -$$; -create function execute_text_query_heap(query_sql text) -returns setof text -language plpgsql -as -$$ -begin - set enable_seqscan = on; - set enable_bitmapscan = off; - return query execute query_sql; -end; -$$; --- check number of rows returned by index and removed by recheck -select - query, - js->0->'Plan'->'Plans'->0->'Actual Rows' as "return by index", - js->0->'Plan'->'Rows Removed by Index Recheck' as "removed by recheck", - (res_index = res_heap) as "match" -from - (values - ($$ i @> '{}' $$), - ($$ j @> '{}' $$), - ($$ i @> '{}' and j @> '{}' $$), - ($$ i @> '{1}' $$), - ($$ i @> '{1}' and j @> '{}' $$), - ($$ i @> '{1}' and i @> '{}' and j @> '{}' $$), - ($$ j @> '{10}' $$), - ($$ j @> '{10}' and i @> '{}' $$), - ($$ j @> '{10}' and j @> '{}' and i @> '{}' $$), - ($$ i @> '{1}' and j @> '{10}' $$) - ) q(query), - lateral explain_query_json($$select * from t_gin_test_tbl where $$ || query) js, - lateral execute_text_query_index($$select string_agg((i, j)::text, ' ') from t_gin_test_tbl where $$ || query) res_index, - lateral execute_text_query_heap($$select string_agg((i, j)::text, ' ') from t_gin_test_tbl where $$ || query) res_heap; - query | return by index | removed by recheck | match --------------------------------------------+-----------------+--------------------+------- - i @> '{}' | 7.00 | 0 | t - j @> '{}' | 6.00 | 0 | t - i @> '{}' and j @> '{}' | 4.00 | 0 | t - i @> '{1}' | 5.00 | 0 | t - i @> '{1}' and j @> '{}' | 3.00 | 0 | t - i @> '{1}' and i @> '{}' and j @> '{}' | 3.00 | 0 | t - j @> '{10}' | 4.00 | 0 | t - j @> '{10}' and i @> '{}' | 3.00 | 0 | t - j @> '{10}' and j @> '{}' and i @> '{}' | 3.00 | 0 | t - i @> '{1}' and j @> '{10}' | 2.00 | 0 | t -(10 rows) - -reset enable_seqscan; -reset enable_bitmapscan; --- re-purpose t_gin_test_tbl to test scans involving posting trees -insert into t_gin_test_tbl select array[1, g, g/10], array[2, g, g/10] - from generate_series(1, 20000) g; -select gin_clean_pending_list('t_gin_test_tbl_i_j_idx') is not null; - ?column? ----------- - t -(1 row) - -analyze t_gin_test_tbl; -set enable_seqscan = off; -set enable_bitmapscan = on; -explain (costs off) -select count(*) from t_gin_test_tbl where j @> array[50]; - QUERY PLAN ---------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on t_gin_test_tbl - Recheck Cond: (j @> '{50}'::integer[]) - -> Bitmap Index Scan on t_gin_test_tbl_i_j_idx - Index Cond: (j @> '{50}'::integer[]) -(5 rows) - -select count(*) from t_gin_test_tbl where j @> array[50]; - count -------- - 11 -(1 row) - -explain (costs off) -select count(*) from t_gin_test_tbl where j @> array[2]; - QUERY PLAN ---------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on t_gin_test_tbl - Recheck Cond: (j @> '{2}'::integer[]) - -> Bitmap Index Scan on t_gin_test_tbl_i_j_idx - Index Cond: (j @> '{2}'::integer[]) -(5 rows) - -select count(*) from t_gin_test_tbl where j @> array[2]; - count -------- - 20000 -(1 row) - -explain (costs off) -select count(*) from t_gin_test_tbl where j @> '{}'::int[]; - QUERY PLAN ---------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on t_gin_test_tbl - Recheck Cond: (j @> '{}'::integer[]) - -> Bitmap Index Scan on t_gin_test_tbl_i_j_idx - Index Cond: (j @> '{}'::integer[]) -(5 rows) - -select count(*) from t_gin_test_tbl where j @> '{}'::int[]; - count -------- - 20006 -(1 row) - --- test vacuuming of posting trees -delete from t_gin_test_tbl where j @> array[2]; -vacuum t_gin_test_tbl; -select count(*) from t_gin_test_tbl where j @> array[50]; - count -------- - 0 -(1 row) - -select count(*) from t_gin_test_tbl where j @> array[2]; - count -------- - 0 -(1 row) - -select count(*) from t_gin_test_tbl where j @> '{}'::int[]; - count -------- - 6 -(1 row) - -reset enable_seqscan; -reset enable_bitmapscan; -drop table t_gin_test_tbl; --- test an unlogged table, mostly to get coverage of ginbuildempty -create unlogged table t_gin_test_tbl(i int4[], j int4[]); -create index on t_gin_test_tbl using gin (i, j); -insert into t_gin_test_tbl -values - (null, null), - ('{}', null), - ('{1}', '{2,3}'); -drop table t_gin_test_tbl; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/gist.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/gist.out --- /tmp/cirrus-ci-build/src/test/regress/expected/gist.out 2025-05-11 19:30:18.951865000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/gist.out 2025-05-11 19:32:42.102166000 +0000 @@ -1,403 +1,2 @@ --- --- Test GiST indexes. --- --- There are other tests to test different GiST opclasses. This is for --- testing GiST code itself. Vacuuming in particular. -create table gist_point_tbl(id int4, p point); -create index gist_pointidx on gist_point_tbl using gist(p); --- Verify the fillfactor and buffering options -create index gist_pointidx2 on gist_point_tbl using gist(p) with (buffering = on, fillfactor=50); -create index gist_pointidx3 on gist_point_tbl using gist(p) with (buffering = off); -create index gist_pointidx4 on gist_point_tbl using gist(p) with (buffering = auto); -drop index gist_pointidx2, gist_pointidx3, gist_pointidx4; --- Make sure bad values are refused -create index gist_pointidx5 on gist_point_tbl using gist(p) with (buffering = invalid_value); -ERROR: invalid value for enum option "buffering": invalid_value -DETAIL: Valid values are "on", "off", and "auto". -create index gist_pointidx5 on gist_point_tbl using gist(p) with (fillfactor=9); -ERROR: value 9 out of bounds for option "fillfactor" -DETAIL: Valid values are between "10" and "100". -create index gist_pointidx5 on gist_point_tbl using gist(p) with (fillfactor=101); -ERROR: value 101 out of bounds for option "fillfactor" -DETAIL: Valid values are between "10" and "100". --- Insert enough data to create a tree that's a couple of levels deep. -insert into gist_point_tbl (id, p) -select g, point(g*10, g*10) from generate_series(1, 10000) g; -insert into gist_point_tbl (id, p) -select g+100000, point(g*10+1, g*10+1) from generate_series(1, 10000) g; --- To test vacuum, delete some entries from all over the index. -delete from gist_point_tbl where id % 2 = 1; --- And also delete some concentration of values. -delete from gist_point_tbl where id > 5000; -vacuum analyze gist_point_tbl; --- rebuild the index with a different fillfactor -alter index gist_pointidx SET (fillfactor = 40); -reindex index gist_pointidx; --- --- Test Index-only plans on GiST indexes --- -create table gist_tbl (b box, p point, c circle); -insert into gist_tbl -select box(point(0.05*i, 0.05*i), point(0.05*i, 0.05*i)), - point(0.05*i, 0.05*i), - circle(point(0.05*i, 0.05*i), 1.0) -from generate_series(0,10000) as i; -vacuum analyze gist_tbl; -set enable_seqscan=off; -set enable_bitmapscan=off; -set enable_indexonlyscan=on; --- Test index-only scan with point opclass -create index gist_tbl_point_index on gist_tbl using gist (p); --- check that the planner chooses an index-only scan -explain (costs off) -select p from gist_tbl where p <@ box(point(0,0), point(0.5, 0.5)); - QUERY PLAN --------------------------------------------------------- - Index Only Scan using gist_tbl_point_index on gist_tbl - Index Cond: (p <@ '(0.5,0.5),(0,0)'::box) -(2 rows) - --- execute the same -select p from gist_tbl where p <@ box(point(0,0), point(0.5, 0.5)); - p -------------- - (0,0) - (0.05,0.05) - (0.1,0.1) - (0.15,0.15) - (0.2,0.2) - (0.25,0.25) - (0.3,0.3) - (0.35,0.35) - (0.4,0.4) - (0.45,0.45) - (0.5,0.5) -(11 rows) - --- Also test an index-only knn-search -explain (costs off) -select p from gist_tbl where p <@ box(point(0,0), point(0.5, 0.5)) -order by p <-> point(0.201, 0.201); - QUERY PLAN --------------------------------------------------------- - Index Only Scan using gist_tbl_point_index on gist_tbl - Index Cond: (p <@ '(0.5,0.5),(0,0)'::box) - Order By: (p <-> '(0.201,0.201)'::point) -(3 rows) - -select p from gist_tbl where p <@ box(point(0,0), point(0.5, 0.5)) -order by p <-> point(0.201, 0.201); - p -------------- - (0.2,0.2) - (0.25,0.25) - (0.15,0.15) - (0.3,0.3) - (0.1,0.1) - (0.35,0.35) - (0.05,0.05) - (0.4,0.4) - (0,0) - (0.45,0.45) - (0.5,0.5) -(11 rows) - --- Check commuted case as well -explain (costs off) -select p from gist_tbl where p <@ box(point(0,0), point(0.5, 0.5)) -order by point(0.101, 0.101) <-> p; - QUERY PLAN --------------------------------------------------------- - Index Only Scan using gist_tbl_point_index on gist_tbl - Index Cond: (p <@ '(0.5,0.5),(0,0)'::box) - Order By: (p <-> '(0.101,0.101)'::point) -(3 rows) - -select p from gist_tbl where p <@ box(point(0,0), point(0.5, 0.5)) -order by point(0.101, 0.101) <-> p; - p -------------- - (0.1,0.1) - (0.15,0.15) - (0.05,0.05) - (0.2,0.2) - (0,0) - (0.25,0.25) - (0.3,0.3) - (0.35,0.35) - (0.4,0.4) - (0.45,0.45) - (0.5,0.5) -(11 rows) - --- Check case with multiple rescans (bug #14641) -explain (costs off) -select p from - (values (box(point(0,0), point(0.5,0.5))), - (box(point(0.5,0.5), point(0.75,0.75))), - (box(point(0.8,0.8), point(1.0,1.0)))) as v(bb) -cross join lateral - (select p from gist_tbl where p <@ bb order by p <-> bb[0] limit 2) ss; - QUERY PLAN --------------------------------------------------------------------- - Nested Loop - -> Values Scan on "*VALUES*" - -> Limit - -> Index Only Scan using gist_tbl_point_index on gist_tbl - Index Cond: (p <@ "*VALUES*".column1) - Order By: (p <-> ("*VALUES*".column1)[0]) -(6 rows) - -select p from - (values (box(point(0,0), point(0.5,0.5))), - (box(point(0.5,0.5), point(0.75,0.75))), - (box(point(0.8,0.8), point(1.0,1.0)))) as v(bb) -cross join lateral - (select p from gist_tbl where p <@ bb order by p <-> bb[0] limit 2) ss; - p -------------- - (0.5,0.5) - (0.45,0.45) - (0.75,0.75) - (0.7,0.7) - (1,1) - (0.95,0.95) -(6 rows) - -drop index gist_tbl_point_index; --- Test index-only scan with box opclass -create index gist_tbl_box_index on gist_tbl using gist (b); --- check that the planner chooses an index-only scan -explain (costs off) -select b from gist_tbl where b <@ box(point(5,5), point(6,6)); - QUERY PLAN ------------------------------------------------------- - Index Only Scan using gist_tbl_box_index on gist_tbl - Index Cond: (b <@ '(6,6),(5,5)'::box) -(2 rows) - --- execute the same -select b from gist_tbl where b <@ box(point(5,5), point(6,6)); - b -------------------------- - (5,5),(5,5) - (5.05,5.05),(5.05,5.05) - (5.1,5.1),(5.1,5.1) - (5.15,5.15),(5.15,5.15) - (5.2,5.2),(5.2,5.2) - (5.25,5.25),(5.25,5.25) - (5.3,5.3),(5.3,5.3) - (5.35,5.35),(5.35,5.35) - (5.4,5.4),(5.4,5.4) - (5.45,5.45),(5.45,5.45) - (5.5,5.5),(5.5,5.5) - (5.55,5.55),(5.55,5.55) - (5.6,5.6),(5.6,5.6) - (5.65,5.65),(5.65,5.65) - (5.7,5.7),(5.7,5.7) - (5.75,5.75),(5.75,5.75) - (5.8,5.8),(5.8,5.8) - (5.85,5.85),(5.85,5.85) - (5.9,5.9),(5.9,5.9) - (5.95,5.95),(5.95,5.95) - (6,6),(6,6) -(21 rows) - --- Also test an index-only knn-search -explain (costs off) -select b from gist_tbl where b <@ box(point(5,5), point(6,6)) -order by b <-> point(5.2, 5.91); - QUERY PLAN ------------------------------------------------------- - Index Only Scan using gist_tbl_box_index on gist_tbl - Index Cond: (b <@ '(6,6),(5,5)'::box) - Order By: (b <-> '(5.2,5.91)'::point) -(3 rows) - -select b from gist_tbl where b <@ box(point(5,5), point(6,6)) -order by b <-> point(5.2, 5.91); - b -------------------------- - (5.55,5.55),(5.55,5.55) - (5.6,5.6),(5.6,5.6) - (5.5,5.5),(5.5,5.5) - (5.65,5.65),(5.65,5.65) - (5.45,5.45),(5.45,5.45) - (5.7,5.7),(5.7,5.7) - (5.4,5.4),(5.4,5.4) - (5.75,5.75),(5.75,5.75) - (5.35,5.35),(5.35,5.35) - (5.8,5.8),(5.8,5.8) - (5.3,5.3),(5.3,5.3) - (5.85,5.85),(5.85,5.85) - (5.25,5.25),(5.25,5.25) - (5.9,5.9),(5.9,5.9) - (5.2,5.2),(5.2,5.2) - (5.95,5.95),(5.95,5.95) - (5.15,5.15),(5.15,5.15) - (6,6),(6,6) - (5.1,5.1),(5.1,5.1) - (5.05,5.05),(5.05,5.05) - (5,5),(5,5) -(21 rows) - --- Check commuted case as well -explain (costs off) -select b from gist_tbl where b <@ box(point(5,5), point(6,6)) -order by point(5.2, 5.91) <-> b; - QUERY PLAN ------------------------------------------------------- - Index Only Scan using gist_tbl_box_index on gist_tbl - Index Cond: (b <@ '(6,6),(5,5)'::box) - Order By: (b <-> '(5.2,5.91)'::point) -(3 rows) - -select b from gist_tbl where b <@ box(point(5,5), point(6,6)) -order by point(5.2, 5.91) <-> b; - b -------------------------- - (5.55,5.55),(5.55,5.55) - (5.6,5.6),(5.6,5.6) - (5.5,5.5),(5.5,5.5) - (5.65,5.65),(5.65,5.65) - (5.45,5.45),(5.45,5.45) - (5.7,5.7),(5.7,5.7) - (5.4,5.4),(5.4,5.4) - (5.75,5.75),(5.75,5.75) - (5.35,5.35),(5.35,5.35) - (5.8,5.8),(5.8,5.8) - (5.3,5.3),(5.3,5.3) - (5.85,5.85),(5.85,5.85) - (5.25,5.25),(5.25,5.25) - (5.9,5.9),(5.9,5.9) - (5.2,5.2),(5.2,5.2) - (5.95,5.95),(5.95,5.95) - (5.15,5.15),(5.15,5.15) - (6,6),(6,6) - (5.1,5.1),(5.1,5.1) - (5.05,5.05),(5.05,5.05) - (5,5),(5,5) -(21 rows) - -drop index gist_tbl_box_index; --- Test that an index-only scan is not chosen, when the query involves the --- circle column (the circle opclass does not support index-only scans). -create index gist_tbl_multi_index on gist_tbl using gist (p, c); -explain (costs off) -select p, c from gist_tbl -where p <@ box(point(5,5), point(6, 6)); - QUERY PLAN ---------------------------------------------------- - Index Scan using gist_tbl_multi_index on gist_tbl - Index Cond: (p <@ '(6,6),(5,5)'::box) -(2 rows) - --- execute the same -select b, p from gist_tbl -where b <@ box(point(4.5, 4.5), point(5.5, 5.5)) -and p <@ box(point(5,5), point(6, 6)); - b | p --------------------------+------------- - (5,5),(5,5) | (5,5) - (5.05,5.05),(5.05,5.05) | (5.05,5.05) - (5.1,5.1),(5.1,5.1) | (5.1,5.1) - (5.15,5.15),(5.15,5.15) | (5.15,5.15) - (5.2,5.2),(5.2,5.2) | (5.2,5.2) - (5.25,5.25),(5.25,5.25) | (5.25,5.25) - (5.3,5.3),(5.3,5.3) | (5.3,5.3) - (5.35,5.35),(5.35,5.35) | (5.35,5.35) - (5.4,5.4),(5.4,5.4) | (5.4,5.4) - (5.45,5.45),(5.45,5.45) | (5.45,5.45) - (5.5,5.5),(5.5,5.5) | (5.5,5.5) -(11 rows) - -drop index gist_tbl_multi_index; --- Test that we don't try to return the value of a non-returnable --- column in an index-only scan. (This isn't GIST-specific, but --- it only applies to index AMs that can return some columns and not --- others, so GIST with appropriate opclasses is a convenient test case.) -create index gist_tbl_multi_index on gist_tbl using gist (circle(p,1), p); -explain (verbose, costs off) -select circle(p,1) from gist_tbl -where p <@ box(point(5, 5), point(5.3, 5.3)); - QUERY PLAN ---------------------------------------------------------------- - Index Only Scan using gist_tbl_multi_index on public.gist_tbl - Output: circle(p, '1'::double precision) - Index Cond: (gist_tbl.p <@ '(5.3,5.3),(5,5)'::box) -(3 rows) - -select circle(p,1) from gist_tbl -where p <@ box(point(5, 5), point(5.3, 5.3)); - circle ------------------ - <(5,5),1> - <(5.05,5.05),1> - <(5.1,5.1),1> - <(5.15,5.15),1> - <(5.2,5.2),1> - <(5.25,5.25),1> - <(5.3,5.3),1> -(7 rows) - --- Similarly, test that index rechecks involving a non-returnable column --- are done correctly. -explain (verbose, costs off) -select p from gist_tbl where circle(p,1) @> circle(point(0,0),0.95); - QUERY PLAN ---------------------------------------------------------------------------------------- - Index Only Scan using gist_tbl_multi_index on public.gist_tbl - Output: p - Index Cond: ((circle(gist_tbl.p, '1'::double precision)) @> '<(0,0),0.95>'::circle) -(3 rows) - -select p from gist_tbl where circle(p,1) @> circle(point(0,0),0.95); - p -------- - (0,0) -(1 row) - --- Also check that use_physical_tlist doesn't trigger in such cases. -explain (verbose, costs off) -select count(*) from gist_tbl; - QUERY PLAN ---------------------------------------------------------------------- - Aggregate - Output: count(*) - -> Index Only Scan using gist_tbl_multi_index on public.gist_tbl -(3 rows) - -select count(*) from gist_tbl; - count -------- - 10001 -(1 row) - --- This case isn't supported, but it should at least EXPLAIN correctly. -explain (verbose, costs off) -select p from gist_tbl order by circle(p,1) <-> point(0,0) limit 1; - QUERY PLAN ------------------------------------------------------------------------------------- - Limit - Output: p, ((circle(p, '1'::double precision) <-> '(0,0)'::point)) - -> Index Only Scan using gist_tbl_multi_index on public.gist_tbl - Output: p, (circle(p, '1'::double precision) <-> '(0,0)'::point) - Order By: ((circle(gist_tbl.p, '1'::double precision)) <-> '(0,0)'::point) -(5 rows) - -select p from gist_tbl order by circle(p,1) <-> point(0,0) limit 1; -ERROR: lossy distance functions are not supported in index-only scans --- Force an index build using buffering. -create index gist_tbl_box_index_forcing_buffering on gist_tbl using gist (p) - with (buffering=on, fillfactor=50); --- Clean up -reset enable_seqscan; -reset enable_bitmapscan; -reset enable_indexonlyscan; -drop table gist_tbl; --- test an unlogged table, mostly to get coverage of gistbuildempty -create unlogged table gist_tbl (b box); -create index gist_tbl_box_index on gist_tbl using gist (b); -insert into gist_tbl - select box(point(0.05*i, 0.05*i)) from generate_series(0,10) as i; -drop table gist_tbl; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/spgist.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/spgist.out --- /tmp/cirrus-ci-build/src/test/regress/expected/spgist.out 2025-05-11 19:30:18.998334000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/spgist.out 2025-05-11 19:32:42.095979000 +0000 @@ -1,96 +1,2 @@ --- --- Test SP-GiST indexes. --- --- There are other tests to test different SP-GiST opclasses. This is for --- testing SP-GiST code itself. -create table spgist_point_tbl(id int4, p point); -create index spgist_point_idx on spgist_point_tbl using spgist(p) with (fillfactor = 75); --- Test vacuum-root operation. It gets invoked when the root is also a leaf, --- i.e. the index is very small. -insert into spgist_point_tbl (id, p) -select g, point(g*10, g*10) from generate_series(1, 10) g; -delete from spgist_point_tbl where id < 5; -vacuum spgist_point_tbl; --- Insert more data, to make the index a few levels deep. -insert into spgist_point_tbl (id, p) -select g, point(g*10, g*10) from generate_series(1, 10000) g; -insert into spgist_point_tbl (id, p) -select g+100000, point(g*10+1, g*10+1) from generate_series(1, 10000) g; --- To test vacuum, delete some entries from all over the index. -delete from spgist_point_tbl where id % 2 = 1; --- And also delete some concentration of values. (SP-GiST doesn't currently --- attempt to delete pages even when they become empty, but if it did, this --- would exercise it) -delete from spgist_point_tbl where id < 10000; -vacuum spgist_point_tbl; --- Test rescan paths (cf. bug #15378) --- use box and && rather than point, so that rescan happens when the --- traverse stack is non-empty -create table spgist_box_tbl(id serial, b box); -insert into spgist_box_tbl(b) -select box(point(i,j),point(i+s,j+s)) - from generate_series(1,100,5) i, - generate_series(1,100,5) j, - generate_series(1,10) s; -create index spgist_box_idx on spgist_box_tbl using spgist (b); -select count(*) - from (values (point(5,5)),(point(8,8)),(point(12,12))) v(p) - where exists(select * from spgist_box_tbl b where b.b && box(v.p,v.p)); - count -------- - 3 -(1 row) - --- The point opclass's choose method only uses the spgMatchNode action, --- so the other actions are not tested by the above. Create an index using --- text opclass, which uses the others actions. -create table spgist_text_tbl(id int4, t text); -create index spgist_text_idx on spgist_text_tbl using spgist(t); -insert into spgist_text_tbl (id, t) -select g, 'f' || repeat('o', 100) || g from generate_series(1, 10000) g -union all -select g, 'baaaaaaaaaaaaaar' || g from generate_series(1, 1000) g; --- Do a lot of insertions that have to split an existing node. Hopefully --- one of these will cause the page to run out of space, causing the inner --- tuple to be moved to another page. -insert into spgist_text_tbl (id, t) -select -g, 'f' || repeat('o', 100-g) || 'surprise' from generate_series(1, 100) g; --- Test out-of-range fillfactor values -create index spgist_point_idx2 on spgist_point_tbl using spgist(p) with (fillfactor = 9); -ERROR: value 9 out of bounds for option "fillfactor" -DETAIL: Valid values are between "10" and "100". -create index spgist_point_idx2 on spgist_point_tbl using spgist(p) with (fillfactor = 101); -ERROR: value 101 out of bounds for option "fillfactor" -DETAIL: Valid values are between "10" and "100". --- Modify fillfactor in existing index -alter index spgist_point_idx set (fillfactor = 90); -reindex index spgist_point_idx; --- Test index over a domain -create domain spgist_text as varchar; -create table spgist_domain_tbl (f1 spgist_text); -create index spgist_domain_idx on spgist_domain_tbl using spgist(f1); -insert into spgist_domain_tbl values('fee'), ('fi'), ('fo'), ('fum'); -explain (costs off) -select * from spgist_domain_tbl where f1 = 'fo'; - QUERY PLAN ------------------------------------------------ - Bitmap Heap Scan on spgist_domain_tbl - Recheck Cond: ((f1)::text = 'fo'::text) - -> Bitmap Index Scan on spgist_domain_idx - Index Cond: ((f1)::text = 'fo'::text) -(4 rows) - -select * from spgist_domain_tbl where f1 = 'fo'; - f1 ----- - fo -(1 row) - --- test an unlogged table, mostly to get coverage of spgistbuildempty -create unlogged table spgist_unlogged_tbl(id serial, b box); -create index spgist_unlogged_idx on spgist_unlogged_tbl using spgist (b); -insert into spgist_unlogged_tbl(b) -select box(point(i,j)) - from generate_series(1,100,5) i, - generate_series(1,10,5) j; --- leave this table around, to help in testing dump/restore +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out --- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out 2025-05-11 19:30:18.986829000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out 2025-05-11 19:32:42.109810000 +0000 @@ -1,3444 +1,2 @@ --- --- Test access privileges --- --- Clean up in case a prior regression run failed --- Suppress NOTICE messages when users/groups don't exist -SET client_min_messages TO 'warning'; -DROP ROLE IF EXISTS regress_priv_group1; -DROP ROLE IF EXISTS regress_priv_group2; -DROP ROLE IF EXISTS regress_priv_user1; -DROP ROLE IF EXISTS regress_priv_user2; -DROP ROLE IF EXISTS regress_priv_user3; -DROP ROLE IF EXISTS regress_priv_user4; -DROP ROLE IF EXISTS regress_priv_user5; -DROP ROLE IF EXISTS regress_priv_user6; -DROP ROLE IF EXISTS regress_priv_user7; -SELECT lo_unlink(oid) FROM pg_largeobject_metadata WHERE oid >= 1000 AND oid < 3000 ORDER BY oid; - lo_unlink ------------ -(0 rows) - -RESET client_min_messages; --- test proper begins here -CREATE USER regress_priv_user1; -CREATE USER regress_priv_user2; -CREATE USER regress_priv_user3; -CREATE USER regress_priv_user4; -CREATE USER regress_priv_user5; -CREATE USER regress_priv_user5; -- duplicate -ERROR: role "regress_priv_user5" already exists -CREATE USER regress_priv_user6; -CREATE USER regress_priv_user7; -CREATE USER regress_priv_user8; -CREATE USER regress_priv_user9; -CREATE USER regress_priv_user10; -CREATE ROLE regress_priv_role; --- circular ADMIN OPTION grants should be disallowed -GRANT regress_priv_user1 TO regress_priv_user2 WITH ADMIN OPTION; -GRANT regress_priv_user1 TO regress_priv_user3 WITH ADMIN OPTION GRANTED BY regress_priv_user2; -GRANT regress_priv_user1 TO regress_priv_user2 WITH ADMIN OPTION GRANTED BY regress_priv_user3; -ERROR: ADMIN option cannot be granted back to your own grantor --- need CASCADE to revoke grant or admin option if dependent grants exist -REVOKE ADMIN OPTION FOR regress_priv_user1 FROM regress_priv_user2; -- fail -ERROR: dependent privileges exist -HINT: Use CASCADE to revoke them too. -REVOKE regress_priv_user1 FROM regress_priv_user2; -- fail -ERROR: dependent privileges exist -HINT: Use CASCADE to revoke them too. -SELECT member::regrole, admin_option FROM pg_auth_members WHERE roleid = 'regress_priv_user1'::regrole; - member | admin_option ---------------------+-------------- - regress_priv_user2 | t - regress_priv_user3 | t -(2 rows) - -BEGIN; -REVOKE ADMIN OPTION FOR regress_priv_user1 FROM regress_priv_user2 CASCADE; -SELECT member::regrole, admin_option FROM pg_auth_members WHERE roleid = 'regress_priv_user1'::regrole; - member | admin_option ---------------------+-------------- - regress_priv_user2 | f -(1 row) - -ROLLBACK; -REVOKE regress_priv_user1 FROM regress_priv_user2 CASCADE; -SELECT member::regrole, admin_option FROM pg_auth_members WHERE roleid = 'regress_priv_user1'::regrole; - member | admin_option ---------+-------------- -(0 rows) - --- inferred grantor must be a role with ADMIN OPTION -GRANT regress_priv_user1 TO regress_priv_user2 WITH ADMIN OPTION; -GRANT regress_priv_user2 TO regress_priv_user3; -SET ROLE regress_priv_user3; -GRANT regress_priv_user1 TO regress_priv_user4; -SELECT grantor::regrole FROM pg_auth_members WHERE roleid = 'regress_priv_user1'::regrole and member = 'regress_priv_user4'::regrole; - grantor --------------------- - regress_priv_user2 -(1 row) - -RESET ROLE; -REVOKE regress_priv_user2 FROM regress_priv_user3; -REVOKE regress_priv_user1 FROM regress_priv_user2 CASCADE; --- test GRANTED BY with DROP OWNED and REASSIGN OWNED -GRANT regress_priv_user1 TO regress_priv_user2 WITH ADMIN OPTION; -GRANT regress_priv_user1 TO regress_priv_user3 GRANTED BY regress_priv_user2; -DROP ROLE regress_priv_user2; -- fail, dependency -ERROR: role "regress_priv_user2" cannot be dropped because some objects depend on it -DETAIL: privileges for membership of role regress_priv_user3 in role regress_priv_user1 -REASSIGN OWNED BY regress_priv_user2 TO regress_priv_user4; -DROP ROLE regress_priv_user2; -- still fail, REASSIGN OWNED doesn't help -ERROR: role "regress_priv_user2" cannot be dropped because some objects depend on it -DETAIL: privileges for membership of role regress_priv_user3 in role regress_priv_user1 -DROP OWNED BY regress_priv_user2; -DROP ROLE regress_priv_user2; -- ok now, DROP OWNED does the job --- test that removing granted role or grantee role removes dependency -GRANT regress_priv_user1 TO regress_priv_user3 WITH ADMIN OPTION; -GRANT regress_priv_user1 TO regress_priv_user4 GRANTED BY regress_priv_user3; -DROP ROLE regress_priv_user3; -- should fail, dependency -ERROR: role "regress_priv_user3" cannot be dropped because some objects depend on it -DETAIL: privileges for membership of role regress_priv_user4 in role regress_priv_user1 -DROP ROLE regress_priv_user4; -- ok -DROP ROLE regress_priv_user3; -- ok now -GRANT regress_priv_user1 TO regress_priv_user5 WITH ADMIN OPTION; -GRANT regress_priv_user1 TO regress_priv_user6 GRANTED BY regress_priv_user5; -DROP ROLE regress_priv_user5; -- should fail, dependency -ERROR: role "regress_priv_user5" cannot be dropped because some objects depend on it -DETAIL: privileges for membership of role regress_priv_user6 in role regress_priv_user1 -DROP ROLE regress_priv_user1, regress_priv_user5; -- ok, despite order --- recreate the roles we just dropped -CREATE USER regress_priv_user1; -CREATE USER regress_priv_user2; -CREATE USER regress_priv_user3; -CREATE USER regress_priv_user4; -CREATE USER regress_priv_user5; --- DROP OWNED should also act on granted and granted-to roles -GRANT regress_priv_user1 TO regress_priv_user2; -GRANT regress_priv_user2 TO regress_priv_user3; -SELECT roleid::regrole, member::regrole FROM pg_auth_members - WHERE roleid IN ('regress_priv_user1'::regrole,'regress_priv_user2'::regrole) - ORDER BY roleid::regrole::text; - roleid | member ---------------------+-------------------- - regress_priv_user1 | regress_priv_user2 - regress_priv_user2 | regress_priv_user3 -(2 rows) - -REASSIGN OWNED BY regress_priv_user2 TO regress_priv_user4; -- no effect -SELECT roleid::regrole, member::regrole FROM pg_auth_members - WHERE roleid IN ('regress_priv_user1'::regrole,'regress_priv_user2'::regrole) - ORDER BY roleid::regrole::text; - roleid | member ---------------------+-------------------- - regress_priv_user1 | regress_priv_user2 - regress_priv_user2 | regress_priv_user3 -(2 rows) - -DROP OWNED BY regress_priv_user2; -- removes both grants -SELECT roleid::regrole, member::regrole FROM pg_auth_members - WHERE roleid IN ('regress_priv_user1'::regrole,'regress_priv_user2'::regrole) - ORDER BY roleid::regrole::text; - roleid | member ---------+-------- -(0 rows) - -GRANT pg_read_all_data TO regress_priv_user6; -GRANT pg_write_all_data TO regress_priv_user7; -GRANT pg_read_all_settings TO regress_priv_user8 WITH ADMIN OPTION; -GRANT regress_priv_user9 TO regress_priv_user8; -SET SESSION AUTHORIZATION regress_priv_user8; -GRANT pg_read_all_settings TO regress_priv_user9 WITH ADMIN OPTION; -SET SESSION AUTHORIZATION regress_priv_user9; -GRANT pg_read_all_settings TO regress_priv_user10; -SET SESSION AUTHORIZATION regress_priv_user8; -REVOKE pg_read_all_settings FROM regress_priv_user10 GRANTED BY regress_priv_user9; -REVOKE ADMIN OPTION FOR pg_read_all_settings FROM regress_priv_user9; -REVOKE pg_read_all_settings FROM regress_priv_user9; -RESET SESSION AUTHORIZATION; -REVOKE regress_priv_user9 FROM regress_priv_user8; -REVOKE ADMIN OPTION FOR pg_read_all_settings FROM regress_priv_user8; -SET SESSION AUTHORIZATION regress_priv_user8; -SET ROLE pg_read_all_settings; -RESET ROLE; -RESET SESSION AUTHORIZATION; -REVOKE SET OPTION FOR pg_read_all_settings FROM regress_priv_user8; -GRANT pg_read_all_stats TO regress_priv_user8 WITH SET FALSE; -SET SESSION AUTHORIZATION regress_priv_user8; -SET ROLE pg_read_all_settings; -- fail, no SET option any more -ERROR: permission denied to set role "pg_read_all_settings" -SET ROLE pg_read_all_stats; -- fail, granted without SET option -ERROR: permission denied to set role "pg_read_all_stats" -RESET ROLE; -RESET SESSION AUTHORIZATION; --- test interaction of SET SESSION AUTHORIZATION and SET ROLE, --- as well as propagation of these settings to parallel workers -GRANT regress_priv_user9 TO regress_priv_user8; -SET SESSION AUTHORIZATION regress_priv_user8; -SET ROLE regress_priv_user9; -SET debug_parallel_query = 0; -SELECT session_user, current_role, current_user, current_setting('role') as role; - session_user | current_role | current_user | role ---------------------+--------------------+--------------------+-------------------- - regress_priv_user8 | regress_priv_user9 | regress_priv_user9 | regress_priv_user9 -(1 row) - -SET debug_parallel_query = 1; -SELECT session_user, current_role, current_user, current_setting('role') as role; - session_user | current_role | current_user | role ---------------------+--------------------+--------------------+-------------------- - regress_priv_user8 | regress_priv_user9 | regress_priv_user9 | regress_priv_user9 -(1 row) - -BEGIN; -SET SESSION AUTHORIZATION regress_priv_user10; -SET debug_parallel_query = 0; -SELECT session_user, current_role, current_user, current_setting('role') as role; - session_user | current_role | current_user | role ----------------------+---------------------+---------------------+------ - regress_priv_user10 | regress_priv_user10 | regress_priv_user10 | none -(1 row) - -SET debug_parallel_query = 1; -SELECT session_user, current_role, current_user, current_setting('role') as role; - session_user | current_role | current_user | role ----------------------+---------------------+---------------------+------ - regress_priv_user10 | regress_priv_user10 | regress_priv_user10 | none -(1 row) - -ROLLBACK; -SET debug_parallel_query = 0; -SELECT session_user, current_role, current_user, current_setting('role') as role; - session_user | current_role | current_user | role ---------------------+--------------------+--------------------+-------------------- - regress_priv_user8 | regress_priv_user9 | regress_priv_user9 | regress_priv_user9 -(1 row) - -SET debug_parallel_query = 1; -SELECT session_user, current_role, current_user, current_setting('role') as role; - session_user | current_role | current_user | role ---------------------+--------------------+--------------------+-------------------- - regress_priv_user8 | regress_priv_user9 | regress_priv_user9 | regress_priv_user9 -(1 row) - -RESET SESSION AUTHORIZATION; --- session_user at this point is installation-dependent -SET debug_parallel_query = 0; -SELECT session_user = current_role as c_r_ok, session_user = current_user as c_u_ok, current_setting('role') as role; - c_r_ok | c_u_ok | role ---------+--------+------ - t | t | none -(1 row) - -SET debug_parallel_query = 1; -SELECT session_user = current_role as c_r_ok, session_user = current_user as c_u_ok, current_setting('role') as role; - c_r_ok | c_u_ok | role ---------+--------+------ - t | t | none -(1 row) - -RESET debug_parallel_query; -REVOKE pg_read_all_settings FROM regress_priv_user8; -DROP USER regress_priv_user10; -DROP USER regress_priv_user9; -DROP USER regress_priv_user8; -CREATE GROUP regress_priv_group1; -CREATE GROUP regress_priv_group2 WITH ADMIN regress_priv_user1 USER regress_priv_user2; -ALTER GROUP regress_priv_group1 ADD USER regress_priv_user4; -GRANT regress_priv_group2 TO regress_priv_user2 GRANTED BY regress_priv_user1; -SET SESSION AUTHORIZATION regress_priv_user3; -ALTER GROUP regress_priv_group2 ADD USER regress_priv_user2; -- fail -ERROR: permission denied to alter role -DETAIL: Only roles with the ADMIN option on role "regress_priv_group2" may add or drop members. -ALTER GROUP regress_priv_group2 DROP USER regress_priv_user2; -- fail -ERROR: permission denied to alter role -DETAIL: Only roles with the ADMIN option on role "regress_priv_group2" may add or drop members. -SET SESSION AUTHORIZATION regress_priv_user1; -ALTER GROUP regress_priv_group2 ADD USER regress_priv_user2; -NOTICE: role "regress_priv_user2" has already been granted membership in role "regress_priv_group2" by role "regress_priv_user1" -ALTER GROUP regress_priv_group2 ADD USER regress_priv_user2; -- duplicate -NOTICE: role "regress_priv_user2" has already been granted membership in role "regress_priv_group2" by role "regress_priv_user1" -ALTER GROUP regress_priv_group2 DROP USER regress_priv_user2; -ALTER USER regress_priv_user2 PASSWORD 'verysecret'; -- not permitted -ERROR: permission denied to alter role -DETAIL: To change another role's password, the current user must have the CREATEROLE attribute and the ADMIN option on the role. -RESET SESSION AUTHORIZATION; -ALTER GROUP regress_priv_group2 DROP USER regress_priv_user2; -REVOKE ADMIN OPTION FOR regress_priv_group2 FROM regress_priv_user1; -GRANT regress_priv_group2 TO regress_priv_user4 WITH ADMIN OPTION; --- prepare non-leakproof function for later -CREATE FUNCTION leak(integer,integer) RETURNS boolean - AS 'int4lt' - LANGUAGE internal IMMUTABLE STRICT; -- but deliberately not LEAKPROOF -ALTER FUNCTION leak(integer,integer) OWNER TO regress_priv_user1; --- test owner privileges -GRANT regress_priv_role TO regress_priv_user1 WITH ADMIN OPTION GRANTED BY regress_priv_role; -- error, doesn't have ADMIN OPTION -ERROR: permission denied to grant privileges as role "regress_priv_role" -DETAIL: The grantor must have the ADMIN option on role "regress_priv_role". -GRANT regress_priv_role TO regress_priv_user1 WITH ADMIN OPTION GRANTED BY CURRENT_ROLE; -REVOKE ADMIN OPTION FOR regress_priv_role FROM regress_priv_user1 GRANTED BY foo; -- error -ERROR: role "foo" does not exist -REVOKE ADMIN OPTION FOR regress_priv_role FROM regress_priv_user1 GRANTED BY regress_priv_user2; -- warning, noop -WARNING: role "regress_priv_user1" has not been granted membership in role "regress_priv_role" by role "regress_priv_user2" -REVOKE ADMIN OPTION FOR regress_priv_role FROM regress_priv_user1 GRANTED BY CURRENT_USER; -REVOKE regress_priv_role FROM regress_priv_user1 GRANTED BY CURRENT_ROLE; -DROP ROLE regress_priv_role; -SET SESSION AUTHORIZATION regress_priv_user1; -SELECT session_user, current_user; - session_user | current_user ---------------------+-------------------- - regress_priv_user1 | regress_priv_user1 -(1 row) - -CREATE TABLE atest1 ( a int, b text ); -SELECT * FROM atest1; - a | b ----+--- -(0 rows) - -INSERT INTO atest1 VALUES (1, 'one'); -DELETE FROM atest1; -UPDATE atest1 SET a = 1 WHERE b = 'blech'; -TRUNCATE atest1; -BEGIN; -LOCK atest1 IN ACCESS EXCLUSIVE MODE; -COMMIT; -REVOKE ALL ON atest1 FROM PUBLIC; -SELECT * FROM atest1; - a | b ----+--- -(0 rows) - -GRANT ALL ON atest1 TO regress_priv_user2; -GRANT SELECT ON atest1 TO regress_priv_user3, regress_priv_user4; -SELECT * FROM atest1; - a | b ----+--- -(0 rows) - -CREATE TABLE atest2 (col1 varchar(10), col2 boolean); -SELECT pg_get_acl('pg_class'::regclass, 'atest2'::regclass::oid, 0); - pg_get_acl ------------- - -(1 row) - -GRANT SELECT ON atest2 TO regress_priv_user2; -GRANT UPDATE ON atest2 TO regress_priv_user3; -GRANT INSERT ON atest2 TO regress_priv_user4 GRANTED BY CURRENT_USER; -GRANT TRUNCATE ON atest2 TO regress_priv_user5 GRANTED BY CURRENT_ROLE; -SELECT unnest(pg_get_acl('pg_class'::regclass, 'atest2'::regclass::oid, 0)); - unnest ------------------------------------------------- - regress_priv_user1=arwdDxtm/regress_priv_user1 - regress_priv_user2=r/regress_priv_user1 - regress_priv_user3=w/regress_priv_user1 - regress_priv_user4=a/regress_priv_user1 - regress_priv_user5=D/regress_priv_user1 -(5 rows) - --- Invalid inputs -SELECT pg_get_acl('pg_class'::regclass, 0, 0); -- null - pg_get_acl ------------- - -(1 row) - -SELECT pg_get_acl(0, 0, 0); -- null - pg_get_acl ------------- - -(1 row) - -GRANT TRUNCATE ON atest2 TO regress_priv_user4 GRANTED BY regress_priv_user5; -- error -ERROR: grantor must be current user -SET SESSION AUTHORIZATION regress_priv_user2; -SELECT session_user, current_user; - session_user | current_user ---------------------+-------------------- - regress_priv_user2 | regress_priv_user2 -(1 row) - --- try various combinations of queries on atest1 and atest2 -SELECT * FROM atest1; -- ok - a | b ----+--- -(0 rows) - -SELECT * FROM atest2; -- ok - col1 | col2 -------+------ -(0 rows) - -INSERT INTO atest1 VALUES (2, 'two'); -- ok -INSERT INTO atest2 VALUES ('foo', true); -- fail -ERROR: permission denied for table atest2 -INSERT INTO atest1 SELECT 1, b FROM atest1; -- ok -UPDATE atest1 SET a = 1 WHERE a = 2; -- ok -UPDATE atest2 SET col2 = NOT col2; -- fail -ERROR: permission denied for table atest2 -SELECT * FROM atest1 FOR UPDATE; -- ok - a | b ----+----- - 1 | two - 1 | two -(2 rows) - -SELECT * FROM atest2 FOR UPDATE; -- fail -ERROR: permission denied for table atest2 -DELETE FROM atest2; -- fail -ERROR: permission denied for table atest2 -TRUNCATE atest2; -- fail -ERROR: permission denied for table atest2 -BEGIN; -LOCK atest2 IN ACCESS EXCLUSIVE MODE; -- fail -ERROR: permission denied for table atest2 -COMMIT; -COPY atest2 FROM stdin; -- fail -ERROR: permission denied for table atest2 -GRANT ALL ON atest1 TO PUBLIC; -- fail -WARNING: no privileges were granted for "atest1" --- checks in subquery, both ok -SELECT * FROM atest1 WHERE ( b IN ( SELECT col1 FROM atest2 ) ); - a | b ----+--- -(0 rows) - -SELECT * FROM atest2 WHERE ( col1 IN ( SELECT b FROM atest1 ) ); - col1 | col2 -------+------ -(0 rows) - -SET SESSION AUTHORIZATION regress_priv_user6; -SELECT * FROM atest1; -- ok - a | b ----+----- - 1 | two - 1 | two -(2 rows) - -SELECT * FROM atest2; -- ok - col1 | col2 -------+------ -(0 rows) - -INSERT INTO atest2 VALUES ('foo', true); -- fail -ERROR: permission denied for table atest2 -SET SESSION AUTHORIZATION regress_priv_user7; -SELECT * FROM atest1; -- fail -ERROR: permission denied for table atest1 -SELECT * FROM atest2; -- fail -ERROR: permission denied for table atest2 -INSERT INTO atest2 VALUES ('foo', true); -- ok -UPDATE atest2 SET col2 = true; -- ok -DELETE FROM atest2; -- ok --- Make sure we are not able to modify system catalogs -UPDATE pg_catalog.pg_class SET relname = '123'; -- fail -ERROR: permission denied for table pg_class -DELETE FROM pg_catalog.pg_class; -- fail -ERROR: permission denied for table pg_class -UPDATE pg_toast.pg_toast_1213 SET chunk_id = 1; -- fail -ERROR: permission denied for table pg_toast_1213 -SET SESSION AUTHORIZATION regress_priv_user3; -SELECT session_user, current_user; - session_user | current_user ---------------------+-------------------- - regress_priv_user3 | regress_priv_user3 -(1 row) - -SELECT * FROM atest1; -- ok - a | b ----+----- - 1 | two - 1 | two -(2 rows) - -SELECT * FROM atest2; -- fail -ERROR: permission denied for table atest2 -INSERT INTO atest1 VALUES (2, 'two'); -- fail -ERROR: permission denied for table atest1 -INSERT INTO atest2 VALUES ('foo', true); -- fail -ERROR: permission denied for table atest2 -INSERT INTO atest1 SELECT 1, b FROM atest1; -- fail -ERROR: permission denied for table atest1 -UPDATE atest1 SET a = 1 WHERE a = 2; -- fail -ERROR: permission denied for table atest1 -UPDATE atest2 SET col2 = NULL; -- ok -UPDATE atest2 SET col2 = NOT col2; -- fails; requires SELECT on atest2 -ERROR: permission denied for table atest2 -UPDATE atest2 SET col2 = true FROM atest1 WHERE atest1.a = 5; -- ok -SELECT * FROM atest1 FOR UPDATE; -- fail -ERROR: permission denied for table atest1 -SELECT * FROM atest2 FOR UPDATE; -- fail -ERROR: permission denied for table atest2 -DELETE FROM atest2; -- fail -ERROR: permission denied for table atest2 -TRUNCATE atest2; -- fail -ERROR: permission denied for table atest2 -BEGIN; -LOCK atest2 IN ACCESS EXCLUSIVE MODE; -- ok -COMMIT; -COPY atest2 FROM stdin; -- fail -ERROR: permission denied for table atest2 --- checks in subquery, both fail -SELECT * FROM atest1 WHERE ( b IN ( SELECT col1 FROM atest2 ) ); -ERROR: permission denied for table atest2 -SELECT * FROM atest2 WHERE ( col1 IN ( SELECT b FROM atest1 ) ); -ERROR: permission denied for table atest2 -SET SESSION AUTHORIZATION regress_priv_user4; -COPY atest2 FROM stdin; -- ok -SELECT * FROM atest1; -- ok - a | b ----+----- - 1 | two - 1 | two -(2 rows) - --- test leaky-function protections in selfuncs --- regress_priv_user1 will own a table and provide views for it. -SET SESSION AUTHORIZATION regress_priv_user1; -CREATE TABLE atest12 as - SELECT x AS a, 10001 - x AS b FROM generate_series(1,10000) x; -CREATE INDEX ON atest12 (a); -CREATE INDEX ON atest12 (abs(a)); --- results below depend on having quite accurate stats for atest12, so... -ALTER TABLE atest12 SET (autovacuum_enabled = off); -SET default_statistics_target = 10000; -VACUUM ANALYZE atest12; -RESET default_statistics_target; -CREATE OPERATOR <<< (procedure = leak, leftarg = integer, rightarg = integer, - restrict = scalarltsel); --- views with leaky operator -CREATE VIEW atest12v AS - SELECT * FROM atest12 WHERE b <<< 5; -CREATE VIEW atest12sbv WITH (security_barrier=true) AS - SELECT * FROM atest12 WHERE b <<< 5; -GRANT SELECT ON atest12v TO PUBLIC; -GRANT SELECT ON atest12sbv TO PUBLIC; --- This plan should use nestloop, knowing that few rows will be selected. -EXPLAIN (COSTS OFF) SELECT * FROM atest12v x, atest12v y WHERE x.a = y.b; - QUERY PLAN -------------------------------------------------- - Nested Loop - -> Seq Scan on atest12 atest12_1 - Filter: (b <<< 5) - -> Index Scan using atest12_a_idx on atest12 - Index Cond: (a = atest12_1.b) - Filter: (b <<< 5) -(6 rows) - --- And this one. -EXPLAIN (COSTS OFF) SELECT * FROM atest12 x, atest12 y - WHERE x.a = y.b and abs(y.a) <<< 5; - QUERY PLAN ---------------------------------------------------- - Nested Loop - -> Seq Scan on atest12 y - Filter: (abs(a) <<< 5) - -> Index Scan using atest12_a_idx on atest12 x - Index Cond: (a = y.b) -(5 rows) - --- This should also be a nestloop, but the security barrier forces the inner --- scan to be materialized -EXPLAIN (COSTS OFF) SELECT * FROM atest12sbv x, atest12sbv y WHERE x.a = y.b; - QUERY PLAN -------------------------------------------- - Nested Loop - Join Filter: (atest12.a = atest12_1.b) - -> Seq Scan on atest12 - Filter: (b <<< 5) - -> Materialize - -> Seq Scan on atest12 atest12_1 - Filter: (b <<< 5) -(7 rows) - --- Check if regress_priv_user2 can break security. -SET SESSION AUTHORIZATION regress_priv_user2; -CREATE FUNCTION leak2(integer,integer) RETURNS boolean - AS $$begin raise notice 'leak % %', $1, $2; return $1 > $2; end$$ - LANGUAGE plpgsql immutable; -CREATE OPERATOR >>> (procedure = leak2, leftarg = integer, rightarg = integer, - restrict = scalargtsel); --- This should not show any "leak" notices before failing. -EXPLAIN (COSTS OFF) SELECT * FROM atest12 WHERE a >>> 0; -ERROR: permission denied for table atest12 --- These plans should continue to use a nestloop, since they execute with the --- privileges of the view owner. -EXPLAIN (COSTS OFF) SELECT * FROM atest12v x, atest12v y WHERE x.a = y.b; - QUERY PLAN -------------------------------------------------- - Nested Loop - -> Seq Scan on atest12 atest12_1 - Filter: (b <<< 5) - -> Index Scan using atest12_a_idx on atest12 - Index Cond: (a = atest12_1.b) - Filter: (b <<< 5) -(6 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM atest12sbv x, atest12sbv y WHERE x.a = y.b; - QUERY PLAN -------------------------------------------- - Nested Loop - Join Filter: (atest12.a = atest12_1.b) - -> Seq Scan on atest12 - Filter: (b <<< 5) - -> Materialize - -> Seq Scan on atest12 atest12_1 - Filter: (b <<< 5) -(7 rows) - --- A non-security barrier view does not guard against information leakage. -EXPLAIN (COSTS OFF) SELECT * FROM atest12v x, atest12v y - WHERE x.a = y.b and abs(y.a) <<< 5; - QUERY PLAN -------------------------------------------------- - Nested Loop - -> Seq Scan on atest12 atest12_1 - Filter: ((b <<< 5) AND (abs(a) <<< 5)) - -> Index Scan using atest12_a_idx on atest12 - Index Cond: (a = atest12_1.b) - Filter: (b <<< 5) -(6 rows) - --- But a security barrier view isolates the leaky operator. -EXPLAIN (COSTS OFF) SELECT * FROM atest12sbv x, atest12sbv y - WHERE x.a = y.b and abs(y.a) <<< 5; - QUERY PLAN -------------------------------------- - Nested Loop - Join Filter: (atest12_1.a = y.b) - -> Subquery Scan on y - Filter: (abs(y.a) <<< 5) - -> Seq Scan on atest12 - Filter: (b <<< 5) - -> Seq Scan on atest12 atest12_1 - Filter: (b <<< 5) -(8 rows) - --- Now regress_priv_user1 grants sufficient access to regress_priv_user2. -SET SESSION AUTHORIZATION regress_priv_user1; -GRANT SELECT (a, b) ON atest12 TO PUBLIC; -SET SESSION AUTHORIZATION regress_priv_user2; --- regress_priv_user2 should continue to get a good row estimate. -EXPLAIN (COSTS OFF) SELECT * FROM atest12v x, atest12v y WHERE x.a = y.b; - QUERY PLAN -------------------------------------------------- - Nested Loop - -> Seq Scan on atest12 atest12_1 - Filter: (b <<< 5) - -> Index Scan using atest12_a_idx on atest12 - Index Cond: (a = atest12_1.b) - Filter: (b <<< 5) -(6 rows) - --- But not for this, due to lack of table-wide permissions needed --- to make use of the expression index's statistics. -EXPLAIN (COSTS OFF) SELECT * FROM atest12 x, atest12 y - WHERE x.a = y.b and abs(y.a) <<< 5; - QUERY PLAN --------------------------------------- - Hash Join - Hash Cond: (x.a = y.b) - -> Seq Scan on atest12 x - -> Hash - -> Seq Scan on atest12 y - Filter: (abs(a) <<< 5) -(6 rows) - --- clean up (regress_priv_user1's objects are all dropped later) -DROP FUNCTION leak2(integer, integer) CASCADE; -NOTICE: drop cascades to operator >>>(integer,integer) --- groups -SET SESSION AUTHORIZATION regress_priv_user3; -CREATE TABLE atest3 (one int, two int, three int); -GRANT DELETE ON atest3 TO GROUP regress_priv_group2; -SET SESSION AUTHORIZATION regress_priv_user1; -SELECT * FROM atest3; -- fail -ERROR: permission denied for table atest3 -DELETE FROM atest3; -- ok -BEGIN; -RESET SESSION AUTHORIZATION; -ALTER ROLE regress_priv_user1 NOINHERIT; -SET SESSION AUTHORIZATION regress_priv_user1; -SAVEPOINT s1; -DELETE FROM atest3; -- ok because grant-level option is unchanged -ROLLBACK TO s1; -RESET SESSION AUTHORIZATION; -GRANT regress_priv_group2 TO regress_priv_user1 WITH INHERIT FALSE; -SET SESSION AUTHORIZATION regress_priv_user1; -DELETE FROM atest3; -- fail -ERROR: permission denied for table atest3 -ROLLBACK TO s1; -RESET SESSION AUTHORIZATION; -REVOKE INHERIT OPTION FOR regress_priv_group2 FROM regress_priv_user1; -SET SESSION AUTHORIZATION regress_priv_user1; -DELETE FROM atest3; -- also fail -ERROR: permission denied for table atest3 -ROLLBACK; --- views -SET SESSION AUTHORIZATION regress_priv_user3; -CREATE VIEW atestv1 AS SELECT * FROM atest1; -- ok -/* The next *should* fail, but it's not implemented that way yet. */ -CREATE VIEW atestv2 AS SELECT * FROM atest2; -CREATE VIEW atestv3 AS SELECT * FROM atest3; -- ok -/* Empty view is a corner case that failed in 9.2. */ -CREATE VIEW atestv0 AS SELECT 0 as x WHERE false; -- ok -SELECT * FROM atestv1; -- ok - a | b ----+----- - 1 | two - 1 | two -(2 rows) - -SELECT * FROM atestv2; -- fail -ERROR: permission denied for table atest2 -GRANT SELECT ON atestv1, atestv3 TO regress_priv_user4; -GRANT SELECT ON atestv2 TO regress_priv_user2; -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT * FROM atestv1; -- ok - a | b ----+----- - 1 | two - 1 | two -(2 rows) - -SELECT * FROM atestv2; -- fail -ERROR: permission denied for view atestv2 -SELECT * FROM atestv3; -- ok - one | two | three ------+-----+------- -(0 rows) - -SELECT * FROM atestv0; -- fail -ERROR: permission denied for view atestv0 --- Appendrels excluded by constraints failed to check permissions in 8.4-9.2. -select * from - ((select a.q1 as x from int8_tbl a offset 0) - union all - (select b.q2 as x from int8_tbl b offset 0)) ss -where false; -ERROR: permission denied for table int8_tbl -set constraint_exclusion = on; -select * from - ((select a.q1 as x, random() from int8_tbl a where q1 > 0) - union all - (select b.q2 as x, random() from int8_tbl b where q2 > 0)) ss -where x < 0; -ERROR: permission denied for table int8_tbl -reset constraint_exclusion; -CREATE VIEW atestv4 AS SELECT * FROM atestv3; -- nested view -SELECT * FROM atestv4; -- ok - one | two | three ------+-----+------- -(0 rows) - -GRANT SELECT ON atestv4 TO regress_priv_user2; -SET SESSION AUTHORIZATION regress_priv_user2; --- Two complex cases: -SELECT * FROM atestv3; -- fail -ERROR: permission denied for view atestv3 -SELECT * FROM atestv4; -- ok (even though regress_priv_user2 cannot access underlying atestv3) - one | two | three ------+-----+------- -(0 rows) - -SELECT * FROM atest2; -- ok - col1 | col2 -------+------ - bar | t -(1 row) - -SELECT * FROM atestv2; -- fail (even though regress_priv_user2 can access underlying atest2) -ERROR: permission denied for table atest2 --- Test column level permissions -SET SESSION AUTHORIZATION regress_priv_user1; -CREATE TABLE atest5 (one int, two int unique, three int, four int unique); -CREATE TABLE atest6 (one int, two int, blue int); -GRANT SELECT (one), INSERT (two), UPDATE (three) ON atest5 TO regress_priv_user4; -GRANT ALL (one) ON atest5 TO regress_priv_user3; -SELECT unnest(pg_get_acl('pg_class'::regclass, 'atest5'::regclass::oid, 1)); - unnest --------------------------------------------- - regress_priv_user4=r/regress_priv_user1 - regress_priv_user3=arwx/regress_priv_user1 -(2 rows) - -SELECT unnest(pg_get_acl('pg_class'::regclass, 'atest5'::regclass::oid, 2)); - unnest ------------------------------------------ - regress_priv_user4=a/regress_priv_user1 -(1 row) - -SELECT unnest(pg_get_acl('pg_class'::regclass, 'atest5'::regclass::oid, 3)); - unnest ------------------------------------------ - regress_priv_user4=w/regress_priv_user1 -(1 row) - -SELECT unnest(pg_get_acl('pg_class'::regclass, 'atest5'::regclass::oid, 4)); - unnest --------- -(0 rows) - -INSERT INTO atest5 VALUES (1,2,3); -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT * FROM atest5; -- fail -ERROR: permission denied for table atest5 -SELECT one FROM atest5; -- ok - one ------ - 1 -(1 row) - -COPY atest5 (one) TO stdout; -- ok -1 -SELECT two FROM atest5; -- fail -ERROR: permission denied for table atest5 -COPY atest5 (two) TO stdout; -- fail -ERROR: permission denied for table atest5 -SELECT atest5 FROM atest5; -- fail -ERROR: permission denied for table atest5 -COPY atest5 (one,two) TO stdout; -- fail -ERROR: permission denied for table atest5 -SELECT 1 FROM atest5; -- ok - ?column? ----------- - 1 -(1 row) - -SELECT 1 FROM atest5 a JOIN atest5 b USING (one); -- ok - ?column? ----------- - 1 -(1 row) - -SELECT 1 FROM atest5 a JOIN atest5 b USING (two); -- fail -ERROR: permission denied for table atest5 -SELECT 1 FROM atest5 a NATURAL JOIN atest5 b; -- fail -ERROR: permission denied for table atest5 -SELECT * FROM (atest5 a JOIN atest5 b USING (one)) j; -- fail -ERROR: permission denied for table atest5 -SELECT j.* FROM (atest5 a JOIN atest5 b USING (one)) j; -- fail -ERROR: permission denied for table atest5 -SELECT (j.*) IS NULL FROM (atest5 a JOIN atest5 b USING (one)) j; -- fail -ERROR: permission denied for table atest5 -SELECT one FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)) j; -- ok - one ------ - 1 -(1 row) - -SELECT j.one FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)) j; -- ok - one ------ - 1 -(1 row) - -SELECT two FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)) j; -- fail -ERROR: permission denied for table atest5 -SELECT j.two FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)) j; -- fail -ERROR: permission denied for table atest5 -SELECT y FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)) j; -- fail -ERROR: permission denied for table atest5 -SELECT j.y FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)) j; -- fail -ERROR: permission denied for table atest5 -SELECT * FROM (atest5 a JOIN atest5 b USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT a.* FROM (atest5 a JOIN atest5 b USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT (a.*) IS NULL FROM (atest5 a JOIN atest5 b USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT two FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT a.two FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT y FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT b.y FROM (atest5 a JOIN atest5 b(one,x,y,z) USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT y FROM (atest5 a LEFT JOIN atest5 b(one,x,y,z) USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT b.y FROM (atest5 a LEFT JOIN atest5 b(one,x,y,z) USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT y FROM (atest5 a FULL JOIN atest5 b(one,x,y,z) USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT b.y FROM (atest5 a FULL JOIN atest5 b(one,x,y,z) USING (one)); -- fail -ERROR: permission denied for table atest5 -SELECT 1 FROM atest5 WHERE two = 2; -- fail -ERROR: permission denied for table atest5 -SELECT * FROM atest1, atest5; -- fail -ERROR: permission denied for table atest5 -SELECT atest1.* FROM atest1, atest5; -- ok - a | b ----+----- - 1 | two - 1 | two -(2 rows) - -SELECT atest1.*,atest5.one FROM atest1, atest5; -- ok - a | b | one ----+-----+----- - 1 | two | 1 - 1 | two | 1 -(2 rows) - -SELECT atest1.*,atest5.one FROM atest1 JOIN atest5 ON (atest1.a = atest5.two); -- fail -ERROR: permission denied for table atest5 -SELECT atest1.*,atest5.one FROM atest1 JOIN atest5 ON (atest1.a = atest5.one); -- ok - a | b | one ----+-----+----- - 1 | two | 1 - 1 | two | 1 -(2 rows) - -SELECT one, two FROM atest5; -- fail -ERROR: permission denied for table atest5 -SET SESSION AUTHORIZATION regress_priv_user1; -GRANT SELECT (one,two) ON atest6 TO regress_priv_user4; -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT one, two FROM atest5 NATURAL JOIN atest6; -- fail still -ERROR: permission denied for table atest5 -SET SESSION AUTHORIZATION regress_priv_user1; -GRANT SELECT (two) ON atest5 TO regress_priv_user4; -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT one, two FROM atest5 NATURAL JOIN atest6; -- ok now - one | two ------+----- -(0 rows) - --- test column-level privileges for INSERT and UPDATE -INSERT INTO atest5 (two) VALUES (3); -- ok -COPY atest5 FROM stdin; -- fail -ERROR: permission denied for table atest5 -COPY atest5 (two) FROM stdin; -- ok -INSERT INTO atest5 (three) VALUES (4); -- fail -ERROR: permission denied for table atest5 -INSERT INTO atest5 VALUES (5,5,5); -- fail -ERROR: permission denied for table atest5 -UPDATE atest5 SET three = 10; -- ok -UPDATE atest5 SET one = 8; -- fail -ERROR: permission denied for table atest5 -UPDATE atest5 SET three = 5, one = 2; -- fail -ERROR: permission denied for table atest5 --- Check that column level privs are enforced in RETURNING --- Ok. -INSERT INTO atest5(two) VALUES (6) ON CONFLICT (two) DO UPDATE set three = 10; --- Error. No SELECT on column three. -INSERT INTO atest5(two) VALUES (6) ON CONFLICT (two) DO UPDATE set three = 10 RETURNING atest5.three; -ERROR: permission denied for table atest5 --- Ok. May SELECT on column "one": -INSERT INTO atest5(two) VALUES (6) ON CONFLICT (two) DO UPDATE set three = 10 RETURNING atest5.one; - one ------ - -(1 row) - --- Check that column level privileges are enforced for EXCLUDED --- Ok. we may select one -INSERT INTO atest5(two) VALUES (6) ON CONFLICT (two) DO UPDATE set three = EXCLUDED.one; --- Error. No select rights on three -INSERT INTO atest5(two) VALUES (6) ON CONFLICT (two) DO UPDATE set three = EXCLUDED.three; -ERROR: permission denied for table atest5 -INSERT INTO atest5(two) VALUES (6) ON CONFLICT (two) DO UPDATE set one = 8; -- fails (due to UPDATE) -ERROR: permission denied for table atest5 -INSERT INTO atest5(three) VALUES (4) ON CONFLICT (two) DO UPDATE set three = 10; -- fails (due to INSERT) -ERROR: permission denied for table atest5 --- Check that the columns in the inference require select privileges -INSERT INTO atest5(four) VALUES (4); -- fail -ERROR: permission denied for table atest5 -SET SESSION AUTHORIZATION regress_priv_user1; -GRANT INSERT (four) ON atest5 TO regress_priv_user4; -SET SESSION AUTHORIZATION regress_priv_user4; -INSERT INTO atest5(four) VALUES (4) ON CONFLICT (four) DO UPDATE set three = 3; -- fails (due to SELECT) -ERROR: permission denied for table atest5 -INSERT INTO atest5(four) VALUES (4) ON CONFLICT ON CONSTRAINT atest5_four_key DO UPDATE set three = 3; -- fails (due to SELECT) -ERROR: permission denied for table atest5 -INSERT INTO atest5(four) VALUES (4); -- ok -SET SESSION AUTHORIZATION regress_priv_user1; -GRANT SELECT (four) ON atest5 TO regress_priv_user4; -SET SESSION AUTHORIZATION regress_priv_user4; -INSERT INTO atest5(four) VALUES (4) ON CONFLICT (four) DO UPDATE set three = 3; -- ok -INSERT INTO atest5(four) VALUES (4) ON CONFLICT ON CONSTRAINT atest5_four_key DO UPDATE set three = 3; -- ok -SET SESSION AUTHORIZATION regress_priv_user1; -REVOKE ALL (one) ON atest5 FROM regress_priv_user4; -GRANT SELECT (one,two,blue) ON atest6 TO regress_priv_user4; -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT one FROM atest5; -- fail -ERROR: permission denied for table atest5 -UPDATE atest5 SET one = 1; -- fail -ERROR: permission denied for table atest5 -SELECT atest6 FROM atest6; -- ok - atest6 --------- -(0 rows) - -COPY atest6 TO stdout; -- ok --- test column privileges with MERGE -SET SESSION AUTHORIZATION regress_priv_user1; -CREATE TABLE mtarget (a int, b text); -CREATE TABLE msource (a int, b text); -INSERT INTO mtarget VALUES (1, 'init1'), (2, 'init2'); -INSERT INTO msource VALUES (1, 'source1'), (2, 'source2'), (3, 'source3'); -GRANT SELECT (a) ON msource TO regress_priv_user4; -GRANT SELECT (a) ON mtarget TO regress_priv_user4; -GRANT INSERT (a,b) ON mtarget TO regress_priv_user4; -GRANT UPDATE (b) ON mtarget TO regress_priv_user4; -SET SESSION AUTHORIZATION regress_priv_user4; --- --- test source privileges --- --- fail (no SELECT priv on s.b) -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED THEN - UPDATE SET b = s.b -WHEN NOT MATCHED THEN - INSERT VALUES (a, NULL); -ERROR: permission denied for table msource --- fail (s.b used in the INSERTed values) -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED THEN - UPDATE SET b = 'x' -WHEN NOT MATCHED THEN - INSERT VALUES (a, b); -ERROR: permission denied for table msource --- fail (s.b used in the WHEN quals) -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED AND s.b = 'x' THEN - UPDATE SET b = 'x' -WHEN NOT MATCHED THEN - INSERT VALUES (a, NULL); -ERROR: permission denied for table msource --- this should be ok since only s.a is accessed -BEGIN; -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED THEN - UPDATE SET b = 'ok' -WHEN NOT MATCHED THEN - INSERT VALUES (a, NULL); -ROLLBACK; -SET SESSION AUTHORIZATION regress_priv_user1; -GRANT SELECT (b) ON msource TO regress_priv_user4; -SET SESSION AUTHORIZATION regress_priv_user4; --- should now be ok -BEGIN; -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED THEN - UPDATE SET b = s.b -WHEN NOT MATCHED THEN - INSERT VALUES (a, b); -ROLLBACK; --- --- test target privileges --- --- fail (no SELECT priv on t.b) -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED THEN - UPDATE SET b = t.b -WHEN NOT MATCHED THEN - INSERT VALUES (a, NULL); -ERROR: permission denied for table mtarget --- fail (no UPDATE on t.a) -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED THEN - UPDATE SET b = s.b, a = t.a + 1 -WHEN NOT MATCHED THEN - INSERT VALUES (a, b); -ERROR: permission denied for table mtarget --- fail (no SELECT on t.b) -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED AND t.b IS NOT NULL THEN - UPDATE SET b = s.b -WHEN NOT MATCHED THEN - INSERT VALUES (a, b); -ERROR: permission denied for table mtarget --- ok -BEGIN; -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED THEN - UPDATE SET b = s.b; -ROLLBACK; --- fail (no DELETE) -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED AND t.b IS NOT NULL THEN - DELETE; -ERROR: permission denied for table mtarget --- grant delete privileges -SET SESSION AUTHORIZATION regress_priv_user1; -GRANT DELETE ON mtarget TO regress_priv_user4; --- should be ok now -BEGIN; -MERGE INTO mtarget t USING msource s ON t.a = s.a -WHEN MATCHED AND t.b IS NOT NULL THEN - DELETE; -ROLLBACK; --- check error reporting with column privs -SET SESSION AUTHORIZATION regress_priv_user1; -CREATE TABLE t1 (c1 int, c2 int, c3 int check (c3 < 5), primary key (c1, c2)); -GRANT SELECT (c1) ON t1 TO regress_priv_user2; -GRANT INSERT (c1, c2, c3) ON t1 TO regress_priv_user2; -GRANT UPDATE (c1, c2, c3) ON t1 TO regress_priv_user2; --- seed data -INSERT INTO t1 VALUES (1, 1, 1); -INSERT INTO t1 VALUES (1, 2, 1); -INSERT INTO t1 VALUES (2, 1, 2); -INSERT INTO t1 VALUES (2, 2, 2); -INSERT INTO t1 VALUES (3, 1, 3); -SET SESSION AUTHORIZATION regress_priv_user2; -INSERT INTO t1 (c1, c2) VALUES (1, 1); -- fail, but row not shown -ERROR: duplicate key value violates unique constraint "t1_pkey" -UPDATE t1 SET c2 = 1; -- fail, but row not shown -ERROR: duplicate key value violates unique constraint "t1_pkey" -INSERT INTO t1 (c1, c2) VALUES (null, null); -- fail, but see columns being inserted -ERROR: null value in column "c1" of relation "t1" violates not-null constraint -DETAIL: Failing row contains (c1, c2) = (null, null). -INSERT INTO t1 (c3) VALUES (null); -- fail, but see columns being inserted or have SELECT -ERROR: null value in column "c1" of relation "t1" violates not-null constraint -DETAIL: Failing row contains (c1, c3) = (null, null). -INSERT INTO t1 (c1) VALUES (5); -- fail, but see columns being inserted or have SELECT -ERROR: null value in column "c2" of relation "t1" violates not-null constraint -DETAIL: Failing row contains (c1) = (5). -UPDATE t1 SET c3 = 10; -- fail, but see columns with SELECT rights, or being modified -ERROR: new row for relation "t1" violates check constraint "t1_c3_check" -DETAIL: Failing row contains (c1, c3) = (1, 10). -SET SESSION AUTHORIZATION regress_priv_user1; -DROP TABLE t1; --- check error reporting with column privs on a partitioned table -CREATE TABLE errtst(a text, b text NOT NULL, c text, secret1 text, secret2 text) PARTITION BY LIST (a); -CREATE TABLE errtst_part_1(secret2 text, c text, a text, b text NOT NULL, secret1 text); -CREATE TABLE errtst_part_2(secret1 text, secret2 text, a text, c text, b text NOT NULL); -ALTER TABLE errtst ATTACH PARTITION errtst_part_1 FOR VALUES IN ('aaa'); -ALTER TABLE errtst ATTACH PARTITION errtst_part_2 FOR VALUES IN ('aaaa'); -GRANT SELECT (a, b, c) ON TABLE errtst TO regress_priv_user2; -GRANT UPDATE (a, b, c) ON TABLE errtst TO regress_priv_user2; -GRANT INSERT (a, b, c) ON TABLE errtst TO regress_priv_user2; -INSERT INTO errtst_part_1 (a, b, c, secret1, secret2) -VALUES ('aaa', 'bbb', 'ccc', 'the body', 'is in the attic'); -SET SESSION AUTHORIZATION regress_priv_user2; --- Perform a few updates that violate the NOT NULL constraint. Make sure --- the error messages don't leak the secret fields. --- simple insert. -INSERT INTO errtst (a, b) VALUES ('aaa', NULL); -ERROR: null value in column "b" of relation "errtst_part_1" violates not-null constraint -DETAIL: Failing row contains (a, b, c) = (aaa, null, null). --- simple update. -UPDATE errtst SET b = NULL; -ERROR: null value in column "b" of relation "errtst_part_1" violates not-null constraint -DETAIL: Failing row contains (a, b, c) = (aaa, null, ccc). --- partitioning key is updated, doesn't move the row. -UPDATE errtst SET a = 'aaa', b = NULL; -ERROR: null value in column "b" of relation "errtst_part_1" violates not-null constraint -DETAIL: Failing row contains (a, b, c) = (aaa, null, ccc). --- row is moved to another partition. -UPDATE errtst SET a = 'aaaa', b = NULL; -ERROR: null value in column "b" of relation "errtst_part_2" violates not-null constraint -DETAIL: Failing row contains (a, b, c) = (aaaa, null, ccc). --- row is moved to another partition. This differs from the previous case in --- that the new partition is excluded by constraint exclusion, so its --- ResultRelInfo is not created at ExecInitModifyTable, but needs to be --- constructed on the fly when the updated tuple is routed to it. -UPDATE errtst SET a = 'aaaa', b = NULL WHERE a = 'aaa'; -ERROR: null value in column "b" of relation "errtst_part_2" violates not-null constraint -DETAIL: Failing row contains (a, b, c) = (aaaa, null, ccc). -SET SESSION AUTHORIZATION regress_priv_user1; -DROP TABLE errtst; --- test column-level privileges when involved with DELETE -SET SESSION AUTHORIZATION regress_priv_user1; -ALTER TABLE atest6 ADD COLUMN three integer; -GRANT DELETE ON atest5 TO regress_priv_user3; -GRANT SELECT (two) ON atest5 TO regress_priv_user3; -REVOKE ALL (one) ON atest5 FROM regress_priv_user3; -GRANT SELECT (one) ON atest5 TO regress_priv_user4; -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT atest6 FROM atest6; -- fail -ERROR: permission denied for table atest6 -SELECT one FROM atest5 NATURAL JOIN atest6; -- fail -ERROR: permission denied for table atest5 -SET SESSION AUTHORIZATION regress_priv_user1; -ALTER TABLE atest6 DROP COLUMN three; -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT atest6 FROM atest6; -- ok - atest6 --------- -(0 rows) - -SELECT one FROM atest5 NATURAL JOIN atest6; -- ok - one ------ -(0 rows) - -SET SESSION AUTHORIZATION regress_priv_user1; -ALTER TABLE atest6 DROP COLUMN two; -REVOKE SELECT (one,blue) ON atest6 FROM regress_priv_user4; -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT * FROM atest6; -- fail -ERROR: permission denied for table atest6 -SELECT 1 FROM atest6; -- fail -ERROR: permission denied for table atest6 -SET SESSION AUTHORIZATION regress_priv_user3; -DELETE FROM atest5 WHERE one = 1; -- fail -ERROR: permission denied for table atest5 -DELETE FROM atest5 WHERE two = 2; -- ok --- check inheritance cases -SET SESSION AUTHORIZATION regress_priv_user1; -CREATE TABLE atestp1 (f1 int, f2 int); -CREATE TABLE atestp2 (fx int, fy int); -CREATE TABLE atestc (fz int) INHERITS (atestp1, atestp2); -GRANT SELECT(fx,fy,tableoid) ON atestp2 TO regress_priv_user2; -GRANT SELECT(fx) ON atestc TO regress_priv_user2; -SET SESSION AUTHORIZATION regress_priv_user2; -SELECT fx FROM atestp2; -- ok - fx ----- -(0 rows) - -SELECT fy FROM atestp2; -- ok - fy ----- -(0 rows) - -SELECT atestp2 FROM atestp2; -- ok - atestp2 ---------- -(0 rows) - -SELECT tableoid FROM atestp2; -- ok - tableoid ----------- -(0 rows) - -SELECT fy FROM atestc; -- fail -ERROR: permission denied for table atestc -SET SESSION AUTHORIZATION regress_priv_user1; -GRANT SELECT(fy,tableoid) ON atestc TO regress_priv_user2; -SET SESSION AUTHORIZATION regress_priv_user2; -SELECT fx FROM atestp2; -- still ok - fx ----- -(0 rows) - -SELECT fy FROM atestp2; -- ok - fy ----- -(0 rows) - -SELECT atestp2 FROM atestp2; -- ok - atestp2 ---------- -(0 rows) - -SELECT tableoid FROM atestp2; -- ok - tableoid ----------- -(0 rows) - --- child's permissions do not apply when operating on parent -SET SESSION AUTHORIZATION regress_priv_user1; -REVOKE ALL ON atestc FROM regress_priv_user2; -GRANT ALL ON atestp1 TO regress_priv_user2; -SET SESSION AUTHORIZATION regress_priv_user2; -SELECT f2 FROM atestp1; -- ok - f2 ----- -(0 rows) - -SELECT f2 FROM atestc; -- fail -ERROR: permission denied for table atestc -DELETE FROM atestp1; -- ok -DELETE FROM atestc; -- fail -ERROR: permission denied for table atestc -UPDATE atestp1 SET f1 = 1; -- ok -UPDATE atestc SET f1 = 1; -- fail -ERROR: permission denied for table atestc -TRUNCATE atestp1; -- ok -TRUNCATE atestc; -- fail -ERROR: permission denied for table atestc -BEGIN; -LOCK atestp1; -END; -BEGIN; -LOCK atestc; -ERROR: permission denied for table atestc -END; --- privileges on functions, languages --- switch to superuser -\c - -REVOKE ALL PRIVILEGES ON LANGUAGE sql FROM PUBLIC; -GRANT USAGE ON LANGUAGE sql TO regress_priv_user1; -- ok -GRANT USAGE ON LANGUAGE c TO PUBLIC; -- fail -ERROR: language "c" is not trusted -DETAIL: GRANT and REVOKE are not allowed on untrusted languages, because only superusers can use untrusted languages. -SET SESSION AUTHORIZATION regress_priv_user1; -GRANT USAGE ON LANGUAGE sql TO regress_priv_user2; -- fail -WARNING: no privileges were granted for "sql" -CREATE FUNCTION priv_testfunc1(int) RETURNS int AS 'select 2 * $1;' LANGUAGE sql; -CREATE FUNCTION priv_testfunc2(int) RETURNS int AS 'select 3 * $1;' LANGUAGE sql; -CREATE AGGREGATE priv_testagg1(int) (sfunc = int4pl, stype = int4); -CREATE PROCEDURE priv_testproc1(int) AS 'select $1;' LANGUAGE sql; -REVOKE ALL ON FUNCTION priv_testfunc1(int), priv_testfunc2(int), priv_testagg1(int) FROM PUBLIC; -GRANT EXECUTE ON FUNCTION priv_testfunc1(int), priv_testfunc2(int), priv_testagg1(int) TO regress_priv_user2; -REVOKE ALL ON FUNCTION priv_testproc1(int) FROM PUBLIC; -- fail, not a function -ERROR: priv_testproc1(integer) is not a function -REVOKE ALL ON PROCEDURE priv_testproc1(int) FROM PUBLIC; -GRANT EXECUTE ON PROCEDURE priv_testproc1(int) TO regress_priv_user2; -GRANT USAGE ON FUNCTION priv_testfunc1(int) TO regress_priv_user3; -- semantic error -ERROR: invalid privilege type USAGE for function -GRANT USAGE ON FUNCTION priv_testagg1(int) TO regress_priv_user3; -- semantic error -ERROR: invalid privilege type USAGE for function -GRANT USAGE ON PROCEDURE priv_testproc1(int) TO regress_priv_user3; -- semantic error -ERROR: invalid privilege type USAGE for procedure -GRANT ALL PRIVILEGES ON FUNCTION priv_testfunc1(int) TO regress_priv_user4; -GRANT ALL PRIVILEGES ON FUNCTION priv_testfunc_nosuch(int) TO regress_priv_user4; -ERROR: function priv_testfunc_nosuch(integer) does not exist -GRANT ALL PRIVILEGES ON FUNCTION priv_testagg1(int) TO regress_priv_user4; -GRANT ALL PRIVILEGES ON PROCEDURE priv_testproc1(int) TO regress_priv_user4; -CREATE FUNCTION priv_testfunc4(boolean) RETURNS text - AS 'select col1 from atest2 where col2 = $1;' - LANGUAGE sql SECURITY DEFINER; -GRANT EXECUTE ON FUNCTION priv_testfunc4(boolean) TO regress_priv_user3; -SET SESSION AUTHORIZATION regress_priv_user2; -SELECT priv_testfunc1(5), priv_testfunc2(5); -- ok - priv_testfunc1 | priv_testfunc2 -----------------+---------------- - 10 | 15 -(1 row) - -CREATE FUNCTION priv_testfunc3(int) RETURNS int AS 'select 2 * $1;' LANGUAGE sql; -- fail -ERROR: permission denied for language sql -SELECT priv_testagg1(x) FROM (VALUES (1), (2), (3)) _(x); -- ok - priv_testagg1 ---------------- - 6 -(1 row) - -CALL priv_testproc1(6); -- ok -SET SESSION AUTHORIZATION regress_priv_user3; -SELECT priv_testfunc1(5); -- fail -ERROR: permission denied for function priv_testfunc1 -SELECT priv_testagg1(x) FROM (VALUES (1), (2), (3)) _(x); -- fail -ERROR: permission denied for aggregate priv_testagg1 -CALL priv_testproc1(6); -- fail -ERROR: permission denied for procedure priv_testproc1 -SELECT col1 FROM atest2 WHERE col2 = true; -- fail -ERROR: permission denied for table atest2 -SELECT priv_testfunc4(true); -- ok - priv_testfunc4 ----------------- - bar -(1 row) - -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT priv_testfunc1(5); -- ok - priv_testfunc1 ----------------- - 10 -(1 row) - -SELECT priv_testagg1(x) FROM (VALUES (1), (2), (3)) _(x); -- ok - priv_testagg1 ---------------- - 6 -(1 row) - -CALL priv_testproc1(6); -- ok -DROP FUNCTION priv_testfunc1(int); -- fail -ERROR: must be owner of function priv_testfunc1 -DROP AGGREGATE priv_testagg1(int); -- fail -ERROR: must be owner of aggregate priv_testagg1 -DROP PROCEDURE priv_testproc1(int); -- fail -ERROR: must be owner of procedure priv_testproc1 -\c - -DROP FUNCTION priv_testfunc1(int); -- ok --- restore to sanity -GRANT ALL PRIVILEGES ON LANGUAGE sql TO PUBLIC; --- verify privilege checks on array-element coercions -BEGIN; -SELECT '{1}'::int4[]::int8[]; - int8 ------- - {1} -(1 row) - -REVOKE ALL ON FUNCTION int8(integer) FROM PUBLIC; -SELECT '{1}'::int4[]::int8[]; --superuser, succeed - int8 ------- - {1} -(1 row) - -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT '{1}'::int4[]::int8[]; --other user, fail -ERROR: permission denied for function int8 -ROLLBACK; --- privileges on types --- switch to superuser -\c - -CREATE TYPE priv_testtype1 AS (a int, b text); -REVOKE USAGE ON TYPE priv_testtype1 FROM PUBLIC; -GRANT USAGE ON TYPE priv_testtype1 TO regress_priv_user2; -GRANT USAGE ON TYPE _priv_testtype1 TO regress_priv_user2; -- fail -ERROR: cannot set privileges of array types -HINT: Set the privileges of the element type instead. -GRANT USAGE ON DOMAIN priv_testtype1 TO regress_priv_user2; -- fail -ERROR: "priv_testtype1" is not a domain -CREATE DOMAIN priv_testdomain1 AS int; -REVOKE USAGE on DOMAIN priv_testdomain1 FROM PUBLIC; -GRANT USAGE ON DOMAIN priv_testdomain1 TO regress_priv_user2; -GRANT USAGE ON TYPE priv_testdomain1 TO regress_priv_user2; -- ok -SET SESSION AUTHORIZATION regress_priv_user1; --- commands that should fail -CREATE AGGREGATE priv_testagg1a(priv_testdomain1) (sfunc = int4_sum, stype = bigint); -ERROR: permission denied for type priv_testdomain1 -CREATE DOMAIN priv_testdomain2a AS priv_testdomain1; -ERROR: permission denied for type priv_testdomain1 -CREATE DOMAIN priv_testdomain3a AS int; -CREATE FUNCTION castfunc(int) RETURNS priv_testdomain3a AS $$ SELECT $1::priv_testdomain3a $$ LANGUAGE SQL; -CREATE CAST (priv_testdomain1 AS priv_testdomain3a) WITH FUNCTION castfunc(int); -ERROR: permission denied for type priv_testdomain1 -DROP FUNCTION castfunc(int) CASCADE; -DROP DOMAIN priv_testdomain3a; -CREATE FUNCTION priv_testfunc5a(a priv_testdomain1) RETURNS int LANGUAGE SQL AS $$ SELECT $1 $$; -ERROR: permission denied for type priv_testdomain1 -CREATE FUNCTION priv_testfunc6a(b int) RETURNS priv_testdomain1 LANGUAGE SQL AS $$ SELECT $1::priv_testdomain1 $$; -ERROR: permission denied for type priv_testdomain1 -CREATE OPERATOR !+! (PROCEDURE = int4pl, LEFTARG = priv_testdomain1, RIGHTARG = priv_testdomain1); -ERROR: permission denied for type priv_testdomain1 -CREATE TABLE test5a (a int, b priv_testdomain1); -ERROR: permission denied for type priv_testdomain1 -CREATE TABLE test6a OF priv_testtype1; -ERROR: permission denied for type priv_testtype1 -CREATE TABLE test10a (a int[], b priv_testtype1[]); -ERROR: permission denied for type priv_testtype1 -CREATE TABLE test9a (a int, b int); -ALTER TABLE test9a ADD COLUMN c priv_testdomain1; -ERROR: permission denied for type priv_testdomain1 -ALTER TABLE test9a ALTER COLUMN b TYPE priv_testdomain1; -ERROR: permission denied for type priv_testdomain1 -CREATE TYPE test7a AS (a int, b priv_testdomain1); -ERROR: permission denied for type priv_testdomain1 -CREATE TYPE test8a AS (a int, b int); -ALTER TYPE test8a ADD ATTRIBUTE c priv_testdomain1; -ERROR: permission denied for type priv_testdomain1 -ALTER TYPE test8a ALTER ATTRIBUTE b TYPE priv_testdomain1; -ERROR: permission denied for type priv_testdomain1 -CREATE TABLE test11a AS (SELECT 1::priv_testdomain1 AS a); -ERROR: permission denied for type priv_testdomain1 -REVOKE ALL ON TYPE priv_testtype1 FROM PUBLIC; -ERROR: permission denied for type priv_testtype1 -SET SESSION AUTHORIZATION regress_priv_user2; --- commands that should succeed -CREATE AGGREGATE priv_testagg1b(priv_testdomain1) (sfunc = int4_sum, stype = bigint); -CREATE DOMAIN priv_testdomain2b AS priv_testdomain1; -CREATE DOMAIN priv_testdomain3b AS int; -CREATE FUNCTION castfunc(int) RETURNS priv_testdomain3b AS $$ SELECT $1::priv_testdomain3b $$ LANGUAGE SQL; -CREATE CAST (priv_testdomain1 AS priv_testdomain3b) WITH FUNCTION castfunc(int); -WARNING: cast will be ignored because the source data type is a domain -CREATE FUNCTION priv_testfunc5b(a priv_testdomain1) RETURNS int LANGUAGE SQL AS $$ SELECT $1 $$; -CREATE FUNCTION priv_testfunc6b(b int) RETURNS priv_testdomain1 LANGUAGE SQL AS $$ SELECT $1::priv_testdomain1 $$; -CREATE OPERATOR !! (PROCEDURE = priv_testfunc5b, RIGHTARG = priv_testdomain1); -CREATE TABLE test5b (a int, b priv_testdomain1); -CREATE TABLE test6b OF priv_testtype1; -CREATE TABLE test10b (a int[], b priv_testtype1[]); -CREATE TABLE test9b (a int, b int); -ALTER TABLE test9b ADD COLUMN c priv_testdomain1; -ALTER TABLE test9b ALTER COLUMN b TYPE priv_testdomain1; -CREATE TYPE test7b AS (a int, b priv_testdomain1); -CREATE TYPE test8b AS (a int, b int); -ALTER TYPE test8b ADD ATTRIBUTE c priv_testdomain1; -ALTER TYPE test8b ALTER ATTRIBUTE b TYPE priv_testdomain1; -CREATE TABLE test11b AS (SELECT 1::priv_testdomain1 AS a); -REVOKE ALL ON TYPE priv_testtype1 FROM PUBLIC; -WARNING: no privileges could be revoked for "priv_testtype1" -\c - -DROP AGGREGATE priv_testagg1b(priv_testdomain1); -DROP DOMAIN priv_testdomain2b; -DROP OPERATOR !! (NONE, priv_testdomain1); -DROP FUNCTION priv_testfunc5b(a priv_testdomain1); -DROP FUNCTION priv_testfunc6b(b int); -DROP TABLE test5b; -DROP TABLE test6b; -DROP TABLE test9b; -DROP TABLE test10b; -DROP TYPE test7b; -DROP TYPE test8b; -DROP CAST (priv_testdomain1 AS priv_testdomain3b); -DROP FUNCTION castfunc(int) CASCADE; -DROP DOMAIN priv_testdomain3b; -DROP TABLE test11b; -DROP TYPE priv_testtype1; -- ok -DROP DOMAIN priv_testdomain1; -- ok --- truncate -SET SESSION AUTHORIZATION regress_priv_user5; -TRUNCATE atest2; -- ok -TRUNCATE atest3; -- fail -ERROR: permission denied for table atest3 --- has_table_privilege function --- bad-input checks -select has_table_privilege(NULL,'pg_authid','select'); - has_table_privilege ---------------------- - -(1 row) - -select has_table_privilege('pg_shad','select'); -ERROR: relation "pg_shad" does not exist -select has_table_privilege('nosuchuser','pg_authid','select'); -ERROR: role "nosuchuser" does not exist -select has_table_privilege('pg_authid','sel'); -ERROR: unrecognized privilege type: "sel" -select has_table_privilege(-999999,'pg_authid','update'); - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(1,'select'); - has_table_privilege ---------------------- - -(1 row) - --- superuser -\c - -select has_table_privilege(current_user,'pg_authid','select'); - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(current_user,'pg_authid','insert'); - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(t2.oid,'pg_authid','update') -from (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(t2.oid,'pg_authid','delete') -from (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(current_user,t1.oid,'references') -from (select oid from pg_class where relname = 'pg_authid') as t1; - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(t2.oid,t1.oid,'select') -from (select oid from pg_class where relname = 'pg_authid') as t1, - (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(t2.oid,t1.oid,'insert') -from (select oid from pg_class where relname = 'pg_authid') as t1, - (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege('pg_authid','update'); - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege('pg_authid','delete'); - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege('pg_authid','truncate'); - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(t1.oid,'select') -from (select oid from pg_class where relname = 'pg_authid') as t1; - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(t1.oid,'trigger') -from (select oid from pg_class where relname = 'pg_authid') as t1; - has_table_privilege ---------------------- - t -(1 row) - --- non-superuser -SET SESSION AUTHORIZATION regress_priv_user3; -select has_table_privilege(current_user,'pg_class','select'); - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(current_user,'pg_class','insert'); - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(t2.oid,'pg_class','update') -from (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(t2.oid,'pg_class','delete') -from (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(current_user,t1.oid,'references') -from (select oid from pg_class where relname = 'pg_class') as t1; - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(t2.oid,t1.oid,'select') -from (select oid from pg_class where relname = 'pg_class') as t1, - (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(t2.oid,t1.oid,'insert') -from (select oid from pg_class where relname = 'pg_class') as t1, - (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege('pg_class','update'); - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege('pg_class','delete'); - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege('pg_class','truncate'); - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(t1.oid,'select') -from (select oid from pg_class where relname = 'pg_class') as t1; - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(t1.oid,'trigger') -from (select oid from pg_class where relname = 'pg_class') as t1; - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(current_user,'atest1','select'); - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(current_user,'atest1','insert'); - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(t2.oid,'atest1','update') -from (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(t2.oid,'atest1','delete') -from (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(current_user,t1.oid,'references') -from (select oid from pg_class where relname = 'atest1') as t1; - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(t2.oid,t1.oid,'select') -from (select oid from pg_class where relname = 'atest1') as t1, - (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(t2.oid,t1.oid,'insert') -from (select oid from pg_class where relname = 'atest1') as t1, - (select oid from pg_roles where rolname = current_user) as t2; - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege('atest1','update'); - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege('atest1','delete'); - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege('atest1','truncate'); - has_table_privilege ---------------------- - f -(1 row) - -select has_table_privilege(t1.oid,'select') -from (select oid from pg_class where relname = 'atest1') as t1; - has_table_privilege ---------------------- - t -(1 row) - -select has_table_privilege(t1.oid,'trigger') -from (select oid from pg_class where relname = 'atest1') as t1; - has_table_privilege ---------------------- - f -(1 row) - --- has_column_privilege function --- bad-input checks (as non-super-user) -select has_column_privilege('pg_authid',NULL,'select'); - has_column_privilege ----------------------- - -(1 row) - -select has_column_privilege('pg_authid','nosuchcol','select'); -ERROR: column "nosuchcol" of relation "pg_authid" does not exist -select has_column_privilege(9999,'nosuchcol','select'); - has_column_privilege ----------------------- - -(1 row) - -select has_column_privilege(9999,99::int2,'select'); - has_column_privilege ----------------------- - -(1 row) - -select has_column_privilege('pg_authid',99::int2,'select'); - has_column_privilege ----------------------- - -(1 row) - -select has_column_privilege(9999,99::int2,'select'); - has_column_privilege ----------------------- - -(1 row) - -create temp table mytable(f1 int, f2 int, f3 int); -alter table mytable drop column f2; -select has_column_privilege('mytable','f2','select'); -ERROR: column "f2" of relation "mytable" does not exist -select has_column_privilege('mytable','........pg.dropped.2........','select'); - has_column_privilege ----------------------- - -(1 row) - -select has_column_privilege('mytable',2::int2,'select'); - has_column_privilege ----------------------- - -(1 row) - -select has_column_privilege('mytable',99::int2,'select'); - has_column_privilege ----------------------- - -(1 row) - -revoke select on table mytable from regress_priv_user3; -select has_column_privilege('mytable',2::int2,'select'); - has_column_privilege ----------------------- - -(1 row) - -select has_column_privilege('mytable',99::int2,'select'); - has_column_privilege ----------------------- - -(1 row) - -drop table mytable; --- Grant options -SET SESSION AUTHORIZATION regress_priv_user1; -CREATE TABLE atest4 (a int); -GRANT SELECT ON atest4 TO regress_priv_user2 WITH GRANT OPTION; -GRANT UPDATE ON atest4 TO regress_priv_user2; -GRANT SELECT ON atest4 TO GROUP regress_priv_group1 WITH GRANT OPTION; -SET SESSION AUTHORIZATION regress_priv_user2; -GRANT SELECT ON atest4 TO regress_priv_user3; -GRANT UPDATE ON atest4 TO regress_priv_user3; -- fail -WARNING: no privileges were granted for "atest4" -SET SESSION AUTHORIZATION regress_priv_user1; -REVOKE SELECT ON atest4 FROM regress_priv_user3; -- does nothing -SELECT has_table_privilege('regress_priv_user3', 'atest4', 'SELECT'); -- true - has_table_privilege ---------------------- - t -(1 row) - -REVOKE SELECT ON atest4 FROM regress_priv_user2; -- fail -ERROR: dependent privileges exist -HINT: Use CASCADE to revoke them too. -REVOKE GRANT OPTION FOR SELECT ON atest4 FROM regress_priv_user2 CASCADE; -- ok -SELECT has_table_privilege('regress_priv_user2', 'atest4', 'SELECT'); -- true - has_table_privilege ---------------------- - t -(1 row) - -SELECT has_table_privilege('regress_priv_user3', 'atest4', 'SELECT'); -- false - has_table_privilege ---------------------- - f -(1 row) - -SELECT has_table_privilege('regress_priv_user1', 'atest4', 'SELECT WITH GRANT OPTION'); -- true - has_table_privilege ---------------------- - t -(1 row) - --- security-restricted operations -\c - -CREATE ROLE regress_sro_user; --- Check that index expressions and predicates are run as the table's owner --- A dummy index function checking current_user -CREATE FUNCTION sro_ifun(int) RETURNS int AS $$ -BEGIN - -- Below we set the table's owner to regress_sro_user - ASSERT current_user = 'regress_sro_user', - format('sro_ifun(%s) called by %s', $1, current_user); - RETURN $1; -END; -$$ LANGUAGE plpgsql IMMUTABLE; --- Create a table owned by regress_sro_user -CREATE TABLE sro_tab (a int); -ALTER TABLE sro_tab OWNER TO regress_sro_user; -INSERT INTO sro_tab VALUES (1), (2), (3); --- Create an expression index with a predicate -CREATE INDEX sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0))) - WHERE sro_ifun(a + 10) > sro_ifun(10); -DROP INDEX sro_idx; --- Do the same concurrently -CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0))) - WHERE sro_ifun(a + 10) > sro_ifun(10); --- REINDEX -REINDEX TABLE sro_tab; -REINDEX INDEX sro_idx; -REINDEX TABLE CONCURRENTLY sro_tab; -DROP INDEX sro_idx; --- CLUSTER -CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0))); -CLUSTER sro_tab USING sro_cluster_idx; -DROP INDEX sro_cluster_idx; --- BRIN index -CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0))); -SELECT brin_desummarize_range('sro_brin', 0); - brin_desummarize_range ------------------------- - -(1 row) - -SELECT brin_summarize_range('sro_brin', 0); - brin_summarize_range ----------------------- - 1 -(1 row) - -DROP TABLE sro_tab; --- Check with a partitioned table -CREATE TABLE sro_ptab (a int) PARTITION BY RANGE (a); -ALTER TABLE sro_ptab OWNER TO regress_sro_user; -CREATE TABLE sro_part PARTITION OF sro_ptab FOR VALUES FROM (1) TO (10); -ALTER TABLE sro_part OWNER TO regress_sro_user; -INSERT INTO sro_ptab VALUES (1), (2), (3); -CREATE INDEX sro_pidx ON sro_ptab ((sro_ifun(a) + sro_ifun(0))) - WHERE sro_ifun(a + 10) > sro_ifun(10); -REINDEX TABLE sro_ptab; -REINDEX INDEX CONCURRENTLY sro_pidx; -SET SESSION AUTHORIZATION regress_sro_user; -CREATE FUNCTION unwanted_grant() RETURNS void LANGUAGE sql AS - 'GRANT regress_priv_group2 TO regress_sro_user'; -CREATE FUNCTION mv_action() RETURNS bool LANGUAGE sql AS - 'DECLARE c CURSOR WITH HOLD FOR SELECT public.unwanted_grant(); SELECT true'; --- REFRESH of this MV will queue a GRANT at end of transaction -CREATE MATERIALIZED VIEW sro_mv AS SELECT mv_action() WITH NO DATA; -REFRESH MATERIALIZED VIEW sro_mv; -ERROR: cannot create a cursor WITH HOLD within security-restricted operation -CONTEXT: SQL function "mv_action" statement 1 -\c - -REFRESH MATERIALIZED VIEW sro_mv; -ERROR: cannot create a cursor WITH HOLD within security-restricted operation -CONTEXT: SQL function "mv_action" statement 1 -SET SESSION AUTHORIZATION regress_sro_user; --- INSERT to this table will queue a GRANT at end of transaction -CREATE TABLE sro_trojan_table (); -CREATE FUNCTION sro_trojan() RETURNS trigger LANGUAGE plpgsql AS - 'BEGIN PERFORM public.unwanted_grant(); RETURN NULL; END'; -CREATE CONSTRAINT TRIGGER t AFTER INSERT ON sro_trojan_table - INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE sro_trojan(); --- Now, REFRESH will issue such an INSERT, queueing the GRANT -CREATE OR REPLACE FUNCTION mv_action() RETURNS bool LANGUAGE sql AS - 'INSERT INTO public.sro_trojan_table DEFAULT VALUES; SELECT true'; -REFRESH MATERIALIZED VIEW sro_mv; -ERROR: cannot fire deferred trigger within security-restricted operation -CONTEXT: SQL function "mv_action" statement 1 -\c - -REFRESH MATERIALIZED VIEW sro_mv; -ERROR: cannot fire deferred trigger within security-restricted operation -CONTEXT: SQL function "mv_action" statement 1 -BEGIN; SET CONSTRAINTS ALL IMMEDIATE; REFRESH MATERIALIZED VIEW sro_mv; COMMIT; -ERROR: permission denied to grant role "regress_priv_group2" -DETAIL: Only roles with the ADMIN option on role "regress_priv_group2" may grant this role. -CONTEXT: SQL function "unwanted_grant" statement 1 -SQL statement "SELECT public.unwanted_grant()" -PL/pgSQL function public.sro_trojan() line 1 at PERFORM -SQL function "mv_action" statement 1 --- REFRESH MATERIALIZED VIEW CONCURRENTLY use of eval_const_expressions() -SET SESSION AUTHORIZATION regress_sro_user; -CREATE FUNCTION unwanted_grant_nofail(int) RETURNS int - IMMUTABLE LANGUAGE plpgsql AS $$ -BEGIN - PERFORM public.unwanted_grant(); - RAISE WARNING 'owned'; - RETURN 1; -EXCEPTION WHEN OTHERS THEN - RETURN 2; -END$$; -CREATE MATERIALIZED VIEW sro_index_mv AS SELECT 1 AS c; -CREATE UNIQUE INDEX ON sro_index_mv (c) WHERE unwanted_grant_nofail(1) > 0; -\c - -REFRESH MATERIALIZED VIEW CONCURRENTLY sro_index_mv; -REFRESH MATERIALIZED VIEW sro_index_mv; -DROP OWNED BY regress_sro_user; -DROP ROLE regress_sro_user; --- Admin options -SET SESSION AUTHORIZATION regress_priv_user4; -CREATE FUNCTION dogrant_ok() RETURNS void LANGUAGE sql SECURITY DEFINER AS - 'GRANT regress_priv_group2 TO regress_priv_user5'; -GRANT regress_priv_group2 TO regress_priv_user5; -- ok: had ADMIN OPTION -SET ROLE regress_priv_group2; -GRANT regress_priv_group2 TO regress_priv_user5; -- fails: SET ROLE suspended privilege -ERROR: permission denied to grant role "regress_priv_group2" -DETAIL: Only roles with the ADMIN option on role "regress_priv_group2" may grant this role. -SET SESSION AUTHORIZATION regress_priv_user1; -GRANT regress_priv_group2 TO regress_priv_user5; -- fails: no ADMIN OPTION -ERROR: permission denied to grant role "regress_priv_group2" -DETAIL: Only roles with the ADMIN option on role "regress_priv_group2" may grant this role. -SELECT dogrant_ok(); -- ok: SECURITY DEFINER conveys ADMIN -NOTICE: role "regress_priv_user5" has already been granted membership in role "regress_priv_group2" by role "regress_priv_user4" - dogrant_ok ------------- - -(1 row) - -SET ROLE regress_priv_group2; -GRANT regress_priv_group2 TO regress_priv_user5; -- fails: SET ROLE did not help -ERROR: permission denied to grant role "regress_priv_group2" -DETAIL: Only roles with the ADMIN option on role "regress_priv_group2" may grant this role. -SET SESSION AUTHORIZATION regress_priv_group2; -GRANT regress_priv_group2 TO regress_priv_user5; -- fails: no self-admin -ERROR: permission denied to grant role "regress_priv_group2" -DETAIL: Only roles with the ADMIN option on role "regress_priv_group2" may grant this role. -SET SESSION AUTHORIZATION regress_priv_user4; -DROP FUNCTION dogrant_ok(); -REVOKE regress_priv_group2 FROM regress_priv_user5; --- has_sequence_privilege tests -\c - -CREATE SEQUENCE x_seq; -GRANT USAGE on x_seq to regress_priv_user2; -SELECT has_sequence_privilege('regress_priv_user1', 'atest1', 'SELECT'); -ERROR: "atest1" is not a sequence -SELECT has_sequence_privilege('regress_priv_user1', 'x_seq', 'INSERT'); -ERROR: unrecognized privilege type: "INSERT" -SELECT has_sequence_privilege('regress_priv_user1', 'x_seq', 'SELECT'); - has_sequence_privilege ------------------------- - f -(1 row) - -SET SESSION AUTHORIZATION regress_priv_user2; -SELECT has_sequence_privilege('x_seq', 'USAGE'); - has_sequence_privilege ------------------------- - t -(1 row) - --- largeobject privilege tests -\c - -SET SESSION AUTHORIZATION regress_priv_user1; -SELECT lo_create(1001); - lo_create ------------ - 1001 -(1 row) - -SELECT lo_create(1002); - lo_create ------------ - 1002 -(1 row) - -SELECT lo_create(1003); - lo_create ------------ - 1003 -(1 row) - -SELECT lo_create(1004); - lo_create ------------ - 1004 -(1 row) - -SELECT lo_create(1005); - lo_create ------------ - 1005 -(1 row) - -GRANT ALL ON LARGE OBJECT 1001 TO PUBLIC; -GRANT SELECT ON LARGE OBJECT 1003 TO regress_priv_user2; -GRANT SELECT,UPDATE ON LARGE OBJECT 1004 TO regress_priv_user2; -GRANT ALL ON LARGE OBJECT 1005 TO regress_priv_user2; -GRANT SELECT ON LARGE OBJECT 1005 TO regress_priv_user2 WITH GRANT OPTION; -GRANT SELECT, INSERT ON LARGE OBJECT 1001 TO PUBLIC; -- to be failed -ERROR: invalid privilege type INSERT for large object -GRANT SELECT, UPDATE ON LARGE OBJECT 1001 TO nosuchuser; -- to be failed -ERROR: role "nosuchuser" does not exist -GRANT SELECT, UPDATE ON LARGE OBJECT 999 TO PUBLIC; -- to be failed -ERROR: large object 999 does not exist -\c - -SET SESSION AUTHORIZATION regress_priv_user2; -SELECT lo_create(2001); - lo_create ------------ - 2001 -(1 row) - -SELECT lo_create(2002); - lo_create ------------ - 2002 -(1 row) - -SELECT loread(lo_open(1001, x'20000'::int), 32); -- allowed, for now - loread --------- - \x -(1 row) - -SELECT lowrite(lo_open(1001, x'40000'::int), 'abcd'); -- fail, wrong mode -ERROR: large object descriptor 0 was not opened for writing -SELECT loread(lo_open(1001, x'40000'::int), 32); - loread --------- - \x -(1 row) - -SELECT loread(lo_open(1002, x'40000'::int), 32); -- to be denied -ERROR: permission denied for large object 1002 -SELECT loread(lo_open(1003, x'40000'::int), 32); - loread --------- - \x -(1 row) - -SELECT loread(lo_open(1004, x'40000'::int), 32); - loread --------- - \x -(1 row) - -SELECT lowrite(lo_open(1001, x'20000'::int), 'abcd'); - lowrite ---------- - 4 -(1 row) - -SELECT lowrite(lo_open(1002, x'20000'::int), 'abcd'); -- to be denied -ERROR: permission denied for large object 1002 -SELECT lowrite(lo_open(1003, x'20000'::int), 'abcd'); -- to be denied -ERROR: permission denied for large object 1003 -SELECT lowrite(lo_open(1004, x'20000'::int), 'abcd'); - lowrite ---------- - 4 -(1 row) - -GRANT SELECT ON LARGE OBJECT 1005 TO regress_priv_user3; -GRANT UPDATE ON LARGE OBJECT 1006 TO regress_priv_user3; -- to be denied -ERROR: large object 1006 does not exist -REVOKE ALL ON LARGE OBJECT 2001, 2002 FROM PUBLIC; -GRANT ALL ON LARGE OBJECT 2001 TO regress_priv_user3; -SELECT lo_unlink(1001); -- to be denied -ERROR: must be owner of large object 1001 -SELECT lo_unlink(2002); - lo_unlink ------------ - 1 -(1 row) - -\c - --- confirm ACL setting -SELECT oid, pg_get_userbyid(lomowner) ownername, lomacl FROM pg_largeobject_metadata WHERE oid >= 1000 AND oid < 3000 ORDER BY oid; - oid | ownername | lomacl -------+--------------------+------------------------------------------------------------------------------------------------------------------------------ - 1001 | regress_priv_user1 | {regress_priv_user1=rw/regress_priv_user1,=rw/regress_priv_user1} - 1002 | regress_priv_user1 | - 1003 | regress_priv_user1 | {regress_priv_user1=rw/regress_priv_user1,regress_priv_user2=r/regress_priv_user1} - 1004 | regress_priv_user1 | {regress_priv_user1=rw/regress_priv_user1,regress_priv_user2=rw/regress_priv_user1} - 1005 | regress_priv_user1 | {regress_priv_user1=rw/regress_priv_user1,regress_priv_user2=r*w/regress_priv_user1,regress_priv_user3=r/regress_priv_user2} - 2001 | regress_priv_user2 | {regress_priv_user2=rw/regress_priv_user2,regress_priv_user3=rw/regress_priv_user2} -(6 rows) - -SET SESSION AUTHORIZATION regress_priv_user3; -SELECT loread(lo_open(1001, x'40000'::int), 32); - loread ------------- - \x61626364 -(1 row) - -SELECT loread(lo_open(1003, x'40000'::int), 32); -- to be denied -ERROR: permission denied for large object 1003 -SELECT loread(lo_open(1005, x'40000'::int), 32); - loread --------- - \x -(1 row) - -SELECT lo_truncate(lo_open(1005, x'20000'::int), 10); -- to be denied -ERROR: permission denied for large object 1005 -SELECT lo_truncate(lo_open(2001, x'20000'::int), 10); - lo_truncate -------------- - 0 -(1 row) - --- has_largeobject_privilege function --- superuser -\c - -SELECT has_largeobject_privilege(1001, 'SELECT'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1002, 'SELECT'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1003, 'SELECT'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1004, 'SELECT'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1001, 'UPDATE'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1002, 'UPDATE'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1003, 'UPDATE'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1004, 'UPDATE'); - has_largeobject_privilege ---------------------------- - t -(1 row) - --- not-existing large object -SELECT has_largeobject_privilege(9999, 'SELECT'); -- NULL - has_largeobject_privilege ---------------------------- - -(1 row) - --- non-superuser -SET SESSION AUTHORIZATION regress_priv_user2; -SELECT has_largeobject_privilege(1001, 'SELECT'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1002, 'SELECT'); -- false - has_largeobject_privilege ---------------------------- - f -(1 row) - -SELECT has_largeobject_privilege(1003, 'SELECT'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1004, 'SELECT'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1001, 'UPDATE'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1002, 'UPDATE'); -- false - has_largeobject_privilege ---------------------------- - f -(1 row) - -SELECT has_largeobject_privilege(1003, 'UPDATE'); -- false - has_largeobject_privilege ---------------------------- - f -(1 row) - -SELECT has_largeobject_privilege(1004, 'UPDATE'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user3', 1001, 'SELECT'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user3', 1003, 'SELECT'); -- false - has_largeobject_privilege ---------------------------- - f -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user3', 1005, 'SELECT'); - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user3', 1005, 'UPDATE'); -- false - has_largeobject_privilege ---------------------------- - f -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user3', 2001, 'UPDATE'); - has_largeobject_privilege ---------------------------- - t -(1 row) - --- compatibility mode in largeobject permission -\c - -SET lo_compat_privileges = false; -- default setting -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT has_largeobject_privilege(1002, 'SELECT'); -- false - has_largeobject_privilege ---------------------------- - f -(1 row) - -SELECT has_largeobject_privilege(1002, 'UPDATE'); -- false - has_largeobject_privilege ---------------------------- - f -(1 row) - -SELECT loread(lo_open(1002, x'40000'::int), 32); -- to be denied -ERROR: permission denied for large object 1002 -SELECT lowrite(lo_open(1002, x'20000'::int), 'abcd'); -- to be denied -ERROR: permission denied for large object 1002 -SELECT lo_truncate(lo_open(1002, x'20000'::int), 10); -- to be denied -ERROR: permission denied for large object 1002 -SELECT lo_put(1002, 1, 'abcd'); -- to be denied -ERROR: permission denied for large object 1002 -SELECT lo_unlink(1002); -- to be denied -ERROR: must be owner of large object 1002 -SELECT lo_export(1001, '/dev/null'); -- to be denied -ERROR: permission denied for function lo_export -SELECT lo_import('/dev/null'); -- to be denied -ERROR: permission denied for function lo_import -SELECT lo_import('/dev/null', 2003); -- to be denied -ERROR: permission denied for function lo_import -\c - -SET lo_compat_privileges = true; -- compatibility mode -SET SESSION AUTHORIZATION regress_priv_user4; -SELECT has_largeobject_privilege(1002, 'SELECT'); -- true - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege(1002, 'UPDATE'); -- true - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT loread(lo_open(1002, x'40000'::int), 32); - loread --------- - \x -(1 row) - -SELECT lowrite(lo_open(1002, x'20000'::int), 'abcd'); - lowrite ---------- - 4 -(1 row) - -SELECT lo_truncate(lo_open(1002, x'20000'::int), 10); - lo_truncate -------------- - 0 -(1 row) - -SELECT lo_unlink(1002); - lo_unlink ------------ - 1 -(1 row) - -SELECT lo_export(1001, '/dev/null'); -- to be denied -ERROR: permission denied for function lo_export --- don't allow unpriv users to access pg_largeobject contents -\c - -SELECT * FROM pg_largeobject LIMIT 0; - loid | pageno | data -------+--------+------ -(0 rows) - -SET SESSION AUTHORIZATION regress_priv_user1; -SELECT * FROM pg_largeobject LIMIT 0; -- to be denied -ERROR: permission denied for table pg_largeobject --- pg_signal_backend can't signal superusers -RESET SESSION AUTHORIZATION; -BEGIN; -CREATE OR REPLACE FUNCTION terminate_nothrow(pid int) RETURNS bool - LANGUAGE plpgsql SECURITY DEFINER SET client_min_messages = error AS $$ -BEGIN - RETURN pg_terminate_backend($1); -EXCEPTION WHEN OTHERS THEN - RETURN false; -END$$; -ALTER FUNCTION terminate_nothrow OWNER TO pg_signal_backend; -SELECT backend_type FROM pg_stat_activity -WHERE CASE WHEN COALESCE(usesysid, 10) = 10 THEN terminate_nothrow(pid) END; - backend_type --------------- -(0 rows) - -ROLLBACK; --- test pg_database_owner -RESET SESSION AUTHORIZATION; -GRANT pg_database_owner TO regress_priv_user1; -ERROR: role "pg_database_owner" cannot have explicit members -GRANT regress_priv_user1 TO pg_database_owner; -ERROR: role "pg_database_owner" cannot be a member of any role -CREATE TABLE datdba_only (); -ALTER TABLE datdba_only OWNER TO pg_database_owner; -REVOKE DELETE ON datdba_only FROM pg_database_owner; -SELECT - pg_has_role('regress_priv_user1', 'pg_database_owner', 'USAGE') as priv, - pg_has_role('regress_priv_user1', 'pg_database_owner', 'MEMBER') as mem, - pg_has_role('regress_priv_user1', 'pg_database_owner', - 'MEMBER WITH ADMIN OPTION') as admin; - priv | mem | admin -------+-----+------- - f | f | f -(1 row) - -BEGIN; -DO $$BEGIN EXECUTE format( - 'ALTER DATABASE %I OWNER TO regress_priv_group2', current_catalog); END$$; -SELECT - pg_has_role('regress_priv_user1', 'pg_database_owner', 'USAGE') as priv, - pg_has_role('regress_priv_user1', 'pg_database_owner', 'MEMBER') as mem, - pg_has_role('regress_priv_user1', 'pg_database_owner', - 'MEMBER WITH ADMIN OPTION') as admin; - priv | mem | admin -------+-----+------- - t | t | f -(1 row) - -SET SESSION AUTHORIZATION regress_priv_user1; -TABLE information_schema.enabled_roles ORDER BY role_name COLLATE "C"; - role_name ---------------------- - pg_database_owner - regress_priv_group2 - regress_priv_user1 -(3 rows) - -TABLE information_schema.applicable_roles ORDER BY role_name COLLATE "C"; - grantee | role_name | is_grantable ----------------------+---------------------+-------------- - regress_priv_group2 | pg_database_owner | NO - regress_priv_user1 | regress_priv_group2 | NO -(2 rows) - -INSERT INTO datdba_only DEFAULT VALUES; -SAVEPOINT q; DELETE FROM datdba_only; ROLLBACK TO q; -ERROR: permission denied for table datdba_only -SET SESSION AUTHORIZATION regress_priv_user2; -TABLE information_schema.enabled_roles; - role_name --------------------- - regress_priv_user2 -(1 row) - -INSERT INTO datdba_only DEFAULT VALUES; -ERROR: permission denied for table datdba_only -ROLLBACK; --- test default ACLs -\c - -CREATE SCHEMA testns; -GRANT ALL ON SCHEMA testns TO regress_priv_user1; -CREATE TABLE testns.acltest1 (x int); -SELECT has_table_privilege('regress_priv_user1', 'testns.acltest1', 'SELECT'); -- no - has_table_privilege ---------------------- - f -(1 row) - -SELECT has_table_privilege('regress_priv_user1', 'testns.acltest1', 'INSERT'); -- no - has_table_privilege ---------------------- - f -(1 row) - --- placeholder for test with duplicated schema and role names -ALTER DEFAULT PRIVILEGES IN SCHEMA testns,testns GRANT SELECT ON TABLES TO public,public; -SELECT has_table_privilege('regress_priv_user1', 'testns.acltest1', 'SELECT'); -- no - has_table_privilege ---------------------- - f -(1 row) - -SELECT has_table_privilege('regress_priv_user1', 'testns.acltest1', 'INSERT'); -- no - has_table_privilege ---------------------- - f -(1 row) - -DROP TABLE testns.acltest1; -CREATE TABLE testns.acltest1 (x int); -SELECT has_table_privilege('regress_priv_user1', 'testns.acltest1', 'SELECT'); -- yes - has_table_privilege ---------------------- - t -(1 row) - -SELECT has_table_privilege('regress_priv_user1', 'testns.acltest1', 'INSERT'); -- no - has_table_privilege ---------------------- - f -(1 row) - -ALTER DEFAULT PRIVILEGES IN SCHEMA testns GRANT INSERT ON TABLES TO regress_priv_user1; -DROP TABLE testns.acltest1; -CREATE TABLE testns.acltest1 (x int); -SELECT has_table_privilege('regress_priv_user1', 'testns.acltest1', 'SELECT'); -- yes - has_table_privilege ---------------------- - t -(1 row) - -SELECT has_table_privilege('regress_priv_user1', 'testns.acltest1', 'INSERT'); -- yes - has_table_privilege ---------------------- - t -(1 row) - -ALTER DEFAULT PRIVILEGES IN SCHEMA testns REVOKE INSERT ON TABLES FROM regress_priv_user1; -DROP TABLE testns.acltest1; -CREATE TABLE testns.acltest1 (x int); -SELECT has_table_privilege('regress_priv_user1', 'testns.acltest1', 'SELECT'); -- yes - has_table_privilege ---------------------- - t -(1 row) - -SELECT has_table_privilege('regress_priv_user1', 'testns.acltest1', 'INSERT'); -- no - has_table_privilege ---------------------- - f -(1 row) - -ALTER DEFAULT PRIVILEGES FOR ROLE regress_priv_user1 REVOKE EXECUTE ON FUNCTIONS FROM public; -ALTER DEFAULT PRIVILEGES IN SCHEMA testns GRANT USAGE ON SCHEMAS TO regress_priv_user2; -- error -ERROR: cannot use IN SCHEMA clause when using GRANT/REVOKE ON SCHEMAS --- Test makeaclitem() -SELECT makeaclitem('regress_priv_user1'::regrole, 'regress_priv_user2'::regrole, - 'SELECT', TRUE); -- single privilege - makeaclitem ------------------------------------------- - regress_priv_user1=r*/regress_priv_user2 -(1 row) - -SELECT makeaclitem('regress_priv_user1'::regrole, 'regress_priv_user2'::regrole, - 'SELECT, INSERT, UPDATE , DELETE ', FALSE); -- multiple privileges - makeaclitem --------------------------------------------- - regress_priv_user1=arwd/regress_priv_user2 -(1 row) - -SELECT makeaclitem('regress_priv_user1'::regrole, 'regress_priv_user2'::regrole, - 'SELECT, fake_privilege', FALSE); -- error -ERROR: unrecognized privilege type: "fake_privilege" --- Test non-throwing aclitem I/O -SELECT pg_input_is_valid('regress_priv_user1=r/regress_priv_user2', 'aclitem'); - pg_input_is_valid -------------------- - t -(1 row) - -SELECT pg_input_is_valid('regress_priv_user1=r/', 'aclitem'); - pg_input_is_valid -------------------- - f -(1 row) - -SELECT * FROM pg_input_error_info('regress_priv_user1=r/', 'aclitem'); - message | detail | hint | sql_error_code ----------------------------------+--------+------+---------------- - a name must follow the "/" sign | | | 22P02 -(1 row) - -SELECT pg_input_is_valid('regress_priv_user1=r/regress_no_such_user', 'aclitem'); - pg_input_is_valid -------------------- - f -(1 row) - -SELECT * FROM pg_input_error_info('regress_priv_user1=r/regress_no_such_user', 'aclitem'); - message | detail | hint | sql_error_code ---------------------------------------------+--------+------+---------------- - role "regress_no_such_user" does not exist | | | 42704 -(1 row) - -SELECT pg_input_is_valid('regress_priv_user1=rY', 'aclitem'); - pg_input_is_valid -------------------- - f -(1 row) - -SELECT * FROM pg_input_error_info('regress_priv_user1=rY', 'aclitem'); - message | detail | hint | sql_error_code -----------------------------------------------------------+--------+------+---------------- - invalid mode character: must be one of "arwdDxtXUCTcsAm" | | | 22P02 -(1 row) - --- --- Testing blanket default grants is very hazardous since it might change --- the privileges attached to objects created by concurrent regression tests. --- To avoid that, be sure to revoke the privileges again before committing. --- -BEGIN; -ALTER DEFAULT PRIVILEGES GRANT USAGE ON SCHEMAS TO regress_priv_user2; -CREATE SCHEMA testns2; -SELECT has_schema_privilege('regress_priv_user2', 'testns2', 'USAGE'); -- yes - has_schema_privilege ----------------------- - t -(1 row) - -SELECT has_schema_privilege('regress_priv_user6', 'testns2', 'USAGE'); -- yes - has_schema_privilege ----------------------- - t -(1 row) - -SELECT has_schema_privilege('regress_priv_user2', 'testns2', 'CREATE'); -- no - has_schema_privilege ----------------------- - f -(1 row) - -ALTER DEFAULT PRIVILEGES REVOKE USAGE ON SCHEMAS FROM regress_priv_user2; -CREATE SCHEMA testns3; -SELECT has_schema_privilege('regress_priv_user2', 'testns3', 'USAGE'); -- no - has_schema_privilege ----------------------- - f -(1 row) - -SELECT has_schema_privilege('regress_priv_user2', 'testns3', 'CREATE'); -- no - has_schema_privilege ----------------------- - f -(1 row) - -ALTER DEFAULT PRIVILEGES GRANT ALL ON SCHEMAS TO regress_priv_user2; -CREATE SCHEMA testns4; -SELECT has_schema_privilege('regress_priv_user2', 'testns4', 'USAGE'); -- yes - has_schema_privilege ----------------------- - t -(1 row) - -SELECT has_schema_privilege('regress_priv_user2', 'testns4', 'CREATE'); -- yes - has_schema_privilege ----------------------- - t -(1 row) - -ALTER DEFAULT PRIVILEGES REVOKE ALL ON SCHEMAS FROM regress_priv_user2; -COMMIT; --- --- Test for default privileges on large objects. This is done in a --- separate, rollbacked, transaction to avoid any trouble with other --- regression sessions. --- -BEGIN; -SELECT lo_create(1007); - lo_create ------------ - 1007 -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user2', 1007, 'SELECT'); -- no - has_largeobject_privilege ---------------------------- - f -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user2', 1007, 'UPDATE'); -- no - has_largeobject_privilege ---------------------------- - f -(1 row) - -ALTER DEFAULT PRIVILEGES GRANT SELECT ON LARGE OBJECTS TO regress_priv_user2; -SELECT lo_create(1008); - lo_create ------------ - 1008 -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user2', 1008, 'SELECT'); -- yes - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user6', 1008, 'SELECT'); -- no - has_largeobject_privilege ---------------------------- - f -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user2', 1008, 'UPDATE'); -- no - has_largeobject_privilege ---------------------------- - f -(1 row) - -ALTER DEFAULT PRIVILEGES GRANT ALL ON LARGE OBJECTS TO regress_priv_user2; -SELECT lo_create(1009); - lo_create ------------ - 1009 -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user2', 1009, 'SELECT'); -- true - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user2', 1009, 'UPDATE'); -- true - has_largeobject_privilege ---------------------------- - t -(1 row) - -ALTER DEFAULT PRIVILEGES REVOKE UPDATE ON LARGE OBJECTS FROM regress_priv_user2; -SELECT lo_create(1010); - lo_create ------------ - 1010 -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user2', 1010, 'SELECT'); -- true - has_largeobject_privilege ---------------------------- - t -(1 row) - -SELECT has_largeobject_privilege('regress_priv_user2', 1010, 'UPDATE'); -- false - has_largeobject_privilege ---------------------------- - f -(1 row) - -ROLLBACK; -ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT ALL ON LARGE OBJECTS TO public; -- error -ERROR: cannot use IN SCHEMA clause when using GRANT/REVOKE ON LARGE OBJECTS -\c - --- Test for DROP OWNED BY with shared dependencies. This is done in a --- separate, rollbacked, transaction to avoid any trouble with other --- regression sessions. -BEGIN; -ALTER DEFAULT PRIVILEGES GRANT ALL ON FUNCTIONS TO regress_priv_user2; -ALTER DEFAULT PRIVILEGES GRANT ALL ON LARGE OBJECTS TO regress_priv_user2; -ALTER DEFAULT PRIVILEGES GRANT ALL ON SCHEMAS TO regress_priv_user2; -ALTER DEFAULT PRIVILEGES GRANT ALL ON SEQUENCES TO regress_priv_user2; -ALTER DEFAULT PRIVILEGES GRANT ALL ON TABLES TO regress_priv_user2; -ALTER DEFAULT PRIVILEGES GRANT ALL ON TYPES TO regress_priv_user2; -SELECT count(*) FROM pg_shdepend - WHERE deptype = 'a' AND - refobjid = 'regress_priv_user2'::regrole AND - classid = 'pg_default_acl'::regclass; - count -------- - 6 -(1 row) - -DROP OWNED BY regress_priv_user2, regress_priv_user2; -SELECT count(*) FROM pg_shdepend - WHERE deptype = 'a' AND - refobjid = 'regress_priv_user2'::regrole AND - classid = 'pg_default_acl'::regclass; - count -------- - 0 -(1 row) - -ROLLBACK; -CREATE SCHEMA testns5; -SELECT has_schema_privilege('regress_priv_user2', 'testns5', 'USAGE'); -- no - has_schema_privilege ----------------------- - f -(1 row) - -SELECT has_schema_privilege('regress_priv_user2', 'testns5', 'CREATE'); -- no - has_schema_privilege ----------------------- - f -(1 row) - -SET ROLE regress_priv_user1; -CREATE FUNCTION testns.foo() RETURNS int AS 'select 1' LANGUAGE sql; -CREATE AGGREGATE testns.agg1(int) (sfunc = int4pl, stype = int4); -CREATE PROCEDURE testns.bar() AS 'select 1' LANGUAGE sql; -SELECT has_function_privilege('regress_priv_user2', 'testns.foo()', 'EXECUTE'); -- no - has_function_privilege ------------------------- - f -(1 row) - -SELECT has_function_privilege('regress_priv_user2', 'testns.agg1(int)', 'EXECUTE'); -- no - has_function_privilege ------------------------- - f -(1 row) - -SELECT has_function_privilege('regress_priv_user2', 'testns.bar()', 'EXECUTE'); -- no - has_function_privilege ------------------------- - f -(1 row) - -ALTER DEFAULT PRIVILEGES IN SCHEMA testns GRANT EXECUTE ON ROUTINES to public; -DROP FUNCTION testns.foo(); -CREATE FUNCTION testns.foo() RETURNS int AS 'select 1' LANGUAGE sql; -DROP AGGREGATE testns.agg1(int); -CREATE AGGREGATE testns.agg1(int) (sfunc = int4pl, stype = int4); -DROP PROCEDURE testns.bar(); -CREATE PROCEDURE testns.bar() AS 'select 1' LANGUAGE sql; -SELECT has_function_privilege('regress_priv_user2', 'testns.foo()', 'EXECUTE'); -- yes - has_function_privilege ------------------------- - t -(1 row) - -SELECT has_function_privilege('regress_priv_user2', 'testns.agg1(int)', 'EXECUTE'); -- yes - has_function_privilege ------------------------- - t -(1 row) - -SELECT has_function_privilege('regress_priv_user2', 'testns.bar()', 'EXECUTE'); -- yes (counts as function here) - has_function_privilege ------------------------- - t -(1 row) - -DROP FUNCTION testns.foo(); -DROP AGGREGATE testns.agg1(int); -DROP PROCEDURE testns.bar(); -ALTER DEFAULT PRIVILEGES FOR ROLE regress_priv_user1 REVOKE USAGE ON TYPES FROM public; -CREATE DOMAIN testns.priv_testdomain1 AS int; -SELECT has_type_privilege('regress_priv_user2', 'testns.priv_testdomain1', 'USAGE'); -- no - has_type_privilege --------------------- - f -(1 row) - -ALTER DEFAULT PRIVILEGES IN SCHEMA testns GRANT USAGE ON TYPES to public; -DROP DOMAIN testns.priv_testdomain1; -CREATE DOMAIN testns.priv_testdomain1 AS int; -SELECT has_type_privilege('regress_priv_user2', 'testns.priv_testdomain1', 'USAGE'); -- yes - has_type_privilege --------------------- - t -(1 row) - -DROP DOMAIN testns.priv_testdomain1; -RESET ROLE; -SELECT count(*) - FROM pg_default_acl d LEFT JOIN pg_namespace n ON defaclnamespace = n.oid - WHERE nspname = 'testns'; - count -------- - 3 -(1 row) - -DROP SCHEMA testns CASCADE; -NOTICE: drop cascades to table testns.acltest1 -DROP SCHEMA testns2 CASCADE; -DROP SCHEMA testns3 CASCADE; -DROP SCHEMA testns4 CASCADE; -DROP SCHEMA testns5 CASCADE; -SELECT d.* -- check that entries went away - FROM pg_default_acl d LEFT JOIN pg_namespace n ON defaclnamespace = n.oid - WHERE nspname IS NULL AND defaclnamespace != 0; - oid | defaclrole | defaclnamespace | defaclobjtype | defaclacl ------+------------+-----------------+---------------+----------- -(0 rows) - --- Grant on all objects of given type in a schema -\c - -CREATE SCHEMA testns; -CREATE TABLE testns.t1 (f1 int); -CREATE TABLE testns.t2 (f1 int); -SELECT has_table_privilege('regress_priv_user1', 'testns.t1', 'SELECT'); -- false - has_table_privilege ---------------------- - f -(1 row) - -GRANT ALL ON ALL TABLES IN SCHEMA testns TO regress_priv_user1; -SELECT has_table_privilege('regress_priv_user1', 'testns.t1', 'SELECT'); -- true - has_table_privilege ---------------------- - t -(1 row) - -SELECT has_table_privilege('regress_priv_user1', 'testns.t2', 'SELECT'); -- true - has_table_privilege ---------------------- - t -(1 row) - -REVOKE ALL ON ALL TABLES IN SCHEMA testns FROM regress_priv_user1; -SELECT has_table_privilege('regress_priv_user1', 'testns.t1', 'SELECT'); -- false - has_table_privilege ---------------------- - f -(1 row) - -SELECT has_table_privilege('regress_priv_user1', 'testns.t2', 'SELECT'); -- false - has_table_privilege ---------------------- - f -(1 row) - -CREATE FUNCTION testns.priv_testfunc(int) RETURNS int AS 'select 3 * $1;' LANGUAGE sql; -CREATE AGGREGATE testns.priv_testagg(int) (sfunc = int4pl, stype = int4); -CREATE PROCEDURE testns.priv_testproc(int) AS 'select 3' LANGUAGE sql; -SELECT has_function_privilege('regress_priv_user1', 'testns.priv_testfunc(int)', 'EXECUTE'); -- true by default - has_function_privilege ------------------------- - t -(1 row) - -SELECT has_function_privilege('regress_priv_user1', 'testns.priv_testagg(int)', 'EXECUTE'); -- true by default - has_function_privilege ------------------------- - t -(1 row) - -SELECT has_function_privilege('regress_priv_user1', 'testns.priv_testproc(int)', 'EXECUTE'); -- true by default - has_function_privilege ------------------------- - t -(1 row) - -REVOKE ALL ON ALL FUNCTIONS IN SCHEMA testns FROM PUBLIC; -SELECT has_function_privilege('regress_priv_user1', 'testns.priv_testfunc(int)', 'EXECUTE'); -- false - has_function_privilege ------------------------- - f -(1 row) - -SELECT has_function_privilege('regress_priv_user1', 'testns.priv_testagg(int)', 'EXECUTE'); -- false - has_function_privilege ------------------------- - f -(1 row) - -SELECT has_function_privilege('regress_priv_user1', 'testns.priv_testproc(int)', 'EXECUTE'); -- still true, not a function - has_function_privilege ------------------------- - t -(1 row) - -REVOKE ALL ON ALL PROCEDURES IN SCHEMA testns FROM PUBLIC; -SELECT has_function_privilege('regress_priv_user1', 'testns.priv_testproc(int)', 'EXECUTE'); -- now false - has_function_privilege ------------------------- - f -(1 row) - -GRANT ALL ON ALL ROUTINES IN SCHEMA testns TO PUBLIC; -SELECT has_function_privilege('regress_priv_user1', 'testns.priv_testfunc(int)', 'EXECUTE'); -- true - has_function_privilege ------------------------- - t -(1 row) - -SELECT has_function_privilege('regress_priv_user1', 'testns.priv_testagg(int)', 'EXECUTE'); -- true - has_function_privilege ------------------------- - t -(1 row) - -SELECT has_function_privilege('regress_priv_user1', 'testns.priv_testproc(int)', 'EXECUTE'); -- true - has_function_privilege ------------------------- - t -(1 row) - -DROP SCHEMA testns CASCADE; -NOTICE: drop cascades to 5 other objects -DETAIL: drop cascades to table testns.t1 -drop cascades to table testns.t2 -drop cascades to function testns.priv_testfunc(integer) -drop cascades to function testns.priv_testagg(integer) -drop cascades to function testns.priv_testproc(integer) --- Change owner of the schema & and rename of new schema owner -\c - -CREATE ROLE regress_schemauser1 superuser login; -CREATE ROLE regress_schemauser2 superuser login; -SET SESSION ROLE regress_schemauser1; -CREATE SCHEMA testns; -SELECT nspname, rolname FROM pg_namespace, pg_roles WHERE pg_namespace.nspname = 'testns' AND pg_namespace.nspowner = pg_roles.oid; - nspname | rolname ----------+--------------------- - testns | regress_schemauser1 -(1 row) - -ALTER SCHEMA testns OWNER TO regress_schemauser2; -ALTER ROLE regress_schemauser2 RENAME TO regress_schemauser_renamed; -SELECT nspname, rolname FROM pg_namespace, pg_roles WHERE pg_namespace.nspname = 'testns' AND pg_namespace.nspowner = pg_roles.oid; - nspname | rolname ----------+---------------------------- - testns | regress_schemauser_renamed -(1 row) - -set session role regress_schemauser_renamed; -DROP SCHEMA testns CASCADE; --- clean up -\c - -DROP ROLE regress_schemauser1; -DROP ROLE regress_schemauser_renamed; --- test that dependent privileges are revoked (or not) properly -\c - -set session role regress_priv_user1; -create table dep_priv_test (a int); -grant select on dep_priv_test to regress_priv_user2 with grant option; -grant select on dep_priv_test to regress_priv_user3 with grant option; -set session role regress_priv_user2; -grant select on dep_priv_test to regress_priv_user4 with grant option; -set session role regress_priv_user3; -grant select on dep_priv_test to regress_priv_user4 with grant option; -set session role regress_priv_user4; -grant select on dep_priv_test to regress_priv_user5; -\dp dep_priv_test - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------+---------------+-------+------------------------------------------------+-------------------+---------- - public | dep_priv_test | table | regress_priv_user1=arwdDxtm/regress_priv_user1+| | - | | | regress_priv_user2=r*/regress_priv_user1 +| | - | | | regress_priv_user3=r*/regress_priv_user1 +| | - | | | regress_priv_user4=r*/regress_priv_user2 +| | - | | | regress_priv_user4=r*/regress_priv_user3 +| | - | | | regress_priv_user5=r/regress_priv_user4 | | -(1 row) - -set session role regress_priv_user2; -revoke select on dep_priv_test from regress_priv_user4 cascade; -\dp dep_priv_test - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------+---------------+-------+------------------------------------------------+-------------------+---------- - public | dep_priv_test | table | regress_priv_user1=arwdDxtm/regress_priv_user1+| | - | | | regress_priv_user2=r*/regress_priv_user1 +| | - | | | regress_priv_user3=r*/regress_priv_user1 +| | - | | | regress_priv_user4=r*/regress_priv_user3 +| | - | | | regress_priv_user5=r/regress_priv_user4 | | -(1 row) - -set session role regress_priv_user3; -revoke select on dep_priv_test from regress_priv_user4 cascade; -\dp dep_priv_test - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------+---------------+-------+------------------------------------------------+-------------------+---------- - public | dep_priv_test | table | regress_priv_user1=arwdDxtm/regress_priv_user1+| | - | | | regress_priv_user2=r*/regress_priv_user1 +| | - | | | regress_priv_user3=r*/regress_priv_user1 | | -(1 row) - -set session role regress_priv_user1; -drop table dep_priv_test; --- clean up -\c -drop sequence x_seq; -DROP AGGREGATE priv_testagg1(int); -DROP FUNCTION priv_testfunc2(int); -DROP FUNCTION priv_testfunc4(boolean); -DROP PROCEDURE priv_testproc1(int); -DROP VIEW atestv0; -DROP VIEW atestv1; -DROP VIEW atestv2; --- this should cascade to drop atestv4 -DROP VIEW atestv3 CASCADE; -NOTICE: drop cascades to view atestv4 --- this should complain "does not exist" -DROP VIEW atestv4; -ERROR: view "atestv4" does not exist -DROP TABLE atest1; -DROP TABLE atest2; -DROP TABLE atest3; -DROP TABLE atest4; -DROP TABLE atest5; -DROP TABLE atest6; -DROP TABLE atestc; -DROP TABLE atestp1; -DROP TABLE atestp2; -SELECT lo_unlink(oid) FROM pg_largeobject_metadata WHERE oid >= 1000 AND oid < 3000 ORDER BY oid; - lo_unlink ------------ - 1 - 1 - 1 - 1 - 1 -(5 rows) - -DROP GROUP regress_priv_group1; -DROP GROUP regress_priv_group2; --- these are needed to clean up permissions -REVOKE USAGE ON LANGUAGE sql FROM regress_priv_user1; -DROP OWNED BY regress_priv_user1; -DROP USER regress_priv_user1; -DROP USER regress_priv_user2; -DROP USER regress_priv_user3; -DROP USER regress_priv_user4; -DROP USER regress_priv_user5; -DROP USER regress_priv_user6; -DROP USER regress_priv_user7; -DROP USER regress_priv_user8; -- does not exist -ERROR: role "regress_priv_user8" does not exist --- permissions with LOCK TABLE -CREATE USER regress_locktable_user; -CREATE TABLE lock_table (a int); --- LOCK TABLE and SELECT permission -GRANT SELECT ON lock_table TO regress_locktable_user; -SET SESSION AUTHORIZATION regress_locktable_user; -BEGIN; -LOCK TABLE lock_table IN ACCESS SHARE MODE; -- should pass -COMMIT; -BEGIN; -LOCK TABLE lock_table IN ROW EXCLUSIVE MODE; -- should fail -ERROR: permission denied for table lock_table -ROLLBACK; -BEGIN; -LOCK TABLE lock_table IN ACCESS EXCLUSIVE MODE; -- should fail -ERROR: permission denied for table lock_table -ROLLBACK; -\c -REVOKE SELECT ON lock_table FROM regress_locktable_user; --- LOCK TABLE and INSERT permission -GRANT INSERT ON lock_table TO regress_locktable_user; -SET SESSION AUTHORIZATION regress_locktable_user; -BEGIN; -LOCK TABLE lock_table IN ACCESS SHARE MODE; -- should pass -ROLLBACK; -BEGIN; -LOCK TABLE lock_table IN ROW EXCLUSIVE MODE; -- should pass -COMMIT; -BEGIN; -LOCK TABLE lock_table IN ACCESS EXCLUSIVE MODE; -- should fail -ERROR: permission denied for table lock_table -ROLLBACK; -\c -REVOKE INSERT ON lock_table FROM regress_locktable_user; --- LOCK TABLE and UPDATE permission -GRANT UPDATE ON lock_table TO regress_locktable_user; -SET SESSION AUTHORIZATION regress_locktable_user; -BEGIN; -LOCK TABLE lock_table IN ACCESS SHARE MODE; -- should pass -ROLLBACK; -BEGIN; -LOCK TABLE lock_table IN ROW EXCLUSIVE MODE; -- should pass -COMMIT; -BEGIN; -LOCK TABLE lock_table IN ACCESS EXCLUSIVE MODE; -- should pass -COMMIT; -\c -REVOKE UPDATE ON lock_table FROM regress_locktable_user; --- LOCK TABLE and DELETE permission -GRANT DELETE ON lock_table TO regress_locktable_user; -SET SESSION AUTHORIZATION regress_locktable_user; -BEGIN; -LOCK TABLE lock_table IN ACCESS SHARE MODE; -- should pass -ROLLBACK; -BEGIN; -LOCK TABLE lock_table IN ROW EXCLUSIVE MODE; -- should pass -COMMIT; -BEGIN; -LOCK TABLE lock_table IN ACCESS EXCLUSIVE MODE; -- should pass -COMMIT; -\c -REVOKE DELETE ON lock_table FROM regress_locktable_user; --- LOCK TABLE and TRUNCATE permission -GRANT TRUNCATE ON lock_table TO regress_locktable_user; -SET SESSION AUTHORIZATION regress_locktable_user; -BEGIN; -LOCK TABLE lock_table IN ACCESS SHARE MODE; -- should pass -ROLLBACK; -BEGIN; -LOCK TABLE lock_table IN ROW EXCLUSIVE MODE; -- should pass -COMMIT; -BEGIN; -LOCK TABLE lock_table IN ACCESS EXCLUSIVE MODE; -- should pass -COMMIT; -\c -REVOKE TRUNCATE ON lock_table FROM regress_locktable_user; --- LOCK TABLE and MAINTAIN permission -GRANT MAINTAIN ON lock_table TO regress_locktable_user; -SET SESSION AUTHORIZATION regress_locktable_user; -BEGIN; -LOCK TABLE lock_table IN ACCESS SHARE MODE; -- should pass -ROLLBACK; -BEGIN; -LOCK TABLE lock_table IN ROW EXCLUSIVE MODE; -- should pass -COMMIT; -BEGIN; -LOCK TABLE lock_table IN ACCESS EXCLUSIVE MODE; -- should pass -COMMIT; -\c -REVOKE MAINTAIN ON lock_table FROM regress_locktable_user; --- clean up -DROP TABLE lock_table; -DROP USER regress_locktable_user; --- test to check privileges of system views pg_shmem_allocations, --- pg_shmem_allocations_numa and pg_backend_memory_contexts. --- switch to superuser -\c - -CREATE ROLE regress_readallstats; -SELECT has_table_privilege('regress_readallstats','pg_aios','SELECT'); -- no - has_table_privilege ---------------------- - f -(1 row) - -SELECT has_table_privilege('regress_readallstats','pg_backend_memory_contexts','SELECT'); -- no - has_table_privilege ---------------------- - f -(1 row) - -SELECT has_table_privilege('regress_readallstats','pg_shmem_allocations','SELECT'); -- no - has_table_privilege ---------------------- - f -(1 row) - -SELECT has_table_privilege('regress_readallstats','pg_shmem_allocations_numa','SELECT'); -- no - has_table_privilege ---------------------- - f -(1 row) - -GRANT pg_read_all_stats TO regress_readallstats; -SELECT has_table_privilege('regress_readallstats','pg_aios','SELECT'); -- yes - has_table_privilege ---------------------- - t -(1 row) - -SELECT has_table_privilege('regress_readallstats','pg_backend_memory_contexts','SELECT'); -- yes - has_table_privilege ---------------------- - t -(1 row) - -SELECT has_table_privilege('regress_readallstats','pg_shmem_allocations','SELECT'); -- yes - has_table_privilege ---------------------- - t -(1 row) - -SELECT has_table_privilege('regress_readallstats','pg_shmem_allocations_numa','SELECT'); -- yes - has_table_privilege ---------------------- - t -(1 row) - --- run query to ensure that functions within views can be executed -SET ROLE regress_readallstats; -SELECT COUNT(*) >= 0 AS ok FROM pg_aios; - ok ----- - t -(1 row) - -SELECT COUNT(*) >= 0 AS ok FROM pg_backend_memory_contexts; - ok ----- - t -(1 row) - -SELECT COUNT(*) >= 0 AS ok FROM pg_shmem_allocations; - ok ----- - t -(1 row) - -RESET ROLE; --- clean up -DROP ROLE regress_readallstats; --- test role grantor machinery -CREATE ROLE regress_group; -CREATE ROLE regress_group_direct_manager; -CREATE ROLE regress_group_indirect_manager; -CREATE ROLE regress_group_member; -GRANT regress_group TO regress_group_direct_manager WITH INHERIT FALSE, ADMIN TRUE; -GRANT regress_group_direct_manager TO regress_group_indirect_manager; -SET SESSION AUTHORIZATION regress_group_direct_manager; -GRANT regress_group TO regress_group_member; -SELECT member::regrole::text, CASE WHEN grantor = 10 THEN 'BOOTSTRAP SUPERUSER' ELSE grantor::regrole::text END FROM pg_auth_members WHERE roleid = 'regress_group'::regrole ORDER BY 1, 2; - member | grantor -------------------------------+------------------------------ - regress_group_direct_manager | BOOTSTRAP SUPERUSER - regress_group_member | regress_group_direct_manager -(2 rows) - -REVOKE regress_group FROM regress_group_member; -SET SESSION AUTHORIZATION regress_group_indirect_manager; -GRANT regress_group TO regress_group_member; -SELECT member::regrole::text, CASE WHEN grantor = 10 THEN 'BOOTSTRAP SUPERUSER' ELSE grantor::regrole::text END FROM pg_auth_members WHERE roleid = 'regress_group'::regrole ORDER BY 1, 2; - member | grantor -------------------------------+------------------------------ - regress_group_direct_manager | BOOTSTRAP SUPERUSER - regress_group_member | regress_group_direct_manager -(2 rows) - -REVOKE regress_group FROM regress_group_member; -RESET SESSION AUTHORIZATION; -DROP ROLE regress_group; -DROP ROLE regress_group_direct_manager; -DROP ROLE regress_group_indirect_manager; -DROP ROLE regress_group_member; --- test SET and INHERIT options with object ownership changes -CREATE ROLE regress_roleoption_protagonist; -CREATE ROLE regress_roleoption_donor; -CREATE ROLE regress_roleoption_recipient; -CREATE SCHEMA regress_roleoption; -GRANT CREATE, USAGE ON SCHEMA regress_roleoption TO PUBLIC; -GRANT regress_roleoption_donor TO regress_roleoption_protagonist WITH INHERIT TRUE, SET FALSE; -GRANT regress_roleoption_recipient TO regress_roleoption_protagonist WITH INHERIT FALSE, SET TRUE; -SET SESSION AUTHORIZATION regress_roleoption_protagonist; -CREATE TABLE regress_roleoption.t1 (a int); -CREATE TABLE regress_roleoption.t2 (a int); -SET SESSION AUTHORIZATION regress_roleoption_donor; -CREATE TABLE regress_roleoption.t3 (a int); -SET SESSION AUTHORIZATION regress_roleoption_recipient; -CREATE TABLE regress_roleoption.t4 (a int); -SET SESSION AUTHORIZATION regress_roleoption_protagonist; -ALTER TABLE regress_roleoption.t1 OWNER TO regress_roleoption_donor; -- fails, can't be come donor -ERROR: must be able to SET ROLE "regress_roleoption_donor" -ALTER TABLE regress_roleoption.t2 OWNER TO regress_roleoption_recipient; -- works -ALTER TABLE regress_roleoption.t3 OWNER TO regress_roleoption_protagonist; -- works -ALTER TABLE regress_roleoption.t4 OWNER TO regress_roleoption_protagonist; -- fails, we don't inherit from recipient -ERROR: must be owner of table t4 -RESET SESSION AUTHORIZATION; -DROP TABLE regress_roleoption.t1; -DROP TABLE regress_roleoption.t2; -DROP TABLE regress_roleoption.t3; -DROP TABLE regress_roleoption.t4; -DROP SCHEMA regress_roleoption; -DROP ROLE regress_roleoption_protagonist; -DROP ROLE regress_roleoption_donor; -DROP ROLE regress_roleoption_recipient; --- MAINTAIN -CREATE ROLE regress_no_maintain; -CREATE ROLE regress_maintain; -CREATE ROLE regress_maintain_all IN ROLE pg_maintain; -CREATE TABLE maintain_test (a INT); -CREATE INDEX ON maintain_test (a); -GRANT MAINTAIN ON maintain_test TO regress_maintain; -CREATE MATERIALIZED VIEW refresh_test AS SELECT 1; -GRANT MAINTAIN ON refresh_test TO regress_maintain; -CREATE SCHEMA reindex_test; --- negative tests; should fail -SET ROLE regress_no_maintain; -VACUUM maintain_test; -WARNING: permission denied to vacuum "maintain_test", skipping it -ANALYZE maintain_test; -WARNING: permission denied to analyze "maintain_test", skipping it -VACUUM (ANALYZE) maintain_test; -WARNING: permission denied to vacuum "maintain_test", skipping it -CLUSTER maintain_test USING maintain_test_a_idx; -ERROR: permission denied for table maintain_test -REFRESH MATERIALIZED VIEW refresh_test; -ERROR: permission denied for materialized view refresh_test -REINDEX TABLE maintain_test; -ERROR: permission denied for table maintain_test -REINDEX INDEX maintain_test_a_idx; -ERROR: permission denied for index maintain_test_a_idx -REINDEX SCHEMA reindex_test; -ERROR: must be owner of schema reindex_test -RESET ROLE; -SET ROLE regress_maintain; -VACUUM maintain_test; -ANALYZE maintain_test; -VACUUM (ANALYZE) maintain_test; -CLUSTER maintain_test USING maintain_test_a_idx; -REFRESH MATERIALIZED VIEW refresh_test; -REINDEX TABLE maintain_test; -REINDEX INDEX maintain_test_a_idx; -REINDEX SCHEMA reindex_test; -ERROR: must be owner of schema reindex_test -RESET ROLE; -SET ROLE regress_maintain_all; -VACUUM maintain_test; -ANALYZE maintain_test; -VACUUM (ANALYZE) maintain_test; -CLUSTER maintain_test USING maintain_test_a_idx; -REFRESH MATERIALIZED VIEW refresh_test; -REINDEX TABLE maintain_test; -REINDEX INDEX maintain_test_a_idx; -REINDEX SCHEMA reindex_test; -RESET ROLE; -DROP TABLE maintain_test; -DROP MATERIALIZED VIEW refresh_test; -DROP SCHEMA reindex_test; -DROP ROLE regress_no_maintain; -DROP ROLE regress_maintain; -DROP ROLE regress_maintain_all; --- grantor selection -CREATE ROLE regress_grantor1; -CREATE ROLE regress_grantor2 ROLE regress_grantor1; -CREATE ROLE regress_grantor3; -CREATE TABLE grantor_test1 (); -CREATE TABLE grantor_test2 (); -CREATE TABLE grantor_test3 (); -GRANT SELECT ON grantor_test2 TO regress_grantor1 WITH GRANT OPTION; -GRANT SELECT, UPDATE ON grantor_test3 TO regress_grantor2 WITH GRANT OPTION; -SET ROLE regress_grantor1; -GRANT SELECT, UPDATE ON grantor_test1 TO regress_grantor3; -ERROR: permission denied for table grantor_test1 -GRANT SELECT, UPDATE ON grantor_test2 TO regress_grantor3; -WARNING: not all privileges were granted for "grantor_test2" -GRANT SELECT, UPDATE ON grantor_test3 TO regress_grantor3; -RESET ROLE; -SELECT * FROM information_schema.table_privileges t - WHERE grantor LIKE 'regress_grantor%' ORDER BY ROW(t.*); - grantor | grantee | table_catalog | table_schema | table_name | privilege_type | is_grantable | with_hierarchy -------------------+------------------+---------------+--------------+---------------+----------------+--------------+---------------- - regress_grantor1 | regress_grantor3 | regression | public | grantor_test2 | SELECT | NO | YES - regress_grantor2 | regress_grantor3 | regression | public | grantor_test3 | SELECT | NO | YES - regress_grantor2 | regress_grantor3 | regression | public | grantor_test3 | UPDATE | NO | NO -(3 rows) - -DROP TABLE grantor_test1, grantor_test2, grantor_test3; -DROP ROLE regress_grantor1, regress_grantor2, regress_grantor3; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/init_privs.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/init_privs.out --- /tmp/cirrus-ci-build/src/test/regress/expected/init_privs.out 2025-05-11 19:30:18.957830000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/init_privs.out 2025-05-11 19:32:42.103688000 +0000 @@ -1,12 +1,2 @@ --- Test initial privileges --- There should always be some initial privileges, set up by initdb -SELECT count(*) > 0 FROM pg_init_privs; - ?column? ----------- - t -(1 row) - --- Intentionally include some non-initial privs for pg_dump to dump out -GRANT SELECT ON pg_proc TO CURRENT_USER; -GRANT SELECT (prosrc) ON pg_proc TO CURRENT_USER; -GRANT SELECT (rolname, rolsuper) ON pg_authid TO CURRENT_USER; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/security_label.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/security_label.out --- /tmp/cirrus-ci-build/src/test/regress/expected/security_label.out 2025-05-11 19:30:18.994991000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/security_label.out 2025-05-11 19:32:42.109326000 +0000 @@ -1,44 +1,2 @@ --- --- Test for facilities of security label --- --- initial setups -SET client_min_messages TO 'warning'; -DROP ROLE IF EXISTS regress_seclabel_user1; -DROP ROLE IF EXISTS regress_seclabel_user2; -RESET client_min_messages; -CREATE USER regress_seclabel_user1 WITH CREATEROLE; -CREATE USER regress_seclabel_user2; -CREATE TABLE seclabel_tbl1 (a int, b text); -CREATE TABLE seclabel_tbl2 (x int, y text); -CREATE VIEW seclabel_view1 AS SELECT * FROM seclabel_tbl2; -CREATE FUNCTION seclabel_four() RETURNS integer AS $$SELECT 4$$ language sql; -CREATE DOMAIN seclabel_domain AS text; -ALTER TABLE seclabel_tbl1 OWNER TO regress_seclabel_user1; -ALTER TABLE seclabel_tbl2 OWNER TO regress_seclabel_user2; --- --- Test of SECURITY LABEL statement without a plugin --- -SECURITY LABEL ON TABLE seclabel_tbl1 IS 'classified'; -- fail -ERROR: no security label providers have been loaded -SECURITY LABEL FOR 'dummy' ON TABLE seclabel_tbl1 IS 'classified'; -- fail -ERROR: security label provider "dummy" is not loaded -SECURITY LABEL ON TABLE seclabel_tbl1 IS '...invalid label...'; -- fail -ERROR: no security label providers have been loaded -SECURITY LABEL ON TABLE seclabel_tbl3 IS 'unclassified'; -- fail -ERROR: no security label providers have been loaded -SECURITY LABEL ON ROLE regress_seclabel_user1 IS 'classified'; -- fail -ERROR: no security label providers have been loaded -SECURITY LABEL FOR 'dummy' ON ROLE regress_seclabel_user1 IS 'classified'; -- fail -ERROR: security label provider "dummy" is not loaded -SECURITY LABEL ON ROLE regress_seclabel_user1 IS '...invalid label...'; -- fail -ERROR: no security label providers have been loaded -SECURITY LABEL ON ROLE regress_seclabel_user3 IS 'unclassified'; -- fail -ERROR: no security label providers have been loaded --- clean up objects -DROP FUNCTION seclabel_four(); -DROP DOMAIN seclabel_domain; -DROP VIEW seclabel_view1; -DROP TABLE seclabel_tbl1; -DROP TABLE seclabel_tbl2; -DROP USER regress_seclabel_user1; -DROP USER regress_seclabel_user2; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.out --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.out 2025-05-11 19:30:18.933642000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.out 2025-05-11 19:32:42.097395000 +0000 @@ -1,795 +1,2 @@ -/* - * This test is intended to pass on all platforms supported by Postgres. - * We can therefore only assume that the default, C, and POSIX collations - * are available --- and since the regression tests are often run in a - * C-locale database, these may well all have the same behavior. But - * fortunately, the system doesn't know that and will treat them as - * incompatible collations. It is therefore at least possible to test - * parser behaviors such as collation conflict resolution. This test will, - * however, be more revealing when run in a database with non-C locale, - * since any departure from C sorting behavior will show as a failure. - */ -CREATE SCHEMA collate_tests; -SET search_path = collate_tests; -CREATE TABLE collate_test1 ( - a int, - b text COLLATE "C" NOT NULL -); -\d collate_test1 - Table "collate_tests.collate_test1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | text | C | not null | - -CREATE TABLE collate_test_fail ( - a int COLLATE "C", - b text -); -ERROR: collations are not supported by type integer -LINE 2: a int COLLATE "C", - ^ -CREATE TABLE collate_test_like ( - LIKE collate_test1 -); -\d collate_test_like - Table "collate_tests.collate_test_like" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | text | C | not null | - -CREATE TABLE collate_test2 ( - a int, - b text COLLATE "POSIX" -); -INSERT INTO collate_test1 VALUES (1, 'abc'), (2, 'Abc'), (3, 'bbc'), (4, 'ABD'); -INSERT INTO collate_test2 SELECT * FROM collate_test1; -SELECT * FROM collate_test1 WHERE b COLLATE "C" >= 'abc'; - a | b ----+----- - 1 | abc - 3 | bbc -(2 rows) - -SELECT * FROM collate_test1 WHERE b >= 'abc' COLLATE "C"; - a | b ----+----- - 1 | abc - 3 | bbc -(2 rows) - -SELECT * FROM collate_test1 WHERE b COLLATE "C" >= 'abc' COLLATE "C"; - a | b ----+----- - 1 | abc - 3 | bbc -(2 rows) - -SELECT * FROM collate_test1 WHERE b COLLATE "C" >= 'bbc' COLLATE "POSIX"; -- fail -ERROR: collation mismatch between explicit collations "C" and "POSIX" -LINE 1: ...* FROM collate_test1 WHERE b COLLATE "C" >= 'bbc' COLLATE "P... - ^ -CREATE DOMAIN testdomain_p AS text COLLATE "POSIX"; -CREATE DOMAIN testdomain_i AS int COLLATE "POSIX"; -- fail -ERROR: collations are not supported by type integer -LINE 1: CREATE DOMAIN testdomain_i AS int COLLATE "POSIX"; - ^ -CREATE TABLE collate_test4 ( - a int, - b testdomain_p -); -INSERT INTO collate_test4 SELECT * FROM collate_test1; -SELECT a, b FROM collate_test4 ORDER BY b; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -CREATE TABLE collate_test5 ( - a int, - b testdomain_p COLLATE "C" -); -INSERT INTO collate_test5 SELECT * FROM collate_test1; -SELECT a, b FROM collate_test5 ORDER BY b; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, b FROM collate_test1 ORDER BY b; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, b FROM collate_test2 ORDER BY b; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, b FROM collate_test1 ORDER BY b COLLATE "C"; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - --- star expansion -SELECT * FROM collate_test1 ORDER BY b; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT * FROM collate_test2 ORDER BY b; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - --- constant expression folding -SELECT 'bbc' COLLATE "C" > 'Abc' COLLATE "C" AS "true"; - true ------- - t -(1 row) - -SELECT 'bbc' COLLATE "POSIX" < 'Abc' COLLATE "POSIX" AS "false"; - false -------- - f -(1 row) - --- upper/lower -CREATE TABLE collate_test10 ( - a int, - x text COLLATE "C", - y text COLLATE "POSIX" -); -INSERT INTO collate_test10 VALUES (1, 'hij', 'hij'), (2, 'HIJ', 'HIJ'); -SELECT a, lower(x), lower(y), upper(x), upper(y), initcap(x), initcap(y) FROM collate_test10; - a | lower | lower | upper | upper | initcap | initcap ----+-------+-------+-------+-------+---------+--------- - 1 | hij | hij | HIJ | HIJ | Hij | Hij - 2 | hij | hij | HIJ | HIJ | Hij | Hij -(2 rows) - -SELECT a, lower(x COLLATE "C"), lower(y COLLATE "C") FROM collate_test10; - a | lower | lower ----+-------+------- - 1 | hij | hij - 2 | hij | hij -(2 rows) - -SELECT a, x, y FROM collate_test10 ORDER BY lower(y), a; - a | x | y ----+-----+----- - 1 | hij | hij - 2 | HIJ | HIJ -(2 rows) - --- backwards parsing -CREATE VIEW collview1 AS SELECT * FROM collate_test1 WHERE b COLLATE "C" >= 'bbc'; -CREATE VIEW collview2 AS SELECT a, b FROM collate_test1 ORDER BY b COLLATE "C"; -CREATE VIEW collview3 AS SELECT a, lower((x || x) COLLATE "POSIX") FROM collate_test10; -SELECT table_name, view_definition FROM information_schema.views - WHERE table_name LIKE 'collview%' ORDER BY 1; - table_name | view_definition -------------+------------------------------------------------ - collview1 | SELECT a, + - | b + - | FROM collate_test1 + - | WHERE ((b COLLATE "C") >= 'bbc'::text); - collview2 | SELECT a, + - | b + - | FROM collate_test1 + - | ORDER BY (b COLLATE "C"); - collview3 | SELECT a, + - | lower(((x || x) COLLATE "POSIX")) AS lower+ - | FROM collate_test10; -(3 rows) - --- collation propagation in various expression types -SELECT a, coalesce(b, 'foo') FROM collate_test1 ORDER BY 2; - a | coalesce ----+---------- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, coalesce(b, 'foo') FROM collate_test2 ORDER BY 2; - a | coalesce ----+---------- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, lower(coalesce(x, 'foo')), lower(coalesce(y, 'foo')) FROM collate_test10; - a | lower | lower ----+-------+------- - 1 | hij | hij - 2 | hij | hij -(2 rows) - -SELECT a, b, greatest(b, 'CCC') FROM collate_test1 ORDER BY 3; - a | b | greatest ----+-----+---------- - 2 | Abc | CCC - 4 | ABD | CCC - 1 | abc | abc - 3 | bbc | bbc -(4 rows) - -SELECT a, b, greatest(b, 'CCC') FROM collate_test2 ORDER BY 3; - a | b | greatest ----+-----+---------- - 2 | Abc | CCC - 4 | ABD | CCC - 1 | abc | abc - 3 | bbc | bbc -(4 rows) - -SELECT a, x, y, lower(greatest(x, 'foo')), lower(greatest(y, 'foo')) FROM collate_test10; - a | x | y | lower | lower ----+-----+-----+-------+------- - 1 | hij | hij | hij | hij - 2 | HIJ | HIJ | foo | foo -(2 rows) - -SELECT a, nullif(b, 'abc') FROM collate_test1 ORDER BY 2; - a | nullif ----+-------- - 4 | ABD - 2 | Abc - 3 | bbc - 1 | -(4 rows) - -SELECT a, nullif(b, 'abc') FROM collate_test2 ORDER BY 2; - a | nullif ----+-------- - 4 | ABD - 2 | Abc - 3 | bbc - 1 | -(4 rows) - -SELECT a, lower(nullif(x, 'foo')), lower(nullif(y, 'foo')) FROM collate_test10; - a | lower | lower ----+-------+------- - 1 | hij | hij - 2 | hij | hij -(2 rows) - -SELECT a, CASE b WHEN 'abc' THEN 'abcd' ELSE b END FROM collate_test1 ORDER BY 2; - a | b ----+------ - 4 | ABD - 2 | Abc - 1 | abcd - 3 | bbc -(4 rows) - -SELECT a, CASE b WHEN 'abc' THEN 'abcd' ELSE b END FROM collate_test2 ORDER BY 2; - a | b ----+------ - 4 | ABD - 2 | Abc - 1 | abcd - 3 | bbc -(4 rows) - -CREATE DOMAIN testdomain AS text; -SELECT a, b::testdomain FROM collate_test1 ORDER BY 2; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, b::testdomain FROM collate_test2 ORDER BY 2; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, b::testdomain_p FROM collate_test2 ORDER BY 2; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, lower(x::testdomain), lower(y::testdomain) FROM collate_test10; - a | lower | lower ----+-------+------- - 1 | hij | hij - 2 | hij | hij -(2 rows) - -SELECT min(b), max(b) FROM collate_test1; - min | max ------+----- - ABD | bbc -(1 row) - -SELECT min(b), max(b) FROM collate_test2; - min | max ------+----- - ABD | bbc -(1 row) - -SELECT array_agg(b ORDER BY b) FROM collate_test1; - array_agg -------------------- - {ABD,Abc,abc,bbc} -(1 row) - -SELECT array_agg(b ORDER BY b) FROM collate_test2; - array_agg -------------------- - {ABD,Abc,abc,bbc} -(1 row) - --- In aggregates, ORDER BY expressions don't affect aggregate's collation -SELECT string_agg(x COLLATE "C", y COLLATE "POSIX") FROM collate_test10; -- fail -ERROR: collation mismatch between explicit collations "C" and "POSIX" -LINE 1: SELECT string_agg(x COLLATE "C", y COLLATE "POSIX") FROM col... - ^ -SELECT array_agg(x COLLATE "C" ORDER BY y COLLATE "POSIX") FROM collate_test10; - array_agg ------------ - {HIJ,hij} -(1 row) - -SELECT array_agg(a ORDER BY x COLLATE "C", y COLLATE "POSIX") FROM collate_test10; - array_agg ------------ - {2,1} -(1 row) - -SELECT array_agg(a ORDER BY x||y) FROM collate_test10; -- fail -ERROR: collation mismatch between implicit collations "C" and "POSIX" -LINE 1: SELECT array_agg(a ORDER BY x||y) FROM collate_test10; - ^ -HINT: You can choose the collation by applying the COLLATE clause to one or both expressions. -SELECT a, b FROM collate_test1 UNION ALL SELECT a, b FROM collate_test1 ORDER BY 2; - a | b ----+----- - 4 | ABD - 4 | ABD - 2 | Abc - 2 | Abc - 1 | abc - 1 | abc - 3 | bbc - 3 | bbc -(8 rows) - -SELECT a, b FROM collate_test2 UNION SELECT a, b FROM collate_test2 ORDER BY 2; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, b FROM collate_test2 WHERE a < 4 INTERSECT SELECT a, b FROM collate_test2 WHERE a > 1 ORDER BY 2; - a | b ----+----- - 2 | Abc - 3 | bbc -(2 rows) - -SELECT a, b FROM collate_test2 EXCEPT SELECT a, b FROM collate_test2 WHERE a < 2 ORDER BY 2; - a | b ----+----- - 4 | ABD - 2 | Abc - 3 | bbc -(3 rows) - -SELECT a, b FROM collate_test1 UNION ALL SELECT a, b FROM collate_test2 ORDER BY 2; -- fail -ERROR: could not determine which collation to use for string comparison -HINT: Use the COLLATE clause to set the collation explicitly. -SELECT a, b FROM collate_test1 UNION ALL SELECT a, b FROM collate_test2; -- ok - a | b ----+----- - 1 | abc - 2 | Abc - 3 | bbc - 4 | ABD - 1 | abc - 2 | Abc - 3 | bbc - 4 | ABD -(8 rows) - -SELECT a, b FROM collate_test1 UNION SELECT a, b FROM collate_test2 ORDER BY 2; -- fail -ERROR: collation mismatch between implicit collations "C" and "POSIX" -LINE 1: SELECT a, b FROM collate_test1 UNION SELECT a, b FROM collat... - ^ -HINT: You can choose the collation by applying the COLLATE clause to one or both expressions. -SELECT a, b COLLATE "C" FROM collate_test1 UNION SELECT a, b FROM collate_test2 ORDER BY 2; -- ok - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, b FROM collate_test1 INTERSECT SELECT a, b FROM collate_test2 ORDER BY 2; -- fail -ERROR: collation mismatch between implicit collations "C" and "POSIX" -LINE 1: ...ELECT a, b FROM collate_test1 INTERSECT SELECT a, b FROM col... - ^ -HINT: You can choose the collation by applying the COLLATE clause to one or both expressions. -SELECT a, b FROM collate_test1 EXCEPT SELECT a, b FROM collate_test2 ORDER BY 2; -- fail -ERROR: collation mismatch between implicit collations "C" and "POSIX" -LINE 1: SELECT a, b FROM collate_test1 EXCEPT SELECT a, b FROM colla... - ^ -HINT: You can choose the collation by applying the COLLATE clause to one or both expressions. -CREATE TABLE test_u AS SELECT a, b FROM collate_test1 UNION ALL SELECT a, b FROM collate_test2; -- fail -ERROR: no collation was derived for column "b" with collatable type text -HINT: Use the COLLATE clause to set the collation explicitly. --- ideally this would be a parse-time error, but for now it must be run-time: -select x < y from collate_test10; -- fail -ERROR: could not determine which collation to use for string comparison -HINT: Use the COLLATE clause to set the collation explicitly. -select x || y from collate_test10; -- ok, because || is not collation aware - ?column? ----------- - hijhij - HIJHIJ -(2 rows) - -select x, y from collate_test10 order by x || y; -- not so ok -ERROR: collation mismatch between implicit collations "C" and "POSIX" -LINE 1: select x, y from collate_test10 order by x || y; - ^ -HINT: You can choose the collation by applying the COLLATE clause to one or both expressions. --- collation mismatch between recursive and non-recursive term -WITH RECURSIVE foo(x) AS - (SELECT x FROM (VALUES('a' COLLATE "C"),('b')) t(x) - UNION ALL - SELECT (x || 'c') COLLATE "POSIX" FROM foo WHERE length(x) < 10) -SELECT * FROM foo; -ERROR: recursive query "foo" column 1 has collation "C" in non-recursive term but collation "POSIX" overall -LINE 2: (SELECT x FROM (VALUES('a' COLLATE "C"),('b')) t(x) - ^ -HINT: Use the COLLATE clause to set the collation of the non-recursive term. -SELECT a, b, a < b as lt FROM - (VALUES ('a', 'B'), ('A', 'b' COLLATE "C")) v(a,b); - a | b | lt ----+---+---- - a | B | f - A | b | t -(2 rows) - --- collation mismatch in subselects -SELECT * FROM collate_test10 WHERE (x, y) NOT IN (SELECT y, x FROM collate_test10); -ERROR: could not determine which collation to use for string hashing -HINT: Use the COLLATE clause to set the collation explicitly. --- now it works with overrides -SELECT * FROM collate_test10 WHERE (x COLLATE "POSIX", y COLLATE "C") NOT IN (SELECT y, x FROM collate_test10); - a | x | y ----+---+--- -(0 rows) - -SELECT * FROM collate_test10 WHERE (x, y) NOT IN (SELECT y COLLATE "C", x COLLATE "POSIX" FROM collate_test10); - a | x | y ----+---+--- -(0 rows) - --- casting -SELECT CAST('42' AS text COLLATE "C"); -ERROR: syntax error at or near "COLLATE" -LINE 1: SELECT CAST('42' AS text COLLATE "C"); - ^ -SELECT a, CAST(b AS varchar) FROM collate_test1 ORDER BY 2; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, CAST(b AS varchar) FROM collate_test2 ORDER BY 2; - a | b ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - --- result of a SQL function -CREATE FUNCTION vc (text) RETURNS text LANGUAGE sql - AS 'select $1::varchar'; -SELECT a, b FROM collate_test1 ORDER BY a, vc(b); - a | b ----+----- - 1 | abc - 2 | Abc - 3 | bbc - 4 | ABD -(4 rows) - --- polymorphism -SELECT * FROM unnest((SELECT array_agg(b ORDER BY b) FROM collate_test1)) ORDER BY 1; - unnest --------- - ABD - Abc - abc - bbc -(4 rows) - -SELECT * FROM unnest((SELECT array_agg(b ORDER BY b) FROM collate_test2)) ORDER BY 1; - unnest --------- - ABD - Abc - abc - bbc -(4 rows) - -CREATE FUNCTION dup (anyelement) RETURNS anyelement - AS 'select $1' LANGUAGE sql; -SELECT a, dup(b) FROM collate_test1 ORDER BY 2; - a | dup ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - -SELECT a, dup(b) FROM collate_test2 ORDER BY 2; - a | dup ----+----- - 4 | ABD - 2 | Abc - 1 | abc - 3 | bbc -(4 rows) - --- indexes -CREATE INDEX collate_test1_idx1 ON collate_test1 (b); -CREATE INDEX collate_test1_idx2 ON collate_test1 (b COLLATE "POSIX"); -CREATE INDEX collate_test1_idx3 ON collate_test1 ((b COLLATE "POSIX")); -- this is different grammatically -CREATE INDEX collate_test1_idx4 ON collate_test1 (((b||'foo') COLLATE "POSIX")); -CREATE INDEX collate_test1_idx5 ON collate_test1 (a COLLATE "POSIX"); -- fail -ERROR: collations are not supported by type integer -CREATE INDEX collate_test1_idx6 ON collate_test1 ((a COLLATE "POSIX")); -- fail -ERROR: collations are not supported by type integer -LINE 1: ...ATE INDEX collate_test1_idx6 ON collate_test1 ((a COLLATE "P... - ^ -SELECT relname, pg_get_indexdef(oid) FROM pg_class WHERE relname LIKE 'collate_test%_idx%' ORDER BY 1; - relname | pg_get_indexdef ---------------------+------------------------------------------------------------------------------------------------------------------- - collate_test1_idx1 | CREATE INDEX collate_test1_idx1 ON collate_tests.collate_test1 USING btree (b) - collate_test1_idx2 | CREATE INDEX collate_test1_idx2 ON collate_tests.collate_test1 USING btree (b COLLATE "POSIX") - collate_test1_idx3 | CREATE INDEX collate_test1_idx3 ON collate_tests.collate_test1 USING btree (b COLLATE "POSIX") - collate_test1_idx4 | CREATE INDEX collate_test1_idx4 ON collate_tests.collate_test1 USING btree (((b || 'foo'::text)) COLLATE "POSIX") -(4 rows) - --- foreign keys --- force indexes and mergejoins to be used for FK checking queries, --- else they might not exercise collation-dependent operators -SET enable_seqscan TO 0; -SET enable_hashjoin TO 0; -SET enable_nestloop TO 0; -CREATE TABLE collate_test20 (f1 text COLLATE "C" PRIMARY KEY); -INSERT INTO collate_test20 VALUES ('foo'), ('bar'); -CREATE TABLE collate_test21 (f2 text COLLATE "POSIX" REFERENCES collate_test20); -INSERT INTO collate_test21 VALUES ('foo'), ('bar'); -INSERT INTO collate_test21 VALUES ('baz'); -- fail -ERROR: insert or update on table "collate_test21" violates foreign key constraint "collate_test21_f2_fkey" -DETAIL: Key (f2)=(baz) is not present in table "collate_test20". -CREATE TABLE collate_test22 (f2 text COLLATE "POSIX"); -INSERT INTO collate_test22 VALUES ('foo'), ('bar'), ('baz'); -ALTER TABLE collate_test22 ADD FOREIGN KEY (f2) REFERENCES collate_test20; -- fail -ERROR: insert or update on table "collate_test22" violates foreign key constraint "collate_test22_f2_fkey" -DETAIL: Key (f2)=(baz) is not present in table "collate_test20". -DELETE FROM collate_test22 WHERE f2 = 'baz'; -ALTER TABLE collate_test22 ADD FOREIGN KEY (f2) REFERENCES collate_test20; -RESET enable_seqscan; -RESET enable_hashjoin; -RESET enable_nestloop; --- EXPLAIN -EXPLAIN (COSTS OFF) - SELECT * FROM collate_test10 ORDER BY x, y; - QUERY PLAN ----------------------------------------------- - Sort - Sort Key: x COLLATE "C", y COLLATE "POSIX" - -> Seq Scan on collate_test10 -(3 rows) - -EXPLAIN (COSTS OFF) - SELECT * FROM collate_test10 ORDER BY x DESC, y COLLATE "C" ASC NULLS FIRST; - QUERY PLAN ------------------------------------------------------------ - Sort - Sort Key: x COLLATE "C" DESC, y COLLATE "C" NULLS FIRST - -> Seq Scan on collate_test10 -(3 rows) - --- CREATE/DROP COLLATION -CREATE COLLATION builtin_c ( PROVIDER = builtin, LOCALE = "C" ); -SELECT b FROM collate_test1 ORDER BY b COLLATE builtin_c; - b ------ - ABD - Abc - abc - bbc -(4 rows) - -CREATE COLLATION builtin2 ( PROVIDER = builtin ); -- fails -ERROR: parameter "locale" must be specified -CREATE COLLATION builtin2 ( PROVIDER = builtin, LOCALE = "en_US" ); -- fails -ERROR: invalid locale name "en_US" for builtin provider -CREATE COLLATION builtin2 ( PROVIDER = builtin, LC_CTYPE = "C", LC_COLLATE = "C" ); -- fails -ERROR: parameter "locale" must be specified -CREATE COLLATION mycoll1 FROM "C"; -CREATE COLLATION mycoll2 ( LC_COLLATE = "POSIX", LC_CTYPE = "POSIX" ); -CREATE COLLATION mycoll3 FROM "default"; -- intentionally unsupported -ERROR: collation "default" cannot be copied -DROP COLLATION mycoll1; -CREATE TABLE collate_test23 (f1 text collate mycoll2); -DROP COLLATION mycoll2; -- fail -ERROR: cannot drop collation mycoll2 because other objects depend on it -DETAIL: column f1 of table collate_test23 depends on collation mycoll2 -HINT: Use DROP ... CASCADE to drop the dependent objects too. --- invalid: non-lowercase quoted identifiers -CREATE COLLATION case_coll ("Lc_Collate" = "POSIX", "Lc_Ctype" = "POSIX"); -ERROR: collation attribute "Lc_Collate" not recognized -LINE 1: CREATE COLLATION case_coll ("Lc_Collate" = "POSIX", "Lc_Ctyp... - ^ --- 9.1 bug with useless COLLATE in an expression subject to length coercion -CREATE TEMP TABLE vctable (f1 varchar(25)); -INSERT INTO vctable VALUES ('foo' COLLATE "C"); -SELECT collation for ('foo'); -- unknown type - null - pg_collation_for ------------------- - -(1 row) - -SELECT collation for ('foo'::text); - pg_collation_for ------------------- - "default" -(1 row) - -SELECT collation for ((SELECT a FROM collate_test1 LIMIT 1)); -- non-collatable type - error -ERROR: collations are not supported by type integer -SELECT collation for ((SELECT b FROM collate_test1 LIMIT 1)); - pg_collation_for ------------------- - "C" -(1 row) - --- old bug with not dropping COLLATE when coercing to non-collatable type -CREATE VIEW collate_on_int AS -SELECT c1+1 AS c1p FROM - (SELECT ('4' COLLATE "C")::INT AS c1) ss; -\d+ collate_on_int - View "collate_tests.collate_on_int" - Column | Type | Collation | Nullable | Default | Storage | Description ---------+---------+-----------+----------+---------+---------+------------- - c1p | integer | | | | plain | -View definition: - SELECT c1 + 1 AS c1p - FROM ( SELECT 4 AS c1) ss; - --- Check conflicting or redundant options in CREATE COLLATION --- LC_COLLATE -CREATE COLLATION coll_dup_chk (LC_COLLATE = "POSIX", LC_COLLATE = "NONSENSE", LC_CTYPE = "POSIX"); -ERROR: conflicting or redundant options -LINE 1: ...ATE COLLATION coll_dup_chk (LC_COLLATE = "POSIX", LC_COLLATE... - ^ --- LC_CTYPE -CREATE COLLATION coll_dup_chk (LC_CTYPE = "POSIX", LC_CTYPE = "NONSENSE", LC_COLLATE = "POSIX"); -ERROR: conflicting or redundant options -LINE 1: ...REATE COLLATION coll_dup_chk (LC_CTYPE = "POSIX", LC_CTYPE =... - ^ --- PROVIDER -CREATE COLLATION coll_dup_chk (PROVIDER = icu, PROVIDER = NONSENSE, LC_COLLATE = "POSIX", LC_CTYPE = "POSIX"); -ERROR: conflicting or redundant options -LINE 1: CREATE COLLATION coll_dup_chk (PROVIDER = icu, PROVIDER = NO... - ^ --- LOCALE -CREATE COLLATION case_sensitive (LOCALE = '', LOCALE = "NONSENSE"); -ERROR: conflicting or redundant options -LINE 1: CREATE COLLATION case_sensitive (LOCALE = '', LOCALE = "NONS... - ^ --- DETERMINISTIC -CREATE COLLATION coll_dup_chk (DETERMINISTIC = TRUE, DETERMINISTIC = NONSENSE, LOCALE = ''); -ERROR: conflicting or redundant options -LINE 1: ...ATE COLLATION coll_dup_chk (DETERMINISTIC = TRUE, DETERMINIS... - ^ --- VERSION -CREATE COLLATION coll_dup_chk (VERSION = '1', VERSION = "NONSENSE", LOCALE = ''); -ERROR: conflicting or redundant options -LINE 1: CREATE COLLATION coll_dup_chk (VERSION = '1', VERSION = "NON... - ^ --- LOCALE conflicts with LC_COLLATE and LC_CTYPE -CREATE COLLATION coll_dup_chk (LC_COLLATE = "POSIX", LC_CTYPE = "POSIX", LOCALE = ''); -ERROR: conflicting or redundant options -DETAIL: LOCALE cannot be specified together with LC_COLLATE or LC_CTYPE. --- LOCALE conflicts with LC_COLLATE -CREATE COLLATION coll_dup_chk (LC_COLLATE = "POSIX", LOCALE = ''); -ERROR: conflicting or redundant options -DETAIL: LOCALE cannot be specified together with LC_COLLATE or LC_CTYPE. --- LOCALE conflicts with LC_CTYPE -CREATE COLLATION coll_dup_chk (LC_CTYPE = "POSIX", LOCALE = ''); -ERROR: conflicting or redundant options -DETAIL: LOCALE cannot be specified together with LC_COLLATE or LC_CTYPE. --- FROM conflicts with any other option -CREATE COLLATION coll_dup_chk (FROM = "C", VERSION = "1"); -ERROR: conflicting or redundant options -DETAIL: FROM cannot be specified together with any other options. --- --- Clean up. Many of these table names will be re-used if the user is --- trying to run any platform-specific collation tests later, so we --- must get rid of them. --- -DROP SCHEMA collate_tests CASCADE; -NOTICE: drop cascades to 20 other objects -DETAIL: drop cascades to table collate_test1 -drop cascades to table collate_test_like -drop cascades to table collate_test2 -drop cascades to type testdomain_p -drop cascades to table collate_test4 -drop cascades to table collate_test5 -drop cascades to table collate_test10 -drop cascades to view collview1 -drop cascades to view collview2 -drop cascades to view collview3 -drop cascades to type testdomain -drop cascades to function vc(text) -drop cascades to function dup(anyelement) -drop cascades to table collate_test20 -drop cascades to table collate_test21 -drop cascades to table collate_test22 -drop cascades to collation builtin_c -drop cascades to collation mycoll2 -drop cascades to table collate_test23 -drop cascades to view collate_on_int +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/matview.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/matview.out --- /tmp/cirrus-ci-build/src/test/regress/expected/matview.out 2025-05-11 19:30:18.968524000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/matview.out 2025-05-11 19:32:42.115155000 +0000 @@ -1,696 +1,2 @@ --- create a table to use as a basis for views and materialized views in various combinations -CREATE TABLE mvtest_t (id int NOT NULL PRIMARY KEY, type text NOT NULL, amt numeric NOT NULL); -INSERT INTO mvtest_t VALUES - (1, 'x', 2), - (2, 'x', 3), - (3, 'y', 5), - (4, 'y', 7), - (5, 'z', 11); --- we want a view based on the table, too, since views present additional challenges -CREATE VIEW mvtest_tv AS SELECT type, sum(amt) AS totamt FROM mvtest_t GROUP BY type; -SELECT * FROM mvtest_tv ORDER BY type; - type | totamt -------+-------- - x | 5 - y | 12 - z | 11 -(3 rows) - --- create a materialized view with no data, and confirm correct behavior -EXPLAIN (costs off) - CREATE MATERIALIZED VIEW mvtest_tm AS SELECT type, sum(amt) AS totamt FROM mvtest_t GROUP BY type WITH NO DATA; - QUERY PLAN ----------------------------- - HashAggregate - Group Key: type - -> Seq Scan on mvtest_t -(3 rows) - -CREATE MATERIALIZED VIEW mvtest_tm AS SELECT type, sum(amt) AS totamt FROM mvtest_t GROUP BY type WITH NO DATA; -SELECT relispopulated FROM pg_class WHERE oid = 'mvtest_tm'::regclass; - relispopulated ----------------- - f -(1 row) - -SELECT * FROM mvtest_tm ORDER BY type; -ERROR: materialized view "mvtest_tm" has not been populated -HINT: Use the REFRESH MATERIALIZED VIEW command. -REFRESH MATERIALIZED VIEW mvtest_tm; -SELECT relispopulated FROM pg_class WHERE oid = 'mvtest_tm'::regclass; - relispopulated ----------------- - t -(1 row) - -CREATE UNIQUE INDEX mvtest_tm_type ON mvtest_tm (type); -SELECT * FROM mvtest_tm ORDER BY type; - type | totamt -------+-------- - x | 5 - y | 12 - z | 11 -(3 rows) - --- create various views -EXPLAIN (costs off) - CREATE MATERIALIZED VIEW mvtest_tvm AS SELECT * FROM mvtest_tv ORDER BY type; - QUERY PLAN ----------------------------------- - Sort - Sort Key: mvtest_t.type - -> HashAggregate - Group Key: mvtest_t.type - -> Seq Scan on mvtest_t -(5 rows) - -CREATE MATERIALIZED VIEW mvtest_tvm AS SELECT * FROM mvtest_tv ORDER BY type; -SELECT * FROM mvtest_tvm; - type | totamt -------+-------- - x | 5 - y | 12 - z | 11 -(3 rows) - -CREATE MATERIALIZED VIEW mvtest_tmm AS SELECT sum(totamt) AS grandtot FROM mvtest_tm; -CREATE MATERIALIZED VIEW mvtest_tvmm AS SELECT sum(totamt) AS grandtot FROM mvtest_tvm; -CREATE UNIQUE INDEX mvtest_tvmm_expr ON mvtest_tvmm ((grandtot > 0)); -CREATE UNIQUE INDEX mvtest_tvmm_pred ON mvtest_tvmm (grandtot) WHERE grandtot < 0; -CREATE VIEW mvtest_tvv AS SELECT sum(totamt) AS grandtot FROM mvtest_tv; -EXPLAIN (costs off) - CREATE MATERIALIZED VIEW mvtest_tvvm AS SELECT * FROM mvtest_tvv; - QUERY PLAN ----------------------------------- - Aggregate - -> HashAggregate - Group Key: mvtest_t.type - -> Seq Scan on mvtest_t -(4 rows) - -CREATE MATERIALIZED VIEW mvtest_tvvm AS SELECT * FROM mvtest_tvv; -CREATE VIEW mvtest_tvvmv AS SELECT * FROM mvtest_tvvm; -CREATE MATERIALIZED VIEW mvtest_bb AS SELECT * FROM mvtest_tvvmv; -CREATE INDEX mvtest_aa ON mvtest_bb (grandtot); --- check that plans seem reasonable -\d+ mvtest_tvm - Materialized view "public.mvtest_tvm" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - type | text | | | | extended | | - totamt | numeric | | | | main | | -View definition: - SELECT type, - totamt - FROM mvtest_tv - ORDER BY type; - -\d+ mvtest_tvm - Materialized view "public.mvtest_tvm" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - type | text | | | | extended | | - totamt | numeric | | | | main | | -View definition: - SELECT type, - totamt - FROM mvtest_tv - ORDER BY type; - -\d+ mvtest_tvvm - Materialized view "public.mvtest_tvvm" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description -----------+---------+-----------+----------+---------+---------+--------------+------------- - grandtot | numeric | | | | main | | -View definition: - SELECT grandtot - FROM mvtest_tvv; - -\d+ mvtest_bb - Materialized view "public.mvtest_bb" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description -----------+---------+-----------+----------+---------+---------+--------------+------------- - grandtot | numeric | | | | main | | -Indexes: - "mvtest_aa" btree (grandtot) -View definition: - SELECT grandtot - FROM mvtest_tvvmv; - --- test schema behavior -CREATE SCHEMA mvtest_mvschema; -ALTER MATERIALIZED VIEW mvtest_tvm SET SCHEMA mvtest_mvschema; -\d+ mvtest_tvm -\d+ mvtest_tvmm - Materialized view "public.mvtest_tvmm" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description -----------+---------+-----------+----------+---------+---------+--------------+------------- - grandtot | numeric | | | | main | | -Indexes: - "mvtest_tvmm_expr" UNIQUE, btree ((grandtot > 0::numeric)) - "mvtest_tvmm_pred" UNIQUE, btree (grandtot) WHERE grandtot < 0::numeric -View definition: - SELECT sum(totamt) AS grandtot - FROM mvtest_mvschema.mvtest_tvm; - -SET search_path = mvtest_mvschema, public; -\d+ mvtest_tvm - Materialized view "mvtest_mvschema.mvtest_tvm" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - type | text | | | | extended | | - totamt | numeric | | | | main | | -View definition: - SELECT type, - totamt - FROM mvtest_tv - ORDER BY type; - --- modify the underlying table data -INSERT INTO mvtest_t VALUES (6, 'z', 13); --- confirm pre- and post-refresh contents of fairly simple materialized views -SELECT * FROM mvtest_tm ORDER BY type; - type | totamt -------+-------- - x | 5 - y | 12 - z | 11 -(3 rows) - -SELECT * FROM mvtest_tvm ORDER BY type; - type | totamt -------+-------- - x | 5 - y | 12 - z | 11 -(3 rows) - -REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_tm; -REFRESH MATERIALIZED VIEW mvtest_tvm; -SELECT * FROM mvtest_tm ORDER BY type; - type | totamt -------+-------- - x | 5 - y | 12 - z | 24 -(3 rows) - -SELECT * FROM mvtest_tvm ORDER BY type; - type | totamt -------+-------- - x | 5 - y | 12 - z | 24 -(3 rows) - -RESET search_path; --- confirm pre- and post-refresh contents of nested materialized views -EXPLAIN (costs off) - SELECT * FROM mvtest_tmm; - QUERY PLAN ------------------------- - Seq Scan on mvtest_tmm -(1 row) - -EXPLAIN (costs off) - SELECT * FROM mvtest_tvmm; - QUERY PLAN -------------------------- - Seq Scan on mvtest_tvmm -(1 row) - -EXPLAIN (costs off) - SELECT * FROM mvtest_tvvm; - QUERY PLAN -------------------------- - Seq Scan on mvtest_tvvm -(1 row) - -SELECT * FROM mvtest_tmm; - grandtot ----------- - 28 -(1 row) - -SELECT * FROM mvtest_tvmm; - grandtot ----------- - 28 -(1 row) - -SELECT * FROM mvtest_tvvm; - grandtot ----------- - 28 -(1 row) - -REFRESH MATERIALIZED VIEW mvtest_tmm; -REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_tvmm; -ERROR: cannot refresh materialized view "public.mvtest_tvmm" concurrently -HINT: Create a unique index with no WHERE clause on one or more columns of the materialized view. -REFRESH MATERIALIZED VIEW mvtest_tvmm; -REFRESH MATERIALIZED VIEW mvtest_tvvm; -EXPLAIN (costs off) - SELECT * FROM mvtest_tmm; - QUERY PLAN ------------------------- - Seq Scan on mvtest_tmm -(1 row) - -EXPLAIN (costs off) - SELECT * FROM mvtest_tvmm; - QUERY PLAN -------------------------- - Seq Scan on mvtest_tvmm -(1 row) - -EXPLAIN (costs off) - SELECT * FROM mvtest_tvvm; - QUERY PLAN -------------------------- - Seq Scan on mvtest_tvvm -(1 row) - -SELECT * FROM mvtest_tmm; - grandtot ----------- - 41 -(1 row) - -SELECT * FROM mvtest_tvmm; - grandtot ----------- - 41 -(1 row) - -SELECT * FROM mvtest_tvvm; - grandtot ----------- - 41 -(1 row) - --- test diemv when the mv does not exist -DROP MATERIALIZED VIEW IF EXISTS no_such_mv; -NOTICE: materialized view "no_such_mv" does not exist, skipping --- make sure invalid combination of options is prohibited -REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_tvmm WITH NO DATA; -ERROR: CONCURRENTLY and WITH NO DATA options cannot be used together --- no tuple locks on materialized views -SELECT * FROM mvtest_tvvm FOR SHARE; -ERROR: cannot lock rows in materialized view "mvtest_tvvm" --- test join of mv and view -SELECT type, m.totamt AS mtot, v.totamt AS vtot FROM mvtest_tm m LEFT JOIN mvtest_tv v USING (type) ORDER BY type; - type | mtot | vtot -------+------+------ - x | 5 | 5 - y | 12 | 12 - z | 24 | 24 -(3 rows) - --- make sure that dependencies are reported properly when they block the drop -DROP TABLE mvtest_t; -ERROR: cannot drop table mvtest_t because other objects depend on it -DETAIL: view mvtest_tv depends on table mvtest_t -materialized view mvtest_mvschema.mvtest_tvm depends on view mvtest_tv -materialized view mvtest_tvmm depends on materialized view mvtest_mvschema.mvtest_tvm -view mvtest_tvv depends on view mvtest_tv -materialized view mvtest_tvvm depends on view mvtest_tvv -view mvtest_tvvmv depends on materialized view mvtest_tvvm -materialized view mvtest_bb depends on view mvtest_tvvmv -materialized view mvtest_tm depends on table mvtest_t -materialized view mvtest_tmm depends on materialized view mvtest_tm -HINT: Use DROP ... CASCADE to drop the dependent objects too. --- make sure dependencies are dropped and reported --- and make sure that transactional behavior is correct on rollback --- incidentally leaving some interesting materialized views for pg_dump testing -BEGIN; -DROP TABLE mvtest_t CASCADE; -NOTICE: drop cascades to 9 other objects -DETAIL: drop cascades to view mvtest_tv -drop cascades to materialized view mvtest_mvschema.mvtest_tvm -drop cascades to materialized view mvtest_tvmm -drop cascades to view mvtest_tvv -drop cascades to materialized view mvtest_tvvm -drop cascades to view mvtest_tvvmv -drop cascades to materialized view mvtest_bb -drop cascades to materialized view mvtest_tm -drop cascades to materialized view mvtest_tmm -ROLLBACK; --- some additional tests not using base tables -CREATE VIEW mvtest_vt1 AS SELECT 1 moo; -CREATE VIEW mvtest_vt2 AS SELECT moo, 2*moo FROM mvtest_vt1 UNION ALL SELECT moo, 3*moo FROM mvtest_vt1; -\d+ mvtest_vt2 - View "public.mvtest_vt2" - Column | Type | Collation | Nullable | Default | Storage | Description -----------+---------+-----------+----------+---------+---------+------------- - moo | integer | | | | plain | - ?column? | integer | | | | plain | -View definition: - SELECT mvtest_vt1.moo, - 2 * mvtest_vt1.moo AS "?column?" - FROM mvtest_vt1 -UNION ALL - SELECT mvtest_vt1.moo, - 3 * mvtest_vt1.moo - FROM mvtest_vt1; - -CREATE MATERIALIZED VIEW mv_test2 AS SELECT moo, 2*moo FROM mvtest_vt2 UNION ALL SELECT moo, 3*moo FROM mvtest_vt2; -\d+ mv_test2 - Materialized view "public.mv_test2" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description -----------+---------+-----------+----------+---------+---------+--------------+------------- - moo | integer | | | | plain | | - ?column? | integer | | | | plain | | -View definition: - SELECT mvtest_vt2.moo, - 2 * mvtest_vt2.moo AS "?column?" - FROM mvtest_vt2 -UNION ALL - SELECT mvtest_vt2.moo, - 3 * mvtest_vt2.moo - FROM mvtest_vt2; - -CREATE MATERIALIZED VIEW mv_test3 AS SELECT * FROM mv_test2 WHERE moo = 12345; -SELECT relispopulated FROM pg_class WHERE oid = 'mv_test3'::regclass; - relispopulated ----------------- - t -(1 row) - -DROP VIEW mvtest_vt1 CASCADE; -NOTICE: drop cascades to 3 other objects -DETAIL: drop cascades to view mvtest_vt2 -drop cascades to materialized view mv_test2 -drop cascades to materialized view mv_test3 --- test that duplicate values on unique index prevent refresh -CREATE TABLE mvtest_foo(a, b) AS VALUES(1, 10); -CREATE MATERIALIZED VIEW mvtest_mv AS SELECT * FROM mvtest_foo; -CREATE UNIQUE INDEX ON mvtest_mv(a); -INSERT INTO mvtest_foo SELECT * FROM mvtest_foo; -REFRESH MATERIALIZED VIEW mvtest_mv; -ERROR: could not create unique index "mvtest_mv_a_idx" -DETAIL: Key (a)=(1) is duplicated. -REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_mv; -ERROR: new data for materialized view "mvtest_mv" contains duplicate rows without any null columns -DETAIL: Row: (1,10) -DROP TABLE mvtest_foo CASCADE; -NOTICE: drop cascades to materialized view mvtest_mv --- make sure that all columns covered by unique indexes works -CREATE TABLE mvtest_foo(a, b, c) AS VALUES(1, 2, 3); -CREATE MATERIALIZED VIEW mvtest_mv AS SELECT * FROM mvtest_foo; -CREATE UNIQUE INDEX ON mvtest_mv (a); -CREATE UNIQUE INDEX ON mvtest_mv (b); -CREATE UNIQUE INDEX on mvtest_mv (c); -INSERT INTO mvtest_foo VALUES(2, 3, 4); -INSERT INTO mvtest_foo VALUES(3, 4, 5); -REFRESH MATERIALIZED VIEW mvtest_mv; -REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_mv; -DROP TABLE mvtest_foo CASCADE; -NOTICE: drop cascades to materialized view mvtest_mv --- allow subquery to reference unpopulated matview if WITH NO DATA is specified -CREATE MATERIALIZED VIEW mvtest_mv1 AS SELECT 1 AS col1 WITH NO DATA; -CREATE MATERIALIZED VIEW mvtest_mv2 AS SELECT * FROM mvtest_mv1 - WHERE col1 = (SELECT LEAST(col1) FROM mvtest_mv1) WITH NO DATA; -DROP MATERIALIZED VIEW mvtest_mv1 CASCADE; -NOTICE: drop cascades to materialized view mvtest_mv2 --- make sure that types with unusual equality tests work -CREATE TABLE mvtest_boxes (id serial primary key, b box); -INSERT INTO mvtest_boxes (b) VALUES - ('(32,32),(31,31)'), - ('(2.0000004,2.0000004),(1,1)'), - ('(1.9999996,1.9999996),(1,1)'); -CREATE MATERIALIZED VIEW mvtest_boxmv AS SELECT * FROM mvtest_boxes; -CREATE UNIQUE INDEX mvtest_boxmv_id ON mvtest_boxmv (id); -UPDATE mvtest_boxes SET b = '(2,2),(1,1)' WHERE id = 2; -REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_boxmv; -SELECT * FROM mvtest_boxmv ORDER BY id; - id | b -----+----------------------------- - 1 | (32,32),(31,31) - 2 | (2,2),(1,1) - 3 | (1.9999996,1.9999996),(1,1) -(3 rows) - -DROP TABLE mvtest_boxes CASCADE; -NOTICE: drop cascades to materialized view mvtest_boxmv --- make sure that column names are handled correctly -CREATE TABLE mvtest_v (i int, j int); -CREATE MATERIALIZED VIEW mvtest_mv_v (ii, jj, kk) AS SELECT i, j FROM mvtest_v; -- error -ERROR: too many column names were specified -CREATE MATERIALIZED VIEW mvtest_mv_v (ii, jj) AS SELECT i, j FROM mvtest_v; -- ok -CREATE MATERIALIZED VIEW mvtest_mv_v_2 (ii) AS SELECT i, j FROM mvtest_v; -- ok -CREATE MATERIALIZED VIEW mvtest_mv_v_3 (ii, jj, kk) AS SELECT i, j FROM mvtest_v WITH NO DATA; -- error -ERROR: too many column names were specified -CREATE MATERIALIZED VIEW mvtest_mv_v_3 (ii, jj) AS SELECT i, j FROM mvtest_v WITH NO DATA; -- ok -CREATE MATERIALIZED VIEW mvtest_mv_v_4 (ii) AS SELECT i, j FROM mvtest_v WITH NO DATA; -- ok -ALTER TABLE mvtest_v RENAME COLUMN i TO x; -INSERT INTO mvtest_v values (1, 2); -CREATE UNIQUE INDEX mvtest_mv_v_ii ON mvtest_mv_v (ii); -REFRESH MATERIALIZED VIEW mvtest_mv_v; -UPDATE mvtest_v SET j = 3 WHERE x = 1; -REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_mv_v; -REFRESH MATERIALIZED VIEW mvtest_mv_v_2; -REFRESH MATERIALIZED VIEW mvtest_mv_v_3; -REFRESH MATERIALIZED VIEW mvtest_mv_v_4; -SELECT * FROM mvtest_v; - x | j ----+--- - 1 | 3 -(1 row) - -SELECT * FROM mvtest_mv_v; - ii | jj -----+---- - 1 | 3 -(1 row) - -SELECT * FROM mvtest_mv_v_2; - ii | j -----+--- - 1 | 3 -(1 row) - -SELECT * FROM mvtest_mv_v_3; - ii | jj -----+---- - 1 | 3 -(1 row) - -SELECT * FROM mvtest_mv_v_4; - ii | j -----+--- - 1 | 3 -(1 row) - -DROP TABLE mvtest_v CASCADE; -NOTICE: drop cascades to 4 other objects -DETAIL: drop cascades to materialized view mvtest_mv_v -drop cascades to materialized view mvtest_mv_v_2 -drop cascades to materialized view mvtest_mv_v_3 -drop cascades to materialized view mvtest_mv_v_4 --- Check that unknown literals are converted to "text" in CREATE MATVIEW, --- so that we don't end up with unknown-type columns. -CREATE MATERIALIZED VIEW mv_unspecified_types AS - SELECT 42 as i, 42.5 as num, 'foo' as u, 'foo'::unknown as u2, null as n; -\d+ mv_unspecified_types - Materialized view "public.mv_unspecified_types" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - i | integer | | | | plain | | - num | numeric | | | | main | | - u | text | | | | extended | | - u2 | text | | | | extended | | - n | text | | | | extended | | -View definition: - SELECT 42 AS i, - 42.5 AS num, - 'foo'::text AS u, - 'foo'::text AS u2, - NULL::text AS n; - -SELECT * FROM mv_unspecified_types; - i | num | u | u2 | n -----+------+-----+-----+--- - 42 | 42.5 | foo | foo | -(1 row) - -DROP MATERIALIZED VIEW mv_unspecified_types; --- make sure that create WITH NO DATA does not plan the query (bug #13907) -create materialized view mvtest_error as select 1/0 as x; -- fail -ERROR: division by zero -create materialized view mvtest_error as select 1/0 as x with no data; -refresh materialized view mvtest_error; -- fail here -ERROR: division by zero -drop materialized view mvtest_error; --- make sure that matview rows can be referenced as source rows (bug #9398) -CREATE TABLE mvtest_v AS SELECT generate_series(1,10) AS a; -CREATE MATERIALIZED VIEW mvtest_mv_v AS SELECT a FROM mvtest_v WHERE a <= 5; -DELETE FROM mvtest_v WHERE EXISTS ( SELECT * FROM mvtest_mv_v WHERE mvtest_mv_v.a = mvtest_v.a ); -SELECT * FROM mvtest_v; - a ----- - 6 - 7 - 8 - 9 - 10 -(5 rows) - -SELECT * FROM mvtest_mv_v; - a ---- - 1 - 2 - 3 - 4 - 5 -(5 rows) - -DROP TABLE mvtest_v CASCADE; -NOTICE: drop cascades to materialized view mvtest_mv_v --- make sure running as superuser works when MV owned by another role (bug #11208) -CREATE ROLE regress_user_mvtest; -SET ROLE regress_user_mvtest; --- this test case also checks for ambiguity in the queries issued by --- refresh_by_match_merge(), by choosing column names that intentionally --- duplicate all the aliases used in those queries -CREATE TABLE mvtest_foo_data AS SELECT i, - i+1 AS tid, - fipshash(random()::text) AS mv, - fipshash(random()::text) AS newdata, - fipshash(random()::text) AS newdata2, - fipshash(random()::text) AS diff - FROM generate_series(1, 10) i; -CREATE MATERIALIZED VIEW mvtest_mv_foo AS SELECT * FROM mvtest_foo_data; -CREATE MATERIALIZED VIEW mvtest_mv_foo AS SELECT * FROM mvtest_foo_data; -ERROR: relation "mvtest_mv_foo" already exists -CREATE MATERIALIZED VIEW IF NOT EXISTS mvtest_mv_foo AS SELECT * FROM mvtest_foo_data; -NOTICE: relation "mvtest_mv_foo" already exists, skipping -CREATE UNIQUE INDEX ON mvtest_mv_foo (i); -RESET ROLE; -REFRESH MATERIALIZED VIEW mvtest_mv_foo; -REFRESH MATERIALIZED VIEW CONCURRENTLY mvtest_mv_foo; -DROP OWNED BY regress_user_mvtest CASCADE; -DROP ROLE regress_user_mvtest; --- Concurrent refresh requires a unique index on the materialized --- view. Test what happens if it's dropped during the refresh. -SET search_path = mvtest_mvschema, public; -CREATE OR REPLACE FUNCTION mvtest_drop_the_index() - RETURNS bool AS $$ -BEGIN - EXECUTE 'DROP INDEX IF EXISTS mvtest_mvschema.mvtest_drop_idx'; - RETURN true; -END; -$$ LANGUAGE plpgsql; -CREATE MATERIALIZED VIEW drop_idx_matview AS - SELECT 1 as i WHERE mvtest_drop_the_index(); -NOTICE: index "mvtest_drop_idx" does not exist, skipping -CREATE UNIQUE INDEX mvtest_drop_idx ON drop_idx_matview (i); -REFRESH MATERIALIZED VIEW CONCURRENTLY drop_idx_matview; -ERROR: could not find suitable unique index on materialized view -DROP MATERIALIZED VIEW drop_idx_matview; -- clean up -RESET search_path; --- make sure that create WITH NO DATA works via SPI -BEGIN; -CREATE FUNCTION mvtest_func() - RETURNS void AS $$ -BEGIN - CREATE MATERIALIZED VIEW mvtest1 AS SELECT 1 AS x; - CREATE MATERIALIZED VIEW mvtest2 AS SELECT 1 AS x WITH NO DATA; -END; -$$ LANGUAGE plpgsql; -SELECT mvtest_func(); - mvtest_func -------------- - -(1 row) - -SELECT * FROM mvtest1; - x ---- - 1 -(1 row) - -SELECT * FROM mvtest2; -ERROR: materialized view "mvtest2" has not been populated -HINT: Use the REFRESH MATERIALIZED VIEW command. -ROLLBACK; --- INSERT privileges if relation owner is not allowed to insert. -CREATE SCHEMA matview_schema; -CREATE USER regress_matview_user; -ALTER DEFAULT PRIVILEGES FOR ROLE regress_matview_user - REVOKE INSERT ON TABLES FROM regress_matview_user; -GRANT ALL ON SCHEMA matview_schema TO public; -SET SESSION AUTHORIZATION regress_matview_user; -CREATE MATERIALIZED VIEW matview_schema.mv_withdata1 (a) AS - SELECT generate_series(1, 10) WITH DATA; -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFFERS OFF) - CREATE MATERIALIZED VIEW matview_schema.mv_withdata2 (a) AS - SELECT generate_series(1, 10) WITH DATA; - QUERY PLAN ------------------------------------------ - ProjectSet (actual rows=10.00 loops=1) - -> Result (actual rows=1.00 loops=1) -(2 rows) - -REFRESH MATERIALIZED VIEW matview_schema.mv_withdata2; -CREATE MATERIALIZED VIEW matview_schema.mv_nodata1 (a) AS - SELECT generate_series(1, 10) WITH NO DATA; -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFFERS OFF) - CREATE MATERIALIZED VIEW matview_schema.mv_nodata2 (a) AS - SELECT generate_series(1, 10) WITH NO DATA; - QUERY PLAN -------------------------------- - ProjectSet (never executed) - -> Result (never executed) -(2 rows) - -REFRESH MATERIALIZED VIEW matview_schema.mv_nodata2; -RESET SESSION AUTHORIZATION; -ALTER DEFAULT PRIVILEGES FOR ROLE regress_matview_user - GRANT INSERT ON TABLES TO regress_matview_user; -DROP SCHEMA matview_schema CASCADE; -NOTICE: drop cascades to 4 other objects -DETAIL: drop cascades to materialized view matview_schema.mv_withdata1 -drop cascades to materialized view matview_schema.mv_withdata2 -drop cascades to materialized view matview_schema.mv_nodata1 -drop cascades to materialized view matview_schema.mv_nodata2 -DROP USER regress_matview_user; --- CREATE MATERIALIZED VIEW ... IF NOT EXISTS -CREATE MATERIALIZED VIEW matview_ine_tab AS SELECT 1; -CREATE MATERIALIZED VIEW matview_ine_tab AS SELECT 1 / 0; -- error -ERROR: relation "matview_ine_tab" already exists -CREATE MATERIALIZED VIEW IF NOT EXISTS matview_ine_tab AS - SELECT 1 / 0; -- ok -NOTICE: relation "matview_ine_tab" already exists, skipping -CREATE MATERIALIZED VIEW matview_ine_tab AS - SELECT 1 / 0 WITH NO DATA; -- error -ERROR: relation "matview_ine_tab" already exists -CREATE MATERIALIZED VIEW IF NOT EXISTS matview_ine_tab AS - SELECT 1 / 0 WITH NO DATA; -- ok -NOTICE: relation "matview_ine_tab" already exists, skipping -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFFERS OFF) - CREATE MATERIALIZED VIEW matview_ine_tab AS - SELECT 1 / 0; -- error -ERROR: relation "matview_ine_tab" already exists -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFFERS OFF) - CREATE MATERIALIZED VIEW IF NOT EXISTS matview_ine_tab AS - SELECT 1 / 0; -- ok -NOTICE: relation "matview_ine_tab" already exists, skipping - QUERY PLAN ------------- -(0 rows) - -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFFERS OFF) - CREATE MATERIALIZED VIEW matview_ine_tab AS - SELECT 1 / 0 WITH NO DATA; -- error -ERROR: relation "matview_ine_tab" already exists -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFFERS OFF) - CREATE MATERIALIZED VIEW IF NOT EXISTS matview_ine_tab AS - SELECT 1 / 0 WITH NO DATA; -- ok -NOTICE: relation "matview_ine_tab" already exists, skipping - QUERY PLAN ------------- -(0 rows) - -DROP MATERIALIZED VIEW matview_ine_tab; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/lock.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/lock.out --- /tmp/cirrus-ci-build/src/test/regress/expected/lock.out 2025-05-11 19:30:18.967956000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/lock.out 2025-05-11 19:32:42.113045000 +0000 @@ -1,252 +1,2 @@ --- --- Test the LOCK statement --- --- directory paths and dlsuffix are passed to us in environment variables -\getenv libdir PG_LIBDIR -\getenv dlsuffix PG_DLSUFFIX -\set regresslib :libdir '/regress' :dlsuffix --- Setup -CREATE SCHEMA lock_schema1; -SET search_path = lock_schema1; -CREATE TABLE lock_tbl1 (a BIGINT); -CREATE TABLE lock_tbl1a (a BIGINT); -CREATE VIEW lock_view1 AS SELECT * FROM lock_tbl1; -CREATE VIEW lock_view2(a,b) AS SELECT * FROM lock_tbl1, lock_tbl1a; -CREATE VIEW lock_view3 AS SELECT * from lock_view2; -CREATE VIEW lock_view4 AS SELECT (select a from lock_tbl1a limit 1) from lock_tbl1; -CREATE VIEW lock_view5 AS SELECT * from lock_tbl1 where a in (select * from lock_tbl1a); -CREATE VIEW lock_view6 AS SELECT * from (select * from lock_tbl1) sub; -CREATE ROLE regress_rol_lock1; -ALTER ROLE regress_rol_lock1 SET search_path = lock_schema1; -GRANT USAGE ON SCHEMA lock_schema1 TO regress_rol_lock1; --- Try all valid lock options; also try omitting the optional TABLE keyword. -BEGIN TRANSACTION; -LOCK TABLE lock_tbl1 IN ACCESS SHARE MODE; -LOCK lock_tbl1 IN ROW SHARE MODE; -LOCK TABLE lock_tbl1 IN ROW EXCLUSIVE MODE; -LOCK TABLE lock_tbl1 IN SHARE UPDATE EXCLUSIVE MODE; -LOCK TABLE lock_tbl1 IN SHARE MODE; -LOCK lock_tbl1 IN SHARE ROW EXCLUSIVE MODE; -LOCK TABLE lock_tbl1 IN EXCLUSIVE MODE; -LOCK TABLE lock_tbl1 IN ACCESS EXCLUSIVE MODE; -ROLLBACK; --- Try using NOWAIT along with valid options. -BEGIN TRANSACTION; -LOCK TABLE lock_tbl1 IN ACCESS SHARE MODE NOWAIT; -LOCK TABLE lock_tbl1 IN ROW SHARE MODE NOWAIT; -LOCK TABLE lock_tbl1 IN ROW EXCLUSIVE MODE NOWAIT; -LOCK TABLE lock_tbl1 IN SHARE UPDATE EXCLUSIVE MODE NOWAIT; -LOCK TABLE lock_tbl1 IN SHARE MODE NOWAIT; -LOCK TABLE lock_tbl1 IN SHARE ROW EXCLUSIVE MODE NOWAIT; -LOCK TABLE lock_tbl1 IN EXCLUSIVE MODE NOWAIT; -LOCK TABLE lock_tbl1 IN ACCESS EXCLUSIVE MODE NOWAIT; -ROLLBACK; --- Verify that we can lock views. -BEGIN TRANSACTION; -LOCK TABLE lock_view1 IN EXCLUSIVE MODE; --- lock_view1 and lock_tbl1 are locked. -select relname from pg_locks l, pg_class c - where l.relation = c.oid and relname like '%lock_%' and mode = 'ExclusiveLock' - order by relname; - relname ------------- - lock_tbl1 - lock_view1 -(2 rows) - -ROLLBACK; -BEGIN TRANSACTION; -LOCK TABLE lock_view2 IN EXCLUSIVE MODE; --- lock_view1, lock_tbl1, and lock_tbl1a are locked. -select relname from pg_locks l, pg_class c - where l.relation = c.oid and relname like '%lock_%' and mode = 'ExclusiveLock' - order by relname; - relname ------------- - lock_tbl1 - lock_tbl1a - lock_view2 -(3 rows) - -ROLLBACK; -BEGIN TRANSACTION; -LOCK TABLE lock_view3 IN EXCLUSIVE MODE; --- lock_view3, lock_view2, lock_tbl1, and lock_tbl1a are locked recursively. -select relname from pg_locks l, pg_class c - where l.relation = c.oid and relname like '%lock_%' and mode = 'ExclusiveLock' - order by relname; - relname ------------- - lock_tbl1 - lock_tbl1a - lock_view2 - lock_view3 -(4 rows) - -ROLLBACK; -BEGIN TRANSACTION; -LOCK TABLE lock_view4 IN EXCLUSIVE MODE; --- lock_view4, lock_tbl1, and lock_tbl1a are locked. -select relname from pg_locks l, pg_class c - where l.relation = c.oid and relname like '%lock_%' and mode = 'ExclusiveLock' - order by relname; - relname ------------- - lock_tbl1 - lock_tbl1a - lock_view4 -(3 rows) - -ROLLBACK; -BEGIN TRANSACTION; -LOCK TABLE lock_view5 IN EXCLUSIVE MODE; --- lock_view5, lock_tbl1, and lock_tbl1a are locked. -select relname from pg_locks l, pg_class c - where l.relation = c.oid and relname like '%lock_%' and mode = 'ExclusiveLock' - order by relname; - relname ------------- - lock_tbl1 - lock_tbl1a - lock_view5 -(3 rows) - -ROLLBACK; -BEGIN TRANSACTION; -LOCK TABLE lock_view6 IN EXCLUSIVE MODE; --- lock_view6 an lock_tbl1 are locked. -select relname from pg_locks l, pg_class c - where l.relation = c.oid and relname like '%lock_%' and mode = 'ExclusiveLock' - order by relname; - relname ------------- - lock_tbl1 - lock_view6 -(2 rows) - -ROLLBACK; --- Verify that we cope with infinite recursion in view definitions. -CREATE OR REPLACE VIEW lock_view2 AS SELECT * from lock_view3; -BEGIN TRANSACTION; -LOCK TABLE lock_view2 IN EXCLUSIVE MODE; -ROLLBACK; -CREATE VIEW lock_view7 AS SELECT * from lock_view2; -BEGIN TRANSACTION; -LOCK TABLE lock_view7 IN EXCLUSIVE MODE; -ROLLBACK; --- Verify that we can lock a table with inheritance children. -CREATE TABLE lock_tbl2 (b BIGINT) INHERITS (lock_tbl1); -CREATE TABLE lock_tbl3 () INHERITS (lock_tbl2); -BEGIN TRANSACTION; -LOCK TABLE lock_tbl1 * IN ACCESS EXCLUSIVE MODE; -ROLLBACK; --- Child tables are locked without granting explicit permission to do so as --- long as we have permission to lock the parent. -GRANT UPDATE ON TABLE lock_tbl1 TO regress_rol_lock1; -SET ROLE regress_rol_lock1; --- fail when child locked directly -BEGIN; -LOCK TABLE lock_tbl2; -ERROR: permission denied for table lock_tbl2 -ROLLBACK; -BEGIN; -LOCK TABLE lock_tbl1 * IN ACCESS EXCLUSIVE MODE; -ROLLBACK; -BEGIN; -LOCK TABLE ONLY lock_tbl1; -ROLLBACK; -RESET ROLE; -REVOKE UPDATE ON TABLE lock_tbl1 FROM regress_rol_lock1; --- Tables referred to by views are locked without explicit permission to do so --- as long as we have permission to lock the view itself. -SET ROLE regress_rol_lock1; --- fail without permissions on the view -BEGIN; -LOCK TABLE lock_view1; -ERROR: permission denied for view lock_view1 -ROLLBACK; -RESET ROLE; -GRANT UPDATE ON TABLE lock_view1 TO regress_rol_lock1; -SET ROLE regress_rol_lock1; -BEGIN; -LOCK TABLE lock_view1 IN ACCESS EXCLUSIVE MODE; --- lock_view1 and lock_tbl1 (plus children lock_tbl2 and lock_tbl3) are locked. -select relname from pg_locks l, pg_class c - where l.relation = c.oid and relname like '%lock_%' and mode = 'AccessExclusiveLock' - order by relname; - relname ------------- - lock_tbl1 - lock_tbl2 - lock_tbl3 - lock_view1 -(4 rows) - -ROLLBACK; -RESET ROLE; -REVOKE UPDATE ON TABLE lock_view1 FROM regress_rol_lock1; --- Tables referred to by security invoker views require explicit permission to --- be locked. -CREATE VIEW lock_view8 WITH (security_invoker) AS SELECT * FROM lock_tbl1; -SET ROLE regress_rol_lock1; --- fail without permissions on the view -BEGIN; -LOCK TABLE lock_view8; -ERROR: permission denied for view lock_view8 -ROLLBACK; -RESET ROLE; -GRANT UPDATE ON TABLE lock_view8 TO regress_rol_lock1; -SET ROLE regress_rol_lock1; --- fail without permissions on the table referenced by the view -BEGIN; -LOCK TABLE lock_view8; -ERROR: permission denied for table lock_tbl1 -ROLLBACK; -RESET ROLE; -GRANT UPDATE ON TABLE lock_tbl1 TO regress_rol_lock1; -BEGIN; -LOCK TABLE lock_view8 IN ACCESS EXCLUSIVE MODE; --- lock_view8 and lock_tbl1 (plus children lock_tbl2 and lock_tbl3) are locked. -select relname from pg_locks l, pg_class c - where l.relation = c.oid and relname like '%lock_%' and mode = 'AccessExclusiveLock' - order by relname; - relname ------------- - lock_tbl1 - lock_tbl2 - lock_tbl3 - lock_view8 -(4 rows) - -ROLLBACK; -RESET ROLE; -REVOKE UPDATE ON TABLE lock_view8 FROM regress_rol_lock1; --- --- Clean up --- -DROP VIEW lock_view8; -DROP VIEW lock_view7; -DROP VIEW lock_view6; -DROP VIEW lock_view5; -DROP VIEW lock_view4; -DROP VIEW lock_view3 CASCADE; -NOTICE: drop cascades to view lock_view2 -DROP VIEW lock_view1; -DROP TABLE lock_tbl3; -DROP TABLE lock_tbl2; -DROP TABLE lock_tbl1; -DROP TABLE lock_tbl1a; -DROP SCHEMA lock_schema1 CASCADE; -DROP ROLE regress_rol_lock1; --- atomic ops tests -RESET search_path; -CREATE FUNCTION test_atomic_ops() - RETURNS bool - AS :'regresslib' - LANGUAGE C; -SELECT test_atomic_ops(); - test_atomic_ops ------------------ - t -(1 row) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/replica_identity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/replica_identity.out --- /tmp/cirrus-ci-build/src/test/regress/expected/replica_identity.out 2025-05-11 19:30:18.991416000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/replica_identity.out 2025-05-11 19:32:42.105055000 +0000 @@ -1,299 +1,2 @@ -CREATE TABLE test_replica_identity ( - id serial primary key, - keya text not null, - keyb text not null, - nonkey text, - CONSTRAINT test_replica_identity_unique_defer UNIQUE (keya, keyb) DEFERRABLE, - CONSTRAINT test_replica_identity_unique_nondefer UNIQUE (keya, keyb) -) ; -CREATE TABLE test_replica_identity_othertable (id serial primary key); -CREATE TABLE test_replica_identity_t3 (id serial constraint pk primary key deferrable); -CREATE INDEX test_replica_identity_keyab ON test_replica_identity (keya, keyb); -CREATE UNIQUE INDEX test_replica_identity_keyab_key ON test_replica_identity (keya, keyb); -CREATE UNIQUE INDEX test_replica_identity_nonkey ON test_replica_identity (keya, nonkey); -CREATE INDEX test_replica_identity_hash ON test_replica_identity USING hash (nonkey); -CREATE UNIQUE INDEX test_replica_identity_expr ON test_replica_identity (keya, keyb, (3)); -CREATE UNIQUE INDEX test_replica_identity_partial ON test_replica_identity (keya, keyb) WHERE keyb != '3'; --- default is 'd'/DEFAULT for user created tables -SELECT relreplident FROM pg_class WHERE oid = 'test_replica_identity'::regclass; - relreplident --------------- - d -(1 row) - --- but 'none' for system tables -SELECT relreplident FROM pg_class WHERE oid = 'pg_class'::regclass; - relreplident --------------- - n -(1 row) - -SELECT relreplident FROM pg_class WHERE oid = 'pg_constraint'::regclass; - relreplident --------------- - n -(1 row) - ----- --- Make sure we detect ineligible indexes ----- --- fail, not unique -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_keyab; -ERROR: cannot use non-unique index "test_replica_identity_keyab" as replica identity --- fail, not a candidate key, nullable column -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_nonkey; -ERROR: index "test_replica_identity_nonkey" cannot be used as replica identity because column "nonkey" is nullable --- fail, hash indexes cannot do uniqueness -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_hash; -ERROR: cannot use non-unique index "test_replica_identity_hash" as replica identity --- fail, expression index -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_expr; -ERROR: cannot use expression index "test_replica_identity_expr" as replica identity --- fail, partial index -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_partial; -ERROR: cannot use partial index "test_replica_identity_partial" as replica identity --- fail, not our index -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_othertable_pkey; -ERROR: "test_replica_identity_othertable_pkey" is not an index for table "test_replica_identity" --- fail, deferrable -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_unique_defer; -ERROR: cannot use non-immediate index "test_replica_identity_unique_defer" as replica identity --- fail, deferrable -ALTER TABLE test_replica_identity_t3 REPLICA IDENTITY USING INDEX pk; -ERROR: cannot use non-immediate index "pk" as replica identity -SELECT relreplident FROM pg_class WHERE oid = 'test_replica_identity'::regclass; - relreplident --------------- - d -(1 row) - ----- --- Make sure index cases succeed ----- --- succeed, primary key -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_pkey; -SELECT relreplident FROM pg_class WHERE oid = 'test_replica_identity'::regclass; - relreplident --------------- - i -(1 row) - -\d test_replica_identity - Table "public.test_replica_identity" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------------------------------------------------- - id | integer | | not null | nextval('test_replica_identity_id_seq'::regclass) - keya | text | | not null | - keyb | text | | not null | - nonkey | text | | | -Indexes: - "test_replica_identity_pkey" PRIMARY KEY, btree (id) REPLICA IDENTITY - "test_replica_identity_expr" UNIQUE, btree (keya, keyb, (3)) - "test_replica_identity_hash" hash (nonkey) - "test_replica_identity_keyab" btree (keya, keyb) - "test_replica_identity_keyab_key" UNIQUE, btree (keya, keyb) - "test_replica_identity_nonkey" UNIQUE, btree (keya, nonkey) - "test_replica_identity_partial" UNIQUE, btree (keya, keyb) WHERE keyb <> '3'::text - "test_replica_identity_unique_defer" UNIQUE CONSTRAINT, btree (keya, keyb) DEFERRABLE - "test_replica_identity_unique_nondefer" UNIQUE CONSTRAINT, btree (keya, keyb) - --- succeed, nondeferrable unique constraint over nonnullable cols -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_unique_nondefer; --- succeed unique index over nonnullable cols -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_keyab_key; -ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_keyab_key; -SELECT relreplident FROM pg_class WHERE oid = 'test_replica_identity'::regclass; - relreplident --------------- - i -(1 row) - -\d test_replica_identity - Table "public.test_replica_identity" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------------------------------------------------- - id | integer | | not null | nextval('test_replica_identity_id_seq'::regclass) - keya | text | | not null | - keyb | text | | not null | - nonkey | text | | | -Indexes: - "test_replica_identity_pkey" PRIMARY KEY, btree (id) - "test_replica_identity_expr" UNIQUE, btree (keya, keyb, (3)) - "test_replica_identity_hash" hash (nonkey) - "test_replica_identity_keyab" btree (keya, keyb) - "test_replica_identity_keyab_key" UNIQUE, btree (keya, keyb) REPLICA IDENTITY - "test_replica_identity_nonkey" UNIQUE, btree (keya, nonkey) - "test_replica_identity_partial" UNIQUE, btree (keya, keyb) WHERE keyb <> '3'::text - "test_replica_identity_unique_defer" UNIQUE CONSTRAINT, btree (keya, keyb) DEFERRABLE - "test_replica_identity_unique_nondefer" UNIQUE CONSTRAINT, btree (keya, keyb) - -SELECT count(*) FROM pg_index WHERE indrelid = 'test_replica_identity'::regclass AND indisreplident; - count -------- - 1 -(1 row) - ----- --- Make sure non index cases work ----- -ALTER TABLE test_replica_identity REPLICA IDENTITY DEFAULT; -SELECT relreplident FROM pg_class WHERE oid = 'test_replica_identity'::regclass; - relreplident --------------- - d -(1 row) - -SELECT count(*) FROM pg_index WHERE indrelid = 'test_replica_identity'::regclass AND indisreplident; - count -------- - 0 -(1 row) - -ALTER TABLE test_replica_identity REPLICA IDENTITY FULL; -SELECT relreplident FROM pg_class WHERE oid = 'test_replica_identity'::regclass; - relreplident --------------- - f -(1 row) - -\d+ test_replica_identity - Table "public.test_replica_identity" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------------------------------------------------+----------+--------------+------------- - id | integer | | not null | nextval('test_replica_identity_id_seq'::regclass) | plain | | - keya | text | | not null | | extended | | - keyb | text | | not null | | extended | | - nonkey | text | | | | extended | | -Indexes: - "test_replica_identity_pkey" PRIMARY KEY, btree (id) - "test_replica_identity_expr" UNIQUE, btree (keya, keyb, (3)) - "test_replica_identity_hash" hash (nonkey) - "test_replica_identity_keyab" btree (keya, keyb) - "test_replica_identity_keyab_key" UNIQUE, btree (keya, keyb) - "test_replica_identity_nonkey" UNIQUE, btree (keya, nonkey) - "test_replica_identity_partial" UNIQUE, btree (keya, keyb) WHERE keyb <> '3'::text - "test_replica_identity_unique_defer" UNIQUE CONSTRAINT, btree (keya, keyb) DEFERRABLE - "test_replica_identity_unique_nondefer" UNIQUE CONSTRAINT, btree (keya, keyb) -Not-null constraints: - "test_replica_identity_id_not_null" NOT NULL "id" - "test_replica_identity_keya_not_null" NOT NULL "keya" - "test_replica_identity_keyb_not_null" NOT NULL "keyb" -Replica Identity: FULL - -ALTER TABLE test_replica_identity REPLICA IDENTITY NOTHING; -SELECT relreplident FROM pg_class WHERE oid = 'test_replica_identity'::regclass; - relreplident --------------- - n -(1 row) - ---- --- Test that ALTER TABLE rewrite preserves nondefault replica identity ---- --- constraint variant -CREATE TABLE test_replica_identity2 (id int UNIQUE NOT NULL); -ALTER TABLE test_replica_identity2 REPLICA IDENTITY USING INDEX test_replica_identity2_id_key; -\d test_replica_identity2 - Table "public.test_replica_identity2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - id | integer | | not null | -Indexes: - "test_replica_identity2_id_key" UNIQUE CONSTRAINT, btree (id) REPLICA IDENTITY - -ALTER TABLE test_replica_identity2 ALTER COLUMN id TYPE bigint; -\d test_replica_identity2 - Table "public.test_replica_identity2" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+--------- - id | bigint | | not null | -Indexes: - "test_replica_identity2_id_key" UNIQUE CONSTRAINT, btree (id) REPLICA IDENTITY - --- straight index variant -CREATE TABLE test_replica_identity3 (id int NOT NULL); -CREATE UNIQUE INDEX test_replica_identity3_id_key ON test_replica_identity3 (id); -ALTER TABLE test_replica_identity3 REPLICA IDENTITY USING INDEX test_replica_identity3_id_key; -\d test_replica_identity3 - Table "public.test_replica_identity3" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - id | integer | | not null | -Indexes: - "test_replica_identity3_id_key" UNIQUE, btree (id) REPLICA IDENTITY - -ALTER TABLE test_replica_identity3 ALTER COLUMN id TYPE bigint; -\d test_replica_identity3 - Table "public.test_replica_identity3" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+--------- - id | bigint | | not null | -Indexes: - "test_replica_identity3_id_key" UNIQUE, btree (id) REPLICA IDENTITY - --- ALTER TABLE DROP NOT NULL is not allowed for columns part of an index --- used as replica identity. -ALTER TABLE test_replica_identity3 ALTER COLUMN id DROP NOT NULL; -ERROR: column "id" is in index used as replica identity --- but it's OK when the identity is FULL -ALTER TABLE test_replica_identity3 REPLICA IDENTITY FULL; -ALTER TABLE test_replica_identity3 ALTER COLUMN id DROP NOT NULL; --- --- Test that replica identity can be set on an index that's not yet valid. --- (This matches the way pg_dump will try to dump a partitioned table.) --- -CREATE TABLE test_replica_identity4(id integer NOT NULL) PARTITION BY LIST (id); -CREATE TABLE test_replica_identity4_1(id integer NOT NULL); -ALTER TABLE ONLY test_replica_identity4 - ATTACH PARTITION test_replica_identity4_1 FOR VALUES IN (1); -ALTER TABLE ONLY test_replica_identity4 - ADD CONSTRAINT test_replica_identity4_pkey PRIMARY KEY (id); -ALTER TABLE ONLY test_replica_identity4 - REPLICA IDENTITY USING INDEX test_replica_identity4_pkey; -ALTER TABLE ONLY test_replica_identity4_1 - ADD CONSTRAINT test_replica_identity4_1_pkey PRIMARY KEY (id); -\d+ test_replica_identity4 - Partitioned table "public.test_replica_identity4" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - id | integer | | not null | | plain | | -Partition key: LIST (id) -Indexes: - "test_replica_identity4_pkey" PRIMARY KEY, btree (id) INVALID REPLICA IDENTITY -Not-null constraints: - "test_replica_identity4_id_not_null" NOT NULL "id" -Partitions: test_replica_identity4_1 FOR VALUES IN (1) - -ALTER INDEX test_replica_identity4_pkey - ATTACH PARTITION test_replica_identity4_1_pkey; -\d+ test_replica_identity4 - Partitioned table "public.test_replica_identity4" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - id | integer | | not null | | plain | | -Partition key: LIST (id) -Indexes: - "test_replica_identity4_pkey" PRIMARY KEY, btree (id) REPLICA IDENTITY -Not-null constraints: - "test_replica_identity4_id_not_null" NOT NULL "id" -Partitions: test_replica_identity4_1 FOR VALUES IN (1) - --- Dropping the primary key is not allowed if that would leave the replica --- identity as nullable -CREATE TABLE test_replica_identity5 (a int not null, b int, c int, - PRIMARY KEY (b, c)); -CREATE UNIQUE INDEX test_replica_identity5_a_b_key ON test_replica_identity5 (a, b); -ALTER TABLE test_replica_identity5 REPLICA IDENTITY USING INDEX test_replica_identity5_a_b_key; -ALTER TABLE test_replica_identity5 DROP CONSTRAINT test_replica_identity5_pkey; -ALTER TABLE test_replica_identity5 ALTER b SET NOT NULL; -ALTER TABLE test_replica_identity5 DROP CONSTRAINT test_replica_identity5_pkey; -ERROR: constraint "test_replica_identity5_pkey" of relation "test_replica_identity5" does not exist -ALTER TABLE test_replica_identity5 ALTER b DROP NOT NULL; -ERROR: column "b" is in index used as replica identity -DROP TABLE test_replica_identity; -DROP TABLE test_replica_identity2; -DROP TABLE test_replica_identity3; -DROP TABLE test_replica_identity4; -DROP TABLE test_replica_identity5; -DROP TABLE test_replica_identity_othertable; -DROP TABLE test_replica_identity_t3; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rowsecurity.out --- /tmp/cirrus-ci-build/src/test/regress/expected/rowsecurity.out 2025-05-11 19:30:18.993242000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rowsecurity.out 2025-05-11 19:32:42.101469000 +0000 @@ -1,4807 +1,2 @@ --- --- Test of Row-level security feature --- --- Clean up in case a prior regression run failed --- Suppress NOTICE messages when users/groups don't exist -SET client_min_messages TO 'warning'; -DROP USER IF EXISTS regress_rls_alice; -DROP USER IF EXISTS regress_rls_bob; -DROP USER IF EXISTS regress_rls_carol; -DROP USER IF EXISTS regress_rls_dave; -DROP USER IF EXISTS regress_rls_exempt_user; -DROP ROLE IF EXISTS regress_rls_group1; -DROP ROLE IF EXISTS regress_rls_group2; -DROP SCHEMA IF EXISTS regress_rls_schema CASCADE; -RESET client_min_messages; --- initial setup -CREATE USER regress_rls_alice NOLOGIN; -CREATE USER regress_rls_bob NOLOGIN; -CREATE USER regress_rls_carol NOLOGIN; -CREATE USER regress_rls_dave NOLOGIN; -CREATE USER regress_rls_exempt_user BYPASSRLS NOLOGIN; -CREATE ROLE regress_rls_group1 NOLOGIN; -CREATE ROLE regress_rls_group2 NOLOGIN; -GRANT regress_rls_group1 TO regress_rls_bob; -GRANT regress_rls_group2 TO regress_rls_carol; -CREATE SCHEMA regress_rls_schema; -GRANT ALL ON SCHEMA regress_rls_schema to public; -SET search_path = regress_rls_schema; --- setup of malicious function -CREATE OR REPLACE FUNCTION f_leak(text) RETURNS bool - COST 0.0000001 LANGUAGE plpgsql - AS 'BEGIN RAISE NOTICE ''f_leak => %'', $1; RETURN true; END'; -GRANT EXECUTE ON FUNCTION f_leak(text) TO public; --- BASIC Row-Level Security Scenario -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE uaccount ( - pguser name primary key, - seclv int -); -GRANT SELECT ON uaccount TO public; -INSERT INTO uaccount VALUES - ('regress_rls_alice', 99), - ('regress_rls_bob', 1), - ('regress_rls_carol', 2), - ('regress_rls_dave', 3); -CREATE TABLE category ( - cid int primary key, - cname text -); -GRANT ALL ON category TO public; -INSERT INTO category VALUES - (11, 'novel'), - (22, 'science fiction'), - (33, 'technology'), - (44, 'manga'); -CREATE TABLE document ( - did int primary key, - cid int references category(cid), - dlevel int not null, - dauthor name, - dtitle text -); -GRANT ALL ON document TO public; -INSERT INTO document VALUES - ( 1, 11, 1, 'regress_rls_bob', 'my first novel'), - ( 2, 11, 2, 'regress_rls_bob', 'my second novel'), - ( 3, 22, 2, 'regress_rls_bob', 'my science fiction'), - ( 4, 44, 1, 'regress_rls_bob', 'my first manga'), - ( 5, 44, 2, 'regress_rls_bob', 'my second manga'), - ( 6, 22, 1, 'regress_rls_carol', 'great science fiction'), - ( 7, 33, 2, 'regress_rls_carol', 'great technology book'), - ( 8, 44, 1, 'regress_rls_carol', 'great manga'), - ( 9, 22, 1, 'regress_rls_dave', 'awesome science fiction'), - (10, 33, 2, 'regress_rls_dave', 'awesome technology book'); -ALTER TABLE document ENABLE ROW LEVEL SECURITY; --- user's security level must be higher than or equal to document's -CREATE POLICY p1 ON document AS PERMISSIVE - USING (dlevel <= (SELECT seclv FROM uaccount WHERE pguser = current_user)); --- try to create a policy of bogus type -CREATE POLICY p1 ON document AS UGLY - USING (dlevel <= (SELECT seclv FROM uaccount WHERE pguser = current_user)); -ERROR: unrecognized row security option "ugly" -LINE 1: CREATE POLICY p1 ON document AS UGLY - ^ -HINT: Only PERMISSIVE or RESTRICTIVE policies are supported currently. --- but Dave isn't allowed to anything at cid 50 or above --- this is to make sure that we sort the policies by name first --- when applying WITH CHECK, a later INSERT by Dave should fail due --- to p1r first -CREATE POLICY p2r ON document AS RESTRICTIVE TO regress_rls_dave - USING (cid <> 44 AND cid < 50); --- and Dave isn't allowed to see manga documents -CREATE POLICY p1r ON document AS RESTRICTIVE TO regress_rls_dave - USING (cid <> 44); -\dp - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------------------+----------+-------+----------------------------------------------+-------------------+-------------------------------------------- - regress_rls_schema | category | table | regress_rls_alice=arwdDxtm/regress_rls_alice+| | - | | | =arwdDxtm/regress_rls_alice | | - regress_rls_schema | document | table | regress_rls_alice=arwdDxtm/regress_rls_alice+| | p1: + - | | | =arwdDxtm/regress_rls_alice | | (u): (dlevel <= ( SELECT uaccount.seclv + - | | | | | FROM uaccount + - | | | | | WHERE (uaccount.pguser = CURRENT_USER)))+ - | | | | | p2r (RESTRICTIVE): + - | | | | | (u): ((cid <> 44) AND (cid < 50)) + - | | | | | to: regress_rls_dave + - | | | | | p1r (RESTRICTIVE): + - | | | | | (u): (cid <> 44) + - | | | | | to: regress_rls_dave - regress_rls_schema | uaccount | table | regress_rls_alice=arwdDxtm/regress_rls_alice+| | - | | | =r/regress_rls_alice | | -(3 rows) - -\d document - Table "regress_rls_schema.document" - Column | Type | Collation | Nullable | Default ----------+---------+-----------+----------+--------- - did | integer | | not null | - cid | integer | | | - dlevel | integer | | not null | - dauthor | name | | | - dtitle | text | | | -Indexes: - "document_pkey" PRIMARY KEY, btree (did) -Foreign-key constraints: - "document_cid_fkey" FOREIGN KEY (cid) REFERENCES category(cid) -Policies: - POLICY "p1" - USING ((dlevel <= ( SELECT uaccount.seclv - FROM uaccount - WHERE (uaccount.pguser = CURRENT_USER)))) - POLICY "p1r" AS RESTRICTIVE - TO regress_rls_dave - USING ((cid <> 44)) - POLICY "p2r" AS RESTRICTIVE - TO regress_rls_dave - USING (((cid <> 44) AND (cid < 50))) - -SELECT * FROM pg_policies WHERE schemaname = 'regress_rls_schema' AND tablename = 'document' ORDER BY policyname; - schemaname | tablename | policyname | permissive | roles | cmd | qual | with_check ---------------------+-----------+------------+-------------+--------------------+-----+--------------------------------------------+------------ - regress_rls_schema | document | p1 | PERMISSIVE | {public} | ALL | (dlevel <= ( SELECT uaccount.seclv +| - | | | | | | FROM uaccount +| - | | | | | | WHERE (uaccount.pguser = CURRENT_USER))) | - regress_rls_schema | document | p1r | RESTRICTIVE | {regress_rls_dave} | ALL | (cid <> 44) | - regress_rls_schema | document | p2r | RESTRICTIVE | {regress_rls_dave} | ALL | ((cid <> 44) AND (cid < 50)) | -(3 rows) - --- viewpoint from regress_rls_bob -SET SESSION AUTHORIZATION regress_rls_bob; -SET row_security TO ON; -SELECT * FROM document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my first manga -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great manga -NOTICE: f_leak => awesome science fiction - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 4 | 44 | 1 | regress_rls_bob | my first manga - 6 | 22 | 1 | regress_rls_carol | great science fiction - 8 | 44 | 1 | regress_rls_carol | great manga - 9 | 22 | 1 | regress_rls_dave | awesome science fiction -(5 rows) - -SELECT * FROM document NATURAL JOIN category WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my first manga -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great manga -NOTICE: f_leak => awesome science fiction - cid | did | dlevel | dauthor | dtitle | cname ------+-----+--------+-------------------+-------------------------+----------------- - 11 | 1 | 1 | regress_rls_bob | my first novel | novel - 44 | 4 | 1 | regress_rls_bob | my first manga | manga - 22 | 6 | 1 | regress_rls_carol | great science fiction | science fiction - 44 | 8 | 1 | regress_rls_carol | great manga | manga - 22 | 9 | 1 | regress_rls_dave | awesome science fiction | science fiction -(5 rows) - --- try a sampled version -SELECT * FROM document TABLESAMPLE BERNOULLI(50) REPEATABLE(0) - WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first manga -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great manga -NOTICE: f_leak => awesome science fiction - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 4 | 44 | 1 | regress_rls_bob | my first manga - 6 | 22 | 1 | regress_rls_carol | great science fiction - 8 | 44 | 1 | regress_rls_carol | great manga - 9 | 22 | 1 | regress_rls_dave | awesome science fiction -(4 rows) - --- viewpoint from regress_rls_carol -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => my science fiction -NOTICE: f_leak => my first manga -NOTICE: f_leak => my second manga -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great technology book -NOTICE: f_leak => great manga -NOTICE: f_leak => awesome science fiction -NOTICE: f_leak => awesome technology book - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 22 | 2 | regress_rls_bob | my science fiction - 4 | 44 | 1 | regress_rls_bob | my first manga - 5 | 44 | 2 | regress_rls_bob | my second manga - 6 | 22 | 1 | regress_rls_carol | great science fiction - 7 | 33 | 2 | regress_rls_carol | great technology book - 8 | 44 | 1 | regress_rls_carol | great manga - 9 | 22 | 1 | regress_rls_dave | awesome science fiction - 10 | 33 | 2 | regress_rls_dave | awesome technology book -(10 rows) - -SELECT * FROM document NATURAL JOIN category WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => my science fiction -NOTICE: f_leak => my first manga -NOTICE: f_leak => my second manga -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great technology book -NOTICE: f_leak => great manga -NOTICE: f_leak => awesome science fiction -NOTICE: f_leak => awesome technology book - cid | did | dlevel | dauthor | dtitle | cname ------+-----+--------+-------------------+-------------------------+----------------- - 11 | 1 | 1 | regress_rls_bob | my first novel | novel - 11 | 2 | 2 | regress_rls_bob | my second novel | novel - 22 | 3 | 2 | regress_rls_bob | my science fiction | science fiction - 44 | 4 | 1 | regress_rls_bob | my first manga | manga - 44 | 5 | 2 | regress_rls_bob | my second manga | manga - 22 | 6 | 1 | regress_rls_carol | great science fiction | science fiction - 33 | 7 | 2 | regress_rls_carol | great technology book | technology - 44 | 8 | 1 | regress_rls_carol | great manga | manga - 22 | 9 | 1 | regress_rls_dave | awesome science fiction | science fiction - 33 | 10 | 2 | regress_rls_dave | awesome technology book | technology -(10 rows) - --- try a sampled version -SELECT * FROM document TABLESAMPLE BERNOULLI(50) REPEATABLE(0) - WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first manga -NOTICE: f_leak => my second manga -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great manga -NOTICE: f_leak => awesome science fiction - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 4 | 44 | 1 | regress_rls_bob | my first manga - 5 | 44 | 2 | regress_rls_bob | my second manga - 6 | 22 | 1 | regress_rls_carol | great science fiction - 8 | 44 | 1 | regress_rls_carol | great manga - 9 | 22 | 1 | regress_rls_dave | awesome science fiction -(5 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM document WHERE f_leak(dtitle); - QUERY PLAN --------------------------------------------------------------- - Seq Scan on document - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) - InitPlan 1 - -> Index Scan using uaccount_pkey on uaccount - Index Cond: (pguser = CURRENT_USER) -(5 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM document NATURAL JOIN category WHERE f_leak(dtitle); - QUERY PLAN --------------------------------------------------------------------------- - Hash Join - Hash Cond: (category.cid = document.cid) - InitPlan 1 - -> Index Scan using uaccount_pkey on uaccount - Index Cond: (pguser = CURRENT_USER) - -> Seq Scan on category - -> Hash - -> Seq Scan on document - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) -(9 rows) - --- viewpoint from regress_rls_dave -SET SESSION AUTHORIZATION regress_rls_dave; -SELECT * FROM document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => my science fiction -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great technology book -NOTICE: f_leak => awesome science fiction -NOTICE: f_leak => awesome technology book - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 22 | 2 | regress_rls_bob | my science fiction - 6 | 22 | 1 | regress_rls_carol | great science fiction - 7 | 33 | 2 | regress_rls_carol | great technology book - 9 | 22 | 1 | regress_rls_dave | awesome science fiction - 10 | 33 | 2 | regress_rls_dave | awesome technology book -(7 rows) - -SELECT * FROM document NATURAL JOIN category WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => my science fiction -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great technology book -NOTICE: f_leak => awesome science fiction -NOTICE: f_leak => awesome technology book - cid | did | dlevel | dauthor | dtitle | cname ------+-----+--------+-------------------+-------------------------+----------------- - 11 | 1 | 1 | regress_rls_bob | my first novel | novel - 11 | 2 | 2 | regress_rls_bob | my second novel | novel - 22 | 3 | 2 | regress_rls_bob | my science fiction | science fiction - 22 | 6 | 1 | regress_rls_carol | great science fiction | science fiction - 33 | 7 | 2 | regress_rls_carol | great technology book | technology - 22 | 9 | 1 | regress_rls_dave | awesome science fiction | science fiction - 33 | 10 | 2 | regress_rls_dave | awesome technology book | technology -(7 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM document WHERE f_leak(dtitle); - QUERY PLAN -------------------------------------------------------------------------------------------------------------- - Seq Scan on document - Filter: ((cid <> 44) AND (cid <> 44) AND (cid < 50) AND (dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) - InitPlan 1 - -> Index Scan using uaccount_pkey on uaccount - Index Cond: (pguser = CURRENT_USER) -(5 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM document NATURAL JOIN category WHERE f_leak(dtitle); - QUERY PLAN -------------------------------------------------------------------------------------------------------------------------- - Hash Join - Hash Cond: (category.cid = document.cid) - InitPlan 1 - -> Index Scan using uaccount_pkey on uaccount - Index Cond: (pguser = CURRENT_USER) - -> Seq Scan on category - -> Hash - -> Seq Scan on document - Filter: ((cid <> 44) AND (cid <> 44) AND (cid < 50) AND (dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) -(9 rows) - --- 44 would technically fail for both p2r and p1r, but we should get an error --- back from p1r for this because it sorts first -INSERT INTO document VALUES (100, 44, 1, 'regress_rls_dave', 'testing sorting of policies'); -- fail -ERROR: new row violates row-level security policy "p1r" for table "document" --- Just to see a p2r error -INSERT INTO document VALUES (100, 55, 1, 'regress_rls_dave', 'testing sorting of policies'); -- fail -ERROR: new row violates row-level security policy "p2r" for table "document" --- only owner can change policies -ALTER POLICY p1 ON document USING (true); --fail -ERROR: must be owner of table document -DROP POLICY p1 ON document; --fail -ERROR: must be owner of relation document -SET SESSION AUTHORIZATION regress_rls_alice; -ALTER POLICY p1 ON document USING (dauthor = current_user); --- viewpoint from regress_rls_bob again -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => my science fiction -NOTICE: f_leak => my first manga -NOTICE: f_leak => my second manga - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-----------------+-------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 22 | 2 | regress_rls_bob | my science fiction - 4 | 44 | 1 | regress_rls_bob | my first manga - 5 | 44 | 2 | regress_rls_bob | my second manga -(5 rows) - -SELECT * FROM document NATURAL JOIN category WHERE f_leak(dtitle) ORDER by did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => my science fiction -NOTICE: f_leak => my first manga -NOTICE: f_leak => my second manga - cid | did | dlevel | dauthor | dtitle | cname ------+-----+--------+-----------------+--------------------+----------------- - 11 | 1 | 1 | regress_rls_bob | my first novel | novel - 11 | 2 | 2 | regress_rls_bob | my second novel | novel - 22 | 3 | 2 | regress_rls_bob | my science fiction | science fiction - 44 | 4 | 1 | regress_rls_bob | my first manga | manga - 44 | 5 | 2 | regress_rls_bob | my second manga | manga -(5 rows) - --- viewpoint from rls_regres_carol again -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great technology book -NOTICE: f_leak => great manga - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+----------------------- - 6 | 22 | 1 | regress_rls_carol | great science fiction - 7 | 33 | 2 | regress_rls_carol | great technology book - 8 | 44 | 1 | regress_rls_carol | great manga -(3 rows) - -SELECT * FROM document NATURAL JOIN category WHERE f_leak(dtitle) ORDER by did; -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great technology book -NOTICE: f_leak => great manga - cid | did | dlevel | dauthor | dtitle | cname ------+-----+--------+-------------------+-----------------------+----------------- - 22 | 6 | 1 | regress_rls_carol | great science fiction | science fiction - 33 | 7 | 2 | regress_rls_carol | great technology book | technology - 44 | 8 | 1 | regress_rls_carol | great manga | manga -(3 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM document WHERE f_leak(dtitle); - QUERY PLAN ---------------------------------------------------------- - Seq Scan on document - Filter: ((dauthor = CURRENT_USER) AND f_leak(dtitle)) -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM document NATURAL JOIN category WHERE f_leak(dtitle); - QUERY PLAN ---------------------------------------------------------------- - Nested Loop - -> Seq Scan on document - Filter: ((dauthor = CURRENT_USER) AND f_leak(dtitle)) - -> Index Scan using category_pkey on category - Index Cond: (cid = document.cid) -(5 rows) - --- interaction of FK/PK constraints -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE POLICY p2 ON category - USING (CASE WHEN current_user = 'regress_rls_bob' THEN cid IN (11, 33) - WHEN current_user = 'regress_rls_carol' THEN cid IN (22, 44) - ELSE false END); -ALTER TABLE category ENABLE ROW LEVEL SECURITY; --- cannot delete PK referenced by invisible FK -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM document d FULL OUTER JOIN category c on d.cid = c.cid ORDER BY d.did, c.cid; - did | cid | dlevel | dauthor | dtitle | cid | cname ------+-----+--------+-----------------+--------------------+-----+------------ - 1 | 11 | 1 | regress_rls_bob | my first novel | 11 | novel - 2 | 11 | 2 | regress_rls_bob | my second novel | 11 | novel - 3 | 22 | 2 | regress_rls_bob | my science fiction | | - 4 | 44 | 1 | regress_rls_bob | my first manga | | - 5 | 44 | 2 | regress_rls_bob | my second manga | | - | | | | | 33 | technology -(6 rows) - -DELETE FROM category WHERE cid = 33; -- fails with FK violation -ERROR: update or delete on table "category" violates foreign key constraint "document_cid_fkey" on table "document" -DETAIL: Key is still referenced from table "document". --- can insert FK referencing invisible PK -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM document d FULL OUTER JOIN category c on d.cid = c.cid ORDER BY d.did, c.cid; - did | cid | dlevel | dauthor | dtitle | cid | cname ------+-----+--------+-------------------+-----------------------+-----+----------------- - 6 | 22 | 1 | regress_rls_carol | great science fiction | 22 | science fiction - 7 | 33 | 2 | regress_rls_carol | great technology book | | - 8 | 44 | 1 | regress_rls_carol | great manga | 44 | manga -(3 rows) - -INSERT INTO document VALUES (11, 33, 1, current_user, 'hoge'); --- UNIQUE or PRIMARY KEY constraint violation DOES reveal presence of row -SET SESSION AUTHORIZATION regress_rls_bob; -INSERT INTO document VALUES (8, 44, 1, 'regress_rls_bob', 'my third manga'); -- Must fail with unique violation, revealing presence of did we can't see -ERROR: duplicate key value violates unique constraint "document_pkey" -SELECT * FROM document WHERE did = 8; -- and confirm we can't see it - did | cid | dlevel | dauthor | dtitle ------+-----+--------+---------+-------- -(0 rows) - --- RLS policies are checked before constraints -INSERT INTO document VALUES (8, 44, 1, 'regress_rls_carol', 'my third manga'); -- Should fail with RLS check violation, not duplicate key violation -ERROR: new row violates row-level security policy for table "document" -UPDATE document SET did = 8, dauthor = 'regress_rls_carol' WHERE did = 5; -- Should fail with RLS check violation, not duplicate key violation -ERROR: new row violates row-level security policy for table "document" --- database superuser does bypass RLS policy when enabled -RESET SESSION AUTHORIZATION; -SET row_security TO ON; -SELECT * FROM document; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 22 | 2 | regress_rls_bob | my science fiction - 4 | 44 | 1 | regress_rls_bob | my first manga - 5 | 44 | 2 | regress_rls_bob | my second manga - 6 | 22 | 1 | regress_rls_carol | great science fiction - 7 | 33 | 2 | regress_rls_carol | great technology book - 8 | 44 | 1 | regress_rls_carol | great manga - 9 | 22 | 1 | regress_rls_dave | awesome science fiction - 10 | 33 | 2 | regress_rls_dave | awesome technology book - 11 | 33 | 1 | regress_rls_carol | hoge -(11 rows) - -SELECT * FROM category; - cid | cname ------+----------------- - 11 | novel - 22 | science fiction - 33 | technology - 44 | manga -(4 rows) - --- database superuser does bypass RLS policy when disabled -RESET SESSION AUTHORIZATION; -SET row_security TO OFF; -SELECT * FROM document; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 22 | 2 | regress_rls_bob | my science fiction - 4 | 44 | 1 | regress_rls_bob | my first manga - 5 | 44 | 2 | regress_rls_bob | my second manga - 6 | 22 | 1 | regress_rls_carol | great science fiction - 7 | 33 | 2 | regress_rls_carol | great technology book - 8 | 44 | 1 | regress_rls_carol | great manga - 9 | 22 | 1 | regress_rls_dave | awesome science fiction - 10 | 33 | 2 | regress_rls_dave | awesome technology book - 11 | 33 | 1 | regress_rls_carol | hoge -(11 rows) - -SELECT * FROM category; - cid | cname ------+----------------- - 11 | novel - 22 | science fiction - 33 | technology - 44 | manga -(4 rows) - --- database non-superuser with bypass privilege can bypass RLS policy when disabled -SET SESSION AUTHORIZATION regress_rls_exempt_user; -SET row_security TO OFF; -SELECT * FROM document; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 22 | 2 | regress_rls_bob | my science fiction - 4 | 44 | 1 | regress_rls_bob | my first manga - 5 | 44 | 2 | regress_rls_bob | my second manga - 6 | 22 | 1 | regress_rls_carol | great science fiction - 7 | 33 | 2 | regress_rls_carol | great technology book - 8 | 44 | 1 | regress_rls_carol | great manga - 9 | 22 | 1 | regress_rls_dave | awesome science fiction - 10 | 33 | 2 | regress_rls_dave | awesome technology book - 11 | 33 | 1 | regress_rls_carol | hoge -(11 rows) - -SELECT * FROM category; - cid | cname ------+----------------- - 11 | novel - 22 | science fiction - 33 | technology - 44 | manga -(4 rows) - --- RLS policy does not apply to table owner when RLS enabled. -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security TO ON; -SELECT * FROM document; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 22 | 2 | regress_rls_bob | my science fiction - 4 | 44 | 1 | regress_rls_bob | my first manga - 5 | 44 | 2 | regress_rls_bob | my second manga - 6 | 22 | 1 | regress_rls_carol | great science fiction - 7 | 33 | 2 | regress_rls_carol | great technology book - 8 | 44 | 1 | regress_rls_carol | great manga - 9 | 22 | 1 | regress_rls_dave | awesome science fiction - 10 | 33 | 2 | regress_rls_dave | awesome technology book - 11 | 33 | 1 | regress_rls_carol | hoge -(11 rows) - -SELECT * FROM category; - cid | cname ------+----------------- - 11 | novel - 22 | science fiction - 33 | technology - 44 | manga -(4 rows) - --- RLS policy does not apply to table owner when RLS disabled. -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security TO OFF; -SELECT * FROM document; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 22 | 2 | regress_rls_bob | my science fiction - 4 | 44 | 1 | regress_rls_bob | my first manga - 5 | 44 | 2 | regress_rls_bob | my second manga - 6 | 22 | 1 | regress_rls_carol | great science fiction - 7 | 33 | 2 | regress_rls_carol | great technology book - 8 | 44 | 1 | regress_rls_carol | great manga - 9 | 22 | 1 | regress_rls_dave | awesome science fiction - 10 | 33 | 2 | regress_rls_dave | awesome technology book - 11 | 33 | 1 | regress_rls_carol | hoge -(11 rows) - -SELECT * FROM category; - cid | cname ------+----------------- - 11 | novel - 22 | science fiction - 33 | technology - 44 | manga -(4 rows) - --- --- Table inheritance and RLS policy --- -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security TO ON; -CREATE TABLE t1 (id int not null primary key, a int, junk1 text, b text); -ALTER TABLE t1 DROP COLUMN junk1; -- just a disturbing factor -GRANT ALL ON t1 TO public; -COPY t1 FROM stdin WITH ; -CREATE TABLE t2 (c float) INHERITS (t1); -GRANT ALL ON t2 TO public; -COPY t2 FROM stdin; -CREATE TABLE t3 (id int not null primary key, c text, b text, a int); -ALTER TABLE t3 INHERIT t1; -GRANT ALL ON t3 TO public; -COPY t3(id, a,b,c) FROM stdin; -CREATE POLICY p1 ON t1 FOR ALL TO PUBLIC USING (a % 2 = 0); -- be even number -CREATE POLICY p2 ON t2 FOR ALL TO PUBLIC USING (a % 2 = 1); -- be odd number -ALTER TABLE t1 ENABLE ROW LEVEL SECURITY; -ALTER TABLE t2 ENABLE ROW LEVEL SECURITY; -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM t1; - id | a | b ------+---+----- - 102 | 2 | bbb - 104 | 4 | dad - 202 | 2 | bcd - 204 | 4 | def - 302 | 2 | yyy -(5 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1; - QUERY PLAN -------------------------------- - Append - -> Seq Scan on t1 t1_1 - Filter: ((a % 2) = 0) - -> Seq Scan on t2 t1_2 - Filter: ((a % 2) = 0) - -> Seq Scan on t3 t1_3 - Filter: ((a % 2) = 0) -(7 rows) - -SELECT * FROM t1 WHERE f_leak(b); -NOTICE: f_leak => bbb -NOTICE: f_leak => dad -NOTICE: f_leak => bcd -NOTICE: f_leak => def -NOTICE: f_leak => yyy - id | a | b ------+---+----- - 102 | 2 | bbb - 104 | 4 | dad - 202 | 2 | bcd - 204 | 4 | def - 302 | 2 | yyy -(5 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1 WHERE f_leak(b); - QUERY PLAN ------------------------------------------------ - Append - -> Seq Scan on t1 t1_1 - Filter: (((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t2 t1_2 - Filter: (((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t3 t1_3 - Filter: (((a % 2) = 0) AND f_leak(b)) -(7 rows) - --- reference to system column -SELECT tableoid::regclass, * FROM t1; - tableoid | id | a | b -----------+-----+---+----- - t1 | 102 | 2 | bbb - t1 | 104 | 4 | dad - t2 | 202 | 2 | bcd - t2 | 204 | 4 | def - t3 | 302 | 2 | yyy -(5 rows) - -EXPLAIN (COSTS OFF) SELECT *, t1 FROM t1; - QUERY PLAN -------------------------------- - Append - -> Seq Scan on t1 t1_1 - Filter: ((a % 2) = 0) - -> Seq Scan on t2 t1_2 - Filter: ((a % 2) = 0) - -> Seq Scan on t3 t1_3 - Filter: ((a % 2) = 0) -(7 rows) - --- reference to whole-row reference -SELECT *, t1 FROM t1; - id | a | b | t1 ------+---+-----+------------- - 102 | 2 | bbb | (102,2,bbb) - 104 | 4 | dad | (104,4,dad) - 202 | 2 | bcd | (202,2,bcd) - 204 | 4 | def | (204,4,def) - 302 | 2 | yyy | (302,2,yyy) -(5 rows) - -EXPLAIN (COSTS OFF) SELECT *, t1 FROM t1; - QUERY PLAN -------------------------------- - Append - -> Seq Scan on t1 t1_1 - Filter: ((a % 2) = 0) - -> Seq Scan on t2 t1_2 - Filter: ((a % 2) = 0) - -> Seq Scan on t3 t1_3 - Filter: ((a % 2) = 0) -(7 rows) - --- for share/update lock -SELECT * FROM t1 FOR SHARE; - id | a | b ------+---+----- - 102 | 2 | bbb - 104 | 4 | dad - 202 | 2 | bcd - 204 | 4 | def - 302 | 2 | yyy -(5 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1 FOR SHARE; - QUERY PLAN -------------------------------------- - LockRows - -> Append - -> Seq Scan on t1 t1_1 - Filter: ((a % 2) = 0) - -> Seq Scan on t2 t1_2 - Filter: ((a % 2) = 0) - -> Seq Scan on t3 t1_3 - Filter: ((a % 2) = 0) -(8 rows) - -SELECT * FROM t1 WHERE f_leak(b) FOR SHARE; -NOTICE: f_leak => bbb -NOTICE: f_leak => dad -NOTICE: f_leak => bcd -NOTICE: f_leak => def -NOTICE: f_leak => yyy - id | a | b ------+---+----- - 102 | 2 | bbb - 104 | 4 | dad - 202 | 2 | bcd - 204 | 4 | def - 302 | 2 | yyy -(5 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1 WHERE f_leak(b) FOR SHARE; - QUERY PLAN ------------------------------------------------------ - LockRows - -> Append - -> Seq Scan on t1 t1_1 - Filter: (((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t2 t1_2 - Filter: (((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t3 t1_3 - Filter: (((a % 2) = 0) AND f_leak(b)) -(8 rows) - --- union all query -SELECT a, b, tableoid::regclass FROM t2 UNION ALL SELECT a, b, tableoid::regclass FROM t3; - a | b | tableoid ----+-----+---------- - 1 | abc | t2 - 3 | cde | t2 - 1 | xxx | t3 - 2 | yyy | t3 - 3 | zzz | t3 -(5 rows) - -EXPLAIN (COSTS OFF) SELECT a, b, tableoid::regclass FROM t2 UNION ALL SELECT a, b, tableoid::regclass FROM t3; - QUERY PLAN -------------------------------- - Append - -> Seq Scan on t2 - Filter: ((a % 2) = 1) - -> Seq Scan on t3 -(4 rows) - --- superuser is allowed to bypass RLS checks -RESET SESSION AUTHORIZATION; -SET row_security TO OFF; -SELECT * FROM t1 WHERE f_leak(b); -NOTICE: f_leak => aba -NOTICE: f_leak => bbb -NOTICE: f_leak => ccc -NOTICE: f_leak => dad -NOTICE: f_leak => abc -NOTICE: f_leak => bcd -NOTICE: f_leak => cde -NOTICE: f_leak => def -NOTICE: f_leak => xxx -NOTICE: f_leak => yyy -NOTICE: f_leak => zzz - id | a | b ------+---+----- - 101 | 1 | aba - 102 | 2 | bbb - 103 | 3 | ccc - 104 | 4 | dad - 201 | 1 | abc - 202 | 2 | bcd - 203 | 3 | cde - 204 | 4 | def - 301 | 1 | xxx - 302 | 2 | yyy - 303 | 3 | zzz -(11 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1 WHERE f_leak(b); - QUERY PLAN ---------------------------- - Append - -> Seq Scan on t1 t1_1 - Filter: f_leak(b) - -> Seq Scan on t2 t1_2 - Filter: f_leak(b) - -> Seq Scan on t3 t1_3 - Filter: f_leak(b) -(7 rows) - --- non-superuser with bypass privilege can bypass RLS policy when disabled -SET SESSION AUTHORIZATION regress_rls_exempt_user; -SET row_security TO OFF; -SELECT * FROM t1 WHERE f_leak(b); -NOTICE: f_leak => aba -NOTICE: f_leak => bbb -NOTICE: f_leak => ccc -NOTICE: f_leak => dad -NOTICE: f_leak => abc -NOTICE: f_leak => bcd -NOTICE: f_leak => cde -NOTICE: f_leak => def -NOTICE: f_leak => xxx -NOTICE: f_leak => yyy -NOTICE: f_leak => zzz - id | a | b ------+---+----- - 101 | 1 | aba - 102 | 2 | bbb - 103 | 3 | ccc - 104 | 4 | dad - 201 | 1 | abc - 202 | 2 | bcd - 203 | 3 | cde - 204 | 4 | def - 301 | 1 | xxx - 302 | 2 | yyy - 303 | 3 | zzz -(11 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1 WHERE f_leak(b); - QUERY PLAN ---------------------------- - Append - -> Seq Scan on t1 t1_1 - Filter: f_leak(b) - -> Seq Scan on t2 t1_2 - Filter: f_leak(b) - -> Seq Scan on t3 t1_3 - Filter: f_leak(b) -(7 rows) - --- --- Partitioned Tables --- -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE part_document ( - did int, - cid int, - dlevel int not null, - dauthor name, - dtitle text -) PARTITION BY RANGE (cid); -GRANT ALL ON part_document TO public; --- Create partitions for document categories -CREATE TABLE part_document_fiction PARTITION OF part_document FOR VALUES FROM (11) to (12); -CREATE TABLE part_document_satire PARTITION OF part_document FOR VALUES FROM (55) to (56); -CREATE TABLE part_document_nonfiction PARTITION OF part_document FOR VALUES FROM (99) to (100); -GRANT ALL ON part_document_fiction TO public; -GRANT ALL ON part_document_satire TO public; -GRANT ALL ON part_document_nonfiction TO public; -INSERT INTO part_document VALUES - ( 1, 11, 1, 'regress_rls_bob', 'my first novel'), - ( 2, 11, 2, 'regress_rls_bob', 'my second novel'), - ( 3, 99, 2, 'regress_rls_bob', 'my science textbook'), - ( 4, 55, 1, 'regress_rls_bob', 'my first satire'), - ( 5, 99, 2, 'regress_rls_bob', 'my history book'), - ( 6, 11, 1, 'regress_rls_carol', 'great science fiction'), - ( 7, 99, 2, 'regress_rls_carol', 'great technology book'), - ( 8, 55, 2, 'regress_rls_carol', 'great satire'), - ( 9, 11, 1, 'regress_rls_dave', 'awesome science fiction'), - (10, 99, 2, 'regress_rls_dave', 'awesome technology book'); -ALTER TABLE part_document ENABLE ROW LEVEL SECURITY; --- Create policy on parent --- user's security level must be higher than or equal to document's -CREATE POLICY pp1 ON part_document AS PERMISSIVE - USING (dlevel <= (SELECT seclv FROM uaccount WHERE pguser = current_user)); --- Dave is only allowed to see cid < 55 -CREATE POLICY pp1r ON part_document AS RESTRICTIVE TO regress_rls_dave - USING (cid < 55); -\d+ part_document - Partitioned table "regress_rls_schema.part_document" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ----------+---------+-----------+----------+---------+----------+--------------+------------- - did | integer | | | | plain | | - cid | integer | | | | plain | | - dlevel | integer | | not null | | plain | | - dauthor | name | | | | plain | | - dtitle | text | | | | extended | | -Partition key: RANGE (cid) -Policies: - POLICY "pp1" - USING ((dlevel <= ( SELECT uaccount.seclv - FROM uaccount - WHERE (uaccount.pguser = CURRENT_USER)))) - POLICY "pp1r" AS RESTRICTIVE - TO regress_rls_dave - USING ((cid < 55)) -Not-null constraints: - "part_document_dlevel_not_null" NOT NULL "dlevel" -Partitions: part_document_fiction FOR VALUES FROM (11) TO (12), - part_document_nonfiction FOR VALUES FROM (99) TO (100), - part_document_satire FOR VALUES FROM (55) TO (56) - -SELECT * FROM pg_policies WHERE schemaname = 'regress_rls_schema' AND tablename like '%part_document%' ORDER BY policyname; - schemaname | tablename | policyname | permissive | roles | cmd | qual | with_check ---------------------+---------------+------------+-------------+--------------------+-----+--------------------------------------------+------------ - regress_rls_schema | part_document | pp1 | PERMISSIVE | {public} | ALL | (dlevel <= ( SELECT uaccount.seclv +| - | | | | | | FROM uaccount +| - | | | | | | WHERE (uaccount.pguser = CURRENT_USER))) | - regress_rls_schema | part_document | pp1r | RESTRICTIVE | {regress_rls_dave} | ALL | (cid < 55) | -(2 rows) - --- viewpoint from regress_rls_bob -SET SESSION AUTHORIZATION regress_rls_bob; -SET row_security TO ON; -SELECT * FROM part_document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => great science fiction -NOTICE: f_leak => awesome science fiction -NOTICE: f_leak => my first satire - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 4 | 55 | 1 | regress_rls_bob | my first satire - 6 | 11 | 1 | regress_rls_carol | great science fiction - 9 | 11 | 1 | regress_rls_dave | awesome science fiction -(4 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM part_document WHERE f_leak(dtitle); - QUERY PLAN --------------------------------------------------------------------- - Append - InitPlan 1 - -> Index Scan using uaccount_pkey on uaccount - Index Cond: (pguser = CURRENT_USER) - -> Seq Scan on part_document_fiction part_document_1 - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) - -> Seq Scan on part_document_satire part_document_2 - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) - -> Seq Scan on part_document_nonfiction part_document_3 - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) -(10 rows) - --- viewpoint from regress_rls_carol -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM part_document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => great science fiction -NOTICE: f_leak => awesome science fiction -NOTICE: f_leak => my first satire -NOTICE: f_leak => great satire -NOTICE: f_leak => my science textbook -NOTICE: f_leak => my history book -NOTICE: f_leak => great technology book -NOTICE: f_leak => awesome technology book - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 99 | 2 | regress_rls_bob | my science textbook - 4 | 55 | 1 | regress_rls_bob | my first satire - 5 | 99 | 2 | regress_rls_bob | my history book - 6 | 11 | 1 | regress_rls_carol | great science fiction - 7 | 99 | 2 | regress_rls_carol | great technology book - 8 | 55 | 2 | regress_rls_carol | great satire - 9 | 11 | 1 | regress_rls_dave | awesome science fiction - 10 | 99 | 2 | regress_rls_dave | awesome technology book -(10 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM part_document WHERE f_leak(dtitle); - QUERY PLAN --------------------------------------------------------------------- - Append - InitPlan 1 - -> Index Scan using uaccount_pkey on uaccount - Index Cond: (pguser = CURRENT_USER) - -> Seq Scan on part_document_fiction part_document_1 - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) - -> Seq Scan on part_document_satire part_document_2 - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) - -> Seq Scan on part_document_nonfiction part_document_3 - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) -(10 rows) - --- viewpoint from regress_rls_dave -SET SESSION AUTHORIZATION regress_rls_dave; -SELECT * FROM part_document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => great science fiction -NOTICE: f_leak => awesome science fiction - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 6 | 11 | 1 | regress_rls_carol | great science fiction - 9 | 11 | 1 | regress_rls_dave | awesome science fiction -(4 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM part_document WHERE f_leak(dtitle); - QUERY PLAN ------------------------------------------------------------------------------ - Seq Scan on part_document_fiction part_document - Filter: ((cid < 55) AND (dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) - InitPlan 1 - -> Index Scan using uaccount_pkey on uaccount - Index Cond: (pguser = CURRENT_USER) -(5 rows) - --- pp1 ERROR -INSERT INTO part_document VALUES (100, 11, 5, 'regress_rls_dave', 'testing pp1'); -- fail -ERROR: new row violates row-level security policy for table "part_document" --- pp1r ERROR -INSERT INTO part_document VALUES (100, 99, 1, 'regress_rls_dave', 'testing pp1r'); -- fail -ERROR: new row violates row-level security policy "pp1r" for table "part_document" --- Show that RLS policy does not apply for direct inserts to children --- This should fail with RLS POLICY pp1r violation. -INSERT INTO part_document VALUES (100, 55, 1, 'regress_rls_dave', 'testing RLS with partitions'); -- fail -ERROR: new row violates row-level security policy "pp1r" for table "part_document" --- But this should succeed. -INSERT INTO part_document_satire VALUES (100, 55, 1, 'regress_rls_dave', 'testing RLS with partitions'); -- success --- We still cannot see the row using the parent -SELECT * FROM part_document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => great science fiction -NOTICE: f_leak => awesome science fiction - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 6 | 11 | 1 | regress_rls_carol | great science fiction - 9 | 11 | 1 | regress_rls_dave | awesome science fiction -(4 rows) - --- But we can if we look directly -SELECT * FROM part_document_satire WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first satire -NOTICE: f_leak => great satire -NOTICE: f_leak => testing RLS with partitions - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+----------------------------- - 4 | 55 | 1 | regress_rls_bob | my first satire - 8 | 55 | 2 | regress_rls_carol | great satire - 100 | 55 | 1 | regress_rls_dave | testing RLS with partitions -(3 rows) - --- Turn on RLS and create policy on child to show RLS is checked before constraints -SET SESSION AUTHORIZATION regress_rls_alice; -ALTER TABLE part_document_satire ENABLE ROW LEVEL SECURITY; -CREATE POLICY pp3 ON part_document_satire AS RESTRICTIVE - USING (cid < 55); --- This should fail with RLS violation now. -SET SESSION AUTHORIZATION regress_rls_dave; -INSERT INTO part_document_satire VALUES (101, 55, 1, 'regress_rls_dave', 'testing RLS with partitions'); -- fail -ERROR: new row violates row-level security policy for table "part_document_satire" --- And now we cannot see directly into the partition either, due to RLS -SELECT * FROM part_document_satire WHERE f_leak(dtitle) ORDER BY did; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+---------+-------- -(0 rows) - --- The parent looks same as before --- viewpoint from regress_rls_dave -SELECT * FROM part_document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => great science fiction -NOTICE: f_leak => awesome science fiction - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 6 | 11 | 1 | regress_rls_carol | great science fiction - 9 | 11 | 1 | regress_rls_dave | awesome science fiction -(4 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM part_document WHERE f_leak(dtitle); - QUERY PLAN ------------------------------------------------------------------------------ - Seq Scan on part_document_fiction part_document - Filter: ((cid < 55) AND (dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) - InitPlan 1 - -> Index Scan using uaccount_pkey on uaccount - Index Cond: (pguser = CURRENT_USER) -(5 rows) - --- viewpoint from regress_rls_carol -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM part_document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => great science fiction -NOTICE: f_leak => awesome science fiction -NOTICE: f_leak => my first satire -NOTICE: f_leak => great satire -NOTICE: f_leak => testing RLS with partitions -NOTICE: f_leak => my science textbook -NOTICE: f_leak => my history book -NOTICE: f_leak => great technology book -NOTICE: f_leak => awesome technology book - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+----------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 99 | 2 | regress_rls_bob | my science textbook - 4 | 55 | 1 | regress_rls_bob | my first satire - 5 | 99 | 2 | regress_rls_bob | my history book - 6 | 11 | 1 | regress_rls_carol | great science fiction - 7 | 99 | 2 | regress_rls_carol | great technology book - 8 | 55 | 2 | regress_rls_carol | great satire - 9 | 11 | 1 | regress_rls_dave | awesome science fiction - 10 | 99 | 2 | regress_rls_dave | awesome technology book - 100 | 55 | 1 | regress_rls_dave | testing RLS with partitions -(11 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM part_document WHERE f_leak(dtitle); - QUERY PLAN --------------------------------------------------------------------- - Append - InitPlan 1 - -> Index Scan using uaccount_pkey on uaccount - Index Cond: (pguser = CURRENT_USER) - -> Seq Scan on part_document_fiction part_document_1 - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) - -> Seq Scan on part_document_satire part_document_2 - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) - -> Seq Scan on part_document_nonfiction part_document_3 - Filter: ((dlevel <= (InitPlan 1).col1) AND f_leak(dtitle)) -(10 rows) - --- only owner can change policies -ALTER POLICY pp1 ON part_document USING (true); --fail -ERROR: must be owner of table part_document -DROP POLICY pp1 ON part_document; --fail -ERROR: must be owner of relation part_document -SET SESSION AUTHORIZATION regress_rls_alice; -ALTER POLICY pp1 ON part_document USING (dauthor = current_user); --- viewpoint from regress_rls_bob again -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM part_document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => my first novel -NOTICE: f_leak => my second novel -NOTICE: f_leak => my first satire -NOTICE: f_leak => my science textbook -NOTICE: f_leak => my history book - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-----------------+--------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 99 | 2 | regress_rls_bob | my science textbook - 4 | 55 | 1 | regress_rls_bob | my first satire - 5 | 99 | 2 | regress_rls_bob | my history book -(5 rows) - --- viewpoint from rls_regres_carol again -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM part_document WHERE f_leak(dtitle) ORDER BY did; -NOTICE: f_leak => great science fiction -NOTICE: f_leak => great satire -NOTICE: f_leak => great technology book - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+----------------------- - 6 | 11 | 1 | regress_rls_carol | great science fiction - 7 | 99 | 2 | regress_rls_carol | great technology book - 8 | 55 | 2 | regress_rls_carol | great satire -(3 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM part_document WHERE f_leak(dtitle); - QUERY PLAN ---------------------------------------------------------------- - Append - -> Seq Scan on part_document_fiction part_document_1 - Filter: ((dauthor = CURRENT_USER) AND f_leak(dtitle)) - -> Seq Scan on part_document_satire part_document_2 - Filter: ((dauthor = CURRENT_USER) AND f_leak(dtitle)) - -> Seq Scan on part_document_nonfiction part_document_3 - Filter: ((dauthor = CURRENT_USER) AND f_leak(dtitle)) -(7 rows) - --- database superuser does bypass RLS policy when enabled -RESET SESSION AUTHORIZATION; -SET row_security TO ON; -SELECT * FROM part_document ORDER BY did; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+----------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 99 | 2 | regress_rls_bob | my science textbook - 4 | 55 | 1 | regress_rls_bob | my first satire - 5 | 99 | 2 | regress_rls_bob | my history book - 6 | 11 | 1 | regress_rls_carol | great science fiction - 7 | 99 | 2 | regress_rls_carol | great technology book - 8 | 55 | 2 | regress_rls_carol | great satire - 9 | 11 | 1 | regress_rls_dave | awesome science fiction - 10 | 99 | 2 | regress_rls_dave | awesome technology book - 100 | 55 | 1 | regress_rls_dave | testing RLS with partitions -(11 rows) - -SELECT * FROM part_document_satire ORDER by did; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+----------------------------- - 4 | 55 | 1 | regress_rls_bob | my first satire - 8 | 55 | 2 | regress_rls_carol | great satire - 100 | 55 | 1 | regress_rls_dave | testing RLS with partitions -(3 rows) - --- database non-superuser with bypass privilege can bypass RLS policy when disabled -SET SESSION AUTHORIZATION regress_rls_exempt_user; -SET row_security TO OFF; -SELECT * FROM part_document ORDER BY did; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+----------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 99 | 2 | regress_rls_bob | my science textbook - 4 | 55 | 1 | regress_rls_bob | my first satire - 5 | 99 | 2 | regress_rls_bob | my history book - 6 | 11 | 1 | regress_rls_carol | great science fiction - 7 | 99 | 2 | regress_rls_carol | great technology book - 8 | 55 | 2 | regress_rls_carol | great satire - 9 | 11 | 1 | regress_rls_dave | awesome science fiction - 10 | 99 | 2 | regress_rls_dave | awesome technology book - 100 | 55 | 1 | regress_rls_dave | testing RLS with partitions -(11 rows) - -SELECT * FROM part_document_satire ORDER by did; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+----------------------------- - 4 | 55 | 1 | regress_rls_bob | my first satire - 8 | 55 | 2 | regress_rls_carol | great satire - 100 | 55 | 1 | regress_rls_dave | testing RLS with partitions -(3 rows) - --- RLS policy does not apply to table owner when RLS enabled. -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security TO ON; -SELECT * FROM part_document ORDER by did; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+----------------------------- - 1 | 11 | 1 | regress_rls_bob | my first novel - 2 | 11 | 2 | regress_rls_bob | my second novel - 3 | 99 | 2 | regress_rls_bob | my science textbook - 4 | 55 | 1 | regress_rls_bob | my first satire - 5 | 99 | 2 | regress_rls_bob | my history book - 6 | 11 | 1 | regress_rls_carol | great science fiction - 7 | 99 | 2 | regress_rls_carol | great technology book - 8 | 55 | 2 | regress_rls_carol | great satire - 9 | 11 | 1 | regress_rls_dave | awesome science fiction - 10 | 99 | 2 | regress_rls_dave | awesome technology book - 100 | 55 | 1 | regress_rls_dave | testing RLS with partitions -(11 rows) - -SELECT * FROM part_document_satire ORDER by did; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-------------------+----------------------------- - 4 | 55 | 1 | regress_rls_bob | my first satire - 8 | 55 | 2 | regress_rls_carol | great satire - 100 | 55 | 1 | regress_rls_dave | testing RLS with partitions -(3 rows) - --- When RLS disabled, other users get ERROR. -SET SESSION AUTHORIZATION regress_rls_dave; -SET row_security TO OFF; -SELECT * FROM part_document ORDER by did; -ERROR: query would be affected by row-level security policy for table "part_document" -SELECT * FROM part_document_satire ORDER by did; -ERROR: query would be affected by row-level security policy for table "part_document_satire" --- Check behavior with a policy that uses a SubPlan not an InitPlan. -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security TO ON; -CREATE POLICY pp3 ON part_document AS RESTRICTIVE - USING ((SELECT dlevel <= seclv FROM uaccount WHERE pguser = current_user)); -SET SESSION AUTHORIZATION regress_rls_carol; -INSERT INTO part_document VALUES (100, 11, 5, 'regress_rls_carol', 'testing pp3'); -- fail -ERROR: new row violates row-level security policy "pp3" for table "part_document" ------ Dependencies ----- -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security TO ON; -CREATE TABLE dependee (x integer, y integer); -CREATE TABLE dependent (x integer, y integer); -CREATE POLICY d1 ON dependent FOR ALL - TO PUBLIC - USING (x = (SELECT d.x FROM dependee d WHERE d.y = y)); -DROP TABLE dependee; -- Should fail without CASCADE due to dependency on row security qual? -ERROR: cannot drop table dependee because other objects depend on it -DETAIL: policy d1 on table dependent depends on table dependee -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP TABLE dependee CASCADE; -NOTICE: drop cascades to policy d1 on table dependent -EXPLAIN (COSTS OFF) SELECT * FROM dependent; -- After drop, should be unqualified - QUERY PLAN ------------------------ - Seq Scan on dependent -(1 row) - ------ RECURSION ---- --- --- Simple recursion --- -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE rec1 (x integer, y integer); -CREATE POLICY r1 ON rec1 USING (x = (SELECT r.x FROM rec1 r WHERE y = r.y)); -ALTER TABLE rec1 ENABLE ROW LEVEL SECURITY; -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rec1; -- fail, direct recursion -ERROR: infinite recursion detected in policy for relation "rec1" --- --- Mutual recursion --- -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE rec2 (a integer, b integer); -ALTER POLICY r1 ON rec1 USING (x = (SELECT a FROM rec2 WHERE b = y)); -CREATE POLICY r2 ON rec2 USING (a = (SELECT x FROM rec1 WHERE y = b)); -ALTER TABLE rec2 ENABLE ROW LEVEL SECURITY; -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rec1; -- fail, mutual recursion -ERROR: infinite recursion detected in policy for relation "rec1" --- --- Mutual recursion via views --- -SET SESSION AUTHORIZATION regress_rls_bob; -CREATE VIEW rec1v AS SELECT * FROM rec1; -CREATE VIEW rec2v AS SELECT * FROM rec2; -SET SESSION AUTHORIZATION regress_rls_alice; -ALTER POLICY r1 ON rec1 USING (x = (SELECT a FROM rec2v WHERE b = y)); -ALTER POLICY r2 ON rec2 USING (a = (SELECT x FROM rec1v WHERE y = b)); -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rec1; -- fail, mutual recursion via views -ERROR: infinite recursion detected in policy for relation "rec1" --- --- Mutual recursion via .s.b views --- -SET SESSION AUTHORIZATION regress_rls_bob; -DROP VIEW rec1v, rec2v CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to policy r1 on table rec1 -drop cascades to policy r2 on table rec2 -CREATE VIEW rec1v WITH (security_barrier) AS SELECT * FROM rec1; -CREATE VIEW rec2v WITH (security_barrier) AS SELECT * FROM rec2; -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE POLICY r1 ON rec1 USING (x = (SELECT a FROM rec2v WHERE b = y)); -CREATE POLICY r2 ON rec2 USING (a = (SELECT x FROM rec1v WHERE y = b)); -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rec1; -- fail, mutual recursion via s.b. views -ERROR: infinite recursion detected in policy for relation "rec1" --- --- recursive RLS and VIEWs in policy --- -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE s1 (a int, b text); -INSERT INTO s1 (SELECT x, public.fipshash(x::text) FROM generate_series(-10,10) x); -CREATE TABLE s2 (x int, y text); -INSERT INTO s2 (SELECT x, public.fipshash(x::text) FROM generate_series(-6,6) x); -GRANT SELECT ON s1, s2 TO regress_rls_bob; -CREATE POLICY p1 ON s1 USING (a in (select x from s2 where y like '%2f%')); -CREATE POLICY p2 ON s2 USING (x in (select a from s1 where b like '%22%')); -CREATE POLICY p3 ON s1 FOR INSERT WITH CHECK (a = (SELECT a FROM s1)); -ALTER TABLE s1 ENABLE ROW LEVEL SECURITY; -ALTER TABLE s2 ENABLE ROW LEVEL SECURITY; -SET SESSION AUTHORIZATION regress_rls_bob; -CREATE VIEW v2 AS SELECT * FROM s2 WHERE y like '%af%'; -SELECT * FROM s1 WHERE f_leak(b); -- fail (infinite recursion) -ERROR: infinite recursion detected in policy for relation "s1" -INSERT INTO s1 VALUES (1, 'foo'); -- fail (infinite recursion) -ERROR: infinite recursion detected in policy for relation "s1" -SET SESSION AUTHORIZATION regress_rls_alice; -DROP POLICY p3 on s1; -ALTER POLICY p2 ON s2 USING (x % 2 = 0); -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM s1 WHERE f_leak(b); -- OK -NOTICE: f_leak => 03b26944890929ff751653acb2f2af79 - a | b -----+---------------------------------- - -6 | 03b26944890929ff751653acb2f2af79 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM only s1 WHERE f_leak(b); - QUERY PLAN ---------------------------------------------------------------- - Seq Scan on s1 - Filter: ((ANY (a = (hashed SubPlan 1).col1)) AND f_leak(b)) - SubPlan 1 - -> Seq Scan on s2 - Filter: (((x % 2) = 0) AND (y ~~ '%2f%'::text)) -(5 rows) - -SET SESSION AUTHORIZATION regress_rls_alice; -ALTER POLICY p1 ON s1 USING (a in (select x from v2)); -- using VIEW in RLS policy -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM s1 WHERE f_leak(b); -- OK -NOTICE: f_leak => 03b26944890929ff751653acb2f2af79 - a | b -----+---------------------------------- - -6 | 03b26944890929ff751653acb2f2af79 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM s1 WHERE f_leak(b); - QUERY PLAN ---------------------------------------------------------------- - Seq Scan on s1 - Filter: ((ANY (a = (hashed SubPlan 1).col1)) AND f_leak(b)) - SubPlan 1 - -> Seq Scan on s2 - Filter: (((x % 2) = 0) AND (y ~~ '%af%'::text)) -(5 rows) - -SELECT (SELECT x FROM s1 LIMIT 1) xx, * FROM s2 WHERE y like '%28%'; - xx | x | y -----+----+---------------------------------- - -4 | -4 | e5e0093f285a4fb94c3fcc2ad7fd04ed -(1 row) - -EXPLAIN (COSTS OFF) SELECT (SELECT x FROM s1 LIMIT 1) xx, * FROM s2 WHERE y like '%28%'; - QUERY PLAN -------------------------------------------------------------------------- - Seq Scan on s2 - Filter: (((x % 2) = 0) AND (y ~~ '%28%'::text)) - SubPlan 2 - -> Limit - -> Seq Scan on s1 - Filter: (ANY (a = (hashed SubPlan 1).col1)) - SubPlan 1 - -> Seq Scan on s2 s2_1 - Filter: (((x % 2) = 0) AND (y ~~ '%af%'::text)) -(9 rows) - -SET SESSION AUTHORIZATION regress_rls_alice; -ALTER POLICY p2 ON s2 USING (x in (select a from s1 where b like '%d2%')); -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM s1 WHERE f_leak(b); -- fail (infinite recursion via view) -ERROR: infinite recursion detected in policy for relation "s1" --- prepared statement with regress_rls_alice privilege -PREPARE p1(int) AS SELECT * FROM t1 WHERE a <= $1; -EXECUTE p1(2); - id | a | b ------+---+----- - 102 | 2 | bbb - 202 | 2 | bcd - 302 | 2 | yyy -(3 rows) - -EXPLAIN (COSTS OFF) EXECUTE p1(2); - QUERY PLAN ----------------------------------------------- - Append - -> Seq Scan on t1 t1_1 - Filter: ((a <= 2) AND ((a % 2) = 0)) - -> Seq Scan on t2 t1_2 - Filter: ((a <= 2) AND ((a % 2) = 0)) - -> Seq Scan on t3 t1_3 - Filter: ((a <= 2) AND ((a % 2) = 0)) -(7 rows) - --- superuser is allowed to bypass RLS checks -RESET SESSION AUTHORIZATION; -SET row_security TO OFF; -SELECT * FROM t1 WHERE f_leak(b); -NOTICE: f_leak => aba -NOTICE: f_leak => bbb -NOTICE: f_leak => ccc -NOTICE: f_leak => dad -NOTICE: f_leak => abc -NOTICE: f_leak => bcd -NOTICE: f_leak => cde -NOTICE: f_leak => def -NOTICE: f_leak => xxx -NOTICE: f_leak => yyy -NOTICE: f_leak => zzz - id | a | b ------+---+----- - 101 | 1 | aba - 102 | 2 | bbb - 103 | 3 | ccc - 104 | 4 | dad - 201 | 1 | abc - 202 | 2 | bcd - 203 | 3 | cde - 204 | 4 | def - 301 | 1 | xxx - 302 | 2 | yyy - 303 | 3 | zzz -(11 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1 WHERE f_leak(b); - QUERY PLAN ---------------------------- - Append - -> Seq Scan on t1 t1_1 - Filter: f_leak(b) - -> Seq Scan on t2 t1_2 - Filter: f_leak(b) - -> Seq Scan on t3 t1_3 - Filter: f_leak(b) -(7 rows) - --- plan cache should be invalidated -EXECUTE p1(2); - id | a | b ------+---+----- - 101 | 1 | aba - 102 | 2 | bbb - 201 | 1 | abc - 202 | 2 | bcd - 301 | 1 | xxx - 302 | 2 | yyy -(6 rows) - -EXPLAIN (COSTS OFF) EXECUTE p1(2); - QUERY PLAN ---------------------------- - Append - -> Seq Scan on t1 t1_1 - Filter: (a <= 2) - -> Seq Scan on t2 t1_2 - Filter: (a <= 2) - -> Seq Scan on t3 t1_3 - Filter: (a <= 2) -(7 rows) - -PREPARE p2(int) AS SELECT * FROM t1 WHERE a = $1; -EXECUTE p2(2); - id | a | b ------+---+----- - 102 | 2 | bbb - 202 | 2 | bcd - 302 | 2 | yyy -(3 rows) - -EXPLAIN (COSTS OFF) EXECUTE p2(2); - QUERY PLAN ---------------------------- - Append - -> Seq Scan on t1 t1_1 - Filter: (a = 2) - -> Seq Scan on t2 t1_2 - Filter: (a = 2) - -> Seq Scan on t3 t1_3 - Filter: (a = 2) -(7 rows) - --- also, case when privilege switch from superuser -SET SESSION AUTHORIZATION regress_rls_bob; -SET row_security TO ON; -EXECUTE p2(2); - id | a | b ------+---+----- - 102 | 2 | bbb - 202 | 2 | bcd - 302 | 2 | yyy -(3 rows) - -EXPLAIN (COSTS OFF) EXECUTE p2(2); - QUERY PLAN ---------------------------------------------- - Append - -> Seq Scan on t1 t1_1 - Filter: ((a = 2) AND ((a % 2) = 0)) - -> Seq Scan on t2 t1_2 - Filter: ((a = 2) AND ((a % 2) = 0)) - -> Seq Scan on t3 t1_3 - Filter: ((a = 2) AND ((a % 2) = 0)) -(7 rows) - --- --- UPDATE / DELETE and Row-level security --- -SET SESSION AUTHORIZATION regress_rls_bob; -EXPLAIN (COSTS OFF) UPDATE t1 SET b = b || b WHERE f_leak(b); - QUERY PLAN ------------------------------------------------------------ - Update on t1 - Update on t1 t1_1 - Update on t2 t1_2 - Update on t3 t1_3 - -> Result - -> Append - -> Seq Scan on t1 t1_1 - Filter: (((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t2 t1_2 - Filter: (((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t3 t1_3 - Filter: (((a % 2) = 0) AND f_leak(b)) -(12 rows) - -UPDATE t1 SET b = b || b WHERE f_leak(b); -NOTICE: f_leak => bbb -NOTICE: f_leak => dad -NOTICE: f_leak => bcd -NOTICE: f_leak => def -NOTICE: f_leak => yyy -EXPLAIN (COSTS OFF) UPDATE only t1 SET b = b || '_updt' WHERE f_leak(b); - QUERY PLAN ------------------------------------------------ - Update on t1 - -> Seq Scan on t1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(3 rows) - -UPDATE only t1 SET b = b || '_updt' WHERE f_leak(b); -NOTICE: f_leak => bbbbbb -NOTICE: f_leak => daddad --- returning clause with system column -UPDATE only t1 SET b = b WHERE f_leak(b) RETURNING tableoid::regclass, *, t1; -NOTICE: f_leak => bbbbbb_updt -NOTICE: f_leak => daddad_updt - tableoid | id | a | b | t1 -----------+-----+---+-------------+--------------------- - t1 | 102 | 2 | bbbbbb_updt | (102,2,bbbbbb_updt) - t1 | 104 | 4 | daddad_updt | (104,4,daddad_updt) -(2 rows) - -UPDATE t1 SET b = b WHERE f_leak(b) RETURNING *; -NOTICE: f_leak => bbbbbb_updt -NOTICE: f_leak => daddad_updt -NOTICE: f_leak => bcdbcd -NOTICE: f_leak => defdef -NOTICE: f_leak => yyyyyy - id | a | b ------+---+------------- - 102 | 2 | bbbbbb_updt - 104 | 4 | daddad_updt - 202 | 2 | bcdbcd - 204 | 4 | defdef - 302 | 2 | yyyyyy -(5 rows) - -UPDATE t1 SET b = b WHERE f_leak(b) RETURNING tableoid::regclass, *, t1; -NOTICE: f_leak => bbbbbb_updt -NOTICE: f_leak => daddad_updt -NOTICE: f_leak => bcdbcd -NOTICE: f_leak => defdef -NOTICE: f_leak => yyyyyy - tableoid | id | a | b | t1 -----------+-----+---+-------------+--------------------- - t1 | 102 | 2 | bbbbbb_updt | (102,2,bbbbbb_updt) - t1 | 104 | 4 | daddad_updt | (104,4,daddad_updt) - t2 | 202 | 2 | bcdbcd | (202,2,bcdbcd) - t2 | 204 | 4 | defdef | (204,4,defdef) - t3 | 302 | 2 | yyyyyy | (302,2,yyyyyy) -(5 rows) - --- updates with from clause -EXPLAIN (COSTS OFF) UPDATE t2 SET b=t2.b FROM t3 -WHERE t2.a = 3 and t3.a = 2 AND f_leak(t2.b) AND f_leak(t3.b); - QUERY PLAN ------------------------------------------------------------------ - Update on t2 - -> Nested Loop - -> Seq Scan on t2 - Filter: ((a = 3) AND ((a % 2) = 1) AND f_leak(b)) - -> Seq Scan on t3 - Filter: ((a = 2) AND f_leak(b)) -(6 rows) - -UPDATE t2 SET b=t2.b FROM t3 -WHERE t2.a = 3 and t3.a = 2 AND f_leak(t2.b) AND f_leak(t3.b); -NOTICE: f_leak => cde -NOTICE: f_leak => yyyyyy -EXPLAIN (COSTS OFF) UPDATE t1 SET b=t1.b FROM t2 -WHERE t1.a = 3 and t2.a = 3 AND f_leak(t1.b) AND f_leak(t2.b); - QUERY PLAN ------------------------------------------------------------------------ - Update on t1 - Update on t1 t1_1 - Update on t2 t1_2 - Update on t3 t1_3 - -> Nested Loop - -> Seq Scan on t2 - Filter: ((a = 3) AND ((a % 2) = 1) AND f_leak(b)) - -> Append - -> Seq Scan on t1 t1_1 - Filter: ((a = 3) AND ((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t2 t1_2 - Filter: ((a = 3) AND ((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t3 t1_3 - Filter: ((a = 3) AND ((a % 2) = 0) AND f_leak(b)) -(14 rows) - -UPDATE t1 SET b=t1.b FROM t2 -WHERE t1.a = 3 and t2.a = 3 AND f_leak(t1.b) AND f_leak(t2.b); -NOTICE: f_leak => cde -EXPLAIN (COSTS OFF) UPDATE t2 SET b=t2.b FROM t1 -WHERE t1.a = 3 and t2.a = 3 AND f_leak(t1.b) AND f_leak(t2.b); - QUERY PLAN ------------------------------------------------------------------------ - Update on t2 - -> Nested Loop - -> Seq Scan on t2 - Filter: ((a = 3) AND ((a % 2) = 1) AND f_leak(b)) - -> Append - -> Seq Scan on t1 t1_1 - Filter: ((a = 3) AND ((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t2 t1_2 - Filter: ((a = 3) AND ((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t3 t1_3 - Filter: ((a = 3) AND ((a % 2) = 0) AND f_leak(b)) -(11 rows) - -UPDATE t2 SET b=t2.b FROM t1 -WHERE t1.a = 3 and t2.a = 3 AND f_leak(t1.b) AND f_leak(t2.b); -NOTICE: f_leak => cde --- updates with from clause self join -EXPLAIN (COSTS OFF) UPDATE t2 t2_1 SET b = t2_2.b FROM t2 t2_2 -WHERE t2_1.a = 3 AND t2_2.a = t2_1.a AND t2_2.b = t2_1.b -AND f_leak(t2_1.b) AND f_leak(t2_2.b) RETURNING *, t2_1, t2_2; - QUERY PLAN ------------------------------------------------------------------ - Update on t2 t2_1 - -> Nested Loop - Join Filter: (t2_1.b = t2_2.b) - -> Seq Scan on t2 t2_1 - Filter: ((a = 3) AND ((a % 2) = 1) AND f_leak(b)) - -> Seq Scan on t2 t2_2 - Filter: ((a = 3) AND ((a % 2) = 1) AND f_leak(b)) -(7 rows) - -UPDATE t2 t2_1 SET b = t2_2.b FROM t2 t2_2 -WHERE t2_1.a = 3 AND t2_2.a = t2_1.a AND t2_2.b = t2_1.b -AND f_leak(t2_1.b) AND f_leak(t2_2.b) RETURNING *, t2_1, t2_2; -NOTICE: f_leak => cde -NOTICE: f_leak => cde - id | a | b | c | id | a | b | c | t2_1 | t2_2 ------+---+-----+-----+-----+---+-----+-----+-----------------+----------------- - 203 | 3 | cde | 3.3 | 203 | 3 | cde | 3.3 | (203,3,cde,3.3) | (203,3,cde,3.3) -(1 row) - -EXPLAIN (COSTS OFF) UPDATE t1 t1_1 SET b = t1_2.b FROM t1 t1_2 -WHERE t1_1.a = 4 AND t1_2.a = t1_1.a AND t1_2.b = t1_1.b -AND f_leak(t1_1.b) AND f_leak(t1_2.b) RETURNING *, t1_1, t1_2; - QUERY PLAN ------------------------------------------------------------------------------ - Update on t1 t1_1 - Update on t1 t1_1_1 - Update on t2 t1_1_2 - Update on t3 t1_1_3 - -> Nested Loop - Join Filter: (t1_1.b = t1_2.b) - -> Append - -> Seq Scan on t1 t1_1_1 - Filter: ((a = 4) AND ((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t2 t1_1_2 - Filter: ((a = 4) AND ((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t3 t1_1_3 - Filter: ((a = 4) AND ((a % 2) = 0) AND f_leak(b)) - -> Materialize - -> Append - -> Seq Scan on t1 t1_2_1 - Filter: ((a = 4) AND ((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t2 t1_2_2 - Filter: ((a = 4) AND ((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t3 t1_2_3 - Filter: ((a = 4) AND ((a % 2) = 0) AND f_leak(b)) -(21 rows) - -UPDATE t1 t1_1 SET b = t1_2.b FROM t1 t1_2 -WHERE t1_1.a = 4 AND t1_2.a = t1_1.a AND t1_2.b = t1_1.b -AND f_leak(t1_1.b) AND f_leak(t1_2.b) RETURNING *, t1_1, t1_2; -NOTICE: f_leak => daddad_updt -NOTICE: f_leak => daddad_updt -NOTICE: f_leak => defdef -NOTICE: f_leak => defdef - id | a | b | id | a | b | t1_1 | t1_2 ------+---+-------------+-----+---+-------------+---------------------+--------------------- - 104 | 4 | daddad_updt | 104 | 4 | daddad_updt | (104,4,daddad_updt) | (104,4,daddad_updt) - 204 | 4 | defdef | 204 | 4 | defdef | (204,4,defdef) | (204,4,defdef) -(2 rows) - -RESET SESSION AUTHORIZATION; -SET row_security TO OFF; -SELECT * FROM t1 ORDER BY a,b; - id | a | b ------+---+------------- - 101 | 1 | aba - 201 | 1 | abc - 301 | 1 | xxx - 102 | 2 | bbbbbb_updt - 202 | 2 | bcdbcd - 302 | 2 | yyyyyy - 103 | 3 | ccc - 203 | 3 | cde - 303 | 3 | zzz - 104 | 4 | daddad_updt - 204 | 4 | defdef -(11 rows) - -SET SESSION AUTHORIZATION regress_rls_bob; -SET row_security TO ON; -EXPLAIN (COSTS OFF) DELETE FROM only t1 WHERE f_leak(b); - QUERY PLAN ------------------------------------------------ - Delete on t1 - -> Seq Scan on t1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(3 rows) - -EXPLAIN (COSTS OFF) DELETE FROM t1 WHERE f_leak(b); - QUERY PLAN ------------------------------------------------------ - Delete on t1 - Delete on t1 t1_1 - Delete on t2 t1_2 - Delete on t3 t1_3 - -> Append - -> Seq Scan on t1 t1_1 - Filter: (((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t2 t1_2 - Filter: (((a % 2) = 0) AND f_leak(b)) - -> Seq Scan on t3 t1_3 - Filter: (((a % 2) = 0) AND f_leak(b)) -(11 rows) - -DELETE FROM only t1 WHERE f_leak(b) RETURNING tableoid::regclass, *, t1; -NOTICE: f_leak => bbbbbb_updt -NOTICE: f_leak => daddad_updt - tableoid | id | a | b | t1 -----------+-----+---+-------------+--------------------- - t1 | 102 | 2 | bbbbbb_updt | (102,2,bbbbbb_updt) - t1 | 104 | 4 | daddad_updt | (104,4,daddad_updt) -(2 rows) - -DELETE FROM t1 WHERE f_leak(b) RETURNING tableoid::regclass, *, t1; -NOTICE: f_leak => bcdbcd -NOTICE: f_leak => defdef -NOTICE: f_leak => yyyyyy - tableoid | id | a | b | t1 -----------+-----+---+--------+---------------- - t2 | 202 | 2 | bcdbcd | (202,2,bcdbcd) - t2 | 204 | 4 | defdef | (204,4,defdef) - t3 | 302 | 2 | yyyyyy | (302,2,yyyyyy) -(3 rows) - --- --- S.b. view on top of Row-level security --- -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE b1 (a int, b text); -INSERT INTO b1 (SELECT x, public.fipshash(x::text) FROM generate_series(-10,10) x); -CREATE POLICY p1 ON b1 USING (a % 2 = 0); -ALTER TABLE b1 ENABLE ROW LEVEL SECURITY; -GRANT ALL ON b1 TO regress_rls_bob; -SET SESSION AUTHORIZATION regress_rls_bob; -CREATE VIEW bv1 WITH (security_barrier) AS SELECT * FROM b1 WHERE a > 0 WITH CHECK OPTION; -GRANT ALL ON bv1 TO regress_rls_carol; -SET SESSION AUTHORIZATION regress_rls_carol; -EXPLAIN (COSTS OFF) SELECT * FROM bv1 WHERE f_leak(b); - QUERY PLAN ---------------------------------------------- - Subquery Scan on bv1 - Filter: f_leak(bv1.b) - -> Seq Scan on b1 - Filter: ((a > 0) AND ((a % 2) = 0)) -(4 rows) - -SELECT * FROM bv1 WHERE f_leak(b); -NOTICE: f_leak => d4735e3a265e16eee03f59718b9b5d03 -NOTICE: f_leak => 4b227777d4dd1fc61c6f884f48641d02 -NOTICE: f_leak => e7f6c011776e8db7cd330b54174fd76f -NOTICE: f_leak => 2c624232cdd221771294dfbb310aca00 -NOTICE: f_leak => 4a44dc15364204a80fe80e9039455cc1 - a | b -----+---------------------------------- - 2 | d4735e3a265e16eee03f59718b9b5d03 - 4 | 4b227777d4dd1fc61c6f884f48641d02 - 6 | e7f6c011776e8db7cd330b54174fd76f - 8 | 2c624232cdd221771294dfbb310aca00 - 10 | 4a44dc15364204a80fe80e9039455cc1 -(5 rows) - -INSERT INTO bv1 VALUES (-1, 'xxx'); -- should fail view WCO -ERROR: new row violates row-level security policy for table "b1" -INSERT INTO bv1 VALUES (11, 'xxx'); -- should fail RLS check -ERROR: new row violates row-level security policy for table "b1" -INSERT INTO bv1 VALUES (12, 'xxx'); -- ok -EXPLAIN (COSTS OFF) UPDATE bv1 SET b = 'yyy' WHERE a = 4 AND f_leak(b); - QUERY PLAN ------------------------------------------------------------------------ - Update on b1 - -> Seq Scan on b1 - Filter: ((a > 0) AND (a = 4) AND ((a % 2) = 0) AND f_leak(b)) -(3 rows) - -UPDATE bv1 SET b = 'yyy' WHERE a = 4 AND f_leak(b); -NOTICE: f_leak => 4b227777d4dd1fc61c6f884f48641d02 -EXPLAIN (COSTS OFF) DELETE FROM bv1 WHERE a = 6 AND f_leak(b); - QUERY PLAN ------------------------------------------------------------------------ - Delete on b1 - -> Seq Scan on b1 - Filter: ((a > 0) AND (a = 6) AND ((a % 2) = 0) AND f_leak(b)) -(3 rows) - -DELETE FROM bv1 WHERE a = 6 AND f_leak(b); -NOTICE: f_leak => e7f6c011776e8db7cd330b54174fd76f -SET SESSION AUTHORIZATION regress_rls_alice; -SELECT * FROM b1; - a | b ------+---------------------------------- - -10 | c171d4ec282b23db89a99880cd624e9b - -9 | d5c534fde62beb89c745a59952c8efed - -8 | e91592205d3881e3ea35d66973bb4898 - -7 | a770d3270c9dcdedf12ed9fd70444f7c - -6 | 03b26944890929ff751653acb2f2af79 - -5 | 37aa1ccf80e481832b2db282d4d4f895 - -4 | e5e0093f285a4fb94c3fcc2ad7fd04ed - -3 | 615bdd17c2556f82f384392ea8557f8c - -2 | cf3bae39dd692048a8bf961182e6a34d - -1 | 1bad6b8cf97131fceab8543e81f77571 - 0 | 5feceb66ffc86f38d952786c6d696c79 - 1 | 6b86b273ff34fce19d6b804eff5a3f57 - 2 | d4735e3a265e16eee03f59718b9b5d03 - 3 | 4e07408562bedb8b60ce05c1decfe3ad - 5 | ef2d127de37b942baad06145e54b0c61 - 7 | 7902699be42c8a8e46fbbb4501726517 - 8 | 2c624232cdd221771294dfbb310aca00 - 9 | 19581e27de7ced00ff1ce50b2047e7a5 - 10 | 4a44dc15364204a80fe80e9039455cc1 - 12 | xxx - 4 | yyy -(21 rows) - --- --- INSERT ... ON CONFLICT DO UPDATE and Row-level security --- -SET SESSION AUTHORIZATION regress_rls_alice; -DROP POLICY p1 ON document; -DROP POLICY p1r ON document; -CREATE POLICY p1 ON document FOR SELECT USING (true); -CREATE POLICY p2 ON document FOR INSERT WITH CHECK (dauthor = current_user); -CREATE POLICY p3 ON document FOR UPDATE - USING (cid = (SELECT cid from category WHERE cname = 'novel')) - WITH CHECK (dauthor = current_user); -SET SESSION AUTHORIZATION regress_rls_bob; --- Exists... -SELECT * FROM document WHERE did = 2; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-----------------+----------------- - 2 | 11 | 2 | regress_rls_bob | my second novel -(1 row) - --- ...so violates actual WITH CHECK OPTION within UPDATE (not INSERT, since --- alternative UPDATE path happens to be taken): -INSERT INTO document VALUES (2, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_carol', 'my first novel') - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle, dauthor = EXCLUDED.dauthor; -ERROR: new row violates row-level security policy for table "document" --- Violates USING qual for UPDATE policy p3. --- --- UPDATE path is taken, but UPDATE fails purely because *existing* row to be --- updated is not a "novel"/cid 11 (row is not leaked, even though we have --- SELECT privileges sufficient to see the row in this instance): -INSERT INTO document VALUES (33, 22, 1, 'regress_rls_bob', 'okay science fiction'); -- preparation for next statement -INSERT INTO document VALUES (33, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'Some novel, replaces sci-fi') -- takes UPDATE path - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle; -ERROR: new row violates row-level security policy (USING expression) for table "document" --- Fine (we UPDATE, since INSERT WCOs and UPDATE security barrier quals + WCOs --- not violated): -INSERT INTO document VALUES (2, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'my first novel') - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle RETURNING *; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-----------------+---------------- - 2 | 11 | 2 | regress_rls_bob | my first novel -(1 row) - --- Fine (we INSERT, so "cid = 33" ("technology") isn't evaluated): -INSERT INTO document VALUES (78, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'some technology novel') - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle, cid = 33 RETURNING *; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-----------------+----------------------- - 78 | 11 | 1 | regress_rls_bob | some technology novel -(1 row) - --- Fine (same query, but we UPDATE, so "cid = 33", ("technology") is not the --- case in respect of *existing* tuple): -INSERT INTO document VALUES (78, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'some technology novel') - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle, cid = 33 RETURNING *; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-----------------+----------------------- - 78 | 33 | 1 | regress_rls_bob | some technology novel -(1 row) - --- Same query a third time, but now fails due to existing tuple finally not --- passing quals: -INSERT INTO document VALUES (78, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'some technology novel') - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle, cid = 33 RETURNING *; -ERROR: new row violates row-level security policy (USING expression) for table "document" --- Don't fail just because INSERT doesn't satisfy WITH CHECK option that --- originated as a barrier/USING() qual from the UPDATE. Note that the UPDATE --- path *isn't* taken, and so UPDATE-related policy does not apply: -INSERT INTO document VALUES (79, (SELECT cid from category WHERE cname = 'technology'), 1, 'regress_rls_bob', 'technology book, can only insert') - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle RETURNING *; - did | cid | dlevel | dauthor | dtitle ------+-----+--------+-----------------+---------------------------------- - 79 | 33 | 1 | regress_rls_bob | technology book, can only insert -(1 row) - --- But this time, the same statement fails, because the UPDATE path is taken, --- and updating the row just inserted falls afoul of security barrier qual --- (enforced as WCO) -- what we might have updated target tuple to is --- irrelevant, in fact. -INSERT INTO document VALUES (79, (SELECT cid from category WHERE cname = 'technology'), 1, 'regress_rls_bob', 'technology book, can only insert') - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle RETURNING *; -ERROR: new row violates row-level security policy (USING expression) for table "document" --- Test default USING qual enforced as WCO -SET SESSION AUTHORIZATION regress_rls_alice; -DROP POLICY p1 ON document; -DROP POLICY p2 ON document; -DROP POLICY p3 ON document; -CREATE POLICY p3_with_default ON document FOR UPDATE - USING (cid = (SELECT cid from category WHERE cname = 'novel')); -SET SESSION AUTHORIZATION regress_rls_bob; --- Just because WCO-style enforcement of USING quals occurs with --- existing/target tuple does not mean that the implementation can be allowed --- to fail to also enforce this qual against the final tuple appended to --- relation (since in the absence of an explicit WCO, this is also interpreted --- as an UPDATE/ALL WCO in general). --- --- UPDATE path is taken here (fails due to existing tuple). Note that this is --- not reported as a "USING expression", because it's an RLS UPDATE check that originated as --- a USING qual for the purposes of RLS in general, as opposed to an explicit --- USING qual that is ordinarily a security barrier. We leave it up to the --- UPDATE to make this fail: -INSERT INTO document VALUES (79, (SELECT cid from category WHERE cname = 'technology'), 1, 'regress_rls_bob', 'technology book, can only insert') - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle RETURNING *; -ERROR: new row violates row-level security policy for table "document" --- UPDATE path is taken here. Existing tuple passes, since its cid --- corresponds to "novel", but default USING qual is enforced against --- post-UPDATE tuple too (as always when updating with a policy that lacks an --- explicit WCO), and so this fails: -INSERT INTO document VALUES (2, (SELECT cid from category WHERE cname = 'technology'), 1, 'regress_rls_bob', 'my first novel') - ON CONFLICT (did) DO UPDATE SET cid = EXCLUDED.cid, dtitle = EXCLUDED.dtitle RETURNING *; -ERROR: new row violates row-level security policy for table "document" -SET SESSION AUTHORIZATION regress_rls_alice; -DROP POLICY p3_with_default ON document; --- --- Test ALL policies with ON CONFLICT DO UPDATE (much the same as existing UPDATE --- tests) --- -CREATE POLICY p3_with_all ON document FOR ALL - USING (cid = (SELECT cid from category WHERE cname = 'novel')) - WITH CHECK (dauthor = current_user); -SET SESSION AUTHORIZATION regress_rls_bob; --- Fails, since ALL WCO is enforced in insert path: -INSERT INTO document VALUES (80, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_carol', 'my first novel') - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle, cid = 33; -ERROR: new row violates row-level security policy for table "document" --- Fails, since ALL policy USING qual is enforced (existing, target tuple is in --- violation, since it has the "manga" cid): -INSERT INTO document VALUES (4, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'my first novel') - ON CONFLICT (did) DO UPDATE SET dtitle = EXCLUDED.dtitle; -ERROR: new row violates row-level security policy (USING expression) for table "document" --- Fails, since ALL WCO are enforced: -INSERT INTO document VALUES (1, (SELECT cid from category WHERE cname = 'novel'), 1, 'regress_rls_bob', 'my first novel') - ON CONFLICT (did) DO UPDATE SET dauthor = 'regress_rls_carol'; -ERROR: new row violates row-level security policy for table "document" --- --- MERGE --- -RESET SESSION AUTHORIZATION; -DROP POLICY p3_with_all ON document; -ALTER TABLE document ADD COLUMN dnotes text DEFAULT ''; --- all documents are readable -CREATE POLICY p1 ON document FOR SELECT USING (true); --- one may insert documents only authored by them -CREATE POLICY p2 ON document FOR INSERT WITH CHECK (dauthor = current_user); --- one may only update documents in 'novel' category and new dlevel must be > 0 -CREATE POLICY p3 ON document FOR UPDATE - USING (cid = (SELECT cid from category WHERE cname = 'novel')) - WITH CHECK (dlevel > 0); --- one may only delete documents in 'manga' category -CREATE POLICY p4 ON document FOR DELETE - USING (cid = (SELECT cid from category WHERE cname = 'manga')); -SELECT * FROM document; - did | cid | dlevel | dauthor | dtitle | dnotes ------+-----+--------+-------------------+----------------------------------+-------- - 1 | 11 | 1 | regress_rls_bob | my first novel | - 3 | 22 | 2 | regress_rls_bob | my science fiction | - 4 | 44 | 1 | regress_rls_bob | my first manga | - 5 | 44 | 2 | regress_rls_bob | my second manga | - 6 | 22 | 1 | regress_rls_carol | great science fiction | - 7 | 33 | 2 | regress_rls_carol | great technology book | - 8 | 44 | 1 | regress_rls_carol | great manga | - 9 | 22 | 1 | regress_rls_dave | awesome science fiction | - 10 | 33 | 2 | regress_rls_dave | awesome technology book | - 11 | 33 | 1 | regress_rls_carol | hoge | - 33 | 22 | 1 | regress_rls_bob | okay science fiction | - 2 | 11 | 2 | regress_rls_bob | my first novel | - 78 | 33 | 1 | regress_rls_bob | some technology novel | - 79 | 33 | 1 | regress_rls_bob | technology book, can only insert | -(14 rows) - -SET SESSION AUTHORIZATION regress_rls_bob; --- Fails, since update violates WITH CHECK qual on dlevel -MERGE INTO document d -USING (SELECT 1 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge1 ', dlevel = 0; -ERROR: new row violates row-level security policy for table "document" --- Should be OK since USING and WITH CHECK quals pass -MERGE INTO document d -USING (SELECT 1 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge2 '; --- Even when dlevel is updated explicitly, but to the existing value -MERGE INTO document d -USING (SELECT 1 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge3 ', dlevel = 1; --- There is a MATCH for did = 3, but UPDATE's USING qual does not allow --- updating an item in category 'science fiction' -MERGE INTO document d -USING (SELECT 3 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge '; -ERROR: target row violates row-level security policy (USING expression) for table "document" --- The same thing with DELETE action, but fails again because no permissions --- to delete items in 'science fiction' category that did 3 belongs to. -MERGE INTO document d -USING (SELECT 3 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - DELETE; -ERROR: target row violates row-level security policy (USING expression) for table "document" --- Document with did 4 belongs to 'manga' category which is allowed for --- deletion. But this fails because the UPDATE action is matched first and --- UPDATE policy does not allow updation in the category. -MERGE INTO document d -USING (SELECT 4 as sdid) s -ON did = s.sdid -WHEN MATCHED AND dnotes = '' THEN - UPDATE SET dnotes = dnotes || ' notes added by merge ' -WHEN MATCHED THEN - DELETE; -ERROR: target row violates row-level security policy (USING expression) for table "document" --- UPDATE action is not matched this time because of the WHEN qual. --- DELETE still fails because role regress_rls_bob does not have SELECT --- privileges on 'manga' category row in the category table. -MERGE INTO document d -USING (SELECT 4 as sdid) s -ON did = s.sdid -WHEN MATCHED AND dnotes <> '' THEN - UPDATE SET dnotes = dnotes || ' notes added by merge ' -WHEN MATCHED THEN - DELETE; -ERROR: target row violates row-level security policy (USING expression) for table "document" --- OK if DELETE is replaced with DO NOTHING -MERGE INTO document d -USING (SELECT 4 as sdid) s -ON did = s.sdid -WHEN MATCHED AND dnotes <> '' THEN - UPDATE SET dnotes = dnotes || ' notes added by merge ' -WHEN MATCHED THEN - DO NOTHING; -SELECT * FROM document WHERE did = 4; - did | cid | dlevel | dauthor | dtitle | dnotes ------+-----+--------+-----------------+----------------+-------- - 4 | 44 | 1 | regress_rls_bob | my first manga | -(1 row) - --- Switch to regress_rls_carol role and try the DELETE again. It should succeed --- this time -RESET SESSION AUTHORIZATION; -SET SESSION AUTHORIZATION regress_rls_carol; -MERGE INTO document d -USING (SELECT 4 as sdid) s -ON did = s.sdid -WHEN MATCHED AND dnotes <> '' THEN - UPDATE SET dnotes = dnotes || ' notes added by merge ' -WHEN MATCHED THEN - DELETE; --- Switch back to regress_rls_bob role -RESET SESSION AUTHORIZATION; -SET SESSION AUTHORIZATION regress_rls_bob; --- Try INSERT action. This fails because we are trying to insert --- dauthor = regress_rls_dave and INSERT's WITH CHECK does not allow --- that -MERGE INTO document d -USING (SELECT 12 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - DELETE -WHEN NOT MATCHED THEN - INSERT VALUES (12, 11, 1, 'regress_rls_dave', 'another novel'); -ERROR: new row violates row-level security policy for table "document" --- This should be fine -MERGE INTO document d -USING (SELECT 12 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - DELETE -WHEN NOT MATCHED THEN - INSERT VALUES (12, 11, 1, 'regress_rls_bob', 'another novel'); --- ok -MERGE INTO document d -USING (SELECT 1 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge4 ' -WHEN NOT MATCHED THEN - INSERT VALUES (12, 11, 1, 'regress_rls_bob', 'another novel'); --- drop and create a new SELECT policy which prevents us from reading --- any document except with category 'novel' -RESET SESSION AUTHORIZATION; -DROP POLICY p1 ON document; -CREATE POLICY p1 ON document FOR SELECT - USING (cid = (SELECT cid from category WHERE cname = 'novel')); -SET SESSION AUTHORIZATION regress_rls_bob; --- MERGE can no longer see the matching row and hence attempts the --- NOT MATCHED action, which results in unique key violation -MERGE INTO document d -USING (SELECT 7 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge5 ' -WHEN NOT MATCHED THEN - INSERT VALUES (12, 11, 1, 'regress_rls_bob', 'another novel'); -ERROR: duplicate key value violates unique constraint "document_pkey" --- UPDATE action fails if new row is not visible -MERGE INTO document d -USING (SELECT 1 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge6 ', - cid = (SELECT cid from category WHERE cname = 'technology'); -ERROR: new row violates row-level security policy for table "document" --- but OK if new row is visible -MERGE INTO document d -USING (SELECT 1 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge7 ', - cid = (SELECT cid from category WHERE cname = 'novel'); --- OK to insert a new row that is not visible -MERGE INTO document d -USING (SELECT 13 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge8 ' -WHEN NOT MATCHED THEN - INSERT VALUES (13, 44, 1, 'regress_rls_bob', 'new manga'); -SELECT * FROM document WHERE did = 13; - did | cid | dlevel | dauthor | dtitle | dnotes ------+-----+--------+---------+--------+-------- -(0 rows) - --- but not OK if RETURNING is used -MERGE INTO document d -USING (SELECT 14 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge9 ' -WHEN NOT MATCHED THEN - INSERT VALUES (14, 44, 1, 'regress_rls_bob', 'new manga') -RETURNING *; -ERROR: new row violates row-level security policy for table "document" --- but OK if new row is visible -MERGE INTO document d -USING (SELECT 14 as sdid) s -ON did = s.sdid -WHEN MATCHED THEN - UPDATE SET dnotes = dnotes || ' notes added by merge10 ' -WHEN NOT MATCHED THEN - INSERT VALUES (14, 11, 1, 'regress_rls_bob', 'new novel') -RETURNING *; - sdid | did | cid | dlevel | dauthor | dtitle | dnotes -------+-----+-----+--------+-----------------+-----------+-------- - 14 | 14 | 11 | 1 | regress_rls_bob | new novel | -(1 row) - -RESET SESSION AUTHORIZATION; --- drop the restrictive SELECT policy so that we can look at the --- final state of the table -DROP POLICY p1 ON document; --- Just check everything went per plan -SELECT * FROM document; - did | cid | dlevel | dauthor | dtitle | dnotes ------+-----+--------+-------------------+----------------------------------+---------------------------------------------------------------------------------------------- - 3 | 22 | 2 | regress_rls_bob | my science fiction | - 5 | 44 | 2 | regress_rls_bob | my second manga | - 6 | 22 | 1 | regress_rls_carol | great science fiction | - 7 | 33 | 2 | regress_rls_carol | great technology book | - 8 | 44 | 1 | regress_rls_carol | great manga | - 9 | 22 | 1 | regress_rls_dave | awesome science fiction | - 10 | 33 | 2 | regress_rls_dave | awesome technology book | - 11 | 33 | 1 | regress_rls_carol | hoge | - 33 | 22 | 1 | regress_rls_bob | okay science fiction | - 2 | 11 | 2 | regress_rls_bob | my first novel | - 78 | 33 | 1 | regress_rls_bob | some technology novel | - 79 | 33 | 1 | regress_rls_bob | technology book, can only insert | - 12 | 11 | 1 | regress_rls_bob | another novel | - 1 | 11 | 1 | regress_rls_bob | my first novel | notes added by merge2 notes added by merge3 notes added by merge4 notes added by merge7 - 13 | 44 | 1 | regress_rls_bob | new manga | - 14 | 11 | 1 | regress_rls_bob | new novel | -(16 rows) - --- --- ROLE/GROUP --- -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE z1 (a int, b text); -CREATE TABLE z2 (a int, b text); -GRANT SELECT ON z1,z2 TO regress_rls_group1, regress_rls_group2, - regress_rls_bob, regress_rls_carol; -INSERT INTO z1 VALUES - (1, 'aba'), - (2, 'bbb'), - (3, 'ccc'), - (4, 'dad'); -CREATE POLICY p1 ON z1 TO regress_rls_group1 USING (a % 2 = 0); -CREATE POLICY p2 ON z1 TO regress_rls_group2 USING (a % 2 = 1); -ALTER TABLE z1 ENABLE ROW LEVEL SECURITY; -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM z1 WHERE f_leak(b); -NOTICE: f_leak => bbb -NOTICE: f_leak => dad - a | b ----+----- - 2 | bbb - 4 | dad -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM z1 WHERE f_leak(b); - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(2 rows) - -PREPARE plancache_test AS SELECT * FROM z1 WHERE f_leak(b); -EXPLAIN (COSTS OFF) EXECUTE plancache_test; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(2 rows) - -PREPARE plancache_test2 AS WITH q AS MATERIALIZED (SELECT * FROM z1 WHERE f_leak(b)) SELECT * FROM q,z2; -EXPLAIN (COSTS OFF) EXECUTE plancache_test2; - QUERY PLAN -------------------------------------------------- - Nested Loop - CTE q - -> Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) - -> CTE Scan on q - -> Materialize - -> Seq Scan on z2 -(7 rows) - -PREPARE plancache_test3 AS WITH q AS MATERIALIZED (SELECT * FROM z2) SELECT * FROM q,z1 WHERE f_leak(z1.b); -EXPLAIN (COSTS OFF) EXECUTE plancache_test3; - QUERY PLAN ------------------------------------------------------ - Nested Loop - CTE q - -> Seq Scan on z2 - -> CTE Scan on q - -> Materialize - -> Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(7 rows) - -SET ROLE regress_rls_group1; -SELECT * FROM z1 WHERE f_leak(b); -NOTICE: f_leak => bbb -NOTICE: f_leak => dad - a | b ----+----- - 2 | bbb - 4 | dad -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM z1 WHERE f_leak(b); - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(2 rows) - -EXPLAIN (COSTS OFF) EXECUTE plancache_test; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(2 rows) - -EXPLAIN (COSTS OFF) EXECUTE plancache_test2; - QUERY PLAN -------------------------------------------------- - Nested Loop - CTE q - -> Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) - -> CTE Scan on q - -> Materialize - -> Seq Scan on z2 -(7 rows) - -EXPLAIN (COSTS OFF) EXECUTE plancache_test3; - QUERY PLAN ------------------------------------------------------ - Nested Loop - CTE q - -> Seq Scan on z2 - -> CTE Scan on q - -> Materialize - -> Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(7 rows) - -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM z1 WHERE f_leak(b); -NOTICE: f_leak => aba -NOTICE: f_leak => ccc - a | b ----+----- - 1 | aba - 3 | ccc -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM z1 WHERE f_leak(b); - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 1) AND f_leak(b)) -(2 rows) - -EXPLAIN (COSTS OFF) EXECUTE plancache_test; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 1) AND f_leak(b)) -(2 rows) - -EXPLAIN (COSTS OFF) EXECUTE plancache_test2; - QUERY PLAN -------------------------------------------------- - Nested Loop - CTE q - -> Seq Scan on z1 - Filter: (((a % 2) = 1) AND f_leak(b)) - -> CTE Scan on q - -> Materialize - -> Seq Scan on z2 -(7 rows) - -EXPLAIN (COSTS OFF) EXECUTE plancache_test3; - QUERY PLAN ------------------------------------------------------ - Nested Loop - CTE q - -> Seq Scan on z2 - -> CTE Scan on q - -> Materialize - -> Seq Scan on z1 - Filter: (((a % 2) = 1) AND f_leak(b)) -(7 rows) - -SET ROLE regress_rls_group2; -SELECT * FROM z1 WHERE f_leak(b); -NOTICE: f_leak => aba -NOTICE: f_leak => ccc - a | b ----+----- - 1 | aba - 3 | ccc -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM z1 WHERE f_leak(b); - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 1) AND f_leak(b)) -(2 rows) - -EXPLAIN (COSTS OFF) EXECUTE plancache_test; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 1) AND f_leak(b)) -(2 rows) - -EXPLAIN (COSTS OFF) EXECUTE plancache_test2; - QUERY PLAN -------------------------------------------------- - Nested Loop - CTE q - -> Seq Scan on z1 - Filter: (((a % 2) = 1) AND f_leak(b)) - -> CTE Scan on q - -> Materialize - -> Seq Scan on z2 -(7 rows) - -EXPLAIN (COSTS OFF) EXECUTE plancache_test3; - QUERY PLAN ------------------------------------------------------ - Nested Loop - CTE q - -> Seq Scan on z2 - -> CTE Scan on q - -> Materialize - -> Seq Scan on z1 - Filter: (((a % 2) = 1) AND f_leak(b)) -(7 rows) - --- --- Views should follow policy for view owner. --- --- View and Table owner are the same. -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE VIEW rls_view AS SELECT * FROM z1 WHERE f_leak(b); -GRANT SELECT ON rls_view TO regress_rls_bob; --- Query as role that is not owner of view or table. Should return all records. -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rls_view; -NOTICE: f_leak => aba -NOTICE: f_leak => bbb -NOTICE: f_leak => ccc -NOTICE: f_leak => dad - a | b ----+----- - 1 | aba - 2 | bbb - 3 | ccc - 4 | dad -(4 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ---------------------- - Seq Scan on z1 - Filter: f_leak(b) -(2 rows) - --- Query as view/table owner. Should return all records. -SET SESSION AUTHORIZATION regress_rls_alice; -SELECT * FROM rls_view; -NOTICE: f_leak => aba -NOTICE: f_leak => bbb -NOTICE: f_leak => ccc -NOTICE: f_leak => dad - a | b ----+----- - 1 | aba - 2 | bbb - 3 | ccc - 4 | dad -(4 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ---------------------- - Seq Scan on z1 - Filter: f_leak(b) -(2 rows) - -DROP VIEW rls_view; --- View and Table owners are different. -SET SESSION AUTHORIZATION regress_rls_bob; -CREATE VIEW rls_view AS SELECT * FROM z1 WHERE f_leak(b); -GRANT SELECT ON rls_view TO regress_rls_alice; --- Query as role that is not owner of view but is owner of table. --- Should return records based on view owner policies. -SET SESSION AUTHORIZATION regress_rls_alice; -SELECT * FROM rls_view; -NOTICE: f_leak => bbb -NOTICE: f_leak => dad - a | b ----+----- - 2 | bbb - 4 | dad -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(2 rows) - --- Query as role that is not owner of table but is owner of view. --- Should return records based on view owner policies. -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rls_view; -NOTICE: f_leak => bbb -NOTICE: f_leak => dad - a | b ----+----- - 2 | bbb - 4 | dad -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(2 rows) - --- Query as role that is not the owner of the table or view without permissions. -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for view rls_view -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for view rls_view --- Query as role that is not the owner of the table or view with permissions. -SET SESSION AUTHORIZATION regress_rls_bob; -GRANT SELECT ON rls_view TO regress_rls_carol; -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM rls_view; -NOTICE: f_leak => bbb -NOTICE: f_leak => dad - a | b ----+----- - 2 | bbb - 4 | dad -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(2 rows) - --- Policy requiring access to another table. -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE z1_blacklist (a int); -INSERT INTO z1_blacklist VALUES (3), (4); -CREATE POLICY p3 ON z1 AS RESTRICTIVE USING (a NOT IN (SELECT a FROM z1_blacklist)); --- Query as role that is not owner of table but is owner of view without permissions. -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for table z1_blacklist -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for table z1_blacklist --- Query as role that is not the owner of the table or view without permissions. -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for table z1_blacklist -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for table z1_blacklist --- Query as role that is not owner of table but is owner of view with permissions. -SET SESSION AUTHORIZATION regress_rls_alice; -GRANT SELECT ON z1_blacklist TO regress_rls_bob; -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rls_view; -NOTICE: f_leak => bbb - a | b ----+----- - 2 | bbb -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ---------------------------------------------------------------------------------------- - Seq Scan on z1 - Filter: ((NOT (ANY (a = (hashed SubPlan 1).col1))) AND ((a % 2) = 0) AND f_leak(b)) - SubPlan 1 - -> Seq Scan on z1_blacklist -(4 rows) - --- Query as role that is not the owner of the table or view with permissions. -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM rls_view; -NOTICE: f_leak => bbb - a | b ----+----- - 2 | bbb -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ---------------------------------------------------------------------------------------- - Seq Scan on z1 - Filter: ((NOT (ANY (a = (hashed SubPlan 1).col1))) AND ((a % 2) = 0) AND f_leak(b)) - SubPlan 1 - -> Seq Scan on z1_blacklist -(4 rows) - -SET SESSION AUTHORIZATION regress_rls_alice; -REVOKE SELECT ON z1_blacklist FROM regress_rls_bob; -DROP POLICY p3 ON z1; -SET SESSION AUTHORIZATION regress_rls_bob; -DROP VIEW rls_view; --- --- Security invoker views should follow policy for current user. --- --- View and table owner are the same. -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE VIEW rls_view WITH (security_invoker) AS - SELECT * FROM z1 WHERE f_leak(b); -GRANT SELECT ON rls_view TO regress_rls_bob; -GRANT SELECT ON rls_view TO regress_rls_carol; --- Query as table owner. Should return all records. -SELECT * FROM rls_view; -NOTICE: f_leak => aba -NOTICE: f_leak => bbb -NOTICE: f_leak => ccc -NOTICE: f_leak => dad - a | b ----+----- - 1 | aba - 2 | bbb - 3 | ccc - 4 | dad -(4 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ---------------------- - Seq Scan on z1 - Filter: f_leak(b) -(2 rows) - --- Queries as other users. --- Should return records based on current user's policies. -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rls_view; -NOTICE: f_leak => bbb -NOTICE: f_leak => dad - a | b ----+----- - 2 | bbb - 4 | dad -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(2 rows) - -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM rls_view; -NOTICE: f_leak => aba -NOTICE: f_leak => ccc - a | b ----+----- - 1 | aba - 3 | ccc -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 1) AND f_leak(b)) -(2 rows) - --- View and table owners are different. -SET SESSION AUTHORIZATION regress_rls_alice; -DROP VIEW rls_view; -SET SESSION AUTHORIZATION regress_rls_bob; -CREATE VIEW rls_view WITH (security_invoker) AS - SELECT * FROM z1 WHERE f_leak(b); -GRANT SELECT ON rls_view TO regress_rls_alice; -GRANT SELECT ON rls_view TO regress_rls_carol; --- Query as table owner. Should return all records. -SET SESSION AUTHORIZATION regress_rls_alice; -SELECT * FROM rls_view; -NOTICE: f_leak => aba -NOTICE: f_leak => bbb -NOTICE: f_leak => ccc -NOTICE: f_leak => dad - a | b ----+----- - 1 | aba - 2 | bbb - 3 | ccc - 4 | dad -(4 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ---------------------- - Seq Scan on z1 - Filter: f_leak(b) -(2 rows) - --- Queries as other users. --- Should return records based on current user's policies. -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rls_view; -NOTICE: f_leak => bbb -NOTICE: f_leak => dad - a | b ----+----- - 2 | bbb - 4 | dad -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(2 rows) - -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM rls_view; -NOTICE: f_leak => aba -NOTICE: f_leak => ccc - a | b ----+----- - 1 | aba - 3 | ccc -(2 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ------------------------------------------ - Seq Scan on z1 - Filter: (((a % 2) = 1) AND f_leak(b)) -(2 rows) - --- Policy requiring access to another table. -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE POLICY p3 ON z1 AS RESTRICTIVE USING (a NOT IN (SELECT a FROM z1_blacklist)); --- Query as role that is not owner of table but is owner of view without permissions. -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for table z1_blacklist -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for table z1_blacklist --- Query as role that is not the owner of the table or view without permissions. -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for table z1_blacklist -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for table z1_blacklist --- Query as role that is not owner of table but is owner of view with permissions. -SET SESSION AUTHORIZATION regress_rls_alice; -GRANT SELECT ON z1_blacklist TO regress_rls_bob; -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM rls_view; -NOTICE: f_leak => bbb - a | b ----+----- - 2 | bbb -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ---------------------------------------------------------------------------------------- - Seq Scan on z1 - Filter: ((NOT (ANY (a = (hashed SubPlan 1).col1))) AND ((a % 2) = 0) AND f_leak(b)) - SubPlan 1 - -> Seq Scan on z1_blacklist -(4 rows) - --- Query as role that is not the owner of the table or view without permissions. -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for table z1_blacklist -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; --fail - permission denied. -ERROR: permission denied for table z1_blacklist --- Query as role that is not the owner of the table or view with permissions. -SET SESSION AUTHORIZATION regress_rls_alice; -GRANT SELECT ON z1_blacklist TO regress_rls_carol; -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM rls_view; -NOTICE: f_leak => aba - a | b ----+----- - 1 | aba -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_view; - QUERY PLAN ---------------------------------------------------------------------------------------- - Seq Scan on z1 - Filter: ((NOT (ANY (a = (hashed SubPlan 1).col1))) AND ((a % 2) = 1) AND f_leak(b)) - SubPlan 1 - -> Seq Scan on z1_blacklist -(4 rows) - -SET SESSION AUTHORIZATION regress_rls_bob; -DROP VIEW rls_view; --- --- Command specific --- -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE x1 (a int, b text, c text); -GRANT ALL ON x1 TO PUBLIC; -INSERT INTO x1 VALUES - (1, 'abc', 'regress_rls_bob'), - (2, 'bcd', 'regress_rls_bob'), - (3, 'cde', 'regress_rls_carol'), - (4, 'def', 'regress_rls_carol'), - (5, 'efg', 'regress_rls_bob'), - (6, 'fgh', 'regress_rls_bob'), - (7, 'fgh', 'regress_rls_carol'), - (8, 'fgh', 'regress_rls_carol'); -CREATE POLICY p0 ON x1 FOR ALL USING (c = current_user); -CREATE POLICY p1 ON x1 FOR SELECT USING (a % 2 = 0); -CREATE POLICY p2 ON x1 FOR INSERT WITH CHECK (a % 2 = 1); -CREATE POLICY p3 ON x1 FOR UPDATE USING (a % 2 = 0); -CREATE POLICY p4 ON x1 FOR DELETE USING (a < 8); -ALTER TABLE x1 ENABLE ROW LEVEL SECURITY; -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM x1 WHERE f_leak(b) ORDER BY a ASC; -NOTICE: f_leak => abc -NOTICE: f_leak => bcd -NOTICE: f_leak => def -NOTICE: f_leak => efg -NOTICE: f_leak => fgh -NOTICE: f_leak => fgh - a | b | c ----+-----+------------------- - 1 | abc | regress_rls_bob - 2 | bcd | regress_rls_bob - 4 | def | regress_rls_carol - 5 | efg | regress_rls_bob - 6 | fgh | regress_rls_bob - 8 | fgh | regress_rls_carol -(6 rows) - -UPDATE x1 SET b = b || '_updt' WHERE f_leak(b) RETURNING *; -NOTICE: f_leak => abc -NOTICE: f_leak => bcd -NOTICE: f_leak => def -NOTICE: f_leak => efg -NOTICE: f_leak => fgh -NOTICE: f_leak => fgh - a | b | c ----+----------+------------------- - 1 | abc_updt | regress_rls_bob - 2 | bcd_updt | regress_rls_bob - 4 | def_updt | regress_rls_carol - 5 | efg_updt | regress_rls_bob - 6 | fgh_updt | regress_rls_bob - 8 | fgh_updt | regress_rls_carol -(6 rows) - -SET SESSION AUTHORIZATION regress_rls_carol; -SELECT * FROM x1 WHERE f_leak(b) ORDER BY a ASC; -NOTICE: f_leak => cde -NOTICE: f_leak => fgh -NOTICE: f_leak => bcd_updt -NOTICE: f_leak => def_updt -NOTICE: f_leak => fgh_updt -NOTICE: f_leak => fgh_updt - a | b | c ----+----------+------------------- - 2 | bcd_updt | regress_rls_bob - 3 | cde | regress_rls_carol - 4 | def_updt | regress_rls_carol - 6 | fgh_updt | regress_rls_bob - 7 | fgh | regress_rls_carol - 8 | fgh_updt | regress_rls_carol -(6 rows) - -UPDATE x1 SET b = b || '_updt' WHERE f_leak(b) RETURNING *; -NOTICE: f_leak => cde -NOTICE: f_leak => fgh -NOTICE: f_leak => bcd_updt -NOTICE: f_leak => def_updt -NOTICE: f_leak => fgh_updt -NOTICE: f_leak => fgh_updt - a | b | c ----+---------------+------------------- - 3 | cde_updt | regress_rls_carol - 7 | fgh_updt | regress_rls_carol - 2 | bcd_updt_updt | regress_rls_bob - 4 | def_updt_updt | regress_rls_carol - 6 | fgh_updt_updt | regress_rls_bob - 8 | fgh_updt_updt | regress_rls_carol -(6 rows) - -DELETE FROM x1 WHERE f_leak(b) RETURNING *; -NOTICE: f_leak => cde_updt -NOTICE: f_leak => fgh_updt -NOTICE: f_leak => bcd_updt_updt -NOTICE: f_leak => def_updt_updt -NOTICE: f_leak => fgh_updt_updt -NOTICE: f_leak => fgh_updt_updt - a | b | c ----+---------------+------------------- - 3 | cde_updt | regress_rls_carol - 7 | fgh_updt | regress_rls_carol - 2 | bcd_updt_updt | regress_rls_bob - 4 | def_updt_updt | regress_rls_carol - 6 | fgh_updt_updt | regress_rls_bob - 8 | fgh_updt_updt | regress_rls_carol -(6 rows) - --- --- Duplicate Policy Names --- -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE y1 (a int, b text); -CREATE TABLE y2 (a int, b text); -GRANT ALL ON y1, y2 TO regress_rls_bob; -CREATE POLICY p1 ON y1 FOR ALL USING (a % 2 = 0); -CREATE POLICY p2 ON y1 FOR SELECT USING (a > 2); -CREATE POLICY p1 ON y1 FOR SELECT USING (a % 2 = 1); --fail -ERROR: policy "p1" for table "y1" already exists -CREATE POLICY p1 ON y2 FOR ALL USING (a % 2 = 0); --OK -ALTER TABLE y1 ENABLE ROW LEVEL SECURITY; -ALTER TABLE y2 ENABLE ROW LEVEL SECURITY; --- --- Expression structure with SBV --- --- Create view as table owner. RLS should NOT be applied. -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE VIEW rls_sbv WITH (security_barrier) AS - SELECT * FROM y1 WHERE f_leak(b); -EXPLAIN (COSTS OFF) SELECT * FROM rls_sbv WHERE (a = 1); - QUERY PLAN ------------------------------------ - Seq Scan on y1 - Filter: (f_leak(b) AND (a = 1)) -(2 rows) - -DROP VIEW rls_sbv; --- Create view as role that does not own table. RLS should be applied. -SET SESSION AUTHORIZATION regress_rls_bob; -CREATE VIEW rls_sbv WITH (security_barrier) AS - SELECT * FROM y1 WHERE f_leak(b); -EXPLAIN (COSTS OFF) SELECT * FROM rls_sbv WHERE (a = 1); - QUERY PLAN ------------------------------------------------------------------- - Seq Scan on y1 - Filter: ((a = 1) AND ((a > 2) OR ((a % 2) = 0)) AND f_leak(b)) -(2 rows) - -DROP VIEW rls_sbv; --- --- Expression structure --- -SET SESSION AUTHORIZATION regress_rls_alice; -INSERT INTO y2 (SELECT x, public.fipshash(x::text) FROM generate_series(0,20) x); -CREATE POLICY p2 ON y2 USING (a % 3 = 0); -CREATE POLICY p3 ON y2 USING (a % 4 = 0); -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM y2 WHERE f_leak(b); -NOTICE: f_leak => 5feceb66ffc86f38d952786c6d696c79 -NOTICE: f_leak => d4735e3a265e16eee03f59718b9b5d03 -NOTICE: f_leak => 4e07408562bedb8b60ce05c1decfe3ad -NOTICE: f_leak => 4b227777d4dd1fc61c6f884f48641d02 -NOTICE: f_leak => e7f6c011776e8db7cd330b54174fd76f -NOTICE: f_leak => 2c624232cdd221771294dfbb310aca00 -NOTICE: f_leak => 19581e27de7ced00ff1ce50b2047e7a5 -NOTICE: f_leak => 4a44dc15364204a80fe80e9039455cc1 -NOTICE: f_leak => 6b51d431df5d7f141cbececcf79edf3d -NOTICE: f_leak => 8527a891e224136950ff32ca212b45bc -NOTICE: f_leak => e629fa6598d732768f7c726b4b621285 -NOTICE: f_leak => b17ef6d19c7a5b1ee83b907c595526dc -NOTICE: f_leak => 4ec9599fc203d176a301536c2e091a19 -NOTICE: f_leak => f5ca38f748a1d6eaf726b8a42fb575c3 - a | b -----+---------------------------------- - 0 | 5feceb66ffc86f38d952786c6d696c79 - 2 | d4735e3a265e16eee03f59718b9b5d03 - 3 | 4e07408562bedb8b60ce05c1decfe3ad - 4 | 4b227777d4dd1fc61c6f884f48641d02 - 6 | e7f6c011776e8db7cd330b54174fd76f - 8 | 2c624232cdd221771294dfbb310aca00 - 9 | 19581e27de7ced00ff1ce50b2047e7a5 - 10 | 4a44dc15364204a80fe80e9039455cc1 - 12 | 6b51d431df5d7f141cbececcf79edf3d - 14 | 8527a891e224136950ff32ca212b45bc - 15 | e629fa6598d732768f7c726b4b621285 - 16 | b17ef6d19c7a5b1ee83b907c595526dc - 18 | 4ec9599fc203d176a301536c2e091a19 - 20 | f5ca38f748a1d6eaf726b8a42fb575c3 -(14 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM y2 WHERE f_leak(b); - QUERY PLAN ------------------------------------------------------------------------------ - Seq Scan on y2 - Filter: ((((a % 4) = 0) OR ((a % 3) = 0) OR ((a % 2) = 0)) AND f_leak(b)) -(2 rows) - --- --- Qual push-down of leaky functions, when not referring to table --- -SELECT * FROM y2 WHERE f_leak('abc'); -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc -NOTICE: f_leak => abc - a | b -----+---------------------------------- - 0 | 5feceb66ffc86f38d952786c6d696c79 - 2 | d4735e3a265e16eee03f59718b9b5d03 - 3 | 4e07408562bedb8b60ce05c1decfe3ad - 4 | 4b227777d4dd1fc61c6f884f48641d02 - 6 | e7f6c011776e8db7cd330b54174fd76f - 8 | 2c624232cdd221771294dfbb310aca00 - 9 | 19581e27de7ced00ff1ce50b2047e7a5 - 10 | 4a44dc15364204a80fe80e9039455cc1 - 12 | 6b51d431df5d7f141cbececcf79edf3d - 14 | 8527a891e224136950ff32ca212b45bc - 15 | e629fa6598d732768f7c726b4b621285 - 16 | b17ef6d19c7a5b1ee83b907c595526dc - 18 | 4ec9599fc203d176a301536c2e091a19 - 20 | f5ca38f748a1d6eaf726b8a42fb575c3 -(14 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM y2 WHERE f_leak('abc'); - QUERY PLAN ---------------------------------------------------------------------------------------- - Seq Scan on y2 - Filter: (f_leak('abc'::text) AND (((a % 4) = 0) OR ((a % 3) = 0) OR ((a % 2) = 0))) -(2 rows) - -CREATE TABLE test_qual_pushdown ( - abc text -); -INSERT INTO test_qual_pushdown VALUES ('abc'),('def'); -SELECT * FROM y2 JOIN test_qual_pushdown ON (b = abc) WHERE f_leak(abc); -NOTICE: f_leak => abc -NOTICE: f_leak => def - a | b | abc ----+---+----- -(0 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM y2 JOIN test_qual_pushdown ON (b = abc) WHERE f_leak(abc); - QUERY PLAN -------------------------------------------------------------------------- - Hash Join - Hash Cond: (test_qual_pushdown.abc = y2.b) - -> Seq Scan on test_qual_pushdown - Filter: f_leak(abc) - -> Hash - -> Seq Scan on y2 - Filter: (((a % 4) = 0) OR ((a % 3) = 0) OR ((a % 2) = 0)) -(7 rows) - -SELECT * FROM y2 JOIN test_qual_pushdown ON (b = abc) WHERE f_leak(b); -NOTICE: f_leak => 5feceb66ffc86f38d952786c6d696c79 -NOTICE: f_leak => d4735e3a265e16eee03f59718b9b5d03 -NOTICE: f_leak => 4e07408562bedb8b60ce05c1decfe3ad -NOTICE: f_leak => 4b227777d4dd1fc61c6f884f48641d02 -NOTICE: f_leak => e7f6c011776e8db7cd330b54174fd76f -NOTICE: f_leak => 2c624232cdd221771294dfbb310aca00 -NOTICE: f_leak => 19581e27de7ced00ff1ce50b2047e7a5 -NOTICE: f_leak => 4a44dc15364204a80fe80e9039455cc1 -NOTICE: f_leak => 6b51d431df5d7f141cbececcf79edf3d -NOTICE: f_leak => 8527a891e224136950ff32ca212b45bc -NOTICE: f_leak => e629fa6598d732768f7c726b4b621285 -NOTICE: f_leak => b17ef6d19c7a5b1ee83b907c595526dc -NOTICE: f_leak => 4ec9599fc203d176a301536c2e091a19 -NOTICE: f_leak => f5ca38f748a1d6eaf726b8a42fb575c3 - a | b | abc ----+---+----- -(0 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM y2 JOIN test_qual_pushdown ON (b = abc) WHERE f_leak(b); - QUERY PLAN ------------------------------------------------------------------------------------------ - Hash Join - Hash Cond: (test_qual_pushdown.abc = y2.b) - -> Seq Scan on test_qual_pushdown - -> Hash - -> Seq Scan on y2 - Filter: ((((a % 4) = 0) OR ((a % 3) = 0) OR ((a % 2) = 0)) AND f_leak(b)) -(6 rows) - -DROP TABLE test_qual_pushdown; --- --- Plancache invalidate on user change. --- -RESET SESSION AUTHORIZATION; -DROP TABLE t1 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table t2 -drop cascades to table t3 -CREATE TABLE t1 (a integer); -GRANT SELECT ON t1 TO regress_rls_bob, regress_rls_carol; -CREATE POLICY p1 ON t1 TO regress_rls_bob USING ((a % 2) = 0); -CREATE POLICY p2 ON t1 TO regress_rls_carol USING ((a % 4) = 0); -ALTER TABLE t1 ENABLE ROW LEVEL SECURITY; --- Prepare as regress_rls_bob -SET ROLE regress_rls_bob; -PREPARE role_inval AS SELECT * FROM t1; --- Check plan -EXPLAIN (COSTS OFF) EXECUTE role_inval; - QUERY PLAN -------------------------- - Seq Scan on t1 - Filter: ((a % 2) = 0) -(2 rows) - --- Change to regress_rls_carol -SET ROLE regress_rls_carol; --- Check plan- should be different -EXPLAIN (COSTS OFF) EXECUTE role_inval; - QUERY PLAN -------------------------- - Seq Scan on t1 - Filter: ((a % 4) = 0) -(2 rows) - --- Change back to regress_rls_bob -SET ROLE regress_rls_bob; --- Check plan- should be back to original -EXPLAIN (COSTS OFF) EXECUTE role_inval; - QUERY PLAN -------------------------- - Seq Scan on t1 - Filter: ((a % 2) = 0) -(2 rows) - --- --- CTE and RLS --- -RESET SESSION AUTHORIZATION; -DROP TABLE t1 CASCADE; -CREATE TABLE t1 (a integer, b text); -CREATE POLICY p1 ON t1 USING (a % 2 = 0); -ALTER TABLE t1 ENABLE ROW LEVEL SECURITY; -GRANT ALL ON t1 TO regress_rls_bob; -INSERT INTO t1 (SELECT x, public.fipshash(x::text) FROM generate_series(0,20) x); -SET SESSION AUTHORIZATION regress_rls_bob; -WITH cte1 AS MATERIALIZED (SELECT * FROM t1 WHERE f_leak(b)) SELECT * FROM cte1; -NOTICE: f_leak => 5feceb66ffc86f38d952786c6d696c79 -NOTICE: f_leak => d4735e3a265e16eee03f59718b9b5d03 -NOTICE: f_leak => 4b227777d4dd1fc61c6f884f48641d02 -NOTICE: f_leak => e7f6c011776e8db7cd330b54174fd76f -NOTICE: f_leak => 2c624232cdd221771294dfbb310aca00 -NOTICE: f_leak => 4a44dc15364204a80fe80e9039455cc1 -NOTICE: f_leak => 6b51d431df5d7f141cbececcf79edf3d -NOTICE: f_leak => 8527a891e224136950ff32ca212b45bc -NOTICE: f_leak => b17ef6d19c7a5b1ee83b907c595526dc -NOTICE: f_leak => 4ec9599fc203d176a301536c2e091a19 -NOTICE: f_leak => f5ca38f748a1d6eaf726b8a42fb575c3 - a | b -----+---------------------------------- - 0 | 5feceb66ffc86f38d952786c6d696c79 - 2 | d4735e3a265e16eee03f59718b9b5d03 - 4 | 4b227777d4dd1fc61c6f884f48641d02 - 6 | e7f6c011776e8db7cd330b54174fd76f - 8 | 2c624232cdd221771294dfbb310aca00 - 10 | 4a44dc15364204a80fe80e9039455cc1 - 12 | 6b51d431df5d7f141cbececcf79edf3d - 14 | 8527a891e224136950ff32ca212b45bc - 16 | b17ef6d19c7a5b1ee83b907c595526dc - 18 | 4ec9599fc203d176a301536c2e091a19 - 20 | f5ca38f748a1d6eaf726b8a42fb575c3 -(11 rows) - -EXPLAIN (COSTS OFF) -WITH cte1 AS MATERIALIZED (SELECT * FROM t1 WHERE f_leak(b)) SELECT * FROM cte1; - QUERY PLAN -------------------------------------------------- - CTE Scan on cte1 - CTE cte1 - -> Seq Scan on t1 - Filter: (((a % 2) = 0) AND f_leak(b)) -(4 rows) - -WITH cte1 AS (UPDATE t1 SET a = a + 1 RETURNING *) SELECT * FROM cte1; --fail -ERROR: new row violates row-level security policy for table "t1" -WITH cte1 AS (UPDATE t1 SET a = a RETURNING *) SELECT * FROM cte1; --ok - a | b -----+---------------------------------- - 0 | 5feceb66ffc86f38d952786c6d696c79 - 2 | d4735e3a265e16eee03f59718b9b5d03 - 4 | 4b227777d4dd1fc61c6f884f48641d02 - 6 | e7f6c011776e8db7cd330b54174fd76f - 8 | 2c624232cdd221771294dfbb310aca00 - 10 | 4a44dc15364204a80fe80e9039455cc1 - 12 | 6b51d431df5d7f141cbececcf79edf3d - 14 | 8527a891e224136950ff32ca212b45bc - 16 | b17ef6d19c7a5b1ee83b907c595526dc - 18 | 4ec9599fc203d176a301536c2e091a19 - 20 | f5ca38f748a1d6eaf726b8a42fb575c3 -(11 rows) - -WITH cte1 AS (INSERT INTO t1 VALUES (21, 'Fail') RETURNING *) SELECT * FROM cte1; --fail -ERROR: new row violates row-level security policy for table "t1" -WITH cte1 AS (INSERT INTO t1 VALUES (20, 'Success') RETURNING *) SELECT * FROM cte1; --ok - a | b -----+--------- - 20 | Success -(1 row) - --- --- Rename Policy --- -RESET SESSION AUTHORIZATION; -ALTER POLICY p1 ON t1 RENAME TO p1; --fail -ERROR: policy "p1" for table "t1" already exists -SELECT polname, relname - FROM pg_policy pol - JOIN pg_class pc ON (pc.oid = pol.polrelid) - WHERE relname = 't1'; - polname | relname ----------+--------- - p1 | t1 -(1 row) - -ALTER POLICY p1 ON t1 RENAME TO p2; --ok -SELECT polname, relname - FROM pg_policy pol - JOIN pg_class pc ON (pc.oid = pol.polrelid) - WHERE relname = 't1'; - polname | relname ----------+--------- - p2 | t1 -(1 row) - --- --- Check INSERT SELECT --- -SET SESSION AUTHORIZATION regress_rls_bob; -CREATE TABLE t2 (a integer, b text); -INSERT INTO t2 (SELECT * FROM t1); -EXPLAIN (COSTS OFF) INSERT INTO t2 (SELECT * FROM t1); - QUERY PLAN -------------------------------- - Insert on t2 - -> Seq Scan on t1 - Filter: ((a % 2) = 0) -(3 rows) - -SELECT * FROM t2; - a | b -----+---------------------------------- - 0 | 5feceb66ffc86f38d952786c6d696c79 - 2 | d4735e3a265e16eee03f59718b9b5d03 - 4 | 4b227777d4dd1fc61c6f884f48641d02 - 6 | e7f6c011776e8db7cd330b54174fd76f - 8 | 2c624232cdd221771294dfbb310aca00 - 10 | 4a44dc15364204a80fe80e9039455cc1 - 12 | 6b51d431df5d7f141cbececcf79edf3d - 14 | 8527a891e224136950ff32ca212b45bc - 16 | b17ef6d19c7a5b1ee83b907c595526dc - 18 | 4ec9599fc203d176a301536c2e091a19 - 20 | f5ca38f748a1d6eaf726b8a42fb575c3 - 20 | Success -(12 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t2; - QUERY PLAN ----------------- - Seq Scan on t2 -(1 row) - -CREATE TABLE t3 AS SELECT * FROM t1; -SELECT * FROM t3; - a | b -----+---------------------------------- - 0 | 5feceb66ffc86f38d952786c6d696c79 - 2 | d4735e3a265e16eee03f59718b9b5d03 - 4 | 4b227777d4dd1fc61c6f884f48641d02 - 6 | e7f6c011776e8db7cd330b54174fd76f - 8 | 2c624232cdd221771294dfbb310aca00 - 10 | 4a44dc15364204a80fe80e9039455cc1 - 12 | 6b51d431df5d7f141cbececcf79edf3d - 14 | 8527a891e224136950ff32ca212b45bc - 16 | b17ef6d19c7a5b1ee83b907c595526dc - 18 | 4ec9599fc203d176a301536c2e091a19 - 20 | f5ca38f748a1d6eaf726b8a42fb575c3 - 20 | Success -(12 rows) - -SELECT * INTO t4 FROM t1; -SELECT * FROM t4; - a | b -----+---------------------------------- - 0 | 5feceb66ffc86f38d952786c6d696c79 - 2 | d4735e3a265e16eee03f59718b9b5d03 - 4 | 4b227777d4dd1fc61c6f884f48641d02 - 6 | e7f6c011776e8db7cd330b54174fd76f - 8 | 2c624232cdd221771294dfbb310aca00 - 10 | 4a44dc15364204a80fe80e9039455cc1 - 12 | 6b51d431df5d7f141cbececcf79edf3d - 14 | 8527a891e224136950ff32ca212b45bc - 16 | b17ef6d19c7a5b1ee83b907c595526dc - 18 | 4ec9599fc203d176a301536c2e091a19 - 20 | f5ca38f748a1d6eaf726b8a42fb575c3 - 20 | Success -(12 rows) - --- --- RLS with JOIN --- -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE blog (id integer, author text, post text); -CREATE TABLE comment (blog_id integer, message text); -GRANT ALL ON blog, comment TO regress_rls_bob; -CREATE POLICY blog_1 ON blog USING (id % 2 = 0); -ALTER TABLE blog ENABLE ROW LEVEL SECURITY; -INSERT INTO blog VALUES - (1, 'alice', 'blog #1'), - (2, 'bob', 'blog #1'), - (3, 'alice', 'blog #2'), - (4, 'alice', 'blog #3'), - (5, 'john', 'blog #1'); -INSERT INTO comment VALUES - (1, 'cool blog'), - (1, 'fun blog'), - (3, 'crazy blog'), - (5, 'what?'), - (4, 'insane!'), - (2, 'who did it?'); -SET SESSION AUTHORIZATION regress_rls_bob; --- Check RLS JOIN with Non-RLS. -SELECT id, author, message FROM blog JOIN comment ON id = blog_id; - id | author | message -----+--------+------------- - 4 | alice | insane! - 2 | bob | who did it? -(2 rows) - --- Check Non-RLS JOIN with RLS. -SELECT id, author, message FROM comment JOIN blog ON id = blog_id; - id | author | message -----+--------+------------- - 4 | alice | insane! - 2 | bob | who did it? -(2 rows) - -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE POLICY comment_1 ON comment USING (blog_id < 4); -ALTER TABLE comment ENABLE ROW LEVEL SECURITY; -SET SESSION AUTHORIZATION regress_rls_bob; --- Check RLS JOIN RLS -SELECT id, author, message FROM blog JOIN comment ON id = blog_id; - id | author | message -----+--------+------------- - 2 | bob | who did it? -(1 row) - -SELECT id, author, message FROM comment JOIN blog ON id = blog_id; - id | author | message -----+--------+------------- - 2 | bob | who did it? -(1 row) - -SET SESSION AUTHORIZATION regress_rls_alice; -DROP TABLE blog, comment; --- --- Default Deny Policy --- -RESET SESSION AUTHORIZATION; -DROP POLICY p2 ON t1; -ALTER TABLE t1 OWNER TO regress_rls_alice; --- Check that default deny does not apply to superuser. -RESET SESSION AUTHORIZATION; -SELECT * FROM t1; - a | b -----+---------------------------------- - 1 | 6b86b273ff34fce19d6b804eff5a3f57 - 3 | 4e07408562bedb8b60ce05c1decfe3ad - 5 | ef2d127de37b942baad06145e54b0c61 - 7 | 7902699be42c8a8e46fbbb4501726517 - 9 | 19581e27de7ced00ff1ce50b2047e7a5 - 11 | 4fc82b26aecb47d2868c4efbe3581732 - 13 | 3fdba35f04dc8c462986c992bcf87554 - 15 | e629fa6598d732768f7c726b4b621285 - 17 | 4523540f1504cd17100c4835e85b7eef - 19 | 9400f1b21cb527d7fa3d3eabba93557a - 0 | 5feceb66ffc86f38d952786c6d696c79 - 2 | d4735e3a265e16eee03f59718b9b5d03 - 4 | 4b227777d4dd1fc61c6f884f48641d02 - 6 | e7f6c011776e8db7cd330b54174fd76f - 8 | 2c624232cdd221771294dfbb310aca00 - 10 | 4a44dc15364204a80fe80e9039455cc1 - 12 | 6b51d431df5d7f141cbececcf79edf3d - 14 | 8527a891e224136950ff32ca212b45bc - 16 | b17ef6d19c7a5b1ee83b907c595526dc - 18 | 4ec9599fc203d176a301536c2e091a19 - 20 | f5ca38f748a1d6eaf726b8a42fb575c3 - 20 | Success -(22 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1; - QUERY PLAN ----------------- - Seq Scan on t1 -(1 row) - --- Check that default deny does not apply to table owner. -SET SESSION AUTHORIZATION regress_rls_alice; -SELECT * FROM t1; - a | b -----+---------------------------------- - 1 | 6b86b273ff34fce19d6b804eff5a3f57 - 3 | 4e07408562bedb8b60ce05c1decfe3ad - 5 | ef2d127de37b942baad06145e54b0c61 - 7 | 7902699be42c8a8e46fbbb4501726517 - 9 | 19581e27de7ced00ff1ce50b2047e7a5 - 11 | 4fc82b26aecb47d2868c4efbe3581732 - 13 | 3fdba35f04dc8c462986c992bcf87554 - 15 | e629fa6598d732768f7c726b4b621285 - 17 | 4523540f1504cd17100c4835e85b7eef - 19 | 9400f1b21cb527d7fa3d3eabba93557a - 0 | 5feceb66ffc86f38d952786c6d696c79 - 2 | d4735e3a265e16eee03f59718b9b5d03 - 4 | 4b227777d4dd1fc61c6f884f48641d02 - 6 | e7f6c011776e8db7cd330b54174fd76f - 8 | 2c624232cdd221771294dfbb310aca00 - 10 | 4a44dc15364204a80fe80e9039455cc1 - 12 | 6b51d431df5d7f141cbececcf79edf3d - 14 | 8527a891e224136950ff32ca212b45bc - 16 | b17ef6d19c7a5b1ee83b907c595526dc - 18 | 4ec9599fc203d176a301536c2e091a19 - 20 | f5ca38f748a1d6eaf726b8a42fb575c3 - 20 | Success -(22 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1; - QUERY PLAN ----------------- - Seq Scan on t1 -(1 row) - --- Check that default deny applies to non-owner/non-superuser when RLS on. -SET SESSION AUTHORIZATION regress_rls_bob; -SET row_security TO ON; -SELECT * FROM t1; - a | b ----+--- -(0 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM t1; - a | b ----+--- -(0 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM t1; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - --- --- COPY TO/FROM --- -RESET SESSION AUTHORIZATION; -DROP TABLE copy_t CASCADE; -ERROR: table "copy_t" does not exist -CREATE TABLE copy_t (a integer, b text); -CREATE POLICY p1 ON copy_t USING (a % 2 = 0); -ALTER TABLE copy_t ENABLE ROW LEVEL SECURITY; -GRANT ALL ON copy_t TO regress_rls_bob, regress_rls_exempt_user; -INSERT INTO copy_t (SELECT x, public.fipshash(x::text) FROM generate_series(0,10) x); --- Check COPY TO as Superuser/owner. -RESET SESSION AUTHORIZATION; -SET row_security TO OFF; -COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; -0,5feceb66ffc86f38d952786c6d696c79 -1,6b86b273ff34fce19d6b804eff5a3f57 -2,d4735e3a265e16eee03f59718b9b5d03 -3,4e07408562bedb8b60ce05c1decfe3ad -4,4b227777d4dd1fc61c6f884f48641d02 -5,ef2d127de37b942baad06145e54b0c61 -6,e7f6c011776e8db7cd330b54174fd76f -7,7902699be42c8a8e46fbbb4501726517 -8,2c624232cdd221771294dfbb310aca00 -9,19581e27de7ced00ff1ce50b2047e7a5 -10,4a44dc15364204a80fe80e9039455cc1 -SET row_security TO ON; -COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; -0,5feceb66ffc86f38d952786c6d696c79 -1,6b86b273ff34fce19d6b804eff5a3f57 -2,d4735e3a265e16eee03f59718b9b5d03 -3,4e07408562bedb8b60ce05c1decfe3ad -4,4b227777d4dd1fc61c6f884f48641d02 -5,ef2d127de37b942baad06145e54b0c61 -6,e7f6c011776e8db7cd330b54174fd76f -7,7902699be42c8a8e46fbbb4501726517 -8,2c624232cdd221771294dfbb310aca00 -9,19581e27de7ced00ff1ce50b2047e7a5 -10,4a44dc15364204a80fe80e9039455cc1 --- Check COPY TO as user with permissions. -SET SESSION AUTHORIZATION regress_rls_bob; -SET row_security TO OFF; -COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; --fail - would be affected by RLS -ERROR: query would be affected by row-level security policy for table "copy_t" -SET row_security TO ON; -COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; --ok -0,5feceb66ffc86f38d952786c6d696c79 -2,d4735e3a265e16eee03f59718b9b5d03 -4,4b227777d4dd1fc61c6f884f48641d02 -6,e7f6c011776e8db7cd330b54174fd76f -8,2c624232cdd221771294dfbb310aca00 -10,4a44dc15364204a80fe80e9039455cc1 --- Check COPY TO as user with permissions and BYPASSRLS -SET SESSION AUTHORIZATION regress_rls_exempt_user; -SET row_security TO OFF; -COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; --ok -0,5feceb66ffc86f38d952786c6d696c79 -1,6b86b273ff34fce19d6b804eff5a3f57 -2,d4735e3a265e16eee03f59718b9b5d03 -3,4e07408562bedb8b60ce05c1decfe3ad -4,4b227777d4dd1fc61c6f884f48641d02 -5,ef2d127de37b942baad06145e54b0c61 -6,e7f6c011776e8db7cd330b54174fd76f -7,7902699be42c8a8e46fbbb4501726517 -8,2c624232cdd221771294dfbb310aca00 -9,19581e27de7ced00ff1ce50b2047e7a5 -10,4a44dc15364204a80fe80e9039455cc1 -SET row_security TO ON; -COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; --ok -0,5feceb66ffc86f38d952786c6d696c79 -1,6b86b273ff34fce19d6b804eff5a3f57 -2,d4735e3a265e16eee03f59718b9b5d03 -3,4e07408562bedb8b60ce05c1decfe3ad -4,4b227777d4dd1fc61c6f884f48641d02 -5,ef2d127de37b942baad06145e54b0c61 -6,e7f6c011776e8db7cd330b54174fd76f -7,7902699be42c8a8e46fbbb4501726517 -8,2c624232cdd221771294dfbb310aca00 -9,19581e27de7ced00ff1ce50b2047e7a5 -10,4a44dc15364204a80fe80e9039455cc1 --- Check COPY TO as user without permissions. SET row_security TO OFF; -SET SESSION AUTHORIZATION regress_rls_carol; -SET row_security TO OFF; -COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; --fail - would be affected by RLS -ERROR: query would be affected by row-level security policy for table "copy_t" -SET row_security TO ON; -COPY (SELECT * FROM copy_t ORDER BY a ASC) TO STDOUT WITH DELIMITER ','; --fail - permission denied -ERROR: permission denied for table copy_t --- Check COPY relation TO; keep it just one row to avoid reordering issues -RESET SESSION AUTHORIZATION; -SET row_security TO ON; -CREATE TABLE copy_rel_to (a integer, b text); -CREATE POLICY p1 ON copy_rel_to USING (a % 2 = 0); -ALTER TABLE copy_rel_to ENABLE ROW LEVEL SECURITY; -GRANT ALL ON copy_rel_to TO regress_rls_bob, regress_rls_exempt_user; -INSERT INTO copy_rel_to VALUES (1, public.fipshash('1')); --- Check COPY TO as Superuser/owner. -RESET SESSION AUTHORIZATION; -SET row_security TO OFF; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; -1,6b86b273ff34fce19d6b804eff5a3f57 -SET row_security TO ON; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; -1,6b86b273ff34fce19d6b804eff5a3f57 --- Check COPY TO as user with permissions. -SET SESSION AUTHORIZATION regress_rls_bob; -SET row_security TO OFF; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --fail - would be affected by RLS -ERROR: query would be affected by row-level security policy for table "copy_rel_to" -SET row_security TO ON; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --ok --- Check COPY TO as user with permissions and BYPASSRLS -SET SESSION AUTHORIZATION regress_rls_exempt_user; -SET row_security TO OFF; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --ok -1,6b86b273ff34fce19d6b804eff5a3f57 -SET row_security TO ON; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --ok -1,6b86b273ff34fce19d6b804eff5a3f57 --- Check COPY TO as user without permissions. SET row_security TO OFF; -SET SESSION AUTHORIZATION regress_rls_carol; -SET row_security TO OFF; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --fail - permission denied -ERROR: permission denied for table copy_rel_to -SET row_security TO ON; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --fail - permission denied -ERROR: permission denied for table copy_rel_to --- Check behavior with a child table. -RESET SESSION AUTHORIZATION; -SET row_security TO ON; -CREATE TABLE copy_rel_to_child () INHERITS (copy_rel_to); -INSERT INTO copy_rel_to_child VALUES (1, 'one'), (2, 'two'); --- Check COPY TO as Superuser/owner. -RESET SESSION AUTHORIZATION; -SET row_security TO OFF; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; -1,6b86b273ff34fce19d6b804eff5a3f57 -SET row_security TO ON; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; -1,6b86b273ff34fce19d6b804eff5a3f57 --- Check COPY TO as user with permissions. -SET SESSION AUTHORIZATION regress_rls_bob; -SET row_security TO OFF; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --fail - would be affected by RLS -ERROR: query would be affected by row-level security policy for table "copy_rel_to" -SET row_security TO ON; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --ok --- Check COPY TO as user with permissions and BYPASSRLS -SET SESSION AUTHORIZATION regress_rls_exempt_user; -SET row_security TO OFF; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --ok -1,6b86b273ff34fce19d6b804eff5a3f57 -SET row_security TO ON; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --ok -1,6b86b273ff34fce19d6b804eff5a3f57 --- Check COPY TO as user without permissions. SET row_security TO OFF; -SET SESSION AUTHORIZATION regress_rls_carol; -SET row_security TO OFF; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --fail - permission denied -ERROR: permission denied for table copy_rel_to -SET row_security TO ON; -COPY copy_rel_to TO STDOUT WITH DELIMITER ','; --fail - permission denied -ERROR: permission denied for table copy_rel_to --- Check COPY FROM as Superuser/owner. -RESET SESSION AUTHORIZATION; -SET row_security TO OFF; -COPY copy_t FROM STDIN; --ok -SET row_security TO ON; -COPY copy_t FROM STDIN; --ok --- Check COPY FROM as user with permissions. -SET SESSION AUTHORIZATION regress_rls_bob; -SET row_security TO OFF; -COPY copy_t FROM STDIN; --fail - would be affected by RLS. -ERROR: query would be affected by row-level security policy for table "copy_t" -SET row_security TO ON; -COPY copy_t FROM STDIN; --fail - COPY FROM not supported by RLS. -ERROR: COPY FROM not supported with row-level security -HINT: Use INSERT statements instead. --- Check COPY FROM as user with permissions and BYPASSRLS -SET SESSION AUTHORIZATION regress_rls_exempt_user; -SET row_security TO ON; -COPY copy_t FROM STDIN; --ok --- Check COPY FROM as user without permissions. -SET SESSION AUTHORIZATION regress_rls_carol; -SET row_security TO OFF; -COPY copy_t FROM STDIN; --fail - permission denied. -ERROR: permission denied for table copy_t -SET row_security TO ON; -COPY copy_t FROM STDIN; --fail - permission denied. -ERROR: permission denied for table copy_t -RESET SESSION AUTHORIZATION; -DROP TABLE copy_t; -DROP TABLE copy_rel_to CASCADE; -NOTICE: drop cascades to table copy_rel_to_child --- Check WHERE CURRENT OF -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE current_check (currentid int, payload text, rlsuser text); -GRANT ALL ON current_check TO PUBLIC; -INSERT INTO current_check VALUES - (1, 'abc', 'regress_rls_bob'), - (2, 'bcd', 'regress_rls_bob'), - (3, 'cde', 'regress_rls_bob'), - (4, 'def', 'regress_rls_bob'); -CREATE POLICY p1 ON current_check FOR SELECT USING (currentid % 2 = 0); -CREATE POLICY p2 ON current_check FOR DELETE USING (currentid = 4 AND rlsuser = current_user); -CREATE POLICY p3 ON current_check FOR UPDATE USING (currentid = 4) WITH CHECK (rlsuser = current_user); -ALTER TABLE current_check ENABLE ROW LEVEL SECURITY; -SET SESSION AUTHORIZATION regress_rls_bob; --- Can SELECT even rows -SELECT * FROM current_check; - currentid | payload | rlsuser ------------+---------+----------------- - 2 | bcd | regress_rls_bob - 4 | def | regress_rls_bob -(2 rows) - --- Cannot UPDATE row 2 -UPDATE current_check SET payload = payload || '_new' WHERE currentid = 2 RETURNING *; - currentid | payload | rlsuser ------------+---------+--------- -(0 rows) - -BEGIN; -DECLARE current_check_cursor SCROLL CURSOR FOR SELECT * FROM current_check; --- Returns rows that can be seen according to SELECT policy, like plain SELECT --- above (even rows) -FETCH ABSOLUTE 1 FROM current_check_cursor; - currentid | payload | rlsuser ------------+---------+----------------- - 2 | bcd | regress_rls_bob -(1 row) - --- Still cannot UPDATE row 2 through cursor -UPDATE current_check SET payload = payload || '_new' WHERE CURRENT OF current_check_cursor RETURNING *; - currentid | payload | rlsuser ------------+---------+--------- -(0 rows) - --- Can update row 4 through cursor, which is the next visible row -FETCH RELATIVE 1 FROM current_check_cursor; - currentid | payload | rlsuser ------------+---------+----------------- - 4 | def | regress_rls_bob -(1 row) - -UPDATE current_check SET payload = payload || '_new' WHERE CURRENT OF current_check_cursor RETURNING *; - currentid | payload | rlsuser ------------+---------+----------------- - 4 | def_new | regress_rls_bob -(1 row) - -SELECT * FROM current_check; - currentid | payload | rlsuser ------------+---------+----------------- - 2 | bcd | regress_rls_bob - 4 | def_new | regress_rls_bob -(2 rows) - --- Plan should be a subquery TID scan -EXPLAIN (COSTS OFF) UPDATE current_check SET payload = payload WHERE CURRENT OF current_check_cursor; - QUERY PLAN -------------------------------------------------------------- - Update on current_check - -> Tid Scan on current_check - TID Cond: CURRENT OF current_check_cursor - Filter: ((currentid = 4) AND ((currentid % 2) = 0)) -(4 rows) - --- Similarly can only delete row 4 -FETCH ABSOLUTE 1 FROM current_check_cursor; - currentid | payload | rlsuser ------------+---------+----------------- - 2 | bcd | regress_rls_bob -(1 row) - -DELETE FROM current_check WHERE CURRENT OF current_check_cursor RETURNING *; - currentid | payload | rlsuser ------------+---------+--------- -(0 rows) - -FETCH RELATIVE 1 FROM current_check_cursor; - currentid | payload | rlsuser ------------+---------+----------------- - 4 | def | regress_rls_bob -(1 row) - -DELETE FROM current_check WHERE CURRENT OF current_check_cursor RETURNING *; - currentid | payload | rlsuser ------------+---------+----------------- - 4 | def_new | regress_rls_bob -(1 row) - -SELECT * FROM current_check; - currentid | payload | rlsuser ------------+---------+----------------- - 2 | bcd | regress_rls_bob -(1 row) - -COMMIT; --- Check that RLS filters that are tidquals don't override WHERE CURRENT OF -BEGIN; -CREATE TABLE current_check_2 (a int, b text); -INSERT INTO current_check_2 VALUES (1, 'Apple'); -ALTER TABLE current_check_2 ENABLE ROW LEVEL SECURITY; -ALTER TABLE current_check_2 FORCE ROW LEVEL SECURITY; --- policy must accept ctid = (InvalidBlockNumber,0) since updates check it --- before assigning a ctid to the new row -CREATE POLICY p1 ON current_check_2 AS PERMISSIVE - USING (ctid IN ('(0,1)', '(0,2)', '(4294967295,0)')); -SELECT ctid, * FROM current_check_2; - ctid | a | b --------+---+------- - (0,1) | 1 | Apple -(1 row) - -DECLARE current_check_cursor CURSOR FOR SELECT * FROM current_check_2; -FETCH FROM current_check_cursor; - a | b ----+------- - 1 | Apple -(1 row) - -EXPLAIN (COSTS OFF) -UPDATE current_check_2 SET b = 'Manzana' WHERE CURRENT OF current_check_cursor; - QUERY PLAN ----------------------------------------------------------------------------- - Update on current_check_2 - -> Tid Scan on current_check_2 - TID Cond: CURRENT OF current_check_cursor - Filter: (ctid = ANY ('{"(0,1)","(0,2)","(4294967295,0)"}'::tid[])) -(4 rows) - -UPDATE current_check_2 SET b = 'Manzana' WHERE CURRENT OF current_check_cursor; -SELECT ctid, * FROM current_check_2; - ctid | a | b --------+---+--------- - (0,2) | 1 | Manzana -(1 row) - -ROLLBACK; --- --- check pg_stats view filtering --- -SET row_security TO ON; -SET SESSION AUTHORIZATION regress_rls_alice; -ANALYZE current_check; --- Stats visible -SELECT row_security_active('current_check'); - row_security_active ---------------------- - f -(1 row) - -SELECT attname, most_common_vals FROM pg_stats - WHERE tablename = 'current_check' - ORDER BY 1; - attname | most_common_vals ------------+------------------- - currentid | - payload | - rlsuser | {regress_rls_bob} -(3 rows) - -SET SESSION AUTHORIZATION regress_rls_bob; --- Stats not visible -SELECT row_security_active('current_check'); - row_security_active ---------------------- - t -(1 row) - -SELECT attname, most_common_vals FROM pg_stats - WHERE tablename = 'current_check' - ORDER BY 1; - attname | most_common_vals ----------+------------------ -(0 rows) - --- --- Collation support --- -BEGIN; -CREATE TABLE coll_t (c) AS VALUES ('bar'::text); -CREATE POLICY coll_p ON coll_t USING (c < ('foo'::text COLLATE "C")); -ALTER TABLE coll_t ENABLE ROW LEVEL SECURITY; -GRANT SELECT ON coll_t TO regress_rls_alice; -SELECT (string_to_array(polqual, ':'))[7] AS inputcollid FROM pg_policy WHERE polrelid = 'coll_t'::regclass; - inputcollid ------------------- - inputcollid 950 -(1 row) - -SET SESSION AUTHORIZATION regress_rls_alice; -SELECT * FROM coll_t; - c ------ - bar -(1 row) - -ROLLBACK; --- --- Shared Object Dependencies --- -RESET SESSION AUTHORIZATION; -BEGIN; -CREATE ROLE regress_rls_eve; -CREATE ROLE regress_rls_frank; -CREATE TABLE tbl1 (c) AS VALUES ('bar'::text); -GRANT SELECT ON TABLE tbl1 TO regress_rls_eve; -CREATE POLICY P ON tbl1 TO regress_rls_eve, regress_rls_frank USING (true); -SELECT refclassid::regclass, deptype - FROM pg_depend - WHERE classid = 'pg_policy'::regclass - AND refobjid = 'tbl1'::regclass; - refclassid | deptype -------------+--------- - pg_class | a -(1 row) - -SELECT refclassid::regclass, deptype - FROM pg_shdepend - WHERE classid = 'pg_policy'::regclass - AND refobjid IN ('regress_rls_eve'::regrole, 'regress_rls_frank'::regrole); - refclassid | deptype -------------+--------- - pg_authid | r - pg_authid | r -(2 rows) - -SAVEPOINT q; -DROP ROLE regress_rls_eve; --fails due to dependency on POLICY p -ERROR: role "regress_rls_eve" cannot be dropped because some objects depend on it -DETAIL: privileges for table tbl1 -target of policy p on table tbl1 -ROLLBACK TO q; -ALTER POLICY p ON tbl1 TO regress_rls_frank USING (true); -SAVEPOINT q; -DROP ROLE regress_rls_eve; --fails due to dependency on GRANT SELECT -ERROR: role "regress_rls_eve" cannot be dropped because some objects depend on it -DETAIL: privileges for table tbl1 -ROLLBACK TO q; -REVOKE ALL ON TABLE tbl1 FROM regress_rls_eve; -SAVEPOINT q; -DROP ROLE regress_rls_eve; --succeeds -ROLLBACK TO q; -SAVEPOINT q; -DROP ROLE regress_rls_frank; --fails due to dependency on POLICY p -ERROR: role "regress_rls_frank" cannot be dropped because some objects depend on it -DETAIL: target of policy p on table tbl1 -ROLLBACK TO q; -DROP POLICY p ON tbl1; -SAVEPOINT q; -DROP ROLE regress_rls_frank; -- succeeds -ROLLBACK TO q; -ROLLBACK; -- cleanup --- --- Policy expression handling --- -BEGIN; -CREATE TABLE t (c) AS VALUES ('bar'::text); -CREATE POLICY p ON t USING (max(c)); -- fails: aggregate functions are not allowed in policy expressions -ERROR: aggregate functions are not allowed in policy expressions -ROLLBACK; --- --- Non-target relations are only subject to SELECT policies --- -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE r1 (a int); -CREATE TABLE r2 (a int); -INSERT INTO r1 VALUES (10), (20); -INSERT INTO r2 VALUES (10), (20); -GRANT ALL ON r1, r2 TO regress_rls_bob; -CREATE POLICY p1 ON r1 USING (true); -ALTER TABLE r1 ENABLE ROW LEVEL SECURITY; -CREATE POLICY p1 ON r2 FOR SELECT USING (true); -CREATE POLICY p2 ON r2 FOR INSERT WITH CHECK (false); -CREATE POLICY p3 ON r2 FOR UPDATE USING (false); -CREATE POLICY p4 ON r2 FOR DELETE USING (false); -ALTER TABLE r2 ENABLE ROW LEVEL SECURITY; -SET SESSION AUTHORIZATION regress_rls_bob; -SELECT * FROM r1; - a ----- - 10 - 20 -(2 rows) - -SELECT * FROM r2; - a ----- - 10 - 20 -(2 rows) - --- r2 is read-only -INSERT INTO r2 VALUES (2); -- Not allowed -ERROR: new row violates row-level security policy for table "r2" -UPDATE r2 SET a = 2 RETURNING *; -- Updates nothing - a ---- -(0 rows) - -DELETE FROM r2 RETURNING *; -- Deletes nothing - a ---- -(0 rows) - --- r2 can be used as a non-target relation in DML -INSERT INTO r1 SELECT a + 1 FROM r2 RETURNING *; -- OK - a ----- - 11 - 21 -(2 rows) - -UPDATE r1 SET a = r2.a + 2 FROM r2 WHERE r1.a = r2.a RETURNING *; -- OK - a | a -----+---- - 12 | 10 - 22 | 20 -(2 rows) - -DELETE FROM r1 USING r2 WHERE r1.a = r2.a + 2 RETURNING *; -- OK - a | a -----+---- - 12 | 10 - 22 | 20 -(2 rows) - -SELECT * FROM r1; - a ----- - 11 - 21 -(2 rows) - -SELECT * FROM r2; - a ----- - 10 - 20 -(2 rows) - -SET SESSION AUTHORIZATION regress_rls_alice; -DROP TABLE r1; -DROP TABLE r2; --- --- FORCE ROW LEVEL SECURITY applies RLS to owners too --- -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security = on; -CREATE TABLE r1 (a int); -INSERT INTO r1 VALUES (10), (20); -CREATE POLICY p1 ON r1 USING (false); -ALTER TABLE r1 ENABLE ROW LEVEL SECURITY; -ALTER TABLE r1 FORCE ROW LEVEL SECURITY; --- No error, but no rows -TABLE r1; - a ---- -(0 rows) - --- RLS error -INSERT INTO r1 VALUES (1); -ERROR: new row violates row-level security policy for table "r1" --- No error (unable to see any rows to update) -UPDATE r1 SET a = 1; -TABLE r1; - a ---- -(0 rows) - --- No error (unable to see any rows to delete) -DELETE FROM r1; -TABLE r1; - a ---- -(0 rows) - -SET row_security = off; --- these all fail, would be affected by RLS -TABLE r1; -ERROR: query would be affected by row-level security policy for table "r1" -HINT: To disable the policy for the table's owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY. -UPDATE r1 SET a = 1; -ERROR: query would be affected by row-level security policy for table "r1" -HINT: To disable the policy for the table's owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY. -DELETE FROM r1; -ERROR: query would be affected by row-level security policy for table "r1" -HINT: To disable the policy for the table's owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY. -DROP TABLE r1; --- --- FORCE ROW LEVEL SECURITY does not break RI --- -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security = on; -CREATE TABLE r1 (a int PRIMARY KEY); -CREATE TABLE r2 (a int REFERENCES r1); -INSERT INTO r1 VALUES (10), (20); -INSERT INTO r2 VALUES (10), (20); --- Create policies on r2 which prevent the --- owner from seeing any rows, but RI should --- still see them. -CREATE POLICY p1 ON r2 USING (false); -ALTER TABLE r2 ENABLE ROW LEVEL SECURITY; -ALTER TABLE r2 FORCE ROW LEVEL SECURITY; --- Errors due to rows in r2 -DELETE FROM r1; -ERROR: update or delete on table "r1" violates foreign key constraint "r2_a_fkey" on table "r2" -DETAIL: Key (a)=(10) is still referenced from table "r2". --- Reset r2 to no-RLS -DROP POLICY p1 ON r2; -ALTER TABLE r2 NO FORCE ROW LEVEL SECURITY; -ALTER TABLE r2 DISABLE ROW LEVEL SECURITY; --- clean out r2 for INSERT test below -DELETE FROM r2; --- Change r1 to not allow rows to be seen -CREATE POLICY p1 ON r1 USING (false); -ALTER TABLE r1 ENABLE ROW LEVEL SECURITY; -ALTER TABLE r1 FORCE ROW LEVEL SECURITY; --- No rows seen -TABLE r1; - a ---- -(0 rows) - --- No error, RI still sees that row exists in r1 -INSERT INTO r2 VALUES (10); -DROP TABLE r2; -DROP TABLE r1; --- Ensure cascaded DELETE works -CREATE TABLE r1 (a int PRIMARY KEY); -CREATE TABLE r2 (a int REFERENCES r1 ON DELETE CASCADE); -INSERT INTO r1 VALUES (10), (20); -INSERT INTO r2 VALUES (10), (20); --- Create policies on r2 which prevent the --- owner from seeing any rows, but RI should --- still see them. -CREATE POLICY p1 ON r2 USING (false); -ALTER TABLE r2 ENABLE ROW LEVEL SECURITY; -ALTER TABLE r2 FORCE ROW LEVEL SECURITY; --- Deletes all records from both -DELETE FROM r1; --- Remove FORCE from r2 -ALTER TABLE r2 NO FORCE ROW LEVEL SECURITY; --- As owner, we now bypass RLS --- verify no rows in r2 now -TABLE r2; - a ---- -(0 rows) - -DROP TABLE r2; -DROP TABLE r1; --- Ensure cascaded UPDATE works -CREATE TABLE r1 (a int PRIMARY KEY); -CREATE TABLE r2 (a int REFERENCES r1 ON UPDATE CASCADE); -INSERT INTO r1 VALUES (10), (20); -INSERT INTO r2 VALUES (10), (20); --- Create policies on r2 which prevent the --- owner from seeing any rows, but RI should --- still see them. -CREATE POLICY p1 ON r2 USING (false); -ALTER TABLE r2 ENABLE ROW LEVEL SECURITY; -ALTER TABLE r2 FORCE ROW LEVEL SECURITY; --- Updates records in both -UPDATE r1 SET a = a+5; --- Remove FORCE from r2 -ALTER TABLE r2 NO FORCE ROW LEVEL SECURITY; --- As owner, we now bypass RLS --- verify records in r2 updated -TABLE r2; - a ----- - 15 - 25 -(2 rows) - -DROP TABLE r2; -DROP TABLE r1; --- --- Test INSERT+RETURNING applies SELECT policies as --- WithCheckOptions (meaning an error is thrown) --- -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security = on; -CREATE TABLE r1 (a int); -CREATE POLICY p1 ON r1 FOR SELECT USING (false); -CREATE POLICY p2 ON r1 FOR INSERT WITH CHECK (true); -ALTER TABLE r1 ENABLE ROW LEVEL SECURITY; -ALTER TABLE r1 FORCE ROW LEVEL SECURITY; --- Works fine -INSERT INTO r1 VALUES (10), (20); --- No error, but no rows -TABLE r1; - a ---- -(0 rows) - -SET row_security = off; --- fail, would be affected by RLS -TABLE r1; -ERROR: query would be affected by row-level security policy for table "r1" -HINT: To disable the policy for the table's owner, use ALTER TABLE NO FORCE ROW LEVEL SECURITY. -SET row_security = on; --- Error -INSERT INTO r1 VALUES (10), (20) RETURNING *; -ERROR: new row violates row-level security policy for table "r1" -DROP TABLE r1; --- --- Test UPDATE+RETURNING applies SELECT policies as --- WithCheckOptions (meaning an error is thrown) --- -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security = on; -CREATE TABLE r1 (a int PRIMARY KEY); -CREATE POLICY p1 ON r1 FOR SELECT USING (a < 20); -CREATE POLICY p2 ON r1 FOR UPDATE USING (a < 20) WITH CHECK (true); -CREATE POLICY p3 ON r1 FOR INSERT WITH CHECK (true); -INSERT INTO r1 VALUES (10); -ALTER TABLE r1 ENABLE ROW LEVEL SECURITY; -ALTER TABLE r1 FORCE ROW LEVEL SECURITY; --- Works fine -UPDATE r1 SET a = 30; --- Show updated rows -ALTER TABLE r1 NO FORCE ROW LEVEL SECURITY; -TABLE r1; - a ----- - 30 -(1 row) - --- reset value in r1 for test with RETURNING -UPDATE r1 SET a = 10; --- Verify row reset -TABLE r1; - a ----- - 10 -(1 row) - -ALTER TABLE r1 FORCE ROW LEVEL SECURITY; --- Error -UPDATE r1 SET a = 30 RETURNING *; -ERROR: new row violates row-level security policy for table "r1" --- UPDATE path of INSERT ... ON CONFLICT DO UPDATE should also error out -INSERT INTO r1 VALUES (10) - ON CONFLICT (a) DO UPDATE SET a = 30 RETURNING *; -ERROR: new row violates row-level security policy for table "r1" --- Should still error out without RETURNING (use of arbiter always requires --- SELECT permissions) -INSERT INTO r1 VALUES (10) - ON CONFLICT (a) DO UPDATE SET a = 30; -ERROR: new row violates row-level security policy for table "r1" -INSERT INTO r1 VALUES (10) - ON CONFLICT ON CONSTRAINT r1_pkey DO UPDATE SET a = 30; -ERROR: new row violates row-level security policy for table "r1" -DROP TABLE r1; --- --- Test policies using virtual generated columns --- -SET SESSION AUTHORIZATION regress_rls_alice; -SET row_security = on; -CREATE TABLE r1 (a int, b int GENERATED ALWAYS AS (a * 10) VIRTUAL); -ALTER TABLE r1 ADD c int GENERATED ALWAYS AS (a * 100) VIRTUAL; -INSERT INTO r1 VALUES (1), (2), (4); -CREATE POLICY p0 ON r1 USING (b * 10 = c); -CREATE POLICY p1 ON r1 AS RESTRICTIVE USING (b > 10); -CREATE POLICY p2 ON r1 AS RESTRICTIVE USING ((SELECT c) < 400); -ALTER TABLE r1 ENABLE ROW LEVEL SECURITY; -ALTER TABLE r1 FORCE ROW LEVEL SECURITY; --- Should fail p1 -INSERT INTO r1 VALUES (0); -ERROR: new row violates row-level security policy "p1" for table "r1" --- Should fail p2 -INSERT INTO r1 VALUES (4); -ERROR: new row violates row-level security policy "p2" for table "r1" --- OK -INSERT INTO r1 VALUES (3); -SELECT * FROM r1; - a | b | c ----+----+----- - 2 | 20 | 200 - 3 | 30 | 300 -(2 rows) - -DROP TABLE r1; --- Check dependency handling -RESET SESSION AUTHORIZATION; -CREATE TABLE dep1 (c1 int); -CREATE TABLE dep2 (c1 int); -CREATE POLICY dep_p1 ON dep1 TO regress_rls_bob USING (c1 > (select max(dep2.c1) from dep2)); -ALTER POLICY dep_p1 ON dep1 TO regress_rls_bob,regress_rls_carol; --- Should return one -SELECT count(*) = 1 FROM pg_depend - WHERE objid = (SELECT oid FROM pg_policy WHERE polname = 'dep_p1') - AND refobjid = (SELECT oid FROM pg_class WHERE relname = 'dep2'); - ?column? ----------- - t -(1 row) - -ALTER POLICY dep_p1 ON dep1 USING (true); --- Should return one -SELECT count(*) = 1 FROM pg_shdepend - WHERE objid = (SELECT oid FROM pg_policy WHERE polname = 'dep_p1') - AND refobjid = (SELECT oid FROM pg_authid WHERE rolname = 'regress_rls_bob'); - ?column? ----------- - t -(1 row) - --- Should return one -SELECT count(*) = 1 FROM pg_shdepend - WHERE objid = (SELECT oid FROM pg_policy WHERE polname = 'dep_p1') - AND refobjid = (SELECT oid FROM pg_authid WHERE rolname = 'regress_rls_carol'); - ?column? ----------- - t -(1 row) - --- Should return zero -SELECT count(*) = 0 FROM pg_depend - WHERE objid = (SELECT oid FROM pg_policy WHERE polname = 'dep_p1') - AND refobjid = (SELECT oid FROM pg_class WHERE relname = 'dep2'); - ?column? ----------- - t -(1 row) - --- DROP OWNED BY testing -RESET SESSION AUTHORIZATION; -CREATE ROLE regress_rls_dob_role1; -CREATE ROLE regress_rls_dob_role2; -CREATE TABLE dob_t1 (c1 int); -CREATE TABLE dob_t2 (c1 int) PARTITION BY RANGE (c1); -CREATE POLICY p1 ON dob_t1 TO regress_rls_dob_role1 USING (true); -DROP OWNED BY regress_rls_dob_role1; -DROP POLICY p1 ON dob_t1; -- should fail, already gone -ERROR: policy "p1" for table "dob_t1" does not exist -CREATE POLICY p1 ON dob_t1 TO regress_rls_dob_role1,regress_rls_dob_role2 USING (true); -DROP OWNED BY regress_rls_dob_role1; -DROP POLICY p1 ON dob_t1; -- should succeed --- same cases with duplicate polroles entries -CREATE POLICY p1 ON dob_t1 TO regress_rls_dob_role1,regress_rls_dob_role1 USING (true); -DROP OWNED BY regress_rls_dob_role1; -DROP POLICY p1 ON dob_t1; -- should fail, already gone -ERROR: policy "p1" for table "dob_t1" does not exist -CREATE POLICY p1 ON dob_t1 TO regress_rls_dob_role1,regress_rls_dob_role1,regress_rls_dob_role2 USING (true); -DROP OWNED BY regress_rls_dob_role1; -DROP POLICY p1 ON dob_t1; -- should succeed --- partitioned target -CREATE POLICY p1 ON dob_t2 TO regress_rls_dob_role1,regress_rls_dob_role2 USING (true); -DROP OWNED BY regress_rls_dob_role1; -DROP POLICY p1 ON dob_t2; -- should succeed -DROP USER regress_rls_dob_role1; -DROP USER regress_rls_dob_role2; --- Bug #15708: view + table with RLS should check policies as view owner -CREATE TABLE ref_tbl (a int); -INSERT INTO ref_tbl VALUES (1); -CREATE TABLE rls_tbl (a int); -INSERT INTO rls_tbl VALUES (10); -ALTER TABLE rls_tbl ENABLE ROW LEVEL SECURITY; -CREATE POLICY p1 ON rls_tbl USING (EXISTS (SELECT 1 FROM ref_tbl)); -GRANT SELECT ON ref_tbl TO regress_rls_bob; -GRANT SELECT ON rls_tbl TO regress_rls_bob; -CREATE VIEW rls_view AS SELECT * FROM rls_tbl; -ALTER VIEW rls_view OWNER TO regress_rls_bob; -GRANT SELECT ON rls_view TO regress_rls_alice; -SET SESSION AUTHORIZATION regress_rls_alice; -SELECT * FROM ref_tbl; -- Permission denied -ERROR: permission denied for table ref_tbl -SELECT * FROM rls_tbl; -- Permission denied -ERROR: permission denied for table rls_tbl -SELECT * FROM rls_view; -- OK - a ----- - 10 -(1 row) - -RESET SESSION AUTHORIZATION; -DROP VIEW rls_view; -DROP TABLE rls_tbl; -DROP TABLE ref_tbl; --- Leaky operator test -CREATE TABLE rls_tbl (a int); -INSERT INTO rls_tbl SELECT x/10 FROM generate_series(1, 100) x; -ANALYZE rls_tbl; -ALTER TABLE rls_tbl ENABLE ROW LEVEL SECURITY; -GRANT SELECT ON rls_tbl TO regress_rls_alice; -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE FUNCTION op_leak(int, int) RETURNS bool - AS 'BEGIN RAISE NOTICE ''op_leak => %, %'', $1, $2; RETURN $1 < $2; END' - LANGUAGE plpgsql; -CREATE OPERATOR <<< (procedure = op_leak, leftarg = int, rightarg = int, - restrict = scalarltsel); -SELECT * FROM rls_tbl WHERE a <<< 1000; - a ---- -(0 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM rls_tbl WHERE a <<< 1000 or a <<< 900; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -DROP OPERATOR <<< (int, int); -DROP FUNCTION op_leak(int, int); -RESET SESSION AUTHORIZATION; -DROP TABLE rls_tbl; --- Bug #16006: whole-row Vars in a policy don't play nice with sub-selects -SET SESSION AUTHORIZATION regress_rls_alice; -CREATE TABLE rls_tbl (a int, b int, c int); -CREATE POLICY p1 ON rls_tbl USING (rls_tbl >= ROW(1,1,1)); -ALTER TABLE rls_tbl ENABLE ROW LEVEL SECURITY; -ALTER TABLE rls_tbl FORCE ROW LEVEL SECURITY; -INSERT INTO rls_tbl SELECT 10, 20, 30; -EXPLAIN (VERBOSE, COSTS OFF) -INSERT INTO rls_tbl - SELECT * FROM (SELECT b, c FROM rls_tbl ORDER BY a) ss; - QUERY PLAN --------------------------------------------------------------------- - Insert on regress_rls_schema.rls_tbl - -> Subquery Scan on ss - Output: ss.b, ss.c, NULL::integer - -> Sort - Output: rls_tbl_1.b, rls_tbl_1.c, rls_tbl_1.a - Sort Key: rls_tbl_1.a - -> Seq Scan on regress_rls_schema.rls_tbl rls_tbl_1 - Output: rls_tbl_1.b, rls_tbl_1.c, rls_tbl_1.a - Filter: (rls_tbl_1.* >= '(1,1,1)'::record) -(9 rows) - -INSERT INTO rls_tbl - SELECT * FROM (SELECT b, c FROM rls_tbl ORDER BY a) ss; -SELECT * FROM rls_tbl; - a | b | c -----+----+---- - 10 | 20 | 30 - 20 | 30 | -(2 rows) - -DROP TABLE rls_tbl; -RESET SESSION AUTHORIZATION; --- CVE-2023-2455: inlining an SRF may introduce an RLS dependency -create table rls_t (c text); -insert into rls_t values ('invisible to bob'); -alter table rls_t enable row level security; -grant select on rls_t to regress_rls_alice, regress_rls_bob; -create policy p1 on rls_t for select to regress_rls_alice using (true); -create policy p2 on rls_t for select to regress_rls_bob using (false); -create function rls_f () returns setof rls_t - stable language sql - as $$ select * from rls_t $$; -prepare q as select current_user, * from rls_f(); -set role regress_rls_alice; -execute q; - current_user | c --------------------+------------------ - regress_rls_alice | invisible to bob -(1 row) - -set role regress_rls_bob; -execute q; - current_user | c ---------------+--- -(0 rows) - --- make sure RLS dependencies in CTEs are handled -reset role; -create or replace function rls_f() returns setof rls_t - stable language sql - as $$ with cte as (select * from rls_t) select * from cte $$; -prepare r as select current_user, * from rls_f(); -set role regress_rls_alice; -execute r; - current_user | c --------------------+------------------ - regress_rls_alice | invisible to bob -(1 row) - -set role regress_rls_bob; -execute r; - current_user | c ---------------+--- -(0 rows) - --- make sure RLS dependencies in subqueries are handled -reset role; -create or replace function rls_f() returns setof rls_t - stable language sql - as $$ select * from (select * from rls_t) _ $$; -prepare s as select current_user, * from rls_f(); -set role regress_rls_alice; -execute s; - current_user | c --------------------+------------------ - regress_rls_alice | invisible to bob -(1 row) - -set role regress_rls_bob; -execute s; - current_user | c ---------------+--- -(0 rows) - --- make sure RLS dependencies in sublinks are handled -reset role; -create or replace function rls_f() returns setof rls_t - stable language sql - as $$ select exists(select * from rls_t)::text $$; -prepare t as select current_user, * from rls_f(); -set role regress_rls_alice; -execute t; - current_user | c --------------------+------ - regress_rls_alice | true -(1 row) - -set role regress_rls_bob; -execute t; - current_user | c ------------------+------- - regress_rls_bob | false -(1 row) - --- make sure RLS dependencies are handled when coercion projections are inserted -reset role; -create or replace function rls_f() returns setof rls_t - stable language sql - as $$ select * from (select array_agg(c) as cs from rls_t) _ group by cs $$; -prepare u as select current_user, * from rls_f(); -set role regress_rls_alice; -execute u; - current_user | c --------------------+---------------------- - regress_rls_alice | {"invisible to bob"} -(1 row) - -set role regress_rls_bob; -execute u; - current_user | c ------------------+--- - regress_rls_bob | -(1 row) - --- make sure RLS dependencies in security invoker views are handled -reset role; -create view rls_v with (security_invoker) as select * from rls_t; -grant select on rls_v to regress_rls_alice, regress_rls_bob; -create or replace function rls_f() returns setof rls_t - stable language sql - as $$ select * from rls_v $$; -prepare v as select current_user, * from rls_f(); -set role regress_rls_alice; -execute v; - current_user | c --------------------+------------------ - regress_rls_alice | invisible to bob -(1 row) - -set role regress_rls_bob; -execute v; - current_user | c ---------------+--- -(0 rows) - -RESET ROLE; -DROP FUNCTION rls_f(); -DROP VIEW rls_v; -DROP TABLE rls_t; --- Check that RLS changes invalidate SQL function plans -create table rls_t (c text); -create table test_t (c text); -insert into rls_t values ('a'), ('b'), ('c'), ('d'); -insert into test_t values ('a'), ('b'); -alter table rls_t enable row level security; -grant select on rls_t to regress_rls_alice; -grant select on test_t to regress_rls_alice; -create policy p1 on rls_t for select to regress_rls_alice - using (c = current_setting('rls_test.blah')); --- Function changes row_security setting and so invalidates plan -create function rls_f(text) returns text -begin atomic - select set_config('rls_test.blah', $1, true) || set_config('row_security', 'false', true) || string_agg(c, ',' order by c) from rls_t; -end; -set plan_cache_mode to force_custom_plan; --- Table owner bypasses RLS -select rls_f(c) from test_t order by rls_f; - rls_f -------------- - aoffa,b,c,d - boffa,b,c,d -(2 rows) - --- For other users, changes in row_security setting --- should lead to RLS error during query rewrite -set role regress_rls_alice; -select rls_f(c) from test_t order by rls_f; -ERROR: query would be affected by row-level security policy for table "rls_t" -CONTEXT: SQL function "rls_f" statement 1 -reset role; -set plan_cache_mode to force_generic_plan; --- Table owner bypasses RLS, although cached plan will be invalidated -select rls_f(c) from test_t order by rls_f; - rls_f -------------- - aoffa,b,c,d - boffa,b,c,d -(2 rows) - --- For other users, changes in row_security setting --- should lead to plan invalidation and RLS error during query rewrite -set role regress_rls_alice; -select rls_f(c) from test_t order by rls_f; -ERROR: query would be affected by row-level security policy for table "rls_t" -CONTEXT: SQL function "rls_f" statement 1 -reset role; -reset plan_cache_mode; -reset rls_test.blah; -drop function rls_f(text); -drop table rls_t, test_t; --- --- Clean up objects --- -RESET SESSION AUTHORIZATION; -DROP SCHEMA regress_rls_schema CASCADE; -NOTICE: drop cascades to 30 other objects -DETAIL: drop cascades to function f_leak(text) -drop cascades to table uaccount -drop cascades to table category -drop cascades to table document -drop cascades to table part_document -drop cascades to table dependent -drop cascades to table rec1 -drop cascades to table rec2 -drop cascades to view rec1v -drop cascades to view rec2v -drop cascades to table s1 -drop cascades to table s2 -drop cascades to view v2 -drop cascades to table b1 -drop cascades to view bv1 -drop cascades to table z1 -drop cascades to table z2 -drop cascades to table z1_blacklist -drop cascades to table x1 -drop cascades to table y1 -drop cascades to table y2 -drop cascades to table t1 -drop cascades to table t2 -drop cascades to table t3 -drop cascades to table t4 -drop cascades to table current_check -drop cascades to table dep1 -drop cascades to table dep2 -drop cascades to table dob_t1 -drop cascades to table dob_t2 -DROP USER regress_rls_alice; -DROP USER regress_rls_bob; -DROP USER regress_rls_carol; -DROP USER regress_rls_dave; -DROP USER regress_rls_exempt_user; -DROP ROLE regress_rls_group1; -DROP ROLE regress_rls_group2; --- Arrange to have a few policies left over, for testing --- pg_dump/pg_restore -CREATE SCHEMA regress_rls_schema; -CREATE TABLE rls_tbl (c1 int); -ALTER TABLE rls_tbl ENABLE ROW LEVEL SECURITY; -CREATE POLICY p1 ON rls_tbl USING (c1 > 5); -CREATE POLICY p2 ON rls_tbl FOR SELECT USING (c1 <= 3); -CREATE POLICY p3 ON rls_tbl FOR UPDATE USING (c1 <= 3) WITH CHECK (c1 > 5); -CREATE POLICY p4 ON rls_tbl FOR DELETE USING (c1 <= 3); -CREATE TABLE rls_tbl_force (c1 int); -ALTER TABLE rls_tbl_force ENABLE ROW LEVEL SECURITY; -ALTER TABLE rls_tbl_force FORCE ROW LEVEL SECURITY; -CREATE POLICY p1 ON rls_tbl_force USING (c1 = 5) WITH CHECK (c1 < 5); -CREATE POLICY p2 ON rls_tbl_force FOR SELECT USING (c1 = 8); -CREATE POLICY p3 ON rls_tbl_force FOR UPDATE USING (c1 = 8) WITH CHECK (c1 >= 5); -CREATE POLICY p4 ON rls_tbl_force FOR DELETE USING (c1 = 8); +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/object_address.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/object_address.out --- /tmp/cirrus-ci-build/src/test/regress/expected/object_address.out 2025-05-11 19:30:18.976826000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/object_address.out 2025-05-11 19:32:42.114183000 +0000 @@ -1,638 +1,2 @@ --- --- Test for pg_get_object_address --- --- Clean up in case a prior regression run failed -SET client_min_messages TO 'warning'; -DROP ROLE IF EXISTS regress_addr_user; -RESET client_min_messages; -CREATE USER regress_addr_user; --- Test generic object addressing/identification functions -CREATE SCHEMA addr_nsp; -SET search_path TO 'addr_nsp'; -CREATE FOREIGN DATA WRAPPER addr_fdw; -CREATE SERVER addr_fserv FOREIGN DATA WRAPPER addr_fdw; -CREATE TEXT SEARCH DICTIONARY addr_ts_dict (template=simple); -CREATE TEXT SEARCH CONFIGURATION addr_ts_conf (copy=english); -CREATE TEXT SEARCH TEMPLATE addr_ts_temp (lexize=dsimple_lexize); -CREATE TEXT SEARCH PARSER addr_ts_prs - (start = prsd_start, gettoken = prsd_nexttoken, end = prsd_end, lextypes = prsd_lextype); -CREATE TABLE addr_nsp.gentable ( - a serial primary key CONSTRAINT a_chk CHECK (a > 0), - b text DEFAULT 'hello' -); -CREATE TABLE addr_nsp.parttable ( - a int PRIMARY KEY -) PARTITION BY RANGE (a); -CREATE VIEW addr_nsp.genview AS SELECT * from addr_nsp.gentable; -CREATE MATERIALIZED VIEW addr_nsp.genmatview AS SELECT * FROM addr_nsp.gentable; -CREATE TYPE addr_nsp.gencomptype AS (a int); -CREATE TYPE addr_nsp.genenum AS ENUM ('one', 'two'); -CREATE FOREIGN TABLE addr_nsp.genftable (a int) SERVER addr_fserv; -CREATE AGGREGATE addr_nsp.genaggr(int4) (sfunc = int4pl, stype = int4); -CREATE DOMAIN addr_nsp.gendomain AS int4 CONSTRAINT domconstr CHECK (value > 0); -CREATE FUNCTION addr_nsp.trig() RETURNS TRIGGER LANGUAGE plpgsql AS $$ BEGIN END; $$; -CREATE TRIGGER t BEFORE INSERT ON addr_nsp.gentable FOR EACH ROW EXECUTE PROCEDURE addr_nsp.trig(); -CREATE POLICY genpol ON addr_nsp.gentable; -CREATE PROCEDURE addr_nsp.proc(int4) LANGUAGE SQL AS $$ $$; -CREATE SERVER "integer" FOREIGN DATA WRAPPER addr_fdw; -CREATE USER MAPPING FOR regress_addr_user SERVER "integer"; -ALTER DEFAULT PRIVILEGES FOR ROLE regress_addr_user IN SCHEMA public GRANT ALL ON TABLES TO regress_addr_user; -ALTER DEFAULT PRIVILEGES FOR ROLE regress_addr_user REVOKE DELETE ON TABLES FROM regress_addr_user; --- this transform would be quite unsafe to leave lying around, --- except that the SQL language pays no attention to transforms: -CREATE TRANSFORM FOR int LANGUAGE SQL ( - FROM SQL WITH FUNCTION prsd_lextype(internal), - TO SQL WITH FUNCTION int4recv(internal)); --- suppress warning that depends on wal_level -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION addr_pub FOR TABLE addr_nsp.gentable; -CREATE PUBLICATION addr_pub_schema FOR TABLES IN SCHEMA addr_nsp; -RESET client_min_messages; -CREATE SUBSCRIPTION regress_addr_sub CONNECTION '' PUBLICATION bar WITH (connect = false, slot_name = NONE); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. -CREATE STATISTICS addr_nsp.gentable_stat ON a, b FROM addr_nsp.gentable; --- test some error cases -SELECT pg_get_object_address('stone', '{}', '{}'); -ERROR: unrecognized object type "stone" -SELECT pg_get_object_address('table', '{}', '{}'); -ERROR: name list length must be at least 1 -SELECT pg_get_object_address('table', '{NULL}', '{}'); -ERROR: name or argument lists may not contain nulls --- unrecognized object types -DO $$ -DECLARE - objtype text; -BEGIN - FOR objtype IN VALUES ('toast table'), ('index column'), ('sequence column'), - ('toast table column'), ('view column'), ('materialized view column') - LOOP - BEGIN - PERFORM pg_get_object_address(objtype, '{one}', '{}'); - EXCEPTION WHEN invalid_parameter_value THEN - RAISE WARNING 'error for %: %', objtype, sqlerrm; - END; - END LOOP; -END; -$$; -WARNING: error for toast table: unsupported object type "toast table" -WARNING: error for index column: unsupported object type "index column" -WARNING: error for sequence column: unsupported object type "sequence column" -WARNING: error for toast table column: unsupported object type "toast table column" -WARNING: error for view column: unsupported object type "view column" -WARNING: error for materialized view column: unsupported object type "materialized view column" --- miscellaneous other errors -select * from pg_get_object_address('operator of access method', '{btree,integer_ops,1}', '{int4,bool}'); -ERROR: operator 1 (int4, bool) of operator family integer_ops for access method btree does not exist -select * from pg_get_object_address('operator of access method', '{btree,integer_ops,99}', '{int4,int4}'); -ERROR: operator 99 (int4, int4) of operator family integer_ops for access method btree does not exist -select * from pg_get_object_address('function of access method', '{btree,integer_ops,1}', '{int4,bool}'); -ERROR: function 1 (int4, bool) of operator family integer_ops for access method btree does not exist -select * from pg_get_object_address('function of access method', '{btree,integer_ops,99}', '{int4,int4}'); -ERROR: function 99 (int4, int4) of operator family integer_ops for access method btree does not exist -DO $$ -DECLARE - objtype text; - names text[]; - args text[]; -BEGIN - FOR objtype IN VALUES - ('table'), ('index'), ('sequence'), ('view'), - ('materialized view'), ('foreign table'), - ('table column'), ('foreign table column'), - ('aggregate'), ('function'), ('procedure'), ('type'), ('cast'), - ('table constraint'), ('domain constraint'), ('conversion'), ('default value'), - ('operator'), ('operator class'), ('operator family'), ('rule'), ('trigger'), - ('text search parser'), ('text search dictionary'), - ('text search template'), ('text search configuration'), - ('policy'), ('user mapping'), ('default acl'), ('transform'), - ('operator of access method'), ('function of access method'), - ('publication namespace'), ('publication relation') - LOOP - FOR names IN VALUES ('{eins}'), ('{addr_nsp, zwei}'), ('{eins, zwei, drei}') - LOOP - FOR args IN VALUES ('{}'), ('{integer}') - LOOP - BEGIN - PERFORM pg_get_object_address(objtype, names, args); - EXCEPTION WHEN OTHERS THEN - RAISE WARNING 'error for %,%,%: %', objtype, names, args, sqlerrm; - END; - END LOOP; - END LOOP; - END LOOP; -END; -$$; -WARNING: error for table,{eins},{}: relation "eins" does not exist -WARNING: error for table,{eins},{integer}: relation "eins" does not exist -WARNING: error for table,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist -WARNING: error for table,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist -WARNING: error for table,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for table,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for index,{eins},{}: relation "eins" does not exist -WARNING: error for index,{eins},{integer}: relation "eins" does not exist -WARNING: error for index,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist -WARNING: error for index,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist -WARNING: error for index,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for index,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for sequence,{eins},{}: relation "eins" does not exist -WARNING: error for sequence,{eins},{integer}: relation "eins" does not exist -WARNING: error for sequence,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist -WARNING: error for sequence,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist -WARNING: error for sequence,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for sequence,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for view,{eins},{}: relation "eins" does not exist -WARNING: error for view,{eins},{integer}: relation "eins" does not exist -WARNING: error for view,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist -WARNING: error for view,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist -WARNING: error for view,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for view,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for materialized view,{eins},{}: relation "eins" does not exist -WARNING: error for materialized view,{eins},{integer}: relation "eins" does not exist -WARNING: error for materialized view,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist -WARNING: error for materialized view,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist -WARNING: error for materialized view,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for materialized view,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for foreign table,{eins},{}: relation "eins" does not exist -WARNING: error for foreign table,{eins},{integer}: relation "eins" does not exist -WARNING: error for foreign table,{addr_nsp,zwei},{}: relation "addr_nsp.zwei" does not exist -WARNING: error for foreign table,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist -WARNING: error for foreign table,{eins,zwei,drei},{}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for foreign table,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" -WARNING: error for table column,{eins},{}: column name must be qualified -WARNING: error for table column,{eins},{integer}: column name must be qualified -WARNING: error for table column,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist -WARNING: error for table column,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist -WARNING: error for table column,{eins,zwei,drei},{}: schema "eins" does not exist -WARNING: error for table column,{eins,zwei,drei},{integer}: schema "eins" does not exist -WARNING: error for foreign table column,{eins},{}: column name must be qualified -WARNING: error for foreign table column,{eins},{integer}: column name must be qualified -WARNING: error for foreign table column,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist -WARNING: error for foreign table column,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist -WARNING: error for foreign table column,{eins,zwei,drei},{}: schema "eins" does not exist -WARNING: error for foreign table column,{eins,zwei,drei},{integer}: schema "eins" does not exist -WARNING: error for aggregate,{eins},{}: aggregate eins(*) does not exist -WARNING: error for aggregate,{eins},{integer}: aggregate eins(integer) does not exist -WARNING: error for aggregate,{addr_nsp,zwei},{}: aggregate addr_nsp.zwei(*) does not exist -WARNING: error for aggregate,{addr_nsp,zwei},{integer}: aggregate addr_nsp.zwei(integer) does not exist -WARNING: error for aggregate,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for aggregate,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for function,{eins},{}: function eins() does not exist -WARNING: error for function,{eins},{integer}: function eins(integer) does not exist -WARNING: error for function,{addr_nsp,zwei},{}: function addr_nsp.zwei() does not exist -WARNING: error for function,{addr_nsp,zwei},{integer}: function addr_nsp.zwei(integer) does not exist -WARNING: error for function,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for function,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for procedure,{eins},{}: procedure eins() does not exist -WARNING: error for procedure,{eins},{integer}: procedure eins(integer) does not exist -WARNING: error for procedure,{addr_nsp,zwei},{}: procedure addr_nsp.zwei() does not exist -WARNING: error for procedure,{addr_nsp,zwei},{integer}: procedure addr_nsp.zwei(integer) does not exist -WARNING: error for procedure,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for procedure,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for type,{eins},{}: type "eins" does not exist -WARNING: error for type,{eins},{integer}: type "eins" does not exist -WARNING: error for type,{addr_nsp,zwei},{}: name list length must be exactly 1 -WARNING: error for type,{addr_nsp,zwei},{integer}: name list length must be exactly 1 -WARNING: error for type,{eins,zwei,drei},{}: name list length must be exactly 1 -WARNING: error for type,{eins,zwei,drei},{integer}: name list length must be exactly 1 -WARNING: error for cast,{eins},{}: argument list length must be exactly 1 -WARNING: error for cast,{eins},{integer}: type "eins" does not exist -WARNING: error for cast,{addr_nsp,zwei},{}: name list length must be exactly 1 -WARNING: error for cast,{addr_nsp,zwei},{integer}: name list length must be exactly 1 -WARNING: error for cast,{eins,zwei,drei},{}: name list length must be exactly 1 -WARNING: error for cast,{eins,zwei,drei},{integer}: name list length must be exactly 1 -WARNING: error for table constraint,{eins},{}: must specify relation and object name -WARNING: error for table constraint,{eins},{integer}: must specify relation and object name -WARNING: error for table constraint,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist -WARNING: error for table constraint,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist -WARNING: error for table constraint,{eins,zwei,drei},{}: schema "eins" does not exist -WARNING: error for table constraint,{eins,zwei,drei},{integer}: schema "eins" does not exist -WARNING: error for domain constraint,{eins},{}: argument list length must be exactly 1 -WARNING: error for domain constraint,{eins},{integer}: type "eins" does not exist -WARNING: error for domain constraint,{addr_nsp,zwei},{}: name list length must be exactly 1 -WARNING: error for domain constraint,{addr_nsp,zwei},{integer}: name list length must be exactly 1 -WARNING: error for domain constraint,{eins,zwei,drei},{}: name list length must be exactly 1 -WARNING: error for domain constraint,{eins,zwei,drei},{integer}: name list length must be exactly 1 -WARNING: error for conversion,{eins},{}: conversion "eins" does not exist -WARNING: error for conversion,{eins},{integer}: conversion "eins" does not exist -WARNING: error for conversion,{addr_nsp,zwei},{}: conversion "addr_nsp.zwei" does not exist -WARNING: error for conversion,{addr_nsp,zwei},{integer}: conversion "addr_nsp.zwei" does not exist -WARNING: error for conversion,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for conversion,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for default value,{eins},{}: column name must be qualified -WARNING: error for default value,{eins},{integer}: column name must be qualified -WARNING: error for default value,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist -WARNING: error for default value,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist -WARNING: error for default value,{eins,zwei,drei},{}: schema "eins" does not exist -WARNING: error for default value,{eins,zwei,drei},{integer}: schema "eins" does not exist -WARNING: error for operator,{eins},{}: argument list length must be exactly 2 -WARNING: error for operator,{eins},{integer}: argument list length must be exactly 2 -WARNING: error for operator,{addr_nsp,zwei},{}: argument list length must be exactly 2 -WARNING: error for operator,{addr_nsp,zwei},{integer}: argument list length must be exactly 2 -WARNING: error for operator,{eins,zwei,drei},{}: argument list length must be exactly 2 -WARNING: error for operator,{eins,zwei,drei},{integer}: argument list length must be exactly 2 -WARNING: error for operator class,{eins},{}: name list length must be at least 2 -WARNING: error for operator class,{eins},{integer}: name list length must be at least 2 -WARNING: error for operator class,{addr_nsp,zwei},{}: access method "addr_nsp" does not exist -WARNING: error for operator class,{addr_nsp,zwei},{integer}: access method "addr_nsp" does not exist -WARNING: error for operator class,{eins,zwei,drei},{}: access method "eins" does not exist -WARNING: error for operator class,{eins,zwei,drei},{integer}: access method "eins" does not exist -WARNING: error for operator family,{eins},{}: name list length must be at least 2 -WARNING: error for operator family,{eins},{integer}: name list length must be at least 2 -WARNING: error for operator family,{addr_nsp,zwei},{}: access method "addr_nsp" does not exist -WARNING: error for operator family,{addr_nsp,zwei},{integer}: access method "addr_nsp" does not exist -WARNING: error for operator family,{eins,zwei,drei},{}: access method "eins" does not exist -WARNING: error for operator family,{eins,zwei,drei},{integer}: access method "eins" does not exist -WARNING: error for rule,{eins},{}: must specify relation and object name -WARNING: error for rule,{eins},{integer}: must specify relation and object name -WARNING: error for rule,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist -WARNING: error for rule,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist -WARNING: error for rule,{eins,zwei,drei},{}: schema "eins" does not exist -WARNING: error for rule,{eins,zwei,drei},{integer}: schema "eins" does not exist -WARNING: error for trigger,{eins},{}: must specify relation and object name -WARNING: error for trigger,{eins},{integer}: must specify relation and object name -WARNING: error for trigger,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist -WARNING: error for trigger,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist -WARNING: error for trigger,{eins,zwei,drei},{}: schema "eins" does not exist -WARNING: error for trigger,{eins,zwei,drei},{integer}: schema "eins" does not exist -WARNING: error for text search parser,{eins},{}: text search parser "eins" does not exist -WARNING: error for text search parser,{eins},{integer}: text search parser "eins" does not exist -WARNING: error for text search parser,{addr_nsp,zwei},{}: text search parser "addr_nsp.zwei" does not exist -WARNING: error for text search parser,{addr_nsp,zwei},{integer}: text search parser "addr_nsp.zwei" does not exist -WARNING: error for text search parser,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for text search parser,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for text search dictionary,{eins},{}: text search dictionary "eins" does not exist -WARNING: error for text search dictionary,{eins},{integer}: text search dictionary "eins" does not exist -WARNING: error for text search dictionary,{addr_nsp,zwei},{}: text search dictionary "addr_nsp.zwei" does not exist -WARNING: error for text search dictionary,{addr_nsp,zwei},{integer}: text search dictionary "addr_nsp.zwei" does not exist -WARNING: error for text search dictionary,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for text search dictionary,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for text search template,{eins},{}: text search template "eins" does not exist -WARNING: error for text search template,{eins},{integer}: text search template "eins" does not exist -WARNING: error for text search template,{addr_nsp,zwei},{}: text search template "addr_nsp.zwei" does not exist -WARNING: error for text search template,{addr_nsp,zwei},{integer}: text search template "addr_nsp.zwei" does not exist -WARNING: error for text search template,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for text search template,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for text search configuration,{eins},{}: text search configuration "eins" does not exist -WARNING: error for text search configuration,{eins},{integer}: text search configuration "eins" does not exist -WARNING: error for text search configuration,{addr_nsp,zwei},{}: text search configuration "addr_nsp.zwei" does not exist -WARNING: error for text search configuration,{addr_nsp,zwei},{integer}: text search configuration "addr_nsp.zwei" does not exist -WARNING: error for text search configuration,{eins,zwei,drei},{}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for text search configuration,{eins,zwei,drei},{integer}: cross-database references are not implemented: eins.zwei.drei -WARNING: error for policy,{eins},{}: must specify relation and object name -WARNING: error for policy,{eins},{integer}: must specify relation and object name -WARNING: error for policy,{addr_nsp,zwei},{}: relation "addr_nsp" does not exist -WARNING: error for policy,{addr_nsp,zwei},{integer}: relation "addr_nsp" does not exist -WARNING: error for policy,{eins,zwei,drei},{}: schema "eins" does not exist -WARNING: error for policy,{eins,zwei,drei},{integer}: schema "eins" does not exist -WARNING: error for user mapping,{eins},{}: argument list length must be exactly 1 -WARNING: error for user mapping,{eins},{integer}: user mapping for user "eins" on server "integer" does not exist -WARNING: error for user mapping,{addr_nsp,zwei},{}: name list length must be exactly 1 -WARNING: error for user mapping,{addr_nsp,zwei},{integer}: name list length must be exactly 1 -WARNING: error for user mapping,{eins,zwei,drei},{}: name list length must be exactly 1 -WARNING: error for user mapping,{eins,zwei,drei},{integer}: name list length must be exactly 1 -WARNING: error for default acl,{eins},{}: argument list length must be exactly 1 -WARNING: error for default acl,{eins},{integer}: unrecognized default ACL object type "i" -WARNING: error for default acl,{addr_nsp,zwei},{}: argument list length must be exactly 1 -WARNING: error for default acl,{addr_nsp,zwei},{integer}: unrecognized default ACL object type "i" -WARNING: error for default acl,{eins,zwei,drei},{}: argument list length must be exactly 1 -WARNING: error for default acl,{eins,zwei,drei},{integer}: unrecognized default ACL object type "i" -WARNING: error for transform,{eins},{}: argument list length must be exactly 1 -WARNING: error for transform,{eins},{integer}: type "eins" does not exist -WARNING: error for transform,{addr_nsp,zwei},{}: name list length must be exactly 1 -WARNING: error for transform,{addr_nsp,zwei},{integer}: name list length must be exactly 1 -WARNING: error for transform,{eins,zwei,drei},{}: name list length must be exactly 1 -WARNING: error for transform,{eins,zwei,drei},{integer}: name list length must be exactly 1 -WARNING: error for operator of access method,{eins},{}: name list length must be at least 3 -WARNING: error for operator of access method,{eins},{integer}: name list length must be at least 3 -WARNING: error for operator of access method,{addr_nsp,zwei},{}: name list length must be at least 3 -WARNING: error for operator of access method,{addr_nsp,zwei},{integer}: name list length must be at least 3 -WARNING: error for operator of access method,{eins,zwei,drei},{}: argument list length must be exactly 2 -WARNING: error for operator of access method,{eins,zwei,drei},{integer}: argument list length must be exactly 2 -WARNING: error for function of access method,{eins},{}: name list length must be at least 3 -WARNING: error for function of access method,{eins},{integer}: name list length must be at least 3 -WARNING: error for function of access method,{addr_nsp,zwei},{}: name list length must be at least 3 -WARNING: error for function of access method,{addr_nsp,zwei},{integer}: name list length must be at least 3 -WARNING: error for function of access method,{eins,zwei,drei},{}: argument list length must be exactly 2 -WARNING: error for function of access method,{eins,zwei,drei},{integer}: argument list length must be exactly 2 -WARNING: error for publication namespace,{eins},{}: argument list length must be exactly 1 -WARNING: error for publication namespace,{eins},{integer}: schema "eins" does not exist -WARNING: error for publication namespace,{addr_nsp,zwei},{}: name list length must be exactly 1 -WARNING: error for publication namespace,{addr_nsp,zwei},{integer}: name list length must be exactly 1 -WARNING: error for publication namespace,{eins,zwei,drei},{}: name list length must be exactly 1 -WARNING: error for publication namespace,{eins,zwei,drei},{integer}: name list length must be exactly 1 -WARNING: error for publication relation,{eins},{}: argument list length must be exactly 1 -WARNING: error for publication relation,{eins},{integer}: relation "eins" does not exist -WARNING: error for publication relation,{addr_nsp,zwei},{}: argument list length must be exactly 1 -WARNING: error for publication relation,{addr_nsp,zwei},{integer}: relation "addr_nsp.zwei" does not exist -WARNING: error for publication relation,{eins,zwei,drei},{}: argument list length must be exactly 1 -WARNING: error for publication relation,{eins,zwei,drei},{integer}: cross-database references are not implemented: "eins.zwei.drei" --- these object types cannot be qualified names -SELECT pg_get_object_address('language', '{one}', '{}'); -ERROR: language "one" does not exist -SELECT pg_get_object_address('language', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('large object', '{123}', '{}'); -ERROR: large object 123 does not exist -SELECT pg_get_object_address('large object', '{123,456}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('large object', '{blargh}', '{}'); -ERROR: invalid input syntax for type oid: "blargh" -SELECT pg_get_object_address('schema', '{one}', '{}'); -ERROR: schema "one" does not exist -SELECT pg_get_object_address('schema', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('role', '{one}', '{}'); -ERROR: role "one" does not exist -SELECT pg_get_object_address('role', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('database', '{one}', '{}'); -ERROR: database "one" does not exist -SELECT pg_get_object_address('database', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('tablespace', '{one}', '{}'); -ERROR: tablespace "one" does not exist -SELECT pg_get_object_address('tablespace', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('foreign-data wrapper', '{one}', '{}'); -ERROR: foreign-data wrapper "one" does not exist -SELECT pg_get_object_address('foreign-data wrapper', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('server', '{one}', '{}'); -ERROR: server "one" does not exist -SELECT pg_get_object_address('server', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('extension', '{one}', '{}'); -ERROR: extension "one" does not exist -SELECT pg_get_object_address('extension', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('event trigger', '{one}', '{}'); -ERROR: event trigger "one" does not exist -SELECT pg_get_object_address('event trigger', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('access method', '{one}', '{}'); -ERROR: access method "one" does not exist -SELECT pg_get_object_address('access method', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('publication', '{one}', '{}'); -ERROR: publication "one" does not exist -SELECT pg_get_object_address('publication', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 -SELECT pg_get_object_address('subscription', '{one}', '{}'); -ERROR: subscription "one" does not exist -SELECT pg_get_object_address('subscription', '{one,two}', '{}'); -ERROR: name list length must be exactly 1 --- Make sure that NULL handling is correct. -\pset null 'NULL' --- Temporarily disable fancy output, so as future additions never create --- a large amount of diffs. -\a\t --- test successful cases -WITH objects (type, name, args) AS (VALUES - ('table', '{addr_nsp, gentable}'::text[], '{}'::text[]), - ('table', '{addr_nsp, parttable}'::text[], '{}'::text[]), - ('index', '{addr_nsp, gentable_pkey}', '{}'), - ('index', '{addr_nsp, parttable_pkey}', '{}'), - ('sequence', '{addr_nsp, gentable_a_seq}', '{}'), - -- toast table - ('view', '{addr_nsp, genview}', '{}'), - ('materialized view', '{addr_nsp, genmatview}', '{}'), - ('foreign table', '{addr_nsp, genftable}', '{}'), - ('table column', '{addr_nsp, gentable, b}', '{}'), - ('foreign table column', '{addr_nsp, genftable, a}', '{}'), - ('aggregate', '{addr_nsp, genaggr}', '{int4}'), - ('function', '{pg_catalog, pg_identify_object}', '{pg_catalog.oid, pg_catalog.oid, int4}'), - ('procedure', '{addr_nsp, proc}', '{int4}'), - ('type', '{pg_catalog._int4}', '{}'), - ('type', '{addr_nsp.gendomain}', '{}'), - ('type', '{addr_nsp.gencomptype}', '{}'), - ('type', '{addr_nsp.genenum}', '{}'), - ('cast', '{int8}', '{int4}'), - ('collation', '{default}', '{}'), - ('table constraint', '{addr_nsp, gentable, a_chk}', '{}'), - ('domain constraint', '{addr_nsp.gendomain}', '{domconstr}'), - ('conversion', '{pg_catalog, koi8_r_to_mic}', '{}'), - ('default value', '{addr_nsp, gentable, b}', '{}'), - ('language', '{plpgsql}', '{}'), - -- large object - ('operator', '{+}', '{int4, int4}'), - ('operator class', '{btree, int4_ops}', '{}'), - ('operator family', '{btree, integer_ops}', '{}'), - ('operator of access method', '{btree,integer_ops,1}', '{integer,integer}'), - ('function of access method', '{btree,integer_ops,2}', '{integer,integer}'), - ('rule', '{addr_nsp, genview, _RETURN}', '{}'), - ('trigger', '{addr_nsp, gentable, t}', '{}'), - ('schema', '{addr_nsp}', '{}'), - ('text search parser', '{addr_ts_prs}', '{}'), - ('text search dictionary', '{addr_ts_dict}', '{}'), - ('text search template', '{addr_ts_temp}', '{}'), - ('text search configuration', '{addr_ts_conf}', '{}'), - ('role', '{regress_addr_user}', '{}'), - -- database - -- tablespace - ('foreign-data wrapper', '{addr_fdw}', '{}'), - ('server', '{addr_fserv}', '{}'), - ('user mapping', '{regress_addr_user}', '{integer}'), - ('default acl', '{regress_addr_user,public}', '{r}'), - ('default acl', '{regress_addr_user}', '{r}'), - -- extension - -- event trigger - ('policy', '{addr_nsp, gentable, genpol}', '{}'), - ('transform', '{int}', '{sql}'), - ('access method', '{btree}', '{}'), - ('publication', '{addr_pub}', '{}'), - ('publication namespace', '{addr_nsp}', '{addr_pub_schema}'), - ('publication relation', '{addr_nsp, gentable}', '{addr_pub}'), - ('subscription', '{regress_addr_sub}', '{}'), - ('statistics object', '{addr_nsp, gentable_stat}', '{}') - ) -SELECT (pg_identify_object(addr1.classid, addr1.objid, addr1.objsubid)).*, - -- test roundtrip through pg_identify_object_as_address - ROW(pg_identify_object(addr1.classid, addr1.objid, addr1.objsubid)) = - ROW(pg_identify_object(addr2.classid, addr2.objid, addr2.objsubid)) AS roundtrip -FROM objects, - pg_get_object_address(type, name, args) AS addr1, - pg_identify_object_as_address(classid, objid, objsubid) AS ioa (typ, nms, args), - pg_get_object_address(typ, nms, ioa.args) AS addr2 -ORDER BY addr1.classid, addr1.objid, addr1.objsubid; -default acl|NULL|NULL|for role regress_addr_user in schema public on tables|t -default acl|NULL|NULL|for role regress_addr_user on tables|t -type|pg_catalog|_int4|integer[]|t -type|addr_nsp|gencomptype|addr_nsp.gencomptype|t -type|addr_nsp|genenum|addr_nsp.genenum|t -type|addr_nsp|gendomain|addr_nsp.gendomain|t -function|pg_catalog|NULL|pg_catalog.pg_identify_object(pg_catalog.oid,pg_catalog.oid,integer)|t -aggregate|addr_nsp|NULL|addr_nsp.genaggr(integer)|t -procedure|addr_nsp|NULL|addr_nsp.proc(integer)|t -sequence|addr_nsp|gentable_a_seq|addr_nsp.gentable_a_seq|t -table|addr_nsp|gentable|addr_nsp.gentable|t -table column|addr_nsp|gentable|addr_nsp.gentable.b|t -index|addr_nsp|gentable_pkey|addr_nsp.gentable_pkey|t -table|addr_nsp|parttable|addr_nsp.parttable|t -index|addr_nsp|parttable_pkey|addr_nsp.parttable_pkey|t -view|addr_nsp|genview|addr_nsp.genview|t -materialized view|addr_nsp|genmatview|addr_nsp.genmatview|t -foreign table|addr_nsp|genftable|addr_nsp.genftable|t -foreign table column|addr_nsp|genftable|addr_nsp.genftable.a|t -role|NULL|regress_addr_user|regress_addr_user|t -server|NULL|addr_fserv|addr_fserv|t -user mapping|NULL|NULL|regress_addr_user on server integer|t -foreign-data wrapper|NULL|addr_fdw|addr_fdw|t -access method|NULL|btree|btree|t -operator of access method|NULL|NULL|operator 1 (integer, integer) of pg_catalog.integer_ops USING btree|t -function of access method|NULL|NULL|function 2 (integer, integer) of pg_catalog.integer_ops USING btree|t -default value|NULL|NULL|for addr_nsp.gentable.b|t -cast|NULL|NULL|(bigint AS integer)|t -table constraint|addr_nsp|NULL|a_chk on addr_nsp.gentable|t -domain constraint|addr_nsp|NULL|domconstr on addr_nsp.gendomain|t -conversion|pg_catalog|koi8_r_to_mic|pg_catalog.koi8_r_to_mic|t -language|NULL|plpgsql|plpgsql|t -schema|NULL|addr_nsp|addr_nsp|t -operator class|pg_catalog|int4_ops|pg_catalog.int4_ops USING btree|t -operator|pg_catalog|NULL|pg_catalog.+(integer,integer)|t -rule|NULL|NULL|"_RETURN" on addr_nsp.genview|t -trigger|NULL|NULL|t on addr_nsp.gentable|t -operator family|pg_catalog|integer_ops|pg_catalog.integer_ops USING btree|t -policy|NULL|NULL|genpol on addr_nsp.gentable|t -statistics object|addr_nsp|gentable_stat|addr_nsp.gentable_stat|t -collation|pg_catalog|"default"|pg_catalog."default"|t -transform|NULL|NULL|for integer language sql|t -text search dictionary|addr_nsp|addr_ts_dict|addr_nsp.addr_ts_dict|t -text search parser|addr_nsp|addr_ts_prs|addr_nsp.addr_ts_prs|t -text search configuration|addr_nsp|addr_ts_conf|addr_nsp.addr_ts_conf|t -text search template|addr_nsp|addr_ts_temp|addr_nsp.addr_ts_temp|t -subscription|NULL|regress_addr_sub|regress_addr_sub|t -publication|NULL|addr_pub|addr_pub|t -publication relation|NULL|NULL|addr_nsp.gentable in publication addr_pub|t -publication namespace|NULL|NULL|addr_nsp in publication addr_pub_schema|t ---- ---- Cleanup resources ---- -DROP FOREIGN DATA WRAPPER addr_fdw CASCADE; -NOTICE: drop cascades to 4 other objects -DETAIL: drop cascades to server addr_fserv -drop cascades to foreign table genftable -drop cascades to server integer -drop cascades to user mapping for regress_addr_user on server integer -DROP PUBLICATION addr_pub; -DROP PUBLICATION addr_pub_schema; -DROP SUBSCRIPTION regress_addr_sub; -DROP SCHEMA addr_nsp CASCADE; -NOTICE: drop cascades to 14 other objects -DETAIL: drop cascades to text search dictionary addr_ts_dict -drop cascades to text search configuration addr_ts_conf -drop cascades to text search template addr_ts_temp -drop cascades to text search parser addr_ts_prs -drop cascades to table gentable -drop cascades to table parttable -drop cascades to view genview -drop cascades to materialized view genmatview -drop cascades to type gencomptype -drop cascades to type genenum -drop cascades to function genaggr(integer) -drop cascades to type gendomain -drop cascades to function trig() -drop cascades to function proc(integer) -DROP OWNED BY regress_addr_user; -DROP USER regress_addr_user; --- --- Checks for invalid objects --- --- Keep this list in the same order as getObjectIdentityParts() --- in objectaddress.c. -WITH objects (classid, objid, objsubid) AS (VALUES - ('pg_class'::regclass, 0, 0), -- no relation - ('pg_class'::regclass, 'pg_class'::regclass, 100), -- no column for relation - ('pg_proc'::regclass, 0, 0), -- no function - ('pg_type'::regclass, 0, 0), -- no type - ('pg_cast'::regclass, 0, 0), -- no cast - ('pg_collation'::regclass, 0, 0), -- no collation - ('pg_constraint'::regclass, 0, 0), -- no constraint - ('pg_conversion'::regclass, 0, 0), -- no conversion - ('pg_attrdef'::regclass, 0, 0), -- no default attribute - ('pg_language'::regclass, 0, 0), -- no language - ('pg_largeobject'::regclass, 0, 0), -- no large object, no error - ('pg_operator'::regclass, 0, 0), -- no operator - ('pg_opclass'::regclass, 0, 0), -- no opclass, no need to check for no access method - ('pg_opfamily'::regclass, 0, 0), -- no opfamily - ('pg_am'::regclass, 0, 0), -- no access method - ('pg_amop'::regclass, 0, 0), -- no AM operator - ('pg_amproc'::regclass, 0, 0), -- no AM proc - ('pg_rewrite'::regclass, 0, 0), -- no rewrite - ('pg_trigger'::regclass, 0, 0), -- no trigger - ('pg_namespace'::regclass, 0, 0), -- no schema - ('pg_statistic_ext'::regclass, 0, 0), -- no statistics - ('pg_ts_parser'::regclass, 0, 0), -- no TS parser - ('pg_ts_dict'::regclass, 0, 0), -- no TS dictionary - ('pg_ts_template'::regclass, 0, 0), -- no TS template - ('pg_ts_config'::regclass, 0, 0), -- no TS configuration - ('pg_authid'::regclass, 0, 0), -- no role - ('pg_auth_members'::regclass, 0, 0), -- no role membership - ('pg_database'::regclass, 0, 0), -- no database - ('pg_tablespace'::regclass, 0, 0), -- no tablespace - ('pg_foreign_data_wrapper'::regclass, 0, 0), -- no FDW - ('pg_foreign_server'::regclass, 0, 0), -- no server - ('pg_user_mapping'::regclass, 0, 0), -- no user mapping - ('pg_default_acl'::regclass, 0, 0), -- no default ACL - ('pg_extension'::regclass, 0, 0), -- no extension - ('pg_event_trigger'::regclass, 0, 0), -- no event trigger - ('pg_parameter_acl'::regclass, 0, 0), -- no parameter ACL - ('pg_policy'::regclass, 0, 0), -- no policy - ('pg_publication'::regclass, 0, 0), -- no publication - ('pg_publication_namespace'::regclass, 0, 0), -- no publication namespace - ('pg_publication_rel'::regclass, 0, 0), -- no publication relation - ('pg_subscription'::regclass, 0, 0), -- no subscription - ('pg_transform'::regclass, 0, 0) -- no transformation - ) -SELECT ROW(pg_identify_object(objects.classid, objects.objid, objects.objsubid)) - AS ident, - ROW(pg_identify_object_as_address(objects.classid, objects.objid, objects.objsubid)) - AS addr, - pg_describe_object(objects.classid, objects.objid, objects.objsubid) - AS descr -FROM objects -ORDER BY objects.classid, objects.objid, objects.objsubid; -("(""default acl"",,,)")|("(""default acl"",,)")|NULL -("(tablespace,,,)")|("(tablespace,,)")|NULL -("(type,,,)")|("(type,,)")|NULL -("(routine,,,)")|("(routine,,)")|NULL -("(relation,,,)")|("(relation,,)")|NULL -("(""table column"",,,)")|("(""table column"",,)")|NULL -("(role,,,)")|("(role,,)")|NULL -("(""role membership"",,,)")|("(""role membership"",,)")|NULL -("(database,,,)")|("(database,,)")|NULL -("(server,,,)")|("(server,,)")|NULL -("(""user mapping"",,,)")|("(""user mapping"",,)")|NULL -("(""foreign-data wrapper"",,,)")|("(""foreign-data wrapper"",,)")|NULL -("(""access method"",,,)")|("(""access method"",,)")|NULL -("(""operator of access method"",,,)")|("(""operator of access method"",,)")|NULL -("(""function of access method"",,,)")|("(""function of access method"",,)")|NULL -("(""default value"",,,)")|("(""default value"",,)")|NULL -("(cast,,,)")|("(cast,,)")|NULL -("(constraint,,,)")|("(constraint,,)")|NULL -("(conversion,,,)")|("(conversion,,)")|NULL -("(language,,,)")|("(language,,)")|NULL -("(""large object"",,,)")|("(""large object"",,)")|NULL -("(schema,,,)")|("(schema,,)")|NULL -("(""operator class"",,,)")|("(""operator class"",,)")|NULL -("(operator,,,)")|("(operator,,)")|NULL -("(rule,,,)")|("(rule,,)")|NULL -("(trigger,,,)")|("(trigger,,)")|NULL -("(""operator family"",,,)")|("(""operator family"",,)")|NULL -("(extension,,,)")|("(extension,,)")|NULL -("(policy,,,)")|("(policy,,)")|NULL -("(""statistics object"",,,)")|("(""statistics object"",,)")|NULL -("(collation,,,)")|("(collation,,)")|NULL -("(""event trigger"",,,)")|("(""event trigger"",,)")|NULL -("(transform,,,)")|("(transform,,)")|NULL -("(""text search dictionary"",,,)")|("(""text search dictionary"",,)")|NULL -("(""text search parser"",,,)")|("(""text search parser"",,)")|NULL -("(""text search configuration"",,,)")|("(""text search configuration"",,)")|NULL -("(""text search template"",,,)")|("(""text search template"",,)")|NULL -("(subscription,,,)")|("(subscription,,)")|NULL -("(publication,,,)")|("(publication,,)")|NULL -("(""publication relation"",,,)")|("(""publication relation"",,)")|NULL -("(""publication namespace"",,,)")|("(""publication namespace"",,)")|NULL -("(""parameter ACL"",,,)")|("(""parameter ACL"",,)")|NULL --- restore normal output mode -\a\t +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablesample.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tablesample.out --- /tmp/cirrus-ci-build/src/test/regress/expected/tablesample.out 2025-05-11 19:30:19.004383000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tablesample.out 2025-05-11 19:32:42.099887000 +0000 @@ -1,331 +1,2 @@ -CREATE TABLE test_tablesample (id int, name text) WITH (fillfactor=10); --- use fillfactor so we don't have to load too much data to get multiple pages -INSERT INTO test_tablesample - SELECT i, repeat(i::text, 200) FROM generate_series(0, 9) s(i); -SELECT t.id FROM test_tablesample AS t TABLESAMPLE SYSTEM (50) REPEATABLE (0); - id ----- - 3 - 4 - 5 - 6 - 7 - 8 -(6 rows) - -SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (100.0/11) REPEATABLE (0); - id ----- -(0 rows) - -SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (50) REPEATABLE (0); - id ----- - 3 - 4 - 5 - 6 - 7 - 8 -(6 rows) - -SELECT id FROM test_tablesample TABLESAMPLE BERNOULLI (50) REPEATABLE (0); - id ----- - 4 - 5 - 6 - 7 - 8 -(5 rows) - -SELECT id FROM test_tablesample TABLESAMPLE BERNOULLI (5.5) REPEATABLE (0); - id ----- - 7 -(1 row) - --- 100% should give repeatable count results (ie, all rows) in any case -SELECT count(*) FROM test_tablesample TABLESAMPLE SYSTEM (100); - count -------- - 10 -(1 row) - -SELECT count(*) FROM test_tablesample TABLESAMPLE SYSTEM (100) REPEATABLE (1+2); - count -------- - 10 -(1 row) - -SELECT count(*) FROM test_tablesample TABLESAMPLE SYSTEM (100) REPEATABLE (0.4); - count -------- - 10 -(1 row) - -CREATE VIEW test_tablesample_v1 AS - SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (10*2) REPEATABLE (2); -CREATE VIEW test_tablesample_v2 AS - SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (99); -\d+ test_tablesample_v1 - View "public.test_tablesample_v1" - Column | Type | Collation | Nullable | Default | Storage | Description ---------+---------+-----------+----------+---------+---------+------------- - id | integer | | | | plain | -View definition: - SELECT id - FROM test_tablesample TABLESAMPLE system ((10 * 2)) REPEATABLE (2); - -\d+ test_tablesample_v2 - View "public.test_tablesample_v2" - Column | Type | Collation | Nullable | Default | Storage | Description ---------+---------+-----------+----------+---------+---------+------------- - id | integer | | | | plain | -View definition: - SELECT id - FROM test_tablesample TABLESAMPLE system (99); - --- check a sampled query doesn't affect cursor in progress -BEGIN; -DECLARE tablesample_cur SCROLL CURSOR FOR - SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (50) REPEATABLE (0); -FETCH FIRST FROM tablesample_cur; - id ----- - 3 -(1 row) - -FETCH NEXT FROM tablesample_cur; - id ----- - 4 -(1 row) - -FETCH NEXT FROM tablesample_cur; - id ----- - 5 -(1 row) - -SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (50) REPEATABLE (0); - id ----- - 3 - 4 - 5 - 6 - 7 - 8 -(6 rows) - -FETCH NEXT FROM tablesample_cur; - id ----- - 6 -(1 row) - -FETCH NEXT FROM tablesample_cur; - id ----- - 7 -(1 row) - -FETCH NEXT FROM tablesample_cur; - id ----- - 8 -(1 row) - -FETCH FIRST FROM tablesample_cur; - id ----- - 3 -(1 row) - -FETCH NEXT FROM tablesample_cur; - id ----- - 4 -(1 row) - -FETCH NEXT FROM tablesample_cur; - id ----- - 5 -(1 row) - -FETCH NEXT FROM tablesample_cur; - id ----- - 6 -(1 row) - -FETCH NEXT FROM tablesample_cur; - id ----- - 7 -(1 row) - -FETCH NEXT FROM tablesample_cur; - id ----- - 8 -(1 row) - -CLOSE tablesample_cur; -END; -EXPLAIN (COSTS OFF) - SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (50) REPEATABLE (2); - QUERY PLAN --------------------------------------------------------------------- - Sample Scan on test_tablesample - Sampling: system ('50'::real) REPEATABLE ('2'::double precision) -(2 rows) - -EXPLAIN (COSTS OFF) - SELECT * FROM test_tablesample_v1; - QUERY PLAN --------------------------------------------------------------------- - Sample Scan on test_tablesample - Sampling: system ('20'::real) REPEATABLE ('2'::double precision) -(2 rows) - --- check inheritance behavior -explain (costs off) - select count(*) from person tablesample bernoulli (100); - QUERY PLAN -------------------------------------------------- - Aggregate - -> Append - -> Sample Scan on person person_1 - Sampling: bernoulli ('100'::real) - -> Sample Scan on emp person_2 - Sampling: bernoulli ('100'::real) - -> Sample Scan on student person_3 - Sampling: bernoulli ('100'::real) - -> Sample Scan on stud_emp person_4 - Sampling: bernoulli ('100'::real) -(10 rows) - -select count(*) from person tablesample bernoulli (100); - count -------- - 58 -(1 row) - -select count(*) from person; - count -------- - 58 -(1 row) - --- check that collations get assigned within the tablesample arguments -SELECT count(*) FROM test_tablesample TABLESAMPLE bernoulli (('1'::text < '0'::text)::int); - count -------- - 0 -(1 row) - --- check behavior during rescans, as well as correct handling of min/max pct -select * from - (values (0),(100)) v(pct), - lateral (select count(*) from tenk1 tablesample bernoulli (pct)) ss; - pct | count ------+------- - 0 | 0 - 100 | 10000 -(2 rows) - -select * from - (values (0),(100)) v(pct), - lateral (select count(*) from tenk1 tablesample system (pct)) ss; - pct | count ------+------- - 0 | 0 - 100 | 10000 -(2 rows) - -explain (costs off) -select pct, count(unique1) from - (values (0),(100)) v(pct), - lateral (select * from tenk1 tablesample bernoulli (pct)) ss - group by pct; - QUERY PLAN --------------------------------------------------------- - HashAggregate - Group Key: "*VALUES*".column1 - -> Nested Loop - -> Values Scan on "*VALUES*" - -> Sample Scan on tenk1 - Sampling: bernoulli ("*VALUES*".column1) -(6 rows) - -select pct, count(unique1) from - (values (0),(100)) v(pct), - lateral (select * from tenk1 tablesample bernoulli (pct)) ss - group by pct; - pct | count ------+------- - 100 | 10000 -(1 row) - -select pct, count(unique1) from - (values (0),(100)) v(pct), - lateral (select * from tenk1 tablesample system (pct)) ss - group by pct; - pct | count ------+------- - 100 | 10000 -(1 row) - --- errors -SELECT id FROM test_tablesample TABLESAMPLE FOOBAR (1); -ERROR: tablesample method foobar does not exist -LINE 1: SELECT id FROM test_tablesample TABLESAMPLE FOOBAR (1); - ^ -SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (NULL); -ERROR: TABLESAMPLE parameter cannot be null -SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (50) REPEATABLE (NULL); -ERROR: TABLESAMPLE REPEATABLE parameter cannot be null -SELECT id FROM test_tablesample TABLESAMPLE BERNOULLI (-1); -ERROR: sample percentage must be between 0 and 100 -SELECT id FROM test_tablesample TABLESAMPLE BERNOULLI (200); -ERROR: sample percentage must be between 0 and 100 -SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (-1); -ERROR: sample percentage must be between 0 and 100 -SELECT id FROM test_tablesample TABLESAMPLE SYSTEM (200); -ERROR: sample percentage must be between 0 and 100 -SELECT id FROM test_tablesample_v1 TABLESAMPLE BERNOULLI (1); -ERROR: TABLESAMPLE clause can only be applied to tables and materialized views -LINE 1: SELECT id FROM test_tablesample_v1 TABLESAMPLE BERNOULLI (1)... - ^ -INSERT INTO test_tablesample_v1 VALUES(1); -ERROR: cannot insert into view "test_tablesample_v1" -DETAIL: Views containing TABLESAMPLE are not automatically updatable. -HINT: To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule. -WITH query_select AS (SELECT * FROM test_tablesample) -SELECT * FROM query_select TABLESAMPLE BERNOULLI (5.5) REPEATABLE (1); -ERROR: TABLESAMPLE clause can only be applied to tables and materialized views -LINE 2: SELECT * FROM query_select TABLESAMPLE BERNOULLI (5.5) REPEA... - ^ -SELECT q.* FROM (SELECT * FROM test_tablesample) as q TABLESAMPLE BERNOULLI (5); -ERROR: syntax error at or near "TABLESAMPLE" -LINE 1: ...CT q.* FROM (SELECT * FROM test_tablesample) as q TABLESAMPL... - ^ --- check partitioned tables support tablesample -create table parted_sample (a int) partition by list (a); -create table parted_sample_1 partition of parted_sample for values in (1); -create table parted_sample_2 partition of parted_sample for values in (2); -explain (costs off) - select * from parted_sample tablesample bernoulli (100); - QUERY PLAN -------------------------------------------- - Append - -> Sample Scan on parted_sample_1 - Sampling: bernoulli ('100'::real) - -> Sample Scan on parted_sample_2 - Sampling: bernoulli ('100'::real) -(5 rows) - -drop table parted_sample, parted_sample_1, parted_sample_2; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/groupingsets.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/groupingsets.out --- /tmp/cirrus-ci-build/src/test/regress/expected/groupingsets.out 2025-05-11 19:30:18.952454000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/groupingsets.out 2025-05-11 19:32:42.107183000 +0000 @@ -1,2484 +1,2 @@ --- --- grouping sets --- --- test data sources -create temp view gstest1(a,b,v) - as values (1,1,10),(1,1,11),(1,2,12),(1,2,13),(1,3,14), - (2,3,15), - (3,3,16),(3,4,17), - (4,1,18),(4,1,19); -create temp table gstest2 (a integer, b integer, c integer, d integer, - e integer, f integer, g integer, h integer); -copy gstest2 from stdin; -create temp table gstest3 (a integer, b integer, c integer, d integer); -copy gstest3 from stdin; -alter table gstest3 add primary key (a); -create temp table gstest4(id integer, v integer, - unhashable_col bit(4), unsortable_col xid); -insert into gstest4 -values (1,1,b'0000','1'), (2,2,b'0001','1'), - (3,4,b'0010','2'), (4,8,b'0011','2'), - (5,16,b'0000','2'), (6,32,b'0001','2'), - (7,64,b'0010','1'), (8,128,b'0011','1'); -create temp table gstest_empty (a integer, b integer, v integer); -create function gstest_data(v integer, out a integer, out b integer) - returns setof record - as $f$ - begin - return query select v, i from generate_series(1,3) i; - end; - $f$ language plpgsql; --- basic functionality -set enable_hashagg = false; -- test hashing explicitly later --- simple rollup with multiple plain aggregates, with and without ordering --- (and with ordering differing from grouping) -select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by rollup (a,b); - a | b | grouping | sum | count | max ----+---+----------+-----+-------+----- - 1 | 1 | 0 | 21 | 2 | 11 - 1 | 2 | 0 | 25 | 2 | 13 - 1 | 3 | 0 | 14 | 1 | 14 - 1 | | 1 | 60 | 5 | 14 - 2 | 3 | 0 | 15 | 1 | 15 - 2 | | 1 | 15 | 1 | 15 - 3 | 3 | 0 | 16 | 1 | 16 - 3 | 4 | 0 | 17 | 1 | 17 - 3 | | 1 | 33 | 2 | 17 - 4 | 1 | 0 | 37 | 2 | 19 - 4 | | 1 | 37 | 2 | 19 - | | 3 | 145 | 10 | 19 -(12 rows) - -select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by rollup (a,b) order by a,b; - a | b | grouping | sum | count | max ----+---+----------+-----+-------+----- - 1 | 1 | 0 | 21 | 2 | 11 - 1 | 2 | 0 | 25 | 2 | 13 - 1 | 3 | 0 | 14 | 1 | 14 - 1 | | 1 | 60 | 5 | 14 - 2 | 3 | 0 | 15 | 1 | 15 - 2 | | 1 | 15 | 1 | 15 - 3 | 3 | 0 | 16 | 1 | 16 - 3 | 4 | 0 | 17 | 1 | 17 - 3 | | 1 | 33 | 2 | 17 - 4 | 1 | 0 | 37 | 2 | 19 - 4 | | 1 | 37 | 2 | 19 - | | 3 | 145 | 10 | 19 -(12 rows) - -select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by rollup (a,b) order by b desc, a; - a | b | grouping | sum | count | max ----+---+----------+-----+-------+----- - 1 | | 1 | 60 | 5 | 14 - 2 | | 1 | 15 | 1 | 15 - 3 | | 1 | 33 | 2 | 17 - 4 | | 1 | 37 | 2 | 19 - | | 3 | 145 | 10 | 19 - 3 | 4 | 0 | 17 | 1 | 17 - 1 | 3 | 0 | 14 | 1 | 14 - 2 | 3 | 0 | 15 | 1 | 15 - 3 | 3 | 0 | 16 | 1 | 16 - 1 | 2 | 0 | 25 | 2 | 13 - 1 | 1 | 0 | 21 | 2 | 11 - 4 | 1 | 0 | 37 | 2 | 19 -(12 rows) - -select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by rollup (a,b) order by coalesce(a,0)+coalesce(b,0); - a | b | grouping | sum | count | max ----+---+----------+-----+-------+----- - | | 3 | 145 | 10 | 19 - 1 | | 1 | 60 | 5 | 14 - 1 | 1 | 0 | 21 | 2 | 11 - 2 | | 1 | 15 | 1 | 15 - 3 | | 1 | 33 | 2 | 17 - 1 | 2 | 0 | 25 | 2 | 13 - 1 | 3 | 0 | 14 | 1 | 14 - 4 | | 1 | 37 | 2 | 19 - 4 | 1 | 0 | 37 | 2 | 19 - 2 | 3 | 0 | 15 | 1 | 15 - 3 | 3 | 0 | 16 | 1 | 16 - 3 | 4 | 0 | 17 | 1 | 17 -(12 rows) - --- various types of ordered aggs -select a, b, grouping(a,b), - array_agg(v order by v), - string_agg(v::text, ':' order by v desc), - percentile_disc(0.5) within group (order by v), - rank(1,2,12) within group (order by a,b,v) - from gstest1 group by rollup (a,b) order by a,b; - a | b | grouping | array_agg | string_agg | percentile_disc | rank ----+---+----------+---------------------------------+-------------------------------+-----------------+------ - 1 | 1 | 0 | {10,11} | 11:10 | 10 | 3 - 1 | 2 | 0 | {12,13} | 13:12 | 12 | 1 - 1 | 3 | 0 | {14} | 14 | 14 | 1 - 1 | | 1 | {10,11,12,13,14} | 14:13:12:11:10 | 12 | 3 - 2 | 3 | 0 | {15} | 15 | 15 | 1 - 2 | | 1 | {15} | 15 | 15 | 1 - 3 | 3 | 0 | {16} | 16 | 16 | 1 - 3 | 4 | 0 | {17} | 17 | 17 | 1 - 3 | | 1 | {16,17} | 17:16 | 16 | 1 - 4 | 1 | 0 | {18,19} | 19:18 | 18 | 1 - 4 | | 1 | {18,19} | 19:18 | 18 | 1 - | | 3 | {10,11,12,13,14,15,16,17,18,19} | 19:18:17:16:15:14:13:12:11:10 | 14 | 3 -(12 rows) - --- test usage of grouped columns in direct args of aggs -select grouping(a), a, array_agg(b), - rank(a) within group (order by b nulls first), - rank(a) within group (order by b nulls last) - from (values (1,1),(1,4),(1,5),(3,1),(3,2)) v(a,b) - group by rollup (a) order by a; - grouping | a | array_agg | rank | rank -----------+---+-------------+------+------ - 0 | 1 | {1,4,5} | 1 | 1 - 0 | 3 | {1,2} | 3 | 3 - 1 | | {1,4,5,1,2} | 1 | 6 -(3 rows) - --- nesting with window functions -select a, b, sum(c), sum(sum(c)) over (order by a,b) as rsum - from gstest2 group by rollup (a,b) order by rsum, a, b; - a | b | sum | rsum ----+---+-----+------ - 1 | 1 | 8 | 8 - 1 | 2 | 2 | 10 - 1 | | 10 | 20 - 2 | 2 | 2 | 22 - 2 | | 2 | 24 - | | 12 | 36 -(6 rows) - --- nesting with grouping sets -select sum(c) from gstest2 - group by grouping sets((), grouping sets((), grouping sets(()))) - order by 1 desc; - sum ------ - 12 - 12 - 12 -(3 rows) - -select sum(c) from gstest2 - group by grouping sets((), grouping sets((), grouping sets(((a, b))))) - order by 1 desc; - sum ------ - 12 - 12 - 8 - 2 - 2 -(5 rows) - -select sum(c) from gstest2 - group by grouping sets(grouping sets(rollup(c), grouping sets(cube(c)))) - order by 1 desc; - sum ------ - 12 - 12 - 6 - 6 - 6 - 6 -(6 rows) - -select sum(c) from gstest2 - group by grouping sets(a, grouping sets(a, cube(b))) - order by 1 desc; - sum ------ - 12 - 10 - 10 - 8 - 4 - 2 - 2 -(7 rows) - -select sum(c) from gstest2 - group by grouping sets(grouping sets((a, (b)))) - order by 1 desc; - sum ------ - 8 - 2 - 2 -(3 rows) - -select sum(c) from gstest2 - group by grouping sets(grouping sets((a, b))) - order by 1 desc; - sum ------ - 8 - 2 - 2 -(3 rows) - -select sum(c) from gstest2 - group by grouping sets(grouping sets(a, grouping sets(a), a)) - order by 1 desc; - sum ------ - 10 - 10 - 10 - 2 - 2 - 2 -(6 rows) - -select sum(c) from gstest2 - group by grouping sets(grouping sets(a, grouping sets(a, grouping sets(a), ((a)), a, grouping sets(a), (a)), a)) - order by 1 desc; - sum ------ - 10 - 10 - 10 - 10 - 10 - 10 - 10 - 10 - 2 - 2 - 2 - 2 - 2 - 2 - 2 - 2 -(16 rows) - -select sum(c) from gstest2 - group by grouping sets((a,(a,b)), grouping sets((a,(a,b)),a)) - order by 1 desc; - sum ------ - 10 - 8 - 8 - 2 - 2 - 2 - 2 - 2 -(8 rows) - --- empty input: first is 0 rows, second 1, third 3 etc. -select a, b, sum(v), count(*) from gstest_empty group by grouping sets ((a,b),a); - a | b | sum | count ----+---+-----+------- -(0 rows) - -select a, b, sum(v), count(*) from gstest_empty group by grouping sets ((a,b),()); - a | b | sum | count ----+---+-----+------- - | | | 0 -(1 row) - -select a, b, sum(v), count(*) from gstest_empty group by grouping sets ((a,b),(),(),()); - a | b | sum | count ----+---+-----+------- - | | | 0 - | | | 0 - | | | 0 -(3 rows) - -select sum(v), count(*) from gstest_empty group by grouping sets ((),(),()); - sum | count ------+------- - | 0 - | 0 - | 0 -(3 rows) - --- empty input with joins tests some important code paths -select t1.a, t2.b, sum(t1.v), count(*) from gstest_empty t1, gstest_empty t2 - group by grouping sets ((t1.a,t2.b),()); - a | b | sum | count ----+---+-----+------- - | | | 0 -(1 row) - --- simple joins, var resolution, GROUPING on join vars -select t1.a, t2.b, grouping(t1.a, t2.b), sum(t1.v), max(t2.a) - from gstest1 t1, gstest2 t2 - group by grouping sets ((t1.a, t2.b), ()); - a | b | grouping | sum | max ----+---+----------+------+----- - 1 | 1 | 0 | 420 | 1 - 1 | 2 | 0 | 120 | 2 - 2 | 1 | 0 | 105 | 1 - 2 | 2 | 0 | 30 | 2 - 3 | 1 | 0 | 231 | 1 - 3 | 2 | 0 | 66 | 2 - 4 | 1 | 0 | 259 | 1 - 4 | 2 | 0 | 74 | 2 - | | 3 | 1305 | 2 -(9 rows) - -select t1.a, t2.b, grouping(t1.a, t2.b), sum(t1.v), max(t2.a) - from gstest1 t1 join gstest2 t2 on (t1.a=t2.a) - group by grouping sets ((t1.a, t2.b), ()); - a | b | grouping | sum | max ----+---+----------+-----+----- - 1 | 1 | 0 | 420 | 1 - 1 | 2 | 0 | 60 | 1 - 2 | 2 | 0 | 15 | 2 - | | 3 | 495 | 2 -(4 rows) - -select a, b, grouping(a, b), sum(t1.v), max(t2.c) - from gstest1 t1 join gstest2 t2 using (a,b) - group by grouping sets ((a, b), ()); - a | b | grouping | sum | max ----+---+----------+-----+----- - 1 | 1 | 0 | 147 | 2 - 1 | 2 | 0 | 25 | 2 - | | 3 | 172 | 2 -(3 rows) - --- check that functionally dependent cols are not nulled -select a, d, grouping(a,b,c) - from gstest3 - group by grouping sets ((a,b), (a,c)); - a | d | grouping ----+---+---------- - 1 | 1 | 1 - 2 | 2 | 1 - 1 | 1 | 2 - 2 | 2 | 2 -(4 rows) - --- check that distinct grouping columns are kept separate --- even if they are equal() -explain (costs off) -select g as alias1, g as alias2 - from generate_series(1,3) g - group by alias1, rollup(alias2); - QUERY PLAN ------------------------------------------------- - GroupAggregate - Group Key: g, g - Group Key: g - -> Sort - Sort Key: g - -> Function Scan on generate_series g -(6 rows) - -select g as alias1, g as alias2 - from generate_series(1,3) g - group by alias1, rollup(alias2); - alias1 | alias2 ---------+-------- - 1 | 1 - 1 | - 2 | 2 - 2 | - 3 | 3 - 3 | -(6 rows) - --- check that pulled-up subquery outputs still go to null when appropriate -select four, x - from (select four, ten, 'foo'::text as x from tenk1) as t - group by grouping sets (four, x) - having x = 'foo'; - four | x -------+----- - | foo -(1 row) - -select four, x || 'x' - from (select four, ten, 'foo'::text as x from tenk1) as t - group by grouping sets (four, x) - order by four; - four | ?column? -------+---------- - 0 | - 1 | - 2 | - 3 | - | foox -(5 rows) - -select (x+y)*1, sum(z) - from (select 1 as x, 2 as y, 3 as z) s - group by grouping sets (x+y, x); - ?column? | sum -----------+----- - 3 | 3 - | 3 -(2 rows) - -select x, not x as not_x, q2 from - (select *, q1 = 1 as x from int8_tbl i1) as t - group by grouping sets(x, q2) - order by x, q2; - x | not_x | q2 ----+-------+------------------- - f | t | - | | -4567890123456789 - | | 123 - | | 456 - | | 4567890123456789 -(5 rows) - -select x, y - from (select four as x, four as y from tenk1) as t - group by grouping sets (x, y) - having y is null - order by 1, 2; - x | y ----+--- - 0 | - 1 | - 2 | - 3 | -(4 rows) - -select x, y || 'y' - from (select four as x, four as y from tenk1) as t - group by grouping sets (x, y) - order by 1, 2; - x | ?column? ----+---------- - 0 | - 1 | - 2 | - 3 | - | 0y - | 1y - | 2y - | 3y -(8 rows) - --- check qual push-down rules for a subquery with grouping sets -explain (verbose, costs off) -select * from ( - select 1 as x, q1, sum(q2) - from int8_tbl i1 - group by grouping sets(1, 2) -) ss -where x = 1 and q1 = 123; - QUERY PLAN --------------------------------------------------- - Subquery Scan on ss - Output: ss.x, ss.q1, ss.sum - Filter: ((ss.x = 1) AND (ss.q1 = 123)) - -> GroupAggregate - Output: (1), i1.q1, sum(i1.q2) - Group Key: (1) - Sort Key: i1.q1 - Group Key: i1.q1 - -> Sort - Output: (1), i1.q1, i1.q2 - Sort Key: (1) - -> Seq Scan on public.int8_tbl i1 - Output: 1, i1.q1, i1.q2 -(13 rows) - -select * from ( - select 1 as x, q1, sum(q2) - from int8_tbl i1 - group by grouping sets(1, 2) -) ss -where x = 1 and q1 = 123; - x | q1 | sum ----+----+----- -(0 rows) - --- check handling of pulled-up SubPlan in GROUPING() argument (bug #17479) -explain (verbose, costs off) -select grouping(ss.x) -from int8_tbl i1 -cross join lateral (select (select i1.q1) as x) ss -group by ss.x; - QUERY PLAN ------------------------------------------------- - GroupAggregate - Output: GROUPING((SubPlan 1)), ((SubPlan 2)) - Group Key: ((SubPlan 2)) - -> Sort - Output: ((SubPlan 2)), i1.q1 - Sort Key: ((SubPlan 2)) - -> Seq Scan on public.int8_tbl i1 - Output: (SubPlan 2), i1.q1 - SubPlan 2 - -> Result - Output: i1.q1 -(11 rows) - -select grouping(ss.x) -from int8_tbl i1 -cross join lateral (select (select i1.q1) as x) ss -group by ss.x; - grouping ----------- - 0 - 0 -(2 rows) - -explain (verbose, costs off) -select (select grouping(ss.x)) -from int8_tbl i1 -cross join lateral (select (select i1.q1) as x) ss -group by ss.x; - QUERY PLAN --------------------------------------------- - GroupAggregate - Output: (SubPlan 2), ((SubPlan 3)) - Group Key: ((SubPlan 3)) - -> Sort - Output: ((SubPlan 3)), i1.q1 - Sort Key: ((SubPlan 3)) - -> Seq Scan on public.int8_tbl i1 - Output: (SubPlan 3), i1.q1 - SubPlan 3 - -> Result - Output: i1.q1 - SubPlan 2 - -> Result - Output: GROUPING((SubPlan 1)) -(14 rows) - -select (select grouping(ss.x)) -from int8_tbl i1 -cross join lateral (select (select i1.q1) as x) ss -group by ss.x; - grouping ----------- - 0 - 0 -(2 rows) - --- simple rescan tests -select a, b, sum(v.x) - from (values (1),(2)) v(x), gstest_data(v.x) - group by rollup (a,b); - a | b | sum ----+---+----- - 1 | 1 | 1 - 1 | 2 | 1 - 1 | 3 | 1 - 1 | | 3 - 2 | 1 | 2 - 2 | 2 | 2 - 2 | 3 | 2 - 2 | | 6 - | | 9 -(9 rows) - -select * - from (values (1),(2)) v(x), - lateral (select a, b, sum(v.x) from gstest_data(v.x) group by rollup (a,b)) s; -ERROR: aggregate functions are not allowed in FROM clause of their own query level -LINE 3: lateral (select a, b, sum(v.x) from gstest_data(v.x) ... - ^ --- min max optimization should still work with GROUP BY () -explain (costs off) - select min(unique1) from tenk1 GROUP BY (); - QUERY PLAN ------------------------------------------------------------- - Result - InitPlan 1 - -> Limit - -> Index Only Scan using tenk1_unique1 on tenk1 - Index Cond: (unique1 IS NOT NULL) -(5 rows) - --- Views with GROUPING SET queries -CREATE VIEW gstest_view AS select a, b, grouping(a,b), sum(c), count(*), max(c) - from gstest2 group by rollup ((a,b,c),(c,d)); -NOTICE: view "gstest_view" will be a temporary view -select pg_get_viewdef('gstest_view'::regclass, true); - pg_get_viewdef ---------------------------------------- - SELECT a, + - b, + - GROUPING(a, b) AS "grouping", + - sum(c) AS sum, + - count(*) AS count, + - max(c) AS max + - FROM gstest2 + - GROUP BY ROLLUP((a, b, c), (c, d)); -(1 row) - --- Nested queries with 3 or more levels of nesting -select(select (select grouping(a,b) from (values (1)) v2(c)) from (values (1,2)) v1(a,b) group by (a,b)) from (values(6,7)) v3(e,f) GROUP BY ROLLUP(e,f); - grouping ----------- - 0 - 0 - 0 -(3 rows) - -select(select (select grouping(e,f) from (values (1)) v2(c)) from (values (1,2)) v1(a,b) group by (a,b)) from (values(6,7)) v3(e,f) GROUP BY ROLLUP(e,f); - grouping ----------- - 0 - 1 - 3 -(3 rows) - -select(select (select grouping(c) from (values (1)) v2(c) GROUP BY c) from (values (1,2)) v1(a,b) group by (a,b)) from (values(6,7)) v3(e,f) GROUP BY ROLLUP(e,f); - grouping ----------- - 0 - 0 - 0 -(3 rows) - --- Combinations of operations -select a, b, c, d from gstest2 group by rollup(a,b),grouping sets(c,d); - a | b | c | d ----+---+---+--- - 1 | 1 | 1 | - 1 | | 1 | - | | 1 | - 1 | 1 | 2 | - 1 | 2 | 2 | - 1 | | 2 | - 2 | 2 | 2 | - 2 | | 2 | - | | 2 | - 1 | 1 | | 1 - 1 | | | 1 - | | | 1 - 1 | 1 | | 2 - 1 | 2 | | 2 - 1 | | | 2 - 2 | 2 | | 2 - 2 | | | 2 - | | | 2 -(18 rows) - -select a, b from (values (1,2),(2,3)) v(a,b) group by a,b, grouping sets(a); - a | b ----+--- - 1 | 2 - 2 | 3 -(2 rows) - --- Tests for chained aggregates -select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by grouping sets ((a,b),(a+1,b+1),(a+2,b+2)) order by 3,6; - a | b | grouping | sum | count | max ----+---+----------+-----+-------+----- - 1 | 1 | 0 | 21 | 2 | 11 - 1 | 2 | 0 | 25 | 2 | 13 - 1 | 3 | 0 | 14 | 1 | 14 - 2 | 3 | 0 | 15 | 1 | 15 - 3 | 3 | 0 | 16 | 1 | 16 - 3 | 4 | 0 | 17 | 1 | 17 - 4 | 1 | 0 | 37 | 2 | 19 - | | 3 | 21 | 2 | 11 - | | 3 | 21 | 2 | 11 - | | 3 | 25 | 2 | 13 - | | 3 | 25 | 2 | 13 - | | 3 | 14 | 1 | 14 - | | 3 | 14 | 1 | 14 - | | 3 | 15 | 1 | 15 - | | 3 | 15 | 1 | 15 - | | 3 | 16 | 1 | 16 - | | 3 | 16 | 1 | 16 - | | 3 | 17 | 1 | 17 - | | 3 | 17 | 1 | 17 - | | 3 | 37 | 2 | 19 - | | 3 | 37 | 2 | 19 -(21 rows) - -select(select (select grouping(a,b) from (values (1)) v2(c)) from (values (1,2)) v1(a,b) group by (a,b)) from (values(6,7)) v3(e,f) GROUP BY ROLLUP((e+1),(f+1)); - grouping ----------- - 0 - 0 - 0 -(3 rows) - -select(select (select grouping(a,b) from (values (1)) v2(c)) from (values (1,2)) v1(a,b) group by (a,b)) from (values(6,7)) v3(e,f) GROUP BY CUBE((e+1),(f+1)) ORDER BY (e+1),(f+1); - grouping ----------- - 0 - 0 - 0 - 0 -(4 rows) - -select a, b, sum(c), sum(sum(c)) over (order by a,b) as rsum - from gstest2 group by cube (a,b) order by rsum, a, b; - a | b | sum | rsum ----+---+-----+------ - 1 | 1 | 8 | 8 - 1 | 2 | 2 | 10 - 1 | | 10 | 20 - 2 | 2 | 2 | 22 - 2 | | 2 | 24 - | 1 | 8 | 32 - | 2 | 4 | 36 - | | 12 | 48 -(8 rows) - -select a, b, sum(c) from (values (1,1,10),(1,1,11),(1,2,12),(1,2,13),(1,3,14),(2,3,15),(3,3,16),(3,4,17),(4,1,18),(4,1,19)) v(a,b,c) group by rollup (a,b); - a | b | sum ----+---+----- - 1 | 1 | 21 - 1 | 2 | 25 - 1 | 3 | 14 - 1 | | 60 - 2 | 3 | 15 - 2 | | 15 - 3 | 3 | 16 - 3 | 4 | 17 - 3 | | 33 - 4 | 1 | 37 - 4 | | 37 - | | 145 -(12 rows) - -select a, b, sum(v.x) - from (values (1),(2)) v(x), gstest_data(v.x) - group by cube (a,b) order by a,b; - a | b | sum ----+---+----- - 1 | 1 | 1 - 1 | 2 | 1 - 1 | 3 | 1 - 1 | | 3 - 2 | 1 | 2 - 2 | 2 | 2 - 2 | 3 | 2 - 2 | | 6 - | 1 | 3 - | 2 | 3 - | 3 | 3 - | | 9 -(12 rows) - --- Test reordering of grouping sets -explain (costs off) -select * from gstest1 group by grouping sets((a,b,v),(v)) order by v,b,a; - QUERY PLAN ------------------------------------------------------------------------------------- - Incremental Sort - Sort Key: "*VALUES*".column3, "*VALUES*".column2, "*VALUES*".column1 - Presorted Key: "*VALUES*".column3 - -> GroupAggregate - Group Key: "*VALUES*".column3, "*VALUES*".column2, "*VALUES*".column1 - Group Key: "*VALUES*".column3 - -> Sort - Sort Key: "*VALUES*".column3, "*VALUES*".column2, "*VALUES*".column1 - -> Values Scan on "*VALUES*" -(9 rows) - --- Agg level check. This query should error out. -select (select grouping(a,b) from gstest2) from gstest2 group by a,b; -ERROR: arguments to GROUPING must be grouping expressions of the associated query level -LINE 1: select (select grouping(a,b) from gstest2) from gstest2 grou... - ^ ---Nested queries -select a, b, sum(c), count(*) from gstest2 group by grouping sets (rollup(a,b),a); - a | b | sum | count ----+---+-----+------- - 1 | 1 | 8 | 7 - 1 | 2 | 2 | 1 - 1 | | 10 | 8 - 1 | | 10 | 8 - 2 | 2 | 2 | 1 - 2 | | 2 | 1 - 2 | | 2 | 1 - | | 12 | 9 -(8 rows) - --- HAVING queries -select ten, sum(distinct four) from onek a -group by grouping sets((ten,four),(ten)) -having exists (select 1 from onek b where sum(distinct a.four) = b.four); - ten | sum ------+----- - 0 | 0 - 0 | 2 - 0 | 2 - 1 | 1 - 1 | 3 - 2 | 0 - 2 | 2 - 2 | 2 - 3 | 1 - 3 | 3 - 4 | 0 - 4 | 2 - 4 | 2 - 5 | 1 - 5 | 3 - 6 | 0 - 6 | 2 - 6 | 2 - 7 | 1 - 7 | 3 - 8 | 0 - 8 | 2 - 8 | 2 - 9 | 1 - 9 | 3 -(25 rows) - --- Tests around pushdown of HAVING clauses, partially testing against previous bugs -select a,count(*) from gstest2 group by rollup(a) order by a; - a | count ----+------- - 1 | 8 - 2 | 1 - | 9 -(3 rows) - -select a,count(*) from gstest2 group by rollup(a) having a is distinct from 1 order by a; - a | count ----+------- - 2 | 1 - | 9 -(2 rows) - -explain (costs off) - select a,count(*) from gstest2 group by rollup(a) having a is distinct from 1 order by a; - QUERY PLAN ----------------------------------------- - Sort - Sort Key: a - -> GroupAggregate - Group Key: a - Group Key: () - Filter: (a IS DISTINCT FROM 1) - -> Sort - Sort Key: a - -> Seq Scan on gstest2 -(9 rows) - -select v.c, (select count(*) from gstest2 group by () having v.c) - from (values (false),(true)) v(c) order by v.c; - c | count ----+------- - f | - t | 9 -(2 rows) - -explain (costs off) - select v.c, (select count(*) from gstest2 group by () having v.c) - from (values (false),(true)) v(c) order by v.c; - QUERY PLAN ------------------------------------------------------------ - Sort - Sort Key: "*VALUES*".column1 - -> Values Scan on "*VALUES*" - SubPlan 1 - -> Aggregate - Group Key: () - Filter: "*VALUES*".column1 - -> Result - One-Time Filter: "*VALUES*".column1 - -> Seq Scan on gstest2 -(10 rows) - --- test pushdown of HAVING clause that does not reference any columns that are nullable by grouping sets -explain (costs off) -select a, b, count(*) from gstest2 group by grouping sets ((a, b), (a)) having a > 1 and b > 1; - QUERY PLAN ---------------------------------- - GroupAggregate - Group Key: a, b - Group Key: a - Filter: (b > 1) - -> Sort - Sort Key: a, b - -> Seq Scan on gstest2 - Filter: (a > 1) -(8 rows) - -select a, b, count(*) from gstest2 group by grouping sets ((a, b), (a)) having a > 1 and b > 1; - a | b | count ----+---+------- - 2 | 2 | 1 -(1 row) - --- HAVING with GROUPING queries -select ten, grouping(ten) from onek -group by grouping sets(ten) having grouping(ten) >= 0 -order by 2,1; - ten | grouping ------+---------- - 0 | 0 - 1 | 0 - 2 | 0 - 3 | 0 - 4 | 0 - 5 | 0 - 6 | 0 - 7 | 0 - 8 | 0 - 9 | 0 -(10 rows) - -select ten, grouping(ten) from onek -group by grouping sets(ten, four) having grouping(ten) > 0 -order by 2,1; - ten | grouping ------+---------- - | 1 - | 1 - | 1 - | 1 -(4 rows) - -select ten, grouping(ten) from onek -group by rollup(ten) having grouping(ten) > 0 -order by 2,1; - ten | grouping ------+---------- - | 1 -(1 row) - -select ten, grouping(ten) from onek -group by cube(ten) having grouping(ten) > 0 -order by 2,1; - ten | grouping ------+---------- - | 1 -(1 row) - -select ten, grouping(ten) from onek -group by (ten) having grouping(ten) >= 0 -order by 2,1; - ten | grouping ------+---------- - 0 | 0 - 1 | 0 - 2 | 0 - 3 | 0 - 4 | 0 - 5 | 0 - 6 | 0 - 7 | 0 - 8 | 0 - 9 | 0 -(10 rows) - --- FILTER queries -select ten, sum(distinct four) filter (where four::text ~ '123') from onek a -group by rollup(ten); - ten | sum ------+----- - 0 | - 1 | - 2 | - 3 | - 4 | - 5 | - 6 | - 7 | - 8 | - 9 | - | -(11 rows) - --- More rescan tests -select * from (values (1),(2)) v(a) left join lateral (select v.a, four, ten, count(*) from onek group by cube(four,ten)) s on true order by v.a,four,ten; - a | a | four | ten | count ----+---+------+-----+------- - 1 | 1 | 0 | 0 | 50 - 1 | 1 | 0 | 2 | 50 - 1 | 1 | 0 | 4 | 50 - 1 | 1 | 0 | 6 | 50 - 1 | 1 | 0 | 8 | 50 - 1 | 1 | 0 | | 250 - 1 | 1 | 1 | 1 | 50 - 1 | 1 | 1 | 3 | 50 - 1 | 1 | 1 | 5 | 50 - 1 | 1 | 1 | 7 | 50 - 1 | 1 | 1 | 9 | 50 - 1 | 1 | 1 | | 250 - 1 | 1 | 2 | 0 | 50 - 1 | 1 | 2 | 2 | 50 - 1 | 1 | 2 | 4 | 50 - 1 | 1 | 2 | 6 | 50 - 1 | 1 | 2 | 8 | 50 - 1 | 1 | 2 | | 250 - 1 | 1 | 3 | 1 | 50 - 1 | 1 | 3 | 3 | 50 - 1 | 1 | 3 | 5 | 50 - 1 | 1 | 3 | 7 | 50 - 1 | 1 | 3 | 9 | 50 - 1 | 1 | 3 | | 250 - 1 | 1 | | 0 | 100 - 1 | 1 | | 1 | 100 - 1 | 1 | | 2 | 100 - 1 | 1 | | 3 | 100 - 1 | 1 | | 4 | 100 - 1 | 1 | | 5 | 100 - 1 | 1 | | 6 | 100 - 1 | 1 | | 7 | 100 - 1 | 1 | | 8 | 100 - 1 | 1 | | 9 | 100 - 1 | 1 | | | 1000 - 2 | 2 | 0 | 0 | 50 - 2 | 2 | 0 | 2 | 50 - 2 | 2 | 0 | 4 | 50 - 2 | 2 | 0 | 6 | 50 - 2 | 2 | 0 | 8 | 50 - 2 | 2 | 0 | | 250 - 2 | 2 | 1 | 1 | 50 - 2 | 2 | 1 | 3 | 50 - 2 | 2 | 1 | 5 | 50 - 2 | 2 | 1 | 7 | 50 - 2 | 2 | 1 | 9 | 50 - 2 | 2 | 1 | | 250 - 2 | 2 | 2 | 0 | 50 - 2 | 2 | 2 | 2 | 50 - 2 | 2 | 2 | 4 | 50 - 2 | 2 | 2 | 6 | 50 - 2 | 2 | 2 | 8 | 50 - 2 | 2 | 2 | | 250 - 2 | 2 | 3 | 1 | 50 - 2 | 2 | 3 | 3 | 50 - 2 | 2 | 3 | 5 | 50 - 2 | 2 | 3 | 7 | 50 - 2 | 2 | 3 | 9 | 50 - 2 | 2 | 3 | | 250 - 2 | 2 | | 0 | 100 - 2 | 2 | | 1 | 100 - 2 | 2 | | 2 | 100 - 2 | 2 | | 3 | 100 - 2 | 2 | | 4 | 100 - 2 | 2 | | 5 | 100 - 2 | 2 | | 6 | 100 - 2 | 2 | | 7 | 100 - 2 | 2 | | 8 | 100 - 2 | 2 | | 9 | 100 - 2 | 2 | | | 1000 -(70 rows) - -select array(select row(v.a,s1.*) from (select two,four, count(*) from onek group by cube(two,four) order by two,four) s1) from (values (1),(2)) v(a); - array ------------------------------------------------------------------------------------------------------------------------------------------------------- - {"(1,0,0,250)","(1,0,2,250)","(1,0,,500)","(1,1,1,250)","(1,1,3,250)","(1,1,,500)","(1,,0,250)","(1,,1,250)","(1,,2,250)","(1,,3,250)","(1,,,1000)"} - {"(2,0,0,250)","(2,0,2,250)","(2,0,,500)","(2,1,1,250)","(2,1,3,250)","(2,1,,500)","(2,,0,250)","(2,,1,250)","(2,,2,250)","(2,,3,250)","(2,,,1000)"} -(2 rows) - --- Grouping on text columns -select sum(ten) from onek group by two, rollup(four::text) order by 1; - sum ------- - 1000 - 1000 - 1250 - 1250 - 2000 - 2500 -(6 rows) - -select sum(ten) from onek group by rollup(four::text), two order by 1; - sum ------- - 1000 - 1000 - 1250 - 1250 - 2000 - 2500 -(6 rows) - --- hashing support -set enable_hashagg = true; --- failure cases -select count(*) from gstest4 group by rollup(unhashable_col,unsortable_col); -ERROR: could not implement GROUP BY -DETAIL: Some of the datatypes only support hashing, while others only support sorting. -select array_agg(v order by v) from gstest4 group by grouping sets ((id,unsortable_col),(id)); -ERROR: could not implement GROUP BY -DETAIL: Some of the datatypes only support hashing, while others only support sorting. --- simple cases -select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by grouping sets ((a),(b)) order by 3,1,2; - a | b | grouping | sum | count | max ----+---+----------+-----+-------+----- - 1 | | 1 | 60 | 5 | 14 - 2 | | 1 | 15 | 1 | 15 - 3 | | 1 | 33 | 2 | 17 - 4 | | 1 | 37 | 2 | 19 - | 1 | 2 | 58 | 4 | 19 - | 2 | 2 | 25 | 2 | 13 - | 3 | 2 | 45 | 3 | 16 - | 4 | 2 | 17 | 1 | 17 -(8 rows) - -explain (costs off) select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by grouping sets ((a),(b)) order by 3,1,2; - QUERY PLAN --------------------------------------------------------------------------------------------------------- - Sort - Sort Key: (GROUPING("*VALUES*".column1, "*VALUES*".column2)), "*VALUES*".column1, "*VALUES*".column2 - -> HashAggregate - Hash Key: "*VALUES*".column1 - Hash Key: "*VALUES*".column2 - -> Values Scan on "*VALUES*" -(6 rows) - -select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by cube(a,b) order by 3,1,2; - a | b | grouping | sum | count | max ----+---+----------+-----+-------+----- - 1 | 1 | 0 | 21 | 2 | 11 - 1 | 2 | 0 | 25 | 2 | 13 - 1 | 3 | 0 | 14 | 1 | 14 - 2 | 3 | 0 | 15 | 1 | 15 - 3 | 3 | 0 | 16 | 1 | 16 - 3 | 4 | 0 | 17 | 1 | 17 - 4 | 1 | 0 | 37 | 2 | 19 - 1 | | 1 | 60 | 5 | 14 - 2 | | 1 | 15 | 1 | 15 - 3 | | 1 | 33 | 2 | 17 - 4 | | 1 | 37 | 2 | 19 - | 1 | 2 | 58 | 4 | 19 - | 2 | 2 | 25 | 2 | 13 - | 3 | 2 | 45 | 3 | 16 - | 4 | 2 | 17 | 1 | 17 - | | 3 | 145 | 10 | 19 -(16 rows) - -explain (costs off) select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by cube(a,b) order by 3,1,2; - QUERY PLAN --------------------------------------------------------------------------------------------------------- - Sort - Sort Key: (GROUPING("*VALUES*".column1, "*VALUES*".column2)), "*VALUES*".column1, "*VALUES*".column2 - -> MixedAggregate - Hash Key: "*VALUES*".column1, "*VALUES*".column2 - Hash Key: "*VALUES*".column1 - Hash Key: "*VALUES*".column2 - Group Key: () - -> Values Scan on "*VALUES*" -(8 rows) - --- shouldn't try and hash -explain (costs off) - select a, b, grouping(a,b), array_agg(v order by v) - from gstest1 group by cube(a,b); - QUERY PLAN ----------------------------------------------------------- - GroupAggregate - Group Key: "*VALUES*".column1, "*VALUES*".column2 - Group Key: "*VALUES*".column1 - Group Key: () - Sort Key: "*VALUES*".column2 - Group Key: "*VALUES*".column2 - -> Sort - Sort Key: "*VALUES*".column1, "*VALUES*".column2 - -> Values Scan on "*VALUES*" -(9 rows) - --- unsortable cases -select unsortable_col, count(*) - from gstest4 group by grouping sets ((unsortable_col),(unsortable_col)) - order by unsortable_col::text; - unsortable_col | count -----------------+------- - 1 | 4 - 1 | 4 - 2 | 4 - 2 | 4 -(4 rows) - --- mixed hashable/sortable cases -select unhashable_col, unsortable_col, - grouping(unhashable_col, unsortable_col), - count(*), sum(v) - from gstest4 group by grouping sets ((unhashable_col),(unsortable_col)) - order by 3, 5; - unhashable_col | unsortable_col | grouping | count | sum -----------------+----------------+----------+-------+----- - 0000 | | 1 | 2 | 17 - 0001 | | 1 | 2 | 34 - 0010 | | 1 | 2 | 68 - 0011 | | 1 | 2 | 136 - | 2 | 2 | 4 | 60 - | 1 | 2 | 4 | 195 -(6 rows) - -explain (costs off) - select unhashable_col, unsortable_col, - grouping(unhashable_col, unsortable_col), - count(*), sum(v) - from gstest4 group by grouping sets ((unhashable_col),(unsortable_col)) - order by 3,5; - QUERY PLAN ------------------------------------------------------------------- - Sort - Sort Key: (GROUPING(unhashable_col, unsortable_col)), (sum(v)) - -> MixedAggregate - Hash Key: unsortable_col - Group Key: unhashable_col - -> Sort - Sort Key: unhashable_col - -> Seq Scan on gstest4 -(8 rows) - -select unhashable_col, unsortable_col, - grouping(unhashable_col, unsortable_col), - count(*), sum(v) - from gstest4 group by grouping sets ((v,unhashable_col),(v,unsortable_col)) - order by 3,5; - unhashable_col | unsortable_col | grouping | count | sum -----------------+----------------+----------+-------+----- - 0000 | | 1 | 1 | 1 - 0001 | | 1 | 1 | 2 - 0010 | | 1 | 1 | 4 - 0011 | | 1 | 1 | 8 - 0000 | | 1 | 1 | 16 - 0001 | | 1 | 1 | 32 - 0010 | | 1 | 1 | 64 - 0011 | | 1 | 1 | 128 - | 1 | 2 | 1 | 1 - | 1 | 2 | 1 | 2 - | 2 | 2 | 1 | 4 - | 2 | 2 | 1 | 8 - | 2 | 2 | 1 | 16 - | 2 | 2 | 1 | 32 - | 1 | 2 | 1 | 64 - | 1 | 2 | 1 | 128 -(16 rows) - -explain (costs off) - select unhashable_col, unsortable_col, - grouping(unhashable_col, unsortable_col), - count(*), sum(v) - from gstest4 group by grouping sets ((v,unhashable_col),(v,unsortable_col)) - order by 3,5; - QUERY PLAN ------------------------------------------------------------------- - Sort - Sort Key: (GROUPING(unhashable_col, unsortable_col)), (sum(v)) - -> MixedAggregate - Hash Key: v, unsortable_col - Group Key: v, unhashable_col - -> Sort - Sort Key: v, unhashable_col - -> Seq Scan on gstest4 -(8 rows) - --- empty input: first is 0 rows, second 1, third 3 etc. -select a, b, sum(v), count(*) from gstest_empty group by grouping sets ((a,b),a); - a | b | sum | count ----+---+-----+------- -(0 rows) - -explain (costs off) - select a, b, sum(v), count(*) from gstest_empty group by grouping sets ((a,b),a); - QUERY PLAN --------------------------------- - HashAggregate - Hash Key: a, b - Hash Key: a - -> Seq Scan on gstest_empty -(4 rows) - -select a, b, sum(v), count(*) from gstest_empty group by grouping sets ((a,b),()); - a | b | sum | count ----+---+-----+------- - | | | 0 -(1 row) - -select a, b, sum(v), count(*) from gstest_empty group by grouping sets ((a,b),(),(),()); - a | b | sum | count ----+---+-----+------- - | | | 0 - | | | 0 - | | | 0 -(3 rows) - -explain (costs off) - select a, b, sum(v), count(*) from gstest_empty group by grouping sets ((a,b),(),(),()); - QUERY PLAN --------------------------------- - MixedAggregate - Hash Key: a, b - Group Key: () - Group Key: () - Group Key: () - -> Seq Scan on gstest_empty -(6 rows) - -select sum(v), count(*) from gstest_empty group by grouping sets ((),(),()); - sum | count ------+------- - | 0 - | 0 - | 0 -(3 rows) - -explain (costs off) - select sum(v), count(*) from gstest_empty group by grouping sets ((),(),()); - QUERY PLAN --------------------------------- - Aggregate - Group Key: () - Group Key: () - Group Key: () - -> Seq Scan on gstest_empty -(5 rows) - --- check that functionally dependent cols are not nulled -select a, d, grouping(a,b,c) - from gstest3 - group by grouping sets ((a,b), (a,c)); - a | d | grouping ----+---+---------- - 1 | 1 | 1 - 2 | 2 | 1 - 1 | 1 | 2 - 2 | 2 | 2 -(4 rows) - -explain (costs off) - select a, d, grouping(a,b,c) - from gstest3 - group by grouping sets ((a,b), (a,c)); - QUERY PLAN ---------------------------- - HashAggregate - Hash Key: a, b - Hash Key: a, c - -> Seq Scan on gstest3 -(4 rows) - --- simple rescan tests -select a, b, sum(v.x) - from (values (1),(2)) v(x), gstest_data(v.x) - group by grouping sets (a,b) - order by 1, 2, 3; - a | b | sum ----+---+----- - 1 | | 3 - 2 | | 6 - | 1 | 3 - | 2 | 3 - | 3 | 3 -(5 rows) - -explain (costs off) - select a, b, sum(v.x) - from (values (1),(2)) v(x), gstest_data(v.x) - group by grouping sets (a,b) - order by 3, 1, 2; - QUERY PLAN ---------------------------------------------------------------------- - Sort - Sort Key: (sum("*VALUES*".column1)), gstest_data.a, gstest_data.b - -> HashAggregate - Hash Key: gstest_data.a - Hash Key: gstest_data.b - -> Nested Loop - -> Values Scan on "*VALUES*" - -> Function Scan on gstest_data -(8 rows) - -select * - from (values (1),(2)) v(x), - lateral (select a, b, sum(v.x) from gstest_data(v.x) group by grouping sets (a,b)) s; -ERROR: aggregate functions are not allowed in FROM clause of their own query level -LINE 3: lateral (select a, b, sum(v.x) from gstest_data(v.x) ... - ^ -explain (costs off) - select * - from (values (1),(2)) v(x), - lateral (select a, b, sum(v.x) from gstest_data(v.x) group by grouping sets (a,b)) s; -ERROR: aggregate functions are not allowed in FROM clause of their own query level -LINE 4: lateral (select a, b, sum(v.x) from gstest_data(v.x... - ^ --- Tests for chained aggregates -select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by grouping sets ((a,b),(a+1,b+1),(a+2,b+2)) order by 3,6; - a | b | grouping | sum | count | max ----+---+----------+-----+-------+----- - 1 | 1 | 0 | 21 | 2 | 11 - 1 | 2 | 0 | 25 | 2 | 13 - 1 | 3 | 0 | 14 | 1 | 14 - 2 | 3 | 0 | 15 | 1 | 15 - 3 | 3 | 0 | 16 | 1 | 16 - 3 | 4 | 0 | 17 | 1 | 17 - 4 | 1 | 0 | 37 | 2 | 19 - | | 3 | 21 | 2 | 11 - | | 3 | 21 | 2 | 11 - | | 3 | 25 | 2 | 13 - | | 3 | 25 | 2 | 13 - | | 3 | 14 | 1 | 14 - | | 3 | 14 | 1 | 14 - | | 3 | 15 | 1 | 15 - | | 3 | 15 | 1 | 15 - | | 3 | 16 | 1 | 16 - | | 3 | 16 | 1 | 16 - | | 3 | 17 | 1 | 17 - | | 3 | 17 | 1 | 17 - | | 3 | 37 | 2 | 19 - | | 3 | 37 | 2 | 19 -(21 rows) - -explain (costs off) - select a, b, grouping(a,b), sum(v), count(*), max(v) - from gstest1 group by grouping sets ((a,b),(a+1,b+1),(a+2,b+2)) order by 3,6; - QUERY PLAN -------------------------------------------------------------------------------------------- - Sort - Sort Key: (GROUPING("*VALUES*".column1, "*VALUES*".column2)), (max("*VALUES*".column3)) - -> HashAggregate - Hash Key: "*VALUES*".column1, "*VALUES*".column2 - Hash Key: ("*VALUES*".column1 + 1), ("*VALUES*".column2 + 1) - Hash Key: ("*VALUES*".column1 + 2), ("*VALUES*".column2 + 2) - -> Values Scan on "*VALUES*" -(7 rows) - -select a, b, sum(c), sum(sum(c)) over (order by a,b) as rsum - from gstest2 group by cube (a,b) order by rsum, a, b; - a | b | sum | rsum ----+---+-----+------ - 1 | 1 | 8 | 8 - 1 | 2 | 2 | 10 - 1 | | 10 | 20 - 2 | 2 | 2 | 22 - 2 | | 2 | 24 - | 1 | 8 | 32 - | 2 | 4 | 36 - | | 12 | 48 -(8 rows) - -explain (costs off) - select a, b, sum(c), sum(sum(c)) over (order by a,b) as rsum - from gstest2 group by cube (a,b) order by rsum, a, b; - QUERY PLAN ---------------------------------------------- - Sort - Sort Key: (sum((sum(c))) OVER w1), a, b - -> WindowAgg - Window: w1 AS (ORDER BY a, b) - -> Sort - Sort Key: a, b - -> MixedAggregate - Hash Key: a, b - Hash Key: a - Hash Key: b - Group Key: () - -> Seq Scan on gstest2 -(12 rows) - -select a, b, sum(v.x) - from (values (1),(2)) v(x), gstest_data(v.x) - group by cube (a,b) order by a,b; - a | b | sum ----+---+----- - 1 | 1 | 1 - 1 | 2 | 1 - 1 | 3 | 1 - 1 | | 3 - 2 | 1 | 2 - 2 | 2 | 2 - 2 | 3 | 2 - 2 | | 6 - | 1 | 3 - | 2 | 3 - | 3 | 3 - | | 9 -(12 rows) - -explain (costs off) - select a, b, sum(v.x) - from (values (1),(2)) v(x), gstest_data(v.x) - group by cube (a,b) order by a,b; - QUERY PLAN ------------------------------------------------- - Sort - Sort Key: gstest_data.a, gstest_data.b - -> MixedAggregate - Hash Key: gstest_data.a, gstest_data.b - Hash Key: gstest_data.a - Hash Key: gstest_data.b - Group Key: () - -> Nested Loop - -> Values Scan on "*VALUES*" - -> Function Scan on gstest_data -(10 rows) - --- Verify that we correctly handle the child node returning a --- non-minimal slot, which happens if the input is pre-sorted, --- e.g. due to an index scan. -BEGIN; -SET LOCAL enable_hashagg = false; -EXPLAIN (COSTS OFF) SELECT a, b, count(*), max(a), max(b) FROM gstest3 GROUP BY GROUPING SETS(a, b,()) ORDER BY a, b; - QUERY PLAN ---------------------------------------- - Sort - Sort Key: a, b - -> GroupAggregate - Group Key: a - Group Key: () - Sort Key: b - Group Key: b - -> Sort - Sort Key: a - -> Seq Scan on gstest3 -(10 rows) - -SELECT a, b, count(*), max(a), max(b) FROM gstest3 GROUP BY GROUPING SETS(a, b,()) ORDER BY a, b; - a | b | count | max | max ----+---+-------+-----+----- - 1 | | 1 | 1 | 1 - 2 | | 1 | 2 | 2 - | 1 | 1 | 1 | 1 - | 2 | 1 | 2 | 2 - | | 2 | 2 | 2 -(5 rows) - -SET LOCAL enable_seqscan = false; -EXPLAIN (COSTS OFF) SELECT a, b, count(*), max(a), max(b) FROM gstest3 GROUP BY GROUPING SETS(a, b,()) ORDER BY a, b; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: a, b - -> GroupAggregate - Group Key: a - Group Key: () - Sort Key: b - Group Key: b - -> Index Scan using gstest3_pkey on gstest3 -(8 rows) - -SELECT a, b, count(*), max(a), max(b) FROM gstest3 GROUP BY GROUPING SETS(a, b,()) ORDER BY a, b; - a | b | count | max | max ----+---+-------+-----+----- - 1 | | 1 | 1 | 1 - 2 | | 1 | 2 | 2 - | 1 | 1 | 1 | 1 - | 2 | 1 | 2 | 2 - | | 2 | 2 | 2 -(5 rows) - -COMMIT; --- More rescan tests -select * from (values (1),(2)) v(a) left join lateral (select v.a, four, ten, count(*) from onek group by cube(four,ten)) s on true order by v.a,four,ten; - a | a | four | ten | count ----+---+------+-----+------- - 1 | 1 | 0 | 0 | 50 - 1 | 1 | 0 | 2 | 50 - 1 | 1 | 0 | 4 | 50 - 1 | 1 | 0 | 6 | 50 - 1 | 1 | 0 | 8 | 50 - 1 | 1 | 0 | | 250 - 1 | 1 | 1 | 1 | 50 - 1 | 1 | 1 | 3 | 50 - 1 | 1 | 1 | 5 | 50 - 1 | 1 | 1 | 7 | 50 - 1 | 1 | 1 | 9 | 50 - 1 | 1 | 1 | | 250 - 1 | 1 | 2 | 0 | 50 - 1 | 1 | 2 | 2 | 50 - 1 | 1 | 2 | 4 | 50 - 1 | 1 | 2 | 6 | 50 - 1 | 1 | 2 | 8 | 50 - 1 | 1 | 2 | | 250 - 1 | 1 | 3 | 1 | 50 - 1 | 1 | 3 | 3 | 50 - 1 | 1 | 3 | 5 | 50 - 1 | 1 | 3 | 7 | 50 - 1 | 1 | 3 | 9 | 50 - 1 | 1 | 3 | | 250 - 1 | 1 | | 0 | 100 - 1 | 1 | | 1 | 100 - 1 | 1 | | 2 | 100 - 1 | 1 | | 3 | 100 - 1 | 1 | | 4 | 100 - 1 | 1 | | 5 | 100 - 1 | 1 | | 6 | 100 - 1 | 1 | | 7 | 100 - 1 | 1 | | 8 | 100 - 1 | 1 | | 9 | 100 - 1 | 1 | | | 1000 - 2 | 2 | 0 | 0 | 50 - 2 | 2 | 0 | 2 | 50 - 2 | 2 | 0 | 4 | 50 - 2 | 2 | 0 | 6 | 50 - 2 | 2 | 0 | 8 | 50 - 2 | 2 | 0 | | 250 - 2 | 2 | 1 | 1 | 50 - 2 | 2 | 1 | 3 | 50 - 2 | 2 | 1 | 5 | 50 - 2 | 2 | 1 | 7 | 50 - 2 | 2 | 1 | 9 | 50 - 2 | 2 | 1 | | 250 - 2 | 2 | 2 | 0 | 50 - 2 | 2 | 2 | 2 | 50 - 2 | 2 | 2 | 4 | 50 - 2 | 2 | 2 | 6 | 50 - 2 | 2 | 2 | 8 | 50 - 2 | 2 | 2 | | 250 - 2 | 2 | 3 | 1 | 50 - 2 | 2 | 3 | 3 | 50 - 2 | 2 | 3 | 5 | 50 - 2 | 2 | 3 | 7 | 50 - 2 | 2 | 3 | 9 | 50 - 2 | 2 | 3 | | 250 - 2 | 2 | | 0 | 100 - 2 | 2 | | 1 | 100 - 2 | 2 | | 2 | 100 - 2 | 2 | | 3 | 100 - 2 | 2 | | 4 | 100 - 2 | 2 | | 5 | 100 - 2 | 2 | | 6 | 100 - 2 | 2 | | 7 | 100 - 2 | 2 | | 8 | 100 - 2 | 2 | | 9 | 100 - 2 | 2 | | | 1000 -(70 rows) - -select array(select row(v.a,s1.*) from (select two,four, count(*) from onek group by cube(two,four) order by two,four) s1) from (values (1),(2)) v(a); - array ------------------------------------------------------------------------------------------------------------------------------------------------------- - {"(1,0,0,250)","(1,0,2,250)","(1,0,,500)","(1,1,1,250)","(1,1,3,250)","(1,1,,500)","(1,,0,250)","(1,,1,250)","(1,,2,250)","(1,,3,250)","(1,,,1000)"} - {"(2,0,0,250)","(2,0,2,250)","(2,0,,500)","(2,1,1,250)","(2,1,3,250)","(2,1,,500)","(2,,0,250)","(2,,1,250)","(2,,2,250)","(2,,3,250)","(2,,,1000)"} -(2 rows) - --- Rescan logic changes when there are no empty grouping sets, so test --- that too: -select * from (values (1),(2)) v(a) left join lateral (select v.a, four, ten, count(*) from onek group by grouping sets(four,ten)) s on true order by v.a,four,ten; - a | a | four | ten | count ----+---+------+-----+------- - 1 | 1 | 0 | | 250 - 1 | 1 | 1 | | 250 - 1 | 1 | 2 | | 250 - 1 | 1 | 3 | | 250 - 1 | 1 | | 0 | 100 - 1 | 1 | | 1 | 100 - 1 | 1 | | 2 | 100 - 1 | 1 | | 3 | 100 - 1 | 1 | | 4 | 100 - 1 | 1 | | 5 | 100 - 1 | 1 | | 6 | 100 - 1 | 1 | | 7 | 100 - 1 | 1 | | 8 | 100 - 1 | 1 | | 9 | 100 - 2 | 2 | 0 | | 250 - 2 | 2 | 1 | | 250 - 2 | 2 | 2 | | 250 - 2 | 2 | 3 | | 250 - 2 | 2 | | 0 | 100 - 2 | 2 | | 1 | 100 - 2 | 2 | | 2 | 100 - 2 | 2 | | 3 | 100 - 2 | 2 | | 4 | 100 - 2 | 2 | | 5 | 100 - 2 | 2 | | 6 | 100 - 2 | 2 | | 7 | 100 - 2 | 2 | | 8 | 100 - 2 | 2 | | 9 | 100 -(28 rows) - -select array(select row(v.a,s1.*) from (select two,four, count(*) from onek group by grouping sets(two,four) order by two,four) s1) from (values (1),(2)) v(a); - array ---------------------------------------------------------------------------------- - {"(1,0,,500)","(1,1,,500)","(1,,0,250)","(1,,1,250)","(1,,2,250)","(1,,3,250)"} - {"(2,0,,500)","(2,1,,500)","(2,,0,250)","(2,,1,250)","(2,,2,250)","(2,,3,250)"} -(2 rows) - --- test the knapsack -set enable_indexscan = false; -set hash_mem_multiplier = 1.0; -set work_mem = '64kB'; -explain (costs off) - select unique1, - count(two), count(four), count(ten), - count(hundred), count(thousand), count(twothousand), - count(*) - from tenk1 group by grouping sets (unique1,twothousand,thousand,hundred,ten,four,two); - QUERY PLAN -------------------------------- - MixedAggregate - Hash Key: two - Hash Key: four - Hash Key: ten - Hash Key: hundred - Group Key: unique1 - Sort Key: twothousand - Group Key: twothousand - Sort Key: thousand - Group Key: thousand - -> Sort - Sort Key: unique1 - -> Seq Scan on tenk1 -(13 rows) - -explain (costs off) - select unique1, - count(two), count(four), count(ten), - count(hundred), count(thousand), count(twothousand), - count(*) - from tenk1 group by grouping sets (unique1,hundred,ten,four,two); - QUERY PLAN -------------------------------- - MixedAggregate - Hash Key: two - Hash Key: four - Hash Key: ten - Hash Key: hundred - Group Key: unique1 - -> Sort - Sort Key: unique1 - -> Seq Scan on tenk1 -(9 rows) - -set work_mem = '384kB'; -explain (costs off) - select unique1, - count(two), count(four), count(ten), - count(hundred), count(thousand), count(twothousand), - count(*) - from tenk1 group by grouping sets (unique1,twothousand,thousand,hundred,ten,four,two); - QUERY PLAN -------------------------------- - MixedAggregate - Hash Key: two - Hash Key: four - Hash Key: ten - Hash Key: hundred - Hash Key: thousand - Group Key: unique1 - Sort Key: twothousand - Group Key: twothousand - -> Sort - Sort Key: unique1 - -> Seq Scan on tenk1 -(12 rows) - --- check collation-sensitive matching between grouping expressions --- (similar to a check for aggregates, but there are additional code --- paths for GROUPING, so check again here) -select v||'a', case grouping(v||'a') when 1 then 1 else 0 end, count(*) - from unnest(array[1,1], array['a','b']) u(i,v) - group by rollup(i, v||'a') order by 1,3; - ?column? | case | count -----------+------+------- - aa | 0 | 1 - ba | 0 | 1 - | 1 | 2 - | 1 | 2 -(4 rows) - -select v||'a', case when grouping(v||'a') = 1 then 1 else 0 end, count(*) - from unnest(array[1,1], array['a','b']) u(i,v) - group by rollup(i, v||'a') order by 1,3; - ?column? | case | count -----------+------+------- - aa | 0 | 1 - ba | 0 | 1 - | 1 | 2 - | 1 | 2 -(4 rows) - --- Bug #16784 -create table bug_16784(i int, j int); -analyze bug_16784; -alter table bug_16784 set (autovacuum_enabled = 'false'); -update pg_class set reltuples = 10 where relname='bug_16784'; -insert into bug_16784 select g/10, g from generate_series(1,40) g; -set work_mem='64kB'; -set enable_sort = false; -select * from - (values (1),(2)) v(a), - lateral (select a, i, j, count(*) from - bug_16784 group by cube(i,j)) s - order by v.a, i, j; - a | a | i | j | count ----+---+---+----+------- - 1 | 1 | 0 | 1 | 1 - 1 | 1 | 0 | 2 | 1 - 1 | 1 | 0 | 3 | 1 - 1 | 1 | 0 | 4 | 1 - 1 | 1 | 0 | 5 | 1 - 1 | 1 | 0 | 6 | 1 - 1 | 1 | 0 | 7 | 1 - 1 | 1 | 0 | 8 | 1 - 1 | 1 | 0 | 9 | 1 - 1 | 1 | 0 | | 9 - 1 | 1 | 1 | 10 | 1 - 1 | 1 | 1 | 11 | 1 - 1 | 1 | 1 | 12 | 1 - 1 | 1 | 1 | 13 | 1 - 1 | 1 | 1 | 14 | 1 - 1 | 1 | 1 | 15 | 1 - 1 | 1 | 1 | 16 | 1 - 1 | 1 | 1 | 17 | 1 - 1 | 1 | 1 | 18 | 1 - 1 | 1 | 1 | 19 | 1 - 1 | 1 | 1 | | 10 - 1 | 1 | 2 | 20 | 1 - 1 | 1 | 2 | 21 | 1 - 1 | 1 | 2 | 22 | 1 - 1 | 1 | 2 | 23 | 1 - 1 | 1 | 2 | 24 | 1 - 1 | 1 | 2 | 25 | 1 - 1 | 1 | 2 | 26 | 1 - 1 | 1 | 2 | 27 | 1 - 1 | 1 | 2 | 28 | 1 - 1 | 1 | 2 | 29 | 1 - 1 | 1 | 2 | | 10 - 1 | 1 | 3 | 30 | 1 - 1 | 1 | 3 | 31 | 1 - 1 | 1 | 3 | 32 | 1 - 1 | 1 | 3 | 33 | 1 - 1 | 1 | 3 | 34 | 1 - 1 | 1 | 3 | 35 | 1 - 1 | 1 | 3 | 36 | 1 - 1 | 1 | 3 | 37 | 1 - 1 | 1 | 3 | 38 | 1 - 1 | 1 | 3 | 39 | 1 - 1 | 1 | 3 | | 10 - 1 | 1 | 4 | 40 | 1 - 1 | 1 | 4 | | 1 - 1 | 1 | | 1 | 1 - 1 | 1 | | 2 | 1 - 1 | 1 | | 3 | 1 - 1 | 1 | | 4 | 1 - 1 | 1 | | 5 | 1 - 1 | 1 | | 6 | 1 - 1 | 1 | | 7 | 1 - 1 | 1 | | 8 | 1 - 1 | 1 | | 9 | 1 - 1 | 1 | | 10 | 1 - 1 | 1 | | 11 | 1 - 1 | 1 | | 12 | 1 - 1 | 1 | | 13 | 1 - 1 | 1 | | 14 | 1 - 1 | 1 | | 15 | 1 - 1 | 1 | | 16 | 1 - 1 | 1 | | 17 | 1 - 1 | 1 | | 18 | 1 - 1 | 1 | | 19 | 1 - 1 | 1 | | 20 | 1 - 1 | 1 | | 21 | 1 - 1 | 1 | | 22 | 1 - 1 | 1 | | 23 | 1 - 1 | 1 | | 24 | 1 - 1 | 1 | | 25 | 1 - 1 | 1 | | 26 | 1 - 1 | 1 | | 27 | 1 - 1 | 1 | | 28 | 1 - 1 | 1 | | 29 | 1 - 1 | 1 | | 30 | 1 - 1 | 1 | | 31 | 1 - 1 | 1 | | 32 | 1 - 1 | 1 | | 33 | 1 - 1 | 1 | | 34 | 1 - 1 | 1 | | 35 | 1 - 1 | 1 | | 36 | 1 - 1 | 1 | | 37 | 1 - 1 | 1 | | 38 | 1 - 1 | 1 | | 39 | 1 - 1 | 1 | | 40 | 1 - 1 | 1 | | | 40 - 2 | 2 | 0 | 1 | 1 - 2 | 2 | 0 | 2 | 1 - 2 | 2 | 0 | 3 | 1 - 2 | 2 | 0 | 4 | 1 - 2 | 2 | 0 | 5 | 1 - 2 | 2 | 0 | 6 | 1 - 2 | 2 | 0 | 7 | 1 - 2 | 2 | 0 | 8 | 1 - 2 | 2 | 0 | 9 | 1 - 2 | 2 | 0 | | 9 - 2 | 2 | 1 | 10 | 1 - 2 | 2 | 1 | 11 | 1 - 2 | 2 | 1 | 12 | 1 - 2 | 2 | 1 | 13 | 1 - 2 | 2 | 1 | 14 | 1 - 2 | 2 | 1 | 15 | 1 - 2 | 2 | 1 | 16 | 1 - 2 | 2 | 1 | 17 | 1 - 2 | 2 | 1 | 18 | 1 - 2 | 2 | 1 | 19 | 1 - 2 | 2 | 1 | | 10 - 2 | 2 | 2 | 20 | 1 - 2 | 2 | 2 | 21 | 1 - 2 | 2 | 2 | 22 | 1 - 2 | 2 | 2 | 23 | 1 - 2 | 2 | 2 | 24 | 1 - 2 | 2 | 2 | 25 | 1 - 2 | 2 | 2 | 26 | 1 - 2 | 2 | 2 | 27 | 1 - 2 | 2 | 2 | 28 | 1 - 2 | 2 | 2 | 29 | 1 - 2 | 2 | 2 | | 10 - 2 | 2 | 3 | 30 | 1 - 2 | 2 | 3 | 31 | 1 - 2 | 2 | 3 | 32 | 1 - 2 | 2 | 3 | 33 | 1 - 2 | 2 | 3 | 34 | 1 - 2 | 2 | 3 | 35 | 1 - 2 | 2 | 3 | 36 | 1 - 2 | 2 | 3 | 37 | 1 - 2 | 2 | 3 | 38 | 1 - 2 | 2 | 3 | 39 | 1 - 2 | 2 | 3 | | 10 - 2 | 2 | 4 | 40 | 1 - 2 | 2 | 4 | | 1 - 2 | 2 | | 1 | 1 - 2 | 2 | | 2 | 1 - 2 | 2 | | 3 | 1 - 2 | 2 | | 4 | 1 - 2 | 2 | | 5 | 1 - 2 | 2 | | 6 | 1 - 2 | 2 | | 7 | 1 - 2 | 2 | | 8 | 1 - 2 | 2 | | 9 | 1 - 2 | 2 | | 10 | 1 - 2 | 2 | | 11 | 1 - 2 | 2 | | 12 | 1 - 2 | 2 | | 13 | 1 - 2 | 2 | | 14 | 1 - 2 | 2 | | 15 | 1 - 2 | 2 | | 16 | 1 - 2 | 2 | | 17 | 1 - 2 | 2 | | 18 | 1 - 2 | 2 | | 19 | 1 - 2 | 2 | | 20 | 1 - 2 | 2 | | 21 | 1 - 2 | 2 | | 22 | 1 - 2 | 2 | | 23 | 1 - 2 | 2 | | 24 | 1 - 2 | 2 | | 25 | 1 - 2 | 2 | | 26 | 1 - 2 | 2 | | 27 | 1 - 2 | 2 | | 28 | 1 - 2 | 2 | | 29 | 1 - 2 | 2 | | 30 | 1 - 2 | 2 | | 31 | 1 - 2 | 2 | | 32 | 1 - 2 | 2 | | 33 | 1 - 2 | 2 | | 34 | 1 - 2 | 2 | | 35 | 1 - 2 | 2 | | 36 | 1 - 2 | 2 | | 37 | 1 - 2 | 2 | | 38 | 1 - 2 | 2 | | 39 | 1 - 2 | 2 | | 40 | 1 - 2 | 2 | | | 40 -(172 rows) - --- --- Compare results between plans using sorting and plans using hash --- aggregation. Force spilling in both cases by setting work_mem low --- and altering the statistics. --- -create table gs_data_1 as -select g%1000 as g1000, g%100 as g100, g%10 as g10, g - from generate_series(0,1999) g; -analyze gs_data_1; -alter table gs_data_1 set (autovacuum_enabled = 'false'); -update pg_class set reltuples = 10 where relname='gs_data_1'; -set work_mem='64kB'; --- Produce results with sorting. -set enable_sort = true; -set enable_hashagg = false; -set jit_above_cost = 0; -explain (costs off) -select g100, g10, sum(g::numeric), count(*), max(g::text) -from gs_data_1 group by cube (g1000, g100,g10); - QUERY PLAN ------------------------------------- - GroupAggregate - Group Key: g1000, g100, g10 - Group Key: g1000, g100 - Group Key: g1000 - Group Key: () - Sort Key: g100, g10 - Group Key: g100, g10 - Group Key: g100 - Sort Key: g10, g1000 - Group Key: g10, g1000 - Group Key: g10 - -> Sort - Sort Key: g1000, g100, g10 - -> Seq Scan on gs_data_1 -(14 rows) - -create table gs_group_1 as -select g100, g10, sum(g::numeric), count(*), max(g::text) -from gs_data_1 group by cube (g1000, g100,g10); --- Produce results with hash aggregation. -set enable_hashagg = true; -set enable_sort = false; -explain (costs off) -select g100, g10, sum(g::numeric), count(*), max(g::text) -from gs_data_1 group by cube (g1000, g100,g10); - QUERY PLAN ------------------------------- - MixedAggregate - Hash Key: g1000, g100, g10 - Hash Key: g1000, g100 - Hash Key: g1000 - Hash Key: g100, g10 - Hash Key: g100 - Hash Key: g10, g1000 - Hash Key: g10 - Group Key: () - -> Seq Scan on gs_data_1 -(10 rows) - -create table gs_hash_1 as -select g100, g10, sum(g::numeric), count(*), max(g::text) -from gs_data_1 group by cube (g1000, g100,g10); -set enable_sort = true; -set work_mem to default; -set hash_mem_multiplier to default; --- Compare results -(select * from gs_hash_1 except select * from gs_group_1) - union all -(select * from gs_group_1 except select * from gs_hash_1); - g100 | g10 | sum | count | max -------+-----+-----+-------+----- -(0 rows) - -drop table gs_group_1; -drop table gs_hash_1; --- GROUP BY DISTINCT --- "normal" behavior... -select a, b, c -from (values (1, 2, 3), (4, null, 6), (7, 8, 9)) as t (a, b, c) -group by all rollup(a, b), rollup(a, c) -order by a, b, c; - a | b | c ----+---+--- - 1 | 2 | 3 - 1 | 2 | - 1 | 2 | - 1 | | 3 - 1 | | 3 - 1 | | - 1 | | - 1 | | - 4 | | 6 - 4 | | 6 - 4 | | 6 - 4 | | - 4 | | - 4 | | - 4 | | - 4 | | - 7 | 8 | 9 - 7 | 8 | - 7 | 8 | - 7 | | 9 - 7 | | 9 - 7 | | - 7 | | - 7 | | - | | -(25 rows) - --- ...which is also the default -select a, b, c -from (values (1, 2, 3), (4, null, 6), (7, 8, 9)) as t (a, b, c) -group by rollup(a, b), rollup(a, c) -order by a, b, c; - a | b | c ----+---+--- - 1 | 2 | 3 - 1 | 2 | - 1 | 2 | - 1 | | 3 - 1 | | 3 - 1 | | - 1 | | - 1 | | - 4 | | 6 - 4 | | 6 - 4 | | 6 - 4 | | - 4 | | - 4 | | - 4 | | - 4 | | - 7 | 8 | 9 - 7 | 8 | - 7 | 8 | - 7 | | 9 - 7 | | 9 - 7 | | - 7 | | - 7 | | - | | -(25 rows) - --- "group by distinct" behavior... -select a, b, c -from (values (1, 2, 3), (4, null, 6), (7, 8, 9)) as t (a, b, c) -group by distinct rollup(a, b), rollup(a, c) -order by a, b, c; - a | b | c ----+---+--- - 1 | 2 | 3 - 1 | 2 | - 1 | | 3 - 1 | | - 4 | | 6 - 4 | | 6 - 4 | | - 4 | | - 7 | 8 | 9 - 7 | 8 | - 7 | | 9 - 7 | | - | | -(13 rows) - --- ...which is not the same as "select distinct" -select distinct a, b, c -from (values (1, 2, 3), (4, null, 6), (7, 8, 9)) as t (a, b, c) -group by rollup(a, b), rollup(a, c) -order by a, b, c; - a | b | c ----+---+--- - 1 | 2 | 3 - 1 | 2 | - 1 | | 3 - 1 | | - 4 | | 6 - 4 | | - 7 | 8 | 9 - 7 | 8 | - 7 | | 9 - 7 | | - | | -(11 rows) - --- test handling of outer GroupingFunc within subqueries -explain (costs off) -select (select grouping(v1)) from (values ((select 1))) v(v1) group by cube(v1); - QUERY PLAN -------------------------------- - MixedAggregate - Hash Key: (InitPlan 3).col1 - Group Key: () - InitPlan 1 - -> Result - InitPlan 3 - -> Result - -> Result - SubPlan 2 - -> Result -(10 rows) - -select (select grouping(v1)) from (values ((select 1))) v(v1) group by cube(v1); - grouping ----------- - 1 - 0 -(2 rows) - -explain (costs off) -select (select grouping(v1)) from (values ((select 1))) v(v1) group by v1; - QUERY PLAN ----------------- - GroupAggregate - InitPlan 1 - -> Result - InitPlan 3 - -> Result - -> Result - SubPlan 2 - -> Result -(8 rows) - -select (select grouping(v1)) from (values ((select 1))) v(v1) group by v1; - grouping ----------- - 0 -(1 row) - --- test handling of subqueries in grouping sets -create temp table gstest5(id integer primary key, v integer); -insert into gstest5 select i, i from generate_series(1,5)i; -explain (verbose, costs off) -select grouping((select t1.v from gstest5 t2 where id = t1.id)), - (select t1.v from gstest5 t2 where id = t1.id) as s -from gstest5 t1 -group by grouping sets(v, s) -order by case when grouping((select t1.v from gstest5 t2 where id = t1.id)) = 0 - then (select t1.v from gstest5 t2 where id = t1.id) - else null end - nulls first; - QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------------------------- - Sort - Output: (GROUPING((SubPlan 1))), ((SubPlan 3)), (CASE WHEN (GROUPING((SubPlan 2)) = 0) THEN ((SubPlan 3)) ELSE NULL::integer END), t1.v - Sort Key: (CASE WHEN (GROUPING((SubPlan 2)) = 0) THEN ((SubPlan 3)) ELSE NULL::integer END) NULLS FIRST - -> HashAggregate - Output: GROUPING((SubPlan 1)), ((SubPlan 3)), CASE WHEN (GROUPING((SubPlan 2)) = 0) THEN ((SubPlan 3)) ELSE NULL::integer END, t1.v - Hash Key: t1.v - Hash Key: (SubPlan 3) - -> Seq Scan on pg_temp.gstest5 t1 - Output: (SubPlan 3), t1.v, t1.id - SubPlan 3 - -> Bitmap Heap Scan on pg_temp.gstest5 t2 - Output: t1.v - Recheck Cond: (t2.id = t1.id) - -> Bitmap Index Scan on gstest5_pkey - Index Cond: (t2.id = t1.id) -(15 rows) - -select grouping((select t1.v from gstest5 t2 where id = t1.id)), - (select t1.v from gstest5 t2 where id = t1.id) as s -from gstest5 t1 -group by grouping sets(v, s) -order by case when grouping((select t1.v from gstest5 t2 where id = t1.id)) = 0 - then (select t1.v from gstest5 t2 where id = t1.id) - else null end - nulls first; - grouping | s -----------+--- - 1 | - 1 | - 1 | - 1 | - 1 | - 0 | 1 - 0 | 2 - 0 | 3 - 0 | 4 - 0 | 5 -(10 rows) - -explain (verbose, costs off) -select grouping((select t1.v from gstest5 t2 where id = t1.id)), - (select t1.v from gstest5 t2 where id = t1.id) as s, - case when grouping((select t1.v from gstest5 t2 where id = t1.id)) = 0 - then (select t1.v from gstest5 t2 where id = t1.id) - else null end as o -from gstest5 t1 -group by grouping sets(v, s) -order by o nulls first; - QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------------------------- - Sort - Output: (GROUPING((SubPlan 1))), ((SubPlan 3)), (CASE WHEN (GROUPING((SubPlan 2)) = 0) THEN ((SubPlan 3)) ELSE NULL::integer END), t1.v - Sort Key: (CASE WHEN (GROUPING((SubPlan 2)) = 0) THEN ((SubPlan 3)) ELSE NULL::integer END) NULLS FIRST - -> HashAggregate - Output: GROUPING((SubPlan 1)), ((SubPlan 3)), CASE WHEN (GROUPING((SubPlan 2)) = 0) THEN ((SubPlan 3)) ELSE NULL::integer END, t1.v - Hash Key: t1.v - Hash Key: (SubPlan 3) - -> Seq Scan on pg_temp.gstest5 t1 - Output: (SubPlan 3), t1.v, t1.id - SubPlan 3 - -> Bitmap Heap Scan on pg_temp.gstest5 t2 - Output: t1.v - Recheck Cond: (t2.id = t1.id) - -> Bitmap Index Scan on gstest5_pkey - Index Cond: (t2.id = t1.id) -(15 rows) - -select grouping((select t1.v from gstest5 t2 where id = t1.id)), - (select t1.v from gstest5 t2 where id = t1.id) as s, - case when grouping((select t1.v from gstest5 t2 where id = t1.id)) = 0 - then (select t1.v from gstest5 t2 where id = t1.id) - else null end as o -from gstest5 t1 -group by grouping sets(v, s) -order by o nulls first; - grouping | s | o -----------+---+--- - 1 | | - 1 | | - 1 | | - 1 | | - 1 | | - 0 | 1 | 1 - 0 | 2 | 2 - 0 | 3 | 3 - 0 | 4 | 4 - 0 | 5 | 5 -(10 rows) - --- test handling of expressions that should match lower target items -explain (costs off) -select a < b and b < 3 from (values (1, 2)) t(a, b) group by rollup(a < b and b < 3) having a < b and b < 3; - QUERY PLAN ------------------------------------ - MixedAggregate - Hash Key: ((1 < 2) AND (2 < 3)) - Group Key: () - Filter: (((1 < 2) AND (2 < 3))) - -> Result -(5 rows) - -select a < b and b < 3 from (values (1, 2)) t(a, b) group by rollup(a < b and b < 3) having a < b and b < 3; - ?column? ----------- - t -(1 row) - -explain (costs off) -select not a from (values(true)) t(a) group by rollup(not a) having not not a; - QUERY PLAN ------------------------------- - MixedAggregate - Hash Key: (NOT true) - Group Key: () - Filter: (NOT ((NOT true))) - -> Result -(5 rows) - -select not a from (values(true)) t(a) group by rollup(not a) having not not a; - ?column? ----------- - f -(1 row) - --- test handling of expressions nullable by grouping sets -explain (costs off) -select distinct on (a, b) a, b -from (values (1, 1), (2, 2)) as t (a, b) where a = b -group by grouping sets((a, b), (a)) -order by a, b; - QUERY PLAN ----------------------------------------------------------------- - Unique - -> Sort - Sort Key: "*VALUES*".column1, "*VALUES*".column2 - -> HashAggregate - Hash Key: "*VALUES*".column1, "*VALUES*".column2 - Hash Key: "*VALUES*".column1 - -> Values Scan on "*VALUES*" - Filter: (column1 = column2) -(8 rows) - -select distinct on (a, b) a, b -from (values (1, 1), (2, 2)) as t (a, b) where a = b -group by grouping sets((a, b), (a)) -order by a, b; - a | b ----+--- - 1 | 1 - 1 | - 2 | 2 - 2 | -(4 rows) - -explain (costs off) -select distinct on (a, b+1) a, b+1 -from (values (1, 0), (2, 1)) as t (a, b) where a = b+1 -group by grouping sets((a, b+1), (a)) -order by a, b+1; - QUERY PLAN ----------------------------------------------------------------------- - Unique - -> Sort - Sort Key: "*VALUES*".column1, (("*VALUES*".column2 + 1)) - -> HashAggregate - Hash Key: "*VALUES*".column1, ("*VALUES*".column2 + 1) - Hash Key: "*VALUES*".column1 - -> Values Scan on "*VALUES*" - Filter: (column1 = (column2 + 1)) -(8 rows) - -select distinct on (a, b+1) a, b+1 -from (values (1, 0), (2, 1)) as t (a, b) where a = b+1 -group by grouping sets((a, b+1), (a)) -order by a, b+1; - a | ?column? ----+---------- - 1 | 1 - 1 | - 2 | 2 - 2 | -(4 rows) - -explain (costs off) -select a, b -from (values (1, 1), (2, 2)) as t (a, b) where a = b -group by grouping sets((a, b), (a)) -order by a, b nulls first; - QUERY PLAN ----------------------------------------------------------------- - Sort - Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST - -> HashAggregate - Hash Key: "*VALUES*".column1, "*VALUES*".column2 - Hash Key: "*VALUES*".column1 - -> Values Scan on "*VALUES*" - Filter: (column1 = column2) -(7 rows) - -select a, b -from (values (1, 1), (2, 2)) as t (a, b) where a = b -group by grouping sets((a, b), (a)) -order by a, b nulls first; - a | b ----+--- - 1 | - 1 | 1 - 2 | - 2 | 2 -(4 rows) - -explain (costs off) -select 1 as one group by rollup(one) order by one nulls first; - QUERY PLAN ------------------------------ - Sort - Sort Key: (1) NULLS FIRST - -> MixedAggregate - Hash Key: 1 - Group Key: () - -> Result -(6 rows) - -select 1 as one group by rollup(one) order by one nulls first; - one ------ - - 1 -(2 rows) - -explain (costs off) -select a, b, row_number() over (order by a, b nulls first) -from (values (1, 1), (2, 2)) as t (a, b) where a = b -group by grouping sets((a, b), (a)); - QUERY PLAN --------------------------------------------------------------------------------------------- - WindowAgg - Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) - -> Sort - Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST - -> HashAggregate - Hash Key: "*VALUES*".column1, "*VALUES*".column2 - Hash Key: "*VALUES*".column1 - -> Values Scan on "*VALUES*" - Filter: (column1 = column2) -(9 rows) - -select a, b, row_number() over (order by a, b nulls first) -from (values (1, 1), (2, 2)) as t (a, b) where a = b -group by grouping sets((a, b), (a)); - a | b | row_number ----+---+------------ - 1 | | 1 - 1 | 1 | 2 - 2 | | 3 - 2 | 2 | 4 -(4 rows) - --- end +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/drop_operator.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/drop_operator.out --- /tmp/cirrus-ci-build/src/test/regress/expected/drop_operator.out 2025-05-11 19:30:18.943154000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/drop_operator.out 2025-05-11 19:32:42.106899000 +0000 @@ -1,61 +1,2 @@ -CREATE OPERATOR === ( - PROCEDURE = int8eq, - LEFTARG = bigint, - RIGHTARG = bigint, - COMMUTATOR = === -); -CREATE OPERATOR !== ( - PROCEDURE = int8ne, - LEFTARG = bigint, - RIGHTARG = bigint, - NEGATOR = ===, - COMMUTATOR = !== -); -DROP OPERATOR !==(bigint, bigint); -SELECT ctid, oprcom -FROM pg_catalog.pg_operator fk -WHERE oprcom != 0 AND - NOT EXISTS(SELECT 1 FROM pg_catalog.pg_operator pk WHERE pk.oid = fk.oprcom); - ctid | oprcom -------+-------- -(0 rows) - -SELECT ctid, oprnegate -FROM pg_catalog.pg_operator fk -WHERE oprnegate != 0 AND - NOT EXISTS(SELECT 1 FROM pg_catalog.pg_operator pk WHERE pk.oid = fk.oprnegate); - ctid | oprnegate -------+----------- -(0 rows) - -DROP OPERATOR ===(bigint, bigint); -CREATE OPERATOR <| ( - PROCEDURE = int8lt, - LEFTARG = bigint, - RIGHTARG = bigint -); -CREATE OPERATOR |> ( - PROCEDURE = int8gt, - LEFTARG = bigint, - RIGHTARG = bigint, - NEGATOR = <|, - COMMUTATOR = <| -); -DROP OPERATOR |>(bigint, bigint); -SELECT ctid, oprcom -FROM pg_catalog.pg_operator fk -WHERE oprcom != 0 AND - NOT EXISTS(SELECT 1 FROM pg_catalog.pg_operator pk WHERE pk.oid = fk.oprcom); - ctid | oprcom -------+-------- -(0 rows) - -SELECT ctid, oprnegate -FROM pg_catalog.pg_operator fk -WHERE oprnegate != 0 AND - NOT EXISTS(SELECT 1 FROM pg_catalog.pg_operator pk WHERE pk.oid = fk.oprnegate); - ctid | oprnegate -------+----------- -(0 rows) - -DROP OPERATOR <|(bigint, bigint); +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/password_1.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/password.out --- /tmp/cirrus-ci-build/src/test/regress/expected/password_1.out 2025-05-11 19:30:18.981769000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/password.out 2025-05-11 19:32:42.102927000 +0000 @@ -1,168 +1,2 @@ --- --- Tests for password types --- --- Tests for GUC password_encryption -SET password_encryption = 'novalue'; -- error -ERROR: invalid value for parameter "password_encryption": "novalue" -HINT: Available values: md5, scram-sha-256. -SET password_encryption = true; -- error -ERROR: invalid value for parameter "password_encryption": "true" -HINT: Available values: md5, scram-sha-256. -SET password_encryption = 'md5'; -- ok -SET password_encryption = 'scram-sha-256'; -- ok --- consistency of password entries -SET password_encryption = 'md5'; -CREATE ROLE regress_passwd1; -ALTER ROLE regress_passwd1 PASSWORD 'role_pwd1'; -ERROR: password encryption failed: unsupported -CREATE ROLE regress_passwd2; -ALTER ROLE regress_passwd2 PASSWORD 'role_pwd2'; -ERROR: password encryption failed: unsupported -SET password_encryption = 'scram-sha-256'; -CREATE ROLE regress_passwd3 PASSWORD 'role_pwd3'; -CREATE ROLE regress_passwd4 PASSWORD NULL; --- check list of created entries --- --- The scram secret will look something like: --- SCRAM-SHA-256$4096:E4HxLGtnRzsYwg==$6YtlR4t69SguDiwFvbVgVZtuz6gpJQQqUMZ7IQJK5yI=:ps75jrHeYU4lXCcXI4O8oIdJ3eO8o2jirjruw9phBTo= --- --- Since the salt is random, the exact value stored will be different on every test --- run. Use a regular expression to mask the changing parts. -SELECT rolname, regexp_replace(rolpassword, '(SCRAM-SHA-256)\$(\d+):([a-zA-Z0-9+/=]+)\$([a-zA-Z0-9+=/]+):([a-zA-Z0-9+/=]+)', '\1$\2:$:') as rolpassword_masked - FROM pg_authid - WHERE rolname LIKE 'regress_passwd%' - ORDER BY rolname, rolpassword; - rolname | rolpassword_masked ------------------+--------------------------------------------------- - regress_passwd1 | - regress_passwd2 | - regress_passwd3 | SCRAM-SHA-256$4096:$: - regress_passwd4 | -(4 rows) - --- Rename a role -ALTER ROLE regress_passwd2 RENAME TO regress_passwd2_new; --- md5 entry should have been removed -SELECT rolname, rolpassword - FROM pg_authid - WHERE rolname LIKE 'regress_passwd2_new' - ORDER BY rolname, rolpassword; - rolname | rolpassword ----------------------+------------- - regress_passwd2_new | -(1 row) - -ALTER ROLE regress_passwd2_new RENAME TO regress_passwd2; --- Change passwords with ALTER USER. With plaintext or already-encrypted --- passwords. -SET password_encryption = 'md5'; --- encrypt with MD5 -ALTER ROLE regress_passwd2 PASSWORD 'foo'; -ERROR: password encryption failed: unsupported --- already encrypted, use as they are -ALTER ROLE regress_passwd1 PASSWORD 'md5cd3578025fe2c3d7ed1b9a9b26238b70'; -WARNING: setting an MD5-encrypted password -DETAIL: MD5 password support is deprecated and will be removed in a future release of PostgreSQL. -HINT: Refer to the PostgreSQL documentation for details about migrating to another password type. -ALTER ROLE regress_passwd3 PASSWORD 'SCRAM-SHA-256$4096:VLK4RMaQLCvNtQ==$6YtlR4t69SguDiwFvbVgVZtuz6gpJQQqUMZ7IQJK5yI=:ps75jrHeYU4lXCcXI4O8oIdJ3eO8o2jirjruw9phBTo='; -SET password_encryption = 'scram-sha-256'; --- create SCRAM secret -ALTER ROLE regress_passwd4 PASSWORD 'foo'; --- already encrypted with MD5, use as it is -CREATE ROLE regress_passwd5 PASSWORD 'md5e73a4b11df52a6068f8b39f90be36023'; -WARNING: setting an MD5-encrypted password -DETAIL: MD5 password support is deprecated and will be removed in a future release of PostgreSQL. -HINT: Refer to the PostgreSQL documentation for details about migrating to another password type. --- This looks like a valid SCRAM-SHA-256 secret, but it is not --- so it should be hashed with SCRAM-SHA-256. -CREATE ROLE regress_passwd6 PASSWORD 'SCRAM-SHA-256$1234'; --- These may look like valid MD5 secrets, but they are not, so they --- should be hashed with SCRAM-SHA-256. --- trailing garbage at the end -CREATE ROLE regress_passwd7 PASSWORD 'md5012345678901234567890123456789zz'; --- invalid length -CREATE ROLE regress_passwd8 PASSWORD 'md501234567890123456789012345678901zz'; --- Changing the SCRAM iteration count -SET scram_iterations = 1024; -CREATE ROLE regress_passwd9 PASSWORD 'alterediterationcount'; -SELECT rolname, regexp_replace(rolpassword, '(SCRAM-SHA-256)\$(\d+):([a-zA-Z0-9+/=]+)\$([a-zA-Z0-9+=/]+):([a-zA-Z0-9+/=]+)', '\1$\2:$:') as rolpassword_masked - FROM pg_authid - WHERE rolname LIKE 'regress_passwd%' - ORDER BY rolname, rolpassword; - rolname | rolpassword_masked ------------------+--------------------------------------------------- - regress_passwd1 | md5cd3578025fe2c3d7ed1b9a9b26238b70 - regress_passwd2 | - regress_passwd3 | SCRAM-SHA-256$4096:$: - regress_passwd4 | SCRAM-SHA-256$4096:$: - regress_passwd5 | md5e73a4b11df52a6068f8b39f90be36023 - regress_passwd6 | SCRAM-SHA-256$4096:$: - regress_passwd7 | SCRAM-SHA-256$4096:$: - regress_passwd8 | SCRAM-SHA-256$4096:$: - regress_passwd9 | SCRAM-SHA-256$1024:$: -(9 rows) - --- An empty password is not allowed, in any form -CREATE ROLE regress_passwd_empty PASSWORD ''; -NOTICE: empty string is not a valid password, clearing password -ALTER ROLE regress_passwd_empty PASSWORD 'md585939a5ce845f1a1b620742e3c659e0a'; -WARNING: setting an MD5-encrypted password -DETAIL: MD5 password support is deprecated and will be removed in a future release of PostgreSQL. -HINT: Refer to the PostgreSQL documentation for details about migrating to another password type. -ALTER ROLE regress_passwd_empty PASSWORD 'SCRAM-SHA-256$4096:hpFyHTUsSWcR7O9P$LgZFIt6Oqdo27ZFKbZ2nV+vtnYM995pDh9ca6WSi120=:qVV5NeluNfUPkwm7Vqat25RjSPLkGeoZBQs6wVv+um4='; -NOTICE: empty string is not a valid password, clearing password -SELECT rolpassword FROM pg_authid WHERE rolname='regress_passwd_empty'; - rolpassword -------------- - -(1 row) - --- Test with invalid stored and server keys. --- --- The first is valid, to act as a control. The others have too long --- stored/server keys. They will be re-hashed. -CREATE ROLE regress_passwd_sha_len0 PASSWORD 'SCRAM-SHA-256$4096:A6xHKoH/494E941doaPOYg==$Ky+A30sewHIH3VHQLRN9vYsuzlgNyGNKCh37dy96Rqw=:COPdlNiIkrsacU5QoxydEuOH6e/KfiipeETb/bPw8ZI='; -CREATE ROLE regress_passwd_sha_len1 PASSWORD 'SCRAM-SHA-256$4096:A6xHKoH/494E941doaPOYg==$Ky+A30sewHIH3VHQLRN9vYsuzlgNyGNKCh37dy96RqwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=:COPdlNiIkrsacU5QoxydEuOH6e/KfiipeETb/bPw8ZI='; -CREATE ROLE regress_passwd_sha_len2 PASSWORD 'SCRAM-SHA-256$4096:A6xHKoH/494E941doaPOYg==$Ky+A30sewHIH3VHQLRN9vYsuzlgNyGNKCh37dy96Rqw=:COPdlNiIkrsacU5QoxydEuOH6e/KfiipeETb/bPw8ZIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA='; --- Check that the invalid secrets were re-hashed. A re-hashed secret --- should not contain the original salt. -SELECT rolname, rolpassword not like '%A6xHKoH/494E941doaPOYg==%' as is_rolpassword_rehashed - FROM pg_authid - WHERE rolname LIKE 'regress_passwd_sha_len%' - ORDER BY rolname; - rolname | is_rolpassword_rehashed --------------------------+------------------------- - regress_passwd_sha_len0 | f - regress_passwd_sha_len1 | t - regress_passwd_sha_len2 | t -(3 rows) - --- Test that valid hashes that are too long are rejected -CREATE ROLE regress_passwd10 PASSWORD 'SCRAM-SHA-256$000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004096:wNFxNSk1hAXBkgub8py3bg==$65zC6E+R0U7tiYTC9+Wtq4Thw6gUDj3eDCINij8TflU=:rC1I7tcVugrHEY2DT0iPjGyjM4aJxkMM9n8WBxtUtHU='; -ERROR: encrypted password is too long -DETAIL: Encrypted passwords must be no longer than 512 bytes. -ALTER ROLE regress_passwd9 PASSWORD 'SCRAM-SHA-256$000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004096:wNFxNSk1hAXBkgub8py3bg==$65zC6E+R0U7tiYTC9+Wtq4Thw6gUDj3eDCINij8TflU=:rC1I7tcVugrHEY2DT0iPjGyjM4aJxkMM9n8WBxtUtHU='; -ERROR: encrypted password is too long -DETAIL: Encrypted passwords must be no longer than 512 bytes. -DROP ROLE regress_passwd1; -DROP ROLE regress_passwd2; -DROP ROLE regress_passwd3; -DROP ROLE regress_passwd4; -DROP ROLE regress_passwd5; -DROP ROLE regress_passwd6; -DROP ROLE regress_passwd7; -DROP ROLE regress_passwd8; -DROP ROLE regress_passwd9; -DROP ROLE regress_passwd_empty; -DROP ROLE regress_passwd_sha_len0; -DROP ROLE regress_passwd_sha_len1; -DROP ROLE regress_passwd_sha_len2; --- all entries should have been removed -SELECT rolname, rolpassword - FROM pg_authid - WHERE rolname LIKE 'regress_passwd%' - ORDER BY rolname, rolpassword; - rolname | rolpassword ----------+------------- -(0 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/identity.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/identity.out --- /tmp/cirrus-ci-build/src/test/regress/expected/identity.out 2025-05-11 19:30:18.954610000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/identity.out 2025-05-11 19:32:42.112271000 +0000 @@ -1,929 +1,2 @@ --- sanity check of system catalog -SELECT attrelid, attname, attidentity FROM pg_attribute WHERE attidentity NOT IN ('', 'a', 'd'); - attrelid | attname | attidentity -----------+---------+------------- -(0 rows) - -CREATE TABLE itest1 (a int generated by default as identity, b text); -CREATE TABLE itest2 (a bigint generated always as identity, b text); -CREATE TABLE itest3 (a smallint generated by default as identity (start with 7 increment by 5), b text); -ALTER TABLE itest3 ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; -- error -ERROR: column "a" of relation "itest3" is already an identity column -SELECT table_name, column_name, column_default, is_nullable, is_identity, identity_generation, identity_start, identity_increment, identity_maximum, identity_minimum, identity_cycle FROM information_schema.columns WHERE table_name LIKE 'itest_' ORDER BY 1, 2; - table_name | column_name | column_default | is_nullable | is_identity | identity_generation | identity_start | identity_increment | identity_maximum | identity_minimum | identity_cycle -------------+-------------+----------------+-------------+-------------+---------------------+----------------+--------------------+---------------------+------------------+---------------- - itest1 | a | | NO | YES | BY DEFAULT | 1 | 1 | 2147483647 | 1 | NO - itest1 | b | | YES | NO | | | | | | NO - itest2 | a | | NO | YES | ALWAYS | 1 | 1 | 9223372036854775807 | 1 | NO - itest2 | b | | YES | NO | | | | | | NO - itest3 | a | | NO | YES | BY DEFAULT | 7 | 5 | 32767 | 1 | NO - itest3 | b | | YES | NO | | | | | | NO -(6 rows) - --- internal sequences should not be shown here -SELECT sequence_name FROM information_schema.sequences WHERE sequence_name LIKE 'itest%'; - sequence_name ---------------- -(0 rows) - -SELECT pg_get_serial_sequence('itest1', 'a'); - pg_get_serial_sequence ------------------------- - public.itest1_a_seq -(1 row) - -\d itest1_a_seq - Sequence "public.itest1_a_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Sequence for identity column: public.itest1.a - -CREATE TABLE itest4 (a int, b text); -ALTER TABLE itest4 ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; -- error, requires NOT NULL -ERROR: column "a" of relation "itest4" must be declared NOT NULL before identity can be added -ALTER TABLE itest4 ALTER COLUMN a SET NOT NULL; -ALTER TABLE itest4 ALTER COLUMN c ADD GENERATED ALWAYS AS IDENTITY; -- error, column c does not exist -ERROR: column "c" of relation "itest4" does not exist -ALTER TABLE itest4 ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; -- ok -ALTER TABLE itest4 ALTER COLUMN a DROP NOT NULL; -- error, disallowed -ERROR: column "a" of relation "itest4" is an identity column -ALTER TABLE itest4 ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; -- error, already set -ERROR: column "a" of relation "itest4" is already an identity column -ALTER TABLE itest4 ALTER COLUMN b ADD GENERATED ALWAYS AS IDENTITY; -- error, wrong data type -ERROR: identity column type must be smallint, integer, or bigint --- for later -ALTER TABLE itest4 ALTER COLUMN b SET DEFAULT ''; --- invalid column type -CREATE TABLE itest_err_1 (a text generated by default as identity); -ERROR: identity column type must be smallint, integer, or bigint --- duplicate identity -CREATE TABLE itest_err_2 (a int generated always as identity generated by default as identity); -ERROR: multiple identity specifications for column "a" of table "itest_err_2" -LINE 1: ...E itest_err_2 (a int generated always as identity generated ... - ^ --- cannot have default and identity -CREATE TABLE itest_err_3 (a int default 5 generated by default as identity); -ERROR: both default and identity specified for column "a" of table "itest_err_3" -LINE 1: CREATE TABLE itest_err_3 (a int default 5 generated by defau... - ^ --- cannot combine serial and identity -CREATE TABLE itest_err_4 (a serial generated by default as identity); -ERROR: both default and identity specified for column "a" of table "itest_err_4" -INSERT INTO itest1 DEFAULT VALUES; -INSERT INTO itest1 DEFAULT VALUES; -INSERT INTO itest2 DEFAULT VALUES; -INSERT INTO itest2 DEFAULT VALUES; -INSERT INTO itest3 DEFAULT VALUES; -INSERT INTO itest3 DEFAULT VALUES; -INSERT INTO itest4 DEFAULT VALUES; -INSERT INTO itest4 DEFAULT VALUES; -SELECT * FROM itest1; - a | b ----+--- - 1 | - 2 | -(2 rows) - -SELECT * FROM itest2; - a | b ----+--- - 1 | - 2 | -(2 rows) - -SELECT * FROM itest3; - a | b -----+--- - 7 | - 12 | -(2 rows) - -SELECT * FROM itest4; - a | b ----+--- - 1 | - 2 | -(2 rows) - --- VALUES RTEs -CREATE TABLE itest5 (a int generated always as identity, b text); -INSERT INTO itest5 VALUES (1, 'a'); -- error -ERROR: cannot insert a non-DEFAULT value into column "a" -DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. -HINT: Use OVERRIDING SYSTEM VALUE to override. -INSERT INTO itest5 VALUES (DEFAULT, 'a'); -- ok -INSERT INTO itest5 VALUES (2, 'b'), (3, 'c'); -- error -ERROR: cannot insert a non-DEFAULT value into column "a" -DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. -HINT: Use OVERRIDING SYSTEM VALUE to override. -INSERT INTO itest5 VALUES (DEFAULT, 'b'), (3, 'c'); -- error -ERROR: cannot insert a non-DEFAULT value into column "a" -DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. -HINT: Use OVERRIDING SYSTEM VALUE to override. -INSERT INTO itest5 VALUES (2, 'b'), (DEFAULT, 'c'); -- error -ERROR: cannot insert a non-DEFAULT value into column "a" -DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. -HINT: Use OVERRIDING SYSTEM VALUE to override. -INSERT INTO itest5 VALUES (DEFAULT, 'b'), (DEFAULT, 'c'); -- ok -INSERT INTO itest5 OVERRIDING SYSTEM VALUE VALUES (-1, 'aa'); -INSERT INTO itest5 OVERRIDING SYSTEM VALUE VALUES (-2, 'bb'), (-3, 'cc'); -INSERT INTO itest5 OVERRIDING SYSTEM VALUE VALUES (DEFAULT, 'dd'), (-4, 'ee'); -INSERT INTO itest5 OVERRIDING SYSTEM VALUE VALUES (-5, 'ff'), (DEFAULT, 'gg'); -INSERT INTO itest5 OVERRIDING SYSTEM VALUE VALUES (DEFAULT, 'hh'), (DEFAULT, 'ii'); -INSERT INTO itest5 OVERRIDING USER VALUE VALUES (-1, 'aaa'); -INSERT INTO itest5 OVERRIDING USER VALUE VALUES (-2, 'bbb'), (-3, 'ccc'); -INSERT INTO itest5 OVERRIDING USER VALUE VALUES (DEFAULT, 'ddd'), (-4, 'eee'); -INSERT INTO itest5 OVERRIDING USER VALUE VALUES (-5, 'fff'), (DEFAULT, 'ggg'); -INSERT INTO itest5 OVERRIDING USER VALUE VALUES (DEFAULT, 'hhh'), (DEFAULT, 'iii'); -SELECT * FROM itest5; - a | b -----+----- - 1 | a - 2 | b - 3 | c - -1 | aa - -2 | bb - -3 | cc - 4 | dd - -4 | ee - -5 | ff - 5 | gg - 6 | hh - 7 | ii - 8 | aaa - 9 | bbb - 10 | ccc - 11 | ddd - 12 | eee - 13 | fff - 14 | ggg - 15 | hhh - 16 | iii -(21 rows) - -DROP TABLE itest5; -INSERT INTO itest3 VALUES (DEFAULT, 'a'); -INSERT INTO itest3 VALUES (DEFAULT, 'b'), (DEFAULT, 'c'); -SELECT * FROM itest3; - a | b -----+--- - 7 | - 12 | - 17 | a - 22 | b - 27 | c -(5 rows) - --- OVERRIDING tests --- GENERATED BY DEFAULT --- This inserts the row as presented: -INSERT INTO itest1 VALUES (10, 'xyz'); --- With GENERATED BY DEFAULT, OVERRIDING SYSTEM VALUE is not allowed --- by the standard, but we allow it as a no-op, since it is of use if --- there are multiple identity columns in a table, which is also an --- extension. -INSERT INTO itest1 OVERRIDING SYSTEM VALUE VALUES (20, 'xyz'); --- This ignores the 30 and uses the sequence value instead: -INSERT INTO itest1 OVERRIDING USER VALUE VALUES (30, 'xyz'); -SELECT * FROM itest1; - a | b -----+----- - 1 | - 2 | - 10 | xyz - 20 | xyz - 3 | xyz -(5 rows) - --- GENERATED ALWAYS --- This is an error: -INSERT INTO itest2 VALUES (10, 'xyz'); -ERROR: cannot insert a non-DEFAULT value into column "a" -DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. -HINT: Use OVERRIDING SYSTEM VALUE to override. --- This inserts the row as presented: -INSERT INTO itest2 OVERRIDING SYSTEM VALUE VALUES (20, 'xyz'); --- This ignores the 30 and uses the sequence value instead: -INSERT INTO itest2 OVERRIDING USER VALUE VALUES (30, 'xyz'); -SELECT * FROM itest2; - a | b -----+----- - 1 | - 2 | - 20 | xyz - 3 | xyz -(4 rows) - --- UPDATE tests --- GENERATED BY DEFAULT is not restricted. -UPDATE itest1 SET a = 101 WHERE a = 1; -UPDATE itest1 SET a = DEFAULT WHERE a = 2; -SELECT * FROM itest1; - a | b ------+----- - 10 | xyz - 20 | xyz - 3 | xyz - 101 | - 4 | -(5 rows) - --- GENERATED ALWAYS allows only DEFAULT. -UPDATE itest2 SET a = 101 WHERE a = 1; -- error -ERROR: column "a" can only be updated to DEFAULT -DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. -UPDATE itest2 SET a = DEFAULT WHERE a = 2; -- ok -SELECT * FROM itest2; - a | b -----+----- - 1 | - 20 | xyz - 3 | xyz - 4 | -(4 rows) - --- COPY tests -CREATE TABLE itest9 (a int GENERATED ALWAYS AS IDENTITY, b text, c bigint); -COPY itest9 FROM stdin; -COPY itest9 (b, c) FROM stdin; -SELECT * FROM itest9 ORDER BY c; - a | b | c ------+------+----- - 100 | foo | 200 - 101 | bar | 201 - 1 | foo2 | 202 - 2 | bar2 | 203 -(4 rows) - --- DROP IDENTITY tests -ALTER TABLE itest4 ALTER COLUMN a DROP IDENTITY; -ALTER TABLE itest4 ALTER COLUMN a DROP IDENTITY; -- error -ERROR: column "a" of relation "itest4" is not an identity column -ALTER TABLE itest4 ALTER COLUMN a DROP IDENTITY IF EXISTS; -- noop -NOTICE: column "a" of relation "itest4" is not an identity column, skipping -INSERT INTO itest4 DEFAULT VALUES; -- fails because NOT NULL is not dropped -ERROR: null value in column "a" of relation "itest4" violates not-null constraint -DETAIL: Failing row contains (null, ). -ALTER TABLE itest4 ALTER COLUMN a DROP NOT NULL; -INSERT INTO itest4 DEFAULT VALUES; -SELECT * FROM itest4; - a | b ----+--- - 1 | - 2 | - | -(3 rows) - --- check that sequence is removed -SELECT sequence_name FROM itest4_a_seq; -ERROR: relation "itest4_a_seq" does not exist -LINE 1: SELECT sequence_name FROM itest4_a_seq; - ^ --- test views -CREATE TABLE itest10 (a int generated by default as identity, b text); -CREATE TABLE itest11 (a int generated always as identity, b text); -CREATE VIEW itestv10 AS SELECT * FROM itest10; -CREATE VIEW itestv11 AS SELECT * FROM itest11; -INSERT INTO itestv10 DEFAULT VALUES; -INSERT INTO itestv10 DEFAULT VALUES; -INSERT INTO itestv11 DEFAULT VALUES; -INSERT INTO itestv11 DEFAULT VALUES; -SELECT * FROM itestv10; - a | b ----+--- - 1 | - 2 | -(2 rows) - -SELECT * FROM itestv11; - a | b ----+--- - 1 | - 2 | -(2 rows) - -INSERT INTO itestv10 VALUES (10, 'xyz'); -INSERT INTO itestv10 OVERRIDING USER VALUE VALUES (11, 'xyz'); -SELECT * FROM itestv10; - a | b -----+----- - 1 | - 2 | - 10 | xyz - 3 | xyz -(4 rows) - -INSERT INTO itestv11 VALUES (10, 'xyz'); -ERROR: cannot insert a non-DEFAULT value into column "a" -DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. -HINT: Use OVERRIDING SYSTEM VALUE to override. -INSERT INTO itestv11 OVERRIDING SYSTEM VALUE VALUES (11, 'xyz'); -SELECT * FROM itestv11; - a | b -----+----- - 1 | - 2 | - 11 | xyz -(3 rows) - -DROP VIEW itestv10, itestv11; --- ADD COLUMN -CREATE TABLE itest13 (a int); --- add column to empty table -ALTER TABLE itest13 ADD COLUMN b int GENERATED BY DEFAULT AS IDENTITY; -INSERT INTO itest13 VALUES (1), (2), (3); --- add column to populated table -ALTER TABLE itest13 ADD COLUMN c int GENERATED BY DEFAULT AS IDENTITY; -SELECT * FROM itest13; - a | b | c ----+---+--- - 1 | 1 | 1 - 2 | 2 | 2 - 3 | 3 | 3 -(3 rows) - --- various ALTER COLUMN tests --- fail, not allowed for identity columns -ALTER TABLE itest1 ALTER COLUMN a SET DEFAULT 1; -ERROR: column "a" of relation "itest1" is an identity column --- fail, not allowed, already has a default -CREATE TABLE itest5 (a serial, b text); -ALTER TABLE itest5 ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; -ERROR: column "a" of relation "itest5" already has a default value -ALTER TABLE itest3 ALTER COLUMN a TYPE int; -SELECT seqtypid::regtype FROM pg_sequence WHERE seqrelid = 'itest3_a_seq'::regclass; - seqtypid ----------- - integer -(1 row) - -\d itest3 - Table "public.itest3" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+---------------------------------- - a | integer | | not null | generated by default as identity - b | text | | | - -ALTER TABLE itest3 ALTER COLUMN a TYPE text; -- error -ERROR: identity column type must be smallint, integer, or bigint --- check that unlogged propagates to sequence -CREATE UNLOGGED TABLE itest17 (a int NOT NULL, b text); -ALTER TABLE itest17 ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; -ALTER TABLE itest17 ADD COLUMN c int GENERATED ALWAYS AS IDENTITY; -\d itest17 - Unlogged table "public.itest17" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------ - a | integer | | not null | generated always as identity - b | text | | | - c | integer | | not null | generated always as identity - -\d itest17_a_seq - Unlogged sequence "public.itest17_a_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Sequence for identity column: public.itest17.a - -\d itest17_c_seq - Unlogged sequence "public.itest17_c_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Sequence for identity column: public.itest17.c - -CREATE TABLE itest18 (a int NOT NULL, b text); -ALTER TABLE itest18 SET UNLOGGED, ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; -\d itest18 - Unlogged table "public.itest18" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------ - a | integer | | not null | generated always as identity - b | text | | | - -\d itest18_a_seq - Unlogged sequence "public.itest18_a_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Sequence for identity column: public.itest18.a - -ALTER TABLE itest18 SET LOGGED; -\d itest18 - Table "public.itest18" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------ - a | integer | | not null | generated always as identity - b | text | | | - -\d itest18_a_seq - Sequence "public.itest18_a_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Sequence for identity column: public.itest18.a - -ALTER TABLE itest18 SET UNLOGGED; -\d itest18 - Unlogged table "public.itest18" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------ - a | integer | | not null | generated always as identity - b | text | | | - -\d itest18_a_seq - Unlogged sequence "public.itest18_a_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Sequence for identity column: public.itest18.a - --- kinda silly to change property in the same command, but it should work -ALTER TABLE itest3 - ADD COLUMN c int GENERATED BY DEFAULT AS IDENTITY, - ALTER COLUMN c SET GENERATED ALWAYS; -\d itest3 - Table "public.itest3" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+---------------------------------- - a | integer | | not null | generated by default as identity - b | text | | | - c | integer | | not null | generated always as identity - --- ALTER COLUMN ... SET -CREATE TABLE itest6 (a int GENERATED ALWAYS AS IDENTITY, b text); -INSERT INTO itest6 DEFAULT VALUES; -ALTER TABLE itest6 ALTER COLUMN a SET GENERATED BY DEFAULT SET INCREMENT BY 2 SET START WITH 100 RESTART; -INSERT INTO itest6 DEFAULT VALUES; -INSERT INTO itest6 DEFAULT VALUES; -SELECT * FROM itest6; - a | b ------+--- - 1 | - 100 | - 102 | -(3 rows) - -SELECT table_name, column_name, is_identity, identity_generation FROM information_schema.columns WHERE table_name = 'itest6' ORDER BY 1, 2; - table_name | column_name | is_identity | identity_generation -------------+-------------+-------------+--------------------- - itest6 | a | YES | BY DEFAULT - itest6 | b | NO | -(2 rows) - -ALTER TABLE itest6 ALTER COLUMN b SET INCREMENT BY 2; -- fail, not identity -ERROR: column "b" of relation "itest6" is not an identity column --- prohibited direct modification of sequence -ALTER SEQUENCE itest6_a_seq OWNED BY NONE; -ERROR: cannot change ownership of identity sequence -DETAIL: Sequence "itest6_a_seq" is linked to table "itest6". --- inheritance -CREATE TABLE itest7 (a int GENERATED ALWAYS AS IDENTITY); -INSERT INTO itest7 DEFAULT VALUES; -SELECT * FROM itest7; - a ---- - 1 -(1 row) - --- identity property is not inherited -CREATE TABLE itest7a (b text) INHERITS (itest7); --- make column identity in child table -CREATE TABLE itest7b (a int); -CREATE TABLE itest7c (a int GENERATED ALWAYS AS IDENTITY) INHERITS (itest7b); -NOTICE: merging column "a" with inherited definition -INSERT INTO itest7c DEFAULT VALUES; -SELECT * FROM itest7c; - a ---- - 1 -(1 row) - -CREATE TABLE itest7d (a int not null); -CREATE TABLE itest7e () INHERITS (itest7d); -ALTER TABLE itest7d ALTER COLUMN a ADD GENERATED ALWAYS AS IDENTITY; -ALTER TABLE itest7d ADD COLUMN b int GENERATED ALWAYS AS IDENTITY; -- error -ERROR: cannot recursively add identity column to table that has child tables -SELECT table_name, column_name, is_nullable, is_identity, identity_generation FROM information_schema.columns WHERE table_name LIKE 'itest7%' ORDER BY 1, 2; - table_name | column_name | is_nullable | is_identity | identity_generation -------------+-------------+-------------+-------------+--------------------- - itest7 | a | NO | YES | ALWAYS - itest7a | a | NO | NO | - itest7a | b | YES | NO | - itest7b | a | YES | NO | - itest7c | a | NO | YES | ALWAYS - itest7d | a | NO | YES | ALWAYS - itest7e | a | NO | NO | -(7 rows) - --- These ALTER TABLE variants will not recurse. -ALTER TABLE itest7 ALTER COLUMN a SET GENERATED BY DEFAULT; -ALTER TABLE itest7 ALTER COLUMN a RESTART; -ALTER TABLE itest7 ALTER COLUMN a DROP IDENTITY; --- privileges -CREATE USER regress_identity_user1; -CREATE TABLE itest8 (a int GENERATED ALWAYS AS IDENTITY, b text); -GRANT SELECT, INSERT ON itest8 TO regress_identity_user1; -SET ROLE regress_identity_user1; -INSERT INTO itest8 DEFAULT VALUES; -SELECT * FROM itest8; - a | b ----+--- - 1 | -(1 row) - -RESET ROLE; -DROP TABLE itest8; -DROP USER regress_identity_user1; --- multiple steps in ALTER TABLE -CREATE TABLE itest8 (f1 int); -ALTER TABLE itest8 - ADD COLUMN f2 int NOT NULL, - ALTER COLUMN f2 ADD GENERATED ALWAYS AS IDENTITY; -ALTER TABLE itest8 - ADD COLUMN f3 int NOT NULL, - ALTER COLUMN f3 ADD GENERATED ALWAYS AS IDENTITY, - ALTER COLUMN f3 SET GENERATED BY DEFAULT SET INCREMENT 10; -ALTER TABLE itest8 - ADD COLUMN f4 int; -ALTER TABLE itest8 - ALTER COLUMN f4 SET NOT NULL, - ALTER COLUMN f4 ADD GENERATED ALWAYS AS IDENTITY, - ALTER COLUMN f4 SET DATA TYPE bigint; -ALTER TABLE itest8 - ADD COLUMN f5 int GENERATED ALWAYS AS IDENTITY; -ALTER TABLE itest8 - ALTER COLUMN f5 DROP IDENTITY, - ALTER COLUMN f5 DROP NOT NULL, - ALTER COLUMN f5 SET DATA TYPE bigint; -INSERT INTO itest8 VALUES(0), (1); --- This does not work when the table isn't empty. That's intentional, --- since ADD GENERATED should only affect later insertions: -ALTER TABLE itest8 - ADD COLUMN f22 int NOT NULL, - ALTER COLUMN f22 ADD GENERATED ALWAYS AS IDENTITY; -ERROR: column "f22" of relation "itest8" contains null values -TABLE itest8; - f1 | f2 | f3 | f4 | f5 -----+----+----+----+---- - 0 | 1 | 1 | 1 | - 1 | 2 | 11 | 2 | -(2 rows) - -\d+ itest8 - Table "public.itest8" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+----------------------------------+---------+--------------+------------- - f1 | integer | | | | plain | | - f2 | integer | | not null | generated always as identity | plain | | - f3 | integer | | not null | generated by default as identity | plain | | - f4 | bigint | | not null | generated always as identity | plain | | - f5 | bigint | | | | plain | | -Not-null constraints: - "itest8_f2_not_null" NOT NULL "f2" - "itest8_f3_not_null" NOT NULL "f3" - "itest8_f4_not_null" NOT NULL "f4" - -\d itest8_f2_seq - Sequence "public.itest8_f2_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Sequence for identity column: public.itest8.f2 - -\d itest8_f3_seq - Sequence "public.itest8_f3_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 10 | no | 1 -Sequence for identity column: public.itest8.f3 - -\d itest8_f4_seq - Sequence "public.itest8_f4_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ---------+-------+---------+---------------------+-----------+---------+------- - bigint | 1 | 1 | 9223372036854775807 | 1 | no | 1 -Sequence for identity column: public.itest8.f4 - -\d itest8_f5_seq -DROP TABLE itest8; --- typed tables (currently not supported) -CREATE TYPE itest_type AS (f1 integer, f2 text, f3 bigint); -CREATE TABLE itest12 OF itest_type (f1 WITH OPTIONS GENERATED ALWAYS AS IDENTITY); -- error -ERROR: identity columns are not supported on typed tables -DROP TYPE itest_type CASCADE; --- table partitions --- partitions inherit identity column and share sequence -CREATE TABLE pitest1 (f1 date NOT NULL, f2 text, f3 bigint generated always as identity) PARTITION BY RANGE (f1); --- new partition -CREATE TABLE pitest1_p1 PARTITION OF pitest1 FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -INSERT into pitest1(f1, f2) VALUES ('2016-07-2', 'from pitest1'); -INSERT into pitest1_p1 (f1, f2) VALUES ('2016-07-3', 'from pitest1_p1'); --- attached partition -CREATE TABLE pitest1_p2 (f3 bigint, f2 text, f1 date NOT NULL); -INSERT INTO pitest1_p2 (f1, f2, f3) VALUES ('2016-08-2', 'before attaching', 100); -ALTER TABLE pitest1 ATTACH PARTITION pitest1_p2 FOR VALUES FROM ('2016-08-01') TO ('2016-09-01'); -- requires NOT NULL constraint -ERROR: column "f3" in child table "pitest1_p2" must be marked NOT NULL -ALTER TABLE pitest1_p2 ALTER COLUMN f3 SET NOT NULL; -ALTER TABLE pitest1 ATTACH PARTITION pitest1_p2 FOR VALUES FROM ('2016-08-01') TO ('2016-09-01'); -INSERT INTO pitest1_p2 (f1, f2) VALUES ('2016-08-3', 'from pitest1_p2'); -INSERT INTO pitest1 (f1, f2) VALUES ('2016-08-4', 'from pitest1'); --- LIKE INCLUDING on partition -CREATE TABLE pitest1_p1_like (LIKE pitest1_p1 INCLUDING IDENTITY); -INSERT into pitest1_p1_like(f1, f2) VALUES ('2016-07-2', 'from pitest1_p1_like'); -SELECT tableoid::regclass, f1, f2, f3 FROM pitest1; - tableoid | f1 | f2 | f3 -------------+------------+------------------+----- - pitest1_p1 | 07-02-2016 | from pitest1 | 1 - pitest1_p1 | 07-03-2016 | from pitest1_p1 | 2 - pitest1_p2 | 08-02-2016 | before attaching | 100 - pitest1_p2 | 08-03-2016 | from pitest1_p2 | 3 - pitest1_p2 | 08-04-2016 | from pitest1 | 4 -(5 rows) - -SELECT tableoid::regclass, f1, f2, f3 FROM pitest1_p1_like; - tableoid | f1 | f2 | f3 ------------------+------------+----------------------+---- - pitest1_p1_like | 07-02-2016 | from pitest1_p1_like | 1 -(1 row) - -ALTER TABLE pitest1 ALTER COLUMN f3 SET DATA TYPE bigint; -SELECT tableoid::regclass, f1, f2, f3, pg_typeof(f3) FROM pitest1; - tableoid | f1 | f2 | f3 | pg_typeof -------------+------------+------------------+-----+----------- - pitest1_p1 | 07-02-2016 | from pitest1 | 1 | bigint - pitest1_p1 | 07-03-2016 | from pitest1_p1 | 2 | bigint - pitest1_p2 | 08-02-2016 | before attaching | 100 | bigint - pitest1_p2 | 08-03-2016 | from pitest1_p2 | 3 | bigint - pitest1_p2 | 08-04-2016 | from pitest1 | 4 | bigint -(5 rows) - -SELECT tableoid::regclass, f1, f2, f3, pg_typeof(f3) FROM pitest1_p2; - tableoid | f1 | f2 | f3 | pg_typeof -------------+------------+------------------+-----+----------- - pitest1_p2 | 08-02-2016 | before attaching | 100 | bigint - pitest1_p2 | 08-03-2016 | from pitest1_p2 | 3 | bigint - pitest1_p2 | 08-04-2016 | from pitest1 | 4 | bigint -(3 rows) - --- add identity column -CREATE TABLE pitest2 (f1 date NOT NULL, f2 text) PARTITION BY RANGE (f1); -CREATE TABLE pitest2_p1 PARTITION OF pitest2 FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -CREATE TABLE pitest2_p2 PARTITION OF pitest2 FOR VALUES FROM ('2016-08-01') TO ('2016-09-01'); -INSERT into pitest2(f1, f2) VALUES ('2016-07-2', 'from pitest2'); -INSERT INTO pitest2 (f1, f2) VALUES ('2016-08-2', 'from pitest2'); -ALTER TABLE pitest2 ADD COLUMN f3 int GENERATED ALWAYS AS IDENTITY; -INSERT into pitest2_p1 (f1, f2) VALUES ('2016-07-3', 'from pitest2_p1'); -INSERT INTO pitest2_p2 (f1, f2) VALUES ('2016-08-3', 'from pitest2_p2'); -INSERT into pitest2(f1, f2) VALUES ('2016-07-4', 'from pitest2'); -INSERT INTO pitest2 (f1, f2) VALUES ('2016-08-4', 'from pitest2'); -SELECT tableoid::regclass, f1, f2, f3 FROM pitest2; - tableoid | f1 | f2 | f3 -------------+------------+-----------------+---- - pitest2_p1 | 07-02-2016 | from pitest2 | 1 - pitest2_p1 | 07-03-2016 | from pitest2_p1 | 3 - pitest2_p1 | 07-04-2016 | from pitest2 | 5 - pitest2_p2 | 08-02-2016 | from pitest2 | 2 - pitest2_p2 | 08-03-2016 | from pitest2_p2 | 4 - pitest2_p2 | 08-04-2016 | from pitest2 | 6 -(6 rows) - --- SET identity column -ALTER TABLE pitest2_p1 ALTER COLUMN f3 SET GENERATED BY DEFAULT; -- fails -ERROR: cannot change identity column of a partition -ALTER TABLE pitest2_p1 ALTER COLUMN f3 SET INCREMENT BY 2; -- fails -ERROR: cannot change identity column of a partition -ALTER TABLE ONLY pitest2 ALTER COLUMN f3 SET GENERATED BY DEFAULT SET INCREMENT BY 2 SET START WITH 1000 RESTART; -- fails -ERROR: cannot change identity column of only the partitioned table -HINT: Do not specify the ONLY keyword. -ALTER TABLE pitest2 ALTER COLUMN f3 SET GENERATED BY DEFAULT SET INCREMENT BY 2 SET START WITH 1000 RESTART; -INSERT into pitest2(f1, f2, f3) VALUES ('2016-07-5', 'from pitest2', 200); -INSERT INTO pitest2(f1, f2) VALUES ('2016-08-5', 'from pitest2'); -INSERT into pitest2_p1 (f1, f2) VALUES ('2016-07-6', 'from pitest2_p1'); -INSERT INTO pitest2_p2 (f1, f2, f3) VALUES ('2016-08-6', 'from pitest2_p2', 300); -SELECT tableoid::regclass, f1, f2, f3 FROM pitest2; - tableoid | f1 | f2 | f3 -------------+------------+-----------------+------ - pitest2_p1 | 07-02-2016 | from pitest2 | 1 - pitest2_p1 | 07-03-2016 | from pitest2_p1 | 3 - pitest2_p1 | 07-04-2016 | from pitest2 | 5 - pitest2_p1 | 07-05-2016 | from pitest2 | 200 - pitest2_p1 | 07-06-2016 | from pitest2_p1 | 1002 - pitest2_p2 | 08-02-2016 | from pitest2 | 2 - pitest2_p2 | 08-03-2016 | from pitest2_p2 | 4 - pitest2_p2 | 08-04-2016 | from pitest2 | 6 - pitest2_p2 | 08-05-2016 | from pitest2 | 1000 - pitest2_p2 | 08-06-2016 | from pitest2_p2 | 300 -(10 rows) - --- detaching a partition removes identity property -ALTER TABLE pitest2 DETACH PARTITION pitest2_p1; -INSERT into pitest2(f1, f2) VALUES ('2016-08-7', 'from pitest2'); -INSERT into pitest2_p1 (f1, f2) VALUES ('2016-07-7', 'from pitest2_p1'); -- error -ERROR: null value in column "f3" of relation "pitest2_p1" violates not-null constraint -DETAIL: Failing row contains (07-07-2016, from pitest2_p1, null). -INSERT into pitest2_p1 (f1, f2, f3) VALUES ('2016-07-7', 'from pitest2_p1', 2000); -SELECT tableoid::regclass, f1, f2, f3 FROM pitest2; - tableoid | f1 | f2 | f3 -------------+------------+-----------------+------ - pitest2_p2 | 08-02-2016 | from pitest2 | 2 - pitest2_p2 | 08-03-2016 | from pitest2_p2 | 4 - pitest2_p2 | 08-04-2016 | from pitest2 | 6 - pitest2_p2 | 08-05-2016 | from pitest2 | 1000 - pitest2_p2 | 08-06-2016 | from pitest2_p2 | 300 - pitest2_p2 | 08-07-2016 | from pitest2 | 1004 -(6 rows) - -SELECT tableoid::regclass, f1, f2, f3 FROM pitest2_p1; - tableoid | f1 | f2 | f3 -------------+------------+-----------------+------ - pitest2_p1 | 07-02-2016 | from pitest2 | 1 - pitest2_p1 | 07-03-2016 | from pitest2_p1 | 3 - pitest2_p1 | 07-04-2016 | from pitest2 | 5 - pitest2_p1 | 07-05-2016 | from pitest2 | 200 - pitest2_p1 | 07-06-2016 | from pitest2_p1 | 1002 - pitest2_p1 | 07-07-2016 | from pitest2_p1 | 2000 -(6 rows) - -DROP TABLE pitest2_p1; --- changing a regular column to identity column in a partitioned table -CREATE TABLE pitest3 (f1 date NOT NULL, f2 text, f3 int) PARTITION BY RANGE (f1); -CREATE TABLE pitest3_p1 PARTITION OF pitest3 FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -INSERT into pitest3 VALUES ('2016-07-2', 'from pitest3', 1); -INSERT into pitest3_p1 VALUES ('2016-07-3', 'from pitest3_p1', 2); --- fails, changing only a partition not allowed -ALTER TABLE pitest3_p1 - ALTER COLUMN f3 SET NOT NULL, - ALTER COLUMN f3 ADD GENERATED ALWAYS AS IDENTITY (START WITH 3); -ERROR: cannot add identity to a column of a partition --- fails, changing only the partitioned table not allowed -BEGIN; -ALTER TABLE pitest3_p1 ALTER COLUMN f3 SET NOT NULL; -ALTER TABLE ONLY pitest3 - ALTER COLUMN f3 ADD GENERATED ALWAYS AS IDENTITY (START WITH 3); -ERROR: cannot add identity to a column of only the partitioned table -HINT: Do not specify the ONLY keyword. -ROLLBACK; -ALTER TABLE pitest3 - ALTER COLUMN f3 SET NOT NULL, - ALTER COLUMN f3 ADD GENERATED ALWAYS AS IDENTITY (START WITH 3); -INSERT into pitest3(f1, f2) VALUES ('2016-07-4', 'from pitest3'); -INSERT into pitest3_p1 (f1, f2) VALUES ('2016-07-5', 'from pitest3_p1'); -SELECT tableoid::regclass, f1, f2, f3 FROM pitest3; - tableoid | f1 | f2 | f3 -------------+------------+-----------------+---- - pitest3_p1 | 07-02-2016 | from pitest3 | 1 - pitest3_p1 | 07-03-2016 | from pitest3_p1 | 2 - pitest3_p1 | 07-04-2016 | from pitest3 | 3 - pitest3_p1 | 07-05-2016 | from pitest3_p1 | 4 -(4 rows) - --- changing an identity column to a non-identity column in a partitioned table -ALTER TABLE pitest3_p1 ALTER COLUMN f3 DROP IDENTITY; -- fails -ERROR: cannot drop identity from a column of a partition -ALTER TABLE ONLY pitest3 ALTER COLUMN f3 DROP IDENTITY; -- fails -ERROR: cannot drop identity from a column of only the partitioned table -HINT: Do not specify the ONLY keyword. -ALTER TABLE pitest3 ALTER COLUMN f3 DROP IDENTITY; -INSERT into pitest3(f1, f2) VALUES ('2016-07-4', 'from pitest3'); -- fails -ERROR: null value in column "f3" of relation "pitest3_p1" violates not-null constraint -DETAIL: Failing row contains (07-04-2016, from pitest3, null). -INSERT into pitest3_p1 (f1, f2) VALUES ('2016-07-5', 'from pitest3_p1'); -- fails -ERROR: null value in column "f3" of relation "pitest3_p1" violates not-null constraint -DETAIL: Failing row contains (07-05-2016, from pitest3_p1, null). -INSERT into pitest3(f1, f2, f3) VALUES ('2016-07-6', 'from pitest3', 5); -INSERT into pitest3_p1 (f1, f2, f3) VALUES ('2016-07-7', 'from pitest3_p1', 6); -SELECT tableoid::regclass, f1, f2, f3 FROM pitest3; - tableoid | f1 | f2 | f3 -------------+------------+-----------------+---- - pitest3_p1 | 07-02-2016 | from pitest3 | 1 - pitest3_p1 | 07-03-2016 | from pitest3_p1 | 2 - pitest3_p1 | 07-04-2016 | from pitest3 | 3 - pitest3_p1 | 07-05-2016 | from pitest3_p1 | 4 - pitest3_p1 | 07-06-2016 | from pitest3 | 5 - pitest3_p1 | 07-07-2016 | from pitest3_p1 | 6 -(6 rows) - --- Changing NOT NULL constraint of identity columns is not allowed -ALTER TABLE pitest1_p1 ALTER COLUMN f3 DROP NOT NULL; -ERROR: column "f3" of relation "pitest1_p1" is an identity column -ALTER TABLE pitest1 ALTER COLUMN f3 DROP NOT NULL; -ERROR: column "f3" of relation "pitest1" is an identity column --- Identity columns have their own default -ALTER TABLE pitest1_p2 ALTER COLUMN f3 SET DEFAULT 10000; -ERROR: column "f3" of relation "pitest1_p2" is an identity column -ALTER TABLE pitest1 ALTER COLUMN f3 SET DEFAULT 10000; -ERROR: column "f3" of relation "pitest1" is an identity column --- Adding identity to an identity column is not allowed -ALTER TABLE pitest1_p2 ALTER COLUMN f3 ADD GENERATED BY DEFAULT AS IDENTITY; -ERROR: cannot add identity to a column of a partition -ALTER TABLE pitest1 ALTER COLUMN f3 ADD GENERATED BY DEFAULT AS IDENTITY; -ERROR: column "f3" of relation "pitest1" is already an identity column --- partitions with their own identity columns are not allowed, even if the --- partitioned table does not have an identity column. -CREATE TABLE pitest1_pfail PARTITION OF pitest1 ( - f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY -) FOR VALUES FROM ('2016-11-01') TO ('2016-12-01'); -ERROR: identity columns are not supported on partitions -CREATE TABLE pitest_pfail PARTITION OF pitest3 ( - f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY -) FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -ERROR: identity columns are not supported on partitions -CREATE TABLE pitest1_pfail (f1 date NOT NULL, f2 text, f3 bigint GENERATED ALWAYS AS IDENTITY); -ALTER TABLE pitest1 ATTACH PARTITION pitest1_pfail FOR VALUES FROM ('2016-11-01') TO ('2016-12-01'); -ERROR: table "pitest1_pfail" being attached contains an identity column "f3" -DETAIL: The new partition may not contain an identity column. -ALTER TABLE pitest3 ATTACH PARTITION pitest1_pfail FOR VALUES FROM ('2016-11-01') TO ('2016-12-01'); -ERROR: table "pitest1_pfail" being attached contains an identity column "f3" -DETAIL: The new partition may not contain an identity column. -DROP TABLE pitest1_pfail; -DROP TABLE pitest3; --- test that sequence of half-dropped serial column is properly ignored -CREATE TABLE itest14 (id serial); -ALTER TABLE itest14 ALTER id DROP DEFAULT; -ALTER TABLE itest14 ALTER id ADD GENERATED BY DEFAULT AS IDENTITY; -INSERT INTO itest14 (id) VALUES (DEFAULT); --- Identity columns must be NOT NULL (cf bug #16913) -CREATE TABLE itest15 (id integer GENERATED ALWAYS AS IDENTITY NULL); -- fail -ERROR: conflicting NULL/NOT NULL declarations for column "id" of table "itest15" -LINE 1: ...ABLE itest15 (id integer GENERATED ALWAYS AS IDENTITY NULL); - ^ -CREATE TABLE itest15 (id integer NULL GENERATED ALWAYS AS IDENTITY); -- fail -ERROR: conflicting NULL/NOT NULL declarations for column "id" of table "itest15" -LINE 1: CREATE TABLE itest15 (id integer NULL GENERATED ALWAYS AS ID... - ^ -CREATE TABLE itest15 (id integer GENERATED ALWAYS AS IDENTITY NOT NULL); -DROP TABLE itest15; -CREATE TABLE itest15 (id integer NOT NULL GENERATED ALWAYS AS IDENTITY); -DROP TABLE itest15; --- MERGE tests -CREATE TABLE itest15 (a int GENERATED ALWAYS AS IDENTITY, b text); -CREATE TABLE itest16 (a int GENERATED BY DEFAULT AS IDENTITY, b text); -MERGE INTO itest15 t -USING (SELECT 10 AS s_a, 'inserted by merge' AS s_b) s -ON t.a = s.s_a -WHEN NOT MATCHED THEN - INSERT (a, b) VALUES (s.s_a, s.s_b); -ERROR: cannot insert a non-DEFAULT value into column "a" -DETAIL: Column "a" is an identity column defined as GENERATED ALWAYS. -HINT: Use OVERRIDING SYSTEM VALUE to override. --- Used to fail, but now it works and ignores the user supplied value -MERGE INTO itest15 t -USING (SELECT 20 AS s_a, 'inserted by merge' AS s_b) s -ON t.a = s.s_a -WHEN NOT MATCHED THEN - INSERT (a, b) OVERRIDING USER VALUE VALUES (s.s_a, s.s_b); -MERGE INTO itest15 t -USING (SELECT 30 AS s_a, 'inserted by merge' AS s_b) s -ON t.a = s.s_a -WHEN NOT MATCHED THEN - INSERT (a, b) OVERRIDING SYSTEM VALUE VALUES (s.s_a, s.s_b); -MERGE INTO itest16 t -USING (SELECT 10 AS s_a, 'inserted by merge' AS s_b) s -ON t.a = s.s_a -WHEN NOT MATCHED THEN - INSERT (a, b) VALUES (s.s_a, s.s_b); -MERGE INTO itest16 t -USING (SELECT 20 AS s_a, 'inserted by merge' AS s_b) s -ON t.a = s.s_a -WHEN NOT MATCHED THEN - INSERT (a, b) OVERRIDING USER VALUE VALUES (s.s_a, s.s_b); -MERGE INTO itest16 t -USING (SELECT 30 AS s_a, 'inserted by merge' AS s_b) s -ON t.a = s.s_a -WHEN NOT MATCHED THEN - INSERT (a, b) OVERRIDING SYSTEM VALUE VALUES (s.s_a, s.s_b); -SELECT * FROM itest15; - a | b -----+------------------- - 1 | inserted by merge - 30 | inserted by merge -(2 rows) - -SELECT * FROM itest16; - a | b -----+------------------- - 10 | inserted by merge - 1 | inserted by merge - 30 | inserted by merge -(3 rows) - -DROP TABLE itest15; -DROP TABLE itest16; --- For testing of pg_dump and pg_upgrade, leave behind some identity --- sequences whose logged-ness doesn't match their owning table's. -CREATE TABLE identity_dump_logged (a INT GENERATED ALWAYS AS IDENTITY); -ALTER SEQUENCE identity_dump_logged_a_seq SET UNLOGGED; -CREATE UNLOGGED TABLE identity_dump_unlogged (a INT GENERATED ALWAYS AS IDENTITY); -ALTER SEQUENCE identity_dump_unlogged_a_seq SET LOGGED; -SELECT relname, relpersistence FROM pg_class - WHERE relname ~ '^identity_dump_' ORDER BY 1; - relname | relpersistence -------------------------------+---------------- - identity_dump_logged | p - identity_dump_logged_a_seq | u - identity_dump_unlogged | u - identity_dump_unlogged_a_seq | p -(4 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_stored.out --- /tmp/cirrus-ci-build/src/test/regress/expected/generated_stored.out 2025-05-11 19:30:18.949156000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_stored.out 2025-05-11 19:32:42.110151000 +0000 @@ -1,1502 +1,2 @@ --- keep these tests aligned with generated_virtual.sql -CREATE SCHEMA generated_stored_tests; -GRANT USAGE ON SCHEMA generated_stored_tests TO PUBLIC; -SET search_path = generated_stored_tests; -CREATE TABLE gtest0 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (55) STORED); -CREATE TABLE gtest1 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED); -SELECT table_name, column_name, column_default, is_nullable, is_generated, generation_expression FROM information_schema.columns WHERE table_schema = 'generated_stored_tests' ORDER BY 1, 2; - table_name | column_name | column_default | is_nullable | is_generated | generation_expression -------------+-------------+----------------+-------------+--------------+----------------------- - gtest0 | a | | NO | NEVER | - gtest0 | b | | YES | ALWAYS | 55 - gtest1 | a | | NO | NEVER | - gtest1 | b | | YES | ALWAYS | (a * 2) -(4 rows) - -SELECT table_name, column_name, dependent_column FROM information_schema.column_column_usage WHERE table_schema = 'generated_stored_tests' ORDER BY 1, 2, 3; - table_name | column_name | dependent_column -------------+-------------+------------------ - gtest1 | a | b -(1 row) - -\d gtest1 - Table "generated_stored_tests.gtest1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | not null | - b | integer | | | generated always as (a * 2) stored -Indexes: - "gtest1_pkey" PRIMARY KEY, btree (a) - --- duplicate generated -CREATE TABLE gtest_err_1 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED GENERATED ALWAYS AS (a * 3) STORED); -ERROR: multiple generation clauses specified for column "b" of table "gtest_err_1" -LINE 1: ...ARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED GENERATED ... - ^ --- references to other generated columns, including self-references -CREATE TABLE gtest_err_2a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (b * 2) STORED); -ERROR: cannot use generated column "b" in column generation expression -LINE 1: ...2a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (b * 2) STO... - ^ -DETAIL: A generated column cannot reference another generated column. -CREATE TABLE gtest_err_2b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED, c int GENERATED ALWAYS AS (b * 3) STORED); -ERROR: cannot use generated column "b" in column generation expression -LINE 1: ...AYS AS (a * 2) STORED, c int GENERATED ALWAYS AS (b * 3) STO... - ^ -DETAIL: A generated column cannot reference another generated column. --- a whole-row var is a self-reference on steroids, so disallow that too -CREATE TABLE gtest_err_2c (a int PRIMARY KEY, - b int GENERATED ALWAYS AS (num_nulls(gtest_err_2c)) STORED); -ERROR: cannot use whole-row variable in column generation expression -LINE 2: b int GENERATED ALWAYS AS (num_nulls(gtest_err_2c)) STOR... - ^ -DETAIL: This would cause the generated column to depend on its own value. --- invalid reference -CREATE TABLE gtest_err_3 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (c * 2) STORED); -ERROR: column "c" does not exist -LINE 1: ..._3 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (c * 2) STO... - ^ --- generation expression must be immutable -CREATE TABLE gtest_err_4 (a int PRIMARY KEY, b double precision GENERATED ALWAYS AS (random()) STORED); -ERROR: generation expression is not immutable --- ... but be sure that the immutability test is accurate -CREATE TABLE gtest2 (a int, b text GENERATED ALWAYS AS (a || ' sec') STORED); -DROP TABLE gtest2; --- cannot have default/identity and generated -CREATE TABLE gtest_err_5a (a int PRIMARY KEY, b int DEFAULT 5 GENERATED ALWAYS AS (a * 2) STORED); -ERROR: both default and generation expression specified for column "b" of table "gtest_err_5a" -LINE 1: ... gtest_err_5a (a int PRIMARY KEY, b int DEFAULT 5 GENERATED ... - ^ -CREATE TABLE gtest_err_5b (a int PRIMARY KEY, b int GENERATED ALWAYS AS identity GENERATED ALWAYS AS (a * 2) STORED); -ERROR: both identity and generation expression specified for column "b" of table "gtest_err_5b" -LINE 1: ...t PRIMARY KEY, b int GENERATED ALWAYS AS identity GENERATED ... - ^ --- reference to system column not allowed in generated column --- (except tableoid, which we test below) -CREATE TABLE gtest_err_6a (a int PRIMARY KEY, b bool GENERATED ALWAYS AS (xmin <> 37) STORED); -ERROR: cannot use system column "xmin" in column generation expression -LINE 1: ...a (a int PRIMARY KEY, b bool GENERATED ALWAYS AS (xmin <> 37... - ^ --- various prohibited constructs -CREATE TABLE gtest_err_7a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (avg(a)) STORED); -ERROR: aggregate functions are not allowed in column generation expressions -LINE 1: ...7a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (avg(a)) ST... - ^ -CREATE TABLE gtest_err_7b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (row_number() OVER (ORDER BY a)) STORED); -ERROR: window functions are not allowed in column generation expressions -LINE 1: ...7b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (row_number... - ^ -CREATE TABLE gtest_err_7c (a int PRIMARY KEY, b int GENERATED ALWAYS AS ((SELECT a)) STORED); -ERROR: cannot use subquery in column generation expression -LINE 1: ...7c (a int PRIMARY KEY, b int GENERATED ALWAYS AS ((SELECT a)... - ^ -CREATE TABLE gtest_err_7d (a int PRIMARY KEY, b int GENERATED ALWAYS AS (generate_series(1, a)) STORED); -ERROR: set-returning functions are not allowed in column generation expressions -LINE 1: ...7d (a int PRIMARY KEY, b int GENERATED ALWAYS AS (generate_s... - ^ --- GENERATED BY DEFAULT not allowed -CREATE TABLE gtest_err_8 (a int PRIMARY KEY, b int GENERATED BY DEFAULT AS (a * 2) STORED); -ERROR: for a generated column, GENERATED ALWAYS must be specified -LINE 1: ...E gtest_err_8 (a int PRIMARY KEY, b int GENERATED BY DEFAULT... - ^ -INSERT INTO gtest1 VALUES (1); -INSERT INTO gtest1 VALUES (2, DEFAULT); -- ok -INSERT INTO gtest1 VALUES (3, 33); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1 VALUES (3, 33), (4, 44); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1 VALUES (3, DEFAULT), (4, 44); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1 VALUES (3, 33), (4, DEFAULT); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1 VALUES (3, DEFAULT), (4, DEFAULT); -- ok -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 1 | 2 - 2 | 4 - 3 | 6 - 4 | 8 -(4 rows) - -SELECT gtest1 FROM gtest1 ORDER BY a; -- whole-row reference - gtest1 --------- - (1,2) - (2,4) - (3,6) - (4,8) -(4 rows) - -SELECT a, (SELECT gtest1.b) FROM gtest1 ORDER BY a; -- sublink - a | b ----+--- - 1 | 2 - 2 | 4 - 3 | 6 - 4 | 8 -(4 rows) - -DELETE FROM gtest1 WHERE a >= 3; -UPDATE gtest1 SET b = DEFAULT WHERE a = 1; -UPDATE gtest1 SET b = 11 WHERE a = 1; -- error -ERROR: column "b" can only be updated to DEFAULT -DETAIL: Column "b" is a generated column. -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 1 | 2 - 2 | 4 -(2 rows) - -SELECT a, b, b * 2 AS b2 FROM gtest1 ORDER BY a; - a | b | b2 ----+---+---- - 1 | 2 | 4 - 2 | 4 | 8 -(2 rows) - -SELECT a, b FROM gtest1 WHERE b = 4 ORDER BY a; - a | b ----+--- - 2 | 4 -(1 row) - --- test that overflow error happens on write -INSERT INTO gtest1 VALUES (2000000000); -ERROR: integer out of range -SELECT * FROM gtest1; - a | b ----+--- - 2 | 4 - 1 | 2 -(2 rows) - -DELETE FROM gtest1 WHERE a = 2000000000; --- test with joins -CREATE TABLE gtestx (x int, y int); -INSERT INTO gtestx VALUES (11, 1), (22, 2), (33, 3); -SELECT * FROM gtestx, gtest1 WHERE gtestx.y = gtest1.a; - x | y | a | b -----+---+---+--- - 11 | 1 | 1 | 2 - 22 | 2 | 2 | 4 -(2 rows) - -DROP TABLE gtestx; --- test UPDATE/DELETE quals -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 1 | 2 - 2 | 4 -(2 rows) - -UPDATE gtest1 SET a = 3 WHERE b = 4 RETURNING old.*, new.*; - a | b | a | b ----+---+---+--- - 2 | 4 | 3 | 6 -(1 row) - -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 1 | 2 - 3 | 6 -(2 rows) - -DELETE FROM gtest1 WHERE b = 2; -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 3 | 6 -(1 row) - --- test MERGE -CREATE TABLE gtestm ( - id int PRIMARY KEY, - f1 int, - f2 int, - f3 int GENERATED ALWAYS AS (f1 * 2) STORED, - f4 int GENERATED ALWAYS AS (f2 * 2) STORED -); -INSERT INTO gtestm VALUES (1, 5, 100); -MERGE INTO gtestm t USING (VALUES (1, 10), (2, 20)) v(id, f1) ON t.id = v.id - WHEN MATCHED THEN UPDATE SET f1 = v.f1 - WHEN NOT MATCHED THEN INSERT VALUES (v.id, v.f1, 200) - RETURNING merge_action(), old.*, new.*; - merge_action | id | f1 | f2 | f3 | f4 | id | f1 | f2 | f3 | f4 ---------------+----+----+-----+----+-----+----+----+-----+----+----- - UPDATE | 1 | 5 | 100 | 10 | 200 | 1 | 10 | 100 | 20 | 200 - INSERT | | | | | | 2 | 20 | 200 | 40 | 400 -(2 rows) - -SELECT * FROM gtestm ORDER BY id; - id | f1 | f2 | f3 | f4 -----+----+-----+----+----- - 1 | 10 | 100 | 20 | 200 - 2 | 20 | 200 | 40 | 400 -(2 rows) - -DROP TABLE gtestm; -CREATE TABLE gtestm ( - a int PRIMARY KEY, - b int GENERATED ALWAYS AS (a * 2) STORED -); -INSERT INTO gtestm (a) SELECT g FROM generate_series(1, 10) g; -MERGE INTO gtestm t USING gtestm AS s ON 2 * t.a = s.b WHEN MATCHED THEN DELETE RETURNING *; - a | b | a | b -----+----+----+---- - 1 | 2 | 1 | 2 - 2 | 4 | 2 | 4 - 3 | 6 | 3 | 6 - 4 | 8 | 4 | 8 - 5 | 10 | 5 | 10 - 6 | 12 | 6 | 12 - 7 | 14 | 7 | 14 - 8 | 16 | 8 | 16 - 9 | 18 | 9 | 18 - 10 | 20 | 10 | 20 -(10 rows) - -DROP TABLE gtestm; --- views -CREATE VIEW gtest1v AS SELECT * FROM gtest1; -SELECT * FROM gtest1v; - a | b ----+--- - 3 | 6 -(1 row) - -INSERT INTO gtest1v VALUES (4, 8); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1v VALUES (5, DEFAULT); -- ok -INSERT INTO gtest1v VALUES (6, 66), (7, 77); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1v VALUES (6, DEFAULT), (7, 77); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1v VALUES (6, 66), (7, DEFAULT); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1v VALUES (6, DEFAULT), (7, DEFAULT); -- ok -ALTER VIEW gtest1v ALTER COLUMN b SET DEFAULT 100; -INSERT INTO gtest1v VALUES (8, DEFAULT); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1v VALUES (8, DEFAULT), (9, DEFAULT); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -SELECT * FROM gtest1v; - a | b ----+---- - 3 | 6 - 5 | 10 - 6 | 12 - 7 | 14 -(4 rows) - -DELETE FROM gtest1v WHERE a >= 5; -DROP VIEW gtest1v; --- CTEs -WITH foo AS (SELECT * FROM gtest1) SELECT * FROM foo; - a | b ----+--- - 3 | 6 -(1 row) - --- inheritance -CREATE TABLE gtest1_1 () INHERITS (gtest1); -SELECT * FROM gtest1_1; - a | b ----+--- -(0 rows) - -\d gtest1_1 - Table "generated_stored_tests.gtest1_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | not null | - b | integer | | | generated always as (a * 2) stored -Inherits: gtest1 - -INSERT INTO gtest1_1 VALUES (4); -SELECT * FROM gtest1_1; - a | b ----+--- - 4 | 8 -(1 row) - -SELECT * FROM gtest1; - a | b ----+--- - 3 | 6 - 4 | 8 -(2 rows) - --- can't have generated column that is a child of normal column -CREATE TABLE gtest_normal (a int, b int); -CREATE TABLE gtest_normal_child (a int, b int GENERATED ALWAYS AS (a * 2) STORED) INHERITS (gtest_normal); -- error -NOTICE: merging column "a" with inherited definition -NOTICE: merging column "b" with inherited definition -ERROR: child column "b" specifies generation expression -HINT: A child table column cannot be generated unless its parent column is. -CREATE TABLE gtest_normal_child (a int, b int GENERATED ALWAYS AS (a * 2) STORED); -ALTER TABLE gtest_normal_child INHERIT gtest_normal; -- error -ERROR: column "b" in child table must not be a generated column -DROP TABLE gtest_normal, gtest_normal_child; --- test inheritance mismatches between parent and child -CREATE TABLE gtestx (x int, b int DEFAULT 10) INHERITS (gtest1); -- error -NOTICE: merging column "b" with inherited definition -ERROR: column "b" inherits from generated column but specifies default -CREATE TABLE gtestx (x int, b int GENERATED ALWAYS AS IDENTITY) INHERITS (gtest1); -- error -NOTICE: merging column "b" with inherited definition -ERROR: column "b" inherits from generated column but specifies identity -CREATE TABLE gtestx (x int, b int GENERATED ALWAYS AS (a * 22) VIRTUAL) INHERITS (gtest1); -- error -NOTICE: merging column "b" with inherited definition -ERROR: column "b" inherits from generated column of different kind -DETAIL: Parent column is STORED, child column is VIRTUAL. -CREATE TABLE gtestx (x int, b int GENERATED ALWAYS AS (a * 22) STORED) INHERITS (gtest1); -- ok, overrides parent -NOTICE: merging column "b" with inherited definition -\d+ gtestx - Table "generated_stored_tests.gtestx" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+-------------------------------------+---------+--------------+------------- - a | integer | | not null | | plain | | - b | integer | | | generated always as (a * 22) stored | plain | | - x | integer | | | | plain | | -Not-null constraints: - "gtest1_a_not_null" NOT NULL "a" (inherited) -Inherits: gtest1 - -INSERT INTO gtestx (a, x) VALUES (11, 22); -SELECT * FROM gtest1; - a | b -----+----- - 3 | 6 - 4 | 8 - 11 | 242 -(3 rows) - -SELECT * FROM gtestx; - a | b | x -----+-----+---- - 11 | 242 | 22 -(1 row) - -CREATE TABLE gtestxx_1 (a int NOT NULL, b int); -ALTER TABLE gtestxx_1 INHERIT gtest1; -- error -ERROR: column "b" in child table must be a generated column -CREATE TABLE gtestxx_3 (a int NOT NULL, b int GENERATED ALWAYS AS (a * 2) STORED); -ALTER TABLE gtestxx_3 INHERIT gtest1; -- ok -CREATE TABLE gtestxx_4 (b int GENERATED ALWAYS AS (a * 2) STORED, a int NOT NULL); -ALTER TABLE gtestxx_4 INHERIT gtest1; -- ok --- test multiple inheritance mismatches -CREATE TABLE gtesty (x int, b int DEFAULT 55); -CREATE TABLE gtest1_y () INHERITS (gtest0, gtesty); -- error -NOTICE: merging multiple inherited definitions of column "b" -ERROR: inherited column "b" has a generation conflict -DROP TABLE gtesty; -CREATE TABLE gtesty (x int, b int); -CREATE TABLE gtest1_y () INHERITS (gtest1, gtesty); -- error -NOTICE: merging multiple inherited definitions of column "b" -ERROR: inherited column "b" has a generation conflict -DROP TABLE gtesty; -CREATE TABLE gtesty (x int, b int GENERATED ALWAYS AS (x * 22) STORED); -CREATE TABLE gtest1_y () INHERITS (gtest1, gtesty); -- error -NOTICE: merging multiple inherited definitions of column "b" -ERROR: column "b" inherits conflicting generation expressions -HINT: To resolve the conflict, specify a generation expression explicitly. -CREATE TABLE gtest1_y (b int GENERATED ALWAYS AS (x + 1) STORED) INHERITS (gtest1, gtesty); -- ok -NOTICE: merging multiple inherited definitions of column "b" -NOTICE: moving and merging column "b" with inherited definition -DETAIL: User-specified column moved to the position of the inherited column. -\d gtest1_y - Table "generated_stored_tests.gtest1_y" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | not null | - b | integer | | | generated always as (x + 1) stored - x | integer | | | -Inherits: gtest1, - gtesty - --- test correct handling of GENERATED column that's only in child -CREATE TABLE gtestp (f1 int); -CREATE TABLE gtestc (f2 int GENERATED ALWAYS AS (f1+1) STORED) INHERITS(gtestp); -INSERT INTO gtestc values(42); -TABLE gtestc; - f1 | f2 -----+---- - 42 | 43 -(1 row) - -UPDATE gtestp SET f1 = f1 * 10; -TABLE gtestc; - f1 | f2 ------+----- - 420 | 421 -(1 row) - -DROP TABLE gtestp CASCADE; -NOTICE: drop cascades to table gtestc --- test stored update -CREATE TABLE gtest3 (a int, b int GENERATED ALWAYS AS (a * 3) STORED); -INSERT INTO gtest3 (a) VALUES (1), (2), (3), (NULL); -SELECT * FROM gtest3 ORDER BY a; - a | b ----+--- - 1 | 3 - 2 | 6 - 3 | 9 - | -(4 rows) - -UPDATE gtest3 SET a = 22 WHERE a = 2; -SELECT * FROM gtest3 ORDER BY a; - a | b -----+---- - 1 | 3 - 3 | 9 - 22 | 66 - | -(4 rows) - -CREATE TABLE gtest3a (a text, b text GENERATED ALWAYS AS (a || '+' || a) STORED); -INSERT INTO gtest3a (a) VALUES ('a'), ('b'), ('c'), (NULL); -SELECT * FROM gtest3a ORDER BY a; - a | b ----+----- - a | a+a - b | b+b - c | c+c - | -(4 rows) - -UPDATE gtest3a SET a = 'bb' WHERE a = 'b'; -SELECT * FROM gtest3a ORDER BY a; - a | b -----+------- - a | a+a - bb | bb+bb - c | c+c - | -(4 rows) - --- COPY -TRUNCATE gtest1; -INSERT INTO gtest1 (a) VALUES (1), (2); -COPY gtest1 TO stdout; -1 -2 -COPY gtest1 (a, b) TO stdout; -ERROR: column "b" is a generated column -DETAIL: Generated columns cannot be used in COPY. -COPY gtest1 FROM stdin; -COPY gtest1 (a, b) FROM stdin; -ERROR: column "b" is a generated column -DETAIL: Generated columns cannot be used in COPY. -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 1 | 2 - 2 | 4 - 3 | 6 - 4 | 8 -(4 rows) - -TRUNCATE gtest3; -INSERT INTO gtest3 (a) VALUES (1), (2); -COPY gtest3 TO stdout; -1 -2 -COPY gtest3 (a, b) TO stdout; -ERROR: column "b" is a generated column -DETAIL: Generated columns cannot be used in COPY. -COPY gtest3 FROM stdin; -COPY gtest3 (a, b) FROM stdin; -ERROR: column "b" is a generated column -DETAIL: Generated columns cannot be used in COPY. -SELECT * FROM gtest3 ORDER BY a; - a | b ----+---- - 1 | 3 - 2 | 6 - 3 | 9 - 4 | 12 -(4 rows) - --- null values -CREATE TABLE gtest2 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (NULL) STORED); -INSERT INTO gtest2 VALUES (1); -SELECT * FROM gtest2; - a | b ----+--- - 1 | -(1 row) - --- simple column reference for varlena types -CREATE TABLE gtest_varlena (a varchar, b varchar GENERATED ALWAYS AS (a) STORED); -INSERT INTO gtest_varlena (a) VALUES('01234567890123456789'); -INSERT INTO gtest_varlena (a) VALUES(NULL); -SELECT * FROM gtest_varlena ORDER BY a; - a | b -----------------------+---------------------- - 01234567890123456789 | 01234567890123456789 - | -(2 rows) - -DROP TABLE gtest_varlena; --- composite types -CREATE TYPE double_int as (a int, b int); -CREATE TABLE gtest4 ( - a int, - b double_int GENERATED ALWAYS AS ((a * 2, a * 3)) STORED -); -INSERT INTO gtest4 VALUES (1), (6); -SELECT * FROM gtest4; - a | b ----+--------- - 1 | (2,3) - 6 | (12,18) -(2 rows) - -DROP TABLE gtest4; -DROP TYPE double_int; --- using tableoid is allowed -CREATE TABLE gtest_tableoid ( - a int PRIMARY KEY, - b bool GENERATED ALWAYS AS (tableoid = 'gtest_tableoid'::regclass) STORED -); -INSERT INTO gtest_tableoid VALUES (1), (2); -ALTER TABLE gtest_tableoid ADD COLUMN - c regclass GENERATED ALWAYS AS (tableoid) STORED; -SELECT * FROM gtest_tableoid; - a | b | c ----+---+---------------- - 1 | t | gtest_tableoid - 2 | t | gtest_tableoid -(2 rows) - --- drop column behavior -CREATE TABLE gtest10 (a int PRIMARY KEY, b int, c int GENERATED ALWAYS AS (b * 2) STORED); -ALTER TABLE gtest10 DROP COLUMN b; -- fails -ERROR: cannot drop column b of table gtest10 because other objects depend on it -DETAIL: column c of table gtest10 depends on column b of table gtest10 -HINT: Use DROP ... CASCADE to drop the dependent objects too. -ALTER TABLE gtest10 DROP COLUMN b CASCADE; -- drops c too -NOTICE: drop cascades to column c of table gtest10 -\d gtest10 - Table "generated_stored_tests.gtest10" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | not null | -Indexes: - "gtest10_pkey" PRIMARY KEY, btree (a) - -CREATE TABLE gtest10a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED); -ALTER TABLE gtest10a DROP COLUMN b; -INSERT INTO gtest10a (a) VALUES (1); --- privileges -CREATE USER regress_user11; -CREATE TABLE gtest11 (a int PRIMARY KEY, b int, c int GENERATED ALWAYS AS (b * 2) STORED); -INSERT INTO gtest11 VALUES (1, 10), (2, 20); -GRANT SELECT (a, c) ON gtest11 TO regress_user11; -CREATE FUNCTION gf1(a int) RETURNS int AS $$ SELECT a * 3 $$ IMMUTABLE LANGUAGE SQL; -REVOKE ALL ON FUNCTION gf1(int) FROM PUBLIC; -CREATE TABLE gtest12 (a int PRIMARY KEY, b int, c int GENERATED ALWAYS AS (gf1(b)) STORED); -INSERT INTO gtest12 VALUES (1, 10), (2, 20); -GRANT SELECT (a, c), INSERT ON gtest12 TO regress_user11; -SET ROLE regress_user11; -SELECT a, b FROM gtest11; -- not allowed -ERROR: permission denied for table gtest11 -SELECT a, c FROM gtest11; -- allowed - a | c ----+---- - 1 | 20 - 2 | 40 -(2 rows) - -SELECT gf1(10); -- not allowed -ERROR: permission denied for function gf1 -INSERT INTO gtest12 VALUES (3, 30), (4, 40); -- currently not allowed because of function permissions, should arguably be allowed -ERROR: permission denied for function gf1 -SELECT a, c FROM gtest12; -- allowed (does not actually invoke the function) - a | c ----+---- - 1 | 30 - 2 | 60 -(2 rows) - -RESET ROLE; -DROP FUNCTION gf1(int); -- fail -ERROR: cannot drop function gf1(integer) because other objects depend on it -DETAIL: column c of table gtest12 depends on function gf1(integer) -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP TABLE gtest11, gtest12; -DROP FUNCTION gf1(int); -DROP USER regress_user11; --- check constraints -CREATE TABLE gtest20 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED CHECK (b < 50)); -INSERT INTO gtest20 (a) VALUES (10); -- ok -INSERT INTO gtest20 (a) VALUES (30); -- violates constraint -ERROR: new row for relation "gtest20" violates check constraint "gtest20_b_check" -DETAIL: Failing row contains (30, 60). -ALTER TABLE gtest20 ALTER COLUMN b SET EXPRESSION AS (a * 100); -- violates constraint -ERROR: check constraint "gtest20_b_check" of relation "gtest20" is violated by some row -ALTER TABLE gtest20 ALTER COLUMN b SET EXPRESSION AS (a * 3); -- ok -CREATE TABLE gtest20a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED); -INSERT INTO gtest20a (a) VALUES (10); -INSERT INTO gtest20a (a) VALUES (30); -ALTER TABLE gtest20a ADD CHECK (b < 50); -- fails on existing row -ERROR: check constraint "gtest20a_b_check" of relation "gtest20a" is violated by some row --- table rewrite cases -ALTER TABLE gtest20a ADD COLUMN c float8 DEFAULT random() CHECK (b < 50); -- fails on existing row -ERROR: check constraint "gtest20a_b_check" of relation "gtest20a" is violated by some row -ALTER TABLE gtest20a ADD COLUMN c float8 DEFAULT random() CHECK (b < 61); -- ok -CREATE TABLE gtest20b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED); -INSERT INTO gtest20b (a) VALUES (10); -INSERT INTO gtest20b (a) VALUES (30); -ALTER TABLE gtest20b ADD CONSTRAINT chk CHECK (b < 50) NOT VALID; -ALTER TABLE gtest20b VALIDATE CONSTRAINT chk; -- fails on existing row -ERROR: check constraint "chk" of relation "gtest20b" is violated by some row --- check with whole-row reference -CREATE TABLE gtest20c (a int, b int GENERATED ALWAYS AS (a * 2) STORED); -ALTER TABLE gtest20c ADD CONSTRAINT whole_row_check CHECK (gtest20c IS NOT NULL); -INSERT INTO gtest20c VALUES (1); -- ok -INSERT INTO gtest20c VALUES (NULL); -- fails -ERROR: new row for relation "gtest20c" violates check constraint "whole_row_check" -DETAIL: Failing row contains (null, null). --- not-null constraints -CREATE TABLE gtest21a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (nullif(a, 0)) STORED NOT NULL); -INSERT INTO gtest21a (a) VALUES (1); -- ok -INSERT INTO gtest21a (a) VALUES (0); -- violates constraint -ERROR: null value in column "b" of relation "gtest21a" violates not-null constraint -DETAIL: Failing row contains (0, null). -CREATE TABLE gtest21b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (nullif(a, 0)) STORED); -ALTER TABLE gtest21b ALTER COLUMN b SET NOT NULL; -INSERT INTO gtest21b (a) VALUES (1); -- ok -INSERT INTO gtest21b (a) VALUES (0); -- violates constraint -ERROR: null value in column "b" of relation "gtest21b" violates not-null constraint -DETAIL: Failing row contains (0, null). -ALTER TABLE gtest21b ALTER COLUMN b DROP NOT NULL; -INSERT INTO gtest21b (a) VALUES (0); -- ok now --- index constraints -CREATE TABLE gtest22a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a / 2) STORED UNIQUE); -INSERT INTO gtest22a VALUES (2); -INSERT INTO gtest22a VALUES (3); -ERROR: duplicate key value violates unique constraint "gtest22a_b_key" -DETAIL: Key (b)=(1) already exists. -INSERT INTO gtest22a VALUES (4); -CREATE TABLE gtest22b (a int, b int GENERATED ALWAYS AS (a / 2) STORED, PRIMARY KEY (a, b)); -INSERT INTO gtest22b VALUES (2); -INSERT INTO gtest22b VALUES (2); -ERROR: duplicate key value violates unique constraint "gtest22b_pkey" -DETAIL: Key (a, b)=(2, 1) already exists. --- indexes -CREATE TABLE gtest22c (a int, b int GENERATED ALWAYS AS (a * 2) STORED); -CREATE INDEX gtest22c_b_idx ON gtest22c (b); -CREATE INDEX gtest22c_expr_idx ON gtest22c ((b * 3)); -CREATE INDEX gtest22c_pred_idx ON gtest22c (a) WHERE b > 0; -\d gtest22c - Table "generated_stored_tests.gtest22c" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | | - b | integer | | | generated always as (a * 2) stored -Indexes: - "gtest22c_b_idx" btree (b) - "gtest22c_expr_idx" btree ((b * 3)) - "gtest22c_pred_idx" btree (a) WHERE b > 0 - -INSERT INTO gtest22c VALUES (1), (2), (3); -SET enable_seqscan TO off; -SET enable_bitmapscan TO off; -EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE b = 4; - QUERY PLAN ---------------------------------------------- - Index Scan using gtest22c_b_idx on gtest22c - Index Cond: (b = 4) -(2 rows) - -SELECT * FROM gtest22c WHERE b = 4; - a | b ----+--- - 2 | 4 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE b * 3 = 6; - QUERY PLAN ------------------------------------------------- - Index Scan using gtest22c_expr_idx on gtest22c - Index Cond: ((b * 3) = 6) -(2 rows) - -SELECT * FROM gtest22c WHERE b * 3 = 6; - a | b ----+--- - 1 | 2 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE a = 1 AND b > 0; - QUERY PLAN ------------------------------------------------- - Index Scan using gtest22c_pred_idx on gtest22c - Index Cond: (a = 1) -(2 rows) - -SELECT * FROM gtest22c WHERE a = 1 AND b > 0; - a | b ----+--- - 1 | 2 -(1 row) - -ALTER TABLE gtest22c ALTER COLUMN b SET EXPRESSION AS (a * 4); -ANALYZE gtest22c; -EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE b = 8; - QUERY PLAN ---------------------------------------------- - Index Scan using gtest22c_b_idx on gtest22c - Index Cond: (b = 8) -(2 rows) - -SELECT * FROM gtest22c WHERE b = 8; - a | b ----+--- - 2 | 8 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE b * 3 = 12; - QUERY PLAN ------------------------------------------------- - Index Scan using gtest22c_expr_idx on gtest22c - Index Cond: ((b * 3) = 12) -(2 rows) - -SELECT * FROM gtest22c WHERE b * 3 = 12; - a | b ----+--- - 1 | 4 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE a = 1 AND b > 0; - QUERY PLAN ------------------------------------------------- - Index Scan using gtest22c_pred_idx on gtest22c - Index Cond: (a = 1) -(2 rows) - -SELECT * FROM gtest22c WHERE a = 1 AND b > 0; - a | b ----+--- - 1 | 4 -(1 row) - -RESET enable_seqscan; -RESET enable_bitmapscan; --- foreign keys -CREATE TABLE gtest23a (x int PRIMARY KEY, y int); -INSERT INTO gtest23a VALUES (1, 11), (2, 22), (3, 33); -CREATE TABLE gtest23x (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED REFERENCES gtest23a (x) ON UPDATE CASCADE); -- error -ERROR: invalid ON UPDATE action for foreign key constraint containing generated column -CREATE TABLE gtest23x (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED REFERENCES gtest23a (x) ON DELETE SET NULL); -- error -ERROR: invalid ON DELETE action for foreign key constraint containing generated column -CREATE TABLE gtest23b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) STORED REFERENCES gtest23a (x)); -\d gtest23b - Table "generated_stored_tests.gtest23b" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | not null | - b | integer | | | generated always as (a * 2) stored -Indexes: - "gtest23b_pkey" PRIMARY KEY, btree (a) -Foreign-key constraints: - "gtest23b_b_fkey" FOREIGN KEY (b) REFERENCES gtest23a(x) - -INSERT INTO gtest23b VALUES (1); -- ok -INSERT INTO gtest23b VALUES (5); -- error -ERROR: insert or update on table "gtest23b" violates foreign key constraint "gtest23b_b_fkey" -DETAIL: Key (b)=(10) is not present in table "gtest23a". -ALTER TABLE gtest23b ALTER COLUMN b SET EXPRESSION AS (a * 5); -- error -ERROR: insert or update on table "gtest23b" violates foreign key constraint "gtest23b_b_fkey" -DETAIL: Key (b)=(5) is not present in table "gtest23a". -ALTER TABLE gtest23b ALTER COLUMN b SET EXPRESSION AS (a * 1); -- ok -DROP TABLE gtest23b; -DROP TABLE gtest23a; -CREATE TABLE gtest23p (x int, y int GENERATED ALWAYS AS (x * 2) STORED, PRIMARY KEY (y)); -INSERT INTO gtest23p VALUES (1), (2), (3); -CREATE TABLE gtest23q (a int PRIMARY KEY, b int REFERENCES gtest23p (y)); -INSERT INTO gtest23q VALUES (1, 2); -- ok -INSERT INTO gtest23q VALUES (2, 5); -- error -ERROR: insert or update on table "gtest23q" violates foreign key constraint "gtest23q_b_fkey" -DETAIL: Key (b)=(5) is not present in table "gtest23p". --- domains -CREATE DOMAIN gtestdomain1 AS int CHECK (VALUE < 10); -CREATE TABLE gtest24 (a int PRIMARY KEY, b gtestdomain1 GENERATED ALWAYS AS (a * 2) STORED); -INSERT INTO gtest24 (a) VALUES (4); -- ok -INSERT INTO gtest24 (a) VALUES (6); -- error -ERROR: value for domain gtestdomain1 violates check constraint "gtestdomain1_check" -CREATE TYPE gtestdomain1range AS range (subtype = gtestdomain1); -CREATE TABLE gtest24r (a int PRIMARY KEY, b gtestdomain1range GENERATED ALWAYS AS (gtestdomain1range(a, a + 5)) STORED); -INSERT INTO gtest24r (a) VALUES (4); -- ok -INSERT INTO gtest24r (a) VALUES (6); -- error -ERROR: value for domain gtestdomain1 violates check constraint "gtestdomain1_check" -CREATE DOMAIN gtestdomainnn AS int CHECK (VALUE IS NOT NULL); -CREATE TABLE gtest24nn (a int, b gtestdomainnn GENERATED ALWAYS AS (a * 2) STORED); -INSERT INTO gtest24nn (a) VALUES (4); -- ok -INSERT INTO gtest24nn (a) VALUES (NULL); -- error -ERROR: value for domain gtestdomainnn violates check constraint "gtestdomainnn_check" --- typed tables (currently not supported) -CREATE TYPE gtest_type AS (f1 integer, f2 text, f3 bigint); -CREATE TABLE gtest28 OF gtest_type (f1 WITH OPTIONS GENERATED ALWAYS AS (f2 *2) STORED); -ERROR: generated columns are not supported on typed tables -DROP TYPE gtest_type CASCADE; --- partitioning cases -CREATE TABLE gtest_parent (f1 date NOT NULL, f2 bigint, f3 bigint) PARTITION BY RANGE (f1); -CREATE TABLE gtest_child PARTITION OF gtest_parent ( - f3 WITH OPTIONS GENERATED ALWAYS AS (f2 * 2) STORED -) FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -- error -ERROR: child column "f3" specifies generation expression -HINT: A child table column cannot be generated unless its parent column is. -CREATE TABLE gtest_child (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 2) STORED); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -- error -ERROR: column "f3" in child table must not be a generated column -DROP TABLE gtest_parent, gtest_child; -CREATE TABLE gtest_parent (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 2) STORED) PARTITION BY RANGE (f1); -CREATE TABLE gtest_child PARTITION OF gtest_parent - FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -- inherits gen expr -CREATE TABLE gtest_child2 PARTITION OF gtest_parent ( - f3 WITH OPTIONS GENERATED ALWAYS AS (f2 * 22) STORED -- overrides gen expr -) FOR VALUES FROM ('2016-08-01') TO ('2016-09-01'); -CREATE TABLE gtest_child3 PARTITION OF gtest_parent ( - f3 DEFAULT 42 -- error -) FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -ERROR: column "f3" inherits from generated column but specifies default -CREATE TABLE gtest_child3 PARTITION OF gtest_parent ( - f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY -- error -) FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -ERROR: identity columns are not supported on partitions -CREATE TABLE gtest_child3 PARTITION OF gtest_parent ( - f3 GENERATED ALWAYS AS (f2 * 2) VIRTUAL -- error -) FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -ERROR: column "f3" inherits from generated column of different kind -DETAIL: Parent column is STORED, child column is VIRTUAL. -CREATE TABLE gtest_child3 (f1 date NOT NULL, f2 bigint, f3 bigint); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -- error -ERROR: column "f3" in child table must be a generated column -DROP TABLE gtest_child3; -CREATE TABLE gtest_child3 (f1 date NOT NULL, f2 bigint, f3 bigint DEFAULT 42); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -- error -ERROR: column "f3" in child table must be a generated column -DROP TABLE gtest_child3; -CREATE TABLE gtest_child3 (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS IDENTITY); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -- error -ERROR: table "gtest_child3" being attached contains an identity column "f3" -DETAIL: The new partition may not contain an identity column. -DROP TABLE gtest_child3; -CREATE TABLE gtest_child3 (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 33) VIRTUAL); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -- error -ERROR: column "f3" inherits from generated column of different kind -DETAIL: Parent column is STORED, child column is VIRTUAL. -DROP TABLE gtest_child3; -CREATE TABLE gtest_child3 (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 33) STORED); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -\d gtest_child - Table "generated_stored_tests.gtest_child" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 2) stored -Partition of: gtest_parent FOR VALUES FROM ('07-01-2016') TO ('08-01-2016') - -\d gtest_child2 - Table "generated_stored_tests.gtest_child2" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+-------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 22) stored -Partition of: gtest_parent FOR VALUES FROM ('08-01-2016') TO ('09-01-2016') - -\d gtest_child3 - Table "generated_stored_tests.gtest_child3" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+-------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 33) stored -Partition of: gtest_parent FOR VALUES FROM ('09-01-2016') TO ('10-01-2016') - -INSERT INTO gtest_parent (f1, f2) VALUES ('2016-07-15', 1); -INSERT INTO gtest_parent (f1, f2) VALUES ('2016-07-15', 2); -INSERT INTO gtest_parent (f1, f2) VALUES ('2016-08-15', 3); -SELECT tableoid::regclass, * FROM gtest_parent ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 ---------------+------------+----+---- - gtest_child | 07-15-2016 | 1 | 2 - gtest_child | 07-15-2016 | 2 | 4 - gtest_child2 | 08-15-2016 | 3 | 66 -(3 rows) - -SELECT tableoid::regclass, * FROM gtest_child ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 --------------+------------+----+---- - gtest_child | 07-15-2016 | 1 | 2 - gtest_child | 07-15-2016 | 2 | 4 -(2 rows) - -SELECT tableoid::regclass, * FROM gtest_child2 ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 ---------------+------------+----+---- - gtest_child2 | 08-15-2016 | 3 | 66 -(1 row) - -SELECT tableoid::regclass, * FROM gtest_child3 ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 -----------+----+----+---- -(0 rows) - -UPDATE gtest_parent SET f1 = f1 + 60 WHERE f2 = 1; -SELECT tableoid::regclass, * FROM gtest_parent ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 ---------------+------------+----+---- - gtest_child | 07-15-2016 | 2 | 4 - gtest_child2 | 08-15-2016 | 3 | 66 - gtest_child3 | 09-13-2016 | 1 | 33 -(3 rows) - --- alter only parent's and one child's generation expression -ALTER TABLE ONLY gtest_parent ALTER COLUMN f3 SET EXPRESSION AS (f2 * 4); -ALTER TABLE gtest_child ALTER COLUMN f3 SET EXPRESSION AS (f2 * 10); -\d gtest_parent - Partitioned table "generated_stored_tests.gtest_parent" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 4) stored -Partition key: RANGE (f1) -Number of partitions: 3 (Use \d+ to list them.) - -\d gtest_child - Table "generated_stored_tests.gtest_child" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+-------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 10) stored -Partition of: gtest_parent FOR VALUES FROM ('07-01-2016') TO ('08-01-2016') - -\d gtest_child2 - Table "generated_stored_tests.gtest_child2" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+-------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 22) stored -Partition of: gtest_parent FOR VALUES FROM ('08-01-2016') TO ('09-01-2016') - -\d gtest_child3 - Table "generated_stored_tests.gtest_child3" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+-------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 33) stored -Partition of: gtest_parent FOR VALUES FROM ('09-01-2016') TO ('10-01-2016') - -SELECT tableoid::regclass, * FROM gtest_parent ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 ---------------+------------+----+---- - gtest_child | 07-15-2016 | 2 | 20 - gtest_child2 | 08-15-2016 | 3 | 66 - gtest_child3 | 09-13-2016 | 1 | 33 -(3 rows) - --- alter generation expression of parent and all its children altogether -ALTER TABLE gtest_parent ALTER COLUMN f3 SET EXPRESSION AS (f2 * 2); -\d gtest_parent - Partitioned table "generated_stored_tests.gtest_parent" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 2) stored -Partition key: RANGE (f1) -Number of partitions: 3 (Use \d+ to list them.) - -\d gtest_child - Table "generated_stored_tests.gtest_child" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 2) stored -Partition of: gtest_parent FOR VALUES FROM ('07-01-2016') TO ('08-01-2016') - -\d gtest_child2 - Table "generated_stored_tests.gtest_child2" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 2) stored -Partition of: gtest_parent FOR VALUES FROM ('08-01-2016') TO ('09-01-2016') - -\d gtest_child3 - Table "generated_stored_tests.gtest_child3" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 2) stored -Partition of: gtest_parent FOR VALUES FROM ('09-01-2016') TO ('10-01-2016') - -SELECT tableoid::regclass, * FROM gtest_parent ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 ---------------+------------+----+---- - gtest_child | 07-15-2016 | 2 | 4 - gtest_child2 | 08-15-2016 | 3 | 6 - gtest_child3 | 09-13-2016 | 1 | 2 -(3 rows) - --- we leave these tables around for purposes of testing dump/reload/upgrade --- generated columns in partition key (not allowed) -CREATE TABLE gtest_part_key (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 2) STORED) PARTITION BY RANGE (f3); -ERROR: cannot use generated column in partition key -LINE 1: ...ENERATED ALWAYS AS (f2 * 2) STORED) PARTITION BY RANGE (f3); - ^ -DETAIL: Column "f3" is a generated column. -CREATE TABLE gtest_part_key (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 2) STORED) PARTITION BY RANGE ((f3 * 3)); -ERROR: cannot use generated column in partition key -LINE 1: ...ED ALWAYS AS (f2 * 2) STORED) PARTITION BY RANGE ((f3 * 3)); - ^ -DETAIL: Column "f3" is a generated column. --- ALTER TABLE ... ADD COLUMN -CREATE TABLE gtest25 (a int PRIMARY KEY); -INSERT INTO gtest25 VALUES (3), (4); -ALTER TABLE gtest25 ADD COLUMN b int GENERATED ALWAYS AS (a * 2) STORED, ALTER COLUMN b SET EXPRESSION AS (a * 3); -SELECT * FROM gtest25 ORDER BY a; - a | b ----+---- - 3 | 9 - 4 | 12 -(2 rows) - -ALTER TABLE gtest25 ADD COLUMN x int GENERATED ALWAYS AS (b * 4) STORED; -- error -ERROR: cannot use generated column "b" in column generation expression -DETAIL: A generated column cannot reference another generated column. -ALTER TABLE gtest25 ADD COLUMN x int GENERATED ALWAYS AS (z * 4) STORED; -- error -ERROR: column "z" does not exist -ALTER TABLE gtest25 ADD COLUMN c int DEFAULT 42, - ADD COLUMN x int GENERATED ALWAYS AS (c * 4) STORED; -ALTER TABLE gtest25 ADD COLUMN d int DEFAULT 101; -ALTER TABLE gtest25 ALTER COLUMN d SET DATA TYPE float8, - ADD COLUMN y float8 GENERATED ALWAYS AS (d * 4) STORED; -SELECT * FROM gtest25 ORDER BY a; - a | b | c | x | d | y ----+----+----+-----+-----+----- - 3 | 9 | 42 | 168 | 101 | 404 - 4 | 12 | 42 | 168 | 101 | 404 -(2 rows) - -\d gtest25 - Table "generated_stored_tests.gtest25" - Column | Type | Collation | Nullable | Default ---------+------------------+-----------+----------+------------------------------------------------------ - a | integer | | not null | - b | integer | | | generated always as (a * 3) stored - c | integer | | | 42 - x | integer | | | generated always as (c * 4) stored - d | double precision | | | 101 - y | double precision | | | generated always as (d * 4::double precision) stored -Indexes: - "gtest25_pkey" PRIMARY KEY, btree (a) - --- ALTER TABLE ... ALTER COLUMN -CREATE TABLE gtest27 ( - a int, - b int, - x int GENERATED ALWAYS AS ((a + b) * 2) STORED -); -INSERT INTO gtest27 (a, b) VALUES (3, 7), (4, 11); -ALTER TABLE gtest27 ALTER COLUMN a TYPE text; -- error -ERROR: cannot alter type of a column used by a generated column -DETAIL: Column "a" is used by generated column "x". -ALTER TABLE gtest27 ALTER COLUMN x TYPE numeric; -\d gtest27 - Table "generated_stored_tests.gtest27" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+-------------------------------------------- - a | integer | | | - b | integer | | | - x | numeric | | | generated always as (((a + b) * 2)) stored - -SELECT * FROM gtest27; - a | b | x ----+----+---- - 3 | 7 | 20 - 4 | 11 | 30 -(2 rows) - -ALTER TABLE gtest27 ALTER COLUMN x TYPE boolean USING x <> 0; -- error -ERROR: cannot specify USING when altering type of generated column -LINE 1: ALTER TABLE gtest27 ALTER COLUMN x TYPE boolean USING x <> 0... - ^ -DETAIL: Column "x" is a generated column. -ALTER TABLE gtest27 ALTER COLUMN x DROP DEFAULT; -- error -ERROR: column "x" of relation "gtest27" is a generated column -HINT: Use ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION instead. --- It's possible to alter the column types this way: -ALTER TABLE gtest27 - DROP COLUMN x, - ALTER COLUMN a TYPE bigint, - ALTER COLUMN b TYPE bigint, - ADD COLUMN x bigint GENERATED ALWAYS AS ((a + b) * 2) STORED; -\d gtest27 - Table "generated_stored_tests.gtest27" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------------------ - a | bigint | | | - b | bigint | | | - x | bigint | | | generated always as ((a + b) * 2) stored - --- Ideally you could just do this, but not today (and should x change type?): -ALTER TABLE gtest27 - ALTER COLUMN a TYPE float8, - ALTER COLUMN b TYPE float8; -- error -ERROR: cannot alter type of a column used by a generated column -DETAIL: Column "a" is used by generated column "x". -\d gtest27 - Table "generated_stored_tests.gtest27" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------------------ - a | bigint | | | - b | bigint | | | - x | bigint | | | generated always as ((a + b) * 2) stored - -SELECT * FROM gtest27; - a | b | x ----+----+---- - 3 | 7 | 20 - 4 | 11 | 30 -(2 rows) - --- ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION -CREATE TABLE gtest29 ( - a int, - b int GENERATED ALWAYS AS (a * 2) STORED -); -INSERT INTO gtest29 (a) VALUES (3), (4); -SELECT * FROM gtest29; - a | b ----+--- - 3 | 6 - 4 | 8 -(2 rows) - -\d gtest29 - Table "generated_stored_tests.gtest29" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | | - b | integer | | | generated always as (a * 2) stored - -ALTER TABLE gtest29 ALTER COLUMN a SET EXPRESSION AS (a * 3); -- error -ERROR: column "a" of relation "gtest29" is not a generated column -ALTER TABLE gtest29 ALTER COLUMN a DROP EXPRESSION; -- error -ERROR: column "a" of relation "gtest29" is not a generated column -ALTER TABLE gtest29 ALTER COLUMN a DROP EXPRESSION IF EXISTS; -- notice -NOTICE: column "a" of relation "gtest29" is not a generated column, skipping --- Change the expression -ALTER TABLE gtest29 ALTER COLUMN b SET EXPRESSION AS (a * 3); -SELECT * FROM gtest29; - a | b ----+---- - 3 | 9 - 4 | 12 -(2 rows) - -\d gtest29 - Table "generated_stored_tests.gtest29" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | | - b | integer | | | generated always as (a * 3) stored - -ALTER TABLE gtest29 ALTER COLUMN b DROP EXPRESSION; -INSERT INTO gtest29 (a) VALUES (5); -INSERT INTO gtest29 (a, b) VALUES (6, 66); -SELECT * FROM gtest29; - a | b ----+---- - 3 | 9 - 4 | 12 - 5 | - 6 | 66 -(4 rows) - -\d gtest29 - Table "generated_stored_tests.gtest29" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - --- check that dependencies between columns have also been removed -ALTER TABLE gtest29 DROP COLUMN a; -- should not drop b -\d gtest29 - Table "generated_stored_tests.gtest29" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - b | integer | | | - --- with inheritance -CREATE TABLE gtest30 ( - a int, - b int GENERATED ALWAYS AS (a * 2) STORED -); -CREATE TABLE gtest30_1 () INHERITS (gtest30); -ALTER TABLE gtest30 ALTER COLUMN b DROP EXPRESSION; -\d gtest30 - Table "generated_stored_tests.gtest30" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Number of child tables: 1 (Use \d+ to list them.) - -\d gtest30_1 - Table "generated_stored_tests.gtest30_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Inherits: gtest30 - -DROP TABLE gtest30 CASCADE; -NOTICE: drop cascades to table gtest30_1 -CREATE TABLE gtest30 ( - a int, - b int GENERATED ALWAYS AS (a * 2) STORED -); -CREATE TABLE gtest30_1 () INHERITS (gtest30); -ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error -ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too -\d gtest30 - Table "generated_stored_tests.gtest30" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | | - b | integer | | | generated always as (a * 2) stored -Number of child tables: 1 (Use \d+ to list them.) - -\d gtest30_1 - Table "generated_stored_tests.gtest30_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | | - b | integer | | | generated always as (a * 2) stored -Inherits: gtest30 - -ALTER TABLE gtest30_1 ALTER COLUMN b DROP EXPRESSION; -- error -ERROR: cannot drop generation expression from inherited column --- composite type dependencies -CREATE TABLE gtest31_1 (a int, b text GENERATED ALWAYS AS ('hello') STORED, c text); -CREATE TABLE gtest31_2 (x int, y gtest31_1); -ALTER TABLE gtest31_1 ALTER COLUMN b TYPE varchar; -- fails -ERROR: cannot alter table "gtest31_1" because column "gtest31_2.y" uses its row type -DROP TABLE gtest31_1, gtest31_2; --- Check it for a partitioned table, too -CREATE TABLE gtest31_1 (a int, b text GENERATED ALWAYS AS ('hello') STORED, c text) PARTITION BY LIST (a); -CREATE TABLE gtest31_2 (x int, y gtest31_1); -ALTER TABLE gtest31_1 ALTER COLUMN b TYPE varchar; -- fails -ERROR: cannot alter table "gtest31_1" because column "gtest31_2.y" uses its row type -DROP TABLE gtest31_1, gtest31_2; --- triggers -CREATE TABLE gtest26 ( - a int PRIMARY KEY, - b int GENERATED ALWAYS AS (a * 2) STORED -); -CREATE FUNCTION gtest_trigger_func() RETURNS trigger - LANGUAGE plpgsql -AS $$ -BEGIN - IF tg_op IN ('DELETE', 'UPDATE') THEN - RAISE INFO '%: %: old = %', TG_NAME, TG_WHEN, OLD; - END IF; - IF tg_op IN ('INSERT', 'UPDATE') THEN - RAISE INFO '%: %: new = %', TG_NAME, TG_WHEN, NEW; - END IF; - IF tg_op = 'DELETE' THEN - RETURN OLD; - ELSE - RETURN NEW; - END IF; -END -$$; -CREATE TRIGGER gtest1 BEFORE DELETE OR UPDATE ON gtest26 - FOR EACH ROW - WHEN (OLD.b < 0) -- ok - EXECUTE PROCEDURE gtest_trigger_func(); -CREATE TRIGGER gtest2a BEFORE INSERT OR UPDATE ON gtest26 - FOR EACH ROW - WHEN (NEW.b < 0) -- error - EXECUTE PROCEDURE gtest_trigger_func(); -ERROR: BEFORE trigger's WHEN condition cannot reference NEW generated columns -LINE 3: WHEN (NEW.b < 0) -- error - ^ -DETAIL: Column "b" is a generated column. -CREATE TRIGGER gtest2b BEFORE INSERT OR UPDATE ON gtest26 - FOR EACH ROW - WHEN (NEW.* IS NOT NULL) -- error - EXECUTE PROCEDURE gtest_trigger_func(); -ERROR: BEFORE trigger's WHEN condition cannot reference NEW generated columns -LINE 3: WHEN (NEW.* IS NOT NULL) -- error - ^ -DETAIL: A whole-row reference is used and the table contains generated columns. -CREATE TRIGGER gtest2 BEFORE INSERT ON gtest26 - FOR EACH ROW - WHEN (NEW.a < 0) - EXECUTE PROCEDURE gtest_trigger_func(); -CREATE TRIGGER gtest3 AFTER DELETE OR UPDATE ON gtest26 - FOR EACH ROW - WHEN (OLD.b < 0) -- ok - EXECUTE PROCEDURE gtest_trigger_func(); -CREATE TRIGGER gtest4 AFTER INSERT OR UPDATE ON gtest26 - FOR EACH ROW - WHEN (NEW.b < 0) -- ok - EXECUTE PROCEDURE gtest_trigger_func(); -INSERT INTO gtest26 (a) VALUES (-2), (0), (3); -INFO: gtest2: BEFORE: new = (-2,) -INFO: gtest4: AFTER: new = (-2,-4) -SELECT * FROM gtest26 ORDER BY a; - a | b -----+---- - -2 | -4 - 0 | 0 - 3 | 6 -(3 rows) - -UPDATE gtest26 SET a = a * -2; -INFO: gtest1: BEFORE: old = (-2,-4) -INFO: gtest1: BEFORE: new = (4,) -INFO: gtest3: AFTER: old = (-2,-4) -INFO: gtest3: AFTER: new = (4,8) -INFO: gtest4: AFTER: old = (3,6) -INFO: gtest4: AFTER: new = (-6,-12) -SELECT * FROM gtest26 ORDER BY a; - a | b -----+----- - -6 | -12 - 0 | 0 - 4 | 8 -(3 rows) - -DELETE FROM gtest26 WHERE a = -6; -INFO: gtest1: BEFORE: old = (-6,-12) -INFO: gtest3: AFTER: old = (-6,-12) -SELECT * FROM gtest26 ORDER BY a; - a | b ----+--- - 0 | 0 - 4 | 8 -(2 rows) - -DROP TRIGGER gtest1 ON gtest26; -DROP TRIGGER gtest2 ON gtest26; -DROP TRIGGER gtest3 ON gtest26; --- Check that an UPDATE of "a" fires the trigger for UPDATE OF b, per --- SQL standard. -CREATE FUNCTION gtest_trigger_func3() RETURNS trigger - LANGUAGE plpgsql -AS $$ -BEGIN - RAISE NOTICE 'OK'; - RETURN NEW; -END -$$; -CREATE TRIGGER gtest11 BEFORE UPDATE OF b ON gtest26 - FOR EACH ROW - EXECUTE PROCEDURE gtest_trigger_func3(); -UPDATE gtest26 SET a = 1 WHERE a = 0; -NOTICE: OK -DROP TRIGGER gtest11 ON gtest26; -TRUNCATE gtest26; --- check that modifications of generated columns in triggers do --- not get propagated -CREATE FUNCTION gtest_trigger_func4() RETURNS trigger - LANGUAGE plpgsql -AS $$ -BEGIN - NEW.a = 10; - NEW.b = 300; - RETURN NEW; -END; -$$; -CREATE TRIGGER gtest12_01 BEFORE INSERT OR UPDATE ON gtest26 - FOR EACH ROW - EXECUTE PROCEDURE gtest_trigger_func(); -CREATE TRIGGER gtest12_02 BEFORE INSERT OR UPDATE ON gtest26 - FOR EACH ROW - EXECUTE PROCEDURE gtest_trigger_func4(); -CREATE TRIGGER gtest12_03 BEFORE INSERT OR UPDATE ON gtest26 - FOR EACH ROW - EXECUTE PROCEDURE gtest_trigger_func(); -INSERT INTO gtest26 (a) VALUES (1); -INFO: gtest12_01: BEFORE: new = (1,) -INFO: gtest12_03: BEFORE: new = (10,300) -SELECT * FROM gtest26 ORDER BY a; - a | b -----+---- - 10 | 20 -(1 row) - -UPDATE gtest26 SET a = 11 WHERE a = 10; -INFO: gtest12_01: BEFORE: old = (10,20) -INFO: gtest12_01: BEFORE: new = (11,) -INFO: gtest12_03: BEFORE: old = (10,20) -INFO: gtest12_03: BEFORE: new = (10,) -SELECT * FROM gtest26 ORDER BY a; - a | b -----+---- - 10 | 20 -(1 row) - --- LIKE INCLUDING GENERATED and dropped column handling -CREATE TABLE gtest28a ( - a int, - b int, - c int, - x int GENERATED ALWAYS AS (b * 2) STORED -); -ALTER TABLE gtest28a DROP COLUMN a; -CREATE TABLE gtest28b (LIKE gtest28a INCLUDING GENERATED); -\d gtest28* - Table "generated_stored_tests.gtest28a" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - b | integer | | | - c | integer | | | - x | integer | | | generated always as (b * 2) stored - - Table "generated_stored_tests.gtest28b" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - b | integer | | | - c | integer | | | - x | integer | | | generated always as (b * 2) stored - --- sanity check of system catalog -SELECT attrelid, attname, attgenerated FROM pg_attribute WHERE attgenerated NOT IN ('', 's', 'v'); - attrelid | attname | attgenerated -----------+---------+-------------- -(0 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join_hash.out --- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash.out 2025-05-11 19:30:18.963576000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join_hash.out 2025-05-11 19:32:42.108059000 +0000 @@ -1,1165 +1,2 @@ --- --- exercises for the hash join code --- -begin; -set local min_parallel_table_scan_size = 0; -set local parallel_setup_cost = 0; -set local enable_hashjoin = on; --- Extract bucket and batch counts from an explain analyze plan. In --- general we can't make assertions about how many batches (or --- buckets) will be required because it can vary, but we can in some --- special cases and we can check for growth. -create or replace function find_hash(node json) -returns json language plpgsql -as -$$ -declare - x json; - child json; -begin - if node->>'Node Type' = 'Hash' then - return node; - else - for child in select json_array_elements(node->'Plans') - loop - x := find_hash(child); - if x is not null then - return x; - end if; - end loop; - return null; - end if; -end; -$$; -create or replace function hash_join_batches(query text) -returns table (original int, final int) language plpgsql -as -$$ -declare - whole_plan json; - hash_node json; -begin - for whole_plan in - execute 'explain (analyze, format ''json'') ' || query - loop - hash_node := find_hash(json_extract_path(whole_plan, '0', 'Plan')); - original := hash_node->>'Original Hash Batches'; - final := hash_node->>'Hash Batches'; - return next; - end loop; -end; -$$; --- Make a simple relation with well distributed keys and correctly --- estimated size. -create table simple as - select generate_series(1, 20000) AS id, 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'; -alter table simple set (parallel_workers = 2); -analyze simple; --- Make a relation whose size we will under-estimate. We want stats --- to say 1000 rows, but actually there are 20,000 rows. -create table bigger_than_it_looks as - select generate_series(1, 20000) as id, 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'; -alter table bigger_than_it_looks set (autovacuum_enabled = 'false'); -alter table bigger_than_it_looks set (parallel_workers = 2); -analyze bigger_than_it_looks; -update pg_class set reltuples = 1000 where relname = 'bigger_than_it_looks'; --- Make a relation whose size we underestimate and that also has a --- kind of skew that breaks our batching scheme. We want stats to say --- 2 rows, but actually there are 20,000 rows with the same key. -create table extremely_skewed (id int, t text); -alter table extremely_skewed set (autovacuum_enabled = 'false'); -alter table extremely_skewed set (parallel_workers = 2); -analyze extremely_skewed; -insert into extremely_skewed - select 42 as id, 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' - from generate_series(1, 20000); -update pg_class - set reltuples = 2, relpages = pg_relation_size('extremely_skewed') / 8192 - where relname = 'extremely_skewed'; --- Make a relation with a couple of enormous tuples. -create table wide as select generate_series(1, 2) as id, rpad('', 320000, 'x') as t; -alter table wide set (parallel_workers = 2); --- The "optimal" case: the hash table fits in memory; we plan for 1 --- batch, we stick to that number, and peak memory usage stays within --- our work_mem budget --- non-parallel -savepoint settings; -set local max_parallel_workers_per_gather = 0; -set local work_mem = '4MB'; -set local hash_mem_multiplier = 1.0; -explain (costs off) - select count(*) from simple r join simple s using (id); - QUERY PLAN ----------------------------------------- - Aggregate - -> Hash Join - Hash Cond: (r.id = s.id) - -> Seq Scan on simple r - -> Hash - -> Seq Scan on simple s -(6 rows) - -select count(*) from simple r join simple s using (id); - count -------- - 20000 -(1 row) - -select original > 1 as initially_multibatch, final > original as increased_batches - from hash_join_batches( -$$ - select count(*) from simple r join simple s using (id); -$$); - initially_multibatch | increased_batches -----------------------+------------------- - f | f -(1 row) - -rollback to settings; --- parallel with parallel-oblivious hash join -savepoint settings; -set local max_parallel_workers_per_gather = 2; -set local work_mem = '4MB'; -set local hash_mem_multiplier = 1.0; -set local enable_parallel_hash = off; -explain (costs off) - select count(*) from simple r join simple s using (id); - QUERY PLAN -------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Hash Join - Hash Cond: (r.id = s.id) - -> Parallel Seq Scan on simple r - -> Hash - -> Seq Scan on simple s -(9 rows) - -select count(*) from simple r join simple s using (id); - count -------- - 20000 -(1 row) - -select original > 1 as initially_multibatch, final > original as increased_batches - from hash_join_batches( -$$ - select count(*) from simple r join simple s using (id); -$$); - initially_multibatch | increased_batches -----------------------+------------------- - f | f -(1 row) - -rollback to settings; --- parallel with parallel-aware hash join -savepoint settings; -set local max_parallel_workers_per_gather = 2; -set local work_mem = '4MB'; -set local hash_mem_multiplier = 1.0; -set local enable_parallel_hash = on; -explain (costs off) - select count(*) from simple r join simple s using (id); - QUERY PLAN -------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Parallel Hash Join - Hash Cond: (r.id = s.id) - -> Parallel Seq Scan on simple r - -> Parallel Hash - -> Parallel Seq Scan on simple s -(9 rows) - -select count(*) from simple r join simple s using (id); - count -------- - 20000 -(1 row) - -select original > 1 as initially_multibatch, final > original as increased_batches - from hash_join_batches( -$$ - select count(*) from simple r join simple s using (id); -$$); - initially_multibatch | increased_batches -----------------------+------------------- - f | f -(1 row) - -rollback to settings; --- The "good" case: batches required, but we plan the right number; we --- plan for some number of batches, and we stick to that number, and --- peak memory usage says within our work_mem budget --- non-parallel -savepoint settings; -set local max_parallel_workers_per_gather = 0; -set local work_mem = '128kB'; -set local hash_mem_multiplier = 1.0; -explain (costs off) - select count(*) from simple r join simple s using (id); - QUERY PLAN ----------------------------------------- - Aggregate - -> Hash Join - Hash Cond: (r.id = s.id) - -> Seq Scan on simple r - -> Hash - -> Seq Scan on simple s -(6 rows) - -select count(*) from simple r join simple s using (id); - count -------- - 20000 -(1 row) - -select original > 1 as initially_multibatch, final > original as increased_batches - from hash_join_batches( -$$ - select count(*) from simple r join simple s using (id); -$$); - initially_multibatch | increased_batches -----------------------+------------------- - t | f -(1 row) - -rollback to settings; --- parallel with parallel-oblivious hash join -savepoint settings; -set local max_parallel_workers_per_gather = 2; -set local work_mem = '128kB'; -set local hash_mem_multiplier = 1.0; -set local enable_parallel_hash = off; -explain (costs off) - select count(*) from simple r join simple s using (id); - QUERY PLAN -------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Hash Join - Hash Cond: (r.id = s.id) - -> Parallel Seq Scan on simple r - -> Hash - -> Seq Scan on simple s -(9 rows) - -select count(*) from simple r join simple s using (id); - count -------- - 20000 -(1 row) - -select original > 1 as initially_multibatch, final > original as increased_batches - from hash_join_batches( -$$ - select count(*) from simple r join simple s using (id); -$$); - initially_multibatch | increased_batches -----------------------+------------------- - t | f -(1 row) - -rollback to settings; --- parallel with parallel-aware hash join -savepoint settings; -set local max_parallel_workers_per_gather = 2; -set local work_mem = '192kB'; -set local hash_mem_multiplier = 1.0; -set local enable_parallel_hash = on; -explain (costs off) - select count(*) from simple r join simple s using (id); - QUERY PLAN -------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Parallel Hash Join - Hash Cond: (r.id = s.id) - -> Parallel Seq Scan on simple r - -> Parallel Hash - -> Parallel Seq Scan on simple s -(9 rows) - -select count(*) from simple r join simple s using (id); - count -------- - 20000 -(1 row) - -select original > 1 as initially_multibatch, final > original as increased_batches - from hash_join_batches( -$$ - select count(*) from simple r join simple s using (id); -$$); - initially_multibatch | increased_batches -----------------------+------------------- - t | f -(1 row) - --- parallel full multi-batch hash join -select count(*) from simple r full outer join simple s using (id); - count -------- - 20000 -(1 row) - -rollback to settings; --- The "bad" case: during execution we need to increase number of --- batches; in this case we plan for 1 batch, and increase at least a --- couple of times, and peak memory usage stays within our work_mem --- budget --- non-parallel -savepoint settings; -set local max_parallel_workers_per_gather = 0; -set local work_mem = '128kB'; -set local hash_mem_multiplier = 1.0; -explain (costs off) - select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); - QUERY PLAN ------------------------------------------------------- - Aggregate - -> Hash Join - Hash Cond: (r.id = s.id) - -> Seq Scan on simple r - -> Hash - -> Seq Scan on bigger_than_it_looks s -(6 rows) - -select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); - count -------- - 20000 -(1 row) - -select original > 1 as initially_multibatch, final > original as increased_batches - from hash_join_batches( -$$ - select count(*) FROM simple r JOIN bigger_than_it_looks s USING (id); -$$); - initially_multibatch | increased_batches -----------------------+------------------- - f | t -(1 row) - -rollback to settings; --- parallel with parallel-oblivious hash join -savepoint settings; -set local max_parallel_workers_per_gather = 2; -set local work_mem = '128kB'; -set local hash_mem_multiplier = 1.0; -set local enable_parallel_hash = off; -explain (costs off) - select count(*) from simple r join bigger_than_it_looks s using (id); - QUERY PLAN ------------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Hash Join - Hash Cond: (r.id = s.id) - -> Parallel Seq Scan on simple r - -> Hash - -> Seq Scan on bigger_than_it_looks s -(9 rows) - -select count(*) from simple r join bigger_than_it_looks s using (id); - count -------- - 20000 -(1 row) - -select original > 1 as initially_multibatch, final > original as increased_batches - from hash_join_batches( -$$ - select count(*) from simple r join bigger_than_it_looks s using (id); -$$); - initially_multibatch | increased_batches -----------------------+------------------- - f | t -(1 row) - -rollback to settings; --- parallel with parallel-aware hash join -savepoint settings; -set local max_parallel_workers_per_gather = 1; -set local work_mem = '192kB'; -set local hash_mem_multiplier = 1.0; -set local enable_parallel_hash = on; -explain (costs off) - select count(*) from simple r join bigger_than_it_looks s using (id); - QUERY PLAN ---------------------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 1 - -> Partial Aggregate - -> Parallel Hash Join - Hash Cond: (r.id = s.id) - -> Parallel Seq Scan on simple r - -> Parallel Hash - -> Parallel Seq Scan on bigger_than_it_looks s -(9 rows) - -select count(*) from simple r join bigger_than_it_looks s using (id); - count -------- - 20000 -(1 row) - -select original > 1 as initially_multibatch, final > original as increased_batches - from hash_join_batches( -$$ - select count(*) from simple r join bigger_than_it_looks s using (id); -$$); - initially_multibatch | increased_batches -----------------------+------------------- - f | t -(1 row) - -rollback to settings; --- The "ugly" case: increasing the number of batches during execution --- doesn't help, so stop trying to fit in work_mem and hope for the --- best; in this case we plan for 1 batch, increases just once and --- then stop increasing because that didn't help at all, so we blow --- right through the work_mem budget and hope for the best... --- non-parallel -savepoint settings; -set local max_parallel_workers_per_gather = 0; -set local work_mem = '128kB'; -set local hash_mem_multiplier = 1.0; -explain (costs off) - select count(*) from simple r join extremely_skewed s using (id); - QUERY PLAN --------------------------------------------------- - Aggregate - -> Hash Join - Hash Cond: (r.id = s.id) - -> Seq Scan on simple r - -> Hash - -> Seq Scan on extremely_skewed s -(6 rows) - -select count(*) from simple r join extremely_skewed s using (id); - count -------- - 20000 -(1 row) - -select * from hash_join_batches( -$$ - select count(*) from simple r join extremely_skewed s using (id); -$$); - original | final -----------+------- - 1 | 2 -(1 row) - -rollback to settings; --- parallel with parallel-oblivious hash join -savepoint settings; -set local max_parallel_workers_per_gather = 2; -set local work_mem = '128kB'; -set local hash_mem_multiplier = 1.0; -set local enable_parallel_hash = off; -explain (costs off) - select count(*) from simple r join extremely_skewed s using (id); - QUERY PLAN --------------------------------------------------------- - Aggregate - -> Gather - Workers Planned: 2 - -> Hash Join - Hash Cond: (r.id = s.id) - -> Parallel Seq Scan on simple r - -> Hash - -> Seq Scan on extremely_skewed s -(8 rows) - -select count(*) from simple r join extremely_skewed s using (id); - count -------- - 20000 -(1 row) - -select * from hash_join_batches( -$$ - select count(*) from simple r join extremely_skewed s using (id); -$$); - original | final -----------+------- - 1 | 2 -(1 row) - -rollback to settings; --- parallel with parallel-aware hash join -savepoint settings; -set local max_parallel_workers_per_gather = 1; -set local work_mem = '128kB'; -set local hash_mem_multiplier = 1.0; -set local enable_parallel_hash = on; -explain (costs off) - select count(*) from simple r join extremely_skewed s using (id); - QUERY PLAN ------------------------------------------------------------------ - Aggregate - -> Gather - Workers Planned: 1 - -> Parallel Hash Join - Hash Cond: (r.id = s.id) - -> Parallel Seq Scan on simple r - -> Parallel Hash - -> Parallel Seq Scan on extremely_skewed s -(8 rows) - -select count(*) from simple r join extremely_skewed s using (id); - count -------- - 20000 -(1 row) - -select * from hash_join_batches( -$$ - select count(*) from simple r join extremely_skewed s using (id); -$$); - original | final -----------+------- - 1 | 4 -(1 row) - -rollback to settings; --- A couple of other hash join tests unrelated to work_mem management. --- Check that EXPLAIN ANALYZE has data even if the leader doesn't participate -savepoint settings; -set local max_parallel_workers_per_gather = 2; -set local work_mem = '4MB'; -set local hash_mem_multiplier = 1.0; -set local parallel_leader_participation = off; -select * from hash_join_batches( -$$ - select count(*) from simple r join simple s using (id); -$$); - original | final -----------+------- - 1 | 1 -(1 row) - -rollback to settings; --- Exercise rescans. We'll turn off parallel_leader_participation so --- that we can check that instrumentation comes back correctly. -create table join_foo as select generate_series(1, 3) as id, 'xxxxx'::text as t; -alter table join_foo set (parallel_workers = 0); -create table join_bar as select generate_series(1, 10000) as id, 'xxxxx'::text as t; -alter table join_bar set (parallel_workers = 2); --- multi-batch with rescan, parallel-oblivious -savepoint settings; -set enable_parallel_hash = off; -set parallel_leader_participation = off; -set min_parallel_table_scan_size = 0; -set parallel_setup_cost = 0; -set parallel_tuple_cost = 0; -set max_parallel_workers_per_gather = 2; -set enable_material = off; -set enable_mergejoin = off; -set work_mem = '64kB'; -set hash_mem_multiplier = 1.0; -explain (costs off) - select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; - QUERY PLAN ------------------------------------------------------------------------------------- - Aggregate - -> Nested Loop Left Join - Join Filter: ((join_foo.id < (b1.id + 1)) AND (join_foo.id > (b1.id - 1))) - -> Seq Scan on join_foo - -> Gather - Workers Planned: 2 - -> Hash Join - Hash Cond: (b1.id = b2.id) - -> Parallel Seq Scan on join_bar b1 - -> Hash - -> Seq Scan on join_bar b2 -(11 rows) - -select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; - count -------- - 3 -(1 row) - -select final > 1 as multibatch - from hash_join_batches( -$$ - select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; -$$); - multibatch ------------- - t -(1 row) - -rollback to settings; --- single-batch with rescan, parallel-oblivious -savepoint settings; -set enable_parallel_hash = off; -set parallel_leader_participation = off; -set min_parallel_table_scan_size = 0; -set parallel_setup_cost = 0; -set parallel_tuple_cost = 0; -set max_parallel_workers_per_gather = 2; -set enable_material = off; -set enable_mergejoin = off; -set work_mem = '4MB'; -set hash_mem_multiplier = 1.0; -explain (costs off) - select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; - QUERY PLAN ------------------------------------------------------------------------------------- - Aggregate - -> Nested Loop Left Join - Join Filter: ((join_foo.id < (b1.id + 1)) AND (join_foo.id > (b1.id - 1))) - -> Seq Scan on join_foo - -> Gather - Workers Planned: 2 - -> Hash Join - Hash Cond: (b1.id = b2.id) - -> Parallel Seq Scan on join_bar b1 - -> Hash - -> Seq Scan on join_bar b2 -(11 rows) - -select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; - count -------- - 3 -(1 row) - -select final > 1 as multibatch - from hash_join_batches( -$$ - select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; -$$); - multibatch ------------- - f -(1 row) - -rollback to settings; --- multi-batch with rescan, parallel-aware -savepoint settings; -set enable_parallel_hash = on; -set parallel_leader_participation = off; -set min_parallel_table_scan_size = 0; -set parallel_setup_cost = 0; -set parallel_tuple_cost = 0; -set max_parallel_workers_per_gather = 2; -set enable_material = off; -set enable_mergejoin = off; -set work_mem = '64kB'; -set hash_mem_multiplier = 1.0; -explain (costs off) - select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; - QUERY PLAN ------------------------------------------------------------------------------------- - Aggregate - -> Nested Loop Left Join - Join Filter: ((join_foo.id < (b1.id + 1)) AND (join_foo.id > (b1.id - 1))) - -> Seq Scan on join_foo - -> Gather - Workers Planned: 2 - -> Parallel Hash Join - Hash Cond: (b1.id = b2.id) - -> Parallel Seq Scan on join_bar b1 - -> Parallel Hash - -> Parallel Seq Scan on join_bar b2 -(11 rows) - -select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; - count -------- - 3 -(1 row) - -select final > 1 as multibatch - from hash_join_batches( -$$ - select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; -$$); - multibatch ------------- - t -(1 row) - -rollback to settings; --- single-batch with rescan, parallel-aware -savepoint settings; -set enable_parallel_hash = on; -set parallel_leader_participation = off; -set min_parallel_table_scan_size = 0; -set parallel_setup_cost = 0; -set parallel_tuple_cost = 0; -set max_parallel_workers_per_gather = 2; -set enable_material = off; -set enable_mergejoin = off; -set work_mem = '4MB'; -set hash_mem_multiplier = 1.0; -explain (costs off) - select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; - QUERY PLAN ------------------------------------------------------------------------------------- - Aggregate - -> Nested Loop Left Join - Join Filter: ((join_foo.id < (b1.id + 1)) AND (join_foo.id > (b1.id - 1))) - -> Seq Scan on join_foo - -> Gather - Workers Planned: 2 - -> Parallel Hash Join - Hash Cond: (b1.id = b2.id) - -> Parallel Seq Scan on join_bar b1 - -> Parallel Hash - -> Parallel Seq Scan on join_bar b2 -(11 rows) - -select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; - count -------- - 3 -(1 row) - -select final > 1 as multibatch - from hash_join_batches( -$$ - select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; -$$); - multibatch ------------- - f -(1 row) - -rollback to settings; --- A full outer join where every record is matched. --- non-parallel -savepoint settings; -set local max_parallel_workers_per_gather = 0; -explain (costs off) - select count(*) from simple r full outer join simple s using (id); - QUERY PLAN ----------------------------------------- - Aggregate - -> Hash Full Join - Hash Cond: (r.id = s.id) - -> Seq Scan on simple r - -> Hash - -> Seq Scan on simple s -(6 rows) - -select count(*) from simple r full outer join simple s using (id); - count -------- - 20000 -(1 row) - -rollback to settings; --- parallelism not possible with parallel-oblivious full hash join -savepoint settings; -set enable_parallel_hash = off; -set local max_parallel_workers_per_gather = 2; -explain (costs off) - select count(*) from simple r full outer join simple s using (id); - QUERY PLAN ----------------------------------------- - Aggregate - -> Hash Full Join - Hash Cond: (r.id = s.id) - -> Seq Scan on simple r - -> Hash - -> Seq Scan on simple s -(6 rows) - -select count(*) from simple r full outer join simple s using (id); - count -------- - 20000 -(1 row) - -rollback to settings; --- parallelism is possible with parallel-aware full hash join -savepoint settings; -set local max_parallel_workers_per_gather = 2; -explain (costs off) - select count(*) from simple r full outer join simple s using (id); - QUERY PLAN -------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Parallel Hash Full Join - Hash Cond: (r.id = s.id) - -> Parallel Seq Scan on simple r - -> Parallel Hash - -> Parallel Seq Scan on simple s -(9 rows) - -select count(*) from simple r full outer join simple s using (id); - count -------- - 20000 -(1 row) - -rollback to settings; --- A full outer join where every record is not matched. --- non-parallel -savepoint settings; -set local max_parallel_workers_per_gather = 0; -explain (costs off) - select count(*) from simple r full outer join simple s on (r.id = 0 - s.id); - QUERY PLAN ----------------------------------------- - Aggregate - -> Hash Full Join - Hash Cond: ((0 - s.id) = r.id) - -> Seq Scan on simple s - -> Hash - -> Seq Scan on simple r -(6 rows) - -select count(*) from simple r full outer join simple s on (r.id = 0 - s.id); - count -------- - 40000 -(1 row) - -rollback to settings; --- parallelism not possible with parallel-oblivious full hash join -savepoint settings; -set enable_parallel_hash = off; -set local max_parallel_workers_per_gather = 2; -explain (costs off) - select count(*) from simple r full outer join simple s on (r.id = 0 - s.id); - QUERY PLAN ----------------------------------------- - Aggregate - -> Hash Full Join - Hash Cond: ((0 - s.id) = r.id) - -> Seq Scan on simple s - -> Hash - -> Seq Scan on simple r -(6 rows) - -select count(*) from simple r full outer join simple s on (r.id = 0 - s.id); - count -------- - 40000 -(1 row) - -rollback to settings; --- parallelism is possible with parallel-aware full hash join -savepoint settings; -set local max_parallel_workers_per_gather = 2; -explain (costs off) - select count(*) from simple r full outer join simple s on (r.id = 0 - s.id); - QUERY PLAN -------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Parallel Hash Full Join - Hash Cond: ((0 - s.id) = r.id) - -> Parallel Seq Scan on simple s - -> Parallel Hash - -> Parallel Seq Scan on simple r -(9 rows) - -select count(*) from simple r full outer join simple s on (r.id = 0 - s.id); - count -------- - 40000 -(1 row) - -rollback to settings; --- exercise special code paths for huge tuples (note use of non-strict --- expression and left join required to get the detoasted tuple into --- the hash table) --- parallel with parallel-aware hash join (hits ExecParallelHashLoadTuple and --- sts_puttuple oversized tuple cases because it's multi-batch) -savepoint settings; -set max_parallel_workers_per_gather = 2; -set enable_parallel_hash = on; -set work_mem = '128kB'; -set hash_mem_multiplier = 1.0; -explain (costs off) - select length(max(s.t)) - from wide left join (select id, coalesce(t, '') || '' as t from wide) s using (id); - QUERY PLAN ----------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Parallel Hash Left Join - Hash Cond: (wide.id = wide_1.id) - -> Parallel Seq Scan on wide - -> Parallel Hash - -> Parallel Seq Scan on wide wide_1 -(9 rows) - -select length(max(s.t)) -from wide left join (select id, coalesce(t, '') || '' as t from wide) s using (id); - length --------- - 320000 -(1 row) - -select final > 1 as multibatch - from hash_join_batches( -$$ - select length(max(s.t)) - from wide left join (select id, coalesce(t, '') || '' as t from wide) s using (id); -$$); - multibatch ------------- - t -(1 row) - -rollback to settings; --- Hash join reuses the HOT status bit to indicate match status. This can only --- be guaranteed to produce correct results if all the hash join tuple match --- bits are reset before reuse. This is done upon loading them into the --- hashtable. -SAVEPOINT settings; -SET enable_parallel_hash = on; -SET min_parallel_table_scan_size = 0; -SET parallel_setup_cost = 0; -SET parallel_tuple_cost = 0; -CREATE TABLE hjtest_matchbits_t1(id int); -CREATE TABLE hjtest_matchbits_t2(id int); -INSERT INTO hjtest_matchbits_t1 VALUES (1); -INSERT INTO hjtest_matchbits_t2 VALUES (2); --- Update should create a HOT tuple. If this status bit isn't cleared, we won't --- correctly emit the NULL-extended unmatching tuple in full hash join. -UPDATE hjtest_matchbits_t2 set id = 2; -SELECT * FROM hjtest_matchbits_t1 t1 FULL JOIN hjtest_matchbits_t2 t2 ON t1.id = t2.id - ORDER BY t1.id; - id | id -----+---- - 1 | - | 2 -(2 rows) - --- Test serial full hash join. --- Resetting parallel_setup_cost should force a serial plan. --- Just to be safe, however, set enable_parallel_hash to off, as parallel full --- hash joins are only supported with shared hashtables. -RESET parallel_setup_cost; -SET enable_parallel_hash = off; -SELECT * FROM hjtest_matchbits_t1 t1 FULL JOIN hjtest_matchbits_t2 t2 ON t1.id = t2.id; - id | id -----+---- - 1 | - | 2 -(2 rows) - -ROLLBACK TO settings; -rollback; --- Verify that hash key expressions reference the correct --- nodes. Hashjoin's hashkeys need to reference its outer plan, Hash's --- need to reference Hash's outer plan (which is below HashJoin's --- inner plan). It's not trivial to verify that the references are --- correct (we don't display the hashkeys themselves), but if the --- hashkeys contain subplan references, those will be displayed. Force --- subplans to appear just about everywhere. --- --- Bug report: --- https://www.postgresql.org/message-id/CAPpHfdvGVegF_TKKRiBrSmatJL2dR9uwFCuR%2BteQ_8tEXU8mxg%40mail.gmail.com --- -BEGIN; -SET LOCAL enable_sort = OFF; -- avoid mergejoins -SET LOCAL from_collapse_limit = 1; -- allows easy changing of join order -CREATE TABLE hjtest_1 (a text, b int, id int, c bool); -CREATE TABLE hjtest_2 (a bool, id int, b text, c int); -INSERT INTO hjtest_1(a, b, id, c) VALUES ('text', 2, 1, false); -- matches -INSERT INTO hjtest_1(a, b, id, c) VALUES ('text', 1, 2, false); -- fails id join condition -INSERT INTO hjtest_1(a, b, id, c) VALUES ('text', 20, 1, false); -- fails < 50 -INSERT INTO hjtest_1(a, b, id, c) VALUES ('text', 1, 1, false); -- fails (SELECT hjtest_1.b * 5) = (SELECT hjtest_2.c*5) -INSERT INTO hjtest_2(a, id, b, c) VALUES (true, 1, 'another', 2); -- matches -INSERT INTO hjtest_2(a, id, b, c) VALUES (true, 3, 'another', 7); -- fails id join condition -INSERT INTO hjtest_2(a, id, b, c) VALUES (true, 1, 'another', 90); -- fails < 55 -INSERT INTO hjtest_2(a, id, b, c) VALUES (true, 1, 'another', 3); -- fails (SELECT hjtest_1.b * 5) = (SELECT hjtest_2.c*5) -INSERT INTO hjtest_2(a, id, b, c) VALUES (true, 1, 'text', 1); -- fails hjtest_1.a <> hjtest_2.b; -EXPLAIN (COSTS OFF, VERBOSE) -SELECT hjtest_1.a a1, hjtest_2.a a2,hjtest_1.tableoid::regclass t1, hjtest_2.tableoid::regclass t2 -FROM hjtest_1, hjtest_2 -WHERE - hjtest_1.id = (SELECT 1 WHERE hjtest_2.id = 1) - AND (SELECT hjtest_1.b * 5) = (SELECT hjtest_2.c*5) - AND (SELECT hjtest_1.b * 5) < 50 - AND (SELECT hjtest_2.c * 5) < 55 - AND hjtest_1.a <> hjtest_2.b; - QUERY PLAN ------------------------------------------------------------------------------------------------- - Hash Join - Output: hjtest_1.a, hjtest_2.a, (hjtest_1.tableoid)::regclass, (hjtest_2.tableoid)::regclass - Hash Cond: ((hjtest_1.id = (SubPlan 1)) AND ((SubPlan 2) = (SubPlan 3))) - Join Filter: (hjtest_1.a <> hjtest_2.b) - -> Seq Scan on public.hjtest_1 - Output: hjtest_1.a, hjtest_1.tableoid, hjtest_1.id, hjtest_1.b - Filter: ((SubPlan 4) < 50) - SubPlan 4 - -> Result - Output: (hjtest_1.b * 5) - -> Hash - Output: hjtest_2.a, hjtest_2.tableoid, hjtest_2.id, hjtest_2.c, hjtest_2.b - -> Seq Scan on public.hjtest_2 - Output: hjtest_2.a, hjtest_2.tableoid, hjtest_2.id, hjtest_2.c, hjtest_2.b - Filter: ((SubPlan 5) < 55) - SubPlan 5 - -> Result - Output: (hjtest_2.c * 5) - SubPlan 1 - -> Result - Output: 1 - One-Time Filter: (hjtest_2.id = 1) - SubPlan 3 - -> Result - Output: (hjtest_2.c * 5) - SubPlan 2 - -> Result - Output: (hjtest_1.b * 5) -(28 rows) - -SELECT hjtest_1.a a1, hjtest_2.a a2,hjtest_1.tableoid::regclass t1, hjtest_2.tableoid::regclass t2 -FROM hjtest_1, hjtest_2 -WHERE - hjtest_1.id = (SELECT 1 WHERE hjtest_2.id = 1) - AND (SELECT hjtest_1.b * 5) = (SELECT hjtest_2.c*5) - AND (SELECT hjtest_1.b * 5) < 50 - AND (SELECT hjtest_2.c * 5) < 55 - AND hjtest_1.a <> hjtest_2.b; - a1 | a2 | t1 | t2 -------+----+----------+---------- - text | t | hjtest_1 | hjtest_2 -(1 row) - -EXPLAIN (COSTS OFF, VERBOSE) -SELECT hjtest_1.a a1, hjtest_2.a a2,hjtest_1.tableoid::regclass t1, hjtest_2.tableoid::regclass t2 -FROM hjtest_2, hjtest_1 -WHERE - hjtest_1.id = (SELECT 1 WHERE hjtest_2.id = 1) - AND (SELECT hjtest_1.b * 5) = (SELECT hjtest_2.c*5) - AND (SELECT hjtest_1.b * 5) < 50 - AND (SELECT hjtest_2.c * 5) < 55 - AND hjtest_1.a <> hjtest_2.b; - QUERY PLAN ------------------------------------------------------------------------------------------------- - Hash Join - Output: hjtest_1.a, hjtest_2.a, (hjtest_1.tableoid)::regclass, (hjtest_2.tableoid)::regclass - Hash Cond: (((SubPlan 1) = hjtest_1.id) AND ((SubPlan 3) = (SubPlan 2))) - Join Filter: (hjtest_1.a <> hjtest_2.b) - -> Seq Scan on public.hjtest_2 - Output: hjtest_2.a, hjtest_2.tableoid, hjtest_2.id, hjtest_2.c, hjtest_2.b - Filter: ((SubPlan 5) < 55) - SubPlan 5 - -> Result - Output: (hjtest_2.c * 5) - -> Hash - Output: hjtest_1.a, hjtest_1.tableoid, hjtest_1.id, hjtest_1.b - -> Seq Scan on public.hjtest_1 - Output: hjtest_1.a, hjtest_1.tableoid, hjtest_1.id, hjtest_1.b - Filter: ((SubPlan 4) < 50) - SubPlan 4 - -> Result - Output: (hjtest_1.b * 5) - SubPlan 2 - -> Result - Output: (hjtest_1.b * 5) - SubPlan 1 - -> Result - Output: 1 - One-Time Filter: (hjtest_2.id = 1) - SubPlan 3 - -> Result - Output: (hjtest_2.c * 5) -(28 rows) - -SELECT hjtest_1.a a1, hjtest_2.a a2,hjtest_1.tableoid::regclass t1, hjtest_2.tableoid::regclass t2 -FROM hjtest_2, hjtest_1 -WHERE - hjtest_1.id = (SELECT 1 WHERE hjtest_2.id = 1) - AND (SELECT hjtest_1.b * 5) = (SELECT hjtest_2.c*5) - AND (SELECT hjtest_1.b * 5) < 50 - AND (SELECT hjtest_2.c * 5) < 55 - AND hjtest_1.a <> hjtest_2.b; - a1 | a2 | t1 | t2 -------+----+----------+---------- - text | t | hjtest_1 | hjtest_2 -(1 row) - -ROLLBACK; --- Verify that we behave sanely when the inner hash keys contain parameters --- (that is, outer or lateral references). This situation has to defeat --- re-use of the inner hash table across rescans. -begin; -set local enable_hashjoin = on; -explain (costs off) -select i8.q2, ss.* from -int8_tbl i8, -lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4 - on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss; - QUERY PLAN ------------------------------------------------------------ - Nested Loop - -> Seq Scan on int8_tbl i8 - -> Sort - Sort Key: t1.fivethous, i4.f1 - -> Hash Join - Hash Cond: (t1.fivethous = (i4.f1 + i8.q2)) - -> Seq Scan on tenk1 t1 - -> Hash - -> Seq Scan on int4_tbl i4 -(9 rows) - -select i8.q2, ss.* from -int8_tbl i8, -lateral (select t1.fivethous, i4.f1 from tenk1 t1 join int4_tbl i4 - on t1.fivethous = i4.f1+i8.q2 order by 1,2) ss; - q2 | fivethous | f1 ------+-----------+---- - 456 | 456 | 0 - 456 | 456 | 0 - 123 | 123 | 0 - 123 | 123 | 0 -(4 rows) - -rollback; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin_bloom.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin_bloom.out --- /tmp/cirrus-ci-build/src/test/regress/expected/brin_bloom.out 2025-05-11 19:30:18.930788000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin_bloom.out 2025-05-11 19:32:42.352520000 +0000 @@ -1,428 +1,2 @@ -CREATE TABLE brintest_bloom (byteacol bytea, - charcol "char", - namecol name, - int8col bigint, - int2col smallint, - int4col integer, - textcol text, - oidcol oid, - float4col real, - float8col double precision, - macaddrcol macaddr, - inetcol inet, - cidrcol cidr, - bpcharcol character, - datecol date, - timecol time without time zone, - timestampcol timestamp without time zone, - timestamptzcol timestamp with time zone, - intervalcol interval, - timetzcol time with time zone, - numericcol numeric, - uuidcol uuid, - lsncol pg_lsn -) WITH (fillfactor=10); -INSERT INTO brintest_bloom SELECT - repeat(stringu1, 8)::bytea, - substr(stringu1, 1, 1)::"char", - stringu1::name, 142857 * tenthous, - thousand, - twothousand, - repeat(stringu1, 8), - unique1::oid, - (four + 1.0)/(hundred+1), - odd::float8 / (tenthous + 1), - format('%s:00:%s:00:%s:00', to_hex(odd), to_hex(even), to_hex(hundred))::macaddr, - inet '10.2.3.4/24' + tenthous, - cidr '10.2.3/24' + tenthous, - substr(stringu1, 1, 1)::bpchar, - date '1995-08-15' + tenthous, - time '01:20:30' + thousand * interval '18.5 second', - timestamp '1942-07-23 03:05:09' + tenthous * interval '36.38 hours', - timestamptz '1972-10-10 03:00' + thousand * interval '1 hour', - justify_days(justify_hours(tenthous * interval '12 minutes')), - timetz '01:30:20+02' + hundred * interval '15 seconds', - tenthous::numeric(36,30) * fivethous * even / (hundred + 1), - format('%s%s-%s-%s-%s-%s%s%s', to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'))::uuid, - format('%s/%s%s', odd, even, tenthous)::pg_lsn -FROM tenk1 ORDER BY unique2 LIMIT 100; --- throw in some NULL's and different values -INSERT INTO brintest_bloom (inetcol, cidrcol) SELECT - inet 'fe80::6e40:8ff:fea9:8c46' + tenthous, - cidr 'fe80::6e40:8ff:fea9:8c46' + tenthous -FROM tenk1 ORDER BY thousand, tenthous LIMIT 25; --- test bloom specific index options --- ndistinct must be >= -1.0 -CREATE INDEX brinidx_bloom ON brintest_bloom USING brin ( - byteacol bytea_bloom_ops(n_distinct_per_range = -1.1) -); -ERROR: value -1.1 out of bounds for option "n_distinct_per_range" -DETAIL: Valid values are between "-1.000000" and "2147483647.000000". --- false_positive_rate must be between 0.0001 and 0.25 -CREATE INDEX brinidx_bloom ON brintest_bloom USING brin ( - byteacol bytea_bloom_ops(false_positive_rate = 0.00009) -); -ERROR: value 0.00009 out of bounds for option "false_positive_rate" -DETAIL: Valid values are between "0.000100" and "0.250000". -CREATE INDEX brinidx_bloom ON brintest_bloom USING brin ( - byteacol bytea_bloom_ops(false_positive_rate = 0.26) -); -ERROR: value 0.26 out of bounds for option "false_positive_rate" -DETAIL: Valid values are between "0.000100" and "0.250000". -CREATE INDEX brinidx_bloom ON brintest_bloom USING brin ( - byteacol bytea_bloom_ops, - charcol char_bloom_ops, - namecol name_bloom_ops, - int8col int8_bloom_ops, - int2col int2_bloom_ops, - int4col int4_bloom_ops, - textcol text_bloom_ops, - oidcol oid_bloom_ops, - float4col float4_bloom_ops, - float8col float8_bloom_ops, - macaddrcol macaddr_bloom_ops, - inetcol inet_bloom_ops, - cidrcol inet_bloom_ops, - bpcharcol bpchar_bloom_ops, - datecol date_bloom_ops, - timecol time_bloom_ops, - timestampcol timestamp_bloom_ops, - timestamptzcol timestamptz_bloom_ops, - intervalcol interval_bloom_ops, - timetzcol timetz_bloom_ops, - numericcol numeric_bloom_ops, - uuidcol uuid_bloom_ops, - lsncol pg_lsn_bloom_ops -) with (pages_per_range = 1); -CREATE TABLE brinopers_bloom (colname name, typ text, - op text[], value text[], matches int[], - check (cardinality(op) = cardinality(value)), - check (cardinality(op) = cardinality(matches))); -INSERT INTO brinopers_bloom VALUES - ('byteacol', 'bytea', - '{=}', - '{BNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAA}', - '{1}'), - ('charcol', '"char"', - '{=}', - '{M}', - '{6}'), - ('namecol', 'name', - '{=}', - '{MAAAAA}', - '{2}'), - ('int2col', 'int2', - '{=}', - '{800}', - '{1}'), - ('int4col', 'int4', - '{=}', - '{800}', - '{1}'), - ('int8col', 'int8', - '{=}', - '{1257141600}', - '{1}'), - ('textcol', 'text', - '{=}', - '{BNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAABNAAAA}', - '{1}'), - ('oidcol', 'oid', - '{=}', - '{8800}', - '{1}'), - ('float4col', 'float4', - '{=}', - '{1}', - '{4}'), - ('float8col', 'float8', - '{=}', - '{0}', - '{1}'), - ('macaddrcol', 'macaddr', - '{=}', - '{2c:00:2d:00:16:00}', - '{2}'), - ('inetcol', 'inet', - '{=}', - '{10.2.14.231/24}', - '{1}'), - ('inetcol', 'cidr', - '{=}', - '{fe80::6e40:8ff:fea9:8c46}', - '{1}'), - ('cidrcol', 'inet', - '{=}', - '{10.2.14/24}', - '{2}'), - ('cidrcol', 'inet', - '{=}', - '{fe80::6e40:8ff:fea9:8c46}', - '{1}'), - ('cidrcol', 'cidr', - '{=}', - '{10.2.14/24}', - '{2}'), - ('cidrcol', 'cidr', - '{=}', - '{fe80::6e40:8ff:fea9:8c46}', - '{1}'), - ('bpcharcol', 'bpchar', - '{=}', - '{W}', - '{6}'), - ('datecol', 'date', - '{=}', - '{2009-12-01}', - '{1}'), - ('timecol', 'time', - '{=}', - '{02:28:57}', - '{1}'), - ('timestampcol', 'timestamp', - '{=}', - '{1964-03-24 19:26:45}', - '{1}'), - ('timestamptzcol', 'timestamptz', - '{=}', - '{1972-10-19 09:00:00-07}', - '{1}'), - ('intervalcol', 'interval', - '{=}', - '{1 mons 13 days 12:24}', - '{1}'), - ('timetzcol', 'timetz', - '{=}', - '{01:35:50+02}', - '{2}'), - ('numericcol', 'numeric', - '{=}', - '{2268164.347826086956521739130434782609}', - '{1}'), - ('uuidcol', 'uuid', - '{=}', - '{52225222-5222-5222-5222-522252225222}', - '{1}'), - ('lsncol', 'pg_lsn', - '{=, IS, IS NOT}', - '{44/455222, NULL, NULL}', - '{1, 25, 100}'); -DO $x$ -DECLARE - r record; - r2 record; - cond text; - idx_ctids tid[]; - ss_ctids tid[]; - count int; - plan_ok bool; - plan_line text; -BEGIN - FOR r IN SELECT colname, oper, typ, value[ordinality], matches[ordinality] FROM brinopers_bloom, unnest(op) WITH ORDINALITY AS oper LOOP - - -- prepare the condition - IF r.value IS NULL THEN - cond := format('%I %s %L', r.colname, r.oper, r.value); - ELSE - cond := format('%I %s %L::%s', r.colname, r.oper, r.value, r.typ); - END IF; - - -- run the query using the brin index - SET enable_seqscan = 0; - SET enable_bitmapscan = 1; - - plan_ok := false; - FOR plan_line IN EXECUTE format($y$EXPLAIN SELECT array_agg(ctid) FROM brintest_bloom WHERE %s $y$, cond) LOOP - IF plan_line LIKE '%Bitmap Heap Scan on brintest_bloom%' THEN - plan_ok := true; - END IF; - END LOOP; - IF NOT plan_ok THEN - RAISE WARNING 'did not get bitmap indexscan plan for %', r; - END IF; - - EXECUTE format($y$SELECT array_agg(ctid) FROM brintest_bloom WHERE %s $y$, cond) - INTO idx_ctids; - - -- run the query using a seqscan - SET enable_seqscan = 1; - SET enable_bitmapscan = 0; - - plan_ok := false; - FOR plan_line IN EXECUTE format($y$EXPLAIN SELECT array_agg(ctid) FROM brintest_bloom WHERE %s $y$, cond) LOOP - IF plan_line LIKE '%Seq Scan on brintest_bloom%' THEN - plan_ok := true; - END IF; - END LOOP; - IF NOT plan_ok THEN - RAISE WARNING 'did not get seqscan plan for %', r; - END IF; - - EXECUTE format($y$SELECT array_agg(ctid) FROM brintest_bloom WHERE %s $y$, cond) - INTO ss_ctids; - - -- make sure both return the same results - count := array_length(idx_ctids, 1); - - IF NOT (count = array_length(ss_ctids, 1) AND - idx_ctids @> ss_ctids AND - idx_ctids <@ ss_ctids) THEN - -- report the results of each scan to make the differences obvious - RAISE WARNING 'something not right in %: count %', r, count; - SET enable_seqscan = 1; - SET enable_bitmapscan = 0; - FOR r2 IN EXECUTE 'SELECT ' || r.colname || ' FROM brintest_bloom WHERE ' || cond LOOP - RAISE NOTICE 'seqscan: %', r2; - END LOOP; - - SET enable_seqscan = 0; - SET enable_bitmapscan = 1; - FOR r2 IN EXECUTE 'SELECT ' || r.colname || ' FROM brintest_bloom WHERE ' || cond LOOP - RAISE NOTICE 'bitmapscan: %', r2; - END LOOP; - END IF; - - -- make sure we found expected number of matches - IF count != r.matches THEN RAISE WARNING 'unexpected number of results % for %', count, r; END IF; - END LOOP; -END; -$x$; -RESET enable_seqscan; -RESET enable_bitmapscan; -INSERT INTO brintest_bloom SELECT - repeat(stringu1, 42)::bytea, - substr(stringu1, 1, 1)::"char", - stringu1::name, 142857 * tenthous, - thousand, - twothousand, - repeat(stringu1, 42), - unique1::oid, - (four + 1.0)/(hundred+1), - odd::float8 / (tenthous + 1), - format('%s:00:%s:00:%s:00', to_hex(odd), to_hex(even), to_hex(hundred))::macaddr, - inet '10.2.3.4' + tenthous, - cidr '10.2.3/24' + tenthous, - substr(stringu1, 1, 1)::bpchar, - date '1995-08-15' + tenthous, - time '01:20:30' + thousand * interval '18.5 second', - timestamp '1942-07-23 03:05:09' + tenthous * interval '36.38 hours', - timestamptz '1972-10-10 03:00' + thousand * interval '1 hour', - justify_days(justify_hours(tenthous * interval '12 minutes')), - timetz '01:30:20' + hundred * interval '15 seconds', - tenthous::numeric(36,30) * fivethous * even / (hundred + 1), - format('%s%s-%s-%s-%s-%s%s%s', to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'))::uuid, - format('%s/%s%s', odd, even, tenthous)::pg_lsn -FROM tenk1 ORDER BY unique2 LIMIT 5 OFFSET 5; -SELECT brin_desummarize_range('brinidx_bloom', 0); - brin_desummarize_range ------------------------- - -(1 row) - -VACUUM brintest_bloom; -- force a summarization cycle in brinidx -UPDATE brintest_bloom SET int8col = int8col * int4col; -UPDATE brintest_bloom SET textcol = '' WHERE textcol IS NOT NULL; --- Tests for brin_summarize_new_values -SELECT brin_summarize_new_values('brintest_bloom'); -- error, not an index -ERROR: "brintest_bloom" is not an index -SELECT brin_summarize_new_values('tenk1_unique1'); -- error, not a BRIN index -ERROR: "tenk1_unique1" is not a BRIN index -SELECT brin_summarize_new_values('brinidx_bloom'); -- ok, no change expected - brin_summarize_new_values ---------------------------- - 0 -(1 row) - --- Tests for brin_desummarize_range -SELECT brin_desummarize_range('brinidx_bloom', -1); -- error, invalid range -ERROR: block number out of range: -1 -SELECT brin_desummarize_range('brinidx_bloom', 0); - brin_desummarize_range ------------------------- - -(1 row) - -SELECT brin_desummarize_range('brinidx_bloom', 0); - brin_desummarize_range ------------------------- - -(1 row) - -SELECT brin_desummarize_range('brinidx_bloom', 100000000); - brin_desummarize_range ------------------------- - -(1 row) - --- Test brin_summarize_range -CREATE TABLE brin_summarize_bloom ( - value int -) WITH (fillfactor=10, autovacuum_enabled=false); -CREATE INDEX brin_summarize_bloom_idx ON brin_summarize_bloom USING brin (value) WITH (pages_per_range=2); --- Fill a few pages -DO $$ -DECLARE curtid tid; -BEGIN - LOOP - INSERT INTO brin_summarize_bloom VALUES (1) RETURNING ctid INTO curtid; - EXIT WHEN curtid > tid '(2, 0)'; - END LOOP; -END; -$$; --- summarize one range -SELECT brin_summarize_range('brin_summarize_bloom_idx', 0); - brin_summarize_range ----------------------- - 0 -(1 row) - --- nothing: already summarized -SELECT brin_summarize_range('brin_summarize_bloom_idx', 1); - brin_summarize_range ----------------------- - 0 -(1 row) - --- summarize one range -SELECT brin_summarize_range('brin_summarize_bloom_idx', 2); - brin_summarize_range ----------------------- - 1 -(1 row) - --- nothing: page doesn't exist in table -SELECT brin_summarize_range('brin_summarize_bloom_idx', 4294967295); - brin_summarize_range ----------------------- - 0 -(1 row) - --- invalid block number values -SELECT brin_summarize_range('brin_summarize_bloom_idx', -1); -ERROR: block number out of range: -1 -SELECT brin_summarize_range('brin_summarize_bloom_idx', 4294967296); -ERROR: block number out of range: 4294967296 --- test brin cost estimates behave sanely based on correlation of values -CREATE TABLE brin_test_bloom (a INT, b INT); -INSERT INTO brin_test_bloom SELECT x/100,x%100 FROM generate_series(1,10000) x(x); -CREATE INDEX brin_test_bloom_a_idx ON brin_test_bloom USING brin (a) WITH (pages_per_range = 2); -CREATE INDEX brin_test_bloom_b_idx ON brin_test_bloom USING brin (b) WITH (pages_per_range = 2); -VACUUM ANALYZE brin_test_bloom; --- Ensure brin index is used when columns are perfectly correlated -EXPLAIN (COSTS OFF) SELECT * FROM brin_test_bloom WHERE a = 1; - QUERY PLAN --------------------------------------------------- - Bitmap Heap Scan on brin_test_bloom - Recheck Cond: (a = 1) - -> Bitmap Index Scan on brin_test_bloom_a_idx - Index Cond: (a = 1) -(4 rows) - --- Ensure brin index is not used when values are not correlated -EXPLAIN (COSTS OFF) SELECT * FROM brin_test_bloom WHERE b = 1; - QUERY PLAN ------------------------------ - Seq Scan on brin_test_bloom - Filter: (b = 1) -(2 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin_multi.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin_multi.out --- /tmp/cirrus-ci-build/src/test/regress/expected/brin_multi.out 2025-05-11 19:30:18.931108000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin_multi.out 2025-05-11 19:32:42.342757000 +0000 @@ -1,983 +1,2 @@ -CREATE TABLE brintest_multi ( - int8col bigint, - int2col smallint, - int4col integer, - oidcol oid, - tidcol tid, - float4col real, - float8col double precision, - macaddrcol macaddr, - macaddr8col macaddr8, - inetcol inet, - cidrcol cidr, - datecol date, - timecol time without time zone, - timestampcol timestamp without time zone, - timestamptzcol timestamp with time zone, - intervalcol interval, - timetzcol time with time zone, - numericcol numeric, - uuidcol uuid, - lsncol pg_lsn -) WITH (fillfactor=10); -INSERT INTO brintest_multi SELECT - 142857 * tenthous, - thousand, - twothousand, - unique1::oid, - format('(%s,%s)', tenthous, twenty)::tid, - (four + 1.0)/(hundred+1), - odd::float8 / (tenthous + 1), - format('%s:00:%s:00:%s:00', to_hex(odd), to_hex(even), to_hex(hundred))::macaddr, - substr(fipshash(unique1::text), 1, 16)::macaddr8, - inet '10.2.3.4/24' + tenthous, - cidr '10.2.3/24' + tenthous, - date '1995-08-15' + tenthous, - time '01:20:30' + thousand * interval '18.5 second', - timestamp '1942-07-23 03:05:09' + tenthous * interval '36.38 hours', - timestamptz '1972-10-10 03:00' + thousand * interval '1 hour', - justify_days(justify_hours(tenthous * interval '12 minutes')), - timetz '01:30:20+02' + hundred * interval '15 seconds', - tenthous::numeric(36,30) * fivethous * even / (hundred + 1), - format('%s%s-%s-%s-%s-%s%s%s', to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'))::uuid, - format('%s/%s%s', odd, even, tenthous)::pg_lsn -FROM tenk1 ORDER BY unique2 LIMIT 100; --- throw in some NULL's and different values -INSERT INTO brintest_multi (inetcol, cidrcol) SELECT - inet 'fe80::6e40:8ff:fea9:8c46' + tenthous, - cidr 'fe80::6e40:8ff:fea9:8c46' + tenthous -FROM tenk1 ORDER BY thousand, tenthous LIMIT 25; --- test minmax-multi specific index options --- number of values must be >= 16 -CREATE INDEX brinidx_multi ON brintest_multi USING brin ( - int8col int8_minmax_multi_ops(values_per_range = 7) -); -ERROR: value 7 out of bounds for option "values_per_range" -DETAIL: Valid values are between "8" and "256". --- number of values must be <= 256 -CREATE INDEX brinidx_multi ON brintest_multi USING brin ( - int8col int8_minmax_multi_ops(values_per_range = 257) -); -ERROR: value 257 out of bounds for option "values_per_range" -DETAIL: Valid values are between "8" and "256". --- first create an index with a single page range, to force compaction --- due to exceeding the number of values per summary -CREATE INDEX brinidx_multi ON brintest_multi USING brin ( - int8col int8_minmax_multi_ops, - int2col int2_minmax_multi_ops, - int4col int4_minmax_multi_ops, - oidcol oid_minmax_multi_ops, - tidcol tid_minmax_multi_ops, - float4col float4_minmax_multi_ops, - float8col float8_minmax_multi_ops, - macaddrcol macaddr_minmax_multi_ops, - macaddr8col macaddr8_minmax_multi_ops, - inetcol inet_minmax_multi_ops, - cidrcol inet_minmax_multi_ops, - datecol date_minmax_multi_ops, - timecol time_minmax_multi_ops, - timestampcol timestamp_minmax_multi_ops, - timestamptzcol timestamptz_minmax_multi_ops, - intervalcol interval_minmax_multi_ops, - timetzcol timetz_minmax_multi_ops, - numericcol numeric_minmax_multi_ops, - uuidcol uuid_minmax_multi_ops, - lsncol pg_lsn_minmax_multi_ops -); -DROP INDEX brinidx_multi; -CREATE INDEX brinidx_multi ON brintest_multi USING brin ( - int8col int8_minmax_multi_ops, - int2col int2_minmax_multi_ops, - int4col int4_minmax_multi_ops, - oidcol oid_minmax_multi_ops, - tidcol tid_minmax_multi_ops, - float4col float4_minmax_multi_ops, - float8col float8_minmax_multi_ops, - macaddrcol macaddr_minmax_multi_ops, - macaddr8col macaddr8_minmax_multi_ops, - inetcol inet_minmax_multi_ops, - cidrcol inet_minmax_multi_ops, - datecol date_minmax_multi_ops, - timecol time_minmax_multi_ops, - timestampcol timestamp_minmax_multi_ops, - timestamptzcol timestamptz_minmax_multi_ops, - intervalcol interval_minmax_multi_ops, - timetzcol timetz_minmax_multi_ops, - numericcol numeric_minmax_multi_ops, - uuidcol uuid_minmax_multi_ops, - lsncol pg_lsn_minmax_multi_ops -) with (pages_per_range = 1); -CREATE TABLE brinopers_multi (colname name, typ text, - op text[], value text[], matches int[], - check (cardinality(op) = cardinality(value)), - check (cardinality(op) = cardinality(matches))); -INSERT INTO brinopers_multi VALUES - ('int2col', 'int2', - '{>, >=, =, <=, <}', - '{0, 0, 800, 999, 999}', - '{100, 100, 1, 100, 100}'), - ('int2col', 'int4', - '{>, >=, =, <=, <}', - '{0, 0, 800, 999, 1999}', - '{100, 100, 1, 100, 100}'), - ('int2col', 'int8', - '{>, >=, =, <=, <}', - '{0, 0, 800, 999, 1428427143}', - '{100, 100, 1, 100, 100}'), - ('int4col', 'int2', - '{>, >=, =, <=, <}', - '{0, 0, 800, 1999, 1999}', - '{100, 100, 1, 100, 100}'), - ('int4col', 'int4', - '{>, >=, =, <=, <}', - '{0, 0, 800, 1999, 1999}', - '{100, 100, 1, 100, 100}'), - ('int4col', 'int8', - '{>, >=, =, <=, <}', - '{0, 0, 800, 1999, 1428427143}', - '{100, 100, 1, 100, 100}'), - ('int8col', 'int2', - '{>, >=}', - '{0, 0}', - '{100, 100}'), - ('int8col', 'int4', - '{>, >=}', - '{0, 0}', - '{100, 100}'), - ('int8col', 'int8', - '{>, >=, =, <=, <}', - '{0, 0, 1257141600, 1428427143, 1428427143}', - '{100, 100, 1, 100, 100}'), - ('oidcol', 'oid', - '{>, >=, =, <=, <}', - '{0, 0, 8800, 9999, 9999}', - '{100, 100, 1, 100, 100}'), - ('tidcol', 'tid', - '{>, >=, =, <=, <}', - '{"(0,0)", "(0,0)", "(8800,0)", "(9999,19)", "(9999,19)"}', - '{100, 100, 1, 100, 100}'), - ('float4col', 'float4', - '{>, >=, =, <=, <}', - '{0.0103093, 0.0103093, 1, 1, 1}', - '{100, 100, 4, 100, 96}'), - ('float4col', 'float8', - '{>, >=, =, <=, <}', - '{0.0103093, 0.0103093, 1, 1, 1}', - '{100, 100, 4, 100, 96}'), - ('float8col', 'float4', - '{>, >=, =, <=, <}', - '{0, 0, 0, 1.98, 1.98}', - '{99, 100, 1, 100, 100}'), - ('float8col', 'float8', - '{>, >=, =, <=, <}', - '{0, 0, 0, 1.98, 1.98}', - '{99, 100, 1, 100, 100}'), - ('macaddrcol', 'macaddr', - '{>, >=, =, <=, <}', - '{00:00:01:00:00:00, 00:00:01:00:00:00, 2c:00:2d:00:16:00, ff:fe:00:00:00:00, ff:fe:00:00:00:00}', - '{99, 100, 2, 100, 100}'), - ('macaddr8col', 'macaddr8', - '{>, >=, =, <=, <}', - '{b1:d1:0e:7b:af:a4:42:12, d9:35:91:bd:f7:86:0e:1e, 72:8f:20:6c:2a:01:bf:57, 23:e8:46:63:86:07:ad:cb, 13:16:8e:6a:2e:6c:84:b4}', - '{31, 17, 1, 11, 4}'), - ('inetcol', 'inet', - '{=, <, <=, >, >=}', - '{10.2.14.231/24, 255.255.255.255, 255.255.255.255, 0.0.0.0, 0.0.0.0}', - '{1, 100, 100, 125, 125}'), - ('inetcol', 'cidr', - '{<, <=, >, >=}', - '{255.255.255.255, 255.255.255.255, 0.0.0.0, 0.0.0.0}', - '{100, 100, 125, 125}'), - ('cidrcol', 'inet', - '{=, <, <=, >, >=}', - '{10.2.14/24, 255.255.255.255, 255.255.255.255, 0.0.0.0, 0.0.0.0}', - '{2, 100, 100, 125, 125}'), - ('cidrcol', 'cidr', - '{=, <, <=, >, >=}', - '{10.2.14/24, 255.255.255.255, 255.255.255.255, 0.0.0.0, 0.0.0.0}', - '{2, 100, 100, 125, 125}'), - ('datecol', 'date', - '{>, >=, =, <=, <}', - '{1995-08-15, 1995-08-15, 2009-12-01, 2022-12-30, 2022-12-30}', - '{100, 100, 1, 100, 100}'), - ('timecol', 'time', - '{>, >=, =, <=, <}', - '{01:20:30, 01:20:30, 02:28:57, 06:28:31.5, 06:28:31.5}', - '{100, 100, 1, 100, 100}'), - ('timestampcol', 'timestamp', - '{>, >=, =, <=, <}', - '{1942-07-23 03:05:09, 1942-07-23 03:05:09, 1964-03-24 19:26:45, 1984-01-20 22:42:21, 1984-01-20 22:42:21}', - '{100, 100, 1, 100, 100}'), - ('timestampcol', 'timestamptz', - '{>, >=, =, <=, <}', - '{1942-07-23 03:05:09, 1942-07-23 03:05:09, 1964-03-24 19:26:45, 1984-01-20 22:42:21, 1984-01-20 22:42:21}', - '{100, 100, 1, 100, 100}'), - ('timestamptzcol', 'timestamptz', - '{>, >=, =, <=, <}', - '{1972-10-10 03:00:00-04, 1972-10-10 03:00:00-04, 1972-10-19 09:00:00-07, 1972-11-20 19:00:00-03, 1972-11-20 19:00:00-03}', - '{100, 100, 1, 100, 100}'), - ('intervalcol', 'interval', - '{>, >=, =, <=, <}', - '{00:00:00, 00:00:00, 1 mons 13 days 12:24, 2 mons 23 days 07:48:00, 1 year}', - '{100, 100, 1, 100, 100}'), - ('timetzcol', 'timetz', - '{>, >=, =, <=, <}', - '{01:30:20+02, 01:30:20+02, 01:35:50+02, 23:55:05+02, 23:55:05+02}', - '{99, 100, 2, 100, 100}'), - ('numericcol', 'numeric', - '{>, >=, =, <=, <}', - '{0.00, 0.01, 2268164.347826086956521739130434782609, 99470151.9, 99470151.9}', - '{100, 100, 1, 100, 100}'), - ('uuidcol', 'uuid', - '{>, >=, =, <=, <}', - '{00040004-0004-0004-0004-000400040004, 00040004-0004-0004-0004-000400040004, 52225222-5222-5222-5222-522252225222, 99989998-9998-9998-9998-999899989998, 99989998-9998-9998-9998-999899989998}', - '{100, 100, 1, 100, 100}'), - ('lsncol', 'pg_lsn', - '{>, >=, =, <=, <, IS, IS NOT}', - '{0/1200, 0/1200, 44/455222, 198/1999799, 198/1999799, NULL, NULL}', - '{100, 100, 1, 100, 100, 25, 100}'); -DO $x$ -DECLARE - r record; - r2 record; - cond text; - idx_ctids tid[]; - ss_ctids tid[]; - count int; - plan_ok bool; - plan_line text; -BEGIN - FOR r IN SELECT colname, oper, typ, value[ordinality], matches[ordinality] FROM brinopers_multi, unnest(op) WITH ORDINALITY AS oper LOOP - - -- prepare the condition - IF r.value IS NULL THEN - cond := format('%I %s %L', r.colname, r.oper, r.value); - ELSE - cond := format('%I %s %L::%s', r.colname, r.oper, r.value, r.typ); - END IF; - - -- run the query using the brin index - SET enable_seqscan = 0; - SET enable_bitmapscan = 1; - - plan_ok := false; - FOR plan_line IN EXECUTE format($y$EXPLAIN SELECT array_agg(ctid) FROM brintest_multi WHERE %s $y$, cond) LOOP - IF plan_line LIKE '%Bitmap Heap Scan on brintest_multi%' THEN - plan_ok := true; - END IF; - END LOOP; - IF NOT plan_ok THEN - RAISE WARNING 'did not get bitmap indexscan plan for %', r; - END IF; - - EXECUTE format($y$SELECT array_agg(ctid) FROM brintest_multi WHERE %s $y$, cond) - INTO idx_ctids; - - -- run the query using a seqscan - SET enable_seqscan = 1; - SET enable_bitmapscan = 0; - - plan_ok := false; - FOR plan_line IN EXECUTE format($y$EXPLAIN SELECT array_agg(ctid) FROM brintest_multi WHERE %s $y$, cond) LOOP - IF plan_line LIKE '%Seq Scan on brintest_multi%' THEN - plan_ok := true; - END IF; - END LOOP; - IF NOT plan_ok THEN - RAISE WARNING 'did not get seqscan plan for %', r; - END IF; - - EXECUTE format($y$SELECT array_agg(ctid) FROM brintest_multi WHERE %s $y$, cond) - INTO ss_ctids; - - -- make sure both return the same results - count := array_length(idx_ctids, 1); - - IF NOT (count = array_length(ss_ctids, 1) AND - idx_ctids @> ss_ctids AND - idx_ctids <@ ss_ctids) THEN - -- report the results of each scan to make the differences obvious - RAISE WARNING 'something not right in %: count %', r, count; - SET enable_seqscan = 1; - SET enable_bitmapscan = 0; - FOR r2 IN EXECUTE 'SELECT ' || r.colname || ' FROM brintest_multi WHERE ' || cond LOOP - RAISE NOTICE 'seqscan: %', r2; - END LOOP; - - SET enable_seqscan = 0; - SET enable_bitmapscan = 1; - FOR r2 IN EXECUTE 'SELECT ' || r.colname || ' FROM brintest_multi WHERE ' || cond LOOP - RAISE NOTICE 'bitmapscan: %', r2; - END LOOP; - END IF; - - -- make sure we found expected number of matches - IF count != r.matches THEN RAISE WARNING 'unexpected number of results % for %', count, r; END IF; - END LOOP; -END; -$x$; -RESET enable_seqscan; -RESET enable_bitmapscan; -INSERT INTO brintest_multi SELECT - 142857 * tenthous, - thousand, - twothousand, - unique1::oid, - format('(%s,%s)', tenthous, twenty)::tid, - (four + 1.0)/(hundred+1), - odd::float8 / (tenthous + 1), - format('%s:00:%s:00:%s:00', to_hex(odd), to_hex(even), to_hex(hundred))::macaddr, - substr(fipshash(unique1::text), 1, 16)::macaddr8, - inet '10.2.3.4' + tenthous, - cidr '10.2.3/24' + tenthous, - date '1995-08-15' + tenthous, - time '01:20:30' + thousand * interval '18.5 second', - timestamp '1942-07-23 03:05:09' + tenthous * interval '36.38 hours', - timestamptz '1972-10-10 03:00' + thousand * interval '1 hour', - justify_days(justify_hours(tenthous * interval '12 minutes')), - timetz '01:30:20' + hundred * interval '15 seconds', - tenthous::numeric(36,30) * fivethous * even / (hundred + 1), - format('%s%s-%s-%s-%s-%s%s%s', to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'), to_char(tenthous, 'FM0000'))::uuid, - format('%s/%s%s', odd, even, tenthous)::pg_lsn -FROM tenk1 ORDER BY unique2 LIMIT 5 OFFSET 5; -SELECT brin_desummarize_range('brinidx_multi', 0); - brin_desummarize_range ------------------------- - -(1 row) - -VACUUM brintest_multi; -- force a summarization cycle in brinidx --- Try inserting a values with NaN, to test distance calculation. -insert into public.brintest_multi (float4col) values (real 'nan'); -insert into public.brintest_multi (float8col) values (real 'nan'); -UPDATE brintest_multi SET int8col = int8col * int4col; --- Test handling of inet netmasks with inet_minmax_multi_ops -CREATE TABLE brin_test_inet (a inet); -CREATE INDEX ON brin_test_inet USING brin (a inet_minmax_multi_ops); -INSERT INTO brin_test_inet VALUES ('127.0.0.1/0'); -INSERT INTO brin_test_inet VALUES ('0.0.0.0/12'); -DROP TABLE brin_test_inet; --- Tests for brin_summarize_new_values -SELECT brin_summarize_new_values('brintest_multi'); -- error, not an index -ERROR: "brintest_multi" is not an index -SELECT brin_summarize_new_values('tenk1_unique1'); -- error, not a BRIN index -ERROR: "tenk1_unique1" is not a BRIN index -SELECT brin_summarize_new_values('brinidx_multi'); -- ok, no change expected - brin_summarize_new_values ---------------------------- - 0 -(1 row) - --- Tests for brin_desummarize_range -SELECT brin_desummarize_range('brinidx_multi', -1); -- error, invalid range -ERROR: block number out of range: -1 -SELECT brin_desummarize_range('brinidx_multi', 0); - brin_desummarize_range ------------------------- - -(1 row) - -SELECT brin_desummarize_range('brinidx_multi', 0); - brin_desummarize_range ------------------------- - -(1 row) - -SELECT brin_desummarize_range('brinidx_multi', 100000000); - brin_desummarize_range ------------------------- - -(1 row) - --- test building an index with many values, to force compaction of the buffer -CREATE TABLE brin_large_range (a int4); -INSERT INTO brin_large_range SELECT i FROM generate_series(1,10000) s(i); -CREATE INDEX brin_large_range_idx ON brin_large_range USING brin (a int4_minmax_multi_ops); -DROP TABLE brin_large_range; --- Test brin_summarize_range -CREATE TABLE brin_summarize_multi ( - value int -) WITH (fillfactor=10, autovacuum_enabled=false); -CREATE INDEX brin_summarize_multi_idx ON brin_summarize_multi USING brin (value) WITH (pages_per_range=2); --- Fill a few pages -DO $$ -DECLARE curtid tid; -BEGIN - LOOP - INSERT INTO brin_summarize_multi VALUES (1) RETURNING ctid INTO curtid; - EXIT WHEN curtid > tid '(2, 0)'; - END LOOP; -END; -$$; --- summarize one range -SELECT brin_summarize_range('brin_summarize_multi_idx', 0); - brin_summarize_range ----------------------- - 0 -(1 row) - --- nothing: already summarized -SELECT brin_summarize_range('brin_summarize_multi_idx', 1); - brin_summarize_range ----------------------- - 0 -(1 row) - --- summarize one range -SELECT brin_summarize_range('brin_summarize_multi_idx', 2); - brin_summarize_range ----------------------- - 1 -(1 row) - --- nothing: page doesn't exist in table -SELECT brin_summarize_range('brin_summarize_multi_idx', 4294967295); - brin_summarize_range ----------------------- - 0 -(1 row) - --- invalid block number values -SELECT brin_summarize_range('brin_summarize_multi_idx', -1); -ERROR: block number out of range: -1 -SELECT brin_summarize_range('brin_summarize_multi_idx', 4294967296); -ERROR: block number out of range: 4294967296 --- test brin cost estimates behave sanely based on correlation of values -CREATE TABLE brin_test_multi (a INT, b INT); -INSERT INTO brin_test_multi SELECT x/100,x%100 FROM generate_series(1,10000) x(x); -CREATE INDEX brin_test_multi_a_idx ON brin_test_multi USING brin (a) WITH (pages_per_range = 2); -CREATE INDEX brin_test_multi_b_idx ON brin_test_multi USING brin (b) WITH (pages_per_range = 2); -VACUUM ANALYZE brin_test_multi; --- Ensure brin index is used when columns are perfectly correlated -EXPLAIN (COSTS OFF) SELECT * FROM brin_test_multi WHERE a = 1; - QUERY PLAN --------------------------------------------------- - Bitmap Heap Scan on brin_test_multi - Recheck Cond: (a = 1) - -> Bitmap Index Scan on brin_test_multi_a_idx - Index Cond: (a = 1) -(4 rows) - --- Ensure brin index is not used when values are not correlated -EXPLAIN (COSTS OFF) SELECT * FROM brin_test_multi WHERE b = 1; - QUERY PLAN ------------------------------ - Seq Scan on brin_test_multi - Filter: (b = 1) -(2 rows) - --- do some inequality tests -CREATE TABLE brin_test_multi_1 (a INT, b BIGINT) WITH (fillfactor=10); -INSERT INTO brin_test_multi_1 -SELECT i/5 + mod(911 * i + 483, 25), - i/10 + mod(751 * i + 221, 41) - FROM generate_series(1,1000) s(i); -CREATE INDEX brin_test_multi_1_idx_1 ON brin_test_multi_1 USING brin (a int4_minmax_multi_ops) WITH (pages_per_range=5); -CREATE INDEX brin_test_multi_1_idx_2 ON brin_test_multi_1 USING brin (b int8_minmax_multi_ops) WITH (pages_per_range=5); -SET enable_seqscan=off; --- int: less than -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a < 37; - count -------- - 124 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a < 113; - count -------- - 504 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a <= 177; - count -------- - 829 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a <= 25; - count -------- - 69 -(1 row) - --- int: greater than -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a > 120; - count -------- - 456 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a >= 180; - count -------- - 161 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a > 71; - count -------- - 701 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a >= 63; - count -------- - 746 -(1 row) - --- int: equals -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a = 207; - count -------- - 3 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a = 177; - count -------- - 5 -(1 row) - --- bigint: less than -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b < 73; - count -------- - 529 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b <= 47; - count -------- - 279 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b < 199; - count -------- - 1000 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b <= 150; - count -------- - 1000 -(1 row) - --- bigint: greater than -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b > 93; - count -------- - 261 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b > 37; - count -------- - 821 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b >= 215; - count -------- - 0 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b > 201; - count -------- - 0 -(1 row) - --- bigint: equals -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b = 88; - count -------- - 10 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b = 103; - count -------- - 9 -(1 row) - --- now do the same, but insert the rows with the indexes already created --- so that we don't use the "build callback" and instead use the regular --- approach of adding rows into existing ranges -TRUNCATE brin_test_multi_1; -INSERT INTO brin_test_multi_1 -SELECT i/5 + mod(911 * i + 483, 25), - i/10 + mod(751 * i + 221, 41) - FROM generate_series(1,1000) s(i); --- int: less than -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a < 37; - count -------- - 124 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a < 113; - count -------- - 504 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a <= 177; - count -------- - 829 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a <= 25; - count -------- - 69 -(1 row) - --- int: greater than -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a > 120; - count -------- - 456 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a >= 180; - count -------- - 161 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a > 71; - count -------- - 701 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a >= 63; - count -------- - 746 -(1 row) - --- int: equals -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a = 207; - count -------- - 3 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE a = 177; - count -------- - 5 -(1 row) - --- bigint: less than -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b < 73; - count -------- - 529 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b <= 47; - count -------- - 279 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b < 199; - count -------- - 1000 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b <= 150; - count -------- - 1000 -(1 row) - --- bigint: greater than -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b > 93; - count -------- - 261 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b > 37; - count -------- - 821 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b >= 215; - count -------- - 0 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b > 201; - count -------- - 0 -(1 row) - --- bigint: equals -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b = 88; - count -------- - 10 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_1 WHERE b = 103; - count -------- - 9 -(1 row) - -DROP TABLE brin_test_multi_1; -RESET enable_seqscan; --- do some inequality tests for varlena data types -CREATE TABLE brin_test_multi_2 (a UUID) WITH (fillfactor=10); -INSERT INTO brin_test_multi_2 -SELECT v::uuid FROM (SELECT row_number() OVER (ORDER BY v) c, v FROM (SELECT fipshash((i/13)::text) AS v FROM generate_series(1,1000) s(i)) foo) bar ORDER BY c + 25 * random(); -CREATE INDEX brin_test_multi_2_idx ON brin_test_multi_2 USING brin (a uuid_minmax_multi_ops) WITH (pages_per_range=5); -SET enable_seqscan=off; -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a < '3d914f93-48c9-cc0f-f8a7-9716700b9fcd'; - count -------- - 195 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a > '3d914f93-48c9-cc0f-f8a7-9716700b9fcd'; - count -------- - 792 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a <= 'f369cb89-fc62-7e66-8987-007d121ed1ea'; - count -------- - 961 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a >= 'aea92132-c4cb-eb26-3e6a-c2bf6c183b5d'; - count -------- - 273 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a = '5feceb66-ffc8-6f38-d952-786c6d696c79'; - count -------- - 12 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a = '86e50149-6586-6131-2a9e-0b35558d84f6'; - count -------- - 13 -(1 row) - --- now do the same, but insert the rows with the indexes already created --- so that we don't use the "build callback" and instead use the regular --- approach of adding rows into existing ranges -TRUNCATE brin_test_multi_2; -INSERT INTO brin_test_multi_2 -SELECT v::uuid FROM (SELECT row_number() OVER (ORDER BY v) c, v FROM (SELECT fipshash((i/13)::text) AS v FROM generate_series(1,1000) s(i)) foo) bar ORDER BY c + 25 * random(); -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a < '3d914f93-48c9-cc0f-f8a7-9716700b9fcd'; - count -------- - 195 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a > '3d914f93-48c9-cc0f-f8a7-9716700b9fcd'; - count -------- - 792 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a <= 'f369cb89-fc62-7e66-8987-007d121ed1ea'; - count -------- - 961 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a >= 'aea92132-c4cb-eb26-3e6a-c2bf6c183b5d'; - count -------- - 273 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a = '5feceb66-ffc8-6f38-d952-786c6d696c79'; - count -------- - 12 -(1 row) - -SELECT COUNT(*) FROM brin_test_multi_2 WHERE a = '86e50149-6586-6131-2a9e-0b35558d84f6'; - count -------- - 13 -(1 row) - -DROP TABLE brin_test_multi_2; -RESET enable_seqscan; --- test overflows during CREATE INDEX with extreme timestamp values -CREATE TABLE brin_timestamp_test(a TIMESTAMPTZ); -SET datestyle TO iso; --- values close to timestamp minimum -INSERT INTO brin_timestamp_test -SELECT '4713-01-01 00:00:01 BC'::timestamptz + (i || ' seconds')::interval - FROM generate_series(1,30) s(i); --- values close to timestamp maximum -INSERT INTO brin_timestamp_test -SELECT '294276-12-01 00:00:01'::timestamptz + (i || ' seconds')::interval - FROM generate_series(1,30) s(i); -CREATE INDEX ON brin_timestamp_test USING brin (a timestamptz_minmax_multi_ops) WITH (pages_per_range=1); -DROP TABLE brin_timestamp_test; --- test overflows during CREATE INDEX with extreme date values -CREATE TABLE brin_date_test(a DATE); --- insert values close to date minimum -INSERT INTO brin_date_test SELECT '4713-01-01 BC'::date + i FROM generate_series(1, 30) s(i); --- insert values close to date minimum -INSERT INTO brin_date_test SELECT '5874897-12-01'::date + i FROM generate_series(1, 30) s(i); -CREATE INDEX ON brin_date_test USING brin (a date_minmax_multi_ops) WITH (pages_per_range=1); -SET enable_seqscan = off; --- make sure the ranges were built correctly and 2023-01-01 eliminates all -EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF) -SELECT * FROM brin_date_test WHERE a = '2023-01-01'::date; - QUERY PLAN ----------------------------------------------------------------------------- - Bitmap Heap Scan on brin_date_test (actual rows=0.00 loops=1) - Recheck Cond: (a = '2023-01-01'::date) - -> Bitmap Index Scan on brin_date_test_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = '2023-01-01'::date) - Index Searches: 1 -(5 rows) - -DROP TABLE brin_date_test; -RESET enable_seqscan; --- test handling of infinite timestamp values -CREATE TABLE brin_timestamp_test(a TIMESTAMP); -INSERT INTO brin_timestamp_test VALUES ('-infinity'), ('infinity'); -INSERT INTO brin_timestamp_test -SELECT i FROM generate_series('2000-01-01'::timestamp, '2000-02-09'::timestamp, '1 day'::interval) s(i); -CREATE INDEX ON brin_timestamp_test USING brin (a timestamp_minmax_multi_ops) WITH (pages_per_range=1); -SET enable_seqscan = off; -EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF) -SELECT * FROM brin_timestamp_test WHERE a = '2023-01-01'::timestamp; - QUERY PLAN ---------------------------------------------------------------------------------- - Bitmap Heap Scan on brin_timestamp_test (actual rows=0.00 loops=1) - Recheck Cond: (a = '2023-01-01 00:00:00'::timestamp without time zone) - -> Bitmap Index Scan on brin_timestamp_test_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = '2023-01-01 00:00:00'::timestamp without time zone) - Index Searches: 1 -(5 rows) - -EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF) -SELECT * FROM brin_timestamp_test WHERE a = '1900-01-01'::timestamp; - QUERY PLAN ---------------------------------------------------------------------------------- - Bitmap Heap Scan on brin_timestamp_test (actual rows=0.00 loops=1) - Recheck Cond: (a = '1900-01-01 00:00:00'::timestamp without time zone) - -> Bitmap Index Scan on brin_timestamp_test_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = '1900-01-01 00:00:00'::timestamp without time zone) - Index Searches: 1 -(5 rows) - -DROP TABLE brin_timestamp_test; -RESET enable_seqscan; --- test handling of infinite date values -CREATE TABLE brin_date_test(a DATE); -INSERT INTO brin_date_test VALUES ('-infinity'), ('infinity'); -INSERT INTO brin_date_test SELECT '2000-01-01'::date + i FROM generate_series(1, 40) s(i); -CREATE INDEX ON brin_date_test USING brin (a date_minmax_multi_ops) WITH (pages_per_range=1); -SET enable_seqscan = off; -EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF) -SELECT * FROM brin_date_test WHERE a = '2023-01-01'::date; - QUERY PLAN ----------------------------------------------------------------------------- - Bitmap Heap Scan on brin_date_test (actual rows=0.00 loops=1) - Recheck Cond: (a = '2023-01-01'::date) - -> Bitmap Index Scan on brin_date_test_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = '2023-01-01'::date) - Index Searches: 1 -(5 rows) - -EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF) -SELECT * FROM brin_date_test WHERE a = '1900-01-01'::date; - QUERY PLAN ----------------------------------------------------------------------------- - Bitmap Heap Scan on brin_date_test (actual rows=0.00 loops=1) - Recheck Cond: (a = '1900-01-01'::date) - -> Bitmap Index Scan on brin_date_test_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = '1900-01-01'::date) - Index Searches: 1 -(5 rows) - -DROP TABLE brin_date_test; -RESET enable_seqscan; -RESET datestyle; --- test handling of overflow for interval values -CREATE TABLE brin_interval_test(a INTERVAL); -INSERT INTO brin_interval_test SELECT (i || ' years')::interval FROM generate_series(-178000000, -177999980) s(i); -INSERT INTO brin_interval_test SELECT (i || ' years')::interval FROM generate_series( 177999980, 178000000) s(i); -CREATE INDEX ON brin_interval_test USING brin (a interval_minmax_multi_ops) WITH (pages_per_range=1); -SET enable_seqscan = off; -EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF) -SELECT * FROM brin_interval_test WHERE a = '-30 years'::interval; - QUERY PLAN --------------------------------------------------------------------------------- - Bitmap Heap Scan on brin_interval_test (actual rows=0.00 loops=1) - Recheck Cond: (a = '@ 30 years ago'::interval) - -> Bitmap Index Scan on brin_interval_test_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = '@ 30 years ago'::interval) - Index Searches: 1 -(5 rows) - -EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF) -SELECT * FROM brin_interval_test WHERE a = '30 years'::interval; - QUERY PLAN --------------------------------------------------------------------------------- - Bitmap Heap Scan on brin_interval_test (actual rows=0.00 loops=1) - Recheck Cond: (a = '@ 30 years'::interval) - -> Bitmap Index Scan on brin_interval_test_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = '@ 30 years'::interval) - Index Searches: 1 -(5 rows) - -DROP TABLE brin_interval_test; -RESET enable_seqscan; --- test handling of infinite interval values -CREATE TABLE brin_interval_test(a INTERVAL); -INSERT INTO brin_interval_test VALUES ('-infinity'), ('infinity'); -INSERT INTO brin_interval_test SELECT (i || ' days')::interval FROM generate_series(100, 140) s(i); -CREATE INDEX ON brin_interval_test USING brin (a interval_minmax_multi_ops) WITH (pages_per_range=1); -SET enable_seqscan = off; -EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF) -SELECT * FROM brin_interval_test WHERE a = '-30 years'::interval; - QUERY PLAN --------------------------------------------------------------------------------- - Bitmap Heap Scan on brin_interval_test (actual rows=0.00 loops=1) - Recheck Cond: (a = '@ 30 years ago'::interval) - -> Bitmap Index Scan on brin_interval_test_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = '@ 30 years ago'::interval) - Index Searches: 1 -(5 rows) - -EXPLAIN (ANALYZE, TIMING OFF, COSTS OFF, SUMMARY OFF, BUFFERS OFF) -SELECT * FROM brin_interval_test WHERE a = '30 years'::interval; - QUERY PLAN --------------------------------------------------------------------------------- - Bitmap Heap Scan on brin_interval_test (actual rows=0.00 loops=1) - Recheck Cond: (a = '@ 30 years'::interval) - -> Bitmap Index Scan on brin_interval_test_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = '@ 30 years'::interval) - Index Searches: 1 -(5 rows) - -DROP TABLE brin_interval_test; -RESET enable_seqscan; -RESET datestyle; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table_like.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_table_like.out --- /tmp/cirrus-ci-build/src/test/regress/expected/create_table_like.out 2025-05-11 19:30:18.940867000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_table_like.out 2025-05-11 19:32:42.371224000 +0000 @@ -1,671 +1,2 @@ -/* Test inheritance of structure (LIKE) */ -CREATE TABLE inhx (xx text DEFAULT 'text'); -/* - * Test double inheritance - * - * Ensure that defaults are NOT included unless - * INCLUDING DEFAULTS is specified - */ -CREATE TABLE ctla (aa TEXT); -CREATE TABLE ctlb (bb TEXT) INHERITS (ctla); -CREATE TABLE foo (LIKE nonexistent); -ERROR: relation "nonexistent" does not exist -LINE 1: CREATE TABLE foo (LIKE nonexistent); - ^ -CREATE TABLE inhe (ee text, LIKE inhx) inherits (ctlb); -INSERT INTO inhe VALUES ('ee-col1', 'ee-col2', DEFAULT, 'ee-col4'); -SELECT * FROM inhe; /* Columns aa, bb, xx value NULL, ee */ - aa | bb | ee | xx ----------+---------+----+--------- - ee-col1 | ee-col2 | | ee-col4 -(1 row) - -SELECT * FROM inhx; /* Empty set since LIKE inherits structure only */ - xx ----- -(0 rows) - -SELECT * FROM ctlb; /* Has ee entry */ - aa | bb ----------+--------- - ee-col1 | ee-col2 -(1 row) - -SELECT * FROM ctla; /* Has ee entry */ - aa ---------- - ee-col1 -(1 row) - -CREATE TABLE inhf (LIKE inhx, LIKE inhx); /* Throw error */ -ERROR: column "xx" specified more than once -CREATE TABLE inhf (LIKE inhx INCLUDING DEFAULTS INCLUDING CONSTRAINTS); -INSERT INTO inhf DEFAULT VALUES; -SELECT * FROM inhf; /* Single entry with value 'text' */ - xx ------- - text -(1 row) - -ALTER TABLE inhx add constraint foo CHECK (xx = 'text'); -ALTER TABLE inhx ADD PRIMARY KEY (xx); -CREATE TABLE inhg (LIKE inhx); /* Doesn't copy constraint */ -INSERT INTO inhg VALUES ('foo'); -DROP TABLE inhg; -CREATE TABLE inhg (x text, LIKE inhx INCLUDING CONSTRAINTS, y text); /* Copies constraints */ -INSERT INTO inhg VALUES ('x', 'text', 'y'); /* Succeeds */ -INSERT INTO inhg VALUES ('x', 'text', 'y'); /* Succeeds -- Unique constraints not copied */ -INSERT INTO inhg VALUES ('x', 'foo', 'y'); /* fails due to constraint */ -ERROR: new row for relation "inhg" violates check constraint "foo" -DETAIL: Failing row contains (x, foo, y). -SELECT * FROM inhg; /* Two records with three columns in order x=x, xx=text, y=y */ - x | xx | y ----+------+--- - x | text | y - x | text | y -(2 rows) - -DROP TABLE inhg; -CREATE TABLE test_like_id_1 (a bigint GENERATED ALWAYS AS IDENTITY, b text); -\d test_like_id_1 - Table "public.test_like_id_1" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------ - a | bigint | | not null | generated always as identity - b | text | | | - -INSERT INTO test_like_id_1 (b) VALUES ('b1'); -SELECT * FROM test_like_id_1; - a | b ----+---- - 1 | b1 -(1 row) - -CREATE TABLE test_like_id_2 (LIKE test_like_id_1); -\d test_like_id_2 - Table "public.test_like_id_2" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+--------- - a | bigint | | not null | - b | text | | | - -INSERT INTO test_like_id_2 (b) VALUES ('b2'); -ERROR: null value in column "a" of relation "test_like_id_2" violates not-null constraint -DETAIL: Failing row contains (null, b2). -SELECT * FROM test_like_id_2; -- identity was not copied - a | b ----+--- -(0 rows) - -CREATE TABLE test_like_id_3 (LIKE test_like_id_1 INCLUDING IDENTITY); -\d test_like_id_3 - Table "public.test_like_id_3" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------ - a | bigint | | not null | generated always as identity - b | text | | | - -INSERT INTO test_like_id_3 (b) VALUES ('b3'); -SELECT * FROM test_like_id_3; -- identity was copied and applied - a | b ----+---- - 1 | b3 -(1 row) - -DROP TABLE test_like_id_1, test_like_id_2, test_like_id_3; -CREATE TABLE test_like_gen_1 (a int, b int GENERATED ALWAYS AS (a * 2) STORED, c int GENERATED ALWAYS AS (a * 3) VIRTUAL); -\d test_like_gen_1 - Table "public.test_like_gen_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | | - b | integer | | | generated always as (a * 2) stored - c | integer | | | generated always as (a * 3) - -INSERT INTO test_like_gen_1 (a) VALUES (1); -SELECT * FROM test_like_gen_1; - a | b | c ----+---+--- - 1 | 2 | 3 -(1 row) - -CREATE TABLE test_like_gen_2 (LIKE test_like_gen_1); -\d test_like_gen_2 - Table "public.test_like_gen_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | integer | | | - -INSERT INTO test_like_gen_2 (a) VALUES (1); -SELECT * FROM test_like_gen_2; - a | b | c ----+---+--- - 1 | | -(1 row) - -CREATE TABLE test_like_gen_3 (LIKE test_like_gen_1 INCLUDING GENERATED); -\d test_like_gen_3 - Table "public.test_like_gen_3" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - a | integer | | | - b | integer | | | generated always as (a * 2) stored - c | integer | | | generated always as (a * 3) - -INSERT INTO test_like_gen_3 (a) VALUES (1); -SELECT * FROM test_like_gen_3; - a | b | c ----+---+--- - 1 | 2 | 3 -(1 row) - -DROP TABLE test_like_gen_1, test_like_gen_2, test_like_gen_3; --- also test generated column with a "forward" reference (bug #16342) -CREATE TABLE test_like_4 (b int DEFAULT 42, - c int GENERATED ALWAYS AS (a * 2) STORED, - a int CHECK (a > 0)); -\d test_like_4 - Table "public.test_like_4" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - b | integer | | | 42 - c | integer | | | generated always as (a * 2) stored - a | integer | | | -Check constraints: - "test_like_4_a_check" CHECK (a > 0) - -CREATE TABLE test_like_4a (LIKE test_like_4); -CREATE TABLE test_like_4b (LIKE test_like_4 INCLUDING DEFAULTS); -CREATE TABLE test_like_4c (LIKE test_like_4 INCLUDING GENERATED); -CREATE TABLE test_like_4d (LIKE test_like_4 INCLUDING DEFAULTS INCLUDING GENERATED); -\d test_like_4a - Table "public.test_like_4a" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - b | integer | | | - c | integer | | | - a | integer | | | - -INSERT INTO test_like_4a (a) VALUES(11); -SELECT a, b, c FROM test_like_4a; - a | b | c -----+---+--- - 11 | | -(1 row) - -\d test_like_4b - Table "public.test_like_4b" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - b | integer | | | 42 - c | integer | | | - a | integer | | | - -INSERT INTO test_like_4b (a) VALUES(11); -SELECT a, b, c FROM test_like_4b; - a | b | c -----+----+--- - 11 | 42 | -(1 row) - -\d test_like_4c - Table "public.test_like_4c" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - b | integer | | | - c | integer | | | generated always as (a * 2) stored - a | integer | | | - -INSERT INTO test_like_4c (a) VALUES(11); -SELECT a, b, c FROM test_like_4c; - a | b | c -----+---+---- - 11 | | 22 -(1 row) - -\d test_like_4d - Table "public.test_like_4d" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - b | integer | | | 42 - c | integer | | | generated always as (a * 2) stored - a | integer | | | - -INSERT INTO test_like_4d (a) VALUES(11); -SELECT a, b, c FROM test_like_4d; - a | b | c -----+----+---- - 11 | 42 | 22 -(1 row) - --- Test renumbering of Vars when combining LIKE with inheritance -CREATE TABLE test_like_5 (x point, y point, z point); -CREATE TABLE test_like_5x (p int CHECK (p > 0), - q int GENERATED ALWAYS AS (p * 2) STORED); -CREATE TABLE test_like_5c (LIKE test_like_4 INCLUDING ALL) - INHERITS (test_like_5, test_like_5x); -\d test_like_5c - Table "public.test_like_5c" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------ - x | point | | | - y | point | | | - z | point | | | - p | integer | | | - q | integer | | | generated always as (p * 2) stored - b | integer | | | 42 - c | integer | | | generated always as (a * 2) stored - a | integer | | | -Check constraints: - "test_like_4_a_check" CHECK (a > 0) - "test_like_5x_p_check" CHECK (p > 0) -Inherits: test_like_5, - test_like_5x - --- Test updating of column numbers in statistics expressions (bug #18468) -CREATE TABLE test_like_6 (a int, c text, b text); -CREATE STATISTICS ext_stat ON (a || b) FROM test_like_6; -ALTER TABLE test_like_6 DROP COLUMN c; -CREATE TABLE test_like_6c (LIKE test_like_6 INCLUDING ALL); -\d+ test_like_6c - Table "public.test_like_6c" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - a | integer | | | | plain | | - b | text | | | | extended | | -Statistics objects: - "public.test_like_6c_expr_stat" ON (a || b) FROM test_like_6c - -DROP TABLE test_like_4, test_like_4a, test_like_4b, test_like_4c, test_like_4d; -DROP TABLE test_like_5, test_like_5x, test_like_5c; -DROP TABLE test_like_6, test_like_6c; -CREATE TABLE inhg (x text, LIKE inhx INCLUDING INDEXES, y text); /* copies indexes */ -INSERT INTO inhg VALUES (5, 10); -INSERT INTO inhg VALUES (20, 10); -- should fail -ERROR: duplicate key value violates unique constraint "inhg_pkey" -DETAIL: Key (xx)=(10) already exists. -DROP TABLE inhg; -/* Multiple primary keys creation should fail */ -CREATE TABLE inhg (x text, LIKE inhx INCLUDING INDEXES, PRIMARY KEY(x)); /* fails */ -ERROR: multiple primary keys for table "inhg" are not allowed -CREATE TABLE inhz (xx text DEFAULT 'text', yy int UNIQUE); -CREATE UNIQUE INDEX inhz_xx_idx on inhz (xx) WHERE xx <> 'test'; -/* Ok to create multiple unique indexes */ -CREATE TABLE inhg (x text UNIQUE, LIKE inhz INCLUDING INDEXES); -INSERT INTO inhg (xx, yy, x) VALUES ('test', 5, 10); -INSERT INTO inhg (xx, yy, x) VALUES ('test', 10, 15); -INSERT INTO inhg (xx, yy, x) VALUES ('foo', 10, 15); -- should fail -ERROR: duplicate key value violates unique constraint "inhg_x_key" -DETAIL: Key (x)=(15) already exists. -DROP TABLE inhg; -DROP TABLE inhz; -/* Use primary key imported by LIKE for self-referential FK constraint */ -CREATE TABLE inhz (x text REFERENCES inhz, LIKE inhx INCLUDING INDEXES); -\d inhz - Table "public.inhz" - Column | Type | Collation | Nullable | Default ---------+------+-----------+----------+--------- - x | text | | | - xx | text | | not null | -Indexes: - "inhz_pkey" PRIMARY KEY, btree (xx) -Foreign-key constraints: - "inhz_x_fkey" FOREIGN KEY (x) REFERENCES inhz(xx) -Referenced by: - TABLE "inhz" CONSTRAINT "inhz_x_fkey" FOREIGN KEY (x) REFERENCES inhz(xx) - -DROP TABLE inhz; --- including storage and comments -CREATE TABLE ctlt1 (a text CHECK (length(a) > 2) ENFORCED PRIMARY KEY, - b text CHECK (length(b) > 100) NOT ENFORCED); -CREATE INDEX ctlt1_b_key ON ctlt1 (b); -CREATE INDEX ctlt1_fnidx ON ctlt1 ((a || b)); -CREATE STATISTICS ctlt1_a_b_stat ON a,b FROM ctlt1; -CREATE STATISTICS ctlt1_expr_stat ON (a || b) FROM ctlt1; -COMMENT ON STATISTICS ctlt1_a_b_stat IS 'ab stats'; -COMMENT ON STATISTICS ctlt1_expr_stat IS 'ab expr stats'; -COMMENT ON COLUMN ctlt1.a IS 'A'; -COMMENT ON COLUMN ctlt1.b IS 'B'; -COMMENT ON CONSTRAINT ctlt1_a_check ON ctlt1 IS 't1_a_check'; -COMMENT ON INDEX ctlt1_pkey IS 'index pkey'; -COMMENT ON INDEX ctlt1_b_key IS 'index b_key'; -ALTER TABLE ctlt1 ALTER COLUMN a SET STORAGE MAIN; -CREATE TABLE ctlt2 (c text); -ALTER TABLE ctlt2 ALTER COLUMN c SET STORAGE EXTERNAL; -COMMENT ON COLUMN ctlt2.c IS 'C'; -CREATE TABLE ctlt3 (a text CHECK (length(a) < 5), c text CHECK (length(c) < 7)); -ALTER TABLE ctlt3 ALTER COLUMN c SET STORAGE EXTERNAL; -ALTER TABLE ctlt3 ALTER COLUMN a SET STORAGE MAIN; -CREATE INDEX ctlt3_fnidx ON ctlt3 ((a || c)); -COMMENT ON COLUMN ctlt3.a IS 'A3'; -COMMENT ON COLUMN ctlt3.c IS 'C'; -COMMENT ON CONSTRAINT ctlt3_a_check ON ctlt3 IS 't3_a_check'; -CREATE TABLE ctlt4 (a text, c text); -ALTER TABLE ctlt4 ALTER COLUMN c SET STORAGE EXTERNAL; -CREATE TABLE ctlt12_storage (LIKE ctlt1 INCLUDING STORAGE, LIKE ctlt2 INCLUDING STORAGE); -\d+ ctlt12_storage - Table "public.ctlt12_storage" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+------+-----------+----------+---------+----------+--------------+------------- - a | text | | not null | | main | | - b | text | | | | extended | | - c | text | | | | external | | -Not-null constraints: - "ctlt1_a_not_null" NOT NULL "a" - -CREATE TABLE ctlt12_comments (LIKE ctlt1 INCLUDING COMMENTS, LIKE ctlt2 INCLUDING COMMENTS); -\d+ ctlt12_comments - Table "public.ctlt12_comments" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+------+-----------+----------+---------+----------+--------------+------------- - a | text | | not null | | extended | | A - b | text | | | | extended | | B - c | text | | | | extended | | C -Not-null constraints: - "ctlt1_a_not_null" NOT NULL "a" - -CREATE TABLE ctlt1_inh (LIKE ctlt1 INCLUDING CONSTRAINTS INCLUDING COMMENTS) INHERITS (ctlt1); -NOTICE: merging column "a" with inherited definition -NOTICE: merging column "b" with inherited definition -NOTICE: merging constraint "ctlt1_a_check" with inherited definition -NOTICE: merging constraint "ctlt1_b_check" with inherited definition -\d+ ctlt1_inh - Table "public.ctlt1_inh" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+------+-----------+----------+---------+----------+--------------+------------- - a | text | | not null | | main | | A - b | text | | | | extended | | B -Check constraints: - "ctlt1_a_check" CHECK (length(a) > 2) - "ctlt1_b_check" CHECK (length(b) > 100) NOT ENFORCED -Not-null constraints: - "ctlt1_a_not_null" NOT NULL "a" (local, inherited) -Inherits: ctlt1 - -SELECT description FROM pg_description, pg_constraint c WHERE classoid = 'pg_constraint'::regclass AND objoid = c.oid AND c.conrelid = 'ctlt1_inh'::regclass; - description -------------- - t1_a_check -(1 row) - -CREATE TABLE ctlt13_inh () INHERITS (ctlt1, ctlt3); -NOTICE: merging multiple inherited definitions of column "a" -\d+ ctlt13_inh - Table "public.ctlt13_inh" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+------+-----------+----------+---------+----------+--------------+------------- - a | text | | not null | | main | | - b | text | | | | extended | | - c | text | | | | external | | -Check constraints: - "ctlt1_a_check" CHECK (length(a) > 2) - "ctlt1_b_check" CHECK (length(b) > 100) NOT ENFORCED - "ctlt3_a_check" CHECK (length(a) < 5) - "ctlt3_c_check" CHECK (length(c) < 7) -Not-null constraints: - "ctlt1_a_not_null" NOT NULL "a" (inherited) -Inherits: ctlt1, - ctlt3 - -CREATE TABLE ctlt13_like (LIKE ctlt3 INCLUDING CONSTRAINTS INCLUDING INDEXES INCLUDING COMMENTS INCLUDING STORAGE) INHERITS (ctlt1); -NOTICE: merging column "a" with inherited definition -\d+ ctlt13_like - Table "public.ctlt13_like" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+------+-----------+----------+---------+----------+--------------+------------- - a | text | | not null | | main | | A3 - b | text | | | | extended | | - c | text | | | | external | | C -Indexes: - "ctlt13_like_expr_idx" btree ((a || c)) -Check constraints: - "ctlt1_a_check" CHECK (length(a) > 2) - "ctlt1_b_check" CHECK (length(b) > 100) NOT ENFORCED - "ctlt3_a_check" CHECK (length(a) < 5) - "ctlt3_c_check" CHECK (length(c) < 7) -Not-null constraints: - "ctlt1_a_not_null" NOT NULL "a" (inherited) -Inherits: ctlt1 - -SELECT description FROM pg_description, pg_constraint c WHERE classoid = 'pg_constraint'::regclass AND objoid = c.oid AND c.conrelid = 'ctlt13_like'::regclass; - description -------------- - t3_a_check -(1 row) - -CREATE TABLE ctlt_all (LIKE ctlt1 INCLUDING ALL); -\d+ ctlt_all - Table "public.ctlt_all" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+------+-----------+----------+---------+----------+--------------+------------- - a | text | | not null | | main | | A - b | text | | | | extended | | B -Indexes: - "ctlt_all_pkey" PRIMARY KEY, btree (a) - "ctlt_all_b_idx" btree (b) - "ctlt_all_expr_idx" btree ((a || b)) -Check constraints: - "ctlt1_a_check" CHECK (length(a) > 2) - "ctlt1_b_check" CHECK (length(b) > 100) NOT ENFORCED -Statistics objects: - "public.ctlt_all_a_b_stat" ON a, b FROM ctlt_all - "public.ctlt_all_expr_stat" ON (a || b) FROM ctlt_all -Not-null constraints: - "ctlt1_a_not_null" NOT NULL "a" - -SELECT c.relname, objsubid, description FROM pg_description, pg_index i, pg_class c WHERE classoid = 'pg_class'::regclass AND objoid = i.indexrelid AND c.oid = i.indexrelid AND i.indrelid = 'ctlt_all'::regclass ORDER BY c.relname, objsubid; - relname | objsubid | description -----------------+----------+------------- - ctlt_all_b_idx | 0 | index b_key - ctlt_all_pkey | 0 | index pkey -(2 rows) - -SELECT s.stxname, objsubid, description FROM pg_description, pg_statistic_ext s WHERE classoid = 'pg_statistic_ext'::regclass AND objoid = s.oid AND s.stxrelid = 'ctlt_all'::regclass ORDER BY s.stxname, objsubid; - stxname | objsubid | description ---------------------+----------+--------------- - ctlt_all_a_b_stat | 0 | ab stats - ctlt_all_expr_stat | 0 | ab expr stats -(2 rows) - -CREATE TABLE inh_error1 () INHERITS (ctlt1, ctlt4); -NOTICE: merging multiple inherited definitions of column "a" -ERROR: inherited column "a" has a storage parameter conflict -DETAIL: MAIN versus EXTENDED -CREATE TABLE inh_error2 (LIKE ctlt4 INCLUDING STORAGE) INHERITS (ctlt1); -NOTICE: merging column "a" with inherited definition -ERROR: column "a" has a storage parameter conflict -DETAIL: MAIN versus EXTENDED --- Check that LIKE isn't confused by a system catalog of the same name -CREATE TABLE pg_attrdef (LIKE ctlt1 INCLUDING ALL); -\d+ public.pg_attrdef - Table "public.pg_attrdef" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+------+-----------+----------+---------+----------+--------------+------------- - a | text | | not null | | main | | A - b | text | | | | extended | | B -Indexes: - "pg_attrdef_pkey" PRIMARY KEY, btree (a) - "pg_attrdef_b_idx" btree (b) - "pg_attrdef_expr_idx" btree ((a || b)) -Check constraints: - "ctlt1_a_check" CHECK (length(a) > 2) - "ctlt1_b_check" CHECK (length(b) > 100) NOT ENFORCED -Statistics objects: - "public.pg_attrdef_a_b_stat" ON a, b FROM public.pg_attrdef - "public.pg_attrdef_expr_stat" ON (a || b) FROM public.pg_attrdef -Not-null constraints: - "ctlt1_a_not_null" NOT NULL "a" - -DROP TABLE public.pg_attrdef; --- Check that LIKE isn't confused when new table masks the old, either -BEGIN; -CREATE SCHEMA ctl_schema; -SET LOCAL search_path = ctl_schema, public; -CREATE TABLE ctlt1 (LIKE ctlt1 INCLUDING ALL); -\d+ ctlt1 - Table "ctl_schema.ctlt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+------+-----------+----------+---------+----------+--------------+------------- - a | text | | not null | | main | | A - b | text | | | | extended | | B -Indexes: - "ctlt1_pkey" PRIMARY KEY, btree (a) - "ctlt1_b_idx" btree (b) - "ctlt1_expr_idx" btree ((a || b)) -Check constraints: - "ctlt1_a_check" CHECK (length(a) > 2) - "ctlt1_b_check" CHECK (length(b) > 100) NOT ENFORCED -Statistics objects: - "ctl_schema.ctlt1_a_b_stat" ON a, b FROM ctlt1 - "ctl_schema.ctlt1_expr_stat" ON (a || b) FROM ctlt1 -Not-null constraints: - "ctlt1_a_not_null" NOT NULL "a" - -ROLLBACK; -DROP TABLE ctlt1, ctlt2, ctlt3, ctlt4, ctlt12_storage, ctlt12_comments, ctlt1_inh, ctlt13_inh, ctlt13_like, ctlt_all, ctla, ctlb CASCADE; -NOTICE: drop cascades to table inhe --- LIKE must respect NO INHERIT property of constraints -CREATE TABLE noinh_con_copy (a int CHECK (a > 0) NO INHERIT, b int not null, - c int not null no inherit); -CREATE TABLE noinh_con_copy1 (LIKE noinh_con_copy INCLUDING CONSTRAINTS); -\d+ noinh_con_copy1 - Table "public.noinh_con_copy1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - a | integer | | | | plain | | - b | integer | | not null | | plain | | - c | integer | | not null | | plain | | -Check constraints: - "noinh_con_copy_a_check" CHECK (a > 0) NO INHERIT -Not-null constraints: - "noinh_con_copy_b_not_null" NOT NULL "b" - "noinh_con_copy_c_not_null" NOT NULL "c" NO INHERIT - --- fail, as partitioned tables don't allow NO INHERIT constraints -CREATE TABLE noinh_con_copy1_parted (LIKE noinh_con_copy INCLUDING ALL) - PARTITION BY LIST (a); -ERROR: cannot add NO INHERIT constraint to partitioned table "noinh_con_copy1_parted" -DROP TABLE noinh_con_copy, noinh_con_copy1; -/* LIKE with other relation kinds */ -CREATE TABLE ctlt4 (a int, b text); -CREATE SEQUENCE ctlseq1; -CREATE TABLE ctlt10 (LIKE ctlseq1); -- fail -ERROR: relation "ctlseq1" is invalid in LIKE clause -LINE 1: CREATE TABLE ctlt10 (LIKE ctlseq1); - ^ -DETAIL: This operation is not supported for sequences. -CREATE VIEW ctlv1 AS SELECT * FROM ctlt4; -CREATE TABLE ctlt11 (LIKE ctlv1); -CREATE TABLE ctlt11a (LIKE ctlv1 INCLUDING ALL); -CREATE TYPE ctlty1 AS (a int, b text); -CREATE TABLE ctlt12 (LIKE ctlty1); -DROP SEQUENCE ctlseq1; -DROP TYPE ctlty1; -DROP VIEW ctlv1; -DROP TABLE IF EXISTS ctlt4, ctlt10, ctlt11, ctlt11a, ctlt12; -NOTICE: table "ctlt10" does not exist, skipping --- --- CREATE FOREIGN TABLE LIKE --- -CREATE FOREIGN DATA WRAPPER ctl_dummy; -CREATE SERVER ctl_s0 FOREIGN DATA WRAPPER ctl_dummy; -CREATE TABLE ctl_table(a int PRIMARY KEY, - b varchar COMPRESSION pglz, - c int GENERATED ALWAYS AS (a * 2) STORED, - d bigint GENERATED ALWAYS AS IDENTITY, - e int DEFAULT 1); -CREATE INDEX ctl_table_a_key ON ctl_table(a); -COMMENT ON COLUMN ctl_table.b IS 'Column b'; -CREATE STATISTICS ctl_table_stat ON a,b FROM ctl_table; -ALTER TABLE ctl_table ADD CONSTRAINT foo CHECK (b = 'text'); -ALTER TABLE ctl_table ALTER COLUMN b SET STORAGE MAIN; -\d+ ctl_table - Table "public.ctl_table" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+-------------------+-----------+----------+------------------------------------+---------+--------------+------------- - a | integer | | not null | | plain | | - b | character varying | | | | main | | Column b - c | integer | | | generated always as (a * 2) stored | plain | | - d | bigint | | not null | generated always as identity | plain | | - e | integer | | | 1 | plain | | -Indexes: - "ctl_table_pkey" PRIMARY KEY, btree (a) - "ctl_table_a_key" btree (a) -Check constraints: - "foo" CHECK (b::text = 'text'::text) -Statistics objects: - "public.ctl_table_stat" ON a, b FROM ctl_table -Not-null constraints: - "ctl_table_a_not_null" NOT NULL "a" - "ctl_table_d_not_null" NOT NULL "d" - --- Test EXCLUDING ALL -CREATE FOREIGN TABLE ctl_foreign_table1(LIKE ctl_table EXCLUDING ALL) SERVER ctl_s0; -\d+ ctl_foreign_table1 - Foreign table "public.ctl_foreign_table1" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+-------------------+-----------+----------+---------+-------------+----------+--------------+------------- - a | integer | | not null | | | plain | | - b | character varying | | | | | extended | | - c | integer | | | | | plain | | - d | bigint | | not null | | | plain | | - e | integer | | | | | plain | | -Not-null constraints: - "ctl_table_a_not_null" NOT NULL "a" - "ctl_table_d_not_null" NOT NULL "d" -Server: ctl_s0 - --- \d+ does not report the value of attcompression for a foreign table, so --- check separately. -SELECT attname, attcompression FROM pg_attribute - WHERE attrelid = 'ctl_foreign_table1'::regclass and attnum > 0 ORDER BY attnum; - attname | attcompression ----------+---------------- - a | - b | - c | - d | - e | -(5 rows) - --- Test INCLUDING ALL --- INDEXES, IDENTITY, COMPRESSION, STORAGE are not copied. -CREATE FOREIGN TABLE ctl_foreign_table2(LIKE ctl_table INCLUDING ALL) SERVER ctl_s0; -\d+ ctl_foreign_table2 - Foreign table "public.ctl_foreign_table2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+-------------------+-----------+----------+------------------------------------+-------------+----------+--------------+------------- - a | integer | | not null | | | plain | | - b | character varying | | | | | extended | | Column b - c | integer | | | generated always as (a * 2) stored | | plain | | - d | bigint | | not null | | | plain | | - e | integer | | | 1 | | plain | | -Check constraints: - "foo" CHECK (b::text = 'text'::text) -Statistics objects: - "public.ctl_foreign_table2_a_b_stat" ON a, b FROM ctl_foreign_table2 -Not-null constraints: - "ctl_table_a_not_null" NOT NULL "a" - "ctl_table_d_not_null" NOT NULL "d" -Server: ctl_s0 - --- \d+ does not report the value of attcompression for a foreign table, so --- check separately. -SELECT attname, attcompression FROM pg_attribute - WHERE attrelid = 'ctl_foreign_table2'::regclass and attnum > 0 ORDER BY attnum; - attname | attcompression ----------+---------------- - a | - b | - c | - d | - e | -(5 rows) - -DROP TABLE ctl_table; -DROP FOREIGN TABLE ctl_foreign_table1; -DROP FOREIGN TABLE ctl_foreign_table2; -DROP FOREIGN DATA WRAPPER ctl_dummy CASCADE; -NOTICE: drop cascades to server ctl_s0 +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_generic.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_generic.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_generic.out 2025-05-11 19:30:18.926788000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_generic.out 2025-05-11 19:32:42.377684000 +0000 @@ -1,759 +1,2 @@ --- --- Test for ALTER some_object {RENAME TO, OWNER TO, SET SCHEMA} --- --- directory paths and dlsuffix are passed to us in environment variables -\getenv libdir PG_LIBDIR -\getenv dlsuffix PG_DLSUFFIX -\set regresslib :libdir '/regress' :dlsuffix -CREATE FUNCTION test_opclass_options_func(internal) - RETURNS void - AS :'regresslib', 'test_opclass_options_func' - LANGUAGE C; --- Clean up in case a prior regression run failed -SET client_min_messages TO 'warning'; -DROP ROLE IF EXISTS regress_alter_generic_user1; -DROP ROLE IF EXISTS regress_alter_generic_user2; -DROP ROLE IF EXISTS regress_alter_generic_user3; -RESET client_min_messages; -CREATE USER regress_alter_generic_user3; -CREATE USER regress_alter_generic_user2; -CREATE USER regress_alter_generic_user1 IN ROLE regress_alter_generic_user3; -CREATE SCHEMA alt_nsp1; -CREATE SCHEMA alt_nsp2; -GRANT ALL ON SCHEMA alt_nsp1, alt_nsp2 TO public; -SET search_path = alt_nsp1, public; --- --- Function and Aggregate --- -SET SESSION AUTHORIZATION regress_alter_generic_user1; -CREATE FUNCTION alt_func1(int) RETURNS int LANGUAGE sql - AS 'SELECT $1 + 1'; -CREATE FUNCTION alt_func2(int) RETURNS int LANGUAGE sql - AS 'SELECT $1 - 1'; -CREATE AGGREGATE alt_agg1 ( - sfunc1 = int4pl, basetype = int4, stype1 = int4, initcond = 0 -); -CREATE AGGREGATE alt_agg2 ( - sfunc1 = int4mi, basetype = int4, stype1 = int4, initcond = 0 -); -ALTER AGGREGATE alt_func1(int) RENAME TO alt_func3; -- failed (not aggregate) -ERROR: function alt_func1(integer) is not an aggregate -ALTER AGGREGATE alt_func1(int) OWNER TO regress_alter_generic_user3; -- failed (not aggregate) -ERROR: function alt_func1(integer) is not an aggregate -ALTER AGGREGATE alt_func1(int) SET SCHEMA alt_nsp2; -- failed (not aggregate) -ERROR: function alt_func1(integer) is not an aggregate -ALTER FUNCTION alt_func1(int) RENAME TO alt_func2; -- failed (name conflict) -ERROR: function alt_func2(integer) already exists in schema "alt_nsp1" -ALTER FUNCTION alt_func1(int) RENAME TO alt_func3; -- OK -ALTER FUNCTION alt_func2(int) OWNER TO regress_alter_generic_user2; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user2" -ALTER FUNCTION alt_func2(int) OWNER TO regress_alter_generic_user3; -- OK -ALTER FUNCTION alt_func2(int) SET SCHEMA alt_nsp1; -- OK, already there -ALTER FUNCTION alt_func2(int) SET SCHEMA alt_nsp2; -- OK -ALTER AGGREGATE alt_agg1(int) RENAME TO alt_agg2; -- failed (name conflict) -ERROR: function alt_agg2(integer) already exists in schema "alt_nsp1" -ALTER AGGREGATE alt_agg1(int) RENAME TO alt_agg3; -- OK -ALTER AGGREGATE alt_agg2(int) OWNER TO regress_alter_generic_user2; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user2" -ALTER AGGREGATE alt_agg2(int) OWNER TO regress_alter_generic_user3; -- OK -ALTER AGGREGATE alt_agg2(int) SET SCHEMA alt_nsp2; -- OK -SET SESSION AUTHORIZATION regress_alter_generic_user2; -CREATE FUNCTION alt_func1(int) RETURNS int LANGUAGE sql - AS 'SELECT $1 + 2'; -CREATE FUNCTION alt_func2(int) RETURNS int LANGUAGE sql - AS 'SELECT $1 - 2'; -CREATE AGGREGATE alt_agg1 ( - sfunc1 = int4pl, basetype = int4, stype1 = int4, initcond = 100 -); -CREATE AGGREGATE alt_agg2 ( - sfunc1 = int4mi, basetype = int4, stype1 = int4, initcond = -100 -); -ALTER FUNCTION alt_func3(int) RENAME TO alt_func4; -- failed (not owner) -ERROR: must be owner of function alt_func3 -ALTER FUNCTION alt_func1(int) RENAME TO alt_func4; -- OK -ALTER FUNCTION alt_func3(int) OWNER TO regress_alter_generic_user2; -- failed (not owner) -ERROR: must be owner of function alt_func3 -ALTER FUNCTION alt_func2(int) OWNER TO regress_alter_generic_user3; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user3" -ALTER FUNCTION alt_func3(int) SET SCHEMA alt_nsp2; -- failed (not owner) -ERROR: must be owner of function alt_func3 -ALTER FUNCTION alt_func2(int) SET SCHEMA alt_nsp2; -- failed (name conflicts) -ERROR: function alt_func2(integer) already exists in schema "alt_nsp2" -ALTER AGGREGATE alt_agg3(int) RENAME TO alt_agg4; -- failed (not owner) -ERROR: must be owner of function alt_agg3 -ALTER AGGREGATE alt_agg1(int) RENAME TO alt_agg4; -- OK -ALTER AGGREGATE alt_agg3(int) OWNER TO regress_alter_generic_user2; -- failed (not owner) -ERROR: must be owner of function alt_agg3 -ALTER AGGREGATE alt_agg2(int) OWNER TO regress_alter_generic_user3; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user3" -ALTER AGGREGATE alt_agg3(int) SET SCHEMA alt_nsp2; -- failed (not owner) -ERROR: must be owner of function alt_agg3 -ALTER AGGREGATE alt_agg2(int) SET SCHEMA alt_nsp2; -- failed (name conflict) -ERROR: function alt_agg2(integer) already exists in schema "alt_nsp2" -RESET SESSION AUTHORIZATION; -SELECT n.nspname, proname, prorettype::regtype, prokind, a.rolname - FROM pg_proc p, pg_namespace n, pg_authid a - WHERE p.pronamespace = n.oid AND p.proowner = a.oid - AND n.nspname IN ('alt_nsp1', 'alt_nsp2') - ORDER BY nspname, proname; - nspname | proname | prorettype | prokind | rolname -----------+-----------+------------+---------+----------------------------- - alt_nsp1 | alt_agg2 | integer | a | regress_alter_generic_user2 - alt_nsp1 | alt_agg3 | integer | a | regress_alter_generic_user1 - alt_nsp1 | alt_agg4 | integer | a | regress_alter_generic_user2 - alt_nsp1 | alt_func2 | integer | f | regress_alter_generic_user2 - alt_nsp1 | alt_func3 | integer | f | regress_alter_generic_user1 - alt_nsp1 | alt_func4 | integer | f | regress_alter_generic_user2 - alt_nsp2 | alt_agg2 | integer | a | regress_alter_generic_user3 - alt_nsp2 | alt_func2 | integer | f | regress_alter_generic_user3 -(8 rows) - --- --- We would test collations here, but it's not possible because the error --- messages tend to be nonportable. --- --- --- Conversion --- -SET SESSION AUTHORIZATION regress_alter_generic_user1; -CREATE CONVERSION alt_conv1 FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8; -CREATE CONVERSION alt_conv2 FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8; -ALTER CONVERSION alt_conv1 RENAME TO alt_conv2; -- failed (name conflict) -ERROR: conversion "alt_conv2" already exists in schema "alt_nsp1" -ALTER CONVERSION alt_conv1 RENAME TO alt_conv3; -- OK -ALTER CONVERSION alt_conv2 OWNER TO regress_alter_generic_user2; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user2" -ALTER CONVERSION alt_conv2 OWNER TO regress_alter_generic_user3; -- OK -ALTER CONVERSION alt_conv2 SET SCHEMA alt_nsp2; -- OK -SET SESSION AUTHORIZATION regress_alter_generic_user2; -CREATE CONVERSION alt_conv1 FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8; -CREATE CONVERSION alt_conv2 FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8; -ALTER CONVERSION alt_conv3 RENAME TO alt_conv4; -- failed (not owner) -ERROR: must be owner of conversion alt_conv3 -ALTER CONVERSION alt_conv1 RENAME TO alt_conv4; -- OK -ALTER CONVERSION alt_conv3 OWNER TO regress_alter_generic_user2; -- failed (not owner) -ERROR: must be owner of conversion alt_conv3 -ALTER CONVERSION alt_conv2 OWNER TO regress_alter_generic_user3; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user3" -ALTER CONVERSION alt_conv3 SET SCHEMA alt_nsp2; -- failed (not owner) -ERROR: must be owner of conversion alt_conv3 -ALTER CONVERSION alt_conv2 SET SCHEMA alt_nsp2; -- failed (name conflict) -ERROR: conversion "alt_conv2" already exists in schema "alt_nsp2" -RESET SESSION AUTHORIZATION; -SELECT n.nspname, c.conname, a.rolname - FROM pg_conversion c, pg_namespace n, pg_authid a - WHERE c.connamespace = n.oid AND c.conowner = a.oid - AND n.nspname IN ('alt_nsp1', 'alt_nsp2') - ORDER BY nspname, conname; - nspname | conname | rolname -----------+-----------+----------------------------- - alt_nsp1 | alt_conv2 | regress_alter_generic_user2 - alt_nsp1 | alt_conv3 | regress_alter_generic_user1 - alt_nsp1 | alt_conv4 | regress_alter_generic_user2 - alt_nsp2 | alt_conv2 | regress_alter_generic_user3 -(4 rows) - --- --- Foreign Data Wrapper and Foreign Server --- -CREATE FOREIGN DATA WRAPPER alt_fdw1; -CREATE FOREIGN DATA WRAPPER alt_fdw2; -CREATE SERVER alt_fserv1 FOREIGN DATA WRAPPER alt_fdw1; -CREATE SERVER alt_fserv2 FOREIGN DATA WRAPPER alt_fdw2; -ALTER FOREIGN DATA WRAPPER alt_fdw1 RENAME TO alt_fdw2; -- failed (name conflict) -ERROR: foreign-data wrapper "alt_fdw2" already exists -ALTER FOREIGN DATA WRAPPER alt_fdw1 RENAME TO alt_fdw3; -- OK -ALTER SERVER alt_fserv1 RENAME TO alt_fserv2; -- failed (name conflict) -ERROR: server "alt_fserv2" already exists -ALTER SERVER alt_fserv1 RENAME TO alt_fserv3; -- OK -SELECT fdwname FROM pg_foreign_data_wrapper WHERE fdwname like 'alt_fdw%'; - fdwname ----------- - alt_fdw2 - alt_fdw3 -(2 rows) - -SELECT srvname FROM pg_foreign_server WHERE srvname like 'alt_fserv%'; - srvname ------------- - alt_fserv2 - alt_fserv3 -(2 rows) - --- --- Procedural Language --- -CREATE LANGUAGE alt_lang1 HANDLER plpgsql_call_handler; -CREATE LANGUAGE alt_lang2 HANDLER plpgsql_call_handler; -ALTER LANGUAGE alt_lang1 OWNER TO regress_alter_generic_user1; -- OK -ALTER LANGUAGE alt_lang2 OWNER TO regress_alter_generic_user2; -- OK -SET SESSION AUTHORIZATION regress_alter_generic_user1; -ALTER LANGUAGE alt_lang1 RENAME TO alt_lang2; -- failed (name conflict) -ERROR: language "alt_lang2" already exists -ALTER LANGUAGE alt_lang2 RENAME TO alt_lang3; -- failed (not owner) -ERROR: must be owner of language alt_lang2 -ALTER LANGUAGE alt_lang1 RENAME TO alt_lang3; -- OK -ALTER LANGUAGE alt_lang2 OWNER TO regress_alter_generic_user3; -- failed (not owner) -ERROR: must be owner of language alt_lang2 -ALTER LANGUAGE alt_lang3 OWNER TO regress_alter_generic_user2; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user2" -ALTER LANGUAGE alt_lang3 OWNER TO regress_alter_generic_user3; -- OK -RESET SESSION AUTHORIZATION; -SELECT lanname, a.rolname - FROM pg_language l, pg_authid a - WHERE l.lanowner = a.oid AND l.lanname like 'alt_lang%' - ORDER BY lanname; - lanname | rolname ------------+----------------------------- - alt_lang2 | regress_alter_generic_user2 - alt_lang3 | regress_alter_generic_user3 -(2 rows) - --- --- Operator --- -SET SESSION AUTHORIZATION regress_alter_generic_user1; -CREATE OPERATOR @-@ ( leftarg = int4, rightarg = int4, procedure = int4mi ); -CREATE OPERATOR @+@ ( leftarg = int4, rightarg = int4, procedure = int4pl ); -ALTER OPERATOR @+@(int4, int4) OWNER TO regress_alter_generic_user2; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user2" -ALTER OPERATOR @+@(int4, int4) OWNER TO regress_alter_generic_user3; -- OK -ALTER OPERATOR @-@(int4, int4) SET SCHEMA alt_nsp2; -- OK -SET SESSION AUTHORIZATION regress_alter_generic_user2; -CREATE OPERATOR @-@ ( leftarg = int4, rightarg = int4, procedure = int4mi ); -ALTER OPERATOR @+@(int4, int4) OWNER TO regress_alter_generic_user2; -- failed (not owner) -ERROR: must be owner of operator @+@ -ALTER OPERATOR @-@(int4, int4) OWNER TO regress_alter_generic_user3; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user3" -ALTER OPERATOR @+@(int4, int4) SET SCHEMA alt_nsp2; -- failed (not owner) -ERROR: must be owner of operator @+@ --- can't test this: the error message includes the raw oid of namespace --- ALTER OPERATOR @-@(int4, int4) SET SCHEMA alt_nsp2; -- failed (name conflict) -RESET SESSION AUTHORIZATION; -SELECT n.nspname, oprname, a.rolname, - oprleft::regtype, oprright::regtype, oprcode::regproc - FROM pg_operator o, pg_namespace n, pg_authid a - WHERE o.oprnamespace = n.oid AND o.oprowner = a.oid - AND n.nspname IN ('alt_nsp1', 'alt_nsp2') - ORDER BY nspname, oprname; - nspname | oprname | rolname | oprleft | oprright | oprcode -----------+---------+-----------------------------+---------+----------+--------- - alt_nsp1 | @+@ | regress_alter_generic_user3 | integer | integer | int4pl - alt_nsp1 | @-@ | regress_alter_generic_user2 | integer | integer | int4mi - alt_nsp2 | @-@ | regress_alter_generic_user1 | integer | integer | int4mi -(3 rows) - --- --- OpFamily and OpClass --- -CREATE OPERATOR FAMILY alt_opf1 USING hash; -CREATE OPERATOR FAMILY alt_opf2 USING hash; -ALTER OPERATOR FAMILY alt_opf1 USING hash OWNER TO regress_alter_generic_user1; -ALTER OPERATOR FAMILY alt_opf2 USING hash OWNER TO regress_alter_generic_user1; -CREATE OPERATOR CLASS alt_opc1 FOR TYPE uuid USING hash AS STORAGE uuid; -CREATE OPERATOR CLASS alt_opc2 FOR TYPE uuid USING hash AS STORAGE uuid; -ALTER OPERATOR CLASS alt_opc1 USING hash OWNER TO regress_alter_generic_user1; -ALTER OPERATOR CLASS alt_opc2 USING hash OWNER TO regress_alter_generic_user1; -SET SESSION AUTHORIZATION regress_alter_generic_user1; -ALTER OPERATOR FAMILY alt_opf1 USING hash RENAME TO alt_opf2; -- failed (name conflict) -ERROR: operator family "alt_opf2" for access method "hash" already exists in schema "alt_nsp1" -ALTER OPERATOR FAMILY alt_opf1 USING hash RENAME TO alt_opf3; -- OK -ALTER OPERATOR FAMILY alt_opf2 USING hash OWNER TO regress_alter_generic_user2; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user2" -ALTER OPERATOR FAMILY alt_opf2 USING hash OWNER TO regress_alter_generic_user3; -- OK -ALTER OPERATOR FAMILY alt_opf2 USING hash SET SCHEMA alt_nsp2; -- OK -ALTER OPERATOR CLASS alt_opc1 USING hash RENAME TO alt_opc2; -- failed (name conflict) -ERROR: operator class "alt_opc2" for access method "hash" already exists in schema "alt_nsp1" -ALTER OPERATOR CLASS alt_opc1 USING hash RENAME TO alt_opc3; -- OK -ALTER OPERATOR CLASS alt_opc2 USING hash OWNER TO regress_alter_generic_user2; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user2" -ALTER OPERATOR CLASS alt_opc2 USING hash OWNER TO regress_alter_generic_user3; -- OK -ALTER OPERATOR CLASS alt_opc2 USING hash SET SCHEMA alt_nsp2; -- OK -RESET SESSION AUTHORIZATION; -CREATE OPERATOR FAMILY alt_opf1 USING hash; -CREATE OPERATOR FAMILY alt_opf2 USING hash; -ALTER OPERATOR FAMILY alt_opf1 USING hash OWNER TO regress_alter_generic_user2; -ALTER OPERATOR FAMILY alt_opf2 USING hash OWNER TO regress_alter_generic_user2; -CREATE OPERATOR CLASS alt_opc1 FOR TYPE macaddr USING hash AS STORAGE macaddr; -CREATE OPERATOR CLASS alt_opc2 FOR TYPE macaddr USING hash AS STORAGE macaddr; -ALTER OPERATOR CLASS alt_opc1 USING hash OWNER TO regress_alter_generic_user2; -ALTER OPERATOR CLASS alt_opc2 USING hash OWNER TO regress_alter_generic_user2; -SET SESSION AUTHORIZATION regress_alter_generic_user2; -ALTER OPERATOR FAMILY alt_opf3 USING hash RENAME TO alt_opf4; -- failed (not owner) -ERROR: must be owner of operator family alt_opf3 -ALTER OPERATOR FAMILY alt_opf1 USING hash RENAME TO alt_opf4; -- OK -ALTER OPERATOR FAMILY alt_opf3 USING hash OWNER TO regress_alter_generic_user2; -- failed (not owner) -ERROR: must be owner of operator family alt_opf3 -ALTER OPERATOR FAMILY alt_opf2 USING hash OWNER TO regress_alter_generic_user3; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user3" -ALTER OPERATOR FAMILY alt_opf3 USING hash SET SCHEMA alt_nsp2; -- failed (not owner) -ERROR: must be owner of operator family alt_opf3 -ALTER OPERATOR FAMILY alt_opf2 USING hash SET SCHEMA alt_nsp2; -- failed (name conflict) -ERROR: operator family "alt_opf2" for access method "hash" already exists in schema "alt_nsp2" -ALTER OPERATOR CLASS alt_opc3 USING hash RENAME TO alt_opc4; -- failed (not owner) -ERROR: must be owner of operator class alt_opc3 -ALTER OPERATOR CLASS alt_opc1 USING hash RENAME TO alt_opc4; -- OK -ALTER OPERATOR CLASS alt_opc3 USING hash OWNER TO regress_alter_generic_user2; -- failed (not owner) -ERROR: must be owner of operator class alt_opc3 -ALTER OPERATOR CLASS alt_opc2 USING hash OWNER TO regress_alter_generic_user3; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user3" -ALTER OPERATOR CLASS alt_opc3 USING hash SET SCHEMA alt_nsp2; -- failed (not owner) -ERROR: must be owner of operator class alt_opc3 -ALTER OPERATOR CLASS alt_opc2 USING hash SET SCHEMA alt_nsp2; -- failed (name conflict) -ERROR: operator class "alt_opc2" for access method "hash" already exists in schema "alt_nsp2" -RESET SESSION AUTHORIZATION; -SELECT nspname, opfname, amname, rolname - FROM pg_opfamily o, pg_am m, pg_namespace n, pg_authid a - WHERE o.opfmethod = m.oid AND o.opfnamespace = n.oid AND o.opfowner = a.oid - AND n.nspname IN ('alt_nsp1', 'alt_nsp2') - AND NOT opfname LIKE 'alt_opc%' - ORDER BY nspname, opfname; - nspname | opfname | amname | rolname -----------+----------+--------+----------------------------- - alt_nsp1 | alt_opf2 | hash | regress_alter_generic_user2 - alt_nsp1 | alt_opf3 | hash | regress_alter_generic_user1 - alt_nsp1 | alt_opf4 | hash | regress_alter_generic_user2 - alt_nsp2 | alt_opf2 | hash | regress_alter_generic_user3 -(4 rows) - -SELECT nspname, opcname, amname, rolname - FROM pg_opclass o, pg_am m, pg_namespace n, pg_authid a - WHERE o.opcmethod = m.oid AND o.opcnamespace = n.oid AND o.opcowner = a.oid - AND n.nspname IN ('alt_nsp1', 'alt_nsp2') - ORDER BY nspname, opcname; - nspname | opcname | amname | rolname -----------+----------+--------+----------------------------- - alt_nsp1 | alt_opc2 | hash | regress_alter_generic_user2 - alt_nsp1 | alt_opc3 | hash | regress_alter_generic_user1 - alt_nsp1 | alt_opc4 | hash | regress_alter_generic_user2 - alt_nsp2 | alt_opc2 | hash | regress_alter_generic_user3 -(4 rows) - --- ALTER OPERATOR FAMILY ... ADD/DROP --- Should work. Textbook case of CREATE / ALTER ADD / ALTER DROP / DROP -BEGIN TRANSACTION; -CREATE OPERATOR FAMILY alt_opf4 USING btree; -ALTER OPERATOR FAMILY alt_opf4 USING btree ADD - -- int4 vs int2 - OPERATOR 1 < (int4, int2) , - OPERATOR 2 <= (int4, int2) , - OPERATOR 3 = (int4, int2) , - OPERATOR 4 >= (int4, int2) , - OPERATOR 5 > (int4, int2) , - FUNCTION 1 btint42cmp(int4, int2); -ALTER OPERATOR FAMILY alt_opf4 USING btree DROP - -- int4 vs int2 - OPERATOR 1 (int4, int2) , - OPERATOR 2 (int4, int2) , - OPERATOR 3 (int4, int2) , - OPERATOR 4 (int4, int2) , - OPERATOR 5 (int4, int2) , - FUNCTION 1 (int4, int2) ; -DROP OPERATOR FAMILY alt_opf4 USING btree; -ROLLBACK; --- Should fail. Invalid values for ALTER OPERATOR FAMILY .. ADD / DROP -CREATE OPERATOR FAMILY alt_opf4 USING btree; -ALTER OPERATOR FAMILY alt_opf4 USING invalid_index_method ADD OPERATOR 1 < (int4, int2); -- invalid indexing_method -ERROR: access method "invalid_index_method" does not exist -ALTER OPERATOR FAMILY alt_opf4 USING btree ADD OPERATOR 6 < (int4, int2); -- operator number should be between 1 and 5 -ERROR: invalid operator number 6, must be between 1 and 5 -ALTER OPERATOR FAMILY alt_opf4 USING btree ADD OPERATOR 0 < (int4, int2); -- operator number should be between 1 and 5 -ERROR: invalid operator number 0, must be between 1 and 5 -ALTER OPERATOR FAMILY alt_opf4 USING btree ADD OPERATOR 1 < ; -- operator without argument types -ERROR: operator argument types must be specified in ALTER OPERATOR FAMILY -ALTER OPERATOR FAMILY alt_opf4 USING btree ADD FUNCTION 0 btint42cmp(int4, int2); -- invalid options parsing function -ERROR: invalid function number 0, must be between 1 and 6 -ALTER OPERATOR FAMILY alt_opf4 USING btree ADD FUNCTION 7 btint42cmp(int4, int2); -- function number should be between 1 and 6 -ERROR: invalid function number 7, must be between 1 and 6 -ALTER OPERATOR FAMILY alt_opf4 USING btree ADD STORAGE invalid_storage; -- Ensure STORAGE is not a part of ALTER OPERATOR FAMILY -ERROR: STORAGE cannot be specified in ALTER OPERATOR FAMILY -DROP OPERATOR FAMILY alt_opf4 USING btree; --- Should fail. Need to be SUPERUSER to do ALTER OPERATOR FAMILY .. ADD / DROP -BEGIN TRANSACTION; -CREATE ROLE regress_alter_generic_user5 NOSUPERUSER; -CREATE OPERATOR FAMILY alt_opf5 USING btree; -SET ROLE regress_alter_generic_user5; -ALTER OPERATOR FAMILY alt_opf5 USING btree ADD OPERATOR 1 < (int4, int2), FUNCTION 1 btint42cmp(int4, int2); -ERROR: must be superuser to alter an operator family -RESET ROLE; -ERROR: current transaction is aborted, commands ignored until end of transaction block -DROP OPERATOR FAMILY alt_opf5 USING btree; -ERROR: current transaction is aborted, commands ignored until end of transaction block -ROLLBACK; --- Should fail. Need rights to namespace for ALTER OPERATOR FAMILY .. ADD / DROP -BEGIN TRANSACTION; -CREATE ROLE regress_alter_generic_user6; -CREATE SCHEMA alt_nsp6; -REVOKE ALL ON SCHEMA alt_nsp6 FROM regress_alter_generic_user6; -CREATE OPERATOR FAMILY alt_nsp6.alt_opf6 USING btree; -SET ROLE regress_alter_generic_user6; -ALTER OPERATOR FAMILY alt_nsp6.alt_opf6 USING btree ADD OPERATOR 1 < (int4, int2); -ERROR: permission denied for schema alt_nsp6 -ROLLBACK; --- Should fail. Only two arguments required for ALTER OPERATOR FAMILY ... DROP OPERATOR -CREATE OPERATOR FAMILY alt_opf7 USING btree; -ALTER OPERATOR FAMILY alt_opf7 USING btree ADD OPERATOR 1 < (int4, int2); -ALTER OPERATOR FAMILY alt_opf7 USING btree DROP OPERATOR 1 (int4, int2, int8); -ERROR: one or two argument types must be specified -DROP OPERATOR FAMILY alt_opf7 USING btree; --- Should work. During ALTER OPERATOR FAMILY ... DROP OPERATOR --- when left type is the same as right type, a DROP with only one argument type should work -CREATE OPERATOR FAMILY alt_opf8 USING btree; -ALTER OPERATOR FAMILY alt_opf8 USING btree ADD OPERATOR 1 < (int4, int4); -DROP OPERATOR FAMILY alt_opf8 USING btree; --- Should work. Textbook case of ALTER OPERATOR FAMILY ... ADD OPERATOR with FOR ORDER BY -CREATE OPERATOR FAMILY alt_opf9 USING gist; -ALTER OPERATOR FAMILY alt_opf9 USING gist ADD OPERATOR 1 < (int4, int4) FOR ORDER BY float_ops; -DROP OPERATOR FAMILY alt_opf9 USING gist; --- Should fail. Ensure correct ordering methods in ALTER OPERATOR FAMILY ... ADD OPERATOR .. FOR ORDER BY -CREATE OPERATOR FAMILY alt_opf10 USING btree; -ALTER OPERATOR FAMILY alt_opf10 USING btree ADD OPERATOR 1 < (int4, int4) FOR ORDER BY float_ops; -ERROR: access method "btree" does not support ordering operators -DROP OPERATOR FAMILY alt_opf10 USING btree; --- Should work. Textbook case of ALTER OPERATOR FAMILY ... ADD OPERATOR with FOR ORDER BY -CREATE OPERATOR FAMILY alt_opf11 USING gist; -ALTER OPERATOR FAMILY alt_opf11 USING gist ADD OPERATOR 1 < (int4, int4) FOR ORDER BY float_ops; -ALTER OPERATOR FAMILY alt_opf11 USING gist DROP OPERATOR 1 (int4, int4); -DROP OPERATOR FAMILY alt_opf11 USING gist; --- Should fail. btree comparison functions should return INTEGER in ALTER OPERATOR FAMILY ... ADD FUNCTION -BEGIN TRANSACTION; -CREATE OPERATOR FAMILY alt_opf12 USING btree; -CREATE FUNCTION fn_opf12 (int4, int2) RETURNS BIGINT AS 'SELECT NULL::BIGINT;' LANGUAGE SQL; -ALTER OPERATOR FAMILY alt_opf12 USING btree ADD FUNCTION 1 fn_opf12(int4, int2); -ERROR: ordering comparison functions must return integer -DROP OPERATOR FAMILY alt_opf12 USING btree; -ERROR: current transaction is aborted, commands ignored until end of transaction block -ROLLBACK; --- Should fail. hash comparison functions should return INTEGER in ALTER OPERATOR FAMILY ... ADD FUNCTION -BEGIN TRANSACTION; -CREATE OPERATOR FAMILY alt_opf13 USING hash; -CREATE FUNCTION fn_opf13 (int4) RETURNS BIGINT AS 'SELECT NULL::BIGINT;' LANGUAGE SQL; -ALTER OPERATOR FAMILY alt_opf13 USING hash ADD FUNCTION 1 fn_opf13(int4); -ERROR: hash function 1 must return integer -DROP OPERATOR FAMILY alt_opf13 USING hash; -ERROR: current transaction is aborted, commands ignored until end of transaction block -ROLLBACK; --- Should fail. btree comparison functions should have two arguments in ALTER OPERATOR FAMILY ... ADD FUNCTION -BEGIN TRANSACTION; -CREATE OPERATOR FAMILY alt_opf14 USING btree; -CREATE FUNCTION fn_opf14 (int4) RETURNS BIGINT AS 'SELECT NULL::BIGINT;' LANGUAGE SQL; -ALTER OPERATOR FAMILY alt_opf14 USING btree ADD FUNCTION 1 fn_opf14(int4); -ERROR: ordering comparison functions must have two arguments -DROP OPERATOR FAMILY alt_opf14 USING btree; -ERROR: current transaction is aborted, commands ignored until end of transaction block -ROLLBACK; --- Should fail. hash comparison functions should have one argument in ALTER OPERATOR FAMILY ... ADD FUNCTION -BEGIN TRANSACTION; -CREATE OPERATOR FAMILY alt_opf15 USING hash; -CREATE FUNCTION fn_opf15 (int4, int2) RETURNS BIGINT AS 'SELECT NULL::BIGINT;' LANGUAGE SQL; -ALTER OPERATOR FAMILY alt_opf15 USING hash ADD FUNCTION 1 fn_opf15(int4, int2); -ERROR: hash function 1 must have one argument -DROP OPERATOR FAMILY alt_opf15 USING hash; -ERROR: current transaction is aborted, commands ignored until end of transaction block -ROLLBACK; --- Should fail. In gist throw an error when giving different data types for function argument --- without defining left / right type in ALTER OPERATOR FAMILY ... ADD FUNCTION -CREATE OPERATOR FAMILY alt_opf16 USING gist; -ALTER OPERATOR FAMILY alt_opf16 USING gist ADD FUNCTION 1 btint42cmp(int4, int2); -ERROR: associated data types must be specified for index support function -DROP OPERATOR FAMILY alt_opf16 USING gist; --- Should fail. duplicate operator number / function number in ALTER OPERATOR FAMILY ... ADD FUNCTION -CREATE OPERATOR FAMILY alt_opf17 USING btree; -ALTER OPERATOR FAMILY alt_opf17 USING btree ADD OPERATOR 1 < (int4, int4), OPERATOR 1 < (int4, int4); -- operator # appears twice in same statement -ERROR: operator number 1 for (integer,integer) appears more than once -ALTER OPERATOR FAMILY alt_opf17 USING btree ADD OPERATOR 1 < (int4, int4); -- operator 1 requested first-time -ALTER OPERATOR FAMILY alt_opf17 USING btree ADD OPERATOR 1 < (int4, int4); -- operator 1 requested again in separate statement -ERROR: operator 1(integer,integer) already exists in operator family "alt_opf17" -ALTER OPERATOR FAMILY alt_opf17 USING btree ADD - OPERATOR 1 < (int4, int2) , - OPERATOR 2 <= (int4, int2) , - OPERATOR 3 = (int4, int2) , - OPERATOR 4 >= (int4, int2) , - OPERATOR 5 > (int4, int2) , - FUNCTION 1 btint42cmp(int4, int2) , - FUNCTION 1 btint42cmp(int4, int2); -- procedure 1 appears twice in same statement -ERROR: function number 1 for (integer,smallint) appears more than once -ALTER OPERATOR FAMILY alt_opf17 USING btree ADD - OPERATOR 1 < (int4, int2) , - OPERATOR 2 <= (int4, int2) , - OPERATOR 3 = (int4, int2) , - OPERATOR 4 >= (int4, int2) , - OPERATOR 5 > (int4, int2) , - FUNCTION 1 btint42cmp(int4, int2); -- procedure 1 appears first time -ALTER OPERATOR FAMILY alt_opf17 USING btree ADD - OPERATOR 1 < (int4, int2) , - OPERATOR 2 <= (int4, int2) , - OPERATOR 3 = (int4, int2) , - OPERATOR 4 >= (int4, int2) , - OPERATOR 5 > (int4, int2) , - FUNCTION 1 btint42cmp(int4, int2); -- procedure 1 requested again in separate statement -ERROR: operator 1(integer,smallint) already exists in operator family "alt_opf17" -DROP OPERATOR FAMILY alt_opf17 USING btree; --- Should fail. Ensure that DROP requests for missing OPERATOR / FUNCTIONS --- return appropriate message in ALTER OPERATOR FAMILY ... DROP OPERATOR / FUNCTION -CREATE OPERATOR FAMILY alt_opf18 USING btree; -ALTER OPERATOR FAMILY alt_opf18 USING btree DROP OPERATOR 1 (int4, int4); -ERROR: operator 1(integer,integer) does not exist in operator family "alt_opf18" -ALTER OPERATOR FAMILY alt_opf18 USING btree ADD - OPERATOR 1 < (int4, int2) , - OPERATOR 2 <= (int4, int2) , - OPERATOR 3 = (int4, int2) , - OPERATOR 4 >= (int4, int2) , - OPERATOR 5 > (int4, int2) , - FUNCTION 1 btint42cmp(int4, int2); --- Should fail. Not allowed to have cross-type equalimage function. -ALTER OPERATOR FAMILY alt_opf18 USING btree - ADD FUNCTION 4 (int4, int2) btequalimage(oid); -ERROR: ordering equal image functions must not be cross-type --- Should fail. Not allowed to have cross-type skip support function. -ALTER OPERATOR FAMILY alt_opf18 USING btree - ADD FUNCTION 6 (int4, int2) btint4skipsupport(internal); -ERROR: btree skip support functions must not be cross-type -ALTER OPERATOR FAMILY alt_opf18 USING btree DROP FUNCTION 2 (int4, int4); -ERROR: function 2(integer,integer) does not exist in operator family "alt_opf18" -DROP OPERATOR FAMILY alt_opf18 USING btree; --- Should fail. Invalid opclass options function (#5) specifications. -CREATE OPERATOR FAMILY alt_opf19 USING btree; -ALTER OPERATOR FAMILY alt_opf19 USING btree ADD FUNCTION 5 test_opclass_options_func(internal, text[], bool); -ERROR: function test_opclass_options_func(internal, text[], boolean) does not exist -ALTER OPERATOR FAMILY alt_opf19 USING btree ADD FUNCTION 5 (int4) btint42cmp(int4, int2); -ERROR: invalid operator class options parsing function -HINT: Valid signature of operator class options parsing function is (internal) RETURNS void. -ALTER OPERATOR FAMILY alt_opf19 USING btree ADD FUNCTION 5 (int4, int2) btint42cmp(int4, int2); -ERROR: left and right associated data types for operator class options parsing functions must match -ALTER OPERATOR FAMILY alt_opf19 USING btree ADD FUNCTION 5 (int4) test_opclass_options_func(internal); -- Ok -ALTER OPERATOR FAMILY alt_opf19 USING btree DROP FUNCTION 5 (int4, int4); -DROP OPERATOR FAMILY alt_opf19 USING btree; --- --- Statistics --- -SET SESSION AUTHORIZATION regress_alter_generic_user1; -CREATE TABLE alt_regress_1 (a INTEGER, b INTEGER); -CREATE STATISTICS alt_stat1 ON a, b FROM alt_regress_1; -CREATE STATISTICS alt_stat2 ON a, b FROM alt_regress_1; -ALTER STATISTICS alt_stat1 RENAME TO alt_stat2; -- failed (name conflict) -ERROR: statistics object "alt_stat2" already exists in schema "alt_nsp1" -ALTER STATISTICS alt_stat1 RENAME TO alt_stat3; -- OK -ALTER STATISTICS alt_stat2 OWNER TO regress_alter_generic_user2; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user2" -ALTER STATISTICS alt_stat2 OWNER TO regress_alter_generic_user3; -- OK -ALTER STATISTICS alt_stat2 SET SCHEMA alt_nsp2; -- OK -SET SESSION AUTHORIZATION regress_alter_generic_user2; -CREATE TABLE alt_regress_2 (a INTEGER, b INTEGER); -CREATE STATISTICS alt_stat1 ON a, b FROM alt_regress_2; -CREATE STATISTICS alt_stat2 ON a, b FROM alt_regress_2; -ALTER STATISTICS alt_stat3 RENAME TO alt_stat4; -- failed (not owner) -ERROR: must be owner of statistics object alt_stat3 -ALTER STATISTICS alt_stat1 RENAME TO alt_stat4; -- OK -ALTER STATISTICS alt_stat3 OWNER TO regress_alter_generic_user2; -- failed (not owner) -ERROR: must be owner of statistics object alt_stat3 -ALTER STATISTICS alt_stat2 OWNER TO regress_alter_generic_user3; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user3" -ALTER STATISTICS alt_stat3 SET SCHEMA alt_nsp2; -- failed (not owner) -ERROR: must be owner of statistics object alt_stat3 -ALTER STATISTICS alt_stat2 SET SCHEMA alt_nsp2; -- failed (name conflict) -ERROR: statistics object "alt_stat2" already exists in schema "alt_nsp2" -RESET SESSION AUTHORIZATION; -SELECT nspname, stxname, rolname - FROM pg_statistic_ext s, pg_namespace n, pg_authid a - WHERE s.stxnamespace = n.oid AND s.stxowner = a.oid - AND n.nspname in ('alt_nsp1', 'alt_nsp2') - ORDER BY nspname, stxname; - nspname | stxname | rolname -----------+-----------+----------------------------- - alt_nsp1 | alt_stat2 | regress_alter_generic_user2 - alt_nsp1 | alt_stat3 | regress_alter_generic_user1 - alt_nsp1 | alt_stat4 | regress_alter_generic_user2 - alt_nsp2 | alt_stat2 | regress_alter_generic_user3 -(4 rows) - --- --- Text Search Dictionary --- -SET SESSION AUTHORIZATION regress_alter_generic_user1; -CREATE TEXT SEARCH DICTIONARY alt_ts_dict1 (template=simple); -CREATE TEXT SEARCH DICTIONARY alt_ts_dict2 (template=simple); -ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 RENAME TO alt_ts_dict2; -- failed (name conflict) -ERROR: text search dictionary "alt_ts_dict2" already exists in schema "alt_nsp1" -ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 RENAME TO alt_ts_dict3; -- OK -ALTER TEXT SEARCH DICTIONARY alt_ts_dict2 OWNER TO regress_alter_generic_user2; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user2" -ALTER TEXT SEARCH DICTIONARY alt_ts_dict2 OWNER TO regress_alter_generic_user3; -- OK -ALTER TEXT SEARCH DICTIONARY alt_ts_dict2 SET SCHEMA alt_nsp2; -- OK -SET SESSION AUTHORIZATION regress_alter_generic_user2; -CREATE TEXT SEARCH DICTIONARY alt_ts_dict1 (template=simple); -CREATE TEXT SEARCH DICTIONARY alt_ts_dict2 (template=simple); -ALTER TEXT SEARCH DICTIONARY alt_ts_dict3 RENAME TO alt_ts_dict4; -- failed (not owner) -ERROR: must be owner of text search dictionary alt_ts_dict3 -ALTER TEXT SEARCH DICTIONARY alt_ts_dict1 RENAME TO alt_ts_dict4; -- OK -ALTER TEXT SEARCH DICTIONARY alt_ts_dict3 OWNER TO regress_alter_generic_user2; -- failed (not owner) -ERROR: must be owner of text search dictionary alt_ts_dict3 -ALTER TEXT SEARCH DICTIONARY alt_ts_dict2 OWNER TO regress_alter_generic_user3; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user3" -ALTER TEXT SEARCH DICTIONARY alt_ts_dict3 SET SCHEMA alt_nsp2; -- failed (not owner) -ERROR: must be owner of text search dictionary alt_ts_dict3 -ALTER TEXT SEARCH DICTIONARY alt_ts_dict2 SET SCHEMA alt_nsp2; -- failed (name conflict) -ERROR: text search dictionary "alt_ts_dict2" already exists in schema "alt_nsp2" -RESET SESSION AUTHORIZATION; -SELECT nspname, dictname, rolname - FROM pg_ts_dict t, pg_namespace n, pg_authid a - WHERE t.dictnamespace = n.oid AND t.dictowner = a.oid - AND n.nspname in ('alt_nsp1', 'alt_nsp2') - ORDER BY nspname, dictname; - nspname | dictname | rolname -----------+--------------+----------------------------- - alt_nsp1 | alt_ts_dict2 | regress_alter_generic_user2 - alt_nsp1 | alt_ts_dict3 | regress_alter_generic_user1 - alt_nsp1 | alt_ts_dict4 | regress_alter_generic_user2 - alt_nsp2 | alt_ts_dict2 | regress_alter_generic_user3 -(4 rows) - --- --- Text Search Configuration --- -SET SESSION AUTHORIZATION regress_alter_generic_user1; -CREATE TEXT SEARCH CONFIGURATION alt_ts_conf1 (copy=english); -CREATE TEXT SEARCH CONFIGURATION alt_ts_conf2 (copy=english); -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 RENAME TO alt_ts_conf2; -- failed (name conflict) -ERROR: text search configuration "alt_ts_conf2" already exists in schema "alt_nsp1" -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 RENAME TO alt_ts_conf3; -- OK -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf2 OWNER TO regress_alter_generic_user2; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user2" -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf2 OWNER TO regress_alter_generic_user3; -- OK -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf2 SET SCHEMA alt_nsp2; -- OK -SET SESSION AUTHORIZATION regress_alter_generic_user2; -CREATE TEXT SEARCH CONFIGURATION alt_ts_conf1 (copy=english); -CREATE TEXT SEARCH CONFIGURATION alt_ts_conf2 (copy=english); -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf3 RENAME TO alt_ts_conf4; -- failed (not owner) -ERROR: must be owner of text search configuration alt_ts_conf3 -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf1 RENAME TO alt_ts_conf4; -- OK -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf3 OWNER TO regress_alter_generic_user2; -- failed (not owner) -ERROR: must be owner of text search configuration alt_ts_conf3 -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf2 OWNER TO regress_alter_generic_user3; -- failed (no role membership) -ERROR: must be able to SET ROLE "regress_alter_generic_user3" -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf3 SET SCHEMA alt_nsp2; -- failed (not owner) -ERROR: must be owner of text search configuration alt_ts_conf3 -ALTER TEXT SEARCH CONFIGURATION alt_ts_conf2 SET SCHEMA alt_nsp2; -- failed (name conflict) -ERROR: text search configuration "alt_ts_conf2" already exists in schema "alt_nsp2" -RESET SESSION AUTHORIZATION; -SELECT nspname, cfgname, rolname - FROM pg_ts_config t, pg_namespace n, pg_authid a - WHERE t.cfgnamespace = n.oid AND t.cfgowner = a.oid - AND n.nspname in ('alt_nsp1', 'alt_nsp2') - ORDER BY nspname, cfgname; - nspname | cfgname | rolname -----------+--------------+----------------------------- - alt_nsp1 | alt_ts_conf2 | regress_alter_generic_user2 - alt_nsp1 | alt_ts_conf3 | regress_alter_generic_user1 - alt_nsp1 | alt_ts_conf4 | regress_alter_generic_user2 - alt_nsp2 | alt_ts_conf2 | regress_alter_generic_user3 -(4 rows) - --- --- Text Search Template --- -CREATE TEXT SEARCH TEMPLATE alt_ts_temp1 (lexize=dsimple_lexize); -CREATE TEXT SEARCH TEMPLATE alt_ts_temp2 (lexize=dsimple_lexize); -ALTER TEXT SEARCH TEMPLATE alt_ts_temp1 RENAME TO alt_ts_temp2; -- failed (name conflict) -ERROR: text search template "alt_ts_temp2" already exists in schema "alt_nsp1" -ALTER TEXT SEARCH TEMPLATE alt_ts_temp1 RENAME TO alt_ts_temp3; -- OK -ALTER TEXT SEARCH TEMPLATE alt_ts_temp2 SET SCHEMA alt_nsp2; -- OK -CREATE TEXT SEARCH TEMPLATE alt_ts_temp2 (lexize=dsimple_lexize); -ALTER TEXT SEARCH TEMPLATE alt_ts_temp2 SET SCHEMA alt_nsp2; -- failed (name conflict) -ERROR: text search template "alt_ts_temp2" already exists in schema "alt_nsp2" --- invalid: non-lowercase quoted identifiers -CREATE TEXT SEARCH TEMPLATE tstemp_case ("Init" = init_function); -ERROR: text search template parameter "Init" not recognized -SELECT nspname, tmplname - FROM pg_ts_template t, pg_namespace n - WHERE t.tmplnamespace = n.oid AND nspname like 'alt_nsp%' - ORDER BY nspname, tmplname; - nspname | tmplname -----------+-------------- - alt_nsp1 | alt_ts_temp2 - alt_nsp1 | alt_ts_temp3 - alt_nsp2 | alt_ts_temp2 -(3 rows) - --- --- Text Search Parser --- -CREATE TEXT SEARCH PARSER alt_ts_prs1 - (start = prsd_start, gettoken = prsd_nexttoken, end = prsd_end, lextypes = prsd_lextype); -CREATE TEXT SEARCH PARSER alt_ts_prs2 - (start = prsd_start, gettoken = prsd_nexttoken, end = prsd_end, lextypes = prsd_lextype); -ALTER TEXT SEARCH PARSER alt_ts_prs1 RENAME TO alt_ts_prs2; -- failed (name conflict) -ERROR: text search parser "alt_ts_prs2" already exists in schema "alt_nsp1" -ALTER TEXT SEARCH PARSER alt_ts_prs1 RENAME TO alt_ts_prs3; -- OK -ALTER TEXT SEARCH PARSER alt_ts_prs2 SET SCHEMA alt_nsp2; -- OK -CREATE TEXT SEARCH PARSER alt_ts_prs2 - (start = prsd_start, gettoken = prsd_nexttoken, end = prsd_end, lextypes = prsd_lextype); -ALTER TEXT SEARCH PARSER alt_ts_prs2 SET SCHEMA alt_nsp2; -- failed (name conflict) -ERROR: text search parser "alt_ts_prs2" already exists in schema "alt_nsp2" --- invalid: non-lowercase quoted identifiers -CREATE TEXT SEARCH PARSER tspars_case ("Start" = start_function); -ERROR: text search parser parameter "Start" not recognized -SELECT nspname, prsname - FROM pg_ts_parser t, pg_namespace n - WHERE t.prsnamespace = n.oid AND nspname like 'alt_nsp%' - ORDER BY nspname, prsname; - nspname | prsname -----------+------------- - alt_nsp1 | alt_ts_prs2 - alt_nsp1 | alt_ts_prs3 - alt_nsp2 | alt_ts_prs2 -(3 rows) - ---- ---- Cleanup resources ---- -DROP FOREIGN DATA WRAPPER alt_fdw2 CASCADE; -NOTICE: drop cascades to server alt_fserv2 -DROP FOREIGN DATA WRAPPER alt_fdw3 CASCADE; -NOTICE: drop cascades to server alt_fserv3 -DROP LANGUAGE alt_lang2 CASCADE; -DROP LANGUAGE alt_lang3 CASCADE; -DROP SCHEMA alt_nsp1 CASCADE; -NOTICE: drop cascades to 28 other objects -DETAIL: drop cascades to function alt_func3(integer) -drop cascades to function alt_agg3(integer) -drop cascades to function alt_func4(integer) -drop cascades to function alt_func2(integer) -drop cascades to function alt_agg4(integer) -drop cascades to function alt_agg2(integer) -drop cascades to conversion alt_conv3 -drop cascades to conversion alt_conv4 -drop cascades to conversion alt_conv2 -drop cascades to operator @+@(integer,integer) -drop cascades to operator @-@(integer,integer) -drop cascades to operator family alt_opf3 for access method hash -drop cascades to operator family alt_opc1 for access method hash -drop cascades to operator family alt_opc2 for access method hash -drop cascades to operator family alt_opf4 for access method hash -drop cascades to operator family alt_opf2 for access method hash -drop cascades to table alt_regress_1 -drop cascades to table alt_regress_2 -drop cascades to text search dictionary alt_ts_dict3 -drop cascades to text search dictionary alt_ts_dict4 -drop cascades to text search dictionary alt_ts_dict2 -drop cascades to text search configuration alt_ts_conf3 -drop cascades to text search configuration alt_ts_conf4 -drop cascades to text search configuration alt_ts_conf2 -drop cascades to text search template alt_ts_temp3 -drop cascades to text search template alt_ts_temp2 -drop cascades to text search parser alt_ts_prs3 -drop cascades to text search parser alt_ts_prs2 -DROP SCHEMA alt_nsp2 CASCADE; -NOTICE: drop cascades to 9 other objects -DETAIL: drop cascades to function alt_nsp2.alt_func2(integer) -drop cascades to function alt_nsp2.alt_agg2(integer) -drop cascades to conversion alt_nsp2.alt_conv2 -drop cascades to operator alt_nsp2.@-@(integer,integer) -drop cascades to operator family alt_nsp2.alt_opf2 for access method hash -drop cascades to text search dictionary alt_nsp2.alt_ts_dict2 -drop cascades to text search configuration alt_nsp2.alt_ts_conf2 -drop cascades to text search template alt_nsp2.alt_ts_temp2 -drop cascades to text search parser alt_nsp2.alt_ts_prs2 -DROP USER regress_alter_generic_user1; -DROP USER regress_alter_generic_user2; -DROP USER regress_alter_generic_user3; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_operator.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_operator.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_operator.out 2025-05-11 19:30:18.926918000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_operator.out 2025-05-11 19:32:42.371451000 +0000 @@ -1,267 +1,2 @@ -CREATE FUNCTION alter_op_test_fn(boolean, boolean) -RETURNS boolean AS $$ SELECT NULL::BOOLEAN; $$ LANGUAGE sql IMMUTABLE; -CREATE FUNCTION customcontsel(internal, oid, internal, integer) -RETURNS float8 AS 'contsel' LANGUAGE internal STABLE STRICT; -CREATE OPERATOR === ( - LEFTARG = boolean, - RIGHTARG = boolean, - PROCEDURE = alter_op_test_fn, - COMMUTATOR = ===, - NEGATOR = !==, - RESTRICT = customcontsel, - JOIN = contjoinsel, - HASHES, MERGES -); -SELECT pg_describe_object(refclassid,refobjid,refobjsubid) as ref, deptype -FROM pg_depend -WHERE classid = 'pg_operator'::regclass AND - objid = '===(bool,bool)'::regoperator -ORDER BY 1; - ref | deptype --------------------------------------------------------+--------- - function alter_op_test_fn(boolean,boolean) | n - function customcontsel(internal,oid,internal,integer) | n - schema public | n -(3 rows) - --- --- Test resetting and setting restrict and join attributes. --- -ALTER OPERATOR === (boolean, boolean) SET (RESTRICT = NONE); -ALTER OPERATOR === (boolean, boolean) SET (JOIN = NONE); -SELECT oprrest, oprjoin FROM pg_operator WHERE oprname = '===' - AND oprleft = 'boolean'::regtype AND oprright = 'boolean'::regtype; - oprrest | oprjoin ----------+--------- - - | - -(1 row) - -SELECT pg_describe_object(refclassid,refobjid,refobjsubid) as ref, deptype -FROM pg_depend -WHERE classid = 'pg_operator'::regclass AND - objid = '===(bool,bool)'::regoperator -ORDER BY 1; - ref | deptype ---------------------------------------------+--------- - function alter_op_test_fn(boolean,boolean) | n - schema public | n -(2 rows) - -ALTER OPERATOR === (boolean, boolean) SET (RESTRICT = contsel); -ALTER OPERATOR === (boolean, boolean) SET (JOIN = contjoinsel); -SELECT oprrest, oprjoin FROM pg_operator WHERE oprname = '===' - AND oprleft = 'boolean'::regtype AND oprright = 'boolean'::regtype; - oprrest | oprjoin ----------+------------- - contsel | contjoinsel -(1 row) - -SELECT pg_describe_object(refclassid,refobjid,refobjsubid) as ref, deptype -FROM pg_depend -WHERE classid = 'pg_operator'::regclass AND - objid = '===(bool,bool)'::regoperator -ORDER BY 1; - ref | deptype ---------------------------------------------+--------- - function alter_op_test_fn(boolean,boolean) | n - schema public | n -(2 rows) - -ALTER OPERATOR === (boolean, boolean) SET (RESTRICT = NONE, JOIN = NONE); -SELECT oprrest, oprjoin FROM pg_operator WHERE oprname = '===' - AND oprleft = 'boolean'::regtype AND oprright = 'boolean'::regtype; - oprrest | oprjoin ----------+--------- - - | - -(1 row) - -SELECT pg_describe_object(refclassid,refobjid,refobjsubid) as ref, deptype -FROM pg_depend -WHERE classid = 'pg_operator'::regclass AND - objid = '===(bool,bool)'::regoperator -ORDER BY 1; - ref | deptype ---------------------------------------------+--------- - function alter_op_test_fn(boolean,boolean) | n - schema public | n -(2 rows) - -ALTER OPERATOR === (boolean, boolean) SET (RESTRICT = customcontsel, JOIN = contjoinsel); -SELECT oprrest, oprjoin FROM pg_operator WHERE oprname = '===' - AND oprleft = 'boolean'::regtype AND oprright = 'boolean'::regtype; - oprrest | oprjoin ----------------+------------- - customcontsel | contjoinsel -(1 row) - -SELECT pg_describe_object(refclassid,refobjid,refobjsubid) as ref, deptype -FROM pg_depend -WHERE classid = 'pg_operator'::regclass AND - objid = '===(bool,bool)'::regoperator -ORDER BY 1; - ref | deptype --------------------------------------------------------+--------- - function alter_op_test_fn(boolean,boolean) | n - function customcontsel(internal,oid,internal,integer) | n - schema public | n -(3 rows) - --- --- Test invalid options. --- -ALTER OPERATOR === (boolean, boolean) SET (RESTRICT = non_existent_func); -ERROR: function non_existent_func(internal, oid, internal, integer) does not exist -ALTER OPERATOR === (boolean, boolean) SET (JOIN = non_existent_func); -ERROR: function non_existent_func(internal, oid, internal, smallint, internal) does not exist --- invalid: non-lowercase quoted identifiers -ALTER OPERATOR & (bit, bit) SET ("Restrict" = _int_contsel, "Join" = _int_contjoinsel); -ERROR: operator attribute "Restrict" not recognized --- --- Test permission check. Must be owner to ALTER OPERATOR. --- -CREATE USER regress_alter_op_user; -SET SESSION AUTHORIZATION regress_alter_op_user; -ALTER OPERATOR === (boolean, boolean) SET (RESTRICT = NONE); -ERROR: must be owner of operator === -RESET SESSION AUTHORIZATION; --- --- Test setting commutator, negator, merges, and hashes attributes, --- which can only be set if not already set --- -CREATE FUNCTION alter_op_test_fn_bool_real(boolean, real) -RETURNS boolean AS $$ SELECT NULL::BOOLEAN; $$ LANGUAGE sql IMMUTABLE; -CREATE FUNCTION alter_op_test_fn_real_bool(real, boolean) -RETURNS boolean AS $$ SELECT NULL::BOOLEAN; $$ LANGUAGE sql IMMUTABLE; --- operator -CREATE OPERATOR === ( - LEFTARG = boolean, - RIGHTARG = real, - PROCEDURE = alter_op_test_fn_bool_real -); --- commutator -CREATE OPERATOR ==== ( - LEFTARG = real, - RIGHTARG = boolean, - PROCEDURE = alter_op_test_fn_real_bool -); --- negator -CREATE OPERATOR !==== ( - LEFTARG = boolean, - RIGHTARG = real, - PROCEDURE = alter_op_test_fn_bool_real -); --- No-op setting already false hashes and merges to false works -ALTER OPERATOR === (boolean, real) SET (MERGES = false); -ALTER OPERATOR === (boolean, real) SET (HASHES = false); --- Test setting merges and hashes -ALTER OPERATOR === (boolean, real) SET (MERGES); -ALTER OPERATOR === (boolean, real) SET (HASHES); -SELECT oprcanmerge, oprcanhash -FROM pg_operator WHERE oprname = '===' - AND oprleft = 'boolean'::regtype AND oprright = 'real'::regtype; - oprcanmerge | oprcanhash --------------+------------ - t | t -(1 row) - --- Test setting commutator -ALTER OPERATOR === (boolean, real) SET (COMMUTATOR = ====); --- Check that oprcom has been set on both the operator and commutator, --- that they reference each other, and that the operator used is the existing --- one we created and not a new shell operator. -SELECT op.oprname AS operator_name, com.oprname AS commutator_name, - com.oprcode AS commutator_func - FROM pg_operator op - INNER JOIN pg_operator com ON (op.oid = com.oprcom AND op.oprcom = com.oid) - WHERE op.oprname = '===' - AND op.oprleft = 'boolean'::regtype AND op.oprright = 'real'::regtype; - operator_name | commutator_name | commutator_func ----------------+-----------------+---------------------------- - === | ==== | alter_op_test_fn_real_bool -(1 row) - --- Cannot set self as negator -ALTER OPERATOR === (boolean, real) SET (NEGATOR = ===); -ERROR: operator cannot be its own negator --- Test setting negator -ALTER OPERATOR === (boolean, real) SET (NEGATOR = !====); --- Check that oprnegate has been set on both the operator and negator, --- that they reference each other, and that the operator used is the existing --- one we created and not a new shell operator. -SELECT op.oprname AS operator_name, neg.oprname AS negator_name, - neg.oprcode AS negator_func - FROM pg_operator op - INNER JOIN pg_operator neg ON (op.oid = neg.oprnegate AND op.oprnegate = neg.oid) - WHERE op.oprname = '===' - AND op.oprleft = 'boolean'::regtype AND op.oprright = 'real'::regtype; - operator_name | negator_name | negator_func ----------------+--------------+---------------------------- - === | !==== | alter_op_test_fn_bool_real -(1 row) - --- Test that no-op set succeeds -ALTER OPERATOR === (boolean, real) SET (NEGATOR = !====); -ALTER OPERATOR === (boolean, real) SET (COMMUTATOR = ====); -ALTER OPERATOR === (boolean, real) SET (MERGES); -ALTER OPERATOR === (boolean, real) SET (HASHES); --- Check that the final state of the operator is as we expect -SELECT oprcanmerge, oprcanhash, - pg_describe_object('pg_operator'::regclass, oprcom, 0) AS commutator, - pg_describe_object('pg_operator'::regclass, oprnegate, 0) AS negator - FROM pg_operator WHERE oprname = '===' - AND oprleft = 'boolean'::regtype AND oprright = 'real'::regtype; - oprcanmerge | oprcanhash | commutator | negator --------------+------------+-----------------------------+------------------------------ - t | t | operator ====(real,boolean) | operator !====(boolean,real) -(1 row) - --- Cannot change commutator, negator, merges, and hashes when already set -CREATE OPERATOR @= ( - LEFTARG = real, - RIGHTARG = boolean, - PROCEDURE = alter_op_test_fn_real_bool -); -CREATE OPERATOR @!= ( - LEFTARG = boolean, - RIGHTARG = real, - PROCEDURE = alter_op_test_fn_bool_real -); -ALTER OPERATOR === (boolean, real) SET (COMMUTATOR = @=); -ERROR: operator attribute "commutator" cannot be changed if it has already been set -ALTER OPERATOR === (boolean, real) SET (NEGATOR = @!=); -ERROR: operator attribute "negator" cannot be changed if it has already been set -ALTER OPERATOR === (boolean, real) SET (MERGES = false); -ERROR: operator attribute "merges" cannot be changed if it has already been set -ALTER OPERATOR === (boolean, real) SET (HASHES = false); -ERROR: operator attribute "hashes" cannot be changed if it has already been set --- Cannot set an operator that already has a commutator as the commutator -ALTER OPERATOR @=(real, boolean) SET (COMMUTATOR = ===); -ERROR: commutator operator === is already the commutator of operator ==== --- Cannot set an operator that already has a negator as the negator -ALTER OPERATOR @!=(boolean, real) SET (NEGATOR = ===); -ERROR: negator operator === is already the negator of operator !==== --- Check no changes made -SELECT oprcanmerge, oprcanhash, - pg_describe_object('pg_operator'::regclass, oprcom, 0) AS commutator, - pg_describe_object('pg_operator'::regclass, oprnegate, 0) AS negator - FROM pg_operator WHERE oprname = '===' - AND oprleft = 'boolean'::regtype AND oprright = 'real'::regtype; - oprcanmerge | oprcanhash | commutator | negator --------------+------------+-----------------------------+------------------------------ - t | t | operator ====(real,boolean) | operator !====(boolean,real) -(1 row) - --- --- Clean up --- -DROP USER regress_alter_op_user; -DROP OPERATOR === (boolean, boolean); -DROP OPERATOR === (boolean, real); -DROP OPERATOR ==== (real, boolean); -DROP OPERATOR !==== (boolean, real); -DROP OPERATOR @= (real, boolean); -DROP OPERATOR @!= (boolean, real); -DROP FUNCTION customcontsel(internal, oid, internal, integer); -DROP FUNCTION alter_op_test_fn(boolean, boolean); -DROP FUNCTION alter_op_test_fn_bool_real(boolean, real); -DROP FUNCTION alter_op_test_fn_real_bool(real, boolean); +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/misc.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/misc.out --- /tmp/cirrus-ci-build/src/test/regress/expected/misc.out 2025-05-11 19:30:18.969703000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/misc.out 2025-05-11 19:32:42.380516000 +0000 @@ -1,398 +1,2 @@ --- --- MISC --- --- directory paths and dlsuffix are passed to us in environment variables -\getenv abs_srcdir PG_ABS_SRCDIR -\getenv abs_builddir PG_ABS_BUILDDIR -\getenv libdir PG_LIBDIR -\getenv dlsuffix PG_DLSUFFIX -\set regresslib :libdir '/regress' :dlsuffix -CREATE FUNCTION overpaid(emp) - RETURNS bool - AS :'regresslib' - LANGUAGE C STRICT; -CREATE FUNCTION reverse_name(name) - RETURNS name - AS :'regresslib' - LANGUAGE C STRICT; --- --- BTREE --- -UPDATE onek - SET unique1 = onek.unique1 + 1; -UPDATE onek - SET unique1 = onek.unique1 - 1; --- --- BTREE partial --- --- UPDATE onek2 --- SET unique1 = onek2.unique1 + 1; ---UPDATE onek2 --- SET unique1 = onek2.unique1 - 1; --- --- BTREE shutting out non-functional updates --- --- the following two tests seem to take a long time on some --- systems. This non-func update stuff needs to be examined --- more closely. - jolly (2/22/96) --- -SELECT two, stringu1, ten, string4 - INTO TABLE tmp - FROM onek; -UPDATE tmp - SET stringu1 = reverse_name(onek.stringu1) - FROM onek - WHERE onek.stringu1 = 'JBAAAA' and - onek.stringu1 = tmp.stringu1; -UPDATE tmp - SET stringu1 = reverse_name(onek2.stringu1) - FROM onek2 - WHERE onek2.stringu1 = 'JCAAAA' and - onek2.stringu1 = tmp.stringu1; -DROP TABLE tmp; ---UPDATE person* --- SET age = age + 1; ---UPDATE person* --- SET age = age + 3 --- WHERE name = 'linda'; --- --- copy --- -\set filename :abs_builddir '/results/onek.data' -COPY onek TO :'filename'; -CREATE TEMP TABLE onek_copy (LIKE onek); -COPY onek_copy FROM :'filename'; -SELECT * FROM onek EXCEPT ALL SELECT * FROM onek_copy; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- -(0 rows) - -SELECT * FROM onek_copy EXCEPT ALL SELECT * FROM onek; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- -(0 rows) - -\set filename :abs_builddir '/results/stud_emp.data' -COPY BINARY stud_emp TO :'filename'; -CREATE TEMP TABLE stud_emp_copy (LIKE stud_emp); -COPY BINARY stud_emp_copy FROM :'filename'; -SELECT * FROM stud_emp_copy; - name | age | location | salary | manager | gpa | percent --------+-----+------------+--------+---------+-----+--------- - jeff | 23 | (8,7.7) | 600 | sharon | 3.5 | - cim | 30 | (10.5,4.7) | 400 | | 3.4 | - linda | 19 | (0.9,6.1) | 100 | | 2.9 | -(3 rows) - --- --- test data for postquel functions --- -CREATE TABLE hobbies_r ( - name text, - person text -); -CREATE TABLE equipment_r ( - name text, - hobby text -); -INSERT INTO hobbies_r (name, person) - SELECT 'posthacking', p.name - FROM person* p - WHERE p.name = 'mike' or p.name = 'jeff'; -INSERT INTO hobbies_r (name, person) - SELECT 'basketball', p.name - FROM person p - WHERE p.name = 'joe' or p.name = 'sally'; -INSERT INTO hobbies_r (name) VALUES ('skywalking'); -INSERT INTO equipment_r (name, hobby) VALUES ('advil', 'posthacking'); -INSERT INTO equipment_r (name, hobby) VALUES ('peet''s coffee', 'posthacking'); -INSERT INTO equipment_r (name, hobby) VALUES ('hightops', 'basketball'); -INSERT INTO equipment_r (name, hobby) VALUES ('guts', 'skywalking'); --- --- postquel functions --- -CREATE FUNCTION hobbies(person) - RETURNS setof hobbies_r - AS 'select * from hobbies_r where person = $1.name' - LANGUAGE SQL; -CREATE FUNCTION hobby_construct(text, text) - RETURNS hobbies_r - AS 'select $1 as name, $2 as hobby' - LANGUAGE SQL; -CREATE FUNCTION hobby_construct_named(name text, hobby text) - RETURNS hobbies_r - AS 'select name, hobby' - LANGUAGE SQL; -CREATE FUNCTION hobbies_by_name(hobbies_r.name%TYPE) - RETURNS hobbies_r.person%TYPE - AS 'select person from hobbies_r where name = $1' - LANGUAGE SQL; -NOTICE: type reference hobbies_r.name%TYPE converted to text -NOTICE: type reference hobbies_r.person%TYPE converted to text -CREATE FUNCTION equipment(hobbies_r) - RETURNS setof equipment_r - AS 'select * from equipment_r where hobby = $1.name' - LANGUAGE SQL; -CREATE FUNCTION equipment_named(hobby hobbies_r) - RETURNS setof equipment_r - AS 'select * from equipment_r where equipment_r.hobby = equipment_named.hobby.name' - LANGUAGE SQL; -CREATE FUNCTION equipment_named_ambiguous_1a(hobby hobbies_r) - RETURNS setof equipment_r - AS 'select * from equipment_r where hobby = equipment_named_ambiguous_1a.hobby.name' - LANGUAGE SQL; -CREATE FUNCTION equipment_named_ambiguous_1b(hobby hobbies_r) - RETURNS setof equipment_r - AS 'select * from equipment_r where equipment_r.hobby = hobby.name' - LANGUAGE SQL; -CREATE FUNCTION equipment_named_ambiguous_1c(hobby hobbies_r) - RETURNS setof equipment_r - AS 'select * from equipment_r where hobby = hobby.name' - LANGUAGE SQL; -CREATE FUNCTION equipment_named_ambiguous_2a(hobby text) - RETURNS setof equipment_r - AS 'select * from equipment_r where hobby = equipment_named_ambiguous_2a.hobby' - LANGUAGE SQL; -CREATE FUNCTION equipment_named_ambiguous_2b(hobby text) - RETURNS setof equipment_r - AS 'select * from equipment_r where equipment_r.hobby = hobby' - LANGUAGE SQL; --- --- mike does post_hacking, --- joe and sally play basketball, and --- everyone else does nothing. --- -SELECT p.name, name(p.hobbies) FROM ONLY person p; - name | name --------+------------- - mike | posthacking - joe | basketball - sally | basketball -(3 rows) - --- --- as above, but jeff also does post_hacking. --- -SELECT p.name, name(p.hobbies) FROM person* p; - name | name --------+------------- - mike | posthacking - joe | basketball - sally | basketball - jeff | posthacking -(4 rows) - --- --- the next two queries demonstrate how functions generate bogus duplicates. --- this is a "feature" .. --- -SELECT DISTINCT hobbies_r.name, name(hobbies_r.equipment) FROM hobbies_r - ORDER BY 1,2; - name | name --------------+--------------- - basketball | hightops - posthacking | advil - posthacking | peet's coffee - skywalking | guts -(4 rows) - -SELECT hobbies_r.name, (hobbies_r.equipment).name FROM hobbies_r; - name | name --------------+--------------- - posthacking | advil - posthacking | peet's coffee - posthacking | advil - posthacking | peet's coffee - basketball | hightops - basketball | hightops - skywalking | guts -(7 rows) - --- --- mike needs advil and peet's coffee, --- joe and sally need hightops, and --- everyone else is fine. --- -SELECT p.name, name(p.hobbies), name(equipment(p.hobbies)) FROM ONLY person p; - name | name | name --------+-------------+--------------- - mike | posthacking | advil - mike | posthacking | peet's coffee - joe | basketball | hightops - sally | basketball | hightops -(4 rows) - --- --- as above, but jeff needs advil and peet's coffee as well. --- -SELECT p.name, name(p.hobbies), name(equipment(p.hobbies)) FROM person* p; - name | name | name --------+-------------+--------------- - mike | posthacking | advil - mike | posthacking | peet's coffee - joe | basketball | hightops - sally | basketball | hightops - jeff | posthacking | advil - jeff | posthacking | peet's coffee -(6 rows) - --- --- just like the last two, but make sure that the target list fixup and --- unflattening is being done correctly. --- -SELECT name(equipment(p.hobbies)), p.name, name(p.hobbies) FROM ONLY person p; - name | name | name ----------------+-------+------------- - advil | mike | posthacking - peet's coffee | mike | posthacking - hightops | joe | basketball - hightops | sally | basketball -(4 rows) - -SELECT (p.hobbies).equipment.name, p.name, name(p.hobbies) FROM person* p; - name | name | name ----------------+-------+------------- - advil | mike | posthacking - peet's coffee | mike | posthacking - hightops | joe | basketball - hightops | sally | basketball - advil | jeff | posthacking - peet's coffee | jeff | posthacking -(6 rows) - -SELECT (p.hobbies).equipment.name, name(p.hobbies), p.name FROM ONLY person p; - name | name | name ----------------+-------------+------- - advil | posthacking | mike - peet's coffee | posthacking | mike - hightops | basketball | joe - hightops | basketball | sally -(4 rows) - -SELECT name(equipment(p.hobbies)), name(p.hobbies), p.name FROM person* p; - name | name | name ----------------+-------------+------- - advil | posthacking | mike - peet's coffee | posthacking | mike - hightops | basketball | joe - hightops | basketball | sally - advil | posthacking | jeff - peet's coffee | posthacking | jeff -(6 rows) - -SELECT name(equipment(hobby_construct(text 'skywalking', text 'mer'))); - name ------- - guts -(1 row) - -SELECT name(equipment(hobby_construct_named(text 'skywalking', text 'mer'))); - name ------- - guts -(1 row) - -SELECT name(equipment_named(hobby_construct_named(text 'skywalking', text 'mer'))); - name ------- - guts -(1 row) - -SELECT name(equipment_named_ambiguous_1a(hobby_construct_named(text 'skywalking', text 'mer'))); - name ------- - guts -(1 row) - -SELECT name(equipment_named_ambiguous_1b(hobby_construct_named(text 'skywalking', text 'mer'))); - name ------- - guts -(1 row) - -SELECT name(equipment_named_ambiguous_1c(hobby_construct_named(text 'skywalking', text 'mer'))); - name ------- - guts -(1 row) - -SELECT name(equipment_named_ambiguous_2a(text 'skywalking')); - name ------- - guts -(1 row) - -SELECT name(equipment_named_ambiguous_2b(text 'skywalking')); - name ---------------- - advil - peet's coffee - hightops - guts -(4 rows) - -SELECT hobbies_by_name('basketball'); - hobbies_by_name ------------------ - joe -(1 row) - -SELECT name, overpaid(emp.*) FROM emp; - name | overpaid ---------+---------- - sharon | t - sam | t - bill | t - jeff | f - cim | f - linda | f -(6 rows) - --- --- Try a few cases with SQL-spec row constructor expressions --- -SELECT * FROM equipment(ROW('skywalking', 'mer')); - name | hobby -------+------------ - guts | skywalking -(1 row) - -SELECT name(equipment(ROW('skywalking', 'mer'))); - name ------- - guts -(1 row) - -SELECT *, name(equipment(h.*)) FROM hobbies_r h; - name | person | name --------------+--------+--------------- - posthacking | mike | advil - posthacking | mike | peet's coffee - posthacking | jeff | advil - posthacking | jeff | peet's coffee - basketball | joe | hightops - basketball | sally | hightops - skywalking | | guts -(7 rows) - -SELECT *, (equipment(CAST((h.*) AS hobbies_r))).name FROM hobbies_r h; - name | person | name --------------+--------+--------------- - posthacking | mike | advil - posthacking | mike | peet's coffee - posthacking | jeff | advil - posthacking | jeff | peet's coffee - basketball | joe | hightops - basketball | sally | hightops - skywalking | | guts -(7 rows) - --- --- functional joins --- --- --- instance rules --- --- --- rewrite rules --- +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/async.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/async.out --- /tmp/cirrus-ci-build/src/test/regress/expected/async.out 2025-05-11 19:30:18.929736000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/async.out 2025-05-11 19:32:42.382059000 +0000 @@ -1,42 +1,2 @@ --- --- ASYNC --- ---Should work. Send a valid message via a valid channel name -SELECT pg_notify('notify_async1','sample message1'); - pg_notify ------------ - -(1 row) - -SELECT pg_notify('notify_async1',''); - pg_notify ------------ - -(1 row) - -SELECT pg_notify('notify_async1',NULL); - pg_notify ------------ - -(1 row) - --- Should fail. Send a valid message via an invalid channel name -SELECT pg_notify('','sample message1'); -ERROR: channel name cannot be empty -SELECT pg_notify(NULL,'sample message1'); -ERROR: channel name cannot be empty -SELECT pg_notify('notify_async_channel_name_too_long______________________________','sample_message1'); -ERROR: channel name too long ---Should work. Valid NOTIFY/LISTEN/UNLISTEN commands -NOTIFY notify_async2; -LISTEN notify_async2; -UNLISTEN notify_async2; -UNLISTEN *; --- Should return zero while there are no pending notifications. --- src/test/isolation/specs/async-notify.spec tests for actual usage. -SELECT pg_notification_queue_usage(); - pg_notification_queue_usage ------------------------------ - 0 -(1 row) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/dbsize.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/dbsize.out --- /tmp/cirrus-ci-build/src/test/regress/expected/dbsize.out 2025-05-11 19:30:18.942253000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/dbsize.out 2025-05-11 19:32:42.385157000 +0000 @@ -1,203 +1,2 @@ -SELECT size, pg_size_pretty(size), pg_size_pretty(-1 * size) FROM - (VALUES (10::bigint), (1000::bigint), (1000000::bigint), - (1000000000::bigint), (1000000000000::bigint), - (1000000000000000::bigint)) x(size); - size | pg_size_pretty | pg_size_pretty -------------------+----------------+---------------- - 10 | 10 bytes | -10 bytes - 1000 | 1000 bytes | -1000 bytes - 1000000 | 977 kB | -977 kB - 1000000000 | 954 MB | -954 MB - 1000000000000 | 931 GB | -931 GB - 1000000000000000 | 909 TB | -909 TB -(6 rows) - -SELECT size, pg_size_pretty(size), pg_size_pretty(-1 * size) FROM - (VALUES (10::numeric), (1000::numeric), (1000000::numeric), - (1000000000::numeric), (1000000000000::numeric), - (1000000000000000::numeric), - (10.5::numeric), (1000.5::numeric), (1000000.5::numeric), - (1000000000.5::numeric), (1000000000000.5::numeric), - (1000000000000000.5::numeric)) x(size); - size | pg_size_pretty | pg_size_pretty ---------------------+----------------+---------------- - 10 | 10 bytes | -10 bytes - 1000 | 1000 bytes | -1000 bytes - 1000000 | 977 kB | -977 kB - 1000000000 | 954 MB | -954 MB - 1000000000000 | 931 GB | -931 GB - 1000000000000000 | 909 TB | -909 TB - 10.5 | 10.5 bytes | -10.5 bytes - 1000.5 | 1000.5 bytes | -1000.5 bytes - 1000000.5 | 977 kB | -977 kB - 1000000000.5 | 954 MB | -954 MB - 1000000000000.5 | 931 GB | -931 GB - 1000000000000000.5 | 909 TB | -909 TB -(12 rows) - --- test where units change up -SELECT size, pg_size_pretty(size), pg_size_pretty(-1 * size) FROM - (VALUES (10239::bigint), (10240::bigint), - (10485247::bigint), (10485248::bigint), - (10736893951::bigint), (10736893952::bigint), - (10994579406847::bigint), (10994579406848::bigint), - (11258449312612351::bigint), (11258449312612352::bigint)) x(size); - size | pg_size_pretty | pg_size_pretty --------------------+----------------+---------------- - 10239 | 10239 bytes | -10239 bytes - 10240 | 10 kB | -10 kB - 10485247 | 10239 kB | -10239 kB - 10485248 | 10 MB | -10 MB - 10736893951 | 10239 MB | -10239 MB - 10736893952 | 10 GB | -10 GB - 10994579406847 | 10239 GB | -10239 GB - 10994579406848 | 10 TB | -10 TB - 11258449312612351 | 10239 TB | -10239 TB - 11258449312612352 | 10 PB | -10 PB -(10 rows) - -SELECT size, pg_size_pretty(size), pg_size_pretty(-1 * size) FROM - (VALUES (10239::numeric), (10240::numeric), - (10485247::numeric), (10485248::numeric), - (10736893951::numeric), (10736893952::numeric), - (10994579406847::numeric), (10994579406848::numeric), - (11258449312612351::numeric), (11258449312612352::numeric), - (11528652096115048447::numeric), (11528652096115048448::numeric)) x(size); - size | pg_size_pretty | pg_size_pretty -----------------------+----------------+---------------- - 10239 | 10239 bytes | -10239 bytes - 10240 | 10 kB | -10 kB - 10485247 | 10239 kB | -10239 kB - 10485248 | 10 MB | -10 MB - 10736893951 | 10239 MB | -10239 MB - 10736893952 | 10 GB | -10 GB - 10994579406847 | 10239 GB | -10239 GB - 10994579406848 | 10 TB | -10 TB - 11258449312612351 | 10239 TB | -10239 TB - 11258449312612352 | 10 PB | -10 PB - 11528652096115048447 | 10239 PB | -10239 PB - 11528652096115048448 | 10240 PB | -10240 PB -(12 rows) - --- Ensure we get the expected results when passing the extremities of bigint -SELECT pg_size_pretty('-9223372036854775808'::bigint), - pg_size_pretty('9223372036854775807'::bigint); - pg_size_pretty | pg_size_pretty -----------------+---------------- - -8192 PB | 8192 PB -(1 row) - --- pg_size_bytes() tests -SELECT size, pg_size_bytes(size) FROM - (VALUES ('1'), ('123bytes'), ('256 B'), ('1kB'), ('1MB'), (' 1 GB'), ('1.5 GB '), - ('1TB'), ('3000 TB'), ('1e6 MB'), ('99 PB')) x(size); - size | pg_size_bytes -----------+-------------------- - 1 | 1 - 123bytes | 123 - 256 B | 256 - 1kB | 1024 - 1MB | 1048576 - 1 GB | 1073741824 - 1.5 GB | 1610612736 - 1TB | 1099511627776 - 3000 TB | 3298534883328000 - 1e6 MB | 1048576000000 - 99 PB | 111464090777419776 -(11 rows) - --- case-insensitive units are supported -SELECT size, pg_size_bytes(size) FROM - (VALUES ('1'), ('123bYteS'), ('1kb'), ('1mb'), (' 1 Gb'), ('1.5 gB '), - ('1tb'), ('3000 tb'), ('1e6 mb'), ('99 pb')) x(size); - size | pg_size_bytes -----------+-------------------- - 1 | 1 - 123bYteS | 123 - 1kb | 1024 - 1mb | 1048576 - 1 Gb | 1073741824 - 1.5 gB | 1610612736 - 1tb | 1099511627776 - 3000 tb | 3298534883328000 - 1e6 mb | 1048576000000 - 99 pb | 111464090777419776 -(10 rows) - --- negative numbers are supported -SELECT size, pg_size_bytes(size) FROM - (VALUES ('-1'), ('-123bytes'), ('-1kb'), ('-1mb'), (' -1 Gb'), ('-1.5 gB '), - ('-1tb'), ('-3000 TB'), ('-10e-1 MB'), ('-99 PB')) x(size); - size | pg_size_bytes ------------+--------------------- - -1 | -1 - -123bytes | -123 - -1kb | -1024 - -1mb | -1048576 - -1 Gb | -1073741824 - -1.5 gB | -1610612736 - -1tb | -1099511627776 - -3000 TB | -3298534883328000 - -10e-1 MB | -1048576 - -99 PB | -111464090777419776 -(10 rows) - --- different cases with allowed points -SELECT size, pg_size_bytes(size) FROM - (VALUES ('-1.'), ('-1.kb'), ('-1. kb'), ('-0. gb'), - ('-.1'), ('-.1kb'), ('-.1 kb'), ('-.0 gb')) x(size); - size | pg_size_bytes ---------+--------------- - -1. | -1 - -1.kb | -1024 - -1. kb | -1024 - -0. gb | 0 - -.1 | 0 - -.1kb | -102 - -.1 kb | -102 - -.0 gb | 0 -(8 rows) - --- invalid inputs -SELECT pg_size_bytes('1 AB'); -ERROR: invalid size: "1 AB" -DETAIL: Invalid size unit: "AB". -HINT: Valid units are "bytes", "B", "kB", "MB", "GB", "TB", and "PB". -SELECT pg_size_bytes('1 AB A'); -ERROR: invalid size: "1 AB A" -DETAIL: Invalid size unit: "AB A". -HINT: Valid units are "bytes", "B", "kB", "MB", "GB", "TB", and "PB". -SELECT pg_size_bytes('1 AB A '); -ERROR: invalid size: "1 AB A " -DETAIL: Invalid size unit: "AB A". -HINT: Valid units are "bytes", "B", "kB", "MB", "GB", "TB", and "PB". -SELECT pg_size_bytes('9223372036854775807.9'); -ERROR: bigint out of range -SELECT pg_size_bytes('1e100'); -ERROR: bigint out of range -SELECT pg_size_bytes('1e1000000000000000000'); -ERROR: value overflows numeric format -SELECT pg_size_bytes('1 byte'); -- the singular "byte" is not supported -ERROR: invalid size: "1 byte" -DETAIL: Invalid size unit: "byte". -HINT: Valid units are "bytes", "B", "kB", "MB", "GB", "TB", and "PB". -SELECT pg_size_bytes(''); -ERROR: invalid size: "" -SELECT pg_size_bytes('kb'); -ERROR: invalid size: "kb" -SELECT pg_size_bytes('..'); -ERROR: invalid size: ".." -SELECT pg_size_bytes('-.'); -ERROR: invalid size: "-." -SELECT pg_size_bytes('-.kb'); -ERROR: invalid size: "-.kb" -SELECT pg_size_bytes('-. kb'); -ERROR: invalid size: "-. kb" -SELECT pg_size_bytes('.+912'); -ERROR: invalid size: ".+912" -SELECT pg_size_bytes('+912+ kB'); -ERROR: invalid size: "+912+ kB" -DETAIL: Invalid size unit: "+ kB". -HINT: Valid units are "bytes", "B", "kB", "MB", "GB", "TB", and "PB". -SELECT pg_size_bytes('++123 kB'); -ERROR: invalid size: "++123 kB" +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/merge.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/merge.out --- /tmp/cirrus-ci-build/src/test/regress/expected/merge.out 2025-05-11 19:30:18.969564000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/merge.out 2025-05-11 19:32:42.374949000 +0000 @@ -1,2792 +1,2 @@ --- --- MERGE --- -CREATE USER regress_merge_privs; -CREATE USER regress_merge_no_privs; -CREATE USER regress_merge_none; -DROP TABLE IF EXISTS target; -NOTICE: table "target" does not exist, skipping -DROP TABLE IF EXISTS source; -NOTICE: table "source" does not exist, skipping -CREATE TABLE target (tid integer, balance integer) - WITH (autovacuum_enabled=off); -CREATE TABLE source (sid integer, delta integer) -- no index - WITH (autovacuum_enabled=off); -INSERT INTO target VALUES (1, 10); -INSERT INTO target VALUES (2, 20); -INSERT INTO target VALUES (3, 30); -SELECT t.ctid is not null as matched, t.*, s.* FROM source s FULL OUTER JOIN target t ON s.sid = t.tid ORDER BY t.tid, s.sid; - matched | tid | balance | sid | delta ----------+-----+---------+-----+------- - t | 1 | 10 | | - t | 2 | 20 | | - t | 3 | 30 | | -(3 rows) - -ALTER TABLE target OWNER TO regress_merge_privs; -ALTER TABLE source OWNER TO regress_merge_privs; -CREATE TABLE target2 (tid integer, balance integer) - WITH (autovacuum_enabled=off); -CREATE TABLE source2 (sid integer, delta integer) - WITH (autovacuum_enabled=off); -ALTER TABLE target2 OWNER TO regress_merge_no_privs; -ALTER TABLE source2 OWNER TO regress_merge_no_privs; -GRANT INSERT ON target TO regress_merge_no_privs; -SET SESSION AUTHORIZATION regress_merge_privs; -EXPLAIN (COSTS OFF) -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - DELETE; - QUERY PLAN ----------------------------------------- - Merge on target t - -> Merge Join - Merge Cond: (t.tid = s.sid) - -> Sort - Sort Key: t.tid - -> Seq Scan on target t - -> Sort - Sort Key: s.sid - -> Seq Scan on source s -(9 rows) - --- --- Errors --- -MERGE INTO target t RANDOMWORD -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE SET balance = 0; -ERROR: syntax error at or near "RANDOMWORD" -LINE 1: MERGE INTO target t RANDOMWORD - ^ --- MATCHED/INSERT error -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - INSERT DEFAULT VALUES; -ERROR: syntax error at or near "INSERT" -LINE 5: INSERT DEFAULT VALUES; - ^ --- NOT MATCHED BY SOURCE/INSERT error -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED BY SOURCE THEN - INSERT DEFAULT VALUES; -ERROR: syntax error at or near "INSERT" -LINE 5: INSERT DEFAULT VALUES; - ^ --- incorrectly specifying INTO target -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT INTO target DEFAULT VALUES; -ERROR: syntax error at or near "INTO" -LINE 5: INSERT INTO target DEFAULT VALUES; - ^ --- Multiple VALUES clause -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT VALUES (1,1), (2,2); -ERROR: syntax error at or near "," -LINE 5: INSERT VALUES (1,1), (2,2); - ^ --- SELECT query for INSERT -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT SELECT (1, 1); -ERROR: syntax error at or near "SELECT" -LINE 5: INSERT SELECT (1, 1); - ^ --- NOT MATCHED/UPDATE -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - UPDATE SET balance = 0; -ERROR: syntax error at or near "UPDATE" -LINE 5: UPDATE SET balance = 0; - ^ --- NOT MATCHED BY TARGET/UPDATE -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED BY TARGET THEN - UPDATE SET balance = 0; -ERROR: syntax error at or near "UPDATE" -LINE 5: UPDATE SET balance = 0; - ^ --- UPDATE tablename -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE target SET balance = 0; -ERROR: syntax error at or near "target" -LINE 5: UPDATE target SET balance = 0; - ^ --- source and target names the same -MERGE INTO target -USING target -ON tid = tid -WHEN MATCHED THEN DO NOTHING; -ERROR: name "target" specified more than once -DETAIL: The name is used both as MERGE target table and data source. --- used in a CTE without RETURNING -WITH foo AS ( - MERGE INTO target USING source ON (true) - WHEN MATCHED THEN DELETE -) SELECT * FROM foo; -ERROR: WITH query "foo" does not have a RETURNING clause -LINE 4: ) SELECT * FROM foo; - ^ --- used in COPY without RETURNING -COPY ( - MERGE INTO target USING source ON (true) - WHEN MATCHED THEN DELETE -) TO stdout; -ERROR: COPY query must have a RETURNING clause --- unsupported relation types --- materialized view -CREATE MATERIALIZED VIEW mv AS SELECT * FROM target; -MERGE INTO mv t -USING source s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT DEFAULT VALUES; -ERROR: cannot execute MERGE on relation "mv" -DETAIL: This operation is not supported for materialized views. -DROP MATERIALIZED VIEW mv; --- permissions -SET SESSION AUTHORIZATION regress_merge_none; -MERGE INTO target -USING (SELECT 1) -ON true -WHEN MATCHED THEN - DO NOTHING; -ERROR: permission denied for table target -SET SESSION AUTHORIZATION regress_merge_privs; -MERGE INTO target -USING source2 -ON target.tid = source2.sid -WHEN MATCHED THEN - UPDATE SET balance = 0; -ERROR: permission denied for table source2 -GRANT INSERT ON target TO regress_merge_no_privs; -SET SESSION AUTHORIZATION regress_merge_no_privs; -MERGE INTO target -USING source2 -ON target.tid = source2.sid -WHEN MATCHED THEN - UPDATE SET balance = 0; -ERROR: permission denied for table target -GRANT UPDATE ON target2 TO regress_merge_privs; -SET SESSION AUTHORIZATION regress_merge_privs; -MERGE INTO target2 -USING source -ON target2.tid = source.sid -WHEN MATCHED THEN - DELETE; -ERROR: permission denied for table target2 -MERGE INTO target2 -USING source -ON target2.tid = source.sid -WHEN NOT MATCHED THEN - INSERT DEFAULT VALUES; -ERROR: permission denied for table target2 --- check if the target can be accessed from source relation subquery; we should --- not be able to do so -MERGE INTO target t -USING (SELECT * FROM source WHERE t.tid > sid) s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT DEFAULT VALUES; -ERROR: invalid reference to FROM-clause entry for table "t" -LINE 2: USING (SELECT * FROM source WHERE t.tid > sid) s - ^ -DETAIL: There is an entry for table "t", but it cannot be referenced from this part of the query. --- --- initial tests --- --- zero rows in source has no effect -MERGE INTO target -USING source -ON target.tid = source.sid -WHEN MATCHED THEN - UPDATE SET balance = 0; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE SET balance = 0; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - DELETE; -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT DEFAULT VALUES; -ROLLBACK; --- insert some non-matching source rows to work from -INSERT INTO source VALUES (4, 40); -SELECT * FROM source ORDER BY sid; - sid | delta ------+------- - 4 | 40 -(1 row) - -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 -(3 rows) - -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - DO NOTHING; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE SET balance = 0; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - DELETE; -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT DEFAULT VALUES; -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 - | -(4 rows) - -ROLLBACK; --- DELETE/INSERT not matched by source/target -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED BY SOURCE THEN - DELETE -WHEN NOT MATCHED BY TARGET THEN - INSERT VALUES (s.sid, s.delta) -RETURNING merge_action(), old, new, t.*; - merge_action | old | new | tid | balance ---------------+--------+--------+-----+--------- - DELETE | (1,10) | | 1 | 10 - DELETE | (2,20) | | 2 | 20 - DELETE | (3,30) | | 3 | 30 - INSERT | | (4,40) | 4 | 40 -(4 rows) - -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 4 | 40 -(1 row) - -ROLLBACK; --- index plans -INSERT INTO target SELECT generate_series(1000,2500), 0; -ALTER TABLE target ADD PRIMARY KEY (tid); -ANALYZE target; -EXPLAIN (COSTS OFF) -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE SET balance = 0; - QUERY PLAN ----------------------------------------- - Merge on target t - -> Hash Join - Hash Cond: (s.sid = t.tid) - -> Seq Scan on source s - -> Hash - -> Seq Scan on target t -(6 rows) - -EXPLAIN (COSTS OFF) -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - DELETE; - QUERY PLAN ----------------------------------------- - Merge on target t - -> Hash Join - Hash Cond: (s.sid = t.tid) - -> Seq Scan on source s - -> Hash - -> Seq Scan on target t -(6 rows) - -EXPLAIN (COSTS OFF) -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT VALUES (4, NULL); - QUERY PLAN ----------------------------------------- - Merge on target t - -> Hash Left Join - Hash Cond: (s.sid = t.tid) - -> Seq Scan on source s - -> Hash - -> Seq Scan on target t -(6 rows) - -DELETE FROM target WHERE tid > 100; -ANALYZE target; --- insert some matching source rows to work from -INSERT INTO source VALUES (2, 5); -INSERT INTO source VALUES (3, 20); -SELECT * FROM source ORDER BY sid; - sid | delta ------+------- - 2 | 5 - 3 | 20 - 4 | 40 -(3 rows) - -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 -(3 rows) - --- equivalent of an UPDATE join -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE SET balance = 0; -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 0 - 3 | 0 -(3 rows) - -ROLLBACK; --- equivalent of a DELETE join -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - DELETE; -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 -(1 row) - -ROLLBACK; -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - DO NOTHING; -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 -(3 rows) - -ROLLBACK; -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT VALUES (4, NULL); -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 - 4 | -(4 rows) - -ROLLBACK; --- duplicate source row causes multiple target row update ERROR -INSERT INTO source VALUES (2, 5); -SELECT * FROM source ORDER BY sid; - sid | delta ------+------- - 2 | 5 - 2 | 5 - 3 | 20 - 4 | 40 -(4 rows) - -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 -(3 rows) - -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE SET balance = 0; -ERROR: MERGE command cannot affect row a second time -HINT: Ensure that not more than one source row matches any one target row. -ROLLBACK; -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - DELETE; -ERROR: MERGE command cannot affect row a second time -HINT: Ensure that not more than one source row matches any one target row. -ROLLBACK; --- remove duplicate MATCHED data from source data -DELETE FROM source WHERE sid = 2; -INSERT INTO source VALUES (2, 5); -SELECT * FROM source ORDER BY sid; - sid | delta ------+------- - 2 | 5 - 3 | 20 - 4 | 40 -(3 rows) - -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 -(3 rows) - --- duplicate source row on INSERT should fail because of target_pkey -INSERT INTO source VALUES (4, 40); -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT VALUES (4, NULL); -ERROR: duplicate key value violates unique constraint "target_pkey" -DETAIL: Key (tid)=(4) already exists. -SELECT * FROM target ORDER BY tid; -ERROR: current transaction is aborted, commands ignored until end of transaction block -ROLLBACK; --- remove duplicate NOT MATCHED data from source data -DELETE FROM source WHERE sid = 4; -INSERT INTO source VALUES (4, 40); -SELECT * FROM source ORDER BY sid; - sid | delta ------+------- - 2 | 5 - 3 | 20 - 4 | 40 -(3 rows) - -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 -(3 rows) - --- remove constraints -alter table target drop CONSTRAINT target_pkey; -alter table target alter column tid drop not null; --- multiple actions -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT VALUES (4, 4) -WHEN MATCHED THEN - UPDATE SET balance = 0; -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 0 - 3 | 0 - 4 | 4 -(4 rows) - -ROLLBACK; --- should be equivalent -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE SET balance = 0 -WHEN NOT MATCHED THEN - INSERT VALUES (4, 4); -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 0 - 3 | 0 - 4 | 4 -(4 rows) - -ROLLBACK; --- column references --- do a simple equivalent of an UPDATE join -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE SET balance = t.balance + s.delta; -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 25 - 3 | 50 -(3 rows) - -ROLLBACK; --- do a simple equivalent of an INSERT SELECT -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT VALUES (s.sid, s.delta); -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 - 4 | 40 -(4 rows) - -ROLLBACK; --- and again with duplicate source rows -INSERT INTO source VALUES (5, 50); -INSERT INTO source VALUES (5, 50); --- do a simple equivalent of an INSERT SELECT -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT VALUES (s.sid, s.delta); -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 - 4 | 40 - 5 | 50 - 5 | 50 -(6 rows) - -ROLLBACK; --- removing duplicate source rows -DELETE FROM source WHERE sid = 5; --- and again with explicitly identified column list -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT (tid, balance) VALUES (s.sid, s.delta); -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 - 4 | 40 -(4 rows) - -ROLLBACK; --- and again with a subtle error: referring to non-existent target row for NOT MATCHED -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT (tid, balance) VALUES (t.tid, s.delta); -ERROR: invalid reference to FROM-clause entry for table "t" -LINE 5: INSERT (tid, balance) VALUES (t.tid, s.delta); - ^ -DETAIL: There is an entry for table "t", but it cannot be referenced from this part of the query. --- and again with a constant ON clause -BEGIN; -MERGE INTO target t -USING source AS s -ON (SELECT true) -WHEN NOT MATCHED THEN - INSERT (tid, balance) VALUES (t.tid, s.delta); -ERROR: invalid reference to FROM-clause entry for table "t" -LINE 5: INSERT (tid, balance) VALUES (t.tid, s.delta); - ^ -DETAIL: There is an entry for table "t", but it cannot be referenced from this part of the query. -SELECT * FROM target ORDER BY tid; -ERROR: current transaction is aborted, commands ignored until end of transaction block -ROLLBACK; --- now the classic UPSERT -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE SET balance = t.balance + s.delta -WHEN NOT MATCHED THEN - INSERT VALUES (s.sid, s.delta); -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 25 - 3 | 50 - 4 | 40 -(4 rows) - -ROLLBACK; --- unreachable WHEN clause should ERROR -BEGIN; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED THEN /* Terminal WHEN clause for MATCHED */ - DELETE -WHEN MATCHED THEN - UPDATE SET balance = t.balance - s.delta; -ERROR: unreachable WHEN clause specified after unconditional WHEN clause -ROLLBACK; --- conditional WHEN clause -CREATE TABLE wq_target (tid integer not null, balance integer DEFAULT -1) - WITH (autovacuum_enabled=off); -CREATE TABLE wq_source (balance integer, sid integer) - WITH (autovacuum_enabled=off); -INSERT INTO wq_source (sid, balance) VALUES (1, 100); -BEGIN; --- try a simple INSERT with default values first -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT (tid) VALUES (s.sid); -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | -1 -(1 row) - -ROLLBACK; --- this time with a FALSE condition -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN NOT MATCHED AND FALSE THEN - INSERT (tid) VALUES (s.sid); -SELECT * FROM wq_target; - tid | balance ------+--------- -(0 rows) - --- this time with an actual condition which returns false -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN NOT MATCHED AND s.balance <> 100 THEN - INSERT (tid) VALUES (s.sid); -SELECT * FROM wq_target; - tid | balance ------+--------- -(0 rows) - -BEGIN; --- and now with a condition which returns true -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN NOT MATCHED AND s.balance = 100 THEN - INSERT (tid) VALUES (s.sid); -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | -1 -(1 row) - -ROLLBACK; --- conditions in the NOT MATCHED clause can only refer to source columns -BEGIN; -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN NOT MATCHED AND t.balance = 100 THEN - INSERT (tid) VALUES (s.sid); -ERROR: invalid reference to FROM-clause entry for table "t" -LINE 3: WHEN NOT MATCHED AND t.balance = 100 THEN - ^ -DETAIL: There is an entry for table "t", but it cannot be referenced from this part of the query. -SELECT * FROM wq_target; -ERROR: current transaction is aborted, commands ignored until end of transaction block -ROLLBACK; -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN NOT MATCHED AND s.balance = 100 THEN - INSERT (tid) VALUES (s.sid); -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | -1 -(1 row) - --- conditions in NOT MATCHED BY SOURCE clause can only refer to target columns -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN NOT MATCHED BY SOURCE AND s.balance = 100 THEN - DELETE; -ERROR: invalid reference to FROM-clause entry for table "s" -LINE 3: WHEN NOT MATCHED BY SOURCE AND s.balance = 100 THEN - ^ -DETAIL: There is an entry for table "s", but it cannot be referenced from this part of the query. -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN NOT MATCHED BY SOURCE AND t.balance = 100 THEN - DELETE; --- conditions in MATCHED clause can refer to both source and target -SELECT * FROM wq_source; - balance | sid ----------+----- - 100 | 1 -(1 row) - -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN MATCHED AND s.balance = 100 THEN - UPDATE SET balance = t.balance + s.balance; -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | 99 -(1 row) - -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN MATCHED AND t.balance = 100 THEN - UPDATE SET balance = t.balance + s.balance; -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | 99 -(1 row) - --- check if AND works -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN MATCHED AND t.balance = 99 AND s.balance > 100 THEN - UPDATE SET balance = t.balance + s.balance; -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | 99 -(1 row) - -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN MATCHED AND t.balance = 99 AND s.balance = 100 THEN - UPDATE SET balance = t.balance + s.balance; -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | 199 -(1 row) - --- check if OR works -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN MATCHED AND t.balance = 99 OR s.balance > 100 THEN - UPDATE SET balance = t.balance + s.balance; -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | 199 -(1 row) - -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN MATCHED AND t.balance = 199 OR s.balance > 100 THEN - UPDATE SET balance = t.balance + s.balance; -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | 299 -(1 row) - --- check source-side whole-row references -BEGIN; -MERGE INTO wq_target t -USING wq_source s ON (t.tid = s.sid) -WHEN matched and t = s or t.tid = s.sid THEN - UPDATE SET balance = t.balance + s.balance; -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | 399 -(1 row) - -ROLLBACK; --- check if subqueries work in the conditions? -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN MATCHED AND t.balance > (SELECT max(balance) FROM target) THEN - UPDATE SET balance = t.balance + s.balance; --- check if we can access system columns in the conditions -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN MATCHED AND t.xmin = t.xmax THEN - UPDATE SET balance = t.balance + s.balance; -ERROR: cannot use system column "xmin" in MERGE WHEN condition -LINE 3: WHEN MATCHED AND t.xmin = t.xmax THEN - ^ -MERGE INTO wq_target t -USING wq_source s ON t.tid = s.sid -WHEN MATCHED AND t.tableoid >= 0 THEN - UPDATE SET balance = t.balance + s.balance; -SELECT * FROM wq_target; - tid | balance ------+--------- - 1 | 499 -(1 row) - -DROP TABLE wq_target, wq_source; --- test triggers -create or replace function merge_trigfunc () returns trigger -language plpgsql as -$$ -DECLARE - line text; -BEGIN - SELECT INTO line format('%s %s %s trigger%s', - TG_WHEN, TG_OP, TG_LEVEL, CASE - WHEN TG_OP = 'INSERT' AND TG_LEVEL = 'ROW' - THEN format(' row: %s', NEW) - WHEN TG_OP = 'UPDATE' AND TG_LEVEL = 'ROW' - THEN format(' row: %s -> %s', OLD, NEW) - WHEN TG_OP = 'DELETE' AND TG_LEVEL = 'ROW' - THEN format(' row: %s', OLD) - END); - - RAISE NOTICE '%', line; - IF (TG_WHEN = 'BEFORE' AND TG_LEVEL = 'ROW') THEN - IF (TG_OP = 'DELETE') THEN - RETURN OLD; - ELSE - RETURN NEW; - END IF; - ELSE - RETURN NULL; - END IF; -END; -$$; -CREATE TRIGGER merge_bsi BEFORE INSERT ON target FOR EACH STATEMENT EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_bsu BEFORE UPDATE ON target FOR EACH STATEMENT EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_bsd BEFORE DELETE ON target FOR EACH STATEMENT EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_asi AFTER INSERT ON target FOR EACH STATEMENT EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_asu AFTER UPDATE ON target FOR EACH STATEMENT EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_asd AFTER DELETE ON target FOR EACH STATEMENT EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_bri BEFORE INSERT ON target FOR EACH ROW EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_bru BEFORE UPDATE ON target FOR EACH ROW EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_brd BEFORE DELETE ON target FOR EACH ROW EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_ari AFTER INSERT ON target FOR EACH ROW EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_aru AFTER UPDATE ON target FOR EACH ROW EXECUTE PROCEDURE merge_trigfunc (); -CREATE TRIGGER merge_ard AFTER DELETE ON target FOR EACH ROW EXECUTE PROCEDURE merge_trigfunc (); --- now the classic UPSERT, with a DELETE -BEGIN; -UPDATE target SET balance = 0 WHERE tid = 3; -NOTICE: BEFORE UPDATE STATEMENT trigger -NOTICE: BEFORE UPDATE ROW trigger row: (3,30) -> (3,0) -NOTICE: AFTER UPDATE ROW trigger row: (3,30) -> (3,0) -NOTICE: AFTER UPDATE STATEMENT trigger ---EXPLAIN (ANALYZE ON, COSTS OFF, SUMMARY OFF, TIMING OFF) -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED AND t.balance > s.delta THEN - UPDATE SET balance = t.balance - s.delta -WHEN MATCHED THEN - DELETE -WHEN NOT MATCHED THEN - INSERT VALUES (s.sid, s.delta); -NOTICE: BEFORE INSERT STATEMENT trigger -NOTICE: BEFORE UPDATE STATEMENT trigger -NOTICE: BEFORE DELETE STATEMENT trigger -NOTICE: BEFORE DELETE ROW trigger row: (3,0) -NOTICE: BEFORE UPDATE ROW trigger row: (2,20) -> (2,15) -NOTICE: BEFORE INSERT ROW trigger row: (4,40) -NOTICE: AFTER DELETE ROW trigger row: (3,0) -NOTICE: AFTER UPDATE ROW trigger row: (2,20) -> (2,15) -NOTICE: AFTER INSERT ROW trigger row: (4,40) -NOTICE: AFTER DELETE STATEMENT trigger -NOTICE: AFTER UPDATE STATEMENT trigger -NOTICE: AFTER INSERT STATEMENT trigger -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 15 - 4 | 40 -(3 rows) - -ROLLBACK; --- UPSERT with UPDATE/DELETE when not matched by source -BEGIN; -DELETE FROM SOURCE WHERE sid = 2; -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED AND t.balance > s.delta THEN - UPDATE SET balance = t.balance - s.delta -WHEN MATCHED THEN - UPDATE SET balance = 0 -WHEN NOT MATCHED THEN - INSERT VALUES (s.sid, s.delta) -WHEN NOT MATCHED BY SOURCE AND tid = 1 THEN - UPDATE SET balance = 0 -WHEN NOT MATCHED BY SOURCE THEN - DELETE -RETURNING merge_action(), old, new, t.*; -NOTICE: BEFORE INSERT STATEMENT trigger -NOTICE: BEFORE UPDATE STATEMENT trigger -NOTICE: BEFORE DELETE STATEMENT trigger -NOTICE: BEFORE UPDATE ROW trigger row: (3,30) -> (3,10) -NOTICE: BEFORE INSERT ROW trigger row: (4,40) -NOTICE: BEFORE DELETE ROW trigger row: (2,20) -NOTICE: BEFORE UPDATE ROW trigger row: (1,10) -> (1,0) -NOTICE: AFTER UPDATE ROW trigger row: (3,30) -> (3,10) -NOTICE: AFTER INSERT ROW trigger row: (4,40) -NOTICE: AFTER DELETE ROW trigger row: (2,20) -NOTICE: AFTER UPDATE ROW trigger row: (1,10) -> (1,0) -NOTICE: AFTER DELETE STATEMENT trigger -NOTICE: AFTER UPDATE STATEMENT trigger -NOTICE: AFTER INSERT STATEMENT trigger - merge_action | old | new | tid | balance ---------------+--------+--------+-----+--------- - UPDATE | (3,30) | (3,10) | 3 | 10 - INSERT | | (4,40) | 4 | 40 - DELETE | (2,20) | | 2 | 20 - UPDATE | (1,10) | (1,0) | 1 | 0 -(4 rows) - -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 0 - 3 | 10 - 4 | 40 -(3 rows) - -ROLLBACK; --- Test behavior of triggers that turn UPDATE/DELETE into no-ops -create or replace function skip_merge_op() returns trigger -language plpgsql as -$$ -BEGIN - RETURN NULL; -END; -$$; -SELECT * FROM target full outer join source on (sid = tid); - tid | balance | sid | delta ------+---------+-----+------- - 3 | 30 | 3 | 20 - 2 | 20 | 2 | 5 - | | 4 | 40 - 1 | 10 | | -(4 rows) - -create trigger merge_skip BEFORE INSERT OR UPDATE or DELETE - ON target FOR EACH ROW EXECUTE FUNCTION skip_merge_op(); -DO $$ -DECLARE - result integer; -BEGIN -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED AND s.sid = 3 THEN UPDATE SET balance = t.balance + s.delta -WHEN MATCHED THEN DELETE -WHEN NOT MATCHED THEN INSERT VALUES (sid, delta); -IF FOUND THEN - RAISE NOTICE 'Found'; -ELSE - RAISE NOTICE 'Not found'; -END IF; -GET DIAGNOSTICS result := ROW_COUNT; -RAISE NOTICE 'ROW_COUNT = %', result; -END; -$$; -NOTICE: BEFORE INSERT STATEMENT trigger -NOTICE: BEFORE UPDATE STATEMENT trigger -NOTICE: BEFORE DELETE STATEMENT trigger -NOTICE: BEFORE UPDATE ROW trigger row: (3,30) -> (3,50) -NOTICE: BEFORE DELETE ROW trigger row: (2,20) -NOTICE: BEFORE INSERT ROW trigger row: (4,40) -NOTICE: AFTER DELETE STATEMENT trigger -NOTICE: AFTER UPDATE STATEMENT trigger -NOTICE: AFTER INSERT STATEMENT trigger -NOTICE: Not found -NOTICE: ROW_COUNT = 0 -SELECT * FROM target FULL OUTER JOIN source ON (sid = tid); - tid | balance | sid | delta ------+---------+-----+------- - 3 | 30 | 3 | 20 - 2 | 20 | 2 | 5 - | | 4 | 40 - 1 | 10 | | -(4 rows) - -DROP TRIGGER merge_skip ON target; -DROP FUNCTION skip_merge_op(); --- test from PL/pgSQL --- make sure MERGE INTO isn't interpreted to mean returning variables like SELECT INTO -BEGIN; -DO LANGUAGE plpgsql $$ -BEGIN -MERGE INTO target t -USING source AS s -ON t.tid = s.sid -WHEN MATCHED AND t.balance > s.delta THEN - UPDATE SET balance = t.balance - s.delta; -END; -$$; -NOTICE: BEFORE UPDATE STATEMENT trigger -NOTICE: BEFORE UPDATE ROW trigger row: (3,30) -> (3,10) -NOTICE: BEFORE UPDATE ROW trigger row: (2,20) -> (2,15) -NOTICE: AFTER UPDATE ROW trigger row: (3,30) -> (3,10) -NOTICE: AFTER UPDATE ROW trigger row: (2,20) -> (2,15) -NOTICE: AFTER UPDATE STATEMENT trigger -ROLLBACK; ---source constants -BEGIN; -MERGE INTO target t -USING (SELECT 9 AS sid, 57 AS delta) AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT (tid, balance) VALUES (s.sid, s.delta); -NOTICE: BEFORE INSERT STATEMENT trigger -NOTICE: BEFORE INSERT ROW trigger row: (9,57) -NOTICE: AFTER INSERT ROW trigger row: (9,57) -NOTICE: AFTER INSERT STATEMENT trigger -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 - 9 | 57 -(4 rows) - -ROLLBACK; ---source query -BEGIN; -MERGE INTO target t -USING (SELECT sid, delta FROM source WHERE delta > 0) AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT (tid, balance) VALUES (s.sid, s.delta); -NOTICE: BEFORE INSERT STATEMENT trigger -NOTICE: BEFORE INSERT ROW trigger row: (4,40) -NOTICE: AFTER INSERT ROW trigger row: (4,40) -NOTICE: AFTER INSERT STATEMENT trigger -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 - 4 | 40 -(4 rows) - -ROLLBACK; -BEGIN; -MERGE INTO target t -USING (SELECT sid, delta as newname FROM source WHERE delta > 0) AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT (tid, balance) VALUES (s.sid, s.newname); -NOTICE: BEFORE INSERT STATEMENT trigger -NOTICE: BEFORE INSERT ROW trigger row: (4,40) -NOTICE: AFTER INSERT ROW trigger row: (4,40) -NOTICE: AFTER INSERT STATEMENT trigger -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 - 4 | 40 -(4 rows) - -ROLLBACK; ---self-merge -BEGIN; -MERGE INTO target t1 -USING target t2 -ON t1.tid = t2.tid -WHEN MATCHED THEN - UPDATE SET balance = t1.balance + t2.balance -WHEN NOT MATCHED THEN - INSERT VALUES (t2.tid, t2.balance); -NOTICE: BEFORE INSERT STATEMENT trigger -NOTICE: BEFORE UPDATE STATEMENT trigger -NOTICE: BEFORE UPDATE ROW trigger row: (1,10) -> (1,20) -NOTICE: BEFORE UPDATE ROW trigger row: (2,20) -> (2,40) -NOTICE: BEFORE UPDATE ROW trigger row: (3,30) -> (3,60) -NOTICE: AFTER UPDATE ROW trigger row: (1,10) -> (1,20) -NOTICE: AFTER UPDATE ROW trigger row: (2,20) -> (2,40) -NOTICE: AFTER UPDATE ROW trigger row: (3,30) -> (3,60) -NOTICE: AFTER UPDATE STATEMENT trigger -NOTICE: AFTER INSERT STATEMENT trigger -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 20 - 2 | 40 - 3 | 60 -(3 rows) - -ROLLBACK; -BEGIN; -MERGE INTO target t -USING (SELECT tid as sid, balance as delta FROM target WHERE balance > 0) AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT (tid, balance) VALUES (s.sid, s.delta); -NOTICE: BEFORE INSERT STATEMENT trigger -NOTICE: AFTER INSERT STATEMENT trigger -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 -(3 rows) - -ROLLBACK; -BEGIN; -MERGE INTO target t -USING -(SELECT sid, max(delta) AS delta - FROM source - GROUP BY sid - HAVING count(*) = 1 - ORDER BY sid ASC) AS s -ON t.tid = s.sid -WHEN NOT MATCHED THEN - INSERT (tid, balance) VALUES (s.sid, s.delta); -NOTICE: BEFORE INSERT STATEMENT trigger -NOTICE: BEFORE INSERT ROW trigger row: (4,40) -NOTICE: AFTER INSERT ROW trigger row: (4,40) -NOTICE: AFTER INSERT STATEMENT trigger -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 30 - 4 | 40 -(4 rows) - -ROLLBACK; --- plpgsql parameters and results -BEGIN; -CREATE FUNCTION merge_func (p_id integer, p_bal integer) -RETURNS INTEGER -LANGUAGE plpgsql -AS $$ -DECLARE - result integer; -BEGIN -MERGE INTO target t -USING (SELECT p_id AS sid) AS s -ON t.tid = s.sid -WHEN MATCHED THEN - UPDATE SET balance = t.balance - p_bal; -IF FOUND THEN - GET DIAGNOSTICS result := ROW_COUNT; -END IF; -RETURN result; -END; -$$; -SELECT merge_func(3, 4); -NOTICE: BEFORE UPDATE STATEMENT trigger -NOTICE: BEFORE UPDATE ROW trigger row: (3,30) -> (3,26) -NOTICE: AFTER UPDATE ROW trigger row: (3,30) -> (3,26) -NOTICE: AFTER UPDATE STATEMENT trigger - merge_func ------------- - 1 -(1 row) - -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 10 - 2 | 20 - 3 | 26 -(3 rows) - -ROLLBACK; --- PREPARE -BEGIN; -prepare foom as merge into target t using (select 1 as sid) s on (t.tid = s.sid) when matched then update set balance = 1; -execute foom; -NOTICE: BEFORE UPDATE STATEMENT trigger -NOTICE: BEFORE UPDATE ROW trigger row: (1,10) -> (1,1) -NOTICE: AFTER UPDATE ROW trigger row: (1,10) -> (1,1) -NOTICE: AFTER UPDATE STATEMENT trigger -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 1 - 2 | 20 - 3 | 30 -(3 rows) - -ROLLBACK; -BEGIN; -PREPARE foom2 (integer, integer) AS -MERGE INTO target t -USING (SELECT 1) s -ON t.tid = $1 -WHEN MATCHED THEN -UPDATE SET balance = $2; ---EXPLAIN (ANALYZE ON, COSTS OFF, SUMMARY OFF, TIMING OFF) -execute foom2 (1, 1); -NOTICE: BEFORE UPDATE STATEMENT trigger -NOTICE: BEFORE UPDATE ROW trigger row: (1,10) -> (1,1) -NOTICE: AFTER UPDATE ROW trigger row: (1,10) -> (1,1) -NOTICE: AFTER UPDATE STATEMENT trigger -SELECT * FROM target ORDER BY tid; - tid | balance ------+--------- - 1 | 1 - 2 | 20 - 3 | 30 -(3 rows) - -ROLLBACK; --- subqueries in source relation -CREATE TABLE sq_target (tid integer NOT NULL, balance integer) - WITH (autovacuum_enabled=off); -CREATE TABLE sq_source (delta integer, sid integer, balance integer DEFAULT 0) - WITH (autovacuum_enabled=off); -INSERT INTO sq_target(tid, balance) VALUES (1,100), (2,200), (3,300); -INSERT INTO sq_source(sid, delta) VALUES (1,10), (2,20), (4,40); -BEGIN; -MERGE INTO sq_target t -USING (SELECT * FROM sq_source) s -ON tid = sid -WHEN MATCHED AND t.balance > delta THEN - UPDATE SET balance = t.balance + delta; -SELECT * FROM sq_target; - tid | balance ------+--------- - 3 | 300 - 1 | 110 - 2 | 220 -(3 rows) - -ROLLBACK; --- try a view -CREATE VIEW v AS SELECT * FROM sq_source WHERE sid < 2; -BEGIN; -MERGE INTO sq_target -USING v -ON tid = sid -WHEN MATCHED THEN - UPDATE SET balance = v.balance + delta; -SELECT * FROM sq_target; - tid | balance ------+--------- - 2 | 200 - 3 | 300 - 1 | 10 -(3 rows) - -ROLLBACK; --- ambiguous reference to a column -BEGIN; -MERGE INTO sq_target -USING v -ON tid = sid -WHEN MATCHED AND tid >= 2 THEN - UPDATE SET balance = balance + delta -WHEN NOT MATCHED THEN - INSERT (balance, tid) VALUES (balance + delta, sid) -WHEN MATCHED AND tid < 2 THEN - DELETE; -ERROR: column reference "balance" is ambiguous -LINE 5: UPDATE SET balance = balance + delta - ^ -ROLLBACK; -BEGIN; -INSERT INTO sq_source (sid, balance, delta) VALUES (-1, -1, -10); -MERGE INTO sq_target t -USING v -ON tid = sid -WHEN MATCHED AND tid >= 2 THEN - UPDATE SET balance = t.balance + delta -WHEN NOT MATCHED THEN - INSERT (balance, tid) VALUES (balance + delta, sid) -WHEN MATCHED AND tid < 2 THEN - DELETE; -SELECT * FROM sq_target; - tid | balance ------+--------- - 2 | 200 - 3 | 300 - -1 | -11 -(3 rows) - -ROLLBACK; --- CTEs -BEGIN; -INSERT INTO sq_source (sid, balance, delta) VALUES (-1, -1, -10); -WITH targq AS ( - SELECT * FROM v -) -MERGE INTO sq_target t -USING v -ON tid = sid -WHEN MATCHED AND tid >= 2 THEN - UPDATE SET balance = t.balance + delta -WHEN NOT MATCHED THEN - INSERT (balance, tid) VALUES (balance + delta, sid) -WHEN MATCHED AND tid < 2 THEN - DELETE; -ROLLBACK; --- RETURNING -SELECT * FROM sq_source ORDER BY sid; - delta | sid | balance --------+-----+--------- - 10 | 1 | 0 - 20 | 2 | 0 - 40 | 4 | 0 -(3 rows) - -SELECT * FROM sq_target ORDER BY tid; - tid | balance ------+--------- - 1 | 100 - 2 | 200 - 3 | 300 -(3 rows) - -BEGIN; -CREATE TABLE merge_actions(action text, abbrev text); -INSERT INTO merge_actions VALUES ('INSERT', 'ins'), ('UPDATE', 'upd'), ('DELETE', 'del'); -MERGE INTO sq_target t -USING sq_source s -ON tid = sid -WHEN MATCHED AND tid >= 2 THEN - UPDATE SET balance = t.balance + delta -WHEN NOT MATCHED THEN - INSERT (balance, tid) VALUES (balance + delta, sid) -WHEN MATCHED AND tid < 2 THEN - DELETE -RETURNING (SELECT abbrev FROM merge_actions - WHERE action = merge_action()) AS action, - old.tid AS old_tid, old.balance AS old_balance, - new.tid AS new_tid, new.balance AS new_balance, - (SELECT new.balance - old.balance AS delta_balance), t.*, - CASE merge_action() - WHEN 'INSERT' THEN 'Inserted '||t - WHEN 'UPDATE' THEN 'Added '||delta||' to balance' - WHEN 'DELETE' THEN 'Removed '||t - END AS description; - action | old_tid | old_balance | new_tid | new_balance | delta_balance | tid | balance | description ---------+---------+-------------+---------+-------------+---------------+-----+---------+--------------------- - del | 1 | 100 | | | | 1 | 100 | Removed (1,100) - upd | 2 | 200 | 2 | 220 | 20 | 2 | 220 | Added 20 to balance - ins | | | 4 | 40 | | 4 | 40 | Inserted (4,40) -(3 rows) - -ROLLBACK; --- error when using merge_action() outside MERGE -SELECT merge_action() FROM sq_target; -ERROR: MERGE_ACTION() can only be used in the RETURNING list of a MERGE command -LINE 1: SELECT merge_action() FROM sq_target; - ^ -UPDATE sq_target SET balance = balance + 1 RETURNING merge_action(); -ERROR: MERGE_ACTION() can only be used in the RETURNING list of a MERGE command -LINE 1: ...ATE sq_target SET balance = balance + 1 RETURNING merge_acti... - ^ --- RETURNING in CTEs -CREATE TABLE sq_target_merge_log (tid integer NOT NULL, last_change text); -INSERT INTO sq_target_merge_log VALUES (1, 'Original value'); -BEGIN; -WITH m AS ( - MERGE INTO sq_target t - USING sq_source s - ON tid = sid - WHEN MATCHED AND tid >= 2 THEN - UPDATE SET balance = t.balance + delta - WHEN NOT MATCHED THEN - INSERT (balance, tid) VALUES (balance + delta, sid) - WHEN MATCHED AND tid < 2 THEN - DELETE - RETURNING merge_action() AS action, old AS old_data, new AS new_data, t.*, - CASE merge_action() - WHEN 'INSERT' THEN 'Inserted '||t - WHEN 'UPDATE' THEN 'Added '||delta||' to balance' - WHEN 'DELETE' THEN 'Removed '||t - END AS description -), m2 AS ( - MERGE INTO sq_target_merge_log l - USING m - ON l.tid = m.tid - WHEN MATCHED THEN - UPDATE SET last_change = description - WHEN NOT MATCHED THEN - INSERT VALUES (m.tid, description) - RETURNING m.*, merge_action() AS log_action, old AS old_log, new AS new_log, l.* -) -SELECT * FROM m2; - action | old_data | new_data | tid | balance | description | log_action | old_log | new_log | tid | last_change ---------+----------+----------+-----+---------+---------------------+------------+----------------------+---------------------------+-----+--------------------- - DELETE | (1,100) | | 1 | 100 | Removed (1,100) | UPDATE | (1,"Original value") | (1,"Removed (1,100)") | 1 | Removed (1,100) - UPDATE | (2,200) | (2,220) | 2 | 220 | Added 20 to balance | INSERT | | (2,"Added 20 to balance") | 2 | Added 20 to balance - INSERT | | (4,40) | 4 | 40 | Inserted (4,40) | INSERT | | (4,"Inserted (4,40)") | 4 | Inserted (4,40) -(3 rows) - -SELECT * FROM sq_target_merge_log ORDER BY tid; - tid | last_change ------+--------------------- - 1 | Removed (1,100) - 2 | Added 20 to balance - 4 | Inserted (4,40) -(3 rows) - -ROLLBACK; --- COPY (MERGE ... RETURNING) TO ... -BEGIN; -COPY ( - MERGE INTO sq_target t - USING sq_source s - ON tid = sid - WHEN MATCHED AND tid >= 2 THEN - UPDATE SET balance = t.balance + delta - WHEN NOT MATCHED THEN - INSERT (balance, tid) VALUES (balance + delta, sid) - WHEN MATCHED AND tid < 2 THEN - DELETE - RETURNING merge_action(), old.*, new.* -) TO stdout; -DELETE 1 100 \N \N -UPDATE 2 200 2 220 -INSERT \N \N 4 40 -ROLLBACK; --- SQL function with MERGE ... RETURNING -BEGIN; -CREATE FUNCTION merge_into_sq_target(sid int, balance int, delta int, - OUT action text, OUT tid int, OUT new_balance int) -LANGUAGE sql AS -$$ - MERGE INTO sq_target t - USING (VALUES ($1, $2, $3)) AS v(sid, balance, delta) - ON tid = v.sid - WHEN MATCHED AND tid >= 2 THEN - UPDATE SET balance = t.balance + v.delta - WHEN NOT MATCHED THEN - INSERT (balance, tid) VALUES (v.balance + v.delta, v.sid) - WHEN MATCHED AND tid < 2 THEN - DELETE - RETURNING merge_action(), t.*; -$$; -SELECT m.* -FROM (VALUES (1, 0, 0), (3, 0, 20), (4, 100, 10)) AS v(sid, balance, delta), -LATERAL (SELECT action, tid, new_balance FROM merge_into_sq_target(sid, balance, delta)) m; - action | tid | new_balance ---------+-----+------------- - DELETE | 1 | 100 - UPDATE | 3 | 320 - INSERT | 4 | 110 -(3 rows) - -ROLLBACK; --- SQL SRF with MERGE ... RETURNING -BEGIN; -CREATE FUNCTION merge_sq_source_into_sq_target() -RETURNS TABLE (action text, tid int, balance int) -LANGUAGE sql AS -$$ - MERGE INTO sq_target t - USING sq_source s - ON tid = sid - WHEN MATCHED AND tid >= 2 THEN - UPDATE SET balance = t.balance + delta - WHEN NOT MATCHED THEN - INSERT (balance, tid) VALUES (balance + delta, sid) - WHEN MATCHED AND tid < 2 THEN - DELETE - RETURNING merge_action(), t.*; -$$; -SELECT * FROM merge_sq_source_into_sq_target(); - action | tid | balance ---------+-----+--------- - DELETE | 1 | 100 - UPDATE | 2 | 220 - INSERT | 4 | 40 -(3 rows) - -ROLLBACK; --- PL/pgSQL function with MERGE ... RETURNING ... INTO -BEGIN; -CREATE FUNCTION merge_into_sq_target(sid int, balance int, delta int, - OUT r_action text, OUT r_tid int, OUT r_balance int) -LANGUAGE plpgsql AS -$$ -BEGIN - MERGE INTO sq_target t - USING (VALUES ($1, $2, $3)) AS v(sid, balance, delta) - ON tid = v.sid - WHEN MATCHED AND tid >= 2 THEN - UPDATE SET balance = t.balance + v.delta - WHEN NOT MATCHED THEN - INSERT (balance, tid) VALUES (v.balance + v.delta, v.sid) - WHEN MATCHED AND tid < 2 THEN - DELETE - RETURNING merge_action(), t.* INTO r_action, r_tid, r_balance; -END; -$$; -SELECT m.* -FROM (VALUES (1, 0, 0), (3, 0, 20), (4, 100, 10)) AS v(sid, balance, delta), -LATERAL (SELECT r_action, r_tid, r_balance FROM merge_into_sq_target(sid, balance, delta)) m; - r_action | r_tid | r_balance -----------+-------+----------- - DELETE | 1 | 100 - UPDATE | 3 | 320 - INSERT | 4 | 110 -(3 rows) - -ROLLBACK; --- EXPLAIN -CREATE TABLE ex_mtarget (a int, b int) - WITH (autovacuum_enabled=off); -CREATE TABLE ex_msource (a int, b int) - WITH (autovacuum_enabled=off); -INSERT INTO ex_mtarget SELECT i, i*10 FROM generate_series(1,100,2) i; -INSERT INTO ex_msource SELECT i, i*10 FROM generate_series(1,100,1) i; -CREATE FUNCTION explain_merge(query text) RETURNS SETOF text -LANGUAGE plpgsql AS -$$ -DECLARE ln text; -BEGIN - FOR ln IN - EXECUTE 'explain (analyze, timing off, summary off, costs off, buffers off) ' || - query - LOOP - ln := regexp_replace(ln, '(Memory( Usage)?|Buckets|Batches): \S*', '\1: xxx', 'g'); - RETURN NEXT ln; - END LOOP; -END; -$$; --- only updates -SELECT explain_merge(' -MERGE INTO ex_mtarget t USING ex_msource s ON t.a = s.a -WHEN MATCHED THEN - UPDATE SET b = t.b + 1'); - explain_merge -------------------------------------------------------------------------- - Merge on ex_mtarget t (actual rows=0.00 loops=1) - Tuples: updated=50 - -> Merge Join (actual rows=50.00 loops=1) - Merge Cond: (t.a = s.a) - -> Sort (actual rows=50.00 loops=1) - Sort Key: t.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_mtarget t (actual rows=50.00 loops=1) - -> Sort (actual rows=100.00 loops=1) - Sort Key: s.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_msource s (actual rows=100.00 loops=1) -(12 rows) - --- only updates to selected tuples -SELECT explain_merge(' -MERGE INTO ex_mtarget t USING ex_msource s ON t.a = s.a -WHEN MATCHED AND t.a < 10 THEN - UPDATE SET b = t.b + 1'); - explain_merge -------------------------------------------------------------------------- - Merge on ex_mtarget t (actual rows=0.00 loops=1) - Tuples: updated=5 skipped=45 - -> Merge Join (actual rows=50.00 loops=1) - Merge Cond: (t.a = s.a) - -> Sort (actual rows=50.00 loops=1) - Sort Key: t.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_mtarget t (actual rows=50.00 loops=1) - -> Sort (actual rows=100.00 loops=1) - Sort Key: s.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_msource s (actual rows=100.00 loops=1) -(12 rows) - --- updates + deletes -SELECT explain_merge(' -MERGE INTO ex_mtarget t USING ex_msource s ON t.a = s.a -WHEN MATCHED AND t.a < 10 THEN - UPDATE SET b = t.b + 1 -WHEN MATCHED AND t.a >= 10 AND t.a <= 20 THEN - DELETE'); - explain_merge -------------------------------------------------------------------------- - Merge on ex_mtarget t (actual rows=0.00 loops=1) - Tuples: updated=5 deleted=5 skipped=40 - -> Merge Join (actual rows=50.00 loops=1) - Merge Cond: (t.a = s.a) - -> Sort (actual rows=50.00 loops=1) - Sort Key: t.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_mtarget t (actual rows=50.00 loops=1) - -> Sort (actual rows=100.00 loops=1) - Sort Key: s.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_msource s (actual rows=100.00 loops=1) -(12 rows) - --- only inserts -SELECT explain_merge(' -MERGE INTO ex_mtarget t USING ex_msource s ON t.a = s.a -WHEN NOT MATCHED AND s.a < 10 THEN - INSERT VALUES (a, b)'); - explain_merge -------------------------------------------------------------------------- - Merge on ex_mtarget t (actual rows=0.00 loops=1) - Tuples: inserted=4 skipped=96 - -> Merge Left Join (actual rows=100.00 loops=1) - Merge Cond: (s.a = t.a) - -> Sort (actual rows=100.00 loops=1) - Sort Key: s.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_msource s (actual rows=100.00 loops=1) - -> Sort (actual rows=45.00 loops=1) - Sort Key: t.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_mtarget t (actual rows=45.00 loops=1) -(12 rows) - --- all three -SELECT explain_merge(' -MERGE INTO ex_mtarget t USING ex_msource s ON t.a = s.a -WHEN MATCHED AND t.a < 10 THEN - UPDATE SET b = t.b + 1 -WHEN MATCHED AND t.a >= 30 AND t.a <= 40 THEN - DELETE -WHEN NOT MATCHED AND s.a < 20 THEN - INSERT VALUES (a, b)'); - explain_merge -------------------------------------------------------------------------- - Merge on ex_mtarget t (actual rows=0.00 loops=1) - Tuples: inserted=10 updated=9 deleted=5 skipped=76 - -> Merge Left Join (actual rows=100.00 loops=1) - Merge Cond: (s.a = t.a) - -> Sort (actual rows=100.00 loops=1) - Sort Key: s.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_msource s (actual rows=100.00 loops=1) - -> Sort (actual rows=49.00 loops=1) - Sort Key: t.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_mtarget t (actual rows=49.00 loops=1) -(12 rows) - --- not matched by source -SELECT explain_merge(' -MERGE INTO ex_mtarget t USING ex_msource s ON t.a = s.a -WHEN NOT MATCHED BY SOURCE and t.a < 10 THEN - DELETE'); - explain_merge -------------------------------------------------------------------------- - Merge on ex_mtarget t (actual rows=0.00 loops=1) - Tuples: skipped=54 - -> Merge Left Join (actual rows=54.00 loops=1) - Merge Cond: (t.a = s.a) - -> Sort (actual rows=54.00 loops=1) - Sort Key: t.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_mtarget t (actual rows=54.00 loops=1) - -> Sort (actual rows=100.00 loops=1) - Sort Key: s.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_msource s (actual rows=100.00 loops=1) -(12 rows) - --- not matched by source and target -SELECT explain_merge(' -MERGE INTO ex_mtarget t USING ex_msource s ON t.a = s.a -WHEN NOT MATCHED BY SOURCE AND t.a < 10 THEN - DELETE -WHEN NOT MATCHED BY TARGET AND s.a < 20 THEN - INSERT VALUES (a, b)'); - explain_merge -------------------------------------------------------------------------- - Merge on ex_mtarget t (actual rows=0.00 loops=1) - Tuples: skipped=100 - -> Merge Full Join (actual rows=100.00 loops=1) - Merge Cond: (t.a = s.a) - -> Sort (actual rows=54.00 loops=1) - Sort Key: t.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_mtarget t (actual rows=54.00 loops=1) - -> Sort (actual rows=100.00 loops=1) - Sort Key: s.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_msource s (actual rows=100.00 loops=1) -(12 rows) - --- nothing -SELECT explain_merge(' -MERGE INTO ex_mtarget t USING ex_msource s ON t.a = s.a AND t.a < -1000 -WHEN MATCHED AND t.a < 10 THEN - DO NOTHING'); - explain_merge ------------------------------------------------------------------------ - Merge on ex_mtarget t (actual rows=0.00 loops=1) - -> Merge Join (actual rows=0.00 loops=1) - Merge Cond: (t.a = s.a) - -> Sort (actual rows=0.00 loops=1) - Sort Key: t.a - Sort Method: quicksort Memory: xxx - -> Seq Scan on ex_mtarget t (actual rows=0.00 loops=1) - Filter: (a < '-1000'::integer) - Rows Removed by Filter: 54 - -> Sort (never executed) - Sort Key: s.a - -> Seq Scan on ex_msource s (never executed) -(12 rows) - -DROP TABLE ex_msource, ex_mtarget; -DROP FUNCTION explain_merge(text); --- EXPLAIN SubPlans and InitPlans -CREATE TABLE src (a int, b int, c int, d int); -CREATE TABLE tgt (a int, b int, c int, d int); -CREATE TABLE ref (ab int, cd int); -EXPLAIN (verbose, costs off) -MERGE INTO tgt t -USING (SELECT *, (SELECT count(*) FROM ref r - WHERE r.ab = s.a + s.b - AND r.cd = s.c - s.d) cnt - FROM src s) s -ON t.a = s.a AND t.b < s.cnt -WHEN MATCHED AND t.c > s.cnt THEN - UPDATE SET (b, c) = (SELECT s.b, s.cnt); - QUERY PLAN -------------------------------------------------------------------------------------- - Merge on public.tgt t - -> Hash Join - Output: t.ctid, s.a, s.b, s.c, s.d, s.ctid - Hash Cond: (t.a = s.a) - Join Filter: (t.b < (SubPlan 1)) - -> Seq Scan on public.tgt t - Output: t.ctid, t.a, t.b - -> Hash - Output: s.a, s.b, s.c, s.d, s.ctid - -> Seq Scan on public.src s - Output: s.a, s.b, s.c, s.d, s.ctid - SubPlan 1 - -> Aggregate - Output: count(*) - -> Seq Scan on public.ref r - Output: r.ab, r.cd - Filter: ((r.ab = (s.a + s.b)) AND (r.cd = (s.c - s.d))) - SubPlan 4 - -> Aggregate - Output: count(*) - -> Seq Scan on public.ref r_2 - Output: r_2.ab, r_2.cd - Filter: ((r_2.ab = (s.a + s.b)) AND (r_2.cd = (s.c - s.d))) - SubPlan 3 - -> Result - Output: s.b, (InitPlan 2).col1 - InitPlan 2 - -> Aggregate - Output: count(*) - -> Seq Scan on public.ref r_1 - Output: r_1.ab, r_1.cd - Filter: ((r_1.ab = (s.a + s.b)) AND (r_1.cd = (s.c - s.d))) -(32 rows) - -DROP TABLE src, tgt, ref; --- Subqueries -BEGIN; -MERGE INTO sq_target t -USING v -ON tid = sid -WHEN MATCHED THEN - UPDATE SET balance = (SELECT count(*) FROM sq_target); -SELECT * FROM sq_target WHERE tid = 1; - tid | balance ------+--------- - 1 | 3 -(1 row) - -ROLLBACK; -BEGIN; -MERGE INTO sq_target t -USING v -ON tid = sid -WHEN MATCHED AND (SELECT count(*) > 0 FROM sq_target) THEN - UPDATE SET balance = 42; -SELECT * FROM sq_target WHERE tid = 1; - tid | balance ------+--------- - 1 | 42 -(1 row) - -ROLLBACK; -BEGIN; -MERGE INTO sq_target t -USING v -ON tid = sid AND (SELECT count(*) > 0 FROM sq_target) -WHEN MATCHED THEN - UPDATE SET balance = 42; -SELECT * FROM sq_target WHERE tid = 1; - tid | balance ------+--------- - 1 | 42 -(1 row) - -ROLLBACK; -DROP TABLE sq_target, sq_target_merge_log, sq_source CASCADE; -NOTICE: drop cascades to view v -CREATE TABLE pa_target (tid integer, balance float, val text) - PARTITION BY LIST (tid); -CREATE TABLE part1 PARTITION OF pa_target FOR VALUES IN (1,4) - WITH (autovacuum_enabled=off); -CREATE TABLE part2 PARTITION OF pa_target FOR VALUES IN (2,5,6) - WITH (autovacuum_enabled=off); -CREATE TABLE part3 PARTITION OF pa_target FOR VALUES IN (3,8,9) - WITH (autovacuum_enabled=off); -CREATE TABLE part4 PARTITION OF pa_target DEFAULT - WITH (autovacuum_enabled=off); -CREATE TABLE pa_source (sid integer, delta float); --- insert many rows to the source table -INSERT INTO pa_source SELECT id, id * 10 FROM generate_series(1,14) AS id; --- insert a few rows in the target table (odd numbered tid) -INSERT INTO pa_target SELECT id, id * 100, 'initial' FROM generate_series(1,15,2) AS id; --- try simple MERGE -BEGIN; -MERGE INTO pa_target t - USING pa_source s - ON t.tid = s.sid - WHEN MATCHED THEN - UPDATE SET balance = balance + delta, val = val || ' updated by merge' - WHEN NOT MATCHED THEN - INSERT VALUES (sid, delta, 'inserted by merge') - WHEN NOT MATCHED BY SOURCE THEN - UPDATE SET val = val || ' not matched by source'; -SELECT * FROM pa_target ORDER BY tid, val; - tid | balance | val ------+---------+------------------------------- - 1 | 110 | initial updated by merge - 2 | 20 | inserted by merge - 3 | 330 | initial updated by merge - 4 | 40 | inserted by merge - 5 | 550 | initial updated by merge - 6 | 60 | inserted by merge - 7 | 770 | initial updated by merge - 8 | 80 | inserted by merge - 9 | 990 | initial updated by merge - 10 | 100 | inserted by merge - 11 | 1210 | initial updated by merge - 12 | 120 | inserted by merge - 13 | 1430 | initial updated by merge - 14 | 140 | inserted by merge - 15 | 1500 | initial not matched by source -(15 rows) - -ROLLBACK; --- same with a constant qual -BEGIN; -MERGE INTO pa_target t - USING pa_source s - ON t.tid = s.sid AND tid = 1 - WHEN MATCHED THEN - UPDATE SET balance = balance + delta, val = val || ' updated by merge' - WHEN NOT MATCHED THEN - INSERT VALUES (sid, delta, 'inserted by merge') - WHEN NOT MATCHED BY SOURCE THEN - UPDATE SET val = val || ' not matched by source'; -SELECT * FROM pa_target ORDER BY tid, val; - tid | balance | val ------+---------+------------------------------- - 1 | 110 | initial updated by merge - 2 | 20 | inserted by merge - 3 | 300 | initial not matched by source - 3 | 30 | inserted by merge - 4 | 40 | inserted by merge - 5 | 500 | initial not matched by source - 5 | 50 | inserted by merge - 6 | 60 | inserted by merge - 7 | 700 | initial not matched by source - 7 | 70 | inserted by merge - 8 | 80 | inserted by merge - 9 | 900 | initial not matched by source - 9 | 90 | inserted by merge - 10 | 100 | inserted by merge - 11 | 1100 | initial not matched by source - 11 | 110 | inserted by merge - 12 | 120 | inserted by merge - 13 | 1300 | initial not matched by source - 13 | 130 | inserted by merge - 14 | 140 | inserted by merge - 15 | 1500 | initial not matched by source -(21 rows) - -ROLLBACK; --- try updating the partition key column -BEGIN; -CREATE FUNCTION merge_func() RETURNS integer LANGUAGE plpgsql AS $$ -DECLARE - result integer; -BEGIN -MERGE INTO pa_target t - USING pa_source s - ON t.tid = s.sid - WHEN MATCHED THEN - UPDATE SET tid = tid + 1, balance = balance + delta, val = val || ' updated by merge' - WHEN NOT MATCHED THEN - INSERT VALUES (sid, delta, 'inserted by merge') - WHEN NOT MATCHED BY SOURCE THEN - UPDATE SET tid = 1, val = val || ' not matched by source'; -IF FOUND THEN - GET DIAGNOSTICS result := ROW_COUNT; -END IF; -RETURN result; -END; -$$; -SELECT merge_func(); - merge_func ------------- - 15 -(1 row) - -SELECT * FROM pa_target ORDER BY tid, val; - tid | balance | val ------+---------+------------------------------- - 1 | 1500 | initial not matched by source - 2 | 110 | initial updated by merge - 2 | 20 | inserted by merge - 4 | 330 | initial updated by merge - 4 | 40 | inserted by merge - 6 | 550 | initial updated by merge - 6 | 60 | inserted by merge - 8 | 770 | initial updated by merge - 8 | 80 | inserted by merge - 10 | 990 | initial updated by merge - 10 | 100 | inserted by merge - 12 | 1210 | initial updated by merge - 12 | 120 | inserted by merge - 14 | 1430 | initial updated by merge - 14 | 140 | inserted by merge -(15 rows) - -ROLLBACK; --- update partition key to partition not initially scanned -BEGIN; -MERGE INTO pa_target t - USING pa_source s - ON t.tid = s.sid AND t.tid = 1 - WHEN MATCHED THEN - UPDATE SET tid = tid + 1, balance = balance + delta, val = val || ' updated by merge' - RETURNING merge_action(), old, new, t.*; - merge_action | old | new | tid | balance | val ---------------+-----------------+------------------------------------+-----+---------+-------------------------- - UPDATE | (1,100,initial) | (2,110,"initial updated by merge") | 2 | 110 | initial updated by merge -(1 row) - -SELECT * FROM pa_target ORDER BY tid; - tid | balance | val ------+---------+-------------------------- - 2 | 110 | initial updated by merge - 3 | 300 | initial - 5 | 500 | initial - 7 | 700 | initial - 9 | 900 | initial - 11 | 1100 | initial - 13 | 1300 | initial - 15 | 1500 | initial -(8 rows) - -ROLLBACK; --- bug #18871: ExecInitPartitionInfo()'s handling of DO NOTHING actions -BEGIN; -TRUNCATE pa_target; -MERGE INTO pa_target t - USING (VALUES (10, 100)) AS s(sid, delta) - ON t.tid = s.sid - WHEN NOT MATCHED THEN - INSERT VALUES (1, 10, 'inserted by merge') - WHEN MATCHED THEN - DO NOTHING; -SELECT * FROM pa_target ORDER BY tid, val; - tid | balance | val ------+---------+------------------- - 1 | 10 | inserted by merge -(1 row) - -ROLLBACK; -DROP TABLE pa_target CASCADE; --- The target table is partitioned in the same way, but this time by attaching --- partitions which have columns in different order, dropped columns etc. -CREATE TABLE pa_target (tid integer, balance float, val text) - PARTITION BY LIST (tid); -CREATE TABLE part1 (tid integer, balance float, val text) - WITH (autovacuum_enabled=off); -CREATE TABLE part2 (balance float, tid integer, val text) - WITH (autovacuum_enabled=off); -CREATE TABLE part3 (tid integer, balance float, val text) - WITH (autovacuum_enabled=off); -CREATE TABLE part4 (extraid text, tid integer, balance float, val text) - WITH (autovacuum_enabled=off); -ALTER TABLE part4 DROP COLUMN extraid; -ALTER TABLE pa_target ATTACH PARTITION part1 FOR VALUES IN (1,4); -ALTER TABLE pa_target ATTACH PARTITION part2 FOR VALUES IN (2,5,6); -ALTER TABLE pa_target ATTACH PARTITION part3 FOR VALUES IN (3,8,9); -ALTER TABLE pa_target ATTACH PARTITION part4 DEFAULT; --- insert a few rows in the target table (odd numbered tid) -INSERT INTO pa_target SELECT id, id * 100, 'initial' FROM generate_series(1,15,2) AS id; --- try simple MERGE -BEGIN; -DO $$ -DECLARE - result integer; -BEGIN -MERGE INTO pa_target t - USING pa_source s - ON t.tid = s.sid - WHEN MATCHED THEN - UPDATE SET balance = balance + delta, val = val || ' updated by merge' - WHEN NOT MATCHED THEN - INSERT VALUES (sid, delta, 'inserted by merge') - WHEN NOT MATCHED BY SOURCE THEN - UPDATE SET val = val || ' not matched by source'; -GET DIAGNOSTICS result := ROW_COUNT; -RAISE NOTICE 'ROW_COUNT = %', result; -END; -$$; -NOTICE: ROW_COUNT = 15 -SELECT * FROM pa_target ORDER BY tid, val; - tid | balance | val ------+---------+------------------------------- - 1 | 110 | initial updated by merge - 2 | 20 | inserted by merge - 3 | 330 | initial updated by merge - 4 | 40 | inserted by merge - 5 | 550 | initial updated by merge - 6 | 60 | inserted by merge - 7 | 770 | initial updated by merge - 8 | 80 | inserted by merge - 9 | 990 | initial updated by merge - 10 | 100 | inserted by merge - 11 | 1210 | initial updated by merge - 12 | 120 | inserted by merge - 13 | 1430 | initial updated by merge - 14 | 140 | inserted by merge - 15 | 1500 | initial not matched by source -(15 rows) - -ROLLBACK; --- same with a constant qual -BEGIN; -MERGE INTO pa_target t - USING pa_source s - ON t.tid = s.sid AND tid IN (1, 5) - WHEN MATCHED AND tid % 5 = 0 THEN DELETE - WHEN MATCHED THEN - UPDATE SET balance = balance + delta, val = val || ' updated by merge' - WHEN NOT MATCHED THEN - INSERT VALUES (sid, delta, 'inserted by merge') - WHEN NOT MATCHED BY SOURCE THEN - UPDATE SET val = val || ' not matched by source'; -SELECT * FROM pa_target ORDER BY tid, val; - tid | balance | val ------+---------+------------------------------- - 1 | 110 | initial updated by merge - 2 | 20 | inserted by merge - 3 | 300 | initial not matched by source - 3 | 30 | inserted by merge - 4 | 40 | inserted by merge - 6 | 60 | inserted by merge - 7 | 700 | initial not matched by source - 7 | 70 | inserted by merge - 8 | 80 | inserted by merge - 9 | 900 | initial not matched by source - 9 | 90 | inserted by merge - 10 | 100 | inserted by merge - 11 | 1100 | initial not matched by source - 11 | 110 | inserted by merge - 12 | 120 | inserted by merge - 13 | 1300 | initial not matched by source - 13 | 130 | inserted by merge - 14 | 140 | inserted by merge - 15 | 1500 | initial not matched by source -(19 rows) - -ROLLBACK; --- try updating the partition key column -BEGIN; -DO $$ -DECLARE - result integer; -BEGIN -MERGE INTO pa_target t - USING pa_source s - ON t.tid = s.sid - WHEN MATCHED THEN - UPDATE SET tid = tid + 1, balance = balance + delta, val = val || ' updated by merge' - WHEN NOT MATCHED THEN - INSERT VALUES (sid, delta, 'inserted by merge') - WHEN NOT MATCHED BY SOURCE THEN - UPDATE SET tid = 1, val = val || ' not matched by source'; -GET DIAGNOSTICS result := ROW_COUNT; -RAISE NOTICE 'ROW_COUNT = %', result; -END; -$$; -NOTICE: ROW_COUNT = 15 -SELECT * FROM pa_target ORDER BY tid, val; - tid | balance | val ------+---------+------------------------------- - 1 | 1500 | initial not matched by source - 2 | 110 | initial updated by merge - 2 | 20 | inserted by merge - 4 | 330 | initial updated by merge - 4 | 40 | inserted by merge - 6 | 550 | initial updated by merge - 6 | 60 | inserted by merge - 8 | 770 | initial updated by merge - 8 | 80 | inserted by merge - 10 | 990 | initial updated by merge - 10 | 100 | inserted by merge - 12 | 1210 | initial updated by merge - 12 | 120 | inserted by merge - 14 | 1430 | initial updated by merge - 14 | 140 | inserted by merge -(15 rows) - -ROLLBACK; --- as above, but blocked by BEFORE DELETE ROW trigger -BEGIN; -CREATE FUNCTION trig_fn() RETURNS trigger LANGUAGE plpgsql AS - $$ BEGIN RETURN NULL; END; $$; -CREATE TRIGGER del_trig BEFORE DELETE ON pa_target - FOR EACH ROW EXECUTE PROCEDURE trig_fn(); -DO $$ -DECLARE - result integer; -BEGIN -MERGE INTO pa_target t - USING pa_source s - ON t.tid = s.sid - WHEN MATCHED THEN - UPDATE SET tid = tid + 1, balance = balance + delta, val = val || ' updated by merge' - WHEN NOT MATCHED THEN - INSERT VALUES (sid, delta, 'inserted by merge') - WHEN NOT MATCHED BY SOURCE THEN - UPDATE SET val = val || ' not matched by source'; -GET DIAGNOSTICS result := ROW_COUNT; -RAISE NOTICE 'ROW_COUNT = %', result; -END; -$$; -NOTICE: ROW_COUNT = 11 -SELECT * FROM pa_target ORDER BY tid, val; - tid | balance | val ------+---------+------------------------------- - 1 | 100 | initial - 2 | 20 | inserted by merge - 3 | 300 | initial - 4 | 40 | inserted by merge - 6 | 550 | initial updated by merge - 6 | 60 | inserted by merge - 7 | 700 | initial - 8 | 80 | inserted by merge - 9 | 900 | initial - 10 | 100 | inserted by merge - 12 | 1210 | initial updated by merge - 12 | 120 | inserted by merge - 14 | 1430 | initial updated by merge - 14 | 140 | inserted by merge - 15 | 1500 | initial not matched by source -(15 rows) - -ROLLBACK; --- as above, but blocked by BEFORE INSERT ROW trigger -BEGIN; -CREATE FUNCTION trig_fn() RETURNS trigger LANGUAGE plpgsql AS - $$ BEGIN RETURN NULL; END; $$; -CREATE TRIGGER ins_trig BEFORE INSERT ON pa_target - FOR EACH ROW EXECUTE PROCEDURE trig_fn(); -DO $$ -DECLARE - result integer; -BEGIN -MERGE INTO pa_target t - USING pa_source s - ON t.tid = s.sid - WHEN MATCHED THEN - UPDATE SET tid = tid + 1, balance = balance + delta, val = val || ' updated by merge' - WHEN NOT MATCHED THEN - INSERT VALUES (sid, delta, 'inserted by merge') - WHEN NOT MATCHED BY SOURCE THEN - UPDATE SET val = val || ' not matched by source'; -GET DIAGNOSTICS result := ROW_COUNT; -RAISE NOTICE 'ROW_COUNT = %', result; -END; -$$; -NOTICE: ROW_COUNT = 4 -SELECT * FROM pa_target ORDER BY tid, val; - tid | balance | val ------+---------+------------------------------- - 6 | 550 | initial updated by merge - 12 | 1210 | initial updated by merge - 14 | 1430 | initial updated by merge - 15 | 1500 | initial not matched by source -(4 rows) - -ROLLBACK; --- test RLS enforcement -BEGIN; -ALTER TABLE pa_target ENABLE ROW LEVEL SECURITY; -ALTER TABLE pa_target FORCE ROW LEVEL SECURITY; -CREATE POLICY pa_target_pol ON pa_target USING (tid != 0); -MERGE INTO pa_target t - USING pa_source s - ON t.tid = s.sid AND t.tid IN (1,2,3,4) - WHEN MATCHED THEN - UPDATE SET tid = tid - 1; -ERROR: new row violates row-level security policy for table "pa_target" -ROLLBACK; -DROP TABLE pa_source; -DROP TABLE pa_target CASCADE; --- Sub-partitioning -CREATE TABLE pa_target (logts timestamp, tid integer, balance float, val text) - PARTITION BY RANGE (logts); -CREATE TABLE part_m01 PARTITION OF pa_target - FOR VALUES FROM ('2017-01-01') TO ('2017-02-01') - PARTITION BY LIST (tid); -CREATE TABLE part_m01_odd PARTITION OF part_m01 - FOR VALUES IN (1,3,5,7,9) WITH (autovacuum_enabled=off); -CREATE TABLE part_m01_even PARTITION OF part_m01 - FOR VALUES IN (2,4,6,8) WITH (autovacuum_enabled=off); -CREATE TABLE part_m02 PARTITION OF pa_target - FOR VALUES FROM ('2017-02-01') TO ('2017-03-01') - PARTITION BY LIST (tid); -CREATE TABLE part_m02_odd PARTITION OF part_m02 - FOR VALUES IN (1,3,5,7,9) WITH (autovacuum_enabled=off); -CREATE TABLE part_m02_even PARTITION OF part_m02 - FOR VALUES IN (2,4,6,8) WITH (autovacuum_enabled=off); -CREATE TABLE pa_source (sid integer, delta float) - WITH (autovacuum_enabled=off); --- insert many rows to the source table -INSERT INTO pa_source SELECT id, id * 10 FROM generate_series(1,14) AS id; --- insert a few rows in the target table (odd numbered tid) -INSERT INTO pa_target SELECT '2017-01-31', id, id * 100, 'initial' FROM generate_series(1,9,3) AS id; -INSERT INTO pa_target SELECT '2017-02-28', id, id * 100, 'initial' FROM generate_series(2,9,3) AS id; --- try simple MERGE -BEGIN; -MERGE INTO pa_target t - USING (SELECT '2017-01-15' AS slogts, * FROM pa_source WHERE sid < 10) s - ON t.tid = s.sid - WHEN MATCHED THEN - UPDATE SET balance = balance + delta, val = val || ' updated by merge' - WHEN NOT MATCHED THEN - INSERT VALUES (slogts::timestamp, sid, delta, 'inserted by merge') - RETURNING merge_action(), old, new, t.*; - merge_action | old | new | logts | tid | balance | val ---------------+--------------------------------------------+---------------------------------------------------------------+--------------------------+-----+---------+-------------------------- - UPDATE | ("Tue Jan 31 00:00:00 2017",1,100,initial) | ("Tue Jan 31 00:00:00 2017",1,110,"initial updated by merge") | Tue Jan 31 00:00:00 2017 | 1 | 110 | initial updated by merge - UPDATE | ("Tue Feb 28 00:00:00 2017",2,200,initial) | ("Tue Feb 28 00:00:00 2017",2,220,"initial updated by merge") | Tue Feb 28 00:00:00 2017 | 2 | 220 | initial updated by merge - INSERT | | ("Sun Jan 15 00:00:00 2017",3,30,"inserted by merge") | Sun Jan 15 00:00:00 2017 | 3 | 30 | inserted by merge - UPDATE | ("Tue Jan 31 00:00:00 2017",4,400,initial) | ("Tue Jan 31 00:00:00 2017",4,440,"initial updated by merge") | Tue Jan 31 00:00:00 2017 | 4 | 440 | initial updated by merge - UPDATE | ("Tue Feb 28 00:00:00 2017",5,500,initial) | ("Tue Feb 28 00:00:00 2017",5,550,"initial updated by merge") | Tue Feb 28 00:00:00 2017 | 5 | 550 | initial updated by merge - INSERT | | ("Sun Jan 15 00:00:00 2017",6,60,"inserted by merge") | Sun Jan 15 00:00:00 2017 | 6 | 60 | inserted by merge - UPDATE | ("Tue Jan 31 00:00:00 2017",7,700,initial) | ("Tue Jan 31 00:00:00 2017",7,770,"initial updated by merge") | Tue Jan 31 00:00:00 2017 | 7 | 770 | initial updated by merge - UPDATE | ("Tue Feb 28 00:00:00 2017",8,800,initial) | ("Tue Feb 28 00:00:00 2017",8,880,"initial updated by merge") | Tue Feb 28 00:00:00 2017 | 8 | 880 | initial updated by merge - INSERT | | ("Sun Jan 15 00:00:00 2017",9,90,"inserted by merge") | Sun Jan 15 00:00:00 2017 | 9 | 90 | inserted by merge -(9 rows) - -SELECT * FROM pa_target ORDER BY tid; - logts | tid | balance | val ---------------------------+-----+---------+-------------------------- - Tue Jan 31 00:00:00 2017 | 1 | 110 | initial updated by merge - Tue Feb 28 00:00:00 2017 | 2 | 220 | initial updated by merge - Sun Jan 15 00:00:00 2017 | 3 | 30 | inserted by merge - Tue Jan 31 00:00:00 2017 | 4 | 440 | initial updated by merge - Tue Feb 28 00:00:00 2017 | 5 | 550 | initial updated by merge - Sun Jan 15 00:00:00 2017 | 6 | 60 | inserted by merge - Tue Jan 31 00:00:00 2017 | 7 | 770 | initial updated by merge - Tue Feb 28 00:00:00 2017 | 8 | 880 | initial updated by merge - Sun Jan 15 00:00:00 2017 | 9 | 90 | inserted by merge -(9 rows) - -ROLLBACK; -DROP TABLE pa_source; -DROP TABLE pa_target CASCADE; --- Partitioned table with primary key -CREATE TABLE pa_target (tid integer PRIMARY KEY) PARTITION BY LIST (tid); -CREATE TABLE pa_targetp PARTITION OF pa_target DEFAULT; -CREATE TABLE pa_source (sid integer); -INSERT INTO pa_source VALUES (1), (2); -EXPLAIN (VERBOSE, COSTS OFF) -MERGE INTO pa_target t USING pa_source s ON t.tid = s.sid - WHEN NOT MATCHED THEN INSERT VALUES (s.sid); - QUERY PLAN -------------------------------------------------------------- - Merge on public.pa_target t - Merge on public.pa_targetp t_1 - -> Hash Left Join - Output: s.sid, s.ctid, t_1.tableoid, t_1.ctid - Inner Unique: true - Hash Cond: (s.sid = t_1.tid) - -> Seq Scan on public.pa_source s - Output: s.sid, s.ctid - -> Hash - Output: t_1.tid, t_1.tableoid, t_1.ctid - -> Seq Scan on public.pa_targetp t_1 - Output: t_1.tid, t_1.tableoid, t_1.ctid -(12 rows) - -MERGE INTO pa_target t USING pa_source s ON t.tid = s.sid - WHEN NOT MATCHED THEN INSERT VALUES (s.sid); -TABLE pa_target; - tid ------ - 1 - 2 -(2 rows) - --- Partition-less partitioned table --- (the bug we are checking for appeared only if table had partitions before) -DROP TABLE pa_targetp; -EXPLAIN (VERBOSE, COSTS OFF) -MERGE INTO pa_target t USING pa_source s ON t.tid = s.sid - WHEN NOT MATCHED THEN INSERT VALUES (s.sid); - QUERY PLAN --------------------------------------------- - Merge on public.pa_target t - -> Hash Left Join - Output: s.sid, s.ctid, t.ctid - Inner Unique: true - Hash Cond: (s.sid = t.tid) - -> Seq Scan on public.pa_source s - Output: s.sid, s.ctid - -> Hash - Output: t.tid, t.ctid - -> Result - Output: t.tid, t.ctid - One-Time Filter: false -(12 rows) - -MERGE INTO pa_target t USING pa_source s ON t.tid = s.sid - WHEN NOT MATCHED THEN INSERT VALUES (s.sid); -ERROR: no partition of relation "pa_target" found for row -DETAIL: Partition key of the failing row contains (tid) = (1). -DROP TABLE pa_source; -DROP TABLE pa_target CASCADE; --- some complex joins on the source side -CREATE TABLE cj_target (tid integer, balance float, val text) - WITH (autovacuum_enabled=off); -CREATE TABLE cj_source1 (sid1 integer, scat integer, delta integer) - WITH (autovacuum_enabled=off); -CREATE TABLE cj_source2 (sid2 integer, sval text) - WITH (autovacuum_enabled=off); -INSERT INTO cj_source1 VALUES (1, 10, 100); -INSERT INTO cj_source1 VALUES (1, 20, 200); -INSERT INTO cj_source1 VALUES (2, 20, 300); -INSERT INTO cj_source1 VALUES (3, 10, 400); -INSERT INTO cj_source2 VALUES (1, 'initial source2'); -INSERT INTO cj_source2 VALUES (2, 'initial source2'); -INSERT INTO cj_source2 VALUES (3, 'initial source2'); --- source relation is an unaliased join -MERGE INTO cj_target t -USING cj_source1 s1 - INNER JOIN cj_source2 s2 ON sid1 = sid2 -ON t.tid = sid1 -WHEN NOT MATCHED THEN - INSERT VALUES (sid1, delta, sval); --- try accessing columns from either side of the source join -MERGE INTO cj_target t -USING cj_source2 s2 - INNER JOIN cj_source1 s1 ON sid1 = sid2 AND scat = 20 -ON t.tid = sid1 -WHEN NOT MATCHED THEN - INSERT VALUES (sid2, delta, sval) -WHEN MATCHED THEN - DELETE; --- some simple expressions in INSERT targetlist -MERGE INTO cj_target t -USING cj_source2 s2 - INNER JOIN cj_source1 s1 ON sid1 = sid2 -ON t.tid = sid1 -WHEN NOT MATCHED THEN - INSERT VALUES (sid2, delta + scat, sval) -WHEN MATCHED THEN - UPDATE SET val = val || ' updated by merge'; -MERGE INTO cj_target t -USING cj_source2 s2 - INNER JOIN cj_source1 s1 ON sid1 = sid2 AND scat = 20 -ON t.tid = sid1 -WHEN MATCHED THEN - UPDATE SET val = val || ' ' || delta::text; -SELECT * FROM cj_target; - tid | balance | val ------+---------+---------------------------------- - 3 | 400 | initial source2 updated by merge - 1 | 220 | initial source2 200 - 1 | 110 | initial source2 200 - 2 | 320 | initial source2 300 -(4 rows) - --- try it with an outer join and PlaceHolderVar -MERGE INTO cj_target t -USING (SELECT *, 'join input'::text AS phv FROM cj_source1) fj - FULL JOIN cj_source2 fj2 ON fj.scat = fj2.sid2 * 10 -ON t.tid = fj.scat -WHEN NOT MATCHED THEN - INSERT (tid, balance, val) VALUES (fj.scat, fj.delta, fj.phv); -SELECT * FROM cj_target; - tid | balance | val ------+---------+---------------------------------- - 3 | 400 | initial source2 updated by merge - 1 | 220 | initial source2 200 - 1 | 110 | initial source2 200 - 2 | 320 | initial source2 300 - 10 | 100 | join input - 10 | 400 | join input - 20 | 200 | join input - 20 | 300 | join input - | | -(9 rows) - -ALTER TABLE cj_source1 RENAME COLUMN sid1 TO sid; -ALTER TABLE cj_source2 RENAME COLUMN sid2 TO sid; -TRUNCATE cj_target; -MERGE INTO cj_target t -USING cj_source1 s1 - INNER JOIN cj_source2 s2 ON s1.sid = s2.sid -ON t.tid = s1.sid -WHEN NOT MATCHED THEN - INSERT VALUES (s2.sid, delta, sval); -DROP TABLE cj_source2, cj_source1, cj_target; --- Function scans -CREATE TABLE fs_target (a int, b int, c text) - WITH (autovacuum_enabled=off); -MERGE INTO fs_target t -USING generate_series(1,100,1) AS id -ON t.a = id -WHEN MATCHED THEN - UPDATE SET b = b + id -WHEN NOT MATCHED THEN - INSERT VALUES (id, -1); -MERGE INTO fs_target t -USING generate_series(1,100,2) AS id -ON t.a = id -WHEN MATCHED THEN - UPDATE SET b = b + id, c = 'updated '|| id.*::text -WHEN NOT MATCHED THEN - INSERT VALUES (id, -1, 'inserted ' || id.*::text); -SELECT count(*) FROM fs_target; - count -------- - 100 -(1 row) - -DROP TABLE fs_target; --- SERIALIZABLE test --- handled in isolation tests --- Inheritance-based partitioning -CREATE TABLE measurement ( - city_id int not null, - logdate date not null, - peaktemp int, - unitsales int -) WITH (autovacuum_enabled=off); -CREATE TABLE measurement_y2006m02 ( - CHECK ( logdate >= DATE '2006-02-01' AND logdate < DATE '2006-03-01' ) -) INHERITS (measurement) WITH (autovacuum_enabled=off); -CREATE TABLE measurement_y2006m03 ( - CHECK ( logdate >= DATE '2006-03-01' AND logdate < DATE '2006-04-01' ) -) INHERITS (measurement) WITH (autovacuum_enabled=off); -CREATE TABLE measurement_y2007m01 ( - filler text, - peaktemp int, - logdate date not null, - city_id int not null, - unitsales int - CHECK ( logdate >= DATE '2007-01-01' AND logdate < DATE '2007-02-01') -) WITH (autovacuum_enabled=off); -ALTER TABLE measurement_y2007m01 DROP COLUMN filler; -ALTER TABLE measurement_y2007m01 INHERIT measurement; -INSERT INTO measurement VALUES (0, '2005-07-21', 5, 15); -CREATE OR REPLACE FUNCTION measurement_insert_trigger() -RETURNS TRIGGER AS $$ -BEGIN - IF ( NEW.logdate >= DATE '2006-02-01' AND - NEW.logdate < DATE '2006-03-01' ) THEN - INSERT INTO measurement_y2006m02 VALUES (NEW.*); - ELSIF ( NEW.logdate >= DATE '2006-03-01' AND - NEW.logdate < DATE '2006-04-01' ) THEN - INSERT INTO measurement_y2006m03 VALUES (NEW.*); - ELSIF ( NEW.logdate >= DATE '2007-01-01' AND - NEW.logdate < DATE '2007-02-01' ) THEN - INSERT INTO measurement_y2007m01 (city_id, logdate, peaktemp, unitsales) - VALUES (NEW.*); - ELSE - RAISE EXCEPTION 'Date out of range. Fix the measurement_insert_trigger() function!'; - END IF; - RETURN NULL; -END; -$$ LANGUAGE plpgsql ; -CREATE TRIGGER insert_measurement_trigger - BEFORE INSERT ON measurement - FOR EACH ROW EXECUTE PROCEDURE measurement_insert_trigger(); -INSERT INTO measurement VALUES (1, '2006-02-10', 35, 10); -INSERT INTO measurement VALUES (1, '2006-02-16', 45, 20); -INSERT INTO measurement VALUES (1, '2006-03-17', 25, 10); -INSERT INTO measurement VALUES (1, '2006-03-27', 15, 40); -INSERT INTO measurement VALUES (1, '2007-01-15', 10, 10); -INSERT INTO measurement VALUES (1, '2007-01-17', 10, 10); -SELECT tableoid::regclass, * FROM measurement ORDER BY city_id, logdate; - tableoid | city_id | logdate | peaktemp | unitsales -----------------------+---------+------------+----------+----------- - measurement | 0 | 07-21-2005 | 5 | 15 - measurement_y2006m02 | 1 | 02-10-2006 | 35 | 10 - measurement_y2006m02 | 1 | 02-16-2006 | 45 | 20 - measurement_y2006m03 | 1 | 03-17-2006 | 25 | 10 - measurement_y2006m03 | 1 | 03-27-2006 | 15 | 40 - measurement_y2007m01 | 1 | 01-15-2007 | 10 | 10 - measurement_y2007m01 | 1 | 01-17-2007 | 10 | 10 -(7 rows) - -CREATE TABLE new_measurement (LIKE measurement) WITH (autovacuum_enabled=off); -INSERT INTO new_measurement VALUES (0, '2005-07-21', 25, 20); -INSERT INTO new_measurement VALUES (1, '2006-03-01', 20, 10); -INSERT INTO new_measurement VALUES (1, '2006-02-16', 50, 10); -INSERT INTO new_measurement VALUES (2, '2006-02-10', 20, 20); -INSERT INTO new_measurement VALUES (1, '2006-03-27', NULL, NULL); -INSERT INTO new_measurement VALUES (1, '2007-01-17', NULL, NULL); -INSERT INTO new_measurement VALUES (1, '2007-01-15', 5, NULL); -INSERT INTO new_measurement VALUES (1, '2007-01-16', 10, 10); -BEGIN; -MERGE INTO ONLY measurement m - USING new_measurement nm ON - (m.city_id = nm.city_id and m.logdate=nm.logdate) -WHEN MATCHED AND nm.peaktemp IS NULL THEN DELETE -WHEN MATCHED THEN UPDATE - SET peaktemp = greatest(m.peaktemp, nm.peaktemp), - unitsales = m.unitsales + coalesce(nm.unitsales, 0) -WHEN NOT MATCHED THEN INSERT - (city_id, logdate, peaktemp, unitsales) - VALUES (city_id, logdate, peaktemp, unitsales); -SELECT tableoid::regclass, * FROM measurement ORDER BY city_id, logdate, peaktemp; - tableoid | city_id | logdate | peaktemp | unitsales -----------------------+---------+------------+----------+----------- - measurement | 0 | 07-21-2005 | 25 | 35 - measurement_y2006m02 | 1 | 02-10-2006 | 35 | 10 - measurement_y2006m02 | 1 | 02-16-2006 | 45 | 20 - measurement_y2006m02 | 1 | 02-16-2006 | 50 | 10 - measurement_y2006m03 | 1 | 03-01-2006 | 20 | 10 - measurement_y2006m03 | 1 | 03-17-2006 | 25 | 10 - measurement_y2006m03 | 1 | 03-27-2006 | 15 | 40 - measurement_y2006m03 | 1 | 03-27-2006 | | - measurement_y2007m01 | 1 | 01-15-2007 | 5 | - measurement_y2007m01 | 1 | 01-15-2007 | 10 | 10 - measurement_y2007m01 | 1 | 01-16-2007 | 10 | 10 - measurement_y2007m01 | 1 | 01-17-2007 | 10 | 10 - measurement_y2007m01 | 1 | 01-17-2007 | | - measurement_y2006m02 | 2 | 02-10-2006 | 20 | 20 -(14 rows) - -ROLLBACK; -MERGE into measurement m - USING new_measurement nm ON - (m.city_id = nm.city_id and m.logdate=nm.logdate) -WHEN MATCHED AND nm.peaktemp IS NULL THEN DELETE -WHEN MATCHED THEN UPDATE - SET peaktemp = greatest(m.peaktemp, nm.peaktemp), - unitsales = m.unitsales + coalesce(nm.unitsales, 0) -WHEN NOT MATCHED THEN INSERT - (city_id, logdate, peaktemp, unitsales) - VALUES (city_id, logdate, peaktemp, unitsales); -SELECT tableoid::regclass, * FROM measurement ORDER BY city_id, logdate; - tableoid | city_id | logdate | peaktemp | unitsales -----------------------+---------+------------+----------+----------- - measurement | 0 | 07-21-2005 | 25 | 35 - measurement_y2006m02 | 1 | 02-10-2006 | 35 | 10 - measurement_y2006m02 | 1 | 02-16-2006 | 50 | 30 - measurement_y2006m03 | 1 | 03-01-2006 | 20 | 10 - measurement_y2006m03 | 1 | 03-17-2006 | 25 | 10 - measurement_y2007m01 | 1 | 01-15-2007 | 10 | 10 - measurement_y2007m01 | 1 | 01-16-2007 | 10 | 10 - measurement_y2006m02 | 2 | 02-10-2006 | 20 | 20 -(8 rows) - -BEGIN; -MERGE INTO new_measurement nm - USING ONLY measurement m ON - (nm.city_id = m.city_id and nm.logdate=m.logdate) -WHEN MATCHED THEN DELETE; -SELECT * FROM new_measurement ORDER BY city_id, logdate; - city_id | logdate | peaktemp | unitsales ----------+------------+----------+----------- - 1 | 02-16-2006 | 50 | 10 - 1 | 03-01-2006 | 20 | 10 - 1 | 03-27-2006 | | - 1 | 01-15-2007 | 5 | - 1 | 01-16-2007 | 10 | 10 - 1 | 01-17-2007 | | - 2 | 02-10-2006 | 20 | 20 -(7 rows) - -ROLLBACK; -MERGE INTO new_measurement nm - USING measurement m ON - (nm.city_id = m.city_id and nm.logdate=m.logdate) -WHEN MATCHED THEN DELETE; -SELECT * FROM new_measurement ORDER BY city_id, logdate; - city_id | logdate | peaktemp | unitsales ----------+------------+----------+----------- - 1 | 03-27-2006 | | - 1 | 01-17-2007 | | -(2 rows) - -DROP TABLE measurement, new_measurement CASCADE; -NOTICE: drop cascades to 3 other objects -DETAIL: drop cascades to table measurement_y2006m02 -drop cascades to table measurement_y2006m03 -drop cascades to table measurement_y2007m01 -DROP FUNCTION measurement_insert_trigger(); --- --- test non-strict join clause --- -CREATE TABLE src (a int, b text); -INSERT INTO src VALUES (1, 'src row'); -CREATE TABLE tgt (a int, b text); -INSERT INTO tgt VALUES (NULL, 'tgt row'); -MERGE INTO tgt USING src ON tgt.a IS NOT DISTINCT FROM src.a - WHEN MATCHED THEN UPDATE SET a = src.a, b = src.b - WHEN NOT MATCHED BY SOURCE THEN DELETE - RETURNING merge_action(), src.*, tgt.*; - merge_action | a | b | a | b ---------------+---+---+---+--------- - DELETE | | | | tgt row -(1 row) - -SELECT * FROM tgt; - a | b ----+--- -(0 rows) - -DROP TABLE src, tgt; --- --- test for bug #18634 (wrong varnullingrels error) --- -CREATE TABLE bug18634t (a int, b int, c text); -INSERT INTO bug18634t VALUES(1, 10, 'tgt1'), (2, 20, 'tgt2'); -CREATE VIEW bug18634v AS - SELECT * FROM bug18634t WHERE EXISTS (SELECT 1 FROM bug18634t); -CREATE TABLE bug18634s (a int, b int, c text); -INSERT INTO bug18634s VALUES (1, 2, 'src1'); -MERGE INTO bug18634v t USING bug18634s s ON s.a = t.a - WHEN MATCHED THEN UPDATE SET b = s.b - WHEN NOT MATCHED BY SOURCE THEN DELETE - RETURNING merge_action(), s.c, t.*; - merge_action | c | a | b | c ---------------+------+---+----+------ - UPDATE | src1 | 1 | 2 | tgt1 - DELETE | | 2 | 20 | tgt2 -(2 rows) - -SELECT * FROM bug18634t; - a | b | c ----+---+------ - 1 | 2 | tgt1 -(1 row) - -DROP TABLE bug18634t CASCADE; -NOTICE: drop cascades to view bug18634v -DROP TABLE bug18634s; --- prepare -RESET SESSION AUTHORIZATION; --- try a system catalog -MERGE INTO pg_class c -USING (SELECT 'pg_depend'::regclass AS oid) AS j -ON j.oid = c.oid -WHEN MATCHED THEN - UPDATE SET reltuples = reltuples + 1 -RETURNING j.oid; - oid ------------ - pg_depend -(1 row) - -CREATE VIEW classv AS SELECT * FROM pg_class; -MERGE INTO classv c -USING pg_namespace n -ON n.oid = c.relnamespace -WHEN MATCHED AND c.oid = 'pg_depend'::regclass THEN - UPDATE SET reltuples = reltuples - 1 -RETURNING c.oid; - oid ------- - 2608 -(1 row) - -DROP TABLE target, target2; -DROP TABLE source, source2; -DROP FUNCTION merge_trigfunc(); -DROP USER regress_merge_privs; -DROP USER regress_merge_no_privs; -DROP USER regress_merge_none; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/misc_functions.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/misc_functions.out --- /tmp/cirrus-ci-build/src/test/regress/expected/misc_functions.out 2025-05-11 19:30:18.969958000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/misc_functions.out 2025-05-11 19:32:42.370925000 +0000 @@ -1,920 +1,2 @@ --- directory paths and dlsuffix are passed to us in environment variables -\getenv libdir PG_LIBDIR -\getenv dlsuffix PG_DLSUFFIX -\set regresslib :libdir '/regress' :dlsuffix --- Function to assist with verifying EXPLAIN which includes costs. A series --- of bool flags allows control over which portions are masked out -CREATE FUNCTION explain_mask_costs(query text, do_analyze bool, - hide_costs bool, hide_row_est bool, hide_width bool) RETURNS setof text -LANGUAGE plpgsql AS -$$ -DECLARE - ln text; - analyze_str text; -BEGIN - IF do_analyze = true THEN - analyze_str := 'on'; - ELSE - analyze_str := 'off'; - END IF; - - -- avoid jit related output by disabling it - SET LOCAL jit = 0; - - FOR ln IN - EXECUTE format('explain (analyze %s, costs on, summary off, timing off, buffers off) %s', - analyze_str, query) - LOOP - IF hide_costs = true THEN - ln := regexp_replace(ln, 'cost=\d+\.\d\d\.\.\d+\.\d\d', 'cost=N..N'); - END IF; - - IF hide_row_est = true THEN - -- don't use 'g' so that we leave the actual rows intact - ln := regexp_replace(ln, 'rows=\d+', 'rows=N'); - END IF; - - IF hide_width = true THEN - ln := regexp_replace(ln, 'width=\d+', 'width=N'); - END IF; - - RETURN NEXT ln; - END LOOP; -END; -$$; --- --- num_nulls() --- -SELECT num_nonnulls(NULL); - num_nonnulls --------------- - 0 -(1 row) - -SELECT num_nonnulls('1'); - num_nonnulls --------------- - 1 -(1 row) - -SELECT num_nonnulls(NULL::text); - num_nonnulls --------------- - 0 -(1 row) - -SELECT num_nonnulls(NULL::text, NULL::int); - num_nonnulls --------------- - 0 -(1 row) - -SELECT num_nonnulls(1, 2, NULL::text, NULL::point, '', int8 '9', 1.0 / NULL); - num_nonnulls --------------- - 4 -(1 row) - -SELECT num_nonnulls(VARIADIC '{1,2,NULL,3}'::int[]); - num_nonnulls --------------- - 3 -(1 row) - -SELECT num_nonnulls(VARIADIC '{"1","2","3","4"}'::text[]); - num_nonnulls --------------- - 4 -(1 row) - -SELECT num_nonnulls(VARIADIC ARRAY(SELECT CASE WHEN i <> 40 THEN i END FROM generate_series(1, 100) i)); - num_nonnulls --------------- - 99 -(1 row) - -SELECT num_nulls(NULL); - num_nulls ------------ - 1 -(1 row) - -SELECT num_nulls('1'); - num_nulls ------------ - 0 -(1 row) - -SELECT num_nulls(NULL::text); - num_nulls ------------ - 1 -(1 row) - -SELECT num_nulls(NULL::text, NULL::int); - num_nulls ------------ - 2 -(1 row) - -SELECT num_nulls(1, 2, NULL::text, NULL::point, '', int8 '9', 1.0 / NULL); - num_nulls ------------ - 3 -(1 row) - -SELECT num_nulls(VARIADIC '{1,2,NULL,3}'::int[]); - num_nulls ------------ - 1 -(1 row) - -SELECT num_nulls(VARIADIC '{"1","2","3","4"}'::text[]); - num_nulls ------------ - 0 -(1 row) - -SELECT num_nulls(VARIADIC ARRAY(SELECT CASE WHEN i <> 40 THEN i END FROM generate_series(1, 100) i)); - num_nulls ------------ - 1 -(1 row) - --- special cases -SELECT num_nonnulls(VARIADIC NULL::text[]); - num_nonnulls --------------- - -(1 row) - -SELECT num_nonnulls(VARIADIC '{}'::int[]); - num_nonnulls --------------- - 0 -(1 row) - -SELECT num_nulls(VARIADIC NULL::text[]); - num_nulls ------------ - -(1 row) - -SELECT num_nulls(VARIADIC '{}'::int[]); - num_nulls ------------ - 0 -(1 row) - --- should fail, one or more arguments is required -SELECT num_nonnulls(); -ERROR: function num_nonnulls() does not exist -LINE 1: SELECT num_nonnulls(); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -SELECT num_nulls(); -ERROR: function num_nulls() does not exist -LINE 1: SELECT num_nulls(); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. --- --- canonicalize_path() --- -CREATE FUNCTION test_canonicalize_path(text) - RETURNS text - AS :'regresslib' - LANGUAGE C STRICT IMMUTABLE; -SELECT test_canonicalize_path('/'); - test_canonicalize_path ------------------------- - / -(1 row) - -SELECT test_canonicalize_path('/./abc/def/'); - test_canonicalize_path ------------------------- - /abc/def -(1 row) - -SELECT test_canonicalize_path('/./../abc/def'); - test_canonicalize_path ------------------------- - /abc/def -(1 row) - -SELECT test_canonicalize_path('/./../../abc/def/'); - test_canonicalize_path ------------------------- - /abc/def -(1 row) - -SELECT test_canonicalize_path('/abc/.././def/ghi'); - test_canonicalize_path ------------------------- - /def/ghi -(1 row) - -SELECT test_canonicalize_path('/abc/./../def/ghi//'); - test_canonicalize_path ------------------------- - /def/ghi -(1 row) - -SELECT test_canonicalize_path('/abc/def/../..'); - test_canonicalize_path ------------------------- - / -(1 row) - -SELECT test_canonicalize_path('/abc/def/../../..'); - test_canonicalize_path ------------------------- - / -(1 row) - -SELECT test_canonicalize_path('/abc/def/../../../../ghi/jkl'); - test_canonicalize_path ------------------------- - /ghi/jkl -(1 row) - -SELECT test_canonicalize_path('.'); - test_canonicalize_path ------------------------- - . -(1 row) - -SELECT test_canonicalize_path('./'); - test_canonicalize_path ------------------------- - . -(1 row) - -SELECT test_canonicalize_path('./abc/..'); - test_canonicalize_path ------------------------- - . -(1 row) - -SELECT test_canonicalize_path('abc/../'); - test_canonicalize_path ------------------------- - . -(1 row) - -SELECT test_canonicalize_path('abc/../def'); - test_canonicalize_path ------------------------- - def -(1 row) - -SELECT test_canonicalize_path('..'); - test_canonicalize_path ------------------------- - .. -(1 row) - -SELECT test_canonicalize_path('../abc/def'); - test_canonicalize_path ------------------------- - ../abc/def -(1 row) - -SELECT test_canonicalize_path('../abc/..'); - test_canonicalize_path ------------------------- - .. -(1 row) - -SELECT test_canonicalize_path('../abc/../def'); - test_canonicalize_path ------------------------- - ../def -(1 row) - -SELECT test_canonicalize_path('../abc/../../def/ghi'); - test_canonicalize_path ------------------------- - ../../def/ghi -(1 row) - -SELECT test_canonicalize_path('./abc/./def/.'); - test_canonicalize_path ------------------------- - abc/def -(1 row) - -SELECT test_canonicalize_path('./abc/././def/.'); - test_canonicalize_path ------------------------- - abc/def -(1 row) - -SELECT test_canonicalize_path('./abc/./def/.././ghi/../../../jkl/mno'); - test_canonicalize_path ------------------------- - ../jkl/mno -(1 row) - --- --- pg_log_backend_memory_contexts() --- --- Memory contexts are logged and they are not returned to the function. --- Furthermore, their contents can vary depending on the timing. However, --- we can at least verify that the code doesn't fail, and that the --- permissions are set properly. --- -SELECT pg_log_backend_memory_contexts(pg_backend_pid()); - pg_log_backend_memory_contexts --------------------------------- - t -(1 row) - -SELECT pg_log_backend_memory_contexts(pid) FROM pg_stat_activity - WHERE backend_type = 'checkpointer'; - pg_log_backend_memory_contexts --------------------------------- - t -(1 row) - -CREATE ROLE regress_log_memory; -SELECT has_function_privilege('regress_log_memory', - 'pg_log_backend_memory_contexts(integer)', 'EXECUTE'); -- no - has_function_privilege ------------------------- - f -(1 row) - -GRANT EXECUTE ON FUNCTION pg_log_backend_memory_contexts(integer) - TO regress_log_memory; -SELECT has_function_privilege('regress_log_memory', - 'pg_log_backend_memory_contexts(integer)', 'EXECUTE'); -- yes - has_function_privilege ------------------------- - t -(1 row) - -SET ROLE regress_log_memory; -SELECT pg_log_backend_memory_contexts(pg_backend_pid()); - pg_log_backend_memory_contexts --------------------------------- - t -(1 row) - -RESET ROLE; -REVOKE EXECUTE ON FUNCTION pg_log_backend_memory_contexts(integer) - FROM regress_log_memory; -DROP ROLE regress_log_memory; --- --- Test some built-in SRFs --- --- The outputs of these are variable, so we can't just print their results --- directly, but we can at least verify that the code doesn't fail. --- -select setting as segsize -from pg_settings where name = 'wal_segment_size' -\gset -select count(*) > 0 as ok from pg_ls_waldir(); - ok ----- - t -(1 row) - --- Test ProjectSet as well as FunctionScan -select count(*) > 0 as ok from (select pg_ls_waldir()) ss; - ok ----- - t -(1 row) - --- Test not-run-to-completion cases. -select * from pg_ls_waldir() limit 0; - name | size | modification -------+------+-------------- -(0 rows) - -select count(*) > 0 as ok from (select * from pg_ls_waldir() limit 1) ss; - ok ----- - t -(1 row) - -select (w).size = :segsize as ok -from (select pg_ls_waldir() w) ss where length((w).name) = 24 limit 1; - ok ----- - t -(1 row) - -select count(*) >= 0 as ok from pg_ls_archive_statusdir(); - ok ----- - t -(1 row) - -select count(*) >= 0 as ok from pg_ls_summariesdir(); - ok ----- - t -(1 row) - --- pg_read_file() -select length(pg_read_file('postmaster.pid')) > 20; - ?column? ----------- - t -(1 row) - -select length(pg_read_file('postmaster.pid', 1, 20)); - length --------- - 20 -(1 row) - --- Test missing_ok -select pg_read_file('does not exist'); -- error -ERROR: could not open file "does not exist" for reading: No such file or directory -select pg_read_file('does not exist', true) IS NULL; -- ok - ?column? ----------- - t -(1 row) - --- Test invalid argument -select pg_read_file('does not exist', 0, -1); -- error -ERROR: requested length cannot be negative -select pg_read_file('does not exist', 0, -1, true); -- error -ERROR: requested length cannot be negative --- pg_read_binary_file() -select length(pg_read_binary_file('postmaster.pid')) > 20; - ?column? ----------- - t -(1 row) - -select length(pg_read_binary_file('postmaster.pid', 1, 20)); - length --------- - 20 -(1 row) - --- Test missing_ok -select pg_read_binary_file('does not exist'); -- error -ERROR: could not open file "does not exist" for reading: No such file or directory -select pg_read_binary_file('does not exist', true) IS NULL; -- ok - ?column? ----------- - t -(1 row) - --- Test invalid argument -select pg_read_binary_file('does not exist', 0, -1); -- error -ERROR: requested length cannot be negative -select pg_read_binary_file('does not exist', 0, -1, true); -- error -ERROR: requested length cannot be negative --- pg_stat_file() -select size > 20, isdir from pg_stat_file('postmaster.pid'); - ?column? | isdir -----------+------- - t | f -(1 row) - --- pg_ls_dir() -select * from (select pg_ls_dir('.') a) a where a = 'base' limit 1; - a ------- - base -(1 row) - --- Test missing_ok (second argument) -select pg_ls_dir('does not exist', false, false); -- error -ERROR: could not open directory "does not exist": No such file or directory -select pg_ls_dir('does not exist', true, false); -- ok - pg_ls_dir ------------ -(0 rows) - --- Test include_dot_dirs (third argument) -select count(*) = 1 as dot_found - from pg_ls_dir('.', false, true) as ls where ls = '.'; - dot_found ------------ - t -(1 row) - -select count(*) = 1 as dot_found - from pg_ls_dir('.', false, false) as ls where ls = '.'; - dot_found ------------ - f -(1 row) - --- pg_timezone_names() -select * from (select (pg_timezone_names()).name) ptn where name='UTC' limit 1; - name ------- - UTC -(1 row) - --- pg_tablespace_databases() -select count(*) > 0 from - (select pg_tablespace_databases(oid) as pts from pg_tablespace - where spcname = 'pg_default') pts - join pg_database db on pts.pts = db.oid; - ?column? ----------- - t -(1 row) - --- --- Test replication slot directory functions --- -CREATE ROLE regress_slot_dir_funcs; --- Not available by default. -SELECT has_function_privilege('regress_slot_dir_funcs', - 'pg_ls_logicalsnapdir()', 'EXECUTE'); - has_function_privilege ------------------------- - f -(1 row) - -SELECT has_function_privilege('regress_slot_dir_funcs', - 'pg_ls_logicalmapdir()', 'EXECUTE'); - has_function_privilege ------------------------- - f -(1 row) - -SELECT has_function_privilege('regress_slot_dir_funcs', - 'pg_ls_replslotdir(text)', 'EXECUTE'); - has_function_privilege ------------------------- - f -(1 row) - -GRANT pg_monitor TO regress_slot_dir_funcs; --- Role is now part of pg_monitor, so these are available. -SELECT has_function_privilege('regress_slot_dir_funcs', - 'pg_ls_logicalsnapdir()', 'EXECUTE'); - has_function_privilege ------------------------- - t -(1 row) - -SELECT has_function_privilege('regress_slot_dir_funcs', - 'pg_ls_logicalmapdir()', 'EXECUTE'); - has_function_privilege ------------------------- - t -(1 row) - -SELECT has_function_privilege('regress_slot_dir_funcs', - 'pg_ls_replslotdir(text)', 'EXECUTE'); - has_function_privilege ------------------------- - t -(1 row) - -DROP ROLE regress_slot_dir_funcs; --- --- Test adding a support function to a subject function --- -CREATE FUNCTION my_int_eq(int, int) RETURNS bool - LANGUAGE internal STRICT IMMUTABLE PARALLEL SAFE - AS $$int4eq$$; --- By default, planner does not think that's selective -EXPLAIN (COSTS OFF) -SELECT * FROM tenk1 a JOIN tenk1 b ON a.unique1 = b.unique1 -WHERE my_int_eq(a.unique2, 42); - QUERY PLAN ----------------------------------------------- - Hash Join - Hash Cond: (b.unique1 = a.unique1) - -> Seq Scan on tenk1 b - -> Hash - -> Seq Scan on tenk1 a - Filter: my_int_eq(unique2, 42) -(6 rows) - --- With support function that knows it's int4eq, we get a different plan -CREATE FUNCTION test_support_func(internal) - RETURNS internal - AS :'regresslib', 'test_support_func' - LANGUAGE C STRICT; -ALTER FUNCTION my_int_eq(int, int) SUPPORT test_support_func; -EXPLAIN (COSTS OFF) -SELECT * FROM tenk1 a JOIN tenk1 b ON a.unique1 = b.unique1 -WHERE my_int_eq(a.unique2, 42); - QUERY PLAN -------------------------------------------------- - Nested Loop - -> Seq Scan on tenk1 a - Filter: my_int_eq(unique2, 42) - -> Index Scan using tenk1_unique1 on tenk1 b - Index Cond: (unique1 = a.unique1) -(5 rows) - --- Also test non-default rowcount estimate -CREATE FUNCTION my_gen_series(int, int) RETURNS SETOF integer - LANGUAGE internal STRICT IMMUTABLE PARALLEL SAFE - AS $$generate_series_int4$$ - SUPPORT test_support_func; -EXPLAIN (COSTS OFF) -SELECT * FROM tenk1 a JOIN my_gen_series(1,1000) g ON a.unique1 = g; - QUERY PLAN ----------------------------------------- - Hash Join - Hash Cond: (g.g = a.unique1) - -> Function Scan on my_gen_series g - -> Hash - -> Seq Scan on tenk1 a -(5 rows) - -EXPLAIN (COSTS OFF) -SELECT * FROM tenk1 a JOIN my_gen_series(1,10) g ON a.unique1 = g; - QUERY PLAN -------------------------------------------------- - Nested Loop - -> Function Scan on my_gen_series g - -> Index Scan using tenk1_unique1 on tenk1 a - Index Cond: (unique1 = g.g) -(4 rows) - --- --- Test the SupportRequestRows support function for generate_series_timestamp() --- --- Ensure the row estimate matches the actual rows -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(TIMESTAMPTZ '2024-02-01', TIMESTAMPTZ '2024-03-01', INTERVAL '1 day') g(s);$$, -true, true, false, true); - explain_mask_costs ---------------------------------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=30 width=N) (actual rows=30.00 loops=1) -(1 row) - --- As above but with generate_series_timestamp -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(TIMESTAMP '2024-02-01', TIMESTAMP '2024-03-01', INTERVAL '1 day') g(s);$$, -true, true, false, true); - explain_mask_costs ---------------------------------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=30 width=N) (actual rows=30.00 loops=1) -(1 row) - --- As above but with generate_series_timestamptz_at_zone() -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(TIMESTAMPTZ '2024-02-01', TIMESTAMPTZ '2024-03-01', INTERVAL '1 day', 'UTC') g(s);$$, -true, true, false, true); - explain_mask_costs ---------------------------------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=30 width=N) (actual rows=30.00 loops=1) -(1 row) - --- Ensure the estimated and actual row counts match when the range isn't --- evenly divisible by the step -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(TIMESTAMPTZ '2024-02-01', TIMESTAMPTZ '2024-03-01', INTERVAL '7 day') g(s);$$, -true, true, false, true); - explain_mask_costs -------------------------------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=5 width=N) (actual rows=5.00 loops=1) -(1 row) - --- Ensure the estimates match when step is decreasing -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(TIMESTAMPTZ '2024-03-01', TIMESTAMPTZ '2024-02-01', INTERVAL '-1 day') g(s);$$, -true, true, false, true); - explain_mask_costs ---------------------------------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=30 width=N) (actual rows=30.00 loops=1) -(1 row) - --- Ensure an empty range estimates 1 row -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(TIMESTAMPTZ '2024-03-01', TIMESTAMPTZ '2024-02-01', INTERVAL '1 day') g(s);$$, -true, true, false, true); - explain_mask_costs -------------------------------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=1 width=N) (actual rows=0.00 loops=1) -(1 row) - --- Ensure we get the default row estimate for infinity values -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(TIMESTAMPTZ '-infinity', TIMESTAMPTZ 'infinity', INTERVAL '1 day') g(s);$$, -false, true, false, true); - explain_mask_costs -------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=1000 width=N) -(1 row) - --- Ensure the row estimate behaves correctly when step size is zero. --- We expect generate_series_timestamp() to throw the error rather than in --- the support function. -SELECT * FROM generate_series(TIMESTAMPTZ '2024-02-01', TIMESTAMPTZ '2024-03-01', INTERVAL '0 day') g(s); -ERROR: step size cannot equal zero --- --- Test the SupportRequestRows support function for generate_series_numeric() --- --- Ensure the row estimate matches the actual rows -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(1.0, 25.0) g(s);$$, -true, true, false, true); - explain_mask_costs ---------------------------------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=25 width=N) (actual rows=25.00 loops=1) -(1 row) - --- As above but with non-default step -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(1.0, 25.0, 2.0) g(s);$$, -true, true, false, true); - explain_mask_costs ---------------------------------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=13 width=N) (actual rows=13.00 loops=1) -(1 row) - --- Ensure the estimates match when step is decreasing -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(25.0, 1.0, -1.0) g(s);$$, -true, true, false, true); - explain_mask_costs ---------------------------------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=25 width=N) (actual rows=25.00 loops=1) -(1 row) - --- Ensure an empty range estimates 1 row -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(25.0, 1.0, 1.0) g(s);$$, -true, true, false, true); - explain_mask_costs -------------------------------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=1 width=N) (actual rows=0.00 loops=1) -(1 row) - --- Ensure we get the default row estimate for error cases (infinity/NaN values --- and zero step size) -SELECT explain_mask_costs($$ -SELECT * FROM generate_series('-infinity'::NUMERIC, 'infinity'::NUMERIC, 1.0) g(s);$$, -false, true, false, true); - explain_mask_costs -------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=1000 width=N) -(1 row) - -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(1.0, 25.0, 'NaN'::NUMERIC) g(s);$$, -false, true, false, true); - explain_mask_costs -------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=1000 width=N) -(1 row) - -SELECT explain_mask_costs($$ -SELECT * FROM generate_series(25.0, 2.0, 0.0) g(s);$$, -false, true, false, true); - explain_mask_costs -------------------------------------------------------------------- - Function Scan on generate_series g (cost=N..N rows=1000 width=N) -(1 row) - --- Test functions for control data -SELECT count(*) > 0 AS ok FROM pg_control_checkpoint(); - ok ----- - t -(1 row) - -SELECT count(*) > 0 AS ok FROM pg_control_init(); - ok ----- - t -(1 row) - -SELECT count(*) > 0 AS ok FROM pg_control_recovery(); - ok ----- - t -(1 row) - -SELECT count(*) > 0 AS ok FROM pg_control_system(); - ok ----- - t -(1 row) - --- pg_split_walfile_name, pg_walfile_name & pg_walfile_name_offset -SELECT * FROM pg_split_walfile_name(NULL); - segment_number | timeline_id -----------------+------------- - | -(1 row) - -SELECT * FROM pg_split_walfile_name('invalid'); -ERROR: invalid WAL file name "invalid" -SELECT segment_number > 0 AS ok_segment_number, timeline_id - FROM pg_split_walfile_name('000000010000000100000000'); - ok_segment_number | timeline_id --------------------+------------- - t | 1 -(1 row) - -SELECT segment_number > 0 AS ok_segment_number, timeline_id - FROM pg_split_walfile_name('ffffffFF00000001000000af'); - ok_segment_number | timeline_id --------------------+------------- - t | 4294967295 -(1 row) - -SELECT setting::int8 AS segment_size -FROM pg_settings -WHERE name = 'wal_segment_size' -\gset -SELECT segment_number, file_offset -FROM pg_walfile_name_offset('0/0'::pg_lsn + :segment_size), - pg_split_walfile_name(file_name); - segment_number | file_offset -----------------+------------- - 1 | 0 -(1 row) - -SELECT segment_number, file_offset -FROM pg_walfile_name_offset('0/0'::pg_lsn + :segment_size + 1), - pg_split_walfile_name(file_name); - segment_number | file_offset -----------------+------------- - 1 | 1 -(1 row) - -SELECT segment_number, file_offset = :segment_size - 1 -FROM pg_walfile_name_offset('0/0'::pg_lsn + :segment_size - 1), - pg_split_walfile_name(file_name); - segment_number | ?column? -----------------+---------- - 0 | t -(1 row) - --- pg_current_logfile -CREATE ROLE regress_current_logfile; --- not available by default -SELECT has_function_privilege('regress_current_logfile', - 'pg_current_logfile()', 'EXECUTE'); - has_function_privilege ------------------------- - f -(1 row) - -GRANT pg_monitor TO regress_current_logfile; --- role has privileges of pg_monitor and can execute the function -SELECT has_function_privilege('regress_current_logfile', - 'pg_current_logfile()', 'EXECUTE'); - has_function_privilege ------------------------- - t -(1 row) - -DROP ROLE regress_current_logfile; --- pg_column_toast_chunk_id -CREATE TABLE test_chunk_id (a TEXT, b TEXT STORAGE EXTERNAL); -INSERT INTO test_chunk_id VALUES ('x', repeat('x', 8192)); -SELECT t.relname AS toastrel FROM pg_class c - LEFT JOIN pg_class t ON c.reltoastrelid = t.oid - WHERE c.relname = 'test_chunk_id' -\gset -SELECT pg_column_toast_chunk_id(a) IS NULL, - pg_column_toast_chunk_id(b) IN (SELECT chunk_id FROM pg_toast.:toastrel) - FROM test_chunk_id; - ?column? | ?column? -----------+---------- - t | t -(1 row) - -DROP TABLE test_chunk_id; -DROP FUNCTION explain_mask_costs(text, bool, bool, bool, bool); --- test stratnum support functions -SELECT gist_stratnum_common(7); - gist_stratnum_common ----------------------- - 3 -(1 row) - -SELECT gist_stratnum_common(3); - gist_stratnum_common ----------------------- - 18 -(1 row) - --- relpath tests -CREATE FUNCTION test_relpath() - RETURNS void - AS :'regresslib' - LANGUAGE C; -SELECT test_relpath(); - test_relpath --------------- - -(1 row) - --- pg_replication_origin.roname limit -SELECT pg_replication_origin_create('regress_' || repeat('a', 505)); -ERROR: replication origin name is too long -DETAIL: Replication origin names must be no longer than 512 bytes. +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-05-11 19:30:19.004259000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out 2025-05-11 19:32:42.395298000 +0000 @@ -1,253 +1,2 @@ --- --- Test assorted system views --- --- This test is mainly meant to provide some code coverage for the --- set-returning functions that underlie certain system views. --- The output of most of these functions is very environment-dependent, --- so our ability to test with fixed expected output is pretty limited; --- but even a trivial check of count(*) will exercise the normal code path --- through the SRF. -select count(*) >= 0 as ok from pg_available_extension_versions; - ok ----- - t -(1 row) - -select count(*) >= 0 as ok from pg_available_extensions; - ok ----- - t -(1 row) - --- The entire output of pg_backend_memory_contexts is not stable, --- we test only the existence and basic condition of TopMemoryContext. -select type, name, ident, level, total_bytes >= free_bytes - from pg_backend_memory_contexts where level = 1; - type | name | ident | level | ?column? -----------+------------------+-------+-------+---------- - AllocSet | TopMemoryContext | | 1 | t -(1 row) - --- We can exercise some MemoryContext type stats functions. Most of the --- column values are too platform-dependant to display. --- Ensure stats from the bump allocator look sane. Bump isn't a commonly --- used context, but it is used in tuplesort.c, so open a cursor to keep --- the tuplesort alive long enough for us to query the context stats. -begin; -declare cur cursor for select left(a,10), b - from (values(repeat('a', 512 * 1024),1),(repeat('b', 512),2)) v(a,b) - order by v.a desc; -fetch 1 from cur; - left | b -------------+--- - bbbbbbbbbb | 2 -(1 row) - -select type, name, total_bytes > 0, total_nblocks, free_bytes > 0, free_chunks -from pg_backend_memory_contexts where name = 'Caller tuples'; - type | name | ?column? | total_nblocks | ?column? | free_chunks -------+---------------+----------+---------------+----------+------------- - Bump | Caller tuples | t | 2 | t | 0 -(1 row) - -rollback; --- Further sanity checks on pg_backend_memory_contexts. We expect --- CacheMemoryContext to have multiple children. Ensure that's the case. -with contexts as ( - select * from pg_backend_memory_contexts -) -select count(*) > 1 -from contexts c1, contexts c2 -where c2.name = 'CacheMemoryContext' -and c1.path[c2.level] = c2.path[c2.level]; - ?column? ----------- - t -(1 row) - --- At introduction, pg_config had 23 entries; it may grow -select count(*) > 20 as ok from pg_config; - ok ----- - t -(1 row) - --- We expect no cursors in this test; see also portals.sql -select count(*) = 0 as ok from pg_cursors; - ok ----- - t -(1 row) - -select count(*) >= 0 as ok from pg_file_settings; - ok ----- - t -(1 row) - --- There will surely be at least one rule, with no errors. -select count(*) > 0 as ok, count(*) FILTER (WHERE error IS NOT NULL) = 0 AS no_err - from pg_hba_file_rules; - ok | no_err -----+-------- - t | t -(1 row) - --- There may be no rules, and there should be no errors. -select count(*) >= 0 as ok, count(*) FILTER (WHERE error IS NOT NULL) = 0 AS no_err - from pg_ident_file_mappings; - ok | no_err -----+-------- - t | t -(1 row) - --- There will surely be at least one active lock -select count(*) > 0 as ok from pg_locks; - ok ----- - t -(1 row) - --- We expect no prepared statements in this test; see also prepare.sql -select count(*) = 0 as ok from pg_prepared_statements; - ok ----- - t -(1 row) - --- See also prepared_xacts.sql -select count(*) >= 0 as ok from pg_prepared_xacts; - ok ----- - t -(1 row) - --- There will surely be at least one SLRU cache -select count(*) > 0 as ok from pg_stat_slru; - ok ----- - t -(1 row) - --- There must be only one record -select count(*) = 1 as ok from pg_stat_wal; - ok ----- - t -(1 row) - --- We expect no walreceiver running in this test -select count(*) = 0 as ok from pg_stat_wal_receiver; - ok ----- - t -(1 row) - --- This is to record the prevailing planner enable_foo settings during --- a regression test run. -select name, setting from pg_settings where name like 'enable%'; - name | setting ---------------------------------+--------- - enable_async_append | on - enable_bitmapscan | on - enable_distinct_reordering | on - enable_gathermerge | on - enable_group_by_reordering | on - enable_hashagg | on - enable_hashjoin | on - enable_incremental_sort | on - enable_indexonlyscan | on - enable_indexscan | on - enable_material | on - enable_memoize | on - enable_mergejoin | on - enable_nestloop | on - enable_parallel_append | on - enable_parallel_hash | on - enable_partition_pruning | on - enable_partitionwise_aggregate | off - enable_partitionwise_join | off - enable_presorted_aggregate | on - enable_self_join_elimination | on - enable_seqscan | on - enable_sort | on - enable_tidscan | on -(24 rows) - --- There are always wait event descriptions for various types. InjectionPoint --- may be present or absent, depending on history since last postmaster start. -select type, count(*) > 0 as ok FROM pg_wait_events - where type <> 'InjectionPoint' group by type order by type COLLATE "C"; - type | ok ------------+---- - Activity | t - BufferPin | t - Client | t - Extension | t - IO | t - IPC | t - LWLock | t - Lock | t - Timeout | t -(9 rows) - --- Test that the pg_timezone_names and pg_timezone_abbrevs views are --- more-or-less working. We can't test their contents in any great detail --- without the outputs changing anytime IANA updates the underlying data, --- but it seems reasonable to expect at least one entry per major meridian. --- (At the time of writing, the actual counts are around 38 because of --- zones using fractional GMT offsets, so this is a pretty loose test.) -select count(distinct utc_offset) >= 24 as ok from pg_timezone_names; - ok ----- - t -(1 row) - -select count(distinct utc_offset) >= 24 as ok from pg_timezone_abbrevs; - ok ----- - t -(1 row) - --- Let's check the non-default timezone abbreviation sets, too -set timezone_abbreviations = 'Australia'; -select count(distinct utc_offset) >= 24 as ok from pg_timezone_abbrevs; - ok ----- - t -(1 row) - -set timezone_abbreviations = 'India'; -select count(distinct utc_offset) >= 24 as ok from pg_timezone_abbrevs; - ok ----- - t -(1 row) - --- One specific case we can check without much fear of breakage --- is the historical local-mean-time value used for America/Los_Angeles. -select * from pg_timezone_abbrevs where abbrev = 'LMT'; - abbrev | utc_offset | is_dst ---------+-------------------------------+-------- - LMT | @ 7 hours 52 mins 58 secs ago | f -(1 row) - -DO $$ -DECLARE - bg_writer_pid int; - r RECORD; -BEGIN - SELECT pid from pg_stat_activity where backend_type='background writer' - INTO bg_writer_pid; - - select type, name, ident - from pg_get_process_memory_contexts(bg_writer_pid, false, 20) - where path = '{1}' into r; - RAISE NOTICE '%', r; - select type, name, ident - from pg_get_process_memory_contexts(pg_backend_pid(), false, 20) - where path = '{1}' into r; - RAISE NOTICE '%', r; -END $$; -NOTICE: (AllocSet,TopMemoryContext,) -NOTICE: (AllocSet,TopMemoryContext,) +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tsrf.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tsrf.out --- /tmp/cirrus-ci-build/src/test/regress/expected/tsrf.out 2025-05-11 19:30:19.010683000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tsrf.out 2025-05-11 19:32:42.388134000 +0000 @@ -1,712 +1,2 @@ --- --- tsrf - targetlist set returning function tests --- --- simple srf -SELECT generate_series(1, 3); - generate_series ------------------ - 1 - 2 - 3 -(3 rows) - --- parallel iteration -SELECT generate_series(1, 3), generate_series(3,5); - generate_series | generate_series ------------------+----------------- - 1 | 3 - 2 | 4 - 3 | 5 -(3 rows) - --- parallel iteration, different number of rows -SELECT generate_series(1, 2), generate_series(1,4); - generate_series | generate_series ------------------+----------------- - 1 | 1 - 2 | 2 - | 3 - | 4 -(4 rows) - --- srf, with SRF argument -SELECT generate_series(1, generate_series(1, 3)); - generate_series ------------------ - 1 - 1 - 2 - 1 - 2 - 3 -(6 rows) - --- but we've traditionally rejected the same in FROM -SELECT * FROM generate_series(1, generate_series(1, 3)); -ERROR: set-returning functions must appear at top level of FROM -LINE 1: SELECT * FROM generate_series(1, generate_series(1, 3)); - ^ --- srf, with two SRF arguments -SELECT generate_series(generate_series(1,3), generate_series(2, 4)); - generate_series ------------------ - 1 - 2 - 2 - 3 - 3 - 4 -(6 rows) - --- check proper nesting of SRFs in different expressions -explain (verbose, costs off) -SELECT generate_series(1, generate_series(1, 3)), generate_series(2, 4); - QUERY PLAN --------------------------------------------------------------------------------- - ProjectSet - Output: generate_series(1, (generate_series(1, 3))), (generate_series(2, 4)) - -> ProjectSet - Output: generate_series(1, 3), generate_series(2, 4) - -> Result -(5 rows) - -SELECT generate_series(1, generate_series(1, 3)), generate_series(2, 4); - generate_series | generate_series ------------------+----------------- - 1 | 2 - 1 | 3 - 2 | 3 - 1 | 4 - 2 | 4 - 3 | 4 -(6 rows) - -CREATE TABLE few(id int, dataa text, datab text); -INSERT INTO few VALUES(1, 'a', 'foo'),(2, 'a', 'bar'),(3, 'b', 'bar'); --- SRF with a provably-dummy relation -explain (verbose, costs off) -SELECT unnest(ARRAY[1, 2]) FROM few WHERE false; - QUERY PLAN --------------------------------------- - ProjectSet - Output: unnest('{1,2}'::integer[]) - -> Result - One-Time Filter: false -(4 rows) - -SELECT unnest(ARRAY[1, 2]) FROM few WHERE false; - unnest --------- -(0 rows) - --- SRF shouldn't prevent upper query from recognizing lower as dummy -explain (verbose, costs off) -SELECT * FROM few f1, - (SELECT unnest(ARRAY[1,2]) FROM few f2 WHERE false OFFSET 0) ss; - QUERY PLAN ------------------------------------------------- - Result - Output: f1.id, f1.dataa, f1.datab, ss.unnest - One-Time Filter: false -(3 rows) - -SELECT * FROM few f1, - (SELECT unnest(ARRAY[1,2]) FROM few f2 WHERE false OFFSET 0) ss; - id | dataa | datab | unnest -----+-------+-------+-------- -(0 rows) - --- SRF output order of sorting is maintained, if SRF is not referenced -SELECT few.id, generate_series(1,3) g FROM few ORDER BY id DESC; - id | g -----+--- - 3 | 1 - 3 | 2 - 3 | 3 - 2 | 1 - 2 | 2 - 2 | 3 - 1 | 1 - 1 | 2 - 1 | 3 -(9 rows) - --- but SRFs can be referenced in sort -SELECT few.id, generate_series(1,3) g FROM few ORDER BY id, g DESC; - id | g -----+--- - 1 | 3 - 1 | 2 - 1 | 1 - 2 | 3 - 2 | 2 - 2 | 1 - 3 | 3 - 3 | 2 - 3 | 1 -(9 rows) - -SELECT few.id, generate_series(1,3) g FROM few ORDER BY id, generate_series(1,3) DESC; - id | g -----+--- - 1 | 3 - 1 | 2 - 1 | 1 - 2 | 3 - 2 | 2 - 2 | 1 - 3 | 3 - 3 | 2 - 3 | 1 -(9 rows) - --- it's weird to have ORDER BYs that increase the number of results -SELECT few.id FROM few ORDER BY id, generate_series(1,3) DESC; - id ----- - 1 - 1 - 1 - 2 - 2 - 2 - 3 - 3 - 3 -(9 rows) - --- SRFs are computed after aggregation -SET enable_hashagg TO 0; -- stable output order -SELECT few.dataa, count(*), min(id), max(id), unnest('{1,1,3}'::int[]) FROM few WHERE few.id = 1 GROUP BY few.dataa; - dataa | count | min | max | unnest --------+-------+-----+-----+-------- - a | 1 | 1 | 1 | 1 - a | 1 | 1 | 1 | 1 - a | 1 | 1 | 1 | 3 -(3 rows) - --- unless referenced in GROUP BY clause -SELECT few.dataa, count(*), min(id), max(id), unnest('{1,1,3}'::int[]) FROM few WHERE few.id = 1 GROUP BY few.dataa, unnest('{1,1,3}'::int[]); - dataa | count | min | max | unnest --------+-------+-----+-----+-------- - a | 2 | 1 | 1 | 1 - a | 1 | 1 | 1 | 3 -(2 rows) - -SELECT few.dataa, count(*), min(id), max(id), unnest('{1,1,3}'::int[]) FROM few WHERE few.id = 1 GROUP BY few.dataa, 5; - dataa | count | min | max | unnest --------+-------+-----+-----+-------- - a | 2 | 1 | 1 | 1 - a | 1 | 1 | 1 | 3 -(2 rows) - -RESET enable_hashagg; --- check HAVING works when GROUP BY does [not] reference SRF output -SELECT dataa, generate_series(1,1), count(*) FROM few GROUP BY 1 HAVING count(*) > 1; - dataa | generate_series | count --------+-----------------+------- - a | 1 | 2 -(1 row) - -SELECT dataa, generate_series(1,1), count(*) FROM few GROUP BY 1, 2 HAVING count(*) > 1; - dataa | generate_series | count --------+-----------------+------- - a | 1 | 2 -(1 row) - --- it's weird to have GROUP BYs that increase the number of results -SELECT few.dataa, count(*) FROM few WHERE dataa = 'a' GROUP BY few.dataa ORDER BY 2; - dataa | count --------+------- - a | 2 -(1 row) - -SELECT few.dataa, count(*) FROM few WHERE dataa = 'a' GROUP BY few.dataa, unnest('{1,1,3}'::int[]) ORDER BY 2; - dataa | count --------+------- - a | 2 - a | 4 -(2 rows) - --- SRFs are not allowed if they'd need to be conditionally executed -SELECT q1, case when q1 > 0 then generate_series(1,3) else 0 end FROM int8_tbl; -ERROR: set-returning functions are not allowed in CASE -LINE 1: SELECT q1, case when q1 > 0 then generate_series(1,3) else 0... - ^ -HINT: You might be able to move the set-returning function into a LATERAL FROM item. -SELECT q1, coalesce(generate_series(1,3), 0) FROM int8_tbl; -ERROR: set-returning functions are not allowed in COALESCE -LINE 1: SELECT q1, coalesce(generate_series(1,3), 0) FROM int8_tbl; - ^ -HINT: You might be able to move the set-returning function into a LATERAL FROM item. --- SRFs are not allowed in aggregate arguments -SELECT min(generate_series(1, 3)) FROM few; -ERROR: aggregate function calls cannot contain set-returning function calls -LINE 1: SELECT min(generate_series(1, 3)) FROM few; - ^ -HINT: You might be able to move the set-returning function into a LATERAL FROM item. --- ... unless they're within a sub-select -SELECT sum((3 = ANY(SELECT generate_series(1,4)))::int); - sum ------ - 1 -(1 row) - -SELECT sum((3 = ANY(SELECT lag(x) over(order by x) - FROM generate_series(1,4) x))::int); - sum ------ - 1 -(1 row) - --- SRFs are not allowed in window function arguments, either -SELECT min(generate_series(1, 3)) OVER() FROM few; -ERROR: window function calls cannot contain set-returning function calls -LINE 1: SELECT min(generate_series(1, 3)) OVER() FROM few; - ^ -HINT: You might be able to move the set-returning function into a LATERAL FROM item. --- SRFs are normally computed after window functions -SELECT id,lag(id) OVER(), count(*) OVER(), generate_series(1,3) FROM few; - id | lag | count | generate_series -----+-----+-------+----------------- - 1 | | 3 | 1 - 1 | | 3 | 2 - 1 | | 3 | 3 - 2 | 1 | 3 | 1 - 2 | 1 | 3 | 2 - 2 | 1 | 3 | 3 - 3 | 2 | 3 | 1 - 3 | 2 | 3 | 2 - 3 | 2 | 3 | 3 -(9 rows) - --- unless referencing SRFs -SELECT SUM(count(*)) OVER(PARTITION BY generate_series(1,3) ORDER BY generate_series(1,3)), generate_series(1,3) g FROM few GROUP BY g; - sum | g ------+--- - 3 | 1 - 3 | 2 - 3 | 3 -(3 rows) - --- sorting + grouping -SELECT few.dataa, count(*), min(id), max(id), generate_series(1,3) FROM few GROUP BY few.dataa ORDER BY 5, 1; - dataa | count | min | max | generate_series --------+-------+-----+-----+----------------- - a | 2 | 1 | 2 | 1 - b | 1 | 3 | 3 | 1 - a | 2 | 1 | 2 | 2 - b | 1 | 3 | 3 | 2 - a | 2 | 1 | 2 | 3 - b | 1 | 3 | 3 | 3 -(6 rows) - --- grouping sets are a bit special, they produce NULLs in columns not actually NULL -set enable_hashagg = false; -SELECT dataa, datab b, generate_series(1,2) g, count(*) FROM few GROUP BY CUBE(dataa, datab); - dataa | b | g | count --------+-----+---+------- - a | bar | 1 | 1 - a | bar | 2 | 1 - a | foo | 1 | 1 - a | foo | 2 | 1 - a | | 1 | 2 - a | | 2 | 2 - b | bar | 1 | 1 - b | bar | 2 | 1 - b | | 1 | 1 - b | | 2 | 1 - | | 1 | 3 - | | 2 | 3 - | bar | 1 | 2 - | bar | 2 | 2 - | foo | 1 | 1 - | foo | 2 | 1 -(16 rows) - -SELECT dataa, datab b, generate_series(1,2) g, count(*) FROM few GROUP BY CUBE(dataa, datab) ORDER BY dataa; - dataa | b | g | count --------+-----+---+------- - a | bar | 1 | 1 - a | bar | 2 | 1 - a | foo | 1 | 1 - a | foo | 2 | 1 - a | | 1 | 2 - a | | 2 | 2 - b | bar | 1 | 1 - b | bar | 2 | 1 - b | | 1 | 1 - b | | 2 | 1 - | | 1 | 3 - | | 2 | 3 - | bar | 1 | 2 - | bar | 2 | 2 - | foo | 1 | 1 - | foo | 2 | 1 -(16 rows) - -SELECT dataa, datab b, generate_series(1,2) g, count(*) FROM few GROUP BY CUBE(dataa, datab) ORDER BY g; - dataa | b | g | count --------+-----+---+------- - a | bar | 1 | 1 - a | foo | 1 | 1 - a | | 1 | 2 - b | bar | 1 | 1 - b | | 1 | 1 - | | 1 | 3 - | bar | 1 | 2 - | foo | 1 | 1 - | foo | 2 | 1 - a | bar | 2 | 1 - b | | 2 | 1 - a | foo | 2 | 1 - | bar | 2 | 2 - a | | 2 | 2 - | | 2 | 3 - b | bar | 2 | 1 -(16 rows) - -SELECT dataa, datab b, generate_series(1,2) g, count(*) FROM few GROUP BY CUBE(dataa, datab, g); - dataa | b | g | count --------+-----+---+------- - a | bar | 1 | 1 - a | bar | 2 | 1 - a | bar | | 2 - a | foo | 1 | 1 - a | foo | 2 | 1 - a | foo | | 2 - a | | | 4 - b | bar | 1 | 1 - b | bar | 2 | 1 - b | bar | | 2 - b | | | 2 - | | | 6 - | bar | 1 | 2 - | bar | 2 | 2 - | bar | | 4 - | foo | 1 | 1 - | foo | 2 | 1 - | foo | | 2 - a | | 1 | 2 - b | | 1 | 1 - | | 1 | 3 - a | | 2 | 2 - b | | 2 | 1 - | | 2 | 3 -(24 rows) - -SELECT dataa, datab b, generate_series(1,2) g, count(*) FROM few GROUP BY CUBE(dataa, datab, g) ORDER BY dataa; - dataa | b | g | count --------+-----+---+------- - a | foo | | 2 - a | | | 4 - a | | 2 | 2 - a | bar | 1 | 1 - a | bar | 2 | 1 - a | bar | | 2 - a | foo | 1 | 1 - a | foo | 2 | 1 - a | | 1 | 2 - b | bar | 1 | 1 - b | | | 2 - b | | 1 | 1 - b | bar | 2 | 1 - b | bar | | 2 - b | | 2 | 1 - | | 2 | 3 - | | | 6 - | bar | 1 | 2 - | bar | 2 | 2 - | bar | | 4 - | foo | 1 | 1 - | foo | 2 | 1 - | foo | | 2 - | | 1 | 3 -(24 rows) - -SELECT dataa, datab b, generate_series(1,2) g, count(*) FROM few GROUP BY CUBE(dataa, datab, g) ORDER BY g; - dataa | b | g | count --------+-----+---+------- - a | bar | 1 | 1 - a | foo | 1 | 1 - b | bar | 1 | 1 - | bar | 1 | 2 - | foo | 1 | 1 - a | | 1 | 2 - b | | 1 | 1 - | | 1 | 3 - a | | 2 | 2 - b | | 2 | 1 - | bar | 2 | 2 - | | 2 | 3 - | foo | 2 | 1 - a | bar | 2 | 1 - a | foo | 2 | 1 - b | bar | 2 | 1 - a | | | 4 - b | bar | | 2 - b | | | 2 - | | | 6 - a | foo | | 2 - a | bar | | 2 - | bar | | 4 - | foo | | 2 -(24 rows) - -reset enable_hashagg; --- case with degenerate ORDER BY -explain (verbose, costs off) -select 'foo' as f, generate_series(1,2) as g from few order by 1; - QUERY PLAN ----------------------------------------------- - ProjectSet - Output: 'foo'::text, generate_series(1, 2) - -> Seq Scan on public.few - Output: id, dataa, datab -(4 rows) - -select 'foo' as f, generate_series(1,2) as g from few order by 1; - f | g ------+--- - foo | 1 - foo | 2 - foo | 1 - foo | 2 - foo | 1 - foo | 2 -(6 rows) - --- data modification -CREATE TABLE fewmore AS SELECT generate_series(1,3) AS data; -INSERT INTO fewmore VALUES(generate_series(4,5)); -SELECT * FROM fewmore; - data ------- - 1 - 2 - 3 - 4 - 5 -(5 rows) - --- SRFs are not allowed in UPDATE (they once were, but it was nonsense) -UPDATE fewmore SET data = generate_series(4,9); -ERROR: set-returning functions are not allowed in UPDATE -LINE 1: UPDATE fewmore SET data = generate_series(4,9); - ^ --- SRFs are not allowed in RETURNING -INSERT INTO fewmore VALUES(1) RETURNING generate_series(1,3); -ERROR: set-returning functions are not allowed in RETURNING -LINE 1: INSERT INTO fewmore VALUES(1) RETURNING generate_series(1,3)... - ^ --- nor standalone VALUES (but surely this is a bug?) -VALUES(1, generate_series(1,2)); -ERROR: set-returning functions are not allowed in VALUES -LINE 1: VALUES(1, generate_series(1,2)); - ^ --- We allow tSRFs that are not at top level -SELECT int4mul(generate_series(1,2), 10); - int4mul ---------- - 10 - 20 -(2 rows) - -SELECT generate_series(1,3) IS DISTINCT FROM 2; - ?column? ----------- - t - f - t -(3 rows) - --- but SRFs in function RTEs must be at top level (annoying restriction) -SELECT * FROM int4mul(generate_series(1,2), 10); -ERROR: set-returning functions must appear at top level of FROM -LINE 1: SELECT * FROM int4mul(generate_series(1,2), 10); - ^ --- DISTINCT ON is evaluated before tSRF evaluation if SRF is not --- referenced either in ORDER BY or in the DISTINCT ON list. The ORDER --- BY reference can be implicitly generated, if there's no other ORDER BY. --- implicit reference (via implicit ORDER) to all columns -SELECT DISTINCT ON (a) a, b, generate_series(1,3) g -FROM (VALUES (3, 2), (3,1), (1,1), (1,4), (5,3), (5,1)) AS t(a, b); - a | b | g ----+---+--- - 1 | 1 | 1 - 3 | 2 | 1 - 5 | 3 | 1 -(3 rows) - --- unreferenced in DISTINCT ON or ORDER BY -SELECT DISTINCT ON (a) a, b, generate_series(1,3) g -FROM (VALUES (3, 2), (3,1), (1,1), (1,4), (5,3), (5,1)) AS t(a, b) -ORDER BY a, b DESC; - a | b | g ----+---+--- - 1 | 4 | 1 - 1 | 4 | 2 - 1 | 4 | 3 - 3 | 2 | 1 - 3 | 2 | 2 - 3 | 2 | 3 - 5 | 3 | 1 - 5 | 3 | 2 - 5 | 3 | 3 -(9 rows) - --- referenced in ORDER BY -SELECT DISTINCT ON (a) a, b, generate_series(1,3) g -FROM (VALUES (3, 2), (3,1), (1,1), (1,4), (5,3), (5,1)) AS t(a, b) -ORDER BY a, b DESC, g DESC; - a | b | g ----+---+--- - 1 | 4 | 3 - 3 | 2 | 3 - 5 | 3 | 3 -(3 rows) - --- referenced in ORDER BY and DISTINCT ON -SELECT DISTINCT ON (a, b, g) a, b, generate_series(1,3) g -FROM (VALUES (3, 2), (3,1), (1,1), (1,4), (5,3), (5,1)) AS t(a, b) -ORDER BY a, b DESC, g DESC; - a | b | g ----+---+--- - 1 | 4 | 3 - 1 | 4 | 2 - 1 | 4 | 1 - 1 | 1 | 3 - 1 | 1 | 2 - 1 | 1 | 1 - 3 | 2 | 3 - 3 | 2 | 2 - 3 | 2 | 1 - 3 | 1 | 3 - 3 | 1 | 2 - 3 | 1 | 1 - 5 | 3 | 3 - 5 | 3 | 2 - 5 | 3 | 1 - 5 | 1 | 3 - 5 | 1 | 2 - 5 | 1 | 1 -(18 rows) - --- only SRF mentioned in DISTINCT ON -SELECT DISTINCT ON (g) a, b, generate_series(1,3) g -FROM (VALUES (3, 2), (3,1), (1,1), (1,4), (5,3), (5,1)) AS t(a, b); - a | b | g ----+---+--- - 3 | 2 | 1 - 5 | 1 | 2 - 3 | 1 | 3 -(3 rows) - --- LIMIT / OFFSET is evaluated after SRF evaluation -SELECT a, generate_series(1,2) FROM (VALUES(1),(2),(3)) r(a) LIMIT 2 OFFSET 2; - a | generate_series ----+----------------- - 2 | 1 - 2 | 2 -(2 rows) - --- SRFs are not allowed in LIMIT. -SELECT 1 LIMIT generate_series(1,3); -ERROR: set-returning functions are not allowed in LIMIT -LINE 1: SELECT 1 LIMIT generate_series(1,3); - ^ --- tSRF in correlated subquery, referencing table outside -SELECT (SELECT generate_series(1,3) LIMIT 1 OFFSET few.id) FROM few; - generate_series ------------------ - 2 - 3 - -(3 rows) - --- tSRF in correlated subquery, referencing SRF outside -SELECT (SELECT generate_series(1,3) LIMIT 1 OFFSET g.i) FROM generate_series(0,3) g(i); - generate_series ------------------ - 1 - 2 - 3 - -(4 rows) - --- Operators can return sets too -CREATE OPERATOR |@| (PROCEDURE = unnest, RIGHTARG = ANYARRAY); -SELECT |@|ARRAY[1,2,3]; - ?column? ----------- - 1 - 2 - 3 -(3 rows) - --- Some fun cases involving duplicate SRF calls -explain (verbose, costs off) -select generate_series(1,3) as x, generate_series(1,3) + 1 as xp1; - QUERY PLAN ------------------------------------------------------------------- - Result - Output: (generate_series(1, 3)), ((generate_series(1, 3)) + 1) - -> ProjectSet - Output: generate_series(1, 3) - -> Result -(5 rows) - -select generate_series(1,3) as x, generate_series(1,3) + 1 as xp1; - x | xp1 ----+----- - 1 | 2 - 2 | 3 - 3 | 4 -(3 rows) - -explain (verbose, costs off) -select generate_series(1,3)+1 order by generate_series(1,3); - QUERY PLAN ------------------------------------------------------------------------- - Sort - Output: (((generate_series(1, 3)) + 1)), (generate_series(1, 3)) - Sort Key: (generate_series(1, 3)) - -> Result - Output: ((generate_series(1, 3)) + 1), (generate_series(1, 3)) - -> ProjectSet - Output: generate_series(1, 3) - -> Result -(8 rows) - -select generate_series(1,3)+1 order by generate_series(1,3); - ?column? ----------- - 2 - 3 - 4 -(3 rows) - --- Check that SRFs of same nesting level run in lockstep -explain (verbose, costs off) -select generate_series(1,3) as x, generate_series(3,6) + 1 as y; - QUERY PLAN ------------------------------------------------------------------- - Result - Output: (generate_series(1, 3)), ((generate_series(3, 6)) + 1) - -> ProjectSet - Output: generate_series(1, 3), generate_series(3, 6) - -> Result -(5 rows) - -select generate_series(1,3) as x, generate_series(3,6) + 1 as y; - x | y ----+--- - 1 | 4 - 2 | 5 - 3 | 6 - | 7 -(4 rows) - --- Clean up -DROP TABLE few; -DROP TABLE fewmore; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tid.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tid.out --- /tmp/cirrus-ci-build/src/test/regress/expected/tid.out 2025-05-11 19:30:19.005275000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tid.out 2025-05-11 19:32:42.384098000 +0000 @@ -1,121 +1,2 @@ --- basic tests for the TID data type -SELECT - '(0,0)'::tid as tid00, - '(0,1)'::tid as tid01, - '(-1,0)'::tid as tidm10, - '(4294967295,65535)'::tid as tidmax; - tid00 | tid01 | tidm10 | tidmax --------+-------+----------------+-------------------- - (0,0) | (0,1) | (4294967295,0) | (4294967295,65535) -(1 row) - -SELECT '(4294967296,1)'::tid; -- error -ERROR: invalid input syntax for type tid: "(4294967296,1)" -LINE 1: SELECT '(4294967296,1)'::tid; - ^ -SELECT '(1,65536)'::tid; -- error -ERROR: invalid input syntax for type tid: "(1,65536)" -LINE 1: SELECT '(1,65536)'::tid; - ^ --- Also try it with non-error-throwing API -SELECT pg_input_is_valid('(0)', 'tid'); - pg_input_is_valid -------------------- - f -(1 row) - -SELECT * FROM pg_input_error_info('(0)', 'tid'); - message | detail | hint | sql_error_code -------------------------------------------+--------+------+---------------- - invalid input syntax for type tid: "(0)" | | | 22P02 -(1 row) - -SELECT pg_input_is_valid('(0,-1)', 'tid'); - pg_input_is_valid -------------------- - f -(1 row) - -SELECT * FROM pg_input_error_info('(0,-1)', 'tid'); - message | detail | hint | sql_error_code ----------------------------------------------+--------+------+---------------- - invalid input syntax for type tid: "(0,-1)" | | | 22P02 -(1 row) - --- tests for functions related to TID handling -CREATE TABLE tid_tab (a int); --- min() and max() for TIDs -INSERT INTO tid_tab VALUES (1), (2); -SELECT min(ctid) FROM tid_tab; - min -------- - (0,1) -(1 row) - -SELECT max(ctid) FROM tid_tab; - max -------- - (0,2) -(1 row) - -TRUNCATE tid_tab; --- Tests for currtid2() with various relation kinds --- Materialized view -CREATE MATERIALIZED VIEW tid_matview AS SELECT a FROM tid_tab; -SELECT currtid2('tid_matview'::text, '(0,1)'::tid); -- fails -ERROR: tid (0, 1) is not valid for relation "tid_matview" -INSERT INTO tid_tab VALUES (1); -REFRESH MATERIALIZED VIEW tid_matview; -SELECT currtid2('tid_matview'::text, '(0,1)'::tid); -- ok - currtid2 ----------- - (0,1) -(1 row) - -DROP MATERIALIZED VIEW tid_matview; -TRUNCATE tid_tab; --- Sequence -CREATE SEQUENCE tid_seq; -SELECT currtid2('tid_seq'::text, '(0,1)'::tid); -- ok - currtid2 ----------- - (0,1) -(1 row) - -DROP SEQUENCE tid_seq; --- Index, fails with incorrect relation type -CREATE INDEX tid_ind ON tid_tab(a); -SELECT currtid2('tid_ind'::text, '(0,1)'::tid); -- fails -ERROR: cannot open relation "tid_ind" -DETAIL: This operation is not supported for indexes. -DROP INDEX tid_ind; --- Partitioned table, no storage -CREATE TABLE tid_part (a int) PARTITION BY RANGE (a); -SELECT currtid2('tid_part'::text, '(0,1)'::tid); -- fails -ERROR: cannot look at latest visible tid for relation "public.tid_part" -DROP TABLE tid_part; --- Views --- ctid not defined in the view -CREATE VIEW tid_view_no_ctid AS SELECT a FROM tid_tab; -SELECT currtid2('tid_view_no_ctid'::text, '(0,1)'::tid); -- fails -ERROR: currtid cannot handle views with no CTID -DROP VIEW tid_view_no_ctid; --- ctid fetched directly from the source table. -CREATE VIEW tid_view_with_ctid AS SELECT ctid, a FROM tid_tab; -SELECT currtid2('tid_view_with_ctid'::text, '(0,1)'::tid); -- fails -ERROR: tid (0, 1) is not valid for relation "tid_tab" -INSERT INTO tid_tab VALUES (1); -SELECT currtid2('tid_view_with_ctid'::text, '(0,1)'::tid); -- ok - currtid2 ----------- - (0,1) -(1 row) - -DROP VIEW tid_view_with_ctid; -TRUNCATE tid_tab; --- ctid attribute with incorrect data type -CREATE VIEW tid_view_fake_ctid AS SELECT 1 AS ctid, 2 AS a; -SELECT currtid2('tid_view_fake_ctid'::text, '(0,1)'::tid); -- fails -ERROR: ctid isn't of type TID -DROP VIEW tid_view_fake_ctid; -DROP TABLE tid_tab CASCADE; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tidscan.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tidscan.out --- /tmp/cirrus-ci-build/src/test/regress/expected/tidscan.out 2025-05-11 19:30:19.005482000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tidscan.out 2025-05-11 19:32:42.375789000 +0000 @@ -1,296 +1,2 @@ --- tests for tidscans -CREATE TABLE tidscan(id integer); --- only insert a few rows, we don't want to spill onto a second table page -INSERT INTO tidscan VALUES (1), (2), (3); --- show ctids -SELECT ctid, * FROM tidscan; - ctid | id --------+---- - (0,1) | 1 - (0,2) | 2 - (0,3) | 3 -(3 rows) - --- ctid equality - implemented as tidscan -EXPLAIN (COSTS OFF) -SELECT ctid, * FROM tidscan WHERE ctid = '(0,1)'; - QUERY PLAN ------------------------------------ - Tid Scan on tidscan - TID Cond: (ctid = '(0,1)'::tid) -(2 rows) - -SELECT ctid, * FROM tidscan WHERE ctid = '(0,1)'; - ctid | id --------+---- - (0,1) | 1 -(1 row) - -EXPLAIN (COSTS OFF) -SELECT ctid, * FROM tidscan WHERE '(0,1)' = ctid; - QUERY PLAN ------------------------------------ - Tid Scan on tidscan - TID Cond: ('(0,1)'::tid = ctid) -(2 rows) - -SELECT ctid, * FROM tidscan WHERE '(0,1)' = ctid; - ctid | id --------+---- - (0,1) | 1 -(1 row) - --- OR'd clauses -EXPLAIN (COSTS OFF) -SELECT ctid, * FROM tidscan WHERE ctid = '(0,2)' OR '(0,1)' = ctid; - QUERY PLAN --------------------------------------------------------------- - Tid Scan on tidscan - TID Cond: ((ctid = '(0,2)'::tid) OR ('(0,1)'::tid = ctid)) -(2 rows) - -SELECT ctid, * FROM tidscan WHERE ctid = '(0,2)' OR '(0,1)' = ctid; - ctid | id --------+---- - (0,1) | 1 - (0,2) | 2 -(2 rows) - --- ctid = ScalarArrayOp - implemented as tidscan -EXPLAIN (COSTS OFF) -SELECT ctid, * FROM tidscan WHERE ctid = ANY(ARRAY['(0,1)', '(0,2)']::tid[]); - QUERY PLAN -------------------------------------------------------- - Tid Scan on tidscan - TID Cond: (ctid = ANY ('{"(0,1)","(0,2)"}'::tid[])) -(2 rows) - -SELECT ctid, * FROM tidscan WHERE ctid = ANY(ARRAY['(0,1)', '(0,2)']::tid[]); - ctid | id --------+---- - (0,1) | 1 - (0,2) | 2 -(2 rows) - --- ctid != ScalarArrayOp - can't be implemented as tidscan -EXPLAIN (COSTS OFF) -SELECT ctid, * FROM tidscan WHERE ctid != ANY(ARRAY['(0,1)', '(0,2)']::tid[]); - QUERY PLAN ------------------------------------------------------- - Seq Scan on tidscan - Filter: (ctid <> ANY ('{"(0,1)","(0,2)"}'::tid[])) -(2 rows) - -SELECT ctid, * FROM tidscan WHERE ctid != ANY(ARRAY['(0,1)', '(0,2)']::tid[]); - ctid | id --------+---- - (0,1) | 1 - (0,2) | 2 - (0,3) | 3 -(3 rows) - --- tid equality extracted from sub-AND clauses -EXPLAIN (COSTS OFF) -SELECT ctid, * FROM tidscan -WHERE (id = 3 AND ctid IN ('(0,2)', '(0,3)')) OR (ctid = '(0,1)' AND id = 1); - QUERY PLAN --------------------------------------------------------------------------------------------------------------- - Tid Scan on tidscan - TID Cond: ((ctid = ANY ('{"(0,2)","(0,3)"}'::tid[])) OR (ctid = '(0,1)'::tid)) - Filter: (((id = 3) AND (ctid = ANY ('{"(0,2)","(0,3)"}'::tid[]))) OR ((ctid = '(0,1)'::tid) AND (id = 1))) -(3 rows) - -SELECT ctid, * FROM tidscan -WHERE (id = 3 AND ctid IN ('(0,2)', '(0,3)')) OR (ctid = '(0,1)' AND id = 1); - ctid | id --------+---- - (0,1) | 1 - (0,3) | 3 -(2 rows) - --- nestloop-with-inner-tidscan joins on tid -SET enable_hashjoin TO off; -- otherwise hash join might win -EXPLAIN (COSTS OFF) -SELECT t1.ctid, t1.*, t2.ctid, t2.* -FROM tidscan t1 JOIN tidscan t2 ON t1.ctid = t2.ctid WHERE t1.id = 1; - QUERY PLAN ------------------------------------- - Nested Loop - -> Seq Scan on tidscan t1 - Filter: (id = 1) - -> Tid Scan on tidscan t2 - TID Cond: (t1.ctid = ctid) -(5 rows) - -SELECT t1.ctid, t1.*, t2.ctid, t2.* -FROM tidscan t1 JOIN tidscan t2 ON t1.ctid = t2.ctid WHERE t1.id = 1; - ctid | id | ctid | id --------+----+-------+---- - (0,1) | 1 | (0,1) | 1 -(1 row) - -EXPLAIN (COSTS OFF) -SELECT t1.ctid, t1.*, t2.ctid, t2.* -FROM tidscan t1 LEFT JOIN tidscan t2 ON t1.ctid = t2.ctid WHERE t1.id = 1; - QUERY PLAN ------------------------------------- - Nested Loop Left Join - -> Seq Scan on tidscan t1 - Filter: (id = 1) - -> Tid Scan on tidscan t2 - TID Cond: (t1.ctid = ctid) -(5 rows) - -SELECT t1.ctid, t1.*, t2.ctid, t2.* -FROM tidscan t1 LEFT JOIN tidscan t2 ON t1.ctid = t2.ctid WHERE t1.id = 1; - ctid | id | ctid | id --------+----+-------+---- - (0,1) | 1 | (0,1) | 1 -(1 row) - -RESET enable_hashjoin; --- exercise backward scan and rewind -BEGIN; -DECLARE c CURSOR FOR -SELECT ctid, * FROM tidscan WHERE ctid = ANY(ARRAY['(0,1)', '(0,2)']::tid[]); -FETCH ALL FROM c; - ctid | id --------+---- - (0,1) | 1 - (0,2) | 2 -(2 rows) - -FETCH BACKWARD 1 FROM c; - ctid | id --------+---- - (0,2) | 2 -(1 row) - -FETCH FIRST FROM c; - ctid | id --------+---- - (0,1) | 1 -(1 row) - -ROLLBACK; --- tidscan via CURRENT OF -BEGIN; -DECLARE c CURSOR FOR SELECT ctid, * FROM tidscan; -FETCH NEXT FROM c; -- skip one row - ctid | id --------+---- - (0,1) | 1 -(1 row) - -FETCH NEXT FROM c; - ctid | id --------+---- - (0,2) | 2 -(1 row) - --- perform update -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFFERS OFF) -UPDATE tidscan SET id = -id WHERE CURRENT OF c RETURNING *; - QUERY PLAN ------------------------------------------------------- - Update on tidscan (actual rows=1.00 loops=1) - -> Tid Scan on tidscan (actual rows=1.00 loops=1) - TID Cond: CURRENT OF c -(3 rows) - -FETCH NEXT FROM c; - ctid | id --------+---- - (0,3) | 3 -(1 row) - --- perform update -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFFERS OFF) -UPDATE tidscan SET id = -id WHERE CURRENT OF c RETURNING *; - QUERY PLAN ------------------------------------------------------- - Update on tidscan (actual rows=1.00 loops=1) - -> Tid Scan on tidscan (actual rows=1.00 loops=1) - TID Cond: CURRENT OF c -(3 rows) - -SELECT * FROM tidscan; - id ----- - 1 - -2 - -3 -(3 rows) - --- position cursor past any rows -FETCH NEXT FROM c; - ctid | id -------+---- -(0 rows) - --- should error out -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFFERS OFF) -UPDATE tidscan SET id = -id WHERE CURRENT OF c RETURNING *; -ERROR: cursor "c" is not positioned on a row -ROLLBACK; --- bulk joins on CTID --- (these plans don't use TID scans, but this still seems like an --- appropriate place for these tests) -EXPLAIN (COSTS OFF) -SELECT count(*) FROM tenk1 t1 JOIN tenk1 t2 ON t1.ctid = t2.ctid; - QUERY PLAN ----------------------------------------- - Aggregate - -> Hash Join - Hash Cond: (t1.ctid = t2.ctid) - -> Seq Scan on tenk1 t1 - -> Hash - -> Seq Scan on tenk1 t2 -(6 rows) - -SELECT count(*) FROM tenk1 t1 JOIN tenk1 t2 ON t1.ctid = t2.ctid; - count -------- - 10000 -(1 row) - -SET enable_hashjoin TO off; -EXPLAIN (COSTS OFF) -SELECT count(*) FROM tenk1 t1 JOIN tenk1 t2 ON t1.ctid = t2.ctid; - QUERY PLAN ------------------------------------------ - Aggregate - -> Merge Join - Merge Cond: (t1.ctid = t2.ctid) - -> Sort - Sort Key: t1.ctid - -> Seq Scan on tenk1 t1 - -> Sort - Sort Key: t2.ctid - -> Seq Scan on tenk1 t2 -(9 rows) - -SELECT count(*) FROM tenk1 t1 JOIN tenk1 t2 ON t1.ctid = t2.ctid; - count -------- - 10000 -(1 row) - -RESET enable_hashjoin; --- check predicate lock on CTID -BEGIN ISOLATION LEVEL SERIALIZABLE; -SELECT * FROM tidscan WHERE ctid = '(0,1)'; - id ----- - 1 -(1 row) - --- locktype should be 'tuple' -SELECT locktype, mode FROM pg_locks WHERE pid = pg_backend_pid() AND mode = 'SIReadLock'; - locktype | mode -----------+------------ - tuple | SIReadLock -(1 row) - -ROLLBACK; -DROP TABLE tidscan; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tidrangescan.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tidrangescan.out --- /tmp/cirrus-ci-build/src/test/regress/expected/tidrangescan.out 2025-05-11 19:30:19.005379000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tidrangescan.out 2025-05-11 19:32:42.383422000 +0000 @@ -1,300 +1,2 @@ --- tests for tidrangescans -SET enable_seqscan TO off; -CREATE TABLE tidrangescan(id integer, data text); --- empty table -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE ctid < '(1, 0)'; - QUERY PLAN ------------------------------------ - Tid Range Scan on tidrangescan - TID Cond: (ctid < '(1,0)'::tid) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE ctid < '(1, 0)'; - ctid ------- -(0 rows) - -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE ctid > '(9, 0)'; - QUERY PLAN ------------------------------------ - Tid Range Scan on tidrangescan - TID Cond: (ctid > '(9,0)'::tid) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE ctid > '(9, 0)'; - ctid ------- -(0 rows) - --- insert enough tuples to fill at least two pages -INSERT INTO tidrangescan SELECT i,repeat('x', 100) FROM generate_series(1,200) AS s(i); --- remove all tuples after the 10th tuple on each page. Trying to ensure --- we get the same layout with all CPU architectures and smaller than standard --- page sizes. -DELETE FROM tidrangescan -WHERE substring(ctid::text FROM ',(\d+)\)')::integer > 10 OR substring(ctid::text FROM '\((\d+),')::integer > 2; -VACUUM tidrangescan; --- range scans with upper bound -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE ctid < '(1,0)'; - QUERY PLAN ------------------------------------ - Tid Range Scan on tidrangescan - TID Cond: (ctid < '(1,0)'::tid) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE ctid < '(1,0)'; - ctid --------- - (0,1) - (0,2) - (0,3) - (0,4) - (0,5) - (0,6) - (0,7) - (0,8) - (0,9) - (0,10) -(10 rows) - -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE ctid <= '(1,5)'; - QUERY PLAN ------------------------------------- - Tid Range Scan on tidrangescan - TID Cond: (ctid <= '(1,5)'::tid) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE ctid <= '(1,5)'; - ctid --------- - (0,1) - (0,2) - (0,3) - (0,4) - (0,5) - (0,6) - (0,7) - (0,8) - (0,9) - (0,10) - (1,1) - (1,2) - (1,3) - (1,4) - (1,5) -(15 rows) - -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE ctid < '(0,0)'; - QUERY PLAN ------------------------------------ - Tid Range Scan on tidrangescan - TID Cond: (ctid < '(0,0)'::tid) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE ctid < '(0,0)'; - ctid ------- -(0 rows) - --- range scans with lower bound -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE ctid > '(2,8)'; - QUERY PLAN ------------------------------------ - Tid Range Scan on tidrangescan - TID Cond: (ctid > '(2,8)'::tid) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE ctid > '(2,8)'; - ctid --------- - (2,9) - (2,10) -(2 rows) - -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE '(2,8)' < ctid; - QUERY PLAN ------------------------------------ - Tid Range Scan on tidrangescan - TID Cond: ('(2,8)'::tid < ctid) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE '(2,8)' < ctid; - ctid --------- - (2,9) - (2,10) -(2 rows) - -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE ctid >= '(2,8)'; - QUERY PLAN ------------------------------------- - Tid Range Scan on tidrangescan - TID Cond: (ctid >= '(2,8)'::tid) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE ctid >= '(2,8)'; - ctid --------- - (2,8) - (2,9) - (2,10) -(3 rows) - -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE ctid >= '(100,0)'; - QUERY PLAN --------------------------------------- - Tid Range Scan on tidrangescan - TID Cond: (ctid >= '(100,0)'::tid) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE ctid >= '(100,0)'; - ctid ------- -(0 rows) - --- range scans with both bounds -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE ctid > '(1,4)' AND '(1,7)' >= ctid; - QUERY PLAN ----------------------------------------------------------------- - Tid Range Scan on tidrangescan - TID Cond: ((ctid > '(1,4)'::tid) AND ('(1,7)'::tid >= ctid)) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE ctid > '(1,4)' AND '(1,7)' >= ctid; - ctid -------- - (1,5) - (1,6) - (1,7) -(3 rows) - -EXPLAIN (COSTS OFF) -SELECT ctid FROM tidrangescan WHERE '(1,7)' >= ctid AND ctid > '(1,4)'; - QUERY PLAN ----------------------------------------------------------------- - Tid Range Scan on tidrangescan - TID Cond: (('(1,7)'::tid >= ctid) AND (ctid > '(1,4)'::tid)) -(2 rows) - -SELECT ctid FROM tidrangescan WHERE '(1,7)' >= ctid AND ctid > '(1,4)'; - ctid -------- - (1,5) - (1,6) - (1,7) -(3 rows) - --- extreme offsets -SELECT ctid FROM tidrangescan WHERE ctid > '(0,65535)' AND ctid < '(1,0)' LIMIT 1; - ctid ------- -(0 rows) - -SELECT ctid FROM tidrangescan WHERE ctid < '(0,0)' LIMIT 1; - ctid ------- -(0 rows) - -SELECT ctid FROM tidrangescan WHERE ctid > '(4294967295,65535)'; - ctid ------- -(0 rows) - -SELECT ctid FROM tidrangescan WHERE ctid < '(0,0)'; - ctid ------- -(0 rows) - --- NULLs in the range cannot return tuples -SELECT ctid FROM tidrangescan WHERE ctid >= (SELECT NULL::tid); - ctid ------- -(0 rows) - --- rescans -EXPLAIN (COSTS OFF) -SELECT t.ctid,t2.c FROM tidrangescan t, -LATERAL (SELECT count(*) c FROM tidrangescan t2 WHERE t2.ctid <= t.ctid) t2 -WHERE t.ctid < '(1,0)'; - QUERY PLAN ------------------------------------------------ - Nested Loop - -> Tid Range Scan on tidrangescan t - TID Cond: (ctid < '(1,0)'::tid) - -> Aggregate - -> Tid Range Scan on tidrangescan t2 - TID Cond: (ctid <= t.ctid) -(6 rows) - -SELECT t.ctid,t2.c FROM tidrangescan t, -LATERAL (SELECT count(*) c FROM tidrangescan t2 WHERE t2.ctid <= t.ctid) t2 -WHERE t.ctid < '(1,0)'; - ctid | c ---------+---- - (0,1) | 1 - (0,2) | 2 - (0,3) | 3 - (0,4) | 4 - (0,5) | 5 - (0,6) | 6 - (0,7) | 7 - (0,8) | 8 - (0,9) | 9 - (0,10) | 10 -(10 rows) - --- cursors --- Ensure we get a TID Range scan without a Materialize node. -EXPLAIN (COSTS OFF) -DECLARE c SCROLL CURSOR FOR SELECT ctid FROM tidrangescan WHERE ctid < '(1,0)'; - QUERY PLAN ------------------------------------ - Tid Range Scan on tidrangescan - TID Cond: (ctid < '(1,0)'::tid) -(2 rows) - -BEGIN; -DECLARE c SCROLL CURSOR FOR SELECT ctid FROM tidrangescan WHERE ctid < '(1,0)'; -FETCH NEXT c; - ctid -------- - (0,1) -(1 row) - -FETCH NEXT c; - ctid -------- - (0,2) -(1 row) - -FETCH PRIOR c; - ctid -------- - (0,1) -(1 row) - -FETCH FIRST c; - ctid -------- - (0,1) -(1 row) - -FETCH LAST c; - ctid --------- - (0,10) -(1 row) - -COMMIT; -DROP TABLE tidrangescan; -RESET enable_seqscan; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.utf8_1.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.utf8.out --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.utf8_1.out 2025-05-11 19:30:18.933803000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.utf8.out 2025-05-11 19:32:42.390482000 +0000 @@ -1,8 +1,2 @@ -/* - * This test is for collations and character operations when using the - * builtin provider with the C.UTF-8 locale. - */ -/* skip test if not UTF8 server encoding */ -SELECT getdatabaseencoding() <> 'UTF8' AS skip_test \gset -\if :skip_test -\quit +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8_1.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.icu.utf8.out --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.icu.utf8_1.out 2025-05-11 19:30:18.932907000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.icu.utf8.out 2025-05-11 19:32:42.376452000 +0000 @@ -1,9 +1,2 @@ -/* - * This test is for ICU collations. - */ -/* skip test if not UTF8 server encoding or no ICU collations installed */ -SELECT getdatabaseencoding() <> 'UTF8' OR - (SELECT count(*) FROM pg_collation WHERE collprovider = 'i' AND collname <> 'unicode') = 0 - AS skip_test \gset -\if :skip_test -\quit +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/incremental_sort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/incremental_sort.out --- /tmp/cirrus-ci-build/src/test/regress/expected/incremental_sort.out 2025-05-11 19:30:18.954945000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/incremental_sort.out 2025-05-11 19:32:42.376509000 +0000 @@ -1,1724 +1,2 @@ --- When there is a LIMIT clause, incremental sort is beneficial because --- it only has to sort some of the groups, and not the entire table. -explain (costs off) -select * from (select * from tenk1 order by four) t order by four, ten -limit 1; - QUERY PLAN ------------------------------------------ - Limit - -> Incremental Sort - Sort Key: tenk1.four, tenk1.ten - Presorted Key: tenk1.four - -> Sort - Sort Key: tenk1.four - -> Seq Scan on tenk1 -(7 rows) - --- When work_mem is not enough to sort the entire table, incremental sort --- may be faster if individual groups still fit into work_mem. -set work_mem to '2MB'; -explain (costs off) -select * from (select * from tenk1 order by four) t order by four, ten; - QUERY PLAN ------------------------------------ - Incremental Sort - Sort Key: tenk1.four, tenk1.ten - Presorted Key: tenk1.four - -> Sort - Sort Key: tenk1.four - -> Seq Scan on tenk1 -(6 rows) - -reset work_mem; -create table t(a integer, b integer); -create or replace function explain_analyze_without_memory(query text) -returns table (out_line text) language plpgsql -as -$$ -declare - line text; -begin - for line in - execute 'explain (analyze, costs off, summary off, timing off, buffers off) ' || query - loop - out_line := regexp_replace(line, '\d+kB', 'NNkB', 'g'); - return next; - end loop; -end; -$$; -create or replace function explain_analyze_inc_sort_nodes(query text) -returns jsonb language plpgsql -as -$$ -declare - elements jsonb; - element jsonb; - matching_nodes jsonb := '[]'::jsonb; -begin - execute 'explain (analyze, costs off, summary off, timing off, buffers off, format ''json'') ' || query into strict elements; - while jsonb_array_length(elements) > 0 loop - element := elements->0; - elements := elements - 0; - case jsonb_typeof(element) - when 'array' then - if jsonb_array_length(element) > 0 then - elements := elements || element; - end if; - when 'object' then - if element ? 'Plan' then - elements := elements || jsonb_build_array(element->'Plan'); - element := element - 'Plan'; - else - if element ? 'Plans' then - elements := elements || jsonb_build_array(element->'Plans'); - element := element - 'Plans'; - end if; - if (element->>'Node Type')::text = 'Incremental Sort' then - matching_nodes := matching_nodes || element; - end if; - end if; - end case; - end loop; - return matching_nodes; -end; -$$; -create or replace function explain_analyze_inc_sort_nodes_without_memory(query text) -returns jsonb language plpgsql -as -$$ -declare - nodes jsonb := '[]'::jsonb; - node jsonb; - group_key text; - space_key text; -begin - for node in select * from jsonb_array_elements(explain_analyze_inc_sort_nodes(query)) t loop - for group_key in select unnest(array['Full-sort Groups', 'Pre-sorted Groups']::text[]) t loop - for space_key in select unnest(array['Sort Space Memory', 'Sort Space Disk']::text[]) t loop - node := jsonb_set(node, array[group_key, space_key, 'Average Sort Space Used'], '"NN"', false); - node := jsonb_set(node, array[group_key, space_key, 'Peak Sort Space Used'], '"NN"', false); - end loop; - end loop; - nodes := nodes || node; - end loop; - return nodes; -end; -$$; -create or replace function explain_analyze_inc_sort_nodes_verify_invariants(query text) -returns bool language plpgsql -as -$$ -declare - node jsonb; - group_stats jsonb; - group_key text; - space_key text; -begin - for node in select * from jsonb_array_elements(explain_analyze_inc_sort_nodes(query)) t loop - for group_key in select unnest(array['Full-sort Groups', 'Pre-sorted Groups']::text[]) t loop - group_stats := node->group_key; - for space_key in select unnest(array['Sort Space Memory', 'Sort Space Disk']::text[]) t loop - if (group_stats->space_key->'Peak Sort Space Used')::bigint < (group_stats->space_key->'Peak Sort Space Used')::bigint then - raise exception '% has invalid max space < average space', group_key; - end if; - end loop; - end loop; - end loop; - return true; -end; -$$; --- A single large group tested around each mode transition point. -insert into t(a, b) select i/100 + 1, i + 1 from generate_series(0, 999) n(i); -analyze t; -explain (costs off) select * from (select * from t order by a) s order by a, b limit 31; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 31; - a | b ----+---- - 1 | 1 - 1 | 2 - 1 | 3 - 1 | 4 - 1 | 5 - 1 | 6 - 1 | 7 - 1 | 8 - 1 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 1 | 20 - 1 | 21 - 1 | 22 - 1 | 23 - 1 | 24 - 1 | 25 - 1 | 26 - 1 | 27 - 1 | 28 - 1 | 29 - 1 | 30 - 1 | 31 -(31 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 32; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 32; - a | b ----+---- - 1 | 1 - 1 | 2 - 1 | 3 - 1 | 4 - 1 | 5 - 1 | 6 - 1 | 7 - 1 | 8 - 1 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 1 | 20 - 1 | 21 - 1 | 22 - 1 | 23 - 1 | 24 - 1 | 25 - 1 | 26 - 1 | 27 - 1 | 28 - 1 | 29 - 1 | 30 - 1 | 31 - 1 | 32 -(32 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 33; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 33; - a | b ----+---- - 1 | 1 - 1 | 2 - 1 | 3 - 1 | 4 - 1 | 5 - 1 | 6 - 1 | 7 - 1 | 8 - 1 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 1 | 20 - 1 | 21 - 1 | 22 - 1 | 23 - 1 | 24 - 1 | 25 - 1 | 26 - 1 | 27 - 1 | 28 - 1 | 29 - 1 | 30 - 1 | 31 - 1 | 32 - 1 | 33 -(33 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 65; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 65; - a | b ----+---- - 1 | 1 - 1 | 2 - 1 | 3 - 1 | 4 - 1 | 5 - 1 | 6 - 1 | 7 - 1 | 8 - 1 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 1 | 20 - 1 | 21 - 1 | 22 - 1 | 23 - 1 | 24 - 1 | 25 - 1 | 26 - 1 | 27 - 1 | 28 - 1 | 29 - 1 | 30 - 1 | 31 - 1 | 32 - 1 | 33 - 1 | 34 - 1 | 35 - 1 | 36 - 1 | 37 - 1 | 38 - 1 | 39 - 1 | 40 - 1 | 41 - 1 | 42 - 1 | 43 - 1 | 44 - 1 | 45 - 1 | 46 - 1 | 47 - 1 | 48 - 1 | 49 - 1 | 50 - 1 | 51 - 1 | 52 - 1 | 53 - 1 | 54 - 1 | 55 - 1 | 56 - 1 | 57 - 1 | 58 - 1 | 59 - 1 | 60 - 1 | 61 - 1 | 62 - 1 | 63 - 1 | 64 - 1 | 65 -(65 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 66; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 66; - a | b ----+---- - 1 | 1 - 1 | 2 - 1 | 3 - 1 | 4 - 1 | 5 - 1 | 6 - 1 | 7 - 1 | 8 - 1 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 1 | 20 - 1 | 21 - 1 | 22 - 1 | 23 - 1 | 24 - 1 | 25 - 1 | 26 - 1 | 27 - 1 | 28 - 1 | 29 - 1 | 30 - 1 | 31 - 1 | 32 - 1 | 33 - 1 | 34 - 1 | 35 - 1 | 36 - 1 | 37 - 1 | 38 - 1 | 39 - 1 | 40 - 1 | 41 - 1 | 42 - 1 | 43 - 1 | 44 - 1 | 45 - 1 | 46 - 1 | 47 - 1 | 48 - 1 | 49 - 1 | 50 - 1 | 51 - 1 | 52 - 1 | 53 - 1 | 54 - 1 | 55 - 1 | 56 - 1 | 57 - 1 | 58 - 1 | 59 - 1 | 60 - 1 | 61 - 1 | 62 - 1 | 63 - 1 | 64 - 1 | 65 - 1 | 66 -(66 rows) - -delete from t; --- An initial large group followed by a small group. -insert into t(a, b) select i/50 + 1, i + 1 from generate_series(0, 999) n(i); -analyze t; -explain (costs off) select * from (select * from t order by a) s order by a, b limit 55; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 55; - a | b ----+---- - 1 | 1 - 1 | 2 - 1 | 3 - 1 | 4 - 1 | 5 - 1 | 6 - 1 | 7 - 1 | 8 - 1 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 1 | 20 - 1 | 21 - 1 | 22 - 1 | 23 - 1 | 24 - 1 | 25 - 1 | 26 - 1 | 27 - 1 | 28 - 1 | 29 - 1 | 30 - 1 | 31 - 1 | 32 - 1 | 33 - 1 | 34 - 1 | 35 - 1 | 36 - 1 | 37 - 1 | 38 - 1 | 39 - 1 | 40 - 1 | 41 - 1 | 42 - 1 | 43 - 1 | 44 - 1 | 45 - 1 | 46 - 1 | 47 - 1 | 48 - 1 | 49 - 1 | 50 - 2 | 51 - 2 | 52 - 2 | 53 - 2 | 54 - 2 | 55 -(55 rows) - --- Test EXPLAIN ANALYZE with only a fullsort group. -select explain_analyze_without_memory('select * from (select * from t order by a) s order by a, b limit 55'); - explain_analyze_without_memory ---------------------------------------------------------------------------------------------------------------- - Limit (actual rows=55.00 loops=1) - -> Incremental Sort (actual rows=55.00 loops=1) - Sort Key: t.a, t.b - Presorted Key: t.a - Full-sort Groups: 2 Sort Methods: top-N heapsort, quicksort Average Memory: NNkB Peak Memory: NNkB - -> Sort (actual rows=101.00 loops=1) - Sort Key: t.a - Sort Method: quicksort Memory: NNkB - -> Seq Scan on t (actual rows=1000.00 loops=1) -(9 rows) - -select jsonb_pretty(explain_analyze_inc_sort_nodes_without_memory('select * from (select * from t order by a) s order by a, b limit 55')); - jsonb_pretty -------------------------------------------------- - [ + - { + - "Disabled": false, + - "Sort Key": [ + - "t.a", + - "t.b" + - ], + - "Node Type": "Incremental Sort", + - "Actual Rows": 55.00, + - "Actual Loops": 1, + - "Async Capable": false, + - "Presorted Key": [ + - "t.a" + - ], + - "Parallel Aware": false, + - "Full-sort Groups": { + - "Group Count": 2, + - "Sort Methods Used": [ + - "top-N heapsort", + - "quicksort" + - ], + - "Sort Space Memory": { + - "Peak Sort Space Used": "NN", + - "Average Sort Space Used": "NN"+ - } + - }, + - "Parent Relationship": "Outer" + - } + - ] -(1 row) - -select explain_analyze_inc_sort_nodes_verify_invariants('select * from (select * from t order by a) s order by a, b limit 55'); - explain_analyze_inc_sort_nodes_verify_invariants --------------------------------------------------- - t -(1 row) - -delete from t; --- An initial small group followed by a large group. -insert into t(a, b) select (case when i < 5 then i else 9 end), i from generate_series(1, 1000) n(i); -analyze t; -explain (costs off) select * from (select * from t order by a) s order by a, b limit 70; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 70; - a | b ----+---- - 1 | 1 - 2 | 2 - 3 | 3 - 4 | 4 - 9 | 5 - 9 | 6 - 9 | 7 - 9 | 8 - 9 | 9 - 9 | 10 - 9 | 11 - 9 | 12 - 9 | 13 - 9 | 14 - 9 | 15 - 9 | 16 - 9 | 17 - 9 | 18 - 9 | 19 - 9 | 20 - 9 | 21 - 9 | 22 - 9 | 23 - 9 | 24 - 9 | 25 - 9 | 26 - 9 | 27 - 9 | 28 - 9 | 29 - 9 | 30 - 9 | 31 - 9 | 32 - 9 | 33 - 9 | 34 - 9 | 35 - 9 | 36 - 9 | 37 - 9 | 38 - 9 | 39 - 9 | 40 - 9 | 41 - 9 | 42 - 9 | 43 - 9 | 44 - 9 | 45 - 9 | 46 - 9 | 47 - 9 | 48 - 9 | 49 - 9 | 50 - 9 | 51 - 9 | 52 - 9 | 53 - 9 | 54 - 9 | 55 - 9 | 56 - 9 | 57 - 9 | 58 - 9 | 59 - 9 | 60 - 9 | 61 - 9 | 62 - 9 | 63 - 9 | 64 - 9 | 65 - 9 | 66 - 9 | 67 - 9 | 68 - 9 | 69 - 9 | 70 -(70 rows) - --- Checks case where we hit a group boundary at the last tuple of a batch. --- Because the full sort state is bounded, we scan 64 tuples (the mode --- transition point) but only retain 5. Thus when we transition modes, all --- tuples in the full sort state have different prefix keys. -explain (costs off) select * from (select * from t order by a) s order by a, b limit 5; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 5; - a | b ----+--- - 1 | 1 - 2 | 2 - 3 | 3 - 4 | 4 - 9 | 5 -(5 rows) - --- Test rescan. -begin; --- We force the planner to choose a plan with incremental sort on the right side --- of a nested loop join node. That way we trigger the rescan code path. -set local enable_hashjoin = off; -set local enable_mergejoin = off; -set local enable_material = off; -set local enable_sort = off; -explain (costs off) select * from t left join (select * from (select * from t order by a) v order by a, b) s on s.a = t.a where t.a in (1, 2); - QUERY PLAN ------------------------------------------------- - Nested Loop Left Join - Join Filter: (t_1.a = t.a) - -> Seq Scan on t - Filter: (a = ANY ('{1,2}'::integer[])) - -> Incremental Sort - Sort Key: t_1.a, t_1.b - Presorted Key: t_1.a - -> Sort - Disabled: true - Sort Key: t_1.a - -> Seq Scan on t t_1 -(11 rows) - -select * from t left join (select * from (select * from t order by a) v order by a, b) s on s.a = t.a where t.a in (1, 2); - a | b | a | b ----+---+---+--- - 1 | 1 | 1 | 1 - 2 | 2 | 2 | 2 -(2 rows) - -rollback; --- Test EXPLAIN ANALYZE with both fullsort and presorted groups. -select explain_analyze_without_memory('select * from (select * from t order by a) s order by a, b limit 70'); - explain_analyze_without_memory ----------------------------------------------------------------------------------------------------------------- - Limit (actual rows=70.00 loops=1) - -> Incremental Sort (actual rows=70.00 loops=1) - Sort Key: t.a, t.b - Presorted Key: t.a - Full-sort Groups: 1 Sort Method: quicksort Average Memory: NNkB Peak Memory: NNkB - Pre-sorted Groups: 5 Sort Methods: top-N heapsort, quicksort Average Memory: NNkB Peak Memory: NNkB - -> Sort (actual rows=1000.00 loops=1) - Sort Key: t.a - Sort Method: quicksort Memory: NNkB - -> Seq Scan on t (actual rows=1000.00 loops=1) -(10 rows) - -select jsonb_pretty(explain_analyze_inc_sort_nodes_without_memory('select * from (select * from t order by a) s order by a, b limit 70')); - jsonb_pretty -------------------------------------------------- - [ + - { + - "Disabled": false, + - "Sort Key": [ + - "t.a", + - "t.b" + - ], + - "Node Type": "Incremental Sort", + - "Actual Rows": 70.00, + - "Actual Loops": 1, + - "Async Capable": false, + - "Presorted Key": [ + - "t.a" + - ], + - "Parallel Aware": false, + - "Full-sort Groups": { + - "Group Count": 1, + - "Sort Methods Used": [ + - "quicksort" + - ], + - "Sort Space Memory": { + - "Peak Sort Space Used": "NN", + - "Average Sort Space Used": "NN"+ - } + - }, + - "Pre-sorted Groups": { + - "Group Count": 5, + - "Sort Methods Used": [ + - "top-N heapsort", + - "quicksort" + - ], + - "Sort Space Memory": { + - "Peak Sort Space Used": "NN", + - "Average Sort Space Used": "NN"+ - } + - }, + - "Parent Relationship": "Outer" + - } + - ] -(1 row) - -select explain_analyze_inc_sort_nodes_verify_invariants('select * from (select * from t order by a) s order by a, b limit 70'); - explain_analyze_inc_sort_nodes_verify_invariants --------------------------------------------------- - t -(1 row) - -delete from t; --- Small groups of 10 tuples each tested around each mode transition point. -insert into t(a, b) select i / 10, i from generate_series(1, 1000) n(i); -analyze t; -explain (costs off) select * from (select * from t order by a) s order by a, b limit 31; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 31; - a | b ----+---- - 0 | 1 - 0 | 2 - 0 | 3 - 0 | 4 - 0 | 5 - 0 | 6 - 0 | 7 - 0 | 8 - 0 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 2 | 20 - 2 | 21 - 2 | 22 - 2 | 23 - 2 | 24 - 2 | 25 - 2 | 26 - 2 | 27 - 2 | 28 - 2 | 29 - 3 | 30 - 3 | 31 -(31 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 32; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 32; - a | b ----+---- - 0 | 1 - 0 | 2 - 0 | 3 - 0 | 4 - 0 | 5 - 0 | 6 - 0 | 7 - 0 | 8 - 0 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 2 | 20 - 2 | 21 - 2 | 22 - 2 | 23 - 2 | 24 - 2 | 25 - 2 | 26 - 2 | 27 - 2 | 28 - 2 | 29 - 3 | 30 - 3 | 31 - 3 | 32 -(32 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 33; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 33; - a | b ----+---- - 0 | 1 - 0 | 2 - 0 | 3 - 0 | 4 - 0 | 5 - 0 | 6 - 0 | 7 - 0 | 8 - 0 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 2 | 20 - 2 | 21 - 2 | 22 - 2 | 23 - 2 | 24 - 2 | 25 - 2 | 26 - 2 | 27 - 2 | 28 - 2 | 29 - 3 | 30 - 3 | 31 - 3 | 32 - 3 | 33 -(33 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 65; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 65; - a | b ----+---- - 0 | 1 - 0 | 2 - 0 | 3 - 0 | 4 - 0 | 5 - 0 | 6 - 0 | 7 - 0 | 8 - 0 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 2 | 20 - 2 | 21 - 2 | 22 - 2 | 23 - 2 | 24 - 2 | 25 - 2 | 26 - 2 | 27 - 2 | 28 - 2 | 29 - 3 | 30 - 3 | 31 - 3 | 32 - 3 | 33 - 3 | 34 - 3 | 35 - 3 | 36 - 3 | 37 - 3 | 38 - 3 | 39 - 4 | 40 - 4 | 41 - 4 | 42 - 4 | 43 - 4 | 44 - 4 | 45 - 4 | 46 - 4 | 47 - 4 | 48 - 4 | 49 - 5 | 50 - 5 | 51 - 5 | 52 - 5 | 53 - 5 | 54 - 5 | 55 - 5 | 56 - 5 | 57 - 5 | 58 - 5 | 59 - 6 | 60 - 6 | 61 - 6 | 62 - 6 | 63 - 6 | 64 - 6 | 65 -(65 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 66; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 66; - a | b ----+---- - 0 | 1 - 0 | 2 - 0 | 3 - 0 | 4 - 0 | 5 - 0 | 6 - 0 | 7 - 0 | 8 - 0 | 9 - 1 | 10 - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 2 | 20 - 2 | 21 - 2 | 22 - 2 | 23 - 2 | 24 - 2 | 25 - 2 | 26 - 2 | 27 - 2 | 28 - 2 | 29 - 3 | 30 - 3 | 31 - 3 | 32 - 3 | 33 - 3 | 34 - 3 | 35 - 3 | 36 - 3 | 37 - 3 | 38 - 3 | 39 - 4 | 40 - 4 | 41 - 4 | 42 - 4 | 43 - 4 | 44 - 4 | 45 - 4 | 46 - 4 | 47 - 4 | 48 - 4 | 49 - 5 | 50 - 5 | 51 - 5 | 52 - 5 | 53 - 5 | 54 - 5 | 55 - 5 | 56 - 5 | 57 - 5 | 58 - 5 | 59 - 6 | 60 - 6 | 61 - 6 | 62 - 6 | 63 - 6 | 64 - 6 | 65 - 6 | 66 -(66 rows) - -delete from t; --- Small groups of only 1 tuple each tested around each mode transition point. -insert into t(a, b) select i, i from generate_series(1, 1000) n(i); -analyze t; -explain (costs off) select * from (select * from t order by a) s order by a, b limit 31; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 31; - a | b -----+---- - 1 | 1 - 2 | 2 - 3 | 3 - 4 | 4 - 5 | 5 - 6 | 6 - 7 | 7 - 8 | 8 - 9 | 9 - 10 | 10 - 11 | 11 - 12 | 12 - 13 | 13 - 14 | 14 - 15 | 15 - 16 | 16 - 17 | 17 - 18 | 18 - 19 | 19 - 20 | 20 - 21 | 21 - 22 | 22 - 23 | 23 - 24 | 24 - 25 | 25 - 26 | 26 - 27 | 27 - 28 | 28 - 29 | 29 - 30 | 30 - 31 | 31 -(31 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 32; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 32; - a | b -----+---- - 1 | 1 - 2 | 2 - 3 | 3 - 4 | 4 - 5 | 5 - 6 | 6 - 7 | 7 - 8 | 8 - 9 | 9 - 10 | 10 - 11 | 11 - 12 | 12 - 13 | 13 - 14 | 14 - 15 | 15 - 16 | 16 - 17 | 17 - 18 | 18 - 19 | 19 - 20 | 20 - 21 | 21 - 22 | 22 - 23 | 23 - 24 | 24 - 25 | 25 - 26 | 26 - 27 | 27 - 28 | 28 - 29 | 29 - 30 | 30 - 31 | 31 - 32 | 32 -(32 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 33; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 33; - a | b -----+---- - 1 | 1 - 2 | 2 - 3 | 3 - 4 | 4 - 5 | 5 - 6 | 6 - 7 | 7 - 8 | 8 - 9 | 9 - 10 | 10 - 11 | 11 - 12 | 12 - 13 | 13 - 14 | 14 - 15 | 15 - 16 | 16 - 17 | 17 - 18 | 18 - 19 | 19 - 20 | 20 - 21 | 21 - 22 | 22 - 23 | 23 - 24 | 24 - 25 | 25 - 26 | 26 - 27 | 27 - 28 | 28 - 29 | 29 - 30 | 30 - 31 | 31 - 32 | 32 - 33 | 33 -(33 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 65; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 65; - a | b -----+---- - 1 | 1 - 2 | 2 - 3 | 3 - 4 | 4 - 5 | 5 - 6 | 6 - 7 | 7 - 8 | 8 - 9 | 9 - 10 | 10 - 11 | 11 - 12 | 12 - 13 | 13 - 14 | 14 - 15 | 15 - 16 | 16 - 17 | 17 - 18 | 18 - 19 | 19 - 20 | 20 - 21 | 21 - 22 | 22 - 23 | 23 - 24 | 24 - 25 | 25 - 26 | 26 - 27 | 27 - 28 | 28 - 29 | 29 - 30 | 30 - 31 | 31 - 32 | 32 - 33 | 33 - 34 | 34 - 35 | 35 - 36 | 36 - 37 | 37 - 38 | 38 - 39 | 39 - 40 | 40 - 41 | 41 - 42 | 42 - 43 | 43 - 44 | 44 - 45 | 45 - 46 | 46 - 47 | 47 - 48 | 48 - 49 | 49 - 50 | 50 - 51 | 51 - 52 | 52 - 53 | 53 - 54 | 54 - 55 | 55 - 56 | 56 - 57 | 57 - 58 | 58 - 59 | 59 - 60 | 60 - 61 | 61 - 62 | 62 - 63 | 63 - 64 | 64 - 65 | 65 -(65 rows) - -explain (costs off) select * from (select * from t order by a) s order by a, b limit 66; - QUERY PLAN ---------------------------------- - Limit - -> Incremental Sort - Sort Key: t.a, t.b - Presorted Key: t.a - -> Sort - Sort Key: t.a - -> Seq Scan on t -(7 rows) - -select * from (select * from t order by a) s order by a, b limit 66; - a | b -----+---- - 1 | 1 - 2 | 2 - 3 | 3 - 4 | 4 - 5 | 5 - 6 | 6 - 7 | 7 - 8 | 8 - 9 | 9 - 10 | 10 - 11 | 11 - 12 | 12 - 13 | 13 - 14 | 14 - 15 | 15 - 16 | 16 - 17 | 17 - 18 | 18 - 19 | 19 - 20 | 20 - 21 | 21 - 22 | 22 - 23 | 23 - 24 | 24 - 25 | 25 - 26 | 26 - 27 | 27 - 28 | 28 - 29 | 29 - 30 | 30 - 31 | 31 - 32 | 32 - 33 | 33 - 34 | 34 - 35 | 35 - 36 | 36 - 37 | 37 - 38 | 38 - 39 | 39 - 40 | 40 - 41 | 41 - 42 | 42 - 43 | 43 - 44 | 44 - 45 | 45 - 46 | 46 - 47 | 47 - 48 | 48 - 49 | 49 - 50 | 50 - 51 | 51 - 52 | 52 - 53 | 53 - 54 | 54 - 55 | 55 - 56 | 56 - 57 | 57 - 58 | 58 - 59 | 59 - 60 | 60 - 61 | 61 - 62 | 62 - 63 | 63 - 64 | 64 - 65 | 65 - 66 | 66 -(66 rows) - -delete from t; -drop table t; --- Incremental sort vs. parallel queries -set min_parallel_table_scan_size = '1kB'; -set min_parallel_index_scan_size = '1kB'; -set parallel_setup_cost = 0; -set parallel_tuple_cost = 0; -set max_parallel_workers_per_gather = 2; -create table t (a int, b int, c int); -insert into t select mod(i,10),mod(i,10),i from generate_series(1,10000) s(i); -create index on t (a); -analyze t; -set enable_incremental_sort = off; -explain (costs off) select a,b,sum(c) from t group by 1,2 order by 1,2,3 limit 1; - QUERY PLAN ------------------------------------------------------- - Limit - -> Sort - Sort Key: a, b, (sum(c)) - -> Finalize HashAggregate - Group Key: a, b - -> Gather - Workers Planned: 2 - -> Partial HashAggregate - Group Key: a, b - -> Parallel Seq Scan on t -(10 rows) - -set enable_incremental_sort = on; -explain (costs off) select a,b,sum(c) from t group by 1,2 order by 1,2,3 limit 1; - QUERY PLAN ----------------------------------------------------------------------- - Limit - -> Incremental Sort - Sort Key: a, b, (sum(c)) - Presorted Key: a, b - -> GroupAggregate - Group Key: a, b - -> Gather Merge - Workers Planned: 2 - -> Incremental Sort - Sort Key: a, b - Presorted Key: a - -> Parallel Index Scan using t_a_idx on t -(12 rows) - --- Incremental sort vs. set operations with varno 0 -set enable_hashagg to off; -explain (costs off) select * from t union select * from t order by 1,3; - QUERY PLAN ----------------------------------------------------------- - Incremental Sort - Sort Key: t.a, t.c - Presorted Key: t.a - -> Unique - -> Merge Append - Sort Key: t.a, t.b, t.c - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: t.a, t.b, t.c - -> Parallel Seq Scan on t - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: t_1.a, t_1.b, t_1.c - -> Parallel Seq Scan on t t_1 -(16 rows) - --- Full sort, not just incremental sort can be pushed below a gather merge path --- by generate_useful_gather_paths. -explain (costs off) select distinct a,b from t; - QUERY PLAN ------------------------------------------------- - Unique - -> Gather Merge - Workers Planned: 2 - -> Unique - -> Sort - Sort Key: a, b - -> Parallel Seq Scan on t -(7 rows) - -drop table t; --- Sort pushdown can't go below where expressions are part of the rel target. --- In particular this is interesting for volatile expressions which have to --- go above joins since otherwise we'll incorrectly use expression evaluations --- across multiple rows. -set enable_hashagg=off; -set enable_seqscan=off; -set enable_incremental_sort = off; -set parallel_tuple_cost=0; -set parallel_setup_cost=0; -set min_parallel_table_scan_size = 0; -set min_parallel_index_scan_size = 0; --- Parallel sort below join. -explain (costs off) select distinct sub.unique1, stringu1 -from tenk1, lateral (select tenk1.unique1 from generate_series(1, 1000)) as sub; - QUERY PLAN --------------------------------------------------------------------------- - Unique - -> Nested Loop - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: tenk1.unique1, tenk1.stringu1 - -> Parallel Index Scan using tenk1_unique1 on tenk1 - -> Function Scan on generate_series -(8 rows) - -explain (costs off) select sub.unique1, stringu1 -from tenk1, lateral (select tenk1.unique1 from generate_series(1, 1000)) as sub -order by 1, 2; - QUERY PLAN --------------------------------------------------------------------- - Nested Loop - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: tenk1.unique1, tenk1.stringu1 - -> Parallel Index Scan using tenk1_unique1 on tenk1 - -> Function Scan on generate_series -(7 rows) - --- Parallel sort but with expression that can be safely generated at the base rel. -explain (costs off) select distinct sub.unique1, md5(stringu1) -from tenk1, lateral (select tenk1.unique1 from generate_series(1, 1000)) as sub; - QUERY PLAN ----------------------------------------------------------------------------------------- - Unique - -> Nested Loop - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: tenk1.unique1, (md5((tenk1.stringu1)::text)) COLLATE "C" - -> Parallel Index Scan using tenk1_unique1 on tenk1 - -> Function Scan on generate_series -(8 rows) - -explain (costs off) select sub.unique1, md5(stringu1) -from tenk1, lateral (select tenk1.unique1 from generate_series(1, 1000)) as sub -order by 1, 2; - QUERY PLAN ----------------------------------------------------------------------------------- - Nested Loop - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: tenk1.unique1, (md5((tenk1.stringu1)::text)) COLLATE "C" - -> Parallel Index Scan using tenk1_unique1 on tenk1 - -> Function Scan on generate_series -(7 rows) - --- Parallel sort with an aggregate that can be safely generated in parallel, --- but we can't sort by partial aggregate values. -explain (costs off) select count(*) -from tenk1 t1 -join tenk1 t2 on t1.unique1 = t2.unique2 -join tenk1 t3 on t2.unique1 = t3.unique1 -order by count(*); - QUERY PLAN ------------------------------------------------------------------------------------------------ - Sort - Sort Key: (count(*)) - -> Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Parallel Hash Join - Hash Cond: (t2.unique1 = t3.unique1) - -> Parallel Hash Join - Hash Cond: (t1.unique1 = t2.unique2) - -> Parallel Index Only Scan using tenk1_unique1 on tenk1 t1 - -> Parallel Hash - -> Parallel Index Scan using tenk1_unique2 on tenk1 t2 - -> Parallel Hash - -> Parallel Index Only Scan using tenk1_unique1 on tenk1 t3 -(15 rows) - --- Parallel sort but with expression (correlated subquery) that --- is prohibited in parallel plans. -explain (costs off) select distinct - unique1, - (select t.unique1 from tenk1 where tenk1.unique1 = t.unique1) -from tenk1 t, generate_series(1, 1000); - QUERY PLAN ---------------------------------------------------------------------------------- - Unique - -> Sort - Sort Key: t.unique1, ((SubPlan 1)) - -> Gather - Workers Planned: 2 - -> Nested Loop - -> Parallel Index Only Scan using tenk1_unique1 on tenk1 t - -> Function Scan on generate_series - SubPlan 1 - -> Index Only Scan using tenk1_unique1 on tenk1 - Index Cond: (unique1 = t.unique1) -(11 rows) - -explain (costs off) select - unique1, - (select t.unique1 from tenk1 where tenk1.unique1 = t.unique1) -from tenk1 t, generate_series(1, 1000) -order by 1, 2; - QUERY PLAN ---------------------------------------------------------------------------- - Sort - Sort Key: t.unique1, ((SubPlan 1)) - -> Gather - Workers Planned: 2 - -> Nested Loop - -> Parallel Index Only Scan using tenk1_unique1 on tenk1 t - -> Function Scan on generate_series - SubPlan 1 - -> Index Only Scan using tenk1_unique1 on tenk1 - Index Cond: (unique1 = t.unique1) -(10 rows) - --- Parallel sort but with expression not available until the upper rel. -explain (costs off) select distinct sub.unique1, stringu1 || random()::text -from tenk1, lateral (select tenk1.unique1 from generate_series(1, 1000)) as sub; - QUERY PLAN ---------------------------------------------------------------------------------------------- - Unique - -> Sort - Sort Key: tenk1.unique1, (((tenk1.stringu1)::text || (random())::text)) COLLATE "C" - -> Gather - Workers Planned: 2 - -> Nested Loop - -> Parallel Index Scan using tenk1_unique1 on tenk1 - -> Function Scan on generate_series -(8 rows) - -explain (costs off) select sub.unique1, stringu1 || random()::text -from tenk1, lateral (select tenk1.unique1 from generate_series(1, 1000)) as sub -order by 1, 2; - QUERY PLAN ---------------------------------------------------------------------------------------- - Sort - Sort Key: tenk1.unique1, (((tenk1.stringu1)::text || (random())::text)) COLLATE "C" - -> Gather - Workers Planned: 2 - -> Nested Loop - -> Parallel Index Scan using tenk1_unique1 on tenk1 - -> Function Scan on generate_series -(7 rows) - -reset enable_hashagg; -reset enable_seqscan; -reset enable_incremental_sort; -reset parallel_tuple_cost; -reset parallel_setup_cost; -reset min_parallel_table_scan_size; -reset min_parallel_index_scan_size; --- Ensure incremental sorts work for amcanorderbyop type indexes -create table point_table (a point, b int); -create index point_table_a_idx on point_table using gist(a); --- Ensure we get an incremental sort plan for both of the following queries -explain (costs off) select a, b, a <-> point(5, 5) dist from point_table order by dist, b limit 1; - QUERY PLAN ---------------------------------------------------------------- - Limit - -> Incremental Sort - Sort Key: ((a <-> '(5,5)'::point)), b - Presorted Key: ((a <-> '(5,5)'::point)) - -> Index Scan using point_table_a_idx on point_table - Order By: (a <-> '(5,5)'::point) -(6 rows) - -explain (costs off) select a, b, a <-> point(5, 5) dist from point_table order by dist, b desc limit 1; - QUERY PLAN ---------------------------------------------------------------- - Limit - -> Incremental Sort - Sort Key: ((a <-> '(5,5)'::point)), b DESC - Presorted Key: ((a <-> '(5,5)'::point)) - -> Index Scan using point_table_a_idx on point_table - Order By: (a <-> '(5,5)'::point) -(6 rows) - --- Ensure we get an incremental sort on the outer side of the mergejoin -explain (costs off) -select * from - (select * from tenk1 order by four) t1 join tenk1 t2 on t1.four = t2.four and t1.two = t2.two -order by t1.four, t1.two limit 1; - QUERY PLAN ------------------------------------------------------------------------ - Limit - -> Merge Join - Merge Cond: ((tenk1.four = t2.four) AND (tenk1.two = t2.two)) - -> Incremental Sort - Sort Key: tenk1.four, tenk1.two - Presorted Key: tenk1.four - -> Sort - Sort Key: tenk1.four - -> Seq Scan on tenk1 - -> Sort - Sort Key: t2.four, t2.two - -> Seq Scan on tenk1 t2 -(12 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_role.out --- /tmp/cirrus-ci-build/src/test/regress/expected/create_role.out 2025-05-11 19:30:18.939981000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_role.out 2025-05-11 19:32:42.377890000 +0000 @@ -1,261 +1,2 @@ --- ok, superuser can create users with any set of privileges -CREATE ROLE regress_role_super SUPERUSER; -CREATE ROLE regress_role_admin CREATEDB CREATEROLE REPLICATION BYPASSRLS; -GRANT CREATE ON DATABASE regression TO regress_role_admin WITH GRANT OPTION; -CREATE ROLE regress_role_limited_admin CREATEROLE; -CREATE ROLE regress_role_normal; --- fail, CREATEROLE user can't give away role attributes without having them -SET SESSION AUTHORIZATION regress_role_limited_admin; -CREATE ROLE regress_nosuch_superuser SUPERUSER; -ERROR: permission denied to create role -DETAIL: Only roles with the SUPERUSER attribute may create roles with the SUPERUSER attribute. -CREATE ROLE regress_nosuch_replication_bypassrls REPLICATION BYPASSRLS; -ERROR: permission denied to create role -DETAIL: Only roles with the REPLICATION attribute may create roles with the REPLICATION attribute. -CREATE ROLE regress_nosuch_replication REPLICATION; -ERROR: permission denied to create role -DETAIL: Only roles with the REPLICATION attribute may create roles with the REPLICATION attribute. -CREATE ROLE regress_nosuch_bypassrls BYPASSRLS; -ERROR: permission denied to create role -DETAIL: Only roles with the BYPASSRLS attribute may create roles with the BYPASSRLS attribute. -CREATE ROLE regress_nosuch_createdb CREATEDB; -ERROR: permission denied to create role -DETAIL: Only roles with the CREATEDB attribute may create roles with the CREATEDB attribute. --- ok, can create a role without any special attributes -CREATE ROLE regress_role_limited; --- fail, can't give it in any of the restricted attributes -ALTER ROLE regress_role_limited SUPERUSER; -ERROR: permission denied to alter role -DETAIL: Only roles with the SUPERUSER attribute may change the SUPERUSER attribute. -ALTER ROLE regress_role_limited REPLICATION; -ERROR: permission denied to alter role -DETAIL: Only roles with the REPLICATION attribute may change the REPLICATION attribute. -ALTER ROLE regress_role_limited CREATEDB; -ERROR: permission denied to alter role -DETAIL: Only roles with the CREATEDB attribute may change the CREATEDB attribute. -ALTER ROLE regress_role_limited BYPASSRLS; -ERROR: permission denied to alter role -DETAIL: Only roles with the BYPASSRLS attribute may change the BYPASSRLS attribute. -DROP ROLE regress_role_limited; --- ok, can give away these role attributes if you have them -SET SESSION AUTHORIZATION regress_role_admin; -CREATE ROLE regress_replication_bypassrls REPLICATION BYPASSRLS; -CREATE ROLE regress_replication REPLICATION; -CREATE ROLE regress_bypassrls BYPASSRLS; -CREATE ROLE regress_createdb CREATEDB; --- ok, can toggle these role attributes off and on if you have them -ALTER ROLE regress_replication NOREPLICATION; -ALTER ROLE regress_replication REPLICATION; -ALTER ROLE regress_bypassrls NOBYPASSRLS; -ALTER ROLE regress_bypassrls BYPASSRLS; -ALTER ROLE regress_createdb NOCREATEDB; -ALTER ROLE regress_createdb CREATEDB; --- fail, can't toggle SUPERUSER -ALTER ROLE regress_createdb SUPERUSER; -ERROR: permission denied to alter role -DETAIL: Only roles with the SUPERUSER attribute may change the SUPERUSER attribute. -ALTER ROLE regress_createdb NOSUPERUSER; -ERROR: permission denied to alter role -DETAIL: Only roles with the SUPERUSER attribute may change the SUPERUSER attribute. --- ok, having CREATEROLE is enough to create users with these privileges -CREATE ROLE regress_createrole CREATEROLE NOINHERIT; -GRANT CREATE ON DATABASE regression TO regress_createrole WITH GRANT OPTION; -CREATE ROLE regress_login LOGIN; -CREATE ROLE regress_inherit INHERIT; -CREATE ROLE regress_connection_limit CONNECTION LIMIT 5; -CREATE ROLE regress_encrypted_password ENCRYPTED PASSWORD 'foo'; -CREATE ROLE regress_password_null PASSWORD NULL; --- ok, backwards compatible noise words should be ignored -CREATE ROLE regress_noiseword SYSID 12345; -NOTICE: SYSID can no longer be specified --- fail, cannot grant membership in superuser role -CREATE ROLE regress_nosuch_super IN ROLE regress_role_super; -ERROR: permission denied to grant role "regress_role_super" -DETAIL: Only roles with the SUPERUSER attribute may grant roles with the SUPERUSER attribute. --- fail, database owner cannot have members -CREATE ROLE regress_nosuch_dbowner IN ROLE pg_database_owner; -ERROR: role "pg_database_owner" cannot have explicit members --- ok, can grant other users into a role -CREATE ROLE regress_inroles ROLE - regress_role_super, regress_createdb, regress_createrole, regress_login, - regress_inherit, regress_connection_limit, regress_encrypted_password, regress_password_null; --- fail, cannot grant a role into itself -CREATE ROLE regress_nosuch_recursive ROLE regress_nosuch_recursive; -ERROR: role "regress_nosuch_recursive" is a member of role "regress_nosuch_recursive" --- ok, can grant other users into a role with admin option -CREATE ROLE regress_adminroles ADMIN - regress_role_super, regress_createdb, regress_createrole, regress_login, - regress_inherit, regress_connection_limit, regress_encrypted_password, regress_password_null; --- fail, cannot grant a role into itself with admin option -CREATE ROLE regress_nosuch_admin_recursive ADMIN regress_nosuch_admin_recursive; -ERROR: role "regress_nosuch_admin_recursive" is a member of role "regress_nosuch_admin_recursive" --- fail, regress_createrole does not have CREATEDB privilege -SET SESSION AUTHORIZATION regress_createrole; -CREATE DATABASE regress_nosuch_db; -ERROR: permission denied to create database --- ok, regress_createrole can create new roles -CREATE ROLE regress_plainrole; --- ok, roles with CREATEROLE can create new roles with it -CREATE ROLE regress_rolecreator CREATEROLE; --- ok, roles with CREATEROLE can create new roles with different role --- attributes, including CREATEROLE -CREATE ROLE regress_hasprivs CREATEROLE LOGIN INHERIT CONNECTION LIMIT 5; --- ok, we should be able to modify a role we created -COMMENT ON ROLE regress_hasprivs IS 'some comment'; -ALTER ROLE regress_hasprivs RENAME TO regress_tenant; -ALTER ROLE regress_tenant NOINHERIT NOLOGIN CONNECTION LIMIT 7; --- fail, we should be unable to modify a role we did not create -COMMENT ON ROLE regress_role_normal IS 'some comment'; -ERROR: permission denied -DETAIL: The current user must have the ADMIN option on role "regress_role_normal". -ALTER ROLE regress_role_normal RENAME TO regress_role_abnormal; -ERROR: permission denied to rename role -DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_role_normal" may rename this role. -ALTER ROLE regress_role_normal NOINHERIT NOLOGIN CONNECTION LIMIT 7; -ERROR: permission denied to alter role -DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_role_normal" may alter this role. --- ok, regress_tenant can create objects within the database -SET SESSION AUTHORIZATION regress_tenant; -CREATE TABLE tenant_table (i integer); -CREATE INDEX tenant_idx ON tenant_table(i); -CREATE VIEW tenant_view AS SELECT * FROM pg_catalog.pg_class; -REVOKE ALL PRIVILEGES ON tenant_table FROM PUBLIC; --- fail, these objects belonging to regress_tenant -SET SESSION AUTHORIZATION regress_createrole; -DROP INDEX tenant_idx; -ERROR: must be owner of index tenant_idx -ALTER TABLE tenant_table ADD COLUMN t text; -ERROR: must be owner of table tenant_table -DROP TABLE tenant_table; -ERROR: must be owner of table tenant_table -ALTER VIEW tenant_view OWNER TO regress_role_admin; -ERROR: must be owner of view tenant_view -DROP VIEW tenant_view; -ERROR: must be owner of view tenant_view --- fail, can't create objects owned as regress_tenant -CREATE SCHEMA regress_tenant_schema AUTHORIZATION regress_tenant; -ERROR: must be able to SET ROLE "regress_tenant" --- fail, we don't inherit permissions from regress_tenant -REASSIGN OWNED BY regress_tenant TO regress_createrole; -ERROR: permission denied to reassign objects -DETAIL: Only roles with privileges of role "regress_tenant" may reassign objects owned by it. --- ok, create a role with a value for createrole_self_grant -SET createrole_self_grant = 'set, inherit'; -CREATE ROLE regress_tenant2; -GRANT CREATE ON DATABASE regression TO regress_tenant2; --- ok, regress_tenant2 can create objects within the database -SET SESSION AUTHORIZATION regress_tenant2; -CREATE TABLE tenant2_table (i integer); -REVOKE ALL PRIVILEGES ON tenant2_table FROM PUBLIC; --- ok, because we have SET and INHERIT on regress_tenant2 -SET SESSION AUTHORIZATION regress_createrole; -CREATE SCHEMA regress_tenant2_schema AUTHORIZATION regress_tenant2; -ALTER SCHEMA regress_tenant2_schema OWNER TO regress_createrole; -ALTER TABLE tenant2_table OWNER TO regress_createrole; -ALTER TABLE tenant2_table OWNER TO regress_tenant2; --- with SET but not INHERIT, we can give away objects but not take them -REVOKE INHERIT OPTION FOR regress_tenant2 FROM regress_createrole; -ALTER SCHEMA regress_tenant2_schema OWNER TO regress_tenant2; -ALTER TABLE tenant2_table OWNER TO regress_createrole; -ERROR: must be owner of table tenant2_table --- with INHERIT but not SET, we can take objects but not give them away -GRANT regress_tenant2 TO regress_createrole WITH INHERIT TRUE, SET FALSE; -ALTER TABLE tenant2_table OWNER TO regress_createrole; -ALTER TABLE tenant2_table OWNER TO regress_tenant2; -ERROR: must be able to SET ROLE "regress_tenant2" -DROP TABLE tenant2_table; --- fail, CREATEROLE is not enough to create roles in privileged roles -CREATE ROLE regress_read_all_data IN ROLE pg_read_all_data; -ERROR: permission denied to grant role "pg_read_all_data" -DETAIL: Only roles with the ADMIN option on role "pg_read_all_data" may grant this role. -CREATE ROLE regress_write_all_data IN ROLE pg_write_all_data; -ERROR: permission denied to grant role "pg_write_all_data" -DETAIL: Only roles with the ADMIN option on role "pg_write_all_data" may grant this role. -CREATE ROLE regress_monitor IN ROLE pg_monitor; -ERROR: permission denied to grant role "pg_monitor" -DETAIL: Only roles with the ADMIN option on role "pg_monitor" may grant this role. -CREATE ROLE regress_read_all_settings IN ROLE pg_read_all_settings; -ERROR: permission denied to grant role "pg_read_all_settings" -DETAIL: Only roles with the ADMIN option on role "pg_read_all_settings" may grant this role. -CREATE ROLE regress_read_all_stats IN ROLE pg_read_all_stats; -ERROR: permission denied to grant role "pg_read_all_stats" -DETAIL: Only roles with the ADMIN option on role "pg_read_all_stats" may grant this role. -CREATE ROLE regress_stat_scan_tables IN ROLE pg_stat_scan_tables; -ERROR: permission denied to grant role "pg_stat_scan_tables" -DETAIL: Only roles with the ADMIN option on role "pg_stat_scan_tables" may grant this role. -CREATE ROLE regress_read_server_files IN ROLE pg_read_server_files; -ERROR: permission denied to grant role "pg_read_server_files" -DETAIL: Only roles with the ADMIN option on role "pg_read_server_files" may grant this role. -CREATE ROLE regress_write_server_files IN ROLE pg_write_server_files; -ERROR: permission denied to grant role "pg_write_server_files" -DETAIL: Only roles with the ADMIN option on role "pg_write_server_files" may grant this role. -CREATE ROLE regress_execute_server_program IN ROLE pg_execute_server_program; -ERROR: permission denied to grant role "pg_execute_server_program" -DETAIL: Only roles with the ADMIN option on role "pg_execute_server_program" may grant this role. -CREATE ROLE regress_signal_backend IN ROLE pg_signal_backend; -ERROR: permission denied to grant role "pg_signal_backend" -DETAIL: Only roles with the ADMIN option on role "pg_signal_backend" may grant this role. --- fail, role still owns database objects -DROP ROLE regress_tenant; -ERROR: role "regress_tenant" cannot be dropped because some objects depend on it -DETAIL: owner of table tenant_table -owner of view tenant_view --- fail, creation of these roles failed above so they do not now exist -SET SESSION AUTHORIZATION regress_role_admin; -DROP ROLE regress_nosuch_superuser; -ERROR: role "regress_nosuch_superuser" does not exist -DROP ROLE regress_nosuch_replication_bypassrls; -ERROR: role "regress_nosuch_replication_bypassrls" does not exist -DROP ROLE regress_nosuch_replication; -ERROR: role "regress_nosuch_replication" does not exist -DROP ROLE regress_nosuch_bypassrls; -ERROR: role "regress_nosuch_bypassrls" does not exist -DROP ROLE regress_nosuch_super; -ERROR: role "regress_nosuch_super" does not exist -DROP ROLE regress_nosuch_dbowner; -ERROR: role "regress_nosuch_dbowner" does not exist -DROP ROLE regress_nosuch_recursive; -ERROR: role "regress_nosuch_recursive" does not exist -DROP ROLE regress_nosuch_admin_recursive; -ERROR: role "regress_nosuch_admin_recursive" does not exist -DROP ROLE regress_plainrole; --- must revoke privileges before dropping role -REVOKE CREATE ON DATABASE regression FROM regress_createrole CASCADE; --- ok, should be able to drop non-superuser roles we created -DROP ROLE regress_replication_bypassrls; -DROP ROLE regress_replication; -DROP ROLE regress_bypassrls; -DROP ROLE regress_createdb; -DROP ROLE regress_createrole; -DROP ROLE regress_login; -DROP ROLE regress_inherit; -DROP ROLE regress_connection_limit; -DROP ROLE regress_encrypted_password; -DROP ROLE regress_password_null; -DROP ROLE regress_noiseword; -DROP ROLE regress_inroles; -DROP ROLE regress_adminroles; --- fail, cannot drop ourself, nor superusers or roles we lack ADMIN for -DROP ROLE regress_role_super; -ERROR: permission denied to drop role -DETAIL: Only roles with the SUPERUSER attribute may drop roles with the SUPERUSER attribute. -DROP ROLE regress_role_admin; -ERROR: current user cannot be dropped -DROP ROLE regress_rolecreator; -ERROR: permission denied to drop role -DETAIL: Only roles with the CREATEROLE attribute and the ADMIN option on role "regress_rolecreator" may drop this role. --- ok -RESET SESSION AUTHORIZATION; -REVOKE CREATE ON DATABASE regression FROM regress_role_admin CASCADE; -DROP INDEX tenant_idx; -DROP TABLE tenant_table; -DROP VIEW tenant_view; -DROP SCHEMA regress_tenant2_schema; --- check for duplicated drop -DROP ROLE regress_tenant, regress_tenant; -DROP ROLE regress_tenant2; -DROP ROLE regress_rolecreator; -DROP ROLE regress_role_admin; -DROP ROLE regress_role_limited_admin; -DROP ROLE regress_role_super; -DROP ROLE regress_role_normal; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/without_overlaps.out --- /tmp/cirrus-ci-build/src/test/regress/expected/without_overlaps.out 2025-05-11 19:30:19.018647000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/without_overlaps.out 2025-05-11 19:32:42.386668000 +0000 @@ -1,2500 +1,2 @@ --- Tests for WITHOUT OVERLAPS. --- --- We leave behind several tables to test pg_dump etc: --- temporal_rng, temporal_rng2, --- temporal_fk_rng2rng. -SET datestyle TO ISO, YMD; --- --- test input parser --- --- PK with no columns just WITHOUT OVERLAPS: -CREATE TABLE temporal_rng ( - valid_at daterange, - CONSTRAINT temporal_rng_pk PRIMARY KEY (valid_at WITHOUT OVERLAPS) -); -ERROR: constraint using WITHOUT OVERLAPS needs at least two columns --- PK with a range column/PERIOD that isn't there: -CREATE TABLE temporal_rng ( - id INTEGER, - CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -ERROR: column "valid_at" named in key does not exist -LINE 3: CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHO... - ^ --- PK with a non-range column: -CREATE TABLE temporal_rng ( - id int4range, - valid_at TEXT, - CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -ERROR: column "valid_at" in WITHOUT OVERLAPS is not a range or multirange type -LINE 4: CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHO... - ^ --- PK with one column plus a range: -CREATE TABLE temporal_rng ( - -- Since we can't depend on having btree_gist here, - -- use an int4range instead of an int. - -- (The rangetypes regression test uses the same trick.) - id int4range, - valid_at daterange, - CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -\d temporal_rng - Table "public.temporal_rng" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id | int4range | | not null | - valid_at | daterange | | not null | -Indexes: - "temporal_rng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) - -SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_rng_pk'; - pg_get_constraintdef ---------------------------------------------- - PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -(1 row) - -SELECT pg_get_indexdef(conindid, 0, true) FROM pg_constraint WHERE conname = 'temporal_rng_pk'; - pg_get_indexdef -------------------------------------------------------------------------------- - CREATE UNIQUE INDEX temporal_rng_pk ON temporal_rng USING gist (id, valid_at) -(1 row) - --- PK from LIKE: -CREATE TABLE temporal_rng2 (LIKE temporal_rng INCLUDING ALL); -\d temporal_rng2 - Table "public.temporal_rng2" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id | int4range | | not null | - valid_at | daterange | | not null | -Indexes: - "temporal_rng2_pkey" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) - -DROP TABLE temporal_rng2; --- no PK from INHERITS: -CREATE TABLE temporal_rng2 () INHERITS (temporal_rng); -\d temporal_rng2 - Table "public.temporal_rng2" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id | int4range | | not null | - valid_at | daterange | | not null | -Inherits: temporal_rng - -DROP TABLE temporal_rng2; -DROP TABLE temporal_rng; --- PK in inheriting table: -CREATE TABLE temporal_rng ( - id int4range, - valid_at daterange -); -CREATE TABLE temporal_rng2 ( - CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -) INHERITS (temporal_rng); -\d temporal_rng2 - Table "public.temporal_rng2" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id | int4range | | not null | - valid_at | daterange | | not null | -Indexes: - "temporal_rng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -Inherits: temporal_rng - -DROP TABLE temporal_rng CASCADE; -NOTICE: drop cascades to table temporal_rng2 --- Add PK to already inheriting table: -CREATE TABLE temporal_rng ( - id int4range, - valid_at daterange -); -CREATE TABLE temporal_rng2 () INHERITS (temporal_rng); -ALTER TABLE temporal_rng2 - ADD CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); -\d temporal_rng2 - Table "public.temporal_rng2" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id | int4range | | not null | - valid_at | daterange | | not null | -Indexes: - "temporal_rng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -Inherits: temporal_rng - -DROP TABLE temporal_rng2; -DROP TABLE temporal_rng; --- PK with two columns plus a range: -CREATE TABLE temporal_rng2 ( - id1 int4range, - id2 int4range, - valid_at daterange, - CONSTRAINT temporal_rng2_pk PRIMARY KEY (id1, id2, valid_at WITHOUT OVERLAPS) -); -\d temporal_rng2 - Table "public.temporal_rng2" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id1 | int4range | | not null | - id2 | int4range | | not null | - valid_at | daterange | | not null | -Indexes: - "temporal_rng2_pk" PRIMARY KEY (id1, id2, valid_at WITHOUT OVERLAPS) - -SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_rng2_pk'; - pg_get_constraintdef ---------------------------------------------------- - PRIMARY KEY (id1, id2, valid_at WITHOUT OVERLAPS) -(1 row) - -SELECT pg_get_indexdef(conindid, 0, true) FROM pg_constraint WHERE conname = 'temporal_rng2_pk'; - pg_get_indexdef ---------------------------------------------------------------------------------------- - CREATE UNIQUE INDEX temporal_rng2_pk ON temporal_rng2 USING gist (id1, id2, valid_at) -(1 row) - --- PK with a custom range type: -CREATE TYPE textrange2 AS range (subtype=text, collation="C"); -CREATE TABLE temporal_rng3 ( - id int4range, - valid_at textrange2, - CONSTRAINT temporal_rng3_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -ALTER TABLE temporal_rng3 DROP CONSTRAINT temporal_rng3_pk; -DROP TABLE temporal_rng3; -DROP TYPE textrange2; --- PK with one column plus a multirange: -CREATE TABLE temporal_mltrng ( - id int4range, - valid_at datemultirange, - CONSTRAINT temporal_mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -\d temporal_mltrng - Table "public.temporal_mltrng" - Column | Type | Collation | Nullable | Default -----------+----------------+-----------+----------+--------- - id | int4range | | not null | - valid_at | datemultirange | | not null | -Indexes: - "temporal_mltrng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) - -SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_mltrng_pk'; - pg_get_constraintdef ---------------------------------------------- - PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -(1 row) - -SELECT pg_get_indexdef(conindid, 0, true) FROM pg_constraint WHERE conname = 'temporal_mltrng_pk'; - pg_get_indexdef -------------------------------------------------------------------------------------- - CREATE UNIQUE INDEX temporal_mltrng_pk ON temporal_mltrng USING gist (id, valid_at) -(1 row) - --- PK with two columns plus a multirange: -CREATE TABLE temporal_mltrng2 ( - id1 int4range, - id2 int4range, - valid_at datemultirange, - CONSTRAINT temporal_mltrng2_pk PRIMARY KEY (id1, id2, valid_at WITHOUT OVERLAPS) -); -\d temporal_mltrng2 - Table "public.temporal_mltrng2" - Column | Type | Collation | Nullable | Default -----------+----------------+-----------+----------+--------- - id1 | int4range | | not null | - id2 | int4range | | not null | - valid_at | datemultirange | | not null | -Indexes: - "temporal_mltrng2_pk" PRIMARY KEY (id1, id2, valid_at WITHOUT OVERLAPS) - -SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_mltrng2_pk'; - pg_get_constraintdef ---------------------------------------------------- - PRIMARY KEY (id1, id2, valid_at WITHOUT OVERLAPS) -(1 row) - -SELECT pg_get_indexdef(conindid, 0, true) FROM pg_constraint WHERE conname = 'temporal_mltrng2_pk'; - pg_get_indexdef ---------------------------------------------------------------------------------------------- - CREATE UNIQUE INDEX temporal_mltrng2_pk ON temporal_mltrng2 USING gist (id1, id2, valid_at) -(1 row) - --- UNIQUE with no columns just WITHOUT OVERLAPS: -CREATE TABLE temporal_rng3 ( - valid_at daterange, - CONSTRAINT temporal_rng3_uq UNIQUE (valid_at WITHOUT OVERLAPS) -); -ERROR: constraint using WITHOUT OVERLAPS needs at least two columns --- UNIQUE with a range column/PERIOD that isn't there: -CREATE TABLE temporal_rng3 ( - id INTEGER, - CONSTRAINT temporal_rng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS) -); -ERROR: column "valid_at" named in key does not exist -LINE 3: CONSTRAINT temporal_rng3_uq UNIQUE (id, valid_at WITHOUT O... - ^ --- UNIQUE with a non-range column: -CREATE TABLE temporal_rng3 ( - id int4range, - valid_at TEXT, - CONSTRAINT temporal_rng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS) -); -ERROR: column "valid_at" in WITHOUT OVERLAPS is not a range or multirange type -LINE 4: CONSTRAINT temporal_rng3_uq UNIQUE (id, valid_at WITHOUT O... - ^ --- UNIQUE with one column plus a range: -CREATE TABLE temporal_rng3 ( - id int4range, - valid_at daterange, - CONSTRAINT temporal_rng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS) -); -\d temporal_rng3 - Table "public.temporal_rng3" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id | int4range | | | - valid_at | daterange | | | -Indexes: - "temporal_rng3_uq" UNIQUE (id, valid_at WITHOUT OVERLAPS) - -SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_rng3_uq'; - pg_get_constraintdef ----------------------------------------- - UNIQUE (id, valid_at WITHOUT OVERLAPS) -(1 row) - -SELECT pg_get_indexdef(conindid, 0, true) FROM pg_constraint WHERE conname = 'temporal_rng3_uq'; - pg_get_indexdef ---------------------------------------------------------------------------------- - CREATE UNIQUE INDEX temporal_rng3_uq ON temporal_rng3 USING gist (id, valid_at) -(1 row) - -DROP TABLE temporal_rng3; --- UNIQUE with two columns plus a range: -CREATE TABLE temporal_rng3 ( - id1 int4range, - id2 int4range, - valid_at daterange, - CONSTRAINT temporal_rng3_uq UNIQUE (id1, id2, valid_at WITHOUT OVERLAPS) -); -\d temporal_rng3 - Table "public.temporal_rng3" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id1 | int4range | | | - id2 | int4range | | | - valid_at | daterange | | | -Indexes: - "temporal_rng3_uq" UNIQUE (id1, id2, valid_at WITHOUT OVERLAPS) - -SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_rng3_uq'; - pg_get_constraintdef ----------------------------------------------- - UNIQUE (id1, id2, valid_at WITHOUT OVERLAPS) -(1 row) - -SELECT pg_get_indexdef(conindid, 0, true) FROM pg_constraint WHERE conname = 'temporal_rng3_uq'; - pg_get_indexdef ---------------------------------------------------------------------------------------- - CREATE UNIQUE INDEX temporal_rng3_uq ON temporal_rng3 USING gist (id1, id2, valid_at) -(1 row) - -DROP TABLE temporal_rng3; --- UNIQUE with a custom range type: -CREATE TYPE textrange2 AS range (subtype=text, collation="C"); -CREATE TABLE temporal_rng3 ( - id int4range, - valid_at textrange2, - CONSTRAINT temporal_rng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS) -); -ALTER TABLE temporal_rng3 DROP CONSTRAINT temporal_rng3_uq; -DROP TABLE temporal_rng3; -DROP TYPE textrange2; --- --- test ALTER TABLE ADD CONSTRAINT --- -CREATE TABLE temporal_rng ( - id int4range, - valid_at daterange -); -ALTER TABLE temporal_rng - ADD CONSTRAINT temporal_rng_pk - PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); --- PK with USING INDEX (not possible): -CREATE TABLE temporal3 ( - id int4range, - valid_at daterange -); -CREATE INDEX idx_temporal3_uq ON temporal3 USING gist (id, valid_at); -ALTER TABLE temporal3 - ADD CONSTRAINT temporal3_pk - PRIMARY KEY USING INDEX idx_temporal3_uq; -ERROR: "idx_temporal3_uq" is not a unique index -LINE 2: ADD CONSTRAINT temporal3_pk - ^ -DETAIL: Cannot create a primary key or unique constraint using such an index. -DROP TABLE temporal3; --- UNIQUE with USING INDEX (not possible): -CREATE TABLE temporal3 ( - id int4range, - valid_at daterange -); -CREATE INDEX idx_temporal3_uq ON temporal3 USING gist (id, valid_at); -ALTER TABLE temporal3 - ADD CONSTRAINT temporal3_uq - UNIQUE USING INDEX idx_temporal3_uq; -ERROR: "idx_temporal3_uq" is not a unique index -LINE 2: ADD CONSTRAINT temporal3_uq - ^ -DETAIL: Cannot create a primary key or unique constraint using such an index. -DROP TABLE temporal3; --- UNIQUE with USING [UNIQUE] INDEX (possible but not a temporal constraint): -CREATE TABLE temporal3 ( - id int4range, - valid_at daterange -); -CREATE UNIQUE INDEX idx_temporal3_uq ON temporal3 (id, valid_at); -ALTER TABLE temporal3 - ADD CONSTRAINT temporal3_uq - UNIQUE USING INDEX idx_temporal3_uq; -NOTICE: ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index "idx_temporal3_uq" to "temporal3_uq" -DROP TABLE temporal3; --- Add range column and the PK at the same time -CREATE TABLE temporal3 ( - id int4range -); -ALTER TABLE temporal3 - ADD COLUMN valid_at daterange, - ADD CONSTRAINT temporal3_pk - PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); -DROP TABLE temporal3; --- Add range column and UNIQUE constraint at the same time -CREATE TABLE temporal3 ( - id int4range -); -ALTER TABLE temporal3 - ADD COLUMN valid_at daterange, - ADD CONSTRAINT temporal3_uq - UNIQUE (id, valid_at WITHOUT OVERLAPS); -DROP TABLE temporal3; --- --- range PK: test with existing rows --- -ALTER TABLE temporal_rng DROP CONSTRAINT temporal_rng_pk; --- okay: -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2018-01-02', '2018-02-03')); -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2018-03-03', '2018-04-04')); -INSERT INTO temporal_rng (id, valid_at) VALUES ('[2,3)', daterange('2018-01-01', '2018-01-05')); -INSERT INTO temporal_rng (id, valid_at) VALUES ('[3,4)', daterange('2018-01-01', NULL)); -ALTER TABLE temporal_rng ADD CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); -ALTER TABLE temporal_rng DROP CONSTRAINT temporal_rng_pk; --- should fail: -BEGIN; - INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2018-01-01', '2018-01-05')); - ALTER TABLE temporal_rng ADD CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); -ERROR: could not create exclusion constraint "temporal_rng_pk" -DETAIL: Key (id, valid_at)=([1,2), [2018-01-02,2018-02-03)) conflicts with key (id, valid_at)=([1,2), [2018-01-01,2018-01-05)). -ROLLBACK; --- rejects empty: -BEGIN; - INSERT INTO temporal_rng (id, valid_at) VALUES ('[3,4)', 'empty'); - ALTER TABLE temporal_rng ADD CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_rng" -ROLLBACK; -ALTER TABLE temporal_rng ADD CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); -DELETE FROM temporal_rng; --- --- range PK: test inserts --- --- okay: -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2018-01-02', '2018-02-03')); -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2018-03-03', '2018-04-04')); -INSERT INTO temporal_rng (id, valid_at) VALUES ('[2,3)', daterange('2018-01-01', '2018-01-05')); -INSERT INTO temporal_rng (id, valid_at) VALUES ('[3,4)', daterange('2018-01-01', NULL)); --- should fail: -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2018-01-01', '2018-01-05')); -ERROR: conflicting key value violates exclusion constraint "temporal_rng_pk" -DETAIL: Key (id, valid_at)=([1,2), [2018-01-01,2018-01-05)) conflicts with existing key (id, valid_at)=([1,2), [2018-01-02,2018-02-03)). -INSERT INTO temporal_rng (id, valid_at) VALUES (NULL, daterange('2018-01-01', '2018-01-05')); -ERROR: null value in column "id" of relation "temporal_rng" violates not-null constraint -DETAIL: Failing row contains (null, [2018-01-01,2018-01-05)). -INSERT INTO temporal_rng (id, valid_at) VALUES ('[3,4)', NULL); -ERROR: null value in column "valid_at" of relation "temporal_rng" violates not-null constraint -DETAIL: Failing row contains ([3,4), null). --- rejects empty: -INSERT INTO temporal_rng (id, valid_at) VALUES ('[3,4)', 'empty'); -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_rng" -SELECT * FROM temporal_rng ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2018-01-02,2018-02-03) - [1,2) | [2018-03-03,2018-04-04) - [2,3) | [2018-01-01,2018-01-05) - [3,4) | [2018-01-01,) -(4 rows) - --- --- range PK: test updates --- --- update the scalar part -UPDATE temporal_rng -SET id = '[11,12)' -WHERE id = '[1,2)' -AND valid_at @> '2018-01-15'::date; --- update the range part -UPDATE temporal_rng -SET valid_at = '[2020-01-01,2021-01-01)' -WHERE id = '[11,12)' -AND valid_at @> '2018-01-15'::date; --- update both at once -UPDATE temporal_rng -SET id = '[21,22)', - valid_at = '[2018-01-02,2018-02-03)' -WHERE id = '[11,12)' -AND valid_at @> '2020-01-15'::date; -SELECT * FROM temporal_rng ORDER BY id, valid_at; - id | valid_at ----------+------------------------- - [1,2) | [2018-03-03,2018-04-04) - [2,3) | [2018-01-01,2018-01-05) - [3,4) | [2018-01-01,) - [21,22) | [2018-01-02,2018-02-03) -(4 rows) - --- should fail: -UPDATE temporal_rng -SET id = '[1,2)', - valid_at = daterange('2018-03-05', '2018-05-05') -WHERE id = '[21,22)'; -ERROR: conflicting key value violates exclusion constraint "temporal_rng_pk" -DETAIL: Key (id, valid_at)=([1,2), [2018-03-05,2018-05-05)) conflicts with existing key (id, valid_at)=([1,2), [2018-03-03,2018-04-04)). --- set the scalar part to NULL -UPDATE temporal_rng -SET id = NULL, - valid_at = daterange('2018-03-05', '2018-05-05') -WHERE id = '[21,22)'; -ERROR: null value in column "id" of relation "temporal_rng" violates not-null constraint -DETAIL: Failing row contains (null, [2018-03-05,2018-05-05)). --- set the range part to NULL -UPDATE temporal_rng -SET id = '[1,2)', - valid_at = NULL -WHERE id = '[21,22)'; -ERROR: null value in column "valid_at" of relation "temporal_rng" violates not-null constraint -DETAIL: Failing row contains ([1,2), null). --- rejects empty: -UPDATE temporal_rng -SET id = '[1,2)', - valid_at = 'empty' -WHERE id = '[21,22)'; -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_rng" -SELECT * FROM temporal_rng ORDER BY id, valid_at; - id | valid_at ----------+------------------------- - [1,2) | [2018-03-03,2018-04-04) - [2,3) | [2018-01-01,2018-01-05) - [3,4) | [2018-01-01,) - [21,22) | [2018-01-02,2018-02-03) -(4 rows) - --- --- range UQ: test with existing rows --- -CREATE TABLE temporal_rng3 ( - id int4range, - valid_at daterange -); --- okay: -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[1,2)', daterange('2018-01-02', '2018-02-03')); -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[1,2)', daterange('2018-03-03', '2018-04-04')); -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[2,3)', daterange('2018-01-01', '2018-01-05')); -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[3,4)', daterange('2018-01-01', NULL)); -INSERT INTO temporal_rng3 (id, valid_at) VALUES (NULL, daterange('2018-01-01', '2018-01-05')); -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[3,4)', NULL); -ALTER TABLE temporal_rng3 ADD CONSTRAINT temporal_rng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS); -ALTER TABLE temporal_rng3 DROP CONSTRAINT temporal_rng3_uq; --- should fail: -BEGIN; - INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[1,2)', daterange('2018-01-01', '2018-01-05')); - ALTER TABLE temporal_rng3 ADD CONSTRAINT temporal_rng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS); -ERROR: could not create exclusion constraint "temporal_rng3_uq" -DETAIL: Key (id, valid_at)=([1,2), [2018-01-02,2018-02-03)) conflicts with key (id, valid_at)=([1,2), [2018-01-01,2018-01-05)). -ROLLBACK; --- rejects empty: -BEGIN; - INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[3,4)', 'empty'); - ALTER TABLE temporal_rng3 ADD CONSTRAINT temporal_rng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS); -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_rng3" -ROLLBACK; -ALTER TABLE temporal_rng3 ADD CONSTRAINT temporal_rng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS); -DELETE FROM temporal_rng3; --- --- range UQ: test inserts --- --- okay: -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[1,2)', daterange('2018-01-02', '2018-02-03')); -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[1,2)', daterange('2018-03-03', '2018-04-04')); -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[2,3)', daterange('2018-01-01', '2018-01-05')); -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[3,4)', daterange('2018-01-01', NULL)); -INSERT INTO temporal_rng3 (id, valid_at) VALUES (NULL, daterange('2018-01-01', '2018-01-05')); -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[3,4)', NULL); --- should fail: -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[1,2)', daterange('2018-01-01', '2018-01-05')); -ERROR: conflicting key value violates exclusion constraint "temporal_rng3_uq" -DETAIL: Key (id, valid_at)=([1,2), [2018-01-01,2018-01-05)) conflicts with existing key (id, valid_at)=([1,2), [2018-01-02,2018-02-03)). --- rejects empty: -INSERT INTO temporal_rng3 (id, valid_at) VALUES ('[3,4)', 'empty'); -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_rng3" -SELECT * FROM temporal_rng3 ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2018-01-02,2018-02-03) - [1,2) | [2018-03-03,2018-04-04) - [2,3) | [2018-01-01,2018-01-05) - [3,4) | [2018-01-01,) - [3,4) | - | [2018-01-01,2018-01-05) -(6 rows) - --- --- range UQ: test updates --- --- update the scalar part -UPDATE temporal_rng3 -SET id = '[11,12)' -WHERE id = '[1,2)' -AND valid_at @> '2018-01-15'::date; --- update the range part -UPDATE temporal_rng3 -SET valid_at = '[2020-01-01,2021-01-01)' -WHERE id = '[11,12)' -AND valid_at @> '2018-01-15'::date; --- update both at once -UPDATE temporal_rng3 -SET id = '[21,22)', - valid_at = '[2018-01-02,2018-02-03)' -WHERE id = '[11,12)' -AND valid_at @> '2020-01-15'::date; --- set the scalar part to NULL -UPDATE temporal_rng3 -SET id = NULL, - valid_at = daterange('2020-01-01', '2021-01-01') -WHERE id = '[21,22)'; --- set the range part to NULL -UPDATE temporal_rng3 -SET id = '[1,2)', - valid_at = NULL -WHERE id IS NULL AND valid_at @> '2020-06-01'::date; -SELECT * FROM temporal_rng3 ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2018-03-03,2018-04-04) - [1,2) | - [2,3) | [2018-01-01,2018-01-05) - [3,4) | [2018-01-01,) - [3,4) | - | [2018-01-01,2018-01-05) -(6 rows) - --- should fail: -UPDATE temporal_rng3 -SET valid_at = daterange('2018-03-01', '2018-05-05') -WHERE id = '[1,2)' AND valid_at IS NULL; -ERROR: conflicting key value violates exclusion constraint "temporal_rng3_uq" -DETAIL: Key (id, valid_at)=([1,2), [2018-03-01,2018-05-05)) conflicts with existing key (id, valid_at)=([1,2), [2018-03-03,2018-04-04)). --- rejects empty: -UPDATE temporal_rng3 -SET valid_at = 'empty' -WHERE id = '[1,2)' AND valid_at IS NULL; -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_rng3" --- still rejects empty when scalar part is NULL: -UPDATE temporal_rng3 -SET id = NULL, - valid_at = 'empty' -WHERE id = '[1,2)' AND valid_at IS NULL; -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_rng3" -SELECT * FROM temporal_rng3 ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2018-03-03,2018-04-04) - [1,2) | - [2,3) | [2018-01-01,2018-01-05) - [3,4) | [2018-01-01,) - [3,4) | - | [2018-01-01,2018-01-05) -(6 rows) - -DROP TABLE temporal_rng3; --- --- multirange PK: test with existing rows --- -ALTER TABLE temporal_mltrng DROP CONSTRAINT temporal_mltrng_pk; --- okay: -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-01-02', '2018-02-03'))); -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-03-03', '2018-04-04'))); -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2018-01-01', '2018-01-05'))); -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[3,4)', datemultirange(daterange('2018-01-01', NULL))); -ALTER TABLE temporal_mltrng ADD CONSTRAINT temporal_mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); -ALTER TABLE temporal_mltrng DROP CONSTRAINT temporal_mltrng_pk; --- should fail: -BEGIN; - INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-01-01', '2018-01-05'))); - ALTER TABLE temporal_mltrng ADD CONSTRAINT temporal_mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); -ERROR: could not create exclusion constraint "temporal_mltrng_pk" -DETAIL: Key (id, valid_at)=([1,2), {[2018-01-02,2018-02-03)}) conflicts with key (id, valid_at)=([1,2), {[2018-01-01,2018-01-05)}). -ROLLBACK; --- rejects empty: -BEGIN; - INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[3,4)', '{}'); - ALTER TABLE temporal_mltrng ADD CONSTRAINT temporal_mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_mltrng" -ROLLBACK; -ALTER TABLE temporal_mltrng ADD CONSTRAINT temporal_mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); -DELETE FROM temporal_mltrng; --- --- multirange PK: test inserts --- --- okay: -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-01-02', '2018-02-03'))); -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-03-03', '2018-04-04'))); -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2018-01-01', '2018-01-05'))); -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[3,4)', datemultirange(daterange('2018-01-01', NULL))); --- should fail: -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-01-01', '2018-01-05'))); -ERROR: conflicting key value violates exclusion constraint "temporal_mltrng_pk" -DETAIL: Key (id, valid_at)=([1,2), {[2018-01-01,2018-01-05)}) conflicts with existing key (id, valid_at)=([1,2), {[2018-01-02,2018-02-03)}). -INSERT INTO temporal_mltrng (id, valid_at) VALUES (NULL, datemultirange(daterange('2018-01-01', '2018-01-05'))); -ERROR: null value in column "id" of relation "temporal_mltrng" violates not-null constraint -DETAIL: Failing row contains (null, {[2018-01-01,2018-01-05)}). -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[3,4)', NULL); -ERROR: null value in column "valid_at" of relation "temporal_mltrng" violates not-null constraint -DETAIL: Failing row contains ([3,4), null). --- rejects empty: -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[3,4)', '{}'); -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_mltrng" -SELECT * FROM temporal_mltrng ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2018-01-02,2018-02-03)} - [1,2) | {[2018-03-03,2018-04-04)} - [2,3) | {[2018-01-01,2018-01-05)} - [3,4) | {[2018-01-01,)} -(4 rows) - --- --- multirange PK: test updates --- --- update the scalar part -UPDATE temporal_mltrng -SET id = '[11,12)' -WHERE id = '[1,2)' -AND valid_at @> '2018-01-15'::date; --- update the multirange part -UPDATE temporal_mltrng -SET valid_at = '{[2020-01-01,2021-01-01)}' -WHERE id = '[11,12)' -AND valid_at @> '2018-01-15'::date; --- update both at once -UPDATE temporal_mltrng -SET id = '[21,22)', - valid_at = '{[2018-01-02,2018-02-03)}' -WHERE id = '[11,12)' -AND valid_at @> '2020-01-15'::date; -SELECT * FROM temporal_mltrng ORDER BY id, valid_at; - id | valid_at ----------+--------------------------- - [1,2) | {[2018-03-03,2018-04-04)} - [2,3) | {[2018-01-01,2018-01-05)} - [3,4) | {[2018-01-01,)} - [21,22) | {[2018-01-02,2018-02-03)} -(4 rows) - --- should fail: -UPDATE temporal_mltrng -SET id = '[1,2)', - valid_at = datemultirange(daterange('2018-03-05', '2018-05-05')) -WHERE id = '[21,22)'; -ERROR: conflicting key value violates exclusion constraint "temporal_mltrng_pk" -DETAIL: Key (id, valid_at)=([1,2), {[2018-03-05,2018-05-05)}) conflicts with existing key (id, valid_at)=([1,2), {[2018-03-03,2018-04-04)}). --- set the scalar part to NULL -UPDATE temporal_mltrng -SET id = NULL, - valid_at = datemultirange(daterange('2018-03-05', '2018-05-05')) -WHERE id = '[21,22)'; -ERROR: null value in column "id" of relation "temporal_mltrng" violates not-null constraint -DETAIL: Failing row contains (null, {[2018-03-05,2018-05-05)}). --- set the multirange part to NULL -UPDATE temporal_mltrng -SET id = '[1,2)', - valid_at = NULL -WHERE id = '[21,22)'; -ERROR: null value in column "valid_at" of relation "temporal_mltrng" violates not-null constraint -DETAIL: Failing row contains ([1,2), null). --- rejects empty: -UPDATE temporal_mltrng -SET id = '[1,2)', - valid_at = '{}' -WHERE id = '[21,22)'; -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_mltrng" -SELECT * FROM temporal_mltrng ORDER BY id, valid_at; - id | valid_at ----------+--------------------------- - [1,2) | {[2018-03-03,2018-04-04)} - [2,3) | {[2018-01-01,2018-01-05)} - [3,4) | {[2018-01-01,)} - [21,22) | {[2018-01-02,2018-02-03)} -(4 rows) - --- --- multirange UQ: test with existing rows --- -CREATE TABLE temporal_mltrng3 ( - id int4range, - valid_at datemultirange -); --- okay: -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-01-02', '2018-02-03'))); -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-03-03', '2018-04-04'))); -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2018-01-01', '2018-01-05'))); -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[3,4)', datemultirange(daterange('2018-01-01', NULL))); -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES (NULL, datemultirange(daterange('2018-01-01', '2018-01-05'))); -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[3,4)', NULL); -ALTER TABLE temporal_mltrng3 ADD CONSTRAINT temporal_mltrng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS); -ALTER TABLE temporal_mltrng3 DROP CONSTRAINT temporal_mltrng3_uq; --- should fail: -BEGIN; - INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-01-01', '2018-01-05'))); - ALTER TABLE temporal_mltrng3 ADD CONSTRAINT temporal_mltrng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS); -ERROR: could not create exclusion constraint "temporal_mltrng3_uq" -DETAIL: Key (id, valid_at)=([1,2), {[2018-01-02,2018-02-03)}) conflicts with key (id, valid_at)=([1,2), {[2018-01-01,2018-01-05)}). -ROLLBACK; --- rejects empty: -BEGIN; - INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[3,4)', '{}'); - ALTER TABLE temporal_mltrng3 ADD CONSTRAINT temporal_mltrng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS); -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_mltrng3" -ROLLBACK; -ALTER TABLE temporal_mltrng3 ADD CONSTRAINT temporal_mltrng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS); -DELETE FROM temporal_mltrng3; --- --- multirange UQ: test inserts --- --- okay: -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-01-02', '2018-02-03'))); -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-03-03', '2018-04-04'))); -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2018-01-01', '2018-01-05'))); -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[3,4)', datemultirange(daterange('2018-01-01', NULL))); -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES (NULL, datemultirange(daterange('2018-01-01', '2018-01-05'))); -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[3,4)', NULL); --- should fail: -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-01-01', '2018-01-05'))); -ERROR: conflicting key value violates exclusion constraint "temporal_mltrng3_uq" -DETAIL: Key (id, valid_at)=([1,2), {[2018-01-01,2018-01-05)}) conflicts with existing key (id, valid_at)=([1,2), {[2018-01-02,2018-02-03)}). --- rejects empty: -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[3,4)', '{}'); -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_mltrng3" -SELECT * FROM temporal_mltrng3 ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2018-01-02,2018-02-03)} - [1,2) | {[2018-03-03,2018-04-04)} - [2,3) | {[2018-01-01,2018-01-05)} - [3,4) | {[2018-01-01,)} - [3,4) | - | {[2018-01-01,2018-01-05)} -(6 rows) - --- --- multirange UQ: test updates --- --- update the scalar part -UPDATE temporal_mltrng3 -SET id = '[11,12)' -WHERE id = '[1,2)' -AND valid_at @> '2018-01-15'::date; --- update the multirange part -UPDATE temporal_mltrng3 -SET valid_at = '{[2020-01-01,2021-01-01)}' -WHERE id = '[11,12)' -AND valid_at @> '2018-01-15'::date; --- update both at once -UPDATE temporal_mltrng3 -SET id = '[21,22)', - valid_at = '{[2018-01-02,2018-02-03)}' -WHERE id = '[11,12)' -AND valid_at @> '2020-01-15'::date; --- set the scalar part to NULL -UPDATE temporal_mltrng3 -SET id = NULL, - valid_at = datemultirange(daterange('2020-01-01', '2021-01-01')) -WHERE id = '[21,22)'; --- set the multirange part to NULL -UPDATE temporal_mltrng3 -SET id = '[1,2)', - valid_at = NULL -WHERE id IS NULL AND valid_at @> '2020-06-01'::date; -SELECT * FROM temporal_mltrng3 ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2018-03-03,2018-04-04)} - [1,2) | - [2,3) | {[2018-01-01,2018-01-05)} - [3,4) | {[2018-01-01,)} - [3,4) | - | {[2018-01-01,2018-01-05)} -(6 rows) - --- should fail: -UPDATE temporal_mltrng3 -SET valid_at = datemultirange(daterange('2018-03-01', '2018-05-05')) -WHERE id = '[1,2)' AND valid_at IS NULL; -ERROR: conflicting key value violates exclusion constraint "temporal_mltrng3_uq" -DETAIL: Key (id, valid_at)=([1,2), {[2018-03-01,2018-05-05)}) conflicts with existing key (id, valid_at)=([1,2), {[2018-03-03,2018-04-04)}). --- rejects empty: -UPDATE temporal_mltrng3 -SET valid_at = '{}' -WHERE id = '[1,2)' AND valid_at IS NULL; -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_mltrng3" --- still rejects empty when scalar part is NULL: -UPDATE temporal_mltrng3 -SET id = NULL, - valid_at = '{}' -WHERE id = '[1,2)' AND valid_at IS NULL; -ERROR: empty WITHOUT OVERLAPS value found in column "valid_at" in relation "temporal_mltrng3" -SELECT * FROM temporal_mltrng3 ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2018-03-03,2018-04-04)} - [1,2) | - [2,3) | {[2018-01-01,2018-01-05)} - [3,4) | {[2018-01-01,)} - [3,4) | - | {[2018-01-01,2018-01-05)} -(6 rows) - -DROP TABLE temporal_mltrng3; --- --- test a range with both a PK and a UNIQUE constraint --- -CREATE TABLE temporal3 ( - id int4range, - valid_at daterange, - id2 int8range, - name TEXT, - CONSTRAINT temporal3_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal3_uniq UNIQUE (id2, valid_at WITHOUT OVERLAPS) -); -INSERT INTO temporal3 (id, valid_at, id2, name) - VALUES - ('[1,2)', daterange('2000-01-01', '2010-01-01'), '[7,8)', 'foo'), - ('[2,3)', daterange('2000-01-01', '2010-01-01'), '[9,10)', 'bar') -; -DROP TABLE temporal3; --- --- test changing the PK's dependencies --- -CREATE TABLE temporal3 ( - id int4range, - valid_at daterange, - CONSTRAINT temporal3_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -ALTER TABLE temporal3 ALTER COLUMN valid_at DROP NOT NULL; -ERROR: column "valid_at" is in a primary key -ALTER TABLE temporal3 ALTER COLUMN valid_at TYPE tstzrange USING tstzrange(lower(valid_at), upper(valid_at)); -ALTER TABLE temporal3 RENAME COLUMN valid_at TO valid_thru; -ALTER TABLE temporal3 DROP COLUMN valid_thru; -DROP TABLE temporal3; --- --- test PARTITION BY for ranges --- --- temporal PRIMARY KEY: -CREATE TABLE temporal_partitioned ( - id int4range, - valid_at daterange, - name text, - CONSTRAINT temporal_paritioned_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -) PARTITION BY LIST (id); -CREATE TABLE tp1 PARTITION OF temporal_partitioned FOR VALUES IN ('[1,2)', '[2,3)'); -CREATE TABLE tp2 PARTITION OF temporal_partitioned FOR VALUES IN ('[3,4)', '[4,5)'); -INSERT INTO temporal_partitioned (id, valid_at, name) VALUES - ('[1,2)', daterange('2000-01-01', '2000-02-01'), 'one'), - ('[1,2)', daterange('2000-02-01', '2000-03-01'), 'one'), - ('[3,4)', daterange('2000-01-01', '2010-01-01'), 'three'); -SELECT * FROM temporal_partitioned ORDER BY id, valid_at; - id | valid_at | name --------+-------------------------+------- - [1,2) | [2000-01-01,2000-02-01) | one - [1,2) | [2000-02-01,2000-03-01) | one - [3,4) | [2000-01-01,2010-01-01) | three -(3 rows) - -SELECT * FROM tp1 ORDER BY id, valid_at; - id | valid_at | name --------+-------------------------+------ - [1,2) | [2000-01-01,2000-02-01) | one - [1,2) | [2000-02-01,2000-03-01) | one -(2 rows) - -SELECT * FROM tp2 ORDER BY id, valid_at; - id | valid_at | name --------+-------------------------+------- - [3,4) | [2000-01-01,2010-01-01) | three -(1 row) - -DROP TABLE temporal_partitioned; --- temporal UNIQUE: -CREATE TABLE temporal_partitioned ( - id int4range, - valid_at daterange, - name text, - CONSTRAINT temporal_paritioned_uq UNIQUE (id, valid_at WITHOUT OVERLAPS) -) PARTITION BY LIST (id); -CREATE TABLE tp1 PARTITION OF temporal_partitioned FOR VALUES IN ('[1,2)', '[2,3)'); -CREATE TABLE tp2 PARTITION OF temporal_partitioned FOR VALUES IN ('[3,4)', '[4,5)'); -INSERT INTO temporal_partitioned (id, valid_at, name) VALUES - ('[1,2)', daterange('2000-01-01', '2000-02-01'), 'one'), - ('[1,2)', daterange('2000-02-01', '2000-03-01'), 'one'), - ('[3,4)', daterange('2000-01-01', '2010-01-01'), 'three'); -SELECT * FROM temporal_partitioned ORDER BY id, valid_at; - id | valid_at | name --------+-------------------------+------- - [1,2) | [2000-01-01,2000-02-01) | one - [1,2) | [2000-02-01,2000-03-01) | one - [3,4) | [2000-01-01,2010-01-01) | three -(3 rows) - -SELECT * FROM tp1 ORDER BY id, valid_at; - id | valid_at | name --------+-------------------------+------ - [1,2) | [2000-01-01,2000-02-01) | one - [1,2) | [2000-02-01,2000-03-01) | one -(2 rows) - -SELECT * FROM tp2 ORDER BY id, valid_at; - id | valid_at | name --------+-------------------------+------- - [3,4) | [2000-01-01,2010-01-01) | three -(1 row) - -DROP TABLE temporal_partitioned; --- ALTER TABLE REPLICA IDENTITY -\d temporal_rng - Table "public.temporal_rng" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id | int4range | | not null | - valid_at | daterange | | not null | -Indexes: - "temporal_rng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) - -ALTER TABLE temporal_rng REPLICA IDENTITY USING INDEX temporal_rng_pk; -\d temporal_rng - Table "public.temporal_rng" - Column | Type | Collation | Nullable | Default -----------+-----------+-----------+----------+--------- - id | int4range | | not null | - valid_at | daterange | | not null | -Indexes: - "temporal_rng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) REPLICA IDENTITY - --- --- ON CONFLICT: ranges --- -TRUNCATE temporal_rng; -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2000-01-01', '2010-01-01')); --- with a conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT DO NOTHING; --- id matches but no conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2010-01-01', '2020-01-01')) ON CONFLICT DO NOTHING; --- date matches but no conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[2,3)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT DO NOTHING; -SELECT * FROM temporal_rng ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2000-01-01,2010-01-01) - [1,2) | [2010-01-01,2020-01-01) - [2,3) | [2005-01-01,2006-01-01) -(3 rows) - -TRUNCATE temporal_rng; -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2000-01-01', '2010-01-01')); --- with a conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- id matches but no conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2010-01-01', '2020-01-01')) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- date matches but no conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[2,3)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification -SELECT * FROM temporal_rng ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2000-01-01,2010-01-01) -(1 row) - -TRUNCATE temporal_rng; -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2000-01-01', '2010-01-01')); --- with a conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT ON CONSTRAINT temporal_rng_pk DO NOTHING; --- id matches but no conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2010-01-01', '2020-01-01')) ON CONFLICT ON CONSTRAINT temporal_rng_pk DO NOTHING; --- date matches but no conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[2,3)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT ON CONSTRAINT temporal_rng_pk DO NOTHING; -SELECT * FROM temporal_rng ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2000-01-01,2010-01-01) - [1,2) | [2010-01-01,2020-01-01) - [2,3) | [2005-01-01,2006-01-01) -(3 rows) - -TRUNCATE temporal_rng; -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2000-01-01', '2010-01-01')); --- with a conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[2,3)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- id matches but no conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2010-01-01', '2020-01-01')) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[3,4)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- date matches but no conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[2,3)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[4,5)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification -SELECT * FROM temporal_rng ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2000-01-01,2010-01-01) -(1 row) - -TRUNCATE temporal_rng; -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2000-01-01', '2010-01-01')); --- with a conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT ON CONSTRAINT temporal_rng_pk DO UPDATE SET id = EXCLUDED.id + '[2,3)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints --- id matches but no conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2010-01-01', '2020-01-01')) ON CONFLICT ON CONSTRAINT temporal_rng_pk DO UPDATE SET id = EXCLUDED.id + '[3,4)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints --- date matches but no conflict -INSERT INTO temporal_rng (id, valid_at) VALUES ('[2,3)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT ON CONSTRAINT temporal_rng_pk DO UPDATE SET id = EXCLUDED.id + '[4,5)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints -SELECT * FROM temporal_rng ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2000-01-01,2010-01-01) -(1 row) - --- with a UNIQUE constraint: -CREATE TABLE temporal3 ( - id int4range, - valid_at daterange, - CONSTRAINT temporal3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS) -); -TRUNCATE temporal3; -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2000-01-01', '2010-01-01')); --- with a conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT DO NOTHING; --- id matches but no conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2010-01-01', '2020-01-01')) ON CONFLICT DO NOTHING; --- date matches but no conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[2,3)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT DO NOTHING; -SELECT * FROM temporal3 ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2000-01-01,2010-01-01) - [1,2) | [2010-01-01,2020-01-01) - [2,3) | [2005-01-01,2006-01-01) -(3 rows) - -TRUNCATE temporal3; -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2000-01-01', '2010-01-01')); --- with a conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- id matches but no conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2010-01-01', '2020-01-01')) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- date matches but no conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[2,3)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification -SELECT * FROM temporal3 ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2000-01-01,2010-01-01) -(1 row) - -TRUNCATE temporal3; -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2000-01-01', '2010-01-01')); --- with a conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT ON CONSTRAINT temporal3_uq DO NOTHING; --- id matches but no conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2010-01-01', '2020-01-01')) ON CONFLICT ON CONSTRAINT temporal3_uq DO NOTHING; --- date matches but no conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[2,3)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT ON CONSTRAINT temporal3_uq DO NOTHING; -SELECT * FROM temporal3 ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2000-01-01,2010-01-01) - [1,2) | [2010-01-01,2020-01-01) - [2,3) | [2005-01-01,2006-01-01) -(3 rows) - -TRUNCATE temporal3; -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2000-01-01', '2010-01-01')); --- with a conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[2,3)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- id matches but no conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2010-01-01', '2020-01-01')) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[3,4)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- date matches but no conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[2,3)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[4,5)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification -SELECT * FROM temporal3 ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2000-01-01,2010-01-01) -(1 row) - -TRUNCATE temporal3; -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2000-01-01', '2010-01-01')); --- with a conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT ON CONSTRAINT temporal3_uq DO UPDATE SET id = EXCLUDED.id + '[2,3)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints --- id matches but no conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[1,2)', daterange('2010-01-01', '2020-01-01')) ON CONFLICT ON CONSTRAINT temporal3_uq DO UPDATE SET id = EXCLUDED.id + '[3,4)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints --- date matches but no conflict -INSERT INTO temporal3 (id, valid_at) VALUES ('[2,3)', daterange('2005-01-01', '2006-01-01')) ON CONFLICT ON CONSTRAINT temporal3_uq DO UPDATE SET id = EXCLUDED.id + '[4,5)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints -SELECT * FROM temporal3 ORDER BY id, valid_at; - id | valid_at --------+------------------------- - [1,2) | [2000-01-01,2010-01-01) -(1 row) - -DROP TABLE temporal3; --- --- ON CONFLICT: multiranges --- -TRUNCATE temporal_mltrng; -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2000-01-01', '2010-01-01'))); --- with a conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT DO NOTHING; --- id matches but no conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2010-01-01', '2020-01-01'))) ON CONFLICT DO NOTHING; --- date matches but no conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT DO NOTHING; -SELECT * FROM temporal_mltrng ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2000-01-01,2010-01-01)} - [1,2) | {[2010-01-01,2020-01-01)} - [2,3) | {[2005-01-01,2006-01-01)} -(3 rows) - -TRUNCATE temporal_mltrng; -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2000-01-01', '2010-01-01'))); --- with a conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- id matches but no conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2010-01-01', '2020-01-01'))) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- date matches but no conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification -SELECT * FROM temporal_mltrng ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2000-01-01,2010-01-01)} -(1 row) - -TRUNCATE temporal_mltrng; -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2000-01-01', '2010-01-01'))); --- with a conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng_pk DO NOTHING; --- id matches but no conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2010-01-01', '2020-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng_pk DO NOTHING; --- date matches but no conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng_pk DO NOTHING; -SELECT * FROM temporal_mltrng ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2000-01-01,2010-01-01)} - [1,2) | {[2010-01-01,2020-01-01)} - [2,3) | {[2005-01-01,2006-01-01)} -(3 rows) - -TRUNCATE temporal_mltrng; -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2000-01-01', '2010-01-01'))); --- with a conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[2,3)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- id matches but no conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2010-01-01', '2020-01-01'))) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[3,4)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- date matches but no conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[4,5)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification -SELECT * FROM temporal_mltrng ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2000-01-01,2010-01-01)} -(1 row) - -TRUNCATE temporal_mltrng; -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2000-01-01', '2010-01-01'))); --- with a conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng_pk DO UPDATE SET id = EXCLUDED.id + '[2,3)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints --- id matches but no conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2010-01-01', '2020-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng_pk DO UPDATE SET id = EXCLUDED.id + '[3,4)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints --- date matches but no conflict -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng_pk DO UPDATE SET id = EXCLUDED.id + '[4,5)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints -SELECT * FROM temporal_mltrng ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2000-01-01,2010-01-01)} -(1 row) - --- with a UNIQUE constraint: -CREATE TABLE temporal_mltrng3 ( - id int4range, - valid_at datemultirange, - CONSTRAINT temporal_mltrng3_uq UNIQUE (id, valid_at WITHOUT OVERLAPS) -); -TRUNCATE temporal_mltrng3; -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2000-01-01', '2010-01-01'))); --- with a conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT DO NOTHING; --- id matches but no conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2010-01-01', '2020-01-01'))) ON CONFLICT DO NOTHING; --- date matches but no conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT DO NOTHING; -SELECT * FROM temporal_mltrng3 ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2000-01-01,2010-01-01)} - [1,2) | {[2010-01-01,2020-01-01)} - [2,3) | {[2005-01-01,2006-01-01)} -(3 rows) - -TRUNCATE temporal_mltrng3; -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2000-01-01', '2010-01-01'))); --- with a conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- id matches but no conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2010-01-01', '2020-01-01'))) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- date matches but no conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT (id, valid_at) DO NOTHING; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification -SELECT * FROM temporal_mltrng3 ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2000-01-01,2010-01-01)} -(1 row) - -TRUNCATE temporal_mltrng3; -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2000-01-01', '2010-01-01'))); --- with a conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng3_uq DO NOTHING; --- id matches but no conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2010-01-01', '2020-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng3_uq DO NOTHING; --- date matches but no conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng3_uq DO NOTHING; -SELECT * FROM temporal_mltrng3 ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2000-01-01,2010-01-01)} - [1,2) | {[2010-01-01,2020-01-01)} - [2,3) | {[2005-01-01,2006-01-01)} -(3 rows) - -TRUNCATE temporal_mltrng3; -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2000-01-01', '2010-01-01'))); --- with a conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[2,3)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- id matches but no conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2010-01-01', '2020-01-01'))) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[3,4)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification --- date matches but no conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT (id, valid_at) DO UPDATE SET id = EXCLUDED.id + '[4,5)'; -ERROR: there is no unique or exclusion constraint matching the ON CONFLICT specification -SELECT * FROM temporal_mltrng3 ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2000-01-01,2010-01-01)} -(1 row) - -TRUNCATE temporal_mltrng3; -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2000-01-01', '2010-01-01'))); --- with a conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng3_uq DO UPDATE SET id = EXCLUDED.id + '[2,3)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints --- id matches but no conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2010-01-01', '2020-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng3_uq DO UPDATE SET id = EXCLUDED.id + '[3,4)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints --- date matches but no conflict -INSERT INTO temporal_mltrng3 (id, valid_at) VALUES ('[2,3)', datemultirange(daterange('2005-01-01', '2006-01-01'))) ON CONFLICT ON CONSTRAINT temporal_mltrng3_uq DO UPDATE SET id = EXCLUDED.id + '[4,5)'; -ERROR: ON CONFLICT DO UPDATE not supported with exclusion constraints -SELECT * FROM temporal_mltrng3 ORDER BY id, valid_at; - id | valid_at --------+--------------------------- - [1,2) | {[2000-01-01,2010-01-01)} -(1 row) - -DROP TABLE temporal_mltrng3; --- --- test FK dependencies --- --- can't drop a range referenced by an FK, unless with CASCADE -CREATE TABLE temporal3 ( - id int4range, - valid_at daterange, - CONSTRAINT temporal3_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal3 (id, PERIOD valid_at) -); -ALTER TABLE temporal3 DROP COLUMN valid_at; -ERROR: cannot drop column valid_at of table temporal3 because other objects depend on it -DETAIL: constraint temporal_fk_rng2rng_fk on table temporal_fk_rng2rng depends on column valid_at of table temporal3 -HINT: Use DROP ... CASCADE to drop the dependent objects too. -ALTER TABLE temporal3 DROP COLUMN valid_at CASCADE; -NOTICE: drop cascades to constraint temporal_fk_rng2rng_fk on table temporal_fk_rng2rng -DROP TABLE temporal_fk_rng2rng; -DROP TABLE temporal3; --- --- test FOREIGN KEY, range references range --- --- test table setup -DROP TABLE temporal_rng; -CREATE TABLE temporal_rng (id int4range, valid_at daterange); -ALTER TABLE temporal_rng - ADD CONSTRAINT temporal_rng_pk - PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); --- Can't create a FK with a mismatched range type -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at int4range, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk2 PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk2 FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng (id, PERIOD valid_at) -); -ERROR: foreign key constraint "temporal_fk_rng2rng_fk2" cannot be implemented -DETAIL: Key columns "valid_at" of the referencing table and "valid_at" of the referenced table are of incompatible types: int4range and daterange. --- works: PERIOD for both referenced and referencing -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng (id, PERIOD valid_at) -); -DROP TABLE temporal_fk_rng2rng; --- with mismatched PERIOD columns: --- (parent_id, PERIOD valid_at) REFERENCES (id, valid_at) --- REFERENCES part should specify PERIOD -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng (id, valid_at) -); -ERROR: foreign key uses PERIOD on the referencing table but not the referenced table --- (parent_id, valid_at) REFERENCES (id, valid_at) --- both should specify PERIOD: -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id, valid_at) - REFERENCES temporal_rng (id, valid_at) -); -ERROR: foreign key must use PERIOD when referencing a primary using WITHOUT OVERLAPS --- (parent_id, valid_at) REFERENCES (id, PERIOD valid_at) --- FOREIGN KEY part should specify PERIOD -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id, valid_at) - REFERENCES temporal_rng (id, PERIOD valid_at) -); -ERROR: foreign key uses PERIOD on the referenced table but not the referencing table --- (parent_id, valid_at) REFERENCES [implicit] --- FOREIGN KEY part should specify PERIOD -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id, valid_at) - REFERENCES temporal_rng -); -ERROR: foreign key uses PERIOD on the referenced table but not the referencing table --- (parent_id, PERIOD valid_at) REFERENCES (id) -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng (id) -); -ERROR: foreign key uses PERIOD on the referencing table but not the referenced table --- (parent_id) REFERENCES (id, PERIOD valid_at) -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id) - REFERENCES temporal_rng (id, PERIOD valid_at) -); -ERROR: foreign key uses PERIOD on the referenced table but not the referencing table --- with inferred PK on the referenced table: --- (parent_id, PERIOD valid_at) REFERENCES [implicit] -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng -); -DROP TABLE temporal_fk_rng2rng; --- (parent_id) REFERENCES [implicit] -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id) - REFERENCES temporal_rng -); -ERROR: foreign key uses PERIOD on the referenced table but not the referencing table --- should fail because of duplicate referenced columns: -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_rng2rng_fk FOREIGN KEY (parent_id, PERIOD parent_id) - REFERENCES temporal_rng (id, PERIOD id) -); -ERROR: foreign key referenced-columns list must not contain duplicates --- Two scalar columns -DROP TABLE temporal_rng2; -CREATE TABLE temporal_rng2 ( - id1 int4range, - id2 int4range, - valid_at daterange, - CONSTRAINT temporal_rng2_pk PRIMARY KEY (id1, id2, valid_at WITHOUT OVERLAPS) -); -CREATE TABLE temporal_fk2_rng2rng ( - id int4range, - valid_at daterange, - parent_id1 int4range, - parent_id2 int4range, - CONSTRAINT temporal_fk2_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk2_rng2rng_fk FOREIGN KEY (parent_id1, parent_id2, PERIOD valid_at) - REFERENCES temporal_rng2 (id1, id2, PERIOD valid_at) -); -\d temporal_fk2_rng2rng - Table "public.temporal_fk2_rng2rng" - Column | Type | Collation | Nullable | Default -------------+-----------+-----------+----------+--------- - id | int4range | | not null | - valid_at | daterange | | not null | - parent_id1 | int4range | | | - parent_id2 | int4range | | | -Indexes: - "temporal_fk2_rng2rng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -Foreign-key constraints: - "temporal_fk2_rng2rng_fk" FOREIGN KEY (parent_id1, parent_id2, PERIOD valid_at) REFERENCES temporal_rng2(id1, id2, PERIOD valid_at) - -DROP TABLE temporal_fk2_rng2rng; --- --- test ALTER TABLE ADD CONSTRAINT --- -CREATE TABLE temporal_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng (id, PERIOD valid_at); --- Two scalar columns: -CREATE TABLE temporal_fk2_rng2rng ( - id int4range, - valid_at daterange, - parent_id1 int4range, - parent_id2 int4range, - CONSTRAINT temporal_fk2_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -ALTER TABLE temporal_fk2_rng2rng - ADD CONSTRAINT temporal_fk2_rng2rng_fk - FOREIGN KEY (parent_id1, parent_id2, PERIOD valid_at) - REFERENCES temporal_rng2 (id1, id2, PERIOD valid_at); -\d temporal_fk2_rng2rng - Table "public.temporal_fk2_rng2rng" - Column | Type | Collation | Nullable | Default -------------+-----------+-----------+----------+--------- - id | int4range | | not null | - valid_at | daterange | | not null | - parent_id1 | int4range | | | - parent_id2 | int4range | | | -Indexes: - "temporal_fk2_rng2rng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -Foreign-key constraints: - "temporal_fk2_rng2rng_fk" FOREIGN KEY (parent_id1, parent_id2, PERIOD valid_at) REFERENCES temporal_rng2(id1, id2, PERIOD valid_at) - --- with inferred PK on the referenced table, and wrong column type: -ALTER TABLE temporal_fk_rng2rng - DROP CONSTRAINT temporal_fk_rng2rng_fk, - ALTER COLUMN valid_at TYPE tsrange USING tsrange(lower(valid_at), upper(valid_at)); -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng; -ERROR: foreign key constraint "temporal_fk_rng2rng_fk" cannot be implemented -DETAIL: Key columns "valid_at" of the referencing table and "valid_at" of the referenced table are of incompatible types: tsrange and daterange. -ALTER TABLE temporal_fk_rng2rng - ALTER COLUMN valid_at TYPE daterange USING daterange(lower(valid_at)::date, upper(valid_at)::date); --- with inferred PK on the referenced table: -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng; --- should fail because of duplicate referenced columns: -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk2 - FOREIGN KEY (parent_id, PERIOD parent_id) - REFERENCES temporal_rng (id, PERIOD id); -ERROR: foreign key referenced-columns list must not contain duplicates --- --- test with rows already --- -DELETE FROM temporal_fk_rng2rng; -DELETE FROM temporal_rng; -INSERT INTO temporal_rng (id, valid_at) VALUES - ('[1,2)', daterange('2018-01-02', '2018-02-03')), - ('[1,2)', daterange('2018-03-03', '2018-04-04')), - ('[2,3)', daterange('2018-01-01', '2018-01-05')), - ('[3,4)', daterange('2018-01-01', NULL)); -ALTER TABLE temporal_fk_rng2rng - DROP CONSTRAINT temporal_fk_rng2rng_fk; -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES ('[1,2)', daterange('2018-01-02', '2018-02-01'), '[1,2)'); -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng; -ALTER TABLE temporal_fk_rng2rng - DROP CONSTRAINT temporal_fk_rng2rng_fk; -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES ('[2,3)', daterange('2018-01-02', '2018-04-01'), '[1,2)'); --- should fail: -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng; -ERROR: insert or update on table "temporal_fk_rng2rng" violates foreign key constraint "temporal_fk_rng2rng_fk" -DETAIL: Key (parent_id, valid_at)=([1,2), [2018-01-02,2018-04-01)) is not present in table "temporal_rng". --- okay again: -DELETE FROM temporal_fk_rng2rng; -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng; --- --- test pg_get_constraintdef --- -SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_fk_rng2rng_fk'; - pg_get_constraintdef ---------------------------------------------------------------------------------------- - FOREIGN KEY (parent_id, PERIOD valid_at) REFERENCES temporal_rng(id, PERIOD valid_at) -(1 row) - --- --- test FK referencing inserts --- -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES ('[1,2)', daterange('2018-01-02', '2018-02-01'), '[1,2)'); --- should fail: -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES ('[2,3)', daterange('2018-01-02', '2018-04-01'), '[1,2)'); -ERROR: insert or update on table "temporal_fk_rng2rng" violates foreign key constraint "temporal_fk_rng2rng_fk" -DETAIL: Key (parent_id, valid_at)=([1,2), [2018-01-02,2018-04-01)) is not present in table "temporal_rng". --- now it should work: -INSERT INTO temporal_rng (id, valid_at) VALUES ('[1,2)', daterange('2018-02-03', '2018-03-03')); -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES ('[2,3)', daterange('2018-01-02', '2018-04-01'), '[1,2)'); --- --- test FK referencing updates --- --- slide the edge across a referenced transition: -UPDATE temporal_fk_rng2rng SET valid_at = daterange('2018-01-02', '2018-02-20') WHERE id = '[1,2)'; --- should fail: -UPDATE temporal_fk_rng2rng SET valid_at = daterange('2018-01-02', '2018-05-01') WHERE id = '[1,2)'; -ERROR: insert or update on table "temporal_fk_rng2rng" violates foreign key constraint "temporal_fk_rng2rng_fk" -DETAIL: Key (parent_id, valid_at)=([1,2), [2018-01-02,2018-05-01)) is not present in table "temporal_rng". -UPDATE temporal_fk_rng2rng SET parent_id = '[8,9)' WHERE id = '[1,2)'; -ERROR: insert or update on table "temporal_fk_rng2rng" violates foreign key constraint "temporal_fk_rng2rng_fk" -DETAIL: Key (parent_id, valid_at)=([8,9), [2018-01-02,2018-02-20)) is not present in table "temporal_rng". --- ALTER FK DEFERRABLE -BEGIN; - INSERT INTO temporal_rng (id, valid_at) VALUES - ('[5,6)', daterange('2018-01-01', '2018-02-01')), - ('[5,6)', daterange('2018-02-01', '2018-03-01')); - INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES - ('[3,4)', daterange('2018-01-05', '2018-01-10'), '[5,6)'); - ALTER TABLE temporal_fk_rng2rng - ALTER CONSTRAINT temporal_fk_rng2rng_fk - DEFERRABLE INITIALLY DEFERRED; - DELETE FROM temporal_rng WHERE id = '[5,6)'; --should not fail yet. -COMMIT; -- should fail here. -ERROR: update or delete on table "temporal_rng" violates foreign key constraint "temporal_fk_rng2rng_fk" on table "temporal_fk_rng2rng" -DETAIL: Key (id, valid_at)=([5,6), [2018-01-01,2018-02-01)) is still referenced from table "temporal_fk_rng2rng". --- --- test FK referenced updates NO ACTION --- -TRUNCATE temporal_rng, temporal_fk_rng2rng; -ALTER TABLE temporal_fk_rng2rng - DROP CONSTRAINT temporal_fk_rng2rng_fk; -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng - ON UPDATE NO ACTION; --- a PK update that succeeds because the numeric id isn't referenced: -INSERT INTO temporal_rng (id, valid_at) VALUES ('[5,6)', daterange('2018-01-01', '2018-02-01')); -UPDATE temporal_rng SET valid_at = daterange('2016-01-01', '2016-02-01') WHERE id = '[5,6)'; --- a PK update that succeeds even though the numeric id is referenced because the range isn't: -DELETE FROM temporal_rng WHERE id = '[5,6)'; -INSERT INTO temporal_rng (id, valid_at) VALUES - ('[5,6)', daterange('2018-01-01', '2018-02-01')), - ('[5,6)', daterange('2018-02-01', '2018-03-01')); -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) - VALUES ('[3,4)', daterange('2018-01-05', '2018-01-10'), '[5,6)'); -UPDATE temporal_rng SET valid_at = daterange('2016-02-01', '2016-03-01') - WHERE id = '[5,6)' AND valid_at = daterange('2018-02-01', '2018-03-01'); --- A PK update sliding the edge between two referenced rows: -INSERT INTO temporal_rng (id, valid_at) VALUES - ('[6,7)', daterange('2018-01-01', '2018-02-01')), - ('[6,7)', daterange('2018-02-01', '2018-03-01')); -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES - ('[4,5)', daterange('2018-01-15', '2018-02-15'), '[6,7)'); -UPDATE temporal_rng - SET valid_at = CASE WHEN lower(valid_at) = '2018-01-01' THEN daterange('2018-01-01', '2018-01-05') - WHEN lower(valid_at) = '2018-02-01' THEN daterange('2018-01-05', '2018-03-01') END - WHERE id = '[6,7)'; --- a PK update shrinking the referenced range but still valid: --- There are two references: one fulfilled by the first pk row, --- the other fulfilled by both pk rows combined. -INSERT INTO temporal_rng (id, valid_at) VALUES - ('[1,2)', daterange('2018-01-01', '2018-03-01')), - ('[1,2)', daterange('2018-03-01', '2018-06-01')); -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES - ('[1,2)', daterange('2018-01-15', '2018-02-01'), '[1,2)'), - ('[2,3)', daterange('2018-01-15', '2018-05-01'), '[1,2)'); -UPDATE temporal_rng SET valid_at = daterange('2018-01-15', '2018-03-01') - WHERE id = '[1,2)' AND valid_at @> '2018-01-15'::date; --- a PK update growing the referenced range is fine: -UPDATE temporal_rng SET valid_at = daterange('2018-01-01', '2018-03-01') - WHERE id = '[1,2)' AND valid_at @> '2018-01-25'::date; --- a PK update shrinking the referenced range and changing the id invalidates the whole range (error): -UPDATE temporal_rng SET id = '[2,3)', valid_at = daterange('2018-01-15', '2018-03-01') - WHERE id = '[1,2)' AND valid_at @> '2018-01-15'::date; -ERROR: update or delete on table "temporal_rng" violates foreign key constraint "temporal_fk_rng2rng_fk" on table "temporal_fk_rng2rng" -DETAIL: Key (id, valid_at)=([1,2), [2018-01-01,2018-03-01)) is still referenced from table "temporal_fk_rng2rng". --- a PK update changing only the id invalidates the whole range (error): -UPDATE temporal_rng SET id = '[2,3)' - WHERE id = '[1,2)' AND valid_at @> '2018-01-15'::date; -ERROR: update or delete on table "temporal_rng" violates foreign key constraint "temporal_fk_rng2rng_fk" on table "temporal_fk_rng2rng" -DETAIL: Key (id, valid_at)=([1,2), [2018-01-01,2018-03-01)) is still referenced from table "temporal_fk_rng2rng". --- a PK update that loses time from both ends, but is still valid: -INSERT INTO temporal_rng (id, valid_at) VALUES - ('[2,3)', daterange('2018-01-01', '2018-03-01')); -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES - ('[5,6)', daterange('2018-01-15', '2018-02-01'), '[2,3)'); -UPDATE temporal_rng SET valid_at = daterange('2018-01-15', '2018-02-15') - WHERE id = '[2,3)'; --- a PK update that fails because both are referenced: -UPDATE temporal_rng SET valid_at = daterange('2016-01-01', '2016-02-01') - WHERE id = '[5,6)' AND valid_at = daterange('2018-01-01', '2018-02-01'); -ERROR: update or delete on table "temporal_rng" violates foreign key constraint "temporal_fk_rng2rng_fk" on table "temporal_fk_rng2rng" -DETAIL: Key (id, valid_at)=([5,6), [2018-01-01,2018-02-01)) is still referenced from table "temporal_fk_rng2rng". --- a PK update that fails because both are referenced, but not 'til commit: -BEGIN; - ALTER TABLE temporal_fk_rng2rng - ALTER CONSTRAINT temporal_fk_rng2rng_fk - DEFERRABLE INITIALLY DEFERRED; - UPDATE temporal_rng SET valid_at = daterange('2016-01-01', '2016-02-01') - WHERE id = '[5,6)' AND valid_at = daterange('2018-01-01', '2018-02-01'); -COMMIT; -ERROR: update or delete on table "temporal_rng" violates foreign key constraint "temporal_fk_rng2rng_fk" on table "temporal_fk_rng2rng" -DETAIL: Key (id, valid_at)=([5,6), [2018-01-01,2018-02-01)) is still referenced from table "temporal_fk_rng2rng". --- changing the scalar part fails: -UPDATE temporal_rng SET id = '[7,8)' - WHERE id = '[5,6)' AND valid_at = daterange('2018-01-01', '2018-02-01'); -ERROR: update or delete on table "temporal_rng" violates foreign key constraint "temporal_fk_rng2rng_fk" on table "temporal_fk_rng2rng" -DETAIL: Key (id, valid_at)=([5,6), [2018-01-01,2018-02-01)) is still referenced from table "temporal_fk_rng2rng". --- then delete the objecting FK record and the same PK update succeeds: -DELETE FROM temporal_fk_rng2rng WHERE id = '[3,4)'; -UPDATE temporal_rng SET valid_at = daterange('2016-01-01', '2016-02-01') - WHERE id = '[5,6)' AND valid_at = daterange('2018-01-01', '2018-02-01'); --- --- test FK referenced updates RESTRICT --- -TRUNCATE temporal_rng, temporal_fk_rng2rng; -ALTER TABLE temporal_fk_rng2rng - DROP CONSTRAINT temporal_fk_rng2rng_fk; -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng - ON UPDATE RESTRICT; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- --- test FK referenced deletes NO ACTION --- -TRUNCATE temporal_rng, temporal_fk_rng2rng; -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng; --- a PK delete that succeeds because the numeric id isn't referenced: -INSERT INTO temporal_rng (id, valid_at) VALUES ('[5,6)', daterange('2018-01-01', '2018-02-01')); -DELETE FROM temporal_rng WHERE id = '[5,6)'; --- a PK delete that succeeds even though the numeric id is referenced because the range isn't: -INSERT INTO temporal_rng (id, valid_at) VALUES - ('[5,6)', daterange('2018-01-01', '2018-02-01')), - ('[5,6)', daterange('2018-02-01', '2018-03-01')); -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES - ('[3,4)', daterange('2018-01-05', '2018-01-10'), '[5,6)'); -DELETE FROM temporal_rng WHERE id = '[5,6)' AND valid_at = daterange('2018-02-01', '2018-03-01'); --- a PK delete that fails because both are referenced: -DELETE FROM temporal_rng WHERE id = '[5,6)' AND valid_at = daterange('2018-01-01', '2018-02-01'); -ERROR: update or delete on table "temporal_rng" violates foreign key constraint "temporal_fk_rng2rng_fk" on table "temporal_fk_rng2rng" -DETAIL: Key (id, valid_at)=([5,6), [2018-01-01,2018-02-01)) is still referenced from table "temporal_fk_rng2rng". --- a PK delete that fails because both are referenced, but not 'til commit: -BEGIN; - ALTER TABLE temporal_fk_rng2rng - ALTER CONSTRAINT temporal_fk_rng2rng_fk - DEFERRABLE INITIALLY DEFERRED; - DELETE FROM temporal_rng WHERE id = '[5,6)' AND valid_at = daterange('2018-01-01', '2018-02-01'); -COMMIT; -ERROR: update or delete on table "temporal_rng" violates foreign key constraint "temporal_fk_rng2rng_fk" on table "temporal_fk_rng2rng" -DETAIL: Key (id, valid_at)=([5,6), [2018-01-01,2018-02-01)) is still referenced from table "temporal_fk_rng2rng". --- then delete the objecting FK record and the same PK delete succeeds: -DELETE FROM temporal_fk_rng2rng WHERE id = '[3,4)'; -DELETE FROM temporal_rng WHERE id = '[5,6)' AND valid_at = daterange('2018-01-01', '2018-02-01'); --- --- test FK referenced deletes RESTRICT --- -TRUNCATE temporal_rng, temporal_fk_rng2rng; -ALTER TABLE temporal_fk_rng2rng - DROP CONSTRAINT temporal_fk_rng2rng_fk; -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng - ON DELETE RESTRICT; -ERROR: unsupported ON DELETE action for foreign key constraint using PERIOD --- --- test ON UPDATE/DELETE options --- --- test FK referenced updates CASCADE -INSERT INTO temporal_rng (id, valid_at) VALUES ('[6,7)', daterange('2018-01-01', '2021-01-01')); -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES ('[4,5)', daterange('2018-01-01', '2021-01-01'), '[6,7)'); -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng - ON DELETE CASCADE ON UPDATE CASCADE; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- test FK referenced updates SET NULL -INSERT INTO temporal_rng (id, valid_at) VALUES ('[9,10)', daterange('2018-01-01', '2021-01-01')); -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES ('[6,7)', daterange('2018-01-01', '2021-01-01'), '[9,10)'); -ALTER TABLE temporal_fk_rng2rng - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng - ON DELETE SET NULL ON UPDATE SET NULL; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- test FK referenced updates SET DEFAULT -INSERT INTO temporal_rng (id, valid_at) VALUES ('[-1,-1]', daterange(null, null)); -INSERT INTO temporal_rng (id, valid_at) VALUES ('[12,13)', daterange('2018-01-01', '2021-01-01')); -INSERT INTO temporal_fk_rng2rng (id, valid_at, parent_id) VALUES ('[8,9)', daterange('2018-01-01', '2021-01-01'), '[12,13)'); -ALTER TABLE temporal_fk_rng2rng - ALTER COLUMN parent_id SET DEFAULT '[-1,-1]', - ADD CONSTRAINT temporal_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_rng - ON DELETE SET DEFAULT ON UPDATE SET DEFAULT; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- --- test FOREIGN KEY, multirange references multirange --- --- test table setup -DROP TABLE temporal_mltrng; -CREATE TABLE temporal_mltrng ( id int4range, valid_at datemultirange); -ALTER TABLE temporal_mltrng - ADD CONSTRAINT temporal_mltrng_pk - PRIMARY KEY (id, valid_at WITHOUT OVERLAPS); --- Can't create a FK with a mismatched multirange type -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at int4multirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk2 PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk2 FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id, PERIOD valid_at) -); -ERROR: foreign key constraint "temporal_fk_mltrng2mltrng_fk2" cannot be implemented -DETAIL: Key columns "valid_at" of the referencing table and "valid_at" of the referenced table are of incompatible types: int4multirange and datemultirange. -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id, PERIOD valid_at) -); -DROP TABLE temporal_fk_mltrng2mltrng; --- with mismatched PERIOD columns: --- (parent_id, PERIOD valid_at) REFERENCES (id, valid_at) --- REFERENCES part should specify PERIOD -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id, valid_at) -); -ERROR: foreign key uses PERIOD on the referencing table but not the referenced table --- (parent_id, valid_at) REFERENCES (id, valid_at) --- both should specify PERIOD: -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id, valid_at) - REFERENCES temporal_mltrng (id, valid_at) -); -ERROR: foreign key must use PERIOD when referencing a primary using WITHOUT OVERLAPS --- (parent_id, valid_at) REFERENCES (id, PERIOD valid_at) --- FOREIGN KEY part should specify PERIOD -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id, valid_at) - REFERENCES temporal_mltrng (id, PERIOD valid_at) -); -ERROR: foreign key uses PERIOD on the referenced table but not the referencing table --- (parent_id, valid_at) REFERENCES [implicit] --- FOREIGN KEY part should specify PERIOD -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id, valid_at) - REFERENCES temporal_mltrng -); -ERROR: foreign key uses PERIOD on the referenced table but not the referencing table --- (parent_id, PERIOD valid_at) REFERENCES (id) -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id) -); -ERROR: foreign key uses PERIOD on the referencing table but not the referenced table --- (parent_id) REFERENCES (id, PERIOD valid_at) -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id) - REFERENCES temporal_mltrng (id, PERIOD valid_at) -); -ERROR: foreign key uses PERIOD on the referenced table but not the referencing table --- with inferred PK on the referenced table: --- (parent_id, PERIOD valid_at) REFERENCES [implicit] -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng -); -DROP TABLE temporal_fk_mltrng2mltrng; --- (parent_id) REFERENCES [implicit] -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id) - REFERENCES temporal_mltrng -); -ERROR: foreign key uses PERIOD on the referenced table but not the referencing table --- should fail because of duplicate referenced columns: -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id, PERIOD parent_id) - REFERENCES temporal_mltrng (id, PERIOD id) -); -ERROR: foreign key referenced-columns list must not contain duplicates --- Two scalar columns -DROP TABLE temporal_mltrng2; -CREATE TABLE temporal_mltrng2 ( - id1 int4range, - id2 int4range, - valid_at datemultirange, - CONSTRAINT temporal_mltrng2_pk PRIMARY KEY (id1, id2, valid_at WITHOUT OVERLAPS) -); -CREATE TABLE temporal_fk2_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id1 int4range, - parent_id2 int4range, - CONSTRAINT temporal_fk2_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_fk2_mltrng2mltrng_fk FOREIGN KEY (parent_id1, parent_id2, PERIOD valid_at) - REFERENCES temporal_mltrng2 (id1, id2, PERIOD valid_at) -); -\d temporal_fk2_mltrng2mltrng - Table "public.temporal_fk2_mltrng2mltrng" - Column | Type | Collation | Nullable | Default -------------+----------------+-----------+----------+--------- - id | int4range | | not null | - valid_at | datemultirange | | not null | - parent_id1 | int4range | | | - parent_id2 | int4range | | | -Indexes: - "temporal_fk2_mltrng2mltrng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -Foreign-key constraints: - "temporal_fk2_mltrng2mltrng_fk" FOREIGN KEY (parent_id1, parent_id2, PERIOD valid_at) REFERENCES temporal_mltrng2(id1, id2, PERIOD valid_at) - -DROP TABLE temporal_fk2_mltrng2mltrng; --- --- test ALTER TABLE ADD CONSTRAINT --- -CREATE TABLE temporal_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -ALTER TABLE temporal_fk_mltrng2mltrng - ADD CONSTRAINT temporal_fk_mltrng2mltrng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id, PERIOD valid_at); --- Two scalar columns: -CREATE TABLE temporal_fk2_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id1 int4range, - parent_id2 int4range, - CONSTRAINT temporal_fk2_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -); -ALTER TABLE temporal_fk2_mltrng2mltrng - ADD CONSTRAINT temporal_fk2_mltrng2mltrng_fk - FOREIGN KEY (parent_id1, parent_id2, PERIOD valid_at) - REFERENCES temporal_mltrng2 (id1, id2, PERIOD valid_at); -\d temporal_fk2_mltrng2mltrng - Table "public.temporal_fk2_mltrng2mltrng" - Column | Type | Collation | Nullable | Default -------------+----------------+-----------+----------+--------- - id | int4range | | not null | - valid_at | datemultirange | | not null | - parent_id1 | int4range | | | - parent_id2 | int4range | | | -Indexes: - "temporal_fk2_mltrng2mltrng_pk" PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -Foreign-key constraints: - "temporal_fk2_mltrng2mltrng_fk" FOREIGN KEY (parent_id1, parent_id2, PERIOD valid_at) REFERENCES temporal_mltrng2(id1, id2, PERIOD valid_at) - --- should fail because of duplicate referenced columns: -ALTER TABLE temporal_fk_mltrng2mltrng - ADD CONSTRAINT temporal_fk_mltrng2mltrng_fk2 - FOREIGN KEY (parent_id, PERIOD parent_id) - REFERENCES temporal_mltrng (id, PERIOD id); -ERROR: foreign key referenced-columns list must not contain duplicates --- --- test with rows already --- -DELETE FROM temporal_fk_mltrng2mltrng; -INSERT INTO temporal_mltrng (id, valid_at) VALUES - ('[1,2)', datemultirange(daterange('2018-01-02', '2018-02-03'))), - ('[1,2)', datemultirange(daterange('2018-03-03', '2018-04-04'))), - ('[2,3)', datemultirange(daterange('2018-01-01', '2018-01-05'))), - ('[3,4)', datemultirange(daterange('2018-01-01', NULL))); -ALTER TABLE temporal_fk_mltrng2mltrng - DROP CONSTRAINT temporal_fk_mltrng2mltrng_fk; -INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES ('[1,2)', datemultirange(daterange('2018-01-02', '2018-02-01')), '[1,2)'); -ALTER TABLE temporal_fk_mltrng2mltrng - ADD CONSTRAINT temporal_fk_mltrng2mltrng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id, PERIOD valid_at); -ALTER TABLE temporal_fk_mltrng2mltrng - DROP CONSTRAINT temporal_fk_mltrng2mltrng_fk; -INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES ('[2,3)', datemultirange(daterange('2018-01-02', '2018-04-01')), '[1,2)'); --- should fail: -ALTER TABLE temporal_fk_mltrng2mltrng - ADD CONSTRAINT temporal_fk_mltrng2mltrng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id, PERIOD valid_at); -ERROR: insert or update on table "temporal_fk_mltrng2mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" -DETAIL: Key (parent_id, valid_at)=([1,2), {[2018-01-02,2018-04-01)}) is not present in table "temporal_mltrng". --- okay again: -DELETE FROM temporal_fk_mltrng2mltrng; -ALTER TABLE temporal_fk_mltrng2mltrng - ADD CONSTRAINT temporal_fk_mltrng2mltrng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id, PERIOD valid_at); --- --- test pg_get_constraintdef --- -SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conname = 'temporal_fk_mltrng2mltrng_fk'; - pg_get_constraintdef ------------------------------------------------------------------------------------------- - FOREIGN KEY (parent_id, PERIOD valid_at) REFERENCES temporal_mltrng(id, PERIOD valid_at) -(1 row) - --- --- test FK referencing inserts --- -INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES ('[1,2)', datemultirange(daterange('2018-01-02', '2018-02-01')), '[1,2)'); --- should fail: -INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES ('[2,3)', datemultirange(daterange('2018-01-02', '2018-04-01')), '[1,2)'); -ERROR: insert or update on table "temporal_fk_mltrng2mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" -DETAIL: Key (parent_id, valid_at)=([1,2), {[2018-01-02,2018-04-01)}) is not present in table "temporal_mltrng". --- now it should work: -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[1,2)', datemultirange(daterange('2018-02-03', '2018-03-03'))); -INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES ('[2,3)', datemultirange(daterange('2018-01-02', '2018-04-01')), '[1,2)'); --- --- test FK referencing updates --- --- slide the edge across a referenced transition: -UPDATE temporal_fk_mltrng2mltrng SET valid_at = datemultirange(daterange('2018-01-02', '2018-02-20')) WHERE id = '[1,2)'; --- should fail: -UPDATE temporal_fk_mltrng2mltrng SET valid_at = datemultirange(daterange('2018-01-02', '2018-05-01')) WHERE id = '[1,2)'; -ERROR: insert or update on table "temporal_fk_mltrng2mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" -DETAIL: Key (parent_id, valid_at)=([1,2), {[2018-01-02,2018-05-01)}) is not present in table "temporal_mltrng". -UPDATE temporal_fk_mltrng2mltrng SET parent_id = '[8,9)' WHERE id = '[1,2)'; -ERROR: insert or update on table "temporal_fk_mltrng2mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" -DETAIL: Key (parent_id, valid_at)=([8,9), {[2018-01-02,2018-02-20)}) is not present in table "temporal_mltrng". --- ALTER FK DEFERRABLE -BEGIN; - INSERT INTO temporal_mltrng (id, valid_at) VALUES - ('[5,6)', datemultirange(daterange('2018-01-01', '2018-02-01'))), - ('[5,6)', datemultirange(daterange('2018-02-01', '2018-03-01'))); - INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES - ('[3,4)', datemultirange(daterange('2018-01-05', '2018-01-10')), '[5,6)'); - ALTER TABLE temporal_fk_mltrng2mltrng - ALTER CONSTRAINT temporal_fk_mltrng2mltrng_fk - DEFERRABLE INITIALLY DEFERRED; - DELETE FROM temporal_mltrng WHERE id = '[5,6)'; --should not fail yet. -COMMIT; -- should fail here. -ERROR: update or delete on table "temporal_mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" on table "temporal_fk_mltrng2mltrng" -DETAIL: Key (id, valid_at)=([5,6), {[2018-01-01,2018-02-01)}) is still referenced from table "temporal_fk_mltrng2mltrng". --- --- test FK referenced updates NO ACTION --- -TRUNCATE temporal_mltrng, temporal_fk_mltrng2mltrng; -ALTER TABLE temporal_fk_mltrng2mltrng - DROP CONSTRAINT temporal_fk_mltrng2mltrng_fk; -ALTER TABLE temporal_fk_mltrng2mltrng - ADD CONSTRAINT temporal_fk_mltrng2mltrng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id, PERIOD valid_at) - ON UPDATE NO ACTION; --- a PK update that succeeds because the numeric id isn't referenced: -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[5,6)', datemultirange(daterange('2018-01-01', '2018-02-01'))); -UPDATE temporal_mltrng SET valid_at = datemultirange(daterange('2016-01-01', '2016-02-01')) WHERE id = '[5,6)'; --- a PK update that succeeds even though the numeric id is referenced because the range isn't: -DELETE FROM temporal_mltrng WHERE id = '[5,6)'; -INSERT INTO temporal_mltrng (id, valid_at) VALUES - ('[5,6)', datemultirange(daterange('2018-01-01', '2018-02-01'))), - ('[5,6)', datemultirange(daterange('2018-02-01', '2018-03-01'))); -INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES - ('[3,4)', datemultirange(daterange('2018-01-05', '2018-01-10')), '[5,6)'); -UPDATE temporal_mltrng SET valid_at = datemultirange(daterange('2016-02-01', '2016-03-01')) - WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-02-01', '2018-03-01')); --- A PK update sliding the edge between two referenced rows: -INSERT INTO temporal_mltrng (id, valid_at) VALUES - ('[6,7)', datemultirange(daterange('2018-01-01', '2018-02-01'))), - ('[6,7)', datemultirange(daterange('2018-02-01', '2018-03-01'))); -INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES - ('[4,5)', datemultirange(daterange('2018-01-15', '2018-02-15')), '[6,7)'); -UPDATE temporal_mltrng - SET valid_at = CASE WHEN lower(valid_at) = '2018-01-01' THEN datemultirange(daterange('2018-01-01', '2018-01-05')) - WHEN lower(valid_at) = '2018-02-01' THEN datemultirange(daterange('2018-01-05', '2018-03-01')) END - WHERE id = '[6,7)'; --- a PK update shrinking the referenced multirange but still valid: --- There are two references: one fulfilled by the first pk row, --- the other fulfilled by both pk rows combined. -INSERT INTO temporal_mltrng (id, valid_at) VALUES - ('[1,2)', datemultirange(daterange('2018-01-01', '2018-03-01'))), - ('[1,2)', datemultirange(daterange('2018-03-01', '2018-06-01'))); -INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES - ('[1,2)', datemultirange(daterange('2018-01-15', '2018-02-01')), '[1,2)'), - ('[2,3)', datemultirange(daterange('2018-01-15', '2018-05-01')), '[1,2)'); -UPDATE temporal_mltrng SET valid_at = datemultirange(daterange('2018-01-15', '2018-03-01')) - WHERE id = '[1,2)' AND valid_at @> '2018-01-15'::date; --- a PK update growing the referenced multirange is fine: -UPDATE temporal_mltrng SET valid_at = datemultirange(daterange('2018-01-01', '2018-03-01')) - WHERE id = '[1,2)' AND valid_at @> '2018-01-25'::date; --- a PK update shrinking the referenced multirange and changing the id invalidates the whole multirange (error): -UPDATE temporal_mltrng SET id = '[2,3)', valid_at = datemultirange(daterange('2018-01-15', '2018-03-01')) - WHERE id = '[1,2)' AND valid_at @> '2018-01-15'::date; -ERROR: update or delete on table "temporal_mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" on table "temporal_fk_mltrng2mltrng" -DETAIL: Key (id, valid_at)=([1,2), {[2018-01-01,2018-03-01)}) is still referenced from table "temporal_fk_mltrng2mltrng". --- a PK update changing only the id invalidates the whole multirange (error): -UPDATE temporal_mltrng SET id = '[2,3)' - WHERE id = '[1,2)' AND valid_at @> '2018-01-15'::date; -ERROR: update or delete on table "temporal_mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" on table "temporal_fk_mltrng2mltrng" -DETAIL: Key (id, valid_at)=([1,2), {[2018-01-01,2018-03-01)}) is still referenced from table "temporal_fk_mltrng2mltrng". --- a PK update that loses time from both ends, but is still valid: -INSERT INTO temporal_mltrng (id, valid_at) VALUES - ('[2,3)', datemultirange(daterange('2018-01-01', '2018-03-01'))); -INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES - ('[5,6)', datemultirange(daterange('2018-01-15', '2018-02-01')), '[2,3)'); -UPDATE temporal_mltrng SET valid_at = datemultirange(daterange('2018-01-15', '2018-02-15')) - WHERE id = '[2,3)'; --- a PK update that fails because both are referenced: -UPDATE temporal_mltrng SET valid_at = datemultirange(daterange('2016-01-01', '2016-02-01')) - WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-01-01', '2018-02-01')); -ERROR: update or delete on table "temporal_mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" on table "temporal_fk_mltrng2mltrng" -DETAIL: Key (id, valid_at)=([5,6), {[2018-01-01,2018-02-01)}) is still referenced from table "temporal_fk_mltrng2mltrng". --- a PK update that fails because both are referenced, but not 'til commit: -BEGIN; - ALTER TABLE temporal_fk_mltrng2mltrng - ALTER CONSTRAINT temporal_fk_mltrng2mltrng_fk - DEFERRABLE INITIALLY DEFERRED; - UPDATE temporal_mltrng SET valid_at = datemultirange(daterange('2016-01-01', '2016-02-01')) - WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-01-01', '2018-02-01')); -COMMIT; -ERROR: update or delete on table "temporal_mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" on table "temporal_fk_mltrng2mltrng" -DETAIL: Key (id, valid_at)=([5,6), {[2018-01-01,2018-02-01)}) is still referenced from table "temporal_fk_mltrng2mltrng". --- changing the scalar part fails: -UPDATE temporal_mltrng SET id = '[7,8)' - WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-01-01', '2018-02-01')); -ERROR: update or delete on table "temporal_mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" on table "temporal_fk_mltrng2mltrng" -DETAIL: Key (id, valid_at)=([5,6), {[2018-01-01,2018-02-01)}) is still referenced from table "temporal_fk_mltrng2mltrng". --- --- test FK referenced updates RESTRICT --- -TRUNCATE temporal_mltrng, temporal_fk_mltrng2mltrng; -ALTER TABLE temporal_fk_mltrng2mltrng - DROP CONSTRAINT temporal_fk_mltrng2mltrng_fk; -ALTER TABLE temporal_fk_mltrng2mltrng - ADD CONSTRAINT temporal_fk_mltrng2mltrng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id, PERIOD valid_at) - ON UPDATE RESTRICT; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- --- test FK referenced deletes NO ACTION --- -TRUNCATE temporal_mltrng, temporal_fk_mltrng2mltrng; -ALTER TABLE temporal_fk_mltrng2mltrng - ADD CONSTRAINT temporal_fk_mltrng2mltrng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_mltrng (id, PERIOD valid_at); --- a PK delete that succeeds because the numeric id isn't referenced: -INSERT INTO temporal_mltrng (id, valid_at) VALUES ('[5,6)', datemultirange(daterange('2018-01-01', '2018-02-01'))); -DELETE FROM temporal_mltrng WHERE id = '[5,6)'; --- a PK delete that succeeds even though the numeric id is referenced because the range isn't: -INSERT INTO temporal_mltrng (id, valid_at) VALUES - ('[5,6)', datemultirange(daterange('2018-01-01', '2018-02-01'))), - ('[5,6)', datemultirange(daterange('2018-02-01', '2018-03-01'))); -INSERT INTO temporal_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES ('[3,4)', datemultirange(daterange('2018-01-05', '2018-01-10')), '[5,6)'); -DELETE FROM temporal_mltrng WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-02-01', '2018-03-01')); --- a PK delete that fails because both are referenced: -DELETE FROM temporal_mltrng WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-01-01', '2018-02-01')); -ERROR: update or delete on table "temporal_mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" on table "temporal_fk_mltrng2mltrng" -DETAIL: Key (id, valid_at)=([5,6), {[2018-01-01,2018-02-01)}) is still referenced from table "temporal_fk_mltrng2mltrng". --- a PK delete that fails because both are referenced, but not 'til commit: -BEGIN; - ALTER TABLE temporal_fk_mltrng2mltrng - ALTER CONSTRAINT temporal_fk_mltrng2mltrng_fk - DEFERRABLE INITIALLY DEFERRED; - DELETE FROM temporal_mltrng WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-01-01', '2018-02-01')); -COMMIT; -ERROR: update or delete on table "temporal_mltrng" violates foreign key constraint "temporal_fk_mltrng2mltrng_fk" on table "temporal_fk_mltrng2mltrng" -DETAIL: Key (id, valid_at)=([5,6), {[2018-01-01,2018-02-01)}) is still referenced from table "temporal_fk_mltrng2mltrng". --- --- FK between partitioned tables: ranges --- -CREATE TABLE temporal_partitioned_rng ( - id int4range, - valid_at daterange, - name text, - CONSTRAINT temporal_paritioned_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -) PARTITION BY LIST (id); -CREATE TABLE tp1 partition OF temporal_partitioned_rng FOR VALUES IN ('[1,2)', '[3,4)', '[5,6)', '[7,8)', '[9,10)', '[11,12)'); -CREATE TABLE tp2 partition OF temporal_partitioned_rng FOR VALUES IN ('[2,3)', '[4,5)', '[6,7)', '[8,9)', '[10,11)', '[12,13)'); -INSERT INTO temporal_partitioned_rng (id, valid_at, name) VALUES - ('[1,2)', daterange('2000-01-01', '2000-02-01'), 'one'), - ('[1,2)', daterange('2000-02-01', '2000-03-01'), 'one'), - ('[2,3)', daterange('2000-01-01', '2010-01-01'), 'two'); -CREATE TABLE temporal_partitioned_fk_rng2rng ( - id int4range, - valid_at daterange, - parent_id int4range, - CONSTRAINT temporal_partitioned_fk_rng2rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_partitioned_fk_rng2rng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_partitioned_rng (id, PERIOD valid_at) -) PARTITION BY LIST (id); -CREATE TABLE tfkp1 partition OF temporal_partitioned_fk_rng2rng FOR VALUES IN ('[1,2)', '[3,4)', '[5,6)', '[7,8)', '[9,10)', '[11,12)'); -CREATE TABLE tfkp2 partition OF temporal_partitioned_fk_rng2rng FOR VALUES IN ('[2,3)', '[4,5)', '[6,7)', '[8,9)', '[10,11)', '[12,13)'); --- --- partitioned FK referencing inserts --- -INSERT INTO temporal_partitioned_fk_rng2rng (id, valid_at, parent_id) VALUES - ('[1,2)', daterange('2000-01-01', '2000-02-15'), '[1,2)'), - ('[1,2)', daterange('2001-01-01', '2002-01-01'), '[2,3)'), - ('[2,3)', daterange('2000-01-01', '2000-02-15'), '[1,2)'); --- should fail: -INSERT INTO temporal_partitioned_fk_rng2rng (id, valid_at, parent_id) VALUES - ('[3,4)', daterange('2010-01-01', '2010-02-15'), '[1,2)'); -ERROR: insert or update on table "tfkp1" violates foreign key constraint "temporal_partitioned_fk_rng2rng_fk" -DETAIL: Key (parent_id, valid_at)=([1,2), [2010-01-01,2010-02-15)) is not present in table "temporal_partitioned_rng". -INSERT INTO temporal_partitioned_fk_rng2rng (id, valid_at, parent_id) VALUES - ('[3,4)', daterange('2000-01-01', '2000-02-15'), '[3,4)'); -ERROR: insert or update on table "tfkp1" violates foreign key constraint "temporal_partitioned_fk_rng2rng_fk" -DETAIL: Key (parent_id, valid_at)=([3,4), [2000-01-01,2000-02-15)) is not present in table "temporal_partitioned_rng". --- --- partitioned FK referencing updates --- -UPDATE temporal_partitioned_fk_rng2rng SET valid_at = daterange('2000-01-01', '2000-02-13') WHERE id = '[2,3)'; --- move a row from the first partition to the second -UPDATE temporal_partitioned_fk_rng2rng SET id = '[4,5)' WHERE id = '[1,2)'; --- move a row from the second partition to the first -UPDATE temporal_partitioned_fk_rng2rng SET id = '[1,2)' WHERE id = '[4,5)'; --- should fail: -UPDATE temporal_partitioned_fk_rng2rng SET valid_at = daterange('2000-01-01', '2000-04-01') WHERE id = '[1,2)'; -ERROR: conflicting key value violates exclusion constraint "tfkp1_pkey" -DETAIL: Key (id, valid_at)=([1,2), [2000-01-01,2000-04-01)) conflicts with existing key (id, valid_at)=([1,2), [2000-01-01,2000-04-01)). --- --- partitioned FK referenced updates NO ACTION --- -TRUNCATE temporal_partitioned_rng, temporal_partitioned_fk_rng2rng; -INSERT INTO temporal_partitioned_rng (id, valid_at) VALUES ('[5,6)', daterange('2016-01-01', '2016-02-01')); -UPDATE temporal_partitioned_rng SET valid_at = daterange('2018-01-01', '2018-02-01') WHERE id = '[5,6)'; -INSERT INTO temporal_partitioned_rng (id, valid_at) VALUES ('[5,6)', daterange('2018-02-01', '2018-03-01')); -INSERT INTO temporal_partitioned_fk_rng2rng (id, valid_at, parent_id) VALUES ('[3,4)', daterange('2018-01-05', '2018-01-10'), '[5,6)'); -UPDATE temporal_partitioned_rng SET valid_at = daterange('2016-02-01', '2016-03-01') - WHERE id = '[5,6)' AND valid_at = daterange('2018-02-01', '2018-03-01'); --- should fail: -UPDATE temporal_partitioned_rng SET valid_at = daterange('2016-01-01', '2016-02-01') - WHERE id = '[5,6)' AND valid_at = daterange('2018-01-01', '2018-02-01'); -ERROR: update or delete on table "tp1" violates foreign key constraint "temporal_partitioned_fk_rng2rng_fk_1" on table "temporal_partitioned_fk_rng2rng" -DETAIL: Key (id, valid_at)=([5,6), [2018-01-01,2018-02-01)) is still referenced from table "temporal_partitioned_fk_rng2rng". --- --- partitioned FK referenced deletes NO ACTION --- -TRUNCATE temporal_partitioned_rng, temporal_partitioned_fk_rng2rng; -INSERT INTO temporal_partitioned_rng (id, valid_at) VALUES ('[5,6)', daterange('2018-01-01', '2018-02-01')); -INSERT INTO temporal_partitioned_rng (id, valid_at) VALUES ('[5,6)', daterange('2018-02-01', '2018-03-01')); -INSERT INTO temporal_partitioned_fk_rng2rng (id, valid_at, parent_id) VALUES ('[3,4)', daterange('2018-01-05', '2018-01-10'), '[5,6)'); -DELETE FROM temporal_partitioned_rng WHERE id = '[5,6)' AND valid_at = daterange('2018-02-01', '2018-03-01'); --- should fail: -DELETE FROM temporal_partitioned_rng WHERE id = '[5,6)' AND valid_at = daterange('2018-01-01', '2018-02-01'); -ERROR: update or delete on table "tp1" violates foreign key constraint "temporal_partitioned_fk_rng2rng_fk_1" on table "temporal_partitioned_fk_rng2rng" -DETAIL: Key (id, valid_at)=([5,6), [2018-01-01,2018-02-01)) is still referenced from table "temporal_partitioned_fk_rng2rng". --- --- partitioned FK referenced updates CASCADE --- -ALTER TABLE temporal_partitioned_fk_rng2rng - DROP CONSTRAINT temporal_partitioned_fk_rng2rng_fk, - ADD CONSTRAINT temporal_partitioned_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_partitioned_rng - ON DELETE CASCADE ON UPDATE CASCADE; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- --- partitioned FK referenced deletes CASCADE --- --- --- partitioned FK referenced updates SET NULL --- -ALTER TABLE temporal_partitioned_fk_rng2rng - DROP CONSTRAINT temporal_partitioned_fk_rng2rng_fk, - ADD CONSTRAINT temporal_partitioned_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_partitioned_rng - ON DELETE SET NULL ON UPDATE SET NULL; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- --- partitioned FK referenced deletes SET NULL --- --- --- partitioned FK referenced updates SET DEFAULT --- -ALTER TABLE temporal_partitioned_fk_rng2rng - ALTER COLUMN parent_id SET DEFAULT '[-1,-1]', - DROP CONSTRAINT temporal_partitioned_fk_rng2rng_fk, - ADD CONSTRAINT temporal_partitioned_fk_rng2rng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_partitioned_rng - ON DELETE SET DEFAULT ON UPDATE SET DEFAULT; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- --- partitioned FK referenced deletes SET DEFAULT --- -DROP TABLE temporal_partitioned_fk_rng2rng; -DROP TABLE temporal_partitioned_rng; --- --- FK between partitioned tables: multiranges --- -CREATE TABLE temporal_partitioned_mltrng ( - id int4range, - valid_at datemultirange, - name text, - CONSTRAINT temporal_paritioned_mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) -) PARTITION BY LIST (id); -CREATE TABLE tp1 PARTITION OF temporal_partitioned_mltrng FOR VALUES IN ('[1,2)', '[3,4)', '[5,6)', '[7,8)', '[9,10)', '[11,12)', '[13,14)', '[15,16)', '[17,18)', '[19,20)', '[21,22)', '[23,24)'); -CREATE TABLE tp2 PARTITION OF temporal_partitioned_mltrng FOR VALUES IN ('[0,1)', '[2,3)', '[4,5)', '[6,7)', '[8,9)', '[10,11)', '[12,13)', '[14,15)', '[16,17)', '[18,19)', '[20,21)', '[22,23)', '[24,25)'); -INSERT INTO temporal_partitioned_mltrng (id, valid_at, name) VALUES - ('[1,2)', datemultirange(daterange('2000-01-01', '2000-02-01')), 'one'), - ('[1,2)', datemultirange(daterange('2000-02-01', '2000-03-01')), 'one'), - ('[2,3)', datemultirange(daterange('2000-01-01', '2010-01-01')), 'two'); -CREATE TABLE temporal_partitioned_fk_mltrng2mltrng ( - id int4range, - valid_at datemultirange, - parent_id int4range, - CONSTRAINT temporal_partitioned_fk_mltrng2mltrng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS), - CONSTRAINT temporal_partitioned_fk_mltrng2mltrng_fk FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_partitioned_mltrng (id, PERIOD valid_at) -) PARTITION BY LIST (id); -CREATE TABLE tfkp1 PARTITION OF temporal_partitioned_fk_mltrng2mltrng FOR VALUES IN ('[1,2)', '[3,4)', '[5,6)', '[7,8)', '[9,10)', '[11,12)', '[13,14)', '[15,16)', '[17,18)', '[19,20)', '[21,22)', '[23,24)'); -CREATE TABLE tfkp2 PARTITION OF temporal_partitioned_fk_mltrng2mltrng FOR VALUES IN ('[0,1)', '[2,3)', '[4,5)', '[6,7)', '[8,9)', '[10,11)', '[12,13)', '[14,15)', '[16,17)', '[18,19)', '[20,21)', '[22,23)', '[24,25)'); --- --- partitioned FK referencing inserts --- -INSERT INTO temporal_partitioned_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES - ('[1,2)', datemultirange(daterange('2000-01-01', '2000-02-15')), '[1,2)'), - ('[1,2)', datemultirange(daterange('2001-01-01', '2002-01-01')), '[2,3)'), - ('[2,3)', datemultirange(daterange('2000-01-01', '2000-02-15')), '[1,2)'); --- should fail: -INSERT INTO temporal_partitioned_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES - ('[3,4)', datemultirange(daterange('2010-01-01', '2010-02-15')), '[1,2)'); -ERROR: insert or update on table "tfkp1" violates foreign key constraint "temporal_partitioned_fk_mltrng2mltrng_fk" -DETAIL: Key (parent_id, valid_at)=([1,2), {[2010-01-01,2010-02-15)}) is not present in table "temporal_partitioned_mltrng". -INSERT INTO temporal_partitioned_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES - ('[3,4)', datemultirange(daterange('2000-01-01', '2000-02-15')), '[3,4)'); -ERROR: insert or update on table "tfkp1" violates foreign key constraint "temporal_partitioned_fk_mltrng2mltrng_fk" -DETAIL: Key (parent_id, valid_at)=([3,4), {[2000-01-01,2000-02-15)}) is not present in table "temporal_partitioned_mltrng". --- --- partitioned FK referencing updates --- -UPDATE temporal_partitioned_fk_mltrng2mltrng SET valid_at = datemultirange(daterange('2000-01-01', '2000-02-13')) WHERE id = '[2,3)'; --- move a row from the first partition to the second -UPDATE temporal_partitioned_fk_mltrng2mltrng SET id = '[4,5)' WHERE id = '[1,2)'; --- move a row from the second partition to the first -UPDATE temporal_partitioned_fk_mltrng2mltrng SET id = '[1,2)' WHERE id = '[4,5)'; --- should fail: -UPDATE temporal_partitioned_fk_mltrng2mltrng SET valid_at = datemultirange(daterange('2000-01-01', '2000-04-01')) WHERE id = '[1,2)'; -ERROR: conflicting key value violates exclusion constraint "tfkp1_pkey" -DETAIL: Key (id, valid_at)=([1,2), {[2000-01-01,2000-04-01)}) conflicts with existing key (id, valid_at)=([1,2), {[2000-01-01,2000-04-01)}). --- --- partitioned FK referenced updates NO ACTION --- -TRUNCATE temporal_partitioned_mltrng, temporal_partitioned_fk_mltrng2mltrng; -INSERT INTO temporal_partitioned_mltrng (id, valid_at) VALUES ('[5,6)', datemultirange(daterange('2016-01-01', '2016-02-01'))); -UPDATE temporal_partitioned_mltrng SET valid_at = datemultirange(daterange('2018-01-01', '2018-02-01')) WHERE id = '[5,6)'; -INSERT INTO temporal_partitioned_mltrng (id, valid_at) VALUES ('[5,6)', datemultirange(daterange('2018-02-01', '2018-03-01'))); -INSERT INTO temporal_partitioned_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES ('[3,4)', datemultirange(daterange('2018-01-05', '2018-01-10')), '[5,6)'); -UPDATE temporal_partitioned_mltrng SET valid_at = datemultirange(daterange('2016-02-01', '2016-03-01')) - WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-02-01', '2018-03-01')); --- should fail: -UPDATE temporal_partitioned_mltrng SET valid_at = datemultirange(daterange('2016-01-01', '2016-02-01')) - WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-01-01', '2018-02-01')); -ERROR: update or delete on table "tp1" violates foreign key constraint "temporal_partitioned_fk_mltrng2mltrng_fk_2" on table "temporal_partitioned_fk_mltrng2mltrng" -DETAIL: Key (id, valid_at)=([5,6), {[2018-01-01,2018-02-01)}) is still referenced from table "temporal_partitioned_fk_mltrng2mltrng". --- --- partitioned FK referenced deletes NO ACTION --- -TRUNCATE temporal_partitioned_mltrng, temporal_partitioned_fk_mltrng2mltrng; -INSERT INTO temporal_partitioned_mltrng (id, valid_at) VALUES ('[5,6)', datemultirange(daterange('2018-01-01', '2018-02-01'))); -INSERT INTO temporal_partitioned_mltrng (id, valid_at) VALUES ('[5,6)', datemultirange(daterange('2018-02-01', '2018-03-01'))); -INSERT INTO temporal_partitioned_fk_mltrng2mltrng (id, valid_at, parent_id) VALUES ('[3,4)', datemultirange(daterange('2018-01-05', '2018-01-10')), '[5,6)'); -DELETE FROM temporal_partitioned_mltrng WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-02-01', '2018-03-01')); --- should fail: -DELETE FROM temporal_partitioned_mltrng WHERE id = '[5,6)' AND valid_at = datemultirange(daterange('2018-01-01', '2018-02-01')); -ERROR: update or delete on table "tp1" violates foreign key constraint "temporal_partitioned_fk_mltrng2mltrng_fk_2" on table "temporal_partitioned_fk_mltrng2mltrng" -DETAIL: Key (id, valid_at)=([5,6), {[2018-01-01,2018-02-01)}) is still referenced from table "temporal_partitioned_fk_mltrng2mltrng". --- --- partitioned FK referenced updates CASCADE --- -ALTER TABLE temporal_partitioned_fk_mltrng2mltrng - DROP CONSTRAINT temporal_partitioned_fk_mltrng2mltrng_fk, - ADD CONSTRAINT temporal_partitioned_fk_mltrng2mltrng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_partitioned_mltrng - ON DELETE CASCADE ON UPDATE CASCADE; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- --- partitioned FK referenced deletes CASCADE --- --- --- partitioned FK referenced updates SET NULL --- -ALTER TABLE temporal_partitioned_fk_mltrng2mltrng - DROP CONSTRAINT temporal_partitioned_fk_mltrng2mltrng_fk, - ADD CONSTRAINT temporal_partitioned_fk_mltrng2mltrng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_partitioned_mltrng - ON DELETE SET NULL ON UPDATE SET NULL; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- --- partitioned FK referenced deletes SET NULL --- --- --- partitioned FK referenced updates SET DEFAULT --- -ALTER TABLE temporal_partitioned_fk_mltrng2mltrng - ALTER COLUMN parent_id SET DEFAULT '[0,1)', - DROP CONSTRAINT temporal_partitioned_fk_mltrng2mltrng_fk, - ADD CONSTRAINT temporal_partitioned_fk_mltrng2mltrng_fk - FOREIGN KEY (parent_id, PERIOD valid_at) - REFERENCES temporal_partitioned_mltrng - ON DELETE SET DEFAULT ON UPDATE SET DEFAULT; -ERROR: unsupported ON UPDATE action for foreign key constraint using PERIOD --- --- partitioned FK referenced deletes SET DEFAULT --- -DROP TABLE temporal_partitioned_fk_mltrng2mltrng; -DROP TABLE temporal_partitioned_mltrng; -RESET datestyle; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out --- /tmp/cirrus-ci-build/src/test/regress/expected/generated_virtual.out 2025-05-11 19:30:18.949719000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/generated_virtual.out 2025-05-11 19:32:42.379265000 +0000 @@ -1,1594 +1,2 @@ --- keep these tests aligned with generated_stored.sql -CREATE SCHEMA generated_virtual_tests; -GRANT USAGE ON SCHEMA generated_virtual_tests TO PUBLIC; -SET search_path = generated_virtual_tests; -CREATE TABLE gtest0 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (55) VIRTUAL); -CREATE TABLE gtest1 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL); -SELECT table_name, column_name, column_default, is_nullable, is_generated, generation_expression FROM information_schema.columns WHERE table_schema = 'generated_virtual_tests' ORDER BY 1, 2; - table_name | column_name | column_default | is_nullable | is_generated | generation_expression -------------+-------------+----------------+-------------+--------------+----------------------- - gtest0 | a | | NO | NEVER | - gtest0 | b | | YES | ALWAYS | 55 - gtest1 | a | | NO | NEVER | - gtest1 | b | | YES | ALWAYS | (a * 2) -(4 rows) - -SELECT table_name, column_name, dependent_column FROM information_schema.column_column_usage WHERE table_schema = 'generated_virtual_tests' ORDER BY 1, 2, 3; - table_name | column_name | dependent_column -------------+-------------+------------------ - gtest1 | a | b -(1 row) - -\d gtest1 - Table "generated_virtual_tests.gtest1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - a | integer | | not null | - b | integer | | | generated always as (a * 2) -Indexes: - "gtest1_pkey" PRIMARY KEY, btree (a) - --- duplicate generated -CREATE TABLE gtest_err_1 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL GENERATED ALWAYS AS (a * 3) VIRTUAL); -ERROR: multiple generation clauses specified for column "b" of table "gtest_err_1" -LINE 1: ...RY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL GENERATED ... - ^ --- references to other generated columns, including self-references -CREATE TABLE gtest_err_2a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (b * 2) VIRTUAL); -ERROR: cannot use generated column "b" in column generation expression -LINE 1: ...2a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (b * 2) VIR... - ^ -DETAIL: A generated column cannot reference another generated column. -CREATE TABLE gtest_err_2b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL, c int GENERATED ALWAYS AS (b * 3) VIRTUAL); -ERROR: cannot use generated column "b" in column generation expression -LINE 1: ...YS AS (a * 2) VIRTUAL, c int GENERATED ALWAYS AS (b * 3) VIR... - ^ -DETAIL: A generated column cannot reference another generated column. --- a whole-row var is a self-reference on steroids, so disallow that too -CREATE TABLE gtest_err_2c (a int PRIMARY KEY, - b int GENERATED ALWAYS AS (num_nulls(gtest_err_2c)) VIRTUAL); -ERROR: cannot use whole-row variable in column generation expression -LINE 2: b int GENERATED ALWAYS AS (num_nulls(gtest_err_2c)) VIRT... - ^ -DETAIL: This would cause the generated column to depend on its own value. --- invalid reference -CREATE TABLE gtest_err_3 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (c * 2) VIRTUAL); -ERROR: column "c" does not exist -LINE 1: ..._3 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (c * 2) VIR... - ^ --- generation expression must be immutable -CREATE TABLE gtest_err_4 (a int PRIMARY KEY, b double precision GENERATED ALWAYS AS (random()) VIRTUAL); -ERROR: generation expression is not immutable --- ... but be sure that the immutability test is accurate -CREATE TABLE gtest2 (a int, b text GENERATED ALWAYS AS (a || ' sec') VIRTUAL); -DROP TABLE gtest2; --- cannot have default/identity and generated -CREATE TABLE gtest_err_5a (a int PRIMARY KEY, b int DEFAULT 5 GENERATED ALWAYS AS (a * 2) VIRTUAL); -ERROR: both default and generation expression specified for column "b" of table "gtest_err_5a" -LINE 1: ... gtest_err_5a (a int PRIMARY KEY, b int DEFAULT 5 GENERATED ... - ^ -CREATE TABLE gtest_err_5b (a int PRIMARY KEY, b int GENERATED ALWAYS AS identity GENERATED ALWAYS AS (a * 2) VIRTUAL); -ERROR: both identity and generation expression specified for column "b" of table "gtest_err_5b" -LINE 1: ...t PRIMARY KEY, b int GENERATED ALWAYS AS identity GENERATED ... - ^ --- reference to system column not allowed in generated column --- (except tableoid, which we test below) -CREATE TABLE gtest_err_6a (a int PRIMARY KEY, b bool GENERATED ALWAYS AS (xmin <> 37) VIRTUAL); -ERROR: cannot use system column "xmin" in column generation expression -LINE 1: ...a (a int PRIMARY KEY, b bool GENERATED ALWAYS AS (xmin <> 37... - ^ --- various prohibited constructs -CREATE TABLE gtest_err_7a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (avg(a)) VIRTUAL); -ERROR: aggregate functions are not allowed in column generation expressions -LINE 1: ...7a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (avg(a)) VI... - ^ -CREATE TABLE gtest_err_7b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (row_number() OVER (ORDER BY a)) VIRTUAL); -ERROR: window functions are not allowed in column generation expressions -LINE 1: ...7b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (row_number... - ^ -CREATE TABLE gtest_err_7c (a int PRIMARY KEY, b int GENERATED ALWAYS AS ((SELECT a)) VIRTUAL); -ERROR: cannot use subquery in column generation expression -LINE 1: ...7c (a int PRIMARY KEY, b int GENERATED ALWAYS AS ((SELECT a)... - ^ -CREATE TABLE gtest_err_7d (a int PRIMARY KEY, b int GENERATED ALWAYS AS (generate_series(1, a)) VIRTUAL); -ERROR: set-returning functions are not allowed in column generation expressions -LINE 1: ...7d (a int PRIMARY KEY, b int GENERATED ALWAYS AS (generate_s... - ^ --- GENERATED BY DEFAULT not allowed -CREATE TABLE gtest_err_8 (a int PRIMARY KEY, b int GENERATED BY DEFAULT AS (a * 2) VIRTUAL); -ERROR: for a generated column, GENERATED ALWAYS must be specified -LINE 1: ...E gtest_err_8 (a int PRIMARY KEY, b int GENERATED BY DEFAULT... - ^ -INSERT INTO gtest1 VALUES (1); -INSERT INTO gtest1 VALUES (2, DEFAULT); -- ok -INSERT INTO gtest1 VALUES (3, 33); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1 VALUES (3, 33), (4, 44); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1 VALUES (3, DEFAULT), (4, 44); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1 VALUES (3, 33), (4, DEFAULT); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1 VALUES (3, DEFAULT), (4, DEFAULT); -- ok -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 1 | 2 - 2 | 4 - 3 | 6 - 4 | 8 -(4 rows) - -SELECT gtest1 FROM gtest1 ORDER BY a; -- whole-row reference - gtest1 --------- - (1,2) - (2,4) - (3,6) - (4,8) -(4 rows) - -SELECT a, (SELECT gtest1.b) FROM gtest1 ORDER BY a; -- sublink - a | b ----+--- - 1 | 2 - 2 | 4 - 3 | 6 - 4 | 8 -(4 rows) - -DELETE FROM gtest1 WHERE a >= 3; -UPDATE gtest1 SET b = DEFAULT WHERE a = 1; -UPDATE gtest1 SET b = 11 WHERE a = 1; -- error -ERROR: column "b" can only be updated to DEFAULT -DETAIL: Column "b" is a generated column. -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 1 | 2 - 2 | 4 -(2 rows) - -SELECT a, b, b * 2 AS b2 FROM gtest1 ORDER BY a; - a | b | b2 ----+---+---- - 1 | 2 | 4 - 2 | 4 | 8 -(2 rows) - -SELECT a, b FROM gtest1 WHERE b = 4 ORDER BY a; - a | b ----+--- - 2 | 4 -(1 row) - --- test that overflow error happens on read -INSERT INTO gtest1 VALUES (2000000000); -SELECT * FROM gtest1; -ERROR: integer out of range -DELETE FROM gtest1 WHERE a = 2000000000; --- test with joins -CREATE TABLE gtestx (x int, y int); -INSERT INTO gtestx VALUES (11, 1), (22, 2), (33, 3); -SELECT * FROM gtestx, gtest1 WHERE gtestx.y = gtest1.a; - x | y | a | b -----+---+---+--- - 11 | 1 | 1 | 2 - 22 | 2 | 2 | 4 -(2 rows) - -DROP TABLE gtestx; --- test UPDATE/DELETE quals -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 1 | 2 - 2 | 4 -(2 rows) - -UPDATE gtest1 SET a = 3 WHERE b = 4 RETURNING old.*, new.*; - a | b | a | b ----+---+---+--- - 2 | 4 | 3 | 6 -(1 row) - -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 1 | 2 - 3 | 6 -(2 rows) - -DELETE FROM gtest1 WHERE b = 2; -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 3 | 6 -(1 row) - --- test MERGE -CREATE TABLE gtestm ( - id int PRIMARY KEY, - f1 int, - f2 int, - f3 int GENERATED ALWAYS AS (f1 * 2) VIRTUAL, - f4 int GENERATED ALWAYS AS (f2 * 2) VIRTUAL -); -INSERT INTO gtestm VALUES (1, 5, 100); -MERGE INTO gtestm t USING (VALUES (1, 10), (2, 20)) v(id, f1) ON t.id = v.id - WHEN MATCHED THEN UPDATE SET f1 = v.f1 - WHEN NOT MATCHED THEN INSERT VALUES (v.id, v.f1, 200) - RETURNING merge_action(), old.*, new.*; - merge_action | id | f1 | f2 | f3 | f4 | id | f1 | f2 | f3 | f4 ---------------+----+----+-----+----+-----+----+----+-----+----+----- - UPDATE | 1 | 5 | 100 | 10 | 200 | 1 | 10 | 100 | 20 | 200 - INSERT | | | | | | 2 | 20 | 200 | 40 | 400 -(2 rows) - -SELECT * FROM gtestm ORDER BY id; - id | f1 | f2 | f3 | f4 -----+----+-----+----+----- - 1 | 10 | 100 | 20 | 200 - 2 | 20 | 200 | 40 | 400 -(2 rows) - -DROP TABLE gtestm; -CREATE TABLE gtestm ( - a int PRIMARY KEY, - b int GENERATED ALWAYS AS (a * 2) VIRTUAL -); -INSERT INTO gtestm (a) SELECT g FROM generate_series(1, 10) g; -MERGE INTO gtestm t USING gtestm AS s ON 2 * t.a = s.b WHEN MATCHED THEN DELETE RETURNING *; - a | b | a | b -----+----+----+---- - 1 | 2 | 1 | 2 - 2 | 4 | 2 | 4 - 3 | 6 | 3 | 6 - 4 | 8 | 4 | 8 - 5 | 10 | 5 | 10 - 6 | 12 | 6 | 12 - 7 | 14 | 7 | 14 - 8 | 16 | 8 | 16 - 9 | 18 | 9 | 18 - 10 | 20 | 10 | 20 -(10 rows) - -DROP TABLE gtestm; --- views -CREATE VIEW gtest1v AS SELECT * FROM gtest1; -SELECT * FROM gtest1v; - a | b ----+--- - 3 | 6 -(1 row) - -INSERT INTO gtest1v VALUES (4, 8); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1v VALUES (5, DEFAULT); -- ok -INSERT INTO gtest1v VALUES (6, 66), (7, 77); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1v VALUES (6, DEFAULT), (7, 77); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1v VALUES (6, 66), (7, DEFAULT); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1v VALUES (6, DEFAULT), (7, DEFAULT); -- ok -ALTER VIEW gtest1v ALTER COLUMN b SET DEFAULT 100; -INSERT INTO gtest1v VALUES (8, DEFAULT); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -INSERT INTO gtest1v VALUES (8, DEFAULT), (9, DEFAULT); -- error -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -SELECT * FROM gtest1v; - a | b ----+---- - 3 | 6 - 5 | 10 - 6 | 12 - 7 | 14 -(4 rows) - -DELETE FROM gtest1v WHERE a >= 5; -DROP VIEW gtest1v; --- CTEs -WITH foo AS (SELECT * FROM gtest1) SELECT * FROM foo; - a | b ----+--- - 3 | 6 -(1 row) - --- inheritance -CREATE TABLE gtest1_1 () INHERITS (gtest1); -SELECT * FROM gtest1_1; - a | b ----+--- -(0 rows) - -\d gtest1_1 - Table "generated_virtual_tests.gtest1_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - a | integer | | not null | - b | integer | | | generated always as (a * 2) -Inherits: gtest1 - -INSERT INTO gtest1_1 VALUES (4); -SELECT * FROM gtest1_1; - a | b ----+--- - 4 | 8 -(1 row) - -SELECT * FROM gtest1; - a | b ----+--- - 3 | 6 - 4 | 8 -(2 rows) - --- can't have generated column that is a child of normal column -CREATE TABLE gtest_normal (a int, b int); -CREATE TABLE gtest_normal_child (a int, b int GENERATED ALWAYS AS (a * 2) VIRTUAL) INHERITS (gtest_normal); -- error -NOTICE: merging column "a" with inherited definition -NOTICE: merging column "b" with inherited definition -ERROR: child column "b" specifies generation expression -HINT: A child table column cannot be generated unless its parent column is. -CREATE TABLE gtest_normal_child (a int, b int GENERATED ALWAYS AS (a * 2) VIRTUAL); -ALTER TABLE gtest_normal_child INHERIT gtest_normal; -- error -ERROR: column "b" in child table must not be a generated column -DROP TABLE gtest_normal, gtest_normal_child; --- test inheritance mismatches between parent and child -CREATE TABLE gtestx (x int, b int DEFAULT 10) INHERITS (gtest1); -- error -NOTICE: merging column "b" with inherited definition -ERROR: column "b" inherits from generated column but specifies default -CREATE TABLE gtestx (x int, b int GENERATED ALWAYS AS IDENTITY) INHERITS (gtest1); -- error -NOTICE: merging column "b" with inherited definition -ERROR: column "b" inherits from generated column but specifies identity -CREATE TABLE gtestx (x int, b int GENERATED ALWAYS AS (a * 22) STORED) INHERITS (gtest1); -- error -NOTICE: merging column "b" with inherited definition -ERROR: column "b" inherits from generated column of different kind -DETAIL: Parent column is VIRTUAL, child column is STORED. -CREATE TABLE gtestx (x int, b int GENERATED ALWAYS AS (a * 22) VIRTUAL) INHERITS (gtest1); -- ok, overrides parent -NOTICE: merging column "b" with inherited definition -\d+ gtestx - Table "generated_virtual_tests.gtestx" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+------------------------------+---------+--------------+------------- - a | integer | | not null | | plain | | - b | integer | | | generated always as (a * 22) | plain | | - x | integer | | | | plain | | -Not-null constraints: - "gtest1_a_not_null" NOT NULL "a" (inherited) -Inherits: gtest1 - -INSERT INTO gtestx (a, x) VALUES (11, 22); -SELECT * FROM gtest1; - a | b -----+---- - 3 | 6 - 4 | 8 - 11 | 22 -(3 rows) - -SELECT * FROM gtestx; - a | b | x -----+-----+---- - 11 | 242 | 22 -(1 row) - -CREATE TABLE gtestxx_1 (a int NOT NULL, b int); -ALTER TABLE gtestxx_1 INHERIT gtest1; -- error -ERROR: column "b" in child table must be a generated column -CREATE TABLE gtestxx_3 (a int NOT NULL, b int GENERATED ALWAYS AS (a * 2) VIRTUAL); -ALTER TABLE gtestxx_3 INHERIT gtest1; -- ok -CREATE TABLE gtestxx_4 (b int GENERATED ALWAYS AS (a * 2) VIRTUAL, a int NOT NULL); -ALTER TABLE gtestxx_4 INHERIT gtest1; -- ok --- test multiple inheritance mismatches -CREATE TABLE gtesty (x int, b int DEFAULT 55); -CREATE TABLE gtest1_y () INHERITS (gtest0, gtesty); -- error -NOTICE: merging multiple inherited definitions of column "b" -ERROR: inherited column "b" has a generation conflict -DROP TABLE gtesty; -CREATE TABLE gtesty (x int, b int); -CREATE TABLE gtest1_y () INHERITS (gtest1, gtesty); -- error -NOTICE: merging multiple inherited definitions of column "b" -ERROR: inherited column "b" has a generation conflict -DROP TABLE gtesty; -CREATE TABLE gtesty (x int, b int GENERATED ALWAYS AS (x * 22) VIRTUAL); -CREATE TABLE gtest1_y () INHERITS (gtest1, gtesty); -- error -NOTICE: merging multiple inherited definitions of column "b" -ERROR: column "b" inherits conflicting generation expressions -HINT: To resolve the conflict, specify a generation expression explicitly. -CREATE TABLE gtest1_y (b int GENERATED ALWAYS AS (x + 1) VIRTUAL) INHERITS (gtest1, gtesty); -- ok -NOTICE: merging multiple inherited definitions of column "b" -NOTICE: moving and merging column "b" with inherited definition -DETAIL: User-specified column moved to the position of the inherited column. -\d gtest1_y - Table "generated_virtual_tests.gtest1_y" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - a | integer | | not null | - b | integer | | | generated always as (x + 1) - x | integer | | | -Inherits: gtest1, - gtesty - --- test correct handling of GENERATED column that's only in child -CREATE TABLE gtestp (f1 int); -CREATE TABLE gtestc (f2 int GENERATED ALWAYS AS (f1+1) VIRTUAL) INHERITS(gtestp); -INSERT INTO gtestc values(42); -TABLE gtestc; - f1 | f2 -----+---- - 42 | 43 -(1 row) - -UPDATE gtestp SET f1 = f1 * 10; -TABLE gtestc; - f1 | f2 ------+----- - 420 | 421 -(1 row) - -DROP TABLE gtestp CASCADE; -NOTICE: drop cascades to table gtestc --- test update -CREATE TABLE gtest3 (a int, b int GENERATED ALWAYS AS (a * 3) VIRTUAL); -INSERT INTO gtest3 (a) VALUES (1), (2), (3), (NULL); -SELECT * FROM gtest3 ORDER BY a; - a | b ----+--- - 1 | 3 - 2 | 6 - 3 | 9 - | -(4 rows) - -UPDATE gtest3 SET a = 22 WHERE a = 2; -SELECT * FROM gtest3 ORDER BY a; - a | b -----+---- - 1 | 3 - 3 | 9 - 22 | 66 - | -(4 rows) - -CREATE TABLE gtest3a (a text, b text GENERATED ALWAYS AS (a || '+' || a) VIRTUAL); -INSERT INTO gtest3a (a) VALUES ('a'), ('b'), ('c'), (NULL); -SELECT * FROM gtest3a ORDER BY a; - a | b ----+----- - a | a+a - b | b+b - c | c+c - | -(4 rows) - -UPDATE gtest3a SET a = 'bb' WHERE a = 'b'; -SELECT * FROM gtest3a ORDER BY a; - a | b -----+------- - a | a+a - bb | bb+bb - c | c+c - | -(4 rows) - --- COPY -TRUNCATE gtest1; -INSERT INTO gtest1 (a) VALUES (1), (2); -COPY gtest1 TO stdout; -1 -2 -COPY gtest1 (a, b) TO stdout; -ERROR: column "b" is a generated column -DETAIL: Generated columns cannot be used in COPY. -COPY gtest1 FROM stdin; -COPY gtest1 (a, b) FROM stdin; -ERROR: column "b" is a generated column -DETAIL: Generated columns cannot be used in COPY. -SELECT * FROM gtest1 ORDER BY a; - a | b ----+--- - 1 | 2 - 2 | 4 - 3 | 6 - 4 | 8 -(4 rows) - -TRUNCATE gtest3; -INSERT INTO gtest3 (a) VALUES (1), (2); -COPY gtest3 TO stdout; -1 -2 -COPY gtest3 (a, b) TO stdout; -ERROR: column "b" is a generated column -DETAIL: Generated columns cannot be used in COPY. -COPY gtest3 FROM stdin; -COPY gtest3 (a, b) FROM stdin; -ERROR: column "b" is a generated column -DETAIL: Generated columns cannot be used in COPY. -SELECT * FROM gtest3 ORDER BY a; - a | b ----+---- - 1 | 3 - 2 | 6 - 3 | 9 - 4 | 12 -(4 rows) - --- null values -CREATE TABLE gtest2 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (NULL) VIRTUAL); -INSERT INTO gtest2 VALUES (1); -SELECT * FROM gtest2; - a | b ----+--- - 1 | -(1 row) - --- simple column reference for varlena types -CREATE TABLE gtest_varlena (a varchar, b varchar GENERATED ALWAYS AS (a) VIRTUAL); -INSERT INTO gtest_varlena (a) VALUES('01234567890123456789'); -INSERT INTO gtest_varlena (a) VALUES(NULL); -SELECT * FROM gtest_varlena ORDER BY a; - a | b -----------------------+---------------------- - 01234567890123456789 | 01234567890123456789 - | -(2 rows) - -DROP TABLE gtest_varlena; --- composite types -CREATE TYPE double_int as (a int, b int); -CREATE TABLE gtest4 ( - a int, - b double_int GENERATED ALWAYS AS ((a * 2, a * 3)) VIRTUAL -); -INSERT INTO gtest4 VALUES (1), (6); -SELECT * FROM gtest4; - a | b ----+--------- - 1 | (2,3) - 6 | (12,18) -(2 rows) - -DROP TABLE gtest4; -DROP TYPE double_int; --- using tableoid is allowed -CREATE TABLE gtest_tableoid ( - a int PRIMARY KEY, - b bool GENERATED ALWAYS AS (tableoid = 'gtest_tableoid'::regclass) VIRTUAL -); -INSERT INTO gtest_tableoid VALUES (1), (2); -ALTER TABLE gtest_tableoid ADD COLUMN - c regclass GENERATED ALWAYS AS (tableoid) VIRTUAL; -SELECT * FROM gtest_tableoid; - a | b | c ----+---+---------------- - 1 | t | gtest_tableoid - 2 | t | gtest_tableoid -(2 rows) - --- drop column behavior -CREATE TABLE gtest10 (a int PRIMARY KEY, b int, c int GENERATED ALWAYS AS (b * 2) VIRTUAL); -ALTER TABLE gtest10 DROP COLUMN b; -- fails -ERROR: cannot drop column b of table gtest10 because other objects depend on it -DETAIL: column c of table gtest10 depends on column b of table gtest10 -HINT: Use DROP ... CASCADE to drop the dependent objects too. -ALTER TABLE gtest10 DROP COLUMN b CASCADE; -- drops c too -NOTICE: drop cascades to column c of table gtest10 -\d gtest10 - Table "generated_virtual_tests.gtest10" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | not null | -Indexes: - "gtest10_pkey" PRIMARY KEY, btree (a) - -CREATE TABLE gtest10a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL); -ALTER TABLE gtest10a DROP COLUMN b; -INSERT INTO gtest10a (a) VALUES (1); --- privileges -CREATE USER regress_user11; -CREATE TABLE gtest11 (a int PRIMARY KEY, b int, c int GENERATED ALWAYS AS (b * 2) VIRTUAL); -INSERT INTO gtest11 VALUES (1, 10), (2, 20); -GRANT SELECT (a, c) ON gtest11 TO regress_user11; -CREATE FUNCTION gf1(a int) RETURNS int AS $$ SELECT a * 3 $$ IMMUTABLE LANGUAGE SQL; -REVOKE ALL ON FUNCTION gf1(int) FROM PUBLIC; -CREATE TABLE gtest12 (a int PRIMARY KEY, b int, c int GENERATED ALWAYS AS (gf1(b)) VIRTUAL); -INSERT INTO gtest12 VALUES (1, 10), (2, 20); -GRANT SELECT (a, c), INSERT ON gtest12 TO regress_user11; -SET ROLE regress_user11; -SELECT a, b FROM gtest11; -- not allowed -ERROR: permission denied for table gtest11 -SELECT a, c FROM gtest11; -- allowed - a | c ----+---- - 1 | 20 - 2 | 40 -(2 rows) - -SELECT gf1(10); -- not allowed -ERROR: permission denied for function gf1 -INSERT INTO gtest12 VALUES (3, 30), (4, 40); -- allowed (does not actually invoke the function) -SELECT a, c FROM gtest12; -- currently not allowed because of function permissions, should arguably be allowed -ERROR: permission denied for function gf1 -RESET ROLE; -DROP FUNCTION gf1(int); -- fail -ERROR: cannot drop function gf1(integer) because other objects depend on it -DETAIL: column c of table gtest12 depends on function gf1(integer) -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP TABLE gtest11, gtest12; -DROP FUNCTION gf1(int); -DROP USER regress_user11; --- check constraints -CREATE TABLE gtest20 (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL CHECK (b < 50)); -INSERT INTO gtest20 (a) VALUES (10); -- ok -INSERT INTO gtest20 (a) VALUES (30); -- violates constraint -ERROR: new row for relation "gtest20" violates check constraint "gtest20_b_check" -DETAIL: Failing row contains (30, virtual). -ALTER TABLE gtest20 ALTER COLUMN b SET EXPRESSION AS (a * 100); -- violates constraint (currently not supported) -ERROR: ALTER TABLE / SET EXPRESSION is not supported for virtual generated columns on tables with check constraints -DETAIL: Column "b" of relation "gtest20" is a virtual generated column. -ALTER TABLE gtest20 ALTER COLUMN b SET EXPRESSION AS (a * 3); -- ok (currently not supported) -ERROR: ALTER TABLE / SET EXPRESSION is not supported for virtual generated columns on tables with check constraints -DETAIL: Column "b" of relation "gtest20" is a virtual generated column. -CREATE TABLE gtest20a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL); -INSERT INTO gtest20a (a) VALUES (10); -INSERT INTO gtest20a (a) VALUES (30); -ALTER TABLE gtest20a ADD CHECK (b < 50); -- fails on existing row -ERROR: check constraint "gtest20a_b_check" of relation "gtest20a" is violated by some row --- table rewrite cases -ALTER TABLE gtest20a ADD COLUMN c float8 DEFAULT random() CHECK (b < 50); -- fails on existing row -ERROR: check constraint "gtest20a_b_check" of relation "gtest20a" is violated by some row -ALTER TABLE gtest20a ADD COLUMN c float8 DEFAULT random() CHECK (b < 61); -- ok -CREATE TABLE gtest20b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL); -INSERT INTO gtest20b (a) VALUES (10); -INSERT INTO gtest20b (a) VALUES (30); -ALTER TABLE gtest20b ADD CONSTRAINT chk CHECK (b < 50) NOT VALID; -ALTER TABLE gtest20b VALIDATE CONSTRAINT chk; -- fails on existing row -ERROR: check constraint "chk" of relation "gtest20b" is violated by some row --- check with whole-row reference -CREATE TABLE gtest20c (a int, b int GENERATED ALWAYS AS (a * 2) VIRTUAL); -ALTER TABLE gtest20c ADD CONSTRAINT whole_row_check CHECK (gtest20c IS NOT NULL); -INSERT INTO gtest20c VALUES (1); -- ok -INSERT INTO gtest20c VALUES (NULL); -- fails -ERROR: new row for relation "gtest20c" violates check constraint "whole_row_check" -DETAIL: Failing row contains (null, virtual). --- not-null constraints -CREATE TABLE gtest21a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (nullif(a, 0)) VIRTUAL NOT NULL); -INSERT INTO gtest21a (a) VALUES (1); -- ok -INSERT INTO gtest21a (a) VALUES (0); -- violates constraint -ERROR: null value in column "b" of relation "gtest21a" violates not-null constraint -DETAIL: Failing row contains (0, virtual). --- also check with table constraint syntax -CREATE TABLE gtest21ax (a int PRIMARY KEY, b int GENERATED ALWAYS AS (nullif(a, 0)) VIRTUAL, CONSTRAINT cc NOT NULL b); -INSERT INTO gtest21ax (a) VALUES (0); -- violates constraint -ERROR: null value in column "b" of relation "gtest21ax" violates not-null constraint -DETAIL: Failing row contains (0, virtual). -INSERT INTO gtest21ax (a) VALUES (1); --ok --- SET EXPRESSION supports not null constraint -ALTER TABLE gtest21ax ALTER COLUMN b SET EXPRESSION AS (nullif(a, 1)); --error -ERROR: column "b" of relation "gtest21ax" contains null values -DROP TABLE gtest21ax; -CREATE TABLE gtest21ax (a int PRIMARY KEY, b int GENERATED ALWAYS AS (nullif(a, 0)) VIRTUAL); -ALTER TABLE gtest21ax ADD CONSTRAINT cc NOT NULL b; -INSERT INTO gtest21ax (a) VALUES (0); -- violates constraint -ERROR: null value in column "b" of relation "gtest21ax" violates not-null constraint -DETAIL: Failing row contains (0, virtual). -DROP TABLE gtest21ax; -CREATE TABLE gtest21b (a int, b int GENERATED ALWAYS AS (nullif(a, 0)) VIRTUAL); -ALTER TABLE gtest21b ALTER COLUMN b SET NOT NULL; -INSERT INTO gtest21b (a) VALUES (1); -- ok -INSERT INTO gtest21b (a) VALUES (2), (0); -- violates constraint -ERROR: null value in column "b" of relation "gtest21b" violates not-null constraint -DETAIL: Failing row contains (0, virtual). -INSERT INTO gtest21b (a) VALUES (NULL); -- error -ERROR: null value in column "b" of relation "gtest21b" violates not-null constraint -DETAIL: Failing row contains (null, virtual). -ALTER TABLE gtest21b ALTER COLUMN b DROP NOT NULL; -INSERT INTO gtest21b (a) VALUES (0); -- ok now --- not-null constraint with partitioned table -CREATE TABLE gtestnn_parent ( - f1 int, - f2 bigint, - f3 bigint GENERATED ALWAYS AS (nullif(f1, 1) + nullif(f2, 10)) VIRTUAL NOT NULL -) PARTITION BY RANGE (f1); -CREATE TABLE gtestnn_child PARTITION OF gtestnn_parent FOR VALUES FROM (1) TO (5); -CREATE TABLE gtestnn_childdef PARTITION OF gtestnn_parent default; --- check the error messages -INSERT INTO gtestnn_parent VALUES (2, 2, default), (3, 5, default), (14, 12, default); -- ok -INSERT INTO gtestnn_parent VALUES (1, 2, default); -- error -ERROR: null value in column "f3" of relation "gtestnn_child" violates not-null constraint -DETAIL: Failing row contains (1, 2, virtual). -INSERT INTO gtestnn_parent VALUES (2, 10, default); -- error -ERROR: null value in column "f3" of relation "gtestnn_child" violates not-null constraint -DETAIL: Failing row contains (2, 10, virtual). -ALTER TABLE gtestnn_parent ALTER COLUMN f3 SET EXPRESSION AS (nullif(f1, 2) + nullif(f2, 11)); -- error -ERROR: column "f3" of relation "gtestnn_child" contains null values -INSERT INTO gtestnn_parent VALUES (10, 11, default); -- ok -SELECT * FROM gtestnn_parent ORDER BY f1, f2, f3; - f1 | f2 | f3 -----+----+---- - 2 | 2 | 4 - 3 | 5 | 8 - 10 | 11 | 21 - 14 | 12 | 26 -(4 rows) - --- test ALTER TABLE ADD COLUMN -ALTER TABLE gtestnn_parent ADD COLUMN c int NOT NULL GENERATED ALWAYS AS (nullif(f1, 14) + nullif(f2, 10)) VIRTUAL; -- error -ERROR: column "c" of relation "gtestnn_childdef" contains null values -ALTER TABLE gtestnn_parent ADD COLUMN c int NOT NULL GENERATED ALWAYS AS (nullif(f1, 13) + nullif(f2, 5)) VIRTUAL; -- error -ERROR: column "c" of relation "gtestnn_child" contains null values -ALTER TABLE gtestnn_parent ADD COLUMN c int NOT NULL GENERATED ALWAYS AS (nullif(f1, 4) + nullif(f2, 6)) VIRTUAL; -- ok --- index constraints -CREATE TABLE gtest22a (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a / 2) VIRTUAL UNIQUE); -ERROR: unique constraints on virtual generated columns are not supported ---INSERT INTO gtest22a VALUES (2); ---INSERT INTO gtest22a VALUES (3); ---INSERT INTO gtest22a VALUES (4); -CREATE TABLE gtest22b (a int, b int GENERATED ALWAYS AS (a / 2) VIRTUAL, PRIMARY KEY (a, b)); -ERROR: primary keys on virtual generated columns are not supported ---INSERT INTO gtest22b VALUES (2); ---INSERT INTO gtest22b VALUES (2); --- indexes -CREATE TABLE gtest22c (a int, b int GENERATED ALWAYS AS (a * 2) VIRTUAL); ---CREATE INDEX gtest22c_b_idx ON gtest22c (b); ---CREATE INDEX gtest22c_expr_idx ON gtest22c ((b * 3)); ---CREATE INDEX gtest22c_pred_idx ON gtest22c (a) WHERE b > 0; ---\d gtest22c ---INSERT INTO gtest22c VALUES (1), (2), (3); ---SET enable_seqscan TO off; ---SET enable_bitmapscan TO off; ---EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE b = 4; ---SELECT * FROM gtest22c WHERE b = 4; ---EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE b * 3 = 6; ---SELECT * FROM gtest22c WHERE b * 3 = 6; ---EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE a = 1 AND b > 0; ---SELECT * FROM gtest22c WHERE a = 1 AND b > 0; ---ALTER TABLE gtest22c ALTER COLUMN b SET EXPRESSION AS (a * 4); ---ANALYZE gtest22c; ---EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE b = 8; ---SELECT * FROM gtest22c WHERE b = 8; ---EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE b * 3 = 12; ---SELECT * FROM gtest22c WHERE b * 3 = 12; ---EXPLAIN (COSTS OFF) SELECT * FROM gtest22c WHERE a = 1 AND b > 0; ---SELECT * FROM gtest22c WHERE a = 1 AND b > 0; ---RESET enable_seqscan; ---RESET enable_bitmapscan; --- foreign keys -CREATE TABLE gtest23a (x int PRIMARY KEY, y int); ---INSERT INTO gtest23a VALUES (1, 11), (2, 22), (3, 33); -CREATE TABLE gtest23x (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL REFERENCES gtest23a (x) ON UPDATE CASCADE); -- error -ERROR: invalid ON UPDATE action for foreign key constraint containing generated column -CREATE TABLE gtest23x (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL REFERENCES gtest23a (x) ON DELETE SET NULL); -- error -ERROR: invalid ON DELETE action for foreign key constraint containing generated column -CREATE TABLE gtest23b (a int PRIMARY KEY, b int GENERATED ALWAYS AS (a * 2) VIRTUAL REFERENCES gtest23a (x)); -ERROR: foreign key constraints on virtual generated columns are not supported ---\d gtest23b ---INSERT INTO gtest23b VALUES (1); -- ok ---INSERT INTO gtest23b VALUES (5); -- error ---ALTER TABLE gtest23b ALTER COLUMN b SET EXPRESSION AS (a * 5); -- error ---ALTER TABLE gtest23b ALTER COLUMN b SET EXPRESSION AS (a * 1); -- ok ---DROP TABLE gtest23b; ---DROP TABLE gtest23a; -CREATE TABLE gtest23p (x int, y int GENERATED ALWAYS AS (x * 2) VIRTUAL, PRIMARY KEY (y)); -ERROR: primary keys on virtual generated columns are not supported ---INSERT INTO gtest23p VALUES (1), (2), (3); -CREATE TABLE gtest23q (a int PRIMARY KEY, b int REFERENCES gtest23p (y)); -ERROR: relation "gtest23p" does not exist ---INSERT INTO gtest23q VALUES (1, 2); -- ok ---INSERT INTO gtest23q VALUES (2, 5); -- error --- domains -CREATE DOMAIN gtestdomain1 AS int CHECK (VALUE < 10); -CREATE TABLE gtest24 (a int PRIMARY KEY, b gtestdomain1 GENERATED ALWAYS AS (a * 2) VIRTUAL); -ERROR: virtual generated column "b" cannot have a domain type ---INSERT INTO gtest24 (a) VALUES (4); -- ok ---INSERT INTO gtest24 (a) VALUES (6); -- error -CREATE TYPE gtestdomain1range AS range (subtype = gtestdomain1); -CREATE TABLE gtest24r (a int PRIMARY KEY, b gtestdomain1range GENERATED ALWAYS AS (gtestdomain1range(a, a + 5)) VIRTUAL); -ERROR: virtual generated column "b" cannot have a domain type ---INSERT INTO gtest24r (a) VALUES (4); -- ok ---INSERT INTO gtest24r (a) VALUES (6); -- error -CREATE DOMAIN gtestdomainnn AS int CHECK (VALUE IS NOT NULL); -CREATE TABLE gtest24nn (a int, b gtestdomainnn GENERATED ALWAYS AS (a * 2) VIRTUAL); -ERROR: virtual generated column "b" cannot have a domain type ---INSERT INTO gtest24nn (a) VALUES (4); -- ok ---INSERT INTO gtest24nn (a) VALUES (NULL); -- error --- typed tables (currently not supported) -CREATE TYPE gtest_type AS (f1 integer, f2 text, f3 bigint); -CREATE TABLE gtest28 OF gtest_type (f1 WITH OPTIONS GENERATED ALWAYS AS (f2 *2) VIRTUAL); -ERROR: generated columns are not supported on typed tables -DROP TYPE gtest_type CASCADE; --- partitioning cases -CREATE TABLE gtest_parent (f1 date NOT NULL, f2 bigint, f3 bigint) PARTITION BY RANGE (f1); -CREATE TABLE gtest_child PARTITION OF gtest_parent ( - f3 WITH OPTIONS GENERATED ALWAYS AS (f2 * 2) VIRTUAL -) FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -- error -ERROR: child column "f3" specifies generation expression -HINT: A child table column cannot be generated unless its parent column is. -CREATE TABLE gtest_child (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 2) VIRTUAL); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -- error -ERROR: column "f3" in child table must not be a generated column -DROP TABLE gtest_parent, gtest_child; -CREATE TABLE gtest_parent (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 2) VIRTUAL) PARTITION BY RANGE (f1); -CREATE TABLE gtest_child PARTITION OF gtest_parent - FOR VALUES FROM ('2016-07-01') TO ('2016-08-01'); -- inherits gen expr -CREATE TABLE gtest_child2 PARTITION OF gtest_parent ( - f3 WITH OPTIONS GENERATED ALWAYS AS (f2 * 22) VIRTUAL -- overrides gen expr -) FOR VALUES FROM ('2016-08-01') TO ('2016-09-01'); -CREATE TABLE gtest_child3 PARTITION OF gtest_parent ( - f3 DEFAULT 42 -- error -) FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -ERROR: column "f3" inherits from generated column but specifies default -CREATE TABLE gtest_child3 PARTITION OF gtest_parent ( - f3 WITH OPTIONS GENERATED ALWAYS AS IDENTITY -- error -) FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -ERROR: identity columns are not supported on partitions -CREATE TABLE gtest_child3 PARTITION OF gtest_parent ( - f3 GENERATED ALWAYS AS (f2 * 2) STORED -- error -) FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -ERROR: column "f3" inherits from generated column of different kind -DETAIL: Parent column is VIRTUAL, child column is STORED. -CREATE TABLE gtest_child3 (f1 date NOT NULL, f2 bigint, f3 bigint); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -- error -ERROR: column "f3" in child table must be a generated column -DROP TABLE gtest_child3; -CREATE TABLE gtest_child3 (f1 date NOT NULL, f2 bigint, f3 bigint DEFAULT 42); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -- error -ERROR: column "f3" in child table must be a generated column -DROP TABLE gtest_child3; -CREATE TABLE gtest_child3 (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS IDENTITY); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -- error -ERROR: table "gtest_child3" being attached contains an identity column "f3" -DETAIL: The new partition may not contain an identity column. -DROP TABLE gtest_child3; -CREATE TABLE gtest_child3 (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 33) STORED); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -- error -ERROR: column "f3" inherits from generated column of different kind -DETAIL: Parent column is VIRTUAL, child column is STORED. -DROP TABLE gtest_child3; -CREATE TABLE gtest_child3 (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 33) VIRTUAL); -ALTER TABLE gtest_parent ATTACH PARTITION gtest_child3 FOR VALUES FROM ('2016-09-01') TO ('2016-10-01'); -\d gtest_child - Table "generated_virtual_tests.gtest_child" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------ - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 2) -Partition of: gtest_parent FOR VALUES FROM ('07-01-2016') TO ('08-01-2016') - -\d gtest_child2 - Table "generated_virtual_tests.gtest_child2" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 22) -Partition of: gtest_parent FOR VALUES FROM ('08-01-2016') TO ('09-01-2016') - -\d gtest_child3 - Table "generated_virtual_tests.gtest_child3" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 33) -Partition of: gtest_parent FOR VALUES FROM ('09-01-2016') TO ('10-01-2016') - -INSERT INTO gtest_parent (f1, f2) VALUES ('2016-07-15', 1); -INSERT INTO gtest_parent (f1, f2) VALUES ('2016-07-15', 2); -INSERT INTO gtest_parent (f1, f2) VALUES ('2016-08-15', 3); -SELECT tableoid::regclass, * FROM gtest_parent ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 ---------------+------------+----+---- - gtest_child | 07-15-2016 | 1 | 2 - gtest_child | 07-15-2016 | 2 | 4 - gtest_child2 | 08-15-2016 | 3 | 6 -(3 rows) - -SELECT tableoid::regclass, * FROM gtest_child ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 --------------+------------+----+---- - gtest_child | 07-15-2016 | 1 | 2 - gtest_child | 07-15-2016 | 2 | 4 -(2 rows) - -SELECT tableoid::regclass, * FROM gtest_child2 ORDER BY 1, 2, 3; -- uses child's generation expression, not parent's - tableoid | f1 | f2 | f3 ---------------+------------+----+---- - gtest_child2 | 08-15-2016 | 3 | 66 -(1 row) - -SELECT tableoid::regclass, * FROM gtest_child3 ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 -----------+----+----+---- -(0 rows) - -UPDATE gtest_parent SET f1 = f1 + 60 WHERE f2 = 1; -SELECT tableoid::regclass, * FROM gtest_parent ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 ---------------+------------+----+---- - gtest_child | 07-15-2016 | 2 | 4 - gtest_child2 | 08-15-2016 | 3 | 6 - gtest_child3 | 09-13-2016 | 1 | 2 -(3 rows) - --- alter only parent's and one child's generation expression -ALTER TABLE ONLY gtest_parent ALTER COLUMN f3 SET EXPRESSION AS (f2 * 4); -ALTER TABLE gtest_child ALTER COLUMN f3 SET EXPRESSION AS (f2 * 10); -\d gtest_parent - Partitioned table "generated_virtual_tests.gtest_parent" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------ - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 4) -Partition key: RANGE (f1) -Number of partitions: 3 (Use \d+ to list them.) - -\d gtest_child - Table "generated_virtual_tests.gtest_child" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 10) -Partition of: gtest_parent FOR VALUES FROM ('07-01-2016') TO ('08-01-2016') - -\d gtest_child2 - Table "generated_virtual_tests.gtest_child2" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 22) -Partition of: gtest_parent FOR VALUES FROM ('08-01-2016') TO ('09-01-2016') - -\d gtest_child3 - Table "generated_virtual_tests.gtest_child3" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------- - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 33) -Partition of: gtest_parent FOR VALUES FROM ('09-01-2016') TO ('10-01-2016') - -SELECT tableoid::regclass, * FROM gtest_parent ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 ---------------+------------+----+---- - gtest_child | 07-15-2016 | 2 | 8 - gtest_child2 | 08-15-2016 | 3 | 12 - gtest_child3 | 09-13-2016 | 1 | 4 -(3 rows) - --- alter generation expression of parent and all its children altogether -ALTER TABLE gtest_parent ALTER COLUMN f3 SET EXPRESSION AS (f2 * 2); -\d gtest_parent - Partitioned table "generated_virtual_tests.gtest_parent" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------ - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 2) -Partition key: RANGE (f1) -Number of partitions: 3 (Use \d+ to list them.) - -\d gtest_child - Table "generated_virtual_tests.gtest_child" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------ - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 2) -Partition of: gtest_parent FOR VALUES FROM ('07-01-2016') TO ('08-01-2016') - -\d gtest_child2 - Table "generated_virtual_tests.gtest_child2" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------ - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 2) -Partition of: gtest_parent FOR VALUES FROM ('08-01-2016') TO ('09-01-2016') - -\d gtest_child3 - Table "generated_virtual_tests.gtest_child3" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+------------------------------ - f1 | date | | not null | - f2 | bigint | | | - f3 | bigint | | | generated always as (f2 * 2) -Partition of: gtest_parent FOR VALUES FROM ('09-01-2016') TO ('10-01-2016') - -SELECT tableoid::regclass, * FROM gtest_parent ORDER BY 1, 2, 3; - tableoid | f1 | f2 | f3 ---------------+------------+----+---- - gtest_child | 07-15-2016 | 2 | 4 - gtest_child2 | 08-15-2016 | 3 | 6 - gtest_child3 | 09-13-2016 | 1 | 2 -(3 rows) - --- we leave these tables around for purposes of testing dump/reload/upgrade --- generated columns in partition key (not allowed) -CREATE TABLE gtest_part_key (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 2) VIRTUAL) PARTITION BY RANGE (f3); -ERROR: cannot use generated column in partition key -LINE 1: ...NERATED ALWAYS AS (f2 * 2) VIRTUAL) PARTITION BY RANGE (f3); - ^ -DETAIL: Column "f3" is a generated column. -CREATE TABLE gtest_part_key (f1 date NOT NULL, f2 bigint, f3 bigint GENERATED ALWAYS AS (f2 * 2) VIRTUAL) PARTITION BY RANGE ((f3 * 3)); -ERROR: cannot use generated column in partition key -LINE 1: ...D ALWAYS AS (f2 * 2) VIRTUAL) PARTITION BY RANGE ((f3 * 3)); - ^ -DETAIL: Column "f3" is a generated column. --- ALTER TABLE ... ADD COLUMN -CREATE TABLE gtest25 (a int PRIMARY KEY); -INSERT INTO gtest25 VALUES (3), (4); -ALTER TABLE gtest25 ADD COLUMN b int GENERATED ALWAYS AS (a * 2) VIRTUAL, ALTER COLUMN b SET EXPRESSION AS (a * 3); -SELECT * FROM gtest25 ORDER BY a; - a | b ----+---- - 3 | 9 - 4 | 12 -(2 rows) - -ALTER TABLE gtest25 ADD COLUMN x int GENERATED ALWAYS AS (b * 4) VIRTUAL; -- error -ERROR: cannot use generated column "b" in column generation expression -DETAIL: A generated column cannot reference another generated column. -ALTER TABLE gtest25 ADD COLUMN x int GENERATED ALWAYS AS (z * 4) VIRTUAL; -- error -ERROR: column "z" does not exist -ALTER TABLE gtest25 ADD COLUMN c int DEFAULT 42, - ADD COLUMN x int GENERATED ALWAYS AS (c * 4) VIRTUAL; -ALTER TABLE gtest25 ADD COLUMN d int DEFAULT 101; -ALTER TABLE gtest25 ALTER COLUMN d SET DATA TYPE float8, - ADD COLUMN y float8 GENERATED ALWAYS AS (d * 4) VIRTUAL; -SELECT * FROM gtest25 ORDER BY a; - a | b | c | x | d | y ----+----+----+-----+-----+----- - 3 | 9 | 42 | 168 | 101 | 404 - 4 | 12 | 42 | 168 | 101 | 404 -(2 rows) - -\d gtest25 - Table "generated_virtual_tests.gtest25" - Column | Type | Collation | Nullable | Default ---------+------------------+-----------+----------+----------------------------------------------- - a | integer | | not null | - b | integer | | | generated always as (a * 3) - c | integer | | | 42 - x | integer | | | generated always as (c * 4) - d | double precision | | | 101 - y | double precision | | | generated always as (d * 4::double precision) -Indexes: - "gtest25_pkey" PRIMARY KEY, btree (a) - --- ALTER TABLE ... ALTER COLUMN -CREATE TABLE gtest27 ( - a int, - b int, - x int GENERATED ALWAYS AS ((a + b) * 2) VIRTUAL -); -INSERT INTO gtest27 (a, b) VALUES (3, 7), (4, 11); -ALTER TABLE gtest27 ALTER COLUMN a TYPE text; -- error -ERROR: cannot alter type of a column used by a generated column -DETAIL: Column "a" is used by generated column "x". -ALTER TABLE gtest27 ALTER COLUMN x TYPE numeric; -\d gtest27 - Table "generated_virtual_tests.gtest27" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+------------------------------------- - a | integer | | | - b | integer | | | - x | numeric | | | generated always as (((a + b) * 2)) - -SELECT * FROM gtest27; - a | b | x ----+----+---- - 3 | 7 | 20 - 4 | 11 | 30 -(2 rows) - -ALTER TABLE gtest27 ALTER COLUMN x TYPE boolean USING x <> 0; -- error -ERROR: cannot specify USING when altering type of generated column -LINE 1: ALTER TABLE gtest27 ALTER COLUMN x TYPE boolean USING x <> 0... - ^ -DETAIL: Column "x" is a generated column. -ALTER TABLE gtest27 ALTER COLUMN x DROP DEFAULT; -- error -ERROR: column "x" of relation "gtest27" is a generated column --- test not-null checking during table rewrite -INSERT INTO gtest27 (a, b) VALUES (NULL, NULL); -ALTER TABLE gtest27 - DROP COLUMN x, - ALTER COLUMN a TYPE bigint, - ALTER COLUMN b TYPE bigint, - ADD COLUMN x bigint GENERATED ALWAYS AS ((a + b) * 2) VIRTUAL NOT NULL; -- error -ERROR: column "x" of relation "gtest27" contains null values -DELETE FROM gtest27 WHERE a IS NULL AND b IS NULL; --- It's possible to alter the column types this way: -ALTER TABLE gtest27 - DROP COLUMN x, - ALTER COLUMN a TYPE bigint, - ALTER COLUMN b TYPE bigint, - ADD COLUMN x bigint GENERATED ALWAYS AS ((a + b) * 2) VIRTUAL; -\d gtest27 - Table "generated_virtual_tests.gtest27" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+----------------------------------- - a | bigint | | | - b | bigint | | | - x | bigint | | | generated always as ((a + b) * 2) - --- Ideally you could just do this, but not today (and should x change type?): -ALTER TABLE gtest27 - ALTER COLUMN a TYPE float8, - ALTER COLUMN b TYPE float8; -- error -ERROR: cannot alter type of a column used by a generated column -DETAIL: Column "a" is used by generated column "x". -\d gtest27 - Table "generated_virtual_tests.gtest27" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+----------------------------------- - a | bigint | | | - b | bigint | | | - x | bigint | | | generated always as ((a + b) * 2) - -SELECT * FROM gtest27; - a | b | x ----+----+---- - 3 | 7 | 20 - 4 | 11 | 30 -(2 rows) - --- ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION -CREATE TABLE gtest29 ( - a int, - b int GENERATED ALWAYS AS (a * 2) VIRTUAL -); -INSERT INTO gtest29 (a) VALUES (3), (4); -SELECT * FROM gtest29; - a | b ----+--- - 3 | 6 - 4 | 8 -(2 rows) - -\d gtest29 - Table "generated_virtual_tests.gtest29" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - a | integer | | | - b | integer | | | generated always as (a * 2) - -ALTER TABLE gtest29 ALTER COLUMN a SET EXPRESSION AS (a * 3); -- error -ERROR: column "a" of relation "gtest29" is not a generated column -ALTER TABLE gtest29 ALTER COLUMN a DROP EXPRESSION; -- error -ERROR: column "a" of relation "gtest29" is not a generated column -ALTER TABLE gtest29 ALTER COLUMN a DROP EXPRESSION IF EXISTS; -- notice -NOTICE: column "a" of relation "gtest29" is not a generated column, skipping --- Change the expression -ALTER TABLE gtest29 ALTER COLUMN b SET EXPRESSION AS (a * 3); -SELECT * FROM gtest29; - a | b ----+---- - 3 | 9 - 4 | 12 -(2 rows) - -\d gtest29 - Table "generated_virtual_tests.gtest29" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - a | integer | | | - b | integer | | | generated always as (a * 3) - -ALTER TABLE gtest29 ALTER COLUMN b DROP EXPRESSION; -- not supported -ERROR: ALTER TABLE / DROP EXPRESSION is not supported for virtual generated columns -DETAIL: Column "b" of relation "gtest29" is a virtual generated column. -INSERT INTO gtest29 (a) VALUES (5); -INSERT INTO gtest29 (a, b) VALUES (6, 66); -ERROR: cannot insert a non-DEFAULT value into column "b" -DETAIL: Column "b" is a generated column. -SELECT * FROM gtest29; - a | b ----+---- - 3 | 9 - 4 | 12 - 5 | 15 -(3 rows) - -\d gtest29 - Table "generated_virtual_tests.gtest29" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - a | integer | | | - b | integer | | | generated always as (a * 3) - --- check that dependencies between columns have also been removed ---ALTER TABLE gtest29 DROP COLUMN a; -- should not drop b ---\d gtest29 --- with inheritance -CREATE TABLE gtest30 ( - a int, - b int GENERATED ALWAYS AS (a * 2) VIRTUAL -); -CREATE TABLE gtest30_1 () INHERITS (gtest30); -ALTER TABLE gtest30 ALTER COLUMN b DROP EXPRESSION; -ERROR: ALTER TABLE / DROP EXPRESSION is not supported for virtual generated columns -DETAIL: Column "b" of relation "gtest30" is a virtual generated column. -\d gtest30 - Table "generated_virtual_tests.gtest30" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - a | integer | | | - b | integer | | | generated always as (a * 2) -Number of child tables: 1 (Use \d+ to list them.) - -\d gtest30_1 - Table "generated_virtual_tests.gtest30_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - a | integer | | | - b | integer | | | generated always as (a * 2) -Inherits: gtest30 - -DROP TABLE gtest30 CASCADE; -NOTICE: drop cascades to table gtest30_1 -CREATE TABLE gtest30 ( - a int, - b int GENERATED ALWAYS AS (a * 2) VIRTUAL -); -CREATE TABLE gtest30_1 () INHERITS (gtest30); -ALTER TABLE ONLY gtest30 ALTER COLUMN b DROP EXPRESSION; -- error -ERROR: ALTER TABLE / DROP EXPRESSION must be applied to child tables too -\d gtest30 - Table "generated_virtual_tests.gtest30" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - a | integer | | | - b | integer | | | generated always as (a * 2) -Number of child tables: 1 (Use \d+ to list them.) - -\d gtest30_1 - Table "generated_virtual_tests.gtest30_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - a | integer | | | - b | integer | | | generated always as (a * 2) -Inherits: gtest30 - -ALTER TABLE gtest30_1 ALTER COLUMN b DROP EXPRESSION; -- error -ERROR: cannot drop generation expression from inherited column --- composite type dependencies -CREATE TABLE gtest31_1 (a int, b text GENERATED ALWAYS AS ('hello') VIRTUAL, c text); -CREATE TABLE gtest31_2 (x int, y gtest31_1); -ALTER TABLE gtest31_1 ALTER COLUMN b TYPE varchar; -- fails -ERROR: cannot alter table "gtest31_1" because column "gtest31_2.y" uses its row type -DROP TABLE gtest31_1, gtest31_2; --- Check it for a partitioned table, too -CREATE TABLE gtest31_1 (a int, b text GENERATED ALWAYS AS ('hello') VIRTUAL, c text) PARTITION BY LIST (a); -CREATE TABLE gtest31_2 (x int, y gtest31_1); -ALTER TABLE gtest31_1 ALTER COLUMN b TYPE varchar; -- fails -ERROR: cannot alter table "gtest31_1" because column "gtest31_2.y" uses its row type -DROP TABLE gtest31_1, gtest31_2; --- triggers -CREATE TABLE gtest26 ( - a int PRIMARY KEY, - b int GENERATED ALWAYS AS (a * 2) VIRTUAL -); -CREATE FUNCTION gtest_trigger_func() RETURNS trigger - LANGUAGE plpgsql -AS $$ -BEGIN - IF tg_op IN ('DELETE', 'UPDATE') THEN - RAISE INFO '%: %: old = %', TG_NAME, TG_WHEN, OLD; - END IF; - IF tg_op IN ('INSERT', 'UPDATE') THEN - RAISE INFO '%: %: new = %', TG_NAME, TG_WHEN, NEW; - END IF; - IF tg_op = 'DELETE' THEN - RETURN OLD; - ELSE - RETURN NEW; - END IF; -END -$$; -CREATE TRIGGER gtest1 BEFORE DELETE OR UPDATE ON gtest26 - FOR EACH ROW - WHEN (OLD.b < 0) -- ok - EXECUTE PROCEDURE gtest_trigger_func(); -CREATE TRIGGER gtest2a BEFORE INSERT OR UPDATE ON gtest26 - FOR EACH ROW - WHEN (NEW.b < 0) -- error - EXECUTE PROCEDURE gtest_trigger_func(); -ERROR: BEFORE trigger's WHEN condition cannot reference NEW generated columns -LINE 3: WHEN (NEW.b < 0) -- error - ^ -DETAIL: Column "b" is a generated column. -CREATE TRIGGER gtest2b BEFORE INSERT OR UPDATE ON gtest26 - FOR EACH ROW - WHEN (NEW.* IS NOT NULL) -- error - EXECUTE PROCEDURE gtest_trigger_func(); -ERROR: BEFORE trigger's WHEN condition cannot reference NEW generated columns -LINE 3: WHEN (NEW.* IS NOT NULL) -- error - ^ -DETAIL: A whole-row reference is used and the table contains generated columns. -CREATE TRIGGER gtest2 BEFORE INSERT ON gtest26 - FOR EACH ROW - WHEN (NEW.a < 0) - EXECUTE PROCEDURE gtest_trigger_func(); -CREATE TRIGGER gtest3 AFTER DELETE OR UPDATE ON gtest26 - FOR EACH ROW - WHEN (OLD.b < 0) -- ok - EXECUTE PROCEDURE gtest_trigger_func(); -CREATE TRIGGER gtest4 AFTER INSERT OR UPDATE ON gtest26 - FOR EACH ROW - WHEN (NEW.b < 0) -- ok - EXECUTE PROCEDURE gtest_trigger_func(); -INSERT INTO gtest26 (a) VALUES (-2), (0), (3); -INFO: gtest2: BEFORE: new = (-2,) -INFO: gtest4: AFTER: new = (-2,) -SELECT * FROM gtest26 ORDER BY a; - a | b -----+---- - -2 | -4 - 0 | 0 - 3 | 6 -(3 rows) - -UPDATE gtest26 SET a = a * -2; -INFO: gtest1: BEFORE: old = (-2,) -INFO: gtest1: BEFORE: new = (4,) -INFO: gtest3: AFTER: old = (-2,) -INFO: gtest3: AFTER: new = (4,) -INFO: gtest4: AFTER: old = (3,) -INFO: gtest4: AFTER: new = (-6,) -SELECT * FROM gtest26 ORDER BY a; - a | b -----+----- - -6 | -12 - 0 | 0 - 4 | 8 -(3 rows) - -DELETE FROM gtest26 WHERE a = -6; -INFO: gtest1: BEFORE: old = (-6,) -INFO: gtest3: AFTER: old = (-6,) -SELECT * FROM gtest26 ORDER BY a; - a | b ----+--- - 0 | 0 - 4 | 8 -(2 rows) - -DROP TRIGGER gtest1 ON gtest26; -DROP TRIGGER gtest2 ON gtest26; -DROP TRIGGER gtest3 ON gtest26; --- Check that an UPDATE of "a" fires the trigger for UPDATE OF b, per --- SQL standard. -CREATE FUNCTION gtest_trigger_func3() RETURNS trigger - LANGUAGE plpgsql -AS $$ -BEGIN - RAISE NOTICE 'OK'; - RETURN NEW; -END -$$; -CREATE TRIGGER gtest11 BEFORE UPDATE OF b ON gtest26 - FOR EACH ROW - EXECUTE PROCEDURE gtest_trigger_func3(); -UPDATE gtest26 SET a = 1 WHERE a = 0; -NOTICE: OK -DROP TRIGGER gtest11 ON gtest26; -TRUNCATE gtest26; --- check that modifications of generated columns in triggers do --- not get propagated -CREATE FUNCTION gtest_trigger_func4() RETURNS trigger - LANGUAGE plpgsql -AS $$ -BEGIN - NEW.a = 10; - NEW.b = 300; - RETURN NEW; -END; -$$; -CREATE TRIGGER gtest12_01 BEFORE INSERT OR UPDATE ON gtest26 - FOR EACH ROW - EXECUTE PROCEDURE gtest_trigger_func(); -CREATE TRIGGER gtest12_02 BEFORE INSERT OR UPDATE ON gtest26 - FOR EACH ROW - EXECUTE PROCEDURE gtest_trigger_func4(); -CREATE TRIGGER gtest12_03 BEFORE INSERT OR UPDATE ON gtest26 - FOR EACH ROW - EXECUTE PROCEDURE gtest_trigger_func(); -INSERT INTO gtest26 (a) VALUES (1); -INFO: gtest12_01: BEFORE: new = (1,) -INFO: gtest12_03: BEFORE: new = (10,) -SELECT * FROM gtest26 ORDER BY a; - a | b -----+---- - 10 | 20 -(1 row) - -UPDATE gtest26 SET a = 11 WHERE a = 10; -INFO: gtest12_01: BEFORE: old = (10,) -INFO: gtest12_01: BEFORE: new = (11,) -INFO: gtest12_03: BEFORE: old = (10,) -INFO: gtest12_03: BEFORE: new = (10,) -SELECT * FROM gtest26 ORDER BY a; - a | b -----+---- - 10 | 20 -(1 row) - --- LIKE INCLUDING GENERATED and dropped column handling -CREATE TABLE gtest28a ( - a int, - b int, - c int, - x int GENERATED ALWAYS AS (b * 2) VIRTUAL -); -ALTER TABLE gtest28a DROP COLUMN a; -CREATE TABLE gtest28b (LIKE gtest28a INCLUDING GENERATED); -\d gtest28* - Table "generated_virtual_tests.gtest28a" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - b | integer | | | - c | integer | | | - x | integer | | | generated always as (b * 2) - - Table "generated_virtual_tests.gtest28b" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+----------------------------- - b | integer | | | - c | integer | | | - x | integer | | | generated always as (b * 2) - --- sanity check of system catalog -SELECT attrelid, attname, attgenerated FROM pg_attribute WHERE attgenerated NOT IN ('', 's', 'v'); - attrelid | attname | attgenerated -----------+---------+-------------- -(0 rows) - --- --- test the expansion of virtual generated columns --- --- these tests are specific to generated_virtual.sql --- -create table gtest32 ( - a int primary key, - b int generated always as (a * 2), - c int generated always as (10 + 10), - d int generated always as (coalesce(a, 100)) -); -insert into gtest32 values (1), (2); -analyze gtest32; --- Ensure that nullingrel bits are propagated into the generation expressions -explain (costs off) -select sum(t2.b) over (partition by t2.a), - sum(t2.c) over (partition by t2.a), - sum(t2.d) over (partition by t2.a) -from gtest32 as t1 left join gtest32 as t2 on (t1.a = t2.a) -order by t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> WindowAgg - Window: w1 AS (PARTITION BY t2.a) - -> Sort - Sort Key: t2.a - -> Nested Loop Left Join - Join Filter: (t1.a = t2.a) - -> Seq Scan on gtest32 t1 - -> Materialize - -> Seq Scan on gtest32 t2 -(11 rows) - -select sum(t2.b) over (partition by t2.a), - sum(t2.c) over (partition by t2.a), - sum(t2.d) over (partition by t2.a) -from gtest32 as t1 left join gtest32 as t2 on (t1.a = t2.a) -order by t1.a; - sum | sum | sum ------+-----+----- - 2 | 20 | 1 - 4 | 20 | 2 -(2 rows) - --- Ensure that outer-join removal functions correctly after the propagation of nullingrel bits -explain (costs off) -select t1.a from gtest32 t1 left join gtest32 t2 on t1.a = t2.a -where coalesce(t2.b, 1) = 2; - QUERY PLAN ------------------------------------------ - Hash Left Join - Hash Cond: (t1.a = t2.a) - Filter: (COALESCE((t2.a * 2), 1) = 2) - -> Seq Scan on gtest32 t1 - -> Hash - -> Seq Scan on gtest32 t2 -(6 rows) - -select t1.a from gtest32 t1 left join gtest32 t2 on t1.a = t2.a -where coalesce(t2.b, 1) = 2; - a ---- - 1 -(1 row) - -explain (costs off) -select t1.a from gtest32 t1 left join gtest32 t2 on t1.a = t2.a -where coalesce(t2.b, 1) = 2 or t1.a is null; - QUERY PLAN -------------------------------------------------------------- - Hash Left Join - Hash Cond: (t1.a = t2.a) - Filter: ((COALESCE((t2.a * 2), 1) = 2) OR (t1.a IS NULL)) - -> Seq Scan on gtest32 t1 - -> Hash - -> Seq Scan on gtest32 t2 -(6 rows) - -select t1.a from gtest32 t1 left join gtest32 t2 on t1.a = t2.a -where coalesce(t2.b, 1) = 2 or t1.a is null; - a ---- - 1 -(1 row) - --- Ensure that the generation expressions are wrapped into PHVs if needed -explain (verbose, costs off) -select t2.* from gtest32 t1 left join gtest32 t2 on false; - QUERY PLAN ------------------------------------------------------- - Nested Loop Left Join - Output: a, (a * 2), (20), (COALESCE(a, 100)) - Join Filter: false - -> Seq Scan on generated_virtual_tests.gtest32 t1 - Output: t1.a, t1.b, t1.c, t1.d - -> Result - Output: a, 20, COALESCE(a, 100) - One-Time Filter: false -(8 rows) - -select t2.* from gtest32 t1 left join gtest32 t2 on false; - a | b | c | d ----+---+---+--- - | | | - | | | -(2 rows) - -explain (verbose, costs off) -select * from gtest32 t group by grouping sets (a, b, c, d) having c = 20; - QUERY PLAN ------------------------------------------------------ - HashAggregate - Output: a, ((a * 2)), (20), (COALESCE(a, 100)) - Hash Key: t.a - Hash Key: (t.a * 2) - Hash Key: 20 - Hash Key: COALESCE(t.a, 100) - Filter: ((20) = 20) - -> Seq Scan on generated_virtual_tests.gtest32 t - Output: a, (a * 2), 20, COALESCE(a, 100) -(9 rows) - -select * from gtest32 t group by grouping sets (a, b, c, d) having c = 20; - a | b | c | d ----+---+----+--- - | | 20 | -(1 row) - -drop table gtest32; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rules.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out --- /tmp/cirrus-ci-build/src/test/regress/expected/rules.out 2025-05-11 19:30:18.994873000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rules.out 2025-05-11 19:32:42.642223000 +0000 @@ -1,3902 +1,2 @@ --- --- RULES --- From Jan's original setup_ruletest.sql and run_ruletest.sql --- - thomas 1998-09-13 --- --- --- Tables and rules for the view test --- -create table rtest_t1 (a int4, b int4); -create table rtest_t2 (a int4, b int4); -create table rtest_t3 (a int4, b int4); -create view rtest_v1 as select * from rtest_t1; -create rule rtest_v1_ins as on insert to rtest_v1 do instead - insert into rtest_t1 values (new.a, new.b); -create rule rtest_v1_upd as on update to rtest_v1 do instead - update rtest_t1 set a = new.a, b = new.b - where a = old.a; -create rule rtest_v1_del as on delete to rtest_v1 do instead - delete from rtest_t1 where a = old.a; --- Test comments -COMMENT ON RULE rtest_v1_bad ON rtest_v1 IS 'bad rule'; -ERROR: rule "rtest_v1_bad" for relation "rtest_v1" does not exist -COMMENT ON RULE rtest_v1_del ON rtest_v1 IS 'delete rule'; -COMMENT ON RULE rtest_v1_del ON rtest_v1 IS NULL; --- --- Tables and rules for the constraint update/delete test --- --- Note: --- Now that we have multiple action rule support, we check --- both possible syntaxes to define them (The last action --- can but must not have a semicolon at the end). --- -create table rtest_system (sysname text, sysdesc text); -create table rtest_interface (sysname text, ifname text); -create table rtest_person (pname text, pdesc text); -create table rtest_admin (pname text, sysname text); -create rule rtest_sys_upd as on update to rtest_system do also ( - update rtest_interface set sysname = new.sysname - where sysname = old.sysname; - update rtest_admin set sysname = new.sysname - where sysname = old.sysname - ); -create rule rtest_sys_del as on delete to rtest_system do also ( - delete from rtest_interface where sysname = old.sysname; - delete from rtest_admin where sysname = old.sysname; - ); -create rule rtest_pers_upd as on update to rtest_person do also - update rtest_admin set pname = new.pname where pname = old.pname; -create rule rtest_pers_del as on delete to rtest_person do also - delete from rtest_admin where pname = old.pname; --- --- Tables and rules for the logging test --- -create table rtest_emp (ename char(20), salary numeric); -create table rtest_emplog (ename char(20), who name, action char(10), newsal numeric, oldsal numeric); -create table rtest_empmass (ename char(20), salary numeric); -create rule rtest_emp_ins as on insert to rtest_emp do - insert into rtest_emplog values (new.ename, current_user, - 'hired', new.salary, '0.00'); -create rule rtest_emp_upd as on update to rtest_emp where new.salary != old.salary do - insert into rtest_emplog values (new.ename, current_user, - 'honored', new.salary, old.salary); -create rule rtest_emp_del as on delete to rtest_emp do - insert into rtest_emplog values (old.ename, current_user, - 'fired', '0.00', old.salary); --- --- Tables and rules for the multiple cascaded qualified instead --- rule test --- -create table rtest_t4 (a int4, b text); -create table rtest_t5 (a int4, b text); -create table rtest_t6 (a int4, b text); -create table rtest_t7 (a int4, b text); -create table rtest_t8 (a int4, b text); -create table rtest_t9 (a int4, b text); -create rule rtest_t4_ins1 as on insert to rtest_t4 - where new.a >= 10 and new.a < 20 do instead - insert into rtest_t5 values (new.a, new.b); -create rule rtest_t4_ins2 as on insert to rtest_t4 - where new.a >= 20 and new.a < 30 do - insert into rtest_t6 values (new.a, new.b); -create rule rtest_t5_ins as on insert to rtest_t5 - where new.a > 15 do - insert into rtest_t7 values (new.a, new.b); -create rule rtest_t6_ins as on insert to rtest_t6 - where new.a > 25 do instead - insert into rtest_t8 values (new.a, new.b); --- --- Tables and rules for the rule fire order test --- --- As of PG 7.3, the rules should fire in order by name, regardless --- of INSTEAD attributes or creation order. --- -create table rtest_order1 (a int4); -create table rtest_order2 (a int4, b int4, c text); -create sequence rtest_seq; -create rule rtest_order_r3 as on insert to rtest_order1 do instead - insert into rtest_order2 values (new.a, nextval('rtest_seq'), - 'rule 3 - this should run 3rd'); -create rule rtest_order_r4 as on insert to rtest_order1 - where a < 100 do instead - insert into rtest_order2 values (new.a, nextval('rtest_seq'), - 'rule 4 - this should run 4th'); -create rule rtest_order_r2 as on insert to rtest_order1 do - insert into rtest_order2 values (new.a, nextval('rtest_seq'), - 'rule 2 - this should run 2nd'); -create rule rtest_order_r1 as on insert to rtest_order1 do instead - insert into rtest_order2 values (new.a, nextval('rtest_seq'), - 'rule 1 - this should run 1st'); --- --- Tables and rules for the instead nothing test --- -create table rtest_nothn1 (a int4, b text); -create table rtest_nothn2 (a int4, b text); -create table rtest_nothn3 (a int4, b text); -create table rtest_nothn4 (a int4, b text); -create rule rtest_nothn_r1 as on insert to rtest_nothn1 - where new.a >= 10 and new.a < 20 do instead nothing; -create rule rtest_nothn_r2 as on insert to rtest_nothn1 - where new.a >= 30 and new.a < 40 do instead nothing; -create rule rtest_nothn_r3 as on insert to rtest_nothn2 - where new.a >= 100 do instead - insert into rtest_nothn3 values (new.a, new.b); -create rule rtest_nothn_r4 as on insert to rtest_nothn2 - do instead nothing; --- --- Tests on a view that is select * of a table --- and has insert/update/delete instead rules to --- behave close like the real table. --- --- --- We need test date later --- -insert into rtest_t2 values (1, 21); -insert into rtest_t2 values (2, 22); -insert into rtest_t2 values (3, 23); -insert into rtest_t3 values (1, 31); -insert into rtest_t3 values (2, 32); -insert into rtest_t3 values (3, 33); -insert into rtest_t3 values (4, 34); -insert into rtest_t3 values (5, 35); --- insert values -insert into rtest_v1 values (1, 11); -insert into rtest_v1 values (2, 12); -select * from rtest_v1; - a | b ----+---- - 1 | 11 - 2 | 12 -(2 rows) - --- delete with constant expression -delete from rtest_v1 where a = 1; -select * from rtest_v1; - a | b ----+---- - 2 | 12 -(1 row) - -insert into rtest_v1 values (1, 11); -delete from rtest_v1 where b = 12; -select * from rtest_v1; - a | b ----+---- - 1 | 11 -(1 row) - -insert into rtest_v1 values (2, 12); -insert into rtest_v1 values (2, 13); -select * from rtest_v1; - a | b ----+---- - 1 | 11 - 2 | 12 - 2 | 13 -(3 rows) - -** Remember the delete rule on rtest_v1: It says -** DO INSTEAD DELETE FROM rtest_t1 WHERE a = old.a -** So this time both rows with a = 2 must get deleted -\p -** Remember the delete rule on rtest_v1: It says -** DO INSTEAD DELETE FROM rtest_t1 WHERE a = old.a -** So this time both rows with a = 2 must get deleted -\r -delete from rtest_v1 where b = 12; -select * from rtest_v1; - a | b ----+---- - 1 | 11 -(1 row) - -delete from rtest_v1; --- insert select -insert into rtest_v1 select * from rtest_t2; -select * from rtest_v1; - a | b ----+---- - 1 | 21 - 2 | 22 - 3 | 23 -(3 rows) - -delete from rtest_v1; --- same with swapped targetlist -insert into rtest_v1 (b, a) select b, a from rtest_t2; -select * from rtest_v1; - a | b ----+---- - 1 | 21 - 2 | 22 - 3 | 23 -(3 rows) - --- now with only one target attribute -insert into rtest_v1 (a) select a from rtest_t3; -select * from rtest_v1; - a | b ----+---- - 1 | 21 - 2 | 22 - 3 | 23 - 1 | - 2 | - 3 | - 4 | - 5 | -(8 rows) - -select * from rtest_v1 where b isnull; - a | b ----+--- - 1 | - 2 | - 3 | - 4 | - 5 | -(5 rows) - --- let attribute a differ (must be done on rtest_t1 - see above) -update rtest_t1 set a = a + 10 where b isnull; -delete from rtest_v1 where b isnull; -select * from rtest_v1; - a | b ----+---- - 1 | 21 - 2 | 22 - 3 | 23 -(3 rows) - --- now updates with constant expression -update rtest_v1 set b = 42 where a = 2; -select * from rtest_v1; - a | b ----+---- - 1 | 21 - 3 | 23 - 2 | 42 -(3 rows) - -update rtest_v1 set b = 99 where b = 42; -select * from rtest_v1; - a | b ----+---- - 1 | 21 - 3 | 23 - 2 | 99 -(3 rows) - -update rtest_v1 set b = 88 where b < 50; -select * from rtest_v1; - a | b ----+---- - 2 | 99 - 1 | 88 - 3 | 88 -(3 rows) - -delete from rtest_v1; -insert into rtest_v1 select rtest_t2.a, rtest_t3.b - from rtest_t2, rtest_t3 - where rtest_t2.a = rtest_t3.a; -select * from rtest_v1; - a | b ----+---- - 1 | 31 - 2 | 32 - 3 | 33 -(3 rows) - --- updates in a mergejoin -update rtest_v1 set b = rtest_t2.b from rtest_t2 where rtest_v1.a = rtest_t2.a; -select * from rtest_v1; - a | b ----+---- - 1 | 21 - 2 | 22 - 3 | 23 -(3 rows) - -insert into rtest_v1 select * from rtest_t3; -select * from rtest_v1; - a | b ----+---- - 1 | 21 - 2 | 22 - 3 | 23 - 1 | 31 - 2 | 32 - 3 | 33 - 4 | 34 - 5 | 35 -(8 rows) - -update rtest_t1 set a = a + 10 where b > 30; -select * from rtest_v1; - a | b -----+---- - 1 | 21 - 2 | 22 - 3 | 23 - 11 | 31 - 12 | 32 - 13 | 33 - 14 | 34 - 15 | 35 -(8 rows) - -update rtest_v1 set a = rtest_t3.a + 20 from rtest_t3 where rtest_v1.b = rtest_t3.b; -select * from rtest_v1; - a | b -----+---- - 1 | 21 - 2 | 22 - 3 | 23 - 21 | 31 - 22 | 32 - 23 | 33 - 24 | 34 - 25 | 35 -(8 rows) - --- --- Test for constraint updates/deletes --- -insert into rtest_system values ('orion', 'Linux Jan Wieck'); -insert into rtest_system values ('notjw', 'WinNT Jan Wieck (notebook)'); -insert into rtest_system values ('neptun', 'Fileserver'); -insert into rtest_interface values ('orion', 'eth0'); -insert into rtest_interface values ('orion', 'eth1'); -insert into rtest_interface values ('notjw', 'eth0'); -insert into rtest_interface values ('neptun', 'eth0'); -insert into rtest_person values ('jw', 'Jan Wieck'); -insert into rtest_person values ('bm', 'Bruce Momjian'); -insert into rtest_admin values ('jw', 'orion'); -insert into rtest_admin values ('jw', 'notjw'); -insert into rtest_admin values ('bm', 'neptun'); -update rtest_system set sysname = 'pluto' where sysname = 'neptun'; -select * from rtest_interface; - sysname | ifname ----------+-------- - orion | eth0 - orion | eth1 - notjw | eth0 - pluto | eth0 -(4 rows) - -select * from rtest_admin; - pname | sysname --------+--------- - jw | orion - jw | notjw - bm | pluto -(3 rows) - -update rtest_person set pname = 'jwieck' where pdesc = 'Jan Wieck'; --- Note: use ORDER BY here to ensure consistent output across all systems. --- The above UPDATE affects two rows with equal keys, so they could be --- updated in either order depending on the whim of the local qsort(). -select * from rtest_admin order by pname, sysname; - pname | sysname ---------+--------- - bm | pluto - jwieck | notjw - jwieck | orion -(3 rows) - -delete from rtest_system where sysname = 'orion'; -select * from rtest_interface; - sysname | ifname ----------+-------- - notjw | eth0 - pluto | eth0 -(2 rows) - -select * from rtest_admin; - pname | sysname ---------+--------- - bm | pluto - jwieck | notjw -(2 rows) - --- --- Rule qualification test --- -insert into rtest_emp values ('wiecc', '5000.00'); -insert into rtest_emp values ('gates', '80000.00'); -update rtest_emp set ename = 'wiecx' where ename = 'wiecc'; -update rtest_emp set ename = 'wieck', salary = '6000.00' where ename = 'wiecx'; -update rtest_emp set salary = '7000.00' where ename = 'wieck'; -delete from rtest_emp where ename = 'gates'; -select ename, who = current_user as "matches user", action, newsal, oldsal from rtest_emplog order by ename, action, newsal; - ename | matches user | action | newsal | oldsal -----------------------+--------------+------------+----------+---------- - gates | t | fired | 0.00 | 80000.00 - gates | t | hired | 80000.00 | 0.00 - wiecc | t | hired | 5000.00 | 0.00 - wieck | t | honored | 6000.00 | 5000.00 - wieck | t | honored | 7000.00 | 6000.00 -(5 rows) - -insert into rtest_empmass values ('meyer', '4000.00'); -insert into rtest_empmass values ('maier', '5000.00'); -insert into rtest_empmass values ('mayr', '6000.00'); -insert into rtest_emp select * from rtest_empmass; -select ename, who = current_user as "matches user", action, newsal, oldsal from rtest_emplog order by ename, action, newsal; - ename | matches user | action | newsal | oldsal -----------------------+--------------+------------+----------+---------- - gates | t | fired | 0.00 | 80000.00 - gates | t | hired | 80000.00 | 0.00 - maier | t | hired | 5000.00 | 0.00 - mayr | t | hired | 6000.00 | 0.00 - meyer | t | hired | 4000.00 | 0.00 - wiecc | t | hired | 5000.00 | 0.00 - wieck | t | honored | 6000.00 | 5000.00 - wieck | t | honored | 7000.00 | 6000.00 -(8 rows) - -update rtest_empmass set salary = salary + '1000.00'; -update rtest_emp set salary = rtest_empmass.salary from rtest_empmass where rtest_emp.ename = rtest_empmass.ename; -select ename, who = current_user as "matches user", action, newsal, oldsal from rtest_emplog order by ename, action, newsal; - ename | matches user | action | newsal | oldsal -----------------------+--------------+------------+----------+---------- - gates | t | fired | 0.00 | 80000.00 - gates | t | hired | 80000.00 | 0.00 - maier | t | hired | 5000.00 | 0.00 - maier | t | honored | 6000.00 | 5000.00 - mayr | t | hired | 6000.00 | 0.00 - mayr | t | honored | 7000.00 | 6000.00 - meyer | t | hired | 4000.00 | 0.00 - meyer | t | honored | 5000.00 | 4000.00 - wiecc | t | hired | 5000.00 | 0.00 - wieck | t | honored | 6000.00 | 5000.00 - wieck | t | honored | 7000.00 | 6000.00 -(11 rows) - -delete from rtest_emp using rtest_empmass where rtest_emp.ename = rtest_empmass.ename; -select ename, who = current_user as "matches user", action, newsal, oldsal from rtest_emplog order by ename, action, newsal; - ename | matches user | action | newsal | oldsal -----------------------+--------------+------------+----------+---------- - gates | t | fired | 0.00 | 80000.00 - gates | t | hired | 80000.00 | 0.00 - maier | t | fired | 0.00 | 6000.00 - maier | t | hired | 5000.00 | 0.00 - maier | t | honored | 6000.00 | 5000.00 - mayr | t | fired | 0.00 | 7000.00 - mayr | t | hired | 6000.00 | 0.00 - mayr | t | honored | 7000.00 | 6000.00 - meyer | t | fired | 0.00 | 5000.00 - meyer | t | hired | 4000.00 | 0.00 - meyer | t | honored | 5000.00 | 4000.00 - wiecc | t | hired | 5000.00 | 0.00 - wieck | t | honored | 6000.00 | 5000.00 - wieck | t | honored | 7000.00 | 6000.00 -(14 rows) - --- --- Multiple cascaded qualified instead rule test --- -insert into rtest_t4 values (1, 'Record should go to rtest_t4'); -insert into rtest_t4 values (2, 'Record should go to rtest_t4'); -insert into rtest_t4 values (10, 'Record should go to rtest_t5'); -insert into rtest_t4 values (15, 'Record should go to rtest_t5'); -insert into rtest_t4 values (19, 'Record should go to rtest_t5 and t7'); -insert into rtest_t4 values (20, 'Record should go to rtest_t4 and t6'); -insert into rtest_t4 values (26, 'Record should go to rtest_t4 and t8'); -insert into rtest_t4 values (28, 'Record should go to rtest_t4 and t8'); -insert into rtest_t4 values (30, 'Record should go to rtest_t4'); -insert into rtest_t4 values (40, 'Record should go to rtest_t4'); -select * from rtest_t4; - a | b -----+------------------------------------- - 1 | Record should go to rtest_t4 - 2 | Record should go to rtest_t4 - 20 | Record should go to rtest_t4 and t6 - 26 | Record should go to rtest_t4 and t8 - 28 | Record should go to rtest_t4 and t8 - 30 | Record should go to rtest_t4 - 40 | Record should go to rtest_t4 -(7 rows) - -select * from rtest_t5; - a | b -----+------------------------------------- - 10 | Record should go to rtest_t5 - 15 | Record should go to rtest_t5 - 19 | Record should go to rtest_t5 and t7 -(3 rows) - -select * from rtest_t6; - a | b -----+------------------------------------- - 20 | Record should go to rtest_t4 and t6 -(1 row) - -select * from rtest_t7; - a | b -----+------------------------------------- - 19 | Record should go to rtest_t5 and t7 -(1 row) - -select * from rtest_t8; - a | b -----+------------------------------------- - 26 | Record should go to rtest_t4 and t8 - 28 | Record should go to rtest_t4 and t8 -(2 rows) - -delete from rtest_t4; -delete from rtest_t5; -delete from rtest_t6; -delete from rtest_t7; -delete from rtest_t8; -insert into rtest_t9 values (1, 'Record should go to rtest_t4'); -insert into rtest_t9 values (2, 'Record should go to rtest_t4'); -insert into rtest_t9 values (10, 'Record should go to rtest_t5'); -insert into rtest_t9 values (15, 'Record should go to rtest_t5'); -insert into rtest_t9 values (19, 'Record should go to rtest_t5 and t7'); -insert into rtest_t9 values (20, 'Record should go to rtest_t4 and t6'); -insert into rtest_t9 values (26, 'Record should go to rtest_t4 and t8'); -insert into rtest_t9 values (28, 'Record should go to rtest_t4 and t8'); -insert into rtest_t9 values (30, 'Record should go to rtest_t4'); -insert into rtest_t9 values (40, 'Record should go to rtest_t4'); -insert into rtest_t4 select * from rtest_t9 where a < 20; -select * from rtest_t4; - a | b ----+------------------------------ - 1 | Record should go to rtest_t4 - 2 | Record should go to rtest_t4 -(2 rows) - -select * from rtest_t5; - a | b -----+------------------------------------- - 10 | Record should go to rtest_t5 - 15 | Record should go to rtest_t5 - 19 | Record should go to rtest_t5 and t7 -(3 rows) - -select * from rtest_t6; - a | b ----+--- -(0 rows) - -select * from rtest_t7; - a | b -----+------------------------------------- - 19 | Record should go to rtest_t5 and t7 -(1 row) - -select * from rtest_t8; - a | b ----+--- -(0 rows) - -insert into rtest_t4 select * from rtest_t9 where b ~ 'and t8'; -select * from rtest_t4; - a | b -----+------------------------------------- - 1 | Record should go to rtest_t4 - 2 | Record should go to rtest_t4 - 26 | Record should go to rtest_t4 and t8 - 28 | Record should go to rtest_t4 and t8 -(4 rows) - -select * from rtest_t5; - a | b -----+------------------------------------- - 10 | Record should go to rtest_t5 - 15 | Record should go to rtest_t5 - 19 | Record should go to rtest_t5 and t7 -(3 rows) - -select * from rtest_t6; - a | b ----+--- -(0 rows) - -select * from rtest_t7; - a | b -----+------------------------------------- - 19 | Record should go to rtest_t5 and t7 -(1 row) - -select * from rtest_t8; - a | b -----+------------------------------------- - 26 | Record should go to rtest_t4 and t8 - 28 | Record should go to rtest_t4 and t8 -(2 rows) - -insert into rtest_t4 select a + 1, b from rtest_t9 where a in (20, 30, 40); -select * from rtest_t4; - a | b -----+------------------------------------- - 1 | Record should go to rtest_t4 - 2 | Record should go to rtest_t4 - 26 | Record should go to rtest_t4 and t8 - 28 | Record should go to rtest_t4 and t8 - 21 | Record should go to rtest_t4 and t6 - 31 | Record should go to rtest_t4 - 41 | Record should go to rtest_t4 -(7 rows) - -select * from rtest_t5; - a | b -----+------------------------------------- - 10 | Record should go to rtest_t5 - 15 | Record should go to rtest_t5 - 19 | Record should go to rtest_t5 and t7 -(3 rows) - -select * from rtest_t6; - a | b -----+------------------------------------- - 21 | Record should go to rtest_t4 and t6 -(1 row) - -select * from rtest_t7; - a | b -----+------------------------------------- - 19 | Record should go to rtest_t5 and t7 -(1 row) - -select * from rtest_t8; - a | b -----+------------------------------------- - 26 | Record should go to rtest_t4 and t8 - 28 | Record should go to rtest_t4 and t8 -(2 rows) - --- --- Check that the ordering of rules fired is correct --- -insert into rtest_order1 values (1); -select * from rtest_order2; - a | b | c ----+---+------------------------------ - 1 | 1 | rule 1 - this should run 1st - 1 | 2 | rule 2 - this should run 2nd - 1 | 3 | rule 3 - this should run 3rd - 1 | 4 | rule 4 - this should run 4th -(4 rows) - --- --- Check if instead nothing w/without qualification works --- -insert into rtest_nothn1 values (1, 'want this'); -insert into rtest_nothn1 values (2, 'want this'); -insert into rtest_nothn1 values (10, 'don''t want this'); -insert into rtest_nothn1 values (19, 'don''t want this'); -insert into rtest_nothn1 values (20, 'want this'); -insert into rtest_nothn1 values (29, 'want this'); -insert into rtest_nothn1 values (30, 'don''t want this'); -insert into rtest_nothn1 values (39, 'don''t want this'); -insert into rtest_nothn1 values (40, 'want this'); -insert into rtest_nothn1 values (50, 'want this'); -insert into rtest_nothn1 values (60, 'want this'); -select * from rtest_nothn1; - a | b -----+----------- - 1 | want this - 2 | want this - 20 | want this - 29 | want this - 40 | want this - 50 | want this - 60 | want this -(7 rows) - -insert into rtest_nothn2 values (10, 'too small'); -insert into rtest_nothn2 values (50, 'too small'); -insert into rtest_nothn2 values (100, 'OK'); -insert into rtest_nothn2 values (200, 'OK'); -select * from rtest_nothn2; - a | b ----+--- -(0 rows) - -select * from rtest_nothn3; - a | b ------+---- - 100 | OK - 200 | OK -(2 rows) - -delete from rtest_nothn1; -delete from rtest_nothn2; -delete from rtest_nothn3; -insert into rtest_nothn4 values (1, 'want this'); -insert into rtest_nothn4 values (2, 'want this'); -insert into rtest_nothn4 values (10, 'don''t want this'); -insert into rtest_nothn4 values (19, 'don''t want this'); -insert into rtest_nothn4 values (20, 'want this'); -insert into rtest_nothn4 values (29, 'want this'); -insert into rtest_nothn4 values (30, 'don''t want this'); -insert into rtest_nothn4 values (39, 'don''t want this'); -insert into rtest_nothn4 values (40, 'want this'); -insert into rtest_nothn4 values (50, 'want this'); -insert into rtest_nothn4 values (60, 'want this'); -insert into rtest_nothn1 select * from rtest_nothn4; -select * from rtest_nothn1; - a | b -----+----------- - 1 | want this - 2 | want this - 20 | want this - 29 | want this - 40 | want this - 50 | want this - 60 | want this -(7 rows) - -delete from rtest_nothn4; -insert into rtest_nothn4 values (10, 'too small'); -insert into rtest_nothn4 values (50, 'too small'); -insert into rtest_nothn4 values (100, 'OK'); -insert into rtest_nothn4 values (200, 'OK'); -insert into rtest_nothn2 select * from rtest_nothn4; -select * from rtest_nothn2; - a | b ----+--- -(0 rows) - -select * from rtest_nothn3; - a | b ------+---- - 100 | OK - 200 | OK -(2 rows) - -create table rtest_view1 (a int4, b text, v bool); -create table rtest_view2 (a int4); -create table rtest_view3 (a int4, b text); -create table rtest_view4 (a int4, b text, c int4); -create view rtest_vview1 as select a, b from rtest_view1 X - where 0 < (select count(*) from rtest_view2 Y where Y.a = X.a); -create view rtest_vview2 as select a, b from rtest_view1 where v; -create view rtest_vview3 as select a, b from rtest_vview2 X - where 0 < (select count(*) from rtest_view2 Y where Y.a = X.a); -create view rtest_vview4 as select X.a, X.b, count(Y.a) as refcount - from rtest_view1 X, rtest_view2 Y - where X.a = Y.a - group by X.a, X.b; -create function rtest_viewfunc1(int4) returns int4 as - 'select count(*)::int4 from rtest_view2 where a = $1' - language sql; -create view rtest_vview5 as select a, b, rtest_viewfunc1(a) as refcount - from rtest_view1; -insert into rtest_view1 values (1, 'item 1', 't'); -insert into rtest_view1 values (2, 'item 2', 't'); -insert into rtest_view1 values (3, 'item 3', 't'); -insert into rtest_view1 values (4, 'item 4', 'f'); -insert into rtest_view1 values (5, 'item 5', 't'); -insert into rtest_view1 values (6, 'item 6', 'f'); -insert into rtest_view1 values (7, 'item 7', 't'); -insert into rtest_view1 values (8, 'item 8', 't'); -insert into rtest_view2 values (2); -insert into rtest_view2 values (2); -insert into rtest_view2 values (4); -insert into rtest_view2 values (5); -insert into rtest_view2 values (7); -insert into rtest_view2 values (7); -insert into rtest_view2 values (7); -insert into rtest_view2 values (7); -select * from rtest_vview1; - a | b ----+-------- - 2 | item 2 - 4 | item 4 - 5 | item 5 - 7 | item 7 -(4 rows) - -select * from rtest_vview2; - a | b ----+-------- - 1 | item 1 - 2 | item 2 - 3 | item 3 - 5 | item 5 - 7 | item 7 - 8 | item 8 -(6 rows) - -select * from rtest_vview3; - a | b ----+-------- - 2 | item 2 - 5 | item 5 - 7 | item 7 -(3 rows) - -select * from rtest_vview4 order by a, b; - a | b | refcount ----+--------+---------- - 2 | item 2 | 2 - 4 | item 4 | 1 - 5 | item 5 | 1 - 7 | item 7 | 4 -(4 rows) - -select * from rtest_vview5; - a | b | refcount ----+--------+---------- - 1 | item 1 | 0 - 2 | item 2 | 2 - 3 | item 3 | 0 - 4 | item 4 | 1 - 5 | item 5 | 1 - 6 | item 6 | 0 - 7 | item 7 | 4 - 8 | item 8 | 0 -(8 rows) - -insert into rtest_view3 select * from rtest_vview1 where a < 7; -select * from rtest_view3; - a | b ----+-------- - 2 | item 2 - 4 | item 4 - 5 | item 5 -(3 rows) - -delete from rtest_view3; -insert into rtest_view3 select * from rtest_vview2 where a != 5 and b !~ '2'; -select * from rtest_view3; - a | b ----+-------- - 1 | item 1 - 3 | item 3 - 7 | item 7 - 8 | item 8 -(4 rows) - -delete from rtest_view3; -insert into rtest_view3 select * from rtest_vview3; -select * from rtest_view3; - a | b ----+-------- - 2 | item 2 - 5 | item 5 - 7 | item 7 -(3 rows) - -delete from rtest_view3; -insert into rtest_view4 select * from rtest_vview4 where 3 > refcount; -select * from rtest_view4 order by a, b; - a | b | c ----+--------+--- - 2 | item 2 | 2 - 4 | item 4 | 1 - 5 | item 5 | 1 -(3 rows) - -delete from rtest_view4; -insert into rtest_view4 select * from rtest_vview5 where a > 2 and refcount = 0; -select * from rtest_view4; - a | b | c ----+--------+--- - 3 | item 3 | 0 - 6 | item 6 | 0 - 8 | item 8 | 0 -(3 rows) - -delete from rtest_view4; --- --- Test for computations in views --- -create table rtest_comp ( - part text, - unit char(4), - size float -); -create table rtest_unitfact ( - unit char(4), - factor float -); -create view rtest_vcomp as - select X.part, (X.size * Y.factor) as size_in_cm - from rtest_comp X, rtest_unitfact Y - where X.unit = Y.unit; -insert into rtest_unitfact values ('m', 100.0); -insert into rtest_unitfact values ('cm', 1.0); -insert into rtest_unitfact values ('inch', 2.54); -insert into rtest_comp values ('p1', 'm', 5.0); -insert into rtest_comp values ('p2', 'm', 3.0); -insert into rtest_comp values ('p3', 'cm', 5.0); -insert into rtest_comp values ('p4', 'cm', 15.0); -insert into rtest_comp values ('p5', 'inch', 7.0); -insert into rtest_comp values ('p6', 'inch', 4.4); -select * from rtest_vcomp order by part; - part | size_in_cm -------+-------------------- - p1 | 500 - p2 | 300 - p3 | 5 - p4 | 15 - p5 | 17.78 - p6 | 11.176000000000002 -(6 rows) - -select * from rtest_vcomp where size_in_cm > 10.0 order by size_in_cm using >; - part | size_in_cm -------+-------------------- - p1 | 500 - p2 | 300 - p5 | 17.78 - p4 | 15 - p6 | 11.176000000000002 -(5 rows) - --- --- In addition run the (slightly modified) queries from the --- programmers manual section on the rule system. --- -CREATE TABLE shoe_data ( - shoename char(10), -- primary key - sh_avail integer, -- available # of pairs - slcolor char(10), -- preferred shoelace color - slminlen float, -- minimum shoelace length - slmaxlen float, -- maximum shoelace length - slunit char(8) -- length unit -); -CREATE TABLE shoelace_data ( - sl_name char(10), -- primary key - sl_avail integer, -- available # of pairs - sl_color char(10), -- shoelace color - sl_len float, -- shoelace length - sl_unit char(8) -- length unit -); -CREATE TABLE unit ( - un_name char(8), -- the primary key - un_fact float -- factor to transform to cm -); -CREATE VIEW shoe AS - SELECT sh.shoename, - sh.sh_avail, - sh.slcolor, - sh.slminlen, - sh.slminlen * un.un_fact AS slminlen_cm, - sh.slmaxlen, - sh.slmaxlen * un.un_fact AS slmaxlen_cm, - sh.slunit - FROM shoe_data sh, unit un - WHERE sh.slunit = un.un_name; -CREATE VIEW shoelace AS - SELECT s.sl_name, - s.sl_avail, - s.sl_color, - s.sl_len, - s.sl_unit, - s.sl_len * u.un_fact AS sl_len_cm - FROM shoelace_data s, unit u - WHERE s.sl_unit = u.un_name; -CREATE VIEW shoe_ready AS - SELECT rsh.shoename, - rsh.sh_avail, - rsl.sl_name, - rsl.sl_avail, - int4smaller(rsh.sh_avail, rsl.sl_avail) AS total_avail - FROM shoe rsh, shoelace rsl - WHERE rsl.sl_color = rsh.slcolor - AND rsl.sl_len_cm >= rsh.slminlen_cm - AND rsl.sl_len_cm <= rsh.slmaxlen_cm; -INSERT INTO unit VALUES ('cm', 1.0); -INSERT INTO unit VALUES ('m', 100.0); -INSERT INTO unit VALUES ('inch', 2.54); -INSERT INTO shoe_data VALUES ('sh1', 2, 'black', 70.0, 90.0, 'cm'); -INSERT INTO shoe_data VALUES ('sh2', 0, 'black', 30.0, 40.0, 'inch'); -INSERT INTO shoe_data VALUES ('sh3', 4, 'brown', 50.0, 65.0, 'cm'); -INSERT INTO shoe_data VALUES ('sh4', 3, 'brown', 40.0, 50.0, 'inch'); -INSERT INTO shoelace_data VALUES ('sl1', 5, 'black', 80.0, 'cm'); -INSERT INTO shoelace_data VALUES ('sl2', 6, 'black', 100.0, 'cm'); -INSERT INTO shoelace_data VALUES ('sl3', 0, 'black', 35.0 , 'inch'); -INSERT INTO shoelace_data VALUES ('sl4', 8, 'black', 40.0 , 'inch'); -INSERT INTO shoelace_data VALUES ('sl5', 4, 'brown', 1.0 , 'm'); -INSERT INTO shoelace_data VALUES ('sl6', 0, 'brown', 0.9 , 'm'); -INSERT INTO shoelace_data VALUES ('sl7', 7, 'brown', 60 , 'cm'); -INSERT INTO shoelace_data VALUES ('sl8', 1, 'brown', 40 , 'inch'); --- SELECTs in doc -SELECT * FROM shoelace ORDER BY sl_name; - sl_name | sl_avail | sl_color | sl_len | sl_unit | sl_len_cm -------------+----------+------------+--------+----------+----------- - sl1 | 5 | black | 80 | cm | 80 - sl2 | 6 | black | 100 | cm | 100 - sl3 | 0 | black | 35 | inch | 88.9 - sl4 | 8 | black | 40 | inch | 101.6 - sl5 | 4 | brown | 1 | m | 100 - sl6 | 0 | brown | 0.9 | m | 90 - sl7 | 7 | brown | 60 | cm | 60 - sl8 | 1 | brown | 40 | inch | 101.6 -(8 rows) - -SELECT * FROM shoe_ready WHERE total_avail >= 2 ORDER BY 1; - shoename | sh_avail | sl_name | sl_avail | total_avail -------------+----------+------------+----------+------------- - sh1 | 2 | sl1 | 5 | 2 - sh3 | 4 | sl7 | 7 | 4 -(2 rows) - - CREATE TABLE shoelace_log ( - sl_name char(10), -- shoelace changed - sl_avail integer, -- new available value - log_who name, -- who did it - log_when timestamp -- when - ); --- Want "log_who" to be CURRENT_USER, --- but that is non-portable for the regression test --- - thomas 1999-02-21 - CREATE RULE log_shoelace AS ON UPDATE TO shoelace_data - WHERE NEW.sl_avail != OLD.sl_avail - DO INSERT INTO shoelace_log VALUES ( - NEW.sl_name, - NEW.sl_avail, - 'Al Bundy', - 'epoch' - ); -UPDATE shoelace_data SET sl_avail = 6 WHERE sl_name = 'sl7'; -SELECT * FROM shoelace_log; - sl_name | sl_avail | log_who | log_when -------------+----------+----------+-------------------------- - sl7 | 6 | Al Bundy | Thu Jan 01 00:00:00 1970 -(1 row) - - CREATE RULE shoelace_ins AS ON INSERT TO shoelace - DO INSTEAD - INSERT INTO shoelace_data VALUES ( - NEW.sl_name, - NEW.sl_avail, - NEW.sl_color, - NEW.sl_len, - NEW.sl_unit); - CREATE RULE shoelace_upd AS ON UPDATE TO shoelace - DO INSTEAD - UPDATE shoelace_data SET - sl_name = NEW.sl_name, - sl_avail = NEW.sl_avail, - sl_color = NEW.sl_color, - sl_len = NEW.sl_len, - sl_unit = NEW.sl_unit - WHERE sl_name = OLD.sl_name; - CREATE RULE shoelace_del AS ON DELETE TO shoelace - DO INSTEAD - DELETE FROM shoelace_data - WHERE sl_name = OLD.sl_name; - CREATE TABLE shoelace_arrive ( - arr_name char(10), - arr_quant integer - ); - CREATE TABLE shoelace_ok ( - ok_name char(10), - ok_quant integer - ); - CREATE RULE shoelace_ok_ins AS ON INSERT TO shoelace_ok - DO INSTEAD - UPDATE shoelace SET - sl_avail = sl_avail + NEW.ok_quant - WHERE sl_name = NEW.ok_name; -INSERT INTO shoelace_arrive VALUES ('sl3', 10); -INSERT INTO shoelace_arrive VALUES ('sl6', 20); -INSERT INTO shoelace_arrive VALUES ('sl8', 20); -SELECT * FROM shoelace ORDER BY sl_name; - sl_name | sl_avail | sl_color | sl_len | sl_unit | sl_len_cm -------------+----------+------------+--------+----------+----------- - sl1 | 5 | black | 80 | cm | 80 - sl2 | 6 | black | 100 | cm | 100 - sl3 | 0 | black | 35 | inch | 88.9 - sl4 | 8 | black | 40 | inch | 101.6 - sl5 | 4 | brown | 1 | m | 100 - sl6 | 0 | brown | 0.9 | m | 90 - sl7 | 6 | brown | 60 | cm | 60 - sl8 | 1 | brown | 40 | inch | 101.6 -(8 rows) - -insert into shoelace_ok select * from shoelace_arrive; -SELECT * FROM shoelace ORDER BY sl_name; - sl_name | sl_avail | sl_color | sl_len | sl_unit | sl_len_cm -------------+----------+------------+--------+----------+----------- - sl1 | 5 | black | 80 | cm | 80 - sl2 | 6 | black | 100 | cm | 100 - sl3 | 10 | black | 35 | inch | 88.9 - sl4 | 8 | black | 40 | inch | 101.6 - sl5 | 4 | brown | 1 | m | 100 - sl6 | 20 | brown | 0.9 | m | 90 - sl7 | 6 | brown | 60 | cm | 60 - sl8 | 21 | brown | 40 | inch | 101.6 -(8 rows) - -SELECT * FROM shoelace_log ORDER BY sl_name; - sl_name | sl_avail | log_who | log_when -------------+----------+----------+-------------------------- - sl3 | 10 | Al Bundy | Thu Jan 01 00:00:00 1970 - sl6 | 20 | Al Bundy | Thu Jan 01 00:00:00 1970 - sl7 | 6 | Al Bundy | Thu Jan 01 00:00:00 1970 - sl8 | 21 | Al Bundy | Thu Jan 01 00:00:00 1970 -(4 rows) - - CREATE VIEW shoelace_obsolete AS - SELECT * FROM shoelace WHERE NOT EXISTS - (SELECT shoename FROM shoe WHERE slcolor = sl_color); - CREATE VIEW shoelace_candelete AS - SELECT * FROM shoelace_obsolete WHERE sl_avail = 0; -insert into shoelace values ('sl9', 0, 'pink', 35.0, 'inch', 0.0); -insert into shoelace values ('sl10', 1000, 'magenta', 40.0, 'inch', 0.0); --- Unsupported (even though a similar updatable view construct is) -insert into shoelace values ('sl10', 1000, 'magenta', 40.0, 'inch', 0.0) - on conflict do nothing; -ERROR: INSERT with ON CONFLICT clause cannot be used with table that has INSERT or UPDATE rules -SELECT * FROM shoelace_obsolete ORDER BY sl_len_cm; - sl_name | sl_avail | sl_color | sl_len | sl_unit | sl_len_cm -------------+----------+------------+--------+----------+----------- - sl9 | 0 | pink | 35 | inch | 88.9 - sl10 | 1000 | magenta | 40 | inch | 101.6 -(2 rows) - -SELECT * FROM shoelace_candelete; - sl_name | sl_avail | sl_color | sl_len | sl_unit | sl_len_cm -------------+----------+------------+--------+----------+----------- - sl9 | 0 | pink | 35 | inch | 88.9 -(1 row) - -DELETE FROM shoelace WHERE EXISTS - (SELECT * FROM shoelace_candelete - WHERE sl_name = shoelace.sl_name); -SELECT * FROM shoelace ORDER BY sl_name; - sl_name | sl_avail | sl_color | sl_len | sl_unit | sl_len_cm -------------+----------+------------+--------+----------+----------- - sl1 | 5 | black | 80 | cm | 80 - sl10 | 1000 | magenta | 40 | inch | 101.6 - sl2 | 6 | black | 100 | cm | 100 - sl3 | 10 | black | 35 | inch | 88.9 - sl4 | 8 | black | 40 | inch | 101.6 - sl5 | 4 | brown | 1 | m | 100 - sl6 | 20 | brown | 0.9 | m | 90 - sl7 | 6 | brown | 60 | cm | 60 - sl8 | 21 | brown | 40 | inch | 101.6 -(9 rows) - -SELECT * FROM shoe ORDER BY shoename; - shoename | sh_avail | slcolor | slminlen | slminlen_cm | slmaxlen | slmaxlen_cm | slunit -------------+----------+------------+----------+-------------+----------+-------------+---------- - sh1 | 2 | black | 70 | 70 | 90 | 90 | cm - sh2 | 0 | black | 30 | 76.2 | 40 | 101.6 | inch - sh3 | 4 | brown | 50 | 50 | 65 | 65 | cm - sh4 | 3 | brown | 40 | 101.6 | 50 | 127 | inch -(4 rows) - -SELECT count(*) FROM shoe; - count -------- - 4 -(1 row) - --- --- Simple test of qualified ON INSERT ... this did not work in 7.0 ... --- -create table rules_foo (f1 int); -create table rules_foo2 (f1 int); -create rule rules_foorule as on insert to rules_foo where f1 < 100 -do instead nothing; -insert into rules_foo values(1); -insert into rules_foo values(1001); -select * from rules_foo; - f1 ------- - 1001 -(1 row) - -drop rule rules_foorule on rules_foo; --- this should fail because f1 is not exposed for unqualified reference: -create rule rules_foorule as on insert to rules_foo where f1 < 100 -do instead insert into rules_foo2 values (f1); -ERROR: column "f1" does not exist -LINE 2: do instead insert into rules_foo2 values (f1); - ^ -DETAIL: There are columns named "f1", but they are in tables that cannot be referenced from this part of the query. -HINT: Try using a table-qualified name. --- this is the correct way: -create rule rules_foorule as on insert to rules_foo where f1 < 100 -do instead insert into rules_foo2 values (new.f1); -insert into rules_foo values(2); -insert into rules_foo values(100); -select * from rules_foo; - f1 ------- - 1001 - 100 -(2 rows) - -select * from rules_foo2; - f1 ----- - 2 -(1 row) - -drop rule rules_foorule on rules_foo; -drop table rules_foo; -drop table rules_foo2; --- --- Test rules containing INSERT ... SELECT, which is a very ugly special --- case as of 7.1. Example is based on bug report from Joel Burton. --- -create table pparent (pid int, txt text); -insert into pparent values (1,'parent1'); -insert into pparent values (2,'parent2'); -create table cchild (pid int, descrip text); -insert into cchild values (1,'descrip1'); -create view vview as - select pparent.pid, txt, descrip from - pparent left join cchild using (pid); -create rule rrule as - on update to vview do instead -( - insert into cchild (pid, descrip) - select old.pid, new.descrip where old.descrip isnull; - update cchild set descrip = new.descrip where cchild.pid = old.pid; -); -select * from vview; - pid | txt | descrip ------+---------+---------- - 1 | parent1 | descrip1 - 2 | parent2 | -(2 rows) - -update vview set descrip='test1' where pid=1; -select * from vview; - pid | txt | descrip ------+---------+--------- - 1 | parent1 | test1 - 2 | parent2 | -(2 rows) - -update vview set descrip='test2' where pid=2; -select * from vview; - pid | txt | descrip ------+---------+--------- - 1 | parent1 | test1 - 2 | parent2 | test2 -(2 rows) - -update vview set descrip='test3' where pid=3; -select * from vview; - pid | txt | descrip ------+---------+--------- - 1 | parent1 | test1 - 2 | parent2 | test2 -(2 rows) - -select * from cchild; - pid | descrip ------+--------- - 1 | test1 - 2 | test2 -(2 rows) - -drop rule rrule on vview; -drop view vview; -drop table pparent; -drop table cchild; --- --- Check that ruleutils are working --- --- temporarily disable fancy output, so view changes create less diff noise -\a\t -SELECT viewname, definition FROM pg_views -WHERE schemaname = 'pg_catalog' -ORDER BY viewname; -pg_aios| SELECT pid, - io_id, - io_generation, - state, - operation, - off, - length, - target, - handle_data_len, - raw_result, - result, - target_desc, - f_sync, - f_localmem, - f_buffered - FROM pg_get_aios() pg_get_aios(pid, io_id, io_generation, state, operation, off, length, target, handle_data_len, raw_result, result, target_desc, f_sync, f_localmem, f_buffered); -pg_available_extension_versions| SELECT e.name, - e.version, - (x.extname IS NOT NULL) AS installed, - e.superuser, - e.trusted, - e.relocatable, - e.schema, - e.requires, - e.comment - FROM (pg_available_extension_versions() e(name, version, superuser, trusted, relocatable, schema, requires, comment) - LEFT JOIN pg_extension x ON (((e.name = x.extname) AND (e.version = x.extversion)))); -pg_available_extensions| SELECT e.name, - e.default_version, - x.extversion AS installed_version, - e.comment - FROM (pg_available_extensions() e(name, default_version, comment) - LEFT JOIN pg_extension x ON ((e.name = x.extname))); -pg_backend_memory_contexts| SELECT name, - ident, - type, - level, - path, - total_bytes, - total_nblocks, - free_bytes, - free_chunks, - used_bytes - FROM pg_get_backend_memory_contexts() pg_get_backend_memory_contexts(name, ident, type, level, path, total_bytes, total_nblocks, free_bytes, free_chunks, used_bytes); -pg_config| SELECT name, - setting - FROM pg_config() pg_config(name, setting); -pg_cursors| SELECT name, - statement, - is_holdable, - is_binary, - is_scrollable, - creation_time - FROM pg_cursor() c(name, statement, is_holdable, is_binary, is_scrollable, creation_time); -pg_file_settings| SELECT sourcefile, - sourceline, - seqno, - name, - setting, - applied, - error - FROM pg_show_all_file_settings() a(sourcefile, sourceline, seqno, name, setting, applied, error); -pg_group| SELECT rolname AS groname, - oid AS grosysid, - ARRAY( SELECT pg_auth_members.member - FROM pg_auth_members - WHERE (pg_auth_members.roleid = pg_authid.oid)) AS grolist - FROM pg_authid - WHERE (NOT rolcanlogin); -pg_hba_file_rules| SELECT rule_number, - file_name, - line_number, - type, - database, - user_name, - address, - netmask, - auth_method, - options, - error - FROM pg_hba_file_rules() a(rule_number, file_name, line_number, type, database, user_name, address, netmask, auth_method, options, error); -pg_ident_file_mappings| SELECT map_number, - file_name, - line_number, - map_name, - sys_name, - pg_username, - error - FROM pg_ident_file_mappings() a(map_number, file_name, line_number, map_name, sys_name, pg_username, error); -pg_indexes| SELECT n.nspname AS schemaname, - c.relname AS tablename, - i.relname AS indexname, - t.spcname AS tablespace, - pg_get_indexdef(i.oid) AS indexdef - FROM ((((pg_index x - JOIN pg_class c ON ((c.oid = x.indrelid))) - JOIN pg_class i ON ((i.oid = x.indexrelid))) - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - LEFT JOIN pg_tablespace t ON ((t.oid = i.reltablespace))) - WHERE ((c.relkind = ANY (ARRAY['r'::"char", 'm'::"char", 'p'::"char"])) AND (i.relkind = ANY (ARRAY['i'::"char", 'I'::"char"]))); -pg_locks| SELECT locktype, - database, - relation, - page, - tuple, - virtualxid, - transactionid, - classid, - objid, - objsubid, - virtualtransaction, - pid, - mode, - granted, - fastpath, - waitstart - FROM pg_lock_status() l(locktype, database, relation, page, tuple, virtualxid, transactionid, classid, objid, objsubid, virtualtransaction, pid, mode, granted, fastpath, waitstart); -pg_matviews| SELECT n.nspname AS schemaname, - c.relname AS matviewname, - pg_get_userbyid(c.relowner) AS matviewowner, - t.spcname AS tablespace, - c.relhasindex AS hasindexes, - c.relispopulated AS ispopulated, - pg_get_viewdef(c.oid) AS definition - FROM ((pg_class c - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - LEFT JOIN pg_tablespace t ON ((t.oid = c.reltablespace))) - WHERE (c.relkind = 'm'::"char"); -pg_policies| SELECT n.nspname AS schemaname, - c.relname AS tablename, - pol.polname AS policyname, - CASE - WHEN pol.polpermissive THEN 'PERMISSIVE'::text - ELSE 'RESTRICTIVE'::text - END AS permissive, - CASE - WHEN (pol.polroles = '{0}'::oid[]) THEN (string_to_array('public'::text, ''::text))::name[] - ELSE ARRAY( SELECT pg_authid.rolname - FROM pg_authid - WHERE (pg_authid.oid = ANY (pol.polroles)) - ORDER BY pg_authid.rolname) - END AS roles, - CASE pol.polcmd - WHEN 'r'::"char" THEN 'SELECT'::text - WHEN 'a'::"char" THEN 'INSERT'::text - WHEN 'w'::"char" THEN 'UPDATE'::text - WHEN 'd'::"char" THEN 'DELETE'::text - WHEN '*'::"char" THEN 'ALL'::text - ELSE NULL::text - END AS cmd, - pg_get_expr(pol.polqual, pol.polrelid) AS qual, - pg_get_expr(pol.polwithcheck, pol.polrelid) AS with_check - FROM ((pg_policy pol - JOIN pg_class c ON ((c.oid = pol.polrelid))) - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))); -pg_prepared_statements| SELECT name, - statement, - prepare_time, - parameter_types, - result_types, - from_sql, - generic_plans, - custom_plans - FROM pg_prepared_statement() p(name, statement, prepare_time, parameter_types, result_types, from_sql, generic_plans, custom_plans); -pg_prepared_xacts| SELECT p.transaction, - p.gid, - p.prepared, - u.rolname AS owner, - d.datname AS database - FROM ((pg_prepared_xact() p(transaction, gid, prepared, ownerid, dbid) - LEFT JOIN pg_authid u ON ((p.ownerid = u.oid))) - LEFT JOIN pg_database d ON ((p.dbid = d.oid))); -pg_publication_tables| SELECT p.pubname, - n.nspname AS schemaname, - c.relname AS tablename, - ( SELECT array_agg(a.attname ORDER BY a.attnum) AS array_agg - FROM pg_attribute a - WHERE ((a.attrelid = gpt.relid) AND (a.attnum = ANY ((gpt.attrs)::smallint[])))) AS attnames, - pg_get_expr(gpt.qual, gpt.relid) AS rowfilter - FROM pg_publication p, - LATERAL pg_get_publication_tables(VARIADIC ARRAY[(p.pubname)::text]) gpt(pubid, relid, attrs, qual), - (pg_class c - JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - WHERE (c.oid = gpt.relid); -pg_replication_origin_status| SELECT local_id, - external_id, - remote_lsn, - local_lsn - FROM pg_show_replication_origin_status() pg_show_replication_origin_status(local_id, external_id, remote_lsn, local_lsn); -pg_replication_slots| SELECT l.slot_name, - l.plugin, - l.slot_type, - l.datoid, - d.datname AS database, - l.temporary, - l.active, - l.active_pid, - l.xmin, - l.catalog_xmin, - l.restart_lsn, - l.confirmed_flush_lsn, - l.wal_status, - l.safe_wal_size, - l.two_phase, - l.two_phase_at, - l.inactive_since, - l.conflicting, - l.invalidation_reason, - l.failover, - l.synced - FROM (pg_get_replication_slots() l(slot_name, plugin, slot_type, datoid, temporary, active, active_pid, xmin, catalog_xmin, restart_lsn, confirmed_flush_lsn, wal_status, safe_wal_size, two_phase, two_phase_at, inactive_since, conflicting, invalidation_reason, failover, synced) - LEFT JOIN pg_database d ON ((l.datoid = d.oid))); -pg_roles| SELECT pg_authid.rolname, - pg_authid.rolsuper, - pg_authid.rolinherit, - pg_authid.rolcreaterole, - pg_authid.rolcreatedb, - pg_authid.rolcanlogin, - pg_authid.rolreplication, - pg_authid.rolconnlimit, - '********'::text AS rolpassword, - pg_authid.rolvaliduntil, - pg_authid.rolbypassrls, - s.setconfig AS rolconfig, - pg_authid.oid - FROM (pg_authid - LEFT JOIN pg_db_role_setting s ON (((pg_authid.oid = s.setrole) AND (s.setdatabase = (0)::oid)))); -pg_rules| SELECT n.nspname AS schemaname, - c.relname AS tablename, - r.rulename, - pg_get_ruledef(r.oid) AS definition - FROM ((pg_rewrite r - JOIN pg_class c ON ((c.oid = r.ev_class))) - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - WHERE (r.rulename <> '_RETURN'::name); -pg_seclabels| SELECT l.objoid, - l.classoid, - l.objsubid, - CASE - WHEN (rel.relkind = ANY (ARRAY['r'::"char", 'p'::"char"])) THEN 'table'::text - WHEN (rel.relkind = 'v'::"char") THEN 'view'::text - WHEN (rel.relkind = 'm'::"char") THEN 'materialized view'::text - WHEN (rel.relkind = 'S'::"char") THEN 'sequence'::text - WHEN (rel.relkind = 'f'::"char") THEN 'foreign table'::text - ELSE NULL::text - END AS objtype, - rel.relnamespace AS objnamespace, - CASE - WHEN pg_table_is_visible(rel.oid) THEN quote_ident((rel.relname)::text) - ELSE ((quote_ident((nsp.nspname)::text) || '.'::text) || quote_ident((rel.relname)::text)) - END AS objname, - l.provider, - l.label - FROM ((pg_seclabel l - JOIN pg_class rel ON (((l.classoid = rel.tableoid) AND (l.objoid = rel.oid)))) - JOIN pg_namespace nsp ON ((rel.relnamespace = nsp.oid))) - WHERE (l.objsubid = 0) -UNION ALL - SELECT l.objoid, - l.classoid, - l.objsubid, - 'column'::text AS objtype, - rel.relnamespace AS objnamespace, - (( - CASE - WHEN pg_table_is_visible(rel.oid) THEN quote_ident((rel.relname)::text) - ELSE ((quote_ident((nsp.nspname)::text) || '.'::text) || quote_ident((rel.relname)::text)) - END || '.'::text) || (att.attname)::text) AS objname, - l.provider, - l.label - FROM (((pg_seclabel l - JOIN pg_class rel ON (((l.classoid = rel.tableoid) AND (l.objoid = rel.oid)))) - JOIN pg_attribute att ON (((rel.oid = att.attrelid) AND (l.objsubid = att.attnum)))) - JOIN pg_namespace nsp ON ((rel.relnamespace = nsp.oid))) - WHERE (l.objsubid <> 0) -UNION ALL - SELECT l.objoid, - l.classoid, - l.objsubid, - CASE pro.prokind - WHEN 'a'::"char" THEN 'aggregate'::text - WHEN 'f'::"char" THEN 'function'::text - WHEN 'p'::"char" THEN 'procedure'::text - WHEN 'w'::"char" THEN 'window'::text - ELSE NULL::text - END AS objtype, - pro.pronamespace AS objnamespace, - ((( - CASE - WHEN pg_function_is_visible(pro.oid) THEN quote_ident((pro.proname)::text) - ELSE ((quote_ident((nsp.nspname)::text) || '.'::text) || quote_ident((pro.proname)::text)) - END || '('::text) || pg_get_function_arguments(pro.oid)) || ')'::text) AS objname, - l.provider, - l.label - FROM ((pg_seclabel l - JOIN pg_proc pro ON (((l.classoid = pro.tableoid) AND (l.objoid = pro.oid)))) - JOIN pg_namespace nsp ON ((pro.pronamespace = nsp.oid))) - WHERE (l.objsubid = 0) -UNION ALL - SELECT l.objoid, - l.classoid, - l.objsubid, - CASE - WHEN (typ.typtype = 'd'::"char") THEN 'domain'::text - ELSE 'type'::text - END AS objtype, - typ.typnamespace AS objnamespace, - CASE - WHEN pg_type_is_visible(typ.oid) THEN quote_ident((typ.typname)::text) - ELSE ((quote_ident((nsp.nspname)::text) || '.'::text) || quote_ident((typ.typname)::text)) - END AS objname, - l.provider, - l.label - FROM ((pg_seclabel l - JOIN pg_type typ ON (((l.classoid = typ.tableoid) AND (l.objoid = typ.oid)))) - JOIN pg_namespace nsp ON ((typ.typnamespace = nsp.oid))) - WHERE (l.objsubid = 0) -UNION ALL - SELECT l.objoid, - l.classoid, - l.objsubid, - 'large object'::text AS objtype, - NULL::oid AS objnamespace, - (l.objoid)::text AS objname, - l.provider, - l.label - FROM (pg_seclabel l - JOIN pg_largeobject_metadata lom ON ((l.objoid = lom.oid))) - WHERE ((l.classoid = ('pg_largeobject'::regclass)::oid) AND (l.objsubid = 0)) -UNION ALL - SELECT l.objoid, - l.classoid, - l.objsubid, - 'language'::text AS objtype, - NULL::oid AS objnamespace, - quote_ident((lan.lanname)::text) AS objname, - l.provider, - l.label - FROM (pg_seclabel l - JOIN pg_language lan ON (((l.classoid = lan.tableoid) AND (l.objoid = lan.oid)))) - WHERE (l.objsubid = 0) -UNION ALL - SELECT l.objoid, - l.classoid, - l.objsubid, - 'schema'::text AS objtype, - nsp.oid AS objnamespace, - quote_ident((nsp.nspname)::text) AS objname, - l.provider, - l.label - FROM (pg_seclabel l - JOIN pg_namespace nsp ON (((l.classoid = nsp.tableoid) AND (l.objoid = nsp.oid)))) - WHERE (l.objsubid = 0) -UNION ALL - SELECT l.objoid, - l.classoid, - l.objsubid, - 'event trigger'::text AS objtype, - NULL::oid AS objnamespace, - quote_ident((evt.evtname)::text) AS objname, - l.provider, - l.label - FROM (pg_seclabel l - JOIN pg_event_trigger evt ON (((l.classoid = evt.tableoid) AND (l.objoid = evt.oid)))) - WHERE (l.objsubid = 0) -UNION ALL - SELECT l.objoid, - l.classoid, - l.objsubid, - 'publication'::text AS objtype, - NULL::oid AS objnamespace, - quote_ident((p.pubname)::text) AS objname, - l.provider, - l.label - FROM (pg_seclabel l - JOIN pg_publication p ON (((l.classoid = p.tableoid) AND (l.objoid = p.oid)))) - WHERE (l.objsubid = 0) -UNION ALL - SELECT l.objoid, - l.classoid, - 0 AS objsubid, - 'subscription'::text AS objtype, - NULL::oid AS objnamespace, - quote_ident((s.subname)::text) AS objname, - l.provider, - l.label - FROM (pg_shseclabel l - JOIN pg_subscription s ON (((l.classoid = s.tableoid) AND (l.objoid = s.oid)))) -UNION ALL - SELECT l.objoid, - l.classoid, - 0 AS objsubid, - 'database'::text AS objtype, - NULL::oid AS objnamespace, - quote_ident((dat.datname)::text) AS objname, - l.provider, - l.label - FROM (pg_shseclabel l - JOIN pg_database dat ON (((l.classoid = dat.tableoid) AND (l.objoid = dat.oid)))) -UNION ALL - SELECT l.objoid, - l.classoid, - 0 AS objsubid, - 'tablespace'::text AS objtype, - NULL::oid AS objnamespace, - quote_ident((spc.spcname)::text) AS objname, - l.provider, - l.label - FROM (pg_shseclabel l - JOIN pg_tablespace spc ON (((l.classoid = spc.tableoid) AND (l.objoid = spc.oid)))) -UNION ALL - SELECT l.objoid, - l.classoid, - 0 AS objsubid, - 'role'::text AS objtype, - NULL::oid AS objnamespace, - quote_ident((rol.rolname)::text) AS objname, - l.provider, - l.label - FROM (pg_shseclabel l - JOIN pg_authid rol ON (((l.classoid = rol.tableoid) AND (l.objoid = rol.oid)))); -pg_sequences| SELECT n.nspname AS schemaname, - c.relname AS sequencename, - pg_get_userbyid(c.relowner) AS sequenceowner, - (s.seqtypid)::regtype AS data_type, - s.seqstart AS start_value, - s.seqmin AS min_value, - s.seqmax AS max_value, - s.seqincrement AS increment_by, - s.seqcycle AS cycle, - s.seqcache AS cache_size, - pg_sequence_last_value((c.oid)::regclass) AS last_value - FROM ((pg_sequence s - JOIN pg_class c ON ((c.oid = s.seqrelid))) - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - WHERE ((NOT pg_is_other_temp_schema(n.oid)) AND (c.relkind = 'S'::"char")); -pg_settings| SELECT name, - setting, - unit, - category, - short_desc, - extra_desc, - context, - vartype, - source, - min_val, - max_val, - enumvals, - boot_val, - reset_val, - sourcefile, - sourceline, - pending_restart - FROM pg_show_all_settings() a(name, setting, unit, category, short_desc, extra_desc, context, vartype, source, min_val, max_val, enumvals, boot_val, reset_val, sourcefile, sourceline, pending_restart); -pg_shadow| SELECT pg_authid.rolname AS usename, - pg_authid.oid AS usesysid, - pg_authid.rolcreatedb AS usecreatedb, - pg_authid.rolsuper AS usesuper, - pg_authid.rolreplication AS userepl, - pg_authid.rolbypassrls AS usebypassrls, - pg_authid.rolpassword AS passwd, - pg_authid.rolvaliduntil AS valuntil, - s.setconfig AS useconfig - FROM (pg_authid - LEFT JOIN pg_db_role_setting s ON (((pg_authid.oid = s.setrole) AND (s.setdatabase = (0)::oid)))) - WHERE pg_authid.rolcanlogin; -pg_shmem_allocations| SELECT name, - off, - size, - allocated_size - FROM pg_get_shmem_allocations() pg_get_shmem_allocations(name, off, size, allocated_size); -pg_shmem_allocations_numa| SELECT name, - numa_node, - size - FROM pg_get_shmem_allocations_numa() pg_get_shmem_allocations_numa(name, numa_node, size); -pg_stat_activity| SELECT s.datid, - d.datname, - s.pid, - s.leader_pid, - s.usesysid, - u.rolname AS usename, - s.application_name, - s.client_addr, - s.client_hostname, - s.client_port, - s.backend_start, - s.xact_start, - s.query_start, - s.state_change, - s.wait_event_type, - s.wait_event, - s.state, - s.backend_xid, - s.backend_xmin, - s.query_id, - s.query, - s.backend_type - FROM ((pg_stat_get_activity(NULL::integer) s(datid, pid, usesysid, application_name, state, query, wait_event_type, wait_event, xact_start, query_start, backend_start, state_change, client_addr, client_hostname, client_port, backend_xid, backend_xmin, backend_type, ssl, sslversion, sslcipher, sslbits, ssl_client_dn, ssl_client_serial, ssl_issuer_dn, gss_auth, gss_princ, gss_enc, gss_delegation, leader_pid, query_id) - LEFT JOIN pg_database d ON ((s.datid = d.oid))) - LEFT JOIN pg_authid u ON ((s.usesysid = u.oid))); -pg_stat_all_indexes| SELECT c.oid AS relid, - i.oid AS indexrelid, - n.nspname AS schemaname, - c.relname, - i.relname AS indexrelname, - pg_stat_get_numscans(i.oid) AS idx_scan, - pg_stat_get_lastscan(i.oid) AS last_idx_scan, - pg_stat_get_tuples_returned(i.oid) AS idx_tup_read, - pg_stat_get_tuples_fetched(i.oid) AS idx_tup_fetch - FROM (((pg_class c - JOIN pg_index x ON ((c.oid = x.indrelid))) - JOIN pg_class i ON ((i.oid = x.indexrelid))) - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - WHERE (c.relkind = ANY (ARRAY['r'::"char", 't'::"char", 'm'::"char"])); -pg_stat_all_tables| SELECT c.oid AS relid, - n.nspname AS schemaname, - c.relname, - pg_stat_get_numscans(c.oid) AS seq_scan, - pg_stat_get_lastscan(c.oid) AS last_seq_scan, - pg_stat_get_tuples_returned(c.oid) AS seq_tup_read, - (sum(pg_stat_get_numscans(i.indexrelid)))::bigint AS idx_scan, - max(pg_stat_get_lastscan(i.indexrelid)) AS last_idx_scan, - ((sum(pg_stat_get_tuples_fetched(i.indexrelid)))::bigint + pg_stat_get_tuples_fetched(c.oid)) AS idx_tup_fetch, - pg_stat_get_tuples_inserted(c.oid) AS n_tup_ins, - pg_stat_get_tuples_updated(c.oid) AS n_tup_upd, - pg_stat_get_tuples_deleted(c.oid) AS n_tup_del, - pg_stat_get_tuples_hot_updated(c.oid) AS n_tup_hot_upd, - pg_stat_get_tuples_newpage_updated(c.oid) AS n_tup_newpage_upd, - pg_stat_get_live_tuples(c.oid) AS n_live_tup, - pg_stat_get_dead_tuples(c.oid) AS n_dead_tup, - pg_stat_get_mod_since_analyze(c.oid) AS n_mod_since_analyze, - pg_stat_get_ins_since_vacuum(c.oid) AS n_ins_since_vacuum, - pg_stat_get_last_vacuum_time(c.oid) AS last_vacuum, - pg_stat_get_last_autovacuum_time(c.oid) AS last_autovacuum, - pg_stat_get_last_analyze_time(c.oid) AS last_analyze, - pg_stat_get_last_autoanalyze_time(c.oid) AS last_autoanalyze, - pg_stat_get_vacuum_count(c.oid) AS vacuum_count, - pg_stat_get_autovacuum_count(c.oid) AS autovacuum_count, - pg_stat_get_analyze_count(c.oid) AS analyze_count, - pg_stat_get_autoanalyze_count(c.oid) AS autoanalyze_count, - pg_stat_get_total_vacuum_time(c.oid) AS total_vacuum_time, - pg_stat_get_total_autovacuum_time(c.oid) AS total_autovacuum_time, - pg_stat_get_total_analyze_time(c.oid) AS total_analyze_time, - pg_stat_get_total_autoanalyze_time(c.oid) AS total_autoanalyze_time - FROM ((pg_class c - LEFT JOIN pg_index i ON ((c.oid = i.indrelid))) - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - WHERE (c.relkind = ANY (ARRAY['r'::"char", 't'::"char", 'm'::"char", 'p'::"char"])) - GROUP BY c.oid, n.nspname, c.relname; -pg_stat_archiver| SELECT archived_count, - last_archived_wal, - last_archived_time, - failed_count, - last_failed_wal, - last_failed_time, - stats_reset - FROM pg_stat_get_archiver() s(archived_count, last_archived_wal, last_archived_time, failed_count, last_failed_wal, last_failed_time, stats_reset); -pg_stat_bgwriter| SELECT pg_stat_get_bgwriter_buf_written_clean() AS buffers_clean, - pg_stat_get_bgwriter_maxwritten_clean() AS maxwritten_clean, - pg_stat_get_buf_alloc() AS buffers_alloc, - pg_stat_get_bgwriter_stat_reset_time() AS stats_reset; -pg_stat_checkpointer| SELECT pg_stat_get_checkpointer_num_timed() AS num_timed, - pg_stat_get_checkpointer_num_requested() AS num_requested, - pg_stat_get_checkpointer_num_performed() AS num_done, - pg_stat_get_checkpointer_restartpoints_timed() AS restartpoints_timed, - pg_stat_get_checkpointer_restartpoints_requested() AS restartpoints_req, - pg_stat_get_checkpointer_restartpoints_performed() AS restartpoints_done, - pg_stat_get_checkpointer_write_time() AS write_time, - pg_stat_get_checkpointer_sync_time() AS sync_time, - pg_stat_get_checkpointer_buffers_written() AS buffers_written, - pg_stat_get_checkpointer_slru_written() AS slru_written, - pg_stat_get_checkpointer_stat_reset_time() AS stats_reset; -pg_stat_database| SELECT oid AS datid, - datname, - CASE - WHEN (oid = (0)::oid) THEN 0 - ELSE pg_stat_get_db_numbackends(oid) - END AS numbackends, - pg_stat_get_db_xact_commit(oid) AS xact_commit, - pg_stat_get_db_xact_rollback(oid) AS xact_rollback, - (pg_stat_get_db_blocks_fetched(oid) - pg_stat_get_db_blocks_hit(oid)) AS blks_read, - pg_stat_get_db_blocks_hit(oid) AS blks_hit, - pg_stat_get_db_tuples_returned(oid) AS tup_returned, - pg_stat_get_db_tuples_fetched(oid) AS tup_fetched, - pg_stat_get_db_tuples_inserted(oid) AS tup_inserted, - pg_stat_get_db_tuples_updated(oid) AS tup_updated, - pg_stat_get_db_tuples_deleted(oid) AS tup_deleted, - pg_stat_get_db_conflict_all(oid) AS conflicts, - pg_stat_get_db_temp_files(oid) AS temp_files, - pg_stat_get_db_temp_bytes(oid) AS temp_bytes, - pg_stat_get_db_deadlocks(oid) AS deadlocks, - pg_stat_get_db_checksum_failures(oid) AS checksum_failures, - pg_stat_get_db_checksum_last_failure(oid) AS checksum_last_failure, - pg_stat_get_db_blk_read_time(oid) AS blk_read_time, - pg_stat_get_db_blk_write_time(oid) AS blk_write_time, - pg_stat_get_db_session_time(oid) AS session_time, - pg_stat_get_db_active_time(oid) AS active_time, - pg_stat_get_db_idle_in_transaction_time(oid) AS idle_in_transaction_time, - pg_stat_get_db_sessions(oid) AS sessions, - pg_stat_get_db_sessions_abandoned(oid) AS sessions_abandoned, - pg_stat_get_db_sessions_fatal(oid) AS sessions_fatal, - pg_stat_get_db_sessions_killed(oid) AS sessions_killed, - pg_stat_get_db_parallel_workers_to_launch(oid) AS parallel_workers_to_launch, - pg_stat_get_db_parallel_workers_launched(oid) AS parallel_workers_launched, - pg_stat_get_db_stat_reset_time(oid) AS stats_reset - FROM ( SELECT 0 AS oid, - NULL::name AS datname - UNION ALL - SELECT pg_database.oid, - pg_database.datname - FROM pg_database) d; -pg_stat_database_conflicts| SELECT oid AS datid, - datname, - pg_stat_get_db_conflict_tablespace(oid) AS confl_tablespace, - pg_stat_get_db_conflict_lock(oid) AS confl_lock, - pg_stat_get_db_conflict_snapshot(oid) AS confl_snapshot, - pg_stat_get_db_conflict_bufferpin(oid) AS confl_bufferpin, - pg_stat_get_db_conflict_startup_deadlock(oid) AS confl_deadlock, - pg_stat_get_db_conflict_logicalslot(oid) AS confl_active_logicalslot - FROM pg_database d; -pg_stat_gssapi| SELECT pid, - gss_auth AS gss_authenticated, - gss_princ AS principal, - gss_enc AS encrypted, - gss_delegation AS credentials_delegated - FROM pg_stat_get_activity(NULL::integer) s(datid, pid, usesysid, application_name, state, query, wait_event_type, wait_event, xact_start, query_start, backend_start, state_change, client_addr, client_hostname, client_port, backend_xid, backend_xmin, backend_type, ssl, sslversion, sslcipher, sslbits, ssl_client_dn, ssl_client_serial, ssl_issuer_dn, gss_auth, gss_princ, gss_enc, gss_delegation, leader_pid, query_id) - WHERE (client_port IS NOT NULL); -pg_stat_io| SELECT backend_type, - object, - context, - reads, - read_bytes, - read_time, - writes, - write_bytes, - write_time, - writebacks, - writeback_time, - extends, - extend_bytes, - extend_time, - hits, - evictions, - reuses, - fsyncs, - fsync_time, - stats_reset - FROM pg_stat_get_io() b(backend_type, object, context, reads, read_bytes, read_time, writes, write_bytes, write_time, writebacks, writeback_time, extends, extend_bytes, extend_time, hits, evictions, reuses, fsyncs, fsync_time, stats_reset); -pg_stat_progress_analyze| SELECT s.pid, - s.datid, - d.datname, - s.relid, - CASE s.param1 - WHEN 0 THEN 'initializing'::text - WHEN 1 THEN 'acquiring sample rows'::text - WHEN 2 THEN 'acquiring inherited sample rows'::text - WHEN 3 THEN 'computing statistics'::text - WHEN 4 THEN 'computing extended statistics'::text - WHEN 5 THEN 'finalizing analyze'::text - ELSE NULL::text - END AS phase, - s.param2 AS sample_blks_total, - s.param3 AS sample_blks_scanned, - s.param4 AS ext_stats_total, - s.param5 AS ext_stats_computed, - s.param6 AS child_tables_total, - s.param7 AS child_tables_done, - (s.param8)::oid AS current_child_table_relid, - ((s.param9)::double precision / (1000000)::double precision) AS delay_time - FROM (pg_stat_get_progress_info('ANALYZE'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20) - LEFT JOIN pg_database d ON ((s.datid = d.oid))); -pg_stat_progress_basebackup| SELECT pid, - CASE param1 - WHEN 0 THEN 'initializing'::text - WHEN 1 THEN 'waiting for checkpoint to finish'::text - WHEN 2 THEN 'estimating backup size'::text - WHEN 3 THEN 'streaming database files'::text - WHEN 4 THEN 'waiting for wal archiving to finish'::text - WHEN 5 THEN 'transferring wal files'::text - ELSE NULL::text - END AS phase, - CASE param2 - WHEN '-1'::integer THEN NULL::bigint - ELSE param2 - END AS backup_total, - param3 AS backup_streamed, - param4 AS tablespaces_total, - param5 AS tablespaces_streamed - FROM pg_stat_get_progress_info('BASEBACKUP'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20); -pg_stat_progress_cluster| SELECT s.pid, - s.datid, - d.datname, - s.relid, - CASE s.param1 - WHEN 1 THEN 'CLUSTER'::text - WHEN 2 THEN 'VACUUM FULL'::text - ELSE NULL::text - END AS command, - CASE s.param2 - WHEN 0 THEN 'initializing'::text - WHEN 1 THEN 'seq scanning heap'::text - WHEN 2 THEN 'index scanning heap'::text - WHEN 3 THEN 'sorting tuples'::text - WHEN 4 THEN 'writing new heap'::text - WHEN 5 THEN 'swapping relation files'::text - WHEN 6 THEN 'rebuilding index'::text - WHEN 7 THEN 'performing final cleanup'::text - ELSE NULL::text - END AS phase, - (s.param3)::oid AS cluster_index_relid, - s.param4 AS heap_tuples_scanned, - s.param5 AS heap_tuples_written, - s.param6 AS heap_blks_total, - s.param7 AS heap_blks_scanned, - s.param8 AS index_rebuild_count - FROM (pg_stat_get_progress_info('CLUSTER'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20) - LEFT JOIN pg_database d ON ((s.datid = d.oid))); -pg_stat_progress_copy| SELECT s.pid, - s.datid, - d.datname, - s.relid, - CASE s.param5 - WHEN 1 THEN 'COPY FROM'::text - WHEN 2 THEN 'COPY TO'::text - ELSE NULL::text - END AS command, - CASE s.param6 - WHEN 1 THEN 'FILE'::text - WHEN 2 THEN 'PROGRAM'::text - WHEN 3 THEN 'PIPE'::text - WHEN 4 THEN 'CALLBACK'::text - ELSE NULL::text - END AS type, - s.param1 AS bytes_processed, - s.param2 AS bytes_total, - s.param3 AS tuples_processed, - s.param4 AS tuples_excluded, - s.param7 AS tuples_skipped - FROM (pg_stat_get_progress_info('COPY'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20) - LEFT JOIN pg_database d ON ((s.datid = d.oid))); -pg_stat_progress_create_index| SELECT s.pid, - s.datid, - d.datname, - s.relid, - (s.param7)::oid AS index_relid, - CASE s.param1 - WHEN 1 THEN 'CREATE INDEX'::text - WHEN 2 THEN 'CREATE INDEX CONCURRENTLY'::text - WHEN 3 THEN 'REINDEX'::text - WHEN 4 THEN 'REINDEX CONCURRENTLY'::text - ELSE NULL::text - END AS command, - CASE s.param10 - WHEN 0 THEN 'initializing'::text - WHEN 1 THEN 'waiting for writers before build'::text - WHEN 2 THEN ('building index'::text || COALESCE((': '::text || pg_indexam_progress_phasename((s.param9)::oid, s.param11)), ''::text)) - WHEN 3 THEN 'waiting for writers before validation'::text - WHEN 4 THEN 'index validation: scanning index'::text - WHEN 5 THEN 'index validation: sorting tuples'::text - WHEN 6 THEN 'index validation: scanning table'::text - WHEN 7 THEN 'waiting for old snapshots'::text - WHEN 8 THEN 'waiting for readers before marking dead'::text - WHEN 9 THEN 'waiting for readers before dropping'::text - ELSE NULL::text - END AS phase, - s.param4 AS lockers_total, - s.param5 AS lockers_done, - s.param6 AS current_locker_pid, - s.param16 AS blocks_total, - s.param17 AS blocks_done, - s.param12 AS tuples_total, - s.param13 AS tuples_done, - s.param14 AS partitions_total, - s.param15 AS partitions_done - FROM (pg_stat_get_progress_info('CREATE INDEX'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20) - LEFT JOIN pg_database d ON ((s.datid = d.oid))); -pg_stat_progress_vacuum| SELECT s.pid, - s.datid, - d.datname, - s.relid, - CASE s.param1 - WHEN 0 THEN 'initializing'::text - WHEN 1 THEN 'scanning heap'::text - WHEN 2 THEN 'vacuuming indexes'::text - WHEN 3 THEN 'vacuuming heap'::text - WHEN 4 THEN 'cleaning up indexes'::text - WHEN 5 THEN 'truncating heap'::text - WHEN 6 THEN 'performing final cleanup'::text - ELSE NULL::text - END AS phase, - s.param2 AS heap_blks_total, - s.param3 AS heap_blks_scanned, - s.param4 AS heap_blks_vacuumed, - s.param5 AS index_vacuum_count, - s.param6 AS max_dead_tuple_bytes, - s.param7 AS dead_tuple_bytes, - s.param8 AS num_dead_item_ids, - s.param9 AS indexes_total, - s.param10 AS indexes_processed, - ((s.param11)::double precision / (1000000)::double precision) AS delay_time - FROM (pg_stat_get_progress_info('VACUUM'::text) s(pid, datid, relid, param1, param2, param3, param4, param5, param6, param7, param8, param9, param10, param11, param12, param13, param14, param15, param16, param17, param18, param19, param20) - LEFT JOIN pg_database d ON ((s.datid = d.oid))); -pg_stat_recovery_prefetch| SELECT stats_reset, - prefetch, - hit, - skip_init, - skip_new, - skip_fpw, - skip_rep, - wal_distance, - block_distance, - io_depth - FROM pg_stat_get_recovery_prefetch() s(stats_reset, prefetch, hit, skip_init, skip_new, skip_fpw, skip_rep, wal_distance, block_distance, io_depth); -pg_stat_replication| SELECT s.pid, - s.usesysid, - u.rolname AS usename, - s.application_name, - s.client_addr, - s.client_hostname, - s.client_port, - s.backend_start, - s.backend_xmin, - w.state, - w.sent_lsn, - w.write_lsn, - w.flush_lsn, - w.replay_lsn, - w.write_lag, - w.flush_lag, - w.replay_lag, - w.sync_priority, - w.sync_state, - w.reply_time - FROM ((pg_stat_get_activity(NULL::integer) s(datid, pid, usesysid, application_name, state, query, wait_event_type, wait_event, xact_start, query_start, backend_start, state_change, client_addr, client_hostname, client_port, backend_xid, backend_xmin, backend_type, ssl, sslversion, sslcipher, sslbits, ssl_client_dn, ssl_client_serial, ssl_issuer_dn, gss_auth, gss_princ, gss_enc, gss_delegation, leader_pid, query_id) - JOIN pg_stat_get_wal_senders() w(pid, state, sent_lsn, write_lsn, flush_lsn, replay_lsn, write_lag, flush_lag, replay_lag, sync_priority, sync_state, reply_time) ON ((s.pid = w.pid))) - LEFT JOIN pg_authid u ON ((s.usesysid = u.oid))); -pg_stat_replication_slots| SELECT s.slot_name, - s.spill_txns, - s.spill_count, - s.spill_bytes, - s.stream_txns, - s.stream_count, - s.stream_bytes, - s.total_txns, - s.total_bytes, - s.stats_reset - FROM pg_replication_slots r, - LATERAL pg_stat_get_replication_slot((r.slot_name)::text) s(slot_name, spill_txns, spill_count, spill_bytes, stream_txns, stream_count, stream_bytes, total_txns, total_bytes, stats_reset) - WHERE (r.datoid IS NOT NULL); -pg_stat_slru| SELECT name, - blks_zeroed, - blks_hit, - blks_read, - blks_written, - blks_exists, - flushes, - truncates, - stats_reset - FROM pg_stat_get_slru() s(name, blks_zeroed, blks_hit, blks_read, blks_written, blks_exists, flushes, truncates, stats_reset); -pg_stat_ssl| SELECT pid, - ssl, - sslversion AS version, - sslcipher AS cipher, - sslbits AS bits, - ssl_client_dn AS client_dn, - ssl_client_serial AS client_serial, - ssl_issuer_dn AS issuer_dn - FROM pg_stat_get_activity(NULL::integer) s(datid, pid, usesysid, application_name, state, query, wait_event_type, wait_event, xact_start, query_start, backend_start, state_change, client_addr, client_hostname, client_port, backend_xid, backend_xmin, backend_type, ssl, sslversion, sslcipher, sslbits, ssl_client_dn, ssl_client_serial, ssl_issuer_dn, gss_auth, gss_princ, gss_enc, gss_delegation, leader_pid, query_id) - WHERE (client_port IS NOT NULL); -pg_stat_subscription| SELECT su.oid AS subid, - su.subname, - st.worker_type, - st.pid, - st.leader_pid, - st.relid, - st.received_lsn, - st.last_msg_send_time, - st.last_msg_receipt_time, - st.latest_end_lsn, - st.latest_end_time - FROM (pg_subscription su - LEFT JOIN pg_stat_get_subscription(NULL::oid) st(subid, relid, pid, leader_pid, received_lsn, last_msg_send_time, last_msg_receipt_time, latest_end_lsn, latest_end_time, worker_type) ON ((st.subid = su.oid))); -pg_stat_subscription_stats| SELECT ss.subid, - s.subname, - ss.apply_error_count, - ss.sync_error_count, - ss.confl_insert_exists, - ss.confl_update_origin_differs, - ss.confl_update_exists, - ss.confl_update_missing, - ss.confl_delete_origin_differs, - ss.confl_delete_missing, - ss.confl_multiple_unique_conflicts, - ss.stats_reset - FROM pg_subscription s, - LATERAL pg_stat_get_subscription_stats(s.oid) ss(subid, apply_error_count, sync_error_count, confl_insert_exists, confl_update_origin_differs, confl_update_exists, confl_update_missing, confl_delete_origin_differs, confl_delete_missing, confl_multiple_unique_conflicts, stats_reset); -pg_stat_sys_indexes| SELECT relid, - indexrelid, - schemaname, - relname, - indexrelname, - idx_scan, - last_idx_scan, - idx_tup_read, - idx_tup_fetch - FROM pg_stat_all_indexes - WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); -pg_stat_sys_tables| SELECT relid, - schemaname, - relname, - seq_scan, - last_seq_scan, - seq_tup_read, - idx_scan, - last_idx_scan, - idx_tup_fetch, - n_tup_ins, - n_tup_upd, - n_tup_del, - n_tup_hot_upd, - n_tup_newpage_upd, - n_live_tup, - n_dead_tup, - n_mod_since_analyze, - n_ins_since_vacuum, - last_vacuum, - last_autovacuum, - last_analyze, - last_autoanalyze, - vacuum_count, - autovacuum_count, - analyze_count, - autoanalyze_count, - total_vacuum_time, - total_autovacuum_time, - total_analyze_time, - total_autoanalyze_time - FROM pg_stat_all_tables - WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); -pg_stat_user_functions| SELECT p.oid AS funcid, - n.nspname AS schemaname, - p.proname AS funcname, - pg_stat_get_function_calls(p.oid) AS calls, - pg_stat_get_function_total_time(p.oid) AS total_time, - pg_stat_get_function_self_time(p.oid) AS self_time - FROM (pg_proc p - LEFT JOIN pg_namespace n ON ((n.oid = p.pronamespace))) - WHERE ((p.prolang <> (12)::oid) AND (pg_stat_get_function_calls(p.oid) IS NOT NULL)); -pg_stat_user_indexes| SELECT relid, - indexrelid, - schemaname, - relname, - indexrelname, - idx_scan, - last_idx_scan, - idx_tup_read, - idx_tup_fetch - FROM pg_stat_all_indexes - WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); -pg_stat_user_tables| SELECT relid, - schemaname, - relname, - seq_scan, - last_seq_scan, - seq_tup_read, - idx_scan, - last_idx_scan, - idx_tup_fetch, - n_tup_ins, - n_tup_upd, - n_tup_del, - n_tup_hot_upd, - n_tup_newpage_upd, - n_live_tup, - n_dead_tup, - n_mod_since_analyze, - n_ins_since_vacuum, - last_vacuum, - last_autovacuum, - last_analyze, - last_autoanalyze, - vacuum_count, - autovacuum_count, - analyze_count, - autoanalyze_count, - total_vacuum_time, - total_autovacuum_time, - total_analyze_time, - total_autoanalyze_time - FROM pg_stat_all_tables - WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); -pg_stat_wal| SELECT wal_records, - wal_fpi, - wal_bytes, - wal_buffers_full, - stats_reset - FROM pg_stat_get_wal() w(wal_records, wal_fpi, wal_bytes, wal_buffers_full, stats_reset); -pg_stat_wal_receiver| SELECT pid, - status, - receive_start_lsn, - receive_start_tli, - written_lsn, - flushed_lsn, - received_tli, - last_msg_send_time, - last_msg_receipt_time, - latest_end_lsn, - latest_end_time, - slot_name, - sender_host, - sender_port, - conninfo - FROM pg_stat_get_wal_receiver() s(pid, status, receive_start_lsn, receive_start_tli, written_lsn, flushed_lsn, received_tli, last_msg_send_time, last_msg_receipt_time, latest_end_lsn, latest_end_time, slot_name, sender_host, sender_port, conninfo) - WHERE (pid IS NOT NULL); -pg_stat_xact_all_tables| SELECT c.oid AS relid, - n.nspname AS schemaname, - c.relname, - pg_stat_get_xact_numscans(c.oid) AS seq_scan, - pg_stat_get_xact_tuples_returned(c.oid) AS seq_tup_read, - (sum(pg_stat_get_xact_numscans(i.indexrelid)))::bigint AS idx_scan, - ((sum(pg_stat_get_xact_tuples_fetched(i.indexrelid)))::bigint + pg_stat_get_xact_tuples_fetched(c.oid)) AS idx_tup_fetch, - pg_stat_get_xact_tuples_inserted(c.oid) AS n_tup_ins, - pg_stat_get_xact_tuples_updated(c.oid) AS n_tup_upd, - pg_stat_get_xact_tuples_deleted(c.oid) AS n_tup_del, - pg_stat_get_xact_tuples_hot_updated(c.oid) AS n_tup_hot_upd, - pg_stat_get_xact_tuples_newpage_updated(c.oid) AS n_tup_newpage_upd - FROM ((pg_class c - LEFT JOIN pg_index i ON ((c.oid = i.indrelid))) - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - WHERE (c.relkind = ANY (ARRAY['r'::"char", 't'::"char", 'm'::"char", 'p'::"char"])) - GROUP BY c.oid, n.nspname, c.relname; -pg_stat_xact_sys_tables| SELECT relid, - schemaname, - relname, - seq_scan, - seq_tup_read, - idx_scan, - idx_tup_fetch, - n_tup_ins, - n_tup_upd, - n_tup_del, - n_tup_hot_upd, - n_tup_newpage_upd - FROM pg_stat_xact_all_tables - WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); -pg_stat_xact_user_functions| SELECT p.oid AS funcid, - n.nspname AS schemaname, - p.proname AS funcname, - pg_stat_get_xact_function_calls(p.oid) AS calls, - pg_stat_get_xact_function_total_time(p.oid) AS total_time, - pg_stat_get_xact_function_self_time(p.oid) AS self_time - FROM (pg_proc p - LEFT JOIN pg_namespace n ON ((n.oid = p.pronamespace))) - WHERE ((p.prolang <> (12)::oid) AND (pg_stat_get_xact_function_calls(p.oid) IS NOT NULL)); -pg_stat_xact_user_tables| SELECT relid, - schemaname, - relname, - seq_scan, - seq_tup_read, - idx_scan, - idx_tup_fetch, - n_tup_ins, - n_tup_upd, - n_tup_del, - n_tup_hot_upd, - n_tup_newpage_upd - FROM pg_stat_xact_all_tables - WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); -pg_statio_all_indexes| SELECT c.oid AS relid, - i.oid AS indexrelid, - n.nspname AS schemaname, - c.relname, - i.relname AS indexrelname, - (pg_stat_get_blocks_fetched(i.oid) - pg_stat_get_blocks_hit(i.oid)) AS idx_blks_read, - pg_stat_get_blocks_hit(i.oid) AS idx_blks_hit - FROM (((pg_class c - JOIN pg_index x ON ((c.oid = x.indrelid))) - JOIN pg_class i ON ((i.oid = x.indexrelid))) - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - WHERE (c.relkind = ANY (ARRAY['r'::"char", 't'::"char", 'm'::"char"])); -pg_statio_all_sequences| SELECT c.oid AS relid, - n.nspname AS schemaname, - c.relname, - (pg_stat_get_blocks_fetched(c.oid) - pg_stat_get_blocks_hit(c.oid)) AS blks_read, - pg_stat_get_blocks_hit(c.oid) AS blks_hit - FROM (pg_class c - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - WHERE (c.relkind = 'S'::"char"); -pg_statio_all_tables| SELECT c.oid AS relid, - n.nspname AS schemaname, - c.relname, - (pg_stat_get_blocks_fetched(c.oid) - pg_stat_get_blocks_hit(c.oid)) AS heap_blks_read, - pg_stat_get_blocks_hit(c.oid) AS heap_blks_hit, - i.idx_blks_read, - i.idx_blks_hit, - (pg_stat_get_blocks_fetched(t.oid) - pg_stat_get_blocks_hit(t.oid)) AS toast_blks_read, - pg_stat_get_blocks_hit(t.oid) AS toast_blks_hit, - x.idx_blks_read AS tidx_blks_read, - x.idx_blks_hit AS tidx_blks_hit - FROM ((((pg_class c - LEFT JOIN pg_class t ON ((c.reltoastrelid = t.oid))) - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - LEFT JOIN LATERAL ( SELECT (sum((pg_stat_get_blocks_fetched(pg_index.indexrelid) - pg_stat_get_blocks_hit(pg_index.indexrelid))))::bigint AS idx_blks_read, - (sum(pg_stat_get_blocks_hit(pg_index.indexrelid)))::bigint AS idx_blks_hit - FROM pg_index - WHERE (pg_index.indrelid = c.oid)) i ON (true)) - LEFT JOIN LATERAL ( SELECT (sum((pg_stat_get_blocks_fetched(pg_index.indexrelid) - pg_stat_get_blocks_hit(pg_index.indexrelid))))::bigint AS idx_blks_read, - (sum(pg_stat_get_blocks_hit(pg_index.indexrelid)))::bigint AS idx_blks_hit - FROM pg_index - WHERE (pg_index.indrelid = t.oid)) x ON (true)) - WHERE (c.relkind = ANY (ARRAY['r'::"char", 't'::"char", 'm'::"char"])); -pg_statio_sys_indexes| SELECT relid, - indexrelid, - schemaname, - relname, - indexrelname, - idx_blks_read, - idx_blks_hit - FROM pg_statio_all_indexes - WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); -pg_statio_sys_sequences| SELECT relid, - schemaname, - relname, - blks_read, - blks_hit - FROM pg_statio_all_sequences - WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); -pg_statio_sys_tables| SELECT relid, - schemaname, - relname, - heap_blks_read, - heap_blks_hit, - idx_blks_read, - idx_blks_hit, - toast_blks_read, - toast_blks_hit, - tidx_blks_read, - tidx_blks_hit - FROM pg_statio_all_tables - WHERE ((schemaname = ANY (ARRAY['pg_catalog'::name, 'information_schema'::name])) OR (schemaname ~ '^pg_toast'::text)); -pg_statio_user_indexes| SELECT relid, - indexrelid, - schemaname, - relname, - indexrelname, - idx_blks_read, - idx_blks_hit - FROM pg_statio_all_indexes - WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); -pg_statio_user_sequences| SELECT relid, - schemaname, - relname, - blks_read, - blks_hit - FROM pg_statio_all_sequences - WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); -pg_statio_user_tables| SELECT relid, - schemaname, - relname, - heap_blks_read, - heap_blks_hit, - idx_blks_read, - idx_blks_hit, - toast_blks_read, - toast_blks_hit, - tidx_blks_read, - tidx_blks_hit - FROM pg_statio_all_tables - WHERE ((schemaname <> ALL (ARRAY['pg_catalog'::name, 'information_schema'::name])) AND (schemaname !~ '^pg_toast'::text)); -pg_stats| SELECT n.nspname AS schemaname, - c.relname AS tablename, - a.attname, - s.stainherit AS inherited, - s.stanullfrac AS null_frac, - s.stawidth AS avg_width, - s.stadistinct AS n_distinct, - CASE - WHEN (s.stakind1 = 1) THEN s.stavalues1 - WHEN (s.stakind2 = 1) THEN s.stavalues2 - WHEN (s.stakind3 = 1) THEN s.stavalues3 - WHEN (s.stakind4 = 1) THEN s.stavalues4 - WHEN (s.stakind5 = 1) THEN s.stavalues5 - ELSE NULL::anyarray - END AS most_common_vals, - CASE - WHEN (s.stakind1 = 1) THEN s.stanumbers1 - WHEN (s.stakind2 = 1) THEN s.stanumbers2 - WHEN (s.stakind3 = 1) THEN s.stanumbers3 - WHEN (s.stakind4 = 1) THEN s.stanumbers4 - WHEN (s.stakind5 = 1) THEN s.stanumbers5 - ELSE NULL::real[] - END AS most_common_freqs, - CASE - WHEN (s.stakind1 = 2) THEN s.stavalues1 - WHEN (s.stakind2 = 2) THEN s.stavalues2 - WHEN (s.stakind3 = 2) THEN s.stavalues3 - WHEN (s.stakind4 = 2) THEN s.stavalues4 - WHEN (s.stakind5 = 2) THEN s.stavalues5 - ELSE NULL::anyarray - END AS histogram_bounds, - CASE - WHEN (s.stakind1 = 3) THEN s.stanumbers1[1] - WHEN (s.stakind2 = 3) THEN s.stanumbers2[1] - WHEN (s.stakind3 = 3) THEN s.stanumbers3[1] - WHEN (s.stakind4 = 3) THEN s.stanumbers4[1] - WHEN (s.stakind5 = 3) THEN s.stanumbers5[1] - ELSE NULL::real - END AS correlation, - CASE - WHEN (s.stakind1 = 4) THEN s.stavalues1 - WHEN (s.stakind2 = 4) THEN s.stavalues2 - WHEN (s.stakind3 = 4) THEN s.stavalues3 - WHEN (s.stakind4 = 4) THEN s.stavalues4 - WHEN (s.stakind5 = 4) THEN s.stavalues5 - ELSE NULL::anyarray - END AS most_common_elems, - CASE - WHEN (s.stakind1 = 4) THEN s.stanumbers1 - WHEN (s.stakind2 = 4) THEN s.stanumbers2 - WHEN (s.stakind3 = 4) THEN s.stanumbers3 - WHEN (s.stakind4 = 4) THEN s.stanumbers4 - WHEN (s.stakind5 = 4) THEN s.stanumbers5 - ELSE NULL::real[] - END AS most_common_elem_freqs, - CASE - WHEN (s.stakind1 = 5) THEN s.stanumbers1 - WHEN (s.stakind2 = 5) THEN s.stanumbers2 - WHEN (s.stakind3 = 5) THEN s.stanumbers3 - WHEN (s.stakind4 = 5) THEN s.stanumbers4 - WHEN (s.stakind5 = 5) THEN s.stanumbers5 - ELSE NULL::real[] - END AS elem_count_histogram, - CASE - WHEN (s.stakind1 = 6) THEN s.stavalues1 - WHEN (s.stakind2 = 6) THEN s.stavalues2 - WHEN (s.stakind3 = 6) THEN s.stavalues3 - WHEN (s.stakind4 = 6) THEN s.stavalues4 - WHEN (s.stakind5 = 6) THEN s.stavalues5 - ELSE NULL::anyarray - END AS range_length_histogram, - CASE - WHEN (s.stakind1 = 6) THEN s.stanumbers1[1] - WHEN (s.stakind2 = 6) THEN s.stanumbers2[1] - WHEN (s.stakind3 = 6) THEN s.stanumbers3[1] - WHEN (s.stakind4 = 6) THEN s.stanumbers4[1] - WHEN (s.stakind5 = 6) THEN s.stanumbers5[1] - ELSE NULL::real - END AS range_empty_frac, - CASE - WHEN (s.stakind1 = 7) THEN s.stavalues1 - WHEN (s.stakind2 = 7) THEN s.stavalues2 - WHEN (s.stakind3 = 7) THEN s.stavalues3 - WHEN (s.stakind4 = 7) THEN s.stavalues4 - WHEN (s.stakind5 = 7) THEN s.stavalues5 - ELSE NULL::anyarray - END AS range_bounds_histogram - FROM (((pg_statistic s - JOIN pg_class c ON ((c.oid = s.starelid))) - JOIN pg_attribute a ON (((c.oid = a.attrelid) AND (a.attnum = s.staattnum)))) - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - WHERE ((NOT a.attisdropped) AND has_column_privilege(c.oid, a.attnum, 'select'::text) AND ((c.relrowsecurity = false) OR (NOT row_security_active(c.oid)))); -pg_stats_ext| SELECT cn.nspname AS schemaname, - c.relname AS tablename, - sn.nspname AS statistics_schemaname, - s.stxname AS statistics_name, - pg_get_userbyid(s.stxowner) AS statistics_owner, - ( SELECT array_agg(a.attname ORDER BY a.attnum) AS array_agg - FROM (unnest(s.stxkeys) k(k) - JOIN pg_attribute a ON (((a.attrelid = s.stxrelid) AND (a.attnum = k.k))))) AS attnames, - pg_get_statisticsobjdef_expressions(s.oid) AS exprs, - s.stxkind AS kinds, - sd.stxdinherit AS inherited, - sd.stxdndistinct AS n_distinct, - sd.stxddependencies AS dependencies, - m.most_common_vals, - m.most_common_val_nulls, - m.most_common_freqs, - m.most_common_base_freqs - FROM (((((pg_statistic_ext s - JOIN pg_class c ON ((c.oid = s.stxrelid))) - JOIN pg_statistic_ext_data sd ON ((s.oid = sd.stxoid))) - LEFT JOIN pg_namespace cn ON ((cn.oid = c.relnamespace))) - LEFT JOIN pg_namespace sn ON ((sn.oid = s.stxnamespace))) - LEFT JOIN LATERAL ( SELECT array_agg(pg_mcv_list_items."values") AS most_common_vals, - array_agg(pg_mcv_list_items.nulls) AS most_common_val_nulls, - array_agg(pg_mcv_list_items.frequency) AS most_common_freqs, - array_agg(pg_mcv_list_items.base_frequency) AS most_common_base_freqs - FROM pg_mcv_list_items(sd.stxdmcv) pg_mcv_list_items(index, "values", nulls, frequency, base_frequency)) m ON ((sd.stxdmcv IS NOT NULL))) - WHERE (pg_has_role(c.relowner, 'USAGE'::text) AND ((c.relrowsecurity = false) OR (NOT row_security_active(c.oid)))); -pg_stats_ext_exprs| SELECT cn.nspname AS schemaname, - c.relname AS tablename, - sn.nspname AS statistics_schemaname, - s.stxname AS statistics_name, - pg_get_userbyid(s.stxowner) AS statistics_owner, - stat.expr, - sd.stxdinherit AS inherited, - (stat.a).stanullfrac AS null_frac, - (stat.a).stawidth AS avg_width, - (stat.a).stadistinct AS n_distinct, - CASE - WHEN ((stat.a).stakind1 = 1) THEN (stat.a).stavalues1 - WHEN ((stat.a).stakind2 = 1) THEN (stat.a).stavalues2 - WHEN ((stat.a).stakind3 = 1) THEN (stat.a).stavalues3 - WHEN ((stat.a).stakind4 = 1) THEN (stat.a).stavalues4 - WHEN ((stat.a).stakind5 = 1) THEN (stat.a).stavalues5 - ELSE NULL::anyarray - END AS most_common_vals, - CASE - WHEN ((stat.a).stakind1 = 1) THEN (stat.a).stanumbers1 - WHEN ((stat.a).stakind2 = 1) THEN (stat.a).stanumbers2 - WHEN ((stat.a).stakind3 = 1) THEN (stat.a).stanumbers3 - WHEN ((stat.a).stakind4 = 1) THEN (stat.a).stanumbers4 - WHEN ((stat.a).stakind5 = 1) THEN (stat.a).stanumbers5 - ELSE NULL::real[] - END AS most_common_freqs, - CASE - WHEN ((stat.a).stakind1 = 2) THEN (stat.a).stavalues1 - WHEN ((stat.a).stakind2 = 2) THEN (stat.a).stavalues2 - WHEN ((stat.a).stakind3 = 2) THEN (stat.a).stavalues3 - WHEN ((stat.a).stakind4 = 2) THEN (stat.a).stavalues4 - WHEN ((stat.a).stakind5 = 2) THEN (stat.a).stavalues5 - ELSE NULL::anyarray - END AS histogram_bounds, - CASE - WHEN ((stat.a).stakind1 = 3) THEN (stat.a).stanumbers1[1] - WHEN ((stat.a).stakind2 = 3) THEN (stat.a).stanumbers2[1] - WHEN ((stat.a).stakind3 = 3) THEN (stat.a).stanumbers3[1] - WHEN ((stat.a).stakind4 = 3) THEN (stat.a).stanumbers4[1] - WHEN ((stat.a).stakind5 = 3) THEN (stat.a).stanumbers5[1] - ELSE NULL::real - END AS correlation, - CASE - WHEN ((stat.a).stakind1 = 4) THEN (stat.a).stavalues1 - WHEN ((stat.a).stakind2 = 4) THEN (stat.a).stavalues2 - WHEN ((stat.a).stakind3 = 4) THEN (stat.a).stavalues3 - WHEN ((stat.a).stakind4 = 4) THEN (stat.a).stavalues4 - WHEN ((stat.a).stakind5 = 4) THEN (stat.a).stavalues5 - ELSE NULL::anyarray - END AS most_common_elems, - CASE - WHEN ((stat.a).stakind1 = 4) THEN (stat.a).stanumbers1 - WHEN ((stat.a).stakind2 = 4) THEN (stat.a).stanumbers2 - WHEN ((stat.a).stakind3 = 4) THEN (stat.a).stanumbers3 - WHEN ((stat.a).stakind4 = 4) THEN (stat.a).stanumbers4 - WHEN ((stat.a).stakind5 = 4) THEN (stat.a).stanumbers5 - ELSE NULL::real[] - END AS most_common_elem_freqs, - CASE - WHEN ((stat.a).stakind1 = 5) THEN (stat.a).stanumbers1 - WHEN ((stat.a).stakind2 = 5) THEN (stat.a).stanumbers2 - WHEN ((stat.a).stakind3 = 5) THEN (stat.a).stanumbers3 - WHEN ((stat.a).stakind4 = 5) THEN (stat.a).stanumbers4 - WHEN ((stat.a).stakind5 = 5) THEN (stat.a).stanumbers5 - ELSE NULL::real[] - END AS elem_count_histogram - FROM (((((pg_statistic_ext s - JOIN pg_class c ON ((c.oid = s.stxrelid))) - LEFT JOIN pg_statistic_ext_data sd ON ((s.oid = sd.stxoid))) - LEFT JOIN pg_namespace cn ON ((cn.oid = c.relnamespace))) - LEFT JOIN pg_namespace sn ON ((sn.oid = s.stxnamespace))) - JOIN LATERAL ( SELECT unnest(pg_get_statisticsobjdef_expressions(s.oid)) AS expr, - unnest(sd.stxdexpr) AS a) stat ON ((stat.expr IS NOT NULL))) - WHERE (pg_has_role(c.relowner, 'USAGE'::text) AND ((c.relrowsecurity = false) OR (NOT row_security_active(c.oid)))); -pg_tables| SELECT n.nspname AS schemaname, - c.relname AS tablename, - pg_get_userbyid(c.relowner) AS tableowner, - t.spcname AS tablespace, - c.relhasindex AS hasindexes, - c.relhasrules AS hasrules, - c.relhastriggers AS hastriggers, - c.relrowsecurity AS rowsecurity - FROM ((pg_class c - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - LEFT JOIN pg_tablespace t ON ((t.oid = c.reltablespace))) - WHERE (c.relkind = ANY (ARRAY['r'::"char", 'p'::"char"])); -pg_timezone_abbrevs| SELECT z.abbrev, - z.utc_offset, - z.is_dst - FROM pg_timezone_abbrevs_zone() z(abbrev, utc_offset, is_dst) -UNION ALL - SELECT a.abbrev, - a.utc_offset, - a.is_dst - FROM pg_timezone_abbrevs_abbrevs() a(abbrev, utc_offset, is_dst) - WHERE (NOT (EXISTS ( SELECT 1 - FROM pg_timezone_abbrevs_zone() z2(abbrev, utc_offset, is_dst) - WHERE (z2.abbrev = a.abbrev)))) - ORDER BY 1; -pg_timezone_names| SELECT name, - abbrev, - utc_offset, - is_dst - FROM pg_timezone_names() pg_timezone_names(name, abbrev, utc_offset, is_dst); -pg_user| SELECT usename, - usesysid, - usecreatedb, - usesuper, - userepl, - usebypassrls, - '********'::text AS passwd, - valuntil, - useconfig - FROM pg_shadow; -pg_user_mappings| SELECT u.oid AS umid, - s.oid AS srvid, - s.srvname, - u.umuser, - CASE - WHEN (u.umuser = (0)::oid) THEN 'public'::name - ELSE a.rolname - END AS usename, - CASE - WHEN (((u.umuser <> (0)::oid) AND (a.rolname = CURRENT_USER) AND (pg_has_role(s.srvowner, 'USAGE'::text) OR has_server_privilege(s.oid, 'USAGE'::text))) OR ((u.umuser = (0)::oid) AND pg_has_role(s.srvowner, 'USAGE'::text)) OR ( SELECT pg_authid.rolsuper - FROM pg_authid - WHERE (pg_authid.rolname = CURRENT_USER))) THEN u.umoptions - ELSE NULL::text[] - END AS umoptions - FROM ((pg_user_mapping u - JOIN pg_foreign_server s ON ((u.umserver = s.oid))) - LEFT JOIN pg_authid a ON ((a.oid = u.umuser))); -pg_views| SELECT n.nspname AS schemaname, - c.relname AS viewname, - pg_get_userbyid(c.relowner) AS viewowner, - pg_get_viewdef(c.oid) AS definition - FROM (pg_class c - LEFT JOIN pg_namespace n ON ((n.oid = c.relnamespace))) - WHERE (c.relkind = 'v'::"char"); -pg_wait_events| SELECT type, - name, - description - FROM pg_get_wait_events() pg_get_wait_events(type, name, description); -SELECT tablename, rulename, definition FROM pg_rules -WHERE schemaname = 'pg_catalog' -ORDER BY tablename, rulename; -pg_settings|pg_settings_n|CREATE RULE pg_settings_n AS - ON UPDATE TO pg_catalog.pg_settings DO INSTEAD NOTHING; -pg_settings|pg_settings_u|CREATE RULE pg_settings_u AS - ON UPDATE TO pg_catalog.pg_settings - WHERE (new.name = old.name) DO SELECT set_config(old.name, new.setting, false) AS set_config; --- restore normal output mode -\a\t --- --- CREATE OR REPLACE RULE --- -CREATE TABLE ruletest_tbl (a int, b int); -CREATE TABLE ruletest_tbl2 (a int, b int); -CREATE OR REPLACE RULE myrule AS ON INSERT TO ruletest_tbl - DO INSTEAD INSERT INTO ruletest_tbl2 VALUES (10, 10); -INSERT INTO ruletest_tbl VALUES (99, 99); -CREATE OR REPLACE RULE myrule AS ON INSERT TO ruletest_tbl - DO INSTEAD INSERT INTO ruletest_tbl2 VALUES (1000, 1000); -INSERT INTO ruletest_tbl VALUES (99, 99); -SELECT * FROM ruletest_tbl2; - a | b -------+------ - 10 | 10 - 1000 | 1000 -(2 rows) - --- Check that rewrite rules splitting one INSERT into multiple --- conditional statements does not disable FK checking. -create table rule_and_refint_t1 ( - id1a integer, - id1b integer, - primary key (id1a, id1b) -); -create table rule_and_refint_t2 ( - id2a integer, - id2c integer, - primary key (id2a, id2c) -); -create table rule_and_refint_t3 ( - id3a integer, - id3b integer, - id3c integer, - data text, - primary key (id3a, id3b, id3c), - foreign key (id3a, id3b) references rule_and_refint_t1 (id1a, id1b), - foreign key (id3a, id3c) references rule_and_refint_t2 (id2a, id2c) -); -insert into rule_and_refint_t1 values (1, 11); -insert into rule_and_refint_t1 values (1, 12); -insert into rule_and_refint_t1 values (2, 21); -insert into rule_and_refint_t1 values (2, 22); -insert into rule_and_refint_t2 values (1, 11); -insert into rule_and_refint_t2 values (1, 12); -insert into rule_and_refint_t2 values (2, 21); -insert into rule_and_refint_t2 values (2, 22); -insert into rule_and_refint_t3 values (1, 11, 11, 'row1'); -insert into rule_and_refint_t3 values (1, 11, 12, 'row2'); -insert into rule_and_refint_t3 values (1, 12, 11, 'row3'); -insert into rule_and_refint_t3 values (1, 12, 12, 'row4'); -insert into rule_and_refint_t3 values (1, 11, 13, 'row5'); -ERROR: insert or update on table "rule_and_refint_t3" violates foreign key constraint "rule_and_refint_t3_id3a_id3c_fkey" -DETAIL: Key (id3a, id3c)=(1, 13) is not present in table "rule_and_refint_t2". -insert into rule_and_refint_t3 values (1, 13, 11, 'row6'); -ERROR: insert or update on table "rule_and_refint_t3" violates foreign key constraint "rule_and_refint_t3_id3a_id3b_fkey" -DETAIL: Key (id3a, id3b)=(1, 13) is not present in table "rule_and_refint_t1". --- Ordinary table -insert into rule_and_refint_t3 values (1, 13, 11, 'row6') - on conflict do nothing; -ERROR: insert or update on table "rule_and_refint_t3" violates foreign key constraint "rule_and_refint_t3_id3a_id3b_fkey" -DETAIL: Key (id3a, id3b)=(1, 13) is not present in table "rule_and_refint_t1". --- rule not fired, so fk violation -insert into rule_and_refint_t3 values (1, 13, 11, 'row6') - on conflict (id3a, id3b, id3c) do update - set id3b = excluded.id3b; -ERROR: insert or update on table "rule_and_refint_t3" violates foreign key constraint "rule_and_refint_t3_id3a_id3b_fkey" -DETAIL: Key (id3a, id3b)=(1, 13) is not present in table "rule_and_refint_t1". --- rule fired, so unsupported -insert into shoelace values ('sl9', 0, 'pink', 35.0, 'inch', 0.0) - on conflict (sl_name) do update - set sl_avail = excluded.sl_avail; -ERROR: INSERT with ON CONFLICT clause cannot be used with table that has INSERT or UPDATE rules -create rule rule_and_refint_t3_ins as on insert to rule_and_refint_t3 - where (exists (select 1 from rule_and_refint_t3 - where (((rule_and_refint_t3.id3a = new.id3a) - and (rule_and_refint_t3.id3b = new.id3b)) - and (rule_and_refint_t3.id3c = new.id3c)))) - do instead update rule_and_refint_t3 set data = new.data - where (((rule_and_refint_t3.id3a = new.id3a) - and (rule_and_refint_t3.id3b = new.id3b)) - and (rule_and_refint_t3.id3c = new.id3c)); -insert into rule_and_refint_t3 values (1, 11, 13, 'row7'); -ERROR: insert or update on table "rule_and_refint_t3" violates foreign key constraint "rule_and_refint_t3_id3a_id3c_fkey" -DETAIL: Key (id3a, id3c)=(1, 13) is not present in table "rule_and_refint_t2". -insert into rule_and_refint_t3 values (1, 13, 11, 'row8'); -ERROR: insert or update on table "rule_and_refint_t3" violates foreign key constraint "rule_and_refint_t3_id3a_id3b_fkey" -DETAIL: Key (id3a, id3b)=(1, 13) is not present in table "rule_and_refint_t1". --- --- disallow dropping a view's rule (bug #5072) --- -create view rules_fooview as select 'rules_foo'::text; -drop rule "_RETURN" on rules_fooview; -ERROR: cannot drop rule _RETURN on view rules_fooview because view rules_fooview requires it -HINT: You can drop view rules_fooview instead. -drop view rules_fooview; --- --- We used to allow converting a table to a view by creating a "_RETURN" --- rule for it, but no more. --- -create table rules_fooview (x int, y text); -create rule "_RETURN" as on select to rules_fooview do instead - select 1 as x, 'aaa'::text as y; -ERROR: relation "rules_fooview" cannot have ON SELECT rules -DETAIL: This operation is not supported for tables. -drop table rules_fooview; --- likewise, converting a partitioned table or partition to view is not allowed -create table rules_fooview (x int, y text) partition by list (x); -create rule "_RETURN" as on select to rules_fooview do instead - select 1 as x, 'aaa'::text as y; -ERROR: relation "rules_fooview" cannot have ON SELECT rules -DETAIL: This operation is not supported for partitioned tables. -create table rules_fooview_part partition of rules_fooview for values in (1); -create rule "_RETURN" as on select to rules_fooview_part do instead - select 1 as x, 'aaa'::text as y; -ERROR: relation "rules_fooview_part" cannot have ON SELECT rules -DETAIL: This operation is not supported for tables. -drop table rules_fooview; --- --- check for planner problems with complex inherited UPDATES --- -create table id (id serial primary key, name text); --- currently, must respecify PKEY for each inherited subtable -create table test_1 (id integer primary key) inherits (id); -NOTICE: merging column "id" with inherited definition -create table test_2 (id integer primary key) inherits (id); -NOTICE: merging column "id" with inherited definition -create table test_3 (id integer primary key) inherits (id); -NOTICE: merging column "id" with inherited definition -insert into test_1 (name) values ('Test 1'); -insert into test_1 (name) values ('Test 2'); -insert into test_2 (name) values ('Test 3'); -insert into test_2 (name) values ('Test 4'); -insert into test_3 (name) values ('Test 5'); -insert into test_3 (name) values ('Test 6'); -create view id_ordered as select * from id order by id; -create rule update_id_ordered as on update to id_ordered - do instead update id set name = new.name where id = old.id; -select * from id_ordered; - id | name -----+-------- - 1 | Test 1 - 2 | Test 2 - 3 | Test 3 - 4 | Test 4 - 5 | Test 5 - 6 | Test 6 -(6 rows) - -update id_ordered set name = 'update 2' where id = 2; -update id_ordered set name = 'update 4' where id = 4; -update id_ordered set name = 'update 5' where id = 5; -select * from id_ordered; - id | name -----+---------- - 1 | Test 1 - 2 | update 2 - 3 | Test 3 - 4 | update 4 - 5 | update 5 - 6 | Test 6 -(6 rows) - -drop table id cascade; -NOTICE: drop cascades to 4 other objects -DETAIL: drop cascades to table test_1 -drop cascades to table test_2 -drop cascades to table test_3 -drop cascades to view id_ordered --- --- check corner case where an entirely-dummy subplan is created by --- constraint exclusion --- -create temp table t1 (a integer primary key); -create temp table t1_1 (check (a >= 0 and a < 10)) inherits (t1); -create temp table t1_2 (check (a >= 10 and a < 20)) inherits (t1); -create rule t1_ins_1 as on insert to t1 - where new.a >= 0 and new.a < 10 - do instead - insert into t1_1 values (new.a); -create rule t1_ins_2 as on insert to t1 - where new.a >= 10 and new.a < 20 - do instead - insert into t1_2 values (new.a); -create rule t1_upd_1 as on update to t1 - where old.a >= 0 and old.a < 10 - do instead - update t1_1 set a = new.a where a = old.a; -create rule t1_upd_2 as on update to t1 - where old.a >= 10 and old.a < 20 - do instead - update t1_2 set a = new.a where a = old.a; -set constraint_exclusion = on; -insert into t1 select * from generate_series(5,19,1) g; -update t1 set a = 4 where a = 5; -select * from only t1; - a ---- -(0 rows) - -select * from only t1_1; - a ---- - 6 - 7 - 8 - 9 - 4 -(5 rows) - -select * from only t1_2; - a ----- - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 -(10 rows) - -reset constraint_exclusion; --- test FOR UPDATE in rules -create table rules_base(f1 int, f2 int); -insert into rules_base values(1,2), (11,12); -create rule r1 as on update to rules_base do instead - select * from rules_base where f1 = 1 for update; -update rules_base set f2 = f2 + 1; - f1 | f2 -----+---- - 1 | 2 -(1 row) - -create or replace rule r1 as on update to rules_base do instead - select * from rules_base where f1 = 11 for update of rules_base; -update rules_base set f2 = f2 + 1; - f1 | f2 -----+---- - 11 | 12 -(1 row) - -create or replace rule r1 as on update to rules_base do instead - select * from rules_base where f1 = 11 for update of old; -- error -ERROR: relation "old" in FOR UPDATE clause not found in FROM clause -LINE 2: select * from rules_base where f1 = 11 for update of old; - ^ -drop table rules_base; --- test various flavors of pg_get_viewdef() -select pg_get_viewdef('shoe'::regclass) as unpretty; - unpretty ------------------------------------------------- - SELECT sh.shoename, + - sh.sh_avail, + - sh.slcolor, + - sh.slminlen, + - (sh.slminlen * un.un_fact) AS slminlen_cm,+ - sh.slmaxlen, + - (sh.slmaxlen * un.un_fact) AS slmaxlen_cm,+ - sh.slunit + - FROM shoe_data sh, + - unit un + - WHERE (sh.slunit = un.un_name); -(1 row) - -select pg_get_viewdef('shoe'::regclass,true) as pretty; - pretty ----------------------------------------------- - SELECT sh.shoename, + - sh.sh_avail, + - sh.slcolor, + - sh.slminlen, + - sh.slminlen * un.un_fact AS slminlen_cm,+ - sh.slmaxlen, + - sh.slmaxlen * un.un_fact AS slmaxlen_cm,+ - sh.slunit + - FROM shoe_data sh, + - unit un + - WHERE sh.slunit = un.un_name; -(1 row) - -select pg_get_viewdef('shoe'::regclass,0) as prettier; - prettier ----------------------------------------------- - SELECT sh.shoename, + - sh.sh_avail, + - sh.slcolor, + - sh.slminlen, + - sh.slminlen * un.un_fact AS slminlen_cm,+ - sh.slmaxlen, + - sh.slmaxlen * un.un_fact AS slmaxlen_cm,+ - sh.slunit + - FROM shoe_data sh, + - unit un + - WHERE sh.slunit = un.un_name; -(1 row) - --- --- check multi-row VALUES in rules --- -create table rules_src(f1 int, f2 int default 0); -create table rules_log(f1 int, f2 int, tag text, id serial); -insert into rules_src values(1,2), (11,12); -create rule r1 as on update to rules_src do also - insert into rules_log values(old.*, 'old', default), (new.*, 'new', default); -update rules_src set f2 = f2 + 1; -update rules_src set f2 = f2 * 10; -select * from rules_src; - f1 | f2 -----+----- - 1 | 30 - 11 | 130 -(2 rows) - -select * from rules_log; - f1 | f2 | tag | id -----+-----+-----+---- - 1 | 2 | old | 1 - 1 | 3 | new | 2 - 11 | 12 | old | 3 - 11 | 13 | new | 4 - 1 | 3 | old | 5 - 1 | 30 | new | 6 - 11 | 13 | old | 7 - 11 | 130 | new | 8 -(8 rows) - -create rule r2 as on update to rules_src do also - values(old.*, 'old'), (new.*, 'new'); -update rules_src set f2 = f2 / 10; - column1 | column2 | column3 ----------+---------+--------- - 1 | 30 | old - 1 | 3 | new - 11 | 130 | old - 11 | 13 | new -(4 rows) - -create rule r3 as on insert to rules_src do also - insert into rules_log values(null, null, '-', default), (new.*, 'new', default); -insert into rules_src values(22,23), (33,default); -select * from rules_src; - f1 | f2 -----+---- - 1 | 3 - 11 | 13 - 22 | 23 - 33 | 0 -(4 rows) - -select * from rules_log; - f1 | f2 | tag | id -----+-----+-----+---- - 1 | 2 | old | 1 - 1 | 3 | new | 2 - 11 | 12 | old | 3 - 11 | 13 | new | 4 - 1 | 3 | old | 5 - 1 | 30 | new | 6 - 11 | 13 | old | 7 - 11 | 130 | new | 8 - 1 | 30 | old | 9 - 1 | 3 | new | 10 - 11 | 130 | old | 11 - 11 | 13 | new | 12 - | | - | 13 - 22 | 23 | new | 14 - | | - | 15 - 33 | 0 | new | 16 -(16 rows) - -create rule r4 as on delete to rules_src do notify rules_src_deletion; --- --- Ensure an aliased target relation for insert is correctly deparsed. --- -create rule r5 as on insert to rules_src do instead insert into rules_log AS trgt SELECT NEW.* RETURNING trgt.f1, trgt.f2; -create rule r6 as on update to rules_src do instead UPDATE rules_log AS trgt SET tag = 'updated' WHERE trgt.f1 = new.f1; --- --- Check deparse disambiguation of INSERT/UPDATE/DELETE targets. --- -create rule r7 as on delete to rules_src do instead - with wins as (insert into int4_tbl as trgt values (0) returning *), - wupd as (update int4_tbl trgt set f1 = f1+1 returning *), - wdel as (delete from int4_tbl trgt where f1 = 0 returning *) - insert into rules_log AS trgt select old.* from wins, wupd, wdel - returning trgt.f1, trgt.f2; --- check display of all rules added above -\d+ rules_src - Table "public.rules_src" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - f1 | integer | | | | plain | | - f2 | integer | | | 0 | plain | | -Rules: - r1 AS - ON UPDATE TO rules_src DO INSERT INTO rules_log (f1, f2, tag, id) VALUES (old.f1,old.f2,'old'::text,DEFAULT), (new.f1,new.f2,'new'::text,DEFAULT) - r2 AS - ON UPDATE TO rules_src DO VALUES (old.f1,old.f2,'old'::text), (new.f1,new.f2,'new'::text) - r3 AS - ON INSERT TO rules_src DO INSERT INTO rules_log (f1, f2, tag, id) VALUES (NULL::integer,NULL::integer,'-'::text,DEFAULT), (new.f1,new.f2,'new'::text,DEFAULT) - r4 AS - ON DELETE TO rules_src DO - NOTIFY rules_src_deletion - r5 AS - ON INSERT TO rules_src DO INSTEAD INSERT INTO rules_log AS trgt (f1, f2) SELECT new.f1, - new.f2 - RETURNING trgt.f1, - trgt.f2 - r6 AS - ON UPDATE TO rules_src DO INSTEAD UPDATE rules_log trgt SET tag = 'updated'::text - WHERE trgt.f1 = new.f1 - r7 AS - ON DELETE TO rules_src DO INSTEAD WITH wins AS ( - INSERT INTO int4_tbl AS trgt_1 (f1) - VALUES (0) - RETURNING trgt_1.f1 - ), wupd AS ( - UPDATE int4_tbl trgt_1 SET f1 = trgt_1.f1 + 1 - RETURNING trgt_1.f1 - ), wdel AS ( - DELETE FROM int4_tbl trgt_1 - WHERE trgt_1.f1 = 0 - RETURNING trgt_1.f1 - ) - INSERT INTO rules_log AS trgt (f1, f2) SELECT old.f1, - old.f2 - FROM wins, - wupd, - wdel - RETURNING trgt.f1, - trgt.f2 - --- --- Also check multiassignment deparsing. --- -create table rule_t1(f1 int, f2 int); -create table rule_dest(f1 int, f2 int[], tag text); -create rule rr as on update to rule_t1 do instead UPDATE rule_dest trgt - SET (f2[1], f1, tag) = (SELECT new.f2, new.f1, 'updated'::varchar) - WHERE trgt.f1 = new.f1 RETURNING new.*; -\d+ rule_t1 - Table "public.rule_t1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - f1 | integer | | | | plain | | - f2 | integer | | | | plain | | -Rules: - rr AS - ON UPDATE TO rule_t1 DO INSTEAD UPDATE rule_dest trgt SET (f2[1], f1, tag) = ( SELECT new.f2, - new.f1, - 'updated'::character varying AS "varchar") - WHERE trgt.f1 = new.f1 - RETURNING new.f1, - new.f2 - -drop table rule_t1, rule_dest; --- --- Test implicit LATERAL references to old/new in rules --- -CREATE TABLE rule_t1(a int, b text DEFAULT 'xxx', c int); -CREATE VIEW rule_v1 AS SELECT * FROM rule_t1; -CREATE RULE v1_ins AS ON INSERT TO rule_v1 - DO ALSO INSERT INTO rule_t1 - SELECT * FROM (SELECT a + 10 FROM rule_t1 WHERE a = NEW.a) tt; -CREATE RULE v1_upd AS ON UPDATE TO rule_v1 - DO ALSO UPDATE rule_t1 t - SET c = tt.a * 10 - FROM (SELECT a FROM rule_t1 WHERE a = OLD.a) tt WHERE t.a = tt.a; -INSERT INTO rule_v1 VALUES (1, 'a'), (2, 'b'); -UPDATE rule_v1 SET b = upper(b); -SELECT * FROM rule_t1; - a | b | c -----+-----+----- - 1 | A | 10 - 2 | B | 20 - 11 | XXX | 110 - 12 | XXX | 120 -(4 rows) - -DROP TABLE rule_t1 CASCADE; -NOTICE: drop cascades to view rule_v1 --- --- check alter rename rule --- -CREATE TABLE rule_t1 (a INT); -CREATE VIEW rule_v1 AS SELECT * FROM rule_t1; -CREATE RULE InsertRule AS - ON INSERT TO rule_v1 - DO INSTEAD - INSERT INTO rule_t1 VALUES(new.a); -ALTER RULE InsertRule ON rule_v1 RENAME to NewInsertRule; -INSERT INTO rule_v1 VALUES(1); -SELECT * FROM rule_v1; - a ---- - 1 -(1 row) - -\d+ rule_v1 - View "public.rule_v1" - Column | Type | Collation | Nullable | Default | Storage | Description ---------+---------+-----------+----------+---------+---------+------------- - a | integer | | | | plain | -View definition: - SELECT a - FROM rule_t1; -Rules: - newinsertrule AS - ON INSERT TO rule_v1 DO INSTEAD INSERT INTO rule_t1 (a) - VALUES (new.a) - --- --- error conditions for alter rename rule --- -ALTER RULE InsertRule ON rule_v1 RENAME TO NewInsertRule; -- doesn't exist -ERROR: rule "insertrule" for relation "rule_v1" does not exist -ALTER RULE NewInsertRule ON rule_v1 RENAME TO "_RETURN"; -- already exists -ERROR: rule "_RETURN" for relation "rule_v1" already exists -ALTER RULE "_RETURN" ON rule_v1 RENAME TO abc; -- ON SELECT rule cannot be renamed -ERROR: renaming an ON SELECT rule is not allowed -DROP VIEW rule_v1; -DROP TABLE rule_t1; --- --- check display of VALUES in view definitions --- -create view rule_v1 as values(1,2); -\d+ rule_v1 - View "public.rule_v1" - Column | Type | Collation | Nullable | Default | Storage | Description ----------+---------+-----------+----------+---------+---------+------------- - column1 | integer | | | | plain | - column2 | integer | | | | plain | -View definition: - VALUES (1,2); - -alter table rule_v1 rename column column2 to q2; -\d+ rule_v1 - View "public.rule_v1" - Column | Type | Collation | Nullable | Default | Storage | Description ----------+---------+-----------+----------+---------+---------+------------- - column1 | integer | | | | plain | - q2 | integer | | | | plain | -View definition: - SELECT column1, - column2 AS q2 - FROM (VALUES (1,2)) "*VALUES*"; - -drop view rule_v1; -create view rule_v1(x) as values(1,2); -\d+ rule_v1 - View "public.rule_v1" - Column | Type | Collation | Nullable | Default | Storage | Description ----------+---------+-----------+----------+---------+---------+------------- - x | integer | | | | plain | - column2 | integer | | | | plain | -View definition: - SELECT column1 AS x, - column2 - FROM (VALUES (1,2)) "*VALUES*"; - -drop view rule_v1; -create view rule_v1(x) as select * from (values(1,2)) v; -\d+ rule_v1 - View "public.rule_v1" - Column | Type | Collation | Nullable | Default | Storage | Description ----------+---------+-----------+----------+---------+---------+------------- - x | integer | | | | plain | - column2 | integer | | | | plain | -View definition: - SELECT column1 AS x, - column2 - FROM ( VALUES (1,2)) v; - -drop view rule_v1; -create view rule_v1(x) as select * from (values(1,2)) v(q,w); -\d+ rule_v1 - View "public.rule_v1" - Column | Type | Collation | Nullable | Default | Storage | Description ---------+---------+-----------+----------+---------+---------+------------- - x | integer | | | | plain | - w | integer | | | | plain | -View definition: - SELECT q AS x, - w - FROM ( VALUES (1,2)) v(q, w); - -drop view rule_v1; --- --- Check DO INSTEAD rules with ON CONFLICT --- -CREATE TABLE hats ( - hat_name char(10) primary key, - hat_color char(10) -- hat color -); -CREATE TABLE hat_data ( - hat_name char(10), - hat_color char(10) -- hat color -); -create unique index hat_data_unique_idx - on hat_data (hat_name COLLATE "C" bpchar_pattern_ops); --- DO NOTHING with ON CONFLICT -CREATE RULE hat_nosert AS ON INSERT TO hats - DO INSTEAD - INSERT INTO hat_data VALUES ( - NEW.hat_name, - NEW.hat_color) - ON CONFLICT (hat_name COLLATE "C" bpchar_pattern_ops) WHERE hat_color = 'green' - DO NOTHING - RETURNING *; -SELECT definition FROM pg_rules WHERE tablename = 'hats' ORDER BY rulename; - definition ---------------------------------------------------------------------------------------------- - CREATE RULE hat_nosert AS + - ON INSERT TO public.hats DO INSTEAD INSERT INTO hat_data (hat_name, hat_color) + - VALUES (new.hat_name, new.hat_color) ON CONFLICT(hat_name COLLATE "C" bpchar_pattern_ops)+ - WHERE (hat_color = 'green'::bpchar) DO NOTHING + - RETURNING hat_data.hat_name, + - hat_data.hat_color; -(1 row) - --- Works (projects row) -INSERT INTO hats VALUES ('h7', 'black') RETURNING *; - hat_name | hat_color -------------+------------ - h7 | black -(1 row) - --- Works (does nothing) -INSERT INTO hats VALUES ('h7', 'black') RETURNING *; - hat_name | hat_color -----------+----------- -(0 rows) - -SELECT tablename, rulename, definition FROM pg_rules - WHERE tablename = 'hats'; - tablename | rulename | definition ------------+------------+--------------------------------------------------------------------------------------------- - hats | hat_nosert | CREATE RULE hat_nosert AS + - | | ON INSERT TO public.hats DO INSTEAD INSERT INTO hat_data (hat_name, hat_color) + - | | VALUES (new.hat_name, new.hat_color) ON CONFLICT(hat_name COLLATE "C" bpchar_pattern_ops)+ - | | WHERE (hat_color = 'green'::bpchar) DO NOTHING + - | | RETURNING hat_data.hat_name, + - | | hat_data.hat_color; -(1 row) - -DROP RULE hat_nosert ON hats; --- DO NOTHING without ON CONFLICT -CREATE RULE hat_nosert_all AS ON INSERT TO hats - DO INSTEAD - INSERT INTO hat_data VALUES ( - NEW.hat_name, - NEW.hat_color) - ON CONFLICT - DO NOTHING - RETURNING *; -SELECT definition FROM pg_rules WHERE tablename = 'hats' ORDER BY rulename; - definition -------------------------------------------------------------------------------------- - CREATE RULE hat_nosert_all AS + - ON INSERT TO public.hats DO INSTEAD INSERT INTO hat_data (hat_name, hat_color)+ - VALUES (new.hat_name, new.hat_color) ON CONFLICT DO NOTHING + - RETURNING hat_data.hat_name, + - hat_data.hat_color; -(1 row) - -DROP RULE hat_nosert_all ON hats; --- Works (does nothing) -INSERT INTO hats VALUES ('h7', 'black') RETURNING *; - hat_name | hat_color -------------+------------ - h7 | black -(1 row) - --- DO UPDATE with a WHERE clause -CREATE RULE hat_upsert AS ON INSERT TO hats - DO INSTEAD - INSERT INTO hat_data VALUES ( - NEW.hat_name, - NEW.hat_color) - ON CONFLICT (hat_name) - DO UPDATE - SET hat_name = hat_data.hat_name, hat_color = excluded.hat_color - WHERE excluded.hat_color <> 'forbidden' AND hat_data.* != excluded.* - RETURNING *; -SELECT definition FROM pg_rules WHERE tablename = 'hats' ORDER BY rulename; - definition ------------------------------------------------------------------------------------------------------------------------------------------ - CREATE RULE hat_upsert AS + - ON INSERT TO public.hats DO INSTEAD INSERT INTO hat_data (hat_name, hat_color) + - VALUES (new.hat_name, new.hat_color) ON CONFLICT(hat_name) DO UPDATE SET hat_name = hat_data.hat_name, hat_color = excluded.hat_color+ - WHERE ((excluded.hat_color <> 'forbidden'::bpchar) AND (hat_data.* <> excluded.*)) + - RETURNING hat_data.hat_name, + - hat_data.hat_color; -(1 row) - --- Works (does upsert) -INSERT INTO hats VALUES ('h8', 'black') RETURNING *; - hat_name | hat_color -------------+------------ - h8 | black -(1 row) - -SELECT * FROM hat_data WHERE hat_name = 'h8'; - hat_name | hat_color -------------+------------ - h8 | black -(1 row) - -INSERT INTO hats VALUES ('h8', 'white') RETURNING *; - hat_name | hat_color -------------+------------ - h8 | white -(1 row) - -SELECT * FROM hat_data WHERE hat_name = 'h8'; - hat_name | hat_color -------------+------------ - h8 | white -(1 row) - -INSERT INTO hats VALUES ('h8', 'forbidden') RETURNING *; - hat_name | hat_color -----------+----------- -(0 rows) - -SELECT * FROM hat_data WHERE hat_name = 'h8'; - hat_name | hat_color -------------+------------ - h8 | white -(1 row) - -SELECT tablename, rulename, definition FROM pg_rules - WHERE tablename = 'hats'; - tablename | rulename | definition ------------+------------+----------------------------------------------------------------------------------------------------------------------------------------- - hats | hat_upsert | CREATE RULE hat_upsert AS + - | | ON INSERT TO public.hats DO INSTEAD INSERT INTO hat_data (hat_name, hat_color) + - | | VALUES (new.hat_name, new.hat_color) ON CONFLICT(hat_name) DO UPDATE SET hat_name = hat_data.hat_name, hat_color = excluded.hat_color+ - | | WHERE ((excluded.hat_color <> 'forbidden'::bpchar) AND (hat_data.* <> excluded.*)) + - | | RETURNING hat_data.hat_name, + - | | hat_data.hat_color; -(1 row) - --- ensure explain works for on insert conflict rules -explain (costs off) INSERT INTO hats VALUES ('h8', 'forbidden') RETURNING *; - QUERY PLAN -------------------------------------------------------------------------------------------------- - Insert on hat_data - Conflict Resolution: UPDATE - Conflict Arbiter Indexes: hat_data_unique_idx - Conflict Filter: ((excluded.hat_color <> 'forbidden'::bpchar) AND (hat_data.* <> excluded.*)) - -> Result -(5 rows) - --- ensure upserting into a rule, with a CTE (different offsets!) works -WITH data(hat_name, hat_color) AS MATERIALIZED ( - VALUES ('h8', 'green'), - ('h9', 'blue'), - ('h7', 'forbidden') -) -INSERT INTO hats - SELECT * FROM data -RETURNING *; - hat_name | hat_color -------------+------------ - h8 | green - h9 | blue -(2 rows) - -EXPLAIN (costs off) -WITH data(hat_name, hat_color) AS MATERIALIZED ( - VALUES ('h8', 'green'), - ('h9', 'blue'), - ('h7', 'forbidden') -) -INSERT INTO hats - SELECT * FROM data -RETURNING *; - QUERY PLAN -------------------------------------------------------------------------------------------------- - Insert on hat_data - Conflict Resolution: UPDATE - Conflict Arbiter Indexes: hat_data_unique_idx - Conflict Filter: ((excluded.hat_color <> 'forbidden'::bpchar) AND (hat_data.* <> excluded.*)) - CTE data - -> Values Scan on "*VALUES*" - -> CTE Scan on data -(7 rows) - -SELECT * FROM hat_data WHERE hat_name IN ('h8', 'h9', 'h7') ORDER BY hat_name; - hat_name | hat_color -------------+------------ - h7 | black - h8 | green - h9 | blue -(3 rows) - -DROP RULE hat_upsert ON hats; -drop table hats; -drop table hat_data; --- test for pg_get_functiondef properly regurgitating SET parameters --- Note that the function is kept around to stress pg_dump. -CREATE FUNCTION func_with_set_params() RETURNS integer - AS 'select 1;' - LANGUAGE SQL - SET search_path TO PG_CATALOG - SET extra_float_digits TO 2 - SET work_mem TO '4MB' - SET datestyle to iso, mdy - SET local_preload_libraries TO "Mixed/Case", 'c:/''a"/path', '', '0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789' - IMMUTABLE STRICT; -SELECT pg_get_functiondef('func_with_set_params()'::regprocedure); - pg_get_functiondef --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - CREATE OR REPLACE FUNCTION public.func_with_set_params() + - RETURNS integer + - LANGUAGE sql + - IMMUTABLE STRICT + - SET search_path TO 'pg_catalog' + - SET extra_float_digits TO '2' + - SET work_mem TO '4MB' + - SET "DateStyle" TO 'iso, mdy' + - SET local_preload_libraries TO 'Mixed/Case', 'c:/''a"/path', '', '0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789'+ - AS $function$select 1;$function$ + - -(1 row) - --- tests for pg_get_*def with invalid objects -SELECT pg_get_constraintdef(0); - pg_get_constraintdef ----------------------- - -(1 row) - -SELECT pg_get_functiondef(0); - pg_get_functiondef --------------------- - -(1 row) - -SELECT pg_get_indexdef(0); - pg_get_indexdef ------------------ - -(1 row) - -SELECT pg_get_ruledef(0); - pg_get_ruledef ----------------- - -(1 row) - -SELECT pg_get_statisticsobjdef(0); - pg_get_statisticsobjdef -------------------------- - -(1 row) - -SELECT pg_get_triggerdef(0); - pg_get_triggerdef -------------------- - -(1 row) - -SELECT pg_get_viewdef(0); - pg_get_viewdef ----------------- - -(1 row) - -SELECT pg_get_function_arguments(0); - pg_get_function_arguments ---------------------------- - -(1 row) - -SELECT pg_get_function_identity_arguments(0); - pg_get_function_identity_arguments ------------------------------------- - -(1 row) - -SELECT pg_get_function_result(0); - pg_get_function_result ------------------------- - -(1 row) - -SELECT pg_get_function_arg_default(0, 0); - pg_get_function_arg_default ------------------------------ - -(1 row) - -SELECT pg_get_function_arg_default('pg_class'::regclass, 0); - pg_get_function_arg_default ------------------------------ - -(1 row) - -SELECT pg_get_partkeydef(0); - pg_get_partkeydef -------------------- - -(1 row) - --- test rename for a rule defined on a partitioned table -CREATE TABLE rules_parted_table (a int) PARTITION BY LIST (a); -CREATE TABLE rules_parted_table_1 PARTITION OF rules_parted_table FOR VALUES IN (1); -CREATE RULE rules_parted_table_insert AS ON INSERT to rules_parted_table - DO INSTEAD INSERT INTO rules_parted_table_1 VALUES (NEW.*); -ALTER RULE rules_parted_table_insert ON rules_parted_table RENAME TO rules_parted_table_insert_redirect; -DROP TABLE rules_parted_table; --- --- test MERGE --- -CREATE TABLE rule_merge1 (a int, b text); -CREATE TABLE rule_merge2 (a int, b text); -CREATE RULE rule1 AS ON INSERT TO rule_merge1 - DO INSTEAD INSERT INTO rule_merge2 VALUES (NEW.*); -CREATE RULE rule2 AS ON UPDATE TO rule_merge1 - DO INSTEAD UPDATE rule_merge2 SET a = NEW.a, b = NEW.b - WHERE a = OLD.a; -CREATE RULE rule3 AS ON DELETE TO rule_merge1 - DO INSTEAD DELETE FROM rule_merge2 WHERE a = OLD.a; --- MERGE not supported for table with rules -MERGE INTO rule_merge1 t USING (SELECT 1 AS a) s - ON t.a = s.a - WHEN MATCHED AND t.a < 2 THEN - UPDATE SET b = b || ' updated by merge' - WHEN MATCHED AND t.a > 2 THEN - DELETE - WHEN NOT MATCHED THEN - INSERT VALUES (s.a, ''); -ERROR: cannot execute MERGE on relation "rule_merge1" -DETAIL: MERGE is not supported for relations with rules. --- should be ok with the other table though -MERGE INTO rule_merge2 t USING (SELECT 1 AS a) s - ON t.a = s.a - WHEN MATCHED AND t.a < 2 THEN - UPDATE SET b = b || ' updated by merge' - WHEN MATCHED AND t.a > 2 THEN - DELETE - WHEN NOT MATCHED THEN - INSERT VALUES (s.a, ''); --- also ok if the rules are disabled -ALTER TABLE rule_merge1 DISABLE RULE rule1; -ALTER TABLE rule_merge1 DISABLE RULE rule2; -ALTER TABLE rule_merge1 DISABLE RULE rule3; -MERGE INTO rule_merge1 t USING (SELECT 1 AS a) s - ON t.a = s.a - WHEN MATCHED AND t.a < 2 THEN - UPDATE SET b = b || ' updated by merge' - WHEN MATCHED AND t.a > 2 THEN - DELETE - WHEN NOT MATCHED THEN - INSERT VALUES (s.a, ''); --- test deparsing -CREATE TABLE sf_target(id int, data text, filling int[]); -CREATE FUNCTION merge_sf_test() - RETURNS TABLE(action text, a int, b text, - id int, data text, filling int[], - old_id int, old_data text, old_filling int[], - new_id int, new_data text, new_filling int[]) - LANGUAGE sql -BEGIN ATOMIC - MERGE INTO sf_target t - USING rule_merge1 s - ON (s.a = t.id) -WHEN MATCHED - AND (s.a + t.id) = 42 - THEN UPDATE SET data = repeat(t.data, s.a) || s.b, id = length(s.b) -WHEN NOT MATCHED - AND (s.b IS NOT NULL) - THEN INSERT (data, id) - VALUES (s.b, s.a) -WHEN MATCHED - AND length(s.b || t.data) > 10 - THEN UPDATE SET data = s.b -WHEN MATCHED - AND s.a > 200 - THEN UPDATE SET filling[s.a] = t.id -WHEN MATCHED - AND s.a > 100 - THEN DELETE -WHEN MATCHED - THEN DO NOTHING -WHEN NOT MATCHED - AND s.a > 200 - THEN INSERT DEFAULT VALUES -WHEN NOT MATCHED - AND s.a > 100 - THEN INSERT (id, data) OVERRIDING USER VALUE - VALUES (s.a, DEFAULT) -WHEN NOT MATCHED - AND s.a > 0 - THEN INSERT - VALUES (s.a, s.b, DEFAULT) -WHEN NOT MATCHED - THEN INSERT (filling[1], id) - VALUES (s.a, s.a) -RETURNING - WITH (OLD AS o, NEW AS n) - merge_action() AS action, *, o.*, n.*; -END; -\sf merge_sf_test -CREATE OR REPLACE FUNCTION public.merge_sf_test() - RETURNS TABLE(action text, a integer, b text, id integer, data text, filling integer[], old_id integer, old_data text, old_filling integer[], new_id integer, new_data text, new_filling integer[]) - LANGUAGE sql -BEGIN ATOMIC - MERGE INTO sf_target t - USING rule_merge1 s - ON (s.a = t.id) - WHEN MATCHED - AND ((s.a + t.id) = 42) - THEN UPDATE SET data = (repeat(t.data, s.a) || s.b), id = length(s.b) - WHEN NOT MATCHED - AND (s.b IS NOT NULL) - THEN INSERT (data, id) - VALUES (s.b, s.a) - WHEN MATCHED - AND (length((s.b || t.data)) > 10) - THEN UPDATE SET data = s.b - WHEN MATCHED - AND (s.a > 200) - THEN UPDATE SET filling[s.a] = t.id - WHEN MATCHED - AND (s.a > 100) - THEN DELETE - WHEN MATCHED - THEN DO NOTHING - WHEN NOT MATCHED - AND (s.a > 200) - THEN INSERT DEFAULT VALUES - WHEN NOT MATCHED - AND (s.a > 100) - THEN INSERT (id, data) OVERRIDING USER VALUE - VALUES (s.a, DEFAULT) - WHEN NOT MATCHED - AND (s.a > 0) - THEN INSERT (id, data, filling) - VALUES (s.a, s.b, DEFAULT) - WHEN NOT MATCHED - THEN INSERT (filling[1], id) - VALUES (s.a, s.a) - RETURNING WITH (OLD AS o, NEW AS n) MERGE_ACTION() AS action, - s.a, - s.b, - t.id, - t.data, - t.filling, - o.id, - o.data, - o.filling, - n.id, - n.data, - n.filling; -END -CREATE FUNCTION merge_sf_test2() - RETURNS void - LANGUAGE sql -BEGIN ATOMIC - MERGE INTO sf_target t - USING rule_merge1 s - ON (s.a = t.id) -WHEN NOT MATCHED - THEN INSERT (data, id) - VALUES (s.a, s.a) -WHEN MATCHED - THEN UPDATE SET data = s.b -WHEN NOT MATCHED BY SOURCE - THEN DELETE; -END; -\sf merge_sf_test2 -CREATE OR REPLACE FUNCTION public.merge_sf_test2() - RETURNS void - LANGUAGE sql -BEGIN ATOMIC - MERGE INTO sf_target t - USING rule_merge1 s - ON (s.a = t.id) - WHEN NOT MATCHED BY TARGET - THEN INSERT (data, id) - VALUES (s.a, s.a) - WHEN MATCHED - THEN UPDATE SET data = s.b - WHEN NOT MATCHED BY SOURCE - THEN DELETE; -END -DROP FUNCTION merge_sf_test; -DROP FUNCTION merge_sf_test2; -DROP TABLE sf_target; --- --- Test enabling/disabling --- -CREATE TABLE ruletest1 (a int); -CREATE TABLE ruletest2 (b int); -CREATE RULE rule1 AS ON INSERT TO ruletest1 - DO INSTEAD INSERT INTO ruletest2 VALUES (NEW.*); -INSERT INTO ruletest1 VALUES (1); -ALTER TABLE ruletest1 DISABLE RULE rule1; -INSERT INTO ruletest1 VALUES (2); -ALTER TABLE ruletest1 ENABLE RULE rule1; -SET session_replication_role = replica; -INSERT INTO ruletest1 VALUES (3); -ALTER TABLE ruletest1 ENABLE REPLICA RULE rule1; -INSERT INTO ruletest1 VALUES (4); -RESET session_replication_role; -INSERT INTO ruletest1 VALUES (5); -SELECT * FROM ruletest1; - a ---- - 2 - 3 - 5 -(3 rows) - -SELECT * FROM ruletest2; - b ---- - 1 - 4 -(2 rows) - -DROP TABLE ruletest1; -DROP TABLE ruletest2; --- --- Test non-SELECT rule on security invoker view. --- Should use view owner's permissions. --- -CREATE USER regress_rule_user1; -CREATE TABLE ruletest_t1 (x int); -CREATE TABLE ruletest_t2 (x int); -CREATE VIEW ruletest_v1 WITH (security_invoker=true) AS - SELECT * FROM ruletest_t1; -GRANT INSERT ON ruletest_v1 TO regress_rule_user1; -CREATE RULE rule1 AS ON INSERT TO ruletest_v1 - DO INSTEAD INSERT INTO ruletest_t2 VALUES (NEW.*); -SET SESSION AUTHORIZATION regress_rule_user1; -INSERT INTO ruletest_v1 VALUES (1); -RESET SESSION AUTHORIZATION; --- Test that main query's relation's permissions are checked before --- the rule action's relation's. -CREATE TABLE ruletest_t3 (x int); -CREATE RULE rule2 AS ON UPDATE TO ruletest_t1 - DO INSTEAD INSERT INTO ruletest_t2 VALUES (OLD.*); -REVOKE ALL ON ruletest_t2 FROM regress_rule_user1; -REVOKE ALL ON ruletest_t3 FROM regress_rule_user1; -ALTER TABLE ruletest_t1 OWNER TO regress_rule_user1; -SET SESSION AUTHORIZATION regress_rule_user1; -UPDATE ruletest_t1 t1 SET x = 0 FROM ruletest_t3 t3 WHERE t1.x = t3.x; -ERROR: permission denied for table ruletest_t3 -RESET SESSION AUTHORIZATION; -SELECT * FROM ruletest_t1; - x ---- -(0 rows) - -SELECT * FROM ruletest_t2; - x ---- - 1 -(1 row) - -DROP VIEW ruletest_v1; -DROP RULE rule2 ON ruletest_t1; -DROP TABLE ruletest_t3; -DROP TABLE ruletest_t2; -DROP TABLE ruletest_t1; -DROP USER regress_rule_user1; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/psql.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/psql.out --- /tmp/cirrus-ci-build/src/test/regress/expected/psql.out 2025-05-11 19:30:18.988254000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/psql.out 2025-05-11 19:32:42.654598000 +0000 @@ -1,6933 +1,2 @@ --- --- Tests for psql features that aren't closely connected to any --- specific server features --- --- \set --- fail: invalid name -\set invalid/name foo -invalid variable name: "invalid/name" --- fail: invalid value for special variable -\set AUTOCOMMIT foo -unrecognized value "foo" for "AUTOCOMMIT": Boolean expected -\set FETCH_COUNT foo -invalid value "foo" for "FETCH_COUNT": integer expected --- check handling of built-in boolean variable -\echo :ON_ERROR_ROLLBACK -off -\set ON_ERROR_ROLLBACK -\echo :ON_ERROR_ROLLBACK -on -\set ON_ERROR_ROLLBACK foo -unrecognized value "foo" for "ON_ERROR_ROLLBACK" -Available values are: on, off, interactive. -\echo :ON_ERROR_ROLLBACK -on -\set ON_ERROR_ROLLBACK on -\echo :ON_ERROR_ROLLBACK -on -\unset ON_ERROR_ROLLBACK -\echo :ON_ERROR_ROLLBACK -off --- \g and \gx -SELECT 1 as one, 2 as two \g - one | two ------+----- - 1 | 2 -(1 row) - -\gx --[ RECORD 1 ] -one | 1 -two | 2 - -SELECT 3 as three, 4 as four \gx --[ RECORD 1 ] -three | 3 -four | 4 - -\g - three | four --------+------ - 3 | 4 -(1 row) - --- \gx should work in FETCH_COUNT mode too -\set FETCH_COUNT 1 -SELECT 1 as one, 2 as two \g - one | two ------+----- - 1 | 2 -(1 row) - -\gx --[ RECORD 1 ] -one | 1 -two | 2 - -SELECT 3 as three, 4 as four \gx --[ RECORD 1 ] -three | 3 -four | 4 - -\g - three | four --------+------ - 3 | 4 -(1 row) - -\unset FETCH_COUNT --- \g/\gx with pset options -SELECT 1 as one, 2 as two \g (format=csv csv_fieldsep='\t') -one two -1 2 -\g - one | two ------+----- - 1 | 2 -(1 row) - -SELECT 1 as one, 2 as two \gx (title='foo bar') -foo bar --[ RECORD 1 ] -one | 1 -two | 2 - -\g - one | two ------+----- - 1 | 2 -(1 row) - --- \parse (extended query protocol) -\parse -\parse: missing required argument -SELECT 1 \parse '' -SELECT 2 \parse stmt1 -SELECT $1 \parse stmt2 -SELECT $1, $2 \parse stmt3 --- \bind_named (extended query protocol) -\bind_named -\bind_named: missing required argument -\bind_named '' \g - ?column? ----------- - 1 -(1 row) - -\bind_named stmt1 \g - ?column? ----------- - 2 -(1 row) - -\bind_named stmt2 'foo' \g - ?column? ----------- - foo -(1 row) - -\bind_named stmt3 'foo' 'bar' \g - ?column? | ?column? -----------+---------- - foo | bar -(1 row) - --- Repeated calls. The second call generates an error, cleaning up the --- statement name set by the first call. -\bind_named stmt4 -\bind_named -\bind_named: missing required argument -\g -ERROR: there is no parameter $1 -LINE 1: SELECT $1, $2 - ^ --- Last \bind_named wins -\bind_named stmt2 'foo' \bind_named stmt3 'foo2' 'bar2' \g - ?column? | ?column? -----------+---------- - foo2 | bar2 -(1 row) - --- Multiple \g calls mean multiple executions -\bind_named stmt2 'foo3' \g \bind_named stmt3 'foo4' 'bar4' \g - ?column? ----------- - foo3 -(1 row) - - ?column? | ?column? -----------+---------- - foo4 | bar4 -(1 row) - --- \close (extended query protocol) -\close -\close: missing required argument -\close '' -\close stmt2 -\close stmt2 -SELECT name, statement FROM pg_prepared_statements ORDER BY name; - name | statement --------+---------------- - stmt1 | SELECT 2 - stmt3 | SELECT $1, $2 -(2 rows) - --- \bind (extended query protocol) -SELECT 1 \bind \g - ?column? ----------- - 1 -(1 row) - -SELECT $1 \bind 'foo' \g - ?column? ----------- - foo -(1 row) - -SELECT $1, $2 \bind 'foo' 'bar' \g - ?column? | ?column? -----------+---------- - foo | bar -(1 row) - --- last \bind wins -select $1::int as col \bind 'foo' \bind 2 \g - col ------ - 2 -(1 row) - --- Multiple \g calls mean multiple executions -select $1::int as col \bind 1 \g \bind 2 \g - col ------ - 1 -(1 row) - - col ------ - 2 -(1 row) - --- errors --- parse error -SELECT foo \bind \g -ERROR: column "foo" does not exist -LINE 1: SELECT foo - ^ --- tcop error -SELECT 1 \; SELECT 2 \bind \g -ERROR: cannot insert multiple commands into a prepared statement --- bind error -SELECT $1, $2 \bind 'foo' \g -ERROR: bind message supplies 1 parameters, but prepared statement "" requires 2 --- bind_named error -\bind_named stmt2 'baz' \g -ERROR: prepared statement "stmt2" does not exist -\bind_named stmt3 'baz' \g -ERROR: bind message supplies 1 parameters, but prepared statement "stmt3" requires 2 --- \gset -select 10 as test01, 20 as test02, 'Hello' as test03 \gset pref01_ -\echo :pref01_test01 :pref01_test02 :pref01_test03 -10 20 Hello --- should fail: bad variable name -select 10 as "bad name" -\gset -invalid variable name: "bad name" -select 97 as "EOF", 'ok' as _foo \gset IGNORE -attempt to \gset into specially treated variable "IGNOREEOF" ignored -\echo :IGNORE_foo :IGNOREEOF -ok 0 --- multiple backslash commands in one line -select 1 as x, 2 as y \gset pref01_ \\ \echo :pref01_x -1 -select 3 as x, 4 as y \gset pref01_ \echo :pref01_x \echo :pref01_y -3 -4 -select 5 as x, 6 as y \gset pref01_ \\ \g \echo :pref01_x :pref01_y - x | y ----+--- - 5 | 6 -(1 row) - -5 6 -select 7 as x, 8 as y \g \gset pref01_ \echo :pref01_x :pref01_y - x | y ----+--- - 7 | 8 -(1 row) - -7 8 --- NULL should unset the variable -\set var2 xyz -select 1 as var1, NULL as var2, 3 as var3 \gset -\echo :var1 :var2 :var3 -1 :var2 3 --- \gset requires just one tuple -select 10 as test01, 20 as test02 from generate_series(1,3) \gset -more than one row returned for \gset -select 10 as test01, 20 as test02 from generate_series(1,0) \gset -no rows returned for \gset --- \gset returns no tuples -select a from generate_series(1, 10) as a where a = 11 \gset -no rows returned for \gset -\echo :ROW_COUNT -0 --- \gset should work in FETCH_COUNT mode too -\set FETCH_COUNT 1 -select 1 as x, 2 as y \gset pref01_ \\ \echo :pref01_x -1 -select 3 as x, 4 as y \gset pref01_ \echo :pref01_x \echo :pref01_y -3 -4 -select 10 as test01, 20 as test02 from generate_series(1,3) \gset -more than one row returned for \gset -select 10 as test01, 20 as test02 from generate_series(1,0) \gset -no rows returned for \gset -\unset FETCH_COUNT --- \gdesc -SELECT - NULL AS zero, - 1 AS one, - 2.0 AS two, - 'three' AS three, - $1 AS four, - sin($2) as five, - 'foo'::varchar(4) as six, - CURRENT_DATE AS now -\gdesc - Column | Type ---------+---------------------- - zero | text - one | integer - two | numeric - three | text - four | text - five | double precision - six | character varying(4) - now | date -(8 rows) - --- should work with tuple-returning utilities, such as EXECUTE -PREPARE test AS SELECT 1 AS first, 2 AS second; -EXECUTE test \gdesc - Column | Type ---------+--------- - first | integer - second | integer -(2 rows) - -EXPLAIN EXECUTE test \gdesc - Column | Type -------------+------ - QUERY PLAN | text -(1 row) - --- should fail cleanly - syntax error -SELECT 1 + \gdesc -ERROR: syntax error at end of input -LINE 1: SELECT 1 + - ^ --- check behavior with empty results -SELECT \gdesc -The command has no result, or the result has no columns. -CREATE TABLE bububu(a int) \gdesc -The command has no result, or the result has no columns. --- subject command should not have executed -TABLE bububu; -- fail -ERROR: relation "bububu" does not exist -LINE 1: TABLE bububu; - ^ --- query buffer should remain unchanged -SELECT 1 AS x, 'Hello', 2 AS y, true AS "dirty\name" -\gdesc - Column | Type -------------+--------- - x | integer - ?column? | text - y | integer - dirty\name | boolean -(4 rows) - -\g - x | ?column? | y | dirty\name ----+----------+---+------------ - 1 | Hello | 2 | t -(1 row) - --- all on one line -SELECT 3 AS x, 'Hello', 4 AS y, true AS "dirty\name" \gdesc \g - Column | Type -------------+--------- - x | integer - ?column? | text - y | integer - dirty\name | boolean -(4 rows) - - x | ?column? | y | dirty\name ----+----------+---+------------ - 3 | Hello | 4 | t -(1 row) - --- test for server bug #17983 with empty statement in aborted transaction -set search_path = default; -begin; -bogus; -ERROR: syntax error at or near "bogus" -LINE 1: bogus; - ^ -; -\gdesc -The command has no result, or the result has no columns. -rollback; --- \gexec -create temporary table gexec_test(a int, b text, c date, d float); -select format('create index on gexec_test(%I)', attname) -from pg_attribute -where attrelid = 'gexec_test'::regclass and attnum > 0 -order by attnum -\gexec -create index on gexec_test(a) -create index on gexec_test(b) -create index on gexec_test(c) -create index on gexec_test(d) --- \gexec should work in FETCH_COUNT mode too --- (though the fetch limit applies to the executed queries not the meta query) -\set FETCH_COUNT 1 -select 'select 1 as ones', 'select x.y, x.y*2 as double from generate_series(1,4) as x(y)' -union all -select 'drop table gexec_test', NULL -union all -select 'drop table gexec_test', 'select ''2000-01-01''::date as party_over' -\gexec -select 1 as ones - ones ------- - 1 -(1 row) - -select x.y, x.y*2 as double from generate_series(1,4) as x(y) - y | double ----+-------- - 1 | 2 - 2 | 4 - 3 | 6 - 4 | 8 -(4 rows) - -drop table gexec_test -drop table gexec_test -ERROR: table "gexec_test" does not exist -select '2000-01-01'::date as party_over - party_over ------------- - 01-01-2000 -(1 row) - -\unset FETCH_COUNT --- \setenv, \getenv --- ensure MYVAR isn't set -\setenv MYVAR --- in which case, reading it doesn't change the target -\getenv res MYVAR -\echo :res -:res --- now set it -\setenv MYVAR 'environment value' -\getenv res MYVAR -\echo :res -environment value --- show all pset options -\pset -border 1 -columns 0 -csv_fieldsep ',' -expanded off -fieldsep '|' -fieldsep_zero off -footer on -format aligned -linestyle ascii -null '' -numericlocale off -pager 1 -pager_min_lines 0 -recordsep '\n' -recordsep_zero off -tableattr -title -tuples_only off -unicode_border_linestyle single -unicode_column_linestyle single -unicode_header_linestyle single -xheader_width full --- test multi-line headers, wrapping, and newline indicators --- in aligned, unaligned, and wrapped formats -prepare q as select array_to_string(array_agg(repeat('x',2*n)),E'\n') as "ab - -c", array_to_string(array_agg(repeat('y',20-2*n)),E'\n') as "a -bc" from generate_series(1,10) as n(n) group by n>1 order by n>1; -\pset linestyle ascii -\pset expanded off -\pset columns 40 -\pset border 0 -\pset format unaligned -execute q; -ab - -c|a -bc -xx|yyyyyyyyyyyyyyyyyy -xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -(2 rows) -\pset format aligned -execute q; - ab + a + - + bc - c --------------------- ------------------ -xx yyyyyyyyyyyyyyyyyy -xxxx +yyyyyyyyyyyyyyyy + -xxxxxx +yyyyyyyyyyyyyy + -xxxxxxxx +yyyyyyyyyyyy + -xxxxxxxxxx +yyyyyyyyyy + -xxxxxxxxxxxx +yyyyyyyy + -xxxxxxxxxxxxxx +yyyyyy + -xxxxxxxxxxxxxxxx +yyyy + -xxxxxxxxxxxxxxxxxx +yy + -xxxxxxxxxxxxxxxxxxxx -(2 rows) - -\pset format wrapped -execute q; - ab + a + - + bc - c --------------------- ------------------ -xx yyyyyyyyyyyyyyyyyy -xxxx +yyyyyyyyyyyyyyyy + -xxxxxx +yyyyyyyyyyyyyy + -xxxxxxxx +yyyyyyyyyyyy + -xxxxxxxxxx +yyyyyyyyyy + -xxxxxxxxxxxx +yyyyyyyy + -xxxxxxxxxxxxxx +yyyyyy + -xxxxxxxxxxxxxxxx +yyyy + -xxxxxxxxxxxxxxxxxx +yy + -xxxxxxxxxxxxxxxxxxxx -(2 rows) - -\pset border 1 -\pset format unaligned -execute q; -ab - -c|a -bc -xx|yyyyyyyyyyyyyyyyyy -xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -(2 rows) -\pset format aligned -execute q; - ab +| a + - +| bc - c | -----------------------+-------------------- - xx | yyyyyyyyyyyyyyyyyy - xxxx +| yyyyyyyyyyyyyyyy + - xxxxxx +| yyyyyyyyyyyyyy + - xxxxxxxx +| yyyyyyyyyyyy + - xxxxxxxxxx +| yyyyyyyyyy + - xxxxxxxxxxxx +| yyyyyyyy + - xxxxxxxxxxxxxx +| yyyyyy + - xxxxxxxxxxxxxxxx +| yyyy + - xxxxxxxxxxxxxxxxxx +| yy + - xxxxxxxxxxxxxxxxxxxx | -(2 rows) - -\pset format wrapped -execute q; - ab +| a + - +| bc - c | --------------------+-------------------- - xx | yyyyyyyyyyyyyyyyyy - xxxx +| yyyyyyyyyyyyyyyy + - xxxxxx +| yyyyyyyyyyyyyy + - xxxxxxxx +| yyyyyyyyyyyy + - xxxxxxxxxx +| yyyyyyyyyy + - xxxxxxxxxxxx +| yyyyyyyy + - xxxxxxxxxxxxxx +| yyyyyy + - xxxxxxxxxxxxxxxx +| yyyy + - xxxxxxxxxxxxxxxxx.| yy + -.x +| - xxxxxxxxxxxxxxxxx.| -.xxx | -(2 rows) - -\pset border 2 -\pset format unaligned -execute q; -ab - -c|a -bc -xx|yyyyyyyyyyyyyyyyyy -xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -(2 rows) -\pset format aligned -execute q; -+----------------------+--------------------+ -| ab +| a +| -| +| bc | -| c | | -+----------------------+--------------------+ -| xx | yyyyyyyyyyyyyyyyyy | -| xxxx +| yyyyyyyyyyyyyyyy +| -| xxxxxx +| yyyyyyyyyyyyyy +| -| xxxxxxxx +| yyyyyyyyyyyy +| -| xxxxxxxxxx +| yyyyyyyyyy +| -| xxxxxxxxxxxx +| yyyyyyyy +| -| xxxxxxxxxxxxxx +| yyyyyy +| -| xxxxxxxxxxxxxxxx +| yyyy +| -| xxxxxxxxxxxxxxxxxx +| yy +| -| xxxxxxxxxxxxxxxxxxxx | | -+----------------------+--------------------+ -(2 rows) - -\pset format wrapped -execute q; -+-----------------+--------------------+ -| ab +| a +| -| +| bc | -| c | | -+-----------------+--------------------+ -| xx | yyyyyyyyyyyyyyyyyy | -| xxxx +| yyyyyyyyyyyyyyyy +| -| xxxxxx +| yyyyyyyyyyyyyy +| -| xxxxxxxx +| yyyyyyyyyyyy +| -| xxxxxxxxxx +| yyyyyyyyyy +| -| xxxxxxxxxxxx +| yyyyyyyy +| -| xxxxxxxxxxxxxx +| yyyyyy +| -| xxxxxxxxxxxxxxx.| yyyy +| -|.x +| yy +| -| xxxxxxxxxxxxxxx.| | -|.xxx +| | -| xxxxxxxxxxxxxxx.| | -|.xxxxx | | -+-----------------+--------------------+ -(2 rows) - -\pset expanded on -\pset columns 20 -\pset border 0 -\pset format unaligned -execute q; -ab - -c|xx -a -bc|yyyyyyyyyyyyyyyyyy - -ab - -c|xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx -a -bc|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -\pset format aligned -execute q; -* Record 1 -ab+ xx - + -c -a + yyyyyyyyyyyyyyyyyy -bc -* Record 2 -ab+ xxxx + - + xxxxxx + -c xxxxxxxx + - xxxxxxxxxx + - xxxxxxxxxxxx + - xxxxxxxxxxxxxx + - xxxxxxxxxxxxxxxx + - xxxxxxxxxxxxxxxxxx + - xxxxxxxxxxxxxxxxxxxx -a + yyyyyyyyyyyyyyyy + -bc yyyyyyyyyyyyyy + - yyyyyyyyyyyy + - yyyyyyyyyy + - yyyyyyyy + - yyyyyy + - yyyy + - yy + - - -\pset format wrapped -execute q; -* Record 1 -ab+ xx - + -c -a + yyyyyyyyyyyyyyy. -bc .yyy -* Record 2 -ab+ xxxx + - + xxxxxx + -c xxxxxxxx + - xxxxxxxxxx + - xxxxxxxxxxxx + - xxxxxxxxxxxxxx + - xxxxxxxxxxxxxxx. - .x + - xxxxxxxxxxxxxxx. - .xxx + - xxxxxxxxxxxxxxx. - .xxxxx -a + yyyyyyyyyyyyyyy. -bc .y + - yyyyyyyyyyyyyy + - yyyyyyyyyyyy + - yyyyyyyyyy + - yyyyyyyy + - yyyyyy + - yyyy + - yy + - - -\pset border 1 -\pset format unaligned -execute q; -ab - -c|xx -a -bc|yyyyyyyyyyyyyyyyyy - -ab - -c|xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx -a -bc|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -\pset format aligned -execute q; --[ RECORD 1 ]------------ -ab+| xx - +| -c | -a +| yyyyyyyyyyyyyyyyyy -bc | --[ RECORD 2 ]------------ -ab+| xxxx + - +| xxxxxx + -c | xxxxxxxx + - | xxxxxxxxxx + - | xxxxxxxxxxxx + - | xxxxxxxxxxxxxx + - | xxxxxxxxxxxxxxxx + - | xxxxxxxxxxxxxxxxxx + - | xxxxxxxxxxxxxxxxxxxx -a +| yyyyyyyyyyyyyyyy + -bc | yyyyyyyyyyyyyy + - | yyyyyyyyyyyy + - | yyyyyyyyyy + - | yyyyyyyy + - | yyyyyy + - | yyyy + - | yy + - | - -\pset format wrapped -execute q; --[ RECORD 1 ]------ -ab+| xx - +| -c | -a +| yyyyyyyyyyyyyy. -bc |.yyyy --[ RECORD 2 ]------ -ab+| xxxx + - +| xxxxxx + -c | xxxxxxxx + - | xxxxxxxxxx + - | xxxxxxxxxxxx + - | xxxxxxxxxxxxxx+ - | xxxxxxxxxxxxxx. - |.xx + - | xxxxxxxxxxxxxx. - |.xxxx + - | xxxxxxxxxxxxxx. - |.xxxxxx -a +| yyyyyyyyyyyyyy. -bc |.yy + - | yyyyyyyyyyyyyy+ - | yyyyyyyyyyyy + - | yyyyyyyyyy + - | yyyyyyyy + - | yyyyyy + - | yyyy + - | yy + - | - -\pset border 2 -\pset format unaligned -execute q; -ab - -c|xx -a -bc|yyyyyyyyyyyyyyyyyy - -ab - -c|xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx -a -bc|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -\pset format aligned -execute q; -+-[ RECORD 1 ]--------------+ -| ab+| xx | -| +| | -| c | | -| a +| yyyyyyyyyyyyyyyyyy | -| bc | | -+-[ RECORD 2 ]--------------+ -| ab+| xxxx +| -| +| xxxxxx +| -| c | xxxxxxxx +| -| | xxxxxxxxxx +| -| | xxxxxxxxxxxx +| -| | xxxxxxxxxxxxxx +| -| | xxxxxxxxxxxxxxxx +| -| | xxxxxxxxxxxxxxxxxx +| -| | xxxxxxxxxxxxxxxxxxxx | -| a +| yyyyyyyyyyyyyyyy +| -| bc | yyyyyyyyyyyyyy +| -| | yyyyyyyyyyyy +| -| | yyyyyyyyyy +| -| | yyyyyyyy +| -| | yyyyyy +| -| | yyyy +| -| | yy +| -| | | -+----+----------------------+ - -\pset format wrapped -execute q; -+-[ RECORD 1 ]-----+ -| ab+| xx | -| +| | -| c | | -| a +| yyyyyyyyyyy.| -| bc |.yyyyyyy | -+-[ RECORD 2 ]-----+ -| ab+| xxxx +| -| +| xxxxxx +| -| c | xxxxxxxx +| -| | xxxxxxxxxx +| -| | xxxxxxxxxxx.| -| |.x +| -| | xxxxxxxxxxx.| -| |.xxx +| -| | xxxxxxxxxxx.| -| |.xxxxx +| -| | xxxxxxxxxxx.| -| |.xxxxxxx +| -| | xxxxxxxxxxx.| -| |.xxxxxxxxx | -| a +| yyyyyyyyyyy.| -| bc |.yyyyy +| -| | yyyyyyyyyyy.| -| |.yyy +| -| | yyyyyyyyyyy.| -| |.y +| -| | yyyyyyyyyy +| -| | yyyyyyyy +| -| | yyyyyy +| -| | yyyy +| -| | yy +| -| | | -+----+-------------+ - -\pset linestyle old-ascii -\pset expanded off -\pset columns 40 -\pset border 0 -\pset format unaligned -execute q; -ab - -c|a -bc -xx|yyyyyyyyyyyyyyyyyy -xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -(2 rows) -\pset format aligned -execute q; - ab a - + bc - c + --------------------- ------------------ -xx yyyyyyyyyyyyyyyyyy -xxxx yyyyyyyyyyyyyyyy -xxxxxx yyyyyyyyyyyyyy -xxxxxxxx yyyyyyyyyyyy -xxxxxxxxxx yyyyyyyyyy -xxxxxxxxxxxx yyyyyyyy -xxxxxxxxxxxxxx yyyyyy -xxxxxxxxxxxxxxxx yyyy -xxxxxxxxxxxxxxxxxx yy -xxxxxxxxxxxxxxxxxxxx -(2 rows) - -\pset format wrapped -execute q; - ab a - + bc - c + --------------------- ------------------ -xx yyyyyyyyyyyyyyyyyy -xxxx yyyyyyyyyyyyyyyy -xxxxxx yyyyyyyyyyyyyy -xxxxxxxx yyyyyyyyyyyy -xxxxxxxxxx yyyyyyyyyy -xxxxxxxxxxxx yyyyyyyy -xxxxxxxxxxxxxx yyyyyy -xxxxxxxxxxxxxxxx yyyy -xxxxxxxxxxxxxxxxxx yy -xxxxxxxxxxxxxxxxxxxx -(2 rows) - -\pset border 1 -\pset format unaligned -execute q; -ab - -c|a -bc -xx|yyyyyyyyyyyyyyyyyy -xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -(2 rows) -\pset format aligned -execute q; - ab | a -+ |+ bc -+ c |+ -----------------------+-------------------- - xx | yyyyyyyyyyyyyyyyyy - xxxx | yyyyyyyyyyyyyyyy - xxxxxx : yyyyyyyyyyyyyy - xxxxxxxx : yyyyyyyyyyyy - xxxxxxxxxx : yyyyyyyyyy - xxxxxxxxxxxx : yyyyyyyy - xxxxxxxxxxxxxx : yyyyyy - xxxxxxxxxxxxxxxx : yyyy - xxxxxxxxxxxxxxxxxx : yy - xxxxxxxxxxxxxxxxxxxx : -(2 rows) - -\pset format wrapped -execute q; - ab | a -+ |+ bc -+ c |+ --------------------+-------------------- - xx | yyyyyyyyyyyyyyyyyy - xxxx | yyyyyyyyyyyyyyyy - xxxxxx : yyyyyyyyyyyyyy - xxxxxxxx : yyyyyyyyyyyy - xxxxxxxxxx : yyyyyyyyyy - xxxxxxxxxxxx : yyyyyyyy - xxxxxxxxxxxxxx : yyyyyy - xxxxxxxxxxxxxxxx : yyyy - xxxxxxxxxxxxxxxxx : yy - x : - xxxxxxxxxxxxxxxxx - xxx -(2 rows) - -\pset border 2 -\pset format unaligned -execute q; -ab - -c|a -bc -xx|yyyyyyyyyyyyyyyyyy -xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -(2 rows) -\pset format aligned -execute q; -+----------------------+--------------------+ -| ab | a | -|+ |+ bc | -|+ c |+ | -+----------------------+--------------------+ -| xx | yyyyyyyyyyyyyyyyyy | -| xxxx | yyyyyyyyyyyyyyyy | -| xxxxxx : yyyyyyyyyyyyyy | -| xxxxxxxx : yyyyyyyyyyyy | -| xxxxxxxxxx : yyyyyyyyyy | -| xxxxxxxxxxxx : yyyyyyyy | -| xxxxxxxxxxxxxx : yyyyyy | -| xxxxxxxxxxxxxxxx : yyyy | -| xxxxxxxxxxxxxxxxxx : yy | -| xxxxxxxxxxxxxxxxxxxx : | -+----------------------+--------------------+ -(2 rows) - -\pset format wrapped -execute q; -+-----------------+--------------------+ -| ab | a | -|+ |+ bc | -|+ c |+ | -+-----------------+--------------------+ -| xx | yyyyyyyyyyyyyyyyyy | -| xxxx | yyyyyyyyyyyyyyyy | -| xxxxxx : yyyyyyyyyyyyyy | -| xxxxxxxx : yyyyyyyyyyyy | -| xxxxxxxxxx : yyyyyyyyyy | -| xxxxxxxxxxxx : yyyyyyyy | -| xxxxxxxxxxxxxx : yyyyyy | -| xxxxxxxxxxxxxxx : yyyy | -| x : yy | -| xxxxxxxxxxxxxxx : | -| xxx | -| xxxxxxxxxxxxxxx | -| xxxxx | -+-----------------+--------------------+ -(2 rows) - -\pset expanded on -\pset columns 20 -\pset border 0 -\pset format unaligned -execute q; -ab - -c|xx -a -bc|yyyyyyyyyyyyyyyyyy - -ab - -c|xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx -a -bc|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -\pset format aligned -execute q; -* Record 1 - ab xx -+ -+c - a yyyyyyyyyyyyyyyyyy -+bc -* Record 2 - ab xxxx -+ xxxxxx -+c xxxxxxxx - xxxxxxxxxx - xxxxxxxxxxxx - xxxxxxxxxxxxxx - xxxxxxxxxxxxxxxx - xxxxxxxxxxxxxxxxxx - xxxxxxxxxxxxxxxxxxxx - a yyyyyyyyyyyyyyyy -+bc yyyyyyyyyyyyyy - yyyyyyyyyyyy - yyyyyyyyyy - yyyyyyyy - yyyyyy - yyyy - yy - - -\pset format wrapped -execute q; -* Record 1 - ab xx -+ -+c - a yyyyyyyyyyyyyyyy -+bc yy -* Record 2 - ab xxxx -+ xxxxxx -+c xxxxxxxx - xxxxxxxxxx - xxxxxxxxxxxx - xxxxxxxxxxxxxx - xxxxxxxxxxxxxxxx - xxxxxxxxxxxxxxxx - xx - xxxxxxxxxxxxxxxx - xxxx - a yyyyyyyyyyyyyyyy -+bc yyyyyyyyyyyyyy - yyyyyyyyyyyy - yyyyyyyyyy - yyyyyyyy - yyyyyy - yyyy - yy - - -\pset border 1 -\pset format unaligned -execute q; -ab - -c|xx -a -bc|yyyyyyyyyyyyyyyyyy - -ab - -c|xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx -a -bc|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -\pset format aligned -execute q; --[ RECORD 1 ]------------- - ab | xx -+ ; -+c ; - a | yyyyyyyyyyyyyyyyyy -+bc ; --[ RECORD 2 ]------------- - ab | xxxx -+ : xxxxxx -+c : xxxxxxxx - : xxxxxxxxxx - : xxxxxxxxxxxx - : xxxxxxxxxxxxxx - : xxxxxxxxxxxxxxxx - : xxxxxxxxxxxxxxxxxx - : xxxxxxxxxxxxxxxxxxxx - a | yyyyyyyyyyyyyyyy -+bc : yyyyyyyyyyyyyy - : yyyyyyyyyyyy - : yyyyyyyyyy - : yyyyyyyy - : yyyyyy - : yyyy - : yy - : - -\pset format wrapped -execute q; --[ RECORD 1 ]------- - ab | xx -+ ; -+c ; - a | yyyyyyyyyyyyyy -+bc ; yyyy --[ RECORD 2 ]------- - ab | xxxx -+ : xxxxxx -+c : xxxxxxxx - : xxxxxxxxxx - : xxxxxxxxxxxx - : xxxxxxxxxxxxxx - : xxxxxxxxxxxxxx - ; xx - : xxxxxxxxxxxxxx - ; xxxx - : xxxxxxxxxxxxxx - ; xxxxxx - a | yyyyyyyyyyyyyy -+bc ; yy - : yyyyyyyyyyyyyy - : yyyyyyyyyyyy - : yyyyyyyyyy - : yyyyyyyy - : yyyyyy - : yyyy - : yy - : - -\pset border 2 -\pset format unaligned -execute q; -ab - -c|xx -a -bc|yyyyyyyyyyyyyyyyyy - -ab - -c|xxxx -xxxxxx -xxxxxxxx -xxxxxxxxxx -xxxxxxxxxxxx -xxxxxxxxxxxxxx -xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxxxx -a -bc|yyyyyyyyyyyyyyyy -yyyyyyyyyyyyyy -yyyyyyyyyyyy -yyyyyyyyyy -yyyyyyyy -yyyyyy -yyyy -yy - -\pset format aligned -execute q; -+-[ RECORD 1 ]--------------+ -| ab | xx | -|+ ; | -|+c ; | -| a | yyyyyyyyyyyyyyyyyy | -|+bc ; | -+-[ RECORD 2 ]--------------+ -| ab | xxxx | -|+ : xxxxxx | -|+c : xxxxxxxx | -| : xxxxxxxxxx | -| : xxxxxxxxxxxx | -| : xxxxxxxxxxxxxx | -| : xxxxxxxxxxxxxxxx | -| : xxxxxxxxxxxxxxxxxx | -| : xxxxxxxxxxxxxxxxxxxx | -| a | yyyyyyyyyyyyyyyy | -|+bc : yyyyyyyyyyyyyy | -| : yyyyyyyyyyyy | -| : yyyyyyyyyy | -| : yyyyyyyy | -| : yyyyyy | -| : yyyy | -| : yy | -| : | -+----+----------------------+ - -\pset format wrapped -execute q; -+-[ RECORD 1 ]-----+ -| ab | xx | -|+ ; | -|+c ; | -| a | yyyyyyyyyyy | -|+bc ; yyyyyyy | -+-[ RECORD 2 ]-----+ -| ab | xxxx | -|+ : xxxxxx | -|+c : xxxxxxxx | -| : xxxxxxxxxx | -| : xxxxxxxxxxx | -| ; x | -| : xxxxxxxxxxx | -| ; xxx | -| : xxxxxxxxxxx | -| ; xxxxx | -| : xxxxxxxxxxx | -| ; xxxxxxx | -| : xxxxxxxxxxx | -| ; xxxxxxxxx | -| a | yyyyyyyyyyy | -|+bc ; yyyyy | -| : yyyyyyyyyyy | -| ; yyy | -| : yyyyyyyyyyy | -| ; y | -| : yyyyyyyyyy | -| : yyyyyyyy | -| : yyyyyy | -| : yyyy | -| : yy | -| : | -+----+-------------+ - -deallocate q; --- test single-line header and data -prepare q as select repeat('x',2*n) as "0123456789abcdef", repeat('y',20-2*n) as "0123456789" from generate_series(1,10) as n; -\pset linestyle ascii -\pset expanded off -\pset columns 40 -\pset border 0 -\pset format unaligned -execute q; -0123456789abcdef|0123456789 -xx|yyyyyyyyyyyyyyyyyy -xxxx|yyyyyyyyyyyyyyyy -xxxxxx|yyyyyyyyyyyyyy -xxxxxxxx|yyyyyyyyyyyy -xxxxxxxxxx|yyyyyyyyyy -xxxxxxxxxxxx|yyyyyyyy -xxxxxxxxxxxxxx|yyyyyy -xxxxxxxxxxxxxxxx|yyyy -xxxxxxxxxxxxxxxxxx|yy -xxxxxxxxxxxxxxxxxxxx| -(10 rows) -\pset format aligned -execute q; - 0123456789abcdef 0123456789 --------------------- ------------------ -xx yyyyyyyyyyyyyyyyyy -xxxx yyyyyyyyyyyyyyyy -xxxxxx yyyyyyyyyyyyyy -xxxxxxxx yyyyyyyyyyyy -xxxxxxxxxx yyyyyyyyyy -xxxxxxxxxxxx yyyyyyyy -xxxxxxxxxxxxxx yyyyyy -xxxxxxxxxxxxxxxx yyyy -xxxxxxxxxxxxxxxxxx yy -xxxxxxxxxxxxxxxxxxxx -(10 rows) - -\pset format wrapped -execute q; - 0123456789abcdef 0123456789 --------------------- ------------------ -xx yyyyyyyyyyyyyyyyyy -xxxx yyyyyyyyyyyyyyyy -xxxxxx yyyyyyyyyyyyyy -xxxxxxxx yyyyyyyyyyyy -xxxxxxxxxx yyyyyyyyyy -xxxxxxxxxxxx yyyyyyyy -xxxxxxxxxxxxxx yyyyyy -xxxxxxxxxxxxxxxx yyyy -xxxxxxxxxxxxxxxxxx yy -xxxxxxxxxxxxxxxxxxxx -(10 rows) - -\pset border 1 -\pset format unaligned -execute q; -0123456789abcdef|0123456789 -xx|yyyyyyyyyyyyyyyyyy -xxxx|yyyyyyyyyyyyyyyy -xxxxxx|yyyyyyyyyyyyyy -xxxxxxxx|yyyyyyyyyyyy -xxxxxxxxxx|yyyyyyyyyy -xxxxxxxxxxxx|yyyyyyyy -xxxxxxxxxxxxxx|yyyyyy -xxxxxxxxxxxxxxxx|yyyy -xxxxxxxxxxxxxxxxxx|yy -xxxxxxxxxxxxxxxxxxxx| -(10 rows) -\pset format aligned -execute q; - 0123456789abcdef | 0123456789 -----------------------+-------------------- - xx | yyyyyyyyyyyyyyyyyy - xxxx | yyyyyyyyyyyyyyyy - xxxxxx | yyyyyyyyyyyyyy - xxxxxxxx | yyyyyyyyyyyy - xxxxxxxxxx | yyyyyyyyyy - xxxxxxxxxxxx | yyyyyyyy - xxxxxxxxxxxxxx | yyyyyy - xxxxxxxxxxxxxxxx | yyyy - xxxxxxxxxxxxxxxxxx | yy - xxxxxxxxxxxxxxxxxxxx | -(10 rows) - -\pset format wrapped -execute q; - 0123456789abcdef | 0123456789 ----------------------+------------------ - xx | yyyyyyyyyyyyyyyy. - |.yy - xxxx | yyyyyyyyyyyyyyyy - xxxxxx | yyyyyyyyyyyyyy - xxxxxxxx | yyyyyyyyyyyy - xxxxxxxxxx | yyyyyyyyyy - xxxxxxxxxxxx | yyyyyyyy - xxxxxxxxxxxxxx | yyyyyy - xxxxxxxxxxxxxxxx | yyyy - xxxxxxxxxxxxxxxxxx | yy - xxxxxxxxxxxxxxxxxxx.| -.x | -(10 rows) - -\pset border 2 -\pset format unaligned -execute q; -0123456789abcdef|0123456789 -xx|yyyyyyyyyyyyyyyyyy -xxxx|yyyyyyyyyyyyyyyy -xxxxxx|yyyyyyyyyyyyyy -xxxxxxxx|yyyyyyyyyyyy -xxxxxxxxxx|yyyyyyyyyy -xxxxxxxxxxxx|yyyyyyyy -xxxxxxxxxxxxxx|yyyyyy -xxxxxxxxxxxxxxxx|yyyy -xxxxxxxxxxxxxxxxxx|yy -xxxxxxxxxxxxxxxxxxxx| -(10 rows) -\pset format aligned -execute q; -+----------------------+--------------------+ -| 0123456789abcdef | 0123456789 | -+----------------------+--------------------+ -| xx | yyyyyyyyyyyyyyyyyy | -| xxxx | yyyyyyyyyyyyyyyy | -| xxxxxx | yyyyyyyyyyyyyy | -| xxxxxxxx | yyyyyyyyyyyy | -| xxxxxxxxxx | yyyyyyyyyy | -| xxxxxxxxxxxx | yyyyyyyy | -| xxxxxxxxxxxxxx | yyyyyy | -| xxxxxxxxxxxxxxxx | yyyy | -| xxxxxxxxxxxxxxxxxx | yy | -| xxxxxxxxxxxxxxxxxxxx | | -+----------------------+--------------------+ -(10 rows) - -\pset format wrapped -execute q; -+--------------------+-----------------+ -| 0123456789abcdef | 0123456789 | -+--------------------+-----------------+ -| xx | yyyyyyyyyyyyyyy.| -| |.yyy | -| xxxx | yyyyyyyyyyyyyyy.| -| |.y | -| xxxxxx | yyyyyyyyyyyyyy | -| xxxxxxxx | yyyyyyyyyyyy | -| xxxxxxxxxx | yyyyyyyyyy | -| xxxxxxxxxxxx | yyyyyyyy | -| xxxxxxxxxxxxxx | yyyyyy | -| xxxxxxxxxxxxxxxx | yyyy | -| xxxxxxxxxxxxxxxxxx | yy | -| xxxxxxxxxxxxxxxxxx.| | -|.xx | | -+--------------------+-----------------+ -(10 rows) - -\pset expanded on -\pset columns 30 -\pset border 0 -\pset format unaligned -execute q; -0123456789abcdef|xx -0123456789|yyyyyyyyyyyyyyyyyy - -0123456789abcdef|xxxx -0123456789|yyyyyyyyyyyyyyyy - -0123456789abcdef|xxxxxx -0123456789|yyyyyyyyyyyyyy - -0123456789abcdef|xxxxxxxx -0123456789|yyyyyyyyyyyy - -0123456789abcdef|xxxxxxxxxx -0123456789|yyyyyyyyyy - -0123456789abcdef|xxxxxxxxxxxx -0123456789|yyyyyyyy - -0123456789abcdef|xxxxxxxxxxxxxx -0123456789|yyyyyy - -0123456789abcdef|xxxxxxxxxxxxxxxx -0123456789|yyyy - -0123456789abcdef|xxxxxxxxxxxxxxxxxx -0123456789|yy - -0123456789abcdef|xxxxxxxxxxxxxxxxxxxx -0123456789| -\pset format aligned -execute q; -* Record 1 -0123456789abcdef xx -0123456789 yyyyyyyyyyyyyyyyyy -* Record 2 -0123456789abcdef xxxx -0123456789 yyyyyyyyyyyyyyyy -* Record 3 -0123456789abcdef xxxxxx -0123456789 yyyyyyyyyyyyyy -* Record 4 -0123456789abcdef xxxxxxxx -0123456789 yyyyyyyyyyyy -* Record 5 -0123456789abcdef xxxxxxxxxx -0123456789 yyyyyyyyyy -* Record 6 -0123456789abcdef xxxxxxxxxxxx -0123456789 yyyyyyyy -* Record 7 -0123456789abcdef xxxxxxxxxxxxxx -0123456789 yyyyyy -* Record 8 -0123456789abcdef xxxxxxxxxxxxxxxx -0123456789 yyyy -* Record 9 -0123456789abcdef xxxxxxxxxxxxxxxxxx -0123456789 yy -* Record 10 -0123456789abcdef xxxxxxxxxxxxxxxxxxxx -0123456789 - -\pset format wrapped -execute q; -* Record 1 -0123456789abcdef xx -0123456789 yyyyyyyyyyyy. - .yyyyyy -* Record 2 -0123456789abcdef xxxx -0123456789 yyyyyyyyyyyy. - .yyyy -* Record 3 -0123456789abcdef xxxxxx -0123456789 yyyyyyyyyyyy. - .yy -* Record 4 -0123456789abcdef xxxxxxxx -0123456789 yyyyyyyyyyyy -* Record 5 -0123456789abcdef xxxxxxxxxx -0123456789 yyyyyyyyyy -* Record 6 -0123456789abcdef xxxxxxxxxxxx -0123456789 yyyyyyyy -* Record 7 -0123456789abcdef xxxxxxxxxxxx. - .xx -0123456789 yyyyyy -* Record 8 -0123456789abcdef xxxxxxxxxxxx. - .xxxx -0123456789 yyyy -* Record 9 -0123456789abcdef xxxxxxxxxxxx. - .xxxxxx -0123456789 yy -* Record 10 -0123456789abcdef xxxxxxxxxxxx. - .xxxxxxxx -0123456789 - -\pset border 1 -\pset format unaligned -execute q; -0123456789abcdef|xx -0123456789|yyyyyyyyyyyyyyyyyy - -0123456789abcdef|xxxx -0123456789|yyyyyyyyyyyyyyyy - -0123456789abcdef|xxxxxx -0123456789|yyyyyyyyyyyyyy - -0123456789abcdef|xxxxxxxx -0123456789|yyyyyyyyyyyy - -0123456789abcdef|xxxxxxxxxx -0123456789|yyyyyyyyyy - -0123456789abcdef|xxxxxxxxxxxx -0123456789|yyyyyyyy - -0123456789abcdef|xxxxxxxxxxxxxx -0123456789|yyyyyy - -0123456789abcdef|xxxxxxxxxxxxxxxx -0123456789|yyyy - -0123456789abcdef|xxxxxxxxxxxxxxxxxx -0123456789|yy - -0123456789abcdef|xxxxxxxxxxxxxxxxxxxx -0123456789| -\pset format aligned -execute q; --[ RECORD 1 ]----+--------------------- -0123456789abcdef | xx -0123456789 | yyyyyyyyyyyyyyyyyy --[ RECORD 2 ]----+--------------------- -0123456789abcdef | xxxx -0123456789 | yyyyyyyyyyyyyyyy --[ RECORD 3 ]----+--------------------- -0123456789abcdef | xxxxxx -0123456789 | yyyyyyyyyyyyyy --[ RECORD 4 ]----+--------------------- -0123456789abcdef | xxxxxxxx -0123456789 | yyyyyyyyyyyy --[ RECORD 5 ]----+--------------------- -0123456789abcdef | xxxxxxxxxx -0123456789 | yyyyyyyyyy --[ RECORD 6 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxx -0123456789 | yyyyyyyy --[ RECORD 7 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxx -0123456789 | yyyyyy --[ RECORD 8 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxx -0123456789 | yyyy --[ RECORD 9 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxxxx -0123456789 | yy --[ RECORD 10 ]---+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxxxxxx -0123456789 | - -\pset format wrapped -execute q; --[ RECORD 1 ]----+----------- -0123456789abcdef | xx -0123456789 | yyyyyyyyyy. - |.yyyyyyyy --[ RECORD 2 ]----+----------- -0123456789abcdef | xxxx -0123456789 | yyyyyyyyyy. - |.yyyyyy --[ RECORD 3 ]----+----------- -0123456789abcdef | xxxxxx -0123456789 | yyyyyyyyyy. - |.yyyy --[ RECORD 4 ]----+----------- -0123456789abcdef | xxxxxxxx -0123456789 | yyyyyyyyyy. - |.yy --[ RECORD 5 ]----+----------- -0123456789abcdef | xxxxxxxxxx -0123456789 | yyyyyyyyyy --[ RECORD 6 ]----+----------- -0123456789abcdef | xxxxxxxxxx. - |.xx -0123456789 | yyyyyyyy --[ RECORD 7 ]----+----------- -0123456789abcdef | xxxxxxxxxx. - |.xxxx -0123456789 | yyyyyy --[ RECORD 8 ]----+----------- -0123456789abcdef | xxxxxxxxxx. - |.xxxxxx -0123456789 | yyyy --[ RECORD 9 ]----+----------- -0123456789abcdef | xxxxxxxxxx. - |.xxxxxxxx -0123456789 | yy --[ RECORD 10 ]---+----------- -0123456789abcdef | xxxxxxxxxx. - |.xxxxxxxxxx -0123456789 | - -\pset border 2 -\pset format unaligned -execute q; -0123456789abcdef|xx -0123456789|yyyyyyyyyyyyyyyyyy - -0123456789abcdef|xxxx -0123456789|yyyyyyyyyyyyyyyy - -0123456789abcdef|xxxxxx -0123456789|yyyyyyyyyyyyyy - -0123456789abcdef|xxxxxxxx -0123456789|yyyyyyyyyyyy - -0123456789abcdef|xxxxxxxxxx -0123456789|yyyyyyyyyy - -0123456789abcdef|xxxxxxxxxxxx -0123456789|yyyyyyyy - -0123456789abcdef|xxxxxxxxxxxxxx -0123456789|yyyyyy - -0123456789abcdef|xxxxxxxxxxxxxxxx -0123456789|yyyy - -0123456789abcdef|xxxxxxxxxxxxxxxxxx -0123456789|yy - -0123456789abcdef|xxxxxxxxxxxxxxxxxxxx -0123456789| -\pset format aligned -execute q; -+-[ RECORD 1 ]-----+----------------------+ -| 0123456789abcdef | xx | -| 0123456789 | yyyyyyyyyyyyyyyyyy | -+-[ RECORD 2 ]-----+----------------------+ -| 0123456789abcdef | xxxx | -| 0123456789 | yyyyyyyyyyyyyyyy | -+-[ RECORD 3 ]-----+----------------------+ -| 0123456789abcdef | xxxxxx | -| 0123456789 | yyyyyyyyyyyyyy | -+-[ RECORD 4 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxx | -| 0123456789 | yyyyyyyyyyyy | -+-[ RECORD 5 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxx | -| 0123456789 | yyyyyyyyyy | -+-[ RECORD 6 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxx | -| 0123456789 | yyyyyyyy | -+-[ RECORD 7 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxx | -| 0123456789 | yyyyyy | -+-[ RECORD 8 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxx | -| 0123456789 | yyyy | -+-[ RECORD 9 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxxxx | -| 0123456789 | yy | -+-[ RECORD 10 ]----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxxxxxx | -| 0123456789 | | -+------------------+----------------------+ - -\pset format wrapped -execute q; -+-[ RECORD 1 ]-----+---------+ -| 0123456789abcdef | xx | -| 0123456789 | yyyyyyy.| -| |.yyyyyyy.| -| |.yyyy | -+-[ RECORD 2 ]-----+---------+ -| 0123456789abcdef | xxxx | -| 0123456789 | yyyyyyy.| -| |.yyyyyyy.| -| |.yy | -+-[ RECORD 3 ]-----+---------+ -| 0123456789abcdef | xxxxxx | -| 0123456789 | yyyyyyy.| -| |.yyyyyyy | -+-[ RECORD 4 ]-----+---------+ -| 0123456789abcdef | xxxxxxx.| -| |.x | -| 0123456789 | yyyyyyy.| -| |.yyyyy | -+-[ RECORD 5 ]-----+---------+ -| 0123456789abcdef | xxxxxxx.| -| |.xxx | -| 0123456789 | yyyyyyy.| -| |.yyy | -+-[ RECORD 6 ]-----+---------+ -| 0123456789abcdef | xxxxxxx.| -| |.xxxxx | -| 0123456789 | yyyyyyy.| -| |.y | -+-[ RECORD 7 ]-----+---------+ -| 0123456789abcdef | xxxxxxx.| -| |.xxxxxxx | -| 0123456789 | yyyyyy | -+-[ RECORD 8 ]-----+---------+ -| 0123456789abcdef | xxxxxxx.| -| |.xxxxxxx.| -| |.xx | -| 0123456789 | yyyy | -+-[ RECORD 9 ]-----+---------+ -| 0123456789abcdef | xxxxxxx.| -| |.xxxxxxx.| -| |.xxxx | -| 0123456789 | yy | -+-[ RECORD 10 ]----+---------+ -| 0123456789abcdef | xxxxxxx.| -| |.xxxxxxx.| -| |.xxxxxx | -| 0123456789 | | -+------------------+---------+ - -\pset expanded on -\pset columns 20 -\pset border 0 -\pset format unaligned -execute q; -0123456789abcdef|xx -0123456789|yyyyyyyyyyyyyyyyyy - -0123456789abcdef|xxxx -0123456789|yyyyyyyyyyyyyyyy - -0123456789abcdef|xxxxxx -0123456789|yyyyyyyyyyyyyy - -0123456789abcdef|xxxxxxxx -0123456789|yyyyyyyyyyyy - -0123456789abcdef|xxxxxxxxxx -0123456789|yyyyyyyyyy - -0123456789abcdef|xxxxxxxxxxxx -0123456789|yyyyyyyy - -0123456789abcdef|xxxxxxxxxxxxxx -0123456789|yyyyyy - -0123456789abcdef|xxxxxxxxxxxxxxxx -0123456789|yyyy - -0123456789abcdef|xxxxxxxxxxxxxxxxxx -0123456789|yy - -0123456789abcdef|xxxxxxxxxxxxxxxxxxxx -0123456789| -\pset format aligned -execute q; -* Record 1 -0123456789abcdef xx -0123456789 yyyyyyyyyyyyyyyyyy -* Record 2 -0123456789abcdef xxxx -0123456789 yyyyyyyyyyyyyyyy -* Record 3 -0123456789abcdef xxxxxx -0123456789 yyyyyyyyyyyyyy -* Record 4 -0123456789abcdef xxxxxxxx -0123456789 yyyyyyyyyyyy -* Record 5 -0123456789abcdef xxxxxxxxxx -0123456789 yyyyyyyyyy -* Record 6 -0123456789abcdef xxxxxxxxxxxx -0123456789 yyyyyyyy -* Record 7 -0123456789abcdef xxxxxxxxxxxxxx -0123456789 yyyyyy -* Record 8 -0123456789abcdef xxxxxxxxxxxxxxxx -0123456789 yyyy -* Record 9 -0123456789abcdef xxxxxxxxxxxxxxxxxx -0123456789 yy -* Record 10 -0123456789abcdef xxxxxxxxxxxxxxxxxxxx -0123456789 - -\pset format wrapped -execute q; -* Record 1 -0123456789abcdef xx -0123456789 yyy. - .yyy. - .yyy. - .yyy. - .yyy. - .yyy -* Record 2 -0123456789abcdef xxx. - .x -0123456789 yyy. - .yyy. - .yyy. - .yyy. - .yyy. - .y -* Record 3 -0123456789abcdef xxx. - .xxx -0123456789 yyy. - .yyy. - .yyy. - .yyy. - .yy -* Record 4 -0123456789abcdef xxx. - .xxx. - .xx -0123456789 yyy. - .yyy. - .yyy. - .yyy -* Record 5 -0123456789abcdef xxx. - .xxx. - .xxx. - .x -0123456789 yyy. - .yyy. - .yyy. - .y -* Record 6 -0123456789abcdef xxx. - .xxx. - .xxx. - .xxx -0123456789 yyy. - .yyy. - .yy -* Record 7 -0123456789abcdef xxx. - .xxx. - .xxx. - .xxx. - .xx -0123456789 yyy. - .yyy -* Record 8 -0123456789abcdef xxx. - .xxx. - .xxx. - .xxx. - .xxx. - .x -0123456789 yyy. - .y -* Record 9 -0123456789abcdef xxx. - .xxx. - .xxx. - .xxx. - .xxx. - .xxx -0123456789 yy -* Record 10 -0123456789abcdef xxx. - .xxx. - .xxx. - .xxx. - .xxx. - .xxx. - .xx -0123456789 - -\pset border 1 -\pset format unaligned -execute q; -0123456789abcdef|xx -0123456789|yyyyyyyyyyyyyyyyyy - -0123456789abcdef|xxxx -0123456789|yyyyyyyyyyyyyyyy - -0123456789abcdef|xxxxxx -0123456789|yyyyyyyyyyyyyy - -0123456789abcdef|xxxxxxxx -0123456789|yyyyyyyyyyyy - -0123456789abcdef|xxxxxxxxxx -0123456789|yyyyyyyyyy - -0123456789abcdef|xxxxxxxxxxxx -0123456789|yyyyyyyy - -0123456789abcdef|xxxxxxxxxxxxxx -0123456789|yyyyyy - -0123456789abcdef|xxxxxxxxxxxxxxxx -0123456789|yyyy - -0123456789abcdef|xxxxxxxxxxxxxxxxxx -0123456789|yy - -0123456789abcdef|xxxxxxxxxxxxxxxxxxxx -0123456789| -\pset format aligned -execute q; --[ RECORD 1 ]----+--------------------- -0123456789abcdef | xx -0123456789 | yyyyyyyyyyyyyyyyyy --[ RECORD 2 ]----+--------------------- -0123456789abcdef | xxxx -0123456789 | yyyyyyyyyyyyyyyy --[ RECORD 3 ]----+--------------------- -0123456789abcdef | xxxxxx -0123456789 | yyyyyyyyyyyyyy --[ RECORD 4 ]----+--------------------- -0123456789abcdef | xxxxxxxx -0123456789 | yyyyyyyyyyyy --[ RECORD 5 ]----+--------------------- -0123456789abcdef | xxxxxxxxxx -0123456789 | yyyyyyyyyy --[ RECORD 6 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxx -0123456789 | yyyyyyyy --[ RECORD 7 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxx -0123456789 | yyyyyy --[ RECORD 8 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxx -0123456789 | yyyy --[ RECORD 9 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxxxx -0123456789 | yy --[ RECORD 10 ]---+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxxxxxx -0123456789 | - -\pset format wrapped -execute q; --[ RECORD 1 ]----+---- -0123456789abcdef | xx -0123456789 | yyy. - |.yyy. - |.yyy. - |.yyy. - |.yyy. - |.yyy --[ RECORD 2 ]----+---- -0123456789abcdef | xxx. - |.x -0123456789 | yyy. - |.yyy. - |.yyy. - |.yyy. - |.yyy. - |.y --[ RECORD 3 ]----+---- -0123456789abcdef | xxx. - |.xxx -0123456789 | yyy. - |.yyy. - |.yyy. - |.yyy. - |.yy --[ RECORD 4 ]----+---- -0123456789abcdef | xxx. - |.xxx. - |.xx -0123456789 | yyy. - |.yyy. - |.yyy. - |.yyy --[ RECORD 5 ]----+---- -0123456789abcdef | xxx. - |.xxx. - |.xxx. - |.x -0123456789 | yyy. - |.yyy. - |.yyy. - |.y --[ RECORD 6 ]----+---- -0123456789abcdef | xxx. - |.xxx. - |.xxx. - |.xxx -0123456789 | yyy. - |.yyy. - |.yy --[ RECORD 7 ]----+---- -0123456789abcdef | xxx. - |.xxx. - |.xxx. - |.xxx. - |.xx -0123456789 | yyy. - |.yyy --[ RECORD 8 ]----+---- -0123456789abcdef | xxx. - |.xxx. - |.xxx. - |.xxx. - |.xxx. - |.x -0123456789 | yyy. - |.y --[ RECORD 9 ]----+---- -0123456789abcdef | xxx. - |.xxx. - |.xxx. - |.xxx. - |.xxx. - |.xxx -0123456789 | yy --[ RECORD 10 ]---+---- -0123456789abcdef | xxx. - |.xxx. - |.xxx. - |.xxx. - |.xxx. - |.xxx. - |.xx -0123456789 | - -\pset border 2 -\pset format unaligned -execute q; -0123456789abcdef|xx -0123456789|yyyyyyyyyyyyyyyyyy - -0123456789abcdef|xxxx -0123456789|yyyyyyyyyyyyyyyy - -0123456789abcdef|xxxxxx -0123456789|yyyyyyyyyyyyyy - -0123456789abcdef|xxxxxxxx -0123456789|yyyyyyyyyyyy - -0123456789abcdef|xxxxxxxxxx -0123456789|yyyyyyyyyy - -0123456789abcdef|xxxxxxxxxxxx -0123456789|yyyyyyyy - -0123456789abcdef|xxxxxxxxxxxxxx -0123456789|yyyyyy - -0123456789abcdef|xxxxxxxxxxxxxxxx -0123456789|yyyy - -0123456789abcdef|xxxxxxxxxxxxxxxxxx -0123456789|yy - -0123456789abcdef|xxxxxxxxxxxxxxxxxxxx -0123456789| -\pset format aligned -execute q; -+-[ RECORD 1 ]-----+----------------------+ -| 0123456789abcdef | xx | -| 0123456789 | yyyyyyyyyyyyyyyyyy | -+-[ RECORD 2 ]-----+----------------------+ -| 0123456789abcdef | xxxx | -| 0123456789 | yyyyyyyyyyyyyyyy | -+-[ RECORD 3 ]-----+----------------------+ -| 0123456789abcdef | xxxxxx | -| 0123456789 | yyyyyyyyyyyyyy | -+-[ RECORD 4 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxx | -| 0123456789 | yyyyyyyyyyyy | -+-[ RECORD 5 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxx | -| 0123456789 | yyyyyyyyyy | -+-[ RECORD 6 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxx | -| 0123456789 | yyyyyyyy | -+-[ RECORD 7 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxx | -| 0123456789 | yyyyyy | -+-[ RECORD 8 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxx | -| 0123456789 | yyyy | -+-[ RECORD 9 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxxxx | -| 0123456789 | yy | -+-[ RECORD 10 ]----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxxxxxx | -| 0123456789 | | -+------------------+----------------------+ - -\pset format wrapped -execute q; -+-[ RECORD 1 ]-----+-----+ -| 0123456789abcdef | xx | -| 0123456789 | yyy.| -| |.yyy.| -| |.yyy.| -| |.yyy.| -| |.yyy.| -| |.yyy | -+-[ RECORD 2 ]-----+-----+ -| 0123456789abcdef | xxx.| -| |.x | -| 0123456789 | yyy.| -| |.yyy.| -| |.yyy.| -| |.yyy.| -| |.yyy.| -| |.y | -+-[ RECORD 3 ]-----+-----+ -| 0123456789abcdef | xxx.| -| |.xxx | -| 0123456789 | yyy.| -| |.yyy.| -| |.yyy.| -| |.yyy.| -| |.yy | -+-[ RECORD 4 ]-----+-----+ -| 0123456789abcdef | xxx.| -| |.xxx.| -| |.xx | -| 0123456789 | yyy.| -| |.yyy.| -| |.yyy.| -| |.yyy | -+-[ RECORD 5 ]-----+-----+ -| 0123456789abcdef | xxx.| -| |.xxx.| -| |.xxx.| -| |.x | -| 0123456789 | yyy.| -| |.yyy.| -| |.yyy.| -| |.y | -+-[ RECORD 6 ]-----+-----+ -| 0123456789abcdef | xxx.| -| |.xxx.| -| |.xxx.| -| |.xxx | -| 0123456789 | yyy.| -| |.yyy.| -| |.yy | -+-[ RECORD 7 ]-----+-----+ -| 0123456789abcdef | xxx.| -| |.xxx.| -| |.xxx.| -| |.xxx.| -| |.xx | -| 0123456789 | yyy.| -| |.yyy | -+-[ RECORD 8 ]-----+-----+ -| 0123456789abcdef | xxx.| -| |.xxx.| -| |.xxx.| -| |.xxx.| -| |.xxx.| -| |.x | -| 0123456789 | yyy.| -| |.y | -+-[ RECORD 9 ]-----+-----+ -| 0123456789abcdef | xxx.| -| |.xxx.| -| |.xxx.| -| |.xxx.| -| |.xxx.| -| |.xxx | -| 0123456789 | yy | -+-[ RECORD 10 ]----+-----+ -| 0123456789abcdef | xxx.| -| |.xxx.| -| |.xxx.| -| |.xxx.| -| |.xxx.| -| |.xxx.| -| |.xx | -| 0123456789 | | -+------------------+-----+ - -\pset linestyle old-ascii -\pset expanded off -\pset columns 40 -\pset border 0 -\pset format unaligned -execute q; -0123456789abcdef|0123456789 -xx|yyyyyyyyyyyyyyyyyy -xxxx|yyyyyyyyyyyyyyyy -xxxxxx|yyyyyyyyyyyyyy -xxxxxxxx|yyyyyyyyyyyy -xxxxxxxxxx|yyyyyyyyyy -xxxxxxxxxxxx|yyyyyyyy -xxxxxxxxxxxxxx|yyyyyy -xxxxxxxxxxxxxxxx|yyyy -xxxxxxxxxxxxxxxxxx|yy -xxxxxxxxxxxxxxxxxxxx| -(10 rows) -\pset format aligned -execute q; - 0123456789abcdef 0123456789 --------------------- ------------------ -xx yyyyyyyyyyyyyyyyyy -xxxx yyyyyyyyyyyyyyyy -xxxxxx yyyyyyyyyyyyyy -xxxxxxxx yyyyyyyyyyyy -xxxxxxxxxx yyyyyyyyyy -xxxxxxxxxxxx yyyyyyyy -xxxxxxxxxxxxxx yyyyyy -xxxxxxxxxxxxxxxx yyyy -xxxxxxxxxxxxxxxxxx yy -xxxxxxxxxxxxxxxxxxxx -(10 rows) - -\pset format wrapped -execute q; - 0123456789abcdef 0123456789 --------------------- ------------------ -xx yyyyyyyyyyyyyyyyyy -xxxx yyyyyyyyyyyyyyyy -xxxxxx yyyyyyyyyyyyyy -xxxxxxxx yyyyyyyyyyyy -xxxxxxxxxx yyyyyyyyyy -xxxxxxxxxxxx yyyyyyyy -xxxxxxxxxxxxxx yyyyyy -xxxxxxxxxxxxxxxx yyyy -xxxxxxxxxxxxxxxxxx yy -xxxxxxxxxxxxxxxxxxxx -(10 rows) - -\pset border 1 -\pset format unaligned -execute q; -0123456789abcdef|0123456789 -xx|yyyyyyyyyyyyyyyyyy -xxxx|yyyyyyyyyyyyyyyy -xxxxxx|yyyyyyyyyyyyyy -xxxxxxxx|yyyyyyyyyyyy -xxxxxxxxxx|yyyyyyyyyy -xxxxxxxxxxxx|yyyyyyyy -xxxxxxxxxxxxxx|yyyyyy -xxxxxxxxxxxxxxxx|yyyy -xxxxxxxxxxxxxxxxxx|yy -xxxxxxxxxxxxxxxxxxxx| -(10 rows) -\pset format aligned -execute q; - 0123456789abcdef | 0123456789 -----------------------+-------------------- - xx | yyyyyyyyyyyyyyyyyy - xxxx | yyyyyyyyyyyyyyyy - xxxxxx | yyyyyyyyyyyyyy - xxxxxxxx | yyyyyyyyyyyy - xxxxxxxxxx | yyyyyyyyyy - xxxxxxxxxxxx | yyyyyyyy - xxxxxxxxxxxxxx | yyyyyy - xxxxxxxxxxxxxxxx | yyyy - xxxxxxxxxxxxxxxxxx | yy - xxxxxxxxxxxxxxxxxxxx | -(10 rows) - -\pset format wrapped -execute q; - 0123456789abcdef | 0123456789 ----------------------+------------------ - xx | yyyyyyyyyyyyyyyy - ; yy - xxxx | yyyyyyyyyyyyyyyy - xxxxxx | yyyyyyyyyyyyyy - xxxxxxxx | yyyyyyyyyyyy - xxxxxxxxxx | yyyyyyyyyy - xxxxxxxxxxxx | yyyyyyyy - xxxxxxxxxxxxxx | yyyyyy - xxxxxxxxxxxxxxxx | yyyy - xxxxxxxxxxxxxxxxxx | yy - xxxxxxxxxxxxxxxxxxx | - x -(10 rows) - -\pset border 2 -\pset format unaligned -execute q; -0123456789abcdef|0123456789 -xx|yyyyyyyyyyyyyyyyyy -xxxx|yyyyyyyyyyyyyyyy -xxxxxx|yyyyyyyyyyyyyy -xxxxxxxx|yyyyyyyyyyyy -xxxxxxxxxx|yyyyyyyyyy -xxxxxxxxxxxx|yyyyyyyy -xxxxxxxxxxxxxx|yyyyyy -xxxxxxxxxxxxxxxx|yyyy -xxxxxxxxxxxxxxxxxx|yy -xxxxxxxxxxxxxxxxxxxx| -(10 rows) -\pset format aligned -execute q; -+----------------------+--------------------+ -| 0123456789abcdef | 0123456789 | -+----------------------+--------------------+ -| xx | yyyyyyyyyyyyyyyyyy | -| xxxx | yyyyyyyyyyyyyyyy | -| xxxxxx | yyyyyyyyyyyyyy | -| xxxxxxxx | yyyyyyyyyyyy | -| xxxxxxxxxx | yyyyyyyyyy | -| xxxxxxxxxxxx | yyyyyyyy | -| xxxxxxxxxxxxxx | yyyyyy | -| xxxxxxxxxxxxxxxx | yyyy | -| xxxxxxxxxxxxxxxxxx | yy | -| xxxxxxxxxxxxxxxxxxxx | | -+----------------------+--------------------+ -(10 rows) - -\pset format wrapped -execute q; -+--------------------+-----------------+ -| 0123456789abcdef | 0123456789 | -+--------------------+-----------------+ -| xx | yyyyyyyyyyyyyyy | -| ; yyy | -| xxxx | yyyyyyyyyyyyyyy | -| ; y | -| xxxxxx | yyyyyyyyyyyyyy | -| xxxxxxxx | yyyyyyyyyyyy | -| xxxxxxxxxx | yyyyyyyyyy | -| xxxxxxxxxxxx | yyyyyyyy | -| xxxxxxxxxxxxxx | yyyyyy | -| xxxxxxxxxxxxxxxx | yyyy | -| xxxxxxxxxxxxxxxxxx | yy | -| xxxxxxxxxxxxxxxxxx | | -| xx | -+--------------------+-----------------+ -(10 rows) - -\pset expanded on -\pset border 0 -\pset format unaligned -execute q; -0123456789abcdef|xx -0123456789|yyyyyyyyyyyyyyyyyy - -0123456789abcdef|xxxx -0123456789|yyyyyyyyyyyyyyyy - -0123456789abcdef|xxxxxx -0123456789|yyyyyyyyyyyyyy - -0123456789abcdef|xxxxxxxx -0123456789|yyyyyyyyyyyy - -0123456789abcdef|xxxxxxxxxx -0123456789|yyyyyyyyyy - -0123456789abcdef|xxxxxxxxxxxx -0123456789|yyyyyyyy - -0123456789abcdef|xxxxxxxxxxxxxx -0123456789|yyyyyy - -0123456789abcdef|xxxxxxxxxxxxxxxx -0123456789|yyyy - -0123456789abcdef|xxxxxxxxxxxxxxxxxx -0123456789|yy - -0123456789abcdef|xxxxxxxxxxxxxxxxxxxx -0123456789| -\pset format aligned -execute q; -* Record 1 -0123456789abcdef xx -0123456789 yyyyyyyyyyyyyyyyyy -* Record 2 -0123456789abcdef xxxx -0123456789 yyyyyyyyyyyyyyyy -* Record 3 -0123456789abcdef xxxxxx -0123456789 yyyyyyyyyyyyyy -* Record 4 -0123456789abcdef xxxxxxxx -0123456789 yyyyyyyyyyyy -* Record 5 -0123456789abcdef xxxxxxxxxx -0123456789 yyyyyyyyyy -* Record 6 -0123456789abcdef xxxxxxxxxxxx -0123456789 yyyyyyyy -* Record 7 -0123456789abcdef xxxxxxxxxxxxxx -0123456789 yyyyyy -* Record 8 -0123456789abcdef xxxxxxxxxxxxxxxx -0123456789 yyyy -* Record 9 -0123456789abcdef xxxxxxxxxxxxxxxxxx -0123456789 yy -* Record 10 -0123456789abcdef xxxxxxxxxxxxxxxxxxxx -0123456789 - -\pset format wrapped -execute q; -* Record 1 -0123456789abcdef xx -0123456789 yyyyyyyyyyyyyyyyyy -* Record 2 -0123456789abcdef xxxx -0123456789 yyyyyyyyyyyyyyyy -* Record 3 -0123456789abcdef xxxxxx -0123456789 yyyyyyyyyyyyyy -* Record 4 -0123456789abcdef xxxxxxxx -0123456789 yyyyyyyyyyyy -* Record 5 -0123456789abcdef xxxxxxxxxx -0123456789 yyyyyyyyyy -* Record 6 -0123456789abcdef xxxxxxxxxxxx -0123456789 yyyyyyyy -* Record 7 -0123456789abcdef xxxxxxxxxxxxxx -0123456789 yyyyyy -* Record 8 -0123456789abcdef xxxxxxxxxxxxxxxx -0123456789 yyyy -* Record 9 -0123456789abcdef xxxxxxxxxxxxxxxxxx -0123456789 yy -* Record 10 -0123456789abcdef xxxxxxxxxxxxxxxxxxxx -0123456789 - -\pset border 1 -\pset format unaligned -execute q; -0123456789abcdef|xx -0123456789|yyyyyyyyyyyyyyyyyy - -0123456789abcdef|xxxx -0123456789|yyyyyyyyyyyyyyyy - -0123456789abcdef|xxxxxx -0123456789|yyyyyyyyyyyyyy - -0123456789abcdef|xxxxxxxx -0123456789|yyyyyyyyyyyy - -0123456789abcdef|xxxxxxxxxx -0123456789|yyyyyyyyyy - -0123456789abcdef|xxxxxxxxxxxx -0123456789|yyyyyyyy - -0123456789abcdef|xxxxxxxxxxxxxx -0123456789|yyyyyy - -0123456789abcdef|xxxxxxxxxxxxxxxx -0123456789|yyyy - -0123456789abcdef|xxxxxxxxxxxxxxxxxx -0123456789|yy - -0123456789abcdef|xxxxxxxxxxxxxxxxxxxx -0123456789| -\pset format aligned -execute q; --[ RECORD 1 ]----+--------------------- -0123456789abcdef | xx -0123456789 | yyyyyyyyyyyyyyyyyy --[ RECORD 2 ]----+--------------------- -0123456789abcdef | xxxx -0123456789 | yyyyyyyyyyyyyyyy --[ RECORD 3 ]----+--------------------- -0123456789abcdef | xxxxxx -0123456789 | yyyyyyyyyyyyyy --[ RECORD 4 ]----+--------------------- -0123456789abcdef | xxxxxxxx -0123456789 | yyyyyyyyyyyy --[ RECORD 5 ]----+--------------------- -0123456789abcdef | xxxxxxxxxx -0123456789 | yyyyyyyyyy --[ RECORD 6 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxx -0123456789 | yyyyyyyy --[ RECORD 7 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxx -0123456789 | yyyyyy --[ RECORD 8 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxx -0123456789 | yyyy --[ RECORD 9 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxxxx -0123456789 | yy --[ RECORD 10 ]---+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxxxxxx -0123456789 | - -\pset format wrapped -execute q; --[ RECORD 1 ]----+--------------------- -0123456789abcdef | xx -0123456789 | yyyyyyyyyyyyyyyyyy --[ RECORD 2 ]----+--------------------- -0123456789abcdef | xxxx -0123456789 | yyyyyyyyyyyyyyyy --[ RECORD 3 ]----+--------------------- -0123456789abcdef | xxxxxx -0123456789 | yyyyyyyyyyyyyy --[ RECORD 4 ]----+--------------------- -0123456789abcdef | xxxxxxxx -0123456789 | yyyyyyyyyyyy --[ RECORD 5 ]----+--------------------- -0123456789abcdef | xxxxxxxxxx -0123456789 | yyyyyyyyyy --[ RECORD 6 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxx -0123456789 | yyyyyyyy --[ RECORD 7 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxx -0123456789 | yyyyyy --[ RECORD 8 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxx -0123456789 | yyyy --[ RECORD 9 ]----+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxxxx -0123456789 | yy --[ RECORD 10 ]---+--------------------- -0123456789abcdef | xxxxxxxxxxxxxxxxxxxx -0123456789 | - -\pset border 2 -\pset format unaligned -execute q; -0123456789abcdef|xx -0123456789|yyyyyyyyyyyyyyyyyy - -0123456789abcdef|xxxx -0123456789|yyyyyyyyyyyyyyyy - -0123456789abcdef|xxxxxx -0123456789|yyyyyyyyyyyyyy - -0123456789abcdef|xxxxxxxx -0123456789|yyyyyyyyyyyy - -0123456789abcdef|xxxxxxxxxx -0123456789|yyyyyyyyyy - -0123456789abcdef|xxxxxxxxxxxx -0123456789|yyyyyyyy - -0123456789abcdef|xxxxxxxxxxxxxx -0123456789|yyyyyy - -0123456789abcdef|xxxxxxxxxxxxxxxx -0123456789|yyyy - -0123456789abcdef|xxxxxxxxxxxxxxxxxx -0123456789|yy - -0123456789abcdef|xxxxxxxxxxxxxxxxxxxx -0123456789| -\pset format aligned -execute q; -+-[ RECORD 1 ]-----+----------------------+ -| 0123456789abcdef | xx | -| 0123456789 | yyyyyyyyyyyyyyyyyy | -+-[ RECORD 2 ]-----+----------------------+ -| 0123456789abcdef | xxxx | -| 0123456789 | yyyyyyyyyyyyyyyy | -+-[ RECORD 3 ]-----+----------------------+ -| 0123456789abcdef | xxxxxx | -| 0123456789 | yyyyyyyyyyyyyy | -+-[ RECORD 4 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxx | -| 0123456789 | yyyyyyyyyyyy | -+-[ RECORD 5 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxx | -| 0123456789 | yyyyyyyyyy | -+-[ RECORD 6 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxx | -| 0123456789 | yyyyyyyy | -+-[ RECORD 7 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxx | -| 0123456789 | yyyyyy | -+-[ RECORD 8 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxx | -| 0123456789 | yyyy | -+-[ RECORD 9 ]-----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxxxx | -| 0123456789 | yy | -+-[ RECORD 10 ]----+----------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxxxxxx | -| 0123456789 | | -+------------------+----------------------+ - -\pset format wrapped -execute q; -+-[ RECORD 1 ]-----+-------------------+ -| 0123456789abcdef | xx | -| 0123456789 | yyyyyyyyyyyyyyyyy | -| ; y | -+-[ RECORD 2 ]-----+-------------------+ -| 0123456789abcdef | xxxx | -| 0123456789 | yyyyyyyyyyyyyyyy | -+-[ RECORD 3 ]-----+-------------------+ -| 0123456789abcdef | xxxxxx | -| 0123456789 | yyyyyyyyyyyyyy | -+-[ RECORD 4 ]-----+-------------------+ -| 0123456789abcdef | xxxxxxxx | -| 0123456789 | yyyyyyyyyyyy | -+-[ RECORD 5 ]-----+-------------------+ -| 0123456789abcdef | xxxxxxxxxx | -| 0123456789 | yyyyyyyyyy | -+-[ RECORD 6 ]-----+-------------------+ -| 0123456789abcdef | xxxxxxxxxxxx | -| 0123456789 | yyyyyyyy | -+-[ RECORD 7 ]-----+-------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxx | -| 0123456789 | yyyyyy | -+-[ RECORD 8 ]-----+-------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxx | -| 0123456789 | yyyy | -+-[ RECORD 9 ]-----+-------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxxx | -| ; x | -| 0123456789 | yy | -+-[ RECORD 10 ]----+-------------------+ -| 0123456789abcdef | xxxxxxxxxxxxxxxxx | -| ; xxx | -| 0123456789 | | -+------------------+-------------------+ - -deallocate q; -\pset linestyle ascii -\pset border 1 --- support table for output-format tests (useful to create a footer) -create table psql_serial_tab (id serial); --- test header/footer/tuples_only behavior in aligned/unaligned/wrapped cases -\pset format aligned -\pset expanded off -\d psql_serial_tab_id_seq - Sequence "public.psql_serial_tab_id_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Owned by: public.psql_serial_tab.id - -\pset tuples_only true -\df exp - pg_catalog | exp | double precision | double precision | func - pg_catalog | exp | numeric | numeric | func - -\dfx exp -Schema | pg_catalog -Name | exp -Result data type | double precision -Argument data types | double precision -Type | func ---------------------+----------------- -Schema | pg_catalog -Name | exp -Result data type | numeric -Argument data types | numeric -Type | func - -\pset tuples_only false -\pset expanded on -\d psql_serial_tab_id_seq -Sequence "public.psql_serial_tab_id_seq" --[ RECORD 1 ]--------- -Type | integer -Start | 1 -Minimum | 1 -Maximum | 2147483647 -Increment | 1 -Cycles? | no -Cache | 1 - -Owned by: public.psql_serial_tab.id - -\pset tuples_only true -\df exp -Schema | pg_catalog -Name | exp -Result data type | double precision -Argument data types | double precision -Type | func ---------------------+----------------- -Schema | pg_catalog -Name | exp -Result data type | numeric -Argument data types | numeric -Type | func - -\pset tuples_only false --- empty table is a special case for this format -select 1 where false; -(0 rows) - -\pset format unaligned -\pset expanded off -\d psql_serial_tab_id_seq -Sequence "public.psql_serial_tab_id_seq" -Type|Start|Minimum|Maximum|Increment|Cycles?|Cache -integer|1|1|2147483647|1|no|1 -Owned by: public.psql_serial_tab.id -\pset tuples_only true -\df exp -pg_catalog|exp|double precision|double precision|func -pg_catalog|exp|numeric|numeric|func -\pset tuples_only false -\pset expanded on -\d psql_serial_tab_id_seq -Sequence "public.psql_serial_tab_id_seq" - -Type|integer -Start|1 -Minimum|1 -Maximum|2147483647 -Increment|1 -Cycles?|no -Cache|1 - -Owned by: public.psql_serial_tab.id -\pset tuples_only true -\df exp -Schema|pg_catalog -Name|exp -Result data type|double precision -Argument data types|double precision -Type|func - -Schema|pg_catalog -Name|exp -Result data type|numeric -Argument data types|numeric -Type|func -\pset tuples_only false -\pset format wrapped -\pset expanded off -\d psql_serial_tab_id_seq - Sequence "public.psql_serial_tab_id_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Owned by: public.psql_serial_tab.id - -\pset tuples_only true -\df exp - pg_catalog | exp | double precision | double precision | func - pg_catalog | exp | numeric | numeric | func - -\pset tuples_only false -\pset expanded on -\d psql_serial_tab_id_seq -Sequence "public.psql_serial_tab_id_seq" --[ RECORD 1 ]--------- -Type | integer -Start | 1 -Minimum | 1 -Maximum | 2147483647 -Increment | 1 -Cycles? | no -Cache | 1 - -Owned by: public.psql_serial_tab.id - -\pset tuples_only true -\df exp -Schema | pg_catalog -Name | exp -Result data type | double precision -Argument data types | double precision -Type | func ---------------------+----------------- -Schema | pg_catalog -Name | exp -Result data type | numeric -Argument data types | numeric -Type | func - -\pset tuples_only false --- check conditional am display -\pset expanded off -CREATE SCHEMA tableam_display; -CREATE ROLE regress_display_role; -ALTER SCHEMA tableam_display OWNER TO regress_display_role; -SET search_path TO tableam_display; -CREATE ACCESS METHOD heap_psql TYPE TABLE HANDLER heap_tableam_handler; -SET ROLE TO regress_display_role; --- Use only relations with a physical size of zero. -CREATE TABLE tbl_heap_psql(f1 int, f2 char(100)) using heap_psql; -CREATE TABLE tbl_heap(f1 int, f2 char(100)) using heap; -CREATE VIEW view_heap_psql AS SELECT f1 from tbl_heap_psql; -CREATE MATERIALIZED VIEW mat_view_heap_psql USING heap_psql AS SELECT f1 from tbl_heap_psql; -\d+ tbl_heap_psql - Table "tableam_display.tbl_heap_psql" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+----------------+-----------+----------+---------+----------+--------------+------------- - f1 | integer | | | | plain | | - f2 | character(100) | | | | extended | | - -\d+ tbl_heap - Table "tableam_display.tbl_heap" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+----------------+-----------+----------+---------+----------+--------------+------------- - f1 | integer | | | | plain | | - f2 | character(100) | | | | extended | | - -\set HIDE_TABLEAM off -\d+ tbl_heap_psql - Table "tableam_display.tbl_heap_psql" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+----------------+-----------+----------+---------+----------+--------------+------------- - f1 | integer | | | | plain | | - f2 | character(100) | | | | extended | | -Access method: heap_psql - -\d+ tbl_heap - Table "tableam_display.tbl_heap" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+----------------+-----------+----------+---------+----------+--------------+------------- - f1 | integer | | | | plain | | - f2 | character(100) | | | | extended | | -Access method: heap - --- AM is displayed for tables, indexes and materialized views. -\d+ - List of relations - Schema | Name | Type | Owner | Persistence | Access method | Size | Description ------------------+--------------------+-------------------+----------------------+-------------+---------------+---------+------------- - tableam_display | mat_view_heap_psql | materialized view | regress_display_role | permanent | heap_psql | 0 bytes | - tableam_display | tbl_heap | table | regress_display_role | permanent | heap | 0 bytes | - tableam_display | tbl_heap_psql | table | regress_display_role | permanent | heap_psql | 0 bytes | - tableam_display | view_heap_psql | view | regress_display_role | permanent | | 0 bytes | -(4 rows) - -\dt+ - List of tables - Schema | Name | Type | Owner | Persistence | Access method | Size | Description ------------------+---------------+-------+----------------------+-------------+---------------+---------+------------- - tableam_display | tbl_heap | table | regress_display_role | permanent | heap | 0 bytes | - tableam_display | tbl_heap_psql | table | regress_display_role | permanent | heap_psql | 0 bytes | -(2 rows) - -\dm+ - List of materialized views - Schema | Name | Type | Owner | Persistence | Access method | Size | Description ------------------+--------------------+-------------------+----------------------+-------------+---------------+---------+------------- - tableam_display | mat_view_heap_psql | materialized view | regress_display_role | permanent | heap_psql | 0 bytes | -(1 row) - --- But not for views and sequences. -\dv+ - List of views - Schema | Name | Type | Owner | Persistence | Size | Description ------------------+----------------+------+----------------------+-------------+---------+------------- - tableam_display | view_heap_psql | view | regress_display_role | permanent | 0 bytes | -(1 row) - -\set HIDE_TABLEAM on -\d+ - List of relations - Schema | Name | Type | Owner | Persistence | Size | Description ------------------+--------------------+-------------------+----------------------+-------------+---------+------------- - tableam_display | mat_view_heap_psql | materialized view | regress_display_role | permanent | 0 bytes | - tableam_display | tbl_heap | table | regress_display_role | permanent | 0 bytes | - tableam_display | tbl_heap_psql | table | regress_display_role | permanent | 0 bytes | - tableam_display | view_heap_psql | view | regress_display_role | permanent | 0 bytes | -(4 rows) - --- \d with 'x' enables expanded mode, but only without a pattern -\d+x tbl_heap - Table "tableam_display.tbl_heap" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+----------------+-----------+----------+---------+----------+--------------+------------- - f1 | integer | | | | plain | | - f2 | character(100) | | | | extended | | - -\d+x -List of relations --[ RECORD 1 ]--------------------- -Schema | tableam_display -Name | mat_view_heap_psql -Type | materialized view -Owner | regress_display_role -Persistence | permanent -Size | 0 bytes -Description | --[ RECORD 2 ]--------------------- -Schema | tableam_display -Name | tbl_heap -Type | table -Owner | regress_display_role -Persistence | permanent -Size | 0 bytes -Description | --[ RECORD 3 ]--------------------- -Schema | tableam_display -Name | tbl_heap_psql -Type | table -Owner | regress_display_role -Persistence | permanent -Size | 0 bytes -Description | --[ RECORD 4 ]--------------------- -Schema | tableam_display -Name | view_heap_psql -Type | view -Owner | regress_display_role -Persistence | permanent -Size | 0 bytes -Description | - -RESET ROLE; -RESET search_path; -DROP SCHEMA tableam_display CASCADE; -NOTICE: drop cascades to 4 other objects -DETAIL: drop cascades to table tableam_display.tbl_heap_psql -drop cascades to table tableam_display.tbl_heap -drop cascades to view tableam_display.view_heap_psql -drop cascades to materialized view tableam_display.mat_view_heap_psql -DROP ACCESS METHOD heap_psql; -DROP ROLE regress_display_role; --- test numericlocale (as best we can without control of psql's locale) -\pset format aligned -\pset expanded off -\pset numericlocale true -select n, -n as m, n * 111 as x, '1e90'::float8 as f -from generate_series(0,3) n; - n | m | x | f ----+----+-----+------- - 0 | 0 | 0 | 1e+90 - 1 | -1 | 111 | 1e+90 - 2 | -2 | 222 | 1e+90 - 3 | -3 | 333 | 1e+90 -(4 rows) - -\pset numericlocale false --- test asciidoc output format -\pset format asciidoc -\pset border 1 -\pset expanded off -\d psql_serial_tab_id_seq - -.Sequence "public.psql_serial_tab_id_seq" -[options="header",cols="l,>l,>l,>l,l",frame="none"] -|==== -^l|Type ^l|Start ^l|Minimum ^l|Maximum ^l|Increment ^l|Cycles? ^l|Cache -|integer |1 |1 |2147483647 |1 |no |1 -|==== - -.... -Owned by: public.psql_serial_tab.id -.... -\pset tuples_only true -\df exp - -[cols="l|1 -l|1 -l|2147483647 -l|1 -l|1 -|==== - -.... -Owned by: public.psql_serial_tab.id -.... -\pset tuples_only true -\df exp - -[cols="h,l",frame="none"] -|==== -2+| -l|1 -2+^|Record 2 -l|2 -|==== -\pset border 1 -execute q; - -[cols="h,l",frame="none"] -|==== -2+^|Record 1 -l|1 -2+^|Record 2 -l|2 -|==== -\pset border 2 -execute q; - -[cols="h,l",frame="all",grid="all"] -|==== -2+^|Record 1 -l|1 -2+^|Record 2 -l|2 -|==== -deallocate q; --- test csv output format -\pset format csv -\pset border 1 -\pset expanded off -\d psql_serial_tab_id_seq -Type,Start,Minimum,Maximum,Increment,Cycles?,Cache -integer,1,1,2147483647,1,no,1 -\pset tuples_only true -\df exp -pg_catalog,exp,double precision,double precision,func -pg_catalog,exp,numeric,numeric,func -\pset tuples_only false -\pset expanded on -\d psql_serial_tab_id_seq -Type,integer -Start,1 -Minimum,1 -Maximum,2147483647 -Increment,1 -Cycles?,no -Cache,1 -\pset tuples_only true -\df exp -Schema,pg_catalog -Name,exp -Result data type,double precision -Argument data types,double precision -Type,func -Schema,pg_catalog -Name,exp -Result data type,numeric -Argument data types,numeric -Type,func -\pset tuples_only false -prepare q as - select 'some"text' as "a""title", E' \n' as "junk", - ' ' as "empty", n as int - from generate_series(1,2) as n; -\pset expanded off -execute q; -"a""title",junk,empty,int -"some""text"," -", ,1 -"some""text"," -", ,2 -\pset expanded on -execute q; -"a""title","some""text" -junk," -" -empty, -int,1 -"a""title","some""text" -junk," -" -empty, -int,2 -deallocate q; --- special cases -\pset expanded off -select 'comma,comma' as comma, 'semi;semi' as semi; -comma,semi -"comma,comma",semi;semi -\pset csv_fieldsep ';' -select 'comma,comma' as comma, 'semi;semi' as semi; -comma;semi -comma,comma;"semi;semi" -select '\.' as data; -data -"\." -\pset csv_fieldsep '.' -select '\' as d1, '' as d2; -"d1"."d2" -"\"."" --- illegal csv separators -\pset csv_fieldsep '' -\pset: csv_fieldsep must be a single one-byte character -\pset csv_fieldsep '\0' -\pset: csv_fieldsep must be a single one-byte character -\pset csv_fieldsep '\n' -\pset: csv_fieldsep cannot be a double quote, a newline, or a carriage return -\pset csv_fieldsep '\r' -\pset: csv_fieldsep cannot be a double quote, a newline, or a carriage return -\pset csv_fieldsep '"' -\pset: csv_fieldsep cannot be a double quote, a newline, or a carriage return -\pset csv_fieldsep ',,' -\pset: csv_fieldsep must be a single one-byte character -\pset csv_fieldsep ',' --- test html output format -\pset format html -\pset border 1 -\pset expanded off -\d psql_serial_tab_id_seq - - - - - - - - - - - - - - - - - - - - -
Sequence "public.psql_serial_tab_id_seq"
TypeStartMinimumMaximumIncrementCycles?Cache
integer1121474836471no1
-

Owned by: public.psql_serial_tab.id
-

-\pset tuples_only true -\df exp - - - - - - - - - - - - - - - -
pg_catalogexpdouble precisiondouble precisionfunc
pg_catalogexpnumericnumericfunc
- -\pset tuples_only false -\pset expanded on -\d psql_serial_tab_id_seq - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sequence "public.psql_serial_tab_id_seq"
Record 1
Typeinteger
Start1
Minimum1
Maximum2147483647
Increment1
Cycles?no
Cache1
-

Owned by: public.psql_serial_tab.id
-

-\pset tuples_only true -\df exp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
Schemapg_catalog
Nameexp
Result data typedouble precision
Argument data typesdouble precision
Typefunc
 
Schemapg_catalog
Nameexp
Result data typenumeric
Argument data typesnumeric
Typefunc
- -\pset tuples_only false -prepare q as - select 'some"text' as "a&title", E' \n' as "junk", - ' ' as "empty", n as int - from generate_series(1,2) as n; -\pset expanded off -\pset border 0 -execute q; - - - - - - - - - - - - - - - - - - - -
a&titlejunkemptyint
some"text  <foo>
-<bar>
  1
some"text  <foo>
-<bar>
  2
-

(2 rows)
-

-\pset border 1 -execute q; - - - - - - - - - - - - - - - - - - - -
a&titlejunkemptyint
some"text  <foo>
-<bar>
  1
some"text  <foo>
-<bar>
  2
-

(2 rows)
-

-\pset tableattr foobar -execute q; - - - - - - - - - - - - - - - - - - - -
a&titlejunkemptyint
some"text  <foo>
-<bar>
  1
some"text  <foo>
-<bar>
  2
-

(2 rows)
-

-\pset tableattr -\pset expanded on -\pset border 0 -execute q; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Record 1
a&titlesome"text
junk  <foo>
-<bar>
empty 
int1
Record 2
a&titlesome"text
junk  <foo>
-<bar>
empty 
int2
- -\pset border 1 -execute q; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Record 1
a&titlesome"text
junk  <foo>
-<bar>
empty 
int1
Record 2
a&titlesome"text
junk  <foo>
-<bar>
empty 
int2
- -\pset tableattr foobar -execute q; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Record 1
a&titlesome"text
junk  <foo>
-<bar>
empty 
int1
Record 2
a&titlesome"text
junk  <foo>
-<bar>
empty 
int2
- -\pset tableattr -deallocate q; --- test latex output format -\pset format latex -\pset border 1 -\pset expanded off -\d psql_serial_tab_id_seq -\begin{center} -Sequence "public.psql\_serial\_tab\_id\_seq" -\end{center} - -\begin{tabular}{l | r | r | r | r | l | r} -\textit{Type} & \textit{Start} & \textit{Minimum} & \textit{Maximum} & \textit{Increment} & \textit{Cycles?} & \textit{Cache} \\ -\hline -integer & 1 & 1 & 2147483647 & 1 & no & 1 \\ -\end{tabular} - -\noindent Owned by: public.psql\_serial\_tab.id \\ - -\pset tuples_only true -\df exp -\begin{tabular}{l | l | l | l | l} -pg\_catalog & exp & double precision & double precision & func \\ -pg\_catalog & exp & numeric & numeric & func \\ -\end{tabular} - -\noindent -\pset tuples_only false -\pset expanded on -\d psql_serial_tab_id_seq -\begin{center} -Sequence "public.psql\_serial\_tab\_id\_seq" -\end{center} - -\begin{tabular}{c|l} -\multicolumn{2}{c}{\textit{Record 1}} \\ -\hline -Type & integer \\ -Start & 1 \\ -Minimum & 1 \\ -Maximum & 2147483647 \\ -Increment & 1 \\ -Cycles? & no \\ -Cache & 1 \\ -\end{tabular} - -\noindent Owned by: public.psql\_serial\_tab.id \\ - -\pset tuples_only true -\df exp -\begin{tabular}{c|l} -\hline -Schema & pg\_catalog \\ -Name & exp \\ -Result data type & double precision \\ -Argument data types & double precision \\ -Type & func \\ -\hline -Schema & pg\_catalog \\ -Name & exp \\ -Result data type & numeric \\ -Argument data types & numeric \\ -Type & func \\ -\end{tabular} - -\noindent -\pset tuples_only false -prepare q as - select 'some\more_text' as "a$title", E' #%&^~|\n{bar}' as "junk", - ' ' as "empty", n as int - from generate_series(1,2) as n; -\pset expanded off -\pset border 0 -execute q; -\begin{tabular}{lllr} -\textit{a\$title} & \textit{junk} & \textit{empty} & \textit{int} \\ -\hline -some\textbackslash{}more\_text & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} & & 1 \\ -some\textbackslash{}more\_text & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} & & 2 \\ -\end{tabular} - -\noindent (2 rows) \\ - -\pset border 1 -execute q; -\begin{tabular}{l | l | l | r} -\textit{a\$title} & \textit{junk} & \textit{empty} & \textit{int} \\ -\hline -some\textbackslash{}more\_text & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} & & 1 \\ -some\textbackslash{}more\_text & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} & & 2 \\ -\end{tabular} - -\noindent (2 rows) \\ - -\pset border 2 -execute q; -\begin{tabular}{| l | l | l | r |} -\hline -\textit{a\$title} & \textit{junk} & \textit{empty} & \textit{int} \\ -\hline -some\textbackslash{}more\_text & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} & & 1 \\ -some\textbackslash{}more\_text & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} & & 2 \\ -\hline -\end{tabular} - -\noindent (2 rows) \\ - -\pset border 3 -execute q; -\begin{tabular}{| l | l | l | r |} -\hline -\textit{a\$title} & \textit{junk} & \textit{empty} & \textit{int} \\ -\hline -some\textbackslash{}more\_text & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} & & 1 \\ -\hline -some\textbackslash{}more\_text & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} & & 2 \\ -\hline -\end{tabular} - -\noindent (2 rows) \\ - -\pset expanded on -\pset border 0 -execute q; -\begin{tabular}{cl} -\multicolumn{2}{c}{\textit{Record 1}} \\ -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 1 \\ -\multicolumn{2}{c}{\textit{Record 2}} \\ -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 2 \\ -\end{tabular} - -\noindent -\pset border 1 -execute q; -\begin{tabular}{c|l} -\multicolumn{2}{c}{\textit{Record 1}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 1 \\ -\multicolumn{2}{c}{\textit{Record 2}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 2 \\ -\end{tabular} - -\noindent -\pset border 2 -execute q; -\begin{tabular}{|c|l|} -\hline -\multicolumn{2}{|c|}{\textit{Record 1}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 1 \\ -\hline -\multicolumn{2}{|c|}{\textit{Record 2}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 2 \\ -\hline -\end{tabular} - -\noindent -\pset border 3 -execute q; -\begin{tabular}{|c|l|} -\hline -\multicolumn{2}{|c|}{\textit{Record 1}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 1 \\ -\hline -\multicolumn{2}{|c|}{\textit{Record 2}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 2 \\ -\hline -\end{tabular} - -\noindent -deallocate q; --- test latex-longtable output format -\pset format latex-longtable -\pset border 1 -\pset expanded off -\d psql_serial_tab_id_seq -\begin{longtable}{l | r | r | r | r | l | r} -\small\textbf{\textit{Type}} & \small\textbf{\textit{Start}} & \small\textbf{\textit{Minimum}} & \small\textbf{\textit{Maximum}} & \small\textbf{\textit{Increment}} & \small\textbf{\textit{Cycles?}} & \small\textbf{\textit{Cache}} \\ -\midrule -\endfirsthead -\small\textbf{\textit{Type}} & \small\textbf{\textit{Start}} & \small\textbf{\textit{Minimum}} & \small\textbf{\textit{Maximum}} & \small\textbf{\textit{Increment}} & \small\textbf{\textit{Cycles?}} & \small\textbf{\textit{Cache}} \\ -\midrule -\endhead -\caption[Sequence "public.psql\_serial\_tab\_id\_seq" (Continued)]{Sequence "public.psql\_serial\_tab\_id\_seq"} -\endfoot -\caption[Sequence "public.psql\_serial\_tab\_id\_seq"]{Sequence "public.psql\_serial\_tab\_id\_seq"} -\endlastfoot -\raggedright{integer} -& -\raggedright{1} -& -\raggedright{1} -& -\raggedright{2147483647} -& -\raggedright{1} -& -\raggedright{no} -& -\raggedright{1} \tabularnewline -\end{longtable} -\pset tuples_only true -\df exp -\begin{longtable}{l | l | l | l | l} -\raggedright{pg\_catalog} -& -\raggedright{exp} -& -\raggedright{double precision} -& -\raggedright{double precision} -& -\raggedright{func} \tabularnewline -\raggedright{pg\_catalog} -& -\raggedright{exp} -& -\raggedright{numeric} -& -\raggedright{numeric} -& -\raggedright{func} \tabularnewline -\end{longtable} -\pset tuples_only false -\pset expanded on -\d psql_serial_tab_id_seq -\begin{center} -Sequence "public.psql\_serial\_tab\_id\_seq" -\end{center} - -\begin{tabular}{c|l} -\multicolumn{2}{c}{\textit{Record 1}} \\ -\hline -Type & integer \\ -Start & 1 \\ -Minimum & 1 \\ -Maximum & 2147483647 \\ -Increment & 1 \\ -Cycles? & no \\ -Cache & 1 \\ -\end{tabular} - -\noindent Owned by: public.psql\_serial\_tab.id \\ - -\pset tuples_only true -\df exp -\begin{tabular}{c|l} -\hline -Schema & pg\_catalog \\ -Name & exp \\ -Result data type & double precision \\ -Argument data types & double precision \\ -Type & func \\ -\hline -Schema & pg\_catalog \\ -Name & exp \\ -Result data type & numeric \\ -Argument data types & numeric \\ -Type & func \\ -\end{tabular} - -\noindent -\pset tuples_only false -prepare q as - select 'some\more_text' as "a$title", E' #%&^~|\n{bar}' as "junk", - ' ' as "empty", n as int - from generate_series(1,2) as n; -\pset expanded off -\pset border 0 -execute q; -\begin{longtable}{lllr} -\small\textbf{\textit{a\$title}} & \small\textbf{\textit{junk}} & \small\textbf{\textit{empty}} & \small\textbf{\textit{int}} \\ -\midrule -\endfirsthead -\small\textbf{\textit{a\$title}} & \small\textbf{\textit{junk}} & \small\textbf{\textit{empty}} & \small\textbf{\textit{int}} \\ -\midrule -\endhead -\raggedright{some\textbackslash{}more\_text} -& -\raggedright{ \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\}} -& -\raggedright{ } -& -\raggedright{1} \tabularnewline -\raggedright{some\textbackslash{}more\_text} -& -\raggedright{ \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\}} -& -\raggedright{ } -& -\raggedright{2} \tabularnewline -\end{longtable} -\pset border 1 -execute q; -\begin{longtable}{l | l | l | r} -\small\textbf{\textit{a\$title}} & \small\textbf{\textit{junk}} & \small\textbf{\textit{empty}} & \small\textbf{\textit{int}} \\ -\midrule -\endfirsthead -\small\textbf{\textit{a\$title}} & \small\textbf{\textit{junk}} & \small\textbf{\textit{empty}} & \small\textbf{\textit{int}} \\ -\midrule -\endhead -\raggedright{some\textbackslash{}more\_text} -& -\raggedright{ \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\}} -& -\raggedright{ } -& -\raggedright{1} \tabularnewline -\raggedright{some\textbackslash{}more\_text} -& -\raggedright{ \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\}} -& -\raggedright{ } -& -\raggedright{2} \tabularnewline -\end{longtable} -\pset border 2 -execute q; -\begin{longtable}{| l | l | l | r |} -\toprule -\small\textbf{\textit{a\$title}} & \small\textbf{\textit{junk}} & \small\textbf{\textit{empty}} & \small\textbf{\textit{int}} \\ -\midrule -\endfirsthead -\toprule -\small\textbf{\textit{a\$title}} & \small\textbf{\textit{junk}} & \small\textbf{\textit{empty}} & \small\textbf{\textit{int}} \\ -\midrule -\endhead -\bottomrule -\endfoot -\bottomrule -\endlastfoot -\raggedright{some\textbackslash{}more\_text} -& -\raggedright{ \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\}} -& -\raggedright{ } -& -\raggedright{1} \tabularnewline -\raggedright{some\textbackslash{}more\_text} -& -\raggedright{ \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\}} -& -\raggedright{ } -& -\raggedright{2} \tabularnewline -\end{longtable} -\pset border 3 -execute q; -\begin{longtable}{| l | l | l | r |} -\toprule -\small\textbf{\textit{a\$title}} & \small\textbf{\textit{junk}} & \small\textbf{\textit{empty}} & \small\textbf{\textit{int}} \\ -\midrule -\endfirsthead -\toprule -\small\textbf{\textit{a\$title}} & \small\textbf{\textit{junk}} & \small\textbf{\textit{empty}} & \small\textbf{\textit{int}} \\ -\endhead -\bottomrule -\endfoot -\bottomrule -\endlastfoot -\raggedright{some\textbackslash{}more\_text} -& -\raggedright{ \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\}} -& -\raggedright{ } -& -\raggedright{1} \tabularnewline - \hline -\raggedright{some\textbackslash{}more\_text} -& -\raggedright{ \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\}} -& -\raggedright{ } -& -\raggedright{2} \tabularnewline - \hline -\end{longtable} -\pset tableattr lr -execute q; -\begin{longtable}{| p{lr\textwidth} | p{lr\textwidth} | p{lr\textwidth} | r |} -\toprule -\small\textbf{\textit{a\$title}} & \small\textbf{\textit{junk}} & \small\textbf{\textit{empty}} & \small\textbf{\textit{int}} \\ -\midrule -\endfirsthead -\toprule -\small\textbf{\textit{a\$title}} & \small\textbf{\textit{junk}} & \small\textbf{\textit{empty}} & \small\textbf{\textit{int}} \\ -\endhead -\bottomrule -\endfoot -\bottomrule -\endlastfoot -\raggedright{some\textbackslash{}more\_text} -& -\raggedright{ \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\}} -& -\raggedright{ } -& -\raggedright{1} \tabularnewline - \hline -\raggedright{some\textbackslash{}more\_text} -& -\raggedright{ \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\}} -& -\raggedright{ } -& -\raggedright{2} \tabularnewline - \hline -\end{longtable} -\pset tableattr -\pset expanded on -\pset border 0 -execute q; -\begin{tabular}{cl} -\multicolumn{2}{c}{\textit{Record 1}} \\ -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 1 \\ -\multicolumn{2}{c}{\textit{Record 2}} \\ -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 2 \\ -\end{tabular} - -\noindent -\pset border 1 -execute q; -\begin{tabular}{c|l} -\multicolumn{2}{c}{\textit{Record 1}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 1 \\ -\multicolumn{2}{c}{\textit{Record 2}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 2 \\ -\end{tabular} - -\noindent -\pset border 2 -execute q; -\begin{tabular}{|c|l|} -\hline -\multicolumn{2}{|c|}{\textit{Record 1}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 1 \\ -\hline -\multicolumn{2}{|c|}{\textit{Record 2}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 2 \\ -\hline -\end{tabular} - -\noindent -\pset border 3 -execute q; -\begin{tabular}{|c|l|} -\hline -\multicolumn{2}{|c|}{\textit{Record 1}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 1 \\ -\hline -\multicolumn{2}{|c|}{\textit{Record 2}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 2 \\ -\hline -\end{tabular} - -\noindent -\pset tableattr lr -execute q; -\begin{tabular}{|c|l|} -\hline -\multicolumn{2}{|c|}{\textit{Record 1}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 1 \\ -\hline -\multicolumn{2}{|c|}{\textit{Record 2}} \\ -\hline -a\$title & some\textbackslash{}more\_text \\ -junk & \#\textless{}foo\textgreater{}\%\&\^{}\~{}\textbar{}\\\{bar\} \\ -empty & \\ -int & 2 \\ -\hline -\end{tabular} - -\noindent -\pset tableattr -deallocate q; --- test troff-ms output format -\pset format troff-ms -\pset border 1 -\pset expanded off -\d psql_serial_tab_id_seq -.LP -.DS C -Sequence "public.psql_serial_tab_id_seq" -.DE -.LP -.TS -center; -l | r | r | r | r | l | r. -\fIType\fP \fIStart\fP \fIMinimum\fP \fIMaximum\fP \fIIncrement\fP \fICycles?\fP \fICache\fP -_ -integer 1 1 2147483647 1 no 1 -.TE -.DS L -Owned by: public.psql_serial_tab.id -.DE -\pset tuples_only true -\df exp -.LP -.TS -center; -l | l | l | l | l. -pg_catalog exp double precision double precision func -pg_catalog exp numeric numeric func -.TE -.DS L -.DE -\pset tuples_only false -\pset expanded on -\d psql_serial_tab_id_seq -.LP -.DS C -Sequence "public.psql_serial_tab_id_seq" -.DE -.LP -.TS -center; -c s. -\fIRecord 1\fP -_ -.T& -c | l. -Type integer -Start 1 -Minimum 1 -Maximum 2147483647 -Increment 1 -Cycles? no -Cache 1 -.TE -.DS L -Owned by: public.psql_serial_tab.id -.DE -\pset tuples_only true -\df exp -.LP -.TS -center; -c l; -_ -Schema pg_catalog -Name exp -Result data type double precision -Argument data types double precision -Type func -_ -Schema pg_catalog -Name exp -Result data type numeric -Argument data types numeric -Type func -.TE -.DS L -.DE -\pset tuples_only false -prepare q as - select 'some\text' as "a\title", E' \n' as "junk", - ' ' as "empty", n as int - from generate_series(1,2) as n; -\pset expanded off -\pset border 0 -execute q; -.LP -.TS -center; -lllr. -\fIa\(rstitle\fP \fIjunk\fP \fIempty\fP \fIint\fP -_ -some\(rstext - 1 -some\(rstext - 2 -.TE -.DS L -(2 rows) -.DE -\pset border 1 -execute q; -.LP -.TS -center; -l | l | l | r. -\fIa\(rstitle\fP \fIjunk\fP \fIempty\fP \fIint\fP -_ -some\(rstext - 1 -some\(rstext - 2 -.TE -.DS L -(2 rows) -.DE -\pset border 2 -execute q; -.LP -.TS -center box; -l | l | l | r. -\fIa\(rstitle\fP \fIjunk\fP \fIempty\fP \fIint\fP -_ -some\(rstext - 1 -some\(rstext - 2 -.TE -.DS L -(2 rows) -.DE -\pset expanded on -\pset border 0 -execute q; -.LP -.TS -center; -c s. -\fIRecord 1\fP -.T& -c l. -a\(rstitle some\(rstext -junk - -empty -int 1 -.T& -c s. -\fIRecord 2\fP -.T& -c l. -a\(rstitle some\(rstext -junk - -empty -int 2 -.TE -.DS L -.DE -\pset border 1 -execute q; -.LP -.TS -center; -c s. -\fIRecord 1\fP -_ -.T& -c | l. -a\(rstitle some\(rstext -junk - -empty -int 1 -.T& -c s. -\fIRecord 2\fP -_ -.T& -c | l. -a\(rstitle some\(rstext -junk - -empty -int 2 -.TE -.DS L -.DE -\pset border 2 -execute q; -.LP -.TS -center box; -c s. -\fIRecord 1\fP -_ -.T& -c l. -a\(rstitle some\(rstext -junk - -empty -int 1 -_ -.T& -c s. -\fIRecord 2\fP -_ -.T& -c l. -a\(rstitle some\(rstext -junk - -empty -int 2 -.TE -.DS L -.DE -deallocate q; --- check ambiguous format requests -\pset format a -\pset: ambiguous abbreviation "a" matches both "aligned" and "asciidoc" -\pset format l --- clean up after output format tests -drop table psql_serial_tab; -\pset format aligned -\pset expanded off -\pset border 1 --- \echo and allied features -\echo this is a test -this is a test -\echo -n without newline -without newline\echo with -n newline -with -n newline -\echo '-n' with newline --n with newline -\set foo bar -\echo foo = :foo -foo = bar -\qecho this is a test -this is a test -\qecho foo = :foo -foo = bar -\warn this is a test -this is a test -\warn foo = :foo -foo = bar --- tests for \if ... \endif -\if true - select 'okay'; - ?column? ----------- - okay -(1 row) - - select 'still okay'; - ?column? ------------- - still okay -(1 row) - -\else - not okay; - still not okay -\endif --- at this point query buffer should still have last valid line -\g - ?column? ------------- - still okay -(1 row) - --- \if should work okay on part of a query -select - \if true - 42 - \else - (bogus - \endif - forty_two; - forty_two ------------ - 42 -(1 row) - -select \if false \\ (bogus \else \\ 42 \endif \\ forty_two; - forty_two ------------ - 42 -(1 row) - --- test a large nested if using a variety of true-equivalents -\if true - \if 1 - \if yes - \if on - \echo 'all true' -all true - \else - \echo 'should not print #1-1' - \endif - \else - \echo 'should not print #1-2' - \endif - \else - \echo 'should not print #1-3' - \endif -\else - \echo 'should not print #1-4' -\endif --- test a variety of false-equivalents in an if/elif/else structure -\if false - \echo 'should not print #2-1' -\elif 0 - \echo 'should not print #2-2' -\elif no - \echo 'should not print #2-3' -\elif off - \echo 'should not print #2-4' -\else - \echo 'all false' -all false -\endif --- test true-false elif after initial true branch -\if true - \echo 'should print #2-5' -should print #2-5 -\elif true - \echo 'should not print #2-6' -\elif false - \echo 'should not print #2-7' -\else - \echo 'should not print #2-8' -\endif --- test simple true-then-else -\if true - \echo 'first thing true' -first thing true -\else - \echo 'should not print #3-1' -\endif --- test simple false-true-else -\if false - \echo 'should not print #4-1' -\elif true - \echo 'second thing true' -second thing true -\else - \echo 'should not print #5-1' -\endif --- invalid boolean expressions are false -\if invalid boolean expression -unrecognized value "invalid boolean expression" for "\if expression": Boolean expected - \echo 'will not print #6-1' -\else - \echo 'will print anyway #6-2' -will print anyway #6-2 -\endif --- test un-matched endif -\endif -\endif: no matching \if --- test un-matched else -\else -\else: no matching \if --- test un-matched elif -\elif -\elif: no matching \if --- test double-else error -\if true -\else -\else -\else: cannot occur after \else -\endif --- test elif out-of-order -\if false -\else -\elif -\elif: cannot occur after \else -\endif --- test if-endif matching in a false branch -\if false - \if false - \echo 'should not print #7-1' - \else - \echo 'should not print #7-2' - \endif - \echo 'should not print #7-3' -\else - \echo 'should print #7-4' -should print #7-4 -\endif --- show that vars and backticks are not expanded when ignoring extra args -\set foo bar -\echo :foo :'foo' :"foo" -bar 'bar' "bar" -\pset fieldsep | `nosuchcommand` :foo :'foo' :"foo" -\pset: extra argument "nosuchcommand" ignored -\pset: extra argument ":foo" ignored -\pset: extra argument ":'foo'" ignored -\pset: extra argument ":"foo"" ignored --- show that vars and backticks are not expanded and commands are ignored --- when in a false if-branch -\set try_to_quit '\\q' -\if false - :try_to_quit - \echo `nosuchcommand` :foo :'foo' :"foo" - \pset fieldsep | `nosuchcommand` :foo :'foo' :"foo" - \a - SELECT $1 \bind 1 \g - \bind_named stmt1 1 2 \g - \C arg1 - \c arg1 arg2 arg3 arg4 - \cd arg1 - \close stmt1 - \conninfo - \copy arg1 arg2 arg3 arg4 arg5 arg6 - \copyright - SELECT 1 as one, 2, 3 \crosstabview - \dt arg1 - \e arg1 arg2 - \ef whole_line - \ev whole_line - \echo arg1 arg2 arg3 arg4 arg5 - \echo arg1 - \encoding arg1 - \endpipeline - \errverbose - \f arg1 - \flush - \flushrequest - \g arg1 - \gx arg1 - \gexec - \getresults - SELECT 1 AS one \gset - \h - \? - \html - \i arg1 - \ir arg1 - \l arg1 - \lo arg1 arg2 -invalid command \lo - \lo_list - \o arg1 - \p - SELECT 1 \parse - \password arg1 - \prompt arg1 arg2 - \pset arg1 arg2 - \q - \reset - \s arg1 - \sendpipeline - \set arg1 arg2 arg3 arg4 arg5 arg6 arg7 - \setenv arg1 arg2 - \sf whole_line - \sv whole_line - \startpipeline - \syncpipeline - \t arg1 - \T arg1 - \timing arg1 - \unset arg1 - \w arg1 - \watch arg1 arg2 - \x arg1 - -- \else here is eaten as part of OT_FILEPIPE argument - \w |/no/such/file \else - -- \endif here is eaten as part of whole-line argument - \! whole_line \endif - \z -\else - \echo 'should print #8-1' -should print #8-1 -\endif --- :{?...} defined variable test -\set i 1 -\if :{?i} - \echo '#9-1 ok, variable i is defined' -#9-1 ok, variable i is defined -\else - \echo 'should not print #9-2' -\endif -\if :{?no_such_variable} - \echo 'should not print #10-1' -\else - \echo '#10-2 ok, variable no_such_variable is not defined' -#10-2 ok, variable no_such_variable is not defined -\endif -SELECT :{?i} AS i_is_defined; - i_is_defined --------------- - t -(1 row) - -SELECT NOT :{?no_such_var} AS no_such_var_is_not_defined; - no_such_var_is_not_defined ----------------------------- - t -(1 row) - --- SHOW_CONTEXT -\set SHOW_CONTEXT never -do $$ -begin - raise notice 'foo'; - raise exception 'bar'; -end $$; -NOTICE: foo -ERROR: bar -\set SHOW_CONTEXT errors -do $$ -begin - raise notice 'foo'; - raise exception 'bar'; -end $$; -NOTICE: foo -ERROR: bar -CONTEXT: PL/pgSQL function inline_code_block line 4 at RAISE -\set SHOW_CONTEXT always -do $$ -begin - raise notice 'foo'; - raise exception 'bar'; -end $$; -NOTICE: foo -CONTEXT: PL/pgSQL function inline_code_block line 3 at RAISE -ERROR: bar -CONTEXT: PL/pgSQL function inline_code_block line 4 at RAISE --- test printing and clearing the query buffer -SELECT 1; - ?column? ----------- - 1 -(1 row) - -\p -SELECT 1; -SELECT 2 \r -\p -SELECT 1; -SELECT 3 \p -SELECT 3 -UNION SELECT 4 \p -SELECT 3 -UNION SELECT 4 -UNION SELECT 5 -ORDER BY 1; - ?column? ----------- - 3 - 4 - 5 -(3 rows) - -\r -\p -SELECT 3 -UNION SELECT 4 -UNION SELECT 5 -ORDER BY 1; --- tests for special result variables --- working query, 2 rows selected -SELECT 1 AS stuff UNION SELECT 2; - stuff -------- - 1 - 2 -(2 rows) - -\echo 'error:' :ERROR -error: false -\echo 'error code:' :SQLSTATE -error code: 00000 -\echo 'number of rows:' :ROW_COUNT -number of rows: 2 --- syntax error -SELECT 1 UNION; -ERROR: syntax error at or near ";" -LINE 1: SELECT 1 UNION; - ^ -\echo 'error:' :ERROR -error: true -\echo 'error code:' :SQLSTATE -error code: 42601 -\echo 'number of rows:' :ROW_COUNT -number of rows: 0 -\echo 'last error message:' :LAST_ERROR_MESSAGE -last error message: syntax error at or near ";" -\echo 'last error code:' :LAST_ERROR_SQLSTATE -last error code: 42601 --- empty query -; -\echo 'error:' :ERROR -error: false -\echo 'error code:' :SQLSTATE -error code: 00000 -\echo 'number of rows:' :ROW_COUNT -number of rows: 0 --- must have kept previous values -\echo 'last error message:' :LAST_ERROR_MESSAGE -last error message: syntax error at or near ";" -\echo 'last error code:' :LAST_ERROR_SQLSTATE -last error code: 42601 --- other query error -DROP TABLE this_table_does_not_exist; -ERROR: table "this_table_does_not_exist" does not exist -\echo 'error:' :ERROR -error: true -\echo 'error code:' :SQLSTATE -error code: 42P01 -\echo 'number of rows:' :ROW_COUNT -number of rows: 0 -\echo 'last error message:' :LAST_ERROR_MESSAGE -last error message: table "this_table_does_not_exist" does not exist -\echo 'last error code:' :LAST_ERROR_SQLSTATE -last error code: 42P01 --- nondefault verbosity error settings (except verbose, which is too unstable) -\set VERBOSITY terse -SELECT 1 UNION; -ERROR: syntax error at or near ";" at character 15 -\echo 'error:' :ERROR -error: true -\echo 'error code:' :SQLSTATE -error code: 42601 -\echo 'last error message:' :LAST_ERROR_MESSAGE -last error message: syntax error at or near ";" -\set VERBOSITY sqlstate -SELECT 1/0; -ERROR: 22012 -\echo 'error:' :ERROR -error: true -\echo 'error code:' :SQLSTATE -error code: 22012 -\echo 'last error message:' :LAST_ERROR_MESSAGE -last error message: division by zero -\set VERBOSITY default --- working \gdesc -SELECT 3 AS three, 4 AS four \gdesc - Column | Type ---------+--------- - three | integer - four | integer -(2 rows) - -\echo 'error:' :ERROR -error: false -\echo 'error code:' :SQLSTATE -error code: 00000 -\echo 'number of rows:' :ROW_COUNT -number of rows: 2 --- \gdesc with an error -SELECT 4 AS \gdesc -ERROR: syntax error at end of input -LINE 1: SELECT 4 AS - ^ -\echo 'error:' :ERROR -error: true -\echo 'error code:' :SQLSTATE -error code: 42601 -\echo 'number of rows:' :ROW_COUNT -number of rows: 0 -\echo 'last error message:' :LAST_ERROR_MESSAGE -last error message: syntax error at end of input -\echo 'last error code:' :LAST_ERROR_SQLSTATE -last error code: 42601 --- check row count for a query with chunked results -\set FETCH_COUNT 10 -select unique2 from tenk1 order by unique2 limit 19; - unique2 ---------- - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 -(19 rows) - -\echo 'error:' :ERROR -error: false -\echo 'error code:' :SQLSTATE -error code: 00000 -\echo 'number of rows:' :ROW_COUNT -number of rows: 19 --- chunked results with an error after the first chunk --- (we must disable parallel query here, else the behavior is timing-dependent) -set debug_parallel_query = off; -select 1/(15-unique2) from tenk1 order by unique2 limit 19; - ?column? ----------- - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 -ERROR: division by zero -\echo 'error:' :ERROR -error: true -\echo 'error code:' :SQLSTATE -error code: 22012 -\echo 'number of rows:' :ROW_COUNT -number of rows: 0 -\echo 'last error message:' :LAST_ERROR_MESSAGE -last error message: division by zero -\echo 'last error code:' :LAST_ERROR_SQLSTATE -last error code: 22012 -reset debug_parallel_query; -\unset FETCH_COUNT -create schema testpart; -create role regress_partitioning_role; -alter schema testpart owner to regress_partitioning_role; -set role to regress_partitioning_role; --- run test inside own schema and hide other partitions -set search_path to testpart; -create table testtable_apple(logdate date); -create table testtable_orange(logdate date); -create index testtable_apple_index on testtable_apple(logdate); -create index testtable_orange_index on testtable_orange(logdate); -create table testpart_apple(logdate date) partition by range(logdate); -create table testpart_orange(logdate date) partition by range(logdate); -create index testpart_apple_index on testpart_apple(logdate); -create index testpart_orange_index on testpart_orange(logdate); --- only partition related object should be displayed -\dP test*apple* - List of partitioned relations - Schema | Name | Owner | Type | Parent name | Table -----------+----------------------+---------------------------+-------------------+-------------+---------------- - testpart | testpart_apple | regress_partitioning_role | partitioned table | | - testpart | testpart_apple_index | regress_partitioning_role | partitioned index | | testpart_apple -(2 rows) - -\dPt test*apple* - List of partitioned tables - Schema | Name | Owner | Parent name -----------+----------------+---------------------------+------------- - testpart | testpart_apple | regress_partitioning_role | -(1 row) - -\dPi test*apple* - List of partitioned indexes - Schema | Name | Owner | Parent name | Table -----------+----------------------+---------------------------+-------------+---------------- - testpart | testpart_apple_index | regress_partitioning_role | | testpart_apple -(1 row) - -drop table testtable_apple; -drop table testtable_orange; -drop table testpart_apple; -drop table testpart_orange; -create table parent_tab (id int) partition by range (id); -create index parent_index on parent_tab (id); -create table child_0_10 partition of parent_tab - for values from (0) to (10); -create table child_10_20 partition of parent_tab - for values from (10) to (20); -create table child_20_30 partition of parent_tab - for values from (20) to (30); -insert into parent_tab values (generate_series(0,29)); -create table child_30_40 partition of parent_tab -for values from (30) to (40) - partition by range(id); -create table child_30_35 partition of child_30_40 - for values from (30) to (35); -create table child_35_40 partition of child_30_40 - for values from (35) to (40); -insert into parent_tab values (generate_series(30,39)); -\dPt - List of partitioned tables - Schema | Name | Owner -----------+------------+--------------------------- - testpart | parent_tab | regress_partitioning_role -(1 row) - -\dPi - List of partitioned indexes - Schema | Name | Owner | Table -----------+--------------+---------------------------+------------ - testpart | parent_index | regress_partitioning_role | parent_tab -(1 row) - -\dP testpart.* - List of partitioned relations - Schema | Name | Owner | Type | Parent name | Table -----------+--------------------+---------------------------+-------------------+--------------+------------- - testpart | parent_tab | regress_partitioning_role | partitioned table | | - testpart | child_30_40 | regress_partitioning_role | partitioned table | parent_tab | - testpart | parent_index | regress_partitioning_role | partitioned index | | parent_tab - testpart | child_30_40_id_idx | regress_partitioning_role | partitioned index | parent_index | child_30_40 -(4 rows) - -\dP - List of partitioned relations - Schema | Name | Owner | Type | Table -----------+--------------+---------------------------+-------------------+------------ - testpart | parent_tab | regress_partitioning_role | partitioned table | - testpart | parent_index | regress_partitioning_role | partitioned index | parent_tab -(2 rows) - -\dPtn - List of partitioned tables - Schema | Name | Owner | Parent name -----------+-------------+---------------------------+------------- - testpart | parent_tab | regress_partitioning_role | - testpart | child_30_40 | regress_partitioning_role | parent_tab -(2 rows) - -\dPin - List of partitioned indexes - Schema | Name | Owner | Parent name | Table -----------+--------------------+---------------------------+--------------+------------- - testpart | parent_index | regress_partitioning_role | | parent_tab - testpart | child_30_40_id_idx | regress_partitioning_role | parent_index | child_30_40 -(2 rows) - -\dPn - List of partitioned relations - Schema | Name | Owner | Type | Parent name | Table -----------+--------------------+---------------------------+-------------------+--------------+------------- - testpart | parent_tab | regress_partitioning_role | partitioned table | | - testpart | child_30_40 | regress_partitioning_role | partitioned table | parent_tab | - testpart | parent_index | regress_partitioning_role | partitioned index | | parent_tab - testpart | child_30_40_id_idx | regress_partitioning_role | partitioned index | parent_index | child_30_40 -(4 rows) - -\dPn testpart.* - List of partitioned relations - Schema | Name | Owner | Type | Parent name | Table -----------+--------------------+---------------------------+-------------------+--------------+------------- - testpart | parent_tab | regress_partitioning_role | partitioned table | | - testpart | child_30_40 | regress_partitioning_role | partitioned table | parent_tab | - testpart | parent_index | regress_partitioning_role | partitioned index | | parent_tab - testpart | child_30_40_id_idx | regress_partitioning_role | partitioned index | parent_index | child_30_40 -(4 rows) - -drop table parent_tab cascade; -drop schema testpart; -set search_path to default; -set role to default; -drop role regress_partitioning_role; --- \d on toast table (use pg_statistic's toast table, which has a known name) -\d pg_toast.pg_toast_2619 -TOAST table "pg_toast.pg_toast_2619" - Column | Type -------------+--------- - chunk_id | oid - chunk_seq | integer - chunk_data | bytea -Owning table: "pg_catalog.pg_statistic" -Indexes: - "pg_toast_2619_index" PRIMARY KEY, btree (chunk_id, chunk_seq) - --- check printing info about access methods -\dA -List of access methods - Name | Type ---------+------- - brin | Index - btree | Index - gin | Index - gist | Index - hash | Index - heap | Table - heap2 | Table - spgist | Index -(8 rows) - -\dA * -List of access methods - Name | Type ---------+------- - brin | Index - btree | Index - gin | Index - gist | Index - hash | Index - heap | Table - heap2 | Table - spgist | Index -(8 rows) - -\dA h* -List of access methods - Name | Type --------+------- - hash | Index - heap | Table - heap2 | Table -(3 rows) - -\dA foo -List of access methods - Name | Type -------+------ -(0 rows) - -\dA foo bar -List of access methods - Name | Type -------+------ -(0 rows) - -\dA: extra argument "bar" ignored -\dA+ - List of access methods - Name | Type | Handler | Description ---------+-------+----------------------+---------------------------------------- - brin | Index | brinhandler | block range index (BRIN) access method - btree | Index | bthandler | b-tree index access method - gin | Index | ginhandler | GIN index access method - gist | Index | gisthandler | GiST index access method - hash | Index | hashhandler | hash index access method - heap | Table | heap_tableam_handler | heap table access method - heap2 | Table | heap_tableam_handler | - spgist | Index | spghandler | SP-GiST index access method -(8 rows) - -\dA+ * - List of access methods - Name | Type | Handler | Description ---------+-------+----------------------+---------------------------------------- - brin | Index | brinhandler | block range index (BRIN) access method - btree | Index | bthandler | b-tree index access method - gin | Index | ginhandler | GIN index access method - gist | Index | gisthandler | GiST index access method - hash | Index | hashhandler | hash index access method - heap | Table | heap_tableam_handler | heap table access method - heap2 | Table | heap_tableam_handler | - spgist | Index | spghandler | SP-GiST index access method -(8 rows) - -\dA+ h* - List of access methods - Name | Type | Handler | Description --------+-------+----------------------+-------------------------- - hash | Index | hashhandler | hash index access method - heap | Table | heap_tableam_handler | heap table access method - heap2 | Table | heap_tableam_handler | -(3 rows) - -\dA+ foo - List of access methods - Name | Type | Handler | Description -------+------+---------+------------- -(0 rows) - -\dAc brin pg*.oid* - List of operator classes - AM | Input type | Storage type | Operator class | Default? -------+------------+--------------+----------------------+---------- - brin | oid | | oid_bloom_ops | no - brin | oid | | oid_minmax_multi_ops | no - brin | oid | | oid_minmax_ops | yes -(3 rows) - -\dAf spgist - List of operator families - AM | Operator family | Applicable types ---------+-----------------+------------------ - spgist | box_ops | box - spgist | kd_point_ops | point - spgist | network_ops | inet - spgist | poly_ops | polygon - spgist | quad_point_ops | point - spgist | range_ops | anyrange - spgist | text_ops | text -(7 rows) - -\dAf btree int4 - List of operator families - AM | Operator family | Applicable types --------+-----------------+--------------------------- - btree | integer_ops | smallint, integer, bigint -(1 row) - -\dAo+ btree array_ops|float_ops - List of operators of operator families - AM | Operator family | Operator | Strategy | Purpose | Sort opfamily | Leakproof? --------+-----------------+---------------------------------------+----------+---------+---------------+------------ - btree | array_ops | <(anyarray,anyarray) | 1 | search | | no - btree | array_ops | <=(anyarray,anyarray) | 2 | search | | no - btree | array_ops | =(anyarray,anyarray) | 3 | search | | no - btree | array_ops | >=(anyarray,anyarray) | 4 | search | | no - btree | array_ops | >(anyarray,anyarray) | 5 | search | | no - btree | float_ops | <(double precision,double precision) | 1 | search | | yes - btree | float_ops | <=(double precision,double precision) | 2 | search | | yes - btree | float_ops | =(double precision,double precision) | 3 | search | | yes - btree | float_ops | >=(double precision,double precision) | 4 | search | | yes - btree | float_ops | >(double precision,double precision) | 5 | search | | yes - btree | float_ops | <(real,real) | 1 | search | | yes - btree | float_ops | <=(real,real) | 2 | search | | yes - btree | float_ops | =(real,real) | 3 | search | | yes - btree | float_ops | >=(real,real) | 4 | search | | yes - btree | float_ops | >(real,real) | 5 | search | | yes - btree | float_ops | <(double precision,real) | 1 | search | | yes - btree | float_ops | <=(double precision,real) | 2 | search | | yes - btree | float_ops | =(double precision,real) | 3 | search | | yes - btree | float_ops | >=(double precision,real) | 4 | search | | yes - btree | float_ops | >(double precision,real) | 5 | search | | yes - btree | float_ops | <(real,double precision) | 1 | search | | yes - btree | float_ops | <=(real,double precision) | 2 | search | | yes - btree | float_ops | =(real,double precision) | 3 | search | | yes - btree | float_ops | >=(real,double precision) | 4 | search | | yes - btree | float_ops | >(real,double precision) | 5 | search | | yes -(25 rows) - -\dAo * pg_catalog.jsonb_path_ops - List of operators of operator families - AM | Operator family | Operator | Strategy | Purpose ------+-----------------+--------------------+----------+--------- - gin | jsonb_path_ops | @>(jsonb,jsonb) | 7 | search - gin | jsonb_path_ops | @?(jsonb,jsonpath) | 15 | search - gin | jsonb_path_ops | @@(jsonb,jsonpath) | 16 | search -(3 rows) - -\dAp+ btree float_ops - List of support functions of operator families - AM | Operator family | Registered left type | Registered right type | Number | Function --------+-----------------+----------------------+-----------------------+--------+------------------------------------------------------------------------------ - btree | float_ops | double precision | double precision | 1 | btfloat8cmp(double precision,double precision) - btree | float_ops | double precision | double precision | 2 | btfloat8sortsupport(internal) - btree | float_ops | double precision | double precision | 3 | in_range(double precision,double precision,double precision,boolean,boolean) - btree | float_ops | real | real | 1 | btfloat4cmp(real,real) - btree | float_ops | real | real | 2 | btfloat4sortsupport(internal) - btree | float_ops | double precision | real | 1 | btfloat84cmp(double precision,real) - btree | float_ops | real | double precision | 1 | btfloat48cmp(real,double precision) - btree | float_ops | real | double precision | 3 | in_range(real,real,double precision,boolean,boolean) -(8 rows) - -\dApx+ btree time_ops -List of support functions of operator families --[ RECORD 1 ]---------+--------------------------------------------------------------------------------- -AM | btree -Operator family | time_ops -Registered left type | time without time zone -Registered right type | time without time zone -Number | 1 -Function | time_cmp(time without time zone,time without time zone) --[ RECORD 2 ]---------+--------------------------------------------------------------------------------- -AM | btree -Operator family | time_ops -Registered left type | time without time zone -Registered right type | time without time zone -Number | 4 -Function | btequalimage(oid) --[ RECORD 3 ]---------+--------------------------------------------------------------------------------- -AM | btree -Operator family | time_ops -Registered left type | time without time zone -Registered right type | interval -Number | 3 -Function | in_range(time without time zone,time without time zone,interval,boolean,boolean) - -\dAp * pg_catalog.uuid_ops - List of support functions of operator families - AM | Operator family | Registered left type | Registered right type | Number | Function --------+-----------------+----------------------+-----------------------+--------+-------------------- - btree | uuid_ops | uuid | uuid | 1 | uuid_cmp - btree | uuid_ops | uuid | uuid | 2 | uuid_sortsupport - btree | uuid_ops | uuid | uuid | 4 | btequalimage - btree | uuid_ops | uuid | uuid | 6 | uuid_skipsupport - hash | uuid_ops | uuid | uuid | 1 | uuid_hash - hash | uuid_ops | uuid | uuid | 2 | uuid_hash_extended -(6 rows) - --- check \dconfig -set work_mem = 10240; -\dconfig work_mem -List of configuration parameters - Parameter | Value ------------+------- - work_mem | 10MB -(1 row) - -\dconfig+ work* - List of configuration parameters - Parameter | Value | Type | Context | Access privileges ------------+-------+---------+---------+------------------- - work_mem | 10MB | integer | user | -(1 row) - -reset work_mem; --- check \df, \do with argument specifications -\df *sqrt - List of functions - Schema | Name | Result data type | Argument data types | Type -------------+--------------+------------------+---------------------+------ - pg_catalog | dsqrt | double precision | double precision | func - pg_catalog | numeric_sqrt | numeric | numeric | func - pg_catalog | sqrt | double precision | double precision | func - pg_catalog | sqrt | numeric | numeric | func -(4 rows) - -\df *sqrt num* - List of functions - Schema | Name | Result data type | Argument data types | Type -------------+--------------+------------------+---------------------+------ - pg_catalog | numeric_sqrt | numeric | numeric | func - pg_catalog | sqrt | numeric | numeric | func -(2 rows) - -\df int*pl - List of functions - Schema | Name | Result data type | Argument data types | Type -------------+-------------+------------------+---------------------+------ - pg_catalog | int24pl | integer | smallint, integer | func - pg_catalog | int28pl | bigint | smallint, bigint | func - pg_catalog | int2pl | smallint | smallint, smallint | func - pg_catalog | int42pl | integer | integer, smallint | func - pg_catalog | int48pl | bigint | integer, bigint | func - pg_catalog | int4pl | integer | integer, integer | func - pg_catalog | int82pl | bigint | bigint, smallint | func - pg_catalog | int84pl | bigint | bigint, integer | func - pg_catalog | int8pl | bigint | bigint, bigint | func - pg_catalog | interval_pl | interval | interval, interval | func -(10 rows) - -\df int*pl int4 - List of functions - Schema | Name | Result data type | Argument data types | Type -------------+---------+------------------+---------------------+------ - pg_catalog | int42pl | integer | integer, smallint | func - pg_catalog | int48pl | bigint | integer, bigint | func - pg_catalog | int4pl | integer | integer, integer | func -(3 rows) - -\df int*pl * pg_catalog.int8 - List of functions - Schema | Name | Result data type | Argument data types | Type -------------+---------+------------------+---------------------+------ - pg_catalog | int28pl | bigint | smallint, bigint | func - pg_catalog | int48pl | bigint | integer, bigint | func - pg_catalog | int8pl | bigint | bigint, bigint | func -(3 rows) - -\df acl* aclitem[] - List of functions - Schema | Name | Result data type | Argument data types | Type -------------+-------------+------------------+----------------------------------------------------------------------------------------------------+------ - pg_catalog | aclcontains | boolean | aclitem[], aclitem | func - pg_catalog | aclexplode | SETOF record | acl aclitem[], OUT grantor oid, OUT grantee oid, OUT privilege_type text, OUT is_grantable boolean | func - pg_catalog | aclinsert | aclitem[] | aclitem[], aclitem | func - pg_catalog | aclremove | aclitem[] | aclitem[], aclitem | func -(4 rows) - -\df has_database_privilege oid text - List of functions - Schema | Name | Result data type | Argument data types | Type -------------+------------------------+------------------+---------------------+------ - pg_catalog | has_database_privilege | boolean | oid, text | func - pg_catalog | has_database_privilege | boolean | oid, text, text | func -(2 rows) - -\df has_database_privilege oid text - - List of functions - Schema | Name | Result data type | Argument data types | Type -------------+------------------------+------------------+---------------------+------ - pg_catalog | has_database_privilege | boolean | oid, text | func -(1 row) - -\dfa bit* small* - List of functions - Schema | Name | Result data type | Argument data types | Type -------------+---------+------------------+---------------------+------ - pg_catalog | bit_and | smallint | smallint | agg - pg_catalog | bit_or | smallint | smallint | agg - pg_catalog | bit_xor | smallint | smallint | agg -(3 rows) - -\df *._pg_expandarray - List of functions - Schema | Name | Result data type | Argument data types | Type ---------------------+-----------------+------------------+-------------------------------------------+------ - information_schema | _pg_expandarray | SETOF record | anyarray, OUT x anyelement, OUT n integer | func -(1 row) - -\do - pg_catalog.int4 - List of operators - Schema | Name | Left arg type | Right arg type | Result type | Description -------------+------+---------------+----------------+-------------+------------- - pg_catalog | - | | integer | integer | negate -(1 row) - -\do && anyarray * - List of operators - Schema | Name | Left arg type | Right arg type | Result type | Description -------------+------+---------------+----------------+-------------+------------- - pg_catalog | && | anyarray | anyarray | boolean | overlaps -(1 row) - --- check \df+ --- we have to use functions with a predictable owner name, so make a role -create role regress_psql_user superuser; -begin; -set session authorization regress_psql_user; -create function psql_df_internal (float8) - returns float8 - language internal immutable parallel safe strict - as 'dsin'; -create function psql_df_sql (x integer) - returns integer - security definer - begin atomic select x + 1; end; -create function psql_df_plpgsql () - returns void - language plpgsql - as $$ begin return; end; $$; -comment on function psql_df_plpgsql () is 'some comment'; -\df+ psql_df_* - List of functions - Schema | Name | Result data type | Argument data types | Type | Volatility | Parallel | Owner | Security | Leakproof? | Access privileges | Language | Internal name | Description ---------+------------------+------------------+---------------------+------+------------+----------+-------------------+----------+------------+-------------------+----------+---------------+-------------- - public | psql_df_internal | double precision | double precision | func | immutable | safe | regress_psql_user | invoker | no | | internal | dsin | - public | psql_df_plpgsql | void | | func | volatile | unsafe | regress_psql_user | invoker | no | | plpgsql | | some comment - public | psql_df_sql | integer | x integer | func | volatile | unsafe | regress_psql_user | definer | no | | sql | | -(3 rows) - -rollback; -drop role regress_psql_user; --- check \sf -\sf information_schema._pg_index_position -CREATE OR REPLACE FUNCTION information_schema._pg_index_position(oid, smallint) - RETURNS integer - LANGUAGE sql - STABLE STRICT -BEGIN ATOMIC - SELECT (ss.a).n AS n - FROM ( SELECT information_schema._pg_expandarray(pg_index.indkey) AS a - FROM pg_index - WHERE (pg_index.indexrelid = $1)) ss - WHERE ((ss.a).x = $2); -END -\sf+ information_schema._pg_index_position - CREATE OR REPLACE FUNCTION information_schema._pg_index_position(oid, smallint) - RETURNS integer - LANGUAGE sql - STABLE STRICT -1 BEGIN ATOMIC -2 SELECT (ss.a).n AS n -3 FROM ( SELECT information_schema._pg_expandarray(pg_index.indkey) AS a -4 FROM pg_index -5 WHERE (pg_index.indexrelid = $1)) ss -6 WHERE ((ss.a).x = $2); -7 END -\sf+ interval_pl_time - CREATE OR REPLACE FUNCTION pg_catalog.interval_pl_time(interval, time without time zone) - RETURNS time without time zone - LANGUAGE sql - IMMUTABLE PARALLEL SAFE STRICT COST 1 -1 RETURN ($2 + $1) -\sf ts_debug(text); -CREATE OR REPLACE FUNCTION pg_catalog.ts_debug(document text, OUT alias text, OUT description text, OUT token text, OUT dictionaries regdictionary[], OUT dictionary regdictionary, OUT lexemes text[]) - RETURNS SETOF record - LANGUAGE sql - STABLE PARALLEL SAFE STRICT -BEGIN ATOMIC - SELECT ts_debug.alias, - ts_debug.description, - ts_debug.token, - ts_debug.dictionaries, - ts_debug.dictionary, - ts_debug.lexemes - FROM ts_debug(get_current_ts_config(), ts_debug.document) ts_debug(alias, description, token, dictionaries, dictionary, lexemes); -END -\sf+ ts_debug(text) - CREATE OR REPLACE FUNCTION pg_catalog.ts_debug(document text, OUT alias text, OUT description text, OUT token text, OUT dictionaries regdictionary[], OUT dictionary regdictionary, OUT lexemes text[]) - RETURNS SETOF record - LANGUAGE sql - STABLE PARALLEL SAFE STRICT -1 BEGIN ATOMIC -2 SELECT ts_debug.alias, -3 ts_debug.description, -4 ts_debug.token, -5 ts_debug.dictionaries, -6 ts_debug.dictionary, -7 ts_debug.lexemes -8 FROM ts_debug(get_current_ts_config(), ts_debug.document) ts_debug(alias, description, token, dictionaries, dictionary, lexemes); -9 END --- AUTOCOMMIT -CREATE TABLE ac_test (a int); -\set AUTOCOMMIT off -INSERT INTO ac_test VALUES (1); -COMMIT; -SELECT * FROM ac_test; - a ---- - 1 -(1 row) - -COMMIT; -INSERT INTO ac_test VALUES (2); -ROLLBACK; -SELECT * FROM ac_test; - a ---- - 1 -(1 row) - -COMMIT; -BEGIN; -INSERT INTO ac_test VALUES (3); -COMMIT; -SELECT * FROM ac_test; - a ---- - 1 - 3 -(2 rows) - -COMMIT; -BEGIN; -INSERT INTO ac_test VALUES (4); -ROLLBACK; -SELECT * FROM ac_test; - a ---- - 1 - 3 -(2 rows) - -COMMIT; -\set AUTOCOMMIT on -DROP TABLE ac_test; -SELECT * FROM ac_test; -- should be gone now -ERROR: relation "ac_test" does not exist -LINE 1: SELECT * FROM ac_test; - ^ --- ON_ERROR_ROLLBACK -\set ON_ERROR_ROLLBACK on -CREATE TABLE oer_test (a int); -BEGIN; -INSERT INTO oer_test VALUES (1); -INSERT INTO oer_test VALUES ('foo'); -ERROR: invalid input syntax for type integer: "foo" -LINE 1: INSERT INTO oer_test VALUES ('foo'); - ^ -INSERT INTO oer_test VALUES (3); -COMMIT; -SELECT * FROM oer_test; - a ---- - 1 - 3 -(2 rows) - -BEGIN; -INSERT INTO oer_test VALUES (4); -ROLLBACK; -SELECT * FROM oer_test; - a ---- - 1 - 3 -(2 rows) - -BEGIN; -INSERT INTO oer_test VALUES (5); -COMMIT AND CHAIN; -INSERT INTO oer_test VALUES (6); -COMMIT; -SELECT * FROM oer_test; - a ---- - 1 - 3 - 5 - 6 -(4 rows) - -DROP TABLE oer_test; -\set ON_ERROR_ROLLBACK off --- ECHO errors -\set ECHO errors -ERROR: relation "notexists" does not exist -LINE 1: SELECT * FROM notexists; - ^ -STATEMENT: SELECT * FROM notexists; --- --- combined queries --- -CREATE FUNCTION warn(msg TEXT) RETURNS BOOLEAN LANGUAGE plpgsql -AS $$ - BEGIN RAISE NOTICE 'warn %', msg ; RETURN TRUE ; END -$$; --- show both -SELECT 1 AS one \; SELECT warn('1.5') \; SELECT 2 AS two ; -NOTICE: warn 1.5 -CONTEXT: PL/pgSQL function warn(text) line 2 at RAISE - one ------ - 1 -(1 row) - - warn ------- - t -(1 row) - - two ------ - 2 -(1 row) - --- \gset applies to last query only -SELECT 3 AS three \; SELECT warn('3.5') \; SELECT 4 AS four \gset -NOTICE: warn 3.5 -CONTEXT: PL/pgSQL function warn(text) line 2 at RAISE - three -------- - 3 -(1 row) - - warn ------- - t -(1 row) - -\echo :three :four -:three 4 --- syntax error stops all processing -SELECT 5 \; SELECT 6 + \; SELECT warn('6.5') \; SELECT 7 ; -ERROR: syntax error at or near ";" -LINE 1: SELECT 5 ; SELECT 6 + ; SELECT warn('6.5') ; SELECT 7 ; - ^ --- with aborted transaction, stop on first error -BEGIN \; SELECT 8 AS eight \; SELECT 9/0 AS nine \; ROLLBACK \; SELECT 10 AS ten ; - eight -------- - 8 -(1 row) - -ERROR: division by zero --- close previously aborted transaction -ROLLBACK; --- miscellaneous SQL commands --- (non SELECT output is sent to stderr, thus is not shown in expected results) -SELECT 'ok' AS "begin" \; -CREATE TABLE psql_comics(s TEXT) \; -INSERT INTO psql_comics VALUES ('Calvin'), ('hobbes') \; -COPY psql_comics FROM STDIN \; -UPDATE psql_comics SET s = 'Hobbes' WHERE s = 'hobbes' \; -DELETE FROM psql_comics WHERE s = 'Moe' \; -COPY psql_comics TO STDOUT \; -TRUNCATE psql_comics \; -DROP TABLE psql_comics \; -SELECT 'ok' AS "done" ; - begin -------- - ok -(1 row) - -Calvin -Susie -Hobbes - done ------- - ok -(1 row) - -\set SHOW_ALL_RESULTS off -SELECT 1 AS one \; SELECT warn('1.5') \; SELECT 2 AS two ; -NOTICE: warn 1.5 -CONTEXT: PL/pgSQL function warn(text) line 2 at RAISE - two ------ - 2 -(1 row) - -\set SHOW_ALL_RESULTS on -DROP FUNCTION warn(TEXT); --- --- \g with file --- -\getenv abs_builddir PG_ABS_BUILDDIR -\set g_out_file :abs_builddir '/results/psql-output1' -CREATE TEMPORARY TABLE reload_output( - lineno int NOT NULL GENERATED ALWAYS AS IDENTITY, - line text -); -SELECT 1 AS a \g :g_out_file -COPY reload_output(line) FROM :'g_out_file'; -SELECT 2 AS b\; SELECT 3 AS c\; SELECT 4 AS d \g :g_out_file -COPY reload_output(line) FROM :'g_out_file'; -COPY (SELECT 'foo') TO STDOUT \; COPY (SELECT 'bar') TO STDOUT \g :g_out_file -COPY reload_output(line) FROM :'g_out_file'; -SELECT line FROM reload_output ORDER BY lineno; - line ---------- - a - --- - 1 - (1 row) - - b - --- - 2 - (1 row) - - c - --- - 3 - (1 row) - - d - --- - 4 - (1 row) - - foo - bar -(22 rows) - -TRUNCATE TABLE reload_output; --- --- \o with file --- -\set o_out_file :abs_builddir '/results/psql-output2' -\o :o_out_file -SELECT max(unique1) FROM onek; -SELECT 1 AS a\; SELECT 2 AS b\; SELECT 3 AS c; --- COPY TO file --- The data goes to :g_out_file and the status to :o_out_file -\set QUIET false -COPY (SELECT unique1 FROM onek ORDER BY unique1 LIMIT 10) TO :'g_out_file'; --- DML command status -UPDATE onek SET unique1 = unique1 WHERE false; -\set QUIET true -\o --- Check the contents of the files generated. -COPY reload_output(line) FROM :'g_out_file'; -SELECT line FROM reload_output ORDER BY lineno; - line ------- - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 -(10 rows) - -TRUNCATE TABLE reload_output; -COPY reload_output(line) FROM :'o_out_file'; -SELECT line FROM reload_output ORDER BY lineno; - line ----------- - max - ----- - 999 - (1 row) - - a - --- - 1 - (1 row) - - b - --- - 2 - (1 row) - - c - --- - 3 - (1 row) - - COPY 10 - UPDATE 0 -(22 rows) - -TRUNCATE TABLE reload_output; --- Multiple COPY TO STDOUT with output file -\o :o_out_file --- The data goes to :o_out_file with no status generated. -COPY (SELECT 'foo1') TO STDOUT \; COPY (SELECT 'bar1') TO STDOUT; --- Combination of \o and \g file with multiple COPY queries. -COPY (SELECT 'foo2') TO STDOUT \; COPY (SELECT 'bar2') TO STDOUT \g :g_out_file -\o --- Check the contents of the files generated. -COPY reload_output(line) FROM :'g_out_file'; -SELECT line FROM reload_output ORDER BY lineno; - line ------- - foo2 - bar2 -(2 rows) - -TRUNCATE TABLE reload_output; -COPY reload_output(line) FROM :'o_out_file'; -SELECT line FROM reload_output ORDER BY lineno; - line ------- - foo1 - bar1 -(2 rows) - -DROP TABLE reload_output; --- --- AUTOCOMMIT and combined queries --- -\set AUTOCOMMIT off -\echo '# AUTOCOMMIT:' :AUTOCOMMIT -# AUTOCOMMIT: off --- BEGIN is now implicit -CREATE TABLE foo(s TEXT) \; -ROLLBACK; -CREATE TABLE foo(s TEXT) \; -INSERT INTO foo(s) VALUES ('hello'), ('world') \; -COMMIT; -DROP TABLE foo \; -ROLLBACK; --- table foo is still there -SELECT * FROM foo ORDER BY 1 \; -DROP TABLE foo \; -COMMIT; - s -------- - hello - world -(2 rows) - -\set AUTOCOMMIT on -\echo '# AUTOCOMMIT:' :AUTOCOMMIT -# AUTOCOMMIT: on --- BEGIN now explicit for multi-statement transactions -BEGIN \; -CREATE TABLE foo(s TEXT) \; -INSERT INTO foo(s) VALUES ('hello'), ('world') \; -COMMIT; -BEGIN \; -DROP TABLE foo \; -ROLLBACK \; --- implicit transactions -SELECT * FROM foo ORDER BY 1 \; -DROP TABLE foo; - s -------- - hello - world -(2 rows) - --- --- test ON_ERROR_ROLLBACK and combined queries --- -CREATE FUNCTION psql_error(msg TEXT) RETURNS BOOLEAN AS $$ - BEGIN - RAISE EXCEPTION 'error %', msg; - END; -$$ LANGUAGE plpgsql; -\set ON_ERROR_ROLLBACK on -\echo '# ON_ERROR_ROLLBACK:' :ON_ERROR_ROLLBACK -# ON_ERROR_ROLLBACK: on -\echo '# AUTOCOMMIT:' :AUTOCOMMIT -# AUTOCOMMIT: on -BEGIN; -CREATE TABLE bla(s NO_SUCH_TYPE); -- fails -ERROR: type "no_such_type" does not exist -LINE 1: CREATE TABLE bla(s NO_SUCH_TYPE); - ^ -CREATE TABLE bla(s TEXT); -- succeeds -SELECT psql_error('oops!'); -- fails -ERROR: error oops! -CONTEXT: PL/pgSQL function psql_error(text) line 3 at RAISE -INSERT INTO bla VALUES ('Calvin'), ('Hobbes'); -COMMIT; -SELECT * FROM bla ORDER BY 1; - s --------- - Calvin - Hobbes -(2 rows) - -BEGIN; -INSERT INTO bla VALUES ('Susie'); -- succeeds --- now with combined queries -INSERT INTO bla VALUES ('Rosalyn') \; -- will rollback -SELECT 'before error' AS show \; -- will show nevertheless! - SELECT psql_error('boum!') \; -- failure - SELECT 'after error' AS noshow; -- hidden by preceding error - show --------------- - before error -(1 row) - -ERROR: error boum! -CONTEXT: PL/pgSQL function psql_error(text) line 3 at RAISE -INSERT INTO bla(s) VALUES ('Moe') \; -- will rollback - SELECT psql_error('bam!'); -ERROR: error bam! -CONTEXT: PL/pgSQL function psql_error(text) line 3 at RAISE -INSERT INTO bla VALUES ('Miss Wormwood'); -- succeeds -COMMIT; -SELECT * FROM bla ORDER BY 1; - s ---------------- - Calvin - Hobbes - Miss Wormwood - Susie -(4 rows) - --- some with autocommit off -\set AUTOCOMMIT off -\echo '# AUTOCOMMIT:' :AUTOCOMMIT -# AUTOCOMMIT: off --- implicit BEGIN -INSERT INTO bla VALUES ('Dad'); -- succeeds -SELECT psql_error('bad!'); -- implicit partial rollback -ERROR: error bad! -CONTEXT: PL/pgSQL function psql_error(text) line 3 at RAISE -INSERT INTO bla VALUES ('Mum') \; -- will rollback -SELECT COUNT(*) AS "#mum" -FROM bla WHERE s = 'Mum' \; -- but be counted here -SELECT psql_error('bad!'); -- implicit partial rollback - #mum ------- - 1 -(1 row) - -ERROR: error bad! -CONTEXT: PL/pgSQL function psql_error(text) line 3 at RAISE -COMMIT; -SELECT COUNT(*) AS "#mum" -FROM bla WHERE s = 'Mum' \; -- no mum here -SELECT * FROM bla ORDER BY 1; - #mum ------- - 0 -(1 row) - - s ---------------- - Calvin - Dad - Hobbes - Miss Wormwood - Susie -(5 rows) - -COMMIT; --- reset all -\set AUTOCOMMIT on -\set ON_ERROR_ROLLBACK off -\echo '# final ON_ERROR_ROLLBACK:' :ON_ERROR_ROLLBACK -# final ON_ERROR_ROLLBACK: off -DROP TABLE bla; -DROP FUNCTION psql_error; --- check describing invalid multipart names -\dA regression.heap -improper qualified name (too many dotted names): regression.heap -\dA nonesuch.heap -improper qualified name (too many dotted names): nonesuch.heap -\dt host.regression.pg_catalog.pg_class -improper qualified name (too many dotted names): host.regression.pg_catalog.pg_class -\dt |.pg_catalog.pg_class -cross-database references are not implemented: |.pg_catalog.pg_class -\dt nonesuch.pg_catalog.pg_class -cross-database references are not implemented: nonesuch.pg_catalog.pg_class -\da host.regression.pg_catalog.sum -improper qualified name (too many dotted names): host.regression.pg_catalog.sum -\da +.pg_catalog.sum -cross-database references are not implemented: +.pg_catalog.sum -\da nonesuch.pg_catalog.sum -cross-database references are not implemented: nonesuch.pg_catalog.sum -\dAc nonesuch.brin -improper qualified name (too many dotted names): nonesuch.brin -\dAc regression.brin -improper qualified name (too many dotted names): regression.brin -\dAf nonesuch.brin -improper qualified name (too many dotted names): nonesuch.brin -\dAf regression.brin -improper qualified name (too many dotted names): regression.brin -\dAo nonesuch.brin -improper qualified name (too many dotted names): nonesuch.brin -\dAo regression.brin -improper qualified name (too many dotted names): regression.brin -\dAp nonesuch.brin -improper qualified name (too many dotted names): nonesuch.brin -\dAp regression.brin -improper qualified name (too many dotted names): regression.brin -\db nonesuch.pg_default -improper qualified name (too many dotted names): nonesuch.pg_default -\db regression.pg_default -improper qualified name (too many dotted names): regression.pg_default -\dc host.regression.public.conversion -improper qualified name (too many dotted names): host.regression.public.conversion -\dc (.public.conversion -cross-database references are not implemented: (.public.conversion -\dc nonesuch.public.conversion -cross-database references are not implemented: nonesuch.public.conversion -\dC host.regression.pg_catalog.int8 -improper qualified name (too many dotted names): host.regression.pg_catalog.int8 -\dC ).pg_catalog.int8 -cross-database references are not implemented: ).pg_catalog.int8 -\dC nonesuch.pg_catalog.int8 -cross-database references are not implemented: nonesuch.pg_catalog.int8 -\dd host.regression.pg_catalog.pg_class -improper qualified name (too many dotted names): host.regression.pg_catalog.pg_class -\dd [.pg_catalog.pg_class -cross-database references are not implemented: [.pg_catalog.pg_class -\dd nonesuch.pg_catalog.pg_class -cross-database references are not implemented: nonesuch.pg_catalog.pg_class -\dD host.regression.public.gtestdomain1 -improper qualified name (too many dotted names): host.regression.public.gtestdomain1 -\dD ].public.gtestdomain1 -cross-database references are not implemented: ].public.gtestdomain1 -\dD nonesuch.public.gtestdomain1 -cross-database references are not implemented: nonesuch.public.gtestdomain1 -\ddp host.regression.pg_catalog.pg_class -improper qualified name (too many dotted names): host.regression.pg_catalog.pg_class -\ddp {.pg_catalog.pg_class -cross-database references are not implemented: {.pg_catalog.pg_class -\ddp nonesuch.pg_catalog.pg_class -cross-database references are not implemented: nonesuch.pg_catalog.pg_class -\dE host.regression.public.ft -improper qualified name (too many dotted names): host.regression.public.ft -\dE }.public.ft -cross-database references are not implemented: }.public.ft -\dE nonesuch.public.ft -cross-database references are not implemented: nonesuch.public.ft -\di host.regression.public.tenk1_hundred -improper qualified name (too many dotted names): host.regression.public.tenk1_hundred -\di ..public.tenk1_hundred -improper qualified name (too many dotted names): ..public.tenk1_hundred -\di nonesuch.public.tenk1_hundred -cross-database references are not implemented: nonesuch.public.tenk1_hundred -\dm host.regression.public.mvtest_bb -improper qualified name (too many dotted names): host.regression.public.mvtest_bb -\dm ^.public.mvtest_bb -cross-database references are not implemented: ^.public.mvtest_bb -\dm nonesuch.public.mvtest_bb -cross-database references are not implemented: nonesuch.public.mvtest_bb -\ds host.regression.public.check_seq -improper qualified name (too many dotted names): host.regression.public.check_seq -\ds regression|mydb.public.check_seq -cross-database references are not implemented: regression|mydb.public.check_seq -\ds nonesuch.public.check_seq -cross-database references are not implemented: nonesuch.public.check_seq -\dt host.regression.public.b_star -improper qualified name (too many dotted names): host.regression.public.b_star -\dt regres+ion.public.b_star -cross-database references are not implemented: regres+ion.public.b_star -\dt nonesuch.public.b_star -cross-database references are not implemented: nonesuch.public.b_star -\dv host.regression.public.shoe -improper qualified name (too many dotted names): host.regression.public.shoe -\dv regress(ion).public.shoe -cross-database references are not implemented: regress(ion).public.shoe -\dv nonesuch.public.shoe -cross-database references are not implemented: nonesuch.public.shoe -\des nonesuch.server -improper qualified name (too many dotted names): nonesuch.server -\des regression.server -improper qualified name (too many dotted names): regression.server -\des nonesuch.server -improper qualified name (too many dotted names): nonesuch.server -\des regression.server -improper qualified name (too many dotted names): regression.server -\des nonesuch.username -improper qualified name (too many dotted names): nonesuch.username -\des regression.username -improper qualified name (too many dotted names): regression.username -\dew nonesuch.fdw -improper qualified name (too many dotted names): nonesuch.fdw -\dew regression.fdw -improper qualified name (too many dotted names): regression.fdw -\df host.regression.public.namelen -improper qualified name (too many dotted names): host.regression.public.namelen -\df regres[qrstuv]ion.public.namelen -cross-database references are not implemented: regres[qrstuv]ion.public.namelen -\df nonesuch.public.namelen -cross-database references are not implemented: nonesuch.public.namelen -\dF host.regression.pg_catalog.arabic -improper qualified name (too many dotted names): host.regression.pg_catalog.arabic -\dF regres{1,2}ion.pg_catalog.arabic -cross-database references are not implemented: regres{1,2}ion.pg_catalog.arabic -\dF nonesuch.pg_catalog.arabic -cross-database references are not implemented: nonesuch.pg_catalog.arabic -\dFd host.regression.pg_catalog.arabic_stem -improper qualified name (too many dotted names): host.regression.pg_catalog.arabic_stem -\dFd regres?ion.pg_catalog.arabic_stem -cross-database references are not implemented: regres?ion.pg_catalog.arabic_stem -\dFd nonesuch.pg_catalog.arabic_stem -cross-database references are not implemented: nonesuch.pg_catalog.arabic_stem -\dFp host.regression.pg_catalog.default -improper qualified name (too many dotted names): host.regression.pg_catalog.default -\dFp ^regression.pg_catalog.default -cross-database references are not implemented: ^regression.pg_catalog.default -\dFp nonesuch.pg_catalog.default -cross-database references are not implemented: nonesuch.pg_catalog.default -\dFt host.regression.pg_catalog.ispell -improper qualified name (too many dotted names): host.regression.pg_catalog.ispell -\dFt regression$.pg_catalog.ispell -cross-database references are not implemented: regression$.pg_catalog.ispell -\dFt nonesuch.pg_catalog.ispell -cross-database references are not implemented: nonesuch.pg_catalog.ispell -\dg nonesuch.pg_database_owner -improper qualified name (too many dotted names): nonesuch.pg_database_owner -\dg regression.pg_database_owner -improper qualified name (too many dotted names): regression.pg_database_owner -\dL host.regression.plpgsql -improper qualified name (too many dotted names): host.regression.plpgsql -\dL *.plpgsql -cross-database references are not implemented: *.plpgsql -\dL nonesuch.plpgsql -cross-database references are not implemented: nonesuch.plpgsql -\dn host.regression.public -improper qualified name (too many dotted names): host.regression.public -\dn """".public -cross-database references are not implemented: """".public -\dn nonesuch.public -cross-database references are not implemented: nonesuch.public -\do host.regression.public.!=- -improper qualified name (too many dotted names): host.regression.public.!=- -\do "regression|mydb".public.!=- -cross-database references are not implemented: "regression|mydb".public.!=- -\do nonesuch.public.!=- -cross-database references are not implemented: nonesuch.public.!=- -\dO host.regression.pg_catalog.POSIX -improper qualified name (too many dotted names): host.regression.pg_catalog.POSIX -\dO .pg_catalog.POSIX -cross-database references are not implemented: .pg_catalog.POSIX -\dO nonesuch.pg_catalog.POSIX -cross-database references are not implemented: nonesuch.pg_catalog.POSIX -\dp host.regression.public.a_star -improper qualified name (too many dotted names): host.regression.public.a_star -\dp "regres+ion".public.a_star -cross-database references are not implemented: "regres+ion".public.a_star -\dp nonesuch.public.a_star -cross-database references are not implemented: nonesuch.public.a_star -\dP host.regression.public.mlparted -improper qualified name (too many dotted names): host.regression.public.mlparted -\dP "regres(sion)".public.mlparted -cross-database references are not implemented: "regres(sion)".public.mlparted -\dP nonesuch.public.mlparted -cross-database references are not implemented: nonesuch.public.mlparted -\drds nonesuch.lc_messages -improper qualified name (too many dotted names): nonesuch.lc_messages -\drds regression.lc_messages -improper qualified name (too many dotted names): regression.lc_messages -\dRp public.mypub -improper qualified name (too many dotted names): public.mypub -\dRp regression.mypub -improper qualified name (too many dotted names): regression.mypub -\dRs public.mysub -improper qualified name (too many dotted names): public.mysub -\dRs regression.mysub -improper qualified name (too many dotted names): regression.mysub -\dT host.regression.public.widget -improper qualified name (too many dotted names): host.regression.public.widget -\dT "regression{1,2}".public.widget -cross-database references are not implemented: "regression{1,2}".public.widget -\dT nonesuch.public.widget -cross-database references are not implemented: nonesuch.public.widget -\dx regression.plpgsql -improper qualified name (too many dotted names): regression.plpgsql -\dx nonesuch.plpgsql -improper qualified name (too many dotted names): nonesuch.plpgsql -\dX host.regression.public.func_deps_stat -improper qualified name (too many dotted names): host.regression.public.func_deps_stat -\dX "^regression$".public.func_deps_stat -cross-database references are not implemented: "^regression$".public.func_deps_stat -\dX nonesuch.public.func_deps_stat -cross-database references are not implemented: nonesuch.public.func_deps_stat -\dy regression.myevt -improper qualified name (too many dotted names): regression.myevt -\dy nonesuch.myevt -improper qualified name (too many dotted names): nonesuch.myevt --- check that dots within quoted name segments are not counted -\dA "no.such.access.method" -List of access methods - Name | Type -------+------ -(0 rows) - -\dt "no.such.table.relation" - List of tables - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\da "no.such.aggregate.function" - List of aggregate functions - Schema | Name | Result data type | Argument data types | Description ---------+------+------------------+---------------------+------------- -(0 rows) - -\dAc "no.such.operator.class" - List of operator classes - AM | Input type | Storage type | Operator class | Default? -----+------------+--------------+----------------+---------- -(0 rows) - -\dAf "no.such.operator.family" - List of operator families - AM | Operator family | Applicable types -----+-----------------+------------------ -(0 rows) - -\dAo "no.such.operator.of.operator.family" - List of operators of operator families - AM | Operator family | Operator | Strategy | Purpose -----+-----------------+----------+----------+--------- -(0 rows) - -\dAp "no.such.operator.support.function.of.operator.family" - List of support functions of operator families - AM | Operator family | Registered left type | Registered right type | Number | Function -----+-----------------+----------------------+-----------------------+--------+---------- -(0 rows) - -\db "no.such.tablespace" - List of tablespaces - Name | Owner | Location -------+-------+---------- -(0 rows) - -\dc "no.such.conversion" - List of conversions - Schema | Name | Source | Destination | Default? ---------+------+--------+-------------+---------- -(0 rows) - -\dC "no.such.cast" - List of casts - Source type | Target type | Function | Implicit? --------------+-------------+----------+----------- -(0 rows) - -\dd "no.such.object.description" - Object descriptions - Schema | Name | Object | Description ---------+------+--------+------------- -(0 rows) - -\dD "no.such.domain" - List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------+------+-----------+----------+---------+------- -(0 rows) - -\ddp "no.such.default.access.privilege" - Default access privileges - Owner | Schema | Type | Access privileges --------+--------+------+------------------- -(0 rows) - -\di "no.such.index.relation" - List of indexes - Schema | Name | Type | Owner | Table ---------+------+------+-------+------- -(0 rows) - -\dm "no.such.materialized.view" - List of materialized views - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\ds "no.such.relation" - List of sequences - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\dt "no.such.relation" - List of tables - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\dv "no.such.relation" - List of views - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\des "no.such.foreign.server" - List of foreign servers - Name | Owner | Foreign-data wrapper -------+-------+---------------------- -(0 rows) - -\dew "no.such.foreign.data.wrapper" - List of foreign-data wrappers - Name | Owner | Handler | Validator -------+-------+---------+----------- -(0 rows) - -\df "no.such.function" - List of functions - Schema | Name | Result data type | Argument data types | Type ---------+------+------------------+---------------------+------ -(0 rows) - -\dF "no.such.text.search.configuration" -List of text search configurations - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dFd "no.such.text.search.dictionary" -List of text search dictionaries - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dFp "no.such.text.search.parser" - List of text search parsers - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dFt "no.such.text.search.template" -List of text search templates - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dg "no.such.role" - List of roles - Role name | Attributes ------------+------------ - -\dL "no.such.language" - List of languages - Name | Owner | Trusted | Description -------+-------+---------+------------- -(0 rows) - -\dn "no.such.schema" -List of schemas - Name | Owner -------+------- -(0 rows) - -\do "no.such.operator" - List of operators - Schema | Name | Left arg type | Right arg type | Result type | Description ---------+------+---------------+----------------+-------------+------------- -(0 rows) - -\dO "no.such.collation" - List of collations - Schema | Name | Provider | Collate | Ctype | Locale | ICU Rules | Deterministic? ---------+------+----------+---------+-------+--------+-----------+---------------- -(0 rows) - -\dp "no.such.access.privilege" - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------+------+------+-------------------+-------------------+---------- -(0 rows) - -\dP "no.such.partitioned.relation" - List of partitioned relations - Schema | Name | Owner | Type | Parent name | Table ---------+------+-------+------+-------------+------- -(0 rows) - -\drds "no.such.setting" - List of settings - Role | Database | Settings -------+----------+---------- -(0 rows) - -\dRp "no.such.publication" - List of publications - Name | Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root -------+-------+------------+---------+---------+---------+-----------+-------------------+---------- -(0 rows) - -\dRs "no.such.subscription" - List of subscriptions - Name | Owner | Enabled | Publication -------+-------+---------+------------- -(0 rows) - -\dT "no.such.data.type" - List of data types - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dx "no.such.installed.extension" - List of installed extensions - Name | Version | Default version | Schema | Description -------+---------+-----------------+--------+------------- -(0 rows) - -\dX "no.such.extended.statistics" - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ---------+------+------------+-----------+--------------+----- -(0 rows) - -\dy "no.such.event.trigger" - List of event triggers - Name | Event | Owner | Enabled | Function | Tags -------+-------+-------+---------+----------+------ -(0 rows) - --- again, but with dotted schema qualifications. -\dA "no.such.schema"."no.such.access.method" -improper qualified name (too many dotted names): "no.such.schema"."no.such.access.method" -\dt "no.such.schema"."no.such.table.relation" - List of tables - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\da "no.such.schema"."no.such.aggregate.function" - List of aggregate functions - Schema | Name | Result data type | Argument data types | Description ---------+------+------------------+---------------------+------------- -(0 rows) - -\dAc "no.such.schema"."no.such.operator.class" -improper qualified name (too many dotted names): "no.such.schema"."no.such.operator.class" -\dAf "no.such.schema"."no.such.operator.family" -improper qualified name (too many dotted names): "no.such.schema"."no.such.operator.family" -\dAo "no.such.schema"."no.such.operator.of.operator.family" -improper qualified name (too many dotted names): "no.such.schema"."no.such.operator.of.operator.family" -\dAp "no.such.schema"."no.such.operator.support.function.of.operator.family" -improper qualified name (too many dotted names): "no.such.schema"."no.such.operator.support.function.of.operator.family" -\db "no.such.schema"."no.such.tablespace" -improper qualified name (too many dotted names): "no.such.schema"."no.such.tablespace" -\dc "no.such.schema"."no.such.conversion" - List of conversions - Schema | Name | Source | Destination | Default? ---------+------+--------+-------------+---------- -(0 rows) - -\dC "no.such.schema"."no.such.cast" - List of casts - Source type | Target type | Function | Implicit? --------------+-------------+----------+----------- -(0 rows) - -\dd "no.such.schema"."no.such.object.description" - Object descriptions - Schema | Name | Object | Description ---------+------+--------+------------- -(0 rows) - -\dD "no.such.schema"."no.such.domain" - List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------+------+-----------+----------+---------+------- -(0 rows) - -\ddp "no.such.schema"."no.such.default.access.privilege" - Default access privileges - Owner | Schema | Type | Access privileges --------+--------+------+------------------- -(0 rows) - -\di "no.such.schema"."no.such.index.relation" - List of indexes - Schema | Name | Type | Owner | Table ---------+------+------+-------+------- -(0 rows) - -\dm "no.such.schema"."no.such.materialized.view" - List of materialized views - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\ds "no.such.schema"."no.such.relation" - List of sequences - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\dt "no.such.schema"."no.such.relation" - List of tables - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\dv "no.such.schema"."no.such.relation" - List of views - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\des "no.such.schema"."no.such.foreign.server" -improper qualified name (too many dotted names): "no.such.schema"."no.such.foreign.server" -\dew "no.such.schema"."no.such.foreign.data.wrapper" -improper qualified name (too many dotted names): "no.such.schema"."no.such.foreign.data.wrapper" -\df "no.such.schema"."no.such.function" - List of functions - Schema | Name | Result data type | Argument data types | Type ---------+------+------------------+---------------------+------ -(0 rows) - -\dF "no.such.schema"."no.such.text.search.configuration" -List of text search configurations - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dFd "no.such.schema"."no.such.text.search.dictionary" -List of text search dictionaries - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dFp "no.such.schema"."no.such.text.search.parser" - List of text search parsers - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dFt "no.such.schema"."no.such.text.search.template" -List of text search templates - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dg "no.such.schema"."no.such.role" -improper qualified name (too many dotted names): "no.such.schema"."no.such.role" -\dL "no.such.schema"."no.such.language" -cross-database references are not implemented: "no.such.schema"."no.such.language" -\do "no.such.schema"."no.such.operator" - List of operators - Schema | Name | Left arg type | Right arg type | Result type | Description ---------+------+---------------+----------------+-------------+------------- -(0 rows) - -\dO "no.such.schema"."no.such.collation" - List of collations - Schema | Name | Provider | Collate | Ctype | Locale | ICU Rules | Deterministic? ---------+------+----------+---------+-------+--------+-----------+---------------- -(0 rows) - -\dp "no.such.schema"."no.such.access.privilege" - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------+------+------+-------------------+-------------------+---------- -(0 rows) - -\dP "no.such.schema"."no.such.partitioned.relation" - List of partitioned relations - Schema | Name | Owner | Type | Parent name | Table ---------+------+-------+------+-------------+------- -(0 rows) - -\drds "no.such.schema"."no.such.setting" -improper qualified name (too many dotted names): "no.such.schema"."no.such.setting" -\dRp "no.such.schema"."no.such.publication" -improper qualified name (too many dotted names): "no.such.schema"."no.such.publication" -\dRs "no.such.schema"."no.such.subscription" -improper qualified name (too many dotted names): "no.such.schema"."no.such.subscription" -\dT "no.such.schema"."no.such.data.type" - List of data types - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dx "no.such.schema"."no.such.installed.extension" -improper qualified name (too many dotted names): "no.such.schema"."no.such.installed.extension" -\dX "no.such.schema"."no.such.extended.statistics" - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ---------+------+------------+-----------+--------------+----- -(0 rows) - -\dy "no.such.schema"."no.such.event.trigger" -improper qualified name (too many dotted names): "no.such.schema"."no.such.event.trigger" --- again, but with current database and dotted schema qualifications. -\dt regression."no.such.schema"."no.such.table.relation" - List of tables - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\da regression."no.such.schema"."no.such.aggregate.function" - List of aggregate functions - Schema | Name | Result data type | Argument data types | Description ---------+------+------------------+---------------------+------------- -(0 rows) - -\dc regression."no.such.schema"."no.such.conversion" - List of conversions - Schema | Name | Source | Destination | Default? ---------+------+--------+-------------+---------- -(0 rows) - -\dC regression."no.such.schema"."no.such.cast" - List of casts - Source type | Target type | Function | Implicit? --------------+-------------+----------+----------- -(0 rows) - -\dd regression."no.such.schema"."no.such.object.description" - Object descriptions - Schema | Name | Object | Description ---------+------+--------+------------- -(0 rows) - -\dD regression."no.such.schema"."no.such.domain" - List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------+------+-----------+----------+---------+------- -(0 rows) - -\di regression."no.such.schema"."no.such.index.relation" - List of indexes - Schema | Name | Type | Owner | Table ---------+------+------+-------+------- -(0 rows) - -\dm regression."no.such.schema"."no.such.materialized.view" - List of materialized views - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\ds regression."no.such.schema"."no.such.relation" - List of sequences - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\dt regression."no.such.schema"."no.such.relation" - List of tables - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\dv regression."no.such.schema"."no.such.relation" - List of views - Schema | Name | Type | Owner ---------+------+------+------- -(0 rows) - -\df regression."no.such.schema"."no.such.function" - List of functions - Schema | Name | Result data type | Argument data types | Type ---------+------+------------------+---------------------+------ -(0 rows) - -\dF regression."no.such.schema"."no.such.text.search.configuration" -List of text search configurations - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dFd regression."no.such.schema"."no.such.text.search.dictionary" -List of text search dictionaries - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dFp regression."no.such.schema"."no.such.text.search.parser" - List of text search parsers - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dFt regression."no.such.schema"."no.such.text.search.template" -List of text search templates - Schema | Name | Description ---------+------+------------- -(0 rows) - -\do regression."no.such.schema"."no.such.operator" - List of operators - Schema | Name | Left arg type | Right arg type | Result type | Description ---------+------+---------------+----------------+-------------+------------- -(0 rows) - -\dO regression."no.such.schema"."no.such.collation" - List of collations - Schema | Name | Provider | Collate | Ctype | Locale | ICU Rules | Deterministic? ---------+------+----------+---------+-------+--------+-----------+---------------- -(0 rows) - -\dp regression."no.such.schema"."no.such.access.privilege" - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------+------+------+-------------------+-------------------+---------- -(0 rows) - -\dP regression."no.such.schema"."no.such.partitioned.relation" - List of partitioned relations - Schema | Name | Owner | Type | Parent name | Table ---------+------+-------+------+-------------+------- -(0 rows) - -\dT regression."no.such.schema"."no.such.data.type" - List of data types - Schema | Name | Description ---------+------+------------- -(0 rows) - -\dX regression."no.such.schema"."no.such.extended.statistics" - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ---------+------+------------+-----------+--------------+----- -(0 rows) - --- again, but with dotted database and dotted schema qualifications. -\dt "no.such.database"."no.such.schema"."no.such.table.relation" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.table.relation" -\da "no.such.database"."no.such.schema"."no.such.aggregate.function" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.aggregate.function" -\dc "no.such.database"."no.such.schema"."no.such.conversion" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.conversion" -\dC "no.such.database"."no.such.schema"."no.such.cast" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.cast" -\dd "no.such.database"."no.such.schema"."no.such.object.description" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.object.description" -\dD "no.such.database"."no.such.schema"."no.such.domain" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.domain" -\ddp "no.such.database"."no.such.schema"."no.such.default.access.privilege" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.default.access.privilege" -\di "no.such.database"."no.such.schema"."no.such.index.relation" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.index.relation" -\dm "no.such.database"."no.such.schema"."no.such.materialized.view" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.materialized.view" -\ds "no.such.database"."no.such.schema"."no.such.relation" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.relation" -\dt "no.such.database"."no.such.schema"."no.such.relation" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.relation" -\dv "no.such.database"."no.such.schema"."no.such.relation" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.relation" -\df "no.such.database"."no.such.schema"."no.such.function" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.function" -\dF "no.such.database"."no.such.schema"."no.such.text.search.configuration" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.text.search.configuration" -\dFd "no.such.database"."no.such.schema"."no.such.text.search.dictionary" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.text.search.dictionary" -\dFp "no.such.database"."no.such.schema"."no.such.text.search.parser" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.text.search.parser" -\dFt "no.such.database"."no.such.schema"."no.such.text.search.template" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.text.search.template" -\do "no.such.database"."no.such.schema"."no.such.operator" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.operator" -\dO "no.such.database"."no.such.schema"."no.such.collation" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.collation" -\dp "no.such.database"."no.such.schema"."no.such.access.privilege" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.access.privilege" -\dP "no.such.database"."no.such.schema"."no.such.partitioned.relation" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.partitioned.relation" -\dT "no.such.database"."no.such.schema"."no.such.data.type" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.data.type" -\dX "no.such.database"."no.such.schema"."no.such.extended.statistics" -cross-database references are not implemented: "no.such.database"."no.such.schema"."no.such.extended.statistics" --- check \drg and \du -CREATE ROLE regress_du_role0; -CREATE ROLE regress_du_role1; -CREATE ROLE regress_du_role2; -CREATE ROLE regress_du_admin; -GRANT regress_du_role0 TO regress_du_admin WITH ADMIN TRUE; -GRANT regress_du_role1 TO regress_du_admin WITH ADMIN TRUE; -GRANT regress_du_role2 TO regress_du_admin WITH ADMIN TRUE; -GRANT regress_du_role0 TO regress_du_role1 WITH ADMIN TRUE, INHERIT TRUE, SET TRUE GRANTED BY regress_du_admin; -GRANT regress_du_role0 TO regress_du_role2 WITH ADMIN TRUE, INHERIT FALSE, SET FALSE GRANTED BY regress_du_admin; -GRANT regress_du_role1 TO regress_du_role2 WITH ADMIN TRUE , INHERIT FALSE, SET TRUE GRANTED BY regress_du_admin; -GRANT regress_du_role0 TO regress_du_role1 WITH ADMIN FALSE, INHERIT TRUE, SET FALSE GRANTED BY regress_du_role1; -GRANT regress_du_role0 TO regress_du_role2 WITH ADMIN FALSE, INHERIT TRUE , SET TRUE GRANTED BY regress_du_role1; -GRANT regress_du_role0 TO regress_du_role1 WITH ADMIN FALSE, INHERIT FALSE, SET TRUE GRANTED BY regress_du_role2; -GRANT regress_du_role0 TO regress_du_role2 WITH ADMIN FALSE, INHERIT FALSE, SET FALSE GRANTED BY regress_du_role2; -\drg regress_du_role* - List of role grants - Role name | Member of | Options | Grantor -------------------+------------------+---------------------+------------------ - regress_du_role1 | regress_du_role0 | ADMIN, INHERIT, SET | regress_du_admin - regress_du_role1 | regress_du_role0 | INHERIT | regress_du_role1 - regress_du_role1 | regress_du_role0 | SET | regress_du_role2 - regress_du_role2 | regress_du_role0 | ADMIN | regress_du_admin - regress_du_role2 | regress_du_role0 | INHERIT, SET | regress_du_role1 - regress_du_role2 | regress_du_role0 | | regress_du_role2 - regress_du_role2 | regress_du_role1 | ADMIN, SET | regress_du_admin -(7 rows) - -\du regress_du_role* - List of roles - Role name | Attributes -------------------+-------------- - regress_du_role0 | Cannot login - regress_du_role1 | Cannot login - regress_du_role2 | Cannot login - -DROP ROLE regress_du_role0; -DROP ROLE regress_du_role1; -DROP ROLE regress_du_role2; -DROP ROLE regress_du_admin; --- Test display of empty privileges. -BEGIN; --- Create an owner for tested objects because output contains owner name. -CREATE ROLE regress_zeropriv_owner; -SET LOCAL ROLE regress_zeropriv_owner; -CREATE DOMAIN regress_zeropriv_domain AS int; -REVOKE ALL ON DOMAIN regress_zeropriv_domain FROM CURRENT_USER, PUBLIC; -\dD+ regress_zeropriv_domain - List of domains - Schema | Name | Type | Collation | Nullable | Default | Check | Access privileges | Description ---------+-------------------------+---------+-----------+----------+---------+-------+-------------------+------------- - public | regress_zeropriv_domain | integer | | | | | (none) | -(1 row) - -CREATE PROCEDURE regress_zeropriv_proc() LANGUAGE sql AS ''; -REVOKE ALL ON PROCEDURE regress_zeropriv_proc() FROM CURRENT_USER, PUBLIC; -\df+ regress_zeropriv_proc - List of functions - Schema | Name | Result data type | Argument data types | Type | Volatility | Parallel | Owner | Security | Leakproof? | Access privileges | Language | Internal name | Description ---------+-----------------------+------------------+---------------------+------+------------+----------+------------------------+----------+------------+-------------------+----------+---------------+------------- - public | regress_zeropriv_proc | | | proc | volatile | unsafe | regress_zeropriv_owner | invoker | no | (none) | sql | | -(1 row) - -CREATE TABLE regress_zeropriv_tbl (a int); -REVOKE ALL ON TABLE regress_zeropriv_tbl FROM CURRENT_USER; -\dp regress_zeropriv_tbl - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------+----------------------+-------+-------------------+-------------------+---------- - public | regress_zeropriv_tbl | table | (none) | | -(1 row) - -CREATE TYPE regress_zeropriv_type AS (a int); -REVOKE ALL ON TYPE regress_zeropriv_type FROM CURRENT_USER, PUBLIC; -\dT+ regress_zeropriv_type - List of data types - Schema | Name | Internal name | Size | Elements | Owner | Access privileges | Description ---------+-----------------------+-----------------------+-------+----------+------------------------+-------------------+------------- - public | regress_zeropriv_type | regress_zeropriv_type | tuple | | regress_zeropriv_owner | (none) | -(1 row) - -ROLLBACK; --- Test display of default privileges with \pset null. -CREATE TABLE defprivs (a int); -\pset null '(default)' -\z defprivs - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------+----------+-------+-------------------+-------------------+---------- - public | defprivs | table | (default) | | -(1 row) - -\zx defprivs -Access privileges --[ RECORD 1 ]-----+---------- -Schema | public -Name | defprivs -Type | table -Access privileges | (default) -Column privileges | -Policies | - -\pset null '' -DROP TABLE defprivs; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/psql_crosstab.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/psql_crosstab.out --- /tmp/cirrus-ci-build/src/test/regress/expected/psql_crosstab.out 2025-05-11 19:30:18.988368000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/psql_crosstab.out 2025-05-11 19:32:42.639230000 +0000 @@ -1,216 +1,2 @@ --- --- \crosstabview --- -CREATE TABLE ctv_data (v, h, c, i, d) AS -VALUES - ('v1','h2','foo', 3, '2015-04-01'::date), - ('v2','h1','bar', 3, '2015-01-02'), - ('v1','h0','baz', NULL, '2015-07-12'), - ('v0','h4','qux', 4, '2015-07-15'), - ('v0','h4','dbl', -3, '2014-12-15'), - ('v0',NULL,'qux', 5, '2014-07-15'), - ('v1','h2','quux',7, '2015-04-04'); --- make plans more stable -ANALYZE ctv_data; --- running \crosstabview after query uses query in buffer -SELECT v, EXTRACT(year FROM d), count(*) - FROM ctv_data - GROUP BY 1, 2 - ORDER BY 1, 2; - v | extract | count -----+---------+------- - v0 | 2014 | 2 - v0 | 2015 | 1 - v1 | 2015 | 3 - v2 | 2015 | 1 -(4 rows) - --- basic usage with 3 columns - \crosstabview - v | 2014 | 2015 -----+------+------ - v0 | 2 | 1 - v1 | | 3 - v2 | | 1 -(3 rows) - --- ordered months in horizontal header, quoted column name -SELECT v, to_char(d, 'Mon') AS "month name", EXTRACT(month FROM d) AS num, - count(*) FROM ctv_data GROUP BY 1,2,3 ORDER BY 1 - \crosstabview v "month name" 4 num - v | Jan | Apr | Jul | Dec -----+-----+-----+-----+----- - v0 | | | 2 | 1 - v1 | | 2 | 1 | - v2 | 1 | | | -(3 rows) - --- ordered months in vertical header, ordered years in horizontal header -SELECT EXTRACT(year FROM d) AS year, to_char(d,'Mon') AS """month"" name", - EXTRACT(month FROM d) AS month, - format('sum=%s avg=%s', sum(i), avg(i)::numeric(2,1)) - FROM ctv_data - GROUP BY EXTRACT(year FROM d), to_char(d,'Mon'), EXTRACT(month FROM d) -ORDER BY month -\crosstabview """month"" name" year format year - "month" name | 2014 | 2015 ---------------+-----------------+---------------- - Jan | | sum=3 avg=3.0 - Apr | | sum=10 avg=5.0 - Jul | sum=5 avg=5.0 | sum=4 avg=4.0 - Dec | sum=-3 avg=-3.0 | -(4 rows) - --- combine contents vertically into the same cell (V/H duplicates) -SELECT v, h, string_agg(c, E'\n') FROM ctv_data GROUP BY v, h ORDER BY 1,2,3 - \crosstabview 1 2 3 - v | h4 | | h0 | h2 | h1 -----+-----+-----+-----+------+----- - v0 | qux+| qux | | | - | dbl | | | | - v1 | | | baz | foo +| - | | | | quux | - v2 | | | | | bar -(3 rows) - --- horizontal ASC order from window function -SELECT v,h, string_agg(c, E'\n') AS c, row_number() OVER(ORDER BY h) AS r -FROM ctv_data GROUP BY v, h ORDER BY 1,3,2 - \crosstabview v h c r - v | h0 | h1 | h2 | h4 | -----+-----+-----+------+-----+----- - v0 | | | | qux+| qux - | | | | dbl | - v1 | baz | | foo +| | - | | | quux | | - v2 | | bar | | | -(3 rows) - --- horizontal DESC order from window function -SELECT v, h, string_agg(c, E'\n') AS c, row_number() OVER(ORDER BY h DESC) AS r -FROM ctv_data GROUP BY v, h ORDER BY 1,3,2 - \crosstabview v h c r - v | | h4 | h2 | h1 | h0 -----+-----+-----+------+-----+----- - v0 | qux | qux+| | | - | | dbl | | | - v1 | | | foo +| | baz - | | | quux | | - v2 | | | | bar | -(3 rows) - --- horizontal ASC order from window function, NULLs pushed rightmost -SELECT v,h, string_agg(c, E'\n') AS c, row_number() OVER(ORDER BY h NULLS LAST) AS r -FROM ctv_data GROUP BY v, h ORDER BY 1,3,2 - \crosstabview v h c r - v | h0 | h1 | h2 | h4 | -----+-----+-----+------+-----+----- - v0 | | | | qux+| qux - | | | | dbl | - v1 | baz | | foo +| | - | | | quux | | - v2 | | bar | | | -(3 rows) - --- only null, no column name, 2 columns: error -SELECT null,null \crosstabview -\crosstabview: query must return at least three columns --- only null, no column name, 3 columns: works -SELECT null,null,null \crosstabview - ?column? | -----------+-- - | -(1 row) - --- null display -\pset null '#null#' -SELECT v,h, string_agg(i::text, E'\n') AS i FROM ctv_data -GROUP BY v, h ORDER BY h,v - \crosstabview v h i - v | h0 | h1 | h2 | h4 | #null# -----+--------+----+----+----+-------- - v1 | #null# | | 3 +| | - | | | 7 | | - v2 | | 3 | | | - v0 | | | | 4 +| 5 - | | | | -3 | -(3 rows) - -\pset null '' --- refer to columns by position -SELECT v,h,string_agg(i::text, E'\n'), string_agg(c, E'\n') -FROM ctv_data GROUP BY v, h ORDER BY h,v - \crosstabview 2 1 4 - h | v1 | v2 | v0 -----+------+-----+----- - h0 | baz | | - h1 | | bar | - h2 | foo +| | - | quux | | - h4 | | | qux+ - | | | dbl - | | | qux -(5 rows) - --- refer to columns by positions and names mixed -SELECT v,h, string_agg(i::text, E'\n') AS i, string_agg(c, E'\n') AS c -FROM ctv_data GROUP BY v, h ORDER BY h,v - \crosstabview 1 "h" 4 - v | h0 | h1 | h2 | h4 | -----+-----+-----+------+-----+----- - v1 | baz | | foo +| | - | | | quux | | - v2 | | bar | | | - v0 | | | | qux+| qux - | | | | dbl | -(3 rows) - --- refer to columns by quoted names, check downcasing of unquoted name -SELECT 1 as "22", 2 as b, 3 as "Foo" - \crosstabview "22" B "Foo" - 22 | 2 -----+--- - 1 | 3 -(1 row) - --- error: bad column name -SELECT v,h,c,i FROM ctv_data - \crosstabview v h j -\crosstabview: column name not found: "j" --- error: need to quote name -SELECT 1 as "22", 2 as b, 3 as "Foo" - \crosstabview 1 2 Foo -\crosstabview: column name not found: "foo" --- error: need to not quote name -SELECT 1 as "22", 2 as b, 3 as "Foo" - \crosstabview 1 "B" "Foo" -\crosstabview: column name not found: "B" --- error: bad column number -SELECT v,h,i,c FROM ctv_data - \crosstabview 2 1 5 -\crosstabview: column number 5 is out of range 1..4 --- error: same H and V columns -SELECT v,h,i,c FROM ctv_data - \crosstabview 2 h 4 -\crosstabview: vertical and horizontal headers must be different columns --- error: too many columns -SELECT a,a,1 FROM generate_series(1,3000) AS a - \crosstabview -\crosstabview: maximum number of columns (1600) exceeded --- error: only one column -SELECT 1 \crosstabview -\crosstabview: query must return at least three columns -DROP TABLE ctv_data; --- check error reporting (bug #14476) -CREATE TABLE ctv_data (x int, y int, v text); -INSERT INTO ctv_data SELECT 1, x, '*' || x FROM generate_series(1,10) x; -SELECT * FROM ctv_data \crosstabview - x | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 ----+----+----+----+----+----+----+----+----+----+----- - 1 | *1 | *2 | *3 | *4 | *5 | *6 | *7 | *8 | *9 | *10 -(1 row) - -INSERT INTO ctv_data VALUES (1, 10, '*'); -- duplicate data to cause error -SELECT * FROM ctv_data \crosstabview -\crosstabview: query result contains multiple data values for row "1", column "10" -DROP TABLE ctv_data; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/psql_pipeline.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/psql_pipeline.out --- /tmp/cirrus-ci-build/src/test/regress/expected/psql_pipeline.out 2025-05-11 19:30:18.988557000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/psql_pipeline.out 2025-05-11 19:32:42.650676000 +0000 @@ -1,954 +1,2 @@ --- --- Tests using psql pipelining --- -CREATE TABLE psql_pipeline(a INTEGER PRIMARY KEY, s TEXT); --- Single query -\startpipeline -SELECT $1 \bind 'val1' \sendpipeline -\endpipeline - ?column? ----------- - val1 -(1 row) - -\startpipeline -SELECT 'val1'; -\endpipeline - ?column? ----------- - val1 -(1 row) - --- Multiple queries -\startpipeline -SELECT $1 \bind 'val1' \sendpipeline -SELECT $1, $2 \bind 'val2' 'val3' \sendpipeline -SELECT $1, $2 \bind 'val2' 'val3' \sendpipeline -SELECT 'val4'; -SELECT 'val5', 'val6'; -\endpipeline - ?column? ----------- - val1 -(1 row) - - ?column? | ?column? -----------+---------- - val2 | val3 -(1 row) - - ?column? | ?column? -----------+---------- - val2 | val3 -(1 row) - - ?column? ----------- - val4 -(1 row) - - ?column? | ?column? -----------+---------- - val5 | val6 -(1 row) - --- Multiple queries in single line, separated by semicolons -\startpipeline -SELECT 1; SELECT 2; SELECT 3 -; -\echo :PIPELINE_COMMAND_COUNT -3 -\endpipeline - ?column? ----------- - 1 -(1 row) - - ?column? ----------- - 2 -(1 row) - - ?column? ----------- - 3 -(1 row) - --- Test \flush -\startpipeline -\flush -SELECT $1 \bind 'val1' \sendpipeline -\flush -SELECT $1, $2 \bind 'val2' 'val3' \sendpipeline -SELECT $1, $2 \bind 'val2' 'val3' \sendpipeline -\flush -SELECT 'val4'; -SELECT 'val5', 'val6'; -\endpipeline - ?column? ----------- - val1 -(1 row) - - ?column? | ?column? -----------+---------- - val2 | val3 -(1 row) - - ?column? | ?column? -----------+---------- - val2 | val3 -(1 row) - - ?column? ----------- - val4 -(1 row) - - ?column? | ?column? -----------+---------- - val5 | val6 -(1 row) - --- Send multiple syncs -\startpipeline -\echo :PIPELINE_COMMAND_COUNT -0 -\echo :PIPELINE_SYNC_COUNT -0 -\echo :PIPELINE_RESULT_COUNT -0 -SELECT $1 \bind 'val1' \sendpipeline -\syncpipeline -\syncpipeline -SELECT $1, $2 \bind 'val2' 'val3' \sendpipeline -\syncpipeline -SELECT $1, $2 \bind 'val4' 'val5' \sendpipeline -\echo :PIPELINE_COMMAND_COUNT -1 -\echo :PIPELINE_SYNC_COUNT -3 -\echo :PIPELINE_RESULT_COUNT -2 -SELECT 'val7'; -\syncpipeline -\syncpipeline -SELECT 'val8'; -\syncpipeline -SELECT 'val9'; -\echo :PIPELINE_COMMAND_COUNT -1 -\echo :PIPELINE_SYNC_COUNT -6 -\echo :PIPELINE_RESULT_COUNT -5 -\endpipeline - ?column? ----------- - val1 -(1 row) - - ?column? | ?column? -----------+---------- - val2 | val3 -(1 row) - - ?column? | ?column? -----------+---------- - val4 | val5 -(1 row) - - ?column? ----------- - val7 -(1 row) - - ?column? ----------- - val8 -(1 row) - - ?column? ----------- - val9 -(1 row) - --- Query terminated with a semicolon replaces an unnamed prepared --- statement. -\startpipeline -SELECT $1 \parse '' -SELECT 1; -\bind_named '' -\endpipeline - ?column? ----------- - 1 -(1 row) - --- Extended query is appended to pipeline by a semicolon after a --- newline. -\startpipeline -SELECT $1 \bind 1 -; -SELECT 2; -\endpipeline - ?column? ----------- - 1 -(1 row) - - ?column? ----------- - 2 -(1 row) - --- \startpipeline should not have any effect if already in a pipeline. -\startpipeline -\startpipeline -SELECT $1 \bind 'val1' \sendpipeline -\endpipeline - ?column? ----------- - val1 -(1 row) - --- Convert an implicit transaction block to an explicit transaction block. -\startpipeline -INSERT INTO psql_pipeline VALUES ($1) \bind 1 \sendpipeline -BEGIN \bind \sendpipeline -INSERT INTO psql_pipeline VALUES ($1) \bind 2 \sendpipeline -ROLLBACK \bind \sendpipeline -\endpipeline --- Multiple explicit transactions -\startpipeline -BEGIN \bind \sendpipeline -INSERT INTO psql_pipeline VALUES ($1) \bind 1 \sendpipeline -ROLLBACK \bind \sendpipeline -BEGIN \bind \sendpipeline -INSERT INTO psql_pipeline VALUES ($1) \bind 1 \sendpipeline -COMMIT \bind \sendpipeline -\endpipeline --- COPY FROM STDIN --- with \sendpipeline and \bind -\startpipeline -SELECT $1 \bind 'val1' \sendpipeline -COPY psql_pipeline FROM STDIN \bind \sendpipeline -\endpipeline - ?column? ----------- - val1 -(1 row) - --- with semicolon -\startpipeline -SELECT 'val1'; -COPY psql_pipeline FROM STDIN; -\endpipeline - ?column? ----------- - val1 -(1 row) - --- COPY FROM STDIN with \flushrequest + \getresults --- with \sendpipeline and \bind -\startpipeline -SELECT $1 \bind 'val1' \sendpipeline -COPY psql_pipeline FROM STDIN \bind \sendpipeline -\flushrequest -\getresults - ?column? ----------- - val1 -(1 row) - -message type 0x5a arrived from server while idle -\endpipeline --- with semicolon -\startpipeline -SELECT 'val1'; -COPY psql_pipeline FROM STDIN; -\flushrequest -\getresults - ?column? ----------- - val1 -(1 row) - -message type 0x5a arrived from server while idle -\endpipeline --- COPY FROM STDIN with \syncpipeline + \getresults --- with \bind and \sendpipeline -\startpipeline -SELECT $1 \bind 'val1' \sendpipeline -COPY psql_pipeline FROM STDIN \bind \sendpipeline -\syncpipeline -\getresults - ?column? ----------- - val1 -(1 row) - -\endpipeline --- with semicolon -\startpipeline -SELECT 'val1'; -COPY psql_pipeline FROM STDIN; -\syncpipeline -\getresults - ?column? ----------- - val1 -(1 row) - -\endpipeline --- COPY TO STDOUT --- with \bind and \sendpipeline -\startpipeline -SELECT $1 \bind 'val1' \sendpipeline -copy psql_pipeline TO STDOUT \bind \sendpipeline -\endpipeline - ?column? ----------- - val1 -(1 row) - -1 \N -2 test2 -20 test2 -3 test3 -30 test3 -4 test4 -40 test4 --- with semicolon -\startpipeline -SELECT 'val1'; -copy psql_pipeline TO STDOUT; -\endpipeline - ?column? ----------- - val1 -(1 row) - -1 \N -2 test2 -20 test2 -3 test3 -30 test3 -4 test4 -40 test4 --- COPY TO STDOUT with \flushrequest + \getresults --- with \bind and \sendpipeline -\startpipeline -SELECT $1 \bind 'val1' \sendpipeline -copy psql_pipeline TO STDOUT \bind \sendpipeline -\flushrequest -\getresults - ?column? ----------- - val1 -(1 row) - -1 \N -2 test2 -20 test2 -3 test3 -30 test3 -4 test4 -40 test4 -\endpipeline --- with semicolon -\startpipeline -SELECT 'val1'; -copy psql_pipeline TO STDOUT; -\flushrequest -\getresults - ?column? ----------- - val1 -(1 row) - -1 \N -2 test2 -20 test2 -3 test3 -30 test3 -4 test4 -40 test4 -\endpipeline --- COPY TO STDOUT with \syncpipeline + \getresults --- with \bind and \sendpipeline -\startpipeline -SELECT $1 \bind 'val1' \sendpipeline -copy psql_pipeline TO STDOUT \bind \sendpipeline -\syncpipeline -\getresults - ?column? ----------- - val1 -(1 row) - -1 \N -2 test2 -20 test2 -3 test3 -30 test3 -4 test4 -40 test4 -\endpipeline --- with semicolon -\startpipeline -SELECT 'val1'; -copy psql_pipeline TO STDOUT; -\syncpipeline -\getresults - ?column? ----------- - val1 -(1 row) - -1 \N -2 test2 -20 test2 -3 test3 -30 test3 -4 test4 -40 test4 -\endpipeline --- Use \parse and \bind_named -\startpipeline -SELECT $1 \parse '' -SELECT $1, $2 \parse '' -SELECT $2 \parse pipeline_1 -\bind_named '' 1 2 \sendpipeline -\bind_named pipeline_1 2 \sendpipeline -\endpipeline -ERROR: could not determine data type of parameter $1 --- \getresults displays all results preceding a \flushrequest. -\startpipeline -SELECT $1 \bind 1 \sendpipeline -SELECT $1 \bind 2 \sendpipeline -\flushrequest -\getresults - ?column? ----------- - 1 -(1 row) - - ?column? ----------- - 2 -(1 row) - -\endpipeline --- \getresults displays all results preceding a \syncpipeline. -\startpipeline -SELECT $1 \bind 1 \sendpipeline -SELECT $1 \bind 2 \sendpipeline -\syncpipeline -\getresults - ?column? ----------- - 1 -(1 row) - - ?column? ----------- - 2 -(1 row) - -\endpipeline --- \getresults immediately returns if there is no result to fetch. -\startpipeline -\getresults -No pending results to get -SELECT $1 \bind 2 \sendpipeline -\getresults -No pending results to get -\flushrequest -\endpipeline - ?column? ----------- - 2 -(1 row) - -\getresults -No pending results to get --- \getresults only fetches results preceding a \flushrequest. -\startpipeline -SELECT $1 \bind 2 \sendpipeline -\flushrequest -SELECT $1 \bind 2 \sendpipeline -\getresults - ?column? ----------- - 2 -(1 row) - -\endpipeline - ?column? ----------- - 2 -(1 row) - --- \getresults only fetches results preceding a \syncpipeline. -\startpipeline -SELECT $1 \bind 2 \sendpipeline -\syncpipeline -SELECT $1 \bind 2 \sendpipeline -\getresults - ?column? ----------- - 2 -(1 row) - -\endpipeline - ?column? ----------- - 2 -(1 row) - --- Use pipeline with chunked results for both \getresults and \endpipeline. -\startpipeline -\set FETCH_COUNT 10 -SELECT $1 \bind 2 \sendpipeline -\flushrequest -\getresults - ?column? ----------- - 2 -(1 row) - -SELECT $1 \bind 2 \sendpipeline -\endpipeline - ?column? ----------- - 2 -(1 row) - -\unset FETCH_COUNT --- \getresults with specific number of requested results. -\startpipeline -SELECT $1 \bind 1 \sendpipeline -SELECT $1 \bind 2 \sendpipeline -SELECT $1 \bind 3 \sendpipeline -\echo :PIPELINE_SYNC_COUNT -0 -\syncpipeline -\echo :PIPELINE_SYNC_COUNT -1 -\echo :PIPELINE_RESULT_COUNT -3 -\getresults 1 - ?column? ----------- - 1 -(1 row) - -\echo :PIPELINE_RESULT_COUNT -2 -SELECT $1 \bind 4 \sendpipeline -\getresults 3 - ?column? ----------- - 2 -(1 row) - - ?column? ----------- - 3 -(1 row) - -\echo :PIPELINE_RESULT_COUNT -0 -\endpipeline - ?column? ----------- - 4 -(1 row) - --- \syncpipeline count as one command to fetch for \getresults. -\startpipeline -\syncpipeline -\syncpipeline -SELECT $1 \bind 1 \sendpipeline -\flushrequest -\getresults 2 -\getresults 1 - ?column? ----------- - 1 -(1 row) - -\endpipeline --- \getresults 0 should get all the results. -\startpipeline -SELECT $1 \bind 1 \sendpipeline -SELECT $1 \bind 2 \sendpipeline -SELECT $1 \bind 3 \sendpipeline -\syncpipeline -\getresults 0 - ?column? ----------- - 1 -(1 row) - - ?column? ----------- - 2 -(1 row) - - ?column? ----------- - 3 -(1 row) - -\endpipeline --- --- Pipeline errors --- --- \endpipeline outside of pipeline should fail -\endpipeline -cannot send pipeline when not in pipeline mode --- After an aborted pipeline, commands after a \syncpipeline should be --- displayed. -\startpipeline -SELECT $1 \bind \sendpipeline -\syncpipeline -SELECT $1 \bind 1 \sendpipeline -\endpipeline -ERROR: bind message supplies 0 parameters, but prepared statement "" requires 1 - ?column? ----------- - 1 -(1 row) - --- For an incorrect number of parameters, the pipeline is aborted and --- the following queries will not be executed. -\startpipeline -SELECT \bind 'val1' \sendpipeline -SELECT $1 \bind 'val1' \sendpipeline -\endpipeline -ERROR: bind message supplies 1 parameters, but prepared statement "" requires 0 --- Using a semicolon with a parameter triggers an error and aborts --- the pipeline. -\startpipeline -SELECT $1; -SELECT 1; -\endpipeline -ERROR: bind message supplies 0 parameters, but prepared statement "" requires 1 --- An explicit transaction with an error needs to be rollbacked after --- the pipeline. -\startpipeline -BEGIN \bind \sendpipeline -INSERT INTO psql_pipeline VALUES ($1) \bind 1 \sendpipeline -ROLLBACK \bind \sendpipeline -\endpipeline -ERROR: duplicate key value violates unique constraint "psql_pipeline_pkey" -DETAIL: Key (a)=(1) already exists. -ROLLBACK; --- \watch is not allowed in a pipeline. -\startpipeline -SELECT \bind \sendpipeline -\watch 1 -\watch not allowed in pipeline mode -\endpipeline --- -(1 row) - --- \gdesc should fail as synchronous commands are not allowed in a pipeline, --- and the pipeline should still be usable. -\startpipeline -SELECT $1 \bind 1 \gdesc -synchronous command execution functions are not allowed in pipeline mode -SELECT $1 \bind 1 \sendpipeline -\endpipeline - ?column? ----------- - 1 -(1 row) - --- \gset is not allowed in a pipeline, pipeline should still be usable. -\startpipeline -SELECT $1 as i, $2 as j \parse '' -SELECT $1 as k, $2 as l \parse 'second' -\bind_named '' 1 2 \gset -\gset not allowed in pipeline mode -\bind_named second 1 2 \gset pref02_ \echo :pref02_i :pref02_j -\gset not allowed in pipeline mode -\bind_named '' 1 2 \sendpipeline -\endpipeline - i | j ----+--- - 1 | 2 -(1 row) - --- \g and \gx are not allowed, pipeline should still be usable. -\startpipeline -SELECT $1 \bind 1 \g -\g not allowed in pipeline mode -SELECT $1 \bind 1 \g (format=unaligned tuples_only=on) -\g not allowed in pipeline mode -SELECT $1 \bind 1 \gx -\gx not allowed in pipeline mode -SELECT $1 \bind 1 \gx (format=unaligned tuples_only=on) -\gx not allowed in pipeline mode -\reset -SELECT $1 \bind 1 \sendpipeline -\endpipeline - ?column? ----------- - 1 -(1 row) - --- \g and \gx warnings should be emitted in an aborted pipeline, with --- pipeline still usable. -\startpipeline -SELECT $1 \bind \sendpipeline -\flushrequest -\getresults -ERROR: bind message supplies 0 parameters, but prepared statement "" requires 1 -SELECT $1 \bind 1 \g -\g not allowed in pipeline mode -SELECT $1 \bind 1 \gx -\gx not allowed in pipeline mode -\endpipeline --- \sendpipeline is not allowed outside of a pipeline -\sendpipeline -\sendpipeline not allowed outside of pipeline mode -SELECT $1 \bind 1 \sendpipeline -\sendpipeline not allowed outside of pipeline mode -\reset --- \sendpipeline is not allowed if not preceded by \bind or \bind_named -\startpipeline -\sendpipeline -\sendpipeline must be used after \bind or \bind_named -SELECT 1 \sendpipeline -\sendpipeline must be used after \bind or \bind_named -\endpipeline --- \gexec is not allowed, pipeline should still be usable. -\startpipeline -SELECT 'INSERT INTO psql_pipeline(a) SELECT generate_series(1, 10)' \parse 'insert_stmt' -\bind_named insert_stmt \gexec -\gexec not allowed in pipeline mode -\bind_named insert_stmt \sendpipeline -SELECT COUNT(*) FROM psql_pipeline \bind \sendpipeline -\endpipeline - ?column? ------------------------------------------------------------- - INSERT INTO psql_pipeline(a) SELECT generate_series(1, 10) -(1 row) - - count -------- - 7 -(1 row) - --- After an error, pipeline is aborted and requires \syncpipeline to be --- reusable. -\startpipeline -SELECT $1 \bind \sendpipeline -SELECT $1 \bind 1 \sendpipeline -SELECT $1 \parse a -\bind_named a 1 \sendpipeline -\close a -\flushrequest -\getresults -ERROR: bind message supplies 0 parameters, but prepared statement "" requires 1 --- Pipeline is aborted. -SELECT $1 \bind 1 \sendpipeline -SELECT $1 \parse a -\bind_named a 1 \sendpipeline -\close a --- Sync allows pipeline to recover. -\syncpipeline -\getresults -Pipeline aborted, command did not run -SELECT $1 \bind 1 \sendpipeline -SELECT $1 \parse a -\bind_named a 1 \sendpipeline -\close a -\flushrequest -\getresults - ?column? ----------- - 1 -(1 row) - - ?column? ----------- - 1 -(1 row) - -\endpipeline --- In an aborted pipeline, \getresults 1 aborts commands one at a time. -\startpipeline -SELECT $1 \bind \sendpipeline -SELECT $1 \bind 1 \sendpipeline -SELECT $1 \parse a -\bind_named a 1 \sendpipeline -\syncpipeline -\getresults 1 -ERROR: bind message supplies 0 parameters, but prepared statement "" requires 1 -\getresults 1 -Pipeline aborted, command did not run -\getresults 1 -Pipeline aborted, command did not run -\getresults 1 -Pipeline aborted, command did not run -\getresults 1 -\endpipeline --- Test chunked results with an aborted pipeline. -\startpipeline -\set FETCH_COUNT 10 -SELECT $1 \bind \sendpipeline -\flushrequest -\getresults -ERROR: bind message supplies 0 parameters, but prepared statement "" requires 1 -SELECT $1 \bind \sendpipeline -\endpipeline -fetching results in chunked mode failed -Pipeline aborted, command did not run -\unset FETCH_COUNT --- \getresults returns an error when an incorrect number is provided. -\startpipeline -\getresults -1 -\getresults: invalid number of requested results -\endpipeline --- \getresults when there is no result should not impact the next --- query executed. -\getresults 1 -No pending results to get -select 1; - ?column? ----------- - 1 -(1 row) - --- Error messages accumulate and are repeated. -\startpipeline -SELECT 1 \bind \sendpipeline -\gdesc -synchronous command execution functions are not allowed in pipeline mode -\gdesc -synchronous command execution functions are not allowed in pipeline mode -synchronous command execution functions are not allowed in pipeline mode -\endpipeline - ?column? ----------- - 1 -(1 row) - --- --- Pipelines and transaction blocks --- --- SET LOCAL will issue a warning when modifying a GUC outside of a --- transaction block. The change will still be valid as a pipeline --- runs within an implicit transaction block. Sending a sync will --- commit the implicit transaction block. The first command after a --- sync will not be seen as belonging to a pipeline. -\startpipeline -SET LOCAL statement_timeout='1h' \bind \sendpipeline -SHOW statement_timeout \bind \sendpipeline -\syncpipeline -SHOW statement_timeout \bind \sendpipeline -SET LOCAL statement_timeout='2h' \bind \sendpipeline -SHOW statement_timeout \bind \sendpipeline -\endpipeline -WARNING: SET LOCAL can only be used in transaction blocks - statement_timeout -------------------- - 1h -(1 row) - - statement_timeout -------------------- - 0 -(1 row) - - statement_timeout -------------------- - 2h -(1 row) - --- REINDEX CONCURRENTLY fails if not the first command in a pipeline. -\startpipeline -SELECT $1 \bind 1 \sendpipeline -REINDEX TABLE CONCURRENTLY psql_pipeline \bind \sendpipeline -SELECT $1 \bind 2 \sendpipeline -\endpipeline - ?column? ----------- - 1 -(1 row) - -ERROR: REINDEX CONCURRENTLY cannot run inside a transaction block --- REINDEX CONCURRENTLY works if it is the first command in a pipeline. -\startpipeline -REINDEX TABLE CONCURRENTLY psql_pipeline \bind \sendpipeline -SELECT $1 \bind 2 \sendpipeline -\endpipeline - ?column? ----------- - 2 -(1 row) - --- Subtransactions are not allowed in a pipeline. -\startpipeline -SAVEPOINT a \bind \sendpipeline -SELECT $1 \bind 1 \sendpipeline -ROLLBACK TO SAVEPOINT a \bind \sendpipeline -SELECT $1 \bind 2 \sendpipeline -\endpipeline -ERROR: SAVEPOINT can only be used in transaction blocks --- LOCK fails as the first command in a pipeline, as not seen in an --- implicit transaction block. -\startpipeline -LOCK psql_pipeline \bind \sendpipeline -SELECT $1 \bind 2 \sendpipeline -\endpipeline -ERROR: LOCK TABLE can only be used in transaction blocks --- LOCK succeeds as it is not the first command in a pipeline, --- seen in an implicit transaction block. -\startpipeline -SELECT $1 \bind 1 \sendpipeline -LOCK psql_pipeline \bind \sendpipeline -SELECT $1 \bind 2 \sendpipeline -\endpipeline - ?column? ----------- - 1 -(1 row) - - ?column? ----------- - 2 -(1 row) - --- VACUUM works as the first command in a pipeline. -\startpipeline -VACUUM psql_pipeline \bind \sendpipeline -\endpipeline --- VACUUM fails when not the first command in a pipeline. -\startpipeline -SELECT 1 \bind \sendpipeline -VACUUM psql_pipeline \bind \sendpipeline -\endpipeline - ?column? ----------- - 1 -(1 row) - -ERROR: VACUUM cannot run inside a transaction block --- VACUUM works after a \syncpipeline. -\startpipeline -SELECT 1 \bind \sendpipeline -\syncpipeline -VACUUM psql_pipeline \bind \sendpipeline -\endpipeline - ?column? ----------- - 1 -(1 row) - --- Clean up -DROP TABLE psql_pipeline; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/amutils.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/amutils.out --- /tmp/cirrus-ci-build/src/test/regress/expected/amutils.out 2025-05-11 19:30:18.928752000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/amutils.out 2025-05-11 19:32:42.639535000 +0000 @@ -1,254 +1,2 @@ --- --- Test index AM property-reporting functions --- -select prop, - pg_indexam_has_property(a.oid, prop) as "AM", - pg_index_has_property('onek_hundred'::regclass, prop) as "Index", - pg_index_column_has_property('onek_hundred'::regclass, 1, prop) as "Column" - from pg_am a, - unnest(array['asc', 'desc', 'nulls_first', 'nulls_last', - 'orderable', 'distance_orderable', 'returnable', - 'search_array', 'search_nulls', - 'clusterable', 'index_scan', 'bitmap_scan', - 'backward_scan', - 'can_order', 'can_unique', 'can_multi_col', - 'can_exclude', 'can_include', - 'bogus']::text[]) - with ordinality as u(prop,ord) - where a.amname = 'btree' - order by ord; - prop | AM | Index | Column ---------------------+----+-------+-------- - asc | | | t - desc | | | f - nulls_first | | | f - nulls_last | | | t - orderable | | | t - distance_orderable | | | f - returnable | | | t - search_array | | | t - search_nulls | | | t - clusterable | | t | - index_scan | | t | - bitmap_scan | | t | - backward_scan | | t | - can_order | t | | - can_unique | t | | - can_multi_col | t | | - can_exclude | t | | - can_include | t | | - bogus | | | -(19 rows) - -select prop, - pg_indexam_has_property(a.oid, prop) as "AM", - pg_index_has_property('gcircleind'::regclass, prop) as "Index", - pg_index_column_has_property('gcircleind'::regclass, 1, prop) as "Column" - from pg_am a, - unnest(array['asc', 'desc', 'nulls_first', 'nulls_last', - 'orderable', 'distance_orderable', 'returnable', - 'search_array', 'search_nulls', - 'clusterable', 'index_scan', 'bitmap_scan', - 'backward_scan', - 'can_order', 'can_unique', 'can_multi_col', - 'can_exclude', 'can_include', - 'bogus']::text[]) - with ordinality as u(prop,ord) - where a.amname = 'gist' - order by ord; - prop | AM | Index | Column ---------------------+----+-------+-------- - asc | | | f - desc | | | f - nulls_first | | | f - nulls_last | | | f - orderable | | | f - distance_orderable | | | t - returnable | | | f - search_array | | | f - search_nulls | | | t - clusterable | | t | - index_scan | | t | - bitmap_scan | | t | - backward_scan | | f | - can_order | f | | - can_unique | f | | - can_multi_col | t | | - can_exclude | t | | - can_include | t | | - bogus | | | -(19 rows) - -select prop, - pg_index_column_has_property('onek_hundred'::regclass, 1, prop) as btree, - pg_index_column_has_property('hash_i4_index'::regclass, 1, prop) as hash, - pg_index_column_has_property('gcircleind'::regclass, 1, prop) as gist, - pg_index_column_has_property('sp_radix_ind'::regclass, 1, prop) as spgist_radix, - pg_index_column_has_property('sp_quad_ind'::regclass, 1, prop) as spgist_quad, - pg_index_column_has_property('botharrayidx'::regclass, 1, prop) as gin, - pg_index_column_has_property('brinidx'::regclass, 1, prop) as brin - from unnest(array['asc', 'desc', 'nulls_first', 'nulls_last', - 'orderable', 'distance_orderable', 'returnable', - 'search_array', 'search_nulls', - 'bogus']::text[]) - with ordinality as u(prop,ord) - order by ord; - prop | btree | hash | gist | spgist_radix | spgist_quad | gin | brin ---------------------+-------+------+------+--------------+-------------+-----+------ - asc | t | f | f | f | f | f | f - desc | f | f | f | f | f | f | f - nulls_first | f | f | f | f | f | f | f - nulls_last | t | f | f | f | f | f | f - orderable | t | f | f | f | f | f | f - distance_orderable | f | f | t | f | t | f | f - returnable | t | f | f | t | t | f | f - search_array | t | f | f | f | f | f | f - search_nulls | t | f | t | t | t | f | t - bogus | | | | | | | -(10 rows) - -select prop, - pg_index_has_property('onek_hundred'::regclass, prop) as btree, - pg_index_has_property('hash_i4_index'::regclass, prop) as hash, - pg_index_has_property('gcircleind'::regclass, prop) as gist, - pg_index_has_property('sp_radix_ind'::regclass, prop) as spgist, - pg_index_has_property('botharrayidx'::regclass, prop) as gin, - pg_index_has_property('brinidx'::regclass, prop) as brin - from unnest(array['clusterable', 'index_scan', 'bitmap_scan', - 'backward_scan', - 'bogus']::text[]) - with ordinality as u(prop,ord) - order by ord; - prop | btree | hash | gist | spgist | gin | brin ----------------+-------+------+------+--------+-----+------ - clusterable | t | f | t | f | f | f - index_scan | t | t | t | t | f | f - bitmap_scan | t | t | t | t | t | t - backward_scan | t | t | f | f | f | f - bogus | | | | | | -(5 rows) - -select amname, prop, pg_indexam_has_property(a.oid, prop) as p - from pg_am a, - unnest(array['can_order', 'can_unique', 'can_multi_col', - 'can_exclude', 'can_include', 'bogus']::text[]) - with ordinality as u(prop,ord) - where amtype = 'i' - order by amname, ord; - amname | prop | p ---------+---------------+--- - brin | can_order | f - brin | can_unique | f - brin | can_multi_col | t - brin | can_exclude | f - brin | can_include | f - brin | bogus | - btree | can_order | t - btree | can_unique | t - btree | can_multi_col | t - btree | can_exclude | t - btree | can_include | t - btree | bogus | - gin | can_order | f - gin | can_unique | f - gin | can_multi_col | t - gin | can_exclude | f - gin | can_include | f - gin | bogus | - gist | can_order | f - gist | can_unique | f - gist | can_multi_col | t - gist | can_exclude | t - gist | can_include | t - gist | bogus | - hash | can_order | f - hash | can_unique | f - hash | can_multi_col | f - hash | can_exclude | t - hash | can_include | f - hash | bogus | - spgist | can_order | f - spgist | can_unique | f - spgist | can_multi_col | f - spgist | can_exclude | t - spgist | can_include | t - spgist | bogus | -(36 rows) - --- --- additional checks for pg_index_column_has_property --- -CREATE TEMP TABLE foo (f1 int, f2 int, f3 int, f4 int); -CREATE INDEX fooindex ON foo (f1 desc, f2 asc, f3 nulls first, f4 nulls last); -select col, prop, pg_index_column_has_property(o, col, prop) - from (values ('fooindex'::regclass)) v1(o), - (values (1,'orderable'),(2,'asc'),(3,'desc'), - (4,'nulls_first'),(5,'nulls_last'), - (6, 'bogus')) v2(idx,prop), - generate_series(1,4) col - order by col, idx; - col | prop | pg_index_column_has_property ------+-------------+------------------------------ - 1 | orderable | t - 1 | asc | f - 1 | desc | t - 1 | nulls_first | t - 1 | nulls_last | f - 1 | bogus | - 2 | orderable | t - 2 | asc | t - 2 | desc | f - 2 | nulls_first | f - 2 | nulls_last | t - 2 | bogus | - 3 | orderable | t - 3 | asc | t - 3 | desc | f - 3 | nulls_first | t - 3 | nulls_last | f - 3 | bogus | - 4 | orderable | t - 4 | asc | t - 4 | desc | f - 4 | nulls_first | f - 4 | nulls_last | t - 4 | bogus | -(24 rows) - -CREATE INDEX foocover ON foo (f1) INCLUDE (f2,f3); -select col, prop, pg_index_column_has_property(o, col, prop) - from (values ('foocover'::regclass)) v1(o), - (values (1,'orderable'),(2,'asc'),(3,'desc'), - (4,'nulls_first'),(5,'nulls_last'), - (6,'distance_orderable'),(7,'returnable'), - (8, 'bogus')) v2(idx,prop), - generate_series(1,3) col - order by col, idx; - col | prop | pg_index_column_has_property ------+--------------------+------------------------------ - 1 | orderable | t - 1 | asc | t - 1 | desc | f - 1 | nulls_first | f - 1 | nulls_last | t - 1 | distance_orderable | f - 1 | returnable | t - 1 | bogus | - 2 | orderable | f - 2 | asc | - 2 | desc | - 2 | nulls_first | - 2 | nulls_last | - 2 | distance_orderable | f - 2 | returnable | t - 2 | bogus | - 3 | orderable | f - 3 | asc | - 3 | desc | - 3 | nulls_first | - 3 | nulls_last | - 3 | distance_orderable | f - 3 | returnable | t - 3 | bogus | -(24 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats_ext.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats_ext.out --- /tmp/cirrus-ci-build/src/test/regress/expected/stats_ext.out 2025-05-11 19:30:19.001150000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats_ext.out 2025-05-11 19:32:42.644952000 +0000 @@ -1,3458 +1,2 @@ --- Generic extended statistics support --- --- Note: tables for which we check estimated row counts should be created --- with autovacuum_enabled = off, so that we don't have unstable results --- from auto-analyze happening when we didn't expect it. --- --- check the number of estimated/actual rows in the top node -create function check_estimated_rows(text) returns table (estimated int, actual int) -language plpgsql as -$$ -declare - ln text; - tmp text[]; - first_row bool := true; -begin - for ln in - execute format('explain analyze %s', $1) - loop - if first_row then - first_row := false; - tmp := regexp_match(ln, 'rows=(\d*) .* rows=(\d*)'); - return query select tmp[1]::int, tmp[2]::int; - end if; - end loop; -end; -$$; --- Verify failures -CREATE TABLE ext_stats_test (x text, y int, z int); -CREATE STATISTICS tst; -ERROR: syntax error at or near ";" -LINE 1: CREATE STATISTICS tst; - ^ -CREATE STATISTICS tst ON a, b; -ERROR: syntax error at or near ";" -LINE 1: CREATE STATISTICS tst ON a, b; - ^ -CREATE STATISTICS tst FROM sometab; -ERROR: syntax error at or near "FROM" -LINE 1: CREATE STATISTICS tst FROM sometab; - ^ -CREATE STATISTICS tst ON a, b FROM nonexistent; -ERROR: relation "nonexistent" does not exist -CREATE STATISTICS tst ON a, b FROM ext_stats_test; -ERROR: column "a" does not exist -CREATE STATISTICS tst ON x, x, y FROM ext_stats_test; -ERROR: duplicate column name in statistics definition -CREATE STATISTICS tst ON x, x, y, x, x, y, x, x, y FROM ext_stats_test; -ERROR: cannot have more than 8 columns in statistics -CREATE STATISTICS tst ON x, x, y, x, x, (x || 'x'), (y + 1), (x || 'x'), (x || 'x'), (y + 1) FROM ext_stats_test; -ERROR: cannot have more than 8 columns in statistics -CREATE STATISTICS tst ON (x || 'x'), (x || 'x'), (y + 1), (x || 'x'), (x || 'x'), (y + 1), (x || 'x'), (x || 'x'), (y + 1) FROM ext_stats_test; -ERROR: cannot have more than 8 columns in statistics -CREATE STATISTICS tst ON (x || 'x'), (x || 'x'), y FROM ext_stats_test; -ERROR: duplicate expression in statistics definition -CREATE STATISTICS tst (unrecognized) ON x, y FROM ext_stats_test; -ERROR: unrecognized statistics kind "unrecognized" --- incorrect expressions -CREATE STATISTICS tst ON (y) FROM ext_stats_test; -- single column reference -ERROR: extended statistics require at least 2 columns -CREATE STATISTICS tst ON y + z FROM ext_stats_test; -- missing parentheses -ERROR: syntax error at or near "+" -LINE 1: CREATE STATISTICS tst ON y + z FROM ext_stats_test; - ^ -CREATE STATISTICS tst ON (x, y) FROM ext_stats_test; -- tuple expression -ERROR: syntax error at or near "," -LINE 1: CREATE STATISTICS tst ON (x, y) FROM ext_stats_test; - ^ -DROP TABLE ext_stats_test; --- statistics on virtual generated column not allowed -CREATE TABLE ext_stats_test1 (x int, y int, z int GENERATED ALWAYS AS (x+y) VIRTUAL, w xid); -CREATE STATISTICS tst on z from ext_stats_test1; -ERROR: statistics creation on virtual generated columns is not supported -CREATE STATISTICS tst on (z) from ext_stats_test1; -ERROR: statistics creation on virtual generated columns is not supported -CREATE STATISTICS tst on (z+1) from ext_stats_test1; -ERROR: statistics creation on virtual generated columns is not supported -CREATE STATISTICS tst (ndistinct) ON z from ext_stats_test1; -ERROR: statistics creation on virtual generated columns is not supported --- statistics on system column not allowed -CREATE STATISTICS tst on tableoid from ext_stats_test1; -ERROR: statistics creation on system columns is not supported -CREATE STATISTICS tst on (tableoid) from ext_stats_test1; -ERROR: statistics creation on system columns is not supported -CREATE STATISTICS tst on (tableoid::int+1) from ext_stats_test1; -ERROR: statistics creation on system columns is not supported -CREATE STATISTICS tst (ndistinct) ON xmin from ext_stats_test1; -ERROR: statistics creation on system columns is not supported --- statistics without a less-than operator not supported -CREATE STATISTICS tst (ndistinct) ON w from ext_stats_test1; -ERROR: column "w" cannot be used in statistics because its type xid has no default btree operator class -DROP TABLE ext_stats_test1; --- Ensure stats are dropped sanely, and test IF NOT EXISTS while at it -CREATE TABLE ab1 (a INTEGER, b INTEGER, c INTEGER); -CREATE STATISTICS IF NOT EXISTS ab1_a_b_stats ON a, b FROM ab1; -COMMENT ON STATISTICS ab1_a_b_stats IS 'new comment'; -CREATE ROLE regress_stats_ext; -SET SESSION AUTHORIZATION regress_stats_ext; -COMMENT ON STATISTICS ab1_a_b_stats IS 'changed comment'; -ERROR: must be owner of statistics object ab1_a_b_stats -DROP STATISTICS ab1_a_b_stats; -ERROR: must be owner of statistics object ab1_a_b_stats -ALTER STATISTICS ab1_a_b_stats RENAME TO ab1_a_b_stats_new; -ERROR: must be owner of statistics object ab1_a_b_stats -RESET SESSION AUTHORIZATION; -DROP ROLE regress_stats_ext; -CREATE STATISTICS IF NOT EXISTS ab1_a_b_stats ON a, b FROM ab1; -NOTICE: statistics object "ab1_a_b_stats" already exists, skipping -DROP STATISTICS ab1_a_b_stats; -CREATE SCHEMA regress_schema_2; -CREATE STATISTICS regress_schema_2.ab1_a_b_stats ON a, b FROM ab1; --- Let's also verify the pg_get_statisticsobjdef output looks sane. -SELECT pg_get_statisticsobjdef(oid) FROM pg_statistic_ext WHERE stxname = 'ab1_a_b_stats'; - pg_get_statisticsobjdef -------------------------------------------------------------------- - CREATE STATISTICS regress_schema_2.ab1_a_b_stats ON a, b FROM ab1 -(1 row) - -DROP STATISTICS regress_schema_2.ab1_a_b_stats; --- Ensure statistics are dropped when columns are -CREATE STATISTICS ab1_b_c_stats ON b, c FROM ab1; -CREATE STATISTICS ab1_a_b_c_stats ON a, b, c FROM ab1; -CREATE STATISTICS ab1_b_a_stats ON b, a FROM ab1; -ALTER TABLE ab1 DROP COLUMN a; -\d ab1 - Table "public.ab1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - b | integer | | | - c | integer | | | -Statistics objects: - "public.ab1_b_c_stats" ON b, c FROM ab1 - --- Ensure statistics are dropped when table is -SELECT stxname FROM pg_statistic_ext WHERE stxname LIKE 'ab1%'; - stxname ---------------- - ab1_b_c_stats -(1 row) - -DROP TABLE ab1; -SELECT stxname FROM pg_statistic_ext WHERE stxname LIKE 'ab1%'; - stxname ---------- -(0 rows) - --- Ensure things work sanely with SET STATISTICS 0 -CREATE TABLE ab1 (a INTEGER, b INTEGER); -ALTER TABLE ab1 ALTER a SET STATISTICS 0; -INSERT INTO ab1 SELECT a, a%23 FROM generate_series(1, 1000) a; -CREATE STATISTICS ab1_a_b_stats ON a, b FROM ab1; -ANALYZE ab1; -WARNING: statistics object "public.ab1_a_b_stats" could not be computed for relation "public.ab1" -ALTER TABLE ab1 ALTER a SET STATISTICS -1; --- setting statistics target 0 skips the statistics, without printing any message, so check catalog -ALTER STATISTICS ab1_a_b_stats SET STATISTICS 0; -\d ab1 - Table "public.ab1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Statistics objects: - "public.ab1_a_b_stats" ON a, b FROM ab1; STATISTICS 0 - -ANALYZE ab1; -SELECT stxname, stxdndistinct, stxddependencies, stxdmcv, stxdinherit - FROM pg_statistic_ext s LEFT JOIN pg_statistic_ext_data d ON (d.stxoid = s.oid) - WHERE s.stxname = 'ab1_a_b_stats'; - stxname | stxdndistinct | stxddependencies | stxdmcv | stxdinherit ----------------+---------------+------------------+---------+------------- - ab1_a_b_stats | | | | -(1 row) - -ALTER STATISTICS ab1_a_b_stats SET STATISTICS -1; -\d+ ab1 - Table "public.ab1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - a | integer | | | | plain | | - b | integer | | | | plain | | -Statistics objects: - "public.ab1_a_b_stats" ON a, b FROM ab1 - --- partial analyze doesn't build stats either -ANALYZE ab1 (a); -WARNING: statistics object "public.ab1_a_b_stats" could not be computed for relation "public.ab1" -ANALYZE ab1; -DROP TABLE ab1; -ALTER STATISTICS ab1_a_b_stats SET STATISTICS 0; -ERROR: statistics object "ab1_a_b_stats" does not exist -ALTER STATISTICS IF EXISTS ab1_a_b_stats SET STATISTICS 0; -NOTICE: statistics object "ab1_a_b_stats" does not exist, skipping --- Ensure we can build statistics for tables with inheritance. -CREATE TABLE ab1 (a INTEGER, b INTEGER); -CREATE TABLE ab1c () INHERITS (ab1); -INSERT INTO ab1 VALUES (1,1); -CREATE STATISTICS ab1_a_b_stats ON a, b FROM ab1; -ANALYZE ab1; -DROP TABLE ab1 CASCADE; -NOTICE: drop cascades to table ab1c --- Tests for stats with inheritance -CREATE TABLE stxdinh(a int, b int); -CREATE TABLE stxdinh1() INHERITS(stxdinh); -CREATE TABLE stxdinh2() INHERITS(stxdinh); -INSERT INTO stxdinh SELECT mod(a,50), mod(a,100) FROM generate_series(0, 1999) a; -INSERT INTO stxdinh1 SELECT mod(a,100), mod(a,100) FROM generate_series(0, 999) a; -INSERT INTO stxdinh2 SELECT mod(a,100), mod(a,100) FROM generate_series(0, 999) a; -VACUUM ANALYZE stxdinh, stxdinh1, stxdinh2; --- Ensure non-inherited stats are not applied to inherited query --- Without stats object, it looks like this -SELECT * FROM check_estimated_rows('SELECT a, b FROM stxdinh* GROUP BY 1, 2'); - estimated | actual ------------+-------- - 400 | 150 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT a, b FROM stxdinh* WHERE a = 0 AND b = 0'); - estimated | actual ------------+-------- - 3 | 40 -(1 row) - -CREATE STATISTICS stxdinh ON a, b FROM stxdinh; -VACUUM ANALYZE stxdinh, stxdinh1, stxdinh2; --- See if the extended stats affect the estimates -SELECT * FROM check_estimated_rows('SELECT a, b FROM stxdinh* GROUP BY 1, 2'); - estimated | actual ------------+-------- - 150 | 150 -(1 row) - --- Dependencies are applied at individual relations (within append), so --- this estimate changes a bit because we improve estimates for the parent -SELECT * FROM check_estimated_rows('SELECT a, b FROM stxdinh* WHERE a = 0 AND b = 0'); - estimated | actual ------------+-------- - 22 | 40 -(1 row) - --- Ensure correct (non-inherited) stats are applied to inherited query -SELECT * FROM check_estimated_rows('SELECT a, b FROM ONLY stxdinh GROUP BY 1, 2'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT a, b FROM ONLY stxdinh WHERE a = 0 AND b = 0'); - estimated | actual ------------+-------- - 20 | 20 -(1 row) - -DROP TABLE stxdinh, stxdinh1, stxdinh2; --- Ensure inherited stats ARE applied to inherited query in partitioned table -CREATE TABLE stxdinp(i int, a int, b int) PARTITION BY RANGE (i); -CREATE TABLE stxdinp1 PARTITION OF stxdinp FOR VALUES FROM (1) TO (100); -INSERT INTO stxdinp SELECT 1, a/100, a/100 FROM generate_series(1, 999) a; -CREATE STATISTICS stxdinp ON (a + 1), a, b FROM stxdinp; -VACUUM ANALYZE stxdinp; -- partitions are processed recursively -SELECT 1 FROM pg_statistic_ext WHERE stxrelid = 'stxdinp'::regclass; - ?column? ----------- - 1 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT a, b FROM stxdinp GROUP BY 1, 2'); - estimated | actual ------------+-------- - 10 | 10 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT a + 1, b FROM ONLY stxdinp GROUP BY 1, 2'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -DROP TABLE stxdinp; --- basic test for statistics on expressions -CREATE TABLE ab1 (a INTEGER, b INTEGER, c TIMESTAMP, d TIMESTAMPTZ); --- expression stats may be built on a single expression column -CREATE STATISTICS ab1_exprstat_1 ON (a+b) FROM ab1; --- with a single expression, we only enable expression statistics -CREATE STATISTICS ab1_exprstat_2 ON (a+b) FROM ab1; -SELECT stxkind FROM pg_statistic_ext WHERE stxname = 'ab1_exprstat_2'; - stxkind ---------- - {e} -(1 row) - --- adding anything to the expression builds all statistics kinds -CREATE STATISTICS ab1_exprstat_3 ON (a+b), a FROM ab1; -SELECT stxkind FROM pg_statistic_ext WHERE stxname = 'ab1_exprstat_3'; - stxkind ------------ - {d,f,m,e} -(1 row) - --- date_trunc on timestamptz is not immutable, but that should not matter -CREATE STATISTICS ab1_exprstat_4 ON date_trunc('day', d) FROM ab1; --- date_trunc on timestamp is immutable -CREATE STATISTICS ab1_exprstat_5 ON date_trunc('day', c) FROM ab1; --- check use of a boolean-returning expression -CREATE STATISTICS ab1_exprstat_6 ON - (case a when 1 then true else false end), b FROM ab1; --- insert some data and run analyze, to test that these cases build properly -INSERT INTO ab1 -SELECT x / 10, x / 3, - '2020-10-01'::timestamp + x * interval '1 day', - '2020-10-01'::timestamptz + x * interval '1 day' -FROM generate_series(1, 100) x; -ANALYZE ab1; --- apply some stats -SELECT * FROM check_estimated_rows('SELECT * FROM ab1 WHERE (case a when 1 then true else false end) AND b=2'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -DROP TABLE ab1; --- Verify supported object types for extended statistics -CREATE schema tststats; -CREATE TABLE tststats.t (a int, b int, c text); -CREATE INDEX ti ON tststats.t (a, b); -CREATE SEQUENCE tststats.s; -CREATE VIEW tststats.v AS SELECT * FROM tststats.t; -CREATE MATERIALIZED VIEW tststats.mv AS SELECT * FROM tststats.t; -CREATE TYPE tststats.ty AS (a int, b int, c text); -CREATE FOREIGN DATA WRAPPER extstats_dummy_fdw; -CREATE SERVER extstats_dummy_srv FOREIGN DATA WRAPPER extstats_dummy_fdw; -CREATE FOREIGN TABLE tststats.f (a int, b int, c text) SERVER extstats_dummy_srv; -CREATE TABLE tststats.pt (a int, b int, c text) PARTITION BY RANGE (a, b); -CREATE TABLE tststats.pt1 PARTITION OF tststats.pt FOR VALUES FROM (-10, -10) TO (10, 10); -CREATE STATISTICS tststats.s1 ON a, b FROM tststats.t; -CREATE STATISTICS tststats.s2 ON a, b FROM tststats.ti; -ERROR: cannot define statistics for relation "ti" -DETAIL: This operation is not supported for indexes. -CREATE STATISTICS tststats.s3 ON a, b FROM tststats.s; -ERROR: cannot define statistics for relation "s" -DETAIL: This operation is not supported for sequences. -CREATE STATISTICS tststats.s4 ON a, b FROM tststats.v; -ERROR: cannot define statistics for relation "v" -DETAIL: This operation is not supported for views. -CREATE STATISTICS tststats.s5 ON a, b FROM tststats.mv; -CREATE STATISTICS tststats.s6 ON a, b FROM tststats.ty; -ERROR: cannot define statistics for relation "ty" -DETAIL: This operation is not supported for composite types. -CREATE STATISTICS tststats.s7 ON a, b FROM tststats.f; -CREATE STATISTICS tststats.s8 ON a, b FROM tststats.pt; -CREATE STATISTICS tststats.s9 ON a, b FROM tststats.pt1; -DO $$ -DECLARE - relname text := reltoastrelid::regclass FROM pg_class WHERE oid = 'tststats.t'::regclass; -BEGIN - EXECUTE 'CREATE STATISTICS tststats.s10 ON a, b FROM ' || relname; -EXCEPTION WHEN wrong_object_type THEN - RAISE NOTICE 'stats on toast table not created'; -END; -$$; -NOTICE: stats on toast table not created -DROP SCHEMA tststats CASCADE; -NOTICE: drop cascades to 7 other objects -DETAIL: drop cascades to table tststats.t -drop cascades to sequence tststats.s -drop cascades to view tststats.v -drop cascades to materialized view tststats.mv -drop cascades to type tststats.ty -drop cascades to foreign table tststats.f -drop cascades to table tststats.pt -DROP FOREIGN DATA WRAPPER extstats_dummy_fdw CASCADE; -NOTICE: drop cascades to server extstats_dummy_srv --- n-distinct tests -CREATE TABLE ndistinct ( - filler1 TEXT, - filler2 NUMERIC, - a INT, - b INT, - filler3 DATE, - c INT, - d INT -) -WITH (autovacuum_enabled = off); --- over-estimates when using only per-column statistics -INSERT INTO ndistinct (a, b, c, filler1) - SELECT i/100, i/100, i/100, (i/100) || ' dollars and zero cents' - FROM generate_series(1,1000) s(i); -ANALYZE ndistinct; --- Group Aggregate, due to over-estimate of the number of groups -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 100 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY b, c'); - estimated | actual ------------+-------- - 100 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, c'); - estimated | actual ------------+-------- - 100 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, c, d'); - estimated | actual ------------+-------- - 200 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY b, c, d'); - estimated | actual ------------+-------- - 200 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (a+1)'); - estimated | actual ------------+-------- - 100 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100)'); - estimated | actual ------------+-------- - 100 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100), (2*c)'); - estimated | actual ------------+-------- - 100 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (a+1), (b+100)'); - estimated | actual ------------+-------- - 100 | 11 -(1 row) - --- correct command -CREATE STATISTICS s10 ON a, b, c FROM ndistinct; -ANALYZE ndistinct; -SELECT s.stxkind, d.stxdndistinct - FROM pg_statistic_ext s, pg_statistic_ext_data d - WHERE s.stxrelid = 'ndistinct'::regclass - AND d.stxoid = s.oid; - stxkind | stxdndistinct ----------+----------------------------------------------------- - {d,f,m} | {"3, 4": 11, "3, 6": 11, "4, 6": 11, "3, 4, 6": 11} -(1 row) - --- minor improvement, make sure the ctid does not break the matching -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY ctid, a, b'); - estimated | actual ------------+-------- - 1000 | 1000 -(1 row) - --- Hash Aggregate, thanks to estimates improved by the statistic -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 11 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY b, c'); - estimated | actual ------------+-------- - 11 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, c'); - estimated | actual ------------+-------- - 11 | 11 -(1 row) - --- partial improvement (match on attributes) -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (a+1)'); - estimated | actual ------------+-------- - 11 | 11 -(1 row) - --- expressions - no improvement -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100)'); - estimated | actual ------------+-------- - 11 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100), (2*c)'); - estimated | actual ------------+-------- - 11 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (a+1), (b+100)'); - estimated | actual ------------+-------- - 11 | 11 -(1 row) - --- last two plans keep using Group Aggregate, because 'd' is not covered --- by the statistic and while it's NULL-only we assume 200 values for it -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, c, d'); - estimated | actual ------------+-------- - 200 | 11 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY b, c, d'); - estimated | actual ------------+-------- - 200 | 11 -(1 row) - -TRUNCATE TABLE ndistinct; --- under-estimates when using only per-column statistics -INSERT INTO ndistinct (a, b, c, filler1) - SELECT mod(i,13), mod(i,17), mod(i,19), - mod(i,23) || ' dollars and zero cents' - FROM generate_series(1,1000) s(i); -ANALYZE ndistinct; -SELECT s.stxkind, d.stxdndistinct - FROM pg_statistic_ext s, pg_statistic_ext_data d - WHERE s.stxrelid = 'ndistinct'::regclass - AND d.stxoid = s.oid; - stxkind | stxdndistinct ----------+---------------------------------------------------------- - {d,f,m} | {"3, 4": 221, "3, 6": 247, "4, 6": 323, "3, 4, 6": 1000} -(1 row) - --- correct estimates -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 221 | 221 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, c'); - estimated | actual ------------+-------- - 1000 | 1000 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, c, d'); - estimated | actual ------------+-------- - 1000 | 1000 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY b, c, d'); - estimated | actual ------------+-------- - 323 | 323 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, d'); - estimated | actual ------------+-------- - 200 | 13 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (a+1)'); - estimated | actual ------------+-------- - 221 | 221 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100)'); - estimated | actual ------------+-------- - 221 | 221 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100), (2*c)'); - estimated | actual ------------+-------- - 1000 | 1000 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (a+1), (b+100)'); - estimated | actual ------------+-------- - 221 | 221 -(1 row) - -DROP STATISTICS s10; -SELECT s.stxkind, d.stxdndistinct - FROM pg_statistic_ext s, pg_statistic_ext_data d - WHERE s.stxrelid = 'ndistinct'::regclass - AND d.stxoid = s.oid; - stxkind | stxdndistinct ----------+--------------- -(0 rows) - --- dropping the statistics results in under-estimates -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 100 | 221 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, c'); - estimated | actual ------------+-------- - 100 | 1000 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, c, d'); - estimated | actual ------------+-------- - 200 | 1000 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY b, c, d'); - estimated | actual ------------+-------- - 200 | 323 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, d'); - estimated | actual ------------+-------- - 200 | 13 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (a+1)'); - estimated | actual ------------+-------- - 100 | 221 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100)'); - estimated | actual ------------+-------- - 100 | 221 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100), (2*c)'); - estimated | actual ------------+-------- - 100 | 1000 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (a+1), (b+100)'); - estimated | actual ------------+-------- - 100 | 221 -(1 row) - --- ndistinct estimates with statistics on expressions -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100)'); - estimated | actual ------------+-------- - 100 | 221 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100), (2*c)'); - estimated | actual ------------+-------- - 100 | 1000 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (a+1), (b+100)'); - estimated | actual ------------+-------- - 100 | 221 -(1 row) - -CREATE STATISTICS s10 (ndistinct) ON (a+1), (b+100), (2*c) FROM ndistinct; -ANALYZE ndistinct; -SELECT s.stxkind, d.stxdndistinct - FROM pg_statistic_ext s, pg_statistic_ext_data d - WHERE s.stxrelid = 'ndistinct'::regclass - AND d.stxoid = s.oid; - stxkind | stxdndistinct ----------+------------------------------------------------------------------- - {d,e} | {"-1, -2": 221, "-1, -3": 247, "-2, -3": 323, "-1, -2, -3": 1000} -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100)'); - estimated | actual ------------+-------- - 221 | 221 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a+1), (b+100), (2*c)'); - estimated | actual ------------+-------- - 1000 | 1000 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (a+1), (b+100)'); - estimated | actual ------------+-------- - 221 | 221 -(1 row) - -DROP STATISTICS s10; --- a mix of attributes and expressions -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 100 | 221 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (2*c)'); - estimated | actual ------------+-------- - 100 | 247 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (2*c)'); - estimated | actual ------------+-------- - 100 | 1000 -(1 row) - -CREATE STATISTICS s10 (ndistinct) ON a, b, (2*c) FROM ndistinct; -ANALYZE ndistinct; -SELECT s.stxkind, d.stxdndistinct - FROM pg_statistic_ext s, pg_statistic_ext_data d - WHERE s.stxrelid = 'ndistinct'::regclass - AND d.stxoid = s.oid; - stxkind | stxdndistinct ----------+------------------------------------------------------------- - {d,e} | {"3, 4": 221, "3, -1": 247, "4, -1": 323, "3, 4, -1": 1000} -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 221 | 221 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (2*c)'); - estimated | actual ------------+-------- - 247 | 247 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (2*c)'); - estimated | actual ------------+-------- - 1000 | 1000 -(1 row) - -DROP STATISTICS s10; --- combination of multiple ndistinct statistics, with/without expressions -TRUNCATE ndistinct; --- two mostly independent groups of columns -INSERT INTO ndistinct (a, b, c, d) - SELECT mod(i,3), mod(i,9), mod(i,5), mod(i,20) - FROM generate_series(1,1000) s(i); -ANALYZE ndistinct; -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 27 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1)'); - estimated | actual ------------+-------- - 27 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), b'); - estimated | actual ------------+-------- - 27 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1)'); - estimated | actual ------------+-------- - 27 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1), c'); - estimated | actual ------------+-------- - 100 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (c*10)'); - estimated | actual ------------+-------- - 100 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1), c, (d - 1)'); - estimated | actual ------------+-------- - 100 | 180 -(1 row) - --- basic statistics on both attributes (no expressions) -CREATE STATISTICS s11 (ndistinct) ON a, b FROM ndistinct; -CREATE STATISTICS s12 (ndistinct) ON c, d FROM ndistinct; -ANALYZE ndistinct; -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1)'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), b'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1)'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1), c'); - estimated | actual ------------+-------- - 45 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (c*10)'); - estimated | actual ------------+-------- - 45 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1), c, (d - 1)'); - estimated | actual ------------+-------- - 100 | 180 -(1 row) - --- replace the second statistics by statistics on expressions -DROP STATISTICS s12; -CREATE STATISTICS s12 (ndistinct) ON (c * 10), (d - 1) FROM ndistinct; -ANALYZE ndistinct; -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1)'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), b'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1)'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1), c'); - estimated | actual ------------+-------- - 45 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (c*10)'); - estimated | actual ------------+-------- - 45 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1), c, (d - 1)'); - estimated | actual ------------+-------- - 100 | 180 -(1 row) - --- replace the second statistics by statistics on both attributes and expressions -DROP STATISTICS s12; -CREATE STATISTICS s12 (ndistinct) ON c, d, (c * 10), (d - 1) FROM ndistinct; -ANALYZE ndistinct; -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1)'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), b'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1)'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1), c'); - estimated | actual ------------+-------- - 45 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (c*10)'); - estimated | actual ------------+-------- - 45 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1), c, (d - 1)'); - estimated | actual ------------+-------- - 100 | 180 -(1 row) - --- replace the other statistics by statistics on both attributes and expressions -DROP STATISTICS s11; -CREATE STATISTICS s11 (ndistinct) ON a, b, (a*5), (b+1) FROM ndistinct; -ANALYZE ndistinct; -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1)'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), b'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1)'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1), c'); - estimated | actual ------------+-------- - 45 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (c*10)'); - estimated | actual ------------+-------- - 45 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1), c, (d - 1)'); - estimated | actual ------------+-------- - 100 | 180 -(1 row) - --- replace statistics by somewhat overlapping ones (this expected to get worse estimate --- because the first statistics shall be applied to 3 columns, and the second one can't --- be really applied) -DROP STATISTICS s11; -DROP STATISTICS s12; -CREATE STATISTICS s11 (ndistinct) ON a, b, (a*5), (b+1) FROM ndistinct; -CREATE STATISTICS s12 (ndistinct) ON a, (b+1), (c * 10) FROM ndistinct; -ANALYZE ndistinct; -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1)'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), b'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1)'); - estimated | actual ------------+-------- - 9 | 9 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY (a*5), (b+1), c'); - estimated | actual ------------+-------- - 45 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, b, (c*10)'); - estimated | actual ------------+-------- - 100 | 45 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT COUNT(*) FROM ndistinct GROUP BY a, (b+1), c, (d - 1)'); - estimated | actual ------------+-------- - 100 | 180 -(1 row) - -DROP STATISTICS s11; -DROP STATISTICS s12; --- functional dependencies tests -CREATE TABLE functional_dependencies ( - filler1 TEXT, - filler2 NUMERIC, - a INT, - b TEXT, - filler3 DATE, - c INT, - d TEXT -) -WITH (autovacuum_enabled = off); -CREATE INDEX fdeps_ab_idx ON functional_dependencies (a, b); -CREATE INDEX fdeps_abc_idx ON functional_dependencies (a, b, c); --- random data (no functional dependencies) -INSERT INTO functional_dependencies (a, b, c, filler1) - SELECT mod(i, 5), mod(i, 7), mod(i, 11), i FROM generate_series(1,1000) s(i); -ANALYZE functional_dependencies; -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = 1 AND b = ''1'''); - estimated | actual ------------+-------- - 29 | 29 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = 1 AND b = ''1'' AND c = 1'); - estimated | actual ------------+-------- - 3 | 3 -(1 row) - --- create statistics -CREATE STATISTICS func_deps_stat (dependencies) ON a, b, c FROM functional_dependencies; -ANALYZE functional_dependencies; -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = 1 AND b = ''1'''); - estimated | actual ------------+-------- - 29 | 29 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = 1 AND b = ''1'' AND c = 1'); - estimated | actual ------------+-------- - 3 | 3 -(1 row) - --- a => b, a => c, b => c -TRUNCATE functional_dependencies; -DROP STATISTICS func_deps_stat; --- now do the same thing, but with expressions -INSERT INTO functional_dependencies (a, b, c, filler1) - SELECT i, i, i, i FROM generate_series(1,5000) s(i); -ANALYZE functional_dependencies; -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE mod(a, 11) = 1 AND mod(b::int, 13) = 1'); - estimated | actual ------------+-------- - 1 | 35 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE mod(a, 11) = 1 AND mod(b::int, 13) = 1 AND mod(c, 7) = 1'); - estimated | actual ------------+-------- - 1 | 5 -(1 row) - --- create statistics -CREATE STATISTICS func_deps_stat (dependencies) ON (mod(a,11)), (mod(b::int, 13)), (mod(c, 7)) FROM functional_dependencies; -ANALYZE functional_dependencies; -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE mod(a, 11) = 1 AND mod(b::int, 13) = 1'); - estimated | actual ------------+-------- - 35 | 35 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE mod(a, 11) = 1 AND mod(b::int, 13) = 1 AND mod(c, 7) = 1'); - estimated | actual ------------+-------- - 5 | 5 -(1 row) - --- a => b, a => c, b => c -TRUNCATE functional_dependencies; -DROP STATISTICS func_deps_stat; -INSERT INTO functional_dependencies (a, b, c, filler1) - SELECT mod(i,100), mod(i,50), mod(i,25), i FROM generate_series(1,5000) s(i); -ANALYZE functional_dependencies; -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = 1 AND b = ''1'''); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = 1 AND b = ''1'' AND c = 1'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - --- IN -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 51) AND b = ''1'''); - estimated | actual ------------+-------- - 2 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 51) AND b IN (''1'', ''2'')'); - estimated | actual ------------+-------- - 4 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 2, 51, 52) AND b IN (''1'', ''2'')'); - estimated | actual ------------+-------- - 8 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 2, 51, 52) AND b = ''1'''); - estimated | actual ------------+-------- - 4 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 26, 51, 76) AND b IN (''1'', ''26'') AND c = 1'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 26, 51, 76) AND b IN (''1'', ''26'') AND c IN (1)'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 2, 26, 27, 51, 52, 76, 77) AND b IN (''1'', ''2'', ''26'', ''27'') AND c IN (1, 2)'); - estimated | actual ------------+-------- - 3 | 400 -(1 row) - --- OR clauses referencing the same attribute -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a = 1 OR a = 51) AND b = ''1'''); - estimated | actual ------------+-------- - 2 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a = 1 OR a = 51) AND (b = ''1'' OR b = ''2'')'); - estimated | actual ------------+-------- - 4 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a = 1 OR a = 2 OR a = 51 OR a = 52) AND (b = ''1'' OR b = ''2'')'); - estimated | actual ------------+-------- - 8 | 200 -(1 row) - --- OR clauses referencing different attributes -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a = 1 OR b = ''1'') AND b = ''1'''); - estimated | actual ------------+-------- - 3 | 100 -(1 row) - --- ANY -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 51]) AND b = ''1'''); - estimated | actual ------------+-------- - 2 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 51]) AND b = ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 4 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 2, 51, 52]) AND b = ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 8 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 26, 51, 76]) AND b = ANY (ARRAY[''1'', ''26'']) AND c = 1'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 26, 51, 76]) AND b = ANY (ARRAY[''1'', ''26'']) AND c = ANY (ARRAY[1])'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 2, 26, 27, 51, 52, 76, 77]) AND b = ANY (ARRAY[''1'', ''2'', ''26'', ''27'']) AND c = ANY (ARRAY[1, 2])'); - estimated | actual ------------+-------- - 3 | 400 -(1 row) - --- ANY with inequalities should not benefit from functional dependencies -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a < ANY (ARRAY[1, 51]) AND b > ''1'''); - estimated | actual ------------+-------- - 2472 | 2400 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a >= ANY (ARRAY[1, 51]) AND b <= ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1441 | 1250 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a <= ANY (ARRAY[1, 2, 51, 52]) AND b >= ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 3909 | 2550 -(1 row) - --- ALL (should not benefit from functional dependencies) -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 51) AND b = ALL (ARRAY[''1''])'); - estimated | actual ------------+-------- - 2 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 51) AND b = ALL (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 2, 51, 52) AND b = ALL (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - --- create statistics -CREATE STATISTICS func_deps_stat (dependencies) ON a, b, c FROM functional_dependencies; -ANALYZE functional_dependencies; --- print the detected dependencies -SELECT dependencies FROM pg_stats_ext WHERE statistics_name = 'func_deps_stat'; - dependencies ------------------------------------------------------------------------------------------------------------- - {"3 => 4": 1.000000, "3 => 6": 1.000000, "4 => 6": 1.000000, "3, 4 => 6": 1.000000, "3, 6 => 4": 1.000000} -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = 1 AND b = ''1'''); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = 1 AND b = ''1'' AND c = 1'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - --- IN -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 51) AND b = ''1'''); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 51) AND b IN (''1'', ''2'')'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 2, 51, 52) AND b IN (''1'', ''2'')'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 2, 51, 52) AND b = ''1'''); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 26, 51, 76) AND b IN (''1'', ''26'') AND c = 1'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 26, 51, 76) AND b IN (''1'', ''26'') AND c IN (1)'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 2, 26, 27, 51, 52, 76, 77) AND b IN (''1'', ''2'', ''26'', ''27'') AND c IN (1, 2)'); - estimated | actual ------------+-------- - 400 | 400 -(1 row) - --- OR clauses referencing the same attribute -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a = 1 OR a = 51) AND b = ''1'''); - estimated | actual ------------+-------- - 99 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a = 1 OR a = 51) AND (b = ''1'' OR b = ''2'')'); - estimated | actual ------------+-------- - 99 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a = 1 OR a = 2 OR a = 51 OR a = 52) AND (b = ''1'' OR b = ''2'')'); - estimated | actual ------------+-------- - 197 | 200 -(1 row) - --- OR clauses referencing different attributes are incompatible -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a = 1 OR b = ''1'') AND b = ''1'''); - estimated | actual ------------+-------- - 3 | 100 -(1 row) - --- ANY -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 51]) AND b = ''1'''); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 51]) AND b = ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 2, 51, 52]) AND b = ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 26, 51, 76]) AND b = ANY (ARRAY[''1'', ''26'']) AND c = 1'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 26, 51, 76]) AND b = ANY (ARRAY[''1'', ''26'']) AND c = ANY (ARRAY[1])'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = ANY (ARRAY[1, 2, 26, 27, 51, 52, 76, 77]) AND b = ANY (ARRAY[''1'', ''2'', ''26'', ''27'']) AND c = ANY (ARRAY[1, 2])'); - estimated | actual ------------+-------- - 400 | 400 -(1 row) - --- ANY with inequalities should not benefit from functional dependencies -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a < ANY (ARRAY[1, 51]) AND b > ''1'''); - estimated | actual ------------+-------- - 2472 | 2400 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a >= ANY (ARRAY[1, 51]) AND b <= ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1441 | 1250 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a <= ANY (ARRAY[1, 2, 51, 52]) AND b >= ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 3909 | 2550 -(1 row) - --- ALL (should not benefit from functional dependencies) -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 51) AND b = ALL (ARRAY[''1''])'); - estimated | actual ------------+-------- - 2 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 51) AND b = ALL (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a IN (1, 2, 51, 52) AND b = ALL (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - --- changing the type of column c causes all its stats to be dropped, reverting --- to default estimates without any statistics, i.e. 0.5% selectivity for each --- condition -ALTER TABLE functional_dependencies ALTER COLUMN c TYPE numeric; -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = 1 AND b = ''1'' AND c = 1'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -ANALYZE functional_dependencies; -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE a = 1 AND b = ''1'' AND c = 1'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -DROP STATISTICS func_deps_stat; --- now try functional dependencies with expressions -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = 2 AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = 2 AND upper(b) = ''1'' AND (c + 1) = 2'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - --- IN -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 102) AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 102) AND upper(b) IN (''1'', ''2'')'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 4, 102, 104) AND upper(b) IN (''1'', ''2'')'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 4, 102, 104) AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 52, 102, 152) AND upper(b) IN (''1'', ''26'') AND (c + 1) = 2'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 52, 102, 152) AND upper(b) IN (''1'', ''26'') AND (c + 1) IN (2)'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 4, 52, 54, 102, 104, 152, 154) AND upper(b) IN (''1'', ''2'', ''26'', ''27'') AND (c + 1) IN (2, 3)'); - estimated | actual ------------+-------- - 1 | 400 -(1 row) - --- OR clauses referencing the same attribute -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE ((a * 2) = 2 OR (a * 2) = 102) AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE ((a * 2) = 2 OR (a * 2) = 102) AND (upper(b) = ''1'' OR upper(b) = ''2'')'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE ((a * 2) = 2 OR (a * 2) = 4 OR (a * 2) = 102 OR (a * 2) = 104) AND (upper(b) = ''1'' OR upper(b) = ''2'')'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - --- OR clauses referencing different attributes -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE ((a * 2) = 2 OR upper(b) = ''1'') AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - --- ANY -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 102]) AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 102]) AND upper(b) = ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 4, 102, 104]) AND upper(b) = ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 52, 102, 152]) AND upper(b) = ANY (ARRAY[''1'', ''26'']) AND (c + 1) = 2'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 52, 102, 152]) AND upper(b) = ANY (ARRAY[''1'', ''26'']) AND (c + 1) = ANY (ARRAY[2])'); - estimated | actual ------------+-------- - 1 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 4, 52, 54, 102, 104, 152, 154]) AND upper(b) = ANY (ARRAY[''1'', ''2'', ''26'', ''27'']) AND (c + 1) = ANY (ARRAY[2, 3])'); - estimated | actual ------------+-------- - 1 | 400 -(1 row) - --- ANY with inequalities should not benefit from functional dependencies --- the estimates however improve thanks to having expression statistics -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) < ANY (ARRAY[2, 102]) AND upper(b) > ''1'''); - estimated | actual ------------+-------- - 926 | 2400 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) >= ANY (ARRAY[2, 102]) AND upper(b) <= ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1543 | 1250 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) <= ANY (ARRAY[2, 4, 102, 104]) AND upper(b) >= ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 2229 | 2550 -(1 row) - --- ALL (should not benefit from functional dependencies) -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 102) AND upper(b) = ALL (ARRAY[''1''])'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 102) AND upper(b) = ALL (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 4, 102, 104) AND upper(b) = ALL (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - --- create statistics on expressions -CREATE STATISTICS func_deps_stat (dependencies) ON (a * 2), upper(b), (c + 1) FROM functional_dependencies; -ANALYZE functional_dependencies; --- print the detected dependencies -SELECT dependencies FROM pg_stats_ext WHERE statistics_name = 'func_deps_stat'; - dependencies ------------------------------------------------------------------------------------------------------------------------- - {"-1 => -2": 1.000000, "-1 => -3": 1.000000, "-2 => -3": 1.000000, "-1, -2 => -3": 1.000000, "-1, -3 => -2": 1.000000} -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = 2 AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = 2 AND upper(b) = ''1'' AND (c + 1) = 2'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - --- IN -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 102) AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 102) AND upper(b) IN (''1'', ''2'')'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 4, 102, 104) AND upper(b) IN (''1'', ''2'')'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 4, 102, 104) AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 52, 102, 152) AND upper(b) IN (''1'', ''26'') AND (c + 1) = 2'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 52, 102, 152) AND upper(b) IN (''1'', ''26'') AND (c + 1) IN (2)'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 4, 52, 54, 102, 104, 152, 154) AND upper(b) IN (''1'', ''2'', ''26'', ''27'') AND (c + 1) IN (2, 3)'); - estimated | actual ------------+-------- - 400 | 400 -(1 row) - --- OR clauses referencing the same attribute -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE ((a * 2) = 2 OR (a * 2) = 102) AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 99 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE ((a * 2) = 2 OR (a * 2) = 102) AND (upper(b) = ''1'' OR upper(b) = ''2'')'); - estimated | actual ------------+-------- - 99 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE ((a * 2) = 2 OR (a * 2) = 4 OR (a * 2) = 102 OR (a * 2) = 104) AND (upper(b) = ''1'' OR upper(b) = ''2'')'); - estimated | actual ------------+-------- - 197 | 200 -(1 row) - --- OR clauses referencing different attributes -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE ((a * 2) = 2 OR upper(b) = ''1'') AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 3 | 100 -(1 row) - --- ANY -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 102]) AND upper(b) = ''1'''); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 102]) AND upper(b) = ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 4, 102, 104]) AND upper(b) = ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 52, 102, 152]) AND upper(b) = ANY (ARRAY[''1'', ''26'']) AND (c + 1) = 2'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 52, 102, 152]) AND upper(b) = ANY (ARRAY[''1'', ''26'']) AND (c + 1) = ANY (ARRAY[2])'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) = ANY (ARRAY[2, 4, 52, 54, 102, 104, 152, 154]) AND upper(b) = ANY (ARRAY[''1'', ''2'', ''26'', ''27'']) AND (c + 1) = ANY (ARRAY[2, 3])'); - estimated | actual ------------+-------- - 400 | 400 -(1 row) - --- ANY with inequalities should not benefit from functional dependencies --- the estimates however improve thanks to having expression statistics -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) < ANY (ARRAY[2, 102]) AND upper(b) > ''1'''); - estimated | actual ------------+-------- - 2472 | 2400 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) >= ANY (ARRAY[2, 102]) AND upper(b) <= ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1441 | 1250 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) <= ANY (ARRAY[2, 4, 102, 104]) AND upper(b) >= ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 3909 | 2550 -(1 row) - --- ALL (should not benefit from functional dependencies) -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 102) AND upper(b) = ALL (ARRAY[''1''])'); - estimated | actual ------------+-------- - 2 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 102) AND upper(b) = ALL (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies WHERE (a * 2) IN (2, 4, 102, 104) AND upper(b) = ALL (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - --- check the ability to use multiple functional dependencies -CREATE TABLE functional_dependencies_multi ( - a INTEGER, - b INTEGER, - c INTEGER, - d INTEGER -) -WITH (autovacuum_enabled = off); -INSERT INTO functional_dependencies_multi (a, b, c, d) - SELECT - mod(i,7), - mod(i,7), - mod(i,11), - mod(i,11) - FROM generate_series(1,5000) s(i); -ANALYZE functional_dependencies_multi; --- estimates without any functional dependencies -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies_multi WHERE a = 0 AND b = 0'); - estimated | actual ------------+-------- - 102 | 714 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies_multi WHERE 0 = a AND 0 = b'); - estimated | actual ------------+-------- - 102 | 714 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies_multi WHERE c = 0 AND d = 0'); - estimated | actual ------------+-------- - 41 | 454 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies_multi WHERE a = 0 AND b = 0 AND c = 0 AND d = 0'); - estimated | actual ------------+-------- - 1 | 64 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies_multi WHERE 0 = a AND b = 0 AND 0 = c AND d = 0'); - estimated | actual ------------+-------- - 1 | 64 -(1 row) - --- create separate functional dependencies -CREATE STATISTICS functional_dependencies_multi_1 (dependencies) ON a, b FROM functional_dependencies_multi; -CREATE STATISTICS functional_dependencies_multi_2 (dependencies) ON c, d FROM functional_dependencies_multi; -ANALYZE functional_dependencies_multi; -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies_multi WHERE a = 0 AND b = 0'); - estimated | actual ------------+-------- - 714 | 714 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies_multi WHERE 0 = a AND 0 = b'); - estimated | actual ------------+-------- - 714 | 714 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies_multi WHERE c = 0 AND d = 0'); - estimated | actual ------------+-------- - 454 | 454 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies_multi WHERE a = 0 AND b = 0 AND c = 0 AND d = 0'); - estimated | actual ------------+-------- - 65 | 64 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM functional_dependencies_multi WHERE 0 = a AND b = 0 AND 0 = c AND d = 0'); - estimated | actual ------------+-------- - 65 | 64 -(1 row) - -DROP TABLE functional_dependencies_multi; --- MCV lists -CREATE TABLE mcv_lists ( - filler1 TEXT, - filler2 NUMERIC, - a INT, - b VARCHAR, - filler3 DATE, - c INT, - d TEXT, - ia INT[] -) -WITH (autovacuum_enabled = off); --- random data (no MCV list) -INSERT INTO mcv_lists (a, b, c, filler1) - SELECT mod(i,37), mod(i,41), mod(i,43), mod(i,47) FROM generate_series(1,5000) s(i); -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1'''); - estimated | actual ------------+-------- - 3 | 4 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1'' AND c = 1'); - estimated | actual ------------+-------- - 1 | 1 -(1 row) - --- create statistics -CREATE STATISTICS mcv_lists_stats (mcv) ON a, b, c FROM mcv_lists; -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1'''); - estimated | actual ------------+-------- - 3 | 4 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1'' AND c = 1'); - estimated | actual ------------+-------- - 1 | 1 -(1 row) - -TRUNCATE mcv_lists; -DROP STATISTICS mcv_lists_stats; --- random data (no MCV list), but with expression -INSERT INTO mcv_lists (a, b, c, filler1) - SELECT i, i, i, i FROM generate_series(1,1000) s(i); -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,7) = 1 AND mod(b::int,11) = 1'); - estimated | actual ------------+-------- - 1 | 13 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,7) = 1 AND mod(b::int,11) = 1 AND mod(c,13) = 1'); - estimated | actual ------------+-------- - 1 | 1 -(1 row) - --- create statistics -CREATE STATISTICS mcv_lists_stats (mcv) ON (mod(a,7)), (mod(b::int,11)), (mod(c,13)) FROM mcv_lists; -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,7) = 1 AND mod(b::int,11) = 1'); - estimated | actual ------------+-------- - 13 | 13 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,7) = 1 AND mod(b::int,11) = 1 AND mod(c,13) = 1'); - estimated | actual ------------+-------- - 1 | 1 -(1 row) - --- 100 distinct combinations, all in the MCV list -TRUNCATE mcv_lists; -DROP STATISTICS mcv_lists_stats; -INSERT INTO mcv_lists (a, b, c, ia, filler1) - SELECT mod(i,100), mod(i,50), mod(i,25), array[mod(i,25)], i - FROM generate_series(1,5000) s(i); -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1'''); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 1 = a AND ''1'' = b'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < 1 AND b < ''1'''); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 1 > a AND ''1'' > b'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a <= 0 AND b <= ''0'''); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 0 >= a AND ''0'' >= b'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1'' AND c = 1'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < 5 AND b < ''1'' AND c < 5'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < 5 AND ''1'' > b AND 5 > c'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a <= 4 AND b <= ''0'' AND c <= 4'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 4 >= a AND ''0'' >= b AND 4 >= c'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 OR b = ''1'' OR c = 1'); - estimated | actual ------------+-------- - 343 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 OR b = ''1'' OR c = 1 OR d IS NOT NULL'); - estimated | actual ------------+-------- - 343 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IN (1, 2, 51, 52) AND b IN ( ''1'', ''2'')'); - estimated | actual ------------+-------- - 8 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IN (1, 2, 51, 52, NULL) AND b IN ( ''1'', ''2'', NULL)'); - estimated | actual ------------+-------- - 8 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = ANY (ARRAY[1, 2, 51, 52]) AND b = ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 8 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = ANY (ARRAY[NULL, 1, 2, 51, 52]) AND b = ANY (ARRAY[''1'', ''2'', NULL])'); - estimated | actual ------------+-------- - 8 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a <= ANY (ARRAY[1, 2, 3]) AND b IN (''1'', ''2'', ''3'')'); - estimated | actual ------------+-------- - 26 | 150 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a <= ANY (ARRAY[1, NULL, 2, 3]) AND b IN (''1'', ''2'', NULL, ''3'')'); - estimated | actual ------------+-------- - 26 | 150 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < ALL (ARRAY[4, 5]) AND c > ANY (ARRAY[1, 2, 3])'); - estimated | actual ------------+-------- - 10 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < ALL (ARRAY[4, 5]) AND c > ANY (ARRAY[1, 2, 3, NULL])'); - estimated | actual ------------+-------- - 10 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < ALL (ARRAY[4, 5]) AND b IN (''1'', ''2'', ''3'') AND c > ANY (ARRAY[1, 2, 3])'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < ALL (ARRAY[4, 5]) AND b IN (''1'', ''2'', NULL, ''3'') AND c > ANY (ARRAY[1, 2, NULL, 3])'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = ANY (ARRAY[4,5]) AND 4 = ANY(ia)'); - estimated | actual ------------+-------- - 4 | 50 -(1 row) - --- create statistics -CREATE STATISTICS mcv_lists_stats (mcv) ON a, b, c, ia FROM mcv_lists; -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1'''); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 1 = a AND ''1'' = b'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < 1 AND b < ''1'''); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 1 > a AND ''1'' > b'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a <= 0 AND b <= ''0'''); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 0 >= a AND ''0'' >= b'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1'' AND c = 1'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < 5 AND b < ''1'' AND c < 5'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < 5 AND ''1'' > b AND 5 > c'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a <= 4 AND b <= ''0'' AND c <= 4'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 4 >= a AND ''0'' >= b AND 4 >= c'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 OR b = ''1'' OR c = 1'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 OR b = ''1'' OR c = 1 OR d IS NOT NULL'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 OR b = ''1'' OR c = 1 OR d IS NOT NULL'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IN (1, 2, 51, 52) AND b IN ( ''1'', ''2'')'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IN (1, 2, 51, 52, NULL) AND b IN ( ''1'', ''2'', NULL)'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = ANY (ARRAY[1, 2, 51, 52]) AND b = ANY (ARRAY[''1'', ''2''])'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = ANY (ARRAY[NULL, 1, 2, 51, 52]) AND b = ANY (ARRAY[''1'', ''2'', NULL])'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a <= ANY (ARRAY[1, 2, 3]) AND b IN (''1'', ''2'', ''3'')'); - estimated | actual ------------+-------- - 150 | 150 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a <= ANY (ARRAY[1, NULL, 2, 3]) AND b IN (''1'', ''2'', NULL, ''3'')'); - estimated | actual ------------+-------- - 150 | 150 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < ALL (ARRAY[4, 5]) AND c > ANY (ARRAY[1, 2, 3])'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < ALL (ARRAY[4, 5]) AND c > ANY (ARRAY[1, 2, 3, NULL])'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < ALL (ARRAY[4, 5]) AND b IN (''1'', ''2'', ''3'') AND c > ANY (ARRAY[1, 2, 3])'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a < ALL (ARRAY[4, 5]) AND b IN (''1'', ''2'', NULL, ''3'') AND c > ANY (ARRAY[1, 2, NULL, 3])'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = ANY (ARRAY[4,5]) AND 4 = ANY(ia)'); - estimated | actual ------------+-------- - 4 | 50 -(1 row) - --- check change of unrelated column type does not reset the MCV statistics -ALTER TABLE mcv_lists ALTER COLUMN d TYPE VARCHAR(64); -SELECT d.stxdmcv IS NOT NULL - FROM pg_statistic_ext s, pg_statistic_ext_data d - WHERE s.stxname = 'mcv_lists_stats' - AND d.stxoid = s.oid; - ?column? ----------- - t -(1 row) - --- check change of column type resets the MCV statistics -ALTER TABLE mcv_lists ALTER COLUMN c TYPE numeric; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1'''); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1'''); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - --- 100 distinct combinations, all in the MCV list, but with expressions -TRUNCATE mcv_lists; -DROP STATISTICS mcv_lists_stats; -INSERT INTO mcv_lists (a, b, c, filler1) - SELECT i, i, i, i FROM generate_series(1,1000) s(i); -ANALYZE mcv_lists; --- without any stats on the expressions, we have to use default selectivities, which --- is why the estimates here are different from the pre-computed case above -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = 1 AND mod(b::int,10) = 1'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 1 = mod(a,20) AND 1 = mod(b::int,10)'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) < 1 AND mod(b::int,10) < 1'); - estimated | actual ------------+-------- - 111 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 1 > mod(a,20) AND 1 > mod(b::int,10)'); - estimated | actual ------------+-------- - 111 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = 1 AND mod(b::int,10) = 1 AND mod(c,5) = 1'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = 1 OR mod(b::int,10) = 1 OR mod(c,25) = 1 OR d IS NOT NULL'); - estimated | actual ------------+-------- - 15 | 120 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) IN (1, 2, 51, 52, NULL) AND mod(b::int,10) IN ( 1, 2, NULL)'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = ANY (ARRAY[1, 2, 51, 52]) AND mod(b::int,10) = ANY (ARRAY[1, 2])'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) <= ANY (ARRAY[1, NULL, 2, 3]) AND mod(b::int,10) IN (1, 2, NULL, 3)'); - estimated | actual ------------+-------- - 11 | 150 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) < ALL (ARRAY[4, 5]) AND mod(b::int,10) IN (1, 2, 3) AND mod(c,5) > ANY (ARRAY[1, 2, 3])'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - --- create statistics with expressions only (we create three separate stats, in order not to build more complex extended stats) -CREATE STATISTICS mcv_lists_stats_1 ON (mod(a,20)) FROM mcv_lists; -CREATE STATISTICS mcv_lists_stats_2 ON (mod(b::int,10)) FROM mcv_lists; -CREATE STATISTICS mcv_lists_stats_3 ON (mod(c,5)) FROM mcv_lists; -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = 1 AND mod(b::int,10) = 1'); - estimated | actual ------------+-------- - 5 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 1 = mod(a,20) AND 1 = mod(b::int,10)'); - estimated | actual ------------+-------- - 5 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) < 1 AND mod(b::int,10) < 1'); - estimated | actual ------------+-------- - 5 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 1 > mod(a,20) AND 1 > mod(b::int,10)'); - estimated | actual ------------+-------- - 5 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = 1 AND mod(b::int,10) = 1 AND mod(c,5) = 1'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = 1 OR mod(b::int,10) = 1 OR mod(c,25) = 1 OR d IS NOT NULL'); - estimated | actual ------------+-------- - 149 | 120 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) IN (1, 2, 51, 52, NULL) AND mod(b::int,10) IN ( 1, 2, NULL)'); - estimated | actual ------------+-------- - 20 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = ANY (ARRAY[1, 2, 51, 52]) AND mod(b::int,10) = ANY (ARRAY[1, 2])'); - estimated | actual ------------+-------- - 20 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) <= ANY (ARRAY[1, NULL, 2, 3]) AND mod(b::int,10) IN (1, 2, NULL, 3)'); - estimated | actual ------------+-------- - 116 | 150 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) < ALL (ARRAY[4, 5]) AND mod(b::int,10) IN (1, 2, 3) AND mod(c,5) > ANY (ARRAY[1, 2, 3])'); - estimated | actual ------------+-------- - 12 | 100 -(1 row) - -DROP STATISTICS mcv_lists_stats_1; -DROP STATISTICS mcv_lists_stats_2; -DROP STATISTICS mcv_lists_stats_3; --- create statistics with both MCV and expressions -CREATE STATISTICS mcv_lists_stats (mcv) ON (mod(a,20)), (mod(b::int,10)), (mod(c,5)) FROM mcv_lists; -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = 1 AND mod(b::int,10) = 1'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 1 = mod(a,20) AND 1 = mod(b::int,10)'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) < 1 AND mod(b::int,10) < 1'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE 1 > mod(a,20) AND 1 > mod(b::int,10)'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = 1 AND mod(b::int,10) = 1 AND mod(c,5) = 1'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = 1 OR mod(b::int,10) = 1 OR mod(c,25) = 1 OR d IS NOT NULL'); - estimated | actual ------------+-------- - 105 | 120 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) IN (1, 2, 51, 52, NULL) AND mod(b::int,10) IN ( 1, 2, NULL)'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = ANY (ARRAY[1, 2, 51, 52]) AND mod(b::int,10) = ANY (ARRAY[1, 2])'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) <= ANY (ARRAY[1, NULL, 2, 3]) AND mod(b::int,10) IN (1, 2, NULL, 3)'); - estimated | actual ------------+-------- - 150 | 150 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) < ALL (ARRAY[4, 5]) AND mod(b::int,10) IN (1, 2, 3) AND mod(c,5) > ANY (ARRAY[1, 2, 3])'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - --- we can't use the statistic for OR clauses that are not fully covered (missing 'd' attribute) -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE mod(a,20) = 1 OR mod(b::int,10) = 1 OR mod(c,5) = 1 OR d IS NOT NULL'); - estimated | actual ------------+-------- - 200 | 200 -(1 row) - --- 100 distinct combinations with NULL values, all in the MCV list -TRUNCATE mcv_lists; -DROP STATISTICS mcv_lists_stats; -INSERT INTO mcv_lists (a, b, c, filler1) - SELECT - (CASE WHEN mod(i,100) = 1 THEN NULL ELSE mod(i,100) END), - (CASE WHEN mod(i,50) = 1 THEN NULL ELSE mod(i,50) END), - (CASE WHEN mod(i,25) = 1 THEN NULL ELSE mod(i,25) END), - i - FROM generate_series(1,5000) s(i); -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IS NULL AND b IS NULL'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IS NULL AND b IS NULL AND c IS NULL'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IS NULL AND b IS NOT NULL'); - estimated | actual ------------+-------- - 49 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IS NOT NULL AND b IS NULL AND c IS NOT NULL'); - estimated | actual ------------+-------- - 95 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IN (0, 1) AND b IN (''0'', ''1'')'); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - --- create statistics -CREATE STATISTICS mcv_lists_stats (mcv) ON a, b, c FROM mcv_lists; -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IS NULL AND b IS NULL'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IS NULL AND b IS NULL AND c IS NULL'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IS NULL AND b IS NOT NULL'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IS NOT NULL AND b IS NULL AND c IS NOT NULL'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IN (0, 1) AND b IN (''0'', ''1'')'); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - --- test pg_mcv_list_items with a very simple (single item) MCV list -TRUNCATE mcv_lists; -INSERT INTO mcv_lists (a, b, c) SELECT 1, 2, 3 FROM generate_series(1,1000) s(i); -ANALYZE mcv_lists; -SELECT m.* - FROM pg_statistic_ext s, pg_statistic_ext_data d, - pg_mcv_list_items(d.stxdmcv) m - WHERE s.stxname = 'mcv_lists_stats' - AND d.stxoid = s.oid; - index | values | nulls | frequency | base_frequency --------+---------+---------+-----------+---------------- - 0 | {1,2,3} | {f,f,f} | 1 | 1 -(1 row) - --- 2 distinct combinations with NULL values, all in the MCV list -TRUNCATE mcv_lists; -DROP STATISTICS mcv_lists_stats; -INSERT INTO mcv_lists (a, b, c, d) - SELECT - NULL, -- always NULL - (CASE WHEN mod(i,2) = 0 THEN NULL ELSE 'x' END), - (CASE WHEN mod(i,2) = 0 THEN NULL ELSE 0 END), - (CASE WHEN mod(i,2) = 0 THEN NULL ELSE 'x' END) - FROM generate_series(1,5000) s(i); -ANALYZE mcv_lists; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE b = ''x'' OR d = ''x'''); - estimated | actual ------------+-------- - 3750 | 2500 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 OR b = ''x'' OR d = ''x'''); - estimated | actual ------------+-------- - 3750 | 2500 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IS NULL AND (b = ''x'' OR d = ''x'')'); - estimated | actual ------------+-------- - 3750 | 2500 -(1 row) - --- create statistics -CREATE STATISTICS mcv_lists_stats (mcv) ON a, b, d FROM mcv_lists; -ANALYZE mcv_lists; --- test pg_mcv_list_items with MCV list containing variable-length data and NULLs -SELECT m.* - FROM pg_statistic_ext s, pg_statistic_ext_data d, - pg_mcv_list_items(d.stxdmcv) m - WHERE s.stxname = 'mcv_lists_stats' - AND d.stxoid = s.oid; - index | values | nulls | frequency | base_frequency --------+------------------+---------+-----------+---------------- - 0 | {NULL,x,x} | {t,f,f} | 0.5 | 0.25 - 1 | {NULL,NULL,NULL} | {t,t,t} | 0.5 | 0.25 -(2 rows) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE b = ''x'' OR d = ''x'''); - estimated | actual ------------+-------- - 2500 | 2500 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 OR b = ''x'' OR d = ''x'''); - estimated | actual ------------+-------- - 2500 | 2500 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a IS NULL AND (b = ''x'' OR d = ''x'')'); - estimated | actual ------------+-------- - 2500 | 2500 -(1 row) - --- mcv with pass-by-ref fixlen types, e.g. uuid -CREATE TABLE mcv_lists_uuid ( - a UUID, - b UUID, - c UUID -) -WITH (autovacuum_enabled = off); -INSERT INTO mcv_lists_uuid (a, b, c) - SELECT - fipshash(mod(i,100)::text)::uuid, - fipshash(mod(i,50)::text)::uuid, - fipshash(mod(i,25)::text)::uuid - FROM generate_series(1,5000) s(i); -ANALYZE mcv_lists_uuid; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_uuid WHERE a = ''e7f6c011-776e-8db7-cd33-0b54174fd76f'' AND b = ''e7f6c011-776e-8db7-cd33-0b54174fd76f'''); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_uuid WHERE a = ''e7f6c011-776e-8db7-cd33-0b54174fd76f'' AND b = ''e7f6c011-776e-8db7-cd33-0b54174fd76f'' AND c = ''e7f6c011-776e-8db7-cd33-0b54174fd76f'''); - estimated | actual ------------+-------- - 1 | 50 -(1 row) - -CREATE STATISTICS mcv_lists_uuid_stats (mcv) ON a, b, c - FROM mcv_lists_uuid; -ANALYZE mcv_lists_uuid; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_uuid WHERE a = ''e7f6c011-776e-8db7-cd33-0b54174fd76f'' AND b = ''e7f6c011-776e-8db7-cd33-0b54174fd76f'''); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_uuid WHERE a = ''e7f6c011-776e-8db7-cd33-0b54174fd76f'' AND b = ''e7f6c011-776e-8db7-cd33-0b54174fd76f'' AND c = ''e7f6c011-776e-8db7-cd33-0b54174fd76f'''); - estimated | actual ------------+-------- - 50 | 50 -(1 row) - -DROP TABLE mcv_lists_uuid; --- mcv with arrays -CREATE TABLE mcv_lists_arrays ( - a TEXT[], - b NUMERIC[], - c INT[] -) -WITH (autovacuum_enabled = off); -INSERT INTO mcv_lists_arrays (a, b, c) - SELECT - ARRAY[fipshash((i/100)::text), fipshash((i/100-1)::text), fipshash((i/100+1)::text)], - ARRAY[(i/100-1)::numeric/1000, (i/100)::numeric/1000, (i/100+1)::numeric/1000], - ARRAY[(i/100-1), i/100, (i/100+1)] - FROM generate_series(1,5000) s(i); -CREATE STATISTICS mcv_lists_arrays_stats (mcv) ON a, b, c - FROM mcv_lists_arrays; -ANALYZE mcv_lists_arrays; --- mcv with bool -CREATE TABLE mcv_lists_bool ( - a BOOL, - b BOOL, - c BOOL -) -WITH (autovacuum_enabled = off); -INSERT INTO mcv_lists_bool (a, b, c) - SELECT - (mod(i,2) = 0), (mod(i,4) = 0), (mod(i,8) = 0) - FROM generate_series(1,10000) s(i); -ANALYZE mcv_lists_bool; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_bool WHERE a AND b AND c'); - estimated | actual ------------+-------- - 156 | 1250 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_bool WHERE NOT a AND b AND c'); - estimated | actual ------------+-------- - 156 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_bool WHERE NOT a AND NOT b AND c'); - estimated | actual ------------+-------- - 469 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_bool WHERE NOT a AND b AND NOT c'); - estimated | actual ------------+-------- - 1094 | 0 -(1 row) - -CREATE STATISTICS mcv_lists_bool_stats (mcv) ON a, b, c - FROM mcv_lists_bool; -ANALYZE mcv_lists_bool; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_bool WHERE a AND b AND c'); - estimated | actual ------------+-------- - 1250 | 1250 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_bool WHERE NOT a AND b AND c'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_bool WHERE NOT a AND NOT b AND c'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_bool WHERE NOT a AND b AND NOT c'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - --- mcv covering just a small fraction of data -CREATE TABLE mcv_lists_partial ( - a INT, - b INT, - c INT -); --- 10 frequent groups, each with 100 elements -INSERT INTO mcv_lists_partial (a, b, c) - SELECT - mod(i,10), - mod(i,10), - mod(i,10) - FROM generate_series(0,999) s(i); --- 100 groups that will make it to the MCV list (includes the 10 frequent ones) -INSERT INTO mcv_lists_partial (a, b, c) - SELECT - i, - i, - i - FROM generate_series(0,99) s(i); --- 4000 groups in total, most of which won't make it (just a single item) -INSERT INTO mcv_lists_partial (a, b, c) - SELECT - i, - i, - i - FROM generate_series(0,3999) s(i); -ANALYZE mcv_lists_partial; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 0 AND b = 0 AND c = 0'); - estimated | actual ------------+-------- - 1 | 102 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 0 OR b = 0 OR c = 0'); - estimated | actual ------------+-------- - 300 | 102 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 10 AND b = 10 AND c = 10'); - estimated | actual ------------+-------- - 1 | 2 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 10 OR b = 10 OR c = 10'); - estimated | actual ------------+-------- - 6 | 2 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 0 AND b = 0 AND c = 10'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 0 OR b = 0 OR c = 10'); - estimated | actual ------------+-------- - 204 | 104 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE (a = 0 AND b = 0 AND c = 0) OR (a = 1 AND b = 1 AND c = 1) OR (a = 2 AND b = 2 AND c = 2)'); - estimated | actual ------------+-------- - 1 | 306 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE (a = 0 AND b = 0) OR (a = 0 AND c = 0) OR (b = 0 AND c = 0)'); - estimated | actual ------------+-------- - 6 | 102 -(1 row) - -CREATE STATISTICS mcv_lists_partial_stats (mcv) ON a, b, c - FROM mcv_lists_partial; -ANALYZE mcv_lists_partial; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 0 AND b = 0 AND c = 0'); - estimated | actual ------------+-------- - 102 | 102 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 0 OR b = 0 OR c = 0'); - estimated | actual ------------+-------- - 96 | 102 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 10 AND b = 10 AND c = 10'); - estimated | actual ------------+-------- - 2 | 2 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 10 OR b = 10 OR c = 10'); - estimated | actual ------------+-------- - 2 | 2 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 0 AND b = 0 AND c = 10'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE a = 0 OR b = 0 OR c = 10'); - estimated | actual ------------+-------- - 102 | 104 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE (a = 0 AND b = 0 AND c = 0) OR (a = 1 AND b = 1 AND c = 1) OR (a = 2 AND b = 2 AND c = 2)'); - estimated | actual ------------+-------- - 306 | 306 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_partial WHERE (a = 0 AND b = 0) OR (a = 0 AND c = 0) OR (b = 0 AND c = 0)'); - estimated | actual ------------+-------- - 108 | 102 -(1 row) - -DROP TABLE mcv_lists_partial; --- check the ability to use multiple MCV lists -CREATE TABLE mcv_lists_multi ( - a INTEGER, - b INTEGER, - c INTEGER, - d INTEGER -) -WITH (autovacuum_enabled = off); -INSERT INTO mcv_lists_multi (a, b, c, d) - SELECT - mod(i,5), - mod(i,5), - mod(i,7), - mod(i,7) - FROM generate_series(1,5000) s(i); -ANALYZE mcv_lists_multi; --- estimates without any mcv statistics -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE a = 0 AND b = 0'); - estimated | actual ------------+-------- - 200 | 1000 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE c = 0 AND d = 0'); - estimated | actual ------------+-------- - 102 | 714 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE b = 0 AND c = 0'); - estimated | actual ------------+-------- - 143 | 142 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE b = 0 OR c = 0'); - estimated | actual ------------+-------- - 1571 | 1572 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE a = 0 AND b = 0 AND c = 0 AND d = 0'); - estimated | actual ------------+-------- - 4 | 142 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE (a = 0 AND b = 0) OR (c = 0 AND d = 0)'); - estimated | actual ------------+-------- - 298 | 1572 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE a = 0 OR b = 0 OR c = 0 OR d = 0'); - estimated | actual ------------+-------- - 2649 | 1572 -(1 row) - --- create separate MCV statistics -CREATE STATISTICS mcv_lists_multi_1 (mcv) ON a, b FROM mcv_lists_multi; -CREATE STATISTICS mcv_lists_multi_2 (mcv) ON c, d FROM mcv_lists_multi; -ANALYZE mcv_lists_multi; -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE a = 0 AND b = 0'); - estimated | actual ------------+-------- - 1000 | 1000 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE c = 0 AND d = 0'); - estimated | actual ------------+-------- - 714 | 714 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE b = 0 AND c = 0'); - estimated | actual ------------+-------- - 143 | 142 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE b = 0 OR c = 0'); - estimated | actual ------------+-------- - 1571 | 1572 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE a = 0 AND b = 0 AND c = 0 AND d = 0'); - estimated | actual ------------+-------- - 143 | 142 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE (a = 0 AND b = 0) OR (c = 0 AND d = 0)'); - estimated | actual ------------+-------- - 1571 | 1572 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists_multi WHERE a = 0 OR b = 0 OR c = 0 OR d = 0'); - estimated | actual ------------+-------- - 1571 | 1572 -(1 row) - -DROP TABLE mcv_lists_multi; --- statistics on integer expressions -CREATE TABLE expr_stats (a int, b int, c int); -INSERT INTO expr_stats SELECT mod(i,10), mod(i,10), mod(i,10) FROM generate_series(1,1000) s(i); -ANALYZE expr_stats; -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE (2*a) = 0 AND (3*b) = 0'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE (a+b) = 0 AND (a-b) = 0'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -CREATE STATISTICS expr_stats_1 (mcv) ON (a+b), (a-b), (2*a), (3*b) FROM expr_stats; -ANALYZE expr_stats; -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE (2*a) = 0 AND (3*b) = 0'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE (a+b) = 0 AND (a-b) = 0'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -DROP STATISTICS expr_stats_1; -DROP TABLE expr_stats; --- statistics on a mix columns and expressions -CREATE TABLE expr_stats (a int, b int, c int); -INSERT INTO expr_stats SELECT mod(i,10), mod(i,10), mod(i,10) FROM generate_series(1,1000) s(i); -ANALYZE expr_stats; -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE a = 0 AND (2*a) = 0 AND (3*b) = 0'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE a = 3 AND b = 3 AND (a-b) = 0'); - estimated | actual ------------+-------- - 1 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE a = 0 AND b = 1 AND (a-b) = 0'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -CREATE STATISTICS expr_stats_1 (mcv) ON a, b, (2*a), (3*b), (a+b), (a-b) FROM expr_stats; -ANALYZE expr_stats; -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE a = 0 AND (2*a) = 0 AND (3*b) = 0'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE a = 3 AND b = 3 AND (a-b) = 0'); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE a = 0 AND b = 1 AND (a-b) = 0'); - estimated | actual ------------+-------- - 1 | 0 -(1 row) - -DROP TABLE expr_stats; --- statistics on expressions with different data types -CREATE TABLE expr_stats (a int, b name, c text); -INSERT INTO expr_stats SELECT mod(i,10), fipshash(mod(i,10)::text), fipshash(mod(i,10)::text) FROM generate_series(1,1000) s(i); -ANALYZE expr_stats; -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE a = 0 AND (b || c) <= ''z'' AND (c || b) >= ''0'''); - estimated | actual ------------+-------- - 11 | 100 -(1 row) - -CREATE STATISTICS expr_stats_1 (mcv) ON a, b, (b || c), (c || b) FROM expr_stats; -ANALYZE expr_stats; -SELECT * FROM check_estimated_rows('SELECT * FROM expr_stats WHERE a = 0 AND (b || c) <= ''z'' AND (c || b) >= ''0'''); - estimated | actual ------------+-------- - 100 | 100 -(1 row) - -DROP TABLE expr_stats; --- test handling of a mix of compatible and incompatible expressions -CREATE TABLE expr_stats_incompatible_test ( - c0 double precision, - c1 boolean NOT NULL -); -CREATE STATISTICS expr_stat_comp_1 ON c0, c1 FROM expr_stats_incompatible_test; -INSERT INTO expr_stats_incompatible_test VALUES (1234,false), (5678,true); -ANALYZE expr_stats_incompatible_test; -SELECT c0 FROM ONLY expr_stats_incompatible_test WHERE -( - upper('x') LIKE ('x'||('[0,1]'::int4range)) - AND - (c0 IN (0, 1) OR c1) -); - c0 ----- -(0 rows) - -DROP TABLE expr_stats_incompatible_test; --- Permission tests. Users should not be able to see specific data values in --- the extended statistics, if they lack permission to see those values in --- the underlying table. --- --- Currently this is only relevant for MCV stats. -CREATE SCHEMA tststats; -CREATE TABLE tststats.priv_test_tbl ( - a int, - b int -); -INSERT INTO tststats.priv_test_tbl - SELECT mod(i,5), mod(i,10) FROM generate_series(1,100) s(i); -CREATE STATISTICS tststats.priv_test_stats (mcv) ON a, b - FROM tststats.priv_test_tbl; -ANALYZE tststats.priv_test_tbl; --- Check printing info about extended statistics by \dX -create table stts_t1 (a int, b int); -create statistics (ndistinct) on a, b from stts_t1; -create statistics (ndistinct, dependencies) on a, b from stts_t1; -create statistics (ndistinct, dependencies, mcv) on a, b from stts_t1; -create table stts_t2 (a int, b int, c int); -create statistics on b, c from stts_t2; -create table stts_t3 (col1 int, col2 int, col3 int); -create statistics stts_hoge on col1, col2, col3 from stts_t3; -create schema stts_s1; -create schema stts_s2; -create statistics stts_s1.stts_foo on col1, col2 from stts_t3; -create statistics stts_s2.stts_yama (dependencies, mcv) on col1, col3 from stts_t3; -insert into stts_t1 select i,i from generate_series(1,100) i; -analyze stts_t1; -set search_path to public, stts_s1, stts_s2, tststats; -\dX - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV -----------+------------------------+------------------------------------------------------------------+-----------+--------------+--------- - public | func_deps_stat | (a * 2), upper(b), (c + 1::numeric) FROM functional_dependencies | | defined | - public | mcv_lists_arrays_stats | a, b, c FROM mcv_lists_arrays | | | defined - public | mcv_lists_bool_stats | a, b, c FROM mcv_lists_bool | | | defined - public | mcv_lists_stats | a, b, d FROM mcv_lists | | | defined - public | stts_hoge | col1, col2, col3 FROM stts_t3 | defined | defined | defined - public | stts_t1_a_b_stat | a, b FROM stts_t1 | defined | | - public | stts_t1_a_b_stat1 | a, b FROM stts_t1 | defined | defined | - public | stts_t1_a_b_stat2 | a, b FROM stts_t1 | defined | defined | defined - public | stts_t2_b_c_stat | b, c FROM stts_t2 | defined | defined | defined - stts_s1 | stts_foo | col1, col2 FROM stts_t3 | defined | defined | defined - stts_s2 | stts_yama | col1, col3 FROM stts_t3 | | defined | defined - tststats | priv_test_stats | a, b FROM priv_test_tbl | | | defined -(12 rows) - -\dX stts_t* - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ---------+-------------------+-------------------+-----------+--------------+--------- - public | stts_t1_a_b_stat | a, b FROM stts_t1 | defined | | - public | stts_t1_a_b_stat1 | a, b FROM stts_t1 | defined | defined | - public | stts_t1_a_b_stat2 | a, b FROM stts_t1 | defined | defined | defined - public | stts_t2_b_c_stat | b, c FROM stts_t2 | defined | defined | defined -(4 rows) - -\dX *stts_hoge - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ---------+-----------+-------------------------------+-----------+--------------+--------- - public | stts_hoge | col1, col2, col3 FROM stts_t3 | defined | defined | defined -(1 row) - -\dX+ - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV -----------+------------------------+------------------------------------------------------------------+-----------+--------------+--------- - public | func_deps_stat | (a * 2), upper(b), (c + 1::numeric) FROM functional_dependencies | | defined | - public | mcv_lists_arrays_stats | a, b, c FROM mcv_lists_arrays | | | defined - public | mcv_lists_bool_stats | a, b, c FROM mcv_lists_bool | | | defined - public | mcv_lists_stats | a, b, d FROM mcv_lists | | | defined - public | stts_hoge | col1, col2, col3 FROM stts_t3 | defined | defined | defined - public | stts_t1_a_b_stat | a, b FROM stts_t1 | defined | | - public | stts_t1_a_b_stat1 | a, b FROM stts_t1 | defined | defined | - public | stts_t1_a_b_stat2 | a, b FROM stts_t1 | defined | defined | defined - public | stts_t2_b_c_stat | b, c FROM stts_t2 | defined | defined | defined - stts_s1 | stts_foo | col1, col2 FROM stts_t3 | defined | defined | defined - stts_s2 | stts_yama | col1, col3 FROM stts_t3 | | defined | defined - tststats | priv_test_stats | a, b FROM priv_test_tbl | | | defined -(12 rows) - -\dX+ stts_t* - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ---------+-------------------+-------------------+-----------+--------------+--------- - public | stts_t1_a_b_stat | a, b FROM stts_t1 | defined | | - public | stts_t1_a_b_stat1 | a, b FROM stts_t1 | defined | defined | - public | stts_t1_a_b_stat2 | a, b FROM stts_t1 | defined | defined | defined - public | stts_t2_b_c_stat | b, c FROM stts_t2 | defined | defined | defined -(4 rows) - -\dX+ *stts_hoge - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ---------+-----------+-------------------------------+-----------+--------------+--------- - public | stts_hoge | col1, col2, col3 FROM stts_t3 | defined | defined | defined -(1 row) - -\dX+ stts_s2.stts_yama - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ----------+-----------+-------------------------+-----------+--------------+--------- - stts_s2 | stts_yama | col1, col3 FROM stts_t3 | | defined | defined -(1 row) - -create statistics (mcv) ON a, b, (a+b), (a-b) FROM stts_t1; -create statistics (mcv) ON a, b, (a+b), (a-b) FROM stts_t1; -create statistics (mcv) ON (a+b), (a-b) FROM stts_t1; -\dX stts_t*expr* - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ---------+-----------------------------+-------------------------------------+-----------+--------------+--------- - public | stts_t1_a_b_expr_expr_stat | a, b, (a + b), (a - b) FROM stts_t1 | | | defined - public | stts_t1_a_b_expr_expr_stat1 | a, b, (a + b), (a - b) FROM stts_t1 | | | defined - public | stts_t1_expr_expr_stat | (a + b), (a - b) FROM stts_t1 | | | defined -(3 rows) - -drop statistics stts_t1_a_b_expr_expr_stat; -drop statistics stts_t1_a_b_expr_expr_stat1; -drop statistics stts_t1_expr_expr_stat; -set search_path to public, stts_s1; -\dX - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ----------+------------------------+------------------------------------------------------------------+-----------+--------------+--------- - public | func_deps_stat | (a * 2), upper(b), (c + 1::numeric) FROM functional_dependencies | | defined | - public | mcv_lists_arrays_stats | a, b, c FROM mcv_lists_arrays | | | defined - public | mcv_lists_bool_stats | a, b, c FROM mcv_lists_bool | | | defined - public | mcv_lists_stats | a, b, d FROM mcv_lists | | | defined - public | stts_hoge | col1, col2, col3 FROM stts_t3 | defined | defined | defined - public | stts_t1_a_b_stat | a, b FROM stts_t1 | defined | | - public | stts_t1_a_b_stat1 | a, b FROM stts_t1 | defined | defined | - public | stts_t1_a_b_stat2 | a, b FROM stts_t1 | defined | defined | defined - public | stts_t2_b_c_stat | b, c FROM stts_t2 | defined | defined | defined - stts_s1 | stts_foo | col1, col2 FROM stts_t3 | defined | defined | defined -(10 rows) - -create role regress_stats_ext nosuperuser; -set role regress_stats_ext; -\dX - List of extended statistics - Schema | Name | Definition | Ndistinct | Dependencies | MCV ---------+------------------------+------------------------------------------------------------------+-----------+--------------+--------- - public | func_deps_stat | (a * 2), upper(b), (c + 1::numeric) FROM functional_dependencies | | defined | - public | mcv_lists_arrays_stats | a, b, c FROM mcv_lists_arrays | | | defined - public | mcv_lists_bool_stats | a, b, c FROM mcv_lists_bool | | | defined - public | mcv_lists_stats | a, b, d FROM mcv_lists | | | defined - public | stts_hoge | col1, col2, col3 FROM stts_t3 | defined | defined | defined - public | stts_t1_a_b_stat | a, b FROM stts_t1 | defined | | - public | stts_t1_a_b_stat1 | a, b FROM stts_t1 | defined | defined | - public | stts_t1_a_b_stat2 | a, b FROM stts_t1 | defined | defined | defined - public | stts_t2_b_c_stat | b, c FROM stts_t2 | defined | defined | defined -(9 rows) - -reset role; -drop table stts_t1, stts_t2, stts_t3; -drop schema stts_s1, stts_s2 cascade; -drop user regress_stats_ext; -reset search_path; --- User with no access -CREATE USER regress_stats_user1; -GRANT USAGE ON SCHEMA tststats TO regress_stats_user1; -SET SESSION AUTHORIZATION regress_stats_user1; -SELECT * FROM tststats.priv_test_tbl; -- Permission denied -ERROR: permission denied for table priv_test_tbl --- Check individual columns if we don't have table privilege -SELECT * FROM tststats.priv_test_tbl - WHERE a = 1 and tststats.priv_test_tbl.* > (1, 1) is not null; -ERROR: permission denied for table priv_test_tbl --- Attempt to gain access using a leaky operator -CREATE FUNCTION op_leak(int, int) RETURNS bool - AS 'BEGIN RAISE NOTICE ''op_leak => %, %'', $1, $2; RETURN $1 < $2; END' - LANGUAGE plpgsql; -CREATE OPERATOR <<< (procedure = op_leak, leftarg = int, rightarg = int, - restrict = scalarltsel); -SELECT * FROM tststats.priv_test_tbl WHERE a <<< 0 AND b <<< 0; -- Permission denied -ERROR: permission denied for table priv_test_tbl -SELECT * FROM tststats.priv_test_tbl WHERE a <<< 0 OR b <<< 0; -ERROR: permission denied for table priv_test_tbl -DELETE FROM tststats.priv_test_tbl WHERE a <<< 0 AND b <<< 0; -- Permission denied -ERROR: permission denied for table priv_test_tbl --- Grant access via a security barrier view, but hide all data -RESET SESSION AUTHORIZATION; -CREATE VIEW tststats.priv_test_view WITH (security_barrier=true) - AS SELECT * FROM tststats.priv_test_tbl WHERE false; -GRANT SELECT, DELETE ON tststats.priv_test_view TO regress_stats_user1; --- Should now have access via the view, but see nothing and leak nothing -SET SESSION AUTHORIZATION regress_stats_user1; -SELECT * FROM tststats.priv_test_view WHERE a <<< 0 AND b <<< 0; -- Should not leak - a | b ----+--- -(0 rows) - -SELECT * FROM tststats.priv_test_view WHERE a <<< 0 OR b <<< 0; -- Should not leak - a | b ----+--- -(0 rows) - -DELETE FROM tststats.priv_test_view WHERE a <<< 0 AND b <<< 0; -- Should not leak --- Grant table access, but hide all data with RLS -RESET SESSION AUTHORIZATION; -ALTER TABLE tststats.priv_test_tbl ENABLE ROW LEVEL SECURITY; -GRANT SELECT, DELETE ON tststats.priv_test_tbl TO regress_stats_user1; --- Should now have direct table access, but see nothing and leak nothing -SET SESSION AUTHORIZATION regress_stats_user1; -SELECT * FROM tststats.priv_test_tbl WHERE a <<< 0 AND b <<< 0; -- Should not leak - a | b ----+--- -(0 rows) - -SELECT * FROM tststats.priv_test_tbl WHERE a <<< 0 OR b <<< 0; - a | b ----+--- -(0 rows) - -DELETE FROM tststats.priv_test_tbl WHERE a <<< 0 AND b <<< 0; -- Should not leak --- privilege checks for pg_stats_ext and pg_stats_ext_exprs -RESET SESSION AUTHORIZATION; -CREATE TABLE stats_ext_tbl (id INT PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY, col TEXT); -INSERT INTO stats_ext_tbl (col) VALUES ('secret'), ('secret'), ('very secret'); -CREATE STATISTICS s_col ON id, col FROM stats_ext_tbl; -CREATE STATISTICS s_expr ON mod(id, 2), lower(col) FROM stats_ext_tbl; -ANALYZE stats_ext_tbl; --- unprivileged role should not have access -SET SESSION AUTHORIZATION regress_stats_user1; -SELECT statistics_name, most_common_vals FROM pg_stats_ext x - WHERE tablename = 'stats_ext_tbl' ORDER BY ROW(x.*); - statistics_name | most_common_vals ------------------+------------------ -(0 rows) - -SELECT statistics_name, most_common_vals FROM pg_stats_ext_exprs x - WHERE tablename = 'stats_ext_tbl' ORDER BY ROW(x.*); - statistics_name | most_common_vals ------------------+------------------ -(0 rows) - --- give unprivileged role ownership of table -RESET SESSION AUTHORIZATION; -ALTER TABLE stats_ext_tbl OWNER TO regress_stats_user1; --- unprivileged role should now have access -SET SESSION AUTHORIZATION regress_stats_user1; -SELECT statistics_name, most_common_vals FROM pg_stats_ext x - WHERE tablename = 'stats_ext_tbl' ORDER BY ROW(x.*); - statistics_name | most_common_vals ------------------+------------------------------------------- - s_col | {{1,secret},{2,secret},{3,"very secret"}} - s_expr | {{0,secret},{1,secret},{1,"very secret"}} -(2 rows) - -SELECT statistics_name, most_common_vals FROM pg_stats_ext_exprs x - WHERE tablename = 'stats_ext_tbl' ORDER BY ROW(x.*); - statistics_name | most_common_vals ------------------+------------------ - s_expr | {secret} - s_expr | {1} -(2 rows) - --- Tidy up -DROP OPERATOR <<< (int, int); -DROP FUNCTION op_leak(int, int); -RESET SESSION AUTHORIZATION; -DROP TABLE stats_ext_tbl; -DROP SCHEMA tststats CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table tststats.priv_test_tbl -drop cascades to view tststats.priv_test_view -DROP USER regress_stats_user1; -CREATE TABLE grouping_unique (x integer); -INSERT INTO grouping_unique (x) SELECT gs FROM generate_series(1,1000) AS gs; -ANALYZE grouping_unique; --- Optimiser treat GROUP-BY operator as an 'uniqueser' of the input -SELECT * FROM check_estimated_rows(' - SELECT * FROM generate_series(1, 1) t1 LEFT JOIN ( - SELECT x FROM grouping_unique t2 GROUP BY x) AS q1 - ON t1.t1 = q1.x; -'); - estimated | actual ------------+-------- - 1 | 1 -(1 row) - -DROP TABLE grouping_unique; --- --- Extended statistics on sb_2 (x, y, z) improve a bucket size estimation, --- and the optimizer may choose hash join. --- -CREATE TABLE sb_1 AS - SELECT gs % 10 AS x, gs % 10 AS y, gs % 10 AS z - FROM generate_series(1, 1e4) AS gs; -CREATE TABLE sb_2 AS - SELECT gs % 49 AS x, gs % 51 AS y, gs % 73 AS z, 'abc' || gs AS payload - FROM generate_series(1, 1e4) AS gs; -ANALYZE sb_1, sb_2; --- During hash join estimation, the number of distinct values on each column --- is calculated. The optimizer selects the smallest number of distinct values --- and the largest hash bucket size. The optimizer decides that the hash --- bucket size is quite big because there are possibly many correlations. -EXPLAIN (COSTS OFF) -- Choose merge join -SELECT * FROM sb_1 a, sb_2 b WHERE a.x = b.x AND a.y = b.y AND a.z = b.z; - QUERY PLAN -------------------------------------------------------------- - Merge Join - Merge Cond: ((a.z = b.z) AND (a.x = b.x) AND (a.y = b.y)) - -> Sort - Sort Key: a.z, a.x, a.y - -> Seq Scan on sb_1 a - -> Sort - Sort Key: b.z, b.x, b.y - -> Seq Scan on sb_2 b -(8 rows) - --- The ndistinct extended statistics on (x, y, z) provides more reliable value --- of bucket size. -CREATE STATISTICS extstat_sb_2 (ndistinct) ON x, y, z FROM sb_2; -ANALYZE sb_2; -EXPLAIN (COSTS OFF) -- Choose hash join -SELECT * FROM sb_1 a, sb_2 b WHERE a.x = b.x AND a.y = b.y AND a.z = b.z; - QUERY PLAN ------------------------------------------------------------- - Hash Join - Hash Cond: ((a.x = b.x) AND (a.y = b.y) AND (a.z = b.z)) - -> Seq Scan on sb_1 a - -> Hash - -> Seq Scan on sb_2 b -(5 rows) - --- Check that the Hash Join bucket size estimator detects equal clauses correctly. -SET enable_nestloop = 'off'; -SET enable_mergejoin = 'off'; -EXPLAIN (COSTS OFF) -SELECT FROM sb_1 LEFT JOIN sb_2 ON (sb_2.x=sb_1.x) AND (sb_1.x=sb_2.x); - QUERY PLAN --------------------------------------------------------- - Hash Left Join - Hash Cond: ((sb_1.x = sb_2.x) AND (sb_1.x = sb_2.x)) - -> Seq Scan on sb_1 - -> Hash - -> Seq Scan on sb_2 -(5 rows) - -EXPLAIN (COSTS OFF) -SELECT FROM sb_1 LEFT JOIN sb_2 - ON (sb_2.x=sb_1.x) AND (sb_1.x=sb_2.x) AND (sb_1.y=sb_2.y); - QUERY PLAN ------------------------------------------------------------------------------- - Hash Left Join - Hash Cond: ((sb_1.x = sb_2.x) AND (sb_1.y = sb_2.y) AND (sb_1.x = sb_2.x)) - -> Seq Scan on sb_1 - -> Hash - -> Seq Scan on sb_2 -(5 rows) - -RESET enable_nestloop; -RESET enable_mergejoin; -DROP TABLE sb_1, sb_2 CASCADE; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.linux.utf8_1.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.linux.utf8.out --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.linux.utf8_1.out 2025-05-11 19:30:18.933597000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.linux.utf8.out 2025-05-11 19:32:42.642082000 +0000 @@ -1,11 +1,2 @@ -/* - * This test is for Linux/glibc systems and assumes that a full set of - * locales is installed. It must be run in a database with UTF-8 encoding, - * because other encodings don't support all the characters used. - */ -SELECT getdatabaseencoding() <> 'UTF8' OR - (SELECT count(*) FROM pg_collation WHERE collname IN ('de_DE', 'en_US', 'sv_SE', 'tr_TR') AND collencoding = pg_char_to_encoding('UTF8')) <> 4 OR - version() !~ 'linux-gnu' - AS skip_test \gset -\if :skip_test -\quit +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/collate.windows.win1252_1.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.windows.win1252.out --- /tmp/cirrus-ci-build/src/test/regress/expected/collate.windows.win1252_1.out 2025-05-11 19:30:18.934064000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/collate.windows.win1252.out 2025-05-11 19:32:42.649481000 +0000 @@ -1,13 +1,2 @@ -/* - * This test is meant to run on Windows systems that has successfully - * run pg_import_system_collations(). Also, the database must have - * WIN1252 encoding, because of the locales' own encodings. Because - * of this, some test are lost from UTF-8 version, such as Turkish - * dotted and undotted 'i'. - */ -SELECT getdatabaseencoding() <> 'WIN1252' OR - (SELECT count(*) FROM pg_collation WHERE collname IN ('de_DE', 'en_US', 'sv_SE') AND collencoding = pg_char_to_encoding('WIN1252')) <> 3 OR - (version() !~ 'Visual C\+\+' AND version() !~ 'mingw32' AND version() !~ 'windows') - AS skip_test \gset -\if :skip_test -\quit +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out --- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out 2025-05-11 19:30:18.996600000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out 2025-05-11 19:32:42.734575000 +0000 @@ -1,1437 +1,2 @@ --- --- PARALLEL --- --- Save parallel worker stats, used for comparison at the end -select pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -select parallel_workers_to_launch as parallel_workers_to_launch_before, - parallel_workers_launched as parallel_workers_launched_before - from pg_stat_database - where datname = current_database() \gset -create function sp_parallel_restricted(int) returns int as - $$begin return $1; end$$ language plpgsql parallel restricted; -begin; --- encourage use of parallel plans -set parallel_setup_cost=0; -set parallel_tuple_cost=0; -set min_parallel_table_scan_size=0; -set max_parallel_workers_per_gather=4; --- Parallel Append with partial-subplans -explain (costs off) - select round(avg(aa)), sum(aa) from a_star; - QUERY PLAN --------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 3 - -> Partial Aggregate - -> Parallel Append - -> Parallel Seq Scan on d_star a_star_4 - -> Parallel Seq Scan on f_star a_star_6 - -> Parallel Seq Scan on e_star a_star_5 - -> Parallel Seq Scan on b_star a_star_2 - -> Parallel Seq Scan on c_star a_star_3 - -> Parallel Seq Scan on a_star a_star_1 -(11 rows) - -select round(avg(aa)), sum(aa) from a_star a1; - round | sum --------+----- - 14 | 355 -(1 row) - --- Parallel Append with both partial and non-partial subplans -alter table c_star set (parallel_workers = 0); -alter table d_star set (parallel_workers = 0); -explain (costs off) - select round(avg(aa)), sum(aa) from a_star; - QUERY PLAN --------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 3 - -> Partial Aggregate - -> Parallel Append - -> Seq Scan on d_star a_star_4 - -> Seq Scan on c_star a_star_3 - -> Parallel Seq Scan on f_star a_star_6 - -> Parallel Seq Scan on e_star a_star_5 - -> Parallel Seq Scan on b_star a_star_2 - -> Parallel Seq Scan on a_star a_star_1 -(11 rows) - -select round(avg(aa)), sum(aa) from a_star a2; - round | sum --------+----- - 14 | 355 -(1 row) - --- Parallel Append with only non-partial subplans -alter table a_star set (parallel_workers = 0); -alter table b_star set (parallel_workers = 0); -alter table e_star set (parallel_workers = 0); -alter table f_star set (parallel_workers = 0); -explain (costs off) - select round(avg(aa)), sum(aa) from a_star; - QUERY PLAN ------------------------------------------------------ - Finalize Aggregate - -> Gather - Workers Planned: 3 - -> Partial Aggregate - -> Parallel Append - -> Seq Scan on d_star a_star_4 - -> Seq Scan on f_star a_star_6 - -> Seq Scan on e_star a_star_5 - -> Seq Scan on b_star a_star_2 - -> Seq Scan on c_star a_star_3 - -> Seq Scan on a_star a_star_1 -(11 rows) - -select round(avg(aa)), sum(aa) from a_star a3; - round | sum --------+----- - 14 | 355 -(1 row) - --- Disable Parallel Append -alter table a_star reset (parallel_workers); -alter table b_star reset (parallel_workers); -alter table c_star reset (parallel_workers); -alter table d_star reset (parallel_workers); -alter table e_star reset (parallel_workers); -alter table f_star reset (parallel_workers); -set enable_parallel_append to off; -explain (costs off) - select round(avg(aa)), sum(aa) from a_star; - QUERY PLAN --------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 1 - -> Partial Aggregate - -> Append - -> Parallel Seq Scan on a_star a_star_1 - -> Parallel Seq Scan on b_star a_star_2 - -> Parallel Seq Scan on c_star a_star_3 - -> Parallel Seq Scan on d_star a_star_4 - -> Parallel Seq Scan on e_star a_star_5 - -> Parallel Seq Scan on f_star a_star_6 -(11 rows) - -select round(avg(aa)), sum(aa) from a_star a4; - round | sum --------+----- - 14 | 355 -(1 row) - -reset enable_parallel_append; --- Parallel Append that runs serially -create function sp_test_func() returns setof text as -$$ select 'foo'::varchar union all select 'bar'::varchar $$ -language sql stable; -select sp_test_func() order by 1; - sp_test_func --------------- - bar - foo -(2 rows) - --- Parallel Append is not to be used when the subpath depends on the outer param -create table part_pa_test(a int, b int) partition by range(a); -create table part_pa_test_p1 partition of part_pa_test for values from (minvalue) to (0); -create table part_pa_test_p2 partition of part_pa_test for values from (0) to (maxvalue); -explain (costs off) - select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) - from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate - -> Gather - Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 - SubPlan 2 - -> Result - SubPlan 1 - -> Append - -> Seq Scan on part_pa_test_p1 pa1_1 - Filter: (a = pa2.a) - -> Seq Scan on part_pa_test_p2 pa1_2 - Filter: (a = pa2.a) -(14 rows) - -drop table part_pa_test; --- test with leader participation disabled -set parallel_leader_participation = off; -explain (costs off) - select count(*) from tenk1 where stringu1 = 'GRAAAA'; - QUERY PLAN ---------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Seq Scan on tenk1 - Filter: (stringu1 = 'GRAAAA'::name) -(6 rows) - -select count(*) from tenk1 where stringu1 = 'GRAAAA'; - count -------- - 15 -(1 row) - --- test with leader participation disabled, but no workers available (so --- the leader will have to run the plan despite the setting) -set max_parallel_workers = 0; -explain (costs off) - select count(*) from tenk1 where stringu1 = 'GRAAAA'; - QUERY PLAN ---------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Seq Scan on tenk1 - Filter: (stringu1 = 'GRAAAA'::name) -(6 rows) - -select count(*) from tenk1 where stringu1 = 'GRAAAA'; - count -------- - 15 -(1 row) - -reset max_parallel_workers; -reset parallel_leader_participation; --- test that parallel_restricted function doesn't run in worker -alter table tenk1 set (parallel_workers = 4); -explain (verbose, costs off) -select sp_parallel_restricted(unique1) from tenk1 - where stringu1 = 'GRAAAA' order by 1; - QUERY PLAN ---------------------------------------------------------- - Sort - Output: (sp_parallel_restricted(unique1)) - Sort Key: (sp_parallel_restricted(tenk1.unique1)) - -> Gather - Output: sp_parallel_restricted(unique1) - Workers Planned: 4 - -> Parallel Seq Scan on public.tenk1 - Output: unique1 - Filter: (tenk1.stringu1 = 'GRAAAA'::name) -(9 rows) - --- test parallel plan when group by expression is in target list. -explain (costs off) - select length(stringu1) from tenk1 group by length(stringu1); - QUERY PLAN ---------------------------------------------------- - Finalize HashAggregate - Group Key: (length((stringu1)::text)) - -> Gather - Workers Planned: 4 - -> Partial HashAggregate - Group Key: length((stringu1)::text) - -> Parallel Seq Scan on tenk1 -(7 rows) - -select length(stringu1) from tenk1 group by length(stringu1); - length --------- - 6 -(1 row) - -explain (costs off) - select stringu1, count(*) from tenk1 group by stringu1 order by stringu1; - QUERY PLAN ----------------------------------------------------- - Sort - Sort Key: stringu1 - -> Finalize HashAggregate - Group Key: stringu1 - -> Gather - Workers Planned: 4 - -> Partial HashAggregate - Group Key: stringu1 - -> Parallel Seq Scan on tenk1 -(9 rows) - --- test that parallel plan for aggregates is not selected when --- target list contains parallel restricted clause. -explain (costs off) - select sum(sp_parallel_restricted(unique1)) from tenk1 - group by(sp_parallel_restricted(unique1)); - QUERY PLAN -------------------------------------------------------------------- - HashAggregate - Group Key: sp_parallel_restricted(unique1) - -> Gather - Workers Planned: 4 - -> Parallel Index Only Scan using tenk1_unique1 on tenk1 -(5 rows) - --- test prepared statement -prepare tenk1_count(integer) As select count((unique1)) from tenk1 where hundred > $1; -explain (costs off) execute tenk1_count(1); - QUERY PLAN ----------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Seq Scan on tenk1 - Filter: (hundred > 1) -(6 rows) - -execute tenk1_count(1); - count -------- - 9800 -(1 row) - -deallocate tenk1_count; --- test parallel plans for queries containing un-correlated subplans. -alter table tenk2 set (parallel_workers = 0); -explain (costs off) - select count(*) from tenk1 where (two, four) not in - (select hundred, thousand from tenk2 where thousand > 100); - QUERY PLAN ----------------------------------------------------------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Seq Scan on tenk1 - Filter: (NOT (ANY ((two = (hashed SubPlan 1).col1) AND (four = (hashed SubPlan 1).col2)))) - SubPlan 1 - -> Seq Scan on tenk2 - Filter: (thousand > 100) -(9 rows) - -select count(*) from tenk1 where (two, four) not in - (select hundred, thousand from tenk2 where thousand > 100); - count -------- - 10000 -(1 row) - --- this is not parallel-safe due to use of random() within SubLink's testexpr: -explain (costs off) - select * from tenk1 where (unique1 + random())::integer not in - (select ten from tenk2); - QUERY PLAN -------------------------------------------------------------------------------------------------------- - Seq Scan on tenk1 - Filter: (NOT (ANY ((((unique1)::double precision + random()))::integer = (hashed SubPlan 1).col1))) - SubPlan 1 - -> Seq Scan on tenk2 -(4 rows) - -alter table tenk2 reset (parallel_workers); --- test parallel plan for a query containing initplan. -set enable_indexscan = off; -set enable_indexonlyscan = off; -set enable_bitmapscan = off; -alter table tenk2 set (parallel_workers = 2); -explain (costs off) - select count(*) from tenk1 - where tenk1.unique1 = (Select max(tenk2.unique1) from tenk2); - QUERY PLAN ------------------------------------------------------- - Aggregate - InitPlan 1 - -> Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Parallel Seq Scan on tenk2 - -> Gather - Workers Planned: 4 - -> Parallel Seq Scan on tenk1 - Filter: (unique1 = (InitPlan 1).col1) -(11 rows) - -select count(*) from tenk1 - where tenk1.unique1 = (Select max(tenk2.unique1) from tenk2); - count -------- - 1 -(1 row) - -reset enable_indexscan; -reset enable_indexonlyscan; -reset enable_bitmapscan; -alter table tenk2 reset (parallel_workers); --- test parallel index scans. -set enable_seqscan to off; -set enable_bitmapscan to off; -set random_page_cost = 2; -explain (costs off) - select count((unique1)) from tenk1 where hundred > 1; - QUERY PLAN --------------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Index Scan using tenk1_hundred on tenk1 - Index Cond: (hundred > 1) -(6 rows) - -select count((unique1)) from tenk1 where hundred > 1; - count -------- - 9800 -(1 row) - --- Parallel ScalarArrayOp index scan -explain (costs off) - select count((unique1)) from tenk1 - where hundred = any ((select array_agg(i) from generate_series(1, 100, 15) i)::int[]); - QUERY PLAN ---------------------------------------------------------------------- - Finalize Aggregate - InitPlan 1 - -> Aggregate - -> Function Scan on generate_series i - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Index Scan using tenk1_hundred on tenk1 - Index Cond: (hundred = ANY ((InitPlan 1).col1)) -(9 rows) - -select count((unique1)) from tenk1 -where hundred = any ((select array_agg(i) from generate_series(1, 100, 15) i)::int[]); - count -------- - 700 -(1 row) - --- test parallel index-only scans. -explain (costs off) - select count(*) from tenk1 where thousand > 95; - QUERY PLAN --------------------------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Index Only Scan using tenk1_thous_tenthous on tenk1 - Index Cond: (thousand > 95) -(6 rows) - -select count(*) from tenk1 where thousand > 95; - count -------- - 9040 -(1 row) - --- test rescan cases too -set enable_material = false; -explain (costs off) -select * from - (select count(unique1) from tenk1 where hundred > 10) ss - right join (values (1),(2),(3)) v(x) on true; - QUERY PLAN --------------------------------------------------------------------------- - Nested Loop Left Join - -> Values Scan on "*VALUES*" - -> Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Index Scan using tenk1_hundred on tenk1 - Index Cond: (hundred > 10) -(8 rows) - -select * from - (select count(unique1) from tenk1 where hundred > 10) ss - right join (values (1),(2),(3)) v(x) on true; - count | x --------+--- - 8900 | 1 - 8900 | 2 - 8900 | 3 -(3 rows) - -explain (costs off) -select * from - (select count(*) from tenk1 where thousand > 99) ss - right join (values (1),(2),(3)) v(x) on true; - QUERY PLAN --------------------------------------------------------------------------------------- - Nested Loop Left Join - -> Values Scan on "*VALUES*" - -> Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Index Only Scan using tenk1_thous_tenthous on tenk1 - Index Cond: (thousand > 99) -(8 rows) - -select * from - (select count(*) from tenk1 where thousand > 99) ss - right join (values (1),(2),(3)) v(x) on true; - count | x --------+--- - 9000 | 1 - 9000 | 2 - 9000 | 3 -(3 rows) - --- test rescans for a Limit node with a parallel node beneath it. -reset enable_seqscan; -set enable_indexonlyscan to off; -set enable_indexscan to off; -alter table tenk1 set (parallel_workers = 0); -alter table tenk2 set (parallel_workers = 1); -explain (costs off) -select count(*) from tenk1 - left join (select tenk2.unique1 from tenk2 order by 1 limit 1000) ss - on tenk1.unique1 < ss.unique1 + 1 - where tenk1.unique1 < 2; - QUERY PLAN ------------------------------------------------------------- - Aggregate - -> Nested Loop Left Join - Join Filter: (tenk1.unique1 < (tenk2.unique1 + 1)) - -> Seq Scan on tenk1 - Filter: (unique1 < 2) - -> Limit - -> Gather Merge - Workers Planned: 1 - -> Sort - Sort Key: tenk2.unique1 - -> Parallel Seq Scan on tenk2 -(11 rows) - -select count(*) from tenk1 - left join (select tenk2.unique1 from tenk2 order by 1 limit 1000) ss - on tenk1.unique1 < ss.unique1 + 1 - where tenk1.unique1 < 2; - count -------- - 1999 -(1 row) - ---reset the value of workers for each table as it was before this test. -alter table tenk1 set (parallel_workers = 4); -alter table tenk2 reset (parallel_workers); -reset enable_material; -reset enable_bitmapscan; -reset enable_indexonlyscan; -reset enable_indexscan; --- test parallel bitmap heap scan. -set enable_seqscan to off; -set enable_indexscan to off; -set enable_hashjoin to off; -set enable_mergejoin to off; -set enable_material to off; --- test prefetching, if the platform allows it -DO $$ -BEGIN - SET effective_io_concurrency = 50; -EXCEPTION WHEN invalid_parameter_value THEN -END $$; -set work_mem='64kB'; --set small work mem to force lossy pages -explain (costs off) - select count(*) from tenk1, tenk2 where tenk1.hundred > 1 and tenk2.thousand=0; - QUERY PLAN ------------------------------------------------------------- - Aggregate - -> Nested Loop - -> Gather - Workers Planned: 4 - -> Parallel Seq Scan on tenk2 - Disabled: true - Filter: (thousand = 0) - -> Gather - Workers Planned: 4 - -> Parallel Bitmap Heap Scan on tenk1 - Recheck Cond: (hundred > 1) - -> Bitmap Index Scan on tenk1_hundred - Index Cond: (hundred > 1) -(13 rows) - -select count(*) from tenk1, tenk2 where tenk1.hundred > 1 and tenk2.thousand=0; - count -------- - 98000 -(1 row) - -create table bmscantest (a int, t text); -insert into bmscantest select r, 'fooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo' FROM generate_series(1,100000) r; -create index i_bmtest ON bmscantest(a); -select count(*) from bmscantest where a>1; - count -------- - 99999 -(1 row) - --- test accumulation of stats for parallel nodes -reset enable_seqscan; -alter table tenk2 set (parallel_workers = 0); -explain (analyze, timing off, summary off, costs off, buffers off) - select count(*) from tenk1, tenk2 where tenk1.hundred > 1 - and tenk2.thousand=0; - QUERY PLAN ------------------------------------------------------------------------------ - Aggregate (actual rows=1.00 loops=1) - -> Nested Loop (actual rows=98000.00 loops=1) - -> Seq Scan on tenk2 (actual rows=10.00 loops=1) - Filter: (thousand = 0) - Rows Removed by Filter: 9990 - -> Gather (actual rows=9800.00 loops=10) - Workers Planned: 4 - Workers Launched: 4 - -> Parallel Seq Scan on tenk1 (actual rows=1960.00 loops=50) - Filter: (hundred > 1) - Rows Removed by Filter: 40 -(11 rows) - -alter table tenk2 reset (parallel_workers); -reset work_mem; -create function explain_parallel_sort_stats() returns setof text -language plpgsql as -$$ -declare ln text; -begin - for ln in - explain (analyze, timing off, summary off, costs off, buffers off) - select * from - (select ten from tenk1 where ten < 100 order by ten) ss - right join (values (1),(2),(3)) v(x) on true - loop - ln := regexp_replace(ln, 'Memory: \S*', 'Memory: xxx'); - return next ln; - end loop; -end; -$$; -select * from explain_parallel_sort_stats(); - explain_parallel_sort_stats ------------------------------------------------------------------------------ - Nested Loop Left Join (actual rows=30000.00 loops=1) - -> Values Scan on "*VALUES*" (actual rows=3.00 loops=1) - -> Gather Merge (actual rows=10000.00 loops=3) - Workers Planned: 4 - Workers Launched: 4 - -> Sort (actual rows=2000.00 loops=15) - Sort Key: tenk1.ten - Sort Method: quicksort Memory: xxx - Worker 0: Sort Method: quicksort Memory: xxx - Worker 1: Sort Method: quicksort Memory: xxx - Worker 2: Sort Method: quicksort Memory: xxx - Worker 3: Sort Method: quicksort Memory: xxx - -> Parallel Seq Scan on tenk1 (actual rows=2000.00 loops=15) - Filter: (ten < 100) -(14 rows) - -reset enable_indexscan; -reset enable_hashjoin; -reset enable_mergejoin; -reset enable_material; -reset effective_io_concurrency; -drop table bmscantest; -drop function explain_parallel_sort_stats(); --- test parallel merge join path. -set enable_hashjoin to off; -set enable_nestloop to off; -explain (costs off) - select count(*) from tenk1, tenk2 where tenk1.unique1 = tenk2.unique1; - QUERY PLAN -------------------------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Merge Join - Merge Cond: (tenk1.unique1 = tenk2.unique1) - -> Parallel Index Only Scan using tenk1_unique1 on tenk1 - -> Index Only Scan using tenk2_unique1 on tenk2 -(8 rows) - -select count(*) from tenk1, tenk2 where tenk1.unique1 = tenk2.unique1; - count -------- - 10000 -(1 row) - -reset enable_hashjoin; -reset enable_nestloop; --- test parallel nestloop join path with materialization of the inner path -alter table tenk2 set (parallel_workers = 0); -explain (costs off) -select * from tenk1 t1, tenk2 t2 where t1.two > t2.two; - QUERY PLAN -------------------------------------------- - Gather - Workers Planned: 4 - -> Nested Loop - Join Filter: (t1.two > t2.two) - -> Parallel Seq Scan on tenk1 t1 - -> Materialize - -> Seq Scan on tenk2 t2 -(7 rows) - --- test that parallel nestloop join is not generated if the inner path is --- not parallel-safe -explain (costs off) -select * from tenk1 t1 - left join lateral - (select t1.unique1 as x, * from tenk2 t2 order by 1) t2 - on true -where t1.two > t2.two; - QUERY PLAN -------------------------------------------- - Nested Loop - -> Gather - Workers Planned: 4 - -> Parallel Seq Scan on tenk1 t1 - -> Subquery Scan on t2 - Filter: (t1.two > t2.two) - -> Seq Scan on tenk2 t2_1 -(7 rows) - -alter table tenk2 reset (parallel_workers); --- test gather merge -set enable_hashagg = false; -explain (costs off) - select count(*) from tenk1 group by twenty; - QUERY PLAN ----------------------------------------------------- - Finalize GroupAggregate - Group Key: twenty - -> Gather Merge - Workers Planned: 4 - -> Partial GroupAggregate - Group Key: twenty - -> Sort - Sort Key: twenty - -> Parallel Seq Scan on tenk1 -(9 rows) - -select count(*) from tenk1 group by twenty; - count -------- - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 -(20 rows) - ---test expressions in targetlist are pushed down for gather merge -create function sp_simple_func(var1 integer) returns integer -as $$ -begin - return var1 + 10; -end; -$$ language plpgsql PARALLEL SAFE; -explain (costs off, verbose) - select ten, sp_simple_func(ten) from tenk1 where ten < 100 order by ten; - QUERY PLAN ------------------------------------------------------ - Gather Merge - Output: ten, (sp_simple_func(ten)) - Workers Planned: 4 - -> Result - Output: ten, sp_simple_func(ten) - -> Sort - Output: ten - Sort Key: tenk1.ten - -> Parallel Seq Scan on public.tenk1 - Output: ten - Filter: (tenk1.ten < 100) -(11 rows) - -drop function sp_simple_func(integer); --- test handling of SRFs in targetlist (bug in 10.0) -explain (costs off) - select count(*), generate_series(1,2) from tenk1 group by twenty; - QUERY PLAN ----------------------------------------------------------- - ProjectSet - -> Finalize GroupAggregate - Group Key: twenty - -> Gather Merge - Workers Planned: 4 - -> Partial GroupAggregate - Group Key: twenty - -> Sort - Sort Key: twenty - -> Parallel Seq Scan on tenk1 -(10 rows) - -select count(*), generate_series(1,2) from tenk1 group by twenty; - count | generate_series --------+----------------- - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 - 500 | 1 - 500 | 2 -(40 rows) - --- test gather merge with parallel leader participation disabled -set parallel_leader_participation = off; -explain (costs off) - select count(*) from tenk1 group by twenty; - QUERY PLAN ----------------------------------------------------- - Finalize GroupAggregate - Group Key: twenty - -> Gather Merge - Workers Planned: 4 - -> Partial GroupAggregate - Group Key: twenty - -> Sort - Sort Key: twenty - -> Parallel Seq Scan on tenk1 -(9 rows) - -select count(*) from tenk1 group by twenty; - count -------- - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 - 500 -(20 rows) - -reset parallel_leader_participation; ---test rescan behavior of gather merge -set enable_material = false; -explain (costs off) -select * from - (select string4, count(unique2) - from tenk1 group by string4 order by string4) ss - right join (values (1),(2),(3)) v(x) on true; - QUERY PLAN ----------------------------------------------------------- - Nested Loop Left Join - -> Values Scan on "*VALUES*" - -> Finalize GroupAggregate - Group Key: tenk1.string4 - -> Gather Merge - Workers Planned: 4 - -> Partial GroupAggregate - Group Key: tenk1.string4 - -> Sort - Sort Key: tenk1.string4 - -> Parallel Seq Scan on tenk1 -(11 rows) - -select * from - (select string4, count(unique2) - from tenk1 group by string4 order by string4) ss - right join (values (1),(2),(3)) v(x) on true; - string4 | count | x ----------+-------+--- - AAAAxx | 2500 | 1 - HHHHxx | 2500 | 1 - OOOOxx | 2500 | 1 - VVVVxx | 2500 | 1 - AAAAxx | 2500 | 2 - HHHHxx | 2500 | 2 - OOOOxx | 2500 | 2 - VVVVxx | 2500 | 2 - AAAAxx | 2500 | 3 - HHHHxx | 2500 | 3 - OOOOxx | 2500 | 3 - VVVVxx | 2500 | 3 -(12 rows) - -reset enable_material; -reset enable_hashagg; --- check parallelized int8 aggregate (bug #14897) -explain (costs off) -select avg(unique1::int8) from tenk1; - QUERY PLAN -------------------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 4 - -> Partial Aggregate - -> Parallel Index Only Scan using tenk1_unique1 on tenk1 -(5 rows) - -select avg(unique1::int8) from tenk1; - avg ------------------------ - 4999.5000000000000000 -(1 row) - --- gather merge test with a LIMIT -explain (costs off) - select fivethous from tenk1 order by fivethous limit 4; - QUERY PLAN ----------------------------------------------- - Limit - -> Gather Merge - Workers Planned: 4 - -> Sort - Sort Key: fivethous - -> Parallel Seq Scan on tenk1 -(6 rows) - -select fivethous from tenk1 order by fivethous limit 4; - fivethous ------------ - 0 - 0 - 1 - 1 -(4 rows) - --- gather merge test with 0 worker -set max_parallel_workers = 0; -explain (costs off) - select string4 from tenk1 order by string4 limit 5; - QUERY PLAN ----------------------------------------------- - Limit - -> Gather Merge - Workers Planned: 4 - -> Sort - Sort Key: string4 - -> Parallel Seq Scan on tenk1 -(6 rows) - -select string4 from tenk1 order by string4 limit 5; - string4 ---------- - AAAAxx - AAAAxx - AAAAxx - AAAAxx - AAAAxx -(5 rows) - --- gather merge test with 0 workers, with parallel leader --- participation disabled (the leader will have to run the plan --- despite the setting) -set parallel_leader_participation = off; -explain (costs off) - select string4 from tenk1 order by string4 limit 5; - QUERY PLAN ----------------------------------------------- - Limit - -> Gather Merge - Workers Planned: 4 - -> Sort - Sort Key: string4 - -> Parallel Seq Scan on tenk1 -(6 rows) - -select string4 from tenk1 order by string4 limit 5; - string4 ---------- - AAAAxx - AAAAxx - AAAAxx - AAAAxx - AAAAxx -(5 rows) - -reset parallel_leader_participation; -reset max_parallel_workers; -create function parallel_safe_volatile(a int) returns int as - $$ begin return a; end; $$ parallel safe volatile language plpgsql; --- Test gather merge atop of a sort of a partial path -explain (costs off) -select * from tenk1 where four = 2 -order by four, hundred, parallel_safe_volatile(thousand); - QUERY PLAN ---------------------------------------------------------------- - Gather Merge - Workers Planned: 4 - -> Sort - Sort Key: hundred, (parallel_safe_volatile(thousand)) - -> Parallel Seq Scan on tenk1 - Filter: (four = 2) -(6 rows) - --- Test gather merge atop of an incremental sort a of partial path -set min_parallel_index_scan_size = 0; -set enable_seqscan = off; -explain (costs off) -select * from tenk1 where four = 2 -order by four, hundred, parallel_safe_volatile(thousand); - QUERY PLAN ---------------------------------------------------------------- - Gather Merge - Workers Planned: 4 - -> Incremental Sort - Sort Key: hundred, (parallel_safe_volatile(thousand)) - Presorted Key: hundred - -> Parallel Index Scan using tenk1_hundred on tenk1 - Filter: (four = 2) -(7 rows) - -reset min_parallel_index_scan_size; -reset enable_seqscan; --- Test GROUP BY with a gather merge path atop of a sort of a partial path -explain (costs off) -select count(*) from tenk1 -group by twenty, parallel_safe_volatile(two); - QUERY PLAN --------------------------------------------------------------------- - Finalize GroupAggregate - Group Key: twenty, (parallel_safe_volatile(two)) - -> Gather Merge - Workers Planned: 4 - -> Sort - Sort Key: twenty, (parallel_safe_volatile(two)) - -> Partial HashAggregate - Group Key: twenty, parallel_safe_volatile(two) - -> Parallel Seq Scan on tenk1 -(9 rows) - -drop function parallel_safe_volatile(int); -SAVEPOINT settings; -SET LOCAL debug_parallel_query = 1; -explain (costs off) - select stringu1::int2 from tenk1 where unique1 = 1; - QUERY PLAN ------------------------------------------------ - Gather - Workers Planned: 1 - Single Copy: true - -> Index Scan using tenk1_unique1 on tenk1 - Index Cond: (unique1 = 1) -(5 rows) - -ROLLBACK TO SAVEPOINT settings; --- exercise record typmod remapping between backends -CREATE FUNCTION make_record(n int) - RETURNS RECORD LANGUAGE plpgsql PARALLEL SAFE AS -$$ -BEGIN - RETURN CASE n - WHEN 1 THEN ROW(1) - WHEN 2 THEN ROW(1, 2) - WHEN 3 THEN ROW(1, 2, 3) - WHEN 4 THEN ROW(1, 2, 3, 4) - ELSE ROW(1, 2, 3, 4, 5) - END; -END; -$$; -SAVEPOINT settings; -SET LOCAL debug_parallel_query = 1; -SELECT make_record(x) FROM (SELECT generate_series(1, 5) x) ss ORDER BY x; - make_record -------------- - (1) - (1,2) - (1,2,3) - (1,2,3,4) - (1,2,3,4,5) -(5 rows) - -ROLLBACK TO SAVEPOINT settings; -DROP function make_record(n int); --- test the sanity of parallel query after the active role is dropped. -drop role if exists regress_parallel_worker; -NOTICE: role "regress_parallel_worker" does not exist, skipping -create role regress_parallel_worker; -set role regress_parallel_worker; -reset session authorization; -drop role regress_parallel_worker; -set debug_parallel_query = 1; -select count(*) from tenk1; - count -------- - 10000 -(1 row) - -reset debug_parallel_query; -reset role; --- Window function calculation can't be pushed to workers. -explain (costs off, verbose) - select count(*) from tenk1 a where (unique1, two) in - (select unique1, row_number() over() from tenk1 b); - QUERY PLAN ----------------------------------------------------------------------------------------- - Aggregate - Output: count(*) - -> Hash Right Semi Join - Hash Cond: ((b.unique1 = a.unique1) AND ((row_number() OVER w1) = a.two)) - -> WindowAgg - Output: b.unique1, row_number() OVER w1 - Window: w1 AS (ROWS UNBOUNDED PRECEDING) - -> Gather - Output: b.unique1 - Workers Planned: 4 - -> Parallel Index Only Scan using tenk1_unique1 on public.tenk1 b - Output: b.unique1 - -> Hash - Output: a.unique1, a.two - -> Gather - Output: a.unique1, a.two - Workers Planned: 4 - -> Parallel Seq Scan on public.tenk1 a - Output: a.unique1, a.two -(19 rows) - --- LIMIT/OFFSET within sub-selects can't be pushed to workers. -explain (costs off) - select * from tenk1 a where two in - (select two from tenk1 b where stringu1 like '%AAAA' limit 3); - QUERY PLAN ---------------------------------------------------------------- - Hash Semi Join - Hash Cond: (a.two = b.two) - -> Gather - Workers Planned: 4 - -> Parallel Seq Scan on tenk1 a - -> Hash - -> Limit - -> Gather - Workers Planned: 4 - -> Parallel Seq Scan on tenk1 b - Filter: (stringu1 ~~ '%AAAA'::text) -(11 rows) - --- to increase the parallel query test coverage -SAVEPOINT settings; -SET LOCAL debug_parallel_query = 1; -EXPLAIN (analyze, timing off, summary off, costs off, buffers off) SELECT * FROM tenk1; - QUERY PLAN ----------------------------------------------------------------- - Gather (actual rows=10000.00 loops=1) - Workers Planned: 4 - Workers Launched: 4 - -> Parallel Seq Scan on tenk1 (actual rows=2000.00 loops=5) -(4 rows) - -ROLLBACK TO SAVEPOINT settings; --- provoke error in worker --- (make the error message long enough to require multiple bufferloads) -SAVEPOINT settings; -SET LOCAL debug_parallel_query = 1; -select (stringu1 || repeat('abcd', 5000))::int2 from tenk1 where unique1 = 1; -ERROR: invalid input syntax for type smallint: "BAAAAAabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcdabcd" -CONTEXT: parallel worker -ROLLBACK TO SAVEPOINT settings; --- test interaction with set-returning functions -SAVEPOINT settings; --- multiple subqueries under a single Gather node --- must set parallel_setup_cost > 0 to discourage multiple Gather nodes -SET LOCAL parallel_setup_cost = 10; -EXPLAIN (COSTS OFF) -SELECT unique1 FROM tenk1 WHERE fivethous = tenthous + 1 -UNION ALL -SELECT unique1 FROM tenk1 WHERE fivethous = tenthous + 1; - QUERY PLAN ----------------------------------------------------- - Gather - Workers Planned: 4 - -> Parallel Append - -> Parallel Seq Scan on tenk1 - Filter: (fivethous = (tenthous + 1)) - -> Parallel Seq Scan on tenk1 tenk1_1 - Filter: (fivethous = (tenthous + 1)) -(7 rows) - -ROLLBACK TO SAVEPOINT settings; --- can't use multiple subqueries under a single Gather node due to initPlans -EXPLAIN (COSTS OFF) -SELECT unique1 FROM tenk1 WHERE fivethous = - (SELECT unique1 FROM tenk1 WHERE fivethous = 1 LIMIT 1) -UNION ALL -SELECT unique1 FROM tenk1 WHERE fivethous = - (SELECT unique2 FROM tenk1 WHERE fivethous = 1 LIMIT 1) -ORDER BY 1; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: tenk1.unique1 - -> Append - -> Gather - Workers Planned: 4 - InitPlan 1 - -> Limit - -> Gather - Workers Planned: 4 - -> Parallel Seq Scan on tenk1 tenk1_2 - Filter: (fivethous = 1) - -> Parallel Seq Scan on tenk1 - Filter: (fivethous = (InitPlan 1).col1) - -> Gather - Workers Planned: 4 - InitPlan 2 - -> Limit - -> Gather - Workers Planned: 4 - -> Parallel Seq Scan on tenk1 tenk1_3 - Filter: (fivethous = 1) - -> Parallel Seq Scan on tenk1 tenk1_1 - Filter: (fivethous = (InitPlan 2).col1) -(23 rows) - --- test interaction with SRFs -SELECT * FROM information_schema.foreign_data_wrapper_options -ORDER BY 1, 2, 3; - foreign_data_wrapper_catalog | foreign_data_wrapper_name | option_name | option_value -------------------------------+---------------------------+-------------+-------------- -(0 rows) - -EXPLAIN (VERBOSE, COSTS OFF) -SELECT generate_series(1, two), array(select generate_series(1, two)) - FROM tenk1 ORDER BY tenthous; - QUERY PLAN ---------------------------------------------------------------------------- - ProjectSet - Output: generate_series(1, tenk1.two), ARRAY(SubPlan 1), tenk1.tenthous - -> Gather Merge - Output: tenk1.two, tenk1.tenthous - Workers Planned: 4 - -> Result - Output: tenk1.two, tenk1.tenthous - -> Sort - Output: tenk1.tenthous, tenk1.two - Sort Key: tenk1.tenthous - -> Parallel Seq Scan on public.tenk1 - Output: tenk1.tenthous, tenk1.two - SubPlan 1 - -> ProjectSet - Output: generate_series(1, tenk1.two) - -> Result -(16 rows) - --- must disallow pushing sort below gather when pathkey contains an SRF -EXPLAIN (VERBOSE, COSTS OFF) -SELECT unnest(ARRAY[]::integer[]) + 1 AS pathkey - FROM tenk1 t1 JOIN tenk1 t2 ON TRUE - ORDER BY pathkey; - QUERY PLAN ------------------------------------------------------------------------------------------------------ - Sort - Output: (((unnest('{}'::integer[])) + 1)) - Sort Key: (((unnest('{}'::integer[])) + 1)) - -> Result - Output: ((unnest('{}'::integer[])) + 1) - -> ProjectSet - Output: unnest('{}'::integer[]) - -> Nested Loop - -> Gather - Workers Planned: 4 - -> Parallel Index Only Scan using tenk1_hundred on public.tenk1 t1 - -> Materialize - -> Gather - Workers Planned: 4 - -> Parallel Index Only Scan using tenk1_hundred on public.tenk1 t2 -(15 rows) - --- test passing expanded-value representations to workers -CREATE FUNCTION make_some_array(int,int) returns int[] as -$$declare x int[]; - begin - x[1] := $1; - x[2] := $2; - return x; - end$$ language plpgsql parallel safe; -CREATE TABLE fooarr(f1 text, f2 int[], f3 text); -INSERT INTO fooarr VALUES('1', ARRAY[1,2], 'one'); -PREPARE pstmt(text, int[]) AS SELECT * FROM fooarr WHERE f1 = $1 AND f2 = $2; -EXPLAIN (COSTS OFF) EXECUTE pstmt('1', make_some_array(1,2)); - QUERY PLAN ------------------------------------------------------------------- - Gather - Workers Planned: 3 - -> Parallel Seq Scan on fooarr - Filter: ((f1 = '1'::text) AND (f2 = '{1,2}'::integer[])) -(4 rows) - -EXECUTE pstmt('1', make_some_array(1,2)); - f1 | f2 | f3 -----+-------+----- - 1 | {1,2} | one -(1 row) - -DEALLOCATE pstmt; --- test interaction between subquery and partial_paths -CREATE VIEW tenk1_vw_sec WITH (security_barrier) AS SELECT * FROM tenk1; -EXPLAIN (COSTS OFF) -SELECT 1 FROM tenk1_vw_sec - WHERE (SELECT sum(f1) FROM int4_tbl WHERE f1 < unique1) < 100; - QUERY PLAN -------------------------------------------------------------------- - Subquery Scan on tenk1_vw_sec - Filter: ((SubPlan 1) < 100) - -> Gather - Workers Planned: 4 - -> Parallel Index Only Scan using tenk1_unique1 on tenk1 - SubPlan 1 - -> Aggregate - -> Seq Scan on int4_tbl - Filter: (f1 < tenk1_vw_sec.unique1) -(9 rows) - -rollback; --- test that a newly-created session role propagates to workers. -begin; -create role regress_parallel_worker; -set session authorization regress_parallel_worker; -select current_setting('session_authorization'); - current_setting -------------------------- - regress_parallel_worker -(1 row) - -set debug_parallel_query = 1; -select current_setting('session_authorization'); - current_setting -------------------------- - regress_parallel_worker -(1 row) - -rollback; --- test that function option SET ROLE works in parallel workers. -create role regress_parallel_worker; -create function set_and_report_role() returns text as - $$ select current_setting('role') $$ language sql parallel safe - set role = regress_parallel_worker; -create function set_role_and_error(int) returns int as - $$ select 1 / $1 $$ language sql parallel safe - set role = regress_parallel_worker; -set debug_parallel_query = 0; -select set_and_report_role(); - set_and_report_role -------------------------- - regress_parallel_worker -(1 row) - -select set_role_and_error(0); -ERROR: division by zero -CONTEXT: SQL function "set_role_and_error" statement 1 -set debug_parallel_query = 1; -select set_and_report_role(); - set_and_report_role -------------------------- - regress_parallel_worker -(1 row) - -select set_role_and_error(0); -ERROR: division by zero -CONTEXT: SQL function "set_role_and_error" statement 1 -parallel worker -reset debug_parallel_query; -drop function set_and_report_role(); -drop function set_role_and_error(int); -drop role regress_parallel_worker; --- don't freeze in ParallelFinish while holding an LWLock -BEGIN; -CREATE FUNCTION my_cmp (int4, int4) -RETURNS int LANGUAGE sql AS -$$ - SELECT - CASE WHEN $1 < $2 THEN -1 - WHEN $1 > $2 THEN 1 - ELSE 0 - END; -$$; -CREATE TABLE parallel_hang (i int4); -INSERT INTO parallel_hang - (SELECT * FROM generate_series(1, 400) gs); -CREATE OPERATOR CLASS int4_custom_ops FOR TYPE int4 USING btree AS - OPERATOR 1 < (int4, int4), OPERATOR 2 <= (int4, int4), - OPERATOR 3 = (int4, int4), OPERATOR 4 >= (int4, int4), - OPERATOR 5 > (int4, int4), FUNCTION 1 my_cmp(int4, int4); -CREATE UNIQUE INDEX parallel_hang_idx - ON parallel_hang - USING btree (i int4_custom_ops); -SET debug_parallel_query = on; -DELETE FROM parallel_hang WHERE 380 <= i AND i <= 420; -ROLLBACK; --- Check parallel worker stats -select pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -select parallel_workers_to_launch > :'parallel_workers_to_launch_before' AS wrk_to_launch, - parallel_workers_launched > :'parallel_workers_launched_before' AS wrk_launched - from pg_stat_database - where datname = current_database(); - wrk_to_launch | wrk_launched ----------------+-------------- - t | t -(1 row) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/write_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/write_parallel.out --- /tmp/cirrus-ci-build/src/test/regress/expected/write_parallel.out 2025-05-11 19:30:19.018720000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/write_parallel.out 2025-05-11 19:32:42.746869000 +0000 @@ -1,80 +1,2 @@ --- --- PARALLEL --- -begin; --- encourage use of parallel plans -set parallel_setup_cost=0; -set parallel_tuple_cost=0; -set min_parallel_table_scan_size=0; -set max_parallel_workers_per_gather=4; --- --- Test write operations that has an underlying query that is eligible --- for parallel plans --- -explain (costs off) create table parallel_write as - select length(stringu1) from tenk1 group by length(stringu1); - QUERY PLAN ---------------------------------------------------- - Finalize HashAggregate - Group Key: (length((stringu1)::text)) - -> Gather - Workers Planned: 4 - -> Partial HashAggregate - Group Key: length((stringu1)::text) - -> Parallel Seq Scan on tenk1 -(7 rows) - -create table parallel_write as - select length(stringu1) from tenk1 group by length(stringu1); -drop table parallel_write; -explain (costs off) select length(stringu1) into parallel_write - from tenk1 group by length(stringu1); - QUERY PLAN ---------------------------------------------------- - Finalize HashAggregate - Group Key: (length((stringu1)::text)) - -> Gather - Workers Planned: 4 - -> Partial HashAggregate - Group Key: length((stringu1)::text) - -> Parallel Seq Scan on tenk1 -(7 rows) - -select length(stringu1) into parallel_write - from tenk1 group by length(stringu1); -drop table parallel_write; -explain (costs off) create materialized view parallel_mat_view as - select length(stringu1) from tenk1 group by length(stringu1); - QUERY PLAN ---------------------------------------------------- - Finalize HashAggregate - Group Key: (length((stringu1)::text)) - -> Gather - Workers Planned: 4 - -> Partial HashAggregate - Group Key: length((stringu1)::text) - -> Parallel Seq Scan on tenk1 -(7 rows) - -create materialized view parallel_mat_view as - select length(stringu1) from tenk1 group by length(stringu1); -create unique index on parallel_mat_view(length); -refresh materialized view parallel_mat_view; -refresh materialized view concurrently parallel_mat_view; -drop materialized view parallel_mat_view; -prepare prep_stmt as select length(stringu1) from tenk1 group by length(stringu1); -explain (costs off) create table parallel_write as execute prep_stmt; - QUERY PLAN ---------------------------------------------------- - Finalize HashAggregate - Group Key: (length((stringu1)::text)) - -> Gather - Workers Planned: 4 - -> Partial HashAggregate - Group Key: length((stringu1)::text) - -> Parallel Seq Scan on tenk1 -(7 rows) - -create table parallel_write as execute prep_stmt; -drop table parallel_write; -rollback; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out --- /tmp/cirrus-ci-build/src/test/regress/expected/vacuum_parallel.out 2025-05-11 19:30:19.015147000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/vacuum_parallel.out 2025-05-11 19:32:42.758775000 +0000 @@ -1,49 +1,2 @@ -SET max_parallel_maintenance_workers TO 4; -SET min_parallel_index_scan_size TO '128kB'; --- Bug #17245: Make sure that we don't totally fail to VACUUM individual indexes that --- happen to be below min_parallel_index_scan_size during parallel VACUUM: -CREATE TABLE parallel_vacuum_table (a int) WITH (autovacuum_enabled = off); -INSERT INTO parallel_vacuum_table SELECT i from generate_series(1, 10000) i; --- Parallel VACUUM will never be used unless there are at least two indexes --- that exceed min_parallel_index_scan_size. Create two such indexes, and --- a third index that is smaller than min_parallel_index_scan_size. -CREATE INDEX regular_sized_index ON parallel_vacuum_table(a); -CREATE INDEX typically_sized_index ON parallel_vacuum_table(a); --- Note: vacuum_in_leader_small_index can apply deduplication, making it ~3x --- smaller than the other indexes -CREATE INDEX vacuum_in_leader_small_index ON parallel_vacuum_table((1)); --- Verify (as best we can) that the cost model for parallel VACUUM --- will make our VACUUM run in parallel, while always leaving it up to the --- parallel leader to handle the vacuum_in_leader_small_index index: -SELECT EXISTS ( -SELECT 1 -FROM pg_class -WHERE oid = 'vacuum_in_leader_small_index'::regclass AND - pg_relation_size(oid) < - pg_size_bytes(current_setting('min_parallel_index_scan_size')) -) as leader_will_handle_small_index; - leader_will_handle_small_index --------------------------------- - t -(1 row) - -SELECT count(*) as trigger_parallel_vacuum_nindexes -FROM pg_class -WHERE oid in ('regular_sized_index'::regclass, 'typically_sized_index'::regclass) AND - pg_relation_size(oid) >= - pg_size_bytes(current_setting('min_parallel_index_scan_size')); - trigger_parallel_vacuum_nindexes ----------------------------------- - 2 -(1 row) - --- Parallel VACUUM with B-Tree page deletions, ambulkdelete calls: -DELETE FROM parallel_vacuum_table; -VACUUM (PARALLEL 4, INDEX_CLEANUP ON) parallel_vacuum_table; --- Since vacuum_in_leader_small_index uses deduplication, we expect an --- assertion failure with bug #17245 (in the absence of bugfix): -INSERT INTO parallel_vacuum_table SELECT i FROM generate_series(1, 10000) i; -RESET max_parallel_maintenance_workers; -RESET min_parallel_index_scan_size; --- Deliberately don't drop table, to get further coverage from tools like --- pg_amcheck in some testing scenarios +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/maintain_every.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/maintain_every.out --- /tmp/cirrus-ci-build/src/test/regress/expected/maintain_every.out 2025-05-11 19:30:18.968268000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/maintain_every.out 2025-05-11 19:32:42.769206000 +0000 @@ -1,33 +1,2 @@ --- Test maintenance commands that visit every eligible relation. Run as a --- non-superuser, to skip other users' tables. -CREATE ROLE regress_maintain; -SET ROLE regress_maintain; --- Test database-wide ANALYZE ("use_own_xacts" mode) setting relhassubclass=f --- for non-partitioning inheritance, w/ ON COMMIT DELETE ROWS building an --- empty index. -CREATE TEMP TABLE past_inh_db_other (); -- need 2 tables for "use_own_xacts" -CREATE TEMP TABLE past_inh_db_parent () ON COMMIT DELETE ROWS; -CREATE TEMP TABLE past_inh_db_child () INHERITS (past_inh_db_parent); -CREATE INDEX ON past_inh_db_parent ((1)); -ANALYZE past_inh_db_parent; -SELECT reltuples, relhassubclass - FROM pg_class WHERE oid = 'past_inh_db_parent'::regclass; - reltuples | relhassubclass ------------+---------------- - 0 | t -(1 row) - -DROP TABLE past_inh_db_child; -SET client_min_messages = error; -- hide WARNINGs for other users' tables -ANALYZE; -RESET client_min_messages; -SELECT reltuples, relhassubclass - FROM pg_class WHERE oid = 'past_inh_db_parent'::regclass; - reltuples | relhassubclass ------------+---------------- - 0 | f -(1 row) - -DROP TABLE past_inh_db_parent, past_inh_db_other; -RESET ROLE; -DROP ROLE regress_maintain; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/publication.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/publication.out --- /tmp/cirrus-ci-build/src/test/regress/expected/publication.out 2025-05-11 19:30:18.989328000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/publication.out 2025-05-11 19:32:42.775434000 +0000 @@ -1,1929 +1,2 @@ --- --- PUBLICATION --- -CREATE ROLE regress_publication_user LOGIN SUPERUSER; -CREATE ROLE regress_publication_user2; -CREATE ROLE regress_publication_user_dummy LOGIN NOSUPERUSER; -SET SESSION AUTHORIZATION 'regress_publication_user'; --- suppress warning that depends on wal_level -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_default; -RESET client_min_messages; -COMMENT ON PUBLICATION testpub_default IS 'test publication'; -SELECT obj_description(p.oid, 'pg_publication') FROM pg_publication p; - obj_description ------------------- - test publication -(1 row) - -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_ins_trunct WITH (publish = insert); -RESET client_min_messages; -ALTER PUBLICATION testpub_default SET (publish = update); --- error cases -CREATE PUBLICATION testpub_xxx WITH (foo); -ERROR: unrecognized publication parameter: "foo" -CREATE PUBLICATION testpub_xxx WITH (publish = 'cluster, vacuum'); -ERROR: unrecognized value for publication option "publish": "cluster" -CREATE PUBLICATION testpub_xxx WITH (publish_via_partition_root = 'true', publish_via_partition_root = '0'); -ERROR: conflicting or redundant options -LINE 1: ...ub_xxx WITH (publish_via_partition_root = 'true', publish_vi... - ^ -CREATE PUBLICATION testpub_xxx WITH (publish_generated_columns = stored, publish_generated_columns = none); -ERROR: conflicting or redundant options -LINE 1: ...pub_xxx WITH (publish_generated_columns = stored, publish_ge... - ^ -CREATE PUBLICATION testpub_xxx WITH (publish_generated_columns = foo); -ERROR: publish_generated_columns requires a "none" or "stored" value -\dRp - List of publications - Name | Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------+--------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - testpub_default | regress_publication_user | f | f | t | f | f | none | f - testpub_ins_trunct | regress_publication_user | f | t | f | f | f | none | f -(2 rows) - -ALTER PUBLICATION testpub_default SET (publish = 'insert, update, delete'); -\dRp - List of publications - Name | Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------+--------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - testpub_default | regress_publication_user | f | t | t | t | f | none | f - testpub_ins_trunct | regress_publication_user | f | t | f | f | f | none | f -(2 rows) - ---- adding tables -CREATE SCHEMA pub_test; -CREATE TABLE testpub_tbl1 (id serial primary key, data text); -CREATE TABLE pub_test.testpub_nopk (foo int, bar int); -CREATE VIEW testpub_view AS SELECT 1; -CREATE TABLE testpub_parted (a int) PARTITION BY LIST (a); -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_foralltables FOR ALL TABLES WITH (publish = 'insert'); -RESET client_min_messages; -ALTER PUBLICATION testpub_foralltables SET (publish = 'insert, update'); -CREATE TABLE testpub_tbl2 (id serial primary key, data text); --- fail - can't add to for all tables publication -ALTER PUBLICATION testpub_foralltables ADD TABLE testpub_tbl2; -ERROR: publication "testpub_foralltables" is defined as FOR ALL TABLES -DETAIL: Tables cannot be added to or dropped from FOR ALL TABLES publications. --- fail - can't drop from all tables publication -ALTER PUBLICATION testpub_foralltables DROP TABLE testpub_tbl2; -ERROR: publication "testpub_foralltables" is defined as FOR ALL TABLES -DETAIL: Tables cannot be added to or dropped from FOR ALL TABLES publications. --- fail - can't add to for all tables publication -ALTER PUBLICATION testpub_foralltables SET TABLE pub_test.testpub_nopk; -ERROR: publication "testpub_foralltables" is defined as FOR ALL TABLES -DETAIL: Tables cannot be added to or dropped from FOR ALL TABLES publications. --- fail - can't add schema to 'FOR ALL TABLES' publication -ALTER PUBLICATION testpub_foralltables ADD TABLES IN SCHEMA pub_test; -ERROR: publication "testpub_foralltables" is defined as FOR ALL TABLES -DETAIL: Schemas cannot be added to or dropped from FOR ALL TABLES publications. --- fail - can't drop schema from 'FOR ALL TABLES' publication -ALTER PUBLICATION testpub_foralltables DROP TABLES IN SCHEMA pub_test; -ERROR: publication "testpub_foralltables" is defined as FOR ALL TABLES -DETAIL: Schemas cannot be added to or dropped from FOR ALL TABLES publications. --- fail - can't set schema to 'FOR ALL TABLES' publication -ALTER PUBLICATION testpub_foralltables SET TABLES IN SCHEMA pub_test; -ERROR: publication "testpub_foralltables" is defined as FOR ALL TABLES -DETAIL: Schemas cannot be added to or dropped from FOR ALL TABLES publications. -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_fortable FOR TABLE testpub_tbl1; -RESET client_min_messages; --- should be able to add schema to 'FOR TABLE' publication -ALTER PUBLICATION testpub_fortable ADD TABLES IN SCHEMA pub_test; -\dRp+ testpub_fortable - Publication testpub_fortable - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "public.testpub_tbl1" -Tables from schemas: - "pub_test" - --- should be able to drop schema from 'FOR TABLE' publication -ALTER PUBLICATION testpub_fortable DROP TABLES IN SCHEMA pub_test; -\dRp+ testpub_fortable - Publication testpub_fortable - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "public.testpub_tbl1" - --- should be able to set schema to 'FOR TABLE' publication -ALTER PUBLICATION testpub_fortable SET TABLES IN SCHEMA pub_test; -\dRp+ testpub_fortable - Publication testpub_fortable - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test" - -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_forschema FOR TABLES IN SCHEMA pub_test; --- should be able to create publication with schema and table of the same --- schema -CREATE PUBLICATION testpub_for_tbl_schema FOR TABLES IN SCHEMA pub_test, TABLE pub_test.testpub_nopk; -RESET client_min_messages; -\dRp+ testpub_for_tbl_schema - Publication testpub_for_tbl_schema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "pub_test.testpub_nopk" -Tables from schemas: - "pub_test" - --- weird parser corner case -CREATE PUBLICATION testpub_parsertst FOR TABLE pub_test.testpub_nopk, CURRENT_SCHEMA; -ERROR: invalid table name -LINE 1: ...estpub_parsertst FOR TABLE pub_test.testpub_nopk, CURRENT_SC... - ^ -CREATE PUBLICATION testpub_parsertst FOR TABLES IN SCHEMA foo, test.foo; -ERROR: invalid schema name -LINE 1: ...CATION testpub_parsertst FOR TABLES IN SCHEMA foo, test.foo; - ^ --- should be able to add a table of the same schema to the schema publication -ALTER PUBLICATION testpub_forschema ADD TABLE pub_test.testpub_nopk; -\dRp+ testpub_forschema - Publication testpub_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "pub_test.testpub_nopk" -Tables from schemas: - "pub_test" - --- should be able to drop the table -ALTER PUBLICATION testpub_forschema DROP TABLE pub_test.testpub_nopk; -\dRp+ testpub_forschema - Publication testpub_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test" - --- fail - can't drop a table from the schema publication which isn't in the --- publication -ALTER PUBLICATION testpub_forschema DROP TABLE pub_test.testpub_nopk; -ERROR: relation "testpub_nopk" is not part of the publication --- should be able to set table to schema publication -ALTER PUBLICATION testpub_forschema SET TABLE pub_test.testpub_nopk; -\dRp+ testpub_forschema - Publication testpub_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "pub_test.testpub_nopk" - -SELECT pubname, puballtables FROM pg_publication WHERE pubname = 'testpub_foralltables'; - pubname | puballtables -----------------------+-------------- - testpub_foralltables | t -(1 row) - -\d+ testpub_tbl2 - Table "public.testpub_tbl2" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+------------------------------------------+----------+--------------+------------- - id | integer | | not null | nextval('testpub_tbl2_id_seq'::regclass) | plain | | - data | text | | | | extended | | -Indexes: - "testpub_tbl2_pkey" PRIMARY KEY, btree (id) -Publications: - "testpub_foralltables" -Not-null constraints: - "testpub_tbl2_id_not_null" NOT NULL "id" - -\dRp+ testpub_foralltables - Publication testpub_foralltables - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | t | t | t | f | f | none | f -(1 row) - -DROP TABLE testpub_tbl2; -DROP PUBLICATION testpub_foralltables, testpub_fortable, testpub_forschema, testpub_for_tbl_schema; -CREATE TABLE testpub_tbl3 (a int); -CREATE TABLE testpub_tbl3a (b text) INHERITS (testpub_tbl3); -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub3 FOR TABLE testpub_tbl3; -CREATE PUBLICATION testpub4 FOR TABLE ONLY testpub_tbl3; -RESET client_min_messages; -\dRp+ testpub3 - Publication testpub3 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "public.testpub_tbl3" - "public.testpub_tbl3a" - -\dRp+ testpub4 - Publication testpub4 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "public.testpub_tbl3" - -DROP TABLE testpub_tbl3, testpub_tbl3a; -DROP PUBLICATION testpub3, testpub4; --- Tests for partitioned tables -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_forparted; -CREATE PUBLICATION testpub_forparted1; -RESET client_min_messages; -CREATE TABLE testpub_parted1 (LIKE testpub_parted); -CREATE TABLE testpub_parted2 (LIKE testpub_parted); -ALTER PUBLICATION testpub_forparted1 SET (publish='insert'); -ALTER TABLE testpub_parted ATTACH PARTITION testpub_parted1 FOR VALUES IN (1); -ALTER TABLE testpub_parted ATTACH PARTITION testpub_parted2 FOR VALUES IN (2); --- works despite missing REPLICA IDENTITY, because updates are not replicated -UPDATE testpub_parted1 SET a = 1; --- only parent is listed as being in publication, not the partition -ALTER PUBLICATION testpub_forparted ADD TABLE testpub_parted; -\dRp+ testpub_forparted - Publication testpub_forparted - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "public.testpub_parted" - --- works despite missing REPLICA IDENTITY, because no actual update happened -UPDATE testpub_parted SET a = 1 WHERE false; --- should now fail, because parent's publication replicates updates -UPDATE testpub_parted1 SET a = 1; -ERROR: cannot update table "testpub_parted1" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -ALTER TABLE testpub_parted DETACH PARTITION testpub_parted1; --- works again, because parent's publication is no longer considered -UPDATE testpub_parted1 SET a = 1; -ALTER PUBLICATION testpub_forparted SET (publish_via_partition_root = true); -\dRp+ testpub_forparted - Publication testpub_forparted - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | t -Tables: - "public.testpub_parted" - --- still fail, because parent's publication replicates updates -UPDATE testpub_parted2 SET a = 2; -ERROR: cannot update table "testpub_parted2" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -ALTER PUBLICATION testpub_forparted DROP TABLE testpub_parted; --- works again, because update is no longer replicated -UPDATE testpub_parted2 SET a = 2; -DROP TABLE testpub_parted1, testpub_parted2; -DROP PUBLICATION testpub_forparted, testpub_forparted1; --- Tests for row filters -CREATE TABLE testpub_rf_tbl1 (a integer, b text); -CREATE TABLE testpub_rf_tbl2 (c text, d integer); -CREATE TABLE testpub_rf_tbl3 (e integer); -CREATE TABLE testpub_rf_tbl4 (g text); -CREATE TABLE testpub_rf_tbl5 (a xml); -CREATE SCHEMA testpub_rf_schema1; -CREATE TABLE testpub_rf_schema1.testpub_rf_tbl5 (h integer); -CREATE SCHEMA testpub_rf_schema2; -CREATE TABLE testpub_rf_schema2.testpub_rf_tbl6 (i integer); -SET client_min_messages = 'ERROR'; --- Firstly, test using the option publish='insert' because the row filter --- validation of referenced columns is less strict than for delete/update. -CREATE PUBLICATION testpub5 FOR TABLE testpub_rf_tbl1, testpub_rf_tbl2 WHERE (c <> 'test' AND d < 5) WITH (publish = 'insert'); -RESET client_min_messages; -\dRp+ testpub5 - Publication testpub5 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | f | f | f | none | f -Tables: - "public.testpub_rf_tbl1" - "public.testpub_rf_tbl2" WHERE ((c <> 'test'::text) AND (d < 5)) - -\d testpub_rf_tbl3 - Table "public.testpub_rf_tbl3" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - e | integer | | | - -ALTER PUBLICATION testpub5 ADD TABLE testpub_rf_tbl3 WHERE (e > 1000 AND e < 2000); -\dRp+ testpub5 - Publication testpub5 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | f | f | f | none | f -Tables: - "public.testpub_rf_tbl1" - "public.testpub_rf_tbl2" WHERE ((c <> 'test'::text) AND (d < 5)) - "public.testpub_rf_tbl3" WHERE ((e > 1000) AND (e < 2000)) - -\d testpub_rf_tbl3 - Table "public.testpub_rf_tbl3" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - e | integer | | | -Publications: - "testpub5" WHERE ((e > 1000) AND (e < 2000)) - -ALTER PUBLICATION testpub5 DROP TABLE testpub_rf_tbl2; -\dRp+ testpub5 - Publication testpub5 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | f | f | f | none | f -Tables: - "public.testpub_rf_tbl1" - "public.testpub_rf_tbl3" WHERE ((e > 1000) AND (e < 2000)) - --- remove testpub_rf_tbl1 and add testpub_rf_tbl3 again (another WHERE expression) -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl3 WHERE (e > 300 AND e < 500); -\dRp+ testpub5 - Publication testpub5 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | f | f | f | none | f -Tables: - "public.testpub_rf_tbl3" WHERE ((e > 300) AND (e < 500)) - -\d testpub_rf_tbl3 - Table "public.testpub_rf_tbl3" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - e | integer | | | -Publications: - "testpub5" WHERE ((e > 300) AND (e < 500)) - --- test \d (now it displays filter information) -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_rf_yes FOR TABLE testpub_rf_tbl1 WHERE (a > 1) WITH (publish = 'insert'); -CREATE PUBLICATION testpub_rf_no FOR TABLE testpub_rf_tbl1; -RESET client_min_messages; -\d testpub_rf_tbl1 - Table "public.testpub_rf_tbl1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | text | | | -Publications: - "testpub_rf_no" - "testpub_rf_yes" WHERE (a > 1) - -DROP PUBLICATION testpub_rf_yes, testpub_rf_no; --- some more syntax tests to exercise other parser pathways -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_syntax1 FOR TABLE testpub_rf_tbl1, ONLY testpub_rf_tbl3 WHERE (e < 999) WITH (publish = 'insert'); -RESET client_min_messages; -\dRp+ testpub_syntax1 - Publication testpub_syntax1 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | f | f | f | none | f -Tables: - "public.testpub_rf_tbl1" - "public.testpub_rf_tbl3" WHERE (e < 999) - -DROP PUBLICATION testpub_syntax1; -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_syntax2 FOR TABLE testpub_rf_tbl1, testpub_rf_schema1.testpub_rf_tbl5 WHERE (h < 999) WITH (publish = 'insert'); -RESET client_min_messages; -\dRp+ testpub_syntax2 - Publication testpub_syntax2 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | f | f | f | none | f -Tables: - "public.testpub_rf_tbl1" - "testpub_rf_schema1.testpub_rf_tbl5" WHERE (h < 999) - -DROP PUBLICATION testpub_syntax2; --- fail - schemas don't allow WHERE clause -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_syntax3 FOR TABLES IN SCHEMA testpub_rf_schema1 WHERE (a = 123); -ERROR: syntax error at or near "WHERE" -LINE 1: ...b_syntax3 FOR TABLES IN SCHEMA testpub_rf_schema1 WHERE (a =... - ^ -CREATE PUBLICATION testpub_syntax3 FOR TABLES IN SCHEMA testpub_rf_schema1, testpub_rf_schema1 WHERE (a = 123); -ERROR: WHERE clause not allowed for schema -LINE 1: ..._syntax3 FOR TABLES IN SCHEMA testpub_rf_schema1, testpub_rf... - ^ -RESET client_min_messages; --- fail - duplicate tables are not allowed if that table has any WHERE clause -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_dups FOR TABLE testpub_rf_tbl1 WHERE (a = 1), testpub_rf_tbl1 WITH (publish = 'insert'); -ERROR: conflicting or redundant WHERE clauses for table "testpub_rf_tbl1" -CREATE PUBLICATION testpub_dups FOR TABLE testpub_rf_tbl1, testpub_rf_tbl1 WHERE (a = 2) WITH (publish = 'insert'); -ERROR: conflicting or redundant WHERE clauses for table "testpub_rf_tbl1" -RESET client_min_messages; --- fail - publication WHERE clause must be boolean -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl3 WHERE (1234); -ERROR: argument of PUBLICATION WHERE must be type boolean, not type integer -LINE 1: ...PUBLICATION testpub5 SET TABLE testpub_rf_tbl3 WHERE (1234); - ^ --- fail - aggregate functions not allowed in WHERE clause -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl3 WHERE (e < AVG(e)); -ERROR: aggregate functions are not allowed in WHERE -LINE 1: ...ATION testpub5 SET TABLE testpub_rf_tbl3 WHERE (e < AVG(e)); - ^ --- fail - user-defined operators are not allowed -CREATE FUNCTION testpub_rf_func1(integer, integer) RETURNS boolean AS $$ SELECT hashint4($1) > $2 $$ LANGUAGE SQL; -CREATE OPERATOR =#> (PROCEDURE = testpub_rf_func1, LEFTARG = integer, RIGHTARG = integer); -CREATE PUBLICATION testpub6 FOR TABLE testpub_rf_tbl3 WHERE (e =#> 27); -ERROR: invalid publication WHERE expression -LINE 1: ...ICATION testpub6 FOR TABLE testpub_rf_tbl3 WHERE (e =#> 27); - ^ -DETAIL: User-defined operators are not allowed. --- fail - user-defined functions are not allowed -CREATE FUNCTION testpub_rf_func2() RETURNS integer IMMUTABLE AS $$ BEGIN RETURN 123; END; $$ LANGUAGE plpgsql; -ALTER PUBLICATION testpub5 ADD TABLE testpub_rf_tbl1 WHERE (a >= testpub_rf_func2()); -ERROR: invalid publication WHERE expression -LINE 1: ...ON testpub5 ADD TABLE testpub_rf_tbl1 WHERE (a >= testpub_rf... - ^ -DETAIL: User-defined or built-in mutable functions are not allowed. --- fail - non-immutable functions are not allowed. random() is volatile. -ALTER PUBLICATION testpub5 ADD TABLE testpub_rf_tbl1 WHERE (a < random()); -ERROR: invalid publication WHERE expression -LINE 1: ...ION testpub5 ADD TABLE testpub_rf_tbl1 WHERE (a < random()); - ^ -DETAIL: User-defined or built-in mutable functions are not allowed. --- fail - user-defined collations are not allowed -CREATE COLLATION user_collation FROM "C"; -ALTER PUBLICATION testpub5 ADD TABLE testpub_rf_tbl1 WHERE (b < '2' COLLATE user_collation); -ERROR: invalid publication WHERE expression -LINE 1: ...ICATION testpub5 ADD TABLE testpub_rf_tbl1 WHERE (b < '2' CO... - ^ -DETAIL: User-defined collations are not allowed. --- ok - NULLIF is allowed -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (NULLIF(1,2) = a); --- ok - built-in operators are allowed -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (a IS NULL); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE ((a > 5) IS FALSE); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (a IS DISTINCT FROM 5); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE ((a, a + 1) < (2, 3)); --- ok - built-in type coercions between two binary compatible datatypes are allowed -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (b::varchar < '2'); --- ok - immutable built-in functions are allowed -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl4 WHERE (length(g) < 6); --- fail - user-defined types are not allowed -CREATE TYPE rf_bug_status AS ENUM ('new', 'open', 'closed'); -CREATE TABLE rf_bug (id serial, description text, status rf_bug_status); -CREATE PUBLICATION testpub6 FOR TABLE rf_bug WHERE (status = 'open') WITH (publish = 'insert'); -ERROR: invalid publication WHERE expression -LINE 1: ...EATE PUBLICATION testpub6 FOR TABLE rf_bug WHERE (status = '... - ^ -DETAIL: User-defined types are not allowed. -DROP TABLE rf_bug; -DROP TYPE rf_bug_status; --- fail - row filter expression is not simple -CREATE PUBLICATION testpub6 FOR TABLE testpub_rf_tbl1 WHERE (a IN (SELECT generate_series(1,5))); -ERROR: invalid publication WHERE expression -LINE 1: ...ICATION testpub6 FOR TABLE testpub_rf_tbl1 WHERE (a IN (SELE... - ^ -DETAIL: Only columns, constants, built-in operators, built-in data types, built-in collations, and immutable built-in functions are allowed. --- fail - system columns are not allowed -CREATE PUBLICATION testpub6 FOR TABLE testpub_rf_tbl1 WHERE ('(0,1)'::tid = ctid); -ERROR: invalid publication WHERE expression -LINE 1: ...tpub6 FOR TABLE testpub_rf_tbl1 WHERE ('(0,1)'::tid = ctid); - ^ -DETAIL: System columns are not allowed. --- ok - conditional expressions are allowed -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl5 WHERE (a IS DOCUMENT); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl5 WHERE (xmlexists('//foo[text() = ''bar'']' PASSING BY VALUE a)); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (NULLIF(1, 2) = a); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (CASE a WHEN 5 THEN true ELSE false END); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (COALESCE(b, 'foo') = 'foo'); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (GREATEST(a, 10) > 10); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (a IN (2, 4, 6)); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (ARRAY[a] <@ ARRAY[2, 4, 6]); -ALTER PUBLICATION testpub5 SET TABLE testpub_rf_tbl1 WHERE (ROW(a, 2) IS NULL); --- fail - WHERE not allowed in DROP -ALTER PUBLICATION testpub5 DROP TABLE testpub_rf_tbl1 WHERE (e < 27); -ERROR: cannot use a WHERE clause when removing a table from a publication --- fail - cannot ALTER SET table which is a member of a pre-existing schema -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub6 FOR TABLES IN SCHEMA testpub_rf_schema2; --- should be able to set publication with schema and table of the same schema -ALTER PUBLICATION testpub6 SET TABLES IN SCHEMA testpub_rf_schema2, TABLE testpub_rf_schema2.testpub_rf_tbl6 WHERE (i < 99); -RESET client_min_messages; -\dRp+ testpub6 - Publication testpub6 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "testpub_rf_schema2.testpub_rf_tbl6" WHERE (i < 99) -Tables from schemas: - "testpub_rf_schema2" - --- fail - virtual generated column uses user-defined function -CREATE TABLE testpub_rf_tbl6 (id int PRIMARY KEY, x int, y int GENERATED ALWAYS AS (x * testpub_rf_func2()) VIRTUAL); -CREATE PUBLICATION testpub7 FOR TABLE testpub_rf_tbl6 WHERE (y > 100); -ERROR: invalid publication WHERE expression -DETAIL: User-defined or built-in mutable functions are not allowed. --- test that SET EXPRESSION is rejected, because it could affect a row filter -SET client_min_messages = 'ERROR'; -CREATE TABLE testpub_rf_tbl7 (id int PRIMARY KEY, x int, y int GENERATED ALWAYS AS (x * 111) VIRTUAL); -CREATE PUBLICATION testpub8 FOR TABLE testpub_rf_tbl7 WHERE (y > 100); -ALTER TABLE testpub_rf_tbl7 ALTER COLUMN y SET EXPRESSION AS (x * testpub_rf_func2()); -ERROR: ALTER TABLE / SET EXPRESSION is not supported for virtual generated columns on tables that are part of a publication -DETAIL: Column "y" of relation "testpub_rf_tbl7" is a virtual generated column. -RESET client_min_messages; -DROP TABLE testpub_rf_tbl1; -DROP TABLE testpub_rf_tbl2; -DROP TABLE testpub_rf_tbl3; -DROP TABLE testpub_rf_tbl4; -DROP TABLE testpub_rf_tbl5; -DROP TABLE testpub_rf_tbl6; -DROP TABLE testpub_rf_schema1.testpub_rf_tbl5; -DROP TABLE testpub_rf_schema2.testpub_rf_tbl6; -DROP SCHEMA testpub_rf_schema1; -DROP SCHEMA testpub_rf_schema2; -DROP PUBLICATION testpub5; -DROP PUBLICATION testpub6; -DROP PUBLICATION testpub8; -DROP TABLE testpub_rf_tbl7; -DROP OPERATOR =#>(integer, integer); -DROP FUNCTION testpub_rf_func1(integer, integer); -DROP FUNCTION testpub_rf_func2(); -DROP COLLATION user_collation; --- ====================================================== --- More row filter tests for validating column references -CREATE TABLE rf_tbl_abcd_nopk(a int, b int, c int, d int); -CREATE TABLE rf_tbl_abcd_pk(a int, b int, c int, d int, PRIMARY KEY(a,b)); -CREATE TABLE rf_tbl_abcd_part_pk (a int PRIMARY KEY, b int) PARTITION by RANGE (a); -CREATE TABLE rf_tbl_abcd_part_pk_1 (b int, a int PRIMARY KEY); -ALTER TABLE rf_tbl_abcd_part_pk ATTACH PARTITION rf_tbl_abcd_part_pk_1 FOR VALUES FROM (1) TO (10); --- Case 1. REPLICA IDENTITY DEFAULT (means use primary key or nothing) --- 1a. REPLICA IDENTITY is DEFAULT and table has a PK. -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub6 FOR TABLE rf_tbl_abcd_pk WHERE (a > 99); -RESET client_min_messages; --- ok - "a" is a PK col -UPDATE rf_tbl_abcd_pk SET a = 1; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk WHERE (b > 99); --- ok - "b" is a PK col -UPDATE rf_tbl_abcd_pk SET a = 1; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk WHERE (c > 99); --- fail - "c" is not part of the PK -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" -DETAIL: Column used in the publication WHERE expression is not part of the replica identity. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk WHERE (d > 99); --- fail - "d" is not part of the PK -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" -DETAIL: Column used in the publication WHERE expression is not part of the replica identity. --- 1b. REPLICA IDENTITY is DEFAULT and table has no PK -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_nopk WHERE (a > 99); --- fail - "a" is not part of REPLICA IDENTITY -UPDATE rf_tbl_abcd_nopk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_nopk" -DETAIL: Column used in the publication WHERE expression is not part of the replica identity. --- Case 2. REPLICA IDENTITY FULL -ALTER TABLE rf_tbl_abcd_pk REPLICA IDENTITY FULL; -ALTER TABLE rf_tbl_abcd_nopk REPLICA IDENTITY FULL; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk WHERE (c > 99); --- ok - "c" is in REPLICA IDENTITY now even though not in PK -UPDATE rf_tbl_abcd_pk SET a = 1; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_nopk WHERE (a > 99); --- ok - "a" is in REPLICA IDENTITY now -UPDATE rf_tbl_abcd_nopk SET a = 1; --- Case 3. REPLICA IDENTITY NOTHING -ALTER TABLE rf_tbl_abcd_pk REPLICA IDENTITY NOTHING; -ALTER TABLE rf_tbl_abcd_nopk REPLICA IDENTITY NOTHING; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk WHERE (a > 99); --- fail - "a" is in PK but it is not part of REPLICA IDENTITY NOTHING -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" -DETAIL: Column used in the publication WHERE expression is not part of the replica identity. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk WHERE (c > 99); --- fail - "c" is not in PK and not in REPLICA IDENTITY NOTHING -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" -DETAIL: Column used in the publication WHERE expression is not part of the replica identity. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_nopk WHERE (a > 99); --- fail - "a" is not in REPLICA IDENTITY NOTHING -UPDATE rf_tbl_abcd_nopk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_nopk" -DETAIL: Column used in the publication WHERE expression is not part of the replica identity. --- Case 4. REPLICA IDENTITY INDEX -ALTER TABLE rf_tbl_abcd_pk ALTER COLUMN c SET NOT NULL; -CREATE UNIQUE INDEX idx_abcd_pk_c ON rf_tbl_abcd_pk(c); -ALTER TABLE rf_tbl_abcd_pk REPLICA IDENTITY USING INDEX idx_abcd_pk_c; -ALTER TABLE rf_tbl_abcd_nopk ALTER COLUMN c SET NOT NULL; -CREATE UNIQUE INDEX idx_abcd_nopk_c ON rf_tbl_abcd_nopk(c); -ALTER TABLE rf_tbl_abcd_nopk REPLICA IDENTITY USING INDEX idx_abcd_nopk_c; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk WHERE (a > 99); --- fail - "a" is in PK but it is not part of REPLICA IDENTITY INDEX -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" -DETAIL: Column used in the publication WHERE expression is not part of the replica identity. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk WHERE (c > 99); --- ok - "c" is not in PK but it is part of REPLICA IDENTITY INDEX -UPDATE rf_tbl_abcd_pk SET a = 1; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_nopk WHERE (a > 99); --- fail - "a" is not in REPLICA IDENTITY INDEX -UPDATE rf_tbl_abcd_nopk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_nopk" -DETAIL: Column used in the publication WHERE expression is not part of the replica identity. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_nopk WHERE (c > 99); --- ok - "c" is part of REPLICA IDENTITY INDEX -UPDATE rf_tbl_abcd_nopk SET a = 1; --- Tests for partitioned table --- set PUBLISH_VIA_PARTITION_ROOT to false and test row filter for partitioned --- table -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=0); --- fail - cannot use row filter for partitioned table -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk WHERE (a > 99); -ERROR: cannot use publication WHERE clause for relation "rf_tbl_abcd_part_pk" -DETAIL: WHERE clause cannot be used for a partitioned table when publish_via_partition_root is false. --- ok - can use row filter for partition -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk_1 WHERE (a > 99); --- ok - "a" is a PK col -UPDATE rf_tbl_abcd_part_pk SET a = 1; --- set PUBLISH_VIA_PARTITION_ROOT to true and test row filter for partitioned --- table -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=1); --- ok - can use row filter for partitioned table -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk WHERE (a > 99); --- ok - "a" is a PK col -UPDATE rf_tbl_abcd_part_pk SET a = 1; --- fail - cannot set PUBLISH_VIA_PARTITION_ROOT to false if any row filter is --- used for partitioned table -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=0); -ERROR: cannot set parameter "publish_via_partition_root" to false for publication "testpub6" -DETAIL: The publication contains a WHERE clause for partitioned table "rf_tbl_abcd_part_pk", which is not allowed when "publish_via_partition_root" is false. --- remove partitioned table's row filter -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk; --- ok - we don't have row filter for partitioned table. -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=0); --- Now change the root filter to use a column "b" --- (which is not in the replica identity) -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk_1 WHERE (b > 99); --- ok - we don't have row filter for partitioned table. -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=0); --- fail - "b" is not in REPLICA IDENTITY INDEX -UPDATE rf_tbl_abcd_part_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_part_pk_1" -DETAIL: Column used in the publication WHERE expression is not part of the replica identity. --- set PUBLISH_VIA_PARTITION_ROOT to true --- can use row filter for partitioned table -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=1); --- ok - can use row filter for partitioned table -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk WHERE (b > 99); --- fail - "b" is not in REPLICA IDENTITY INDEX -UPDATE rf_tbl_abcd_part_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_part_pk_1" -DETAIL: Column used in the publication WHERE expression is not part of the replica identity. -DROP PUBLICATION testpub6; -DROP TABLE rf_tbl_abcd_pk; -DROP TABLE rf_tbl_abcd_nopk; -DROP TABLE rf_tbl_abcd_part_pk; --- ====================================================== --- ====================================================== --- Tests with generated column -SET client_min_messages = 'ERROR'; --- stored -CREATE TABLE testpub_gencol (a INT, b INT GENERATED ALWAYS AS (a + 1) STORED NOT NULL); -CREATE UNIQUE INDEX testpub_gencol_idx ON testpub_gencol (b); -ALTER TABLE testpub_gencol REPLICA IDENTITY USING index testpub_gencol_idx; --- error - generated column "b" must be published explicitly as it is --- part of the REPLICA IDENTITY index. -CREATE PUBLICATION pub_gencol FOR TABLE testpub_gencol; -UPDATE testpub_gencol SET a = 100 WHERE a = 1; -ERROR: cannot update table "testpub_gencol" -DETAIL: Replica identity must not contain unpublished generated columns. --- error - generated column "b" must be published explicitly as it is --- part of the REPLICA IDENTITY. -ALTER TABLE testpub_gencol REPLICA IDENTITY FULL; -UPDATE testpub_gencol SET a = 100 WHERE a = 1; -ERROR: cannot update table "testpub_gencol" -DETAIL: Replica identity must not contain unpublished generated columns. -DROP PUBLICATION pub_gencol; --- ok - generated column "b" is published explicitly -CREATE PUBLICATION pub_gencol FOR TABLE testpub_gencol with (publish_generated_columns = stored); -UPDATE testpub_gencol SET a = 100 WHERE a = 1; -DROP PUBLICATION pub_gencol; -DROP TABLE testpub_gencol; --- virtual -CREATE TABLE testpub_gencol (a INT, b INT GENERATED ALWAYS AS (a + 1) VIRTUAL); -CREATE PUBLICATION pub_gencol FOR TABLE testpub_gencol; --- error - generated column "b" must be published explicitly as it is --- part of the REPLICA IDENTITY. -ALTER TABLE testpub_gencol REPLICA IDENTITY FULL; -UPDATE testpub_gencol SET a = 100 WHERE a = 1; -ERROR: cannot update table "testpub_gencol" -DETAIL: Replica identity must not contain unpublished generated columns. -DROP PUBLICATION pub_gencol; --- error - "stored" setting does not affect virtual column -CREATE PUBLICATION pub_gencol FOR TABLE testpub_gencol with (publish_generated_columns = stored); -UPDATE testpub_gencol SET a = 100 WHERE a = 1; -ERROR: cannot update table "testpub_gencol" -DETAIL: Replica identity must not contain unpublished generated columns. -DROP PUBLICATION pub_gencol; -DROP TABLE testpub_gencol; -RESET client_min_messages; --- ====================================================== --- fail - duplicate tables are not allowed if that table has any column lists -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_dups FOR TABLE testpub_tbl1 (a), testpub_tbl1 WITH (publish = 'insert'); -ERROR: conflicting or redundant column lists for table "testpub_tbl1" -CREATE PUBLICATION testpub_dups FOR TABLE testpub_tbl1, testpub_tbl1 (a) WITH (publish = 'insert'); -ERROR: conflicting or redundant column lists for table "testpub_tbl1" -RESET client_min_messages; --- test for column lists -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_fortable FOR TABLE testpub_tbl1; -CREATE PUBLICATION testpub_fortable_insert WITH (publish = 'insert'); -RESET client_min_messages; -CREATE TABLE testpub_tbl5 (a int PRIMARY KEY, b text, c text, - d int generated always as (a + length(b)) stored, - e int generated always as (a + length(b)) virtual -); --- error: column "x" does not exist -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl5 (a, x); -ERROR: column "x" of relation "testpub_tbl5" does not exist --- error: replica identity "a" not included in the column list -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl5 (b, c); -UPDATE testpub_tbl5 SET a = 1; -ERROR: cannot update table "testpub_tbl5" -DETAIL: Column list used by the publication does not cover the replica identity. -ALTER PUBLICATION testpub_fortable DROP TABLE testpub_tbl5; --- error: system attributes "ctid" not allowed in column list -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl5 (a, ctid); -ERROR: cannot use system column "ctid" in publication column list -ALTER PUBLICATION testpub_fortable SET TABLE testpub_tbl1 (id, ctid); -ERROR: cannot use system column "ctid" in publication column list --- error: duplicates not allowed in column list -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl5 (a, a); -ERROR: duplicate column "a" in publication column list -ALTER PUBLICATION testpub_fortable SET TABLE testpub_tbl5 (a, a); -ERROR: duplicate column "a" in publication column list --- ok -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl5 (a, c); -ALTER TABLE testpub_tbl5 DROP COLUMN c; -- no dice -ERROR: cannot drop column c of table testpub_tbl5 because other objects depend on it -DETAIL: publication of table testpub_tbl5 in publication testpub_fortable depends on column c of table testpub_tbl5 -HINT: Use DROP ... CASCADE to drop the dependent objects too. --- ok: for insert-only publication, any column list is acceptable -ALTER PUBLICATION testpub_fortable_insert ADD TABLE testpub_tbl5 (b, c); -/* not all replica identities are good enough */ -CREATE UNIQUE INDEX testpub_tbl5_b_key ON testpub_tbl5 (b, c); -ALTER TABLE testpub_tbl5 ALTER b SET NOT NULL, ALTER c SET NOT NULL; -ALTER TABLE testpub_tbl5 REPLICA IDENTITY USING INDEX testpub_tbl5_b_key; --- error: replica identity (b,c) is not covered by column list (a, c) -UPDATE testpub_tbl5 SET a = 1; -ERROR: cannot update table "testpub_tbl5" -DETAIL: Column list used by the publication does not cover the replica identity. -ALTER PUBLICATION testpub_fortable DROP TABLE testpub_tbl5; --- ok: stored generated column "d" can be in the list too -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl5 (a, d); -ALTER PUBLICATION testpub_fortable DROP TABLE testpub_tbl5; --- error: virtual generated column "e" can't be in list -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl5 (a, e); -ERROR: cannot use virtual generated column "e" in publication column list --- error: change the replica identity to "b", and column list to (a, c) --- then update fails, because (a, c) does not cover replica identity -ALTER TABLE testpub_tbl5 REPLICA IDENTITY USING INDEX testpub_tbl5_b_key; -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl5 (a, c); -UPDATE testpub_tbl5 SET a = 1; -ERROR: cannot update table "testpub_tbl5" -DETAIL: Column list used by the publication does not cover the replica identity. -/* But if upd/del are not published, it works OK */ -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_table_ins WITH (publish = 'insert, truncate'); -RESET client_min_messages; -ALTER PUBLICATION testpub_table_ins ADD TABLE testpub_tbl5 (a); -- ok -\dRp+ testpub_table_ins - Publication testpub_table_ins - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | f | f | t | none | f -Tables: - "public.testpub_tbl5" (a) - --- error: cannot work with deferrable primary keys -CREATE TABLE testpub_tbl5d (a int PRIMARY KEY DEFERRABLE); -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl5d; -UPDATE testpub_tbl5d SET a = 1; -ERROR: cannot update table "testpub_tbl5d" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -/* but works fine with FULL replica identity */ -ALTER TABLE testpub_tbl5d REPLICA IDENTITY FULL; -UPDATE testpub_tbl5d SET a = 1; -DROP TABLE testpub_tbl5d; --- tests with REPLICA IDENTITY FULL -CREATE TABLE testpub_tbl6 (a int, b text, c text); -ALTER TABLE testpub_tbl6 REPLICA IDENTITY FULL; -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl6 (a, b, c); -UPDATE testpub_tbl6 SET a = 1; -ERROR: cannot update table "testpub_tbl6" -DETAIL: Column list used by the publication does not cover the replica identity. -ALTER PUBLICATION testpub_fortable DROP TABLE testpub_tbl6; -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl6; -- ok -UPDATE testpub_tbl6 SET a = 1; --- make sure changing the column list is propagated to the catalog -CREATE TABLE testpub_tbl7 (a int primary key, b text, c text); -ALTER PUBLICATION testpub_fortable ADD TABLE testpub_tbl7 (a, b); -\d+ testpub_tbl7 - Table "public.testpub_tbl7" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - a | integer | | not null | | plain | | - b | text | | | | extended | | - c | text | | | | extended | | -Indexes: - "testpub_tbl7_pkey" PRIMARY KEY, btree (a) -Publications: - "testpub_fortable" (a, b) -Not-null constraints: - "testpub_tbl7_a_not_null" NOT NULL "a" - --- ok: the column list is the same, we should skip this table (or at least not fail) -ALTER PUBLICATION testpub_fortable SET TABLE testpub_tbl7 (a, b); -\d+ testpub_tbl7 - Table "public.testpub_tbl7" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - a | integer | | not null | | plain | | - b | text | | | | extended | | - c | text | | | | extended | | -Indexes: - "testpub_tbl7_pkey" PRIMARY KEY, btree (a) -Publications: - "testpub_fortable" (a, b) -Not-null constraints: - "testpub_tbl7_a_not_null" NOT NULL "a" - --- ok: the column list changes, make sure the catalog gets updated -ALTER PUBLICATION testpub_fortable SET TABLE testpub_tbl7 (a, c); -\d+ testpub_tbl7 - Table "public.testpub_tbl7" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - a | integer | | not null | | plain | | - b | text | | | | extended | | - c | text | | | | extended | | -Indexes: - "testpub_tbl7_pkey" PRIMARY KEY, btree (a) -Publications: - "testpub_fortable" (a, c) -Not-null constraints: - "testpub_tbl7_a_not_null" NOT NULL "a" - --- column list for partitioned tables has to cover replica identities for --- all child relations -CREATE TABLE testpub_tbl8 (a int, b text, c text) PARTITION BY HASH (a); --- first partition has replica identity "a" -CREATE TABLE testpub_tbl8_0 PARTITION OF testpub_tbl8 FOR VALUES WITH (modulus 2, remainder 0); -ALTER TABLE testpub_tbl8_0 ADD PRIMARY KEY (a); -ALTER TABLE testpub_tbl8_0 REPLICA IDENTITY USING INDEX testpub_tbl8_0_pkey; --- second partition has replica identity "b" -CREATE TABLE testpub_tbl8_1 PARTITION OF testpub_tbl8 FOR VALUES WITH (modulus 2, remainder 1); -ALTER TABLE testpub_tbl8_1 ADD PRIMARY KEY (b); -ALTER TABLE testpub_tbl8_1 REPLICA IDENTITY USING INDEX testpub_tbl8_1_pkey; --- ok: column list covers both "a" and "b" -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_col_list FOR TABLE testpub_tbl8 (a, b) WITH (publish_via_partition_root = 'true'); -RESET client_min_messages; --- ok: the same thing, but try plain ADD TABLE -ALTER PUBLICATION testpub_col_list DROP TABLE testpub_tbl8; -ALTER PUBLICATION testpub_col_list ADD TABLE testpub_tbl8 (a, b); -UPDATE testpub_tbl8 SET a = 1; --- failure: column list does not cover replica identity for the second partition -ALTER PUBLICATION testpub_col_list DROP TABLE testpub_tbl8; -ALTER PUBLICATION testpub_col_list ADD TABLE testpub_tbl8 (a, c); -UPDATE testpub_tbl8 SET a = 1; -ERROR: cannot update table "testpub_tbl8_1" -DETAIL: Column list used by the publication does not cover the replica identity. -ALTER PUBLICATION testpub_col_list DROP TABLE testpub_tbl8; --- failure: one of the partitions has REPLICA IDENTITY FULL -ALTER TABLE testpub_tbl8_1 REPLICA IDENTITY FULL; -ALTER PUBLICATION testpub_col_list ADD TABLE testpub_tbl8 (a, c); -UPDATE testpub_tbl8 SET a = 1; -ERROR: cannot update table "testpub_tbl8_1" -DETAIL: Column list used by the publication does not cover the replica identity. -ALTER PUBLICATION testpub_col_list DROP TABLE testpub_tbl8; --- add table and then try changing replica identity -ALTER TABLE testpub_tbl8_1 REPLICA IDENTITY USING INDEX testpub_tbl8_1_pkey; -ALTER PUBLICATION testpub_col_list ADD TABLE testpub_tbl8 (a, b); --- failure: replica identity full can't be used with a column list -ALTER TABLE testpub_tbl8_1 REPLICA IDENTITY FULL; -UPDATE testpub_tbl8 SET a = 1; -ERROR: cannot update table "testpub_tbl8_1" -DETAIL: Column list used by the publication does not cover the replica identity. --- failure: replica identity has to be covered by the column list -ALTER TABLE testpub_tbl8_1 DROP CONSTRAINT testpub_tbl8_1_pkey; -ALTER TABLE testpub_tbl8_1 ADD PRIMARY KEY (c); -ALTER TABLE testpub_tbl8_1 REPLICA IDENTITY USING INDEX testpub_tbl8_1_pkey; -UPDATE testpub_tbl8 SET a = 1; -ERROR: cannot update table "testpub_tbl8_1" -DETAIL: Column list used by the publication does not cover the replica identity. -DROP TABLE testpub_tbl8; --- column list for partitioned tables has to cover replica identities for --- all child relations -CREATE TABLE testpub_tbl8 (a int, b text, c text) PARTITION BY HASH (a); -ALTER PUBLICATION testpub_col_list ADD TABLE testpub_tbl8 (a, b); --- first partition has replica identity "a" -CREATE TABLE testpub_tbl8_0 (a int, b text, c text); -ALTER TABLE testpub_tbl8_0 ADD PRIMARY KEY (a); -ALTER TABLE testpub_tbl8_0 REPLICA IDENTITY USING INDEX testpub_tbl8_0_pkey; --- second partition has replica identity "b" -CREATE TABLE testpub_tbl8_1 (a int, b text, c text); -ALTER TABLE testpub_tbl8_1 ADD PRIMARY KEY (c); -ALTER TABLE testpub_tbl8_1 REPLICA IDENTITY USING INDEX testpub_tbl8_1_pkey; --- ok: attaching first partition works, because (a) is in column list -ALTER TABLE testpub_tbl8 ATTACH PARTITION testpub_tbl8_0 FOR VALUES WITH (modulus 2, remainder 0); --- failure: second partition has replica identity (c), which si not in column list -ALTER TABLE testpub_tbl8 ATTACH PARTITION testpub_tbl8_1 FOR VALUES WITH (modulus 2, remainder 1); -UPDATE testpub_tbl8 SET a = 1; -ERROR: cannot update table "testpub_tbl8_1" -DETAIL: Column list used by the publication does not cover the replica identity. --- failure: changing replica identity to FULL for partition fails, because --- of the column list on the parent -ALTER TABLE testpub_tbl8_0 REPLICA IDENTITY FULL; -UPDATE testpub_tbl8 SET a = 1; -ERROR: cannot update table "testpub_tbl8_0" -DETAIL: Column list used by the publication does not cover the replica identity. --- test that using column list for table is disallowed if any schemas are --- part of the publication -SET client_min_messages = 'ERROR'; --- failure - cannot use column list and schema together -CREATE PUBLICATION testpub_tbl9 FOR TABLES IN SCHEMA public, TABLE public.testpub_tbl7(a); -ERROR: cannot use column list for relation "public.testpub_tbl7" in publication "testpub_tbl9" -DETAIL: Column lists cannot be specified in publications containing FOR TABLES IN SCHEMA elements. --- ok - only publish schema -CREATE PUBLICATION testpub_tbl9 FOR TABLES IN SCHEMA public; --- failure - add a table with column list when there is already a schema in the --- publication -ALTER PUBLICATION testpub_tbl9 ADD TABLE public.testpub_tbl7(a); -ERROR: cannot use column list for relation "public.testpub_tbl7" in publication "testpub_tbl9" -DETAIL: Column lists cannot be specified in publications containing FOR TABLES IN SCHEMA elements. --- ok - only publish table with column list -ALTER PUBLICATION testpub_tbl9 SET TABLE public.testpub_tbl7(a); --- failure - specify a schema when there is already a column list in the --- publication -ALTER PUBLICATION testpub_tbl9 ADD TABLES IN SCHEMA public; -ERROR: cannot add schema to publication "testpub_tbl9" -DETAIL: Schemas cannot be added if any tables that specify a column list are already part of the publication. --- failure - cannot SET column list and schema together -ALTER PUBLICATION testpub_tbl9 SET TABLES IN SCHEMA public, TABLE public.testpub_tbl7(a); -ERROR: cannot use column list for relation "public.testpub_tbl7" in publication "testpub_tbl9" -DETAIL: Column lists cannot be specified in publications containing FOR TABLES IN SCHEMA elements. --- ok - drop table -ALTER PUBLICATION testpub_tbl9 DROP TABLE public.testpub_tbl7; --- failure - cannot ADD column list and schema together -ALTER PUBLICATION testpub_tbl9 ADD TABLES IN SCHEMA public, TABLE public.testpub_tbl7(a); -ERROR: cannot use column list for relation "public.testpub_tbl7" in publication "testpub_tbl9" -DETAIL: Column lists cannot be specified in publications containing FOR TABLES IN SCHEMA elements. -RESET client_min_messages; -DROP TABLE testpub_tbl5, testpub_tbl6, testpub_tbl7, testpub_tbl8, testpub_tbl8_1; -DROP PUBLICATION testpub_table_ins, testpub_fortable, testpub_fortable_insert, testpub_col_list, testpub_tbl9; --- ====================================================== --- Test combination of column list and row filter -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_both_filters; -RESET client_min_messages; -CREATE TABLE testpub_tbl_both_filters (a int, b int, c int, PRIMARY KEY (a,c)); -ALTER TABLE testpub_tbl_both_filters REPLICA IDENTITY USING INDEX testpub_tbl_both_filters_pkey; -ALTER PUBLICATION testpub_both_filters ADD TABLE testpub_tbl_both_filters (a,c) WHERE (c != 1); -\dRp+ testpub_both_filters - Publication testpub_both_filters - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "public.testpub_tbl_both_filters" (a, c) WHERE (c <> 1) - -\d+ testpub_tbl_both_filters - Table "public.testpub_tbl_both_filters" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - a | integer | | not null | | plain | | - b | integer | | | | plain | | - c | integer | | not null | | plain | | -Indexes: - "testpub_tbl_both_filters_pkey" PRIMARY KEY, btree (a, c) REPLICA IDENTITY -Publications: - "testpub_both_filters" (a, c) WHERE (c <> 1) -Not-null constraints: - "testpub_tbl_both_filters_a_not_null" NOT NULL "a" - "testpub_tbl_both_filters_c_not_null" NOT NULL "c" - -DROP TABLE testpub_tbl_both_filters; -DROP PUBLICATION testpub_both_filters; --- ====================================================== --- More column list tests for validating column references -CREATE TABLE rf_tbl_abcd_nopk(a int, b int, c int, d int); -CREATE TABLE rf_tbl_abcd_pk(a int, b int, c int, d int, PRIMARY KEY(a,b)); -CREATE TABLE rf_tbl_abcd_part_pk (a int PRIMARY KEY, b int) PARTITION by RANGE (a); -CREATE TABLE rf_tbl_abcd_part_pk_1 (b int, a int PRIMARY KEY); -ALTER TABLE rf_tbl_abcd_part_pk ATTACH PARTITION rf_tbl_abcd_part_pk_1 FOR VALUES FROM (1) TO (10); --- Case 1. REPLICA IDENTITY DEFAULT (means use primary key or nothing) --- 1a. REPLICA IDENTITY is DEFAULT and table has a PK. -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub6 FOR TABLE rf_tbl_abcd_pk (a, b); -RESET client_min_messages; --- ok - (a,b) covers all PK cols -UPDATE rf_tbl_abcd_pk SET a = 1; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk (a, b, c); --- ok - (a,b,c) covers all PK cols -UPDATE rf_tbl_abcd_pk SET a = 1; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk (a); --- fail - "b" is missing from the column list -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" -DETAIL: Column list used by the publication does not cover the replica identity. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk (b); --- fail - "a" is missing from the column list -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" -DETAIL: Column list used by the publication does not cover the replica identity. --- 1b. REPLICA IDENTITY is DEFAULT and table has no PK -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_nopk (a); --- ok - there's no replica identity, so any column list works --- note: it fails anyway, just a bit later because UPDATE requires RI -UPDATE rf_tbl_abcd_nopk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_nopk" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. --- Case 2. REPLICA IDENTITY FULL -ALTER TABLE rf_tbl_abcd_pk REPLICA IDENTITY FULL; -ALTER TABLE rf_tbl_abcd_nopk REPLICA IDENTITY FULL; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk (c); --- fail - with REPLICA IDENTITY FULL no column list is allowed -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" -DETAIL: Column list used by the publication does not cover the replica identity. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_nopk (a, b, c, d); --- fail - with REPLICA IDENTITY FULL no column list is allowed -UPDATE rf_tbl_abcd_nopk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_nopk" -DETAIL: Column list used by the publication does not cover the replica identity. --- Case 3. REPLICA IDENTITY NOTHING -ALTER TABLE rf_tbl_abcd_pk REPLICA IDENTITY NOTHING; -ALTER TABLE rf_tbl_abcd_nopk REPLICA IDENTITY NOTHING; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk (a); --- ok - REPLICA IDENTITY NOTHING means all column lists are valid --- it still fails later because without RI we can't replicate updates -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk (a, b, c, d); --- ok - REPLICA IDENTITY NOTHING means all column lists are valid --- it still fails later because without RI we can't replicate updates -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_nopk (d); --- ok - REPLICA IDENTITY NOTHING means all column lists are valid --- it still fails later because without RI we can't replicate updates -UPDATE rf_tbl_abcd_nopk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_nopk" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. --- Case 4. REPLICA IDENTITY INDEX -ALTER TABLE rf_tbl_abcd_pk ALTER COLUMN c SET NOT NULL; -CREATE UNIQUE INDEX idx_abcd_pk_c ON rf_tbl_abcd_pk(c); -ALTER TABLE rf_tbl_abcd_pk REPLICA IDENTITY USING INDEX idx_abcd_pk_c; -ALTER TABLE rf_tbl_abcd_nopk ALTER COLUMN c SET NOT NULL; -CREATE UNIQUE INDEX idx_abcd_nopk_c ON rf_tbl_abcd_nopk(c); -ALTER TABLE rf_tbl_abcd_nopk REPLICA IDENTITY USING INDEX idx_abcd_nopk_c; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk (a); --- fail - column list "a" does not cover the REPLICA IDENTITY INDEX on "c" -UPDATE rf_tbl_abcd_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_pk" -DETAIL: Column list used by the publication does not cover the replica identity. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_pk (c); --- ok - column list "c" does cover the REPLICA IDENTITY INDEX on "c" -UPDATE rf_tbl_abcd_pk SET a = 1; -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_nopk (a); --- fail - column list "a" does not cover the REPLICA IDENTITY INDEX on "c" -UPDATE rf_tbl_abcd_nopk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_nopk" -DETAIL: Column list used by the publication does not cover the replica identity. -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_nopk (c); --- ok - column list "c" does cover the REPLICA IDENTITY INDEX on "c" -UPDATE rf_tbl_abcd_nopk SET a = 1; --- Tests for partitioned table --- set PUBLISH_VIA_PARTITION_ROOT to false and test column list for partitioned --- table -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=0); --- fail - cannot use column list for partitioned table -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk (a); -ERROR: cannot use column list for relation "public.rf_tbl_abcd_part_pk" in publication "testpub6" -DETAIL: Column lists cannot be specified for partitioned tables when publish_via_partition_root is false. --- ok - can use column list for partition -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk_1 (a); --- ok - "a" is a PK col -UPDATE rf_tbl_abcd_part_pk SET a = 1; --- set PUBLISH_VIA_PARTITION_ROOT to true and test column list for partitioned --- table -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=1); --- ok - can use column list for partitioned table -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk (a); --- ok - "a" is a PK col -UPDATE rf_tbl_abcd_part_pk SET a = 1; --- fail - cannot set PUBLISH_VIA_PARTITION_ROOT to false if any column list is --- used for partitioned table -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=0); -ERROR: cannot set parameter "publish_via_partition_root" to false for publication "testpub6" -DETAIL: The publication contains a column list for partitioned table "rf_tbl_abcd_part_pk", which is not allowed when "publish_via_partition_root" is false. --- remove partitioned table's column list -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk; --- ok - we don't have column list for partitioned table. -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=0); --- Now change the root column list to use a column "b" --- (which is not in the replica identity) -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk_1 (b); --- ok - we don't have column list for partitioned table. -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=0); --- fail - "b" is not in REPLICA IDENTITY INDEX -UPDATE rf_tbl_abcd_part_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_part_pk_1" -DETAIL: Column list used by the publication does not cover the replica identity. --- set PUBLISH_VIA_PARTITION_ROOT to true --- can use column list for partitioned table -ALTER PUBLICATION testpub6 SET (PUBLISH_VIA_PARTITION_ROOT=1); --- ok - can use column list for partitioned table -ALTER PUBLICATION testpub6 SET TABLE rf_tbl_abcd_part_pk (b); --- fail - "b" is not in REPLICA IDENTITY INDEX -UPDATE rf_tbl_abcd_part_pk SET a = 1; -ERROR: cannot update table "rf_tbl_abcd_part_pk_1" -DETAIL: Column list used by the publication does not cover the replica identity. -DROP PUBLICATION testpub6; -DROP TABLE rf_tbl_abcd_pk; -DROP TABLE rf_tbl_abcd_nopk; -DROP TABLE rf_tbl_abcd_part_pk; --- ====================================================== --- Test cache invalidation FOR ALL TABLES publication -SET client_min_messages = 'ERROR'; -CREATE TABLE testpub_tbl4(a int); -INSERT INTO testpub_tbl4 values(1); -UPDATE testpub_tbl4 set a = 2; -CREATE PUBLICATION testpub_foralltables FOR ALL TABLES; -RESET client_min_messages; --- fail missing REPLICA IDENTITY -UPDATE testpub_tbl4 set a = 3; -ERROR: cannot update table "testpub_tbl4" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -DROP PUBLICATION testpub_foralltables; --- should pass after dropping the publication -UPDATE testpub_tbl4 set a = 3; -DROP TABLE testpub_tbl4; --- fail - view -CREATE PUBLICATION testpub_fortbl FOR TABLE testpub_view; -ERROR: cannot add relation "testpub_view" to publication -DETAIL: This operation is not supported for views. -CREATE TEMPORARY TABLE testpub_temptbl(a int); --- fail - temporary table -CREATE PUBLICATION testpub_fortemptbl FOR TABLE testpub_temptbl; -ERROR: cannot add relation "testpub_temptbl" to publication -DETAIL: This operation is not supported for temporary tables. -DROP TABLE testpub_temptbl; -CREATE UNLOGGED TABLE testpub_unloggedtbl(a int); --- fail - unlogged table -CREATE PUBLICATION testpub_forunloggedtbl FOR TABLE testpub_unloggedtbl; -ERROR: cannot add relation "testpub_unloggedtbl" to publication -DETAIL: This operation is not supported for unlogged tables. -DROP TABLE testpub_unloggedtbl; --- fail - system table -CREATE PUBLICATION testpub_forsystemtbl FOR TABLE pg_publication; -ERROR: cannot add relation "pg_publication" to publication -DETAIL: This operation is not supported for system tables. -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_fortbl FOR TABLE testpub_tbl1, pub_test.testpub_nopk; -RESET client_min_messages; --- fail - already added -ALTER PUBLICATION testpub_fortbl ADD TABLE testpub_tbl1; -ERROR: relation "testpub_tbl1" is already member of publication "testpub_fortbl" --- fail - already added -CREATE PUBLICATION testpub_fortbl FOR TABLE testpub_tbl1; -ERROR: publication "testpub_fortbl" already exists -\dRp+ testpub_fortbl - Publication testpub_fortbl - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "pub_test.testpub_nopk" - "public.testpub_tbl1" - --- fail - view -ALTER PUBLICATION testpub_default ADD TABLE testpub_view; -ERROR: cannot add relation "testpub_view" to publication -DETAIL: This operation is not supported for views. -ALTER PUBLICATION testpub_default ADD TABLE testpub_tbl1; -ALTER PUBLICATION testpub_default SET TABLE testpub_tbl1; -ALTER PUBLICATION testpub_default ADD TABLE pub_test.testpub_nopk; -ALTER PUBLICATION testpub_ins_trunct ADD TABLE pub_test.testpub_nopk, testpub_tbl1; -\d+ pub_test.testpub_nopk - Table "pub_test.testpub_nopk" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - foo | integer | | | | plain | | - bar | integer | | | | plain | | -Publications: - "testpub_default" - "testpub_fortbl" - "testpub_ins_trunct" - -\d+ testpub_tbl1 - Table "public.testpub_tbl1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+------------------------------------------+----------+--------------+------------- - id | integer | | not null | nextval('testpub_tbl1_id_seq'::regclass) | plain | | - data | text | | | | extended | | -Indexes: - "testpub_tbl1_pkey" PRIMARY KEY, btree (id) -Publications: - "testpub_default" - "testpub_fortbl" - "testpub_ins_trunct" -Not-null constraints: - "testpub_tbl1_id_not_null" NOT NULL "id" - -\dRp+ testpub_default - Publication testpub_default - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | f | none | f -Tables: - "pub_test.testpub_nopk" - "public.testpub_tbl1" - -ALTER PUBLICATION testpub_default DROP TABLE testpub_tbl1, pub_test.testpub_nopk; --- fail - nonexistent -ALTER PUBLICATION testpub_default DROP TABLE pub_test.testpub_nopk; -ERROR: relation "testpub_nopk" is not part of the publication -\d+ testpub_tbl1 - Table "public.testpub_tbl1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+------------------------------------------+----------+--------------+------------- - id | integer | | not null | nextval('testpub_tbl1_id_seq'::regclass) | plain | | - data | text | | | | extended | | -Indexes: - "testpub_tbl1_pkey" PRIMARY KEY, btree (id) -Publications: - "testpub_fortbl" - "testpub_ins_trunct" -Not-null constraints: - "testpub_tbl1_id_not_null" NOT NULL "id" - --- verify relation cache invalidation when a primary key is added using --- an existing index -CREATE TABLE pub_test.testpub_addpk (id int not null, data int); -ALTER PUBLICATION testpub_default ADD TABLE pub_test.testpub_addpk; -INSERT INTO pub_test.testpub_addpk VALUES(1, 11); -CREATE UNIQUE INDEX testpub_addpk_id_idx ON pub_test.testpub_addpk(id); --- fail: -UPDATE pub_test.testpub_addpk SET id = 2; -ERROR: cannot update table "testpub_addpk" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -ALTER TABLE pub_test.testpub_addpk ADD PRIMARY KEY USING INDEX testpub_addpk_id_idx; --- now it should work: -UPDATE pub_test.testpub_addpk SET id = 2; -DROP TABLE pub_test.testpub_addpk; --- permissions -SET ROLE regress_publication_user2; -CREATE PUBLICATION testpub2; -- fail -ERROR: permission denied for database regression -SET ROLE regress_publication_user; -GRANT CREATE ON DATABASE regression TO regress_publication_user2; -SET ROLE regress_publication_user2; -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub2; -- ok -CREATE PUBLICATION testpub3 FOR TABLES IN SCHEMA pub_test; -- fail -ERROR: must be superuser to create FOR TABLES IN SCHEMA publication -CREATE PUBLICATION testpub3; -- ok -RESET client_min_messages; -ALTER PUBLICATION testpub2 ADD TABLE testpub_tbl1; -- fail -ERROR: must be owner of table testpub_tbl1 -ALTER PUBLICATION testpub3 ADD TABLES IN SCHEMA pub_test; -- fail -ERROR: must be superuser to add or set schemas -SET ROLE regress_publication_user; -GRANT regress_publication_user TO regress_publication_user2; -SET ROLE regress_publication_user2; -ALTER PUBLICATION testpub2 ADD TABLE testpub_tbl1; -- ok -DROP PUBLICATION testpub2; -DROP PUBLICATION testpub3; -SET ROLE regress_publication_user; -CREATE ROLE regress_publication_user3; -GRANT regress_publication_user2 TO regress_publication_user3; -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub4 FOR TABLES IN SCHEMA pub_test; -RESET client_min_messages; -ALTER PUBLICATION testpub4 OWNER TO regress_publication_user3; -SET ROLE regress_publication_user3; --- fail - new owner must be superuser -ALTER PUBLICATION testpub4 owner to regress_publication_user2; -- fail -ERROR: permission denied to change owner of publication "testpub4" -HINT: The owner of a FOR TABLES IN SCHEMA publication must be a superuser. -ALTER PUBLICATION testpub4 owner to regress_publication_user; -- ok -SET ROLE regress_publication_user; -DROP PUBLICATION testpub4; -DROP ROLE regress_publication_user3; -REVOKE CREATE ON DATABASE regression FROM regress_publication_user2; -DROP TABLE testpub_parted; -DROP TABLE testpub_tbl1; -\dRp+ testpub_default - Publication testpub_default - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | f | none | f -(1 row) - --- fail - must be owner of publication -SET ROLE regress_publication_user_dummy; -ALTER PUBLICATION testpub_default RENAME TO testpub_dummy; -ERROR: must be owner of publication testpub_default -RESET ROLE; -ALTER PUBLICATION testpub_default RENAME TO testpub_foo; -\dRp testpub_foo - List of publications - Name | Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root --------------+--------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - testpub_foo | regress_publication_user | f | t | t | t | f | none | f -(1 row) - --- rename back to keep the rest simple -ALTER PUBLICATION testpub_foo RENAME TO testpub_default; -ALTER PUBLICATION testpub_default OWNER TO regress_publication_user2; -\dRp testpub_default - List of publications - Name | Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ------------------+---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - testpub_default | regress_publication_user2 | f | t | t | t | f | none | f -(1 row) - --- adding schemas and tables -CREATE SCHEMA pub_test1; -CREATE SCHEMA pub_test2; -CREATE SCHEMA pub_test3; -CREATE SCHEMA "CURRENT_SCHEMA"; -CREATE TABLE pub_test1.tbl (id int, data text); -CREATE TABLE pub_test1.tbl1 (id serial primary key, data text); -CREATE TABLE pub_test2.tbl1 (id serial primary key, data text); -CREATE TABLE "CURRENT_SCHEMA"."CURRENT_SCHEMA"(id int); --- suppress warning that depends on wal_level -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub1_forschema FOR TABLES IN SCHEMA pub_test1; -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - -CREATE PUBLICATION testpub2_forschema FOR TABLES IN SCHEMA pub_test1, pub_test2, pub_test3; -\dRp+ testpub2_forschema - Publication testpub2_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - "pub_test2" - "pub_test3" - --- check create publication on CURRENT_SCHEMA -CREATE PUBLICATION testpub3_forschema FOR TABLES IN SCHEMA CURRENT_SCHEMA; -CREATE PUBLICATION testpub4_forschema FOR TABLES IN SCHEMA "CURRENT_SCHEMA"; -CREATE PUBLICATION testpub5_forschema FOR TABLES IN SCHEMA CURRENT_SCHEMA, "CURRENT_SCHEMA"; -CREATE PUBLICATION testpub6_forschema FOR TABLES IN SCHEMA "CURRENT_SCHEMA", CURRENT_SCHEMA; -CREATE PUBLICATION testpub_fortable FOR TABLE "CURRENT_SCHEMA"."CURRENT_SCHEMA"; -RESET client_min_messages; -\dRp+ testpub3_forschema - Publication testpub3_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "public" - -\dRp+ testpub4_forschema - Publication testpub4_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "CURRENT_SCHEMA" - -\dRp+ testpub5_forschema - Publication testpub5_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "CURRENT_SCHEMA" - "public" - -\dRp+ testpub6_forschema - Publication testpub6_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "CURRENT_SCHEMA" - "public" - -\dRp+ testpub_fortable - Publication testpub_fortable - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "CURRENT_SCHEMA.CURRENT_SCHEMA" - --- check create publication on CURRENT_SCHEMA where search_path is not set -SET SEARCH_PATH=''; -CREATE PUBLICATION testpub_forschema FOR TABLES IN SCHEMA CURRENT_SCHEMA; -ERROR: no schema has been selected for CURRENT_SCHEMA -RESET SEARCH_PATH; --- check create publication on CURRENT_SCHEMA where TABLE/TABLES in SCHEMA --- is not specified -CREATE PUBLICATION testpub_forschema1 FOR CURRENT_SCHEMA; -ERROR: invalid publication object list -LINE 1: CREATE PUBLICATION testpub_forschema1 FOR CURRENT_SCHEMA; - ^ -DETAIL: One of TABLE or TABLES IN SCHEMA must be specified before a standalone table or schema name. --- check create publication on CURRENT_SCHEMA along with FOR TABLE -CREATE PUBLICATION testpub_forschema1 FOR TABLE CURRENT_SCHEMA; -ERROR: syntax error at or near "CURRENT_SCHEMA" -LINE 1: CREATE PUBLICATION testpub_forschema1 FOR TABLE CURRENT_SCHE... - ^ --- check create publication on a schema that does not exist -CREATE PUBLICATION testpub_forschema FOR TABLES IN SCHEMA non_existent_schema; -ERROR: schema "non_existent_schema" does not exist --- check create publication on a system schema -CREATE PUBLICATION testpub_forschema FOR TABLES IN SCHEMA pg_catalog; -ERROR: cannot add schema "pg_catalog" to publication -DETAIL: This operation is not supported for system schemas. --- check create publication on an object which is not schema -CREATE PUBLICATION testpub1_forschema1 FOR TABLES IN SCHEMA testpub_view; -ERROR: schema "testpub_view" does not exist --- dropping the schema should reflect the change in publication -DROP SCHEMA pub_test3; -\dRp+ testpub2_forschema - Publication testpub2_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - "pub_test2" - --- renaming the schema should reflect the change in publication -ALTER SCHEMA pub_test1 RENAME to pub_test1_renamed; -\dRp+ testpub2_forschema - Publication testpub2_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1_renamed" - "pub_test2" - -ALTER SCHEMA pub_test1_renamed RENAME to pub_test1; -\dRp+ testpub2_forschema - Publication testpub2_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - "pub_test2" - --- alter publication add schema -ALTER PUBLICATION testpub1_forschema ADD TABLES IN SCHEMA pub_test2; -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - "pub_test2" - --- add non existent schema -ALTER PUBLICATION testpub1_forschema ADD TABLES IN SCHEMA non_existent_schema; -ERROR: schema "non_existent_schema" does not exist -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - "pub_test2" - --- add a schema which is already added to the publication -ALTER PUBLICATION testpub1_forschema ADD TABLES IN SCHEMA pub_test1; -ERROR: schema "pub_test1" is already member of publication "testpub1_forschema" -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - "pub_test2" - --- alter publication drop schema -ALTER PUBLICATION testpub1_forschema DROP TABLES IN SCHEMA pub_test2; -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - --- drop schema that is not present in the publication -ALTER PUBLICATION testpub1_forschema DROP TABLES IN SCHEMA pub_test2; -ERROR: tables from schema "pub_test2" are not part of the publication -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - --- drop a schema that does not exist in the system -ALTER PUBLICATION testpub1_forschema DROP TABLES IN SCHEMA non_existent_schema; -ERROR: schema "non_existent_schema" does not exist -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - --- drop all schemas -ALTER PUBLICATION testpub1_forschema DROP TABLES IN SCHEMA pub_test1; -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -(1 row) - --- alter publication set multiple schema -ALTER PUBLICATION testpub1_forschema SET TABLES IN SCHEMA pub_test1, pub_test2; -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - "pub_test2" - --- alter publication set non-existent schema -ALTER PUBLICATION testpub1_forschema SET TABLES IN SCHEMA non_existent_schema; -ERROR: schema "non_existent_schema" does not exist -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - "pub_test2" - --- alter publication set it duplicate schemas should set the schemas after --- removing the duplicate schemas -ALTER PUBLICATION testpub1_forschema SET TABLES IN SCHEMA pub_test1, pub_test1; -\dRp+ testpub1_forschema - Publication testpub1_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - --- Verify that it fails to add a schema with a column specification -ALTER PUBLICATION testpub1_forschema ADD TABLES IN SCHEMA foo (a, b); -ERROR: syntax error at or near "(" -LINE 1: ...LICATION testpub1_forschema ADD TABLES IN SCHEMA foo (a, b); - ^ -ALTER PUBLICATION testpub1_forschema ADD TABLES IN SCHEMA foo, bar (a, b); -ERROR: column specification not allowed for schema -LINE 1: ...TION testpub1_forschema ADD TABLES IN SCHEMA foo, bar (a, b)... - ^ --- cleanup pub_test1 schema for invalidation tests -ALTER PUBLICATION testpub2_forschema DROP TABLES IN SCHEMA pub_test1; -DROP PUBLICATION testpub3_forschema, testpub4_forschema, testpub5_forschema, testpub6_forschema, testpub_fortable; -DROP SCHEMA "CURRENT_SCHEMA" CASCADE; -NOTICE: drop cascades to table "CURRENT_SCHEMA"."CURRENT_SCHEMA" --- verify relation cache invalidations through update statement for the --- default REPLICA IDENTITY on the relation, if schema is part of the --- publication then update will fail because relation's relreplident --- option will be set, if schema is not part of the publication then update --- will be successful. -INSERT INTO pub_test1.tbl VALUES(1, 'test'); --- fail -UPDATE pub_test1.tbl SET id = 2; -ERROR: cannot update table "tbl" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -ALTER PUBLICATION testpub1_forschema DROP TABLES IN SCHEMA pub_test1; --- success -UPDATE pub_test1.tbl SET id = 2; -ALTER PUBLICATION testpub1_forschema SET TABLES IN SCHEMA pub_test1; --- fail -UPDATE pub_test1.tbl SET id = 2; -ERROR: cannot update table "tbl" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. --- verify invalidation of partition table having parent and child tables in --- different schema -CREATE SCHEMA pub_testpart1; -CREATE SCHEMA pub_testpart2; -CREATE TABLE pub_testpart1.parent1 (a int) partition by list (a); -CREATE TABLE pub_testpart2.child_parent1 partition of pub_testpart1.parent1 for values in (1); -INSERT INTO pub_testpart2.child_parent1 values(1); -UPDATE pub_testpart2.child_parent1 set a = 1; -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpubpart_forschema FOR TABLES IN SCHEMA pub_testpart1; -RESET client_min_messages; --- fail -UPDATE pub_testpart1.parent1 set a = 1; -ERROR: cannot update table "child_parent1" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -UPDATE pub_testpart2.child_parent1 set a = 1; -ERROR: cannot update table "child_parent1" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -DROP PUBLICATION testpubpart_forschema; --- verify invalidation of partition tables for schema publication that has --- parent and child tables of different partition hierarchies -CREATE TABLE pub_testpart2.parent2 (a int) partition by list (a); -CREATE TABLE pub_testpart1.child_parent2 partition of pub_testpart2.parent2 for values in (1); -INSERT INTO pub_testpart1.child_parent2 values(1); -UPDATE pub_testpart1.child_parent2 set a = 1; -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpubpart_forschema FOR TABLES IN SCHEMA pub_testpart2; -RESET client_min_messages; --- fail -UPDATE pub_testpart2.child_parent1 set a = 1; -ERROR: cannot update table "child_parent1" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -UPDATE pub_testpart2.parent2 set a = 1; -ERROR: cannot update table "child_parent2" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. -UPDATE pub_testpart1.child_parent2 set a = 1; -ERROR: cannot update table "child_parent2" because it does not have a replica identity and publishes updates -HINT: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE. --- alter publication set 'TABLES IN SCHEMA' on an empty publication. -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub3_forschema; -RESET client_min_messages; -\dRp+ testpub3_forschema - Publication testpub3_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -(1 row) - -ALTER PUBLICATION testpub3_forschema SET TABLES IN SCHEMA pub_test1; -\dRp+ testpub3_forschema - Publication testpub3_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables from schemas: - "pub_test1" - --- create publication including both 'FOR TABLE' and 'FOR TABLES IN SCHEMA' -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION testpub_forschema_fortable FOR TABLES IN SCHEMA pub_test1, TABLE pub_test2.tbl1; -CREATE PUBLICATION testpub_fortable_forschema FOR TABLE pub_test2.tbl1, TABLES IN SCHEMA pub_test1; -RESET client_min_messages; -\dRp+ testpub_forschema_fortable - Publication testpub_forschema_fortable - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "pub_test2.tbl1" -Tables from schemas: - "pub_test1" - -\dRp+ testpub_fortable_forschema - Publication testpub_fortable_forschema - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "pub_test2.tbl1" -Tables from schemas: - "pub_test1" - --- fail specifying table without any of 'FOR TABLES IN SCHEMA' or ---'FOR TABLE' or 'FOR ALL TABLES' -CREATE PUBLICATION testpub_error FOR pub_test2.tbl1; -ERROR: invalid publication object list -LINE 1: CREATE PUBLICATION testpub_error FOR pub_test2.tbl1; - ^ -DETAIL: One of TABLE or TABLES IN SCHEMA must be specified before a standalone table or schema name. -DROP VIEW testpub_view; -DROP PUBLICATION testpub_default; -DROP PUBLICATION testpub_ins_trunct; -DROP PUBLICATION testpub_fortbl; -DROP PUBLICATION testpub1_forschema; -DROP PUBLICATION testpub2_forschema; -DROP PUBLICATION testpub3_forschema; -DROP PUBLICATION testpub_forschema_fortable; -DROP PUBLICATION testpub_fortable_forschema; -DROP PUBLICATION testpubpart_forschema; -DROP SCHEMA pub_test CASCADE; -NOTICE: drop cascades to table pub_test.testpub_nopk -DROP SCHEMA pub_test1 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table pub_test1.tbl -drop cascades to table pub_test1.tbl1 -DROP SCHEMA pub_test2 CASCADE; -NOTICE: drop cascades to table pub_test2.tbl1 -DROP SCHEMA pub_testpart1 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table pub_testpart1.parent1 -drop cascades to table pub_testpart1.child_parent2 -DROP SCHEMA pub_testpart2 CASCADE; -NOTICE: drop cascades to table pub_testpart2.parent2 --- Test the list of partitions published with or without --- 'PUBLISH_VIA_PARTITION_ROOT' parameter -SET client_min_messages = 'ERROR'; -CREATE SCHEMA sch1; -CREATE SCHEMA sch2; -CREATE TABLE sch1.tbl1 (a int) PARTITION BY RANGE(a); -CREATE TABLE sch2.tbl1_part1 PARTITION OF sch1.tbl1 FOR VALUES FROM (1) to (10); --- Schema publication that does not include the schema that has the parent table -CREATE PUBLICATION pub FOR TABLES IN SCHEMA sch2 WITH (PUBLISH_VIA_PARTITION_ROOT=1); -SELECT * FROM pg_publication_tables; - pubname | schemaname | tablename | attnames | rowfilter ----------+------------+------------+----------+----------- - pub | sch2 | tbl1_part1 | {a} | -(1 row) - -DROP PUBLICATION pub; --- Table publication that does not include the parent table -CREATE PUBLICATION pub FOR TABLE sch2.tbl1_part1 WITH (PUBLISH_VIA_PARTITION_ROOT=1); -SELECT * FROM pg_publication_tables; - pubname | schemaname | tablename | attnames | rowfilter ----------+------------+------------+----------+----------- - pub | sch2 | tbl1_part1 | {a} | -(1 row) - --- Table publication that includes both the parent table and the child table -ALTER PUBLICATION pub ADD TABLE sch1.tbl1; -SELECT * FROM pg_publication_tables; - pubname | schemaname | tablename | attnames | rowfilter ----------+------------+-----------+----------+----------- - pub | sch1 | tbl1 | {a} | -(1 row) - -DROP PUBLICATION pub; --- Schema publication that does not include the schema that has the parent table -CREATE PUBLICATION pub FOR TABLES IN SCHEMA sch2 WITH (PUBLISH_VIA_PARTITION_ROOT=0); -SELECT * FROM pg_publication_tables; - pubname | schemaname | tablename | attnames | rowfilter ----------+------------+------------+----------+----------- - pub | sch2 | tbl1_part1 | {a} | -(1 row) - -DROP PUBLICATION pub; --- Table publication that does not include the parent table -CREATE PUBLICATION pub FOR TABLE sch2.tbl1_part1 WITH (PUBLISH_VIA_PARTITION_ROOT=0); -SELECT * FROM pg_publication_tables; - pubname | schemaname | tablename | attnames | rowfilter ----------+------------+------------+----------+----------- - pub | sch2 | tbl1_part1 | {a} | -(1 row) - --- Table publication that includes both the parent table and the child table -ALTER PUBLICATION pub ADD TABLE sch1.tbl1; -SELECT * FROM pg_publication_tables; - pubname | schemaname | tablename | attnames | rowfilter ----------+------------+------------+----------+----------- - pub | sch2 | tbl1_part1 | {a} | -(1 row) - -DROP PUBLICATION pub; -DROP TABLE sch2.tbl1_part1; -DROP TABLE sch1.tbl1; -CREATE TABLE sch1.tbl1 (a int) PARTITION BY RANGE(a); -CREATE TABLE sch1.tbl1_part1 PARTITION OF sch1.tbl1 FOR VALUES FROM (1) to (10); -CREATE TABLE sch1.tbl1_part2 PARTITION OF sch1.tbl1 FOR VALUES FROM (10) to (20); -CREATE TABLE sch1.tbl1_part3 (a int) PARTITION BY RANGE(a); -ALTER TABLE sch1.tbl1 ATTACH PARTITION sch1.tbl1_part3 FOR VALUES FROM (20) to (30); -CREATE PUBLICATION pub FOR TABLES IN SCHEMA sch1 WITH (PUBLISH_VIA_PARTITION_ROOT=1); -SELECT * FROM pg_publication_tables; - pubname | schemaname | tablename | attnames | rowfilter ----------+------------+-----------+----------+----------- - pub | sch1 | tbl1 | {a} | -(1 row) - -RESET client_min_messages; -DROP PUBLICATION pub; -DROP TABLE sch1.tbl1; -DROP SCHEMA sch1 cascade; -DROP SCHEMA sch2 cascade; --- ====================================================== --- Test the 'publish_generated_columns' parameter with the following values: --- 'stored', 'none', and the default (no value specified), which defaults to --- 'stored'. -SET client_min_messages = 'ERROR'; -CREATE PUBLICATION pub1 FOR ALL TABLES WITH (publish_generated_columns = stored); -\dRp+ pub1 - Publication pub1 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | t | t | t | t | t | stored | f -(1 row) - -CREATE PUBLICATION pub2 FOR ALL TABLES WITH (publish_generated_columns = none); -\dRp+ pub2 - Publication pub2 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | t | t | t | t | t | none | f -(1 row) - -CREATE PUBLICATION pub3 FOR ALL TABLES WITH (publish_generated_columns); -\dRp+ pub3 - Publication pub3 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | t | t | t | t | t | stored | f -(1 row) - -DROP PUBLICATION pub1; -DROP PUBLICATION pub2; -DROP PUBLICATION pub3; --- Test the 'publish_generated_columns' parameter as 'none' and 'stored' for --- different scenarios with/without generated columns in column lists. -CREATE TABLE gencols (a int, gen1 int GENERATED ALWAYS AS (a * 2) STORED); --- Generated columns in column list, when 'publish_generated_columns'='none' -CREATE PUBLICATION pub1 FOR table gencols(a, gen1) WITH (publish_generated_columns = none); -\dRp+ pub1 - Publication pub1 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "public.gencols" (a, gen1) - --- Generated columns in column list, when 'publish_generated_columns'='stored' -CREATE PUBLICATION pub2 FOR table gencols(a, gen1) WITH (publish_generated_columns = stored); -\dRp+ pub2 - Publication pub2 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | stored | f -Tables: - "public.gencols" (a, gen1) - --- Generated columns in column list, then set 'publish_generated_columns'='none' -ALTER PUBLICATION pub2 SET (publish_generated_columns = none); -\dRp+ pub2 - Publication pub2 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "public.gencols" (a, gen1) - --- Remove generated columns from column list, when 'publish_generated_columns'='none' -ALTER PUBLICATION pub2 SET TABLE gencols(a); -\dRp+ pub2 - Publication pub2 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "public.gencols" (a) - --- Add generated columns in column list, when 'publish_generated_columns'='none' -ALTER PUBLICATION pub2 SET TABLE gencols(a, gen1); -\dRp+ pub2 - Publication pub2 - Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root ---------------------------+------------+---------+---------+---------+-----------+-------------------+---------- - regress_publication_user | f | t | t | t | t | none | f -Tables: - "public.gencols" (a, gen1) - -DROP PUBLICATION pub1; -DROP PUBLICATION pub2; -DROP TABLE gencols; -RESET client_min_messages; -RESET SESSION AUTHORIZATION; -DROP ROLE regress_publication_user, regress_publication_user2; -DROP ROLE regress_publication_user_dummy; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subscription.out --- /tmp/cirrus-ci-build/src/test/regress/expected/subscription.out 2025-05-11 19:30:19.002950000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subscription.out 2025-05-11 19:32:42.774791000 +0000 @@ -1,482 +1,2 @@ --- --- SUBSCRIPTION --- -CREATE ROLE regress_subscription_user LOGIN SUPERUSER; -CREATE ROLE regress_subscription_user2; -CREATE ROLE regress_subscription_user3 IN ROLE pg_create_subscription; -CREATE ROLE regress_subscription_user_dummy LOGIN NOSUPERUSER; -SET SESSION AUTHORIZATION 'regress_subscription_user'; --- fail - no publications -CREATE SUBSCRIPTION regress_testsub CONNECTION 'foo'; -ERROR: syntax error at or near ";" -LINE 1: CREATE SUBSCRIPTION regress_testsub CONNECTION 'foo'; - ^ --- fail - no connection -CREATE SUBSCRIPTION regress_testsub PUBLICATION foo; -ERROR: syntax error at or near "PUBLICATION" -LINE 1: CREATE SUBSCRIPTION regress_testsub PUBLICATION foo; - ^ --- fail - cannot do CREATE SUBSCRIPTION CREATE SLOT inside transaction block -BEGIN; -CREATE SUBSCRIPTION regress_testsub CONNECTION 'testconn' PUBLICATION testpub WITH (create_slot); -ERROR: CREATE SUBSCRIPTION ... WITH (create_slot = true) cannot run inside a transaction block -COMMIT; --- fail - invalid connection string -CREATE SUBSCRIPTION regress_testsub CONNECTION 'testconn' PUBLICATION testpub; -ERROR: invalid connection string syntax: missing "=" after "testconn" in connection info string - --- fail - duplicate publications -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION foo, testpub, foo WITH (connect = false); -ERROR: publication name "foo" used more than once --- ok -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. -COMMENT ON SUBSCRIPTION regress_testsub IS 'test subscription'; -SELECT obj_description(s.oid, 'pg_subscription') FROM pg_subscription s; - obj_description -------------------- - test subscription -(1 row) - --- Check if the subscription stats are created and stats_reset is updated --- by pg_stat_reset_subscription_stats(). -SELECT subname, stats_reset IS NULL stats_reset_is_null FROM pg_stat_subscription_stats WHERE subname = 'regress_testsub'; - subname | stats_reset_is_null ------------------+--------------------- - regress_testsub | t -(1 row) - -SELECT pg_stat_reset_subscription_stats(oid) FROM pg_subscription WHERE subname = 'regress_testsub'; - pg_stat_reset_subscription_stats ----------------------------------- - -(1 row) - -SELECT subname, stats_reset IS NULL stats_reset_is_null FROM pg_stat_subscription_stats WHERE subname = 'regress_testsub'; - subname | stats_reset_is_null ------------------+--------------------- - regress_testsub | f -(1 row) - --- Reset the stats again and check if the new reset_stats is updated. -SELECT stats_reset as prev_stats_reset FROM pg_stat_subscription_stats WHERE subname = 'regress_testsub' \gset -SELECT pg_stat_reset_subscription_stats(oid) FROM pg_subscription WHERE subname = 'regress_testsub'; - pg_stat_reset_subscription_stats ----------------------------------- - -(1 row) - -SELECT :'prev_stats_reset' < stats_reset FROM pg_stat_subscription_stats WHERE subname = 'regress_testsub'; - ?column? ----------- - t -(1 row) - --- fail - name already exists -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false); -ERROR: subscription "regress_testsub" already exists --- fail - must be superuser -SET SESSION AUTHORIZATION 'regress_subscription_user2'; -CREATE SUBSCRIPTION regress_testsub2 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION foo WITH (connect = false); -ERROR: permission denied to create subscription -DETAIL: Only roles with privileges of the "pg_create_subscription" role may create subscriptions. -SET SESSION AUTHORIZATION 'regress_subscription_user'; --- fail - invalid option combinations -CREATE SUBSCRIPTION regress_testsub2 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, copy_data = true); -ERROR: connect = false and copy_data = true are mutually exclusive options -CREATE SUBSCRIPTION regress_testsub2 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, enabled = true); -ERROR: connect = false and enabled = true are mutually exclusive options -CREATE SUBSCRIPTION regress_testsub2 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, create_slot = true); -ERROR: connect = false and create_slot = true are mutually exclusive options -CREATE SUBSCRIPTION regress_testsub2 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (slot_name = NONE, enabled = true); -ERROR: slot_name = NONE and enabled = true are mutually exclusive options -CREATE SUBSCRIPTION regress_testsub2 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (slot_name = NONE, enabled = false, create_slot = true); -ERROR: slot_name = NONE and create_slot = true are mutually exclusive options -CREATE SUBSCRIPTION regress_testsub2 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (slot_name = NONE); -ERROR: subscription with slot_name = NONE must also set enabled = false -CREATE SUBSCRIPTION regress_testsub2 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (slot_name = NONE, enabled = false); -ERROR: subscription with slot_name = NONE must also set create_slot = false -CREATE SUBSCRIPTION regress_testsub2 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (slot_name = NONE, create_slot = false); -ERROR: subscription with slot_name = NONE must also set enabled = false --- ok - with slot_name = NONE -CREATE SUBSCRIPTION regress_testsub3 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (slot_name = NONE, connect = false); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. --- fail -ALTER SUBSCRIPTION regress_testsub3 ENABLE; -ERROR: cannot enable subscription that does not have a slot name -ALTER SUBSCRIPTION regress_testsub3 REFRESH PUBLICATION; -ERROR: ALTER SUBSCRIPTION ... REFRESH is not allowed for disabled subscriptions --- fail - origin must be either none or any -CREATE SUBSCRIPTION regress_testsub4 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (slot_name = NONE, connect = false, origin = foo); -ERROR: unrecognized origin value: "foo" --- now it works -CREATE SUBSCRIPTION regress_testsub4 CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (slot_name = NONE, connect = false, origin = none); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. -\dRs+ regress_testsub4 - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN -------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub4 | regress_subscription_user | f | {testpub} | f | parallel | d | f | none | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -ALTER SUBSCRIPTION regress_testsub4 SET (origin = any); -\dRs+ regress_testsub4 - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN -------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub4 | regress_subscription_user | f | {testpub} | f | parallel | d | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -DROP SUBSCRIPTION regress_testsub3; -DROP SUBSCRIPTION regress_testsub4; --- fail, connection string does not parse -CREATE SUBSCRIPTION regress_testsub5 CONNECTION 'i_dont_exist=param' PUBLICATION testpub; -ERROR: invalid connection string syntax: invalid connection option "i_dont_exist" - --- fail, connection string parses, but doesn't work (and does so without --- connecting, so this is reliable and safe) -CREATE SUBSCRIPTION regress_testsub5 CONNECTION 'port=-1' PUBLICATION testpub; -ERROR: subscription "regress_testsub5" could not connect to the publisher: invalid port number: "-1" --- fail - invalid connection string during ALTER -ALTER SUBSCRIPTION regress_testsub CONNECTION 'foobar'; -ERROR: invalid connection string syntax: missing "=" after "foobar" in connection info string - -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | parallel | d | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -ALTER SUBSCRIPTION regress_testsub SET PUBLICATION testpub2, testpub3 WITH (refresh = false); -ALTER SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist2'; -ALTER SUBSCRIPTION regress_testsub SET (slot_name = 'newname'); -ALTER SUBSCRIPTION regress_testsub SET (password_required = false); -ALTER SUBSCRIPTION regress_testsub SET (run_as_owner = true); -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+---------------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+------------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub2,testpub3} | f | parallel | d | f | any | f | t | f | off | dbname=regress_doesnotexist2 | 0/0 -(1 row) - -ALTER SUBSCRIPTION regress_testsub SET (password_required = true); -ALTER SUBSCRIPTION regress_testsub SET (run_as_owner = false); --- fail -ALTER SUBSCRIPTION regress_testsub SET (slot_name = ''); -ERROR: replication slot name "" is too short --- fail -ALTER SUBSCRIPTION regress_doesnotexist CONNECTION 'dbname=regress_doesnotexist2'; -ERROR: subscription "regress_doesnotexist" does not exist -ALTER SUBSCRIPTION regress_testsub SET (create_slot = false); -ERROR: unrecognized subscription parameter: "create_slot" --- ok -ALTER SUBSCRIPTION regress_testsub SKIP (lsn = '0/12345'); -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+---------------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+------------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub2,testpub3} | f | parallel | d | f | any | t | f | f | off | dbname=regress_doesnotexist2 | 0/12345 -(1 row) - --- ok - with lsn = NONE -ALTER SUBSCRIPTION regress_testsub SKIP (lsn = NONE); --- fail -ALTER SUBSCRIPTION regress_testsub SKIP (lsn = '0/0'); -ERROR: invalid WAL location (LSN): 0/0 -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+---------------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+------------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub2,testpub3} | f | parallel | d | f | any | t | f | f | off | dbname=regress_doesnotexist2 | 0/0 -(1 row) - -BEGIN; -ALTER SUBSCRIPTION regress_testsub ENABLE; -\dRs - List of subscriptions - Name | Owner | Enabled | Publication ------------------+---------------------------+---------+--------------------- - regress_testsub | regress_subscription_user | t | {testpub2,testpub3} -(1 row) - -ALTER SUBSCRIPTION regress_testsub DISABLE; -\dRs - List of subscriptions - Name | Owner | Enabled | Publication ------------------+---------------------------+---------+--------------------- - regress_testsub | regress_subscription_user | f | {testpub2,testpub3} -(1 row) - -COMMIT; --- fail - must be owner of subscription -SET ROLE regress_subscription_user_dummy; -ALTER SUBSCRIPTION regress_testsub RENAME TO regress_testsub_dummy; -ERROR: must be owner of subscription regress_testsub -RESET ROLE; -ALTER SUBSCRIPTION regress_testsub RENAME TO regress_testsub_foo; -ALTER SUBSCRIPTION regress_testsub_foo SET (synchronous_commit = local); -ALTER SUBSCRIPTION regress_testsub_foo SET (synchronous_commit = foobar); -ERROR: invalid value for parameter "synchronous_commit": "foobar" -HINT: Available values: local, remote_write, remote_apply, on, off. -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ----------------------+---------------------------+---------+---------------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+------------------------------+---------- - regress_testsub_foo | regress_subscription_user | f | {testpub2,testpub3} | f | parallel | d | f | any | t | f | f | local | dbname=regress_doesnotexist2 | 0/0 -(1 row) - --- rename back to keep the rest simple -ALTER SUBSCRIPTION regress_testsub_foo RENAME TO regress_testsub; --- ok, we're a superuser -ALTER SUBSCRIPTION regress_testsub OWNER TO regress_subscription_user2; --- fail - cannot do DROP SUBSCRIPTION inside transaction block with slot name -BEGIN; -DROP SUBSCRIPTION regress_testsub; -ERROR: DROP SUBSCRIPTION cannot run inside a transaction block -COMMIT; -ALTER SUBSCRIPTION regress_testsub SET (slot_name = NONE); --- now it works -BEGIN; -DROP SUBSCRIPTION regress_testsub; -COMMIT; -DROP SUBSCRIPTION IF EXISTS regress_testsub; -NOTICE: subscription "regress_testsub" does not exist, skipping -DROP SUBSCRIPTION regress_testsub; -- fail -ERROR: subscription "regress_testsub" does not exist --- fail - binary must be boolean -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, binary = foo); -ERROR: binary requires a Boolean value --- now it works -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, binary = true); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | t | parallel | d | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -ALTER SUBSCRIPTION regress_testsub SET (binary = false); -ALTER SUBSCRIPTION regress_testsub SET (slot_name = NONE); -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | parallel | d | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -DROP SUBSCRIPTION regress_testsub; --- fail - streaming must be boolean or 'parallel' -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, streaming = foo); -ERROR: streaming requires a Boolean value or "parallel" --- now it works -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, streaming = true); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | on | d | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -ALTER SUBSCRIPTION regress_testsub SET (streaming = parallel); -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | parallel | d | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -ALTER SUBSCRIPTION regress_testsub SET (streaming = false); -ALTER SUBSCRIPTION regress_testsub SET (slot_name = NONE); -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | off | d | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - --- fail - publication already exists -ALTER SUBSCRIPTION regress_testsub ADD PUBLICATION testpub WITH (refresh = false); -ERROR: publication "testpub" is already in subscription "regress_testsub" --- fail - publication used more than once -ALTER SUBSCRIPTION regress_testsub ADD PUBLICATION testpub1, testpub1 WITH (refresh = false); -ERROR: publication name "testpub1" used more than once --- ok - add two publications into subscription -ALTER SUBSCRIPTION regress_testsub ADD PUBLICATION testpub1, testpub2 WITH (refresh = false); --- fail - publications already exist -ALTER SUBSCRIPTION regress_testsub ADD PUBLICATION testpub1, testpub2 WITH (refresh = false); -ERROR: publication "testpub1" is already in subscription "regress_testsub" -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-----------------------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub,testpub1,testpub2} | f | off | d | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - --- fail - publication used more than once -ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub1 WITH (refresh = false); -ERROR: publication name "testpub1" used more than once --- fail - all publications are deleted -ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub, testpub1, testpub2 WITH (refresh = false); -ERROR: cannot drop all the publications from a subscription --- fail - publication does not exist in subscription -ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub3 WITH (refresh = false); -ERROR: publication "testpub3" is not in subscription "regress_testsub" --- ok - delete publications -ALTER SUBSCRIPTION regress_testsub DROP PUBLICATION testpub1, testpub2 WITH (refresh = false); -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | off | d | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -DROP SUBSCRIPTION regress_testsub; -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION mypub - WITH (connect = false, create_slot = false, copy_data = false); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. -ALTER SUBSCRIPTION regress_testsub ENABLE; --- fail - ALTER SUBSCRIPTION with refresh is not allowed in a transaction --- block or function -BEGIN; -ALTER SUBSCRIPTION regress_testsub SET PUBLICATION mypub WITH (refresh = true); -ERROR: ALTER SUBSCRIPTION with refresh cannot run inside a transaction block -END; -BEGIN; -ALTER SUBSCRIPTION regress_testsub REFRESH PUBLICATION; -ERROR: ALTER SUBSCRIPTION ... REFRESH cannot run inside a transaction block -END; -CREATE FUNCTION func() RETURNS VOID AS -$$ ALTER SUBSCRIPTION regress_testsub SET PUBLICATION mypub WITH (refresh = true) $$ LANGUAGE SQL; -SELECT func(); -ERROR: ALTER SUBSCRIPTION with refresh cannot be executed from a function -CONTEXT: SQL function "func" statement 1 -ALTER SUBSCRIPTION regress_testsub DISABLE; -ALTER SUBSCRIPTION regress_testsub SET (slot_name = NONE); -DROP SUBSCRIPTION regress_testsub; -DROP FUNCTION func; --- fail - two_phase must be boolean -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, two_phase = foo); -ERROR: two_phase requires a Boolean value --- now it works -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, two_phase = true); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | parallel | p | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - --- we can alter streaming when two_phase enabled -ALTER SUBSCRIPTION regress_testsub SET (streaming = true); -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | on | p | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -ALTER SUBSCRIPTION regress_testsub SET (slot_name = NONE); -DROP SUBSCRIPTION regress_testsub; --- two_phase and streaming are compatible. -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, streaming = true, two_phase = true); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | on | p | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -ALTER SUBSCRIPTION regress_testsub SET (slot_name = NONE); -DROP SUBSCRIPTION regress_testsub; --- fail - disable_on_error must be boolean -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, disable_on_error = foo); -ERROR: disable_on_error requires a Boolean value --- now it works -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, disable_on_error = false); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | parallel | d | f | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -ALTER SUBSCRIPTION regress_testsub SET (disable_on_error = true); -\dRs+ - List of subscriptions - Name | Owner | Enabled | Publication | Binary | Streaming | Two-phase commit | Disable on error | Origin | Password required | Run as owner? | Failover | Synchronous commit | Conninfo | Skip LSN ------------------+---------------------------+---------+-------------+--------+-----------+------------------+------------------+--------+-------------------+---------------+----------+--------------------+-----------------------------+---------- - regress_testsub | regress_subscription_user | f | {testpub} | f | parallel | d | t | any | t | f | f | off | dbname=regress_doesnotexist | 0/0 -(1 row) - -ALTER SUBSCRIPTION regress_testsub SET (slot_name = NONE); -DROP SUBSCRIPTION regress_testsub; --- let's do some tests with pg_create_subscription rather than superuser -SET SESSION AUTHORIZATION regress_subscription_user3; --- fail, not enough privileges -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false); -ERROR: permission denied for database regression --- fail, must specify password -RESET SESSION AUTHORIZATION; -GRANT CREATE ON DATABASE REGRESSION TO regress_subscription_user3; -SET SESSION AUTHORIZATION regress_subscription_user3; -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false); -ERROR: password is required -DETAIL: Non-superusers must provide a password in the connection string. --- fail, can't set password_required=false -RESET SESSION AUTHORIZATION; -GRANT CREATE ON DATABASE REGRESSION TO regress_subscription_user3; -SET SESSION AUTHORIZATION regress_subscription_user3; -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist' PUBLICATION testpub WITH (connect = false, password_required = false); -ERROR: password_required=false is superuser-only -HINT: Subscriptions with the password_required option set to false may only be created or modified by the superuser. --- ok -RESET SESSION AUTHORIZATION; -GRANT CREATE ON DATABASE REGRESSION TO regress_subscription_user3; -SET SESSION AUTHORIZATION regress_subscription_user3; -CREATE SUBSCRIPTION regress_testsub CONNECTION 'dbname=regress_doesnotexist password=regress_fakepassword' PUBLICATION testpub WITH (connect = false); -WARNING: subscription was created, but is not connected -HINT: To initiate replication, you must manually create the replication slot, enable the subscription, and refresh the subscription. --- we cannot give the subscription away to some random user -ALTER SUBSCRIPTION regress_testsub OWNER TO regress_subscription_user; -ERROR: must be able to SET ROLE "regress_subscription_user" --- but we can rename the subscription we just created -ALTER SUBSCRIPTION regress_testsub RENAME TO regress_testsub2; --- ok, even after losing pg_create_subscription we can still rename it -RESET SESSION AUTHORIZATION; -REVOKE pg_create_subscription FROM regress_subscription_user3; -SET SESSION AUTHORIZATION regress_subscription_user3; -ALTER SUBSCRIPTION regress_testsub2 RENAME TO regress_testsub; --- fail, after losing CREATE on the database we can't rename it any more -RESET SESSION AUTHORIZATION; -REVOKE CREATE ON DATABASE REGRESSION FROM regress_subscription_user3; -SET SESSION AUTHORIZATION regress_subscription_user3; -ALTER SUBSCRIPTION regress_testsub RENAME TO regress_testsub2; -ERROR: permission denied for database regression --- fail - cannot do ALTER SUBSCRIPTION SET (failover) inside transaction block -BEGIN; -ALTER SUBSCRIPTION regress_testsub SET (failover); -ERROR: ALTER SUBSCRIPTION ... SET (failover) cannot run inside a transaction block -COMMIT; --- ok, owning it is enough for this stuff -ALTER SUBSCRIPTION regress_testsub SET (slot_name = NONE); -DROP SUBSCRIPTION regress_testsub; -RESET SESSION AUTHORIZATION; -DROP ROLE regress_subscription_user; -DROP ROLE regress_subscription_user2; -DROP ROLE regress_subscription_user3; -DROP ROLE regress_subscription_user_dummy; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_views.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_views.out --- /tmp/cirrus-ci-build/src/test/regress/expected/select_views.out 2025-05-11 19:30:18.997924000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_views.out 2025-05-11 19:32:42.801343000 +0000 @@ -1,1552 +1,2 @@ --- --- SELECT_VIEWS --- test the views defined in CREATE_VIEWS --- -SELECT * FROM street; - name | thepath | cname -------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------- - Access Rd 25 | [(-121.9283,37.894),(-121.9283,37.9)] | Oakland - Ada St | [(-122.2487,37.398),(-122.2496,37.401)] | Lafayette - Agua Fria Creek | [(-121.9254,37.922),(-121.9281,37.889)] | Oakland - Allen Ct | [(-122.0131,37.602),(-122.0117,37.597)] | Berkeley - Alvarado Niles Road | [(-122.0325,37.903),(-122.0316,37.9)] | Berkeley - Andrea Cir | [(-121.733218,37.88641),(-121.733286,37.90617)] | Oakland - Apricot Lane | [(-121.9471,37.401),(-121.9456,37.392)] | Oakland - Apricot Lane | [(-121.9471,37.401),(-121.9456,37.392)] | Oakland - Arden Road | [(-122.0978,37.177),(-122.1,37.177)] | Oakland - Arizona St | [(-122.0381,37.901),(-122.0367,37.898)] | Berkeley - Arlington Dr | [(-121.8802,37.408),(-121.8807,37.394)] | Oakland - Arlington Dr | [(-121.8802,37.408),(-121.8807,37.394)] | Oakland - Arlington Road | [(-121.7957,37.898),(-121.7956,37.906)] | Oakland - Arroyo Las Positas | [(-121.7973,37.997),(-121.7957,37.005)] | Oakland - Arroyo Las Positas | [(-121.7973,37.997),(-121.7957,37.005)] | Oakland - Arroyo Seco | [(-121.7073,37.766),(-121.6997,37.729)] | Oakland - Ash St | [(-122.0408,37.31),(-122.04,37.292)] | Oakland - Avenue 134th | [(-122.1823,37.002),(-122.1851,37.992)] | Oakland - Avenue 134th | [(-122.1823,37.002),(-122.1851,37.992)] | Berkeley - Avenue 140th | [(-122.1656,37.003),(-122.1691,37.988)] | Oakland - Avenue 140th | [(-122.1656,37.003),(-122.1691,37.988)] | Berkeley - Avenue D | [(-122.298,37.848),(-122.3024,37.849)] | Berkeley - B St | [(-122.1749,37.451),(-122.1743,37.443)] | Oakland - Bancroft Ave | [(-122.15714,37.4242),(-122.156,37.409)] | Oakland - Bancroft Ave | [(-122.1643,37.523),(-122.1631,37.508),(-122.1621,37.493)] | Oakland - Birch St | [(-122.1617,37.425),(-122.1614,37.417)] | Oakland - Birch St | [(-122.1673,37.509),(-122.1661,37.492)] | Oakland - Blacow Road | [(-122.0179,37.469),(-122.0167,37.465)] | Oakland - Bridgepointe Dr | [(-122.0514,37.305),(-122.0509,37.299)] | Oakland - Broadmore Ave | [(-122.095,37.522),(-122.0936,37.497)] | Oakland - Broadway | [(-122.2409,37.586),(-122.2395,37.601)] | Berkeley - Buckingham Blvd | [(-122.2231,37.59),(-122.2214,37.606)] | Berkeley - Butterfield Dr | [(-122.0838,37.002),(-122.0834,37.987)] | Oakland - Butterfield Dr | [(-122.0838,37.002),(-122.0834,37.987)] | Oakland - Butterfield Dr | [(-122.0838,37.002),(-122.0834,37.987)] | Berkeley - C St | [(-122.1768,37.46),(-122.1749,37.435)] | Oakland - Calaveras Creek | [(-121.8203,37.035),(-121.8207,37.931)] | Oakland - Calaveras Creek | [(-121.8203,37.035),(-121.8207,37.931)] | Oakland - California St | [(-122.2032,37.005),(-122.2016,37.996)] | Berkeley - California St | [(-122.2032,37.005),(-122.2016,37.996)] | Lafayette - Cameron Ave | [(-122.1316,37.502),(-122.1327,37.481)] | Oakland - Campus Dr | [(-122.1704,37.905),(-122.1678,37.868),(-122.1671,37.865)] | Berkeley - Capricorn Ave | [(-122.2176,37.404),(-122.2164,37.384)] | Lafayette - Carson St | [(-122.1846,37.9),(-122.1843,37.901)] | Berkeley - Cedar Blvd | [(-122.0282,37.446),(-122.0265,37.43)] | Oakland - Cedar St | [(-122.3011,37.737),(-122.2999,37.739)] | Berkeley - Celia St | [(-122.0611,37.3),(-122.0616,37.299)] | Oakland - Central Ave | [(-122.2343,37.602),(-122.2331,37.595)] | Berkeley - Chambers Dr | [(-122.2004,37.352),(-122.1972,37.368)] | Lafayette - Chambers Lane | [(-122.2001,37.359),(-122.1975,37.371)] | Lafayette - Champion St | [(-122.214,37.991),(-122.2147,37.002)] | Berkeley - Champion St | [(-122.214,37.991),(-122.2147,37.002)] | Lafayette - Chapman Dr | [(-122.0421,37.504),(-122.0414,37.498)] | Oakland - Charles St | [(-122.0255,37.505),(-122.0252,37.499)] | Oakland - Cherry St | [(-122.0437,37.42),(-122.0434,37.413)] | Oakland - Claremont Pl | [(-122.0542,37.995),(-122.0542,37.008)] | Oakland - Claremont Pl | [(-122.0542,37.995),(-122.0542,37.008)] | Oakland - Claremont Pl | [(-122.0542,37.995),(-122.0542,37.008)] | Berkeley - Coliseum Way | [(-122.2001,37.47),(-122.1978,37.516)] | Oakland - Coliseum Way | [(-122.2113,37.626),(-122.2085,37.592),(-122.2063,37.568)] | Berkeley - Coolidge Ave | [(-122.2007,37.058),(-122.1992,37.06)] | Lafayette - Cornell Ave | [(-122.2956,37.925),(-122.2949,37.906),(-122.2939,37.875)] | Berkeley - Corriea Way | [(-121.9501,37.402),(-121.9505,37.398)] | Oakland - Corriea Way | [(-121.9501,37.402),(-121.9505,37.398)] | Oakland - Cowing Road | [(-122.0002,37.934),(-121.9772,37.782)] | Oakland - Creston Road | [(-122.2639,37.002),(-122.2613,37.986),(-122.2602,37.978),(-122.2598,37.973)] | Berkeley - Creston Road | [(-122.2639,37.002),(-122.2613,37.986),(-122.2602,37.978),(-122.2598,37.973)] | Lafayette - Crow Canyon Creek | [(-122.043,37.905),(-122.0368,37.71)] | Berkeley - Crystaline Dr | [(-121.925856,37),(-121.925869,37.00527)] | Oakland - Cull Canyon Road | [(-122.0536,37.435),(-122.0499,37.315)] | Oakland - Cull Creek | [(-122.0624,37.875),(-122.0582,37.527)] | Berkeley - D St | [(-122.1811,37.505),(-122.1805,37.497)] | Oakland - Decoto Road | [(-122.0159,37.006),(-122.016,37.002),(-122.0164,37.993)] | Oakland - Decoto Road | [(-122.0159,37.006),(-122.016,37.002),(-122.0164,37.993)] | Oakland - Decoto Road | [(-122.0159,37.006),(-122.016,37.002),(-122.0164,37.993)] | Berkeley - Deering St | [(-122.2146,37.904),(-122.2126,37.897)] | Berkeley - Dimond Ave | [(-122.2167,37.994),(-122.2162,37.006)] | Berkeley - Dimond Ave | [(-122.2167,37.994),(-122.2162,37.006)] | Lafayette - Donna Way | [(-122.1333,37.606),(-122.1316,37.599)] | Berkeley - Driftwood Dr | [(-122.0109,37.482),(-122.0113,37.477)] | Oakland - Driscoll Road | [(-121.9482,37.403),(-121.948451,37.39995)] | Oakland - Driscoll Road | [(-121.9482,37.403),(-121.948451,37.39995)] | Oakland - E St | [(-122.1832,37.505),(-122.1826,37.498),(-122.182,37.49)] | Oakland - Eden Ave | [(-122.1143,37.505),(-122.1142,37.491)] | Oakland - Eden Creek | [(-122.022037,37.00675),(-122.0221,37.998)] | Oakland - Eden Creek | [(-122.022037,37.00675),(-122.0221,37.998)] | Oakland - Eden Creek | [(-122.022037,37.00675),(-122.0221,37.998)] | Berkeley - Edgewater Dr | [(-122.201,37.379),(-122.2042,37.41)] | Lafayette - Enos Way | [(-121.7677,37.896),(-121.7673,37.91)] | Oakland - Euclid Ave | [(-122.2671,37.009),(-122.2666,37.987)] | Berkeley - Euclid Ave | [(-122.2671,37.009),(-122.2666,37.987)] | Lafayette - Fairview Ave | [(-121.999,37.428),(-121.9863,37.351)] | Oakland - Fairview Ave | [(-121.999,37.428),(-121.9863,37.351)] | Oakland - Foothill Blvd | [(-122.2414,37.9),(-122.2403,37.893)] | Berkeley - Fountain St | [(-122.2306,37.593),(-122.2293,37.605)] | Berkeley - Gading Road | [(-122.0801,37.343),(-122.08,37.336)] | Oakland - Grizzly Peak Blvd | [(-122.2213,37.638),(-122.2127,37.581)] | Berkeley - Grove Way | [(-122.0643,37.884),(-122.062679,37.89162),(-122.061796,37.89578),(-122.0609,37.9)] | Berkeley - Harris Road | [(-122.0659,37.372),(-122.0675,37.363)] | Oakland - Heartwood Dr | [(-122.2006,37.341),(-122.1992,37.338)] | Lafayette - Hegenberger Exwy | [(-122.1946,37.52),(-122.1947,37.497)] | Oakland - Herrier St | [(-122.1943,37.006),(-122.1936,37.998)] | Oakland - Herrier St | [(-122.1943,37.006),(-122.1936,37.998)] | Berkeley - Hesperian Blvd | [(-122.097,37.333),(-122.0956,37.31),(-122.0946,37.293)] | Oakland - Hesperian Blvd | [(-122.097,37.333),(-122.0956,37.31),(-122.0946,37.293)] | Oakland - Hesperian Blvd | [(-122.1132,37.6),(-122.1123,37.586)] | Berkeley - Hollis St | [(-122.2885,37.397),(-122.289,37.414)] | Lafayette - I- 580 | [(-121.727,37.074),(-121.7229,37.093),(-121.722301,37.09522),(-121.721001,37.10005),(-121.7194,37.106),(-121.7188,37.109),(-121.7168,37.12),(-121.7163,37.123),(-121.7145,37.127),(-121.7096,37.148),(-121.707731,37.1568),(-121.7058,37.166),(-121.7055,37.168),(-121.7044,37.174),(-121.7038,37.172),(-121.7037,37.172),(-121.7027,37.175),(-121.7001,37.181),(-121.6957,37.191),(-121.6948,37.192),(-121.6897,37.204),(-121.6697,37.185)] | Oakland - I- 580 | [(-121.9322,37.989),(-121.9243,37.006),(-121.9217,37.014)] | Oakland - I- 580 | [(-121.9322,37.989),(-121.9243,37.006),(-121.9217,37.014)] | Oakland - I- 580 | [(-122.018,37.019),(-122.0009,37.032),(-121.9787,37.983),(-121.958,37.984),(-121.9571,37.986)] | Oakland - I- 580 | [(-122.018,37.019),(-122.0009,37.032),(-121.9787,37.983),(-121.958,37.984),(-121.9571,37.986)] | Oakland - I- 580 | [(-122.1108,37.023),(-122.1101,37.02),(-122.108103,37.00764),(-122.108,37.007),(-122.1069,37.998),(-122.1064,37.994),(-122.1053,37.982),(-122.1048,37.977),(-122.1032,37.958),(-122.1026,37.953),(-122.1013,37.938),(-122.0989,37.911),(-122.0984,37.91),(-122.098,37.908)] | Oakland - I- 580 | [(-122.1108,37.023),(-122.1101,37.02),(-122.108103,37.00764),(-122.108,37.007),(-122.1069,37.998),(-122.1064,37.994),(-122.1053,37.982),(-122.1048,37.977),(-122.1032,37.958),(-122.1026,37.953),(-122.1013,37.938),(-122.0989,37.911),(-122.0984,37.91),(-122.098,37.908)] | Berkeley - I- 580 | [(-122.1543,37.703),(-122.1535,37.694),(-122.1512,37.655),(-122.1475,37.603),(-122.1468,37.583),(-122.1472,37.569),(-122.149044,37.54874),(-122.1493,37.546),(-122.1501,37.532),(-122.1506,37.509),(-122.1495,37.482),(-122.1487,37.467),(-122.1477,37.447),(-122.1414,37.383),(-122.1404,37.376),(-122.1398,37.372),(-122.139,37.356),(-122.1388,37.353),(-122.1385,37.34),(-122.1382,37.33),(-122.1378,37.316)] | Oakland - I- 580 | [(-122.1543,37.703),(-122.1535,37.694),(-122.1512,37.655),(-122.1475,37.603),(-122.1468,37.583),(-122.1472,37.569),(-122.149044,37.54874),(-122.1493,37.546),(-122.1501,37.532),(-122.1506,37.509),(-122.1495,37.482),(-122.1487,37.467),(-122.1477,37.447),(-122.1414,37.383),(-122.1404,37.376),(-122.1398,37.372),(-122.139,37.356),(-122.1388,37.353),(-122.1385,37.34),(-122.1382,37.33),(-122.1378,37.316)] | Berkeley - I- 580 | [(-122.2197,37.99),(-122.22,37.99),(-122.222092,37.99523),(-122.2232,37.998),(-122.224146,37.99963),(-122.2261,37.003),(-122.2278,37.007),(-122.2302,37.026),(-122.2323,37.043),(-122.2344,37.059),(-122.235405,37.06427),(-122.2365,37.07)] | Berkeley - I- 580 | [(-122.2197,37.99),(-122.22,37.99),(-122.222092,37.99523),(-122.2232,37.998),(-122.224146,37.99963),(-122.2261,37.003),(-122.2278,37.007),(-122.2302,37.026),(-122.2323,37.043),(-122.2344,37.059),(-122.235405,37.06427),(-122.2365,37.07)] | Lafayette - I- 580 Ramp | [(-121.8521,37.011),(-121.8479,37.999),(-121.8476,37.999),(-121.8456,37.01),(-121.8455,37.011)] | Oakland - I- 580 Ramp | [(-121.8521,37.011),(-121.8479,37.999),(-121.8476,37.999),(-121.8456,37.01),(-121.8455,37.011)] | Oakland - I- 580 Ramp | [(-121.8743,37.014),(-121.8722,37.999),(-121.8714,37.999)] | Oakland - I- 580 Ramp | [(-121.8743,37.014),(-121.8722,37.999),(-121.8714,37.999)] | Oakland - I- 580 Ramp | [(-121.9043,37.998),(-121.9036,37.013),(-121.902632,37.0174),(-121.9025,37.018)] | Oakland - I- 580 Ramp | [(-121.9043,37.998),(-121.9036,37.013),(-121.902632,37.0174),(-121.9025,37.018)] | Oakland - I- 580 Ramp | [(-121.9368,37.986),(-121.936483,37.98832),(-121.9353,37.997),(-121.93504,37.00035),(-121.9346,37.006),(-121.933764,37.00031),(-121.9333,37.997),(-121.9322,37.989)] | Oakland - I- 580 Ramp | [(-121.9368,37.986),(-121.936483,37.98832),(-121.9353,37.997),(-121.93504,37.00035),(-121.9346,37.006),(-121.933764,37.00031),(-121.9333,37.997),(-121.9322,37.989)] | Oakland - I- 580 Ramp | [(-122.093241,37.90351),(-122.09364,37.89634),(-122.093788,37.89212)] | Berkeley - I- 580 Ramp | [(-122.0934,37.896),(-122.09257,37.89961),(-122.0911,37.906)] | Berkeley - I- 580 Ramp | [(-122.0941,37.897),(-122.0943,37.902)] | Berkeley - I- 580 Ramp | [(-122.096,37.888),(-122.0962,37.891),(-122.0964,37.9)] | Berkeley - I- 580 Ramp | [(-122.101,37.898),(-122.1005,37.902),(-122.0989,37.911)] | Berkeley - I- 580 Ramp | [(-122.1086,37.003),(-122.1068,37.993),(-122.1066,37.992),(-122.1053,37.982)] | Oakland - I- 580 Ramp | [(-122.1086,37.003),(-122.1068,37.993),(-122.1066,37.992),(-122.1053,37.982)] | Berkeley - I- 580 Ramp | [(-122.1414,37.383),(-122.1407,37.376),(-122.1403,37.372),(-122.139,37.356)] | Oakland - I- 580/I-680 Ramp | ((-121.9207,37.988),(-121.9192,37.016)) | Oakland - I- 580/I-680 Ramp | ((-121.9207,37.988),(-121.9192,37.016)) | Oakland - I- 680 | ((-121.939,37.15),(-121.9387,37.145),(-121.9373,37.125),(-121.934242,37.07643),(-121.933886,37.0709),(-121.9337,37.068),(-121.933122,37.06139),(-121.932736,37.05698),(-121.93222,37.05108),(-121.931844,37.04678),(-121.930113,37.027),(-121.926829,37),(-121.9265,37.998),(-121.9217,37.96),(-121.9203,37.949),(-121.9184,37.934)) | Oakland - I- 680 | ((-121.939,37.15),(-121.9387,37.145),(-121.9373,37.125),(-121.934242,37.07643),(-121.933886,37.0709),(-121.9337,37.068),(-121.933122,37.06139),(-121.932736,37.05698),(-121.93222,37.05108),(-121.931844,37.04678),(-121.930113,37.027),(-121.926829,37),(-121.9265,37.998),(-121.9217,37.96),(-121.9203,37.949),(-121.9184,37.934)) | Oakland - I- 680 | [(-121.9101,37.715),(-121.911269,37.74682),(-121.9119,37.764),(-121.9124,37.776),(-121.9174,37.905),(-121.9194,37.957),(-121.9207,37.988)] | Oakland - I- 680 | [(-121.9184,37.934),(-121.917,37.913),(-121.9122,37.83),(-121.9052,37.702)] | Oakland - I- 680 Ramp | [(-121.8833,37.376),(-121.8833,37.392),(-121.883,37.4),(-121.8835,37.402),(-121.8852,37.422)] | Oakland - I- 680 Ramp | [(-121.8833,37.376),(-121.8833,37.392),(-121.883,37.4),(-121.8835,37.402),(-121.8852,37.422)] | Oakland - I- 680 Ramp | [(-121.92,37.438),(-121.9218,37.424),(-121.9238,37.408),(-121.9252,37.392)] | Oakland - I- 680 Ramp | [(-121.92,37.438),(-121.9218,37.424),(-121.9238,37.408),(-121.9252,37.392)] | Oakland - I- 680 Ramp | [(-121.9238,37.402),(-121.9234,37.395),(-121.923,37.399)] | Oakland - I- 680 Ramp | [(-121.9238,37.402),(-121.9234,37.395),(-121.923,37.399)] | Oakland - I- 80 | ((-122.2937,37.277),(-122.3016,37.262)) | Lafayette - I- 80 | ((-122.2962,37.273),(-122.3004,37.264)) | Lafayette - I- 80 Ramp | [(-122.2962,37.413),(-122.2959,37.382),(-122.2951,37.372)] | Lafayette - I- 880 | ((-121.9669,37.075),(-121.9663,37.071),(-121.9656,37.065),(-121.9618,37.037),(-121.95689,37),(-121.948,37.933)) | Oakland - I- 880 | ((-121.9669,37.075),(-121.9663,37.071),(-121.9656,37.065),(-121.9618,37.037),(-121.95689,37),(-121.948,37.933)) | Oakland - I- 880 | [(-121.948,37.933),(-121.9471,37.925),(-121.9467,37.923),(-121.946,37.918),(-121.9452,37.912),(-121.937,37.852)] | Oakland - I- 880 | [(-122.0219,37.466),(-122.0205,37.447),(-122.020331,37.44447),(-122.020008,37.43962),(-122.0195,37.432),(-122.0193,37.429),(-122.0164,37.393),(-122.010219,37.34771),(-122.0041,37.313)] | Oakland - I- 880 | [(-122.0375,37.632),(-122.0359,37.619),(-122.0358,37.616),(-122.034514,37.60409),(-122.031876,37.57965),(-122.031193,37.57332),(-122.03016,37.56375),(-122.02943,37.55698),(-122.028689,37.54929),(-122.027833,37.53908),(-122.025979,37.51698),(-122.0238,37.491)] | Oakland - I- 880 | [(-122.0375,37.632),(-122.0359,37.619),(-122.0358,37.616),(-122.034514,37.60409),(-122.031876,37.57965),(-122.031193,37.57332),(-122.03016,37.56375),(-122.02943,37.55698),(-122.028689,37.54929),(-122.027833,37.53908),(-122.025979,37.51698),(-122.0238,37.491)] | Berkeley - I- 880 | [(-122.0612,37.003),(-122.0604,37.991),(-122.0596,37.982),(-122.0585,37.967),(-122.0583,37.961),(-122.0553,37.918),(-122.053635,37.89475),(-122.050759,37.8546),(-122.05,37.844),(-122.0485,37.817),(-122.0483,37.813),(-122.0482,37.811)] | Oakland - I- 880 | [(-122.0612,37.003),(-122.0604,37.991),(-122.0596,37.982),(-122.0585,37.967),(-122.0583,37.961),(-122.0553,37.918),(-122.053635,37.89475),(-122.050759,37.8546),(-122.05,37.844),(-122.0485,37.817),(-122.0483,37.813),(-122.0482,37.811)] | Oakland - I- 880 | [(-122.0612,37.003),(-122.0604,37.991),(-122.0596,37.982),(-122.0585,37.967),(-122.0583,37.961),(-122.0553,37.918),(-122.053635,37.89475),(-122.050759,37.8546),(-122.05,37.844),(-122.0485,37.817),(-122.0483,37.813),(-122.0482,37.811)] | Berkeley - I- 880 | [(-122.0831,37.312),(-122.0819,37.296),(-122.081,37.285),(-122.0786,37.248),(-122.078,37.24),(-122.077642,37.23496),(-122.076983,37.22567),(-122.076599,37.22026),(-122.076229,37.21505),(-122.0758,37.209)] | Oakland - I- 880 | [(-122.0978,37.528),(-122.096,37.496),(-122.0931,37.453),(-122.09277,37.4496),(-122.090189,37.41442),(-122.0896,37.405),(-122.085,37.34)] | Oakland - I- 880 | [(-122.1365,37.902),(-122.1358,37.898),(-122.1333,37.881),(-122.1323,37.874),(-122.1311,37.866),(-122.1308,37.865),(-122.1307,37.864),(-122.1289,37.851),(-122.1277,37.843),(-122.1264,37.834),(-122.1231,37.812),(-122.1165,37.766),(-122.1104,37.72),(-122.109695,37.71094),(-122.109,37.702),(-122.108312,37.69168),(-122.1076,37.681)] | Berkeley - I- 880 | [(-122.1755,37.185),(-122.1747,37.178),(-122.1742,37.173),(-122.1692,37.126),(-122.167792,37.11594),(-122.16757,37.11435),(-122.1671,37.111),(-122.1655,37.1),(-122.165169,37.09811),(-122.1641,37.092),(-122.1596,37.061),(-122.158381,37.05275),(-122.155991,37.03657),(-122.1531,37.017),(-122.1478,37.98),(-122.1407,37.932),(-122.1394,37.924),(-122.1389,37.92),(-122.1376,37.91)] | Oakland - I- 880 | [(-122.1755,37.185),(-122.1747,37.178),(-122.1742,37.173),(-122.1692,37.126),(-122.167792,37.11594),(-122.16757,37.11435),(-122.1671,37.111),(-122.1655,37.1),(-122.165169,37.09811),(-122.1641,37.092),(-122.1596,37.061),(-122.158381,37.05275),(-122.155991,37.03657),(-122.1531,37.017),(-122.1478,37.98),(-122.1407,37.932),(-122.1394,37.924),(-122.1389,37.92),(-122.1376,37.91)] | Berkeley - I- 880 | [(-122.2214,37.711),(-122.2202,37.699),(-122.2199,37.695),(-122.219,37.682),(-122.2184,37.672),(-122.2173,37.652),(-122.2159,37.638),(-122.2144,37.616),(-122.2138,37.612),(-122.2135,37.609),(-122.212,37.592),(-122.2116,37.586),(-122.2111,37.581)] | Berkeley - I- 880 | [(-122.2707,37.975),(-122.2693,37.972),(-122.2681,37.966),(-122.267,37.962),(-122.2659,37.957),(-122.2648,37.952),(-122.2636,37.946),(-122.2625,37.935),(-122.2617,37.927),(-122.2607,37.921),(-122.2593,37.916),(-122.258,37.911),(-122.2536,37.898),(-122.2432,37.858),(-122.2408,37.845),(-122.2386,37.827),(-122.2374,37.811)] | Berkeley - I- 880 Ramp | [(-122.0019,37.301),(-122.002,37.293)] | Oakland - I- 880 Ramp | [(-122.0041,37.313),(-122.0018,37.315),(-122.0007,37.315),(-122.0005,37.313),(-122.0002,37.308),(-121.9995,37.289)] | Oakland - I- 880 Ramp | [(-122.0041,37.313),(-122.0038,37.308),(-122.0039,37.284),(-122.0013,37.287),(-121.9995,37.289)] | Oakland - I- 880 Ramp | [(-122.0236,37.488),(-122.0231,37.458),(-122.0227,37.458),(-122.0223,37.452),(-122.0205,37.447)] | Oakland - I- 880 Ramp | [(-122.0238,37.491),(-122.0215,37.483),(-122.0211,37.477),(-122.0205,37.447)] | Oakland - I- 880 Ramp | [(-122.059,37.982),(-122.0577,37.984),(-122.0612,37.003)] | Oakland - I- 880 Ramp | [(-122.059,37.982),(-122.0577,37.984),(-122.0612,37.003)] | Oakland - I- 880 Ramp | [(-122.059,37.982),(-122.0577,37.984),(-122.0612,37.003)] | Berkeley - I- 880 Ramp | [(-122.0618,37.011),(-122.0631,37.982),(-122.0585,37.967)] | Oakland - I- 880 Ramp | [(-122.0618,37.011),(-122.0631,37.982),(-122.0585,37.967)] | Oakland - I- 880 Ramp | [(-122.0618,37.011),(-122.0631,37.982),(-122.0585,37.967)] | Berkeley - I- 880 Ramp | [(-122.085,37.34),(-122.0801,37.316),(-122.081,37.285)] | Oakland - I- 880 Ramp | [(-122.085,37.34),(-122.0801,37.316),(-122.081,37.285)] | Oakland - I- 880 Ramp | [(-122.085,37.34),(-122.0866,37.316),(-122.0819,37.296)] | Oakland - I- 880 Ramp | [(-122.085,37.34),(-122.0866,37.316),(-122.0819,37.296)] | Oakland - I- 880 Ramp | [(-122.1029,37.61),(-122.1013,37.587),(-122.0999,37.569)] | Berkeley - I- 880 Ramp | [(-122.1379,37.891),(-122.1383,37.897),(-122.1377,37.902)] | Berkeley - I- 880 Ramp | [(-122.1379,37.931),(-122.137597,37.92736),(-122.1374,37.925),(-122.1373,37.924),(-122.1369,37.914),(-122.1358,37.905),(-122.1365,37.908),(-122.1358,37.898)] | Berkeley - I- 880 Ramp | [(-122.2536,37.898),(-122.254,37.902)] | Berkeley - I- 880 Ramp | [(-122.2771,37.002),(-122.278,37)] | Lafayette - Indian Way | [(-122.2066,37.398),(-122.2045,37.411)] | Lafayette - Jackson St | [(-122.0845,37.6),(-122.0842,37.606)] | Berkeley - Johnson Dr | [(-121.9145,37.901),(-121.915,37.877)] | Oakland - Joyce St | [(-122.0792,37.604),(-122.0774,37.581)] | Berkeley - Juniper St | [(-121.7823,37.897),(-121.7815,37.9)] | Oakland - Kaiser Dr | [(-122.067163,37.47821),(-122.060402,37.51961)] | Oakland - Keeler Ave | [(-122.2578,37.906),(-122.2579,37.899)] | Berkeley - Kildare Road | [(-122.0968,37.016),(-122.0959,37)] | Oakland - La Playa Dr | [(-122.1039,37.545),(-122.101,37.493)] | Oakland - Laguna Ave | [(-122.2099,37.989),(-122.2089,37)] | Berkeley - Laguna Ave | [(-122.2099,37.989),(-122.2089,37)] | Lafayette - Lakehurst Cir | [(-122.284729,37.89025),(-122.286096,37.90364)] | Berkeley - Lakeshore Ave | [(-122.2586,37.99),(-122.2556,37.006)] | Berkeley - Lakeshore Ave | [(-122.2586,37.99),(-122.2556,37.006)] | Lafayette - Las Positas Road | [(-121.764488,37.99199),(-121.75569,37.02022)] | Oakland - Las Positas Road | [(-121.764488,37.99199),(-121.75569,37.02022)] | Oakland - Linden St | [(-122.2867,37.998),(-122.2864,37.008)] | Berkeley - Linden St | [(-122.2867,37.998),(-122.2864,37.008)] | Lafayette - Livermore Ave | [(-121.7687,37.448),(-121.769,37.375)] | Oakland - Livermore Ave | [(-121.7687,37.448),(-121.769,37.375)] | Oakland - Livermore Ave | [(-121.772719,37.99085),(-121.7728,37.001)] | Oakland - Livermore Ave | [(-121.772719,37.99085),(-121.7728,37.001)] | Oakland - Locust St | [(-122.1606,37.007),(-122.1593,37.987)] | Oakland - Locust St | [(-122.1606,37.007),(-122.1593,37.987)] | Berkeley - Logan Ct | [(-122.0053,37.492),(-122.0061,37.484)] | Oakland - Magnolia St | [(-122.0971,37.5),(-122.0962,37.484)] | Oakland - Mandalay Road | [(-122.2322,37.397),(-122.2321,37.403)] | Lafayette - Marin Ave | [(-122.2741,37.894),(-122.272,37.901)] | Berkeley - Martin Luther King Jr Way | [(-122.2712,37.608),(-122.2711,37.599)] | Berkeley - Mattos Dr | [(-122.0005,37.502),(-122.000898,37.49683)] | Oakland - Maubert Ave | [(-122.1114,37.009),(-122.1096,37.995)] | Oakland - Maubert Ave | [(-122.1114,37.009),(-122.1096,37.995)] | Berkeley - McClure Ave | [(-122.1431,37.001),(-122.1436,37.998)] | Oakland - McClure Ave | [(-122.1431,37.001),(-122.1436,37.998)] | Berkeley - Medlar Dr | [(-122.0627,37.378),(-122.0625,37.375)] | Oakland - Mildred Ct | [(-122.0002,37.388),(-121.9998,37.386)] | Oakland - Miller Road | [(-122.0902,37.645),(-122.0865,37.545)] | Berkeley - Miramar Ave | [(-122.1009,37.025),(-122.099089,37.03209)] | Oakland - Mission Blvd | [(-121.918886,37),(-121.9194,37.976),(-121.9198,37.975)] | Oakland - Mission Blvd | [(-121.918886,37),(-121.9194,37.976),(-121.9198,37.975)] | Oakland - Mission Blvd | [(-122.0006,37.896),(-121.9989,37.88)] | Oakland - Mission Blvd | [(-122.0006,37.896),(-121.9989,37.88)] | Berkeley - Moores Ave | [(-122.0087,37.301),(-122.0094,37.292)] | Oakland - National Ave | [(-122.1192,37.5),(-122.1281,37.489)] | Oakland - Navajo Ct | [(-121.8779,37.901),(-121.8783,37.9)] | Oakland - Newark Blvd | [(-122.0352,37.438),(-122.0341,37.423)] | Oakland - Oakland Inner Harbor | [(-122.2625,37.913),(-122.260016,37.89484)] | Berkeley - Oakridge Road | [(-121.8316,37.049),(-121.828382,37)] | Oakland - Oneil Ave | [(-122.076754,37.62476),(-122.0745,37.595)] | Berkeley - Parkridge Dr | [(-122.1438,37.884),(-122.1428,37.9)] | Berkeley - Parkside Dr | [(-122.0475,37.603),(-122.0443,37.596)] | Berkeley - Paseo Padre Pkwy | [(-121.9143,37.005),(-121.913522,37)] | Oakland - Paseo Padre Pkwy | [(-122.0021,37.639),(-121.996,37.628)] | Oakland - Paseo Padre Pkwy | [(-122.0021,37.639),(-121.996,37.628)] | Berkeley - Pearl St | [(-122.2383,37.594),(-122.2366,37.615)] | Berkeley - Periwinkle Road | [(-122.0451,37.301),(-122.044758,37.29844)] | Oakland - Pimlico Dr | [(-121.8616,37.998),(-121.8618,37.008)] | Oakland - Pimlico Dr | [(-121.8616,37.998),(-121.8618,37.008)] | Oakland - Portsmouth Ave | [(-122.1064,37.315),(-122.1064,37.308)] | Oakland - Proctor Ave | [(-122.2267,37.406),(-122.2251,37.386)] | Lafayette - Railroad Ave | [(-122.0245,37.013),(-122.0234,37.003),(-122.0223,37.993)] | Oakland - Railroad Ave | [(-122.0245,37.013),(-122.0234,37.003),(-122.0223,37.993)] | Oakland - Railroad Ave | [(-122.0245,37.013),(-122.0234,37.003),(-122.0223,37.993)] | Berkeley - Ranspot Dr | [(-122.0972,37.999),(-122.0959,37)] | Oakland - Ranspot Dr | [(-122.0972,37.999),(-122.0959,37)] | Oakland - Ranspot Dr | [(-122.0972,37.999),(-122.0959,37)] | Berkeley - Redding St | [(-122.1978,37.901),(-122.1975,37.895)] | Berkeley - Redwood Road | [(-122.1493,37.98),(-122.1437,37.001)] | Oakland - Redwood Road | [(-122.1493,37.98),(-122.1437,37.001)] | Berkeley - Roca Dr | [(-122.0335,37.609),(-122.0314,37.599)] | Berkeley - Rosedale Ct | [(-121.9232,37.9),(-121.924,37.897)] | Oakland - Sacramento St | [(-122.2799,37.606),(-122.2797,37.597)] | Berkeley - Saddle Brook Dr | [(-122.1478,37.909),(-122.1454,37.904),(-122.1451,37.888)] | Berkeley - Saginaw Ct | [(-121.8803,37.898),(-121.8806,37.901)] | Oakland - San Andreas Dr | [(-122.0609,37.9),(-122.0614,37.895)] | Berkeley - Santa Maria Ave | [(-122.0773,37),(-122.0773,37.98)] | Oakland - Santa Maria Ave | [(-122.0773,37),(-122.0773,37.98)] | Oakland - Santa Maria Ave | [(-122.0773,37),(-122.0773,37.98)] | Berkeley - Shattuck Ave | [(-122.2686,37.904),(-122.2686,37.897)] | Berkeley - Sheridan Road | [(-122.2279,37.425),(-122.2253,37.411),(-122.2223,37.377)] | Lafayette - Shoreline Dr | [(-122.2657,37.603),(-122.2648,37.6)] | Berkeley - Skyline Blvd | [(-122.1738,37.01),(-122.1714,37.996)] | Oakland - Skyline Blvd | [(-122.1738,37.01),(-122.1714,37.996)] | Berkeley - Skyline Dr | [(-122.0277,37.5),(-122.0284,37.498)] | Oakland - Skywest Dr | [(-122.1161,37.62),(-122.1123,37.586)] | Berkeley - Southern Pacific Railroad | [(-122.3002,37.674),(-122.2999,37.661)] | Berkeley - Sp Railroad | [(-121.893564,37.99009),(-121.897,37.016)] | Oakland - Sp Railroad | [(-121.893564,37.99009),(-121.897,37.016)] | Oakland - Sp Railroad | [(-121.9565,37.898),(-121.9562,37.9)] | Oakland - Sp Railroad | [(-122.0734,37.001),(-122.0734,37.997)] | Oakland - Sp Railroad | [(-122.0734,37.001),(-122.0734,37.997)] | Oakland - Sp Railroad | [(-122.0734,37.001),(-122.0734,37.997)] | Berkeley - Sp Railroad | [(-122.0914,37.601),(-122.087,37.56),(-122.086408,37.5551)] | Berkeley - Sp Railroad | [(-122.137792,37.003),(-122.1365,37.992),(-122.131257,37.94612)] | Oakland - Sp Railroad | [(-122.137792,37.003),(-122.1365,37.992),(-122.131257,37.94612)] | Berkeley - Sp Railroad | [(-122.1947,37.497),(-122.193328,37.4848)] | Oakland - Stanton Ave | [(-122.100392,37.0697),(-122.099513,37.06052)] | Oakland - State Hwy 123 | [(-122.3004,37.986),(-122.2998,37.969),(-122.2995,37.962),(-122.2992,37.952),(-122.299,37.942),(-122.2987,37.935),(-122.2984,37.924),(-122.2982,37.92),(-122.2976,37.904),(-122.297,37.88),(-122.2966,37.869),(-122.2959,37.848),(-122.2961,37.843)] | Berkeley - State Hwy 13 | [(-122.1797,37.943),(-122.179871,37.91849),(-122.18,37.9),(-122.179023,37.86615),(-122.1787,37.862),(-122.1781,37.851),(-122.1777,37.845),(-122.1773,37.839),(-122.177,37.833)] | Berkeley - State Hwy 13 | [(-122.2049,37.2),(-122.20328,37.17975),(-122.1989,37.125),(-122.198078,37.11641),(-122.1975,37.11)] | Lafayette - State Hwy 13 Ramp | [(-122.2244,37.427),(-122.223,37.414),(-122.2214,37.396),(-122.2213,37.388)] | Lafayette - State Hwy 238 | ((-122.098,37.908),(-122.0983,37.907),(-122.099,37.905),(-122.101,37.898),(-122.101535,37.89711),(-122.103173,37.89438),(-122.1046,37.892),(-122.106,37.89)) | Berkeley - State Hwy 238 Ramp | [(-122.1288,37.9),(-122.1293,37.895),(-122.1296,37.906)] | Berkeley - State Hwy 24 | [(-122.2674,37.246),(-122.2673,37.248),(-122.267,37.261),(-122.2668,37.271),(-122.2663,37.298),(-122.2659,37.315),(-122.2655,37.336),(-122.265007,37.35882),(-122.264443,37.37286),(-122.2641,37.381),(-122.2638,37.388),(-122.2631,37.396),(-122.2617,37.405),(-122.2615,37.407),(-122.2605,37.412)] | Lafayette - State Hwy 84 | [(-121.9565,37.898),(-121.956589,37.89911),(-121.9569,37.903),(-121.956,37.91),(-121.9553,37.919)] | Oakland - State Hwy 84 | [(-122.0671,37.426),(-122.07,37.402),(-122.074,37.37),(-122.0773,37.338)] | Oakland - State Hwy 92 | [(-122.1085,37.326),(-122.1095,37.322),(-122.1111,37.316),(-122.1119,37.313),(-122.1125,37.311),(-122.1131,37.308),(-122.1167,37.292),(-122.1187,37.285),(-122.12,37.28)] | Oakland - State Hwy 92 Ramp | [(-122.1086,37.321),(-122.1089,37.315),(-122.1111,37.316)] | Oakland - Stuart St | [(-122.2518,37.6),(-122.2507,37.601),(-122.2491,37.606)] | Berkeley - Sunol Ridge Trl | [(-121.9419,37.455),(-121.9345,37.38)] | Oakland - Sunol Ridge Trl | [(-121.9419,37.455),(-121.9345,37.38)] | Oakland - Tassajara Creek | [(-121.87866,37.98898),(-121.8782,37.015)] | Oakland - Tassajara Creek | [(-121.87866,37.98898),(-121.8782,37.015)] | Oakland - Taurus Ave | [(-122.2159,37.416),(-122.2128,37.389)] | Lafayette - Tennyson Road | [(-122.0891,37.317),(-122.0927,37.317)] | Oakland - Thackeray Ave | [(-122.072,37.305),(-122.0715,37.298)] | Oakland - Theresa Way | [(-121.7289,37.906),(-121.728,37.899)] | Oakland - Tissiack Way | [(-121.920364,37),(-121.9208,37.995)] | Oakland - Tissiack Way | [(-121.920364,37),(-121.9208,37.995)] | Oakland - Tupelo Ter | [(-122.059087,37.6113),(-122.057021,37.59942)] | Berkeley - Vallecitos Road | [(-121.8699,37.916),(-121.8703,37.891)] | Oakland - Warm Springs Blvd | [(-121.933956,37),(-121.9343,37.97)] | Oakland - Warm Springs Blvd | [(-121.933956,37),(-121.9343,37.97)] | Oakland - Welch Creek Road | [(-121.7695,37.386),(-121.7737,37.413)] | Oakland - Welch Creek Road | [(-121.7695,37.386),(-121.7737,37.413)] | Oakland - West Loop Road | [(-122.0576,37.604),(-122.0602,37.586)] | Berkeley - Western Pacific Railroad Spur | [(-122.0394,37.018),(-122.0394,37.961)] | Oakland - Western Pacific Railroad Spur | [(-122.0394,37.018),(-122.0394,37.961)] | Oakland - Western Pacific Railroad Spur | [(-122.0394,37.018),(-122.0394,37.961)] | Berkeley - Whitlock Creek | [(-121.74683,37.91276),(-121.733107,37)] | Oakland - Whitlock Creek | [(-121.74683,37.91276),(-121.733107,37)] | Oakland - Willimet Way | [(-122.0964,37.517),(-122.0949,37.493)] | Oakland - Wisconsin St | [(-122.1994,37.017),(-122.1975,37.998),(-122.1971,37.994)] | Oakland - Wisconsin St | [(-122.1994,37.017),(-122.1975,37.998),(-122.1971,37.994)] | Berkeley - Wp Railroad | [(-122.254,37.902),(-122.2506,37.891)] | Berkeley - 100th Ave | [(-122.1657,37.429),(-122.1647,37.432)] | Oakland - 107th Ave | [(-122.1555,37.403),(-122.1531,37.41)] | Oakland - 14th St | [(-122.299,37.147),(-122.3,37.148)] | Lafayette - 19th Ave | [(-122.2366,37.897),(-122.2359,37.905)] | Berkeley - 1st St | [(-121.75508,37.89294),(-121.753581,37.90031)] | Oakland - 5th St | [(-122.278,37),(-122.2792,37.005),(-122.2803,37.009)] | Lafayette - 5th St | [(-122.296,37.615),(-122.2953,37.598)] | Berkeley - 82nd Ave | [(-122.1695,37.596),(-122.1681,37.603)] | Berkeley - 85th Ave | [(-122.1877,37.466),(-122.186,37.476)] | Oakland - 89th Ave | [(-122.1822,37.459),(-122.1803,37.471)] | Oakland - 98th Ave | [(-122.1568,37.498),(-122.1558,37.502)] | Oakland - 98th Ave | [(-122.1693,37.438),(-122.1682,37.444)] | Oakland - 98th Ave | [(-122.2001,37.258),(-122.1974,37.27)] | Lafayette -(333 rows) - -SELECT name, #thepath FROM iexit ORDER BY name COLLATE "C", 2; - name | ?column? -------------------------------------+---------- - I- 580 | 2 - I- 580 | 2 - I- 580 | 2 - I- 580 | 2 - I- 580 | 2 - I- 580 | 2 - I- 580 | 2 - I- 580 | 2 - I- 580 | 2 - I- 580 | 2 - I- 580 | 2 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 3 - I- 580 | 4 - I- 580 | 4 - I- 580 | 4 - I- 580 | 4 - I- 580 | 5 - I- 580 | 5 - I- 580 | 5 - I- 580 | 5 - I- 580 | 5 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 6 - I- 580 | 7 - I- 580 | 7 - I- 580 | 7 - I- 580 | 7 - I- 580 | 7 - I- 580 | 7 - I- 580 | 7 - I- 580 | 8 - I- 580 | 8 - I- 580 | 8 - I- 580 | 8 - I- 580 | 8 - I- 580 | 8 - I- 580 | 8 - I- 580 | 8 - I- 580 | 8 - I- 580 | 9 - I- 580 | 9 - I- 580 | 9 - I- 580 | 9 - I- 580 | 9 - I- 580 | 12 - I- 580 | 12 - I- 580 | 12 - I- 580 | 12 - I- 580 | 12 - I- 580 | 12 - I- 580 | 12 - I- 580 | 12 - I- 580 | 12 - I- 580 | 12 - I- 580 | 13 - I- 580 | 13 - I- 580 | 13 - I- 580 | 13 - I- 580 | 13 - I- 580 | 13 - I- 580 | 14 - I- 580 | 14 - I- 580 | 14 - I- 580 | 14 - I- 580 | 14 - I- 580 | 14 - I- 580 | 14 - I- 580 | 14 - I- 580 | 18 - I- 580 | 18 - I- 580 | 18 - I- 580 | 18 - I- 580 | 18 - I- 580 | 18 - I- 580 | 21 - I- 580 | 21 - I- 580 | 21 - I- 580 | 21 - I- 580 | 21 - I- 580 | 21 - I- 580 | 21 - I- 580 | 21 - I- 580 | 21 - I- 580 | 21 - I- 580 | 22 - I- 580 | 22 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 2 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 3 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 4 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 5 - I- 580 Ramp | 6 - I- 580 Ramp | 6 - I- 580 Ramp | 6 - I- 580 Ramp | 7 - I- 580 Ramp | 8 - I- 580 Ramp | 8 - I- 580 Ramp | 8 - I- 580 Ramp | 8 - I- 580 Ramp | 8 - I- 580 Ramp | 8 - I- 580/I-680 Ramp | 2 - I- 580/I-680 Ramp | 2 - I- 580/I-680 Ramp | 2 - I- 580/I-680 Ramp | 2 - I- 580/I-680 Ramp | 2 - I- 580/I-680 Ramp | 2 - I- 580/I-680 Ramp | 4 - I- 580/I-680 Ramp | 4 - I- 580/I-680 Ramp | 4 - I- 580/I-680 Ramp | 4 - I- 580/I-680 Ramp | 5 - I- 580/I-680 Ramp | 6 - I- 580/I-680 Ramp | 6 - I- 580/I-680 Ramp | 6 - I- 680 | 2 - I- 680 | 2 - I- 680 | 2 - I- 680 | 2 - I- 680 | 2 - I- 680 | 2 - I- 680 | 2 - I- 680 | 3 - I- 680 | 3 - I- 680 | 3 - I- 680 | 4 - I- 680 | 4 - I- 680 | 4 - I- 680 | 5 - I- 680 | 5 - I- 680 | 5 - I- 680 | 7 - I- 680 | 7 - I- 680 | 7 - I- 680 | 7 - I- 680 | 8 - I- 680 | 8 - I- 680 | 8 - I- 680 | 8 - I- 680 | 10 - I- 680 | 10 - I- 680 | 10 - I- 680 | 10 - I- 680 | 10 - I- 680 | 10 - I- 680 | 10 - I- 680 | 16 - I- 680 | 16 - I- 680 | 16 - I- 680 | 16 - I- 680 | 16 - I- 680 | 16 - I- 680 | 16 - I- 680 | 16 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 2 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 3 - I- 680 Ramp | 4 - I- 680 Ramp | 4 - I- 680 Ramp | 4 - I- 680 Ramp | 5 - I- 680 Ramp | 5 - I- 680 Ramp | 5 - I- 680 Ramp | 5 - I- 680 Ramp | 5 - I- 680 Ramp | 5 - I- 680 Ramp | 6 - I- 680 Ramp | 6 - I- 680 Ramp | 6 - I- 680 Ramp | 6 - I- 680 Ramp | 7 - I- 680 Ramp | 7 - I- 680 Ramp | 7 - I- 680 Ramp | 7 - I- 680 Ramp | 8 - I- 680 Ramp | 8 - I- 680 Ramp | 8 - I- 680 Ramp | 8 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 2 - I- 80 | 3 - I- 80 | 3 - I- 80 | 3 - I- 80 | 4 - I- 80 | 4 - I- 80 | 4 - I- 80 | 4 - I- 80 | 4 - I- 80 | 5 - I- 80 | 5 - I- 80 | 5 - I- 80 | 5 - I- 80 | 5 - I- 80 | 5 - I- 80 | 5 - I- 80 | 5 - I- 80 | 5 - I- 80 | 11 - I- 80 | 11 - I- 80 | 11 - I- 80 | 11 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 2 - I- 80 Ramp | 3 - I- 80 Ramp | 3 - I- 80 Ramp | 3 - I- 80 Ramp | 3 - I- 80 Ramp | 3 - I- 80 Ramp | 3 - I- 80 Ramp | 3 - I- 80 Ramp | 3 - I- 80 Ramp | 3 - I- 80 Ramp | 4 - I- 80 Ramp | 4 - I- 80 Ramp | 4 - I- 80 Ramp | 4 - I- 80 Ramp | 5 - I- 80 Ramp | 5 - I- 80 Ramp | 5 - I- 80 Ramp | 5 - I- 80 Ramp | 5 - I- 80 Ramp | 5 - I- 80 Ramp | 5 - I- 80 Ramp | 7 - I- 80 Ramp | 7 - I- 80 Ramp | 7 - I- 80 Ramp | 7 - I- 880 | 2 - I- 880 | 2 - I- 880 | 2 - I- 880 | 2 - I- 880 | 2 - I- 880 | 5 - I- 880 | 5 - I- 880 | 5 - I- 880 | 5 - I- 880 | 5 - I- 880 | 5 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 6 - I- 880 | 7 - I- 880 | 7 - I- 880 | 7 - I- 880 | 7 - I- 880 | 7 - I- 880 | 7 - I- 880 | 7 - I- 880 | 9 - I- 880 | 9 - I- 880 | 9 - I- 880 | 9 - I- 880 | 9 - I- 880 | 9 - I- 880 | 9 - I- 880 | 10 - I- 880 | 10 - I- 880 | 10 - I- 880 | 10 - I- 880 | 10 - I- 880 | 10 - I- 880 | 10 - I- 880 | 10 - I- 880 | 10 - I- 880 | 10 - I- 880 | 10 - I- 880 | 10 - I- 880 | 12 - I- 880 | 12 - I- 880 | 12 - I- 880 | 12 - I- 880 | 12 - I- 880 | 12 - I- 880 | 12 - I- 880 | 12 - I- 880 | 12 - I- 880 | 12 - I- 880 | 12 - I- 880 | 13 - I- 880 | 13 - I- 880 | 13 - I- 880 | 13 - I- 880 | 13 - I- 880 | 13 - I- 880 | 13 - I- 880 | 13 - I- 880 | 13 - I- 880 | 13 - I- 880 | 13 - I- 880 | 13 - I- 880 | 14 - I- 880 | 14 - I- 880 | 14 - I- 880 | 14 - I- 880 | 14 - I- 880 | 14 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 17 - I- 880 | 19 - I- 880 | 19 - I- 880 | 19 - I- 880 | 19 - I- 880 | 19 - I- 880 | 19 - I- 880 | 19 - I- 880 | 19 - I- 880 | 19 - I- 880 | 19 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 2 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 3 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 4 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 5 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 6 - I- 880 Ramp | 8 - I- 880 Ramp | 8 - I- 880 Ramp | 8 - I- 980 | 2 - I- 980 | 2 - I- 980 | 2 - I- 980 | 2 - I- 980 | 2 - I- 980 | 2 - I- 980 | 2 - I- 980 | 2 - I- 980 | 3 - I- 980 | 3 - I- 980 | 3 - I- 980 | 3 - I- 980 | 3 - I- 980 | 3 - I- 980 | 3 - I- 980 | 3 - I- 980 | 3 - I- 980 | 4 - I- 980 | 4 - I- 980 | 5 - I- 980 | 5 - I- 980 | 7 - I- 980 | 7 - I- 980 | 7 - I- 980 | 7 - I- 980 | 12 - I- 980 Ramp | 3 - I- 980 Ramp | 3 - I- 980 Ramp | 3 - I- 980 Ramp | 7 -(896 rows) - -SELECT * FROM toyemp WHERE name = 'sharon'; - name | age | location | annualsal ---------+-----+----------+----------- - sharon | 25 | (15,12) | 12000 -(1 row) - --- --- Test for Leaky view scenario --- -CREATE ROLE regress_alice; -CREATE FUNCTION f_leak (text) - RETURNS bool LANGUAGE 'plpgsql' COST 0.0000001 - AS 'BEGIN RAISE NOTICE ''f_leak => %'', $1; RETURN true; END'; -CREATE TABLE customer ( - cid int primary key, - name text not null, - tel text, - passwd text -); -CREATE TABLE credit_card ( - cid int references customer(cid), - cnum text, - climit int -); -CREATE TABLE credit_usage ( - cid int references customer(cid), - ymd date, - usage int -); -INSERT INTO customer - VALUES (101, 'regress_alice', '+81-12-3456-7890', 'passwd123'), - (102, 'regress_bob', '+01-234-567-8901', 'beafsteak'), - (103, 'regress_eve', '+49-8765-43210', 'hamburger'); -INSERT INTO credit_card - VALUES (101, '1111-2222-3333-4444', 4000), - (102, '5555-6666-7777-8888', 3000), - (103, '9801-2345-6789-0123', 2000); -INSERT INTO credit_usage - VALUES (101, '2011-09-15', 120), - (101, '2011-10-05', 90), - (101, '2011-10-18', 110), - (101, '2011-10-21', 200), - (101, '2011-11-10', 80), - (102, '2011-09-22', 300), - (102, '2011-10-12', 120), - (102, '2011-10-28', 200), - (103, '2011-10-15', 480); -CREATE VIEW my_property_normal AS - SELECT * FROM customer WHERE name = current_user; -CREATE VIEW my_property_secure WITH (security_barrier) AS - SELECT * FROM customer WHERE name = current_user; -CREATE VIEW my_credit_card_normal AS - SELECT * FROM customer l NATURAL JOIN credit_card r - WHERE l.name = current_user; -CREATE VIEW my_credit_card_secure WITH (security_barrier) AS - SELECT * FROM customer l NATURAL JOIN credit_card r - WHERE l.name = current_user; -CREATE VIEW my_credit_card_usage_normal AS - SELECT * FROM my_credit_card_secure l NATURAL JOIN credit_usage r; -CREATE VIEW my_credit_card_usage_secure WITH (security_barrier) AS - SELECT * FROM my_credit_card_secure l NATURAL JOIN credit_usage r; -GRANT SELECT ON my_property_normal TO public; -GRANT SELECT ON my_property_secure TO public; -GRANT SELECT ON my_credit_card_normal TO public; -GRANT SELECT ON my_credit_card_secure TO public; -GRANT SELECT ON my_credit_card_usage_normal TO public; -GRANT SELECT ON my_credit_card_usage_secure TO public; --- --- Run leaky view scenarios --- -SET SESSION AUTHORIZATION regress_alice; --- --- scenario: if a qualifier with tiny-cost is given, it shall be launched --- prior to the security policy of the view. --- -SELECT * FROM my_property_normal WHERE f_leak(passwd); -NOTICE: f_leak => passwd123 -NOTICE: f_leak => beafsteak -NOTICE: f_leak => hamburger - cid | name | tel | passwd ------+---------------+------------------+----------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM my_property_normal WHERE f_leak(passwd); - QUERY PLAN ------------------------------------------------------- - Seq Scan on customer - Filter: (f_leak(passwd) AND (name = CURRENT_USER)) -(2 rows) - -SELECT * FROM my_property_secure WHERE f_leak(passwd); -NOTICE: f_leak => passwd123 - cid | name | tel | passwd ------+---------------+------------------+----------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM my_property_secure WHERE f_leak(passwd); - QUERY PLAN ---------------------------------------------- - Subquery Scan on my_property_secure - Filter: f_leak(my_property_secure.passwd) - -> Seq Scan on customer - Filter: (name = CURRENT_USER) -(4 rows) - --- --- scenario: qualifiers can be pushed down if they contain leaky functions, --- provided they aren't passed data from inside the view. --- -SELECT * FROM my_property_normal v - WHERE f_leak('passwd') AND f_leak(passwd); -NOTICE: f_leak => passwd -NOTICE: f_leak => passwd123 -NOTICE: f_leak => passwd -NOTICE: f_leak => beafsteak -NOTICE: f_leak => passwd -NOTICE: f_leak => hamburger - cid | name | tel | passwd ------+---------------+------------------+----------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM my_property_normal v - WHERE f_leak('passwd') AND f_leak(passwd); - QUERY PLAN ---------------------------------------------------------------------------------- - Seq Scan on customer - Filter: (f_leak('passwd'::text) AND f_leak(passwd) AND (name = CURRENT_USER)) -(2 rows) - -SELECT * FROM my_property_secure v - WHERE f_leak('passwd') AND f_leak(passwd); -NOTICE: f_leak => passwd -NOTICE: f_leak => passwd123 -NOTICE: f_leak => passwd -NOTICE: f_leak => passwd - cid | name | tel | passwd ------+---------------+------------------+----------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM my_property_secure v - WHERE f_leak('passwd') AND f_leak(passwd); - QUERY PLAN --------------------------------------------------------------------- - Subquery Scan on v - Filter: f_leak(v.passwd) - -> Seq Scan on customer - Filter: (f_leak('passwd'::text) AND (name = CURRENT_USER)) -(4 rows) - --- --- scenario: if a qualifier references only one-side of a particular join- --- tree, it shall be distributed to the most deep scan plan as --- possible as we can. --- -SELECT * FROM my_credit_card_normal WHERE f_leak(cnum); -NOTICE: f_leak => 1111-2222-3333-4444 -NOTICE: f_leak => 5555-6666-7777-8888 -NOTICE: f_leak => 9801-2345-6789-0123 - cid | name | tel | passwd | cnum | climit ------+---------------+------------------+-----------+---------------------+-------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 | 1111-2222-3333-4444 | 4000 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM my_credit_card_normal WHERE f_leak(cnum); - QUERY PLAN ---------------------------------------------- - Hash Join - Hash Cond: (r.cid = l.cid) - -> Seq Scan on credit_card r - Filter: f_leak(cnum) - -> Hash - -> Seq Scan on customer l - Filter: (name = CURRENT_USER) -(7 rows) - -SELECT * FROM my_credit_card_secure WHERE f_leak(cnum); -NOTICE: f_leak => 1111-2222-3333-4444 - cid | name | tel | passwd | cnum | climit ------+---------------+------------------+-----------+---------------------+-------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 | 1111-2222-3333-4444 | 4000 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM my_credit_card_secure WHERE f_leak(cnum); - QUERY PLAN ---------------------------------------------------- - Subquery Scan on my_credit_card_secure - Filter: f_leak(my_credit_card_secure.cnum) - -> Hash Join - Hash Cond: (r.cid = l.cid) - -> Seq Scan on credit_card r - -> Hash - -> Seq Scan on customer l - Filter: (name = CURRENT_USER) -(8 rows) - --- --- scenario: an external qualifier can be pushed-down by in-front-of the --- views with "security_barrier" attribute, except for operators --- implemented with leakproof functions. --- -SELECT * FROM my_credit_card_usage_normal - WHERE f_leak(cnum) AND ymd >= '2011-10-01' AND ymd < '2011-11-01'; -NOTICE: f_leak => 1111-2222-3333-4444 - cid | name | tel | passwd | cnum | climit | ymd | usage ------+---------------+------------------+-----------+---------------------+--------+------------+------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 | 1111-2222-3333-4444 | 4000 | 10-05-2011 | 90 - 101 | regress_alice | +81-12-3456-7890 | passwd123 | 1111-2222-3333-4444 | 4000 | 10-18-2011 | 110 - 101 | regress_alice | +81-12-3456-7890 | passwd123 | 1111-2222-3333-4444 | 4000 | 10-21-2011 | 200 -(3 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM my_credit_card_usage_normal - WHERE f_leak(cnum) AND ymd >= '2011-10-01' AND ymd < '2011-11-01'; - QUERY PLAN ------------------------------------------------------------------------------- - Nested Loop - Join Filter: (l.cid = r.cid) - -> Seq Scan on credit_usage r - Filter: ((ymd >= '10-01-2011'::date) AND (ymd < '11-01-2011'::date)) - -> Materialize - -> Subquery Scan on l - Filter: f_leak(l.cnum) - -> Hash Join - Hash Cond: (r_1.cid = l_1.cid) - -> Seq Scan on credit_card r_1 - -> Hash - -> Seq Scan on customer l_1 - Filter: (name = CURRENT_USER) -(13 rows) - -SELECT * FROM my_credit_card_usage_secure - WHERE f_leak(cnum) AND ymd >= '2011-10-01' AND ymd < '2011-11-01'; -NOTICE: f_leak => 1111-2222-3333-4444 -NOTICE: f_leak => 1111-2222-3333-4444 -NOTICE: f_leak => 1111-2222-3333-4444 - cid | name | tel | passwd | cnum | climit | ymd | usage ------+---------------+------------------+-----------+---------------------+--------+------------+------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 | 1111-2222-3333-4444 | 4000 | 10-05-2011 | 90 - 101 | regress_alice | +81-12-3456-7890 | passwd123 | 1111-2222-3333-4444 | 4000 | 10-18-2011 | 110 - 101 | regress_alice | +81-12-3456-7890 | passwd123 | 1111-2222-3333-4444 | 4000 | 10-21-2011 | 200 -(3 rows) - -EXPLAIN (COSTS OFF) SELECT * FROM my_credit_card_usage_secure - WHERE f_leak(cnum) AND ymd >= '2011-10-01' AND ymd < '2011-11-01'; - QUERY PLAN ------------------------------------------------------------------------------------- - Subquery Scan on my_credit_card_usage_secure - Filter: f_leak(my_credit_card_usage_secure.cnum) - -> Nested Loop - Join Filter: (l.cid = r.cid) - -> Seq Scan on credit_usage r - Filter: ((ymd >= '10-01-2011'::date) AND (ymd < '11-01-2011'::date)) - -> Materialize - -> Hash Join - Hash Cond: (r_1.cid = l.cid) - -> Seq Scan on credit_card r_1 - -> Hash - -> Seq Scan on customer l - Filter: (name = CURRENT_USER) -(13 rows) - --- --- Test for the case when security_barrier gets changed between rewriter --- and planner stage. --- -PREPARE p1 AS SELECT * FROM my_property_normal WHERE f_leak(passwd); -PREPARE p2 AS SELECT * FROM my_property_secure WHERE f_leak(passwd); -EXECUTE p1; -NOTICE: f_leak => passwd123 -NOTICE: f_leak => beafsteak -NOTICE: f_leak => hamburger - cid | name | tel | passwd ------+---------------+------------------+----------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 -(1 row) - -EXECUTE p2; -NOTICE: f_leak => passwd123 - cid | name | tel | passwd ------+---------------+------------------+----------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 -(1 row) - -RESET SESSION AUTHORIZATION; -ALTER VIEW my_property_normal SET (security_barrier=true); -ALTER VIEW my_property_secure SET (security_barrier=false); -SET SESSION AUTHORIZATION regress_alice; -EXECUTE p1; -- To be perform as a view with security-barrier -NOTICE: f_leak => passwd123 - cid | name | tel | passwd ------+---------------+------------------+----------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 -(1 row) - -EXECUTE p2; -- To be perform as a view without security-barrier -NOTICE: f_leak => passwd123 -NOTICE: f_leak => beafsteak -NOTICE: f_leak => hamburger - cid | name | tel | passwd ------+---------------+------------------+----------- - 101 | regress_alice | +81-12-3456-7890 | passwd123 -(1 row) - --- Cleanup. -RESET SESSION AUTHORIZATION; -DROP ROLE regress_alice; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/portals_p2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/portals_p2.out --- /tmp/cirrus-ci-build/src/test/regress/expected/portals_p2.out 2025-05-11 19:30:18.985388000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/portals_p2.out 2025-05-11 19:32:42.809993000 +0000 @@ -1,122 +1,2 @@ --- --- PORTALS_P2 --- -BEGIN; -DECLARE foo13 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 50; -DECLARE foo14 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 51; -DECLARE foo15 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 52; -DECLARE foo16 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 53; -DECLARE foo17 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 54; -DECLARE foo18 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 55; -DECLARE foo19 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 56; -DECLARE foo20 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 57; -DECLARE foo21 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 58; -DECLARE foo22 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 59; -DECLARE foo23 CURSOR FOR - SELECT * FROM onek WHERE unique1 = 60; -DECLARE foo24 CURSOR FOR - SELECT * FROM onek2 WHERE unique1 = 50; -DECLARE foo25 CURSOR FOR - SELECT * FROM onek2 WHERE unique1 = 60; -FETCH all in foo13; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 50 | 253 | 0 | 2 | 0 | 10 | 0 | 50 | 50 | 50 | 50 | 0 | 1 | YBAAAA | TJAAAA | HHHHxx -(1 row) - -FETCH all in foo14; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 51 | 76 | 1 | 3 | 1 | 11 | 1 | 51 | 51 | 51 | 51 | 2 | 3 | ZBAAAA | YCAAAA | AAAAxx -(1 row) - -FETCH all in foo15; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 52 | 985 | 0 | 0 | 2 | 12 | 2 | 52 | 52 | 52 | 52 | 4 | 5 | ACAAAA | XLBAAA | HHHHxx -(1 row) - -FETCH all in foo16; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 53 | 196 | 1 | 1 | 3 | 13 | 3 | 53 | 53 | 53 | 53 | 6 | 7 | BCAAAA | OHAAAA | AAAAxx -(1 row) - -FETCH all in foo17; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 54 | 356 | 0 | 2 | 4 | 14 | 4 | 54 | 54 | 54 | 54 | 8 | 9 | CCAAAA | SNAAAA | AAAAxx -(1 row) - -FETCH all in foo18; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 55 | 627 | 1 | 3 | 5 | 15 | 5 | 55 | 55 | 55 | 55 | 10 | 11 | DCAAAA | DYAAAA | VVVVxx -(1 row) - -FETCH all in foo19; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 56 | 54 | 0 | 0 | 6 | 16 | 6 | 56 | 56 | 56 | 56 | 12 | 13 | ECAAAA | CCAAAA | OOOOxx -(1 row) - -FETCH all in foo20; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 57 | 942 | 1 | 1 | 7 | 17 | 7 | 57 | 57 | 57 | 57 | 14 | 15 | FCAAAA | GKBAAA | OOOOxx -(1 row) - -FETCH all in foo21; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 58 | 114 | 0 | 2 | 8 | 18 | 8 | 58 | 58 | 58 | 58 | 16 | 17 | GCAAAA | KEAAAA | OOOOxx -(1 row) - -FETCH all in foo22; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 59 | 593 | 1 | 3 | 9 | 19 | 9 | 59 | 59 | 59 | 59 | 18 | 19 | HCAAAA | VWAAAA | HHHHxx -(1 row) - -FETCH all in foo23; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 60 | 483 | 0 | 0 | 0 | 0 | 0 | 60 | 60 | 60 | 60 | 0 | 1 | ICAAAA | PSAAAA | VVVVxx -(1 row) - -FETCH all in foo24; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 50 | 253 | 0 | 2 | 0 | 10 | 0 | 50 | 50 | 50 | 50 | 0 | 1 | YBAAAA | TJAAAA | HHHHxx -(1 row) - -FETCH all in foo25; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 60 | 483 | 0 | 0 | 0 | 0 | 0 | 60 | 60 | 60 | 60 | 0 | 1 | ICAAAA | PSAAAA | VVVVxx -(1 row) - -CLOSE foo13; -CLOSE foo14; -CLOSE foo15; -CLOSE foo16; -CLOSE foo17; -CLOSE foo18; -CLOSE foo19; -CLOSE foo20; -CLOSE foo21; -CLOSE foo22; -CLOSE foo23; -CLOSE foo24; -CLOSE foo25; -END; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out --- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out 2025-05-11 19:30:18.948524000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out 2025-05-11 19:32:42.811310000 +0000 @@ -1,3361 +1,2 @@ --- --- FOREIGN KEY --- --- NOT ENFORCED --- --- First test, check and cascade --- -CREATE TABLE PKTABLE ( ptest1 int PRIMARY KEY, ptest2 text ); -CREATE TABLE FKTABLE ( ftest1 int CONSTRAINT fktable_ftest1_fkey REFERENCES PKTABLE MATCH FULL ON DELETE CASCADE ON UPDATE CASCADE NOT ENFORCED, - ftest2 int ); --- Inserting into the foreign key table will not result in an error, even if --- there is no matching key in the referenced table. -INSERT INTO FKTABLE VALUES (1, 2); -INSERT INTO FKTABLE VALUES (2, 3); --- Check FKTABLE -SELECT * FROM FKTABLE; - ftest1 | ftest2 ---------+-------- - 1 | 2 - 2 | 3 -(2 rows) - --- Reverting it back to ENFORCED will result in failure because constraint validation will be triggered, --- as it was previously in a valid state. -ALTER TABLE FKTABLE ALTER CONSTRAINT fktable_ftest1_fkey ENFORCED; -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(1) is not present in table "pktable". --- Insert referenced data that satisfies the constraint, then attempt to --- change it. -INSERT INTO PKTABLE VALUES (1, 'Test1'); -INSERT INTO PKTABLE VALUES (2, 'Test2'); -ALTER TABLE FKTABLE ALTER CONSTRAINT fktable_ftest1_fkey ENFORCED; --- Any further inserts will fail due to the enforcement. -INSERT INTO FKTABLE VALUES (3, 4); -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(3) is not present in table "pktable". --- --- MATCH FULL --- --- First test, check and cascade --- --- Insert test data into PKTABLE -INSERT INTO PKTABLE VALUES (3, 'Test3'); -INSERT INTO PKTABLE VALUES (4, 'Test4'); -INSERT INTO PKTABLE VALUES (5, 'Test5'); --- Insert successful rows into FK TABLE -INSERT INTO FKTABLE VALUES (3, 4); -INSERT INTO FKTABLE VALUES (NULL, 1); --- Insert a failed row into FK TABLE -INSERT INTO FKTABLE VALUES (100, 2); -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(100) is not present in table "pktable". --- Check FKTABLE -SELECT * FROM FKTABLE; - ftest1 | ftest2 ---------+-------- - 1 | 2 - 2 | 3 - 3 | 4 - | 1 -(4 rows) - --- Delete a row from PK TABLE -DELETE FROM PKTABLE WHERE ptest1=1; --- Check FKTABLE for removal of matched row -SELECT * FROM FKTABLE; - ftest1 | ftest2 ---------+-------- - 2 | 3 - 3 | 4 - | 1 -(3 rows) - --- Update a row from PK TABLE -UPDATE PKTABLE SET ptest1=1 WHERE ptest1=2; --- Check FKTABLE for update of matched row -SELECT * FROM FKTABLE; - ftest1 | ftest2 ---------+-------- - 3 | 4 - | 1 - 1 | 3 -(3 rows) - -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- --- check set NULL and table constraint on multiple columns --- -CREATE TABLE PKTABLE ( ptest1 int, ptest2 int, ptest3 text, PRIMARY KEY(ptest1, ptest2) ); -CREATE TABLE FKTABLE ( ftest1 int, ftest2 int, ftest3 int, CONSTRAINT constrname FOREIGN KEY(ftest1, ftest2) - REFERENCES PKTABLE MATCH FULL ON DELETE SET NULL ON UPDATE SET NULL); --- Test comments -COMMENT ON CONSTRAINT constrname_wrong ON FKTABLE IS 'fk constraint comment'; -ERROR: constraint "constrname_wrong" for table "fktable" does not exist -COMMENT ON CONSTRAINT constrname ON FKTABLE IS 'fk constraint comment'; -COMMENT ON CONSTRAINT constrname ON FKTABLE IS NULL; --- Insert test data into PKTABLE -INSERT INTO PKTABLE VALUES (1, 2, 'Test1'); -INSERT INTO PKTABLE VALUES (1, 3, 'Test1-2'); -INSERT INTO PKTABLE VALUES (2, 4, 'Test2'); -INSERT INTO PKTABLE VALUES (3, 6, 'Test3'); -INSERT INTO PKTABLE VALUES (4, 8, 'Test4'); -INSERT INTO PKTABLE VALUES (5, 10, 'Test5'); --- Insert successful rows into FK TABLE -INSERT INTO FKTABLE VALUES (1, 2, 4); -INSERT INTO FKTABLE VALUES (1, 3, 5); -INSERT INTO FKTABLE VALUES (2, 4, 8); -INSERT INTO FKTABLE VALUES (3, 6, 12); -INSERT INTO FKTABLE VALUES (NULL, NULL, 0); --- Insert failed rows into FK TABLE -INSERT INTO FKTABLE VALUES (100, 2, 4); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname" -DETAIL: Key (ftest1, ftest2)=(100, 2) is not present in table "pktable". -INSERT INTO FKTABLE VALUES (2, 2, 4); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname" -DETAIL: Key (ftest1, ftest2)=(2, 2) is not present in table "pktable". -INSERT INTO FKTABLE VALUES (NULL, 2, 4); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname" -DETAIL: MATCH FULL does not allow mixing of null and nonnull key values. -INSERT INTO FKTABLE VALUES (1, NULL, 4); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname" -DETAIL: MATCH FULL does not allow mixing of null and nonnull key values. --- Check FKTABLE -SELECT * FROM FKTABLE; - ftest1 | ftest2 | ftest3 ---------+--------+-------- - 1 | 2 | 4 - 1 | 3 | 5 - 2 | 4 | 8 - 3 | 6 | 12 - | | 0 -(5 rows) - --- Delete a row from PK TABLE -DELETE FROM PKTABLE WHERE ptest1=1 and ptest2=2; --- Check FKTABLE for removal of matched row -SELECT * FROM FKTABLE; - ftest1 | ftest2 | ftest3 ---------+--------+-------- - 1 | 3 | 5 - 2 | 4 | 8 - 3 | 6 | 12 - | | 0 - | | 4 -(5 rows) - --- Delete another row from PK TABLE -DELETE FROM PKTABLE WHERE ptest1=5 and ptest2=10; --- Check FKTABLE (should be no change) -SELECT * FROM FKTABLE; - ftest1 | ftest2 | ftest3 ---------+--------+-------- - 1 | 3 | 5 - 2 | 4 | 8 - 3 | 6 | 12 - | | 0 - | | 4 -(5 rows) - --- Update a row from PK TABLE -UPDATE PKTABLE SET ptest1=1 WHERE ptest1=2; --- Check FKTABLE for update of matched row -SELECT * FROM FKTABLE; - ftest1 | ftest2 | ftest3 ---------+--------+-------- - 1 | 3 | 5 - 3 | 6 | 12 - | | 0 - | | 4 - | | 8 -(5 rows) - --- Check update with part of key null -UPDATE FKTABLE SET ftest1 = NULL WHERE ftest1 = 1; -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname" -DETAIL: MATCH FULL does not allow mixing of null and nonnull key values. --- Check update with old and new key values equal -UPDATE FKTABLE SET ftest1 = 1 WHERE ftest1 = 1; --- Try altering the column type where foreign keys are involved -ALTER TABLE PKTABLE ALTER COLUMN ptest1 TYPE bigint; -ALTER TABLE FKTABLE ALTER COLUMN ftest1 TYPE bigint; -SELECT * FROM PKTABLE; - ptest1 | ptest2 | ptest3 ---------+--------+--------- - 1 | 3 | Test1-2 - 3 | 6 | Test3 - 4 | 8 | Test4 - 1 | 4 | Test2 -(4 rows) - -SELECT * FROM FKTABLE; - ftest1 | ftest2 | ftest3 ---------+--------+-------- - 3 | 6 | 12 - | | 0 - | | 4 - | | 8 - 1 | 3 | 5 -(5 rows) - -DROP TABLE PKTABLE CASCADE; -NOTICE: drop cascades to constraint constrname on table fktable -DROP TABLE FKTABLE; --- --- check set default and table constraint on multiple columns --- -CREATE TABLE PKTABLE ( ptest1 int, ptest2 int, ptest3 text, PRIMARY KEY(ptest1, ptest2) ); -CREATE TABLE FKTABLE ( ftest1 int DEFAULT -1, ftest2 int DEFAULT -2, ftest3 int, CONSTRAINT constrname2 FOREIGN KEY(ftest1, ftest2) - REFERENCES PKTABLE MATCH FULL ON DELETE SET DEFAULT ON UPDATE SET DEFAULT); --- Insert a value in PKTABLE for default -INSERT INTO PKTABLE VALUES (-1, -2, 'The Default!'); --- Insert test data into PKTABLE -INSERT INTO PKTABLE VALUES (1, 2, 'Test1'); -INSERT INTO PKTABLE VALUES (1, 3, 'Test1-2'); -INSERT INTO PKTABLE VALUES (2, 4, 'Test2'); -INSERT INTO PKTABLE VALUES (3, 6, 'Test3'); -INSERT INTO PKTABLE VALUES (4, 8, 'Test4'); -INSERT INTO PKTABLE VALUES (5, 10, 'Test5'); --- Insert successful rows into FK TABLE -INSERT INTO FKTABLE VALUES (1, 2, 4); -INSERT INTO FKTABLE VALUES (1, 3, 5); -INSERT INTO FKTABLE VALUES (2, 4, 8); -INSERT INTO FKTABLE VALUES (3, 6, 12); -INSERT INTO FKTABLE VALUES (NULL, NULL, 0); --- Insert failed rows into FK TABLE -INSERT INTO FKTABLE VALUES (100, 2, 4); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname2" -DETAIL: Key (ftest1, ftest2)=(100, 2) is not present in table "pktable". -INSERT INTO FKTABLE VALUES (2, 2, 4); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname2" -DETAIL: Key (ftest1, ftest2)=(2, 2) is not present in table "pktable". -INSERT INTO FKTABLE VALUES (NULL, 2, 4); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname2" -DETAIL: MATCH FULL does not allow mixing of null and nonnull key values. -INSERT INTO FKTABLE VALUES (1, NULL, 4); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname2" -DETAIL: MATCH FULL does not allow mixing of null and nonnull key values. --- Check FKTABLE -SELECT * FROM FKTABLE; - ftest1 | ftest2 | ftest3 ---------+--------+-------- - 1 | 2 | 4 - 1 | 3 | 5 - 2 | 4 | 8 - 3 | 6 | 12 - | | 0 -(5 rows) - --- Delete a row from PK TABLE -DELETE FROM PKTABLE WHERE ptest1=1 and ptest2=2; --- Check FKTABLE to check for removal -SELECT * FROM FKTABLE; - ftest1 | ftest2 | ftest3 ---------+--------+-------- - 1 | 3 | 5 - 2 | 4 | 8 - 3 | 6 | 12 - | | 0 - -1 | -2 | 4 -(5 rows) - --- Delete another row from PK TABLE -DELETE FROM PKTABLE WHERE ptest1=5 and ptest2=10; --- Check FKTABLE (should be no change) -SELECT * FROM FKTABLE; - ftest1 | ftest2 | ftest3 ---------+--------+-------- - 1 | 3 | 5 - 2 | 4 | 8 - 3 | 6 | 12 - | | 0 - -1 | -2 | 4 -(5 rows) - --- Update a row from PK TABLE -UPDATE PKTABLE SET ptest1=1 WHERE ptest1=2; --- Check FKTABLE for update of matched row -SELECT * FROM FKTABLE; - ftest1 | ftest2 | ftest3 ---------+--------+-------- - 1 | 3 | 5 - 3 | 6 | 12 - | | 0 - -1 | -2 | 4 - -1 | -2 | 8 -(5 rows) - --- this should fail for lack of CASCADE -DROP TABLE PKTABLE; -ERROR: cannot drop table pktable because other objects depend on it -DETAIL: constraint constrname2 on table fktable depends on table pktable -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP TABLE PKTABLE CASCADE; -NOTICE: drop cascades to constraint constrname2 on table fktable -DROP TABLE FKTABLE; --- --- First test, check with no on delete or on update --- -CREATE TABLE PKTABLE ( ptest1 int PRIMARY KEY, ptest2 text ); -CREATE TABLE FKTABLE ( ftest1 int REFERENCES PKTABLE MATCH FULL, ftest2 int ); --- Insert test data into PKTABLE -INSERT INTO PKTABLE VALUES (1, 'Test1'); -INSERT INTO PKTABLE VALUES (2, 'Test2'); -INSERT INTO PKTABLE VALUES (3, 'Test3'); -INSERT INTO PKTABLE VALUES (4, 'Test4'); -INSERT INTO PKTABLE VALUES (5, 'Test5'); --- Insert successful rows into FK TABLE -INSERT INTO FKTABLE VALUES (1, 2); -INSERT INTO FKTABLE VALUES (2, 3); -INSERT INTO FKTABLE VALUES (3, 4); -INSERT INTO FKTABLE VALUES (NULL, 1); --- Insert a failed row into FK TABLE -INSERT INTO FKTABLE VALUES (100, 2); -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(100) is not present in table "pktable". --- Check FKTABLE -SELECT * FROM FKTABLE; - ftest1 | ftest2 ---------+-------- - 1 | 2 - 2 | 3 - 3 | 4 - | 1 -(4 rows) - --- Check PKTABLE -SELECT * FROM PKTABLE; - ptest1 | ptest2 ---------+-------- - 1 | Test1 - 2 | Test2 - 3 | Test3 - 4 | Test4 - 5 | Test5 -(5 rows) - --- Delete a row from PK TABLE (should fail) -DELETE FROM PKTABLE WHERE ptest1=1; -ERROR: update or delete on table "pktable" violates foreign key constraint "fktable_ftest1_fkey" on table "fktable" -DETAIL: Key (ptest1)=(1) is still referenced from table "fktable". --- Delete a row from PK TABLE (should succeed) -DELETE FROM PKTABLE WHERE ptest1=5; --- Check PKTABLE for deletes -SELECT * FROM PKTABLE; - ptest1 | ptest2 ---------+-------- - 1 | Test1 - 2 | Test2 - 3 | Test3 - 4 | Test4 -(4 rows) - --- Update a row from PK TABLE (should fail) -UPDATE PKTABLE SET ptest1=0 WHERE ptest1=2; -ERROR: update or delete on table "pktable" violates foreign key constraint "fktable_ftest1_fkey" on table "fktable" -DETAIL: Key (ptest1)=(2) is still referenced from table "fktable". --- Update a row from PK TABLE (should succeed) -UPDATE PKTABLE SET ptest1=0 WHERE ptest1=4; --- Check PKTABLE for updates -SELECT * FROM PKTABLE; - ptest1 | ptest2 ---------+-------- - 1 | Test1 - 2 | Test2 - 3 | Test3 - 0 | Test4 -(4 rows) - -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- --- Check initial check upon ALTER TABLE --- -CREATE TABLE PKTABLE ( ptest1 int, ptest2 int, PRIMARY KEY(ptest1, ptest2) ); -CREATE TABLE FKTABLE ( ftest1 int, ftest2 int ); -INSERT INTO PKTABLE VALUES (1, 2); -INSERT INTO FKTABLE VALUES (1, NULL); -ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1, ftest2) REFERENCES PKTABLE MATCH FULL; -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_ftest2_fkey" -DETAIL: MATCH FULL does not allow mixing of null and nonnull key values. --- Modifying other attributes of a constraint should not affect its enforceability, and vice versa -ALTER TABLE FKTABLE ADD CONSTRAINT fk_con FOREIGN KEY(ftest1, ftest2) REFERENCES PKTABLE NOT VALID NOT ENFORCED; -ALTER TABLE FKTABLE ALTER CONSTRAINT fk_con DEFERRABLE INITIALLY DEFERRED; -SELECT condeferrable, condeferred, conenforced, convalidated -FROM pg_constraint WHERE conname = 'fk_con'; - condeferrable | condeferred | conenforced | convalidated ----------------+-------------+-------------+-------------- - t | t | f | f -(1 row) - -ALTER TABLE FKTABLE ALTER CONSTRAINT fk_con NOT ENFORCED; -SELECT condeferrable, condeferred, conenforced, convalidated -FROM pg_constraint WHERE conname = 'fk_con'; - condeferrable | condeferred | conenforced | convalidated ----------------+-------------+-------------+-------------- - t | t | f | f -(1 row) - --- Enforceability also changes the validate state, as data validation will be --- performed during this transformation. -ALTER TABLE FKTABLE ALTER CONSTRAINT fk_con ENFORCED; -SELECT condeferrable, condeferred, conenforced, convalidated -FROM pg_constraint WHERE conname = 'fk_con'; - condeferrable | condeferred | conenforced | convalidated ----------------+-------------+-------------+-------------- - t | t | t | t -(1 row) - --- Can change enforceability and deferrability together -ALTER TABLE FKTABLE ALTER CONSTRAINT fk_con NOT ENFORCED NOT DEFERRABLE; -SELECT condeferrable, condeferred, conenforced, convalidated -FROM pg_constraint WHERE conname = 'fk_con'; - condeferrable | condeferred | conenforced | convalidated ----------------+-------------+-------------+-------------- - f | f | f | f -(1 row) - -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- MATCH SIMPLE --- Base test restricting update/delete -CREATE TABLE PKTABLE ( ptest1 int, ptest2 int, ptest3 int, ptest4 text, PRIMARY KEY(ptest1, ptest2, ptest3) ); -CREATE TABLE FKTABLE ( ftest1 int, ftest2 int, ftest3 int, ftest4 int, CONSTRAINT constrname3 - FOREIGN KEY(ftest1, ftest2, ftest3) REFERENCES PKTABLE); --- Insert Primary Key values -INSERT INTO PKTABLE VALUES (1, 2, 3, 'test1'); -INSERT INTO PKTABLE VALUES (1, 3, 3, 'test2'); -INSERT INTO PKTABLE VALUES (2, 3, 4, 'test3'); -INSERT INTO PKTABLE VALUES (2, 4, 5, 'test4'); --- Insert Foreign Key values -INSERT INTO FKTABLE VALUES (1, 2, 3, 1); -INSERT INTO FKTABLE VALUES (NULL, 2, 3, 2); -INSERT INTO FKTABLE VALUES (2, NULL, 3, 3); -INSERT INTO FKTABLE VALUES (NULL, 2, 7, 4); -INSERT INTO FKTABLE VALUES (NULL, 3, 4, 5); --- Insert a failed values -INSERT INTO FKTABLE VALUES (1, 2, 7, 6); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname3" -DETAIL: Key (ftest1, ftest2, ftest3)=(1, 2, 7) is not present in table "pktable". --- Show FKTABLE -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - 1 | 2 | 3 | 1 - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 -(5 rows) - --- Try to update something that should fail -UPDATE PKTABLE set ptest2=5 where ptest2=2; -ERROR: update or delete on table "pktable" violates foreign key constraint "constrname3" on table "fktable" -DETAIL: Key (ptest1, ptest2, ptest3)=(1, 2, 3) is still referenced from table "fktable". --- Try to update something that should succeed -UPDATE PKTABLE set ptest1=1 WHERE ptest2=3; --- Try to delete something that should fail -DELETE FROM PKTABLE where ptest1=1 and ptest2=2 and ptest3=3; -ERROR: update or delete on table "pktable" violates foreign key constraint "constrname3" on table "fktable" -DETAIL: Key (ptest1, ptest2, ptest3)=(1, 2, 3) is still referenced from table "fktable". --- Try to delete something that should work -DELETE FROM PKTABLE where ptest1=2; --- Show PKTABLE and FKTABLE -SELECT * from PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 1 | 2 | 3 | test1 - 1 | 3 | 3 | test2 - 1 | 3 | 4 | test3 -(3 rows) - -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - 1 | 2 | 3 | 1 - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 -(5 rows) - -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- restrict with null values -CREATE TABLE PKTABLE ( ptest1 int, ptest2 int, ptest3 int, ptest4 text, UNIQUE(ptest1, ptest2, ptest3) ); -CREATE TABLE FKTABLE ( ftest1 int, ftest2 int, ftest3 int, ftest4 int, CONSTRAINT constrname3 - FOREIGN KEY(ftest1, ftest2, ftest3) REFERENCES PKTABLE (ptest1, ptest2, ptest3)); -INSERT INTO PKTABLE VALUES (1, 2, 3, 'test1'); -INSERT INTO PKTABLE VALUES (1, 3, NULL, 'test2'); -INSERT INTO PKTABLE VALUES (2, NULL, 4, 'test3'); -INSERT INTO FKTABLE VALUES (1, 2, 3, 1); -DELETE FROM PKTABLE WHERE ptest1 = 2; -SELECT * FROM PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 1 | 2 | 3 | test1 - 1 | 3 | | test2 -(2 rows) - -SELECT * FROM FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - 1 | 2 | 3 | 1 -(1 row) - -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- cascade update/delete -CREATE TABLE PKTABLE ( ptest1 int, ptest2 int, ptest3 int, ptest4 text, PRIMARY KEY(ptest1, ptest2, ptest3) ); -CREATE TABLE FKTABLE ( ftest1 int, ftest2 int, ftest3 int, ftest4 int, CONSTRAINT constrname3 - FOREIGN KEY(ftest1, ftest2, ftest3) REFERENCES PKTABLE - ON DELETE CASCADE ON UPDATE CASCADE); --- Insert Primary Key values -INSERT INTO PKTABLE VALUES (1, 2, 3, 'test1'); -INSERT INTO PKTABLE VALUES (1, 3, 3, 'test2'); -INSERT INTO PKTABLE VALUES (2, 3, 4, 'test3'); -INSERT INTO PKTABLE VALUES (2, 4, 5, 'test4'); --- Insert Foreign Key values -INSERT INTO FKTABLE VALUES (1, 2, 3, 1); -INSERT INTO FKTABLE VALUES (NULL, 2, 3, 2); -INSERT INTO FKTABLE VALUES (2, NULL, 3, 3); -INSERT INTO FKTABLE VALUES (NULL, 2, 7, 4); -INSERT INTO FKTABLE VALUES (NULL, 3, 4, 5); --- Insert a failed values -INSERT INTO FKTABLE VALUES (1, 2, 7, 6); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname3" -DETAIL: Key (ftest1, ftest2, ftest3)=(1, 2, 7) is not present in table "pktable". --- Show FKTABLE -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - 1 | 2 | 3 | 1 - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 -(5 rows) - --- Try to update something that will cascade -UPDATE PKTABLE set ptest2=5 where ptest2=2; --- Try to update something that should not cascade -UPDATE PKTABLE set ptest1=1 WHERE ptest2=3; --- Show PKTABLE and FKTABLE -SELECT * from PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 2 | 4 | 5 | test4 - 1 | 5 | 3 | test1 - 1 | 3 | 3 | test2 - 1 | 3 | 4 | test3 -(4 rows) - -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 - 1 | 5 | 3 | 1 -(5 rows) - --- Try to delete something that should cascade -DELETE FROM PKTABLE where ptest1=1 and ptest2=5 and ptest3=3; --- Show PKTABLE and FKTABLE -SELECT * from PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 2 | 4 | 5 | test4 - 1 | 3 | 3 | test2 - 1 | 3 | 4 | test3 -(3 rows) - -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 -(4 rows) - --- Try to delete something that should not have a cascade -DELETE FROM PKTABLE where ptest1=2; --- Show PKTABLE and FKTABLE -SELECT * from PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 1 | 3 | 3 | test2 - 1 | 3 | 4 | test3 -(2 rows) - -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 -(4 rows) - -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- set null update / set default delete -CREATE TABLE PKTABLE ( ptest1 int, ptest2 int, ptest3 int, ptest4 text, PRIMARY KEY(ptest1, ptest2, ptest3) ); -CREATE TABLE FKTABLE ( ftest1 int DEFAULT 0, ftest2 int, ftest3 int, ftest4 int, CONSTRAINT constrname3 - FOREIGN KEY(ftest1, ftest2, ftest3) REFERENCES PKTABLE - ON DELETE SET DEFAULT ON UPDATE SET NULL); --- Insert Primary Key values -INSERT INTO PKTABLE VALUES (1, 2, 3, 'test1'); -INSERT INTO PKTABLE VALUES (1, 3, 3, 'test2'); -INSERT INTO PKTABLE VALUES (2, 3, 4, 'test3'); -INSERT INTO PKTABLE VALUES (2, 4, 5, 'test4'); --- Insert Foreign Key values -INSERT INTO FKTABLE VALUES (1, 2, 3, 1); -INSERT INTO FKTABLE VALUES (2, 3, 4, 1); -INSERT INTO FKTABLE VALUES (NULL, 2, 3, 2); -INSERT INTO FKTABLE VALUES (2, NULL, 3, 3); -INSERT INTO FKTABLE VALUES (NULL, 2, 7, 4); -INSERT INTO FKTABLE VALUES (NULL, 3, 4, 5); --- Insert a failed values -INSERT INTO FKTABLE VALUES (1, 2, 7, 6); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname3" -DETAIL: Key (ftest1, ftest2, ftest3)=(1, 2, 7) is not present in table "pktable". --- Show FKTABLE -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - 1 | 2 | 3 | 1 - 2 | 3 | 4 | 1 - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 -(6 rows) - --- Try to update something that will set null -UPDATE PKTABLE set ptest2=5 where ptest2=2; --- Try to update something that should not set null -UPDATE PKTABLE set ptest2=2 WHERE ptest2=3 and ptest1=1; --- Show PKTABLE and FKTABLE -SELECT * from PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 2 | 3 | 4 | test3 - 2 | 4 | 5 | test4 - 1 | 5 | 3 | test1 - 1 | 2 | 3 | test2 -(4 rows) - -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - 2 | 3 | 4 | 1 - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 - | | | 1 -(6 rows) - --- Try to delete something that should set default -DELETE FROM PKTABLE where ptest1=2 and ptest2=3 and ptest3=4; --- Show PKTABLE and FKTABLE -SELECT * from PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 2 | 4 | 5 | test4 - 1 | 5 | 3 | test1 - 1 | 2 | 3 | test2 -(3 rows) - -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 - | | | 1 - 0 | | | 1 -(6 rows) - --- Try to delete something that should not set default -DELETE FROM PKTABLE where ptest2=5; --- Show PKTABLE and FKTABLE -SELECT * from PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 2 | 4 | 5 | test4 - 1 | 2 | 3 | test2 -(2 rows) - -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 - | | | 1 - 0 | | | 1 -(6 rows) - -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- set default update / set null delete -CREATE TABLE PKTABLE ( ptest1 int, ptest2 int, ptest3 int, ptest4 text, PRIMARY KEY(ptest1, ptest2, ptest3) ); -CREATE TABLE FKTABLE ( ftest1 int DEFAULT 0, ftest2 int DEFAULT -1, ftest3 int DEFAULT -2, ftest4 int, CONSTRAINT constrname3 - FOREIGN KEY(ftest1, ftest2, ftest3) REFERENCES PKTABLE - ON DELETE SET NULL ON UPDATE SET DEFAULT); --- Insert Primary Key values -INSERT INTO PKTABLE VALUES (1, 2, 3, 'test1'); -INSERT INTO PKTABLE VALUES (1, 3, 3, 'test2'); -INSERT INTO PKTABLE VALUES (2, 3, 4, 'test3'); -INSERT INTO PKTABLE VALUES (2, 4, 5, 'test4'); -INSERT INTO PKTABLE VALUES (2, -1, 5, 'test5'); --- Insert Foreign Key values -INSERT INTO FKTABLE VALUES (1, 2, 3, 1); -INSERT INTO FKTABLE VALUES (2, 3, 4, 1); -INSERT INTO FKTABLE VALUES (2, 4, 5, 1); -INSERT INTO FKTABLE VALUES (NULL, 2, 3, 2); -INSERT INTO FKTABLE VALUES (2, NULL, 3, 3); -INSERT INTO FKTABLE VALUES (NULL, 2, 7, 4); -INSERT INTO FKTABLE VALUES (NULL, 3, 4, 5); --- Insert a failed values -INSERT INTO FKTABLE VALUES (1, 2, 7, 6); -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname3" -DETAIL: Key (ftest1, ftest2, ftest3)=(1, 2, 7) is not present in table "pktable". --- Show FKTABLE -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - 1 | 2 | 3 | 1 - 2 | 3 | 4 | 1 - 2 | 4 | 5 | 1 - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 -(7 rows) - --- Try to update something that will fail -UPDATE PKTABLE set ptest2=5 where ptest2=2; -ERROR: insert or update on table "fktable" violates foreign key constraint "constrname3" -DETAIL: Key (ftest1, ftest2, ftest3)=(0, -1, -2) is not present in table "pktable". --- Try to update something that will set default -UPDATE PKTABLE set ptest1=0, ptest2=-1, ptest3=-2 where ptest2=2; -UPDATE PKTABLE set ptest2=10 where ptest2=4; --- Try to update something that should not set default -UPDATE PKTABLE set ptest2=2 WHERE ptest2=3 and ptest1=1; --- Show PKTABLE and FKTABLE -SELECT * from PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 2 | 3 | 4 | test3 - 2 | -1 | 5 | test5 - 0 | -1 | -2 | test1 - 2 | 10 | 5 | test4 - 1 | 2 | 3 | test2 -(5 rows) - -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - 2 | 3 | 4 | 1 - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 - 0 | -1 | -2 | 1 - 0 | -1 | -2 | 1 -(7 rows) - --- Try to delete something that should set null -DELETE FROM PKTABLE where ptest1=2 and ptest2=3 and ptest3=4; --- Show PKTABLE and FKTABLE -SELECT * from PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 2 | -1 | 5 | test5 - 0 | -1 | -2 | test1 - 2 | 10 | 5 | test4 - 1 | 2 | 3 | test2 -(4 rows) - -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 - 0 | -1 | -2 | 1 - 0 | -1 | -2 | 1 - | | | 1 -(7 rows) - --- Try to delete something that should not set null -DELETE FROM PKTABLE where ptest2=-1 and ptest3=5; --- Show PKTABLE and FKTABLE -SELECT * from PKTABLE; - ptest1 | ptest2 | ptest3 | ptest4 ---------+--------+--------+-------- - 0 | -1 | -2 | test1 - 2 | 10 | 5 | test4 - 1 | 2 | 3 | test2 -(3 rows) - -SELECT * from FKTABLE; - ftest1 | ftest2 | ftest3 | ftest4 ---------+--------+--------+-------- - | 2 | 3 | 2 - 2 | | 3 | 3 - | 2 | 7 | 4 - | 3 | 4 | 5 - 0 | -1 | -2 | 1 - 0 | -1 | -2 | 1 - | | | 1 -(7 rows) - -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- Test for ON DELETE SET NULL/DEFAULT (column_list); -CREATE TABLE PKTABLE (tid int, id int, PRIMARY KEY (tid, id)); -CREATE TABLE FKTABLE (tid int, id int, foo int, FOREIGN KEY (tid, id) REFERENCES PKTABLE ON DELETE SET NULL (bar)); -ERROR: column "bar" referenced in foreign key constraint does not exist -CREATE TABLE FKTABLE (tid int, id int, foo int, FOREIGN KEY (tid, id) REFERENCES PKTABLE ON DELETE SET NULL (foo)); -ERROR: column "foo" referenced in ON DELETE SET action must be part of foreign key -CREATE TABLE FKTABLE (tid int, id int, foo int, FOREIGN KEY (tid, foo) REFERENCES PKTABLE ON UPDATE SET NULL (foo)); -ERROR: a column list with SET NULL is only supported for ON DELETE actions -LINE 1: ...oo int, FOREIGN KEY (tid, foo) REFERENCES PKTABLE ON UPDATE ... - ^ -CREATE TABLE FKTABLE ( - tid int, id int, - fk_id_del_set_null int, - fk_id_del_set_default int DEFAULT 0, - FOREIGN KEY (tid, fk_id_del_set_null) REFERENCES PKTABLE ON DELETE SET NULL (fk_id_del_set_null), - -- this tests handling of duplicate entries in SET DEFAULT column list - FOREIGN KEY (tid, fk_id_del_set_default) REFERENCES PKTABLE ON DELETE SET DEFAULT (fk_id_del_set_default, fk_id_del_set_default) -); -SELECT pg_get_constraintdef(oid) FROM pg_constraint WHERE conrelid = 'fktable'::regclass::oid ORDER BY oid; - pg_get_constraintdef --------------------------------------------------------------------------------------------------------------------- - FOREIGN KEY (tid, fk_id_del_set_null) REFERENCES pktable(tid, id) ON DELETE SET NULL (fk_id_del_set_null) - FOREIGN KEY (tid, fk_id_del_set_default) REFERENCES pktable(tid, id) ON DELETE SET DEFAULT (fk_id_del_set_default) -(2 rows) - -INSERT INTO PKTABLE VALUES (1, 0), (1, 1), (1, 2); -INSERT INTO FKTABLE VALUES - (1, 1, 1, NULL), - (1, 2, NULL, 2); -DELETE FROM PKTABLE WHERE id = 1 OR id = 2; -SELECT * FROM FKTABLE ORDER BY id; - tid | id | fk_id_del_set_null | fk_id_del_set_default ------+----+--------------------+----------------------- - 1 | 1 | | - 1 | 2 | | 0 -(2 rows) - -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- Test some invalid FK definitions -CREATE TABLE PKTABLE (ptest1 int PRIMARY KEY, someoid oid); -CREATE TABLE FKTABLE_FAIL1 ( ftest1 int, CONSTRAINT fkfail1 FOREIGN KEY (ftest2) REFERENCES PKTABLE); -ERROR: column "ftest2" referenced in foreign key constraint does not exist -CREATE TABLE FKTABLE_FAIL2 ( ftest1 int, CONSTRAINT fkfail1 FOREIGN KEY (ftest1) REFERENCES PKTABLE(ptest2)); -ERROR: column "ptest2" referenced in foreign key constraint does not exist -CREATE TABLE FKTABLE_FAIL3 ( ftest1 int, CONSTRAINT fkfail1 FOREIGN KEY (tableoid) REFERENCES PKTABLE(someoid)); -ERROR: system columns cannot be used in foreign keys -CREATE TABLE FKTABLE_FAIL4 ( ftest1 oid, CONSTRAINT fkfail1 FOREIGN KEY (ftest1) REFERENCES PKTABLE(tableoid)); -ERROR: system columns cannot be used in foreign keys -DROP TABLE PKTABLE; --- Test for referencing column number smaller than referenced constraint -CREATE TABLE PKTABLE (ptest1 int, ptest2 int, UNIQUE(ptest1, ptest2)); -CREATE TABLE FKTABLE_FAIL1 (ftest1 int REFERENCES pktable(ptest1)); -ERROR: there is no unique constraint matching given keys for referenced table "pktable" -DROP TABLE FKTABLE_FAIL1; -ERROR: table "fktable_fail1" does not exist -DROP TABLE PKTABLE; --- --- Tests for mismatched types --- --- Basic one column, two table setup -CREATE TABLE PKTABLE (ptest1 int PRIMARY KEY); -INSERT INTO PKTABLE VALUES(42); --- This next should fail, because int=inet does not exist -CREATE TABLE FKTABLE (ftest1 inet REFERENCES pktable); -ERROR: foreign key constraint "fktable_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: inet and integer. --- This should also fail for the same reason, but here we --- give the column name -CREATE TABLE FKTABLE (ftest1 inet REFERENCES pktable(ptest1)); -ERROR: foreign key constraint "fktable_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: inet and integer. --- This should succeed, even though they are different types, --- because int=int8 exists and is a member of the integer opfamily -CREATE TABLE FKTABLE (ftest1 int8 REFERENCES pktable); --- Check it actually works -INSERT INTO FKTABLE VALUES(42); -- should succeed -INSERT INTO FKTABLE VALUES(43); -- should fail -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(43) is not present in table "pktable". -UPDATE FKTABLE SET ftest1 = ftest1; -- should succeed -UPDATE FKTABLE SET ftest1 = ftest1 + 1; -- should fail -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(43) is not present in table "pktable". -DROP TABLE FKTABLE; --- This should fail, because we'd have to cast numeric to int which is --- not an implicit coercion (or use numeric=numeric, but that's not part --- of the integer opfamily) -CREATE TABLE FKTABLE (ftest1 numeric REFERENCES pktable); -ERROR: foreign key constraint "fktable_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: numeric and integer. -DROP TABLE PKTABLE; --- On the other hand, this should work because int implicitly promotes to --- numeric, and we allow promotion on the FK side -CREATE TABLE PKTABLE (ptest1 numeric PRIMARY KEY); -INSERT INTO PKTABLE VALUES(42); -CREATE TABLE FKTABLE (ftest1 int REFERENCES pktable); --- Check it actually works -INSERT INTO FKTABLE VALUES(42); -- should succeed -INSERT INTO FKTABLE VALUES(43); -- should fail -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(43) is not present in table "pktable". -UPDATE FKTABLE SET ftest1 = ftest1; -- should succeed -UPDATE FKTABLE SET ftest1 = ftest1 + 1; -- should fail -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(43) is not present in table "pktable". -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- Two columns, two tables -CREATE TABLE PKTABLE (ptest1 int, ptest2 inet, PRIMARY KEY(ptest1, ptest2)); --- This should fail, because we just chose really odd types -CREATE TABLE FKTABLE (ftest1 cidr, ftest2 timestamp, FOREIGN KEY(ftest1, ftest2) REFERENCES pktable); -ERROR: foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: cidr and integer. --- Again, so should this... -CREATE TABLE FKTABLE (ftest1 cidr, ftest2 timestamp, FOREIGN KEY(ftest1, ftest2) REFERENCES pktable(ptest1, ptest2)); -ERROR: foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: cidr and integer. --- This fails because we mixed up the column ordering -CREATE TABLE FKTABLE (ftest1 int, ftest2 inet, FOREIGN KEY(ftest2, ftest1) REFERENCES pktable); -ERROR: foreign key constraint "fktable_ftest2_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest2" of the referencing table and "ptest1" of the referenced table are of incompatible types: inet and integer. --- As does this... -CREATE TABLE FKTABLE (ftest1 int, ftest2 inet, FOREIGN KEY(ftest2, ftest1) REFERENCES pktable(ptest1, ptest2)); -ERROR: foreign key constraint "fktable_ftest2_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest2" of the referencing table and "ptest1" of the referenced table are of incompatible types: inet and integer. --- And again.. -CREATE TABLE FKTABLE (ftest1 int, ftest2 inet, FOREIGN KEY(ftest1, ftest2) REFERENCES pktable(ptest2, ptest1)); -ERROR: foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest2" of the referenced table are of incompatible types: integer and inet. --- This works... -CREATE TABLE FKTABLE (ftest1 int, ftest2 inet, FOREIGN KEY(ftest2, ftest1) REFERENCES pktable(ptest2, ptest1)); -DROP TABLE FKTABLE; --- As does this -CREATE TABLE FKTABLE (ftest1 int, ftest2 inet, FOREIGN KEY(ftest1, ftest2) REFERENCES pktable(ptest1, ptest2)); -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- Two columns, same table --- Make sure this still works... -CREATE TABLE PKTABLE (ptest1 int, ptest2 inet, ptest3 int, ptest4 inet, PRIMARY KEY(ptest1, ptest2), FOREIGN KEY(ptest3, -ptest4) REFERENCES pktable(ptest1, ptest2)); -DROP TABLE PKTABLE; --- And this, -CREATE TABLE PKTABLE (ptest1 int, ptest2 inet, ptest3 int, ptest4 inet, PRIMARY KEY(ptest1, ptest2), FOREIGN KEY(ptest3, -ptest4) REFERENCES pktable); -DROP TABLE PKTABLE; --- This shouldn't (mixed up columns) -CREATE TABLE PKTABLE (ptest1 int, ptest2 inet, ptest3 int, ptest4 inet, PRIMARY KEY(ptest1, ptest2), FOREIGN KEY(ptest3, -ptest4) REFERENCES pktable(ptest2, ptest1)); -ERROR: foreign key constraint "pktable_ptest3_ptest4_fkey" cannot be implemented -DETAIL: Key columns "ptest3" of the referencing table and "ptest2" of the referenced table are of incompatible types: integer and inet. --- Nor should this... (same reason, we have 4,3 referencing 1,2 which mismatches types -CREATE TABLE PKTABLE (ptest1 int, ptest2 inet, ptest3 int, ptest4 inet, PRIMARY KEY(ptest1, ptest2), FOREIGN KEY(ptest4, -ptest3) REFERENCES pktable(ptest1, ptest2)); -ERROR: foreign key constraint "pktable_ptest4_ptest3_fkey" cannot be implemented -DETAIL: Key columns "ptest4" of the referencing table and "ptest1" of the referenced table are of incompatible types: inet and integer. --- Not this one either... Same as the last one except we didn't defined the columns being referenced. -CREATE TABLE PKTABLE (ptest1 int, ptest2 inet, ptest3 int, ptest4 inet, PRIMARY KEY(ptest1, ptest2), FOREIGN KEY(ptest4, -ptest3) REFERENCES pktable); -ERROR: foreign key constraint "pktable_ptest4_ptest3_fkey" cannot be implemented -DETAIL: Key columns "ptest4" of the referencing table and "ptest1" of the referenced table are of incompatible types: inet and integer. --- --- Now some cases with inheritance --- Basic 2 table case: 1 column of matching types. -create table pktable_base (base1 int not null); -create table pktable (ptest1 int, primary key(base1), unique(base1, ptest1)) inherits (pktable_base); -create table fktable (ftest1 int references pktable(base1)); --- now some ins, upd, del -insert into pktable(base1) values (1); -insert into pktable(base1) values (2); --- let's insert a non-existent fktable value -insert into fktable(ftest1) values (3); -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(3) is not present in table "pktable". --- let's make a valid row for that -insert into pktable(base1) values (3); -insert into fktable(ftest1) values (3); --- let's try removing a row that should fail from pktable -delete from pktable where base1>2; -ERROR: update or delete on table "pktable" violates foreign key constraint "fktable_ftest1_fkey" on table "fktable" -DETAIL: Key (base1)=(3) is still referenced from table "fktable". --- okay, let's try updating all of the base1 values to *4 --- which should fail. -update pktable set base1=base1*4; -ERROR: update or delete on table "pktable" violates foreign key constraint "fktable_ftest1_fkey" on table "fktable" -DETAIL: Key (base1)=(3) is still referenced from table "fktable". --- okay, let's try an update that should work. -update pktable set base1=base1*4 where base1<3; --- and a delete that should work -delete from pktable where base1>3; --- cleanup -drop table fktable; -delete from pktable; --- Now 2 columns 2 tables, matching types -create table fktable (ftest1 int, ftest2 int, foreign key(ftest1, ftest2) references pktable(base1, ptest1)); --- now some ins, upd, del -insert into pktable(base1, ptest1) values (1, 1); -insert into pktable(base1, ptest1) values (2, 2); --- let's insert a non-existent fktable value -insert into fktable(ftest1, ftest2) values (3, 1); -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_ftest2_fkey" -DETAIL: Key (ftest1, ftest2)=(3, 1) is not present in table "pktable". --- let's make a valid row for that -insert into pktable(base1,ptest1) values (3, 1); -insert into fktable(ftest1, ftest2) values (3, 1); --- let's try removing a row that should fail from pktable -delete from pktable where base1>2; -ERROR: update or delete on table "pktable" violates foreign key constraint "fktable_ftest1_ftest2_fkey" on table "fktable" -DETAIL: Key (base1, ptest1)=(3, 1) is still referenced from table "fktable". --- okay, let's try updating all of the base1 values to *4 --- which should fail. -update pktable set base1=base1*4; -ERROR: update or delete on table "pktable" violates foreign key constraint "fktable_ftest1_ftest2_fkey" on table "fktable" -DETAIL: Key (base1, ptest1)=(3, 1) is still referenced from table "fktable". --- okay, let's try an update that should work. -update pktable set base1=base1*4 where base1<3; --- and a delete that should work -delete from pktable where base1>3; --- cleanup -drop table fktable; -drop table pktable; -drop table pktable_base; --- Now we'll do one all in 1 table with 2 columns of matching types -create table pktable_base(base1 int not null, base2 int); -create table pktable(ptest1 int, ptest2 int, primary key(base1, ptest1), foreign key(base2, ptest2) references - pktable(base1, ptest1)) inherits (pktable_base); -insert into pktable (base1, ptest1, base2, ptest2) values (1, 1, 1, 1); -insert into pktable (base1, ptest1, base2, ptest2) values (2, 1, 1, 1); -insert into pktable (base1, ptest1, base2, ptest2) values (2, 2, 2, 1); -insert into pktable (base1, ptest1, base2, ptest2) values (1, 3, 2, 2); --- fails (3,2) isn't in base1, ptest1 -insert into pktable (base1, ptest1, base2, ptest2) values (2, 3, 3, 2); -ERROR: insert or update on table "pktable" violates foreign key constraint "pktable_base2_ptest2_fkey" -DETAIL: Key (base2, ptest2)=(3, 2) is not present in table "pktable". --- fails (2,2) is being referenced -delete from pktable where base1=2; -ERROR: update or delete on table "pktable" violates foreign key constraint "pktable_base2_ptest2_fkey" on table "pktable" -DETAIL: Key (base1, ptest1)=(2, 2) is still referenced from table "pktable". --- fails (1,1) is being referenced (twice) -update pktable set base1=3 where base1=1; -ERROR: update or delete on table "pktable" violates foreign key constraint "pktable_base2_ptest2_fkey" on table "pktable" -DETAIL: Key (base1, ptest1)=(1, 1) is still referenced from table "pktable". --- this sequence of two deletes will work, since after the first there will be no (2,*) references -delete from pktable where base2=2; -delete from pktable where base1=2; -drop table pktable; -drop table pktable_base; --- 2 columns (2 tables), mismatched types -create table pktable_base(base1 int not null); -create table pktable(ptest1 inet, primary key(base1, ptest1)) inherits (pktable_base); --- just generally bad types (with and without column references on the referenced table) -create table fktable(ftest1 cidr, ftest2 int[], foreign key (ftest1, ftest2) references pktable); -ERROR: foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "base1" of the referenced table are of incompatible types: cidr and integer. -create table fktable(ftest1 cidr, ftest2 int[], foreign key (ftest1, ftest2) references pktable(base1, ptest1)); -ERROR: foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "base1" of the referenced table are of incompatible types: cidr and integer. --- let's mix up which columns reference which -create table fktable(ftest1 int, ftest2 inet, foreign key(ftest2, ftest1) references pktable); -ERROR: foreign key constraint "fktable_ftest2_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest2" of the referencing table and "base1" of the referenced table are of incompatible types: inet and integer. -create table fktable(ftest1 int, ftest2 inet, foreign key(ftest2, ftest1) references pktable(base1, ptest1)); -ERROR: foreign key constraint "fktable_ftest2_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest2" of the referencing table and "base1" of the referenced table are of incompatible types: inet and integer. -create table fktable(ftest1 int, ftest2 inet, foreign key(ftest1, ftest2) references pktable(ptest1, base1)); -ERROR: foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: integer and inet. -drop table pktable; -drop table pktable_base; --- 2 columns (1 table), mismatched types -create table pktable_base(base1 int not null, base2 int); -create table pktable(ptest1 inet, ptest2 inet[], primary key(base1, ptest1), foreign key(base2, ptest2) references - pktable(base1, ptest1)) inherits (pktable_base); -ERROR: foreign key constraint "pktable_base2_ptest2_fkey" cannot be implemented -DETAIL: Key columns "ptest2" of the referencing table and "ptest1" of the referenced table are of incompatible types: inet[] and inet. -create table pktable(ptest1 inet, ptest2 inet, primary key(base1, ptest1), foreign key(base2, ptest2) references - pktable(ptest1, base1)) inherits (pktable_base); -ERROR: foreign key constraint "pktable_base2_ptest2_fkey" cannot be implemented -DETAIL: Key columns "base2" of the referencing table and "ptest1" of the referenced table are of incompatible types: integer and inet. -create table pktable(ptest1 inet, ptest2 inet, primary key(base1, ptest1), foreign key(ptest2, base2) references - pktable(base1, ptest1)) inherits (pktable_base); -ERROR: foreign key constraint "pktable_ptest2_base2_fkey" cannot be implemented -DETAIL: Key columns "ptest2" of the referencing table and "base1" of the referenced table are of incompatible types: inet and integer. -create table pktable(ptest1 inet, ptest2 inet, primary key(base1, ptest1), foreign key(ptest2, base2) references - pktable(base1, ptest1)) inherits (pktable_base); -ERROR: foreign key constraint "pktable_ptest2_base2_fkey" cannot be implemented -DETAIL: Key columns "ptest2" of the referencing table and "base1" of the referenced table are of incompatible types: inet and integer. -drop table pktable; -ERROR: table "pktable" does not exist -drop table pktable_base; --- --- Deferrable constraints --- --- deferrable, explicitly deferred -CREATE TABLE pktable ( - id INT4 PRIMARY KEY, - other INT4 -); -CREATE TABLE fktable ( - id INT4 PRIMARY KEY, - fk INT4 REFERENCES pktable DEFERRABLE -); --- default to immediate: should fail -INSERT INTO fktable VALUES (5, 10); -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_fk_fkey" -DETAIL: Key (fk)=(10) is not present in table "pktable". --- explicitly defer the constraint -BEGIN; -SET CONSTRAINTS ALL DEFERRED; -INSERT INTO fktable VALUES (10, 15); -INSERT INTO pktable VALUES (15, 0); -- make the FK insert valid -COMMIT; -DROP TABLE fktable, pktable; --- deferrable, initially deferred -CREATE TABLE pktable ( - id INT4 PRIMARY KEY, - other INT4 -); -CREATE TABLE fktable ( - id INT4 PRIMARY KEY, - fk INT4 REFERENCES pktable DEFERRABLE INITIALLY DEFERRED -); --- default to deferred, should succeed -BEGIN; -INSERT INTO fktable VALUES (100, 200); -INSERT INTO pktable VALUES (200, 500); -- make the FK insert valid -COMMIT; --- default to deferred, explicitly make immediate -BEGIN; -SET CONSTRAINTS ALL IMMEDIATE; --- should fail -INSERT INTO fktable VALUES (500, 1000); -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_fk_fkey" -DETAIL: Key (fk)=(1000) is not present in table "pktable". -COMMIT; -DROP TABLE fktable, pktable; --- tricky behavior: according to SQL99, if a deferred constraint is set --- to 'immediate' mode, it should be checked for validity *immediately*, --- not when the current transaction commits (i.e. the mode change applies --- retroactively) -CREATE TABLE pktable ( - id INT4 PRIMARY KEY, - other INT4 -); -CREATE TABLE fktable ( - id INT4 PRIMARY KEY, - fk INT4 REFERENCES pktable DEFERRABLE -); -BEGIN; -SET CONSTRAINTS ALL DEFERRED; --- should succeed, for now -INSERT INTO fktable VALUES (1000, 2000); --- should cause transaction abort, due to preceding error -SET CONSTRAINTS ALL IMMEDIATE; -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_fk_fkey" -DETAIL: Key (fk)=(2000) is not present in table "pktable". -INSERT INTO pktable VALUES (2000, 3); -- too late -ERROR: current transaction is aborted, commands ignored until end of transaction block -COMMIT; -DROP TABLE fktable, pktable; --- deferrable, initially deferred -CREATE TABLE pktable ( - id INT4 PRIMARY KEY, - other INT4 -); -CREATE TABLE fktable ( - id INT4 PRIMARY KEY, - fk INT4 REFERENCES pktable DEFERRABLE INITIALLY DEFERRED -); -BEGIN; --- no error here -INSERT INTO fktable VALUES (100, 200); --- error here on commit -COMMIT; -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_fk_fkey" -DETAIL: Key (fk)=(200) is not present in table "pktable". -DROP TABLE pktable, fktable; --- test notice about expensive referential integrity checks, --- where the index cannot be used because of type incompatibilities. -CREATE TEMP TABLE pktable ( - id1 INT4 PRIMARY KEY, - id2 VARCHAR(4) UNIQUE, - id3 REAL UNIQUE, - UNIQUE(id1, id2, id3) -); -CREATE TEMP TABLE fktable ( - x1 INT4 REFERENCES pktable(id1), - x2 VARCHAR(4) REFERENCES pktable(id2), - x3 REAL REFERENCES pktable(id3), - x4 TEXT, - x5 INT2 -); --- check individual constraints with alter table. --- should fail --- varchar does not promote to real -ALTER TABLE fktable ADD CONSTRAINT fk_2_3 -FOREIGN KEY (x2) REFERENCES pktable(id3); -ERROR: foreign key constraint "fk_2_3" cannot be implemented -DETAIL: Key columns "x2" of the referencing table and "id3" of the referenced table are of incompatible types: character varying and real. --- nor to int4 -ALTER TABLE fktable ADD CONSTRAINT fk_2_1 -FOREIGN KEY (x2) REFERENCES pktable(id1); -ERROR: foreign key constraint "fk_2_1" cannot be implemented -DETAIL: Key columns "x2" of the referencing table and "id1" of the referenced table are of incompatible types: character varying and integer. --- real does not promote to int4 -ALTER TABLE fktable ADD CONSTRAINT fk_3_1 -FOREIGN KEY (x3) REFERENCES pktable(id1); -ERROR: foreign key constraint "fk_3_1" cannot be implemented -DETAIL: Key columns "x3" of the referencing table and "id1" of the referenced table are of incompatible types: real and integer. --- int4 does not promote to text -ALTER TABLE fktable ADD CONSTRAINT fk_1_2 -FOREIGN KEY (x1) REFERENCES pktable(id2); -ERROR: foreign key constraint "fk_1_2" cannot be implemented -DETAIL: Key columns "x1" of the referencing table and "id2" of the referenced table are of incompatible types: integer and character varying. --- should succeed --- int4 promotes to real -ALTER TABLE fktable ADD CONSTRAINT fk_1_3 -FOREIGN KEY (x1) REFERENCES pktable(id3); --- text is compatible with varchar -ALTER TABLE fktable ADD CONSTRAINT fk_4_2 -FOREIGN KEY (x4) REFERENCES pktable(id2); --- int2 is part of integer opfamily as of 8.0 -ALTER TABLE fktable ADD CONSTRAINT fk_5_1 -FOREIGN KEY (x5) REFERENCES pktable(id1); --- check multikey cases, especially out-of-order column lists --- these should work -ALTER TABLE fktable ADD CONSTRAINT fk_123_123 -FOREIGN KEY (x1,x2,x3) REFERENCES pktable(id1,id2,id3); -ALTER TABLE fktable ADD CONSTRAINT fk_213_213 -FOREIGN KEY (x2,x1,x3) REFERENCES pktable(id2,id1,id3); -ALTER TABLE fktable ADD CONSTRAINT fk_253_213 -FOREIGN KEY (x2,x5,x3) REFERENCES pktable(id2,id1,id3); --- these should fail -ALTER TABLE fktable ADD CONSTRAINT fk_123_231 -FOREIGN KEY (x1,x2,x3) REFERENCES pktable(id2,id3,id1); -ERROR: foreign key constraint "fk_123_231" cannot be implemented -DETAIL: Key columns "x1" of the referencing table and "id2" of the referenced table are of incompatible types: integer and character varying. -ALTER TABLE fktable ADD CONSTRAINT fk_241_132 -FOREIGN KEY (x2,x4,x1) REFERENCES pktable(id1,id3,id2); -ERROR: foreign key constraint "fk_241_132" cannot be implemented -DETAIL: Key columns "x2" of the referencing table and "id1" of the referenced table are of incompatible types: character varying and integer. -DROP TABLE pktable, fktable; --- test a tricky case: we can elide firing the FK check trigger during --- an UPDATE if the UPDATE did not change the foreign key --- field. However, we can't do this if our transaction was the one that --- created the updated row and the trigger is deferred, since our UPDATE --- will have invalidated the original newly-inserted tuple, and therefore --- cause the on-INSERT RI trigger not to be fired. -CREATE TEMP TABLE pktable ( - id int primary key, - other int -); -CREATE TEMP TABLE fktable ( - id int primary key, - fk int references pktable deferrable initially deferred -); -INSERT INTO pktable VALUES (5, 10); -BEGIN; --- doesn't match PK, but no error yet -INSERT INTO fktable VALUES (0, 20); --- don't change FK -UPDATE fktable SET id = id + 1; --- should catch error from initial INSERT -COMMIT; -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_fk_fkey" -DETAIL: Key (fk)=(20) is not present in table "pktable". --- check same case when insert is in a different subtransaction than update -BEGIN; --- doesn't match PK, but no error yet -INSERT INTO fktable VALUES (0, 20); --- UPDATE will be in a subxact -SAVEPOINT savept1; --- don't change FK -UPDATE fktable SET id = id + 1; --- should catch error from initial INSERT -COMMIT; -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_fk_fkey" -DETAIL: Key (fk)=(20) is not present in table "pktable". -BEGIN; --- INSERT will be in a subxact -SAVEPOINT savept1; --- doesn't match PK, but no error yet -INSERT INTO fktable VALUES (0, 20); -RELEASE SAVEPOINT savept1; --- don't change FK -UPDATE fktable SET id = id + 1; --- should catch error from initial INSERT -COMMIT; -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_fk_fkey" -DETAIL: Key (fk)=(20) is not present in table "pktable". -BEGIN; --- doesn't match PK, but no error yet -INSERT INTO fktable VALUES (0, 20); --- UPDATE will be in a subxact -SAVEPOINT savept1; --- don't change FK -UPDATE fktable SET id = id + 1; --- Roll back the UPDATE -ROLLBACK TO savept1; --- should catch error from initial INSERT -COMMIT; -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_fk_fkey" -DETAIL: Key (fk)=(20) is not present in table "pktable". --- --- check ALTER CONSTRAINT --- -INSERT INTO fktable VALUES (1, 5); -ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey DEFERRABLE INITIALLY IMMEDIATE; -BEGIN; --- doesn't match FK, should throw error now -UPDATE pktable SET id = 10 WHERE id = 5; -ERROR: update or delete on table "pktable" violates foreign key constraint "fktable_fk_fkey" on table "fktable" -DETAIL: Key (id)=(5) is still referenced from table "fktable". -COMMIT; -BEGIN; --- doesn't match PK, should throw error now -INSERT INTO fktable VALUES (0, 20); -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_fk_fkey" -DETAIL: Key (fk)=(20) is not present in table "pktable". -COMMIT; -ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey NOT ENFORCED; -BEGIN; --- doesn't match FK, but no error. -UPDATE pktable SET id = 10 WHERE id = 5; --- doesn't match PK, but no error. -INSERT INTO fktable VALUES (0, 20); -ROLLBACK; --- try additional syntax -ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey NOT DEFERRABLE; --- illegal options -ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey NOT DEFERRABLE INITIALLY DEFERRED; -ERROR: constraint declared INITIALLY DEFERRED must be DEFERRABLE -LINE 1: ...e ALTER CONSTRAINT fktable_fk_fkey NOT DEFERRABLE INITIALLY ... - ^ -ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey NO INHERIT; -ERROR: constraint "fktable_fk_fkey" of relation "fktable" is not a not-null constraint -ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey NOT VALID; -ERROR: FOREIGN KEY constraints cannot be marked NOT VALID -LINE 1: ...ER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey NOT VALID; - ^ -ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey ENFORCED NOT ENFORCED; -ERROR: conflicting constraint properties -LINE 1: ...fktable ALTER CONSTRAINT fktable_fk_fkey ENFORCED NOT ENFORC... - ^ -CREATE TEMP TABLE fktable2 (fk int references pktable ENFORCED NOT ENFORCED); -ERROR: multiple ENFORCED/NOT ENFORCED clauses not allowed -LINE 1: ...ABLE fktable2 (fk int references pktable ENFORCED NOT ENFORC... - ^ --- test order of firing of FK triggers when several RI-induced changes need to --- be made to the same row. This was broken by subtransaction-related --- changes in 8.0. -CREATE TEMP TABLE users ( - id INT PRIMARY KEY, - name VARCHAR NOT NULL -); -INSERT INTO users VALUES (1, 'Jozko'); -INSERT INTO users VALUES (2, 'Ferko'); -INSERT INTO users VALUES (3, 'Samko'); -CREATE TEMP TABLE tasks ( - id INT PRIMARY KEY, - owner INT REFERENCES users ON UPDATE CASCADE ON DELETE SET NULL, - worker INT REFERENCES users ON UPDATE CASCADE ON DELETE SET NULL, - checked_by INT REFERENCES users ON UPDATE CASCADE ON DELETE SET NULL -); -INSERT INTO tasks VALUES (1,1,NULL,NULL); -INSERT INTO tasks VALUES (2,2,2,NULL); -INSERT INTO tasks VALUES (3,3,3,3); -SELECT * FROM tasks; - id | owner | worker | checked_by -----+-------+--------+------------ - 1 | 1 | | - 2 | 2 | 2 | - 3 | 3 | 3 | 3 -(3 rows) - -UPDATE users SET id = 4 WHERE id = 3; -SELECT * FROM tasks; - id | owner | worker | checked_by -----+-------+--------+------------ - 1 | 1 | | - 2 | 2 | 2 | - 3 | 4 | 4 | 4 -(3 rows) - -DELETE FROM users WHERE id = 4; -SELECT * FROM tasks; - id | owner | worker | checked_by -----+-------+--------+------------ - 1 | 1 | | - 2 | 2 | 2 | - 3 | | | -(3 rows) - --- could fail with only 2 changes to make, if row was already updated -BEGIN; -UPDATE tasks set id=id WHERE id=2; -SELECT * FROM tasks; - id | owner | worker | checked_by -----+-------+--------+------------ - 1 | 1 | | - 3 | | | - 2 | 2 | 2 | -(3 rows) - -DELETE FROM users WHERE id = 2; -SELECT * FROM tasks; - id | owner | worker | checked_by -----+-------+--------+------------ - 1 | 1 | | - 3 | | | - 2 | | | -(3 rows) - -COMMIT; --- --- Test self-referential FK with CASCADE (bug #6268) --- -create temp table selfref ( - a int primary key, - b int, - foreign key (b) references selfref (a) - on update cascade on delete cascade -); -insert into selfref (a, b) -values - (0, 0), - (1, 1); -begin; - update selfref set a = 123 where a = 0; - select a, b from selfref; - a | b ------+----- - 1 | 1 - 123 | 123 -(2 rows) - - update selfref set a = 456 where a = 123; - select a, b from selfref; - a | b ------+----- - 1 | 1 - 456 | 456 -(2 rows) - -commit; --- --- Test that SET DEFAULT actions recognize updates to default values --- -create temp table defp (f1 int primary key); -create temp table defc (f1 int default 0 - references defp on delete set default); -insert into defp values (0), (1), (2); -insert into defc values (2); -select * from defc; - f1 ----- - 2 -(1 row) - -delete from defp where f1 = 2; -select * from defc; - f1 ----- - 0 -(1 row) - -delete from defp where f1 = 0; -- fail -ERROR: update or delete on table "defp" violates foreign key constraint "defc_f1_fkey" on table "defc" -DETAIL: Key (f1)=(0) is still referenced from table "defc". -alter table defc alter column f1 set default 1; -delete from defp where f1 = 0; -select * from defc; - f1 ----- - 1 -(1 row) - -delete from defp where f1 = 1; -- fail -ERROR: update or delete on table "defp" violates foreign key constraint "defc_f1_fkey" on table "defc" -DETAIL: Key (f1)=(1) is still referenced from table "defc". --- --- Test the difference between NO ACTION and RESTRICT --- -create temp table pp (f1 int primary key); -create temp table cc (f1 int references pp on update no action on delete no action); -insert into pp values(12); -insert into pp values(11); -update pp set f1=f1+1; -insert into cc values(13); -update pp set f1=f1+1; -update pp set f1=f1+1; -- fail -ERROR: update or delete on table "pp" violates foreign key constraint "cc_f1_fkey" on table "cc" -DETAIL: Key (f1)=(13) is still referenced from table "cc". -delete from pp where f1 = 13; -- fail -ERROR: update or delete on table "pp" violates foreign key constraint "cc_f1_fkey" on table "cc" -DETAIL: Key (f1)=(13) is still referenced from table "cc". -drop table pp, cc; -create temp table pp (f1 int primary key); -create temp table cc (f1 int references pp on update restrict on delete restrict); -insert into pp values(12); -insert into pp values(11); -update pp set f1=f1+1; -insert into cc values(13); -update pp set f1=f1+1; -- fail -ERROR: update or delete on table "pp" violates RESTRICT setting of foreign key constraint "cc_f1_fkey" on table "cc" -DETAIL: Key (f1)=(13) is referenced from table "cc". -delete from pp where f1 = 13; -- fail -ERROR: update or delete on table "pp" violates RESTRICT setting of foreign key constraint "cc_f1_fkey" on table "cc" -DETAIL: Key (f1)=(13) is referenced from table "cc". -drop table pp, cc; --- --- Test interaction of foreign-key optimization with rules (bug #14219) --- -create temp table t1 (a integer primary key, b text); -create temp table t2 (a integer primary key, b integer references t1); -create rule r1 as on delete to t1 do delete from t2 where t2.b = old.a; -explain (costs off) delete from t1 where a = 1; - QUERY PLAN --------------------------------------------- - Delete on t2 - -> Nested Loop - -> Index Scan using t1_pkey on t1 - Index Cond: (a = 1) - -> Seq Scan on t2 - Filter: (b = 1) - - Delete on t1 - -> Index Scan using t1_pkey on t1 - Index Cond: (a = 1) -(10 rows) - -delete from t1 where a = 1; --- Test a primary key with attributes located in later attnum positions --- compared to the fk attributes. -create table pktable2 (a int, b int, c int, d int, e int, primary key (d, e)); -create table fktable2 (d int, e int, foreign key (d, e) references pktable2); -insert into pktable2 values (1, 2, 3, 4, 5); -insert into fktable2 values (4, 5); -delete from pktable2; -ERROR: update or delete on table "pktable2" violates foreign key constraint "fktable2_d_e_fkey" on table "fktable2" -DETAIL: Key (d, e)=(4, 5) is still referenced from table "fktable2". -update pktable2 set d = 5; -ERROR: update or delete on table "pktable2" violates foreign key constraint "fktable2_d_e_fkey" on table "fktable2" -DETAIL: Key (d, e)=(4, 5) is still referenced from table "fktable2". -drop table pktable2, fktable2; --- Test truncation of long foreign key names -create table pktable1 (a int primary key); -create table pktable2 (a int, b int, primary key (a, b)); -create table fktable2 ( - a int, - b int, - very_very_long_column_name_to_exceed_63_characters int, - foreign key (very_very_long_column_name_to_exceed_63_characters) references pktable1, - foreign key (a, very_very_long_column_name_to_exceed_63_characters) references pktable2, - foreign key (a, very_very_long_column_name_to_exceed_63_characters) references pktable2 -); -select conname from pg_constraint where conrelid = 'fktable2'::regclass order by conname; - conname ------------------------------------------------------------------ - fktable2_a_very_very_long_column_name_to_exceed_63_charac_fkey1 - fktable2_a_very_very_long_column_name_to_exceed_63_charact_fkey - fktable2_very_very_long_column_name_to_exceed_63_character_fkey -(3 rows) - -drop table pktable1, pktable2, fktable2; --- --- Test deferred FK check on a tuple deleted by a rolled-back subtransaction --- -create table pktable2(f1 int primary key); -create table fktable2(f1 int references pktable2 deferrable initially deferred); -insert into pktable2 values(1); -begin; -insert into fktable2 values(1); -savepoint x; -delete from fktable2; -rollback to x; -commit; -begin; -insert into fktable2 values(2); -savepoint x; -delete from fktable2; -rollback to x; -commit; -- fail -ERROR: insert or update on table "fktable2" violates foreign key constraint "fktable2_f1_fkey" -DETAIL: Key (f1)=(2) is not present in table "pktable2". --- --- Test that we prevent dropping FK constraint with pending trigger events --- -begin; -insert into fktable2 values(2); -alter table fktable2 drop constraint fktable2_f1_fkey; -ERROR: cannot ALTER TABLE "fktable2" because it has pending trigger events -commit; -begin; -delete from pktable2 where f1 = 1; -alter table fktable2 drop constraint fktable2_f1_fkey; -ERROR: cannot ALTER TABLE "pktable2" because it has pending trigger events -commit; -drop table pktable2, fktable2; --- --- Test keys that "look" different but compare as equal --- -create table pktable2 (a float8, b float8, primary key (a, b)); -create table fktable2 (x float8, y float8, foreign key (x, y) references pktable2 (a, b) on update cascade); -insert into pktable2 values ('-0', '-0'); -insert into fktable2 values ('-0', '-0'); -select * from pktable2; - a | b -----+---- - -0 | -0 -(1 row) - -select * from fktable2; - x | y -----+---- - -0 | -0 -(1 row) - -update pktable2 set a = '0' where a = '-0'; -select * from pktable2; - a | b ----+---- - 0 | -0 -(1 row) - --- should have updated fktable2.x -select * from fktable2; - x | y ----+---- - 0 | -0 -(1 row) - -drop table pktable2, fktable2; --- --- Foreign keys and partitioned tables --- --- Creation of a partitioned hierarchy with irregular definitions -CREATE TABLE fk_notpartitioned_pk (fdrop1 int, a int, fdrop2 int, b int, - PRIMARY KEY (a, b)); -ALTER TABLE fk_notpartitioned_pk DROP COLUMN fdrop1, DROP COLUMN fdrop2; -CREATE TABLE fk_partitioned_fk (b int, fdrop1 int, a int) PARTITION BY RANGE (a, b); -ALTER TABLE fk_partitioned_fk DROP COLUMN fdrop1; -CREATE TABLE fk_partitioned_fk_1 (fdrop1 int, fdrop2 int, a int, fdrop3 int, b int); -ALTER TABLE fk_partitioned_fk_1 DROP COLUMN fdrop1, DROP COLUMN fdrop2, DROP COLUMN fdrop3; -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_1 FOR VALUES FROM (0,0) TO (1000,1000); -ALTER TABLE fk_partitioned_fk ADD CONSTRAINT fk_partitioned_fk_a_b_fkey FOREIGN KEY (a, b) - REFERENCES fk_notpartitioned_pk NOT ENFORCED; -CREATE TABLE fk_partitioned_fk_2 (b int, fdrop1 int, fdrop2 int, a int); -ALTER TABLE fk_partitioned_fk_2 DROP COLUMN fdrop1, DROP COLUMN fdrop2; -ALTER TABLE fk_partitioned_fk_2 ADD CONSTRAINT fk_partitioned_fk_a_b_fkey FOREIGN KEY (a, b) - REFERENCES fk_notpartitioned_pk NOT ENFORCED; -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_2 FOR VALUES FROM (1000,1000) TO (2000,2000); -ALTER TABLE fk_partitioned_fk ALTER CONSTRAINT fk_partitioned_fk_a_b_fkey ENFORCED; -CREATE TABLE fk_partitioned_fk_3 (fdrop1 int, fdrop2 int, fdrop3 int, fdrop4 int, b int, a int) - PARTITION BY HASH (a); -ALTER TABLE fk_partitioned_fk_3 DROP COLUMN fdrop1, DROP COLUMN fdrop2, - DROP COLUMN fdrop3, DROP COLUMN fdrop4; -CREATE TABLE fk_partitioned_fk_3_0 PARTITION OF fk_partitioned_fk_3 FOR VALUES WITH (MODULUS 5, REMAINDER 0); -CREATE TABLE fk_partitioned_fk_3_1 PARTITION OF fk_partitioned_fk_3 FOR VALUES WITH (MODULUS 5, REMAINDER 1); -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_3 - FOR VALUES FROM (2000,2000) TO (3000,3000); --- Creating a foreign key with ONLY on a partitioned table referencing --- a non-partitioned table fails. -ALTER TABLE ONLY fk_partitioned_fk ADD FOREIGN KEY (a, b) - REFERENCES fk_notpartitioned_pk; -ERROR: cannot use ONLY for foreign key on partitioned table "fk_partitioned_fk" referencing relation "fk_notpartitioned_pk" --- these inserts, targeting both the partition directly as well as the --- partitioned table, should all fail -INSERT INTO fk_partitioned_fk (a,b) VALUES (500, 501); -ERROR: insert or update on table "fk_partitioned_fk_1" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(500, 501) is not present in table "fk_notpartitioned_pk". -INSERT INTO fk_partitioned_fk_1 (a,b) VALUES (500, 501); -ERROR: insert or update on table "fk_partitioned_fk_1" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(500, 501) is not present in table "fk_notpartitioned_pk". -INSERT INTO fk_partitioned_fk (a,b) VALUES (1500, 1501); -ERROR: insert or update on table "fk_partitioned_fk_2" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(1500, 1501) is not present in table "fk_notpartitioned_pk". -INSERT INTO fk_partitioned_fk_2 (a,b) VALUES (1500, 1501); -ERROR: insert or update on table "fk_partitioned_fk_2" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(1500, 1501) is not present in table "fk_notpartitioned_pk". -INSERT INTO fk_partitioned_fk (a,b) VALUES (2500, 2502); -ERROR: insert or update on table "fk_partitioned_fk_3_1" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(2500, 2502) is not present in table "fk_notpartitioned_pk". -INSERT INTO fk_partitioned_fk_3 (a,b) VALUES (2500, 2502); -ERROR: insert or update on table "fk_partitioned_fk_3_1" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(2500, 2502) is not present in table "fk_notpartitioned_pk". -INSERT INTO fk_partitioned_fk (a,b) VALUES (2501, 2503); -ERROR: insert or update on table "fk_partitioned_fk_3_0" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(2501, 2503) is not present in table "fk_notpartitioned_pk". -INSERT INTO fk_partitioned_fk_3 (a,b) VALUES (2501, 2503); -ERROR: insert or update on table "fk_partitioned_fk_3_0" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(2501, 2503) is not present in table "fk_notpartitioned_pk". --- but if we insert the values that make them valid, then they work -INSERT INTO fk_notpartitioned_pk VALUES (500, 501), (1500, 1501), - (2500, 2502), (2501, 2503); -INSERT INTO fk_partitioned_fk (a,b) VALUES (500, 501); -INSERT INTO fk_partitioned_fk (a,b) VALUES (1500, 1501); -INSERT INTO fk_partitioned_fk (a,b) VALUES (2500, 2502); -INSERT INTO fk_partitioned_fk (a,b) VALUES (2501, 2503); --- this update fails because there is no referenced row -UPDATE fk_partitioned_fk SET a = a + 1 WHERE a = 2501; -ERROR: insert or update on table "fk_partitioned_fk_3_1" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(2502, 2503) is not present in table "fk_notpartitioned_pk". --- but we can fix it thusly: -INSERT INTO fk_notpartitioned_pk (a,b) VALUES (2502, 2503); -UPDATE fk_partitioned_fk SET a = a + 1 WHERE a = 2501; --- these updates would leave lingering rows in the referencing table; disallow -UPDATE fk_notpartitioned_pk SET b = 502 WHERE a = 500; -ERROR: update or delete on table "fk_notpartitioned_pk" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" on table "fk_partitioned_fk" -DETAIL: Key (a, b)=(500, 501) is still referenced from table "fk_partitioned_fk". -UPDATE fk_notpartitioned_pk SET b = 1502 WHERE a = 1500; -ERROR: update or delete on table "fk_notpartitioned_pk" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" on table "fk_partitioned_fk" -DETAIL: Key (a, b)=(1500, 1501) is still referenced from table "fk_partitioned_fk". -UPDATE fk_notpartitioned_pk SET b = 2504 WHERE a = 2500; -ERROR: update or delete on table "fk_notpartitioned_pk" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" on table "fk_partitioned_fk" -DETAIL: Key (a, b)=(2500, 2502) is still referenced from table "fk_partitioned_fk". --- check psql behavior -\d fk_notpartitioned_pk - Table "public.fk_notpartitioned_pk" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | not null | - b | integer | | not null | -Indexes: - "fk_notpartitioned_pk_pkey" PRIMARY KEY, btree (a, b) -Referenced by: - TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) - --- Check the exsting FK trigger -SELECT conname, tgrelid::regclass as tgrel, regexp_replace(tgname, '[0-9]+', 'N') as tgname, tgtype -FROM pg_trigger t JOIN pg_constraint c ON (t.tgconstraint = c.oid) -WHERE tgrelid IN (SELECT relid FROM pg_partition_tree('fk_partitioned_fk'::regclass) - UNION ALL SELECT 'fk_notpartitioned_pk'::regclass) -ORDER BY tgrelid, tgtype; - conname | tgrel | tgname | tgtype -----------------------------+-----------------------+--------------------------+-------- - fk_partitioned_fk_a_b_fkey | fk_notpartitioned_pk | RI_ConstraintTrigger_a_N | 9 - fk_partitioned_fk_a_b_fkey | fk_notpartitioned_pk | RI_ConstraintTrigger_a_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk | RI_ConstraintTrigger_c_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_1 | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_1 | RI_ConstraintTrigger_c_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_2 | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_2 | RI_ConstraintTrigger_c_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3 | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3 | RI_ConstraintTrigger_c_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3_0 | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3_0 | RI_ConstraintTrigger_c_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3_1 | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3_1 | RI_ConstraintTrigger_c_N | 17 -(14 rows) - -ALTER TABLE fk_partitioned_fk ALTER CONSTRAINT fk_partitioned_fk_a_b_fkey NOT ENFORCED; --- No triggers -SELECT conname, tgrelid::regclass as tgrel, regexp_replace(tgname, '[0-9]+', 'N') as tgname, tgtype -FROM pg_trigger t JOIN pg_constraint c ON (t.tgconstraint = c.oid) -WHERE tgrelid IN (SELECT relid FROM pg_partition_tree('fk_partitioned_fk'::regclass) - UNION ALL SELECT 'fk_notpartitioned_pk'::regclass) -ORDER BY tgrelid, tgtype; - conname | tgrel | tgname | tgtype ----------+-------+--------+-------- -(0 rows) - --- Changing it back to ENFORCED will recreate the necessary triggers. -ALTER TABLE fk_partitioned_fk ALTER CONSTRAINT fk_partitioned_fk_a_b_fkey ENFORCED; --- Should be exactly the same number of triggers found as before -SELECT conname, tgrelid::regclass as tgrel, regexp_replace(tgname, '[0-9]+', 'N') as tgname, tgtype -FROM pg_trigger t JOIN pg_constraint c ON (t.tgconstraint = c.oid) -WHERE tgrelid IN (SELECT relid FROM pg_partition_tree('fk_partitioned_fk'::regclass) - UNION ALL SELECT 'fk_notpartitioned_pk'::regclass) -ORDER BY tgrelid, tgtype; - conname | tgrel | tgname | tgtype -----------------------------+-----------------------+--------------------------+-------- - fk_partitioned_fk_a_b_fkey | fk_notpartitioned_pk | RI_ConstraintTrigger_a_N | 9 - fk_partitioned_fk_a_b_fkey | fk_notpartitioned_pk | RI_ConstraintTrigger_a_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk | RI_ConstraintTrigger_c_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_1 | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_1 | RI_ConstraintTrigger_c_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_2 | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_2 | RI_ConstraintTrigger_c_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3 | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3 | RI_ConstraintTrigger_c_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3_0 | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3_0 | RI_ConstraintTrigger_c_N | 17 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3_1 | RI_ConstraintTrigger_c_N | 5 - fk_partitioned_fk_a_b_fkey | fk_partitioned_fk_3_1 | RI_ConstraintTrigger_c_N | 17 -(14 rows) - -ALTER TABLE fk_partitioned_fk DROP CONSTRAINT fk_partitioned_fk_a_b_fkey; --- done. -DROP TABLE fk_notpartitioned_pk, fk_partitioned_fk; --- Altering a type referenced by a foreign key needs to drop/recreate the FK. --- Ensure that works. -CREATE TABLE fk_notpartitioned_pk (a INT, PRIMARY KEY(a), CHECK (a > 0)); -CREATE TABLE fk_partitioned_fk (a INT REFERENCES fk_notpartitioned_pk(a) PRIMARY KEY) PARTITION BY RANGE(a); -CREATE TABLE fk_partitioned_fk_1 PARTITION OF fk_partitioned_fk FOR VALUES FROM (MINVALUE) TO (MAXVALUE); -INSERT INTO fk_notpartitioned_pk VALUES (1); -INSERT INTO fk_partitioned_fk VALUES (1); -ALTER TABLE fk_notpartitioned_pk ALTER COLUMN a TYPE bigint; -DELETE FROM fk_notpartitioned_pk WHERE a = 1; -ERROR: update or delete on table "fk_notpartitioned_pk" violates foreign key constraint "fk_partitioned_fk_a_fkey" on table "fk_partitioned_fk" -DETAIL: Key (a)=(1) is still referenced from table "fk_partitioned_fk". -DROP TABLE fk_notpartitioned_pk, fk_partitioned_fk; --- NOT VALID foreign keys on partitioned table -CREATE TABLE fk_notpartitioned_pk (a int, b int, PRIMARY KEY (a, b)); -CREATE TABLE fk_partitioned_fk (b int, a int) PARTITION BY RANGE (a, b); -ALTER TABLE fk_partitioned_fk ADD FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk NOT VALID; --- Attaching a child table with the same valid foreign key constraint. -CREATE TABLE fk_partitioned_fk_1 (a int, b int); -ALTER TABLE fk_partitioned_fk_1 ADD FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk; -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_1 FOR VALUES FROM (0,0) TO (1000,1000); --- Child constraint will remain valid. -SELECT conname, convalidated, conrelid::regclass FROM pg_constraint -WHERE conrelid::regclass::text like 'fk_partitioned_fk%' ORDER BY oid::regclass::text; - conname | convalidated | conrelid -------------------------------+--------------+--------------------- - fk_partitioned_fk_a_b_fkey | f | fk_partitioned_fk - fk_partitioned_fk_1_a_b_fkey | t | fk_partitioned_fk_1 -(2 rows) - --- Validate the constraint -ALTER TABLE fk_partitioned_fk VALIDATE CONSTRAINT fk_partitioned_fk_a_b_fkey; --- All constraints are now valid. -SELECT conname, convalidated, conrelid::regclass FROM pg_constraint -WHERE conrelid::regclass::text like 'fk_partitioned_fk%' ORDER BY oid::regclass::text; - conname | convalidated | conrelid -------------------------------+--------------+--------------------- - fk_partitioned_fk_a_b_fkey | t | fk_partitioned_fk - fk_partitioned_fk_1_a_b_fkey | t | fk_partitioned_fk_1 -(2 rows) - --- Attaching a child with a NOT VALID constraint. -CREATE TABLE fk_partitioned_fk_2 (a int, b int); -INSERT INTO fk_partitioned_fk_2 VALUES(1000, 1000); -- doesn't exist in referenced table -ALTER TABLE fk_partitioned_fk_2 ADD FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk NOT VALID; --- It will fail because the attach operation implicitly validates the data. -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_2 FOR VALUES FROM (1000,1000) TO (2000,2000); -ERROR: insert or update on table "fk_partitioned_fk_2" violates foreign key constraint "fk_partitioned_fk_2_a_b_fkey" -DETAIL: Key (a, b)=(1000, 1000) is not present in table "fk_notpartitioned_pk". --- Remove the invalid data and try again. -TRUNCATE fk_partitioned_fk_2; -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_2 FOR VALUES FROM (1000,1000) TO (2000,2000); --- The child constraint will also be valid. -SELECT conname, convalidated FROM pg_constraint -WHERE conrelid = 'fk_partitioned_fk_2'::regclass ORDER BY oid::regclass::text; - conname | convalidated -------------------------------+-------------- - fk_partitioned_fk_2_a_b_fkey | t -(1 row) - --- Test case where the child constraint is invalid, the grandchild constraint --- is valid, and the validation for the grandchild should be skipped when a --- valid constraint is applied to the top parent. -CREATE TABLE fk_partitioned_fk_3 (a int, b int) PARTITION BY RANGE (a, b); -ALTER TABLE fk_partitioned_fk_3 ADD FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk NOT VALID; -CREATE TABLE fk_partitioned_fk_3_1 (a int, b int); -ALTER TABLE fk_partitioned_fk_3_1 ADD FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk; -ALTER TABLE fk_partitioned_fk_3 ATTACH PARTITION fk_partitioned_fk_3_1 FOR VALUES FROM (2000,2000) TO (3000,3000); -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_3 FOR VALUES FROM (2000,2000) TO (3000,3000); --- All constraints are now valid. -SELECT conname, convalidated, conrelid::regclass FROM pg_constraint -WHERE conrelid::regclass::text like 'fk_partitioned_fk%' ORDER BY oid::regclass::text; - conname | convalidated | conrelid ---------------------------------+--------------+----------------------- - fk_partitioned_fk_a_b_fkey | t | fk_partitioned_fk - fk_partitioned_fk_1_a_b_fkey | t | fk_partitioned_fk_1 - fk_partitioned_fk_2_a_b_fkey | t | fk_partitioned_fk_2 - fk_partitioned_fk_3_a_b_fkey | t | fk_partitioned_fk_3 - fk_partitioned_fk_3_1_a_b_fkey | t | fk_partitioned_fk_3_1 -(5 rows) - -DROP TABLE fk_partitioned_fk, fk_notpartitioned_pk; --- NOT VALID foreign key on a non-partitioned table referencing a partitioned table -CREATE TABLE fk_partitioned_pk (a int, b int, PRIMARY KEY (a, b)) PARTITION BY RANGE (a, b); -CREATE TABLE fk_partitioned_pk_1 PARTITION OF fk_partitioned_pk FOR VALUES FROM (0,0) TO (1000,1000); -CREATE TABLE fk_notpartitioned_fk (b int, a int); -ALTER TABLE fk_notpartitioned_fk ADD FOREIGN KEY (a, b) REFERENCES fk_partitioned_pk NOT VALID; --- Constraint will be invalid. -SELECT conname, convalidated FROM pg_constraint -WHERE conrelid = 'fk_notpartitioned_fk'::regclass ORDER BY oid::regclass::text; - conname | convalidated ----------------------------------+-------------- - fk_notpartitioned_fk_a_b_fkey | f - fk_notpartitioned_fk_a_b_fkey_1 | f -(2 rows) - -ALTER TABLE fk_notpartitioned_fk VALIDATE CONSTRAINT fk_notpartitioned_fk_a_b_fkey; --- All constraints are now valid. -SELECT conname, convalidated FROM pg_constraint -WHERE conrelid = 'fk_notpartitioned_fk'::regclass ORDER BY oid::regclass::text; - conname | convalidated ----------------------------------+-------------- - fk_notpartitioned_fk_a_b_fkey | t - fk_notpartitioned_fk_a_b_fkey_1 | t -(2 rows) - -DROP TABLE fk_notpartitioned_fk, fk_partitioned_pk; --- Test some other exotic foreign key features: MATCH SIMPLE, ON UPDATE/DELETE --- actions -CREATE TABLE fk_notpartitioned_pk (a int, b int, primary key (a, b)); -CREATE TABLE fk_partitioned_fk (a int default 2501, b int default 142857) PARTITION BY LIST (a); -CREATE TABLE fk_partitioned_fk_1 PARTITION OF fk_partitioned_fk FOR VALUES IN (NULL,500,501,502); -ALTER TABLE fk_partitioned_fk ADD FOREIGN KEY (a, b) - REFERENCES fk_notpartitioned_pk MATCH SIMPLE - ON DELETE SET NULL ON UPDATE SET NULL; -CREATE TABLE fk_partitioned_fk_2 PARTITION OF fk_partitioned_fk FOR VALUES IN (1500,1502); -CREATE TABLE fk_partitioned_fk_3 (a int, b int); -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_3 FOR VALUES IN (2500,2501,2502,2503); --- this insert fails -INSERT INTO fk_partitioned_fk (a, b) VALUES (2502, 2503); -ERROR: insert or update on table "fk_partitioned_fk_3" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(2502, 2503) is not present in table "fk_notpartitioned_pk". -INSERT INTO fk_partitioned_fk_3 (a, b) VALUES (2502, 2503); -ERROR: insert or update on table "fk_partitioned_fk_3" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(2502, 2503) is not present in table "fk_notpartitioned_pk". --- but since the FK is MATCH SIMPLE, this one doesn't -INSERT INTO fk_partitioned_fk_3 (a, b) VALUES (2502, NULL); --- now create the referenced row ... -INSERT INTO fk_notpartitioned_pk VALUES (2502, 2503); ---- and now the same insert work -INSERT INTO fk_partitioned_fk_3 (a, b) VALUES (2502, 2503); --- this always works -INSERT INTO fk_partitioned_fk (a,b) VALUES (NULL, NULL); --- MATCH FULL -INSERT INTO fk_notpartitioned_pk VALUES (1, 2); -CREATE TABLE fk_partitioned_fk_full (x int, y int) PARTITION BY RANGE (x); -CREATE TABLE fk_partitioned_fk_full_1 PARTITION OF fk_partitioned_fk_full DEFAULT; -INSERT INTO fk_partitioned_fk_full VALUES (1, NULL); -ALTER TABLE fk_partitioned_fk_full ADD FOREIGN KEY (x, y) REFERENCES fk_notpartitioned_pk MATCH FULL; -- fails -ERROR: insert or update on table "fk_partitioned_fk_full_1" violates foreign key constraint "fk_partitioned_fk_full_x_y_fkey" -DETAIL: MATCH FULL does not allow mixing of null and nonnull key values. -TRUNCATE fk_partitioned_fk_full; -ALTER TABLE fk_partitioned_fk_full ADD FOREIGN KEY (x, y) REFERENCES fk_notpartitioned_pk MATCH FULL; -INSERT INTO fk_partitioned_fk_full VALUES (1, NULL); -- fails -ERROR: insert or update on table "fk_partitioned_fk_full_1" violates foreign key constraint "fk_partitioned_fk_full_x_y_fkey" -DETAIL: MATCH FULL does not allow mixing of null and nonnull key values. -DROP TABLE fk_partitioned_fk_full; --- ON UPDATE SET NULL -SELECT tableoid::regclass, a, b FROM fk_partitioned_fk WHERE b IS NULL ORDER BY a; - tableoid | a | b ----------------------+------+--- - fk_partitioned_fk_3 | 2502 | - fk_partitioned_fk_1 | | -(2 rows) - -UPDATE fk_notpartitioned_pk SET a = a + 1 WHERE a = 2502; -SELECT tableoid::regclass, a, b FROM fk_partitioned_fk WHERE b IS NULL ORDER BY a; - tableoid | a | b ----------------------+------+--- - fk_partitioned_fk_3 | 2502 | - fk_partitioned_fk_1 | | - fk_partitioned_fk_1 | | -(3 rows) - --- ON DELETE SET NULL -INSERT INTO fk_partitioned_fk VALUES (2503, 2503); -SELECT count(*) FROM fk_partitioned_fk WHERE a IS NULL; - count -------- - 2 -(1 row) - -DELETE FROM fk_notpartitioned_pk; -SELECT count(*) FROM fk_partitioned_fk WHERE a IS NULL; - count -------- - 3 -(1 row) - --- ON UPDATE/DELETE SET DEFAULT -ALTER TABLE fk_partitioned_fk DROP CONSTRAINT fk_partitioned_fk_a_b_fkey; -ALTER TABLE fk_partitioned_fk ADD FOREIGN KEY (a, b) - REFERENCES fk_notpartitioned_pk - ON DELETE SET DEFAULT ON UPDATE SET DEFAULT; -INSERT INTO fk_notpartitioned_pk VALUES (2502, 2503); -INSERT INTO fk_partitioned_fk_3 (a, b) VALUES (2502, 2503); --- this fails, because the defaults for the referencing table are not present --- in the referenced table: -UPDATE fk_notpartitioned_pk SET a = 1500 WHERE a = 2502; -ERROR: insert or update on table "fk_partitioned_fk_3" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(2501, 142857) is not present in table "fk_notpartitioned_pk". --- but inserting the row we can make it work: -INSERT INTO fk_notpartitioned_pk VALUES (2501, 142857); -UPDATE fk_notpartitioned_pk SET a = 1500 WHERE a = 2502; -SELECT * FROM fk_partitioned_fk WHERE b = 142857; - a | b -------+-------- - 2501 | 142857 -(1 row) - --- ON DELETE SET NULL column_list -ALTER TABLE fk_partitioned_fk DROP CONSTRAINT fk_partitioned_fk_a_b_fkey; -ALTER TABLE fk_partitioned_fk ADD FOREIGN KEY (a, b) - REFERENCES fk_notpartitioned_pk - ON DELETE SET NULL (a); -BEGIN; -DELETE FROM fk_notpartitioned_pk WHERE b = 142857; -SELECT * FROM fk_partitioned_fk WHERE a IS NOT NULL OR b IS NOT NULL ORDER BY a NULLS LAST; - a | b -------+-------- - 2502 | - | 142857 -(2 rows) - -ROLLBACK; --- ON DELETE SET DEFAULT column_list -ALTER TABLE fk_partitioned_fk DROP CONSTRAINT fk_partitioned_fk_a_b_fkey; -ALTER TABLE fk_partitioned_fk ADD FOREIGN KEY (a, b) - REFERENCES fk_notpartitioned_pk - ON DELETE SET DEFAULT (a); -BEGIN; -DELETE FROM fk_partitioned_fk; -DELETE FROM fk_notpartitioned_pk; -INSERT INTO fk_notpartitioned_pk VALUES (500, 100000), (2501, 100000); -INSERT INTO fk_partitioned_fk VALUES (500, 100000); -DELETE FROM fk_notpartitioned_pk WHERE a = 500; -SELECT * FROM fk_partitioned_fk ORDER BY a; - a | b -------+-------- - 2501 | 100000 -(1 row) - -ROLLBACK; --- ON UPDATE/DELETE CASCADE -ALTER TABLE fk_partitioned_fk DROP CONSTRAINT fk_partitioned_fk_a_b_fkey; -ALTER TABLE fk_partitioned_fk ADD FOREIGN KEY (a, b) - REFERENCES fk_notpartitioned_pk - ON DELETE CASCADE ON UPDATE CASCADE; -UPDATE fk_notpartitioned_pk SET a = 2502 WHERE a = 2501; -SELECT * FROM fk_partitioned_fk WHERE b = 142857; - a | b -------+-------- - 2502 | 142857 -(1 row) - --- Now you see it ... -SELECT * FROM fk_partitioned_fk WHERE b = 142857; - a | b -------+-------- - 2502 | 142857 -(1 row) - -DELETE FROM fk_notpartitioned_pk WHERE b = 142857; --- now you don't. -SELECT * FROM fk_partitioned_fk WHERE a = 142857; - a | b ----+--- -(0 rows) - --- verify that DROP works -DROP TABLE fk_partitioned_fk_2; --- Test behavior of the constraint together with attaching and detaching --- partitions. -CREATE TABLE fk_partitioned_fk_2 PARTITION OF fk_partitioned_fk FOR VALUES IN (1500,1502); -ALTER TABLE fk_partitioned_fk DETACH PARTITION fk_partitioned_fk_2; -BEGIN; -DROP TABLE fk_partitioned_fk; --- constraint should still be there -\d fk_partitioned_fk_2; - Table "public.fk_partitioned_fk_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | 2501 - b | integer | | | 142857 -Foreign-key constraints: - "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE - -ROLLBACK; -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_2 FOR VALUES IN (1500,1502); -DROP TABLE fk_partitioned_fk_2; -CREATE TABLE fk_partitioned_fk_2 (b int, c text, a int, - FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk ON UPDATE CASCADE ON DELETE CASCADE); -ALTER TABLE fk_partitioned_fk_2 DROP COLUMN c; -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_2 FOR VALUES IN (1500,1502); --- should have only one constraint -\d fk_partitioned_fk_2 - Table "public.fk_partitioned_fk_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - b | integer | | | - a | integer | | | -Partition of: fk_partitioned_fk FOR VALUES IN (1500, 1502) -Foreign-key constraints: - TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE - -DROP TABLE fk_partitioned_fk_2; -CREATE TABLE fk_partitioned_fk_2 (b int, a int, - CONSTRAINT fk_part_con FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk ON UPDATE CASCADE ON DELETE CASCADE NOT ENFORCED); --- fail -- cannot merge constraints with different enforceability. -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_2 FOR VALUES IN (1500,1502); -ERROR: constraint "fk_partitioned_fk_a_b_fkey" enforceability conflicts with constraint "fk_part_con" on relation "fk_partitioned_fk_2" --- If the constraint is modified to match the enforceability of the parent, it will work. -BEGIN; --- change child constraint -ALTER TABLE fk_partitioned_fk_2 ALTER CONSTRAINT fk_part_con ENFORCED; -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_2 FOR VALUES IN (1500,1502); -\d fk_partitioned_fk_2 - Table "public.fk_partitioned_fk_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - b | integer | | | - a | integer | | | -Partition of: fk_partitioned_fk FOR VALUES IN (1500, 1502) -Foreign-key constraints: - TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE - -ROLLBACK; -BEGIN; --- or change parent constraint -ALTER TABLE fk_partitioned_fk ALTER CONSTRAINT fk_partitioned_fk_a_b_fkey NOT ENFORCED; -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_2 FOR VALUES IN (1500,1502); -\d fk_partitioned_fk_2 - Table "public.fk_partitioned_fk_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - b | integer | | | - a | integer | | | -Partition of: fk_partitioned_fk FOR VALUES IN (1500, 1502) -Foreign-key constraints: - TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE NOT ENFORCED - -ROLLBACK; -DROP TABLE fk_partitioned_fk_2; -CREATE TABLE fk_partitioned_fk_4 (a int, b int, FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE) PARTITION BY RANGE (b, a); -CREATE TABLE fk_partitioned_fk_4_1 PARTITION OF fk_partitioned_fk_4 FOR VALUES FROM (1,1) TO (100,100); -CREATE TABLE fk_partitioned_fk_4_2 (a int, b int, FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE SET NULL); -ALTER TABLE fk_partitioned_fk_4 ATTACH PARTITION fk_partitioned_fk_4_2 FOR VALUES FROM (100,100) TO (1000,1000); -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_4 FOR VALUES IN (3500,3502); -ALTER TABLE fk_partitioned_fk DETACH PARTITION fk_partitioned_fk_4; -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_4 FOR VALUES IN (3500,3502); --- should only have one constraint -\d fk_partitioned_fk_4 - Partitioned table "public.fk_partitioned_fk_4" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: fk_partitioned_fk FOR VALUES IN (3500, 3502) -Partition key: RANGE (b, a) -Foreign-key constraints: - TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE -Number of partitions: 2 (Use \d+ to list them.) - -\d fk_partitioned_fk_4_1 - Table "public.fk_partitioned_fk_4_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: fk_partitioned_fk_4 FOR VALUES FROM (1, 1) TO (100, 100) -Foreign-key constraints: - TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE - --- this one has an FK with mismatched properties -\d fk_partitioned_fk_4_2 - Table "public.fk_partitioned_fk_4_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: fk_partitioned_fk_4 FOR VALUES FROM (100, 100) TO (1000, 1000) -Foreign-key constraints: - "fk_partitioned_fk_4_2_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE SET NULL - TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE - -CREATE TABLE fk_partitioned_fk_5 (a int, b int, - FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE DEFERRABLE, - FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) MATCH FULL ON UPDATE CASCADE ON DELETE CASCADE) - PARTITION BY RANGE (a); -CREATE TABLE fk_partitioned_fk_5_1 (a int, b int, FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk); -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_5 FOR VALUES IN (4500); -ALTER TABLE fk_partitioned_fk_5 ATTACH PARTITION fk_partitioned_fk_5_1 FOR VALUES FROM (0) TO (10); -ALTER TABLE fk_partitioned_fk DETACH PARTITION fk_partitioned_fk_5; -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_5 FOR VALUES IN (4500); --- this one has two constraints, similar but not quite the one in the parent, --- so it gets a new one -\d fk_partitioned_fk_5 - Partitioned table "public.fk_partitioned_fk_5" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: fk_partitioned_fk FOR VALUES IN (4500) -Partition key: RANGE (a) -Foreign-key constraints: - "fk_partitioned_fk_5_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE DEFERRABLE - "fk_partitioned_fk_5_a_b_fkey1" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) MATCH FULL ON UPDATE CASCADE ON DELETE CASCADE - TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE -Number of partitions: 1 (Use \d+ to list them.) - --- verify that it works to reattaching a child with multiple candidate --- constraints -ALTER TABLE fk_partitioned_fk_5 DETACH PARTITION fk_partitioned_fk_5_1; -ALTER TABLE fk_partitioned_fk_5 ATTACH PARTITION fk_partitioned_fk_5_1 FOR VALUES FROM (0) TO (10); -\d fk_partitioned_fk_5_1 - Table "public.fk_partitioned_fk_5_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: fk_partitioned_fk_5 FOR VALUES FROM (0) TO (10) -Foreign-key constraints: - "fk_partitioned_fk_5_1_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) - TABLE "fk_partitioned_fk_5" CONSTRAINT "fk_partitioned_fk_5_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE DEFERRABLE - TABLE "fk_partitioned_fk_5" CONSTRAINT "fk_partitioned_fk_5_a_b_fkey1" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) MATCH FULL ON UPDATE CASCADE ON DELETE CASCADE - TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE - --- verify that attaching a table checks that the existing data satisfies the --- constraint -CREATE TABLE fk_partitioned_fk_2 (a int, b int) PARTITION BY RANGE (b); -CREATE TABLE fk_partitioned_fk_2_1 PARTITION OF fk_partitioned_fk_2 FOR VALUES FROM (0) TO (1000); -CREATE TABLE fk_partitioned_fk_2_2 PARTITION OF fk_partitioned_fk_2 FOR VALUES FROM (1000) TO (2000); -INSERT INTO fk_partitioned_fk_2 VALUES (1600, 601), (1600, 1601); -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_2 - FOR VALUES IN (1600); -ERROR: insert or update on table "fk_partitioned_fk_2_1" violates foreign key constraint "fk_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(1600, 601) is not present in table "fk_notpartitioned_pk". -INSERT INTO fk_notpartitioned_pk VALUES (1600, 601), (1600, 1601); -ALTER TABLE fk_partitioned_fk ATTACH PARTITION fk_partitioned_fk_2 - FOR VALUES IN (1600); --- leave these tables around intentionally --- Verify that attaching a table that's referenced by an existing FK --- in the parent throws an error -CREATE TABLE fk_partitioned_pk_6 (a int PRIMARY KEY); -CREATE TABLE fk_partitioned_fk_6 (a int REFERENCES fk_partitioned_pk_6) PARTITION BY LIST (a); -ALTER TABLE fk_partitioned_fk_6 ATTACH PARTITION fk_partitioned_pk_6 FOR VALUES IN (1); -ERROR: cannot attach table "fk_partitioned_pk_6" as a partition because it is referenced by foreign key "fk_partitioned_fk_6_a_fkey" -DROP TABLE fk_partitioned_pk_6, fk_partitioned_fk_6; --- Verify that attaching to a parent with two identical constraints work -CREATE TABLE fk_partitioned_pk_6 (a int PRIMARY KEY); -CREATE TABLE fk_partitioned_fk_6 (a int, - FOREIGN KEY (a) REFERENCES fk_partitioned_pk_6, - FOREIGN KEY (a) REFERENCES fk_partitioned_pk_6 -) PARTITION BY LIST (a); -CREATE TABLE fk_partitioned_fk_6_1 PARTITION OF fk_partitioned_fk_6 FOR VALUES IN (1); -ALTER TABLE fk_partitioned_fk_6 DETACH PARTITION fk_partitioned_fk_6_1; -ALTER TABLE fk_partitioned_fk_6 ATTACH PARTITION fk_partitioned_fk_6_1 FOR VALUES IN (1); -DROP TABLE fk_partitioned_pk_6, fk_partitioned_fk_6; --- This case is similar to above, but the referenced relation is one level --- lower in the hierarchy. This one fails in a different way as the above, --- because we don't bother to protect against this case explicitly. If the --- current error stops happening, we'll need to add a better protection. -CREATE TABLE fk_partitioned_pk_6 (a int PRIMARY KEY) PARTITION BY list (a); -CREATE TABLE fk_partitioned_pk_61 PARTITION OF fk_partitioned_pk_6 FOR VALUES IN (1); -CREATE TABLE fk_partitioned_fk_6 (a int REFERENCES fk_partitioned_pk_61) PARTITION BY LIST (a); -ALTER TABLE fk_partitioned_fk_6 ATTACH PARTITION fk_partitioned_pk_6 FOR VALUES IN (1); -ERROR: cannot ALTER TABLE "fk_partitioned_pk_61" because it is being used by active queries in this session -DROP TABLE fk_partitioned_pk_6, fk_partitioned_fk_6; --- test the case when the referenced table is owned by a different user -create role regress_other_partitioned_fk_owner; -grant references on fk_notpartitioned_pk to regress_other_partitioned_fk_owner; -set role regress_other_partitioned_fk_owner; -create table other_partitioned_fk(a int, b int) partition by list (a); -create table other_partitioned_fk_1 partition of other_partitioned_fk - for values in (2048); -insert into other_partitioned_fk - select 2048, x from generate_series(1,10) x; --- this should fail -alter table other_partitioned_fk add foreign key (a, b) - references fk_notpartitioned_pk(a, b); -ERROR: insert or update on table "other_partitioned_fk_1" violates foreign key constraint "other_partitioned_fk_a_b_fkey" -DETAIL: Key (a, b)=(2048, 1) is not present in table "fk_notpartitioned_pk". --- add the missing keys and retry -reset role; -insert into fk_notpartitioned_pk (a, b) - select 2048, x from generate_series(1,10) x; -set role regress_other_partitioned_fk_owner; -alter table other_partitioned_fk add foreign key (a, b) - references fk_notpartitioned_pk(a, b); --- clean up -drop table other_partitioned_fk; -reset role; -revoke all on fk_notpartitioned_pk from regress_other_partitioned_fk_owner; -drop role regress_other_partitioned_fk_owner; --- --- Test self-referencing foreign key with partition. --- This should create only one fk constraint per partition --- -CREATE TABLE parted_self_fk ( - id bigint NOT NULL PRIMARY KEY, - id_abc bigint, - FOREIGN KEY (id_abc) REFERENCES parted_self_fk(id) -) -PARTITION BY RANGE (id); -CREATE TABLE part1_self_fk ( - id bigint NOT NULL PRIMARY KEY, - id_abc bigint -); -ALTER TABLE parted_self_fk ATTACH PARTITION part1_self_fk FOR VALUES FROM (0) TO (10); -CREATE TABLE part2_self_fk PARTITION OF parted_self_fk FOR VALUES FROM (10) TO (20); -CREATE TABLE part3_self_fk ( -- a partitioned partition - id bigint NOT NULL PRIMARY KEY, - id_abc bigint -) PARTITION BY RANGE (id); -CREATE TABLE part32_self_fk PARTITION OF part3_self_fk FOR VALUES FROM (20) TO (30); -ALTER TABLE parted_self_fk ATTACH PARTITION part3_self_fk FOR VALUES FROM (20) TO (40); -CREATE TABLE part33_self_fk ( - id bigint NOT NULL PRIMARY KEY, - id_abc bigint -); -ALTER TABLE part3_self_fk ATTACH PARTITION part33_self_fk FOR VALUES FROM (30) TO (40); --- verify that this constraint works -INSERT INTO parted_self_fk VALUES (1, NULL), (2, NULL), (3, NULL); -INSERT INTO parted_self_fk VALUES (10, 1), (11, 2), (12, 3) RETURNING tableoid::regclass; - tableoid ---------------- - part2_self_fk - part2_self_fk - part2_self_fk -(3 rows) - -INSERT INTO parted_self_fk VALUES (4, 5); -- error: referenced doesn't exist -ERROR: insert or update on table "part1_self_fk" violates foreign key constraint "parted_self_fk_id_abc_fkey" -DETAIL: Key (id_abc)=(5) is not present in table "parted_self_fk". -DELETE FROM parted_self_fk WHERE id = 1 RETURNING *; -- error: reference remains -ERROR: update or delete on table "part1_self_fk" violates foreign key constraint "parted_self_fk_id_abc_fkey_1" on table "parted_self_fk" -DETAIL: Key (id)=(1) is still referenced from table "parted_self_fk". -SELECT cr.relname, co.conname, co.convalidated, - p.conname AS conparent, p.convalidated, cf.relname AS foreignrel -FROM pg_constraint co -JOIN pg_class cr ON cr.oid = co.conrelid -LEFT JOIN pg_class cf ON cf.oid = co.confrelid -LEFT JOIN pg_constraint p ON p.oid = co.conparentid -WHERE co.contype = 'f' AND - cr.oid IN (SELECT relid FROM pg_partition_tree('parted_self_fk')) -ORDER BY cr.relname, co.conname, p.conname; - relname | conname | convalidated | conparent | convalidated | foreignrel -----------------+--------------------------------+--------------+------------------------------+--------------+---------------- - part1_self_fk | parted_self_fk_id_abc_fkey | t | parted_self_fk_id_abc_fkey | t | parted_self_fk - part2_self_fk | parted_self_fk_id_abc_fkey | t | parted_self_fk_id_abc_fkey | t | parted_self_fk - part32_self_fk | parted_self_fk_id_abc_fkey | t | parted_self_fk_id_abc_fkey | t | parted_self_fk - part33_self_fk | parted_self_fk_id_abc_fkey | t | parted_self_fk_id_abc_fkey | t | parted_self_fk - part3_self_fk | parted_self_fk_id_abc_fkey | t | parted_self_fk_id_abc_fkey | t | parted_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey | t | | | parted_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey_1 | t | parted_self_fk_id_abc_fkey | t | part1_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey_2 | t | parted_self_fk_id_abc_fkey | t | part2_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey_3 | t | parted_self_fk_id_abc_fkey | t | part3_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey_3_1 | t | parted_self_fk_id_abc_fkey_3 | t | part33_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey_4 | t | parted_self_fk_id_abc_fkey_3 | t | part32_self_fk -(11 rows) - --- detach and re-attach multiple times just to ensure everything is kosher -ALTER TABLE parted_self_fk DETACH PARTITION part2_self_fk; -INSERT INTO part2_self_fk VALUES (16, 9); -- error: referenced doesn't exist -ERROR: insert or update on table "part2_self_fk" violates foreign key constraint "parted_self_fk_id_abc_fkey" -DETAIL: Key (id_abc)=(9) is not present in table "parted_self_fk". -DELETE FROM parted_self_fk WHERE id = 2 RETURNING *; -- error: reference remains -ERROR: update or delete on table "part1_self_fk" violates foreign key constraint "parted_self_fk_id_abc_fkey_5" on table "part2_self_fk" -DETAIL: Key (id)=(2) is still referenced from table "part2_self_fk". -ALTER TABLE parted_self_fk ATTACH PARTITION part2_self_fk FOR VALUES FROM (10) TO (20); -INSERT INTO parted_self_fk VALUES (16, 9); -- error: referenced doesn't exist -ERROR: insert or update on table "part2_self_fk" violates foreign key constraint "parted_self_fk_id_abc_fkey" -DETAIL: Key (id_abc)=(9) is not present in table "parted_self_fk". -DELETE FROM parted_self_fk WHERE id = 3 RETURNING *; -- error: reference remains -ERROR: update or delete on table "part1_self_fk" violates foreign key constraint "parted_self_fk_id_abc_fkey_1" on table "parted_self_fk" -DETAIL: Key (id)=(3) is still referenced from table "parted_self_fk". -ALTER TABLE parted_self_fk DETACH PARTITION part2_self_fk; -ALTER TABLE parted_self_fk ATTACH PARTITION part2_self_fk FOR VALUES FROM (10) TO (20); -ALTER TABLE parted_self_fk DETACH PARTITION part3_self_fk; -ALTER TABLE parted_self_fk ATTACH PARTITION part3_self_fk FOR VALUES FROM (30) TO (40); -ALTER TABLE part3_self_fk DETACH PARTITION part33_self_fk; -ALTER TABLE part3_self_fk ATTACH PARTITION part33_self_fk FOR VALUES FROM (30) TO (40); -SELECT cr.relname, co.conname, co.convalidated, - p.conname AS conparent, p.convalidated, cf.relname AS foreignrel -FROM pg_constraint co -JOIN pg_class cr ON cr.oid = co.conrelid -LEFT JOIN pg_class cf ON cf.oid = co.confrelid -LEFT JOIN pg_constraint p ON p.oid = co.conparentid -WHERE co.contype = 'f' AND - cr.oid IN (SELECT relid FROM pg_partition_tree('parted_self_fk')) -ORDER BY cr.relname, co.conname, p.conname; - relname | conname | convalidated | conparent | convalidated | foreignrel -----------------+--------------------------------+--------------+------------------------------+--------------+---------------- - part1_self_fk | parted_self_fk_id_abc_fkey | t | parted_self_fk_id_abc_fkey | t | parted_self_fk - part2_self_fk | parted_self_fk_id_abc_fkey | t | parted_self_fk_id_abc_fkey | t | parted_self_fk - part32_self_fk | parted_self_fk_id_abc_fkey | t | parted_self_fk_id_abc_fkey | t | parted_self_fk - part33_self_fk | parted_self_fk_id_abc_fkey | t | parted_self_fk_id_abc_fkey | t | parted_self_fk - part3_self_fk | parted_self_fk_id_abc_fkey | t | parted_self_fk_id_abc_fkey | t | parted_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey | t | | | parted_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey_1 | t | parted_self_fk_id_abc_fkey | t | part1_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey_2 | t | parted_self_fk_id_abc_fkey | t | part2_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey_3 | t | parted_self_fk_id_abc_fkey | t | part3_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey_3_1 | t | parted_self_fk_id_abc_fkey_3 | t | part33_self_fk - parted_self_fk | parted_self_fk_id_abc_fkey_4 | t | parted_self_fk_id_abc_fkey_3 | t | part32_self_fk -(11 rows) - --- Leave this table around, for pg_upgrade/pg_dump tests --- Test creating a constraint at the parent that already exists in partitions. --- There should be no duplicated constraints, and attempts to drop the --- constraint in partitions should raise appropriate errors. -create schema fkpart0 - create table pkey (a int primary key) - create table fk_part (a int) partition by list (a) - create table fk_part_1 partition of fk_part - (foreign key (a) references fkpart0.pkey) for values in (1) - create table fk_part_23 partition of fk_part - (foreign key (a) references fkpart0.pkey) for values in (2, 3) - partition by list (a) - create table fk_part_23_2 partition of fk_part_23 for values in (2); -alter table fkpart0.fk_part add foreign key (a) references fkpart0.pkey; -\d fkpart0.fk_part_1 \\ -- should have only one FK - Table "fkpart0.fk_part_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: fkpart0.fk_part FOR VALUES IN (1) -Foreign-key constraints: - TABLE "fkpart0.fk_part" CONSTRAINT "fk_part_a_fkey" FOREIGN KEY (a) REFERENCES fkpart0.pkey(a) - -alter table fkpart0.fk_part_1 drop constraint fk_part_1_a_fkey; -ERROR: cannot drop inherited constraint "fk_part_1_a_fkey" of relation "fk_part_1" -\d fkpart0.fk_part_23 \\ -- should have only one FK - Partitioned table "fkpart0.fk_part_23" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: fkpart0.fk_part FOR VALUES IN (2, 3) -Partition key: LIST (a) -Foreign-key constraints: - TABLE "fkpart0.fk_part" CONSTRAINT "fk_part_a_fkey" FOREIGN KEY (a) REFERENCES fkpart0.pkey(a) -Number of partitions: 1 (Use \d+ to list them.) - -\d fkpart0.fk_part_23_2 \\ -- should have only one FK - Table "fkpart0.fk_part_23_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: fkpart0.fk_part_23 FOR VALUES IN (2) -Foreign-key constraints: - TABLE "fkpart0.fk_part" CONSTRAINT "fk_part_a_fkey" FOREIGN KEY (a) REFERENCES fkpart0.pkey(a) - -alter table fkpart0.fk_part_23 drop constraint fk_part_23_a_fkey; -ERROR: cannot drop inherited constraint "fk_part_23_a_fkey" of relation "fk_part_23" -alter table fkpart0.fk_part_23_2 drop constraint fk_part_23_a_fkey; -ERROR: cannot drop inherited constraint "fk_part_23_a_fkey" of relation "fk_part_23_2" -create table fkpart0.fk_part_4 partition of fkpart0.fk_part for values in (4); -\d fkpart0.fk_part_4 - Table "fkpart0.fk_part_4" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: fkpart0.fk_part FOR VALUES IN (4) -Foreign-key constraints: - TABLE "fkpart0.fk_part" CONSTRAINT "fk_part_a_fkey" FOREIGN KEY (a) REFERENCES fkpart0.pkey(a) - -alter table fkpart0.fk_part_4 drop constraint fk_part_a_fkey; -ERROR: cannot drop inherited constraint "fk_part_a_fkey" of relation "fk_part_4" -create table fkpart0.fk_part_56 partition of fkpart0.fk_part - for values in (5,6) partition by list (a); -create table fkpart0.fk_part_56_5 partition of fkpart0.fk_part_56 - for values in (5); -\d fkpart0.fk_part_56 - Partitioned table "fkpart0.fk_part_56" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: fkpart0.fk_part FOR VALUES IN (5, 6) -Partition key: LIST (a) -Foreign-key constraints: - TABLE "fkpart0.fk_part" CONSTRAINT "fk_part_a_fkey" FOREIGN KEY (a) REFERENCES fkpart0.pkey(a) -Number of partitions: 1 (Use \d+ to list them.) - -alter table fkpart0.fk_part_56 drop constraint fk_part_a_fkey; -ERROR: cannot drop inherited constraint "fk_part_a_fkey" of relation "fk_part_56" -alter table fkpart0.fk_part_56_5 drop constraint fk_part_a_fkey; -ERROR: cannot drop inherited constraint "fk_part_a_fkey" of relation "fk_part_56_5" --- verify that attaching and detaching partitions maintains the right set of --- triggers -create schema fkpart1 - create table pkey (a int primary key) - create table fk_part (a int) partition by list (a) - create table fk_part_1 partition of fk_part for values in (1) partition by list (a) - create table fk_part_1_1 partition of fk_part_1 for values in (1); -alter table fkpart1.fk_part add foreign key (a) references fkpart1.pkey; -insert into fkpart1.fk_part values (1); -- should fail -ERROR: insert or update on table "fk_part_1_1" violates foreign key constraint "fk_part_a_fkey" -DETAIL: Key (a)=(1) is not present in table "pkey". -insert into fkpart1.pkey values (1); -insert into fkpart1.fk_part values (1); -delete from fkpart1.pkey where a = 1; -- should fail -ERROR: update or delete on table "pkey" violates foreign key constraint "fk_part_a_fkey" on table "fk_part" -DETAIL: Key (a)=(1) is still referenced from table "fk_part". -alter table fkpart1.fk_part detach partition fkpart1.fk_part_1; -create table fkpart1.fk_part_1_2 partition of fkpart1.fk_part_1 for values in (2); -insert into fkpart1.fk_part_1 values (2); -- should fail -ERROR: insert or update on table "fk_part_1_2" violates foreign key constraint "fk_part_a_fkey" -DETAIL: Key (a)=(2) is not present in table "pkey". -delete from fkpart1.pkey where a = 1; -ERROR: update or delete on table "pkey" violates foreign key constraint "fk_part_a_fkey" on table "fk_part_1" -DETAIL: Key (a)=(1) is still referenced from table "fk_part_1". --- verify that attaching and detaching partitions manipulates the inheritance --- properties of their FK constraints correctly -create schema fkpart2 - create table pkey (a int primary key) - create table fk_part (a int, constraint fkey foreign key (a) references fkpart2.pkey) partition by list (a) - create table fk_part_1 partition of fkpart2.fk_part for values in (1) partition by list (a) - create table fk_part_1_1 (a int, constraint my_fkey foreign key (a) references fkpart2.pkey); -alter table fkpart2.fk_part_1 attach partition fkpart2.fk_part_1_1 for values in (1); -alter table fkpart2.fk_part_1 drop constraint fkey; -- should fail -ERROR: cannot drop inherited constraint "fkey" of relation "fk_part_1" -alter table fkpart2.fk_part_1_1 drop constraint my_fkey; -- should fail -ERROR: cannot drop inherited constraint "my_fkey" of relation "fk_part_1_1" -alter table fkpart2.fk_part detach partition fkpart2.fk_part_1; -alter table fkpart2.fk_part_1 drop constraint fkey; -- ok -alter table fkpart2.fk_part_1_1 drop constraint my_fkey; -- doesn't exist -ERROR: constraint "my_fkey" of relation "fk_part_1_1" does not exist --- verify constraint deferrability -create schema fkpart3 - create table pkey (a int primary key) - create table fk_part (a int, constraint fkey foreign key (a) references fkpart3.pkey deferrable initially immediate) partition by list (a) - create table fk_part_1 partition of fkpart3.fk_part for values in (1) partition by list (a) - create table fk_part_1_1 partition of fkpart3.fk_part_1 for values in (1) - create table fk_part_2 partition of fkpart3.fk_part for values in (2); -begin; -set constraints fkpart3.fkey deferred; -insert into fkpart3.fk_part values (1); -insert into fkpart3.pkey values (1); -commit; -begin; -set constraints fkpart3.fkey deferred; -delete from fkpart3.pkey; -delete from fkpart3.fk_part; -commit; -drop schema fkpart0, fkpart1, fkpart2, fkpart3 cascade; -NOTICE: drop cascades to 10 other objects -DETAIL: drop cascades to table fkpart3.pkey -drop cascades to table fkpart3.fk_part -drop cascades to table fkpart2.pkey -drop cascades to table fkpart2.fk_part -drop cascades to table fkpart2.fk_part_1 -drop cascades to table fkpart1.pkey -drop cascades to table fkpart1.fk_part -drop cascades to table fkpart1.fk_part_1 -drop cascades to table fkpart0.pkey -drop cascades to table fkpart0.fk_part --- Test a partitioned table as referenced table. --- Verify basic functionality with a regular partition creation and a partition --- with a different column layout, as well as partitions added (created and --- attached) after creating the foreign key. -CREATE SCHEMA fkpart3; -SET search_path TO fkpart3; -CREATE TABLE pk (a int PRIMARY KEY) PARTITION BY RANGE (a); -CREATE TABLE pk1 PARTITION OF pk FOR VALUES FROM (0) TO (1000); -CREATE TABLE pk2 (b int, a int); -ALTER TABLE pk2 DROP COLUMN b; -ALTER TABLE pk2 ALTER a SET NOT NULL; -ALTER TABLE pk ATTACH PARTITION pk2 FOR VALUES FROM (1000) TO (2000); -CREATE TABLE fk (a int) PARTITION BY RANGE (a); -CREATE TABLE fk1 PARTITION OF fk FOR VALUES FROM (0) TO (750); -ALTER TABLE fk ADD FOREIGN KEY (a) REFERENCES pk; -CREATE TABLE fk2 (b int, a int) ; -ALTER TABLE fk2 DROP COLUMN b; -ALTER TABLE fk ATTACH PARTITION fk2 FOR VALUES FROM (750) TO (3500); -CREATE TABLE pk3 PARTITION OF pk FOR VALUES FROM (2000) TO (3000); -CREATE TABLE pk4 (LIKE pk); -ALTER TABLE pk ATTACH PARTITION pk4 FOR VALUES FROM (3000) TO (4000); -CREATE TABLE pk5 (c int, b int, a int NOT NULL) PARTITION BY RANGE (a); -ALTER TABLE pk5 DROP COLUMN b, DROP COLUMN c; -CREATE TABLE pk51 PARTITION OF pk5 FOR VALUES FROM (4000) TO (4500); -CREATE TABLE pk52 PARTITION OF pk5 FOR VALUES FROM (4500) TO (5000); -ALTER TABLE pk ATTACH PARTITION pk5 FOR VALUES FROM (4000) TO (5000); -CREATE TABLE fk3 PARTITION OF fk FOR VALUES FROM (3500) TO (5000); --- these should fail: referenced value not present -INSERT into fk VALUES (1); -ERROR: insert or update on table "fk1" violates foreign key constraint "fk_a_fkey" -DETAIL: Key (a)=(1) is not present in table "pk". -INSERT into fk VALUES (1000); -ERROR: insert or update on table "fk2" violates foreign key constraint "fk_a_fkey" -DETAIL: Key (a)=(1000) is not present in table "pk". -INSERT into fk VALUES (2000); -ERROR: insert or update on table "fk2" violates foreign key constraint "fk_a_fkey" -DETAIL: Key (a)=(2000) is not present in table "pk". -INSERT into fk VALUES (3000); -ERROR: insert or update on table "fk2" violates foreign key constraint "fk_a_fkey" -DETAIL: Key (a)=(3000) is not present in table "pk". -INSERT into fk VALUES (4000); -ERROR: insert or update on table "fk3" violates foreign key constraint "fk_a_fkey" -DETAIL: Key (a)=(4000) is not present in table "pk". -INSERT into fk VALUES (4500); -ERROR: insert or update on table "fk3" violates foreign key constraint "fk_a_fkey" -DETAIL: Key (a)=(4500) is not present in table "pk". --- insert into the referenced table, now they should work -INSERT into pk VALUES (1), (1000), (2000), (3000), (4000), (4500); -INSERT into fk VALUES (1), (1000), (2000), (3000), (4000), (4500); --- should fail: referencing value present -DELETE FROM pk WHERE a = 1; -ERROR: update or delete on table "pk1" violates foreign key constraint "fk_a_fkey_1" on table "fk" -DETAIL: Key (a)=(1) is still referenced from table "fk". -DELETE FROM pk WHERE a = 1000; -ERROR: update or delete on table "pk2" violates foreign key constraint "fk_a_fkey_2" on table "fk" -DETAIL: Key (a)=(1000) is still referenced from table "fk". -DELETE FROM pk WHERE a = 2000; -ERROR: update or delete on table "pk3" violates foreign key constraint "fk_a_fkey_3" on table "fk" -DETAIL: Key (a)=(2000) is still referenced from table "fk". -DELETE FROM pk WHERE a = 3000; -ERROR: update or delete on table "pk4" violates foreign key constraint "fk_a_fkey_4" on table "fk" -DETAIL: Key (a)=(3000) is still referenced from table "fk". -DELETE FROM pk WHERE a = 4000; -ERROR: update or delete on table "pk51" violates foreign key constraint "fk_a_fkey_6" on table "fk" -DETAIL: Key (a)=(4000) is still referenced from table "fk". -DELETE FROM pk WHERE a = 4500; -ERROR: update or delete on table "pk52" violates foreign key constraint "fk_a_fkey_7" on table "fk" -DETAIL: Key (a)=(4500) is still referenced from table "fk". -UPDATE pk SET a = 2 WHERE a = 1; -ERROR: update or delete on table "pk1" violates foreign key constraint "fk_a_fkey_1" on table "fk" -DETAIL: Key (a)=(1) is still referenced from table "fk". -UPDATE pk SET a = 1002 WHERE a = 1000; -ERROR: update or delete on table "pk2" violates foreign key constraint "fk_a_fkey_2" on table "fk" -DETAIL: Key (a)=(1000) is still referenced from table "fk". -UPDATE pk SET a = 2002 WHERE a = 2000; -ERROR: update or delete on table "pk3" violates foreign key constraint "fk_a_fkey_3" on table "fk" -DETAIL: Key (a)=(2000) is still referenced from table "fk". -UPDATE pk SET a = 3002 WHERE a = 3000; -ERROR: update or delete on table "pk4" violates foreign key constraint "fk_a_fkey_4" on table "fk" -DETAIL: Key (a)=(3000) is still referenced from table "fk". -UPDATE pk SET a = 4002 WHERE a = 4000; -ERROR: update or delete on table "pk51" violates foreign key constraint "fk_a_fkey_6" on table "fk" -DETAIL: Key (a)=(4000) is still referenced from table "fk". -UPDATE pk SET a = 4502 WHERE a = 4500; -ERROR: update or delete on table "pk52" violates foreign key constraint "fk_a_fkey_7" on table "fk" -DETAIL: Key (a)=(4500) is still referenced from table "fk". --- now they should work -DELETE FROM fk; -UPDATE pk SET a = 2 WHERE a = 1; -DELETE FROM pk WHERE a = 2; -UPDATE pk SET a = 1002 WHERE a = 1000; -DELETE FROM pk WHERE a = 1002; -UPDATE pk SET a = 2002 WHERE a = 2000; -DELETE FROM pk WHERE a = 2002; -UPDATE pk SET a = 3002 WHERE a = 3000; -DELETE FROM pk WHERE a = 3002; -UPDATE pk SET a = 4002 WHERE a = 4000; -DELETE FROM pk WHERE a = 4002; -UPDATE pk SET a = 4502 WHERE a = 4500; -DELETE FROM pk WHERE a = 4502; --- Also, detaching a partition that has the FK itself should work --- https://postgr.es/m/CAAJ_b97GuPh6wQPbxQS-Zpy16Oh+0aMv-w64QcGrLhCOZZ6p+g@mail.gmail.com -CREATE TABLE ffk (a int, b int REFERENCES pk) PARTITION BY list (a); -CREATE TABLE ffk1 PARTITION OF ffk FOR VALUES IN (1); -ALTER TABLE ffk1 ADD FOREIGN KEY (a) REFERENCES pk; -ALTER TABLE ffk DETACH PARTITION ffk1; -DROP TABLE ffk, ffk1; -CREATE SCHEMA fkpart4; -SET search_path TO fkpart4; --- dropping/detaching PARTITIONs is prevented if that would break --- a foreign key's existing data -CREATE TABLE droppk (a int PRIMARY KEY) PARTITION BY RANGE (a); -CREATE TABLE droppk1 PARTITION OF droppk FOR VALUES FROM (0) TO (1000); -CREATE TABLE droppk_d PARTITION OF droppk DEFAULT; -CREATE TABLE droppk2 PARTITION OF droppk FOR VALUES FROM (1000) TO (2000) - PARTITION BY RANGE (a); -CREATE TABLE droppk21 PARTITION OF droppk2 FOR VALUES FROM (1000) TO (1400); -CREATE TABLE droppk2_d PARTITION OF droppk2 DEFAULT; -INSERT into droppk VALUES (1), (1000), (1500), (2000); -CREATE TABLE dropfk (a int REFERENCES droppk); -INSERT into dropfk VALUES (1), (1000), (1500), (2000); --- these should all fail -ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey_5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey_4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey_1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey_2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey_3" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". --- dropping partitions is disallowed -DROP TABLE droppk_d; -ERROR: cannot drop table droppk_d because other objects depend on it -DETAIL: constraint dropfk_a_fkey on table dropfk depends on table droppk_d -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP TABLE droppk2_d; -ERROR: cannot drop table droppk2_d because other objects depend on it -DETAIL: constraint dropfk_a_fkey on table dropfk depends on table droppk2_d -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP TABLE droppk1; -ERROR: cannot drop table droppk1 because other objects depend on it -DETAIL: constraint dropfk_a_fkey on table dropfk depends on table droppk1 -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP TABLE droppk2; -ERROR: cannot drop table droppk2 because other objects depend on it -DETAIL: constraint dropfk_a_fkey on table dropfk depends on table droppk2 -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP TABLE droppk21; -ERROR: cannot drop table droppk21 because other objects depend on it -DETAIL: constraint dropfk_a_fkey on table dropfk depends on table droppk21 -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DELETE FROM dropfk; --- dropping partitions is disallowed, even when no referencing values -DROP TABLE droppk_d; -ERROR: cannot drop table droppk_d because other objects depend on it -DETAIL: constraint dropfk_a_fkey on table dropfk depends on table droppk_d -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP TABLE droppk2_d; -ERROR: cannot drop table droppk2_d because other objects depend on it -DETAIL: constraint dropfk_a_fkey on table dropfk depends on table droppk2_d -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP TABLE droppk1; -ERROR: cannot drop table droppk1 because other objects depend on it -DETAIL: constraint dropfk_a_fkey on table dropfk depends on table droppk1 -HINT: Use DROP ... CASCADE to drop the dependent objects too. --- but DETACH is allowed, and DROP afterwards works -ALTER TABLE droppk2 DETACH PARTITION droppk21; -DROP TABLE droppk2; -ERROR: cannot drop table droppk2 because other objects depend on it -DETAIL: constraint dropfk_a_fkey on table dropfk depends on table droppk2 -HINT: Use DROP ... CASCADE to drop the dependent objects too. --- Verify that initial constraint creation and cloning behave correctly -CREATE SCHEMA fkpart5; -SET search_path TO fkpart5; -CREATE TABLE pk (a int PRIMARY KEY) PARTITION BY LIST (a); -CREATE TABLE pk1 PARTITION OF pk FOR VALUES IN (1) PARTITION BY LIST (a); -CREATE TABLE pk11 PARTITION OF pk1 FOR VALUES IN (1); -CREATE TABLE fk (a int) PARTITION BY LIST (a); -CREATE TABLE fk1 PARTITION OF fk FOR VALUES IN (1) PARTITION BY LIST (a); -CREATE TABLE fk11 PARTITION OF fk1 FOR VALUES IN (1); -ALTER TABLE fk ADD FOREIGN KEY (a) REFERENCES pk; -CREATE TABLE pk2 PARTITION OF pk FOR VALUES IN (2); -CREATE TABLE pk3 (a int NOT NULL) PARTITION BY LIST (a); -CREATE TABLE pk31 PARTITION OF pk3 FOR VALUES IN (31); -CREATE TABLE pk32 (b int, a int NOT NULL); -ALTER TABLE pk32 DROP COLUMN b; -ALTER TABLE pk3 ATTACH PARTITION pk32 FOR VALUES IN (32); -ALTER TABLE pk ATTACH PARTITION pk3 FOR VALUES IN (31, 32); -CREATE TABLE fk2 PARTITION OF fk FOR VALUES IN (2); -CREATE TABLE fk3 (b int, a int); -ALTER TABLE fk3 DROP COLUMN b; -ALTER TABLE fk ATTACH PARTITION fk3 FOR VALUES IN (3); -SELECT pg_describe_object('pg_constraint'::regclass, oid, 0), confrelid::regclass, - CASE WHEN conparentid <> 0 THEN pg_describe_object('pg_constraint'::regclass, conparentid, 0) ELSE 'TOP' END -FROM pg_catalog.pg_constraint -WHERE conrelid IN (SELECT relid FROM pg_partition_tree('fk')) -ORDER BY conrelid::regclass::text, conname; - pg_describe_object | confrelid | case -------------------------------------+-----------+------------------------------------ - constraint fk_a_fkey on table fk | pk | TOP - constraint fk_a_fkey_1 on table fk | pk1 | constraint fk_a_fkey on table fk - constraint fk_a_fkey_2 on table fk | pk11 | constraint fk_a_fkey_1 on table fk - constraint fk_a_fkey_3 on table fk | pk2 | constraint fk_a_fkey on table fk - constraint fk_a_fkey_4 on table fk | pk3 | constraint fk_a_fkey on table fk - constraint fk_a_fkey_5 on table fk | pk31 | constraint fk_a_fkey_4 on table fk - constraint fk_a_fkey_6 on table fk | pk32 | constraint fk_a_fkey_4 on table fk - constraint fk_a_fkey on table fk1 | pk | constraint fk_a_fkey on table fk - constraint fk_a_fkey on table fk11 | pk | constraint fk_a_fkey on table fk1 - constraint fk_a_fkey on table fk2 | pk | constraint fk_a_fkey on table fk - constraint fk_a_fkey on table fk3 | pk | constraint fk_a_fkey on table fk -(11 rows) - -CREATE TABLE fk4 (LIKE fk); -INSERT INTO fk4 VALUES (50); -ALTER TABLE fk ATTACH PARTITION fk4 FOR VALUES IN (50); -ERROR: insert or update on table "fk4" violates foreign key constraint "fk_a_fkey" -DETAIL: Key (a)=(50) is not present in table "pk". --- Verify constraint deferrability -CREATE SCHEMA fkpart9; -SET search_path TO fkpart9; -CREATE TABLE pk (a int PRIMARY KEY) PARTITION BY LIST (a); -CREATE TABLE pk1 PARTITION OF pk FOR VALUES IN (1, 2) PARTITION BY LIST (a); -CREATE TABLE pk11 PARTITION OF pk1 FOR VALUES IN (1); -CREATE TABLE pk3 PARTITION OF pk FOR VALUES IN (3); -CREATE TABLE fk (a int REFERENCES pk DEFERRABLE INITIALLY IMMEDIATE); -INSERT INTO fk VALUES (1); -- should fail -ERROR: insert or update on table "fk" violates foreign key constraint "fk_a_fkey" -DETAIL: Key (a)=(1) is not present in table "pk". -BEGIN; -SET CONSTRAINTS fk_a_fkey DEFERRED; -INSERT INTO fk VALUES (1); -COMMIT; -- should fail -ERROR: insert or update on table "fk" violates foreign key constraint "fk_a_fkey" -DETAIL: Key (a)=(1) is not present in table "pk". -BEGIN; -SET CONSTRAINTS fk_a_fkey DEFERRED; -INSERT INTO fk VALUES (1); -INSERT INTO pk VALUES (1); -COMMIT; -- OK -BEGIN; -SET CONSTRAINTS fk_a_fkey DEFERRED; -DELETE FROM pk WHERE a = 1; -DELETE FROM fk WHERE a = 1; -COMMIT; -- OK --- Verify constraint deferrability when changed by ALTER --- Partitioned table at referencing end -CREATE TABLE pt(f1 int, f2 int, f3 int, PRIMARY KEY(f1,f2)); -CREATE TABLE ref(f1 int, f2 int, f3 int) - PARTITION BY list(f1); -CREATE TABLE ref1 PARTITION OF ref FOR VALUES IN (1); -CREATE TABLE ref2 PARTITION OF ref FOR VALUES in (2); -ALTER TABLE ref ADD FOREIGN KEY(f1,f2) REFERENCES pt; -ALTER TABLE ref ALTER CONSTRAINT ref_f1_f2_fkey - DEFERRABLE INITIALLY DEFERRED; -INSERT INTO pt VALUES(1,2,3); -INSERT INTO ref VALUES(1,2,3); -BEGIN; -DELETE FROM pt; -DELETE FROM ref; -ABORT; -DROP TABLE pt, ref; --- Multi-level partitioning at referencing end -CREATE TABLE pt(f1 int, f2 int, f3 int, PRIMARY KEY(f1,f2)); -CREATE TABLE ref(f1 int, f2 int, f3 int) - PARTITION BY list(f1); -CREATE TABLE ref1_2 PARTITION OF ref FOR VALUES IN (1, 2) PARTITION BY list (f2); -CREATE TABLE ref1 PARTITION OF ref1_2 FOR VALUES IN (1); -CREATE TABLE ref2 PARTITION OF ref1_2 FOR VALUES IN (2) PARTITION BY list (f2); -CREATE TABLE ref22 PARTITION OF ref2 FOR VALUES IN (2); -ALTER TABLE ref ADD FOREIGN KEY(f1,f2) REFERENCES pt; -INSERT INTO pt VALUES(1,2,3); -INSERT INTO ref VALUES(1,2,3); -ALTER TABLE ref22 ALTER CONSTRAINT ref_f1_f2_fkey - DEFERRABLE INITIALLY IMMEDIATE; -- fails -ERROR: cannot alter constraint "ref_f1_f2_fkey" on relation "ref22" -DETAIL: Constraint "ref_f1_f2_fkey" is derived from constraint "ref_f1_f2_fkey" of relation "ref". -HINT: You may alter the constraint it derives from instead. -ALTER TABLE ref ALTER CONSTRAINT ref_f1_f2_fkey - DEFERRABLE INITIALLY DEFERRED; -BEGIN; -DELETE FROM pt; -DELETE FROM ref; -ABORT; -DROP TABLE pt, ref; --- Partitioned table at referenced end -CREATE TABLE pt(f1 int, f2 int, f3 int, PRIMARY KEY(f1,f2)) - PARTITION BY LIST(f1); -CREATE TABLE pt1 PARTITION OF pt FOR VALUES IN (1); -CREATE TABLE pt2 PARTITION OF pt FOR VALUES IN (2); -CREATE TABLE ref(f1 int, f2 int, f3 int); -ALTER TABLE ref ADD FOREIGN KEY(f1,f2) REFERENCES pt; -ALTER TABLE ref ALTER CONSTRAINT ref_f1_f2_fkey - DEFERRABLE INITIALLY DEFERRED; -INSERT INTO pt VALUES(1,2,3); -INSERT INTO ref VALUES(1,2,3); -BEGIN; -DELETE FROM pt; -DELETE FROM ref; -ABORT; -DROP TABLE pt, ref; --- Multi-level partitioning at referenced end -CREATE TABLE pt(f1 int, f2 int, f3 int, PRIMARY KEY(f1,f2)) - PARTITION BY LIST(f1); -CREATE TABLE pt1_2 PARTITION OF pt FOR VALUES IN (1, 2) PARTITION BY LIST (f1); -CREATE TABLE pt1 PARTITION OF pt1_2 FOR VALUES IN (1); -CREATE TABLE pt2 PARTITION OF pt1_2 FOR VALUES IN (2); -CREATE TABLE ref(f1 int, f2 int, f3 int); -ALTER TABLE ref ADD FOREIGN KEY(f1,f2) REFERENCES pt; -ALTER TABLE ref ALTER CONSTRAINT ref_f1_f2_fkey_1 - DEFERRABLE INITIALLY DEFERRED; -- fails -ERROR: cannot alter constraint "ref_f1_f2_fkey_1" on relation "ref" -DETAIL: Constraint "ref_f1_f2_fkey_1" is derived from constraint "ref_f1_f2_fkey" of relation "ref". -HINT: You may alter the constraint it derives from instead. -ALTER TABLE ref ALTER CONSTRAINT ref_f1_f2_fkey - DEFERRABLE INITIALLY DEFERRED; -INSERT INTO pt VALUES(1,2,3); -INSERT INTO ref VALUES(1,2,3); -BEGIN; -DELETE FROM pt; -DELETE FROM ref; -ABORT; -DROP TABLE pt, ref; -DROP SCHEMA fkpart9 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table pk -drop cascades to table fk --- Verify ON UPDATE/DELETE behavior -CREATE SCHEMA fkpart6; -SET search_path TO fkpart6; -CREATE TABLE pk (a int PRIMARY KEY) PARTITION BY RANGE (a); -CREATE TABLE pk1 PARTITION OF pk FOR VALUES FROM (1) TO (100) PARTITION BY RANGE (a); -CREATE TABLE pk11 PARTITION OF pk1 FOR VALUES FROM (1) TO (50); -CREATE TABLE pk12 PARTITION OF pk1 FOR VALUES FROM (50) TO (100); -CREATE TABLE fk (a int) PARTITION BY RANGE (a); -CREATE TABLE fk1 PARTITION OF fk FOR VALUES FROM (1) TO (100) PARTITION BY RANGE (a); -CREATE TABLE fk11 PARTITION OF fk1 FOR VALUES FROM (1) TO (10); -CREATE TABLE fk12 PARTITION OF fk1 FOR VALUES FROM (10) TO (100); -ALTER TABLE fk ADD FOREIGN KEY (a) REFERENCES pk ON UPDATE CASCADE ON DELETE CASCADE; -CREATE TABLE fk_d PARTITION OF fk DEFAULT; -INSERT INTO pk VALUES (1); -INSERT INTO fk VALUES (1); -UPDATE pk SET a = 20; -SELECT tableoid::regclass, * FROM fk; - tableoid | a -----------+---- - fk12 | 20 -(1 row) - -DELETE FROM pk WHERE a = 20; -SELECT tableoid::regclass, * FROM fk; - tableoid | a -----------+--- -(0 rows) - -DROP TABLE fk; -TRUNCATE TABLE pk; -INSERT INTO pk VALUES (20), (50); -CREATE TABLE fk (a int) PARTITION BY RANGE (a); -CREATE TABLE fk1 PARTITION OF fk FOR VALUES FROM (1) TO (100) PARTITION BY RANGE (a); -CREATE TABLE fk11 PARTITION OF fk1 FOR VALUES FROM (1) TO (10); -CREATE TABLE fk12 PARTITION OF fk1 FOR VALUES FROM (10) TO (100); -ALTER TABLE fk ADD FOREIGN KEY (a) REFERENCES pk ON UPDATE SET NULL ON DELETE SET NULL; -CREATE TABLE fk_d PARTITION OF fk DEFAULT; -INSERT INTO fk VALUES (20), (50); -UPDATE pk SET a = 21 WHERE a = 20; -DELETE FROM pk WHERE a = 50; -SELECT tableoid::regclass, * FROM fk; - tableoid | a -----------+--- - fk_d | - fk_d | -(2 rows) - -DROP TABLE fk; -TRUNCATE TABLE pk; -INSERT INTO pk VALUES (20), (30), (50); -CREATE TABLE fk (id int, a int DEFAULT 50) PARTITION BY RANGE (a); -CREATE TABLE fk1 PARTITION OF fk FOR VALUES FROM (1) TO (100) PARTITION BY RANGE (a); -CREATE TABLE fk11 PARTITION OF fk1 FOR VALUES FROM (1) TO (10); -CREATE TABLE fk12 PARTITION OF fk1 FOR VALUES FROM (10) TO (100); -ALTER TABLE fk ADD FOREIGN KEY (a) REFERENCES pk ON UPDATE SET DEFAULT ON DELETE SET DEFAULT; -CREATE TABLE fk_d PARTITION OF fk DEFAULT; -INSERT INTO fk VALUES (1, 20), (2, 30); -DELETE FROM pk WHERE a = 20 RETURNING *; - a ----- - 20 -(1 row) - -UPDATE pk SET a = 90 WHERE a = 30 RETURNING *; - a ----- - 90 -(1 row) - -SELECT tableoid::regclass, * FROM fk; - tableoid | id | a -----------+----+---- - fk12 | 1 | 50 - fk12 | 2 | 50 -(2 rows) - -DROP TABLE fk; -TRUNCATE TABLE pk; -INSERT INTO pk VALUES (20), (30); -CREATE TABLE fk (a int DEFAULT 50) PARTITION BY RANGE (a); -CREATE TABLE fk1 PARTITION OF fk FOR VALUES FROM (1) TO (100) PARTITION BY RANGE (a); -CREATE TABLE fk11 PARTITION OF fk1 FOR VALUES FROM (1) TO (10); -CREATE TABLE fk12 PARTITION OF fk1 FOR VALUES FROM (10) TO (100); -ALTER TABLE fk ADD FOREIGN KEY (a) REFERENCES pk ON UPDATE RESTRICT ON DELETE RESTRICT; -CREATE TABLE fk_d PARTITION OF fk DEFAULT; -INSERT INTO fk VALUES (20), (30); -DELETE FROM pk WHERE a = 20; -ERROR: update or delete on table "pk11" violates RESTRICT setting of foreign key constraint "fk_a_fkey_2" on table "fk" -DETAIL: Key (a)=(20) is referenced from table "fk". -UPDATE pk SET a = 90 WHERE a = 30; -ERROR: update or delete on table "pk" violates RESTRICT setting of foreign key constraint "fk_a_fkey" on table "fk" -DETAIL: Key (a)=(30) is referenced from table "fk". -SELECT tableoid::regclass, * FROM fk; - tableoid | a -----------+---- - fk12 | 20 - fk12 | 30 -(2 rows) - -DROP TABLE fk; --- test for reported bug: relispartition not set --- https://postgr.es/m/CA+HiwqHMsRtRYRWYTWavKJ8x14AFsv7bmAV46mYwnfD3vy8goQ@mail.gmail.com -CREATE SCHEMA fkpart7 - CREATE TABLE pkpart (a int) PARTITION BY LIST (a) - CREATE TABLE pkpart1 PARTITION OF pkpart FOR VALUES IN (1); -ALTER TABLE fkpart7.pkpart1 ADD PRIMARY KEY (a); -ALTER TABLE fkpart7.pkpart ADD PRIMARY KEY (a); -CREATE TABLE fkpart7.fk (a int REFERENCES fkpart7.pkpart); -DROP SCHEMA fkpart7 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table fkpart7.pkpart -drop cascades to table fkpart7.fk --- ensure we check partitions are "not used" when dropping constraints -CREATE SCHEMA fkpart8 - CREATE TABLE tbl1(f1 int PRIMARY KEY) - CREATE TABLE tbl2(f1 int REFERENCES tbl1 DEFERRABLE INITIALLY DEFERRED) PARTITION BY RANGE(f1) - CREATE TABLE tbl2_p1 PARTITION OF tbl2 FOR VALUES FROM (minvalue) TO (maxvalue); -INSERT INTO fkpart8.tbl1 VALUES(1); -BEGIN; -INSERT INTO fkpart8.tbl2 VALUES(1); -ALTER TABLE fkpart8.tbl2 DROP CONSTRAINT tbl2_f1_fkey; -ERROR: cannot ALTER TABLE "tbl2_p1" because it has pending trigger events -COMMIT; -DROP SCHEMA fkpart8 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table fkpart8.tbl1 -drop cascades to table fkpart8.tbl2 --- ensure FK referencing a multi-level partitioned table are --- enforce reference to sub-children. -CREATE SCHEMA fkpart9 - CREATE TABLE pk (a INT PRIMARY KEY) PARTITION BY RANGE (a) - CREATE TABLE fk ( - fk_a INT REFERENCES pk(a) ON DELETE CASCADE - ) - CREATE TABLE pk1 PARTITION OF pk FOR VALUES FROM (30) TO (50) PARTITION BY RANGE (a) - CREATE TABLE pk11 PARTITION OF pk1 FOR VALUES FROM (30) TO (40); -INSERT INTO fkpart9.pk VALUES (35); -INSERT INTO fkpart9.fk VALUES (35); -DELETE FROM fkpart9.pk WHERE a=35; -SELECT * FROM fkpart9.pk; - a ---- -(0 rows) - -SELECT * FROM fkpart9.fk; - fk_a ------- -(0 rows) - -DROP SCHEMA fkpart9 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table fkpart9.pk -drop cascades to table fkpart9.fk --- test that ri_Check_Pk_Match() scans the correct partition for a deferred --- ON DELETE/UPDATE NO ACTION constraint -CREATE SCHEMA fkpart10 - CREATE TABLE tbl1(f1 int PRIMARY KEY) PARTITION BY RANGE(f1) - CREATE TABLE tbl1_p1 PARTITION OF tbl1 FOR VALUES FROM (minvalue) TO (1) - CREATE TABLE tbl1_p2 PARTITION OF tbl1 FOR VALUES FROM (1) TO (maxvalue) - CREATE TABLE tbl2(f1 int REFERENCES tbl1 DEFERRABLE INITIALLY DEFERRED) - CREATE TABLE tbl3(f1 int PRIMARY KEY) PARTITION BY RANGE(f1) - CREATE TABLE tbl3_p1 PARTITION OF tbl3 FOR VALUES FROM (minvalue) TO (1) - CREATE TABLE tbl3_p2 PARTITION OF tbl3 FOR VALUES FROM (1) TO (maxvalue) - CREATE TABLE tbl4(f1 int REFERENCES tbl3 DEFERRABLE INITIALLY DEFERRED); -INSERT INTO fkpart10.tbl1 VALUES (0), (1); -INSERT INTO fkpart10.tbl2 VALUES (0), (1); -INSERT INTO fkpart10.tbl3 VALUES (-2), (-1), (0); -INSERT INTO fkpart10.tbl4 VALUES (-2), (-1); -BEGIN; -DELETE FROM fkpart10.tbl1 WHERE f1 = 0; -UPDATE fkpart10.tbl1 SET f1 = 2 WHERE f1 = 1; -INSERT INTO fkpart10.tbl1 VALUES (0), (1); -COMMIT; --- test that cross-partition updates correctly enforces the foreign key --- restriction (specifically testing INITIALLY DEFERRED) -BEGIN; -UPDATE fkpart10.tbl1 SET f1 = 3 WHERE f1 = 0; -UPDATE fkpart10.tbl3 SET f1 = f1 * -1; -INSERT INTO fkpart10.tbl1 VALUES (4); -COMMIT; -ERROR: update or delete on table "tbl1" violates foreign key constraint "tbl2_f1_fkey" on table "tbl2" -DETAIL: Key (f1)=(0) is still referenced from table "tbl2". -BEGIN; -UPDATE fkpart10.tbl3 SET f1 = f1 * -1; -UPDATE fkpart10.tbl3 SET f1 = f1 + 3; -UPDATE fkpart10.tbl1 SET f1 = 3 WHERE f1 = 0; -INSERT INTO fkpart10.tbl1 VALUES (0); -COMMIT; -ERROR: update or delete on table "tbl3" violates foreign key constraint "tbl4_f1_fkey" on table "tbl4" -DETAIL: Key (f1)=(-2) is still referenced from table "tbl4". -BEGIN; -UPDATE fkpart10.tbl3 SET f1 = f1 * -1; -UPDATE fkpart10.tbl1 SET f1 = 3 WHERE f1 = 0; -INSERT INTO fkpart10.tbl1 VALUES (0); -INSERT INTO fkpart10.tbl3 VALUES (-2), (-1); -COMMIT; --- test where the updated table now has both an IMMEDIATE and a DEFERRED --- constraint pointing into it -CREATE TABLE fkpart10.tbl5(f1 int REFERENCES fkpart10.tbl3); -INSERT INTO fkpart10.tbl5 VALUES (-2), (-1); -BEGIN; -UPDATE fkpart10.tbl3 SET f1 = f1 * -3; -ERROR: update or delete on table "tbl3" violates foreign key constraint "tbl5_f1_fkey" on table "tbl5" -DETAIL: Key (f1)=(-2) is still referenced from table "tbl5". -COMMIT; --- Now test where the row referenced from the table with an IMMEDIATE --- constraint stays in place, while those referenced from the table with a --- DEFERRED constraint don't. -DELETE FROM fkpart10.tbl5; -INSERT INTO fkpart10.tbl5 VALUES (0); -BEGIN; -UPDATE fkpart10.tbl3 SET f1 = f1 * -3; -COMMIT; -ERROR: update or delete on table "tbl3" violates foreign key constraint "tbl4_f1_fkey" on table "tbl4" -DETAIL: Key (f1)=(-2) is still referenced from table "tbl4". -DROP SCHEMA fkpart10 CASCADE; -NOTICE: drop cascades to 5 other objects -DETAIL: drop cascades to table fkpart10.tbl1 -drop cascades to table fkpart10.tbl2 -drop cascades to table fkpart10.tbl3 -drop cascades to table fkpart10.tbl4 -drop cascades to table fkpart10.tbl5 --- verify foreign keys are enforced during cross-partition updates, --- especially on the PK side -CREATE SCHEMA fkpart11 - CREATE TABLE pk (a INT PRIMARY KEY, b text) PARTITION BY LIST (a) - CREATE TABLE fk ( - a INT, - CONSTRAINT fkey FOREIGN KEY (a) REFERENCES pk(a) ON UPDATE CASCADE ON DELETE CASCADE - ) - CREATE TABLE fk_parted ( - a INT PRIMARY KEY, - CONSTRAINT fkey FOREIGN KEY (a) REFERENCES pk(a) ON UPDATE CASCADE ON DELETE CASCADE - ) PARTITION BY LIST (a) - CREATE TABLE fk_another ( - a INT, - CONSTRAINT fkey FOREIGN KEY (a) REFERENCES fk_parted (a) ON UPDATE CASCADE ON DELETE CASCADE - ) - CREATE TABLE pk1 PARTITION OF pk FOR VALUES IN (1, 2) PARTITION BY LIST (a) - CREATE TABLE pk2 PARTITION OF pk FOR VALUES IN (3) - CREATE TABLE pk3 PARTITION OF pk FOR VALUES IN (4) - CREATE TABLE fk1 PARTITION OF fk_parted FOR VALUES IN (1, 2) - CREATE TABLE fk2 PARTITION OF fk_parted FOR VALUES IN (3) - CREATE TABLE fk3 PARTITION OF fk_parted FOR VALUES IN (4); -CREATE TABLE fkpart11.pk11 (b text, a int NOT NULL); -ALTER TABLE fkpart11.pk1 ATTACH PARTITION fkpart11.pk11 FOR VALUES IN (1); -CREATE TABLE fkpart11.pk12 (b text, c int, a int NOT NULL); -ALTER TABLE fkpart11.pk12 DROP c; -ALTER TABLE fkpart11.pk1 ATTACH PARTITION fkpart11.pk12 FOR VALUES IN (2); -INSERT INTO fkpart11.pk VALUES (1, 'xxx'), (3, 'yyy'); -INSERT INTO fkpart11.fk VALUES (1), (3); -INSERT INTO fkpart11.fk_parted VALUES (1), (3); -INSERT INTO fkpart11.fk_another VALUES (1), (3); --- moves 2 rows from one leaf partition to another, with both updates being --- cascaded to fk and fk_parted. Updates of fk_parted, of which one is --- cross-partition (3 -> 4), are further cascaded to fk_another. -UPDATE fkpart11.pk SET a = a + 1 RETURNING tableoid::pg_catalog.regclass, *; - tableoid | a | b ----------------+---+----- - fkpart11.pk12 | 2 | xxx - fkpart11.pk3 | 4 | yyy -(2 rows) - -SELECT tableoid::pg_catalog.regclass, * FROM fkpart11.fk; - tableoid | a --------------+--- - fkpart11.fk | 2 - fkpart11.fk | 4 -(2 rows) - -SELECT tableoid::pg_catalog.regclass, * FROM fkpart11.fk_parted; - tableoid | a ---------------+--- - fkpart11.fk1 | 2 - fkpart11.fk3 | 4 -(2 rows) - -SELECT tableoid::pg_catalog.regclass, * FROM fkpart11.fk_another; - tableoid | a ----------------------+--- - fkpart11.fk_another | 2 - fkpart11.fk_another | 4 -(2 rows) - --- let's try with the foreign key pointing at tables in the partition tree --- that are not the same as the query's target table --- 1. foreign key pointing into a non-root ancestor --- --- A cross-partition update on the root table will fail, because we currently --- can't enforce the foreign keys pointing into a non-leaf partition -ALTER TABLE fkpart11.fk DROP CONSTRAINT fkey; -DELETE FROM fkpart11.fk WHERE a = 4; -ALTER TABLE fkpart11.fk ADD CONSTRAINT fkey FOREIGN KEY (a) REFERENCES fkpart11.pk1 (a) ON UPDATE CASCADE ON DELETE CASCADE; -UPDATE fkpart11.pk SET a = a - 1; -ERROR: cannot move tuple across partitions when a non-root ancestor of the source partition is directly referenced in a foreign key -DETAIL: A foreign key points to ancestor "pk1" but not the root ancestor "pk". -HINT: Consider defining the foreign key on table "pk". --- it's okay though if the non-leaf partition is updated directly -UPDATE fkpart11.pk1 SET a = a - 1; -SELECT tableoid::pg_catalog.regclass, * FROM fkpart11.pk; - tableoid | a | b ----------------+---+----- - fkpart11.pk11 | 1 | xxx - fkpart11.pk3 | 4 | yyy -(2 rows) - -SELECT tableoid::pg_catalog.regclass, * FROM fkpart11.fk; - tableoid | a --------------+--- - fkpart11.fk | 1 -(1 row) - -SELECT tableoid::pg_catalog.regclass, * FROM fkpart11.fk_parted; - tableoid | a ---------------+--- - fkpart11.fk1 | 1 - fkpart11.fk3 | 4 -(2 rows) - -SELECT tableoid::pg_catalog.regclass, * FROM fkpart11.fk_another; - tableoid | a ----------------------+--- - fkpart11.fk_another | 4 - fkpart11.fk_another | 1 -(2 rows) - --- 2. foreign key pointing into a single leaf partition --- --- A cross-partition update that deletes from the pointed-to leaf partition --- is allowed to succeed -ALTER TABLE fkpart11.fk DROP CONSTRAINT fkey; -ALTER TABLE fkpart11.fk ADD CONSTRAINT fkey FOREIGN KEY (a) REFERENCES fkpart11.pk11 (a) ON UPDATE CASCADE ON DELETE CASCADE; --- will delete (1) from p11 which is cascaded to fk -UPDATE fkpart11.pk SET a = a + 1 WHERE a = 1; -SELECT tableoid::pg_catalog.regclass, * FROM fkpart11.fk; - tableoid | a -----------+--- -(0 rows) - -DROP TABLE fkpart11.fk; --- check that regular and deferrable AR triggers on the PK tables --- still work as expected -CREATE FUNCTION fkpart11.print_row () RETURNS TRIGGER LANGUAGE plpgsql AS $$ - BEGIN - RAISE NOTICE 'TABLE: %, OP: %, OLD: %, NEW: %', TG_RELNAME, TG_OP, OLD, NEW; - RETURN NULL; - END; -$$; -CREATE TRIGGER trig_upd_pk AFTER UPDATE ON fkpart11.pk FOR EACH ROW EXECUTE FUNCTION fkpart11.print_row(); -CREATE TRIGGER trig_del_pk AFTER DELETE ON fkpart11.pk FOR EACH ROW EXECUTE FUNCTION fkpart11.print_row(); -CREATE TRIGGER trig_ins_pk AFTER INSERT ON fkpart11.pk FOR EACH ROW EXECUTE FUNCTION fkpart11.print_row(); -CREATE CONSTRAINT TRIGGER trig_upd_fk_parted AFTER UPDATE ON fkpart11.fk_parted INITIALLY DEFERRED FOR EACH ROW EXECUTE FUNCTION fkpart11.print_row(); -CREATE CONSTRAINT TRIGGER trig_del_fk_parted AFTER DELETE ON fkpart11.fk_parted INITIALLY DEFERRED FOR EACH ROW EXECUTE FUNCTION fkpart11.print_row(); -CREATE CONSTRAINT TRIGGER trig_ins_fk_parted AFTER INSERT ON fkpart11.fk_parted INITIALLY DEFERRED FOR EACH ROW EXECUTE FUNCTION fkpart11.print_row(); -UPDATE fkpart11.pk SET a = 3 WHERE a = 4; -NOTICE: TABLE: pk3, OP: DELETE, OLD: (4,yyy), NEW: -NOTICE: TABLE: pk2, OP: INSERT, OLD: , NEW: (3,yyy) -NOTICE: TABLE: fk3, OP: DELETE, OLD: (4), NEW: -NOTICE: TABLE: fk2, OP: INSERT, OLD: , NEW: (3) -UPDATE fkpart11.pk SET a = 1 WHERE a = 2; -NOTICE: TABLE: pk12, OP: DELETE, OLD: (xxx,2), NEW: -NOTICE: TABLE: pk11, OP: INSERT, OLD: , NEW: (xxx,1) -NOTICE: TABLE: fk1, OP: UPDATE, OLD: (2), NEW: (1) -DROP SCHEMA fkpart11 CASCADE; -NOTICE: drop cascades to 4 other objects -DETAIL: drop cascades to table fkpart11.pk -drop cascades to table fkpart11.fk_parted -drop cascades to table fkpart11.fk_another -drop cascades to function fkpart11.print_row() --- When a table is attached as partition to a partitioned table that has --- a foreign key to another partitioned table, it acquires a clone of the --- FK. Upon detach, this clone is not removed, but instead becomes an --- independent FK. If it then attaches to the partitioned table again, --- the FK from the parent "takes over" ownership of the independent FK rather --- than creating a separate one. -CREATE SCHEMA fkpart12 - CREATE TABLE fk_p ( id int, jd int, PRIMARY KEY(id, jd)) PARTITION BY list (id) - CREATE TABLE fk_p_1 PARTITION OF fk_p FOR VALUES IN (1) PARTITION BY list (jd) - CREATE TABLE fk_p_1_1 PARTITION OF fk_p_1 FOR VALUES IN (1) - CREATE TABLE fk_p_1_2 (x int, y int, jd int NOT NULL, id int NOT NULL) - CREATE TABLE fk_p_2 PARTITION OF fk_p FOR VALUES IN (2) PARTITION BY list (jd) - CREATE TABLE fk_p_2_1 PARTITION OF fk_p_2 FOR VALUES IN (1) - CREATE TABLE fk_p_2_2 PARTITION OF fk_p_2 FOR VALUES IN (2) - CREATE TABLE fk_r_1 ( p_jd int NOT NULL, x int, id int PRIMARY KEY, p_id int NOT NULL) - CREATE TABLE fk_r_2 ( id int PRIMARY KEY, p_id int NOT NULL, p_jd int NOT NULL) PARTITION BY list (id) - CREATE TABLE fk_r_2_1 PARTITION OF fk_r_2 FOR VALUES IN (2, 1) - CREATE TABLE fk_r ( id int PRIMARY KEY, p_id int NOT NULL, p_jd int NOT NULL, - FOREIGN KEY (p_id, p_jd) REFERENCES fk_p (id, jd) - ) PARTITION BY list (id); -SET search_path TO fkpart12; -ALTER TABLE fk_p_1_2 DROP COLUMN x, DROP COLUMN y; -ALTER TABLE fk_p_1 ATTACH PARTITION fk_p_1_2 FOR VALUES IN (2); -ALTER TABLE fk_r_1 DROP COLUMN x; -INSERT INTO fk_p VALUES (1, 1); -ALTER TABLE fk_r ATTACH PARTITION fk_r_1 FOR VALUES IN (1); -ALTER TABLE fk_r ATTACH PARTITION fk_r_2 FOR VALUES IN (2); -\d fk_r_2 - Partitioned table "fkpart12.fk_r_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - id | integer | | not null | - p_id | integer | | not null | - p_jd | integer | | not null | -Partition of: fk_r FOR VALUES IN (2) -Partition key: LIST (id) -Indexes: - "fk_r_2_pkey" PRIMARY KEY, btree (id) -Foreign-key constraints: - TABLE "fk_r" CONSTRAINT "fk_r_p_id_p_jd_fkey" FOREIGN KEY (p_id, p_jd) REFERENCES fk_p(id, jd) -Number of partitions: 1 (Use \d+ to list them.) - -INSERT INTO fk_r VALUES (1, 1, 1); -INSERT INTO fk_r VALUES (2, 2, 1); -ERROR: insert or update on table "fk_r_2_1" violates foreign key constraint "fk_r_p_id_p_jd_fkey" -DETAIL: Key (p_id, p_jd)=(2, 1) is not present in table "fk_p". -ALTER TABLE fk_r DETACH PARTITION fk_r_1; -ALTER TABLE fk_r DETACH PARTITION fk_r_2; -\d fk_r_2 - Partitioned table "fkpart12.fk_r_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - id | integer | | not null | - p_id | integer | | not null | - p_jd | integer | | not null | -Partition key: LIST (id) -Indexes: - "fk_r_2_pkey" PRIMARY KEY, btree (id) -Foreign-key constraints: - "fk_r_p_id_p_jd_fkey" FOREIGN KEY (p_id, p_jd) REFERENCES fk_p(id, jd) -Number of partitions: 1 (Use \d+ to list them.) - -INSERT INTO fk_r_1 (id, p_id, p_jd) VALUES (2, 1, 2); -- should fail -ERROR: insert or update on table "fk_r_1" violates foreign key constraint "fk_r_p_id_p_jd_fkey" -DETAIL: Key (p_id, p_jd)=(1, 2) is not present in table "fk_p". -DELETE FROM fk_p; -- should fail -ERROR: update or delete on table "fk_p_1_1" violates foreign key constraint "fk_r_p_id_p_jd_fkey_7" on table "fk_r_1" -DETAIL: Key (id, jd)=(1, 1) is still referenced from table "fk_r_1". -ALTER TABLE fk_r ATTACH PARTITION fk_r_1 FOR VALUES IN (1); -ALTER TABLE fk_r ATTACH PARTITION fk_r_2 FOR VALUES IN (2); -\d fk_r_2 - Partitioned table "fkpart12.fk_r_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - id | integer | | not null | - p_id | integer | | not null | - p_jd | integer | | not null | -Partition of: fk_r FOR VALUES IN (2) -Partition key: LIST (id) -Indexes: - "fk_r_2_pkey" PRIMARY KEY, btree (id) -Foreign-key constraints: - TABLE "fk_r" CONSTRAINT "fk_r_p_id_p_jd_fkey" FOREIGN KEY (p_id, p_jd) REFERENCES fk_p(id, jd) -Number of partitions: 1 (Use \d+ to list them.) - -DELETE FROM fk_p; -- should fail -ERROR: update or delete on table "fk_p_1_1" violates foreign key constraint "fk_r_p_id_p_jd_fkey_2" on table "fk_r" -DETAIL: Key (id, jd)=(1, 1) is still referenced from table "fk_r". --- these should all fail -ALTER TABLE fk_r_1 DROP CONSTRAINT fk_r_p_id_p_jd_fkey; -ERROR: cannot drop inherited constraint "fk_r_p_id_p_jd_fkey" of relation "fk_r_1" -ALTER TABLE fk_r DROP CONSTRAINT fk_r_p_id_p_jd_fkey_1; -ERROR: cannot drop inherited constraint "fk_r_p_id_p_jd_fkey_1" of relation "fk_r" -ALTER TABLE fk_r_2 DROP CONSTRAINT fk_r_p_id_p_jd_fkey; -ERROR: cannot drop inherited constraint "fk_r_p_id_p_jd_fkey" of relation "fk_r_2" -SET client_min_messages TO warning; -DROP SCHEMA fkpart12 CASCADE; -RESET client_min_messages; -RESET search_path; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/cluster.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/cluster.out --- /tmp/cirrus-ci-build/src/test/regress/expected/cluster.out 2025-05-11 19:30:18.932190000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/cluster.out 2025-05-11 19:32:42.816911000 +0000 @@ -1,675 +1,2 @@ --- --- CLUSTER --- -CREATE TABLE clstr_tst_s (rf_a SERIAL PRIMARY KEY, - b INT); -CREATE TABLE clstr_tst (a SERIAL PRIMARY KEY, - b INT, - c TEXT, - d TEXT, - CONSTRAINT clstr_tst_con FOREIGN KEY (b) REFERENCES clstr_tst_s); -CREATE INDEX clstr_tst_b ON clstr_tst (b); -CREATE INDEX clstr_tst_c ON clstr_tst (c); -CREATE INDEX clstr_tst_c_b ON clstr_tst (c,b); -CREATE INDEX clstr_tst_b_c ON clstr_tst (b,c); -INSERT INTO clstr_tst_s (b) VALUES (0); -INSERT INTO clstr_tst_s (b) SELECT b FROM clstr_tst_s; -INSERT INTO clstr_tst_s (b) SELECT b FROM clstr_tst_s; -INSERT INTO clstr_tst_s (b) SELECT b FROM clstr_tst_s; -INSERT INTO clstr_tst_s (b) SELECT b FROM clstr_tst_s; -INSERT INTO clstr_tst_s (b) SELECT b FROM clstr_tst_s; -CREATE TABLE clstr_tst_inh () INHERITS (clstr_tst); -INSERT INTO clstr_tst (b, c) VALUES (11, 'once'); -INSERT INTO clstr_tst (b, c) VALUES (10, 'diez'); -INSERT INTO clstr_tst (b, c) VALUES (31, 'treinta y uno'); -INSERT INTO clstr_tst (b, c) VALUES (22, 'veintidos'); -INSERT INTO clstr_tst (b, c) VALUES (3, 'tres'); -INSERT INTO clstr_tst (b, c) VALUES (20, 'veinte'); -INSERT INTO clstr_tst (b, c) VALUES (23, 'veintitres'); -INSERT INTO clstr_tst (b, c) VALUES (21, 'veintiuno'); -INSERT INTO clstr_tst (b, c) VALUES (4, 'cuatro'); -INSERT INTO clstr_tst (b, c) VALUES (14, 'catorce'); -INSERT INTO clstr_tst (b, c) VALUES (2, 'dos'); -INSERT INTO clstr_tst (b, c) VALUES (18, 'dieciocho'); -INSERT INTO clstr_tst (b, c) VALUES (27, 'veintisiete'); -INSERT INTO clstr_tst (b, c) VALUES (25, 'veinticinco'); -INSERT INTO clstr_tst (b, c) VALUES (13, 'trece'); -INSERT INTO clstr_tst (b, c) VALUES (28, 'veintiocho'); -INSERT INTO clstr_tst (b, c) VALUES (32, 'treinta y dos'); -INSERT INTO clstr_tst (b, c) VALUES (5, 'cinco'); -INSERT INTO clstr_tst (b, c) VALUES (29, 'veintinueve'); -INSERT INTO clstr_tst (b, c) VALUES (1, 'uno'); -INSERT INTO clstr_tst (b, c) VALUES (24, 'veinticuatro'); -INSERT INTO clstr_tst (b, c) VALUES (30, 'treinta'); -INSERT INTO clstr_tst (b, c) VALUES (12, 'doce'); -INSERT INTO clstr_tst (b, c) VALUES (17, 'diecisiete'); -INSERT INTO clstr_tst (b, c) VALUES (9, 'nueve'); -INSERT INTO clstr_tst (b, c) VALUES (19, 'diecinueve'); -INSERT INTO clstr_tst (b, c) VALUES (26, 'veintiseis'); -INSERT INTO clstr_tst (b, c) VALUES (15, 'quince'); -INSERT INTO clstr_tst (b, c) VALUES (7, 'siete'); -INSERT INTO clstr_tst (b, c) VALUES (16, 'dieciseis'); -INSERT INTO clstr_tst (b, c) VALUES (8, 'ocho'); --- This entry is needed to test that TOASTED values are copied correctly. -INSERT INTO clstr_tst (b, c, d) VALUES (6, 'seis', repeat('xyzzy', 100000)); -CLUSTER clstr_tst_c ON clstr_tst; -SELECT a,b,c,substring(d for 30), length(d) from clstr_tst; - a | b | c | substring | length -----+----+---------------+--------------------------------+-------- - 10 | 14 | catorce | | - 18 | 5 | cinco | | - 9 | 4 | cuatro | | - 26 | 19 | diecinueve | | - 12 | 18 | dieciocho | | - 30 | 16 | dieciseis | | - 24 | 17 | diecisiete | | - 2 | 10 | diez | | - 23 | 12 | doce | | - 11 | 2 | dos | | - 25 | 9 | nueve | | - 31 | 8 | ocho | | - 1 | 11 | once | | - 28 | 15 | quince | | - 32 | 6 | seis | xyzzyxyzzyxyzzyxyzzyxyzzyxyzzy | 500000 - 29 | 7 | siete | | - 15 | 13 | trece | | - 22 | 30 | treinta | | - 17 | 32 | treinta y dos | | - 3 | 31 | treinta y uno | | - 5 | 3 | tres | | - 20 | 1 | uno | | - 6 | 20 | veinte | | - 14 | 25 | veinticinco | | - 21 | 24 | veinticuatro | | - 4 | 22 | veintidos | | - 19 | 29 | veintinueve | | - 16 | 28 | veintiocho | | - 27 | 26 | veintiseis | | - 13 | 27 | veintisiete | | - 7 | 23 | veintitres | | - 8 | 21 | veintiuno | | -(32 rows) - -SELECT a,b,c,substring(d for 30), length(d) from clstr_tst ORDER BY a; - a | b | c | substring | length -----+----+---------------+--------------------------------+-------- - 1 | 11 | once | | - 2 | 10 | diez | | - 3 | 31 | treinta y uno | | - 4 | 22 | veintidos | | - 5 | 3 | tres | | - 6 | 20 | veinte | | - 7 | 23 | veintitres | | - 8 | 21 | veintiuno | | - 9 | 4 | cuatro | | - 10 | 14 | catorce | | - 11 | 2 | dos | | - 12 | 18 | dieciocho | | - 13 | 27 | veintisiete | | - 14 | 25 | veinticinco | | - 15 | 13 | trece | | - 16 | 28 | veintiocho | | - 17 | 32 | treinta y dos | | - 18 | 5 | cinco | | - 19 | 29 | veintinueve | | - 20 | 1 | uno | | - 21 | 24 | veinticuatro | | - 22 | 30 | treinta | | - 23 | 12 | doce | | - 24 | 17 | diecisiete | | - 25 | 9 | nueve | | - 26 | 19 | diecinueve | | - 27 | 26 | veintiseis | | - 28 | 15 | quince | | - 29 | 7 | siete | | - 30 | 16 | dieciseis | | - 31 | 8 | ocho | | - 32 | 6 | seis | xyzzyxyzzyxyzzyxyzzyxyzzyxyzzy | 500000 -(32 rows) - -SELECT a,b,c,substring(d for 30), length(d) from clstr_tst ORDER BY b; - a | b | c | substring | length -----+----+---------------+--------------------------------+-------- - 20 | 1 | uno | | - 11 | 2 | dos | | - 5 | 3 | tres | | - 9 | 4 | cuatro | | - 18 | 5 | cinco | | - 32 | 6 | seis | xyzzyxyzzyxyzzyxyzzyxyzzyxyzzy | 500000 - 29 | 7 | siete | | - 31 | 8 | ocho | | - 25 | 9 | nueve | | - 2 | 10 | diez | | - 1 | 11 | once | | - 23 | 12 | doce | | - 15 | 13 | trece | | - 10 | 14 | catorce | | - 28 | 15 | quince | | - 30 | 16 | dieciseis | | - 24 | 17 | diecisiete | | - 12 | 18 | dieciocho | | - 26 | 19 | diecinueve | | - 6 | 20 | veinte | | - 8 | 21 | veintiuno | | - 4 | 22 | veintidos | | - 7 | 23 | veintitres | | - 21 | 24 | veinticuatro | | - 14 | 25 | veinticinco | | - 27 | 26 | veintiseis | | - 13 | 27 | veintisiete | | - 16 | 28 | veintiocho | | - 19 | 29 | veintinueve | | - 22 | 30 | treinta | | - 3 | 31 | treinta y uno | | - 17 | 32 | treinta y dos | | -(32 rows) - -SELECT a,b,c,substring(d for 30), length(d) from clstr_tst ORDER BY c; - a | b | c | substring | length -----+----+---------------+--------------------------------+-------- - 10 | 14 | catorce | | - 18 | 5 | cinco | | - 9 | 4 | cuatro | | - 26 | 19 | diecinueve | | - 12 | 18 | dieciocho | | - 30 | 16 | dieciseis | | - 24 | 17 | diecisiete | | - 2 | 10 | diez | | - 23 | 12 | doce | | - 11 | 2 | dos | | - 25 | 9 | nueve | | - 31 | 8 | ocho | | - 1 | 11 | once | | - 28 | 15 | quince | | - 32 | 6 | seis | xyzzyxyzzyxyzzyxyzzyxyzzyxyzzy | 500000 - 29 | 7 | siete | | - 15 | 13 | trece | | - 22 | 30 | treinta | | - 17 | 32 | treinta y dos | | - 3 | 31 | treinta y uno | | - 5 | 3 | tres | | - 20 | 1 | uno | | - 6 | 20 | veinte | | - 14 | 25 | veinticinco | | - 21 | 24 | veinticuatro | | - 4 | 22 | veintidos | | - 19 | 29 | veintinueve | | - 16 | 28 | veintiocho | | - 27 | 26 | veintiseis | | - 13 | 27 | veintisiete | | - 7 | 23 | veintitres | | - 8 | 21 | veintiuno | | -(32 rows) - --- Verify that inheritance link still works -INSERT INTO clstr_tst_inh VALUES (0, 100, 'in child table'); -SELECT a,b,c,substring(d for 30), length(d) from clstr_tst; - a | b | c | substring | length -----+-----+----------------+--------------------------------+-------- - 10 | 14 | catorce | | - 18 | 5 | cinco | | - 9 | 4 | cuatro | | - 26 | 19 | diecinueve | | - 12 | 18 | dieciocho | | - 30 | 16 | dieciseis | | - 24 | 17 | diecisiete | | - 2 | 10 | diez | | - 23 | 12 | doce | | - 11 | 2 | dos | | - 25 | 9 | nueve | | - 31 | 8 | ocho | | - 1 | 11 | once | | - 28 | 15 | quince | | - 32 | 6 | seis | xyzzyxyzzyxyzzyxyzzyxyzzyxyzzy | 500000 - 29 | 7 | siete | | - 15 | 13 | trece | | - 22 | 30 | treinta | | - 17 | 32 | treinta y dos | | - 3 | 31 | treinta y uno | | - 5 | 3 | tres | | - 20 | 1 | uno | | - 6 | 20 | veinte | | - 14 | 25 | veinticinco | | - 21 | 24 | veinticuatro | | - 4 | 22 | veintidos | | - 19 | 29 | veintinueve | | - 16 | 28 | veintiocho | | - 27 | 26 | veintiseis | | - 13 | 27 | veintisiete | | - 7 | 23 | veintitres | | - 8 | 21 | veintiuno | | - 0 | 100 | in child table | | -(33 rows) - --- Verify that foreign key link still works -INSERT INTO clstr_tst (b, c) VALUES (1111, 'this should fail'); -ERROR: insert or update on table "clstr_tst" violates foreign key constraint "clstr_tst_con" -DETAIL: Key (b)=(1111) is not present in table "clstr_tst_s". -SELECT conname FROM pg_constraint WHERE conrelid = 'clstr_tst'::regclass -ORDER BY 1; - conname ----------------------- - clstr_tst_a_not_null - clstr_tst_con - clstr_tst_pkey -(3 rows) - -SELECT relname, relkind, - EXISTS(SELECT 1 FROM pg_class WHERE oid = c.reltoastrelid) AS hastoast -FROM pg_class c WHERE relname LIKE 'clstr_tst%' ORDER BY relname; - relname | relkind | hastoast -----------------------+---------+---------- - clstr_tst | r | t - clstr_tst_a_seq | S | f - clstr_tst_b | i | f - clstr_tst_b_c | i | f - clstr_tst_c | i | f - clstr_tst_c_b | i | f - clstr_tst_inh | r | t - clstr_tst_pkey | i | f - clstr_tst_s | r | f - clstr_tst_s_pkey | i | f - clstr_tst_s_rf_a_seq | S | f -(11 rows) - --- Verify that indisclustered is correctly set -SELECT pg_class.relname FROM pg_index, pg_class, pg_class AS pg_class_2 -WHERE pg_class.oid=indexrelid - AND indrelid=pg_class_2.oid - AND pg_class_2.relname = 'clstr_tst' - AND indisclustered; - relname -------------- - clstr_tst_c -(1 row) - --- Try changing indisclustered -ALTER TABLE clstr_tst CLUSTER ON clstr_tst_b_c; -SELECT pg_class.relname FROM pg_index, pg_class, pg_class AS pg_class_2 -WHERE pg_class.oid=indexrelid - AND indrelid=pg_class_2.oid - AND pg_class_2.relname = 'clstr_tst' - AND indisclustered; - relname ---------------- - clstr_tst_b_c -(1 row) - --- Try turning off all clustering -ALTER TABLE clstr_tst SET WITHOUT CLUSTER; -SELECT pg_class.relname FROM pg_index, pg_class, pg_class AS pg_class_2 -WHERE pg_class.oid=indexrelid - AND indrelid=pg_class_2.oid - AND pg_class_2.relname = 'clstr_tst' - AND indisclustered; - relname ---------- -(0 rows) - --- Verify that toast tables are clusterable -CLUSTER pg_toast.pg_toast_826 USING pg_toast_826_index; --- Verify that clustering all tables does in fact cluster the right ones -CREATE USER regress_clstr_user; -CREATE TABLE clstr_1 (a INT PRIMARY KEY); -CREATE TABLE clstr_2 (a INT PRIMARY KEY); -CREATE TABLE clstr_3 (a INT PRIMARY KEY); -ALTER TABLE clstr_1 OWNER TO regress_clstr_user; -ALTER TABLE clstr_3 OWNER TO regress_clstr_user; -GRANT SELECT ON clstr_2 TO regress_clstr_user; -INSERT INTO clstr_1 VALUES (2); -INSERT INTO clstr_1 VALUES (1); -INSERT INTO clstr_2 VALUES (2); -INSERT INTO clstr_2 VALUES (1); -INSERT INTO clstr_3 VALUES (2); -INSERT INTO clstr_3 VALUES (1); --- "CLUSTER " on a table that hasn't been clustered -CLUSTER clstr_2; -ERROR: there is no previously clustered index for table "clstr_2" -CLUSTER clstr_1_pkey ON clstr_1; -CLUSTER clstr_2 USING clstr_2_pkey; -SELECT * FROM clstr_1 UNION ALL - SELECT * FROM clstr_2 UNION ALL - SELECT * FROM clstr_3; - a ---- - 1 - 2 - 1 - 2 - 2 - 1 -(6 rows) - --- revert to the original state -DELETE FROM clstr_1; -DELETE FROM clstr_2; -DELETE FROM clstr_3; -INSERT INTO clstr_1 VALUES (2); -INSERT INTO clstr_1 VALUES (1); -INSERT INTO clstr_2 VALUES (2); -INSERT INTO clstr_2 VALUES (1); -INSERT INTO clstr_3 VALUES (2); -INSERT INTO clstr_3 VALUES (1); --- this user can only cluster clstr_1 and clstr_3, but the latter --- has not been clustered -SET SESSION AUTHORIZATION regress_clstr_user; -SET client_min_messages = ERROR; -- order of "skipping" warnings may vary -CLUSTER; -RESET client_min_messages; -SELECT * FROM clstr_1 UNION ALL - SELECT * FROM clstr_2 UNION ALL - SELECT * FROM clstr_3; - a ---- - 1 - 2 - 2 - 1 - 2 - 1 -(6 rows) - --- cluster a single table using the indisclustered bit previously set -DELETE FROM clstr_1; -INSERT INTO clstr_1 VALUES (2); -INSERT INTO clstr_1 VALUES (1); -CLUSTER clstr_1; -SELECT * FROM clstr_1; - a ---- - 1 - 2 -(2 rows) - --- Test MVCC-safety of cluster. There isn't much we can do to verify the --- results with a single backend... -CREATE TABLE clustertest (key int PRIMARY KEY); -INSERT INTO clustertest VALUES (10); -INSERT INTO clustertest VALUES (20); -INSERT INTO clustertest VALUES (30); -INSERT INTO clustertest VALUES (40); -INSERT INTO clustertest VALUES (50); --- Use a transaction so that updates are not committed when CLUSTER sees 'em -BEGIN; --- Test update where the old row version is found first in the scan -UPDATE clustertest SET key = 100 WHERE key = 10; --- Test update where the new row version is found first in the scan -UPDATE clustertest SET key = 35 WHERE key = 40; --- Test longer update chain -UPDATE clustertest SET key = 60 WHERE key = 50; -UPDATE clustertest SET key = 70 WHERE key = 60; -UPDATE clustertest SET key = 80 WHERE key = 70; -SELECT * FROM clustertest; - key ------ - 20 - 30 - 100 - 35 - 80 -(5 rows) - -CLUSTER clustertest_pkey ON clustertest; -SELECT * FROM clustertest; - key ------ - 20 - 30 - 35 - 80 - 100 -(5 rows) - -COMMIT; -SELECT * FROM clustertest; - key ------ - 20 - 30 - 35 - 80 - 100 -(5 rows) - --- check that temp tables can be clustered -create temp table clstr_temp (col1 int primary key, col2 text); -insert into clstr_temp values (2, 'two'), (1, 'one'); -cluster clstr_temp using clstr_temp_pkey; -select * from clstr_temp; - col1 | col2 -------+------ - 1 | one - 2 | two -(2 rows) - -drop table clstr_temp; -RESET SESSION AUTHORIZATION; --- check clustering an empty table -DROP TABLE clustertest; -CREATE TABLE clustertest (f1 int PRIMARY KEY); -CLUSTER clustertest USING clustertest_pkey; -CLUSTER clustertest; --- Check that partitioned tables can be clustered -CREATE TABLE clstrpart (a int) PARTITION BY RANGE (a); -CREATE TABLE clstrpart1 PARTITION OF clstrpart FOR VALUES FROM (1) TO (10) PARTITION BY RANGE (a); -CREATE TABLE clstrpart11 PARTITION OF clstrpart1 FOR VALUES FROM (1) TO (5); -CREATE TABLE clstrpart12 PARTITION OF clstrpart1 FOR VALUES FROM (5) TO (10) PARTITION BY RANGE (a); -CREATE TABLE clstrpart2 PARTITION OF clstrpart FOR VALUES FROM (10) TO (20); -CREATE TABLE clstrpart3 PARTITION OF clstrpart DEFAULT PARTITION BY RANGE (a); -CREATE TABLE clstrpart33 PARTITION OF clstrpart3 DEFAULT; -CREATE INDEX clstrpart_only_idx ON ONLY clstrpart (a); -CLUSTER clstrpart USING clstrpart_only_idx; -- fails -ERROR: cannot cluster on invalid index "clstrpart_only_idx" -DROP INDEX clstrpart_only_idx; -CREATE INDEX clstrpart_idx ON clstrpart (a); --- Check that clustering sets new relfilenodes: -CREATE TEMP TABLE old_cluster_info AS SELECT relname, level, relfilenode, relkind FROM pg_partition_tree('clstrpart'::regclass) AS tree JOIN pg_class c ON c.oid=tree.relid ; -CLUSTER clstrpart USING clstrpart_idx; -CREATE TEMP TABLE new_cluster_info AS SELECT relname, level, relfilenode, relkind FROM pg_partition_tree('clstrpart'::regclass) AS tree JOIN pg_class c ON c.oid=tree.relid ; -SELECT relname, old.level, old.relkind, old.relfilenode = new.relfilenode FROM old_cluster_info AS old JOIN new_cluster_info AS new USING (relname) ORDER BY relname COLLATE "C"; - relname | level | relkind | ?column? --------------+-------+---------+---------- - clstrpart | 0 | p | t - clstrpart1 | 1 | p | t - clstrpart11 | 2 | r | f - clstrpart12 | 2 | p | t - clstrpart2 | 1 | r | f - clstrpart3 | 1 | p | t - clstrpart33 | 2 | r | f -(7 rows) - --- Partitioned indexes aren't and can't be marked un/clustered: -\d clstrpart - Partitioned table "public.clstrpart" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition key: RANGE (a) -Indexes: - "clstrpart_idx" btree (a) -Number of partitions: 3 (Use \d+ to list them.) - -CLUSTER clstrpart; -ERROR: there is no previously clustered index for table "clstrpart" -ALTER TABLE clstrpart SET WITHOUT CLUSTER; -ERROR: cannot mark index clustered in partitioned table -ALTER TABLE clstrpart CLUSTER ON clstrpart_idx; -ERROR: cannot mark index clustered in partitioned table -DROP TABLE clstrpart; --- Ownership of partitions is checked -CREATE TABLE ptnowner(i int unique) PARTITION BY LIST (i); -CREATE INDEX ptnowner_i_idx ON ptnowner(i); -CREATE TABLE ptnowner1 PARTITION OF ptnowner FOR VALUES IN (1); -CREATE ROLE regress_ptnowner; -CREATE TABLE ptnowner2 PARTITION OF ptnowner FOR VALUES IN (2); -ALTER TABLE ptnowner1 OWNER TO regress_ptnowner; -SET SESSION AUTHORIZATION regress_ptnowner; -CLUSTER ptnowner USING ptnowner_i_idx; -ERROR: permission denied for table ptnowner -RESET SESSION AUTHORIZATION; -ALTER TABLE ptnowner OWNER TO regress_ptnowner; -CREATE TEMP TABLE ptnowner_oldnodes AS - SELECT oid, relname, relfilenode FROM pg_partition_tree('ptnowner') AS tree - JOIN pg_class AS c ON c.oid=tree.relid; -SET SESSION AUTHORIZATION regress_ptnowner; -CLUSTER ptnowner USING ptnowner_i_idx; -WARNING: permission denied to cluster "ptnowner2", skipping it -RESET SESSION AUTHORIZATION; -SELECT a.relname, a.relfilenode=b.relfilenode FROM pg_class a - JOIN ptnowner_oldnodes b USING (oid) ORDER BY a.relname COLLATE "C"; - relname | ?column? ------------+---------- - ptnowner | t - ptnowner1 | f - ptnowner2 | t -(3 rows) - -DROP TABLE ptnowner; -DROP ROLE regress_ptnowner; --- Test CLUSTER with external tuplesorting -create table clstr_4 as select * from tenk1; -create index cluster_sort on clstr_4 (hundred, thousand, tenthous); --- ensure we don't use the index in CLUSTER nor the checking SELECTs -set enable_indexscan = off; --- Use external sort: -set maintenance_work_mem = '1MB'; -cluster clstr_4 using cluster_sort; -select * from -(select hundred, lag(hundred) over () as lhundred, - thousand, lag(thousand) over () as lthousand, - tenthous, lag(tenthous) over () as ltenthous from clstr_4) ss -where row(hundred, thousand, tenthous) <= row(lhundred, lthousand, ltenthous); - hundred | lhundred | thousand | lthousand | tenthous | ltenthous ----------+----------+----------+-----------+----------+----------- -(0 rows) - -reset enable_indexscan; -reset maintenance_work_mem; --- test CLUSTER on expression index -CREATE TABLE clstr_expression(id serial primary key, a int, b text COLLATE "C"); -INSERT INTO clstr_expression(a, b) SELECT g.i % 42, 'prefix'||g.i FROM generate_series(1, 133) g(i); -CREATE INDEX clstr_expression_minus_a ON clstr_expression ((-a), b); -CREATE INDEX clstr_expression_upper_b ON clstr_expression ((upper(b))); --- verify indexes work before cluster -BEGIN; -SET LOCAL enable_seqscan = false; -EXPLAIN (COSTS OFF) SELECT * FROM clstr_expression WHERE upper(b) = 'PREFIX3'; - QUERY PLAN ---------------------------------------------------------------- - Index Scan using clstr_expression_upper_b on clstr_expression - Index Cond: (upper(b) = 'PREFIX3'::text) -(2 rows) - -SELECT * FROM clstr_expression WHERE upper(b) = 'PREFIX3'; - id | a | b -----+---+--------- - 3 | 3 | prefix3 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM clstr_expression WHERE -a = -3 ORDER BY -a, b; - QUERY PLAN ---------------------------------------------------------------- - Index Scan using clstr_expression_minus_a on clstr_expression - Index Cond: ((- a) = '-3'::integer) -(2 rows) - -SELECT * FROM clstr_expression WHERE -a = -3 ORDER BY -a, b; - id | a | b ------+---+----------- - 129 | 3 | prefix129 - 3 | 3 | prefix3 - 45 | 3 | prefix45 - 87 | 3 | prefix87 -(4 rows) - -COMMIT; --- and after clustering on clstr_expression_minus_a -CLUSTER clstr_expression USING clstr_expression_minus_a; -WITH rows AS - (SELECT ctid, lag(a) OVER (ORDER BY ctid) AS la, a FROM clstr_expression) -SELECT * FROM rows WHERE la < a; - ctid | la | a -------+----+--- -(0 rows) - -BEGIN; -SET LOCAL enable_seqscan = false; -EXPLAIN (COSTS OFF) SELECT * FROM clstr_expression WHERE upper(b) = 'PREFIX3'; - QUERY PLAN ---------------------------------------------------------------- - Index Scan using clstr_expression_upper_b on clstr_expression - Index Cond: (upper(b) = 'PREFIX3'::text) -(2 rows) - -SELECT * FROM clstr_expression WHERE upper(b) = 'PREFIX3'; - id | a | b -----+---+--------- - 3 | 3 | prefix3 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM clstr_expression WHERE -a = -3 ORDER BY -a, b; - QUERY PLAN ---------------------------------------------------------------- - Index Scan using clstr_expression_minus_a on clstr_expression - Index Cond: ((- a) = '-3'::integer) -(2 rows) - -SELECT * FROM clstr_expression WHERE -a = -3 ORDER BY -a, b; - id | a | b ------+---+----------- - 129 | 3 | prefix129 - 3 | 3 | prefix3 - 45 | 3 | prefix45 - 87 | 3 | prefix87 -(4 rows) - -COMMIT; --- and after clustering on clstr_expression_upper_b -CLUSTER clstr_expression USING clstr_expression_upper_b; -WITH rows AS - (SELECT ctid, lag(b) OVER (ORDER BY ctid) AS lb, b FROM clstr_expression) -SELECT * FROM rows WHERE upper(lb) > upper(b); - ctid | lb | b -------+----+--- -(0 rows) - -BEGIN; -SET LOCAL enable_seqscan = false; -EXPLAIN (COSTS OFF) SELECT * FROM clstr_expression WHERE upper(b) = 'PREFIX3'; - QUERY PLAN ---------------------------------------------------------------- - Index Scan using clstr_expression_upper_b on clstr_expression - Index Cond: (upper(b) = 'PREFIX3'::text) -(2 rows) - -SELECT * FROM clstr_expression WHERE upper(b) = 'PREFIX3'; - id | a | b -----+---+--------- - 3 | 3 | prefix3 -(1 row) - -EXPLAIN (COSTS OFF) SELECT * FROM clstr_expression WHERE -a = -3 ORDER BY -a, b; - QUERY PLAN ---------------------------------------------------------------- - Index Scan using clstr_expression_minus_a on clstr_expression - Index Cond: ((- a) = '-3'::integer) -(2 rows) - -SELECT * FROM clstr_expression WHERE -a = -3 ORDER BY -a, b; - id | a | b ------+---+----------- - 129 | 3 | prefix129 - 3 | 3 | prefix3 - 45 | 3 | prefix45 - 87 | 3 | prefix87 -(4 rows) - -COMMIT; --- clean up -DROP TABLE clustertest; -DROP TABLE clstr_1; -DROP TABLE clstr_2; -DROP TABLE clstr_3; -DROP TABLE clstr_4; -DROP TABLE clstr_expression; -DROP USER regress_clstr_user; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/dependency.out --- /tmp/cirrus-ci-build/src/test/regress/expected/dependency.out 2025-05-11 19:30:18.942413000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/dependency.out 2025-05-11 19:32:42.803956000 +0000 @@ -1,153 +1,2 @@ --- --- DEPENDENCIES --- -CREATE USER regress_dep_user; -CREATE USER regress_dep_user2; -CREATE USER regress_dep_user3; -CREATE GROUP regress_dep_group; -CREATE TABLE deptest (f1 serial primary key, f2 text); -GRANT SELECT ON TABLE deptest TO GROUP regress_dep_group; -GRANT ALL ON TABLE deptest TO regress_dep_user, regress_dep_user2; --- can't drop neither because they have privileges somewhere -DROP USER regress_dep_user; -ERROR: role "regress_dep_user" cannot be dropped because some objects depend on it -DETAIL: privileges for table deptest -DROP GROUP regress_dep_group; -ERROR: role "regress_dep_group" cannot be dropped because some objects depend on it -DETAIL: privileges for table deptest --- if we revoke the privileges we can drop the group -REVOKE SELECT ON deptest FROM GROUP regress_dep_group; -DROP GROUP regress_dep_group; --- can't drop the user if we revoke the privileges partially -REVOKE SELECT, INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, MAINTAIN ON deptest FROM regress_dep_user; -DROP USER regress_dep_user; -ERROR: role "regress_dep_user" cannot be dropped because some objects depend on it -DETAIL: privileges for table deptest --- now we are OK to drop him -REVOKE TRIGGER ON deptest FROM regress_dep_user; -DROP USER regress_dep_user; --- we are OK too if we drop the privileges all at once -REVOKE ALL ON deptest FROM regress_dep_user2; -DROP USER regress_dep_user2; --- can't drop the owner of an object --- the error message detail here would include a pg_toast_nnn name that --- is not constant, so suppress it -\set VERBOSITY terse -ALTER TABLE deptest OWNER TO regress_dep_user3; -DROP USER regress_dep_user3; -ERROR: role "regress_dep_user3" cannot be dropped because some objects depend on it -\set VERBOSITY default --- if we drop the object, we can drop the user too -DROP TABLE deptest; -DROP USER regress_dep_user3; --- Test DROP OWNED -CREATE USER regress_dep_user0; -CREATE USER regress_dep_user1; -CREATE USER regress_dep_user2; -SET SESSION AUTHORIZATION regress_dep_user0; --- permission denied -DROP OWNED BY regress_dep_user1; -ERROR: permission denied to drop objects -DETAIL: Only roles with privileges of role "regress_dep_user1" may drop objects owned by it. -DROP OWNED BY regress_dep_user0, regress_dep_user2; -ERROR: permission denied to drop objects -DETAIL: Only roles with privileges of role "regress_dep_user2" may drop objects owned by it. -REASSIGN OWNED BY regress_dep_user0 TO regress_dep_user1; -ERROR: permission denied to reassign objects -DETAIL: Only roles with privileges of role "regress_dep_user1" may reassign objects to it. -REASSIGN OWNED BY regress_dep_user1 TO regress_dep_user0; -ERROR: permission denied to reassign objects -DETAIL: Only roles with privileges of role "regress_dep_user1" may reassign objects owned by it. --- this one is allowed -DROP OWNED BY regress_dep_user0; -CREATE TABLE deptest1 (f1 int unique); -GRANT ALL ON deptest1 TO regress_dep_user1 WITH GRANT OPTION; -SET SESSION AUTHORIZATION regress_dep_user1; -CREATE TABLE deptest (a serial primary key, b text); -GRANT ALL ON deptest1 TO regress_dep_user2; -RESET SESSION AUTHORIZATION; -\z deptest1 - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------+----------+-------+------------------------------------------------------+-------------------+---------- - public | deptest1 | table | regress_dep_user0=arwdDxtm/regress_dep_user0 +| | - | | | regress_dep_user1=a*r*w*d*D*x*t*m*/regress_dep_user0+| | - | | | regress_dep_user2=arwdDxtm/regress_dep_user1 | | -(1 row) - -DROP OWNED BY regress_dep_user1; --- all grants revoked -\z deptest1 - Access privileges - Schema | Name | Type | Access privileges | Column privileges | Policies ---------+----------+-------+----------------------------------------------+-------------------+---------- - public | deptest1 | table | regress_dep_user0=arwdDxtm/regress_dep_user0 | | -(1 row) - --- table was dropped -\d deptest --- Test REASSIGN OWNED -GRANT ALL ON deptest1 TO regress_dep_user1; -GRANT CREATE ON DATABASE regression TO regress_dep_user1; -SET SESSION AUTHORIZATION regress_dep_user1; -CREATE SCHEMA deptest; -CREATE TABLE deptest (a serial primary key, b text); -ALTER DEFAULT PRIVILEGES FOR ROLE regress_dep_user1 IN SCHEMA deptest - GRANT ALL ON TABLES TO regress_dep_user2; -CREATE FUNCTION deptest_func() RETURNS void LANGUAGE plpgsql - AS $$ BEGIN END; $$; -CREATE TYPE deptest_enum AS ENUM ('red'); -CREATE TYPE deptest_range AS RANGE (SUBTYPE = int4); -CREATE TABLE deptest2 (f1 int); --- make a serial column the hard way -CREATE SEQUENCE ss1; -ALTER TABLE deptest2 ALTER f1 SET DEFAULT nextval('ss1'); -ALTER SEQUENCE ss1 OWNED BY deptest2.f1; --- When reassigning ownership of a composite type, its pg_class entry --- should match -CREATE TYPE deptest_t AS (a int); -SELECT typowner = relowner -FROM pg_type JOIN pg_class c ON typrelid = c.oid WHERE typname = 'deptest_t'; - ?column? ----------- - t -(1 row) - -RESET SESSION AUTHORIZATION; -REASSIGN OWNED BY regress_dep_user1 TO regress_dep_user2; -\dt deptest - List of tables - Schema | Name | Type | Owner ---------+---------+-------+------------------- - public | deptest | table | regress_dep_user2 -(1 row) - -SELECT typowner = relowner -FROM pg_type JOIN pg_class c ON typrelid = c.oid WHERE typname = 'deptest_t'; - ?column? ----------- - t -(1 row) - --- doesn't work: grant still exists -DROP USER regress_dep_user1; -ERROR: role "regress_dep_user1" cannot be dropped because some objects depend on it -DETAIL: privileges for database regression -privileges for table deptest1 -owner of default privileges on new relations belonging to role regress_dep_user1 in schema deptest -DROP OWNED BY regress_dep_user1; -DROP USER regress_dep_user1; -DROP USER regress_dep_user2; -ERROR: role "regress_dep_user2" cannot be dropped because some objects depend on it -DETAIL: owner of schema deptest -owner of sequence deptest_a_seq -owner of table deptest -owner of function deptest_func() -owner of type deptest_enum -owner of type deptest_range -owner of table deptest2 -owner of sequence ss1 -owner of type deptest_t -DROP OWNED BY regress_dep_user2, regress_dep_user0; -DROP USER regress_dep_user2; -DROP USER regress_dep_user0; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/guc.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/guc.out --- /tmp/cirrus-ci-build/src/test/regress/expected/guc.out 2025-05-11 19:30:18.952669000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/guc.out 2025-05-11 19:32:42.813966000 +0000 @@ -1,915 +1,2 @@ --- pg_regress should ensure that this default value applies; however --- we can't rely on any specific default value of vacuum_cost_delay -SHOW datestyle; - DateStyle ---------------- - Postgres, MDY -(1 row) - --- Check output style of CamelCase enum options -SET intervalstyle to 'asd'; -ERROR: invalid value for parameter "IntervalStyle": "asd" -HINT: Available values: postgres, postgres_verbose, sql_standard, iso_8601. --- SET to some nondefault value -SET vacuum_cost_delay TO 40; -SET datestyle = 'ISO, YMD'; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - --- SET LOCAL has no effect outside of a transaction -SET LOCAL vacuum_cost_delay TO 50; -WARNING: SET LOCAL can only be used in transaction blocks -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SET LOCAL datestyle = 'SQL'; -WARNING: SET LOCAL can only be used in transaction blocks -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - --- SET LOCAL within a transaction that commits -BEGIN; -SET LOCAL vacuum_cost_delay TO 50; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 50ms -(1 row) - -SET LOCAL datestyle = 'SQL'; -SHOW datestyle; - DateStyle ------------ - SQL, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz -------------------------- - 08/13/2006 12:34:56 PDT -(1 row) - -COMMIT; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - --- SET should be reverted after ROLLBACK -BEGIN; -SET vacuum_cost_delay TO 60; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 60ms -(1 row) - -SET datestyle = 'German'; -SHOW datestyle; - DateStyle -------------- - German, DMY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz -------------------------- - 13.08.2006 12:34:56 PDT -(1 row) - -ROLLBACK; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - --- Some tests with subtransactions -BEGIN; -SET vacuum_cost_delay TO 70; -SET datestyle = 'MDY'; -SHOW datestyle; - DateStyle ------------ - ISO, MDY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - -SAVEPOINT first_sp; -SET vacuum_cost_delay TO 80.1; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 80100us -(1 row) - -SET datestyle = 'German, DMY'; -SHOW datestyle; - DateStyle -------------- - German, DMY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz -------------------------- - 13.08.2006 12:34:56 PDT -(1 row) - -ROLLBACK TO first_sp; -SHOW datestyle; - DateStyle ------------ - ISO, MDY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - -SAVEPOINT second_sp; -SET vacuum_cost_delay TO '900us'; -SET datestyle = 'SQL, YMD'; -SHOW datestyle; - DateStyle ------------ - SQL, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz -------------------------- - 08/13/2006 12:34:56 PDT -(1 row) - -SAVEPOINT third_sp; -SET vacuum_cost_delay TO 100; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 100ms -(1 row) - -SET datestyle = 'Postgres, MDY'; -SHOW datestyle; - DateStyle ---------------- - Postgres, MDY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------------- - Sun Aug 13 12:34:56 2006 PDT -(1 row) - -ROLLBACK TO third_sp; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 900us -(1 row) - -SHOW datestyle; - DateStyle ------------ - SQL, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz -------------------------- - 08/13/2006 12:34:56 PDT -(1 row) - -ROLLBACK TO second_sp; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 70ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, MDY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - -ROLLBACK; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - --- SET LOCAL with Savepoints -BEGIN; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - -SAVEPOINT sp; -SET LOCAL vacuum_cost_delay TO 30; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 30ms -(1 row) - -SET LOCAL datestyle = 'Postgres, MDY'; -SHOW datestyle; - DateStyle ---------------- - Postgres, MDY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------------- - Sun Aug 13 12:34:56 2006 PDT -(1 row) - -ROLLBACK TO sp; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - -ROLLBACK; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - --- SET LOCAL persists through RELEASE (which was not true in 8.0-8.2) -BEGIN; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - -SAVEPOINT sp; -SET LOCAL vacuum_cost_delay TO 30; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 30ms -(1 row) - -SET LOCAL datestyle = 'Postgres, MDY'; -SHOW datestyle; - DateStyle ---------------- - Postgres, MDY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------------- - Sun Aug 13 12:34:56 2006 PDT -(1 row) - -RELEASE SAVEPOINT sp; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 30ms -(1 row) - -SHOW datestyle; - DateStyle ---------------- - Postgres, MDY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------------- - Sun Aug 13 12:34:56 2006 PDT -(1 row) - -ROLLBACK; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - --- SET followed by SET LOCAL -BEGIN; -SET vacuum_cost_delay TO 40; -SET LOCAL vacuum_cost_delay TO 50; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 50ms -(1 row) - -SET datestyle = 'ISO, DMY'; -SET LOCAL datestyle = 'Postgres, MDY'; -SHOW datestyle; - DateStyle ---------------- - Postgres, MDY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------------- - Sun Aug 13 12:34:56 2006 PDT -(1 row) - -COMMIT; -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 40ms -(1 row) - -SHOW datestyle; - DateStyle ------------ - ISO, DMY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - --- --- Test RESET. We use datestyle because the reset value is forced by --- pg_regress, so it doesn't depend on the installation's configuration. --- -SET datestyle = iso, ymd; -SHOW datestyle; - DateStyle ------------ - ISO, YMD -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------- - 2006-08-13 12:34:56-07 -(1 row) - -RESET datestyle; -SHOW datestyle; - DateStyle ---------------- - Postgres, MDY -(1 row) - -SELECT '2006-08-13 12:34:56'::timestamptz; - timestamptz ------------------------------- - Sun Aug 13 12:34:56 2006 PDT -(1 row) - --- Test some simple error cases -SET seq_page_cost TO 'NaN'; -ERROR: invalid value for parameter "seq_page_cost": "NaN" -SET vacuum_cost_delay TO '10s'; -ERROR: 10000 ms is outside the valid range for parameter "vacuum_cost_delay" (0 ms .. 100 ms) -SET no_such_variable TO 42; -ERROR: unrecognized configuration parameter "no_such_variable" --- Test "custom" GUCs created on the fly (which aren't really an --- intended feature, but many people use them). -SHOW custom.my_guc; -- error, not known yet -ERROR: unrecognized configuration parameter "custom.my_guc" -SET custom.my_guc = 42; -SHOW custom.my_guc; - custom.my_guc ---------------- - 42 -(1 row) - -RESET custom.my_guc; -- this makes it go to empty, not become unknown again -SHOW custom.my_guc; - custom.my_guc ---------------- - -(1 row) - -SET custom.my.qualified.guc = 'foo'; -SHOW custom.my.qualified.guc; - custom.my.qualified.guc -------------------------- - foo -(1 row) - -SET custom."bad-guc" = 42; -- disallowed because -c cannot set this name -ERROR: invalid configuration parameter name "custom.bad-guc" -DETAIL: Custom parameter names must be two or more simple identifiers separated by dots. -SHOW custom."bad-guc"; -ERROR: unrecognized configuration parameter "custom.bad-guc" -SET special."weird name" = 'foo'; -- could be allowed, but we choose not to -ERROR: invalid configuration parameter name "special.weird name" -DETAIL: Custom parameter names must be two or more simple identifiers separated by dots. -SHOW special."weird name"; -ERROR: unrecognized configuration parameter "special.weird name" --- Check what happens when you try to set a "custom" GUC within the --- namespace of an extension. -SET plpgsql.extra_foo_warnings = true; -- allowed if plpgsql is not loaded yet -LOAD 'plpgsql'; -- this will throw a warning and delete the variable -WARNING: invalid configuration parameter name "plpgsql.extra_foo_warnings", removing it -DETAIL: "plpgsql" is now a reserved prefix. -SET plpgsql.extra_foo_warnings = true; -- now, it's an error -ERROR: invalid configuration parameter name "plpgsql.extra_foo_warnings" -DETAIL: "plpgsql" is a reserved prefix. -SHOW plpgsql.extra_foo_warnings; -ERROR: unrecognized configuration parameter "plpgsql.extra_foo_warnings" --- --- Test DISCARD TEMP --- -CREATE TEMP TABLE reset_test ( data text ) ON COMMIT DELETE ROWS; -SELECT relname FROM pg_class WHERE relname = 'reset_test'; - relname ------------- - reset_test -(1 row) - -DISCARD TEMP; -SELECT relname FROM pg_class WHERE relname = 'reset_test'; - relname ---------- -(0 rows) - --- --- Test DISCARD ALL --- --- do changes -DECLARE foo CURSOR WITH HOLD FOR SELECT 1; -PREPARE foo AS SELECT 1; -LISTEN foo_event; -SET vacuum_cost_delay = 13; -CREATE TEMP TABLE tmp_foo (data text) ON COMMIT DELETE ROWS; -CREATE ROLE regress_guc_user; -SET SESSION AUTHORIZATION regress_guc_user; --- look changes -SELECT pg_listening_channels(); - pg_listening_channels ------------------------ - foo_event -(1 row) - -SELECT name FROM pg_prepared_statements; - name ------- - foo -(1 row) - -SELECT name FROM pg_cursors; - name ------- - foo -(1 row) - -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 13ms -(1 row) - -SELECT relname from pg_class where relname = 'tmp_foo'; - relname ---------- - tmp_foo -(1 row) - -SELECT current_user = 'regress_guc_user'; - ?column? ----------- - t -(1 row) - --- discard everything -DISCARD ALL; --- look again -SELECT pg_listening_channels(); - pg_listening_channels ------------------------ -(0 rows) - -SELECT name FROM pg_prepared_statements; - name ------- -(0 rows) - -SELECT name FROM pg_cursors; - name ------- -(0 rows) - -SHOW vacuum_cost_delay; - vacuum_cost_delay -------------------- - 0 -(1 row) - -SELECT relname from pg_class where relname = 'tmp_foo'; - relname ---------- -(0 rows) - -SELECT current_user = 'regress_guc_user'; - ?column? ----------- - f -(1 row) - -DROP ROLE regress_guc_user; --- --- search_path should react to changes in pg_namespace --- -set search_path = foo, public, not_there_initially; -select current_schemas(false); - current_schemas ------------------ - {public} -(1 row) - -create schema not_there_initially; -select current_schemas(false); - current_schemas ------------------------------- - {public,not_there_initially} -(1 row) - -drop schema not_there_initially; -select current_schemas(false); - current_schemas ------------------ - {public} -(1 row) - -reset search_path; --- --- Tests for function-local GUC settings --- -set work_mem = '3MB'; -create function report_guc(text) returns text as -$$ select current_setting($1) $$ language sql -set work_mem = '1MB'; -select report_guc('work_mem'), current_setting('work_mem'); - report_guc | current_setting -------------+----------------- - 1MB | 3MB -(1 row) - -alter function report_guc(text) set work_mem = '2MB'; -select report_guc('work_mem'), current_setting('work_mem'); - report_guc | current_setting -------------+----------------- - 2MB | 3MB -(1 row) - -alter function report_guc(text) reset all; -select report_guc('work_mem'), current_setting('work_mem'); - report_guc | current_setting -------------+----------------- - 3MB | 3MB -(1 row) - --- SET LOCAL is restricted by a function SET option -create or replace function myfunc(int) returns text as $$ -begin - set local work_mem = '2MB'; - return current_setting('work_mem'); -end $$ -language plpgsql -set work_mem = '1MB'; -select myfunc(0), current_setting('work_mem'); - myfunc | current_setting ---------+----------------- - 2MB | 3MB -(1 row) - -alter function myfunc(int) reset all; -select myfunc(0), current_setting('work_mem'); - myfunc | current_setting ---------+----------------- - 2MB | 2MB -(1 row) - -set work_mem = '3MB'; --- but SET isn't -create or replace function myfunc(int) returns text as $$ -begin - set work_mem = '2MB'; - return current_setting('work_mem'); -end $$ -language plpgsql -set work_mem = '1MB'; -select myfunc(0), current_setting('work_mem'); - myfunc | current_setting ---------+----------------- - 2MB | 2MB -(1 row) - -set work_mem = '3MB'; --- it should roll back on error, though -create or replace function myfunc(int) returns text as $$ -begin - set work_mem = '2MB'; - perform 1/$1; - return current_setting('work_mem'); -end $$ -language plpgsql -set work_mem = '1MB'; -select myfunc(0); -ERROR: division by zero -CONTEXT: SQL statement "SELECT 1/$1" -PL/pgSQL function myfunc(integer) line 4 at PERFORM -select current_setting('work_mem'); - current_setting ------------------ - 3MB -(1 row) - -select myfunc(1), current_setting('work_mem'); - myfunc | current_setting ---------+----------------- - 2MB | 2MB -(1 row) - --- check current_setting()'s behavior with invalid setting name -select current_setting('nosuch.setting'); -- FAIL -ERROR: unrecognized configuration parameter "nosuch.setting" -select current_setting('nosuch.setting', false); -- FAIL -ERROR: unrecognized configuration parameter "nosuch.setting" -select current_setting('nosuch.setting', true) is null; - ?column? ----------- - t -(1 row) - --- after this, all three cases should yield 'nada' -set nosuch.setting = 'nada'; -select current_setting('nosuch.setting'); - current_setting ------------------ - nada -(1 row) - -select current_setting('nosuch.setting', false); - current_setting ------------------ - nada -(1 row) - -select current_setting('nosuch.setting', true); - current_setting ------------------ - nada -(1 row) - --- Normally, CREATE FUNCTION should complain about invalid values in --- function SET options; but not if check_function_bodies is off, --- because that creates ordering hazards for pg_dump -create function func_with_bad_set() returns int as $$ select 1 $$ -language sql -set default_text_search_config = no_such_config; -NOTICE: text search configuration "no_such_config" does not exist -ERROR: invalid value for parameter "default_text_search_config": "no_such_config" -set check_function_bodies = off; -create function func_with_bad_set() returns int as $$ select 1 $$ -language sql -set default_text_search_config = no_such_config; -NOTICE: text search configuration "no_such_config" does not exist -select func_with_bad_set(); -ERROR: invalid value for parameter "default_text_search_config": "no_such_config" -reset check_function_bodies; -set default_with_oids to f; --- Should not allow to set it to true. -set default_with_oids to t; -ERROR: tables declared WITH OIDS are not supported --- Test that disabling track_activities disables query ID reporting in --- pg_stat_activity. -SET compute_query_id = on; -SET track_activities = on; -SELECT query_id IS NOT NULL AS qid_set FROM pg_stat_activity - WHERE pid = pg_backend_pid(); - qid_set ---------- - t -(1 row) - -SET track_activities = off; -SELECT query_id IS NOT NULL AS qid_set FROM pg_stat_activity - WHERE pid = pg_backend_pid(); - qid_set ---------- - f -(1 row) - -RESET track_activities; -RESET compute_query_id; --- Test GUC categories and flag patterns -SELECT pg_settings_get_flags(NULL); - pg_settings_get_flags ------------------------ - -(1 row) - -SELECT pg_settings_get_flags('does_not_exist'); - pg_settings_get_flags ------------------------ - -(1 row) - -CREATE TABLE tab_settings_flags AS SELECT name, category, - 'EXPLAIN' = ANY(flags) AS explain, - 'NO_RESET' = ANY(flags) AS no_reset, - 'NO_RESET_ALL' = ANY(flags) AS no_reset_all, - 'NOT_IN_SAMPLE' = ANY(flags) AS not_in_sample, - 'RUNTIME_COMPUTED' = ANY(flags) AS runtime_computed - FROM pg_show_all_settings() AS psas, - pg_settings_get_flags(psas.name) AS flags; --- Developer GUCs should be flagged with GUC_NOT_IN_SAMPLE: -SELECT name FROM tab_settings_flags - WHERE category = 'Developer Options' AND NOT not_in_sample - ORDER BY 1; - name ------- -(0 rows) - --- Most query-tuning GUCs are flagged as valid for EXPLAIN. --- default_statistics_target is an exception. -SELECT name FROM tab_settings_flags - WHERE category ~ '^Query Tuning' AND NOT explain - ORDER BY 1; - name ---------------------------- - default_statistics_target -(1 row) - --- Runtime-computed GUCs should be part of the preset category. -SELECT name FROM tab_settings_flags - WHERE NOT category = 'Preset Options' AND runtime_computed - ORDER BY 1; - name ------- -(0 rows) - --- Preset GUCs are flagged as NOT_IN_SAMPLE. -SELECT name FROM tab_settings_flags - WHERE category = 'Preset Options' AND NOT not_in_sample - ORDER BY 1; - name ------- -(0 rows) - --- NO_RESET implies NO_RESET_ALL. -SELECT name FROM tab_settings_flags - WHERE no_reset AND NOT no_reset_all - ORDER BY 1; - name ------- -(0 rows) - -DROP TABLE tab_settings_flags; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bitmapops.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/bitmapops.out --- /tmp/cirrus-ci-build/src/test/regress/expected/bitmapops.out 2025-05-11 19:30:18.930062000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/bitmapops.out 2025-05-11 19:32:42.811596000 +0000 @@ -1,48 +1,2 @@ --- Test bitmap AND and OR --- Generate enough data that we can test the lossy bitmaps. --- There's 55 tuples per page in the table. 53 is just --- below 55, so that an index scan with qual a = constant --- will return at least one hit per page. 59 is just above --- 55, so that an index scan with qual b = constant will return --- hits on most but not all pages. 53 and 59 are prime, so that --- there's a maximum number of a,b combinations in the table. --- That allows us to test all the different combinations of --- lossy and non-lossy pages with the minimum amount of data -CREATE TABLE bmscantest (a int, b int, t text) WITH (autovacuum_enabled = false); -INSERT INTO bmscantest - SELECT (r%53), (r%59), 'foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo' - FROM generate_series(1,70000) r; -CREATE INDEX i_bmtest_a ON bmscantest(a); -CREATE INDEX i_bmtest_b ON bmscantest(b); --- We want to use bitmapscans. With default settings, the planner currently --- chooses a bitmap scan for the queries below anyway, but let's make sure. -set enable_indexscan=false; -set enable_seqscan=false; --- Lower work_mem to trigger use of lossy bitmaps -set work_mem = 64; --- Test bitmap-and without the skip fetch optimization. -SELECT count(*) FROM bmscantest WHERE a = 1 AND b = 1; - count -------- - 23 -(1 row) - --- Test that we return correct results when using the skip fetch optimization --- VACUUM FREEZE will set all the pages in the relation all-visible, enabling --- the optimization. -VACUUM (FREEZE) bmscantest; -SELECT count(*) FROM bmscantest WHERE a = 1 AND b = 1; - count -------- - 23 -(1 row) - --- Test bitmap-or. -SELECT count(*) FROM bmscantest WHERE a = 1 OR b = 1; - count -------- - 2485 -(1 row) - --- clean up -DROP TABLE bmscantest; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/combocid.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/combocid.out --- /tmp/cirrus-ci-build/src/test/regress/expected/combocid.out 2025-05-11 19:30:18.934142000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/combocid.out 2025-05-11 19:32:42.818730000 +0000 @@ -1,169 +1,2 @@ --- --- Tests for some likely failure cases with combo cmin/cmax mechanism --- -CREATE TEMP TABLE combocidtest (foobar int); -BEGIN; --- a few dummy ops to push up the CommandId counter -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest VALUES (1); -INSERT INTO combocidtest VALUES (2); -SELECT ctid,cmin,* FROM combocidtest; - ctid | cmin | foobar --------+------+-------- - (0,1) | 10 | 1 - (0,2) | 11 | 2 -(2 rows) - -SAVEPOINT s1; -UPDATE combocidtest SET foobar = foobar + 10; --- here we should see only updated tuples -SELECT ctid,cmin,* FROM combocidtest; - ctid | cmin | foobar --------+------+-------- - (0,3) | 12 | 11 - (0,4) | 12 | 12 -(2 rows) - -ROLLBACK TO s1; --- now we should see old tuples, but with combo CIDs starting at 0 -SELECT ctid,cmin,* FROM combocidtest; - ctid | cmin | foobar --------+------+-------- - (0,1) | 0 | 1 - (0,2) | 1 | 2 -(2 rows) - -COMMIT; --- combo data is not there anymore, but should still see tuples -SELECT ctid,cmin,* FROM combocidtest; - ctid | cmin | foobar --------+------+-------- - (0,1) | 0 | 1 - (0,2) | 1 | 2 -(2 rows) - --- Test combo CIDs with portals -BEGIN; -INSERT INTO combocidtest VALUES (333); -DECLARE c CURSOR FOR SELECT ctid,cmin,* FROM combocidtest; -DELETE FROM combocidtest; -FETCH ALL FROM c; - ctid | cmin | foobar --------+------+-------- - (0,1) | 1 | 1 - (0,2) | 1 | 2 - (0,5) | 0 | 333 -(3 rows) - -ROLLBACK; -SELECT ctid,cmin,* FROM combocidtest; - ctid | cmin | foobar --------+------+-------- - (0,1) | 1 | 1 - (0,2) | 1 | 2 -(2 rows) - --- check behavior with locked tuples -BEGIN; --- a few dummy ops to push up the CommandId counter -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest SELECT 1 LIMIT 0; -INSERT INTO combocidtest VALUES (444); -SELECT ctid,cmin,* FROM combocidtest; - ctid | cmin | foobar --------+------+-------- - (0,1) | 1 | 1 - (0,2) | 1 | 2 - (0,6) | 10 | 444 -(3 rows) - -SAVEPOINT s1; --- this doesn't affect cmin -SELECT ctid,cmin,* FROM combocidtest FOR UPDATE; - ctid | cmin | foobar --------+------+-------- - (0,1) | 1 | 1 - (0,2) | 1 | 2 - (0,6) | 10 | 444 -(3 rows) - -SELECT ctid,cmin,* FROM combocidtest; - ctid | cmin | foobar --------+------+-------- - (0,1) | 1 | 1 - (0,2) | 1 | 2 - (0,6) | 10 | 444 -(3 rows) - --- but this does -UPDATE combocidtest SET foobar = foobar + 10; -SELECT ctid,cmin,* FROM combocidtest; - ctid | cmin | foobar --------+------+-------- - (0,7) | 12 | 11 - (0,8) | 12 | 12 - (0,9) | 12 | 454 -(3 rows) - -ROLLBACK TO s1; -SELECT ctid,cmin,* FROM combocidtest; - ctid | cmin | foobar --------+------+-------- - (0,1) | 12 | 1 - (0,2) | 12 | 2 - (0,6) | 0 | 444 -(3 rows) - -COMMIT; -SELECT ctid,cmin,* FROM combocidtest; - ctid | cmin | foobar --------+------+-------- - (0,1) | 12 | 1 - (0,2) | 12 | 2 - (0,6) | 0 | 444 -(3 rows) - --- test for bug reported in --- CABRT9RC81YUf1=jsmWopcKJEro=VoeG2ou6sPwyOUTx_qteRsg@mail.gmail.com -CREATE TABLE IF NOT EXISTS testcase( - id int PRIMARY KEY, - balance numeric -); -INSERT INTO testcase VALUES (1, 0); -BEGIN; -SELECT * FROM testcase WHERE testcase.id = 1 FOR UPDATE; - id | balance -----+--------- - 1 | 0 -(1 row) - -UPDATE testcase SET balance = balance + 400 WHERE id=1; -SAVEPOINT subxact; -UPDATE testcase SET balance = balance - 100 WHERE id=1; -ROLLBACK TO SAVEPOINT subxact; --- should return one tuple -SELECT * FROM testcase WHERE id = 1 FOR UPDATE; - id | balance -----+--------- - 1 | 400 -(1 row) - -ROLLBACK; -DROP TABLE testcase; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tsearch.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tsearch.out --- /tmp/cirrus-ci-build/src/test/regress/expected/tsearch.out 2025-05-11 19:30:19.010474000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tsearch.out 2025-05-11 19:32:42.800600000 +0000 @@ -1,3014 +1,2 @@ --- directory paths are passed to us in environment variables -\getenv abs_srcdir PG_ABS_SRCDIR --- --- Sanity checks for text search catalogs --- --- NB: we assume the oidjoins test will have caught any dangling links, --- that is OID or REGPROC fields that are not zero and do not match some --- row in the linked-to table. However, if we want to enforce that a link --- field can't be 0, we have to check it here. --- Find unexpected zero link entries -SELECT oid, prsname -FROM pg_ts_parser -WHERE prsnamespace = 0 OR prsstart = 0 OR prstoken = 0 OR prsend = 0 OR - -- prsheadline is optional - prslextype = 0; - oid | prsname ------+--------- -(0 rows) - -SELECT oid, dictname -FROM pg_ts_dict -WHERE dictnamespace = 0 OR dictowner = 0 OR dicttemplate = 0; - oid | dictname ------+---------- -(0 rows) - -SELECT oid, tmplname -FROM pg_ts_template -WHERE tmplnamespace = 0 OR tmpllexize = 0; -- tmplinit is optional - oid | tmplname ------+---------- -(0 rows) - -SELECT oid, cfgname -FROM pg_ts_config -WHERE cfgnamespace = 0 OR cfgowner = 0 OR cfgparser = 0; - oid | cfgname ------+--------- -(0 rows) - -SELECT mapcfg, maptokentype, mapseqno -FROM pg_ts_config_map -WHERE mapcfg = 0 OR mapdict = 0; - mapcfg | maptokentype | mapseqno ---------+--------------+---------- -(0 rows) - --- Look for pg_ts_config_map entries that aren't one of parser's token types -SELECT * FROM - ( SELECT oid AS cfgid, (ts_token_type(cfgparser)).tokid AS tokid - FROM pg_ts_config ) AS tt -RIGHT JOIN pg_ts_config_map AS m - ON (tt.cfgid=m.mapcfg AND tt.tokid=m.maptokentype) -WHERE - tt.cfgid IS NULL OR tt.tokid IS NULL; - cfgid | tokid | mapcfg | maptokentype | mapseqno | mapdict --------+-------+--------+--------------+----------+--------- -(0 rows) - --- Load some test data -CREATE TABLE test_tsvector( - t text, - a tsvector -); -\set filename :abs_srcdir '/data/tsearch.data' -COPY test_tsvector FROM :'filename'; -ANALYZE test_tsvector; --- test basic text search behavior without indexes, then with -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr&qh'; - count -------- - 17 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq&yt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq|yt'; - count -------- - 98 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq&yt)|(wr&qh)'; - count -------- - 23 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq|yt)&(wr|qh)'; - count -------- - 39 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'w:*|q:*'; - count -------- - 494 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ any ('{wr,qh}'); - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'no_such_lexeme'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!no_such_lexeme'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'pl <-> yh'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'yh <-> pl'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'qe <2> qt'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> yh'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> !yh'; - count -------- - 432 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!yh <-> pl'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!qe <2> qt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(pl <-> yh)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(yh <-> pl)'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(qe <2> qt)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:A'; - count -------- - 56 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:D'; - count -------- - 58 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:A'; - count -------- - 452 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:D'; - count -------- - 450 -(1 row) - -create index wowidx on test_tsvector using gist (a); -SET enable_seqscan=OFF; -SET enable_indexscan=ON; -SET enable_bitmapscan=OFF; -explain (costs off) SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - QUERY PLAN -------------------------------------------------------- - Aggregate - -> Index Scan using wowidx on test_tsvector - Index Cond: (a @@ '''wr'' | ''qh'''::tsquery) -(3 rows) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr&qh'; - count -------- - 17 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq&yt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq|yt'; - count -------- - 98 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq&yt)|(wr&qh)'; - count -------- - 23 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq|yt)&(wr|qh)'; - count -------- - 39 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'w:*|q:*'; - count -------- - 494 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ any ('{wr,qh}'); - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'no_such_lexeme'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!no_such_lexeme'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'pl <-> yh'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'yh <-> pl'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'qe <2> qt'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> yh'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> !yh'; - count -------- - 432 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!yh <-> pl'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!qe <2> qt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(pl <-> yh)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(yh <-> pl)'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(qe <2> qt)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:A'; - count -------- - 56 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:D'; - count -------- - 58 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:A'; - count -------- - 452 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:D'; - count -------- - 450 -(1 row) - -SET enable_indexscan=OFF; -SET enable_bitmapscan=ON; -explain (costs off) SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - QUERY PLAN -------------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on test_tsvector - Recheck Cond: (a @@ '''wr'' | ''qh'''::tsquery) - -> Bitmap Index Scan on wowidx - Index Cond: (a @@ '''wr'' | ''qh'''::tsquery) -(5 rows) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr&qh'; - count -------- - 17 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq&yt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq|yt'; - count -------- - 98 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq&yt)|(wr&qh)'; - count -------- - 23 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq|yt)&(wr|qh)'; - count -------- - 39 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'w:*|q:*'; - count -------- - 494 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ any ('{wr,qh}'); - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'no_such_lexeme'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!no_such_lexeme'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'pl <-> yh'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'yh <-> pl'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'qe <2> qt'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> yh'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> !yh'; - count -------- - 432 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!yh <-> pl'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!qe <2> qt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(pl <-> yh)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(yh <-> pl)'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(qe <2> qt)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:A'; - count -------- - 56 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:D'; - count -------- - 58 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:A'; - count -------- - 452 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:D'; - count -------- - 450 -(1 row) - --- Test siglen parameter of GiST tsvector_ops -CREATE INDEX wowidx1 ON test_tsvector USING gist (a tsvector_ops(foo=1)); -ERROR: unrecognized parameter "foo" -CREATE INDEX wowidx1 ON test_tsvector USING gist (a tsvector_ops(siglen=0)); -ERROR: value 0 out of bounds for option "siglen" -DETAIL: Valid values are between "1" and "2024". -CREATE INDEX wowidx1 ON test_tsvector USING gist (a tsvector_ops(siglen=2048)); -ERROR: value 2048 out of bounds for option "siglen" -DETAIL: Valid values are between "1" and "2024". -CREATE INDEX wowidx1 ON test_tsvector USING gist (a tsvector_ops(siglen=100,foo='bar')); -ERROR: unrecognized parameter "foo" -CREATE INDEX wowidx1 ON test_tsvector USING gist (a tsvector_ops(siglen=100, siglen = 200)); -ERROR: parameter "siglen" specified more than once -CREATE INDEX wowidx2 ON test_tsvector USING gist (a tsvector_ops(siglen=1)); -\d test_tsvector - Table "public.test_tsvector" - Column | Type | Collation | Nullable | Default ---------+----------+-----------+----------+--------- - t | text | | | - a | tsvector | | | -Indexes: - "wowidx" gist (a) - "wowidx2" gist (a tsvector_ops (siglen='1')) - -DROP INDEX wowidx; -EXPLAIN (costs off) SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - QUERY PLAN -------------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on test_tsvector - Recheck Cond: (a @@ '''wr'' | ''qh'''::tsquery) - -> Bitmap Index Scan on wowidx2 - Index Cond: (a @@ '''wr'' | ''qh'''::tsquery) -(5 rows) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr&qh'; - count -------- - 17 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq&yt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq|yt'; - count -------- - 98 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq&yt)|(wr&qh)'; - count -------- - 23 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq|yt)&(wr|qh)'; - count -------- - 39 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'w:*|q:*'; - count -------- - 494 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ any ('{wr,qh}'); - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'no_such_lexeme'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!no_such_lexeme'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'pl <-> yh'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'yh <-> pl'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'qe <2> qt'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> yh'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> !yh'; - count -------- - 432 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!yh <-> pl'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!qe <2> qt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(pl <-> yh)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(yh <-> pl)'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(qe <2> qt)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:A'; - count -------- - 56 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:D'; - count -------- - 58 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:A'; - count -------- - 452 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:D'; - count -------- - 450 -(1 row) - -DROP INDEX wowidx2; -CREATE INDEX wowidx ON test_tsvector USING gist (a tsvector_ops(siglen=484)); -\d test_tsvector - Table "public.test_tsvector" - Column | Type | Collation | Nullable | Default ---------+----------+-----------+----------+--------- - t | text | | | - a | tsvector | | | -Indexes: - "wowidx" gist (a tsvector_ops (siglen='484')) - -EXPLAIN (costs off) SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - QUERY PLAN -------------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on test_tsvector - Recheck Cond: (a @@ '''wr'' | ''qh'''::tsquery) - -> Bitmap Index Scan on wowidx - Index Cond: (a @@ '''wr'' | ''qh'''::tsquery) -(5 rows) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr&qh'; - count -------- - 17 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq&yt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq|yt'; - count -------- - 98 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq&yt)|(wr&qh)'; - count -------- - 23 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq|yt)&(wr|qh)'; - count -------- - 39 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'w:*|q:*'; - count -------- - 494 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ any ('{wr,qh}'); - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'no_such_lexeme'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!no_such_lexeme'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'pl <-> yh'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'yh <-> pl'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'qe <2> qt'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> yh'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> !yh'; - count -------- - 432 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!yh <-> pl'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!qe <2> qt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(pl <-> yh)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(yh <-> pl)'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(qe <2> qt)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:A'; - count -------- - 56 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:D'; - count -------- - 58 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:A'; - count -------- - 452 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:D'; - count -------- - 450 -(1 row) - -RESET enable_seqscan; -RESET enable_indexscan; -RESET enable_bitmapscan; -DROP INDEX wowidx; -CREATE INDEX wowidx ON test_tsvector USING gin (a); -SET enable_seqscan=OFF; --- GIN only supports bitmapscan, so no need to test plain indexscan -explain (costs off) SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - QUERY PLAN -------------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on test_tsvector - Recheck Cond: (a @@ '''wr'' | ''qh'''::tsquery) - -> Bitmap Index Scan on wowidx - Index Cond: (a @@ '''wr'' | ''qh'''::tsquery) -(5 rows) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr|qh'; - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr&qh'; - count -------- - 17 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq&yt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'eq|yt'; - count -------- - 98 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq&yt)|(wr&qh)'; - count -------- - 23 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '(eq|yt)&(wr|qh)'; - count -------- - 39 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'w:*|q:*'; - count -------- - 494 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ any ('{wr,qh}'); - count -------- - 158 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'no_such_lexeme'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!no_such_lexeme'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'pl <-> yh'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'yh <-> pl'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'qe <2> qt'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> yh'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!pl <-> !yh'; - count -------- - 432 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!yh <-> pl'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!qe <2> qt'; - count -------- - 6 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(pl <-> yh)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(yh <-> pl)'; - count -------- - 508 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!(qe <2> qt)'; - count -------- - 507 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:A'; - count -------- - 56 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wd:D'; - count -------- - 58 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:A'; - count -------- - 452 -(1 row) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!wd:D'; - count -------- - 450 -(1 row) - --- Test optimization of non-empty GIN_SEARCH_MODE_ALL queries -EXPLAIN (COSTS OFF) -SELECT count(*) FROM test_tsvector WHERE a @@ '!qh'; - QUERY PLAN ------------------------------------------------------ - Aggregate - -> Bitmap Heap Scan on test_tsvector - Recheck Cond: (a @@ '!''qh'''::tsquery) - -> Bitmap Index Scan on wowidx - Index Cond: (a @@ '!''qh'''::tsquery) -(5 rows) - -SELECT count(*) FROM test_tsvector WHERE a @@ '!qh'; - count -------- - 410 -(1 row) - -EXPLAIN (COSTS OFF) -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr' AND a @@ '!qh'; - QUERY PLAN ------------------------------------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on test_tsvector - Recheck Cond: ((a @@ '''wr'''::tsquery) AND (a @@ '!''qh'''::tsquery)) - -> Bitmap Index Scan on wowidx - Index Cond: ((a @@ '''wr'''::tsquery) AND (a @@ '!''qh'''::tsquery)) -(5 rows) - -SELECT count(*) FROM test_tsvector WHERE a @@ 'wr' AND a @@ '!qh'; - count -------- - 60 -(1 row) - -RESET enable_seqscan; -INSERT INTO test_tsvector VALUES ('???', 'DFG:1A,2B,6C,10 FGH'); -SELECT * FROM ts_stat('SELECT a FROM test_tsvector') ORDER BY ndoc DESC, nentry DESC, word LIMIT 10; - word | ndoc | nentry -------+------+-------- - qq | 108 | 108 - qt | 102 | 102 - qe | 100 | 101 - qh | 98 | 99 - qw | 98 | 98 - qa | 97 | 97 - ql | 94 | 94 - qs | 94 | 94 - qr | 92 | 93 - qi | 92 | 92 -(10 rows) - -SELECT * FROM ts_stat('SELECT a FROM test_tsvector', 'AB') ORDER BY ndoc DESC, nentry DESC, word; - word | ndoc | nentry -------+------+-------- - DFG | 1 | 2 -(1 row) - ---dictionaries and to_tsvector -SELECT ts_lexize('english_stem', 'skies'); - ts_lexize ------------ - {sky} -(1 row) - -SELECT ts_lexize('english_stem', 'identity'); - ts_lexize ------------ - {ident} -(1 row) - -SELECT * FROM ts_token_type('default'); - tokid | alias | description --------+-----------------+------------------------------------------ - 1 | asciiword | Word, all ASCII - 2 | word | Word, all letters - 3 | numword | Word, letters and digits - 4 | email | Email address - 5 | url | URL - 6 | host | Host - 7 | sfloat | Scientific notation - 8 | version | Version number - 9 | hword_numpart | Hyphenated word part, letters and digits - 10 | hword_part | Hyphenated word part, all letters - 11 | hword_asciipart | Hyphenated word part, all ASCII - 12 | blank | Space symbols - 13 | tag | XML tag - 14 | protocol | Protocol head - 15 | numhword | Hyphenated word, letters and digits - 16 | asciihword | Hyphenated word, all ASCII - 17 | hword | Hyphenated word, all letters - 18 | url_path | URL path - 19 | file | File or path name - 20 | float | Decimal notation - 21 | int | Signed integer - 22 | uint | Unsigned integer - 23 | entity | XML entity -(23 rows) - -SELECT * FROM ts_parse('default', '345 qwe@efd.r '' http://www.com/ http://aew.werc.ewr/?ad=qwe&dw 1aew.werc.ewr/?ad=qwe&dw 2aew.werc.ewr http://3aew.werc.ewr/?ad=qwe&dw http://4aew.werc.ewr http://5aew.werc.ewr:8100/? ad=qwe&dw 6aew.werc.ewr:8100/?ad=qwe&dw 7aew.werc.ewr:8100/?ad=qwe&dw=%20%32 +4.0e-10 qwe qwe qwqwe 234.435 455 5.005 teodor@stack.net teodor@123-stack.net 123_teodor@stack.net 123-teodor@stack.net qwe-wer asdf qwer jf sdjk ewr1> ewri2 -/usr/local/fff /awdf/dwqe/4325 rewt/ewr wefjn /wqe-324/ewr gist.h gist.h.c gist.c. readline 4.2 4.2. 4.2, readline-4.2 readline-4.2. 234 - wow < jqw <> qwerty'); - tokid | token --------+-------------------------------------- - 22 | 345 - 12 | - 1 | qwe - 12 | @ - 19 | efd.r - 12 | ' - 14 | http:// - 6 | www.com - 12 | / - 14 | http:// - 5 | aew.werc.ewr/?ad=qwe&dw - 6 | aew.werc.ewr - 18 | /?ad=qwe&dw - 12 | - 5 | 1aew.werc.ewr/?ad=qwe&dw - 6 | 1aew.werc.ewr - 18 | /?ad=qwe&dw - 12 | - 6 | 2aew.werc.ewr - 12 | - 14 | http:// - 5 | 3aew.werc.ewr/?ad=qwe&dw - 6 | 3aew.werc.ewr - 18 | /?ad=qwe&dw - 12 | - 14 | http:// - 6 | 4aew.werc.ewr - 12 | - 14 | http:// - 5 | 5aew.werc.ewr:8100/? - 6 | 5aew.werc.ewr:8100 - 18 | /? - 12 | - 1 | ad - 12 | = - 1 | qwe - 12 | & - 1 | dw - 12 | - 5 | 6aew.werc.ewr:8100/?ad=qwe&dw - 6 | 6aew.werc.ewr:8100 - 18 | /?ad=qwe&dw - 12 | - 5 | 7aew.werc.ewr:8100/?ad=qwe&dw=%20%32 - 6 | 7aew.werc.ewr:8100 - 18 | /?ad=qwe&dw=%20%32 - 12 | - 7 | +4.0e-10 - 12 | - 1 | qwe - 12 | - 1 | qwe - 12 | - 1 | qwqwe - 12 | - 20 | 234.435 - 12 | - 22 | 455 - 12 | - 20 | 5.005 - 12 | - 4 | teodor@stack.net - 12 | - 4 | teodor@123-stack.net - 12 | - 4 | 123_teodor@stack.net - 12 | - 4 | 123-teodor@stack.net - 12 | - 16 | qwe-wer - 11 | qwe - 12 | - - 11 | wer - 12 | - 1 | asdf - 12 | - 13 | - 1 | qwer - 12 | - 1 | jf - 12 | - 1 | sdjk - 12 | < - 1 | we - 12 | - 1 | hjwer - 12 | - 13 | - 12 | - 3 | ewr1 - 12 | > - 3 | ewri2 - 12 | - 13 | - 12 | + - | - 19 | /usr/local/fff - 12 | - 19 | /awdf/dwqe/4325 - 12 | - 19 | rewt/ewr - 12 | - 1 | wefjn - 12 | - 19 | /wqe-324/ewr - 12 | - 19 | gist.h - 12 | - 19 | gist.h.c - 12 | - 19 | gist.c - 12 | . - 1 | readline - 12 | - 20 | 4.2 - 12 | - 20 | 4.2 - 12 | . - 20 | 4.2 - 12 | , - 1 | readline - 20 | -4.2 - 12 | - 1 | readline - 20 | -4.2 - 12 | . - 22 | 234 - 12 | + - | - 12 | < - 1 | i - 12 | - 13 | - 12 | - 1 | wow - 12 | - 12 | < - 1 | jqw - 12 | - 12 | <> - 1 | qwerty -(139 rows) - -SELECT to_tsvector('english', '345 qwe@efd.r '' http://www.com/ http://aew.werc.ewr/?ad=qwe&dw 1aew.werc.ewr/?ad=qwe&dw 2aew.werc.ewr http://3aew.werc.ewr/?ad=qwe&dw http://4aew.werc.ewr http://5aew.werc.ewr:8100/? ad=qwe&dw 6aew.werc.ewr:8100/?ad=qwe&dw 7aew.werc.ewr:8100/?ad=qwe&dw=%20%32 +4.0e-10 qwe qwe qwqwe 234.435 455 5.005 teodor@stack.net teodor@123-stack.net 123_teodor@stack.net 123-teodor@stack.net qwe-wer asdf qwer jf sdjk ewr1> ewri2 -/usr/local/fff /awdf/dwqe/4325 rewt/ewr wefjn /wqe-324/ewr gist.h gist.h.c gist.c. readline 4.2 4.2. 4.2, readline-4.2 readline-4.2. 234 - wow < jqw <> qwerty'); - to_tsvector ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - '+4.0e-10':28 '-4.2':63,65 '/?':18 '/?ad=qwe&dw':7,10,14,24 '/?ad=qwe&dw=%20%32':27 '/awdf/dwqe/4325':51 '/usr/local/fff':50 '/wqe-324/ewr':54 '123-teodor@stack.net':38 '123_teodor@stack.net':37 '1aew.werc.ewr':9 '1aew.werc.ewr/?ad=qwe&dw':8 '234':66 '234.435':32 '2aew.werc.ewr':11 '345':1 '3aew.werc.ewr':13 '3aew.werc.ewr/?ad=qwe&dw':12 '4.2':59,60,61 '455':33 '4aew.werc.ewr':15 '5.005':34 '5aew.werc.ewr:8100':17 '5aew.werc.ewr:8100/?':16 '6aew.werc.ewr:8100':23 '6aew.werc.ewr:8100/?ad=qwe&dw':22 '7aew.werc.ewr:8100':26 '7aew.werc.ewr:8100/?ad=qwe&dw=%20%32':25 'ad':19 'aew.werc.ewr':6 'aew.werc.ewr/?ad=qwe&dw':5 'asdf':42 'dw':21 'efd.r':3 'ewr1':48 'ewri2':49 'gist.c':57 'gist.h':55 'gist.h.c':56 'hjwer':47 'jf':44 'jqw':69 'qwe':2,20,29,30,40 'qwe-wer':39 'qwer':43 'qwerti':70 'qwqwe':31 'readlin':58,62,64 'rewt/ewr':52 'sdjk':45 'teodor@123-stack.net':36 'teodor@stack.net':35 'wefjn':53 'wer':41 'wow':68 'www.com':4 -(1 row) - -SELECT length(to_tsvector('english', '345 qwe@efd.r '' http://www.com/ http://aew.werc.ewr/?ad=qwe&dw 1aew.werc.ewr/?ad=qwe&dw 2aew.werc.ewr http://3aew.werc.ewr/?ad=qwe&dw http://4aew.werc.ewr http://5aew.werc.ewr:8100/? ad=qwe&dw 6aew.werc.ewr:8100/?ad=qwe&dw 7aew.werc.ewr:8100/?ad=qwe&dw=%20%32 +4.0e-10 qwe qwe qwqwe 234.435 455 5.005 teodor@stack.net teodor@123-stack.net 123_teodor@stack.net 123-teodor@stack.net qwe-wer asdf qwer jf sdjk ewr1> ewri2 -/usr/local/fff /awdf/dwqe/4325 rewt/ewr wefjn /wqe-324/ewr gist.h gist.h.c gist.c. readline 4.2 4.2. 4.2, readline-4.2 readline-4.2. 234 - wow < jqw <> qwerty')); - length --------- - 56 -(1 row) - --- ts_debug -SELECT * from ts_debug('english', 'abc&nm1;def©ghiõjkl'); - alias | description | token | dictionaries | dictionary | lexemes ------------+-----------------+----------------------------+----------------+--------------+--------- - tag | XML tag | | {} | | - asciiword | Word, all ASCII | abc | {english_stem} | english_stem | {abc} - entity | XML entity | &nm1; | {} | | - asciiword | Word, all ASCII | def | {english_stem} | english_stem | {def} - entity | XML entity | © | {} | | - asciiword | Word, all ASCII | ghi | {english_stem} | english_stem | {ghi} - entity | XML entity | õ | {} | | - asciiword | Word, all ASCII | jkl | {english_stem} | english_stem | {jkl} - tag | XML tag | | {} | | -(9 rows) - --- check parsing of URLs -SELECT * from ts_debug('english', 'http://www.harewoodsolutions.co.uk/press.aspx'); - alias | description | token | dictionaries | dictionary | lexemes -----------+---------------+----------------------------------------+--------------+------------+------------------------------------------ - protocol | Protocol head | http:// | {} | | - url | URL | www.harewoodsolutions.co.uk/press.aspx | {simple} | simple | {www.harewoodsolutions.co.uk/press.aspx} - host | Host | www.harewoodsolutions.co.uk | {simple} | simple | {www.harewoodsolutions.co.uk} - url_path | URL path | /press.aspx | {simple} | simple | {/press.aspx} - tag | XML tag | | {} | | -(5 rows) - -SELECT * from ts_debug('english', 'http://aew.wer0c.ewr/id?ad=qwe&dw'); - alias | description | token | dictionaries | dictionary | lexemes -----------+---------------+----------------------------+--------------+------------+------------------------------ - protocol | Protocol head | http:// | {} | | - url | URL | aew.wer0c.ewr/id?ad=qwe&dw | {simple} | simple | {aew.wer0c.ewr/id?ad=qwe&dw} - host | Host | aew.wer0c.ewr | {simple} | simple | {aew.wer0c.ewr} - url_path | URL path | /id?ad=qwe&dw | {simple} | simple | {/id?ad=qwe&dw} - tag | XML tag | | {} | | -(5 rows) - -SELECT * from ts_debug('english', 'http://5aew.werc.ewr:8100/?'); - alias | description | token | dictionaries | dictionary | lexemes -----------+---------------+----------------------+--------------+------------+------------------------ - protocol | Protocol head | http:// | {} | | - url | URL | 5aew.werc.ewr:8100/? | {simple} | simple | {5aew.werc.ewr:8100/?} - host | Host | 5aew.werc.ewr:8100 | {simple} | simple | {5aew.werc.ewr:8100} - url_path | URL path | /? | {simple} | simple | {/?} -(4 rows) - -SELECT * from ts_debug('english', '5aew.werc.ewr:8100/?xx'); - alias | description | token | dictionaries | dictionary | lexemes -----------+-------------+------------------------+--------------+------------+-------------------------- - url | URL | 5aew.werc.ewr:8100/?xx | {simple} | simple | {5aew.werc.ewr:8100/?xx} - host | Host | 5aew.werc.ewr:8100 | {simple} | simple | {5aew.werc.ewr:8100} - url_path | URL path | /?xx | {simple} | simple | {/?xx} -(3 rows) - -SELECT token, alias, - dictionaries, dictionaries is null as dnull, array_dims(dictionaries) as ddims, - lexemes, lexemes is null as lnull, array_dims(lexemes) as ldims -from ts_debug('english', 'a title'); - token | alias | dictionaries | dnull | ddims | lexemes | lnull | ldims --------+-----------+----------------+-------+-------+---------+-------+------- - a | asciiword | {english_stem} | f | [1:1] | {} | f | - | blank | {} | f | | | t | - title | asciiword | {english_stem} | f | [1:1] | {titl} | f | [1:1] -(3 rows) - --- to_tsquery -SELECT to_tsquery('english', 'qwe & sKies '); - to_tsquery ---------------- - 'qwe' & 'sky' -(1 row) - -SELECT to_tsquery('simple', 'qwe & sKies '); - to_tsquery ------------------ - 'qwe' & 'skies' -(1 row) - -SELECT to_tsquery('english', '''the wether'':dc & '' sKies '':BC '); - to_tsquery ------------------------- - 'wether':CD & 'sky':BC -(1 row) - -SELECT to_tsquery('english', 'asd&(and|fghj)'); - to_tsquery ----------------- - 'asd' & 'fghj' -(1 row) - -SELECT to_tsquery('english', '(asd&and)|fghj'); - to_tsquery ----------------- - 'asd' | 'fghj' -(1 row) - -SELECT to_tsquery('english', '(asd&!and)|fghj'); - to_tsquery ----------------- - 'asd' | 'fghj' -(1 row) - -SELECT to_tsquery('english', '(the|and&(i&1))&fghj'); - to_tsquery --------------- - '1' & 'fghj' -(1 row) - -SELECT plainto_tsquery('english', 'the and z 1))& fghj'); - plainto_tsquery --------------------- - 'z' & '1' & 'fghj' -(1 row) - -SELECT plainto_tsquery('english', 'foo bar') && plainto_tsquery('english', 'asd'); - ?column? ------------------------ - 'foo' & 'bar' & 'asd' -(1 row) - -SELECT plainto_tsquery('english', 'foo bar') || plainto_tsquery('english', 'asd fg'); - ?column? ------------------------------- - 'foo' & 'bar' | 'asd' & 'fg' -(1 row) - -SELECT plainto_tsquery('english', 'foo bar') || !!plainto_tsquery('english', 'asd fg'); - ?column? ------------------------------------ - 'foo' & 'bar' | !( 'asd' & 'fg' ) -(1 row) - -SELECT plainto_tsquery('english', 'foo bar') && 'asd | fg'; - ?column? ----------------------------------- - 'foo' & 'bar' & ( 'asd' | 'fg' ) -(1 row) - --- Check stop word deletion, a and s are stop-words -SELECT to_tsquery('english', '!(a & !b) & c'); - to_tsquery -------------- - !!'b' & 'c' -(1 row) - -SELECT to_tsquery('english', '!(a & !b)'); - to_tsquery ------------- - !!'b' -(1 row) - -SELECT to_tsquery('english', '(1 <-> 2) <-> a'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', '(1 <-> a) <-> 2'); - to_tsquery -------------- - '1' <2> '2' -(1 row) - -SELECT to_tsquery('english', '(a <-> 1) <-> 2'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', 'a <-> (1 <-> 2)'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', '1 <-> (a <-> 2)'); - to_tsquery -------------- - '1' <2> '2' -(1 row) - -SELECT to_tsquery('english', '1 <-> (2 <-> a)'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', '(1 <-> 2) <3> a'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', '(1 <-> a) <3> 2'); - to_tsquery -------------- - '1' <4> '2' -(1 row) - -SELECT to_tsquery('english', '(a <-> 1) <3> 2'); - to_tsquery -------------- - '1' <3> '2' -(1 row) - -SELECT to_tsquery('english', 'a <3> (1 <-> 2)'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', '1 <3> (a <-> 2)'); - to_tsquery -------------- - '1' <4> '2' -(1 row) - -SELECT to_tsquery('english', '1 <3> (2 <-> a)'); - to_tsquery -------------- - '1' <3> '2' -(1 row) - -SELECT to_tsquery('english', '(1 <3> 2) <-> a'); - to_tsquery -------------- - '1' <3> '2' -(1 row) - -SELECT to_tsquery('english', '(1 <3> a) <-> 2'); - to_tsquery -------------- - '1' <4> '2' -(1 row) - -SELECT to_tsquery('english', '(a <3> 1) <-> 2'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', 'a <-> (1 <3> 2)'); - to_tsquery -------------- - '1' <3> '2' -(1 row) - -SELECT to_tsquery('english', '1 <-> (a <3> 2)'); - to_tsquery -------------- - '1' <4> '2' -(1 row) - -SELECT to_tsquery('english', '1 <-> (2 <3> a)'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', '((a <-> 1) <-> 2) <-> s'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', '(2 <-> (a <-> 1)) <-> s'); - to_tsquery -------------- - '2' <2> '1' -(1 row) - -SELECT to_tsquery('english', '((1 <-> a) <-> 2) <-> s'); - to_tsquery -------------- - '1' <2> '2' -(1 row) - -SELECT to_tsquery('english', '(2 <-> (1 <-> a)) <-> s'); - to_tsquery -------------- - '2' <-> '1' -(1 row) - -SELECT to_tsquery('english', 's <-> ((a <-> 1) <-> 2)'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', 's <-> (2 <-> (a <-> 1))'); - to_tsquery -------------- - '2' <2> '1' -(1 row) - -SELECT to_tsquery('english', 's <-> ((1 <-> a) <-> 2)'); - to_tsquery -------------- - '1' <2> '2' -(1 row) - -SELECT to_tsquery('english', 's <-> (2 <-> (1 <-> a))'); - to_tsquery -------------- - '2' <-> '1' -(1 row) - -SELECT to_tsquery('english', '((a <-> 1) <-> s) <-> 2'); - to_tsquery -------------- - '1' <2> '2' -(1 row) - -SELECT to_tsquery('english', '(s <-> (a <-> 1)) <-> 2'); - to_tsquery -------------- - '1' <-> '2' -(1 row) - -SELECT to_tsquery('english', '((1 <-> a) <-> s) <-> 2'); - to_tsquery -------------- - '1' <3> '2' -(1 row) - -SELECT to_tsquery('english', '(s <-> (1 <-> a)) <-> 2'); - to_tsquery -------------- - '1' <2> '2' -(1 row) - -SELECT to_tsquery('english', '2 <-> ((a <-> 1) <-> s)'); - to_tsquery -------------- - '2' <2> '1' -(1 row) - -SELECT to_tsquery('english', '2 <-> (s <-> (a <-> 1))'); - to_tsquery -------------- - '2' <3> '1' -(1 row) - -SELECT to_tsquery('english', '2 <-> ((1 <-> a) <-> s)'); - to_tsquery -------------- - '2' <-> '1' -(1 row) - -SELECT to_tsquery('english', '2 <-> (s <-> (1 <-> a))'); - to_tsquery -------------- - '2' <2> '1' -(1 row) - -SELECT to_tsquery('english', 'foo <-> (a <-> (the <-> bar))'); - to_tsquery ------------------ - 'foo' <3> 'bar' -(1 row) - -SELECT to_tsquery('english', '((foo <-> a) <-> the) <-> bar'); - to_tsquery ------------------ - 'foo' <3> 'bar' -(1 row) - -SELECT to_tsquery('english', 'foo <-> a <-> the <-> bar'); - to_tsquery ------------------ - 'foo' <3> 'bar' -(1 row) - -SELECT phraseto_tsquery('english', 'PostgreSQL can be extended by the user in many ways'); - phraseto_tsquery ------------------------------------------------------------ - 'postgresql' <3> 'extend' <3> 'user' <2> 'mani' <-> 'way' -(1 row) - -SELECT ts_rank_cd(to_tsvector('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -'), to_tsquery('english', 'paint&water')); - ts_rank_cd ------------- - 0.05 -(1 row) - -SELECT ts_rank_cd(to_tsvector('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -'), to_tsquery('english', 'breath&motion&water')); - ts_rank_cd -------------- - 0.008333334 -(1 row) - -SELECT ts_rank_cd(to_tsvector('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -'), to_tsquery('english', 'ocean')); - ts_rank_cd ------------- - 0.1 -(1 row) - -SELECT ts_rank_cd(to_tsvector('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -'), to_tsquery('english', 'painted <-> Ship')); - ts_rank_cd ------------- - 0.1 -(1 row) - -SELECT ts_rank_cd(strip(to_tsvector('both stripped')), - to_tsquery('both & stripped')); - ts_rank_cd ------------- - 0 -(1 row) - -SELECT ts_rank_cd(to_tsvector('unstripped') || strip(to_tsvector('stripped')), - to_tsquery('unstripped & stripped')); - ts_rank_cd ------------- - 0 -(1 row) - ---headline tests -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'paint&water')); - ts_headline ------------------------------------------ - painted Ocean. + - Water, water, every where+ - And all the boards did shrink; + - Water, water, every -(1 row) - -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'breath&motion&water')); - ts_headline ----------------------------------- - breath nor motion,+ - As idle as a painted Ship + - Upon a painted Ocean. + - Water, water -(1 row) - -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'ocean')); - ts_headline ----------------------------------- - Ocean. + - Water, water, every where + - And all the boards did shrink;+ - Water, water, every where -(1 row) - -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'day & drink')); - ts_headline ------------------------------------- - day, + - We stuck, nor breath nor motion,+ - As idle as a painted Ship + - Upon a painted Ocean. + - Water, water, every where + - And all the boards did shrink; + - Water, water, every where, + - Nor any drop -(1 row) - -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'day | drink')); - ts_headline ------------------------------------------------------------ - Day after day, day after day,+ - We stuck, nor breath nor motion, + - As idle as a painted -(1 row) - -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'day | !drink')); - ts_headline ------------------------------------------------------------ - Day after day, day after day,+ - We stuck, nor breath nor motion, + - As idle as a painted -(1 row) - -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'painted <-> Ship & drink')); - ts_headline ----------------------------------- - painted Ship + - Upon a painted Ocean. + - Water, water, every where + - And all the boards did shrink;+ - Water, water, every where, + - Nor any drop to drink -(1 row) - -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'painted <-> Ship | drink')); - ts_headline ---------------------------------- - painted Ship + - Upon a painted Ocean. + - Water, water, every where + - And all the boards did shrink -(1 row) - -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'painted <-> Ship | !drink')); - ts_headline ---------------------------------- - painted Ship + - Upon a painted Ocean. + - Water, water, every where + - And all the boards did shrink -(1 row) - -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', phraseto_tsquery('english', 'painted Ocean')); - ts_headline ----------------------------------- - painted Ocean. + - Water, water, every where + - And all the boards did shrink;+ - Water, water, every -(1 row) - -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', phraseto_tsquery('english', 'idle as a painted Ship')); - ts_headline ---------------------------------------------- - idle as a painted Ship+ - Upon a painted Ocean. + - Water, water, every where + - And all the boards -(1 row) - -SELECT ts_headline('english', -'Lorem ipsum urna. Nullam nullam ullamcorper urna.', -to_tsquery('english','Lorem') && phraseto_tsquery('english','ullamcorper urna'), -'MaxWords=100, MinWords=1'); - ts_headline -------------------------------------------------------------------------------- - Lorem ipsum urna. Nullam nullam ullamcorper urna -(1 row) - -SELECT ts_headline('english', -'Lorem ipsum urna. Nullam nullam ullamcorper urna.', -phraseto_tsquery('english','ullamcorper urna'), -'MaxWords=100, MinWords=5'); - ts_headline -------------------------------------------------------------- - urna. Nullam nullam ullamcorper urna. -(1 row) - -SELECT ts_headline('english', ' - - - -Sea view wow foo bar qq -YES   -ff-bg - - -', -to_tsquery('english', 'sea&foo'), 'HighlightAll=true'); - ts_headline ------------------------------------------------------------------------------ - + - + - + - + - Sea view wow foo bar qq + - YES  + - ff-bg + - + - + - -(1 row) - -SELECT ts_headline('simple', '1 2 3 1 3'::text, '1 <-> 3', 'MaxWords=2, MinWords=1'); - ts_headline -------------------- - 1 3 -(1 row) - -SELECT ts_headline('simple', '1 2 3 1 3'::text, '1 & 3', 'MaxWords=4, MinWords=1'); - ts_headline ---------------------- - 1 2 3 -(1 row) - -SELECT ts_headline('simple', '1 2 3 1 3'::text, '1 <-> 3', 'MaxWords=4, MinWords=1'); - ts_headline -------------------- - 1 3 -(1 row) - ---Check if headline fragments work -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'ocean'), 'MaxFragments=1'); - ts_headline ------------------------------------- - after day, + - We stuck, nor breath nor motion,+ - As idle as a painted Ship + - Upon a painted Ocean. + - Water, water, every where + - And all the boards did shrink; + - Water, water, every where, + - Nor any drop -(1 row) - ---Check if more than one fragments are displayed -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'Coleridge & stuck'), 'MaxFragments=2'); - ts_headline ----------------------------------------------- - after day, day after day, + - We stuck, nor breath nor motion, + - As idle as a painted Ship + - Upon a painted Ocean. + - Water, water, every where + - And all the boards did shrink; + - Water, water, every where ... drop to drink.+ - S. T. Coleridge -(1 row) - ---Fragments when there all query words are not in the document -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'ocean & seahorse'), 'MaxFragments=1'); - ts_headline ------------------------------------- - + - Day after day, day after day, + - We stuck, nor breath nor motion,+ - As idle as -(1 row) - ---FragmentDelimiter option -SELECT ts_headline('english', ' -Day after day, day after day, - We stuck, nor breath nor motion, -As idle as a painted Ship - Upon a painted Ocean. -Water, water, every where - And all the boards did shrink; -Water, water, every where, - Nor any drop to drink. -S. T. Coleridge (1772-1834) -', to_tsquery('english', 'Coleridge & stuck'), 'MaxFragments=2,FragmentDelimiter=***'); - ts_headline --------------------------------------------- - after day, day after day, + - We stuck, nor breath nor motion, + - As idle as a painted Ship + - Upon a painted Ocean. + - Water, water, every where + - And all the boards did shrink; + - Water, water, every where***drop to drink.+ - S. T. Coleridge -(1 row) - ---Fragments with phrase search -SELECT ts_headline('english', -'Lorem ipsum urna. Nullam nullam ullamcorper urna.', -to_tsquery('english','Lorem') && phraseto_tsquery('english','ullamcorper urna'), -'MaxFragments=100, MaxWords=100, MinWords=1'); - ts_headline -------------------------------------------------------------------------------- - Lorem ipsum urna. Nullam nullam ullamcorper urna -(1 row) - --- Edge cases with empty query -SELECT ts_headline('english', -'', to_tsquery('english', '')); -NOTICE: text-search query doesn't contain lexemes: "" - ts_headline -------------- - -(1 row) - -SELECT ts_headline('english', -'foo bar', to_tsquery('english', '')); -NOTICE: text-search query doesn't contain lexemes: "" - ts_headline -------------- - foo bar -(1 row) - ---Rewrite sub system -CREATE TABLE test_tsquery (txtkeyword TEXT, txtsample TEXT); -\set ECHO none -ALTER TABLE test_tsquery ADD COLUMN keyword tsquery; -UPDATE test_tsquery SET keyword = to_tsquery('english', txtkeyword); -ALTER TABLE test_tsquery ADD COLUMN sample tsquery; -UPDATE test_tsquery SET sample = to_tsquery('english', txtsample::text); -SELECT COUNT(*) FROM test_tsquery WHERE keyword < 'new <-> york'; - count -------- - 2 -(1 row) - -SELECT COUNT(*) FROM test_tsquery WHERE keyword <= 'new <-> york'; - count -------- - 3 -(1 row) - -SELECT COUNT(*) FROM test_tsquery WHERE keyword = 'new <-> york'; - count -------- - 1 -(1 row) - -SELECT COUNT(*) FROM test_tsquery WHERE keyword >= 'new <-> york'; - count -------- - 4 -(1 row) - -SELECT COUNT(*) FROM test_tsquery WHERE keyword > 'new <-> york'; - count -------- - 3 -(1 row) - -CREATE UNIQUE INDEX bt_tsq ON test_tsquery (keyword); -SET enable_seqscan=OFF; -SELECT COUNT(*) FROM test_tsquery WHERE keyword < 'new <-> york'; - count -------- - 2 -(1 row) - -SELECT COUNT(*) FROM test_tsquery WHERE keyword <= 'new <-> york'; - count -------- - 3 -(1 row) - -SELECT COUNT(*) FROM test_tsquery WHERE keyword = 'new <-> york'; - count -------- - 1 -(1 row) - -SELECT COUNT(*) FROM test_tsquery WHERE keyword >= 'new <-> york'; - count -------- - 4 -(1 row) - -SELECT COUNT(*) FROM test_tsquery WHERE keyword > 'new <-> york'; - count -------- - 3 -(1 row) - -RESET enable_seqscan; -SELECT ts_rewrite('foo & bar & qq & new & york', 'new & york'::tsquery, 'big & apple | nyc | new & york & city'); - ts_rewrite ------------------------------------------------------------------------------- - 'foo' & 'bar' & 'qq' & ( 'city' & 'new' & 'york' | 'nyc' | 'big' & 'apple' ) -(1 row) - -SELECT ts_rewrite(ts_rewrite('new & !york ', 'york', '!jersey'), - 'jersey', 'mexico'); - ts_rewrite --------------------- - 'new' & !!'mexico' -(1 row) - -SELECT ts_rewrite('moscow', 'SELECT keyword, sample FROM test_tsquery'::text ); - ts_rewrite ---------------------- - 'moskva' | 'moscow' -(1 row) - -SELECT ts_rewrite('moscow & hotel', 'SELECT keyword, sample FROM test_tsquery'::text ); - ts_rewrite ------------------------------------ - 'hotel' & ( 'moskva' | 'moscow' ) -(1 row) - -SELECT ts_rewrite('bar & qq & foo & (new <-> york)', 'SELECT keyword, sample FROM test_tsquery'::text ); - ts_rewrite -------------------------------------------------------------------------------------- - 'citi' & 'foo' & ( 'bar' | 'qq' ) & ( 'nyc' | 'big' <-> 'appl' | 'new' <-> 'york' ) -(1 row) - -SELECT ts_rewrite( 'moscow', 'SELECT keyword, sample FROM test_tsquery'); - ts_rewrite ---------------------- - 'moskva' | 'moscow' -(1 row) - -SELECT ts_rewrite( 'moscow & hotel', 'SELECT keyword, sample FROM test_tsquery'); - ts_rewrite ------------------------------------ - 'hotel' & ( 'moskva' | 'moscow' ) -(1 row) - -SELECT ts_rewrite( 'bar & qq & foo & (new <-> york)', 'SELECT keyword, sample FROM test_tsquery'); - ts_rewrite -------------------------------------------------------------------------------------- - 'citi' & 'foo' & ( 'bar' | 'qq' ) & ( 'nyc' | 'big' <-> 'appl' | 'new' <-> 'york' ) -(1 row) - -SELECT ts_rewrite('1 & (2 <-> 3)', 'SELECT keyword, sample FROM test_tsquery'::text ); - ts_rewrite -------------- - '2' <-> '4' -(1 row) - -SELECT ts_rewrite('1 & (2 <2> 3)', 'SELECT keyword, sample FROM test_tsquery'::text ); - ts_rewrite -------------------- - '1' & '2' <2> '3' -(1 row) - -SELECT ts_rewrite('5 <-> (1 & (2 <-> 3))', 'SELECT keyword, sample FROM test_tsquery'::text ); - ts_rewrite -------------------------- - '5' <-> ( '2' <-> '4' ) -(1 row) - -SELECT ts_rewrite('5 <-> (6 | 8)', 'SELECT keyword, sample FROM test_tsquery'::text ); - ts_rewrite ------------------------ - '5' <-> ( '6' | '8' ) -(1 row) - --- Check empty substitution -SELECT ts_rewrite(to_tsquery('5 & (6 | 5)'), to_tsquery('5'), to_tsquery('')); -NOTICE: text-search query doesn't contain lexemes: "" - ts_rewrite ------------- - '6' -(1 row) - -SELECT ts_rewrite(to_tsquery('!5'), to_tsquery('5'), to_tsquery('')); -NOTICE: text-search query doesn't contain lexemes: "" - ts_rewrite ------------- - -(1 row) - -SELECT keyword FROM test_tsquery WHERE keyword @> 'new'; - keyword ------------------- - 'new' <-> 'york' -(1 row) - -SELECT keyword FROM test_tsquery WHERE keyword @> 'moscow'; - keyword ----------- - 'moscow' -(1 row) - -SELECT keyword FROM test_tsquery WHERE keyword <@ 'new'; - keyword ---------- -(0 rows) - -SELECT keyword FROM test_tsquery WHERE keyword <@ 'moscow'; - keyword ----------- - 'moscow' -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'moscow') AS query; - ts_rewrite ---------------------- - 'moskva' | 'moscow' -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'moscow & hotel') AS query; - ts_rewrite ------------------------------------ - 'hotel' & ( 'moskva' | 'moscow' ) -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'bar & qq & foo & (new <-> york)') AS query; - ts_rewrite -------------------------------------------------------------------------------------- - 'citi' & 'foo' & ( 'bar' | 'qq' ) & ( 'nyc' | 'big' <-> 'appl' | 'new' <-> 'york' ) -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'moscow') AS query; - ts_rewrite ---------------------- - 'moskva' | 'moscow' -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'moscow & hotel') AS query; - ts_rewrite ------------------------------------ - 'hotel' & ( 'moskva' | 'moscow' ) -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'bar & qq & foo & (new <-> york)') AS query; - ts_rewrite -------------------------------------------------------------------------------------- - 'citi' & 'foo' & ( 'bar' | 'qq' ) & ( 'nyc' | 'big' <-> 'appl' | 'new' <-> 'york' ) -(1 row) - -CREATE INDEX qq ON test_tsquery USING gist (keyword tsquery_ops); -SET enable_seqscan=OFF; -SELECT keyword FROM test_tsquery WHERE keyword @> 'new'; - keyword ------------------- - 'new' <-> 'york' -(1 row) - -SELECT keyword FROM test_tsquery WHERE keyword @> 'moscow'; - keyword ----------- - 'moscow' -(1 row) - -SELECT keyword FROM test_tsquery WHERE keyword <@ 'new'; - keyword ---------- -(0 rows) - -SELECT keyword FROM test_tsquery WHERE keyword <@ 'moscow'; - keyword ----------- - 'moscow' -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'moscow') AS query; - ts_rewrite ---------------------- - 'moskva' | 'moscow' -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'moscow & hotel') AS query; - ts_rewrite ------------------------------------ - 'hotel' & ( 'moskva' | 'moscow' ) -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'bar & qq & foo & (new <-> york)') AS query; - ts_rewrite -------------------------------------------------------------------------------------- - 'citi' & 'foo' & ( 'bar' | 'qq' ) & ( 'nyc' | 'big' <-> 'appl' | 'new' <-> 'york' ) -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'moscow') AS query; - ts_rewrite ---------------------- - 'moskva' | 'moscow' -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'moscow & hotel') AS query; - ts_rewrite ------------------------------------ - 'hotel' & ( 'moskva' | 'moscow' ) -(1 row) - -SELECT ts_rewrite( query, 'SELECT keyword, sample FROM test_tsquery' ) FROM to_tsquery('english', 'bar & qq & foo & (new <-> york)') AS query; - ts_rewrite -------------------------------------------------------------------------------------- - 'citi' & 'foo' & ( 'bar' | 'qq' ) & ( 'nyc' | 'big' <-> 'appl' | 'new' <-> 'york' ) -(1 row) - -SELECT ts_rewrite(tsquery_phrase('foo', 'foo'), 'foo', 'bar | baz'); - ts_rewrite ------------------------------------------ - ( 'bar' | 'baz' ) <-> ( 'bar' | 'baz' ) -(1 row) - -SELECT to_tsvector('foo bar') @@ - ts_rewrite(tsquery_phrase('foo', 'foo'), 'foo', 'bar | baz'); - ?column? ----------- - f -(1 row) - -SELECT to_tsvector('bar baz') @@ - ts_rewrite(tsquery_phrase('foo', 'foo'), 'foo', 'bar | baz'); - ?column? ----------- - t -(1 row) - -RESET enable_seqscan; ---test GUC -SET default_text_search_config=simple; -SELECT to_tsvector('SKIES My booKs'); - to_tsvector ----------------------------- - 'books':3 'my':2 'skies':1 -(1 row) - -SELECT plainto_tsquery('SKIES My booKs'); - plainto_tsquery --------------------------- - 'skies' & 'my' & 'books' -(1 row) - -SELECT to_tsquery('SKIES & My | booKs'); - to_tsquery --------------------------- - 'skies' & 'my' | 'books' -(1 row) - -SET default_text_search_config=english; -SELECT to_tsvector('SKIES My booKs'); - to_tsvector ------------------- - 'book':3 'sky':1 -(1 row) - -SELECT plainto_tsquery('SKIES My booKs'); - plainto_tsquery ------------------ - 'sky' & 'book' -(1 row) - -SELECT to_tsquery('SKIES & My | booKs'); - to_tsquery ----------------- - 'sky' | 'book' -(1 row) - ---trigger -CREATE TRIGGER tsvectorupdate -BEFORE UPDATE OR INSERT ON test_tsvector -FOR EACH ROW EXECUTE PROCEDURE tsvector_update_trigger(a, 'pg_catalog.english', t); -SELECT count(*) FROM test_tsvector WHERE a @@ to_tsquery('345&qwerty'); - count -------- - 0 -(1 row) - -INSERT INTO test_tsvector (t) VALUES ('345 qwerty'); -SELECT count(*) FROM test_tsvector WHERE a @@ to_tsquery('345&qwerty'); - count -------- - 1 -(1 row) - -UPDATE test_tsvector SET t = null WHERE t = '345 qwerty'; -SELECT count(*) FROM test_tsvector WHERE a @@ to_tsquery('345&qwerty'); - count -------- - 0 -(1 row) - -INSERT INTO test_tsvector (t) VALUES ('345 qwerty'); -SELECT count(*) FROM test_tsvector WHERE a @@ to_tsquery('345&qwerty'); - count -------- - 1 -(1 row) - --- Test inlining of immutable constant functions --- to_tsquery(text) is not immutable, so it won't be inlined -explain (costs off) -select * from test_tsquery, to_tsquery('new') q where txtsample @@ q; - QUERY PLAN ------------------------------------------------- - Nested Loop - Join Filter: (test_tsquery.txtsample @@ q.q) - -> Function Scan on to_tsquery q - -> Seq Scan on test_tsquery -(4 rows) - --- to_tsquery(regconfig, text) is an immutable function. --- That allows us to get rid of using function scan and join at all. -explain (costs off) -select * from test_tsquery, to_tsquery('english', 'new') q where txtsample @@ q; - QUERY PLAN ---------------------------------------------- - Seq Scan on test_tsquery - Filter: (txtsample @@ '''new'''::tsquery) -(2 rows) - --- test finding items in GIN's pending list -create temp table pendtest (ts tsvector); -create index pendtest_idx on pendtest using gin(ts); -insert into pendtest values (to_tsvector('Lore ipsam')); -insert into pendtest values (to_tsvector('Lore ipsum')); -select * from pendtest where 'ipsu:*'::tsquery @@ ts; - ts --------------------- - 'ipsum':2 'lore':1 -(1 row) - -select * from pendtest where 'ipsa:*'::tsquery @@ ts; - ts --------------------- - 'ipsam':2 'lore':1 -(1 row) - -select * from pendtest where 'ips:*'::tsquery @@ ts; - ts --------------------- - 'ipsam':2 'lore':1 - 'ipsum':2 'lore':1 -(2 rows) - -select * from pendtest where 'ipt:*'::tsquery @@ ts; - ts ----- -(0 rows) - -select * from pendtest where 'ipi:*'::tsquery @@ ts; - ts ----- -(0 rows) - ---check OP_PHRASE on index -create temp table phrase_index_test(fts tsvector); -insert into phrase_index_test values ('A fat cat has just eaten a rat.'); -insert into phrase_index_test values (to_tsvector('english', 'A fat cat has just eaten a rat.')); -create index phrase_index_test_idx on phrase_index_test using gin(fts); -set enable_seqscan = off; -select * from phrase_index_test where fts @@ phraseto_tsquery('english', 'fat cat'); - fts ------------------------------------ - 'cat':3 'eaten':6 'fat':2 'rat':8 -(1 row) - -set enable_seqscan = on; --- test websearch_to_tsquery function -select websearch_to_tsquery('simple', 'I have a fat:*ABCD cat'); - websearch_to_tsquery ---------------------------------------------- - 'i' & 'have' & 'a' & 'fat' & 'abcd' & 'cat' -(1 row) - -select websearch_to_tsquery('simple', 'orange:**AABBCCDD'); - websearch_to_tsquery ------------------------ - 'orange' & 'aabbccdd' -(1 row) - -select websearch_to_tsquery('simple', 'fat:A!cat:B|rat:C<'); - websearch_to_tsquery ------------------------------------------ - 'fat' & 'a' & 'cat' & 'b' & 'rat' & 'c' -(1 row) - -select websearch_to_tsquery('simple', 'fat:A : cat:B'); - websearch_to_tsquery ---------------------------- - 'fat' & 'a' & 'cat' & 'b' -(1 row) - -select websearch_to_tsquery('simple', 'fat*rat'); - websearch_to_tsquery ----------------------- - 'fat' <-> 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'fat-rat'); - websearch_to_tsquery -------------------------------- - 'fat-rat' <-> 'fat' <-> 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'fat_rat'); - websearch_to_tsquery ----------------------- - 'fat' <-> 'rat' -(1 row) - --- weights are completely ignored -select websearch_to_tsquery('simple', 'abc : def'); - websearch_to_tsquery ----------------------- - 'abc' & 'def' -(1 row) - -select websearch_to_tsquery('simple', 'abc:def'); - websearch_to_tsquery ----------------------- - 'abc' & 'def' -(1 row) - -select websearch_to_tsquery('simple', 'a:::b'); - websearch_to_tsquery ----------------------- - 'a' & 'b' -(1 row) - -select websearch_to_tsquery('simple', 'abc:d'); - websearch_to_tsquery ----------------------- - 'abc' & 'd' -(1 row) - -select websearch_to_tsquery('simple', ':'); -NOTICE: text-search query contains only stop words or doesn't contain lexemes, ignored - websearch_to_tsquery ----------------------- - -(1 row) - --- these operators are ignored -select websearch_to_tsquery('simple', 'abc & def'); - websearch_to_tsquery ----------------------- - 'abc' & 'def' -(1 row) - -select websearch_to_tsquery('simple', 'abc | def'); - websearch_to_tsquery ----------------------- - 'abc' & 'def' -(1 row) - -select websearch_to_tsquery('simple', 'abc <-> def'); - websearch_to_tsquery ----------------------- - 'abc' & 'def' -(1 row) - --- parens are ignored, too -select websearch_to_tsquery('simple', 'abc (pg or class)'); - websearch_to_tsquery ------------------------- - 'abc' & 'pg' | 'class' -(1 row) - -select websearch_to_tsquery('simple', '(foo bar) or (ding dong)'); - websearch_to_tsquery ---------------------------------- - 'foo' & 'bar' | 'ding' & 'dong' -(1 row) - --- NOT is ignored in quotes -select websearch_to_tsquery('english', 'My brand new smartphone'); - websearch_to_tsquery -------------------------------- - 'brand' & 'new' & 'smartphon' -(1 row) - -select websearch_to_tsquery('english', 'My brand "new smartphone"'); - websearch_to_tsquery ---------------------------------- - 'brand' & 'new' <-> 'smartphon' -(1 row) - -select websearch_to_tsquery('english', 'My brand "new -smartphone"'); - websearch_to_tsquery ---------------------------------- - 'brand' & 'new' <-> 'smartphon' -(1 row) - --- test OR operator -select websearch_to_tsquery('simple', 'cat or rat'); - websearch_to_tsquery ----------------------- - 'cat' | 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'cat OR rat'); - websearch_to_tsquery ----------------------- - 'cat' | 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'cat "OR" rat'); - websearch_to_tsquery ----------------------- - 'cat' & 'or' & 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'cat OR'); - websearch_to_tsquery ----------------------- - 'cat' & 'or' -(1 row) - -select websearch_to_tsquery('simple', 'OR rat'); - websearch_to_tsquery ----------------------- - 'or' & 'rat' -(1 row) - -select websearch_to_tsquery('simple', '"fat cat OR rat"'); - websearch_to_tsquery ------------------------------------- - 'fat' <-> 'cat' <-> 'or' <-> 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'fat (cat OR rat'); - websearch_to_tsquery ------------------------ - 'fat' & 'cat' | 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'or OR or'); - websearch_to_tsquery ----------------------- - 'or' | 'or' -(1 row) - --- OR is an operator here ... -select websearch_to_tsquery('simple', '"fat cat"or"fat rat"'); - websearch_to_tsquery ------------------------------------ - 'fat' <-> 'cat' | 'fat' <-> 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'fat or(rat'); - websearch_to_tsquery ----------------------- - 'fat' | 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'fat or)rat'); - websearch_to_tsquery ----------------------- - 'fat' | 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'fat or&rat'); - websearch_to_tsquery ----------------------- - 'fat' | 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'fat or|rat'); - websearch_to_tsquery ----------------------- - 'fat' | 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'fat or!rat'); - websearch_to_tsquery ----------------------- - 'fat' | 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'fat orrat'); - websearch_to_tsquery ----------------------- - 'fat' | 'rat' -(1 row) - -select websearch_to_tsquery('simple', 'fat or '); - websearch_to_tsquery ----------------------- - 'fat' & 'or' -(1 row) - --- ... but not here -select websearch_to_tsquery('simple', 'abc orange'); - websearch_to_tsquery ----------------------- - 'abc' & 'orange' -(1 row) - -select websearch_to_tsquery('simple', 'abc OR1234'); - websearch_to_tsquery ----------------------- - 'abc' & 'or1234' -(1 row) - -select websearch_to_tsquery('simple', 'abc or-abc'); - websearch_to_tsquery -------------------------------------- - 'abc' & 'or-abc' <-> 'or' <-> 'abc' -(1 row) - -select websearch_to_tsquery('simple', 'abc OR_abc'); - websearch_to_tsquery ------------------------- - 'abc' & 'or' <-> 'abc' -(1 row) - --- test quotes -select websearch_to_tsquery('english', '"pg_class pg'); - websearch_to_tsquery ---------------------------- - 'pg' <-> 'class' <-> 'pg' -(1 row) - -select websearch_to_tsquery('english', 'pg_class pg"'); - websearch_to_tsquery -------------------------- - 'pg' <-> 'class' & 'pg' -(1 row) - -select websearch_to_tsquery('english', '"pg_class pg"'); - websearch_to_tsquery ---------------------------- - 'pg' <-> 'class' <-> 'pg' -(1 row) - -select websearch_to_tsquery('english', '"pg_class : pg"'); - websearch_to_tsquery ---------------------------- - 'pg' <-> 'class' <-> 'pg' -(1 row) - -select websearch_to_tsquery('english', 'abc "pg_class pg"'); - websearch_to_tsquery ------------------------------------ - 'abc' & 'pg' <-> 'class' <-> 'pg' -(1 row) - -select websearch_to_tsquery('english', '"pg_class pg" def'); - websearch_to_tsquery ------------------------------------ - 'pg' <-> 'class' <-> 'pg' & 'def' -(1 row) - -select websearch_to_tsquery('english', 'abc "pg pg_class pg" def'); - websearch_to_tsquery ----------------------------------------------------- - 'abc' & 'pg' <-> 'pg' <-> 'class' <-> 'pg' & 'def' -(1 row) - -select websearch_to_tsquery('english', ' or "pg pg_class pg" or '); - websearch_to_tsquery ------------------------------------- - 'pg' <-> 'pg' <-> 'class' <-> 'pg' -(1 row) - -select websearch_to_tsquery('english', '""pg pg_class pg""'); - websearch_to_tsquery --------------------------------- - 'pg' & 'pg' <-> 'class' & 'pg' -(1 row) - -select websearch_to_tsquery('english', 'abc """"" def'); - websearch_to_tsquery ----------------------- - 'abc' & 'def' -(1 row) - -select websearch_to_tsquery('english', 'cat -"fat rat"'); - websearch_to_tsquery ------------------------------- - 'cat' & !( 'fat' <-> 'rat' ) -(1 row) - -select websearch_to_tsquery('english', 'cat -"fat rat" cheese'); - websearch_to_tsquery ----------------------------------------- - 'cat' & !( 'fat' <-> 'rat' ) & 'chees' -(1 row) - -select websearch_to_tsquery('english', 'abc "def -"'); - websearch_to_tsquery ----------------------- - 'abc' & 'def' -(1 row) - -select websearch_to_tsquery('english', 'abc "def :"'); - websearch_to_tsquery ----------------------- - 'abc' & 'def' -(1 row) - -select websearch_to_tsquery('english', '"A fat cat" has just eaten a -rat.'); - websearch_to_tsquery ------------------------------------- - 'fat' <-> 'cat' & 'eaten' & !'rat' -(1 row) - -select websearch_to_tsquery('english', '"A fat cat" has just eaten OR !rat.'); - websearch_to_tsquery ------------------------------------ - 'fat' <-> 'cat' & 'eaten' | 'rat' -(1 row) - -select websearch_to_tsquery('english', '"A fat cat" has just (+eaten OR -rat)'); - websearch_to_tsquery ------------------------------------- - 'fat' <-> 'cat' & 'eaten' | !'rat' -(1 row) - -select websearch_to_tsquery('english', 'this is ----fine'); - websearch_to_tsquery ----------------------- - !!!!'fine' -(1 row) - -select websearch_to_tsquery('english', '(()) )))) this ||| is && -fine, "dear friend" OR good'); - websearch_to_tsquery ----------------------------------------- - !'fine' & 'dear' <-> 'friend' | 'good' -(1 row) - -select websearch_to_tsquery('english', 'an old <-> cat " is fine &&& too'); - websearch_to_tsquery ------------------------- - 'old' & 'cat' & 'fine' -(1 row) - -select websearch_to_tsquery('english', '"A the" OR just on'); -NOTICE: text-search query contains only stop words or doesn't contain lexemes, ignored - websearch_to_tsquery ----------------------- - -(1 row) - -select websearch_to_tsquery('english', '"a fat cat" ate a rat'); - websearch_to_tsquery ---------------------------------- - 'fat' <-> 'cat' & 'ate' & 'rat' -(1 row) - -select to_tsvector('english', 'A fat cat ate a rat') @@ - websearch_to_tsquery('english', '"a fat cat" ate a rat'); - ?column? ----------- - t -(1 row) - -select to_tsvector('english', 'A fat grey cat ate a rat') @@ - websearch_to_tsquery('english', '"a fat cat" ate a rat'); - ?column? ----------- - f -(1 row) - --- cases handled by gettoken_tsvector() -select websearch_to_tsquery(''''); -NOTICE: text-search query contains only stop words or doesn't contain lexemes, ignored - websearch_to_tsquery ----------------------- - -(1 row) - -select websearch_to_tsquery('''abc''''def'''); - websearch_to_tsquery ----------------------- - 'abc' <-> 'def' -(1 row) - -select websearch_to_tsquery('\abc'); - websearch_to_tsquery ----------------------- - 'abc' -(1 row) - -select websearch_to_tsquery('\'); -NOTICE: text-search query contains only stop words or doesn't contain lexemes, ignored - websearch_to_tsquery ----------------------- - -(1 row) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tsdicts.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tsdicts.out --- /tmp/cirrus-ci-build/src/test/regress/expected/tsdicts.out 2025-05-11 19:30:19.009888000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tsdicts.out 2025-05-11 19:32:42.807704000 +0000 @@ -1,723 +1,2 @@ ---Test text search dictionaries and configurations --- Test ISpell dictionary with ispell affix file -CREATE TEXT SEARCH DICTIONARY ispell ( - Template=ispell, - DictFile=ispell_sample, - AffFile=ispell_sample -); -SELECT ts_lexize('ispell', 'skies'); - ts_lexize ------------ - {sky} -(1 row) - -SELECT ts_lexize('ispell', 'bookings'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('ispell', 'booking'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('ispell', 'foot'); - ts_lexize ------------ - {foot} -(1 row) - -SELECT ts_lexize('ispell', 'foots'); - ts_lexize ------------ - {foot} -(1 row) - -SELECT ts_lexize('ispell', 'rebookings'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('ispell', 'rebooking'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('ispell', 'rebook'); - ts_lexize ------------ - -(1 row) - -SELECT ts_lexize('ispell', 'unbookings'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('ispell', 'unbooking'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('ispell', 'unbook'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('ispell', 'footklubber'); - ts_lexize ----------------- - {foot,klubber} -(1 row) - -SELECT ts_lexize('ispell', 'footballklubber'); - ts_lexize ------------------------------------------------------- - {footballklubber,foot,ball,klubber,football,klubber} -(1 row) - -SELECT ts_lexize('ispell', 'ballyklubber'); - ts_lexize ----------------- - {ball,klubber} -(1 row) - -SELECT ts_lexize('ispell', 'footballyklubber'); - ts_lexize ---------------------- - {foot,ball,klubber} -(1 row) - --- Test ISpell dictionary with hunspell affix file -CREATE TEXT SEARCH DICTIONARY hunspell ( - Template=ispell, - DictFile=ispell_sample, - AffFile=hunspell_sample -); -SELECT ts_lexize('hunspell', 'skies'); - ts_lexize ------------ - {sky} -(1 row) - -SELECT ts_lexize('hunspell', 'bookings'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell', 'booking'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell', 'foot'); - ts_lexize ------------ - {foot} -(1 row) - -SELECT ts_lexize('hunspell', 'foots'); - ts_lexize ------------ - {foot} -(1 row) - -SELECT ts_lexize('hunspell', 'rebookings'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell', 'rebooking'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell', 'rebook'); - ts_lexize ------------ - -(1 row) - -SELECT ts_lexize('hunspell', 'unbookings'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell', 'unbooking'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell', 'unbook'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell', 'footklubber'); - ts_lexize ----------------- - {foot,klubber} -(1 row) - -SELECT ts_lexize('hunspell', 'footballklubber'); - ts_lexize ------------------------------------------------------- - {footballklubber,foot,ball,klubber,football,klubber} -(1 row) - -SELECT ts_lexize('hunspell', 'ballyklubber'); - ts_lexize ----------------- - {ball,klubber} -(1 row) - -SELECT ts_lexize('hunspell', 'footballyklubber'); - ts_lexize ---------------------- - {foot,ball,klubber} -(1 row) - --- Test ISpell dictionary with hunspell affix file with FLAG long parameter -CREATE TEXT SEARCH DICTIONARY hunspell_long ( - Template=ispell, - DictFile=hunspell_sample_long, - AffFile=hunspell_sample_long -); -SELECT ts_lexize('hunspell_long', 'skies'); - ts_lexize ------------ - {sky} -(1 row) - -SELECT ts_lexize('hunspell_long', 'bookings'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell_long', 'booking'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell_long', 'foot'); - ts_lexize ------------ - {foot} -(1 row) - -SELECT ts_lexize('hunspell_long', 'foots'); - ts_lexize ------------ - {foot} -(1 row) - -SELECT ts_lexize('hunspell_long', 'rebookings'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell_long', 'rebooking'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell_long', 'rebook'); - ts_lexize ------------ - -(1 row) - -SELECT ts_lexize('hunspell_long', 'unbookings'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell_long', 'unbooking'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell_long', 'unbook'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell_long', 'booked'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell_long', 'footklubber'); - ts_lexize ----------------- - {foot,klubber} -(1 row) - -SELECT ts_lexize('hunspell_long', 'footballklubber'); - ts_lexize ------------------------------------------------------- - {footballklubber,foot,ball,klubber,football,klubber} -(1 row) - -SELECT ts_lexize('hunspell_long', 'ballyklubber'); - ts_lexize ----------------- - {ball,klubber} -(1 row) - -SELECT ts_lexize('hunspell_long', 'ballsklubber'); - ts_lexize ----------------- - {ball,klubber} -(1 row) - -SELECT ts_lexize('hunspell_long', 'footballyklubber'); - ts_lexize ---------------------- - {foot,ball,klubber} -(1 row) - -SELECT ts_lexize('hunspell_long', 'ex-machina'); - ts_lexize ---------------- - {ex-,machina} -(1 row) - --- Test ISpell dictionary with hunspell affix file with FLAG num parameter -CREATE TEXT SEARCH DICTIONARY hunspell_num ( - Template=ispell, - DictFile=hunspell_sample_num, - AffFile=hunspell_sample_num -); -SELECT ts_lexize('hunspell_num', 'skies'); - ts_lexize ------------ - {sky} -(1 row) - -SELECT ts_lexize('hunspell_num', 'sk'); - ts_lexize ------------ - {sky} -(1 row) - -SELECT ts_lexize('hunspell_num', 'bookings'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell_num', 'booking'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell_num', 'foot'); - ts_lexize ------------ - {foot} -(1 row) - -SELECT ts_lexize('hunspell_num', 'foots'); - ts_lexize ------------ - {foot} -(1 row) - -SELECT ts_lexize('hunspell_num', 'rebookings'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell_num', 'rebooking'); - ts_lexize ----------------- - {booking,book} -(1 row) - -SELECT ts_lexize('hunspell_num', 'rebook'); - ts_lexize ------------ - -(1 row) - -SELECT ts_lexize('hunspell_num', 'unbookings'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell_num', 'unbooking'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell_num', 'unbook'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell_num', 'booked'); - ts_lexize ------------ - {book} -(1 row) - -SELECT ts_lexize('hunspell_num', 'footklubber'); - ts_lexize ----------------- - {foot,klubber} -(1 row) - -SELECT ts_lexize('hunspell_num', 'footballklubber'); - ts_lexize ------------------------------------------------------- - {footballklubber,foot,ball,klubber,football,klubber} -(1 row) - -SELECT ts_lexize('hunspell_num', 'ballyklubber'); - ts_lexize ----------------- - {ball,klubber} -(1 row) - -SELECT ts_lexize('hunspell_num', 'footballyklubber'); - ts_lexize ---------------------- - {foot,ball,klubber} -(1 row) - --- Test suitability of affix and dict files -CREATE TEXT SEARCH DICTIONARY hunspell_err ( - Template=ispell, - DictFile=ispell_sample, - AffFile=hunspell_sample_long -); -ERROR: invalid affix alias "GJUS" -CREATE TEXT SEARCH DICTIONARY hunspell_err ( - Template=ispell, - DictFile=ispell_sample, - AffFile=hunspell_sample_num -); -ERROR: invalid affix flag "SZ\" -CREATE TEXT SEARCH DICTIONARY hunspell_invalid_1 ( - Template=ispell, - DictFile=hunspell_sample_long, - AffFile=ispell_sample -); -CREATE TEXT SEARCH DICTIONARY hunspell_invalid_2 ( - Template=ispell, - DictFile=hunspell_sample_long, - AffFile=hunspell_sample_num -); -CREATE TEXT SEARCH DICTIONARY hunspell_invalid_3 ( - Template=ispell, - DictFile=hunspell_sample_num, - AffFile=ispell_sample -); -CREATE TEXT SEARCH DICTIONARY hunspell_err ( - Template=ispell, - DictFile=hunspell_sample_num, - AffFile=hunspell_sample_long -); -ERROR: invalid affix alias "302,301,202,303" --- Synonym dictionary -CREATE TEXT SEARCH DICTIONARY synonym ( - Template=synonym, - Synonyms=synonym_sample -); -SELECT ts_lexize('synonym', 'PoStGrEs'); - ts_lexize ------------ - {pgsql} -(1 row) - -SELECT ts_lexize('synonym', 'Gogle'); - ts_lexize ------------ - {googl} -(1 row) - -SELECT ts_lexize('synonym', 'indices'); - ts_lexize ------------ - {index} -(1 row) - --- test altering boolean parameters -SELECT dictinitoption FROM pg_ts_dict WHERE dictname = 'synonym'; - dictinitoption ------------------------------ - synonyms = 'synonym_sample' -(1 row) - -ALTER TEXT SEARCH DICTIONARY synonym (CaseSensitive = 1); -SELECT ts_lexize('synonym', 'PoStGrEs'); - ts_lexize ------------ - -(1 row) - -SELECT dictinitoption FROM pg_ts_dict WHERE dictname = 'synonym'; - dictinitoption ------------------------------------------------- - synonyms = 'synonym_sample', casesensitive = 1 -(1 row) - -ALTER TEXT SEARCH DICTIONARY synonym (CaseSensitive = 2); -- fail -ERROR: casesensitive requires a Boolean value -ALTER TEXT SEARCH DICTIONARY synonym (CaseSensitive = off); -SELECT ts_lexize('synonym', 'PoStGrEs'); - ts_lexize ------------ - {pgsql} -(1 row) - -SELECT dictinitoption FROM pg_ts_dict WHERE dictname = 'synonym'; - dictinitoption ----------------------------------------------------- - synonyms = 'synonym_sample', casesensitive = 'off' -(1 row) - --- Create and simple test thesaurus dictionary --- More tests in configuration checks because ts_lexize() --- cannot pass more than one word to thesaurus. -CREATE TEXT SEARCH DICTIONARY thesaurus ( - Template=thesaurus, - DictFile=thesaurus_sample, - Dictionary=english_stem -); -SELECT ts_lexize('thesaurus', 'one'); - ts_lexize ------------ - {1} -(1 row) - --- Test ispell dictionary in configuration -CREATE TEXT SEARCH CONFIGURATION ispell_tst ( - COPY=english -); -ALTER TEXT SEARCH CONFIGURATION ispell_tst ALTER MAPPING FOR - word, numword, asciiword, hword, numhword, asciihword, hword_part, hword_numpart, hword_asciipart - WITH ispell, english_stem; -SELECT to_tsvector('ispell_tst', 'Booking the skies after rebookings for footballklubber from a foot'); - to_tsvector ----------------------------------------------------------------------------------------------------- - 'ball':7 'book':1,5 'booking':1,5 'foot':7,10 'football':7 'footballklubber':7 'klubber':7 'sky':3 -(1 row) - -SELECT to_tsquery('ispell_tst', 'footballklubber'); - to_tsquery --------------------------------------------------------------------------- - 'footballklubber' | 'foot' & 'ball' & 'klubber' | 'football' & 'klubber' -(1 row) - -SELECT to_tsquery('ispell_tst', 'footballyklubber:b & rebookings:A & sky'); - to_tsquery ------------------------------------------------------------------------- - 'foot':B & 'ball':B & 'klubber':B & ( 'booking':A | 'book':A ) & 'sky' -(1 row) - --- Test ispell dictionary with hunspell affix in configuration -CREATE TEXT SEARCH CONFIGURATION hunspell_tst ( - COPY=ispell_tst -); -ALTER TEXT SEARCH CONFIGURATION hunspell_tst ALTER MAPPING - REPLACE ispell WITH hunspell; -SELECT to_tsvector('hunspell_tst', 'Booking the skies after rebookings for footballklubber from a foot'); - to_tsvector ----------------------------------------------------------------------------------------------------- - 'ball':7 'book':1,5 'booking':1,5 'foot':7,10 'football':7 'footballklubber':7 'klubber':7 'sky':3 -(1 row) - -SELECT to_tsquery('hunspell_tst', 'footballklubber'); - to_tsquery --------------------------------------------------------------------------- - 'footballklubber' | 'foot' & 'ball' & 'klubber' | 'football' & 'klubber' -(1 row) - -SELECT to_tsquery('hunspell_tst', 'footballyklubber:b & rebookings:A & sky'); - to_tsquery ------------------------------------------------------------------------- - 'foot':B & 'ball':B & 'klubber':B & ( 'booking':A | 'book':A ) & 'sky' -(1 row) - -SELECT to_tsquery('hunspell_tst', 'footballyklubber:b <-> sky'); - to_tsquery -------------------------------------------------- - ( 'foot':B & 'ball':B & 'klubber':B ) <-> 'sky' -(1 row) - -SELECT phraseto_tsquery('hunspell_tst', 'footballyklubber sky'); - phraseto_tsquery -------------------------------------------- - ( 'foot' & 'ball' & 'klubber' ) <-> 'sky' -(1 row) - --- Test ispell dictionary with hunspell affix with FLAG long in configuration -ALTER TEXT SEARCH CONFIGURATION hunspell_tst ALTER MAPPING - REPLACE hunspell WITH hunspell_long; -SELECT to_tsvector('hunspell_tst', 'Booking the skies after rebookings for footballklubber from a foot'); - to_tsvector ----------------------------------------------------------------------------------------------------- - 'ball':7 'book':1,5 'booking':1,5 'foot':7,10 'football':7 'footballklubber':7 'klubber':7 'sky':3 -(1 row) - -SELECT to_tsquery('hunspell_tst', 'footballklubber'); - to_tsquery --------------------------------------------------------------------------- - 'footballklubber' | 'foot' & 'ball' & 'klubber' | 'football' & 'klubber' -(1 row) - -SELECT to_tsquery('hunspell_tst', 'footballyklubber:b & rebookings:A & sky'); - to_tsquery ------------------------------------------------------------------------- - 'foot':B & 'ball':B & 'klubber':B & ( 'booking':A | 'book':A ) & 'sky' -(1 row) - --- Test ispell dictionary with hunspell affix with FLAG num in configuration -ALTER TEXT SEARCH CONFIGURATION hunspell_tst ALTER MAPPING - REPLACE hunspell_long WITH hunspell_num; -SELECT to_tsvector('hunspell_tst', 'Booking the skies after rebookings for footballklubber from a foot'); - to_tsvector ----------------------------------------------------------------------------------------------------- - 'ball':7 'book':1,5 'booking':1,5 'foot':7,10 'football':7 'footballklubber':7 'klubber':7 'sky':3 -(1 row) - -SELECT to_tsquery('hunspell_tst', 'footballklubber'); - to_tsquery --------------------------------------------------------------------------- - 'footballklubber' | 'foot' & 'ball' & 'klubber' | 'football' & 'klubber' -(1 row) - -SELECT to_tsquery('hunspell_tst', 'footballyklubber:b & rebookings:A & sky'); - to_tsquery ------------------------------------------------------------------------- - 'foot':B & 'ball':B & 'klubber':B & ( 'booking':A | 'book':A ) & 'sky' -(1 row) - --- Test synonym dictionary in configuration -CREATE TEXT SEARCH CONFIGURATION synonym_tst ( - COPY=english -); -ALTER TEXT SEARCH CONFIGURATION synonym_tst ALTER MAPPING FOR - asciiword, hword_asciipart, asciihword - WITH synonym, english_stem; -SELECT to_tsvector('synonym_tst', 'Postgresql is often called as postgres or pgsql and pronounced as postgre'); - to_tsvector ---------------------------------------------------- - 'call':4 'often':3 'pgsql':1,6,8,12 'pronounc':10 -(1 row) - -SELECT to_tsvector('synonym_tst', 'Most common mistake is to write Gogle instead of Google'); - to_tsvector ----------------------------------------------------------- - 'common':2 'googl':7,10 'instead':8 'mistak':3 'write':6 -(1 row) - -SELECT to_tsvector('synonym_tst', 'Indexes or indices - Which is right plural form of index?'); - to_tsvector ----------------------------------------------- - 'form':8 'index':1,3,10 'plural':7 'right':6 -(1 row) - -SELECT to_tsquery('synonym_tst', 'Index & indices'); - to_tsquery ---------------------- - 'index' & 'index':* -(1 row) - --- test thesaurus in configuration --- see thesaurus_sample.ths to understand 'odd' resulting tsvector -CREATE TEXT SEARCH CONFIGURATION thesaurus_tst ( - COPY=synonym_tst -); -ALTER TEXT SEARCH CONFIGURATION thesaurus_tst ALTER MAPPING FOR - asciiword, hword_asciipart, asciihword - WITH synonym, thesaurus, english_stem; -SELECT to_tsvector('thesaurus_tst', 'one postgres one two one two three one'); - to_tsvector ----------------------------------- - '1':1,5 '12':3 '123':4 'pgsql':2 -(1 row) - -SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbreviation SN)'); - to_tsvector --------------------------------------------------------------- - 'abbrevi':10 'call':8 'new':4 'sn':1,9,11 'star':5 'usual':7 -(1 row) - -SELECT to_tsvector('thesaurus_tst', 'Booking tickets is looking like a booking a tickets'); - to_tsvector -------------------------------------------------------- - 'card':3,10 'invit':2,9 'like':6 'look':5 'order':1,8 -(1 row) - --- invalid: non-lowercase quoted identifiers -CREATE TEXT SEARCH DICTIONARY tsdict_case -( - Template = ispell, - "DictFile" = ispell_sample, - "AffFile" = ispell_sample -); -ERROR: unrecognized Ispell parameter: "DictFile" --- Test grammar for configurations -CREATE TEXT SEARCH CONFIGURATION dummy_tst (COPY=english); --- Overridden mapping change with duplicated tokens. -ALTER TEXT SEARCH CONFIGURATION dummy_tst - ALTER MAPPING FOR word, word WITH ispell; --- Not a token supported by the configuration's parser, fails. -ALTER TEXT SEARCH CONFIGURATION dummy_tst - DROP MAPPING FOR not_a_token, not_a_token; -ERROR: token type "not_a_token" does not exist --- Not a token supported by the configuration's parser, fails even --- with IF EXISTS. -ALTER TEXT SEARCH CONFIGURATION dummy_tst - DROP MAPPING IF EXISTS FOR not_a_token, not_a_token; -ERROR: token type "not_a_token" does not exist --- Token supported by the configuration's parser, succeeds. -ALTER TEXT SEARCH CONFIGURATION dummy_tst - DROP MAPPING FOR word, word; --- No mapping for token supported by the configuration's parser, fails. -ALTER TEXT SEARCH CONFIGURATION dummy_tst - DROP MAPPING FOR word; -ERROR: mapping for token type "word" does not exist --- Token supported by the configuration's parser, cannot be found, --- succeeds with IF EXISTS. -ALTER TEXT SEARCH CONFIGURATION dummy_tst - DROP MAPPING IF EXISTS FOR word, word; -NOTICE: mapping for token type "word" does not exist, skipping --- Re-add mapping, with duplicated tokens supported by the parser. -ALTER TEXT SEARCH CONFIGURATION dummy_tst - ADD MAPPING FOR word, word WITH ispell; --- Not a token supported by the configuration's parser, fails. -ALTER TEXT SEARCH CONFIGURATION dummy_tst - ADD MAPPING FOR not_a_token WITH ispell; -ERROR: token type "not_a_token" does not exist -DROP TEXT SEARCH CONFIGURATION dummy_tst; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_data.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_data.out --- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_data.out 2025-05-11 19:30:18.947290000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_data.out 2025-05-11 19:32:42.815581000 +0000 @@ -1,2208 +1,2 @@ --- --- Test foreign-data wrapper and server management. --- --- directory paths and dlsuffix are passed to us in environment variables -\getenv libdir PG_LIBDIR -\getenv dlsuffix PG_DLSUFFIX -\set regresslib :libdir '/regress' :dlsuffix -CREATE FUNCTION test_fdw_handler() - RETURNS fdw_handler - AS :'regresslib', 'test_fdw_handler' - LANGUAGE C; --- Clean up in case a prior regression run failed --- Suppress NOTICE messages when roles don't exist -SET client_min_messages TO 'warning'; -DROP ROLE IF EXISTS regress_foreign_data_user, regress_test_role, regress_test_role2, regress_test_role_super, regress_test_indirect, regress_unprivileged_role; -RESET client_min_messages; -CREATE ROLE regress_foreign_data_user LOGIN SUPERUSER; -SET SESSION AUTHORIZATION 'regress_foreign_data_user'; -CREATE ROLE regress_test_role; -CREATE ROLE regress_test_role2; -CREATE ROLE regress_test_role_super SUPERUSER; -CREATE ROLE regress_test_indirect; -CREATE ROLE regress_unprivileged_role; -CREATE FOREIGN DATA WRAPPER dummy; -COMMENT ON FOREIGN DATA WRAPPER dummy IS 'useless'; -CREATE FOREIGN DATA WRAPPER postgresql VALIDATOR postgresql_fdw_validator; --- At this point we should have 2 built-in wrappers and no servers. -SELECT fdwname, fdwhandler::regproc, fdwvalidator::regproc, fdwoptions FROM pg_foreign_data_wrapper ORDER BY 1, 2, 3; - fdwname | fdwhandler | fdwvalidator | fdwoptions -------------+------------+--------------------------+------------ - dummy | - | - | - postgresql | - | postgresql_fdw_validator | -(2 rows) - -SELECT srvname, srvoptions FROM pg_foreign_server; - srvname | srvoptions ----------+------------ -(0 rows) - -SELECT * FROM pg_user_mapping; - oid | umuser | umserver | umoptions ------+--------+----------+----------- -(0 rows) - --- CREATE FOREIGN DATA WRAPPER -CREATE FOREIGN DATA WRAPPER foo VALIDATOR bar; -- ERROR -ERROR: function bar(text[], oid) does not exist -CREATE FOREIGN DATA WRAPPER foo; -\dew - List of foreign-data wrappers - Name | Owner | Handler | Validator -------------+---------------------------+---------+-------------------------- - dummy | regress_foreign_data_user | - | - - foo | regress_foreign_data_user | - | - - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator -(3 rows) - -CREATE FOREIGN DATA WRAPPER foo; -- duplicate -ERROR: foreign-data wrapper "foo" already exists -DROP FOREIGN DATA WRAPPER foo; -CREATE FOREIGN DATA WRAPPER foo OPTIONS (testing '1'); -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+---------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_foreign_data_user | - | - | | (testing '1') | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -DROP FOREIGN DATA WRAPPER foo; -CREATE FOREIGN DATA WRAPPER foo OPTIONS (testing '1', testing '2'); -- ERROR -ERROR: option "testing" provided more than once -CREATE FOREIGN DATA WRAPPER foo OPTIONS (testing '1', another '2'); -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+----------------------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_foreign_data_user | - | - | | (testing '1', another '2') | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -DROP FOREIGN DATA WRAPPER foo; -SET ROLE regress_test_role; -CREATE FOREIGN DATA WRAPPER foo; -- ERROR -ERROR: permission denied to create foreign-data wrapper "foo" -HINT: Must be superuser to create a foreign-data wrapper. -RESET ROLE; -CREATE FOREIGN DATA WRAPPER foo VALIDATOR postgresql_fdw_validator; -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+-------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_foreign_data_user | - | postgresql_fdw_validator | | | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - --- HANDLER related checks -CREATE FUNCTION invalid_fdw_handler() RETURNS int LANGUAGE SQL AS 'SELECT 1;'; -CREATE FOREIGN DATA WRAPPER test_fdw HANDLER invalid_fdw_handler; -- ERROR -ERROR: function invalid_fdw_handler must return type fdw_handler -CREATE FOREIGN DATA WRAPPER test_fdw HANDLER test_fdw_handler HANDLER invalid_fdw_handler; -- ERROR -ERROR: conflicting or redundant options -LINE 1: ...GN DATA WRAPPER test_fdw HANDLER test_fdw_handler HANDLER in... - ^ -CREATE FOREIGN DATA WRAPPER test_fdw HANDLER test_fdw_handler; -DROP FOREIGN DATA WRAPPER test_fdw; --- ALTER FOREIGN DATA WRAPPER -ALTER FOREIGN DATA WRAPPER foo OPTIONS (nonexistent 'fdw'); -- ERROR -ERROR: invalid option "nonexistent" -HINT: There are no valid options in this context. -ALTER FOREIGN DATA WRAPPER foo; -- ERROR -ERROR: syntax error at or near ";" -LINE 1: ALTER FOREIGN DATA WRAPPER foo; - ^ -ALTER FOREIGN DATA WRAPPER foo VALIDATOR bar; -- ERROR -ERROR: function bar(text[], oid) does not exist -ALTER FOREIGN DATA WRAPPER foo NO VALIDATOR; -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+-------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_foreign_data_user | - | - | | | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -ALTER FOREIGN DATA WRAPPER foo OPTIONS (a '1', b '2'); -ALTER FOREIGN DATA WRAPPER foo OPTIONS (SET c '4'); -- ERROR -ERROR: option "c" not found -ALTER FOREIGN DATA WRAPPER foo OPTIONS (DROP c); -- ERROR -ERROR: option "c" not found -ALTER FOREIGN DATA WRAPPER foo OPTIONS (ADD x '1', DROP x); -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+----------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_foreign_data_user | - | - | | (a '1', b '2') | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -ALTER FOREIGN DATA WRAPPER foo OPTIONS (DROP a, SET b '3', ADD c '4'); -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+----------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_foreign_data_user | - | - | | (b '3', c '4') | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -ALTER FOREIGN DATA WRAPPER foo OPTIONS (a '2'); -ALTER FOREIGN DATA WRAPPER foo OPTIONS (b '4'); -- ERROR -ERROR: option "b" provided more than once -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+-----------------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_foreign_data_user | - | - | | (b '3', c '4', a '2') | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -SET ROLE regress_test_role; -ALTER FOREIGN DATA WRAPPER foo OPTIONS (ADD d '5'); -- ERROR -ERROR: permission denied to alter foreign-data wrapper "foo" -HINT: Must be superuser to alter a foreign-data wrapper. -SET ROLE regress_test_role_super; -ALTER FOREIGN DATA WRAPPER foo OPTIONS (ADD d '5'); -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+------------------------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_foreign_data_user | - | - | | (b '3', c '4', a '2', d '5') | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -ALTER FOREIGN DATA WRAPPER foo OWNER TO regress_test_role; -- ERROR -ERROR: permission denied to change owner of foreign-data wrapper "foo" -HINT: The owner of a foreign-data wrapper must be a superuser. -ALTER FOREIGN DATA WRAPPER foo OWNER TO regress_test_role_super; -ALTER ROLE regress_test_role_super NOSUPERUSER; -SET ROLE regress_test_role_super; -ALTER FOREIGN DATA WRAPPER foo OPTIONS (ADD e '6'); -- ERROR -ERROR: permission denied to alter foreign-data wrapper "foo" -HINT: Must be superuser to alter a foreign-data wrapper. -RESET ROLE; -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+------------------------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_test_role_super | - | - | | (b '3', c '4', a '2', d '5') | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -ALTER FOREIGN DATA WRAPPER foo RENAME TO foo1; -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+------------------------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo1 | regress_test_role_super | - | - | | (b '3', c '4', a '2', d '5') | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -ALTER FOREIGN DATA WRAPPER foo1 RENAME TO foo; --- HANDLER related checks -ALTER FOREIGN DATA WRAPPER foo HANDLER invalid_fdw_handler; -- ERROR -ERROR: function invalid_fdw_handler must return type fdw_handler -ALTER FOREIGN DATA WRAPPER foo HANDLER test_fdw_handler HANDLER anything; -- ERROR -ERROR: conflicting or redundant options -LINE 1: ...FOREIGN DATA WRAPPER foo HANDLER test_fdw_handler HANDLER an... - ^ -ALTER FOREIGN DATA WRAPPER foo HANDLER test_fdw_handler; -WARNING: changing the foreign-data wrapper handler can change behavior of existing foreign tables -DROP FUNCTION invalid_fdw_handler(); --- DROP FOREIGN DATA WRAPPER -DROP FOREIGN DATA WRAPPER nonexistent; -- ERROR -ERROR: foreign-data wrapper "nonexistent" does not exist -DROP FOREIGN DATA WRAPPER IF EXISTS nonexistent; -NOTICE: foreign-data wrapper "nonexistent" does not exist, skipping -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+------------------+--------------------------+-------------------+------------------------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_test_role_super | test_fdw_handler | - | | (b '3', c '4', a '2', d '5') | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -DROP ROLE regress_test_role_super; -- ERROR -ERROR: role "regress_test_role_super" cannot be dropped because some objects depend on it -DETAIL: owner of foreign-data wrapper foo -SET ROLE regress_test_role_super; -DROP FOREIGN DATA WRAPPER foo; -RESET ROLE; -DROP ROLE regress_test_role_super; -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+-------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(2 rows) - -CREATE FOREIGN DATA WRAPPER foo; -CREATE SERVER s1 FOREIGN DATA WRAPPER foo; -COMMENT ON SERVER s1 IS 'foreign server'; -CREATE USER MAPPING FOR current_user SERVER s1; -CREATE USER MAPPING FOR current_user SERVER s1; -- ERROR -ERROR: user mapping for "regress_foreign_data_user" already exists for server "s1" -CREATE USER MAPPING IF NOT EXISTS FOR current_user SERVER s1; -- NOTICE -NOTICE: user mapping for "regress_foreign_data_user" already exists for server "s1", skipping -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+-------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - foo | regress_foreign_data_user | - | - | | | - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(3 rows) - -\des+ - List of foreign servers - Name | Owner | Foreign-data wrapper | Access privileges | Type | Version | FDW options | Description -------+---------------------------+----------------------+-------------------+------+---------+-------------+---------------- - s1 | regress_foreign_data_user | foo | | | | | foreign server -(1 row) - -\deu+ - List of user mappings - Server | User name | FDW options ---------+---------------------------+------------- - s1 | regress_foreign_data_user | -(1 row) - -DROP FOREIGN DATA WRAPPER foo; -- ERROR -ERROR: cannot drop foreign-data wrapper foo because other objects depend on it -DETAIL: server s1 depends on foreign-data wrapper foo -user mapping for regress_foreign_data_user on server s1 depends on server s1 -HINT: Use DROP ... CASCADE to drop the dependent objects too. -SET ROLE regress_test_role; -DROP FOREIGN DATA WRAPPER foo CASCADE; -- ERROR -ERROR: must be owner of foreign-data wrapper foo -RESET ROLE; -DROP FOREIGN DATA WRAPPER foo CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to server s1 -drop cascades to user mapping for regress_foreign_data_user on server s1 -\dew+ - List of foreign-data wrappers - Name | Owner | Handler | Validator | Access privileges | FDW options | Description -------------+---------------------------+---------+--------------------------+-------------------+-------------+------------- - dummy | regress_foreign_data_user | - | - | | | useless - postgresql | regress_foreign_data_user | - | postgresql_fdw_validator | | | -(2 rows) - -\des+ - List of foreign servers - Name | Owner | Foreign-data wrapper | Access privileges | Type | Version | FDW options | Description -------+-------+----------------------+-------------------+------+---------+-------------+------------- -(0 rows) - -\deu+ - List of user mappings - Server | User name | FDW options ---------+-----------+------------- -(0 rows) - --- exercise CREATE SERVER -CREATE SERVER s1 FOREIGN DATA WRAPPER foo; -- ERROR -ERROR: foreign-data wrapper "foo" does not exist -CREATE FOREIGN DATA WRAPPER foo OPTIONS ("test wrapper" 'true'); -CREATE SERVER s1 FOREIGN DATA WRAPPER foo; -CREATE SERVER s1 FOREIGN DATA WRAPPER foo; -- ERROR -ERROR: server "s1" already exists -CREATE SERVER IF NOT EXISTS s1 FOREIGN DATA WRAPPER foo; -- No ERROR, just NOTICE -NOTICE: server "s1" already exists, skipping -CREATE SERVER s2 FOREIGN DATA WRAPPER foo OPTIONS (host 'a', dbname 'b'); -CREATE SERVER s3 TYPE 'oracle' FOREIGN DATA WRAPPER foo; -CREATE SERVER s4 TYPE 'oracle' FOREIGN DATA WRAPPER foo OPTIONS (host 'a', dbname 'b'); -CREATE SERVER s5 VERSION '15.0' FOREIGN DATA WRAPPER foo; -CREATE SERVER s6 VERSION '16.0' FOREIGN DATA WRAPPER foo OPTIONS (host 'a', dbname 'b'); -CREATE SERVER s7 TYPE 'oracle' VERSION '17.0' FOREIGN DATA WRAPPER foo OPTIONS (host 'a', dbname 'b'); -CREATE SERVER s8 FOREIGN DATA WRAPPER postgresql OPTIONS (foo '1'); -- ERROR -ERROR: invalid option "foo" -CREATE SERVER s8 FOREIGN DATA WRAPPER postgresql OPTIONS (host 'localhost', dbname 's8db'); -\des+ - List of foreign servers - Name | Owner | Foreign-data wrapper | Access privileges | Type | Version | FDW options | Description -------+---------------------------+----------------------+-------------------+--------+---------+-----------------------------------+------------- - s1 | regress_foreign_data_user | foo | | | | | - s2 | regress_foreign_data_user | foo | | | | (host 'a', dbname 'b') | - s3 | regress_foreign_data_user | foo | | oracle | | | - s4 | regress_foreign_data_user | foo | | oracle | | (host 'a', dbname 'b') | - s5 | regress_foreign_data_user | foo | | | 15.0 | | - s6 | regress_foreign_data_user | foo | | | 16.0 | (host 'a', dbname 'b') | - s7 | regress_foreign_data_user | foo | | oracle | 17.0 | (host 'a', dbname 'b') | - s8 | regress_foreign_data_user | postgresql | | | | (host 'localhost', dbname 's8db') | -(8 rows) - -SET ROLE regress_test_role; -CREATE SERVER t1 FOREIGN DATA WRAPPER foo; -- ERROR: no usage on FDW -ERROR: permission denied for foreign-data wrapper foo -RESET ROLE; -GRANT USAGE ON FOREIGN DATA WRAPPER foo TO regress_test_role; -SET ROLE regress_test_role; -CREATE SERVER t1 FOREIGN DATA WRAPPER foo; -RESET ROLE; -\des+ - List of foreign servers - Name | Owner | Foreign-data wrapper | Access privileges | Type | Version | FDW options | Description -------+---------------------------+----------------------+-------------------+--------+---------+-----------------------------------+------------- - s1 | regress_foreign_data_user | foo | | | | | - s2 | regress_foreign_data_user | foo | | | | (host 'a', dbname 'b') | - s3 | regress_foreign_data_user | foo | | oracle | | | - s4 | regress_foreign_data_user | foo | | oracle | | (host 'a', dbname 'b') | - s5 | regress_foreign_data_user | foo | | | 15.0 | | - s6 | regress_foreign_data_user | foo | | | 16.0 | (host 'a', dbname 'b') | - s7 | regress_foreign_data_user | foo | | oracle | 17.0 | (host 'a', dbname 'b') | - s8 | regress_foreign_data_user | postgresql | | | | (host 'localhost', dbname 's8db') | - t1 | regress_test_role | foo | | | | | -(9 rows) - -REVOKE USAGE ON FOREIGN DATA WRAPPER foo FROM regress_test_role; -GRANT USAGE ON FOREIGN DATA WRAPPER foo TO regress_test_indirect; -SET ROLE regress_test_role; -CREATE SERVER t2 FOREIGN DATA WRAPPER foo; -- ERROR -ERROR: permission denied for foreign-data wrapper foo -RESET ROLE; -GRANT regress_test_indirect TO regress_test_role; -SET ROLE regress_test_role; -CREATE SERVER t2 FOREIGN DATA WRAPPER foo; -\des+ - List of foreign servers - Name | Owner | Foreign-data wrapper | Access privileges | Type | Version | FDW options | Description -------+---------------------------+----------------------+-------------------+--------+---------+-----------------------------------+------------- - s1 | regress_foreign_data_user | foo | | | | | - s2 | regress_foreign_data_user | foo | | | | (host 'a', dbname 'b') | - s3 | regress_foreign_data_user | foo | | oracle | | | - s4 | regress_foreign_data_user | foo | | oracle | | (host 'a', dbname 'b') | - s5 | regress_foreign_data_user | foo | | | 15.0 | | - s6 | regress_foreign_data_user | foo | | | 16.0 | (host 'a', dbname 'b') | - s7 | regress_foreign_data_user | foo | | oracle | 17.0 | (host 'a', dbname 'b') | - s8 | regress_foreign_data_user | postgresql | | | | (host 'localhost', dbname 's8db') | - t1 | regress_test_role | foo | | | | | - t2 | regress_test_role | foo | | | | | -(10 rows) - -RESET ROLE; -REVOKE regress_test_indirect FROM regress_test_role; --- ALTER SERVER -ALTER SERVER s0; -- ERROR -ERROR: syntax error at or near ";" -LINE 1: ALTER SERVER s0; - ^ -ALTER SERVER s0 OPTIONS (a '1'); -- ERROR -ERROR: server "s0" does not exist -ALTER SERVER s1 VERSION '1.0' OPTIONS (servername 's1'); -ALTER SERVER s2 VERSION '1.1'; -ALTER SERVER s3 OPTIONS ("tns name" 'orcl', port '1521'); -GRANT USAGE ON FOREIGN SERVER s1 TO regress_test_role; -GRANT USAGE ON FOREIGN SERVER s6 TO regress_test_role2 WITH GRANT OPTION; -\des+ - List of foreign servers - Name | Owner | Foreign-data wrapper | Access privileges | Type | Version | FDW options | Description -------+---------------------------+----------------------+-------------------------------------------------------+--------+---------+-----------------------------------+------------- - s1 | regress_foreign_data_user | foo | regress_foreign_data_user=U/regress_foreign_data_user+| | 1.0 | (servername 's1') | - | | | regress_test_role=U/regress_foreign_data_user | | | | - s2 | regress_foreign_data_user | foo | | | 1.1 | (host 'a', dbname 'b') | - s3 | regress_foreign_data_user | foo | | oracle | | ("tns name" 'orcl', port '1521') | - s4 | regress_foreign_data_user | foo | | oracle | | (host 'a', dbname 'b') | - s5 | regress_foreign_data_user | foo | | | 15.0 | | - s6 | regress_foreign_data_user | foo | regress_foreign_data_user=U/regress_foreign_data_user+| | 16.0 | (host 'a', dbname 'b') | - | | | regress_test_role2=U*/regress_foreign_data_user | | | | - s7 | regress_foreign_data_user | foo | | oracle | 17.0 | (host 'a', dbname 'b') | - s8 | regress_foreign_data_user | postgresql | | | | (host 'localhost', dbname 's8db') | - t1 | regress_test_role | foo | | | | | - t2 | regress_test_role | foo | | | | | -(10 rows) - -SET ROLE regress_test_role; -ALTER SERVER s1 VERSION '1.1'; -- ERROR -ERROR: must be owner of foreign server s1 -ALTER SERVER s1 OWNER TO regress_test_role; -- ERROR -ERROR: must be owner of foreign server s1 -RESET ROLE; -ALTER SERVER s1 OWNER TO regress_test_role; -GRANT regress_test_role2 TO regress_test_role; -SET ROLE regress_test_role; -ALTER SERVER s1 VERSION '1.1'; -ALTER SERVER s1 OWNER TO regress_test_role2; -- ERROR -ERROR: permission denied for foreign-data wrapper foo -RESET ROLE; -ALTER SERVER s8 OPTIONS (foo '1'); -- ERROR option validation -ERROR: invalid option "foo" -ALTER SERVER s8 OPTIONS (connect_timeout '30', SET dbname 'db1', DROP host); -SET ROLE regress_test_role; -ALTER SERVER s1 OWNER TO regress_test_indirect; -- ERROR -ERROR: must be able to SET ROLE "regress_test_indirect" -RESET ROLE; -GRANT regress_test_indirect TO regress_test_role; -SET ROLE regress_test_role; -ALTER SERVER s1 OWNER TO regress_test_indirect; -RESET ROLE; -GRANT USAGE ON FOREIGN DATA WRAPPER foo TO regress_test_indirect; -SET ROLE regress_test_role; -ALTER SERVER s1 OWNER TO regress_test_indirect; -RESET ROLE; -DROP ROLE regress_test_indirect; -- ERROR -ERROR: role "regress_test_indirect" cannot be dropped because some objects depend on it -DETAIL: privileges for foreign-data wrapper foo -owner of server s1 -\des+ - List of foreign servers - Name | Owner | Foreign-data wrapper | Access privileges | Type | Version | FDW options | Description -------+---------------------------+----------------------+-------------------------------------------------------+--------+---------+--------------------------------------+------------- - s1 | regress_test_indirect | foo | regress_test_indirect=U/regress_test_indirect | | 1.1 | (servername 's1') | - s2 | regress_foreign_data_user | foo | | | 1.1 | (host 'a', dbname 'b') | - s3 | regress_foreign_data_user | foo | | oracle | | ("tns name" 'orcl', port '1521') | - s4 | regress_foreign_data_user | foo | | oracle | | (host 'a', dbname 'b') | - s5 | regress_foreign_data_user | foo | | | 15.0 | | - s6 | regress_foreign_data_user | foo | regress_foreign_data_user=U/regress_foreign_data_user+| | 16.0 | (host 'a', dbname 'b') | - | | | regress_test_role2=U*/regress_foreign_data_user | | | | - s7 | regress_foreign_data_user | foo | | oracle | 17.0 | (host 'a', dbname 'b') | - s8 | regress_foreign_data_user | postgresql | | | | (dbname 'db1', connect_timeout '30') | - t1 | regress_test_role | foo | | | | | - t2 | regress_test_role | foo | | | | | -(10 rows) - -ALTER SERVER s8 RENAME to s8new; -\des+ - List of foreign servers - Name | Owner | Foreign-data wrapper | Access privileges | Type | Version | FDW options | Description --------+---------------------------+----------------------+-------------------------------------------------------+--------+---------+--------------------------------------+------------- - s1 | regress_test_indirect | foo | regress_test_indirect=U/regress_test_indirect | | 1.1 | (servername 's1') | - s2 | regress_foreign_data_user | foo | | | 1.1 | (host 'a', dbname 'b') | - s3 | regress_foreign_data_user | foo | | oracle | | ("tns name" 'orcl', port '1521') | - s4 | regress_foreign_data_user | foo | | oracle | | (host 'a', dbname 'b') | - s5 | regress_foreign_data_user | foo | | | 15.0 | | - s6 | regress_foreign_data_user | foo | regress_foreign_data_user=U/regress_foreign_data_user+| | 16.0 | (host 'a', dbname 'b') | - | | | regress_test_role2=U*/regress_foreign_data_user | | | | - s7 | regress_foreign_data_user | foo | | oracle | 17.0 | (host 'a', dbname 'b') | - s8new | regress_foreign_data_user | postgresql | | | | (dbname 'db1', connect_timeout '30') | - t1 | regress_test_role | foo | | | | | - t2 | regress_test_role | foo | | | | | -(10 rows) - -ALTER SERVER s8new RENAME to s8; --- DROP SERVER -DROP SERVER nonexistent; -- ERROR -ERROR: server "nonexistent" does not exist -DROP SERVER IF EXISTS nonexistent; -NOTICE: server "nonexistent" does not exist, skipping -\des - List of foreign servers - Name | Owner | Foreign-data wrapper -------+---------------------------+---------------------- - s1 | regress_test_indirect | foo - s2 | regress_foreign_data_user | foo - s3 | regress_foreign_data_user | foo - s4 | regress_foreign_data_user | foo - s5 | regress_foreign_data_user | foo - s6 | regress_foreign_data_user | foo - s7 | regress_foreign_data_user | foo - s8 | regress_foreign_data_user | postgresql - t1 | regress_test_role | foo - t2 | regress_test_role | foo -(10 rows) - -SET ROLE regress_test_role; -DROP SERVER s2; -- ERROR -ERROR: must be owner of foreign server s2 -DROP SERVER s1; -RESET ROLE; -\des - List of foreign servers - Name | Owner | Foreign-data wrapper -------+---------------------------+---------------------- - s2 | regress_foreign_data_user | foo - s3 | regress_foreign_data_user | foo - s4 | regress_foreign_data_user | foo - s5 | regress_foreign_data_user | foo - s6 | regress_foreign_data_user | foo - s7 | regress_foreign_data_user | foo - s8 | regress_foreign_data_user | postgresql - t1 | regress_test_role | foo - t2 | regress_test_role | foo -(9 rows) - -ALTER SERVER s2 OWNER TO regress_test_role; -SET ROLE regress_test_role; -DROP SERVER s2; -RESET ROLE; -\des - List of foreign servers - Name | Owner | Foreign-data wrapper -------+---------------------------+---------------------- - s3 | regress_foreign_data_user | foo - s4 | regress_foreign_data_user | foo - s5 | regress_foreign_data_user | foo - s6 | regress_foreign_data_user | foo - s7 | regress_foreign_data_user | foo - s8 | regress_foreign_data_user | postgresql - t1 | regress_test_role | foo - t2 | regress_test_role | foo -(8 rows) - -CREATE USER MAPPING FOR current_user SERVER s3; -\deu - List of user mappings - Server | User name ---------+--------------------------- - s3 | regress_foreign_data_user -(1 row) - -DROP SERVER s3; -- ERROR -ERROR: cannot drop server s3 because other objects depend on it -DETAIL: user mapping for regress_foreign_data_user on server s3 depends on server s3 -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP SERVER s3 CASCADE; -NOTICE: drop cascades to user mapping for regress_foreign_data_user on server s3 -\des - List of foreign servers - Name | Owner | Foreign-data wrapper -------+---------------------------+---------------------- - s4 | regress_foreign_data_user | foo - s5 | regress_foreign_data_user | foo - s6 | regress_foreign_data_user | foo - s7 | regress_foreign_data_user | foo - s8 | regress_foreign_data_user | postgresql - t1 | regress_test_role | foo - t2 | regress_test_role | foo -(7 rows) - -\deu -List of user mappings - Server | User name ---------+----------- -(0 rows) - --- CREATE USER MAPPING -CREATE USER MAPPING FOR regress_test_missing_role SERVER s1; -- ERROR -ERROR: role "regress_test_missing_role" does not exist -CREATE USER MAPPING FOR current_user SERVER s1; -- ERROR -ERROR: server "s1" does not exist -CREATE USER MAPPING FOR current_user SERVER s4; -CREATE USER MAPPING FOR user SERVER s4; -- ERROR duplicate -ERROR: user mapping for "regress_foreign_data_user" already exists for server "s4" -CREATE USER MAPPING FOR public SERVER s4 OPTIONS ("this mapping" 'is public'); -CREATE USER MAPPING FOR user SERVER s8 OPTIONS (username 'test', password 'secret'); -- ERROR -ERROR: invalid option "username" -HINT: Perhaps you meant the option "user". -CREATE USER MAPPING FOR user SERVER s8 OPTIONS (user 'test', password 'secret'); -ALTER SERVER s5 OWNER TO regress_test_role; -ALTER SERVER s6 OWNER TO regress_test_indirect; -SET ROLE regress_test_role; -CREATE USER MAPPING FOR current_user SERVER s5; -CREATE USER MAPPING FOR current_user SERVER s6 OPTIONS (username 'test'); -CREATE USER MAPPING FOR current_user SERVER s7; -- ERROR -ERROR: permission denied for foreign server s7 -CREATE USER MAPPING FOR public SERVER s8; -- ERROR -ERROR: must be owner of foreign server s8 -RESET ROLE; -ALTER SERVER t1 OWNER TO regress_test_indirect; -SET ROLE regress_test_role; -CREATE USER MAPPING FOR current_user SERVER t1 OPTIONS (username 'bob', password 'boo'); -CREATE USER MAPPING FOR public SERVER t1; -RESET ROLE; -\deu - List of user mappings - Server | User name ---------+--------------------------- - s4 | public - s4 | regress_foreign_data_user - s5 | regress_test_role - s6 | regress_test_role - s8 | regress_foreign_data_user - t1 | public - t1 | regress_test_role -(7 rows) - --- ALTER USER MAPPING -ALTER USER MAPPING FOR regress_test_missing_role SERVER s4 OPTIONS (gotcha 'true'); -- ERROR -ERROR: role "regress_test_missing_role" does not exist -ALTER USER MAPPING FOR user SERVER ss4 OPTIONS (gotcha 'true'); -- ERROR -ERROR: server "ss4" does not exist -ALTER USER MAPPING FOR public SERVER s5 OPTIONS (gotcha 'true'); -- ERROR -ERROR: user mapping for "public" does not exist for server "s5" -ALTER USER MAPPING FOR current_user SERVER s8 OPTIONS (username 'test'); -- ERROR -ERROR: invalid option "username" -HINT: Perhaps you meant the option "user". -ALTER USER MAPPING FOR current_user SERVER s8 OPTIONS (DROP user, SET password 'public'); -SET ROLE regress_test_role; -ALTER USER MAPPING FOR current_user SERVER s5 OPTIONS (ADD modified '1'); -ALTER USER MAPPING FOR public SERVER s4 OPTIONS (ADD modified '1'); -- ERROR -ERROR: must be owner of foreign server s4 -ALTER USER MAPPING FOR public SERVER t1 OPTIONS (ADD modified '1'); -RESET ROLE; -\deu+ - List of user mappings - Server | User name | FDW options ---------+---------------------------+---------------------------------- - s4 | public | ("this mapping" 'is public') - s4 | regress_foreign_data_user | - s5 | regress_test_role | (modified '1') - s6 | regress_test_role | (username 'test') - s8 | regress_foreign_data_user | (password 'public') - t1 | public | (modified '1') - t1 | regress_test_role | (username 'bob', password 'boo') -(7 rows) - --- DROP USER MAPPING -DROP USER MAPPING FOR regress_test_missing_role SERVER s4; -- ERROR -ERROR: role "regress_test_missing_role" does not exist -DROP USER MAPPING FOR user SERVER ss4; -ERROR: server "ss4" does not exist -DROP USER MAPPING FOR public SERVER s7; -- ERROR -ERROR: user mapping for "public" does not exist for server "s7" -DROP USER MAPPING IF EXISTS FOR regress_test_missing_role SERVER s4; -NOTICE: role "regress_test_missing_role" does not exist, skipping -DROP USER MAPPING IF EXISTS FOR user SERVER ss4; -NOTICE: server "ss4" does not exist, skipping -DROP USER MAPPING IF EXISTS FOR public SERVER s7; -NOTICE: user mapping for "public" does not exist for server "s7", skipping -CREATE USER MAPPING FOR public SERVER s8; -SET ROLE regress_test_role; -DROP USER MAPPING FOR public SERVER s8; -- ERROR -ERROR: must be owner of foreign server s8 -RESET ROLE; -DROP SERVER s7; -\deu - List of user mappings - Server | User name ---------+--------------------------- - s4 | public - s4 | regress_foreign_data_user - s5 | regress_test_role - s6 | regress_test_role - s8 | public - s8 | regress_foreign_data_user - t1 | public - t1 | regress_test_role -(8 rows) - --- CREATE FOREIGN TABLE -CREATE SCHEMA foreign_schema; -CREATE SERVER s0 FOREIGN DATA WRAPPER dummy; -CREATE FOREIGN TABLE ft1 (); -- ERROR -ERROR: syntax error at or near ";" -LINE 1: CREATE FOREIGN TABLE ft1 (); - ^ -CREATE FOREIGN TABLE ft1 () SERVER no_server; -- ERROR -ERROR: server "no_server" does not exist -CREATE FOREIGN TABLE ft1 ( - c1 integer OPTIONS ("param 1" 'val1') PRIMARY KEY, - c2 text OPTIONS (param2 'val2', param3 'val3'), - c3 date -) SERVER s0 OPTIONS (delimiter ',', quote '"', "be quoted" 'value'); -- ERROR -ERROR: primary key constraints are not supported on foreign tables -LINE 2: c1 integer OPTIONS ("param 1" 'val1') PRIMARY KEY, - ^ -CREATE TABLE ref_table (id integer PRIMARY KEY); -CREATE FOREIGN TABLE ft1 ( - c1 integer OPTIONS ("param 1" 'val1') REFERENCES ref_table (id), - c2 text OPTIONS (param2 'val2', param3 'val3'), - c3 date -) SERVER s0 OPTIONS (delimiter ',', quote '"', "be quoted" 'value'); -- ERROR -ERROR: foreign key constraints are not supported on foreign tables -LINE 2: c1 integer OPTIONS ("param 1" 'val1') REFERENCES ref_table ... - ^ -DROP TABLE ref_table; -CREATE FOREIGN TABLE ft1 ( - c1 integer OPTIONS ("param 1" 'val1') NOT NULL, - c2 text OPTIONS (param2 'val2', param3 'val3'), - c3 date, - UNIQUE (c3) -) SERVER s0 OPTIONS (delimiter ',', quote '"', "be quoted" 'value'); -- ERROR -ERROR: unique constraints are not supported on foreign tables -LINE 5: UNIQUE (c3) - ^ -CREATE FOREIGN TABLE ft1 ( - c1 integer OPTIONS ("param 1" 'val1') NOT NULL, - c2 text OPTIONS (param2 'val2', param3 'val3') CHECK (c2 <> ''), - c3 date, - CHECK (c3 BETWEEN '1994-01-01'::date AND '1994-01-31'::date) -) SERVER s0 OPTIONS (delimiter ',', quote '"', "be quoted" 'value'); -COMMENT ON FOREIGN TABLE ft1 IS 'ft1'; -COMMENT ON COLUMN ft1.c1 IS 'ft1.c1'; -\d+ ft1 - Foreign table "public.ft1" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+--------------------------------+----------+--------------+------------- - c1 | integer | | not null | | ("param 1" 'val1') | plain | | ft1.c1 - c2 | text | | | | (param2 'val2', param3 'val3') | extended | | - c3 | date | | | | | plain | | -Check constraints: - "ft1_c2_check" CHECK (c2 <> ''::text) - "ft1_c3_check" CHECK (c3 >= '01-01-1994'::date AND c3 <= '01-31-1994'::date) -Not-null constraints: - "ft1_c1_not_null" NOT NULL "c1" -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') - -\det+ - List of foreign tables - Schema | Table | Server | FDW options | Description ---------+-------+--------+-------------------------------------------------+------------- - public | ft1 | s0 | (delimiter ',', quote '"', "be quoted" 'value') | ft1 -(1 row) - -CREATE INDEX id_ft1_c2 ON ft1 (c2); -- ERROR -ERROR: cannot create index on relation "ft1" -DETAIL: This operation is not supported for foreign tables. -SELECT * FROM ft1; -- ERROR -ERROR: foreign-data wrapper "dummy" has no handler -EXPLAIN SELECT * FROM ft1; -- ERROR -ERROR: foreign-data wrapper "dummy" has no handler -CREATE TABLE lt1 (a INT) PARTITION BY RANGE (a); -CREATE FOREIGN TABLE ft_part1 - PARTITION OF lt1 FOR VALUES FROM (0) TO (1000) SERVER s0; -CREATE INDEX ON lt1 (a); -- skips partition -CREATE UNIQUE INDEX ON lt1 (a); -- ERROR -ERROR: cannot create unique index on partitioned table "lt1" -DETAIL: Table "lt1" contains partitions that are foreign tables. -ALTER TABLE lt1 ADD PRIMARY KEY (a); -- ERROR -ERROR: cannot create unique index on partitioned table "lt1" -DETAIL: Table "lt1" contains partitions that are foreign tables. -DROP TABLE lt1; -CREATE TABLE lt1 (a INT) PARTITION BY RANGE (a); -CREATE INDEX ON lt1 (a); -CREATE FOREIGN TABLE ft_part1 - PARTITION OF lt1 FOR VALUES FROM (0) TO (1000) SERVER s0; -CREATE FOREIGN TABLE ft_part2 (a INT) SERVER s0; -ALTER TABLE lt1 ATTACH PARTITION ft_part2 FOR VALUES FROM (1000) TO (2000); -DROP FOREIGN TABLE ft_part1, ft_part2; -CREATE UNIQUE INDEX ON lt1 (a); -ALTER TABLE lt1 ADD PRIMARY KEY (a); -CREATE FOREIGN TABLE ft_part1 - PARTITION OF lt1 FOR VALUES FROM (0) TO (1000) SERVER s0; -- ERROR -ERROR: cannot create foreign partition of partitioned table "lt1" -DETAIL: Table "lt1" contains indexes that are unique. -CREATE FOREIGN TABLE ft_part2 (a INT NOT NULL) SERVER s0; -ALTER TABLE lt1 ATTACH PARTITION ft_part2 - FOR VALUES FROM (1000) TO (2000); -- ERROR -ERROR: cannot attach foreign table "ft_part2" as partition of partitioned table "lt1" -DETAIL: Partitioned table "lt1" contains unique indexes. -DROP TABLE lt1; -DROP FOREIGN TABLE ft_part2; -CREATE TABLE lt1 (a INT) PARTITION BY RANGE (a); -CREATE INDEX ON lt1 (a); -CREATE TABLE lt1_part1 - PARTITION OF lt1 FOR VALUES FROM (0) TO (1000) - PARTITION BY RANGE (a); -CREATE FOREIGN TABLE ft_part_1_1 - PARTITION OF lt1_part1 FOR VALUES FROM (0) TO (100) SERVER s0; -CREATE FOREIGN TABLE ft_part_1_2 (a INT) SERVER s0; -ALTER TABLE lt1_part1 ATTACH PARTITION ft_part_1_2 FOR VALUES FROM (100) TO (200); -CREATE UNIQUE INDEX ON lt1 (a); -ERROR: cannot create unique index on partitioned table "lt1" -DETAIL: Table "lt1" contains partitions that are foreign tables. -ALTER TABLE lt1 ADD PRIMARY KEY (a); -ERROR: cannot create unique index on partitioned table "lt1_part1" -DETAIL: Table "lt1_part1" contains partitions that are foreign tables. -DROP FOREIGN TABLE ft_part_1_1, ft_part_1_2; -CREATE UNIQUE INDEX ON lt1 (a); -ALTER TABLE lt1 ADD PRIMARY KEY (a); -CREATE FOREIGN TABLE ft_part_1_1 - PARTITION OF lt1_part1 FOR VALUES FROM (0) TO (100) SERVER s0; -ERROR: cannot create foreign partition of partitioned table "lt1_part1" -DETAIL: Table "lt1_part1" contains indexes that are unique. -CREATE FOREIGN TABLE ft_part_1_2 (a INT NOT NULL) SERVER s0; -ALTER TABLE lt1_part1 ATTACH PARTITION ft_part_1_2 FOR VALUES FROM (100) TO (200); -ERROR: cannot attach foreign table "ft_part_1_2" as partition of partitioned table "lt1_part1" -DETAIL: Partitioned table "lt1_part1" contains unique indexes. -DROP TABLE lt1; -DROP FOREIGN TABLE ft_part_1_2; --- ALTER FOREIGN TABLE -COMMENT ON FOREIGN TABLE ft1 IS 'foreign table'; -COMMENT ON FOREIGN TABLE ft1 IS NULL; -COMMENT ON COLUMN ft1.c1 IS 'foreign column'; -COMMENT ON COLUMN ft1.c1 IS NULL; -ALTER FOREIGN TABLE ft1 ADD COLUMN c4 integer; -ALTER FOREIGN TABLE ft1 ADD COLUMN c5 integer DEFAULT 0; -ALTER FOREIGN TABLE ft1 ADD COLUMN c6 integer; -ALTER FOREIGN TABLE ft1 ADD COLUMN c7 integer NOT NULL; -ALTER FOREIGN TABLE ft1 ADD COLUMN c8 integer; -ALTER FOREIGN TABLE ft1 ADD COLUMN c9 integer; -ALTER FOREIGN TABLE ft1 ADD COLUMN c10 integer OPTIONS (p1 'v1'); -ALTER FOREIGN TABLE ft1 ALTER COLUMN c4 SET DEFAULT 0; -ALTER FOREIGN TABLE ft1 ALTER COLUMN c5 DROP DEFAULT; -ALTER FOREIGN TABLE ft1 ALTER COLUMN c6 SET NOT NULL; -ALTER FOREIGN TABLE ft1 ALTER COLUMN c7 DROP NOT NULL; -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 TYPE char(10) USING '0'; -- ERROR -ERROR: "ft1" is not a table -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 TYPE char(10); -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 SET DATA TYPE text; -ALTER FOREIGN TABLE ft1 ALTER COLUMN xmin OPTIONS (ADD p1 'v1'); -- ERROR -ERROR: cannot alter system column "xmin" -ALTER FOREIGN TABLE ft1 ALTER COLUMN c7 OPTIONS (ADD p1 'v1', ADD p2 'v2'), - ALTER COLUMN c8 OPTIONS (ADD p1 'v1', ADD p2 'v2'); -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 OPTIONS (SET p2 'V2', DROP p1); -ALTER FOREIGN TABLE ft1 ALTER COLUMN c1 SET STATISTICS 10000; -ALTER FOREIGN TABLE ft1 ALTER COLUMN c1 SET (n_distinct = 100); -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 SET STATISTICS -1; -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 SET STORAGE PLAIN; -\d+ ft1 - Foreign table "public.ft1" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+--------------------------------+----------+--------------+------------- - c1 | integer | | not null | | ("param 1" 'val1') | plain | 10000 | - c2 | text | | | | (param2 'val2', param3 'val3') | extended | | - c3 | date | | | | | plain | | - c4 | integer | | | 0 | | plain | | - c5 | integer | | | | | plain | | - c6 | integer | | not null | | | plain | | - c7 | integer | | | | (p1 'v1', p2 'v2') | plain | | - c8 | text | | | | (p2 'V2') | plain | | - c9 | integer | | | | | plain | | - c10 | integer | | | | (p1 'v1') | plain | | -Check constraints: - "ft1_c2_check" CHECK (c2 <> ''::text) - "ft1_c3_check" CHECK (c3 >= '01-01-1994'::date AND c3 <= '01-31-1994'::date) -Not-null constraints: - "ft1_c1_not_null" NOT NULL "c1" - "ft1_c6_not_null" NOT NULL "c6" -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') - --- can't change the column type if it's used elsewhere -CREATE TABLE use_ft1_column_type (x ft1); -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 SET DATA TYPE integer; -- ERROR -ERROR: cannot alter foreign table "ft1" because column "use_ft1_column_type.x" uses its row type -DROP TABLE use_ft1_column_type; -ALTER FOREIGN TABLE ft1 ADD PRIMARY KEY (c7); -- ERROR -ERROR: primary key constraints are not supported on foreign tables -LINE 1: ALTER FOREIGN TABLE ft1 ADD PRIMARY KEY (c7); - ^ -ALTER FOREIGN TABLE ft1 ADD CONSTRAINT ft1_c9_check CHECK (c9 < 0) NOT VALID; -ALTER FOREIGN TABLE ft1 ALTER CONSTRAINT ft1_c9_check DEFERRABLE; -- ERROR -ERROR: ALTER action ALTER CONSTRAINT cannot be performed on relation "ft1" -DETAIL: This operation is not supported for foreign tables. -ALTER FOREIGN TABLE ft1 DROP CONSTRAINT ft1_c9_check; -ALTER FOREIGN TABLE ft1 DROP CONSTRAINT no_const; -- ERROR -ERROR: constraint "no_const" of relation "ft1" does not exist -ALTER FOREIGN TABLE ft1 DROP CONSTRAINT IF EXISTS no_const; -NOTICE: constraint "no_const" of relation "ft1" does not exist, skipping -ALTER FOREIGN TABLE ft1 OWNER TO regress_test_role; -ALTER FOREIGN TABLE ft1 OPTIONS (DROP delimiter, SET quote '~', ADD escape '@'); -ALTER FOREIGN TABLE ft1 DROP COLUMN no_column; -- ERROR -ERROR: column "no_column" of relation "ft1" does not exist -ALTER FOREIGN TABLE ft1 DROP COLUMN IF EXISTS no_column; -NOTICE: column "no_column" of relation "ft1" does not exist, skipping -ALTER FOREIGN TABLE ft1 DROP COLUMN c9; -ALTER FOREIGN TABLE ft1 ADD COLUMN c11 serial; -ALTER FOREIGN TABLE ft1 SET SCHEMA foreign_schema; -ALTER FOREIGN TABLE ft1 SET TABLESPACE ts; -- ERROR -ERROR: relation "ft1" does not exist -ALTER SEQUENCE foreign_schema.ft1_c11_seq SET SCHEMA public; -- ERROR -ERROR: cannot move an owned sequence into another schema -DETAIL: Sequence "ft1_c11_seq" is linked to table "ft1". -ALTER FOREIGN TABLE foreign_schema.ft1 RENAME c1 TO foreign_column_1; -ALTER FOREIGN TABLE foreign_schema.ft1 RENAME TO foreign_table_1; -\d foreign_schema.foreign_table_1 - Foreign table "foreign_schema.foreign_table_1" - Column | Type | Collation | Nullable | Default | FDW options -------------------+---------+-----------+----------+-------------------------------------------------+-------------------------------- - foreign_column_1 | integer | | not null | | ("param 1" 'val1') - c2 | text | | | | (param2 'val2', param3 'val3') - c3 | date | | | | - c4 | integer | | | 0 | - c5 | integer | | | | - c6 | integer | | not null | | - c7 | integer | | | | (p1 'v1', p2 'v2') - c8 | text | | | | (p2 'V2') - c10 | integer | | | | (p1 'v1') - c11 | integer | | not null | nextval('foreign_schema.ft1_c11_seq'::regclass) | -Check constraints: - "ft1_c2_check" CHECK (c2 <> ''::text) - "ft1_c3_check" CHECK (c3 >= '01-01-1994'::date AND c3 <= '01-31-1994'::date) -Server: s0 -FDW options: (quote '~', "be quoted" 'value', escape '@') - --- alter noexisting table -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ADD COLUMN c4 integer; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ADD COLUMN c6 integer; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ADD COLUMN c7 integer NOT NULL; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ADD COLUMN c8 integer; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ADD COLUMN c9 integer; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ADD COLUMN c10 integer OPTIONS (p1 'v1'); -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ALTER COLUMN c6 SET NOT NULL; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ALTER COLUMN c7 DROP NOT NULL; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ALTER COLUMN c8 TYPE char(10); -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ALTER COLUMN c8 SET DATA TYPE text; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ALTER COLUMN c7 OPTIONS (ADD p1 'v1', ADD p2 'v2'), - ALTER COLUMN c8 OPTIONS (ADD p1 'v1', ADD p2 'v2'); -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 ALTER COLUMN c8 OPTIONS (SET p2 'V2', DROP p1); -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 DROP CONSTRAINT IF EXISTS no_const; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 DROP CONSTRAINT ft1_c1_check; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 OWNER TO regress_test_role; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 OPTIONS (DROP delimiter, SET quote '~', ADD escape '@'); -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 DROP COLUMN IF EXISTS no_column; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 DROP COLUMN c9; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 SET SCHEMA foreign_schema; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 RENAME c1 TO foreign_column_1; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping -ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 RENAME TO foreign_table_1; -NOTICE: relation "doesnt_exist_ft1" does not exist, skipping --- Information schema -SELECT * FROM information_schema.foreign_data_wrappers ORDER BY 1, 2; - foreign_data_wrapper_catalog | foreign_data_wrapper_name | authorization_identifier | library_name | foreign_data_wrapper_language -------------------------------+---------------------------+---------------------------+--------------+------------------------------- - regression | dummy | regress_foreign_data_user | | c - regression | foo | regress_foreign_data_user | | c - regression | postgresql | regress_foreign_data_user | | c -(3 rows) - -SELECT * FROM information_schema.foreign_data_wrapper_options ORDER BY 1, 2, 3; - foreign_data_wrapper_catalog | foreign_data_wrapper_name | option_name | option_value -------------------------------+---------------------------+--------------+-------------- - regression | foo | test wrapper | true -(1 row) - -SELECT * FROM information_schema.foreign_servers ORDER BY 1, 2; - foreign_server_catalog | foreign_server_name | foreign_data_wrapper_catalog | foreign_data_wrapper_name | foreign_server_type | foreign_server_version | authorization_identifier -------------------------+---------------------+------------------------------+---------------------------+---------------------+------------------------+--------------------------- - regression | s0 | regression | dummy | | | regress_foreign_data_user - regression | s4 | regression | foo | oracle | | regress_foreign_data_user - regression | s5 | regression | foo | | 15.0 | regress_test_role - regression | s6 | regression | foo | | 16.0 | regress_test_indirect - regression | s8 | regression | postgresql | | | regress_foreign_data_user - regression | t1 | regression | foo | | | regress_test_indirect - regression | t2 | regression | foo | | | regress_test_role -(7 rows) - -SELECT * FROM information_schema.foreign_server_options ORDER BY 1, 2, 3; - foreign_server_catalog | foreign_server_name | option_name | option_value -------------------------+---------------------+-----------------+-------------- - regression | s4 | dbname | b - regression | s4 | host | a - regression | s6 | dbname | b - regression | s6 | host | a - regression | s8 | connect_timeout | 30 - regression | s8 | dbname | db1 -(6 rows) - -SELECT * FROM information_schema.user_mappings ORDER BY lower(authorization_identifier), 2, 3; - authorization_identifier | foreign_server_catalog | foreign_server_name ----------------------------+------------------------+--------------------- - PUBLIC | regression | s4 - PUBLIC | regression | s8 - PUBLIC | regression | t1 - regress_foreign_data_user | regression | s4 - regress_foreign_data_user | regression | s8 - regress_test_role | regression | s5 - regress_test_role | regression | s6 - regress_test_role | regression | t1 -(8 rows) - -SELECT * FROM information_schema.user_mapping_options ORDER BY lower(authorization_identifier), 2, 3, 4; - authorization_identifier | foreign_server_catalog | foreign_server_name | option_name | option_value ----------------------------+------------------------+---------------------+--------------+-------------- - PUBLIC | regression | s4 | this mapping | is public - PUBLIC | regression | t1 | modified | 1 - regress_foreign_data_user | regression | s8 | password | public - regress_test_role | regression | s5 | modified | 1 - regress_test_role | regression | s6 | username | test - regress_test_role | regression | t1 | password | boo - regress_test_role | regression | t1 | username | bob -(7 rows) - -SELECT * FROM information_schema.usage_privileges WHERE object_type LIKE 'FOREIGN%' AND object_name IN ('s6', 'foo') ORDER BY 1, 2, 3, 4, 5; - grantor | grantee | object_catalog | object_schema | object_name | object_type | privilege_type | is_grantable ----------------------------+---------------------------+----------------+---------------+-------------+----------------------+----------------+-------------- - regress_foreign_data_user | regress_foreign_data_user | regression | | foo | FOREIGN DATA WRAPPER | USAGE | YES - regress_foreign_data_user | regress_test_indirect | regression | | foo | FOREIGN DATA WRAPPER | USAGE | NO - regress_test_indirect | regress_test_indirect | regression | | s6 | FOREIGN SERVER | USAGE | YES - regress_test_indirect | regress_test_role2 | regression | | s6 | FOREIGN SERVER | USAGE | YES -(4 rows) - -SELECT * FROM information_schema.role_usage_grants WHERE object_type LIKE 'FOREIGN%' AND object_name IN ('s6', 'foo') ORDER BY 1, 2, 3, 4, 5; - grantor | grantee | object_catalog | object_schema | object_name | object_type | privilege_type | is_grantable ----------------------------+---------------------------+----------------+---------------+-------------+----------------------+----------------+-------------- - regress_foreign_data_user | regress_foreign_data_user | regression | | foo | FOREIGN DATA WRAPPER | USAGE | YES - regress_foreign_data_user | regress_test_indirect | regression | | foo | FOREIGN DATA WRAPPER | USAGE | NO - regress_test_indirect | regress_test_indirect | regression | | s6 | FOREIGN SERVER | USAGE | YES - regress_test_indirect | regress_test_role2 | regression | | s6 | FOREIGN SERVER | USAGE | YES -(4 rows) - -SELECT * FROM information_schema.foreign_tables ORDER BY 1, 2, 3; - foreign_table_catalog | foreign_table_schema | foreign_table_name | foreign_server_catalog | foreign_server_name ------------------------+----------------------+--------------------+------------------------+--------------------- - regression | foreign_schema | foreign_table_1 | regression | s0 -(1 row) - -SELECT * FROM information_schema.foreign_table_options ORDER BY 1, 2, 3, 4; - foreign_table_catalog | foreign_table_schema | foreign_table_name | option_name | option_value ------------------------+----------------------+--------------------+-------------+-------------- - regression | foreign_schema | foreign_table_1 | be quoted | value - regression | foreign_schema | foreign_table_1 | escape | @ - regression | foreign_schema | foreign_table_1 | quote | ~ -(3 rows) - -SET ROLE regress_test_role; -SELECT * FROM information_schema.user_mapping_options ORDER BY 1, 2, 3, 4; - authorization_identifier | foreign_server_catalog | foreign_server_name | option_name | option_value ---------------------------+------------------------+---------------------+-------------+-------------- - PUBLIC | regression | t1 | modified | 1 - regress_test_role | regression | s5 | modified | 1 - regress_test_role | regression | s6 | username | test - regress_test_role | regression | t1 | password | boo - regress_test_role | regression | t1 | username | bob -(5 rows) - -SELECT * FROM information_schema.usage_privileges WHERE object_type LIKE 'FOREIGN%' AND object_name IN ('s6', 'foo') ORDER BY 1, 2, 3, 4, 5; - grantor | grantee | object_catalog | object_schema | object_name | object_type | privilege_type | is_grantable ----------------------------+-----------------------+----------------+---------------+-------------+----------------------+----------------+-------------- - regress_foreign_data_user | regress_test_indirect | regression | | foo | FOREIGN DATA WRAPPER | USAGE | NO - regress_test_indirect | regress_test_indirect | regression | | s6 | FOREIGN SERVER | USAGE | YES - regress_test_indirect | regress_test_role2 | regression | | s6 | FOREIGN SERVER | USAGE | YES -(3 rows) - -SELECT * FROM information_schema.role_usage_grants WHERE object_type LIKE 'FOREIGN%' AND object_name IN ('s6', 'foo') ORDER BY 1, 2, 3, 4, 5; - grantor | grantee | object_catalog | object_schema | object_name | object_type | privilege_type | is_grantable ----------------------------+-----------------------+----------------+---------------+-------------+----------------------+----------------+-------------- - regress_foreign_data_user | regress_test_indirect | regression | | foo | FOREIGN DATA WRAPPER | USAGE | NO - regress_test_indirect | regress_test_indirect | regression | | s6 | FOREIGN SERVER | USAGE | YES - regress_test_indirect | regress_test_role2 | regression | | s6 | FOREIGN SERVER | USAGE | YES -(3 rows) - -DROP USER MAPPING FOR current_user SERVER t1; -SET ROLE regress_test_role2; -SELECT * FROM information_schema.user_mapping_options ORDER BY 1, 2, 3, 4; - authorization_identifier | foreign_server_catalog | foreign_server_name | option_name | option_value ---------------------------+------------------------+---------------------+-------------+-------------- - regress_test_role | regression | s6 | username | -(1 row) - -RESET ROLE; --- has_foreign_data_wrapper_privilege -SELECT has_foreign_data_wrapper_privilege('regress_test_role', - (SELECT oid FROM pg_foreign_data_wrapper WHERE fdwname='foo'), 'USAGE'); - has_foreign_data_wrapper_privilege ------------------------------------- - t -(1 row) - -SELECT has_foreign_data_wrapper_privilege('regress_test_role', 'foo', 'USAGE'); - has_foreign_data_wrapper_privilege ------------------------------------- - t -(1 row) - -SELECT has_foreign_data_wrapper_privilege( - (SELECT oid FROM pg_roles WHERE rolname='regress_test_role'), - (SELECT oid FROM pg_foreign_data_wrapper WHERE fdwname='foo'), 'USAGE'); - has_foreign_data_wrapper_privilege ------------------------------------- - t -(1 row) - -SELECT has_foreign_data_wrapper_privilege( - (SELECT oid FROM pg_foreign_data_wrapper WHERE fdwname='foo'), 'USAGE'); - has_foreign_data_wrapper_privilege ------------------------------------- - t -(1 row) - -SELECT has_foreign_data_wrapper_privilege( - (SELECT oid FROM pg_roles WHERE rolname='regress_test_role'), 'foo', 'USAGE'); - has_foreign_data_wrapper_privilege ------------------------------------- - t -(1 row) - -SELECT has_foreign_data_wrapper_privilege('foo', 'USAGE'); - has_foreign_data_wrapper_privilege ------------------------------------- - t -(1 row) - -GRANT USAGE ON FOREIGN DATA WRAPPER foo TO regress_test_role; -SELECT has_foreign_data_wrapper_privilege('regress_test_role', 'foo', 'USAGE'); - has_foreign_data_wrapper_privilege ------------------------------------- - t -(1 row) - --- has_server_privilege -SELECT has_server_privilege('regress_test_role', - (SELECT oid FROM pg_foreign_server WHERE srvname='s8'), 'USAGE'); - has_server_privilege ----------------------- - f -(1 row) - -SELECT has_server_privilege('regress_test_role', 's8', 'USAGE'); - has_server_privilege ----------------------- - f -(1 row) - -SELECT has_server_privilege( - (SELECT oid FROM pg_roles WHERE rolname='regress_test_role'), - (SELECT oid FROM pg_foreign_server WHERE srvname='s8'), 'USAGE'); - has_server_privilege ----------------------- - f -(1 row) - -SELECT has_server_privilege( - (SELECT oid FROM pg_foreign_server WHERE srvname='s8'), 'USAGE'); - has_server_privilege ----------------------- - t -(1 row) - -SELECT has_server_privilege( - (SELECT oid FROM pg_roles WHERE rolname='regress_test_role'), 's8', 'USAGE'); - has_server_privilege ----------------------- - f -(1 row) - -SELECT has_server_privilege('s8', 'USAGE'); - has_server_privilege ----------------------- - t -(1 row) - -GRANT USAGE ON FOREIGN SERVER s8 TO regress_test_role; -SELECT has_server_privilege('regress_test_role', 's8', 'USAGE'); - has_server_privilege ----------------------- - t -(1 row) - -REVOKE USAGE ON FOREIGN SERVER s8 FROM regress_test_role; -GRANT USAGE ON FOREIGN SERVER s4 TO regress_test_role; -DROP USER MAPPING FOR public SERVER s4; -ALTER SERVER s6 OPTIONS (DROP host, DROP dbname); -ALTER USER MAPPING FOR regress_test_role SERVER s6 OPTIONS (DROP username); -ALTER FOREIGN DATA WRAPPER foo VALIDATOR postgresql_fdw_validator; -WARNING: changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid --- Privileges -SET ROLE regress_unprivileged_role; -CREATE FOREIGN DATA WRAPPER foobar; -- ERROR -ERROR: permission denied to create foreign-data wrapper "foobar" -HINT: Must be superuser to create a foreign-data wrapper. -ALTER FOREIGN DATA WRAPPER foo OPTIONS (gotcha 'true'); -- ERROR -ERROR: permission denied to alter foreign-data wrapper "foo" -HINT: Must be superuser to alter a foreign-data wrapper. -ALTER FOREIGN DATA WRAPPER foo OWNER TO regress_unprivileged_role; -- ERROR -ERROR: permission denied to change owner of foreign-data wrapper "foo" -HINT: Must be superuser to change owner of a foreign-data wrapper. -DROP FOREIGN DATA WRAPPER foo; -- ERROR -ERROR: must be owner of foreign-data wrapper foo -GRANT USAGE ON FOREIGN DATA WRAPPER foo TO regress_test_role; -- ERROR -ERROR: permission denied for foreign-data wrapper foo -CREATE SERVER s9 FOREIGN DATA WRAPPER foo; -- ERROR -ERROR: permission denied for foreign-data wrapper foo -ALTER SERVER s4 VERSION '0.5'; -- ERROR -ERROR: must be owner of foreign server s4 -ALTER SERVER s4 OWNER TO regress_unprivileged_role; -- ERROR -ERROR: must be owner of foreign server s4 -DROP SERVER s4; -- ERROR -ERROR: must be owner of foreign server s4 -GRANT USAGE ON FOREIGN SERVER s4 TO regress_test_role; -- ERROR -ERROR: permission denied for foreign server s4 -CREATE USER MAPPING FOR public SERVER s4; -- ERROR -ERROR: must be owner of foreign server s4 -ALTER USER MAPPING FOR regress_test_role SERVER s6 OPTIONS (gotcha 'true'); -- ERROR -ERROR: must be owner of foreign server s6 -DROP USER MAPPING FOR regress_test_role SERVER s6; -- ERROR -ERROR: must be owner of foreign server s6 -RESET ROLE; -GRANT USAGE ON FOREIGN DATA WRAPPER postgresql TO regress_unprivileged_role; -GRANT USAGE ON FOREIGN DATA WRAPPER foo TO regress_unprivileged_role WITH GRANT OPTION; -SET ROLE regress_unprivileged_role; -CREATE FOREIGN DATA WRAPPER foobar; -- ERROR -ERROR: permission denied to create foreign-data wrapper "foobar" -HINT: Must be superuser to create a foreign-data wrapper. -ALTER FOREIGN DATA WRAPPER foo OPTIONS (gotcha 'true'); -- ERROR -ERROR: permission denied to alter foreign-data wrapper "foo" -HINT: Must be superuser to alter a foreign-data wrapper. -DROP FOREIGN DATA WRAPPER foo; -- ERROR -ERROR: must be owner of foreign-data wrapper foo -GRANT USAGE ON FOREIGN DATA WRAPPER postgresql TO regress_test_role; -- WARNING -WARNING: no privileges were granted for "postgresql" -GRANT USAGE ON FOREIGN DATA WRAPPER foo TO regress_test_role; -CREATE SERVER s9 FOREIGN DATA WRAPPER postgresql; -ALTER SERVER s6 VERSION '0.5'; -- ERROR -ERROR: must be owner of foreign server s6 -DROP SERVER s6; -- ERROR -ERROR: must be owner of foreign server s6 -GRANT USAGE ON FOREIGN SERVER s6 TO regress_test_role; -- ERROR -ERROR: permission denied for foreign server s6 -GRANT USAGE ON FOREIGN SERVER s9 TO regress_test_role; -CREATE USER MAPPING FOR public SERVER s6; -- ERROR -ERROR: must be owner of foreign server s6 -CREATE USER MAPPING FOR public SERVER s9; -ALTER USER MAPPING FOR regress_test_role SERVER s6 OPTIONS (gotcha 'true'); -- ERROR -ERROR: must be owner of foreign server s6 -DROP USER MAPPING FOR regress_test_role SERVER s6; -- ERROR -ERROR: must be owner of foreign server s6 -RESET ROLE; -REVOKE USAGE ON FOREIGN DATA WRAPPER foo FROM regress_unprivileged_role; -- ERROR -ERROR: dependent privileges exist -HINT: Use CASCADE to revoke them too. -REVOKE USAGE ON FOREIGN DATA WRAPPER foo FROM regress_unprivileged_role CASCADE; -SET ROLE regress_unprivileged_role; -GRANT USAGE ON FOREIGN DATA WRAPPER foo TO regress_test_role; -- ERROR -ERROR: permission denied for foreign-data wrapper foo -CREATE SERVER s10 FOREIGN DATA WRAPPER foo; -- ERROR -ERROR: permission denied for foreign-data wrapper foo -ALTER SERVER s9 VERSION '1.1'; -GRANT USAGE ON FOREIGN SERVER s9 TO regress_test_role; -CREATE USER MAPPING FOR current_user SERVER s9; -DROP SERVER s9 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to user mapping for public on server s9 -drop cascades to user mapping for regress_unprivileged_role on server s9 -RESET ROLE; -CREATE SERVER s9 FOREIGN DATA WRAPPER foo; -GRANT USAGE ON FOREIGN SERVER s9 TO regress_unprivileged_role; -SET ROLE regress_unprivileged_role; -ALTER SERVER s9 VERSION '1.2'; -- ERROR -ERROR: must be owner of foreign server s9 -GRANT USAGE ON FOREIGN SERVER s9 TO regress_test_role; -- WARNING -WARNING: no privileges were granted for "s9" -CREATE USER MAPPING FOR current_user SERVER s9; -DROP SERVER s9 CASCADE; -- ERROR -ERROR: must be owner of foreign server s9 --- Check visibility of user mapping data -SET ROLE regress_test_role; -CREATE SERVER s10 FOREIGN DATA WRAPPER foo; -CREATE USER MAPPING FOR public SERVER s10 OPTIONS (user 'secret'); -CREATE USER MAPPING FOR regress_unprivileged_role SERVER s10 OPTIONS (user 'secret'); --- owner of server can see some option fields -\deu+ - List of user mappings - Server | User name | FDW options ---------+---------------------------+------------------- - s10 | public | ("user" 'secret') - s10 | regress_unprivileged_role | - s4 | regress_foreign_data_user | - s5 | regress_test_role | (modified '1') - s6 | regress_test_role | - s8 | public | - s8 | regress_foreign_data_user | - s9 | regress_unprivileged_role | - t1 | public | (modified '1') -(9 rows) - -RESET ROLE; --- superuser can see all option fields -\deu+ - List of user mappings - Server | User name | FDW options ---------+---------------------------+--------------------- - s10 | public | ("user" 'secret') - s10 | regress_unprivileged_role | ("user" 'secret') - s4 | regress_foreign_data_user | - s5 | regress_test_role | (modified '1') - s6 | regress_test_role | - s8 | public | - s8 | regress_foreign_data_user | (password 'public') - s9 | regress_unprivileged_role | - t1 | public | (modified '1') -(9 rows) - --- unprivileged user cannot see any option field -SET ROLE regress_unprivileged_role; -\deu+ - List of user mappings - Server | User name | FDW options ---------+---------------------------+------------- - s10 | public | - s10 | regress_unprivileged_role | - s4 | regress_foreign_data_user | - s5 | regress_test_role | - s6 | regress_test_role | - s8 | public | - s8 | regress_foreign_data_user | - s9 | regress_unprivileged_role | - t1 | public | -(9 rows) - -RESET ROLE; -DROP SERVER s10 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to user mapping for public on server s10 -drop cascades to user mapping for regress_unprivileged_role on server s10 --- Triggers -CREATE FUNCTION dummy_trigger() RETURNS TRIGGER AS $$ - BEGIN - RETURN NULL; - END -$$ language plpgsql; -CREATE TRIGGER trigtest_before_stmt BEFORE INSERT OR UPDATE OR DELETE -ON foreign_schema.foreign_table_1 -FOR EACH STATEMENT -EXECUTE PROCEDURE dummy_trigger(); -CREATE TRIGGER trigtest_after_stmt AFTER INSERT OR UPDATE OR DELETE -ON foreign_schema.foreign_table_1 -FOR EACH STATEMENT -EXECUTE PROCEDURE dummy_trigger(); -CREATE TRIGGER trigtest_after_stmt_tt AFTER INSERT OR UPDATE OR DELETE -- ERROR -ON foreign_schema.foreign_table_1 -REFERENCING NEW TABLE AS new_table -FOR EACH STATEMENT -EXECUTE PROCEDURE dummy_trigger(); -ERROR: "foreign_table_1" is a foreign table -DETAIL: Triggers on foreign tables cannot have transition tables. -CREATE TRIGGER trigtest_before_row BEFORE INSERT OR UPDATE OR DELETE -ON foreign_schema.foreign_table_1 -FOR EACH ROW -EXECUTE PROCEDURE dummy_trigger(); -CREATE TRIGGER trigtest_after_row AFTER INSERT OR UPDATE OR DELETE -ON foreign_schema.foreign_table_1 -FOR EACH ROW -EXECUTE PROCEDURE dummy_trigger(); -CREATE CONSTRAINT TRIGGER trigtest_constraint AFTER INSERT OR UPDATE OR DELETE -ON foreign_schema.foreign_table_1 -FOR EACH ROW -EXECUTE PROCEDURE dummy_trigger(); -ERROR: "foreign_table_1" is a foreign table -DETAIL: Foreign tables cannot have constraint triggers. -ALTER FOREIGN TABLE foreign_schema.foreign_table_1 - DISABLE TRIGGER trigtest_before_stmt; -ALTER FOREIGN TABLE foreign_schema.foreign_table_1 - ENABLE TRIGGER trigtest_before_stmt; -DROP TRIGGER trigtest_before_stmt ON foreign_schema.foreign_table_1; -DROP TRIGGER trigtest_before_row ON foreign_schema.foreign_table_1; -DROP TRIGGER trigtest_after_stmt ON foreign_schema.foreign_table_1; -DROP TRIGGER trigtest_after_row ON foreign_schema.foreign_table_1; -DROP FUNCTION dummy_trigger(); --- Table inheritance -CREATE TABLE fd_pt1 ( - c1 integer NOT NULL, - c2 text, - c3 date -); -CREATE FOREIGN TABLE ft2 () INHERITS (fd_pt1) - SERVER s0 OPTIONS (delimiter ',', quote '"', "be quoted" 'value'); -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" -Child tables: ft2, FOREIGN - -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" (inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 - -DROP FOREIGN TABLE ft2; -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" - -CREATE FOREIGN TABLE ft2 ( - c1 integer NOT NULL, - c2 text, - c3 date -) SERVER s0 OPTIONS (delimiter ',', quote '"', "be quoted" 'value'); -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') - -ALTER FOREIGN TABLE ft2 INHERIT fd_pt1; -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" -Child tables: ft2, FOREIGN - -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (local, inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 - -CREATE TABLE ct3() INHERITS(ft2); -CREATE FOREIGN TABLE ft3 ( - c1 integer NOT NULL, - c2 text, - c3 date -) INHERITS(ft2) - SERVER s0; -NOTICE: merging column "c1" with inherited definition -NOTICE: merging column "c2" with inherited definition -NOTICE: merging column "c3" with inherited definition -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (local, inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 -Child tables: ct3, - ft3, FOREIGN - -\d+ ct3 - Table "public.ct3" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (inherited) -Inherits: ft2 - -\d+ ft3 - Foreign table "public.ft3" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Not-null constraints: - "ft3_c1_not_null" NOT NULL "c1" (local, inherited) -Server: s0 -Inherits: ft2 - --- add attributes recursively -ALTER TABLE fd_pt1 ADD COLUMN c4 integer; -ALTER TABLE fd_pt1 ADD COLUMN c5 integer DEFAULT 0; -ALTER TABLE fd_pt1 ADD COLUMN c6 integer; -ALTER TABLE fd_pt1 ADD COLUMN c7 integer NOT NULL; -ALTER TABLE fd_pt1 ADD COLUMN c8 integer; -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | | | extended | | - c3 | date | | | | plain | | - c4 | integer | | | | plain | | - c5 | integer | | | 0 | plain | | - c6 | integer | | | | plain | | - c7 | integer | | not null | | plain | | - c8 | integer | | | | plain | | -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" - "fd_pt1_c7_not_null" NOT NULL "c7" -Child tables: ft2, FOREIGN - -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | - c4 | integer | | | | | plain | | - c5 | integer | | | 0 | | plain | | - c6 | integer | | | | | plain | | - c7 | integer | | not null | | | plain | | - c8 | integer | | | | | plain | | -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (local, inherited) - "fd_pt1_c7_not_null" NOT NULL "c7" (inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 -Child tables: ct3, - ft3, FOREIGN - -\d+ ct3 - Table "public.ct3" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | | | extended | | - c3 | date | | | | plain | | - c4 | integer | | | | plain | | - c5 | integer | | | 0 | plain | | - c6 | integer | | | | plain | | - c7 | integer | | not null | | plain | | - c8 | integer | | | | plain | | -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (inherited) - "fd_pt1_c7_not_null" NOT NULL "c7" (inherited) -Inherits: ft2 - -\d+ ft3 - Foreign table "public.ft3" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | - c4 | integer | | | | | plain | | - c5 | integer | | | 0 | | plain | | - c6 | integer | | | | | plain | | - c7 | integer | | not null | | | plain | | - c8 | integer | | | | | plain | | -Not-null constraints: - "ft3_c1_not_null" NOT NULL "c1" (local, inherited) - "fd_pt1_c7_not_null" NOT NULL "c7" (inherited) -Server: s0 -Inherits: ft2 - --- alter attributes recursively -ALTER TABLE fd_pt1 ALTER COLUMN c4 SET DEFAULT 0; -ALTER TABLE fd_pt1 ALTER COLUMN c5 DROP DEFAULT; -ALTER TABLE fd_pt1 ALTER COLUMN c6 SET NOT NULL; -ALTER TABLE fd_pt1 ALTER COLUMN c7 DROP NOT NULL; -ALTER TABLE fd_pt1 ALTER COLUMN c8 TYPE char(10) USING '0'; -- ERROR -ERROR: "ft2" is not a table -ALTER TABLE fd_pt1 ALTER COLUMN c8 TYPE char(10); -ALTER TABLE fd_pt1 ALTER COLUMN c8 SET DATA TYPE text; -ALTER TABLE fd_pt1 ALTER COLUMN c1 SET STATISTICS 10000; -ALTER TABLE fd_pt1 ALTER COLUMN c1 SET (n_distinct = 100); -ALTER TABLE fd_pt1 ALTER COLUMN c8 SET STATISTICS -1; -ALTER TABLE fd_pt1 ALTER COLUMN c8 SET STORAGE EXTERNAL; -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | 10000 | - c2 | text | | | | extended | | - c3 | date | | | | plain | | - c4 | integer | | | 0 | plain | | - c5 | integer | | | | plain | | - c6 | integer | | not null | | plain | | - c7 | integer | | | | plain | | - c8 | text | | | | external | | -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" - "fd_pt1_c6_not_null" NOT NULL "c6" -Child tables: ft2, FOREIGN - -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | 10000 | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | - c4 | integer | | | 0 | | plain | | - c5 | integer | | | | | plain | | - c6 | integer | | not null | | | plain | | - c7 | integer | | | | | plain | | - c8 | text | | | | | external | | -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (local, inherited) - "fd_pt1_c6_not_null" NOT NULL "c6" (inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 -Child tables: ct3, - ft3, FOREIGN - --- drop attributes recursively -ALTER TABLE fd_pt1 DROP COLUMN c4; -ALTER TABLE fd_pt1 DROP COLUMN c5; -ALTER TABLE fd_pt1 DROP COLUMN c6; -ALTER TABLE fd_pt1 DROP COLUMN c7; -ALTER TABLE fd_pt1 DROP COLUMN c8; -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | 10000 | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" -Child tables: ft2, FOREIGN - -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | 10000 | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (local, inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 -Child tables: ct3, - ft3, FOREIGN - --- add constraints recursively -ALTER TABLE fd_pt1 ADD CONSTRAINT fd_pt1chk1 CHECK (c1 > 0) NO INHERIT; -ALTER TABLE fd_pt1 ADD CONSTRAINT fd_pt1chk2 CHECK (c2 <> ''); --- connoinherit should be true for NO INHERIT constraint -SELECT relname, conname, contype, conislocal, coninhcount, connoinherit - FROM pg_class AS pc JOIN pg_constraint AS pgc ON (conrelid = pc.oid) - WHERE pc.relname = 'fd_pt1' - ORDER BY 1,2; - relname | conname | contype | conislocal | coninhcount | connoinherit ----------+--------------------+---------+------------+-------------+-------------- - fd_pt1 | fd_pt1_c1_not_null | n | t | 0 | f - fd_pt1 | fd_pt1chk1 | c | t | 0 | t - fd_pt1 | fd_pt1chk2 | c | t | 0 | f -(3 rows) - --- child does not inherit NO INHERIT constraints -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | 10000 | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Check constraints: - "fd_pt1chk1" CHECK (c1 > 0) NO INHERIT - "fd_pt1chk2" CHECK (c2 <> ''::text) -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" -Child tables: ft2, FOREIGN - -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | 10000 | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Check constraints: - "fd_pt1chk2" CHECK (c2 <> ''::text) -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (local, inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 -Child tables: ct3, - ft3, FOREIGN - -DROP FOREIGN TABLE ft2; -- ERROR -ERROR: cannot drop foreign table ft2 because other objects depend on it -DETAIL: table ct3 depends on foreign table ft2 -foreign table ft3 depends on foreign table ft2 -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP FOREIGN TABLE ft2 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table ct3 -drop cascades to foreign table ft3 -CREATE FOREIGN TABLE ft2 ( - c1 integer NOT NULL, - c2 text, - c3 date -) SERVER s0 OPTIONS (delimiter ',', quote '"', "be quoted" 'value'); --- child must have parent's INHERIT constraints -ALTER FOREIGN TABLE ft2 INHERIT fd_pt1; -- ERROR -ERROR: child table is missing constraint "fd_pt1chk2" -ALTER FOREIGN TABLE ft2 ADD CONSTRAINT fd_pt1chk2 CHECK (c2 <> ''); -ALTER FOREIGN TABLE ft2 INHERIT fd_pt1; --- child does not inherit NO INHERIT constraints -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | 10000 | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Check constraints: - "fd_pt1chk1" CHECK (c1 > 0) NO INHERIT - "fd_pt1chk2" CHECK (c2 <> ''::text) -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" -Child tables: ft2, FOREIGN - -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Check constraints: - "fd_pt1chk2" CHECK (c2 <> ''::text) -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (local, inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 - --- drop constraints recursively -ALTER TABLE fd_pt1 DROP CONSTRAINT fd_pt1chk1 CASCADE; -ALTER TABLE fd_pt1 DROP CONSTRAINT fd_pt1chk2 CASCADE; --- NOT VALID case -INSERT INTO fd_pt1 VALUES (1, 'fd_pt1'::text, '1994-01-01'::date); -ALTER TABLE fd_pt1 ADD CONSTRAINT fd_pt1chk3 CHECK (c2 <> '') NOT VALID; -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | 10000 | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Check constraints: - "fd_pt1chk3" CHECK (c2 <> ''::text) NOT VALID -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" -Child tables: ft2, FOREIGN - -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Check constraints: - "fd_pt1chk2" CHECK (c2 <> ''::text) - "fd_pt1chk3" CHECK (c2 <> ''::text) NOT VALID -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (local, inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 - --- VALIDATE CONSTRAINT need do nothing on foreign tables -ALTER TABLE fd_pt1 VALIDATE CONSTRAINT fd_pt1chk3; -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | 10000 | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Check constraints: - "fd_pt1chk3" CHECK (c2 <> ''::text) -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "c1" -Child tables: ft2, FOREIGN - -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Check constraints: - "fd_pt1chk2" CHECK (c2 <> ''::text) - "fd_pt1chk3" CHECK (c2 <> ''::text) -Not-null constraints: - "ft2_c1_not_null" NOT NULL "c1" (local, inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 - --- changes name of an attribute recursively -ALTER TABLE fd_pt1 RENAME COLUMN c1 TO f1; -ALTER TABLE fd_pt1 RENAME COLUMN c2 TO f2; -ALTER TABLE fd_pt1 RENAME COLUMN c3 TO f3; --- changes name of a constraint recursively -ALTER TABLE fd_pt1 RENAME CONSTRAINT fd_pt1chk3 TO f2_check; -\d+ fd_pt1 - Table "public.fd_pt1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - f1 | integer | | not null | | plain | 10000 | - f2 | text | | | | extended | | - f3 | date | | | | plain | | -Check constraints: - "f2_check" CHECK (f2 <> ''::text) -Not-null constraints: - "fd_pt1_c1_not_null" NOT NULL "f1" -Child tables: ft2, FOREIGN - -\d+ ft2 - Foreign table "public.ft2" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - f1 | integer | | not null | | | plain | | - f2 | text | | | | | extended | | - f3 | date | | | | | plain | | -Check constraints: - "f2_check" CHECK (f2 <> ''::text) - "fd_pt1chk2" CHECK (f2 <> ''::text) -Not-null constraints: - "ft2_c1_not_null" NOT NULL "f1" (local, inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') -Inherits: fd_pt1 - -DROP TABLE fd_pt1 CASCADE; -NOTICE: drop cascades to foreign table ft2 --- IMPORT FOREIGN SCHEMA -IMPORT FOREIGN SCHEMA s1 FROM SERVER s9 INTO public; -- ERROR -ERROR: foreign-data wrapper "foo" has no handler -IMPORT FOREIGN SCHEMA s1 LIMIT TO (t1) FROM SERVER s9 INTO public; --ERROR -ERROR: foreign-data wrapper "foo" has no handler -IMPORT FOREIGN SCHEMA s1 EXCEPT (t1) FROM SERVER s9 INTO public; -- ERROR -ERROR: foreign-data wrapper "foo" has no handler -IMPORT FOREIGN SCHEMA s1 EXCEPT (t1, t2) FROM SERVER s9 INTO public -OPTIONS (option1 'value1', option2 'value2'); -- ERROR -ERROR: foreign-data wrapper "foo" has no handler --- DROP FOREIGN TABLE -DROP FOREIGN TABLE no_table; -- ERROR -ERROR: foreign table "no_table" does not exist -DROP FOREIGN TABLE IF EXISTS no_table; -NOTICE: foreign table "no_table" does not exist, skipping -DROP FOREIGN TABLE foreign_schema.foreign_table_1; --- REASSIGN OWNED/DROP OWNED of foreign objects -REASSIGN OWNED BY regress_test_role TO regress_test_role2; -DROP OWNED BY regress_test_role2; -ERROR: cannot drop desired object(s) because other objects depend on them -DETAIL: user mapping for regress_test_role on server s5 depends on server s5 -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP OWNED BY regress_test_role2 CASCADE; -NOTICE: drop cascades to user mapping for regress_test_role on server s5 --- Foreign partition DDL stuff -CREATE TABLE fd_pt2 ( - c1 integer NOT NULL, - c2 text, - c3 date -) PARTITION BY LIST (c1); -CREATE FOREIGN TABLE fd_pt2_1 PARTITION OF fd_pt2 FOR VALUES IN (1) - SERVER s0 OPTIONS (delimiter ',', quote '"', "be quoted" 'value'); -\d+ fd_pt2 - Partitioned table "public.fd_pt2" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Partition key: LIST (c1) -Not-null constraints: - "fd_pt2_c1_not_null" NOT NULL "c1" -Partitions: fd_pt2_1 FOR VALUES IN (1), FOREIGN - -\d+ fd_pt2_1 - Foreign table "public.fd_pt2_1" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Partition of: fd_pt2 FOR VALUES IN (1) -Partition constraint: ((c1 IS NOT NULL) AND (c1 = 1)) -Not-null constraints: - "fd_pt2_c1_not_null" NOT NULL "c1" (inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') - --- partition cannot have additional columns -DROP FOREIGN TABLE fd_pt2_1; -CREATE FOREIGN TABLE fd_pt2_1 ( - c1 integer NOT NULL, - c2 text, - c3 date, - c4 char -) SERVER s0 OPTIONS (delimiter ',', quote '"', "be quoted" 'value'); -\d+ fd_pt2_1 - Foreign table "public.fd_pt2_1" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+--------------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | - c4 | character(1) | | | | | extended | | -Not-null constraints: - "fd_pt2_1_c1_not_null" NOT NULL "c1" -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') - -ALTER TABLE fd_pt2 ATTACH PARTITION fd_pt2_1 FOR VALUES IN (1); -- ERROR -ERROR: table "fd_pt2_1" contains column "c4" not found in parent "fd_pt2" -DETAIL: The new partition may contain only the columns present in parent. -DROP FOREIGN TABLE fd_pt2_1; -\d+ fd_pt2 - Partitioned table "public.fd_pt2" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Partition key: LIST (c1) -Not-null constraints: - "fd_pt2_c1_not_null" NOT NULL "c1" -Number of partitions: 0 - -CREATE FOREIGN TABLE fd_pt2_1 ( - c1 integer NOT NULL, - c2 text, - c3 date -) SERVER s0 OPTIONS (delimiter ',', quote '"', "be quoted" 'value'); -\d+ fd_pt2_1 - Foreign table "public.fd_pt2_1" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Not-null constraints: - "fd_pt2_1_c1_not_null" NOT NULL "c1" -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') - --- no attach partition validation occurs for foreign tables -ALTER TABLE fd_pt2 ATTACH PARTITION fd_pt2_1 FOR VALUES IN (1); -\d+ fd_pt2 - Partitioned table "public.fd_pt2" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Partition key: LIST (c1) -Not-null constraints: - "fd_pt2_c1_not_null" NOT NULL "c1" -Partitions: fd_pt2_1 FOR VALUES IN (1), FOREIGN - -\d+ fd_pt2_1 - Foreign table "public.fd_pt2_1" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | | | | plain | | -Partition of: fd_pt2 FOR VALUES IN (1) -Partition constraint: ((c1 IS NOT NULL) AND (c1 = 1)) -Not-null constraints: - "fd_pt2_1_c1_not_null" NOT NULL "c1" (inherited) -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') - --- cannot add column to a partition -ALTER TABLE fd_pt2_1 ADD c4 char; -ERROR: cannot add column to a partition --- ok to have a partition's own constraints though -ALTER TABLE fd_pt2_1 ALTER c3 SET NOT NULL; -ALTER TABLE fd_pt2_1 ADD CONSTRAINT p21chk CHECK (c2 <> ''); -\d+ fd_pt2 - Partitioned table "public.fd_pt2" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | | | extended | | - c3 | date | | | | plain | | -Partition key: LIST (c1) -Not-null constraints: - "fd_pt2_c1_not_null" NOT NULL "c1" -Partitions: fd_pt2_1 FOR VALUES IN (1), FOREIGN - -\d+ fd_pt2_1 - Foreign table "public.fd_pt2_1" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | not null | | | plain | | -Partition of: fd_pt2 FOR VALUES IN (1) -Partition constraint: ((c1 IS NOT NULL) AND (c1 = 1)) -Check constraints: - "p21chk" CHECK (c2 <> ''::text) -Not-null constraints: - "fd_pt2_1_c1_not_null" NOT NULL "c1" (inherited) - "fd_pt2_1_c3_not_null" NOT NULL "c3" -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') - --- cannot drop inherited NOT NULL constraint from a partition -ALTER TABLE fd_pt2_1 ALTER c1 DROP NOT NULL; -ERROR: column "c1" is marked NOT NULL in parent table --- partition must have parent's constraints -ALTER TABLE fd_pt2 DETACH PARTITION fd_pt2_1; -ALTER TABLE fd_pt2 ALTER c2 SET NOT NULL; -\d+ fd_pt2 - Partitioned table "public.fd_pt2" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | not null | | extended | | - c3 | date | | | | plain | | -Partition key: LIST (c1) -Not-null constraints: - "fd_pt2_c1_not_null" NOT NULL "c1" - "fd_pt2_c2_not_null" NOT NULL "c2" -Number of partitions: 0 - -\d+ fd_pt2_1 - Foreign table "public.fd_pt2_1" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | | | | extended | | - c3 | date | | not null | | | plain | | -Check constraints: - "p21chk" CHECK (c2 <> ''::text) -Not-null constraints: - "fd_pt2_1_c1_not_null" NOT NULL "c1" - "fd_pt2_1_c3_not_null" NOT NULL "c3" -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') - -ALTER TABLE fd_pt2 ATTACH PARTITION fd_pt2_1 FOR VALUES IN (1); -- ERROR -ERROR: column "c2" in child table "fd_pt2_1" must be marked NOT NULL -ALTER FOREIGN TABLE fd_pt2_1 ALTER c2 SET NOT NULL; -ALTER TABLE fd_pt2 ATTACH PARTITION fd_pt2_1 FOR VALUES IN (1); -ALTER TABLE fd_pt2 DETACH PARTITION fd_pt2_1; -ALTER TABLE fd_pt2 ADD CONSTRAINT fd_pt2chk1 CHECK (c1 > 0); -\d+ fd_pt2 - Partitioned table "public.fd_pt2" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+----------+--------------+------------- - c1 | integer | | not null | | plain | | - c2 | text | | not null | | extended | | - c3 | date | | | | plain | | -Partition key: LIST (c1) -Check constraints: - "fd_pt2chk1" CHECK (c1 > 0) -Not-null constraints: - "fd_pt2_c1_not_null" NOT NULL "c1" - "fd_pt2_c2_not_null" NOT NULL "c2" -Number of partitions: 0 - -\d+ fd_pt2_1 - Foreign table "public.fd_pt2_1" - Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description ---------+---------+-----------+----------+---------+-------------+----------+--------------+------------- - c1 | integer | | not null | | | plain | | - c2 | text | | not null | | | extended | | - c3 | date | | not null | | | plain | | -Check constraints: - "p21chk" CHECK (c2 <> ''::text) -Not-null constraints: - "fd_pt2_1_c1_not_null" NOT NULL "c1" - "fd_pt2_1_c2_not_null" NOT NULL "c2" - "fd_pt2_1_c3_not_null" NOT NULL "c3" -Server: s0 -FDW options: (delimiter ',', quote '"', "be quoted" 'value') - -ALTER TABLE fd_pt2 ATTACH PARTITION fd_pt2_1 FOR VALUES IN (1); -- ERROR -ERROR: child table is missing constraint "fd_pt2chk1" -ALTER FOREIGN TABLE fd_pt2_1 ADD CONSTRAINT fd_pt2chk1 CHECK (c1 > 0); -ALTER TABLE fd_pt2 ATTACH PARTITION fd_pt2_1 FOR VALUES IN (1); -DROP FOREIGN TABLE fd_pt2_1; -DROP TABLE fd_pt2; --- foreign table cannot be part of partition tree made of temporary --- relations. -CREATE TEMP TABLE temp_parted (a int) PARTITION BY LIST (a); -CREATE FOREIGN TABLE foreign_part PARTITION OF temp_parted DEFAULT - SERVER s0; -- ERROR -ERROR: cannot create a permanent relation as partition of temporary relation "temp_parted" -CREATE FOREIGN TABLE foreign_part (a int) SERVER s0; -ALTER TABLE temp_parted ATTACH PARTITION foreign_part DEFAULT; -- ERROR -ERROR: cannot attach a permanent relation as partition of temporary relation "temp_parted" -DROP FOREIGN TABLE foreign_part; -DROP TABLE temp_parted; --- Cleanup -DROP SCHEMA foreign_schema CASCADE; -DROP ROLE regress_test_role; -- ERROR -ERROR: role "regress_test_role" cannot be dropped because some objects depend on it -DETAIL: privileges for foreign-data wrapper foo -privileges for server s4 -owner of user mapping for regress_test_role on server s6 -DROP SERVER t1 CASCADE; -NOTICE: drop cascades to user mapping for public on server t1 -DROP USER MAPPING FOR regress_test_role SERVER s6; -DROP FOREIGN DATA WRAPPER foo CASCADE; -NOTICE: drop cascades to 5 other objects -DETAIL: drop cascades to server s4 -drop cascades to user mapping for regress_foreign_data_user on server s4 -drop cascades to server s6 -drop cascades to server s9 -drop cascades to user mapping for regress_unprivileged_role on server s9 -DROP SERVER s8 CASCADE; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to user mapping for regress_foreign_data_user on server s8 -drop cascades to user mapping for public on server s8 -DROP ROLE regress_test_indirect; -DROP ROLE regress_test_role; -DROP ROLE regress_unprivileged_role; -- ERROR -ERROR: role "regress_unprivileged_role" cannot be dropped because some objects depend on it -DETAIL: privileges for foreign-data wrapper postgresql -REVOKE ALL ON FOREIGN DATA WRAPPER postgresql FROM regress_unprivileged_role; -DROP ROLE regress_unprivileged_role; -DROP ROLE regress_test_role2; -DROP FOREIGN DATA WRAPPER postgresql CASCADE; -DROP FOREIGN DATA WRAPPER dummy CASCADE; -NOTICE: drop cascades to server s0 -\c -DROP ROLE regress_foreign_data_user; --- At this point we should have no wrappers, no servers, and no mappings. -SELECT fdwname, fdwhandler, fdwvalidator, fdwoptions FROM pg_foreign_data_wrapper; - fdwname | fdwhandler | fdwvalidator | fdwoptions ----------+------------+--------------+------------ -(0 rows) - -SELECT srvname, srvoptions FROM pg_foreign_server; - srvname | srvoptions ----------+------------ -(0 rows) - -SELECT * FROM pg_user_mapping; - oid | umuser | umserver | umoptions ------+--------+----------+----------- -(0 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/window.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/window.out --- /tmp/cirrus-ci-build/src/test/regress/expected/window.out 2025-05-11 19:30:19.016617000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/window.out 2025-05-11 19:32:42.808557000 +0000 @@ -1,5455 +1,2 @@ --- --- WINDOW FUNCTIONS --- -CREATE TEMPORARY TABLE empsalary ( - depname varchar, - empno bigint, - salary int, - enroll_date date -); -INSERT INTO empsalary VALUES -('develop', 10, 5200, '2007-08-01'), -('sales', 1, 5000, '2006-10-01'), -('personnel', 5, 3500, '2007-12-10'), -('sales', 4, 4800, '2007-08-08'), -('personnel', 2, 3900, '2006-12-23'), -('develop', 7, 4200, '2008-01-01'), -('develop', 9, 4500, '2008-01-01'), -('sales', 3, 4800, '2007-08-01'), -('develop', 8, 6000, '2006-10-01'), -('develop', 11, 5200, '2007-08-15'); -SELECT depname, empno, salary, sum(salary) OVER (PARTITION BY depname) FROM empsalary ORDER BY depname, salary; - depname | empno | salary | sum ------------+-------+--------+------- - develop | 7 | 4200 | 25100 - develop | 9 | 4500 | 25100 - develop | 11 | 5200 | 25100 - develop | 10 | 5200 | 25100 - develop | 8 | 6000 | 25100 - personnel | 5 | 3500 | 7400 - personnel | 2 | 3900 | 7400 - sales | 3 | 4800 | 14600 - sales | 4 | 4800 | 14600 - sales | 1 | 5000 | 14600 -(10 rows) - -SELECT depname, empno, salary, rank() OVER (PARTITION BY depname ORDER BY salary) FROM empsalary; - depname | empno | salary | rank ------------+-------+--------+------ - develop | 7 | 4200 | 1 - develop | 9 | 4500 | 2 - develop | 11 | 5200 | 3 - develop | 10 | 5200 | 3 - develop | 8 | 6000 | 5 - personnel | 5 | 3500 | 1 - personnel | 2 | 3900 | 2 - sales | 3 | 4800 | 1 - sales | 4 | 4800 | 1 - sales | 1 | 5000 | 3 -(10 rows) - --- with GROUP BY -SELECT four, ten, SUM(SUM(four)) OVER (PARTITION BY four), AVG(ten) FROM tenk1 -GROUP BY four, ten ORDER BY four, ten; - four | ten | sum | avg -------+-----+------+------------------------ - 0 | 0 | 0 | 0.00000000000000000000 - 0 | 2 | 0 | 2.0000000000000000 - 0 | 4 | 0 | 4.0000000000000000 - 0 | 6 | 0 | 6.0000000000000000 - 0 | 8 | 0 | 8.0000000000000000 - 1 | 1 | 2500 | 1.00000000000000000000 - 1 | 3 | 2500 | 3.0000000000000000 - 1 | 5 | 2500 | 5.0000000000000000 - 1 | 7 | 2500 | 7.0000000000000000 - 1 | 9 | 2500 | 9.0000000000000000 - 2 | 0 | 5000 | 0.00000000000000000000 - 2 | 2 | 5000 | 2.0000000000000000 - 2 | 4 | 5000 | 4.0000000000000000 - 2 | 6 | 5000 | 6.0000000000000000 - 2 | 8 | 5000 | 8.0000000000000000 - 3 | 1 | 7500 | 1.00000000000000000000 - 3 | 3 | 7500 | 3.0000000000000000 - 3 | 5 | 7500 | 5.0000000000000000 - 3 | 7 | 7500 | 7.0000000000000000 - 3 | 9 | 7500 | 9.0000000000000000 -(20 rows) - -SELECT depname, empno, salary, sum(salary) OVER w FROM empsalary WINDOW w AS (PARTITION BY depname); - depname | empno | salary | sum ------------+-------+--------+------- - develop | 11 | 5200 | 25100 - develop | 7 | 4200 | 25100 - develop | 9 | 4500 | 25100 - develop | 8 | 6000 | 25100 - develop | 10 | 5200 | 25100 - personnel | 5 | 3500 | 7400 - personnel | 2 | 3900 | 7400 - sales | 3 | 4800 | 14600 - sales | 1 | 5000 | 14600 - sales | 4 | 4800 | 14600 -(10 rows) - -SELECT depname, empno, salary, rank() OVER w FROM empsalary WINDOW w AS (PARTITION BY depname ORDER BY salary) ORDER BY rank() OVER w; - depname | empno | salary | rank ------------+-------+--------+------ - develop | 7 | 4200 | 1 - personnel | 5 | 3500 | 1 - sales | 3 | 4800 | 1 - sales | 4 | 4800 | 1 - personnel | 2 | 3900 | 2 - develop | 9 | 4500 | 2 - sales | 1 | 5000 | 3 - develop | 11 | 5200 | 3 - develop | 10 | 5200 | 3 - develop | 8 | 6000 | 5 -(10 rows) - --- empty window specification -SELECT COUNT(*) OVER () FROM tenk1 WHERE unique2 < 10; - count -------- - 10 - 10 - 10 - 10 - 10 - 10 - 10 - 10 - 10 - 10 -(10 rows) - -SELECT COUNT(*) OVER w FROM tenk1 WHERE unique2 < 10 WINDOW w AS (); - count -------- - 10 - 10 - 10 - 10 - 10 - 10 - 10 - 10 - 10 - 10 -(10 rows) - --- no window operation -SELECT four FROM tenk1 WHERE FALSE WINDOW w AS (PARTITION BY ten); - four ------- -(0 rows) - --- cumulative aggregate -SELECT sum(four) OVER (PARTITION BY ten ORDER BY unique2) AS sum_1, ten, four FROM tenk1 WHERE unique2 < 10; - sum_1 | ten | four --------+-----+------ - 0 | 0 | 0 - 0 | 0 | 0 - 2 | 0 | 2 - 3 | 1 | 3 - 4 | 1 | 1 - 5 | 1 | 1 - 3 | 3 | 3 - 0 | 4 | 0 - 1 | 7 | 1 - 1 | 9 | 1 -(10 rows) - -SELECT row_number() OVER (ORDER BY unique2) FROM tenk1 WHERE unique2 < 10; - row_number ------------- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 -(10 rows) - -SELECT rank() OVER (PARTITION BY four ORDER BY ten) AS rank_1, ten, four FROM tenk1 WHERE unique2 < 10; - rank_1 | ten | four ---------+-----+------ - 1 | 0 | 0 - 1 | 0 | 0 - 3 | 4 | 0 - 1 | 1 | 1 - 1 | 1 | 1 - 3 | 7 | 1 - 4 | 9 | 1 - 1 | 0 | 2 - 1 | 1 | 3 - 2 | 3 | 3 -(10 rows) - -SELECT dense_rank() OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - dense_rank | ten | four -------------+-----+------ - 1 | 0 | 0 - 1 | 0 | 0 - 2 | 4 | 0 - 1 | 1 | 1 - 1 | 1 | 1 - 2 | 7 | 1 - 3 | 9 | 1 - 1 | 0 | 2 - 1 | 1 | 3 - 2 | 3 | 3 -(10 rows) - -SELECT percent_rank() OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - percent_rank | ten | four ---------------------+-----+------ - 0 | 0 | 0 - 0 | 0 | 0 - 1 | 4 | 0 - 0 | 1 | 1 - 0 | 1 | 1 - 0.6666666666666666 | 7 | 1 - 1 | 9 | 1 - 0 | 0 | 2 - 0 | 1 | 3 - 1 | 3 | 3 -(10 rows) - -SELECT cume_dist() OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - cume_dist | ten | four ---------------------+-----+------ - 0.6666666666666666 | 0 | 0 - 0.6666666666666666 | 0 | 0 - 1 | 4 | 0 - 0.5 | 1 | 1 - 0.5 | 1 | 1 - 0.75 | 7 | 1 - 1 | 9 | 1 - 1 | 0 | 2 - 0.5 | 1 | 3 - 1 | 3 | 3 -(10 rows) - -SELECT ntile(3) OVER (ORDER BY ten, four), ten, four FROM tenk1 WHERE unique2 < 10; - ntile | ten | four --------+-----+------ - 1 | 0 | 0 - 1 | 0 | 0 - 1 | 0 | 2 - 1 | 1 | 1 - 2 | 1 | 1 - 2 | 1 | 3 - 2 | 3 | 3 - 3 | 4 | 0 - 3 | 7 | 1 - 3 | 9 | 1 -(10 rows) - -SELECT ntile(NULL) OVER (ORDER BY ten, four), ten, four FROM tenk1 LIMIT 2; - ntile | ten | four --------+-----+------ - | 0 | 0 - | 0 | 0 -(2 rows) - -SELECT lag(ten) OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - lag | ten | four ------+-----+------ - | 0 | 0 - 0 | 0 | 0 - 0 | 4 | 0 - | 1 | 1 - 1 | 1 | 1 - 1 | 7 | 1 - 7 | 9 | 1 - | 0 | 2 - | 1 | 3 - 1 | 3 | 3 -(10 rows) - -SELECT lag(ten, four) OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - lag | ten | four ------+-----+------ - 0 | 0 | 0 - 0 | 0 | 0 - 4 | 4 | 0 - | 1 | 1 - 1 | 1 | 1 - 1 | 7 | 1 - 7 | 9 | 1 - | 0 | 2 - | 1 | 3 - | 3 | 3 -(10 rows) - -SELECT lag(ten, four, 0) OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - lag | ten | four ------+-----+------ - 0 | 0 | 0 - 0 | 0 | 0 - 4 | 4 | 0 - 0 | 1 | 1 - 1 | 1 | 1 - 1 | 7 | 1 - 7 | 9 | 1 - 0 | 0 | 2 - 0 | 1 | 3 - 0 | 3 | 3 -(10 rows) - -SELECT lag(ten, four, 0.7) OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10 ORDER BY four, ten; - lag | ten | four ------+-----+------ - 0 | 0 | 0 - 0 | 0 | 0 - 4 | 4 | 0 - 0.7 | 1 | 1 - 1 | 1 | 1 - 1 | 7 | 1 - 7 | 9 | 1 - 0.7 | 0 | 2 - 0.7 | 1 | 3 - 0.7 | 3 | 3 -(10 rows) - -SELECT lead(ten) OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - lead | ten | four -------+-----+------ - 0 | 0 | 0 - 4 | 0 | 0 - | 4 | 0 - 1 | 1 | 1 - 7 | 1 | 1 - 9 | 7 | 1 - | 9 | 1 - | 0 | 2 - 3 | 1 | 3 - | 3 | 3 -(10 rows) - -SELECT lead(ten * 2, 1) OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - lead | ten | four -------+-----+------ - 0 | 0 | 0 - 8 | 0 | 0 - | 4 | 0 - 2 | 1 | 1 - 14 | 1 | 1 - 18 | 7 | 1 - | 9 | 1 - | 0 | 2 - 6 | 1 | 3 - | 3 | 3 -(10 rows) - -SELECT lead(ten * 2, 1, -1) OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - lead | ten | four -------+-----+------ - 0 | 0 | 0 - 8 | 0 | 0 - -1 | 4 | 0 - 2 | 1 | 1 - 14 | 1 | 1 - 18 | 7 | 1 - -1 | 9 | 1 - -1 | 0 | 2 - 6 | 1 | 3 - -1 | 3 | 3 -(10 rows) - -SELECT lead(ten * 2, 1, -1.4) OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10 ORDER BY four, ten; - lead | ten | four -------+-----+------ - 0 | 0 | 0 - 8 | 0 | 0 - -1.4 | 4 | 0 - 2 | 1 | 1 - 14 | 1 | 1 - 18 | 7 | 1 - -1.4 | 9 | 1 - -1.4 | 0 | 2 - 6 | 1 | 3 - -1.4 | 3 | 3 -(10 rows) - -SELECT first_value(ten) OVER (PARTITION BY four ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - first_value | ten | four --------------+-----+------ - 0 | 0 | 0 - 0 | 0 | 0 - 0 | 4 | 0 - 1 | 1 | 1 - 1 | 1 | 1 - 1 | 7 | 1 - 1 | 9 | 1 - 0 | 0 | 2 - 1 | 1 | 3 - 1 | 3 | 3 -(10 rows) - --- last_value returns the last row of the frame, which is CURRENT ROW in ORDER BY window. -SELECT last_value(four) OVER (ORDER BY ten), ten, four FROM tenk1 WHERE unique2 < 10; - last_value | ten | four -------------+-----+------ - 0 | 0 | 0 - 0 | 0 | 2 - 0 | 0 | 0 - 1 | 1 | 1 - 1 | 1 | 3 - 1 | 1 | 1 - 3 | 3 | 3 - 0 | 4 | 0 - 1 | 7 | 1 - 1 | 9 | 1 -(10 rows) - -SELECT last_value(ten) OVER (PARTITION BY four), ten, four FROM - (SELECT * FROM tenk1 WHERE unique2 < 10 ORDER BY four, ten)s - ORDER BY four, ten; - last_value | ten | four -------------+-----+------ - 4 | 0 | 0 - 4 | 0 | 0 - 4 | 4 | 0 - 9 | 1 | 1 - 9 | 1 | 1 - 9 | 7 | 1 - 9 | 9 | 1 - 0 | 0 | 2 - 3 | 1 | 3 - 3 | 3 | 3 -(10 rows) - -SELECT nth_value(ten, four + 1) OVER (PARTITION BY four), ten, four - FROM (SELECT * FROM tenk1 WHERE unique2 < 10 ORDER BY four, ten)s; - nth_value | ten | four ------------+-----+------ - 0 | 0 | 0 - 0 | 0 | 0 - 0 | 4 | 0 - 1 | 1 | 1 - 1 | 1 | 1 - 1 | 7 | 1 - 1 | 9 | 1 - | 0 | 2 - | 1 | 3 - | 3 | 3 -(10 rows) - -SELECT ten, two, sum(hundred) AS gsum, sum(sum(hundred)) OVER (PARTITION BY two ORDER BY ten) AS wsum -FROM tenk1 GROUP BY ten, two; - ten | two | gsum | wsum ------+-----+-------+-------- - 0 | 0 | 45000 | 45000 - 2 | 0 | 47000 | 92000 - 4 | 0 | 49000 | 141000 - 6 | 0 | 51000 | 192000 - 8 | 0 | 53000 | 245000 - 1 | 1 | 46000 | 46000 - 3 | 1 | 48000 | 94000 - 5 | 1 | 50000 | 144000 - 7 | 1 | 52000 | 196000 - 9 | 1 | 54000 | 250000 -(10 rows) - -SELECT count(*) OVER (PARTITION BY four), four FROM (SELECT * FROM tenk1 WHERE two = 1)s WHERE unique2 < 10; - count | four --------+------ - 4 | 1 - 4 | 1 - 4 | 1 - 4 | 1 - 2 | 3 - 2 | 3 -(6 rows) - -SELECT (count(*) OVER (PARTITION BY four ORDER BY ten) + - sum(hundred) OVER (PARTITION BY four ORDER BY ten))::varchar AS cntsum - FROM tenk1 WHERE unique2 < 10; - cntsum --------- - 22 - 22 - 87 - 24 - 24 - 82 - 92 - 51 - 92 - 136 -(10 rows) - --- opexpr with different windows evaluation. -SELECT * FROM( - SELECT count(*) OVER (PARTITION BY four ORDER BY ten) + - sum(hundred) OVER (PARTITION BY two ORDER BY ten) AS total, - count(*) OVER (PARTITION BY four ORDER BY ten) AS fourcount, - sum(hundred) OVER (PARTITION BY two ORDER BY ten) AS twosum - FROM tenk1 -)sub -WHERE total <> fourcount + twosum; - total | fourcount | twosum --------+-----------+-------- -(0 rows) - -SELECT avg(four) OVER (PARTITION BY four ORDER BY thousand / 100) FROM tenk1 WHERE unique2 < 10; - avg ------------------------- - 0.00000000000000000000 - 0.00000000000000000000 - 0.00000000000000000000 - 1.00000000000000000000 - 1.00000000000000000000 - 1.00000000000000000000 - 1.00000000000000000000 - 2.0000000000000000 - 3.0000000000000000 - 3.0000000000000000 -(10 rows) - -SELECT ten, two, sum(hundred) AS gsum, sum(sum(hundred)) OVER win AS wsum -FROM tenk1 GROUP BY ten, two WINDOW win AS (PARTITION BY two ORDER BY ten); - ten | two | gsum | wsum ------+-----+-------+-------- - 0 | 0 | 45000 | 45000 - 2 | 0 | 47000 | 92000 - 4 | 0 | 49000 | 141000 - 6 | 0 | 51000 | 192000 - 8 | 0 | 53000 | 245000 - 1 | 1 | 46000 | 46000 - 3 | 1 | 48000 | 94000 - 5 | 1 | 50000 | 144000 - 7 | 1 | 52000 | 196000 - 9 | 1 | 54000 | 250000 -(10 rows) - --- more than one window with GROUP BY -SELECT sum(salary), - row_number() OVER (ORDER BY depname), - sum(sum(salary)) OVER (ORDER BY depname DESC) -FROM empsalary GROUP BY depname; - sum | row_number | sum --------+------------+------- - 25100 | 1 | 47100 - 7400 | 2 | 22000 - 14600 | 3 | 14600 -(3 rows) - --- identical windows with different names -SELECT sum(salary) OVER w1, count(*) OVER w2 -FROM empsalary WINDOW w1 AS (ORDER BY salary), w2 AS (ORDER BY salary); - sum | count --------+------- - 3500 | 1 - 7400 | 2 - 11600 | 3 - 16100 | 4 - 25700 | 6 - 25700 | 6 - 30700 | 7 - 41100 | 9 - 41100 | 9 - 47100 | 10 -(10 rows) - --- subplan -SELECT lead(ten, (SELECT two FROM tenk1 WHERE s.unique2 = unique2)) OVER (PARTITION BY four ORDER BY ten) -FROM tenk1 s WHERE unique2 < 10; - lead ------- - 0 - 0 - 4 - 1 - 7 - 9 - - 0 - 3 - -(10 rows) - --- empty table -SELECT count(*) OVER (PARTITION BY four) FROM (SELECT * FROM tenk1 WHERE FALSE)s; - count -------- -(0 rows) - --- mixture of agg/wfunc in the same window -SELECT sum(salary) OVER w, rank() OVER w FROM empsalary WINDOW w AS (PARTITION BY depname ORDER BY salary DESC); - sum | rank --------+------ - 6000 | 1 - 16400 | 2 - 16400 | 2 - 20900 | 4 - 25100 | 5 - 3900 | 1 - 7400 | 2 - 5000 | 1 - 14600 | 2 - 14600 | 2 -(10 rows) - --- strict aggs -SELECT empno, depname, salary, bonus, depadj, MIN(bonus) OVER (ORDER BY empno), MAX(depadj) OVER () FROM( - SELECT *, - CASE WHEN enroll_date < '2008-01-01' THEN 2008 - extract(YEAR FROM enroll_date) END * 500 AS bonus, - CASE WHEN - AVG(salary) OVER (PARTITION BY depname) < salary - THEN 200 END AS depadj FROM empsalary -)s; - empno | depname | salary | bonus | depadj | min | max --------+-----------+--------+-------+--------+------+----- - 1 | sales | 5000 | 1000 | 200 | 1000 | 200 - 2 | personnel | 3900 | 1000 | 200 | 1000 | 200 - 3 | sales | 4800 | 500 | | 500 | 200 - 4 | sales | 4800 | 500 | | 500 | 200 - 5 | personnel | 3500 | 500 | | 500 | 200 - 7 | develop | 4200 | | | 500 | 200 - 8 | develop | 6000 | 1000 | 200 | 500 | 200 - 9 | develop | 4500 | | | 500 | 200 - 10 | develop | 5200 | 500 | 200 | 500 | 200 - 11 | develop | 5200 | 500 | 200 | 500 | 200 -(10 rows) - --- window function over ungrouped agg over empty row set (bug before 9.1) -SELECT SUM(COUNT(f1)) OVER () FROM int4_tbl WHERE f1=42; - sum ------ - 0 -(1 row) - --- window function with ORDER BY an expression involving aggregates (9.1 bug) -select ten, - sum(unique1) + sum(unique2) as res, - rank() over (order by sum(unique1) + sum(unique2)) as rank -from tenk1 -group by ten order by ten; - ten | res | rank ------+----------+------ - 0 | 9976146 | 4 - 1 | 10114187 | 9 - 2 | 10059554 | 8 - 3 | 9878541 | 1 - 4 | 9881005 | 2 - 5 | 9981670 | 5 - 6 | 9947099 | 3 - 7 | 10120309 | 10 - 8 | 9991305 | 6 - 9 | 10040184 | 7 -(10 rows) - --- window and aggregate with GROUP BY expression (9.2 bug) -explain (costs off) -select first_value(max(x)) over (), y - from (select unique1 as x, ten+four as y from tenk1) ss - group by y; - QUERY PLAN ---------------------------------------------- - WindowAgg - Window: w1 AS () - -> HashAggregate - Group Key: (tenk1.ten + tenk1.four) - -> Seq Scan on tenk1 -(5 rows) - --- window functions returning pass-by-ref values from different rows -select x, lag(x, 1) over (order by x), lead(x, 3) over (order by x) -from (select x::numeric as x from generate_series(1,10) x); - x | lag | lead -----+-----+------ - 1 | | 4 - 2 | 1 | 5 - 3 | 2 | 6 - 4 | 3 | 7 - 5 | 4 | 8 - 6 | 5 | 9 - 7 | 6 | 10 - 8 | 7 | - 9 | 8 | - 10 | 9 | -(10 rows) - --- test non-default frame specifications -SELECT four, ten, - sum(ten) over (partition by four order by ten), - last_value(ten) over (partition by four order by ten) -FROM (select distinct ten, four from tenk1) ss; - four | ten | sum | last_value -------+-----+-----+------------ - 0 | 0 | 0 | 0 - 0 | 2 | 2 | 2 - 0 | 4 | 6 | 4 - 0 | 6 | 12 | 6 - 0 | 8 | 20 | 8 - 1 | 1 | 1 | 1 - 1 | 3 | 4 | 3 - 1 | 5 | 9 | 5 - 1 | 7 | 16 | 7 - 1 | 9 | 25 | 9 - 2 | 0 | 0 | 0 - 2 | 2 | 2 | 2 - 2 | 4 | 6 | 4 - 2 | 6 | 12 | 6 - 2 | 8 | 20 | 8 - 3 | 1 | 1 | 1 - 3 | 3 | 4 | 3 - 3 | 5 | 9 | 5 - 3 | 7 | 16 | 7 - 3 | 9 | 25 | 9 -(20 rows) - -SELECT four, ten, - sum(ten) over (partition by four order by ten range between unbounded preceding and current row), - last_value(ten) over (partition by four order by ten range between unbounded preceding and current row) -FROM (select distinct ten, four from tenk1) ss; - four | ten | sum | last_value -------+-----+-----+------------ - 0 | 0 | 0 | 0 - 0 | 2 | 2 | 2 - 0 | 4 | 6 | 4 - 0 | 6 | 12 | 6 - 0 | 8 | 20 | 8 - 1 | 1 | 1 | 1 - 1 | 3 | 4 | 3 - 1 | 5 | 9 | 5 - 1 | 7 | 16 | 7 - 1 | 9 | 25 | 9 - 2 | 0 | 0 | 0 - 2 | 2 | 2 | 2 - 2 | 4 | 6 | 4 - 2 | 6 | 12 | 6 - 2 | 8 | 20 | 8 - 3 | 1 | 1 | 1 - 3 | 3 | 4 | 3 - 3 | 5 | 9 | 5 - 3 | 7 | 16 | 7 - 3 | 9 | 25 | 9 -(20 rows) - -SELECT four, ten, - sum(ten) over (partition by four order by ten range between unbounded preceding and unbounded following), - last_value(ten) over (partition by four order by ten range between unbounded preceding and unbounded following) -FROM (select distinct ten, four from tenk1) ss; - four | ten | sum | last_value -------+-----+-----+------------ - 0 | 0 | 20 | 8 - 0 | 2 | 20 | 8 - 0 | 4 | 20 | 8 - 0 | 6 | 20 | 8 - 0 | 8 | 20 | 8 - 1 | 1 | 25 | 9 - 1 | 3 | 25 | 9 - 1 | 5 | 25 | 9 - 1 | 7 | 25 | 9 - 1 | 9 | 25 | 9 - 2 | 0 | 20 | 8 - 2 | 2 | 20 | 8 - 2 | 4 | 20 | 8 - 2 | 6 | 20 | 8 - 2 | 8 | 20 | 8 - 3 | 1 | 25 | 9 - 3 | 3 | 25 | 9 - 3 | 5 | 25 | 9 - 3 | 7 | 25 | 9 - 3 | 9 | 25 | 9 -(20 rows) - -SELECT four, ten/4 as two, - sum(ten/4) over (partition by four order by ten/4 range between unbounded preceding and current row), - last_value(ten/4) over (partition by four order by ten/4 range between unbounded preceding and current row) -FROM (select distinct ten, four from tenk1) ss; - four | two | sum | last_value -------+-----+-----+------------ - 0 | 0 | 0 | 0 - 0 | 0 | 0 | 0 - 0 | 1 | 2 | 1 - 0 | 1 | 2 | 1 - 0 | 2 | 4 | 2 - 1 | 0 | 0 | 0 - 1 | 0 | 0 | 0 - 1 | 1 | 2 | 1 - 1 | 1 | 2 | 1 - 1 | 2 | 4 | 2 - 2 | 0 | 0 | 0 - 2 | 0 | 0 | 0 - 2 | 1 | 2 | 1 - 2 | 1 | 2 | 1 - 2 | 2 | 4 | 2 - 3 | 0 | 0 | 0 - 3 | 0 | 0 | 0 - 3 | 1 | 2 | 1 - 3 | 1 | 2 | 1 - 3 | 2 | 4 | 2 -(20 rows) - -SELECT four, ten/4 as two, - sum(ten/4) over (partition by four order by ten/4 rows between unbounded preceding and current row), - last_value(ten/4) over (partition by four order by ten/4 rows between unbounded preceding and current row) -FROM (select distinct ten, four from tenk1) ss; - four | two | sum | last_value -------+-----+-----+------------ - 0 | 0 | 0 | 0 - 0 | 0 | 0 | 0 - 0 | 1 | 1 | 1 - 0 | 1 | 2 | 1 - 0 | 2 | 4 | 2 - 1 | 0 | 0 | 0 - 1 | 0 | 0 | 0 - 1 | 1 | 1 | 1 - 1 | 1 | 2 | 1 - 1 | 2 | 4 | 2 - 2 | 0 | 0 | 0 - 2 | 0 | 0 | 0 - 2 | 1 | 1 | 1 - 2 | 1 | 2 | 1 - 2 | 2 | 4 | 2 - 3 | 0 | 0 | 0 - 3 | 0 | 0 | 0 - 3 | 1 | 1 | 1 - 3 | 1 | 2 | 1 - 3 | 2 | 4 | 2 -(20 rows) - -SELECT sum(unique1) over (order by four range between current row and unbounded following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 45 | 0 | 0 - 45 | 8 | 0 - 45 | 4 | 0 - 33 | 5 | 1 - 33 | 9 | 1 - 33 | 1 | 1 - 18 | 6 | 2 - 18 | 2 | 2 - 10 | 3 | 3 - 10 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (rows between current row and unbounded following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 45 | 4 | 0 - 41 | 2 | 2 - 39 | 1 | 1 - 38 | 6 | 2 - 32 | 9 | 1 - 23 | 8 | 0 - 15 | 5 | 1 - 10 | 3 | 3 - 7 | 7 | 3 - 0 | 0 | 0 -(10 rows) - -SELECT sum(unique1) over (rows between 2 preceding and 2 following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 7 | 4 | 0 - 13 | 2 | 2 - 22 | 1 | 1 - 26 | 6 | 2 - 29 | 9 | 1 - 31 | 8 | 0 - 32 | 5 | 1 - 23 | 3 | 3 - 15 | 7 | 3 - 10 | 0 | 0 -(10 rows) - -SELECT sum(unique1) over (rows between 2 preceding and 2 following exclude no others), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 7 | 4 | 0 - 13 | 2 | 2 - 22 | 1 | 1 - 26 | 6 | 2 - 29 | 9 | 1 - 31 | 8 | 0 - 32 | 5 | 1 - 23 | 3 | 3 - 15 | 7 | 3 - 10 | 0 | 0 -(10 rows) - -SELECT sum(unique1) over (rows between 2 preceding and 2 following exclude current row), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 3 | 4 | 0 - 11 | 2 | 2 - 21 | 1 | 1 - 20 | 6 | 2 - 20 | 9 | 1 - 23 | 8 | 0 - 27 | 5 | 1 - 20 | 3 | 3 - 8 | 7 | 3 - 10 | 0 | 0 -(10 rows) - -SELECT sum(unique1) over (rows between 2 preceding and 2 following exclude group), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - | 4 | 0 - | 2 | 2 - | 1 | 1 - | 6 | 2 - | 9 | 1 - | 8 | 0 - | 5 | 1 - | 3 | 3 - | 7 | 3 - | 0 | 0 -(10 rows) - -SELECT sum(unique1) over (rows between 2 preceding and 2 following exclude ties), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 4 | 4 | 0 - 2 | 2 | 2 - 1 | 1 | 1 - 6 | 6 | 2 - 9 | 9 | 1 - 8 | 8 | 0 - 5 | 5 | 1 - 3 | 3 | 3 - 7 | 7 | 3 - 0 | 0 | 0 -(10 rows) - -SELECT first_value(unique1) over (ORDER BY four rows between current row and 2 following exclude current row), - unique1, four -FROM tenk1 WHERE unique1 < 10; - first_value | unique1 | four --------------+---------+------ - 8 | 0 | 0 - 4 | 8 | 0 - 5 | 4 | 0 - 9 | 5 | 1 - 1 | 9 | 1 - 6 | 1 | 1 - 2 | 6 | 2 - 3 | 2 | 2 - 7 | 3 | 3 - | 7 | 3 -(10 rows) - -SELECT first_value(unique1) over (ORDER BY four rows between current row and 2 following exclude group), - unique1, four -FROM tenk1 WHERE unique1 < 10; - first_value | unique1 | four --------------+---------+------ - | 0 | 0 - 5 | 8 | 0 - 5 | 4 | 0 - | 5 | 1 - 6 | 9 | 1 - 6 | 1 | 1 - 3 | 6 | 2 - 3 | 2 | 2 - | 3 | 3 - | 7 | 3 -(10 rows) - -SELECT first_value(unique1) over (ORDER BY four rows between current row and 2 following exclude ties), - unique1, four -FROM tenk1 WHERE unique1 < 10; - first_value | unique1 | four --------------+---------+------ - 0 | 0 | 0 - 8 | 8 | 0 - 4 | 4 | 0 - 5 | 5 | 1 - 9 | 9 | 1 - 1 | 1 | 1 - 6 | 6 | 2 - 2 | 2 | 2 - 3 | 3 | 3 - 7 | 7 | 3 -(10 rows) - -SELECT last_value(unique1) over (ORDER BY four rows between current row and 2 following exclude current row), - unique1, four -FROM tenk1 WHERE unique1 < 10; - last_value | unique1 | four -------------+---------+------ - 4 | 0 | 0 - 5 | 8 | 0 - 9 | 4 | 0 - 1 | 5 | 1 - 6 | 9 | 1 - 2 | 1 | 1 - 3 | 6 | 2 - 7 | 2 | 2 - 7 | 3 | 3 - | 7 | 3 -(10 rows) - -SELECT last_value(unique1) over (ORDER BY four rows between current row and 2 following exclude group), - unique1, four -FROM tenk1 WHERE unique1 < 10; - last_value | unique1 | four -------------+---------+------ - | 0 | 0 - 5 | 8 | 0 - 9 | 4 | 0 - | 5 | 1 - 6 | 9 | 1 - 2 | 1 | 1 - 3 | 6 | 2 - 7 | 2 | 2 - | 3 | 3 - | 7 | 3 -(10 rows) - -SELECT last_value(unique1) over (ORDER BY four rows between current row and 2 following exclude ties), - unique1, four -FROM tenk1 WHERE unique1 < 10; - last_value | unique1 | four -------------+---------+------ - 0 | 0 | 0 - 5 | 8 | 0 - 9 | 4 | 0 - 5 | 5 | 1 - 6 | 9 | 1 - 2 | 1 | 1 - 3 | 6 | 2 - 7 | 2 | 2 - 3 | 3 | 3 - 7 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (rows between 2 preceding and 1 preceding), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - | 4 | 0 - 4 | 2 | 2 - 6 | 1 | 1 - 3 | 6 | 2 - 7 | 9 | 1 - 15 | 8 | 0 - 17 | 5 | 1 - 13 | 3 | 3 - 8 | 7 | 3 - 10 | 0 | 0 -(10 rows) - -SELECT sum(unique1) over (rows between 1 following and 3 following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 9 | 4 | 0 - 16 | 2 | 2 - 23 | 1 | 1 - 22 | 6 | 2 - 16 | 9 | 1 - 15 | 8 | 0 - 10 | 5 | 1 - 7 | 3 | 3 - 0 | 7 | 3 - | 0 | 0 -(10 rows) - -SELECT sum(unique1) over (rows between unbounded preceding and 1 following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 6 | 4 | 0 - 7 | 2 | 2 - 13 | 1 | 1 - 22 | 6 | 2 - 30 | 9 | 1 - 35 | 8 | 0 - 38 | 5 | 1 - 45 | 3 | 3 - 45 | 7 | 3 - 45 | 0 | 0 -(10 rows) - -SELECT sum(unique1) over (w range between current row and unbounded following), - unique1, four -FROM tenk1 WHERE unique1 < 10 WINDOW w AS (order by four); - sum | unique1 | four ------+---------+------ - 45 | 0 | 0 - 45 | 8 | 0 - 45 | 4 | 0 - 33 | 5 | 1 - 33 | 9 | 1 - 33 | 1 | 1 - 18 | 6 | 2 - 18 | 2 | 2 - 10 | 3 | 3 - 10 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (w range between unbounded preceding and current row exclude current row), - unique1, four -FROM tenk1 WHERE unique1 < 10 WINDOW w AS (order by four); - sum | unique1 | four ------+---------+------ - 12 | 0 | 0 - 4 | 8 | 0 - 8 | 4 | 0 - 22 | 5 | 1 - 18 | 9 | 1 - 26 | 1 | 1 - 29 | 6 | 2 - 33 | 2 | 2 - 42 | 3 | 3 - 38 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (w range between unbounded preceding and current row exclude group), - unique1, four -FROM tenk1 WHERE unique1 < 10 WINDOW w AS (order by four); - sum | unique1 | four ------+---------+------ - | 0 | 0 - | 8 | 0 - | 4 | 0 - 12 | 5 | 1 - 12 | 9 | 1 - 12 | 1 | 1 - 27 | 6 | 2 - 27 | 2 | 2 - 35 | 3 | 3 - 35 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (w range between unbounded preceding and current row exclude ties), - unique1, four -FROM tenk1 WHERE unique1 < 10 WINDOW w AS (order by four); - sum | unique1 | four ------+---------+------ - 0 | 0 | 0 - 8 | 8 | 0 - 4 | 4 | 0 - 17 | 5 | 1 - 21 | 9 | 1 - 13 | 1 | 1 - 33 | 6 | 2 - 29 | 2 | 2 - 38 | 3 | 3 - 42 | 7 | 3 -(10 rows) - -SELECT first_value(unique1) over w, - nth_value(unique1, 2) over w AS nth_2, - last_value(unique1) over w, unique1, four -FROM tenk1 WHERE unique1 < 10 -WINDOW w AS (order by four range between current row and unbounded following); - first_value | nth_2 | last_value | unique1 | four --------------+-------+------------+---------+------ - 0 | 8 | 7 | 0 | 0 - 0 | 8 | 7 | 8 | 0 - 0 | 8 | 7 | 4 | 0 - 5 | 9 | 7 | 5 | 1 - 5 | 9 | 7 | 9 | 1 - 5 | 9 | 7 | 1 | 1 - 6 | 2 | 7 | 6 | 2 - 6 | 2 | 7 | 2 | 2 - 3 | 7 | 7 | 3 | 3 - 3 | 7 | 7 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over - (order by unique1 - rows (SELECT unique1 FROM tenk1 ORDER BY unique1 LIMIT 1) + 1 PRECEDING), - unique1 -FROM tenk1 WHERE unique1 < 10; - sum | unique1 ------+--------- - 0 | 0 - 1 | 1 - 3 | 2 - 5 | 3 - 7 | 4 - 9 | 5 - 11 | 6 - 13 | 7 - 15 | 8 - 17 | 9 -(10 rows) - -CREATE TEMP VIEW v_window AS - SELECT i, sum(i) over (order by i rows between 1 preceding and 1 following) as sum_rows - FROM generate_series(1, 10) i; -SELECT * FROM v_window; - i | sum_rows -----+---------- - 1 | 3 - 2 | 6 - 3 | 9 - 4 | 12 - 5 | 15 - 6 | 18 - 7 | 21 - 8 | 24 - 9 | 27 - 10 | 19 -(10 rows) - -SELECT pg_get_viewdef('v_window'); - pg_get_viewdef ------------------------------------------------------------------------------------ - SELECT i, + - sum(i) OVER (ORDER BY i ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING) AS sum_rows+ - FROM generate_series(1, 10) i(i); -(1 row) - -CREATE OR REPLACE TEMP VIEW v_window AS - SELECT i, sum(i) over (order by i rows between 1 preceding and 1 following - exclude current row) as sum_rows FROM generate_series(1, 10) i; -SELECT * FROM v_window; - i | sum_rows -----+---------- - 1 | 2 - 2 | 4 - 3 | 6 - 4 | 8 - 5 | 10 - 6 | 12 - 7 | 14 - 8 | 16 - 9 | 18 - 10 | 9 -(10 rows) - -SELECT pg_get_viewdef('v_window'); - pg_get_viewdef -------------------------------------------------------------------------------------------------------- - SELECT i, + - sum(i) OVER (ORDER BY i ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING EXCLUDE CURRENT ROW) AS sum_rows+ - FROM generate_series(1, 10) i(i); -(1 row) - -CREATE OR REPLACE TEMP VIEW v_window AS - SELECT i, sum(i) over (order by i rows between 1 preceding and 1 following - exclude group) as sum_rows FROM generate_series(1, 10) i; -SELECT * FROM v_window; - i | sum_rows -----+---------- - 1 | 2 - 2 | 4 - 3 | 6 - 4 | 8 - 5 | 10 - 6 | 12 - 7 | 14 - 8 | 16 - 9 | 18 - 10 | 9 -(10 rows) - -SELECT pg_get_viewdef('v_window'); - pg_get_viewdef -------------------------------------------------------------------------------------------------- - SELECT i, + - sum(i) OVER (ORDER BY i ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING EXCLUDE GROUP) AS sum_rows+ - FROM generate_series(1, 10) i(i); -(1 row) - -CREATE OR REPLACE TEMP VIEW v_window AS - SELECT i, sum(i) over (order by i rows between 1 preceding and 1 following - exclude ties) as sum_rows FROM generate_series(1, 10) i; -SELECT * FROM v_window; - i | sum_rows -----+---------- - 1 | 3 - 2 | 6 - 3 | 9 - 4 | 12 - 5 | 15 - 6 | 18 - 7 | 21 - 8 | 24 - 9 | 27 - 10 | 19 -(10 rows) - -SELECT pg_get_viewdef('v_window'); - pg_get_viewdef ------------------------------------------------------------------------------------------------- - SELECT i, + - sum(i) OVER (ORDER BY i ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING EXCLUDE TIES) AS sum_rows+ - FROM generate_series(1, 10) i(i); -(1 row) - -CREATE OR REPLACE TEMP VIEW v_window AS - SELECT i, sum(i) over (order by i rows between 1 preceding and 1 following - exclude no others) as sum_rows FROM generate_series(1, 10) i; -SELECT * FROM v_window; - i | sum_rows -----+---------- - 1 | 3 - 2 | 6 - 3 | 9 - 4 | 12 - 5 | 15 - 6 | 18 - 7 | 21 - 8 | 24 - 9 | 27 - 10 | 19 -(10 rows) - -SELECT pg_get_viewdef('v_window'); - pg_get_viewdef ------------------------------------------------------------------------------------ - SELECT i, + - sum(i) OVER (ORDER BY i ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING) AS sum_rows+ - FROM generate_series(1, 10) i(i); -(1 row) - -CREATE OR REPLACE TEMP VIEW v_window AS - SELECT i, sum(i) over (order by i groups between 1 preceding and 1 following) as sum_rows FROM generate_series(1, 10) i; -SELECT * FROM v_window; - i | sum_rows -----+---------- - 1 | 3 - 2 | 6 - 3 | 9 - 4 | 12 - 5 | 15 - 6 | 18 - 7 | 21 - 8 | 24 - 9 | 27 - 10 | 19 -(10 rows) - -SELECT pg_get_viewdef('v_window'); - pg_get_viewdef -------------------------------------------------------------------------------------- - SELECT i, + - sum(i) OVER (ORDER BY i GROUPS BETWEEN 1 PRECEDING AND 1 FOLLOWING) AS sum_rows+ - FROM generate_series(1, 10) i(i); -(1 row) - -DROP VIEW v_window; -CREATE TEMP VIEW v_window AS - SELECT i, min(i) over (order by i range between '1 day' preceding and '10 days' following) as min_i - FROM generate_series(now(), now()+'100 days'::interval, '1 hour') i; -SELECT pg_get_viewdef('v_window'); - pg_get_viewdef ------------------------------------------------------------------------------------------------------------------------ - SELECT i, + - min(i) OVER (ORDER BY i RANGE BETWEEN '@ 1 day'::interval PRECEDING AND '@ 10 days'::interval FOLLOWING) AS min_i+ - FROM generate_series(now(), (now() + '@ 100 days'::interval), '@ 1 hour'::interval) i(i); -(1 row) - --- RANGE offset PRECEDING/FOLLOWING tests -SELECT sum(unique1) over (order by four range between 2::int8 preceding and 1::int2 preceding), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - | 0 | 0 - | 8 | 0 - | 4 | 0 - 12 | 5 | 1 - 12 | 9 | 1 - 12 | 1 | 1 - 27 | 6 | 2 - 27 | 2 | 2 - 23 | 3 | 3 - 23 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four desc range between 2::int8 preceding and 1::int2 preceding), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - | 3 | 3 - | 7 | 3 - 10 | 6 | 2 - 10 | 2 | 2 - 18 | 9 | 1 - 18 | 5 | 1 - 18 | 1 | 1 - 23 | 0 | 0 - 23 | 8 | 0 - 23 | 4 | 0 -(10 rows) - -SELECT sum(unique1) over (order by four range between 2::int8 preceding and 1::int2 preceding exclude no others), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - | 0 | 0 - | 8 | 0 - | 4 | 0 - 12 | 5 | 1 - 12 | 9 | 1 - 12 | 1 | 1 - 27 | 6 | 2 - 27 | 2 | 2 - 23 | 3 | 3 - 23 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four range between 2::int8 preceding and 1::int2 preceding exclude current row), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - | 0 | 0 - | 8 | 0 - | 4 | 0 - 12 | 5 | 1 - 12 | 9 | 1 - 12 | 1 | 1 - 27 | 6 | 2 - 27 | 2 | 2 - 23 | 3 | 3 - 23 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four range between 2::int8 preceding and 1::int2 preceding exclude group), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - | 0 | 0 - | 8 | 0 - | 4 | 0 - 12 | 5 | 1 - 12 | 9 | 1 - 12 | 1 | 1 - 27 | 6 | 2 - 27 | 2 | 2 - 23 | 3 | 3 - 23 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four range between 2::int8 preceding and 1::int2 preceding exclude ties), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - | 0 | 0 - | 8 | 0 - | 4 | 0 - 12 | 5 | 1 - 12 | 9 | 1 - 12 | 1 | 1 - 27 | 6 | 2 - 27 | 2 | 2 - 23 | 3 | 3 - 23 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four range between 2::int8 preceding and 6::int2 following exclude ties), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 33 | 0 | 0 - 41 | 8 | 0 - 37 | 4 | 0 - 35 | 5 | 1 - 39 | 9 | 1 - 31 | 1 | 1 - 43 | 6 | 2 - 39 | 2 | 2 - 26 | 3 | 3 - 30 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four range between 2::int8 preceding and 6::int2 following exclude group), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 33 | 0 | 0 - 33 | 8 | 0 - 33 | 4 | 0 - 30 | 5 | 1 - 30 | 9 | 1 - 30 | 1 | 1 - 37 | 6 | 2 - 37 | 2 | 2 - 23 | 3 | 3 - 23 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (partition by four order by unique1 range between 5::int8 preceding and 6::int2 following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 4 | 0 | 0 - 12 | 4 | 0 - 12 | 8 | 0 - 6 | 1 | 1 - 15 | 5 | 1 - 14 | 9 | 1 - 8 | 2 | 2 - 8 | 6 | 2 - 10 | 3 | 3 - 10 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (partition by four order by unique1 range between 5::int8 preceding and 6::int2 following - exclude current row),unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 4 | 0 | 0 - 8 | 4 | 0 - 4 | 8 | 0 - 5 | 1 | 1 - 10 | 5 | 1 - 5 | 9 | 1 - 6 | 2 | 2 - 2 | 6 | 2 - 7 | 3 | 3 - 3 | 7 | 3 -(10 rows) - -select sum(salary) over (order by enroll_date range between '1 year'::interval preceding and '1 year'::interval following), - salary, enroll_date from empsalary; - sum | salary | enroll_date --------+--------+------------- - 34900 | 5000 | 10-01-2006 - 34900 | 6000 | 10-01-2006 - 38400 | 3900 | 12-23-2006 - 47100 | 4800 | 08-01-2007 - 47100 | 5200 | 08-01-2007 - 47100 | 4800 | 08-08-2007 - 47100 | 5200 | 08-15-2007 - 36100 | 3500 | 12-10-2007 - 32200 | 4500 | 01-01-2008 - 32200 | 4200 | 01-01-2008 -(10 rows) - -select sum(salary) over (order by enroll_date desc range between '1 year'::interval preceding and '1 year'::interval following), - salary, enroll_date from empsalary; - sum | salary | enroll_date --------+--------+------------- - 32200 | 4200 | 01-01-2008 - 32200 | 4500 | 01-01-2008 - 36100 | 3500 | 12-10-2007 - 47100 | 5200 | 08-15-2007 - 47100 | 4800 | 08-08-2007 - 47100 | 4800 | 08-01-2007 - 47100 | 5200 | 08-01-2007 - 38400 | 3900 | 12-23-2006 - 34900 | 5000 | 10-01-2006 - 34900 | 6000 | 10-01-2006 -(10 rows) - -select sum(salary) over (order by enroll_date desc range between '1 year'::interval following and '1 year'::interval following), - salary, enroll_date from empsalary; - sum | salary | enroll_date ------+--------+------------- - | 4200 | 01-01-2008 - | 4500 | 01-01-2008 - | 3500 | 12-10-2007 - | 5200 | 08-15-2007 - | 4800 | 08-08-2007 - | 4800 | 08-01-2007 - | 5200 | 08-01-2007 - | 3900 | 12-23-2006 - | 5000 | 10-01-2006 - | 6000 | 10-01-2006 -(10 rows) - -select sum(salary) over (order by enroll_date range between '1 year'::interval preceding and '1 year'::interval following - exclude current row), salary, enroll_date from empsalary; - sum | salary | enroll_date --------+--------+------------- - 29900 | 5000 | 10-01-2006 - 28900 | 6000 | 10-01-2006 - 34500 | 3900 | 12-23-2006 - 42300 | 4800 | 08-01-2007 - 41900 | 5200 | 08-01-2007 - 42300 | 4800 | 08-08-2007 - 41900 | 5200 | 08-15-2007 - 32600 | 3500 | 12-10-2007 - 27700 | 4500 | 01-01-2008 - 28000 | 4200 | 01-01-2008 -(10 rows) - -select sum(salary) over (order by enroll_date range between '1 year'::interval preceding and '1 year'::interval following - exclude group), salary, enroll_date from empsalary; - sum | salary | enroll_date --------+--------+------------- - 23900 | 5000 | 10-01-2006 - 23900 | 6000 | 10-01-2006 - 34500 | 3900 | 12-23-2006 - 37100 | 4800 | 08-01-2007 - 37100 | 5200 | 08-01-2007 - 42300 | 4800 | 08-08-2007 - 41900 | 5200 | 08-15-2007 - 32600 | 3500 | 12-10-2007 - 23500 | 4500 | 01-01-2008 - 23500 | 4200 | 01-01-2008 -(10 rows) - -select sum(salary) over (order by enroll_date range between '1 year'::interval preceding and '1 year'::interval following - exclude ties), salary, enroll_date from empsalary; - sum | salary | enroll_date --------+--------+------------- - 28900 | 5000 | 10-01-2006 - 29900 | 6000 | 10-01-2006 - 38400 | 3900 | 12-23-2006 - 41900 | 4800 | 08-01-2007 - 42300 | 5200 | 08-01-2007 - 47100 | 4800 | 08-08-2007 - 47100 | 5200 | 08-15-2007 - 36100 | 3500 | 12-10-2007 - 28000 | 4500 | 01-01-2008 - 27700 | 4200 | 01-01-2008 -(10 rows) - -select first_value(salary) over(order by salary range between 1000 preceding and 1000 following), - lead(salary) over(order by salary range between 1000 preceding and 1000 following), - nth_value(salary, 1) over(order by salary range between 1000 preceding and 1000 following), - salary from empsalary; - first_value | lead | nth_value | salary --------------+------+-----------+-------- - 3500 | 3900 | 3500 | 3500 - 3500 | 4200 | 3500 | 3900 - 3500 | 4500 | 3500 | 4200 - 3500 | 4800 | 3500 | 4500 - 3900 | 4800 | 3900 | 4800 - 3900 | 5000 | 3900 | 4800 - 4200 | 5200 | 4200 | 5000 - 4200 | 5200 | 4200 | 5200 - 4200 | 6000 | 4200 | 5200 - 5000 | | 5000 | 6000 -(10 rows) - -select last_value(salary) over(order by salary range between 1000 preceding and 1000 following), - lag(salary) over(order by salary range between 1000 preceding and 1000 following), - salary from empsalary; - last_value | lag | salary -------------+------+-------- - 4500 | | 3500 - 4800 | 3500 | 3900 - 5200 | 3900 | 4200 - 5200 | 4200 | 4500 - 5200 | 4500 | 4800 - 5200 | 4800 | 4800 - 6000 | 4800 | 5000 - 6000 | 5000 | 5200 - 6000 | 5200 | 5200 - 6000 | 5200 | 6000 -(10 rows) - -select first_value(salary) over(order by salary range between 1000 following and 3000 following - exclude current row), - lead(salary) over(order by salary range between 1000 following and 3000 following exclude ties), - nth_value(salary, 1) over(order by salary range between 1000 following and 3000 following - exclude ties), - salary from empsalary; - first_value | lead | nth_value | salary --------------+------+-----------+-------- - 4500 | 3900 | 4500 | 3500 - 5000 | 4200 | 5000 | 3900 - 5200 | 4500 | 5200 | 4200 - 6000 | 4800 | 6000 | 4500 - 6000 | 4800 | 6000 | 4800 - 6000 | 5000 | 6000 | 4800 - 6000 | 5200 | 6000 | 5000 - | 5200 | | 5200 - | 6000 | | 5200 - | | | 6000 -(10 rows) - -select last_value(salary) over(order by salary range between 1000 following and 3000 following - exclude group), - lag(salary) over(order by salary range between 1000 following and 3000 following exclude group), - salary from empsalary; - last_value | lag | salary -------------+------+-------- - 6000 | | 3500 - 6000 | 3500 | 3900 - 6000 | 3900 | 4200 - 6000 | 4200 | 4500 - 6000 | 4500 | 4800 - 6000 | 4800 | 4800 - 6000 | 4800 | 5000 - | 5000 | 5200 - | 5200 | 5200 - | 5200 | 6000 -(10 rows) - -select first_value(salary) over(order by enroll_date range between unbounded preceding and '1 year'::interval following - exclude ties), - last_value(salary) over(order by enroll_date range between unbounded preceding and '1 year'::interval following), - salary, enroll_date from empsalary; - first_value | last_value | salary | enroll_date --------------+------------+--------+------------- - 5000 | 5200 | 5000 | 10-01-2006 - 6000 | 5200 | 6000 | 10-01-2006 - 5000 | 3500 | 3900 | 12-23-2006 - 5000 | 4200 | 4800 | 08-01-2007 - 5000 | 4200 | 5200 | 08-01-2007 - 5000 | 4200 | 4800 | 08-08-2007 - 5000 | 4200 | 5200 | 08-15-2007 - 5000 | 4200 | 3500 | 12-10-2007 - 5000 | 4200 | 4500 | 01-01-2008 - 5000 | 4200 | 4200 | 01-01-2008 -(10 rows) - -select first_value(salary) over(order by enroll_date range between unbounded preceding and '1 year'::interval following - exclude ties), - last_value(salary) over(order by enroll_date range between unbounded preceding and '1 year'::interval following - exclude ties), - salary, enroll_date from empsalary; - first_value | last_value | salary | enroll_date --------------+------------+--------+------------- - 5000 | 5200 | 5000 | 10-01-2006 - 6000 | 5200 | 6000 | 10-01-2006 - 5000 | 3500 | 3900 | 12-23-2006 - 5000 | 4200 | 4800 | 08-01-2007 - 5000 | 4200 | 5200 | 08-01-2007 - 5000 | 4200 | 4800 | 08-08-2007 - 5000 | 4200 | 5200 | 08-15-2007 - 5000 | 4200 | 3500 | 12-10-2007 - 5000 | 4500 | 4500 | 01-01-2008 - 5000 | 4200 | 4200 | 01-01-2008 -(10 rows) - -select first_value(salary) over(order by enroll_date range between unbounded preceding and '1 year'::interval following - exclude group), - last_value(salary) over(order by enroll_date range between unbounded preceding and '1 year'::interval following - exclude group), - salary, enroll_date from empsalary; - first_value | last_value | salary | enroll_date --------------+------------+--------+------------- - 3900 | 5200 | 5000 | 10-01-2006 - 3900 | 5200 | 6000 | 10-01-2006 - 5000 | 3500 | 3900 | 12-23-2006 - 5000 | 4200 | 4800 | 08-01-2007 - 5000 | 4200 | 5200 | 08-01-2007 - 5000 | 4200 | 4800 | 08-08-2007 - 5000 | 4200 | 5200 | 08-15-2007 - 5000 | 4200 | 3500 | 12-10-2007 - 5000 | 3500 | 4500 | 01-01-2008 - 5000 | 3500 | 4200 | 01-01-2008 -(10 rows) - -select first_value(salary) over(order by enroll_date range between unbounded preceding and '1 year'::interval following - exclude current row), - last_value(salary) over(order by enroll_date range between unbounded preceding and '1 year'::interval following - exclude current row), - salary, enroll_date from empsalary; - first_value | last_value | salary | enroll_date --------------+------------+--------+------------- - 6000 | 5200 | 5000 | 10-01-2006 - 5000 | 5200 | 6000 | 10-01-2006 - 5000 | 3500 | 3900 | 12-23-2006 - 5000 | 4200 | 4800 | 08-01-2007 - 5000 | 4200 | 5200 | 08-01-2007 - 5000 | 4200 | 4800 | 08-08-2007 - 5000 | 4200 | 5200 | 08-15-2007 - 5000 | 4200 | 3500 | 12-10-2007 - 5000 | 4200 | 4500 | 01-01-2008 - 5000 | 4500 | 4200 | 01-01-2008 -(10 rows) - --- RANGE offset PRECEDING/FOLLOWING with null values -select x, y, - first_value(y) over w, - last_value(y) over w -from - (select x, x as y from generate_series(1,5) as x - union all select null, 42 - union all select null, 43) ss -window w as - (order by x asc nulls first range between 2 preceding and 2 following); - x | y | first_value | last_value ----+----+-------------+------------ - | 42 | 42 | 43 - | 43 | 42 | 43 - 1 | 1 | 1 | 3 - 2 | 2 | 1 | 4 - 3 | 3 | 1 | 5 - 4 | 4 | 2 | 5 - 5 | 5 | 3 | 5 -(7 rows) - -select x, y, - first_value(y) over w, - last_value(y) over w -from - (select x, x as y from generate_series(1,5) as x - union all select null, 42 - union all select null, 43) ss -window w as - (order by x asc nulls last range between 2 preceding and 2 following); - x | y | first_value | last_value ----+----+-------------+------------ - 1 | 1 | 1 | 3 - 2 | 2 | 1 | 4 - 3 | 3 | 1 | 5 - 4 | 4 | 2 | 5 - 5 | 5 | 3 | 5 - | 42 | 42 | 43 - | 43 | 42 | 43 -(7 rows) - -select x, y, - first_value(y) over w, - last_value(y) over w -from - (select x, x as y from generate_series(1,5) as x - union all select null, 42 - union all select null, 43) ss -window w as - (order by x desc nulls first range between 2 preceding and 2 following); - x | y | first_value | last_value ----+----+-------------+------------ - | 43 | 43 | 42 - | 42 | 43 | 42 - 5 | 5 | 5 | 3 - 4 | 4 | 5 | 2 - 3 | 3 | 5 | 1 - 2 | 2 | 4 | 1 - 1 | 1 | 3 | 1 -(7 rows) - -select x, y, - first_value(y) over w, - last_value(y) over w -from - (select x, x as y from generate_series(1,5) as x - union all select null, 42 - union all select null, 43) ss -window w as - (order by x desc nulls last range between 2 preceding and 2 following); - x | y | first_value | last_value ----+----+-------------+------------ - 5 | 5 | 5 | 3 - 4 | 4 | 5 | 2 - 3 | 3 | 5 | 1 - 2 | 2 | 4 | 1 - 1 | 1 | 3 | 1 - | 42 | 42 | 43 - | 43 | 42 | 43 -(7 rows) - --- There is a syntactic ambiguity in the SQL standard. Since --- UNBOUNDED is a non-reserved word, it could be the name of a --- function parameter and be used as an expression. There is a --- grammar hack to resolve such cases as the keyword. The following --- tests record this behavior. -CREATE FUNCTION unbounded_syntax_test1a(x int) RETURNS TABLE (a int, b int, c int) -LANGUAGE SQL -BEGIN ATOMIC - SELECT sum(unique1) over (rows between x preceding and x following), - unique1, four - FROM tenk1 WHERE unique1 < 10; -END; -CREATE FUNCTION unbounded_syntax_test1b(x int) RETURNS TABLE (a int, b int, c int) -LANGUAGE SQL -AS $$ - SELECT sum(unique1) over (rows between x preceding and x following), - unique1, four - FROM tenk1 WHERE unique1 < 10; -$$; --- These will apply the argument to the window specification inside the function. -SELECT * FROM unbounded_syntax_test1a(2); - a | b | c -----+---+--- - 7 | 4 | 0 - 13 | 2 | 2 - 22 | 1 | 1 - 26 | 6 | 2 - 29 | 9 | 1 - 31 | 8 | 0 - 32 | 5 | 1 - 23 | 3 | 3 - 15 | 7 | 3 - 10 | 0 | 0 -(10 rows) - -SELECT * FROM unbounded_syntax_test1b(2); - a | b | c -----+---+--- - 7 | 4 | 0 - 13 | 2 | 2 - 22 | 1 | 1 - 26 | 6 | 2 - 29 | 9 | 1 - 31 | 8 | 0 - 32 | 5 | 1 - 23 | 3 | 3 - 15 | 7 | 3 - 10 | 0 | 0 -(10 rows) - -CREATE FUNCTION unbounded_syntax_test2a(unbounded int) RETURNS TABLE (a int, b int, c int) -LANGUAGE SQL -BEGIN ATOMIC - SELECT sum(unique1) over (rows between unbounded preceding and unbounded following), - unique1, four - FROM tenk1 WHERE unique1 < 10; -END; -CREATE FUNCTION unbounded_syntax_test2b(unbounded int) RETURNS TABLE (a int, b int, c int) -LANGUAGE SQL -AS $$ - SELECT sum(unique1) over (rows between unbounded preceding and unbounded following), - unique1, four - FROM tenk1 WHERE unique1 < 10; -$$; --- These will not apply the argument but instead treat UNBOUNDED as a keyword. -SELECT * FROM unbounded_syntax_test2a(2); - a | b | c -----+---+--- - 45 | 4 | 0 - 45 | 2 | 2 - 45 | 1 | 1 - 45 | 6 | 2 - 45 | 9 | 1 - 45 | 8 | 0 - 45 | 5 | 1 - 45 | 3 | 3 - 45 | 7 | 3 - 45 | 0 | 0 -(10 rows) - -SELECT * FROM unbounded_syntax_test2b(2); - a | b | c -----+---+--- - 45 | 4 | 0 - 45 | 2 | 2 - 45 | 1 | 1 - 45 | 6 | 2 - 45 | 9 | 1 - 45 | 8 | 0 - 45 | 5 | 1 - 45 | 3 | 3 - 45 | 7 | 3 - 45 | 0 | 0 -(10 rows) - -DROP FUNCTION unbounded_syntax_test1a, unbounded_syntax_test1b, - unbounded_syntax_test2a, unbounded_syntax_test2b; --- Other tests with token UNBOUNDED in potentially problematic position -CREATE FUNCTION unbounded(x int) RETURNS int LANGUAGE SQL IMMUTABLE RETURN x; -SELECT sum(unique1) over (rows between 1 preceding and 1 following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 6 | 4 | 0 - 7 | 2 | 2 - 9 | 1 | 1 - 16 | 6 | 2 - 23 | 9 | 1 - 22 | 8 | 0 - 16 | 5 | 1 - 15 | 3 | 3 - 10 | 7 | 3 - 7 | 0 | 0 -(10 rows) - -SELECT sum(unique1) over (rows between unbounded(1) preceding and unbounded(1) following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 6 | 4 | 0 - 7 | 2 | 2 - 9 | 1 | 1 - 16 | 6 | 2 - 23 | 9 | 1 - 22 | 8 | 0 - 16 | 5 | 1 - 15 | 3 | 3 - 10 | 7 | 3 - 7 | 0 | 0 -(10 rows) - -SELECT sum(unique1) over (rows between unbounded.x preceding and unbounded.x following), - unique1, four -FROM tenk1, (values (1)) as unbounded(x) WHERE unique1 < 10; -ERROR: argument of ROWS must not contain variables -LINE 1: SELECT sum(unique1) over (rows between unbounded.x preceding... - ^ -DROP FUNCTION unbounded; --- Check overflow behavior for various integer sizes -select x, last_value(x) over (order by x::smallint range between current row and 2147450884 following) -from generate_series(32764, 32766) x; - x | last_value --------+------------ - 32764 | 32766 - 32765 | 32766 - 32766 | 32766 -(3 rows) - -select x, last_value(x) over (order by x::smallint desc range between current row and 2147450885 following) -from generate_series(-32766, -32764) x; - x | last_value ---------+------------ - -32764 | -32766 - -32765 | -32766 - -32766 | -32766 -(3 rows) - -select x, last_value(x) over (order by x range between current row and 4 following) -from generate_series(2147483644, 2147483646) x; - x | last_value -------------+------------ - 2147483644 | 2147483646 - 2147483645 | 2147483646 - 2147483646 | 2147483646 -(3 rows) - -select x, last_value(x) over (order by x desc range between current row and 5 following) -from generate_series(-2147483646, -2147483644) x; - x | last_value --------------+------------- - -2147483644 | -2147483646 - -2147483645 | -2147483646 - -2147483646 | -2147483646 -(3 rows) - -select x, last_value(x) over (order by x range between current row and 4 following) -from generate_series(9223372036854775804, 9223372036854775806) x; - x | last_value ----------------------+--------------------- - 9223372036854775804 | 9223372036854775806 - 9223372036854775805 | 9223372036854775806 - 9223372036854775806 | 9223372036854775806 -(3 rows) - -select x, last_value(x) over (order by x desc range between current row and 5 following) -from generate_series(-9223372036854775806, -9223372036854775804) x; - x | last_value -----------------------+---------------------- - -9223372036854775804 | -9223372036854775806 - -9223372036854775805 | -9223372036854775806 - -9223372036854775806 | -9223372036854775806 -(3 rows) - --- Test in_range for other numeric datatypes -create temp table numerics( - id int, - f_float4 float4, - f_float8 float8, - f_numeric numeric -); -insert into numerics values -(0, '-infinity', '-infinity', '-infinity'), -(1, -3, -3, -3), -(2, -1, -1, -1), -(3, 0, 0, 0), -(4, 1.1, 1.1, 1.1), -(5, 1.12, 1.12, 1.12), -(6, 2, 2, 2), -(7, 100, 100, 100), -(8, 'infinity', 'infinity', 'infinity'), -(9, 'NaN', 'NaN', 'NaN'); -select id, f_float4, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float4 range between - 1 preceding and 1 following); - id | f_float4 | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 0 - 1 | -3 | 1 | 1 - 2 | -1 | 2 | 3 - 3 | 0 | 2 | 3 - 4 | 1.1 | 4 | 6 - 5 | 1.12 | 4 | 6 - 6 | 2 | 4 | 6 - 7 | 100 | 7 | 7 - 8 | Infinity | 8 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_float4, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float4 range between - 1 preceding and 1.1::float4 following); - id | f_float4 | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 0 - 1 | -3 | 1 | 1 - 2 | -1 | 2 | 3 - 3 | 0 | 2 | 4 - 4 | 1.1 | 4 | 6 - 5 | 1.12 | 4 | 6 - 6 | 2 | 4 | 6 - 7 | 100 | 7 | 7 - 8 | Infinity | 8 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_float4, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float4 range between - 'inf' preceding and 'inf' following); - id | f_float4 | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 8 - 1 | -3 | 0 | 8 - 2 | -1 | 0 | 8 - 3 | 0 | 0 | 8 - 4 | 1.1 | 0 | 8 - 5 | 1.12 | 0 | 8 - 6 | 2 | 0 | 8 - 7 | 100 | 0 | 8 - 8 | Infinity | 0 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_float4, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float4 range between - 'inf' preceding and 'inf' preceding); - id | f_float4 | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 0 - 1 | -3 | 0 | 0 - 2 | -1 | 0 | 0 - 3 | 0 | 0 | 0 - 4 | 1.1 | 0 | 0 - 5 | 1.12 | 0 | 0 - 6 | 2 | 0 | 0 - 7 | 100 | 0 | 0 - 8 | Infinity | 0 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_float4, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float4 range between - 'inf' following and 'inf' following); - id | f_float4 | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 8 - 1 | -3 | 8 | 8 - 2 | -1 | 8 | 8 - 3 | 0 | 8 | 8 - 4 | 1.1 | 8 | 8 - 5 | 1.12 | 8 | 8 - 6 | 2 | 8 | 8 - 7 | 100 | 8 | 8 - 8 | Infinity | 8 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_float4, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float4 range between - 1.1 preceding and 'NaN' following); -- error, NaN disallowed -ERROR: invalid preceding or following size in window function -select id, f_float8, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float8 range between - 1 preceding and 1 following); - id | f_float8 | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 0 - 1 | -3 | 1 | 1 - 2 | -1 | 2 | 3 - 3 | 0 | 2 | 3 - 4 | 1.1 | 4 | 6 - 5 | 1.12 | 4 | 6 - 6 | 2 | 4 | 6 - 7 | 100 | 7 | 7 - 8 | Infinity | 8 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_float8, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float8 range between - 1 preceding and 1.1::float8 following); - id | f_float8 | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 0 - 1 | -3 | 1 | 1 - 2 | -1 | 2 | 3 - 3 | 0 | 2 | 4 - 4 | 1.1 | 4 | 6 - 5 | 1.12 | 4 | 6 - 6 | 2 | 4 | 6 - 7 | 100 | 7 | 7 - 8 | Infinity | 8 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_float8, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float8 range between - 'inf' preceding and 'inf' following); - id | f_float8 | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 8 - 1 | -3 | 0 | 8 - 2 | -1 | 0 | 8 - 3 | 0 | 0 | 8 - 4 | 1.1 | 0 | 8 - 5 | 1.12 | 0 | 8 - 6 | 2 | 0 | 8 - 7 | 100 | 0 | 8 - 8 | Infinity | 0 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_float8, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float8 range between - 'inf' preceding and 'inf' preceding); - id | f_float8 | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 0 - 1 | -3 | 0 | 0 - 2 | -1 | 0 | 0 - 3 | 0 | 0 | 0 - 4 | 1.1 | 0 | 0 - 5 | 1.12 | 0 | 0 - 6 | 2 | 0 | 0 - 7 | 100 | 0 | 0 - 8 | Infinity | 0 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_float8, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float8 range between - 'inf' following and 'inf' following); - id | f_float8 | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 8 - 1 | -3 | 8 | 8 - 2 | -1 | 8 | 8 - 3 | 0 | 8 | 8 - 4 | 1.1 | 8 | 8 - 5 | 1.12 | 8 | 8 - 6 | 2 | 8 | 8 - 7 | 100 | 8 | 8 - 8 | Infinity | 8 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_float8, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_float8 range between - 1.1 preceding and 'NaN' following); -- error, NaN disallowed -ERROR: invalid preceding or following size in window function -select id, f_numeric, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_numeric range between - 1 preceding and 1 following); - id | f_numeric | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 0 - 1 | -3 | 1 | 1 - 2 | -1 | 2 | 3 - 3 | 0 | 2 | 3 - 4 | 1.1 | 4 | 6 - 5 | 1.12 | 4 | 6 - 6 | 2 | 4 | 6 - 7 | 100 | 7 | 7 - 8 | Infinity | 8 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_numeric, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_numeric range between - 1 preceding and 1.1::numeric following); - id | f_numeric | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 0 - 1 | -3 | 1 | 1 - 2 | -1 | 2 | 3 - 3 | 0 | 2 | 4 - 4 | 1.1 | 4 | 6 - 5 | 1.12 | 4 | 6 - 6 | 2 | 4 | 6 - 7 | 100 | 7 | 7 - 8 | Infinity | 8 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_numeric, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_numeric range between - 1 preceding and 1.1::float8 following); -- currently unsupported -ERROR: RANGE with offset PRECEDING/FOLLOWING is not supported for column type numeric and offset type double precision -LINE 4: 1 preceding and 1.1::float8 following); - ^ -HINT: Cast the offset value to an appropriate type. -select id, f_numeric, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_numeric range between - 'inf' preceding and 'inf' following); - id | f_numeric | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 8 - 1 | -3 | 0 | 8 - 2 | -1 | 0 | 8 - 3 | 0 | 0 | 8 - 4 | 1.1 | 0 | 8 - 5 | 1.12 | 0 | 8 - 6 | 2 | 0 | 8 - 7 | 100 | 0 | 8 - 8 | Infinity | 0 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_numeric, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_numeric range between - 'inf' preceding and 'inf' preceding); - id | f_numeric | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 0 - 1 | -3 | 0 | 0 - 2 | -1 | 0 | 0 - 3 | 0 | 0 | 0 - 4 | 1.1 | 0 | 0 - 5 | 1.12 | 0 | 0 - 6 | 2 | 0 | 0 - 7 | 100 | 0 | 0 - 8 | Infinity | 0 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_numeric, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_numeric range between - 'inf' following and 'inf' following); - id | f_numeric | first_value | last_value -----+-----------+-------------+------------ - 0 | -Infinity | 0 | 8 - 1 | -3 | 8 | 8 - 2 | -1 | 8 | 8 - 3 | 0 | 8 | 8 - 4 | 1.1 | 8 | 8 - 5 | 1.12 | 8 | 8 - 6 | 2 | 8 | 8 - 7 | 100 | 8 | 8 - 8 | Infinity | 8 | 8 - 9 | NaN | 9 | 9 -(10 rows) - -select id, f_numeric, first_value(id) over w, last_value(id) over w -from numerics -window w as (order by f_numeric range between - 1.1 preceding and 'NaN' following); -- error, NaN disallowed -ERROR: invalid preceding or following size in window function --- Test in_range for other datetime datatypes -create temp table datetimes( - id int, - f_time time, - f_timetz timetz, - f_interval interval, - f_timestamptz timestamptz, - f_timestamp timestamp -); -insert into datetimes values -(0, '10:00', '10:00 BST', '-infinity', '-infinity', '-infinity'), -(1, '11:00', '11:00 BST', '1 year', '2000-10-19 10:23:54+01', '2000-10-19 10:23:54'), -(2, '12:00', '12:00 BST', '2 years', '2001-10-19 10:23:54+01', '2001-10-19 10:23:54'), -(3, '13:00', '13:00 BST', '3 years', '2001-10-19 10:23:54+01', '2001-10-19 10:23:54'), -(4, '14:00', '14:00 BST', '4 years', '2002-10-19 10:23:54+01', '2002-10-19 10:23:54'), -(5, '15:00', '15:00 BST', '5 years', '2003-10-19 10:23:54+01', '2003-10-19 10:23:54'), -(6, '15:00', '15:00 BST', '5 years', '2004-10-19 10:23:54+01', '2004-10-19 10:23:54'), -(7, '17:00', '17:00 BST', '7 years', '2005-10-19 10:23:54+01', '2005-10-19 10:23:54'), -(8, '18:00', '18:00 BST', '8 years', '2006-10-19 10:23:54+01', '2006-10-19 10:23:54'), -(9, '19:00', '19:00 BST', '9 years', '2007-10-19 10:23:54+01', '2007-10-19 10:23:54'), -(10, '20:00', '20:00 BST', '10 years', '2008-10-19 10:23:54+01', '2008-10-19 10:23:54'), -(11, '21:00', '21:00 BST', 'infinity', 'infinity', 'infinity'); -select id, f_time, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_time range between - '70 min'::interval preceding and '2 hours'::interval following); - id | f_time | first_value | last_value -----+----------+-------------+------------ - 0 | 10:00:00 | 0 | 2 - 1 | 11:00:00 | 0 | 3 - 2 | 12:00:00 | 1 | 4 - 3 | 13:00:00 | 2 | 6 - 4 | 14:00:00 | 3 | 6 - 5 | 15:00:00 | 4 | 7 - 6 | 15:00:00 | 4 | 7 - 7 | 17:00:00 | 7 | 9 - 8 | 18:00:00 | 7 | 10 - 9 | 19:00:00 | 8 | 11 - 10 | 20:00:00 | 9 | 11 - 11 | 21:00:00 | 10 | 11 -(12 rows) - -select id, f_time, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_time desc range between - '70 min' preceding and '2 hours' following); - id | f_time | first_value | last_value -----+----------+-------------+------------ - 11 | 21:00:00 | 11 | 9 - 10 | 20:00:00 | 11 | 8 - 9 | 19:00:00 | 10 | 7 - 8 | 18:00:00 | 9 | 7 - 7 | 17:00:00 | 8 | 5 - 6 | 15:00:00 | 6 | 3 - 5 | 15:00:00 | 6 | 3 - 4 | 14:00:00 | 6 | 2 - 3 | 13:00:00 | 4 | 1 - 2 | 12:00:00 | 3 | 0 - 1 | 11:00:00 | 2 | 0 - 0 | 10:00:00 | 1 | 0 -(12 rows) - -select id, f_time, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_time desc range between - '-70 min' preceding and '2 hours' following); -- error, negative offset disallowed -ERROR: invalid preceding or following size in window function -select id, f_time, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_time range between - 'infinity'::interval preceding and 'infinity'::interval following); - id | f_time | first_value | last_value -----+----------+-------------+------------ - 0 | 10:00:00 | 0 | 11 - 1 | 11:00:00 | 0 | 11 - 2 | 12:00:00 | 0 | 11 - 3 | 13:00:00 | 0 | 11 - 4 | 14:00:00 | 0 | 11 - 5 | 15:00:00 | 0 | 11 - 6 | 15:00:00 | 0 | 11 - 7 | 17:00:00 | 0 | 11 - 8 | 18:00:00 | 0 | 11 - 9 | 19:00:00 | 0 | 11 - 10 | 20:00:00 | 0 | 11 - 11 | 21:00:00 | 0 | 11 -(12 rows) - -select id, f_time, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_time range between - 'infinity'::interval preceding and 'infinity'::interval preceding); - id | f_time | first_value | last_value -----+----------+-------------+------------ - 0 | 10:00:00 | | - 1 | 11:00:00 | | - 2 | 12:00:00 | | - 3 | 13:00:00 | | - 4 | 14:00:00 | | - 5 | 15:00:00 | | - 6 | 15:00:00 | | - 7 | 17:00:00 | | - 8 | 18:00:00 | | - 9 | 19:00:00 | | - 10 | 20:00:00 | | - 11 | 21:00:00 | | -(12 rows) - -select id, f_time, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_time range between - 'infinity'::interval following and 'infinity'::interval following); - id | f_time | first_value | last_value -----+----------+-------------+------------ - 0 | 10:00:00 | | - 1 | 11:00:00 | | - 2 | 12:00:00 | | - 3 | 13:00:00 | | - 4 | 14:00:00 | | - 5 | 15:00:00 | | - 6 | 15:00:00 | | - 7 | 17:00:00 | | - 8 | 18:00:00 | | - 9 | 19:00:00 | | - 10 | 20:00:00 | | - 11 | 21:00:00 | | -(12 rows) - -select id, f_time, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_time range between - '-infinity'::interval following and - 'infinity'::interval following); -- error, negative offset disallowed -ERROR: invalid preceding or following size in window function -select id, f_timetz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timetz range between - '70 min'::interval preceding and '2 hours'::interval following); - id | f_timetz | first_value | last_value -----+-------------+-------------+------------ - 0 | 10:00:00+01 | 0 | 2 - 1 | 11:00:00+01 | 0 | 3 - 2 | 12:00:00+01 | 1 | 4 - 3 | 13:00:00+01 | 2 | 6 - 4 | 14:00:00+01 | 3 | 6 - 5 | 15:00:00+01 | 4 | 7 - 6 | 15:00:00+01 | 4 | 7 - 7 | 17:00:00+01 | 7 | 9 - 8 | 18:00:00+01 | 7 | 10 - 9 | 19:00:00+01 | 8 | 11 - 10 | 20:00:00+01 | 9 | 11 - 11 | 21:00:00+01 | 10 | 11 -(12 rows) - -select id, f_timetz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timetz desc range between - '70 min' preceding and '2 hours' following); - id | f_timetz | first_value | last_value -----+-------------+-------------+------------ - 11 | 21:00:00+01 | 11 | 9 - 10 | 20:00:00+01 | 11 | 8 - 9 | 19:00:00+01 | 10 | 7 - 8 | 18:00:00+01 | 9 | 7 - 7 | 17:00:00+01 | 8 | 5 - 6 | 15:00:00+01 | 6 | 3 - 5 | 15:00:00+01 | 6 | 3 - 4 | 14:00:00+01 | 6 | 2 - 3 | 13:00:00+01 | 4 | 1 - 2 | 12:00:00+01 | 3 | 0 - 1 | 11:00:00+01 | 2 | 0 - 0 | 10:00:00+01 | 1 | 0 -(12 rows) - -select id, f_timetz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timetz desc range between - '70 min' preceding and '-2 hours' following); -- error, negative offset disallowed -ERROR: invalid preceding or following size in window function -select id, f_timetz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timetz range between - 'infinity'::interval preceding and 'infinity'::interval following); - id | f_timetz | first_value | last_value -----+-------------+-------------+------------ - 0 | 10:00:00+01 | 0 | 11 - 1 | 11:00:00+01 | 0 | 11 - 2 | 12:00:00+01 | 0 | 11 - 3 | 13:00:00+01 | 0 | 11 - 4 | 14:00:00+01 | 0 | 11 - 5 | 15:00:00+01 | 0 | 11 - 6 | 15:00:00+01 | 0 | 11 - 7 | 17:00:00+01 | 0 | 11 - 8 | 18:00:00+01 | 0 | 11 - 9 | 19:00:00+01 | 0 | 11 - 10 | 20:00:00+01 | 0 | 11 - 11 | 21:00:00+01 | 0 | 11 -(12 rows) - -select id, f_timetz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timetz range between - 'infinity'::interval preceding and 'infinity'::interval preceding); - id | f_timetz | first_value | last_value -----+-------------+-------------+------------ - 0 | 10:00:00+01 | | - 1 | 11:00:00+01 | | - 2 | 12:00:00+01 | | - 3 | 13:00:00+01 | | - 4 | 14:00:00+01 | | - 5 | 15:00:00+01 | | - 6 | 15:00:00+01 | | - 7 | 17:00:00+01 | | - 8 | 18:00:00+01 | | - 9 | 19:00:00+01 | | - 10 | 20:00:00+01 | | - 11 | 21:00:00+01 | | -(12 rows) - -select id, f_timetz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timetz range between - 'infinity'::interval following and 'infinity'::interval following); - id | f_timetz | first_value | last_value -----+-------------+-------------+------------ - 0 | 10:00:00+01 | | - 1 | 11:00:00+01 | | - 2 | 12:00:00+01 | | - 3 | 13:00:00+01 | | - 4 | 14:00:00+01 | | - 5 | 15:00:00+01 | | - 6 | 15:00:00+01 | | - 7 | 17:00:00+01 | | - 8 | 18:00:00+01 | | - 9 | 19:00:00+01 | | - 10 | 20:00:00+01 | | - 11 | 21:00:00+01 | | -(12 rows) - -select id, f_timetz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timetz range between - 'infinity'::interval following and - '-infinity'::interval following); -- error, negative offset disallowed -ERROR: invalid preceding or following size in window function -select id, f_interval, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_interval range between - '1 year'::interval preceding and '1 year'::interval following); - id | f_interval | first_value | last_value -----+------------+-------------+------------ - 0 | -infinity | 0 | 0 - 1 | @ 1 year | 1 | 2 - 2 | @ 2 years | 1 | 3 - 3 | @ 3 years | 2 | 4 - 4 | @ 4 years | 3 | 6 - 5 | @ 5 years | 4 | 6 - 6 | @ 5 years | 4 | 6 - 7 | @ 7 years | 7 | 8 - 8 | @ 8 years | 7 | 9 - 9 | @ 9 years | 8 | 10 - 10 | @ 10 years | 9 | 10 - 11 | infinity | 11 | 11 -(12 rows) - -select id, f_interval, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_interval desc range between - '1 year' preceding and '1 year' following); - id | f_interval | first_value | last_value -----+------------+-------------+------------ - 11 | infinity | 11 | 11 - 10 | @ 10 years | 10 | 9 - 9 | @ 9 years | 10 | 8 - 8 | @ 8 years | 9 | 7 - 7 | @ 7 years | 8 | 7 - 6 | @ 5 years | 6 | 4 - 5 | @ 5 years | 6 | 4 - 4 | @ 4 years | 6 | 3 - 3 | @ 3 years | 4 | 2 - 2 | @ 2 years | 3 | 1 - 1 | @ 1 year | 2 | 1 - 0 | -infinity | 0 | 0 -(12 rows) - -select id, f_interval, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_interval desc range between - '-1 year' preceding and '1 year' following); -- error, negative offset disallowed -ERROR: invalid preceding or following size in window function -select id, f_interval, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_interval range between - 'infinity'::interval preceding and 'infinity'::interval following); - id | f_interval | first_value | last_value -----+------------+-------------+------------ - 0 | -infinity | 0 | 11 - 1 | @ 1 year | 0 | 11 - 2 | @ 2 years | 0 | 11 - 3 | @ 3 years | 0 | 11 - 4 | @ 4 years | 0 | 11 - 5 | @ 5 years | 0 | 11 - 6 | @ 5 years | 0 | 11 - 7 | @ 7 years | 0 | 11 - 8 | @ 8 years | 0 | 11 - 9 | @ 9 years | 0 | 11 - 10 | @ 10 years | 0 | 11 - 11 | infinity | 0 | 11 -(12 rows) - -select id, f_interval, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_interval range between - 'infinity'::interval preceding and 'infinity'::interval preceding); - id | f_interval | first_value | last_value -----+------------+-------------+------------ - 0 | -infinity | 0 | 0 - 1 | @ 1 year | 0 | 0 - 2 | @ 2 years | 0 | 0 - 3 | @ 3 years | 0 | 0 - 4 | @ 4 years | 0 | 0 - 5 | @ 5 years | 0 | 0 - 6 | @ 5 years | 0 | 0 - 7 | @ 7 years | 0 | 0 - 8 | @ 8 years | 0 | 0 - 9 | @ 9 years | 0 | 0 - 10 | @ 10 years | 0 | 0 - 11 | infinity | 0 | 11 -(12 rows) - -select id, f_interval, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_interval range between - 'infinity'::interval following and 'infinity'::interval following); - id | f_interval | first_value | last_value -----+------------+-------------+------------ - 0 | -infinity | 0 | 11 - 1 | @ 1 year | 11 | 11 - 2 | @ 2 years | 11 | 11 - 3 | @ 3 years | 11 | 11 - 4 | @ 4 years | 11 | 11 - 5 | @ 5 years | 11 | 11 - 6 | @ 5 years | 11 | 11 - 7 | @ 7 years | 11 | 11 - 8 | @ 8 years | 11 | 11 - 9 | @ 9 years | 11 | 11 - 10 | @ 10 years | 11 | 11 - 11 | infinity | 11 | 11 -(12 rows) - -select id, f_interval, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_interval range between - '-infinity'::interval following and - 'infinity'::interval following); -- error, negative offset disallowed -ERROR: invalid preceding or following size in window function -select id, f_timestamptz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamptz range between - '1 year'::interval preceding and '1 year'::interval following); - id | f_timestamptz | first_value | last_value -----+------------------------------+-------------+------------ - 0 | -infinity | 0 | 0 - 1 | Thu Oct 19 02:23:54 2000 PDT | 1 | 3 - 2 | Fri Oct 19 02:23:54 2001 PDT | 1 | 4 - 3 | Fri Oct 19 02:23:54 2001 PDT | 1 | 4 - 4 | Sat Oct 19 02:23:54 2002 PDT | 2 | 5 - 5 | Sun Oct 19 02:23:54 2003 PDT | 4 | 6 - 6 | Tue Oct 19 02:23:54 2004 PDT | 5 | 7 - 7 | Wed Oct 19 02:23:54 2005 PDT | 6 | 8 - 8 | Thu Oct 19 02:23:54 2006 PDT | 7 | 9 - 9 | Fri Oct 19 02:23:54 2007 PDT | 8 | 10 - 10 | Sun Oct 19 02:23:54 2008 PDT | 9 | 10 - 11 | infinity | 11 | 11 -(12 rows) - -select id, f_timestamptz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamptz desc range between - '1 year' preceding and '1 year' following); - id | f_timestamptz | first_value | last_value -----+------------------------------+-------------+------------ - 11 | infinity | 11 | 11 - 10 | Sun Oct 19 02:23:54 2008 PDT | 10 | 9 - 9 | Fri Oct 19 02:23:54 2007 PDT | 10 | 8 - 8 | Thu Oct 19 02:23:54 2006 PDT | 9 | 7 - 7 | Wed Oct 19 02:23:54 2005 PDT | 8 | 6 - 6 | Tue Oct 19 02:23:54 2004 PDT | 7 | 5 - 5 | Sun Oct 19 02:23:54 2003 PDT | 6 | 4 - 4 | Sat Oct 19 02:23:54 2002 PDT | 5 | 2 - 3 | Fri Oct 19 02:23:54 2001 PDT | 4 | 1 - 2 | Fri Oct 19 02:23:54 2001 PDT | 4 | 1 - 1 | Thu Oct 19 02:23:54 2000 PDT | 3 | 1 - 0 | -infinity | 0 | 0 -(12 rows) - -select id, f_timestamptz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamptz desc range between - '1 year' preceding and '-1 year' following); -- error, negative offset disallowed -ERROR: invalid preceding or following size in window function -select id, f_timestamptz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamptz range between - 'infinity'::interval preceding and 'infinity'::interval following); - id | f_timestamptz | first_value | last_value -----+------------------------------+-------------+------------ - 0 | -infinity | 0 | 11 - 1 | Thu Oct 19 02:23:54 2000 PDT | 0 | 11 - 2 | Fri Oct 19 02:23:54 2001 PDT | 0 | 11 - 3 | Fri Oct 19 02:23:54 2001 PDT | 0 | 11 - 4 | Sat Oct 19 02:23:54 2002 PDT | 0 | 11 - 5 | Sun Oct 19 02:23:54 2003 PDT | 0 | 11 - 6 | Tue Oct 19 02:23:54 2004 PDT | 0 | 11 - 7 | Wed Oct 19 02:23:54 2005 PDT | 0 | 11 - 8 | Thu Oct 19 02:23:54 2006 PDT | 0 | 11 - 9 | Fri Oct 19 02:23:54 2007 PDT | 0 | 11 - 10 | Sun Oct 19 02:23:54 2008 PDT | 0 | 11 - 11 | infinity | 0 | 11 -(12 rows) - -select id, f_timestamptz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamptz range between - 'infinity'::interval preceding and 'infinity'::interval preceding); - id | f_timestamptz | first_value | last_value -----+------------------------------+-------------+------------ - 0 | -infinity | 0 | 0 - 1 | Thu Oct 19 02:23:54 2000 PDT | 0 | 0 - 2 | Fri Oct 19 02:23:54 2001 PDT | 0 | 0 - 3 | Fri Oct 19 02:23:54 2001 PDT | 0 | 0 - 4 | Sat Oct 19 02:23:54 2002 PDT | 0 | 0 - 5 | Sun Oct 19 02:23:54 2003 PDT | 0 | 0 - 6 | Tue Oct 19 02:23:54 2004 PDT | 0 | 0 - 7 | Wed Oct 19 02:23:54 2005 PDT | 0 | 0 - 8 | Thu Oct 19 02:23:54 2006 PDT | 0 | 0 - 9 | Fri Oct 19 02:23:54 2007 PDT | 0 | 0 - 10 | Sun Oct 19 02:23:54 2008 PDT | 0 | 0 - 11 | infinity | 0 | 11 -(12 rows) - -select id, f_timestamptz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamptz range between - 'infinity'::interval following and 'infinity'::interval following); - id | f_timestamptz | first_value | last_value -----+------------------------------+-------------+------------ - 0 | -infinity | 0 | 11 - 1 | Thu Oct 19 02:23:54 2000 PDT | 11 | 11 - 2 | Fri Oct 19 02:23:54 2001 PDT | 11 | 11 - 3 | Fri Oct 19 02:23:54 2001 PDT | 11 | 11 - 4 | Sat Oct 19 02:23:54 2002 PDT | 11 | 11 - 5 | Sun Oct 19 02:23:54 2003 PDT | 11 | 11 - 6 | Tue Oct 19 02:23:54 2004 PDT | 11 | 11 - 7 | Wed Oct 19 02:23:54 2005 PDT | 11 | 11 - 8 | Thu Oct 19 02:23:54 2006 PDT | 11 | 11 - 9 | Fri Oct 19 02:23:54 2007 PDT | 11 | 11 - 10 | Sun Oct 19 02:23:54 2008 PDT | 11 | 11 - 11 | infinity | 11 | 11 -(12 rows) - -select id, f_timestamptz, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamptz range between - '-infinity'::interval following and - 'infinity'::interval following); -- error, negative offset disallowed -ERROR: invalid preceding or following size in window function -select id, f_timestamp, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamp range between - '1 year'::interval preceding and '1 year'::interval following); - id | f_timestamp | first_value | last_value -----+--------------------------+-------------+------------ - 0 | -infinity | 0 | 0 - 1 | Thu Oct 19 10:23:54 2000 | 1 | 3 - 2 | Fri Oct 19 10:23:54 2001 | 1 | 4 - 3 | Fri Oct 19 10:23:54 2001 | 1 | 4 - 4 | Sat Oct 19 10:23:54 2002 | 2 | 5 - 5 | Sun Oct 19 10:23:54 2003 | 4 | 6 - 6 | Tue Oct 19 10:23:54 2004 | 5 | 7 - 7 | Wed Oct 19 10:23:54 2005 | 6 | 8 - 8 | Thu Oct 19 10:23:54 2006 | 7 | 9 - 9 | Fri Oct 19 10:23:54 2007 | 8 | 10 - 10 | Sun Oct 19 10:23:54 2008 | 9 | 10 - 11 | infinity | 11 | 11 -(12 rows) - -select id, f_timestamp, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamp desc range between - '1 year' preceding and '1 year' following); - id | f_timestamp | first_value | last_value -----+--------------------------+-------------+------------ - 11 | infinity | 11 | 11 - 10 | Sun Oct 19 10:23:54 2008 | 10 | 9 - 9 | Fri Oct 19 10:23:54 2007 | 10 | 8 - 8 | Thu Oct 19 10:23:54 2006 | 9 | 7 - 7 | Wed Oct 19 10:23:54 2005 | 8 | 6 - 6 | Tue Oct 19 10:23:54 2004 | 7 | 5 - 5 | Sun Oct 19 10:23:54 2003 | 6 | 4 - 4 | Sat Oct 19 10:23:54 2002 | 5 | 2 - 3 | Fri Oct 19 10:23:54 2001 | 4 | 1 - 2 | Fri Oct 19 10:23:54 2001 | 4 | 1 - 1 | Thu Oct 19 10:23:54 2000 | 3 | 1 - 0 | -infinity | 0 | 0 -(12 rows) - -select id, f_timestamp, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamp desc range between - '-1 year' preceding and '1 year' following); -- error, negative offset disallowed -ERROR: invalid preceding or following size in window function -select id, f_timestamp, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamp range between - 'infinity'::interval preceding and 'infinity'::interval following); - id | f_timestamp | first_value | last_value -----+--------------------------+-------------+------------ - 0 | -infinity | 0 | 11 - 1 | Thu Oct 19 10:23:54 2000 | 0 | 11 - 2 | Fri Oct 19 10:23:54 2001 | 0 | 11 - 3 | Fri Oct 19 10:23:54 2001 | 0 | 11 - 4 | Sat Oct 19 10:23:54 2002 | 0 | 11 - 5 | Sun Oct 19 10:23:54 2003 | 0 | 11 - 6 | Tue Oct 19 10:23:54 2004 | 0 | 11 - 7 | Wed Oct 19 10:23:54 2005 | 0 | 11 - 8 | Thu Oct 19 10:23:54 2006 | 0 | 11 - 9 | Fri Oct 19 10:23:54 2007 | 0 | 11 - 10 | Sun Oct 19 10:23:54 2008 | 0 | 11 - 11 | infinity | 0 | 11 -(12 rows) - -select id, f_timestamp, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamp range between - 'infinity'::interval preceding and 'infinity'::interval preceding); - id | f_timestamp | first_value | last_value -----+--------------------------+-------------+------------ - 0 | -infinity | 0 | 0 - 1 | Thu Oct 19 10:23:54 2000 | 0 | 0 - 2 | Fri Oct 19 10:23:54 2001 | 0 | 0 - 3 | Fri Oct 19 10:23:54 2001 | 0 | 0 - 4 | Sat Oct 19 10:23:54 2002 | 0 | 0 - 5 | Sun Oct 19 10:23:54 2003 | 0 | 0 - 6 | Tue Oct 19 10:23:54 2004 | 0 | 0 - 7 | Wed Oct 19 10:23:54 2005 | 0 | 0 - 8 | Thu Oct 19 10:23:54 2006 | 0 | 0 - 9 | Fri Oct 19 10:23:54 2007 | 0 | 0 - 10 | Sun Oct 19 10:23:54 2008 | 0 | 0 - 11 | infinity | 0 | 11 -(12 rows) - -select id, f_timestamp, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamp range between - 'infinity'::interval following and 'infinity'::interval following); - id | f_timestamp | first_value | last_value -----+--------------------------+-------------+------------ - 0 | -infinity | 0 | 11 - 1 | Thu Oct 19 10:23:54 2000 | 11 | 11 - 2 | Fri Oct 19 10:23:54 2001 | 11 | 11 - 3 | Fri Oct 19 10:23:54 2001 | 11 | 11 - 4 | Sat Oct 19 10:23:54 2002 | 11 | 11 - 5 | Sun Oct 19 10:23:54 2003 | 11 | 11 - 6 | Tue Oct 19 10:23:54 2004 | 11 | 11 - 7 | Wed Oct 19 10:23:54 2005 | 11 | 11 - 8 | Thu Oct 19 10:23:54 2006 | 11 | 11 - 9 | Fri Oct 19 10:23:54 2007 | 11 | 11 - 10 | Sun Oct 19 10:23:54 2008 | 11 | 11 - 11 | infinity | 11 | 11 -(12 rows) - -select id, f_timestamp, first_value(id) over w, last_value(id) over w -from datetimes -window w as (order by f_timestamp range between - '-infinity'::interval following and - 'infinity'::interval following); -- error, negative offset disallowed -ERROR: invalid preceding or following size in window function --- RANGE offset PRECEDING/FOLLOWING error cases -select sum(salary) over (order by enroll_date, salary range between '1 year'::interval preceding and '2 years'::interval following - exclude ties), salary, enroll_date from empsalary; -ERROR: RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column -LINE 1: select sum(salary) over (order by enroll_date, salary range ... - ^ -select sum(salary) over (range between '1 year'::interval preceding and '2 years'::interval following - exclude ties), salary, enroll_date from empsalary; -ERROR: RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column -LINE 1: select sum(salary) over (range between '1 year'::interval pr... - ^ -select sum(salary) over (order by depname range between '1 year'::interval preceding and '2 years'::interval following - exclude ties), salary, enroll_date from empsalary; -ERROR: RANGE with offset PRECEDING/FOLLOWING is not supported for column type text -LINE 1: ... sum(salary) over (order by depname range between '1 year'::... - ^ -select max(enroll_date) over (order by enroll_date range between 1 preceding and 2 following - exclude ties), salary, enroll_date from empsalary; -ERROR: RANGE with offset PRECEDING/FOLLOWING is not supported for column type date and offset type integer -LINE 1: ...ll_date) over (order by enroll_date range between 1 precedin... - ^ -HINT: Cast the offset value to an appropriate type. -select max(enroll_date) over (order by salary range between -1 preceding and 2 following - exclude ties), salary, enroll_date from empsalary; -ERROR: invalid preceding or following size in window function -select max(enroll_date) over (order by salary range between 1 preceding and -2 following - exclude ties), salary, enroll_date from empsalary; -ERROR: invalid preceding or following size in window function -select max(enroll_date) over (order by salary range between '1 year'::interval preceding and '2 years'::interval following - exclude ties), salary, enroll_date from empsalary; -ERROR: RANGE with offset PRECEDING/FOLLOWING is not supported for column type integer and offset type interval -LINE 1: ...(enroll_date) over (order by salary range between '1 year'::... - ^ -HINT: Cast the offset value to an appropriate type. -select max(enroll_date) over (order by enroll_date range between '1 year'::interval preceding and '-2 years'::interval following - exclude ties), salary, enroll_date from empsalary; -ERROR: invalid preceding or following size in window function --- GROUPS tests -SELECT sum(unique1) over (order by four groups between unbounded preceding and current row), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 12 | 0 | 0 - 12 | 8 | 0 - 12 | 4 | 0 - 27 | 5 | 1 - 27 | 9 | 1 - 27 | 1 | 1 - 35 | 6 | 2 - 35 | 2 | 2 - 45 | 3 | 3 - 45 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between unbounded preceding and unbounded following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 45 | 0 | 0 - 45 | 8 | 0 - 45 | 4 | 0 - 45 | 5 | 1 - 45 | 9 | 1 - 45 | 1 | 1 - 45 | 6 | 2 - 45 | 2 | 2 - 45 | 3 | 3 - 45 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between current row and unbounded following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 45 | 0 | 0 - 45 | 8 | 0 - 45 | 4 | 0 - 33 | 5 | 1 - 33 | 9 | 1 - 33 | 1 | 1 - 18 | 6 | 2 - 18 | 2 | 2 - 10 | 3 | 3 - 10 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between 1 preceding and unbounded following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 45 | 0 | 0 - 45 | 8 | 0 - 45 | 4 | 0 - 45 | 5 | 1 - 45 | 9 | 1 - 45 | 1 | 1 - 33 | 6 | 2 - 33 | 2 | 2 - 18 | 3 | 3 - 18 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between 1 following and unbounded following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 33 | 0 | 0 - 33 | 8 | 0 - 33 | 4 | 0 - 18 | 5 | 1 - 18 | 9 | 1 - 18 | 1 | 1 - 10 | 6 | 2 - 10 | 2 | 2 - | 3 | 3 - | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between unbounded preceding and 2 following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 35 | 0 | 0 - 35 | 8 | 0 - 35 | 4 | 0 - 45 | 5 | 1 - 45 | 9 | 1 - 45 | 1 | 1 - 45 | 6 | 2 - 45 | 2 | 2 - 45 | 3 | 3 - 45 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between 2 preceding and 1 preceding), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - | 0 | 0 - | 8 | 0 - | 4 | 0 - 12 | 5 | 1 - 12 | 9 | 1 - 12 | 1 | 1 - 27 | 6 | 2 - 27 | 2 | 2 - 23 | 3 | 3 - 23 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between 2 preceding and 1 following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 27 | 0 | 0 - 27 | 8 | 0 - 27 | 4 | 0 - 35 | 5 | 1 - 35 | 9 | 1 - 35 | 1 | 1 - 45 | 6 | 2 - 45 | 2 | 2 - 33 | 3 | 3 - 33 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between 0 preceding and 0 following), - unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 12 | 0 | 0 - 12 | 8 | 0 - 12 | 4 | 0 - 15 | 5 | 1 - 15 | 9 | 1 - 15 | 1 | 1 - 8 | 6 | 2 - 8 | 2 | 2 - 10 | 3 | 3 - 10 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between 2 preceding and 1 following - exclude current row), unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 27 | 0 | 0 - 19 | 8 | 0 - 23 | 4 | 0 - 30 | 5 | 1 - 26 | 9 | 1 - 34 | 1 | 1 - 39 | 6 | 2 - 43 | 2 | 2 - 30 | 3 | 3 - 26 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between 2 preceding and 1 following - exclude group), unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 15 | 0 | 0 - 15 | 8 | 0 - 15 | 4 | 0 - 20 | 5 | 1 - 20 | 9 | 1 - 20 | 1 | 1 - 37 | 6 | 2 - 37 | 2 | 2 - 23 | 3 | 3 - 23 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (order by four groups between 2 preceding and 1 following - exclude ties), unique1, four -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four ------+---------+------ - 15 | 0 | 0 - 23 | 8 | 0 - 19 | 4 | 0 - 25 | 5 | 1 - 29 | 9 | 1 - 21 | 1 | 1 - 43 | 6 | 2 - 39 | 2 | 2 - 26 | 3 | 3 - 30 | 7 | 3 -(10 rows) - -SELECT sum(unique1) over (partition by ten - order by four groups between 0 preceding and 0 following),unique1, four, ten -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four | ten ------+---------+------+----- - 0 | 0 | 0 | 0 - 1 | 1 | 1 | 1 - 2 | 2 | 2 | 2 - 3 | 3 | 3 | 3 - 4 | 4 | 0 | 4 - 5 | 5 | 1 | 5 - 6 | 6 | 2 | 6 - 7 | 7 | 3 | 7 - 8 | 8 | 0 | 8 - 9 | 9 | 1 | 9 -(10 rows) - -SELECT sum(unique1) over (partition by ten - order by four groups between 0 preceding and 0 following exclude current row), unique1, four, ten -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four | ten ------+---------+------+----- - | 0 | 0 | 0 - | 1 | 1 | 1 - | 2 | 2 | 2 - | 3 | 3 | 3 - | 4 | 0 | 4 - | 5 | 1 | 5 - | 6 | 2 | 6 - | 7 | 3 | 7 - | 8 | 0 | 8 - | 9 | 1 | 9 -(10 rows) - -SELECT sum(unique1) over (partition by ten - order by four groups between 0 preceding and 0 following exclude group), unique1, four, ten -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four | ten ------+---------+------+----- - | 0 | 0 | 0 - | 1 | 1 | 1 - | 2 | 2 | 2 - | 3 | 3 | 3 - | 4 | 0 | 4 - | 5 | 1 | 5 - | 6 | 2 | 6 - | 7 | 3 | 7 - | 8 | 0 | 8 - | 9 | 1 | 9 -(10 rows) - -SELECT sum(unique1) over (partition by ten - order by four groups between 0 preceding and 0 following exclude ties), unique1, four, ten -FROM tenk1 WHERE unique1 < 10; - sum | unique1 | four | ten ------+---------+------+----- - 0 | 0 | 0 | 0 - 1 | 1 | 1 | 1 - 2 | 2 | 2 | 2 - 3 | 3 | 3 | 3 - 4 | 4 | 0 | 4 - 5 | 5 | 1 | 5 - 6 | 6 | 2 | 6 - 7 | 7 | 3 | 7 - 8 | 8 | 0 | 8 - 9 | 9 | 1 | 9 -(10 rows) - -select first_value(salary) over(order by enroll_date groups between 1 preceding and 1 following), - lead(salary) over(order by enroll_date groups between 1 preceding and 1 following), - nth_value(salary, 1) over(order by enroll_date groups between 1 preceding and 1 following), - salary, enroll_date from empsalary; - first_value | lead | nth_value | salary | enroll_date --------------+------+-----------+--------+------------- - 5000 | 6000 | 5000 | 5000 | 10-01-2006 - 5000 | 3900 | 5000 | 6000 | 10-01-2006 - 5000 | 4800 | 5000 | 3900 | 12-23-2006 - 3900 | 5200 | 3900 | 4800 | 08-01-2007 - 3900 | 4800 | 3900 | 5200 | 08-01-2007 - 4800 | 5200 | 4800 | 4800 | 08-08-2007 - 4800 | 3500 | 4800 | 5200 | 08-15-2007 - 5200 | 4500 | 5200 | 3500 | 12-10-2007 - 3500 | 4200 | 3500 | 4500 | 01-01-2008 - 3500 | | 3500 | 4200 | 01-01-2008 -(10 rows) - -select last_value(salary) over(order by enroll_date groups between 1 preceding and 1 following), - lag(salary) over(order by enroll_date groups between 1 preceding and 1 following), - salary, enroll_date from empsalary; - last_value | lag | salary | enroll_date -------------+------+--------+------------- - 3900 | | 5000 | 10-01-2006 - 3900 | 5000 | 6000 | 10-01-2006 - 5200 | 6000 | 3900 | 12-23-2006 - 4800 | 3900 | 4800 | 08-01-2007 - 4800 | 4800 | 5200 | 08-01-2007 - 5200 | 5200 | 4800 | 08-08-2007 - 3500 | 4800 | 5200 | 08-15-2007 - 4200 | 5200 | 3500 | 12-10-2007 - 4200 | 3500 | 4500 | 01-01-2008 - 4200 | 4500 | 4200 | 01-01-2008 -(10 rows) - -select first_value(salary) over(order by enroll_date groups between 1 following and 3 following - exclude current row), - lead(salary) over(order by enroll_date groups between 1 following and 3 following exclude ties), - nth_value(salary, 1) over(order by enroll_date groups between 1 following and 3 following - exclude ties), - salary, enroll_date from empsalary; - first_value | lead | nth_value | salary | enroll_date --------------+------+-----------+--------+------------- - 3900 | 6000 | 3900 | 5000 | 10-01-2006 - 3900 | 3900 | 3900 | 6000 | 10-01-2006 - 4800 | 4800 | 4800 | 3900 | 12-23-2006 - 4800 | 5200 | 4800 | 4800 | 08-01-2007 - 4800 | 4800 | 4800 | 5200 | 08-01-2007 - 5200 | 5200 | 5200 | 4800 | 08-08-2007 - 3500 | 3500 | 3500 | 5200 | 08-15-2007 - 4500 | 4500 | 4500 | 3500 | 12-10-2007 - | 4200 | | 4500 | 01-01-2008 - | | | 4200 | 01-01-2008 -(10 rows) - -select last_value(salary) over(order by enroll_date groups between 1 following and 3 following - exclude group), - lag(salary) over(order by enroll_date groups between 1 following and 3 following exclude group), - salary, enroll_date from empsalary; - last_value | lag | salary | enroll_date -------------+------+--------+------------- - 4800 | | 5000 | 10-01-2006 - 4800 | 5000 | 6000 | 10-01-2006 - 5200 | 6000 | 3900 | 12-23-2006 - 3500 | 3900 | 4800 | 08-01-2007 - 3500 | 4800 | 5200 | 08-01-2007 - 4200 | 5200 | 4800 | 08-08-2007 - 4200 | 4800 | 5200 | 08-15-2007 - 4200 | 5200 | 3500 | 12-10-2007 - | 3500 | 4500 | 01-01-2008 - | 4500 | 4200 | 01-01-2008 -(10 rows) - --- Show differences in offset interpretation between ROWS, RANGE, and GROUPS -WITH cte (x) AS ( - SELECT * FROM generate_series(1, 35, 2) -) -SELECT x, (sum(x) over w) -FROM cte -WINDOW w AS (ORDER BY x rows between 1 preceding and 1 following); - x | sum -----+----- - 1 | 4 - 3 | 9 - 5 | 15 - 7 | 21 - 9 | 27 - 11 | 33 - 13 | 39 - 15 | 45 - 17 | 51 - 19 | 57 - 21 | 63 - 23 | 69 - 25 | 75 - 27 | 81 - 29 | 87 - 31 | 93 - 33 | 99 - 35 | 68 -(18 rows) - -WITH cte (x) AS ( - SELECT * FROM generate_series(1, 35, 2) -) -SELECT x, (sum(x) over w) -FROM cte -WINDOW w AS (ORDER BY x range between 1 preceding and 1 following); - x | sum -----+----- - 1 | 1 - 3 | 3 - 5 | 5 - 7 | 7 - 9 | 9 - 11 | 11 - 13 | 13 - 15 | 15 - 17 | 17 - 19 | 19 - 21 | 21 - 23 | 23 - 25 | 25 - 27 | 27 - 29 | 29 - 31 | 31 - 33 | 33 - 35 | 35 -(18 rows) - -WITH cte (x) AS ( - SELECT * FROM generate_series(1, 35, 2) -) -SELECT x, (sum(x) over w) -FROM cte -WINDOW w AS (ORDER BY x groups between 1 preceding and 1 following); - x | sum -----+----- - 1 | 4 - 3 | 9 - 5 | 15 - 7 | 21 - 9 | 27 - 11 | 33 - 13 | 39 - 15 | 45 - 17 | 51 - 19 | 57 - 21 | 63 - 23 | 69 - 25 | 75 - 27 | 81 - 29 | 87 - 31 | 93 - 33 | 99 - 35 | 68 -(18 rows) - -WITH cte (x) AS ( - select 1 union all select 1 union all select 1 union all - SELECT * FROM generate_series(5, 49, 2) -) -SELECT x, (sum(x) over w) -FROM cte -WINDOW w AS (ORDER BY x rows between 1 preceding and 1 following); - x | sum -----+----- - 1 | 2 - 1 | 3 - 1 | 7 - 5 | 13 - 7 | 21 - 9 | 27 - 11 | 33 - 13 | 39 - 15 | 45 - 17 | 51 - 19 | 57 - 21 | 63 - 23 | 69 - 25 | 75 - 27 | 81 - 29 | 87 - 31 | 93 - 33 | 99 - 35 | 105 - 37 | 111 - 39 | 117 - 41 | 123 - 43 | 129 - 45 | 135 - 47 | 141 - 49 | 96 -(26 rows) - -WITH cte (x) AS ( - select 1 union all select 1 union all select 1 union all - SELECT * FROM generate_series(5, 49, 2) -) -SELECT x, (sum(x) over w) -FROM cte -WINDOW w AS (ORDER BY x range between 1 preceding and 1 following); - x | sum -----+----- - 1 | 3 - 1 | 3 - 1 | 3 - 5 | 5 - 7 | 7 - 9 | 9 - 11 | 11 - 13 | 13 - 15 | 15 - 17 | 17 - 19 | 19 - 21 | 21 - 23 | 23 - 25 | 25 - 27 | 27 - 29 | 29 - 31 | 31 - 33 | 33 - 35 | 35 - 37 | 37 - 39 | 39 - 41 | 41 - 43 | 43 - 45 | 45 - 47 | 47 - 49 | 49 -(26 rows) - -WITH cte (x) AS ( - select 1 union all select 1 union all select 1 union all - SELECT * FROM generate_series(5, 49, 2) -) -SELECT x, (sum(x) over w) -FROM cte -WINDOW w AS (ORDER BY x groups between 1 preceding and 1 following); - x | sum -----+----- - 1 | 8 - 1 | 8 - 1 | 8 - 5 | 15 - 7 | 21 - 9 | 27 - 11 | 33 - 13 | 39 - 15 | 45 - 17 | 51 - 19 | 57 - 21 | 63 - 23 | 69 - 25 | 75 - 27 | 81 - 29 | 87 - 31 | 93 - 33 | 99 - 35 | 105 - 37 | 111 - 39 | 117 - 41 | 123 - 43 | 129 - 45 | 135 - 47 | 141 - 49 | 96 -(26 rows) - --- with UNION -SELECT count(*) OVER (PARTITION BY four) FROM (SELECT * FROM tenk1 UNION ALL SELECT * FROM tenk2)s LIMIT 0; - count -------- -(0 rows) - --- check some degenerate cases -create temp table t1 (f1 int, f2 int8); -insert into t1 values (1,1),(1,2),(2,2); -select f1, sum(f1) over (partition by f1 - range between 1 preceding and 1 following) -from t1 where f1 = f2; -- error, must have order by -ERROR: RANGE with offset PRECEDING/FOLLOWING requires exactly one ORDER BY column -LINE 1: select f1, sum(f1) over (partition by f1 - ^ -explain (costs off) -select f1, sum(f1) over (partition by f1 order by f2 - range between 1 preceding and 1 following) -from t1 where f1 = f2; - QUERY PLAN -------------------------------------------------------------------------------------------------------------- - WindowAgg - Window: w1 AS (PARTITION BY f1 ORDER BY f2 RANGE BETWEEN '1'::bigint PRECEDING AND '1'::bigint FOLLOWING) - -> Sort - Sort Key: f1 - -> Seq Scan on t1 - Filter: (f1 = f2) -(6 rows) - -select f1, sum(f1) over (partition by f1 order by f2 - range between 1 preceding and 1 following) -from t1 where f1 = f2; - f1 | sum -----+----- - 1 | 1 - 2 | 2 -(2 rows) - -select f1, sum(f1) over (partition by f1, f1 order by f2 - range between 2 preceding and 1 preceding) -from t1 where f1 = f2; - f1 | sum -----+----- - 1 | - 2 | -(2 rows) - -select f1, sum(f1) over (partition by f1, f2 order by f2 - range between 1 following and 2 following) -from t1 where f1 = f2; - f1 | sum -----+----- - 1 | - 2 | -(2 rows) - -select f1, sum(f1) over (partition by f1 - groups between 1 preceding and 1 following) -from t1 where f1 = f2; -- error, must have order by -ERROR: GROUPS mode requires an ORDER BY clause -LINE 1: select f1, sum(f1) over (partition by f1 - ^ -explain (costs off) -select f1, sum(f1) over (partition by f1 order by f2 - groups between 1 preceding and 1 following) -from t1 where f1 = f2; - QUERY PLAN --------------------------------------------------------------------------------------------------------------- - WindowAgg - Window: w1 AS (PARTITION BY f1 ORDER BY f2 GROUPS BETWEEN '1'::bigint PRECEDING AND '1'::bigint FOLLOWING) - -> Sort - Sort Key: f1 - -> Seq Scan on t1 - Filter: (f1 = f2) -(6 rows) - -select f1, sum(f1) over (partition by f1 order by f2 - groups between 1 preceding and 1 following) -from t1 where f1 = f2; - f1 | sum -----+----- - 1 | 1 - 2 | 2 -(2 rows) - -select f1, sum(f1) over (partition by f1, f1 order by f2 - groups between 2 preceding and 1 preceding) -from t1 where f1 = f2; - f1 | sum -----+----- - 1 | - 2 | -(2 rows) - -select f1, sum(f1) over (partition by f1, f2 order by f2 - groups between 1 following and 2 following) -from t1 where f1 = f2; - f1 | sum -----+----- - 1 | - 2 | -(2 rows) - --- ordering by a non-integer constant is allowed -SELECT rank() OVER (ORDER BY length('abc')); - rank ------- - 1 -(1 row) - --- can't order by another window function -SELECT rank() OVER (ORDER BY rank() OVER (ORDER BY random())); -ERROR: window functions are not allowed in window definitions -LINE 1: SELECT rank() OVER (ORDER BY rank() OVER (ORDER BY random())... - ^ --- some other errors -SELECT * FROM empsalary WHERE row_number() OVER (ORDER BY salary) < 10; -ERROR: window functions are not allowed in WHERE -LINE 1: SELECT * FROM empsalary WHERE row_number() OVER (ORDER BY sa... - ^ -SELECT * FROM empsalary INNER JOIN tenk1 ON row_number() OVER (ORDER BY salary) < 10; -ERROR: window functions are not allowed in JOIN conditions -LINE 1: SELECT * FROM empsalary INNER JOIN tenk1 ON row_number() OVE... - ^ -SELECT rank() OVER (ORDER BY 1), count(*) FROM empsalary GROUP BY 1; -ERROR: window functions are not allowed in GROUP BY -LINE 1: SELECT rank() OVER (ORDER BY 1), count(*) FROM empsalary GRO... - ^ -SELECT * FROM rank() OVER (ORDER BY random()); -ERROR: syntax error at or near "ORDER" -LINE 1: SELECT * FROM rank() OVER (ORDER BY random()); - ^ -DELETE FROM empsalary WHERE (rank() OVER (ORDER BY random())) > 10; -ERROR: window functions are not allowed in WHERE -LINE 1: DELETE FROM empsalary WHERE (rank() OVER (ORDER BY random())... - ^ -DELETE FROM empsalary RETURNING rank() OVER (ORDER BY random()); -ERROR: window functions are not allowed in RETURNING -LINE 1: DELETE FROM empsalary RETURNING rank() OVER (ORDER BY random... - ^ -SELECT count(*) OVER w FROM tenk1 WINDOW w AS (ORDER BY unique1), w AS (ORDER BY unique1); -ERROR: window "w" is already defined -LINE 1: ...w FROM tenk1 WINDOW w AS (ORDER BY unique1), w AS (ORDER BY ... - ^ -SELECT rank() OVER (PARTITION BY four, ORDER BY ten) FROM tenk1; -ERROR: syntax error at or near "ORDER" -LINE 1: SELECT rank() OVER (PARTITION BY four, ORDER BY ten) FROM te... - ^ -SELECT count() OVER () FROM tenk1; -ERROR: count(*) must be used to call a parameterless aggregate function -LINE 1: SELECT count() OVER () FROM tenk1; - ^ -SELECT generate_series(1, 100) OVER () FROM empsalary; -ERROR: OVER specified, but generate_series is not a window function nor an aggregate function -LINE 1: SELECT generate_series(1, 100) OVER () FROM empsalary; - ^ -SELECT ntile(0) OVER (ORDER BY ten), ten, four FROM tenk1; -ERROR: argument of ntile must be greater than zero -SELECT nth_value(four, 0) OVER (ORDER BY ten), ten, four FROM tenk1; -ERROR: argument of nth_value must be greater than zero --- filter -SELECT sum(salary), row_number() OVER (ORDER BY depname), sum( - sum(salary) FILTER (WHERE enroll_date > '2007-01-01') -) FILTER (WHERE depname <> 'sales') OVER (ORDER BY depname DESC) AS "filtered_sum", - depname -FROM empsalary GROUP BY depname; - sum | row_number | filtered_sum | depname --------+------------+--------------+----------- - 25100 | 1 | 22600 | develop - 7400 | 2 | 3500 | personnel - 14600 | 3 | | sales -(3 rows) - --- --- Test SupportRequestOptimizeWindowClause's ability to de-duplicate --- WindowClauses --- --- Ensure WindowClause frameOptions are changed so that only a single --- WindowAgg exists in the plan. -EXPLAIN (COSTS OFF) -SELECT - empno, - depname, - row_number() OVER (PARTITION BY depname ORDER BY enroll_date) rn, - rank() OVER (PARTITION BY depname ORDER BY enroll_date ROWS BETWEEN - UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) rnk, - dense_rank() OVER (PARTITION BY depname ORDER BY enroll_date RANGE BETWEEN - CURRENT ROW AND CURRENT ROW) drnk, - ntile(10) OVER (PARTITION BY depname ORDER BY enroll_date RANGE BETWEEN - CURRENT ROW AND UNBOUNDED FOLLOWING) nt, - percent_rank() OVER (PARTITION BY depname ORDER BY enroll_date ROWS BETWEEN - CURRENT ROW AND UNBOUNDED FOLLOWING) pr, - cume_dist() OVER (PARTITION BY depname ORDER BY enroll_date RANGE BETWEEN - CURRENT ROW AND UNBOUNDED FOLLOWING) cd -FROM empsalary; - QUERY PLAN --------------------------------------------------------------------------------------- - WindowAgg - Window: w1 AS (PARTITION BY depname ORDER BY enroll_date ROWS UNBOUNDED PRECEDING) - -> Sort - Sort Key: depname, enroll_date - -> Seq Scan on empsalary -(5 rows) - --- Ensure WindowFuncs which cannot support their WindowClause's frameOptions --- being changed are untouched -EXPLAIN (COSTS OFF, VERBOSE) -SELECT - empno, - depname, - row_number() OVER (PARTITION BY depname ORDER BY enroll_date) rn, - rank() OVER (PARTITION BY depname ORDER BY enroll_date ROWS BETWEEN - UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) rnk, - count(*) OVER (PARTITION BY depname ORDER BY enroll_date RANGE BETWEEN - CURRENT ROW AND CURRENT ROW) cnt -FROM empsalary; - QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------- - WindowAgg - Output: empno, depname, (row_number() OVER w1), (rank() OVER w1), count(*) OVER w2, enroll_date - Window: w2 AS (PARTITION BY empsalary.depname ORDER BY empsalary.enroll_date RANGE BETWEEN CURRENT ROW AND CURRENT ROW) - -> WindowAgg - Output: depname, enroll_date, empno, row_number() OVER w1, rank() OVER w1 - Window: w1 AS (PARTITION BY empsalary.depname ORDER BY empsalary.enroll_date ROWS UNBOUNDED PRECEDING) - -> Sort - Output: depname, enroll_date, empno - Sort Key: empsalary.depname, empsalary.enroll_date - -> Seq Scan on pg_temp.empsalary - Output: depname, enroll_date, empno -(11 rows) - --- Ensure the above query gives us the expected results -SELECT - empno, - depname, - row_number() OVER (PARTITION BY depname ORDER BY enroll_date) rn, - rank() OVER (PARTITION BY depname ORDER BY enroll_date ROWS BETWEEN - UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) rnk, - count(*) OVER (PARTITION BY depname ORDER BY enroll_date RANGE BETWEEN - CURRENT ROW AND CURRENT ROW) cnt -FROM empsalary; - empno | depname | rn | rnk | cnt --------+-----------+----+-----+----- - 8 | develop | 1 | 1 | 1 - 10 | develop | 2 | 2 | 1 - 11 | develop | 3 | 3 | 1 - 9 | develop | 4 | 4 | 2 - 7 | develop | 5 | 4 | 2 - 2 | personnel | 1 | 1 | 1 - 5 | personnel | 2 | 2 | 1 - 1 | sales | 1 | 1 | 1 - 3 | sales | 2 | 2 | 1 - 4 | sales | 3 | 3 | 1 -(10 rows) - --- Test pushdown of quals into a subquery containing window functions --- pushdown is safe because all PARTITION BY clauses include depname: -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT depname, - sum(salary) OVER (PARTITION BY depname) depsalary, - min(salary) OVER (PARTITION BY depname || 'A', depname) depminsalary - FROM empsalary) emp -WHERE depname = 'sales'; - QUERY PLAN ---------------------------------------------------------------------------------------- - Subquery Scan on emp - -> WindowAgg - Window: w2 AS () - -> WindowAgg - Window: w1 AS (PARTITION BY (((empsalary.depname)::text || 'A'::text))) - -> Sort - Sort Key: (((empsalary.depname)::text || 'A'::text)) - -> Seq Scan on empsalary - Filter: ((depname)::text = 'sales'::text) -(9 rows) - --- pushdown is unsafe because there's a PARTITION BY clause without depname: -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT depname, - sum(salary) OVER (PARTITION BY enroll_date) enroll_salary, - min(salary) OVER (PARTITION BY depname) depminsalary - FROM empsalary) emp -WHERE depname = 'sales'; - QUERY PLAN --------------------------------------------------------------------- - Subquery Scan on emp - Filter: ((emp.depname)::text = 'sales'::text) - -> WindowAgg - Window: w2 AS (PARTITION BY empsalary.enroll_date) - -> Sort - Sort Key: empsalary.enroll_date - -> WindowAgg - Window: w1 AS (PARTITION BY empsalary.depname) - -> Sort - Sort Key: empsalary.depname - -> Seq Scan on empsalary -(11 rows) - --- Test window function run conditions are properly pushed down into the --- WindowAgg -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - row_number() OVER (ORDER BY empno) rn - FROM empsalary) emp -WHERE rn < 3; - QUERY PLAN ---------------------------------------------------------------------- - WindowAgg - Window: w1 AS (ORDER BY empsalary.empno ROWS UNBOUNDED PRECEDING) - Run Condition: (row_number() OVER w1 < 3) - -> Sort - Sort Key: empsalary.empno - -> Seq Scan on empsalary -(6 rows) - --- The following 3 statements should result the same result. -SELECT * FROM - (SELECT empno, - row_number() OVER (ORDER BY empno) rn - FROM empsalary) emp -WHERE rn < 3; - empno | rn --------+---- - 1 | 1 - 2 | 2 -(2 rows) - -SELECT * FROM - (SELECT empno, - row_number() OVER (ORDER BY empno) rn - FROM empsalary) emp -WHERE 3 > rn; - empno | rn --------+---- - 1 | 1 - 2 | 2 -(2 rows) - -SELECT * FROM - (SELECT empno, - row_number() OVER (ORDER BY empno) rn - FROM empsalary) emp -WHERE 2 >= rn; - empno | rn --------+---- - 1 | 1 - 2 | 2 -(2 rows) - --- Ensure r <= 3 is pushed down into the run condition of the window agg -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - rank() OVER (ORDER BY salary DESC) r - FROM empsalary) emp -WHERE r <= 3; - QUERY PLAN ----------------------------------------------------------------------- - WindowAgg - Window: w1 AS (ORDER BY empsalary.salary ROWS UNBOUNDED PRECEDING) - Run Condition: (rank() OVER w1 <= 3) - -> Sort - Sort Key: empsalary.salary DESC - -> Seq Scan on empsalary -(6 rows) - -SELECT * FROM - (SELECT empno, - salary, - rank() OVER (ORDER BY salary DESC) r - FROM empsalary) emp -WHERE r <= 3; - empno | salary | r --------+--------+--- - 8 | 6000 | 1 - 10 | 5200 | 2 - 11 | 5200 | 2 -(3 rows) - --- Ensure dr = 1 is converted to dr <= 1 to get all rows leading up to dr = 1 -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - dense_rank() OVER (ORDER BY salary DESC) dr - FROM empsalary) emp -WHERE dr = 1; - QUERY PLAN ----------------------------------------------------------------------------- - Subquery Scan on emp - Filter: (emp.dr = 1) - -> WindowAgg - Window: w1 AS (ORDER BY empsalary.salary ROWS UNBOUNDED PRECEDING) - Run Condition: (dense_rank() OVER w1 <= 1) - -> Sort - Sort Key: empsalary.salary DESC - -> Seq Scan on empsalary -(8 rows) - -SELECT * FROM - (SELECT empno, - salary, - dense_rank() OVER (ORDER BY salary DESC) dr - FROM empsalary) emp -WHERE dr = 1; - empno | salary | dr --------+--------+---- - 8 | 6000 | 1 -(1 row) - --- Check COUNT() and COUNT(*) -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - count(*) OVER (ORDER BY salary DESC) c - FROM empsalary) emp -WHERE c <= 3; - QUERY PLAN ---------------------------------------------- - WindowAgg - Window: w1 AS (ORDER BY empsalary.salary) - Run Condition: (count(*) OVER w1 <= 3) - -> Sort - Sort Key: empsalary.salary DESC - -> Seq Scan on empsalary -(6 rows) - -SELECT * FROM - (SELECT empno, - salary, - count(*) OVER (ORDER BY salary DESC) c - FROM empsalary) emp -WHERE c <= 3; - empno | salary | c --------+--------+--- - 8 | 6000 | 1 - 10 | 5200 | 3 - 11 | 5200 | 3 -(3 rows) - -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - count(empno) OVER (ORDER BY salary DESC) c - FROM empsalary) emp -WHERE c <= 3; - QUERY PLAN --------------------------------------------------------- - WindowAgg - Window: w1 AS (ORDER BY empsalary.salary) - Run Condition: (count(empsalary.empno) OVER w1 <= 3) - -> Sort - Sort Key: empsalary.salary DESC - -> Seq Scan on empsalary -(6 rows) - -SELECT * FROM - (SELECT empno, - salary, - count(empno) OVER (ORDER BY salary DESC) c - FROM empsalary) emp -WHERE c <= 3; - empno | salary | c --------+--------+--- - 8 | 6000 | 1 - 10 | 5200 | 3 - 11 | 5200 | 3 -(3 rows) - -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - count(*) OVER (ORDER BY salary DESC ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) c - FROM empsalary) emp -WHERE c >= 3; - QUERY PLAN ----------------------------------------------------------------------------------------------- - WindowAgg - Window: w1 AS (ORDER BY empsalary.salary ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - Run Condition: (count(*) OVER w1 >= 3) - -> Sort - Sort Key: empsalary.salary DESC - -> Seq Scan on empsalary -(6 rows) - -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - count(*) OVER () c - FROM empsalary) emp -WHERE 11 <= c; - QUERY PLAN -------------------------------------------- - WindowAgg - Window: w1 AS () - Run Condition: (11 <= count(*) OVER w1) - -> Seq Scan on empsalary -(4 rows) - -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - count(*) OVER (ORDER BY salary DESC) c, - dense_rank() OVER (ORDER BY salary DESC) dr - FROM empsalary) emp -WHERE dr = 1; - QUERY PLAN ----------------------------------------------------- - Subquery Scan on emp - Filter: (emp.dr = 1) - -> WindowAgg - Window: w1 AS (ORDER BY empsalary.salary) - Run Condition: (dense_rank() OVER w1 <= 1) - -> Sort - Sort Key: empsalary.salary DESC - -> Seq Scan on empsalary -(8 rows) - --- Ensure we get a run condition when there's a PARTITION BY clause -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - depname, - row_number() OVER (PARTITION BY depname ORDER BY empno) rn - FROM empsalary) emp -WHERE rn < 3; - QUERY PLAN ----------------------------------------------------------------------------------------------------- - WindowAgg - Window: w1 AS (PARTITION BY empsalary.depname ORDER BY empsalary.empno ROWS UNBOUNDED PRECEDING) - Run Condition: (row_number() OVER w1 < 3) - -> Sort - Sort Key: empsalary.depname, empsalary.empno - -> Seq Scan on empsalary -(6 rows) - --- and ensure we get the correct results from the above plan -SELECT * FROM - (SELECT empno, - depname, - row_number() OVER (PARTITION BY depname ORDER BY empno) rn - FROM empsalary) emp -WHERE rn < 3; - empno | depname | rn --------+-----------+---- - 7 | develop | 1 - 8 | develop | 2 - 2 | personnel | 1 - 5 | personnel | 2 - 1 | sales | 1 - 3 | sales | 2 -(6 rows) - --- ensure that "unused" subquery columns are not removed when the column only --- exists in the run condition -EXPLAIN (COSTS OFF) -SELECT empno, depname FROM - (SELECT empno, - depname, - row_number() OVER (PARTITION BY depname ORDER BY empno) rn - FROM empsalary) emp -WHERE rn < 3; - QUERY PLAN ----------------------------------------------------------------------------------------------------------- - Subquery Scan on emp - -> WindowAgg - Window: w1 AS (PARTITION BY empsalary.depname ORDER BY empsalary.empno ROWS UNBOUNDED PRECEDING) - Run Condition: (row_number() OVER w1 < 3) - -> Sort - Sort Key: empsalary.depname, empsalary.empno - -> Seq Scan on empsalary -(7 rows) - --- likewise with count(empno) instead of row_number() -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - depname, - salary, - count(empno) OVER (PARTITION BY depname ORDER BY salary DESC) c - FROM empsalary) emp -WHERE c <= 3; - QUERY PLAN ----------------------------------------------------------------------------- - WindowAgg - Window: w1 AS (PARTITION BY empsalary.depname ORDER BY empsalary.salary) - Run Condition: (count(empsalary.empno) OVER w1 <= 3) - -> Sort - Sort Key: empsalary.depname, empsalary.salary DESC - -> Seq Scan on empsalary -(6 rows) - --- and again, check the results are what we expect. -SELECT * FROM - (SELECT empno, - depname, - salary, - count(empno) OVER (PARTITION BY depname ORDER BY salary DESC) c - FROM empsalary) emp -WHERE c <= 3; - empno | depname | salary | c --------+-----------+--------+--- - 8 | develop | 6000 | 1 - 10 | develop | 5200 | 3 - 11 | develop | 5200 | 3 - 2 | personnel | 3900 | 1 - 5 | personnel | 3500 | 2 - 1 | sales | 5000 | 1 - 4 | sales | 4800 | 3 - 3 | sales | 4800 | 3 -(8 rows) - --- Ensure we get the correct run condition when the window function is both --- monotonically increasing and decreasing. -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - depname, - salary, - count(empno) OVER () c - FROM empsalary) emp -WHERE c = 1; - QUERY PLAN -------------------------------------------------------- - WindowAgg - Window: w1 AS () - Run Condition: (count(empsalary.empno) OVER w1 = 1) - -> Seq Scan on empsalary -(4 rows) - --- Try another case with a WindowFunc with a byref return type -SELECT * FROM - (SELECT row_number() OVER (PARTITION BY salary) AS rn, - lead(depname) OVER (PARTITION BY salary) || ' Department' AS n_dep - FROM empsalary) emp -WHERE rn < 1; - rn | n_dep -----+------- -(0 rows) - --- Some more complex cases with multiple window clauses -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT *, - count(salary) OVER (PARTITION BY depname || '') c1, -- w1 - row_number() OVER (PARTITION BY depname) rn, -- w2 - count(*) OVER (PARTITION BY depname) c2, -- w2 - count(*) OVER (PARTITION BY '' || depname) c3, -- w3 - ntile(2) OVER (PARTITION BY depname) nt -- w2 - FROM empsalary -) e WHERE rn <= 1 AND c1 <= 3 AND nt < 2; - QUERY PLAN --------------------------------------------------------------------------------------------------------- - Subquery Scan on e - -> WindowAgg - Window: w3 AS (PARTITION BY (((empsalary.depname)::text || ''::text))) - Run Condition: (count(empsalary.salary) OVER w3 <= 3) - Filter: (((row_number() OVER w2) <= 1) AND ((ntile(2) OVER w2) < 2)) - -> Sort - Sort Key: (((empsalary.depname)::text || ''::text)) - -> WindowAgg - Window: w2 AS (PARTITION BY empsalary.depname) - Run Condition: ((row_number() OVER w2 <= 1) AND (ntile(2) OVER w2 < 2)) - -> Sort - Sort Key: empsalary.depname - -> WindowAgg - Window: w1 AS (PARTITION BY ((''::text || (empsalary.depname)::text))) - -> Sort - Sort Key: ((''::text || (empsalary.depname)::text)) - -> Seq Scan on empsalary -(17 rows) - --- Ensure we correctly filter out all of the run conditions from each window -SELECT * FROM - (SELECT *, - count(salary) OVER (PARTITION BY depname || '') c1, -- w1 - row_number() OVER (PARTITION BY depname) rn, -- w2 - count(*) OVER (PARTITION BY depname) c2, -- w2 - count(*) OVER (PARTITION BY '' || depname) c3, -- w3 - ntile(2) OVER (PARTITION BY depname) nt -- w2 - FROM empsalary -) e WHERE rn <= 1 AND c1 <= 3 AND nt < 2; - depname | empno | salary | enroll_date | c1 | rn | c2 | c3 | nt ------------+-------+--------+-------------+----+----+----+----+---- - personnel | 5 | 3500 | 12-10-2007 | 2 | 1 | 2 | 2 | 1 - sales | 3 | 4800 | 08-01-2007 | 3 | 1 | 3 | 3 | 1 -(2 rows) - --- Ensure we remove references to reduced outer joins as nulling rels in run --- conditions -EXPLAIN (COSTS OFF) -SELECT 1 FROM - (SELECT ntile(e2.salary) OVER (PARTITION BY e1.depname) AS c - FROM empsalary e1 LEFT JOIN empsalary e2 ON TRUE - WHERE e1.empno = e2.empno) s -WHERE s.c = 1; - QUERY PLAN --------------------------------------------------------------------------- - Subquery Scan on s - Filter: (s.c = 1) - -> WindowAgg - Window: w1 AS (PARTITION BY e1.depname ROWS UNBOUNDED PRECEDING) - Run Condition: (ntile(e2.salary) OVER w1 <= 1) - -> Sort - Sort Key: e1.depname - -> Merge Join - Merge Cond: (e1.empno = e2.empno) - -> Sort - Sort Key: e1.empno - -> Seq Scan on empsalary e1 - -> Sort - Sort Key: e2.empno - -> Seq Scan on empsalary e2 -(15 rows) - --- Ensure the run condition optimization is used in cases where the WindowFunc --- has a Var from another query level -EXPLAIN (COSTS OFF) -SELECT 1 FROM - (SELECT ntile(s1.x) OVER () AS c - FROM (SELECT (SELECT 1) AS x) AS s1) s -WHERE s.c = 1; - QUERY PLAN ----------------------------------------------------------------- - Subquery Scan on s - Filter: (s.c = 1) - -> WindowAgg - Window: w1 AS (ROWS UNBOUNDED PRECEDING) - Run Condition: (ntile((InitPlan 1).col1) OVER w1 <= 1) - InitPlan 1 - -> Result - -> Result -(8 rows) - --- Tests to ensure we don't push down the run condition when it's not valid to --- do so. --- Ensure we don't push down when the frame options show that the window --- function is not monotonically increasing -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - count(*) OVER (ORDER BY salary DESC ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) c - FROM empsalary) emp -WHERE c <= 3; - QUERY PLAN ----------------------------------------------------------------------------------------------------- - Subquery Scan on emp - Filter: (emp.c <= 3) - -> WindowAgg - Window: w1 AS (ORDER BY empsalary.salary ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - -> Sort - Sort Key: empsalary.salary DESC - -> Seq Scan on empsalary -(7 rows) - --- Ensure we don't push down when the window function's monotonic properties --- don't match that of the clauses. -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - count(*) OVER (ORDER BY salary) c - FROM empsalary) emp -WHERE 3 <= c; - QUERY PLAN ---------------------------------------------------- - Subquery Scan on emp - Filter: (3 <= emp.c) - -> WindowAgg - Window: w1 AS (ORDER BY empsalary.salary) - -> Sort - Sort Key: empsalary.salary - -> Seq Scan on empsalary -(7 rows) - --- Ensure we don't use a run condition when there's a volatile function in the --- WindowFunc -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - count(random()) OVER (ORDER BY empno DESC) c - FROM empsalary) emp -WHERE c = 1; - QUERY PLAN --------------------------------------------------- - Subquery Scan on emp - Filter: (emp.c = 1) - -> WindowAgg - Window: w1 AS (ORDER BY empsalary.empno) - -> Sort - Sort Key: empsalary.empno DESC - -> Seq Scan on empsalary -(7 rows) - --- Ensure we don't use a run condition when the WindowFunc contains subplans -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT empno, - salary, - count((SELECT 1)) OVER (ORDER BY empno DESC) c - FROM empsalary) emp -WHERE c = 1; - QUERY PLAN --------------------------------------------------- - Subquery Scan on emp - Filter: (emp.c = 1) - -> WindowAgg - Window: w1 AS (ORDER BY empsalary.empno) - InitPlan 1 - -> Result - -> Sort - Sort Key: empsalary.empno DESC - -> Seq Scan on empsalary -(9 rows) - --- Test Sort node collapsing -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT depname, - sum(salary) OVER (PARTITION BY depname order by empno) depsalary, - min(salary) OVER (PARTITION BY depname, empno order by enroll_date) depminsalary - FROM empsalary) emp -WHERE depname = 'sales'; - QUERY PLAN -------------------------------------------------------------------------------------------- - Subquery Scan on emp - -> WindowAgg - Window: w2 AS (ORDER BY empsalary.empno) - -> WindowAgg - Window: w1 AS (PARTITION BY empsalary.empno ORDER BY empsalary.enroll_date) - -> Sort - Sort Key: empsalary.empno, empsalary.enroll_date - -> Seq Scan on empsalary - Filter: ((depname)::text = 'sales'::text) -(9 rows) - --- Ensure that the evaluation order of the WindowAggs results in the WindowAgg --- with the same sort order that's required by the ORDER BY is evaluated last. -EXPLAIN (COSTS OFF) -SELECT empno, - enroll_date, - depname, - sum(salary) OVER (PARTITION BY depname order by empno) depsalary, - min(salary) OVER (PARTITION BY depname order by enroll_date) depminsalary -FROM empsalary -ORDER BY depname, empno; - QUERY PLAN -------------------------------------------------------------------------- - WindowAgg - Window: w2 AS (PARTITION BY depname ORDER BY empno) - -> Incremental Sort - Sort Key: depname, empno - Presorted Key: depname - -> WindowAgg - Window: w1 AS (PARTITION BY depname ORDER BY enroll_date) - -> Sort - Sort Key: depname, enroll_date - -> Seq Scan on empsalary -(10 rows) - --- As above, but with an adjusted ORDER BY to ensure the above plan didn't --- perform only 2 sorts by accident. -EXPLAIN (COSTS OFF) -SELECT empno, - enroll_date, - depname, - sum(salary) OVER (PARTITION BY depname order by empno) depsalary, - min(salary) OVER (PARTITION BY depname order by enroll_date) depminsalary -FROM empsalary -ORDER BY depname, enroll_date; - QUERY PLAN -------------------------------------------------------------------- - WindowAgg - Window: w2 AS (PARTITION BY depname ORDER BY enroll_date) - -> Incremental Sort - Sort Key: depname, enroll_date - Presorted Key: depname - -> WindowAgg - Window: w1 AS (PARTITION BY depname ORDER BY empno) - -> Sort - Sort Key: depname, empno - -> Seq Scan on empsalary -(10 rows) - -SET enable_hashagg TO off; --- Ensure we don't get a sort for both DISTINCT and ORDER BY. We expect the --- sort for the DISTINCT to provide presorted input for the ORDER BY. -EXPLAIN (COSTS OFF) -SELECT DISTINCT - empno, - enroll_date, - depname, - sum(salary) OVER (PARTITION BY depname order by empno) depsalary, - min(salary) OVER (PARTITION BY depname order by enroll_date) depminsalary -FROM empsalary -ORDER BY depname, enroll_date; - QUERY PLAN ---------------------------------------------------------------------------------------------- - Unique - -> Incremental Sort - Sort Key: depname, enroll_date, empno, (sum(salary) OVER w1), (min(salary) OVER w2) - Presorted Key: depname, enroll_date - -> WindowAgg - Window: w2 AS (PARTITION BY depname ORDER BY enroll_date) - -> Incremental Sort - Sort Key: depname, enroll_date - Presorted Key: depname - -> WindowAgg - Window: w1 AS (PARTITION BY depname ORDER BY empno) - -> Sort - Sort Key: depname, empno - -> Seq Scan on empsalary -(14 rows) - --- As above but adjust the ORDER BY clause to help ensure the plan with the --- minimum amount of sorting wasn't a fluke. -EXPLAIN (COSTS OFF) -SELECT DISTINCT - empno, - enroll_date, - depname, - sum(salary) OVER (PARTITION BY depname order by empno) depsalary, - min(salary) OVER (PARTITION BY depname order by enroll_date) depminsalary -FROM empsalary -ORDER BY depname, empno; - QUERY PLAN ---------------------------------------------------------------------------------------------- - Unique - -> Incremental Sort - Sort Key: depname, empno, enroll_date, (sum(salary) OVER w2), (min(salary) OVER w1) - Presorted Key: depname, empno - -> WindowAgg - Window: w2 AS (PARTITION BY depname ORDER BY empno) - -> Incremental Sort - Sort Key: depname, empno - Presorted Key: depname - -> WindowAgg - Window: w1 AS (PARTITION BY depname ORDER BY enroll_date) - -> Sort - Sort Key: depname, enroll_date - -> Seq Scan on empsalary -(14 rows) - -RESET enable_hashagg; --- Test Sort node reordering -EXPLAIN (COSTS OFF) -SELECT - lead(1) OVER (PARTITION BY depname ORDER BY salary, enroll_date), - lag(1) OVER (PARTITION BY depname ORDER BY salary,enroll_date,empno) -FROM empsalary; - QUERY PLAN ----------------------------------------------------------------------------------- - WindowAgg - Window: w2 AS (PARTITION BY depname ORDER BY salary, enroll_date) - -> WindowAgg - Window: w1 AS (PARTITION BY depname ORDER BY salary, enroll_date, empno) - -> Sort - Sort Key: depname, salary, enroll_date, empno - -> Seq Scan on empsalary -(7 rows) - --- Test incremental sorting -EXPLAIN (COSTS OFF) -SELECT * FROM - (SELECT depname, - empno, - salary, - enroll_date, - row_number() OVER (PARTITION BY depname ORDER BY enroll_date) AS first_emp, - row_number() OVER (PARTITION BY depname ORDER BY enroll_date DESC) AS last_emp - FROM empsalary) emp -WHERE first_emp = 1 OR last_emp = 1; - QUERY PLAN ----------------------------------------------------------------------------------------------------------------------------- - Subquery Scan on emp - Filter: ((emp.first_emp = 1) OR (emp.last_emp = 1)) - -> WindowAgg - Window: w2 AS (PARTITION BY empsalary.depname ORDER BY empsalary.enroll_date ROWS UNBOUNDED PRECEDING) - -> Incremental Sort - Sort Key: empsalary.depname, empsalary.enroll_date - Presorted Key: empsalary.depname - -> WindowAgg - Window: w1 AS (PARTITION BY empsalary.depname ORDER BY empsalary.enroll_date ROWS UNBOUNDED PRECEDING) - -> Sort - Sort Key: empsalary.depname, empsalary.enroll_date DESC - -> Seq Scan on empsalary -(12 rows) - -SELECT * FROM - (SELECT depname, - empno, - salary, - enroll_date, - row_number() OVER (PARTITION BY depname ORDER BY enroll_date) AS first_emp, - row_number() OVER (PARTITION BY depname ORDER BY enroll_date DESC) AS last_emp - FROM empsalary) emp -WHERE first_emp = 1 OR last_emp = 1; - depname | empno | salary | enroll_date | first_emp | last_emp ------------+-------+--------+-------------+-----------+---------- - develop | 8 | 6000 | 10-01-2006 | 1 | 5 - develop | 7 | 4200 | 01-01-2008 | 5 | 1 - personnel | 2 | 3900 | 12-23-2006 | 1 | 2 - personnel | 5 | 3500 | 12-10-2007 | 2 | 1 - sales | 1 | 5000 | 10-01-2006 | 1 | 3 - sales | 4 | 4800 | 08-08-2007 | 3 | 1 -(6 rows) - --- cleanup -DROP TABLE empsalary; --- test user-defined window function with named args and default args -CREATE FUNCTION nth_value_def(val anyelement, n integer = 1) RETURNS anyelement - LANGUAGE internal WINDOW IMMUTABLE STRICT AS 'window_nth_value'; -SELECT nth_value_def(n := 2, val := ten) OVER (PARTITION BY four), ten, four - FROM (SELECT * FROM tenk1 WHERE unique2 < 10 ORDER BY four, ten) s; - nth_value_def | ten | four ----------------+-----+------ - 0 | 0 | 0 - 0 | 0 | 0 - 0 | 4 | 0 - 1 | 1 | 1 - 1 | 1 | 1 - 1 | 7 | 1 - 1 | 9 | 1 - | 0 | 2 - 3 | 1 | 3 - 3 | 3 | 3 -(10 rows) - -SELECT nth_value_def(ten) OVER (PARTITION BY four), ten, four - FROM (SELECT * FROM tenk1 WHERE unique2 < 10 ORDER BY four, ten) s; - nth_value_def | ten | four ----------------+-----+------ - 0 | 0 | 0 - 0 | 0 | 0 - 0 | 4 | 0 - 1 | 1 | 1 - 1 | 1 | 1 - 1 | 7 | 1 - 1 | 9 | 1 - 0 | 0 | 2 - 1 | 1 | 3 - 1 | 3 | 3 -(10 rows) - --- --- Test the basic moving-aggregate machinery --- --- create aggregates that record the series of transform calls (these are --- intentionally not true inverses) -CREATE FUNCTION logging_sfunc_nonstrict(text, anyelement) RETURNS text AS -$$ SELECT COALESCE($1, '') || '*' || quote_nullable($2) $$ -LANGUAGE SQL IMMUTABLE; -CREATE FUNCTION logging_msfunc_nonstrict(text, anyelement) RETURNS text AS -$$ SELECT COALESCE($1, '') || '+' || quote_nullable($2) $$ -LANGUAGE SQL IMMUTABLE; -CREATE FUNCTION logging_minvfunc_nonstrict(text, anyelement) RETURNS text AS -$$ SELECT $1 || '-' || quote_nullable($2) $$ -LANGUAGE SQL IMMUTABLE; -CREATE AGGREGATE logging_agg_nonstrict (anyelement) -( - stype = text, - sfunc = logging_sfunc_nonstrict, - mstype = text, - msfunc = logging_msfunc_nonstrict, - minvfunc = logging_minvfunc_nonstrict -); -CREATE AGGREGATE logging_agg_nonstrict_initcond (anyelement) -( - stype = text, - sfunc = logging_sfunc_nonstrict, - mstype = text, - msfunc = logging_msfunc_nonstrict, - minvfunc = logging_minvfunc_nonstrict, - initcond = 'I', - minitcond = 'MI' -); -CREATE FUNCTION logging_sfunc_strict(text, anyelement) RETURNS text AS -$$ SELECT $1 || '*' || quote_nullable($2) $$ -LANGUAGE SQL STRICT IMMUTABLE; -CREATE FUNCTION logging_msfunc_strict(text, anyelement) RETURNS text AS -$$ SELECT $1 || '+' || quote_nullable($2) $$ -LANGUAGE SQL STRICT IMMUTABLE; -CREATE FUNCTION logging_minvfunc_strict(text, anyelement) RETURNS text AS -$$ SELECT $1 || '-' || quote_nullable($2) $$ -LANGUAGE SQL STRICT IMMUTABLE; -CREATE AGGREGATE logging_agg_strict (text) -( - stype = text, - sfunc = logging_sfunc_strict, - mstype = text, - msfunc = logging_msfunc_strict, - minvfunc = logging_minvfunc_strict -); -CREATE AGGREGATE logging_agg_strict_initcond (anyelement) -( - stype = text, - sfunc = logging_sfunc_strict, - mstype = text, - msfunc = logging_msfunc_strict, - minvfunc = logging_minvfunc_strict, - initcond = 'I', - minitcond = 'MI' -); --- test strict and non-strict cases -SELECT - p::text || ',' || i::text || ':' || COALESCE(v::text, 'NULL') AS row, - logging_agg_nonstrict(v) over wnd as nstrict, - logging_agg_nonstrict_initcond(v) over wnd as nstrict_init, - logging_agg_strict(v::text) over wnd as strict, - logging_agg_strict_initcond(v) over wnd as strict_init -FROM (VALUES - (1, 1, NULL), - (1, 2, 'a'), - (1, 3, 'b'), - (1, 4, NULL), - (1, 5, NULL), - (1, 6, 'c'), - (2, 1, NULL), - (2, 2, 'x'), - (3, 1, 'z') -) AS t(p, i, v) -WINDOW wnd AS (PARTITION BY P ORDER BY i ROWS BETWEEN 1 PRECEDING AND CURRENT ROW) -ORDER BY p, i; - row | nstrict | nstrict_init | strict | strict_init -----------+-----------------------------------------------+-------------------------------------------------+-----------+---------------- - 1,1:NULL | +NULL | MI+NULL | | MI - 1,2:a | +NULL+'a' | MI+NULL+'a' | a | MI+'a' - 1,3:b | +NULL+'a'-NULL+'b' | MI+NULL+'a'-NULL+'b' | a+'b' | MI+'a'+'b' - 1,4:NULL | +NULL+'a'-NULL+'b'-'a'+NULL | MI+NULL+'a'-NULL+'b'-'a'+NULL | a+'b'-'a' | MI+'a'+'b'-'a' - 1,5:NULL | +NULL+'a'-NULL+'b'-'a'+NULL-'b'+NULL | MI+NULL+'a'-NULL+'b'-'a'+NULL-'b'+NULL | | MI - 1,6:c | +NULL+'a'-NULL+'b'-'a'+NULL-'b'+NULL-NULL+'c' | MI+NULL+'a'-NULL+'b'-'a'+NULL-'b'+NULL-NULL+'c' | c | MI+'c' - 2,1:NULL | +NULL | MI+NULL | | MI - 2,2:x | +NULL+'x' | MI+NULL+'x' | x | MI+'x' - 3,1:z | +'z' | MI+'z' | z | MI+'z' -(9 rows) - --- and again, but with filter -SELECT - p::text || ',' || i::text || ':' || - CASE WHEN f THEN COALESCE(v::text, 'NULL') ELSE '-' END as row, - logging_agg_nonstrict(v) filter(where f) over wnd as nstrict_filt, - logging_agg_nonstrict_initcond(v) filter(where f) over wnd as nstrict_init_filt, - logging_agg_strict(v::text) filter(where f) over wnd as strict_filt, - logging_agg_strict_initcond(v) filter(where f) over wnd as strict_init_filt -FROM (VALUES - (1, 1, true, NULL), - (1, 2, false, 'a'), - (1, 3, true, 'b'), - (1, 4, false, NULL), - (1, 5, false, NULL), - (1, 6, false, 'c'), - (2, 1, false, NULL), - (2, 2, true, 'x'), - (3, 1, true, 'z') -) AS t(p, i, f, v) -WINDOW wnd AS (PARTITION BY p ORDER BY i ROWS BETWEEN 1 PRECEDING AND CURRENT ROW) -ORDER BY p, i; - row | nstrict_filt | nstrict_init_filt | strict_filt | strict_init_filt -----------+--------------+-------------------+-------------+------------------ - 1,1:NULL | +NULL | MI+NULL | | MI - 1,2:- | +NULL | MI+NULL | | MI - 1,3:b | +'b' | MI+'b' | b | MI+'b' - 1,4:- | +'b' | MI+'b' | b | MI+'b' - 1,5:- | | MI | | MI - 1,6:- | | MI | | MI - 2,1:- | | MI | | MI - 2,2:x | +'x' | MI+'x' | x | MI+'x' - 3,1:z | +'z' | MI+'z' | z | MI+'z' -(9 rows) - --- test that volatile arguments disable moving-aggregate mode -SELECT - i::text || ':' || COALESCE(v::text, 'NULL') as row, - logging_agg_strict(v::text) - over wnd as inverse, - logging_agg_strict(v::text || CASE WHEN random() < 0 then '?' ELSE '' END) - over wnd as noinverse -FROM (VALUES - (1, 'a'), - (2, 'b'), - (3, 'c') -) AS t(i, v) -WINDOW wnd AS (ORDER BY i ROWS BETWEEN 1 PRECEDING AND CURRENT ROW) -ORDER BY i; - row | inverse | noinverse ------+---------------+----------- - 1:a | a | a - 2:b | a+'b' | a*'b' - 3:c | a+'b'-'a'+'c' | b*'c' -(3 rows) - -SELECT - i::text || ':' || COALESCE(v::text, 'NULL') as row, - logging_agg_strict(v::text) filter(where true) - over wnd as inverse, - logging_agg_strict(v::text) filter(where random() >= 0) - over wnd as noinverse -FROM (VALUES - (1, 'a'), - (2, 'b'), - (3, 'c') -) AS t(i, v) -WINDOW wnd AS (ORDER BY i ROWS BETWEEN 1 PRECEDING AND CURRENT ROW) -ORDER BY i; - row | inverse | noinverse ------+---------------+----------- - 1:a | a | a - 2:b | a+'b' | a*'b' - 3:c | a+'b'-'a'+'c' | b*'c' -(3 rows) - --- test that non-overlapping windows don't use inverse transitions -SELECT - logging_agg_strict(v::text) OVER wnd -FROM (VALUES - (1, 'a'), - (2, 'b'), - (3, 'c') -) AS t(i, v) -WINDOW wnd AS (ORDER BY i ROWS BETWEEN CURRENT ROW AND CURRENT ROW) -ORDER BY i; - logging_agg_strict --------------------- - a - b - c -(3 rows) - --- test that returning NULL from the inverse transition functions --- restarts the aggregation from scratch. The second aggregate is supposed --- to test cases where only some aggregates restart, the third one checks --- that one aggregate restarting doesn't cause others to restart. -CREATE FUNCTION sum_int_randrestart_minvfunc(int4, int4) RETURNS int4 AS -$$ SELECT CASE WHEN random() < 0.2 THEN NULL ELSE $1 - $2 END $$ -LANGUAGE SQL STRICT; -CREATE AGGREGATE sum_int_randomrestart (int4) -( - stype = int4, - sfunc = int4pl, - mstype = int4, - msfunc = int4pl, - minvfunc = sum_int_randrestart_minvfunc -); -WITH -vs AS ( - SELECT i, (random() * 100)::int4 AS v - FROM generate_series(1, 100) AS i -), -sum_following AS ( - SELECT i, SUM(v) OVER - (ORDER BY i DESC ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) AS s - FROM vs -) -SELECT DISTINCT - sum_following.s = sum_int_randomrestart(v) OVER fwd AS eq1, - -sum_following.s = sum_int_randomrestart(-v) OVER fwd AS eq2, - 100*3+(vs.i-1)*3 = length(logging_agg_nonstrict(''::text) OVER fwd) AS eq3 -FROM vs -JOIN sum_following ON sum_following.i = vs.i -WINDOW fwd AS ( - ORDER BY vs.i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING -); - eq1 | eq2 | eq3 ------+-----+----- - t | t | t -(1 row) - --- --- Test various built-in aggregates that have moving-aggregate support --- --- test inverse transition functions handle NULLs properly -SELECT i,AVG(v::bigint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1),(2,2),(3,NULL),(4,NULL)) t(i,v); - i | avg ----+-------------------- - 1 | 1.5000000000000000 - 2 | 2.0000000000000000 - 3 | - 4 | -(4 rows) - -SELECT i,AVG(v::int) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1),(2,2),(3,NULL),(4,NULL)) t(i,v); - i | avg ----+-------------------- - 1 | 1.5000000000000000 - 2 | 2.0000000000000000 - 3 | - 4 | -(4 rows) - -SELECT i,AVG(v::smallint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1),(2,2),(3,NULL),(4,NULL)) t(i,v); - i | avg ----+-------------------- - 1 | 1.5000000000000000 - 2 | 2.0000000000000000 - 3 | - 4 | -(4 rows) - -SELECT i,AVG(v::numeric) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1.5),(2,2.5),(3,NULL),(4,NULL)) t(i,v); - i | avg ----+-------------------- - 1 | 2.0000000000000000 - 2 | 2.5000000000000000 - 3 | - 4 | -(4 rows) - -SELECT i,AVG(v::interval) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,'1 sec'),(2,'2 sec'),(3,NULL),(4,NULL)) t(i,v); - i | avg ----+------------ - 1 | @ 1.5 secs - 2 | @ 2 secs - 3 | - 4 | -(4 rows) - --- moving aggregates over infinite intervals -SELECT x - ,avg(x) OVER(ROWS BETWEEN CURRENT ROW AND 1 FOLLOWING ) as curr_next_avg - ,avg(x) OVER(ROWS BETWEEN 1 PRECEDING AND CURRENT ROW ) as prev_curr_avg - ,sum(x) OVER(ROWS BETWEEN CURRENT ROW AND 1 FOLLOWING ) as curr_next_sum - ,sum(x) OVER(ROWS BETWEEN 1 PRECEDING AND CURRENT ROW ) as prev_curr_sum -FROM (VALUES (NULL::interval), - ('infinity'::interval), - ('-2147483648 days -2147483648 months -9223372036854775807 usecs'), -- extreme interval value - ('-infinity'::interval), - ('2147483647 days 2147483647 months 9223372036854775806 usecs'), -- extreme interval value - ('infinity'::interval), - ('6 days'::interval), - ('7 days'::interval), - (NULL::interval), - ('-infinity'::interval)) v(x); - x | curr_next_avg | prev_curr_avg | curr_next_sum | prev_curr_sum -------------------------------------------------------------------------------+-------------------+-------------------+---------------+--------------- - | infinity | | infinity | - infinity | infinity | infinity | infinity | infinity - @ 178956970 years 8 mons 2147483648 days 2562047788 hours 54.775807 secs ago | -infinity | infinity | -infinity | infinity - -infinity | -infinity | -infinity | -infinity | -infinity - @ 178956970 years 7 mons 2147483647 days 2562047788 hours 54.775806 secs | infinity | -infinity | infinity | -infinity - infinity | infinity | infinity | infinity | infinity - @ 6 days | @ 6 days 12 hours | infinity | @ 13 days | infinity - @ 7 days | @ 7 days | @ 6 days 12 hours | @ 7 days | @ 13 days - | -infinity | @ 7 days | -infinity | @ 7 days - -infinity | -infinity | -infinity | -infinity | -infinity -(10 rows) - ---should fail. -SELECT x, avg(x) OVER(ROWS BETWEEN CURRENT ROW AND 2 FOLLOWING) -FROM (VALUES (NULL::interval), - ('3 days'::interval), - ('infinity'::timestamptz - now()), - ('6 days'::interval), - ('-infinity'::interval)) v(x); -ERROR: interval out of range ---should fail. -SELECT x, sum(x) OVER(ROWS BETWEEN CURRENT ROW AND 2 FOLLOWING) -FROM (VALUES (NULL::interval), - ('3 days'::interval), - ('infinity'::timestamptz - now()), - ('6 days'::interval), - ('-infinity'::interval)) v(x); -ERROR: interval out of range -SELECT i,SUM(v::smallint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1),(2,2),(3,NULL),(4,NULL)) t(i,v); - i | sum ----+----- - 1 | 3 - 2 | 2 - 3 | - 4 | -(4 rows) - -SELECT i,SUM(v::int) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1),(2,2),(3,NULL),(4,NULL)) t(i,v); - i | sum ----+----- - 1 | 3 - 2 | 2 - 3 | - 4 | -(4 rows) - -SELECT i,SUM(v::bigint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1),(2,2),(3,NULL),(4,NULL)) t(i,v); - i | sum ----+----- - 1 | 3 - 2 | 2 - 3 | - 4 | -(4 rows) - -SELECT i,SUM(v::money) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,'1.10'),(2,'2.20'),(3,NULL),(4,NULL)) t(i,v); - i | sum ----+------- - 1 | $3.30 - 2 | $2.20 - 3 | - 4 | -(4 rows) - -SELECT i,SUM(v::interval) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,'1 sec'),(2,'2 sec'),(3,NULL),(4,NULL)) t(i,v); - i | sum ----+---------- - 1 | @ 3 secs - 2 | @ 2 secs - 3 | - 4 | -(4 rows) - -SELECT i,SUM(v::numeric) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1.1),(2,2.2),(3,NULL),(4,NULL)) t(i,v); - i | sum ----+----- - 1 | 3.3 - 2 | 2.2 - 3 | - 4 | -(4 rows) - -SELECT SUM(n::numeric) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1.01),(2,2),(3,3)) v(i,n); - sum ------- - 6.01 - 5 - 3 -(3 rows) - -SELECT i,COUNT(v) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1),(2,2),(3,NULL),(4,NULL)) t(i,v); - i | count ----+------- - 1 | 2 - 2 | 1 - 3 | 0 - 4 | 0 -(4 rows) - -SELECT i,COUNT(*) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,1),(2,2),(3,NULL),(4,NULL)) t(i,v); - i | count ----+------- - 1 | 4 - 2 | 3 - 3 | 2 - 4 | 1 -(4 rows) - -SELECT VAR_POP(n::bigint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - var_pop ------------------------ - 21704.000000000000 - 13868.750000000000 - 11266.666666666667 - 4225.0000000000000000 - 0 -(5 rows) - -SELECT VAR_POP(n::int) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - var_pop ------------------------ - 21704.000000000000 - 13868.750000000000 - 11266.666666666667 - 4225.0000000000000000 - 0 -(5 rows) - -SELECT VAR_POP(n::smallint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - var_pop ------------------------ - 21704.000000000000 - 13868.750000000000 - 11266.666666666667 - 4225.0000000000000000 - 0 -(5 rows) - -SELECT VAR_POP(n::numeric) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - var_pop ------------------------ - 21704.000000000000 - 13868.750000000000 - 11266.666666666667 - 4225.0000000000000000 - 0 -(5 rows) - -SELECT VAR_SAMP(n::bigint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - var_samp ------------------------ - 27130.000000000000 - 18491.666666666667 - 16900.000000000000 - 8450.0000000000000000 - -(5 rows) - -SELECT VAR_SAMP(n::int) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - var_samp ------------------------ - 27130.000000000000 - 18491.666666666667 - 16900.000000000000 - 8450.0000000000000000 - -(5 rows) - -SELECT VAR_SAMP(n::smallint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - var_samp ------------------------ - 27130.000000000000 - 18491.666666666667 - 16900.000000000000 - 8450.0000000000000000 - -(5 rows) - -SELECT VAR_SAMP(n::numeric) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - var_samp ------------------------ - 27130.000000000000 - 18491.666666666667 - 16900.000000000000 - 8450.0000000000000000 - -(5 rows) - -SELECT VARIANCE(n::bigint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - variance ------------------------ - 27130.000000000000 - 18491.666666666667 - 16900.000000000000 - 8450.0000000000000000 - -(5 rows) - -SELECT VARIANCE(n::int) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - variance ------------------------ - 27130.000000000000 - 18491.666666666667 - 16900.000000000000 - 8450.0000000000000000 - -(5 rows) - -SELECT VARIANCE(n::smallint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - variance ------------------------ - 27130.000000000000 - 18491.666666666667 - 16900.000000000000 - 8450.0000000000000000 - -(5 rows) - -SELECT VARIANCE(n::numeric) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - variance ------------------------ - 27130.000000000000 - 18491.666666666667 - 16900.000000000000 - 8450.0000000000000000 - -(5 rows) - -SELECT STDDEV_POP(n::bigint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,NULL),(2,600),(3,470),(4,170),(5,430),(6,300)) r(i,n); - stddev_pop ---------------------- - 147.322774885623 - 147.322774885623 - 117.765657133139 - 106.144555520604 - 65.0000000000000000 - 0 -(6 rows) - -SELECT STDDEV_POP(n::int) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,NULL),(2,600),(3,470),(4,170),(5,430),(6,300)) r(i,n); - stddev_pop ---------------------- - 147.322774885623 - 147.322774885623 - 117.765657133139 - 106.144555520604 - 65.0000000000000000 - 0 -(6 rows) - -SELECT STDDEV_POP(n::smallint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,NULL),(2,600),(3,470),(4,170),(5,430),(6,300)) r(i,n); - stddev_pop ---------------------- - 147.322774885623 - 147.322774885623 - 117.765657133139 - 106.144555520604 - 65.0000000000000000 - 0 -(6 rows) - -SELECT STDDEV_POP(n::numeric) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,NULL),(2,600),(3,470),(4,170),(5,430),(6,300)) r(i,n); - stddev_pop ---------------------- - 147.322774885623 - 147.322774885623 - 117.765657133139 - 106.144555520604 - 65.0000000000000000 - 0 -(6 rows) - -SELECT STDDEV_SAMP(n::bigint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,NULL),(2,600),(3,470),(4,170),(5,430),(6,300)) r(i,n); - stddev_samp ---------------------- - 164.711869639076 - 164.711869639076 - 135.984067694222 - 130.000000000000 - 91.9238815542511782 - -(6 rows) - -SELECT STDDEV_SAMP(n::int) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,NULL),(2,600),(3,470),(4,170),(5,430),(6,300)) r(i,n); - stddev_samp ---------------------- - 164.711869639076 - 164.711869639076 - 135.984067694222 - 130.000000000000 - 91.9238815542511782 - -(6 rows) - -SELECT STDDEV_SAMP(n::smallint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,NULL),(2,600),(3,470),(4,170),(5,430),(6,300)) r(i,n); - stddev_samp ---------------------- - 164.711869639076 - 164.711869639076 - 135.984067694222 - 130.000000000000 - 91.9238815542511782 - -(6 rows) - -SELECT STDDEV_SAMP(n::numeric) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(1,NULL),(2,600),(3,470),(4,170),(5,430),(6,300)) r(i,n); - stddev_samp ---------------------- - 164.711869639076 - 164.711869639076 - 135.984067694222 - 130.000000000000 - 91.9238815542511782 - -(6 rows) - -SELECT STDDEV(n::bigint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(0,NULL),(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - stddev ---------------------- - 164.711869639076 - 164.711869639076 - 135.984067694222 - 130.000000000000 - 91.9238815542511782 - -(6 rows) - -SELECT STDDEV(n::int) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(0,NULL),(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - stddev ---------------------- - 164.711869639076 - 164.711869639076 - 135.984067694222 - 130.000000000000 - 91.9238815542511782 - -(6 rows) - -SELECT STDDEV(n::smallint) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(0,NULL),(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - stddev ---------------------- - 164.711869639076 - 164.711869639076 - 135.984067694222 - 130.000000000000 - 91.9238815542511782 - -(6 rows) - -SELECT STDDEV(n::numeric) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING) - FROM (VALUES(0,NULL),(1,600),(2,470),(3,170),(4,430),(5,300)) r(i,n); - stddev ---------------------- - 164.711869639076 - 164.711869639076 - 135.984067694222 - 130.000000000000 - 91.9238815542511782 - -(6 rows) - --- test that inverse transition functions work with various frame options -SELECT i,SUM(v::int) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND CURRENT ROW) - FROM (VALUES(1,1),(2,2),(3,NULL),(4,NULL)) t(i,v); - i | sum ----+----- - 1 | 1 - 2 | 2 - 3 | - 4 | -(4 rows) - -SELECT i,SUM(v::int) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND 1 FOLLOWING) - FROM (VALUES(1,1),(2,2),(3,NULL),(4,NULL)) t(i,v); - i | sum ----+----- - 1 | 3 - 2 | 2 - 3 | - 4 | -(4 rows) - -SELECT i,SUM(v::int) OVER (ORDER BY i ROWS BETWEEN 1 PRECEDING AND 1 FOLLOWING) - FROM (VALUES(1,1),(2,2),(3,3),(4,4)) t(i,v); - i | sum ----+----- - 1 | 3 - 2 | 6 - 3 | 9 - 4 | 7 -(4 rows) - --- ensure aggregate over numeric properly recovers from NaN values -SELECT a, b, - SUM(b) OVER(ORDER BY A ROWS BETWEEN 1 PRECEDING AND CURRENT ROW) -FROM (VALUES(1,1::numeric),(2,2),(3,'NaN'),(4,3),(5,4)) t(a,b); - a | b | sum ----+-----+----- - 1 | 1 | 1 - 2 | 2 | 3 - 3 | NaN | NaN - 4 | 3 | NaN - 5 | 4 | 7 -(5 rows) - --- It might be tempting for someone to add an inverse trans function for --- float and double precision. This should not be done as it can give incorrect --- results. This test should fail if anyone ever does this without thinking too --- hard about it. -SELECT to_char(SUM(n::float8) OVER (ORDER BY i ROWS BETWEEN CURRENT ROW AND 1 FOLLOWING),'999999999999999999999D9') - FROM (VALUES(1,1e20),(2,1)) n(i,n); - to_char --------------------------- - 100000000000000000000 - 1.0 -(2 rows) - -SELECT i, b, bool_and(b) OVER w, bool_or(b) OVER w - FROM (VALUES (1,true), (2,true), (3,false), (4,false), (5,true)) v(i,b) - WINDOW w AS (ORDER BY i ROWS BETWEEN CURRENT ROW AND 1 FOLLOWING); - i | b | bool_and | bool_or ----+---+----------+--------- - 1 | t | t | t - 2 | t | f | t - 3 | f | f | f - 4 | f | f | t - 5 | t | t | t -(5 rows) - --- --- Test WindowAgg costing takes into account the number of rows that need to --- be fetched before the first row can be output. --- --- Ensure we get a cheap start up plan as the WindowAgg can output the first --- row after reading 1 row from the join. -EXPLAIN (COSTS OFF) -SELECT COUNT(*) OVER (ORDER BY t1.unique1) -FROM tenk1 t1 INNER JOIN tenk1 t2 ON t1.unique1 = t2.tenthous -LIMIT 1; - QUERY PLAN --------------------------------------------------------------------------- - Limit - -> WindowAgg - Window: w1 AS (ORDER BY t1.unique1) - -> Nested Loop - -> Index Only Scan using tenk1_unique1 on tenk1 t1 - -> Index Only Scan using tenk1_thous_tenthous on tenk1 t2 - Index Cond: (tenthous = t1.unique1) -(7 rows) - --- Ensure we get a cheap total plan. Lack of ORDER BY in the WindowClause --- means that all rows must be read from the join, so a cheap startup plan --- isn't a good choice. -EXPLAIN (COSTS OFF) -SELECT COUNT(*) OVER () -FROM tenk1 t1 INNER JOIN tenk1 t2 ON t1.unique1 = t2.tenthous -WHERE t2.two = 1 -LIMIT 1; - QUERY PLAN -------------------------------------------------------------------- - Limit - -> WindowAgg - Window: w1 AS () - -> Hash Join - Hash Cond: (t1.unique1 = t2.tenthous) - -> Index Only Scan using tenk1_unique1 on tenk1 t1 - -> Hash - -> Seq Scan on tenk1 t2 - Filter: (two = 1) -(9 rows) - --- Ensure we get a cheap total plan. This time use UNBOUNDED FOLLOWING, which --- needs to read all join rows to output the first WindowAgg row. -EXPLAIN (COSTS OFF) -SELECT COUNT(*) OVER (ORDER BY t1.unique1 ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) -FROM tenk1 t1 INNER JOIN tenk1 t2 ON t1.unique1 = t2.tenthous -LIMIT 1; - QUERY PLAN ------------------------------------------------------------------------------------------------------- - Limit - -> WindowAgg - Window: w1 AS (ORDER BY t1.unique1 ROWS BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) - -> Merge Join - Merge Cond: (t1.unique1 = t2.tenthous) - -> Index Only Scan using tenk1_unique1 on tenk1 t1 - -> Sort - Sort Key: t2.tenthous - -> Index Only Scan using tenk1_thous_tenthous on tenk1 t2 -(9 rows) - --- Ensure we get a cheap total plan. This time use 10000 FOLLOWING so we need --- to read all join rows. -EXPLAIN (COSTS OFF) -SELECT COUNT(*) OVER (ORDER BY t1.unique1 ROWS BETWEEN UNBOUNDED PRECEDING AND 10000 FOLLOWING) -FROM tenk1 t1 INNER JOIN tenk1 t2 ON t1.unique1 = t2.tenthous -LIMIT 1; - QUERY PLAN ------------------------------------------------------------------------------------------------------------- - Limit - -> WindowAgg - Window: w1 AS (ORDER BY t1.unique1 ROWS BETWEEN UNBOUNDED PRECEDING AND '10000'::bigint FOLLOWING) - -> Merge Join - Merge Cond: (t1.unique1 = t2.tenthous) - -> Index Only Scan using tenk1_unique1 on tenk1 t1 - -> Sort - Sort Key: t2.tenthous - -> Index Only Scan using tenk1_thous_tenthous on tenk1 t2 -(9 rows) - --- Tests for problems with failure to walk or mutate expressions --- within window frame clauses. --- test walker (fails with collation error if expressions are not walked) -SELECT array_agg(i) OVER w - FROM generate_series(1,5) i -WINDOW w AS (ORDER BY i ROWS BETWEEN (('foo' < 'foobar')::integer) PRECEDING AND CURRENT ROW); - array_agg ------------ - {1} - {1,2} - {2,3} - {3,4} - {4,5} -(5 rows) - --- test mutator (fails when inlined if expressions are not mutated) -CREATE FUNCTION pg_temp.f(group_size BIGINT) RETURNS SETOF integer[] -AS $$ - SELECT array_agg(s) OVER w - FROM generate_series(1,5) s - WINDOW w AS (ORDER BY s ROWS BETWEEN CURRENT ROW AND GROUP_SIZE FOLLOWING) -$$ LANGUAGE SQL STABLE; -EXPLAIN (costs off) SELECT * FROM pg_temp.f(2); - QUERY PLAN ----------------------------------------------------------------------------------------- - Subquery Scan on f - -> WindowAgg - Window: w AS (ORDER BY s.s ROWS BETWEEN CURRENT ROW AND '2'::bigint FOLLOWING) - -> Sort - Sort Key: s.s - -> Function Scan on generate_series s -(6 rows) - -SELECT * FROM pg_temp.f(2); - f ---------- - {1,2,3} - {2,3,4} - {3,4,5} - {4,5} - {5} -(5 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xmlmap_1.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xmlmap.out --- /tmp/cirrus-ci-build/src/test/regress/expected/xmlmap_1.out 2025-05-11 19:30:19.022342000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xmlmap.out 2025-05-11 19:32:42.801149000 +0000 @@ -1,107 +1,2 @@ -CREATE SCHEMA testxmlschema; -CREATE TABLE testxmlschema.test1 (a int, b text); -INSERT INTO testxmlschema.test1 VALUES (1, 'one'), (2, 'two'), (-1, null); -CREATE DOMAIN testxmldomain AS varchar; -CREATE TABLE testxmlschema.test2 (z int, y varchar(500), x char(6), - w numeric(9,2), v smallint, u bigint, t real, - s time, stz timetz, r timestamp, rtz timestamptz, q date, - p xml, o testxmldomain, n bool, m bytea, aaa text); -ALTER TABLE testxmlschema.test2 DROP COLUMN aaa; -INSERT INTO testxmlschema.test2 VALUES (55, 'abc', 'def', - 98.6, 2, 999, 0, - '21:07', '21:11 +05', '2009-06-08 21:07:30', '2009-06-08 21:07:30 -07', '2009-06-08', - NULL, 'ABC', true, 'XYZ'); -SELECT table_to_xml('testxmlschema.test1', false, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xml('testxmlschema.test1', true, false, 'foo'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xml('testxmlschema.test1', false, true, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xml('testxmlschema.test1', true, true, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xml('testxmlschema.test2', false, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xmlschema('testxmlschema.test1', false, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xmlschema('testxmlschema.test1', true, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xmlschema('testxmlschema.test1', false, true, 'foo'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xmlschema('testxmlschema.test1', true, true, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xmlschema('testxmlschema.test2', false, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xml_and_xmlschema('testxmlschema.test1', false, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xml_and_xmlschema('testxmlschema.test1', true, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xml_and_xmlschema('testxmlschema.test1', false, true, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xml_and_xmlschema('testxmlschema.test1', true, true, 'foo'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT query_to_xml('SELECT * FROM testxmlschema.test1', false, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT query_to_xmlschema('SELECT * FROM testxmlschema.test1', false, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT query_to_xml_and_xmlschema('SELECT * FROM testxmlschema.test1', true, true, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -DECLARE xc CURSOR WITH HOLD FOR SELECT * FROM testxmlschema.test1 ORDER BY 1, 2; -SELECT cursor_to_xml('xc'::refcursor, 5, false, true, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT cursor_to_xmlschema('xc'::refcursor, false, true, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -MOVE BACKWARD ALL IN xc; -SELECT cursor_to_xml('xc'::refcursor, 5, true, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT cursor_to_xmlschema('xc'::refcursor, true, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT schema_to_xml('testxmlschema', false, true, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT schema_to_xml('testxmlschema', true, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT schema_to_xmlschema('testxmlschema', false, true, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT schema_to_xmlschema('testxmlschema', true, false, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT schema_to_xml_and_xmlschema('testxmlschema', true, true, 'foo'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. --- test that domains are transformed like their base types -CREATE DOMAIN testboolxmldomain AS bool; -CREATE DOMAIN testdatexmldomain AS date; -CREATE TABLE testxmlschema.test3 - AS SELECT true c1, - true::testboolxmldomain c2, - '2013-02-21'::date c3, - '2013-02-21'::testdatexmldomain c4; -SELECT xmlforest(c1, c2, c3, c4) FROM testxmlschema.test3; -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT table_to_xml('testxmlschema.test3', true, true, ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/functional_deps.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/functional_deps.out --- /tmp/cirrus-ci-build/src/test/regress/expected/functional_deps.out 2025-05-11 19:30:18.948638000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/functional_deps.out 2025-05-11 19:32:42.807696000 +0000 @@ -1,232 +1,2 @@ --- from http://www.depesz.com/index.php/2010/04/19/getting-unique-elements/ -CREATE TEMP TABLE articles ( - id int CONSTRAINT articles_pkey PRIMARY KEY, - keywords text, - title text UNIQUE NOT NULL, - body text UNIQUE, - created date -); -CREATE TEMP TABLE articles_in_category ( - article_id int, - category_id int, - changed date, - PRIMARY KEY (article_id, category_id) -); --- test functional dependencies based on primary keys/unique constraints --- base tables --- group by primary key (OK) -SELECT id, keywords, title, body, created -FROM articles -GROUP BY id; - id | keywords | title | body | created -----+----------+-------+------+--------- -(0 rows) - --- group by unique not null (fail/todo) -SELECT id, keywords, title, body, created -FROM articles -GROUP BY title; -ERROR: column "articles.id" must appear in the GROUP BY clause or be used in an aggregate function -LINE 1: SELECT id, keywords, title, body, created - ^ --- group by unique nullable (fail) -SELECT id, keywords, title, body, created -FROM articles -GROUP BY body; -ERROR: column "articles.id" must appear in the GROUP BY clause or be used in an aggregate function -LINE 1: SELECT id, keywords, title, body, created - ^ --- group by something else (fail) -SELECT id, keywords, title, body, created -FROM articles -GROUP BY keywords; -ERROR: column "articles.id" must appear in the GROUP BY clause or be used in an aggregate function -LINE 1: SELECT id, keywords, title, body, created - ^ --- multiple tables --- group by primary key (OK) -SELECT a.id, a.keywords, a.title, a.body, a.created -FROM articles AS a, articles_in_category AS aic -WHERE a.id = aic.article_id AND aic.category_id in (14,62,70,53,138) -GROUP BY a.id; - id | keywords | title | body | created -----+----------+-------+------+--------- -(0 rows) - --- group by something else (fail) -SELECT a.id, a.keywords, a.title, a.body, a.created -FROM articles AS a, articles_in_category AS aic -WHERE a.id = aic.article_id AND aic.category_id in (14,62,70,53,138) -GROUP BY aic.article_id, aic.category_id; -ERROR: column "a.id" must appear in the GROUP BY clause or be used in an aggregate function -LINE 1: SELECT a.id, a.keywords, a.title, a.body, a.created - ^ --- JOIN syntax --- group by left table's primary key (OK) -SELECT a.id, a.keywords, a.title, a.body, a.created -FROM articles AS a JOIN articles_in_category AS aic ON a.id = aic.article_id -WHERE aic.category_id in (14,62,70,53,138) -GROUP BY a.id; - id | keywords | title | body | created -----+----------+-------+------+--------- -(0 rows) - --- group by something else (fail) -SELECT a.id, a.keywords, a.title, a.body, a.created -FROM articles AS a JOIN articles_in_category AS aic ON a.id = aic.article_id -WHERE aic.category_id in (14,62,70,53,138) -GROUP BY aic.article_id, aic.category_id; -ERROR: column "a.id" must appear in the GROUP BY clause or be used in an aggregate function -LINE 1: SELECT a.id, a.keywords, a.title, a.body, a.created - ^ --- group by right table's (composite) primary key (OK) -SELECT aic.changed -FROM articles AS a JOIN articles_in_category AS aic ON a.id = aic.article_id -WHERE aic.category_id in (14,62,70,53,138) -GROUP BY aic.category_id, aic.article_id; - changed ---------- -(0 rows) - --- group by right table's partial primary key (fail) -SELECT aic.changed -FROM articles AS a JOIN articles_in_category AS aic ON a.id = aic.article_id -WHERE aic.category_id in (14,62,70,53,138) -GROUP BY aic.article_id; -ERROR: column "aic.changed" must appear in the GROUP BY clause or be used in an aggregate function -LINE 1: SELECT aic.changed - ^ --- example from documentation -CREATE TEMP TABLE products (product_id int, name text, price numeric); -CREATE TEMP TABLE sales (product_id int, units int); --- OK -SELECT product_id, p.name, (sum(s.units) * p.price) AS sales - FROM products p LEFT JOIN sales s USING (product_id) - GROUP BY product_id, p.name, p.price; - product_id | name | sales -------------+------+------- -(0 rows) - --- fail -SELECT product_id, p.name, (sum(s.units) * p.price) AS sales - FROM products p LEFT JOIN sales s USING (product_id) - GROUP BY product_id; -ERROR: column "p.name" must appear in the GROUP BY clause or be used in an aggregate function -LINE 1: SELECT product_id, p.name, (sum(s.units) * p.price) AS sales - ^ -ALTER TABLE products ADD PRIMARY KEY (product_id); --- OK now -SELECT product_id, p.name, (sum(s.units) * p.price) AS sales - FROM products p LEFT JOIN sales s USING (product_id) - GROUP BY product_id; - product_id | name | sales -------------+------+------- -(0 rows) - --- Drupal example, http://drupal.org/node/555530 -CREATE TEMP TABLE node ( - nid SERIAL, - vid integer NOT NULL default '0', - type varchar(32) NOT NULL default '', - title varchar(128) NOT NULL default '', - uid integer NOT NULL default '0', - status integer NOT NULL default '1', - created integer NOT NULL default '0', - -- snip - PRIMARY KEY (nid, vid) -); -CREATE TEMP TABLE users ( - uid integer NOT NULL default '0', - name varchar(60) NOT NULL default '', - pass varchar(32) NOT NULL default '', - -- snip - PRIMARY KEY (uid), - UNIQUE (name) -); --- OK -SELECT u.uid, u.name FROM node n -INNER JOIN users u ON u.uid = n.uid -WHERE n.type = 'blog' AND n.status = 1 -GROUP BY u.uid, u.name; - uid | name ------+------ -(0 rows) - --- OK -SELECT u.uid, u.name FROM node n -INNER JOIN users u ON u.uid = n.uid -WHERE n.type = 'blog' AND n.status = 1 -GROUP BY u.uid; - uid | name ------+------ -(0 rows) - --- Check views and dependencies --- fail -CREATE TEMP VIEW fdv1 AS -SELECT id, keywords, title, body, created -FROM articles -GROUP BY body; -ERROR: column "articles.id" must appear in the GROUP BY clause or be used in an aggregate function -LINE 2: SELECT id, keywords, title, body, created - ^ --- OK -CREATE TEMP VIEW fdv1 AS -SELECT id, keywords, title, body, created -FROM articles -GROUP BY id; --- fail -ALTER TABLE articles DROP CONSTRAINT articles_pkey RESTRICT; -ERROR: cannot drop constraint articles_pkey on table articles because other objects depend on it -DETAIL: view fdv1 depends on constraint articles_pkey on table articles -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP VIEW fdv1; --- multiple dependencies -CREATE TEMP VIEW fdv2 AS -SELECT a.id, a.keywords, a.title, aic.category_id, aic.changed -FROM articles AS a JOIN articles_in_category AS aic ON a.id = aic.article_id -WHERE aic.category_id in (14,62,70,53,138) -GROUP BY a.id, aic.category_id, aic.article_id; -ALTER TABLE articles DROP CONSTRAINT articles_pkey RESTRICT; -- fail -ERROR: cannot drop constraint articles_pkey on table articles because other objects depend on it -DETAIL: view fdv2 depends on constraint articles_pkey on table articles -HINT: Use DROP ... CASCADE to drop the dependent objects too. -ALTER TABLE articles_in_category DROP CONSTRAINT articles_in_category_pkey RESTRICT; --fail -ERROR: cannot drop constraint articles_in_category_pkey on table articles_in_category because other objects depend on it -DETAIL: view fdv2 depends on constraint articles_in_category_pkey on table articles_in_category -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP VIEW fdv2; --- nested queries -CREATE TEMP VIEW fdv3 AS -SELECT id, keywords, title, body, created -FROM articles -GROUP BY id -UNION -SELECT id, keywords, title, body, created -FROM articles -GROUP BY id; -ALTER TABLE articles DROP CONSTRAINT articles_pkey RESTRICT; -- fail -ERROR: cannot drop constraint articles_pkey on table articles because other objects depend on it -DETAIL: view fdv3 depends on constraint articles_pkey on table articles -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP VIEW fdv3; -CREATE TEMP VIEW fdv4 AS -SELECT * FROM articles WHERE title IN (SELECT title FROM articles GROUP BY id); -ALTER TABLE articles DROP CONSTRAINT articles_pkey RESTRICT; -- fail -ERROR: cannot drop constraint articles_pkey on table articles because other objects depend on it -DETAIL: view fdv4 depends on constraint articles_pkey on table articles -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP VIEW fdv4; --- prepared query plans: this results in failure on reuse -PREPARE foo AS - SELECT id, keywords, title, body, created - FROM articles - GROUP BY id; -EXECUTE foo; - id | keywords | title | body | created -----+----------+-------+------+--------- -(0 rows) - -ALTER TABLE articles DROP CONSTRAINT articles_pkey RESTRICT; -EXECUTE foo; -- fail -ERROR: column "articles.keywords" must appear in the GROUP BY clause or be used in an aggregate function +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/advisory_lock.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/advisory_lock.out --- /tmp/cirrus-ci-build/src/test/regress/expected/advisory_lock.out 2025-05-11 19:30:18.925474000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/advisory_lock.out 2025-05-11 19:32:42.810772000 +0000 @@ -1,276 +1,2 @@ --- --- ADVISORY LOCKS --- -SELECT oid AS datoid FROM pg_database WHERE datname = current_database() \gset -BEGIN; -SELECT - pg_advisory_xact_lock(1), pg_advisory_xact_lock_shared(2), - pg_advisory_xact_lock(1, 1), pg_advisory_xact_lock_shared(2, 2); - pg_advisory_xact_lock | pg_advisory_xact_lock_shared | pg_advisory_xact_lock | pg_advisory_xact_lock_shared ------------------------+------------------------------+-----------------------+------------------------------ - | | | -(1 row) - -SELECT locktype, classid, objid, objsubid, mode, granted - FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid - ORDER BY classid, objid, objsubid; - locktype | classid | objid | objsubid | mode | granted -----------+---------+-------+----------+---------------+--------- - advisory | 0 | 1 | 1 | ExclusiveLock | t - advisory | 0 | 2 | 1 | ShareLock | t - advisory | 1 | 1 | 2 | ExclusiveLock | t - advisory | 2 | 2 | 2 | ShareLock | t -(4 rows) - --- pg_advisory_unlock_all() shouldn't release xact locks -SELECT pg_advisory_unlock_all(); - pg_advisory_unlock_all ------------------------- - -(1 row) - -SELECT count(*) FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid; - count -------- - 4 -(1 row) - --- can't unlock xact locks -SELECT - pg_advisory_unlock(1), pg_advisory_unlock_shared(2), - pg_advisory_unlock(1, 1), pg_advisory_unlock_shared(2, 2); -WARNING: you don't own a lock of type ExclusiveLock -WARNING: you don't own a lock of type ShareLock -WARNING: you don't own a lock of type ExclusiveLock -WARNING: you don't own a lock of type ShareLock - pg_advisory_unlock | pg_advisory_unlock_shared | pg_advisory_unlock | pg_advisory_unlock_shared ---------------------+---------------------------+--------------------+--------------------------- - f | f | f | f -(1 row) - --- automatically release xact locks at commit -COMMIT; -SELECT count(*) FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid; - count -------- - 0 -(1 row) - -BEGIN; --- holding both session and xact locks on the same objects, xact first -SELECT - pg_advisory_xact_lock(1), pg_advisory_xact_lock_shared(2), - pg_advisory_xact_lock(1, 1), pg_advisory_xact_lock_shared(2, 2); - pg_advisory_xact_lock | pg_advisory_xact_lock_shared | pg_advisory_xact_lock | pg_advisory_xact_lock_shared ------------------------+------------------------------+-----------------------+------------------------------ - | | | -(1 row) - -SELECT locktype, classid, objid, objsubid, mode, granted - FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid - ORDER BY classid, objid, objsubid; - locktype | classid | objid | objsubid | mode | granted -----------+---------+-------+----------+---------------+--------- - advisory | 0 | 1 | 1 | ExclusiveLock | t - advisory | 0 | 2 | 1 | ShareLock | t - advisory | 1 | 1 | 2 | ExclusiveLock | t - advisory | 2 | 2 | 2 | ShareLock | t -(4 rows) - -SELECT - pg_advisory_lock(1), pg_advisory_lock_shared(2), - pg_advisory_lock(1, 1), pg_advisory_lock_shared(2, 2); - pg_advisory_lock | pg_advisory_lock_shared | pg_advisory_lock | pg_advisory_lock_shared -------------------+-------------------------+------------------+------------------------- - | | | -(1 row) - -ROLLBACK; -SELECT locktype, classid, objid, objsubid, mode, granted - FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid - ORDER BY classid, objid, objsubid; - locktype | classid | objid | objsubid | mode | granted -----------+---------+-------+----------+---------------+--------- - advisory | 0 | 1 | 1 | ExclusiveLock | t - advisory | 0 | 2 | 1 | ShareLock | t - advisory | 1 | 1 | 2 | ExclusiveLock | t - advisory | 2 | 2 | 2 | ShareLock | t -(4 rows) - --- unlocking session locks -SELECT - pg_advisory_unlock(1), pg_advisory_unlock(1), - pg_advisory_unlock_shared(2), pg_advisory_unlock_shared(2), - pg_advisory_unlock(1, 1), pg_advisory_unlock(1, 1), - pg_advisory_unlock_shared(2, 2), pg_advisory_unlock_shared(2, 2); -WARNING: you don't own a lock of type ExclusiveLock -WARNING: you don't own a lock of type ShareLock -WARNING: you don't own a lock of type ExclusiveLock -WARNING: you don't own a lock of type ShareLock - pg_advisory_unlock | pg_advisory_unlock | pg_advisory_unlock_shared | pg_advisory_unlock_shared | pg_advisory_unlock | pg_advisory_unlock | pg_advisory_unlock_shared | pg_advisory_unlock_shared ---------------------+--------------------+---------------------------+---------------------------+--------------------+--------------------+---------------------------+--------------------------- - t | f | t | f | t | f | t | f -(1 row) - -SELECT count(*) FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid; - count -------- - 0 -(1 row) - -BEGIN; --- holding both session and xact locks on the same objects, session first -SELECT - pg_advisory_lock(1), pg_advisory_lock_shared(2), - pg_advisory_lock(1, 1), pg_advisory_lock_shared(2, 2); - pg_advisory_lock | pg_advisory_lock_shared | pg_advisory_lock | pg_advisory_lock_shared -------------------+-------------------------+------------------+------------------------- - | | | -(1 row) - -SELECT locktype, classid, objid, objsubid, mode, granted - FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid - ORDER BY classid, objid, objsubid; - locktype | classid | objid | objsubid | mode | granted -----------+---------+-------+----------+---------------+--------- - advisory | 0 | 1 | 1 | ExclusiveLock | t - advisory | 0 | 2 | 1 | ShareLock | t - advisory | 1 | 1 | 2 | ExclusiveLock | t - advisory | 2 | 2 | 2 | ShareLock | t -(4 rows) - -SELECT - pg_advisory_xact_lock(1), pg_advisory_xact_lock_shared(2), - pg_advisory_xact_lock(1, 1), pg_advisory_xact_lock_shared(2, 2); - pg_advisory_xact_lock | pg_advisory_xact_lock_shared | pg_advisory_xact_lock | pg_advisory_xact_lock_shared ------------------------+------------------------------+-----------------------+------------------------------ - | | | -(1 row) - -ROLLBACK; -SELECT locktype, classid, objid, objsubid, mode, granted - FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid - ORDER BY classid, objid, objsubid; - locktype | classid | objid | objsubid | mode | granted -----------+---------+-------+----------+---------------+--------- - advisory | 0 | 1 | 1 | ExclusiveLock | t - advisory | 0 | 2 | 1 | ShareLock | t - advisory | 1 | 1 | 2 | ExclusiveLock | t - advisory | 2 | 2 | 2 | ShareLock | t -(4 rows) - --- releasing all session locks -SELECT pg_advisory_unlock_all(); - pg_advisory_unlock_all ------------------------- - -(1 row) - -SELECT count(*) FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid; - count -------- - 0 -(1 row) - -BEGIN; --- grabbing txn locks multiple times -SELECT - pg_advisory_xact_lock(1), pg_advisory_xact_lock(1), - pg_advisory_xact_lock_shared(2), pg_advisory_xact_lock_shared(2), - pg_advisory_xact_lock(1, 1), pg_advisory_xact_lock(1, 1), - pg_advisory_xact_lock_shared(2, 2), pg_advisory_xact_lock_shared(2, 2); - pg_advisory_xact_lock | pg_advisory_xact_lock | pg_advisory_xact_lock_shared | pg_advisory_xact_lock_shared | pg_advisory_xact_lock | pg_advisory_xact_lock | pg_advisory_xact_lock_shared | pg_advisory_xact_lock_shared ------------------------+-----------------------+------------------------------+------------------------------+-----------------------+-----------------------+------------------------------+------------------------------ - | | | | | | | -(1 row) - -SELECT locktype, classid, objid, objsubid, mode, granted - FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid - ORDER BY classid, objid, objsubid; - locktype | classid | objid | objsubid | mode | granted -----------+---------+-------+----------+---------------+--------- - advisory | 0 | 1 | 1 | ExclusiveLock | t - advisory | 0 | 2 | 1 | ShareLock | t - advisory | 1 | 1 | 2 | ExclusiveLock | t - advisory | 2 | 2 | 2 | ShareLock | t -(4 rows) - -COMMIT; -SELECT count(*) FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid; - count -------- - 0 -(1 row) - --- grabbing session locks multiple times -SELECT - pg_advisory_lock(1), pg_advisory_lock(1), - pg_advisory_lock_shared(2), pg_advisory_lock_shared(2), - pg_advisory_lock(1, 1), pg_advisory_lock(1, 1), - pg_advisory_lock_shared(2, 2), pg_advisory_lock_shared(2, 2); - pg_advisory_lock | pg_advisory_lock | pg_advisory_lock_shared | pg_advisory_lock_shared | pg_advisory_lock | pg_advisory_lock | pg_advisory_lock_shared | pg_advisory_lock_shared -------------------+------------------+-------------------------+-------------------------+------------------+------------------+-------------------------+------------------------- - | | | | | | | -(1 row) - -SELECT locktype, classid, objid, objsubid, mode, granted - FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid - ORDER BY classid, objid, objsubid; - locktype | classid | objid | objsubid | mode | granted -----------+---------+-------+----------+---------------+--------- - advisory | 0 | 1 | 1 | ExclusiveLock | t - advisory | 0 | 2 | 1 | ShareLock | t - advisory | 1 | 1 | 2 | ExclusiveLock | t - advisory | 2 | 2 | 2 | ShareLock | t -(4 rows) - -SELECT - pg_advisory_unlock(1), pg_advisory_unlock(1), - pg_advisory_unlock_shared(2), pg_advisory_unlock_shared(2), - pg_advisory_unlock(1, 1), pg_advisory_unlock(1, 1), - pg_advisory_unlock_shared(2, 2), pg_advisory_unlock_shared(2, 2); - pg_advisory_unlock | pg_advisory_unlock | pg_advisory_unlock_shared | pg_advisory_unlock_shared | pg_advisory_unlock | pg_advisory_unlock | pg_advisory_unlock_shared | pg_advisory_unlock_shared ---------------------+--------------------+---------------------------+---------------------------+--------------------+--------------------+---------------------------+--------------------------- - t | t | t | t | t | t | t | t -(1 row) - -SELECT count(*) FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid; - count -------- - 0 -(1 row) - --- .. and releasing them all at once -SELECT - pg_advisory_lock(1), pg_advisory_lock(1), - pg_advisory_lock_shared(2), pg_advisory_lock_shared(2), - pg_advisory_lock(1, 1), pg_advisory_lock(1, 1), - pg_advisory_lock_shared(2, 2), pg_advisory_lock_shared(2, 2); - pg_advisory_lock | pg_advisory_lock | pg_advisory_lock_shared | pg_advisory_lock_shared | pg_advisory_lock | pg_advisory_lock | pg_advisory_lock_shared | pg_advisory_lock_shared -------------------+------------------+-------------------------+-------------------------+------------------+------------------+-------------------------+------------------------- - | | | | | | | -(1 row) - -SELECT locktype, classid, objid, objsubid, mode, granted - FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid - ORDER BY classid, objid, objsubid; - locktype | classid | objid | objsubid | mode | granted -----------+---------+-------+----------+---------------+--------- - advisory | 0 | 1 | 1 | ExclusiveLock | t - advisory | 0 | 2 | 1 | ShareLock | t - advisory | 1 | 1 | 2 | ExclusiveLock | t - advisory | 2 | 2 | 2 | ShareLock | t -(4 rows) - -SELECT pg_advisory_unlock_all(); - pg_advisory_unlock_all ------------------------- - -(1 row) - -SELECT count(*) FROM pg_locks WHERE locktype = 'advisory' AND database = :datoid; - count -------- - 0 -(1 row) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indirect_toast.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indirect_toast.out --- /tmp/cirrus-ci-build/src/test/regress/expected/indirect_toast.out 2025-05-11 19:30:18.956040000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indirect_toast.out 2025-05-11 19:32:42.811653000 +0000 @@ -1,166 +1,2 @@ --- --- Tests for external toast datums --- --- directory paths and dlsuffix are passed to us in environment variables -\getenv libdir PG_LIBDIR -\getenv dlsuffix PG_DLSUFFIX -\set regresslib :libdir '/regress' :dlsuffix -CREATE FUNCTION make_tuple_indirect (record) - RETURNS record - AS :'regresslib' - LANGUAGE C STRICT; --- Other compression algorithms may cause the compressed data to be stored --- inline. pglz guarantees that the data is externalized, so stick to it. -SET default_toast_compression = 'pglz'; -CREATE TABLE indtoasttest(descr text, cnt int DEFAULT 0, f1 text, f2 text); -INSERT INTO indtoasttest(descr, f1, f2) VALUES('two-compressed', repeat('1234567890',1000), repeat('1234567890',1000)); -INSERT INTO indtoasttest(descr, f1, f2) VALUES('two-toasted', repeat('1234567890',30000), repeat('1234567890',50000)); -INSERT INTO indtoasttest(descr, f1, f2) VALUES('one-compressed,one-null', NULL, repeat('1234567890',1000)); -INSERT INTO indtoasttest(descr, f1, f2) VALUES('one-toasted,one-null', NULL, repeat('1234567890',50000)); --- check whether indirect tuples works on the most basic level -SELECT descr, substring(make_tuple_indirect(indtoasttest)::text, 1, 200) FROM indtoasttest; - descr | substring --------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - two-compressed | (two-compressed,0,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012 - two-toasted | (two-toasted,0,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345 - one-compressed,one-null | ("one-compressed,one-null",0,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - one-toasted,one-null | ("one-toasted,one-null",0,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - --- modification without changing varlenas -UPDATE indtoasttest SET cnt = cnt +1 RETURNING substring(indtoasttest::text, 1, 200); - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,1,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012 - (two-toasted,1,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345 - ("one-compressed,one-null",1,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",1,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - --- modification without modifying assigned value -UPDATE indtoasttest SET cnt = cnt +1, f1 = f1 RETURNING substring(indtoasttest::text, 1, 200); - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,2,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012 - (two-toasted,2,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345 - ("one-compressed,one-null",2,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",2,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - --- modification modifying, but effectively not changing -UPDATE indtoasttest SET cnt = cnt +1, f1 = f1||'' RETURNING substring(indtoasttest::text, 1, 200); - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,3,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012 - (two-toasted,3,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345 - ("one-compressed,one-null",3,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",3,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - -UPDATE indtoasttest SET cnt = cnt +1, f1 = '-'||f1||'-' RETURNING substring(indtoasttest::text, 1, 200); - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,4,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 - (two-toasted,4,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234 - ("one-compressed,one-null",4,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",4,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - -SELECT substring(indtoasttest::text, 1, 200) FROM indtoasttest; - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,4,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 - (two-toasted,4,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234 - ("one-compressed,one-null",4,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",4,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - --- check we didn't screw with main/toast tuple visibility -VACUUM FREEZE indtoasttest; -SELECT substring(indtoasttest::text, 1, 200) FROM indtoasttest; - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,4,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 - (two-toasted,4,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234 - ("one-compressed,one-null",4,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",4,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - --- now create a trigger that forces all Datums to be indirect ones -CREATE FUNCTION update_using_indirect() - RETURNS trigger - LANGUAGE plpgsql AS $$ -BEGIN - NEW := make_tuple_indirect(NEW); - RETURN NEW; -END$$; -CREATE TRIGGER indtoasttest_update_indirect - BEFORE INSERT OR UPDATE - ON indtoasttest - FOR EACH ROW - EXECUTE PROCEDURE update_using_indirect(); --- modification without changing varlenas -UPDATE indtoasttest SET cnt = cnt +1 RETURNING substring(indtoasttest::text, 1, 200); - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,5,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 - (two-toasted,5,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234 - ("one-compressed,one-null",5,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",5,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - --- modification without modifying assigned value -UPDATE indtoasttest SET cnt = cnt +1, f1 = f1 RETURNING substring(indtoasttest::text, 1, 200); - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,6,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 - (two-toasted,6,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234 - ("one-compressed,one-null",6,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",6,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - --- modification modifying, but effectively not changing -UPDATE indtoasttest SET cnt = cnt +1, f1 = f1||'' RETURNING substring(indtoasttest::text, 1, 200); - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,7,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 - (two-toasted,7,-1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234 - ("one-compressed,one-null",7,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",7,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - -UPDATE indtoasttest SET cnt = cnt +1, f1 = '-'||f1||'-' RETURNING substring(indtoasttest::text, 1, 200); - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,8,--123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - (two-toasted,8,--123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 - ("one-compressed,one-null",8,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",8,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 -(4 rows) - -INSERT INTO indtoasttest(descr, f1, f2) VALUES('one-toasted,one-null, via indirect', repeat('1234567890',30000), NULL); -SELECT substring(indtoasttest::text, 1, 200) FROM indtoasttest; - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,8,--123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - (two-toasted,8,--123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 - ("one-compressed,one-null",8,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",8,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 - ("one-toasted,one-null, via indirect",0,1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 -(5 rows) - --- check we didn't screw with main/toast tuple visibility -VACUUM FREEZE indtoasttest; -SELECT substring(indtoasttest::text, 1, 200) FROM indtoasttest; - substring ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - (two-compressed,8,--123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - (two-toasted,8,--123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 - ("one-compressed,one-null",8,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 - ("one-toasted,one-null",8,,12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123 - ("one-toasted,one-null, via indirect",0,1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 -(5 rows) - -DROP TABLE indtoasttest; -DROP FUNCTION update_using_indirect(); -RESET default_toast_compression; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/equivclass.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/equivclass.out --- /tmp/cirrus-ci-build/src/test/regress/expected/equivclass.out 2025-05-11 19:30:18.943570000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/equivclass.out 2025-05-11 19:32:42.820016000 +0000 @@ -1,535 +1,2 @@ --- --- Tests for the planner's "equivalence class" mechanism --- --- One thing that's not tested well during normal querying is the logic --- for handling "broken" ECs. This is because an EC can only become broken --- if its underlying btree operator family doesn't include a complete set --- of cross-type equality operators. There are not (and should not be) --- any such families built into Postgres; so we have to hack things up --- to create one. We do this by making two alias types that are really --- int8 (so we need no new C code) and adding only some operators for them --- into the standard integer_ops opfamily. -create type int8alias1; -create function int8alias1in(cstring) returns int8alias1 - strict immutable language internal as 'int8in'; -NOTICE: return type int8alias1 is only a shell -create function int8alias1out(int8alias1) returns cstring - strict immutable language internal as 'int8out'; -NOTICE: argument type int8alias1 is only a shell -LINE 1: create function int8alias1out(int8alias1) returns cstring - ^ -create type int8alias1 ( - input = int8alias1in, - output = int8alias1out, - like = int8 -); -create type int8alias2; -create function int8alias2in(cstring) returns int8alias2 - strict immutable language internal as 'int8in'; -NOTICE: return type int8alias2 is only a shell -create function int8alias2out(int8alias2) returns cstring - strict immutable language internal as 'int8out'; -NOTICE: argument type int8alias2 is only a shell -LINE 1: create function int8alias2out(int8alias2) returns cstring - ^ -create type int8alias2 ( - input = int8alias2in, - output = int8alias2out, - like = int8 -); -create cast (int8 as int8alias1) without function; -create cast (int8 as int8alias2) without function; -create cast (int8alias1 as int8) without function; -create cast (int8alias2 as int8) without function; -create function int8alias1eq(int8alias1, int8alias1) returns bool - strict immutable language internal as 'int8eq'; -create operator = ( - procedure = int8alias1eq, - leftarg = int8alias1, rightarg = int8alias1, - commutator = =, - restrict = eqsel, join = eqjoinsel, - merges -); -alter operator family integer_ops using btree add - operator 3 = (int8alias1, int8alias1); -create function int8alias2eq(int8alias2, int8alias2) returns bool - strict immutable language internal as 'int8eq'; -create operator = ( - procedure = int8alias2eq, - leftarg = int8alias2, rightarg = int8alias2, - commutator = =, - restrict = eqsel, join = eqjoinsel, - merges -); -alter operator family integer_ops using btree add - operator 3 = (int8alias2, int8alias2); -create function int8alias1eq(int8, int8alias1) returns bool - strict immutable language internal as 'int8eq'; -create operator = ( - procedure = int8alias1eq, - leftarg = int8, rightarg = int8alias1, - restrict = eqsel, join = eqjoinsel, - merges -); -alter operator family integer_ops using btree add - operator 3 = (int8, int8alias1); -create function int8alias1eq(int8alias1, int8alias2) returns bool - strict immutable language internal as 'int8eq'; -create operator = ( - procedure = int8alias1eq, - leftarg = int8alias1, rightarg = int8alias2, - restrict = eqsel, join = eqjoinsel, - merges -); -alter operator family integer_ops using btree add - operator 3 = (int8alias1, int8alias2); -create function int8alias1lt(int8alias1, int8alias1) returns bool - strict immutable language internal as 'int8lt'; -create operator < ( - procedure = int8alias1lt, - leftarg = int8alias1, rightarg = int8alias1 -); -alter operator family integer_ops using btree add - operator 1 < (int8alias1, int8alias1); -create function int8alias1cmp(int8, int8alias1) returns int - strict immutable language internal as 'btint8cmp'; -alter operator family integer_ops using btree add - function 1 int8alias1cmp (int8, int8alias1); -create table ec0 (ff int8 primary key, f1 int8, f2 int8); -create table ec1 (ff int8 primary key, f1 int8alias1, f2 int8alias2); -create table ec2 (xf int8 primary key, x1 int8alias1, x2 int8alias2); --- for the moment we only want to look at nestloop plans -set enable_hashjoin = off; -set enable_mergejoin = off; --- --- Note that for cases where there's a missing operator, we don't care so --- much whether the plan is ideal as that we don't fail or generate an --- outright incorrect plan. --- -explain (costs off) - select * from ec0 where ff = f1 and f1 = '42'::int8; - QUERY PLAN ------------------------------------ - Index Scan using ec0_pkey on ec0 - Index Cond: (ff = '42'::bigint) - Filter: (f1 = '42'::bigint) -(3 rows) - -explain (costs off) - select * from ec0 where ff = f1 and f1 = '42'::int8alias1; - QUERY PLAN ---------------------------------------- - Index Scan using ec0_pkey on ec0 - Index Cond: (ff = '42'::int8alias1) - Filter: (f1 = '42'::int8alias1) -(3 rows) - -explain (costs off) - select * from ec1 where ff = f1 and f1 = '42'::int8alias1; - QUERY PLAN ---------------------------------------- - Index Scan using ec1_pkey on ec1 - Index Cond: (ff = '42'::int8alias1) - Filter: (f1 = '42'::int8alias1) -(3 rows) - -explain (costs off) - select * from ec1 where ff = f1 and f1 = '42'::int8alias2; - QUERY PLAN ---------------------------------------------------- - Seq Scan on ec1 - Filter: ((ff = f1) AND (f1 = '42'::int8alias2)) -(2 rows) - -explain (costs off) - select * from ec1, ec2 where ff = x1 and ff = '42'::int8; - QUERY PLAN -------------------------------------------------------------------- - Nested Loop - Join Filter: (ec1.ff = ec2.x1) - -> Index Scan using ec1_pkey on ec1 - Index Cond: ((ff = '42'::bigint) AND (ff = '42'::bigint)) - -> Seq Scan on ec2 -(5 rows) - -explain (costs off) - select * from ec1, ec2 where ff = x1 and ff = '42'::int8alias1; - QUERY PLAN ---------------------------------------------- - Nested Loop - -> Index Scan using ec1_pkey on ec1 - Index Cond: (ff = '42'::int8alias1) - -> Seq Scan on ec2 - Filter: (x1 = '42'::int8alias1) -(5 rows) - -explain (costs off) - select * from ec1, ec2 where ff = x1 and '42'::int8 = x1; - QUERY PLAN ------------------------------------------ - Nested Loop - Join Filter: (ec1.ff = ec2.x1) - -> Index Scan using ec1_pkey on ec1 - Index Cond: (ff = '42'::bigint) - -> Seq Scan on ec2 - Filter: ('42'::bigint = x1) -(6 rows) - -explain (costs off) - select * from ec1, ec2 where ff = x1 and x1 = '42'::int8alias1; - QUERY PLAN ---------------------------------------------- - Nested Loop - -> Index Scan using ec1_pkey on ec1 - Index Cond: (ff = '42'::int8alias1) - -> Seq Scan on ec2 - Filter: (x1 = '42'::int8alias1) -(5 rows) - -explain (costs off) - select * from ec1, ec2 where ff = x1 and x1 = '42'::int8alias2; - QUERY PLAN ------------------------------------------ - Nested Loop - -> Seq Scan on ec2 - Filter: (x1 = '42'::int8alias2) - -> Index Scan using ec1_pkey on ec1 - Index Cond: (ff = ec2.x1) -(5 rows) - -create unique index ec1_expr1 on ec1((ff + 1)); -create unique index ec1_expr2 on ec1((ff + 2 + 1)); -create unique index ec1_expr3 on ec1((ff + 3 + 1)); -create unique index ec1_expr4 on ec1((ff + 4)); -explain (costs off) - select * from ec1, - (select ff + 1 as x from - (select ff + 2 as ff from ec1 - union all - select ff + 3 as ff from ec1) ss0 - union all - select ff + 4 as x from ec1) as ss1 - where ss1.x = ec1.f1 and ec1.ff = 42::int8; - QUERY PLAN ------------------------------------------------------ - Nested Loop - -> Index Scan using ec1_pkey on ec1 - Index Cond: (ff = '42'::bigint) - -> Append - -> Index Scan using ec1_expr2 on ec1 ec1_1 - Index Cond: (((ff + 2) + 1) = ec1.f1) - -> Index Scan using ec1_expr3 on ec1 ec1_2 - Index Cond: (((ff + 3) + 1) = ec1.f1) - -> Index Scan using ec1_expr4 on ec1 ec1_3 - Index Cond: ((ff + 4) = ec1.f1) -(10 rows) - -explain (costs off) - select * from ec1, - (select ff + 1 as x from - (select ff + 2 as ff from ec1 - union all - select ff + 3 as ff from ec1) ss0 - union all - select ff + 4 as x from ec1) as ss1 - where ss1.x = ec1.f1 and ec1.ff = 42::int8 and ec1.ff = ec1.f1; - QUERY PLAN -------------------------------------------------------------------- - Nested Loop - Join Filter: ((((ec1_1.ff + 2) + 1)) = ec1.f1) - -> Index Scan using ec1_pkey on ec1 - Index Cond: ((ff = '42'::bigint) AND (ff = '42'::bigint)) - Filter: (ff = f1) - -> Append - -> Index Scan using ec1_expr2 on ec1 ec1_1 - Index Cond: (((ff + 2) + 1) = '42'::bigint) - -> Index Scan using ec1_expr3 on ec1 ec1_2 - Index Cond: (((ff + 3) + 1) = '42'::bigint) - -> Index Scan using ec1_expr4 on ec1 ec1_3 - Index Cond: ((ff + 4) = '42'::bigint) -(12 rows) - -explain (costs off) - select * from ec1, - (select ff + 1 as x from - (select ff + 2 as ff from ec1 - union all - select ff + 3 as ff from ec1) ss0 - union all - select ff + 4 as x from ec1) as ss1, - (select ff + 1 as x from - (select ff + 2 as ff from ec1 - union all - select ff + 3 as ff from ec1) ss0 - union all - select ff + 4 as x from ec1) as ss2 - where ss1.x = ec1.f1 and ss1.x = ss2.x and ec1.ff = 42::int8; - QUERY PLAN ---------------------------------------------------------------------- - Nested Loop - -> Nested Loop - -> Index Scan using ec1_pkey on ec1 - Index Cond: (ff = '42'::bigint) - -> Append - -> Index Scan using ec1_expr2 on ec1 ec1_1 - Index Cond: (((ff + 2) + 1) = ec1.f1) - -> Index Scan using ec1_expr3 on ec1 ec1_2 - Index Cond: (((ff + 3) + 1) = ec1.f1) - -> Index Scan using ec1_expr4 on ec1 ec1_3 - Index Cond: ((ff + 4) = ec1.f1) - -> Append - -> Index Scan using ec1_expr2 on ec1 ec1_4 - Index Cond: (((ff + 2) + 1) = (((ec1_1.ff + 2) + 1))) - -> Index Scan using ec1_expr3 on ec1 ec1_5 - Index Cond: (((ff + 3) + 1) = (((ec1_1.ff + 2) + 1))) - -> Index Scan using ec1_expr4 on ec1 ec1_6 - Index Cond: ((ff + 4) = (((ec1_1.ff + 2) + 1))) -(18 rows) - --- let's try that as a mergejoin -set enable_mergejoin = on; -set enable_nestloop = off; -explain (costs off) - select * from ec1, - (select ff + 1 as x from - (select ff + 2 as ff from ec1 - union all - select ff + 3 as ff from ec1) ss0 - union all - select ff + 4 as x from ec1) as ss1, - (select ff + 1 as x from - (select ff + 2 as ff from ec1 - union all - select ff + 3 as ff from ec1) ss0 - union all - select ff + 4 as x from ec1) as ss2 - where ss1.x = ec1.f1 and ss1.x = ss2.x and ec1.ff = 42::int8; - QUERY PLAN ------------------------------------------------------------------ - Merge Join - Merge Cond: ((((ec1_4.ff + 2) + 1)) = (((ec1_1.ff + 2) + 1))) - -> Merge Append - Sort Key: (((ec1_4.ff + 2) + 1)) - -> Index Scan using ec1_expr2 on ec1 ec1_4 - -> Index Scan using ec1_expr3 on ec1 ec1_5 - -> Index Scan using ec1_expr4 on ec1 ec1_6 - -> Materialize - -> Merge Join - Merge Cond: ((((ec1_1.ff + 2) + 1)) = ec1.f1) - -> Merge Append - Sort Key: (((ec1_1.ff + 2) + 1)) - -> Index Scan using ec1_expr2 on ec1 ec1_1 - -> Index Scan using ec1_expr3 on ec1 ec1_2 - -> Index Scan using ec1_expr4 on ec1 ec1_3 - -> Sort - Sort Key: ec1.f1 USING < - -> Index Scan using ec1_pkey on ec1 - Index Cond: (ff = '42'::bigint) -(19 rows) - --- check partially indexed scan -set enable_nestloop = on; -set enable_mergejoin = off; -drop index ec1_expr3; -explain (costs off) - select * from ec1, - (select ff + 1 as x from - (select ff + 2 as ff from ec1 - union all - select ff + 3 as ff from ec1) ss0 - union all - select ff + 4 as x from ec1) as ss1 - where ss1.x = ec1.f1 and ec1.ff = 42::int8; - QUERY PLAN ------------------------------------------------------ - Nested Loop - -> Index Scan using ec1_pkey on ec1 - Index Cond: (ff = '42'::bigint) - -> Append - -> Index Scan using ec1_expr2 on ec1 ec1_1 - Index Cond: (((ff + 2) + 1) = ec1.f1) - -> Seq Scan on ec1 ec1_2 - Filter: (((ff + 3) + 1) = ec1.f1) - -> Index Scan using ec1_expr4 on ec1 ec1_3 - Index Cond: ((ff + 4) = ec1.f1) -(10 rows) - --- let's try that as a mergejoin -set enable_mergejoin = on; -set enable_nestloop = off; -explain (costs off) - select * from ec1, - (select ff + 1 as x from - (select ff + 2 as ff from ec1 - union all - select ff + 3 as ff from ec1) ss0 - union all - select ff + 4 as x from ec1) as ss1 - where ss1.x = ec1.f1 and ec1.ff = 42::int8; - QUERY PLAN ------------------------------------------------------ - Merge Join - Merge Cond: ((((ec1_1.ff + 2) + 1)) = ec1.f1) - -> Merge Append - Sort Key: (((ec1_1.ff + 2) + 1)) - -> Index Scan using ec1_expr2 on ec1 ec1_1 - -> Sort - Sort Key: (((ec1_2.ff + 3) + 1)) - -> Seq Scan on ec1 ec1_2 - -> Index Scan using ec1_expr4 on ec1 ec1_3 - -> Sort - Sort Key: ec1.f1 USING < - -> Index Scan using ec1_pkey on ec1 - Index Cond: (ff = '42'::bigint) -(13 rows) - --- check effects of row-level security -set enable_nestloop = on; -set enable_mergejoin = off; -alter table ec1 enable row level security; -create policy p1 on ec1 using (f1 < '5'::int8alias1); -create user regress_user_ectest; -grant select on ec0 to regress_user_ectest; -grant select on ec1 to regress_user_ectest; --- without any RLS, we'll treat {a.ff, b.ff, 43} as an EquivalenceClass -explain (costs off) - select * from ec0 a, ec1 b - where a.ff = b.ff and a.ff = 43::bigint::int8alias1; - QUERY PLAN ---------------------------------------------- - Nested Loop - -> Index Scan using ec0_pkey on ec0 a - Index Cond: (ff = '43'::int8alias1) - -> Index Scan using ec1_pkey on ec1 b - Index Cond: (ff = '43'::int8alias1) -(5 rows) - -set session authorization regress_user_ectest; --- with RLS active, the non-leakproof a.ff = 43 clause is not treated --- as a suitable source for an EquivalenceClass; currently, this is true --- even though the RLS clause has nothing to do directly with the EC -explain (costs off) - select * from ec0 a, ec1 b - where a.ff = b.ff and a.ff = 43::bigint::int8alias1; - QUERY PLAN ---------------------------------------------- - Nested Loop - -> Index Scan using ec0_pkey on ec0 a - Index Cond: (ff = '43'::int8alias1) - -> Index Scan using ec1_pkey on ec1 b - Index Cond: (ff = a.ff) - Filter: (f1 < '5'::int8alias1) -(6 rows) - -reset session authorization; -revoke select on ec0 from regress_user_ectest; -revoke select on ec1 from regress_user_ectest; -drop user regress_user_ectest; --- check that X=X is converted to X IS NOT NULL when appropriate -explain (costs off) - select * from tenk1 where unique1 = unique1 and unique2 = unique2; - QUERY PLAN -------------------------------------------------------------- - Seq Scan on tenk1 - Filter: ((unique1 IS NOT NULL) AND (unique2 IS NOT NULL)) -(2 rows) - --- Test that broken ECs are processed correctly during self join removal. --- Disable merge joins so that we don't get an error about missing commutator. --- Test both orientations of the join clause, because only one of them breaks --- the EC. -set enable_mergejoin to off; -explain (costs off) - select * from ec0 m join ec0 n on m.ff = n.ff - join ec1 p on m.ff + n.ff = p.f1; - QUERY PLAN ---------------------------------------- - Nested Loop - Join Filter: ((n.ff + n.ff) = p.f1) - -> Seq Scan on ec0 n - -> Materialize - -> Seq Scan on ec1 p -(5 rows) - -explain (costs off) - select * from ec0 m join ec0 n on m.ff = n.ff - join ec1 p on p.f1::int8 = (m.ff + n.ff)::int8alias1; - QUERY PLAN ---------------------------------------------------------------- - Nested Loop - Join Filter: ((p.f1)::bigint = ((n.ff + n.ff))::int8alias1) - -> Seq Scan on ec0 n - -> Materialize - -> Seq Scan on ec1 p -(5 rows) - -reset enable_mergejoin; --- this could be converted, but isn't at present -explain (costs off) - select * from tenk1 where unique1 = unique1 or unique2 = unique2; - QUERY PLAN --------------------------------------------------------- - Seq Scan on tenk1 - Filter: ((unique1 = unique1) OR (unique2 = unique2)) -(2 rows) - --- check that we recognize equivalence with dummy domains in the way -create temp table undername (f1 name, f2 int); -create temp view overview as - select f1::information_schema.sql_identifier as sqli, f2 from undername; -explain (costs off) -- this should not require a sort - select * from overview where sqli = 'foo' order by sqli; - QUERY PLAN ------------------------------- - Seq Scan on undername - Filter: (f1 = 'foo'::name) -(2 rows) - --- --- test handling of merge/hash clauses that do not have valid commutators --- --- There are not (and should not be) any such operators built into Postgres --- that are mergejoinable or hashable but have no commutators; so we leverage --- the alias type 'int8alias1' created in this file to conduct the tests. --- That's why this test is included here rather than in join.sql. -begin; -create table tbl_nocom(a int8, b int8alias1); --- check that non-commutable merge clauses do not lead to error -set enable_hashjoin to off; -set enable_mergejoin to on; -explain (costs off) -select * from tbl_nocom t1 full join tbl_nocom t2 on t2.a = t1.b; - QUERY PLAN --------------------------------------- - Merge Full Join - Merge Cond: (t2.a = t1.b) - -> Sort - Sort Key: t2.a - -> Seq Scan on tbl_nocom t2 - -> Sort - Sort Key: t1.b USING < - -> Seq Scan on tbl_nocom t1 -(8 rows) - --- check that non-commutable hash clauses do not lead to error -alter operator = (int8, int8alias1) set (hashes); -alter operator family integer_ops using hash add - operator 1 = (int8, int8alias1); -create function hashint8alias1(int8alias1) returns int - strict immutable language internal as 'hashint8'; -alter operator family integer_ops using hash add - function 1 hashint8alias1(int8alias1); -set enable_hashjoin to on; -set enable_mergejoin to off; -explain (costs off) -select * from tbl_nocom t1 full join tbl_nocom t2 on t2.a = t1.b; - QUERY PLAN --------------------------------------- - Hash Full Join - Hash Cond: (t2.a = t1.b) - -> Seq Scan on tbl_nocom t2 - -> Hash - -> Seq Scan on tbl_nocom t1 -(5 rows) - -abort; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/json.out --- /tmp/cirrus-ci-build/src/test/regress/expected/json.out 2025-05-11 19:30:18.964389000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/json.out 2025-05-11 19:32:42.959146000 +0000 @@ -1,2768 +1,2 @@ --- Strings. -SELECT '""'::json; -- OK. - json ------- - "" -(1 row) - -SELECT $$''$$::json; -- ERROR, single quotes are not allowed -ERROR: invalid input syntax for type json -LINE 1: SELECT $$''$$::json; - ^ -DETAIL: Token "'" is invalid. -CONTEXT: JSON data, line 1: '... -SELECT '"abc"'::json; -- OK - json -------- - "abc" -(1 row) - -SELECT '"abc'::json; -- ERROR, quotes not closed -ERROR: invalid input syntax for type json -LINE 1: SELECT '"abc'::json; - ^ -DETAIL: Token ""abc" is invalid. -CONTEXT: JSON data, line 1: "abc -SELECT '"abc -def"'::json; -- ERROR, unescaped newline in string constant -ERROR: invalid input syntax for type json -LINE 1: SELECT '"abc - ^ -DETAIL: Character with value 0x0a must be escaped. -CONTEXT: JSON data, line 1: "abc -SELECT '"\n\"\\"'::json; -- OK, legal escapes - json ----------- - "\n\"\\" -(1 row) - -SELECT '"\v"'::json; -- ERROR, not a valid JSON escape -ERROR: invalid input syntax for type json -LINE 1: SELECT '"\v"'::json; - ^ -DETAIL: Escape sequence "\v" is invalid. -CONTEXT: JSON data, line 1: "\v... --- Check fast path for longer strings (at least 16 bytes long) -SELECT ('"'||repeat('.', 12)||'abc"')::json; -- OK - json -------------------- - "............abc" -(1 row) - -SELECT ('"'||repeat('.', 12)||'abc\n"')::json; -- OK, legal escapes - json ---------------------- - "............abc\n" -(1 row) - --- Test various lengths of strings to validate SIMD processing to escape --- special chars in the JSON. -SELECT row_to_json(j)::jsonb FROM ( - SELECT left(E'abcdefghijklmnopqrstuv"\twxyz012345678', a) AS a - FROM generate_series(0,37) a -) j; - row_to_json --------------------------------------------------- - {"a": ""} - {"a": "a"} - {"a": "ab"} - {"a": "abc"} - {"a": "abcd"} - {"a": "abcde"} - {"a": "abcdef"} - {"a": "abcdefg"} - {"a": "abcdefgh"} - {"a": "abcdefghi"} - {"a": "abcdefghij"} - {"a": "abcdefghijk"} - {"a": "abcdefghijkl"} - {"a": "abcdefghijklm"} - {"a": "abcdefghijklmn"} - {"a": "abcdefghijklmno"} - {"a": "abcdefghijklmnop"} - {"a": "abcdefghijklmnopq"} - {"a": "abcdefghijklmnopqr"} - {"a": "abcdefghijklmnopqrs"} - {"a": "abcdefghijklmnopqrst"} - {"a": "abcdefghijklmnopqrstu"} - {"a": "abcdefghijklmnopqrstuv"} - {"a": "abcdefghijklmnopqrstuv\""} - {"a": "abcdefghijklmnopqrstuv\"\t"} - {"a": "abcdefghijklmnopqrstuv\"\tw"} - {"a": "abcdefghijklmnopqrstuv\"\twx"} - {"a": "abcdefghijklmnopqrstuv\"\twxy"} - {"a": "abcdefghijklmnopqrstuv\"\twxyz"} - {"a": "abcdefghijklmnopqrstuv\"\twxyz0"} - {"a": "abcdefghijklmnopqrstuv\"\twxyz01"} - {"a": "abcdefghijklmnopqrstuv\"\twxyz012"} - {"a": "abcdefghijklmnopqrstuv\"\twxyz0123"} - {"a": "abcdefghijklmnopqrstuv\"\twxyz01234"} - {"a": "abcdefghijklmnopqrstuv\"\twxyz012345"} - {"a": "abcdefghijklmnopqrstuv\"\twxyz0123456"} - {"a": "abcdefghijklmnopqrstuv\"\twxyz01234567"} - {"a": "abcdefghijklmnopqrstuv\"\twxyz012345678"} -(38 rows) - --- see json_encoding test for input with unicode escapes --- Numbers. -SELECT '1'::json; -- OK - json ------- - 1 -(1 row) - -SELECT '0'::json; -- OK - json ------- - 0 -(1 row) - -SELECT '01'::json; -- ERROR, not valid according to JSON spec -ERROR: invalid input syntax for type json -LINE 1: SELECT '01'::json; - ^ -DETAIL: Token "01" is invalid. -CONTEXT: JSON data, line 1: 01 -SELECT '0.1'::json; -- OK - json ------- - 0.1 -(1 row) - -SELECT '9223372036854775808'::json; -- OK, even though it's too large for int8 - json ---------------------- - 9223372036854775808 -(1 row) - -SELECT '1e100'::json; -- OK - json -------- - 1e100 -(1 row) - -SELECT '1.3e100'::json; -- OK - json ---------- - 1.3e100 -(1 row) - -SELECT '1f2'::json; -- ERROR -ERROR: invalid input syntax for type json -LINE 1: SELECT '1f2'::json; - ^ -DETAIL: Token "1f2" is invalid. -CONTEXT: JSON data, line 1: 1f2 -SELECT '0.x1'::json; -- ERROR -ERROR: invalid input syntax for type json -LINE 1: SELECT '0.x1'::json; - ^ -DETAIL: Token "0.x1" is invalid. -CONTEXT: JSON data, line 1: 0.x1 -SELECT '1.3ex100'::json; -- ERROR -ERROR: invalid input syntax for type json -LINE 1: SELECT '1.3ex100'::json; - ^ -DETAIL: Token "1.3ex100" is invalid. -CONTEXT: JSON data, line 1: 1.3ex100 --- Arrays. -SELECT '[]'::json; -- OK - json ------- - [] -(1 row) - -SELECT '[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]'::json; -- OK - json ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] -(1 row) - -SELECT '[1,2]'::json; -- OK - json -------- - [1,2] -(1 row) - -SELECT '[1,2,]'::json; -- ERROR, trailing comma -ERROR: invalid input syntax for type json -LINE 1: SELECT '[1,2,]'::json; - ^ -DETAIL: Expected JSON value, but found "]". -CONTEXT: JSON data, line 1: [1,2,] -SELECT '[1,2'::json; -- ERROR, no closing bracket -ERROR: invalid input syntax for type json -LINE 1: SELECT '[1,2'::json; - ^ -DETAIL: The input string ended unexpectedly. -CONTEXT: JSON data, line 1: [1,2 -SELECT '[1,[2]'::json; -- ERROR, no closing bracket -ERROR: invalid input syntax for type json -LINE 1: SELECT '[1,[2]'::json; - ^ -DETAIL: The input string ended unexpectedly. -CONTEXT: JSON data, line 1: [1,[2] --- Objects. -SELECT '{}'::json; -- OK - json ------- - {} -(1 row) - -SELECT '{"abc"}'::json; -- ERROR, no value -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc"}'::json; - ^ -DETAIL: Expected ":", but found "}". -CONTEXT: JSON data, line 1: {"abc"} -SELECT '{"abc":1}'::json; -- OK - json ------------ - {"abc":1} -(1 row) - -SELECT '{1:"abc"}'::json; -- ERROR, keys must be strings -ERROR: invalid input syntax for type json -LINE 1: SELECT '{1:"abc"}'::json; - ^ -DETAIL: Expected string or "}", but found "1". -CONTEXT: JSON data, line 1: {1... -SELECT '{"abc",1}'::json; -- ERROR, wrong separator -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc",1}'::json; - ^ -DETAIL: Expected ":", but found ",". -CONTEXT: JSON data, line 1: {"abc",... -SELECT '{"abc"=1}'::json; -- ERROR, totally wrong separator -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc"=1}'::json; - ^ -DETAIL: Token "=" is invalid. -CONTEXT: JSON data, line 1: {"abc"=... -SELECT '{"abc"::1}'::json; -- ERROR, another wrong separator -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc"::1}'::json; - ^ -DETAIL: Expected JSON value, but found ":". -CONTEXT: JSON data, line 1: {"abc"::... -SELECT '{"abc":1,"def":2,"ghi":[3,4],"hij":{"klm":5,"nop":[6]}}'::json; -- OK - json ---------------------------------------------------------- - {"abc":1,"def":2,"ghi":[3,4],"hij":{"klm":5,"nop":[6]}} -(1 row) - -SELECT '{"abc":1:2}'::json; -- ERROR, colon in wrong spot -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc":1:2}'::json; - ^ -DETAIL: Expected "," or "}", but found ":". -CONTEXT: JSON data, line 1: {"abc":1:... -SELECT '{"abc":1,3}'::json; -- ERROR, no value -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc":1,3}'::json; - ^ -DETAIL: Expected string, but found "3". -CONTEXT: JSON data, line 1: {"abc":1,3... --- Recursion. -SET max_stack_depth = '100kB'; -SELECT repeat('[', 10000)::json; -ERROR: stack depth limit exceeded -HINT: Increase the configuration parameter "max_stack_depth" (currently 100kB), after ensuring the platform's stack depth limit is adequate. -SELECT repeat('{"a":', 10000)::json; -ERROR: stack depth limit exceeded -HINT: Increase the configuration parameter "max_stack_depth" (currently 100kB), after ensuring the platform's stack depth limit is adequate. -RESET max_stack_depth; --- Miscellaneous stuff. -SELECT 'true'::json; -- OK - json ------- - true -(1 row) - -SELECT 'false'::json; -- OK - json -------- - false -(1 row) - -SELECT 'null'::json; -- OK - json ------- - null -(1 row) - -SELECT ' true '::json; -- OK, even with extra whitespace - json --------- - true -(1 row) - -SELECT 'true false'::json; -- ERROR, too many values -ERROR: invalid input syntax for type json -LINE 1: SELECT 'true false'::json; - ^ -DETAIL: Expected end of input, but found "false". -CONTEXT: JSON data, line 1: true false -SELECT 'true, false'::json; -- ERROR, too many values -ERROR: invalid input syntax for type json -LINE 1: SELECT 'true, false'::json; - ^ -DETAIL: Expected end of input, but found ",". -CONTEXT: JSON data, line 1: true,... -SELECT 'truf'::json; -- ERROR, not a keyword -ERROR: invalid input syntax for type json -LINE 1: SELECT 'truf'::json; - ^ -DETAIL: Token "truf" is invalid. -CONTEXT: JSON data, line 1: truf -SELECT 'trues'::json; -- ERROR, not a keyword -ERROR: invalid input syntax for type json -LINE 1: SELECT 'trues'::json; - ^ -DETAIL: Token "trues" is invalid. -CONTEXT: JSON data, line 1: trues -SELECT ''::json; -- ERROR, no value -ERROR: invalid input syntax for type json -LINE 1: SELECT ''::json; - ^ -DETAIL: The input string ended unexpectedly. -CONTEXT: JSON data, line 1: -SELECT ' '::json; -- ERROR, no value -ERROR: invalid input syntax for type json -LINE 1: SELECT ' '::json; - ^ -DETAIL: The input string ended unexpectedly. -CONTEXT: JSON data, line 1: --- Multi-line JSON input to check ERROR reporting -SELECT '{ - "one": 1, - "two":"two", - "three": - true}'::json; -- OK - json ------------------------------- - { + - "one": 1, + - "two":"two",+ - "three": + - true} -(1 row) - -SELECT '{ - "one": 1, - "two":,"two", -- ERROR extraneous comma before field "two" - "three": - true}'::json; -ERROR: invalid input syntax for type json -LINE 1: SELECT '{ - ^ -DETAIL: Expected JSON value, but found ",". -CONTEXT: JSON data, line 3: "two":,... -SELECT '{ - "one": 1, - "two":"two", - "averyveryveryveryveryveryveryveryveryverylongfieldname":}'::json; -ERROR: invalid input syntax for type json -LINE 1: SELECT '{ - ^ -DETAIL: Expected JSON value, but found "}". -CONTEXT: JSON data, line 4: ...yveryveryveryveryveryveryveryverylongfieldname":} --- ERROR missing value for last field --- test non-error-throwing input -select pg_input_is_valid('{"a":true}', 'json'); - pg_input_is_valid -------------------- - t -(1 row) - -select pg_input_is_valid('{"a":true', 'json'); - pg_input_is_valid -------------------- - f -(1 row) - -select * from pg_input_error_info('{"a":true', 'json'); - message | detail | hint | sql_error_code -------------------------------------+--------------------------------------+------+---------------- - invalid input syntax for type json | The input string ended unexpectedly. | | 22P02 -(1 row) - ---constructors --- array_to_json -SELECT array_to_json(array(select 1 as a)); - array_to_json ---------------- - [1] -(1 row) - -SELECT array_to_json(array_agg(q),false) from (select x as b, x * 2 as c from generate_series(1,3) x) q; - array_to_json ---------------------------------------------- - [{"b":1,"c":2},{"b":2,"c":4},{"b":3,"c":6}] -(1 row) - -SELECT array_to_json(array_agg(q),true) from (select x as b, x * 2 as c from generate_series(1,3) x) q; - array_to_json ------------------ - [{"b":1,"c":2},+ - {"b":2,"c":4},+ - {"b":3,"c":6}] -(1 row) - -SELECT array_to_json(array_agg(q),false) - FROM ( SELECT $$a$$ || x AS b, y AS c, - ARRAY[ROW(x.*,ARRAY[1,2,3]), - ROW(y.*,ARRAY[4,5,6])] AS z - FROM generate_series(1,2) x, - generate_series(4,5) y) q; - array_to_json -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - [{"b":"a1","c":4,"z":[{"f1":1,"f2":[1,2,3]},{"f1":4,"f2":[4,5,6]}]},{"b":"a1","c":5,"z":[{"f1":1,"f2":[1,2,3]},{"f1":5,"f2":[4,5,6]}]},{"b":"a2","c":4,"z":[{"f1":2,"f2":[1,2,3]},{"f1":4,"f2":[4,5,6]}]},{"b":"a2","c":5,"z":[{"f1":2,"f2":[1,2,3]},{"f1":5,"f2":[4,5,6]}]}] -(1 row) - -SELECT array_to_json(array_agg(x),false) from generate_series(5,10) x; - array_to_json ----------------- - [5,6,7,8,9,10] -(1 row) - -SELECT array_to_json('{{1,5},{99,100}}'::int[]); - array_to_json ------------------- - [[1,5],[99,100]] -(1 row) - --- row_to_json -SELECT row_to_json(row(1,'foo')); - row_to_json ---------------------- - {"f1":1,"f2":"foo"} -(1 row) - -SELECT row_to_json(q) -FROM (SELECT $$a$$ || x AS b, - y AS c, - ARRAY[ROW(x.*,ARRAY[1,2,3]), - ROW(y.*,ARRAY[4,5,6])] AS z - FROM generate_series(1,2) x, - generate_series(4,5) y) q; - row_to_json --------------------------------------------------------------------- - {"b":"a1","c":4,"z":[{"f1":1,"f2":[1,2,3]},{"f1":4,"f2":[4,5,6]}]} - {"b":"a1","c":5,"z":[{"f1":1,"f2":[1,2,3]},{"f1":5,"f2":[4,5,6]}]} - {"b":"a2","c":4,"z":[{"f1":2,"f2":[1,2,3]},{"f1":4,"f2":[4,5,6]}]} - {"b":"a2","c":5,"z":[{"f1":2,"f2":[1,2,3]},{"f1":5,"f2":[4,5,6]}]} -(4 rows) - -SELECT row_to_json(q,true) -FROM (SELECT $$a$$ || x AS b, - y AS c, - ARRAY[ROW(x.*,ARRAY[1,2,3]), - ROW(y.*,ARRAY[4,5,6])] AS z - FROM generate_series(1,2) x, - generate_series(4,5) y) q; - row_to_json ------------------------------------------------------ - {"b":"a1", + - "c":4, + - "z":[{"f1":1,"f2":[1,2,3]},{"f1":4,"f2":[4,5,6]}]} - {"b":"a1", + - "c":5, + - "z":[{"f1":1,"f2":[1,2,3]},{"f1":5,"f2":[4,5,6]}]} - {"b":"a2", + - "c":4, + - "z":[{"f1":2,"f2":[1,2,3]},{"f1":4,"f2":[4,5,6]}]} - {"b":"a2", + - "c":5, + - "z":[{"f1":2,"f2":[1,2,3]},{"f1":5,"f2":[4,5,6]}]} -(4 rows) - -CREATE TEMP TABLE rows AS -SELECT x, 'txt' || x as y -FROM generate_series(1,3) AS x; -SELECT row_to_json(q,true) -FROM rows q; - row_to_json --------------- - {"x":1, + - "y":"txt1"} - {"x":2, + - "y":"txt2"} - {"x":3, + - "y":"txt3"} -(3 rows) - -SELECT row_to_json(row((select array_agg(x) as d from generate_series(5,10) x)),false); - row_to_json ------------------------ - {"f1":[5,6,7,8,9,10]} -(1 row) - --- anyarray column -analyze rows; -select attname, to_json(histogram_bounds) histogram_bounds -from pg_stats -where tablename = 'rows' and - schemaname = pg_my_temp_schema()::regnamespace::text -order by 1; - attname | histogram_bounds ----------+------------------------ - x | [1,2,3] - y | ["txt1","txt2","txt3"] -(2 rows) - --- to_json, timestamps -select to_json(timestamp '2014-05-28 12:22:35.614298'); - to_json ------------------------------- - "2014-05-28T12:22:35.614298" -(1 row) - -BEGIN; -SET LOCAL TIME ZONE 10.5; -select to_json(timestamptz '2014-05-28 12:22:35.614298-04'); - to_json ------------------------------------- - "2014-05-29T02:52:35.614298+10:30" -(1 row) - -SET LOCAL TIME ZONE -8; -select to_json(timestamptz '2014-05-28 12:22:35.614298-04'); - to_json ------------------------------------- - "2014-05-28T08:22:35.614298-08:00" -(1 row) - -COMMIT; -select to_json(date '2014-05-28'); - to_json --------------- - "2014-05-28" -(1 row) - -select to_json(date 'Infinity'); - to_json ------------- - "infinity" -(1 row) - -select to_json(date '-Infinity'); - to_json -------------- - "-infinity" -(1 row) - -select to_json(timestamp 'Infinity'); - to_json ------------- - "infinity" -(1 row) - -select to_json(timestamp '-Infinity'); - to_json -------------- - "-infinity" -(1 row) - -select to_json(timestamptz 'Infinity'); - to_json ------------- - "infinity" -(1 row) - -select to_json(timestamptz '-Infinity'); - to_json -------------- - "-infinity" -(1 row) - ---json_agg -SELECT json_agg(q) - FROM ( SELECT $$a$$ || x AS b, y AS c, - ARRAY[ROW(x.*,ARRAY[1,2,3]), - ROW(y.*,ARRAY[4,5,6])] AS z - FROM generate_series(1,2) x, - generate_series(4,5) y) q; - json_agg ------------------------------------------------------------------------ - [{"b":"a1","c":4,"z":[{"f1":1,"f2":[1,2,3]},{"f1":4,"f2":[4,5,6]}]}, + - {"b":"a1","c":5,"z":[{"f1":1,"f2":[1,2,3]},{"f1":5,"f2":[4,5,6]}]}, + - {"b":"a2","c":4,"z":[{"f1":2,"f2":[1,2,3]},{"f1":4,"f2":[4,5,6]}]}, + - {"b":"a2","c":5,"z":[{"f1":2,"f2":[1,2,3]},{"f1":5,"f2":[4,5,6]}]}] -(1 row) - -SELECT json_agg(q ORDER BY x, y) - FROM rows q; - json_agg ------------------------ - [{"x":1,"y":"txt1"}, + - {"x":2,"y":"txt2"}, + - {"x":3,"y":"txt3"}] -(1 row) - -UPDATE rows SET x = NULL WHERE x = 1; -SELECT json_agg(q ORDER BY x NULLS FIRST, y) - FROM rows q; - json_agg --------------------------- - [{"x":null,"y":"txt1"}, + - {"x":2,"y":"txt2"}, + - {"x":3,"y":"txt3"}] -(1 row) - --- non-numeric output -SELECT row_to_json(q) -FROM (SELECT 'NaN'::float8 AS "float8field") q; - row_to_json ------------------------ - {"float8field":"NaN"} -(1 row) - -SELECT row_to_json(q) -FROM (SELECT 'Infinity'::float8 AS "float8field") q; - row_to_json ----------------------------- - {"float8field":"Infinity"} -(1 row) - -SELECT row_to_json(q) -FROM (SELECT '-Infinity'::float8 AS "float8field") q; - row_to_json ------------------------------ - {"float8field":"-Infinity"} -(1 row) - --- json input -SELECT row_to_json(q) -FROM (SELECT '{"a":1,"b": [2,3,4,"d","e","f"],"c":{"p":1,"q":2}}'::json AS "jsonfield") q; - row_to_json ------------------------------------------------------------------- - {"jsonfield":{"a":1,"b": [2,3,4,"d","e","f"],"c":{"p":1,"q":2}}} -(1 row) - --- json extraction functions -CREATE TEMP TABLE test_json ( - json_type text, - test_json json -); -INSERT INTO test_json VALUES -('scalar','"a scalar"'), -('array','["zero", "one","two",null,"four","five", [1,2,3],{"f1":9}]'), -('object','{"field1":"val1","field2":"val2","field3":null, "field4": 4, "field5": [1,2,3], "field6": {"f1":9}}'); -SELECT test_json -> 'x' -FROM test_json -WHERE json_type = 'scalar'; - ?column? ----------- - -(1 row) - -SELECT test_json -> 'x' -FROM test_json -WHERE json_type = 'array'; - ?column? ----------- - -(1 row) - -SELECT test_json -> 'x' -FROM test_json -WHERE json_type = 'object'; - ?column? ----------- - -(1 row) - -SELECT test_json->'field2' -FROM test_json -WHERE json_type = 'object'; - ?column? ----------- - "val2" -(1 row) - -SELECT test_json->>'field2' -FROM test_json -WHERE json_type = 'object'; - ?column? ----------- - val2 -(1 row) - -SELECT test_json -> 2 -FROM test_json -WHERE json_type = 'scalar'; - ?column? ----------- - -(1 row) - -SELECT test_json -> 2 -FROM test_json -WHERE json_type = 'array'; - ?column? ----------- - "two" -(1 row) - -SELECT test_json -> -1 -FROM test_json -WHERE json_type = 'array'; - ?column? ----------- - {"f1":9} -(1 row) - -SELECT test_json -> 2 -FROM test_json -WHERE json_type = 'object'; - ?column? ----------- - -(1 row) - -SELECT test_json->>2 -FROM test_json -WHERE json_type = 'array'; - ?column? ----------- - two -(1 row) - -SELECT test_json ->> 6 FROM test_json WHERE json_type = 'array'; - ?column? ----------- - [1,2,3] -(1 row) - -SELECT test_json ->> 7 FROM test_json WHERE json_type = 'array'; - ?column? ----------- - {"f1":9} -(1 row) - -SELECT test_json ->> 'field4' FROM test_json WHERE json_type = 'object'; - ?column? ----------- - 4 -(1 row) - -SELECT test_json ->> 'field5' FROM test_json WHERE json_type = 'object'; - ?column? ----------- - [1,2,3] -(1 row) - -SELECT test_json ->> 'field6' FROM test_json WHERE json_type = 'object'; - ?column? ----------- - {"f1":9} -(1 row) - -SELECT json_object_keys(test_json) -FROM test_json -WHERE json_type = 'scalar'; -ERROR: cannot call json_object_keys on a scalar -SELECT json_object_keys(test_json) -FROM test_json -WHERE json_type = 'array'; -ERROR: cannot call json_object_keys on an array -SELECT json_object_keys(test_json) -FROM test_json -WHERE json_type = 'object'; - json_object_keys ------------------- - field1 - field2 - field3 - field4 - field5 - field6 -(6 rows) - --- test extending object_keys resultset - initial resultset size is 256 -select count(*) from - (select json_object_keys(json_object(array_agg(g))) - from (select unnest(array['f'||n,n::text])as g - from generate_series(1,300) as n) x ) y; - count -------- - 300 -(1 row) - --- nulls -select (test_json->'field3') is null as expect_false -from test_json -where json_type = 'object'; - expect_false --------------- - f -(1 row) - -select (test_json->>'field3') is null as expect_true -from test_json -where json_type = 'object'; - expect_true -------------- - t -(1 row) - -select (test_json->3) is null as expect_false -from test_json -where json_type = 'array'; - expect_false --------------- - f -(1 row) - -select (test_json->>3) is null as expect_true -from test_json -where json_type = 'array'; - expect_true -------------- - t -(1 row) - --- corner cases -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json -> null::text; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json -> null::int; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json -> 1; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json -> -1; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json -> 'z'; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json -> ''; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::json -> 1; - ?column? -------------- - {"b": "cc"} -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::json -> 3; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::json -> 'z'; - ?column? ----------- - -(1 row) - -select '{"a": "c", "b": null}'::json -> 'b'; - ?column? ----------- - null -(1 row) - -select '"foo"'::json -> 1; - ?column? ----------- - -(1 row) - -select '"foo"'::json -> 'z'; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json ->> null::text; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json ->> null::int; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json ->> 1; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json ->> 'z'; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json ->> ''; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::json ->> 1; - ?column? -------------- - {"b": "cc"} -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::json ->> 3; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::json ->> 'z'; - ?column? ----------- - -(1 row) - -select '{"a": "c", "b": null}'::json ->> 'b'; - ?column? ----------- - -(1 row) - -select '"foo"'::json ->> 1; - ?column? ----------- - -(1 row) - -select '"foo"'::json ->> 'z'; - ?column? ----------- - -(1 row) - --- array length -SELECT json_array_length('[1,2,3,{"f1":1,"f2":[5,6]},4]'); - json_array_length -------------------- - 5 -(1 row) - -SELECT json_array_length('[]'); - json_array_length -------------------- - 0 -(1 row) - -SELECT json_array_length('{"f1":1,"f2":[5,6]}'); -ERROR: cannot get array length of a non-array -SELECT json_array_length('4'); -ERROR: cannot get array length of a scalar --- each -select json_each('{"f1":[1,2,3],"f2":{"f3":1},"f4":null}'); - json_each -------------------- - (f1,"[1,2,3]") - (f2,"{""f3"":1}") - (f4,null) -(3 rows) - -select * from json_each('{"f1":[1,2,3],"f2":{"f3":1},"f4":null,"f5":99,"f6":"stringy"}') q; - key | value ------+----------- - f1 | [1,2,3] - f2 | {"f3":1} - f4 | null - f5 | 99 - f6 | "stringy" -(5 rows) - -select json_each_text('{"f1":[1,2,3],"f2":{"f3":1},"f4":null,"f5":"null"}'); - json_each_text -------------------- - (f1,"[1,2,3]") - (f2,"{""f3"":1}") - (f4,) - (f5,null) -(4 rows) - -select * from json_each_text('{"f1":[1,2,3],"f2":{"f3":1},"f4":null,"f5":99,"f6":"stringy"}') q; - key | value ------+---------- - f1 | [1,2,3] - f2 | {"f3":1} - f4 | - f5 | 99 - f6 | stringy -(5 rows) - --- extract_path, extract_path_as_text -select json_extract_path('{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}','f4','f6'); - json_extract_path -------------------- - "stringy" -(1 row) - -select json_extract_path('{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}','f2'); - json_extract_path -------------------- - {"f3":1} -(1 row) - -select json_extract_path('{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}','f2',0::text); - json_extract_path -------------------- - "f3" -(1 row) - -select json_extract_path('{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}','f2',1::text); - json_extract_path -------------------- - 1 -(1 row) - -select json_extract_path_text('{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}','f4','f6'); - json_extract_path_text ------------------------- - stringy -(1 row) - -select json_extract_path_text('{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}','f2'); - json_extract_path_text ------------------------- - {"f3":1} -(1 row) - -select json_extract_path_text('{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}','f2',0::text); - json_extract_path_text ------------------------- - f3 -(1 row) - -select json_extract_path_text('{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}','f2',1::text); - json_extract_path_text ------------------------- - 1 -(1 row) - --- extract_path nulls -select json_extract_path('{"f2":{"f3":1},"f4":{"f5":null,"f6":"stringy"}}','f4','f5') is null as expect_false; - expect_false --------------- - f -(1 row) - -select json_extract_path_text('{"f2":{"f3":1},"f4":{"f5":null,"f6":"stringy"}}','f4','f5') is null as expect_true; - expect_true -------------- - t -(1 row) - -select json_extract_path('{"f2":{"f3":1},"f4":[0,1,2,null]}','f4','3') is null as expect_false; - expect_false --------------- - f -(1 row) - -select json_extract_path_text('{"f2":{"f3":1},"f4":[0,1,2,null]}','f4','3') is null as expect_true; - expect_true -------------- - t -(1 row) - --- extract_path operators -select '{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}'::json#>array['f4','f6']; - ?column? ------------ - "stringy" -(1 row) - -select '{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}'::json#>array['f2']; - ?column? ----------- - {"f3":1} -(1 row) - -select '{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}'::json#>array['f2','0']; - ?column? ----------- - "f3" -(1 row) - -select '{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}'::json#>array['f2','1']; - ?column? ----------- - 1 -(1 row) - -select '{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}'::json#>>array['f4','f6']; - ?column? ----------- - stringy -(1 row) - -select '{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}'::json#>>array['f2']; - ?column? ----------- - {"f3":1} -(1 row) - -select '{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}'::json#>>array['f2','0']; - ?column? ----------- - f3 -(1 row) - -select '{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}'::json#>>array['f2','1']; - ?column? ----------- - 1 -(1 row) - --- corner cases for same -select '{"a": {"b":{"c": "foo"}}}'::json #> '{}'; - ?column? ---------------------------- - {"a": {"b":{"c": "foo"}}} -(1 row) - -select '[1,2,3]'::json #> '{}'; - ?column? ----------- - [1,2,3] -(1 row) - -select '"foo"'::json #> '{}'; - ?column? ----------- - "foo" -(1 row) - -select '42'::json #> '{}'; - ?column? ----------- - 42 -(1 row) - -select 'null'::json #> '{}'; - ?column? ----------- - null -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #> array['a']; - ?column? --------------------- - {"b":{"c": "foo"}} -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #> array['a', null]; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #> array['a', '']; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #> array['a','b']; - ?column? --------------- - {"c": "foo"} -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #> array['a','b','c']; - ?column? ----------- - "foo" -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #> array['a','b','c','d']; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #> array['a','z','c']; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json #> array['a','1','b']; - ?column? ----------- - "cc" -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json #> array['a','z','b']; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::json #> array['1','b']; - ?column? ----------- - "cc" -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::json #> array['z','b']; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": null}]'::json #> array['1','b']; - ?column? ----------- - null -(1 row) - -select '"foo"'::json #> array['z']; - ?column? ----------- - -(1 row) - -select '42'::json #> array['f2']; - ?column? ----------- - -(1 row) - -select '42'::json #> array['0']; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #>> '{}'; - ?column? ---------------------------- - {"a": {"b":{"c": "foo"}}} -(1 row) - -select '[1,2,3]'::json #>> '{}'; - ?column? ----------- - [1,2,3] -(1 row) - -select '"foo"'::json #>> '{}'; - ?column? ----------- - foo -(1 row) - -select '42'::json #>> '{}'; - ?column? ----------- - 42 -(1 row) - -select 'null'::json #>> '{}'; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #>> array['a']; - ?column? --------------------- - {"b":{"c": "foo"}} -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #>> array['a', null]; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #>> array['a', '']; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #>> array['a','b']; - ?column? --------------- - {"c": "foo"} -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #>> array['a','b','c']; - ?column? ----------- - foo -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #>> array['a','b','c','d']; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::json #>> array['a','z','c']; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json #>> array['a','1','b']; - ?column? ----------- - cc -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::json #>> array['a','z','b']; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::json #>> array['1','b']; - ?column? ----------- - cc -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::json #>> array['z','b']; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": null}]'::json #>> array['1','b']; - ?column? ----------- - -(1 row) - -select '"foo"'::json #>> array['z']; - ?column? ----------- - -(1 row) - -select '42'::json #>> array['f2']; - ?column? ----------- - -(1 row) - -select '42'::json #>> array['0']; - ?column? ----------- - -(1 row) - --- array_elements -select json_array_elements('[1,true,[1,[2,3]],null,{"f1":1,"f2":[7,8,9]},false,"stringy"]'); - json_array_elements ------------------------ - 1 - true - [1,[2,3]] - null - {"f1":1,"f2":[7,8,9]} - false - "stringy" -(7 rows) - -select * from json_array_elements('[1,true,[1,[2,3]],null,{"f1":1,"f2":[7,8,9]},false,"stringy"]') q; - value ------------------------ - 1 - true - [1,[2,3]] - null - {"f1":1,"f2":[7,8,9]} - false - "stringy" -(7 rows) - -select json_array_elements_text('[1,true,[1,[2,3]],null,{"f1":1,"f2":[7,8,9]},false,"stringy"]'); - json_array_elements_text --------------------------- - 1 - true - [1,[2,3]] - - {"f1":1,"f2":[7,8,9]} - false - stringy -(7 rows) - -select * from json_array_elements_text('[1,true,[1,[2,3]],null,{"f1":1,"f2":[7,8,9]},false,"stringy"]') q; - value ------------------------ - 1 - true - [1,[2,3]] - - {"f1":1,"f2":[7,8,9]} - false - stringy -(7 rows) - --- populate_record -create type jpop as (a text, b int, c timestamp); -CREATE DOMAIN js_int_not_null AS int NOT NULL; -CREATE DOMAIN js_int_array_1d AS int[] CHECK(array_length(VALUE, 1) = 3); -CREATE DOMAIN js_int_array_2d AS int[][] CHECK(array_length(VALUE, 2) = 3); -create type j_unordered_pair as (x int, y int); -create domain j_ordered_pair as j_unordered_pair check((value).x <= (value).y); -CREATE TYPE jsrec AS ( - i int, - ia _int4, - ia1 int[], - ia2 int[][], - ia3 int[][][], - ia1d js_int_array_1d, - ia2d js_int_array_2d, - t text, - ta text[], - c char(10), - ca char(10)[], - ts timestamp, - js json, - jsb jsonb, - jsa json[], - rec jpop, - reca jpop[] -); -CREATE TYPE jsrec_i_not_null AS ( - i js_int_not_null -); -select * from json_populate_record(null::jpop,'{"a":"blurfl","x":43.2}') q; - a | b | c ---------+---+--- - blurfl | | -(1 row) - -select * from json_populate_record(row('x',3,'2012-12-31 15:30:56')::jpop,'{"a":"blurfl","x":43.2}') q; - a | b | c ---------+---+-------------------------- - blurfl | 3 | Mon Dec 31 15:30:56 2012 -(1 row) - -select * from json_populate_record(null::jpop,'{"a":"blurfl","x":43.2}') q; - a | b | c ---------+---+--- - blurfl | | -(1 row) - -select * from json_populate_record(row('x',3,'2012-12-31 15:30:56')::jpop,'{"a":"blurfl","x":43.2}') q; - a | b | c ---------+---+-------------------------- - blurfl | 3 | Mon Dec 31 15:30:56 2012 -(1 row) - -select * from json_populate_record(null::jpop,'{"a":[100,200,false],"x":43.2}') q; - a | b | c ------------------+---+--- - [100,200,false] | | -(1 row) - -select * from json_populate_record(row('x',3,'2012-12-31 15:30:56')::jpop,'{"a":[100,200,false],"x":43.2}') q; - a | b | c ------------------+---+-------------------------- - [100,200,false] | 3 | Mon Dec 31 15:30:56 2012 -(1 row) - -select * from json_populate_record(row('x',3,'2012-12-31 15:30:56')::jpop,'{"c":[100,200,false],"x":43.2}') q; -ERROR: invalid input syntax for type timestamp: "[100,200,false]" -select * from json_populate_record(row('x',3,'2012-12-31 15:30:56')::jpop,'{}') q; - a | b | c ----+---+-------------------------- - x | 3 | Mon Dec 31 15:30:56 2012 -(1 row) - -SELECT i FROM json_populate_record(NULL::jsrec_i_not_null, '{"x": 43.2}') q; -ERROR: domain js_int_not_null does not allow null values -SELECT i FROM json_populate_record(NULL::jsrec_i_not_null, '{"i": null}') q; -ERROR: domain js_int_not_null does not allow null values -SELECT i FROM json_populate_record(NULL::jsrec_i_not_null, '{"i": 12345}') q; - i -------- - 12345 -(1 row) - -SELECT ia FROM json_populate_record(NULL::jsrec, '{"ia": null}') q; - ia ----- - -(1 row) - -SELECT ia FROM json_populate_record(NULL::jsrec, '{"ia": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "ia". -SELECT ia FROM json_populate_record(NULL::jsrec, '{"ia": [1, "2", null, 4]}') q; - ia --------------- - {1,2,NULL,4} -(1 row) - -SELECT ia FROM json_populate_record(NULL::jsrec, '{"ia": [[1, 2], [3, 4]]}') q; - ia ---------------- - {{1,2},{3,4}} -(1 row) - -SELECT ia FROM json_populate_record(NULL::jsrec, '{"ia": [[1], 2]}') q; -ERROR: expected JSON array -HINT: See the array element [1] of key "ia". -SELECT ia FROM json_populate_record(NULL::jsrec, '{"ia": [[1], [2, 3]]}') q; -ERROR: malformed JSON array -DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. -SELECT ia FROM json_populate_record(NULL::jsrec, '{"ia": "{1,2,3}"}') q; - ia ---------- - {1,2,3} -(1 row) - -SELECT ia1 FROM json_populate_record(NULL::jsrec, '{"ia1": null}') q; - ia1 ------ - -(1 row) - -SELECT ia1 FROM json_populate_record(NULL::jsrec, '{"ia1": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "ia1". -SELECT ia1 FROM json_populate_record(NULL::jsrec, '{"ia1": [1, "2", null, 4]}') q; - ia1 --------------- - {1,2,NULL,4} -(1 row) - -SELECT ia1 FROM json_populate_record(NULL::jsrec, '{"ia1": [[1, 2, 3]]}') q; - ia1 ------------ - {{1,2,3}} -(1 row) - -SELECT ia1d FROM json_populate_record(NULL::jsrec, '{"ia1d": null}') q; - ia1d ------- - -(1 row) - -SELECT ia1d FROM json_populate_record(NULL::jsrec, '{"ia1d": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "ia1d". -SELECT ia1d FROM json_populate_record(NULL::jsrec, '{"ia1d": [1, "2", null, 4]}') q; -ERROR: value for domain js_int_array_1d violates check constraint "js_int_array_1d_check" -SELECT ia1d FROM json_populate_record(NULL::jsrec, '{"ia1d": [1, "2", null]}') q; - ia1d ------------- - {1,2,NULL} -(1 row) - -SELECT ia2 FROM json_populate_record(NULL::jsrec, '{"ia2": [1, "2", null, 4]}') q; - ia2 --------------- - {1,2,NULL,4} -(1 row) - -SELECT ia2 FROM json_populate_record(NULL::jsrec, '{"ia2": [[1, 2], [null, 4]]}') q; - ia2 ------------------- - {{1,2},{NULL,4}} -(1 row) - -SELECT ia2 FROM json_populate_record(NULL::jsrec, '{"ia2": [[], []]}') q; - ia2 ------ - {} -(1 row) - -SELECT ia2 FROM json_populate_record(NULL::jsrec, '{"ia2": [[1, 2], [3]]}') q; -ERROR: malformed JSON array -DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. -SELECT ia2 FROM json_populate_record(NULL::jsrec, '{"ia2": [[1, 2], 3, 4]}') q; -ERROR: expected JSON array -HINT: See the array element [1] of key "ia2". -SELECT ia2d FROM json_populate_record(NULL::jsrec, '{"ia2d": [[1, "2"], [null, 4]]}') q; -ERROR: value for domain js_int_array_2d violates check constraint "js_int_array_2d_check" -SELECT ia2d FROM json_populate_record(NULL::jsrec, '{"ia2d": [[1, "2", 3], [null, 5, 6]]}') q; - ia2d ----------------------- - {{1,2,3},{NULL,5,6}} -(1 row) - -SELECT ia3 FROM json_populate_record(NULL::jsrec, '{"ia3": [1, "2", null, 4]}') q; - ia3 --------------- - {1,2,NULL,4} -(1 row) - -SELECT ia3 FROM json_populate_record(NULL::jsrec, '{"ia3": [[1, 2], [null, 4]]}') q; - ia3 ------------------- - {{1,2},{NULL,4}} -(1 row) - -SELECT ia3 FROM json_populate_record(NULL::jsrec, '{"ia3": [ [[], []], [[], []], [[], []] ]}') q; - ia3 ------ - {} -(1 row) - -SELECT ia3 FROM json_populate_record(NULL::jsrec, '{"ia3": [ [[1, 2]], [[3, 4]] ]}') q; - ia3 -------------------- - {{{1,2}},{{3,4}}} -(1 row) - -SELECT ia3 FROM json_populate_record(NULL::jsrec, '{"ia3": [ [[1, 2], [3, 4]], [[5, 6], [7, 8]] ]}') q; - ia3 -------------------------------- - {{{1,2},{3,4}},{{5,6},{7,8}}} -(1 row) - -SELECT ia3 FROM json_populate_record(NULL::jsrec, '{"ia3": [ [[1, 2], [3, 4]], [[5, 6], [7, 8], [9, 10]] ]}') q; -ERROR: malformed JSON array -DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. -SELECT ta FROM json_populate_record(NULL::jsrec, '{"ta": null}') q; - ta ----- - -(1 row) - -SELECT ta FROM json_populate_record(NULL::jsrec, '{"ta": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "ta". -SELECT ta FROM json_populate_record(NULL::jsrec, '{"ta": [1, "2", null, 4]}') q; - ta --------------- - {1,2,NULL,4} -(1 row) - -SELECT ta FROM json_populate_record(NULL::jsrec, '{"ta": [[1, 2, 3], {"k": "v"}]}') q; -ERROR: expected JSON array -HINT: See the array element [1] of key "ta". -SELECT c FROM json_populate_record(NULL::jsrec, '{"c": null}') q; - c ---- - -(1 row) - -SELECT c FROM json_populate_record(NULL::jsrec, '{"c": "aaa"}') q; - c ------------- - aaa -(1 row) - -SELECT c FROM json_populate_record(NULL::jsrec, '{"c": "aaaaaaaaaa"}') q; - c ------------- - aaaaaaaaaa -(1 row) - -SELECT c FROM json_populate_record(NULL::jsrec, '{"c": "aaaaaaaaaaaaa"}') q; -ERROR: value too long for type character(10) -SELECT ca FROM json_populate_record(NULL::jsrec, '{"ca": null}') q; - ca ----- - -(1 row) - -SELECT ca FROM json_populate_record(NULL::jsrec, '{"ca": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "ca". -SELECT ca FROM json_populate_record(NULL::jsrec, '{"ca": [1, "2", null, 4]}') q; - ca ------------------------------------------------ - {"1 ","2 ",NULL,"4 "} -(1 row) - -SELECT ca FROM json_populate_record(NULL::jsrec, '{"ca": ["aaaaaaaaaaaaaaaa"]}') q; -ERROR: value too long for type character(10) -SELECT ca FROM json_populate_record(NULL::jsrec, '{"ca": [[1, 2, 3], {"k": "v"}]}') q; -ERROR: expected JSON array -HINT: See the array element [1] of key "ca". -SELECT js FROM json_populate_record(NULL::jsrec, '{"js": null}') q; - js ----- - -(1 row) - -SELECT js FROM json_populate_record(NULL::jsrec, '{"js": true}') q; - js ------- - true -(1 row) - -SELECT js FROM json_populate_record(NULL::jsrec, '{"js": 123.45}') q; - js --------- - 123.45 -(1 row) - -SELECT js FROM json_populate_record(NULL::jsrec, '{"js": "123.45"}') q; - js ----------- - "123.45" -(1 row) - -SELECT js FROM json_populate_record(NULL::jsrec, '{"js": "abc"}') q; - js -------- - "abc" -(1 row) - -SELECT js FROM json_populate_record(NULL::jsrec, '{"js": [123, "123", null, {"key": "value"}]}') q; - js --------------------------------------- - [123, "123", null, {"key": "value"}] -(1 row) - -SELECT js FROM json_populate_record(NULL::jsrec, '{"js": {"a": "bbb", "b": null, "c": 123.45}}') q; - js --------------------------------------- - {"a": "bbb", "b": null, "c": 123.45} -(1 row) - -SELECT jsb FROM json_populate_record(NULL::jsrec, '{"jsb": null}') q; - jsb ------ - -(1 row) - -SELECT jsb FROM json_populate_record(NULL::jsrec, '{"jsb": true}') q; - jsb ------- - true -(1 row) - -SELECT jsb FROM json_populate_record(NULL::jsrec, '{"jsb": 123.45}') q; - jsb --------- - 123.45 -(1 row) - -SELECT jsb FROM json_populate_record(NULL::jsrec, '{"jsb": "123.45"}') q; - jsb ----------- - "123.45" -(1 row) - -SELECT jsb FROM json_populate_record(NULL::jsrec, '{"jsb": "abc"}') q; - jsb -------- - "abc" -(1 row) - -SELECT jsb FROM json_populate_record(NULL::jsrec, '{"jsb": [123, "123", null, {"key": "value"}]}') q; - jsb --------------------------------------- - [123, "123", null, {"key": "value"}] -(1 row) - -SELECT jsb FROM json_populate_record(NULL::jsrec, '{"jsb": {"a": "bbb", "b": null, "c": 123.45}}') q; - jsb --------------------------------------- - {"a": "bbb", "b": null, "c": 123.45} -(1 row) - -SELECT jsa FROM json_populate_record(NULL::jsrec, '{"jsa": null}') q; - jsa ------ - -(1 row) - -SELECT jsa FROM json_populate_record(NULL::jsrec, '{"jsa": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "jsa". -SELECT jsa FROM json_populate_record(NULL::jsrec, '{"jsa": [1, "2", null, 4]}') q; - jsa --------------------- - {1,"\"2\"",NULL,4} -(1 row) - -SELECT jsa FROM json_populate_record(NULL::jsrec, '{"jsa": ["aaa", null, [1, 2, "3", {}], { "k" : "v" }]}') q; - jsa ----------------------------------------------------------- - {"\"aaa\"",NULL,"[1, 2, \"3\", {}]","{ \"k\" : \"v\" }"} -(1 row) - -SELECT rec FROM json_populate_record(NULL::jsrec, '{"rec": 123}') q; -ERROR: cannot call populate_composite on a scalar -SELECT rec FROM json_populate_record(NULL::jsrec, '{"rec": [1, 2]}') q; -ERROR: cannot call populate_composite on an array -SELECT rec FROM json_populate_record(NULL::jsrec, '{"rec": {"a": "abc", "c": "01.02.2003", "x": 43.2}}') q; - rec ------------------------------------ - (abc,,"Thu Jan 02 00:00:00 2003") -(1 row) - -SELECT rec FROM json_populate_record(NULL::jsrec, '{"rec": "(abc,42,01.02.2003)"}') q; - rec -------------------------------------- - (abc,42,"Thu Jan 02 00:00:00 2003") -(1 row) - -SELECT reca FROM json_populate_record(NULL::jsrec, '{"reca": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "reca". -SELECT reca FROM json_populate_record(NULL::jsrec, '{"reca": [1, 2]}') q; -ERROR: cannot call populate_composite on a scalar -SELECT reca FROM json_populate_record(NULL::jsrec, '{"reca": [{"a": "abc", "b": 456}, null, {"c": "01.02.2003", "x": 43.2}]}') q; - reca --------------------------------------------------------- - {"(abc,456,)",NULL,"(,,\"Thu Jan 02 00:00:00 2003\")"} -(1 row) - -SELECT reca FROM json_populate_record(NULL::jsrec, '{"reca": ["(abc,42,01.02.2003)"]}') q; - reca -------------------------------------------- - {"(abc,42,\"Thu Jan 02 00:00:00 2003\")"} -(1 row) - -SELECT reca FROM json_populate_record(NULL::jsrec, '{"reca": "{\"(abc,42,01.02.2003)\"}"}') q; - reca -------------------------------------------- - {"(abc,42,\"Thu Jan 02 00:00:00 2003\")"} -(1 row) - -SELECT rec FROM json_populate_record( - row(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL, - row('x',3,'2012-12-31 15:30:56')::jpop,NULL)::jsrec, - '{"rec": {"a": "abc", "c": "01.02.2003", "x": 43.2}}' -) q; - rec ------------------------------------- - (abc,3,"Thu Jan 02 00:00:00 2003") -(1 row) - --- anonymous record type -SELECT json_populate_record(null::record, '{"x": 0, "y": 1}'); -ERROR: could not determine row type for result of json_populate_record -HINT: Provide a non-null record argument, or call the function in the FROM clause using a column definition list. -SELECT json_populate_record(row(1,2), '{"f1": 0, "f2": 1}'); - json_populate_record ----------------------- - (0,1) -(1 row) - -SELECT * FROM - json_populate_record(null::record, '{"x": 776}') AS (x int, y int); - x | y ------+--- - 776 | -(1 row) - --- composite domain -SELECT json_populate_record(null::j_ordered_pair, '{"x": 0, "y": 1}'); - json_populate_record ----------------------- - (0,1) -(1 row) - -SELECT json_populate_record(row(1,2)::j_ordered_pair, '{"x": 0}'); - json_populate_record ----------------------- - (0,2) -(1 row) - -SELECT json_populate_record(row(1,2)::j_ordered_pair, '{"x": 1, "y": 0}'); -ERROR: value for domain j_ordered_pair violates check constraint "j_ordered_pair_check" --- populate_recordset -select * from json_populate_recordset(null::jpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+---+-------------------------- - blurfl | | - | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -select * from json_populate_recordset(row('def',99,null)::jpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+----+-------------------------- - blurfl | 99 | - def | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -select * from json_populate_recordset(null::jpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+---+-------------------------- - blurfl | | - | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -select * from json_populate_recordset(row('def',99,null)::jpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+----+-------------------------- - blurfl | 99 | - def | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -select * from json_populate_recordset(row('def',99,null)::jpop,'[{"a":[100,200,300],"x":43.2},{"a":{"z":true},"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ----------------+----+-------------------------- - [100,200,300] | 99 | - {"z":true} | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -select * from json_populate_recordset(row('def',99,null)::jpop,'[{"c":[100,200,300],"x":43.2},{"a":{"z":true},"b":3,"c":"2012-01-20 10:42:53"}]') q; -ERROR: invalid input syntax for type timestamp: "[100,200,300]" -create type jpop2 as (a int, b json, c int, d int); -select * from json_populate_recordset(null::jpop2, '[{"a":2,"c":3,"b":{"z":4},"d":6}]') q; - a | b | c | d ----+---------+---+--- - 2 | {"z":4} | 3 | 6 -(1 row) - -select * from json_populate_recordset(null::jpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+---+-------------------------- - blurfl | | - | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -select * from json_populate_recordset(row('def',99,null)::jpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+----+-------------------------- - blurfl | 99 | - def | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -select * from json_populate_recordset(row('def',99,null)::jpop,'[{"a":[100,200,300],"x":43.2},{"a":{"z":true},"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ----------------+----+-------------------------- - [100,200,300] | 99 | - {"z":true} | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - --- anonymous record type -SELECT json_populate_recordset(null::record, '[{"x": 0, "y": 1}]'); -ERROR: could not determine row type for result of json_populate_recordset -HINT: Provide a non-null record argument, or call the function in the FROM clause using a column definition list. -SELECT json_populate_recordset(row(1,2), '[{"f1": 0, "f2": 1}]'); - json_populate_recordset -------------------------- - (0,1) -(1 row) - -SELECT i, json_populate_recordset(row(i,50), '[{"f1":"42"},{"f2":"43"}]') -FROM (VALUES (1),(2)) v(i); - i | json_populate_recordset ----+------------------------- - 1 | (42,50) - 1 | (1,43) - 2 | (42,50) - 2 | (2,43) -(4 rows) - -SELECT * FROM - json_populate_recordset(null::record, '[{"x": 776}]') AS (x int, y int); - x | y ------+--- - 776 | -(1 row) - --- empty array is a corner case -SELECT json_populate_recordset(null::record, '[]'); -ERROR: could not determine row type for result of json_populate_recordset -HINT: Provide a non-null record argument, or call the function in the FROM clause using a column definition list. -SELECT json_populate_recordset(row(1,2), '[]'); - json_populate_recordset -------------------------- -(0 rows) - -SELECT * FROM json_populate_recordset(NULL::jpop,'[]') q; - a | b | c ----+---+--- -(0 rows) - -SELECT * FROM - json_populate_recordset(null::record, '[]') AS (x int, y int); - x | y ----+--- -(0 rows) - --- composite domain -SELECT json_populate_recordset(null::j_ordered_pair, '[{"x": 0, "y": 1}]'); - json_populate_recordset -------------------------- - (0,1) -(1 row) - -SELECT json_populate_recordset(row(1,2)::j_ordered_pair, '[{"x": 0}, {"y": 3}]'); - json_populate_recordset -------------------------- - (0,2) - (1,3) -(2 rows) - -SELECT json_populate_recordset(row(1,2)::j_ordered_pair, '[{"x": 1, "y": 0}]'); -ERROR: value for domain j_ordered_pair violates check constraint "j_ordered_pair_check" --- negative cases where the wrong record type is supplied -select * from json_populate_recordset(row(0::int),'[{"a":"1","b":"2"},{"a":"3"}]') q (a text, b text); -ERROR: function return row and query-specified return row do not match -DETAIL: Returned row contains 1 attribute, but query expects 2. -select * from json_populate_recordset(row(0::int,0::int),'[{"a":"1","b":"2"},{"a":"3"}]') q (a text, b text); -ERROR: function return row and query-specified return row do not match -DETAIL: Returned type integer at ordinal position 1, but query expects text. -select * from json_populate_recordset(row(0::int,0::int,0::int),'[{"a":"1","b":"2"},{"a":"3"}]') q (a text, b text); -ERROR: function return row and query-specified return row do not match -DETAIL: Returned row contains 3 attributes, but query expects 2. -select * from json_populate_recordset(row(1000000000::int,50::int),'[{"b":"2"},{"a":"3"}]') q (a text, b text); -ERROR: function return row and query-specified return row do not match -DETAIL: Returned type integer at ordinal position 1, but query expects text. --- test type info caching in json_populate_record() -CREATE TEMP TABLE jspoptest (js json); -INSERT INTO jspoptest -SELECT '{ - "jsa": [1, "2", null, 4], - "rec": {"a": "abc", "c": "01.02.2003", "x": 43.2}, - "reca": [{"a": "abc", "b": 456}, null, {"c": "01.02.2003", "x": 43.2}] -}'::json -FROM generate_series(1, 3); -SELECT (json_populate_record(NULL::jsrec, js)).* FROM jspoptest; - i | ia | ia1 | ia2 | ia3 | ia1d | ia2d | t | ta | c | ca | ts | js | jsb | jsa | rec | reca ----+----+-----+-----+-----+------+------+---+----+---+----+----+----+-----+--------------------+-----------------------------------+-------------------------------------------------------- - | | | | | | | | | | | | | | {1,"\"2\"",NULL,4} | (abc,,"Thu Jan 02 00:00:00 2003") | {"(abc,456,)",NULL,"(,,\"Thu Jan 02 00:00:00 2003\")"} - | | | | | | | | | | | | | | {1,"\"2\"",NULL,4} | (abc,,"Thu Jan 02 00:00:00 2003") | {"(abc,456,)",NULL,"(,,\"Thu Jan 02 00:00:00 2003\")"} - | | | | | | | | | | | | | | {1,"\"2\"",NULL,4} | (abc,,"Thu Jan 02 00:00:00 2003") | {"(abc,456,)",NULL,"(,,\"Thu Jan 02 00:00:00 2003\")"} -(3 rows) - -DROP TYPE jsrec; -DROP TYPE jsrec_i_not_null; -DROP DOMAIN js_int_not_null; -DROP DOMAIN js_int_array_1d; -DROP DOMAIN js_int_array_2d; -DROP DOMAIN j_ordered_pair; -DROP TYPE j_unordered_pair; ---json_typeof() function -select value, json_typeof(value) - from (values (json '123.4'), - (json '-1'), - (json '"foo"'), - (json 'true'), - (json 'false'), - (json 'null'), - (json '[1, 2, 3]'), - (json '[]'), - (json '{"x":"foo", "y":123}'), - (json '{}'), - (NULL::json)) - as data(value); - value | json_typeof -----------------------+------------- - 123.4 | number - -1 | number - "foo" | string - true | boolean - false | boolean - null | null - [1, 2, 3] | array - [] | array - {"x":"foo", "y":123} | object - {} | object - | -(11 rows) - --- json_build_array, json_build_object, json_object_agg -SELECT json_build_array('a',1,'b',1.2,'c',true,'d',null,'e',json '{"x": 3, "y": [1,2,3]}'); - json_build_array ------------------------------------------------------------------------ - ["a", 1, "b", 1.2, "c", true, "d", null, "e", {"x": 3, "y": [1,2,3]}] -(1 row) - -SELECT json_build_array('a', NULL); -- ok - json_build_array ------------------- - ["a", null] -(1 row) - -SELECT json_build_array(VARIADIC NULL::text[]); -- ok - json_build_array ------------------- - -(1 row) - -SELECT json_build_array(VARIADIC '{}'::text[]); -- ok - json_build_array ------------------- - [] -(1 row) - -SELECT json_build_array(VARIADIC '{a,b,c}'::text[]); -- ok - json_build_array ------------------- - ["a", "b", "c"] -(1 row) - -SELECT json_build_array(VARIADIC ARRAY['a', NULL]::text[]); -- ok - json_build_array ------------------- - ["a", null] -(1 row) - -SELECT json_build_array(VARIADIC '{1,2,3,4}'::text[]); -- ok - json_build_array ----------------------- - ["1", "2", "3", "4"] -(1 row) - -SELECT json_build_array(VARIADIC '{1,2,3,4}'::int[]); -- ok - json_build_array ------------------- - [1, 2, 3, 4] -(1 row) - -SELECT json_build_array(VARIADIC '{{1,4},{2,5},{3,6}}'::int[][]); -- ok - json_build_array --------------------- - [1, 4, 2, 5, 3, 6] -(1 row) - -SELECT json_build_object('a',1,'b',1.2,'c',true,'d',null,'e',json '{"x": 3, "y": [1,2,3]}'); - json_build_object ----------------------------------------------------------------------------- - {"a" : 1, "b" : 1.2, "c" : true, "d" : null, "e" : {"x": 3, "y": [1,2,3]}} -(1 row) - -SELECT json_build_object( - 'a', json_build_object('b',false,'c',99), - 'd', json_build_object('e',array[9,8,7]::int[], - 'f', (select row_to_json(r) from ( select relkind, oid::regclass as name from pg_class where relname = 'pg_class') r))); - json_build_object -------------------------------------------------------------------------------------------------- - {"a" : {"b" : false, "c" : 99}, "d" : {"e" : [9,8,7], "f" : {"relkind":"r","name":"pg_class"}}} -(1 row) - -SELECT json_build_object('{a,b,c}'::text[]); -- error -ERROR: argument list must have even number of elements -HINT: The arguments of json_build_object() must consist of alternating keys and values. -SELECT json_build_object('{a,b,c}'::text[], '{d,e,f}'::text[]); -- error, key cannot be array -ERROR: key value must be scalar, not array, composite, or json -SELECT json_build_object('a', 'b', 'c'); -- error -ERROR: argument list must have even number of elements -HINT: The arguments of json_build_object() must consist of alternating keys and values. -SELECT json_build_object(NULL, 'a'); -- error, key cannot be NULL -ERROR: null value not allowed for object key -SELECT json_build_object('a', NULL); -- ok - json_build_object -------------------- - {"a" : null} -(1 row) - -SELECT json_build_object(VARIADIC NULL::text[]); -- ok - json_build_object -------------------- - -(1 row) - -SELECT json_build_object(VARIADIC '{}'::text[]); -- ok - json_build_object -------------------- - {} -(1 row) - -SELECT json_build_object(VARIADIC '{a,b,c}'::text[]); -- error -ERROR: argument list must have even number of elements -HINT: The arguments of json_build_object() must consist of alternating keys and values. -SELECT json_build_object(VARIADIC ARRAY['a', NULL]::text[]); -- ok - json_build_object -------------------- - {"a" : null} -(1 row) - -SELECT json_build_object(VARIADIC ARRAY[NULL, 'a']::text[]); -- error, key cannot be NULL -ERROR: null value not allowed for object key -SELECT json_build_object(VARIADIC '{1,2,3,4}'::text[]); -- ok - json_build_object ------------------------- - {"1" : "2", "3" : "4"} -(1 row) - -SELECT json_build_object(VARIADIC '{1,2,3,4}'::int[]); -- ok - json_build_object --------------------- - {"1" : 2, "3" : 4} -(1 row) - -SELECT json_build_object(VARIADIC '{{1,4},{2,5},{3,6}}'::int[][]); -- ok - json_build_object ------------------------------ - {"1" : 4, "2" : 5, "3" : 6} -(1 row) - --- empty objects/arrays -SELECT json_build_array(); - json_build_array ------------------- - [] -(1 row) - -SELECT json_build_object(); - json_build_object -------------------- - {} -(1 row) - --- make sure keys are quoted -SELECT json_build_object(1,2); - json_build_object -------------------- - {"1" : 2} -(1 row) - --- keys must be scalar and not null -SELECT json_build_object(null,2); -ERROR: null value not allowed for object key -SELECT json_build_object(r,2) FROM (SELECT 1 AS a, 2 AS b) r; -ERROR: key value must be scalar, not array, composite, or json -SELECT json_build_object(json '{"a":1,"b":2}', 3); -ERROR: key value must be scalar, not array, composite, or json -SELECT json_build_object('{1,2,3}'::int[], 3); -ERROR: key value must be scalar, not array, composite, or json -CREATE TEMP TABLE foo (serial_num int, name text, type text); -INSERT INTO foo VALUES (847001,'t15','GE1043'); -INSERT INTO foo VALUES (847002,'t16','GE1043'); -INSERT INTO foo VALUES (847003,'sub-alpha','GESS90'); -SELECT json_build_object('turbines',json_object_agg(serial_num,json_build_object('name',name,'type',type))) -FROM foo; - json_build_object -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - {"turbines" : { "847001" : {"name" : "t15", "type" : "GE1043"}, "847002" : {"name" : "t16", "type" : "GE1043"}, "847003" : {"name" : "sub-alpha", "type" : "GESS90"} }} -(1 row) - -SELECT json_object_agg(name, type) FROM foo; - json_object_agg ----------------------------------------------------------------- - { "t15" : "GE1043", "t16" : "GE1043", "sub-alpha" : "GESS90" } -(1 row) - -INSERT INTO foo VALUES (999999, NULL, 'bar'); -SELECT json_object_agg(name, type) FROM foo; -ERROR: null value not allowed for object key --- json_object --- empty object, one dimension -SELECT json_object('{}'); - json_object -------------- - {} -(1 row) - --- empty object, two dimensions -SELECT json_object('{}', '{}'); - json_object -------------- - {} -(1 row) - --- one dimension -SELECT json_object('{a,1,b,2,3,NULL,"d e f","a b c"}'); - json_object -------------------------------------------------------- - {"a" : "1", "b" : "2", "3" : null, "d e f" : "a b c"} -(1 row) - --- same but with two dimensions -SELECT json_object('{{a,1},{b,2},{3,NULL},{"d e f","a b c"}}'); - json_object -------------------------------------------------------- - {"a" : "1", "b" : "2", "3" : null, "d e f" : "a b c"} -(1 row) - --- odd number error -SELECT json_object('{a,b,c}'); -ERROR: array must have even number of elements --- one column error -SELECT json_object('{{a},{b}}'); -ERROR: array must have two columns --- too many columns error -SELECT json_object('{{a,b,c},{b,c,d}}'); -ERROR: array must have two columns --- too many dimensions error -SELECT json_object('{{{a,b},{c,d}},{{b,c},{d,e}}}'); -ERROR: wrong number of array subscripts ---two argument form of json_object -select json_object('{a,b,c,"d e f"}','{1,2,3,"a b c"}'); - json_object ------------------------------------------------------- - {"a" : "1", "b" : "2", "c" : "3", "d e f" : "a b c"} -(1 row) - --- too many dimensions -SELECT json_object('{{a,1},{b,2},{3,NULL},{"d e f","a b c"}}', '{{a,1},{b,2},{3,NULL},{"d e f","a b c"}}'); -ERROR: wrong number of array subscripts --- mismatched dimensions -select json_object('{a,b,c,"d e f",g}','{1,2,3,"a b c"}'); -ERROR: mismatched array dimensions -select json_object('{a,b,c,"d e f"}','{1,2,3,"a b c",g}'); -ERROR: mismatched array dimensions --- null key error -select json_object('{a,b,NULL,"d e f"}','{1,2,3,"a b c"}'); -ERROR: null value not allowed for object key --- empty key is allowed -select json_object('{a,b,"","d e f"}','{1,2,3,"a b c"}'); - json_object ------------------------------------------------------ - {"a" : "1", "b" : "2", "" : "3", "d e f" : "a b c"} -(1 row) - --- json_object_agg_unique requires unique keys -select json_object_agg_unique(mod(i,100), i) from generate_series(0, 199) i; -ERROR: duplicate JSON object key value: "0" --- json_to_record and json_to_recordset -select * from json_to_record('{"a":1,"b":"foo","c":"bar"}') - as x(a int, b text, d text); - a | b | d ----+-----+--- - 1 | foo | -(1 row) - -select * from json_to_recordset('[{"a":1,"b":"foo","d":false},{"a":2,"b":"bar","c":true}]') - as x(a int, b text, c boolean); - a | b | c ----+-----+--- - 1 | foo | - 2 | bar | t -(2 rows) - -select * from json_to_recordset('[{"a":1,"b":{"d":"foo"},"c":true},{"a":2,"c":false,"b":{"d":"bar"}}]') - as x(a int, b json, c boolean); - a | b | c ----+-------------+--- - 1 | {"d":"foo"} | t - 2 | {"d":"bar"} | f -(2 rows) - -select *, c is null as c_is_null -from json_to_record('{"a":1, "b":{"c":16, "d":2}, "x":8, "ca": ["1 2", 3], "ia": [[1,2],[3,4]], "r": {"a": "aaa", "b": 123}}'::json) - as t(a int, b json, c text, x int, ca char(5)[], ia int[][], r jpop); - a | b | c | x | ca | ia | r | c_is_null ----+-----------------+---+---+-------------------+---------------+------------+----------- - 1 | {"c":16, "d":2} | | 8 | {"1 2 ","3 "} | {{1,2},{3,4}} | (aaa,123,) | t -(1 row) - -select *, c is null as c_is_null -from json_to_recordset('[{"a":1, "b":{"c":16, "d":2}, "x":8}]'::json) - as t(a int, b json, c text, x int); - a | b | c | x | c_is_null ----+-----------------+---+---+----------- - 1 | {"c":16, "d":2} | | 8 | t -(1 row) - -select * from json_to_record('{"ia": null}') as x(ia _int4); - ia ----- - -(1 row) - -select * from json_to_record('{"ia": 123}') as x(ia _int4); -ERROR: expected JSON array -HINT: See the value of key "ia". -select * from json_to_record('{"ia": [1, "2", null, 4]}') as x(ia _int4); - ia --------------- - {1,2,NULL,4} -(1 row) - -select * from json_to_record('{"ia": [[1, 2], [3, 4]]}') as x(ia _int4); - ia ---------------- - {{1,2},{3,4}} -(1 row) - -select * from json_to_record('{"ia": [[1], 2]}') as x(ia _int4); -ERROR: expected JSON array -HINT: See the array element [1] of key "ia". -select * from json_to_record('{"ia": [[1], [2, 3]]}') as x(ia _int4); -ERROR: malformed JSON array -DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. -select * from json_to_record('{"ia2": [1, 2, 3]}') as x(ia2 int[][]); - ia2 ---------- - {1,2,3} -(1 row) - -select * from json_to_record('{"ia2": [[1, 2], [3, 4]]}') as x(ia2 int4[][]); - ia2 ---------------- - {{1,2},{3,4}} -(1 row) - -select * from json_to_record('{"ia2": [[[1], [2], [3]]]}') as x(ia2 int4[][]); - ia2 ------------------ - {{{1},{2},{3}}} -(1 row) - -select * from json_to_record('{"out": {"key": 1}}') as x(out json); - out ------------- - {"key": 1} -(1 row) - -select * from json_to_record('{"out": [{"key": 1}]}') as x(out json); - out --------------- - [{"key": 1}] -(1 row) - -select * from json_to_record('{"out": "{\"key\": 1}"}') as x(out json); - out ----------------- - "{\"key\": 1}" -(1 row) - -select * from json_to_record('{"out": {"key": 1}}') as x(out jsonb); - out ------------- - {"key": 1} -(1 row) - -select * from json_to_record('{"out": [{"key": 1}]}') as x(out jsonb); - out --------------- - [{"key": 1}] -(1 row) - -select * from json_to_record('{"out": "{\"key\": 1}"}') as x(out jsonb); - out ----------------- - "{\"key\": 1}" -(1 row) - --- json_strip_nulls -select json_strip_nulls(null); - json_strip_nulls ------------------- - -(1 row) - -select json_strip_nulls('1'); - json_strip_nulls ------------------- - 1 -(1 row) - -select json_strip_nulls('"a string"'); - json_strip_nulls ------------------- - "a string" -(1 row) - -select json_strip_nulls('null'); - json_strip_nulls ------------------- - null -(1 row) - -select json_strip_nulls('[1,2,null,3,4]'); - json_strip_nulls ------------------- - [1,2,null,3,4] -(1 row) - -select json_strip_nulls('{"a":1,"b":null,"c":[2,null,3],"d":{"e":4,"f":null}}'); - json_strip_nulls ------------------------------------- - {"a":1,"c":[2,null,3],"d":{"e":4}} -(1 row) - -select json_strip_nulls('[1,{"a":1,"b":null,"c":2},3]'); - json_strip_nulls ---------------------- - [1,{"a":1,"c":2},3] -(1 row) - --- an empty object is not null and should not be stripped -select json_strip_nulls('{"a": {"b": null, "c": null}, "d": {} }'); - json_strip_nulls ------------------- - {"a":{},"d":{}} -(1 row) - --- json_strip_nulls (strip_in_arrays=true) -select json_strip_nulls(null, true); - json_strip_nulls ------------------- - -(1 row) - -select json_strip_nulls('1', true); - json_strip_nulls ------------------- - 1 -(1 row) - -select json_strip_nulls('"a string"', true); - json_strip_nulls ------------------- - "a string" -(1 row) - -select json_strip_nulls('null', true); - json_strip_nulls ------------------- - null -(1 row) - -select json_strip_nulls('[1,2,null,3,4]', true); - json_strip_nulls ------------------- - [1,2,3,4] -(1 row) - -select json_strip_nulls('{"a":1,"b":null,"c":[2,null,3],"d":{"e":4,"f":null}}', true); - json_strip_nulls -------------------------------- - {"a":1,"c":[2,3],"d":{"e":4}} -(1 row) - -select json_strip_nulls('[1,{"a":1,"b":null,"c":2},3]', true); - json_strip_nulls ---------------------- - [1,{"a":1,"c":2},3] -(1 row) - --- an empty object is not null and should not be stripped -select json_strip_nulls('{"a": {"b": null, "c": null}, "d": {} }', true); - json_strip_nulls ------------------- - {"a":{},"d":{}} -(1 row) - --- json to tsvector -select to_tsvector('{"a": "aaa bbb ddd ccc", "b": ["eee fff ggg"], "c": {"d": "hhh iii"}}'::json); - to_tsvector ---------------------------------------------------------------------------- - 'aaa':1 'bbb':2 'ccc':4 'ddd':3 'eee':6 'fff':7 'ggg':8 'hhh':10 'iii':11 -(1 row) - --- json to tsvector with config -select to_tsvector('simple', '{"a": "aaa bbb ddd ccc", "b": ["eee fff ggg"], "c": {"d": "hhh iii"}}'::json); - to_tsvector ---------------------------------------------------------------------------- - 'aaa':1 'bbb':2 'ccc':4 'ddd':3 'eee':6 'fff':7 'ggg':8 'hhh':10 'iii':11 -(1 row) - --- json to tsvector with stop words -select to_tsvector('english', '{"a": "aaa in bbb ddd ccc", "b": ["the eee fff ggg"], "c": {"d": "hhh. iii"}}'::json); - to_tsvector ----------------------------------------------------------------------------- - 'aaa':1 'bbb':3 'ccc':5 'ddd':4 'eee':8 'fff':9 'ggg':10 'hhh':12 'iii':13 -(1 row) - --- json to tsvector with numeric values -select to_tsvector('english', '{"a": "aaa in bbb ddd ccc", "b": 123, "c": 456}'::json); - to_tsvector ---------------------------------- - 'aaa':1 'bbb':3 'ccc':5 'ddd':4 -(1 row) - --- json_to_tsvector -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '"all"'); - json_to_tsvector ----------------------------------------------------------------------------------------- - '123':8 '456':12 'aaa':2 'b':6 'bbb':4 'c':10 'd':14 'f':18 'fals':20 'g':22 'true':16 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '"key"'); - json_to_tsvector --------------------------------- - 'b':2 'c':4 'd':6 'f':8 'g':10 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '"string"'); - json_to_tsvector ------------------- - 'aaa':1 'bbb':3 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '"numeric"'); - json_to_tsvector ------------------- - '123':1 '456':3 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '"boolean"'); - json_to_tsvector -------------------- - 'fals':3 'true':1 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '["string", "numeric"]'); - json_to_tsvector ---------------------------------- - '123':5 '456':7 'aaa':1 'bbb':3 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '"all"'); - json_to_tsvector ----------------------------------------------------------------------------------------- - '123':8 '456':12 'aaa':2 'b':6 'bbb':4 'c':10 'd':14 'f':18 'fals':20 'g':22 'true':16 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '"key"'); - json_to_tsvector --------------------------------- - 'b':2 'c':4 'd':6 'f':8 'g':10 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '"string"'); - json_to_tsvector ------------------- - 'aaa':1 'bbb':3 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '"numeric"'); - json_to_tsvector ------------------- - '123':1 '456':3 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '"boolean"'); - json_to_tsvector -------------------- - 'fals':3 'true':1 -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '["string", "numeric"]'); - json_to_tsvector ---------------------------------- - '123':5 '456':7 'aaa':1 'bbb':3 -(1 row) - --- to_tsvector corner cases -select to_tsvector('""'::json); - to_tsvector -------------- - -(1 row) - -select to_tsvector('{}'::json); - to_tsvector -------------- - -(1 row) - -select to_tsvector('[]'::json); - to_tsvector -------------- - -(1 row) - -select to_tsvector('null'::json); - to_tsvector -------------- - -(1 row) - --- json_to_tsvector corner cases -select json_to_tsvector('""'::json, '"all"'); - json_to_tsvector ------------------- - -(1 row) - -select json_to_tsvector('{}'::json, '"all"'); - json_to_tsvector ------------------- - -(1 row) - -select json_to_tsvector('[]'::json, '"all"'); - json_to_tsvector ------------------- - -(1 row) - -select json_to_tsvector('null'::json, '"all"'); - json_to_tsvector ------------------- - -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '""'); -ERROR: wrong flag in flag array: "" -HINT: Possible values are: "string", "numeric", "boolean", "key", and "all". -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '{}'); -ERROR: wrong flag type, only arrays and scalars are allowed -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '[]'); - json_to_tsvector ------------------- - -(1 row) - -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, 'null'); -ERROR: flag array element is not a string -HINT: Possible values are: "string", "numeric", "boolean", "key", and "all". -select json_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::json, '["all", null]'); -ERROR: flag array element is not a string -HINT: Possible values are: "string", "numeric", "boolean", "key", and "all". --- ts_headline for json -select ts_headline('{"a": "aaa bbb", "b": {"c": "ccc ddd fff", "c1": "ccc1 ddd1"}, "d": ["ggg hhh", "iii jjj"]}'::json, tsquery('bbb & ddd & hhh')); - ts_headline ---------------------------------------------------------------------------------------------------------- - {"a":"aaa bbb","b":{"c":"ccc ddd fff","c1":"ccc1 ddd1"},"d":["ggg hhh","iii jjj"]} -(1 row) - -select ts_headline('english', '{"a": "aaa bbb", "b": {"c": "ccc ddd fff"}, "d": ["ggg hhh", "iii jjj"]}'::json, tsquery('bbb & ddd & hhh')); - ts_headline ----------------------------------------------------------------------------------------- - {"a":"aaa bbb","b":{"c":"ccc ddd fff"},"d":["ggg hhh","iii jjj"]} -(1 row) - -select ts_headline('{"a": "aaa bbb", "b": {"c": "ccc ddd fff", "c1": "ccc1 ddd1"}, "d": ["ggg hhh", "iii jjj"]}'::json, tsquery('bbb & ddd & hhh'), 'StartSel = <, StopSel = >'); - ts_headline ------------------------------------------------------------------------------------------- - {"a":"aaa ","b":{"c":"ccc fff","c1":"ccc1 ddd1"},"d":["ggg ","iii jjj"]} -(1 row) - -select ts_headline('english', '{"a": "aaa bbb", "b": {"c": "ccc ddd fff", "c1": "ccc1 ddd1"}, "d": ["ggg hhh", "iii jjj"]}'::json, tsquery('bbb & ddd & hhh'), 'StartSel = <, StopSel = >'); - ts_headline ------------------------------------------------------------------------------------------- - {"a":"aaa ","b":{"c":"ccc fff","c1":"ccc1 ddd1"},"d":["ggg ","iii jjj"]} -(1 row) - --- corner cases for ts_headline with json -select ts_headline('null'::json, tsquery('aaa & bbb')); - ts_headline -------------- - null -(1 row) - -select ts_headline('{}'::json, tsquery('aaa & bbb')); - ts_headline -------------- - {} -(1 row) - -select ts_headline('[]'::json, tsquery('aaa & bbb')); - ts_headline -------------- - [] -(1 row) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-05-11 19:30:18.965851000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out 2025-05-11 19:32:42.952788000 +0000 @@ -1,5833 +1,2 @@ --- directory paths are passed to us in environment variables -\getenv abs_srcdir PG_ABS_SRCDIR -CREATE TABLE testjsonb ( - j jsonb -); -\set filename :abs_srcdir '/data/jsonb.data' -COPY testjsonb FROM :'filename'; --- Strings. -SELECT '""'::jsonb; -- OK. - jsonb -------- - "" -(1 row) - -SELECT $$''$$::jsonb; -- ERROR, single quotes are not allowed -ERROR: invalid input syntax for type json -LINE 1: SELECT $$''$$::jsonb; - ^ -DETAIL: Token "'" is invalid. -CONTEXT: JSON data, line 1: '... -SELECT '"abc"'::jsonb; -- OK - jsonb -------- - "abc" -(1 row) - -SELECT '"abc'::jsonb; -- ERROR, quotes not closed -ERROR: invalid input syntax for type json -LINE 1: SELECT '"abc'::jsonb; - ^ -DETAIL: Token ""abc" is invalid. -CONTEXT: JSON data, line 1: "abc -SELECT '"abc -def"'::jsonb; -- ERROR, unescaped newline in string constant -ERROR: invalid input syntax for type json -LINE 1: SELECT '"abc - ^ -DETAIL: Character with value 0x0a must be escaped. -CONTEXT: JSON data, line 1: "abc -SELECT '"\n\"\\"'::jsonb; -- OK, legal escapes - jsonb ----------- - "\n\"\\" -(1 row) - -SELECT '"\v"'::jsonb; -- ERROR, not a valid JSON escape -ERROR: invalid input syntax for type json -LINE 1: SELECT '"\v"'::jsonb; - ^ -DETAIL: Escape sequence "\v" is invalid. -CONTEXT: JSON data, line 1: "\v... --- see json_encoding test for input with unicode escapes --- Numbers. -SELECT '1'::jsonb; -- OK - jsonb -------- - 1 -(1 row) - -SELECT '0'::jsonb; -- OK - jsonb -------- - 0 -(1 row) - -SELECT '01'::jsonb; -- ERROR, not valid according to JSON spec -ERROR: invalid input syntax for type json -LINE 1: SELECT '01'::jsonb; - ^ -DETAIL: Token "01" is invalid. -CONTEXT: JSON data, line 1: 01 -SELECT '0.1'::jsonb; -- OK - jsonb -------- - 0.1 -(1 row) - -SELECT '9223372036854775808'::jsonb; -- OK, even though it's too large for int8 - jsonb ---------------------- - 9223372036854775808 -(1 row) - -SELECT '1e100'::jsonb; -- OK - jsonb -------------------------------------------------------------------------------------------------------- - 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -(1 row) - -SELECT '1.3e100'::jsonb; -- OK - jsonb -------------------------------------------------------------------------------------------------------- - 13000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -(1 row) - -SELECT '1f2'::jsonb; -- ERROR -ERROR: invalid input syntax for type json -LINE 1: SELECT '1f2'::jsonb; - ^ -DETAIL: Token "1f2" is invalid. -CONTEXT: JSON data, line 1: 1f2 -SELECT '0.x1'::jsonb; -- ERROR -ERROR: invalid input syntax for type json -LINE 1: SELECT '0.x1'::jsonb; - ^ -DETAIL: Token "0.x1" is invalid. -CONTEXT: JSON data, line 1: 0.x1 -SELECT '1.3ex100'::jsonb; -- ERROR -ERROR: invalid input syntax for type json -LINE 1: SELECT '1.3ex100'::jsonb; - ^ -DETAIL: Token "1.3ex100" is invalid. -CONTEXT: JSON data, line 1: 1.3ex100 --- Arrays. -SELECT '[]'::jsonb; -- OK - jsonb -------- - [] -(1 row) - -SELECT '[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]'::jsonb; -- OK - jsonb ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] -(1 row) - -SELECT '[1,2]'::jsonb; -- OK - jsonb --------- - [1, 2] -(1 row) - -SELECT '[1,2,]'::jsonb; -- ERROR, trailing comma -ERROR: invalid input syntax for type json -LINE 1: SELECT '[1,2,]'::jsonb; - ^ -DETAIL: Expected JSON value, but found "]". -CONTEXT: JSON data, line 1: [1,2,] -SELECT '[1,2'::jsonb; -- ERROR, no closing bracket -ERROR: invalid input syntax for type json -LINE 1: SELECT '[1,2'::jsonb; - ^ -DETAIL: The input string ended unexpectedly. -CONTEXT: JSON data, line 1: [1,2 -SELECT '[1,[2]'::jsonb; -- ERROR, no closing bracket -ERROR: invalid input syntax for type json -LINE 1: SELECT '[1,[2]'::jsonb; - ^ -DETAIL: The input string ended unexpectedly. -CONTEXT: JSON data, line 1: [1,[2] --- Objects. -SELECT '{}'::jsonb; -- OK - jsonb -------- - {} -(1 row) - -SELECT '{"abc"}'::jsonb; -- ERROR, no value -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc"}'::jsonb; - ^ -DETAIL: Expected ":", but found "}". -CONTEXT: JSON data, line 1: {"abc"} -SELECT '{"abc":1}'::jsonb; -- OK - jsonb ------------- - {"abc": 1} -(1 row) - -SELECT '{1:"abc"}'::jsonb; -- ERROR, keys must be strings -ERROR: invalid input syntax for type json -LINE 1: SELECT '{1:"abc"}'::jsonb; - ^ -DETAIL: Expected string or "}", but found "1". -CONTEXT: JSON data, line 1: {1... -SELECT '{"abc",1}'::jsonb; -- ERROR, wrong separator -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc",1}'::jsonb; - ^ -DETAIL: Expected ":", but found ",". -CONTEXT: JSON data, line 1: {"abc",... -SELECT '{"abc"=1}'::jsonb; -- ERROR, totally wrong separator -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc"=1}'::jsonb; - ^ -DETAIL: Token "=" is invalid. -CONTEXT: JSON data, line 1: {"abc"=... -SELECT '{"abc"::1}'::jsonb; -- ERROR, another wrong separator -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc"::1}'::jsonb; - ^ -DETAIL: Expected JSON value, but found ":". -CONTEXT: JSON data, line 1: {"abc"::... -SELECT '{"abc":1,"def":2,"ghi":[3,4],"hij":{"klm":5,"nop":[6]}}'::jsonb; -- OK - jsonb --------------------------------------------------------------------- - {"abc": 1, "def": 2, "ghi": [3, 4], "hij": {"klm": 5, "nop": [6]}} -(1 row) - -SELECT '{"abc":1:2}'::jsonb; -- ERROR, colon in wrong spot -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc":1:2}'::jsonb; - ^ -DETAIL: Expected "," or "}", but found ":". -CONTEXT: JSON data, line 1: {"abc":1:... -SELECT '{"abc":1,3}'::jsonb; -- ERROR, no value -ERROR: invalid input syntax for type json -LINE 1: SELECT '{"abc":1,3}'::jsonb; - ^ -DETAIL: Expected string, but found "3". -CONTEXT: JSON data, line 1: {"abc":1,3... --- Recursion. -SET max_stack_depth = '100kB'; -SELECT repeat('[', 10000)::jsonb; -ERROR: stack depth limit exceeded -HINT: Increase the configuration parameter "max_stack_depth" (currently 100kB), after ensuring the platform's stack depth limit is adequate. -SELECT repeat('{"a":', 10000)::jsonb; -ERROR: stack depth limit exceeded -HINT: Increase the configuration parameter "max_stack_depth" (currently 100kB), after ensuring the platform's stack depth limit is adequate. -RESET max_stack_depth; --- Miscellaneous stuff. -SELECT 'true'::jsonb; -- OK - jsonb -------- - true -(1 row) - -SELECT 'false'::jsonb; -- OK - jsonb -------- - false -(1 row) - -SELECT 'null'::jsonb; -- OK - jsonb -------- - null -(1 row) - -SELECT ' true '::jsonb; -- OK, even with extra whitespace - jsonb -------- - true -(1 row) - -SELECT 'true false'::jsonb; -- ERROR, too many values -ERROR: invalid input syntax for type json -LINE 1: SELECT 'true false'::jsonb; - ^ -DETAIL: Expected end of input, but found "false". -CONTEXT: JSON data, line 1: true false -SELECT 'true, false'::jsonb; -- ERROR, too many values -ERROR: invalid input syntax for type json -LINE 1: SELECT 'true, false'::jsonb; - ^ -DETAIL: Expected end of input, but found ",". -CONTEXT: JSON data, line 1: true,... -SELECT 'truf'::jsonb; -- ERROR, not a keyword -ERROR: invalid input syntax for type json -LINE 1: SELECT 'truf'::jsonb; - ^ -DETAIL: Token "truf" is invalid. -CONTEXT: JSON data, line 1: truf -SELECT 'trues'::jsonb; -- ERROR, not a keyword -ERROR: invalid input syntax for type json -LINE 1: SELECT 'trues'::jsonb; - ^ -DETAIL: Token "trues" is invalid. -CONTEXT: JSON data, line 1: trues -SELECT ''::jsonb; -- ERROR, no value -ERROR: invalid input syntax for type json -LINE 1: SELECT ''::jsonb; - ^ -DETAIL: The input string ended unexpectedly. -CONTEXT: JSON data, line 1: -SELECT ' '::jsonb; -- ERROR, no value -ERROR: invalid input syntax for type json -LINE 1: SELECT ' '::jsonb; - ^ -DETAIL: The input string ended unexpectedly. -CONTEXT: JSON data, line 1: --- Multi-line JSON input to check ERROR reporting -SELECT '{ - "one": 1, - "two":"two", - "three": - true}'::jsonb; -- OK - jsonb ------------------------------------------ - {"one": 1, "two": "two", "three": true} -(1 row) - -SELECT '{ - "one": 1, - "two":,"two", -- ERROR extraneous comma before field "two" - "three": - true}'::jsonb; -ERROR: invalid input syntax for type json -LINE 1: SELECT '{ - ^ -DETAIL: Expected JSON value, but found ",". -CONTEXT: JSON data, line 3: "two":,... -SELECT '{ - "one": 1, - "two":"two", - "averyveryveryveryveryveryveryveryveryverylongfieldname":}'::jsonb; -ERROR: invalid input syntax for type json -LINE 1: SELECT '{ - ^ -DETAIL: Expected JSON value, but found "}". -CONTEXT: JSON data, line 4: ...yveryveryveryveryveryveryveryverylongfieldname":} --- ERROR missing value for last field --- test non-error-throwing input -select pg_input_is_valid('{"a":true}', 'jsonb'); - pg_input_is_valid -------------------- - t -(1 row) - -select pg_input_is_valid('{"a":true', 'jsonb'); - pg_input_is_valid -------------------- - f -(1 row) - -select * from pg_input_error_info('{"a":true', 'jsonb'); - message | detail | hint | sql_error_code -------------------------------------+--------------------------------------+------+---------------- - invalid input syntax for type json | The input string ended unexpectedly. | | 22P02 -(1 row) - -select * from pg_input_error_info('{"a":1e1000000}', 'jsonb'); - message | detail | hint | sql_error_code ---------------------------------+--------+------+---------------- - value overflows numeric format | | | 22003 -(1 row) - --- make sure jsonb is passed through json generators without being escaped -SELECT array_to_json(ARRAY [jsonb '{"a":1}', jsonb '{"b":[2,3]}']); - array_to_json --------------------------- - [{"a": 1},{"b": [2, 3]}] -(1 row) - --- anyarray column -CREATE TEMP TABLE rows AS -SELECT x, 'txt' || x as y -FROM generate_series(1,3) AS x; -analyze rows; -select attname, to_jsonb(histogram_bounds) histogram_bounds -from pg_stats -where tablename = 'rows' and - schemaname = pg_my_temp_schema()::regnamespace::text -order by 1; - attname | histogram_bounds ----------+-------------------------- - x | [1, 2, 3] - y | ["txt1", "txt2", "txt3"] -(2 rows) - --- to_jsonb, timestamps -select to_jsonb(timestamp '2014-05-28 12:22:35.614298'); - to_jsonb ------------------------------- - "2014-05-28T12:22:35.614298" -(1 row) - -BEGIN; -SET LOCAL TIME ZONE 10.5; -select to_jsonb(timestamptz '2014-05-28 12:22:35.614298-04'); - to_jsonb ------------------------------------- - "2014-05-29T02:52:35.614298+10:30" -(1 row) - -SET LOCAL TIME ZONE -8; -select to_jsonb(timestamptz '2014-05-28 12:22:35.614298-04'); - to_jsonb ------------------------------------- - "2014-05-28T08:22:35.614298-08:00" -(1 row) - -COMMIT; -select to_jsonb(date '2014-05-28'); - to_jsonb --------------- - "2014-05-28" -(1 row) - -select to_jsonb(date 'Infinity'); - to_jsonb ------------- - "infinity" -(1 row) - -select to_jsonb(date '-Infinity'); - to_jsonb -------------- - "-infinity" -(1 row) - -select to_jsonb(timestamp 'Infinity'); - to_jsonb ------------- - "infinity" -(1 row) - -select to_jsonb(timestamp '-Infinity'); - to_jsonb -------------- - "-infinity" -(1 row) - -select to_jsonb(timestamptz 'Infinity'); - to_jsonb ------------- - "infinity" -(1 row) - -select to_jsonb(timestamptz '-Infinity'); - to_jsonb -------------- - "-infinity" -(1 row) - ---jsonb_agg -SELECT jsonb_agg(q) - FROM ( SELECT $$a$$ || x AS b, y AS c, - ARRAY[ROW(x.*,ARRAY[1,2,3]), - ROW(y.*,ARRAY[4,5,6])] AS z - FROM generate_series(1,2) x, - generate_series(4,5) y) q; - jsonb_agg --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - [{"b": "a1", "c": 4, "z": [{"f1": 1, "f2": [1, 2, 3]}, {"f1": 4, "f2": [4, 5, 6]}]}, {"b": "a1", "c": 5, "z": [{"f1": 1, "f2": [1, 2, 3]}, {"f1": 5, "f2": [4, 5, 6]}]}, {"b": "a2", "c": 4, "z": [{"f1": 2, "f2": [1, 2, 3]}, {"f1": 4, "f2": [4, 5, 6]}]}, {"b": "a2", "c": 5, "z": [{"f1": 2, "f2": [1, 2, 3]}, {"f1": 5, "f2": [4, 5, 6]}]}] -(1 row) - -SELECT jsonb_agg(q ORDER BY x, y) - FROM rows q; - jsonb_agg ------------------------------------------------------------------------ - [{"x": 1, "y": "txt1"}, {"x": 2, "y": "txt2"}, {"x": 3, "y": "txt3"}] -(1 row) - -UPDATE rows SET x = NULL WHERE x = 1; -SELECT jsonb_agg(q ORDER BY x NULLS FIRST, y) - FROM rows q; - jsonb_agg --------------------------------------------------------------------------- - [{"x": null, "y": "txt1"}, {"x": 2, "y": "txt2"}, {"x": 3, "y": "txt3"}] -(1 row) - --- jsonb extraction functions -CREATE TEMP TABLE test_jsonb ( - json_type text, - test_json jsonb -); -INSERT INTO test_jsonb VALUES -('scalar','"a scalar"'), -('array','["zero", "one","two",null,"four","five", [1,2,3],{"f1":9}]'), -('object','{"field1":"val1","field2":"val2","field3":null, "field4": 4, "field5": [1,2,3], "field6": {"f1":9}}'); -SELECT test_json -> 'x' FROM test_jsonb WHERE json_type = 'scalar'; - ?column? ----------- - -(1 row) - -SELECT test_json -> 'x' FROM test_jsonb WHERE json_type = 'array'; - ?column? ----------- - -(1 row) - -SELECT test_json -> 'x' FROM test_jsonb WHERE json_type = 'object'; - ?column? ----------- - -(1 row) - -SELECT test_json -> 'field2' FROM test_jsonb WHERE json_type = 'object'; - ?column? ----------- - "val2" -(1 row) - -SELECT test_json ->> 'field2' FROM test_jsonb WHERE json_type = 'scalar'; - ?column? ----------- - -(1 row) - -SELECT test_json ->> 'field2' FROM test_jsonb WHERE json_type = 'array'; - ?column? ----------- - -(1 row) - -SELECT test_json ->> 'field2' FROM test_jsonb WHERE json_type = 'object'; - ?column? ----------- - val2 -(1 row) - -SELECT test_json -> 2 FROM test_jsonb WHERE json_type = 'scalar'; - ?column? ----------- - -(1 row) - -SELECT test_json -> 2 FROM test_jsonb WHERE json_type = 'array'; - ?column? ----------- - "two" -(1 row) - -SELECT test_json -> 9 FROM test_jsonb WHERE json_type = 'array'; - ?column? ----------- - -(1 row) - -SELECT test_json -> 2 FROM test_jsonb WHERE json_type = 'object'; - ?column? ----------- - -(1 row) - -SELECT test_json ->> 6 FROM test_jsonb WHERE json_type = 'array'; - ?column? ------------ - [1, 2, 3] -(1 row) - -SELECT test_json ->> 7 FROM test_jsonb WHERE json_type = 'array'; - ?column? ------------ - {"f1": 9} -(1 row) - -SELECT test_json ->> 'field4' FROM test_jsonb WHERE json_type = 'object'; - ?column? ----------- - 4 -(1 row) - -SELECT test_json ->> 'field5' FROM test_jsonb WHERE json_type = 'object'; - ?column? ------------ - [1, 2, 3] -(1 row) - -SELECT test_json ->> 'field6' FROM test_jsonb WHERE json_type = 'object'; - ?column? ------------ - {"f1": 9} -(1 row) - -SELECT test_json ->> 2 FROM test_jsonb WHERE json_type = 'scalar'; - ?column? ----------- - -(1 row) - -SELECT test_json ->> 2 FROM test_jsonb WHERE json_type = 'array'; - ?column? ----------- - two -(1 row) - -SELECT test_json ->> 2 FROM test_jsonb WHERE json_type = 'object'; - ?column? ----------- - -(1 row) - -SELECT jsonb_object_keys(test_json) FROM test_jsonb WHERE json_type = 'scalar'; -ERROR: cannot call jsonb_object_keys on a scalar -SELECT jsonb_object_keys(test_json) FROM test_jsonb WHERE json_type = 'array'; -ERROR: cannot call jsonb_object_keys on an array -SELECT jsonb_object_keys(test_json) FROM test_jsonb WHERE json_type = 'object'; - jsonb_object_keys -------------------- - field1 - field2 - field3 - field4 - field5 - field6 -(6 rows) - --- nulls -SELECT (test_json->'field3') IS NULL AS expect_false FROM test_jsonb WHERE json_type = 'object'; - expect_false --------------- - f -(1 row) - -SELECT (test_json->>'field3') IS NULL AS expect_true FROM test_jsonb WHERE json_type = 'object'; - expect_true -------------- - t -(1 row) - -SELECT (test_json->3) IS NULL AS expect_false FROM test_jsonb WHERE json_type = 'array'; - expect_false --------------- - f -(1 row) - -SELECT (test_json->>3) IS NULL AS expect_true FROM test_jsonb WHERE json_type = 'array'; - expect_true -------------- - t -(1 row) - --- corner cases -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb -> null::text; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb -> null::int; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb -> 1; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb -> 'z'; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb -> ''; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::jsonb -> 1; - ?column? -------------- - {"b": "cc"} -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::jsonb -> 3; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::jsonb -> 'z'; - ?column? ----------- - -(1 row) - -select '{"a": "c", "b": null}'::jsonb -> 'b'; - ?column? ----------- - null -(1 row) - -select '"foo"'::jsonb -> 1; - ?column? ----------- - -(1 row) - -select '"foo"'::jsonb -> 'z'; - ?column? ----------- - -(1 row) - -select '[]'::jsonb -> -2147483648; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb ->> null::text; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb ->> null::int; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb ->> 1; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb ->> 'z'; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb ->> ''; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::jsonb ->> 1; - ?column? -------------- - {"b": "cc"} -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::jsonb ->> 3; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::jsonb ->> 'z'; - ?column? ----------- - -(1 row) - -select '{"a": "c", "b": null}'::jsonb ->> 'b'; - ?column? ----------- - -(1 row) - -select '"foo"'::jsonb ->> 1; - ?column? ----------- - -(1 row) - -select '"foo"'::jsonb ->> 'z'; - ?column? ----------- - -(1 row) - -select '[]'::jsonb ->> -2147483648; - ?column? ----------- - -(1 row) - --- equality and inequality -SELECT '{"x":"y"}'::jsonb = '{"x":"y"}'::jsonb; - ?column? ----------- - t -(1 row) - -SELECT '{"x":"y"}'::jsonb = '{"x":"z"}'::jsonb; - ?column? ----------- - f -(1 row) - -SELECT '{"x":"y"}'::jsonb <> '{"x":"y"}'::jsonb; - ?column? ----------- - f -(1 row) - -SELECT '{"x":"y"}'::jsonb <> '{"x":"z"}'::jsonb; - ?column? ----------- - t -(1 row) - --- containment -SELECT jsonb_contains('{"a":"b", "b":1, "c":null}', '{"a":"b"}'); - jsonb_contains ----------------- - t -(1 row) - -SELECT jsonb_contains('{"a":"b", "b":1, "c":null}', '{"a":"b", "c":null}'); - jsonb_contains ----------------- - t -(1 row) - -SELECT jsonb_contains('{"a":"b", "b":1, "c":null}', '{"a":"b", "g":null}'); - jsonb_contains ----------------- - f -(1 row) - -SELECT jsonb_contains('{"a":"b", "b":1, "c":null}', '{"g":null}'); - jsonb_contains ----------------- - f -(1 row) - -SELECT jsonb_contains('{"a":"b", "b":1, "c":null}', '{"a":"c"}'); - jsonb_contains ----------------- - f -(1 row) - -SELECT jsonb_contains('{"a":"b", "b":1, "c":null}', '{"a":"b"}'); - jsonb_contains ----------------- - t -(1 row) - -SELECT jsonb_contains('{"a":"b", "b":1, "c":null}', '{"a":"b", "c":"q"}'); - jsonb_contains ----------------- - f -(1 row) - -SELECT '{"a":"b", "b":1, "c":null}'::jsonb @> '{"a":"b"}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":"b", "b":1, "c":null}'::jsonb @> '{"a":"b", "c":null}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":"b", "b":1, "c":null}'::jsonb @> '{"a":"b", "g":null}'; - ?column? ----------- - f -(1 row) - -SELECT '{"a":"b", "b":1, "c":null}'::jsonb @> '{"g":null}'; - ?column? ----------- - f -(1 row) - -SELECT '{"a":"b", "b":1, "c":null}'::jsonb @> '{"a":"c"}'; - ?column? ----------- - f -(1 row) - -SELECT '{"a":"b", "b":1, "c":null}'::jsonb @> '{"a":"b"}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":"b", "b":1, "c":null}'::jsonb @> '{"a":"b", "c":"q"}'; - ?column? ----------- - f -(1 row) - -SELECT '[1,2]'::jsonb @> '[1,2,2]'::jsonb; - ?column? ----------- - t -(1 row) - -SELECT '[1,1,2]'::jsonb @> '[1,2,2]'::jsonb; - ?column? ----------- - t -(1 row) - -SELECT '[[1,2]]'::jsonb @> '[[1,2,2]]'::jsonb; - ?column? ----------- - t -(1 row) - -SELECT '[1,2,2]'::jsonb <@ '[1,2]'::jsonb; - ?column? ----------- - t -(1 row) - -SELECT '[1,2,2]'::jsonb <@ '[1,1,2]'::jsonb; - ?column? ----------- - t -(1 row) - -SELECT '[[1,2,2]]'::jsonb <@ '[[1,2]]'::jsonb; - ?column? ----------- - t -(1 row) - -SELECT jsonb_contained('{"a":"b"}', '{"a":"b", "b":1, "c":null}'); - jsonb_contained ------------------ - t -(1 row) - -SELECT jsonb_contained('{"a":"b", "c":null}', '{"a":"b", "b":1, "c":null}'); - jsonb_contained ------------------ - t -(1 row) - -SELECT jsonb_contained('{"a":"b", "g":null}', '{"a":"b", "b":1, "c":null}'); - jsonb_contained ------------------ - f -(1 row) - -SELECT jsonb_contained('{"g":null}', '{"a":"b", "b":1, "c":null}'); - jsonb_contained ------------------ - f -(1 row) - -SELECT jsonb_contained('{"a":"c"}', '{"a":"b", "b":1, "c":null}'); - jsonb_contained ------------------ - f -(1 row) - -SELECT jsonb_contained('{"a":"b"}', '{"a":"b", "b":1, "c":null}'); - jsonb_contained ------------------ - t -(1 row) - -SELECT jsonb_contained('{"a":"b", "c":"q"}', '{"a":"b", "b":1, "c":null}'); - jsonb_contained ------------------ - f -(1 row) - -SELECT '{"a":"b"}'::jsonb <@ '{"a":"b", "b":1, "c":null}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":"b", "c":null}'::jsonb <@ '{"a":"b", "b":1, "c":null}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":"b", "g":null}'::jsonb <@ '{"a":"b", "b":1, "c":null}'; - ?column? ----------- - f -(1 row) - -SELECT '{"g":null}'::jsonb <@ '{"a":"b", "b":1, "c":null}'; - ?column? ----------- - f -(1 row) - -SELECT '{"a":"c"}'::jsonb <@ '{"a":"b", "b":1, "c":null}'; - ?column? ----------- - f -(1 row) - -SELECT '{"a":"b"}'::jsonb <@ '{"a":"b", "b":1, "c":null}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":"b", "c":"q"}'::jsonb <@ '{"a":"b", "b":1, "c":null}'; - ?column? ----------- - f -(1 row) - --- Raw scalar may contain another raw scalar, array may contain a raw scalar -SELECT '[5]'::jsonb @> '[5]'; - ?column? ----------- - t -(1 row) - -SELECT '5'::jsonb @> '5'; - ?column? ----------- - t -(1 row) - -SELECT '[5]'::jsonb @> '5'; - ?column? ----------- - t -(1 row) - --- But a raw scalar cannot contain an array -SELECT '5'::jsonb @> '[5]'; - ?column? ----------- - f -(1 row) - --- In general, one thing should always contain itself. Test array containment: -SELECT '["9", ["7", "3"], 1]'::jsonb @> '["9", ["7", "3"], 1]'::jsonb; - ?column? ----------- - t -(1 row) - -SELECT '["9", ["7", "3"], ["1"]]'::jsonb @> '["9", ["7", "3"], ["1"]]'::jsonb; - ?column? ----------- - t -(1 row) - --- array containment string matching confusion bug -SELECT '{ "name": "Bob", "tags": [ "enim", "qui"]}'::jsonb @> '{"tags":["qu"]}'; - ?column? ----------- - f -(1 row) - --- array length -SELECT jsonb_array_length('[1,2,3,{"f1":1,"f2":[5,6]},4]'); - jsonb_array_length --------------------- - 5 -(1 row) - -SELECT jsonb_array_length('[]'); - jsonb_array_length --------------------- - 0 -(1 row) - -SELECT jsonb_array_length('{"f1":1,"f2":[5,6]}'); -ERROR: cannot get array length of a non-array -SELECT jsonb_array_length('4'); -ERROR: cannot get array length of a scalar --- each -SELECT jsonb_each('{"f1":[1,2,3],"f2":{"f3":1},"f4":null}'); - jsonb_each --------------------- - (f1,"[1, 2, 3]") - (f2,"{""f3"": 1}") - (f4,null) -(3 rows) - -SELECT jsonb_each('{"a":{"b":"c","c":"b","1":"first"},"b":[1,2],"c":"cc","1":"first","n":null}'::jsonb) AS q; - q ------------------------------------------------------- - (1,"""first""") - (a,"{""1"": ""first"", ""b"": ""c"", ""c"": ""b""}") - (b,"[1, 2]") - (c,"""cc""") - (n,null) -(5 rows) - -SELECT * FROM jsonb_each('{"f1":[1,2,3],"f2":{"f3":1},"f4":null,"f5":99,"f6":"stringy"}') q; - key | value ------+----------- - f1 | [1, 2, 3] - f2 | {"f3": 1} - f4 | null - f5 | 99 - f6 | "stringy" -(5 rows) - -SELECT * FROM jsonb_each('{"a":{"b":"c","c":"b","1":"first"},"b":[1,2],"c":"cc","1":"first","n":null}'::jsonb) AS q; - key | value ------+------------------------------------ - 1 | "first" - a | {"1": "first", "b": "c", "c": "b"} - b | [1, 2] - c | "cc" - n | null -(5 rows) - -SELECT jsonb_each_text('{"f1":[1,2,3],"f2":{"f3":1},"f4":null,"f5":"null"}'); - jsonb_each_text --------------------- - (f1,"[1, 2, 3]") - (f2,"{""f3"": 1}") - (f4,) - (f5,null) -(4 rows) - -SELECT jsonb_each_text('{"a":{"b":"c","c":"b","1":"first"},"b":[1,2],"c":"cc","1":"first","n":null}'::jsonb) AS q; - q ------------------------------------------------------- - (1,first) - (a,"{""1"": ""first"", ""b"": ""c"", ""c"": ""b""}") - (b,"[1, 2]") - (c,cc) - (n,) -(5 rows) - -SELECT * FROM jsonb_each_text('{"f1":[1,2,3],"f2":{"f3":1},"f4":null,"f5":99,"f6":"stringy"}') q; - key | value ------+----------- - f1 | [1, 2, 3] - f2 | {"f3": 1} - f4 | - f5 | 99 - f6 | stringy -(5 rows) - -SELECT * FROM jsonb_each_text('{"a":{"b":"c","c":"b","1":"first"},"b":[1,2],"c":"cc","1":"first","n":null}'::jsonb) AS q; - key | value ------+------------------------------------ - 1 | first - a | {"1": "first", "b": "c", "c": "b"} - b | [1, 2] - c | cc - n | -(5 rows) - --- exists -SELECT jsonb_exists('{"a":null, "b":"qq"}', 'a'); - jsonb_exists --------------- - t -(1 row) - -SELECT jsonb_exists('{"a":null, "b":"qq"}', 'b'); - jsonb_exists --------------- - t -(1 row) - -SELECT jsonb_exists('{"a":null, "b":"qq"}', 'c'); - jsonb_exists --------------- - f -(1 row) - -SELECT jsonb_exists('{"a":"null", "b":"qq"}', 'a'); - jsonb_exists --------------- - t -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ? 'a'; - ?column? ----------- - t -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ? 'b'; - ?column? ----------- - t -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ? 'c'; - ?column? ----------- - f -(1 row) - -SELECT jsonb '{"a":"null", "b":"qq"}' ? 'a'; - ?column? ----------- - t -(1 row) - --- array exists - array elements should behave as keys -SELECT count(*) from testjsonb WHERE j->'array' ? 'bar'; - count -------- - 3 -(1 row) - --- type sensitive array exists - should return no rows (since "exists" only --- matches strings that are either object keys or array elements) -SELECT count(*) from testjsonb WHERE j->'array' ? '5'::text; - count -------- - 0 -(1 row) - --- However, a raw scalar is *contained* within the array -SELECT count(*) from testjsonb WHERE j->'array' @> '5'::jsonb; - count -------- - 1 -(1 row) - -SELECT jsonb_exists_any('{"a":null, "b":"qq"}', ARRAY['a','b']); - jsonb_exists_any ------------------- - t -(1 row) - -SELECT jsonb_exists_any('{"a":null, "b":"qq"}', ARRAY['b','a']); - jsonb_exists_any ------------------- - t -(1 row) - -SELECT jsonb_exists_any('{"a":null, "b":"qq"}', ARRAY['c','a']); - jsonb_exists_any ------------------- - t -(1 row) - -SELECT jsonb_exists_any('{"a":null, "b":"qq"}', ARRAY['c','d']); - jsonb_exists_any ------------------- - f -(1 row) - -SELECT jsonb_exists_any('{"a":null, "b":"qq"}', '{}'::text[]); - jsonb_exists_any ------------------- - f -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?| ARRAY['a','b']; - ?column? ----------- - t -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?| ARRAY['b','a']; - ?column? ----------- - t -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?| ARRAY['c','a']; - ?column? ----------- - t -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?| ARRAY['c','d']; - ?column? ----------- - f -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?| '{}'::text[]; - ?column? ----------- - f -(1 row) - -SELECT jsonb_exists_all('{"a":null, "b":"qq"}', ARRAY['a','b']); - jsonb_exists_all ------------------- - t -(1 row) - -SELECT jsonb_exists_all('{"a":null, "b":"qq"}', ARRAY['b','a']); - jsonb_exists_all ------------------- - t -(1 row) - -SELECT jsonb_exists_all('{"a":null, "b":"qq"}', ARRAY['c','a']); - jsonb_exists_all ------------------- - f -(1 row) - -SELECT jsonb_exists_all('{"a":null, "b":"qq"}', ARRAY['c','d']); - jsonb_exists_all ------------------- - f -(1 row) - -SELECT jsonb_exists_all('{"a":null, "b":"qq"}', '{}'::text[]); - jsonb_exists_all ------------------- - t -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?& ARRAY['a','b']; - ?column? ----------- - t -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?& ARRAY['b','a']; - ?column? ----------- - t -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?& ARRAY['c','a']; - ?column? ----------- - f -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?& ARRAY['c','d']; - ?column? ----------- - f -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?& ARRAY['a','a', 'b', 'b', 'b']; - ?column? ----------- - t -(1 row) - -SELECT jsonb '{"a":null, "b":"qq"}' ?& '{}'::text[]; - ?column? ----------- - t -(1 row) - --- typeof -SELECT jsonb_typeof('{}') AS object; - object --------- - object -(1 row) - -SELECT jsonb_typeof('{"c":3,"p":"o"}') AS object; - object --------- - object -(1 row) - -SELECT jsonb_typeof('[]') AS array; - array -------- - array -(1 row) - -SELECT jsonb_typeof('["a", 1]') AS array; - array -------- - array -(1 row) - -SELECT jsonb_typeof('null') AS "null"; - null ------- - null -(1 row) - -SELECT jsonb_typeof('1') AS number; - number --------- - number -(1 row) - -SELECT jsonb_typeof('-1') AS number; - number --------- - number -(1 row) - -SELECT jsonb_typeof('1.0') AS number; - number --------- - number -(1 row) - -SELECT jsonb_typeof('1e2') AS number; - number --------- - number -(1 row) - -SELECT jsonb_typeof('-1.0') AS number; - number --------- - number -(1 row) - -SELECT jsonb_typeof('true') AS boolean; - boolean ---------- - boolean -(1 row) - -SELECT jsonb_typeof('false') AS boolean; - boolean ---------- - boolean -(1 row) - -SELECT jsonb_typeof('"hello"') AS string; - string --------- - string -(1 row) - -SELECT jsonb_typeof('"true"') AS string; - string --------- - string -(1 row) - -SELECT jsonb_typeof('"1.0"') AS string; - string --------- - string -(1 row) - --- jsonb_build_array, jsonb_build_object, jsonb_object_agg -SELECT jsonb_build_array('a',1,'b',1.2,'c',true,'d',null,'e',json '{"x": 3, "y": [1,2,3]}'); - jsonb_build_array -------------------------------------------------------------------------- - ["a", 1, "b", 1.2, "c", true, "d", null, "e", {"x": 3, "y": [1, 2, 3]}] -(1 row) - -SELECT jsonb_build_array('a', NULL); -- ok - jsonb_build_array -------------------- - ["a", null] -(1 row) - -SELECT jsonb_build_array(VARIADIC NULL::text[]); -- ok - jsonb_build_array -------------------- - -(1 row) - -SELECT jsonb_build_array(VARIADIC '{}'::text[]); -- ok - jsonb_build_array -------------------- - [] -(1 row) - -SELECT jsonb_build_array(VARIADIC '{a,b,c}'::text[]); -- ok - jsonb_build_array -------------------- - ["a", "b", "c"] -(1 row) - -SELECT jsonb_build_array(VARIADIC ARRAY['a', NULL]::text[]); -- ok - jsonb_build_array -------------------- - ["a", null] -(1 row) - -SELECT jsonb_build_array(VARIADIC '{1,2,3,4}'::text[]); -- ok - jsonb_build_array ----------------------- - ["1", "2", "3", "4"] -(1 row) - -SELECT jsonb_build_array(VARIADIC '{1,2,3,4}'::int[]); -- ok - jsonb_build_array -------------------- - [1, 2, 3, 4] -(1 row) - -SELECT jsonb_build_array(VARIADIC '{{1,4},{2,5},{3,6}}'::int[][]); -- ok - jsonb_build_array --------------------- - [1, 4, 2, 5, 3, 6] -(1 row) - -SELECT jsonb_build_object('a',1,'b',1.2,'c',true,'d',null,'e',json '{"x": 3, "y": [1,2,3]}'); - jsonb_build_object -------------------------------------------------------------------------- - {"a": 1, "b": 1.2, "c": true, "d": null, "e": {"x": 3, "y": [1, 2, 3]}} -(1 row) - -SELECT jsonb_build_object( - 'a', jsonb_build_object('b',false,'c',99), - 'd', jsonb_build_object('e',array[9,8,7]::int[], - 'f', (select row_to_json(r) from ( select relkind, oid::regclass as name from pg_class where relname = 'pg_class') r))); - jsonb_build_object ------------------------------------------------------------------------------------------------- - {"a": {"b": false, "c": 99}, "d": {"e": [9, 8, 7], "f": {"name": "pg_class", "relkind": "r"}}} -(1 row) - -SELECT jsonb_build_object('{a,b,c}'::text[]); -- error -ERROR: argument list must have even number of elements -HINT: The arguments of jsonb_build_object() must consist of alternating keys and values. -SELECT jsonb_build_object('{a,b,c}'::text[], '{d,e,f}'::text[]); -- error, key cannot be array -ERROR: key value must be scalar, not array, composite, or json -SELECT jsonb_build_object('a', 'b', 'c'); -- error -ERROR: argument list must have even number of elements -HINT: The arguments of jsonb_build_object() must consist of alternating keys and values. -SELECT jsonb_build_object(NULL, 'a'); -- error, key cannot be NULL -ERROR: argument 1: key must not be null -SELECT jsonb_build_object('a', NULL); -- ok - jsonb_build_object --------------------- - {"a": null} -(1 row) - -SELECT jsonb_build_object(VARIADIC NULL::text[]); -- ok - jsonb_build_object --------------------- - -(1 row) - -SELECT jsonb_build_object(VARIADIC '{}'::text[]); -- ok - jsonb_build_object --------------------- - {} -(1 row) - -SELECT jsonb_build_object(VARIADIC '{a,b,c}'::text[]); -- error -ERROR: argument list must have even number of elements -HINT: The arguments of jsonb_build_object() must consist of alternating keys and values. -SELECT jsonb_build_object(VARIADIC ARRAY['a', NULL]::text[]); -- ok - jsonb_build_object --------------------- - {"a": null} -(1 row) - -SELECT jsonb_build_object(VARIADIC ARRAY[NULL, 'a']::text[]); -- error, key cannot be NULL -ERROR: argument 1: key must not be null -SELECT jsonb_build_object(VARIADIC '{1,2,3,4}'::text[]); -- ok - jsonb_build_object ----------------------- - {"1": "2", "3": "4"} -(1 row) - -SELECT jsonb_build_object(VARIADIC '{1,2,3,4}'::int[]); -- ok - jsonb_build_object --------------------- - {"1": 2, "3": 4} -(1 row) - -SELECT jsonb_build_object(VARIADIC '{{1,4},{2,5},{3,6}}'::int[][]); -- ok - jsonb_build_object --------------------------- - {"1": 4, "2": 5, "3": 6} -(1 row) - --- empty objects/arrays -SELECT jsonb_build_array(); - jsonb_build_array -------------------- - [] -(1 row) - -SELECT jsonb_build_object(); - jsonb_build_object --------------------- - {} -(1 row) - --- make sure keys are quoted -SELECT jsonb_build_object(1,2); - jsonb_build_object --------------------- - {"1": 2} -(1 row) - --- keys must be scalar and not null -SELECT jsonb_build_object(null,2); -ERROR: argument 1: key must not be null -SELECT jsonb_build_object(r,2) FROM (SELECT 1 AS a, 2 AS b) r; -ERROR: key value must be scalar, not array, composite, or json -SELECT jsonb_build_object(json '{"a":1,"b":2}', 3); -ERROR: key value must be scalar, not array, composite, or json -SELECT jsonb_build_object('{1,2,3}'::int[], 3); -ERROR: key value must be scalar, not array, composite, or json --- handling of NULL values -SELECT jsonb_object_agg(1, NULL::jsonb); - jsonb_object_agg ------------------- - {"1": null} -(1 row) - -SELECT jsonb_object_agg(NULL, '{"a":1}'); -ERROR: field name must not be null -CREATE TEMP TABLE foo (serial_num int, name text, type text); -INSERT INTO foo VALUES (847001,'t15','GE1043'); -INSERT INTO foo VALUES (847002,'t16','GE1043'); -INSERT INTO foo VALUES (847003,'sub-alpha','GESS90'); -SELECT jsonb_build_object('turbines',jsonb_object_agg(serial_num,jsonb_build_object('name',name,'type',type))) -FROM foo; - jsonb_build_object -------------------------------------------------------------------------------------------------------------------------------------------------------------- - {"turbines": {"847001": {"name": "t15", "type": "GE1043"}, "847002": {"name": "t16", "type": "GE1043"}, "847003": {"name": "sub-alpha", "type": "GESS90"}}} -(1 row) - -SELECT jsonb_object_agg(name, type) FROM foo; - jsonb_object_agg ------------------------------------------------------------ - {"t15": "GE1043", "t16": "GE1043", "sub-alpha": "GESS90"} -(1 row) - -INSERT INTO foo VALUES (999999, NULL, 'bar'); -SELECT jsonb_object_agg(name, type) FROM foo; -ERROR: field name must not be null --- edge case for parser -SELECT jsonb_object_agg(DISTINCT 'a', 'abc'); - jsonb_object_agg ------------------- - {"a": "abc"} -(1 row) - --- jsonb_object --- empty object, one dimension -SELECT jsonb_object('{}'); - jsonb_object --------------- - {} -(1 row) - --- empty object, two dimensions -SELECT jsonb_object('{}', '{}'); - jsonb_object --------------- - {} -(1 row) - --- one dimension -SELECT jsonb_object('{a,1,b,2,3,NULL,"d e f","a b c"}'); - jsonb_object ---------------------------------------------------- - {"3": null, "a": "1", "b": "2", "d e f": "a b c"} -(1 row) - --- same but with two dimensions -SELECT jsonb_object('{{a,1},{b,2},{3,NULL},{"d e f","a b c"}}'); - jsonb_object ---------------------------------------------------- - {"3": null, "a": "1", "b": "2", "d e f": "a b c"} -(1 row) - --- odd number error -SELECT jsonb_object('{a,b,c}'); -ERROR: array must have even number of elements --- one column error -SELECT jsonb_object('{{a},{b}}'); -ERROR: array must have two columns --- too many columns error -SELECT jsonb_object('{{a,b,c},{b,c,d}}'); -ERROR: array must have two columns --- too many dimensions error -SELECT jsonb_object('{{{a,b},{c,d}},{{b,c},{d,e}}}'); -ERROR: wrong number of array subscripts ---two argument form of jsonb_object -select jsonb_object('{a,b,c,"d e f"}','{1,2,3,"a b c"}'); - jsonb_object --------------------------------------------------- - {"a": "1", "b": "2", "c": "3", "d e f": "a b c"} -(1 row) - --- too many dimensions -SELECT jsonb_object('{{a,1},{b,2},{3,NULL},{"d e f","a b c"}}', '{{a,1},{b,2},{3,NULL},{"d e f","a b c"}}'); -ERROR: wrong number of array subscripts --- mismatched dimensions -select jsonb_object('{a,b,c,"d e f",g}','{1,2,3,"a b c"}'); -ERROR: mismatched array dimensions -select jsonb_object('{a,b,c,"d e f"}','{1,2,3,"a b c",g}'); -ERROR: mismatched array dimensions --- null key error -select jsonb_object('{a,b,NULL,"d e f"}','{1,2,3,"a b c"}'); -ERROR: null value not allowed for object key --- empty key is allowed -select jsonb_object('{a,b,"","d e f"}','{1,2,3,"a b c"}'); - jsonb_object -------------------------------------------------- - {"": "3", "a": "1", "b": "2", "d e f": "a b c"} -(1 row) - --- extract_path, extract_path_as_text -SELECT jsonb_extract_path('{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}','f4','f6'); - jsonb_extract_path --------------------- - "stringy" -(1 row) - -SELECT jsonb_extract_path('{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}','f2'); - jsonb_extract_path --------------------- - {"f3": 1} -(1 row) - -SELECT jsonb_extract_path('{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}','f2',0::text); - jsonb_extract_path --------------------- - "f3" -(1 row) - -SELECT jsonb_extract_path('{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}','f2',1::text); - jsonb_extract_path --------------------- - 1 -(1 row) - -SELECT jsonb_extract_path_text('{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}','f4','f6'); - jsonb_extract_path_text -------------------------- - stringy -(1 row) - -SELECT jsonb_extract_path_text('{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}','f2'); - jsonb_extract_path_text -------------------------- - {"f3": 1} -(1 row) - -SELECT jsonb_extract_path_text('{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}','f2',0::text); - jsonb_extract_path_text -------------------------- - f3 -(1 row) - -SELECT jsonb_extract_path_text('{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}','f2',1::text); - jsonb_extract_path_text -------------------------- - 1 -(1 row) - --- extract_path nulls -SELECT jsonb_extract_path('{"f2":{"f3":1},"f4":{"f5":null,"f6":"stringy"}}','f4','f5') IS NULL AS expect_false; - expect_false --------------- - f -(1 row) - -SELECT jsonb_extract_path_text('{"f2":{"f3":1},"f4":{"f5":null,"f6":"stringy"}}','f4','f5') IS NULL AS expect_true; - expect_true -------------- - t -(1 row) - -SELECT jsonb_extract_path('{"f2":{"f3":1},"f4":[0,1,2,null]}','f4','3') IS NULL AS expect_false; - expect_false --------------- - f -(1 row) - -SELECT jsonb_extract_path_text('{"f2":{"f3":1},"f4":[0,1,2,null]}','f4','3') IS NULL AS expect_true; - expect_true -------------- - t -(1 row) - --- extract_path operators -SELECT '{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}'::jsonb#>array['f4','f6']; - ?column? ------------ - "stringy" -(1 row) - -SELECT '{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}'::jsonb#>array['f2']; - ?column? ------------ - {"f3": 1} -(1 row) - -SELECT '{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}'::jsonb#>array['f2','0']; - ?column? ----------- - "f3" -(1 row) - -SELECT '{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}'::jsonb#>array['f2','1']; - ?column? ----------- - 1 -(1 row) - -SELECT '{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}'::jsonb#>>array['f4','f6']; - ?column? ----------- - stringy -(1 row) - -SELECT '{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}'::jsonb#>>array['f2']; - ?column? ------------ - {"f3": 1} -(1 row) - -SELECT '{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}'::jsonb#>>array['f2','0']; - ?column? ----------- - f3 -(1 row) - -SELECT '{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}'::jsonb#>>array['f2','1']; - ?column? ----------- - 1 -(1 row) - --- corner cases for same -select '{"a": {"b":{"c": "foo"}}}'::jsonb #> '{}'; - ?column? ----------------------------- - {"a": {"b": {"c": "foo"}}} -(1 row) - -select '[1,2,3]'::jsonb #> '{}'; - ?column? ------------ - [1, 2, 3] -(1 row) - -select '"foo"'::jsonb #> '{}'; - ?column? ----------- - "foo" -(1 row) - -select '42'::jsonb #> '{}'; - ?column? ----------- - 42 -(1 row) - -select 'null'::jsonb #> '{}'; - ?column? ----------- - null -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #> array['a']; - ?column? ---------------------- - {"b": {"c": "foo"}} -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #> array['a', null]; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #> array['a', '']; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #> array['a','b']; - ?column? --------------- - {"c": "foo"} -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #> array['a','b','c']; - ?column? ----------- - "foo" -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #> array['a','b','c','d']; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #> array['a','z','c']; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb #> array['a','1','b']; - ?column? ----------- - "cc" -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb #> array['a','z','b']; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::jsonb #> array['1','b']; - ?column? ----------- - "cc" -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::jsonb #> array['z','b']; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": null}]'::jsonb #> array['1','b']; - ?column? ----------- - null -(1 row) - -select '"foo"'::jsonb #> array['z']; - ?column? ----------- - -(1 row) - -select '42'::jsonb #> array['f2']; - ?column? ----------- - -(1 row) - -select '42'::jsonb #> array['0']; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #>> '{}'; - ?column? ----------------------------- - {"a": {"b": {"c": "foo"}}} -(1 row) - -select '[1,2,3]'::jsonb #>> '{}'; - ?column? ------------ - [1, 2, 3] -(1 row) - -select '"foo"'::jsonb #>> '{}'; - ?column? ----------- - foo -(1 row) - -select '42'::jsonb #>> '{}'; - ?column? ----------- - 42 -(1 row) - -select 'null'::jsonb #>> '{}'; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #>> array['a']; - ?column? ---------------------- - {"b": {"c": "foo"}} -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #>> array['a', null]; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #>> array['a', '']; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #>> array['a','b']; - ?column? --------------- - {"c": "foo"} -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #>> array['a','b','c']; - ?column? ----------- - foo -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #>> array['a','b','c','d']; - ?column? ----------- - -(1 row) - -select '{"a": {"b":{"c": "foo"}}}'::jsonb #>> array['a','z','c']; - ?column? ----------- - -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb #>> array['a','1','b']; - ?column? ----------- - cc -(1 row) - -select '{"a": [{"b": "c"}, {"b": "cc"}]}'::jsonb #>> array['a','z','b']; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::jsonb #>> array['1','b']; - ?column? ----------- - cc -(1 row) - -select '[{"b": "c"}, {"b": "cc"}]'::jsonb #>> array['z','b']; - ?column? ----------- - -(1 row) - -select '[{"b": "c"}, {"b": null}]'::jsonb #>> array['1','b']; - ?column? ----------- - -(1 row) - -select '"foo"'::jsonb #>> array['z']; - ?column? ----------- - -(1 row) - -select '42'::jsonb #>> array['f2']; - ?column? ----------- - -(1 row) - -select '42'::jsonb #>> array['0']; - ?column? ----------- - -(1 row) - --- array_elements -SELECT jsonb_array_elements('[1,true,[1,[2,3]],null,{"f1":1,"f2":[7,8,9]},false]'); - jsonb_array_elements ----------------------------- - 1 - true - [1, [2, 3]] - null - {"f1": 1, "f2": [7, 8, 9]} - false -(6 rows) - -SELECT * FROM jsonb_array_elements('[1,true,[1,[2,3]],null,{"f1":1,"f2":[7,8,9]},false]') q; - value ----------------------------- - 1 - true - [1, [2, 3]] - null - {"f1": 1, "f2": [7, 8, 9]} - false -(6 rows) - -SELECT jsonb_array_elements_text('[1,true,[1,[2,3]],null,{"f1":1,"f2":[7,8,9]},false,"stringy"]'); - jsonb_array_elements_text ----------------------------- - 1 - true - [1, [2, 3]] - - {"f1": 1, "f2": [7, 8, 9]} - false - stringy -(7 rows) - -SELECT * FROM jsonb_array_elements_text('[1,true,[1,[2,3]],null,{"f1":1,"f2":[7,8,9]},false,"stringy"]') q; - value ----------------------------- - 1 - true - [1, [2, 3]] - - {"f1": 1, "f2": [7, 8, 9]} - false - stringy -(7 rows) - --- populate_record -CREATE TYPE jbpop AS (a text, b int, c timestamp); -CREATE DOMAIN jsb_int_not_null AS int NOT NULL; -CREATE DOMAIN jsb_int_array_1d AS int[] CHECK(array_length(VALUE, 1) = 3); -CREATE DOMAIN jsb_int_array_2d AS int[][] CHECK(array_length(VALUE, 2) = 3); -create type jb_unordered_pair as (x int, y int); -create domain jb_ordered_pair as jb_unordered_pair check((value).x <= (value).y); -CREATE TYPE jsbrec AS ( - i int, - ia _int4, - ia1 int[], - ia2 int[][], - ia3 int[][][], - ia1d jsb_int_array_1d, - ia2d jsb_int_array_2d, - t text, - ta text[], - c char(10), - ca char(10)[], - ts timestamp, - js json, - jsb jsonb, - jsa json[], - rec jbpop, - reca jbpop[] -); -CREATE TYPE jsbrec_i_not_null AS ( - i jsb_int_not_null -); -SELECT * FROM jsonb_populate_record(NULL::jbpop,'{"a":"blurfl","x":43.2}') q; - a | b | c ---------+---+--- - blurfl | | -(1 row) - -SELECT * FROM jsonb_populate_record(row('x',3,'2012-12-31 15:30:56')::jbpop,'{"a":"blurfl","x":43.2}') q; - a | b | c ---------+---+-------------------------- - blurfl | 3 | Mon Dec 31 15:30:56 2012 -(1 row) - -SELECT * FROM jsonb_populate_record(NULL::jbpop,'{"a":"blurfl","x":43.2}') q; - a | b | c ---------+---+--- - blurfl | | -(1 row) - -SELECT * FROM jsonb_populate_record(row('x',3,'2012-12-31 15:30:56')::jbpop,'{"a":"blurfl","x":43.2}') q; - a | b | c ---------+---+-------------------------- - blurfl | 3 | Mon Dec 31 15:30:56 2012 -(1 row) - -SELECT * FROM jsonb_populate_record(NULL::jbpop,'{"a":[100,200,false],"x":43.2}') q; - a | b | c --------------------+---+--- - [100, 200, false] | | -(1 row) - -SELECT * FROM jsonb_populate_record(row('x',3,'2012-12-31 15:30:56')::jbpop,'{"a":[100,200,false],"x":43.2}') q; - a | b | c --------------------+---+-------------------------- - [100, 200, false] | 3 | Mon Dec 31 15:30:56 2012 -(1 row) - -SELECT * FROM jsonb_populate_record(row('x',3,'2012-12-31 15:30:56')::jbpop,'{"c":[100,200,false],"x":43.2}') q; -ERROR: invalid input syntax for type timestamp: "[100, 200, false]" -SELECT * FROM jsonb_populate_record(row('x',3,'2012-12-31 15:30:56')::jbpop, '{}') q; - a | b | c ----+---+-------------------------- - x | 3 | Mon Dec 31 15:30:56 2012 -(1 row) - -SELECT i FROM jsonb_populate_record(NULL::jsbrec_i_not_null, '{"x": 43.2}') q; -ERROR: domain jsb_int_not_null does not allow null values -SELECT i FROM jsonb_populate_record(NULL::jsbrec_i_not_null, '{"i": null}') q; -ERROR: domain jsb_int_not_null does not allow null values -SELECT i FROM jsonb_populate_record(NULL::jsbrec_i_not_null, '{"i": 12345}') q; - i -------- - 12345 -(1 row) - -SELECT ia FROM jsonb_populate_record(NULL::jsbrec, '{"ia": null}') q; - ia ----- - -(1 row) - -SELECT ia FROM jsonb_populate_record(NULL::jsbrec, '{"ia": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "ia". -SELECT ia FROM jsonb_populate_record(NULL::jsbrec, '{"ia": [1, "2", null, 4]}') q; - ia --------------- - {1,2,NULL,4} -(1 row) - -SELECT ia FROM jsonb_populate_record(NULL::jsbrec, '{"ia": [[1, 2], [3, 4]]}') q; - ia ---------------- - {{1,2},{3,4}} -(1 row) - -SELECT ia FROM jsonb_populate_record(NULL::jsbrec, '{"ia": [[1], 2]}') q; -ERROR: expected JSON array -HINT: See the array element [1] of key "ia". -SELECT ia FROM jsonb_populate_record(NULL::jsbrec, '{"ia": [[1], [2, 3]]}') q; -ERROR: malformed JSON array -DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. -SELECT ia FROM jsonb_populate_record(NULL::jsbrec, '{"ia": "{1,2,3}"}') q; - ia ---------- - {1,2,3} -(1 row) - -SELECT ia1 FROM jsonb_populate_record(NULL::jsbrec, '{"ia1": null}') q; - ia1 ------ - -(1 row) - -SELECT ia1 FROM jsonb_populate_record(NULL::jsbrec, '{"ia1": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "ia1". -SELECT ia1 FROM jsonb_populate_record(NULL::jsbrec, '{"ia1": [1, "2", null, 4]}') q; - ia1 --------------- - {1,2,NULL,4} -(1 row) - -SELECT ia1 FROM jsonb_populate_record(NULL::jsbrec, '{"ia1": [[1, 2, 3]]}') q; - ia1 ------------ - {{1,2,3}} -(1 row) - -SELECT ia1d FROM jsonb_populate_record(NULL::jsbrec, '{"ia1d": null}') q; - ia1d ------- - -(1 row) - -SELECT ia1d FROM jsonb_populate_record(NULL::jsbrec, '{"ia1d": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "ia1d". -SELECT ia1d FROM jsonb_populate_record(NULL::jsbrec, '{"ia1d": [1, "2", null, 4]}') q; -ERROR: value for domain jsb_int_array_1d violates check constraint "jsb_int_array_1d_check" -SELECT ia1d FROM jsonb_populate_record(NULL::jsbrec, '{"ia1d": [1, "2", null]}') q; - ia1d ------------- - {1,2,NULL} -(1 row) - -SELECT ia2 FROM jsonb_populate_record(NULL::jsbrec, '{"ia2": [1, "2", null, 4]}') q; - ia2 --------------- - {1,2,NULL,4} -(1 row) - -SELECT ia2 FROM jsonb_populate_record(NULL::jsbrec, '{"ia2": [[1, 2], [null, 4]]}') q; - ia2 ------------------- - {{1,2},{NULL,4}} -(1 row) - -SELECT ia2 FROM jsonb_populate_record(NULL::jsbrec, '{"ia2": [[], []]}') q; - ia2 ------ - {} -(1 row) - -SELECT ia2 FROM jsonb_populate_record(NULL::jsbrec, '{"ia2": [[1, 2], [3]]}') q; -ERROR: malformed JSON array -DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. -SELECT ia2 FROM jsonb_populate_record(NULL::jsbrec, '{"ia2": [[1, 2], 3, 4]}') q; -ERROR: expected JSON array -HINT: See the array element [1] of key "ia2". -SELECT ia2d FROM jsonb_populate_record(NULL::jsbrec, '{"ia2d": [[1, "2"], [null, 4]]}') q; -ERROR: value for domain jsb_int_array_2d violates check constraint "jsb_int_array_2d_check" -SELECT ia2d FROM jsonb_populate_record(NULL::jsbrec, '{"ia2d": [[1, "2", 3], [null, 5, 6]]}') q; - ia2d ----------------------- - {{1,2,3},{NULL,5,6}} -(1 row) - -SELECT ia3 FROM jsonb_populate_record(NULL::jsbrec, '{"ia3": [1, "2", null, 4]}') q; - ia3 --------------- - {1,2,NULL,4} -(1 row) - -SELECT ia3 FROM jsonb_populate_record(NULL::jsbrec, '{"ia3": [[1, 2], [null, 4]]}') q; - ia3 ------------------- - {{1,2},{NULL,4}} -(1 row) - -SELECT ia3 FROM jsonb_populate_record(NULL::jsbrec, '{"ia3": [ [[], []], [[], []], [[], []] ]}') q; - ia3 ------ - {} -(1 row) - -SELECT ia3 FROM jsonb_populate_record(NULL::jsbrec, '{"ia3": [ [[1, 2]], [[3, 4]] ]}') q; - ia3 -------------------- - {{{1,2}},{{3,4}}} -(1 row) - -SELECT ia3 FROM jsonb_populate_record(NULL::jsbrec, '{"ia3": [ [[1, 2], [3, 4]], [[5, 6], [7, 8]] ]}') q; - ia3 -------------------------------- - {{{1,2},{3,4}},{{5,6},{7,8}}} -(1 row) - -SELECT ia3 FROM jsonb_populate_record(NULL::jsbrec, '{"ia3": [ [[1, 2], [3, 4]], [[5, 6], [7, 8], [9, 10]] ]}') q; -ERROR: malformed JSON array -DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. -SELECT ta FROM jsonb_populate_record(NULL::jsbrec, '{"ta": null}') q; - ta ----- - -(1 row) - -SELECT ta FROM jsonb_populate_record(NULL::jsbrec, '{"ta": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "ta". -SELECT ta FROM jsonb_populate_record(NULL::jsbrec, '{"ta": [1, "2", null, 4]}') q; - ta --------------- - {1,2,NULL,4} -(1 row) - -SELECT ta FROM jsonb_populate_record(NULL::jsbrec, '{"ta": [[1, 2, 3], {"k": "v"}]}') q; -ERROR: expected JSON array -HINT: See the array element [1] of key "ta". -SELECT c FROM jsonb_populate_record(NULL::jsbrec, '{"c": null}') q; - c ---- - -(1 row) - -SELECT c FROM jsonb_populate_record(NULL::jsbrec, '{"c": "aaa"}') q; - c ------------- - aaa -(1 row) - -SELECT c FROM jsonb_populate_record(NULL::jsbrec, '{"c": "aaaaaaaaaa"}') q; - c ------------- - aaaaaaaaaa -(1 row) - -SELECT c FROM jsonb_populate_record(NULL::jsbrec, '{"c": "aaaaaaaaaaaaa"}') q; -ERROR: value too long for type character(10) -SELECT ca FROM jsonb_populate_record(NULL::jsbrec, '{"ca": null}') q; - ca ----- - -(1 row) - -SELECT ca FROM jsonb_populate_record(NULL::jsbrec, '{"ca": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "ca". -SELECT ca FROM jsonb_populate_record(NULL::jsbrec, '{"ca": [1, "2", null, 4]}') q; - ca ------------------------------------------------ - {"1 ","2 ",NULL,"4 "} -(1 row) - -SELECT ca FROM jsonb_populate_record(NULL::jsbrec, '{"ca": ["aaaaaaaaaaaaaaaa"]}') q; -ERROR: value too long for type character(10) -SELECT ca FROM jsonb_populate_record(NULL::jsbrec, '{"ca": [[1, 2, 3], {"k": "v"}]}') q; -ERROR: expected JSON array -HINT: See the array element [1] of key "ca". -SELECT js FROM jsonb_populate_record(NULL::jsbrec, '{"js": null}') q; - js ----- - -(1 row) - -SELECT js FROM jsonb_populate_record(NULL::jsbrec, '{"js": true}') q; - js ------- - true -(1 row) - -SELECT js FROM jsonb_populate_record(NULL::jsbrec, '{"js": 123.45}') q; - js --------- - 123.45 -(1 row) - -SELECT js FROM jsonb_populate_record(NULL::jsbrec, '{"js": "123.45"}') q; - js ----------- - "123.45" -(1 row) - -SELECT js FROM jsonb_populate_record(NULL::jsbrec, '{"js": "abc"}') q; - js -------- - "abc" -(1 row) - -SELECT js FROM jsonb_populate_record(NULL::jsbrec, '{"js": [123, "123", null, {"key": "value"}]}') q; - js --------------------------------------- - [123, "123", null, {"key": "value"}] -(1 row) - -SELECT js FROM jsonb_populate_record(NULL::jsbrec, '{"js": {"a": "bbb", "b": null, "c": 123.45}}') q; - js --------------------------------------- - {"a": "bbb", "b": null, "c": 123.45} -(1 row) - -SELECT jsb FROM jsonb_populate_record(NULL::jsbrec, '{"jsb": null}') q; - jsb ------ - -(1 row) - -SELECT jsb FROM jsonb_populate_record(NULL::jsbrec, '{"jsb": true}') q; - jsb ------- - true -(1 row) - -SELECT jsb FROM jsonb_populate_record(NULL::jsbrec, '{"jsb": 123.45}') q; - jsb --------- - 123.45 -(1 row) - -SELECT jsb FROM jsonb_populate_record(NULL::jsbrec, '{"jsb": "123.45"}') q; - jsb ----------- - "123.45" -(1 row) - -SELECT jsb FROM jsonb_populate_record(NULL::jsbrec, '{"jsb": "abc"}') q; - jsb -------- - "abc" -(1 row) - -SELECT jsb FROM jsonb_populate_record(NULL::jsbrec, '{"jsb": [123, "123", null, {"key": "value"}]}') q; - jsb --------------------------------------- - [123, "123", null, {"key": "value"}] -(1 row) - -SELECT jsb FROM jsonb_populate_record(NULL::jsbrec, '{"jsb": {"a": "bbb", "b": null, "c": 123.45}}') q; - jsb --------------------------------------- - {"a": "bbb", "b": null, "c": 123.45} -(1 row) - -SELECT jsa FROM jsonb_populate_record(NULL::jsbrec, '{"jsa": null}') q; - jsa ------ - -(1 row) - -SELECT jsa FROM jsonb_populate_record(NULL::jsbrec, '{"jsa": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "jsa". -SELECT jsa FROM jsonb_populate_record(NULL::jsbrec, '{"jsa": [1, "2", null, 4]}') q; - jsa --------------------- - {1,"\"2\"",NULL,4} -(1 row) - -SELECT jsa FROM jsonb_populate_record(NULL::jsbrec, '{"jsa": ["aaa", null, [1, 2, "3", {}], { "k" : "v" }]}') q; - jsa -------------------------------------------------------- - {"\"aaa\"",NULL,"[1, 2, \"3\", {}]","{\"k\": \"v\"}"} -(1 row) - -SELECT rec FROM jsonb_populate_record(NULL::jsbrec, '{"rec": 123}') q; -ERROR: cannot call populate_composite on a scalar -SELECT rec FROM jsonb_populate_record(NULL::jsbrec, '{"rec": [1, 2]}') q; -ERROR: cannot call populate_composite on an array -SELECT rec FROM jsonb_populate_record(NULL::jsbrec, '{"rec": {"a": "abc", "c": "01.02.2003", "x": 43.2}}') q; - rec ------------------------------------ - (abc,,"Thu Jan 02 00:00:00 2003") -(1 row) - -SELECT rec FROM jsonb_populate_record(NULL::jsbrec, '{"rec": "(abc,42,01.02.2003)"}') q; - rec -------------------------------------- - (abc,42,"Thu Jan 02 00:00:00 2003") -(1 row) - -SELECT reca FROM jsonb_populate_record(NULL::jsbrec, '{"reca": 123}') q; -ERROR: expected JSON array -HINT: See the value of key "reca". -SELECT reca FROM jsonb_populate_record(NULL::jsbrec, '{"reca": [1, 2]}') q; -ERROR: cannot call populate_composite on a scalar -SELECT reca FROM jsonb_populate_record(NULL::jsbrec, '{"reca": [{"a": "abc", "b": 456}, null, {"c": "01.02.2003", "x": 43.2}]}') q; - reca --------------------------------------------------------- - {"(abc,456,)",NULL,"(,,\"Thu Jan 02 00:00:00 2003\")"} -(1 row) - -SELECT reca FROM jsonb_populate_record(NULL::jsbrec, '{"reca": ["(abc,42,01.02.2003)"]}') q; - reca -------------------------------------------- - {"(abc,42,\"Thu Jan 02 00:00:00 2003\")"} -(1 row) - -SELECT reca FROM jsonb_populate_record(NULL::jsbrec, '{"reca": "{\"(abc,42,01.02.2003)\"}"}') q; - reca -------------------------------------------- - {"(abc,42,\"Thu Jan 02 00:00:00 2003\")"} -(1 row) - -SELECT rec FROM jsonb_populate_record( - row(NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL, - row('x',3,'2012-12-31 15:30:56')::jbpop,NULL)::jsbrec, - '{"rec": {"a": "abc", "c": "01.02.2003", "x": 43.2}}' -) q; - rec ------------------------------------- - (abc,3,"Thu Jan 02 00:00:00 2003") -(1 row) - --- Tests to check soft-error support for populate_record_field() --- populate_scalar() -create type jsb_char2 as (a char(2)); -select jsonb_populate_record_valid(NULL::jsb_char2, '{"a": "aaa"}'); - jsonb_populate_record_valid ------------------------------ - f -(1 row) - -select * from jsonb_populate_record(NULL::jsb_char2, '{"a": "aaa"}') q; -ERROR: value too long for type character(2) -select jsonb_populate_record_valid(NULL::jsb_char2, '{"a": "aa"}'); - jsonb_populate_record_valid ------------------------------ - t -(1 row) - -select * from jsonb_populate_record(NULL::jsb_char2, '{"a": "aa"}') q; - a ----- - aa -(1 row) - --- populate_array() -create type jsb_ia as (a int[]); -create type jsb_ia2 as (a int[][]); -select jsonb_populate_record_valid(NULL::jsb_ia, '{"a": 43.2}'); - jsonb_populate_record_valid ------------------------------ - f -(1 row) - -select * from jsonb_populate_record(NULL::jsb_ia, '{"a": 43.2}') q; -ERROR: expected JSON array -HINT: See the value of key "a". -select jsonb_populate_record_valid(NULL::jsb_ia, '{"a": [1, 2]}'); - jsonb_populate_record_valid ------------------------------ - t -(1 row) - -select * from jsonb_populate_record(NULL::jsb_ia, '{"a": [1, 2]}') q; - a -------- - {1,2} -(1 row) - -select jsonb_populate_record_valid(NULL::jsb_ia2, '{"a": [[1], [2, 3]]}'); - jsonb_populate_record_valid ------------------------------ - f -(1 row) - -select * from jsonb_populate_record(NULL::jsb_ia2, '{"a": [[1], [2, 3]]}') q; -ERROR: malformed JSON array -DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. -select jsonb_populate_record_valid(NULL::jsb_ia2, '{"a": [[1, 0], [2, 3]]}'); - jsonb_populate_record_valid ------------------------------ - t -(1 row) - -select * from jsonb_populate_record(NULL::jsb_ia2, '{"a": [[1, 0], [2, 3]]}') q; - a ---------------- - {{1,0},{2,3}} -(1 row) - --- populate_domain() -create domain jsb_i_not_null as int not null; -create domain jsb_i_gt_1 as int check (value > 1); -create type jsb_i_not_null_rec as (a jsb_i_not_null); -create type jsb_i_gt_1_rec as (a jsb_i_gt_1); -select jsonb_populate_record_valid(NULL::jsb_i_not_null_rec, '{"a": null}'); - jsonb_populate_record_valid ------------------------------ - f -(1 row) - -select * from jsonb_populate_record(NULL::jsb_i_not_null_rec, '{"a": null}') q; -ERROR: domain jsb_i_not_null does not allow null values -select jsonb_populate_record_valid(NULL::jsb_i_not_null_rec, '{"a": 1}'); - jsonb_populate_record_valid ------------------------------ - t -(1 row) - -select * from jsonb_populate_record(NULL::jsb_i_not_null_rec, '{"a": 1}') q; - a ---- - 1 -(1 row) - -select jsonb_populate_record_valid(NULL::jsb_i_gt_1_rec, '{"a": 1}'); - jsonb_populate_record_valid ------------------------------ - f -(1 row) - -select * from jsonb_populate_record(NULL::jsb_i_gt_1_rec, '{"a": 1}') q; -ERROR: value for domain jsb_i_gt_1 violates check constraint "jsb_i_gt_1_check" -select jsonb_populate_record_valid(NULL::jsb_i_gt_1_rec, '{"a": 2}'); - jsonb_populate_record_valid ------------------------------ - t -(1 row) - -select * from jsonb_populate_record(NULL::jsb_i_gt_1_rec, '{"a": 2}') q; - a ---- - 2 -(1 row) - -drop type jsb_ia, jsb_ia2, jsb_char2, jsb_i_not_null_rec, jsb_i_gt_1_rec; -drop domain jsb_i_not_null, jsb_i_gt_1; --- anonymous record type -SELECT jsonb_populate_record(null::record, '{"x": 0, "y": 1}'); -ERROR: could not determine row type for result of jsonb_populate_record -HINT: Provide a non-null record argument, or call the function in the FROM clause using a column definition list. -SELECT jsonb_populate_record(row(1,2), '{"f1": 0, "f2": 1}'); - jsonb_populate_record ------------------------ - (0,1) -(1 row) - -SELECT * FROM - jsonb_populate_record(null::record, '{"x": 776}') AS (x int, y int); - x | y ------+--- - 776 | -(1 row) - --- composite domain -SELECT jsonb_populate_record(null::jb_ordered_pair, '{"x": 0, "y": 1}'); - jsonb_populate_record ------------------------ - (0,1) -(1 row) - -SELECT jsonb_populate_record(row(1,2)::jb_ordered_pair, '{"x": 0}'); - jsonb_populate_record ------------------------ - (0,2) -(1 row) - -SELECT jsonb_populate_record(row(1,2)::jb_ordered_pair, '{"x": 1, "y": 0}'); -ERROR: value for domain jb_ordered_pair violates check constraint "jb_ordered_pair_check" --- populate_recordset -SELECT * FROM jsonb_populate_recordset(NULL::jbpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+---+-------------------------- - blurfl | | - | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -SELECT * FROM jsonb_populate_recordset(row('def',99,NULL)::jbpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+----+-------------------------- - blurfl | 99 | - def | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -SELECT * FROM jsonb_populate_recordset(NULL::jbpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+---+-------------------------- - blurfl | | - | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -SELECT * FROM jsonb_populate_recordset(row('def',99,NULL)::jbpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+----+-------------------------- - blurfl | 99 | - def | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -SELECT * FROM jsonb_populate_recordset(row('def',99,NULL)::jbpop,'[{"a":[100,200,300],"x":43.2},{"a":{"z":true},"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ------------------+----+-------------------------- - [100, 200, 300] | 99 | - {"z": true} | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -SELECT * FROM jsonb_populate_recordset(row('def',99,NULL)::jbpop,'[{"c":[100,200,300],"x":43.2},{"a":{"z":true},"b":3,"c":"2012-01-20 10:42:53"}]') q; -ERROR: invalid input syntax for type timestamp: "[100, 200, 300]" -SELECT * FROM jsonb_populate_recordset(NULL::jbpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+---+-------------------------- - blurfl | | - | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -SELECT * FROM jsonb_populate_recordset(row('def',99,NULL)::jbpop,'[{"a":"blurfl","x":43.2},{"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ---------+----+-------------------------- - blurfl | 99 | - def | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - -SELECT * FROM jsonb_populate_recordset(row('def',99,NULL)::jbpop,'[{"a":[100,200,300],"x":43.2},{"a":{"z":true},"b":3,"c":"2012-01-20 10:42:53"}]') q; - a | b | c ------------------+----+-------------------------- - [100, 200, 300] | 99 | - {"z": true} | 3 | Fri Jan 20 10:42:53 2012 -(2 rows) - --- anonymous record type -SELECT jsonb_populate_recordset(null::record, '[{"x": 0, "y": 1}]'); -ERROR: could not determine row type for result of jsonb_populate_recordset -HINT: Provide a non-null record argument, or call the function in the FROM clause using a column definition list. -SELECT jsonb_populate_recordset(row(1,2), '[{"f1": 0, "f2": 1}]'); - jsonb_populate_recordset --------------------------- - (0,1) -(1 row) - -SELECT i, jsonb_populate_recordset(row(i,50), '[{"f1":"42"},{"f2":"43"}]') -FROM (VALUES (1),(2)) v(i); - i | jsonb_populate_recordset ----+-------------------------- - 1 | (42,50) - 1 | (1,43) - 2 | (42,50) - 2 | (2,43) -(4 rows) - -SELECT * FROM - jsonb_populate_recordset(null::record, '[{"x": 776}]') AS (x int, y int); - x | y ------+--- - 776 | -(1 row) - --- empty array is a corner case -SELECT jsonb_populate_recordset(null::record, '[]'); -ERROR: could not determine row type for result of jsonb_populate_recordset -HINT: Provide a non-null record argument, or call the function in the FROM clause using a column definition list. -SELECT jsonb_populate_recordset(row(1,2), '[]'); - jsonb_populate_recordset --------------------------- -(0 rows) - -SELECT * FROM jsonb_populate_recordset(NULL::jbpop,'[]') q; - a | b | c ----+---+--- -(0 rows) - -SELECT * FROM - jsonb_populate_recordset(null::record, '[]') AS (x int, y int); - x | y ----+--- -(0 rows) - --- composite domain -SELECT jsonb_populate_recordset(null::jb_ordered_pair, '[{"x": 0, "y": 1}]'); - jsonb_populate_recordset --------------------------- - (0,1) -(1 row) - -SELECT jsonb_populate_recordset(row(1,2)::jb_ordered_pair, '[{"x": 0}, {"y": 3}]'); - jsonb_populate_recordset --------------------------- - (0,2) - (1,3) -(2 rows) - -SELECT jsonb_populate_recordset(row(1,2)::jb_ordered_pair, '[{"x": 1, "y": 0}]'); -ERROR: value for domain jb_ordered_pair violates check constraint "jb_ordered_pair_check" --- negative cases where the wrong record type is supplied -select * from jsonb_populate_recordset(row(0::int),'[{"a":"1","b":"2"},{"a":"3"}]') q (a text, b text); -ERROR: function return row and query-specified return row do not match -DETAIL: Returned row contains 1 attribute, but query expects 2. -select * from jsonb_populate_recordset(row(0::int,0::int),'[{"a":"1","b":"2"},{"a":"3"}]') q (a text, b text); -ERROR: function return row and query-specified return row do not match -DETAIL: Returned type integer at ordinal position 1, but query expects text. -select * from jsonb_populate_recordset(row(0::int,0::int,0::int),'[{"a":"1","b":"2"},{"a":"3"}]') q (a text, b text); -ERROR: function return row and query-specified return row do not match -DETAIL: Returned row contains 3 attributes, but query expects 2. -select * from jsonb_populate_recordset(row(1000000000::int,50::int),'[{"b":"2"},{"a":"3"}]') q (a text, b text); -ERROR: function return row and query-specified return row do not match -DETAIL: Returned type integer at ordinal position 1, but query expects text. --- jsonb_to_record and jsonb_to_recordset -select * from jsonb_to_record('{"a":1,"b":"foo","c":"bar"}') - as x(a int, b text, d text); - a | b | d ----+-----+--- - 1 | foo | -(1 row) - -select * from jsonb_to_recordset('[{"a":1,"b":"foo","d":false},{"a":2,"b":"bar","c":true}]') - as x(a int, b text, c boolean); - a | b | c ----+-----+--- - 1 | foo | - 2 | bar | t -(2 rows) - -select *, c is null as c_is_null -from jsonb_to_record('{"a":1, "b":{"c":16, "d":2}, "x":8, "ca": ["1 2", 3], "ia": [[1,2],[3,4]], "r": {"a": "aaa", "b": 123}}'::jsonb) - as t(a int, b jsonb, c text, x int, ca char(5)[], ia int[][], r jbpop); - a | b | c | x | ca | ia | r | c_is_null ----+-------------------+---+---+-------------------+---------------+------------+----------- - 1 | {"c": 16, "d": 2} | | 8 | {"1 2 ","3 "} | {{1,2},{3,4}} | (aaa,123,) | t -(1 row) - -select *, c is null as c_is_null -from jsonb_to_recordset('[{"a":1, "b":{"c":16, "d":2}, "x":8}]'::jsonb) - as t(a int, b jsonb, c text, x int); - a | b | c | x | c_is_null ----+-------------------+---+---+----------- - 1 | {"c": 16, "d": 2} | | 8 | t -(1 row) - -select * from jsonb_to_record('{"ia": null}') as x(ia _int4); - ia ----- - -(1 row) - -select * from jsonb_to_record('{"ia": 123}') as x(ia _int4); -ERROR: expected JSON array -HINT: See the value of key "ia". -select * from jsonb_to_record('{"ia": [1, "2", null, 4]}') as x(ia _int4); - ia --------------- - {1,2,NULL,4} -(1 row) - -select * from jsonb_to_record('{"ia": [[1, 2], [3, 4]]}') as x(ia _int4); - ia ---------------- - {{1,2},{3,4}} -(1 row) - -select * from jsonb_to_record('{"ia": [[1], 2]}') as x(ia _int4); -ERROR: expected JSON array -HINT: See the array element [1] of key "ia". -select * from jsonb_to_record('{"ia": [[1], [2, 3]]}') as x(ia _int4); -ERROR: malformed JSON array -DETAIL: Multidimensional arrays must have sub-arrays with matching dimensions. -select * from jsonb_to_record('{"ia2": [1, 2, 3]}') as x(ia2 int[][]); - ia2 ---------- - {1,2,3} -(1 row) - -select * from jsonb_to_record('{"ia2": [[1, 2], [3, 4]]}') as x(ia2 int4[][]); - ia2 ---------------- - {{1,2},{3,4}} -(1 row) - -select * from jsonb_to_record('{"ia2": [[[1], [2], [3]]]}') as x(ia2 int4[][]); - ia2 ------------------ - {{{1},{2},{3}}} -(1 row) - -select * from jsonb_to_record('{"out": {"key": 1}}') as x(out json); - out ------------- - {"key": 1} -(1 row) - -select * from jsonb_to_record('{"out": [{"key": 1}]}') as x(out json); - out --------------- - [{"key": 1}] -(1 row) - -select * from jsonb_to_record('{"out": "{\"key\": 1}"}') as x(out json); - out ----------------- - "{\"key\": 1}" -(1 row) - -select * from jsonb_to_record('{"out": {"key": 1}}') as x(out jsonb); - out ------------- - {"key": 1} -(1 row) - -select * from jsonb_to_record('{"out": [{"key": 1}]}') as x(out jsonb); - out --------------- - [{"key": 1}] -(1 row) - -select * from jsonb_to_record('{"out": "{\"key\": 1}"}') as x(out jsonb); - out ----------------- - "{\"key\": 1}" -(1 row) - --- test type info caching in jsonb_populate_record() -CREATE TEMP TABLE jsbpoptest (js jsonb); -INSERT INTO jsbpoptest -SELECT '{ - "jsa": [1, "2", null, 4], - "rec": {"a": "abc", "c": "01.02.2003", "x": 43.2}, - "reca": [{"a": "abc", "b": 456}, null, {"c": "01.02.2003", "x": 43.2}] -}'::jsonb -FROM generate_series(1, 3); -SELECT (jsonb_populate_record(NULL::jsbrec, js)).* FROM jsbpoptest; - i | ia | ia1 | ia2 | ia3 | ia1d | ia2d | t | ta | c | ca | ts | js | jsb | jsa | rec | reca ----+----+-----+-----+-----+------+------+---+----+---+----+----+----+-----+--------------------+-----------------------------------+-------------------------------------------------------- - | | | | | | | | | | | | | | {1,"\"2\"",NULL,4} | (abc,,"Thu Jan 02 00:00:00 2003") | {"(abc,456,)",NULL,"(,,\"Thu Jan 02 00:00:00 2003\")"} - | | | | | | | | | | | | | | {1,"\"2\"",NULL,4} | (abc,,"Thu Jan 02 00:00:00 2003") | {"(abc,456,)",NULL,"(,,\"Thu Jan 02 00:00:00 2003\")"} - | | | | | | | | | | | | | | {1,"\"2\"",NULL,4} | (abc,,"Thu Jan 02 00:00:00 2003") | {"(abc,456,)",NULL,"(,,\"Thu Jan 02 00:00:00 2003\")"} -(3 rows) - -DROP TYPE jsbrec; -DROP TYPE jsbrec_i_not_null; -DROP DOMAIN jsb_int_not_null; -DROP DOMAIN jsb_int_array_1d; -DROP DOMAIN jsb_int_array_2d; -DROP DOMAIN jb_ordered_pair; -DROP TYPE jb_unordered_pair; --- indexing -SELECT count(*) FROM testjsonb WHERE j @> '{"wait":null}'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"wait":"CC"}'; - count -------- - 15 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"wait":"CC", "public":true}'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"age":25}'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"age":25.0}'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j ? 'public'; - count -------- - 194 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j ? 'bar'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j ?| ARRAY['public','disabled']; - count -------- - 337 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j ?& ARRAY['public','disabled']; - count -------- - 42 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == null'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '"CC" == $.wait'; - count -------- - 15 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == "CC" && true == $.public'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.age == 25'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.age == 25.0'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($)'; - count -------- - 1012 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.public)'; - count -------- - 194 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.bar)'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.public) || exists($.disabled)'; - count -------- - 337 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.public) && exists($.disabled)'; - count -------- - 42 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.wait ? (@ == null)'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.wait ? ("CC" == @)'; - count -------- - 15 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$ ? (@.wait == "CC" && true == @.public)'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.age ? (@ == 25)'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$ ? (@.age == 25.0)'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$'; - count -------- - 1012 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.public'; - count -------- - 194 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.bar'; - count -------- - 0 -(1 row) - -CREATE INDEX jidx ON testjsonb USING gin (j); -SET enable_seqscan = off; -SELECT count(*) FROM testjsonb WHERE j @> '{"wait":null}'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"wait":"CC"}'; - count -------- - 15 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"wait":"CC", "public":true}'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"age":25}'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"age":25.0}'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"array":["foo"]}'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"array":["bar"]}'; - count -------- - 3 -(1 row) - --- exercise GIN_SEARCH_MODE_ALL -SELECT count(*) FROM testjsonb WHERE j @> '{}'; - count -------- - 1012 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j ? 'public'; - count -------- - 194 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j ? 'bar'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j ?| ARRAY['public','disabled']; - count -------- - 337 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j ?& ARRAY['public','disabled']; - count -------- - 42 -(1 row) - -EXPLAIN (COSTS OFF) -SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == null'; - QUERY PLAN ------------------------------------------------------------------ - Aggregate - -> Bitmap Heap Scan on testjsonb - Recheck Cond: (j @@ '($."wait" == null)'::jsonpath) - -> Bitmap Index Scan on jidx - Index Cond: (j @@ '($."wait" == null)'::jsonpath) -(5 rows) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == null'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($ ? (@.wait == null))'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.wait ? (@ == null))'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '"CC" == $.wait'; - count -------- - 15 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == "CC" && true == $.public'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.age == 25'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.age == 25.0'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.array[*] == "foo"'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.array[*] == "bar"'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($ ? (@.array[*] == "bar"))'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.array ? (@[*] == "bar"))'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.array[*] ? (@ == "bar"))'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($)'; - count -------- - 1012 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.public)'; - count -------- - 194 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.bar)'; - count -------- - 0 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.public) || exists($.disabled)'; - count -------- - 337 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.public) && exists($.disabled)'; - count -------- - 42 -(1 row) - -EXPLAIN (COSTS OFF) -SELECT count(*) FROM testjsonb WHERE j @? '$.wait ? (@ == null)'; - QUERY PLAN -------------------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on testjsonb - Recheck Cond: (j @? '$."wait"?(@ == null)'::jsonpath) - -> Bitmap Index Scan on jidx - Index Cond: (j @? '$."wait"?(@ == null)'::jsonpath) -(5 rows) - -SELECT count(*) FROM testjsonb WHERE j @? '$.wait ? (@ == null)'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.wait ? ("CC" == @)'; - count -------- - 15 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$ ? (@.wait == "CC" && true == @.public)'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.age ? (@ == 25)'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$ ? (@.age == 25.0)'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$ ? (@.array[*] == "bar")'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.array ? (@[*] == "bar")'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.array[*] ? (@ == "bar")'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$'; - count -------- - 1012 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.public'; - count -------- - 194 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.bar'; - count -------- - 0 -(1 row) - --- array exists - array elements should behave as keys (for GIN index scans too) -CREATE INDEX jidx_array ON testjsonb USING gin((j->'array')); -SELECT count(*) from testjsonb WHERE j->'array' ? 'bar'; - count -------- - 3 -(1 row) - --- type sensitive array exists - should return no rows (since "exists" only --- matches strings that are either object keys or array elements) -SELECT count(*) from testjsonb WHERE j->'array' ? '5'::text; - count -------- - 0 -(1 row) - --- However, a raw scalar is *contained* within the array -SELECT count(*) from testjsonb WHERE j->'array' @> '5'::jsonb; - count -------- - 1 -(1 row) - -RESET enable_seqscan; -SELECT count(*) FROM (SELECT (jsonb_each(j)).key FROM testjsonb) AS wow; - count -------- - 4791 -(1 row) - -SELECT key, count(*) FROM (SELECT (jsonb_each(j)).key FROM testjsonb) AS wow GROUP BY key ORDER BY count DESC, key; - key | count ------------+------- - line | 884 - query | 207 - pos | 203 - node | 202 - space | 197 - status | 195 - public | 194 - title | 190 - wait | 190 - org | 189 - user | 189 - coauthors | 188 - disabled | 185 - indexed | 184 - cleaned | 180 - bad | 179 - date | 179 - world | 176 - state | 172 - subtitle | 169 - auth | 168 - abstract | 161 - array | 5 - age | 2 - foo | 2 - fool | 1 -(26 rows) - --- sort/hash -SELECT count(distinct j) FROM testjsonb; - count -------- - 894 -(1 row) - -SET enable_hashagg = off; -SELECT count(*) FROM (SELECT j FROM (SELECT * FROM testjsonb UNION ALL SELECT * FROM testjsonb) js GROUP BY j) js2; - count -------- - 894 -(1 row) - -SET enable_hashagg = on; -SET enable_sort = off; -SELECT count(*) FROM (SELECT j FROM (SELECT * FROM testjsonb UNION ALL SELECT * FROM testjsonb) js GROUP BY j) js2; - count -------- - 894 -(1 row) - -SELECT distinct * FROM (values (jsonb '{}' || ''::text),('{}')) v(j); - j ----- - {} -(1 row) - -SET enable_sort = on; -RESET enable_hashagg; -RESET enable_sort; -DROP INDEX jidx; -DROP INDEX jidx_array; --- btree -CREATE INDEX jidx ON testjsonb USING btree (j); -SET enable_seqscan = off; -SELECT count(*) FROM testjsonb WHERE j > '{"p":1}'; - count -------- - 884 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j = '{"pos":98, "line":371, "node":"CBA", "indexed":true}'; - count -------- - 1 -(1 row) - ---gin path opclass -DROP INDEX jidx; -CREATE INDEX jidx ON testjsonb USING gin (j jsonb_path_ops); -SET enable_seqscan = off; -SELECT count(*) FROM testjsonb WHERE j @> '{"wait":null}'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"wait":"CC"}'; - count -------- - 15 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"wait":"CC", "public":true}'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"age":25}'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @> '{"age":25.0}'; - count -------- - 2 -(1 row) - --- exercise GIN_SEARCH_MODE_ALL -SELECT count(*) FROM testjsonb WHERE j @> '{}'; - count -------- - 1012 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == null'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($ ? (@.wait == null))'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.wait ? (@ == null))'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '"CC" == $.wait'; - count -------- - 15 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == "CC" && true == $.public'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.age == 25'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.age == 25.0'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.array[*] == "foo"'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.array[*] == "bar"'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($ ? (@.array[*] == "bar"))'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.array ? (@[*] == "bar"))'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($.array[*] ? (@ == "bar"))'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ 'exists($)'; - count -------- - 1012 -(1 row) - -EXPLAIN (COSTS OFF) -SELECT count(*) FROM testjsonb WHERE j @? '$.wait ? (@ == null)'; - QUERY PLAN -------------------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on testjsonb - Recheck Cond: (j @? '$."wait"?(@ == null)'::jsonpath) - -> Bitmap Index Scan on jidx - Index Cond: (j @? '$."wait"?(@ == null)'::jsonpath) -(5 rows) - -SELECT count(*) FROM testjsonb WHERE j @? '$.wait ? (@ == null)'; - count -------- - 1 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.wait ? ("CC" == @)'; - count -------- - 15 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$ ? (@.wait == "CC" && true == @.public)'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.age ? (@ == 25)'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$ ? (@.age == 25.0)'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$ ? (@.array[*] == "bar")'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.array ? (@[*] == "bar")'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.array[*] ? (@ == "bar")'; - count -------- - 3 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$'; - count -------- - 1012 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.public'; - count -------- - 194 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @? '$.bar'; - count -------- - 0 -(1 row) - -RESET enable_seqscan; -DROP INDEX jidx; --- nested tests -SELECT '{"ff":{"a":12,"b":16}}'::jsonb; - jsonb ----------------------------- - {"ff": {"a": 12, "b": 16}} -(1 row) - -SELECT '{"ff":{"a":12,"b":16},"qq":123}'::jsonb; - jsonb ---------------------------------------- - {"ff": {"a": 12, "b": 16}, "qq": 123} -(1 row) - -SELECT '{"aa":["a","aaa"],"qq":{"a":12,"b":16,"c":["c1","c2"],"d":{"d1":"d1","d2":"d2","d1":"d3"}}}'::jsonb; - jsonb --------------------------------------------------------------------------------------------------- - {"aa": ["a", "aaa"], "qq": {"a": 12, "b": 16, "c": ["c1", "c2"], "d": {"d1": "d3", "d2": "d2"}}} -(1 row) - -SELECT '{"aa":["a","aaa"],"qq":{"a":"12","b":"16","c":["c1","c2"],"d":{"d1":"d1","d2":"d2"}}}'::jsonb; - jsonb ------------------------------------------------------------------------------------------------------- - {"aa": ["a", "aaa"], "qq": {"a": "12", "b": "16", "c": ["c1", "c2"], "d": {"d1": "d1", "d2": "d2"}}} -(1 row) - -SELECT '{"aa":["a","aaa"],"qq":{"a":"12","b":"16","c":["c1","c2",["c3"],{"c4":4}],"d":{"d1":"d1","d2":"d2"}}}'::jsonb; - jsonb -------------------------------------------------------------------------------------------------------------------------- - {"aa": ["a", "aaa"], "qq": {"a": "12", "b": "16", "c": ["c1", "c2", ["c3"], {"c4": 4}], "d": {"d1": "d1", "d2": "d2"}}} -(1 row) - -SELECT '{"ff":["a","aaa"]}'::jsonb; - jsonb ----------------------- - {"ff": ["a", "aaa"]} -(1 row) - -SELECT - '{"ff":{"a":12,"b":16},"qq":123,"x":[1,2],"Y":null}'::jsonb -> 'ff', - '{"ff":{"a":12,"b":16},"qq":123,"x":[1,2],"Y":null}'::jsonb -> 'qq', - ('{"ff":{"a":12,"b":16},"qq":123,"x":[1,2],"Y":null}'::jsonb -> 'Y') IS NULL AS f, - ('{"ff":{"a":12,"b":16},"qq":123,"x":[1,2],"Y":null}'::jsonb ->> 'Y') IS NULL AS t, - '{"ff":{"a":12,"b":16},"qq":123,"x":[1,2],"Y":null}'::jsonb -> 'x'; - ?column? | ?column? | f | t | ?column? ---------------------+----------+---+---+---------- - {"a": 12, "b": 16} | 123 | f | t | [1, 2] -(1 row) - --- nested containment -SELECT '{"a":[1,2],"c":"b"}'::jsonb @> '{"a":[1,2]}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":[2,1],"c":"b"}'::jsonb @> '{"a":[1,2]}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":{"1":2},"c":"b"}'::jsonb @> '{"a":[1,2]}'; - ?column? ----------- - f -(1 row) - -SELECT '{"a":{"2":1},"c":"b"}'::jsonb @> '{"a":[1,2]}'; - ?column? ----------- - f -(1 row) - -SELECT '{"a":{"1":2},"c":"b"}'::jsonb @> '{"a":{"1":2}}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":{"2":1},"c":"b"}'::jsonb @> '{"a":{"1":2}}'; - ?column? ----------- - f -(1 row) - -SELECT '["a","b"]'::jsonb @> '["a","b","c","b"]'; - ?column? ----------- - f -(1 row) - -SELECT '["a","b","c","b"]'::jsonb @> '["a","b"]'; - ?column? ----------- - t -(1 row) - -SELECT '["a","b","c",[1,2]]'::jsonb @> '["a",[1,2]]'; - ?column? ----------- - t -(1 row) - -SELECT '["a","b","c",[1,2]]'::jsonb @> '["b",[1,2]]'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":[1,2],"c":"b"}'::jsonb @> '{"a":[1]}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":[1,2],"c":"b"}'::jsonb @> '{"a":[2]}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":[1,2],"c":"b"}'::jsonb @> '{"a":[3]}'; - ?column? ----------- - f -(1 row) - -SELECT '{"a":[1,2,{"c":3,"x":4}],"c":"b"}'::jsonb @> '{"a":[{"c":3}]}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":[1,2,{"c":3,"x":4}],"c":"b"}'::jsonb @> '{"a":[{"x":4}]}'; - ?column? ----------- - t -(1 row) - -SELECT '{"a":[1,2,{"c":3,"x":4}],"c":"b"}'::jsonb @> '{"a":[{"x":4},3]}'; - ?column? ----------- - f -(1 row) - -SELECT '{"a":[1,2,{"c":3,"x":4}],"c":"b"}'::jsonb @> '{"a":[{"x":4},1]}'; - ?column? ----------- - t -(1 row) - --- check some corner cases for indexed nested containment (bug #13756) -create temp table nestjsonb (j jsonb); -insert into nestjsonb (j) values ('{"a":[["b",{"x":1}],["b",{"x":2}]],"c":3}'); -insert into nestjsonb (j) values ('[[14,2,3]]'); -insert into nestjsonb (j) values ('[1,[14,2,3]]'); -create index on nestjsonb using gin(j jsonb_path_ops); -set enable_seqscan = on; -set enable_bitmapscan = off; -select * from nestjsonb where j @> '{"a":[[{"x":2}]]}'::jsonb; - j ---------------------------------------------------- - {"a": [["b", {"x": 1}], ["b", {"x": 2}]], "c": 3} -(1 row) - -select * from nestjsonb where j @> '{"c":3}'; - j ---------------------------------------------------- - {"a": [["b", {"x": 1}], ["b", {"x": 2}]], "c": 3} -(1 row) - -select * from nestjsonb where j @> '[[14]]'; - j ------------------ - [[14, 2, 3]] - [1, [14, 2, 3]] -(2 rows) - -set enable_seqscan = off; -set enable_bitmapscan = on; -select * from nestjsonb where j @> '{"a":[[{"x":2}]]}'::jsonb; - j ---------------------------------------------------- - {"a": [["b", {"x": 1}], ["b", {"x": 2}]], "c": 3} -(1 row) - -select * from nestjsonb where j @> '{"c":3}'; - j ---------------------------------------------------- - {"a": [["b", {"x": 1}], ["b", {"x": 2}]], "c": 3} -(1 row) - -select * from nestjsonb where j @> '[[14]]'; - j ------------------ - [[14, 2, 3]] - [1, [14, 2, 3]] -(2 rows) - -reset enable_seqscan; -reset enable_bitmapscan; --- nested object field / array index lookup -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb -> 'n'; - ?column? ----------- - null -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb -> 'a'; - ?column? ----------- - 1 -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb -> 'b'; - ?column? ----------- - [1, 2] -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb -> 'c'; - ?column? ----------- - {"1": 2} -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb -> 'd'; - ?column? ---------------- - {"1": [2, 3]} -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb -> 'd' -> '1'; - ?column? ----------- - [2, 3] -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb -> 'e'; - ?column? ----------- - -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb -> 0; --expecting error - ?column? ----------- - -(1 row) - -SELECT '["a","b","c",[1,2],null]'::jsonb -> 0; - ?column? ----------- - "a" -(1 row) - -SELECT '["a","b","c",[1,2],null]'::jsonb -> 1; - ?column? ----------- - "b" -(1 row) - -SELECT '["a","b","c",[1,2],null]'::jsonb -> 2; - ?column? ----------- - "c" -(1 row) - -SELECT '["a","b","c",[1,2],null]'::jsonb -> 3; - ?column? ----------- - [1, 2] -(1 row) - -SELECT '["a","b","c",[1,2],null]'::jsonb -> 3 -> 1; - ?column? ----------- - 2 -(1 row) - -SELECT '["a","b","c",[1,2],null]'::jsonb -> 4; - ?column? ----------- - null -(1 row) - -SELECT '["a","b","c",[1,2],null]'::jsonb -> 5; - ?column? ----------- - -(1 row) - -SELECT '["a","b","c",[1,2],null]'::jsonb -> -1; - ?column? ----------- - null -(1 row) - -SELECT '["a","b","c",[1,2],null]'::jsonb -> -5; - ?column? ----------- - "a" -(1 row) - -SELECT '["a","b","c",[1,2],null]'::jsonb -> -6; - ?column? ----------- - -(1 row) - ---nested path extraction -SELECT '{"a":"b","c":[1,2,3]}'::jsonb #> '{0}'; - ?column? ----------- - -(1 row) - -SELECT '{"a":"b","c":[1,2,3]}'::jsonb #> '{a}'; - ?column? ----------- - "b" -(1 row) - -SELECT '{"a":"b","c":[1,2,3]}'::jsonb #> '{c}'; - ?column? ------------ - [1, 2, 3] -(1 row) - -SELECT '{"a":"b","c":[1,2,3]}'::jsonb #> '{c,0}'; - ?column? ----------- - 1 -(1 row) - -SELECT '{"a":"b","c":[1,2,3]}'::jsonb #> '{c,1}'; - ?column? ----------- - 2 -(1 row) - -SELECT '{"a":"b","c":[1,2,3]}'::jsonb #> '{c,2}'; - ?column? ----------- - 3 -(1 row) - -SELECT '{"a":"b","c":[1,2,3]}'::jsonb #> '{c,3}'; - ?column? ----------- - -(1 row) - -SELECT '{"a":"b","c":[1,2,3]}'::jsonb #> '{c,-1}'; - ?column? ----------- - 3 -(1 row) - -SELECT '{"a":"b","c":[1,2,3]}'::jsonb #> '{c,-3}'; - ?column? ----------- - 1 -(1 row) - -SELECT '{"a":"b","c":[1,2,3]}'::jsonb #> '{c,-4}'; - ?column? ----------- - -(1 row) - -SELECT '[0,1,2,[3,4],{"5":"five"}]'::jsonb #> '{0}'; - ?column? ----------- - 0 -(1 row) - -SELECT '[0,1,2,[3,4],{"5":"five"}]'::jsonb #> '{3}'; - ?column? ----------- - [3, 4] -(1 row) - -SELECT '[0,1,2,[3,4],{"5":"five"}]'::jsonb #> '{4}'; - ?column? ---------------- - {"5": "five"} -(1 row) - -SELECT '[0,1,2,[3,4],{"5":"five"}]'::jsonb #> '{4,5}'; - ?column? ----------- - "five" -(1 row) - ---nested exists -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb ? 'n'; - ?column? ----------- - t -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb ? 'a'; - ?column? ----------- - t -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb ? 'b'; - ?column? ----------- - t -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb ? 'c'; - ?column? ----------- - t -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb ? 'd'; - ?column? ----------- - t -(1 row) - -SELECT '{"n":null,"a":1,"b":[1,2],"c":{"1":2},"d":{"1":[2,3]}}'::jsonb ? 'e'; - ?column? ----------- - f -(1 row) - --- jsonb_strip_nulls -select jsonb_strip_nulls(null); - jsonb_strip_nulls -------------------- - -(1 row) - -select jsonb_strip_nulls('1'); - jsonb_strip_nulls -------------------- - 1 -(1 row) - -select jsonb_strip_nulls('"a string"'); - jsonb_strip_nulls -------------------- - "a string" -(1 row) - -select jsonb_strip_nulls('null'); - jsonb_strip_nulls -------------------- - null -(1 row) - -select jsonb_strip_nulls('[1,2,null,3,4]'); - jsonb_strip_nulls --------------------- - [1, 2, null, 3, 4] -(1 row) - -select jsonb_strip_nulls('{"a":1,"b":null,"c":[2,null,3],"d":{"e":4,"f":null}}'); - jsonb_strip_nulls --------------------------------------------- - {"a": 1, "c": [2, null, 3], "d": {"e": 4}} -(1 row) - -select jsonb_strip_nulls('[1,{"a":1,"b":null,"c":2},3]'); - jsonb_strip_nulls --------------------------- - [1, {"a": 1, "c": 2}, 3] -(1 row) - --- an empty object is not null and should not be stripped -select jsonb_strip_nulls('{"a": {"b": null, "c": null}, "d": {} }'); - jsonb_strip_nulls --------------------- - {"a": {}, "d": {}} -(1 row) - --- jsonb_strip_nulls (strip_in_arrays=true) -select jsonb_strip_nulls(null, true); - jsonb_strip_nulls -------------------- - -(1 row) - -select jsonb_strip_nulls('1', true); - jsonb_strip_nulls -------------------- - 1 -(1 row) - -select jsonb_strip_nulls('"a string"', true); - jsonb_strip_nulls -------------------- - "a string" -(1 row) - -select jsonb_strip_nulls('null', true); - jsonb_strip_nulls -------------------- - null -(1 row) - -select jsonb_strip_nulls('[1,2,null,3,4]', true); - jsonb_strip_nulls -------------------- - [1, 2, 3, 4] -(1 row) - -select jsonb_strip_nulls('{"a":1,"b":null,"c":[2,null,3],"d":{"e":4,"f":null}}', true); - jsonb_strip_nulls --------------------------------------- - {"a": 1, "c": [2, 3], "d": {"e": 4}} -(1 row) - -select jsonb_strip_nulls('[1,{"a":1,"b":null,"c":2},3]', true); - jsonb_strip_nulls --------------------------- - [1, {"a": 1, "c": 2}, 3] -(1 row) - --- an empty object is not null and should not be stripped -select jsonb_strip_nulls('{"a": {"b": null, "c": null}, "d": {} }', true); - jsonb_strip_nulls --------------------- - {"a": {}, "d": {}} -(1 row) - -select jsonb_pretty('{"a": "test", "b": [1, 2, 3], "c": "test3", "d":{"dd": "test4", "dd2":{"ddd": "test5"}}}'); - jsonb_pretty ----------------------------- - { + - "a": "test", + - "b": [ + - 1, + - 2, + - 3 + - ], + - "c": "test3", + - "d": { + - "dd": "test4", + - "dd2": { + - "ddd": "test5"+ - } + - } + - } -(1 row) - -select jsonb_pretty('[{"f1":1,"f2":null},2,null,[[{"x":true},6,7],8],3]'); - jsonb_pretty ---------------------------- - [ + - { + - "f1": 1, + - "f2": null + - }, + - 2, + - null, + - [ + - [ + - { + - "x": true+ - }, + - 6, + - 7 + - ], + - 8 + - ], + - 3 + - ] -(1 row) - -select jsonb_pretty('{"a":["b", "c"], "d": {"e":"f"}}'); - jsonb_pretty ------------------- - { + - "a": [ + - "b", + - "c" + - ], + - "d": { + - "e": "f"+ - } + - } -(1 row) - -select jsonb_concat('{"d": "test", "a": [1, 2]}', '{"g": "test2", "c": {"c1":1, "c2":2}}'); - jsonb_concat -------------------------------------------------------------------- - {"a": [1, 2], "c": {"c1": 1, "c2": 2}, "d": "test", "g": "test2"} -(1 row) - -select '{"aa":1 , "b":2, "cq":3}'::jsonb || '{"cq":"l", "b":"g", "fg":false}'; - ?column? ---------------------------------------------- - {"b": "g", "aa": 1, "cq": "l", "fg": false} -(1 row) - -select '{"aa":1 , "b":2, "cq":3}'::jsonb || '{"aq":"l"}'; - ?column? ---------------------------------------- - {"b": 2, "aa": 1, "aq": "l", "cq": 3} -(1 row) - -select '{"aa":1 , "b":2, "cq":3}'::jsonb || '{"aa":"l"}'; - ?column? ------------------------------- - {"b": 2, "aa": "l", "cq": 3} -(1 row) - -select '{"aa":1 , "b":2, "cq":3}'::jsonb || '{}'; - ?column? ----------------------------- - {"b": 2, "aa": 1, "cq": 3} -(1 row) - -select '["a", "b"]'::jsonb || '["c"]'; - ?column? ------------------ - ["a", "b", "c"] -(1 row) - -select '["a", "b"]'::jsonb || '["c", "d"]'; - ?column? ----------------------- - ["a", "b", "c", "d"] -(1 row) - -select '["c"]' || '["a", "b"]'::jsonb; - ?column? ------------------ - ["c", "a", "b"] -(1 row) - -select '["a", "b"]'::jsonb || '"c"'; - ?column? ------------------ - ["a", "b", "c"] -(1 row) - -select '"c"' || '["a", "b"]'::jsonb; - ?column? ------------------ - ["c", "a", "b"] -(1 row) - -select '[]'::jsonb || '["a"]'::jsonb; - ?column? ----------- - ["a"] -(1 row) - -select '[]'::jsonb || '"a"'::jsonb; - ?column? ----------- - ["a"] -(1 row) - -select '"b"'::jsonb || '"a"'::jsonb; - ?column? ------------- - ["b", "a"] -(1 row) - -select '{}'::jsonb || '{"a":"b"}'::jsonb; - ?column? ------------- - {"a": "b"} -(1 row) - -select '[]'::jsonb || '{"a":"b"}'::jsonb; - ?column? --------------- - [{"a": "b"}] -(1 row) - -select '{"a":"b"}'::jsonb || '[]'::jsonb; - ?column? --------------- - [{"a": "b"}] -(1 row) - -select '"a"'::jsonb || '{"a":1}'; - ?column? ------------------ - ["a", {"a": 1}] -(1 row) - -select '{"a":1}' || '"a"'::jsonb; - ?column? ------------------ - [{"a": 1}, "a"] -(1 row) - -select '[3]'::jsonb || '{}'::jsonb; - ?column? ----------- - [3, {}] -(1 row) - -select '3'::jsonb || '[]'::jsonb; - ?column? ----------- - [3] -(1 row) - -select '3'::jsonb || '4'::jsonb; - ?column? ----------- - [3, 4] -(1 row) - -select '3'::jsonb || '{}'::jsonb; - ?column? ----------- - [3, {}] -(1 row) - -select '["a", "b"]'::jsonb || '{"c":1}'; - ?column? ----------------------- - ["a", "b", {"c": 1}] -(1 row) - -select '{"c": 1}'::jsonb || '["a", "b"]'; - ?column? ----------------------- - [{"c": 1}, "a", "b"] -(1 row) - -select '{}'::jsonb || '{"cq":"l", "b":"g", "fg":false}'; - ?column? ------------------------------------- - {"b": "g", "cq": "l", "fg": false} -(1 row) - -select pg_column_size('{}'::jsonb || '{}'::jsonb) = pg_column_size('{}'::jsonb); - ?column? ----------- - t -(1 row) - -select pg_column_size('{"aa":1}'::jsonb || '{"b":2}'::jsonb) = pg_column_size('{"aa":1, "b":2}'::jsonb); - ?column? ----------- - t -(1 row) - -select pg_column_size('{"aa":1, "b":2}'::jsonb || '{}'::jsonb) = pg_column_size('{"aa":1, "b":2}'::jsonb); - ?column? ----------- - t -(1 row) - -select pg_column_size('{}'::jsonb || '{"aa":1, "b":2}'::jsonb) = pg_column_size('{"aa":1, "b":2}'::jsonb); - ?column? ----------- - t -(1 row) - -select jsonb_delete('{"a":1 , "b":2, "c":3}'::jsonb, 'a'); - jsonb_delete ------------------- - {"b": 2, "c": 3} -(1 row) - -select jsonb_delete('{"a":null , "b":2, "c":3}'::jsonb, 'a'); - jsonb_delete ------------------- - {"b": 2, "c": 3} -(1 row) - -select jsonb_delete('{"a":1 , "b":2, "c":3}'::jsonb, 'b'); - jsonb_delete ------------------- - {"a": 1, "c": 3} -(1 row) - -select jsonb_delete('{"a":1 , "b":2, "c":3}'::jsonb, 'c'); - jsonb_delete ------------------- - {"a": 1, "b": 2} -(1 row) - -select jsonb_delete('{"a":1 , "b":2, "c":3}'::jsonb, 'd'); - jsonb_delete --------------------------- - {"a": 1, "b": 2, "c": 3} -(1 row) - -select '{"a":1 , "b":2, "c":3}'::jsonb - 'a'; - ?column? ------------------- - {"b": 2, "c": 3} -(1 row) - -select '{"a":null , "b":2, "c":3}'::jsonb - 'a'; - ?column? ------------------- - {"b": 2, "c": 3} -(1 row) - -select '{"a":1 , "b":2, "c":3}'::jsonb - 'b'; - ?column? ------------------- - {"a": 1, "c": 3} -(1 row) - -select '{"a":1 , "b":2, "c":3}'::jsonb - 'c'; - ?column? ------------------- - {"a": 1, "b": 2} -(1 row) - -select '{"a":1 , "b":2, "c":3}'::jsonb - 'd'; - ?column? --------------------------- - {"a": 1, "b": 2, "c": 3} -(1 row) - -select pg_column_size('{"a":1 , "b":2, "c":3}'::jsonb - 'b') = pg_column_size('{"a":1, "b":2}'::jsonb); - ?column? ----------- - t -(1 row) - -select '["a","b","c"]'::jsonb - 3; - ?column? ------------------ - ["a", "b", "c"] -(1 row) - -select '["a","b","c"]'::jsonb - 2; - ?column? ------------- - ["a", "b"] -(1 row) - -select '["a","b","c"]'::jsonb - 1; - ?column? ------------- - ["a", "c"] -(1 row) - -select '["a","b","c"]'::jsonb - 0; - ?column? ------------- - ["b", "c"] -(1 row) - -select '["a","b","c"]'::jsonb - -1; - ?column? ------------- - ["a", "b"] -(1 row) - -select '["a","b","c"]'::jsonb - -2; - ?column? ------------- - ["a", "c"] -(1 row) - -select '["a","b","c"]'::jsonb - -3; - ?column? ------------- - ["b", "c"] -(1 row) - -select '["a","b","c"]'::jsonb - -4; - ?column? ------------------ - ["a", "b", "c"] -(1 row) - -select '{"a":1 , "b":2, "c":3}'::jsonb - '{b}'::text[]; - ?column? ------------------- - {"a": 1, "c": 3} -(1 row) - -select '{"a":1 , "b":2, "c":3}'::jsonb - '{c,b}'::text[]; - ?column? ----------- - {"a": 1} -(1 row) - -select '{"a":1 , "b":2, "c":3}'::jsonb - '{}'::text[]; - ?column? --------------------------- - {"a": 1, "b": 2, "c": 3} -(1 row) - -select jsonb_set('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb, '{n}', '[1,2,3]'); - jsonb_set --------------------------------------------------------------------------- - {"a": 1, "b": [1, 2], "c": {"1": 2}, "d": {"1": [2, 3]}, "n": [1, 2, 3]} -(1 row) - -select jsonb_set('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb, '{b,-1}', '[1,2,3]'); - jsonb_set ------------------------------------------------------------------------------ - {"a": 1, "b": [1, [1, 2, 3]], "c": {"1": 2}, "d": {"1": [2, 3]}, "n": null} -(1 row) - -select jsonb_set('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb, '{d,1,0}', '[1,2,3]'); - jsonb_set ------------------------------------------------------------------------------ - {"a": 1, "b": [1, 2], "c": {"1": 2}, "d": {"1": [[1, 2, 3], 3]}, "n": null} -(1 row) - -select jsonb_set('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb, '{d,NULL,0}', '[1,2,3]'); -ERROR: path element at position 2 is null -select jsonb_set('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb, '{n}', '{"1": 2}'); - jsonb_set -------------------------------------------------------------------------- - {"a": 1, "b": [1, 2], "c": {"1": 2}, "d": {"1": [2, 3]}, "n": {"1": 2}} -(1 row) - -select jsonb_set('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb, '{b,-1}', '{"1": 2}'); - jsonb_set ----------------------------------------------------------------------------- - {"a": 1, "b": [1, {"1": 2}], "c": {"1": 2}, "d": {"1": [2, 3]}, "n": null} -(1 row) - -select jsonb_set('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb, '{d,1,0}', '{"1": 2}'); - jsonb_set ----------------------------------------------------------------------------- - {"a": 1, "b": [1, 2], "c": {"1": 2}, "d": {"1": [{"1": 2}, 3]}, "n": null} -(1 row) - -select jsonb_set('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb, '{d,NULL,0}', '{"1": 2}'); -ERROR: path element at position 2 is null -select jsonb_set('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb, '{b,-1}', '"test"'); - jsonb_set --------------------------------------------------------------------------- - {"a": 1, "b": [1, "test"], "c": {"1": 2}, "d": {"1": [2, 3]}, "n": null} -(1 row) - -select jsonb_set('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb, '{b,-1}', '{"f": "test"}'); - jsonb_set ---------------------------------------------------------------------------------- - {"a": 1, "b": [1, {"f": "test"}], "c": {"1": 2}, "d": {"1": [2, 3]}, "n": null} -(1 row) - -select jsonb_delete_path('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}', '{n}'); - jsonb_delete_path ----------------------------------------------------------- - {"a": 1, "b": [1, 2], "c": {"1": 2}, "d": {"1": [2, 3]}} -(1 row) - -select jsonb_delete_path('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}', '{b,-1}'); - jsonb_delete_path ------------------------------------------------------------------- - {"a": 1, "b": [1], "c": {"1": 2}, "d": {"1": [2, 3]}, "n": null} -(1 row) - -select jsonb_delete_path('{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}', '{d,1,0}'); - jsonb_delete_path ------------------------------------------------------------------- - {"a": 1, "b": [1, 2], "c": {"1": 2}, "d": {"1": [3]}, "n": null} -(1 row) - -select jsonb_delete_path('{"a":[]}', '{"a",-2147483648}'); - jsonb_delete_path -------------------- - {"a": []} -(1 row) - -select '{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb #- '{n}'; - ?column? ----------------------------------------------------------- - {"a": 1, "b": [1, 2], "c": {"1": 2}, "d": {"1": [2, 3]}} -(1 row) - -select '{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb #- '{b,-1}'; - ?column? ------------------------------------------------------------------- - {"a": 1, "b": [1], "c": {"1": 2}, "d": {"1": [2, 3]}, "n": null} -(1 row) - -select '{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb #- '{b,-1e}'; -- invalid array subscript -ERROR: path element at position 2 is not an integer: "-1e" -select '{"n":null, "a":1, "b":[1,2], "c":{"1":2}, "d":{"1":[2,3]}}'::jsonb #- '{d,1,0}'; - ?column? ------------------------------------------------------------------- - {"a": 1, "b": [1, 2], "c": {"1": 2}, "d": {"1": [3]}, "n": null} -(1 row) - --- empty structure and error conditions for delete and replace -select '"a"'::jsonb - 'a'; -- error -ERROR: cannot delete from scalar -select '{}'::jsonb - 'a'; - ?column? ----------- - {} -(1 row) - -select '[]'::jsonb - 'a'; - ?column? ----------- - [] -(1 row) - -select '"a"'::jsonb - 1; -- error -ERROR: cannot delete from scalar -select '{}'::jsonb - 1; -- error -ERROR: cannot delete from object using integer index -select '[]'::jsonb - 1; - ?column? ----------- - [] -(1 row) - -select '"a"'::jsonb #- '{a}'; -- error -ERROR: cannot delete path in scalar -select '{}'::jsonb #- '{a}'; - ?column? ----------- - {} -(1 row) - -select '[]'::jsonb #- '{a}'; - ?column? ----------- - [] -(1 row) - -select jsonb_set('"a"','{a}','"b"'); --error -ERROR: cannot set path in scalar -select jsonb_set('{}','{a}','"b"', false); - jsonb_set ------------ - {} -(1 row) - -select jsonb_set('[]','{1}','"b"', false); - jsonb_set ------------ - [] -(1 row) - -select jsonb_set('[{"f1":1,"f2":null},2,null,3]', '{0}','[2,3,4]', false); - jsonb_set -------------------------- - [[2, 3, 4], 2, null, 3] -(1 row) - --- jsonb_set adding instead of replacing --- prepend to array -select jsonb_set('{"a":1,"b":[0,1,2],"c":{"d":4}}','{b,-33}','{"foo":123}'); - jsonb_set -------------------------------------------------------- - {"a": 1, "b": [{"foo": 123}, 0, 1, 2], "c": {"d": 4}} -(1 row) - --- append to array -select jsonb_set('{"a":1,"b":[0,1,2],"c":{"d":4}}','{b,33}','{"foo":123}'); - jsonb_set -------------------------------------------------------- - {"a": 1, "b": [0, 1, 2, {"foo": 123}], "c": {"d": 4}} -(1 row) - --- check nesting levels addition -select jsonb_set('{"a":1,"b":[4,5,[0,1,2],6,7],"c":{"d":4}}','{b,2,33}','{"foo":123}'); - jsonb_set ---------------------------------------------------------------------- - {"a": 1, "b": [4, 5, [0, 1, 2, {"foo": 123}], 6, 7], "c": {"d": 4}} -(1 row) - --- add new key -select jsonb_set('{"a":1,"b":[0,1,2],"c":{"d":4}}','{c,e}','{"foo":123}'); - jsonb_set ------------------------------------------------------------- - {"a": 1, "b": [0, 1, 2], "c": {"d": 4, "e": {"foo": 123}}} -(1 row) - --- adding doesn't do anything if elements before last aren't present -select jsonb_set('{"a":1,"b":[0,1,2],"c":{"d":4}}','{x,-33}','{"foo":123}'); - jsonb_set ------------------------------------------ - {"a": 1, "b": [0, 1, 2], "c": {"d": 4}} -(1 row) - -select jsonb_set('{"a":1,"b":[0,1,2],"c":{"d":4}}','{x,y}','{"foo":123}'); - jsonb_set ------------------------------------------ - {"a": 1, "b": [0, 1, 2], "c": {"d": 4}} -(1 row) - --- add to empty object -select jsonb_set('{}','{x}','{"foo":123}'); - jsonb_set ---------------------- - {"x": {"foo": 123}} -(1 row) - ---add to empty array -select jsonb_set('[]','{0}','{"foo":123}'); - jsonb_set ----------------- - [{"foo": 123}] -(1 row) - -select jsonb_set('[]','{99}','{"foo":123}'); - jsonb_set ----------------- - [{"foo": 123}] -(1 row) - -select jsonb_set('[]','{-99}','{"foo":123}'); - jsonb_set ----------------- - [{"foo": 123}] -(1 row) - -select jsonb_set('{"a": [1, 2, 3]}', '{a, non_integer}', '"new_value"'); -ERROR: path element at position 2 is not an integer: "non_integer" -select jsonb_set('{"a": {"b": [1, 2, 3]}}', '{a, b, non_integer}', '"new_value"'); -ERROR: path element at position 3 is not an integer: "non_integer" -select jsonb_set('{"a": {"b": [1, 2, 3]}}', '{a, b, NULL}', '"new_value"'); -ERROR: path element at position 3 is null --- jsonb_set_lax -\pset null NULL --- pass though non nulls to jsonb_set -select jsonb_set_lax('{"a":1,"b":2}','{b}','5') ; - jsonb_set_lax ------------------- - {"a": 1, "b": 5} -(1 row) - -select jsonb_set_lax('{"a":1,"b":2}','{d}','6', true) ; - jsonb_set_lax --------------------------- - {"a": 1, "b": 2, "d": 6} -(1 row) - --- using the default treatment -select jsonb_set_lax('{"a":1,"b":2}','{b}',null); - jsonb_set_lax ---------------------- - {"a": 1, "b": null} -(1 row) - -select jsonb_set_lax('{"a":1,"b":2}','{d}',null,true); - jsonb_set_lax ------------------------------ - {"a": 1, "b": 2, "d": null} -(1 row) - --- errors -select jsonb_set_lax('{"a":1,"b":2}', '{b}', null, true, null); -ERROR: null_value_treatment must be "delete_key", "return_target", "use_json_null", or "raise_exception" -select jsonb_set_lax('{"a":1,"b":2}', '{b}', null, true, 'no_such_treatment'); -ERROR: null_value_treatment must be "delete_key", "return_target", "use_json_null", or "raise_exception" --- explicit treatments -select jsonb_set_lax('{"a":1,"b":2}', '{b}', null, null_value_treatment => 'raise_exception') as raise_exception; -ERROR: JSON value must not be null -DETAIL: Exception was raised because null_value_treatment is "raise_exception". -HINT: To avoid, either change the null_value_treatment argument or ensure that an SQL NULL is not passed. -select jsonb_set_lax('{"a":1,"b":2}', '{b}', null, null_value_treatment => 'return_target') as return_target; - return_target ------------------- - {"a": 1, "b": 2} -(1 row) - -select jsonb_set_lax('{"a":1,"b":2}', '{b}', null, null_value_treatment => 'delete_key') as delete_key; - delete_key ------------- - {"a": 1} -(1 row) - -select jsonb_set_lax('{"a":1,"b":2}', '{b}', null, null_value_treatment => 'use_json_null') as use_json_null; - use_json_null ---------------------- - {"a": 1, "b": null} -(1 row) - -\pset null '' --- jsonb_insert -select jsonb_insert('{"a": [0,1,2]}', '{a, 1}', '"new_value"'); - jsonb_insert -------------------------------- - {"a": [0, "new_value", 1, 2]} -(1 row) - -select jsonb_insert('{"a": [0,1,2]}', '{a, 1}', '"new_value"', true); - jsonb_insert -------------------------------- - {"a": [0, 1, "new_value", 2]} -(1 row) - -select jsonb_insert('{"a": {"b": {"c": [0, 1, "test1", "test2"]}}}', '{a, b, c, 2}', '"new_value"'); - jsonb_insert ------------------------------------------------------------- - {"a": {"b": {"c": [0, 1, "new_value", "test1", "test2"]}}} -(1 row) - -select jsonb_insert('{"a": {"b": {"c": [0, 1, "test1", "test2"]}}}', '{a, b, c, 2}', '"new_value"', true); - jsonb_insert ------------------------------------------------------------- - {"a": {"b": {"c": [0, 1, "test1", "new_value", "test2"]}}} -(1 row) - -select jsonb_insert('{"a": [0,1,2]}', '{a, 1}', '{"b": "value"}'); - jsonb_insert ----------------------------------- - {"a": [0, {"b": "value"}, 1, 2]} -(1 row) - -select jsonb_insert('{"a": [0,1,2]}', '{a, 1}', '["value1", "value2"]'); - jsonb_insert ----------------------------------------- - {"a": [0, ["value1", "value2"], 1, 2]} -(1 row) - --- edge cases -select jsonb_insert('{"a": [0,1,2]}', '{a, 0}', '"new_value"'); - jsonb_insert -------------------------------- - {"a": ["new_value", 0, 1, 2]} -(1 row) - -select jsonb_insert('{"a": [0,1,2]}', '{a, 0}', '"new_value"', true); - jsonb_insert -------------------------------- - {"a": [0, "new_value", 1, 2]} -(1 row) - -select jsonb_insert('{"a": [0,1,2]}', '{a, 2}', '"new_value"'); - jsonb_insert -------------------------------- - {"a": [0, 1, "new_value", 2]} -(1 row) - -select jsonb_insert('{"a": [0,1,2]}', '{a, 2}', '"new_value"', true); - jsonb_insert -------------------------------- - {"a": [0, 1, 2, "new_value"]} -(1 row) - -select jsonb_insert('{"a": [0,1,2]}', '{a, -1}', '"new_value"'); - jsonb_insert -------------------------------- - {"a": [0, 1, "new_value", 2]} -(1 row) - -select jsonb_insert('{"a": [0,1,2]}', '{a, -1}', '"new_value"', true); - jsonb_insert -------------------------------- - {"a": [0, 1, 2, "new_value"]} -(1 row) - -select jsonb_insert('[]', '{1}', '"new_value"'); - jsonb_insert ---------------- - ["new_value"] -(1 row) - -select jsonb_insert('[]', '{1}', '"new_value"', true); - jsonb_insert ---------------- - ["new_value"] -(1 row) - -select jsonb_insert('{"a": []}', '{a, 1}', '"new_value"'); - jsonb_insert ----------------------- - {"a": ["new_value"]} -(1 row) - -select jsonb_insert('{"a": []}', '{a, 1}', '"new_value"', true); - jsonb_insert ----------------------- - {"a": ["new_value"]} -(1 row) - -select jsonb_insert('{"a": [0,1,2]}', '{a, 10}', '"new_value"'); - jsonb_insert -------------------------------- - {"a": [0, 1, 2, "new_value"]} -(1 row) - -select jsonb_insert('{"a": [0,1,2]}', '{a, -10}', '"new_value"'); - jsonb_insert -------------------------------- - {"a": ["new_value", 0, 1, 2]} -(1 row) - --- jsonb_insert should be able to insert new value for objects, but not to replace -select jsonb_insert('{"a": {"b": "value"}}', '{a, c}', '"new_value"'); - jsonb_insert ------------------------------------------ - {"a": {"b": "value", "c": "new_value"}} -(1 row) - -select jsonb_insert('{"a": {"b": "value"}}', '{a, c}', '"new_value"', true); - jsonb_insert ------------------------------------------ - {"a": {"b": "value", "c": "new_value"}} -(1 row) - -select jsonb_insert('{"a": {"b": "value"}}', '{a, b}', '"new_value"'); -ERROR: cannot replace existing key -HINT: Try using the function jsonb_set to replace key value. -select jsonb_insert('{"a": {"b": "value"}}', '{a, b}', '"new_value"', true); -ERROR: cannot replace existing key -HINT: Try using the function jsonb_set to replace key value. --- jsonb subscript -select ('123'::jsonb)['a']; - jsonb -------- - -(1 row) - -select ('123'::jsonb)[0]; - jsonb -------- - -(1 row) - -select ('123'::jsonb)[NULL]; - jsonb -------- - -(1 row) - -select ('{"a": 1}'::jsonb)['a']; - jsonb -------- - 1 -(1 row) - -select ('{"a": 1}'::jsonb)[0]; - jsonb -------- - -(1 row) - -select ('{"a": 1}'::jsonb)['not_exist']; - jsonb -------- - -(1 row) - -select ('{"a": 1}'::jsonb)[NULL]; - jsonb -------- - -(1 row) - -select ('[1, "2", null]'::jsonb)['a']; - jsonb -------- - -(1 row) - -select ('[1, "2", null]'::jsonb)[0]; - jsonb -------- - 1 -(1 row) - -select ('[1, "2", null]'::jsonb)['1']; - jsonb -------- - "2" -(1 row) - -select ('[1, "2", null]'::jsonb)[1.0]; -ERROR: subscript type numeric is not supported -LINE 1: select ('[1, "2", null]'::jsonb)[1.0]; - ^ -HINT: jsonb subscript must be coercible to either integer or text. -select ('[1, "2", null]'::jsonb)[2]; - jsonb -------- - null -(1 row) - -select ('[1, "2", null]'::jsonb)[3]; - jsonb -------- - -(1 row) - -select ('[1, "2", null]'::jsonb)[-2]; - jsonb -------- - "2" -(1 row) - -select ('[1, "2", null]'::jsonb)[1]['a']; - jsonb -------- - -(1 row) - -select ('[1, "2", null]'::jsonb)[1][0]; - jsonb -------- - -(1 row) - -select ('{"a": 1, "b": "c", "d": [1, 2, 3]}'::jsonb)['b']; - jsonb -------- - "c" -(1 row) - -select ('{"a": 1, "b": "c", "d": [1, 2, 3]}'::jsonb)['d']; - jsonb ------------ - [1, 2, 3] -(1 row) - -select ('{"a": 1, "b": "c", "d": [1, 2, 3]}'::jsonb)['d'][1]; - jsonb -------- - 2 -(1 row) - -select ('{"a": 1, "b": "c", "d": [1, 2, 3]}'::jsonb)['d']['a']; - jsonb -------- - -(1 row) - -select ('{"a": {"a1": {"a2": "aaa"}}, "b": "bbb", "c": "ccc"}'::jsonb)['a']['a1']; - jsonb ---------------- - {"a2": "aaa"} -(1 row) - -select ('{"a": {"a1": {"a2": "aaa"}}, "b": "bbb", "c": "ccc"}'::jsonb)['a']['a1']['a2']; - jsonb -------- - "aaa" -(1 row) - -select ('{"a": {"a1": {"a2": "aaa"}}, "b": "bbb", "c": "ccc"}'::jsonb)['a']['a1']['a2']['a3']; - jsonb -------- - -(1 row) - -select ('{"a": ["a1", {"b1": ["aaa", "bbb", "ccc"]}], "b": "bb"}'::jsonb)['a'][1]['b1']; - jsonb ------------------------ - ["aaa", "bbb", "ccc"] -(1 row) - -select ('{"a": ["a1", {"b1": ["aaa", "bbb", "ccc"]}], "b": "bb"}'::jsonb)['a'][1]['b1'][2]; - jsonb -------- - "ccc" -(1 row) - --- slices are not supported -select ('{"a": 1}'::jsonb)['a':'b']; -ERROR: jsonb subscript does not support slices -LINE 1: select ('{"a": 1}'::jsonb)['a':'b']; - ^ -select ('[1, "2", null]'::jsonb)[1:2]; -ERROR: jsonb subscript does not support slices -LINE 1: select ('[1, "2", null]'::jsonb)[1:2]; - ^ -select ('[1, "2", null]'::jsonb)[:2]; -ERROR: jsonb subscript does not support slices -LINE 1: select ('[1, "2", null]'::jsonb)[:2]; - ^ -select ('[1, "2", null]'::jsonb)[1:]; -ERROR: jsonb subscript does not support slices -LINE 1: select ('[1, "2", null]'::jsonb)[1:]; - ^ -select ('[1, "2", null]'::jsonb)[:]; -ERROR: jsonb subscript does not support slices -create TEMP TABLE test_jsonb_subscript ( - id int, - test_json jsonb -); -insert into test_jsonb_subscript values -(1, '{}'), -- empty jsonb -(2, '{"key": "value"}'); -- jsonb with data --- update empty jsonb -update test_jsonb_subscript set test_json['a'] = '1' where id = 1; -select * from test_jsonb_subscript; - id | test_json -----+------------------ - 2 | {"key": "value"} - 1 | {"a": 1} -(2 rows) - --- update jsonb with some data -update test_jsonb_subscript set test_json['a'] = '1' where id = 2; -select * from test_jsonb_subscript; - id | test_json -----+-------------------------- - 1 | {"a": 1} - 2 | {"a": 1, "key": "value"} -(2 rows) - --- replace jsonb -update test_jsonb_subscript set test_json['a'] = '"test"'; -select * from test_jsonb_subscript; - id | test_json -----+------------------------------- - 1 | {"a": "test"} - 2 | {"a": "test", "key": "value"} -(2 rows) - --- replace by object -update test_jsonb_subscript set test_json['a'] = '{"b": 1}'::jsonb; -select * from test_jsonb_subscript; - id | test_json -----+--------------------------------- - 1 | {"a": {"b": 1}} - 2 | {"a": {"b": 1}, "key": "value"} -(2 rows) - --- replace by array -update test_jsonb_subscript set test_json['a'] = '[1, 2, 3]'::jsonb; -select * from test_jsonb_subscript; - id | test_json -----+---------------------------------- - 1 | {"a": [1, 2, 3]} - 2 | {"a": [1, 2, 3], "key": "value"} -(2 rows) - --- use jsonb subscription in where clause -select * from test_jsonb_subscript where test_json['key'] = '"value"'; - id | test_json -----+---------------------------------- - 2 | {"a": [1, 2, 3], "key": "value"} -(1 row) - -select * from test_jsonb_subscript where test_json['key_doesnt_exists'] = '"value"'; - id | test_json -----+----------- -(0 rows) - -select * from test_jsonb_subscript where test_json['key'] = '"wrong_value"'; - id | test_json -----+----------- -(0 rows) - --- NULL -update test_jsonb_subscript set test_json[NULL] = '1'; -ERROR: jsonb subscript in assignment must not be null -update test_jsonb_subscript set test_json['another_key'] = NULL; -select * from test_jsonb_subscript; - id | test_json -----+------------------------------------------------------- - 1 | {"a": [1, 2, 3], "another_key": null} - 2 | {"a": [1, 2, 3], "key": "value", "another_key": null} -(2 rows) - --- NULL as jsonb source -insert into test_jsonb_subscript values (3, NULL); -update test_jsonb_subscript set test_json['a'] = '1' where id = 3; -select * from test_jsonb_subscript; - id | test_json -----+------------------------------------------------------- - 1 | {"a": [1, 2, 3], "another_key": null} - 2 | {"a": [1, 2, 3], "key": "value", "another_key": null} - 3 | {"a": 1} -(3 rows) - -update test_jsonb_subscript set test_json = NULL where id = 3; -update test_jsonb_subscript set test_json[0] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+--------------------------------------------------------------- - 1 | {"0": 1, "a": [1, 2, 3], "another_key": null} - 2 | {"0": 1, "a": [1, 2, 3], "key": "value", "another_key": null} - 3 | [1] -(3 rows) - --- Fill the gaps logic -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '[0]'); -update test_jsonb_subscript set test_json[5] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+-------------------------------- - 1 | [0, null, null, null, null, 1] -(1 row) - -update test_jsonb_subscript set test_json[-4] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+----------------------------- - 1 | [0, null, 1, null, null, 1] -(1 row) - -update test_jsonb_subscript set test_json[-8] = '1'; -ERROR: path element at position 1 is out of range: -8 -select * from test_jsonb_subscript; - id | test_json -----+----------------------------- - 1 | [0, null, 1, null, null, 1] -(1 row) - --- keep consistent values position -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '[]'); -update test_jsonb_subscript set test_json[5] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+----------------------------------- - 1 | [null, null, null, null, null, 1] -(1 row) - --- create the whole path -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '{}'); -update test_jsonb_subscript set test_json['a'][0]['b'][0]['c'] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+---------------------------- - 1 | {"a": [{"b": [{"c": 1}]}]} -(1 row) - -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '{}'); -update test_jsonb_subscript set test_json['a'][2]['b'][2]['c'][2] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+------------------------------------------------------------------ - 1 | {"a": [null, null, {"b": [null, null, {"c": [null, null, 1]}]}]} -(1 row) - --- create the whole path with already existing keys -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '{"b": 1}'); -update test_jsonb_subscript set test_json['a'][0] = '2'; -select * from test_jsonb_subscript; - id | test_json -----+-------------------- - 1 | {"a": [2], "b": 1} -(1 row) - --- the start jsonb is an object, first subscript is treated as a key -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '{}'); -update test_jsonb_subscript set test_json[0]['a'] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+----------------- - 1 | {"0": {"a": 1}} -(1 row) - --- the start jsonb is an array -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '[]'); -update test_jsonb_subscript set test_json[0]['a'] = '1'; -update test_jsonb_subscript set test_json[2]['b'] = '2'; -select * from test_jsonb_subscript; - id | test_json -----+---------------------------- - 1 | [{"a": 1}, null, {"b": 2}] -(1 row) - --- overwriting an existing path -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '{}'); -update test_jsonb_subscript set test_json['a']['b'][1] = '1'; -update test_jsonb_subscript set test_json['a']['b'][10] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+---------------------------------------------------------------------------- - 1 | {"a": {"b": [null, 1, null, null, null, null, null, null, null, null, 1]}} -(1 row) - -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '[]'); -update test_jsonb_subscript set test_json[0][0][0] = '1'; -update test_jsonb_subscript set test_json[0][0][1] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+------------ - 1 | [[[1, 1]]] -(1 row) - -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '{}'); -update test_jsonb_subscript set test_json['a']['b'][10] = '1'; -update test_jsonb_subscript set test_json['a'][10][10] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+------------------------------------------------------------------------------------------------------------------------------------------------------ - 1 | {"a": {"b": [null, null, null, null, null, null, null, null, null, null, 1], "10": [null, null, null, null, null, null, null, null, null, null, 1]}} -(1 row) - --- an empty sub element -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '{"a": {}}'); -update test_jsonb_subscript set test_json['a']['b']['c'][2] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+-------------------------------------- - 1 | {"a": {"b": {"c": [null, null, 1]}}} -(1 row) - -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '{"a": []}'); -update test_jsonb_subscript set test_json['a'][1]['c'][2] = '1'; -select * from test_jsonb_subscript; - id | test_json -----+--------------------------------------- - 1 | {"a": [null, {"c": [null, null, 1]}]} -(1 row) - --- trying replace assuming a composite object, but it's an element or a value -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, '{"a": 1}'); -update test_jsonb_subscript set test_json['a']['b'] = '1'; -ERROR: cannot replace existing key -DETAIL: The path assumes key is a composite object, but it is a scalar value. -update test_jsonb_subscript set test_json['a']['b']['c'] = '1'; -ERROR: cannot replace existing key -DETAIL: The path assumes key is a composite object, but it is a scalar value. -update test_jsonb_subscript set test_json['a'][0] = '1'; -ERROR: cannot replace existing key -DETAIL: The path assumes key is a composite object, but it is a scalar value. -update test_jsonb_subscript set test_json['a'][0]['c'] = '1'; -ERROR: cannot replace existing key -DETAIL: The path assumes key is a composite object, but it is a scalar value. -update test_jsonb_subscript set test_json['a'][0][0] = '1'; -ERROR: cannot replace existing key -DETAIL: The path assumes key is a composite object, but it is a scalar value. --- trying replace assuming a composite object, but it's a raw scalar -delete from test_jsonb_subscript; -insert into test_jsonb_subscript values (1, 'null'); -update test_jsonb_subscript set test_json[0] = '1'; -ERROR: cannot replace existing key -DETAIL: The path assumes key is a composite object, but it is a scalar value. -update test_jsonb_subscript set test_json[0][0] = '1'; -ERROR: cannot replace existing key -DETAIL: The path assumes key is a composite object, but it is a scalar value. --- try some things with short-header and toasted subscript values -drop table test_jsonb_subscript; -create temp table test_jsonb_subscript ( - id text, - test_json jsonb -); -insert into test_jsonb_subscript values('foo', '{"foo": "bar"}'); -insert into test_jsonb_subscript - select s, ('{"' || s || '": "bar"}')::jsonb from repeat('xyzzy', 500) s; -select length(id), test_json[id] from test_jsonb_subscript; - length | test_json ---------+----------- - 3 | "bar" - 2500 | "bar" -(2 rows) - -update test_jsonb_subscript set test_json[id] = '"baz"'; -select length(id), test_json[id] from test_jsonb_subscript; - length | test_json ---------+----------- - 3 | "baz" - 2500 | "baz" -(2 rows) - -\x -table test_jsonb_subscript; --[ RECORD 1 ]-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -id | foo -test_json | {"foo": "baz"} --[ RECORD 2 ]-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -id | xyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzy -test_json | {"xyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzyxyzzy": "baz"} - -\x --- jsonb to tsvector -select to_tsvector('{"a": "aaa bbb ddd ccc", "b": ["eee fff ggg"], "c": {"d": "hhh iii"}}'::jsonb); - to_tsvector ---------------------------------------------------------------------------- - 'aaa':1 'bbb':2 'ccc':4 'ddd':3 'eee':6 'fff':7 'ggg':8 'hhh':10 'iii':11 -(1 row) - --- jsonb to tsvector with config -select to_tsvector('simple', '{"a": "aaa bbb ddd ccc", "b": ["eee fff ggg"], "c": {"d": "hhh iii"}}'::jsonb); - to_tsvector ---------------------------------------------------------------------------- - 'aaa':1 'bbb':2 'ccc':4 'ddd':3 'eee':6 'fff':7 'ggg':8 'hhh':10 'iii':11 -(1 row) - --- jsonb to tsvector with stop words -select to_tsvector('english', '{"a": "aaa in bbb ddd ccc", "b": ["the eee fff ggg"], "c": {"d": "hhh. iii"}}'::jsonb); - to_tsvector ----------------------------------------------------------------------------- - 'aaa':1 'bbb':3 'ccc':5 'ddd':4 'eee':8 'fff':9 'ggg':10 'hhh':12 'iii':13 -(1 row) - --- jsonb to tsvector with numeric values -select to_tsvector('english', '{"a": "aaa in bbb ddd ccc", "b": 123, "c": 456}'::jsonb); - to_tsvector ---------------------------------- - 'aaa':1 'bbb':3 'ccc':5 'ddd':4 -(1 row) - --- jsonb_to_tsvector -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '"all"'); - jsonb_to_tsvector ----------------------------------------------------------------------------------------- - '123':8 '456':12 'aaa':2 'b':6 'bbb':4 'c':10 'd':14 'f':18 'fals':20 'g':22 'true':16 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '"key"'); - jsonb_to_tsvector --------------------------------- - 'b':2 'c':4 'd':6 'f':8 'g':10 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '"string"'); - jsonb_to_tsvector -------------------- - 'aaa':1 'bbb':3 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '"numeric"'); - jsonb_to_tsvector -------------------- - '123':1 '456':3 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '"boolean"'); - jsonb_to_tsvector -------------------- - 'fals':3 'true':1 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '["string", "numeric"]'); - jsonb_to_tsvector ---------------------------------- - '123':5 '456':7 'aaa':1 'bbb':3 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '"all"'); - jsonb_to_tsvector ----------------------------------------------------------------------------------------- - '123':8 '456':12 'aaa':2 'b':6 'bbb':4 'c':10 'd':14 'f':18 'fals':20 'g':22 'true':16 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '"key"'); - jsonb_to_tsvector --------------------------------- - 'b':2 'c':4 'd':6 'f':8 'g':10 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '"string"'); - jsonb_to_tsvector -------------------- - 'aaa':1 'bbb':3 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '"numeric"'); - jsonb_to_tsvector -------------------- - '123':1 '456':3 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '"boolean"'); - jsonb_to_tsvector -------------------- - 'fals':3 'true':1 -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '["string", "numeric"]'); - jsonb_to_tsvector ---------------------------------- - '123':5 '456':7 'aaa':1 'bbb':3 -(1 row) - --- to_tsvector corner cases -select to_tsvector('""'::jsonb); - to_tsvector -------------- - -(1 row) - -select to_tsvector('{}'::jsonb); - to_tsvector -------------- - -(1 row) - -select to_tsvector('[]'::jsonb); - to_tsvector -------------- - -(1 row) - -select to_tsvector('null'::jsonb); - to_tsvector -------------- - -(1 row) - --- jsonb_to_tsvector corner cases -select jsonb_to_tsvector('""'::jsonb, '"all"'); - jsonb_to_tsvector -------------------- - -(1 row) - -select jsonb_to_tsvector('{}'::jsonb, '"all"'); - jsonb_to_tsvector -------------------- - -(1 row) - -select jsonb_to_tsvector('[]'::jsonb, '"all"'); - jsonb_to_tsvector -------------------- - -(1 row) - -select jsonb_to_tsvector('null'::jsonb, '"all"'); - jsonb_to_tsvector -------------------- - -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '""'); -ERROR: wrong flag in flag array: "" -HINT: Possible values are: "string", "numeric", "boolean", "key", and "all". -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '{}'); -ERROR: wrong flag type, only arrays and scalars are allowed -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '[]'); - jsonb_to_tsvector -------------------- - -(1 row) - -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, 'null'); -ERROR: flag array element is not a string -HINT: Possible values are: "string", "numeric", "boolean", "key", and "all". -select jsonb_to_tsvector('english', '{"a": "aaa in bbb", "b": 123, "c": 456, "d": true, "f": false, "g": null}'::jsonb, '["all", null]'); -ERROR: flag array element is not a string -HINT: Possible values are: "string", "numeric", "boolean", "key", and "all". --- ts_headline for jsonb -select ts_headline('{"a": "aaa bbb", "b": {"c": "ccc ddd fff", "c1": "ccc1 ddd1"}, "d": ["ggg hhh", "iii jjj"]}'::jsonb, tsquery('bbb & ddd & hhh')); - ts_headline ------------------------------------------------------------------------------------------------------------------- - {"a": "aaa bbb", "b": {"c": "ccc ddd fff", "c1": "ccc1 ddd1"}, "d": ["ggg hhh", "iii jjj"]} -(1 row) - -select ts_headline('english', '{"a": "aaa bbb", "b": {"c": "ccc ddd fff"}, "d": ["ggg hhh", "iii jjj"]}'::jsonb, tsquery('bbb & ddd & hhh')); - ts_headline ------------------------------------------------------------------------------------------------ - {"a": "aaa bbb", "b": {"c": "ccc ddd fff"}, "d": ["ggg hhh", "iii jjj"]} -(1 row) - -select ts_headline('{"a": "aaa bbb", "b": {"c": "ccc ddd fff", "c1": "ccc1 ddd1"}, "d": ["ggg hhh", "iii jjj"]}'::jsonb, tsquery('bbb & ddd & hhh'), 'StartSel = <, StopSel = >'); - ts_headline ---------------------------------------------------------------------------------------------------- - {"a": "aaa ", "b": {"c": "ccc fff", "c1": "ccc1 ddd1"}, "d": ["ggg ", "iii jjj"]} -(1 row) - -select ts_headline('english', '{"a": "aaa bbb", "b": {"c": "ccc ddd fff", "c1": "ccc1 ddd1"}, "d": ["ggg hhh", "iii jjj"]}'::jsonb, tsquery('bbb & ddd & hhh'), 'StartSel = <, StopSel = >'); - ts_headline ---------------------------------------------------------------------------------------------------- - {"a": "aaa ", "b": {"c": "ccc fff", "c1": "ccc1 ddd1"}, "d": ["ggg ", "iii jjj"]} -(1 row) - --- corner cases for ts_headline with jsonb -select ts_headline('null'::jsonb, tsquery('aaa & bbb')); - ts_headline -------------- - null -(1 row) - -select ts_headline('{}'::jsonb, tsquery('aaa & bbb')); - ts_headline -------------- - {} -(1 row) - -select ts_headline('[]'::jsonb, tsquery('aaa & bbb')); - ts_headline -------------- - [] -(1 row) - --- casts -select 'true'::jsonb::bool; - bool ------- - t -(1 row) - -select 'null'::jsonb::bool; - bool ------- - -(1 row) - -select '[]'::jsonb::bool; -ERROR: cannot cast jsonb array to type boolean -select '1.0'::jsonb::float; - float8 --------- - 1 -(1 row) - -select 'null'::jsonb::float; - float8 --------- - -(1 row) - -select '[1.0]'::jsonb::float; -ERROR: cannot cast jsonb array to type double precision -select '1.0'::jsonb::float4; - float4 --------- - 1 -(1 row) - -select 'null'::jsonb::float4; - float4 --------- - -(1 row) - -select '[1.0]'::jsonb::float4; -ERROR: cannot cast jsonb array to type real -select '12345'::jsonb::int2; - int2 -------- - 12345 -(1 row) - -select 'null'::jsonb::int2; - int2 ------- - -(1 row) - -select '"hello"'::jsonb::int2; -ERROR: cannot cast jsonb string to type smallint -select '12345'::jsonb::int4; - int4 -------- - 12345 -(1 row) - -select 'null'::jsonb::int4; - int4 ------- - -(1 row) - -select '"hello"'::jsonb::int4; -ERROR: cannot cast jsonb string to type integer -select '12345'::jsonb::int8; - int8 -------- - 12345 -(1 row) - -select 'null'::jsonb::int8; - int8 ------- - -(1 row) - -select '"hello"'::jsonb::int8; -ERROR: cannot cast jsonb string to type bigint -select '12345'::jsonb::numeric; - numeric ---------- - 12345 -(1 row) - -select 'null'::jsonb::numeric; - numeric ---------- - -(1 row) - -select '{}'::jsonb::numeric; -ERROR: cannot cast jsonb object to type numeric -select '12345.05'::jsonb::numeric; - numeric ----------- - 12345.05 -(1 row) - -select '12345.05'::jsonb::float4; - float4 ----------- - 12345.05 -(1 row) - -select '12345.05'::jsonb::float8; - float8 ----------- - 12345.05 -(1 row) - -select '12345.05'::jsonb::int2; - int2 -------- - 12345 -(1 row) - -select '12345.05'::jsonb::int4; - int4 -------- - 12345 -(1 row) - -select '12345.05'::jsonb::int8; - int8 -------- - 12345 -(1 row) - -select '12345.0000000000000000000000000000000000000000000005'::jsonb::numeric; - numeric ------------------------------------------------------- - 12345.0000000000000000000000000000000000000000000005 -(1 row) - -select '12345.0000000000000000000000000000000000000000000005'::jsonb::float4; - float4 --------- - 12345 -(1 row) - -select '12345.0000000000000000000000000000000000000000000005'::jsonb::float8; - float8 --------- - 12345 -(1 row) - -select '12345.0000000000000000000000000000000000000000000005'::jsonb::int2; - int2 -------- - 12345 -(1 row) - -select '12345.0000000000000000000000000000000000000000000005'::jsonb::int4; - int4 -------- - 12345 -(1 row) - -select '12345.0000000000000000000000000000000000000000000005'::jsonb::int8; - int8 -------- - 12345 -(1 row) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json_encoding_2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/json_encoding.out --- /tmp/cirrus-ci-build/src/test/regress/expected/json_encoding_2.out 2025-05-11 19:30:18.964706000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/json_encoding.out 2025-05-11 19:32:42.959081000 +0000 @@ -1,9 +1,2 @@ --- --- encoding-sensitive tests for json and jsonb --- --- We provide expected-results files for UTF8 (json_encoding.out) --- and for SQL_ASCII (json_encoding_1.out). Skip otherwise. -SELECT getdatabaseencoding() NOT IN ('UTF8', 'SQL_ASCII') - AS skip_test \gset -\if :skip_test -\quit +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonpath.out --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out 2025-05-11 19:30:18.967002000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonpath.out 2025-05-11 19:32:42.953336000 +0000 @@ -1,1296 +1,2 @@ ---jsonpath io -select ''::jsonpath; -ERROR: invalid input syntax for type jsonpath: "" -LINE 1: select ''::jsonpath; - ^ -select '$'::jsonpath; - jsonpath ----------- - $ -(1 row) - -select 'strict $'::jsonpath; - jsonpath ----------- - strict $ -(1 row) - -select 'lax $'::jsonpath; - jsonpath ----------- - $ -(1 row) - -select '$.a'::jsonpath; - jsonpath ----------- - $."a" -(1 row) - -select '$.a.v'::jsonpath; - jsonpath ------------ - $."a"."v" -(1 row) - -select '$.a.*'::jsonpath; - jsonpath ----------- - $."a".* -(1 row) - -select '$.*[*]'::jsonpath; - jsonpath ----------- - $.*[*] -(1 row) - -select '$.a[*]'::jsonpath; - jsonpath ----------- - $."a"[*] -(1 row) - -select '$.a[*][*]'::jsonpath; - jsonpath -------------- - $."a"[*][*] -(1 row) - -select '$[*]'::jsonpath; - jsonpath ----------- - $[*] -(1 row) - -select '$[0]'::jsonpath; - jsonpath ----------- - $[0] -(1 row) - -select '$[*][0]'::jsonpath; - jsonpath ----------- - $[*][0] -(1 row) - -select '$[*].a'::jsonpath; - jsonpath ----------- - $[*]."a" -(1 row) - -select '$[*][0].a.b'::jsonpath; - jsonpath ------------------ - $[*][0]."a"."b" -(1 row) - -select '$.a.**.b'::jsonpath; - jsonpath --------------- - $."a".**."b" -(1 row) - -select '$.a.**{2}.b'::jsonpath; - jsonpath ------------------ - $."a".**{2}."b" -(1 row) - -select '$.a.**{2 to 2}.b'::jsonpath; - jsonpath ------------------ - $."a".**{2}."b" -(1 row) - -select '$.a.**{2 to 5}.b'::jsonpath; - jsonpath ----------------------- - $."a".**{2 to 5}."b" -(1 row) - -select '$.a.**{0 to 5}.b'::jsonpath; - jsonpath ----------------------- - $."a".**{0 to 5}."b" -(1 row) - -select '$.a.**{5 to last}.b'::jsonpath; - jsonpath -------------------------- - $."a".**{5 to last}."b" -(1 row) - -select '$.a.**{last}.b'::jsonpath; - jsonpath --------------------- - $."a".**{last}."b" -(1 row) - -select '$.a.**{last to 5}.b'::jsonpath; - jsonpath -------------------------- - $."a".**{last to 5}."b" -(1 row) - -select '$+1'::jsonpath; - jsonpath ----------- - ($ + 1) -(1 row) - -select '$-1'::jsonpath; - jsonpath ----------- - ($ - 1) -(1 row) - -select '$--+1'::jsonpath; - jsonpath ----------- - ($ - -1) -(1 row) - -select '$.a/+-1'::jsonpath; - jsonpath --------------- - ($."a" / -1) -(1 row) - -select '1 * 2 + 4 % -3 != false'::jsonpath; - jsonpath ---------------------------- - (1 * 2 + 4 % -3 != false) -(1 row) - -select '"\b\f\r\n\t\v\"\''\\"'::jsonpath; - jsonpath -------------------------- - "\b\f\r\n\t\u000b\"'\\" -(1 row) - -select '"\x50\u0067\u{53}\u{051}\u{00004C}"'::jsonpath; - jsonpath ----------- - "PgSQL" -(1 row) - -select '$.foo\x50\u0067\u{53}\u{051}\u{00004C}\t\"bar'::jsonpath; - jsonpath ---------------------- - $."fooPgSQL\t\"bar" -(1 row) - -select '"\z"'::jsonpath; -- unrecognized escape is just the literal char - jsonpath ----------- - "z" -(1 row) - -select '$.g ? ($.a == 1)'::jsonpath; - jsonpath --------------------- - $."g"?($."a" == 1) -(1 row) - -select '$.g ? (@ == 1)'::jsonpath; - jsonpath ----------------- - $."g"?(@ == 1) -(1 row) - -select '$.g ? (@.a == 1)'::jsonpath; - jsonpath --------------------- - $."g"?(@."a" == 1) -(1 row) - -select '$.g ? (@.a == 1 || @.a == 4)'::jsonpath; - jsonpath ----------------------------------- - $."g"?(@."a" == 1 || @."a" == 4) -(1 row) - -select '$.g ? (@.a == 1 && @.a == 4)'::jsonpath; - jsonpath ----------------------------------- - $."g"?(@."a" == 1 && @."a" == 4) -(1 row) - -select '$.g ? (@.a == 1 || @.a == 4 && @.b == 7)'::jsonpath; - jsonpath ------------------------------------------------- - $."g"?(@."a" == 1 || @."a" == 4 && @."b" == 7) -(1 row) - -select '$.g ? (@.a == 1 || !(@.a == 4) && @.b == 7)'::jsonpath; - jsonpath ---------------------------------------------------- - $."g"?(@."a" == 1 || !(@."a" == 4) && @."b" == 7) -(1 row) - -select '$.g ? (@.a == 1 || !(@.x >= 123 || @.a == 4) && @.b == 7)'::jsonpath; - jsonpath -------------------------------------------------------------------- - $."g"?(@."a" == 1 || !(@."x" >= 123 || @."a" == 4) && @."b" == 7) -(1 row) - -select '$.g ? (@.x >= @[*]?(@.a > "abc"))'::jsonpath; - jsonpath ---------------------------------------- - $."g"?(@."x" >= @[*]?(@."a" > "abc")) -(1 row) - -select '$.g ? ((@.x >= 123 || @.a == 4) is unknown)'::jsonpath; - jsonpath -------------------------------------------------- - $."g"?((@."x" >= 123 || @."a" == 4) is unknown) -(1 row) - -select '$.g ? (exists (@.x))'::jsonpath; - jsonpath ------------------------- - $."g"?(exists (@."x")) -(1 row) - -select '$.g ? (exists (@.x ? (@ == 14)))'::jsonpath; - jsonpath ----------------------------------- - $."g"?(exists (@."x"?(@ == 14))) -(1 row) - -select '$.g ? ((@.x >= 123 || @.a == 4) && exists (@.x ? (@ == 14)))'::jsonpath; - jsonpath ------------------------------------------------------------------- - $."g"?((@."x" >= 123 || @."a" == 4) && exists (@."x"?(@ == 14))) -(1 row) - -select '$.g ? (+@.x >= +-(+@.a + 2))'::jsonpath; - jsonpath ------------------------------------- - $."g"?(+@."x" >= +(-(+@."a" + 2))) -(1 row) - -select '$a'::jsonpath; - jsonpath ----------- - $"a" -(1 row) - -select '$a.b'::jsonpath; - jsonpath ----------- - $"a"."b" -(1 row) - -select '$a[*]'::jsonpath; - jsonpath ----------- - $"a"[*] -(1 row) - -select '$.g ? (@.zip == $zip)'::jsonpath; - jsonpath ---------------------------- - $."g"?(@."zip" == $"zip") -(1 row) - -select '$.a[1,2, 3 to 16]'::jsonpath; - jsonpath --------------------- - $."a"[1,2,3 to 16] -(1 row) - -select '$.a[$a + 1, ($b[*]) to -($[0] * 2)]'::jsonpath; - jsonpath ----------------------------------------- - $."a"[$"a" + 1,$"b"[*] to -($[0] * 2)] -(1 row) - -select '$.a[$.a.size() - 3]'::jsonpath; - jsonpath -------------------------- - $."a"[$."a".size() - 3] -(1 row) - -select 'last'::jsonpath; -ERROR: LAST is allowed only in array subscripts -LINE 1: select 'last'::jsonpath; - ^ -select '"last"'::jsonpath; - jsonpath ----------- - "last" -(1 row) - -select '$.last'::jsonpath; - jsonpath ----------- - $."last" -(1 row) - -select '$ ? (last > 0)'::jsonpath; -ERROR: LAST is allowed only in array subscripts -LINE 1: select '$ ? (last > 0)'::jsonpath; - ^ -select '$[last]'::jsonpath; - jsonpath ----------- - $[last] -(1 row) - -select '$[$[0] ? (last > 0)]'::jsonpath; - jsonpath --------------------- - $[$[0]?(last > 0)] -(1 row) - -select 'null.type()'::jsonpath; - jsonpath -------------- - null.type() -(1 row) - -select '1.type()'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1.t" of jsonpath input -LINE 1: select '1.type()'::jsonpath; - ^ -select '(1).type()'::jsonpath; - jsonpath ------------- - (1).type() -(1 row) - -select '1.2.type()'::jsonpath; - jsonpath --------------- - (1.2).type() -(1 row) - -select '"aaa".type()'::jsonpath; - jsonpath --------------- - "aaa".type() -(1 row) - -select 'true.type()'::jsonpath; - jsonpath -------------- - true.type() -(1 row) - -select '$.double().floor().ceiling().abs()'::jsonpath; - jsonpath ------------------------------------- - $.double().floor().ceiling().abs() -(1 row) - -select '$.keyvalue().key'::jsonpath; - jsonpath --------------------- - $.keyvalue()."key" -(1 row) - -select '$.datetime()'::jsonpath; - jsonpath --------------- - $.datetime() -(1 row) - -select '$.datetime("datetime template")'::jsonpath; - jsonpath ---------------------------------- - $.datetime("datetime template") -(1 row) - -select '$.bigint().integer().number().decimal()'::jsonpath; - jsonpath ------------------------------------------ - $.bigint().integer().number().decimal() -(1 row) - -select '$.boolean()'::jsonpath; - jsonpath -------------- - $.boolean() -(1 row) - -select '$.date()'::jsonpath; - jsonpath ----------- - $.date() -(1 row) - -select '$.decimal(4,2)'::jsonpath; - jsonpath ----------------- - $.decimal(4,2) -(1 row) - -select '$.string()'::jsonpath; - jsonpath ------------- - $.string() -(1 row) - -select '$.time()'::jsonpath; - jsonpath ----------- - $.time() -(1 row) - -select '$.time(6)'::jsonpath; - jsonpath ------------ - $.time(6) -(1 row) - -select '$.time_tz()'::jsonpath; - jsonpath -------------- - $.time_tz() -(1 row) - -select '$.time_tz(4)'::jsonpath; - jsonpath --------------- - $.time_tz(4) -(1 row) - -select '$.timestamp()'::jsonpath; - jsonpath ---------------- - $.timestamp() -(1 row) - -select '$.timestamp(2)'::jsonpath; - jsonpath ----------------- - $.timestamp(2) -(1 row) - -select '$.timestamp_tz()'::jsonpath; - jsonpath ------------------- - $.timestamp_tz() -(1 row) - -select '$.timestamp_tz(0)'::jsonpath; - jsonpath -------------------- - $.timestamp_tz(0) -(1 row) - -select '$ ? (@ starts with "abc")'::jsonpath; - jsonpath -------------------------- - $?(@ starts with "abc") -(1 row) - -select '$ ? (@ starts with $var)'::jsonpath; - jsonpath --------------------------- - $?(@ starts with $"var") -(1 row) - -select '$ ? (@ like_regex "(invalid pattern")'::jsonpath; -ERROR: invalid regular expression: parentheses () not balanced -LINE 1: select '$ ? (@ like_regex "(invalid pattern")'::jsonpath; - ^ -select '$ ? (@ like_regex "pattern")'::jsonpath; - jsonpath ----------------------------- - $?(@ like_regex "pattern") -(1 row) - -select '$ ? (@ like_regex "pattern" flag "")'::jsonpath; - jsonpath ----------------------------- - $?(@ like_regex "pattern") -(1 row) - -select '$ ? (@ like_regex "pattern" flag "i")'::jsonpath; - jsonpath -------------------------------------- - $?(@ like_regex "pattern" flag "i") -(1 row) - -select '$ ? (@ like_regex "pattern" flag "is")'::jsonpath; - jsonpath --------------------------------------- - $?(@ like_regex "pattern" flag "is") -(1 row) - -select '$ ? (@ like_regex "pattern" flag "isim")'::jsonpath; - jsonpath ---------------------------------------- - $?(@ like_regex "pattern" flag "ism") -(1 row) - -select '$ ? (@ like_regex "pattern" flag "xsms")'::jsonpath; -ERROR: XQuery "x" flag (expanded regular expressions) is not implemented -LINE 1: select '$ ? (@ like_regex "pattern" flag "xsms")'::jsonpath; - ^ -select '$ ? (@ like_regex "pattern" flag "q")'::jsonpath; - jsonpath -------------------------------------- - $?(@ like_regex "pattern" flag "q") -(1 row) - -select '$ ? (@ like_regex "pattern" flag "iq")'::jsonpath; - jsonpath --------------------------------------- - $?(@ like_regex "pattern" flag "iq") -(1 row) - -select '$ ? (@ like_regex "pattern" flag "smixq")'::jsonpath; - jsonpath ------------------------------------------ - $?(@ like_regex "pattern" flag "ismxq") -(1 row) - -select '$ ? (@ like_regex "pattern" flag "a")'::jsonpath; -ERROR: invalid input syntax for type jsonpath -LINE 1: select '$ ? (@ like_regex "pattern" flag "a")'::jsonpath; - ^ -DETAIL: Unrecognized flag character "a" in LIKE_REGEX predicate. -select '$ < 1'::jsonpath; - jsonpath ----------- - ($ < 1) -(1 row) - -select '($ < 1) || $.a.b <= $x'::jsonpath; - jsonpath ------------------------------- - ($ < 1 || $."a"."b" <= $"x") -(1 row) - -select '@ + 1'::jsonpath; -ERROR: @ is not allowed in root expressions -LINE 1: select '@ + 1'::jsonpath; - ^ -select '($).a.b'::jsonpath; - jsonpath ------------ - $."a"."b" -(1 row) - -select '($.a.b).c.d'::jsonpath; - jsonpath -------------------- - $."a"."b"."c"."d" -(1 row) - -select '($.a.b + -$.x.y).c.d'::jsonpath; - jsonpath ----------------------------------- - ($."a"."b" + -$."x"."y")."c"."d" -(1 row) - -select '(-+$.a.b).c.d'::jsonpath; - jsonpath -------------------------- - (-(+$."a"."b"))."c"."d" -(1 row) - -select '1 + ($.a.b + 2).c.d'::jsonpath; - jsonpath -------------------------------- - (1 + ($."a"."b" + 2)."c"."d") -(1 row) - -select '1 + ($.a.b > 2).c.d'::jsonpath; - jsonpath -------------------------------- - (1 + ($."a"."b" > 2)."c"."d") -(1 row) - -select '($)'::jsonpath; - jsonpath ----------- - $ -(1 row) - -select '(($))'::jsonpath; - jsonpath ----------- - $ -(1 row) - -select '((($ + 1)).a + ((2)).b ? ((((@ > 1)) || (exists(@.c)))))'::jsonpath; - jsonpath ---------------------------------------------------- - (($ + 1)."a" + (2)."b"?(@ > 1 || exists (@."c"))) -(1 row) - -select '$ ? (@.a < 1)'::jsonpath; - jsonpath ---------------- - $?(@."a" < 1) -(1 row) - -select '$ ? (@.a < -1)'::jsonpath; - jsonpath ----------------- - $?(@."a" < -1) -(1 row) - -select '$ ? (@.a < +1)'::jsonpath; - jsonpath ---------------- - $?(@."a" < 1) -(1 row) - -select '$ ? (@.a < .1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < 0.1) -(1 row) - -select '$ ? (@.a < -.1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < -0.1) -(1 row) - -select '$ ? (@.a < +.1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < 0.1) -(1 row) - -select '$ ? (@.a < 0.1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < 0.1) -(1 row) - -select '$ ? (@.a < -0.1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < -0.1) -(1 row) - -select '$ ? (@.a < +0.1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < 0.1) -(1 row) - -select '$ ? (@.a < 10.1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < 10.1) -(1 row) - -select '$ ? (@.a < -10.1)'::jsonpath; - jsonpath -------------------- - $?(@."a" < -10.1) -(1 row) - -select '$ ? (@.a < +10.1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < 10.1) -(1 row) - -select '$ ? (@.a < 1e1)'::jsonpath; - jsonpath ----------------- - $?(@."a" < 10) -(1 row) - -select '$ ? (@.a < -1e1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < -10) -(1 row) - -select '$ ? (@.a < +1e1)'::jsonpath; - jsonpath ----------------- - $?(@."a" < 10) -(1 row) - -select '$ ? (@.a < .1e1)'::jsonpath; - jsonpath ---------------- - $?(@."a" < 1) -(1 row) - -select '$ ? (@.a < -.1e1)'::jsonpath; - jsonpath ----------------- - $?(@."a" < -1) -(1 row) - -select '$ ? (@.a < +.1e1)'::jsonpath; - jsonpath ---------------- - $?(@."a" < 1) -(1 row) - -select '$ ? (@.a < 0.1e1)'::jsonpath; - jsonpath ---------------- - $?(@."a" < 1) -(1 row) - -select '$ ? (@.a < -0.1e1)'::jsonpath; - jsonpath ----------------- - $?(@."a" < -1) -(1 row) - -select '$ ? (@.a < +0.1e1)'::jsonpath; - jsonpath ---------------- - $?(@."a" < 1) -(1 row) - -select '$ ? (@.a < 10.1e1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < 101) -(1 row) - -select '$ ? (@.a < -10.1e1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < -101) -(1 row) - -select '$ ? (@.a < +10.1e1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < 101) -(1 row) - -select '$ ? (@.a < 1e-1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < 0.1) -(1 row) - -select '$ ? (@.a < -1e-1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < -0.1) -(1 row) - -select '$ ? (@.a < +1e-1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < 0.1) -(1 row) - -select '$ ? (@.a < .1e-1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < 0.01) -(1 row) - -select '$ ? (@.a < -.1e-1)'::jsonpath; - jsonpath -------------------- - $?(@."a" < -0.01) -(1 row) - -select '$ ? (@.a < +.1e-1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < 0.01) -(1 row) - -select '$ ? (@.a < 0.1e-1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < 0.01) -(1 row) - -select '$ ? (@.a < -0.1e-1)'::jsonpath; - jsonpath -------------------- - $?(@."a" < -0.01) -(1 row) - -select '$ ? (@.a < +0.1e-1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < 0.01) -(1 row) - -select '$ ? (@.a < 10.1e-1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < 1.01) -(1 row) - -select '$ ? (@.a < -10.1e-1)'::jsonpath; - jsonpath -------------------- - $?(@."a" < -1.01) -(1 row) - -select '$ ? (@.a < +10.1e-1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < 1.01) -(1 row) - -select '$ ? (@.a < 1e+1)'::jsonpath; - jsonpath ----------------- - $?(@."a" < 10) -(1 row) - -select '$ ? (@.a < -1e+1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < -10) -(1 row) - -select '$ ? (@.a < +1e+1)'::jsonpath; - jsonpath ----------------- - $?(@."a" < 10) -(1 row) - -select '$ ? (@.a < .1e+1)'::jsonpath; - jsonpath ---------------- - $?(@."a" < 1) -(1 row) - -select '$ ? (@.a < -.1e+1)'::jsonpath; - jsonpath ----------------- - $?(@."a" < -1) -(1 row) - -select '$ ? (@.a < +.1e+1)'::jsonpath; - jsonpath ---------------- - $?(@."a" < 1) -(1 row) - -select '$ ? (@.a < 0.1e+1)'::jsonpath; - jsonpath ---------------- - $?(@."a" < 1) -(1 row) - -select '$ ? (@.a < -0.1e+1)'::jsonpath; - jsonpath ----------------- - $?(@."a" < -1) -(1 row) - -select '$ ? (@.a < +0.1e+1)'::jsonpath; - jsonpath ---------------- - $?(@."a" < 1) -(1 row) - -select '$ ? (@.a < 10.1e+1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < 101) -(1 row) - -select '$ ? (@.a < -10.1e+1)'::jsonpath; - jsonpath ------------------- - $?(@."a" < -101) -(1 row) - -select '$ ? (@.a < +10.1e+1)'::jsonpath; - jsonpath ------------------ - $?(@."a" < 101) -(1 row) - --- numeric literals -select '0'::jsonpath; - jsonpath ----------- - 0 -(1 row) - -select '00'::jsonpath; -ERROR: trailing junk after numeric literal at or near "00" of jsonpath input -LINE 1: select '00'::jsonpath; - ^ -select '0755'::jsonpath; -ERROR: syntax error at end of jsonpath input -LINE 1: select '0755'::jsonpath; - ^ -select '0.0'::jsonpath; - jsonpath ----------- - 0.0 -(1 row) - -select '0.000'::jsonpath; - jsonpath ----------- - 0.000 -(1 row) - -select '0.000e1'::jsonpath; - jsonpath ----------- - 0.00 -(1 row) - -select '0.000e2'::jsonpath; - jsonpath ----------- - 0.0 -(1 row) - -select '0.000e3'::jsonpath; - jsonpath ----------- - 0 -(1 row) - -select '0.0010'::jsonpath; - jsonpath ----------- - 0.0010 -(1 row) - -select '0.0010e-1'::jsonpath; - jsonpath ----------- - 0.00010 -(1 row) - -select '0.0010e+1'::jsonpath; - jsonpath ----------- - 0.010 -(1 row) - -select '0.0010e+2'::jsonpath; - jsonpath ----------- - 0.10 -(1 row) - -select '.001'::jsonpath; - jsonpath ----------- - 0.001 -(1 row) - -select '.001e1'::jsonpath; - jsonpath ----------- - 0.01 -(1 row) - -select '1.'::jsonpath; - jsonpath ----------- - 1 -(1 row) - -select '1.e1'::jsonpath; - jsonpath ----------- - 10 -(1 row) - -select '1a'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1a" of jsonpath input -LINE 1: select '1a'::jsonpath; - ^ -select '1e'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1e" of jsonpath input -LINE 1: select '1e'::jsonpath; - ^ -select '1.e'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1.e" of jsonpath input -LINE 1: select '1.e'::jsonpath; - ^ -select '1.2a'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1.2a" of jsonpath input -LINE 1: select '1.2a'::jsonpath; - ^ -select '1.2e'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1.2e" of jsonpath input -LINE 1: select '1.2e'::jsonpath; - ^ -select '1.2.e'::jsonpath; - jsonpath ------------ - (1.2)."e" -(1 row) - -select '(1.2).e'::jsonpath; - jsonpath ------------ - (1.2)."e" -(1 row) - -select '1e3'::jsonpath; - jsonpath ----------- - 1000 -(1 row) - -select '1.e3'::jsonpath; - jsonpath ----------- - 1000 -(1 row) - -select '1.e3.e'::jsonpath; - jsonpath ------------- - (1000)."e" -(1 row) - -select '1.e3.e4'::jsonpath; - jsonpath -------------- - (1000)."e4" -(1 row) - -select '1.2e3'::jsonpath; - jsonpath ----------- - 1200 -(1 row) - -select '1.2e3a'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1.2e3a" of jsonpath input -LINE 1: select '1.2e3a'::jsonpath; - ^ -select '1.2.e3'::jsonpath; - jsonpath ------------- - (1.2)."e3" -(1 row) - -select '(1.2).e3'::jsonpath; - jsonpath ------------- - (1.2)."e3" -(1 row) - -select '1..e'::jsonpath; - jsonpath ----------- - (1)."e" -(1 row) - -select '1..e3'::jsonpath; - jsonpath ----------- - (1)."e3" -(1 row) - -select '(1.).e'::jsonpath; - jsonpath ----------- - (1)."e" -(1 row) - -select '(1.).e3'::jsonpath; - jsonpath ----------- - (1)."e3" -(1 row) - -select '1?(2>3)'::jsonpath; - jsonpath -------------- - (1)?(2 > 3) -(1 row) - --- nondecimal -select '0b100101'::jsonpath; - jsonpath ----------- - 37 -(1 row) - -select '0o273'::jsonpath; - jsonpath ----------- - 187 -(1 row) - -select '0x42F'::jsonpath; - jsonpath ----------- - 1071 -(1 row) - --- error cases -select '0b'::jsonpath; -ERROR: trailing junk after numeric literal at or near "0b" of jsonpath input -LINE 1: select '0b'::jsonpath; - ^ -select '1b'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1b" of jsonpath input -LINE 1: select '1b'::jsonpath; - ^ -select '0b0x'::jsonpath; -ERROR: syntax error at end of jsonpath input -LINE 1: select '0b0x'::jsonpath; - ^ -select '0o'::jsonpath; -ERROR: trailing junk after numeric literal at or near "0o" of jsonpath input -LINE 1: select '0o'::jsonpath; - ^ -select '1o'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1o" of jsonpath input -LINE 1: select '1o'::jsonpath; - ^ -select '0o0x'::jsonpath; -ERROR: syntax error at end of jsonpath input -LINE 1: select '0o0x'::jsonpath; - ^ -select '0x'::jsonpath; -ERROR: trailing junk after numeric literal at or near "0x" of jsonpath input -LINE 1: select '0x'::jsonpath; - ^ -select '1x'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1x" of jsonpath input -LINE 1: select '1x'::jsonpath; - ^ -select '0x0y'::jsonpath; -ERROR: syntax error at end of jsonpath input -LINE 1: select '0x0y'::jsonpath; - ^ --- underscores -select '1_000_000'::jsonpath; - jsonpath ----------- - 1000000 -(1 row) - -select '1_2_3'::jsonpath; - jsonpath ----------- - 123 -(1 row) - -select '0x1EEE_FFFF'::jsonpath; - jsonpath ------------ - 518979583 -(1 row) - -select '0o2_73'::jsonpath; - jsonpath ----------- - 187 -(1 row) - -select '0b10_0101'::jsonpath; - jsonpath ----------- - 37 -(1 row) - -select '1_000.000_005'::jsonpath; - jsonpath -------------- - 1000.000005 -(1 row) - -select '1_000.'::jsonpath; - jsonpath ----------- - 1000 -(1 row) - -select '.000_005'::jsonpath; - jsonpath ----------- - 0.000005 -(1 row) - -select '1_000.5e0_1'::jsonpath; - jsonpath ----------- - 10005 -(1 row) - --- error cases -select '_100'::jsonpath; -ERROR: syntax error at end of jsonpath input -LINE 1: select '_100'::jsonpath; - ^ -select '100_'::jsonpath; -ERROR: trailing junk after numeric literal at or near "100_" of jsonpath input -LINE 1: select '100_'::jsonpath; - ^ -select '100__000'::jsonpath; -ERROR: syntax error at end of jsonpath input -LINE 1: select '100__000'::jsonpath; - ^ -select '_1_000.5'::jsonpath; -ERROR: syntax error at end of jsonpath input -LINE 1: select '_1_000.5'::jsonpath; - ^ -select '1_000_.5'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1_000_" of jsonpath input -LINE 1: select '1_000_.5'::jsonpath; - ^ -select '1_000._5'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1_000._" of jsonpath input -LINE 1: select '1_000._5'::jsonpath; - ^ -select '1_000.5_'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1_000.5_" of jsonpath input -LINE 1: select '1_000.5_'::jsonpath; - ^ -select '1_000.5e_1'::jsonpath; -ERROR: trailing junk after numeric literal at or near "1_000.5e" of jsonpath input -LINE 1: select '1_000.5e_1'::jsonpath; - ^ --- underscore after prefix not allowed in JavaScript (but allowed in SQL) -select '0b_10_0101'::jsonpath; -ERROR: syntax error at end of jsonpath input -LINE 1: select '0b_10_0101'::jsonpath; - ^ -select '0o_273'::jsonpath; -ERROR: syntax error at end of jsonpath input -LINE 1: select '0o_273'::jsonpath; - ^ -select '0x_42F'::jsonpath; -ERROR: syntax error at end of jsonpath input -LINE 1: select '0x_42F'::jsonpath; - ^ --- test non-error-throwing API -SELECT str as jsonpath, - pg_input_is_valid(str,'jsonpath') as ok, - errinfo.sql_error_code, - errinfo.message, - errinfo.detail, - errinfo.hint -FROM unnest(ARRAY['$ ? (@ like_regex "pattern" flag "smixq")'::text, - '$ ? (@ like_regex "pattern" flag "a")', - '@ + 1', - '00', - '1a']) str, - LATERAL pg_input_error_info(str, 'jsonpath') as errinfo; - jsonpath | ok | sql_error_code | message | detail | hint --------------------------------------------+----+----------------+-----------------------------------------------------------------------+----------------------------------------------------------+------ - $ ? (@ like_regex "pattern" flag "smixq") | t | | | | - $ ? (@ like_regex "pattern" flag "a") | f | 42601 | invalid input syntax for type jsonpath | Unrecognized flag character "a" in LIKE_REGEX predicate. | - @ + 1 | f | 42601 | @ is not allowed in root expressions | | - 00 | f | 42601 | trailing junk after numeric literal at or near "00" of jsonpath input | | - 1a | f | 42601 | trailing junk after numeric literal at or near "1a" of jsonpath input | | -(5 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath_encoding_2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonpath_encoding.out --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath_encoding_2.out 2025-05-11 19:30:18.967214000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonpath_encoding.out 2025-05-11 19:32:42.957492000 +0000 @@ -1,9 +1,2 @@ --- --- encoding-sensitive tests for jsonpath --- --- We provide expected-results files for UTF8 (jsonpath_encoding.out) --- and for SQL_ASCII (jsonpath_encoding_1.out). Skip otherwise. -SELECT getdatabaseencoding() NOT IN ('UTF8', 'SQL_ASCII') - AS skip_test \gset -\if :skip_test -\quit +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb_jsonpath.out 2025-05-11 19:30:18.966763000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb_jsonpath.out 2025-05-11 19:32:42.953964000 +0000 @@ -1,4512 +1,2 @@ -select jsonb '{"a": 12}' @? '$'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": 12}' @? '1'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": 12}' @? '$.a.b'; - ?column? ----------- - f -(1 row) - -select jsonb '{"a": 12}' @? '$.b'; - ?column? ----------- - f -(1 row) - -select jsonb '{"a": 12}' @? '$.a + 2'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": 12}' @? '$.b + 2'; - ?column? ----------- - -(1 row) - -select jsonb '{"a": {"a": 12}}' @? '$.a.a'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"a": 12}}' @? '$.*.a'; - ?column? ----------- - t -(1 row) - -select jsonb '{"b": {"a": 12}}' @? '$.*.a'; - ?column? ----------- - t -(1 row) - -select jsonb '{"b": {"a": 12}}' @? '$.*.b'; - ?column? ----------- - f -(1 row) - -select jsonb '{"b": {"a": 12}}' @? 'strict $.*.b'; - ?column? ----------- - -(1 row) - -select jsonb '{}' @? '$.*'; - ?column? ----------- - f -(1 row) - -select jsonb '{"a": 1}' @? '$.*'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"b": 1}}' @? 'lax $.**{1}'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"b": 1}}' @? 'lax $.**{2}'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"b": 1}}' @? 'lax $.**{3}'; - ?column? ----------- - f -(1 row) - -select jsonb '[]' @? '$[*]'; - ?column? ----------- - f -(1 row) - -select jsonb '[1]' @? '$[*]'; - ?column? ----------- - t -(1 row) - -select jsonb '[1]' @? '$[1]'; - ?column? ----------- - f -(1 row) - -select jsonb '[1]' @? 'strict $[1]'; - ?column? ----------- - -(1 row) - -select jsonb_path_query('[1]', 'strict $[1]'); -ERROR: jsonpath array subscript is out of bounds -select jsonb_path_query('[1]', 'strict $[1]', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb '[1]' @? 'lax $[10000000000000000]'; - ?column? ----------- - -(1 row) - -select jsonb '[1]' @? 'strict $[10000000000000000]'; - ?column? ----------- - -(1 row) - -select jsonb_path_query('[1]', 'lax $[10000000000000000]'); -ERROR: jsonpath array subscript is out of integer range -select jsonb_path_query('[1]', 'strict $[10000000000000000]'); -ERROR: jsonpath array subscript is out of integer range -select jsonb '[1]' @? '$[0]'; - ?column? ----------- - t -(1 row) - -select jsonb '[1]' @? '$[0.3]'; - ?column? ----------- - t -(1 row) - -select jsonb '[1]' @? '$[0.5]'; - ?column? ----------- - t -(1 row) - -select jsonb '[1]' @? '$[0.9]'; - ?column? ----------- - t -(1 row) - -select jsonb '[1]' @? '$[1.2]'; - ?column? ----------- - f -(1 row) - -select jsonb '[1]' @? 'strict $[1.2]'; - ?column? ----------- - -(1 row) - -select jsonb '{"a": [1,2,3], "b": [3,4,5]}' @? '$ ? (@.a[*] > @.b[*])'; - ?column? ----------- - f -(1 row) - -select jsonb '{"a": [1,2,3], "b": [3,4,5]}' @? '$ ? (@.a[*] >= @.b[*])'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": [1,2,3], "b": [3,4,"5"]}' @? '$ ? (@.a[*] >= @.b[*])'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": [1,2,3], "b": [3,4,"5"]}' @? 'strict $ ? (@.a[*] >= @.b[*])'; - ?column? ----------- - f -(1 row) - -select jsonb '{"a": [1,2,3], "b": [3,4,null]}' @? '$ ? (@.a[*] >= @.b[*])'; - ?column? ----------- - t -(1 row) - -select jsonb '1' @? '$ ? ((@ == "1") is unknown)'; - ?column? ----------- - t -(1 row) - -select jsonb '1' @? '$ ? ((@ == 1) is unknown)'; - ?column? ----------- - f -(1 row) - -select jsonb '[{"a": 1}, {"a": 2}]' @? '$[0 to 1] ? (@.a > 1)'; - ?column? ----------- - t -(1 row) - -select jsonb_path_exists('[{"a": 1}, {"a": 2}, 3]', 'lax $[*].a', silent => false); - jsonb_path_exists -------------------- - t -(1 row) - -select jsonb_path_exists('[{"a": 1}, {"a": 2}, 3]', 'lax $[*].a', silent => true); - jsonb_path_exists -------------------- - t -(1 row) - -select jsonb_path_exists('[{"a": 1}, {"a": 2}, 3]', 'strict $[*].a', silent => false); -ERROR: jsonpath member accessor can only be applied to an object -select jsonb_path_exists('[{"a": 1}, {"a": 2}, 3]', 'strict $[*].a', silent => true); - jsonb_path_exists -------------------- - -(1 row) - -select jsonb_path_query('1', 'lax $.a'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('1', 'strict $.a'); -ERROR: jsonpath member accessor can only be applied to an object -select jsonb_path_query('1', 'strict $.*'); -ERROR: jsonpath wildcard member accessor can only be applied to an object -select jsonb_path_query('1', 'strict $.a', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('1', 'strict $.*', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'lax $.a'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.a'); -ERROR: jsonpath member accessor can only be applied to an object -select jsonb_path_query('[]', 'strict $.a', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', 'lax $.a'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', 'strict $.a'); -ERROR: JSON object does not contain key "a" -select jsonb_path_query('{}', 'strict $.a', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('1', 'strict $[1]'); -ERROR: jsonpath array accessor can only be applied to an array -select jsonb_path_query('1', 'strict $[*]'); -ERROR: jsonpath wildcard array accessor can only be applied to an array -select jsonb_path_query('[]', 'strict $[1]'); -ERROR: jsonpath array subscript is out of bounds -select jsonb_path_query('[]', 'strict $["a"]'); -ERROR: jsonpath array subscript is not a single numeric value -select jsonb_path_query('1', 'strict $[1]', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('1', 'strict $[*]', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $[1]', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $["a"]', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{"a": 12, "b": {"a": 13}}', '$.a'); - jsonb_path_query ------------------- - 12 -(1 row) - -select jsonb_path_query('{"a": 12, "b": {"a": 13}}', '$.b'); - jsonb_path_query ------------------- - {"a": 13} -(1 row) - -select jsonb_path_query('{"a": 12, "b": {"a": 13}}', '$.*'); - jsonb_path_query ------------------- - 12 - {"a": 13} -(2 rows) - -select jsonb_path_query('{"a": 12, "b": {"a": 13}}', 'lax $.*.a'); - jsonb_path_query ------------------- - 13 -(1 row) - -select jsonb_path_query('[12, {"a": 13}, {"b": 14}]', 'lax $[*].a'); - jsonb_path_query ------------------- - 13 -(1 row) - -select jsonb_path_query('[12, {"a": 13}, {"b": 14}]', 'lax $[*].*'); - jsonb_path_query ------------------- - 13 - 14 -(2 rows) - -select jsonb_path_query('[12, {"a": 13}, {"b": 14}]', 'lax $[0].a'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[12, {"a": 13}, {"b": 14}]', 'lax $[1].a'); - jsonb_path_query ------------------- - 13 -(1 row) - -select jsonb_path_query('[12, {"a": 13}, {"b": 14}]', 'lax $[2].a'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[12, {"a": 13}, {"b": 14}]', 'lax $[0,1].a'); - jsonb_path_query ------------------- - 13 -(1 row) - -select jsonb_path_query('[12, {"a": 13}, {"b": 14}]', 'lax $[0 to 10].a'); - jsonb_path_query ------------------- - 13 -(1 row) - -select jsonb_path_query('[12, {"a": 13}, {"b": 14}]', 'lax $[0 to 10 / 0].a'); -ERROR: division by zero -select jsonb_path_query('[12, {"a": 13}, {"b": 14}, "ccc", true]', '$[2.5 - 1 to $.size() - 2]'); - jsonb_path_query ------------------- - {"a": 13} - {"b": 14} - "ccc" -(3 rows) - -select jsonb_path_query('1', 'lax $[0]'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('1', 'lax $[*]'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('[1]', 'lax $[0]'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('[1]', 'lax $[*]'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('[1,2,3]', 'lax $[*]'); - jsonb_path_query ------------------- - 1 - 2 - 3 -(3 rows) - -select jsonb_path_query('[1,2,3]', 'strict $[*].a'); -ERROR: jsonpath member accessor can only be applied to an object -select jsonb_path_query('[1,2,3]', 'strict $[*].a', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', '$[last]'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', '$[last ? (exists(last))]'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $[last]'); -ERROR: jsonpath array subscript is out of bounds -select jsonb_path_query('[]', 'strict $[last]', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[1]', '$[last]'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('[1,2,3]', '$[last]'); - jsonb_path_query ------------------- - 3 -(1 row) - -select jsonb_path_query('[1,2,3]', '$[last - 1]'); - jsonb_path_query ------------------- - 2 -(1 row) - -select jsonb_path_query('[1,2,3]', '$[last ? (@.type() == "number")]'); - jsonb_path_query ------------------- - 3 -(1 row) - -select jsonb_path_query('[1,2,3]', '$[last ? (@.type() == "string")]'); -ERROR: jsonpath array subscript is not a single numeric value -select jsonb_path_query('[1,2,3]', '$[last ? (@.type() == "string")]', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select * from jsonb_path_query('{"a": 10}', '$'); - jsonb_path_query ------------------- - {"a": 10} -(1 row) - -select * from jsonb_path_query('{"a": 10}', '$ ? (@.a < $value)'); -ERROR: could not find jsonpath variable "value" -select * from jsonb_path_query('{"a": 10}', '$ ? (@.a < $value)', '1'); -ERROR: "vars" argument is not an object -DETAIL: Jsonpath parameters should be encoded as key-value pairs of "vars" object. -select * from jsonb_path_query('{"a": 10}', '$ ? (@.a < $value)', '[{"value" : 13}]'); -ERROR: "vars" argument is not an object -DETAIL: Jsonpath parameters should be encoded as key-value pairs of "vars" object. -select * from jsonb_path_query('{"a": 10}', '$ ? (@.a < $value)', '{"value" : 13}'); - jsonb_path_query ------------------- - {"a": 10} -(1 row) - -select * from jsonb_path_query('{"a": 10}', '$ ? (@.a < $value)', '{"value" : 8}'); - jsonb_path_query ------------------- -(0 rows) - -select * from jsonb_path_query('{"a": 10}', '$.a ? (@ < $value)', '{"value" : 13}'); - jsonb_path_query ------------------- - 10 -(1 row) - -select * from jsonb_path_query('[10,11,12,13,14,15]', '$[*] ? (@ < $value)', '{"value" : 13}'); - jsonb_path_query ------------------- - 10 - 11 - 12 -(3 rows) - -select * from jsonb_path_query('[10,11,12,13,14,15]', '$[0,1] ? (@ < $x.value)', '{"x": {"value" : 13}}'); - jsonb_path_query ------------------- - 10 - 11 -(2 rows) - -select * from jsonb_path_query('[10,11,12,13,14,15]', '$[0 to 2] ? (@ < $value)', '{"value" : 15}'); - jsonb_path_query ------------------- - 10 - 11 - 12 -(3 rows) - -select * from jsonb_path_query('[1,"1",2,"2",null]', '$[*] ? (@ == "1")'); - jsonb_path_query ------------------- - "1" -(1 row) - -select * from jsonb_path_query('[1,"1",2,"2",null]', '$[*] ? (@ == $value)', '{"value" : "1"}'); - jsonb_path_query ------------------- - "1" -(1 row) - -select * from jsonb_path_query('[1,"1",2,"2",null]', '$[*] ? (@ == $value)', '{"value" : null}'); - jsonb_path_query ------------------- - null -(1 row) - -select * from jsonb_path_query('[1, "2", null]', '$[*] ? (@ != null)'); - jsonb_path_query ------------------- - 1 - "2" -(2 rows) - -select * from jsonb_path_query('[1, "2", null]', '$[*] ? (@ == null)'); - jsonb_path_query ------------------- - null -(1 row) - -select * from jsonb_path_query('{}', '$ ? (@ == @)'); - jsonb_path_query ------------------- -(0 rows) - -select * from jsonb_path_query('[]', 'strict $ ? (@ == @)'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**'); - jsonb_path_query ------------------- - {"a": {"b": 1}} - {"b": 1} - 1 -(3 rows) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{0}'); - jsonb_path_query ------------------- - {"a": {"b": 1}} -(1 row) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{0 to last}'); - jsonb_path_query ------------------- - {"a": {"b": 1}} - {"b": 1} - 1 -(3 rows) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{1}'); - jsonb_path_query ------------------- - {"b": 1} -(1 row) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{1 to last}'); - jsonb_path_query ------------------- - {"b": 1} - 1 -(2 rows) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{2}'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{2 to last}'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{3 to last}'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{last}'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**.b ? (@ > 0)'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{0}.b ? (@ > 0)'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{1}.b ? (@ > 0)'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{0 to last}.b ? (@ > 0)'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{1 to last}.b ? (@ > 0)'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"b": 1}}', 'lax $.**{1 to 2}.b ? (@ > 0)'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"c": {"b": 1}}}', 'lax $.**.b ? (@ > 0)'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"c": {"b": 1}}}', 'lax $.**{0}.b ? (@ > 0)'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{"a": {"c": {"b": 1}}}', 'lax $.**{1}.b ? (@ > 0)'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{"a": {"c": {"b": 1}}}', 'lax $.**{0 to last}.b ? (@ > 0)'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"c": {"b": 1}}}', 'lax $.**{1 to last}.b ? (@ > 0)'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"c": {"b": 1}}}', 'lax $.**{1 to 2}.b ? (@ > 0)'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('{"a": {"c": {"b": 1}}}', 'lax $.**{2 to 3}.b ? (@ > 0)'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb '{"a": {"b": 1}}' @? '$.**.b ? ( @ > 0)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"b": 1}}' @? '$.**{0}.b ? ( @ > 0)'; - ?column? ----------- - f -(1 row) - -select jsonb '{"a": {"b": 1}}' @? '$.**{1}.b ? ( @ > 0)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"b": 1}}' @? '$.**{0 to last}.b ? ( @ > 0)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"b": 1}}' @? '$.**{1 to last}.b ? ( @ > 0)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"b": 1}}' @? '$.**{1 to 2}.b ? ( @ > 0)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"c": {"b": 1}}}' @? '$.**.b ? ( @ > 0)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"c": {"b": 1}}}' @? '$.**{0}.b ? ( @ > 0)'; - ?column? ----------- - f -(1 row) - -select jsonb '{"a": {"c": {"b": 1}}}' @? '$.**{1}.b ? ( @ > 0)'; - ?column? ----------- - f -(1 row) - -select jsonb '{"a": {"c": {"b": 1}}}' @? '$.**{0 to last}.b ? ( @ > 0)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"c": {"b": 1}}}' @? '$.**{1 to last}.b ? ( @ > 0)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"c": {"b": 1}}}' @? '$.**{1 to 2}.b ? ( @ > 0)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": {"c": {"b": 1}}}' @? '$.**{2 to 3}.b ? ( @ > 0)'; - ?column? ----------- - t -(1 row) - -select jsonb_path_query('{"g": {"x": 2}}', '$.g ? (exists (@.x))'); - jsonb_path_query ------------------- - {"x": 2} -(1 row) - -select jsonb_path_query('{"g": {"x": 2}}', '$.g ? (exists (@.y))'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{"g": {"x": 2}}', '$.g ? (exists (@.x ? (@ >= 2) ))'); - jsonb_path_query ------------------- - {"x": 2} -(1 row) - -select jsonb_path_query('{"g": [{"x": 2}, {"y": 3}]}', 'lax $.g ? (exists (@.x))'); - jsonb_path_query ------------------- - {"x": 2} -(1 row) - -select jsonb_path_query('{"g": [{"x": 2}, {"y": 3}]}', 'lax $.g ? (exists (@.x + "3"))'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{"g": [{"x": 2}, {"y": 3}]}', 'lax $.g ? ((exists (@.x + "3")) is unknown)'); - jsonb_path_query ------------------- - {"x": 2} - {"y": 3} -(2 rows) - -select jsonb_path_query('{"g": [{"x": 2}, {"y": 3}]}', 'strict $.g[*] ? (exists (@.x))'); - jsonb_path_query ------------------- - {"x": 2} -(1 row) - -select jsonb_path_query('{"g": [{"x": 2}, {"y": 3}]}', 'strict $.g[*] ? ((exists (@.x)) is unknown)'); - jsonb_path_query ------------------- - {"y": 3} -(1 row) - -select jsonb_path_query('{"g": [{"x": 2}, {"y": 3}]}', 'strict $.g ? (exists (@[*].x))'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{"g": [{"x": 2}, {"y": 3}]}', 'strict $.g ? ((exists (@[*].x)) is unknown)'); - jsonb_path_query ----------------------- - [{"x": 2}, {"y": 3}] -(1 row) - ---test ternary logic -select - x, y, - jsonb_path_query( - '[true, false, null]', - '$[*] ? (@ == true && ($x == true && $y == true) || - @ == false && !($x == true && $y == true) || - @ == null && ($x == true && $y == true) is unknown)', - jsonb_build_object('x', x, 'y', y) - ) as "x && y" -from - (values (jsonb 'true'), ('false'), ('"null"')) x(x), - (values (jsonb 'true'), ('false'), ('"null"')) y(y); - x | y | x && y ---------+--------+-------- - true | true | true - true | false | false - true | "null" | null - false | true | false - false | false | false - false | "null" | false - "null" | true | null - "null" | false | false - "null" | "null" | null -(9 rows) - -select - x, y, - jsonb_path_query( - '[true, false, null]', - '$[*] ? (@ == true && ($x == true || $y == true) || - @ == false && !($x == true || $y == true) || - @ == null && ($x == true || $y == true) is unknown)', - jsonb_build_object('x', x, 'y', y) - ) as "x || y" -from - (values (jsonb 'true'), ('false'), ('"null"')) x(x), - (values (jsonb 'true'), ('false'), ('"null"')) y(y); - x | y | x || y ---------+--------+-------- - true | true | true - true | false | true - true | "null" | true - false | true | true - false | false | false - false | "null" | null - "null" | true | true - "null" | false | null - "null" | "null" | null -(9 rows) - -select jsonb '{"a": 1, "b":1}' @? '$ ? (@.a == @.b)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"c": {"a": 1, "b":1}}' @? '$ ? (@.a == @.b)'; - ?column? ----------- - f -(1 row) - -select jsonb '{"c": {"a": 1, "b":1}}' @? '$.c ? (@.a == @.b)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"c": {"a": 1, "b":1}}' @? '$.c ? ($.c.a == @.b)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"c": {"a": 1, "b":1}}' @? '$.* ? (@.a == @.b)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": 1, "b":1}' @? '$.** ? (@.a == @.b)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"c": {"a": 1, "b":1}}' @? '$.** ? (@.a == @.b)'; - ?column? ----------- - t -(1 row) - -select jsonb_path_query('{"c": {"a": 2, "b":1}}', '$.** ? (@.a == 1 + 1)'); - jsonb_path_query ------------------- - {"a": 2, "b": 1} -(1 row) - -select jsonb_path_query('{"c": {"a": 2, "b":1}}', '$.** ? (@.a == (1 + 1))'); - jsonb_path_query ------------------- - {"a": 2, "b": 1} -(1 row) - -select jsonb_path_query('{"c": {"a": 2, "b":1}}', '$.** ? (@.a == @.b + 1)'); - jsonb_path_query ------------------- - {"a": 2, "b": 1} -(1 row) - -select jsonb_path_query('{"c": {"a": 2, "b":1}}', '$.** ? (@.a == (@.b + 1))'); - jsonb_path_query ------------------- - {"a": 2, "b": 1} -(1 row) - -select jsonb '{"c": {"a": -1, "b":1}}' @? '$.** ? (@.a == - 1)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"c": {"a": -1, "b":1}}' @? '$.** ? (@.a == -1)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"c": {"a": -1, "b":1}}' @? '$.** ? (@.a == -@.b)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"c": {"a": -1, "b":1}}' @? '$.** ? (@.a == - @.b)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"c": {"a": 0, "b":1}}' @? '$.** ? (@.a == 1 - @.b)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"c": {"a": 2, "b":1}}' @? '$.** ? (@.a == 1 - - @.b)'; - ?column? ----------- - t -(1 row) - -select jsonb '{"c": {"a": 0, "b":1}}' @? '$.** ? (@.a == 1 - +@.b)'; - ?column? ----------- - t -(1 row) - -select jsonb '[1,2,3]' @? '$ ? (+@[*] > +2)'; - ?column? ----------- - t -(1 row) - -select jsonb '[1,2,3]' @? '$ ? (+@[*] > +3)'; - ?column? ----------- - f -(1 row) - -select jsonb '[1,2,3]' @? '$ ? (-@[*] < -2)'; - ?column? ----------- - t -(1 row) - -select jsonb '[1,2,3]' @? '$ ? (-@[*] < -3)'; - ?column? ----------- - f -(1 row) - -select jsonb '1' @? '$ ? ($ > 0)'; - ?column? ----------- - t -(1 row) - --- arithmetic errors -select jsonb_path_query('[1,2,0,3]', '$[*] ? (2 / @ > 0)'); - jsonb_path_query ------------------- - 1 - 2 - 3 -(3 rows) - -select jsonb_path_query('[1,2,0,3]', '$[*] ? ((2 / @ > 0) is unknown)'); - jsonb_path_query ------------------- - 0 -(1 row) - -select jsonb_path_query('0', '1 / $'); -ERROR: division by zero -select jsonb_path_query('0', '1 / $ + 2'); -ERROR: division by zero -select jsonb_path_query('0', '-(3 + 1 % $)'); -ERROR: division by zero -select jsonb_path_query('1', '$ + "2"'); -ERROR: right operand of jsonpath operator + is not a single numeric value -select jsonb_path_query('[1, 2]', '3 * $'); -ERROR: right operand of jsonpath operator * is not a single numeric value -select jsonb_path_query('"a"', '-$'); -ERROR: operand of unary jsonpath operator - is not a numeric value -select jsonb_path_query('[1,"2",3]', '+$'); -ERROR: operand of unary jsonpath operator + is not a numeric value -select jsonb_path_query('1', '$ + "2"', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[1, 2]', '3 * $', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"a"', '-$', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[1,"2",3]', '+$', silent => true); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb '["1",2,0,3]' @? '-$[*]'; - ?column? ----------- - t -(1 row) - -select jsonb '[1,"2",0,3]' @? '-$[*]'; - ?column? ----------- - t -(1 row) - -select jsonb '["1",2,0,3]' @? 'strict -$[*]'; - ?column? ----------- - -(1 row) - -select jsonb '[1,"2",0,3]' @? 'strict -$[*]'; - ?column? ----------- - -(1 row) - --- unwrapping of operator arguments in lax mode -select jsonb_path_query('{"a": [2]}', 'lax $.a * 3'); - jsonb_path_query ------------------- - 6 -(1 row) - -select jsonb_path_query('{"a": [2]}', 'lax $.a + 3'); - jsonb_path_query ------------------- - 5 -(1 row) - -select jsonb_path_query('{"a": [2, 3, 4]}', 'lax -$.a'); - jsonb_path_query ------------------- - -2 - -3 - -4 -(3 rows) - --- should fail -select jsonb_path_query('{"a": [1, 2]}', 'lax $.a * 3'); -ERROR: left operand of jsonpath operator * is not a single numeric value -select jsonb_path_query('{"a": [1, 2]}', 'lax $.a * 3', silent => true); - jsonb_path_query ------------------- -(0 rows) - --- any key on arrays with and without unwrapping. -select jsonb_path_query('{"a": [1,2,3], "b": [3,4,5]}', '$.*'); - jsonb_path_query ------------------- - [1, 2, 3] - [3, 4, 5] -(2 rows) - -select jsonb_path_query('[1,2,3]', '$.*'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[1,2,3,{"b": [3,4,5]}]', 'lax $.*'); - jsonb_path_query ------------------- - [3, 4, 5] -(1 row) - -select jsonb_path_query('[1,2,3,{"b": [3,4,5]}]', 'strict $.*'); -ERROR: jsonpath wildcard member accessor can only be applied to an object -select jsonb_path_query('[1,2,3,{"b": [3,4,5]}]', 'strict $.*', NULL, true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb '{"a": [1,2,3], "b": [3,4,5]}' @? '$.*'; - ?column? ----------- - t -(1 row) - -select jsonb '[1,2,3]' @? '$.*'; - ?column? ----------- - f -(1 row) - -select jsonb '[1,2,3,{"b": [3,4,5]}]' @? 'lax $.*'; - ?column? ----------- - t -(1 row) - -select jsonb '[1,2,3,{"b": [3,4,5]}]' @? 'strict $.*'; - ?column? ----------- - -(1 row) - --- extension: boolean expressions -select jsonb_path_query('2', '$ > 1'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('2', '$ <= 1'); - jsonb_path_query ------------------- - false -(1 row) - -select jsonb_path_query('2', '$ == "2"'); - jsonb_path_query ------------------- - null -(1 row) - -select jsonb '2' @? '$ == "2"'; - ?column? ----------- - t -(1 row) - -select jsonb '2' @@ '$ > 1'; - ?column? ----------- - t -(1 row) - -select jsonb '2' @@ '$ <= 1'; - ?column? ----------- - f -(1 row) - -select jsonb '2' @@ '$ == "2"'; - ?column? ----------- - -(1 row) - -select jsonb '2' @@ '1'; - ?column? ----------- - -(1 row) - -select jsonb '{}' @@ '$'; - ?column? ----------- - -(1 row) - -select jsonb '[]' @@ '$'; - ?column? ----------- - -(1 row) - -select jsonb '[1,2,3]' @@ '$[*]'; - ?column? ----------- - -(1 row) - -select jsonb '[]' @@ '$[*]'; - ?column? ----------- - -(1 row) - -select jsonb_path_match('[[1, true], [2, false]]', 'strict $[*] ? (@[0] > $x) [1]', '{"x": 1}'); - jsonb_path_match ------------------- - f -(1 row) - -select jsonb_path_match('[[1, true], [2, false]]', 'strict $[*] ? (@[0] < $x) [1]', '{"x": 2}'); - jsonb_path_match ------------------- - t -(1 row) - -select jsonb_path_match('[{"a": 1}, {"a": 2}, 3]', 'lax exists($[*].a)', silent => false); - jsonb_path_match ------------------- - t -(1 row) - -select jsonb_path_match('[{"a": 1}, {"a": 2}, 3]', 'lax exists($[*].a)', silent => true); - jsonb_path_match ------------------- - t -(1 row) - -select jsonb_path_match('[{"a": 1}, {"a": 2}, 3]', 'strict exists($[*].a)', silent => false); - jsonb_path_match ------------------- - -(1 row) - -select jsonb_path_match('[{"a": 1}, {"a": 2}, 3]', 'strict exists($[*].a)', silent => true); - jsonb_path_match ------------------- - -(1 row) - -select jsonb_path_query('[null,1,true,"a",[],{}]', '$.type()'); - jsonb_path_query ------------------- - "array" -(1 row) - -select jsonb_path_query('[null,1,true,"a",[],{}]', 'lax $.type()'); - jsonb_path_query ------------------- - "array" -(1 row) - -select jsonb_path_query('[null,1,true,"a",[],{}]', '$[*].type()'); - jsonb_path_query ------------------- - "null" - "number" - "boolean" - "string" - "array" - "object" -(6 rows) - -select jsonb_path_query('null', 'null.type()'); - jsonb_path_query ------------------- - "null" -(1 row) - -select jsonb_path_query('null', 'true.type()'); - jsonb_path_query ------------------- - "boolean" -(1 row) - -select jsonb_path_query('null', '(123).type()'); - jsonb_path_query ------------------- - "number" -(1 row) - -select jsonb_path_query('null', '"123".type()'); - jsonb_path_query ------------------- - "string" -(1 row) - -select jsonb_path_query('{"a": 2}', '($.a - 5).abs() + 10'); - jsonb_path_query ------------------- - 13 -(1 row) - -select jsonb_path_query('{"a": 2.5}', '-($.a * $.a).floor() % 4.3'); - jsonb_path_query ------------------- - -1.7 -(1 row) - -select jsonb_path_query('[1, 2, 3]', '($[*] > 2) ? (@ == true)'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('[1, 2, 3]', '($[*] > 3).type()'); - jsonb_path_query ------------------- - "boolean" -(1 row) - -select jsonb_path_query('[1, 2, 3]', '($[*].a > 3).type()'); - jsonb_path_query ------------------- - "boolean" -(1 row) - -select jsonb_path_query('[1, 2, 3]', 'strict ($[*].a > 3).type()'); - jsonb_path_query ------------------- - "null" -(1 row) - -select jsonb_path_query('[1,null,true,"11",[],[1],[1,2,3],{},{"a":1,"b":2}]', 'strict $[*].size()'); -ERROR: jsonpath item method .size() can only be applied to an array -select jsonb_path_query('[1,null,true,"11",[],[1],[1,2,3],{},{"a":1,"b":2}]', 'strict $[*].size()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[1,null,true,"11",[],[1],[1,2,3],{},{"a":1,"b":2}]', 'lax $[*].size()'); - jsonb_path_query ------------------- - 1 - 1 - 1 - 1 - 0 - 1 - 3 - 1 - 1 -(9 rows) - -select jsonb_path_query('[0, 1, -2, -3.4, 5.6]', '$[*].abs()'); - jsonb_path_query ------------------- - 0 - 1 - 2 - 3.4 - 5.6 -(5 rows) - -select jsonb_path_query('[0, 1, -2, -3.4, 5.6]', '$[*].floor()'); - jsonb_path_query ------------------- - 0 - 1 - -2 - -4 - 5 -(5 rows) - -select jsonb_path_query('[0, 1, -2, -3.4, 5.6]', '$[*].ceiling()'); - jsonb_path_query ------------------- - 0 - 1 - -2 - -3 - 6 -(5 rows) - -select jsonb_path_query('[0, 1, -2, -3.4, 5.6]', '$[*].ceiling().abs()'); - jsonb_path_query ------------------- - 0 - 1 - 2 - 3 - 6 -(5 rows) - -select jsonb_path_query('[0, 1, -2, -3.4, 5.6]', '$[*].ceiling().abs().type()'); - jsonb_path_query ------------------- - "number" - "number" - "number" - "number" - "number" -(5 rows) - -select jsonb_path_query('[{},1]', '$[*].keyvalue()'); -ERROR: jsonpath item method .keyvalue() can only be applied to an object -select jsonb_path_query('[{},1]', '$[*].keyvalue()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', '$.keyvalue()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{"a": 1, "b": [1, 2], "c": {"a": "bbb"}}', '$.keyvalue()'); - jsonb_path_query ----------------------------------------------- - {"id": 0, "key": "a", "value": 1} - {"id": 0, "key": "b", "value": [1, 2]} - {"id": 0, "key": "c", "value": {"a": "bbb"}} -(3 rows) - -select jsonb_path_query('[{"a": 1, "b": [1, 2]}, {"c": {"a": "bbb"}}]', '$[*].keyvalue()'); - jsonb_path_query ------------------------------------------------ - {"id": 12, "key": "a", "value": 1} - {"id": 12, "key": "b", "value": [1, 2]} - {"id": 72, "key": "c", "value": {"a": "bbb"}} -(3 rows) - -select jsonb_path_query('[{"a": 1, "b": [1, 2]}, {"c": {"a": "bbb"}}]', 'strict $.keyvalue()'); -ERROR: jsonpath item method .keyvalue() can only be applied to an object -select jsonb_path_query('[{"a": 1, "b": [1, 2]}, {"c": {"a": "bbb"}}]', 'lax $.keyvalue()'); - jsonb_path_query ------------------------------------------------ - {"id": 12, "key": "a", "value": 1} - {"id": 12, "key": "b", "value": [1, 2]} - {"id": 72, "key": "c", "value": {"a": "bbb"}} -(3 rows) - -select jsonb_path_query('[{"a": 1, "b": [1, 2]}, {"c": {"a": "bbb"}}]', 'strict $.keyvalue().a'); -ERROR: jsonpath item method .keyvalue() can only be applied to an object -select jsonb '{"a": 1, "b": [1, 2]}' @? 'lax $.keyvalue()'; - ?column? ----------- - t -(1 row) - -select jsonb '{"a": 1, "b": [1, 2]}' @? 'lax $.keyvalue().key'; - ?column? ----------- - t -(1 row) - -select jsonb_path_query('null', '$.double()'); -ERROR: jsonpath item method .double() can only be applied to a string or numeric value -select jsonb_path_query('true', '$.double()'); -ERROR: jsonpath item method .double() can only be applied to a string or numeric value -select jsonb_path_query('null', '$.double()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('true', '$.double()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', '$.double()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.double()'); -ERROR: jsonpath item method .double() can only be applied to a string or numeric value -select jsonb_path_query('{}', '$.double()'); -ERROR: jsonpath item method .double() can only be applied to a string or numeric value -select jsonb_path_query('[]', 'strict $.double()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', '$.double()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('1.23', '$.double()'); - jsonb_path_query ------------------- - 1.23 -(1 row) - -select jsonb_path_query('"1.23"', '$.double()'); - jsonb_path_query ------------------- - 1.23 -(1 row) - -select jsonb_path_query('"1.23aaa"', '$.double()'); -ERROR: argument "1.23aaa" of jsonpath item method .double() is invalid for type double precision -select jsonb_path_query('1e1000', '$.double()'); -ERROR: argument "10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" of jsonpath item method .double() is invalid for type double precision -select jsonb_path_query('"nan"', '$.double()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .double() -select jsonb_path_query('"NaN"', '$.double()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .double() -select jsonb_path_query('"inf"', '$.double()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .double() -select jsonb_path_query('"-inf"', '$.double()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .double() -select jsonb_path_query('"inf"', '$.double()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"-inf"', '$.double()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', '$.abs()'); -ERROR: jsonpath item method .abs() can only be applied to a numeric value -select jsonb_path_query('true', '$.floor()'); -ERROR: jsonpath item method .floor() can only be applied to a numeric value -select jsonb_path_query('"1.2"', '$.ceiling()'); -ERROR: jsonpath item method .ceiling() can only be applied to a numeric value -select jsonb_path_query('{}', '$.abs()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('true', '$.floor()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"1.2"', '$.ceiling()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('["", "a", "abc", "abcabc"]', '$[*] ? (@ starts with "abc")'); - jsonb_path_query ------------------- - "abc" - "abcabc" -(2 rows) - -select jsonb_path_query('["", "a", "abc", "abcabc"]', 'strict $ ? (@[*] starts with "abc")'); - jsonb_path_query ----------------------------- - ["", "a", "abc", "abcabc"] -(1 row) - -select jsonb_path_query('["", "a", "abd", "abdabc"]', 'strict $ ? (@[*] starts with "abc")'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('["abc", "abcabc", null, 1]', 'strict $ ? (@[*] starts with "abc")'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('["abc", "abcabc", null, 1]', 'strict $ ? ((@[*] starts with "abc") is unknown)'); - jsonb_path_query ----------------------------- - ["abc", "abcabc", null, 1] -(1 row) - -select jsonb_path_query('[[null, 1, "abc", "abcabc"]]', 'lax $ ? (@[*] starts with "abc")'); - jsonb_path_query ----------------------------- - [null, 1, "abc", "abcabc"] -(1 row) - -select jsonb_path_query('[[null, 1, "abd", "abdabc"]]', 'lax $ ? ((@[*] starts with "abc") is unknown)'); - jsonb_path_query ----------------------------- - [null, 1, "abd", "abdabc"] -(1 row) - -select jsonb_path_query('[null, 1, "abd", "abdabc"]', 'lax $[*] ? ((@ starts with "abc") is unknown)'); - jsonb_path_query ------------------- - null - 1 -(2 rows) - -select jsonb_path_query('[null, 1, "abc", "abd", "aBdC", "abdacb", "babc", "adc\nabc", "ab\nadc"]', 'lax $[*] ? (@ like_regex "^ab.*c")'); - jsonb_path_query ------------------- - "abc" - "abdacb" -(2 rows) - -select jsonb_path_query('[null, 1, "abc", "abd", "aBdC", "abdacb", "babc", "adc\nabc", "ab\nadc"]', 'lax $[*] ? (@ like_regex "^ab.*c" flag "i")'); - jsonb_path_query ------------------- - "abc" - "aBdC" - "abdacb" -(3 rows) - -select jsonb_path_query('[null, 1, "abc", "abd", "aBdC", "abdacb", "babc", "adc\nabc", "ab\nadc"]', 'lax $[*] ? (@ like_regex "^ab.*c" flag "m")'); - jsonb_path_query ------------------- - "abc" - "abdacb" - "adc\nabc" -(3 rows) - -select jsonb_path_query('[null, 1, "abc", "abd", "aBdC", "abdacb", "babc", "adc\nabc", "ab\nadc"]', 'lax $[*] ? (@ like_regex "^ab.*c" flag "s")'); - jsonb_path_query ------------------- - "abc" - "abdacb" - "ab\nadc" -(3 rows) - -select jsonb_path_query('[null, 1, "a\b", "a\\b", "^a\\b$"]', 'lax $[*] ? (@ like_regex "a\\b" flag "q")'); - jsonb_path_query ------------------- - "a\\b" - "^a\\b$" -(2 rows) - -select jsonb_path_query('[null, 1, "a\b", "a\\b", "^a\\b$"]', 'lax $[*] ? (@ like_regex "a\\b" flag "")'); - jsonb_path_query ------------------- - "a\b" -(1 row) - -select jsonb_path_query('[null, 1, "a\b", "a\\b", "^a\\b$"]', 'lax $[*] ? (@ like_regex "^a\\b$" flag "q")'); - jsonb_path_query ------------------- - "^a\\b$" -(1 row) - -select jsonb_path_query('[null, 1, "a\b", "a\\b", "^a\\b$"]', 'lax $[*] ? (@ like_regex "^a\\B$" flag "q")'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[null, 1, "a\b", "a\\b", "^a\\b$"]', 'lax $[*] ? (@ like_regex "^a\\B$" flag "iq")'); - jsonb_path_query ------------------- - "^a\\b$" -(1 row) - -select jsonb_path_query('[null, 1, "a\b", "a\\b", "^a\\b$"]', 'lax $[*] ? (@ like_regex "^a\\b$" flag "")'); - jsonb_path_query ------------------- - "a\b" -(1 row) - -select jsonb_path_query('null', '$.datetime()'); -ERROR: jsonpath item method .datetime() can only be applied to a string -select jsonb_path_query('true', '$.datetime()'); -ERROR: jsonpath item method .datetime() can only be applied to a string -select jsonb_path_query('1', '$.datetime()'); -ERROR: jsonpath item method .datetime() can only be applied to a string -select jsonb_path_query('[]', '$.datetime()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.datetime()'); -ERROR: jsonpath item method .datetime() can only be applied to a string -select jsonb_path_query('{}', '$.datetime()'); -ERROR: jsonpath item method .datetime() can only be applied to a string -select jsonb_path_query('"bogus"', '$.datetime()'); -ERROR: datetime format is not recognized: "bogus" -HINT: Use a datetime template argument to specify the input data format. -select jsonb_path_query('"12:34"', '$.datetime("aaa")'); -ERROR: invalid datetime format separator: "a" -select jsonb_path_query('"aaaa"', '$.datetime("HH24")'); -ERROR: invalid value "aa" for "HH24" -DETAIL: Value must be an integer. -select jsonb '"10-03-2017"' @? '$.datetime("dd-mm-yyyy")'; - ?column? ----------- - t -(1 row) - -select jsonb_path_query('"10-03-2017"', '$.datetime("dd-mm-yyyy")'); - jsonb_path_query ------------------- - "2017-03-10" -(1 row) - -select jsonb_path_query('"10-03-2017"', '$.datetime("dd-mm-yyyy").type()'); - jsonb_path_query ------------------- - "date" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34"', '$.datetime("dd-mm-yyyy")'); -ERROR: trailing characters remain in input string after datetime format -select jsonb_path_query('"10-03-2017 12:34"', '$.datetime("dd-mm-yyyy").type()'); -ERROR: trailing characters remain in input string after datetime format -select jsonb_path_query('"10-03-2017 12:34"', ' $.datetime("dd-mm-yyyy HH24:MI").type()'); - jsonb_path_query -------------------------------- - "timestamp without time zone" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34 +05:20"', '$.datetime("dd-mm-yyyy HH24:MI TZH:TZM").type()'); - jsonb_path_query ----------------------------- - "timestamp with time zone" -(1 row) - -select jsonb_path_query('"12:34:56"', '$.datetime("HH24:MI:SS").type()'); - jsonb_path_query --------------------------- - "time without time zone" -(1 row) - -select jsonb_path_query('"12:34:56 +05:20"', '$.datetime("HH24:MI:SS TZH:TZM").type()'); - jsonb_path_query ------------------------ - "time with time zone" -(1 row) - -select jsonb_path_query('"10-03-2017T12:34:56"', '$.datetime("dd-mm-yyyy\"T\"HH24:MI:SS")'); - jsonb_path_query ------------------------ - "2017-03-10T12:34:56" -(1 row) - -select jsonb_path_query('"10-03-2017t12:34:56"', '$.datetime("dd-mm-yyyy\"T\"HH24:MI:SS")'); -ERROR: unmatched format character "T" -select jsonb_path_query('"10-03-2017 12:34:56"', '$.datetime("dd-mm-yyyy\"T\"HH24:MI:SS")'); -ERROR: unmatched format character "T" --- Test .bigint() -select jsonb_path_query('null', '$.bigint()'); -ERROR: jsonpath item method .bigint() can only be applied to a string or numeric value -select jsonb_path_query('true', '$.bigint()'); -ERROR: jsonpath item method .bigint() can only be applied to a string or numeric value -select jsonb_path_query('null', '$.bigint()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('true', '$.bigint()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', '$.bigint()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.bigint()'); -ERROR: jsonpath item method .bigint() can only be applied to a string or numeric value -select jsonb_path_query('{}', '$.bigint()'); -ERROR: jsonpath item method .bigint() can only be applied to a string or numeric value -select jsonb_path_query('[]', 'strict $.bigint()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', '$.bigint()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"1.23"', '$.bigint()'); -ERROR: argument "1.23" of jsonpath item method .bigint() is invalid for type bigint -select jsonb_path_query('"1.23aaa"', '$.bigint()'); -ERROR: argument "1.23aaa" of jsonpath item method .bigint() is invalid for type bigint -select jsonb_path_query('1e1000', '$.bigint()'); -ERROR: argument "10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" of jsonpath item method .bigint() is invalid for type bigint -select jsonb_path_query('"nan"', '$.bigint()'); -ERROR: argument "nan" of jsonpath item method .bigint() is invalid for type bigint -select jsonb_path_query('"NaN"', '$.bigint()'); -ERROR: argument "NaN" of jsonpath item method .bigint() is invalid for type bigint -select jsonb_path_query('"inf"', '$.bigint()'); -ERROR: argument "inf" of jsonpath item method .bigint() is invalid for type bigint -select jsonb_path_query('"-inf"', '$.bigint()'); -ERROR: argument "-inf" of jsonpath item method .bigint() is invalid for type bigint -select jsonb_path_query('"inf"', '$.bigint()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"-inf"', '$.bigint()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('123', '$.bigint()'); - jsonb_path_query ------------------- - 123 -(1 row) - -select jsonb_path_query('"123"', '$.bigint()'); - jsonb_path_query ------------------- - 123 -(1 row) - -select jsonb_path_query('1.23', '$.bigint()'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('1.83', '$.bigint()'); - jsonb_path_query ------------------- - 2 -(1 row) - -select jsonb_path_query('1234567890123', '$.bigint()'); - jsonb_path_query ------------------- - 1234567890123 -(1 row) - -select jsonb_path_query('"1234567890123"', '$.bigint()'); - jsonb_path_query ------------------- - 1234567890123 -(1 row) - -select jsonb_path_query('12345678901234567890', '$.bigint()'); -ERROR: argument "12345678901234567890" of jsonpath item method .bigint() is invalid for type bigint -select jsonb_path_query('"12345678901234567890"', '$.bigint()'); -ERROR: argument "12345678901234567890" of jsonpath item method .bigint() is invalid for type bigint -select jsonb_path_query('"+123"', '$.bigint()'); - jsonb_path_query ------------------- - 123 -(1 row) - -select jsonb_path_query('-123', '$.bigint()'); - jsonb_path_query ------------------- - -123 -(1 row) - -select jsonb_path_query('"-123"', '$.bigint()'); - jsonb_path_query ------------------- - -123 -(1 row) - -select jsonb_path_query('123', '$.bigint() * 2'); - jsonb_path_query ------------------- - 246 -(1 row) - --- Test .boolean() -select jsonb_path_query('null', '$.boolean()'); -ERROR: jsonpath item method .boolean() can only be applied to a boolean, string, or numeric value -select jsonb_path_query('null', '$.boolean()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', '$.boolean()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.boolean()'); -ERROR: jsonpath item method .boolean() can only be applied to a boolean, string, or numeric value -select jsonb_path_query('{}', '$.boolean()'); -ERROR: jsonpath item method .boolean() can only be applied to a boolean, string, or numeric value -select jsonb_path_query('[]', 'strict $.boolean()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', '$.boolean()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('1.23', '$.boolean()'); -ERROR: argument "1.23" of jsonpath item method .boolean() is invalid for type boolean -select jsonb_path_query('"1.23"', '$.boolean()'); -ERROR: argument "1.23" of jsonpath item method .boolean() is invalid for type boolean -select jsonb_path_query('"1.23aaa"', '$.boolean()'); -ERROR: argument "1.23aaa" of jsonpath item method .boolean() is invalid for type boolean -select jsonb_path_query('1e1000', '$.boolean()'); -ERROR: argument "10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" of jsonpath item method .boolean() is invalid for type boolean -select jsonb_path_query('"nan"', '$.boolean()'); -ERROR: argument "nan" of jsonpath item method .boolean() is invalid for type boolean -select jsonb_path_query('"NaN"', '$.boolean()'); -ERROR: argument "NaN" of jsonpath item method .boolean() is invalid for type boolean -select jsonb_path_query('"inf"', '$.boolean()'); -ERROR: argument "inf" of jsonpath item method .boolean() is invalid for type boolean -select jsonb_path_query('"-inf"', '$.boolean()'); -ERROR: argument "-inf" of jsonpath item method .boolean() is invalid for type boolean -select jsonb_path_query('"inf"', '$.boolean()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"-inf"', '$.boolean()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"100"', '$.boolean()'); -ERROR: argument "100" of jsonpath item method .boolean() is invalid for type boolean -select jsonb_path_query('true', '$.boolean()'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('false', '$.boolean()'); - jsonb_path_query ------------------- - false -(1 row) - -select jsonb_path_query('1', '$.boolean()'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('0', '$.boolean()'); - jsonb_path_query ------------------- - false -(1 row) - -select jsonb_path_query('-1', '$.boolean()'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('100', '$.boolean()'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('"1"', '$.boolean()'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('"0"', '$.boolean()'); - jsonb_path_query ------------------- - false -(1 row) - -select jsonb_path_query('"true"', '$.boolean()'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('"false"', '$.boolean()'); - jsonb_path_query ------------------- - false -(1 row) - -select jsonb_path_query('"TRUE"', '$.boolean()'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('"FALSE"', '$.boolean()'); - jsonb_path_query ------------------- - false -(1 row) - -select jsonb_path_query('"yes"', '$.boolean()'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('"NO"', '$.boolean()'); - jsonb_path_query ------------------- - false -(1 row) - -select jsonb_path_query('"T"', '$.boolean()'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('"f"', '$.boolean()'); - jsonb_path_query ------------------- - false -(1 row) - -select jsonb_path_query('"y"', '$.boolean()'); - jsonb_path_query ------------------- - true -(1 row) - -select jsonb_path_query('"N"', '$.boolean()'); - jsonb_path_query ------------------- - false -(1 row) - -select jsonb_path_query('true', '$.boolean().type()'); - jsonb_path_query ------------------- - "boolean" -(1 row) - -select jsonb_path_query('123', '$.boolean().type()'); - jsonb_path_query ------------------- - "boolean" -(1 row) - -select jsonb_path_query('"Yes"', '$.boolean().type()'); - jsonb_path_query ------------------- - "boolean" -(1 row) - -select jsonb_path_query_array('[1, "yes", false]', '$[*].boolean()'); - jsonb_path_query_array ------------------------- - [true, true, false] -(1 row) - --- Test .date() -select jsonb_path_query('null', '$.date()'); -ERROR: jsonpath item method .date() can only be applied to a string -select jsonb_path_query('true', '$.date()'); -ERROR: jsonpath item method .date() can only be applied to a string -select jsonb_path_query('1', '$.date()'); -ERROR: jsonpath item method .date() can only be applied to a string -select jsonb_path_query('[]', '$.date()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.date()'); -ERROR: jsonpath item method .date() can only be applied to a string -select jsonb_path_query('{}', '$.date()'); -ERROR: jsonpath item method .date() can only be applied to a string -select jsonb_path_query('"bogus"', '$.date()'); -ERROR: date format is not recognized: "bogus" -select jsonb '"2023-08-15"' @? '$.date()'; - ?column? ----------- - t -(1 row) - -select jsonb_path_query('"2023-08-15"', '$.date()'); - jsonb_path_query ------------------- - "2023-08-15" -(1 row) - -select jsonb_path_query('"2023-08-15"', '$.date().type()'); - jsonb_path_query ------------------- - "date" -(1 row) - -select jsonb_path_query('"12:34:56"', '$.date()'); -ERROR: date format is not recognized: "12:34:56" -select jsonb_path_query('"12:34:56 +05:30"', '$.date()'); -ERROR: date format is not recognized: "12:34:56 +05:30" -select jsonb_path_query('"2023-08-15 12:34:56"', '$.date()'); - jsonb_path_query ------------------- - "2023-08-15" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.date()'); -ERROR: cannot convert value from timestamptz to date without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56 +05:30"', '$.date()'); -- should work - jsonb_path_query_tz ---------------------- - "2023-08-15" -(1 row) - -select jsonb_path_query('"2023-08-15"', '$.date(2)'); -ERROR: syntax error at or near "2" of jsonpath input -LINE 1: select jsonb_path_query('"2023-08-15"', '$.date(2)'); - ^ --- Test .decimal() -select jsonb_path_query('null', '$.decimal()'); -ERROR: jsonpath item method .decimal() can only be applied to a string or numeric value -select jsonb_path_query('true', '$.decimal()'); -ERROR: jsonpath item method .decimal() can only be applied to a string or numeric value -select jsonb_path_query('null', '$.decimal()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('true', '$.decimal()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', '$.decimal()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.decimal()'); -ERROR: jsonpath item method .decimal() can only be applied to a string or numeric value -select jsonb_path_query('{}', '$.decimal()'); -ERROR: jsonpath item method .decimal() can only be applied to a string or numeric value -select jsonb_path_query('[]', 'strict $.decimal()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', '$.decimal()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('1.23', '$.decimal()'); - jsonb_path_query ------------------- - 1.23 -(1 row) - -select jsonb_path_query('"1.23"', '$.decimal()'); - jsonb_path_query ------------------- - 1.23 -(1 row) - -select jsonb_path_query('"1.23aaa"', '$.decimal()'); -ERROR: argument "1.23aaa" of jsonpath item method .decimal() is invalid for type numeric -select jsonb_path_query('1e1000', '$.decimal()'); - jsonb_path_query -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -(1 row) - -select jsonb_path_query('"nan"', '$.decimal()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .decimal() -select jsonb_path_query('"NaN"', '$.decimal()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .decimal() -select jsonb_path_query('"inf"', '$.decimal()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .decimal() -select jsonb_path_query('"-inf"', '$.decimal()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .decimal() -select jsonb_path_query('"inf"', '$.decimal()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"-inf"', '$.decimal()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('123', '$.decimal()'); - jsonb_path_query ------------------- - 123 -(1 row) - -select jsonb_path_query('"123"', '$.decimal()'); - jsonb_path_query ------------------- - 123 -(1 row) - -select jsonb_path_query('12345678901234567890', '$.decimal()'); - jsonb_path_query ----------------------- - 12345678901234567890 -(1 row) - -select jsonb_path_query('"12345678901234567890"', '$.decimal()'); - jsonb_path_query ----------------------- - 12345678901234567890 -(1 row) - -select jsonb_path_query('"+12.3"', '$.decimal()'); - jsonb_path_query ------------------- - 12.3 -(1 row) - -select jsonb_path_query('-12.3', '$.decimal()'); - jsonb_path_query ------------------- - -12.3 -(1 row) - -select jsonb_path_query('"-12.3"', '$.decimal()'); - jsonb_path_query ------------------- - -12.3 -(1 row) - -select jsonb_path_query('12.3', '$.decimal() * 2'); - jsonb_path_query ------------------- - 24.6 -(1 row) - -select jsonb_path_query('12345.678', '$.decimal(6, 1)'); - jsonb_path_query ------------------- - 12345.7 -(1 row) - -select jsonb_path_query('12345.678', '$.decimal(6, 2)'); -ERROR: argument "12345.678" of jsonpath item method .decimal() is invalid for type numeric -select jsonb_path_query('1234.5678', '$.decimal(6, 2)'); - jsonb_path_query ------------------- - 1234.57 -(1 row) - -select jsonb_path_query('12345.678', '$.decimal(4, 6)'); -ERROR: argument "12345.678" of jsonpath item method .decimal() is invalid for type numeric -select jsonb_path_query('12345.678', '$.decimal(0, 6)'); -ERROR: NUMERIC precision 0 must be between 1 and 1000 -select jsonb_path_query('12345.678', '$.decimal(1001, 6)'); -ERROR: NUMERIC precision 1001 must be between 1 and 1000 -select jsonb_path_query('1234.5678', '$.decimal(+6, +2)'); - jsonb_path_query ------------------- - 1234.57 -(1 row) - -select jsonb_path_query('1234.5678', '$.decimal(+6, -2)'); - jsonb_path_query ------------------- - 1200 -(1 row) - -select jsonb_path_query('1234.5678', '$.decimal(-6, +2)'); -ERROR: NUMERIC precision -6 must be between 1 and 1000 -select jsonb_path_query('1234.5678', '$.decimal(6, -1001)'); -ERROR: NUMERIC scale -1001 must be between -1000 and 1000 -select jsonb_path_query('1234.5678', '$.decimal(6, 1001)'); -ERROR: NUMERIC scale 1001 must be between -1000 and 1000 -select jsonb_path_query('-1234.5678', '$.decimal(+6, -2)'); - jsonb_path_query ------------------- - -1200 -(1 row) - -select jsonb_path_query('0.0123456', '$.decimal(1,2)'); - jsonb_path_query ------------------- - 0.01 -(1 row) - -select jsonb_path_query('0.0012345', '$.decimal(2,4)'); - jsonb_path_query ------------------- - 0.0012 -(1 row) - -select jsonb_path_query('-0.00123456', '$.decimal(2,-4)'); - jsonb_path_query ------------------- - 0 -(1 row) - -select jsonb_path_query('12.3', '$.decimal(12345678901,1)'); -ERROR: precision of jsonpath item method .decimal() is out of range for type integer -select jsonb_path_query('12.3', '$.decimal(1,12345678901)'); -ERROR: scale of jsonpath item method .decimal() is out of range for type integer --- Test .integer() -select jsonb_path_query('null', '$.integer()'); -ERROR: jsonpath item method .integer() can only be applied to a string or numeric value -select jsonb_path_query('true', '$.integer()'); -ERROR: jsonpath item method .integer() can only be applied to a string or numeric value -select jsonb_path_query('null', '$.integer()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('true', '$.integer()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', '$.integer()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.integer()'); -ERROR: jsonpath item method .integer() can only be applied to a string or numeric value -select jsonb_path_query('{}', '$.integer()'); -ERROR: jsonpath item method .integer() can only be applied to a string or numeric value -select jsonb_path_query('[]', 'strict $.integer()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', '$.integer()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"1.23"', '$.integer()'); -ERROR: argument "1.23" of jsonpath item method .integer() is invalid for type integer -select jsonb_path_query('"1.23aaa"', '$.integer()'); -ERROR: argument "1.23aaa" of jsonpath item method .integer() is invalid for type integer -select jsonb_path_query('1e1000', '$.integer()'); -ERROR: argument "10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" of jsonpath item method .integer() is invalid for type integer -select jsonb_path_query('"nan"', '$.integer()'); -ERROR: argument "nan" of jsonpath item method .integer() is invalid for type integer -select jsonb_path_query('"NaN"', '$.integer()'); -ERROR: argument "NaN" of jsonpath item method .integer() is invalid for type integer -select jsonb_path_query('"inf"', '$.integer()'); -ERROR: argument "inf" of jsonpath item method .integer() is invalid for type integer -select jsonb_path_query('"-inf"', '$.integer()'); -ERROR: argument "-inf" of jsonpath item method .integer() is invalid for type integer -select jsonb_path_query('"inf"', '$.integer()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"-inf"', '$.integer()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('123', '$.integer()'); - jsonb_path_query ------------------- - 123 -(1 row) - -select jsonb_path_query('"123"', '$.integer()'); - jsonb_path_query ------------------- - 123 -(1 row) - -select jsonb_path_query('1.23', '$.integer()'); - jsonb_path_query ------------------- - 1 -(1 row) - -select jsonb_path_query('1.83', '$.integer()'); - jsonb_path_query ------------------- - 2 -(1 row) - -select jsonb_path_query('12345678901', '$.integer()'); -ERROR: argument "12345678901" of jsonpath item method .integer() is invalid for type integer -select jsonb_path_query('"12345678901"', '$.integer()'); -ERROR: argument "12345678901" of jsonpath item method .integer() is invalid for type integer -select jsonb_path_query('"+123"', '$.integer()'); - jsonb_path_query ------------------- - 123 -(1 row) - -select jsonb_path_query('-123', '$.integer()'); - jsonb_path_query ------------------- - -123 -(1 row) - -select jsonb_path_query('"-123"', '$.integer()'); - jsonb_path_query ------------------- - -123 -(1 row) - -select jsonb_path_query('123', '$.integer() * 2'); - jsonb_path_query ------------------- - 246 -(1 row) - --- Test .number() -select jsonb_path_query('null', '$.number()'); -ERROR: jsonpath item method .number() can only be applied to a string or numeric value -select jsonb_path_query('true', '$.number()'); -ERROR: jsonpath item method .number() can only be applied to a string or numeric value -select jsonb_path_query('null', '$.number()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('true', '$.number()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', '$.number()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.number()'); -ERROR: jsonpath item method .number() can only be applied to a string or numeric value -select jsonb_path_query('{}', '$.number()'); -ERROR: jsonpath item method .number() can only be applied to a string or numeric value -select jsonb_path_query('[]', 'strict $.number()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', '$.number()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('1.23', '$.number()'); - jsonb_path_query ------------------- - 1.23 -(1 row) - -select jsonb_path_query('"1.23"', '$.number()'); - jsonb_path_query ------------------- - 1.23 -(1 row) - -select jsonb_path_query('"1.23aaa"', '$.number()'); -ERROR: argument "1.23aaa" of jsonpath item method .number() is invalid for type numeric -select jsonb_path_query('1e1000', '$.number()'); - jsonb_path_query -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -(1 row) - -select jsonb_path_query('"nan"', '$.number()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .number() -select jsonb_path_query('"NaN"', '$.number()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .number() -select jsonb_path_query('"inf"', '$.number()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .number() -select jsonb_path_query('"-inf"', '$.number()'); -ERROR: NaN or Infinity is not allowed for jsonpath item method .number() -select jsonb_path_query('"inf"', '$.number()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('"-inf"', '$.number()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('123', '$.number()'); - jsonb_path_query ------------------- - 123 -(1 row) - -select jsonb_path_query('"123"', '$.number()'); - jsonb_path_query ------------------- - 123 -(1 row) - -select jsonb_path_query('12345678901234567890', '$.number()'); - jsonb_path_query ----------------------- - 12345678901234567890 -(1 row) - -select jsonb_path_query('"12345678901234567890"', '$.number()'); - jsonb_path_query ----------------------- - 12345678901234567890 -(1 row) - -select jsonb_path_query('"+12.3"', '$.number()'); - jsonb_path_query ------------------- - 12.3 -(1 row) - -select jsonb_path_query('-12.3', '$.number()'); - jsonb_path_query ------------------- - -12.3 -(1 row) - -select jsonb_path_query('"-12.3"', '$.number()'); - jsonb_path_query ------------------- - -12.3 -(1 row) - -select jsonb_path_query('12.3', '$.number() * 2'); - jsonb_path_query ------------------- - 24.6 -(1 row) - --- Test .string() -select jsonb_path_query('null', '$.string()'); -ERROR: jsonpath item method .string() can only be applied to a boolean, string, numeric, or datetime value -select jsonb_path_query('null', '$.string()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', '$.string()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.string()'); -ERROR: jsonpath item method .string() can only be applied to a boolean, string, numeric, or datetime value -select jsonb_path_query('{}', '$.string()'); -ERROR: jsonpath item method .string() can only be applied to a boolean, string, numeric, or datetime value -select jsonb_path_query('[]', 'strict $.string()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('{}', '$.string()', silent => true); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('1.23', '$.string()'); - jsonb_path_query ------------------- - "1.23" -(1 row) - -select jsonb_path_query('"1.23"', '$.string()'); - jsonb_path_query ------------------- - "1.23" -(1 row) - -select jsonb_path_query('"1.23aaa"', '$.string()'); - jsonb_path_query ------------------- - "1.23aaa" -(1 row) - -select jsonb_path_query('1234', '$.string()'); - jsonb_path_query ------------------- - "1234" -(1 row) - -select jsonb_path_query('true', '$.string()'); - jsonb_path_query ------------------- - "true" -(1 row) - -select jsonb_path_query('1234', '$.string().type()'); - jsonb_path_query ------------------- - "string" -(1 row) - -select jsonb_path_query('[2, true]', '$.string()'); - jsonb_path_query ------------------- - "2" - "true" -(2 rows) - -select jsonb_path_query_array('[1.23, "yes", false]', '$[*].string()'); - jsonb_path_query_array --------------------------- - ["1.23", "yes", "false"] -(1 row) - -select jsonb_path_query_array('[1.23, "yes", false]', '$[*].string().type()'); - jsonb_path_query_array --------------------------------- - ["string", "string", "string"] -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +5:30"', '$.timestamp().string()'); -ERROR: cannot convert value from timestamptz to timestamp without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56 +5:30"', '$.timestamp().string()'); -- should work - jsonb_path_query_tz ------------------------ - "2023-08-15T00:04:56" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56"', '$.timestamp_tz().string()'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56"', '$.timestamp_tz().string()'); -- should work - jsonb_path_query_tz ------------------------------ - "2023-08-15T12:34:56-07:00" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +5:30"', '$.timestamp_tz().string()'); - jsonb_path_query ------------------------------ - "2023-08-15T12:34:56+05:30" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56"', '$.timestamp().string()'); - jsonb_path_query ------------------------ - "2023-08-15T12:34:56" -(1 row) - -select jsonb_path_query('"12:34:56 +5:30"', '$.time_tz().string()'); - jsonb_path_query ------------------- - "12:34:56+05:30" -(1 row) - --- this timetz usage will absorb the UTC offset of the current timezone setting -begin; -set local timezone = 'UTC-10'; -select jsonb_path_query_tz('"12:34:56"', '$.time_tz().string()'); - jsonb_path_query_tz ---------------------- - "12:34:56+10:00" -(1 row) - -rollback; -select jsonb_path_query('"12:34:56"', '$.time().string()'); - jsonb_path_query ------------------- - "12:34:56" -(1 row) - -select jsonb_path_query('"2023-08-15"', '$.date().string()'); - jsonb_path_query ------------------- - "2023-08-15" -(1 row) - --- .string() does not react to timezone or datestyle -begin; -set local timezone = 'UTC'; -set local datestyle = 'German'; -select jsonb_path_query('"2023-08-15 12:34:56 +5:30"', '$.timestamp_tz().string()'); - jsonb_path_query ------------------------------ - "2023-08-15T12:34:56+05:30" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56"', '$.timestamp().string()'); - jsonb_path_query ------------------------ - "2023-08-15T12:34:56" -(1 row) - -rollback; --- Test .time() -select jsonb_path_query('null', '$.time()'); -ERROR: jsonpath item method .time() can only be applied to a string -select jsonb_path_query('true', '$.time()'); -ERROR: jsonpath item method .time() can only be applied to a string -select jsonb_path_query('1', '$.time()'); -ERROR: jsonpath item method .time() can only be applied to a string -select jsonb_path_query('[]', '$.time()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.time()'); -ERROR: jsonpath item method .time() can only be applied to a string -select jsonb_path_query('{}', '$.time()'); -ERROR: jsonpath item method .time() can only be applied to a string -select jsonb_path_query('"bogus"', '$.time()'); -ERROR: time format is not recognized: "bogus" -select jsonb '"12:34:56"' @? '$.time()'; - ?column? ----------- - t -(1 row) - -select jsonb_path_query('"12:34:56"', '$.time()'); - jsonb_path_query ------------------- - "12:34:56" -(1 row) - -select jsonb_path_query('"12:34:56"', '$.time().type()'); - jsonb_path_query --------------------------- - "time without time zone" -(1 row) - -select jsonb_path_query('"2023-08-15"', '$.time()'); -ERROR: time format is not recognized: "2023-08-15" -select jsonb_path_query('"12:34:56 +05:30"', '$.time()'); -ERROR: cannot convert value from timetz to time without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"12:34:56 +05:30"', '$.time()'); -- should work - jsonb_path_query_tz ---------------------- - "12:34:56" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56"', '$.time()'); - jsonb_path_query ------------------- - "12:34:56" -(1 row) - -select jsonb_path_query('"12:34:56.789"', '$.time(-1)'); -ERROR: syntax error at or near "-" of jsonpath input -LINE 1: select jsonb_path_query('"12:34:56.789"', '$.time(-1)'); - ^ -select jsonb_path_query('"12:34:56.789"', '$.time(2.0)'); -ERROR: syntax error at or near "2.0" of jsonpath input -LINE 1: select jsonb_path_query('"12:34:56.789"', '$.time(2.0)'); - ^ -select jsonb_path_query('"12:34:56.789"', '$.time(12345678901)'); -ERROR: time precision of jsonpath item method .time() is out of range for type integer -select jsonb_path_query('"12:34:56.789"', '$.time(0)'); - jsonb_path_query ------------------- - "12:34:57" -(1 row) - -select jsonb_path_query('"12:34:56.789"', '$.time(2)'); - jsonb_path_query ------------------- - "12:34:56.79" -(1 row) - -select jsonb_path_query('"12:34:56.789"', '$.time(5)'); - jsonb_path_query ------------------- - "12:34:56.789" -(1 row) - -select jsonb_path_query('"12:34:56.789"', '$.time(10)'); -WARNING: TIME(10) precision reduced to maximum allowed, 6 - jsonb_path_query ------------------- - "12:34:56.789" -(1 row) - -select jsonb_path_query('"12:34:56.789012"', '$.time(8)'); -WARNING: TIME(8) precision reduced to maximum allowed, 6 - jsonb_path_query -------------------- - "12:34:56.789012" -(1 row) - --- Test .time_tz() -select jsonb_path_query('null', '$.time_tz()'); -ERROR: jsonpath item method .time_tz() can only be applied to a string -select jsonb_path_query('true', '$.time_tz()'); -ERROR: jsonpath item method .time_tz() can only be applied to a string -select jsonb_path_query('1', '$.time_tz()'); -ERROR: jsonpath item method .time_tz() can only be applied to a string -select jsonb_path_query('[]', '$.time_tz()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.time_tz()'); -ERROR: jsonpath item method .time_tz() can only be applied to a string -select jsonb_path_query('{}', '$.time_tz()'); -ERROR: jsonpath item method .time_tz() can only be applied to a string -select jsonb_path_query('"bogus"', '$.time_tz()'); -ERROR: time_tz format is not recognized: "bogus" -select jsonb '"12:34:56 +05:30"' @? '$.time_tz()'; - ?column? ----------- - t -(1 row) - -select jsonb_path_query('"12:34:56 +05:30"', '$.time_tz()'); - jsonb_path_query ------------------- - "12:34:56+05:30" -(1 row) - -select jsonb_path_query('"12:34:56 +05:30"', '$.time_tz().type()'); - jsonb_path_query ------------------------ - "time with time zone" -(1 row) - -select jsonb_path_query('"2023-08-15"', '$.time_tz()'); -ERROR: time_tz format is not recognized: "2023-08-15" -select jsonb_path_query('"2023-08-15 12:34:56"', '$.time_tz()'); -ERROR: time_tz format is not recognized: "2023-08-15 12:34:56" -select jsonb_path_query('"12:34:56.789 +05:30"', '$.time_tz(-1)'); -ERROR: syntax error at or near "-" of jsonpath input -LINE 1: select jsonb_path_query('"12:34:56.789 +05:30"', '$.time_tz(... - ^ -select jsonb_path_query('"12:34:56.789 +05:30"', '$.time_tz(2.0)'); -ERROR: syntax error at or near "2.0" of jsonpath input -LINE 1: select jsonb_path_query('"12:34:56.789 +05:30"', '$.time_tz(... - ^ -select jsonb_path_query('"12:34:56.789 +05:30"', '$.time_tz(12345678901)'); -ERROR: time precision of jsonpath item method .time_tz() is out of range for type integer -select jsonb_path_query('"12:34:56.789 +05:30"', '$.time_tz(0)'); - jsonb_path_query ------------------- - "12:34:57+05:30" -(1 row) - -select jsonb_path_query('"12:34:56.789 +05:30"', '$.time_tz(2)'); - jsonb_path_query ---------------------- - "12:34:56.79+05:30" -(1 row) - -select jsonb_path_query('"12:34:56.789 +05:30"', '$.time_tz(5)'); - jsonb_path_query ----------------------- - "12:34:56.789+05:30" -(1 row) - -select jsonb_path_query('"12:34:56.789 +05:30"', '$.time_tz(10)'); -WARNING: TIME(10) WITH TIME ZONE precision reduced to maximum allowed, 6 - jsonb_path_query ----------------------- - "12:34:56.789+05:30" -(1 row) - -select jsonb_path_query('"12:34:56.789012 +05:30"', '$.time_tz(8)'); -WARNING: TIME(8) WITH TIME ZONE precision reduced to maximum allowed, 6 - jsonb_path_query -------------------------- - "12:34:56.789012+05:30" -(1 row) - --- Test .timestamp() -select jsonb_path_query('null', '$.timestamp()'); -ERROR: jsonpath item method .timestamp() can only be applied to a string -select jsonb_path_query('true', '$.timestamp()'); -ERROR: jsonpath item method .timestamp() can only be applied to a string -select jsonb_path_query('1', '$.timestamp()'); -ERROR: jsonpath item method .timestamp() can only be applied to a string -select jsonb_path_query('[]', '$.timestamp()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.timestamp()'); -ERROR: jsonpath item method .timestamp() can only be applied to a string -select jsonb_path_query('{}', '$.timestamp()'); -ERROR: jsonpath item method .timestamp() can only be applied to a string -select jsonb_path_query('"bogus"', '$.timestamp()'); -ERROR: timestamp format is not recognized: "bogus" -select jsonb '"2023-08-15 12:34:56"' @? '$.timestamp()'; - ?column? ----------- - t -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56"', '$.timestamp()'); - jsonb_path_query ------------------------ - "2023-08-15T12:34:56" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56"', '$.timestamp().type()'); - jsonb_path_query -------------------------------- - "timestamp without time zone" -(1 row) - -select jsonb_path_query('"2023-08-15"', '$.timestamp()'); - jsonb_path_query ------------------------ - "2023-08-15T00:00:00" -(1 row) - -select jsonb_path_query('"12:34:56"', '$.timestamp()'); -ERROR: timestamp format is not recognized: "12:34:56" -select jsonb_path_query('"12:34:56 +05:30"', '$.timestamp()'); -ERROR: timestamp format is not recognized: "12:34:56 +05:30" -select jsonb_path_query('"2023-08-15 12:34:56.789"', '$.timestamp(-1)'); -ERROR: syntax error at or near "-" of jsonpath input -LINE 1: ...ect jsonb_path_query('"2023-08-15 12:34:56.789"', '$.timesta... - ^ -select jsonb_path_query('"2023-08-15 12:34:56.789"', '$.timestamp(2.0)'); -ERROR: syntax error at or near "2.0" of jsonpath input -LINE 1: ...ect jsonb_path_query('"2023-08-15 12:34:56.789"', '$.timesta... - ^ -select jsonb_path_query('"2023-08-15 12:34:56.789"', '$.timestamp(12345678901)'); -ERROR: time precision of jsonpath item method .timestamp() is out of range for type integer -select jsonb_path_query('"2023-08-15 12:34:56.789"', '$.timestamp(0)'); - jsonb_path_query ------------------------ - "2023-08-15T12:34:57" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56.789"', '$.timestamp(2)'); - jsonb_path_query --------------------------- - "2023-08-15T12:34:56.79" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56.789"', '$.timestamp(5)'); - jsonb_path_query ---------------------------- - "2023-08-15T12:34:56.789" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56.789"', '$.timestamp(10)'); -WARNING: TIMESTAMP(10) precision reduced to maximum allowed, 6 - jsonb_path_query ---------------------------- - "2023-08-15T12:34:56.789" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56.789012"', '$.timestamp(8)'); -WARNING: TIMESTAMP(8) precision reduced to maximum allowed, 6 - jsonb_path_query ------------------------------- - "2023-08-15T12:34:56.789012" -(1 row) - --- Test .timestamp_tz() -select jsonb_path_query('null', '$.timestamp_tz()'); -ERROR: jsonpath item method .timestamp_tz() can only be applied to a string -select jsonb_path_query('true', '$.timestamp_tz()'); -ERROR: jsonpath item method .timestamp_tz() can only be applied to a string -select jsonb_path_query('1', '$.timestamp_tz()'); -ERROR: jsonpath item method .timestamp_tz() can only be applied to a string -select jsonb_path_query('[]', '$.timestamp_tz()'); - jsonb_path_query ------------------- -(0 rows) - -select jsonb_path_query('[]', 'strict $.timestamp_tz()'); -ERROR: jsonpath item method .timestamp_tz() can only be applied to a string -select jsonb_path_query('{}', '$.timestamp_tz()'); -ERROR: jsonpath item method .timestamp_tz() can only be applied to a string -select jsonb_path_query('"bogus"', '$.timestamp_tz()'); -ERROR: timestamp_tz format is not recognized: "bogus" -select jsonb '"2023-08-15 12:34:56 +05:30"' @? '$.timestamp_tz()'; - ?column? ----------- - t -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.timestamp_tz()'); - jsonb_path_query ------------------------------ - "2023-08-15T12:34:56+05:30" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.timestamp_tz().type()'); - jsonb_path_query ----------------------------- - "timestamp with time zone" -(1 row) - -select jsonb_path_query('"2023-08-15"', '$.timestamp_tz()'); -ERROR: cannot convert value from date to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15"', '$.timestamp_tz()'); -- should work - jsonb_path_query_tz ------------------------------ - "2023-08-15T00:00:00-07:00" -(1 row) - -select jsonb_path_query('"12:34:56"', '$.timestamp_tz()'); -ERROR: timestamp_tz format is not recognized: "12:34:56" -select jsonb_path_query('"12:34:56 +05:30"', '$.timestamp_tz()'); -ERROR: timestamp_tz format is not recognized: "12:34:56 +05:30" -select jsonb_path_query('"2023-08-15 12:34:56.789 +05:30"', '$.timestamp_tz(-1)'); -ERROR: syntax error at or near "-" of jsonpath input -LINE 1: ...nb_path_query('"2023-08-15 12:34:56.789 +05:30"', '$.timesta... - ^ -select jsonb_path_query('"2023-08-15 12:34:56.789 +05:30"', '$.timestamp_tz(2.0)'); -ERROR: syntax error at or near "2.0" of jsonpath input -LINE 1: ...nb_path_query('"2023-08-15 12:34:56.789 +05:30"', '$.timesta... - ^ -select jsonb_path_query('"2023-08-15 12:34:56.789 +05:30"', '$.timestamp_tz(12345678901)'); -ERROR: time precision of jsonpath item method .timestamp_tz() is out of range for type integer -select jsonb_path_query('"2023-08-15 12:34:56.789 +05:30"', '$.timestamp_tz(0)'); - jsonb_path_query ------------------------------ - "2023-08-15T12:34:57+05:30" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56.789 +05:30"', '$.timestamp_tz(2)'); - jsonb_path_query --------------------------------- - "2023-08-15T12:34:56.79+05:30" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56.789 +05:30"', '$.timestamp_tz(5)'); - jsonb_path_query ---------------------------------- - "2023-08-15T12:34:56.789+05:30" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56.789 +05:30"', '$.timestamp_tz(10)'); -WARNING: TIMESTAMP(10) WITH TIME ZONE precision reduced to maximum allowed, 6 - jsonb_path_query ---------------------------------- - "2023-08-15T12:34:56.789+05:30" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56.789012 +05:30"', '$.timestamp_tz(8)'); -WARNING: TIMESTAMP(8) WITH TIME ZONE precision reduced to maximum allowed, 6 - jsonb_path_query ------------------------------------- - "2023-08-15T12:34:56.789012+05:30" -(1 row) - -set time zone '+00'; -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.time()'); -ERROR: cannot convert value from timestamptz to time without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56 +05:30"', '$.time()'); -- should work - jsonb_path_query_tz ---------------------- - "07:04:56" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.time_tz()'); - jsonb_path_query ------------------- - "07:04:56+00:00" -(1 row) - -select jsonb_path_query('"12:34:56"', '$.time_tz()'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"12:34:56"', '$.time_tz()'); -- should work - jsonb_path_query_tz ---------------------- - "12:34:56+00:00" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.timestamp()'); -ERROR: cannot convert value from timestamptz to timestamp without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56 +05:30"', '$.timestamp()'); -- should work - jsonb_path_query_tz ------------------------ - "2023-08-15T07:04:56" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56"', '$.timestamp_tz()'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56"', '$.timestamp_tz()'); -- should work - jsonb_path_query_tz ------------------------------ - "2023-08-15T12:34:56+00:00" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34"', '$.datetime("dd-mm-yyyy HH24:MI")'); - jsonb_path_query ------------------------ - "2017-03-10T12:34:00" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34"', '$.datetime("dd-mm-yyyy HH24:MI TZH")'); -ERROR: input string is too short for datetime format -select jsonb_path_query('"10-03-2017 12:34 +05"', '$.datetime("dd-mm-yyyy HH24:MI TZH")'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:00+05:00" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34 -05"', '$.datetime("dd-mm-yyyy HH24:MI TZH")'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:00-05:00" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34 +05:20"', '$.datetime("dd-mm-yyyy HH24:MI TZH:TZM")'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:00+05:20" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34 -05:20"', '$.datetime("dd-mm-yyyy HH24:MI TZH:TZM")'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:00-05:20" -(1 row) - -select jsonb_path_query('"12:34"', '$.datetime("HH24:MI")'); - jsonb_path_query ------------------- - "12:34:00" -(1 row) - -select jsonb_path_query('"12:34"', '$.datetime("HH24:MI TZH")'); -ERROR: input string is too short for datetime format -select jsonb_path_query('"12:34 +05"', '$.datetime("HH24:MI TZH")'); - jsonb_path_query ------------------- - "12:34:00+05:00" -(1 row) - -select jsonb_path_query('"12:34 -05"', '$.datetime("HH24:MI TZH")'); - jsonb_path_query ------------------- - "12:34:00-05:00" -(1 row) - -select jsonb_path_query('"12:34 +05:20"', '$.datetime("HH24:MI TZH:TZM")'); - jsonb_path_query ------------------- - "12:34:00+05:20" -(1 row) - -select jsonb_path_query('"12:34 -05:20"', '$.datetime("HH24:MI TZH:TZM")'); - jsonb_path_query ------------------- - "12:34:00-05:20" -(1 row) - -set time zone '+10'; -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.time()'); -ERROR: cannot convert value from timestamptz to time without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56 +05:30"', '$.time()'); -- should work - jsonb_path_query_tz ---------------------- - "17:04:56" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.time_tz()'); - jsonb_path_query ------------------- - "17:04:56+10:00" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.timestamp()'); -ERROR: cannot convert value from timestamptz to timestamp without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56 +05:30"', '$.timestamp()'); -- should work - jsonb_path_query_tz ------------------------ - "2023-08-15T17:04:56" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56"', '$.timestamp_tz()'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56"', '$.timestamp_tz()'); -- should work - jsonb_path_query_tz ------------------------------ - "2023-08-15T12:34:56+10:00" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.timestamp_tz()'); - jsonb_path_query ------------------------------ - "2023-08-15T12:34:56+05:30" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34"', '$.datetime("dd-mm-yyyy HH24:MI")'); - jsonb_path_query ------------------------ - "2017-03-10T12:34:00" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34"', '$.datetime("dd-mm-yyyy HH24:MI TZH")'); -ERROR: input string is too short for datetime format -select jsonb_path_query('"10-03-2017 12:34 +05"', '$.datetime("dd-mm-yyyy HH24:MI TZH")'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:00+05:00" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34 -05"', '$.datetime("dd-mm-yyyy HH24:MI TZH")'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:00-05:00" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34 +05:20"', '$.datetime("dd-mm-yyyy HH24:MI TZH:TZM")'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:00+05:20" -(1 row) - -select jsonb_path_query('"10-03-2017 12:34 -05:20"', '$.datetime("dd-mm-yyyy HH24:MI TZH:TZM")'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:00-05:20" -(1 row) - -select jsonb_path_query('"12:34"', '$.datetime("HH24:MI")'); - jsonb_path_query ------------------- - "12:34:00" -(1 row) - -select jsonb_path_query('"12:34"', '$.datetime("HH24:MI TZH")'); -ERROR: input string is too short for datetime format -select jsonb_path_query('"12:34 +05"', '$.datetime("HH24:MI TZH")'); - jsonb_path_query ------------------- - "12:34:00+05:00" -(1 row) - -select jsonb_path_query('"12:34 -05"', '$.datetime("HH24:MI TZH")'); - jsonb_path_query ------------------- - "12:34:00-05:00" -(1 row) - -select jsonb_path_query('"12:34 +05:20"', '$.datetime("HH24:MI TZH:TZM")'); - jsonb_path_query ------------------- - "12:34:00+05:20" -(1 row) - -select jsonb_path_query('"12:34 -05:20"', '$.datetime("HH24:MI TZH:TZM")'); - jsonb_path_query ------------------- - "12:34:00-05:20" -(1 row) - -set time zone default; -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.time()'); -ERROR: cannot convert value from timestamptz to time without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56 +05:30"', '$.time()'); -- should work - jsonb_path_query_tz ---------------------- - "00:04:56" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.time_tz()'); - jsonb_path_query ------------------- - "00:04:56-07:00" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.timestamp()'); -ERROR: cannot convert value from timestamptz to timestamp without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz('"2023-08-15 12:34:56 +05:30"', '$.timestamp()'); -- should work - jsonb_path_query_tz ------------------------ - "2023-08-15T00:04:56" -(1 row) - -select jsonb_path_query('"2023-08-15 12:34:56 +05:30"', '$.timestamp_tz()'); - jsonb_path_query ------------------------------ - "2023-08-15T12:34:56+05:30" -(1 row) - -select jsonb_path_query('"2017-03-10"', '$.datetime().type()'); - jsonb_path_query ------------------- - "date" -(1 row) - -select jsonb_path_query('"2017-03-10"', '$.datetime()'); - jsonb_path_query ------------------- - "2017-03-10" -(1 row) - -select jsonb_path_query('"2017-03-10 12:34:56"', '$.datetime().type()'); - jsonb_path_query -------------------------------- - "timestamp without time zone" -(1 row) - -select jsonb_path_query('"2017-03-10 12:34:56"', '$.datetime()'); - jsonb_path_query ------------------------ - "2017-03-10T12:34:56" -(1 row) - -select jsonb_path_query('"2017-03-10 12:34:56+3"', '$.datetime().type()'); - jsonb_path_query ----------------------------- - "timestamp with time zone" -(1 row) - -select jsonb_path_query('"2017-03-10 12:34:56+3"', '$.datetime()'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:56+03:00" -(1 row) - -select jsonb_path_query('"2017-03-10 12:34:56+3:10"', '$.datetime().type()'); - jsonb_path_query ----------------------------- - "timestamp with time zone" -(1 row) - -select jsonb_path_query('"2017-03-10 12:34:56+3:10"', '$.datetime()'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:56+03:10" -(1 row) - -select jsonb_path_query('"2017-03-10T12:34:56+3:10"', '$.datetime()'); - jsonb_path_query ------------------------------ - "2017-03-10T12:34:56+03:10" -(1 row) - -select jsonb_path_query('"2017-03-10t12:34:56+3:10"', '$.datetime()'); -ERROR: datetime format is not recognized: "2017-03-10t12:34:56+3:10" -HINT: Use a datetime template argument to specify the input data format. -select jsonb_path_query('"2017-03-10 12:34:56.789+3:10"', '$.datetime()'); - jsonb_path_query ---------------------------------- - "2017-03-10T12:34:56.789+03:10" -(1 row) - -select jsonb_path_query('"2017-03-10T12:34:56.789+3:10"', '$.datetime()'); - jsonb_path_query ---------------------------------- - "2017-03-10T12:34:56.789+03:10" -(1 row) - -select jsonb_path_query('"2017-03-10t12:34:56.789+3:10"', '$.datetime()'); -ERROR: datetime format is not recognized: "2017-03-10t12:34:56.789+3:10" -HINT: Use a datetime template argument to specify the input data format. -select jsonb_path_query('"2017-03-10T12:34:56.789EST"', '$.datetime()'); - jsonb_path_query ---------------------------------- - "2017-03-10T12:34:56.789-05:00" -(1 row) - -select jsonb_path_query('"2017-03-10T12:34:56.789Z"', '$.datetime()'); - jsonb_path_query ---------------------------------- - "2017-03-10T12:34:56.789+00:00" -(1 row) - -select jsonb_path_query('"12:34:56"', '$.datetime().type()'); - jsonb_path_query --------------------------- - "time without time zone" -(1 row) - -select jsonb_path_query('"12:34:56"', '$.datetime()'); - jsonb_path_query ------------------- - "12:34:56" -(1 row) - -select jsonb_path_query('"12:34:56+3"', '$.datetime().type()'); - jsonb_path_query ------------------------ - "time with time zone" -(1 row) - -select jsonb_path_query('"12:34:56+3"', '$.datetime()'); - jsonb_path_query ------------------- - "12:34:56+03:00" -(1 row) - -select jsonb_path_query('"12:34:56+3:10"', '$.datetime().type()'); - jsonb_path_query ------------------------ - "time with time zone" -(1 row) - -select jsonb_path_query('"12:34:56+3:10"', '$.datetime()'); - jsonb_path_query ------------------- - "12:34:56+03:10" -(1 row) - -set time zone '+00'; --- date comparison -select jsonb_path_query( - '["2017-03-10", "2017-03-11", "2017-03-09", "12:34:56", "01:02:03+04", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].datetime() ? (@ == "10.03.2017".datetime("dd.mm.yyyy"))'); -ERROR: cannot convert value from date to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10", "2017-03-11", "2017-03-09", "12:34:56", "01:02:03+04", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].datetime() ? (@ >= "10.03.2017".datetime("dd.mm.yyyy"))'); -ERROR: cannot convert value from date to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10", "2017-03-11", "2017-03-09", "12:34:56", "01:02:03+04", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].datetime() ? (@ < "10.03.2017".datetime("dd.mm.yyyy"))'); -ERROR: cannot convert value from date to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz( - '["2017-03-10", "2017-03-11", "2017-03-09", "12:34:56", "01:02:03+04", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].datetime() ? (@ == "10.03.2017".datetime("dd.mm.yyyy"))'); - jsonb_path_query_tz ------------------------------ - "2017-03-10" - "2017-03-10T00:00:00" - "2017-03-10T03:00:00+03:00" -(3 rows) - -select jsonb_path_query_tz( - '["2017-03-10", "2017-03-11", "2017-03-09", "12:34:56", "01:02:03+04", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].datetime() ? (@ >= "10.03.2017".datetime("dd.mm.yyyy"))'); - jsonb_path_query_tz ------------------------------ - "2017-03-10" - "2017-03-11" - "2017-03-10T00:00:00" - "2017-03-10T12:34:56" - "2017-03-10T03:00:00+03:00" -(5 rows) - -select jsonb_path_query_tz( - '["2017-03-10", "2017-03-11", "2017-03-09", "12:34:56", "01:02:03+04", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].datetime() ? (@ < "10.03.2017".datetime("dd.mm.yyyy"))'); - jsonb_path_query_tz ------------------------------ - "2017-03-09" - "2017-03-10T01:02:03+04:00" -(2 rows) - -select jsonb_path_query_tz( - '["2017-03-10", "2017-03-11", "2017-03-09", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].datetime() ? (@ == "2017-03-10".date())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10" - "2017-03-10T00:00:00" - "2017-03-10T03:00:00+03:00" -(3 rows) - -select jsonb_path_query_tz( - '["2017-03-10", "2017-03-11", "2017-03-09", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].datetime() ? (@ >= "2017-03-10".date())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10" - "2017-03-11" - "2017-03-10T00:00:00" - "2017-03-10T12:34:56" - "2017-03-10T03:00:00+03:00" -(5 rows) - -select jsonb_path_query_tz( - '["2017-03-10", "2017-03-11", "2017-03-09", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].datetime() ? (@ < "2017-03-10".date())'); - jsonb_path_query_tz ------------------------------ - "2017-03-09" - "2017-03-10T01:02:03+04:00" -(2 rows) - -select jsonb_path_query( - '["2017-03-10", "2017-03-11", "2017-03-09", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].date() ? (@ == "2017-03-10".date())'); -ERROR: cannot convert value from timestamptz to date without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10", "2017-03-11", "2017-03-09", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].date() ? (@ >= "2017-03-10".date())'); -ERROR: cannot convert value from timestamptz to date without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10", "2017-03-11", "2017-03-09", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].date() ? (@ < "2017-03-10".date())'); -ERROR: cannot convert value from timestamptz to date without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz( - '["2017-03-10", "2017-03-11", "2017-03-09", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].date() ? (@ == "2017-03-10".date())'); - jsonb_path_query_tz ---------------------- - "2017-03-10" - "2017-03-10" - "2017-03-10" - "2017-03-10" -(4 rows) - -select jsonb_path_query_tz( - '["2017-03-10", "2017-03-11", "2017-03-09", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].date() ? (@ >= "2017-03-10".date())'); - jsonb_path_query_tz ---------------------- - "2017-03-10" - "2017-03-11" - "2017-03-10" - "2017-03-10" - "2017-03-10" -(5 rows) - -select jsonb_path_query_tz( - '["2017-03-10", "2017-03-11", "2017-03-09", "2017-03-10 00:00:00", "2017-03-10 12:34:56", "2017-03-10 01:02:03+04", "2017-03-10 03:00:00+03"]', - '$[*].date() ? (@ < "2017-03-10".date())'); - jsonb_path_query_tz ---------------------- - "2017-03-09" - "2017-03-09" -(2 rows) - --- time comparison -select jsonb_path_query( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].datetime() ? (@ == "12:35".datetime("HH24:MI"))'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].datetime() ? (@ >= "12:35".datetime("HH24:MI"))'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].datetime() ? (@ < "12:35".datetime("HH24:MI"))'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].datetime() ? (@ == "12:35".datetime("HH24:MI"))'); - jsonb_path_query_tz ---------------------- - "12:35:00" - "12:35:00+00:00" -(2 rows) - -select jsonb_path_query_tz( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].datetime() ? (@ >= "12:35".datetime("HH24:MI"))'); - jsonb_path_query_tz ---------------------- - "12:35:00" - "12:36:00" - "12:35:00+00:00" -(3 rows) - -select jsonb_path_query_tz( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].datetime() ? (@ < "12:35".datetime("HH24:MI"))'); - jsonb_path_query_tz ---------------------- - "12:34:00" - "12:35:00+01:00" - "13:35:00+01:00" -(3 rows) - -select jsonb_path_query_tz( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].datetime() ? (@ == "12:35:00".time())'); - jsonb_path_query_tz ---------------------- - "12:35:00" - "12:35:00+00:00" -(2 rows) - -select jsonb_path_query_tz( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].datetime() ? (@ >= "12:35:00".time())'); - jsonb_path_query_tz ---------------------- - "12:35:00" - "12:36:00" - "12:35:00+00:00" -(3 rows) - -select jsonb_path_query_tz( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].datetime() ? (@ < "12:35:00".time())'); - jsonb_path_query_tz ---------------------- - "12:34:00" - "12:35:00+01:00" - "13:35:00+01:00" -(3 rows) - -select jsonb_path_query( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].time() ? (@ == "12:35:00".time())'); -ERROR: cannot convert value from timetz to time without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].time() ? (@ >= "12:35:00".time())'); -ERROR: cannot convert value from timetz to time without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].time() ? (@ < "12:35:00".time())'); -ERROR: cannot convert value from timetz to time without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["12:34:00.123", "12:35:00.123", "12:36:00.1123", "12:35:00.1123+00", "12:35:00.123+01", "13:35:00.123+01", "2017-03-10 12:35:00.1", "2017-03-10 12:35:00.123+01"]', - '$[*].time(2) ? (@ >= "12:35:00.123".time(2))'); -ERROR: cannot convert value from timetz to time without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].time() ? (@ == "12:35:00".time())'); - jsonb_path_query_tz ---------------------- - "12:35:00" - "12:35:00" - "12:35:00" - "12:35:00" -(4 rows) - -select jsonb_path_query_tz( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].time() ? (@ >= "12:35:00".time())'); - jsonb_path_query_tz ---------------------- - "12:35:00" - "12:36:00" - "12:35:00" - "12:35:00" - "13:35:00" - "12:35:00" -(6 rows) - -select jsonb_path_query_tz( - '["12:34:00", "12:35:00", "12:36:00", "12:35:00+00", "12:35:00+01", "13:35:00+01", "2017-03-10 12:35:00", "2017-03-10 12:35:00+01"]', - '$[*].time() ? (@ < "12:35:00".time())'); - jsonb_path_query_tz ---------------------- - "12:34:00" - "11:35:00" -(2 rows) - -select jsonb_path_query_tz( - '["12:34:00.123", "12:35:00.123", "12:36:00.1123", "12:35:00.1123+00", "12:35:00.123+01", "13:35:00.123+01", "2017-03-10 12:35:00.1", "2017-03-10 12:35:00.123+01"]', - '$[*].time(2) ? (@ >= "12:35:00.123".time(2))'); - jsonb_path_query_tz ---------------------- - "12:35:00.12" - "12:36:00.11" - "12:35:00.12" - "13:35:00.12" -(4 rows) - --- timetz comparison -select jsonb_path_query( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].datetime() ? (@ == "12:35 +1".datetime("HH24:MI TZH"))'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].datetime() ? (@ >= "12:35 +1".datetime("HH24:MI TZH"))'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].datetime() ? (@ < "12:35 +1".datetime("HH24:MI TZH"))'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].datetime() ? (@ == "12:35 +1".datetime("HH24:MI TZH"))'); - jsonb_path_query_tz ---------------------- - "12:35:00+01:00" -(1 row) - -select jsonb_path_query_tz( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].datetime() ? (@ >= "12:35 +1".datetime("HH24:MI TZH"))'); - jsonb_path_query_tz ---------------------- - "12:35:00+01:00" - "12:36:00+01:00" - "12:35:00-02:00" - "11:35:00" - "12:35:00" -(5 rows) - -select jsonb_path_query_tz( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10", "2017-03-10 12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].datetime() ? (@ < "12:35 +1".datetime("HH24:MI TZH"))'); - jsonb_path_query_tz ---------------------- - "12:34:00+01:00" - "12:35:00+02:00" - "10:35:00" -(3 rows) - -select jsonb_path_query_tz( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].datetime() ? (@ == "12:35:00 +1".time_tz())'); - jsonb_path_query_tz ---------------------- - "12:35:00+01:00" -(1 row) - -select jsonb_path_query_tz( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].datetime() ? (@ >= "12:35:00 +1".time_tz())'); - jsonb_path_query_tz ---------------------- - "12:35:00+01:00" - "12:36:00+01:00" - "12:35:00-02:00" - "11:35:00" - "12:35:00" -(5 rows) - -select jsonb_path_query_tz( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].datetime() ? (@ < "12:35:00 +1".time_tz())'); - jsonb_path_query_tz ---------------------- - "12:34:00+01:00" - "12:35:00+02:00" - "10:35:00" -(3 rows) - -select jsonb_path_query( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].time_tz() ? (@ == "12:35:00 +1".time_tz())'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].time_tz() ? (@ >= "12:35:00 +1".time_tz())'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].time_tz() ? (@ < "12:35:00 +1".time_tz())'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["12:34:00.123+01", "12:35:00.123+01", "12:36:00.1123+01", "12:35:00.1123+02", "12:35:00.123-02", "10:35:00.123", "11:35:00.1", "12:35:00.123", "2017-03-10 12:35:00.123 +1"]', - '$[*].time_tz(2) ? (@ >= "12:35:00.123 +1".time_tz(2))'); -ERROR: cannot convert value from time to timetz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].time_tz() ? (@ == "12:35:00 +1".time_tz())'); - jsonb_path_query_tz ---------------------- - "12:35:00+01:00" -(1 row) - -select jsonb_path_query_tz( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].time_tz() ? (@ >= "12:35:00 +1".time_tz())'); - jsonb_path_query_tz ---------------------- - "12:35:00+01:00" - "12:36:00+01:00" - "12:35:00-02:00" - "11:35:00+00:00" - "12:35:00+00:00" - "11:35:00+00:00" -(6 rows) - -select jsonb_path_query_tz( - '["12:34:00+01", "12:35:00+01", "12:36:00+01", "12:35:00+02", "12:35:00-02", "10:35:00", "11:35:00", "12:35:00", "2017-03-10 12:35:00 +1"]', - '$[*].time_tz() ? (@ < "12:35:00 +1".time_tz())'); - jsonb_path_query_tz ---------------------- - "12:34:00+01:00" - "12:35:00+02:00" - "10:35:00+00:00" -(3 rows) - -select jsonb_path_query_tz( - '["12:34:00.123+01", "12:35:00.123+01", "12:36:00.1123+01", "12:35:00.1123+02", "12:35:00.123-02", "10:35:00.123", "11:35:00.1", "12:35:00.123", "2017-03-10 12:35:00.123 +1"]', - '$[*].time_tz(2) ? (@ >= "12:35:00.123 +1".time_tz(2))'); - jsonb_path_query_tz ---------------------- - "12:35:00.12+01:00" - "12:36:00.11+01:00" - "12:35:00.12-02:00" - "12:35:00.12+00:00" - "11:35:00.12+00:00" -(5 rows) - --- timestamp comparison -select jsonb_path_query( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ == "10.03.2017 12:35".datetime("dd.mm.yyyy HH24:MI"))'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ >= "10.03.2017 12:35".datetime("dd.mm.yyyy HH24:MI"))'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ < "10.03.2017 12:35".datetime("dd.mm.yyyy HH24:MI"))'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ == "10.03.2017 12:35".datetime("dd.mm.yyyy HH24:MI"))'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:35:00" - "2017-03-10T13:35:00+01:00" -(2 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ >= "10.03.2017 12:35".datetime("dd.mm.yyyy HH24:MI"))'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:35:00" - "2017-03-10T12:36:00" - "2017-03-10T13:35:00+01:00" - "2017-03-10T12:35:00-01:00" - "2017-03-11" -(5 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ < "10.03.2017 12:35".datetime("dd.mm.yyyy HH24:MI"))'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:34:00" - "2017-03-10T12:35:00+01:00" - "2017-03-10" -(3 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11"]', - '$[*].datetime() ? (@ == "2017-03-10 12:35:00".timestamp())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:35:00" - "2017-03-10T13:35:00+01:00" -(2 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11"]', - '$[*].datetime() ? (@ >= "2017-03-10 12:35:00".timestamp())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:35:00" - "2017-03-10T12:36:00" - "2017-03-10T13:35:00+01:00" - "2017-03-10T12:35:00-01:00" - "2017-03-11" -(5 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11"]', - '$[*].datetime() ? (@ < "2017-03-10 12:35:00".timestamp())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:34:00" - "2017-03-10T12:35:00+01:00" - "2017-03-10" -(3 rows) - -select jsonb_path_query( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11"]', - '$[*].timestamp() ? (@ == "2017-03-10 12:35:00".timestamp())'); -ERROR: cannot convert value from timestamptz to timestamp without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11"]', - '$[*].timestamp() ? (@ >= "2017-03-10 12:35:00".timestamp())'); -ERROR: cannot convert value from timestamptz to timestamp without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11"]', - '$[*].timestamp() ? (@ < "2017-03-10 12:35:00".timestamp())'); -ERROR: cannot convert value from timestamptz to timestamp without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10 12:34:00.123", "2017-03-10 12:35:00.123", "2017-03-10 12:36:00.1123", "2017-03-10 12:35:00.1123+01", "2017-03-10 13:35:00.123+01", "2017-03-10 12:35:00.1-01", "2017-03-10", "2017-03-11"]', - '$[*].timestamp(2) ? (@ >= "2017-03-10 12:35:00.123".timestamp(2))'); -ERROR: cannot convert value from timestamptz to timestamp without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11"]', - '$[*].timestamp() ? (@ == "2017-03-10 12:35:00".timestamp())'); - jsonb_path_query_tz ------------------------ - "2017-03-10T12:35:00" - "2017-03-10T12:35:00" -(2 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11"]', - '$[*].timestamp() ? (@ >= "2017-03-10 12:35:00".timestamp())'); - jsonb_path_query_tz ------------------------ - "2017-03-10T12:35:00" - "2017-03-10T12:36:00" - "2017-03-10T12:35:00" - "2017-03-10T13:35:00" - "2017-03-11T00:00:00" -(5 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00", "2017-03-10 12:35:00", "2017-03-10 12:36:00", "2017-03-10 12:35:00+01", "2017-03-10 13:35:00+01", "2017-03-10 12:35:00-01", "2017-03-10", "2017-03-11"]', - '$[*].timestamp() ? (@ < "2017-03-10 12:35:00".timestamp())'); - jsonb_path_query_tz ------------------------ - "2017-03-10T12:34:00" - "2017-03-10T11:35:00" - "2017-03-10T00:00:00" -(3 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00.123", "2017-03-10 12:35:00.123", "2017-03-10 12:36:00.1123", "2017-03-10 12:35:00.1123+01", "2017-03-10 13:35:00.123+01", "2017-03-10 12:35:00.1-01", "2017-03-10", "2017-03-11"]', - '$[*].timestamp(2) ? (@ >= "2017-03-10 12:35:00.123".timestamp(2))'); - jsonb_path_query_tz --------------------------- - "2017-03-10T12:35:00.12" - "2017-03-10T12:36:00.11" - "2017-03-10T12:35:00.12" - "2017-03-10T13:35:00.1" - "2017-03-11T00:00:00" -(5 rows) - --- timestamptz comparison -select jsonb_path_query( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ == "10.03.2017 12:35 +1".datetime("dd.mm.yyyy HH24:MI TZH"))'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ >= "10.03.2017 12:35 +1".datetime("dd.mm.yyyy HH24:MI TZH"))'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ < "10.03.2017 12:35 +1".datetime("dd.mm.yyyy HH24:MI TZH"))'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ == "10.03.2017 12:35 +1".datetime("dd.mm.yyyy HH24:MI TZH"))'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:35:00+01:00" - "2017-03-10T11:35:00" -(2 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ >= "10.03.2017 12:35 +1".datetime("dd.mm.yyyy HH24:MI TZH"))'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:35:00+01:00" - "2017-03-10T12:36:00+01:00" - "2017-03-10T12:35:00-02:00" - "2017-03-10T11:35:00" - "2017-03-10T12:35:00" - "2017-03-11" -(6 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11", "12:34:56", "12:34:56+01"]', - '$[*].datetime() ? (@ < "10.03.2017 12:35 +1".datetime("dd.mm.yyyy HH24:MI TZH"))'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:34:00+01:00" - "2017-03-10T12:35:00+02:00" - "2017-03-10T10:35:00" - "2017-03-10" -(4 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11"]', - '$[*].datetime() ? (@ == "2017-03-10 12:35:00 +1".timestamp_tz())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:35:00+01:00" - "2017-03-10T11:35:00" -(2 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11"]', - '$[*].datetime() ? (@ >= "2017-03-10 12:35:00 +1".timestamp_tz())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:35:00+01:00" - "2017-03-10T12:36:00+01:00" - "2017-03-10T12:35:00-02:00" - "2017-03-10T11:35:00" - "2017-03-10T12:35:00" - "2017-03-11" -(6 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11"]', - '$[*].datetime() ? (@ < "2017-03-10 12:35:00 +1".timestamp_tz())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:34:00+01:00" - "2017-03-10T12:35:00+02:00" - "2017-03-10T10:35:00" - "2017-03-10" -(4 rows) - -select jsonb_path_query( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11"]', - '$[*].timestamp_tz() ? (@ == "2017-03-10 12:35:00 +1".timestamp_tz())'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11"]', - '$[*].timestamp_tz() ? (@ >= "2017-03-10 12:35:00 +1".timestamp_tz())'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11"]', - '$[*].timestamp_tz() ? (@ < "2017-03-10 12:35:00 +1".timestamp_tz())'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query( - '["2017-03-10 12:34:00.123+01", "2017-03-10 12:35:00.123+01", "2017-03-10 12:36:00.1123+01", "2017-03-10 12:35:00.1123+02", "2017-03-10 12:35:00.123-02", "2017-03-10 10:35:00.123", "2017-03-10 11:35:00.1", "2017-03-10 12:35:00.123", "2017-03-10", "2017-03-11"]', - '$[*].timestamp_tz(2) ? (@ >= "2017-03-10 12:35:00.123 +1".timestamp_tz(2))'); -ERROR: cannot convert value from timestamp to timestamptz without time zone usage -HINT: Use *_tz() function for time zone support. -select jsonb_path_query_tz( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11"]', - '$[*].timestamp_tz() ? (@ == "2017-03-10 12:35:00 +1".timestamp_tz())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:35:00+01:00" - "2017-03-10T11:35:00+00:00" -(2 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11"]', - '$[*].timestamp_tz() ? (@ >= "2017-03-10 12:35:00 +1".timestamp_tz())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:35:00+01:00" - "2017-03-10T12:36:00+01:00" - "2017-03-10T12:35:00-02:00" - "2017-03-10T11:35:00+00:00" - "2017-03-10T12:35:00+00:00" - "2017-03-11T00:00:00+00:00" -(6 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00+01", "2017-03-10 12:35:00+01", "2017-03-10 12:36:00+01", "2017-03-10 12:35:00+02", "2017-03-10 12:35:00-02", "2017-03-10 10:35:00", "2017-03-10 11:35:00", "2017-03-10 12:35:00", "2017-03-10", "2017-03-11"]', - '$[*].timestamp_tz() ? (@ < "2017-03-10 12:35:00 +1".timestamp_tz())'); - jsonb_path_query_tz ------------------------------ - "2017-03-10T12:34:00+01:00" - "2017-03-10T12:35:00+02:00" - "2017-03-10T10:35:00+00:00" - "2017-03-10T00:00:00+00:00" -(4 rows) - -select jsonb_path_query_tz( - '["2017-03-10 12:34:00.123+01", "2017-03-10 12:35:00.123+01", "2017-03-10 12:36:00.1123+01", "2017-03-10 12:35:00.1123+02", "2017-03-10 12:35:00.123-02", "2017-03-10 10:35:00.123", "2017-03-10 11:35:00.1", "2017-03-10 12:35:00.123", "2017-03-10", "2017-03-11"]', - '$[*].timestamp_tz(2) ? (@ >= "2017-03-10 12:35:00.123 +1".timestamp_tz(2))'); - jsonb_path_query_tz --------------------------------- - "2017-03-10T12:35:00.12+01:00" - "2017-03-10T12:36:00.11+01:00" - "2017-03-10T12:35:00.12-02:00" - "2017-03-10T12:35:00.12+00:00" - "2017-03-11T00:00:00+00:00" -(5 rows) - --- overflow during comparison -select jsonb_path_query('"1000000-01-01"', '$.datetime() > "2020-01-01 12:00:00".datetime()'::jsonpath); - jsonb_path_query ------------------- - true -(1 row) - -set time zone default; --- jsonpath operators -SELECT jsonb_path_query('[{"a": 1}, {"a": 2}]', '$[*]'); - jsonb_path_query ------------------- - {"a": 1} - {"a": 2} -(2 rows) - -SELECT jsonb_path_query('[{"a": 1}, {"a": 2}]', '$[*] ? (@.a > 10)'); - jsonb_path_query ------------------- -(0 rows) - -SELECT jsonb_path_query('[{"a": 1}]', '$undefined_var'); -ERROR: could not find jsonpath variable "undefined_var" -SELECT jsonb_path_query('[{"a": 1}]', 'false'); - jsonb_path_query ------------------- - false -(1 row) - -SELECT jsonb_path_query_array('[{"a": 1}, {"a": 2}, {}]', 'strict $[*].a'); -ERROR: JSON object does not contain key "a" -SELECT jsonb_path_query_array('[{"a": 1}, {"a": 2}]', '$[*].a'); - jsonb_path_query_array ------------------------- - [1, 2] -(1 row) - -SELECT jsonb_path_query_array('[{"a": 1}, {"a": 2}]', '$[*].a ? (@ == 1)'); - jsonb_path_query_array ------------------------- - [1] -(1 row) - -SELECT jsonb_path_query_array('[{"a": 1}, {"a": 2}]', '$[*].a ? (@ > 10)'); - jsonb_path_query_array ------------------------- - [] -(1 row) - -SELECT jsonb_path_query_array('[{"a": 1}, {"a": 2}, {"a": 3}, {"a": 5}]', '$[*].a ? (@ > $min && @ < $max)', vars => '{"min": 1, "max": 4}'); - jsonb_path_query_array ------------------------- - [2, 3] -(1 row) - -SELECT jsonb_path_query_array('[{"a": 1}, {"a": 2}, {"a": 3}, {"a": 5}]', '$[*].a ? (@ > $min && @ < $max)', vars => '{"min": 3, "max": 4}'); - jsonb_path_query_array ------------------------- - [] -(1 row) - -SELECT jsonb_path_query_first('[{"a": 1}, {"a": 2}, {}]', 'strict $[*].a'); -ERROR: JSON object does not contain key "a" -SELECT jsonb_path_query_first('[{"a": 1}, {"a": 2}, {}]', 'strict $[*].a', silent => true); - jsonb_path_query_first ------------------------- - 1 -(1 row) - -SELECT jsonb_path_query_first('[{"a": 1}, {"a": 2}]', '$[*].a'); - jsonb_path_query_first ------------------------- - 1 -(1 row) - -SELECT jsonb_path_query_first('[{"a": 1}, {"a": 2}]', '$[*].a ? (@ == 1)'); - jsonb_path_query_first ------------------------- - 1 -(1 row) - -SELECT jsonb_path_query_first('[{"a": 1}, {"a": 2}]', '$[*].a ? (@ > 10)'); - jsonb_path_query_first ------------------------- - -(1 row) - -SELECT jsonb_path_query_first('[{"a": 1}, {"a": 2}, {"a": 3}, {"a": 5}]', '$[*].a ? (@ > $min && @ < $max)', vars => '{"min": 1, "max": 4}'); - jsonb_path_query_first ------------------------- - 2 -(1 row) - -SELECT jsonb_path_query_first('[{"a": 1}, {"a": 2}, {"a": 3}, {"a": 5}]', '$[*].a ? (@ > $min && @ < $max)', vars => '{"min": 3, "max": 4}'); - jsonb_path_query_first ------------------------- - -(1 row) - -SELECT jsonb_path_query_first('[{"a": 1}]', '$undefined_var'); -ERROR: could not find jsonpath variable "undefined_var" -SELECT jsonb_path_query_first('[{"a": 1}]', 'false'); - jsonb_path_query_first ------------------------- - false -(1 row) - -SELECT jsonb '[{"a": 1}, {"a": 2}]' @? '$[*].a ? (@ > 1)'; - ?column? ----------- - t -(1 row) - -SELECT jsonb '[{"a": 1}, {"a": 2}]' @? '$[*] ? (@.a > 2)'; - ?column? ----------- - f -(1 row) - -SELECT jsonb_path_exists('[{"a": 1}, {"a": 2}]', '$[*].a ? (@ > 1)'); - jsonb_path_exists -------------------- - t -(1 row) - -SELECT jsonb_path_exists('[{"a": 1}, {"a": 2}, {"a": 3}, {"a": 5}]', '$[*] ? (@.a > $min && @.a < $max)', vars => '{"min": 1, "max": 4}'); - jsonb_path_exists -------------------- - t -(1 row) - -SELECT jsonb_path_exists('[{"a": 1}, {"a": 2}, {"a": 3}, {"a": 5}]', '$[*] ? (@.a > $min && @.a < $max)', vars => '{"min": 3, "max": 4}'); - jsonb_path_exists -------------------- - f -(1 row) - -SELECT jsonb_path_exists('[{"a": 1}]', '$undefined_var'); -ERROR: could not find jsonpath variable "undefined_var" -SELECT jsonb_path_exists('[{"a": 1}]', 'false'); - jsonb_path_exists -------------------- - t -(1 row) - -SELECT jsonb_path_match('true', '$', silent => false); - jsonb_path_match ------------------- - t -(1 row) - -SELECT jsonb_path_match('false', '$', silent => false); - jsonb_path_match ------------------- - f -(1 row) - -SELECT jsonb_path_match('null', '$', silent => false); - jsonb_path_match ------------------- - -(1 row) - -SELECT jsonb_path_match('1', '$', silent => true); - jsonb_path_match ------------------- - -(1 row) - -SELECT jsonb_path_match('1', '$', silent => false); -ERROR: single boolean result is expected -SELECT jsonb_path_match('"a"', '$', silent => false); -ERROR: single boolean result is expected -SELECT jsonb_path_match('{}', '$', silent => false); -ERROR: single boolean result is expected -SELECT jsonb_path_match('[true]', '$', silent => false); -ERROR: single boolean result is expected -SELECT jsonb_path_match('{}', 'lax $.a', silent => false); -ERROR: single boolean result is expected -SELECT jsonb_path_match('{}', 'strict $.a', silent => false); -ERROR: JSON object does not contain key "a" -SELECT jsonb_path_match('{}', 'strict $.a', silent => true); - jsonb_path_match ------------------- - -(1 row) - -SELECT jsonb_path_match('[true, true]', '$[*]', silent => false); -ERROR: single boolean result is expected -SELECT jsonb '[{"a": 1}, {"a": 2}]' @@ '$[*].a > 1'; - ?column? ----------- - t -(1 row) - -SELECT jsonb '[{"a": 1}, {"a": 2}]' @@ '$[*].a > 2'; - ?column? ----------- - f -(1 row) - -SELECT jsonb_path_match('[{"a": 1}, {"a": 2}]', '$[*].a > 1'); - jsonb_path_match ------------------- - t -(1 row) - -SELECT jsonb_path_match('[{"a": 1}]', '$undefined_var'); -ERROR: could not find jsonpath variable "undefined_var" -SELECT jsonb_path_match('[{"a": 1}]', 'false'); - jsonb_path_match ------------------- - f -(1 row) - --- test string comparison (Unicode codepoint collation) -WITH str(j, num) AS -( - SELECT jsonb_build_object('s', s), num - FROM unnest('{"", "a", "ab", "abc", "abcd", "b", "A", "AB", "ABC", "ABc", "ABcD", "B"}'::text[]) WITH ORDINALITY AS a(s, num) -) -SELECT - s1.j, s2.j, - jsonb_path_query_first(s1.j, '$.s < $s', vars => s2.j) lt, - jsonb_path_query_first(s1.j, '$.s <= $s', vars => s2.j) le, - jsonb_path_query_first(s1.j, '$.s == $s', vars => s2.j) eq, - jsonb_path_query_first(s1.j, '$.s >= $s', vars => s2.j) ge, - jsonb_path_query_first(s1.j, '$.s > $s', vars => s2.j) gt -FROM str s1, str s2 -ORDER BY s1.num, s2.num; - j | j | lt | le | eq | ge | gt ----------------+---------------+-------+-------+-------+-------+------- - {"s": ""} | {"s": ""} | false | true | true | true | false - {"s": ""} | {"s": "a"} | true | true | false | false | false - {"s": ""} | {"s": "ab"} | true | true | false | false | false - {"s": ""} | {"s": "abc"} | true | true | false | false | false - {"s": ""} | {"s": "abcd"} | true | true | false | false | false - {"s": ""} | {"s": "b"} | true | true | false | false | false - {"s": ""} | {"s": "A"} | true | true | false | false | false - {"s": ""} | {"s": "AB"} | true | true | false | false | false - {"s": ""} | {"s": "ABC"} | true | true | false | false | false - {"s": ""} | {"s": "ABc"} | true | true | false | false | false - {"s": ""} | {"s": "ABcD"} | true | true | false | false | false - {"s": ""} | {"s": "B"} | true | true | false | false | false - {"s": "a"} | {"s": ""} | false | false | false | true | true - {"s": "a"} | {"s": "a"} | false | true | true | true | false - {"s": "a"} | {"s": "ab"} | true | true | false | false | false - {"s": "a"} | {"s": "abc"} | true | true | false | false | false - {"s": "a"} | {"s": "abcd"} | true | true | false | false | false - {"s": "a"} | {"s": "b"} | true | true | false | false | false - {"s": "a"} | {"s": "A"} | false | false | false | true | true - {"s": "a"} | {"s": "AB"} | false | false | false | true | true - {"s": "a"} | {"s": "ABC"} | false | false | false | true | true - {"s": "a"} | {"s": "ABc"} | false | false | false | true | true - {"s": "a"} | {"s": "ABcD"} | false | false | false | true | true - {"s": "a"} | {"s": "B"} | false | false | false | true | true - {"s": "ab"} | {"s": ""} | false | false | false | true | true - {"s": "ab"} | {"s": "a"} | false | false | false | true | true - {"s": "ab"} | {"s": "ab"} | false | true | true | true | false - {"s": "ab"} | {"s": "abc"} | true | true | false | false | false - {"s": "ab"} | {"s": "abcd"} | true | true | false | false | false - {"s": "ab"} | {"s": "b"} | true | true | false | false | false - {"s": "ab"} | {"s": "A"} | false | false | false | true | true - {"s": "ab"} | {"s": "AB"} | false | false | false | true | true - {"s": "ab"} | {"s": "ABC"} | false | false | false | true | true - {"s": "ab"} | {"s": "ABc"} | false | false | false | true | true - {"s": "ab"} | {"s": "ABcD"} | false | false | false | true | true - {"s": "ab"} | {"s": "B"} | false | false | false | true | true - {"s": "abc"} | {"s": ""} | false | false | false | true | true - {"s": "abc"} | {"s": "a"} | false | false | false | true | true - {"s": "abc"} | {"s": "ab"} | false | false | false | true | true - {"s": "abc"} | {"s": "abc"} | false | true | true | true | false - {"s": "abc"} | {"s": "abcd"} | true | true | false | false | false - {"s": "abc"} | {"s": "b"} | true | true | false | false | false - {"s": "abc"} | {"s": "A"} | false | false | false | true | true - {"s": "abc"} | {"s": "AB"} | false | false | false | true | true - {"s": "abc"} | {"s": "ABC"} | false | false | false | true | true - {"s": "abc"} | {"s": "ABc"} | false | false | false | true | true - {"s": "abc"} | {"s": "ABcD"} | false | false | false | true | true - {"s": "abc"} | {"s": "B"} | false | false | false | true | true - {"s": "abcd"} | {"s": ""} | false | false | false | true | true - {"s": "abcd"} | {"s": "a"} | false | false | false | true | true - {"s": "abcd"} | {"s": "ab"} | false | false | false | true | true - {"s": "abcd"} | {"s": "abc"} | false | false | false | true | true - {"s": "abcd"} | {"s": "abcd"} | false | true | true | true | false - {"s": "abcd"} | {"s": "b"} | true | true | false | false | false - {"s": "abcd"} | {"s": "A"} | false | false | false | true | true - {"s": "abcd"} | {"s": "AB"} | false | false | false | true | true - {"s": "abcd"} | {"s": "ABC"} | false | false | false | true | true - {"s": "abcd"} | {"s": "ABc"} | false | false | false | true | true - {"s": "abcd"} | {"s": "ABcD"} | false | false | false | true | true - {"s": "abcd"} | {"s": "B"} | false | false | false | true | true - {"s": "b"} | {"s": ""} | false | false | false | true | true - {"s": "b"} | {"s": "a"} | false | false | false | true | true - {"s": "b"} | {"s": "ab"} | false | false | false | true | true - {"s": "b"} | {"s": "abc"} | false | false | false | true | true - {"s": "b"} | {"s": "abcd"} | false | false | false | true | true - {"s": "b"} | {"s": "b"} | false | true | true | true | false - {"s": "b"} | {"s": "A"} | false | false | false | true | true - {"s": "b"} | {"s": "AB"} | false | false | false | true | true - {"s": "b"} | {"s": "ABC"} | false | false | false | true | true - {"s": "b"} | {"s": "ABc"} | false | false | false | true | true - {"s": "b"} | {"s": "ABcD"} | false | false | false | true | true - {"s": "b"} | {"s": "B"} | false | false | false | true | true - {"s": "A"} | {"s": ""} | false | false | false | true | true - {"s": "A"} | {"s": "a"} | true | true | false | false | false - {"s": "A"} | {"s": "ab"} | true | true | false | false | false - {"s": "A"} | {"s": "abc"} | true | true | false | false | false - {"s": "A"} | {"s": "abcd"} | true | true | false | false | false - {"s": "A"} | {"s": "b"} | true | true | false | false | false - {"s": "A"} | {"s": "A"} | false | true | true | true | false - {"s": "A"} | {"s": "AB"} | true | true | false | false | false - {"s": "A"} | {"s": "ABC"} | true | true | false | false | false - {"s": "A"} | {"s": "ABc"} | true | true | false | false | false - {"s": "A"} | {"s": "ABcD"} | true | true | false | false | false - {"s": "A"} | {"s": "B"} | true | true | false | false | false - {"s": "AB"} | {"s": ""} | false | false | false | true | true - {"s": "AB"} | {"s": "a"} | true | true | false | false | false - {"s": "AB"} | {"s": "ab"} | true | true | false | false | false - {"s": "AB"} | {"s": "abc"} | true | true | false | false | false - {"s": "AB"} | {"s": "abcd"} | true | true | false | false | false - {"s": "AB"} | {"s": "b"} | true | true | false | false | false - {"s": "AB"} | {"s": "A"} | false | false | false | true | true - {"s": "AB"} | {"s": "AB"} | false | true | true | true | false - {"s": "AB"} | {"s": "ABC"} | true | true | false | false | false - {"s": "AB"} | {"s": "ABc"} | true | true | false | false | false - {"s": "AB"} | {"s": "ABcD"} | true | true | false | false | false - {"s": "AB"} | {"s": "B"} | true | true | false | false | false - {"s": "ABC"} | {"s": ""} | false | false | false | true | true - {"s": "ABC"} | {"s": "a"} | true | true | false | false | false - {"s": "ABC"} | {"s": "ab"} | true | true | false | false | false - {"s": "ABC"} | {"s": "abc"} | true | true | false | false | false - {"s": "ABC"} | {"s": "abcd"} | true | true | false | false | false - {"s": "ABC"} | {"s": "b"} | true | true | false | false | false - {"s": "ABC"} | {"s": "A"} | false | false | false | true | true - {"s": "ABC"} | {"s": "AB"} | false | false | false | true | true - {"s": "ABC"} | {"s": "ABC"} | false | true | true | true | false - {"s": "ABC"} | {"s": "ABc"} | true | true | false | false | false - {"s": "ABC"} | {"s": "ABcD"} | true | true | false | false | false - {"s": "ABC"} | {"s": "B"} | true | true | false | false | false - {"s": "ABc"} | {"s": ""} | false | false | false | true | true - {"s": "ABc"} | {"s": "a"} | true | true | false | false | false - {"s": "ABc"} | {"s": "ab"} | true | true | false | false | false - {"s": "ABc"} | {"s": "abc"} | true | true | false | false | false - {"s": "ABc"} | {"s": "abcd"} | true | true | false | false | false - {"s": "ABc"} | {"s": "b"} | true | true | false | false | false - {"s": "ABc"} | {"s": "A"} | false | false | false | true | true - {"s": "ABc"} | {"s": "AB"} | false | false | false | true | true - {"s": "ABc"} | {"s": "ABC"} | false | false | false | true | true - {"s": "ABc"} | {"s": "ABc"} | false | true | true | true | false - {"s": "ABc"} | {"s": "ABcD"} | true | true | false | false | false - {"s": "ABc"} | {"s": "B"} | true | true | false | false | false - {"s": "ABcD"} | {"s": ""} | false | false | false | true | true - {"s": "ABcD"} | {"s": "a"} | true | true | false | false | false - {"s": "ABcD"} | {"s": "ab"} | true | true | false | false | false - {"s": "ABcD"} | {"s": "abc"} | true | true | false | false | false - {"s": "ABcD"} | {"s": "abcd"} | true | true | false | false | false - {"s": "ABcD"} | {"s": "b"} | true | true | false | false | false - {"s": "ABcD"} | {"s": "A"} | false | false | false | true | true - {"s": "ABcD"} | {"s": "AB"} | false | false | false | true | true - {"s": "ABcD"} | {"s": "ABC"} | false | false | false | true | true - {"s": "ABcD"} | {"s": "ABc"} | false | false | false | true | true - {"s": "ABcD"} | {"s": "ABcD"} | false | true | true | true | false - {"s": "ABcD"} | {"s": "B"} | true | true | false | false | false - {"s": "B"} | {"s": ""} | false | false | false | true | true - {"s": "B"} | {"s": "a"} | true | true | false | false | false - {"s": "B"} | {"s": "ab"} | true | true | false | false | false - {"s": "B"} | {"s": "abc"} | true | true | false | false | false - {"s": "B"} | {"s": "abcd"} | true | true | false | false | false - {"s": "B"} | {"s": "b"} | true | true | false | false | false - {"s": "B"} | {"s": "A"} | false | false | false | true | true - {"s": "B"} | {"s": "AB"} | false | false | false | true | true - {"s": "B"} | {"s": "ABC"} | false | false | false | true | true - {"s": "B"} | {"s": "ABc"} | false | false | false | true | true - {"s": "B"} | {"s": "ABcD"} | false | false | false | true | true - {"s": "B"} | {"s": "B"} | false | true | true | true | false -(144 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson.out --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson.out 2025-05-11 19:30:18.998925000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson.out 2025-05-11 19:32:42.964476000 +0000 @@ -1,1375 +1,2 @@ --- JSON() -SELECT JSON(); -ERROR: syntax error at or near ")" -LINE 1: SELECT JSON(); - ^ -SELECT JSON(NULL); - json ------- - -(1 row) - -SELECT JSON('{ "a" : 1 } '); - json --------------- - { "a" : 1 } -(1 row) - -SELECT JSON('{ "a" : 1 } ' FORMAT JSON); - json --------------- - { "a" : 1 } -(1 row) - -SELECT JSON('{ "a" : 1 } ' FORMAT JSON ENCODING UTF8); -ERROR: JSON ENCODING clause is only allowed for bytea input type -LINE 1: SELECT JSON('{ "a" : 1 } ' FORMAT JSON ENCODING UTF8); - ^ -SELECT JSON('{ "a" : 1 } '::bytea FORMAT JSON ENCODING UTF8); - json --------------- - { "a" : 1 } -(1 row) - -SELECT pg_typeof(JSON('{ "a" : 1 } ')); - pg_typeof ------------ - json -(1 row) - -SELECT JSON(' 1 '::json); - json ---------- - 1 -(1 row) - -SELECT JSON(' 1 '::jsonb); - json ------- - 1 -(1 row) - -SELECT JSON(' 1 '::json WITH UNIQUE KEYS); -ERROR: cannot use non-string types with WITH UNIQUE KEYS clause -LINE 1: SELECT JSON(' 1 '::json WITH UNIQUE KEYS); - ^ -SELECT JSON(123); -ERROR: cannot cast type integer to json -LINE 1: SELECT JSON(123); - ^ -SELECT JSON('{"a": 1, "a": 2}'); - json ------------------- - {"a": 1, "a": 2} -(1 row) - -SELECT JSON('{"a": 1, "a": 2}' WITH UNIQUE KEYS); -ERROR: duplicate JSON object key value -SELECT JSON('{"a": 1, "a": 2}' WITHOUT UNIQUE KEYS); - json ------------------- - {"a": 1, "a": 2} -(1 row) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON('123'); - QUERY PLAN ------------------------------ - Result - Output: JSON('123'::json) -(2 rows) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON('123' FORMAT JSON); - QUERY PLAN ------------------------------ - Result - Output: JSON('123'::json) -(2 rows) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON('123'::bytea FORMAT JSON); - QUERY PLAN ------------------------------------------------ - Result - Output: JSON('\x313233'::bytea FORMAT JSON) -(2 rows) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON('123'::bytea FORMAT JSON ENCODING UTF8); - QUERY PLAN -------------------------------------------------------------- - Result - Output: JSON('\x313233'::bytea FORMAT JSON ENCODING UTF8) -(2 rows) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON('123' WITH UNIQUE KEYS); - QUERY PLAN ----------------------------------------------- - Result - Output: JSON('123'::text WITH UNIQUE KEYS) -(2 rows) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON('123' WITHOUT UNIQUE KEYS); - QUERY PLAN ------------------------------ - Result - Output: JSON('123'::json) -(2 rows) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON('123'); - QUERY PLAN ------------------------------ - Result - Output: JSON('123'::json) -(2 rows) - -SELECT pg_typeof(JSON('123')); - pg_typeof ------------ - json -(1 row) - --- JSON_SCALAR() -SELECT JSON_SCALAR(); -ERROR: syntax error at or near ")" -LINE 1: SELECT JSON_SCALAR(); - ^ -SELECT JSON_SCALAR(NULL); - json_scalar -------------- - -(1 row) - -SELECT JSON_SCALAR(NULL::int); - json_scalar -------------- - -(1 row) - -SELECT JSON_SCALAR(123); - json_scalar -------------- - 123 -(1 row) - -SELECT JSON_SCALAR(123.45); - json_scalar -------------- - 123.45 -(1 row) - -SELECT JSON_SCALAR(123.45::numeric); - json_scalar -------------- - 123.45 -(1 row) - -SELECT JSON_SCALAR(true); - json_scalar -------------- - true -(1 row) - -SELECT JSON_SCALAR(false); - json_scalar -------------- - false -(1 row) - -SELECT JSON_SCALAR(' 123.45'); - json_scalar -------------- - " 123.45" -(1 row) - -SELECT JSON_SCALAR('2020-06-07'::date); - json_scalar --------------- - "2020-06-07" -(1 row) - -SELECT JSON_SCALAR('2020-06-07 01:02:03'::timestamp); - json_scalar ------------------------ - "2020-06-07T01:02:03" -(1 row) - -SELECT JSON_SCALAR('{}'::json); - json_scalar -------------- - {} -(1 row) - -SELECT JSON_SCALAR('{}'::jsonb); - json_scalar -------------- - {} -(1 row) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON_SCALAR(123); - QUERY PLAN ----------------------------- - Result - Output: JSON_SCALAR(123) -(2 rows) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON_SCALAR('123'); - QUERY PLAN ------------------------------------- - Result - Output: JSON_SCALAR('123'::text) -(2 rows) - --- JSON_SERIALIZE() -SELECT JSON_SERIALIZE(); -ERROR: syntax error at or near ")" -LINE 1: SELECT JSON_SERIALIZE(); - ^ -SELECT JSON_SERIALIZE(NULL); - json_serialize ----------------- - -(1 row) - -SELECT JSON_SERIALIZE(JSON('{ "a" : 1 } ')); - json_serialize ----------------- - { "a" : 1 } -(1 row) - -SELECT JSON_SERIALIZE('{ "a" : 1 } '); - json_serialize ----------------- - { "a" : 1 } -(1 row) - -SELECT JSON_SERIALIZE('1'); - json_serialize ----------------- - 1 -(1 row) - -SELECT JSON_SERIALIZE('1' FORMAT JSON); - json_serialize ----------------- - 1 -(1 row) - -SELECT JSON_SERIALIZE('{ "a" : 1 } ' RETURNING bytea); - json_serialize ----------------------------- - \x7b20226122203a2031207d20 -(1 row) - -SELECT JSON_SERIALIZE('{ "a" : 1 } ' RETURNING varchar); - json_serialize ----------------- - { "a" : 1 } -(1 row) - -SELECT pg_typeof(JSON_SERIALIZE(NULL)); - pg_typeof ------------ - text -(1 row) - --- only string types or bytea allowed -SELECT JSON_SERIALIZE('{ "a" : 1 } ' RETURNING jsonb); -ERROR: cannot use type jsonb in RETURNING clause of JSON_SERIALIZE() -HINT: Try returning a string type or bytea. -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON_SERIALIZE('{}'); - QUERY PLAN ------------------------------------------------------ - Result - Output: JSON_SERIALIZE('{}'::json RETURNING text) -(2 rows) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON_SERIALIZE('{}' RETURNING bytea); - QUERY PLAN ------------------------------------------------------- - Result - Output: JSON_SERIALIZE('{}'::json RETURNING bytea) -(2 rows) - --- JSON_OBJECT() -SELECT JSON_OBJECT(); - json_object -------------- - {} -(1 row) - -SELECT JSON_OBJECT(RETURNING json); - json_object -------------- - {} -(1 row) - -SELECT JSON_OBJECT(RETURNING json FORMAT JSON); - json_object -------------- - {} -(1 row) - -SELECT JSON_OBJECT(RETURNING jsonb); - json_object -------------- - {} -(1 row) - -SELECT JSON_OBJECT(RETURNING jsonb FORMAT JSON); - json_object -------------- - {} -(1 row) - -SELECT JSON_OBJECT(RETURNING text); - json_object -------------- - {} -(1 row) - -SELECT JSON_OBJECT(RETURNING text FORMAT JSON); - json_object -------------- - {} -(1 row) - -SELECT JSON_OBJECT(RETURNING text FORMAT JSON ENCODING UTF8); -ERROR: cannot set JSON encoding for non-bytea output types -LINE 1: SELECT JSON_OBJECT(RETURNING text FORMAT JSON ENCODING UTF8)... - ^ -SELECT JSON_OBJECT(RETURNING text FORMAT JSON ENCODING INVALID_ENCODING); -ERROR: unrecognized JSON encoding: invalid_encoding -LINE 1: ...T JSON_OBJECT(RETURNING text FORMAT JSON ENCODING INVALID_EN... - ^ -SELECT JSON_OBJECT(RETURNING bytea); - json_object -------------- - \x7b7d -(1 row) - -SELECT JSON_OBJECT(RETURNING bytea FORMAT JSON); - json_object -------------- - \x7b7d -(1 row) - -SELECT JSON_OBJECT(RETURNING bytea FORMAT JSON ENCODING UTF8); - json_object -------------- - \x7b7d -(1 row) - -SELECT JSON_OBJECT(RETURNING bytea FORMAT JSON ENCODING UTF16); -ERROR: unsupported JSON encoding -LINE 1: SELECT JSON_OBJECT(RETURNING bytea FORMAT JSON ENCODING UTF1... - ^ -HINT: Only UTF8 JSON encoding is supported. -SELECT JSON_OBJECT(RETURNING bytea FORMAT JSON ENCODING UTF32); -ERROR: unsupported JSON encoding -LINE 1: SELECT JSON_OBJECT(RETURNING bytea FORMAT JSON ENCODING UTF3... - ^ -HINT: Only UTF8 JSON encoding is supported. -SELECT JSON_OBJECT('foo': NULL::int FORMAT JSON); -ERROR: cannot use non-string types with explicit FORMAT JSON clause -LINE 1: SELECT JSON_OBJECT('foo': NULL::int FORMAT JSON); - ^ -SELECT JSON_OBJECT('foo': NULL::int FORMAT JSON ENCODING UTF8); -ERROR: JSON ENCODING clause is only allowed for bytea input type -LINE 1: SELECT JSON_OBJECT('foo': NULL::int FORMAT JSON ENCODING UTF... - ^ -SELECT JSON_OBJECT('foo': NULL::json FORMAT JSON); - json_object ----------------- - {"foo" : null} -(1 row) - -SELECT JSON_OBJECT('foo': NULL::json FORMAT JSON ENCODING UTF8); -ERROR: JSON ENCODING clause is only allowed for bytea input type -LINE 1: SELECT JSON_OBJECT('foo': NULL::json FORMAT JSON ENCODING UT... - ^ -SELECT JSON_OBJECT('foo': NULL::jsonb FORMAT JSON); - json_object ---------------- - {"foo": null} -(1 row) - -SELECT JSON_OBJECT('foo': NULL::jsonb FORMAT JSON ENCODING UTF8); -ERROR: JSON ENCODING clause is only allowed for bytea input type -LINE 1: SELECT JSON_OBJECT('foo': NULL::jsonb FORMAT JSON ENCODING U... - ^ -SELECT JSON_OBJECT(NULL: 1); -ERROR: null value not allowed for object key -SELECT JSON_OBJECT('a': 2 + 3); - json_object -------------- - {"a" : 5} -(1 row) - -SELECT JSON_OBJECT('a' VALUE 2 + 3); - json_object -------------- - {"a" : 5} -(1 row) - ---SELECT JSON_OBJECT(KEY 'a' VALUE 2 + 3); -SELECT JSON_OBJECT('a' || 2: 1); - json_object -------------- - {"a2" : 1} -(1 row) - -SELECT JSON_OBJECT(('a' || 2) VALUE 1); - json_object -------------- - {"a2" : 1} -(1 row) - ---SELECT JSON_OBJECT('a' || 2 VALUE 1); ---SELECT JSON_OBJECT(KEY 'a' || 2 VALUE 1); -SELECT JSON_OBJECT('a': 2::text); - json_object -------------- - {"a" : "2"} -(1 row) - -SELECT JSON_OBJECT('a' VALUE 2::text); - json_object -------------- - {"a" : "2"} -(1 row) - ---SELECT JSON_OBJECT(KEY 'a' VALUE 2::text); -SELECT JSON_OBJECT(1::text: 2); - json_object -------------- - {"1" : 2} -(1 row) - -SELECT JSON_OBJECT((1::text) VALUE 2); - json_object -------------- - {"1" : 2} -(1 row) - ---SELECT JSON_OBJECT(1::text VALUE 2); ---SELECT JSON_OBJECT(KEY 1::text VALUE 2); -SELECT JSON_OBJECT(json '[1]': 123); -ERROR: key value must be scalar, not array, composite, or json -SELECT JSON_OBJECT(ARRAY[1,2,3]: 'aaa'); -ERROR: key value must be scalar, not array, composite, or json -SELECT JSON_OBJECT( - 'a': '123', - 1.23: 123, - 'c': json '[ 1,true,{ } ]', - 'd': jsonb '{ "x" : 123.45 }' -); - json_object -------------------------------------------------------------------- - {"a": "123", "c": [1, true, {}], "d": {"x": 123.45}, "1.23": 123} -(1 row) - -SELECT JSON_OBJECT( - 'a': '123', - 1.23: 123, - 'c': json '[ 1,true,{ } ]', - 'd': jsonb '{ "x" : 123.45 }' - RETURNING jsonb -); - json_object -------------------------------------------------------------------- - {"a": "123", "c": [1, true, {}], "d": {"x": 123.45}, "1.23": 123} -(1 row) - -/* -SELECT JSON_OBJECT( - 'a': '123', - KEY 1.23 VALUE 123, - 'c' VALUE json '[1, true, {}]' -); -*/ -SELECT JSON_OBJECT('a': '123', 'b': JSON_OBJECT('a': 111, 'b': 'aaa')); - json_object ------------------------------------------------ - {"a" : "123", "b" : {"a" : 111, "b" : "aaa"}} -(1 row) - -SELECT JSON_OBJECT('a': '123', 'b': JSON_OBJECT('a': 111, 'b': 'aaa' RETURNING jsonb)); - json_object -------------------------------------------- - {"a": "123", "b": {"a": 111, "b": "aaa"}} -(1 row) - -SELECT JSON_OBJECT('a': JSON_OBJECT('b': 1 RETURNING text)); - json_object ------------------------ - {"a" : "{\"b\" : 1}"} -(1 row) - -SELECT JSON_OBJECT('a': JSON_OBJECT('b': 1 RETURNING text) FORMAT JSON); - json_object -------------------- - {"a" : {"b" : 1}} -(1 row) - -SELECT JSON_OBJECT('a': JSON_OBJECT('b': 1 RETURNING bytea)); - json_object ---------------------------------- - {"a" : "\\x7b226222203a20317d"} -(1 row) - -SELECT JSON_OBJECT('a': JSON_OBJECT('b': 1 RETURNING bytea) FORMAT JSON); - json_object -------------------- - {"a" : {"b" : 1}} -(1 row) - -SELECT JSON_OBJECT('a': '1', 'b': NULL, 'c': 2); - json_object ----------------------------------- - {"a" : "1", "b" : null, "c" : 2} -(1 row) - -SELECT JSON_OBJECT('a': '1', 'b': NULL, 'c': 2 NULL ON NULL); - json_object ----------------------------------- - {"a" : "1", "b" : null, "c" : 2} -(1 row) - -SELECT JSON_OBJECT('a': '1', 'b': NULL, 'c': 2 ABSENT ON NULL); - json_object ----------------------- - {"a" : "1", "c" : 2} -(1 row) - -SELECT JSON_OBJECT(1: 1, '2': NULL, '3': 1, repeat('x', 1000): 1, 2: repeat('a', 100) WITH UNIQUE); -ERROR: duplicate JSON object key value: "2" -SELECT JSON_OBJECT(1: 1, '1': NULL WITH UNIQUE); -ERROR: duplicate JSON object key value: "1" -SELECT JSON_OBJECT(1: 1, '1': NULL ABSENT ON NULL WITH UNIQUE); -ERROR: duplicate JSON object key value: "1" -SELECT JSON_OBJECT(1: 1, '1': NULL NULL ON NULL WITH UNIQUE RETURNING jsonb); -ERROR: duplicate JSON object key value -SELECT JSON_OBJECT(1: 1, '1': NULL ABSENT ON NULL WITH UNIQUE RETURNING jsonb); -ERROR: duplicate JSON object key value -SELECT JSON_OBJECT(1: 1, '2': NULL, '1': 1 NULL ON NULL WITH UNIQUE); -ERROR: duplicate JSON object key value: "1" -SELECT JSON_OBJECT(1: 1, '2': NULL, '1': 1 ABSENT ON NULL WITH UNIQUE); -ERROR: duplicate JSON object key value: "1" -SELECT JSON_OBJECT(1: 1, '2': NULL, '1': 1 ABSENT ON NULL WITHOUT UNIQUE); - json_object --------------------- - {"1" : 1, "1" : 1} -(1 row) - -SELECT JSON_OBJECT(1: 1, '2': NULL, '1': 1 ABSENT ON NULL WITH UNIQUE RETURNING jsonb); -ERROR: duplicate JSON object key value -SELECT JSON_OBJECT(1: 1, '2': NULL, '1': 1 ABSENT ON NULL WITHOUT UNIQUE RETURNING jsonb); - json_object -------------- - {"1": 1} -(1 row) - -SELECT JSON_OBJECT(1: 1, '2': NULL, '3': 1, 4: NULL, '5': 'a' ABSENT ON NULL WITH UNIQUE RETURNING jsonb); - json_object ----------------------------- - {"1": 1, "3": 1, "5": "a"} -(1 row) - --- BUG: https://postgr.es/m/CADXhmgTJtJZK9A3Na_ry%2BXrq-ghjcejBRhcRMzWZvbd__QdgJA%40mail.gmail.com --- datum_to_jsonb_internal() didn't catch keys that are casts instead of a simple scalar -CREATE TYPE mood AS ENUM ('happy', 'sad', 'neutral'); -CREATE FUNCTION mood_to_json(mood) RETURNS json AS $$ - SELECT to_json($1::text); -$$ LANGUAGE sql IMMUTABLE; -CREATE CAST (mood AS json) WITH FUNCTION mood_to_json(mood) AS IMPLICIT; -SELECT JSON_OBJECT('happy'::mood: '123'::jsonb); -ERROR: key value must be scalar, not array, composite, or json -DROP CAST (mood AS json); -DROP FUNCTION mood_to_json; -DROP TYPE mood; --- JSON_ARRAY() -SELECT JSON_ARRAY(); - json_array ------------- - [] -(1 row) - -SELECT JSON_ARRAY(RETURNING json); - json_array ------------- - [] -(1 row) - -SELECT JSON_ARRAY(RETURNING json FORMAT JSON); - json_array ------------- - [] -(1 row) - -SELECT JSON_ARRAY(RETURNING jsonb); - json_array ------------- - [] -(1 row) - -SELECT JSON_ARRAY(RETURNING jsonb FORMAT JSON); - json_array ------------- - [] -(1 row) - -SELECT JSON_ARRAY(RETURNING text); - json_array ------------- - [] -(1 row) - -SELECT JSON_ARRAY(RETURNING text FORMAT JSON); - json_array ------------- - [] -(1 row) - -SELECT JSON_ARRAY(RETURNING text FORMAT JSON ENCODING UTF8); -ERROR: cannot set JSON encoding for non-bytea output types -LINE 1: SELECT JSON_ARRAY(RETURNING text FORMAT JSON ENCODING UTF8); - ^ -SELECT JSON_ARRAY(RETURNING text FORMAT JSON ENCODING INVALID_ENCODING); -ERROR: unrecognized JSON encoding: invalid_encoding -LINE 1: ...CT JSON_ARRAY(RETURNING text FORMAT JSON ENCODING INVALID_EN... - ^ -SELECT JSON_ARRAY(RETURNING bytea); - json_array ------------- - \x5b5d -(1 row) - -SELECT JSON_ARRAY(RETURNING bytea FORMAT JSON); - json_array ------------- - \x5b5d -(1 row) - -SELECT JSON_ARRAY(RETURNING bytea FORMAT JSON ENCODING UTF8); - json_array ------------- - \x5b5d -(1 row) - -SELECT JSON_ARRAY(RETURNING bytea FORMAT JSON ENCODING UTF16); -ERROR: unsupported JSON encoding -LINE 1: SELECT JSON_ARRAY(RETURNING bytea FORMAT JSON ENCODING UTF16... - ^ -HINT: Only UTF8 JSON encoding is supported. -SELECT JSON_ARRAY(RETURNING bytea FORMAT JSON ENCODING UTF32); -ERROR: unsupported JSON encoding -LINE 1: SELECT JSON_ARRAY(RETURNING bytea FORMAT JSON ENCODING UTF32... - ^ -HINT: Only UTF8 JSON encoding is supported. -SELECT JSON_ARRAY('aaa', 111, true, array[1,2,3], NULL, json '{"a": [1]}', jsonb '["a",3]'); - json_array ------------------------------------------------------ - ["aaa", 111, true, [1, 2, 3], {"a": [1]}, ["a", 3]] -(1 row) - -SELECT JSON_ARRAY('a', NULL, 'b' NULL ON NULL); - json_array ------------------- - ["a", null, "b"] -(1 row) - -SELECT JSON_ARRAY('a', NULL, 'b' ABSENT ON NULL); - json_array ------------- - ["a", "b"] -(1 row) - -SELECT JSON_ARRAY(NULL, NULL, 'b' ABSENT ON NULL); - json_array ------------- - ["b"] -(1 row) - -SELECT JSON_ARRAY('a', NULL, 'b' NULL ON NULL RETURNING jsonb); - json_array ------------------- - ["a", null, "b"] -(1 row) - -SELECT JSON_ARRAY('a', NULL, 'b' ABSENT ON NULL RETURNING jsonb); - json_array ------------- - ["a", "b"] -(1 row) - -SELECT JSON_ARRAY(NULL, NULL, 'b' ABSENT ON NULL RETURNING jsonb); - json_array ------------- - ["b"] -(1 row) - -SELECT JSON_ARRAY(JSON_ARRAY('{ "a" : 123 }' RETURNING text)); - json_array -------------------------------- - ["[\"{ \\\"a\\\" : 123 }\"]"] -(1 row) - -SELECT JSON_ARRAY(JSON_ARRAY('{ "a" : 123 }' FORMAT JSON RETURNING text)); - json_array ------------------------ - ["[{ \"a\" : 123 }]"] -(1 row) - -SELECT JSON_ARRAY(JSON_ARRAY('{ "a" : 123 }' FORMAT JSON RETURNING text) FORMAT JSON); - json_array -------------------- - [[{ "a" : 123 }]] -(1 row) - -SELECT JSON_ARRAY(SELECT i FROM (VALUES (1), (2), (NULL), (4)) foo(i)); - json_array ------------- - [1, 2, 4] -(1 row) - -SELECT JSON_ARRAY(SELECT i FROM (VALUES (NULL::int[]), ('{1,2}'), (NULL), (NULL), ('{3,4}'), (NULL)) foo(i)); - json_array ------------- - [[1,2], + - [3,4]] -(1 row) - -SELECT JSON_ARRAY(SELECT i FROM (VALUES (NULL::int[]), ('{1,2}'), (NULL), (NULL), ('{3,4}'), (NULL)) foo(i) RETURNING jsonb); - json_array ------------------- - [[1, 2], [3, 4]] -(1 row) - ---SELECT JSON_ARRAY(SELECT i FROM (VALUES (NULL::int[]), ('{1,2}'), (NULL), (NULL), ('{3,4}'), (NULL)) foo(i) NULL ON NULL); ---SELECT JSON_ARRAY(SELECT i FROM (VALUES (NULL::int[]), ('{1,2}'), (NULL), (NULL), ('{3,4}'), (NULL)) foo(i) NULL ON NULL RETURNING jsonb); -SELECT JSON_ARRAY(SELECT i FROM (VALUES (3), (1), (NULL), (2)) foo(i) ORDER BY i); - json_array ------------- - [1, 2, 3] -(1 row) - -SELECT JSON_ARRAY(WITH x AS (SELECT 1) VALUES (TRUE)); - json_array ------------- - [true] -(1 row) - --- Should fail -SELECT JSON_ARRAY(SELECT FROM (VALUES (1)) foo(i)); -ERROR: subquery must return only one column -LINE 1: SELECT JSON_ARRAY(SELECT FROM (VALUES (1)) foo(i)); - ^ -SELECT JSON_ARRAY(SELECT i, i FROM (VALUES (1)) foo(i)); -ERROR: subquery must return only one column -LINE 1: SELECT JSON_ARRAY(SELECT i, i FROM (VALUES (1)) foo(i)); - ^ -SELECT JSON_ARRAY(SELECT * FROM (VALUES (1, 2)) foo(i, j)); -ERROR: subquery must return only one column -LINE 1: SELECT JSON_ARRAY(SELECT * FROM (VALUES (1, 2)) foo(i, j)); - ^ --- JSON_ARRAYAGG() -SELECT JSON_ARRAYAGG(i) IS NULL, - JSON_ARRAYAGG(i RETURNING jsonb) IS NULL -FROM generate_series(1, 0) i; - ?column? | ?column? -----------+---------- - t | t -(1 row) - -SELECT JSON_ARRAYAGG(i), - JSON_ARRAYAGG(i RETURNING jsonb) -FROM generate_series(1, 5) i; - json_arrayagg | json_arrayagg ------------------+----------------- - [1, 2, 3, 4, 5] | [1, 2, 3, 4, 5] -(1 row) - -SELECT JSON_ARRAYAGG(i ORDER BY i DESC) -FROM generate_series(1, 5) i; - json_arrayagg ------------------ - [5, 4, 3, 2, 1] -(1 row) - -SELECT JSON_ARRAYAGG(i::text::json) -FROM generate_series(1, 5) i; - json_arrayagg ------------------ - [1, 2, 3, 4, 5] -(1 row) - -SELECT JSON_ARRAYAGG(JSON_ARRAY(i, i + 1 RETURNING text) FORMAT JSON) -FROM generate_series(1, 5) i; - json_arrayagg ------------------------------------------- - [[1, 2], [2, 3], [3, 4], [4, 5], [5, 6]] -(1 row) - -SELECT JSON_ARRAYAGG(NULL), - JSON_ARRAYAGG(NULL RETURNING jsonb) -FROM generate_series(1, 5); - json_arrayagg | json_arrayagg ----------------+--------------- - [] | [] -(1 row) - -SELECT JSON_ARRAYAGG(NULL NULL ON NULL), - JSON_ARRAYAGG(NULL NULL ON NULL RETURNING jsonb) -FROM generate_series(1, 5); - json_arrayagg | json_arrayagg ---------------------------------+-------------------------------- - [null, null, null, null, null] | [null, null, null, null, null] -(1 row) - -\x -SELECT - JSON_ARRAYAGG(bar) as no_options, - JSON_ARRAYAGG(bar RETURNING jsonb) as returning_jsonb, - JSON_ARRAYAGG(bar ABSENT ON NULL) as absent_on_null, - JSON_ARRAYAGG(bar ABSENT ON NULL RETURNING jsonb) as absentonnull_returning_jsonb, - JSON_ARRAYAGG(bar NULL ON NULL) as null_on_null, - JSON_ARRAYAGG(bar NULL ON NULL RETURNING jsonb) as nullonnull_returning_jsonb, - JSON_ARRAYAGG(foo) as row_no_options, - JSON_ARRAYAGG(foo RETURNING jsonb) as row_returning_jsonb, - JSON_ARRAYAGG(foo ORDER BY bar) FILTER (WHERE bar > 2) as row_filtered_agg, - JSON_ARRAYAGG(foo ORDER BY bar RETURNING jsonb) FILTER (WHERE bar > 2) as row_filtered_agg_returning_jsonb -FROM - (VALUES (NULL), (3), (1), (NULL), (NULL), (5), (2), (4), (NULL)) foo(bar); --[ RECORD 1 ]--------------------+------------------------------------------------------------------------------------------------------------------------- -no_options | [3, 1, 5, 2, 4] -returning_jsonb | [3, 1, 5, 2, 4] -absent_on_null | [3, 1, 5, 2, 4] -absentonnull_returning_jsonb | [3, 1, 5, 2, 4] -null_on_null | [null, 3, 1, null, null, 5, 2, 4, null] -nullonnull_returning_jsonb | [null, 3, 1, null, null, 5, 2, 4, null] -row_no_options | [{"bar":null}, + - | {"bar":3}, + - | {"bar":1}, + - | {"bar":null}, + - | {"bar":null}, + - | {"bar":5}, + - | {"bar":2}, + - | {"bar":4}, + - | {"bar":null}] -row_returning_jsonb | [{"bar": null}, {"bar": 3}, {"bar": 1}, {"bar": null}, {"bar": null}, {"bar": 5}, {"bar": 2}, {"bar": 4}, {"bar": null}] -row_filtered_agg | [{"bar":3}, + - | {"bar":4}, + - | {"bar":5}] -row_filtered_agg_returning_jsonb | [{"bar": 3}, {"bar": 4}, {"bar": 5}] - -\x -SELECT - bar, JSON_ARRAYAGG(bar) FILTER (WHERE bar > 2) OVER (PARTITION BY foo.bar % 2) -FROM - (VALUES (NULL), (3), (1), (NULL), (NULL), (5), (2), (4), (NULL), (5), (4)) foo(bar); - bar | json_arrayagg ------+--------------- - 4 | [4, 4] - 4 | [4, 4] - 2 | [4, 4] - 5 | [5, 3, 5] - 3 | [5, 3, 5] - 1 | [5, 3, 5] - 5 | [5, 3, 5] - | - | - | - | -(11 rows) - --- JSON_OBJECTAGG() -SELECT JSON_OBJECTAGG('key': 1) IS NULL, - JSON_OBJECTAGG('key': 1 RETURNING jsonb) IS NULL -WHERE FALSE; - ?column? | ?column? -----------+---------- - t | t -(1 row) - -SELECT JSON_OBJECTAGG(NULL: 1); -ERROR: null value not allowed for object key -SELECT JSON_OBJECTAGG(NULL: 1 RETURNING jsonb); -ERROR: field name must not be null -SELECT - JSON_OBJECTAGG(i: i), --- JSON_OBJECTAGG(i VALUE i), --- JSON_OBJECTAGG(KEY i VALUE i), - JSON_OBJECTAGG(i: i RETURNING jsonb) -FROM - generate_series(1, 5) i; - json_objectagg | json_objectagg --------------------------------------------------+------------------------------------------ - { "1" : 1, "2" : 2, "3" : 3, "4" : 4, "5" : 5 } | {"1": 1, "2": 2, "3": 3, "4": 4, "5": 5} -(1 row) - -SELECT - JSON_OBJECTAGG(k: v), - JSON_OBJECTAGG(k: v NULL ON NULL), - JSON_OBJECTAGG(k: v ABSENT ON NULL), - JSON_OBJECTAGG(k: v RETURNING jsonb), - JSON_OBJECTAGG(k: v NULL ON NULL RETURNING jsonb), - JSON_OBJECTAGG(k: v ABSENT ON NULL RETURNING jsonb) -FROM - (VALUES (1, 1), (1, NULL), (2, NULL), (3, 3)) foo(k, v); - json_objectagg | json_objectagg | json_objectagg | json_objectagg | json_objectagg | json_objectagg -----------------------------------------------+----------------------------------------------+----------------------+--------------------------------+--------------------------------+------------------ - { "1" : 1, "1" : null, "2" : null, "3" : 3 } | { "1" : 1, "1" : null, "2" : null, "3" : 3 } | { "1" : 1, "3" : 3 } | {"1": null, "2": null, "3": 3} | {"1": null, "2": null, "3": 3} | {"1": 1, "3": 3} -(1 row) - -SELECT JSON_OBJECTAGG(k: v WITH UNIQUE KEYS) -FROM (VALUES (1, 1), (1, NULL), (2, 2)) foo(k, v); -ERROR: duplicate JSON object key value: "1" -SELECT JSON_OBJECTAGG(k: v ABSENT ON NULL WITH UNIQUE KEYS) -FROM (VALUES (1, 1), (1, NULL), (2, 2)) foo(k, v); -ERROR: duplicate JSON object key value: "1" -SELECT JSON_OBJECTAGG(k: v ABSENT ON NULL WITH UNIQUE KEYS) -FROM (VALUES (1, 1), (0, NULL), (3, NULL), (2, 2), (4, NULL)) foo(k, v); - json_objectagg ----------------------- - { "1" : 1, "2" : 2 } -(1 row) - -SELECT JSON_OBJECTAGG(k: v WITH UNIQUE KEYS RETURNING jsonb) -FROM (VALUES (1, 1), (1, NULL), (2, 2)) foo(k, v); -ERROR: duplicate JSON object key value -SELECT JSON_OBJECTAGG(k: v ABSENT ON NULL WITH UNIQUE KEYS RETURNING jsonb) -FROM (VALUES (1, 1), (1, NULL), (2, 2)) foo(k, v); -ERROR: duplicate JSON object key value -SELECT JSON_OBJECTAGG(k: v ABSENT ON NULL WITH UNIQUE KEYS RETURNING jsonb) -FROM (VALUES (1, 1), (0, NULL),(4, null), (5, null),(6, null),(2, 2)) foo(k, v); - json_objectagg ------------------- - {"1": 1, "2": 2} -(1 row) - -SELECT JSON_OBJECTAGG(mod(i,100): (i)::text FORMAT JSON WITH UNIQUE) -FROM generate_series(0, 199) i; -ERROR: duplicate JSON object key value: "0" --- Test JSON_OBJECT deparsing -EXPLAIN (VERBOSE, COSTS OFF) -SELECT JSON_OBJECT('foo' : '1' FORMAT JSON, 'bar' : 'baz' RETURNING json); - QUERY PLAN ------------------------------------------------------------------------------- - Result - Output: JSON_OBJECT('foo' : '1'::json, 'bar' : 'baz'::text RETURNING json) -(2 rows) - -CREATE VIEW json_object_view AS -SELECT JSON_OBJECT('foo' : '1' FORMAT JSON, 'bar' : 'baz' RETURNING json); -\sv json_object_view -CREATE OR REPLACE VIEW public.json_object_view AS - SELECT JSON_OBJECT('foo' : '1'::text FORMAT JSON, 'bar' : 'baz'::text RETURNING json) AS "json_object" -DROP VIEW json_object_view; -SELECT to_json(a) AS a, JSON_OBJECTAGG(k : v WITH UNIQUE KEYS) OVER (ORDER BY k) -FROM (VALUES (1,1), (2,2)) a(k,v); - a | json_objectagg ----------------+---------------------- - {"k":1,"v":1} | { "1" : 1 } - {"k":2,"v":2} | { "1" : 1, "2" : 2 } -(2 rows) - -SELECT to_json(a) AS a, JSON_OBJECTAGG(k : v WITH UNIQUE KEYS) OVER (ORDER BY k) -FROM (VALUES (1,1), (1,2), (2,2)) a(k,v); -ERROR: duplicate JSON object key value: "1" -SELECT to_json(a) AS a, JSON_OBJECTAGG(k : v ABSENT ON NULL WITH UNIQUE KEYS) - OVER (ORDER BY k) -FROM (VALUES (1,1), (1,null), (2,2)) a(k,v); -ERROR: duplicate JSON object key value: "1" -SELECT to_json(a) AS a, JSON_OBJECTAGG(k : v ABSENT ON NULL) -OVER (ORDER BY k) -FROM (VALUES (1,1), (1,null), (2,2)) a(k,v); - a | json_objectagg -------------------+---------------------- - {"k":1,"v":1} | { "1" : 1 } - {"k":1,"v":null} | { "1" : 1 } - {"k":2,"v":2} | { "1" : 1, "2" : 2 } -(3 rows) - -SELECT to_json(a) AS a, JSON_OBJECTAGG(k : v ABSENT ON NULL) -OVER (ORDER BY k RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) -FROM (VALUES (1,1), (1,null), (2,2)) a(k,v); - a | json_objectagg -------------------+---------------------- - {"k":1,"v":1} | { "1" : 1, "2" : 2 } - {"k":1,"v":null} | { "1" : 1, "2" : 2 } - {"k":2,"v":2} | { "1" : 1, "2" : 2 } -(3 rows) - --- Test JSON_ARRAY deparsing -EXPLAIN (VERBOSE, COSTS OFF) -SELECT JSON_ARRAY('1' FORMAT JSON, 2 RETURNING json); - QUERY PLAN ---------------------------------------------------- - Result - Output: JSON_ARRAY('1'::json, 2 RETURNING json) -(2 rows) - -CREATE VIEW json_array_view AS -SELECT JSON_ARRAY('1' FORMAT JSON, 2 RETURNING json); -\sv json_array_view -CREATE OR REPLACE VIEW public.json_array_view AS - SELECT JSON_ARRAY('1'::text FORMAT JSON, 2 RETURNING json) AS "json_array" -DROP VIEW json_array_view; --- Test JSON_OBJECTAGG deparsing -EXPLAIN (VERBOSE, COSTS OFF) -SELECT JSON_OBJECTAGG(i: ('111' || i)::bytea FORMAT JSON WITH UNIQUE RETURNING text) FILTER (WHERE i > 3) -FROM generate_series(1,5) i; - QUERY PLAN --------------------------------------------------------------------------------------------------------------------------------------- - Aggregate - Output: JSON_OBJECTAGG(i : (('111'::text || (i)::text))::bytea FORMAT JSON WITH UNIQUE KEYS RETURNING text) FILTER (WHERE (i > 3)) - -> Function Scan on pg_catalog.generate_series i - Output: i - Function Call: generate_series(1, 5) -(5 rows) - -EXPLAIN (VERBOSE, COSTS OFF) -SELECT JSON_OBJECTAGG(i: ('111' || i)::bytea FORMAT JSON WITH UNIQUE RETURNING text) OVER (PARTITION BY i % 2) -FROM generate_series(1,5) i; - QUERY PLAN ----------------------------------------------------------------------------------------------------------------------------------- - WindowAgg - Output: JSON_OBJECTAGG(i : (('111'::text || (i)::text))::bytea FORMAT JSON WITH UNIQUE KEYS RETURNING text) OVER w1, ((i % 2)) - Window: w1 AS (PARTITION BY ((i.i % 2))) - -> Sort - Output: ((i % 2)), i - Sort Key: ((i.i % 2)) - -> Function Scan on pg_catalog.generate_series i - Output: (i % 2), i - Function Call: generate_series(1, 5) -(9 rows) - -CREATE VIEW json_objectagg_view AS -SELECT JSON_OBJECTAGG(i: ('111' || i)::bytea FORMAT JSON WITH UNIQUE RETURNING text) FILTER (WHERE i > 3) -FROM generate_series(1,5) i; -\sv json_objectagg_view -CREATE OR REPLACE VIEW public.json_objectagg_view AS - SELECT JSON_OBJECTAGG(i : ('111'::text || i)::bytea FORMAT JSON WITH UNIQUE KEYS RETURNING text) FILTER (WHERE i > 3) AS "json_objectagg" - FROM generate_series(1, 5) i(i) -DROP VIEW json_objectagg_view; --- Test JSON_ARRAYAGG deparsing -EXPLAIN (VERBOSE, COSTS OFF) -SELECT JSON_ARRAYAGG(('111' || i)::bytea FORMAT JSON NULL ON NULL RETURNING text) FILTER (WHERE i > 3) -FROM generate_series(1,5) i; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------ - Aggregate - Output: JSON_ARRAYAGG((('111'::text || (i)::text))::bytea FORMAT JSON NULL ON NULL RETURNING text) FILTER (WHERE (i > 3)) - -> Function Scan on pg_catalog.generate_series i - Output: i - Function Call: generate_series(1, 5) -(5 rows) - -EXPLAIN (VERBOSE, COSTS OFF) -SELECT JSON_ARRAYAGG(('111' || i)::bytea FORMAT JSON NULL ON NULL RETURNING text) OVER (PARTITION BY i % 2) -FROM generate_series(1,5) i; - QUERY PLAN -------------------------------------------------------------------------------------------------------------------------- - WindowAgg - Output: JSON_ARRAYAGG((('111'::text || (i)::text))::bytea FORMAT JSON NULL ON NULL RETURNING text) OVER w1, ((i % 2)) - Window: w1 AS (PARTITION BY ((i.i % 2))) - -> Sort - Output: ((i % 2)), i - Sort Key: ((i.i % 2)) - -> Function Scan on pg_catalog.generate_series i - Output: (i % 2), i - Function Call: generate_series(1, 5) -(9 rows) - -CREATE VIEW json_arrayagg_view AS -SELECT JSON_ARRAYAGG(('111' || i)::bytea FORMAT JSON NULL ON NULL RETURNING text) FILTER (WHERE i > 3) -FROM generate_series(1,5) i; -\sv json_arrayagg_view -CREATE OR REPLACE VIEW public.json_arrayagg_view AS - SELECT JSON_ARRAYAGG(('111'::text || i)::bytea FORMAT JSON NULL ON NULL RETURNING text) FILTER (WHERE i > 3) AS "json_arrayagg" - FROM generate_series(1, 5) i(i) -DROP VIEW json_arrayagg_view; --- Test JSON_ARRAY(subquery) deparsing -EXPLAIN (VERBOSE, COSTS OFF) -SELECT JSON_ARRAY(SELECT i FROM (VALUES (1), (2), (NULL), (4)) foo(i) RETURNING jsonb); - QUERY PLAN ---------------------------------------------------------------------- - Result - Output: (InitPlan 1).col1 - InitPlan 1 - -> Aggregate - Output: JSON_ARRAYAGG("*VALUES*".column1 RETURNING jsonb) - -> Values Scan on "*VALUES*" - Output: "*VALUES*".column1 -(7 rows) - -CREATE VIEW json_array_subquery_view AS -SELECT JSON_ARRAY(SELECT i FROM (VALUES (1), (2), (NULL), (4)) foo(i) RETURNING jsonb); -\sv json_array_subquery_view -CREATE OR REPLACE VIEW public.json_array_subquery_view AS - SELECT ( SELECT JSON_ARRAYAGG(q.a RETURNING jsonb) AS "json_arrayagg" - FROM ( SELECT foo.i - FROM ( VALUES (1), (2), (NULL::integer), (4)) foo(i)) q(a)) AS "json_array" -DROP VIEW json_array_subquery_view; --- IS JSON predicate -SELECT NULL IS JSON; - ?column? ----------- - -(1 row) - -SELECT NULL IS NOT JSON; - ?column? ----------- - -(1 row) - -SELECT NULL::json IS JSON; - ?column? ----------- - -(1 row) - -SELECT NULL::jsonb IS JSON; - ?column? ----------- - -(1 row) - -SELECT NULL::text IS JSON; - ?column? ----------- - -(1 row) - -SELECT NULL::bytea IS JSON; - ?column? ----------- - -(1 row) - -SELECT NULL::int IS JSON; -ERROR: cannot use type integer in IS JSON predicate -SELECT '' IS JSON; - ?column? ----------- - f -(1 row) - -SELECT bytea '\x00' IS JSON; -ERROR: invalid byte sequence for encoding "UTF8": 0x00 -CREATE TABLE test_is_json (js text); -INSERT INTO test_is_json VALUES - (NULL), - (''), - ('123'), - ('"aaa "'), - ('true'), - ('null'), - ('[]'), - ('[1, "2", {}]'), - ('{}'), - ('{ "a": 1, "b": null }'), - ('{ "a": 1, "a": null }'), - ('{ "a": 1, "b": [{ "a": 1 }, { "a": 2 }] }'), - ('{ "a": 1, "b": [{ "a": 1, "b": 0, "a": 2 }] }'), - ('aaa'), - ('{a:1}'), - ('["a",]'); -SELECT - js, - js IS JSON "IS JSON", - js IS NOT JSON "IS NOT JSON", - js IS JSON VALUE "IS VALUE", - js IS JSON OBJECT "IS OBJECT", - js IS JSON ARRAY "IS ARRAY", - js IS JSON SCALAR "IS SCALAR", - js IS JSON WITHOUT UNIQUE KEYS "WITHOUT UNIQUE", - js IS JSON WITH UNIQUE KEYS "WITH UNIQUE" -FROM - test_is_json; - js | IS JSON | IS NOT JSON | IS VALUE | IS OBJECT | IS ARRAY | IS SCALAR | WITHOUT UNIQUE | WITH UNIQUE ------------------------------------------------+---------+-------------+----------+-----------+----------+-----------+----------------+------------- - | | | | | | | | - | f | t | f | f | f | f | f | f - 123 | t | f | t | f | f | t | t | t - "aaa " | t | f | t | f | f | t | t | t - true | t | f | t | f | f | t | t | t - null | t | f | t | f | f | t | t | t - [] | t | f | t | f | t | f | t | t - [1, "2", {}] | t | f | t | f | t | f | t | t - {} | t | f | t | t | f | f | t | t - { "a": 1, "b": null } | t | f | t | t | f | f | t | t - { "a": 1, "a": null } | t | f | t | t | f | f | t | f - { "a": 1, "b": [{ "a": 1 }, { "a": 2 }] } | t | f | t | t | f | f | t | t - { "a": 1, "b": [{ "a": 1, "b": 0, "a": 2 }] } | t | f | t | t | f | f | t | f - aaa | f | t | f | f | f | f | f | f - {a:1} | f | t | f | f | f | f | f | f - ["a",] | f | t | f | f | f | f | f | f -(16 rows) - -SELECT - js, - js IS JSON "IS JSON", - js IS NOT JSON "IS NOT JSON", - js IS JSON VALUE "IS VALUE", - js IS JSON OBJECT "IS OBJECT", - js IS JSON ARRAY "IS ARRAY", - js IS JSON SCALAR "IS SCALAR", - js IS JSON WITHOUT UNIQUE KEYS "WITHOUT UNIQUE", - js IS JSON WITH UNIQUE KEYS "WITH UNIQUE" -FROM - (SELECT js::json FROM test_is_json WHERE js IS JSON) foo(js); - js | IS JSON | IS NOT JSON | IS VALUE | IS OBJECT | IS ARRAY | IS SCALAR | WITHOUT UNIQUE | WITH UNIQUE ------------------------------------------------+---------+-------------+----------+-----------+----------+-----------+----------------+------------- - 123 | t | f | t | f | f | t | t | t - "aaa " | t | f | t | f | f | t | t | t - true | t | f | t | f | f | t | t | t - null | t | f | t | f | f | t | t | t - [] | t | f | t | f | t | f | t | t - [1, "2", {}] | t | f | t | f | t | f | t | t - {} | t | f | t | t | f | f | t | t - { "a": 1, "b": null } | t | f | t | t | f | f | t | t - { "a": 1, "a": null } | t | f | t | t | f | f | t | f - { "a": 1, "b": [{ "a": 1 }, { "a": 2 }] } | t | f | t | t | f | f | t | t - { "a": 1, "b": [{ "a": 1, "b": 0, "a": 2 }] } | t | f | t | t | f | f | t | f -(11 rows) - -SELECT - js0, - js IS JSON "IS JSON", - js IS NOT JSON "IS NOT JSON", - js IS JSON VALUE "IS VALUE", - js IS JSON OBJECT "IS OBJECT", - js IS JSON ARRAY "IS ARRAY", - js IS JSON SCALAR "IS SCALAR", - js IS JSON WITHOUT UNIQUE KEYS "WITHOUT UNIQUE", - js IS JSON WITH UNIQUE KEYS "WITH UNIQUE" -FROM - (SELECT js, js::bytea FROM test_is_json WHERE js IS JSON) foo(js0, js); - js0 | IS JSON | IS NOT JSON | IS VALUE | IS OBJECT | IS ARRAY | IS SCALAR | WITHOUT UNIQUE | WITH UNIQUE ------------------------------------------------+---------+-------------+----------+-----------+----------+-----------+----------------+------------- - 123 | t | f | t | f | f | t | t | t - "aaa " | t | f | t | f | f | t | t | t - true | t | f | t | f | f | t | t | t - null | t | f | t | f | f | t | t | t - [] | t | f | t | f | t | f | t | t - [1, "2", {}] | t | f | t | f | t | f | t | t - {} | t | f | t | t | f | f | t | t - { "a": 1, "b": null } | t | f | t | t | f | f | t | t - { "a": 1, "a": null } | t | f | t | t | f | f | t | f - { "a": 1, "b": [{ "a": 1 }, { "a": 2 }] } | t | f | t | t | f | f | t | t - { "a": 1, "b": [{ "a": 1, "b": 0, "a": 2 }] } | t | f | t | t | f | f | t | f -(11 rows) - -SELECT - js, - js IS JSON "IS JSON", - js IS NOT JSON "IS NOT JSON", - js IS JSON VALUE "IS VALUE", - js IS JSON OBJECT "IS OBJECT", - js IS JSON ARRAY "IS ARRAY", - js IS JSON SCALAR "IS SCALAR", - js IS JSON WITHOUT UNIQUE KEYS "WITHOUT UNIQUE", - js IS JSON WITH UNIQUE KEYS "WITH UNIQUE" -FROM - (SELECT js::jsonb FROM test_is_json WHERE js IS JSON) foo(js); - js | IS JSON | IS NOT JSON | IS VALUE | IS OBJECT | IS ARRAY | IS SCALAR | WITHOUT UNIQUE | WITH UNIQUE --------------------------------------+---------+-------------+----------+-----------+----------+-----------+----------------+------------- - 123 | t | f | t | f | f | t | t | t - "aaa " | t | f | t | f | f | t | t | t - true | t | f | t | f | f | t | t | t - null | t | f | t | f | f | t | t | t - [] | t | f | t | f | t | f | t | t - [1, "2", {}] | t | f | t | f | t | f | t | t - {} | t | f | t | t | f | f | t | t - {"a": 1, "b": null} | t | f | t | t | f | f | t | t - {"a": null} | t | f | t | t | f | f | t | t - {"a": 1, "b": [{"a": 1}, {"a": 2}]} | t | f | t | t | f | f | t | t - {"a": 1, "b": [{"a": 2, "b": 0}]} | t | f | t | t | f | f | t | t -(11 rows) - --- Test IS JSON deparsing -EXPLAIN (VERBOSE, COSTS OFF) -SELECT '1' IS JSON AS "any", ('1' || i) IS JSON SCALAR AS "scalar", '[]' IS NOT JSON ARRAY AS "array", '{}' IS JSON OBJECT WITH UNIQUE AS "object" FROM generate_series(1, 3) i; - QUERY PLAN ----------------------------------------------------------------------------------------------------------------------------------------------------------- - Function Scan on pg_catalog.generate_series i - Output: ('1'::text IS JSON), (('1'::text || (i)::text) IS JSON SCALAR), (NOT ('[]'::text IS JSON ARRAY)), ('{}'::text IS JSON OBJECT WITH UNIQUE KEYS) - Function Call: generate_series(1, 3) -(3 rows) - -CREATE VIEW is_json_view AS -SELECT '1' IS JSON AS "any", ('1' || i) IS JSON SCALAR AS "scalar", '[]' IS NOT JSON ARRAY AS "array", '{}' IS JSON OBJECT WITH UNIQUE AS "object" FROM generate_series(1, 3) i; -\sv is_json_view -CREATE OR REPLACE VIEW public.is_json_view AS - SELECT '1'::text IS JSON AS "any", - ('1'::text || i) IS JSON SCALAR AS scalar, - NOT '[]'::text IS JSON ARRAY AS "array", - '{}'::text IS JSON OBJECT WITH UNIQUE KEYS AS object - FROM generate_series(1, 3) i(i) -DROP VIEW is_json_view; --- Test implicit coercion to a fixed-length type specified in RETURNING -SELECT JSON_SERIALIZE('{ "a" : 1 } ' RETURNING varchar(2)); -ERROR: value too long for type character varying(2) -SELECT JSON_OBJECT('a': JSON_OBJECT('b': 1 RETURNING varchar(2))); -ERROR: value too long for type character varying(2) -SELECT JSON_ARRAY(JSON_ARRAY('{ "a" : 123 }' RETURNING varchar(2))); -ERROR: value too long for type character varying(2) -SELECT JSON_ARRAYAGG(('111' || i)::bytea FORMAT JSON NULL ON NULL RETURNING varchar(2)) FROM generate_series(1,1) i; -ERROR: value too long for type character varying(2) -SELECT JSON_OBJECTAGG(i: ('111' || i)::bytea FORMAT JSON WITH UNIQUE RETURNING varchar(2)) FROM generate_series(1, 1) i; -ERROR: value too long for type character varying(2) --- Now try domain over fixed-length type -CREATE DOMAIN sqljson_char2 AS char(2) CHECK (VALUE NOT IN ('12')); -SELECT JSON_SERIALIZE('123' RETURNING sqljson_char2); -ERROR: value too long for type character(2) -SELECT JSON_SERIALIZE('12' RETURNING sqljson_char2); -ERROR: value for domain sqljson_char2 violates check constraint "sqljson_char2_check" --- Bug #18657: JsonValueExpr.raw_expr was not initialized in ExecInitExprRec() --- causing the Aggrefs contained in it to also not be initialized, which led --- to a crash in ExecBuildAggTrans() as mentioned in the bug report: --- https://postgr.es/m/18657-1b90ccce2b16bdb8@postgresql.org -CREATE FUNCTION volatile_one() RETURNS int AS $$ BEGIN RETURN 1; END; $$ LANGUAGE plpgsql VOLATILE; -CREATE FUNCTION stable_one() RETURNS int AS $$ BEGIN RETURN 1; END; $$ LANGUAGE plpgsql STABLE; -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON_OBJECT('a': JSON_OBJECTAGG('b': volatile_one() RETURNING text) FORMAT JSON); - QUERY PLAN -------------------------------------------------------------------------------------------------------------- - Aggregate - Output: JSON_OBJECT('a' : JSON_OBJECTAGG('b' : volatile_one() RETURNING text) FORMAT JSON RETURNING json) - -> Result -(3 rows) - -SELECT JSON_OBJECT('a': JSON_OBJECTAGG('b': volatile_one() RETURNING text) FORMAT JSON); - json_object ---------------------- - {"a" : { "b" : 1 }} -(1 row) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON_OBJECT('a': JSON_OBJECTAGG('b': stable_one() RETURNING text) FORMAT JSON); - QUERY PLAN ------------------------------------------------------------------------------------------------------------ - Aggregate - Output: JSON_OBJECT('a' : JSON_OBJECTAGG('b' : stable_one() RETURNING text) FORMAT JSON RETURNING json) - -> Result -(3 rows) - -SELECT JSON_OBJECT('a': JSON_OBJECTAGG('b': stable_one() RETURNING text) FORMAT JSON); - json_object ---------------------- - {"a" : { "b" : 1 }} -(1 row) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT JSON_OBJECT('a': JSON_OBJECTAGG('b': 1 RETURNING text) FORMAT JSON); - QUERY PLAN ------------------------------------------------------------------------------------------------- - Aggregate - Output: JSON_OBJECT('a' : JSON_OBJECTAGG('b' : 1 RETURNING text) FORMAT JSON RETURNING json) - -> Result -(3 rows) - -SELECT JSON_OBJECT('a': JSON_OBJECTAGG('b': 1 RETURNING text) FORMAT JSON); - json_object ---------------------- - {"a" : { "b" : 1 }} -(1 row) - -DROP FUNCTION volatile_one, stable_one; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_queryfuncs.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_queryfuncs.out --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_queryfuncs.out 2025-05-11 19:30:18.999769000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_queryfuncs.out 2025-05-11 19:32:42.961933000 +0000 @@ -1,1466 +1,2 @@ --- JSON_EXISTS -SELECT JSON_EXISTS(NULL::jsonb, '$'); - json_exists -------------- - -(1 row) - -SELECT JSON_EXISTS(jsonb '[]', '$'); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(JSON_OBJECT(RETURNING jsonb), '$'); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(jsonb '1', '$'); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(jsonb 'null', '$'); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(jsonb '[]', '$'); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(jsonb '1', '$.a'); - json_exists -------------- - f -(1 row) - -SELECT JSON_EXISTS(jsonb '1', 'strict $.a'); -- FALSE on error - json_exists -------------- - f -(1 row) - -SELECT JSON_EXISTS(jsonb '1', 'strict $.a' ERROR ON ERROR); -ERROR: jsonpath member accessor can only be applied to an object -SELECT JSON_EXISTS(jsonb 'null', '$.a'); - json_exists -------------- - f -(1 row) - -SELECT JSON_EXISTS(jsonb '[]', '$.a'); - json_exists -------------- - f -(1 row) - -SELECT JSON_EXISTS(jsonb '[1, "aaa", {"a": 1}]', 'strict $.a'); -- FALSE on error - json_exists -------------- - f -(1 row) - -SELECT JSON_EXISTS(jsonb '[1, "aaa", {"a": 1}]', 'lax $.a'); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(jsonb '{}', '$.a'); - json_exists -------------- - f -(1 row) - -SELECT JSON_EXISTS(jsonb '{"b": 1, "a": 2}', '$.a'); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(jsonb '1', '$.a.b'); - json_exists -------------- - f -(1 row) - -SELECT JSON_EXISTS(jsonb '{"a": {"b": 1}}', '$.a.b'); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(jsonb '{"a": 1, "b": 2}', '$.a.b'); - json_exists -------------- - f -(1 row) - -SELECT JSON_EXISTS(jsonb '{"a": 1, "b": 2}', '$.* ? (@ > $x)' PASSING 1 AS x); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(jsonb '{"a": 1, "b": 2}', '$.* ? (@ > $x)' PASSING '1' AS x); - json_exists -------------- - f -(1 row) - -SELECT JSON_EXISTS(jsonb '{"a": 1, "b": 2}', '$.* ? (@ > $x && @ < $y)' PASSING 0 AS x, 2 AS y); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(jsonb '{"a": 1, "b": 2}', '$.* ? (@ > $x && @ < $y)' PASSING 0 AS x, 1 AS y); - json_exists -------------- - f -(1 row) - --- extension: boolean expressions -SELECT JSON_EXISTS(jsonb '1', '$ > 2'); - json_exists -------------- - t -(1 row) - -SELECT JSON_EXISTS(jsonb '1', '$.a > 2' ERROR ON ERROR); - json_exists -------------- - t -(1 row) - --- JSON_VALUE -SELECT JSON_VALUE(NULL::jsonb, '$'); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$'); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$' RETURNING int); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb 'true', '$'); - json_value ------------- - t -(1 row) - -SELECT JSON_VALUE(jsonb 'true', '$' RETURNING bool); - json_value ------------- - t -(1 row) - -SELECT JSON_VALUE(jsonb '123', '$'); - json_value ------------- - 123 -(1 row) - -SELECT JSON_VALUE(jsonb '123', '$' RETURNING int) + 234; - ?column? ----------- - 357 -(1 row) - -SELECT JSON_VALUE(jsonb '123', '$' RETURNING text); - json_value ------------- - 123 -(1 row) - -/* jsonb bytea ??? */ -SELECT JSON_VALUE(jsonb '123', '$' RETURNING bytea ERROR ON ERROR); - json_value ------------- - \x313233 -(1 row) - -SELECT JSON_VALUE(jsonb '1.23', '$'); - json_value ------------- - 1.23 -(1 row) - -SELECT JSON_VALUE(jsonb '1.23', '$' RETURNING int); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb '"1.23"', '$' RETURNING numeric); - json_value ------------- - 1.23 -(1 row) - -SELECT JSON_VALUE(jsonb '"1.23"', '$' RETURNING int ERROR ON ERROR); -ERROR: invalid input syntax for type integer: "1.23" -SELECT JSON_VALUE(jsonb '"aaa"', '$'); - json_value ------------- - aaa -(1 row) - -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING text); - json_value ------------- - aaa -(1 row) - -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING char(5)); - json_value ------------- - aaa -(1 row) - -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING char(2) ERROR ON ERROR); -ERROR: value too long for type character(2) -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING char(2)); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING char(3) ERROR ON ERROR); - json_value ------------- - aaa -(1 row) - -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING json); - json_value ------------- - "aaa" -(1 row) - -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING jsonb); - json_value ------------- - "aaa" -(1 row) - -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING json ERROR ON ERROR); - json_value ------------- - "aaa" -(1 row) - -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING jsonb ERROR ON ERROR); - json_value ------------- - "aaa" -(1 row) - -SELECT JSON_VALUE(jsonb '"\"aaa\""', '$' RETURNING json); - json_value ------------- - "\"aaa\"" -(1 row) - -SELECT JSON_VALUE(jsonb '"\"aaa\""', '$' RETURNING jsonb); - json_value ------------- - "\"aaa\"" -(1 row) - -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING int); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING int ERROR ON ERROR); -ERROR: invalid input syntax for type integer: "aaa" -SELECT JSON_VALUE(jsonb '"aaa"', '$' RETURNING int DEFAULT 111 ON ERROR); - json_value ------------- - 111 -(1 row) - -SELECT JSON_VALUE(jsonb '"123"', '$' RETURNING int) + 234; - ?column? ----------- - 357 -(1 row) - -SELECT JSON_VALUE(jsonb '"2017-02-20"', '$' RETURNING date) + 9; - ?column? ------------- - 03-01-2017 -(1 row) - --- Test NULL checks execution in domain types -CREATE DOMAIN sqljsonb_int_not_null AS int NOT NULL; -SELECT JSON_VALUE(jsonb 'null', '$' RETURNING sqljsonb_int_not_null); -ERROR: could not coerce ON ERROR expression (NULL) to the RETURNING type -DETAIL: domain sqljsonb_int_not_null does not allow null values -SELECT JSON_VALUE(jsonb 'null', '$' RETURNING sqljsonb_int_not_null ERROR ON ERROR); -ERROR: domain sqljsonb_int_not_null does not allow null values -SELECT JSON_VALUE(jsonb 'null', '$' RETURNING sqljsonb_int_not_null DEFAULT 2 ON EMPTY ERROR ON ERROR); -ERROR: domain sqljsonb_int_not_null does not allow null values -SELECT JSON_VALUE(jsonb '1', '$.a' RETURNING sqljsonb_int_not_null DEFAULT 2 ON EMPTY ERROR ON ERROR); - json_value ------------- - 2 -(1 row) - -SELECT JSON_VALUE(jsonb '1', '$.a' RETURNING sqljsonb_int_not_null DEFAULT NULL ON EMPTY ERROR ON ERROR); -ERROR: domain sqljsonb_int_not_null does not allow null values -CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple'); -CREATE DOMAIN rgb AS rainbow CHECK (VALUE IN ('red', 'green', 'blue')); -SELECT JSON_VALUE('"purple"'::jsonb, 'lax $[*]' RETURNING rgb); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE('"purple"'::jsonb, 'lax $[*]' RETURNING rgb ERROR ON ERROR); -ERROR: value for domain rgb violates check constraint "rgb_check" -SELECT JSON_VALUE(jsonb '[]', '$'); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb '[]', '$' ERROR ON ERROR); -ERROR: JSON path expression in JSON_VALUE must return single scalar item -SELECT JSON_VALUE(jsonb '{}', '$'); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb '{}', '$' ERROR ON ERROR); -ERROR: JSON path expression in JSON_VALUE must return single scalar item -SELECT JSON_VALUE(jsonb '1', '$.a'); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb '1', 'strict $.a' ERROR ON ERROR); -ERROR: jsonpath member accessor can only be applied to an object -SELECT JSON_VALUE(jsonb '1', 'strict $.a' DEFAULT 'error' ON ERROR); - json_value ------------- - error -(1 row) - -SELECT JSON_VALUE(jsonb '1', 'lax $.a' ERROR ON ERROR); -- NULL ON EMPTY - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb '1', 'lax $.a' ERROR ON EMPTY ERROR ON ERROR); -ERROR: no SQL/JSON item found for specified path -SELECT JSON_VALUE(jsonb '1', 'strict $.*' DEFAULT 2 ON ERROR); - json_value ------------- - 2 -(1 row) - -SELECT JSON_VALUE(jsonb '1', 'lax $.a' DEFAULT 2 ON ERROR); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb '1', 'lax $.a' DEFAULT '2' ON EMPTY); - json_value ------------- - 2 -(1 row) - -SELECT JSON_VALUE(jsonb '1', 'lax $.a' NULL ON EMPTY DEFAULT '2' ON ERROR); - json_value ------------- - -(1 row) - -SELECT JSON_VALUE(jsonb '1', 'lax $.a' DEFAULT '2' ON EMPTY DEFAULT '3' ON ERROR); - json_value ------------- - 2 -(1 row) - -SELECT JSON_VALUE(jsonb '1', 'lax $.a' ERROR ON EMPTY DEFAULT '3' ON ERROR); -ERROR: no SQL/JSON item found for specified path -SELECT JSON_VALUE(jsonb '[1,2]', '$[*]' ERROR ON ERROR); -ERROR: JSON path expression in JSON_VALUE must return single scalar item -SELECT JSON_VALUE(jsonb '[1,2]', '$[*]' DEFAULT '0' ON ERROR); - json_value ------------- - 0 -(1 row) - -SELECT JSON_VALUE(jsonb '[" "]', '$[*]' RETURNING int ERROR ON ERROR); -ERROR: invalid input syntax for type integer: " " -SELECT JSON_VALUE(jsonb '[" "]', '$[*]' RETURNING int DEFAULT 2 + 3 ON ERROR); - json_value ------------- - 5 -(1 row) - -SELECT JSON_VALUE(jsonb '["1"]', '$[*]' RETURNING int DEFAULT 2 + 3 ON ERROR); - json_value ------------- - 1 -(1 row) - -SELECT JSON_VALUE(jsonb '["1"]', '$[*]' RETURNING int FORMAT JSON); -- RETURNING FORMAT not allowed -ERROR: cannot specify FORMAT JSON in RETURNING clause of JSON_VALUE() -LINE 1: ...CT JSON_VALUE(jsonb '["1"]', '$[*]' RETURNING int FORMAT JSO... - ^ --- RETUGNING pseudo-types not allowed -SELECT JSON_VALUE(jsonb '["1"]', '$[*]' RETURNING record); -ERROR: returning pseudo-types is not supported in SQL/JSON functions -SELECT - x, - JSON_VALUE( - jsonb '{"a": 1, "b": 2}', - '$.* ? (@ > $x)' PASSING x AS x - RETURNING int - DEFAULT -1 ON EMPTY - DEFAULT -2 ON ERROR - ) y -FROM - generate_series(0, 2) x; - x | y ----+---- - 0 | -2 - 1 | 2 - 2 | -1 -(3 rows) - -SELECT JSON_VALUE(jsonb 'null', '$a' PASSING point ' (1, 2 )' AS a); - json_value ------------- - (1,2) -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$a' PASSING point ' (1, 2 )' AS a RETURNING point); - json_value ------------- - (1,2) -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$a' PASSING point ' (1, 2 )' AS a RETURNING point ERROR ON ERROR); - json_value ------------- - (1,2) -(1 row) - --- Test PASSING and RETURNING date/time types -SELECT JSON_VALUE(jsonb 'null', '$ts' PASSING timestamptz '2018-02-21 12:34:56 +10' AS ts); - json_value ------------------------------- - Tue Feb 20 18:34:56 2018 PST -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$ts' PASSING timestamptz '2018-02-21 12:34:56 +10' AS ts RETURNING timestamptz); - json_value ------------------------------- - Tue Feb 20 18:34:56 2018 PST -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$ts' PASSING timestamptz '2018-02-21 12:34:56 +10' AS ts RETURNING timestamp); - json_value --------------------------- - Tue Feb 20 18:34:56 2018 -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$ts' PASSING date '2018-02-21 12:34:56 +10' AS ts RETURNING date); - json_value ------------- - 02-21-2018 -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$ts' PASSING time '2018-02-21 12:34:56 +10' AS ts RETURNING time); - json_value ------------- - 12:34:56 -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$ts' PASSING timetz '2018-02-21 12:34:56 +10' AS ts RETURNING timetz); - json_value -------------- - 12:34:56+10 -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$ts' PASSING timestamp '2018-02-21 12:34:56 +10' AS ts RETURNING timestamp); - json_value --------------------------- - Wed Feb 21 12:34:56 2018 -(1 row) - --- Also test RETURNING json[b] -SELECT JSON_VALUE(jsonb 'null', '$ts' PASSING timestamptz '2018-02-21 12:34:56 +10' AS ts RETURNING json); - json_value ------------------------------ - "2018-02-21T02:34:56+00:00" -(1 row) - -SELECT JSON_VALUE(jsonb 'null', '$ts' PASSING timestamptz '2018-02-21 12:34:56 +10' AS ts RETURNING jsonb); - json_value ------------------------------ - "2018-02-21T02:34:56+00:00" -(1 row) - --- Test that numeric JSON values are coerced uniformly -select json_value('{"a": 1.234}', '$.a' returning int error on error); -ERROR: invalid input syntax for type integer: "1.234" -select json_value('{"a": "1.234"}', '$.a' returning int error on error); -ERROR: invalid input syntax for type integer: "1.234" --- JSON_QUERY -SELECT JSON_VALUE(NULL::jsonb, '$'); - json_value ------------- - -(1 row) - -SELECT - JSON_QUERY(js, '$') AS "unspec", - JSON_QUERY(js, '$' WITHOUT WRAPPER) AS "without", - JSON_QUERY(js, '$' WITH CONDITIONAL WRAPPER) AS "with cond", - JSON_QUERY(js, '$' WITH UNCONDITIONAL ARRAY WRAPPER) AS "with uncond", - JSON_QUERY(js, '$' WITH ARRAY WRAPPER) AS "with" -FROM - (VALUES - (jsonb 'null'), - ('12.3'), - ('true'), - ('"aaa"'), - ('[1, null, "2"]'), - ('{"a": 1, "b": [2]}') - ) foo(js); - unspec | without | with cond | with uncond | with ---------------------+--------------------+--------------------+----------------------+---------------------- - null | null | null | [null] | [null] - 12.3 | 12.3 | 12.3 | [12.3] | [12.3] - true | true | true | [true] | [true] - "aaa" | "aaa" | "aaa" | ["aaa"] | ["aaa"] - [1, null, "2"] | [1, null, "2"] | [1, null, "2"] | [[1, null, "2"]] | [[1, null, "2"]] - {"a": 1, "b": [2]} | {"a": 1, "b": [2]} | {"a": 1, "b": [2]} | [{"a": 1, "b": [2]}] | [{"a": 1, "b": [2]}] -(6 rows) - -SELECT - JSON_QUERY(js, 'strict $[*]') AS "unspec", - JSON_QUERY(js, 'strict $[*]' WITHOUT WRAPPER) AS "without", - JSON_QUERY(js, 'strict $[*]' WITH CONDITIONAL WRAPPER) AS "with cond", - JSON_QUERY(js, 'strict $[*]' WITH UNCONDITIONAL ARRAY WRAPPER) AS "with uncond", - JSON_QUERY(js, 'strict $[*]' WITH ARRAY WRAPPER) AS "with" -FROM - (VALUES - (jsonb '1'), - ('[]'), - ('[null]'), - ('[12.3]'), - ('[true]'), - ('["aaa"]'), - ('[[1, 2, 3]]'), - ('[{"a": 1, "b": [2]}]'), - ('[1, "2", null, [3]]') - ) foo(js); - unspec | without | with cond | with uncond | with ---------------------+--------------------+---------------------+----------------------+---------------------- - | | | | - | | | | - null | null | null | [null] | [null] - 12.3 | 12.3 | 12.3 | [12.3] | [12.3] - true | true | true | [true] | [true] - "aaa" | "aaa" | "aaa" | ["aaa"] | ["aaa"] - [1, 2, 3] | [1, 2, 3] | [1, 2, 3] | [[1, 2, 3]] | [[1, 2, 3]] - {"a": 1, "b": [2]} | {"a": 1, "b": [2]} | {"a": 1, "b": [2]} | [{"a": 1, "b": [2]}] | [{"a": 1, "b": [2]}] - | | [1, "2", null, [3]] | [1, "2", null, [3]] | [1, "2", null, [3]] -(9 rows) - -SELECT JSON_QUERY(jsonb '"aaa"', '$' RETURNING text); - json_query ------------- - "aaa" -(1 row) - -SELECT JSON_QUERY(jsonb '"aaa"', '$' RETURNING text KEEP QUOTES); - json_query ------------- - "aaa" -(1 row) - -SELECT JSON_QUERY(jsonb '"aaa"', '$' RETURNING text KEEP QUOTES ON SCALAR STRING); - json_query ------------- - "aaa" -(1 row) - -SELECT JSON_QUERY(jsonb '"aaa"', '$' RETURNING text OMIT QUOTES); - json_query ------------- - aaa -(1 row) - -SELECT JSON_QUERY(jsonb '"aaa"', '$' RETURNING text OMIT QUOTES ON SCALAR STRING); - json_query ------------- - aaa -(1 row) - -SELECT JSON_QUERY(jsonb '"aaa"', '$' OMIT QUOTES ERROR ON ERROR); -ERROR: invalid input syntax for type json -DETAIL: Token "aaa" is invalid. -CONTEXT: JSON data, line 1: aaa -SELECT JSON_QUERY(jsonb '"aaa"', '$' RETURNING json OMIT QUOTES ERROR ON ERROR); -ERROR: invalid input syntax for type json -DETAIL: Token "aaa" is invalid. -CONTEXT: JSON data, line 1: aaa -SELECT JSON_QUERY(jsonb '"aaa"', '$' RETURNING bytea FORMAT JSON OMIT QUOTES ERROR ON ERROR); - json_query ------------- - \x616161 -(1 row) - --- Behavior when a RETURNING type has typmod != -1 -SELECT JSON_QUERY(jsonb '"aaa"', '$' RETURNING char(3) ERROR ON ERROR); -ERROR: value too long for type character(3) -SELECT JSON_QUERY(jsonb '"aaa"', '$' RETURNING char(3)); - json_query ------------- - -(1 row) - -SELECT JSON_QUERY(jsonb '"aaa"', '$' RETURNING char(3) OMIT QUOTES ERROR ON ERROR); - json_query ------------- - aaa -(1 row) - -SELECT JSON_QUERY(jsonb '"aaa"', '$.a' RETURNING char(2) OMIT QUOTES DEFAULT 'bb' ON EMPTY); - json_query ------------- - bb -(1 row) - -SELECT JSON_QUERY(jsonb '"aaa"', '$.a' RETURNING char(2) OMIT QUOTES DEFAULT '"bb"'::jsonb ON EMPTY); - json_query ------------- - bb -(1 row) - --- OMIT QUOTES behavior should not be specified when WITH WRAPPER used: --- Should fail -SELECT JSON_QUERY(jsonb '[1]', '$' WITH WRAPPER OMIT QUOTES); -ERROR: SQL/JSON QUOTES behavior must not be specified when WITH WRAPPER is used -LINE 1: SELECT JSON_QUERY(jsonb '[1]', '$' WITH WRAPPER OMIT QUOTES)... - ^ -SELECT JSON_QUERY(jsonb '[1]', '$' WITH CONDITIONAL WRAPPER OMIT QUOTES); -ERROR: SQL/JSON QUOTES behavior must not be specified when WITH WRAPPER is used -LINE 1: SELECT JSON_QUERY(jsonb '[1]', '$' WITH CONDITIONAL WRAPPER ... - ^ --- Should succeed -SELECT JSON_QUERY(jsonb '["1"]', '$[*]' WITH CONDITIONAL WRAPPER KEEP QUOTES); - json_query ------------- - "1" -(1 row) - -SELECT JSON_QUERY(jsonb '["1"]', '$[*]' WITH UNCONDITIONAL WRAPPER KEEP QUOTES); - json_query ------------- - ["1"] -(1 row) - -SELECT JSON_QUERY(jsonb '["1"]', '$[*]' WITH WRAPPER KEEP QUOTES); - json_query ------------- - ["1"] -(1 row) - -SELECT JSON_QUERY(jsonb '["1"]', '$[*]' WITHOUT WRAPPER OMIT QUOTES); - json_query ------------- - 1 -(1 row) - -SELECT JSON_QUERY(jsonb '["1"]', '$[*]' WITHOUT WRAPPER KEEP QUOTES); - json_query ------------- - "1" -(1 row) - --- test QUOTES behavior. -SELECT JSON_QUERY(jsonb'{"rec": "{1,2,3}"}', '$.rec' returning int[] omit quotes); - json_query ------------- - {1,2,3} -(1 row) - -SELECT JSON_QUERY(jsonb'{"rec": "{1,2,3}"}', '$.rec' returning int[] keep quotes); - json_query ------------- - -(1 row) - -SELECT JSON_QUERY(jsonb'{"rec": "{1,2,3}"}', '$.rec' returning int[] keep quotes error on error); -ERROR: expected JSON array -SELECT JSON_QUERY(jsonb'{"rec": "[1,2]"}', '$.rec' returning int4range omit quotes); - json_query ------------- - [1,3) -(1 row) - -SELECT JSON_QUERY(jsonb'{"rec": "[1,2]"}', '$.rec' returning int4range keep quotes); - json_query ------------- - -(1 row) - -SELECT JSON_QUERY(jsonb'{"rec": "[1,2]"}', '$.rec' returning int4range keep quotes error on error); -ERROR: malformed range literal: ""[1,2]"" -DETAIL: Missing left parenthesis or bracket. -CREATE DOMAIN qf_char_domain AS char(1); -CREATE DOMAIN qf_jsonb_domain AS jsonb; -SELECT JSON_QUERY(jsonb '"1"', '$' RETURNING qf_char_domain OMIT QUOTES ERROR ON ERROR); - json_query ------------- - 1 -(1 row) - -SELECT JSON_QUERY(jsonb '"1"', '$' RETURNING qf_jsonb_domain OMIT QUOTES ERROR ON ERROR); - json_query ------------- - 1 -(1 row) - -DROP DOMAIN qf_char_domain, qf_jsonb_domain; -SELECT JSON_QUERY(jsonb '[]', '$[*]'); - json_query ------------- - -(1 row) - -SELECT JSON_QUERY(jsonb '[]', '$[*]' NULL ON EMPTY); - json_query ------------- - -(1 row) - -SELECT JSON_QUERY(jsonb '[]', '$[*]' EMPTY ON EMPTY); - json_query ------------- - [] -(1 row) - -SELECT JSON_QUERY(jsonb '[]', '$[*]' EMPTY ARRAY ON EMPTY); - json_query ------------- - [] -(1 row) - -SELECT JSON_QUERY(jsonb '[]', '$[*]' EMPTY OBJECT ON EMPTY); - json_query ------------- - {} -(1 row) - -SELECT JSON_QUERY(jsonb '[]', '$[*]' ERROR ON EMPTY); -ERROR: no SQL/JSON item found for specified path -SELECT JSON_QUERY(jsonb '[]', '$[*]' DEFAULT '"empty"' ON EMPTY); - json_query ------------- - "empty" -(1 row) - -SELECT JSON_QUERY(jsonb '[]', '$[*]' ERROR ON EMPTY NULL ON ERROR); -ERROR: no SQL/JSON item found for specified path -SELECT JSON_QUERY(jsonb '[]', '$[*]' ERROR ON EMPTY EMPTY ARRAY ON ERROR); -ERROR: no SQL/JSON item found for specified path -SELECT JSON_QUERY(jsonb '[]', '$[*]' ERROR ON EMPTY EMPTY OBJECT ON ERROR); -ERROR: no SQL/JSON item found for specified path -SELECT JSON_QUERY(jsonb '[]', '$[*]' ERROR ON EMPTY ERROR ON ERROR); -ERROR: no SQL/JSON item found for specified path -SELECT JSON_QUERY(jsonb '[]', '$[*]' ERROR ON ERROR); -- NULL ON EMPTY - json_query ------------- - -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$[*]' ERROR ON ERROR); -ERROR: JSON path expression in JSON_QUERY must return single item when no wrapper is requested -HINT: Use the WITH WRAPPER clause to wrap SQL/JSON items into an array. -SELECT JSON_QUERY(jsonb '[1,2]', '$[*]' DEFAULT '"empty"' ON ERROR); - json_query ------------- - "empty" -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING json); - json_query ------------- - [1, 2] -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING json FORMAT JSON); - json_query ------------- - [1, 2] -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING jsonb); - json_query ------------- - [1, 2] -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING jsonb FORMAT JSON); - json_query ------------- - [1, 2] -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING text); - json_query ------------- - [1, 2] -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING char(10)); - json_query ------------- - [1, 2] -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING text FORMAT JSON); - json_query ------------- - [1, 2] -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING bytea); - json_query ----------------- - \x5b312c20325d -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$' RETURNING bytea FORMAT JSON); - json_query ----------------- - \x5b312c20325d -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$[*]' RETURNING bytea EMPTY OBJECT ON ERROR); - json_query ------------- - \x7b7d -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$[*]' RETURNING bytea FORMAT JSON EMPTY OBJECT ON ERROR); - json_query ------------- - \x7b7d -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$[*]' RETURNING json EMPTY OBJECT ON ERROR); - json_query ------------- - {} -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2]', '$[*]' RETURNING jsonb EMPTY OBJECT ON ERROR); - json_query ------------- - {} -(1 row) - -SELECT JSON_QUERY(jsonb '[3,4]', '$[*]' RETURNING bigint[] EMPTY OBJECT ON ERROR); -ERROR: could not coerce ON ERROR expression (EMPTY OBJECT) to the RETURNING type -DETAIL: expected JSON array -SELECT JSON_QUERY(jsonb '"[3,4]"', '$[*]' RETURNING bigint[] EMPTY OBJECT ON ERROR); -ERROR: could not coerce ON ERROR expression (EMPTY OBJECT) to the RETURNING type -DETAIL: expected JSON array --- Coercion fails with quotes on -SELECT JSON_QUERY(jsonb '"123.1"', '$' RETURNING int2 error on error); -ERROR: invalid input syntax for type smallint: ""123.1"" -SELECT JSON_QUERY(jsonb '"123.1"', '$' RETURNING int4 error on error); -ERROR: invalid input syntax for type integer: ""123.1"" -SELECT JSON_QUERY(jsonb '"123.1"', '$' RETURNING int8 error on error); -ERROR: invalid input syntax for type bigint: ""123.1"" -SELECT JSON_QUERY(jsonb '"123.1"', '$' RETURNING bool error on error); -ERROR: invalid input syntax for type boolean: ""123.1"" -SELECT JSON_QUERY(jsonb '"123.1"', '$' RETURNING numeric error on error); -ERROR: invalid input syntax for type numeric: ""123.1"" -SELECT JSON_QUERY(jsonb '"123.1"', '$' RETURNING real error on error); -ERROR: invalid input syntax for type real: ""123.1"" -SELECT JSON_QUERY(jsonb '"123.1"', '$' RETURNING float8 error on error); -ERROR: invalid input syntax for type double precision: ""123.1"" --- Fine with OMIT QUOTES -SELECT JSON_QUERY(jsonb '"123.1"', '$' RETURNING int2 omit quotes error on error); -ERROR: invalid input syntax for type smallint: "123.1" -SELECT JSON_QUERY(jsonb '"123.1"', '$' RETURNING float8 omit quotes error on error); - json_query ------------- - 123.1 -(1 row) - --- RETUGNING pseudo-types not allowed -SELECT JSON_QUERY(jsonb '[3,4]', '$[*]' RETURNING anyarray EMPTY OBJECT ON ERROR); -ERROR: returning pseudo-types is not supported in SQL/JSON functions -SELECT - x, y, - JSON_QUERY( - jsonb '[1,2,3,4,5,null]', - '$[*] ? (@ >= $x && @ <= $y)' - PASSING x AS x, y AS y - WITH CONDITIONAL WRAPPER - EMPTY ARRAY ON EMPTY - ) list -FROM - generate_series(0, 4) x, - generate_series(0, 4) y; - x | y | list ----+---+-------------- - 0 | 0 | [] - 0 | 1 | 1 - 0 | 2 | [1, 2] - 0 | 3 | [1, 2, 3] - 0 | 4 | [1, 2, 3, 4] - 1 | 0 | [] - 1 | 1 | 1 - 1 | 2 | [1, 2] - 1 | 3 | [1, 2, 3] - 1 | 4 | [1, 2, 3, 4] - 2 | 0 | [] - 2 | 1 | [] - 2 | 2 | 2 - 2 | 3 | [2, 3] - 2 | 4 | [2, 3, 4] - 3 | 0 | [] - 3 | 1 | [] - 3 | 2 | [] - 3 | 3 | 3 - 3 | 4 | [3, 4] - 4 | 0 | [] - 4 | 1 | [] - 4 | 2 | [] - 4 | 3 | [] - 4 | 4 | 4 -(25 rows) - --- record type returning with quotes behavior. -CREATE TYPE comp_abc AS (a text, b int, c timestamp); -SELECT JSON_QUERY(jsonb'{"rec": "(abc,42,01.02.2003)"}', '$.rec' returning comp_abc omit quotes); - json_query -------------------------------------- - (abc,42,"Thu Jan 02 00:00:00 2003") -(1 row) - -SELECT JSON_QUERY(jsonb'{"rec": "(abc,42,01.02.2003)"}', '$.rec' returning comp_abc keep quotes); - json_query ------------- - -(1 row) - -SELECT JSON_QUERY(jsonb'{"rec": "(abc,42,01.02.2003)"}', '$.rec' returning comp_abc keep quotes error on error); -ERROR: cannot call populate_composite on a scalar -DROP TYPE comp_abc; --- Extension: record types returning -CREATE TYPE sqljsonb_rec AS (a int, t text, js json, jb jsonb, jsa json[]); -CREATE TYPE sqljsonb_reca AS (reca sqljsonb_rec[]); -SELECT JSON_QUERY(jsonb '[{"a": 1, "b": "foo", "t": "aaa", "js": [1, "2", {}], "jb": {"x": [1, "2", {}]}}, {"a": 2}]', '$[0]' RETURNING sqljsonb_rec); - json_query ------------------------------------------------------ - (1,aaa,"[1, ""2"", {}]","{""x"": [1, ""2"", {}]}",) -(1 row) - -SELECT JSON_QUERY(jsonb '[{"a": "a", "b": "foo", "t": "aaa", "js": [1, "2", {}], "jb": {"x": [1, "2", {}]}}, {"a": 2}]', '$[0]' RETURNING sqljsonb_rec ERROR ON ERROR); -ERROR: invalid input syntax for type integer: "a" -SELECT JSON_QUERY(jsonb '[{"a": "a", "b": "foo", "t": "aaa", "js": [1, "2", {}], "jb": {"x": [1, "2", {}]}}, {"a": 2}]', '$[0]' RETURNING sqljsonb_rec); - json_query ------------- - -(1 row) - -SELECT * FROM unnest((JSON_QUERY(jsonb '{"jsa": [{"a": 1, "b": ["foo"]}, {"a": 2, "c": {}}, 123]}', '$' RETURNING sqljsonb_rec)).jsa); - unnest ------------------------- - {"a": 1, "b": ["foo"]} - {"a": 2, "c": {}} - 123 -(3 rows) - -SELECT * FROM unnest((JSON_QUERY(jsonb '{"reca": [{"a": 1, "t": ["foo", []]}, {"a": 2, "jb": [{}, true]}]}', '$' RETURNING sqljsonb_reca)).reca); - a | t | js | jb | jsa ----+-------------+----+------------+----- - 1 | ["foo", []] | | | - 2 | | | [{}, true] | -(2 rows) - -SELECT JSON_QUERY(jsonb '[{"a": 1, "b": "foo", "t": "aaa", "js": [1, "2", {}], "jb": {"x": [1, "2", {}]}}, {"a": 2}]', '$[0]' RETURNING jsonpath); - json_query ------------- - -(1 row) - -SELECT JSON_QUERY(jsonb '[{"a": 1, "b": "foo", "t": "aaa", "js": [1, "2", {}], "jb": {"x": [1, "2", {}]}}, {"a": 2}]', '$[0]' RETURNING jsonpath ERROR ON ERROR); -ERROR: syntax error at or near "{" of jsonpath input --- Extension: array types returning -SELECT JSON_QUERY(jsonb '[1,2,null,"3"]', '$[*]' RETURNING int[] WITH WRAPPER); - json_query --------------- - {1,2,NULL,3} -(1 row) - -SELECT JSON_QUERY(jsonb '[1,2,null,"a"]', '$[*]' RETURNING int[] WITH WRAPPER ERROR ON ERROR); -ERROR: invalid input syntax for type integer: "a" -SELECT JSON_QUERY(jsonb '[1,2,null,"a"]', '$[*]' RETURNING int[] WITH WRAPPER); - json_query ------------- - -(1 row) - -SELECT * FROM unnest(JSON_QUERY(jsonb '[{"a": 1, "t": ["foo", []]}, {"a": 2, "jb": [{}, true]}]', '$' RETURNING sqljsonb_rec[])); - a | t | js | jb | jsa ----+-------------+----+------------+----- - 1 | ["foo", []] | | | - 2 | | | [{}, true] | -(2 rows) - --- Extension: domain types returning -SELECT JSON_QUERY(jsonb '{"a": 1}', '$.a' RETURNING sqljsonb_int_not_null); - json_query ------------- - 1 -(1 row) - -SELECT JSON_QUERY(jsonb '{"a": 1}', '$.b' RETURNING sqljsonb_int_not_null); -ERROR: could not coerce ON EMPTY expression (NULL) to the RETURNING type -DETAIL: domain sqljsonb_int_not_null does not allow null values -SELECT JSON_QUERY(jsonb '{"a": 1}', '$.b' RETURNING sqljsonb_int_not_null ERROR ON EMPTY ERROR ON ERROR); -ERROR: no SQL/JSON item found for specified path --- Test timestamptz passing and output -SELECT JSON_QUERY(jsonb 'null', '$ts' PASSING timestamptz '2018-02-21 12:34:56 +10' AS ts); - json_query ------------------------------ - "2018-02-21T02:34:56+00:00" -(1 row) - -SELECT JSON_QUERY(jsonb 'null', '$ts' PASSING timestamptz '2018-02-21 12:34:56 +10' AS ts RETURNING json); - json_query ------------------------------ - "2018-02-21T02:34:56+00:00" -(1 row) - -SELECT JSON_QUERY(jsonb 'null', '$ts' PASSING timestamptz '2018-02-21 12:34:56 +10' AS ts RETURNING jsonb); - json_query ------------------------------ - "2018-02-21T02:34:56+00:00" -(1 row) - --- Test constraints -CREATE TABLE test_jsonb_constraints ( - js text, - i int, - x jsonb DEFAULT JSON_QUERY(jsonb '[1,2]', '$[*]' WITH WRAPPER) - CONSTRAINT test_jsonb_constraint1 - CHECK (js IS JSON) - CONSTRAINT test_jsonb_constraint2 - CHECK (JSON_EXISTS(js::jsonb, '$.a' PASSING i + 5 AS int, i::text AS "TXT", array[1,2,3] as arr)) - CONSTRAINT test_jsonb_constraint3 - CHECK (JSON_VALUE(js::jsonb, '$.a' RETURNING int DEFAULT '12' ON EMPTY ERROR ON ERROR) > i) - CONSTRAINT test_jsonb_constraint4 - CHECK (JSON_QUERY(js::jsonb, '$.a' WITH CONDITIONAL WRAPPER EMPTY OBJECT ON ERROR) = jsonb '[10]') - CONSTRAINT test_jsonb_constraint5 - CHECK (JSON_QUERY(js::jsonb, '$.a' RETURNING char(5) OMIT QUOTES EMPTY ARRAY ON EMPTY) > 'a' COLLATE "C") -); -\d test_jsonb_constraints - Table "public.test_jsonb_constraints" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+-------------------------------------------------------------------------------------------- - js | text | | | - i | integer | | | - x | jsonb | | | JSON_QUERY('[1, 2]'::jsonb, '$[*]' RETURNING jsonb WITH UNCONDITIONAL WRAPPER KEEP QUOTES) -Check constraints: - "test_jsonb_constraint1" CHECK (js IS JSON) - "test_jsonb_constraint2" CHECK (JSON_EXISTS(js::jsonb, '$."a"' PASSING i + 5 AS "int", i::text AS "TXT", ARRAY[1, 2, 3] AS arr)) - "test_jsonb_constraint3" CHECK (JSON_VALUE(js::jsonb, '$."a"' RETURNING integer DEFAULT 12 ON EMPTY ERROR ON ERROR) > i) - "test_jsonb_constraint4" CHECK (JSON_QUERY(js::jsonb, '$."a"' RETURNING jsonb WITH CONDITIONAL WRAPPER KEEP QUOTES EMPTY OBJECT ON ERROR) = '[10]'::jsonb) - "test_jsonb_constraint5" CHECK (JSON_QUERY(js::jsonb, '$."a"' RETURNING character(5) WITHOUT WRAPPER OMIT QUOTES EMPTY ARRAY ON EMPTY) > ('a'::bpchar COLLATE "C")) - -SELECT check_clause -FROM information_schema.check_constraints -WHERE constraint_name LIKE 'test_jsonb_constraint%' -ORDER BY 1; - check_clause ----------------------------------------------------------------------------------------------------------------------------------------- - (JSON_QUERY((js)::jsonb, '$."a"' RETURNING character(5) WITHOUT WRAPPER OMIT QUOTES EMPTY ARRAY ON EMPTY) > ('a'::bpchar COLLATE "C")) - (JSON_QUERY((js)::jsonb, '$."a"' RETURNING jsonb WITH CONDITIONAL WRAPPER KEEP QUOTES EMPTY OBJECT ON ERROR) = '[10]'::jsonb) - (JSON_VALUE((js)::jsonb, '$."a"' RETURNING integer DEFAULT 12 ON EMPTY ERROR ON ERROR) > i) - (js IS JSON) - JSON_EXISTS((js)::jsonb, '$."a"' PASSING (i + 5) AS "int", (i)::text AS "TXT", ARRAY[1, 2, 3] AS arr) -(5 rows) - -SELECT pg_get_expr(adbin, adrelid) -FROM pg_attrdef -WHERE adrelid = 'test_jsonb_constraints'::regclass -ORDER BY 1; - pg_get_expr --------------------------------------------------------------------------------------------- - JSON_QUERY('[1, 2]'::jsonb, '$[*]' RETURNING jsonb WITH UNCONDITIONAL WRAPPER KEEP QUOTES) -(1 row) - -INSERT INTO test_jsonb_constraints VALUES ('', 1); -ERROR: new row for relation "test_jsonb_constraints" violates check constraint "test_jsonb_constraint1" -DETAIL: Failing row contains (, 1, [1, 2]). -INSERT INTO test_jsonb_constraints VALUES ('1', 1); -ERROR: new row for relation "test_jsonb_constraints" violates check constraint "test_jsonb_constraint2" -DETAIL: Failing row contains (1, 1, [1, 2]). -INSERT INTO test_jsonb_constraints VALUES ('[]'); -ERROR: new row for relation "test_jsonb_constraints" violates check constraint "test_jsonb_constraint2" -DETAIL: Failing row contains ([], null, [1, 2]). -INSERT INTO test_jsonb_constraints VALUES ('{"b": 1}', 1); -ERROR: new row for relation "test_jsonb_constraints" violates check constraint "test_jsonb_constraint2" -DETAIL: Failing row contains ({"b": 1}, 1, [1, 2]). -INSERT INTO test_jsonb_constraints VALUES ('{"a": 1}', 1); -ERROR: new row for relation "test_jsonb_constraints" violates check constraint "test_jsonb_constraint3" -DETAIL: Failing row contains ({"a": 1}, 1, [1, 2]). -INSERT INTO test_jsonb_constraints VALUES ('{"a": 10}', 1); -ERROR: new row for relation "test_jsonb_constraints" violates check constraint "test_jsonb_constraint4" -DETAIL: Failing row contains ({"a": 10}, 1, [1, 2]). -DROP TABLE test_jsonb_constraints; --- Test mutabilily of query functions -CREATE TABLE test_jsonb_mutability(js jsonb, b int); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$')); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a[0]')); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.time()')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.date()')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.time_tz()')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.timestamp()')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.timestamp_tz()')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.date() < $.time_tz())')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.date() < $.time())')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.time() < $.time())')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.time() < $.time_tz())')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.timestamp() < $.timestamp_tz())')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.timestamp_tz() < $.timestamp_tz())')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.time() < $.datetime("HH:MI TZH"))')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.date() < $.datetime("HH:MI TZH"))')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.timestamp() < $.datetime("HH:MI TZH"))')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.timestamp() < $.datetime("HH:MI"))')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.timestamp_tz() < $.datetime("HH:MI TZH"))')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.timestamp_tz() < $.datetime("HH:MI"))')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.date() < $x' PASSING '12:34'::timetz AS x)); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.date() < $x' PASSING '1234'::int AS x)); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.timestamp(2) < $.timestamp(3))')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.datetime()')); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@ < $.datetime())')); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.datetime() < $.datetime())')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.datetime() < $.datetime("HH:MI TZH"))')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.datetime("HH:MI TZH") < $.datetime("HH:MI TZH"))')); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.datetime("HH:MI") < $.datetime("YY-MM-DD HH:MI"))')); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.a ? (@.datetime("HH:MI TZH") < $.datetime("YY-MM-DD HH:MI"))')); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.datetime("HH:MI TZH") < $x' PASSING '12:34'::timetz AS x)); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.datetime("HH:MI TZH") < $y' PASSING '12:34'::timetz AS x)); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.datetime() < $x' PASSING '12:34'::timetz AS x)); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.datetime() < $x' PASSING '1234'::int AS x)); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.datetime() ? (@ == $x)' PASSING '12:34'::time AS x)); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$.datetime("YY-MM-DD") ? (@ == $x)' PASSING '2020-07-14'::date AS x)); -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$[1, $.a ? (@.datetime() == $x)]' PASSING '12:34'::time AS x)); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$[1, 0 to $.a ? (@.datetime() == $x)]' PASSING '12:34'::time AS x)); -ERROR: functions in index expression must be marked IMMUTABLE -CREATE INDEX ON test_jsonb_mutability (JSON_QUERY(js, '$[1, $.a ? (@.datetime("HH:MI") == $x)]' PASSING '12:34'::time AS x)); -CREATE INDEX ON test_jsonb_mutability (JSON_VALUE(js, '$' DEFAULT random()::int ON ERROR)); -ERROR: functions in index expression must be marked IMMUTABLE --- DEFAULT expression -CREATE OR REPLACE FUNCTION ret_setint() RETURNS SETOF integer AS -$$ -BEGIN - RETURN QUERY EXECUTE 'select 1 union all select 1'; -END; -$$ -LANGUAGE plpgsql IMMUTABLE; -SELECT JSON_QUERY(js, '$' RETURNING int DEFAULT ret_setint() ON ERROR) FROM test_jsonb_mutability; -ERROR: DEFAULT expression must not return a set -LINE 1: SELECT JSON_QUERY(js, '$' RETURNING int DEFAULT ret_setint(... - ^ -SELECT JSON_QUERY(js, '$' RETURNING int DEFAULT b + 1 ON ERROR) FROM test_jsonb_mutability; -ERROR: DEFAULT expression must not contain column references -LINE 1: SELECT JSON_QUERY(js, '$' RETURNING int DEFAULT b + 1 ON ER... - ^ -SELECT JSON_QUERY(js, '$' RETURNING int DEFAULT sum(1) over() ON ERROR) FROM test_jsonb_mutability; -ERROR: can only specify a constant, non-aggregate function, or operator expression for DEFAULT -LINE 1: SELECT JSON_QUERY(js, '$' RETURNING int DEFAULT sum(1) over... - ^ -SELECT JSON_QUERY(js, '$' RETURNING int DEFAULT (SELECT 1) ON ERROR) FROM test_jsonb_mutability; -ERROR: can only specify a constant, non-aggregate function, or operator expression for DEFAULT -LINE 1: SELECT JSON_QUERY(js, '$' RETURNING int DEFAULT (SELECT 1) ... - ^ -DROP TABLE test_jsonb_mutability; -DROP FUNCTION ret_setint; -CREATE DOMAIN queryfuncs_test_domain AS text CHECK (value <> 'foo'); -SELECT JSON_VALUE(jsonb '{"d1": "H"}', '$.a2' RETURNING queryfuncs_test_domain DEFAULT 'foo'::queryfuncs_test_domain ON EMPTY); -ERROR: could not coerce ON EMPTY expression (DEFAULT) to the RETURNING type -DETAIL: value for domain queryfuncs_test_domain violates check constraint "queryfuncs_test_domain_check" -SELECT JSON_VALUE(jsonb '{"d1": "H"}', '$.a2' RETURNING queryfuncs_test_domain DEFAULT 'foo1'::queryfuncs_test_domain ON EMPTY); - json_value ------------- - foo1 -(1 row) - -SELECT JSON_VALUE(jsonb '{"d1": "H"}', '$.a2' RETURNING queryfuncs_test_domain DEFAULT '"foo1"'::jsonb::text ON EMPTY); - json_value ------------- - "foo1" -(1 row) - -SELECT JSON_VALUE(jsonb '{"d1": "foo"}', '$.a2' RETURNING queryfuncs_test_domain DEFAULT 'foo1'::queryfuncs_test_domain ON EMPTY); - json_value ------------- - foo1 -(1 row) - --- Check the cases where a coercion-related expression is masking an --- unsupported expressions --- CoerceViaIO -SELECT JSON_QUERY('"a"', '$.a' RETURNING int DEFAULT (SELECT '"1"')::jsonb ON ERROR); -ERROR: can only specify a constant, non-aggregate function, or operator expression for DEFAULT -LINE 1: ...CT JSON_QUERY('"a"', '$.a' RETURNING int DEFAULT (SELECT '"... - ^ --- CoerceToDomain -SELECT JSON_QUERY('"a"', '$.a' RETURNING queryfuncs_test_domain DEFAULT (select '"1"')::queryfuncs_test_domain ON ERROR); -ERROR: can only specify a constant, non-aggregate function, or operator expression for DEFAULT -LINE 1: ...', '$.a' RETURNING queryfuncs_test_domain DEFAULT (select '"... - ^ --- RelabelType -SELECT JSON_QUERY('"a"', '$.a' RETURNING int DEFAULT (SELECT 1)::oid::int ON ERROR); -ERROR: can only specify a constant, non-aggregate function, or operator expression for DEFAULT -LINE 1: ...CT JSON_QUERY('"a"', '$.a' RETURNING int DEFAULT (SELECT 1)... - ^ --- ArrayCoerceExpr -SELECT JSON_QUERY('"a"', '$.a' RETURNING int[] DEFAULT (SELECT '{1}')::oid[]::int[] ON ERROR); -ERROR: can only specify a constant, non-aggregate function, or operator expression for DEFAULT -LINE 1: ... JSON_QUERY('"a"', '$.a' RETURNING int[] DEFAULT (SELECT '{... - ^ --- CollateExpr -SELECT JSON_QUERY('"a"', '$.a' RETURNING int[] DEFAULT (SELECT '{1}')::text COLLATE "C" ON ERROR); -ERROR: can only specify a constant, non-aggregate function, or operator expression for DEFAULT -LINE 1: ... JSON_QUERY('"a"', '$.a' RETURNING int[] DEFAULT (SELECT '{... - ^ --- ConvertRowtypeExpr -CREATE TABLE someparent (a int); -CREATE TABLE somechild () INHERITS (someparent); -SELECT JSON_QUERY('"a"', '$.a' RETURNING someparent DEFAULT (SELECT '(1)')::somechild::someparent ON ERROR); -ERROR: can only specify a constant, non-aggregate function, or operator expression for DEFAULT -LINE 1: ..._QUERY('"a"', '$.a' RETURNING someparent DEFAULT (SELECT '(... - ^ -DROP DOMAIN queryfuncs_test_domain; -DROP TABLE someparent, somechild; --- Extension: non-constant JSON path -SELECT JSON_EXISTS(jsonb '{"a": 123}', '$' || '.' || 'a'); - json_exists -------------- - t -(1 row) - -SELECT JSON_VALUE(jsonb '{"a": 123}', '$' || '.' || 'a'); - json_value ------------- - 123 -(1 row) - -SELECT JSON_VALUE(jsonb '{"a": 123}', '$' || '.' || 'b' DEFAULT 'foo' ON EMPTY); - json_value ------------- - foo -(1 row) - -SELECT JSON_QUERY(jsonb '{"a": 123}', '$' || '.' || 'a'); - json_query ------------- - 123 -(1 row) - -SELECT JSON_QUERY(jsonb '{"a": 123}', '$' || '.' || 'a' WITH WRAPPER); - json_query ------------- - [123] -(1 row) - --- Should fail (invalid path) -SELECT JSON_QUERY(jsonb '{"a": 123}', 'error' || ' ' || 'error'); -ERROR: syntax error at or near " " of jsonpath input --- Non-jsonb inputs automatically coerced to jsonb -SELECT JSON_EXISTS(json '{"a": 123}', '$' || '.' || 'a'); - json_exists -------------- - t -(1 row) - -SELECT JSON_QUERY(NULL FORMAT JSON, '$'); - json_query ------------- - -(1 row) - --- Test non-const jsonpath -CREATE TEMP TABLE jsonpaths (path) AS SELECT '$'; -SELECT json_value('"aaa"', path RETURNING json) FROM jsonpaths; - json_value ------------- - "aaa" -(1 row) - --- Test PASSING argument parsing -SELECT JSON_QUERY(jsonb 'null', '$xyz' PASSING 1 AS xy); -ERROR: could not find jsonpath variable "xyz" -SELECT JSON_QUERY(jsonb 'null', '$xy' PASSING 1 AS xyz); -ERROR: could not find jsonpath variable "xy" -SELECT JSON_QUERY(jsonb 'null', '$xyz' PASSING 1 AS xyz); - json_query ------------- - 1 -(1 row) - -SELECT JSON_QUERY(jsonb 'null', '$Xyz' PASSING 1 AS Xyz); -ERROR: could not find jsonpath variable "Xyz" -SELECT JSON_QUERY(jsonb 'null', '$Xyz' PASSING 1 AS "Xyz"); - json_query ------------- - 1 -(1 row) - -SELECT JSON_QUERY(jsonb 'null', '$"Xyz"' PASSING 1 AS "Xyz"); - json_query ------------- - 1 -(1 row) - --- Test ON ERROR / EMPTY value validity for the function; all fail. -SELECT JSON_EXISTS(jsonb '1', '$' DEFAULT 1 ON ERROR); -ERROR: invalid ON ERROR behavior -LINE 1: SELECT JSON_EXISTS(jsonb '1', '$' DEFAULT 1 ON ERROR); - ^ -DETAIL: Only ERROR, TRUE, FALSE, or UNKNOWN is allowed in ON ERROR for JSON_EXISTS(). -SELECT JSON_VALUE(jsonb '1', '$' EMPTY ON ERROR); -ERROR: invalid ON ERROR behavior -LINE 1: SELECT JSON_VALUE(jsonb '1', '$' EMPTY ON ERROR); - ^ -DETAIL: Only ERROR, NULL, or DEFAULT expression is allowed in ON ERROR for JSON_VALUE(). -SELECT JSON_QUERY(jsonb '1', '$' TRUE ON ERROR); -ERROR: invalid ON ERROR behavior -LINE 1: SELECT JSON_QUERY(jsonb '1', '$' TRUE ON ERROR); - ^ -DETAIL: Only ERROR, NULL, EMPTY ARRAY, EMPTY OBJECT, or DEFAULT expression is allowed in ON ERROR for JSON_QUERY(). --- Test implicit coercion to a domain over fixed-length type specified in --- RETURNING -CREATE DOMAIN queryfuncs_char2 AS char(2); -CREATE DOMAIN queryfuncs_char2_chk AS char(2) CHECK (VALUE NOT IN ('12')); -SELECT JSON_QUERY(jsonb '123', '$' RETURNING queryfuncs_char2 ERROR ON ERROR); -ERROR: value too long for type character(2) -SELECT JSON_QUERY(jsonb '123', '$' RETURNING queryfuncs_char2 DEFAULT '1' ON ERROR); - json_query ------------- - 1 -(1 row) - -SELECT JSON_QUERY(jsonb '123', '$' RETURNING queryfuncs_char2_chk ERROR ON ERROR); -ERROR: value too long for type character(2) -SELECT JSON_QUERY(jsonb '123', '$' RETURNING queryfuncs_char2_chk DEFAULT '1' ON ERROR); - json_query ------------- - 1 -(1 row) - -SELECT JSON_VALUE(jsonb '123', '$' RETURNING queryfuncs_char2 ERROR ON ERROR); -ERROR: value too long for type character(2) -SELECT JSON_VALUE(jsonb '123', '$' RETURNING queryfuncs_char2 DEFAULT 1 ON ERROR); - json_value ------------- - 1 -(1 row) - -SELECT JSON_VALUE(jsonb '123', '$' RETURNING queryfuncs_char2_chk ERROR ON ERROR); -ERROR: value too long for type character(2) -SELECT JSON_VALUE(jsonb '123', '$' RETURNING queryfuncs_char2_chk DEFAULT 1 ON ERROR); - json_value ------------- - 1 -(1 row) - -DROP DOMAIN queryfuncs_char2, queryfuncs_char2_chk; --- Test coercion to domain over another fixed-length type of the ON ERROR / --- EMPTY expressions. Ask user to cast the DEFAULT expression explicitly if --- automatic casting cannot be done, for example, from int to bit(2). -CREATE DOMAIN queryfuncs_d_varbit3 AS varbit(3) CHECK (VALUE <> '01'); -SELECT JSON_VALUE(jsonb '1234', '$' RETURNING queryfuncs_d_varbit3 DEFAULT '111111' ON ERROR); -ERROR: bit string too long for type bit varying(3) -SELECT JSON_VALUE(jsonb '1234', '$' RETURNING queryfuncs_d_varbit3 DEFAULT '010' ON ERROR); - json_value ------------- - 010 -(1 row) - -SELECT JSON_VALUE(jsonb '1234', '$' RETURNING queryfuncs_d_varbit3 DEFAULT '01' ON ERROR); -ERROR: could not coerce ON ERROR expression (DEFAULT) to the RETURNING type -DETAIL: value for domain queryfuncs_d_varbit3 violates check constraint "queryfuncs_d_varbit3_check" -SELECT JSON_VALUE(jsonb '"111"', '$' RETURNING bit(2) ERROR ON ERROR); -ERROR: bit string length 3 does not match type bit(2) -SELECT JSON_VALUE(jsonb '1234', '$' RETURNING bit(3) DEFAULT 1 ON ERROR); -ERROR: cannot cast behavior expression of type integer to bit -LINE 1: ...VALUE(jsonb '1234', '$' RETURNING bit(3) DEFAULT 1 ON ERROR... - ^ -HINT: You will need to explicitly cast the expression to type bit. -SELECT JSON_VALUE(jsonb '1234', '$' RETURNING bit(3) DEFAULT 1::bit(3) ON ERROR); - json_value ------------- - 001 -(1 row) - -SELECT JSON_VALUE(jsonb '"111"', '$.a' RETURNING bit(3) DEFAULT '1111' ON EMPTY); -ERROR: bit string length 4 does not match type bit(3) -DROP DOMAIN queryfuncs_d_varbit3; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out --- /tmp/cirrus-ci-build/src/test/regress/expected/sqljson_jsontable.out 2025-05-11 19:30:18.999364000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sqljson_jsontable.out 2025-05-11 19:32:42.956828000 +0000 @@ -1,1180 +1,2 @@ --- JSON_TABLE --- Should fail (JSON_TABLE can be used only in FROM clause) -SELECT JSON_TABLE('[]', '$'); -ERROR: syntax error at or near "(" -LINE 1: SELECT JSON_TABLE('[]', '$'); - ^ --- Only allow EMPTY and ERROR for ON ERROR -SELECT * FROM JSON_TABLE('[]', 'strict $.a' COLUMNS (js2 int PATH '$') DEFAULT 1 ON ERROR); -ERROR: invalid ON ERROR behavior -LINE 1: ...BLE('[]', 'strict $.a' COLUMNS (js2 int PATH '$') DEFAULT 1 ... - ^ -DETAIL: Only EMPTY [ ARRAY ] or ERROR is allowed in the top-level ON ERROR clause. -SELECT * FROM JSON_TABLE('[]', 'strict $.a' COLUMNS (js2 int PATH '$') NULL ON ERROR); -ERROR: invalid ON ERROR behavior -LINE 1: ...BLE('[]', 'strict $.a' COLUMNS (js2 int PATH '$') NULL ON ER... - ^ -DETAIL: Only EMPTY [ ARRAY ] or ERROR is allowed in the top-level ON ERROR clause. -SELECT * FROM JSON_TABLE('[]', 'strict $.a' COLUMNS (js2 int PATH '$') EMPTY ON ERROR); - js2 ------ -(0 rows) - -SELECT * FROM JSON_TABLE('[]', 'strict $.a' COLUMNS (js2 int PATH '$') ERROR ON ERROR); -ERROR: jsonpath member accessor can only be applied to an object --- Column and path names must be distinct -SELECT * FROM JSON_TABLE(jsonb'"1.23"', '$.a' as js2 COLUMNS (js2 int path '$')); -ERROR: duplicate JSON_TABLE column or path name: js2 -LINE 1: ...M JSON_TABLE(jsonb'"1.23"', '$.a' as js2 COLUMNS (js2 int pa... - ^ --- Should fail (no columns) -SELECT * FROM JSON_TABLE(NULL, '$' COLUMNS ()); -ERROR: syntax error at or near ")" -LINE 1: SELECT * FROM JSON_TABLE(NULL, '$' COLUMNS ()); - ^ -SELECT * FROM JSON_TABLE (NULL::jsonb, '$' COLUMNS (v1 timestamp)) AS f (v1, v2); -ERROR: JSON_TABLE function has 1 columns available but 2 columns specified ---duplicated column name -SELECT * FROM JSON_TABLE(jsonb'"1.23"', '$.a' COLUMNS (js2 int path '$', js2 int path '$')); -ERROR: duplicate JSON_TABLE column or path name: js2 -LINE 1: ...E(jsonb'"1.23"', '$.a' COLUMNS (js2 int path '$', js2 int pa... - ^ ---return composite data type. -create type comp as (a int, b int); -SELECT * FROM JSON_TABLE(jsonb '{"rec": "(1,2)"}', '$' COLUMNS (id FOR ORDINALITY, comp comp path '$.rec' omit quotes)) jt; - id | comp -----+------- - 1 | (1,2) -(1 row) - -drop type comp; --- NULL => empty table -SELECT * FROM JSON_TABLE(NULL::jsonb, '$' COLUMNS (foo int)) bar; - foo ------ -(0 rows) - -SELECT * FROM JSON_TABLE(jsonb'"1.23"', 'strict $.a' COLUMNS (js2 int PATH '$')); - js2 ------ -(0 rows) - --- -SELECT * FROM JSON_TABLE(jsonb '123', '$' - COLUMNS (item int PATH '$', foo int)) bar; - item | foo -------+----- - 123 | -(1 row) - --- JSON_TABLE: basic functionality -CREATE DOMAIN jsonb_test_domain AS text CHECK (value <> 'foo'); -CREATE TEMP TABLE json_table_test (js) AS - (VALUES - ('1'), - ('[]'), - ('{}'), - ('[1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""]') - ); --- Regular "unformatted" columns -SELECT * -FROM json_table_test vals - LEFT OUTER JOIN - JSON_TABLE( - vals.js::jsonb, 'lax $[*]' - COLUMNS ( - id FOR ORDINALITY, - "int" int PATH '$', - "text" text PATH '$', - "char(4)" char(4) PATH '$', - "bool" bool PATH '$', - "numeric" numeric PATH '$', - "domain" jsonb_test_domain PATH '$', - js json PATH '$', - jb jsonb PATH '$' - ) - ) jt - ON true; - js | id | int | text | char(4) | bool | numeric | domain | js | jb ----------------------------------------------------------------------------------------+----+-----+---------+---------+------+---------+---------+--------------+-------------- - 1 | 1 | 1 | 1 | 1 | t | 1 | 1 | 1 | 1 - [] | | | | | | | | | - {} | 1 | | | | | | | {} | {} - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 1 | 1 | 1 | 1 | t | 1 | 1 | 1 | 1 - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 2 | | 1.23 | 1.23 | | 1.23 | 1.23 | 1.23 | 1.23 - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 3 | 2 | 2 | 2 | | 2 | 2 | "2" | "2" - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 4 | | aaaaaaa | | | | aaaaaaa | "aaaaaaa" | "aaaaaaa" - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 5 | | foo | foo | | | | "foo" | "foo" - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 6 | | | | | | | null | null - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 7 | | f | f | f | | false | false | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 8 | | t | t | t | | true | true | true - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 9 | | | | | | | {"aaa": 123} | {"aaa": 123} - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 10 | | [1,2] | | | | [1,2] | "[1,2]" | "[1,2]" - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 11 | | "str" | | | | "str" | "\"str\"" | "\"str\"" -(14 rows) - --- "formatted" columns -SELECT * -FROM json_table_test vals - LEFT OUTER JOIN - JSON_TABLE( - vals.js::jsonb, 'lax $[*]' - COLUMNS ( - id FOR ORDINALITY, - jst text FORMAT JSON PATH '$', - jsc char(4) FORMAT JSON PATH '$', - jsv varchar(4) FORMAT JSON PATH '$', - jsb jsonb FORMAT JSON PATH '$', - jsbq jsonb FORMAT JSON PATH '$' OMIT QUOTES - ) - ) jt - ON true; - js | id | jst | jsc | jsv | jsb | jsbq ----------------------------------------------------------------------------------------+----+--------------+------+------+--------------+-------------- - 1 | 1 | 1 | 1 | 1 | 1 | 1 - [] | | | | | | - {} | 1 | {} | {} | {} | {} | {} - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 1 | 1 | 1 | 1 | 1 | 1 - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 2 | 1.23 | 1.23 | 1.23 | 1.23 | 1.23 - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 3 | "2" | "2" | "2" | "2" | 2 - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 4 | "aaaaaaa" | | | "aaaaaaa" | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 5 | "foo" | | | "foo" | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 6 | null | null | null | null | null - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 7 | false | | | false | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 8 | true | true | true | true | true - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 9 | {"aaa": 123} | | | {"aaa": 123} | {"aaa": 123} - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 10 | "[1,2]" | | | "[1,2]" | [1, 2] - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 11 | "\"str\"" | | | "\"str\"" | "str" -(14 rows) - --- EXISTS columns -SELECT * -FROM json_table_test vals - LEFT OUTER JOIN - JSON_TABLE( - vals.js::jsonb, 'lax $[*]' - COLUMNS ( - id FOR ORDINALITY, - exists1 bool EXISTS PATH '$.aaa', - exists2 int EXISTS PATH '$.aaa', - exists3 int EXISTS PATH 'strict $.aaa' UNKNOWN ON ERROR, - exists4 text EXISTS PATH 'strict $.aaa' FALSE ON ERROR - ) - ) jt - ON true; - js | id | exists1 | exists2 | exists3 | exists4 ----------------------------------------------------------------------------------------+----+---------+---------+---------+--------- - 1 | 1 | f | 0 | | false - [] | | | | | - {} | 1 | f | 0 | | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 1 | f | 0 | | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 2 | f | 0 | | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 3 | f | 0 | | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 4 | f | 0 | | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 5 | f | 0 | | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 6 | f | 0 | | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 7 | f | 0 | | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 8 | f | 0 | | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 9 | t | 1 | 1 | true - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 10 | f | 0 | | false - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 11 | f | 0 | | false -(14 rows) - --- Other miscellaneous checks -SELECT * -FROM json_table_test vals - LEFT OUTER JOIN - JSON_TABLE( - vals.js::jsonb, 'lax $[*]' - COLUMNS ( - id FOR ORDINALITY, - aaa int, -- "aaa" has implicit path '$."aaa"' - aaa1 int PATH '$.aaa', - js2 json PATH '$', - jsb2w jsonb PATH '$' WITH WRAPPER, - jsb2q jsonb PATH '$' OMIT QUOTES, - ia int[] PATH '$', - ta text[] PATH '$', - jba jsonb[] PATH '$' - ) - ) jt - ON true; - js | id | aaa | aaa1 | js2 | jsb2w | jsb2q | ia | ta | jba ----------------------------------------------------------------------------------------+----+-----+------+--------------+----------------+--------------+----+----+----- - 1 | 1 | | | 1 | [1] | 1 | | | - [] | | | | | | | | | - {} | 1 | | | {} | [{}] | {} | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 1 | | | 1 | [1] | 1 | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 2 | | | 1.23 | [1.23] | 1.23 | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 3 | | | "2" | ["2"] | 2 | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 4 | | | "aaaaaaa" | ["aaaaaaa"] | | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 5 | | | "foo" | ["foo"] | | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 6 | | | null | [null] | null | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 7 | | | false | [false] | false | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 8 | | | true | [true] | true | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 9 | 123 | 123 | {"aaa": 123} | [{"aaa": 123}] | {"aaa": 123} | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 10 | | | "[1,2]" | ["[1,2]"] | [1, 2] | | | - [1, 1.23, "2", "aaaaaaa", "foo", null, false, true, {"aaa": 123}, "[1,2]", "\"str\""] | 11 | | | "\"str\"" | ["\"str\""] | "str" | | | -(14 rows) - --- Test using casts in DEFAULT .. ON ERROR expression -SELECT * FROM JSON_TABLE(jsonb '{"d1": "H"}', '$' - COLUMNS (js1 jsonb_test_domain PATH '$.a2' DEFAULT '"foo1"'::jsonb::text ON EMPTY)); - js1 --------- - "foo1" -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '{"d1": "H"}', '$' - COLUMNS (js1 jsonb_test_domain PATH '$.a2' DEFAULT 'foo'::jsonb_test_domain ON EMPTY)); -ERROR: could not coerce ON EMPTY expression (DEFAULT) to the RETURNING type -DETAIL: value for domain jsonb_test_domain violates check constraint "jsonb_test_domain_check" -SELECT * FROM JSON_TABLE(jsonb '{"d1": "H"}', '$' - COLUMNS (js1 jsonb_test_domain PATH '$.a2' DEFAULT 'foo1'::jsonb_test_domain ON EMPTY)); - js1 ------- - foo1 -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '{"d1": "foo"}', '$' - COLUMNS (js1 jsonb_test_domain PATH '$.d1' DEFAULT 'foo2'::jsonb_test_domain ON ERROR)); - js1 ------- - foo2 -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '{"d1": "foo"}', '$' - COLUMNS (js1 oid[] PATH '$.d2' DEFAULT '{1}'::int[]::oid[] ON EMPTY)); - js1 ------ - {1} -(1 row) - --- JSON_TABLE: Test backward parsing -CREATE VIEW jsonb_table_view2 AS -SELECT * FROM - JSON_TABLE( - jsonb 'null', 'lax $[*]' PASSING 1 + 2 AS a, json '"foo"' AS "b c" - COLUMNS ( - "int" int PATH '$', - "text" text PATH '$', - "char(4)" char(4) PATH '$', - "bool" bool PATH '$', - "numeric" numeric PATH '$', - "domain" jsonb_test_domain PATH '$')); -CREATE VIEW jsonb_table_view3 AS -SELECT * FROM - JSON_TABLE( - jsonb 'null', 'lax $[*]' PASSING 1 + 2 AS a, json '"foo"' AS "b c" - COLUMNS ( - js json PATH '$', - jb jsonb PATH '$', - jst text FORMAT JSON PATH '$', - jsc char(4) FORMAT JSON PATH '$', - jsv varchar(4) FORMAT JSON PATH '$')); -CREATE VIEW jsonb_table_view4 AS -SELECT * FROM - JSON_TABLE( - jsonb 'null', 'lax $[*]' PASSING 1 + 2 AS a, json '"foo"' AS "b c" - COLUMNS ( - jsb jsonb FORMAT JSON PATH '$', - jsbq jsonb FORMAT JSON PATH '$' OMIT QUOTES, - aaa int, -- implicit path '$."aaa"', - aaa1 int PATH '$.aaa')); -CREATE VIEW jsonb_table_view5 AS -SELECT * FROM - JSON_TABLE( - jsonb 'null', 'lax $[*]' PASSING 1 + 2 AS a, json '"foo"' AS "b c" - COLUMNS ( - exists1 bool EXISTS PATH '$.aaa', - exists2 int EXISTS PATH '$.aaa' TRUE ON ERROR, - exists3 text EXISTS PATH 'strict $.aaa' UNKNOWN ON ERROR)); -CREATE VIEW jsonb_table_view6 AS -SELECT * FROM - JSON_TABLE( - jsonb 'null', 'lax $[*]' PASSING 1 + 2 AS a, json '"foo"' AS "b c" - COLUMNS ( - js2 json PATH '$', - jsb2w jsonb PATH '$' WITH WRAPPER, - jsb2q jsonb PATH '$' OMIT QUOTES, - ia int[] PATH '$', - ta text[] PATH '$', - jba jsonb[] PATH '$')); -\sv jsonb_table_view2 -CREATE OR REPLACE VIEW public.jsonb_table_view2 AS - SELECT "int", - text, - "char(4)", - bool, - "numeric", - domain - FROM JSON_TABLE( - 'null'::jsonb, '$[*]' AS json_table_path_0 - PASSING - 1 + 2 AS a, - '"foo"'::json AS "b c" - COLUMNS ( - "int" integer PATH '$', - text text PATH '$', - "char(4)" character(4) PATH '$', - bool boolean PATH '$', - "numeric" numeric PATH '$', - domain jsonb_test_domain PATH '$' - ) - ) -\sv jsonb_table_view3 -CREATE OR REPLACE VIEW public.jsonb_table_view3 AS - SELECT js, - jb, - jst, - jsc, - jsv - FROM JSON_TABLE( - 'null'::jsonb, '$[*]' AS json_table_path_0 - PASSING - 1 + 2 AS a, - '"foo"'::json AS "b c" - COLUMNS ( - js json PATH '$' WITHOUT WRAPPER KEEP QUOTES, - jb jsonb PATH '$' WITHOUT WRAPPER KEEP QUOTES, - jst text FORMAT JSON PATH '$' WITHOUT WRAPPER KEEP QUOTES, - jsc character(4) FORMAT JSON PATH '$' WITHOUT WRAPPER KEEP QUOTES, - jsv character varying(4) FORMAT JSON PATH '$' WITHOUT WRAPPER KEEP QUOTES - ) - ) -\sv jsonb_table_view4 -CREATE OR REPLACE VIEW public.jsonb_table_view4 AS - SELECT jsb, - jsbq, - aaa, - aaa1 - FROM JSON_TABLE( - 'null'::jsonb, '$[*]' AS json_table_path_0 - PASSING - 1 + 2 AS a, - '"foo"'::json AS "b c" - COLUMNS ( - jsb jsonb PATH '$' WITHOUT WRAPPER KEEP QUOTES, - jsbq jsonb PATH '$' WITHOUT WRAPPER OMIT QUOTES, - aaa integer PATH '$."aaa"', - aaa1 integer PATH '$."aaa"' - ) - ) -\sv jsonb_table_view5 -CREATE OR REPLACE VIEW public.jsonb_table_view5 AS - SELECT exists1, - exists2, - exists3 - FROM JSON_TABLE( - 'null'::jsonb, '$[*]' AS json_table_path_0 - PASSING - 1 + 2 AS a, - '"foo"'::json AS "b c" - COLUMNS ( - exists1 boolean EXISTS PATH '$."aaa"', - exists2 integer EXISTS PATH '$."aaa"' TRUE ON ERROR, - exists3 text EXISTS PATH 'strict $."aaa"' UNKNOWN ON ERROR - ) - ) -\sv jsonb_table_view6 -CREATE OR REPLACE VIEW public.jsonb_table_view6 AS - SELECT js2, - jsb2w, - jsb2q, - ia, - ta, - jba - FROM JSON_TABLE( - 'null'::jsonb, '$[*]' AS json_table_path_0 - PASSING - 1 + 2 AS a, - '"foo"'::json AS "b c" - COLUMNS ( - js2 json PATH '$' WITHOUT WRAPPER KEEP QUOTES, - jsb2w jsonb PATH '$' WITH UNCONDITIONAL WRAPPER KEEP QUOTES, - jsb2q jsonb PATH '$' WITHOUT WRAPPER OMIT QUOTES, - ia integer[] PATH '$' WITHOUT WRAPPER KEEP QUOTES, - ta text[] PATH '$' WITHOUT WRAPPER KEEP QUOTES, - jba jsonb[] PATH '$' WITHOUT WRAPPER KEEP QUOTES - ) - ) -EXPLAIN (COSTS OFF, VERBOSE) SELECT * FROM jsonb_table_view2; - QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Table Function Scan on "json_table" - Output: "json_table"."int", "json_table".text, "json_table"."char(4)", "json_table".bool, "json_table"."numeric", "json_table".domain - Table Function Call: JSON_TABLE('null'::jsonb, '$[*]' AS json_table_path_0 PASSING 3 AS a, '"foo"'::jsonb AS "b c" COLUMNS ("int" integer PATH '$', text text PATH '$', "char(4)" character(4) PATH '$', bool boolean PATH '$', "numeric" numeric PATH '$', domain jsonb_test_domain PATH '$')) -(3 rows) - -EXPLAIN (COSTS OFF, VERBOSE) SELECT * FROM jsonb_table_view3; - QUERY PLAN --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Table Function Scan on "json_table" - Output: "json_table".js, "json_table".jb, "json_table".jst, "json_table".jsc, "json_table".jsv - Table Function Call: JSON_TABLE('null'::jsonb, '$[*]' AS json_table_path_0 PASSING 3 AS a, '"foo"'::jsonb AS "b c" COLUMNS (js json PATH '$' WITHOUT WRAPPER KEEP QUOTES, jb jsonb PATH '$' WITHOUT WRAPPER KEEP QUOTES, jst text FORMAT JSON PATH '$' WITHOUT WRAPPER KEEP QUOTES, jsc character(4) FORMAT JSON PATH '$' WITHOUT WRAPPER KEEP QUOTES, jsv character varying(4) FORMAT JSON PATH '$' WITHOUT WRAPPER KEEP QUOTES)) -(3 rows) - -EXPLAIN (COSTS OFF, VERBOSE) SELECT * FROM jsonb_table_view4; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Table Function Scan on "json_table" - Output: "json_table".jsb, "json_table".jsbq, "json_table".aaa, "json_table".aaa1 - Table Function Call: JSON_TABLE('null'::jsonb, '$[*]' AS json_table_path_0 PASSING 3 AS a, '"foo"'::jsonb AS "b c" COLUMNS (jsb jsonb PATH '$' WITHOUT WRAPPER KEEP QUOTES, jsbq jsonb PATH '$' WITHOUT WRAPPER OMIT QUOTES, aaa integer PATH '$."aaa"', aaa1 integer PATH '$."aaa"')) -(3 rows) - -EXPLAIN (COSTS OFF, VERBOSE) SELECT * FROM jsonb_table_view5; - QUERY PLAN ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Table Function Scan on "json_table" - Output: "json_table".exists1, "json_table".exists2, "json_table".exists3 - Table Function Call: JSON_TABLE('null'::jsonb, '$[*]' AS json_table_path_0 PASSING 3 AS a, '"foo"'::jsonb AS "b c" COLUMNS (exists1 boolean EXISTS PATH '$."aaa"', exists2 integer EXISTS PATH '$."aaa"' TRUE ON ERROR, exists3 text EXISTS PATH 'strict $."aaa"' UNKNOWN ON ERROR)) -(3 rows) - -EXPLAIN (COSTS OFF, VERBOSE) SELECT * FROM jsonb_table_view6; - QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Table Function Scan on "json_table" - Output: "json_table".js2, "json_table".jsb2w, "json_table".jsb2q, "json_table".ia, "json_table".ta, "json_table".jba - Table Function Call: JSON_TABLE('null'::jsonb, '$[*]' AS json_table_path_0 PASSING 3 AS a, '"foo"'::jsonb AS "b c" COLUMNS (js2 json PATH '$' WITHOUT WRAPPER KEEP QUOTES, jsb2w jsonb PATH '$' WITH UNCONDITIONAL WRAPPER KEEP QUOTES, jsb2q jsonb PATH '$' WITHOUT WRAPPER OMIT QUOTES, ia integer[] PATH '$' WITHOUT WRAPPER KEEP QUOTES, ta text[] PATH '$' WITHOUT WRAPPER KEEP QUOTES, jba jsonb[] PATH '$' WITHOUT WRAPPER KEEP QUOTES)) -(3 rows) - --- JSON_TABLE() with alias -EXPLAIN (COSTS OFF, VERBOSE) -SELECT * FROM - JSON_TABLE( - jsonb 'null', 'lax $[*]' PASSING 1 + 2 AS a, json '"foo"' AS "b c" - COLUMNS ( - id FOR ORDINALITY, - "int" int PATH '$', - "text" text PATH '$' - )) json_table_func; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ - Table Function Scan on "json_table" json_table_func - Output: id, "int", text - Table Function Call: JSON_TABLE('null'::jsonb, '$[*]' AS json_table_path_0 PASSING 3 AS a, '"foo"'::jsonb AS "b c" COLUMNS (id FOR ORDINALITY, "int" integer PATH '$', text text PATH '$')) -(3 rows) - -EXPLAIN (COSTS OFF, FORMAT JSON, VERBOSE) -SELECT * FROM - JSON_TABLE( - jsonb 'null', 'lax $[*]' PASSING 1 + 2 AS a, json '"foo"' AS "b c" - COLUMNS ( - id FOR ORDINALITY, - "int" int PATH '$', - "text" text PATH '$' - )) json_table_func; - QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - [ + - { + - "Plan": { + - "Node Type": "Table Function Scan", + - "Parallel Aware": false, + - "Async Capable": false, + - "Table Function Name": "json_table", + - "Alias": "json_table_func", + - "Disabled": false, + - "Output": ["id", "\"int\"", "text"], + - "Table Function Call": "JSON_TABLE('null'::jsonb, '$[*]' AS json_table_path_0 PASSING 3 AS a, '\"foo\"'::jsonb AS \"b c\" COLUMNS (id FOR ORDINALITY, \"int\" integer PATH '$', text text PATH '$'))"+ - } + - } + - ] -(1 row) - -DROP VIEW jsonb_table_view2; -DROP VIEW jsonb_table_view3; -DROP VIEW jsonb_table_view4; -DROP VIEW jsonb_table_view5; -DROP VIEW jsonb_table_view6; -DROP DOMAIN jsonb_test_domain; --- JSON_TABLE: only one FOR ORDINALITY columns allowed -SELECT * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (id FOR ORDINALITY, id2 FOR ORDINALITY, a int PATH '$.a' ERROR ON EMPTY)) jt; -ERROR: only one FOR ORDINALITY column is allowed -LINE 1: ..._TABLE(jsonb '1', '$' COLUMNS (id FOR ORDINALITY, id2 FOR OR... - ^ -SELECT * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (id FOR ORDINALITY, a int PATH '$' ERROR ON EMPTY)) jt; - id | a -----+--- - 1 | 1 -(1 row) - --- JSON_TABLE: ON EMPTY/ON ERROR behavior -SELECT * -FROM - (VALUES ('1'), ('"err"')) vals(js), - JSON_TABLE(vals.js::jsonb, '$' COLUMNS (a int PATH '$')) jt; - js | a --------+--- - 1 | 1 - "err" | -(2 rows) - -SELECT * -FROM - (VALUES ('1'), ('"err"')) vals(js) - LEFT OUTER JOIN - JSON_TABLE(vals.js::jsonb, '$' COLUMNS (a int PATH '$' ERROR ON ERROR)) jt - ON true; -ERROR: invalid input syntax for type integer: "err" --- TABLE-level ERROR ON ERROR is not propagated to columns -SELECT * -FROM - (VALUES ('1'), ('"err"')) vals(js) - LEFT OUTER JOIN - JSON_TABLE(vals.js::jsonb, '$' COLUMNS (a int PATH '$' ERROR ON ERROR)) jt - ON true; -ERROR: invalid input syntax for type integer: "err" -SELECT * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (a int PATH '$.a' ERROR ON EMPTY)) jt; -ERROR: no SQL/JSON item found for specified path of column "a" -SELECT * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (a int PATH 'strict $.a' ERROR ON ERROR) ERROR ON ERROR) jt; -ERROR: jsonpath member accessor can only be applied to an object -SELECT * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (a int PATH 'lax $.a' ERROR ON EMPTY) ERROR ON ERROR) jt; -ERROR: no SQL/JSON item found for specified path of column "a" -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a int PATH '$' DEFAULT 1 ON EMPTY DEFAULT 2 ON ERROR)) jt; - a ---- - 2 -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a int PATH 'strict $.a' DEFAULT 1 ON EMPTY DEFAULT 2 ON ERROR)) jt; - a ---- - 2 -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a int PATH 'lax $.a' DEFAULT 1 ON EMPTY DEFAULT 2 ON ERROR)) jt; - a ---- - 1 -(1 row) - --- JSON_TABLE: EXISTS PATH types -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a int4 EXISTS PATH '$.a' ERROR ON ERROR)); -- ok; can cast to int4 - a ---- - 0 -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a int4 EXISTS PATH '$' ERROR ON ERROR)); -- ok; can cast to int4 - a ---- - 1 -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a int2 EXISTS PATH '$.a')); -ERROR: could not coerce ON ERROR expression (FALSE) to the RETURNING type -DETAIL: invalid input syntax for type smallint: "false" -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a int8 EXISTS PATH '$.a')); -ERROR: could not coerce ON ERROR expression (FALSE) to the RETURNING type -DETAIL: invalid input syntax for type bigint: "false" -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a float4 EXISTS PATH '$.a')); -ERROR: could not coerce ON ERROR expression (FALSE) to the RETURNING type -DETAIL: invalid input syntax for type real: "false" --- Default FALSE (ON ERROR) doesn't fit char(3) -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a char(3) EXISTS PATH '$.a')); -ERROR: could not coerce ON ERROR expression (FALSE) to the RETURNING type -DETAIL: value too long for type character(3) -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a char(3) EXISTS PATH '$.a' ERROR ON ERROR)); -ERROR: value too long for type character(3) -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a char(5) EXISTS PATH '$.a' ERROR ON ERROR)); - a -------- - false -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a json EXISTS PATH '$.a')); - a -------- - false -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a jsonb EXISTS PATH '$.a')); - a -------- - false -(1 row) - --- EXISTS PATH domain over int -CREATE DOMAIN dint4 AS int; -CREATE DOMAIN dint4_0 AS int CHECK (VALUE <> 0 ); -SELECT a, a::bool FROM JSON_TABLE(jsonb '"a"', '$' COLUMNS (a dint4 EXISTS PATH '$.a' )); - a | a ----+--- - 0 | f -(1 row) - -SELECT a, a::bool FROM JSON_TABLE(jsonb '{"a":1}', '$' COLUMNS (a dint4_0 EXISTS PATH '$.b')); -ERROR: could not coerce ON ERROR expression (FALSE) to the RETURNING type -DETAIL: value for domain dint4_0 violates check constraint "dint4_0_check" -SELECT a, a::bool FROM JSON_TABLE(jsonb '{"a":1}', '$' COLUMNS (a dint4_0 EXISTS PATH '$.b' ERROR ON ERROR)); -ERROR: value for domain dint4_0 violates check constraint "dint4_0_check" -SELECT a, a::bool FROM JSON_TABLE(jsonb '{"a":1}', '$' COLUMNS (a dint4_0 EXISTS PATH '$.b' FALSE ON ERROR)); -ERROR: could not coerce ON ERROR expression (FALSE) to the RETURNING type -DETAIL: value for domain dint4_0 violates check constraint "dint4_0_check" -SELECT a, a::bool FROM JSON_TABLE(jsonb '{"a":1}', '$' COLUMNS (a dint4_0 EXISTS PATH '$.b' TRUE ON ERROR)); - a | a ----+--- - 1 | t -(1 row) - -DROP DOMAIN dint4, dint4_0; --- JSON_TABLE: WRAPPER/QUOTES clauses on scalar columns -SELECT * FROM JSON_TABLE(jsonb '"world"', '$' COLUMNS (item text PATH '$' KEEP QUOTES ON SCALAR STRING)); - item ---------- - "world" -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"world"', '$' COLUMNS (item text PATH '$' OMIT QUOTES ON SCALAR STRING)); - item -------- - world -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"world"', '$' COLUMNS (item text FORMAT JSON PATH '$' KEEP QUOTES)); - item ---------- - "world" -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"world"', '$' COLUMNS (item text FORMAT JSON PATH '$' OMIT QUOTES)); - item -------- - world -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"world"', '$' COLUMNS (item text FORMAT JSON PATH '$' WITHOUT WRAPPER KEEP QUOTES)); - item ---------- - "world" -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"world"', '$' COLUMNS (item text PATH '$' WITHOUT WRAPPER OMIT QUOTES)); - item -------- - world -(1 row) - -SELECT * FROM JSON_TABLE(jsonb '"world"', '$' COLUMNS (item text FORMAT JSON PATH '$' WITH WRAPPER)); - item ------------ - ["world"] -(1 row) - --- Error: OMIT QUOTES should not be specified when WITH WRAPPER is present -SELECT * FROM JSON_TABLE(jsonb '"world"', '$' COLUMNS (item text PATH '$' WITH WRAPPER OMIT QUOTES)); -ERROR: SQL/JSON QUOTES behavior must not be specified when WITH WRAPPER is used -LINE 1: ...T * FROM JSON_TABLE(jsonb '"world"', '$' COLUMNS (item text ... - ^ --- But KEEP QUOTES (the default) is fine -SELECT * FROM JSON_TABLE(jsonb '"world"', '$' COLUMNS (item text FORMAT JSON PATH '$' WITH WRAPPER KEEP QUOTES)); - item ------------ - ["world"] -(1 row) - --- Test PASSING args -SELECT * -FROM JSON_TABLE( - jsonb '[1,2,3]', - '$[*] ? (@ < $x)' - PASSING 3 AS x - COLUMNS (y text FORMAT JSON PATH '$') - ) jt; - y ---- - 1 - 2 -(2 rows) - --- PASSING arguments are also passed to column paths -SELECT * -FROM JSON_TABLE( - jsonb '[1,2,3]', - '$[*] ? (@ < $x)' - PASSING 10 AS x, 3 AS y - COLUMNS (a text FORMAT JSON PATH '$ ? (@ < $y)') - ) jt; - a ---- - 1 - 2 - -(3 rows) - --- Should fail (not supported) -SELECT * FROM JSON_TABLE(jsonb '{"a": 123}', '$' || '.' || 'a' COLUMNS (foo int)); -ERROR: only string constants are supported in JSON_TABLE path specification -LINE 1: SELECT * FROM JSON_TABLE(jsonb '{"a": 123}', '$' || '.' || '... - ^ --- JsonPathQuery() error message mentioning column name -SELECT * FROM JSON_TABLE('{"a": [{"b": "1"}, {"b": "2"}]}', '$' COLUMNS (b json path '$.a[*].b' ERROR ON ERROR)); -ERROR: JSON path expression for column "b" must return single item when no wrapper is requested -HINT: Use the WITH WRAPPER clause to wrap SQL/JSON items into an array. --- JSON_TABLE: nested paths --- Duplicate path names -SELECT * FROM JSON_TABLE( - jsonb '[]', '$' AS a - COLUMNS ( - b int, - NESTED PATH '$' AS a - COLUMNS ( - c int - ) - ) -) jt; -ERROR: duplicate JSON_TABLE column or path name: a -LINE 5: NESTED PATH '$' AS a - ^ -SELECT * FROM JSON_TABLE( - jsonb '[]', '$' AS a - COLUMNS ( - b int, - NESTED PATH '$' AS n_a - COLUMNS ( - c int - ) - ) -) jt; - b | c ----+--- - | -(1 row) - -SELECT * FROM JSON_TABLE( - jsonb '[]', '$' - COLUMNS ( - b int, - NESTED PATH '$' AS b - COLUMNS ( - c int - ) - ) -) jt; -ERROR: duplicate JSON_TABLE column or path name: b -LINE 5: NESTED PATH '$' AS b - ^ -SELECT * FROM JSON_TABLE( - jsonb '[]', '$' - COLUMNS ( - NESTED PATH '$' AS a - COLUMNS ( - b int - ), - NESTED PATH '$' - COLUMNS ( - NESTED PATH '$' AS a - COLUMNS ( - c int - ) - ) - ) -) jt; -ERROR: duplicate JSON_TABLE column or path name: a -LINE 10: NESTED PATH '$' AS a - ^ --- JSON_TABLE: plan execution -CREATE TEMP TABLE jsonb_table_test (js jsonb); -INSERT INTO jsonb_table_test -VALUES ( - '[ - {"a": 1, "b": [], "c": []}, - {"a": 2, "b": [1, 2, 3], "c": [10, null, 20]}, - {"a": 3, "b": [1, 2], "c": []}, - {"x": "4", "b": [1, 2], "c": 123} - ]' -); -select - jt.* -from - jsonb_table_test jtt, - json_table ( - jtt.js,'strict $[*]' as p - columns ( - n for ordinality, - a int path 'lax $.a' default -1 on empty, - nested path 'strict $.b[*]' as pb columns (b_id for ordinality, b int path '$' ), - nested path 'strict $.c[*]' as pc columns (c_id for ordinality, c int path '$' ) - ) - ) jt; - n | a | b_id | b | c_id | c ----+----+------+---+------+---- - 1 | 1 | | | | - 2 | 2 | 1 | 1 | | - 2 | 2 | 2 | 2 | | - 2 | 2 | 3 | 3 | | - 2 | 2 | | | 1 | 10 - 2 | 2 | | | 2 | - 2 | 2 | | | 3 | 20 - 3 | 3 | 1 | 1 | | - 3 | 3 | 2 | 2 | | - 4 | -1 | 1 | 1 | | - 4 | -1 | 2 | 2 | | -(11 rows) - --- PASSING arguments are passed to nested paths and their columns' paths -SELECT * -FROM - generate_series(1, 3) x, - generate_series(1, 3) y, - JSON_TABLE(jsonb - '[[1,2,3],[2,3,4,5],[3,4,5,6]]', - 'strict $[*] ? (@[*] <= $x)' - PASSING x AS x, y AS y - COLUMNS ( - y text FORMAT JSON PATH '$', - NESTED PATH 'strict $[*] ? (@ == $y)' - COLUMNS ( - z int PATH '$' - ) - ) - ) jt; - x | y | y | z ----+---+--------------+--- - 1 | 1 | [1, 2, 3] | 1 - 2 | 1 | [1, 2, 3] | 1 - 2 | 1 | [2, 3, 4, 5] | - 3 | 1 | [1, 2, 3] | 1 - 3 | 1 | [2, 3, 4, 5] | - 3 | 1 | [3, 4, 5, 6] | - 1 | 2 | [1, 2, 3] | 2 - 2 | 2 | [1, 2, 3] | 2 - 2 | 2 | [2, 3, 4, 5] | 2 - 3 | 2 | [1, 2, 3] | 2 - 3 | 2 | [2, 3, 4, 5] | 2 - 3 | 2 | [3, 4, 5, 6] | - 1 | 3 | [1, 2, 3] | 3 - 2 | 3 | [1, 2, 3] | 3 - 2 | 3 | [2, 3, 4, 5] | 3 - 3 | 3 | [1, 2, 3] | 3 - 3 | 3 | [2, 3, 4, 5] | 3 - 3 | 3 | [3, 4, 5, 6] | 3 -(18 rows) - --- JSON_TABLE: Test backward parsing with nested paths -CREATE VIEW jsonb_table_view_nested AS -SELECT * FROM - JSON_TABLE( - jsonb 'null', 'lax $[*]' PASSING 1 + 2 AS a, json '"foo"' AS "b c" - COLUMNS ( - id FOR ORDINALITY, - NESTED PATH '$[1]' AS p1 COLUMNS ( - a1 int, - NESTED PATH '$[*]' AS "p1 1" COLUMNS ( - a11 text - ), - b1 text - ), - NESTED PATH '$[2]' AS p2 COLUMNS ( - NESTED PATH '$[*]' AS "p2:1" COLUMNS ( - a21 text - ), - NESTED PATH '$[*]' AS p22 COLUMNS ( - a22 text - ) - ) - ) - ); -\sv jsonb_table_view_nested -CREATE OR REPLACE VIEW public.jsonb_table_view_nested AS - SELECT id, - a1, - b1, - a11, - a21, - a22 - FROM JSON_TABLE( - 'null'::jsonb, '$[*]' AS json_table_path_0 - PASSING - 1 + 2 AS a, - '"foo"'::json AS "b c" - COLUMNS ( - id FOR ORDINALITY, - NESTED PATH '$[1]' AS p1 - COLUMNS ( - a1 integer PATH '$."a1"', - b1 text PATH '$."b1"', - NESTED PATH '$[*]' AS "p1 1" - COLUMNS ( - a11 text PATH '$."a11"' - ) - ), - NESTED PATH '$[2]' AS p2 - COLUMNS ( - NESTED PATH '$[*]' AS "p2:1" - COLUMNS ( - a21 text PATH '$."a21"' - ), - NESTED PATH '$[*]' AS p22 - COLUMNS ( - a22 text PATH '$."a22"' - ) - ) - ) - ) -DROP VIEW jsonb_table_view_nested; -CREATE TABLE s (js jsonb); -INSERT INTO s VALUES - ('{"a":{"za":[{"z1": [11,2222]},{"z21": [22, 234,2345]},{"z22": [32, 204,145]}]},"c": 3}'), - ('{"a":{"za":[{"z1": [21,4222]},{"z21": [32, 134,1345]}]},"c": 10}'); --- error -SELECT sub.* FROM s, - JSON_TABLE(js, '$' PASSING 32 AS x, 13 AS y COLUMNS ( - xx int path '$.c', - NESTED PATH '$.a.za[1]' columns (NESTED PATH '$.z21[*]' COLUMNS (z21 int path '$?(@ >= $"x")' ERROR ON ERROR)) - )) sub; - xx | z21 -----+------ - 3 | - 3 | 234 - 3 | 2345 - 10 | 32 - 10 | 134 - 10 | 1345 -(6 rows) - --- Parent columns xx1, xx appear before NESTED ones -SELECT sub.* FROM s, - (VALUES (23)) x(x), generate_series(13, 13) y, - JSON_TABLE(js, '$' AS c1 PASSING x AS x, y AS y COLUMNS ( - NESTED PATH '$.a.za[2]' COLUMNS ( - NESTED PATH '$.z22[*]' as z22 COLUMNS (c int PATH '$')), - NESTED PATH '$.a.za[1]' columns (d int[] PATH '$.z21'), - NESTED PATH '$.a.za[0]' columns (NESTED PATH '$.z1[*]' as z1 COLUMNS (a int PATH '$')), - xx1 int PATH '$.c', - NESTED PATH '$.a.za[1]' columns (NESTED PATH '$.z21[*]' as z21 COLUMNS (b int PATH '$')), - xx int PATH '$.c' - )) sub; - xx1 | xx | c | d | a | b ------+----+-----+---------------+------+------ - 3 | 3 | 32 | | | - 3 | 3 | 204 | | | - 3 | 3 | 145 | | | - 3 | 3 | | {22,234,2345} | | - 3 | 3 | | | 11 | - 3 | 3 | | | 2222 | - 3 | 3 | | | | 22 - 3 | 3 | | | | 234 - 3 | 3 | | | | 2345 - 10 | 10 | | {32,134,1345} | | - 10 | 10 | | | 21 | - 10 | 10 | | | 4222 | - 10 | 10 | | | | 32 - 10 | 10 | | | | 134 - 10 | 10 | | | | 1345 -(15 rows) - --- Test applying PASSING variables at different nesting levels -SELECT sub.* FROM s, - (VALUES (23)) x(x), generate_series(13, 13) y, - JSON_TABLE(js, '$' AS c1 PASSING x AS x, y AS y COLUMNS ( - xx1 int PATH '$.c', - NESTED PATH '$.a.za[0].z1[*]' COLUMNS (NESTED PATH '$ ?(@ >= ($"x" -2))' COLUMNS (a int PATH '$')), - NESTED PATH '$.a.za[0]' COLUMNS (NESTED PATH '$.z1[*] ? (@ >= ($"x" -2))' COLUMNS (b int PATH '$')) - )) sub; - xx1 | a | b ------+------+------ - 3 | | - 3 | 2222 | - 3 | | 2222 - 10 | 21 | - 10 | 4222 | - 10 | | 21 - 10 | | 4222 -(7 rows) - --- Test applying PASSING variable to paths all the levels -SELECT sub.* FROM s, - (VALUES (23)) x(x), - generate_series(13, 13) y, - JSON_TABLE(js, '$' AS c1 PASSING x AS x, y AS y - COLUMNS ( - xx1 int PATH '$.c', - NESTED PATH '$.a.za[1]' - COLUMNS (NESTED PATH '$.z21[*]' COLUMNS (b int PATH '$')), - NESTED PATH '$.a.za[1] ? (@.z21[*] >= ($"x"-1))' COLUMNS - (NESTED PATH '$.z21[*] ? (@ >= ($"y" + 3))' as z22 COLUMNS (a int PATH '$ ? (@ >= ($"y" + 12))')), - NESTED PATH '$.a.za[1]' COLUMNS - (NESTED PATH '$.z21[*] ? (@ >= ($"y" +121))' as z21 COLUMNS (c int PATH '$ ? (@ > ($"x" +111))')) - )) sub; - xx1 | b | a | c ------+------+------+------ - 3 | 22 | | - 3 | 234 | | - 3 | 2345 | | - 3 | | | - 3 | | 234 | - 3 | | 2345 | - 3 | | | 234 - 3 | | | 2345 - 10 | 32 | | - 10 | 134 | | - 10 | 1345 | | - 10 | | 32 | - 10 | | 134 | - 10 | | 1345 | - 10 | | | - 10 | | | 1345 -(16 rows) - ------ test on empty behavior -SELECT sub.* FROM s, - (values(23)) x(x), - generate_series(13, 13) y, - JSON_TABLE(js, '$' AS c1 PASSING x AS x, y AS y - COLUMNS ( - xx1 int PATH '$.c', - NESTED PATH '$.a.za[2]' COLUMNS (NESTED PATH '$.z22[*]' as z22 COLUMNS (c int PATH '$')), - NESTED PATH '$.a.za[1]' COLUMNS (d json PATH '$ ? (@.z21[*] == ($"x" -1))'), - NESTED PATH '$.a.za[0]' COLUMNS (NESTED PATH '$.z1[*] ? (@ >= ($"x" -2))' as z1 COLUMNS (a int PATH '$')), - NESTED PATH '$.a.za[1]' COLUMNS - (NESTED PATH '$.z21[*] ? (@ >= ($"y" +121))' as z21 COLUMNS (b int PATH '$ ? (@ > ($"x" +111))' DEFAULT 0 ON EMPTY)) - )) sub; - xx1 | c | d | a | b ------+-----+--------------------------+------+------ - 3 | 32 | | | - 3 | 204 | | | - 3 | 145 | | | - 3 | | {"z21": [22, 234, 2345]} | | - 3 | | | 2222 | - 3 | | | | 234 - 3 | | | | 2345 - 10 | | | | - 10 | | | 21 | - 10 | | | 4222 | - 10 | | | | 0 - 10 | | | | 1345 -(12 rows) - -CREATE OR REPLACE VIEW jsonb_table_view7 AS -SELECT sub.* FROM s, - (values(23)) x(x), - generate_series(13, 13) y, - JSON_TABLE(js, '$' AS c1 PASSING x AS x, y AS y - COLUMNS ( - xx1 int PATH '$.c', - NESTED PATH '$.a.za[2]' COLUMNS (NESTED PATH '$.z22[*]' as z22 COLUMNS (c int PATH '$' WITHOUT WRAPPER OMIT QUOTES)), - NESTED PATH '$.a.za[1]' COLUMNS (d json PATH '$ ? (@.z21[*] == ($"x" -1))' WITH WRAPPER), - NESTED PATH '$.a.za[0]' COLUMNS (NESTED PATH '$.z1[*] ? (@ >= ($"x" -2))' as z1 COLUMNS (a int PATH '$' KEEP QUOTES)), - NESTED PATH '$.a.za[1]' COLUMNS - (NESTED PATH '$.z21[*] ? (@ >= ($"y" +121))' as z21 COLUMNS (b int PATH '$ ? (@ > ($"x" +111))' DEFAULT 0 ON EMPTY)) - )) sub; -\sv jsonb_table_view7 -CREATE OR REPLACE VIEW public.jsonb_table_view7 AS - SELECT sub.xx1, - sub.c, - sub.d, - sub.a, - sub.b - FROM s, - ( VALUES (23)) x(x), - generate_series(13, 13) y(y), - LATERAL JSON_TABLE( - s.js, '$' AS c1 - PASSING - x.x AS x, - y.y AS y - COLUMNS ( - xx1 integer PATH '$."c"', - NESTED PATH '$."a"."za"[2]' AS json_table_path_0 - COLUMNS ( - NESTED PATH '$."z22"[*]' AS z22 - COLUMNS ( - c integer PATH '$' WITHOUT WRAPPER OMIT QUOTES - ) - ), - NESTED PATH '$."a"."za"[1]' AS json_table_path_1 - COLUMNS ( - d json PATH '$?(@."z21"[*] == $"x" - 1)' WITH UNCONDITIONAL WRAPPER KEEP QUOTES - ), - NESTED PATH '$."a"."za"[0]' AS json_table_path_2 - COLUMNS ( - NESTED PATH '$."z1"[*]?(@ >= $"x" - 2)' AS z1 - COLUMNS ( - a integer PATH '$' WITHOUT WRAPPER KEEP QUOTES - ) - ), - NESTED PATH '$."a"."za"[1]' AS json_table_path_3 - COLUMNS ( - NESTED PATH '$."z21"[*]?(@ >= $"y" + 121)' AS z21 - COLUMNS ( - b integer PATH '$?(@ > $"x" + 111)' DEFAULT 0 ON EMPTY - ) - ) - ) - ) sub -DROP VIEW jsonb_table_view7; -DROP TABLE s; --- Prevent ON EMPTY specification on EXISTS columns -SELECT * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (a int exists empty object on empty)); -ERROR: syntax error at or near "empty" -LINE 1: ...sonb '1', '$' COLUMNS (a int exists empty object on empty)); - ^ --- Test ON ERROR / EMPTY value validity for the function and column types; --- all fail -SELECT * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (a int) NULL ON ERROR); -ERROR: invalid ON ERROR behavior -LINE 1: ... * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (a int) NULL ON ER... - ^ -DETAIL: Only EMPTY [ ARRAY ] or ERROR is allowed in the top-level ON ERROR clause. -SELECT * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (a int true on empty)); -ERROR: invalid ON EMPTY behavior for column "a" -LINE 1: ...T * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (a int true on em... - ^ -DETAIL: Only ERROR, NULL, or DEFAULT expression is allowed in ON EMPTY for scalar columns. -SELECT * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (a int omit quotes true on error)); -ERROR: invalid ON ERROR behavior for column "a" -LINE 1: ...N_TABLE(jsonb '1', '$' COLUMNS (a int omit quotes true on er... - ^ -DETAIL: Only ERROR, NULL, EMPTY ARRAY, EMPTY OBJECT, or DEFAULT expression is allowed in ON ERROR for formatted columns. -SELECT * FROM JSON_TABLE(jsonb '1', '$' COLUMNS (a int exists empty object on error)); -ERROR: invalid ON ERROR behavior for column "a" -LINE 1: ...M JSON_TABLE(jsonb '1', '$' COLUMNS (a int exists empty obje... - ^ -DETAIL: Only ERROR, TRUE, FALSE, or UNKNOWN is allowed in ON ERROR for EXISTS columns. --- Test JSON_TABLE() column deparsing -- don't emit default ON ERROR / EMPTY --- behavior -CREATE VIEW json_table_view8 AS SELECT * from JSON_TABLE('"a"', '$' COLUMNS (a text PATH '$')); -\sv json_table_view8; -CREATE OR REPLACE VIEW public.json_table_view8 AS - SELECT a - FROM JSON_TABLE( - '"a"'::text, '$' AS json_table_path_0 - COLUMNS ( - a text PATH '$' - ) - ) -CREATE VIEW json_table_view9 AS SELECT * from JSON_TABLE('"a"', '$' COLUMNS (a text PATH '$') ERROR ON ERROR); -\sv json_table_view9; -CREATE OR REPLACE VIEW public.json_table_view9 AS - SELECT a - FROM JSON_TABLE( - '"a"'::text, '$' AS json_table_path_0 - COLUMNS ( - a text PATH '$' - ) ERROR ON ERROR - ) -DROP VIEW json_table_view8, json_table_view9; --- Test JSON_TABLE() deparsing -- don't emit default ON ERROR behavior -CREATE VIEW json_table_view8 AS SELECT * from JSON_TABLE('"a"', '$' COLUMNS (a text PATH '$') EMPTY ON ERROR); -\sv json_table_view8; -CREATE OR REPLACE VIEW public.json_table_view8 AS - SELECT a - FROM JSON_TABLE( - '"a"'::text, '$' AS json_table_path_0 - COLUMNS ( - a text PATH '$' - ) - ) -CREATE VIEW json_table_view9 AS SELECT * from JSON_TABLE('"a"', '$' COLUMNS (a text PATH '$') EMPTY ARRAY ON ERROR); -\sv json_table_view9; -CREATE OR REPLACE VIEW public.json_table_view9 AS - SELECT a - FROM JSON_TABLE( - '"a"'::text, '$' AS json_table_path_0 - COLUMNS ( - a text PATH '$' - ) - ) -DROP VIEW json_table_view8, json_table_view9; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out --- /tmp/cirrus-ci-build/src/test/regress/expected/plancache.out 2025-05-11 19:30:18.982056000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plancache.out 2025-05-11 19:32:43.141956000 +0000 @@ -1,400 +1,2 @@ --- --- Tests to exercise the plan caching/invalidation mechanism --- -CREATE TEMP TABLE pcachetest AS SELECT * FROM int8_tbl; --- create and use a cached plan -PREPARE prepstmt AS SELECT * FROM pcachetest; -EXECUTE prepstmt; - q1 | q2 -------------------+------------------- - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 123 - 4567890123456789 | 4567890123456789 - 4567890123456789 | -4567890123456789 -(5 rows) - --- and one with parameters -PREPARE prepstmt2(bigint) AS SELECT * FROM pcachetest WHERE q1 = $1; -EXECUTE prepstmt2(123); - q1 | q2 ------+------------------ - 123 | 456 - 123 | 4567890123456789 -(2 rows) - --- invalidate the plans and see what happens -DROP TABLE pcachetest; -EXECUTE prepstmt; -ERROR: relation "pcachetest" does not exist -EXECUTE prepstmt2(123); -ERROR: relation "pcachetest" does not exist --- recreate the temp table (this demonstrates that the raw plan is --- purely textual and doesn't depend on OIDs, for instance) -CREATE TEMP TABLE pcachetest AS SELECT * FROM int8_tbl ORDER BY 2; -EXECUTE prepstmt; - q1 | q2 -------------------+------------------- - 4567890123456789 | -4567890123456789 - 4567890123456789 | 123 - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 4567890123456789 -(5 rows) - -EXECUTE prepstmt2(123); - q1 | q2 ------+------------------ - 123 | 456 - 123 | 4567890123456789 -(2 rows) - --- prepared statements should prevent change in output tupdesc, --- since clients probably aren't expecting that to change on the fly -ALTER TABLE pcachetest ADD COLUMN q3 bigint; -EXECUTE prepstmt; -ERROR: cached plan must not change result type -EXECUTE prepstmt2(123); -ERROR: cached plan must not change result type --- but we're nice guys and will let you undo your mistake -ALTER TABLE pcachetest DROP COLUMN q3; -EXECUTE prepstmt; - q1 | q2 -------------------+------------------- - 4567890123456789 | -4567890123456789 - 4567890123456789 | 123 - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 4567890123456789 -(5 rows) - -EXECUTE prepstmt2(123); - q1 | q2 ------+------------------ - 123 | 456 - 123 | 4567890123456789 -(2 rows) - --- Try it with a view, which isn't directly used in the resulting plan --- but should trigger invalidation anyway -CREATE TEMP VIEW pcacheview AS - SELECT * FROM pcachetest; -PREPARE vprep AS SELECT * FROM pcacheview; -EXECUTE vprep; - q1 | q2 -------------------+------------------- - 4567890123456789 | -4567890123456789 - 4567890123456789 | 123 - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 4567890123456789 -(5 rows) - -CREATE OR REPLACE TEMP VIEW pcacheview AS - SELECT q1, q2/2 AS q2 FROM pcachetest; -EXECUTE vprep; - q1 | q2 -------------------+------------------- - 4567890123456789 | -2283945061728394 - 4567890123456789 | 61 - 123 | 228 - 123 | 2283945061728394 - 4567890123456789 | 2283945061728394 -(5 rows) - --- Check basic SPI plan invalidation -create function cache_test(int) returns int as $$ -declare total int; -begin - create temp table t1(f1 int); - insert into t1 values($1); - insert into t1 values(11); - insert into t1 values(12); - insert into t1 values(13); - select sum(f1) into total from t1; - drop table t1; - return total; -end -$$ language plpgsql; -select cache_test(1); - cache_test ------------- - 37 -(1 row) - -select cache_test(2); - cache_test ------------- - 38 -(1 row) - -select cache_test(3); - cache_test ------------- - 39 -(1 row) - --- Check invalidation of plpgsql "simple expression" -create temp view v1 as - select 2+2 as f1; -create function cache_test_2() returns int as $$ -begin - return f1 from v1; -end$$ language plpgsql; -select cache_test_2(); - cache_test_2 --------------- - 4 -(1 row) - -create or replace temp view v1 as - select 2+2+4 as f1; -select cache_test_2(); - cache_test_2 --------------- - 8 -(1 row) - -create or replace temp view v1 as - select 2+2+4+(select max(unique1) from tenk1) as f1; -select cache_test_2(); - cache_test_2 --------------- - 10007 -(1 row) - ---- Check that change of search_path is honored when re-using cached plan -create schema s1 - create table abc (f1 int); -create schema s2 - create table abc (f1 int); -insert into s1.abc values(123); -insert into s2.abc values(456); -set search_path = s1; -prepare p1 as select f1 from abc; -execute p1; - f1 ------ - 123 -(1 row) - -set search_path = s2; -select f1 from abc; - f1 ------ - 456 -(1 row) - -execute p1; - f1 ------ - 456 -(1 row) - -alter table s1.abc add column f2 float8; -- force replan -execute p1; - f1 ------ - 456 -(1 row) - -drop schema s1 cascade; -NOTICE: drop cascades to table s1.abc -drop schema s2 cascade; -NOTICE: drop cascades to table abc -reset search_path; --- Check that invalidation deals with regclass constants -create temp sequence seq; -prepare p2 as select nextval('seq'); -execute p2; - nextval ---------- - 1 -(1 row) - -drop sequence seq; -create temp sequence seq; -execute p2; - nextval ---------- - 1 -(1 row) - --- Check DDL via SPI, immediately followed by SPI plan re-use --- (bug in original coding) -create function cachebug() returns void as $$ -declare r int; -begin - drop table if exists temptable cascade; - create temp table temptable as select * from generate_series(1,3) as f1; - create temp view vv as select * from temptable; - for r in select * from vv loop - raise notice '%', r; - end loop; -end$$ language plpgsql; -select cachebug(); -NOTICE: table "temptable" does not exist, skipping -NOTICE: 1 -NOTICE: 2 -NOTICE: 3 - cachebug ----------- - -(1 row) - -select cachebug(); -NOTICE: drop cascades to view vv -NOTICE: 1 -NOTICE: 2 -NOTICE: 3 - cachebug ----------- - -(1 row) - --- Check that addition or removal of any partition is correctly dealt with by --- default partition table when it is being used in prepared statement. -create table pc_list_parted (a int) partition by list(a); -create table pc_list_part_null partition of pc_list_parted for values in (null); -create table pc_list_part_1 partition of pc_list_parted for values in (1); -create table pc_list_part_def partition of pc_list_parted default; -prepare pstmt_def_insert (int) as insert into pc_list_part_def values($1); --- should fail -execute pstmt_def_insert(null); -ERROR: new row for relation "pc_list_part_def" violates partition constraint -DETAIL: Failing row contains (null). -execute pstmt_def_insert(1); -ERROR: new row for relation "pc_list_part_def" violates partition constraint -DETAIL: Failing row contains (1). -create table pc_list_part_2 partition of pc_list_parted for values in (2); -execute pstmt_def_insert(2); -ERROR: new row for relation "pc_list_part_def" violates partition constraint -DETAIL: Failing row contains (2). -alter table pc_list_parted detach partition pc_list_part_null; --- should be ok -execute pstmt_def_insert(null); -drop table pc_list_part_1; --- should be ok -execute pstmt_def_insert(1); -drop table pc_list_parted, pc_list_part_null; -deallocate pstmt_def_insert; --- Test plan_cache_mode -create table test_mode (a int); -insert into test_mode select 1 from generate_series(1,1000) union all select 2; -create index on test_mode (a); -analyze test_mode; -prepare test_mode_pp (int) as select count(*) from test_mode where a = $1; -select name, generic_plans, custom_plans from pg_prepared_statements - where name = 'test_mode_pp'; - name | generic_plans | custom_plans ---------------+---------------+-------------- - test_mode_pp | 0 | 0 -(1 row) - --- up to 5 executions, custom plan is used -set plan_cache_mode to auto; -explain (costs off) execute test_mode_pp(2); - QUERY PLAN ----------------------------------------------------------- - Aggregate - -> Index Only Scan using test_mode_a_idx on test_mode - Index Cond: (a = 2) -(3 rows) - -select name, generic_plans, custom_plans from pg_prepared_statements - where name = 'test_mode_pp'; - name | generic_plans | custom_plans ---------------+---------------+-------------- - test_mode_pp | 0 | 1 -(1 row) - --- force generic plan -set plan_cache_mode to force_generic_plan; -explain (costs off) execute test_mode_pp(2); - QUERY PLAN ------------------------------ - Aggregate - -> Seq Scan on test_mode - Filter: (a = $1) -(3 rows) - -select name, generic_plans, custom_plans from pg_prepared_statements - where name = 'test_mode_pp'; - name | generic_plans | custom_plans ---------------+---------------+-------------- - test_mode_pp | 1 | 1 -(1 row) - --- get to generic plan by 5 executions -set plan_cache_mode to auto; -execute test_mode_pp(1); -- 1x - count -------- - 1000 -(1 row) - -execute test_mode_pp(1); -- 2x - count -------- - 1000 -(1 row) - -execute test_mode_pp(1); -- 3x - count -------- - 1000 -(1 row) - -execute test_mode_pp(1); -- 4x - count -------- - 1000 -(1 row) - -select name, generic_plans, custom_plans from pg_prepared_statements - where name = 'test_mode_pp'; - name | generic_plans | custom_plans ---------------+---------------+-------------- - test_mode_pp | 1 | 5 -(1 row) - -execute test_mode_pp(1); -- 5x - count -------- - 1000 -(1 row) - -select name, generic_plans, custom_plans from pg_prepared_statements - where name = 'test_mode_pp'; - name | generic_plans | custom_plans ---------------+---------------+-------------- - test_mode_pp | 2 | 5 -(1 row) - --- we should now get a really bad plan -explain (costs off) execute test_mode_pp(2); - QUERY PLAN ------------------------------ - Aggregate - -> Seq Scan on test_mode - Filter: (a = $1) -(3 rows) - --- but we can force a custom plan -set plan_cache_mode to force_custom_plan; -explain (costs off) execute test_mode_pp(2); - QUERY PLAN ----------------------------------------------------------- - Aggregate - -> Index Only Scan using test_mode_a_idx on test_mode - Index Cond: (a = 2) -(3 rows) - -select name, generic_plans, custom_plans from pg_prepared_statements - where name = 'test_mode_pp'; - name | generic_plans | custom_plans ---------------+---------------+-------------- - test_mode_pp | 3 | 6 -(1 row) - -drop table test_mode; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/limit.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/limit.out --- /tmp/cirrus-ci-build/src/test/regress/expected/limit.out 2025-05-11 19:30:18.967766000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/limit.out 2025-05-11 19:32:43.161249000 +0000 @@ -1,698 +1,2 @@ --- --- LIMIT --- Check the LIMIT/OFFSET feature of SELECT --- -SELECT ''::text AS two, unique1, unique2, stringu1 - FROM onek WHERE unique1 > 50 - ORDER BY unique1 LIMIT 2; - two | unique1 | unique2 | stringu1 ------+---------+---------+---------- - | 51 | 76 | ZBAAAA - | 52 | 985 | ACAAAA -(2 rows) - -SELECT ''::text AS five, unique1, unique2, stringu1 - FROM onek WHERE unique1 > 60 - ORDER BY unique1 LIMIT 5; - five | unique1 | unique2 | stringu1 -------+---------+---------+---------- - | 61 | 560 | JCAAAA - | 62 | 633 | KCAAAA - | 63 | 296 | LCAAAA - | 64 | 479 | MCAAAA - | 65 | 64 | NCAAAA -(5 rows) - -SELECT ''::text AS two, unique1, unique2, stringu1 - FROM onek WHERE unique1 > 60 AND unique1 < 63 - ORDER BY unique1 LIMIT 5; - two | unique1 | unique2 | stringu1 ------+---------+---------+---------- - | 61 | 560 | JCAAAA - | 62 | 633 | KCAAAA -(2 rows) - -SELECT ''::text AS three, unique1, unique2, stringu1 - FROM onek WHERE unique1 > 100 - ORDER BY unique1 LIMIT 3 OFFSET 20; - three | unique1 | unique2 | stringu1 --------+---------+---------+---------- - | 121 | 700 | REAAAA - | 122 | 519 | SEAAAA - | 123 | 777 | TEAAAA -(3 rows) - -SELECT ''::text AS zero, unique1, unique2, stringu1 - FROM onek WHERE unique1 < 50 - ORDER BY unique1 DESC LIMIT 8 OFFSET 99; - zero | unique1 | unique2 | stringu1 -------+---------+---------+---------- -(0 rows) - -SELECT ''::text AS eleven, unique1, unique2, stringu1 - FROM onek WHERE unique1 < 50 - ORDER BY unique1 DESC LIMIT 20 OFFSET 39; - eleven | unique1 | unique2 | stringu1 ---------+---------+---------+---------- - | 10 | 520 | KAAAAA - | 9 | 49 | JAAAAA - | 8 | 653 | IAAAAA - | 7 | 647 | HAAAAA - | 6 | 978 | GAAAAA - | 5 | 541 | FAAAAA - | 4 | 833 | EAAAAA - | 3 | 431 | DAAAAA - | 2 | 326 | CAAAAA - | 1 | 214 | BAAAAA - | 0 | 998 | AAAAAA -(11 rows) - -SELECT ''::text AS ten, unique1, unique2, stringu1 - FROM onek - ORDER BY unique1 OFFSET 990; - ten | unique1 | unique2 | stringu1 ------+---------+---------+---------- - | 990 | 369 | CMAAAA - | 991 | 426 | DMAAAA - | 992 | 363 | EMAAAA - | 993 | 661 | FMAAAA - | 994 | 695 | GMAAAA - | 995 | 144 | HMAAAA - | 996 | 258 | IMAAAA - | 997 | 21 | JMAAAA - | 998 | 549 | KMAAAA - | 999 | 152 | LMAAAA -(10 rows) - -SELECT ''::text AS five, unique1, unique2, stringu1 - FROM onek - ORDER BY unique1 OFFSET 990 LIMIT 5; - five | unique1 | unique2 | stringu1 -------+---------+---------+---------- - | 990 | 369 | CMAAAA - | 991 | 426 | DMAAAA - | 992 | 363 | EMAAAA - | 993 | 661 | FMAAAA - | 994 | 695 | GMAAAA -(5 rows) - -SELECT ''::text AS five, unique1, unique2, stringu1 - FROM onek - ORDER BY unique1 LIMIT 5 OFFSET 900; - five | unique1 | unique2 | stringu1 -------+---------+---------+---------- - | 900 | 913 | QIAAAA - | 901 | 931 | RIAAAA - | 902 | 702 | SIAAAA - | 903 | 641 | TIAAAA - | 904 | 793 | UIAAAA -(5 rows) - --- Test null limit and offset. The planner would discard a simple null --- constant, so to ensure executor is exercised, do this: -select * from int8_tbl limit (case when random() < 0.5 then null::bigint end); - q1 | q2 -------------------+------------------- - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 123 - 4567890123456789 | 4567890123456789 - 4567890123456789 | -4567890123456789 -(5 rows) - -select * from int8_tbl offset (case when random() < 0.5 then null::bigint end); - q1 | q2 -------------------+------------------- - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 123 - 4567890123456789 | 4567890123456789 - 4567890123456789 | -4567890123456789 -(5 rows) - --- Test assorted cases involving backwards fetch from a LIMIT plan node -begin; -declare c1 cursor for select * from int8_tbl limit 10; -fetch all in c1; - q1 | q2 -------------------+------------------- - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 123 - 4567890123456789 | 4567890123456789 - 4567890123456789 | -4567890123456789 -(5 rows) - -fetch 1 in c1; - q1 | q2 -----+---- -(0 rows) - -fetch backward 1 in c1; - q1 | q2 -------------------+------------------- - 4567890123456789 | -4567890123456789 -(1 row) - -fetch backward all in c1; - q1 | q2 -------------------+------------------ - 4567890123456789 | 4567890123456789 - 4567890123456789 | 123 - 123 | 4567890123456789 - 123 | 456 -(4 rows) - -fetch backward 1 in c1; - q1 | q2 -----+---- -(0 rows) - -fetch all in c1; - q1 | q2 -------------------+------------------- - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 123 - 4567890123456789 | 4567890123456789 - 4567890123456789 | -4567890123456789 -(5 rows) - -declare c2 cursor for select * from int8_tbl limit 3; -fetch all in c2; - q1 | q2 -------------------+------------------ - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 123 -(3 rows) - -fetch 1 in c2; - q1 | q2 -----+---- -(0 rows) - -fetch backward 1 in c2; - q1 | q2 -------------------+----- - 4567890123456789 | 123 -(1 row) - -fetch backward all in c2; - q1 | q2 ------+------------------ - 123 | 4567890123456789 - 123 | 456 -(2 rows) - -fetch backward 1 in c2; - q1 | q2 -----+---- -(0 rows) - -fetch all in c2; - q1 | q2 -------------------+------------------ - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 123 -(3 rows) - -declare c3 cursor for select * from int8_tbl offset 3; -fetch all in c3; - q1 | q2 -------------------+------------------- - 4567890123456789 | 4567890123456789 - 4567890123456789 | -4567890123456789 -(2 rows) - -fetch 1 in c3; - q1 | q2 -----+---- -(0 rows) - -fetch backward 1 in c3; - q1 | q2 -------------------+------------------- - 4567890123456789 | -4567890123456789 -(1 row) - -fetch backward all in c3; - q1 | q2 -------------------+------------------ - 4567890123456789 | 4567890123456789 -(1 row) - -fetch backward 1 in c3; - q1 | q2 -----+---- -(0 rows) - -fetch all in c3; - q1 | q2 -------------------+------------------- - 4567890123456789 | 4567890123456789 - 4567890123456789 | -4567890123456789 -(2 rows) - -declare c4 cursor for select * from int8_tbl offset 10; -fetch all in c4; - q1 | q2 -----+---- -(0 rows) - -fetch 1 in c4; - q1 | q2 -----+---- -(0 rows) - -fetch backward 1 in c4; - q1 | q2 -----+---- -(0 rows) - -fetch backward all in c4; - q1 | q2 -----+---- -(0 rows) - -fetch backward 1 in c4; - q1 | q2 -----+---- -(0 rows) - -fetch all in c4; - q1 | q2 -----+---- -(0 rows) - -declare c5 cursor for select * from int8_tbl order by q1 fetch first 2 rows with ties; -fetch all in c5; - q1 | q2 ------+------------------ - 123 | 456 - 123 | 4567890123456789 -(2 rows) - -fetch 1 in c5; - q1 | q2 -----+---- -(0 rows) - -fetch backward 1 in c5; - q1 | q2 ------+------------------ - 123 | 4567890123456789 -(1 row) - -fetch backward 1 in c5; - q1 | q2 ------+----- - 123 | 456 -(1 row) - -fetch all in c5; - q1 | q2 ------+------------------ - 123 | 4567890123456789 -(1 row) - -fetch backward all in c5; - q1 | q2 ------+------------------ - 123 | 4567890123456789 - 123 | 456 -(2 rows) - -fetch all in c5; - q1 | q2 ------+------------------ - 123 | 456 - 123 | 4567890123456789 -(2 rows) - -fetch backward all in c5; - q1 | q2 ------+------------------ - 123 | 4567890123456789 - 123 | 456 -(2 rows) - -rollback; --- Stress test for variable LIMIT in conjunction with bounded-heap sorting -SELECT - (SELECT n - FROM (VALUES (1)) AS x, - (SELECT n FROM generate_series(1,10) AS n - ORDER BY n LIMIT 1 OFFSET s-1) AS y) AS z - FROM generate_series(1,10) AS s; - z ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 -(10 rows) - --- --- Test behavior of volatile and set-returning functions in conjunction --- with ORDER BY and LIMIT. --- -create temp sequence testseq; -explain (verbose, costs off) -select unique1, unique2, nextval('testseq') - from tenk1 order by unique2 limit 10; - QUERY PLAN ----------------------------------------------------------------- - Limit - Output: unique1, unique2, (nextval('testseq'::regclass)) - -> Index Scan using tenk1_unique2 on public.tenk1 - Output: unique1, unique2, nextval('testseq'::regclass) -(4 rows) - -select unique1, unique2, nextval('testseq') - from tenk1 order by unique2 limit 10; - unique1 | unique2 | nextval ----------+---------+--------- - 8800 | 0 | 1 - 1891 | 1 | 2 - 3420 | 2 | 3 - 9850 | 3 | 4 - 7164 | 4 | 5 - 8009 | 5 | 6 - 5057 | 6 | 7 - 6701 | 7 | 8 - 4321 | 8 | 9 - 3043 | 9 | 10 -(10 rows) - -select currval('testseq'); - currval ---------- - 10 -(1 row) - -explain (verbose, costs off) -select unique1, unique2, nextval('testseq') - from tenk1 order by tenthous limit 10; - QUERY PLAN --------------------------------------------------------------------------- - Limit - Output: unique1, unique2, (nextval('testseq'::regclass)), tenthous - -> Result - Output: unique1, unique2, nextval('testseq'::regclass), tenthous - -> Sort - Output: unique1, unique2, tenthous - Sort Key: tenk1.tenthous - -> Seq Scan on public.tenk1 - Output: unique1, unique2, tenthous -(9 rows) - -select unique1, unique2, nextval('testseq') - from tenk1 order by tenthous limit 10; - unique1 | unique2 | nextval ----------+---------+--------- - 0 | 9998 | 11 - 1 | 2838 | 12 - 2 | 2716 | 13 - 3 | 5679 | 14 - 4 | 1621 | 15 - 5 | 5557 | 16 - 6 | 2855 | 17 - 7 | 8518 | 18 - 8 | 5435 | 19 - 9 | 4463 | 20 -(10 rows) - -select currval('testseq'); - currval ---------- - 20 -(1 row) - -explain (verbose, costs off) -select unique1, unique2, generate_series(1,10) - from tenk1 order by unique2 limit 7; - QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------------------- - Limit - Output: unique1, unique2, (generate_series(1, 10)) - -> ProjectSet - Output: unique1, unique2, generate_series(1, 10) - -> Index Scan using tenk1_unique2 on public.tenk1 - Output: unique1, unique2, two, four, ten, twenty, hundred, thousand, twothousand, fivethous, tenthous, odd, even, stringu1, stringu2, string4 -(6 rows) - -select unique1, unique2, generate_series(1,10) - from tenk1 order by unique2 limit 7; - unique1 | unique2 | generate_series ----------+---------+----------------- - 8800 | 0 | 1 - 8800 | 0 | 2 - 8800 | 0 | 3 - 8800 | 0 | 4 - 8800 | 0 | 5 - 8800 | 0 | 6 - 8800 | 0 | 7 -(7 rows) - -explain (verbose, costs off) -select unique1, unique2, generate_series(1,10) - from tenk1 order by tenthous limit 7; - QUERY PLAN --------------------------------------------------------------------- - Limit - Output: unique1, unique2, (generate_series(1, 10)), tenthous - -> ProjectSet - Output: unique1, unique2, generate_series(1, 10), tenthous - -> Sort - Output: unique1, unique2, tenthous - Sort Key: tenk1.tenthous - -> Seq Scan on public.tenk1 - Output: unique1, unique2, tenthous -(9 rows) - -select unique1, unique2, generate_series(1,10) - from tenk1 order by tenthous limit 7; - unique1 | unique2 | generate_series ----------+---------+----------------- - 0 | 9998 | 1 - 0 | 9998 | 2 - 0 | 9998 | 3 - 0 | 9998 | 4 - 0 | 9998 | 5 - 0 | 9998 | 6 - 0 | 9998 | 7 -(7 rows) - --- use of random() is to keep planner from folding the expressions together -explain (verbose, costs off) -select generate_series(0,2) as s1, generate_series((random()*.1)::int,2) as s2; - QUERY PLAN ------------------------------------------------------------------------------------------------------- - ProjectSet - Output: generate_series(0, 2), generate_series(((random() * '0.1'::double precision))::integer, 2) - -> Result -(3 rows) - -select generate_series(0,2) as s1, generate_series((random()*.1)::int,2) as s2; - s1 | s2 -----+---- - 0 | 0 - 1 | 1 - 2 | 2 -(3 rows) - -explain (verbose, costs off) -select generate_series(0,2) as s1, generate_series((random()*.1)::int,2) as s2 -order by s2 desc; - QUERY PLAN ------------------------------------------------------------------------------------------------------------- - Sort - Output: (generate_series(0, 2)), (generate_series(((random() * '0.1'::double precision))::integer, 2)) - Sort Key: (generate_series(((random() * '0.1'::double precision))::integer, 2)) DESC - -> ProjectSet - Output: generate_series(0, 2), generate_series(((random() * '0.1'::double precision))::integer, 2) - -> Result -(6 rows) - -select generate_series(0,2) as s1, generate_series((random()*.1)::int,2) as s2 -order by s2 desc; - s1 | s2 -----+---- - 2 | 2 - 1 | 1 - 0 | 0 -(3 rows) - --- test for failure to set all aggregates' aggtranstype -explain (verbose, costs off) -select sum(tenthous) as s1, sum(tenthous) + random()*0 as s2 - from tenk1 group by thousand order by thousand limit 3; - QUERY PLAN -------------------------------------------------------------------------------------------------------------------- - Limit - Output: (sum(tenthous)), (((sum(tenthous))::double precision + (random() * '0'::double precision))), thousand - -> GroupAggregate - Output: sum(tenthous), ((sum(tenthous))::double precision + (random() * '0'::double precision)), thousand - Group Key: tenk1.thousand - -> Index Only Scan using tenk1_thous_tenthous on public.tenk1 - Output: thousand, tenthous -(7 rows) - -select sum(tenthous) as s1, sum(tenthous) + random()*0 as s2 - from tenk1 group by thousand order by thousand limit 3; - s1 | s2 --------+------- - 45000 | 45000 - 45010 | 45010 - 45020 | 45020 -(3 rows) - --- --- FETCH FIRST --- Check the WITH TIES clause --- -SELECT thousand - FROM onek WHERE thousand < 5 - ORDER BY thousand FETCH FIRST 2 ROW WITH TIES; - thousand ----------- - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 -(10 rows) - -SELECT thousand - FROM onek WHERE thousand < 5 - ORDER BY thousand FETCH FIRST ROWS WITH TIES; - thousand ----------- - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 -(10 rows) - -SELECT thousand - FROM onek WHERE thousand < 5 - ORDER BY thousand FETCH FIRST 1 ROW WITH TIES; - thousand ----------- - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 -(10 rows) - -SELECT thousand - FROM onek WHERE thousand < 5 - ORDER BY thousand FETCH FIRST 2 ROW ONLY; - thousand ----------- - 0 - 0 -(2 rows) - --- SKIP LOCKED and WITH TIES are incompatible -SELECT thousand - FROM onek WHERE thousand < 5 - ORDER BY thousand FETCH FIRST 1 ROW WITH TIES FOR UPDATE SKIP LOCKED; -ERROR: SKIP LOCKED and WITH TIES options cannot be used together -LINE 3: ORDER BY thousand FETCH FIRST 1 ROW WITH TIES FOR UPDATE S... - ^ --- should fail -SELECT ''::text AS two, unique1, unique2, stringu1 - FROM onek WHERE unique1 > 50 - FETCH FIRST 2 ROW WITH TIES; -ERROR: WITH TIES cannot be specified without ORDER BY clause -LINE 3: FETCH FIRST 2 ROW WITH TIES; - ^ --- test ruleutils -CREATE VIEW limit_thousand_v_1 AS SELECT thousand FROM onek WHERE thousand < 995 - ORDER BY thousand FETCH FIRST 5 ROWS WITH TIES OFFSET 10; -\d+ limit_thousand_v_1 - View "public.limit_thousand_v_1" - Column | Type | Collation | Nullable | Default | Storage | Description -----------+---------+-----------+----------+---------+---------+------------- - thousand | integer | | | | plain | -View definition: - SELECT thousand - FROM onek - WHERE thousand < 995 - ORDER BY thousand - OFFSET 10 - FETCH FIRST 5 ROWS WITH TIES; - -CREATE VIEW limit_thousand_v_2 AS SELECT thousand FROM onek WHERE thousand < 995 - ORDER BY thousand OFFSET 10 FETCH FIRST 5 ROWS ONLY; -\d+ limit_thousand_v_2 - View "public.limit_thousand_v_2" - Column | Type | Collation | Nullable | Default | Storage | Description -----------+---------+-----------+----------+---------+---------+------------- - thousand | integer | | | | plain | -View definition: - SELECT thousand - FROM onek - WHERE thousand < 995 - ORDER BY thousand - OFFSET 10 - LIMIT 5; - -CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousand < 995 - ORDER BY thousand FETCH FIRST NULL ROWS WITH TIES; -- fails -ERROR: row count cannot be null in FETCH FIRST ... WITH TIES clause -CREATE VIEW limit_thousand_v_3 AS SELECT thousand FROM onek WHERE thousand < 995 - ORDER BY thousand FETCH FIRST (NULL+1) ROWS WITH TIES; -\d+ limit_thousand_v_3 - View "public.limit_thousand_v_3" - Column | Type | Collation | Nullable | Default | Storage | Description -----------+---------+-----------+----------+---------+---------+------------- - thousand | integer | | | | plain | -View definition: - SELECT thousand - FROM onek - WHERE thousand < 995 - ORDER BY thousand - FETCH FIRST (NULL::integer + 1) ROWS WITH TIES; - -CREATE VIEW limit_thousand_v_4 AS SELECT thousand FROM onek WHERE thousand < 995 - ORDER BY thousand FETCH FIRST NULL ROWS ONLY; -\d+ limit_thousand_v_4 - View "public.limit_thousand_v_4" - Column | Type | Collation | Nullable | Default | Storage | Description -----------+---------+-----------+----------+---------+---------+------------- - thousand | integer | | | | plain | -View definition: - SELECT thousand - FROM onek - WHERE thousand < 995 - ORDER BY thousand - LIMIT ALL; - --- leave these views +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plpgsql.out --- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out 2025-05-11 19:30:18.983508000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/plpgsql.out 2025-05-11 19:32:43.154271000 +0000 @@ -1,5856 +1,2 @@ --- --- PLPGSQL --- --- Scenario: --- --- A building with a modern TP cable installation where any --- of the wall connectors can be used to plug in phones, --- ethernet interfaces or local office hubs. The backside --- of the wall connectors is wired to one of several patch- --- fields in the building. --- --- In the patchfields, there are hubs and all the slots --- representing the wall connectors. In addition there are --- slots that can represent a phone line from the central --- phone system. --- --- Triggers ensure consistency of the patching information. --- --- Functions are used to build up powerful views that let --- you look behind the wall when looking at a patchfield --- or into a room. --- -create table Room ( - roomno char(8), - comment text -); -create unique index Room_rno on Room using btree (roomno bpchar_ops); -create table WSlot ( - slotname char(20), - roomno char(8), - slotlink char(20), - backlink char(20) -); -create unique index WSlot_name on WSlot using btree (slotname bpchar_ops); -create table PField ( - name text, - comment text -); -create unique index PField_name on PField using btree (name text_ops); -create table PSlot ( - slotname char(20), - pfname text, - slotlink char(20), - backlink char(20) -); -create unique index PSlot_name on PSlot using btree (slotname bpchar_ops); -create table PLine ( - slotname char(20), - phonenumber char(20), - comment text, - backlink char(20) -); -create unique index PLine_name on PLine using btree (slotname bpchar_ops); -create table Hub ( - name char(14), - comment text, - nslots integer -); -create unique index Hub_name on Hub using btree (name bpchar_ops); -create table HSlot ( - slotname char(20), - hubname char(14), - slotno integer, - slotlink char(20) -); -create unique index HSlot_name on HSlot using btree (slotname bpchar_ops); -create index HSlot_hubname on HSlot using btree (hubname bpchar_ops); -create table System ( - name text, - comment text -); -create unique index System_name on System using btree (name text_ops); -create table IFace ( - slotname char(20), - sysname text, - ifname text, - slotlink char(20) -); -create unique index IFace_name on IFace using btree (slotname bpchar_ops); -create table PHone ( - slotname char(20), - comment text, - slotlink char(20) -); -create unique index PHone_name on PHone using btree (slotname bpchar_ops); --- ************************************************************ --- * --- * Trigger procedures and functions for the patchfield --- * test of PL/pgSQL --- * --- ************************************************************ --- ************************************************************ --- * AFTER UPDATE on Room --- * - If room no changes let wall slots follow --- ************************************************************ -create function tg_room_au() returns trigger as ' -begin - if new.roomno != old.roomno then - update WSlot set roomno = new.roomno where roomno = old.roomno; - end if; - return new; -end; -' language plpgsql; -create trigger tg_room_au after update - on Room for each row execute procedure tg_room_au(); --- ************************************************************ --- * AFTER DELETE on Room --- * - delete wall slots in this room --- ************************************************************ -create function tg_room_ad() returns trigger as ' -begin - delete from WSlot where roomno = old.roomno; - return old; -end; -' language plpgsql; -create trigger tg_room_ad after delete - on Room for each row execute procedure tg_room_ad(); --- ************************************************************ --- * BEFORE INSERT or UPDATE on WSlot --- * - Check that room exists --- ************************************************************ -create function tg_wslot_biu() returns trigger as $$ -begin - if count(*) = 0 from Room where roomno = new.roomno then - raise exception 'Room % does not exist', new.roomno; - end if; - return new; -end; -$$ language plpgsql; -create trigger tg_wslot_biu before insert or update - on WSlot for each row execute procedure tg_wslot_biu(); --- ************************************************************ --- * AFTER UPDATE on PField --- * - Let PSlots of this field follow --- ************************************************************ -create function tg_pfield_au() returns trigger as ' -begin - if new.name != old.name then - update PSlot set pfname = new.name where pfname = old.name; - end if; - return new; -end; -' language plpgsql; -create trigger tg_pfield_au after update - on PField for each row execute procedure tg_pfield_au(); --- ************************************************************ --- * AFTER DELETE on PField --- * - Remove all slots of this patchfield --- ************************************************************ -create function tg_pfield_ad() returns trigger as ' -begin - delete from PSlot where pfname = old.name; - return old; -end; -' language plpgsql; -create trigger tg_pfield_ad after delete - on PField for each row execute procedure tg_pfield_ad(); --- ************************************************************ --- * BEFORE INSERT or UPDATE on PSlot --- * - Ensure that our patchfield does exist --- ************************************************************ -create function tg_pslot_biu() returns trigger as $proc$ -declare - pfrec record; - ps alias for new; -begin - select into pfrec * from PField where name = ps.pfname; - if not found then - raise exception $$Patchfield "%" does not exist$$, ps.pfname; - end if; - return ps; -end; -$proc$ language plpgsql; -create trigger tg_pslot_biu before insert or update - on PSlot for each row execute procedure tg_pslot_biu(); --- ************************************************************ --- * AFTER UPDATE on System --- * - If system name changes let interfaces follow --- ************************************************************ -create function tg_system_au() returns trigger as ' -begin - if new.name != old.name then - update IFace set sysname = new.name where sysname = old.name; - end if; - return new; -end; -' language plpgsql; -create trigger tg_system_au after update - on System for each row execute procedure tg_system_au(); --- ************************************************************ --- * BEFORE INSERT or UPDATE on IFace --- * - set the slotname to IF.sysname.ifname --- ************************************************************ -create function tg_iface_biu() returns trigger as $$ -declare - sname text; - sysrec record; -begin - select into sysrec * from system where name = new.sysname; - if not found then - raise exception $q$system "%" does not exist$q$, new.sysname; - end if; - sname := 'IF.' || new.sysname; - sname := sname || '.'; - sname := sname || new.ifname; - if length(sname) > 20 then - raise exception 'IFace slotname "%" too long (20 char max)', sname; - end if; - new.slotname := sname; - return new; -end; -$$ language plpgsql; -create trigger tg_iface_biu before insert or update - on IFace for each row execute procedure tg_iface_biu(); --- ************************************************************ --- * AFTER INSERT or UPDATE or DELETE on Hub --- * - insert/delete/rename slots as required --- ************************************************************ -create function tg_hub_a() returns trigger as ' -declare - hname text; - dummy integer; -begin - if tg_op = ''INSERT'' then - dummy := tg_hub_adjustslots(new.name, 0, new.nslots); - return new; - end if; - if tg_op = ''UPDATE'' then - if new.name != old.name then - update HSlot set hubname = new.name where hubname = old.name; - end if; - dummy := tg_hub_adjustslots(new.name, old.nslots, new.nslots); - return new; - end if; - if tg_op = ''DELETE'' then - dummy := tg_hub_adjustslots(old.name, old.nslots, 0); - return old; - end if; -end; -' language plpgsql; -create trigger tg_hub_a after insert or update or delete - on Hub for each row execute procedure tg_hub_a(); --- ************************************************************ --- * Support function to add/remove slots of Hub --- ************************************************************ -create function tg_hub_adjustslots(hname bpchar, - oldnslots integer, - newnslots integer) -returns integer as ' -begin - if newnslots = oldnslots then - return 0; - end if; - if newnslots < oldnslots then - delete from HSlot where hubname = hname and slotno > newnslots; - return 0; - end if; - for i in oldnslots + 1 .. newnslots loop - insert into HSlot (slotname, hubname, slotno, slotlink) - values (''HS.dummy'', hname, i, ''''); - end loop; - return 0; -end -' language plpgsql; --- Test comments -COMMENT ON FUNCTION tg_hub_adjustslots_wrong(bpchar, integer, integer) IS 'function with args'; -ERROR: function tg_hub_adjustslots_wrong(character, integer, integer) does not exist -COMMENT ON FUNCTION tg_hub_adjustslots(bpchar, integer, integer) IS 'function with args'; -COMMENT ON FUNCTION tg_hub_adjustslots(bpchar, integer, integer) IS NULL; --- ************************************************************ --- * BEFORE INSERT or UPDATE on HSlot --- * - prevent from manual manipulation --- * - set the slotname to HS.hubname.slotno --- ************************************************************ -create function tg_hslot_biu() returns trigger as ' -declare - sname text; - xname HSlot.slotname%TYPE; - hubrec record; -begin - select into hubrec * from Hub where name = new.hubname; - if not found then - raise exception ''no manual manipulation of HSlot''; - end if; - if new.slotno < 1 or new.slotno > hubrec.nslots then - raise exception ''no manual manipulation of HSlot''; - end if; - if tg_op = ''UPDATE'' and new.hubname != old.hubname then - if count(*) > 0 from Hub where name = old.hubname then - raise exception ''no manual manipulation of HSlot''; - end if; - end if; - sname := ''HS.'' || trim(new.hubname); - sname := sname || ''.''; - sname := sname || new.slotno::text; - if length(sname) > 20 then - raise exception ''HSlot slotname "%" too long (20 char max)'', sname; - end if; - new.slotname := sname; - return new; -end; -' language plpgsql; -create trigger tg_hslot_biu before insert or update - on HSlot for each row execute procedure tg_hslot_biu(); --- ************************************************************ --- * BEFORE DELETE on HSlot --- * - prevent from manual manipulation --- ************************************************************ -create function tg_hslot_bd() returns trigger as ' -declare - hubrec record; -begin - select into hubrec * from Hub where name = old.hubname; - if not found then - return old; - end if; - if old.slotno > hubrec.nslots then - return old; - end if; - raise exception ''no manual manipulation of HSlot''; -end; -' language plpgsql; -create trigger tg_hslot_bd before delete - on HSlot for each row execute procedure tg_hslot_bd(); --- ************************************************************ --- * BEFORE INSERT on all slots --- * - Check name prefix --- ************************************************************ -create function tg_chkslotname() returns trigger as ' -begin - if substr(new.slotname, 1, 2) != tg_argv[0] then - raise exception ''slotname must begin with %'', tg_argv[0]; - end if; - return new; -end; -' language plpgsql; -create trigger tg_chkslotname before insert - on PSlot for each row execute procedure tg_chkslotname('PS'); -create trigger tg_chkslotname before insert - on WSlot for each row execute procedure tg_chkslotname('WS'); -create trigger tg_chkslotname before insert - on PLine for each row execute procedure tg_chkslotname('PL'); -create trigger tg_chkslotname before insert - on IFace for each row execute procedure tg_chkslotname('IF'); -create trigger tg_chkslotname before insert - on PHone for each row execute procedure tg_chkslotname('PH'); --- ************************************************************ --- * BEFORE INSERT or UPDATE on all slots with slotlink --- * - Set slotlink to empty string if NULL value given --- ************************************************************ -create function tg_chkslotlink() returns trigger as ' -begin - if new.slotlink isnull then - new.slotlink := ''''; - end if; - return new; -end; -' language plpgsql; -create trigger tg_chkslotlink before insert or update - on PSlot for each row execute procedure tg_chkslotlink(); -create trigger tg_chkslotlink before insert or update - on WSlot for each row execute procedure tg_chkslotlink(); -create trigger tg_chkslotlink before insert or update - on IFace for each row execute procedure tg_chkslotlink(); -create trigger tg_chkslotlink before insert or update - on HSlot for each row execute procedure tg_chkslotlink(); -create trigger tg_chkslotlink before insert or update - on PHone for each row execute procedure tg_chkslotlink(); --- ************************************************************ --- * BEFORE INSERT or UPDATE on all slots with backlink --- * - Set backlink to empty string if NULL value given --- ************************************************************ -create function tg_chkbacklink() returns trigger as ' -begin - if new.backlink isnull then - new.backlink := ''''; - end if; - return new; -end; -' language plpgsql; -create trigger tg_chkbacklink before insert or update - on PSlot for each row execute procedure tg_chkbacklink(); -create trigger tg_chkbacklink before insert or update - on WSlot for each row execute procedure tg_chkbacklink(); -create trigger tg_chkbacklink before insert or update - on PLine for each row execute procedure tg_chkbacklink(); --- ************************************************************ --- * BEFORE UPDATE on PSlot --- * - do delete/insert instead of update if name changes --- ************************************************************ -create function tg_pslot_bu() returns trigger as ' -begin - if new.slotname != old.slotname then - delete from PSlot where slotname = old.slotname; - insert into PSlot ( - slotname, - pfname, - slotlink, - backlink - ) values ( - new.slotname, - new.pfname, - new.slotlink, - new.backlink - ); - return null; - end if; - return new; -end; -' language plpgsql; -create trigger tg_pslot_bu before update - on PSlot for each row execute procedure tg_pslot_bu(); --- ************************************************************ --- * BEFORE UPDATE on WSlot --- * - do delete/insert instead of update if name changes --- ************************************************************ -create function tg_wslot_bu() returns trigger as ' -begin - if new.slotname != old.slotname then - delete from WSlot where slotname = old.slotname; - insert into WSlot ( - slotname, - roomno, - slotlink, - backlink - ) values ( - new.slotname, - new.roomno, - new.slotlink, - new.backlink - ); - return null; - end if; - return new; -end; -' language plpgsql; -create trigger tg_wslot_bu before update - on WSlot for each row execute procedure tg_Wslot_bu(); --- ************************************************************ --- * BEFORE UPDATE on PLine --- * - do delete/insert instead of update if name changes --- ************************************************************ -create function tg_pline_bu() returns trigger as ' -begin - if new.slotname != old.slotname then - delete from PLine where slotname = old.slotname; - insert into PLine ( - slotname, - phonenumber, - comment, - backlink - ) values ( - new.slotname, - new.phonenumber, - new.comment, - new.backlink - ); - return null; - end if; - return new; -end; -' language plpgsql; -create trigger tg_pline_bu before update - on PLine for each row execute procedure tg_pline_bu(); --- ************************************************************ --- * BEFORE UPDATE on IFace --- * - do delete/insert instead of update if name changes --- ************************************************************ -create function tg_iface_bu() returns trigger as ' -begin - if new.slotname != old.slotname then - delete from IFace where slotname = old.slotname; - insert into IFace ( - slotname, - sysname, - ifname, - slotlink - ) values ( - new.slotname, - new.sysname, - new.ifname, - new.slotlink - ); - return null; - end if; - return new; -end; -' language plpgsql; -create trigger tg_iface_bu before update - on IFace for each row execute procedure tg_iface_bu(); --- ************************************************************ --- * BEFORE UPDATE on HSlot --- * - do delete/insert instead of update if name changes --- ************************************************************ -create function tg_hslot_bu() returns trigger as ' -begin - if new.slotname != old.slotname or new.hubname != old.hubname then - delete from HSlot where slotname = old.slotname; - insert into HSlot ( - slotname, - hubname, - slotno, - slotlink - ) values ( - new.slotname, - new.hubname, - new.slotno, - new.slotlink - ); - return null; - end if; - return new; -end; -' language plpgsql; -create trigger tg_hslot_bu before update - on HSlot for each row execute procedure tg_hslot_bu(); --- ************************************************************ --- * BEFORE UPDATE on PHone --- * - do delete/insert instead of update if name changes --- ************************************************************ -create function tg_phone_bu() returns trigger as ' -begin - if new.slotname != old.slotname then - delete from PHone where slotname = old.slotname; - insert into PHone ( - slotname, - comment, - slotlink - ) values ( - new.slotname, - new.comment, - new.slotlink - ); - return null; - end if; - return new; -end; -' language plpgsql; -create trigger tg_phone_bu before update - on PHone for each row execute procedure tg_phone_bu(); --- ************************************************************ --- * AFTER INSERT or UPDATE or DELETE on slot with backlink --- * - Ensure that the opponent correctly points back to us --- ************************************************************ -create function tg_backlink_a() returns trigger as ' -declare - dummy integer; -begin - if tg_op = ''INSERT'' then - if new.backlink != '''' then - dummy := tg_backlink_set(new.backlink, new.slotname); - end if; - return new; - end if; - if tg_op = ''UPDATE'' then - if new.backlink != old.backlink then - if old.backlink != '''' then - dummy := tg_backlink_unset(old.backlink, old.slotname); - end if; - if new.backlink != '''' then - dummy := tg_backlink_set(new.backlink, new.slotname); - end if; - else - if new.slotname != old.slotname and new.backlink != '''' then - dummy := tg_slotlink_set(new.backlink, new.slotname); - end if; - end if; - return new; - end if; - if tg_op = ''DELETE'' then - if old.backlink != '''' then - dummy := tg_backlink_unset(old.backlink, old.slotname); - end if; - return old; - end if; -end; -' language plpgsql; -create trigger tg_backlink_a after insert or update or delete - on PSlot for each row execute procedure tg_backlink_a('PS'); -create trigger tg_backlink_a after insert or update or delete - on WSlot for each row execute procedure tg_backlink_a('WS'); -create trigger tg_backlink_a after insert or update or delete - on PLine for each row execute procedure tg_backlink_a('PL'); --- ************************************************************ --- * Support function to set the opponents backlink field --- * if it does not already point to the requested slot --- ************************************************************ -create function tg_backlink_set(myname bpchar, blname bpchar) -returns integer as ' -declare - mytype char(2); - link char(4); - rec record; -begin - mytype := substr(myname, 1, 2); - link := mytype || substr(blname, 1, 2); - if link = ''PLPL'' then - raise exception - ''backlink between two phone lines does not make sense''; - end if; - if link in (''PLWS'', ''WSPL'') then - raise exception - ''direct link of phone line to wall slot not permitted''; - end if; - if mytype = ''PS'' then - select into rec * from PSlot where slotname = myname; - if not found then - raise exception ''% does not exist'', myname; - end if; - if rec.backlink != blname then - update PSlot set backlink = blname where slotname = myname; - end if; - return 0; - end if; - if mytype = ''WS'' then - select into rec * from WSlot where slotname = myname; - if not found then - raise exception ''% does not exist'', myname; - end if; - if rec.backlink != blname then - update WSlot set backlink = blname where slotname = myname; - end if; - return 0; - end if; - if mytype = ''PL'' then - select into rec * from PLine where slotname = myname; - if not found then - raise exception ''% does not exist'', myname; - end if; - if rec.backlink != blname then - update PLine set backlink = blname where slotname = myname; - end if; - return 0; - end if; - raise exception ''illegal backlink beginning with %'', mytype; -end; -' language plpgsql; --- ************************************************************ --- * Support function to clear out the backlink field if --- * it still points to specific slot --- ************************************************************ -create function tg_backlink_unset(bpchar, bpchar) -returns integer as ' -declare - myname alias for $1; - blname alias for $2; - mytype char(2); - rec record; -begin - mytype := substr(myname, 1, 2); - if mytype = ''PS'' then - select into rec * from PSlot where slotname = myname; - if not found then - return 0; - end if; - if rec.backlink = blname then - update PSlot set backlink = '''' where slotname = myname; - end if; - return 0; - end if; - if mytype = ''WS'' then - select into rec * from WSlot where slotname = myname; - if not found then - return 0; - end if; - if rec.backlink = blname then - update WSlot set backlink = '''' where slotname = myname; - end if; - return 0; - end if; - if mytype = ''PL'' then - select into rec * from PLine where slotname = myname; - if not found then - return 0; - end if; - if rec.backlink = blname then - update PLine set backlink = '''' where slotname = myname; - end if; - return 0; - end if; -end -' language plpgsql; --- ************************************************************ --- * AFTER INSERT or UPDATE or DELETE on slot with slotlink --- * - Ensure that the opponent correctly points back to us --- ************************************************************ -create function tg_slotlink_a() returns trigger as ' -declare - dummy integer; -begin - if tg_op = ''INSERT'' then - if new.slotlink != '''' then - dummy := tg_slotlink_set(new.slotlink, new.slotname); - end if; - return new; - end if; - if tg_op = ''UPDATE'' then - if new.slotlink != old.slotlink then - if old.slotlink != '''' then - dummy := tg_slotlink_unset(old.slotlink, old.slotname); - end if; - if new.slotlink != '''' then - dummy := tg_slotlink_set(new.slotlink, new.slotname); - end if; - else - if new.slotname != old.slotname and new.slotlink != '''' then - dummy := tg_slotlink_set(new.slotlink, new.slotname); - end if; - end if; - return new; - end if; - if tg_op = ''DELETE'' then - if old.slotlink != '''' then - dummy := tg_slotlink_unset(old.slotlink, old.slotname); - end if; - return old; - end if; -end; -' language plpgsql; -create trigger tg_slotlink_a after insert or update or delete - on PSlot for each row execute procedure tg_slotlink_a('PS'); -create trigger tg_slotlink_a after insert or update or delete - on WSlot for each row execute procedure tg_slotlink_a('WS'); -create trigger tg_slotlink_a after insert or update or delete - on IFace for each row execute procedure tg_slotlink_a('IF'); -create trigger tg_slotlink_a after insert or update or delete - on HSlot for each row execute procedure tg_slotlink_a('HS'); -create trigger tg_slotlink_a after insert or update or delete - on PHone for each row execute procedure tg_slotlink_a('PH'); --- ************************************************************ --- * Support function to set the opponents slotlink field --- * if it does not already point to the requested slot --- ************************************************************ -create function tg_slotlink_set(bpchar, bpchar) -returns integer as ' -declare - myname alias for $1; - blname alias for $2; - mytype char(2); - link char(4); - rec record; -begin - mytype := substr(myname, 1, 2); - link := mytype || substr(blname, 1, 2); - if link = ''PHPH'' then - raise exception - ''slotlink between two phones does not make sense''; - end if; - if link in (''PHHS'', ''HSPH'') then - raise exception - ''link of phone to hub does not make sense''; - end if; - if link in (''PHIF'', ''IFPH'') then - raise exception - ''link of phone to hub does not make sense''; - end if; - if link in (''PSWS'', ''WSPS'') then - raise exception - ''slotlink from patchslot to wallslot not permitted''; - end if; - if mytype = ''PS'' then - select into rec * from PSlot where slotname = myname; - if not found then - raise exception ''% does not exist'', myname; - end if; - if rec.slotlink != blname then - update PSlot set slotlink = blname where slotname = myname; - end if; - return 0; - end if; - if mytype = ''WS'' then - select into rec * from WSlot where slotname = myname; - if not found then - raise exception ''% does not exist'', myname; - end if; - if rec.slotlink != blname then - update WSlot set slotlink = blname where slotname = myname; - end if; - return 0; - end if; - if mytype = ''IF'' then - select into rec * from IFace where slotname = myname; - if not found then - raise exception ''% does not exist'', myname; - end if; - if rec.slotlink != blname then - update IFace set slotlink = blname where slotname = myname; - end if; - return 0; - end if; - if mytype = ''HS'' then - select into rec * from HSlot where slotname = myname; - if not found then - raise exception ''% does not exist'', myname; - end if; - if rec.slotlink != blname then - update HSlot set slotlink = blname where slotname = myname; - end if; - return 0; - end if; - if mytype = ''PH'' then - select into rec * from PHone where slotname = myname; - if not found then - raise exception ''% does not exist'', myname; - end if; - if rec.slotlink != blname then - update PHone set slotlink = blname where slotname = myname; - end if; - return 0; - end if; - raise exception ''illegal slotlink beginning with %'', mytype; -end; -' language plpgsql; --- ************************************************************ --- * Support function to clear out the slotlink field if --- * it still points to specific slot --- ************************************************************ -create function tg_slotlink_unset(bpchar, bpchar) -returns integer as ' -declare - myname alias for $1; - blname alias for $2; - mytype char(2); - rec record; -begin - mytype := substr(myname, 1, 2); - if mytype = ''PS'' then - select into rec * from PSlot where slotname = myname; - if not found then - return 0; - end if; - if rec.slotlink = blname then - update PSlot set slotlink = '''' where slotname = myname; - end if; - return 0; - end if; - if mytype = ''WS'' then - select into rec * from WSlot where slotname = myname; - if not found then - return 0; - end if; - if rec.slotlink = blname then - update WSlot set slotlink = '''' where slotname = myname; - end if; - return 0; - end if; - if mytype = ''IF'' then - select into rec * from IFace where slotname = myname; - if not found then - return 0; - end if; - if rec.slotlink = blname then - update IFace set slotlink = '''' where slotname = myname; - end if; - return 0; - end if; - if mytype = ''HS'' then - select into rec * from HSlot where slotname = myname; - if not found then - return 0; - end if; - if rec.slotlink = blname then - update HSlot set slotlink = '''' where slotname = myname; - end if; - return 0; - end if; - if mytype = ''PH'' then - select into rec * from PHone where slotname = myname; - if not found then - return 0; - end if; - if rec.slotlink = blname then - update PHone set slotlink = '''' where slotname = myname; - end if; - return 0; - end if; -end; -' language plpgsql; --- ************************************************************ --- * Describe the backside of a patchfield slot --- ************************************************************ -create function pslot_backlink_view(bpchar) -returns text as ' -<> -declare - rec record; - bltype char(2); - retval text; -begin - select into rec * from PSlot where slotname = $1; - if not found then - return ''''; - end if; - if rec.backlink = '''' then - return ''-''; - end if; - bltype := substr(rec.backlink, 1, 2); - if bltype = ''PL'' then - declare - rec record; - begin - select into rec * from PLine where slotname = "outer".rec.backlink; - retval := ''Phone line '' || trim(rec.phonenumber); - if rec.comment != '''' then - retval := retval || '' (''; - retval := retval || rec.comment; - retval := retval || '')''; - end if; - return retval; - end; - end if; - if bltype = ''WS'' then - select into rec * from WSlot where slotname = rec.backlink; - retval := trim(rec.slotname) || '' in room ''; - retval := retval || trim(rec.roomno); - retval := retval || '' -> ''; - return retval || wslot_slotlink_view(rec.slotname); - end if; - return rec.backlink; -end; -' language plpgsql; --- ************************************************************ --- * Describe the front of a patchfield slot --- ************************************************************ -create function pslot_slotlink_view(bpchar) -returns text as ' -declare - psrec record; - sltype char(2); - retval text; -begin - select into psrec * from PSlot where slotname = $1; - if not found then - return ''''; - end if; - if psrec.slotlink = '''' then - return ''-''; - end if; - sltype := substr(psrec.slotlink, 1, 2); - if sltype = ''PS'' then - retval := trim(psrec.slotlink) || '' -> ''; - return retval || pslot_backlink_view(psrec.slotlink); - end if; - if sltype = ''HS'' then - retval := comment from Hub H, HSlot HS - where HS.slotname = psrec.slotlink - and H.name = HS.hubname; - retval := retval || '' slot ''; - retval := retval || slotno::text from HSlot - where slotname = psrec.slotlink; - return retval; - end if; - return psrec.slotlink; -end; -' language plpgsql; --- ************************************************************ --- * Describe the front of a wall connector slot --- ************************************************************ -create function wslot_slotlink_view(bpchar) -returns text as ' -declare - rec record; - sltype char(2); - retval text; -begin - select into rec * from WSlot where slotname = $1; - if not found then - return ''''; - end if; - if rec.slotlink = '''' then - return ''-''; - end if; - sltype := substr(rec.slotlink, 1, 2); - if sltype = ''PH'' then - select into rec * from PHone where slotname = rec.slotlink; - retval := ''Phone '' || trim(rec.slotname); - if rec.comment != '''' then - retval := retval || '' (''; - retval := retval || rec.comment; - retval := retval || '')''; - end if; - return retval; - end if; - if sltype = ''IF'' then - declare - syrow System%RowType; - ifrow IFace%ROWTYPE; - begin - select into ifrow * from IFace where slotname = rec.slotlink; - select into syrow * from System where name = ifrow.sysname; - retval := syrow.name || '' IF ''; - retval := retval || ifrow.ifname; - if syrow.comment != '''' then - retval := retval || '' (''; - retval := retval || syrow.comment; - retval := retval || '')''; - end if; - return retval; - end; - end if; - return rec.slotlink; -end; -' language plpgsql; --- ************************************************************ --- * View of a patchfield describing backside and patches --- ************************************************************ -create view Pfield_v1 as select PF.pfname, PF.slotname, - pslot_backlink_view(PF.slotname) as backside, - pslot_slotlink_view(PF.slotname) as patch - from PSlot PF; --- --- First we build the house - so we create the rooms --- -insert into Room values ('001', 'Entrance'); -insert into Room values ('002', 'Office'); -insert into Room values ('003', 'Office'); -insert into Room values ('004', 'Technical'); -insert into Room values ('101', 'Office'); -insert into Room values ('102', 'Conference'); -insert into Room values ('103', 'Restroom'); -insert into Room values ('104', 'Technical'); -insert into Room values ('105', 'Office'); -insert into Room values ('106', 'Office'); --- --- Second we install the wall connectors --- -insert into WSlot values ('WS.001.1a', '001', '', ''); -insert into WSlot values ('WS.001.1b', '001', '', ''); -insert into WSlot values ('WS.001.2a', '001', '', ''); -insert into WSlot values ('WS.001.2b', '001', '', ''); -insert into WSlot values ('WS.001.3a', '001', '', ''); -insert into WSlot values ('WS.001.3b', '001', '', ''); -insert into WSlot values ('WS.002.1a', '002', '', ''); -insert into WSlot values ('WS.002.1b', '002', '', ''); -insert into WSlot values ('WS.002.2a', '002', '', ''); -insert into WSlot values ('WS.002.2b', '002', '', ''); -insert into WSlot values ('WS.002.3a', '002', '', ''); -insert into WSlot values ('WS.002.3b', '002', '', ''); -insert into WSlot values ('WS.003.1a', '003', '', ''); -insert into WSlot values ('WS.003.1b', '003', '', ''); -insert into WSlot values ('WS.003.2a', '003', '', ''); -insert into WSlot values ('WS.003.2b', '003', '', ''); -insert into WSlot values ('WS.003.3a', '003', '', ''); -insert into WSlot values ('WS.003.3b', '003', '', ''); -insert into WSlot values ('WS.101.1a', '101', '', ''); -insert into WSlot values ('WS.101.1b', '101', '', ''); -insert into WSlot values ('WS.101.2a', '101', '', ''); -insert into WSlot values ('WS.101.2b', '101', '', ''); -insert into WSlot values ('WS.101.3a', '101', '', ''); -insert into WSlot values ('WS.101.3b', '101', '', ''); -insert into WSlot values ('WS.102.1a', '102', '', ''); -insert into WSlot values ('WS.102.1b', '102', '', ''); -insert into WSlot values ('WS.102.2a', '102', '', ''); -insert into WSlot values ('WS.102.2b', '102', '', ''); -insert into WSlot values ('WS.102.3a', '102', '', ''); -insert into WSlot values ('WS.102.3b', '102', '', ''); -insert into WSlot values ('WS.105.1a', '105', '', ''); -insert into WSlot values ('WS.105.1b', '105', '', ''); -insert into WSlot values ('WS.105.2a', '105', '', ''); -insert into WSlot values ('WS.105.2b', '105', '', ''); -insert into WSlot values ('WS.105.3a', '105', '', ''); -insert into WSlot values ('WS.105.3b', '105', '', ''); -insert into WSlot values ('WS.106.1a', '106', '', ''); -insert into WSlot values ('WS.106.1b', '106', '', ''); -insert into WSlot values ('WS.106.2a', '106', '', ''); -insert into WSlot values ('WS.106.2b', '106', '', ''); -insert into WSlot values ('WS.106.3a', '106', '', ''); -insert into WSlot values ('WS.106.3b', '106', '', ''); --- --- Now create the patch fields and their slots --- -insert into PField values ('PF0_1', 'Wallslots basement'); --- --- The cables for these will be made later, so they are unconnected for now --- -insert into PSlot values ('PS.base.a1', 'PF0_1', '', ''); -insert into PSlot values ('PS.base.a2', 'PF0_1', '', ''); -insert into PSlot values ('PS.base.a3', 'PF0_1', '', ''); -insert into PSlot values ('PS.base.a4', 'PF0_1', '', ''); -insert into PSlot values ('PS.base.a5', 'PF0_1', '', ''); -insert into PSlot values ('PS.base.a6', 'PF0_1', '', ''); --- --- These are already wired to the wall connectors --- -insert into PSlot values ('PS.base.b1', 'PF0_1', '', 'WS.002.1a'); -insert into PSlot values ('PS.base.b2', 'PF0_1', '', 'WS.002.1b'); -insert into PSlot values ('PS.base.b3', 'PF0_1', '', 'WS.002.2a'); -insert into PSlot values ('PS.base.b4', 'PF0_1', '', 'WS.002.2b'); -insert into PSlot values ('PS.base.b5', 'PF0_1', '', 'WS.002.3a'); -insert into PSlot values ('PS.base.b6', 'PF0_1', '', 'WS.002.3b'); -insert into PSlot values ('PS.base.c1', 'PF0_1', '', 'WS.003.1a'); -insert into PSlot values ('PS.base.c2', 'PF0_1', '', 'WS.003.1b'); -insert into PSlot values ('PS.base.c3', 'PF0_1', '', 'WS.003.2a'); -insert into PSlot values ('PS.base.c4', 'PF0_1', '', 'WS.003.2b'); -insert into PSlot values ('PS.base.c5', 'PF0_1', '', 'WS.003.3a'); -insert into PSlot values ('PS.base.c6', 'PF0_1', '', 'WS.003.3b'); --- --- This patchfield will be renamed later into PF0_2 - so its --- slots references in pfname should follow --- -insert into PField values ('PF0_X', 'Phonelines basement'); -insert into PSlot values ('PS.base.ta1', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.ta2', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.ta3', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.ta4', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.ta5', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.ta6', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.tb1', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.tb2', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.tb3', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.tb4', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.tb5', 'PF0_X', '', ''); -insert into PSlot values ('PS.base.tb6', 'PF0_X', '', ''); -insert into PField values ('PF1_1', 'Wallslots first floor'); -insert into PSlot values ('PS.first.a1', 'PF1_1', '', 'WS.101.1a'); -insert into PSlot values ('PS.first.a2', 'PF1_1', '', 'WS.101.1b'); -insert into PSlot values ('PS.first.a3', 'PF1_1', '', 'WS.101.2a'); -insert into PSlot values ('PS.first.a4', 'PF1_1', '', 'WS.101.2b'); -insert into PSlot values ('PS.first.a5', 'PF1_1', '', 'WS.101.3a'); -insert into PSlot values ('PS.first.a6', 'PF1_1', '', 'WS.101.3b'); -insert into PSlot values ('PS.first.b1', 'PF1_1', '', 'WS.102.1a'); -insert into PSlot values ('PS.first.b2', 'PF1_1', '', 'WS.102.1b'); -insert into PSlot values ('PS.first.b3', 'PF1_1', '', 'WS.102.2a'); -insert into PSlot values ('PS.first.b4', 'PF1_1', '', 'WS.102.2b'); -insert into PSlot values ('PS.first.b5', 'PF1_1', '', 'WS.102.3a'); -insert into PSlot values ('PS.first.b6', 'PF1_1', '', 'WS.102.3b'); -insert into PSlot values ('PS.first.c1', 'PF1_1', '', 'WS.105.1a'); -insert into PSlot values ('PS.first.c2', 'PF1_1', '', 'WS.105.1b'); -insert into PSlot values ('PS.first.c3', 'PF1_1', '', 'WS.105.2a'); -insert into PSlot values ('PS.first.c4', 'PF1_1', '', 'WS.105.2b'); -insert into PSlot values ('PS.first.c5', 'PF1_1', '', 'WS.105.3a'); -insert into PSlot values ('PS.first.c6', 'PF1_1', '', 'WS.105.3b'); -insert into PSlot values ('PS.first.d1', 'PF1_1', '', 'WS.106.1a'); -insert into PSlot values ('PS.first.d2', 'PF1_1', '', 'WS.106.1b'); -insert into PSlot values ('PS.first.d3', 'PF1_1', '', 'WS.106.2a'); -insert into PSlot values ('PS.first.d4', 'PF1_1', '', 'WS.106.2b'); -insert into PSlot values ('PS.first.d5', 'PF1_1', '', 'WS.106.3a'); -insert into PSlot values ('PS.first.d6', 'PF1_1', '', 'WS.106.3b'); --- --- Now we wire the wall connectors 1a-2a in room 001 to the --- patchfield. In the second update we make an error, and --- correct it after --- -update PSlot set backlink = 'WS.001.1a' where slotname = 'PS.base.a1'; -update PSlot set backlink = 'WS.001.1b' where slotname = 'PS.base.a3'; -select * from WSlot where roomno = '001' order by slotname; - slotname | roomno | slotlink | backlink -----------------------+----------+----------------------+---------------------- - WS.001.1a | 001 | | PS.base.a1 - WS.001.1b | 001 | | PS.base.a3 - WS.001.2a | 001 | | - WS.001.2b | 001 | | - WS.001.3a | 001 | | - WS.001.3b | 001 | | -(6 rows) - -select * from PSlot where slotname ~ 'PS.base.a' order by slotname; - slotname | pfname | slotlink | backlink -----------------------+--------+----------------------+---------------------- - PS.base.a1 | PF0_1 | | WS.001.1a - PS.base.a2 | PF0_1 | | - PS.base.a3 | PF0_1 | | WS.001.1b - PS.base.a4 | PF0_1 | | - PS.base.a5 | PF0_1 | | - PS.base.a6 | PF0_1 | | -(6 rows) - -update PSlot set backlink = 'WS.001.2a' where slotname = 'PS.base.a3'; -select * from WSlot where roomno = '001' order by slotname; - slotname | roomno | slotlink | backlink -----------------------+----------+----------------------+---------------------- - WS.001.1a | 001 | | PS.base.a1 - WS.001.1b | 001 | | - WS.001.2a | 001 | | PS.base.a3 - WS.001.2b | 001 | | - WS.001.3a | 001 | | - WS.001.3b | 001 | | -(6 rows) - -select * from PSlot where slotname ~ 'PS.base.a' order by slotname; - slotname | pfname | slotlink | backlink -----------------------+--------+----------------------+---------------------- - PS.base.a1 | PF0_1 | | WS.001.1a - PS.base.a2 | PF0_1 | | - PS.base.a3 | PF0_1 | | WS.001.2a - PS.base.a4 | PF0_1 | | - PS.base.a5 | PF0_1 | | - PS.base.a6 | PF0_1 | | -(6 rows) - -update PSlot set backlink = 'WS.001.1b' where slotname = 'PS.base.a2'; -select * from WSlot where roomno = '001' order by slotname; - slotname | roomno | slotlink | backlink -----------------------+----------+----------------------+---------------------- - WS.001.1a | 001 | | PS.base.a1 - WS.001.1b | 001 | | PS.base.a2 - WS.001.2a | 001 | | PS.base.a3 - WS.001.2b | 001 | | - WS.001.3a | 001 | | - WS.001.3b | 001 | | -(6 rows) - -select * from PSlot where slotname ~ 'PS.base.a' order by slotname; - slotname | pfname | slotlink | backlink -----------------------+--------+----------------------+---------------------- - PS.base.a1 | PF0_1 | | WS.001.1a - PS.base.a2 | PF0_1 | | WS.001.1b - PS.base.a3 | PF0_1 | | WS.001.2a - PS.base.a4 | PF0_1 | | - PS.base.a5 | PF0_1 | | - PS.base.a6 | PF0_1 | | -(6 rows) - --- --- Same procedure for 2b-3b but this time updating the WSlot instead --- of the PSlot. Due to the triggers the result is the same: --- WSlot and corresponding PSlot point to each other. --- -update WSlot set backlink = 'PS.base.a4' where slotname = 'WS.001.2b'; -update WSlot set backlink = 'PS.base.a6' where slotname = 'WS.001.3a'; -select * from WSlot where roomno = '001' order by slotname; - slotname | roomno | slotlink | backlink -----------------------+----------+----------------------+---------------------- - WS.001.1a | 001 | | PS.base.a1 - WS.001.1b | 001 | | PS.base.a2 - WS.001.2a | 001 | | PS.base.a3 - WS.001.2b | 001 | | PS.base.a4 - WS.001.3a | 001 | | PS.base.a6 - WS.001.3b | 001 | | -(6 rows) - -select * from PSlot where slotname ~ 'PS.base.a' order by slotname; - slotname | pfname | slotlink | backlink -----------------------+--------+----------------------+---------------------- - PS.base.a1 | PF0_1 | | WS.001.1a - PS.base.a2 | PF0_1 | | WS.001.1b - PS.base.a3 | PF0_1 | | WS.001.2a - PS.base.a4 | PF0_1 | | WS.001.2b - PS.base.a5 | PF0_1 | | - PS.base.a6 | PF0_1 | | WS.001.3a -(6 rows) - -update WSlot set backlink = 'PS.base.a6' where slotname = 'WS.001.3b'; -select * from WSlot where roomno = '001' order by slotname; - slotname | roomno | slotlink | backlink -----------------------+----------+----------------------+---------------------- - WS.001.1a | 001 | | PS.base.a1 - WS.001.1b | 001 | | PS.base.a2 - WS.001.2a | 001 | | PS.base.a3 - WS.001.2b | 001 | | PS.base.a4 - WS.001.3a | 001 | | - WS.001.3b | 001 | | PS.base.a6 -(6 rows) - -select * from PSlot where slotname ~ 'PS.base.a' order by slotname; - slotname | pfname | slotlink | backlink -----------------------+--------+----------------------+---------------------- - PS.base.a1 | PF0_1 | | WS.001.1a - PS.base.a2 | PF0_1 | | WS.001.1b - PS.base.a3 | PF0_1 | | WS.001.2a - PS.base.a4 | PF0_1 | | WS.001.2b - PS.base.a5 | PF0_1 | | - PS.base.a6 | PF0_1 | | WS.001.3b -(6 rows) - -update WSlot set backlink = 'PS.base.a5' where slotname = 'WS.001.3a'; -select * from WSlot where roomno = '001' order by slotname; - slotname | roomno | slotlink | backlink -----------------------+----------+----------------------+---------------------- - WS.001.1a | 001 | | PS.base.a1 - WS.001.1b | 001 | | PS.base.a2 - WS.001.2a | 001 | | PS.base.a3 - WS.001.2b | 001 | | PS.base.a4 - WS.001.3a | 001 | | PS.base.a5 - WS.001.3b | 001 | | PS.base.a6 -(6 rows) - -select * from PSlot where slotname ~ 'PS.base.a' order by slotname; - slotname | pfname | slotlink | backlink -----------------------+--------+----------------------+---------------------- - PS.base.a1 | PF0_1 | | WS.001.1a - PS.base.a2 | PF0_1 | | WS.001.1b - PS.base.a3 | PF0_1 | | WS.001.2a - PS.base.a4 | PF0_1 | | WS.001.2b - PS.base.a5 | PF0_1 | | WS.001.3a - PS.base.a6 | PF0_1 | | WS.001.3b -(6 rows) - -insert into PField values ('PF1_2', 'Phonelines first floor'); -insert into PSlot values ('PS.first.ta1', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.ta2', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.ta3', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.ta4', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.ta5', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.ta6', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.tb1', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.tb2', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.tb3', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.tb4', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.tb5', 'PF1_2', '', ''); -insert into PSlot values ('PS.first.tb6', 'PF1_2', '', ''); --- --- Fix the wrong name for patchfield PF0_2 --- -update PField set name = 'PF0_2' where name = 'PF0_X'; -select * from PSlot order by slotname; - slotname | pfname | slotlink | backlink -----------------------+--------+----------------------+---------------------- - PS.base.a1 | PF0_1 | | WS.001.1a - PS.base.a2 | PF0_1 | | WS.001.1b - PS.base.a3 | PF0_1 | | WS.001.2a - PS.base.a4 | PF0_1 | | WS.001.2b - PS.base.a5 | PF0_1 | | WS.001.3a - PS.base.a6 | PF0_1 | | WS.001.3b - PS.base.b1 | PF0_1 | | WS.002.1a - PS.base.b2 | PF0_1 | | WS.002.1b - PS.base.b3 | PF0_1 | | WS.002.2a - PS.base.b4 | PF0_1 | | WS.002.2b - PS.base.b5 | PF0_1 | | WS.002.3a - PS.base.b6 | PF0_1 | | WS.002.3b - PS.base.c1 | PF0_1 | | WS.003.1a - PS.base.c2 | PF0_1 | | WS.003.1b - PS.base.c3 | PF0_1 | | WS.003.2a - PS.base.c4 | PF0_1 | | WS.003.2b - PS.base.c5 | PF0_1 | | WS.003.3a - PS.base.c6 | PF0_1 | | WS.003.3b - PS.base.ta1 | PF0_2 | | - PS.base.ta2 | PF0_2 | | - PS.base.ta3 | PF0_2 | | - PS.base.ta4 | PF0_2 | | - PS.base.ta5 | PF0_2 | | - PS.base.ta6 | PF0_2 | | - PS.base.tb1 | PF0_2 | | - PS.base.tb2 | PF0_2 | | - PS.base.tb3 | PF0_2 | | - PS.base.tb4 | PF0_2 | | - PS.base.tb5 | PF0_2 | | - PS.base.tb6 | PF0_2 | | - PS.first.a1 | PF1_1 | | WS.101.1a - PS.first.a2 | PF1_1 | | WS.101.1b - PS.first.a3 | PF1_1 | | WS.101.2a - PS.first.a4 | PF1_1 | | WS.101.2b - PS.first.a5 | PF1_1 | | WS.101.3a - PS.first.a6 | PF1_1 | | WS.101.3b - PS.first.b1 | PF1_1 | | WS.102.1a - PS.first.b2 | PF1_1 | | WS.102.1b - PS.first.b3 | PF1_1 | | WS.102.2a - PS.first.b4 | PF1_1 | | WS.102.2b - PS.first.b5 | PF1_1 | | WS.102.3a - PS.first.b6 | PF1_1 | | WS.102.3b - PS.first.c1 | PF1_1 | | WS.105.1a - PS.first.c2 | PF1_1 | | WS.105.1b - PS.first.c3 | PF1_1 | | WS.105.2a - PS.first.c4 | PF1_1 | | WS.105.2b - PS.first.c5 | PF1_1 | | WS.105.3a - PS.first.c6 | PF1_1 | | WS.105.3b - PS.first.d1 | PF1_1 | | WS.106.1a - PS.first.d2 | PF1_1 | | WS.106.1b - PS.first.d3 | PF1_1 | | WS.106.2a - PS.first.d4 | PF1_1 | | WS.106.2b - PS.first.d5 | PF1_1 | | WS.106.3a - PS.first.d6 | PF1_1 | | WS.106.3b - PS.first.ta1 | PF1_2 | | - PS.first.ta2 | PF1_2 | | - PS.first.ta3 | PF1_2 | | - PS.first.ta4 | PF1_2 | | - PS.first.ta5 | PF1_2 | | - PS.first.ta6 | PF1_2 | | - PS.first.tb1 | PF1_2 | | - PS.first.tb2 | PF1_2 | | - PS.first.tb3 | PF1_2 | | - PS.first.tb4 | PF1_2 | | - PS.first.tb5 | PF1_2 | | - PS.first.tb6 | PF1_2 | | -(66 rows) - -select * from WSlot order by slotname; - slotname | roomno | slotlink | backlink -----------------------+----------+----------------------+---------------------- - WS.001.1a | 001 | | PS.base.a1 - WS.001.1b | 001 | | PS.base.a2 - WS.001.2a | 001 | | PS.base.a3 - WS.001.2b | 001 | | PS.base.a4 - WS.001.3a | 001 | | PS.base.a5 - WS.001.3b | 001 | | PS.base.a6 - WS.002.1a | 002 | | PS.base.b1 - WS.002.1b | 002 | | PS.base.b2 - WS.002.2a | 002 | | PS.base.b3 - WS.002.2b | 002 | | PS.base.b4 - WS.002.3a | 002 | | PS.base.b5 - WS.002.3b | 002 | | PS.base.b6 - WS.003.1a | 003 | | PS.base.c1 - WS.003.1b | 003 | | PS.base.c2 - WS.003.2a | 003 | | PS.base.c3 - WS.003.2b | 003 | | PS.base.c4 - WS.003.3a | 003 | | PS.base.c5 - WS.003.3b | 003 | | PS.base.c6 - WS.101.1a | 101 | | PS.first.a1 - WS.101.1b | 101 | | PS.first.a2 - WS.101.2a | 101 | | PS.first.a3 - WS.101.2b | 101 | | PS.first.a4 - WS.101.3a | 101 | | PS.first.a5 - WS.101.3b | 101 | | PS.first.a6 - WS.102.1a | 102 | | PS.first.b1 - WS.102.1b | 102 | | PS.first.b2 - WS.102.2a | 102 | | PS.first.b3 - WS.102.2b | 102 | | PS.first.b4 - WS.102.3a | 102 | | PS.first.b5 - WS.102.3b | 102 | | PS.first.b6 - WS.105.1a | 105 | | PS.first.c1 - WS.105.1b | 105 | | PS.first.c2 - WS.105.2a | 105 | | PS.first.c3 - WS.105.2b | 105 | | PS.first.c4 - WS.105.3a | 105 | | PS.first.c5 - WS.105.3b | 105 | | PS.first.c6 - WS.106.1a | 106 | | PS.first.d1 - WS.106.1b | 106 | | PS.first.d2 - WS.106.2a | 106 | | PS.first.d3 - WS.106.2b | 106 | | PS.first.d4 - WS.106.3a | 106 | | PS.first.d5 - WS.106.3b | 106 | | PS.first.d6 -(42 rows) - --- --- Install the central phone system and create the phone numbers. --- They are wired on insert to the patchfields. Again the --- triggers automatically tell the PSlots to update their --- backlink field. --- -insert into PLine values ('PL.001', '-0', 'Central call', 'PS.base.ta1'); -insert into PLine values ('PL.002', '-101', '', 'PS.base.ta2'); -insert into PLine values ('PL.003', '-102', '', 'PS.base.ta3'); -insert into PLine values ('PL.004', '-103', '', 'PS.base.ta5'); -insert into PLine values ('PL.005', '-104', '', 'PS.base.ta6'); -insert into PLine values ('PL.006', '-106', '', 'PS.base.tb2'); -insert into PLine values ('PL.007', '-108', '', 'PS.base.tb3'); -insert into PLine values ('PL.008', '-109', '', 'PS.base.tb4'); -insert into PLine values ('PL.009', '-121', '', 'PS.base.tb5'); -insert into PLine values ('PL.010', '-122', '', 'PS.base.tb6'); -insert into PLine values ('PL.015', '-134', '', 'PS.first.ta1'); -insert into PLine values ('PL.016', '-137', '', 'PS.first.ta3'); -insert into PLine values ('PL.017', '-139', '', 'PS.first.ta4'); -insert into PLine values ('PL.018', '-362', '', 'PS.first.tb1'); -insert into PLine values ('PL.019', '-363', '', 'PS.first.tb2'); -insert into PLine values ('PL.020', '-364', '', 'PS.first.tb3'); -insert into PLine values ('PL.021', '-365', '', 'PS.first.tb5'); -insert into PLine values ('PL.022', '-367', '', 'PS.first.tb6'); -insert into PLine values ('PL.028', '-501', 'Fax entrance', 'PS.base.ta2'); -insert into PLine values ('PL.029', '-502', 'Fax first floor', 'PS.first.ta1'); --- --- Buy some phones, plug them into the wall and patch the --- phone lines to the corresponding patchfield slots. --- -insert into PHone values ('PH.hc001', 'Hicom standard', 'WS.001.1a'); -update PSlot set slotlink = 'PS.base.ta1' where slotname = 'PS.base.a1'; -insert into PHone values ('PH.hc002', 'Hicom standard', 'WS.002.1a'); -update PSlot set slotlink = 'PS.base.ta5' where slotname = 'PS.base.b1'; -insert into PHone values ('PH.hc003', 'Hicom standard', 'WS.002.2a'); -update PSlot set slotlink = 'PS.base.tb2' where slotname = 'PS.base.b3'; -insert into PHone values ('PH.fax001', 'Canon fax', 'WS.001.2a'); -update PSlot set slotlink = 'PS.base.ta2' where slotname = 'PS.base.a3'; --- --- Install a hub at one of the patchfields, plug a computers --- ethernet interface into the wall and patch it to the hub. --- -insert into Hub values ('base.hub1', 'Patchfield PF0_1 hub', 16); -insert into System values ('orion', 'PC'); -insert into IFace values ('IF', 'orion', 'eth0', 'WS.002.1b'); -update PSlot set slotlink = 'HS.base.hub1.1' where slotname = 'PS.base.b2'; --- --- Now we take a look at the patchfield --- -select * from PField_v1 where pfname = 'PF0_1' order by slotname; - pfname | slotname | backside | patch ---------+----------------------+----------------------------------------------------------+----------------------------------------------- - PF0_1 | PS.base.a1 | WS.001.1a in room 001 -> Phone PH.hc001 (Hicom standard) | PS.base.ta1 -> Phone line -0 (Central call) - PF0_1 | PS.base.a2 | WS.001.1b in room 001 -> - | - - PF0_1 | PS.base.a3 | WS.001.2a in room 001 -> Phone PH.fax001 (Canon fax) | PS.base.ta2 -> Phone line -501 (Fax entrance) - PF0_1 | PS.base.a4 | WS.001.2b in room 001 -> - | - - PF0_1 | PS.base.a5 | WS.001.3a in room 001 -> - | - - PF0_1 | PS.base.a6 | WS.001.3b in room 001 -> - | - - PF0_1 | PS.base.b1 | WS.002.1a in room 002 -> Phone PH.hc002 (Hicom standard) | PS.base.ta5 -> Phone line -103 - PF0_1 | PS.base.b2 | WS.002.1b in room 002 -> orion IF eth0 (PC) | Patchfield PF0_1 hub slot 1 - PF0_1 | PS.base.b3 | WS.002.2a in room 002 -> Phone PH.hc003 (Hicom standard) | PS.base.tb2 -> Phone line -106 - PF0_1 | PS.base.b4 | WS.002.2b in room 002 -> - | - - PF0_1 | PS.base.b5 | WS.002.3a in room 002 -> - | - - PF0_1 | PS.base.b6 | WS.002.3b in room 002 -> - | - - PF0_1 | PS.base.c1 | WS.003.1a in room 003 -> - | - - PF0_1 | PS.base.c2 | WS.003.1b in room 003 -> - | - - PF0_1 | PS.base.c3 | WS.003.2a in room 003 -> - | - - PF0_1 | PS.base.c4 | WS.003.2b in room 003 -> - | - - PF0_1 | PS.base.c5 | WS.003.3a in room 003 -> - | - - PF0_1 | PS.base.c6 | WS.003.3b in room 003 -> - | - -(18 rows) - -select * from PField_v1 where pfname = 'PF0_2' order by slotname; - pfname | slotname | backside | patch ---------+----------------------+--------------------------------+------------------------------------------------------------------------ - PF0_2 | PS.base.ta1 | Phone line -0 (Central call) | PS.base.a1 -> WS.001.1a in room 001 -> Phone PH.hc001 (Hicom standard) - PF0_2 | PS.base.ta2 | Phone line -501 (Fax entrance) | PS.base.a3 -> WS.001.2a in room 001 -> Phone PH.fax001 (Canon fax) - PF0_2 | PS.base.ta3 | Phone line -102 | - - PF0_2 | PS.base.ta4 | - | - - PF0_2 | PS.base.ta5 | Phone line -103 | PS.base.b1 -> WS.002.1a in room 002 -> Phone PH.hc002 (Hicom standard) - PF0_2 | PS.base.ta6 | Phone line -104 | - - PF0_2 | PS.base.tb1 | - | - - PF0_2 | PS.base.tb2 | Phone line -106 | PS.base.b3 -> WS.002.2a in room 002 -> Phone PH.hc003 (Hicom standard) - PF0_2 | PS.base.tb3 | Phone line -108 | - - PF0_2 | PS.base.tb4 | Phone line -109 | - - PF0_2 | PS.base.tb5 | Phone line -121 | - - PF0_2 | PS.base.tb6 | Phone line -122 | - -(12 rows) - --- --- Finally we want errors --- -insert into PField values ('PF1_1', 'should fail due to unique index'); -ERROR: duplicate key value violates unique constraint "pfield_name" -DETAIL: Key (name)=(PF1_1) already exists. -update PSlot set backlink = 'WS.not.there' where slotname = 'PS.base.a1'; -ERROR: WS.not.there does not exist -CONTEXT: PL/pgSQL function tg_backlink_set(character,character) line 30 at RAISE -PL/pgSQL function tg_backlink_a() line 17 at assignment -update PSlot set backlink = 'XX.illegal' where slotname = 'PS.base.a1'; -ERROR: illegal backlink beginning with XX -CONTEXT: PL/pgSQL function tg_backlink_set(character,character) line 47 at RAISE -PL/pgSQL function tg_backlink_a() line 17 at assignment -update PSlot set slotlink = 'PS.not.there' where slotname = 'PS.base.a1'; -ERROR: PS.not.there does not exist -CONTEXT: PL/pgSQL function tg_slotlink_set(character,character) line 30 at RAISE -PL/pgSQL function tg_slotlink_a() line 17 at assignment -update PSlot set slotlink = 'XX.illegal' where slotname = 'PS.base.a1'; -ERROR: illegal slotlink beginning with XX -CONTEXT: PL/pgSQL function tg_slotlink_set(character,character) line 77 at RAISE -PL/pgSQL function tg_slotlink_a() line 17 at assignment -insert into HSlot values ('HS', 'base.hub1', 1, ''); -ERROR: duplicate key value violates unique constraint "hslot_name" -DETAIL: Key (slotname)=(HS.base.hub1.1 ) already exists. -insert into HSlot values ('HS', 'base.hub1', 20, ''); -ERROR: no manual manipulation of HSlot -CONTEXT: PL/pgSQL function tg_hslot_biu() line 12 at RAISE -delete from HSlot; -ERROR: no manual manipulation of HSlot -CONTEXT: PL/pgSQL function tg_hslot_bd() line 12 at RAISE -insert into IFace values ('IF', 'notthere', 'eth0', ''); -ERROR: system "notthere" does not exist -CONTEXT: PL/pgSQL function tg_iface_biu() line 8 at RAISE -insert into IFace values ('IF', 'orion', 'ethernet_interface_name_too_long', ''); -ERROR: IFace slotname "IF.orion.ethernet_interface_name_too_long" too long (20 char max) -CONTEXT: PL/pgSQL function tg_iface_biu() line 14 at RAISE --- --- The following tests are unrelated to the scenario outlined above; --- they merely exercise specific parts of PL/pgSQL --- --- --- Test recursion, per bug report 7-Sep-01 --- -CREATE FUNCTION recursion_test(int,int) RETURNS text AS ' -DECLARE rslt text; -BEGIN - IF $1 <= 0 THEN - rslt = CAST($2 AS TEXT); - ELSE - rslt = CAST($1 AS TEXT) || '','' || recursion_test($1 - 1, $2); - END IF; - RETURN rslt; -END;' LANGUAGE plpgsql; -SELECT recursion_test(4,3); - recursion_test ----------------- - 4,3,2,1,3 -(1 row) - --- --- Test the FOUND magic variable --- -CREATE TABLE found_test_tbl (a int); -create function test_found() - returns boolean as ' - declare - begin - insert into found_test_tbl values (1); - if FOUND then - insert into found_test_tbl values (2); - end if; - - update found_test_tbl set a = 100 where a = 1; - if FOUND then - insert into found_test_tbl values (3); - end if; - - delete from found_test_tbl where a = 9999; -- matches no rows - if not FOUND then - insert into found_test_tbl values (4); - end if; - - for i in 1 .. 10 loop - -- no need to do anything - end loop; - if FOUND then - insert into found_test_tbl values (5); - end if; - - -- never executes the loop - for i in 2 .. 1 loop - -- no need to do anything - end loop; - if not FOUND then - insert into found_test_tbl values (6); - end if; - return true; - end;' language plpgsql; -select test_found(); - test_found ------------- - t -(1 row) - -select * from found_test_tbl; - a ------ - 2 - 100 - 3 - 4 - 5 - 6 -(6 rows) - --- --- Test set-returning functions for PL/pgSQL --- -create function test_table_func_rec() returns setof found_test_tbl as ' -DECLARE - rec RECORD; -BEGIN - FOR rec IN select * from found_test_tbl LOOP - RETURN NEXT rec; - END LOOP; - RETURN; -END;' language plpgsql; -select * from test_table_func_rec(); - a ------ - 2 - 100 - 3 - 4 - 5 - 6 -(6 rows) - -create function test_table_func_row() returns setof found_test_tbl as ' -DECLARE - row found_test_tbl%ROWTYPE; -BEGIN - FOR row IN select * from found_test_tbl LOOP - RETURN NEXT row; - END LOOP; - RETURN; -END;' language plpgsql; -select * from test_table_func_row(); - a ------ - 2 - 100 - 3 - 4 - 5 - 6 -(6 rows) - -create function test_ret_set_scalar(int,int) returns setof int as ' -DECLARE - i int; -BEGIN - FOR i IN $1 .. $2 LOOP - RETURN NEXT i + 1; - END LOOP; - RETURN; -END;' language plpgsql; -select * from test_ret_set_scalar(1,10); - test_ret_set_scalar ---------------------- - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 -(10 rows) - -create function test_ret_set_rec_dyn(int) returns setof record as ' -DECLARE - retval RECORD; -BEGIN - IF $1 > 10 THEN - SELECT INTO retval 5, 10, 15; - RETURN NEXT retval; - RETURN NEXT retval; - ELSE - SELECT INTO retval 50, 5::numeric, ''xxx''::text; - RETURN NEXT retval; - RETURN NEXT retval; - END IF; - RETURN; -END;' language plpgsql; -SELECT * FROM test_ret_set_rec_dyn(1500) AS (a int, b int, c int); - a | b | c ----+----+---- - 5 | 10 | 15 - 5 | 10 | 15 -(2 rows) - -SELECT * FROM test_ret_set_rec_dyn(5) AS (a int, b numeric, c text); - a | b | c -----+---+----- - 50 | 5 | xxx - 50 | 5 | xxx -(2 rows) - -create function test_ret_rec_dyn(int) returns record as ' -DECLARE - retval RECORD; -BEGIN - IF $1 > 10 THEN - SELECT INTO retval 5, 10, 15; - RETURN retval; - ELSE - SELECT INTO retval 50, 5::numeric, ''xxx''::text; - RETURN retval; - END IF; -END;' language plpgsql; -SELECT * FROM test_ret_rec_dyn(1500) AS (a int, b int, c int); - a | b | c ----+----+---- - 5 | 10 | 15 -(1 row) - -SELECT * FROM test_ret_rec_dyn(5) AS (a int, b numeric, c text); - a | b | c -----+---+----- - 50 | 5 | xxx -(1 row) - --- --- Test some simple polymorphism cases. --- -create function f1(x anyelement) returns anyelement as $$ -begin - return x + 1; -end$$ language plpgsql; -select f1(42) as int, f1(4.5) as num; - int | num ------+----- - 43 | 5.5 -(1 row) - -select f1(point(3,4)); -- fail for lack of + operator -ERROR: operator does not exist: point + integer -LINE 1: x + 1 - ^ -HINT: No operator matches the given name and argument types. You might need to add explicit type casts. -QUERY: x + 1 -CONTEXT: PL/pgSQL function f1(anyelement) line 3 at RETURN -drop function f1(x anyelement); -create function f1(x anyelement) returns anyarray as $$ -begin - return array[x + 1, x + 2]; -end$$ language plpgsql; -select f1(42) as int, f1(4.5) as num; - int | num ----------+----------- - {43,44} | {5.5,6.5} -(1 row) - -drop function f1(x anyelement); -create function f1(x anyarray) returns anyelement as $$ -begin - return x[1]; -end$$ language plpgsql; -select f1(array[2,4]) as int, f1(array[4.5, 7.7]) as num; - int | num ------+----- - 2 | 4.5 -(1 row) - -select f1(stavalues1) from pg_statistic; -- fail, can't infer element type -ERROR: cannot determine element type of "anyarray" argument -drop function f1(x anyarray); -create function f1(x anyarray) returns anyarray as $$ -begin - return x; -end$$ language plpgsql; -select f1(array[2,4]) as int, f1(array[4.5, 7.7]) as num; - int | num --------+----------- - {2,4} | {4.5,7.7} -(1 row) - -select f1(stavalues1) from pg_statistic; -- fail, can't infer element type -ERROR: PL/pgSQL functions cannot accept type anyarray -CONTEXT: compilation of PL/pgSQL function "f1" near line 1 -drop function f1(x anyarray); --- fail, can't infer type: -create function f1(x anyelement) returns anyrange as $$ -begin - return array[x + 1, x + 2]; -end$$ language plpgsql; -ERROR: cannot determine result data type -DETAIL: A result of type anyrange requires at least one input of type anyrange or anymultirange. -create function f1(x anyrange) returns anyarray as $$ -begin - return array[lower(x), upper(x)]; -end$$ language plpgsql; -select f1(int4range(42, 49)) as int, f1(float8range(4.5, 7.8)) as num; - int | num ----------+----------- - {42,49} | {4.5,7.8} -(1 row) - -drop function f1(x anyrange); -create function f1(x anycompatible, y anycompatible) returns anycompatiblearray as $$ -begin - return array[x, y]; -end$$ language plpgsql; -select f1(2, 4) as int, f1(2, 4.5) as num; - int | num --------+--------- - {2,4} | {2,4.5} -(1 row) - -drop function f1(x anycompatible, y anycompatible); -create function f1(x anycompatiblerange, y anycompatible, z anycompatible) returns anycompatiblearray as $$ -begin - return array[lower(x), upper(x), y, z]; -end$$ language plpgsql; -select f1(int4range(42, 49), 11, 2::smallint) as int, f1(float8range(4.5, 7.8), 7.8, 11::real) as num; - int | num ---------------+------------------ - {42,49,11,2} | {4.5,7.8,7.8,11} -(1 row) - -select f1(int4range(42, 49), 11, 4.5) as fail; -- range type doesn't fit -ERROR: function f1(int4range, integer, numeric) does not exist -LINE 1: select f1(int4range(42, 49), 11, 4.5) as fail; - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function f1(x anycompatiblerange, y anycompatible, z anycompatible); --- fail, can't infer type: -create function f1(x anycompatible) returns anycompatiblerange as $$ -begin - return array[x + 1, x + 2]; -end$$ language plpgsql; -ERROR: cannot determine result data type -DETAIL: A result of type anycompatiblerange requires at least one input of type anycompatiblerange or anycompatiblemultirange. -create function f1(x anycompatiblerange, y anycompatiblearray) returns anycompatiblerange as $$ -begin - return x; -end$$ language plpgsql; -select f1(int4range(42, 49), array[11]) as int, f1(float8range(4.5, 7.8), array[7]) as num; - int | num ----------+----------- - [42,49) | [4.5,7.8) -(1 row) - -drop function f1(x anycompatiblerange, y anycompatiblearray); -create function f1(a anyelement, b anyarray, - c anycompatible, d anycompatible, - OUT x anyarray, OUT y anycompatiblearray) -as $$ -begin - x := a || b; - y := array[c, d]; -end$$ language plpgsql; -select x, pg_typeof(x), y, pg_typeof(y) - from f1(11, array[1, 2], 42, 34.5); - x | pg_typeof | y | pg_typeof -----------+-----------+-----------+----------- - {11,1,2} | integer[] | {42,34.5} | numeric[] -(1 row) - -select x, pg_typeof(x), y, pg_typeof(y) - from f1(11, array[1, 2], point(1,2), point(3,4)); - x | pg_typeof | y | pg_typeof -----------+-----------+-------------------+----------- - {11,1,2} | integer[] | {"(1,2)","(3,4)"} | point[] -(1 row) - -select x, pg_typeof(x), y, pg_typeof(y) - from f1(11, '{1,2}', point(1,2), '(3,4)'); - x | pg_typeof | y | pg_typeof -----------+-----------+-------------------+----------- - {11,1,2} | integer[] | {"(1,2)","(3,4)"} | point[] -(1 row) - -select x, pg_typeof(x), y, pg_typeof(y) - from f1(11, array[1, 2.2], 42, 34.5); -- fail -ERROR: function f1(integer, numeric[], integer, numeric) does not exist -LINE 2: from f1(11, array[1, 2.2], 42, 34.5); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function f1(a anyelement, b anyarray, - c anycompatible, d anycompatible); --- --- Test handling of OUT parameters, including polymorphic cases. --- Note that RETURN is optional with OUT params; we try both ways. --- --- wrong way to do it: -create function f1(in i int, out j int) returns int as $$ -begin - return i+1; -end$$ language plpgsql; -ERROR: RETURN cannot have a parameter in function with OUT parameters -LINE 3: return i+1; - ^ -create function f1(in i int, out j int) as $$ -begin - j := i+1; - return; -end$$ language plpgsql; -select f1(42); - f1 ----- - 43 -(1 row) - -select * from f1(42); - j ----- - 43 -(1 row) - -create or replace function f1(inout i int) as $$ -begin - i := i+1; -end$$ language plpgsql; -select f1(42); - f1 ----- - 43 -(1 row) - -select * from f1(42); - i ----- - 43 -(1 row) - -drop function f1(int); -create function f1(in i int, out j int) returns setof int as $$ -begin - j := i+1; - return next; - j := i+2; - return next; - return; -end$$ language plpgsql; -select * from f1(42); - j ----- - 43 - 44 -(2 rows) - -drop function f1(int); -create function f1(in i int, out j int, out k text) as $$ -begin - j := i; - j := j+1; - k := 'foo'; -end$$ language plpgsql; -select f1(42); - f1 ----------- - (43,foo) -(1 row) - -select * from f1(42); - j | k -----+----- - 43 | foo -(1 row) - -drop function f1(int); -create function f1(in i int, out j int, out k text) returns setof record as $$ -begin - j := i+1; - k := 'foo'; - return next; - j := j+1; - k := 'foot'; - return next; -end$$ language plpgsql; -select * from f1(42); - j | k -----+------ - 43 | foo - 44 | foot -(2 rows) - -drop function f1(int); -create function duplic(in i anyelement, out j anyelement, out k anyarray) as $$ -begin - j := i; - k := array[j,j]; - return; -end$$ language plpgsql; -select * from duplic(42); - j | k -----+--------- - 42 | {42,42} -(1 row) - -select * from duplic('foo'::text); - j | k ------+----------- - foo | {foo,foo} -(1 row) - -drop function duplic(anyelement); -create function duplic(in i anycompatiblerange, out j anycompatible, out k anycompatiblearray) as $$ -begin - j := lower(i); - k := array[lower(i),upper(i)]; - return; -end$$ language plpgsql; -select * from duplic(int4range(42,49)); - j | k -----+--------- - 42 | {42,49} -(1 row) - -select * from duplic(textrange('aaa', 'bbb')); - j | k ------+----------- - aaa | {aaa,bbb} -(1 row) - -drop function duplic(anycompatiblerange); --- --- test PERFORM --- -create table perform_test ( - a INT, - b INT -); -create function perform_simple_func(int) returns boolean as ' -BEGIN - IF $1 < 20 THEN - INSERT INTO perform_test VALUES ($1, $1 + 10); - RETURN TRUE; - ELSE - RETURN FALSE; - END IF; -END;' language plpgsql; -create function perform_test_func() returns void as ' -BEGIN - IF FOUND then - INSERT INTO perform_test VALUES (100, 100); - END IF; - - PERFORM perform_simple_func(5); - - IF FOUND then - INSERT INTO perform_test VALUES (100, 100); - END IF; - - PERFORM perform_simple_func(50); - - IF FOUND then - INSERT INTO perform_test VALUES (100, 100); - END IF; - - RETURN; -END;' language plpgsql; -SELECT perform_test_func(); - perform_test_func -------------------- - -(1 row) - -SELECT * FROM perform_test; - a | b ------+----- - 5 | 15 - 100 | 100 - 100 | 100 -(3 rows) - -drop table perform_test; --- --- Test proper snapshot handling in simple expressions --- -create temp table users(login text, id serial); -create function sp_id_user(a_login text) returns int as $$ -declare x int; -begin - select into x id from users where login = a_login; - if found then return x; end if; - return 0; -end$$ language plpgsql stable; -insert into users values('user1'); -select sp_id_user('user1'); - sp_id_user ------------- - 1 -(1 row) - -select sp_id_user('userx'); - sp_id_user ------------- - 0 -(1 row) - -create function sp_add_user(a_login text) returns int as $$ -declare my_id_user int; -begin - my_id_user = sp_id_user( a_login ); - IF my_id_user > 0 THEN - RETURN -1; -- error code for existing user - END IF; - INSERT INTO users ( login ) VALUES ( a_login ); - my_id_user = sp_id_user( a_login ); - IF my_id_user = 0 THEN - RETURN -2; -- error code for insertion failure - END IF; - RETURN my_id_user; -end$$ language plpgsql; -select sp_add_user('user1'); - sp_add_user -------------- - -1 -(1 row) - -select sp_add_user('user2'); - sp_add_user -------------- - 2 -(1 row) - -select sp_add_user('user2'); - sp_add_user -------------- - -1 -(1 row) - -select sp_add_user('user3'); - sp_add_user -------------- - 3 -(1 row) - -select sp_add_user('user3'); - sp_add_user -------------- - -1 -(1 row) - -drop function sp_add_user(text); -drop function sp_id_user(text); --- --- tests for refcursors --- -create table rc_test (a int, b int); -copy rc_test from stdin; -create function return_unnamed_refcursor() returns refcursor as $$ -declare - rc refcursor; -begin - open rc for select a from rc_test; - return rc; -end -$$ language plpgsql; -create function use_refcursor(rc refcursor) returns int as $$ -declare - rc refcursor; - x record; -begin - rc := return_unnamed_refcursor(); - fetch next from rc into x; - return x.a; -end -$$ language plpgsql; -select use_refcursor(return_unnamed_refcursor()); - use_refcursor ---------------- - 5 -(1 row) - -create function return_refcursor(rc refcursor) returns refcursor as $$ -begin - open rc for select a from rc_test; - return rc; -end -$$ language plpgsql; -create function refcursor_test1(refcursor) returns refcursor as $$ -begin - perform return_refcursor($1); - return $1; -end -$$ language plpgsql; -begin; -select refcursor_test1('test1'); - refcursor_test1 ------------------ - test1 -(1 row) - -fetch next in test1; - a ---- - 5 -(1 row) - -select refcursor_test1('test2'); - refcursor_test1 ------------------ - test2 -(1 row) - -fetch all from test2; - a ------ - 5 - 50 - 500 -(3 rows) - -commit; --- should fail -fetch next from test1; -ERROR: cursor "test1" does not exist -create function refcursor_test2(int, int) returns boolean as $$ -declare - c1 cursor (param1 int, param2 int) for select * from rc_test where a > param1 and b > param2; - nonsense record; -begin - open c1($1, $2); - fetch c1 into nonsense; - close c1; - if found then - return true; - else - return false; - end if; -end -$$ language plpgsql; -select refcursor_test2(20000, 20000) as "Should be false", - refcursor_test2(20, 20) as "Should be true"; - Should be false | Should be true ------------------+---------------- - f | t -(1 row) - --- should fail -create function constant_refcursor() returns refcursor as $$ -declare - rc constant refcursor; -begin - open rc for select a from rc_test; - return rc; -end -$$ language plpgsql; -select constant_refcursor(); -ERROR: variable "rc" is declared CONSTANT -CONTEXT: PL/pgSQL function constant_refcursor() line 5 at OPEN --- but it's okay like this -create or replace function constant_refcursor() returns refcursor as $$ -declare - rc constant refcursor := 'my_cursor_name'; -begin - open rc for select a from rc_test; - return rc; -end -$$ language plpgsql; -select constant_refcursor(); - constant_refcursor --------------------- - my_cursor_name -(1 row) - --- --- tests for cursors with named parameter arguments --- -create function namedparmcursor_test1(int, int) returns boolean as $$ -declare - c1 cursor (param1 int, param12 int) for select * from rc_test where a > param1 and b > param12; - nonsense record; -begin - open c1(param12 := $2, param1 := $1); - fetch c1 into nonsense; - close c1; - if found then - return true; - else - return false; - end if; -end -$$ language plpgsql; -select namedparmcursor_test1(20000, 20000) as "Should be false", - namedparmcursor_test1(20, 20) as "Should be true"; - Should be false | Should be true ------------------+---------------- - f | t -(1 row) - --- mixing named and positional argument notations -create function namedparmcursor_test2(int, int) returns boolean as $$ -declare - c1 cursor (param1 int, param2 int) for select * from rc_test where a > param1 and b > param2; - nonsense record; -begin - open c1(param1 := $1, $2); - fetch c1 into nonsense; - close c1; - if found then - return true; - else - return false; - end if; -end -$$ language plpgsql; -select namedparmcursor_test2(20, 20); - namedparmcursor_test2 ------------------------ - t -(1 row) - --- mixing named and positional: param2 is given twice, once in named notation --- and second time in positional notation. Should throw an error at parse time -create function namedparmcursor_test3() returns void as $$ -declare - c1 cursor (param1 int, param2 int) for select * from rc_test where a > param1 and b > param2; -begin - open c1(param2 := 20, 21); -end -$$ language plpgsql; -ERROR: value for parameter "param2" of cursor "c1" specified more than once -LINE 5: open c1(param2 := 20, 21); - ^ --- mixing named and positional: same as previous test, but param1 is duplicated -create function namedparmcursor_test4() returns void as $$ -declare - c1 cursor (param1 int, param2 int) for select * from rc_test where a > param1 and b > param2; -begin - open c1(20, param1 := 21); -end -$$ language plpgsql; -ERROR: value for parameter "param1" of cursor "c1" specified more than once -LINE 5: open c1(20, param1 := 21); - ^ --- duplicate named parameter, should throw an error at parse time -create function namedparmcursor_test5() returns void as $$ -declare - c1 cursor (p1 int, p2 int) for - select * from tenk1 where thousand = p1 and tenthous = p2; -begin - open c1 (p2 := 77, p2 := 42); -end -$$ language plpgsql; -ERROR: value for parameter "p2" of cursor "c1" specified more than once -LINE 6: open c1 (p2 := 77, p2 := 42); - ^ --- not enough parameters, should throw an error at parse time -create function namedparmcursor_test6() returns void as $$ -declare - c1 cursor (p1 int, p2 int) for - select * from tenk1 where thousand = p1 and tenthous = p2; -begin - open c1 (p2 := 77); -end -$$ language plpgsql; -ERROR: not enough arguments for cursor "c1" -LINE 6: open c1 (p2 := 77); - ^ --- division by zero runtime error, the context given in the error message --- should be sensible -create function namedparmcursor_test7() returns void as $$ -declare - c1 cursor (p1 int, p2 int) for - select * from tenk1 where thousand = p1 and tenthous = p2; -begin - open c1 (p2 := 77, p1 := 42/0); -end $$ language plpgsql; -select namedparmcursor_test7(); -ERROR: division by zero -CONTEXT: PL/pgSQL expression "42/0 AS p1, 77 AS p2" -PL/pgSQL function namedparmcursor_test7() line 6 at OPEN --- check that line comments work correctly within the argument list --- (this used to require a special hack in the code; it no longer does, --- but let's keep the test anyway) -create function namedparmcursor_test8() returns int4 as $$ -declare - c1 cursor (p1 int, p2 int) for - select count(*) from tenk1 where thousand = p1 and tenthous = p2; - n int4; -begin - open c1 (77 -- test - , 42); - fetch c1 into n; - return n; -end $$ language plpgsql; -select namedparmcursor_test8(); - namedparmcursor_test8 ------------------------ - 0 -(1 row) - --- cursor parameter name can match plpgsql variable or unreserved keyword -create function namedparmcursor_test9(p1 int) returns int4 as $$ -declare - c1 cursor (p1 int, p2 int, debug int) for - select count(*) from tenk1 where thousand = p1 and tenthous = p2 - and four = debug; - p2 int4 := 1006; - n int4; -begin - -- use both supported syntaxes for named arguments - open c1 (p1 := p1, p2 => p2, debug => 2); - fetch c1 into n; - return n; -end $$ language plpgsql; -select namedparmcursor_test9(6); - namedparmcursor_test9 ------------------------ - 1 -(1 row) - --- --- tests for "raise" processing --- -create function raise_test1(int) returns int as $$ -begin - raise notice 'This message has too many parameters!', $1; - return $1; -end; -$$ language plpgsql; -ERROR: too many parameters specified for RAISE -CONTEXT: compilation of PL/pgSQL function "raise_test1" near line 3 -create function raise_test2(int) returns int as $$ -begin - raise notice 'This message has too few parameters: %, %, %', $1, $1; - return $1; -end; -$$ language plpgsql; -ERROR: too few parameters specified for RAISE -CONTEXT: compilation of PL/pgSQL function "raise_test2" near line 3 -create function raise_test3(int) returns int as $$ -begin - raise notice 'This message has no parameters (despite having %% signs in it)!'; - return $1; -end; -$$ language plpgsql; -select raise_test3(1); -NOTICE: This message has no parameters (despite having % signs in it)! - raise_test3 -------------- - 1 -(1 row) - --- Test re-RAISE inside a nested exception block. This case is allowed --- by Oracle's PL/SQL but was handled differently by PG before 9.1. -CREATE FUNCTION reraise_test() RETURNS void AS $$ -BEGIN - BEGIN - RAISE syntax_error; - EXCEPTION - WHEN syntax_error THEN - BEGIN - raise notice 'exception % thrown in inner block, reraising', sqlerrm; - RAISE; - EXCEPTION - WHEN OTHERS THEN - raise notice 'RIGHT - exception % caught in inner block', sqlerrm; - END; - END; -EXCEPTION - WHEN OTHERS THEN - raise notice 'WRONG - exception % caught in outer block', sqlerrm; -END; -$$ LANGUAGE plpgsql; -SELECT reraise_test(); -NOTICE: exception syntax_error thrown in inner block, reraising -NOTICE: RIGHT - exception syntax_error caught in inner block - reraise_test --------------- - -(1 row) - --- --- reject function definitions that contain malformed SQL queries at --- compile-time, where possible --- -create function bad_sql1() returns int as $$ -declare a int; -begin - a := 5; - Johnny Yuma; - a := 10; - return a; -end$$ language plpgsql; -ERROR: syntax error at or near "Johnny" -LINE 5: Johnny Yuma; - ^ -create function bad_sql2() returns int as $$ -declare r record; -begin - for r in select I fought the law, the law won LOOP - raise notice 'in loop'; - end loop; - return 5; -end;$$ language plpgsql; -ERROR: syntax error at or near "the" -LINE 4: for r in select I fought the law, the law won LOOP - ^ --- a RETURN expression is mandatory, except for void-returning --- functions, where it is not allowed -create function missing_return_expr() returns int as $$ -begin - return ; -end;$$ language plpgsql; -ERROR: missing expression at or near ";" -LINE 3: return ; - ^ -create function void_return_expr() returns void as $$ -begin - return 5; -end;$$ language plpgsql; -ERROR: RETURN cannot have a parameter in function returning void -LINE 3: return 5; - ^ --- VOID functions are allowed to omit RETURN -create function void_return_expr() returns void as $$ -begin - perform 2+2; -end;$$ language plpgsql; -select void_return_expr(); - void_return_expr ------------------- - -(1 row) - --- but ordinary functions are not -create function missing_return_expr() returns int as $$ -begin - perform 2+2; -end;$$ language plpgsql; -select missing_return_expr(); -ERROR: control reached end of function without RETURN -CONTEXT: PL/pgSQL function missing_return_expr() -drop function void_return_expr(); -drop function missing_return_expr(); --- --- EXECUTE ... INTO test --- -create table eifoo (i integer, y integer); -create type eitype as (i integer, y integer); -create or replace function execute_into_test(varchar) returns record as $$ -declare - _r record; - _rt eifoo%rowtype; - _v eitype; - i int; - j int; - k int; -begin - execute 'insert into '||$1||' values(10,15)'; - execute 'select (row).* from (select row(10,1)::eifoo) s' into _r; - raise notice '% %', _r.i, _r.y; - execute 'select * from '||$1||' limit 1' into _rt; - raise notice '% %', _rt.i, _rt.y; - execute 'select *, 20 from '||$1||' limit 1' into i, j, k; - raise notice '% % %', i, j, k; - execute 'select 1,2' into _v; - return _v; -end; $$ language plpgsql; -select execute_into_test('eifoo'); -NOTICE: 10 1 -NOTICE: 10 15 -NOTICE: 10 15 20 - execute_into_test -------------------- - (1,2) -(1 row) - -drop table eifoo cascade; -drop type eitype cascade; --- --- SQLSTATE and SQLERRM test --- -create function excpt_test1() returns void as $$ -begin - raise notice '% %', sqlstate, sqlerrm; -end; $$ language plpgsql; --- should fail: SQLSTATE and SQLERRM are only in defined EXCEPTION --- blocks -select excpt_test1(); -ERROR: column "sqlstate" does not exist -LINE 1: sqlstate - ^ -QUERY: sqlstate -CONTEXT: PL/pgSQL function excpt_test1() line 3 at RAISE -create function excpt_test2() returns void as $$ -begin - begin - begin - raise notice '% %', sqlstate, sqlerrm; - end; - end; -end; $$ language plpgsql; --- should fail -select excpt_test2(); -ERROR: column "sqlstate" does not exist -LINE 1: sqlstate - ^ -QUERY: sqlstate -CONTEXT: PL/pgSQL function excpt_test2() line 5 at RAISE -create function excpt_test3() returns void as $$ -begin - begin - raise exception 'user exception'; - exception when others then - raise notice 'caught exception % %', sqlstate, sqlerrm; - begin - raise notice '% %', sqlstate, sqlerrm; - perform 10/0; - exception - when substring_error then - -- this exception handler shouldn't be invoked - raise notice 'unexpected exception: % %', sqlstate, sqlerrm; - when division_by_zero then - raise notice 'caught exception % %', sqlstate, sqlerrm; - end; - raise notice '% %', sqlstate, sqlerrm; - end; -end; $$ language plpgsql; -select excpt_test3(); -NOTICE: caught exception P0001 user exception -NOTICE: P0001 user exception -NOTICE: caught exception 22012 division by zero -NOTICE: P0001 user exception - excpt_test3 -------------- - -(1 row) - -create function excpt_test4() returns text as $$ -begin - begin perform 1/0; - exception when others then return sqlerrm; end; -end; $$ language plpgsql; -select excpt_test4(); - excpt_test4 ------------------- - division by zero -(1 row) - -drop function excpt_test1(); -drop function excpt_test2(); -drop function excpt_test3(); -drop function excpt_test4(); --- parameters of raise stmt can be expressions -create function raise_exprs() returns void as $$ -declare - a integer[] = '{10,20,30}'; - c varchar = 'xyz'; - i integer; -begin - i := 2; - raise notice '%; %; %; %; %; %', a, a[i], c, (select c || 'abc'), row(10,'aaa',NULL,30), NULL; -end;$$ language plpgsql; -select raise_exprs(); -NOTICE: {10,20,30}; 20; xyz; xyzabc; (10,aaa,,30); - raise_exprs -------------- - -(1 row) - -drop function raise_exprs(); --- regression test: verify that multiple uses of same plpgsql datum within --- a SQL command all get mapped to the same $n parameter. The return value --- of the SELECT is not important, we only care that it doesn't fail with --- a complaint about an ungrouped column reference. -create function multi_datum_use(p1 int) returns bool as $$ -declare - x int; - y int; -begin - select into x,y unique1/p1, unique1/$1 from tenk1 group by unique1/p1; - return x = y; -end$$ language plpgsql; -select multi_datum_use(42); - multi_datum_use ------------------ - t -(1 row) - --- --- Test STRICT limiter in both planned and EXECUTE invocations. --- Note that a data-modifying query is quasi strict (disallow multi rows) --- by default in the planned case, but not in EXECUTE. --- -create temp table foo (f1 int, f2 int); -insert into foo values (1,2), (3,4); -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- should work - insert into foo values(5,6) returning * into x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -NOTICE: x.f1 = 5, x.f2 = 6 - stricttest ------------- - -(1 row) - -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- should fail due to implicit strict - insert into foo values(7,8),(9,10) returning * into x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned more than one row -HINT: Make sure the query returns a single row, or use LIMIT 1. -CONTEXT: PL/pgSQL function stricttest() line 5 at SQL statement -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- should work - execute 'insert into foo values(5,6) returning *' into x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -NOTICE: x.f1 = 5, x.f2 = 6 - stricttest ------------- - -(1 row) - -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- this should work since EXECUTE isn't as picky - execute 'insert into foo values(7,8),(9,10) returning *' into x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -NOTICE: x.f1 = 7, x.f2 = 8 - stricttest ------------- - -(1 row) - -select * from foo; - f1 | f2 -----+---- - 1 | 2 - 3 | 4 - 5 | 6 - 5 | 6 - 7 | 8 - 9 | 10 -(6 rows) - -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- should work - select * from foo where f1 = 3 into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -NOTICE: x.f1 = 3, x.f2 = 4 - stricttest ------------- - -(1 row) - -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- should fail, no rows - select * from foo where f1 = 0 into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned no rows -CONTEXT: PL/pgSQL function stricttest() line 5 at SQL statement -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- should fail, too many rows - select * from foo where f1 > 3 into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned more than one row -HINT: Make sure the query returns a single row, or use LIMIT 1. -CONTEXT: PL/pgSQL function stricttest() line 5 at SQL statement -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- should work - execute 'select * from foo where f1 = 3' into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -NOTICE: x.f1 = 3, x.f2 = 4 - stricttest ------------- - -(1 row) - -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- should fail, no rows - execute 'select * from foo where f1 = 0' into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned no rows -CONTEXT: PL/pgSQL function stricttest() line 5 at EXECUTE -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- should fail, too many rows - execute 'select * from foo where f1 > 3' into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned more than one row -CONTEXT: PL/pgSQL function stricttest() line 5 at EXECUTE -drop function stricttest(); --- test printing parameters after failure due to STRICT -set plpgsql.print_strict_params to true; -create or replace function stricttest() returns void as $$ -declare -x record; -p1 int := 2; -p3 text := 'foo'; -begin - -- no rows - select * from foo where f1 = p1 and f1::text = p3 into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned no rows -DETAIL: parameters: p1 = '2', p3 = 'foo' -CONTEXT: PL/pgSQL function stricttest() line 8 at SQL statement -create or replace function stricttest() returns void as $$ -declare -x record; -p1 int := 2; -p3 text := $a$'Valame Dios!' dijo Sancho; 'no le dije yo a vuestra merced que mirase bien lo que hacia?'$a$; -begin - -- no rows - select * from foo where f1 = p1 and f1::text = p3 into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned no rows -DETAIL: parameters: p1 = '2', p3 = '''Valame Dios!'' dijo Sancho; ''no le dije yo a vuestra merced que mirase bien lo que hacia?''' -CONTEXT: PL/pgSQL function stricttest() line 8 at SQL statement -create or replace function stricttest() returns void as $$ -declare -x record; -p1 int := 2; -p3 text := 'foo'; -begin - -- too many rows - select * from foo where f1 > p1 or f1::text = p3 into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned more than one row -DETAIL: parameters: p1 = '2', p3 = 'foo' -HINT: Make sure the query returns a single row, or use LIMIT 1. -CONTEXT: PL/pgSQL function stricttest() line 8 at SQL statement -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- too many rows, no params - select * from foo where f1 > 3 into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned more than one row -HINT: Make sure the query returns a single row, or use LIMIT 1. -CONTEXT: PL/pgSQL function stricttest() line 5 at SQL statement -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- no rows - execute 'select * from foo where f1 = $1 or f1::text = $2' using 0, 'foo' into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned no rows -DETAIL: parameters: $1 = '0', $2 = 'foo' -CONTEXT: PL/pgSQL function stricttest() line 5 at EXECUTE -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- too many rows - execute 'select * from foo where f1 > $1' using 1 into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned more than one row -DETAIL: parameters: $1 = '1' -CONTEXT: PL/pgSQL function stricttest() line 5 at EXECUTE -create or replace function stricttest() returns void as $$ -declare x record; -begin - -- too many rows, no parameters - execute 'select * from foo where f1 > 3' into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned more than one row -CONTEXT: PL/pgSQL function stricttest() line 5 at EXECUTE -create or replace function stricttest() returns void as $$ --- override the global -#print_strict_params off -declare -x record; -p1 int := 2; -p3 text := 'foo'; -begin - -- too many rows - select * from foo where f1 > p1 or f1::text = p3 into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned more than one row -HINT: Make sure the query returns a single row, or use LIMIT 1. -CONTEXT: PL/pgSQL function stricttest() line 10 at SQL statement -reset plpgsql.print_strict_params; -create or replace function stricttest() returns void as $$ --- override the global -#print_strict_params on -declare -x record; -p1 int := 2; -p3 text := 'foo'; -begin - -- too many rows - select * from foo where f1 > p1 or f1::text = p3 into strict x; - raise notice 'x.f1 = %, x.f2 = %', x.f1, x.f2; -end$$ language plpgsql; -select stricttest(); -ERROR: query returned more than one row -DETAIL: parameters: p1 = '2', p3 = 'foo' -HINT: Make sure the query returns a single row, or use LIMIT 1. -CONTEXT: PL/pgSQL function stricttest() line 10 at SQL statement --- test warnings and errors -set plpgsql.extra_warnings to 'all'; -set plpgsql.extra_warnings to 'none'; -set plpgsql.extra_errors to 'all'; -set plpgsql.extra_errors to 'none'; --- test warnings when shadowing a variable -set plpgsql.extra_warnings to 'shadowed_variables'; --- simple shadowing of input and output parameters -create or replace function shadowtest(in1 int) - returns table (out1 int) as $$ -declare -in1 int; -out1 int; -begin -end -$$ language plpgsql; -WARNING: variable "in1" shadows a previously defined variable -LINE 4: in1 int; - ^ -WARNING: variable "out1" shadows a previously defined variable -LINE 5: out1 int; - ^ -select shadowtest(1); - shadowtest ------------- -(0 rows) - -set plpgsql.extra_warnings to 'shadowed_variables'; -select shadowtest(1); - shadowtest ------------- -(0 rows) - -create or replace function shadowtest(in1 int) - returns table (out1 int) as $$ -declare -in1 int; -out1 int; -begin -end -$$ language plpgsql; -WARNING: variable "in1" shadows a previously defined variable -LINE 4: in1 int; - ^ -WARNING: variable "out1" shadows a previously defined variable -LINE 5: out1 int; - ^ -select shadowtest(1); - shadowtest ------------- -(0 rows) - -drop function shadowtest(int); --- shadowing in a second DECLARE block -create or replace function shadowtest() - returns void as $$ -declare -f1 int; -begin - declare - f1 int; - begin - end; -end$$ language plpgsql; -WARNING: variable "f1" shadows a previously defined variable -LINE 7: f1 int; - ^ -drop function shadowtest(); --- several levels of shadowing -create or replace function shadowtest(in1 int) - returns void as $$ -declare -in1 int; -begin - declare - in1 int; - begin - end; -end$$ language plpgsql; -WARNING: variable "in1" shadows a previously defined variable -LINE 4: in1 int; - ^ -WARNING: variable "in1" shadows a previously defined variable -LINE 7: in1 int; - ^ -drop function shadowtest(int); --- shadowing in cursor definitions -create or replace function shadowtest() - returns void as $$ -declare -f1 int; -c1 cursor (f1 int) for select 1; -begin -end$$ language plpgsql; -WARNING: variable "f1" shadows a previously defined variable -LINE 5: c1 cursor (f1 int) for select 1; - ^ -drop function shadowtest(); --- test errors when shadowing a variable -set plpgsql.extra_errors to 'shadowed_variables'; -create or replace function shadowtest(f1 int) - returns boolean as $$ -declare f1 int; begin return 1; end $$ language plpgsql; -ERROR: variable "f1" shadows a previously defined variable -LINE 3: declare f1 int; begin return 1; end $$ language plpgsql; - ^ -select shadowtest(1); -ERROR: function shadowtest(integer) does not exist -LINE 1: select shadowtest(1); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -reset plpgsql.extra_errors; -reset plpgsql.extra_warnings; -create or replace function shadowtest(f1 int) - returns boolean as $$ -declare f1 int; begin return 1; end $$ language plpgsql; -select shadowtest(1); - shadowtest ------------- - t -(1 row) - --- runtime extra checks -set plpgsql.extra_warnings to 'too_many_rows'; -do $$ -declare x int; -begin - select v from generate_series(1,2) g(v) into x; -end; -$$; -WARNING: query returned more than one row -HINT: Make sure the query returns a single row, or use LIMIT 1. -set plpgsql.extra_errors to 'too_many_rows'; -do $$ -declare x int; -begin - select v from generate_series(1,2) g(v) into x; -end; -$$; -ERROR: query returned more than one row -HINT: Make sure the query returns a single row, or use LIMIT 1. -CONTEXT: PL/pgSQL function inline_code_block line 4 at SQL statement -reset plpgsql.extra_errors; -reset plpgsql.extra_warnings; -set plpgsql.extra_warnings to 'strict_multi_assignment'; -do $$ -declare - x int; - y int; -begin - select 1 into x, y; - select 1,2 into x, y; - select 1,2,3 into x, y; -end -$$; -WARNING: number of source and target fields in assignment does not match -DETAIL: strict_multi_assignment check of extra_warnings is active. -HINT: Make sure the query returns the exact list of columns. -WARNING: number of source and target fields in assignment does not match -DETAIL: strict_multi_assignment check of extra_warnings is active. -HINT: Make sure the query returns the exact list of columns. -set plpgsql.extra_errors to 'strict_multi_assignment'; -do $$ -declare - x int; - y int; -begin - select 1 into x, y; - select 1,2 into x, y; - select 1,2,3 into x, y; -end -$$; -ERROR: number of source and target fields in assignment does not match -DETAIL: strict_multi_assignment check of extra_errors is active. -HINT: Make sure the query returns the exact list of columns. -CONTEXT: PL/pgSQL function inline_code_block line 6 at SQL statement -create table test_01(a int, b int, c int); -alter table test_01 drop column a; --- the check is active only when source table is not empty -insert into test_01 values(10,20); -do $$ -declare - x int; - y int; -begin - select * from test_01 into x, y; -- should be ok - raise notice 'ok'; - select * from test_01 into x; -- should to fail -end; -$$; -NOTICE: ok -ERROR: number of source and target fields in assignment does not match -DETAIL: strict_multi_assignment check of extra_errors is active. -HINT: Make sure the query returns the exact list of columns. -CONTEXT: PL/pgSQL function inline_code_block line 8 at SQL statement -do $$ -declare - t test_01; -begin - select 1, 2 into t; -- should be ok - raise notice 'ok'; - select 1, 2, 3 into t; -- should fail; -end; -$$; -NOTICE: ok -ERROR: number of source and target fields in assignment does not match -DETAIL: strict_multi_assignment check of extra_errors is active. -HINT: Make sure the query returns the exact list of columns. -CONTEXT: PL/pgSQL function inline_code_block line 7 at SQL statement -do $$ -declare - t test_01; -begin - select 1 into t; -- should fail; -end; -$$; -ERROR: number of source and target fields in assignment does not match -DETAIL: strict_multi_assignment check of extra_errors is active. -HINT: Make sure the query returns the exact list of columns. -CONTEXT: PL/pgSQL function inline_code_block line 5 at SQL statement -drop table test_01; -reset plpgsql.extra_errors; -reset plpgsql.extra_warnings; --- test scrollable cursor support -create function sc_test() returns setof integer as $$ -declare - c scroll cursor for select f1 from int4_tbl; - x integer; -begin - open c; - fetch last from c into x; - while found loop - return next x; - fetch prior from c into x; - end loop; - close c; -end; -$$ language plpgsql; -select * from sc_test(); - sc_test -------------- - -2147483647 - 2147483647 - -123456 - 123456 - 0 -(5 rows) - -create or replace function sc_test() returns setof integer as $$ -declare - c no scroll cursor for select f1 from int4_tbl; - x integer; -begin - open c; - fetch last from c into x; - while found loop - return next x; - fetch prior from c into x; - end loop; - close c; -end; -$$ language plpgsql; -select * from sc_test(); -- fails because of NO SCROLL specification -ERROR: cursor can only scan forward -HINT: Declare it with SCROLL option to enable backward scan. -CONTEXT: PL/pgSQL function sc_test() line 7 at FETCH -create or replace function sc_test() returns setof integer as $$ -declare - c refcursor; - x integer; -begin - open c scroll for select f1 from int4_tbl; - fetch last from c into x; - while found loop - return next x; - fetch prior from c into x; - end loop; - close c; -end; -$$ language plpgsql; -select * from sc_test(); - sc_test -------------- - -2147483647 - 2147483647 - -123456 - 123456 - 0 -(5 rows) - -create or replace function sc_test() returns setof integer as $$ -declare - c refcursor; - x integer; -begin - open c scroll for execute 'select f1 from int4_tbl'; - fetch last from c into x; - while found loop - return next x; - fetch relative -2 from c into x; - end loop; - close c; -end; -$$ language plpgsql; -select * from sc_test(); - sc_test -------------- - -2147483647 - -123456 - 0 -(3 rows) - -create or replace function sc_test() returns setof integer as $$ -declare - c refcursor; - x integer; -begin - open c scroll for execute 'select f1 from int4_tbl'; - fetch last from c into x; - while found loop - return next x; - move backward 2 from c; - fetch relative -1 from c into x; - end loop; - close c; -end; -$$ language plpgsql; -select * from sc_test(); - sc_test -------------- - -2147483647 - 123456 -(2 rows) - -create or replace function sc_test() returns setof integer as $$ -declare - c cursor for select * from generate_series(1, 10); - x integer; -begin - open c; - loop - move relative 2 in c; - if not found then - exit; - end if; - fetch next from c into x; - if found then - return next x; - end if; - end loop; - close c; -end; -$$ language plpgsql; -select * from sc_test(); - sc_test ---------- - 3 - 6 - 9 -(3 rows) - -create or replace function sc_test() returns setof integer as $$ -declare - c cursor for select * from generate_series(1, 10); - x integer; -begin - open c; - move forward all in c; - fetch backward from c into x; - if found then - return next x; - end if; - close c; -end; -$$ language plpgsql; -select * from sc_test(); - sc_test ---------- - 10 -(1 row) - -drop function sc_test(); --- test qualified variable names -create function pl_qual_names (param1 int) returns void as $$ -<> -declare - param1 int := 1; -begin - <> - declare - param1 int := 2; - begin - raise notice 'param1 = %', param1; - raise notice 'pl_qual_names.param1 = %', pl_qual_names.param1; - raise notice 'outerblock.param1 = %', outerblock.param1; - raise notice 'innerblock.param1 = %', innerblock.param1; - end; -end; -$$ language plpgsql; -select pl_qual_names(42); -NOTICE: param1 = 2 -NOTICE: pl_qual_names.param1 = 42 -NOTICE: outerblock.param1 = 1 -NOTICE: innerblock.param1 = 2 - pl_qual_names ---------------- - -(1 row) - -drop function pl_qual_names(int); --- tests for RETURN QUERY -create function ret_query1(out int, out int) returns setof record as $$ -begin - $1 := -1; - $2 := -2; - return next; - return query select x + 1, x * 10 from generate_series(0, 10) s (x); - return next; -end; -$$ language plpgsql; -select * from ret_query1(); - column1 | column2 ----------+--------- - -1 | -2 - 1 | 0 - 2 | 10 - 3 | 20 - 4 | 30 - 5 | 40 - 6 | 50 - 7 | 60 - 8 | 70 - 9 | 80 - 10 | 90 - 11 | 100 - -1 | -2 -(13 rows) - -create type record_type as (x text, y int, z boolean); -create or replace function ret_query2(lim int) returns setof record_type as $$ -begin - return query select fipshash(s.x::text), s.x, s.x > 0 - from generate_series(-8, lim) s (x) where s.x % 2 = 0; -end; -$$ language plpgsql; -select * from ret_query2(8); - x | y | z -----------------------------------+----+--- - e91592205d3881e3ea35d66973bb4898 | -8 | f - 03b26944890929ff751653acb2f2af79 | -6 | f - e5e0093f285a4fb94c3fcc2ad7fd04ed | -4 | f - cf3bae39dd692048a8bf961182e6a34d | -2 | f - 5feceb66ffc86f38d952786c6d696c79 | 0 | f - d4735e3a265e16eee03f59718b9b5d03 | 2 | t - 4b227777d4dd1fc61c6f884f48641d02 | 4 | t - e7f6c011776e8db7cd330b54174fd76f | 6 | t - 2c624232cdd221771294dfbb310aca00 | 8 | t -(9 rows) - --- test EXECUTE USING -create function exc_using(int, text) returns int as $$ -declare i int; -begin - for i in execute 'select * from generate_series(1,$1)' using $1+1 loop - raise notice '%', i; - end loop; - execute 'select $2 + $2*3 + length($1)' into i using $2,$1; - return i; -end -$$ language plpgsql; -select exc_using(5, 'foobar'); -NOTICE: 1 -NOTICE: 2 -NOTICE: 3 -NOTICE: 4 -NOTICE: 5 -NOTICE: 6 - exc_using ------------ - 26 -(1 row) - -drop function exc_using(int, text); -create or replace function exc_using(int) returns void as $$ -declare - c refcursor; - i int; -begin - open c for execute 'select * from generate_series(1,$1)' using $1+1; - loop - fetch c into i; - exit when not found; - raise notice '%', i; - end loop; - close c; - return; -end; -$$ language plpgsql; -select exc_using(5); -NOTICE: 1 -NOTICE: 2 -NOTICE: 3 -NOTICE: 4 -NOTICE: 5 -NOTICE: 6 - exc_using ------------ - -(1 row) - -drop function exc_using(int); --- test FOR-over-cursor -create or replace function forc01() returns void as $$ -declare - c cursor(r1 integer, r2 integer) - for select * from generate_series(r1,r2) i; - c2 cursor - for select * from generate_series(41,43) i; -begin - -- assign portal names to cursors to get stable output - c := 'c'; - c2 := 'c2'; - for r in c(5,7) loop - raise notice '% from %', r.i, c; - end loop; - -- again, to test if cursor was closed properly - -- (and while we're at it, test named-parameter notation) - for r in c(r2 := 10, r1 => 9) loop - raise notice '% from %', r.i, c; - end loop; - -- and test a parameterless cursor - for r in c2 loop - raise notice '% from %', r.i, c2; - end loop; - -- and try it with a hand-assigned name - raise notice 'after loop, c2 = %', c2; - c2 := 'special_name'; - for r in c2 loop - raise notice '% from %', r.i, c2; - end loop; - raise notice 'after loop, c2 = %', c2; - -- and try it with a generated name - -- (which we can't show in the output because it's variable) - c2 := null; - for r in c2 loop - raise notice '%', r.i; - end loop; - raise notice 'after loop, c2 = %', c2; - return; -end; -$$ language plpgsql; -select forc01(); -NOTICE: 5 from c -NOTICE: 6 from c -NOTICE: 7 from c -NOTICE: 9 from c -NOTICE: 10 from c -NOTICE: 41 from c2 -NOTICE: 42 from c2 -NOTICE: 43 from c2 -NOTICE: after loop, c2 = c2 -NOTICE: 41 from special_name -NOTICE: 42 from special_name -NOTICE: 43 from special_name -NOTICE: after loop, c2 = special_name -NOTICE: 41 -NOTICE: 42 -NOTICE: 43 -NOTICE: after loop, c2 = - forc01 --------- - -(1 row) - --- try updating the cursor's current row -create temp table forc_test as - select n as i, n as j from generate_series(1,10) n; -create or replace function forc01() returns void as $$ -declare - c cursor for select * from forc_test; -begin - for r in c loop - raise notice '%, %', r.i, r.j; - update forc_test set i = i * 100, j = r.j * 2 where current of c; - end loop; -end; -$$ language plpgsql; -select forc01(); -NOTICE: 1, 1 -NOTICE: 2, 2 -NOTICE: 3, 3 -NOTICE: 4, 4 -NOTICE: 5, 5 -NOTICE: 6, 6 -NOTICE: 7, 7 -NOTICE: 8, 8 -NOTICE: 9, 9 -NOTICE: 10, 10 - forc01 --------- - -(1 row) - -select * from forc_test; - i | j -------+---- - 100 | 2 - 200 | 4 - 300 | 6 - 400 | 8 - 500 | 10 - 600 | 12 - 700 | 14 - 800 | 16 - 900 | 18 - 1000 | 20 -(10 rows) - --- same, with a cursor whose portal name doesn't match variable name -create or replace function forc01() returns void as $$ -declare - c refcursor := 'fooled_ya'; - r record; -begin - open c for select * from forc_test; - loop - fetch c into r; - exit when not found; - raise notice '%, %', r.i, r.j; - update forc_test set i = i * 100, j = r.j * 2 where current of c; - end loop; -end; -$$ language plpgsql; -select forc01(); -NOTICE: 100, 2 -NOTICE: 200, 4 -NOTICE: 300, 6 -NOTICE: 400, 8 -NOTICE: 500, 10 -NOTICE: 600, 12 -NOTICE: 700, 14 -NOTICE: 800, 16 -NOTICE: 900, 18 -NOTICE: 1000, 20 - forc01 --------- - -(1 row) - -select * from forc_test; - i | j ---------+---- - 10000 | 4 - 20000 | 8 - 30000 | 12 - 40000 | 16 - 50000 | 20 - 60000 | 24 - 70000 | 28 - 80000 | 32 - 90000 | 36 - 100000 | 40 -(10 rows) - -drop function forc01(); --- it's okay to re-use a cursor variable name, even when bound -do $$ -declare cnt int := 0; - c1 cursor for select * from forc_test; -begin - for r1 in c1 loop - declare c1 cursor for select * from forc_test; - begin - for r2 in c1 loop - cnt := cnt + 1; - end loop; - end; - end loop; - raise notice 'cnt = %', cnt; -end $$; -NOTICE: cnt = 100 --- fail because cursor has no query bound to it -create or replace function forc_bad() returns void as $$ -declare - c refcursor; -begin - for r in c loop - raise notice '%', r.i; - end loop; -end; -$$ language plpgsql; -ERROR: cursor FOR loop must use a bound cursor variable -LINE 5: for r in c loop - ^ --- test RETURN QUERY EXECUTE -create or replace function return_dquery() -returns setof int as $$ -begin - return query execute 'select * from (values(10),(20)) f'; - return query execute 'select * from (values($1),($2)) f' using 40,50; -end; -$$ language plpgsql; -select * from return_dquery(); - return_dquery ---------------- - 10 - 20 - 40 - 50 -(4 rows) - -drop function return_dquery(); --- test RETURN QUERY with dropped columns -create table tabwithcols(a int, b int, c int, d int); -insert into tabwithcols values(10,20,30,40),(50,60,70,80); -create or replace function returnqueryf() -returns setof tabwithcols as $$ -begin - return query select * from tabwithcols; - return query execute 'select * from tabwithcols'; -end; -$$ language plpgsql; -select * from returnqueryf(); - a | b | c | d -----+----+----+---- - 10 | 20 | 30 | 40 - 50 | 60 | 70 | 80 - 10 | 20 | 30 | 40 - 50 | 60 | 70 | 80 -(4 rows) - -alter table tabwithcols drop column b; -select * from returnqueryf(); - a | c | d -----+----+---- - 10 | 30 | 40 - 50 | 70 | 80 - 10 | 30 | 40 - 50 | 70 | 80 -(4 rows) - -alter table tabwithcols drop column d; -select * from returnqueryf(); - a | c -----+---- - 10 | 30 - 50 | 70 - 10 | 30 - 50 | 70 -(4 rows) - -alter table tabwithcols add column d int; -select * from returnqueryf(); - a | c | d -----+----+--- - 10 | 30 | - 50 | 70 | - 10 | 30 | - 50 | 70 | -(4 rows) - -drop function returnqueryf(); -drop table tabwithcols; --- --- Tests for composite-type results --- -create type compostype as (x int, y varchar); --- test: use of variable of composite type in return statement -create or replace function compos() returns compostype as $$ -declare - v compostype; -begin - v := (1, 'hello'); - return v; -end; -$$ language plpgsql; -select compos(); - compos ------------ - (1,hello) -(1 row) - --- test: use of variable of record type in return statement -create or replace function compos() returns compostype as $$ -declare - v record; -begin - v := (1, 'hello'::varchar); - return v; -end; -$$ language plpgsql; -select compos(); - compos ------------ - (1,hello) -(1 row) - --- test: use of row expr in return statement -create or replace function compos() returns compostype as $$ -begin - return (1, 'hello'::varchar); -end; -$$ language plpgsql; -select compos(); - compos ------------ - (1,hello) -(1 row) - --- this does not work currently (no implicit casting) -create or replace function compos() returns compostype as $$ -begin - return (1, 'hello'); -end; -$$ language plpgsql; -select compos(); -ERROR: returned record type does not match expected record type -DETAIL: Returned type unknown does not match expected type character varying in column "y" (position 2). -CONTEXT: PL/pgSQL function compos() while casting return value to function's return type --- ... but this does -create or replace function compos() returns compostype as $$ -begin - return (1, 'hello')::compostype; -end; -$$ language plpgsql; -select compos(); - compos ------------ - (1,hello) -(1 row) - -drop function compos(); --- test: return a row expr as record. -create or replace function composrec() returns record as $$ -declare - v record; -begin - v := (1, 'hello'); - return v; -end; -$$ language plpgsql; -select composrec(); - composrec ------------ - (1,hello) -(1 row) - --- test: return row expr in return statement. -create or replace function composrec() returns record as $$ -begin - return (1, 'hello'); -end; -$$ language plpgsql; -select composrec(); - composrec ------------ - (1,hello) -(1 row) - -drop function composrec(); --- test: row expr in RETURN NEXT statement. -create or replace function compos() returns setof compostype as $$ -begin - for i in 1..3 - loop - return next (1, 'hello'::varchar); - end loop; - return next null::compostype; - return next (2, 'goodbye')::compostype; -end; -$$ language plpgsql; -select * from compos(); - x | y ----+--------- - 1 | hello - 1 | hello - 1 | hello - | - 2 | goodbye -(5 rows) - -drop function compos(); --- test: use invalid expr in return statement. -create or replace function compos() returns compostype as $$ -begin - return 1 + 1; -end; -$$ language plpgsql; -select compos(); -ERROR: cannot return non-composite value from function returning composite type -CONTEXT: PL/pgSQL function compos() line 3 at RETURN --- RETURN variable is a different code path ... -create or replace function compos() returns compostype as $$ -declare x int := 42; -begin - return x; -end; -$$ language plpgsql; -select * from compos(); -ERROR: cannot return non-composite value from function returning composite type -CONTEXT: PL/pgSQL function compos() line 4 at RETURN -drop function compos(); --- test: invalid use of composite variable in scalar-returning function -create or replace function compos() returns int as $$ -declare - v compostype; -begin - v := (1, 'hello'); - return v; -end; -$$ language plpgsql; -select compos(); -ERROR: invalid input syntax for type integer: "(1,hello)" -CONTEXT: PL/pgSQL function compos() while casting return value to function's return type --- test: invalid use of composite expression in scalar-returning function -create or replace function compos() returns int as $$ -begin - return (1, 'hello')::compostype; -end; -$$ language plpgsql; -select compos(); -ERROR: invalid input syntax for type integer: "(1,hello)" -CONTEXT: PL/pgSQL function compos() while casting return value to function's return type -drop function compos(); -drop type compostype; --- --- Tests for 8.4's new RAISE features --- -create or replace function raise_test() returns void as $$ -begin - raise notice '% % %', 1, 2, 3 - using errcode = '55001', detail = 'some detail info', hint = 'some hint'; - raise '% % %', 1, 2, 3 - using errcode = 'division_by_zero', detail = 'some detail info'; -end; -$$ language plpgsql; -select raise_test(); -NOTICE: 1 2 3 -DETAIL: some detail info -HINT: some hint -ERROR: 1 2 3 -DETAIL: some detail info -CONTEXT: PL/pgSQL function raise_test() line 5 at RAISE --- Since we can't actually see the thrown SQLSTATE in default psql output, --- test it like this; this also tests re-RAISE -create or replace function raise_test() returns void as $$ -begin - raise 'check me' - using errcode = 'division_by_zero', detail = 'some detail info'; - exception - when others then - raise notice 'SQLSTATE: % SQLERRM: %', sqlstate, sqlerrm; - raise; -end; -$$ language plpgsql; -select raise_test(); -NOTICE: SQLSTATE: 22012 SQLERRM: check me -ERROR: check me -DETAIL: some detail info -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE -create or replace function raise_test() returns void as $$ -begin - raise 'check me' - using errcode = '1234F', detail = 'some detail info'; - exception - when others then - raise notice 'SQLSTATE: % SQLERRM: %', sqlstate, sqlerrm; - raise; -end; -$$ language plpgsql; -select raise_test(); -NOTICE: SQLSTATE: 1234F SQLERRM: check me -ERROR: check me -DETAIL: some detail info -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE --- SQLSTATE specification in WHEN -create or replace function raise_test() returns void as $$ -begin - raise 'check me' - using errcode = '1234F', detail = 'some detail info'; - exception - when sqlstate '1234F' then - raise notice 'SQLSTATE: % SQLERRM: %', sqlstate, sqlerrm; - raise; -end; -$$ language plpgsql; -select raise_test(); -NOTICE: SQLSTATE: 1234F SQLERRM: check me -ERROR: check me -DETAIL: some detail info -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE -create or replace function raise_test() returns void as $$ -begin - raise division_by_zero using detail = 'some detail info'; - exception - when others then - raise notice 'SQLSTATE: % SQLERRM: %', sqlstate, sqlerrm; - raise; -end; -$$ language plpgsql; -select raise_test(); -NOTICE: SQLSTATE: 22012 SQLERRM: division_by_zero -ERROR: division_by_zero -DETAIL: some detail info -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE -create or replace function raise_test() returns void as $$ -begin - raise division_by_zero; -end; -$$ language plpgsql; -select raise_test(); -ERROR: division_by_zero -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE -create or replace function raise_test() returns void as $$ -begin - raise sqlstate '1234F'; -end; -$$ language plpgsql; -select raise_test(); -ERROR: 1234F -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE -create or replace function raise_test() returns void as $$ -begin - raise division_by_zero using message = 'custom' || ' message'; -end; -$$ language plpgsql; -select raise_test(); -ERROR: custom message -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE -create or replace function raise_test() returns void as $$ -begin - raise using message = 'custom' || ' message', errcode = '22012'; -end; -$$ language plpgsql; -select raise_test(); -ERROR: custom message -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE --- conflict on message -create or replace function raise_test() returns void as $$ -begin - raise notice 'some message' using message = 'custom' || ' message', errcode = '22012'; -end; -$$ language plpgsql; -select raise_test(); -ERROR: RAISE option already specified: MESSAGE -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE --- conflict on errcode -create or replace function raise_test() returns void as $$ -begin - raise division_by_zero using message = 'custom' || ' message', errcode = '22012'; -end; -$$ language plpgsql; -select raise_test(); -ERROR: RAISE option already specified: ERRCODE -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE --- nothing to re-RAISE -create or replace function raise_test() returns void as $$ -begin - raise; -end; -$$ language plpgsql; -select raise_test(); -ERROR: RAISE without parameters cannot be used outside an exception handler -CONTEXT: PL/pgSQL function raise_test() line 3 at RAISE --- test access to exception data -create function zero_divide() returns int as $$ -declare v int := 0; -begin - return 10 / v; -end; -$$ language plpgsql parallel safe; -create or replace function raise_test() returns void as $$ -begin - raise exception 'custom exception' - using detail = 'some detail of custom exception', - hint = 'some hint related to custom exception'; -end; -$$ language plpgsql; -create function stacked_diagnostics_test() returns void as $$ -declare _sqlstate text; - _message text; - _context text; -begin - perform zero_divide(); -exception when others then - get stacked diagnostics - _sqlstate = returned_sqlstate, - _message = message_text, - _context = pg_exception_context; - raise notice 'sqlstate: %, message: %, context: [%]', - _sqlstate, _message, replace(_context, E'\n', ' <- '); -end; -$$ language plpgsql; -select stacked_diagnostics_test(); -NOTICE: sqlstate: 22012, message: division by zero, context: [PL/pgSQL function zero_divide() line 4 at RETURN <- SQL statement "SELECT zero_divide()" <- PL/pgSQL function stacked_diagnostics_test() line 6 at PERFORM] - stacked_diagnostics_test --------------------------- - -(1 row) - -create or replace function stacked_diagnostics_test() returns void as $$ -declare _detail text; - _hint text; - _message text; -begin - perform raise_test(); -exception when others then - get stacked diagnostics - _message = message_text, - _detail = pg_exception_detail, - _hint = pg_exception_hint; - raise notice 'message: %, detail: %, hint: %', _message, _detail, _hint; -end; -$$ language plpgsql; -select stacked_diagnostics_test(); -NOTICE: message: custom exception, detail: some detail of custom exception, hint: some hint related to custom exception - stacked_diagnostics_test --------------------------- - -(1 row) - --- fail, cannot use stacked diagnostics statement outside handler -create or replace function stacked_diagnostics_test() returns void as $$ -declare _detail text; - _hint text; - _message text; -begin - get stacked diagnostics - _message = message_text, - _detail = pg_exception_detail, - _hint = pg_exception_hint; - raise notice 'message: %, detail: %, hint: %', _message, _detail, _hint; -end; -$$ language plpgsql; -select stacked_diagnostics_test(); -ERROR: GET STACKED DIAGNOSTICS cannot be used outside an exception handler -CONTEXT: PL/pgSQL function stacked_diagnostics_test() line 6 at GET STACKED DIAGNOSTICS -drop function stacked_diagnostics_test(); --- Test that an error recovery subtransaction is parallel safe -create function error_trap_test() returns text as $$ -begin - perform zero_divide(); - return 'no error detected!'; -exception when division_by_zero then - return 'division_by_zero detected'; -end; -$$ language plpgsql parallel safe; -set debug_parallel_query to on; -explain (verbose, costs off) select error_trap_test(); - QUERY PLAN ------------------------------------ - Gather - Output: (error_trap_test()) - Workers Planned: 1 - Single Copy: true - -> Result - Output: error_trap_test() -(6 rows) - -select error_trap_test(); - error_trap_test ---------------------------- - division_by_zero detected -(1 row) - -reset debug_parallel_query; -drop function error_trap_test(); -drop function zero_divide(); --- check cases where implicit SQLSTATE variable could be confused with --- SQLSTATE as a keyword, cf bug #5524 -create or replace function raise_test() returns void as $$ -begin - perform 1/0; -exception - when sqlstate '22012' then - raise notice using message = sqlstate; - raise sqlstate '22012' using message = 'substitute message'; -end; -$$ language plpgsql; -select raise_test(); -NOTICE: 22012 -ERROR: substitute message -CONTEXT: PL/pgSQL function raise_test() line 7 at RAISE -drop function raise_test(); --- test passing column_name, constraint_name, datatype_name, table_name --- and schema_name error fields -create or replace function stacked_diagnostics_test() returns void as $$ -declare _column_name text; - _constraint_name text; - _datatype_name text; - _table_name text; - _schema_name text; -begin - raise exception using - column = '>>some column name<<', - constraint = '>>some constraint name<<', - datatype = '>>some datatype name<<', - table = '>>some table name<<', - schema = '>>some schema name<<'; -exception when others then - get stacked diagnostics - _column_name = column_name, - _constraint_name = constraint_name, - _datatype_name = pg_datatype_name, - _table_name = table_name, - _schema_name = schema_name; - raise notice 'column %, constraint %, type %, table %, schema %', - _column_name, _constraint_name, _datatype_name, _table_name, _schema_name; -end; -$$ language plpgsql; -select stacked_diagnostics_test(); -NOTICE: column >>some column name<<, constraint >>some constraint name<<, type >>some datatype name<<, table >>some table name<<, schema >>some schema name<< - stacked_diagnostics_test --------------------------- - -(1 row) - -drop function stacked_diagnostics_test(); --- test variadic functions -create or replace function vari(variadic int[]) -returns void as $$ -begin - for i in array_lower($1,1)..array_upper($1,1) loop - raise notice '%', $1[i]; - end loop; end; -$$ language plpgsql; -select vari(1,2,3,4,5); -NOTICE: 1 -NOTICE: 2 -NOTICE: 3 -NOTICE: 4 -NOTICE: 5 - vari ------- - -(1 row) - -select vari(3,4,5); -NOTICE: 3 -NOTICE: 4 -NOTICE: 5 - vari ------- - -(1 row) - -select vari(variadic array[5,6,7]); -NOTICE: 5 -NOTICE: 6 -NOTICE: 7 - vari ------- - -(1 row) - -drop function vari(int[]); --- coercion test -create or replace function pleast(variadic numeric[]) -returns numeric as $$ -declare aux numeric = $1[array_lower($1,1)]; -begin - for i in array_lower($1,1)+1..array_upper($1,1) loop - if $1[i] < aux then aux := $1[i]; end if; - end loop; - return aux; -end; -$$ language plpgsql immutable strict; -select pleast(10,1,2,3,-16); - pleast --------- - -16 -(1 row) - -select pleast(10.2,2.2,-1.1); - pleast --------- - -1.1 -(1 row) - -select pleast(10.2,10, -20); - pleast --------- - -20 -(1 row) - -select pleast(10,20, -1.0); - pleast --------- - -1.0 -(1 row) - --- in case of conflict, non-variadic version is preferred -create or replace function pleast(numeric) -returns numeric as $$ -begin - raise notice 'non-variadic function called'; - return $1; -end; -$$ language plpgsql immutable strict; -select pleast(10); -NOTICE: non-variadic function called - pleast --------- - 10 -(1 row) - -drop function pleast(numeric[]); -drop function pleast(numeric); --- test table functions -create function tftest(int) returns table(a int, b int) as $$ -begin - return query select $1, $1+i from generate_series(1,5) g(i); -end; -$$ language plpgsql immutable strict; -select * from tftest(10); - a | b -----+---- - 10 | 11 - 10 | 12 - 10 | 13 - 10 | 14 - 10 | 15 -(5 rows) - -create or replace function tftest(a1 int) returns table(a int, b int) as $$ -begin - a := a1; b := a1 + 1; - return next; - a := a1 * 10; b := a1 * 10 + 1; - return next; -end; -$$ language plpgsql immutable strict; -select * from tftest(10); - a | b ------+----- - 10 | 11 - 100 | 101 -(2 rows) - -drop function tftest(int); -create function rttest() -returns setof int as $$ -declare rc int; -begin - return query values(10),(20); - get diagnostics rc = row_count; - raise notice '% %', found, rc; - return query select * from (values(10),(20)) f(a) where false; - get diagnostics rc = row_count; - raise notice '% %', found, rc; - return query execute 'values(10),(20)'; - get diagnostics rc = row_count; - raise notice '% %', found, rc; - return query execute 'select * from (values(10),(20)) f(a) where false'; - get diagnostics rc = row_count; - raise notice '% %', found, rc; -end; -$$ language plpgsql; -select * from rttest(); -NOTICE: t 2 -NOTICE: f 0 -NOTICE: t 2 -NOTICE: f 0 - rttest --------- - 10 - 20 - 10 - 20 -(4 rows) - --- check some error cases, too -create or replace function rttest() -returns setof int as $$ -begin - return query select 10 into no_such_table; -end; -$$ language plpgsql; -select * from rttest(); -ERROR: SELECT INTO query does not return tuples -CONTEXT: SQL statement "select 10 into no_such_table" -PL/pgSQL function rttest() line 3 at RETURN QUERY -create or replace function rttest() -returns setof int as $$ -begin - return query execute 'select 10 into no_such_table'; -end; -$$ language plpgsql; -select * from rttest(); -ERROR: SELECT INTO query does not return tuples -CONTEXT: SQL statement "select 10 into no_such_table" -PL/pgSQL function rttest() line 3 at RETURN QUERY -select * from no_such_table; -ERROR: relation "no_such_table" does not exist -LINE 1: select * from no_such_table; - ^ -drop function rttest(); --- Test for proper cleanup at subtransaction exit. This example --- exposed a bug in PG 8.2. -CREATE FUNCTION leaker_1(fail BOOL) RETURNS INTEGER AS $$ -DECLARE - v_var INTEGER; -BEGIN - BEGIN - v_var := (leaker_2(fail)).error_code; - EXCEPTION - WHEN others THEN RETURN 0; - END; - RETURN 1; -END; -$$ LANGUAGE plpgsql; -CREATE FUNCTION leaker_2(fail BOOL, OUT error_code INTEGER, OUT new_id INTEGER) - RETURNS RECORD AS $$ -BEGIN - IF fail THEN - RAISE EXCEPTION 'fail ...'; - END IF; - error_code := 1; - new_id := 1; - RETURN; -END; -$$ LANGUAGE plpgsql; -SELECT * FROM leaker_1(false); - leaker_1 ----------- - 1 -(1 row) - -SELECT * FROM leaker_1(true); - leaker_1 ----------- - 0 -(1 row) - -DROP FUNCTION leaker_1(bool); -DROP FUNCTION leaker_2(bool); --- Test for appropriate cleanup of non-simple expression evaluations --- (bug in all versions prior to August 2010) -CREATE FUNCTION nonsimple_expr_test() RETURNS text[] AS $$ -DECLARE - arr text[]; - lr text; - i integer; -BEGIN - arr := array[array['foo','bar'], array['baz', 'quux']]; - lr := 'fool'; - i := 1; - -- use sub-SELECTs to make expressions non-simple - arr[(SELECT i)][(SELECT i+1)] := (SELECT lr); - RETURN arr; -END; -$$ LANGUAGE plpgsql; -SELECT nonsimple_expr_test(); - nonsimple_expr_test -------------------------- - {{foo,fool},{baz,quux}} -(1 row) - -DROP FUNCTION nonsimple_expr_test(); -CREATE FUNCTION nonsimple_expr_test() RETURNS integer AS $$ -declare - i integer NOT NULL := 0; -begin - begin - i := (SELECT NULL::integer); -- should throw error - exception - WHEN OTHERS THEN - i := (SELECT 1::integer); - end; - return i; -end; -$$ LANGUAGE plpgsql; -SELECT nonsimple_expr_test(); - nonsimple_expr_test ---------------------- - 1 -(1 row) - -DROP FUNCTION nonsimple_expr_test(); --- --- Test cases involving recursion and error recovery in simple expressions --- (bugs in all versions before October 2010). The problems are most --- easily exposed by mutual recursion between plpgsql and sql functions. --- -create function recurse(float8) returns float8 as -$$ -begin - if ($1 > 0) then - return sql_recurse($1 - 1); - else - return $1; - end if; -end; -$$ language plpgsql; --- "limit" is to prevent this from being inlined -create function sql_recurse(float8) returns float8 as -$$ select recurse($1) limit 1; $$ language sql; -select recurse(10); - recurse ---------- - 0 -(1 row) - -create function error1(text) returns text language sql as -$$ SELECT relname::text FROM pg_class c WHERE c.oid = $1::regclass $$; -create function error2(p_name_table text) returns text language plpgsql as $$ -begin - return error1(p_name_table); -end$$; -BEGIN; -create table public.stuffs (stuff text); -SAVEPOINT a; -select error2('nonexistent.stuffs'); -ERROR: schema "nonexistent" does not exist -CONTEXT: SQL function "error1" statement 1 -PL/pgSQL function error2(text) line 3 at RETURN -ROLLBACK TO a; -select error2('public.stuffs'); - error2 --------- - stuffs -(1 row) - -rollback; -drop function error2(p_name_table text); -drop function error1(text); --- Test for proper handling of cast-expression caching -create function sql_to_date(integer) returns date as $$ -select $1::text::date -$$ language sql immutable strict; -create cast (integer as date) with function sql_to_date(integer) as assignment; -create function cast_invoker(integer) returns date as $$ -begin - return $1; -end$$ language plpgsql; -select cast_invoker(20150717); - cast_invoker --------------- - 07-17-2015 -(1 row) - -select cast_invoker(20150718); -- second call crashed in pre-release 9.5 - cast_invoker --------------- - 07-18-2015 -(1 row) - -begin; -select cast_invoker(20150717); - cast_invoker --------------- - 07-17-2015 -(1 row) - -select cast_invoker(20150718); - cast_invoker --------------- - 07-18-2015 -(1 row) - -savepoint s1; -select cast_invoker(20150718); - cast_invoker --------------- - 07-18-2015 -(1 row) - -select cast_invoker(-1); -- fails -ERROR: invalid input syntax for type date: "-1" -CONTEXT: SQL function "sql_to_date" statement 1 -PL/pgSQL function cast_invoker(integer) while casting return value to function's return type -rollback to savepoint s1; -select cast_invoker(20150719); - cast_invoker --------------- - 07-19-2015 -(1 row) - -select cast_invoker(20150720); - cast_invoker --------------- - 07-20-2015 -(1 row) - -commit; -drop function cast_invoker(integer); -drop function sql_to_date(integer) cascade; -NOTICE: drop cascades to cast from integer to date --- Test handling of cast cache inside DO blocks --- (to check the original crash case, this must be a cast not previously --- used in this session) -begin; -do $$ declare x text[]; begin x := '{1.23, 4.56}'::numeric[]; end $$; -do $$ declare x text[]; begin x := '{1.23, 4.56}'::numeric[]; end $$; -end; --- Test for consistent reporting of error context -create function fail() returns int language plpgsql as $$ -begin - return 1/0; -end -$$; -select fail(); -ERROR: division by zero -CONTEXT: PL/pgSQL expression "1/0" -PL/pgSQL function fail() line 3 at RETURN -select fail(); -ERROR: division by zero -CONTEXT: PL/pgSQL expression "1/0" -PL/pgSQL function fail() line 3 at RETURN -drop function fail(); --- Test handling of string literals. -set standard_conforming_strings = off; -create or replace function strtest() returns text as $$ -begin - raise notice 'foo\\bar\041baz'; - return 'foo\\bar\041baz'; -end -$$ language plpgsql; -WARNING: nonstandard use of \\ in a string literal -LINE 3: raise notice 'foo\\bar\041baz'; - ^ -HINT: Use the escape string syntax for backslashes, e.g., E'\\'. -WARNING: nonstandard use of \\ in a string literal -LINE 4: return 'foo\\bar\041baz'; - ^ -HINT: Use the escape string syntax for backslashes, e.g., E'\\'. -WARNING: nonstandard use of \\ in a string literal -LINE 4: return 'foo\\bar\041baz'; - ^ -HINT: Use the escape string syntax for backslashes, e.g., E'\\'. -select strtest(); -NOTICE: foo\bar!baz -WARNING: nonstandard use of \\ in a string literal -LINE 1: 'foo\\bar\041baz' - ^ -HINT: Use the escape string syntax for backslashes, e.g., E'\\'. -QUERY: 'foo\\bar\041baz' - strtest -------------- - foo\bar!baz -(1 row) - -create or replace function strtest() returns text as $$ -begin - raise notice E'foo\\bar\041baz'; - return E'foo\\bar\041baz'; -end -$$ language plpgsql; -select strtest(); -NOTICE: foo\bar!baz - strtest -------------- - foo\bar!baz -(1 row) - -set standard_conforming_strings = on; -create or replace function strtest() returns text as $$ -begin - raise notice 'foo\\bar\041baz\'; - return 'foo\\bar\041baz\'; -end -$$ language plpgsql; -select strtest(); -NOTICE: foo\\bar\041baz\ - strtest ------------------- - foo\\bar\041baz\ -(1 row) - -create or replace function strtest() returns text as $$ -begin - raise notice E'foo\\bar\041baz'; - return E'foo\\bar\041baz'; -end -$$ language plpgsql; -select strtest(); -NOTICE: foo\bar!baz - strtest -------------- - foo\bar!baz -(1 row) - -drop function strtest(); --- Test anonymous code blocks. -DO $$ -DECLARE r record; -BEGIN - FOR r IN SELECT rtrim(roomno) AS roomno, comment FROM Room ORDER BY roomno - LOOP - RAISE NOTICE '%, %', r.roomno, r.comment; - END LOOP; -END$$; -NOTICE: 001, Entrance -NOTICE: 002, Office -NOTICE: 003, Office -NOTICE: 004, Technical -NOTICE: 101, Office -NOTICE: 102, Conference -NOTICE: 103, Restroom -NOTICE: 104, Technical -NOTICE: 105, Office -NOTICE: 106, Office --- these are to check syntax error reporting -DO LANGUAGE plpgsql $$begin return 1; end$$; -ERROR: RETURN cannot have a parameter in function returning void -LINE 1: DO LANGUAGE plpgsql $$begin return 1; end$$; - ^ -DO $$ -DECLARE r record; -BEGIN - FOR r IN SELECT rtrim(roomno) AS roomno, foo FROM Room ORDER BY roomno - LOOP - RAISE NOTICE '%, %', r.roomno, r.comment; - END LOOP; -END$$; -ERROR: column "foo" does not exist -LINE 1: SELECT rtrim(roomno) AS roomno, foo FROM Room ORDER BY roomn... - ^ -QUERY: SELECT rtrim(roomno) AS roomno, foo FROM Room ORDER BY roomno -CONTEXT: PL/pgSQL function inline_code_block line 4 at FOR over SELECT rows --- Check handling of errors thrown from/into anonymous code blocks. -do $outer$ -begin - for i in 1..10 loop - begin - execute $ex$ - do $$ - declare x int = 0; - begin - x := 1 / x; - end; - $$; - $ex$; - exception when division_by_zero then - raise notice 'caught division by zero'; - end; - end loop; -end; -$outer$; -NOTICE: caught division by zero -NOTICE: caught division by zero -NOTICE: caught division by zero -NOTICE: caught division by zero -NOTICE: caught division by zero -NOTICE: caught division by zero -NOTICE: caught division by zero -NOTICE: caught division by zero -NOTICE: caught division by zero -NOTICE: caught division by zero --- Check variable scoping -- a var is not available in its own or prior --- default expressions, but it is available in later ones. -do $$ -declare x int := x + 1; -- error -begin - raise notice 'x = %', x; -end; -$$; -ERROR: column "x" does not exist -LINE 1: x + 1 - ^ -QUERY: x + 1 -CONTEXT: PL/pgSQL function inline_code_block line 2 during statement block local variable initialization -do $$ -declare y int := x + 1; -- error - x int := 42; -begin - raise notice 'x = %, y = %', x, y; -end; -$$; -ERROR: column "x" does not exist -LINE 1: x + 1 - ^ -QUERY: x + 1 -CONTEXT: PL/pgSQL function inline_code_block line 2 during statement block local variable initialization -do $$ -declare x int := 42; - y int := x + 1; -begin - raise notice 'x = %, y = %', x, y; -end; -$$; -NOTICE: x = 42, y = 43 -do $$ -declare x int := 42; -begin - declare y int := x + 1; - x int := x + 2; - z int := x * 10; - begin - raise notice 'x = %, y = %, z = %', x, y, z; - end; -end; -$$; -NOTICE: x = 44, y = 43, z = 440 --- Check handling of conflicts between plpgsql vars and table columns. -set plpgsql.variable_conflict = error; -create function conflict_test() returns setof int8_tbl as $$ -declare r record; - q1 bigint := 42; -begin - for r in select q1,q2 from int8_tbl loop - return next r; - end loop; -end; -$$ language plpgsql; -select * from conflict_test(); -ERROR: column reference "q1" is ambiguous -LINE 1: select q1,q2 from int8_tbl - ^ -DETAIL: It could refer to either a PL/pgSQL variable or a table column. -QUERY: select q1,q2 from int8_tbl -CONTEXT: PL/pgSQL function conflict_test() line 5 at FOR over SELECT rows -create or replace function conflict_test() returns setof int8_tbl as $$ -#variable_conflict use_variable -declare r record; - q1 bigint := 42; -begin - for r in select q1,q2 from int8_tbl loop - return next r; - end loop; -end; -$$ language plpgsql; -select * from conflict_test(); - q1 | q2 -----+------------------- - 42 | 456 - 42 | 4567890123456789 - 42 | 123 - 42 | 4567890123456789 - 42 | -4567890123456789 -(5 rows) - -create or replace function conflict_test() returns setof int8_tbl as $$ -#variable_conflict use_column -declare r record; - q1 bigint := 42; -begin - for r in select q1,q2 from int8_tbl loop - return next r; - end loop; -end; -$$ language plpgsql; -select * from conflict_test(); - q1 | q2 -------------------+------------------- - 123 | 456 - 123 | 4567890123456789 - 4567890123456789 | 123 - 4567890123456789 | 4567890123456789 - 4567890123456789 | -4567890123456789 -(5 rows) - -drop function conflict_test(); --- Check that an unreserved keyword can be used as a variable name -create function unreserved_test() returns int as $$ -declare - forward int := 21; -begin - forward := forward * 2; - return forward; -end -$$ language plpgsql; -select unreserved_test(); - unreserved_test ------------------ - 42 -(1 row) - -create or replace function unreserved_test() returns int as $$ -declare - return int := 42; -begin - return := return + 1; - return return; -end -$$ language plpgsql; -select unreserved_test(); - unreserved_test ------------------ - 43 -(1 row) - -create or replace function unreserved_test() returns int as $$ -declare - comment int := 21; -begin - comment := comment * 2; - comment on function unreserved_test() is 'this is a test'; - return comment; -end -$$ language plpgsql; -select unreserved_test(); - unreserved_test ------------------ - 42 -(1 row) - -select obj_description('unreserved_test()'::regprocedure, 'pg_proc'); - obj_description ------------------ - this is a test -(1 row) - -drop function unreserved_test(); --- --- Test FOREACH over arrays --- -create function foreach_test(anyarray) -returns void as $$ -declare x int; -begin - foreach x in array $1 - loop - raise notice '%', x; - end loop; - end; -$$ language plpgsql; -select foreach_test(ARRAY[1,2,3,4]); -NOTICE: 1 -NOTICE: 2 -NOTICE: 3 -NOTICE: 4 - foreach_test --------------- - -(1 row) - -select foreach_test(ARRAY[[1,2],[3,4]]); -NOTICE: 1 -NOTICE: 2 -NOTICE: 3 -NOTICE: 4 - foreach_test --------------- - -(1 row) - -create or replace function foreach_test(anyarray) -returns void as $$ -declare x int; -begin - foreach x slice 1 in array $1 - loop - raise notice '%', x; - end loop; - end; -$$ language plpgsql; --- should fail -select foreach_test(ARRAY[1,2,3,4]); -ERROR: FOREACH ... SLICE loop variable must be of an array type -CONTEXT: PL/pgSQL function foreach_test(anyarray) line 4 at FOREACH over array -select foreach_test(ARRAY[[1,2],[3,4]]); -ERROR: FOREACH ... SLICE loop variable must be of an array type -CONTEXT: PL/pgSQL function foreach_test(anyarray) line 4 at FOREACH over array -create or replace function foreach_test(anyarray) -returns void as $$ -declare x int[]; -begin - foreach x slice 1 in array $1 - loop - raise notice '%', x; - end loop; - end; -$$ language plpgsql; -select foreach_test(ARRAY[1,2,3,4]); -NOTICE: {1,2,3,4} - foreach_test --------------- - -(1 row) - -select foreach_test(ARRAY[[1,2],[3,4]]); -NOTICE: {1,2} -NOTICE: {3,4} - foreach_test --------------- - -(1 row) - --- higher level of slicing -create or replace function foreach_test(anyarray) -returns void as $$ -declare x int[]; -begin - foreach x slice 2 in array $1 - loop - raise notice '%', x; - end loop; - end; -$$ language plpgsql; --- should fail -select foreach_test(ARRAY[1,2,3,4]); -ERROR: slice dimension (2) is out of the valid range 0..1 -CONTEXT: PL/pgSQL function foreach_test(anyarray) line 4 at FOREACH over array --- ok -select foreach_test(ARRAY[[1,2],[3,4]]); -NOTICE: {{1,2},{3,4}} - foreach_test --------------- - -(1 row) - -select foreach_test(ARRAY[[[1,2]],[[3,4]]]); -NOTICE: {{1,2}} -NOTICE: {{3,4}} - foreach_test --------------- - -(1 row) - -create type xy_tuple AS (x int, y int); --- iteration over array of records -create or replace function foreach_test(anyarray) -returns void as $$ -declare r record; -begin - foreach r in array $1 - loop - raise notice '%', r; - end loop; - end; -$$ language plpgsql; -select foreach_test(ARRAY[(10,20),(40,69),(35,78)]::xy_tuple[]); -NOTICE: (10,20) -NOTICE: (40,69) -NOTICE: (35,78) - foreach_test --------------- - -(1 row) - -select foreach_test(ARRAY[[(10,20),(40,69)],[(35,78),(88,76)]]::xy_tuple[]); -NOTICE: (10,20) -NOTICE: (40,69) -NOTICE: (35,78) -NOTICE: (88,76) - foreach_test --------------- - -(1 row) - -create or replace function foreach_test(anyarray) -returns void as $$ -declare x int; y int; -begin - foreach x, y in array $1 - loop - raise notice 'x = %, y = %', x, y; - end loop; - end; -$$ language plpgsql; -select foreach_test(ARRAY[(10,20),(40,69),(35,78)]::xy_tuple[]); -NOTICE: x = 10, y = 20 -NOTICE: x = 40, y = 69 -NOTICE: x = 35, y = 78 - foreach_test --------------- - -(1 row) - -select foreach_test(ARRAY[[(10,20),(40,69)],[(35,78),(88,76)]]::xy_tuple[]); -NOTICE: x = 10, y = 20 -NOTICE: x = 40, y = 69 -NOTICE: x = 35, y = 78 -NOTICE: x = 88, y = 76 - foreach_test --------------- - -(1 row) - --- slicing over array of composite types -create or replace function foreach_test(anyarray) -returns void as $$ -declare x xy_tuple[]; -begin - foreach x slice 1 in array $1 - loop - raise notice '%', x; - end loop; - end; -$$ language plpgsql; -select foreach_test(ARRAY[(10,20),(40,69),(35,78)]::xy_tuple[]); -NOTICE: {"(10,20)","(40,69)","(35,78)"} - foreach_test --------------- - -(1 row) - -select foreach_test(ARRAY[[(10,20),(40,69)],[(35,78),(88,76)]]::xy_tuple[]); -NOTICE: {"(10,20)","(40,69)"} -NOTICE: {"(35,78)","(88,76)"} - foreach_test --------------- - -(1 row) - -drop function foreach_test(anyarray); -drop type xy_tuple; --- --- Assorted tests for array subscript assignment --- -create temp table rtype (id int, ar text[]); -create function arrayassign1() returns text[] language plpgsql as $$ -declare - r record; -begin - r := row(12, '{foo,bar,baz}')::rtype; - r.ar[2] := 'replace'; - return r.ar; -end$$; -select arrayassign1(); - arrayassign1 -------------------- - {foo,replace,baz} -(1 row) - -select arrayassign1(); -- try again to exercise internal caching - arrayassign1 -------------------- - {foo,replace,baz} -(1 row) - -create domain orderedarray as int[2] - constraint sorted check (value[1] < value[2]); -select '{1,2}'::orderedarray; - orderedarray --------------- - {1,2} -(1 row) - -select '{2,1}'::orderedarray; -- fail -ERROR: value for domain orderedarray violates check constraint "sorted" -create function testoa(x1 int, x2 int, x3 int) returns orderedarray -language plpgsql as $$ -declare res orderedarray; -begin - res := array[x1, x2]; - res[2] := x3; - return res; -end$$; -select testoa(1,2,3); - testoa --------- - {1,3} -(1 row) - -select testoa(1,2,3); -- try again to exercise internal caching - testoa --------- - {1,3} -(1 row) - -select testoa(2,1,3); -- fail at initial assign -ERROR: value for domain orderedarray violates check constraint "sorted" -CONTEXT: PL/pgSQL function testoa(integer,integer,integer) line 4 at assignment -select testoa(1,2,1); -- fail at update -ERROR: value for domain orderedarray violates check constraint "sorted" -CONTEXT: PL/pgSQL function testoa(integer,integer,integer) line 5 at assignment -drop function arrayassign1(); -drop function testoa(x1 int, x2 int, x3 int); --- --- Test handling of expanded arrays --- -create function returns_rw_array(int) returns int[] -language plpgsql as $$ - declare r int[]; - begin r := array[$1, $1]; return r; end; -$$ stable; -create function consumes_rw_array(int[]) returns int -language plpgsql as $$ - begin return $1[1]; end; -$$ stable; -select consumes_rw_array(returns_rw_array(42)); - consumes_rw_array -------------------- - 42 -(1 row) - --- bug #14174 -explain (verbose, costs off) -select i, a from - (select returns_rw_array(1) as a offset 0) ss, - lateral consumes_rw_array(a) i; - QUERY PLAN ------------------------------------------------------------------ - Nested Loop - Output: i.i, (returns_rw_array(1)) - -> Result - Output: returns_rw_array(1) - -> Function Scan on public.consumes_rw_array i - Output: i.i - Function Call: consumes_rw_array((returns_rw_array(1))) -(7 rows) - -select i, a from - (select returns_rw_array(1) as a offset 0) ss, - lateral consumes_rw_array(a) i; - i | a ----+------- - 1 | {1,1} -(1 row) - -explain (verbose, costs off) -select consumes_rw_array(a), a from returns_rw_array(1) a; - QUERY PLAN --------------------------------------------- - Function Scan on public.returns_rw_array a - Output: consumes_rw_array(a), a - Function Call: returns_rw_array(1) -(3 rows) - -select consumes_rw_array(a), a from returns_rw_array(1) a; - consumes_rw_array | a --------------------+------- - 1 | {1,1} -(1 row) - -explain (verbose, costs off) -select consumes_rw_array(a), a from - (values (returns_rw_array(1)), (returns_rw_array(2))) v(a); - QUERY PLAN ---------------------------------------------------------------------- - Values Scan on "*VALUES*" - Output: consumes_rw_array("*VALUES*".column1), "*VALUES*".column1 -(2 rows) - -select consumes_rw_array(a), a from - (values (returns_rw_array(1)), (returns_rw_array(2))) v(a); - consumes_rw_array | a --------------------+------- - 1 | {1,1} - 2 | {2,2} -(2 rows) - -do $$ -declare a int[] := array[1,2]; -begin - a := a || 3; - raise notice 'a = %', a; -end$$; -NOTICE: a = {1,2,3} --- --- Test access to call stack --- -create function inner_func(int) -returns int as $$ -declare _context text; -begin - get diagnostics _context = pg_context; - raise notice '***%***', _context; - -- lets do it again, just for fun.. - get diagnostics _context = pg_context; - raise notice '***%***', _context; - raise notice 'lets make sure we didnt break anything'; - return 2 * $1; -end; -$$ language plpgsql; -create or replace function outer_func(int) -returns int as $$ -declare - myresult int; -begin - raise notice 'calling down into inner_func()'; - myresult := inner_func($1); - raise notice 'inner_func() done'; - return myresult; -end; -$$ language plpgsql; -create or replace function outer_outer_func(int) -returns int as $$ -declare - myresult int; -begin - raise notice 'calling down into outer_func()'; - myresult := outer_func($1); - raise notice 'outer_func() done'; - return myresult; -end; -$$ language plpgsql; -select outer_outer_func(10); -NOTICE: calling down into outer_func() -NOTICE: calling down into inner_func() -NOTICE: ***PL/pgSQL function inner_func(integer) line 4 at GET DIAGNOSTICS -PL/pgSQL function outer_func(integer) line 6 at assignment -PL/pgSQL function outer_outer_func(integer) line 6 at assignment*** -NOTICE: ***PL/pgSQL function inner_func(integer) line 7 at GET DIAGNOSTICS -PL/pgSQL function outer_func(integer) line 6 at assignment -PL/pgSQL function outer_outer_func(integer) line 6 at assignment*** -NOTICE: lets make sure we didnt break anything -NOTICE: inner_func() done -NOTICE: outer_func() done - outer_outer_func ------------------- - 20 -(1 row) - --- repeated call should work -select outer_outer_func(20); -NOTICE: calling down into outer_func() -NOTICE: calling down into inner_func() -NOTICE: ***PL/pgSQL function inner_func(integer) line 4 at GET DIAGNOSTICS -PL/pgSQL function outer_func(integer) line 6 at assignment -PL/pgSQL function outer_outer_func(integer) line 6 at assignment*** -NOTICE: ***PL/pgSQL function inner_func(integer) line 7 at GET DIAGNOSTICS -PL/pgSQL function outer_func(integer) line 6 at assignment -PL/pgSQL function outer_outer_func(integer) line 6 at assignment*** -NOTICE: lets make sure we didnt break anything -NOTICE: inner_func() done -NOTICE: outer_func() done - outer_outer_func ------------------- - 40 -(1 row) - -drop function outer_outer_func(int); -drop function outer_func(int); -drop function inner_func(int); --- access to call stack from exception -create function inner_func(int) -returns int as $$ -declare - _context text; - sx int := 5; -begin - begin - perform sx / 0; - exception - when division_by_zero then - get diagnostics _context = pg_context; - raise notice '***%***', _context; - end; - - -- lets do it again, just for fun.. - get diagnostics _context = pg_context; - raise notice '***%***', _context; - raise notice 'lets make sure we didnt break anything'; - return 2 * $1; -end; -$$ language plpgsql; -create or replace function outer_func(int) -returns int as $$ -declare - myresult int; -begin - raise notice 'calling down into inner_func()'; - myresult := inner_func($1); - raise notice 'inner_func() done'; - return myresult; -end; -$$ language plpgsql; -create or replace function outer_outer_func(int) -returns int as $$ -declare - myresult int; -begin - raise notice 'calling down into outer_func()'; - myresult := outer_func($1); - raise notice 'outer_func() done'; - return myresult; -end; -$$ language plpgsql; -select outer_outer_func(10); -NOTICE: calling down into outer_func() -NOTICE: calling down into inner_func() -NOTICE: ***PL/pgSQL function inner_func(integer) line 10 at GET DIAGNOSTICS -PL/pgSQL function outer_func(integer) line 6 at assignment -PL/pgSQL function outer_outer_func(integer) line 6 at assignment*** -NOTICE: ***PL/pgSQL function inner_func(integer) line 15 at GET DIAGNOSTICS -PL/pgSQL function outer_func(integer) line 6 at assignment -PL/pgSQL function outer_outer_func(integer) line 6 at assignment*** -NOTICE: lets make sure we didnt break anything -NOTICE: inner_func() done -NOTICE: outer_func() done - outer_outer_func ------------------- - 20 -(1 row) - --- repeated call should work -select outer_outer_func(20); -NOTICE: calling down into outer_func() -NOTICE: calling down into inner_func() -NOTICE: ***PL/pgSQL function inner_func(integer) line 10 at GET DIAGNOSTICS -PL/pgSQL function outer_func(integer) line 6 at assignment -PL/pgSQL function outer_outer_func(integer) line 6 at assignment*** -NOTICE: ***PL/pgSQL function inner_func(integer) line 15 at GET DIAGNOSTICS -PL/pgSQL function outer_func(integer) line 6 at assignment -PL/pgSQL function outer_outer_func(integer) line 6 at assignment*** -NOTICE: lets make sure we didnt break anything -NOTICE: inner_func() done -NOTICE: outer_func() done - outer_outer_func ------------------- - 40 -(1 row) - -drop function outer_outer_func(int); -drop function outer_func(int); -drop function inner_func(int); --- Test pg_routine_oid -create function current_function(text) -returns regprocedure as $$ -declare - fn_oid regprocedure; -begin - get diagnostics fn_oid = pg_routine_oid; - return fn_oid; -end; -$$ language plpgsql; -select current_function('foo'); - current_function ------------------------- - current_function(text) -(1 row) - -drop function current_function(text); --- shouldn't fail in DO, even though there's no useful data -do $$ -declare - fn_oid oid; -begin - get diagnostics fn_oid = pg_routine_oid; - raise notice 'pg_routine_oid = %', fn_oid; -end; -$$; -NOTICE: pg_routine_oid = 0 --- --- Test ASSERT --- -do $$ -begin - assert 1=1; -- should succeed -end; -$$; -do $$ -begin - assert 1=0; -- should fail -end; -$$; -ERROR: assertion failed -CONTEXT: PL/pgSQL function inline_code_block line 3 at ASSERT -do $$ -begin - assert NULL; -- should fail -end; -$$; -ERROR: assertion failed -CONTEXT: PL/pgSQL function inline_code_block line 3 at ASSERT --- check controlling GUC -set plpgsql.check_asserts = off; -do $$ -begin - assert 1=0; -- won't be tested -end; -$$; -reset plpgsql.check_asserts; --- test custom message -do $$ -declare var text := 'some value'; -begin - assert 1=0, format('assertion failed, var = "%s"', var); -end; -$$; -ERROR: assertion failed, var = "some value" -CONTEXT: PL/pgSQL function inline_code_block line 4 at ASSERT --- ensure assertions are not trapped by 'others' -do $$ -begin - assert 1=0, 'unhandled assertion'; -exception when others then - null; -- do nothing -end; -$$; -ERROR: unhandled assertion -CONTEXT: PL/pgSQL function inline_code_block line 3 at ASSERT --- Test use of plpgsql in a domain check constraint (cf. bug #14414) -create function plpgsql_domain_check(val int) returns boolean as $$ -begin return val > 0; end -$$ language plpgsql immutable; -create domain plpgsql_domain as integer check(plpgsql_domain_check(value)); -do $$ -declare v_test plpgsql_domain; -begin - v_test := 1; -end; -$$; -do $$ -declare v_test plpgsql_domain := 1; -begin - v_test := 0; -- fail -end; -$$; -ERROR: value for domain plpgsql_domain violates check constraint "plpgsql_domain_check" -CONTEXT: PL/pgSQL function inline_code_block line 4 at assignment --- Test handling of expanded array passed to a domain constraint (bug #14472) -create function plpgsql_arr_domain_check(val int[]) returns boolean as $$ -begin return val[1] > 0; end -$$ language plpgsql immutable; -create domain plpgsql_arr_domain as int[] check(plpgsql_arr_domain_check(value)); -do $$ -declare v_test plpgsql_arr_domain; -begin - v_test := array[1]; - v_test := v_test || 2; -end; -$$; -do $$ -declare v_test plpgsql_arr_domain := array[1]; -begin - v_test := 0 || v_test; -- fail -end; -$$; -ERROR: value for domain plpgsql_arr_domain violates check constraint "plpgsql_arr_domain_check" -CONTEXT: PL/pgSQL function inline_code_block line 4 at assignment --- --- test usage of transition tables in AFTER triggers --- -CREATE TABLE transition_table_base (id int PRIMARY KEY, val text); -CREATE FUNCTION transition_table_base_ins_func() - RETURNS trigger - LANGUAGE plpgsql -AS $$ -DECLARE - t text; - l text; -BEGIN - t = ''; - FOR l IN EXECUTE - $q$ - EXPLAIN (TIMING off, COSTS off, VERBOSE on) - SELECT * FROM newtable - $q$ LOOP - t = t || l || E'\n'; - END LOOP; - - RAISE INFO '%', t; - RETURN new; -END; -$$; -CREATE TRIGGER transition_table_base_ins_trig - AFTER INSERT ON transition_table_base - REFERENCING OLD TABLE AS oldtable NEW TABLE AS newtable - FOR EACH STATEMENT - EXECUTE PROCEDURE transition_table_base_ins_func(); -ERROR: OLD TABLE can only be specified for a DELETE or UPDATE trigger -CREATE TRIGGER transition_table_base_ins_trig - AFTER INSERT ON transition_table_base - REFERENCING NEW TABLE AS newtable - FOR EACH STATEMENT - EXECUTE PROCEDURE transition_table_base_ins_func(); -INSERT INTO transition_table_base VALUES (1, 'One'), (2, 'Two'); -INFO: Named Tuplestore Scan - Output: id, val - -INSERT INTO transition_table_base VALUES (3, 'Three'), (4, 'Four'); -INFO: Named Tuplestore Scan - Output: id, val - -CREATE OR REPLACE FUNCTION transition_table_base_upd_func() - RETURNS trigger - LANGUAGE plpgsql -AS $$ -DECLARE - t text; - l text; -BEGIN - t = ''; - FOR l IN EXECUTE - $q$ - EXPLAIN (TIMING off, COSTS off, VERBOSE on) - SELECT * FROM oldtable ot FULL JOIN newtable nt USING (id) - $q$ LOOP - t = t || l || E'\n'; - END LOOP; - - RAISE INFO '%', t; - RETURN new; -END; -$$; -CREATE TRIGGER transition_table_base_upd_trig - AFTER UPDATE ON transition_table_base - REFERENCING OLD TABLE AS oldtable NEW TABLE AS newtable - FOR EACH STATEMENT - EXECUTE PROCEDURE transition_table_base_upd_func(); -UPDATE transition_table_base - SET val = '*' || val || '*' - WHERE id BETWEEN 2 AND 3; -INFO: Hash Full Join - Output: COALESCE(ot.id, nt.id), ot.val, nt.val - Hash Cond: (ot.id = nt.id) - -> Named Tuplestore Scan - Output: ot.id, ot.val - -> Hash - Output: nt.id, nt.val - -> Named Tuplestore Scan - Output: nt.id, nt.val - -CREATE TABLE transition_table_level1 -( - level1_no serial NOT NULL , - level1_node_name varchar(255), - PRIMARY KEY (level1_no) -) WITHOUT OIDS; -CREATE TABLE transition_table_level2 -( - level2_no serial NOT NULL , - parent_no int NOT NULL, - level1_node_name varchar(255), - PRIMARY KEY (level2_no) -) WITHOUT OIDS; -CREATE TABLE transition_table_status -( - level int NOT NULL, - node_no int NOT NULL, - status int, - PRIMARY KEY (level, node_no) -) WITHOUT OIDS; -CREATE FUNCTION transition_table_level1_ri_parent_del_func() - RETURNS TRIGGER - LANGUAGE plpgsql -AS $$ - DECLARE n bigint; - BEGIN - PERFORM FROM p JOIN transition_table_level2 c ON c.parent_no = p.level1_no; - IF FOUND THEN - RAISE EXCEPTION 'RI error'; - END IF; - RETURN NULL; - END; -$$; -CREATE TRIGGER transition_table_level1_ri_parent_del_trigger - AFTER DELETE ON transition_table_level1 - REFERENCING OLD TABLE AS p - FOR EACH STATEMENT EXECUTE PROCEDURE - transition_table_level1_ri_parent_del_func(); -CREATE FUNCTION transition_table_level1_ri_parent_upd_func() - RETURNS TRIGGER - LANGUAGE plpgsql -AS $$ - DECLARE - x int; - BEGIN - WITH p AS (SELECT level1_no, sum(delta) cnt - FROM (SELECT level1_no, 1 AS delta FROM i - UNION ALL - SELECT level1_no, -1 AS delta FROM d) w - GROUP BY level1_no - HAVING sum(delta) < 0) - SELECT level1_no - FROM p JOIN transition_table_level2 c ON c.parent_no = p.level1_no - INTO x; - IF FOUND THEN - RAISE EXCEPTION 'RI error'; - END IF; - RETURN NULL; - END; -$$; -CREATE TRIGGER transition_table_level1_ri_parent_upd_trigger - AFTER UPDATE ON transition_table_level1 - REFERENCING OLD TABLE AS d NEW TABLE AS i - FOR EACH STATEMENT EXECUTE PROCEDURE - transition_table_level1_ri_parent_upd_func(); -CREATE FUNCTION transition_table_level2_ri_child_insupd_func() - RETURNS TRIGGER - LANGUAGE plpgsql -AS $$ - BEGIN - PERFORM FROM i - LEFT JOIN transition_table_level1 p - ON p.level1_no IS NOT NULL AND p.level1_no = i.parent_no - WHERE p.level1_no IS NULL; - IF FOUND THEN - RAISE EXCEPTION 'RI error'; - END IF; - RETURN NULL; - END; -$$; -CREATE TRIGGER transition_table_level2_ri_child_ins_trigger - AFTER INSERT ON transition_table_level2 - REFERENCING NEW TABLE AS i - FOR EACH STATEMENT EXECUTE PROCEDURE - transition_table_level2_ri_child_insupd_func(); -CREATE TRIGGER transition_table_level2_ri_child_upd_trigger - AFTER UPDATE ON transition_table_level2 - REFERENCING NEW TABLE AS i - FOR EACH STATEMENT EXECUTE PROCEDURE - transition_table_level2_ri_child_insupd_func(); --- create initial test data -INSERT INTO transition_table_level1 (level1_no) - SELECT generate_series(1,200); -ANALYZE transition_table_level1; -INSERT INTO transition_table_level2 (level2_no, parent_no) - SELECT level2_no, level2_no / 50 + 1 AS parent_no - FROM generate_series(1,9999) level2_no; -ANALYZE transition_table_level2; -INSERT INTO transition_table_status (level, node_no, status) - SELECT 1, level1_no, 0 FROM transition_table_level1; -INSERT INTO transition_table_status (level, node_no, status) - SELECT 2, level2_no, 0 FROM transition_table_level2; -ANALYZE transition_table_status; -INSERT INTO transition_table_level1(level1_no) - SELECT generate_series(201,1000); -ANALYZE transition_table_level1; --- behave reasonably if someone tries to modify a transition table -CREATE FUNCTION transition_table_level2_bad_usage_func() - RETURNS TRIGGER - LANGUAGE plpgsql -AS $$ - BEGIN - INSERT INTO dx VALUES (1000000, 1000000, 'x'); - RETURN NULL; - END; -$$; -CREATE TRIGGER transition_table_level2_bad_usage_trigger - AFTER DELETE ON transition_table_level2 - REFERENCING OLD TABLE AS dx - FOR EACH STATEMENT EXECUTE PROCEDURE - transition_table_level2_bad_usage_func(); -DELETE FROM transition_table_level2 - WHERE level2_no BETWEEN 301 AND 305; -ERROR: relation "dx" cannot be the target of a modifying statement -CONTEXT: SQL statement "INSERT INTO dx VALUES (1000000, 1000000, 'x')" -PL/pgSQL function transition_table_level2_bad_usage_func() line 3 at SQL statement -DROP TRIGGER transition_table_level2_bad_usage_trigger - ON transition_table_level2; --- attempt modifications which would break RI (should all fail) -DELETE FROM transition_table_level1 - WHERE level1_no = 25; -ERROR: RI error -CONTEXT: PL/pgSQL function transition_table_level1_ri_parent_del_func() line 6 at RAISE -UPDATE transition_table_level1 SET level1_no = -1 - WHERE level1_no = 30; -ERROR: RI error -CONTEXT: PL/pgSQL function transition_table_level1_ri_parent_upd_func() line 15 at RAISE -INSERT INTO transition_table_level2 (level2_no, parent_no) - VALUES (10000, 10000); -ERROR: RI error -CONTEXT: PL/pgSQL function transition_table_level2_ri_child_insupd_func() line 8 at RAISE -UPDATE transition_table_level2 SET parent_no = 2000 - WHERE level2_no = 40; -ERROR: RI error -CONTEXT: PL/pgSQL function transition_table_level2_ri_child_insupd_func() line 8 at RAISE --- attempt modifications which would not break RI (should all succeed) -DELETE FROM transition_table_level1 - WHERE level1_no BETWEEN 201 AND 1000; -DELETE FROM transition_table_level1 - WHERE level1_no BETWEEN 100000000 AND 100000010; -SELECT count(*) FROM transition_table_level1; - count -------- - 200 -(1 row) - -DELETE FROM transition_table_level2 - WHERE level2_no BETWEEN 211 AND 220; -SELECT count(*) FROM transition_table_level2; - count -------- - 9989 -(1 row) - -CREATE TABLE alter_table_under_transition_tables -( - id int PRIMARY KEY, - name text -); -CREATE FUNCTION alter_table_under_transition_tables_upd_func() - RETURNS TRIGGER - LANGUAGE plpgsql -AS $$ -BEGIN - RAISE WARNING 'old table = %, new table = %', - (SELECT string_agg(id || '=' || name, ',') FROM d), - (SELECT string_agg(id || '=' || name, ',') FROM i); - RAISE NOTICE 'one = %', (SELECT 1 FROM alter_table_under_transition_tables LIMIT 1); - RETURN NULL; -END; -$$; --- should fail, TRUNCATE is not compatible with transition tables -CREATE TRIGGER alter_table_under_transition_tables_upd_trigger - AFTER TRUNCATE OR UPDATE ON alter_table_under_transition_tables - REFERENCING OLD TABLE AS d NEW TABLE AS i - FOR EACH STATEMENT EXECUTE PROCEDURE - alter_table_under_transition_tables_upd_func(); -ERROR: TRUNCATE triggers with transition tables are not supported --- should work -CREATE TRIGGER alter_table_under_transition_tables_upd_trigger - AFTER UPDATE ON alter_table_under_transition_tables - REFERENCING OLD TABLE AS d NEW TABLE AS i - FOR EACH STATEMENT EXECUTE PROCEDURE - alter_table_under_transition_tables_upd_func(); -INSERT INTO alter_table_under_transition_tables - VALUES (1, '1'), (2, '2'), (3, '3'); -UPDATE alter_table_under_transition_tables - SET name = name || name; -WARNING: old table = 1=1,2=2,3=3, new table = 1=11,2=22,3=33 -NOTICE: one = 1 --- now change 'name' to an integer to see what happens... -ALTER TABLE alter_table_under_transition_tables - ALTER COLUMN name TYPE int USING name::integer; -UPDATE alter_table_under_transition_tables - SET name = (name::text || name::text)::integer; -WARNING: old table = 1=11,2=22,3=33, new table = 1=1111,2=2222,3=3333 -NOTICE: one = 1 --- now drop column 'name' -ALTER TABLE alter_table_under_transition_tables - DROP column name; -UPDATE alter_table_under_transition_tables - SET id = id; -ERROR: column "name" does not exist -LINE 1: (SELECT string_agg(id || '=' || name, ',') FROM d) - ^ -QUERY: (SELECT string_agg(id || '=' || name, ',') FROM d) -CONTEXT: PL/pgSQL function alter_table_under_transition_tables_upd_func() line 3 at RAISE --- --- Test multiple reference to a transition table --- -CREATE TABLE multi_test (i int); -INSERT INTO multi_test VALUES (1); -CREATE OR REPLACE FUNCTION multi_test_trig() RETURNS trigger -LANGUAGE plpgsql AS $$ -BEGIN - RAISE NOTICE 'count = %', (SELECT COUNT(*) FROM new_test); - RAISE NOTICE 'count union = %', - (SELECT COUNT(*) - FROM (SELECT * FROM new_test UNION ALL SELECT * FROM new_test) ss); - RETURN NULL; -END$$; -CREATE TRIGGER my_trigger AFTER UPDATE ON multi_test - REFERENCING NEW TABLE AS new_test OLD TABLE as old_test - FOR EACH STATEMENT EXECUTE PROCEDURE multi_test_trig(); -UPDATE multi_test SET i = i; -NOTICE: count = 1 -NOTICE: count union = 2 -DROP TABLE multi_test; -DROP FUNCTION multi_test_trig(); --- --- Check type parsing and record fetching from partitioned tables --- -CREATE TABLE partitioned_table (a int, b text) PARTITION BY LIST (a); -CREATE TABLE pt_part1 PARTITION OF partitioned_table FOR VALUES IN (1); -CREATE TABLE pt_part2 PARTITION OF partitioned_table FOR VALUES IN (2); -INSERT INTO partitioned_table VALUES (1, 'Row 1'); -INSERT INTO partitioned_table VALUES (2, 'Row 2'); -CREATE OR REPLACE FUNCTION get_from_partitioned_table(partitioned_table.a%type) -RETURNS partitioned_table AS $$ -DECLARE - a_val partitioned_table.a%TYPE; - result partitioned_table%ROWTYPE; -BEGIN - a_val := $1; - SELECT * INTO result FROM partitioned_table WHERE a = a_val; - RETURN result; -END; $$ LANGUAGE plpgsql; -NOTICE: type reference partitioned_table.a%TYPE converted to integer -SELECT * FROM get_from_partitioned_table(1) AS t; - a | b ----+------- - 1 | Row 1 -(1 row) - -CREATE OR REPLACE FUNCTION list_partitioned_table() -RETURNS SETOF public.partitioned_table.a%TYPE AS $$ -DECLARE - row public.partitioned_table%ROWTYPE; - a_val public.partitioned_table.a%TYPE; -BEGIN - FOR row IN SELECT * FROM public.partitioned_table ORDER BY a LOOP - a_val := row.a; - RETURN NEXT a_val; - END LOOP; - RETURN; -END; $$ LANGUAGE plpgsql; -NOTICE: type reference public.partitioned_table.a%TYPE converted to integer -SELECT * FROM list_partitioned_table() AS t; - t ---- - 1 - 2 -(2 rows) - --- --- Check argument name is used instead of $n in error message --- -CREATE FUNCTION fx(x WSlot) RETURNS void AS $$ -BEGIN - GET DIAGNOSTICS x = ROW_COUNT; - RETURN; -END; $$ LANGUAGE plpgsql; -ERROR: "x" is not a scalar variable -LINE 3: GET DIAGNOSTICS x = ROW_COUNT; - ^ +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out --- /tmp/cirrus-ci-build/src/test/regress/expected/copy2.out 2025-05-11 19:30:18.936292000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/copy2.out 2025-05-11 19:32:43.162900000 +0000 @@ -1,931 +1,2 @@ -CREATE TEMP TABLE x ( - a serial, - b int, - c text not null default 'stuff', - d text, - e text -) ; -CREATE FUNCTION fn_x_before () RETURNS TRIGGER AS ' - BEGIN - NEW.e := ''before trigger fired''::text; - return NEW; - END; -' LANGUAGE plpgsql; -CREATE FUNCTION fn_x_after () RETURNS TRIGGER AS ' - BEGIN - UPDATE x set e=''after trigger fired'' where c=''stuff''; - return NULL; - END; -' LANGUAGE plpgsql; -CREATE TRIGGER trg_x_after AFTER INSERT ON x -FOR EACH ROW EXECUTE PROCEDURE fn_x_after(); -CREATE TRIGGER trg_x_before BEFORE INSERT ON x -FOR EACH ROW EXECUTE PROCEDURE fn_x_before(); -COPY x (a, b, c, d, e) from stdin; -COPY x (b, d) from stdin; -COPY x (b, d) from stdin; -COPY x (a, b, c, d, e) from stdin; --- non-existent column in column list: should fail -COPY x (xyz) from stdin; -ERROR: column "xyz" of relation "x" does not exist --- redundant options -COPY x from stdin (format CSV, FORMAT CSV); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (format CSV, FORMAT CSV); - ^ -COPY x from stdin (freeze off, freeze on); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (freeze off, freeze on); - ^ -COPY x from stdin (delimiter ',', delimiter ','); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (delimiter ',', delimiter ','); - ^ -COPY x from stdin (null ' ', null ' '); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (null ' ', null ' '); - ^ -COPY x from stdin (header off, header on); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (header off, header on); - ^ -COPY x from stdin (quote ':', quote ':'); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (quote ':', quote ':'); - ^ -COPY x from stdin (escape ':', escape ':'); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (escape ':', escape ':'); - ^ -COPY x from stdin (force_quote (a), force_quote *); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (force_quote (a), force_quote *); - ^ -COPY x from stdin (force_not_null (a), force_not_null (b)); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (force_not_null (a), force_not_null (b)); - ^ -COPY x from stdin (force_null (a), force_null (b)); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (force_null (a), force_null (b)); - ^ -COPY x from stdin (convert_selectively (a), convert_selectively (b)); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (convert_selectively (a), convert_selectiv... - ^ -COPY x from stdin (encoding 'sql_ascii', encoding 'sql_ascii'); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (encoding 'sql_ascii', encoding 'sql_ascii... - ^ -COPY x from stdin (on_error ignore, on_error ignore); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (on_error ignore, on_error ignore); - ^ -COPY x from stdin (log_verbosity default, log_verbosity verbose); -ERROR: conflicting or redundant options -LINE 1: COPY x from stdin (log_verbosity default, log_verbosity verb... - ^ --- incorrect options -COPY x from stdin (format BINARY, delimiter ','); -ERROR: cannot specify DELIMITER in BINARY mode -COPY x from stdin (format BINARY, null 'x'); -ERROR: cannot specify NULL in BINARY mode -COPY x from stdin (format BINARY, on_error ignore); -ERROR: only ON_ERROR STOP is allowed in BINARY mode -COPY x from stdin (on_error unsupported); -ERROR: COPY ON_ERROR "unsupported" not recognized -LINE 1: COPY x from stdin (on_error unsupported); - ^ -COPY x from stdin (format TEXT, force_quote(a)); -ERROR: COPY FORCE_QUOTE requires CSV mode -COPY x from stdin (format TEXT, force_quote *); -ERROR: COPY FORCE_QUOTE requires CSV mode -COPY x from stdin (format CSV, force_quote(a)); -ERROR: COPY FORCE_QUOTE cannot be used with COPY FROM -COPY x from stdin (format CSV, force_quote *); -ERROR: COPY FORCE_QUOTE cannot be used with COPY FROM -COPY x from stdin (format TEXT, force_not_null(a)); -ERROR: COPY FORCE_NOT_NULL requires CSV mode -COPY x from stdin (format TEXT, force_not_null *); -ERROR: COPY FORCE_NOT_NULL requires CSV mode -COPY x to stdout (format CSV, force_not_null(a)); -ERROR: COPY FORCE_NOT_NULL cannot be used with COPY TO -COPY x to stdout (format CSV, force_not_null *); -ERROR: COPY FORCE_NOT_NULL cannot be used with COPY TO -COPY x from stdin (format TEXT, force_null(a)); -ERROR: COPY FORCE_NULL requires CSV mode -COPY x from stdin (format TEXT, force_null *); -ERROR: COPY FORCE_NULL requires CSV mode -COPY x to stdout (format CSV, force_null(a)); -ERROR: COPY FORCE_NULL cannot be used with COPY TO -COPY x to stdout (format CSV, force_null *); -ERROR: COPY FORCE_NULL cannot be used with COPY TO -COPY x to stdout (format BINARY, on_error unsupported); -ERROR: COPY ON_ERROR cannot be used with COPY TO -LINE 1: COPY x to stdout (format BINARY, on_error unsupported); - ^ -COPY x from stdin (log_verbosity unsupported); -ERROR: COPY LOG_VERBOSITY "unsupported" not recognized -LINE 1: COPY x from stdin (log_verbosity unsupported); - ^ -COPY x from stdin with (reject_limit 1); -ERROR: COPY REJECT_LIMIT requires ON_ERROR to be set to IGNORE -COPY x from stdin with (on_error ignore, reject_limit 0); -ERROR: REJECT_LIMIT (0) must be greater than zero --- too many columns in column list: should fail -COPY x (a, b, c, d, e, d, c) from stdin; -ERROR: column "d" specified more than once --- missing data: should fail -COPY x from stdin; -ERROR: invalid input syntax for type integer: "" -CONTEXT: COPY x, line 1, column a: "" -COPY x from stdin; -ERROR: missing data for column "e" -CONTEXT: COPY x, line 1: "2000 230 23 23" -COPY x from stdin; -ERROR: missing data for column "e" -CONTEXT: COPY x, line 1: "2001 231 \N \N" --- extra data: should fail -COPY x from stdin; -ERROR: extra data after last expected column -CONTEXT: COPY x, line 1: "2002 232 40 50 60 70 80" --- various COPY options: delimiters, oids, NULL string, encoding -COPY x (b, c, d, e) from stdin delimiter ',' null 'x'; -COPY x from stdin WITH DELIMITER AS ';' NULL AS ''; -COPY x from stdin WITH DELIMITER AS ':' NULL AS E'\\X' ENCODING 'sql_ascii'; -COPY x TO stdout WHERE a = 1; -ERROR: WHERE clause not allowed with COPY TO -LINE 1: COPY x TO stdout WHERE a = 1; - ^ -COPY x from stdin WHERE a = 50004; -COPY x from stdin WHERE a > 60003; -COPY x from stdin WHERE f > 60003; -ERROR: column "f" does not exist -LINE 1: COPY x from stdin WHERE f > 60003; - ^ -COPY x from stdin WHERE a = max(x.b); -ERROR: aggregate functions are not allowed in COPY FROM WHERE conditions -LINE 1: COPY x from stdin WHERE a = max(x.b); - ^ -COPY x from stdin WHERE a IN (SELECT 1 FROM x); -ERROR: cannot use subquery in COPY FROM WHERE condition -LINE 1: COPY x from stdin WHERE a IN (SELECT 1 FROM x); - ^ -COPY x from stdin WHERE a IN (generate_series(1,5)); -ERROR: set-returning functions are not allowed in COPY FROM WHERE conditions -LINE 1: COPY x from stdin WHERE a IN (generate_series(1,5)); - ^ -COPY x from stdin WHERE a = row_number() over(b); -ERROR: window functions are not allowed in COPY FROM WHERE conditions -LINE 1: COPY x from stdin WHERE a = row_number() over(b); - ^ --- check results of copy in -SELECT * FROM x; - a | b | c | d | e --------+----+------------+--------+---------------------- - 9999 | | \N | NN | before trigger fired - 10000 | 21 | 31 | 41 | before trigger fired - 10001 | 22 | 32 | 42 | before trigger fired - 10002 | 23 | 33 | 43 | before trigger fired - 10003 | 24 | 34 | 44 | before trigger fired - 10004 | 25 | 35 | 45 | before trigger fired - 10005 | 26 | 36 | 46 | before trigger fired - 6 | | 45 | 80 | before trigger fired - 7 | | x | \x | before trigger fired - 8 | | , | \, | before trigger fired - 3000 | | c | | before trigger fired - 4000 | | C | | before trigger fired - 4001 | 1 | empty | | before trigger fired - 4002 | 2 | null | | before trigger fired - 4003 | 3 | Backslash | \ | before trigger fired - 4004 | 4 | BackslashX | \X | before trigger fired - 4005 | 5 | N | N | before trigger fired - 4006 | 6 | BackslashN | \N | before trigger fired - 4007 | 7 | XX | XX | before trigger fired - 4008 | 8 | Delimiter | : | before trigger fired - 50004 | 25 | 35 | 45 | before trigger fired - 60004 | 25 | 35 | 45 | before trigger fired - 60005 | 26 | 36 | 46 | before trigger fired - 1 | 1 | stuff | test_1 | after trigger fired - 2 | 2 | stuff | test_2 | after trigger fired - 3 | 3 | stuff | test_3 | after trigger fired - 4 | 4 | stuff | test_4 | after trigger fired - 5 | 5 | stuff | test_5 | after trigger fired -(28 rows) - --- check copy out -COPY x TO stdout; -9999 \N \\N NN before trigger fired -10000 21 31 41 before trigger fired -10001 22 32 42 before trigger fired -10002 23 33 43 before trigger fired -10003 24 34 44 before trigger fired -10004 25 35 45 before trigger fired -10005 26 36 46 before trigger fired -6 \N 45 80 before trigger fired -7 \N x \\x before trigger fired -8 \N , \\, before trigger fired -3000 \N c \N before trigger fired -4000 \N C \N before trigger fired -4001 1 empty before trigger fired -4002 2 null \N before trigger fired -4003 3 Backslash \\ before trigger fired -4004 4 BackslashX \\X before trigger fired -4005 5 N N before trigger fired -4006 6 BackslashN \\N before trigger fired -4007 7 XX XX before trigger fired -4008 8 Delimiter : before trigger fired -50004 25 35 45 before trigger fired -60004 25 35 45 before trigger fired -60005 26 36 46 before trigger fired -1 1 stuff test_1 after trigger fired -2 2 stuff test_2 after trigger fired -3 3 stuff test_3 after trigger fired -4 4 stuff test_4 after trigger fired -5 5 stuff test_5 after trigger fired -COPY x (c, e) TO stdout; -\\N before trigger fired -31 before trigger fired -32 before trigger fired -33 before trigger fired -34 before trigger fired -35 before trigger fired -36 before trigger fired -45 before trigger fired -x before trigger fired -, before trigger fired -c before trigger fired -C before trigger fired -empty before trigger fired -null before trigger fired -Backslash before trigger fired -BackslashX before trigger fired -N before trigger fired -BackslashN before trigger fired -XX before trigger fired -Delimiter before trigger fired -35 before trigger fired -35 before trigger fired -36 before trigger fired -stuff after trigger fired -stuff after trigger fired -stuff after trigger fired -stuff after trigger fired -stuff after trigger fired -COPY x (b, e) TO stdout WITH NULL 'I''m null'; -I'm null before trigger fired -21 before trigger fired -22 before trigger fired -23 before trigger fired -24 before trigger fired -25 before trigger fired -26 before trigger fired -I'm null before trigger fired -I'm null before trigger fired -I'm null before trigger fired -I'm null before trigger fired -I'm null before trigger fired -1 before trigger fired -2 before trigger fired -3 before trigger fired -4 before trigger fired -5 before trigger fired -6 before trigger fired -7 before trigger fired -8 before trigger fired -25 before trigger fired -25 before trigger fired -26 before trigger fired -1 after trigger fired -2 after trigger fired -3 after trigger fired -4 after trigger fired -5 after trigger fired -CREATE TEMP TABLE y ( - col1 text, - col2 text -); -INSERT INTO y VALUES ('Jackson, Sam', E'\\h'); -INSERT INTO y VALUES ('It is "perfect".',E'\t'); -INSERT INTO y VALUES ('', NULL); -COPY y TO stdout WITH CSV; -"Jackson, Sam",\h -"It is ""perfect"".", -"", -COPY y TO stdout WITH CSV QUOTE '''' DELIMITER '|'; -Jackson, Sam|\h -It is "perfect".| -''| -COPY y TO stdout WITH CSV FORCE QUOTE col2 ESCAPE E'\\' ENCODING 'sql_ascii'; -"Jackson, Sam","\\h" -"It is \"perfect\"."," " -"", -COPY y TO stdout WITH CSV FORCE QUOTE *; -"Jackson, Sam","\h" -"It is ""perfect""."," " -"", --- Repeat above tests with new 9.0 option syntax -COPY y TO stdout (FORMAT CSV); -"Jackson, Sam",\h -"It is ""perfect"".", -"", -COPY y TO stdout (FORMAT CSV, QUOTE '''', DELIMITER '|'); -Jackson, Sam|\h -It is "perfect".| -''| -COPY y TO stdout (FORMAT CSV, FORCE_QUOTE (col2), ESCAPE E'\\'); -"Jackson, Sam","\\h" -"It is \"perfect\"."," " -"", -COPY y TO stdout (FORMAT CSV, FORCE_QUOTE *); -"Jackson, Sam","\h" -"It is ""perfect""."," " -"", -\copy y TO stdout (FORMAT CSV) -"Jackson, Sam",\h -"It is ""perfect"".", -"", -\copy y TO stdout (FORMAT CSV, QUOTE '''', DELIMITER '|') -Jackson, Sam|\h -It is "perfect".| -''| -\copy y TO stdout (FORMAT CSV, FORCE_QUOTE (col2), ESCAPE E'\\') -"Jackson, Sam","\\h" -"It is \"perfect\"."," " -"", -\copy y TO stdout (FORMAT CSV, FORCE_QUOTE *) -"Jackson, Sam","\h" -"It is ""perfect""."," " -"", ---test that we read consecutive LFs properly -CREATE TEMP TABLE testnl (a int, b text, c int); -COPY testnl FROM stdin CSV; --- test end of copy marker -CREATE TEMP TABLE testeoc (a text); -COPY testeoc FROM stdin CSV; -COPY testeoc TO stdout CSV; -a\. -\.b -c\.d -"\." --- test handling of nonstandard null marker that violates escaping rules -CREATE TEMP TABLE testnull(a int, b text); -INSERT INTO testnull VALUES (1, E'\\0'), (NULL, NULL); -COPY testnull TO stdout WITH NULL AS E'\\0'; -1 \\0 -\0 \0 -COPY testnull FROM stdin WITH NULL AS E'\\0'; -SELECT * FROM testnull; - a | b -----+---- - 1 | \0 - | - 42 | \0 - | -(4 rows) - -BEGIN; -CREATE TABLE vistest (LIKE testeoc); -COPY vistest FROM stdin CSV; -COMMIT; -SELECT * FROM vistest; - a ----- - a0 - b -(2 rows) - -BEGIN; -TRUNCATE vistest; -COPY vistest FROM stdin CSV; -SELECT * FROM vistest; - a ----- - a1 - b -(2 rows) - -SAVEPOINT s1; -TRUNCATE vistest; -COPY vistest FROM stdin CSV; -SELECT * FROM vistest; - a ----- - d1 - e -(2 rows) - -COMMIT; -SELECT * FROM vistest; - a ----- - d1 - e -(2 rows) - -BEGIN; -TRUNCATE vistest; -COPY vistest FROM stdin CSV FREEZE; -SELECT * FROM vistest; - a ----- - a2 - b -(2 rows) - -SAVEPOINT s1; -TRUNCATE vistest; -COPY vistest FROM stdin CSV FREEZE; -SELECT * FROM vistest; - a ----- - d2 - e -(2 rows) - -COMMIT; -SELECT * FROM vistest; - a ----- - d2 - e -(2 rows) - -BEGIN; -TRUNCATE vistest; -COPY vistest FROM stdin CSV FREEZE; -SELECT * FROM vistest; - a ---- - x - y -(2 rows) - -COMMIT; -TRUNCATE vistest; -COPY vistest FROM stdin CSV FREEZE; -ERROR: cannot perform COPY FREEZE because the table was not created or truncated in the current subtransaction -BEGIN; -TRUNCATE vistest; -SAVEPOINT s1; -COPY vistest FROM stdin CSV FREEZE; -ERROR: cannot perform COPY FREEZE because the table was not created or truncated in the current subtransaction -COMMIT; -BEGIN; -INSERT INTO vistest VALUES ('z'); -SAVEPOINT s1; -TRUNCATE vistest; -ROLLBACK TO SAVEPOINT s1; -COPY vistest FROM stdin CSV FREEZE; -ERROR: cannot perform COPY FREEZE because the table was not created or truncated in the current subtransaction -COMMIT; -CREATE FUNCTION truncate_in_subxact() RETURNS VOID AS -$$ -BEGIN - TRUNCATE vistest; -EXCEPTION - WHEN OTHERS THEN - INSERT INTO vistest VALUES ('subxact failure'); -END; -$$ language plpgsql; -BEGIN; -INSERT INTO vistest VALUES ('z'); -SELECT truncate_in_subxact(); - truncate_in_subxact ---------------------- - -(1 row) - -COPY vistest FROM stdin CSV FREEZE; -SELECT * FROM vistest; - a ----- - d4 - e -(2 rows) - -COMMIT; -SELECT * FROM vistest; - a ----- - d4 - e -(2 rows) - --- Test FORCE_NOT_NULL and FORCE_NULL options -CREATE TEMP TABLE forcetest ( - a INT NOT NULL, - b TEXT NOT NULL, - c TEXT, - d TEXT, - e TEXT -); -\pset null NULL --- should succeed with no effect ("b" remains an empty string, "c" remains NULL) -BEGIN; -COPY forcetest (a, b, c) FROM STDIN WITH (FORMAT csv, FORCE_NOT_NULL(b), FORCE_NULL(c)); -COMMIT; -SELECT b, c FROM forcetest WHERE a = 1; - b | c ----+------ - | NULL -(1 row) - --- should succeed, FORCE_NULL and FORCE_NOT_NULL can be both specified -BEGIN; -COPY forcetest (a, b, c, d) FROM STDIN WITH (FORMAT csv, FORCE_NOT_NULL(c,d), FORCE_NULL(c,d)); -COMMIT; -SELECT c, d FROM forcetest WHERE a = 2; - c | d ----+------ - | NULL -(1 row) - --- should fail with not-null constraint violation -BEGIN; -COPY forcetest (a, b, c) FROM STDIN WITH (FORMAT csv, FORCE_NULL(b), FORCE_NOT_NULL(c)); -ERROR: null value in column "b" of relation "forcetest" violates not-null constraint -DETAIL: Failing row contains (3, null, , null, null). -CONTEXT: COPY forcetest, line 1: "3,,""" -ROLLBACK; --- should fail with "not referenced by COPY" error -BEGIN; -COPY forcetest (d, e) FROM STDIN WITH (FORMAT csv, FORCE_NOT_NULL(b)); -ERROR: FORCE_NOT_NULL column "b" not referenced by COPY -ROLLBACK; --- should fail with "not referenced by COPY" error -BEGIN; -COPY forcetest (d, e) FROM STDIN WITH (FORMAT csv, FORCE_NULL(b)); -ERROR: FORCE_NULL column "b" not referenced by COPY -ROLLBACK; --- should succeed with no effect ("b" remains an empty string, "c" remains NULL) -BEGIN; -COPY forcetest (a, b, c) FROM STDIN WITH (FORMAT csv, FORCE_NOT_NULL *, FORCE_NULL *); -COMMIT; -SELECT b, c FROM forcetest WHERE a = 4; - b | c ----+------ - | NULL -(1 row) - --- should succeed with effect ("b" remains an empty string) -BEGIN; -COPY forcetest (a, b, c) FROM STDIN WITH (FORMAT csv, FORCE_NOT_NULL *); -COMMIT; -SELECT b, c FROM forcetest WHERE a = 5; - b | c ----+--- - | -(1 row) - --- should succeed with effect ("c" remains NULL) -BEGIN; -COPY forcetest (a, b, c) FROM STDIN WITH (FORMAT csv, FORCE_NULL *); -COMMIT; -SELECT b, c FROM forcetest WHERE a = 6; - b | c ----+------ - b | NULL -(1 row) - --- should fail with "conflicting or redundant options" error -BEGIN; -COPY forcetest (a, b, c) FROM STDIN WITH (FORMAT csv, FORCE_NOT_NULL *, FORCE_NOT_NULL(b)); -ERROR: conflicting or redundant options -LINE 1: ...c) FROM STDIN WITH (FORMAT csv, FORCE_NOT_NULL *, FORCE_NOT_... - ^ -ROLLBACK; --- should fail with "conflicting or redundant options" error -BEGIN; -COPY forcetest (a, b, c) FROM STDIN WITH (FORMAT csv, FORCE_NULL *, FORCE_NULL(b)); -ERROR: conflicting or redundant options -LINE 1: ... b, c) FROM STDIN WITH (FORMAT csv, FORCE_NULL *, FORCE_NULL... - ^ -ROLLBACK; -\pset null '' --- test case with whole-row Var in a check constraint -create table check_con_tbl (f1 int); -create function check_con_function(check_con_tbl) returns bool as $$ -begin - raise notice 'input = %', row_to_json($1); - return $1.f1 > 0; -end $$ language plpgsql immutable; -alter table check_con_tbl add check (check_con_function(check_con_tbl.*)); -\d+ check_con_tbl - Table "public.check_con_tbl" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - f1 | integer | | | | plain | | -Check constraints: - "check_con_tbl_check" CHECK (check_con_function(check_con_tbl.*)) - -copy check_con_tbl from stdin; -NOTICE: input = {"f1":1} -NOTICE: input = {"f1":null} -copy check_con_tbl from stdin; -NOTICE: input = {"f1":0} -ERROR: new row for relation "check_con_tbl" violates check constraint "check_con_tbl_check" -DETAIL: Failing row contains (0). -CONTEXT: COPY check_con_tbl, line 1: "0" -select * from check_con_tbl; - f1 ----- - 1 - -(2 rows) - --- test with RLS enabled. -CREATE ROLE regress_rls_copy_user; -CREATE ROLE regress_rls_copy_user_colperms; -CREATE TABLE rls_t1 (a int, b int, c int); -COPY rls_t1 (a, b, c) from stdin; -CREATE POLICY p1 ON rls_t1 FOR SELECT USING (a % 2 = 0); -ALTER TABLE rls_t1 ENABLE ROW LEVEL SECURITY; -ALTER TABLE rls_t1 FORCE ROW LEVEL SECURITY; -GRANT SELECT ON TABLE rls_t1 TO regress_rls_copy_user; -GRANT SELECT (a, b) ON TABLE rls_t1 TO regress_rls_copy_user_colperms; --- all columns -COPY rls_t1 TO stdout; -1 4 1 -2 3 2 -3 2 3 -4 1 4 -COPY rls_t1 (a, b, c) TO stdout; -1 4 1 -2 3 2 -3 2 3 -4 1 4 --- subset of columns -COPY rls_t1 (a) TO stdout; -1 -2 -3 -4 -COPY rls_t1 (a, b) TO stdout; -1 4 -2 3 -3 2 -4 1 --- column reordering -COPY rls_t1 (b, a) TO stdout; -4 1 -3 2 -2 3 -1 4 -SET SESSION AUTHORIZATION regress_rls_copy_user; --- all columns -COPY rls_t1 TO stdout; -2 3 2 -4 1 4 -COPY rls_t1 (a, b, c) TO stdout; -2 3 2 -4 1 4 --- subset of columns -COPY rls_t1 (a) TO stdout; -2 -4 -COPY rls_t1 (a, b) TO stdout; -2 3 -4 1 --- column reordering -COPY rls_t1 (b, a) TO stdout; -3 2 -1 4 -RESET SESSION AUTHORIZATION; -SET SESSION AUTHORIZATION regress_rls_copy_user_colperms; --- attempt all columns (should fail) -COPY rls_t1 TO stdout; -ERROR: permission denied for table rls_t1 -COPY rls_t1 (a, b, c) TO stdout; -ERROR: permission denied for table rls_t1 --- try to copy column with no privileges (should fail) -COPY rls_t1 (c) TO stdout; -ERROR: permission denied for table rls_t1 --- subset of columns (should succeed) -COPY rls_t1 (a) TO stdout; -2 -4 -COPY rls_t1 (a, b) TO stdout; -2 3 -4 1 -RESET SESSION AUTHORIZATION; --- test with INSTEAD OF INSERT trigger on a view -CREATE TABLE instead_of_insert_tbl(id serial, name text); -CREATE VIEW instead_of_insert_tbl_view AS SELECT ''::text AS str; -COPY instead_of_insert_tbl_view FROM stdin; -- fail -ERROR: cannot copy to view "instead_of_insert_tbl_view" -HINT: To enable copying to a view, provide an INSTEAD OF INSERT trigger. -CREATE FUNCTION fun_instead_of_insert_tbl() RETURNS trigger AS $$ -BEGIN - INSERT INTO instead_of_insert_tbl (name) VALUES (NEW.str); - RETURN NULL; -END; -$$ LANGUAGE plpgsql; -CREATE TRIGGER trig_instead_of_insert_tbl_view - INSTEAD OF INSERT ON instead_of_insert_tbl_view - FOR EACH ROW EXECUTE PROCEDURE fun_instead_of_insert_tbl(); -COPY instead_of_insert_tbl_view FROM stdin; -SELECT * FROM instead_of_insert_tbl; - id | name -----+------- - 1 | test1 -(1 row) - --- Test of COPY optimization with view using INSTEAD OF INSERT --- trigger when relation is created in the same transaction as --- when COPY is executed. -BEGIN; -CREATE VIEW instead_of_insert_tbl_view_2 as select ''::text as str; -CREATE TRIGGER trig_instead_of_insert_tbl_view_2 - INSTEAD OF INSERT ON instead_of_insert_tbl_view_2 - FOR EACH ROW EXECUTE PROCEDURE fun_instead_of_insert_tbl(); -COPY instead_of_insert_tbl_view_2 FROM stdin; -SELECT * FROM instead_of_insert_tbl; - id | name -----+------- - 1 | test1 - 2 | test1 -(2 rows) - -COMMIT; --- tests for on_error option -CREATE TABLE check_ign_err (n int, m int[], k int); -COPY check_ign_err FROM STDIN WITH (on_error stop); -ERROR: invalid input syntax for type integer: "a" -CONTEXT: COPY check_ign_err, line 2, column n: "a" --- want context for notices -\set SHOW_CONTEXT always -COPY check_ign_err FROM STDIN WITH (on_error ignore, log_verbosity verbose); -NOTICE: skipping row due to data type incompatibility at line 2 for column "n": "a" -CONTEXT: COPY check_ign_err -NOTICE: skipping row due to data type incompatibility at line 3 for column "k": "3333333333" -CONTEXT: COPY check_ign_err -NOTICE: skipping row due to data type incompatibility at line 4 for column "m": "{a, 4}" -CONTEXT: COPY check_ign_err -NOTICE: skipping row due to data type incompatibility at line 5 for column "n": "" -CONTEXT: COPY check_ign_err -NOTICE: skipping row due to data type incompatibility at line 7 for column "m": "a" -CONTEXT: COPY check_ign_err -NOTICE: skipping row due to data type incompatibility at line 8 for column "k": "a" -CONTEXT: COPY check_ign_err -NOTICE: 6 rows were skipped due to data type incompatibility --- tests for on_error option with log_verbosity and null constraint via domain -CREATE DOMAIN dcheck_ign_err2 varchar(15) NOT NULL; -CREATE TABLE check_ign_err2 (n int, m int[], k int, l dcheck_ign_err2); -COPY check_ign_err2 FROM STDIN WITH (on_error ignore, log_verbosity verbose); -NOTICE: skipping row due to data type incompatibility at line 2 for column "l": null input -CONTEXT: COPY check_ign_err2 -NOTICE: 1 row was skipped due to data type incompatibility -COPY check_ign_err2 FROM STDIN WITH (on_error ignore, log_verbosity silent); --- reset context choice -\set SHOW_CONTEXT errors -SELECT * FROM check_ign_err; - n | m | k ----+-----+--- - 1 | {1} | 1 - 5 | {5} | 5 - 8 | {8} | 8 -(3 rows) - -SELECT * FROM check_ign_err2; - n | m | k | l ----+-----+---+------- - 1 | {1} | 1 | 'foo' - 3 | {3} | 3 | 'bar' -(2 rows) - --- test datatype error that can't be handled as soft: should fail -CREATE TABLE hard_err(foo widget); -COPY hard_err FROM STDIN WITH (on_error ignore); -ERROR: invalid input syntax for type widget: "1" -CONTEXT: COPY hard_err, line 1, column foo: "1" --- test missing data: should fail -COPY check_ign_err FROM STDIN WITH (on_error ignore); -ERROR: missing data for column "k" -CONTEXT: COPY check_ign_err, line 1: "1 {1}" --- test extra data: should fail -COPY check_ign_err FROM STDIN WITH (on_error ignore); -ERROR: extra data after last expected column -CONTEXT: COPY check_ign_err, line 1: "1 {1} 3 abc" --- tests for reject_limit option -COPY check_ign_err FROM STDIN WITH (on_error ignore, reject_limit 3); -ERROR: skipped more than REJECT_LIMIT (3) rows due to data type incompatibility -CONTEXT: COPY check_ign_err, line 5, column n: "" -COPY check_ign_err FROM STDIN WITH (on_error ignore, reject_limit 4); -NOTICE: 4 rows were skipped due to data type incompatibility --- clean up -DROP TABLE forcetest; -DROP TABLE vistest; -DROP FUNCTION truncate_in_subxact(); -DROP TABLE x, y; -DROP TABLE rls_t1 CASCADE; -DROP ROLE regress_rls_copy_user; -DROP ROLE regress_rls_copy_user_colperms; -DROP FUNCTION fn_x_before(); -DROP FUNCTION fn_x_after(); -DROP TABLE instead_of_insert_tbl; -DROP VIEW instead_of_insert_tbl_view; -DROP VIEW instead_of_insert_tbl_view_2; -DROP FUNCTION fun_instead_of_insert_tbl(); -DROP TABLE check_ign_err; -DROP TABLE check_ign_err2; -DROP DOMAIN dcheck_ign_err2; -DROP TABLE hard_err; --- --- COPY FROM ... DEFAULT --- -create temp table copy_default ( - id integer primary key, - text_value text not null default 'test', - ts_value timestamp without time zone not null default '2022-07-05' -); --- if DEFAULT is not specified, then the marker will be regular data -copy copy_default from stdin; -select id, text_value, ts_value from copy_default; - id | text_value | ts_value -----+------------+-------------------------- - 1 | value | Mon Jul 04 00:00:00 2022 - 2 | D | Tue Jul 05 00:00:00 2022 -(2 rows) - -truncate copy_default; -copy copy_default from stdin with (format csv); -select id, text_value, ts_value from copy_default; - id | text_value | ts_value -----+------------+-------------------------- - 1 | value | Mon Jul 04 00:00:00 2022 - 2 | \D | Tue Jul 05 00:00:00 2022 -(2 rows) - -truncate copy_default; --- DEFAULT cannot be used in binary mode -copy copy_default from stdin with (format binary, default '\D'); -ERROR: cannot specify DEFAULT in BINARY mode --- DEFAULT cannot be new line nor carriage return -copy copy_default from stdin with (default E'\n'); -ERROR: COPY default representation cannot use newline or carriage return -copy copy_default from stdin with (default E'\r'); -ERROR: COPY default representation cannot use newline or carriage return --- DELIMITER cannot appear in DEFAULT spec -copy copy_default from stdin with (delimiter ';', default 'test;test'); -ERROR: COPY delimiter character must not appear in the DEFAULT specification --- CSV quote cannot appear in DEFAULT spec -copy copy_default from stdin with (format csv, quote '"', default 'test"test'); -ERROR: CSV quote character must not appear in the DEFAULT specification --- NULL and DEFAULT spec must be different -copy copy_default from stdin with (default '\N'); -ERROR: NULL specification and DEFAULT specification cannot be the same --- cannot use DEFAULT marker in column that has no DEFAULT value -copy copy_default from stdin with (default '\D'); -ERROR: unexpected default marker in COPY data -DETAIL: Column "id" has no default value. -CONTEXT: COPY copy_default, line 1: "\D value '2022-07-04'" -copy copy_default from stdin with (format csv, default '\D'); -ERROR: unexpected default marker in COPY data -DETAIL: Column "id" has no default value. -CONTEXT: COPY copy_default, line 1: "\D,value,2022-07-04" --- The DEFAULT marker must be unquoted and unescaped or it's not recognized -copy copy_default from stdin with (default '\D'); -select id, text_value, ts_value from copy_default; - id | text_value | ts_value -----+------------+-------------------------- - 1 | test | Mon Jul 04 00:00:00 2022 - 2 | \D | Mon Jul 04 00:00:00 2022 - 3 | "D" | Mon Jul 04 00:00:00 2022 -(3 rows) - -truncate copy_default; -copy copy_default from stdin with (format csv, default '\D'); -select id, text_value, ts_value from copy_default; - id | text_value | ts_value -----+------------+-------------------------- - 1 | test | Mon Jul 04 00:00:00 2022 - 2 | \\D | Mon Jul 04 00:00:00 2022 - 3 | \D | Mon Jul 04 00:00:00 2022 -(3 rows) - -truncate copy_default; --- successful usage of DEFAULT option in COPY -copy copy_default from stdin with (default '\D'); -select id, text_value, ts_value from copy_default; - id | text_value | ts_value -----+------------+-------------------------- - 1 | value | Mon Jul 04 00:00:00 2022 - 2 | test | Sun Jul 03 00:00:00 2022 - 3 | test | Tue Jul 05 00:00:00 2022 -(3 rows) - -truncate copy_default; -copy copy_default from stdin with (format csv, default '\D'); -select id, text_value, ts_value from copy_default; - id | text_value | ts_value -----+------------+-------------------------- - 1 | value | Mon Jul 04 00:00:00 2022 - 2 | test | Sun Jul 03 00:00:00 2022 - 3 | test | Tue Jul 05 00:00:00 2022 -(3 rows) - -truncate copy_default; --- DEFAULT cannot be used in COPY TO -copy (select 1 as test) TO stdout with (default '\D'); -ERROR: COPY DEFAULT cannot be used with COPY TO +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/temp.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/temp.out --- /tmp/cirrus-ci-build/src/test/regress/expected/temp.out 2025-05-11 19:30:19.004898000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/temp.out 2025-05-11 19:32:43.147206000 +0000 @@ -1,568 +1,2 @@ --- --- TEMP --- Test temp relations and indexes --- --- test temp table/index masking -CREATE TABLE temptest(col int); -CREATE INDEX i_temptest ON temptest(col); -CREATE TEMP TABLE temptest(tcol int); -CREATE INDEX i_temptest ON temptest(tcol); -SELECT * FROM temptest; - tcol ------- -(0 rows) - -DROP INDEX i_temptest; -DROP TABLE temptest; -SELECT * FROM temptest; - col ------ -(0 rows) - -DROP INDEX i_temptest; -DROP TABLE temptest; --- test temp table selects -CREATE TABLE temptest(col int); -INSERT INTO temptest VALUES (1); -CREATE TEMP TABLE temptest(tcol float); -INSERT INTO temptest VALUES (2.1); -SELECT * FROM temptest; - tcol ------- - 2.1 -(1 row) - -DROP TABLE temptest; -SELECT * FROM temptest; - col ------ - 1 -(1 row) - -DROP TABLE temptest; --- test temp table deletion -CREATE TEMP TABLE temptest(col int); -\c -SELECT * FROM temptest; -ERROR: relation "temptest" does not exist -LINE 1: SELECT * FROM temptest; - ^ --- Test ON COMMIT DELETE ROWS -CREATE TEMP TABLE temptest(col int) ON COMMIT DELETE ROWS; --- while we're here, verify successful truncation of index with SQL function -CREATE INDEX ON temptest(bit_length('')); -BEGIN; -INSERT INTO temptest VALUES (1); -INSERT INTO temptest VALUES (2); -SELECT * FROM temptest; - col ------ - 1 - 2 -(2 rows) - -COMMIT; -SELECT * FROM temptest; - col ------ -(0 rows) - -DROP TABLE temptest; -BEGIN; -CREATE TEMP TABLE temptest(col) ON COMMIT DELETE ROWS AS SELECT 1; -SELECT * FROM temptest; - col ------ - 1 -(1 row) - -COMMIT; -SELECT * FROM temptest; - col ------ -(0 rows) - -DROP TABLE temptest; --- Test ON COMMIT DROP -BEGIN; -CREATE TEMP TABLE temptest(col int) ON COMMIT DROP; -INSERT INTO temptest VALUES (1); -INSERT INTO temptest VALUES (2); -SELECT * FROM temptest; - col ------ - 1 - 2 -(2 rows) - -COMMIT; -SELECT * FROM temptest; -ERROR: relation "temptest" does not exist -LINE 1: SELECT * FROM temptest; - ^ -BEGIN; -CREATE TEMP TABLE temptest(col) ON COMMIT DROP AS SELECT 1; -SELECT * FROM temptest; - col ------ - 1 -(1 row) - -COMMIT; -SELECT * FROM temptest; -ERROR: relation "temptest" does not exist -LINE 1: SELECT * FROM temptest; - ^ --- Test it with a CHECK condition that produces a toasted pg_constraint entry -BEGIN; -do $$ -begin - execute format($cmd$ - CREATE TEMP TABLE temptest (col text CHECK (col < %L)) ON COMMIT DROP - $cmd$, - (SELECT string_agg(g.i::text || ':' || random()::text, '|') - FROM generate_series(1, 100) g(i))); -end$$; -SELECT * FROM temptest; - col ------ -(0 rows) - -COMMIT; -SELECT * FROM temptest; -ERROR: relation "temptest" does not exist -LINE 1: SELECT * FROM temptest; - ^ --- ON COMMIT is only allowed for TEMP -CREATE TABLE temptest(col int) ON COMMIT DELETE ROWS; -ERROR: ON COMMIT can only be used on temporary tables -CREATE TABLE temptest(col) ON COMMIT DELETE ROWS AS SELECT 1; -ERROR: ON COMMIT can only be used on temporary tables --- Test foreign keys -BEGIN; -CREATE TEMP TABLE temptest1(col int PRIMARY KEY); -CREATE TEMP TABLE temptest2(col int REFERENCES temptest1) - ON COMMIT DELETE ROWS; -INSERT INTO temptest1 VALUES (1); -INSERT INTO temptest2 VALUES (1); -COMMIT; -SELECT * FROM temptest1; - col ------ - 1 -(1 row) - -SELECT * FROM temptest2; - col ------ -(0 rows) - -BEGIN; -CREATE TEMP TABLE temptest3(col int PRIMARY KEY) ON COMMIT DELETE ROWS; -CREATE TEMP TABLE temptest4(col int REFERENCES temptest3); -COMMIT; -ERROR: unsupported ON COMMIT and foreign key combination -DETAIL: Table "temptest4" references "temptest3", but they do not have the same ON COMMIT setting. --- Test manipulation of temp schema's placement in search path -create table public.whereami (f1 text); -insert into public.whereami values ('public'); -create temp table whereami (f1 text); -insert into whereami values ('temp'); -create function public.whoami() returns text - as $$select 'public'::text$$ language sql; -create function pg_temp.whoami() returns text - as $$select 'temp'::text$$ language sql; --- default should have pg_temp implicitly first, but only for tables -select * from whereami; - f1 ------- - temp -(1 row) - -select whoami(); - whoami --------- - public -(1 row) - --- can list temp first explicitly, but it still doesn't affect functions -set search_path = pg_temp, public; -select * from whereami; - f1 ------- - temp -(1 row) - -select whoami(); - whoami --------- - public -(1 row) - --- or put it last for security -set search_path = public, pg_temp; -select * from whereami; - f1 --------- - public -(1 row) - -select whoami(); - whoami --------- - public -(1 row) - --- you can invoke a temp function explicitly, though -select pg_temp.whoami(); - whoami --------- - temp -(1 row) - -drop table public.whereami; --- types in temp schema -set search_path = pg_temp, public; -create domain pg_temp.nonempty as text check (value <> ''); --- function-syntax invocation of types matches rules for functions -select nonempty(''); -ERROR: function nonempty(unknown) does not exist -LINE 1: select nonempty(''); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select pg_temp.nonempty(''); -ERROR: value for domain nonempty violates check constraint "nonempty_check" --- other syntax matches rules for tables -select ''::nonempty; -ERROR: value for domain nonempty violates check constraint "nonempty_check" -reset search_path; --- For partitioned temp tables, ON COMMIT actions ignore storage-less --- partitioned tables. -begin; -create temp table temp_parted_oncommit (a int) - partition by list (a) on commit delete rows; -create temp table temp_parted_oncommit_1 - partition of temp_parted_oncommit - for values in (1) on commit delete rows; -insert into temp_parted_oncommit values (1); -commit; --- partitions are emptied by the previous commit -select * from temp_parted_oncommit; - a ---- -(0 rows) - -drop table temp_parted_oncommit; --- Check dependencies between ON COMMIT actions with a partitioned --- table and its partitions. Using ON COMMIT DROP on a parent removes --- the whole set. -begin; -create temp table temp_parted_oncommit_test (a int) - partition by list (a) on commit drop; -create temp table temp_parted_oncommit_test1 - partition of temp_parted_oncommit_test - for values in (1) on commit delete rows; -create temp table temp_parted_oncommit_test2 - partition of temp_parted_oncommit_test - for values in (2) on commit drop; -insert into temp_parted_oncommit_test values (1), (2); -commit; --- no relations remain in this case. -select relname from pg_class where relname ~ '^temp_parted_oncommit_test'; - relname ---------- -(0 rows) - --- Using ON COMMIT DELETE on a partitioned table does not remove --- all rows if partitions preserve their data. -begin; -create temp table temp_parted_oncommit_test (a int) - partition by list (a) on commit delete rows; -create temp table temp_parted_oncommit_test1 - partition of temp_parted_oncommit_test - for values in (1) on commit preserve rows; -create temp table temp_parted_oncommit_test2 - partition of temp_parted_oncommit_test - for values in (2) on commit drop; -insert into temp_parted_oncommit_test values (1), (2); -commit; --- Data from the remaining partition is still here as its rows are --- preserved. -select * from temp_parted_oncommit_test; - a ---- - 1 -(1 row) - --- two relations remain in this case. -select relname from pg_class where relname ~ '^temp_parted_oncommit_test' - order by relname; - relname ----------------------------- - temp_parted_oncommit_test - temp_parted_oncommit_test1 -(2 rows) - -drop table temp_parted_oncommit_test; --- Check dependencies between ON COMMIT actions with inheritance trees. --- Using ON COMMIT DROP on a parent removes the whole set. -begin; -create temp table temp_inh_oncommit_test (a int) on commit drop; -create temp table temp_inh_oncommit_test1 () - inherits(temp_inh_oncommit_test) on commit delete rows; -insert into temp_inh_oncommit_test1 values (1); -commit; --- no relations remain in this case -select relname from pg_class where relname ~ '^temp_inh_oncommit_test'; - relname ---------- -(0 rows) - --- Data on the parent is removed, and the child goes away. -begin; -create temp table temp_inh_oncommit_test (a int) on commit delete rows; -create temp table temp_inh_oncommit_test1 () - inherits(temp_inh_oncommit_test) on commit drop; -insert into temp_inh_oncommit_test1 values (1); -insert into temp_inh_oncommit_test values (1); -commit; -select * from temp_inh_oncommit_test; - a ---- -(0 rows) - --- one relation remains -select relname from pg_class where relname ~ '^temp_inh_oncommit_test'; - relname ------------------------- - temp_inh_oncommit_test -(1 row) - -drop table temp_inh_oncommit_test; --- Tests with two-phase commit --- Transactions creating objects in a temporary namespace cannot be used --- with two-phase commit. --- These cases generate errors about temporary namespace. --- Function creation -begin; -create function pg_temp.twophase_func() returns void as - $$ select '2pc_func'::text $$ language sql; -prepare transaction 'twophase_func'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects --- Function drop -create function pg_temp.twophase_func() returns void as - $$ select '2pc_func'::text $$ language sql; -begin; -drop function pg_temp.twophase_func(); -prepare transaction 'twophase_func'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects --- Operator creation -begin; -create operator pg_temp.@@ (leftarg = int4, rightarg = int4, procedure = int4mi); -prepare transaction 'twophase_operator'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects --- These generate errors about temporary tables. -begin; -create type pg_temp.twophase_type as (a int); -prepare transaction 'twophase_type'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects -begin; -create view pg_temp.twophase_view as select 1; -prepare transaction 'twophase_view'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects -begin; -create sequence pg_temp.twophase_seq; -prepare transaction 'twophase_sequence'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects --- Temporary tables cannot be used with two-phase commit. -create temp table twophase_tab (a int); -begin; -select a from twophase_tab; - a ---- -(0 rows) - -prepare transaction 'twophase_tab'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects -begin; -insert into twophase_tab values (1); -prepare transaction 'twophase_tab'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects -begin; -lock twophase_tab in access exclusive mode; -prepare transaction 'twophase_tab'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects -begin; -drop table twophase_tab; -prepare transaction 'twophase_tab'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects --- Corner case: current_schema may create a temporary schema if namespace --- creation is pending, so check after that. First reset the connection --- to remove the temporary namespace. -\c - -SET search_path TO 'pg_temp'; -BEGIN; -SELECT current_schema() ~ 'pg_temp' AS is_temp_schema; - is_temp_schema ----------------- - t -(1 row) - -PREPARE TRANSACTION 'twophase_search'; -ERROR: cannot PREPARE a transaction that has operated on temporary objects --- Tests to verify we recover correctly from exhausting buffer pins and --- related matters. --- use lower possible buffer limit to make the test cheaper -\c -SET temp_buffers = 100; -CREATE TEMPORARY TABLE test_temp(a int not null unique, b TEXT not null, cnt int not null); -INSERT INTO test_temp SELECT generate_series(1, 10000) as id, repeat('a', 200), 0; --- should be at least 2x as large than temp_buffers -SELECT pg_relation_size('test_temp') / current_setting('block_size')::int8 > 200; - ?column? ----------- - t -(1 row) - --- Don't want cursor names and plpgsql function lines in the error messages -\set VERBOSITY terse -/* helper function to create cursors for each page in [p_start, p_end] */ -CREATE FUNCTION test_temp_pin(p_start int, p_end int) -RETURNS void -LANGUAGE plpgsql -AS $f$ - DECLARE - cursorname text; - query text; - BEGIN - FOR i IN p_start..p_end LOOP - cursorname = 'c_'||i; - query = format($q$DECLARE %I CURSOR FOR SELECT ctid FROM test_temp WHERE ctid >= '( %s, 1)'::tid $q$, cursorname, i); - EXECUTE query; - EXECUTE 'FETCH NEXT FROM '||cursorname; - -- for test development - -- RAISE NOTICE '%: %', cursorname, query; - END LOOP; - END; -$f$; --- Test overflow of temp table buffers is handled correctly -BEGIN; --- should work, below max -SELECT test_temp_pin(0, 9); - test_temp_pin ---------------- - -(1 row) - --- should fail, too many buffers pinned -SELECT test_temp_pin(10, 105); -ERROR: no empty local buffer available -ROLLBACK; -BEGIN; --- have some working cursors to test after errors -SELECT test_temp_pin(0, 9); - test_temp_pin ---------------- - -(1 row) - -FETCH NEXT FROM c_3; - ctid -------- - (3,2) -(1 row) - --- exhaust buffer pins in subtrans, check things work after -SAVEPOINT rescue_me; -SELECT test_temp_pin(10, 105); -ERROR: no empty local buffer available -ROLLBACK TO SAVEPOINT rescue_me; --- pre-subtrans cursors continue to work -FETCH NEXT FROM c_3; - ctid -------- - (3,3) -(1 row) - --- new cursors with pins can be created after subtrans rollback -SELECT test_temp_pin(10, 94); - test_temp_pin ---------------- - -(1 row) - --- Check that read streams deal with lower number of pins available -SELECT count(*), max(a) max_a, min(a) min_a, max(cnt) max_cnt FROM test_temp; - count | max_a | min_a | max_cnt --------+-------+-------+--------- - 10000 | 10000 | 1 | 0 -(1 row) - -ROLLBACK; --- Check that temp tables with existing cursors can't be dropped. -BEGIN; -SELECT test_temp_pin(0, 1); - test_temp_pin ---------------- - -(1 row) - -DROP TABLE test_temp; -ERROR: cannot DROP TABLE "test_temp" because it is being used by active queries in this session -COMMIT; --- Check that temp tables with existing cursors can't be dropped. -BEGIN; -SELECT test_temp_pin(0, 1); - test_temp_pin ---------------- - -(1 row) - -TRUNCATE test_temp; -ERROR: cannot TRUNCATE "test_temp" because it is being used by active queries in this session -COMMIT; --- Check that temp tables that are dropped in transaction that's rolled back --- preserve buffer contents -SELECT count(*), max(a) max_a, min(a) min_a, max(cnt) max_cnt FROM test_temp; - count | max_a | min_a | max_cnt --------+-------+-------+--------- - 10000 | 10000 | 1 | 0 -(1 row) - -INSERT INTO test_temp(a, b, cnt) VALUES (-1, '', 0); -BEGIN; -INSERT INTO test_temp(a, b, cnt) VALUES (-2, '', 0); -DROP TABLE test_temp; -ROLLBACK; -SELECT count(*), max(a) max_a, min(a) min_a, max(cnt) max_cnt FROM test_temp; - count | max_a | min_a | max_cnt --------+-------+-------+--------- - 10001 | 10000 | -1 | 0 -(1 row) - --- Check that temp table drop is transactional and preserves dirty --- buffer contents -UPDATE test_temp SET cnt = cnt + 1 WHERE a = -1; -BEGIN; -DROP TABLE test_temp; -ROLLBACK; -SELECT count(*), max(a) max_a, min(a) min_a, max(cnt) max_cnt FROM test_temp; - count | max_a | min_a | max_cnt --------+-------+-------+--------- - 10001 | 10000 | -1 | 1 -(1 row) - --- Check that temp table truncation is transactional and preserves dirty --- buffer contents -UPDATE test_temp SET cnt = cnt + 1 WHERE a = -1; -BEGIN; -TRUNCATE test_temp; -ROLLBACK; -SELECT count(*), max(a) max_a, min(a) min_a, max(cnt) max_cnt FROM test_temp; - count | max_a | min_a | max_cnt --------+-------+-------+--------- - 10001 | 10000 | -1 | 2 -(1 row) - --- cleanup -DROP FUNCTION test_temp_pin(int, int); +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/domain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/domain.out --- /tmp/cirrus-ci-build/src/test/regress/expected/domain.out 2025-05-11 19:30:18.942915000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/domain.out 2025-05-11 19:32:43.152990000 +0000 @@ -1,1422 +1,2 @@ --- --- Test domains. --- --- Test Comment / Drop -create domain domaindroptest int4; -comment on domain domaindroptest is 'About to drop this..'; -create domain dependenttypetest domaindroptest; --- fail because of dependent type -drop domain domaindroptest; -ERROR: cannot drop type domaindroptest because other objects depend on it -DETAIL: type dependenttypetest depends on type domaindroptest -HINT: Use DROP ... CASCADE to drop the dependent objects too. -drop domain domaindroptest cascade; -NOTICE: drop cascades to type dependenttypetest --- this should fail because already gone -drop domain domaindroptest cascade; -ERROR: type "domaindroptest" does not exist --- some error cases -create domain d_fail as no_such_type; -ERROR: type "no_such_type" does not exist -LINE 1: create domain d_fail as no_such_type; - ^ -create domain d_fail as int constraint cc REFERENCES this_table_not_exists(i); -ERROR: foreign key constraints not possible for domains -LINE 1: create domain d_fail as int constraint cc REFERENCES this_ta... - ^ -create domain d_fail as int4 not null no inherit; -ERROR: not-null constraints for domains cannot be marked NO INHERIT -LINE 1: create domain d_fail as int4 not null no inherit; - ^ -create domain d_fail as int4 not null null; -ERROR: conflicting NULL/NOT NULL constraints -LINE 1: create domain d_fail as int4 not null null; - ^ -create domain d_fail as int4 not null default 3 default 3; -ERROR: multiple default expressions -LINE 1: create domain d_fail as int4 not null default 3 default 3; - ^ -create domain d_fail int4 DEFAULT 3 + 'h'; -ERROR: invalid input syntax for type integer: "h" -LINE 1: create domain d_fail int4 DEFAULT 3 + 'h'; - ^ -create domain d_fail int4 collate "C"; -ERROR: collations are not supported by type integer -LINE 1: create domain d_fail int4 collate "C"; - ^ -create domain d_fail as anyelement; -ERROR: "anyelement" is not a valid base type for a domain -LINE 1: create domain d_fail as anyelement; - ^ -create domain d_fail as int4 unique; -ERROR: unique constraints not possible for domains -LINE 1: create domain d_fail as int4 unique; - ^ -create domain d_fail as int4 PRIMARY key; -ERROR: primary key constraints not possible for domains -LINE 1: create domain d_fail as int4 PRIMARY key; - ^ -create domain d_fail as int4 constraint cc generated by default as identity; -ERROR: specifying GENERATED not supported for domains -LINE 1: create domain d_fail as int4 constraint cc generated by defa... - ^ -create domain d_fail as int4 constraint cc check (values > 1) no inherit; -ERROR: check constraints for domains cannot be marked NO INHERIT -LINE 1: create domain d_fail as int4 constraint cc check (values > 1... - ^ -create domain d_fail as int4 constraint cc check (values > 1) deferrable; -ERROR: specifying constraint deferrability not supported for domains -LINE 1: ...n d_fail as int4 constraint cc check (values > 1) deferrable... - ^ --- Test domain input. --- Note: the point of checking both INSERT and COPY FROM is that INSERT --- exercises CoerceToDomain while COPY exercises domain_in. -create domain domainvarchar varchar(5); -create domain domainnumeric numeric(8,2); -create domain domainint4 int4; -create domain domaintext text; --- Test explicit coercions --- these should succeed (and truncate) -SELECT cast('123456' as domainvarchar); - domainvarchar ---------------- - 12345 -(1 row) - -SELECT cast('12345' as domainvarchar); - domainvarchar ---------------- - 12345 -(1 row) - --- Test tables using domains -create table basictest - ( testint4 domainint4 - , testtext domaintext - , testvarchar domainvarchar - , testnumeric domainnumeric - ); -INSERT INTO basictest values ('88', 'haha', 'short', '123.12'); -- Good -INSERT INTO basictest values ('88', 'haha', 'short text', '123.12'); -- Bad varchar -ERROR: value too long for type character varying(5) -INSERT INTO basictest values ('88', 'haha', 'short', '123.1212'); -- Truncate numeric --- Test copy -COPY basictest (testvarchar) FROM stdin; -- fail -ERROR: value too long for type character varying(5) -CONTEXT: COPY basictest, line 1, column testvarchar: "notsoshorttext" -COPY basictest (testvarchar) FROM stdin; -select * from basictest; - testint4 | testtext | testvarchar | testnumeric -----------+----------+-------------+------------- - 88 | haha | short | 123.12 - 88 | haha | short | 123.12 - | | short | -(3 rows) - --- check that domains inherit operations from base types -select testtext || testvarchar as concat, testnumeric + 42 as sum -from basictest; - concat | sum ------------+-------- - hahashort | 165.12 - hahashort | 165.12 - | -(3 rows) - --- check that union/case/coalesce type resolution handles domains properly -select pg_typeof(coalesce(4::domainint4, 7)); - pg_typeof ------------ - integer -(1 row) - -select pg_typeof(coalesce(4::domainint4, 7::domainint4)); - pg_typeof ------------- - domainint4 -(1 row) - -drop table basictest; -drop domain domainvarchar restrict; -drop domain domainnumeric restrict; -drop domain domainint4 restrict; -drop domain domaintext; --- Test non-error-throwing input -create domain positiveint int4 check(value > 0); -create domain weirdfloat float8 check((1 / value) < 10); -select pg_input_is_valid('1', 'positiveint'); - pg_input_is_valid -------------------- - t -(1 row) - -select pg_input_is_valid('junk', 'positiveint'); - pg_input_is_valid -------------------- - f -(1 row) - -select pg_input_is_valid('-1', 'positiveint'); - pg_input_is_valid -------------------- - f -(1 row) - -select * from pg_input_error_info('junk', 'positiveint'); - message | detail | hint | sql_error_code ------------------------------------------------+--------+------+---------------- - invalid input syntax for type integer: "junk" | | | 22P02 -(1 row) - -select * from pg_input_error_info('-1', 'positiveint'); - message | detail | hint | sql_error_code -----------------------------------------------------------------------------+--------+------+---------------- - value for domain positiveint violates check constraint "positiveint_check" | | | 23514 -(1 row) - -select * from pg_input_error_info('junk', 'weirdfloat'); - message | detail | hint | sql_error_code ---------------------------------------------------------+--------+------+---------------- - invalid input syntax for type double precision: "junk" | | | 22P02 -(1 row) - -select * from pg_input_error_info('0.01', 'weirdfloat'); - message | detail | hint | sql_error_code ---------------------------------------------------------------------------+--------+------+---------------- - value for domain weirdfloat violates check constraint "weirdfloat_check" | | | 23514 -(1 row) - --- We currently can't trap errors raised in the CHECK expression itself -select * from pg_input_error_info('0', 'weirdfloat'); -ERROR: division by zero -drop domain positiveint; -drop domain weirdfloat; --- Test domains over array types -create domain domainint4arr int4[1]; -create domain domainchar4arr varchar(4)[2][3]; -create table domarrtest - ( testint4arr domainint4arr - , testchar4arr domainchar4arr - ); -INSERT INTO domarrtest values ('{2,2}', '{{"a","b"},{"c","d"}}'); -INSERT INTO domarrtest values ('{{2,2},{2,2}}', '{{"a","b"}}'); -INSERT INTO domarrtest values ('{2,2}', '{{"a","b"},{"c","d"},{"e","f"}}'); -INSERT INTO domarrtest values ('{2,2}', '{{"a"},{"c"}}'); -INSERT INTO domarrtest values (NULL, '{{"a","b","c"},{"d","e","f"}}'); -INSERT INTO domarrtest values (NULL, '{{"toolong","b","c"},{"d","e","f"}}'); -ERROR: value too long for type character varying(4) -INSERT INTO domarrtest (testint4arr[1], testint4arr[3]) values (11,22); -select * from domarrtest; - testint4arr | testchar4arr ----------------+--------------------- - {2,2} | {{a,b},{c,d}} - {{2,2},{2,2}} | {{a,b}} - {2,2} | {{a,b},{c,d},{e,f}} - {2,2} | {{a},{c}} - | {{a,b,c},{d,e,f}} - {11,NULL,22} | -(6 rows) - -select testint4arr[1], testchar4arr[2:2] from domarrtest; - testint4arr | testchar4arr --------------+-------------- - 2 | {{c,d}} - | {} - 2 | {{c,d}} - 2 | {{c}} - | {{d,e,f}} - 11 | -(6 rows) - -select array_dims(testint4arr), array_dims(testchar4arr) from domarrtest; - array_dims | array_dims -------------+------------ - [1:2] | [1:2][1:2] - [1:2][1:2] | [1:1][1:2] - [1:2] | [1:3][1:2] - [1:2] | [1:2][1:1] - | [1:2][1:3] - [1:3] | -(6 rows) - -COPY domarrtest FROM stdin; -COPY domarrtest FROM stdin; -- fail -ERROR: value too long for type character varying(4) -CONTEXT: COPY domarrtest, line 1, column testchar4arr: "{qwerty,w,e}" -select * from domarrtest; - testint4arr | testchar4arr ----------------+--------------------- - {2,2} | {{a,b},{c,d}} - {{2,2},{2,2}} | {{a,b}} - {2,2} | {{a,b},{c,d},{e,f}} - {2,2} | {{a},{c}} - | {{a,b,c},{d,e,f}} - {11,NULL,22} | - {3,4} | {q,w,e} - | -(8 rows) - -update domarrtest set - testint4arr[1] = testint4arr[1] + 1, - testint4arr[3] = testint4arr[3] - 1 -where testchar4arr is null; -select * from domarrtest where testchar4arr is null; - testint4arr | testchar4arr -------------------+-------------- - {12,NULL,21} | - {NULL,NULL,NULL} | -(2 rows) - -drop table domarrtest; -drop domain domainint4arr restrict; -drop domain domainchar4arr restrict; -create domain dia as int[]; -select '{1,2,3}'::dia; - dia ---------- - {1,2,3} -(1 row) - -select array_dims('{1,2,3}'::dia); - array_dims ------------- - [1:3] -(1 row) - -select pg_typeof('{1,2,3}'::dia); - pg_typeof ------------ - dia -(1 row) - -select pg_typeof('{1,2,3}'::dia || 42); -- should be int[] not dia - pg_typeof ------------ - integer[] -(1 row) - -drop domain dia; --- Test domains over composites -create type comptype as (r float8, i float8); -create domain dcomptype as comptype; -create table dcomptable (d1 dcomptype unique); -insert into dcomptable values (row(1,2)::dcomptype); -insert into dcomptable values (row(3,4)::comptype); -insert into dcomptable values (row(1,2)::dcomptype); -- fail on uniqueness -ERROR: duplicate key value violates unique constraint "dcomptable_d1_key" -DETAIL: Key (d1)=((1,2)) already exists. -insert into dcomptable (d1.r) values(11); -select * from dcomptable; - d1 -------- - (1,2) - (3,4) - (11,) -(3 rows) - -select (d1).r, (d1).i, (d1).* from dcomptable; - r | i | r | i -----+---+----+--- - 1 | 2 | 1 | 2 - 3 | 4 | 3 | 4 - 11 | | 11 | -(3 rows) - -update dcomptable set d1.r = (d1).r + 1 where (d1).i > 0; -select * from dcomptable; - d1 -------- - (11,) - (2,2) - (4,4) -(3 rows) - -alter domain dcomptype add constraint c1 check ((value).r <= (value).i); -alter domain dcomptype add constraint c2 check ((value).r > (value).i); -- fail -ERROR: column "d1" of table "dcomptable" contains values that violate the new constraint -select row(2,1)::dcomptype; -- fail -ERROR: value for domain dcomptype violates check constraint "c1" -insert into dcomptable values (row(1,2)::comptype); -insert into dcomptable values (row(2,1)::comptype); -- fail -ERROR: value for domain dcomptype violates check constraint "c1" -insert into dcomptable (d1.r) values(99); -insert into dcomptable (d1.r, d1.i) values(99, 100); -insert into dcomptable (d1.r, d1.i) values(100, 99); -- fail -ERROR: value for domain dcomptype violates check constraint "c1" -update dcomptable set d1.r = (d1).r + 1 where (d1).i > 0; -- fail -ERROR: value for domain dcomptype violates check constraint "c1" -update dcomptable set d1.r = (d1).r - 1, d1.i = (d1).i + 1 where (d1).i > 0; -select * from dcomptable; - d1 ----------- - (11,) - (99,) - (1,3) - (3,5) - (0,3) - (98,101) -(6 rows) - -explain (verbose, costs off) - update dcomptable set d1.r = (d1).r - 1, d1.i = (d1).i + 1 where (d1).i > 0; - QUERY PLAN ------------------------------------------------------------------------------------------------ - Update on public.dcomptable - -> Seq Scan on public.dcomptable - Output: ROW(((d1).r - '1'::double precision), ((d1).i + '1'::double precision)), ctid - Filter: ((dcomptable.d1).i > '0'::double precision) -(4 rows) - -create rule silly as on delete to dcomptable do instead - update dcomptable set d1.r = (d1).r - 1, d1.i = (d1).i + 1 where (d1).i > 0; -\d+ dcomptable - Table "public.dcomptable" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+-----------+-----------+----------+---------+----------+--------------+------------- - d1 | dcomptype | | | | extended | | -Indexes: - "dcomptable_d1_key" UNIQUE CONSTRAINT, btree (d1) -Rules: - silly AS - ON DELETE TO dcomptable DO INSTEAD UPDATE dcomptable SET d1.r = (dcomptable.d1).r - 1::double precision, d1.i = (dcomptable.d1).i + 1::double precision - WHERE (dcomptable.d1).i > 0::double precision - -create function makedcomp(r float8, i float8) returns dcomptype -as 'select row(r, i)' language sql; -select makedcomp(1,2); - makedcomp ------------ - (1,2) -(1 row) - -select makedcomp(2,1); -- fail -ERROR: value for domain dcomptype violates check constraint "c1" -select * from makedcomp(1,2) m; - r | i ----+--- - 1 | 2 -(1 row) - -select m, m is not null from makedcomp(1,2) m; - m | ?column? --------+---------- - (1,2) | t -(1 row) - -drop function makedcomp(float8, float8); -drop table dcomptable; -drop type comptype cascade; -NOTICE: drop cascades to type dcomptype --- check altering and dropping columns used by domain constraints -create type comptype as (r float8, i float8); -create domain dcomptype as comptype; -alter domain dcomptype add constraint c1 check ((value).r > 0); -comment on constraint c1 on domain dcomptype is 'random commentary'; -select row(0,1)::dcomptype; -- fail -ERROR: value for domain dcomptype violates check constraint "c1" -alter type comptype alter attribute r type varchar; -- fail -ERROR: operator does not exist: character varying > double precision -HINT: No operator matches the given name and argument types. You might need to add explicit type casts. -alter type comptype alter attribute r type bigint; -alter type comptype drop attribute r; -- fail -ERROR: cannot drop column r of composite type comptype because other objects depend on it -DETAIL: constraint c1 depends on column r of composite type comptype -HINT: Use DROP ... CASCADE to drop the dependent objects too. -alter type comptype drop attribute i; -select conname, obj_description(oid, 'pg_constraint') from pg_constraint - where contypid = 'dcomptype'::regtype; -- check comment is still there - conname | obj_description ----------+------------------- - c1 | random commentary -(1 row) - -drop type comptype cascade; -NOTICE: drop cascades to type dcomptype --- Test domains over arrays of composite -create type comptype as (r float8, i float8); -create domain dcomptypea as comptype[]; -create table dcomptable (d1 dcomptypea unique); -insert into dcomptable values (array[row(1,2)]::dcomptypea); -insert into dcomptable values (array[row(3,4), row(5,6)]::comptype[]); -insert into dcomptable values (array[row(7,8)::comptype, row(9,10)::comptype]); -insert into dcomptable values (array[row(1,2)]::dcomptypea); -- fail on uniqueness -ERROR: duplicate key value violates unique constraint "dcomptable_d1_key" -DETAIL: Key (d1)=({"(1,2)"}) already exists. -insert into dcomptable (d1[1]) values(row(9,10)); -insert into dcomptable (d1[1].r) values(11); -select * from dcomptable; - d1 --------------------- - {"(1,2)"} - {"(3,4)","(5,6)"} - {"(7,8)","(9,10)"} - {"(9,10)"} - {"(11,)"} -(5 rows) - -select d1[2], d1[1].r, d1[1].i from dcomptable; - d1 | r | i ---------+----+---- - | 1 | 2 - (5,6) | 3 | 4 - (9,10) | 7 | 8 - | 9 | 10 - | 11 | -(5 rows) - -update dcomptable set d1[2] = row(d1[2].i, d1[2].r); -select * from dcomptable; - d1 --------------------- - {"(1,2)","(,)"} - {"(3,4)","(6,5)"} - {"(7,8)","(10,9)"} - {"(9,10)","(,)"} - {"(11,)","(,)"} -(5 rows) - -update dcomptable set d1[1].r = d1[1].r + 1 where d1[1].i > 0; -select * from dcomptable; - d1 --------------------- - {"(11,)","(,)"} - {"(2,2)","(,)"} - {"(4,4)","(6,5)"} - {"(8,8)","(10,9)"} - {"(10,10)","(,)"} -(5 rows) - -alter domain dcomptypea add constraint c1 check (value[1].r <= value[1].i); -alter domain dcomptypea add constraint c2 check (value[1].r > value[1].i); -- fail -ERROR: column "d1" of table "dcomptable" contains values that violate the new constraint -select array[row(2,1)]::dcomptypea; -- fail -ERROR: value for domain dcomptypea violates check constraint "c1" -insert into dcomptable values (array[row(1,2)]::comptype[]); -insert into dcomptable values (array[row(2,1)]::comptype[]); -- fail -ERROR: value for domain dcomptypea violates check constraint "c1" -insert into dcomptable (d1[1].r) values(99); -insert into dcomptable (d1[1].r, d1[1].i) values(99, 100); -insert into dcomptable (d1[1].r, d1[1].i) values(100, 99); -- fail -ERROR: value for domain dcomptypea violates check constraint "c1" -update dcomptable set d1[1].r = d1[1].r + 1 where d1[1].i > 0; -- fail -ERROR: value for domain dcomptypea violates check constraint "c1" -update dcomptable set d1[1].r = d1[1].r - 1, d1[1].i = d1[1].i + 1 - where d1[1].i > 0; -select * from dcomptable; - d1 --------------------- - {"(11,)","(,)"} - {"(99,)"} - {"(1,3)","(,)"} - {"(3,5)","(6,5)"} - {"(7,9)","(10,9)"} - {"(9,11)","(,)"} - {"(0,3)"} - {"(98,101)"} -(8 rows) - -explain (verbose, costs off) - update dcomptable set d1[1].r = d1[1].r - 1, d1[1].i = d1[1].i + 1 - where d1[1].i > 0; - QUERY PLAN ----------------------------------------------------------------------------------------------------------------- - Update on public.dcomptable - -> Seq Scan on public.dcomptable - Output: (d1[1].r := (d1[1].r - '1'::double precision))[1].i := (d1[1].i + '1'::double precision), ctid - Filter: (dcomptable.d1[1].i > '0'::double precision) -(4 rows) - -create rule silly as on delete to dcomptable do instead - update dcomptable set d1[1].r = d1[1].r - 1, d1[1].i = d1[1].i + 1 - where d1[1].i > 0; -\d+ dcomptable - Table "public.dcomptable" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+------------+-----------+----------+---------+----------+--------------+------------- - d1 | dcomptypea | | | | extended | | -Indexes: - "dcomptable_d1_key" UNIQUE CONSTRAINT, btree (d1) -Rules: - silly AS - ON DELETE TO dcomptable DO INSTEAD UPDATE dcomptable SET d1[1].r = dcomptable.d1[1].r - 1::double precision, d1[1].i = dcomptable.d1[1].i + 1::double precision - WHERE dcomptable.d1[1].i > 0::double precision - -drop table dcomptable; -drop type comptype cascade; -NOTICE: drop cascades to type dcomptypea --- Test arrays over domains -create domain posint as int check (value > 0); -create table pitable (f1 posint[]); -insert into pitable values(array[42]); -insert into pitable values(array[-1]); -- fail -ERROR: value for domain posint violates check constraint "posint_check" -insert into pitable values('{0}'); -- fail -ERROR: value for domain posint violates check constraint "posint_check" -LINE 1: insert into pitable values('{0}'); - ^ -update pitable set f1[1] = f1[1] + 1; -update pitable set f1[1] = 0; -- fail -ERROR: value for domain posint violates check constraint "posint_check" -select * from pitable; - f1 ------- - {43} -(1 row) - -drop table pitable; -create domain vc4 as varchar(4); -create table vc4table (f1 vc4[]); -insert into vc4table values(array['too long']); -- fail -ERROR: value too long for type character varying(4) -insert into vc4table values(array['too long']::vc4[]); -- cast truncates -select * from vc4table; - f1 ----------- - {"too "} -(1 row) - -drop table vc4table; -drop type vc4; --- You can sort of fake arrays-of-arrays by putting a domain in between -create domain dposinta as posint[]; -create table dposintatable (f1 dposinta[]); -insert into dposintatable values(array[array[42]]); -- fail -ERROR: column "f1" is of type dposinta[] but expression is of type integer[] -LINE 1: insert into dposintatable values(array[array[42]]); - ^ -HINT: You will need to rewrite or cast the expression. -insert into dposintatable values(array[array[42]::posint[]]); -- still fail -ERROR: column "f1" is of type dposinta[] but expression is of type posint[] -LINE 1: insert into dposintatable values(array[array[42]::posint[]])... - ^ -HINT: You will need to rewrite or cast the expression. -insert into dposintatable values(array[array[42]::dposinta]); -- but this works -select f1, f1[1], (f1[1])[1] from dposintatable; - f1 | f1 | f1 -----------+------+---- - {"{42}"} | {42} | 42 -(1 row) - -select pg_typeof(f1) from dposintatable; - pg_typeof ------------- - dposinta[] -(1 row) - -select pg_typeof(f1[1]) from dposintatable; - pg_typeof ------------ - dposinta -(1 row) - -select pg_typeof(f1[1][1]) from dposintatable; - pg_typeof ------------ - dposinta -(1 row) - -select pg_typeof((f1[1])[1]) from dposintatable; - pg_typeof ------------ - posint -(1 row) - -update dposintatable set f1[2] = array[99]; -select f1, f1[1], (f1[2])[1] from dposintatable; - f1 | f1 | f1 ------------------+------+---- - {"{42}","{99}"} | {42} | 99 -(1 row) - --- it'd be nice if you could do something like this, but for now you can't: -update dposintatable set f1[2][1] = array[97]; -ERROR: wrong number of array subscripts --- maybe someday we can make this syntax work: -update dposintatable set (f1[2])[1] = array[98]; -ERROR: syntax error at or near "[" -LINE 1: update dposintatable set (f1[2])[1] = array[98]; - ^ -drop table dposintatable; -drop domain posint cascade; -NOTICE: drop cascades to type dposinta --- Test arrays over domains of composite -create type comptype as (cf1 int, cf2 int); -create domain dcomptype as comptype check ((value).cf1 > 0); -create table dcomptable (f1 dcomptype[]); -insert into dcomptable values (null); -update dcomptable set f1[1].cf2 = 5; -table dcomptable; - f1 ----------- - {"(,5)"} -(1 row) - -update dcomptable set f1[1].cf1 = -1; -- fail -ERROR: value for domain dcomptype violates check constraint "dcomptype_check" -update dcomptable set f1[1].cf1 = 1; -table dcomptable; - f1 ------------ - {"(1,5)"} -(1 row) - --- if there's no constraints, a different code path is taken: -alter domain dcomptype drop constraint dcomptype_check; -update dcomptable set f1[1].cf1 = -1; -- now ok -table dcomptable; - f1 ------------- - {"(-1,5)"} -(1 row) - -drop table dcomptable; -drop type comptype cascade; -NOTICE: drop cascades to type dcomptype --- Test not-null restrictions -create domain dnotnull varchar(15) NOT NULL; -create domain dnull varchar(15); -create domain dcheck varchar(15) NOT NULL CHECK (VALUE = 'a' OR VALUE = 'c' OR VALUE = 'd'); -create table nulltest - ( col1 dnotnull - , col2 dnotnull NULL -- NOT NULL in the domain cannot be overridden - , col3 dnull NOT NULL - , col4 dnull - , col5 dcheck CHECK (col5 IN ('c', 'd')) - ); -INSERT INTO nulltest DEFAULT VALUES; -ERROR: domain dnotnull does not allow null values -INSERT INTO nulltest values ('a', 'b', 'c', 'd', 'c'); -- Good -insert into nulltest values ('a', 'b', 'c', 'd', NULL); -ERROR: domain dcheck does not allow null values -insert into nulltest values ('a', 'b', 'c', 'd', 'a'); -ERROR: new row for relation "nulltest" violates check constraint "nulltest_col5_check" -DETAIL: Failing row contains (a, b, c, d, a). -INSERT INTO nulltest values (NULL, 'b', 'c', 'd', 'd'); -ERROR: domain dnotnull does not allow null values -INSERT INTO nulltest values ('a', NULL, 'c', 'd', 'c'); -ERROR: domain dnotnull does not allow null values -INSERT INTO nulltest values ('a', 'b', NULL, 'd', 'c'); -ERROR: null value in column "col3" of relation "nulltest" violates not-null constraint -DETAIL: Failing row contains (a, b, null, d, c). -INSERT INTO nulltest values ('a', 'b', 'c', NULL, 'd'); -- Good --- Test copy -COPY nulltest FROM stdin; --fail -ERROR: null value in column "col3" of relation "nulltest" violates not-null constraint -DETAIL: Failing row contains (a, b, null, d, d). -CONTEXT: COPY nulltest, line 1: "a b \N d d" -COPY nulltest FROM stdin; --fail -ERROR: domain dcheck does not allow null values -CONTEXT: COPY nulltest, line 1, column col5: null input --- Last row is bad -COPY nulltest FROM stdin; -ERROR: new row for relation "nulltest" violates check constraint "nulltest_col5_check" -DETAIL: Failing row contains (a, b, c, null, a). -CONTEXT: COPY nulltest, line 3: "a b c \N a" -select * from nulltest; - col1 | col2 | col3 | col4 | col5 -------+------+------+------+------ - a | b | c | d | c - a | b | c | | d -(2 rows) - --- Test out coerced (casted) constraints -SELECT cast('1' as dnotnull); - dnotnull ----------- - 1 -(1 row) - -SELECT cast(NULL as dnotnull); -- fail -ERROR: domain dnotnull does not allow null values -SELECT cast(cast(NULL as dnull) as dnotnull); -- fail -ERROR: domain dnotnull does not allow null values -SELECT cast(col4 as dnotnull) from nulltest; -- fail -ERROR: domain dnotnull does not allow null values --- cleanup -drop table nulltest; -drop domain dnotnull restrict; -drop domain dnull restrict; -drop domain dcheck restrict; -create domain ddef1 int4 DEFAULT 3; -create domain ddef2 oid DEFAULT '12'; --- Type mixing, function returns int8 -create domain ddef3 text DEFAULT 5; -create sequence ddef4_seq; -create domain ddef4 int4 DEFAULT nextval('ddef4_seq'); -create domain ddef5 numeric(8,2) NOT NULL DEFAULT '12.12'; -create table defaulttest - ( col1 ddef1 - , col2 ddef2 - , col3 ddef3 - , col4 ddef4 PRIMARY KEY - , col5 ddef1 NOT NULL DEFAULT NULL - , col6 ddef2 DEFAULT '88' - , col7 ddef4 DEFAULT 8000 - , col8 ddef5 - ); -insert into defaulttest(col4) values(0); -- fails, col5 defaults to null -ERROR: null value in column "col5" of relation "defaulttest" violates not-null constraint -DETAIL: Failing row contains (3, 12, 5, 0, null, 88, 8000, 12.12). -alter table defaulttest alter column col5 drop default; -insert into defaulttest default values; -- succeeds, inserts domain default --- We used to treat SET DEFAULT NULL as equivalent to DROP DEFAULT; wrong -alter table defaulttest alter column col5 set default null; -insert into defaulttest(col4) values(0); -- fails -ERROR: null value in column "col5" of relation "defaulttest" violates not-null constraint -DETAIL: Failing row contains (3, 12, 5, 0, null, 88, 8000, 12.12). -alter table defaulttest alter column col5 drop default; -insert into defaulttest default values; -insert into defaulttest default values; --- Test defaults with copy -COPY defaulttest(col5) FROM stdin; -select * from defaulttest; - col1 | col2 | col3 | col4 | col5 | col6 | col7 | col8 -------+------+------+------+------+------+------+------- - 3 | 12 | 5 | 1 | 3 | 88 | 8000 | 12.12 - 3 | 12 | 5 | 2 | 3 | 88 | 8000 | 12.12 - 3 | 12 | 5 | 3 | 3 | 88 | 8000 | 12.12 - 3 | 12 | 5 | 4 | 42 | 88 | 8000 | 12.12 -(4 rows) - -drop table defaulttest cascade; --- Test ALTER DOMAIN .. NOT NULL -create domain dnotnulltest integer; -create table domnotnull -( col1 dnotnulltest -, col2 dnotnulltest -); -insert into domnotnull default values; -alter domain dnotnulltest set not null; -- fails -ERROR: column "col1" of table "domnotnull" contains null values -update domnotnull set col1 = 5; -alter domain dnotnulltest set not null; -- fails -ERROR: column "col2" of table "domnotnull" contains null values -update domnotnull set col2 = 6; -alter domain dnotnulltest set not null; -update domnotnull set col1 = null; -- fails -ERROR: domain dnotnulltest does not allow null values -alter domain dnotnulltest drop not null; -update domnotnull set col1 = null; -update domnotnull set col1 = 5; --- these constraints can also be added and removed by name -alter domain dnotnulltest add constraint dnotnulltest_notnull not null; -update domnotnull set col1 = null; -- fails -ERROR: domain dnotnulltest does not allow null values -select conname, pg_get_constraintdef(oid) from pg_constraint - where contypid = 'dnotnulltest'::regtype; - conname | pg_get_constraintdef -----------------------+---------------------- - dnotnulltest_notnull | NOT NULL -(1 row) - -alter domain dnotnulltest drop constraint dnotnulltest_notnull; -update domnotnull set col1 = null; -drop domain dnotnulltest cascade; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to column col2 of table domnotnull -drop cascades to column col1 of table domnotnull --- Test ALTER DOMAIN .. DEFAULT .. -create table domdeftest (col1 ddef1); -insert into domdeftest default values; -select * from domdeftest; - col1 ------- - 3 -(1 row) - -alter domain ddef1 set default '42'; -insert into domdeftest default values; -select * from domdeftest; - col1 ------- - 3 - 42 -(2 rows) - -alter domain ddef1 drop default; -insert into domdeftest default values; -select * from domdeftest; - col1 ------- - 3 - 42 - -(3 rows) - -drop table domdeftest; --- Test ALTER DOMAIN .. CONSTRAINT .. -create domain con as integer; -create table domcontest (col1 con); -insert into domcontest values (1); -insert into domcontest values (2); -alter domain con add constraint t check (VALUE < 1); -- fails -ERROR: column "col1" of table "domcontest" contains values that violate the new constraint -alter domain con add constraint t check (VALUE < 34); -alter domain con add check (VALUE > 0); -\dD con - List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------+---------+-----------+----------+---------+-------------------------------------- - public | con | integer | | | | CHECK (VALUE > 0) CHECK (VALUE < 34) -(1 row) - -insert into domcontest values (-5); -- fails -ERROR: value for domain con violates check constraint "con_check" -insert into domcontest values (42); -- fails -ERROR: value for domain con violates check constraint "t" -insert into domcontest values (5); -alter domain con drop constraint t; -insert into domcontest values (-5); --fails -ERROR: value for domain con violates check constraint "con_check" -insert into domcontest values (42); -alter domain con drop constraint nonexistent; -ERROR: constraint "nonexistent" of domain "con" does not exist -alter domain con drop constraint if exists nonexistent; -NOTICE: constraint "nonexistent" of domain "con" does not exist, skipping --- not-null constraints -create domain connotnull integer; -create table domconnotnulltest -( col1 connotnull -, col2 connotnull -); -insert into domconnotnulltest default values; -alter domain connotnull add not null; -- fails -ERROR: column "col1" of table "domconnotnulltest" contains null values -update domconnotnulltest set col1 = 5; -alter domain connotnull add not null; -- fails -ERROR: column "col2" of table "domconnotnulltest" contains null values -update domconnotnulltest set col2 = 6; -alter domain connotnull add constraint constr1 not null; -select count(*) from pg_constraint where contypid = 'connotnull'::regtype and contype = 'n'; - count -------- - 1 -(1 row) - -alter domain connotnull add constraint constr1bis not null; -- redundant -select count(*) from pg_constraint where contypid = 'connotnull'::regtype and contype = 'n'; - count -------- - 1 -(1 row) - -\dD connotnull - List of domains - Schema | Name | Type | Collation | Nullable | Default | Check ---------+------------+---------+-----------+----------+---------+------- - public | connotnull | integer | | not null | | -(1 row) - -update domconnotnulltest set col1 = null; -- fails -ERROR: domain connotnull does not allow null values -alter domain connotnull drop constraint constr1; -update domconnotnulltest set col1 = null; -drop domain connotnull cascade; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to column col2 of table domconnotnulltest -drop cascades to column col1 of table domconnotnulltest -drop table domconnotnulltest; --- Test ALTER DOMAIN .. CONSTRAINT .. NOT VALID -create domain things AS INT; -CREATE TABLE thethings (stuff things); -INSERT INTO thethings (stuff) VALUES (55); -ALTER DOMAIN things ADD CONSTRAINT meow CHECK (VALUE < 11); -ERROR: column "stuff" of table "thethings" contains values that violate the new constraint -ALTER DOMAIN things ADD CONSTRAINT meow CHECK (VALUE < 11) NOT VALID; -ALTER DOMAIN things VALIDATE CONSTRAINT meow; -ERROR: column "stuff" of table "thethings" contains values that violate the new constraint -UPDATE thethings SET stuff = 10; -ALTER DOMAIN things VALIDATE CONSTRAINT meow; --- Confirm ALTER DOMAIN with RULES. -create table domtab (col1 integer); -create domain dom as integer; -create view domview as select cast(col1 as dom) from domtab; -insert into domtab (col1) values (null); -insert into domtab (col1) values (5); -select * from domview; - col1 ------- - - 5 -(2 rows) - -alter domain dom set not null; -select * from domview; -- fail -ERROR: domain dom does not allow null values -alter domain dom drop not null; -select * from domview; - col1 ------- - - 5 -(2 rows) - -alter domain dom add constraint domchkgt6 check(value > 6); -select * from domview; --fail -ERROR: value for domain dom violates check constraint "domchkgt6" -alter domain dom drop constraint domchkgt6 restrict; -select * from domview; - col1 ------- - - 5 -(2 rows) - --- cleanup -drop domain ddef1 restrict; -drop domain ddef2 restrict; -drop domain ddef3 restrict; -drop domain ddef4 restrict; -drop domain ddef5 restrict; -drop sequence ddef4_seq; --- Test domains over domains -create domain vchar4 varchar(4); -create domain dinter vchar4 check (substring(VALUE, 1, 1) = 'x'); -create domain dtop dinter check (substring(VALUE, 2, 1) = '1'); -select 'x123'::dtop; - dtop ------- - x123 -(1 row) - -select 'x1234'::dtop; -- explicit coercion should truncate - dtop ------- - x123 -(1 row) - -select 'y1234'::dtop; -- fail -ERROR: value for domain dtop violates check constraint "dinter_check" -select 'y123'::dtop; -- fail -ERROR: value for domain dtop violates check constraint "dinter_check" -select 'yz23'::dtop; -- fail -ERROR: value for domain dtop violates check constraint "dinter_check" -select 'xz23'::dtop; -- fail -ERROR: value for domain dtop violates check constraint "dtop_check" -create temp table dtest(f1 dtop); -insert into dtest values('x123'); -insert into dtest values('x1234'); -- fail, implicit coercion -ERROR: value too long for type character varying(4) -insert into dtest values('y1234'); -- fail, implicit coercion -ERROR: value too long for type character varying(4) -insert into dtest values('y123'); -- fail -ERROR: value for domain dtop violates check constraint "dinter_check" -insert into dtest values('yz23'); -- fail -ERROR: value for domain dtop violates check constraint "dinter_check" -insert into dtest values('xz23'); -- fail -ERROR: value for domain dtop violates check constraint "dtop_check" -drop table dtest; -drop domain vchar4 cascade; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to type dinter -drop cascades to type dtop --- Make sure that constraints of newly-added domain columns are --- enforced correctly, even if there's no default value for the new --- column. Per bug #1433 -create domain str_domain as text not null; -create table domain_test (a int, b int); -insert into domain_test values (1, 2); -insert into domain_test values (1, 2); --- should fail -alter table domain_test add column c str_domain; -ERROR: domain str_domain does not allow null values -create domain str_domain2 as text check (value <> 'foo') default 'foo'; --- should fail -alter table domain_test add column d str_domain2; -ERROR: value for domain str_domain2 violates check constraint "str_domain2_check" --- Check that domain constraints on prepared statement parameters of --- unknown type are enforced correctly. -create domain pos_int as int4 check (value > 0) not null; -prepare s1 as select $1::pos_int = 10 as "is_ten"; -execute s1(10); - is_ten --------- - t -(1 row) - -execute s1(0); -- should fail -ERROR: value for domain pos_int violates check constraint "pos_int_check" -execute s1(NULL); -- should fail -ERROR: domain pos_int does not allow null values --- Check that domain constraints on plpgsql function parameters, results, --- and local variables are enforced correctly. -create function doubledecrement(p1 pos_int) returns pos_int as $$ -declare v pos_int; -begin - return p1; -end$$ language plpgsql; -select doubledecrement(3); -- fail because of implicit null assignment -ERROR: domain pos_int does not allow null values -CONTEXT: PL/pgSQL function doubledecrement(pos_int) line 2 during statement block local variable initialization -create or replace function doubledecrement(p1 pos_int) returns pos_int as $$ -declare v pos_int := 0; -begin - return p1; -end$$ language plpgsql; -select doubledecrement(3); -- fail at initialization assignment -ERROR: value for domain pos_int violates check constraint "pos_int_check" -CONTEXT: PL/pgSQL function doubledecrement(pos_int) line 2 during statement block local variable initialization -create or replace function doubledecrement(p1 pos_int) returns pos_int as $$ -declare v pos_int := 1; -begin - v := p1 - 1; - return v - 1; -end$$ language plpgsql; -select doubledecrement(null); -- fail before call -ERROR: domain pos_int does not allow null values -select doubledecrement(0); -- fail before call -ERROR: value for domain pos_int violates check constraint "pos_int_check" -select doubledecrement(1); -- fail at assignment to v -ERROR: value for domain pos_int violates check constraint "pos_int_check" -CONTEXT: PL/pgSQL function doubledecrement(pos_int) line 4 at assignment -select doubledecrement(2); -- fail at return -ERROR: value for domain pos_int violates check constraint "pos_int_check" -CONTEXT: PL/pgSQL function doubledecrement(pos_int) while casting return value to function's return type -select doubledecrement(3); -- good - doubledecrement ------------------ - 1 -(1 row) - --- Check that ALTER DOMAIN tests columns of derived types -create domain posint as int4; --- Currently, this doesn't work for composite types, but verify it complains -create type ddtest1 as (f1 posint); -create table ddtest2(f1 ddtest1); -insert into ddtest2 values(row(-1)); -alter domain posint add constraint c1 check(value >= 0); -ERROR: cannot alter type "posint" because column "ddtest2.f1" uses it -drop table ddtest2; --- Likewise for domains within arrays of composite -create table ddtest2(f1 ddtest1[]); -insert into ddtest2 values('{(-1)}'); -alter domain posint add constraint c1 check(value >= 0); -ERROR: cannot alter type "posint" because column "ddtest2.f1" uses it -drop table ddtest2; --- Likewise for domains within domains over composite -create domain ddtest1d as ddtest1; -create table ddtest2(f1 ddtest1d); -insert into ddtest2 values('(-1)'); -alter domain posint add constraint c1 check(value >= 0); -ERROR: cannot alter type "posint" because column "ddtest2.f1" uses it -drop table ddtest2; -drop domain ddtest1d; --- Likewise for domains within domains over array of composite -create domain ddtest1d as ddtest1[]; -create table ddtest2(f1 ddtest1d); -insert into ddtest2 values('{(-1)}'); -alter domain posint add constraint c1 check(value >= 0); -ERROR: cannot alter type "posint" because column "ddtest2.f1" uses it -drop table ddtest2; -drop domain ddtest1d; --- Doesn't work for ranges, either -create type rposint as range (subtype = posint); -create table ddtest2(f1 rposint); -insert into ddtest2 values('(-1,3]'); -alter domain posint add constraint c1 check(value >= 0); -ERROR: cannot alter type "posint" because column "ddtest2.f1" uses it -drop table ddtest2; -drop type rposint; -alter domain posint add constraint c1 check(value >= 0); -create domain posint2 as posint check (value % 2 = 0); -create table ddtest2(f1 posint2); -insert into ddtest2 values(11); -- fail -ERROR: value for domain posint2 violates check constraint "posint2_check" -insert into ddtest2 values(-2); -- fail -ERROR: value for domain posint2 violates check constraint "c1" -insert into ddtest2 values(2); -alter domain posint add constraint c2 check(value >= 10); -- fail -ERROR: column "f1" of table "ddtest2" contains values that violate the new constraint -alter domain posint add constraint c2 check(value > 0); -- OK -drop table ddtest2; -drop type ddtest1; -drop domain posint cascade; -NOTICE: drop cascades to type posint2 --- --- Check enforcement of domain-related typmod in plpgsql (bug #5717) --- -create or replace function array_elem_check(numeric) returns numeric as $$ -declare - x numeric(4,2)[1]; -begin - x[1] := $1; - return x[1]; -end$$ language plpgsql; -select array_elem_check(121.00); -ERROR: numeric field overflow -DETAIL: A field with precision 4, scale 2 must round to an absolute value less than 10^2. -CONTEXT: PL/pgSQL function array_elem_check(numeric) line 5 at assignment -select array_elem_check(1.23456); - array_elem_check ------------------- - 1.23 -(1 row) - -create domain mynums as numeric(4,2)[1]; -create or replace function array_elem_check(numeric) returns numeric as $$ -declare - x mynums; -begin - x[1] := $1; - return x[1]; -end$$ language plpgsql; -select array_elem_check(121.00); -ERROR: numeric field overflow -DETAIL: A field with precision 4, scale 2 must round to an absolute value less than 10^2. -CONTEXT: PL/pgSQL function array_elem_check(numeric) line 5 at assignment -select array_elem_check(1.23456); - array_elem_check ------------------- - 1.23 -(1 row) - -create domain mynums2 as mynums; -create or replace function array_elem_check(numeric) returns numeric as $$ -declare - x mynums2; -begin - x[1] := $1; - return x[1]; -end$$ language plpgsql; -select array_elem_check(121.00); -ERROR: numeric field overflow -DETAIL: A field with precision 4, scale 2 must round to an absolute value less than 10^2. -CONTEXT: PL/pgSQL function array_elem_check(numeric) line 5 at assignment -select array_elem_check(1.23456); - array_elem_check ------------------- - 1.23 -(1 row) - -drop function array_elem_check(numeric); --- --- Check enforcement of array-level domain constraints --- -create domain orderedpair as int[2] check (value[1] < value[2]); -select array[1,2]::orderedpair; - array -------- - {1,2} -(1 row) - -select array[2,1]::orderedpair; -- fail -ERROR: value for domain orderedpair violates check constraint "orderedpair_check" -create temp table op (f1 orderedpair); -insert into op values (array[1,2]); -insert into op values (array[2,1]); -- fail -ERROR: value for domain orderedpair violates check constraint "orderedpair_check" -update op set f1[2] = 3; -update op set f1[2] = 0; -- fail -ERROR: value for domain orderedpair violates check constraint "orderedpair_check" -select * from op; - f1 -------- - {1,3} -(1 row) - -create or replace function array_elem_check(int) returns int as $$ -declare - x orderedpair := '{1,2}'; -begin - x[2] := $1; - return x[2]; -end$$ language plpgsql; -select array_elem_check(3); - array_elem_check ------------------- - 3 -(1 row) - -select array_elem_check(-1); -ERROR: value for domain orderedpair violates check constraint "orderedpair_check" -CONTEXT: PL/pgSQL function array_elem_check(integer) line 5 at assignment -drop function array_elem_check(int); --- --- Check enforcement of changing constraints in plpgsql --- -create domain di as int; -create function dom_check(int) returns di as $$ -declare d di; -begin - d := $1::di; - return d; -end -$$ language plpgsql immutable; -select dom_check(0); - dom_check ------------ - 0 -(1 row) - -alter domain di add constraint pos check (value > 0); -select dom_check(0); -- fail -ERROR: value for domain di violates check constraint "pos" -CONTEXT: PL/pgSQL function dom_check(integer) line 4 at assignment -alter domain di drop constraint pos; -select dom_check(0); - dom_check ------------ - 0 -(1 row) - --- implicit cast during assignment is a separate code path, test that too -create or replace function dom_check(int) returns di as $$ -declare d di; -begin - d := $1; - return d; -end -$$ language plpgsql immutable; -select dom_check(0); - dom_check ------------ - 0 -(1 row) - -alter domain di add constraint pos check (value > 0); -select dom_check(0); -- fail -ERROR: value for domain di violates check constraint "pos" -CONTEXT: PL/pgSQL function dom_check(integer) line 4 at assignment -alter domain di drop constraint pos; -select dom_check(0); - dom_check ------------ - 0 -(1 row) - -drop function dom_check(int); -drop domain di; --- --- Check use of a (non-inline-able) SQL function in a domain constraint; --- this has caused issues in the past --- -create function sql_is_distinct_from(anyelement, anyelement) -returns boolean language sql -as 'select $1 is distinct from $2 limit 1'; -create domain inotnull int - check (sql_is_distinct_from(value, null)); -select 1::inotnull; - inotnull ----------- - 1 -(1 row) - -select null::inotnull; -ERROR: value for domain inotnull violates check constraint "inotnull_check" -create table dom_table (x inotnull); -insert into dom_table values ('1'); -insert into dom_table values (1); -insert into dom_table values (null); -ERROR: value for domain inotnull violates check constraint "inotnull_check" -drop table dom_table; -drop domain inotnull; -drop function sql_is_distinct_from(anyelement, anyelement); --- --- Renaming --- -create domain testdomain1 as int; -alter domain testdomain1 rename to testdomain2; -alter type testdomain2 rename to testdomain3; -- alter type also works -drop domain testdomain3; --- --- Renaming domain constraints --- -create domain testdomain1 as int constraint unsigned check (value > 0); -alter domain testdomain1 rename constraint unsigned to unsigned_foo; -alter domain testdomain1 drop constraint unsigned_foo; -drop domain testdomain1; --- --- Get the base type of a domain --- -create domain mytext as text; -create domain mytext_child_1 as mytext; -select pg_basetype('mytext'::regtype); - pg_basetype -------------- - text -(1 row) - -select pg_basetype('mytext_child_1'::regtype); - pg_basetype -------------- - text -(1 row) - -select pg_basetype(1); -- expect NULL not error - pg_basetype -------------- - -(1 row) - -drop domain mytext cascade; -NOTICE: drop cascades to type mytext_child_1 --- --- Explicit enforceability specification not allowed ---- -CREATE DOMAIN constraint_enforced_dom AS int CONSTRAINT the_constraint CHECK (value > 0) ENFORCED; -ERROR: specifying constraint enforceability not supported for domains -LINE 1: ...AS int CONSTRAINT the_constraint CHECK (value > 0) ENFORCED; - ^ -CREATE DOMAIN constraint_not_enforced_dom AS int CONSTRAINT the_constraint CHECK (value > 0) NOT ENFORCED; -ERROR: specifying constraint enforceability not supported for domains -LINE 1: ...S int CONSTRAINT the_constraint CHECK (value > 0) NOT ENFORC... - ^ -CREATE DOMAIN constraint_enforced_dom AS int; --- XXX misleading error messages -ALTER DOMAIN constraint_enforced_dom ADD CONSTRAINT the_constraint CHECK (value > 0) ENFORCED; -ERROR: CHECK constraints cannot be marked ENFORCED -LINE 1: ...om ADD CONSTRAINT the_constraint CHECK (value > 0) ENFORCED; - ^ -ALTER DOMAIN constraint_enforced_dom ADD CONSTRAINT the_constraint CHECK (value > 0) NOT ENFORCED; -ERROR: CHECK constraints cannot be marked NOT ENFORCED -LINE 1: ...m ADD CONSTRAINT the_constraint CHECK (value > 0) NOT ENFORC... - ^ -DROP DOMAIN constraint_enforced_dom; --- --- Information schema --- -SELECT * FROM information_schema.column_domain_usage - WHERE domain_name IN ('con', 'dom', 'pos_int', 'things') - ORDER BY domain_name; - domain_catalog | domain_schema | domain_name | table_catalog | table_schema | table_name | column_name -----------------+---------------+-------------+---------------+--------------+------------+------------- - regression | public | con | regression | public | domcontest | col1 - regression | public | dom | regression | public | domview | col1 - regression | public | things | regression | public | thethings | stuff -(3 rows) - -SELECT * FROM information_schema.domain_constraints - WHERE domain_name IN ('con', 'dom', 'pos_int', 'things') - ORDER BY constraint_name; - constraint_catalog | constraint_schema | constraint_name | domain_catalog | domain_schema | domain_name | is_deferrable | initially_deferred ---------------------+-------------------+------------------+----------------+---------------+-------------+---------------+-------------------- - regression | public | con_check | regression | public | con | NO | NO - regression | public | meow | regression | public | things | NO | NO - regression | public | pos_int_check | regression | public | pos_int | NO | NO - regression | public | pos_int_not_null | regression | public | pos_int | NO | NO -(4 rows) - -SELECT * FROM information_schema.domains - WHERE domain_name IN ('con', 'dom', 'pos_int', 'things') - ORDER BY domain_name; - domain_catalog | domain_schema | domain_name | data_type | character_maximum_length | character_octet_length | character_set_catalog | character_set_schema | character_set_name | collation_catalog | collation_schema | collation_name | numeric_precision | numeric_precision_radix | numeric_scale | datetime_precision | interval_type | interval_precision | domain_default | udt_catalog | udt_schema | udt_name | scope_catalog | scope_schema | scope_name | maximum_cardinality | dtd_identifier -----------------+---------------+-------------+-----------+--------------------------+------------------------+-----------------------+----------------------+--------------------+-------------------+------------------+----------------+-------------------+-------------------------+---------------+--------------------+---------------+--------------------+----------------+-------------+------------+----------+---------------+--------------+------------+---------------------+---------------- - regression | public | con | integer | | | | | | | | | 32 | 2 | 0 | | | | | regression | pg_catalog | int4 | | | | | 1 - regression | public | dom | integer | | | | | | | | | 32 | 2 | 0 | | | | | regression | pg_catalog | int4 | | | | | 1 - regression | public | pos_int | integer | | | | | | | | | 32 | 2 | 0 | | | | | regression | pg_catalog | int4 | | | | | 1 - regression | public | things | integer | | | | | | | | | 32 | 2 | 0 | | | | | regression | pg_catalog | int4 | | | | | 1 -(4 rows) - -SELECT * FROM information_schema.check_constraints - WHERE (constraint_schema, constraint_name) - IN (SELECT constraint_schema, constraint_name - FROM information_schema.domain_constraints - WHERE domain_name IN ('con', 'dom', 'pos_int', 'things')) - ORDER BY constraint_name; - constraint_catalog | constraint_schema | constraint_name | check_clause ---------------------+-------------------+------------------+------------------- - regression | public | con_check | (VALUE > 0) - regression | public | meow | (VALUE < 11) - regression | public | pos_int_check | (VALUE > 0) - regression | public | pos_int_not_null | VALUE IS NOT NULL -(4 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rangefuncs.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rangefuncs.out --- /tmp/cirrus-ci-build/src/test/regress/expected/rangefuncs.out 2025-05-11 19:30:18.990382000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rangefuncs.out 2025-05-11 19:32:43.148127000 +0000 @@ -1,2503 +1,2 @@ -CREATE TABLE rngfunc2(rngfuncid int, f2 int); -INSERT INTO rngfunc2 VALUES(1, 11); -INSERT INTO rngfunc2 VALUES(2, 22); -INSERT INTO rngfunc2 VALUES(1, 111); -CREATE FUNCTION rngfunct(int) returns setof rngfunc2 as 'SELECT * FROM rngfunc2 WHERE rngfuncid = $1 ORDER BY f2;' LANGUAGE SQL; --- function with ORDINALITY -select * from rngfunct(1) with ordinality as z(a,b,ord); - a | b | ord ----+-----+----- - 1 | 11 | 1 - 1 | 111 | 2 -(2 rows) - -select * from rngfunct(1) with ordinality as z(a,b,ord) where b > 100; -- ordinal 2, not 1 - a | b | ord ----+-----+----- - 1 | 111 | 2 -(1 row) - --- ordinality vs. column names and types -select a,b,ord from rngfunct(1) with ordinality as z(a,b,ord); - a | b | ord ----+-----+----- - 1 | 11 | 1 - 1 | 111 | 2 -(2 rows) - -select a,ord from unnest(array['a','b']) with ordinality as z(a,ord); - a | ord ----+----- - a | 1 - b | 2 -(2 rows) - -select * from unnest(array['a','b']) with ordinality as z(a,ord); - a | ord ----+----- - a | 1 - b | 2 -(2 rows) - -select a,ord from unnest(array[1.0::float8]) with ordinality as z(a,ord); - a | ord ----+----- - 1 | 1 -(1 row) - -select * from unnest(array[1.0::float8]) with ordinality as z(a,ord); - a | ord ----+----- - 1 | 1 -(1 row) - -select row_to_json(s.*) from generate_series(11,14) with ordinality s; - row_to_json -------------------------- - {"s":11,"ordinality":1} - {"s":12,"ordinality":2} - {"s":13,"ordinality":3} - {"s":14,"ordinality":4} -(4 rows) - --- ordinality vs. views -create temporary view vw_ord as select * from (values (1)) v(n) join rngfunct(1) with ordinality as z(a,b,ord) on (n=ord); -select * from vw_ord; - n | a | b | ord ----+---+----+----- - 1 | 1 | 11 | 1 -(1 row) - -select definition from pg_views where viewname='vw_ord'; - definition -------------------------------------------------------------------------- - SELECT v.n, + - z.a, + - z.b, + - z.ord + - FROM (( VALUES (1)) v(n) + - JOIN rngfunct(1) WITH ORDINALITY z(a, b, ord) ON ((v.n = z.ord))); -(1 row) - -drop view vw_ord; --- multiple functions -select * from rows from(rngfunct(1),rngfunct(2)) with ordinality as z(a,b,c,d,ord); - a | b | c | d | ord ----+-----+---+----+----- - 1 | 11 | 2 | 22 | 1 - 1 | 111 | | | 2 -(2 rows) - -create temporary view vw_ord as select * from (values (1)) v(n) join rows from(rngfunct(1),rngfunct(2)) with ordinality as z(a,b,c,d,ord) on (n=ord); -select * from vw_ord; - n | a | b | c | d | ord ----+---+----+---+----+----- - 1 | 1 | 11 | 2 | 22 | 1 -(1 row) - -select definition from pg_views where viewname='vw_ord'; - definition -------------------------------------------------------------------------------------------------------- - SELECT v.n, + - z.a, + - z.b, + - z.c, + - z.d, + - z.ord + - FROM (( VALUES (1)) v(n) + - JOIN ROWS FROM(rngfunct(1), rngfunct(2)) WITH ORDINALITY z(a, b, c, d, ord) ON ((v.n = z.ord))); -(1 row) - -drop view vw_ord; --- expansions of unnest() -select * from unnest(array[10,20],array['foo','bar'],array[1.0]); - unnest | unnest | unnest ---------+--------+-------- - 10 | foo | 1.0 - 20 | bar | -(2 rows) - -select * from unnest(array[10,20],array['foo','bar'],array[1.0]) with ordinality as z(a,b,c,ord); - a | b | c | ord -----+-----+-----+----- - 10 | foo | 1.0 | 1 - 20 | bar | | 2 -(2 rows) - -select * from rows from(unnest(array[10,20],array['foo','bar'],array[1.0])) with ordinality as z(a,b,c,ord); - a | b | c | ord -----+-----+-----+----- - 10 | foo | 1.0 | 1 - 20 | bar | | 2 -(2 rows) - -select * from rows from(unnest(array[10,20],array['foo','bar']), generate_series(101,102)) with ordinality as z(a,b,c,ord); - a | b | c | ord -----+-----+-----+----- - 10 | foo | 101 | 1 - 20 | bar | 102 | 2 -(2 rows) - -create temporary view vw_ord as select * from unnest(array[10,20],array['foo','bar'],array[1.0]) as z(a,b,c); -select * from vw_ord; - a | b | c -----+-----+----- - 10 | foo | 1.0 - 20 | bar | -(2 rows) - -select definition from pg_views where viewname='vw_ord'; - definition ----------------------------------------------------------------------------------------- - SELECT a, + - b, + - c + - FROM UNNEST(ARRAY[10, 20], ARRAY['foo'::text, 'bar'::text], ARRAY[1.0]) z(a, b, c); -(1 row) - -drop view vw_ord; -create temporary view vw_ord as select * from rows from(unnest(array[10,20],array['foo','bar'],array[1.0])) as z(a,b,c); -select * from vw_ord; - a | b | c -----+-----+----- - 10 | foo | 1.0 - 20 | bar | -(2 rows) - -select definition from pg_views where viewname='vw_ord'; - definition ----------------------------------------------------------------------------------------- - SELECT a, + - b, + - c + - FROM UNNEST(ARRAY[10, 20], ARRAY['foo'::text, 'bar'::text], ARRAY[1.0]) z(a, b, c); -(1 row) - -drop view vw_ord; -create temporary view vw_ord as select * from rows from(unnest(array[10,20],array['foo','bar']), generate_series(1,2)) as z(a,b,c); -select * from vw_ord; - a | b | c -----+-----+--- - 10 | foo | 1 - 20 | bar | 2 -(2 rows) - -select definition from pg_views where viewname='vw_ord'; - definition ----------------------------------------------------------------------------------------------------------------------- - SELECT a, + - b, + - c + - FROM ROWS FROM(unnest(ARRAY[10, 20]), unnest(ARRAY['foo'::text, 'bar'::text]), generate_series(1, 2)) z(a, b, c); -(1 row) - -drop view vw_ord; --- ordinality and multiple functions vs. rewind and reverse scan -begin; -declare rf_cur scroll cursor for select * from rows from(generate_series(1,5),generate_series(1,2)) with ordinality as g(i,j,o); -fetch all from rf_cur; - i | j | o ----+---+--- - 1 | 1 | 1 - 2 | 2 | 2 - 3 | | 3 - 4 | | 4 - 5 | | 5 -(5 rows) - -fetch backward all from rf_cur; - i | j | o ----+---+--- - 5 | | 5 - 4 | | 4 - 3 | | 3 - 2 | 2 | 2 - 1 | 1 | 1 -(5 rows) - -fetch all from rf_cur; - i | j | o ----+---+--- - 1 | 1 | 1 - 2 | 2 | 2 - 3 | | 3 - 4 | | 4 - 5 | | 5 -(5 rows) - -fetch next from rf_cur; - i | j | o ----+---+--- -(0 rows) - -fetch next from rf_cur; - i | j | o ----+---+--- -(0 rows) - -fetch prior from rf_cur; - i | j | o ----+---+--- - 5 | | 5 -(1 row) - -fetch absolute 1 from rf_cur; - i | j | o ----+---+--- - 1 | 1 | 1 -(1 row) - -fetch next from rf_cur; - i | j | o ----+---+--- - 2 | 2 | 2 -(1 row) - -fetch next from rf_cur; - i | j | o ----+---+--- - 3 | | 3 -(1 row) - -fetch next from rf_cur; - i | j | o ----+---+--- - 4 | | 4 -(1 row) - -fetch prior from rf_cur; - i | j | o ----+---+--- - 3 | | 3 -(1 row) - -fetch prior from rf_cur; - i | j | o ----+---+--- - 2 | 2 | 2 -(1 row) - -fetch prior from rf_cur; - i | j | o ----+---+--- - 1 | 1 | 1 -(1 row) - -commit; --- function with implicit LATERAL -select * from rngfunc2, rngfunct(rngfunc2.rngfuncid) z where rngfunc2.f2 = z.f2; - rngfuncid | f2 | rngfuncid | f2 ------------+-----+-----------+----- - 1 | 11 | 1 | 11 - 2 | 22 | 2 | 22 - 1 | 111 | 1 | 111 -(3 rows) - --- function with implicit LATERAL and explicit ORDINALITY -select * from rngfunc2, rngfunct(rngfunc2.rngfuncid) with ordinality as z(rngfuncid,f2,ord) where rngfunc2.f2 = z.f2; - rngfuncid | f2 | rngfuncid | f2 | ord ------------+-----+-----------+-----+----- - 1 | 11 | 1 | 11 | 1 - 2 | 22 | 2 | 22 | 1 - 1 | 111 | 1 | 111 | 2 -(3 rows) - --- function in subselect -select * from rngfunc2 where f2 in (select f2 from rngfunct(rngfunc2.rngfuncid) z where z.rngfuncid = rngfunc2.rngfuncid) ORDER BY 1,2; - rngfuncid | f2 ------------+----- - 1 | 11 - 1 | 111 - 2 | 22 -(3 rows) - --- function in subselect -select * from rngfunc2 where f2 in (select f2 from rngfunct(1) z where z.rngfuncid = rngfunc2.rngfuncid) ORDER BY 1,2; - rngfuncid | f2 ------------+----- - 1 | 11 - 1 | 111 -(2 rows) - --- function in subselect -select * from rngfunc2 where f2 in (select f2 from rngfunct(rngfunc2.rngfuncid) z where z.rngfuncid = 1) ORDER BY 1,2; - rngfuncid | f2 ------------+----- - 1 | 11 - 1 | 111 -(2 rows) - --- nested functions -select rngfunct.rngfuncid, rngfunct.f2 from rngfunct(sin(pi()/2)::int) ORDER BY 1,2; - rngfuncid | f2 ------------+----- - 1 | 11 - 1 | 111 -(2 rows) - -CREATE TABLE rngfunc (rngfuncid int, rngfuncsubid int, rngfuncname text, primary key(rngfuncid,rngfuncsubid)); -INSERT INTO rngfunc VALUES(1,1,'Joe'); -INSERT INTO rngfunc VALUES(1,2,'Ed'); -INSERT INTO rngfunc VALUES(2,1,'Mary'); --- sql, proretset = f, prorettype = b -CREATE FUNCTION getrngfunc1(int) RETURNS int AS 'SELECT $1;' LANGUAGE SQL; -SELECT * FROM getrngfunc1(1) AS t1; - t1 ----- - 1 -(1 row) - -SELECT * FROM getrngfunc1(1) WITH ORDINALITY AS t1(v,o); - v | o ----+--- - 1 | 1 -(1 row) - -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc1(1); -SELECT * FROM vw_getrngfunc; - getrngfunc1 -------------- - 1 -(1 row) - -DROP VIEW vw_getrngfunc; -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc1(1) WITH ORDINALITY as t1(v,o); -SELECT * FROM vw_getrngfunc; - v | o ----+--- - 1 | 1 -(1 row) - -DROP VIEW vw_getrngfunc; --- sql, proretset = t, prorettype = b -CREATE FUNCTION getrngfunc2(int) RETURNS setof int AS 'SELECT rngfuncid FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; -SELECT * FROM getrngfunc2(1) AS t1; - t1 ----- - 1 - 1 -(2 rows) - -SELECT * FROM getrngfunc2(1) WITH ORDINALITY AS t1(v,o); - v | o ----+--- - 1 | 1 - 1 | 2 -(2 rows) - -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc2(1); -SELECT * FROM vw_getrngfunc; - getrngfunc2 -------------- - 1 - 1 -(2 rows) - -DROP VIEW vw_getrngfunc; -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc2(1) WITH ORDINALITY AS t1(v,o); -SELECT * FROM vw_getrngfunc; - v | o ----+--- - 1 | 1 - 1 | 2 -(2 rows) - -DROP VIEW vw_getrngfunc; --- sql, proretset = t, prorettype = b -CREATE FUNCTION getrngfunc3(int) RETURNS setof text AS 'SELECT rngfuncname FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; -SELECT * FROM getrngfunc3(1) AS t1; - t1 ------ - Joe - Ed -(2 rows) - -SELECT * FROM getrngfunc3(1) WITH ORDINALITY AS t1(v,o); - v | o ------+--- - Joe | 1 - Ed | 2 -(2 rows) - -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc3(1); -SELECT * FROM vw_getrngfunc; - getrngfunc3 -------------- - Joe - Ed -(2 rows) - -DROP VIEW vw_getrngfunc; -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc3(1) WITH ORDINALITY AS t1(v,o); -SELECT * FROM vw_getrngfunc; - v | o ------+--- - Joe | 1 - Ed | 2 -(2 rows) - -DROP VIEW vw_getrngfunc; --- sql, proretset = f, prorettype = c -CREATE FUNCTION getrngfunc4(int) RETURNS rngfunc AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; -SELECT * FROM getrngfunc4(1) AS t1; - rngfuncid | rngfuncsubid | rngfuncname ------------+--------------+------------- - 1 | 1 | Joe -(1 row) - -SELECT * FROM getrngfunc4(1) WITH ORDINALITY AS t1(a,b,c,o); - a | b | c | o ----+---+-----+--- - 1 | 1 | Joe | 1 -(1 row) - -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc4(1); -SELECT * FROM vw_getrngfunc; - rngfuncid | rngfuncsubid | rngfuncname ------------+--------------+------------- - 1 | 1 | Joe -(1 row) - -DROP VIEW vw_getrngfunc; -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc4(1) WITH ORDINALITY AS t1(a,b,c,o); -SELECT * FROM vw_getrngfunc; - a | b | c | o ----+---+-----+--- - 1 | 1 | Joe | 1 -(1 row) - -DROP VIEW vw_getrngfunc; --- sql, proretset = t, prorettype = c -CREATE FUNCTION getrngfunc5(int) RETURNS setof rngfunc AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; -SELECT * FROM getrngfunc5(1) AS t1; - rngfuncid | rngfuncsubid | rngfuncname ------------+--------------+------------- - 1 | 1 | Joe - 1 | 2 | Ed -(2 rows) - -SELECT * FROM getrngfunc5(1) WITH ORDINALITY AS t1(a,b,c,o); - a | b | c | o ----+---+-----+--- - 1 | 1 | Joe | 1 - 1 | 2 | Ed | 2 -(2 rows) - -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc5(1); -SELECT * FROM vw_getrngfunc; - rngfuncid | rngfuncsubid | rngfuncname ------------+--------------+------------- - 1 | 1 | Joe - 1 | 2 | Ed -(2 rows) - -DROP VIEW vw_getrngfunc; -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc5(1) WITH ORDINALITY AS t1(a,b,c,o); -SELECT * FROM vw_getrngfunc; - a | b | c | o ----+---+-----+--- - 1 | 1 | Joe | 1 - 1 | 2 | Ed | 2 -(2 rows) - -DROP VIEW vw_getrngfunc; --- sql, proretset = f, prorettype = record -CREATE FUNCTION getrngfunc6(int) RETURNS RECORD AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; -SELECT * FROM getrngfunc6(1) AS t1(rngfuncid int, rngfuncsubid int, rngfuncname text); - rngfuncid | rngfuncsubid | rngfuncname ------------+--------------+------------- - 1 | 1 | Joe -(1 row) - -SELECT * FROM ROWS FROM( getrngfunc6(1) AS (rngfuncid int, rngfuncsubid int, rngfuncname text) ) WITH ORDINALITY; - rngfuncid | rngfuncsubid | rngfuncname | ordinality ------------+--------------+-------------+------------ - 1 | 1 | Joe | 1 -(1 row) - -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc6(1) AS -(rngfuncid int, rngfuncsubid int, rngfuncname text); -SELECT * FROM vw_getrngfunc; - rngfuncid | rngfuncsubid | rngfuncname ------------+--------------+------------- - 1 | 1 | Joe -(1 row) - -DROP VIEW vw_getrngfunc; -CREATE VIEW vw_getrngfunc AS - SELECT * FROM ROWS FROM( getrngfunc6(1) AS (rngfuncid int, rngfuncsubid int, rngfuncname text) ) - WITH ORDINALITY; -SELECT * FROM vw_getrngfunc; - rngfuncid | rngfuncsubid | rngfuncname | ordinality ------------+--------------+-------------+------------ - 1 | 1 | Joe | 1 -(1 row) - -DROP VIEW vw_getrngfunc; --- sql, proretset = t, prorettype = record -CREATE FUNCTION getrngfunc7(int) RETURNS setof record AS 'SELECT * FROM rngfunc WHERE rngfuncid = $1;' LANGUAGE SQL; -SELECT * FROM getrngfunc7(1) AS t1(rngfuncid int, rngfuncsubid int, rngfuncname text); - rngfuncid | rngfuncsubid | rngfuncname ------------+--------------+------------- - 1 | 1 | Joe - 1 | 2 | Ed -(2 rows) - -SELECT * FROM ROWS FROM( getrngfunc7(1) AS (rngfuncid int, rngfuncsubid int, rngfuncname text) ) WITH ORDINALITY; - rngfuncid | rngfuncsubid | rngfuncname | ordinality ------------+--------------+-------------+------------ - 1 | 1 | Joe | 1 - 1 | 2 | Ed | 2 -(2 rows) - -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc7(1) AS -(rngfuncid int, rngfuncsubid int, rngfuncname text); -SELECT * FROM vw_getrngfunc; - rngfuncid | rngfuncsubid | rngfuncname ------------+--------------+------------- - 1 | 1 | Joe - 1 | 2 | Ed -(2 rows) - -DROP VIEW vw_getrngfunc; -CREATE VIEW vw_getrngfunc AS - SELECT * FROM ROWS FROM( getrngfunc7(1) AS (rngfuncid int, rngfuncsubid int, rngfuncname text) ) - WITH ORDINALITY; -SELECT * FROM vw_getrngfunc; - rngfuncid | rngfuncsubid | rngfuncname | ordinality ------------+--------------+-------------+------------ - 1 | 1 | Joe | 1 - 1 | 2 | Ed | 2 -(2 rows) - -DROP VIEW vw_getrngfunc; --- plpgsql, proretset = f, prorettype = b -CREATE FUNCTION getrngfunc8(int) RETURNS int AS 'DECLARE rngfuncint int; BEGIN SELECT rngfuncid into rngfuncint FROM rngfunc WHERE rngfuncid = $1; RETURN rngfuncint; END;' LANGUAGE plpgsql; -SELECT * FROM getrngfunc8(1) AS t1; - t1 ----- - 1 -(1 row) - -SELECT * FROM getrngfunc8(1) WITH ORDINALITY AS t1(v,o); - v | o ----+--- - 1 | 1 -(1 row) - -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc8(1); -SELECT * FROM vw_getrngfunc; - getrngfunc8 -------------- - 1 -(1 row) - -DROP VIEW vw_getrngfunc; -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc8(1) WITH ORDINALITY AS t1(v,o); -SELECT * FROM vw_getrngfunc; - v | o ----+--- - 1 | 1 -(1 row) - -DROP VIEW vw_getrngfunc; --- plpgsql, proretset = f, prorettype = c -CREATE FUNCTION getrngfunc9(int) RETURNS rngfunc AS 'DECLARE rngfunctup rngfunc%ROWTYPE; BEGIN SELECT * into rngfunctup FROM rngfunc WHERE rngfuncid = $1; RETURN rngfunctup; END;' LANGUAGE plpgsql; -SELECT * FROM getrngfunc9(1) AS t1; - rngfuncid | rngfuncsubid | rngfuncname ------------+--------------+------------- - 1 | 1 | Joe -(1 row) - -SELECT * FROM getrngfunc9(1) WITH ORDINALITY AS t1(a,b,c,o); - a | b | c | o ----+---+-----+--- - 1 | 1 | Joe | 1 -(1 row) - -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc9(1); -SELECT * FROM vw_getrngfunc; - rngfuncid | rngfuncsubid | rngfuncname ------------+--------------+------------- - 1 | 1 | Joe -(1 row) - -DROP VIEW vw_getrngfunc; -CREATE VIEW vw_getrngfunc AS SELECT * FROM getrngfunc9(1) WITH ORDINALITY AS t1(a,b,c,o); -SELECT * FROM vw_getrngfunc; - a | b | c | o ----+---+-----+--- - 1 | 1 | Joe | 1 -(1 row) - -DROP VIEW vw_getrngfunc; --- mix 'n match kinds, to exercise expandRTE and related logic -select * from rows from(getrngfunc1(1),getrngfunc2(1),getrngfunc3(1),getrngfunc4(1),getrngfunc5(1), - getrngfunc6(1) AS (rngfuncid int, rngfuncsubid int, rngfuncname text), - getrngfunc7(1) AS (rngfuncid int, rngfuncsubid int, rngfuncname text), - getrngfunc8(1),getrngfunc9(1)) - with ordinality as t1(a,b,c,d,e,f,g,h,i,j,k,l,m,o,p,q,r,s,t,u); - a | b | c | d | e | f | g | h | i | j | k | l | m | o | p | q | r | s | t | u ----+---+-----+---+---+-----+---+---+-----+---+---+-----+---+---+-----+---+---+---+-----+--- - 1 | 1 | Joe | 1 | 1 | Joe | 1 | 1 | Joe | 1 | 1 | Joe | 1 | 1 | Joe | 1 | 1 | 1 | Joe | 1 - | 1 | Ed | | | | 1 | 2 | Ed | | | | 1 | 2 | Ed | | | | | 2 -(2 rows) - -select * from rows from(getrngfunc9(1),getrngfunc8(1), - getrngfunc7(1) AS (rngfuncid int, rngfuncsubid int, rngfuncname text), - getrngfunc6(1) AS (rngfuncid int, rngfuncsubid int, rngfuncname text), - getrngfunc5(1),getrngfunc4(1),getrngfunc3(1),getrngfunc2(1),getrngfunc1(1)) - with ordinality as t1(a,b,c,d,e,f,g,h,i,j,k,l,m,o,p,q,r,s,t,u); - a | b | c | d | e | f | g | h | i | j | k | l | m | o | p | q | r | s | t | u ----+---+-----+---+---+---+-----+---+---+-----+---+---+-----+---+---+-----+-----+---+---+--- - 1 | 1 | Joe | 1 | 1 | 1 | Joe | 1 | 1 | Joe | 1 | 1 | Joe | 1 | 1 | Joe | Joe | 1 | 1 | 1 - | | | | 1 | 2 | Ed | | | | 1 | 2 | Ed | | | | Ed | 1 | | 2 -(2 rows) - -create temporary view vw_rngfunc as - select * from rows from(getrngfunc9(1), - getrngfunc7(1) AS (rngfuncid int, rngfuncsubid int, rngfuncname text), - getrngfunc1(1)) - with ordinality as t1(a,b,c,d,e,f,g,n); -select * from vw_rngfunc; - a | b | c | d | e | f | g | n ----+---+-----+---+---+-----+---+--- - 1 | 1 | Joe | 1 | 1 | Joe | 1 | 1 - | | | 1 | 2 | Ed | | 2 -(2 rows) - -select pg_get_viewdef('vw_rngfunc'); - pg_get_viewdef ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - SELECT a, + - b, + - c, + - d, + - e, + - f, + - g, + - n + - FROM ROWS FROM(getrngfunc9(1), getrngfunc7(1) AS (rngfuncid integer, rngfuncsubid integer, rngfuncname text), getrngfunc1(1)) WITH ORDINALITY t1(a, b, c, d, e, f, g, n); -(1 row) - -drop view vw_rngfunc; -DROP FUNCTION getrngfunc1(int); -DROP FUNCTION getrngfunc2(int); -DROP FUNCTION getrngfunc3(int); -DROP FUNCTION getrngfunc4(int); -DROP FUNCTION getrngfunc5(int); -DROP FUNCTION getrngfunc6(int); -DROP FUNCTION getrngfunc7(int); -DROP FUNCTION getrngfunc8(int); -DROP FUNCTION getrngfunc9(int); -DROP FUNCTION rngfunct(int); -DROP TABLE rngfunc2; -DROP TABLE rngfunc; --- Rescan tests -- -CREATE TEMPORARY SEQUENCE rngfunc_rescan_seq1; -CREATE TEMPORARY SEQUENCE rngfunc_rescan_seq2; -CREATE TYPE rngfunc_rescan_t AS (i integer, s bigint); -CREATE FUNCTION rngfunc_sql(int,int) RETURNS setof rngfunc_rescan_t AS 'SELECT i, nextval(''rngfunc_rescan_seq1'') FROM generate_series($1,$2) i;' LANGUAGE SQL; --- plpgsql functions use materialize mode -CREATE FUNCTION rngfunc_mat(int,int) RETURNS setof rngfunc_rescan_t AS 'begin for i in $1..$2 loop return next (i, nextval(''rngfunc_rescan_seq2'')); end loop; end;' LANGUAGE plpgsql; ---invokes ExecReScanFunctionScan - all these cases should materialize the function only once --- LEFT JOIN on a condition that the planner can't prove to be true is used to ensure the function --- is on the inner path of a nestloop join -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r) LEFT JOIN rngfunc_sql(11,13) ON (r+i)<100; - r | i | s ----+----+--- - 1 | 11 | 1 - 1 | 12 | 2 - 1 | 13 | 3 - 2 | 11 | 1 - 2 | 12 | 2 - 2 | 13 | 3 - 3 | 11 | 1 - 3 | 12 | 2 - 3 | 13 | 3 -(9 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r) LEFT JOIN rngfunc_sql(11,13) WITH ORDINALITY AS f(i,s,o) ON (r+i)<100; - r | i | s | o ----+----+---+--- - 1 | 11 | 1 | 1 - 1 | 12 | 2 | 2 - 1 | 13 | 3 | 3 - 2 | 11 | 1 | 1 - 2 | 12 | 2 | 2 - 2 | 13 | 3 | 3 - 3 | 11 | 1 | 1 - 3 | 12 | 2 | 2 - 3 | 13 | 3 | 3 -(9 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r) LEFT JOIN rngfunc_mat(11,13) ON (r+i)<100; - r | i | s ----+----+--- - 1 | 11 | 1 - 1 | 12 | 2 - 1 | 13 | 3 - 2 | 11 | 1 - 2 | 12 | 2 - 2 | 13 | 3 - 3 | 11 | 1 - 3 | 12 | 2 - 3 | 13 | 3 -(9 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r) LEFT JOIN rngfunc_mat(11,13) WITH ORDINALITY AS f(i,s,o) ON (r+i)<100; - r | i | s | o ----+----+---+--- - 1 | 11 | 1 | 1 - 1 | 12 | 2 | 2 - 1 | 13 | 3 | 3 - 2 | 11 | 1 | 1 - 2 | 12 | 2 | 2 - 2 | 13 | 3 | 3 - 3 | 11 | 1 | 1 - 3 | 12 | 2 | 2 - 3 | 13 | 3 | 3 -(9 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r) LEFT JOIN ROWS FROM( rngfunc_sql(11,13), rngfunc_mat(11,13) ) WITH ORDINALITY AS f(i1,s1,i2,s2,o) ON (r+i1+i2)<100; - r | i1 | s1 | i2 | s2 | o ----+----+----+----+----+--- - 1 | 11 | 1 | 11 | 1 | 1 - 1 | 12 | 2 | 12 | 2 | 2 - 1 | 13 | 3 | 13 | 3 | 3 - 2 | 11 | 1 | 11 | 1 | 1 - 2 | 12 | 2 | 12 | 2 | 2 - 2 | 13 | 3 | 13 | 3 | 3 - 3 | 11 | 1 | 11 | 1 | 1 - 3 | 12 | 2 | 12 | 2 | 2 - 3 | 13 | 3 | 13 | 3 | 3 -(9 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v(r) LEFT JOIN generate_series(11,13) f(i) ON (r+i)<100; - r | i ----+---- - 1 | 11 - 1 | 12 - 1 | 13 - 2 | 11 - 2 | 12 - 2 | 13 - 3 | 11 - 3 | 12 - 3 | 13 -(9 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v(r) LEFT JOIN generate_series(11,13) WITH ORDINALITY AS f(i,o) ON (r+i)<100; - r | i | o ----+----+--- - 1 | 11 | 1 - 1 | 12 | 2 - 1 | 13 | 3 - 2 | 11 | 1 - 2 | 12 | 2 - 2 | 13 | 3 - 3 | 11 | 1 - 3 | 12 | 2 - 3 | 13 | 3 -(9 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v(r) LEFT JOIN unnest(array[10,20,30]) f(i) ON (r+i)<100; - r | i ----+---- - 1 | 10 - 1 | 20 - 1 | 30 - 2 | 10 - 2 | 20 - 2 | 30 - 3 | 10 - 3 | 20 - 3 | 30 -(9 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v(r) LEFT JOIN unnest(array[10,20,30]) WITH ORDINALITY AS f(i,o) ON (r+i)<100; - r | i | o ----+----+--- - 1 | 10 | 1 - 1 | 20 | 2 - 1 | 30 | 3 - 2 | 10 | 1 - 2 | 20 | 2 - 2 | 30 | 3 - 3 | 10 | 1 - 3 | 20 | 2 - 3 | 30 | 3 -(9 rows) - ---invokes ExecReScanFunctionScan with chgParam != NULL (using implied LATERAL) -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), rngfunc_sql(10+r,13); - r | i | s ----+----+--- - 1 | 11 | 1 - 1 | 12 | 2 - 1 | 13 | 3 - 2 | 12 | 4 - 2 | 13 | 5 - 3 | 13 | 6 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), rngfunc_sql(10+r,13) WITH ORDINALITY AS f(i,s,o); - r | i | s | o ----+----+---+--- - 1 | 11 | 1 | 1 - 1 | 12 | 2 | 2 - 1 | 13 | 3 | 3 - 2 | 12 | 4 | 1 - 2 | 13 | 5 | 2 - 3 | 13 | 6 | 1 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), rngfunc_sql(11,10+r); - r | i | s ----+----+--- - 1 | 11 | 1 - 2 | 11 | 2 - 2 | 12 | 3 - 3 | 11 | 4 - 3 | 12 | 5 - 3 | 13 | 6 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), rngfunc_sql(11,10+r) WITH ORDINALITY AS f(i,s,o); - r | i | s | o ----+----+---+--- - 1 | 11 | 1 | 1 - 2 | 11 | 2 | 1 - 2 | 12 | 3 | 2 - 3 | 11 | 4 | 1 - 3 | 12 | 5 | 2 - 3 | 13 | 6 | 3 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (11,12),(13,15),(16,20)) v(r1,r2), rngfunc_sql(r1,r2); - r1 | r2 | i | s -----+----+----+---- - 11 | 12 | 11 | 1 - 11 | 12 | 12 | 2 - 13 | 15 | 13 | 3 - 13 | 15 | 14 | 4 - 13 | 15 | 15 | 5 - 16 | 20 | 16 | 6 - 16 | 20 | 17 | 7 - 16 | 20 | 18 | 8 - 16 | 20 | 19 | 9 - 16 | 20 | 20 | 10 -(10 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (11,12),(13,15),(16,20)) v(r1,r2), rngfunc_sql(r1,r2) WITH ORDINALITY AS f(i,s,o); - r1 | r2 | i | s | o -----+----+----+----+--- - 11 | 12 | 11 | 1 | 1 - 11 | 12 | 12 | 2 | 2 - 13 | 15 | 13 | 3 | 1 - 13 | 15 | 14 | 4 | 2 - 13 | 15 | 15 | 5 | 3 - 16 | 20 | 16 | 6 | 1 - 16 | 20 | 17 | 7 | 2 - 16 | 20 | 18 | 8 | 3 - 16 | 20 | 19 | 9 | 4 - 16 | 20 | 20 | 10 | 5 -(10 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), rngfunc_mat(10+r,13); - r | i | s ----+----+--- - 1 | 11 | 1 - 1 | 12 | 2 - 1 | 13 | 3 - 2 | 12 | 4 - 2 | 13 | 5 - 3 | 13 | 6 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), rngfunc_mat(10+r,13) WITH ORDINALITY AS f(i,s,o); - r | i | s | o ----+----+---+--- - 1 | 11 | 1 | 1 - 1 | 12 | 2 | 2 - 1 | 13 | 3 | 3 - 2 | 12 | 4 | 1 - 2 | 13 | 5 | 2 - 3 | 13 | 6 | 1 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), rngfunc_mat(11,10+r); - r | i | s ----+----+--- - 1 | 11 | 1 - 2 | 11 | 2 - 2 | 12 | 3 - 3 | 11 | 4 - 3 | 12 | 5 - 3 | 13 | 6 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), rngfunc_mat(11,10+r) WITH ORDINALITY AS f(i,s,o); - r | i | s | o ----+----+---+--- - 1 | 11 | 1 | 1 - 2 | 11 | 2 | 1 - 2 | 12 | 3 | 2 - 3 | 11 | 4 | 1 - 3 | 12 | 5 | 2 - 3 | 13 | 6 | 3 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (11,12),(13,15),(16,20)) v(r1,r2), rngfunc_mat(r1,r2); - r1 | r2 | i | s -----+----+----+---- - 11 | 12 | 11 | 1 - 11 | 12 | 12 | 2 - 13 | 15 | 13 | 3 - 13 | 15 | 14 | 4 - 13 | 15 | 15 | 5 - 16 | 20 | 16 | 6 - 16 | 20 | 17 | 7 - 16 | 20 | 18 | 8 - 16 | 20 | 19 | 9 - 16 | 20 | 20 | 10 -(10 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (11,12),(13,15),(16,20)) v(r1,r2), rngfunc_mat(r1,r2) WITH ORDINALITY AS f(i,s,o); - r1 | r2 | i | s | o -----+----+----+----+--- - 11 | 12 | 11 | 1 | 1 - 11 | 12 | 12 | 2 | 2 - 13 | 15 | 13 | 3 | 1 - 13 | 15 | 14 | 4 | 2 - 13 | 15 | 15 | 5 | 3 - 16 | 20 | 16 | 6 | 1 - 16 | 20 | 17 | 7 | 2 - 16 | 20 | 18 | 8 | 3 - 16 | 20 | 19 | 9 | 4 - 16 | 20 | 20 | 10 | 5 -(10 rows) - --- selective rescan of multiple functions: -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), ROWS FROM( rngfunc_sql(11,11), rngfunc_mat(10+r,13) ); - r | i | s | i | s ----+----+---+----+--- - 1 | 11 | 1 | 11 | 1 - 1 | | | 12 | 2 - 1 | | | 13 | 3 - 2 | 11 | 1 | 12 | 4 - 2 | | | 13 | 5 - 3 | 11 | 1 | 13 | 6 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), ROWS FROM( rngfunc_sql(10+r,13), rngfunc_mat(11,11) ); - r | i | s | i | s ----+----+---+----+--- - 1 | 11 | 1 | 11 | 1 - 1 | 12 | 2 | | - 1 | 13 | 3 | | - 2 | 12 | 4 | 11 | 1 - 2 | 13 | 5 | | - 3 | 13 | 6 | 11 | 1 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), ROWS FROM( rngfunc_sql(10+r,13), rngfunc_mat(10+r,13) ); - r | i | s | i | s ----+----+---+----+--- - 1 | 11 | 1 | 11 | 1 - 1 | 12 | 2 | 12 | 2 - 1 | 13 | 3 | 13 | 3 - 2 | 12 | 4 | 12 | 4 - 2 | 13 | 5 | 13 | 5 - 3 | 13 | 6 | 13 | 6 -(6 rows) - -SELECT setval('rngfunc_rescan_seq1',1,false),setval('rngfunc_rescan_seq2',1,false); - setval | setval ---------+-------- - 1 | 1 -(1 row) - -SELECT * FROM generate_series(1,2) r1, generate_series(r1,3) r2, ROWS FROM( rngfunc_sql(10+r1,13), rngfunc_mat(10+r2,13) ); - r1 | r2 | i | s | i | s -----+----+----+----+----+--- - 1 | 1 | 11 | 1 | 11 | 1 - 1 | 1 | 12 | 2 | 12 | 2 - 1 | 1 | 13 | 3 | 13 | 3 - 1 | 2 | 11 | 4 | 12 | 4 - 1 | 2 | 12 | 5 | 13 | 5 - 1 | 2 | 13 | 6 | | - 1 | 3 | 11 | 7 | 13 | 6 - 1 | 3 | 12 | 8 | | - 1 | 3 | 13 | 9 | | - 2 | 2 | 12 | 10 | 12 | 7 - 2 | 2 | 13 | 11 | 13 | 8 - 2 | 3 | 12 | 12 | 13 | 9 - 2 | 3 | 13 | 13 | | -(13 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), generate_series(10+r,20-r) f(i); - r | i ----+---- - 1 | 11 - 1 | 12 - 1 | 13 - 1 | 14 - 1 | 15 - 1 | 16 - 1 | 17 - 1 | 18 - 1 | 19 - 2 | 12 - 2 | 13 - 2 | 14 - 2 | 15 - 2 | 16 - 2 | 17 - 2 | 18 - 3 | 13 - 3 | 14 - 3 | 15 - 3 | 16 - 3 | 17 -(21 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), generate_series(10+r,20-r) WITH ORDINALITY AS f(i,o); - r | i | o ----+----+--- - 1 | 11 | 1 - 1 | 12 | 2 - 1 | 13 | 3 - 1 | 14 | 4 - 1 | 15 | 5 - 1 | 16 | 6 - 1 | 17 | 7 - 1 | 18 | 8 - 1 | 19 | 9 - 2 | 12 | 1 - 2 | 13 | 2 - 2 | 14 | 3 - 2 | 15 | 4 - 2 | 16 | 5 - 2 | 17 | 6 - 2 | 18 | 7 - 3 | 13 | 1 - 3 | 14 | 2 - 3 | 15 | 3 - 3 | 16 | 4 - 3 | 17 | 5 -(21 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), unnest(array[r*10,r*20,r*30]) f(i); - r | i ----+---- - 1 | 10 - 1 | 20 - 1 | 30 - 2 | 20 - 2 | 40 - 2 | 60 - 3 | 30 - 3 | 60 - 3 | 90 -(9 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v(r), unnest(array[r*10,r*20,r*30]) WITH ORDINALITY AS f(i,o); - r | i | o ----+----+--- - 1 | 10 | 1 - 1 | 20 | 2 - 1 | 30 | 3 - 2 | 20 | 1 - 2 | 40 | 2 - 2 | 60 | 3 - 3 | 30 | 1 - 3 | 60 | 2 - 3 | 90 | 3 -(9 rows) - --- deep nesting -SELECT * FROM (VALUES (1),(2),(3)) v1(r1), - LATERAL (SELECT r1, * FROM (VALUES (10),(20),(30)) v2(r2) - LEFT JOIN generate_series(21,23) f(i) ON ((r2+i)<100) OFFSET 0) s1; - r1 | r1 | r2 | i -----+----+----+---- - 1 | 1 | 10 | 21 - 1 | 1 | 10 | 22 - 1 | 1 | 10 | 23 - 1 | 1 | 20 | 21 - 1 | 1 | 20 | 22 - 1 | 1 | 20 | 23 - 1 | 1 | 30 | 21 - 1 | 1 | 30 | 22 - 1 | 1 | 30 | 23 - 2 | 2 | 10 | 21 - 2 | 2 | 10 | 22 - 2 | 2 | 10 | 23 - 2 | 2 | 20 | 21 - 2 | 2 | 20 | 22 - 2 | 2 | 20 | 23 - 2 | 2 | 30 | 21 - 2 | 2 | 30 | 22 - 2 | 2 | 30 | 23 - 3 | 3 | 10 | 21 - 3 | 3 | 10 | 22 - 3 | 3 | 10 | 23 - 3 | 3 | 20 | 21 - 3 | 3 | 20 | 22 - 3 | 3 | 20 | 23 - 3 | 3 | 30 | 21 - 3 | 3 | 30 | 22 - 3 | 3 | 30 | 23 -(27 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v1(r1), - LATERAL (SELECT r1, * FROM (VALUES (10),(20),(30)) v2(r2) - LEFT JOIN generate_series(20+r1,23) f(i) ON ((r2+i)<100) OFFSET 0) s1; - r1 | r1 | r2 | i -----+----+----+---- - 1 | 1 | 10 | 21 - 1 | 1 | 10 | 22 - 1 | 1 | 10 | 23 - 1 | 1 | 20 | 21 - 1 | 1 | 20 | 22 - 1 | 1 | 20 | 23 - 1 | 1 | 30 | 21 - 1 | 1 | 30 | 22 - 1 | 1 | 30 | 23 - 2 | 2 | 10 | 22 - 2 | 2 | 10 | 23 - 2 | 2 | 20 | 22 - 2 | 2 | 20 | 23 - 2 | 2 | 30 | 22 - 2 | 2 | 30 | 23 - 3 | 3 | 10 | 23 - 3 | 3 | 20 | 23 - 3 | 3 | 30 | 23 -(18 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v1(r1), - LATERAL (SELECT r1, * FROM (VALUES (10),(20),(30)) v2(r2) - LEFT JOIN generate_series(r2,r2+3) f(i) ON ((r2+i)<100) OFFSET 0) s1; - r1 | r1 | r2 | i -----+----+----+---- - 1 | 1 | 10 | 10 - 1 | 1 | 10 | 11 - 1 | 1 | 10 | 12 - 1 | 1 | 10 | 13 - 1 | 1 | 20 | 20 - 1 | 1 | 20 | 21 - 1 | 1 | 20 | 22 - 1 | 1 | 20 | 23 - 1 | 1 | 30 | 30 - 1 | 1 | 30 | 31 - 1 | 1 | 30 | 32 - 1 | 1 | 30 | 33 - 2 | 2 | 10 | 10 - 2 | 2 | 10 | 11 - 2 | 2 | 10 | 12 - 2 | 2 | 10 | 13 - 2 | 2 | 20 | 20 - 2 | 2 | 20 | 21 - 2 | 2 | 20 | 22 - 2 | 2 | 20 | 23 - 2 | 2 | 30 | 30 - 2 | 2 | 30 | 31 - 2 | 2 | 30 | 32 - 2 | 2 | 30 | 33 - 3 | 3 | 10 | 10 - 3 | 3 | 10 | 11 - 3 | 3 | 10 | 12 - 3 | 3 | 10 | 13 - 3 | 3 | 20 | 20 - 3 | 3 | 20 | 21 - 3 | 3 | 20 | 22 - 3 | 3 | 20 | 23 - 3 | 3 | 30 | 30 - 3 | 3 | 30 | 31 - 3 | 3 | 30 | 32 - 3 | 3 | 30 | 33 -(36 rows) - -SELECT * FROM (VALUES (1),(2),(3)) v1(r1), - LATERAL (SELECT r1, * FROM (VALUES (10),(20),(30)) v2(r2) - LEFT JOIN generate_series(r1,2+r2/5) f(i) ON ((r2+i)<100) OFFSET 0) s1; - r1 | r1 | r2 | i -----+----+----+--- - 1 | 1 | 10 | 1 - 1 | 1 | 10 | 2 - 1 | 1 | 10 | 3 - 1 | 1 | 10 | 4 - 1 | 1 | 20 | 1 - 1 | 1 | 20 | 2 - 1 | 1 | 20 | 3 - 1 | 1 | 20 | 4 - 1 | 1 | 20 | 5 - 1 | 1 | 20 | 6 - 1 | 1 | 30 | 1 - 1 | 1 | 30 | 2 - 1 | 1 | 30 | 3 - 1 | 1 | 30 | 4 - 1 | 1 | 30 | 5 - 1 | 1 | 30 | 6 - 1 | 1 | 30 | 7 - 1 | 1 | 30 | 8 - 2 | 2 | 10 | 2 - 2 | 2 | 10 | 3 - 2 | 2 | 10 | 4 - 2 | 2 | 20 | 2 - 2 | 2 | 20 | 3 - 2 | 2 | 20 | 4 - 2 | 2 | 20 | 5 - 2 | 2 | 20 | 6 - 2 | 2 | 30 | 2 - 2 | 2 | 30 | 3 - 2 | 2 | 30 | 4 - 2 | 2 | 30 | 5 - 2 | 2 | 30 | 6 - 2 | 2 | 30 | 7 - 2 | 2 | 30 | 8 - 3 | 3 | 10 | 3 - 3 | 3 | 10 | 4 - 3 | 3 | 20 | 3 - 3 | 3 | 20 | 4 - 3 | 3 | 20 | 5 - 3 | 3 | 20 | 6 - 3 | 3 | 30 | 3 - 3 | 3 | 30 | 4 - 3 | 3 | 30 | 5 - 3 | 3 | 30 | 6 - 3 | 3 | 30 | 7 - 3 | 3 | 30 | 8 -(45 rows) - --- check handling of FULL JOIN with multiple lateral references (bug #15741) -SELECT * -FROM (VALUES (1),(2)) v1(r1) - LEFT JOIN LATERAL ( - SELECT * - FROM generate_series(1, v1.r1) AS gs1 - LEFT JOIN LATERAL ( - SELECT * - FROM generate_series(1, gs1) AS gs2 - LEFT JOIN generate_series(1, gs2) AS gs3 ON TRUE - ) AS ss1 ON TRUE - FULL JOIN generate_series(1, v1.r1) AS gs4 ON FALSE - ) AS ss0 ON TRUE; - r1 | gs1 | gs2 | gs3 | gs4 -----+-----+-----+-----+----- - 1 | | | | 1 - 1 | 1 | 1 | 1 | - 2 | | | | 1 - 2 | | | | 2 - 2 | 1 | 1 | 1 | - 2 | 2 | 1 | 1 | - 2 | 2 | 2 | 1 | - 2 | 2 | 2 | 2 | -(8 rows) - -DROP FUNCTION rngfunc_sql(int,int); -DROP FUNCTION rngfunc_mat(int,int); -DROP SEQUENCE rngfunc_rescan_seq1; -DROP SEQUENCE rngfunc_rescan_seq2; --- --- Test cases involving OUT parameters --- -CREATE FUNCTION rngfunc(in f1 int, out f2 int) -AS 'select $1+1' LANGUAGE sql; -SELECT rngfunc(42); - rngfunc ---------- - 43 -(1 row) - -SELECT * FROM rngfunc(42); - f2 ----- - 43 -(1 row) - -SELECT * FROM rngfunc(42) AS p(x); - x ----- - 43 -(1 row) - --- explicit spec of return type is OK -CREATE OR REPLACE FUNCTION rngfunc(in f1 int, out f2 int) RETURNS int -AS 'select $1+1' LANGUAGE sql; --- error, wrong result type -CREATE OR REPLACE FUNCTION rngfunc(in f1 int, out f2 int) RETURNS float -AS 'select $1+1' LANGUAGE sql; -ERROR: function result type must be integer because of OUT parameters --- with multiple OUT params you must get a RECORD result -CREATE OR REPLACE FUNCTION rngfunc(in f1 int, out f2 int, out f3 text) RETURNS int -AS 'select $1+1' LANGUAGE sql; -ERROR: function result type must be record because of OUT parameters -CREATE OR REPLACE FUNCTION rngfunc(in f1 int, out f2 int, out f3 text) -RETURNS record -AS 'select $1+1' LANGUAGE sql; -ERROR: cannot change return type of existing function -HINT: Use DROP FUNCTION rngfunc(integer) first. -CREATE OR REPLACE FUNCTION rngfuncr(in f1 int, out f2 int, out text) -AS $$select $1-1, $1::text || 'z'$$ LANGUAGE sql; -SELECT f1, rngfuncr(f1) FROM int4_tbl; - f1 | rngfuncr --------------+---------------------------- - 0 | (-1,0z) - 123456 | (123455,123456z) - -123456 | (-123457,-123456z) - 2147483647 | (2147483646,2147483647z) - -2147483647 | (-2147483648,-2147483647z) -(5 rows) - -SELECT * FROM rngfuncr(42); - f2 | column2 -----+--------- - 41 | 42z -(1 row) - -SELECT * FROM rngfuncr(42) AS p(a,b); - a | b -----+----- - 41 | 42z -(1 row) - -CREATE OR REPLACE FUNCTION rngfuncb(in f1 int, inout f2 int, out text) -AS $$select $2-1, $1::text || 'z'$$ LANGUAGE sql; -SELECT f1, rngfuncb(f1, f1/2) FROM int4_tbl; - f1 | rngfuncb --------------+---------------------------- - 0 | (-1,0z) - 123456 | (61727,123456z) - -123456 | (-61729,-123456z) - 2147483647 | (1073741822,2147483647z) - -2147483647 | (-1073741824,-2147483647z) -(5 rows) - -SELECT * FROM rngfuncb(42, 99); - f2 | column2 -----+--------- - 98 | 42z -(1 row) - -SELECT * FROM rngfuncb(42, 99) AS p(a,b); - a | b -----+----- - 98 | 42z -(1 row) - --- Can reference function with or without OUT params for DROP, etc -DROP FUNCTION rngfunc(int); -DROP FUNCTION rngfuncr(in f2 int, out f1 int, out text); -DROP FUNCTION rngfuncb(in f1 int, inout f2 int); --- --- For my next trick, polymorphic OUT parameters --- -CREATE FUNCTION dup (f1 anyelement, f2 out anyelement, f3 out anyarray) -AS 'select $1, array[$1,$1]' LANGUAGE sql; -SELECT dup(22); - dup ----------------- - (22,"{22,22}") -(1 row) - -SELECT dup('xyz'); -- fails -ERROR: could not determine polymorphic type because input has type unknown -SELECT dup('xyz'::text); - dup -------------------- - (xyz,"{xyz,xyz}") -(1 row) - -SELECT * FROM dup('xyz'::text); - f2 | f3 ------+----------- - xyz | {xyz,xyz} -(1 row) - --- fails, as we are attempting to rename first argument -CREATE OR REPLACE FUNCTION dup (inout f2 anyelement, out f3 anyarray) -AS 'select $1, array[$1,$1]' LANGUAGE sql; -ERROR: cannot change name of input parameter "f1" -HINT: Use DROP FUNCTION dup(anyelement) first. -DROP FUNCTION dup(anyelement); --- equivalent behavior, though different name exposed for input arg -CREATE OR REPLACE FUNCTION dup (inout f2 anyelement, out f3 anyarray) -AS 'select $1, array[$1,$1]' LANGUAGE sql; -SELECT dup(22); - dup ----------------- - (22,"{22,22}") -(1 row) - -DROP FUNCTION dup(anyelement); --- fails, no way to deduce outputs -CREATE FUNCTION bad (f1 int, out f2 anyelement, out f3 anyarray) -AS 'select $1, array[$1,$1]' LANGUAGE sql; -ERROR: cannot determine result data type -DETAIL: A result of type anyelement requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. -CREATE FUNCTION dup (f1 anycompatible, f2 anycompatiblearray, f3 out anycompatible, f4 out anycompatiblearray) -AS 'select $1, $2' LANGUAGE sql; -SELECT dup(22, array[44]); - dup ------------ - (22,{44}) -(1 row) - -SELECT dup(4.5, array[44]); - dup ------------- - (4.5,{44}) -(1 row) - -SELECT dup(22, array[44::bigint]); - dup ------------ - (22,{44}) -(1 row) - -SELECT *, pg_typeof(f3), pg_typeof(f4) FROM dup(22, array[44::bigint]); - f3 | f4 | pg_typeof | pg_typeof -----+------+-----------+----------- - 22 | {44} | bigint | bigint[] -(1 row) - -DROP FUNCTION dup(f1 anycompatible, f2 anycompatiblearray); -CREATE FUNCTION dup (f1 anycompatiblerange, f2 out anycompatible, f3 out anycompatiblearray, f4 out anycompatiblerange) -AS 'select lower($1), array[lower($1), upper($1)], $1' LANGUAGE sql; -SELECT dup(int4range(4,7)); - dup ---------------------- - (4,"{4,7}","[4,7)") -(1 row) - -SELECT dup(numrange(4,7)); - dup ---------------------- - (4,"{4,7}","[4,7)") -(1 row) - -SELECT dup(textrange('aaa', 'bbb')); - dup -------------------------------- - (aaa,"{aaa,bbb}","[aaa,bbb)") -(1 row) - -DROP FUNCTION dup(f1 anycompatiblerange); --- fails, no way to deduce outputs -CREATE FUNCTION bad (f1 anyarray, out f2 anycompatible, out f3 anycompatiblearray) -AS 'select $1, array[$1,$1]' LANGUAGE sql; -ERROR: cannot determine result data type -DETAIL: A result of type anycompatible requires at least one input of type anycompatible, anycompatiblearray, anycompatiblenonarray, anycompatiblerange, or anycompatiblemultirange. --- --- table functions --- -CREATE OR REPLACE FUNCTION rngfunc() -RETURNS TABLE(a int) -AS $$ SELECT a FROM generate_series(1,5) a(a) $$ LANGUAGE sql; -SELECT * FROM rngfunc(); - a ---- - 1 - 2 - 3 - 4 - 5 -(5 rows) - -DROP FUNCTION rngfunc(); -CREATE OR REPLACE FUNCTION rngfunc(int) -RETURNS TABLE(a int, b int) -AS $$ SELECT a, b - FROM generate_series(1,$1) a(a), - generate_series(1,$1) b(b) $$ LANGUAGE sql; -SELECT * FROM rngfunc(3); - a | b ----+--- - 1 | 1 - 1 | 2 - 1 | 3 - 2 | 1 - 2 | 2 - 2 | 3 - 3 | 1 - 3 | 2 - 3 | 3 -(9 rows) - -DROP FUNCTION rngfunc(int); --- case that causes change of typmod knowledge during inlining -CREATE OR REPLACE FUNCTION rngfunc() -RETURNS TABLE(a varchar(5)) -AS $$ SELECT 'hello'::varchar(5) $$ LANGUAGE sql STABLE; -SELECT * FROM rngfunc() GROUP BY 1; - a -------- - hello -(1 row) - -DROP FUNCTION rngfunc(); --- --- some tests on SQL functions with RETURNING --- -create temp table tt(f1 serial, data text); -create function insert_tt(text) returns int as -$$ insert into tt(data) values($1) returning f1 $$ -language sql; -select insert_tt('foo'); - insert_tt ------------ - 1 -(1 row) - -select insert_tt('bar'); - insert_tt ------------ - 2 -(1 row) - -select * from tt; - f1 | data -----+------ - 1 | foo - 2 | bar -(2 rows) - --- insert will execute to completion even if function needs just 1 row -create or replace function insert_tt(text) returns int as -$$ insert into tt(data) values($1),($1||$1) returning f1 $$ -language sql; -select insert_tt('fool'); - insert_tt ------------ - 3 -(1 row) - -select * from tt; - f1 | data -----+---------- - 1 | foo - 2 | bar - 3 | fool - 4 | foolfool -(4 rows) - --- setof does what's expected -create or replace function insert_tt2(text,text) returns setof int as -$$ insert into tt(data) values($1),($2) returning f1 $$ -language sql; -select insert_tt2('foolish','barrish'); - insert_tt2 ------------- - 5 - 6 -(2 rows) - -select * from insert_tt2('baz','quux'); - insert_tt2 ------------- - 7 - 8 -(2 rows) - -select * from tt; - f1 | data -----+---------- - 1 | foo - 2 | bar - 3 | fool - 4 | foolfool - 5 | foolish - 6 | barrish - 7 | baz - 8 | quux -(8 rows) - --- limit doesn't prevent execution to completion -select insert_tt2('foolish','barrish') limit 1; - insert_tt2 ------------- - 9 -(1 row) - -select * from tt; - f1 | data -----+---------- - 1 | foo - 2 | bar - 3 | fool - 4 | foolfool - 5 | foolish - 6 | barrish - 7 | baz - 8 | quux - 9 | foolish - 10 | barrish -(10 rows) - --- triggers will fire, too -create function noticetrigger() returns trigger as $$ -begin - raise notice 'noticetrigger % %', new.f1, new.data; - return null; -end $$ language plpgsql; -create trigger tnoticetrigger after insert on tt for each row -execute procedure noticetrigger(); -select insert_tt2('foolme','barme') limit 1; -NOTICE: noticetrigger 11 foolme -NOTICE: noticetrigger 12 barme - insert_tt2 ------------- - 11 -(1 row) - -select * from tt; - f1 | data -----+---------- - 1 | foo - 2 | bar - 3 | fool - 4 | foolfool - 5 | foolish - 6 | barrish - 7 | baz - 8 | quux - 9 | foolish - 10 | barrish - 11 | foolme - 12 | barme -(12 rows) - --- and rules work -create temp table tt_log(f1 int, data text); -create rule insert_tt_rule as on insert to tt do also - insert into tt_log values(new.*); -select insert_tt2('foollog','barlog') limit 1; -NOTICE: noticetrigger 13 foollog -NOTICE: noticetrigger 14 barlog - insert_tt2 ------------- - 13 -(1 row) - -select * from tt; - f1 | data -----+---------- - 1 | foo - 2 | bar - 3 | fool - 4 | foolfool - 5 | foolish - 6 | barrish - 7 | baz - 8 | quux - 9 | foolish - 10 | barrish - 11 | foolme - 12 | barme - 13 | foollog - 14 | barlog -(14 rows) - --- note that nextval() gets executed a second time in the rule expansion, --- which is expected. -select * from tt_log; - f1 | data -----+--------- - 15 | foollog - 16 | barlog -(2 rows) - --- test case for a whole-row-variable bug -create function rngfunc1(n integer, out a text, out b text) - returns setof record - language sql - as $$ select 'foo ' || i, 'bar ' || i from generate_series(1,$1) i $$; -set work_mem='64kB'; -select t.a, t, t.a from rngfunc1(10000) t limit 1; - a | t | a --------+-------------------+------- - foo 1 | ("foo 1","bar 1") | foo 1 -(1 row) - -reset work_mem; -select t.a, t, t.a from rngfunc1(10000) t limit 1; - a | t | a --------+-------------------+------- - foo 1 | ("foo 1","bar 1") | foo 1 -(1 row) - -drop function rngfunc1(n integer); --- test use of SQL functions returning record --- this is supported in some cases where the query doesn't specify --- the actual record type ... -create function array_to_set(anyarray) returns setof record as $$ - select i AS "index", $1[i] AS "value" from generate_subscripts($1, 1) i -$$ language sql strict immutable; -select array_to_set(array['one', 'two']); - array_to_set --------------- - (1,one) - (2,two) -(2 rows) - -select * from array_to_set(array['one', 'two']) as t(f1 int,f2 text); - f1 | f2 -----+----- - 1 | one - 2 | two -(2 rows) - -select * from array_to_set(array['one', 'two']); -- fail -ERROR: a column definition list is required for functions returning "record" -LINE 1: select * from array_to_set(array['one', 'two']); - ^ --- after-the-fact coercion of the columns is now possible, too -select * from array_to_set(array['one', 'two']) as t(f1 numeric(4,2),f2 text); - f1 | f2 -------+----- - 1.00 | one - 2.00 | two -(2 rows) - --- and if it doesn't work, you get a compile-time not run-time error -select * from array_to_set(array['one', 'two']) as t(f1 point,f2 text); -ERROR: return type mismatch in function declared to return record -DETAIL: Final statement returns integer instead of point at column 1. -CONTEXT: SQL function "array_to_set" statement 1 --- with "strict", this function can't be inlined in FROM -explain (verbose, costs off) - select * from array_to_set(array['one', 'two']) as t(f1 numeric(4,2),f2 text); - QUERY PLAN ----------------------------------------------------- - Function Scan on public.array_to_set t - Output: f1, f2 - Function Call: array_to_set('{one,two}'::text[]) -(3 rows) - --- but without, it can be: -create or replace function array_to_set(anyarray) returns setof record as $$ - select i AS "index", $1[i] AS "value" from generate_subscripts($1, 1) i -$$ language sql immutable; -select array_to_set(array['one', 'two']); - array_to_set --------------- - (1,one) - (2,two) -(2 rows) - -select * from array_to_set(array['one', 'two']) as t(f1 int,f2 text); - f1 | f2 -----+----- - 1 | one - 2 | two -(2 rows) - -select * from array_to_set(array['one', 'two']) as t(f1 numeric(4,2),f2 text); - f1 | f2 -------+----- - 1.00 | one - 2.00 | two -(2 rows) - -select * from array_to_set(array['one', 'two']) as t(f1 point,f2 text); -ERROR: return type mismatch in function declared to return record -DETAIL: Final statement returns integer instead of point at column 1. -CONTEXT: SQL function "array_to_set" during inlining -explain (verbose, costs off) - select * from array_to_set(array['one', 'two']) as t(f1 numeric(4,2),f2 text); - QUERY PLAN --------------------------------------------------------------- - Function Scan on pg_catalog.generate_subscripts i - Output: i.i, ('{one,two}'::text[])[i.i] - Function Call: generate_subscripts('{one,two}'::text[], 1) -(3 rows) - -create temp table rngfunc(f1 int8, f2 int8); -create function testrngfunc() returns record as $$ - insert into rngfunc values (1,2) returning *; -$$ language sql; -select testrngfunc(); - testrngfunc -------------- - (1,2) -(1 row) - -select * from testrngfunc() as t(f1 int8,f2 int8); - f1 | f2 -----+---- - 1 | 2 -(1 row) - -select * from testrngfunc(); -- fail -ERROR: a column definition list is required for functions returning "record" -LINE 1: select * from testrngfunc(); - ^ -drop function testrngfunc(); -create function testrngfunc() returns setof record as $$ - insert into rngfunc values (1,2), (3,4) returning *; -$$ language sql; -select testrngfunc(); - testrngfunc -------------- - (1,2) - (3,4) -(2 rows) - -select * from testrngfunc() as t(f1 int8,f2 int8); - f1 | f2 -----+---- - 1 | 2 - 3 | 4 -(2 rows) - -select * from testrngfunc(); -- fail -ERROR: a column definition list is required for functions returning "record" -LINE 1: select * from testrngfunc(); - ^ -drop function testrngfunc(); --- Check that typmod imposed by a composite type is honored -create type rngfunc_type as (f1 numeric(35,6), f2 numeric(35,2)); -create function testrngfunc() returns rngfunc_type as $$ - select 7.136178319899999964, 7.136178319899999964; -$$ language sql immutable; -explain (verbose, costs off) -select testrngfunc(); - QUERY PLAN -------------------------------------------- - Result - Output: '(7.136178,7.14)'::rngfunc_type -(2 rows) - -select testrngfunc(); - testrngfunc ------------------ - (7.136178,7.14) -(1 row) - -explain (verbose, costs off) -select * from testrngfunc(); - QUERY PLAN --------------------------------------------------- - Function Scan on testrngfunc - Output: f1, f2 - Function Call: '(7.136178,7.14)'::rngfunc_type -(3 rows) - -select * from testrngfunc(); - f1 | f2 -----------+------ - 7.136178 | 7.14 -(1 row) - -create or replace function testrngfunc() returns rngfunc_type as $$ - select 7.136178319899999964, 7.136178319899999964; -$$ language sql volatile; -explain (verbose, costs off) -select testrngfunc(); - QUERY PLAN -------------------------- - Result - Output: testrngfunc() -(2 rows) - -select testrngfunc(); - testrngfunc ------------------ - (7.136178,7.14) -(1 row) - -explain (verbose, costs off) -select * from testrngfunc(); - QUERY PLAN -------------------------------------- - Function Scan on public.testrngfunc - Output: f1, f2 - Function Call: testrngfunc() -(3 rows) - -select * from testrngfunc(); - f1 | f2 -----------+------ - 7.136178 | 7.14 -(1 row) - -drop function testrngfunc(); -create function testrngfunc() returns setof rngfunc_type as $$ - select 7.136178319899999964, 7.136178319899999964; -$$ language sql immutable; -explain (verbose, costs off) -select testrngfunc(); - QUERY PLAN -------------------------- - ProjectSet - Output: testrngfunc() - -> Result -(3 rows) - -select testrngfunc(); - testrngfunc ------------------ - (7.136178,7.14) -(1 row) - -explain (verbose, costs off) -select * from testrngfunc(); - QUERY PLAN --------------------------------------------------------- - Result - Output: 7.136178::numeric(35,6), 7.14::numeric(35,2) -(2 rows) - -select * from testrngfunc(); - f1 | f2 -----------+------ - 7.136178 | 7.14 -(1 row) - -create or replace function testrngfunc() returns setof rngfunc_type as $$ - select 7.136178319899999964, 7.136178319899999964; -$$ language sql volatile; -explain (verbose, costs off) -select testrngfunc(); - QUERY PLAN -------------------------- - ProjectSet - Output: testrngfunc() - -> Result -(3 rows) - -select testrngfunc(); - testrngfunc ------------------ - (7.136178,7.14) -(1 row) - -explain (verbose, costs off) -select * from testrngfunc(); - QUERY PLAN -------------------------------------- - Function Scan on public.testrngfunc - Output: f1, f2 - Function Call: testrngfunc() -(3 rows) - -select * from testrngfunc(); - f1 | f2 -----------+------ - 7.136178 | 7.14 -(1 row) - -create or replace function testrngfunc() returns setof rngfunc_type as $$ - select 1, 2 union select 3, 4 order by 1; -$$ language sql immutable; -explain (verbose, costs off) -select testrngfunc(); - QUERY PLAN -------------------------- - ProjectSet - Output: testrngfunc() - -> Result -(3 rows) - -select testrngfunc(); - testrngfunc ------------------ - (1.000000,2.00) - (3.000000,4.00) -(2 rows) - -explain (verbose, costs off) -select * from testrngfunc(); - QUERY PLAN ----------------------------------------------------------- - Subquery Scan on "*SELECT*" - Output: "*SELECT*"."?column?", "*SELECT*"."?column?_1" - -> Unique - Output: (1), (2) - -> Sort - Output: (1), (2) - Sort Key: (1), (2) - -> Append - -> Result - Output: 1, 2 - -> Result - Output: 3, 4 -(12 rows) - -select * from testrngfunc(); - f1 | f2 -----------+------ - 1.000000 | 2.00 - 3.000000 | 4.00 -(2 rows) - --- Check a couple of error cases while we're here -select * from testrngfunc() as t(f1 int8,f2 int8); -- fail, composite result -ERROR: a column definition list is redundant for a function returning a named composite type -LINE 1: select * from testrngfunc() as t(f1 int8,f2 int8); - ^ -select * from pg_get_keywords() as t(f1 int8,f2 int8); -- fail, OUT params -ERROR: a column definition list is redundant for a function with OUT parameters -LINE 1: select * from pg_get_keywords() as t(f1 int8,f2 int8); - ^ -select * from sin(3) as t(f1 int8,f2 int8); -- fail, scalar result type -ERROR: a column definition list is only allowed for functions returning "record" -LINE 1: select * from sin(3) as t(f1 int8,f2 int8); - ^ -drop type rngfunc_type cascade; -NOTICE: drop cascades to function testrngfunc() --- --- Check some cases involving added/dropped columns in a rowtype result --- -create temp table users (userid text, seq int, email text, todrop bool, moredrop int, enabled bool); -insert into users values ('id',1,'email',true,11,true); -insert into users values ('id2',2,'email2',true,12,true); -alter table users drop column todrop; -create or replace function get_first_user() returns users as -$$ SELECT * FROM users ORDER BY userid LIMIT 1; $$ -language sql stable; -SELECT get_first_user(); - get_first_user -------------------- - (id,1,email,11,t) -(1 row) - -SELECT * FROM get_first_user(); - userid | seq | email | moredrop | enabled ---------+-----+-------+----------+--------- - id | 1 | email | 11 | t -(1 row) - -create or replace function get_users() returns setof users as -$$ SELECT * FROM users ORDER BY userid; $$ -language sql stable; -SELECT get_users(); - get_users ---------------------- - (id,1,email,11,t) - (id2,2,email2,12,t) -(2 rows) - -SELECT * FROM get_users(); - userid | seq | email | moredrop | enabled ---------+-----+--------+----------+--------- - id | 1 | email | 11 | t - id2 | 2 | email2 | 12 | t -(2 rows) - -SELECT * FROM get_users() WITH ORDINALITY; -- make sure ordinality copes - userid | seq | email | moredrop | enabled | ordinality ---------+-----+--------+----------+---------+------------ - id | 1 | email | 11 | t | 1 - id2 | 2 | email2 | 12 | t | 2 -(2 rows) - --- multiple functions vs. dropped columns -SELECT * FROM ROWS FROM(generate_series(10,11), get_users()) WITH ORDINALITY; - generate_series | userid | seq | email | moredrop | enabled | ordinality ------------------+--------+-----+--------+----------+---------+------------ - 10 | id | 1 | email | 11 | t | 1 - 11 | id2 | 2 | email2 | 12 | t | 2 -(2 rows) - -SELECT * FROM ROWS FROM(get_users(), generate_series(10,11)) WITH ORDINALITY; - userid | seq | email | moredrop | enabled | generate_series | ordinality ---------+-----+--------+----------+---------+-----------------+------------ - id | 1 | email | 11 | t | 10 | 1 - id2 | 2 | email2 | 12 | t | 11 | 2 -(2 rows) - --- check that we can cope with post-parsing changes in rowtypes -create temp view usersview as -SELECT * FROM ROWS FROM(get_users(), generate_series(10,11)) WITH ORDINALITY; -select * from usersview; - userid | seq | email | moredrop | enabled | generate_series | ordinality ---------+-----+--------+----------+---------+-----------------+------------ - id | 1 | email | 11 | t | 10 | 1 - id2 | 2 | email2 | 12 | t | 11 | 2 -(2 rows) - -alter table users add column junk text; -select * from usersview; - userid | seq | email | moredrop | enabled | generate_series | ordinality ---------+-----+--------+----------+---------+-----------------+------------ - id | 1 | email | 11 | t | 10 | 1 - id2 | 2 | email2 | 12 | t | 11 | 2 -(2 rows) - -alter table users drop column moredrop; -- fail, view has reference -ERROR: cannot drop column moredrop of table users because other objects depend on it -DETAIL: view usersview depends on column moredrop of table users -HINT: Use DROP ... CASCADE to drop the dependent objects too. --- We used to have a bug that would allow the above to succeed, posing --- hazards for later execution of the view. Check that the internal --- defenses for those hazards haven't bit-rotted, in case some other --- bug with similar symptoms emerges. -begin; --- destroy the dependency entry that prevents the DROP: -delete from pg_depend where - objid = (select oid from pg_rewrite - where ev_class = 'usersview'::regclass and rulename = '_RETURN') - and refobjsubid = 5 -returning pg_describe_object(classid, objid, objsubid) as obj, - pg_describe_object(refclassid, refobjid, refobjsubid) as ref, - deptype; - obj | ref | deptype ---------------------------------+--------------------------------+--------- - rule _RETURN on view usersview | column moredrop of table users | n -(1 row) - -alter table users drop column moredrop; -select * from usersview; -- expect clean failure -ERROR: attribute 5 of type record has been dropped -rollback; -alter table users alter column seq type numeric; -- fail, view has reference -ERROR: cannot alter type of a column used by a view or rule -DETAIL: rule _RETURN on view usersview depends on column "seq" --- likewise, check we don't crash if the dependency goes wrong -begin; --- destroy the dependency entry that prevents the ALTER: -delete from pg_depend where - objid = (select oid from pg_rewrite - where ev_class = 'usersview'::regclass and rulename = '_RETURN') - and refobjsubid = 2 -returning pg_describe_object(classid, objid, objsubid) as obj, - pg_describe_object(refclassid, refobjid, refobjsubid) as ref, - deptype; - obj | ref | deptype ---------------------------------+---------------------------+--------- - rule _RETURN on view usersview | column seq of table users | n -(1 row) - -alter table users alter column seq type numeric; -select * from usersview; -- expect clean failure -ERROR: attribute 2 of type record has wrong type -DETAIL: Table has type numeric, but query expects integer. -rollback; -drop view usersview; -drop function get_first_user(); -drop function get_users(); -drop table users; --- check behavior with type coercion required for a set-op -create or replace function rngfuncbar() returns setof text as -$$ select 'foo'::varchar union all select 'bar'::varchar ; $$ -language sql stable; -select rngfuncbar(); - rngfuncbar ------------- - foo - bar -(2 rows) - -select * from rngfuncbar(); - rngfuncbar ------------- - foo - bar -(2 rows) - --- this function is now inlinable, too: -explain (verbose, costs off) select * from rngfuncbar(); - QUERY PLAN ------------------------------------------------- - Result - Output: ('foo'::character varying) - -> Append - -> Result - Output: 'foo'::character varying - -> Result - Output: 'bar'::character varying -(7 rows) - -drop function rngfuncbar(); --- check handling of a SQL function with multiple OUT params (bug #5777) -create or replace function rngfuncbar(out integer, out numeric) as -$$ select (1, 2.1) $$ language sql; -select * from rngfuncbar(); - column1 | column2 ----------+--------- - 1 | 2.1 -(1 row) - -create or replace function rngfuncbar(out integer, out numeric) as -$$ select (1, 2) $$ language sql; -select * from rngfuncbar(); -- fail -ERROR: function return row and query-specified return row do not match -DETAIL: Returned type integer at ordinal position 2, but query expects numeric. -create or replace function rngfuncbar(out integer, out numeric) as -$$ select (1, 2.1, 3) $$ language sql; -select * from rngfuncbar(); -- fail -ERROR: function return row and query-specified return row do not match -DETAIL: Returned row contains 3 attributes, but query expects 2. -drop function rngfuncbar(); --- check whole-row-Var handling in nested lateral functions (bug #11703) -create function extractq2(t int8_tbl) returns int8 as $$ - select t.q2 -$$ language sql immutable; -explain (verbose, costs off) -select x from int8_tbl, extractq2(int8_tbl) f(x); - QUERY PLAN ------------------------------------------- - Nested Loop - Output: f.x - -> Seq Scan on public.int8_tbl - Output: int8_tbl.q1, int8_tbl.q2 - -> Function Scan on f - Output: f.x - Function Call: int8_tbl.q2 -(7 rows) - -select x from int8_tbl, extractq2(int8_tbl) f(x); - x -------------------- - 456 - 4567890123456789 - 123 - 4567890123456789 - -4567890123456789 -(5 rows) - -create function extractq2_2(t int8_tbl) returns table(ret1 int8) as $$ - select extractq2(t) offset 0 -$$ language sql immutable; -explain (verbose, costs off) -select x from int8_tbl, extractq2_2(int8_tbl) f(x); - QUERY PLAN ------------------------------------ - Nested Loop - Output: ((int8_tbl.*).q2) - -> Seq Scan on public.int8_tbl - Output: int8_tbl.* - -> Result - Output: (int8_tbl.*).q2 -(6 rows) - -select x from int8_tbl, extractq2_2(int8_tbl) f(x); - x -------------------- - 456 - 4567890123456789 - 123 - 4567890123456789 - -4567890123456789 -(5 rows) - --- without the "offset 0", this function gets optimized quite differently -create function extractq2_2_opt(t int8_tbl) returns table(ret1 int8) as $$ - select extractq2(t) -$$ language sql immutable; -explain (verbose, costs off) -select x from int8_tbl, extractq2_2_opt(int8_tbl) f(x); - QUERY PLAN ------------------------------ - Seq Scan on public.int8_tbl - Output: int8_tbl.q2 -(2 rows) - -select x from int8_tbl, extractq2_2_opt(int8_tbl) f(x); - x -------------------- - 456 - 4567890123456789 - 123 - 4567890123456789 - -4567890123456789 -(5 rows) - --- check handling of nulls in SRF results (bug #7808) -create type rngfunc2 as (a integer, b text); -select *, row_to_json(u) from unnest(array[(1,'foo')::rngfunc2, null::rngfunc2]) u; - a | b | row_to_json ----+-----+--------------------- - 1 | foo | {"a":1,"b":"foo"} - | | {"a":null,"b":null} -(2 rows) - -select *, row_to_json(u) from unnest(array[null::rngfunc2, null::rngfunc2]) u; - a | b | row_to_json ----+---+--------------------- - | | {"a":null,"b":null} - | | {"a":null,"b":null} -(2 rows) - -select *, row_to_json(u) from unnest(array[null::rngfunc2, (1,'foo')::rngfunc2, null::rngfunc2]) u; - a | b | row_to_json ----+-----+--------------------- - | | {"a":null,"b":null} - 1 | foo | {"a":1,"b":"foo"} - | | {"a":null,"b":null} -(3 rows) - -select *, row_to_json(u) from unnest(array[]::rngfunc2[]) u; - a | b | row_to_json ----+---+------------- -(0 rows) - -drop type rngfunc2; --- check handling of functions pulled up into function RTEs (bug #17227) -explain (verbose, costs off) -select * from - (select jsonb_path_query_array(module->'lectures', '$[*]') as lecture - from unnest(array['{"lectures": [{"id": "1"}]}'::jsonb]) - as unnested_modules(module)) as ss, - jsonb_to_recordset(ss.lecture) as j (id text); - QUERY PLAN --------------------------------------------------------------------------------------------------------------------------------------------------------- - Nested Loop - Output: jsonb_path_query_array((unnested_modules.module -> 'lectures'::text), '$[*]'::jsonpath, '{}'::jsonb, false), j.id - -> Function Scan on pg_catalog.unnest unnested_modules - Output: unnested_modules.module - Function Call: unnest('{"{\"lectures\": [{\"id\": \"1\"}]}"}'::jsonb[]) - -> Function Scan on pg_catalog.jsonb_to_recordset j - Output: j.id - Function Call: jsonb_to_recordset(jsonb_path_query_array((unnested_modules.module -> 'lectures'::text), '$[*]'::jsonpath, '{}'::jsonb, false)) -(8 rows) - -select * from - (select jsonb_path_query_array(module->'lectures', '$[*]') as lecture - from unnest(array['{"lectures": [{"id": "1"}]}'::jsonb]) - as unnested_modules(module)) as ss, - jsonb_to_recordset(ss.lecture) as j (id text); - lecture | id ----------------+---- - [{"id": "1"}] | 1 -(1 row) - --- check detection of mismatching record types with a const-folded expression -with a(b) as (values (row(1,2,3))) -select * from a, coalesce(b) as c(d int, e int); -- fail -ERROR: function return row and query-specified return row do not match -DETAIL: Returned row contains 3 attributes, but query expects 2. -with a(b) as (values (row(1,2,3))) -select * from a, coalesce(b) as c(d int, e int, f int, g int); -- fail -ERROR: function return row and query-specified return row do not match -DETAIL: Returned row contains 3 attributes, but query expects 4. -with a(b) as (values (row(1,2,3))) -select * from a, coalesce(b) as c(d int, e int, f float); -- fail -ERROR: function return row and query-specified return row do not match -DETAIL: Returned type integer at ordinal position 3, but query expects double precision. -select * from int8_tbl, coalesce(row(1)) as (a int, b int); -- fail -ERROR: function return row and query-specified return row do not match -DETAIL: Returned row contains 1 attribute, but query expects 2. +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/prepare.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/prepare.out --- /tmp/cirrus-ci-build/src/test/regress/expected/prepare.out 2025-05-11 19:30:18.985681000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/prepare.out 2025-05-11 19:32:43.146913000 +0000 @@ -1,194 +1,2 @@ --- Regression tests for prepareable statements. We query the content --- of the pg_prepared_statements view as prepared statements are --- created and removed. -SELECT name, statement, parameter_types, result_types FROM pg_prepared_statements; - name | statement | parameter_types | result_types -------+-----------+-----------------+-------------- -(0 rows) - -PREPARE q1 AS SELECT 1 AS a; -EXECUTE q1; - a ---- - 1 -(1 row) - -SELECT name, statement, parameter_types, result_types FROM pg_prepared_statements; - name | statement | parameter_types | result_types -------+------------------------------+-----------------+-------------- - q1 | PREPARE q1 AS SELECT 1 AS a; | {} | {integer} -(1 row) - --- should fail -PREPARE q1 AS SELECT 2; -ERROR: prepared statement "q1" already exists --- should succeed -DEALLOCATE q1; -PREPARE q1 AS SELECT 2; -EXECUTE q1; - ?column? ----------- - 2 -(1 row) - -PREPARE q2 AS SELECT 2 AS b; -SELECT name, statement, parameter_types, result_types FROM pg_prepared_statements; - name | statement | parameter_types | result_types -------+------------------------------+-----------------+-------------- - q1 | PREPARE q1 AS SELECT 2; | {} | {integer} - q2 | PREPARE q2 AS SELECT 2 AS b; | {} | {integer} -(2 rows) - --- sql92 syntax -DEALLOCATE PREPARE q1; -SELECT name, statement, parameter_types, result_types FROM pg_prepared_statements; - name | statement | parameter_types | result_types -------+------------------------------+-----------------+-------------- - q2 | PREPARE q2 AS SELECT 2 AS b; | {} | {integer} -(1 row) - -DEALLOCATE PREPARE q2; --- the view should return the empty set again -SELECT name, statement, parameter_types, result_types FROM pg_prepared_statements; - name | statement | parameter_types | result_types -------+-----------+-----------------+-------------- -(0 rows) - --- parameterized queries -PREPARE q2(text) AS - SELECT datname, datistemplate, datallowconn - FROM pg_database WHERE datname = $1; -EXECUTE q2('postgres'); - datname | datistemplate | datallowconn -----------+---------------+-------------- - postgres | f | t -(1 row) - -PREPARE q3(text, int, float, boolean, smallint) AS - SELECT * FROM tenk1 WHERE string4 = $1 AND (four = $2 OR - ten = $3::bigint OR true = $4 OR odd = $5::int) - ORDER BY unique1; -EXECUTE q3('AAAAxx', 5::smallint, 10.5::float, false, 4::bigint); - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 2 | 2716 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 4 | 5 | CAAAAA | MAEAAA | AAAAxx - 102 | 612 | 0 | 2 | 2 | 2 | 2 | 102 | 102 | 102 | 102 | 4 | 5 | YDAAAA | OXAAAA | AAAAxx - 802 | 2908 | 0 | 2 | 2 | 2 | 2 | 802 | 802 | 802 | 802 | 4 | 5 | WEAAAA | WHEAAA | AAAAxx - 902 | 1104 | 0 | 2 | 2 | 2 | 2 | 902 | 902 | 902 | 902 | 4 | 5 | SIAAAA | MQBAAA | AAAAxx - 1002 | 2580 | 0 | 2 | 2 | 2 | 2 | 2 | 1002 | 1002 | 1002 | 4 | 5 | OMAAAA | GVDAAA | AAAAxx - 1602 | 8148 | 0 | 2 | 2 | 2 | 2 | 602 | 1602 | 1602 | 1602 | 4 | 5 | QJAAAA | KBMAAA | AAAAxx - 1702 | 7940 | 0 | 2 | 2 | 2 | 2 | 702 | 1702 | 1702 | 1702 | 4 | 5 | MNAAAA | KTLAAA | AAAAxx - 2102 | 6184 | 0 | 2 | 2 | 2 | 2 | 102 | 102 | 2102 | 2102 | 4 | 5 | WCAAAA | WDJAAA | AAAAxx - 2202 | 8028 | 0 | 2 | 2 | 2 | 2 | 202 | 202 | 2202 | 2202 | 4 | 5 | SGAAAA | UWLAAA | AAAAxx - 2302 | 7112 | 0 | 2 | 2 | 2 | 2 | 302 | 302 | 2302 | 2302 | 4 | 5 | OKAAAA | ONKAAA | AAAAxx - 2902 | 6816 | 0 | 2 | 2 | 2 | 2 | 902 | 902 | 2902 | 2902 | 4 | 5 | QHAAAA | ECKAAA | AAAAxx - 3202 | 7128 | 0 | 2 | 2 | 2 | 2 | 202 | 1202 | 3202 | 3202 | 4 | 5 | ETAAAA | EOKAAA | AAAAxx - 3902 | 9224 | 0 | 2 | 2 | 2 | 2 | 902 | 1902 | 3902 | 3902 | 4 | 5 | CUAAAA | UQNAAA | AAAAxx - 4102 | 7676 | 0 | 2 | 2 | 2 | 2 | 102 | 102 | 4102 | 4102 | 4 | 5 | UBAAAA | GJLAAA | AAAAxx - 4202 | 6628 | 0 | 2 | 2 | 2 | 2 | 202 | 202 | 4202 | 4202 | 4 | 5 | QFAAAA | YUJAAA | AAAAxx - 4502 | 412 | 0 | 2 | 2 | 2 | 2 | 502 | 502 | 4502 | 4502 | 4 | 5 | ERAAAA | WPAAAA | AAAAxx - 4702 | 2520 | 0 | 2 | 2 | 2 | 2 | 702 | 702 | 4702 | 4702 | 4 | 5 | WYAAAA | YSDAAA | AAAAxx - 4902 | 1600 | 0 | 2 | 2 | 2 | 2 | 902 | 902 | 4902 | 4902 | 4 | 5 | OGAAAA | OJCAAA | AAAAxx - 5602 | 8796 | 0 | 2 | 2 | 2 | 2 | 602 | 1602 | 602 | 5602 | 4 | 5 | MHAAAA | IANAAA | AAAAxx - 6002 | 8932 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 1002 | 6002 | 4 | 5 | WWAAAA | OFNAAA | AAAAxx - 6402 | 3808 | 0 | 2 | 2 | 2 | 2 | 402 | 402 | 1402 | 6402 | 4 | 5 | GMAAAA | MQFAAA | AAAAxx - 7602 | 1040 | 0 | 2 | 2 | 2 | 2 | 602 | 1602 | 2602 | 7602 | 4 | 5 | KGAAAA | AOBAAA | AAAAxx - 7802 | 7508 | 0 | 2 | 2 | 2 | 2 | 802 | 1802 | 2802 | 7802 | 4 | 5 | COAAAA | UCLAAA | AAAAxx - 8002 | 9980 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 3002 | 8002 | 4 | 5 | UVAAAA | WTOAAA | AAAAxx - 8302 | 7800 | 0 | 2 | 2 | 2 | 2 | 302 | 302 | 3302 | 8302 | 4 | 5 | IHAAAA | AOLAAA | AAAAxx - 8402 | 5708 | 0 | 2 | 2 | 2 | 2 | 402 | 402 | 3402 | 8402 | 4 | 5 | ELAAAA | OLIAAA | AAAAxx - 8602 | 5440 | 0 | 2 | 2 | 2 | 2 | 602 | 602 | 3602 | 8602 | 4 | 5 | WSAAAA | GBIAAA | AAAAxx - 9502 | 1812 | 0 | 2 | 2 | 2 | 2 | 502 | 1502 | 4502 | 9502 | 4 | 5 | MBAAAA | SRCAAA | AAAAxx - 9602 | 9972 | 0 | 2 | 2 | 2 | 2 | 602 | 1602 | 4602 | 9602 | 4 | 5 | IFAAAA | OTOAAA | AAAAxx -(29 rows) - --- too few params -EXECUTE q3('bool'); -ERROR: wrong number of parameters for prepared statement "q3" -DETAIL: Expected 5 parameters but got 1. --- too many params -EXECUTE q3('bytea', 5::smallint, 10.5::float, false, 4::bigint, true); -ERROR: wrong number of parameters for prepared statement "q3" -DETAIL: Expected 5 parameters but got 6. --- wrong param types -EXECUTE q3(5::smallint, 10.5::float, false, 4::bigint, 'bytea'); -ERROR: parameter $3 of type boolean cannot be coerced to the expected type double precision -LINE 1: EXECUTE q3(5::smallint, 10.5::float, false, 4::bigint, 'byte... - ^ -HINT: You will need to rewrite or cast the expression. --- invalid type -PREPARE q4(nonexistenttype) AS SELECT $1; -ERROR: type "nonexistenttype" does not exist -LINE 1: PREPARE q4(nonexistenttype) AS SELECT $1; - ^ --- create table as execute -PREPARE q5(int, text) AS - SELECT * FROM tenk1 WHERE unique1 = $1 OR stringu1 = $2 - ORDER BY unique1; -CREATE TEMPORARY TABLE q5_prep_results AS EXECUTE q5(200, 'DTAAAA'); -SELECT * FROM q5_prep_results; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- - 200 | 9441 | 0 | 0 | 0 | 0 | 0 | 200 | 200 | 200 | 200 | 0 | 1 | SHAAAA | DZNAAA | HHHHxx - 497 | 9092 | 1 | 1 | 7 | 17 | 97 | 497 | 497 | 497 | 497 | 194 | 195 | DTAAAA | SLNAAA | AAAAxx - 1173 | 6699 | 1 | 1 | 3 | 13 | 73 | 173 | 1173 | 1173 | 1173 | 146 | 147 | DTAAAA | RXJAAA | VVVVxx - 1849 | 8143 | 1 | 1 | 9 | 9 | 49 | 849 | 1849 | 1849 | 1849 | 98 | 99 | DTAAAA | FBMAAA | VVVVxx - 2525 | 64 | 1 | 1 | 5 | 5 | 25 | 525 | 525 | 2525 | 2525 | 50 | 51 | DTAAAA | MCAAAA | AAAAxx - 3201 | 7309 | 1 | 1 | 1 | 1 | 1 | 201 | 1201 | 3201 | 3201 | 2 | 3 | DTAAAA | DVKAAA | HHHHxx - 3877 | 4060 | 1 | 1 | 7 | 17 | 77 | 877 | 1877 | 3877 | 3877 | 154 | 155 | DTAAAA | EAGAAA | AAAAxx - 4553 | 4113 | 1 | 1 | 3 | 13 | 53 | 553 | 553 | 4553 | 4553 | 106 | 107 | DTAAAA | FCGAAA | HHHHxx - 5229 | 6407 | 1 | 1 | 9 | 9 | 29 | 229 | 1229 | 229 | 5229 | 58 | 59 | DTAAAA | LMJAAA | VVVVxx - 5905 | 9537 | 1 | 1 | 5 | 5 | 5 | 905 | 1905 | 905 | 5905 | 10 | 11 | DTAAAA | VCOAAA | HHHHxx - 6581 | 4686 | 1 | 1 | 1 | 1 | 81 | 581 | 581 | 1581 | 6581 | 162 | 163 | DTAAAA | GYGAAA | OOOOxx - 7257 | 1895 | 1 | 1 | 7 | 17 | 57 | 257 | 1257 | 2257 | 7257 | 114 | 115 | DTAAAA | XUCAAA | VVVVxx - 7933 | 4514 | 1 | 1 | 3 | 13 | 33 | 933 | 1933 | 2933 | 7933 | 66 | 67 | DTAAAA | QRGAAA | OOOOxx - 8609 | 5918 | 1 | 1 | 9 | 9 | 9 | 609 | 609 | 3609 | 8609 | 18 | 19 | DTAAAA | QTIAAA | OOOOxx - 9285 | 8469 | 1 | 1 | 5 | 5 | 85 | 285 | 1285 | 4285 | 9285 | 170 | 171 | DTAAAA | TNMAAA | HHHHxx - 9961 | 2058 | 1 | 1 | 1 | 1 | 61 | 961 | 1961 | 4961 | 9961 | 122 | 123 | DTAAAA | EBDAAA | OOOOxx -(16 rows) - -CREATE TEMPORARY TABLE q5_prep_nodata AS EXECUTE q5(200, 'DTAAAA') - WITH NO DATA; -SELECT * FROM q5_prep_nodata; - unique1 | unique2 | two | four | ten | twenty | hundred | thousand | twothousand | fivethous | tenthous | odd | even | stringu1 | stringu2 | string4 ----------+---------+-----+------+-----+--------+---------+----------+-------------+-----------+----------+-----+------+----------+----------+--------- -(0 rows) - --- unknown or unspecified parameter types: should succeed -PREPARE q6 AS - SELECT * FROM tenk1 WHERE unique1 = $1 AND stringu1 = $2; -PREPARE q7(unknown) AS - SELECT * FROM road WHERE thepath = $1; --- DML statements -PREPARE q8 AS - UPDATE tenk1 SET stringu1 = $2 WHERE unique1 = $1; -SELECT name, statement, parameter_types, result_types FROM pg_prepared_statements - ORDER BY name; - name | statement | parameter_types | result_types -------+------------------------------------------------------------------+----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------- - q2 | PREPARE q2(text) AS +| {text} | {name,boolean,boolean} - | SELECT datname, datistemplate, datallowconn +| | - | FROM pg_database WHERE datname = $1; | | - q3 | PREPARE q3(text, int, float, boolean, smallint) AS +| {text,integer,"double precision",boolean,smallint} | {integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,name,name,name} - | SELECT * FROM tenk1 WHERE string4 = $1 AND (four = $2 OR+| | - | ten = $3::bigint OR true = $4 OR odd = $5::int) +| | - | ORDER BY unique1; | | - q5 | PREPARE q5(int, text) AS +| {integer,text} | {integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,name,name,name} - | SELECT * FROM tenk1 WHERE unique1 = $1 OR stringu1 = $2 +| | - | ORDER BY unique1; | | - q6 | PREPARE q6 AS +| {integer,name} | {integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,integer,name,name,name} - | SELECT * FROM tenk1 WHERE unique1 = $1 AND stringu1 = $2; | | - q7 | PREPARE q7(unknown) AS +| {path} | {text,path} - | SELECT * FROM road WHERE thepath = $1; | | - q8 | PREPARE q8 AS +| {integer,name} | - | UPDATE tenk1 SET stringu1 = $2 WHERE unique1 = $1; | | -(6 rows) - --- test DEALLOCATE ALL; -DEALLOCATE ALL; -SELECT name, statement, parameter_types FROM pg_prepared_statements - ORDER BY name; - name | statement | parameter_types -------+-----------+----------------- -(0 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/conversion.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/conversion.out --- /tmp/cirrus-ci-build/src/test/regress/expected/conversion.out 2025-05-11 19:30:18.935555000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/conversion.out 2025-05-11 19:32:43.150810000 +0000 @@ -1,746 +1,2 @@ --- --- create user defined conversion --- --- directory paths and dlsuffix are passed to us in environment variables -\getenv libdir PG_LIBDIR -\getenv dlsuffix PG_DLSUFFIX -\set regresslib :libdir '/regress' :dlsuffix -CREATE FUNCTION test_enc_setup() RETURNS void - AS :'regresslib', 'test_enc_setup' - LANGUAGE C STRICT; -SELECT FROM test_enc_setup(); --- -(1 row) - -CREATE FUNCTION test_enc_conversion(bytea, name, name, bool, validlen OUT int, result OUT bytea) - AS :'regresslib', 'test_enc_conversion' - LANGUAGE C STRICT; -CREATE USER regress_conversion_user WITH NOCREATEDB NOCREATEROLE; -SET SESSION AUTHORIZATION regress_conversion_user; -CREATE CONVERSION myconv FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8; --- --- cannot make same name conversion in same schema --- -CREATE CONVERSION myconv FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8; -ERROR: conversion "myconv" already exists --- --- create default conversion with qualified name --- -CREATE DEFAULT CONVERSION public.mydef FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8; --- --- cannot make default conversion with same schema/for_encoding/to_encoding --- -CREATE DEFAULT CONVERSION public.mydef2 FOR 'LATIN1' TO 'UTF8' FROM iso8859_1_to_utf8; -ERROR: default conversion for LATIN1 to UTF8 already exists --- test comments -COMMENT ON CONVERSION myconv_bad IS 'foo'; -ERROR: conversion "myconv_bad" does not exist -COMMENT ON CONVERSION myconv IS 'bar'; -COMMENT ON CONVERSION myconv IS NULL; --- --- drop user defined conversion --- -DROP CONVERSION myconv; -DROP CONVERSION mydef; --- --- Note: the built-in conversions are exercised in opr_sanity.sql, --- so there's no need to do that here. --- --- --- return to the superuser --- -RESET SESSION AUTHORIZATION; -DROP USER regress_conversion_user; --- --- Test built-in conversion functions. --- --- Helper function to test a conversion. Uses the test_enc_conversion function --- that was created in the create_function_0 test. -create or replace function test_conv( - input IN bytea, - src_encoding IN text, - dst_encoding IN text, - result OUT bytea, - errorat OUT bytea, - error OUT text) -language plpgsql as -$$ -declare - validlen int; -begin - -- First try to perform the conversion with noError = false. If that errors out, - -- capture the error message, and try again with noError = true. The second call - -- should succeed and return the position of the error, return that too. - begin - select * into validlen, result from test_enc_conversion(input, src_encoding, dst_encoding, false); - errorat = NULL; - error := NULL; - exception when others then - error := sqlerrm; - select * into validlen, result from test_enc_conversion(input, src_encoding, dst_encoding, true); - errorat = substr(input, validlen + 1); - end; - return; -end; -$$; --- --- UTF-8 --- --- The description column must be unique. -CREATE TABLE utf8_verification_inputs (inbytes bytea, description text PRIMARY KEY); -insert into utf8_verification_inputs values - ('\x66006f', 'NUL byte'), - ('\xaf', 'bare continuation'), - ('\xc5', 'missing second byte in 2-byte char'), - ('\xc080', 'smallest 2-byte overlong'), - ('\xc1bf', 'largest 2-byte overlong'), - ('\xc280', 'next 2-byte after overlongs'), - ('\xdfbf', 'largest 2-byte'), - ('\xe9af', 'missing third byte in 3-byte char'), - ('\xe08080', 'smallest 3-byte overlong'), - ('\xe09fbf', 'largest 3-byte overlong'), - ('\xe0a080', 'next 3-byte after overlong'), - ('\xed9fbf', 'last before surrogates'), - ('\xeda080', 'smallest surrogate'), - ('\xedbfbf', 'largest surrogate'), - ('\xee8080', 'next after surrogates'), - ('\xefbfbf', 'largest 3-byte'), - ('\xf1afbf', 'missing fourth byte in 4-byte char'), - ('\xf0808080', 'smallest 4-byte overlong'), - ('\xf08fbfbf', 'largest 4-byte overlong'), - ('\xf0908080', 'next 4-byte after overlong'), - ('\xf48fbfbf', 'largest 4-byte'), - ('\xf4908080', 'smallest too large'), - ('\xfa9a9a8a8a', '5-byte'); --- Test UTF-8 verification slow path -select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_verification_inputs; - description | result | errorat | error -------------------------------------+------------+--------------+---------------------------------------------------------------- - NUL byte | \x66 | \x006f | invalid byte sequence for encoding "UTF8": 0x00 - bare continuation | \x | \xaf | invalid byte sequence for encoding "UTF8": 0xaf - missing second byte in 2-byte char | \x | \xc5 | invalid byte sequence for encoding "UTF8": 0xc5 - smallest 2-byte overlong | \x | \xc080 | invalid byte sequence for encoding "UTF8": 0xc0 0x80 - largest 2-byte overlong | \x | \xc1bf | invalid byte sequence for encoding "UTF8": 0xc1 0xbf - next 2-byte after overlongs | \xc280 | | - largest 2-byte | \xdfbf | | - missing third byte in 3-byte char | \x | \xe9af | invalid byte sequence for encoding "UTF8": 0xe9 0xaf - smallest 3-byte overlong | \x | \xe08080 | invalid byte sequence for encoding "UTF8": 0xe0 0x80 0x80 - largest 3-byte overlong | \x | \xe09fbf | invalid byte sequence for encoding "UTF8": 0xe0 0x9f 0xbf - next 3-byte after overlong | \xe0a080 | | - last before surrogates | \xed9fbf | | - smallest surrogate | \x | \xeda080 | invalid byte sequence for encoding "UTF8": 0xed 0xa0 0x80 - largest surrogate | \x | \xedbfbf | invalid byte sequence for encoding "UTF8": 0xed 0xbf 0xbf - next after surrogates | \xee8080 | | - largest 3-byte | \xefbfbf | | - missing fourth byte in 4-byte char | \x | \xf1afbf | invalid byte sequence for encoding "UTF8": 0xf1 0xaf 0xbf - smallest 4-byte overlong | \x | \xf0808080 | invalid byte sequence for encoding "UTF8": 0xf0 0x80 0x80 0x80 - largest 4-byte overlong | \x | \xf08fbfbf | invalid byte sequence for encoding "UTF8": 0xf0 0x8f 0xbf 0xbf - next 4-byte after overlong | \xf0908080 | | - largest 4-byte | \xf48fbfbf | | - smallest too large | \x | \xf4908080 | invalid byte sequence for encoding "UTF8": 0xf4 0x90 0x80 0x80 - 5-byte | \x | \xfa9a9a8a8a | invalid byte sequence for encoding "UTF8": 0xfa -(23 rows) - --- Test UTF-8 verification with ASCII padding appended to provide --- coverage for algorithms that work on multiple bytes at a time. --- The error message for a sequence starting with a 4-byte lead --- will contain all 4 bytes if they are present, so various --- expressions below add 3 ASCII bytes to the end to ensure --- consistent error messages. --- The number 64 below needs to be at least the value of STRIDE_LENGTH in wchar.c. --- Test multibyte verification in fast path -with test_bytes as ( - select - inbytes, - description, - (test_conv(inbytes || repeat('.', 3)::bytea, 'utf8', 'utf8')).error - from utf8_verification_inputs -), test_padded as ( - select - description, - (test_conv(inbytes || repeat('.', 64)::bytea, 'utf8', 'utf8')).error - from test_bytes -) -select - description, - b.error as orig_error, - p.error as error_after_padding -from test_padded p -join test_bytes b -using (description) -where p.error is distinct from b.error -order by description; - description | orig_error | error_after_padding --------------+------------+--------------------- -(0 rows) - --- Test ASCII verification in fast path where incomplete --- UTF-8 sequences fall at the end of the preceding chunk. -with test_bytes as ( - select - inbytes, - description, - (test_conv(inbytes || repeat('.', 3)::bytea, 'utf8', 'utf8')).error - from utf8_verification_inputs -), test_padded as ( - select - description, - (test_conv(repeat('.', 64 - length(inbytes))::bytea || inbytes || repeat('.', 64)::bytea, 'utf8', 'utf8')).error - from test_bytes -) -select - description, - b.error as orig_error, - p.error as error_after_padding -from test_padded p -join test_bytes b -using (description) -where p.error is distinct from b.error -order by description; - description | orig_error | error_after_padding --------------+------------+--------------------- -(0 rows) - --- Test cases where UTF-8 sequences within short text --- come after the fast path returns. -with test_bytes as ( - select - inbytes, - description, - (test_conv(inbytes || repeat('.', 3)::bytea, 'utf8', 'utf8')).error - from utf8_verification_inputs -), test_padded as ( - select - description, - (test_conv(repeat('.', 64)::bytea || inbytes || repeat('.', 3)::bytea, 'utf8', 'utf8')).error - from test_bytes -) -select - description, - b.error as orig_error, - p.error as error_after_padding -from test_padded p -join test_bytes b -using (description) -where p.error is distinct from b.error -order by description; - description | orig_error | error_after_padding --------------+------------+--------------------- -(0 rows) - --- Test cases where incomplete UTF-8 sequences fall at the --- end of the part checked by the fast path. -with test_bytes as ( - select - inbytes, - description, - (test_conv(inbytes || repeat('.', 3)::bytea, 'utf8', 'utf8')).error - from utf8_verification_inputs -), test_padded as ( - select - description, - (test_conv(repeat('.', 64 - length(inbytes))::bytea || inbytes || repeat('.', 3)::bytea, 'utf8', 'utf8')).error - from test_bytes -) -select - description, - b.error as orig_error, - p.error as error_after_padding -from test_padded p -join test_bytes b -using (description) -where p.error is distinct from b.error -order by description; - description | orig_error | error_after_padding --------------+------------+--------------------- -(0 rows) - -CREATE TABLE utf8_inputs (inbytes bytea, description text); -insert into utf8_inputs values - ('\x666f6f', 'valid, pure ASCII'), - ('\xc3a4c3b6', 'valid, extra latin chars'), - ('\xd184d0bed0be', 'valid, cyrillic'), - ('\x666f6fe8b1a1', 'valid, kanji/Chinese'), - ('\xe382abe3829a', 'valid, two chars that combine to one in EUC_JIS_2004'), - ('\xe382ab', 'only first half of combined char in EUC_JIS_2004'), - ('\xe382abe382', 'incomplete combination when converted EUC_JIS_2004'), - ('\xecbd94eb81bceba6ac', 'valid, Hangul, Korean'), - ('\x666f6fefa8aa', 'valid, needs mapping function to convert to GB18030'), - ('\x66e8b1ff6f6f', 'invalid byte sequence'), - ('\x66006f', 'invalid, NUL byte'), - ('\x666f6fe8b100', 'invalid, NUL byte'), - ('\x666f6fe8b1', 'incomplete character at end'); --- Test UTF-8 verification -select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs; - description | result | errorat | error -------------------------------------------------------+----------------------+--------------+----------------------------------------------------------- - valid, pure ASCII | \x666f6f | | - valid, extra latin chars | \xc3a4c3b6 | | - valid, cyrillic | \xd184d0bed0be | | - valid, kanji/Chinese | \x666f6fe8b1a1 | | - valid, two chars that combine to one in EUC_JIS_2004 | \xe382abe3829a | | - only first half of combined char in EUC_JIS_2004 | \xe382ab | | - incomplete combination when converted EUC_JIS_2004 | \xe382ab | \xe382 | invalid byte sequence for encoding "UTF8": 0xe3 0x82 - valid, Hangul, Korean | \xecbd94eb81bceba6ac | | - valid, needs mapping function to convert to GB18030 | \x666f6fefa8aa | | - invalid byte sequence | \x66 | \xe8b1ff6f6f | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0xff - invalid, NUL byte | \x66 | \x006f | invalid byte sequence for encoding "UTF8": 0x00 - invalid, NUL byte | \x666f6f | \xe8b100 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0x00 - incomplete character at end | \x666f6f | \xe8b1 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 -(13 rows) - --- Test conversions from UTF-8 -select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs; - description | inbytes | result | errorat | error -------------------------------------------------------+----------------------+----------------+----------------------+------------------------------------------------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid, extra latin chars | \xc3a4c3b6 | \xa9daa9ec | | - valid, cyrillic | \xd184d0bed0be | \xa7e6a7e0a7e0 | | - valid, kanji/Chinese | \x666f6fe8b1a1 | \x666f6fbedd | | - valid, two chars that combine to one in EUC_JIS_2004 | \xe382abe3829a | \xa5f7 | | - only first half of combined char in EUC_JIS_2004 | \xe382ab | \xa5ab | | - incomplete combination when converted EUC_JIS_2004 | \xe382abe382 | \x | \xe382abe382 | invalid byte sequence for encoding "UTF8": 0xe3 0x82 - valid, Hangul, Korean | \xecbd94eb81bceba6ac | \x | \xecbd94eb81bceba6ac | character with byte sequence 0xec 0xbd 0x94 in encoding "UTF8" has no equivalent in encoding "EUC_JIS_2004" - valid, needs mapping function to convert to GB18030 | \x666f6fefa8aa | \x666f6f | \xefa8aa | character with byte sequence 0xef 0xa8 0xaa in encoding "UTF8" has no equivalent in encoding "EUC_JIS_2004" - invalid byte sequence | \x66e8b1ff6f6f | \x66 | \xe8b1ff6f6f | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0xff - invalid, NUL byte | \x66006f | \x66 | \x006f | invalid byte sequence for encoding "UTF8": 0x00 - invalid, NUL byte | \x666f6fe8b100 | \x666f6f | \xe8b100 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0x00 - incomplete character at end | \x666f6fe8b1 | \x666f6f | \xe8b1 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 -(13 rows) - -select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs; - description | inbytes | result | errorat | error -------------------------------------------------------+----------------------+----------+----------------------+------------------------------------------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid, extra latin chars | \xc3a4c3b6 | \xe4f6 | | - valid, cyrillic | \xd184d0bed0be | \x | \xd184d0bed0be | character with byte sequence 0xd1 0x84 in encoding "UTF8" has no equivalent in encoding "LATIN1" - valid, kanji/Chinese | \x666f6fe8b1a1 | \x666f6f | \xe8b1a1 | character with byte sequence 0xe8 0xb1 0xa1 in encoding "UTF8" has no equivalent in encoding "LATIN1" - valid, two chars that combine to one in EUC_JIS_2004 | \xe382abe3829a | \x | \xe382abe3829a | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "LATIN1" - only first half of combined char in EUC_JIS_2004 | \xe382ab | \x | \xe382ab | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "LATIN1" - incomplete combination when converted EUC_JIS_2004 | \xe382abe382 | \x | \xe382abe382 | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "LATIN1" - valid, Hangul, Korean | \xecbd94eb81bceba6ac | \x | \xecbd94eb81bceba6ac | character with byte sequence 0xec 0xbd 0x94 in encoding "UTF8" has no equivalent in encoding "LATIN1" - valid, needs mapping function to convert to GB18030 | \x666f6fefa8aa | \x666f6f | \xefa8aa | character with byte sequence 0xef 0xa8 0xaa in encoding "UTF8" has no equivalent in encoding "LATIN1" - invalid byte sequence | \x66e8b1ff6f6f | \x66 | \xe8b1ff6f6f | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0xff - invalid, NUL byte | \x66006f | \x66 | \x006f | invalid byte sequence for encoding "UTF8": 0x00 - invalid, NUL byte | \x666f6fe8b100 | \x666f6f | \xe8b100 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0x00 - incomplete character at end | \x666f6fe8b1 | \x666f6f | \xe8b1 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 -(13 rows) - -select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs; - description | inbytes | result | errorat | error -------------------------------------------------------+----------------------+----------+----------------------+------------------------------------------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid, extra latin chars | \xc3a4c3b6 | \xe4f6 | | - valid, cyrillic | \xd184d0bed0be | \x | \xd184d0bed0be | character with byte sequence 0xd1 0x84 in encoding "UTF8" has no equivalent in encoding "LATIN2" - valid, kanji/Chinese | \x666f6fe8b1a1 | \x666f6f | \xe8b1a1 | character with byte sequence 0xe8 0xb1 0xa1 in encoding "UTF8" has no equivalent in encoding "LATIN2" - valid, two chars that combine to one in EUC_JIS_2004 | \xe382abe3829a | \x | \xe382abe3829a | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "LATIN2" - only first half of combined char in EUC_JIS_2004 | \xe382ab | \x | \xe382ab | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "LATIN2" - incomplete combination when converted EUC_JIS_2004 | \xe382abe382 | \x | \xe382abe382 | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "LATIN2" - valid, Hangul, Korean | \xecbd94eb81bceba6ac | \x | \xecbd94eb81bceba6ac | character with byte sequence 0xec 0xbd 0x94 in encoding "UTF8" has no equivalent in encoding "LATIN2" - valid, needs mapping function to convert to GB18030 | \x666f6fefa8aa | \x666f6f | \xefa8aa | character with byte sequence 0xef 0xa8 0xaa in encoding "UTF8" has no equivalent in encoding "LATIN2" - invalid byte sequence | \x66e8b1ff6f6f | \x66 | \xe8b1ff6f6f | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0xff - invalid, NUL byte | \x66006f | \x66 | \x006f | invalid byte sequence for encoding "UTF8": 0x00 - invalid, NUL byte | \x666f6fe8b100 | \x666f6f | \xe8b100 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0x00 - incomplete character at end | \x666f6fe8b1 | \x666f6f | \xe8b1 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 -(13 rows) - -select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs; - description | inbytes | result | errorat | error -------------------------------------------------------+----------------------+----------+----------------------+------------------------------------------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid, extra latin chars | \xc3a4c3b6 | \xe4f6 | | - valid, cyrillic | \xd184d0bed0be | \x | \xd184d0bed0be | character with byte sequence 0xd1 0x84 in encoding "UTF8" has no equivalent in encoding "LATIN5" - valid, kanji/Chinese | \x666f6fe8b1a1 | \x666f6f | \xe8b1a1 | character with byte sequence 0xe8 0xb1 0xa1 in encoding "UTF8" has no equivalent in encoding "LATIN5" - valid, two chars that combine to one in EUC_JIS_2004 | \xe382abe3829a | \x | \xe382abe3829a | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "LATIN5" - only first half of combined char in EUC_JIS_2004 | \xe382ab | \x | \xe382ab | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "LATIN5" - incomplete combination when converted EUC_JIS_2004 | \xe382abe382 | \x | \xe382abe382 | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "LATIN5" - valid, Hangul, Korean | \xecbd94eb81bceba6ac | \x | \xecbd94eb81bceba6ac | character with byte sequence 0xec 0xbd 0x94 in encoding "UTF8" has no equivalent in encoding "LATIN5" - valid, needs mapping function to convert to GB18030 | \x666f6fefa8aa | \x666f6f | \xefa8aa | character with byte sequence 0xef 0xa8 0xaa in encoding "UTF8" has no equivalent in encoding "LATIN5" - invalid byte sequence | \x66e8b1ff6f6f | \x66 | \xe8b1ff6f6f | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0xff - invalid, NUL byte | \x66006f | \x66 | \x006f | invalid byte sequence for encoding "UTF8": 0x00 - invalid, NUL byte | \x666f6fe8b100 | \x666f6f | \xe8b100 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0x00 - incomplete character at end | \x666f6fe8b1 | \x666f6f | \xe8b1 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 -(13 rows) - -select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs; - description | inbytes | result | errorat | error -------------------------------------------------------+----------------------+----------+----------------------+------------------------------------------------------------------------------------------------------ - valid, pure ASCII | \x666f6f | \x666f6f | | - valid, extra latin chars | \xc3a4c3b6 | \x | \xc3a4c3b6 | character with byte sequence 0xc3 0xa4 in encoding "UTF8" has no equivalent in encoding "KOI8R" - valid, cyrillic | \xd184d0bed0be | \xc6cfcf | | - valid, kanji/Chinese | \x666f6fe8b1a1 | \x666f6f | \xe8b1a1 | character with byte sequence 0xe8 0xb1 0xa1 in encoding "UTF8" has no equivalent in encoding "KOI8R" - valid, two chars that combine to one in EUC_JIS_2004 | \xe382abe3829a | \x | \xe382abe3829a | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "KOI8R" - only first half of combined char in EUC_JIS_2004 | \xe382ab | \x | \xe382ab | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "KOI8R" - incomplete combination when converted EUC_JIS_2004 | \xe382abe382 | \x | \xe382abe382 | character with byte sequence 0xe3 0x82 0xab in encoding "UTF8" has no equivalent in encoding "KOI8R" - valid, Hangul, Korean | \xecbd94eb81bceba6ac | \x | \xecbd94eb81bceba6ac | character with byte sequence 0xec 0xbd 0x94 in encoding "UTF8" has no equivalent in encoding "KOI8R" - valid, needs mapping function to convert to GB18030 | \x666f6fefa8aa | \x666f6f | \xefa8aa | character with byte sequence 0xef 0xa8 0xaa in encoding "UTF8" has no equivalent in encoding "KOI8R" - invalid byte sequence | \x66e8b1ff6f6f | \x66 | \xe8b1ff6f6f | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0xff - invalid, NUL byte | \x66006f | \x66 | \x006f | invalid byte sequence for encoding "UTF8": 0x00 - invalid, NUL byte | \x666f6fe8b100 | \x666f6f | \xe8b100 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0x00 - incomplete character at end | \x666f6fe8b1 | \x666f6f | \xe8b1 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 -(13 rows) - -select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs; - description | inbytes | result | errorat | error -------------------------------------------------------+----------------------+----------------------------+--------------+----------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid, extra latin chars | \xc3a4c3b6 | \x81308a3181308b32 | | - valid, cyrillic | \xd184d0bed0be | \xa7e6a7e0a7e0 | | - valid, kanji/Chinese | \x666f6fe8b1a1 | \x666f6fcff3 | | - valid, two chars that combine to one in EUC_JIS_2004 | \xe382abe3829a | \xa5ab8139a732 | | - only first half of combined char in EUC_JIS_2004 | \xe382ab | \xa5ab | | - incomplete combination when converted EUC_JIS_2004 | \xe382abe382 | \xa5ab | \xe382 | invalid byte sequence for encoding "UTF8": 0xe3 0x82 - valid, Hangul, Korean | \xecbd94eb81bceba6ac | \x8334e5398238c4338330b335 | | - valid, needs mapping function to convert to GB18030 | \x666f6fefa8aa | \x666f6f84309c38 | | - invalid byte sequence | \x66e8b1ff6f6f | \x66 | \xe8b1ff6f6f | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0xff - invalid, NUL byte | \x66006f | \x66 | \x006f | invalid byte sequence for encoding "UTF8": 0x00 - invalid, NUL byte | \x666f6fe8b100 | \x666f6f | \xe8b100 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 0x00 - incomplete character at end | \x666f6fe8b1 | \x666f6f | \xe8b1 | invalid byte sequence for encoding "UTF8": 0xe8 0xb1 -(13 rows) - --- --- EUC_JIS_2004 --- -CREATE TABLE euc_jis_2004_inputs (inbytes bytea, description text); -insert into euc_jis_2004_inputs values - ('\x666f6f', 'valid, pure ASCII'), - ('\x666f6fbedd', 'valid'), - ('\xa5f7', 'valid, translates to two UTF-8 chars '), - ('\xbeddbe', 'incomplete char '), - ('\x666f6f00bedd', 'invalid, NUL byte'), - ('\x666f6fbe00dd', 'invalid, NUL byte'), - ('\x666f6fbedd00', 'invalid, NUL byte'), - ('\xbe04', 'invalid byte sequence'); --- Test EUC_JIS_2004 verification -select description, inbytes, (test_conv(inbytes, 'euc_jis_2004', 'euc_jis_2004')).* from euc_jis_2004_inputs; - description | inbytes | result | errorat | error ----------------------------------------+----------------+--------------+----------+-------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \x666f6fbedd | \x666f6fbedd | | - valid, translates to two UTF-8 chars | \xa5f7 | \xa5f7 | | - incomplete char | \xbeddbe | \xbedd | \xbe | invalid byte sequence for encoding "EUC_JIS_2004": 0xbe - invalid, NUL byte | \x666f6f00bedd | \x666f6f | \x00bedd | invalid byte sequence for encoding "EUC_JIS_2004": 0x00 - invalid, NUL byte | \x666f6fbe00dd | \x666f6f | \xbe00dd | invalid byte sequence for encoding "EUC_JIS_2004": 0xbe 0x00 - invalid, NUL byte | \x666f6fbedd00 | \x666f6fbedd | \x00 | invalid byte sequence for encoding "EUC_JIS_2004": 0x00 - invalid byte sequence | \xbe04 | \x | \xbe04 | invalid byte sequence for encoding "EUC_JIS_2004": 0xbe 0x04 -(8 rows) - --- Test conversions from EUC_JIS_2004 -select description, inbytes, (test_conv(inbytes, 'euc_jis_2004', 'utf8')).* from euc_jis_2004_inputs; - description | inbytes | result | errorat | error ----------------------------------------+----------------+----------------+----------+-------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \x666f6fbedd | \x666f6fe8b1a1 | | - valid, translates to two UTF-8 chars | \xa5f7 | \xe382abe3829a | | - incomplete char | \xbeddbe | \xe8b1a1 | \xbe | invalid byte sequence for encoding "EUC_JIS_2004": 0xbe - invalid, NUL byte | \x666f6f00bedd | \x666f6f | \x00bedd | invalid byte sequence for encoding "EUC_JIS_2004": 0x00 - invalid, NUL byte | \x666f6fbe00dd | \x666f6f | \xbe00dd | invalid byte sequence for encoding "EUC_JIS_2004": 0xbe 0x00 - invalid, NUL byte | \x666f6fbedd00 | \x666f6fe8b1a1 | \x00 | invalid byte sequence for encoding "EUC_JIS_2004": 0x00 - invalid byte sequence | \xbe04 | \x | \xbe04 | invalid byte sequence for encoding "EUC_JIS_2004": 0xbe 0x04 -(8 rows) - --- --- SHIFT-JIS-2004 --- -CREATE TABLE shiftjis2004_inputs (inbytes bytea, description text); -insert into shiftjis2004_inputs values - ('\x666f6f', 'valid, pure ASCII'), - ('\x666f6f8fdb', 'valid'), - ('\x666f6f81c0', 'valid, no translation to UTF-8'), - ('\x666f6f82f5', 'valid, translates to two UTF-8 chars '), - ('\x666f6f8fdb8f', 'incomplete char '), - ('\x666f6f820a', 'incomplete char, followed by newline '), - ('\x666f6f008fdb', 'invalid, NUL byte'), - ('\x666f6f8f00db', 'invalid, NUL byte'), - ('\x666f6f8fdb00', 'invalid, NUL byte'); --- Test SHIFT-JIS-2004 verification -select description, inbytes, (test_conv(inbytes, 'shiftjis2004', 'shiftjis2004')).* from shiftjis2004_inputs; - description | inbytes | result | errorat | error ----------------------------------------+----------------+--------------+----------+---------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \x666f6f8fdb | \x666f6f8fdb | | - valid, no translation to UTF-8 | \x666f6f81c0 | \x666f6f81c0 | | - valid, translates to two UTF-8 chars | \x666f6f82f5 | \x666f6f82f5 | | - incomplete char | \x666f6f8fdb8f | \x666f6f8fdb | \x8f | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x8f - incomplete char, followed by newline | \x666f6f820a | \x666f6f | \x820a | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x82 0x0a - invalid, NUL byte | \x666f6f008fdb | \x666f6f | \x008fdb | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x00 - invalid, NUL byte | \x666f6f8f00db | \x666f6f | \x8f00db | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x8f 0x00 - invalid, NUL byte | \x666f6f8fdb00 | \x666f6f8fdb | \x00 | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x00 -(9 rows) - --- Test conversions from SHIFT-JIS-2004 -select description, inbytes, (test_conv(inbytes, 'shiftjis2004', 'utf8')).* from shiftjis2004_inputs; - description | inbytes | result | errorat | error ----------------------------------------+----------------+----------------------+----------+---------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \x666f6f8fdb | \x666f6fe8b1a1 | | - valid, no translation to UTF-8 | \x666f6f81c0 | \x666f6fe28a84 | | - valid, translates to two UTF-8 chars | \x666f6f82f5 | \x666f6fe3818be3829a | | - incomplete char | \x666f6f8fdb8f | \x666f6fe8b1a1 | \x8f | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x8f - incomplete char, followed by newline | \x666f6f820a | \x666f6f | \x820a | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x82 0x0a - invalid, NUL byte | \x666f6f008fdb | \x666f6f | \x008fdb | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x00 - invalid, NUL byte | \x666f6f8f00db | \x666f6f | \x8f00db | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x8f 0x00 - invalid, NUL byte | \x666f6f8fdb00 | \x666f6fe8b1a1 | \x00 | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x00 -(9 rows) - -select description, inbytes, (test_conv(inbytes, 'shiftjis2004', 'euc_jis_2004')).* from shiftjis2004_inputs; - description | inbytes | result | errorat | error ----------------------------------------+----------------+--------------+----------+---------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \x666f6f8fdb | \x666f6fbedd | | - valid, no translation to UTF-8 | \x666f6f81c0 | \x666f6fa2c2 | | - valid, translates to two UTF-8 chars | \x666f6f82f5 | \x666f6fa4f7 | | - incomplete char | \x666f6f8fdb8f | \x666f6fbedd | \x8f | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x8f - incomplete char, followed by newline | \x666f6f820a | \x666f6f | \x820a | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x82 0x0a - invalid, NUL byte | \x666f6f008fdb | \x666f6f | \x008fdb | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x00 - invalid, NUL byte | \x666f6f8f00db | \x666f6f | \x8f00db | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x8f 0x00 - invalid, NUL byte | \x666f6f8fdb00 | \x666f6fbedd | \x00 | invalid byte sequence for encoding "SHIFT_JIS_2004": 0x00 -(9 rows) - --- --- GB18030 --- -CREATE TABLE gb18030_inputs (inbytes bytea, description text); -insert into gb18030_inputs values - ('\x666f6f', 'valid, pure ASCII'), - ('\x666f6fcff3', 'valid'), - ('\x666f6f8431a530', 'valid, no translation to UTF-8'), - ('\x666f6f84309c38', 'valid, translates to UTF-8 by mapping function'), - ('\x666f6f84309c', 'incomplete char '), - ('\x666f6f84309c0a', 'incomplete char, followed by newline '), - ('\x666f6f84', 'incomplete char at end'), - ('\x666f6f84309c3800', 'invalid, NUL byte'), - ('\x666f6f84309c0038', 'invalid, NUL byte'); --- Test GB18030 verification. Round-trip through text so the backing of the --- bytea values is palloc, not shared_buffers. This lets Valgrind detect --- reads past the end. -select description, inbytes, (test_conv(inbytes::text::bytea, 'gb18030', 'gb18030')).* from gb18030_inputs; - description | inbytes | result | errorat | error -------------------------------------------------+--------------------+------------------+--------------+------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \x666f6fcff3 | \x666f6fcff3 | | - valid, no translation to UTF-8 | \x666f6f8431a530 | \x666f6f8431a530 | | - valid, translates to UTF-8 by mapping function | \x666f6f84309c38 | \x666f6f84309c38 | | - incomplete char | \x666f6f84309c | \x666f6f | \x84309c | invalid byte sequence for encoding "GB18030": 0x84 0x30 0x9c - incomplete char, followed by newline | \x666f6f84309c0a | \x666f6f | \x84309c0a | invalid byte sequence for encoding "GB18030": 0x84 0x30 0x9c 0x0a - incomplete char at end | \x666f6f84 | \x666f6f | \x84 | invalid byte sequence for encoding "GB18030": 0x84 - invalid, NUL byte | \x666f6f84309c3800 | \x666f6f84309c38 | \x00 | invalid byte sequence for encoding "GB18030": 0x00 - invalid, NUL byte | \x666f6f84309c0038 | \x666f6f | \x84309c0038 | invalid byte sequence for encoding "GB18030": 0x84 0x30 0x9c 0x00 -(9 rows) - --- Test conversions from GB18030 -select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs; - description | inbytes | result | errorat | error -------------------------------------------------+--------------------+----------------+--------------+------------------------------------------------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \x666f6fcff3 | \x666f6fe8b1a1 | | - valid, no translation to UTF-8 | \x666f6f8431a530 | \x666f6f | \x8431a530 | character with byte sequence 0x84 0x31 0xa5 0x30 in encoding "GB18030" has no equivalent in encoding "UTF8" - valid, translates to UTF-8 by mapping function | \x666f6f84309c38 | \x666f6fefa8aa | | - incomplete char | \x666f6f84309c | \x666f6f | \x84309c | invalid byte sequence for encoding "GB18030": 0x84 0x30 0x9c - incomplete char, followed by newline | \x666f6f84309c0a | \x666f6f | \x84309c0a | invalid byte sequence for encoding "GB18030": 0x84 0x30 0x9c 0x0a - incomplete char at end | \x666f6f84 | \x666f6f | \x84 | invalid byte sequence for encoding "GB18030": 0x84 - invalid, NUL byte | \x666f6f84309c3800 | \x666f6fefa8aa | \x00 | invalid byte sequence for encoding "GB18030": 0x00 - invalid, NUL byte | \x666f6f84309c0038 | \x666f6f | \x84309c0038 | invalid byte sequence for encoding "GB18030": 0x84 0x30 0x9c 0x00 -(9 rows) - --- --- ISO-8859-5 --- -CREATE TABLE iso8859_5_inputs (inbytes bytea, description text); -insert into iso8859_5_inputs values - ('\x666f6f', 'valid, pure ASCII'), - ('\xe4dede', 'valid'), - ('\x00', 'invalid, NUL byte'), - ('\xe400dede', 'invalid, NUL byte'), - ('\xe4dede00', 'invalid, NUL byte'); --- Test ISO-8859-5 verification -select description, inbytes, (test_conv(inbytes, 'iso8859-5', 'iso8859-5')).* from iso8859_5_inputs; - description | inbytes | result | errorat | error --------------------+------------+----------+----------+------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \xe4dede | \xe4dede | | - invalid, NUL byte | \x00 | \x | \x00 | invalid byte sequence for encoding "ISO_8859_5": 0x00 - invalid, NUL byte | \xe400dede | \xe4 | \x00dede | invalid byte sequence for encoding "ISO_8859_5": 0x00 - invalid, NUL byte | \xe4dede00 | \xe4dede | \x00 | invalid byte sequence for encoding "ISO_8859_5": 0x00 -(5 rows) - --- Test conversions from ISO-8859-5 -select description, inbytes, (test_conv(inbytes, 'iso8859-5', 'utf8')).* from iso8859_5_inputs; - description | inbytes | result | errorat | error --------------------+------------+----------------+----------+------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \xe4dede | \xd184d0bed0be | | - invalid, NUL byte | \x00 | \x | \x00 | invalid byte sequence for encoding "ISO_8859_5": 0x00 - invalid, NUL byte | \xe400dede | \xd184 | \x00dede | invalid byte sequence for encoding "ISO_8859_5": 0x00 - invalid, NUL byte | \xe4dede00 | \xd184d0bed0be | \x00 | invalid byte sequence for encoding "ISO_8859_5": 0x00 -(5 rows) - -select description, inbytes, (test_conv(inbytes, 'iso8859-5', 'koi8r')).* from iso8859_5_inputs; - description | inbytes | result | errorat | error --------------------+------------+----------+----------+------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \xe4dede | \xc6cfcf | | - invalid, NUL byte | \x00 | \x | \x00 | invalid byte sequence for encoding "ISO_8859_5": 0x00 - invalid, NUL byte | \xe400dede | \xc6 | \x00dede | invalid byte sequence for encoding "ISO_8859_5": 0x00 - invalid, NUL byte | \xe4dede00 | \xc6cfcf | \x00 | invalid byte sequence for encoding "ISO_8859_5": 0x00 -(5 rows) - -select description, inbytes, (test_conv(inbytes, 'iso8859_5', 'mule_internal')).* from iso8859_5_inputs; - description | inbytes | result | errorat | error --------------------+------------+----------------+----------+------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \xe4dede | \x8bc68bcf8bcf | | - invalid, NUL byte | \x00 | \x | \x00 | invalid byte sequence for encoding "ISO_8859_5": 0x00 - invalid, NUL byte | \xe400dede | \x8bc6 | \x00dede | invalid byte sequence for encoding "ISO_8859_5": 0x00 - invalid, NUL byte | \xe4dede00 | \x8bc68bcf8bcf | \x00 | invalid byte sequence for encoding "ISO_8859_5": 0x00 -(5 rows) - --- --- Big5 --- -CREATE TABLE big5_inputs (inbytes bytea, description text); -insert into big5_inputs values - ('\x666f6f', 'valid, pure ASCII'), - ('\x666f6fb648', 'valid'), - ('\x666f6fa27f', 'valid, no translation to UTF-8'), - ('\x666f6fb60048', 'invalid, NUL byte'), - ('\x666f6fb64800', 'invalid, NUL byte'); --- Test Big5 verification -select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs; - description | inbytes | result | errorat | error ---------------------------------+----------------+--------------+----------+------------------------------------------------------ - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \x666f6fb648 | \x666f6fb648 | | - valid, no translation to UTF-8 | \x666f6fa27f | \x666f6fa27f | | - invalid, NUL byte | \x666f6fb60048 | \x666f6f | \xb60048 | invalid byte sequence for encoding "BIG5": 0xb6 0x00 - invalid, NUL byte | \x666f6fb64800 | \x666f6fb648 | \x00 | invalid byte sequence for encoding "BIG5": 0x00 -(5 rows) - --- Test conversions from Big5 -select description, inbytes, (test_conv(inbytes, 'big5', 'utf8')).* from big5_inputs; - description | inbytes | result | errorat | error ---------------------------------+----------------+----------------+----------+------------------------------------------------------------------------------------------------ - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \x666f6fb648 | \x666f6fe8b1a1 | | - valid, no translation to UTF-8 | \x666f6fa27f | \x666f6f | \xa27f | character with byte sequence 0xa2 0x7f in encoding "BIG5" has no equivalent in encoding "UTF8" - invalid, NUL byte | \x666f6fb60048 | \x666f6f | \xb60048 | invalid byte sequence for encoding "BIG5": 0xb6 0x00 - invalid, NUL byte | \x666f6fb64800 | \x666f6fe8b1a1 | \x00 | invalid byte sequence for encoding "BIG5": 0x00 -(5 rows) - -select description, inbytes, (test_conv(inbytes, 'big5', 'mule_internal')).* from big5_inputs; - description | inbytes | result | errorat | error ---------------------------------+----------------+----------------+----------+------------------------------------------------------ - valid, pure ASCII | \x666f6f | \x666f6f | | - valid | \x666f6fb648 | \x666f6f95e2af | | - valid, no translation to UTF-8 | \x666f6fa27f | \x666f6f95a3c1 | | - invalid, NUL byte | \x666f6fb60048 | \x666f6f | \xb60048 | invalid byte sequence for encoding "BIG5": 0xb6 0x00 - invalid, NUL byte | \x666f6fb64800 | \x666f6f95e2af | \x00 | invalid byte sequence for encoding "BIG5": 0x00 -(5 rows) - --- --- MULE_INTERNAL --- -CREATE TABLE mic_inputs (inbytes bytea, description text); -insert into mic_inputs values - ('\x666f6f', 'valid, pure ASCII'), - ('\x8bc68bcf8bcf', 'valid (in KOI8R)'), - ('\x8bc68bcf8b', 'invalid,incomplete char'), - ('\x92bedd', 'valid (in SHIFT_JIS)'), - ('\x92be', 'invalid, incomplete char)'), - ('\x666f6f95a3c1', 'valid (in Big5)'), - ('\x666f6f95a3', 'invalid, incomplete char'), - ('\x9200bedd', 'invalid, NUL byte'), - ('\x92bedd00', 'invalid, NUL byte'), - ('\x8b00c68bcf8bcf', 'invalid, NUL byte'); --- Test MULE_INTERNAL verification -select description, inbytes, (test_conv(inbytes, 'mule_internal', 'mule_internal')).* from mic_inputs; - description | inbytes | result | errorat | error ----------------------------+------------------+----------------+------------------+-------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid (in KOI8R) | \x8bc68bcf8bcf | \x8bc68bcf8bcf | | - invalid,incomplete char | \x8bc68bcf8b | \x8bc68bcf | \x8b | invalid byte sequence for encoding "MULE_INTERNAL": 0x8b - valid (in SHIFT_JIS) | \x92bedd | \x92bedd | | - invalid, incomplete char) | \x92be | \x | \x92be | invalid byte sequence for encoding "MULE_INTERNAL": 0x92 0xbe - valid (in Big5) | \x666f6f95a3c1 | \x666f6f95a3c1 | | - invalid, incomplete char | \x666f6f95a3 | \x666f6f | \x95a3 | invalid byte sequence for encoding "MULE_INTERNAL": 0x95 0xa3 - invalid, NUL byte | \x9200bedd | \x | \x9200bedd | invalid byte sequence for encoding "MULE_INTERNAL": 0x92 0x00 0xbe - invalid, NUL byte | \x92bedd00 | \x92bedd | \x00 | invalid byte sequence for encoding "MULE_INTERNAL": 0x00 - invalid, NUL byte | \x8b00c68bcf8bcf | \x | \x8b00c68bcf8bcf | invalid byte sequence for encoding "MULE_INTERNAL": 0x8b 0x00 -(10 rows) - --- Test conversions from MULE_INTERNAL -select description, inbytes, (test_conv(inbytes, 'mule_internal', 'koi8r')).* from mic_inputs; - description | inbytes | result | errorat | error ----------------------------+------------------+----------+------------------+--------------------------------------------------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid (in KOI8R) | \x8bc68bcf8bcf | \xc6cfcf | | - invalid,incomplete char | \x8bc68bcf8b | \xc6cf | \x8b | invalid byte sequence for encoding "MULE_INTERNAL": 0x8b - valid (in SHIFT_JIS) | \x92bedd | \x | \x92bedd | character with byte sequence 0x92 0xbe 0xdd in encoding "MULE_INTERNAL" has no equivalent in encoding "KOI8R" - invalid, incomplete char) | \x92be | \x | \x92be | invalid byte sequence for encoding "MULE_INTERNAL": 0x92 0xbe - valid (in Big5) | \x666f6f95a3c1 | \x666f6f | \x95a3c1 | character with byte sequence 0x95 0xa3 0xc1 in encoding "MULE_INTERNAL" has no equivalent in encoding "KOI8R" - invalid, incomplete char | \x666f6f95a3 | \x666f6f | \x95a3 | invalid byte sequence for encoding "MULE_INTERNAL": 0x95 0xa3 - invalid, NUL byte | \x9200bedd | \x | \x9200bedd | character with byte sequence 0x92 0x00 0xbe in encoding "MULE_INTERNAL" has no equivalent in encoding "KOI8R" - invalid, NUL byte | \x92bedd00 | \x | \x92bedd00 | character with byte sequence 0x92 0xbe 0xdd in encoding "MULE_INTERNAL" has no equivalent in encoding "KOI8R" - invalid, NUL byte | \x8b00c68bcf8bcf | \x | \x8b00c68bcf8bcf | character with byte sequence 0x8b 0x00 in encoding "MULE_INTERNAL" has no equivalent in encoding "KOI8R" -(10 rows) - -select description, inbytes, (test_conv(inbytes, 'mule_internal', 'iso8859-5')).* from mic_inputs; - description | inbytes | result | errorat | error ----------------------------+------------------+----------+------------------+-------------------------------------------------------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid (in KOI8R) | \x8bc68bcf8bcf | \xe4dede | | - invalid,incomplete char | \x8bc68bcf8b | \xe4de | \x8b | invalid byte sequence for encoding "MULE_INTERNAL": 0x8b - valid (in SHIFT_JIS) | \x92bedd | \x | \x92bedd | character with byte sequence 0x92 0xbe 0xdd in encoding "MULE_INTERNAL" has no equivalent in encoding "ISO_8859_5" - invalid, incomplete char) | \x92be | \x | \x92be | invalid byte sequence for encoding "MULE_INTERNAL": 0x92 0xbe - valid (in Big5) | \x666f6f95a3c1 | \x666f6f | \x95a3c1 | character with byte sequence 0x95 0xa3 0xc1 in encoding "MULE_INTERNAL" has no equivalent in encoding "ISO_8859_5" - invalid, incomplete char | \x666f6f95a3 | \x666f6f | \x95a3 | invalid byte sequence for encoding "MULE_INTERNAL": 0x95 0xa3 - invalid, NUL byte | \x9200bedd | \x | \x9200bedd | character with byte sequence 0x92 0x00 0xbe in encoding "MULE_INTERNAL" has no equivalent in encoding "ISO_8859_5" - invalid, NUL byte | \x92bedd00 | \x | \x92bedd00 | character with byte sequence 0x92 0xbe 0xdd in encoding "MULE_INTERNAL" has no equivalent in encoding "ISO_8859_5" - invalid, NUL byte | \x8b00c68bcf8bcf | \x | \x8b00c68bcf8bcf | character with byte sequence 0x8b 0x00 in encoding "MULE_INTERNAL" has no equivalent in encoding "ISO_8859_5" -(10 rows) - -select description, inbytes, (test_conv(inbytes, 'mule_internal', 'sjis')).* from mic_inputs; - description | inbytes | result | errorat | error ----------------------------+------------------+----------+------------------+-------------------------------------------------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid (in KOI8R) | \x8bc68bcf8bcf | \x | \x8bc68bcf8bcf | character with byte sequence 0x8b 0xc6 in encoding "MULE_INTERNAL" has no equivalent in encoding "SJIS" - invalid,incomplete char | \x8bc68bcf8b | \x | \x8bc68bcf8b | character with byte sequence 0x8b 0xc6 in encoding "MULE_INTERNAL" has no equivalent in encoding "SJIS" - valid (in SHIFT_JIS) | \x92bedd | \x8fdb | | - invalid, incomplete char) | \x92be | \x | \x92be | invalid byte sequence for encoding "MULE_INTERNAL": 0x92 0xbe - valid (in Big5) | \x666f6f95a3c1 | \x666f6f | \x95a3c1 | character with byte sequence 0x95 0xa3 0xc1 in encoding "MULE_INTERNAL" has no equivalent in encoding "SJIS" - invalid, incomplete char | \x666f6f95a3 | \x666f6f | \x95a3 | invalid byte sequence for encoding "MULE_INTERNAL": 0x95 0xa3 - invalid, NUL byte | \x9200bedd | \x | \x9200bedd | invalid byte sequence for encoding "MULE_INTERNAL": 0x92 0x00 0xbe - invalid, NUL byte | \x92bedd00 | \x8fdb | \x00 | invalid byte sequence for encoding "MULE_INTERNAL": 0x00 - invalid, NUL byte | \x8b00c68bcf8bcf | \x | \x8b00c68bcf8bcf | invalid byte sequence for encoding "MULE_INTERNAL": 0x8b 0x00 -(10 rows) - -select description, inbytes, (test_conv(inbytes, 'mule_internal', 'big5')).* from mic_inputs; - description | inbytes | result | errorat | error ----------------------------+------------------+--------------+------------------+-------------------------------------------------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid (in KOI8R) | \x8bc68bcf8bcf | \x | \x8bc68bcf8bcf | character with byte sequence 0x8b 0xc6 in encoding "MULE_INTERNAL" has no equivalent in encoding "BIG5" - invalid,incomplete char | \x8bc68bcf8b | \x | \x8bc68bcf8b | character with byte sequence 0x8b 0xc6 in encoding "MULE_INTERNAL" has no equivalent in encoding "BIG5" - valid (in SHIFT_JIS) | \x92bedd | \x | \x92bedd | character with byte sequence 0x92 0xbe 0xdd in encoding "MULE_INTERNAL" has no equivalent in encoding "BIG5" - invalid, incomplete char) | \x92be | \x | \x92be | invalid byte sequence for encoding "MULE_INTERNAL": 0x92 0xbe - valid (in Big5) | \x666f6f95a3c1 | \x666f6fa2a1 | | - invalid, incomplete char | \x666f6f95a3 | \x666f6f | \x95a3 | invalid byte sequence for encoding "MULE_INTERNAL": 0x95 0xa3 - invalid, NUL byte | \x9200bedd | \x | \x9200bedd | invalid byte sequence for encoding "MULE_INTERNAL": 0x92 0x00 0xbe - invalid, NUL byte | \x92bedd00 | \x | \x92bedd00 | character with byte sequence 0x92 0xbe 0xdd in encoding "MULE_INTERNAL" has no equivalent in encoding "BIG5" - invalid, NUL byte | \x8b00c68bcf8bcf | \x | \x8b00c68bcf8bcf | invalid byte sequence for encoding "MULE_INTERNAL": 0x8b 0x00 -(10 rows) - -select description, inbytes, (test_conv(inbytes, 'mule_internal', 'euc_jp')).* from mic_inputs; - description | inbytes | result | errorat | error ----------------------------+------------------+----------+------------------+---------------------------------------------------------------------------------------------------------------- - valid, pure ASCII | \x666f6f | \x666f6f | | - valid (in KOI8R) | \x8bc68bcf8bcf | \x | \x8bc68bcf8bcf | character with byte sequence 0x8b 0xc6 in encoding "MULE_INTERNAL" has no equivalent in encoding "EUC_JP" - invalid,incomplete char | \x8bc68bcf8b | \x | \x8bc68bcf8b | character with byte sequence 0x8b 0xc6 in encoding "MULE_INTERNAL" has no equivalent in encoding "EUC_JP" - valid (in SHIFT_JIS) | \x92bedd | \xbedd | | - invalid, incomplete char) | \x92be | \x | \x92be | invalid byte sequence for encoding "MULE_INTERNAL": 0x92 0xbe - valid (in Big5) | \x666f6f95a3c1 | \x666f6f | \x95a3c1 | character with byte sequence 0x95 0xa3 0xc1 in encoding "MULE_INTERNAL" has no equivalent in encoding "EUC_JP" - invalid, incomplete char | \x666f6f95a3 | \x666f6f | \x95a3 | invalid byte sequence for encoding "MULE_INTERNAL": 0x95 0xa3 - invalid, NUL byte | \x9200bedd | \x | \x9200bedd | invalid byte sequence for encoding "MULE_INTERNAL": 0x92 0x00 0xbe - invalid, NUL byte | \x92bedd00 | \xbedd | \x00 | invalid byte sequence for encoding "MULE_INTERNAL": 0x00 - invalid, NUL byte | \x8b00c68bcf8bcf | \x | \x8b00c68bcf8bcf | invalid byte sequence for encoding "MULE_INTERNAL": 0x8b 0x00 -(10 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/truncate.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/truncate.out --- /tmp/cirrus-ci-build/src/test/regress/expected/truncate.out 2025-05-11 19:30:19.009700000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/truncate.out 2025-05-11 19:32:43.150105000 +0000 @@ -1,594 +1,2 @@ --- Test basic TRUNCATE functionality. -CREATE TABLE truncate_a (col1 integer primary key); -INSERT INTO truncate_a VALUES (1); -INSERT INTO truncate_a VALUES (2); -SELECT * FROM truncate_a; - col1 ------- - 1 - 2 -(2 rows) - --- Roll truncate back -BEGIN; -TRUNCATE truncate_a; -ROLLBACK; -SELECT * FROM truncate_a; - col1 ------- - 1 - 2 -(2 rows) - --- Commit the truncate this time -BEGIN; -TRUNCATE truncate_a; -COMMIT; -SELECT * FROM truncate_a; - col1 ------- -(0 rows) - --- Test foreign-key checks -CREATE TABLE trunc_b (a int REFERENCES truncate_a); -CREATE TABLE trunc_c (a serial PRIMARY KEY); -CREATE TABLE trunc_d (a int REFERENCES trunc_c); -CREATE TABLE trunc_e (a int REFERENCES truncate_a, b int REFERENCES trunc_c); -TRUNCATE TABLE truncate_a; -- fail -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "trunc_b" references "truncate_a". -HINT: Truncate table "trunc_b" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE truncate_a,trunc_b; -- fail -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "trunc_e" references "truncate_a". -HINT: Truncate table "trunc_e" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE truncate_a,trunc_b,trunc_e; -- ok -TRUNCATE TABLE truncate_a,trunc_e; -- fail -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "trunc_b" references "truncate_a". -HINT: Truncate table "trunc_b" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE trunc_c; -- fail -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "trunc_d" references "trunc_c". -HINT: Truncate table "trunc_d" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE trunc_c,trunc_d; -- fail -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "trunc_e" references "trunc_c". -HINT: Truncate table "trunc_e" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE trunc_c,trunc_d,trunc_e; -- ok -TRUNCATE TABLE trunc_c,trunc_d,trunc_e,truncate_a; -- fail -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "trunc_b" references "truncate_a". -HINT: Truncate table "trunc_b" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE trunc_c,trunc_d,trunc_e,truncate_a,trunc_b; -- ok -TRUNCATE TABLE truncate_a RESTRICT; -- fail -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "trunc_b" references "truncate_a". -HINT: Truncate table "trunc_b" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE truncate_a CASCADE; -- ok -NOTICE: truncate cascades to table "trunc_b" -NOTICE: truncate cascades to table "trunc_e" --- circular references -ALTER TABLE truncate_a ADD FOREIGN KEY (col1) REFERENCES trunc_c; --- Add some data to verify that truncating actually works ... -INSERT INTO trunc_c VALUES (1); -INSERT INTO truncate_a VALUES (1); -INSERT INTO trunc_b VALUES (1); -INSERT INTO trunc_d VALUES (1); -INSERT INTO trunc_e VALUES (1,1); -TRUNCATE TABLE trunc_c; -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "truncate_a" references "trunc_c". -HINT: Truncate table "truncate_a" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE trunc_c,truncate_a; -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "trunc_d" references "trunc_c". -HINT: Truncate table "trunc_d" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE trunc_c,truncate_a,trunc_d; -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "trunc_e" references "trunc_c". -HINT: Truncate table "trunc_e" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE trunc_c,truncate_a,trunc_d,trunc_e; -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "trunc_b" references "truncate_a". -HINT: Truncate table "trunc_b" at the same time, or use TRUNCATE ... CASCADE. -TRUNCATE TABLE trunc_c,truncate_a,trunc_d,trunc_e,trunc_b; --- Verify that truncating did actually work -SELECT * FROM truncate_a - UNION ALL - SELECT * FROM trunc_c - UNION ALL - SELECT * FROM trunc_b - UNION ALL - SELECT * FROM trunc_d; - col1 ------- -(0 rows) - -SELECT * FROM trunc_e; - a | b ----+--- -(0 rows) - --- Add data again to test TRUNCATE ... CASCADE -INSERT INTO trunc_c VALUES (1); -INSERT INTO truncate_a VALUES (1); -INSERT INTO trunc_b VALUES (1); -INSERT INTO trunc_d VALUES (1); -INSERT INTO trunc_e VALUES (1,1); -TRUNCATE TABLE trunc_c CASCADE; -- ok -NOTICE: truncate cascades to table "truncate_a" -NOTICE: truncate cascades to table "trunc_d" -NOTICE: truncate cascades to table "trunc_e" -NOTICE: truncate cascades to table "trunc_b" -SELECT * FROM truncate_a - UNION ALL - SELECT * FROM trunc_c - UNION ALL - SELECT * FROM trunc_b - UNION ALL - SELECT * FROM trunc_d; - col1 ------- -(0 rows) - -SELECT * FROM trunc_e; - a | b ----+--- -(0 rows) - -DROP TABLE truncate_a,trunc_c,trunc_b,trunc_d,trunc_e CASCADE; --- Test TRUNCATE with inheritance -CREATE TABLE trunc_f (col1 integer primary key); -INSERT INTO trunc_f VALUES (1); -INSERT INTO trunc_f VALUES (2); -CREATE TABLE trunc_fa (col2a text) INHERITS (trunc_f); -INSERT INTO trunc_fa VALUES (3, 'three'); -CREATE TABLE trunc_fb (col2b int) INHERITS (trunc_f); -INSERT INTO trunc_fb VALUES (4, 444); -CREATE TABLE trunc_faa (col3 text) INHERITS (trunc_fa); -INSERT INTO trunc_faa VALUES (5, 'five', 'FIVE'); -BEGIN; -SELECT * FROM trunc_f; - col1 ------- - 1 - 2 - 3 - 4 - 5 -(5 rows) - -TRUNCATE trunc_f; -SELECT * FROM trunc_f; - col1 ------- -(0 rows) - -ROLLBACK; -BEGIN; -SELECT * FROM trunc_f; - col1 ------- - 1 - 2 - 3 - 4 - 5 -(5 rows) - -TRUNCATE ONLY trunc_f; -SELECT * FROM trunc_f; - col1 ------- - 3 - 4 - 5 -(3 rows) - -ROLLBACK; -BEGIN; -SELECT * FROM trunc_f; - col1 ------- - 1 - 2 - 3 - 4 - 5 -(5 rows) - -SELECT * FROM trunc_fa; - col1 | col2a -------+------- - 3 | three - 5 | five -(2 rows) - -SELECT * FROM trunc_faa; - col1 | col2a | col3 -------+-------+------ - 5 | five | FIVE -(1 row) - -TRUNCATE ONLY trunc_fb, ONLY trunc_fa; -SELECT * FROM trunc_f; - col1 ------- - 1 - 2 - 5 -(3 rows) - -SELECT * FROM trunc_fa; - col1 | col2a -------+------- - 5 | five -(1 row) - -SELECT * FROM trunc_faa; - col1 | col2a | col3 -------+-------+------ - 5 | five | FIVE -(1 row) - -ROLLBACK; -BEGIN; -SELECT * FROM trunc_f; - col1 ------- - 1 - 2 - 3 - 4 - 5 -(5 rows) - -SELECT * FROM trunc_fa; - col1 | col2a -------+------- - 3 | three - 5 | five -(2 rows) - -SELECT * FROM trunc_faa; - col1 | col2a | col3 -------+-------+------ - 5 | five | FIVE -(1 row) - -TRUNCATE ONLY trunc_fb, trunc_fa; -SELECT * FROM trunc_f; - col1 ------- - 1 - 2 -(2 rows) - -SELECT * FROM trunc_fa; - col1 | col2a -------+------- -(0 rows) - -SELECT * FROM trunc_faa; - col1 | col2a | col3 -------+-------+------ -(0 rows) - -ROLLBACK; -DROP TABLE trunc_f CASCADE; -NOTICE: drop cascades to 3 other objects -DETAIL: drop cascades to table trunc_fa -drop cascades to table trunc_faa -drop cascades to table trunc_fb --- Test ON TRUNCATE triggers -CREATE TABLE trunc_trigger_test (f1 int, f2 text, f3 text); -CREATE TABLE trunc_trigger_log (tgop text, tglevel text, tgwhen text, - tgargv text, tgtable name, rowcount bigint); -CREATE FUNCTION trunctrigger() RETURNS trigger as $$ -declare c bigint; -begin - execute 'select count(*) from ' || quote_ident(tg_table_name) into c; - insert into trunc_trigger_log values - (TG_OP, TG_LEVEL, TG_WHEN, TG_ARGV[0], tg_table_name, c); - return null; -end; -$$ LANGUAGE plpgsql; --- basic before trigger -INSERT INTO trunc_trigger_test VALUES(1, 'foo', 'bar'), (2, 'baz', 'quux'); -CREATE TRIGGER t -BEFORE TRUNCATE ON trunc_trigger_test -FOR EACH STATEMENT -EXECUTE PROCEDURE trunctrigger('before trigger truncate'); -SELECT count(*) as "Row count in test table" FROM trunc_trigger_test; - Row count in test table -------------------------- - 2 -(1 row) - -SELECT * FROM trunc_trigger_log; - tgop | tglevel | tgwhen | tgargv | tgtable | rowcount -------+---------+--------+--------+---------+---------- -(0 rows) - -TRUNCATE trunc_trigger_test; -SELECT count(*) as "Row count in test table" FROM trunc_trigger_test; - Row count in test table -------------------------- - 0 -(1 row) - -SELECT * FROM trunc_trigger_log; - tgop | tglevel | tgwhen | tgargv | tgtable | rowcount -----------+-----------+--------+-------------------------+--------------------+---------- - TRUNCATE | STATEMENT | BEFORE | before trigger truncate | trunc_trigger_test | 2 -(1 row) - -DROP TRIGGER t ON trunc_trigger_test; -truncate trunc_trigger_log; --- same test with an after trigger -INSERT INTO trunc_trigger_test VALUES(1, 'foo', 'bar'), (2, 'baz', 'quux'); -CREATE TRIGGER tt -AFTER TRUNCATE ON trunc_trigger_test -FOR EACH STATEMENT -EXECUTE PROCEDURE trunctrigger('after trigger truncate'); -SELECT count(*) as "Row count in test table" FROM trunc_trigger_test; - Row count in test table -------------------------- - 2 -(1 row) - -SELECT * FROM trunc_trigger_log; - tgop | tglevel | tgwhen | tgargv | tgtable | rowcount -------+---------+--------+--------+---------+---------- -(0 rows) - -TRUNCATE trunc_trigger_test; -SELECT count(*) as "Row count in test table" FROM trunc_trigger_test; - Row count in test table -------------------------- - 0 -(1 row) - -SELECT * FROM trunc_trigger_log; - tgop | tglevel | tgwhen | tgargv | tgtable | rowcount -----------+-----------+--------+------------------------+--------------------+---------- - TRUNCATE | STATEMENT | AFTER | after trigger truncate | trunc_trigger_test | 0 -(1 row) - -DROP TABLE trunc_trigger_test; -DROP TABLE trunc_trigger_log; -DROP FUNCTION trunctrigger(); --- test TRUNCATE ... RESTART IDENTITY -CREATE SEQUENCE truncate_a_id1 START WITH 33; -CREATE TABLE truncate_a (id serial, - id1 integer default nextval('truncate_a_id1')); -ALTER SEQUENCE truncate_a_id1 OWNED BY truncate_a.id1; -INSERT INTO truncate_a DEFAULT VALUES; -INSERT INTO truncate_a DEFAULT VALUES; -SELECT * FROM truncate_a; - id | id1 -----+----- - 1 | 33 - 2 | 34 -(2 rows) - -TRUNCATE truncate_a; -INSERT INTO truncate_a DEFAULT VALUES; -INSERT INTO truncate_a DEFAULT VALUES; -SELECT * FROM truncate_a; - id | id1 -----+----- - 3 | 35 - 4 | 36 -(2 rows) - -TRUNCATE truncate_a RESTART IDENTITY; -INSERT INTO truncate_a DEFAULT VALUES; -INSERT INTO truncate_a DEFAULT VALUES; -SELECT * FROM truncate_a; - id | id1 -----+----- - 1 | 33 - 2 | 34 -(2 rows) - -CREATE TABLE truncate_b (id int GENERATED ALWAYS AS IDENTITY (START WITH 44)); -INSERT INTO truncate_b DEFAULT VALUES; -INSERT INTO truncate_b DEFAULT VALUES; -SELECT * FROM truncate_b; - id ----- - 44 - 45 -(2 rows) - -TRUNCATE truncate_b; -INSERT INTO truncate_b DEFAULT VALUES; -INSERT INTO truncate_b DEFAULT VALUES; -SELECT * FROM truncate_b; - id ----- - 46 - 47 -(2 rows) - -TRUNCATE truncate_b RESTART IDENTITY; -INSERT INTO truncate_b DEFAULT VALUES; -INSERT INTO truncate_b DEFAULT VALUES; -SELECT * FROM truncate_b; - id ----- - 44 - 45 -(2 rows) - --- check rollback of a RESTART IDENTITY operation -BEGIN; -TRUNCATE truncate_a RESTART IDENTITY; -INSERT INTO truncate_a DEFAULT VALUES; -SELECT * FROM truncate_a; - id | id1 -----+----- - 1 | 33 -(1 row) - -ROLLBACK; -INSERT INTO truncate_a DEFAULT VALUES; -INSERT INTO truncate_a DEFAULT VALUES; -SELECT * FROM truncate_a; - id | id1 -----+----- - 1 | 33 - 2 | 34 - 3 | 35 - 4 | 36 -(4 rows) - -DROP TABLE truncate_a; -SELECT nextval('truncate_a_id1'); -- fail, seq should have been dropped -ERROR: relation "truncate_a_id1" does not exist -LINE 1: SELECT nextval('truncate_a_id1'); - ^ --- partitioned table -CREATE TABLE truncparted (a int, b char) PARTITION BY LIST (a); --- error, can't truncate a partitioned table -TRUNCATE ONLY truncparted; -ERROR: cannot truncate only a partitioned table -HINT: Do not specify the ONLY keyword, or use TRUNCATE ONLY on the partitions directly. -CREATE TABLE truncparted1 PARTITION OF truncparted FOR VALUES IN (1); -INSERT INTO truncparted VALUES (1, 'a'); --- error, must truncate partitions -TRUNCATE ONLY truncparted; -ERROR: cannot truncate only a partitioned table -HINT: Do not specify the ONLY keyword, or use TRUNCATE ONLY on the partitions directly. -TRUNCATE truncparted; -DROP TABLE truncparted; --- foreign key on partitioned table: partition key is referencing column. --- Make sure truncate did execute on all tables -CREATE FUNCTION tp_ins_data() RETURNS void LANGUAGE plpgsql AS $$ - BEGIN - INSERT INTO truncprim VALUES (1), (100), (150); - INSERT INTO truncpart VALUES (1), (100), (150); - END -$$; -CREATE FUNCTION tp_chk_data(OUT pktb regclass, OUT pkval int, OUT fktb regclass, OUT fkval int) - RETURNS SETOF record LANGUAGE plpgsql AS $$ - BEGIN - RETURN QUERY SELECT - pk.tableoid::regclass, pk.a, fk.tableoid::regclass, fk.a - FROM truncprim pk FULL JOIN truncpart fk USING (a) - ORDER BY 2, 4; - END -$$; -CREATE TABLE truncprim (a int PRIMARY KEY); -CREATE TABLE truncpart (a int REFERENCES truncprim) - PARTITION BY RANGE (a); -CREATE TABLE truncpart_1 PARTITION OF truncpart FOR VALUES FROM (0) TO (100); -CREATE TABLE truncpart_2 PARTITION OF truncpart FOR VALUES FROM (100) TO (200) - PARTITION BY RANGE (a); -CREATE TABLE truncpart_2_1 PARTITION OF truncpart_2 FOR VALUES FROM (100) TO (150); -CREATE TABLE truncpart_2_d PARTITION OF truncpart_2 DEFAULT; -TRUNCATE TABLE truncprim; -- should fail -ERROR: cannot truncate a table referenced in a foreign key constraint -DETAIL: Table "truncpart" references "truncprim". -HINT: Truncate table "truncpart" at the same time, or use TRUNCATE ... CASCADE. -select tp_ins_data(); - tp_ins_data -------------- - -(1 row) - --- should truncate everything -TRUNCATE TABLE truncprim, truncpart; -select * from tp_chk_data(); - pktb | pkval | fktb | fkval -------+-------+------+------- -(0 rows) - -select tp_ins_data(); - tp_ins_data -------------- - -(1 row) - --- should truncate everything -TRUNCATE TABLE truncprim CASCADE; -NOTICE: truncate cascades to table "truncpart" -NOTICE: truncate cascades to table "truncpart_1" -NOTICE: truncate cascades to table "truncpart_2" -NOTICE: truncate cascades to table "truncpart_2_1" -NOTICE: truncate cascades to table "truncpart_2_d" -SELECT * FROM tp_chk_data(); - pktb | pkval | fktb | fkval -------+-------+------+------- -(0 rows) - -SELECT tp_ins_data(); - tp_ins_data -------------- - -(1 row) - --- should truncate all partitions -TRUNCATE TABLE truncpart; -SELECT * FROM tp_chk_data(); - pktb | pkval | fktb | fkval ------------+-------+------+------- - truncprim | 1 | | - truncprim | 100 | | - truncprim | 150 | | -(3 rows) - -DROP TABLE truncprim, truncpart; -DROP FUNCTION tp_ins_data(), tp_chk_data(); --- test cascade when referencing a partitioned table -CREATE TABLE trunc_a (a INT PRIMARY KEY) PARTITION BY RANGE (a); -CREATE TABLE trunc_a1 PARTITION OF trunc_a FOR VALUES FROM (0) TO (10); -CREATE TABLE trunc_a2 PARTITION OF trunc_a FOR VALUES FROM (10) TO (20) - PARTITION BY RANGE (a); -CREATE TABLE trunc_a21 PARTITION OF trunc_a2 FOR VALUES FROM (10) TO (12); -CREATE TABLE trunc_a22 PARTITION OF trunc_a2 FOR VALUES FROM (12) TO (16); -CREATE TABLE trunc_a2d PARTITION OF trunc_a2 DEFAULT; -CREATE TABLE trunc_a3 PARTITION OF trunc_a FOR VALUES FROM (20) TO (30); -INSERT INTO trunc_a VALUES (0), (5), (10), (15), (20), (25); --- truncate a partition cascading to a table -CREATE TABLE ref_b ( - b INT PRIMARY KEY, - a INT REFERENCES trunc_a(a) ON DELETE CASCADE -); -INSERT INTO ref_b VALUES (10, 0), (50, 5), (100, 10), (150, 15); -TRUNCATE TABLE trunc_a1 CASCADE; -NOTICE: truncate cascades to table "ref_b" -SELECT a FROM ref_b; - a ---- -(0 rows) - -DROP TABLE ref_b; --- truncate a partition cascading to a partitioned table -CREATE TABLE ref_c ( - c INT PRIMARY KEY, - a INT REFERENCES trunc_a(a) ON DELETE CASCADE -) PARTITION BY RANGE (c); -CREATE TABLE ref_c1 PARTITION OF ref_c FOR VALUES FROM (100) TO (200); -CREATE TABLE ref_c2 PARTITION OF ref_c FOR VALUES FROM (200) TO (300); -INSERT INTO ref_c VALUES (100, 10), (150, 15), (200, 20), (250, 25); -TRUNCATE TABLE trunc_a21 CASCADE; -NOTICE: truncate cascades to table "ref_c" -NOTICE: truncate cascades to table "ref_c1" -NOTICE: truncate cascades to table "ref_c2" -SELECT a as "from table ref_c" FROM ref_c; - from table ref_c ------------------- -(0 rows) - -SELECT a as "from table trunc_a" FROM trunc_a ORDER BY a; - from table trunc_a --------------------- - 15 - 20 - 25 -(3 rows) - -DROP TABLE trunc_a, ref_c; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2025-05-11 19:30:18.928630000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2025-05-11 19:32:43.161294000 +0000 @@ -1,4835 +1,2 @@ --- --- ALTER_TABLE --- --- Clean up in case a prior regression run failed -SET client_min_messages TO 'warning'; -DROP ROLE IF EXISTS regress_alter_table_user1; -RESET client_min_messages; -CREATE USER regress_alter_table_user1; --- --- add attribute --- -CREATE TABLE attmp (initial int4); -COMMENT ON TABLE attmp_wrong IS 'table comment'; -ERROR: relation "attmp_wrong" does not exist -COMMENT ON TABLE attmp IS 'table comment'; -COMMENT ON TABLE attmp IS NULL; -ALTER TABLE attmp ADD COLUMN xmin integer; -- fails -ERROR: column name "xmin" conflicts with a system column name -ALTER TABLE attmp ADD COLUMN a int4 default 3; -ALTER TABLE attmp ADD COLUMN b name; -ALTER TABLE attmp ADD COLUMN c text; -ALTER TABLE attmp ADD COLUMN d float8; -ALTER TABLE attmp ADD COLUMN e float4; -ALTER TABLE attmp ADD COLUMN f int2; -ALTER TABLE attmp ADD COLUMN g polygon; -ALTER TABLE attmp ADD COLUMN i char; -ALTER TABLE attmp ADD COLUMN k int4; -ALTER TABLE attmp ADD COLUMN l tid; -ALTER TABLE attmp ADD COLUMN m xid; -ALTER TABLE attmp ADD COLUMN n oidvector; ---ALTER TABLE attmp ADD COLUMN o lock; -ALTER TABLE attmp ADD COLUMN p boolean; -ALTER TABLE attmp ADD COLUMN q point; -ALTER TABLE attmp ADD COLUMN r lseg; -ALTER TABLE attmp ADD COLUMN s path; -ALTER TABLE attmp ADD COLUMN t box; -ALTER TABLE attmp ADD COLUMN v timestamp; -ALTER TABLE attmp ADD COLUMN w interval; -ALTER TABLE attmp ADD COLUMN x float8[]; -ALTER TABLE attmp ADD COLUMN y float4[]; -ALTER TABLE attmp ADD COLUMN z int2[]; -INSERT INTO attmp (a, b, c, d, e, f, g, i, k, l, m, n, p, q, r, s, t, - v, w, x, y, z) - VALUES (4, 'name', 'text', 4.1, 4.1, 2, '(4.1,4.1,3.1,3.1)', - 'c', - 314159, '(1,1)', '512', - '1 2 3 4 5 6 7 8', true, '(1.1,1.1)', '(4.1,4.1,3.1,3.1)', - '(0,2,4.1,4.1,3.1,3.1)', '(4.1,4.1,3.1,3.1)', - 'epoch', '01:00:10', '{1.0,2.0,3.0,4.0}', '{1.0,2.0,3.0,4.0}', '{1,2,3,4}'); -SELECT * FROM attmp; - initial | a | b | c | d | e | f | g | i | k | l | m | n | p | q | r | s | t | v | w | x | y | z ----------+---+------+------+-----+-----+---+-----------------------+---+--------+-------+-----+-----------------+---+-----------+-----------------------+-----------------------------+---------------------+--------------------------+------------------+-----------+-----------+----------- - | 4 | name | text | 4.1 | 4.1 | 2 | ((4.1,4.1),(3.1,3.1)) | c | 314159 | (1,1) | 512 | 1 2 3 4 5 6 7 8 | t | (1.1,1.1) | [(4.1,4.1),(3.1,3.1)] | ((0,2),(4.1,4.1),(3.1,3.1)) | (4.1,4.1),(3.1,3.1) | Thu Jan 01 00:00:00 1970 | @ 1 hour 10 secs | {1,2,3,4} | {1,2,3,4} | {1,2,3,4} -(1 row) - -DROP TABLE attmp; --- the wolf bug - schema mods caused inconsistent row descriptors -CREATE TABLE attmp ( - initial int4 -); -ALTER TABLE attmp ADD COLUMN a int4; -ALTER TABLE attmp ADD COLUMN b name; -ALTER TABLE attmp ADD COLUMN c text; -ALTER TABLE attmp ADD COLUMN d float8; -ALTER TABLE attmp ADD COLUMN e float4; -ALTER TABLE attmp ADD COLUMN f int2; -ALTER TABLE attmp ADD COLUMN g polygon; -ALTER TABLE attmp ADD COLUMN i char; -ALTER TABLE attmp ADD COLUMN k int4; -ALTER TABLE attmp ADD COLUMN l tid; -ALTER TABLE attmp ADD COLUMN m xid; -ALTER TABLE attmp ADD COLUMN n oidvector; ---ALTER TABLE attmp ADD COLUMN o lock; -ALTER TABLE attmp ADD COLUMN p boolean; -ALTER TABLE attmp ADD COLUMN q point; -ALTER TABLE attmp ADD COLUMN r lseg; -ALTER TABLE attmp ADD COLUMN s path; -ALTER TABLE attmp ADD COLUMN t box; -ALTER TABLE attmp ADD COLUMN v timestamp; -ALTER TABLE attmp ADD COLUMN w interval; -ALTER TABLE attmp ADD COLUMN x float8[]; -ALTER TABLE attmp ADD COLUMN y float4[]; -ALTER TABLE attmp ADD COLUMN z int2[]; -INSERT INTO attmp (a, b, c, d, e, f, g, i, k, l, m, n, p, q, r, s, t, - v, w, x, y, z) - VALUES (4, 'name', 'text', 4.1, 4.1, 2, '(4.1,4.1,3.1,3.1)', - 'c', - 314159, '(1,1)', '512', - '1 2 3 4 5 6 7 8', true, '(1.1,1.1)', '(4.1,4.1,3.1,3.1)', - '(0,2,4.1,4.1,3.1,3.1)', '(4.1,4.1,3.1,3.1)', - 'epoch', '01:00:10', '{1.0,2.0,3.0,4.0}', '{1.0,2.0,3.0,4.0}', '{1,2,3,4}'); -SELECT * FROM attmp; - initial | a | b | c | d | e | f | g | i | k | l | m | n | p | q | r | s | t | v | w | x | y | z ----------+---+------+------+-----+-----+---+-----------------------+---+--------+-------+-----+-----------------+---+-----------+-----------------------+-----------------------------+---------------------+--------------------------+------------------+-----------+-----------+----------- - | 4 | name | text | 4.1 | 4.1 | 2 | ((4.1,4.1),(3.1,3.1)) | c | 314159 | (1,1) | 512 | 1 2 3 4 5 6 7 8 | t | (1.1,1.1) | [(4.1,4.1),(3.1,3.1)] | ((0,2),(4.1,4.1),(3.1,3.1)) | (4.1,4.1),(3.1,3.1) | Thu Jan 01 00:00:00 1970 | @ 1 hour 10 secs | {1,2,3,4} | {1,2,3,4} | {1,2,3,4} -(1 row) - -CREATE INDEX attmp_idx ON attmp (a, (d + e), b); -ALTER INDEX attmp_idx ALTER COLUMN 0 SET STATISTICS 1000; -ERROR: column number must be in range from 1 to 32767 -LINE 1: ALTER INDEX attmp_idx ALTER COLUMN 0 SET STATISTICS 1000; - ^ -ALTER INDEX attmp_idx ALTER COLUMN 1 SET STATISTICS 1000; -ERROR: cannot alter statistics on non-expression column "a" of index "attmp_idx" -HINT: Alter statistics on table column instead. -ALTER INDEX attmp_idx ALTER COLUMN 2 SET STATISTICS 1000; -\d+ attmp_idx - Index "public.attmp_idx" - Column | Type | Key? | Definition | Storage | Stats target ---------+------------------+------+------------+---------+-------------- - a | integer | yes | a | plain | - expr | double precision | yes | (d + e) | plain | 1000 - b | cstring | yes | b | plain | -btree, for table "public.attmp" - -ALTER INDEX attmp_idx ALTER COLUMN 3 SET STATISTICS 1000; -ERROR: cannot alter statistics on non-expression column "b" of index "attmp_idx" -HINT: Alter statistics on table column instead. -ALTER INDEX attmp_idx ALTER COLUMN 4 SET STATISTICS 1000; -ERROR: column number 4 of relation "attmp_idx" does not exist -ALTER INDEX attmp_idx ALTER COLUMN 2 SET STATISTICS -1; -DROP TABLE attmp; --- --- rename - check on both non-temp and temp tables --- -CREATE TABLE attmp (regtable int); -CREATE TEMP TABLE attmp (attmptable int); -ALTER TABLE attmp RENAME TO attmp_new; -SELECT * FROM attmp; - regtable ----------- -(0 rows) - -SELECT * FROM attmp_new; - attmptable ------------- -(0 rows) - -ALTER TABLE attmp RENAME TO attmp_new2; -SELECT * FROM attmp; -- should fail -ERROR: relation "attmp" does not exist -LINE 1: SELECT * FROM attmp; - ^ -SELECT * FROM attmp_new; - attmptable ------------- -(0 rows) - -SELECT * FROM attmp_new2; - regtable ----------- -(0 rows) - -DROP TABLE attmp_new; -DROP TABLE attmp_new2; --- check rename of partitioned tables and indexes also -CREATE TABLE part_attmp (a int primary key) partition by range (a); -CREATE TABLE part_attmp1 PARTITION OF part_attmp FOR VALUES FROM (0) TO (100); -ALTER INDEX part_attmp_pkey RENAME TO part_attmp_index; -ALTER INDEX part_attmp1_pkey RENAME TO part_attmp1_index; -ALTER TABLE part_attmp RENAME TO part_at2tmp; -ALTER TABLE part_attmp1 RENAME TO part_at2tmp1; -SET ROLE regress_alter_table_user1; -ALTER INDEX part_attmp_index RENAME TO fail; -ERROR: must be owner of index part_attmp_index -ALTER INDEX part_attmp1_index RENAME TO fail; -ERROR: must be owner of index part_attmp1_index -ALTER TABLE part_at2tmp RENAME TO fail; -ERROR: must be owner of table part_at2tmp -ALTER TABLE part_at2tmp1 RENAME TO fail; -ERROR: must be owner of table part_at2tmp1 -RESET ROLE; -DROP TABLE part_at2tmp; --- --- check renaming to a table's array type's autogenerated name --- (the array type's name should get out of the way) --- -CREATE TABLE attmp_array (id int); -CREATE TABLE attmp_array2 (id int); -SELECT typname FROM pg_type WHERE oid = 'attmp_array[]'::regtype; - typname --------------- - _attmp_array -(1 row) - -SELECT typname FROM pg_type WHERE oid = 'attmp_array2[]'::regtype; - typname ---------------- - _attmp_array2 -(1 row) - -ALTER TABLE attmp_array2 RENAME TO _attmp_array; -SELECT typname FROM pg_type WHERE oid = 'attmp_array[]'::regtype; - typname ---------------- - __attmp_array -(1 row) - -SELECT typname FROM pg_type WHERE oid = '_attmp_array[]'::regtype; - typname ------------------ - __attmp_array_1 -(1 row) - -DROP TABLE _attmp_array; -DROP TABLE attmp_array; --- renaming to table's own array type's name is an interesting corner case -CREATE TABLE attmp_array (id int); -SELECT typname FROM pg_type WHERE oid = 'attmp_array[]'::regtype; - typname --------------- - _attmp_array -(1 row) - -ALTER TABLE attmp_array RENAME TO _attmp_array; -SELECT typname FROM pg_type WHERE oid = '_attmp_array[]'::regtype; - typname ---------------- - __attmp_array -(1 row) - -DROP TABLE _attmp_array; --- ALTER TABLE ... RENAME on non-table relations --- renaming indexes (FIXME: this should probably test the index's functionality) -ALTER INDEX IF EXISTS __onek_unique1 RENAME TO attmp_onek_unique1; -NOTICE: relation "__onek_unique1" does not exist, skipping -ALTER INDEX IF EXISTS __attmp_onek_unique1 RENAME TO onek_unique1; -NOTICE: relation "__attmp_onek_unique1" does not exist, skipping -ALTER INDEX onek_unique1 RENAME TO attmp_onek_unique1; -ALTER INDEX attmp_onek_unique1 RENAME TO onek_unique1; -SET ROLE regress_alter_table_user1; -ALTER INDEX onek_unique1 RENAME TO fail; -- permission denied -ERROR: must be owner of index onek_unique1 -RESET ROLE; --- rename statements with mismatching statement and object types -CREATE TABLE alter_idx_rename_test (a INT); -CREATE INDEX alter_idx_rename_test_idx ON alter_idx_rename_test (a); -CREATE TABLE alter_idx_rename_test_parted (a INT) PARTITION BY LIST (a); -CREATE INDEX alter_idx_rename_test_parted_idx ON alter_idx_rename_test_parted (a); -BEGIN; -ALTER INDEX alter_idx_rename_test RENAME TO alter_idx_rename_test_2; -ALTER INDEX alter_idx_rename_test_parted RENAME TO alter_idx_rename_test_parted_2; -SELECT relation::regclass, mode FROM pg_locks -WHERE pid = pg_backend_pid() AND locktype = 'relation' - AND relation::regclass::text LIKE 'alter\_idx%' -ORDER BY relation::regclass::text COLLATE "C"; - relation | mode ---------------------------------+--------------------- - alter_idx_rename_test_2 | AccessExclusiveLock - alter_idx_rename_test_parted_2 | AccessExclusiveLock -(2 rows) - -COMMIT; -BEGIN; -ALTER INDEX alter_idx_rename_test_idx RENAME TO alter_idx_rename_test_idx_2; -ALTER INDEX alter_idx_rename_test_parted_idx RENAME TO alter_idx_rename_test_parted_idx_2; -SELECT relation::regclass, mode FROM pg_locks -WHERE pid = pg_backend_pid() AND locktype = 'relation' - AND relation::regclass::text LIKE 'alter\_idx%' -ORDER BY relation::regclass::text COLLATE "C"; - relation | mode -------------------------------------+-------------------------- - alter_idx_rename_test_idx_2 | ShareUpdateExclusiveLock - alter_idx_rename_test_parted_idx_2 | ShareUpdateExclusiveLock -(2 rows) - -COMMIT; -BEGIN; -ALTER TABLE alter_idx_rename_test_idx_2 RENAME TO alter_idx_rename_test_idx_3; -ALTER TABLE alter_idx_rename_test_parted_idx_2 RENAME TO alter_idx_rename_test_parted_idx_3; -SELECT relation::regclass, mode FROM pg_locks -WHERE pid = pg_backend_pid() AND locktype = 'relation' - AND relation::regclass::text LIKE 'alter\_idx%' -ORDER BY relation::regclass::text COLLATE "C"; - relation | mode -------------------------------------+--------------------- - alter_idx_rename_test_idx_3 | AccessExclusiveLock - alter_idx_rename_test_parted_idx_3 | AccessExclusiveLock -(2 rows) - -COMMIT; -DROP TABLE alter_idx_rename_test_2; --- renaming views -CREATE VIEW attmp_view (unique1) AS SELECT unique1 FROM tenk1; -ALTER TABLE attmp_view RENAME TO attmp_view_new; -SET ROLE regress_alter_table_user1; -ALTER VIEW attmp_view_new RENAME TO fail; -- permission denied -ERROR: must be owner of view attmp_view_new -RESET ROLE; --- hack to ensure we get an indexscan here -set enable_seqscan to off; -set enable_bitmapscan to off; --- 5 values, sorted -SELECT unique1 FROM tenk1 WHERE unique1 < 5; - unique1 ---------- - 0 - 1 - 2 - 3 - 4 -(5 rows) - -reset enable_seqscan; -reset enable_bitmapscan; -DROP VIEW attmp_view_new; --- toast-like relation name -alter table stud_emp rename to pg_toast_stud_emp; -alter table pg_toast_stud_emp rename to stud_emp; --- renaming index should rename constraint as well -ALTER TABLE onek ADD CONSTRAINT onek_unique1_constraint UNIQUE (unique1); -ALTER INDEX onek_unique1_constraint RENAME TO onek_unique1_constraint_foo; -ALTER TABLE onek DROP CONSTRAINT onek_unique1_constraint_foo; --- renaming constraint -ALTER TABLE onek ADD CONSTRAINT onek_check_constraint CHECK (unique1 >= 0); -ALTER TABLE onek RENAME CONSTRAINT onek_check_constraint TO onek_check_constraint_foo; -ALTER TABLE onek DROP CONSTRAINT onek_check_constraint_foo; --- renaming constraint should rename index as well -ALTER TABLE onek ADD CONSTRAINT onek_unique1_constraint UNIQUE (unique1); -DROP INDEX onek_unique1_constraint; -- to see whether it's there -ERROR: cannot drop index onek_unique1_constraint because constraint onek_unique1_constraint on table onek requires it -HINT: You can drop constraint onek_unique1_constraint on table onek instead. -ALTER TABLE onek RENAME CONSTRAINT onek_unique1_constraint TO onek_unique1_constraint_foo; -DROP INDEX onek_unique1_constraint_foo; -- to see whether it's there -ERROR: cannot drop index onek_unique1_constraint_foo because constraint onek_unique1_constraint_foo on table onek requires it -HINT: You can drop constraint onek_unique1_constraint_foo on table onek instead. -ALTER TABLE onek DROP CONSTRAINT onek_unique1_constraint_foo; --- renaming constraints vs. inheritance -CREATE TABLE constraint_rename_test (a int CONSTRAINT con1 CHECK (a > 0), b int, c int); -\d constraint_rename_test - Table "public.constraint_rename_test" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | integer | | | -Check constraints: - "con1" CHECK (a > 0) - -CREATE TABLE constraint_rename_test2 (a int CONSTRAINT con1 CHECK (a > 0), d int) INHERITS (constraint_rename_test); -NOTICE: merging column "a" with inherited definition -NOTICE: merging constraint "con1" with inherited definition -\d constraint_rename_test2 - Table "public.constraint_rename_test2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | integer | | | - d | integer | | | -Check constraints: - "con1" CHECK (a > 0) -Inherits: constraint_rename_test - -ALTER TABLE constraint_rename_test2 RENAME CONSTRAINT con1 TO con1foo; -- fail -ERROR: cannot rename inherited constraint "con1" -ALTER TABLE ONLY constraint_rename_test RENAME CONSTRAINT con1 TO con1foo; -- fail -ERROR: inherited constraint "con1" must be renamed in child tables too -ALTER TABLE constraint_rename_test RENAME CONSTRAINT con1 TO con1foo; -- ok -\d constraint_rename_test - Table "public.constraint_rename_test" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | integer | | | -Check constraints: - "con1foo" CHECK (a > 0) -Number of child tables: 1 (Use \d+ to list them.) - -\d constraint_rename_test2 - Table "public.constraint_rename_test2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | integer | | | - d | integer | | | -Check constraints: - "con1foo" CHECK (a > 0) -Inherits: constraint_rename_test - -ALTER TABLE constraint_rename_test ADD CONSTRAINT con2 CHECK (b > 0) NO INHERIT; -ALTER TABLE ONLY constraint_rename_test RENAME CONSTRAINT con2 TO con2foo; -- ok -ALTER TABLE constraint_rename_test RENAME CONSTRAINT con2foo TO con2bar; -- ok -\d constraint_rename_test - Table "public.constraint_rename_test" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | integer | | | -Check constraints: - "con1foo" CHECK (a > 0) - "con2bar" CHECK (b > 0) NO INHERIT -Number of child tables: 1 (Use \d+ to list them.) - -\d constraint_rename_test2 - Table "public.constraint_rename_test2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | integer | | | - d | integer | | | -Check constraints: - "con1foo" CHECK (a > 0) -Inherits: constraint_rename_test - -ALTER TABLE constraint_rename_test ADD CONSTRAINT con3 PRIMARY KEY (a); -ALTER TABLE constraint_rename_test RENAME CONSTRAINT con3 TO con3foo; -- ok -\d constraint_rename_test - Table "public.constraint_rename_test" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | not null | - b | integer | | | - c | integer | | | -Indexes: - "con3foo" PRIMARY KEY, btree (a) -Check constraints: - "con1foo" CHECK (a > 0) - "con2bar" CHECK (b > 0) NO INHERIT -Number of child tables: 1 (Use \d+ to list them.) - -\d constraint_rename_test2 - Table "public.constraint_rename_test2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | not null | - b | integer | | | - c | integer | | | - d | integer | | | -Check constraints: - "con1foo" CHECK (a > 0) -Inherits: constraint_rename_test - -DROP TABLE constraint_rename_test2; -DROP TABLE constraint_rename_test; -ALTER TABLE IF EXISTS constraint_not_exist RENAME CONSTRAINT con3 TO con3foo; -- ok -NOTICE: relation "constraint_not_exist" does not exist, skipping -ALTER TABLE IF EXISTS constraint_rename_test ADD CONSTRAINT con4 UNIQUE (a); -NOTICE: relation "constraint_rename_test" does not exist, skipping --- renaming constraints with cache reset of target relation -CREATE TABLE constraint_rename_cache (a int, - CONSTRAINT chk_a CHECK (a > 0), - PRIMARY KEY (a)); -ALTER TABLE constraint_rename_cache - RENAME CONSTRAINT chk_a TO chk_a_new; -ALTER TABLE constraint_rename_cache - RENAME CONSTRAINT constraint_rename_cache_pkey TO constraint_rename_pkey_new; -CREATE TABLE like_constraint_rename_cache - (LIKE constraint_rename_cache INCLUDING ALL); -\d like_constraint_rename_cache - Table "public.like_constraint_rename_cache" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | not null | -Indexes: - "like_constraint_rename_cache_pkey" PRIMARY KEY, btree (a) -Check constraints: - "chk_a_new" CHECK (a > 0) - -DROP TABLE constraint_rename_cache; -DROP TABLE like_constraint_rename_cache; --- FOREIGN KEY CONSTRAINT adding TEST -CREATE TABLE attmp2 (a int primary key); -CREATE TABLE attmp3 (a int, b int); -CREATE TABLE attmp4 (a int, b int, unique(a,b)); -CREATE TABLE attmp5 (a int, b int); --- Insert rows into attmp2 (pktable) -INSERT INTO attmp2 values (1); -INSERT INTO attmp2 values (2); -INSERT INTO attmp2 values (3); -INSERT INTO attmp2 values (4); --- Insert rows into attmp3 -INSERT INTO attmp3 values (1,10); -INSERT INTO attmp3 values (1,20); -INSERT INTO attmp3 values (5,50); --- Try (and fail) to add constraint due to invalid source columns -ALTER TABLE attmp3 add constraint attmpconstr foreign key(c) references attmp2 match full; -ERROR: column "c" referenced in foreign key constraint does not exist --- Try (and fail) to add constraint due to invalid destination columns explicitly given -ALTER TABLE attmp3 add constraint attmpconstr foreign key(a) references attmp2(b) match full; -ERROR: column "b" referenced in foreign key constraint does not exist --- Try (and fail) to add constraint due to invalid data -ALTER TABLE attmp3 add constraint attmpconstr foreign key (a) references attmp2 match full; -ERROR: insert or update on table "attmp3" violates foreign key constraint "attmpconstr" -DETAIL: Key (a)=(5) is not present in table "attmp2". --- Delete failing row -DELETE FROM attmp3 where a=5; --- Try (and succeed) -ALTER TABLE attmp3 add constraint attmpconstr foreign key (a) references attmp2 match full; -ALTER TABLE attmp3 drop constraint attmpconstr; -INSERT INTO attmp3 values (5,50); --- Try NOT VALID and then VALIDATE CONSTRAINT, but fails. Delete failure then re-validate -ALTER TABLE attmp3 add constraint attmpconstr foreign key (a) references attmp2 match full NOT VALID; -ALTER TABLE attmp3 validate constraint attmpconstr; -ERROR: insert or update on table "attmp3" violates foreign key constraint "attmpconstr" -DETAIL: Key (a)=(5) is not present in table "attmp2". --- Delete failing row -DELETE FROM attmp3 where a=5; --- Try (and succeed) and repeat to show it works on already valid constraint -ALTER TABLE attmp3 validate constraint attmpconstr; -ALTER TABLE attmp3 validate constraint attmpconstr; --- Try a non-verified CHECK constraint -ALTER TABLE attmp3 ADD CONSTRAINT b_greater_than_ten CHECK (b > 10); -- fail -ERROR: check constraint "b_greater_than_ten" of relation "attmp3" is violated by some row -ALTER TABLE attmp3 ADD CONSTRAINT b_greater_than_ten CHECK (b > 10) NOT VALID; -- succeeds -ALTER TABLE attmp3 ADD CONSTRAINT b_greater_than_ten_not_enforced CHECK (b > 10) NOT ENFORCED; -- succeeds -ALTER TABLE attmp3 VALIDATE CONSTRAINT b_greater_than_ten; -- fails -ERROR: check constraint "b_greater_than_ten" of relation "attmp3" is violated by some row -DELETE FROM attmp3 WHERE NOT b > 10; -ALTER TABLE attmp3 VALIDATE CONSTRAINT b_greater_than_ten; -- succeeds -ALTER TABLE attmp3 VALIDATE CONSTRAINT b_greater_than_ten; -- succeeds -ALTER TABLE attmp3 VALIDATE CONSTRAINT b_greater_than_ten_not_enforced; -- fail -ERROR: cannot validate NOT ENFORCED constraint --- Test inherited NOT VALID CHECK constraints -select * from attmp3; - a | b ----+---- - 1 | 20 -(1 row) - -CREATE TABLE attmp6 () INHERITS (attmp3); -CREATE TABLE attmp7 () INHERITS (attmp3); -INSERT INTO attmp6 VALUES (6, 30), (7, 16); -ALTER TABLE attmp3 ADD CONSTRAINT b_le_20 CHECK (b <= 20) NOT VALID; -ALTER TABLE attmp3 VALIDATE CONSTRAINT b_le_20; -- fails -ERROR: check constraint "b_le_20" of relation "attmp6" is violated by some row -DELETE FROM attmp6 WHERE b > 20; -ALTER TABLE attmp3 VALIDATE CONSTRAINT b_le_20; -- succeeds --- An already validated constraint must not be revalidated -CREATE FUNCTION boo(int) RETURNS int IMMUTABLE STRICT LANGUAGE plpgsql AS $$ BEGIN RAISE NOTICE 'boo: %', $1; RETURN $1; END; $$; -INSERT INTO attmp7 VALUES (8, 18); -ALTER TABLE attmp7 ADD CONSTRAINT identity CHECK (b = boo(b)); -NOTICE: boo: 18 -ALTER TABLE attmp3 ADD CONSTRAINT IDENTITY check (b = boo(b)) NOT VALID; -NOTICE: merging constraint "identity" with inherited definition -ALTER TABLE attmp3 VALIDATE CONSTRAINT identity; -NOTICE: boo: 20 -NOTICE: boo: 16 --- A NO INHERIT constraint should not be looked for in children during VALIDATE CONSTRAINT -create table parent_noinh_convalid (a int); -create table child_noinh_convalid () inherits (parent_noinh_convalid); -insert into parent_noinh_convalid values (1); -insert into child_noinh_convalid values (1); -alter table parent_noinh_convalid add constraint check_a_is_2 check (a = 2) no inherit not valid; --- fail, because of the row in parent -alter table parent_noinh_convalid validate constraint check_a_is_2; -ERROR: check constraint "check_a_is_2" of relation "parent_noinh_convalid" is violated by some row -delete from only parent_noinh_convalid; --- ok (parent itself contains no violating rows) -alter table parent_noinh_convalid validate constraint check_a_is_2; -select convalidated from pg_constraint where conrelid = 'parent_noinh_convalid'::regclass and conname = 'check_a_is_2'; - convalidated --------------- - t -(1 row) - --- cleanup -drop table parent_noinh_convalid, child_noinh_convalid; --- Try (and fail) to create constraint from attmp5(a) to attmp4(a) - unique constraint on --- attmp4 is a,b -ALTER TABLE attmp5 add constraint attmpconstr foreign key(a) references attmp4(a) match full; -ERROR: there is no unique constraint matching given keys for referenced table "attmp4" -DROP TABLE attmp7; -DROP TABLE attmp6; -DROP TABLE attmp5; -DROP TABLE attmp4; -DROP TABLE attmp3; -DROP TABLE attmp2; --- NOT VALID with plan invalidation -- ensure we don't use a constraint for --- exclusion until validated -set constraint_exclusion TO 'partition'; -create table nv_parent (d date, check (false) no inherit not valid); --- not valid constraint added at creation time should automatically become valid -\d nv_parent - Table "public.nv_parent" - Column | Type | Collation | Nullable | Default ---------+------+-----------+----------+--------- - d | date | | | -Check constraints: - "nv_parent_check" CHECK (false) NO INHERIT - -create table nv_child_2010 () inherits (nv_parent); -create table nv_child_2011 () inherits (nv_parent); -alter table nv_child_2010 add check (d between '2010-01-01'::date and '2010-12-31'::date) not valid; -alter table nv_child_2011 add check (d between '2011-01-01'::date and '2011-12-31'::date) not valid; -explain (costs off) select * from nv_parent where d between '2011-08-01' and '2011-08-31'; - QUERY PLAN ---------------------------------------------------------------------------- - Append - -> Seq Scan on nv_parent nv_parent_1 - Filter: ((d >= '08-01-2011'::date) AND (d <= '08-31-2011'::date)) - -> Seq Scan on nv_child_2010 nv_parent_2 - Filter: ((d >= '08-01-2011'::date) AND (d <= '08-31-2011'::date)) - -> Seq Scan on nv_child_2011 nv_parent_3 - Filter: ((d >= '08-01-2011'::date) AND (d <= '08-31-2011'::date)) -(7 rows) - -create table nv_child_2009 (check (d between '2009-01-01'::date and '2009-12-31'::date)) inherits (nv_parent); -explain (costs off) select * from nv_parent where d between '2011-08-01'::date and '2011-08-31'::date; - QUERY PLAN ---------------------------------------------------------------------------- - Append - -> Seq Scan on nv_parent nv_parent_1 - Filter: ((d >= '08-01-2011'::date) AND (d <= '08-31-2011'::date)) - -> Seq Scan on nv_child_2010 nv_parent_2 - Filter: ((d >= '08-01-2011'::date) AND (d <= '08-31-2011'::date)) - -> Seq Scan on nv_child_2011 nv_parent_3 - Filter: ((d >= '08-01-2011'::date) AND (d <= '08-31-2011'::date)) -(7 rows) - -explain (costs off) select * from nv_parent where d between '2009-08-01'::date and '2009-08-31'::date; - QUERY PLAN ---------------------------------------------------------------------------- - Append - -> Seq Scan on nv_parent nv_parent_1 - Filter: ((d >= '08-01-2009'::date) AND (d <= '08-31-2009'::date)) - -> Seq Scan on nv_child_2010 nv_parent_2 - Filter: ((d >= '08-01-2009'::date) AND (d <= '08-31-2009'::date)) - -> Seq Scan on nv_child_2011 nv_parent_3 - Filter: ((d >= '08-01-2009'::date) AND (d <= '08-31-2009'::date)) - -> Seq Scan on nv_child_2009 nv_parent_4 - Filter: ((d >= '08-01-2009'::date) AND (d <= '08-31-2009'::date)) -(9 rows) - --- after validation, the constraint should be used -alter table nv_child_2011 VALIDATE CONSTRAINT nv_child_2011_d_check; -explain (costs off) select * from nv_parent where d between '2009-08-01'::date and '2009-08-31'::date; - QUERY PLAN ---------------------------------------------------------------------------- - Append - -> Seq Scan on nv_parent nv_parent_1 - Filter: ((d >= '08-01-2009'::date) AND (d <= '08-31-2009'::date)) - -> Seq Scan on nv_child_2010 nv_parent_2 - Filter: ((d >= '08-01-2009'::date) AND (d <= '08-31-2009'::date)) - -> Seq Scan on nv_child_2009 nv_parent_3 - Filter: ((d >= '08-01-2009'::date) AND (d <= '08-31-2009'::date)) -(7 rows) - --- add an inherited NOT VALID constraint -alter table nv_parent add check (d between '2001-01-01'::date and '2099-12-31'::date) not valid; -\d nv_child_2009 - Table "public.nv_child_2009" - Column | Type | Collation | Nullable | Default ---------+------+-----------+----------+--------- - d | date | | | -Check constraints: - "nv_child_2009_d_check" CHECK (d >= '01-01-2009'::date AND d <= '12-31-2009'::date) - "nv_parent_d_check" CHECK (d >= '01-01-2001'::date AND d <= '12-31-2099'::date) NOT VALID -Inherits: nv_parent - --- we leave nv_parent and children around to help test pg_dump logic --- Foreign key adding test with mixed types --- Note: these tables are TEMP to avoid name conflicts when this test --- is run in parallel with foreign_key.sql. -CREATE TEMP TABLE PKTABLE (ptest1 int PRIMARY KEY); -INSERT INTO PKTABLE VALUES(42); -CREATE TEMP TABLE FKTABLE (ftest1 inet); --- This next should fail, because int=inet does not exist -ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references pktable; -ERROR: foreign key constraint "fktable_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: inet and integer. --- This should also fail for the same reason, but here we --- give the column name -ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references pktable(ptest1); -ERROR: foreign key constraint "fktable_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: inet and integer. -DROP TABLE FKTABLE; --- This should succeed, even though they are different types, --- because int=int8 exists and is a member of the integer opfamily -CREATE TEMP TABLE FKTABLE (ftest1 int8); -ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references pktable; --- Check it actually works -INSERT INTO FKTABLE VALUES(42); -- should succeed -INSERT INTO FKTABLE VALUES(43); -- should fail -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(43) is not present in table "pktable". -DROP TABLE FKTABLE; --- This should fail, because we'd have to cast numeric to int which is --- not an implicit coercion (or use numeric=numeric, but that's not part --- of the integer opfamily) -CREATE TEMP TABLE FKTABLE (ftest1 numeric); -ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references pktable; -ERROR: foreign key constraint "fktable_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: numeric and integer. -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- On the other hand, this should work because int implicitly promotes to --- numeric, and we allow promotion on the FK side -CREATE TEMP TABLE PKTABLE (ptest1 numeric PRIMARY KEY); -INSERT INTO PKTABLE VALUES(42); -CREATE TEMP TABLE FKTABLE (ftest1 int); -ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1) references pktable; --- Check it actually works -INSERT INTO FKTABLE VALUES(42); -- should succeed -INSERT INTO FKTABLE VALUES(43); -- should fail -ERROR: insert or update on table "fktable" violates foreign key constraint "fktable_ftest1_fkey" -DETAIL: Key (ftest1)=(43) is not present in table "pktable". -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; -CREATE TEMP TABLE PKTABLE (ptest1 int, ptest2 inet, - PRIMARY KEY(ptest1, ptest2)); --- This should fail, because we just chose really odd types -CREATE TEMP TABLE FKTABLE (ftest1 cidr, ftest2 timestamp); -ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1, ftest2) references pktable; -ERROR: foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: cidr and integer. -DROP TABLE FKTABLE; --- Again, so should this... -CREATE TEMP TABLE FKTABLE (ftest1 cidr, ftest2 timestamp); -ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1, ftest2) - references pktable(ptest1, ptest2); -ERROR: foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest1" of the referenced table are of incompatible types: cidr and integer. -DROP TABLE FKTABLE; --- This fails because we mixed up the column ordering -CREATE TEMP TABLE FKTABLE (ftest1 int, ftest2 inet); -ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest1, ftest2) - references pktable(ptest2, ptest1); -ERROR: foreign key constraint "fktable_ftest1_ftest2_fkey" cannot be implemented -DETAIL: Key columns "ftest1" of the referencing table and "ptest2" of the referenced table are of incompatible types: integer and inet. --- As does this... -ALTER TABLE FKTABLE ADD FOREIGN KEY(ftest2, ftest1) - references pktable(ptest1, ptest2); -ERROR: foreign key constraint "fktable_ftest2_ftest1_fkey" cannot be implemented -DETAIL: Key columns "ftest2" of the referencing table and "ptest1" of the referenced table are of incompatible types: inet and integer. -DROP TABLE FKTABLE; -DROP TABLE PKTABLE; --- Test that ALTER CONSTRAINT updates trigger deferrability properly -CREATE TEMP TABLE PKTABLE (ptest1 int primary key); -CREATE TEMP TABLE FKTABLE (ftest1 int); -ALTER TABLE FKTABLE ADD CONSTRAINT fknd FOREIGN KEY(ftest1) REFERENCES pktable - ON DELETE CASCADE ON UPDATE NO ACTION NOT DEFERRABLE; -ALTER TABLE FKTABLE ADD CONSTRAINT fkdd FOREIGN KEY(ftest1) REFERENCES pktable - ON DELETE CASCADE ON UPDATE NO ACTION DEFERRABLE INITIALLY DEFERRED; -ALTER TABLE FKTABLE ADD CONSTRAINT fkdi FOREIGN KEY(ftest1) REFERENCES pktable - ON DELETE CASCADE ON UPDATE NO ACTION DEFERRABLE INITIALLY IMMEDIATE; -ALTER TABLE FKTABLE ADD CONSTRAINT fknd2 FOREIGN KEY(ftest1) REFERENCES pktable - ON DELETE CASCADE ON UPDATE NO ACTION DEFERRABLE INITIALLY DEFERRED; -ALTER TABLE FKTABLE ALTER CONSTRAINT fknd2 NOT DEFERRABLE; -ALTER TABLE FKTABLE ADD CONSTRAINT fkdd2 FOREIGN KEY(ftest1) REFERENCES pktable - ON DELETE CASCADE ON UPDATE NO ACTION NOT DEFERRABLE; -ALTER TABLE FKTABLE ALTER CONSTRAINT fkdd2 DEFERRABLE INITIALLY DEFERRED; -ALTER TABLE FKTABLE ADD CONSTRAINT fkdi2 FOREIGN KEY(ftest1) REFERENCES pktable - ON DELETE CASCADE ON UPDATE NO ACTION NOT DEFERRABLE; -ALTER TABLE FKTABLE ALTER CONSTRAINT fkdi2 DEFERRABLE INITIALLY IMMEDIATE; -SELECT conname, tgfoid::regproc, tgtype, tgdeferrable, tginitdeferred -FROM pg_trigger JOIN pg_constraint con ON con.oid = tgconstraint -WHERE tgrelid = 'pktable'::regclass -ORDER BY 1,2,3; - conname | tgfoid | tgtype | tgdeferrable | tginitdeferred ----------+------------------------+--------+--------------+---------------- - fkdd | "RI_FKey_cascade_del" | 9 | f | f - fkdd | "RI_FKey_noaction_upd" | 17 | t | t - fkdd2 | "RI_FKey_cascade_del" | 9 | f | f - fkdd2 | "RI_FKey_noaction_upd" | 17 | t | t - fkdi | "RI_FKey_cascade_del" | 9 | f | f - fkdi | "RI_FKey_noaction_upd" | 17 | t | f - fkdi2 | "RI_FKey_cascade_del" | 9 | f | f - fkdi2 | "RI_FKey_noaction_upd" | 17 | t | f - fknd | "RI_FKey_cascade_del" | 9 | f | f - fknd | "RI_FKey_noaction_upd" | 17 | f | f - fknd2 | "RI_FKey_cascade_del" | 9 | f | f - fknd2 | "RI_FKey_noaction_upd" | 17 | f | f -(12 rows) - -SELECT conname, tgfoid::regproc, tgtype, tgdeferrable, tginitdeferred -FROM pg_trigger JOIN pg_constraint con ON con.oid = tgconstraint -WHERE tgrelid = 'fktable'::regclass -ORDER BY 1,2,3; - conname | tgfoid | tgtype | tgdeferrable | tginitdeferred ----------+---------------------+--------+--------------+---------------- - fkdd | "RI_FKey_check_ins" | 5 | t | t - fkdd | "RI_FKey_check_upd" | 17 | t | t - fkdd2 | "RI_FKey_check_ins" | 5 | t | t - fkdd2 | "RI_FKey_check_upd" | 17 | t | t - fkdi | "RI_FKey_check_ins" | 5 | t | f - fkdi | "RI_FKey_check_upd" | 17 | t | f - fkdi2 | "RI_FKey_check_ins" | 5 | t | f - fkdi2 | "RI_FKey_check_upd" | 17 | t | f - fknd | "RI_FKey_check_ins" | 5 | f | f - fknd | "RI_FKey_check_upd" | 17 | f | f - fknd2 | "RI_FKey_check_ins" | 5 | f | f - fknd2 | "RI_FKey_check_upd" | 17 | f | f -(12 rows) - --- temp tables should go away by themselves, need not drop them. --- test check constraint adding -create table atacc1 ( test int ); --- add a check constraint -alter table atacc1 add constraint atacc_test1 check (test>3); --- should fail -insert into atacc1 (test) values (2); -ERROR: new row for relation "atacc1" violates check constraint "atacc_test1" -DETAIL: Failing row contains (2). --- should succeed -insert into atacc1 (test) values (4); -drop table atacc1; --- let's do one where the check fails when added -create table atacc1 ( test int ); --- insert a soon to be failing row -insert into atacc1 (test) values (2); --- add a check constraint (fails) -alter table atacc1 add constraint atacc_test1 check (test>3); -ERROR: check constraint "atacc_test1" of relation "atacc1" is violated by some row -insert into atacc1 (test) values (4); -drop table atacc1; --- let's do one where the check fails because the column doesn't exist -create table atacc1 ( test int ); --- add a check constraint (fails) -alter table atacc1 add constraint atacc_test1 check (test1>3); -ERROR: column "test1" does not exist -HINT: Perhaps you meant to reference the column "atacc1.test". -drop table atacc1; --- something a little more complicated -create table atacc1 ( test int, test2 int, test3 int); --- add a check constraint (fails) -alter table atacc1 add constraint atacc_test1 check (test+test23), test2 int); -alter table atacc1 add check (test2>test); --- should fail for $2 -insert into atacc1 (test2, test) values (3, 4); -ERROR: new row for relation "atacc1" violates check constraint "atacc1_check" -DETAIL: Failing row contains (4, 3). -drop table atacc1; --- inheritance related tests -create table atacc1 (test int); -create table atacc2 (test2 int); -create table atacc3 (test3 int) inherits (atacc1, atacc2); -alter table atacc2 add constraint foo check (test2>0); --- fail and then succeed on atacc2 -insert into atacc2 (test2) values (-3); -ERROR: new row for relation "atacc2" violates check constraint "foo" -DETAIL: Failing row contains (-3). -insert into atacc2 (test2) values (3); --- fail and then succeed on atacc3 -insert into atacc3 (test2) values (-3); -ERROR: new row for relation "atacc3" violates check constraint "foo" -DETAIL: Failing row contains (null, -3, null). -insert into atacc3 (test2) values (3); -drop table atacc3; -drop table atacc2; -drop table atacc1; --- same things with one created with INHERIT -create table atacc1 (test int); -create table atacc2 (test2 int); -create table atacc3 (test3 int) inherits (atacc1, atacc2); -alter table atacc3 no inherit atacc2; --- fail -alter table atacc3 no inherit atacc2; -ERROR: relation "atacc2" is not a parent of relation "atacc3" --- make sure it really isn't a child -insert into atacc3 (test2) values (3); -select test2 from atacc2; - test2 -------- -(0 rows) - --- fail due to missing constraint -alter table atacc2 add constraint foo check (test2>0); -alter table atacc3 inherit atacc2; -ERROR: child table is missing constraint "foo" --- fail due to missing column -alter table atacc3 rename test2 to testx; -alter table atacc3 inherit atacc2; -ERROR: child table is missing column "test2" --- fail due to mismatched data type -alter table atacc3 add test2 bool; -alter table atacc3 inherit atacc2; -ERROR: child table "atacc3" has different type for column "test2" -alter table atacc3 drop test2; --- succeed -alter table atacc3 add test2 int; -update atacc3 set test2 = 4 where test2 is null; -alter table atacc3 add constraint foo check (test2>0); -alter table atacc3 inherit atacc2; --- fail due to duplicates and circular inheritance -alter table atacc3 inherit atacc2; -ERROR: relation "atacc2" would be inherited from more than once -alter table atacc2 inherit atacc3; -ERROR: circular inheritance not allowed -DETAIL: "atacc3" is already a child of "atacc2". -alter table atacc2 inherit atacc2; -ERROR: circular inheritance not allowed -DETAIL: "atacc2" is already a child of "atacc2". --- test that we really are a child now (should see 4 not 3 and cascade should go through) -select test2 from atacc2; - test2 -------- - 4 -(1 row) - -drop table atacc2 cascade; -NOTICE: drop cascades to table atacc3 -drop table atacc1; --- adding only to a parent is allowed as of 9.2 -create table atacc1 (test int); -create table atacc2 (test2 int) inherits (atacc1); --- ok: -alter table atacc1 add constraint foo check (test>0) no inherit; --- check constraint is not there on child -insert into atacc2 (test) values (-3); --- check constraint is there on parent -insert into atacc1 (test) values (-3); -ERROR: new row for relation "atacc1" violates check constraint "foo" -DETAIL: Failing row contains (-3). -insert into atacc1 (test) values (3); --- fail, violating row: -alter table atacc2 add constraint foo check (test>0) no inherit; -ERROR: check constraint "foo" of relation "atacc2" is violated by some row -drop table atacc2; -drop table atacc1; --- test unique constraint adding -create table atacc1 ( test int ) ; --- add a unique constraint -alter table atacc1 add constraint atacc_test1 unique (test); --- insert first value -insert into atacc1 (test) values (2); --- should fail -insert into atacc1 (test) values (2); -ERROR: duplicate key value violates unique constraint "atacc_test1" -DETAIL: Key (test)=(2) already exists. --- should succeed -insert into atacc1 (test) values (4); --- try to create duplicates via alter table using - should fail -alter table atacc1 alter column test type integer using 0; -ERROR: could not create unique index "atacc_test1" -DETAIL: Key (test)=(0) is duplicated. -drop table atacc1; --- let's do one where the unique constraint fails when added -create table atacc1 ( test int ); --- insert soon to be failing rows -insert into atacc1 (test) values (2); -insert into atacc1 (test) values (2); --- add a unique constraint (fails) -alter table atacc1 add constraint atacc_test1 unique (test); -ERROR: could not create unique index "atacc_test1" -DETAIL: Key (test)=(2) is duplicated. -insert into atacc1 (test) values (3); -drop table atacc1; --- let's do one where the unique constraint fails --- because the column doesn't exist -create table atacc1 ( test int ); --- add a unique constraint (fails) -alter table atacc1 add constraint atacc_test1 unique (test1); -ERROR: column "test1" named in key does not exist -drop table atacc1; --- something a little more complicated -create table atacc1 ( test int, test2 int); --- add a unique constraint -alter table atacc1 add constraint atacc_test1 unique (test, test2); --- insert initial value -insert into atacc1 (test,test2) values (4,4); --- should fail -insert into atacc1 (test,test2) values (4,4); -ERROR: duplicate key value violates unique constraint "atacc_test1" -DETAIL: Key (test, test2)=(4, 4) already exists. --- should all succeed -insert into atacc1 (test,test2) values (4,5); -insert into atacc1 (test,test2) values (5,4); -insert into atacc1 (test,test2) values (5,5); -drop table atacc1; --- lets do some naming tests -create table atacc1 (test int, test2 int, unique(test)); -alter table atacc1 add unique (test2); --- should fail for @@ second one @@ -insert into atacc1 (test2, test) values (3, 3); -insert into atacc1 (test2, test) values (2, 3); -ERROR: duplicate key value violates unique constraint "atacc1_test_key" -DETAIL: Key (test)=(3) already exists. -drop table atacc1; --- test primary key constraint adding -create table atacc1 ( id serial, test int) ; --- add a primary key constraint -alter table atacc1 add constraint atacc_test1 primary key (test); --- insert first value -insert into atacc1 (test) values (2); --- should fail -insert into atacc1 (test) values (2); -ERROR: duplicate key value violates unique constraint "atacc_test1" -DETAIL: Key (test)=(2) already exists. --- should succeed -insert into atacc1 (test) values (4); --- inserting NULL should fail -insert into atacc1 (test) values(NULL); -ERROR: null value in column "test" of relation "atacc1" violates not-null constraint -DETAIL: Failing row contains (4, null). --- try adding a second primary key (should fail) -alter table atacc1 add constraint atacc_oid1 primary key(id); -ERROR: multiple primary keys for table "atacc1" are not allowed --- drop first primary key constraint -alter table atacc1 drop constraint atacc_test1 restrict; --- try adding a primary key on oid (should succeed) -alter table atacc1 add constraint atacc_oid1 primary key(id); -drop table atacc1; --- let's do one where the primary key constraint fails when added -create table atacc1 ( test int ); --- insert soon to be failing rows -insert into atacc1 (test) values (2); -insert into atacc1 (test) values (2); --- add a primary key (fails) -alter table atacc1 add constraint atacc_test1 primary key (test); -ERROR: could not create unique index "atacc_test1" -DETAIL: Key (test)=(2) is duplicated. -insert into atacc1 (test) values (3); -drop table atacc1; --- let's do another one where the primary key constraint fails when added -create table atacc1 ( test int ); --- insert soon to be failing row -insert into atacc1 (test) values (NULL); --- add a primary key (fails) -alter table atacc1 add constraint atacc_test1 primary key (test); -ERROR: column "test" of relation "atacc1" contains null values -insert into atacc1 (test) values (3); -drop table atacc1; --- let's do one where the primary key constraint fails --- because the column doesn't exist -create table atacc1 ( test int ); --- add a primary key constraint (fails) -alter table atacc1 add constraint atacc_test1 primary key (test1); -ERROR: column "test1" of relation "atacc1" does not exist -drop table atacc1; --- adding a new column as primary key to a non-empty table. --- should fail unless the column has a non-null default value. -create table atacc1 ( test int ); -insert into atacc1 (test) values (0); --- add a primary key column without a default (fails). -alter table atacc1 add column test2 int primary key; -ERROR: column "test2" of relation "atacc1" contains null values --- now add a primary key column with a default (succeeds). -alter table atacc1 add column test2 int default 0 primary key; -drop table atacc1; --- this combination used to have order-of-execution problems (bug #15580) -create table atacc1 (a int); -insert into atacc1 values(1); -alter table atacc1 - add column b float8 not null default random(), - add primary key(a); -drop table atacc1; --- additionally, we've seen issues with foreign key validation not being --- properly delayed until after a table rewrite. Check that works ok. -create table atacc1 (a int primary key); -alter table atacc1 add constraint atacc1_fkey foreign key (a) references atacc1 (a) not valid; -alter table atacc1 validate constraint atacc1_fkey, alter a type bigint; -drop table atacc1; --- we've also seen issues with check constraints being validated at the wrong --- time when there's a pending table rewrite. -create table atacc1 (a bigint, b int); -insert into atacc1 values(1,1); -alter table atacc1 add constraint atacc1_chk check(b = 1) not valid; -alter table atacc1 validate constraint atacc1_chk, alter a type int; -drop table atacc1; --- same as above, but ensure the constraint violation is detected -create table atacc1 (a bigint, b int); -insert into atacc1 values(1,2); -alter table atacc1 add constraint atacc1_chk check(b = 1) not valid; -alter table atacc1 validate constraint atacc1_chk, alter a type int; -ERROR: check constraint "atacc1_chk" of relation "atacc1" is violated by some row -drop table atacc1; --- something a little more complicated -create table atacc1 ( test int, test2 int); --- add a primary key constraint -alter table atacc1 add constraint atacc_test1 primary key (test, test2); --- try adding a second primary key - should fail -alter table atacc1 add constraint atacc_test2 primary key (test); -ERROR: multiple primary keys for table "atacc1" are not allowed --- insert initial value -insert into atacc1 (test,test2) values (4,4); --- should fail -insert into atacc1 (test,test2) values (4,4); -ERROR: duplicate key value violates unique constraint "atacc_test1" -DETAIL: Key (test, test2)=(4, 4) already exists. -insert into atacc1 (test,test2) values (NULL,3); -ERROR: null value in column "test" of relation "atacc1" violates not-null constraint -DETAIL: Failing row contains (null, 3). -insert into atacc1 (test,test2) values (3, NULL); -ERROR: null value in column "test2" of relation "atacc1" violates not-null constraint -DETAIL: Failing row contains (3, null). -insert into atacc1 (test,test2) values (NULL,NULL); -ERROR: null value in column "test" of relation "atacc1" violates not-null constraint -DETAIL: Failing row contains (null, null). --- should all succeed -insert into atacc1 (test,test2) values (4,5); -insert into atacc1 (test,test2) values (5,4); -insert into atacc1 (test,test2) values (5,5); -drop table atacc1; --- lets do some naming tests -create table atacc1 (test int, test2 int, primary key(test)); --- only first should succeed -insert into atacc1 (test2, test) values (3, 3); -insert into atacc1 (test2, test) values (2, 3); -ERROR: duplicate key value violates unique constraint "atacc1_pkey" -DETAIL: Key (test)=(3) already exists. -insert into atacc1 (test2, test) values (1, NULL); -ERROR: null value in column "test" of relation "atacc1" violates not-null constraint -DETAIL: Failing row contains (null, 1). -drop table atacc1; --- alter table / alter column [set/drop] not null tests --- try altering system catalogs, should fail -alter table pg_class alter column relname drop not null; -ERROR: permission denied: "pg_class" is a system catalog -alter table pg_class alter relname set not null; -ERROR: permission denied: "pg_class" is a system catalog --- try altering non-existent table, should fail -alter table non_existent alter column bar set not null; -ERROR: relation "non_existent" does not exist -alter table non_existent alter column bar drop not null; -ERROR: relation "non_existent" does not exist --- test setting columns to null and not null and vice versa --- test checking for null values and primary key -create table atacc1 (test int not null); -alter table atacc1 add constraint "atacc1_pkey" primary key (test); -\d atacc1 - Table "public.atacc1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - test | integer | | not null | -Indexes: - "atacc1_pkey" PRIMARY KEY, btree (test) - -alter table atacc1 alter column test drop not null; -ERROR: column "test" is in a primary key -\d atacc1 - Table "public.atacc1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - test | integer | | not null | -Indexes: - "atacc1_pkey" PRIMARY KEY, btree (test) - -alter table atacc1 drop constraint "atacc1_pkey"; -alter table atacc1 alter column test drop not null; -\d atacc1 - Table "public.atacc1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - test | integer | | | - -insert into atacc1 values (null); -alter table atacc1 alter test set not null; -ERROR: column "test" of relation "atacc1" contains null values -delete from atacc1; -alter table atacc1 alter test set not null; --- try altering a non-existent column, should fail -alter table atacc1 alter bar set not null; -ERROR: column "bar" of relation "atacc1" does not exist -alter table atacc1 alter bar drop not null; -ERROR: column "bar" of relation "atacc1" does not exist --- try creating a view and altering that, should fail -create view myview as select * from atacc1; -alter table myview alter column test drop not null; -ERROR: ALTER action ALTER COLUMN ... DROP NOT NULL cannot be performed on relation "myview" -DETAIL: This operation is not supported for views. -alter table myview alter column test set not null; -ERROR: ALTER action ALTER COLUMN ... SET NOT NULL cannot be performed on relation "myview" -DETAIL: This operation is not supported for views. -drop view myview; -drop table atacc1; --- set not null verified by constraints -create table atacc1 (test_a int, test_b int); -insert into atacc1 values (null, 1); --- constraint not cover all values, should fail -alter table atacc1 add constraint atacc1_constr_or check(test_a is not null or test_b < 10); -alter table atacc1 alter test_a set not null; -ERROR: column "test_a" of relation "atacc1" contains null values -alter table atacc1 drop constraint atacc1_constr_or; --- not valid constraint, should fail -alter table atacc1 add constraint atacc1_constr_invalid check(test_a is not null) not valid; -alter table atacc1 alter test_a set not null; -ERROR: column "test_a" of relation "atacc1" contains null values -alter table atacc1 drop constraint atacc1_constr_invalid; --- with valid constraint -update atacc1 set test_a = 1; -alter table atacc1 add constraint atacc1_constr_a_valid check(test_a is not null); -alter table atacc1 alter test_a set not null; -delete from atacc1; -insert into atacc1 values (2, null); -alter table atacc1 alter test_a drop not null; --- test multiple set not null at same time --- test_a checked by atacc1_constr_a_valid, test_b should fail by table scan -alter table atacc1 alter test_a set not null, alter test_b set not null; -ERROR: column "test_b" of relation "atacc1" contains null values --- commands order has no importance -alter table atacc1 alter test_b set not null, alter test_a set not null; -ERROR: column "test_b" of relation "atacc1" contains null values --- valid one by table scan, one by check constraints -update atacc1 set test_b = 1; -alter table atacc1 alter test_b set not null, alter test_a set not null; -alter table atacc1 alter test_a drop not null, alter test_b drop not null; --- both column has check constraints -alter table atacc1 add constraint atacc1_constr_b_valid check(test_b is not null); -alter table atacc1 alter test_b set not null, alter test_a set not null; -drop table atacc1; --- not null not valid with partitions -CREATE TABLE atnnparted (id int, col1 int) PARTITION BY LIST (id); -ALTER TABLE atnnparted ADD CONSTRAINT dummy_constr NOT NULL id NOT VALID; -CREATE TABLE atnnpart1 (col1 int, id int); -ALTER TABLE atnnpart1 ADD CONSTRAINT another_constr NOT NULL id; -ALTER TABLE atnnpart1 ADD PRIMARY KEY (id); -ALTER TABLE atnnparted ATTACH PARTITION atnnpart1 FOR VALUES IN ('1'); -\d+ atnnpart* - Table "public.atnnpart1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - col1 | integer | | | | plain | | - id | integer | | not null | | plain | | -Partition of: atnnparted FOR VALUES IN (1) -Partition constraint: ((id IS NOT NULL) AND (id = 1)) -Indexes: - "atnnpart1_pkey" PRIMARY KEY, btree (id) -Not-null constraints: - "another_constr" NOT NULL "id" (inherited) - - Index "public.atnnpart1_pkey" - Column | Type | Key? | Definition | Storage | Stats target ---------+---------+------+------------+---------+-------------- - id | integer | yes | id | plain | -primary key, btree, for table "public.atnnpart1" - - Partitioned table "public.atnnparted" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - id | integer | | not null | | plain | | - col1 | integer | | | | plain | | -Partition key: LIST (id) -Not-null constraints: - "dummy_constr" NOT NULL "id" NOT VALID -Partitions: atnnpart1 FOR VALUES IN (1) - -BEGIN; -ALTER TABLE atnnparted VALIDATE CONSTRAINT dummy_constr; -\d+ atnnpart* - Table "public.atnnpart1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - col1 | integer | | | | plain | | - id | integer | | not null | | plain | | -Partition of: atnnparted FOR VALUES IN (1) -Partition constraint: ((id IS NOT NULL) AND (id = 1)) -Indexes: - "atnnpart1_pkey" PRIMARY KEY, btree (id) -Not-null constraints: - "another_constr" NOT NULL "id" (inherited) - - Index "public.atnnpart1_pkey" - Column | Type | Key? | Definition | Storage | Stats target ---------+---------+------+------------+---------+-------------- - id | integer | yes | id | plain | -primary key, btree, for table "public.atnnpart1" - - Partitioned table "public.atnnparted" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - id | integer | | not null | | plain | | - col1 | integer | | | | plain | | -Partition key: LIST (id) -Not-null constraints: - "dummy_constr" NOT NULL "id" -Partitions: atnnpart1 FOR VALUES IN (1) - -ROLLBACK; --- leave a table in this state for the pg_upgrade test --- test inheritance -create table parent (a int); -create table child (b varchar(255)) inherits (parent); -alter table parent alter a set not null; -insert into parent values (NULL); -ERROR: null value in column "a" of relation "parent" violates not-null constraint -DETAIL: Failing row contains (null). -insert into child (a, b) values (NULL, 'foo'); -ERROR: null value in column "a" of relation "child" violates not-null constraint -DETAIL: Failing row contains (null, foo). -alter table parent alter a drop not null; -insert into parent values (NULL); -insert into child (a, b) values (NULL, 'foo'); -alter table only parent alter a set not null; -ERROR: column "a" of relation "parent" contains null values -alter table child alter a set not null; -ERROR: column "a" of relation "child" contains null values -drop table child; -drop table parent; --- test setting and removing default values -create table def_test ( - c1 int4 default 5, - c2 text default 'initial_default' -); -insert into def_test default values; -alter table def_test alter column c1 drop default; -insert into def_test default values; -alter table def_test alter column c2 drop default; -insert into def_test default values; -alter table def_test alter column c1 set default 10; -alter table def_test alter column c2 set default 'new_default'; -insert into def_test default values; -select * from def_test; - c1 | c2 -----+----------------- - 5 | initial_default - | initial_default - | - 10 | new_default -(4 rows) - --- set defaults to an incorrect type: this should fail -alter table def_test alter column c1 set default 'wrong_datatype'; -ERROR: invalid input syntax for type integer: "wrong_datatype" -alter table def_test alter column c2 set default 20; --- set defaults on a non-existent column: this should fail -alter table def_test alter column c3 set default 30; -ERROR: column "c3" of relation "def_test" does not exist --- set defaults on views: we need to create a view, add a rule --- to allow insertions into it, and then alter the view to add --- a default -create view def_view_test as select * from def_test; -create rule def_view_test_ins as - on insert to def_view_test - do instead insert into def_test select new.*; -insert into def_view_test default values; -alter table def_view_test alter column c1 set default 45; -insert into def_view_test default values; -alter table def_view_test alter column c2 set default 'view_default'; -insert into def_view_test default values; -select * from def_view_test; - c1 | c2 -----+----------------- - 5 | initial_default - | initial_default - | - 10 | new_default - | - 45 | - 45 | view_default -(7 rows) - -drop rule def_view_test_ins on def_view_test; -drop view def_view_test; -drop table def_test; --- alter table / drop column tests --- try altering system catalogs, should fail -alter table pg_class drop column relname; -ERROR: permission denied: "pg_class" is a system catalog --- try altering non-existent table, should fail -alter table nosuchtable drop column bar; -ERROR: relation "nosuchtable" does not exist --- test dropping columns -create table atacc1 (a int4 not null, b int4, c int4 not null, d int4); -insert into atacc1 values (1, 2, 3, 4); -alter table atacc1 drop a; -alter table atacc1 drop a; -ERROR: column "a" of relation "atacc1" does not exist --- SELECTs -select * from atacc1; - b | c | d ----+---+--- - 2 | 3 | 4 -(1 row) - -select * from atacc1 order by a; -ERROR: column "a" does not exist -LINE 1: select * from atacc1 order by a; - ^ -select * from atacc1 order by "........pg.dropped.1........"; -ERROR: column "........pg.dropped.1........" does not exist -LINE 1: select * from atacc1 order by "........pg.dropped.1........"... - ^ -select * from atacc1 group by a; -ERROR: column "a" does not exist -LINE 1: select * from atacc1 group by a; - ^ -select * from atacc1 group by "........pg.dropped.1........"; -ERROR: column "........pg.dropped.1........" does not exist -LINE 1: select * from atacc1 group by "........pg.dropped.1........"... - ^ -select atacc1.* from atacc1; - b | c | d ----+---+--- - 2 | 3 | 4 -(1 row) - -select a from atacc1; -ERROR: column "a" does not exist -LINE 1: select a from atacc1; - ^ -select atacc1.a from atacc1; -ERROR: column atacc1.a does not exist -LINE 1: select atacc1.a from atacc1; - ^ -select b,c,d from atacc1; - b | c | d ----+---+--- - 2 | 3 | 4 -(1 row) - -select a,b,c,d from atacc1; -ERROR: column "a" does not exist -LINE 1: select a,b,c,d from atacc1; - ^ -select * from atacc1 where a = 1; -ERROR: column "a" does not exist -LINE 1: select * from atacc1 where a = 1; - ^ -select "........pg.dropped.1........" from atacc1; -ERROR: column "........pg.dropped.1........" does not exist -LINE 1: select "........pg.dropped.1........" from atacc1; - ^ -select atacc1."........pg.dropped.1........" from atacc1; -ERROR: column atacc1.........pg.dropped.1........ does not exist -LINE 1: select atacc1."........pg.dropped.1........" from atacc1; - ^ -select "........pg.dropped.1........",b,c,d from atacc1; -ERROR: column "........pg.dropped.1........" does not exist -LINE 1: select "........pg.dropped.1........",b,c,d from atacc1; - ^ -select * from atacc1 where "........pg.dropped.1........" = 1; -ERROR: column "........pg.dropped.1........" does not exist -LINE 1: select * from atacc1 where "........pg.dropped.1........" = ... - ^ --- UPDATEs -update atacc1 set a = 3; -ERROR: column "a" of relation "atacc1" does not exist -LINE 1: update atacc1 set a = 3; - ^ -update atacc1 set b = 2 where a = 3; -ERROR: column "a" does not exist -LINE 1: update atacc1 set b = 2 where a = 3; - ^ -update atacc1 set "........pg.dropped.1........" = 3; -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -LINE 1: update atacc1 set "........pg.dropped.1........" = 3; - ^ -update atacc1 set b = 2 where "........pg.dropped.1........" = 3; -ERROR: column "........pg.dropped.1........" does not exist -LINE 1: update atacc1 set b = 2 where "........pg.dropped.1........"... - ^ --- INSERTs -insert into atacc1 values (10, 11, 12, 13); -ERROR: INSERT has more expressions than target columns -LINE 1: insert into atacc1 values (10, 11, 12, 13); - ^ -insert into atacc1 values (default, 11, 12, 13); -ERROR: INSERT has more expressions than target columns -LINE 1: insert into atacc1 values (default, 11, 12, 13); - ^ -insert into atacc1 values (11, 12, 13); -insert into atacc1 (a) values (10); -ERROR: column "a" of relation "atacc1" does not exist -LINE 1: insert into atacc1 (a) values (10); - ^ -insert into atacc1 (a) values (default); -ERROR: column "a" of relation "atacc1" does not exist -LINE 1: insert into atacc1 (a) values (default); - ^ -insert into atacc1 (a,b,c,d) values (10,11,12,13); -ERROR: column "a" of relation "atacc1" does not exist -LINE 1: insert into atacc1 (a,b,c,d) values (10,11,12,13); - ^ -insert into atacc1 (a,b,c,d) values (default,11,12,13); -ERROR: column "a" of relation "atacc1" does not exist -LINE 1: insert into atacc1 (a,b,c,d) values (default,11,12,13); - ^ -insert into atacc1 (b,c,d) values (11,12,13); -insert into atacc1 ("........pg.dropped.1........") values (10); -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -LINE 1: insert into atacc1 ("........pg.dropped.1........") values (... - ^ -insert into atacc1 ("........pg.dropped.1........") values (default); -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -LINE 1: insert into atacc1 ("........pg.dropped.1........") values (... - ^ -insert into atacc1 ("........pg.dropped.1........",b,c,d) values (10,11,12,13); -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -LINE 1: insert into atacc1 ("........pg.dropped.1........",b,c,d) va... - ^ -insert into atacc1 ("........pg.dropped.1........",b,c,d) values (default,11,12,13); -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -LINE 1: insert into atacc1 ("........pg.dropped.1........",b,c,d) va... - ^ --- DELETEs -delete from atacc1 where a = 3; -ERROR: column "a" does not exist -LINE 1: delete from atacc1 where a = 3; - ^ -delete from atacc1 where "........pg.dropped.1........" = 3; -ERROR: column "........pg.dropped.1........" does not exist -LINE 1: delete from atacc1 where "........pg.dropped.1........" = 3; - ^ -delete from atacc1; --- try dropping a non-existent column, should fail -alter table atacc1 drop bar; -ERROR: column "bar" of relation "atacc1" does not exist --- try removing an oid column, should succeed (as it's nonexistent) -alter table atacc1 SET WITHOUT OIDS; --- try adding an oid column, should fail (not supported) -alter table atacc1 SET WITH OIDS; -ERROR: syntax error at or near "WITH" -LINE 1: alter table atacc1 SET WITH OIDS; - ^ --- try dropping the xmin column, should fail -alter table atacc1 drop xmin; -ERROR: cannot drop system column "xmin" --- try creating a view and altering that, should fail -create view myview as select * from atacc1; -select * from myview; - b | c | d ----+---+--- -(0 rows) - -alter table myview drop d; -ERROR: ALTER action DROP COLUMN cannot be performed on relation "myview" -DETAIL: This operation is not supported for views. -drop view myview; --- test some commands to make sure they fail on the dropped column -analyze atacc1(a); -ERROR: column "a" of relation "atacc1" does not exist -analyze atacc1("........pg.dropped.1........"); -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -vacuum analyze atacc1(a); -ERROR: column "a" of relation "atacc1" does not exist -vacuum analyze atacc1("........pg.dropped.1........"); -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -comment on column atacc1.a is 'testing'; -ERROR: column "a" of relation "atacc1" does not exist -comment on column atacc1."........pg.dropped.1........" is 'testing'; -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -alter table atacc1 alter a set storage plain; -ERROR: column "a" of relation "atacc1" does not exist -alter table atacc1 alter "........pg.dropped.1........" set storage plain; -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -alter table atacc1 alter a set statistics 0; -ERROR: column "a" of relation "atacc1" does not exist -alter table atacc1 alter "........pg.dropped.1........" set statistics 0; -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -alter table atacc1 alter a set default 3; -ERROR: column "a" of relation "atacc1" does not exist -alter table atacc1 alter "........pg.dropped.1........" set default 3; -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -alter table atacc1 alter a drop default; -ERROR: column "a" of relation "atacc1" does not exist -alter table atacc1 alter "........pg.dropped.1........" drop default; -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -alter table atacc1 alter a set not null; -ERROR: column "a" of relation "atacc1" does not exist -alter table atacc1 alter "........pg.dropped.1........" set not null; -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -alter table atacc1 alter a drop not null; -ERROR: column "a" of relation "atacc1" does not exist -alter table atacc1 alter "........pg.dropped.1........" drop not null; -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -alter table atacc1 rename a to x; -ERROR: column "a" does not exist -alter table atacc1 rename "........pg.dropped.1........" to x; -ERROR: column "........pg.dropped.1........" does not exist -alter table atacc1 add primary key(a); -ERROR: column "a" of relation "atacc1" does not exist -alter table atacc1 add primary key("........pg.dropped.1........"); -ERROR: column "........pg.dropped.1........" of relation "atacc1" does not exist -alter table atacc1 add unique(a); -ERROR: column "a" named in key does not exist -alter table atacc1 add unique("........pg.dropped.1........"); -ERROR: column "........pg.dropped.1........" named in key does not exist -alter table atacc1 add check (a > 3); -ERROR: column "a" does not exist -alter table atacc1 add check ("........pg.dropped.1........" > 3); -ERROR: column "........pg.dropped.1........" does not exist -create table atacc2 (id int4 unique); -alter table atacc1 add foreign key (a) references atacc2(id); -ERROR: column "a" referenced in foreign key constraint does not exist -alter table atacc1 add foreign key ("........pg.dropped.1........") references atacc2(id); -ERROR: column "........pg.dropped.1........" referenced in foreign key constraint does not exist -alter table atacc2 add foreign key (id) references atacc1(a); -ERROR: column "a" referenced in foreign key constraint does not exist -alter table atacc2 add foreign key (id) references atacc1("........pg.dropped.1........"); -ERROR: column "........pg.dropped.1........" referenced in foreign key constraint does not exist -drop table atacc2; -create index "testing_idx" on atacc1(a); -ERROR: column "a" does not exist -create index "testing_idx" on atacc1("........pg.dropped.1........"); -ERROR: column "........pg.dropped.1........" does not exist --- test create as and select into -insert into atacc1 values (21, 22, 23); -create table attest1 as select * from atacc1; -select * from attest1; - b | c | d -----+----+---- - 21 | 22 | 23 -(1 row) - -drop table attest1; -select * into attest2 from atacc1; -select * from attest2; - b | c | d -----+----+---- - 21 | 22 | 23 -(1 row) - -drop table attest2; --- try dropping all columns -alter table atacc1 drop c; -alter table atacc1 drop d; -alter table atacc1 drop b; -select * from atacc1; --- -(1 row) - -drop table atacc1; --- test constraint error reporting in presence of dropped columns -create table atacc1 (id serial primary key, value int check (value < 10)); -insert into atacc1(value) values (100); -ERROR: new row for relation "atacc1" violates check constraint "atacc1_value_check" -DETAIL: Failing row contains (1, 100). -alter table atacc1 drop column value; -alter table atacc1 add column value int check (value < 10); -insert into atacc1(value) values (100); -ERROR: new row for relation "atacc1" violates check constraint "atacc1_value_check" -DETAIL: Failing row contains (2, 100). -insert into atacc1(id, value) values (null, 0); -ERROR: null value in column "id" of relation "atacc1" violates not-null constraint -DETAIL: Failing row contains (null, 0). -drop table atacc1; --- test inheritance -create table parent (a int, b int, c int); -insert into parent values (1, 2, 3); -alter table parent drop a; -create table child (d varchar(255)) inherits (parent); -insert into child values (12, 13, 'testing'); -select * from parent; - b | c -----+---- - 2 | 3 - 12 | 13 -(2 rows) - -select * from child; - b | c | d -----+----+--------- - 12 | 13 | testing -(1 row) - -alter table parent drop c; -select * from parent; - b ----- - 2 - 12 -(2 rows) - -select * from child; - b | d -----+--------- - 12 | testing -(1 row) - -drop table child; -drop table parent; --- check error cases for inheritance column merging -create table parent (a float8, b numeric(10,4), c text collate "C"); -create table child (a float4) inherits (parent); -- fail -NOTICE: merging column "a" with inherited definition -ERROR: column "a" has a type conflict -DETAIL: double precision versus real -create table child (b decimal(10,7)) inherits (parent); -- fail -NOTICE: moving and merging column "b" with inherited definition -DETAIL: User-specified column moved to the position of the inherited column. -ERROR: column "b" has a type conflict -DETAIL: numeric(10,4) versus numeric(10,7) -create table child (c text collate "POSIX") inherits (parent); -- fail -NOTICE: moving and merging column "c" with inherited definition -DETAIL: User-specified column moved to the position of the inherited column. -ERROR: column "c" has a collation conflict -DETAIL: "C" versus "POSIX" -create table child (a double precision, b decimal(10,4)) inherits (parent); -NOTICE: merging column "a" with inherited definition -NOTICE: merging column "b" with inherited definition -drop table child; -drop table parent; --- test copy in/out -create table attest (a int4, b int4, c int4); -insert into attest values (1,2,3); -alter table attest drop a; -copy attest to stdout; -2 3 -copy attest(a) to stdout; -ERROR: column "a" of relation "attest" does not exist -copy attest("........pg.dropped.1........") to stdout; -ERROR: column "........pg.dropped.1........" of relation "attest" does not exist -copy attest from stdin; -ERROR: extra data after last expected column -CONTEXT: COPY attest, line 1: "10 11 12" -select * from attest; - b | c ----+--- - 2 | 3 -(1 row) - -copy attest from stdin; -select * from attest; - b | c -----+---- - 2 | 3 - 21 | 22 -(2 rows) - -copy attest(a) from stdin; -ERROR: column "a" of relation "attest" does not exist -copy attest("........pg.dropped.1........") from stdin; -ERROR: column "........pg.dropped.1........" of relation "attest" does not exist -copy attest(b,c) from stdin; -select * from attest; - b | c -----+---- - 2 | 3 - 21 | 22 - 31 | 32 -(3 rows) - -drop table attest; --- test inheritance -create table dropColumn (a int, b int, e int); -create table dropColumnChild (c int) inherits (dropColumn); -create table dropColumnAnother (d int) inherits (dropColumnChild); --- these two should fail -alter table dropColumnchild drop column a; -ERROR: cannot drop inherited column "a" -alter table only dropColumnChild drop column b; -ERROR: cannot drop inherited column "b" --- these three should work -alter table only dropColumn drop column e; -alter table dropColumnChild drop column c; -alter table dropColumn drop column a; -create table renameColumn (a int); -create table renameColumnChild (b int) inherits (renameColumn); -create table renameColumnAnother (c int) inherits (renameColumnChild); --- these three should fail -alter table renameColumnChild rename column a to d; -ERROR: cannot rename inherited column "a" -alter table only renameColumnChild rename column a to d; -ERROR: inherited column "a" must be renamed in child tables too -alter table only renameColumn rename column a to d; -ERROR: inherited column "a" must be renamed in child tables too --- these should work -alter table renameColumn rename column a to d; -alter table renameColumnChild rename column b to a; --- these should work -alter table if exists doesnt_exist_tab rename column a to d; -NOTICE: relation "doesnt_exist_tab" does not exist, skipping -alter table if exists doesnt_exist_tab rename column b to a; -NOTICE: relation "doesnt_exist_tab" does not exist, skipping --- this should work -alter table renameColumn add column w int; --- this should fail -alter table only renameColumn add column x int; -ERROR: column must be added to child tables too --- this should work -alter table renameColumn add column x int check (x > 0) not enforced; --- this should fail -alter table renameColumn add column y int check (x > 0) not enforced enforced; -ERROR: multiple ENFORCED/NOT ENFORCED clauses not allowed -LINE 1: ...Column add column y int check (x > 0) not enforced enforced; - ^ --- Test corner cases in dropping of inherited columns -create table p1 (f1 int, f2 int); -create table c1 (f1 int not null) inherits(p1); -NOTICE: merging column "f1" with inherited definition --- should be rejected since c1.f1 is inherited -alter table c1 drop column f1; -ERROR: cannot drop inherited column "f1" --- should work -alter table p1 drop column f1; --- c1.f1 is still there, but no longer inherited -select f1 from c1; - f1 ----- -(0 rows) - -alter table c1 drop column f1; -select f1 from c1; -ERROR: column "f1" does not exist -LINE 1: select f1 from c1; - ^ -HINT: Perhaps you meant to reference the column "c1.f2". -drop table p1 cascade; -NOTICE: drop cascades to table c1 -create table p1 (f1 int, f2 int); -create table c1 () inherits(p1); --- should be rejected since c1.f1 is inherited -alter table c1 drop column f1; -ERROR: cannot drop inherited column "f1" -alter table p1 drop column f1; --- c1.f1 is dropped now, since there is no local definition for it -select f1 from c1; -ERROR: column "f1" does not exist -LINE 1: select f1 from c1; - ^ -HINT: Perhaps you meant to reference the column "c1.f2". -drop table p1 cascade; -NOTICE: drop cascades to table c1 -create table p1 (f1 int, f2 int); -create table c1 () inherits(p1); --- should be rejected since c1.f1 is inherited -alter table c1 drop column f1; -ERROR: cannot drop inherited column "f1" -alter table only p1 drop column f1; --- c1.f1 is NOT dropped, but must now be considered non-inherited -alter table c1 drop column f1; -drop table p1 cascade; -NOTICE: drop cascades to table c1 -create table p1 (f1 int, f2 int); -create table c1 (f1 int not null) inherits(p1); -NOTICE: merging column "f1" with inherited definition --- should be rejected since c1.f1 is inherited -alter table c1 drop column f1; -ERROR: cannot drop inherited column "f1" -alter table only p1 drop column f1; --- c1.f1 is still there, but no longer inherited -alter table c1 drop column f1; -drop table p1 cascade; -NOTICE: drop cascades to table c1 -create table p1(id int, name text); -create table p2(id2 int, name text, height int); -create table c1(age int) inherits(p1,p2); -NOTICE: merging multiple inherited definitions of column "name" -create table gc1() inherits (c1); -select relname, attname, attinhcount, attislocal -from pg_class join pg_attribute on (pg_class.oid = pg_attribute.attrelid) -where relname in ('p1','p2','c1','gc1') and attnum > 0 and not attisdropped -order by relname, attnum; - relname | attname | attinhcount | attislocal ----------+---------+-------------+------------ - c1 | id | 1 | f - c1 | name | 2 | f - c1 | id2 | 1 | f - c1 | height | 1 | f - c1 | age | 0 | t - gc1 | id | 1 | f - gc1 | name | 1 | f - gc1 | id2 | 1 | f - gc1 | height | 1 | f - gc1 | age | 1 | f - p1 | id | 0 | t - p1 | name | 0 | t - p2 | id2 | 0 | t - p2 | name | 0 | t - p2 | height | 0 | t -(15 rows) - --- should work -alter table only p1 drop column name; --- should work. Now c1.name is local and inhcount is 0. -alter table p2 drop column name; --- should be rejected since its inherited -alter table gc1 drop column name; -ERROR: cannot drop inherited column "name" --- should work, and drop gc1.name along -alter table c1 drop column name; --- should fail: column does not exist -alter table gc1 drop column name; -ERROR: column "name" of relation "gc1" does not exist --- should work and drop the attribute in all tables -alter table p2 drop column height; --- IF EXISTS test -create table dropColumnExists (); -alter table dropColumnExists drop column non_existing; --fail -ERROR: column "non_existing" of relation "dropcolumnexists" does not exist -alter table dropColumnExists drop column if exists non_existing; --succeed -NOTICE: column "non_existing" of relation "dropcolumnexists" does not exist, skipping -select relname, attname, attinhcount, attislocal -from pg_class join pg_attribute on (pg_class.oid = pg_attribute.attrelid) -where relname in ('p1','p2','c1','gc1') and attnum > 0 and not attisdropped -order by relname, attnum; - relname | attname | attinhcount | attislocal ----------+---------+-------------+------------ - c1 | id | 1 | f - c1 | id2 | 1 | f - c1 | age | 0 | t - gc1 | id | 1 | f - gc1 | id2 | 1 | f - gc1 | age | 1 | f - p1 | id | 0 | t - p2 | id2 | 0 | t -(8 rows) - -drop table p1, p2 cascade; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table c1 -drop cascades to table gc1 --- test attinhcount tracking with merged columns -create table depth0(); -create table depth1(c text) inherits (depth0); -create table depth2() inherits (depth1); -alter table depth0 add c text; -NOTICE: merging definition of column "c" for child "depth1" -select attrelid::regclass, attname, attinhcount, attislocal -from pg_attribute -where attnum > 0 and attrelid::regclass in ('depth0', 'depth1', 'depth2') -order by attrelid::regclass::text, attnum; - attrelid | attname | attinhcount | attislocal -----------+---------+-------------+------------ - depth0 | c | 0 | t - depth1 | c | 1 | t - depth2 | c | 1 | f -(3 rows) - --- test renumbering of child-table columns in inherited operations -create table p1 (f1 int); -create table c1 (f2 text, f3 int) inherits (p1); -alter table p1 add column a1 int check (a1 > 0); -alter table p1 add column f2 text; -NOTICE: merging definition of column "f2" for child "c1" -insert into p1 values (1,2,'abc'); -insert into c1 values(11,'xyz',33,0); -- should fail -ERROR: new row for relation "c1" violates check constraint "p1_a1_check" -DETAIL: Failing row contains (11, xyz, 33, 0). -insert into c1 values(11,'xyz',33,22); -select * from p1; - f1 | a1 | f2 -----+----+----- - 1 | 2 | abc - 11 | 22 | xyz -(2 rows) - -update p1 set a1 = a1 + 1, f2 = upper(f2); -select * from p1; - f1 | a1 | f2 -----+----+----- - 1 | 3 | ABC - 11 | 23 | XYZ -(2 rows) - -drop table p1 cascade; -NOTICE: drop cascades to table c1 --- test that operations with a dropped column do not try to reference --- its datatype -create domain mytype as text; -create temp table foo (f1 text, f2 mytype, f3 text); -insert into foo values('bb','cc','dd'); -select * from foo; - f1 | f2 | f3 -----+----+---- - bb | cc | dd -(1 row) - -drop domain mytype cascade; -NOTICE: drop cascades to column f2 of table foo -select * from foo; - f1 | f3 -----+---- - bb | dd -(1 row) - -insert into foo values('qq','rr'); -select * from foo; - f1 | f3 -----+---- - bb | dd - qq | rr -(2 rows) - -update foo set f3 = 'zz'; -select * from foo; - f1 | f3 -----+---- - bb | zz - qq | zz -(2 rows) - -select f3,max(f1) from foo group by f3; - f3 | max -----+----- - zz | qq -(1 row) - --- Simple tests for alter table column type -alter table foo alter f1 TYPE integer; -- fails -ERROR: column "f1" cannot be cast automatically to type integer -HINT: You might need to specify "USING f1::integer". -alter table foo alter f1 TYPE varchar(10); -create table anothertab (atcol1 serial8, atcol2 boolean, - constraint anothertab_chk check (atcol1 <= 3)); -insert into anothertab (atcol1, atcol2) values (default, true); -insert into anothertab (atcol1, atcol2) values (default, false); -select * from anothertab; - atcol1 | atcol2 ---------+-------- - 1 | t - 2 | f -(2 rows) - -alter table anothertab alter column atcol1 type boolean; -- fails -ERROR: column "atcol1" cannot be cast automatically to type boolean -HINT: You might need to specify "USING atcol1::boolean". -alter table anothertab alter column atcol1 type boolean using atcol1::int; -- fails -ERROR: result of USING clause for column "atcol1" cannot be cast automatically to type boolean -HINT: You might need to add an explicit cast. -alter table anothertab alter column atcol1 type integer; -select * from anothertab; - atcol1 | atcol2 ---------+-------- - 1 | t - 2 | f -(2 rows) - -insert into anothertab (atcol1, atcol2) values (45, null); -- fails -ERROR: new row for relation "anothertab" violates check constraint "anothertab_chk" -DETAIL: Failing row contains (45, null). -insert into anothertab (atcol1, atcol2) values (default, null); -select * from anothertab; - atcol1 | atcol2 ---------+-------- - 1 | t - 2 | f - 3 | -(3 rows) - -alter table anothertab alter column atcol2 type text - using case when atcol2 is true then 'IT WAS TRUE' - when atcol2 is false then 'IT WAS FALSE' - else 'IT WAS NULL!' end; -select * from anothertab; - atcol1 | atcol2 ---------+-------------- - 1 | IT WAS TRUE - 2 | IT WAS FALSE - 3 | IT WAS NULL! -(3 rows) - -alter table anothertab alter column atcol1 type boolean - using case when atcol1 % 2 = 0 then true else false end; -- fails -ERROR: default for column "atcol1" cannot be cast automatically to type boolean -alter table anothertab alter column atcol1 drop default; -alter table anothertab alter column atcol1 type boolean - using case when atcol1 % 2 = 0 then true else false end; -- fails -ERROR: operator does not exist: boolean <= integer -HINT: No operator matches the given name and argument types. You might need to add explicit type casts. -alter table anothertab drop constraint anothertab_chk; -alter table anothertab drop constraint anothertab_chk; -- fails -ERROR: constraint "anothertab_chk" of relation "anothertab" does not exist -alter table anothertab drop constraint IF EXISTS anothertab_chk; -- succeeds -NOTICE: constraint "anothertab_chk" of relation "anothertab" does not exist, skipping -alter table anothertab alter column atcol1 type boolean - using case when atcol1 % 2 = 0 then true else false end; -select * from anothertab; - atcol1 | atcol2 ---------+-------------- - f | IT WAS TRUE - t | IT WAS FALSE - f | IT WAS NULL! -(3 rows) - -drop table anothertab; --- Test index handling in alter table column type (cf. bugs #15835, #15865) -create table anothertab(f1 int primary key, f2 int unique, - f3 int, f4 int, f5 int); -alter table anothertab - add exclude using btree (f3 with =); -alter table anothertab - add exclude using btree (f4 with =) where (f4 is not null); -alter table anothertab - add exclude using btree (f4 with =) where (f5 > 0); -alter table anothertab - add unique(f1,f4); -create index on anothertab(f2,f3); -create unique index on anothertab(f4); -\d anothertab - Table "public.anothertab" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - f1 | integer | | not null | - f2 | integer | | | - f3 | integer | | | - f4 | integer | | | - f5 | integer | | | -Indexes: - "anothertab_pkey" PRIMARY KEY, btree (f1) - "anothertab_f1_f4_key" UNIQUE CONSTRAINT, btree (f1, f4) - "anothertab_f2_f3_idx" btree (f2, f3) - "anothertab_f2_key" UNIQUE CONSTRAINT, btree (f2) - "anothertab_f3_excl" EXCLUDE USING btree (f3 WITH =) - "anothertab_f4_excl" EXCLUDE USING btree (f4 WITH =) WHERE (f4 IS NOT NULL) - "anothertab_f4_excl1" EXCLUDE USING btree (f4 WITH =) WHERE (f5 > 0) - "anothertab_f4_idx" UNIQUE, btree (f4) - -alter table anothertab alter column f1 type bigint; -alter table anothertab - alter column f2 type bigint, - alter column f3 type bigint, - alter column f4 type bigint; -alter table anothertab alter column f5 type bigint; -\d anothertab - Table "public.anothertab" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+--------- - f1 | bigint | | not null | - f2 | bigint | | | - f3 | bigint | | | - f4 | bigint | | | - f5 | bigint | | | -Indexes: - "anothertab_pkey" PRIMARY KEY, btree (f1) - "anothertab_f1_f4_key" UNIQUE CONSTRAINT, btree (f1, f4) - "anothertab_f2_f3_idx" btree (f2, f3) - "anothertab_f2_key" UNIQUE CONSTRAINT, btree (f2) - "anothertab_f3_excl" EXCLUDE USING btree (f3 WITH =) - "anothertab_f4_excl" EXCLUDE USING btree (f4 WITH =) WHERE (f4 IS NOT NULL) - "anothertab_f4_excl1" EXCLUDE USING btree (f4 WITH =) WHERE (f5 > 0) - "anothertab_f4_idx" UNIQUE, btree (f4) - -drop table anothertab; --- test that USING expressions are parsed before column alter type / drop steps -create table another (f1 int, f2 text, f3 text); -insert into another values(1, 'one', 'uno'); -insert into another values(2, 'two', 'due'); -insert into another values(3, 'three', 'tre'); -select * from another; - f1 | f2 | f3 -----+-------+----- - 1 | one | uno - 2 | two | due - 3 | three | tre -(3 rows) - -alter table another - alter f1 type text using f2 || ' and ' || f3 || ' more', - alter f2 type bigint using f1 * 10, - drop column f3; -select * from another; - f1 | f2 ---------------------+---- - one and uno more | 10 - two and due more | 20 - three and tre more | 30 -(3 rows) - -drop table another; --- Create an index that skips WAL, then perform a SET DATA TYPE that skips --- rewriting the index. -begin; -create table skip_wal_skip_rewrite_index (c varchar(10) primary key); -alter table skip_wal_skip_rewrite_index alter c type varchar(20); -commit; --- We disallow changing table's row type if it's used for storage -create table at_tab1 (a int, b text); -create table at_tab2 (x int, y at_tab1); -alter table at_tab1 alter column b type varchar; -- fails -ERROR: cannot alter table "at_tab1" because column "at_tab2.y" uses its row type -drop table at_tab2; --- Use of row type in an expression is defended differently -create table at_tab2 (x int, y text, check((x,y)::at_tab1 = (1,'42')::at_tab1)); -alter table at_tab1 alter column b type varchar; -- allowed, but ... -insert into at_tab2 values(1,'42'); -- ... this will fail -ERROR: ROW() column has type text instead of type character varying -drop table at_tab1, at_tab2; --- Check it for a partitioned table, too -create table at_tab1 (a int, b text) partition by list(a); -create table at_tab2 (x int, y at_tab1); -alter table at_tab1 alter column b type varchar; -- fails -ERROR: cannot alter table "at_tab1" because column "at_tab2.y" uses its row type -drop table at_tab1, at_tab2; --- Alter column type that's part of a partitioned index -create table at_partitioned (a int, b text) partition by range (a); -create table at_part_1 partition of at_partitioned for values from (0) to (1000); -insert into at_partitioned values (512, '0.123'); -create table at_part_2 (b text, a int); -insert into at_part_2 values ('1.234', 1024); -create index on at_partitioned (b); -create index on at_partitioned (a); -\d at_part_1 - Table "public.at_part_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | text | | | -Partition of: at_partitioned FOR VALUES FROM (0) TO (1000) -Indexes: - "at_part_1_a_idx" btree (a) - "at_part_1_b_idx" btree (b) - -\d at_part_2 - Table "public.at_part_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - b | text | | | - a | integer | | | - -alter table at_partitioned attach partition at_part_2 for values from (1000) to (2000); -\d at_part_2 - Table "public.at_part_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - b | text | | | - a | integer | | | -Partition of: at_partitioned FOR VALUES FROM (1000) TO (2000) -Indexes: - "at_part_2_a_idx" btree (a) - "at_part_2_b_idx" btree (b) - -alter table at_partitioned alter column b type numeric using b::numeric; -\d at_part_1 - Table "public.at_part_1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | numeric | | | -Partition of: at_partitioned FOR VALUES FROM (0) TO (1000) -Indexes: - "at_part_1_a_idx" btree (a) - "at_part_1_b_idx" btree (b) - -\d at_part_2 - Table "public.at_part_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - b | numeric | | | - a | integer | | | -Partition of: at_partitioned FOR VALUES FROM (1000) TO (2000) -Indexes: - "at_part_2_a_idx" btree (a) - "at_part_2_b_idx" btree (b) - -drop table at_partitioned; --- Alter column type when no table rewrite is required --- Also check that comments are preserved -create table at_partitioned(id int, name varchar(64), unique (id, name)) - partition by hash(id); -comment on constraint at_partitioned_id_name_key on at_partitioned is 'parent constraint'; -comment on index at_partitioned_id_name_key is 'parent index'; -create table at_partitioned_0 partition of at_partitioned - for values with (modulus 2, remainder 0); -comment on constraint at_partitioned_0_id_name_key on at_partitioned_0 is 'child 0 constraint'; -comment on index at_partitioned_0_id_name_key is 'child 0 index'; -create table at_partitioned_1 partition of at_partitioned - for values with (modulus 2, remainder 1); -comment on constraint at_partitioned_1_id_name_key on at_partitioned_1 is 'child 1 constraint'; -comment on index at_partitioned_1_id_name_key is 'child 1 index'; -insert into at_partitioned values(1, 'foo'); -insert into at_partitioned values(3, 'bar'); -create temp table old_oids as - select relname, oid as oldoid, relfilenode as oldfilenode - from pg_class where relname like 'at_partitioned%'; -select relname, - c.oid = oldoid as orig_oid, - case relfilenode - when 0 then 'none' - when c.oid then 'own' - when oldfilenode then 'orig' - else 'OTHER' - end as storage, - obj_description(c.oid, 'pg_class') as desc - from pg_class c left join old_oids using (relname) - where relname like 'at_partitioned%' - order by relname; - relname | orig_oid | storage | desc -------------------------------+----------+---------+--------------- - at_partitioned | t | none | - at_partitioned_0 | t | own | - at_partitioned_0_id_name_key | t | own | child 0 index - at_partitioned_1 | t | own | - at_partitioned_1_id_name_key | t | own | child 1 index - at_partitioned_id_name_key | t | none | parent index -(6 rows) - -select conname, obj_description(oid, 'pg_constraint') as desc - from pg_constraint where conname like 'at_partitioned%' - order by conname; - conname | desc -------------------------------+-------------------- - at_partitioned_0_id_name_key | child 0 constraint - at_partitioned_1_id_name_key | child 1 constraint - at_partitioned_id_name_key | parent constraint -(3 rows) - -alter table at_partitioned alter column name type varchar(127); -select relname, - c.oid = oldoid as orig_oid, - case relfilenode - when 0 then 'none' - when c.oid then 'own' - when oldfilenode then 'orig' - else 'OTHER' - end as storage, - obj_description(c.oid, 'pg_class') as desc - from pg_class c left join old_oids using (relname) - where relname like 'at_partitioned%' - order by relname; - relname | orig_oid | storage | desc -------------------------------+----------+---------+-------------- - at_partitioned | t | none | - at_partitioned_0 | t | own | - at_partitioned_0_id_name_key | f | own | - at_partitioned_1 | t | own | - at_partitioned_1_id_name_key | f | own | - at_partitioned_id_name_key | f | none | parent index -(6 rows) - -select conname, obj_description(oid, 'pg_constraint') as desc - from pg_constraint where conname like 'at_partitioned%' - order by conname; - conname | desc -------------------------------+------------------- - at_partitioned_0_id_name_key | - at_partitioned_1_id_name_key | - at_partitioned_id_name_key | parent constraint -(3 rows) - --- Don't remove this DROP, it exposes bug #15672 -drop table at_partitioned; --- disallow recursive containment of row types -create temp table recur1 (f1 int); -alter table recur1 add column f2 recur1; -- fails -ERROR: composite type recur1 cannot be made a member of itself -alter table recur1 add column f2 recur1[]; -- fails -ERROR: composite type recur1 cannot be made a member of itself -create domain array_of_recur1 as recur1[]; -alter table recur1 add column f2 array_of_recur1; -- fails -ERROR: composite type recur1 cannot be made a member of itself -create temp table recur2 (f1 int, f2 recur1); -alter table recur1 add column f2 recur2; -- fails -ERROR: composite type recur1 cannot be made a member of itself -alter table recur1 add column f2 int; -alter table recur1 alter column f2 type recur2; -- fails -ERROR: composite type recur1 cannot be made a member of itself --- SET STORAGE may need to add a TOAST table -create table test_storage (a text, c text storage plain); -select reltoastrelid <> 0 as has_toast_table - from pg_class where oid = 'test_storage'::regclass; - has_toast_table ------------------ - t -(1 row) - -alter table test_storage alter a set storage plain; --- rewrite table to remove its TOAST table; need a non-constant column default -alter table test_storage add b int default random()::int; -select reltoastrelid <> 0 as has_toast_table - from pg_class where oid = 'test_storage'::regclass; - has_toast_table ------------------ - f -(1 row) - -alter table test_storage alter a set storage default; -- re-add TOAST table -select reltoastrelid <> 0 as has_toast_table - from pg_class where oid = 'test_storage'::regclass; - has_toast_table ------------------ - t -(1 row) - --- check STORAGE correctness -create table test_storage_failed (a text, b int storage extended); -ERROR: column data type integer can only have storage PLAIN --- test that SET STORAGE propagates to index correctly -create index test_storage_idx on test_storage (b, a); -alter table test_storage alter column a set storage external; -\d+ test_storage - Table "public.test_storage" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+-------------------+----------+--------------+------------- - a | text | | | | external | | - c | text | | | | plain | | - b | integer | | | random()::integer | plain | | -Indexes: - "test_storage_idx" btree (b, a) - -\d+ test_storage_idx - Index "public.test_storage_idx" - Column | Type | Key? | Definition | Storage | Stats target ---------+---------+------+------------+----------+-------------- - b | integer | yes | b | plain | - a | text | yes | a | external | -btree, for table "public.test_storage" - --- ALTER COLUMN TYPE with a check constraint and a child table (bug #13779) -CREATE TABLE test_inh_check (a float check (a > 10.2), b float); -CREATE TABLE test_inh_check_child() INHERITS(test_inh_check); -\d test_inh_check - Table "public.test_inh_check" - Column | Type | Collation | Nullable | Default ---------+------------------+-----------+----------+--------- - a | double precision | | | - b | double precision | | | -Check constraints: - "test_inh_check_a_check" CHECK (a > 10.2::double precision) -Number of child tables: 1 (Use \d+ to list them.) - -\d test_inh_check_child - Table "public.test_inh_check_child" - Column | Type | Collation | Nullable | Default ---------+------------------+-----------+----------+--------- - a | double precision | | | - b | double precision | | | -Check constraints: - "test_inh_check_a_check" CHECK (a > 10.2::double precision) -Inherits: test_inh_check - -select relname, conname, coninhcount, conislocal, connoinherit - from pg_constraint c, pg_class r - where relname like 'test_inh_check%' and c.conrelid = r.oid - order by 1, 2; - relname | conname | coninhcount | conislocal | connoinherit -----------------------+------------------------+-------------+------------+-------------- - test_inh_check | test_inh_check_a_check | 0 | t | f - test_inh_check_child | test_inh_check_a_check | 1 | f | f -(2 rows) - -ALTER TABLE test_inh_check ALTER COLUMN a TYPE numeric; -\d test_inh_check - Table "public.test_inh_check" - Column | Type | Collation | Nullable | Default ---------+------------------+-----------+----------+--------- - a | numeric | | | - b | double precision | | | -Check constraints: - "test_inh_check_a_check" CHECK (a::double precision > 10.2::double precision) -Number of child tables: 1 (Use \d+ to list them.) - -\d test_inh_check_child - Table "public.test_inh_check_child" - Column | Type | Collation | Nullable | Default ---------+------------------+-----------+----------+--------- - a | numeric | | | - b | double precision | | | -Check constraints: - "test_inh_check_a_check" CHECK (a::double precision > 10.2::double precision) -Inherits: test_inh_check - -select relname, conname, coninhcount, conislocal, connoinherit - from pg_constraint c, pg_class r - where relname like 'test_inh_check%' and c.conrelid = r.oid - order by 1, 2; - relname | conname | coninhcount | conislocal | connoinherit -----------------------+------------------------+-------------+------------+-------------- - test_inh_check | test_inh_check_a_check | 0 | t | f - test_inh_check_child | test_inh_check_a_check | 1 | f | f -(2 rows) - --- also try noinherit, local, and local+inherited cases -ALTER TABLE test_inh_check ADD CONSTRAINT bnoinherit CHECK (b > 100) NO INHERIT; -ALTER TABLE test_inh_check_child ADD CONSTRAINT blocal CHECK (b < 1000); -ALTER TABLE test_inh_check_child ADD CONSTRAINT bmerged CHECK (b > 1); -ALTER TABLE test_inh_check ADD CONSTRAINT bmerged CHECK (b > 1); -NOTICE: merging constraint "bmerged" with inherited definition -\d test_inh_check - Table "public.test_inh_check" - Column | Type | Collation | Nullable | Default ---------+------------------+-----------+----------+--------- - a | numeric | | | - b | double precision | | | -Check constraints: - "bmerged" CHECK (b > 1::double precision) - "bnoinherit" CHECK (b > 100::double precision) NO INHERIT - "test_inh_check_a_check" CHECK (a::double precision > 10.2::double precision) -Number of child tables: 1 (Use \d+ to list them.) - -\d test_inh_check_child - Table "public.test_inh_check_child" - Column | Type | Collation | Nullable | Default ---------+------------------+-----------+----------+--------- - a | numeric | | | - b | double precision | | | -Check constraints: - "blocal" CHECK (b < 1000::double precision) - "bmerged" CHECK (b > 1::double precision) - "test_inh_check_a_check" CHECK (a::double precision > 10.2::double precision) -Inherits: test_inh_check - -select relname, conname, coninhcount, conislocal, connoinherit - from pg_constraint c, pg_class r - where relname like 'test_inh_check%' and c.conrelid = r.oid - order by 1, 2; - relname | conname | coninhcount | conislocal | connoinherit -----------------------+------------------------+-------------+------------+-------------- - test_inh_check | bmerged | 0 | t | f - test_inh_check | bnoinherit | 0 | t | t - test_inh_check | test_inh_check_a_check | 0 | t | f - test_inh_check_child | blocal | 0 | t | f - test_inh_check_child | bmerged | 1 | t | f - test_inh_check_child | test_inh_check_a_check | 1 | f | f -(6 rows) - -ALTER TABLE test_inh_check ALTER COLUMN b TYPE numeric; -NOTICE: merging constraint "bmerged" with inherited definition -\d test_inh_check - Table "public.test_inh_check" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | numeric | | | - b | numeric | | | -Check constraints: - "bmerged" CHECK (b::double precision > 1::double precision) - "bnoinherit" CHECK (b::double precision > 100::double precision) NO INHERIT - "test_inh_check_a_check" CHECK (a::double precision > 10.2::double precision) -Number of child tables: 1 (Use \d+ to list them.) - -\d test_inh_check_child - Table "public.test_inh_check_child" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | numeric | | | - b | numeric | | | -Check constraints: - "blocal" CHECK (b::double precision < 1000::double precision) - "bmerged" CHECK (b::double precision > 1::double precision) - "test_inh_check_a_check" CHECK (a::double precision > 10.2::double precision) -Inherits: test_inh_check - -select relname, conname, coninhcount, conislocal, connoinherit - from pg_constraint c, pg_class r - where relname like 'test_inh_check%' and c.conrelid = r.oid - order by 1, 2; - relname | conname | coninhcount | conislocal | connoinherit -----------------------+------------------------+-------------+------------+-------------- - test_inh_check | bmerged | 0 | t | f - test_inh_check | bnoinherit | 0 | t | t - test_inh_check | test_inh_check_a_check | 0 | t | f - test_inh_check_child | blocal | 0 | t | f - test_inh_check_child | bmerged | 1 | t | f - test_inh_check_child | test_inh_check_a_check | 1 | f | f -(6 rows) - --- ALTER COLUMN TYPE with different schema in children --- Bug at https://postgr.es/m/20170102225618.GA10071@telsasoft.com -CREATE TABLE test_type_diff (f1 int); -CREATE TABLE test_type_diff_c (extra smallint) INHERITS (test_type_diff); -ALTER TABLE test_type_diff ADD COLUMN f2 int; -INSERT INTO test_type_diff_c VALUES (1, 2, 3); -ALTER TABLE test_type_diff ALTER COLUMN f2 TYPE bigint USING f2::bigint; -CREATE TABLE test_type_diff2 (int_two int2, int_four int4, int_eight int8); -CREATE TABLE test_type_diff2_c1 (int_four int4, int_eight int8, int_two int2); -CREATE TABLE test_type_diff2_c2 (int_eight int8, int_two int2, int_four int4); -CREATE TABLE test_type_diff2_c3 (int_two int2, int_four int4, int_eight int8); -ALTER TABLE test_type_diff2_c1 INHERIT test_type_diff2; -ALTER TABLE test_type_diff2_c2 INHERIT test_type_diff2; -ALTER TABLE test_type_diff2_c3 INHERIT test_type_diff2; -INSERT INTO test_type_diff2_c1 VALUES (1, 2, 3); -INSERT INTO test_type_diff2_c2 VALUES (4, 5, 6); -INSERT INTO test_type_diff2_c3 VALUES (7, 8, 9); -ALTER TABLE test_type_diff2 ALTER COLUMN int_four TYPE int8 USING int_four::int8; --- whole-row references are disallowed -ALTER TABLE test_type_diff2 ALTER COLUMN int_four TYPE int4 USING (pg_column_size(test_type_diff2)); -ERROR: cannot convert whole-row table reference -DETAIL: USING expression contains a whole-row table reference. --- check for rollback of ANALYZE corrupting table property flags (bug #11638) -CREATE TABLE check_fk_presence_1 (id int PRIMARY KEY, t text); -CREATE TABLE check_fk_presence_2 (id int REFERENCES check_fk_presence_1, t text); -BEGIN; -ALTER TABLE check_fk_presence_2 DROP CONSTRAINT check_fk_presence_2_id_fkey; -ANALYZE check_fk_presence_2; -ROLLBACK; -\d check_fk_presence_2 - Table "public.check_fk_presence_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - id | integer | | | - t | text | | | -Foreign-key constraints: - "check_fk_presence_2_id_fkey" FOREIGN KEY (id) REFERENCES check_fk_presence_1(id) - -DROP TABLE check_fk_presence_1, check_fk_presence_2; --- check column addition within a view (bug #14876) -create table at_base_table(id int, stuff text); -insert into at_base_table values (23, 'skidoo'); -create view at_view_1 as select * from at_base_table bt; -create view at_view_2 as select *, to_json(v1) as j from at_view_1 v1; -\d+ at_view_1 - View "public.at_view_1" - Column | Type | Collation | Nullable | Default | Storage | Description ---------+---------+-----------+----------+---------+----------+------------- - id | integer | | | | plain | - stuff | text | | | | extended | -View definition: - SELECT id, - stuff - FROM at_base_table bt; - -\d+ at_view_2 - View "public.at_view_2" - Column | Type | Collation | Nullable | Default | Storage | Description ---------+---------+-----------+----------+---------+----------+------------- - id | integer | | | | plain | - stuff | text | | | | extended | - j | json | | | | extended | -View definition: - SELECT id, - stuff, - to_json(v1.*) AS j - FROM at_view_1 v1; - -explain (verbose, costs off) select * from at_view_2; - QUERY PLAN ----------------------------------------------------------- - Seq Scan on public.at_base_table bt - Output: bt.id, bt.stuff, to_json(ROW(bt.id, bt.stuff)) -(2 rows) - -select * from at_view_2; - id | stuff | j -----+--------+---------------------------- - 23 | skidoo | {"id":23,"stuff":"skidoo"} -(1 row) - -create or replace view at_view_1 as select *, 2+2 as more from at_base_table bt; -\d+ at_view_1 - View "public.at_view_1" - Column | Type | Collation | Nullable | Default | Storage | Description ---------+---------+-----------+----------+---------+----------+------------- - id | integer | | | | plain | - stuff | text | | | | extended | - more | integer | | | | plain | -View definition: - SELECT id, - stuff, - 2 + 2 AS more - FROM at_base_table bt; - -\d+ at_view_2 - View "public.at_view_2" - Column | Type | Collation | Nullable | Default | Storage | Description ---------+---------+-----------+----------+---------+----------+------------- - id | integer | | | | plain | - stuff | text | | | | extended | - j | json | | | | extended | -View definition: - SELECT id, - stuff, - to_json(v1.*) AS j - FROM at_view_1 v1; - -explain (verbose, costs off) select * from at_view_2; - QUERY PLAN -------------------------------------------------------------- - Seq Scan on public.at_base_table bt - Output: bt.id, bt.stuff, to_json(ROW(bt.id, bt.stuff, 4)) -(2 rows) - -select * from at_view_2; - id | stuff | j -----+--------+------------------------------------- - 23 | skidoo | {"id":23,"stuff":"skidoo","more":4} -(1 row) - -drop view at_view_2; -drop view at_view_1; -drop table at_base_table; --- related case (bug #17811) -begin; -create temp table t1 as select * from int8_tbl; -create temp view v1 as select 1::int8 as q1; -create temp view v2 as select * from v1; -create or replace temp view v1 with (security_barrier = true) - as select * from t1; -create temp table log (q1 int8, q2 int8); -create rule v1_upd_rule as on update to v1 - do also insert into log values (new.*); -update v2 set q1 = q1 + 1 where q1 = 123; -select * from t1; - q1 | q2 -------------------+------------------- - 4567890123456789 | 123 - 4567890123456789 | 4567890123456789 - 4567890123456789 | -4567890123456789 - 124 | 456 - 124 | 4567890123456789 -(5 rows) - -select * from log; - q1 | q2 ------+------------------ - 124 | 456 - 124 | 4567890123456789 -(2 rows) - -rollback; --- check adding a column not itself requiring a rewrite, together with --- a column requiring a default (bug #16038) --- ensure that rewrites aren't silently optimized away, removing the --- value of the test -CREATE FUNCTION check_ddl_rewrite(p_tablename regclass, p_ddl text) -RETURNS boolean -LANGUAGE plpgsql AS $$ -DECLARE - v_relfilenode oid; -BEGIN - v_relfilenode := relfilenode FROM pg_class WHERE oid = p_tablename; - - EXECUTE p_ddl; - - RETURN v_relfilenode <> (SELECT relfilenode FROM pg_class WHERE oid = p_tablename); -END; -$$; -CREATE TABLE rewrite_test(col text); -INSERT INTO rewrite_test VALUES ('something'); -INSERT INTO rewrite_test VALUES (NULL); --- empty[12] don't need rewrite, but notempty[12]_rewrite will force one -SELECT check_ddl_rewrite('rewrite_test', $$ - ALTER TABLE rewrite_test - ADD COLUMN empty1 text, - ADD COLUMN notempty1_rewrite serial; -$$); - check_ddl_rewrite -------------------- - t -(1 row) - -SELECT check_ddl_rewrite('rewrite_test', $$ - ALTER TABLE rewrite_test - ADD COLUMN notempty2_rewrite serial, - ADD COLUMN empty2 text; -$$); - check_ddl_rewrite -------------------- - t -(1 row) - --- also check that fast defaults cause no problem, first without rewrite -SELECT check_ddl_rewrite('rewrite_test', $$ - ALTER TABLE rewrite_test - ADD COLUMN empty3 text, - ADD COLUMN notempty3_norewrite int default 42; -$$); - check_ddl_rewrite -------------------- - f -(1 row) - -SELECT check_ddl_rewrite('rewrite_test', $$ - ALTER TABLE rewrite_test - ADD COLUMN notempty4_norewrite int default 42, - ADD COLUMN empty4 text; -$$); - check_ddl_rewrite -------------------- - f -(1 row) - --- then with rewrite -SELECT check_ddl_rewrite('rewrite_test', $$ - ALTER TABLE rewrite_test - ADD COLUMN empty5 text, - ADD COLUMN notempty5_norewrite int default 42, - ADD COLUMN notempty5_rewrite serial; -$$); - check_ddl_rewrite -------------------- - t -(1 row) - -SELECT check_ddl_rewrite('rewrite_test', $$ - ALTER TABLE rewrite_test - ADD COLUMN notempty6_rewrite serial, - ADD COLUMN empty6 text, - ADD COLUMN notempty6_norewrite int default 42; -$$); - check_ddl_rewrite -------------------- - t -(1 row) - --- cleanup -DROP FUNCTION check_ddl_rewrite(regclass, text); -DROP TABLE rewrite_test; --- --- lock levels --- -drop type lockmodes; -ERROR: type "lockmodes" does not exist -create type lockmodes as enum ( - 'SIReadLock' -,'AccessShareLock' -,'RowShareLock' -,'RowExclusiveLock' -,'ShareUpdateExclusiveLock' -,'ShareLock' -,'ShareRowExclusiveLock' -,'ExclusiveLock' -,'AccessExclusiveLock' -); -drop view my_locks; -ERROR: view "my_locks" does not exist -create or replace view my_locks as -select case when c.relname like 'pg_toast%' then 'pg_toast' else c.relname end, max(mode::lockmodes) as max_lockmode -from pg_locks l join pg_class c on l.relation = c.oid -where virtualtransaction = ( - select virtualtransaction - from pg_locks - where transactionid = pg_current_xact_id()::xid) -and locktype = 'relation' -and relnamespace != (select oid from pg_namespace where nspname = 'pg_catalog') -and c.relname != 'my_locks' -group by c.relname; -create table alterlock (f1 int primary key, f2 text); -insert into alterlock values (1, 'foo'); -create table alterlock2 (f3 int primary key, f1 int); -insert into alterlock2 values (1, 1); -begin; alter table alterlock alter column f2 set statistics 150; -select * from my_locks order by 1; - relname | max_lockmode ------------+-------------------------- - alterlock | ShareUpdateExclusiveLock -(1 row) - -rollback; -begin; alter table alterlock cluster on alterlock_pkey; -select * from my_locks order by 1; - relname | max_lockmode -----------------+-------------------------- - alterlock | ShareUpdateExclusiveLock - alterlock_pkey | ShareUpdateExclusiveLock -(2 rows) - -commit; -begin; alter table alterlock set without cluster; -select * from my_locks order by 1; - relname | max_lockmode ------------+-------------------------- - alterlock | ShareUpdateExclusiveLock -(1 row) - -commit; -begin; alter table alterlock set (fillfactor = 100); -select * from my_locks order by 1; - relname | max_lockmode ------------+-------------------------- - alterlock | ShareUpdateExclusiveLock - pg_toast | ShareUpdateExclusiveLock -(2 rows) - -commit; -begin; alter table alterlock reset (fillfactor); -select * from my_locks order by 1; - relname | max_lockmode ------------+-------------------------- - alterlock | ShareUpdateExclusiveLock - pg_toast | ShareUpdateExclusiveLock -(2 rows) - -commit; -begin; alter table alterlock set (toast.autovacuum_enabled = off); -select * from my_locks order by 1; - relname | max_lockmode ------------+-------------------------- - alterlock | ShareUpdateExclusiveLock - pg_toast | ShareUpdateExclusiveLock -(2 rows) - -commit; -begin; alter table alterlock set (autovacuum_enabled = off); -select * from my_locks order by 1; - relname | max_lockmode ------------+-------------------------- - alterlock | ShareUpdateExclusiveLock - pg_toast | ShareUpdateExclusiveLock -(2 rows) - -commit; -begin; alter table alterlock alter column f2 set (n_distinct = 1); -select * from my_locks order by 1; - relname | max_lockmode ------------+-------------------------- - alterlock | ShareUpdateExclusiveLock -(1 row) - -rollback; --- test that mixing options with different lock levels works as expected -begin; alter table alterlock set (autovacuum_enabled = off, fillfactor = 80); -select * from my_locks order by 1; - relname | max_lockmode ------------+-------------------------- - alterlock | ShareUpdateExclusiveLock - pg_toast | ShareUpdateExclusiveLock -(2 rows) - -commit; -begin; alter table alterlock alter column f2 set storage extended; -select * from my_locks order by 1; - relname | max_lockmode ------------+--------------------- - alterlock | AccessExclusiveLock -(1 row) - -rollback; -begin; alter table alterlock alter column f2 set default 'x'; -select * from my_locks order by 1; - relname | max_lockmode ------------+--------------------- - alterlock | AccessExclusiveLock -(1 row) - -rollback; -begin; -create function ttdummy () returns trigger language plpgsql as -$$ begin return new; end $$; -create trigger ttdummy - before delete or update on alterlock - for each row - execute procedure - ttdummy (1, 1); -select * from my_locks order by 1; - relname | max_lockmode ------------+----------------------- - alterlock | ShareRowExclusiveLock -(1 row) - -rollback; -begin; -select * from my_locks order by 1; - relname | max_lockmode ----------+-------------- -(0 rows) - -alter table alterlock2 add foreign key (f1) references alterlock (f1); -select * from my_locks order by 1; - relname | max_lockmode ------------------+----------------------- - alterlock | ShareRowExclusiveLock - alterlock2 | ShareRowExclusiveLock - alterlock2_pkey | AccessShareLock - alterlock_pkey | AccessShareLock -(4 rows) - -rollback; -begin; -alter table alterlock2 -add constraint alterlock2nv foreign key (f1) references alterlock (f1) NOT VALID; -select * from my_locks order by 1; - relname | max_lockmode -------------+----------------------- - alterlock | ShareRowExclusiveLock - alterlock2 | ShareRowExclusiveLock -(2 rows) - -commit; -begin; -alter table alterlock2 validate constraint alterlock2nv; -select * from my_locks order by 1; - relname | max_lockmode ------------------+-------------------------- - alterlock | RowShareLock - alterlock2 | ShareUpdateExclusiveLock - alterlock2_pkey | AccessShareLock - alterlock_pkey | AccessShareLock -(4 rows) - -rollback; -create or replace view my_locks as -select case when c.relname like 'pg_toast%' then 'pg_toast' else c.relname end, max(mode::lockmodes) as max_lockmode -from pg_locks l join pg_class c on l.relation = c.oid -where virtualtransaction = ( - select virtualtransaction - from pg_locks - where transactionid = pg_current_xact_id()::xid) -and locktype = 'relation' -and relnamespace != (select oid from pg_namespace where nspname = 'pg_catalog') -and c.relname = 'my_locks' -group by c.relname; --- raise exception -alter table my_locks set (autovacuum_enabled = false); -ERROR: unrecognized parameter "autovacuum_enabled" -alter view my_locks set (autovacuum_enabled = false); -ERROR: unrecognized parameter "autovacuum_enabled" -alter table my_locks reset (autovacuum_enabled); -alter view my_locks reset (autovacuum_enabled); -begin; -alter view my_locks set (security_barrier=off); -select * from my_locks order by 1; - relname | max_lockmode -----------+--------------------- - my_locks | AccessExclusiveLock -(1 row) - -alter view my_locks reset (security_barrier); -rollback; --- this test intentionally applies the ALTER TABLE command against a view, but --- uses a view option so we expect this to succeed. This form of SQL is --- accepted for historical reasons, as shown in the docs for ALTER VIEW -begin; -alter table my_locks set (security_barrier=off); -select * from my_locks order by 1; - relname | max_lockmode -----------+--------------------- - my_locks | AccessExclusiveLock -(1 row) - -alter table my_locks reset (security_barrier); -rollback; --- cleanup -drop table alterlock2; -drop table alterlock; -drop view my_locks; -drop type lockmodes; --- --- alter function --- -create function test_strict(text) returns text as - 'select coalesce($1, ''got passed a null'');' - language sql returns null on null input; -select test_strict(NULL); - test_strict -------------- - -(1 row) - -alter function test_strict(text) called on null input; -select test_strict(NULL); - test_strict -------------------- - got passed a null -(1 row) - -create function non_strict(text) returns text as - 'select coalesce($1, ''got passed a null'');' - language sql called on null input; -select non_strict(NULL); - non_strict -------------------- - got passed a null -(1 row) - -alter function non_strict(text) returns null on null input; -select non_strict(NULL); - non_strict ------------- - -(1 row) - --- --- alter object set schema --- -create schema alter1; -create schema alter2; -create table alter1.t1(f1 serial primary key, f2 int check (f2 > 0)); -create view alter1.v1 as select * from alter1.t1; -create function alter1.plus1(int) returns int as 'select $1+1' language sql; -create domain alter1.posint integer check (value > 0); -create type alter1.ctype as (f1 int, f2 text); -create function alter1.same(alter1.ctype, alter1.ctype) returns boolean language sql -as 'select $1.f1 is not distinct from $2.f1 and $1.f2 is not distinct from $2.f2'; -create operator alter1.=(procedure = alter1.same, leftarg = alter1.ctype, rightarg = alter1.ctype); -create operator class alter1.ctype_hash_ops default for type alter1.ctype using hash as - operator 1 alter1.=(alter1.ctype, alter1.ctype); -create conversion alter1.latin1_to_utf8 for 'latin1' to 'utf8' from iso8859_1_to_utf8; -create text search parser alter1.prs(start = prsd_start, gettoken = prsd_nexttoken, end = prsd_end, lextypes = prsd_lextype); -create text search configuration alter1.cfg(parser = alter1.prs); -create text search template alter1.tmpl(init = dsimple_init, lexize = dsimple_lexize); -create text search dictionary alter1.dict(template = alter1.tmpl); -insert into alter1.t1(f2) values(11); -insert into alter1.t1(f2) values(12); -alter table alter1.t1 set schema alter1; -- no-op, same schema -alter table alter1.t1 set schema alter2; -alter table alter1.v1 set schema alter2; -alter function alter1.plus1(int) set schema alter2; -alter domain alter1.posint set schema alter2; -alter operator class alter1.ctype_hash_ops using hash set schema alter2; -alter operator family alter1.ctype_hash_ops using hash set schema alter2; -alter operator alter1.=(alter1.ctype, alter1.ctype) set schema alter2; -alter function alter1.same(alter1.ctype, alter1.ctype) set schema alter2; -alter type alter1.ctype set schema alter1; -- no-op, same schema -alter type alter1.ctype set schema alter2; -alter conversion alter1.latin1_to_utf8 set schema alter2; -alter text search parser alter1.prs set schema alter2; -alter text search configuration alter1.cfg set schema alter2; -alter text search template alter1.tmpl set schema alter2; -alter text search dictionary alter1.dict set schema alter2; --- this should succeed because nothing is left in alter1 -drop schema alter1; -insert into alter2.t1(f2) values(13); -insert into alter2.t1(f2) values(14); -select * from alter2.t1; - f1 | f2 -----+---- - 1 | 11 - 2 | 12 - 3 | 13 - 4 | 14 -(4 rows) - -select * from alter2.v1; - f1 | f2 -----+---- - 1 | 11 - 2 | 12 - 3 | 13 - 4 | 14 -(4 rows) - -select alter2.plus1(41); - plus1 -------- - 42 -(1 row) - --- clean up -drop schema alter2 cascade; -NOTICE: drop cascades to 13 other objects -DETAIL: drop cascades to table alter2.t1 -drop cascades to view alter2.v1 -drop cascades to function alter2.plus1(integer) -drop cascades to type alter2.posint -drop cascades to type alter2.ctype -drop cascades to function alter2.same(alter2.ctype,alter2.ctype) -drop cascades to operator alter2.=(alter2.ctype,alter2.ctype) -drop cascades to operator family alter2.ctype_hash_ops for access method hash -drop cascades to conversion alter2.latin1_to_utf8 -drop cascades to text search parser alter2.prs -drop cascades to text search configuration alter2.cfg -drop cascades to text search template alter2.tmpl -drop cascades to text search dictionary alter2.dict --- --- composite types --- -CREATE TYPE test_type AS (a int); -\d test_type - Composite type "public.test_type" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - -ALTER TYPE nosuchtype ADD ATTRIBUTE b text; -- fails -ERROR: relation "nosuchtype" does not exist -ALTER TYPE test_type ADD ATTRIBUTE b text; -\d test_type - Composite type "public.test_type" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | text | | | - -ALTER TYPE test_type ADD ATTRIBUTE b text; -- fails -ERROR: column "b" of relation "test_type" already exists -ALTER TYPE test_type ALTER ATTRIBUTE b SET DATA TYPE varchar; -\d test_type - Composite type "public.test_type" - Column | Type | Collation | Nullable | Default ---------+-------------------+-----------+----------+--------- - a | integer | | | - b | character varying | | | - -ALTER TYPE test_type ALTER ATTRIBUTE b SET DATA TYPE integer; -\d test_type - Composite type "public.test_type" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - -ALTER TYPE test_type DROP ATTRIBUTE b; -\d test_type - Composite type "public.test_type" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - -ALTER TYPE test_type DROP ATTRIBUTE c; -- fails -ERROR: column "c" of relation "test_type" does not exist -ALTER TYPE test_type DROP ATTRIBUTE IF EXISTS c; -NOTICE: column "c" of relation "test_type" does not exist, skipping -ALTER TYPE test_type DROP ATTRIBUTE a, ADD ATTRIBUTE d boolean; -\d test_type - Composite type "public.test_type" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - d | boolean | | | - -ALTER TYPE test_type RENAME ATTRIBUTE a TO aa; -ERROR: column "a" does not exist -ALTER TYPE test_type RENAME ATTRIBUTE d TO dd; -\d test_type - Composite type "public.test_type" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - dd | boolean | | | - -DROP TYPE test_type; -CREATE TYPE test_type1 AS (a int, b text); -CREATE TABLE test_tbl1 (x int, y test_type1); -ALTER TYPE test_type1 ALTER ATTRIBUTE b TYPE varchar; -- fails -ERROR: cannot alter type "test_type1" because column "test_tbl1.y" uses it -DROP TABLE test_tbl1; -CREATE TABLE test_tbl1 (x int, y text); -CREATE INDEX test_tbl1_idx ON test_tbl1((row(x,y)::test_type1)); -ALTER TYPE test_type1 ALTER ATTRIBUTE b TYPE varchar; -- fails -ERROR: cannot alter type "test_type1" because column "test_tbl1_idx.row" uses it -DROP TABLE test_tbl1; -DROP TYPE test_type1; -CREATE TYPE test_type2 AS (a int, b text); -CREATE TABLE test_tbl2 OF test_type2; -CREATE TABLE test_tbl2_subclass () INHERITS (test_tbl2); -\d test_type2 - Composite type "public.test_type2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | text | | | - -\d test_tbl2 - Table "public.test_tbl2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | text | | | -Number of child tables: 1 (Use \d+ to list them.) -Typed table of type: test_type2 - -ALTER TYPE test_type2 ADD ATTRIBUTE c text; -- fails -ERROR: cannot alter type "test_type2" because it is the type of a typed table -HINT: Use ALTER ... CASCADE to alter the typed tables too. -ALTER TYPE test_type2 ADD ATTRIBUTE c text CASCADE; -\d test_type2 - Composite type "public.test_type2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | text | | | - c | text | | | - -\d test_tbl2 - Table "public.test_tbl2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | text | | | - c | text | | | -Number of child tables: 1 (Use \d+ to list them.) -Typed table of type: test_type2 - -ALTER TYPE test_type2 ALTER ATTRIBUTE b TYPE varchar; -- fails -ERROR: cannot alter type "test_type2" because it is the type of a typed table -HINT: Use ALTER ... CASCADE to alter the typed tables too. -ALTER TYPE test_type2 ALTER ATTRIBUTE b TYPE varchar CASCADE; -\d test_type2 - Composite type "public.test_type2" - Column | Type | Collation | Nullable | Default ---------+-------------------+-----------+----------+--------- - a | integer | | | - b | character varying | | | - c | text | | | - -\d test_tbl2 - Table "public.test_tbl2" - Column | Type | Collation | Nullable | Default ---------+-------------------+-----------+----------+--------- - a | integer | | | - b | character varying | | | - c | text | | | -Number of child tables: 1 (Use \d+ to list them.) -Typed table of type: test_type2 - -ALTER TYPE test_type2 DROP ATTRIBUTE b; -- fails -ERROR: cannot alter type "test_type2" because it is the type of a typed table -HINT: Use ALTER ... CASCADE to alter the typed tables too. -ALTER TYPE test_type2 DROP ATTRIBUTE b CASCADE; -\d test_type2 - Composite type "public.test_type2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - c | text | | | - -\d test_tbl2 - Table "public.test_tbl2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - c | text | | | -Number of child tables: 1 (Use \d+ to list them.) -Typed table of type: test_type2 - -ALTER TYPE test_type2 RENAME ATTRIBUTE a TO aa; -- fails -ERROR: cannot alter type "test_type2" because it is the type of a typed table -HINT: Use ALTER ... CASCADE to alter the typed tables too. -ALTER TYPE test_type2 RENAME ATTRIBUTE a TO aa CASCADE; -\d test_type2 - Composite type "public.test_type2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - aa | integer | | | - c | text | | | - -\d test_tbl2 - Table "public.test_tbl2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - aa | integer | | | - c | text | | | -Number of child tables: 1 (Use \d+ to list them.) -Typed table of type: test_type2 - -\d test_tbl2_subclass - Table "public.test_tbl2_subclass" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - aa | integer | | | - c | text | | | -Inherits: test_tbl2 - -DROP TABLE test_tbl2_subclass, test_tbl2; -DROP TYPE test_type2; -CREATE TYPE test_typex AS (a int, b text); -CREATE TABLE test_tblx (x int, y test_typex check ((y).a > 0)); -ALTER TYPE test_typex DROP ATTRIBUTE a; -- fails -ERROR: cannot drop column a of composite type test_typex because other objects depend on it -DETAIL: constraint test_tblx_y_check on table test_tblx depends on column a of composite type test_typex -HINT: Use DROP ... CASCADE to drop the dependent objects too. -ALTER TYPE test_typex DROP ATTRIBUTE a CASCADE; -NOTICE: drop cascades to constraint test_tblx_y_check on table test_tblx -\d test_tblx - Table "public.test_tblx" - Column | Type | Collation | Nullable | Default ---------+------------+-----------+----------+--------- - x | integer | | | - y | test_typex | | | - -DROP TABLE test_tblx; -DROP TYPE test_typex; --- This test isn't that interesting on its own, but the purpose is to leave --- behind a table to test pg_upgrade with. The table has a composite type --- column in it, and the composite type has a dropped attribute. -CREATE TYPE test_type3 AS (a int); -CREATE TABLE test_tbl3 (c) AS SELECT '(1)'::test_type3; -ALTER TYPE test_type3 DROP ATTRIBUTE a, ADD ATTRIBUTE b int; -CREATE TYPE test_type_empty AS (); -DROP TYPE test_type_empty; --- --- typed tables: OF / NOT OF --- -CREATE TYPE tt_t0 AS (z inet, x int, y numeric(8,2)); -ALTER TYPE tt_t0 DROP ATTRIBUTE z; -CREATE TABLE tt0 (x int NOT NULL, y numeric(8,2)); -- OK -CREATE TABLE tt1 (x int, y bigint); -- wrong base type -CREATE TABLE tt2 (x int, y numeric(9,2)); -- wrong typmod -CREATE TABLE tt3 (y numeric(8,2), x int); -- wrong column order -CREATE TABLE tt4 (x int); -- too few columns -CREATE TABLE tt5 (x int, y numeric(8,2), z int); -- too few columns -CREATE TABLE tt6 () INHERITS (tt0); -- can't have a parent -CREATE TABLE tt7 (x int, q text, y numeric(8,2)); -ALTER TABLE tt7 DROP q; -- OK -ALTER TABLE tt0 OF tt_t0; -ALTER TABLE tt1 OF tt_t0; -ERROR: table "tt1" has different type for column "y" -ALTER TABLE tt2 OF tt_t0; -ERROR: table "tt2" has different type for column "y" -ALTER TABLE tt3 OF tt_t0; -ERROR: table has column "y" where type requires "x" -ALTER TABLE tt4 OF tt_t0; -ERROR: table is missing column "y" -ALTER TABLE tt5 OF tt_t0; -ERROR: table has extra column "z" -ALTER TABLE tt6 OF tt_t0; -ERROR: typed tables cannot inherit -ALTER TABLE tt7 OF tt_t0; -CREATE TYPE tt_t1 AS (x int, y numeric(8,2)); -ALTER TABLE tt7 OF tt_t1; -- reassign an already-typed table -ALTER TABLE tt7 NOT OF; -\d tt7 - Table "public.tt7" - Column | Type | Collation | Nullable | Default ---------+--------------+-----------+----------+--------- - x | integer | | | - y | numeric(8,2) | | | - --- make sure we can drop a constraint on the parent but it remains on the child -CREATE TABLE test_drop_constr_parent (c text CHECK (c IS NOT NULL)); -CREATE TABLE test_drop_constr_child () INHERITS (test_drop_constr_parent); -ALTER TABLE ONLY test_drop_constr_parent DROP CONSTRAINT "test_drop_constr_parent_c_check"; --- should fail -INSERT INTO test_drop_constr_child (c) VALUES (NULL); -ERROR: new row for relation "test_drop_constr_child" violates check constraint "test_drop_constr_parent_c_check" -DETAIL: Failing row contains (null). -DROP TABLE test_drop_constr_parent CASCADE; -NOTICE: drop cascades to table test_drop_constr_child --- --- IF EXISTS test --- -ALTER TABLE IF EXISTS tt8 ADD COLUMN f int; -NOTICE: relation "tt8" does not exist, skipping -ALTER TABLE IF EXISTS tt8 ADD CONSTRAINT xxx PRIMARY KEY(f); -NOTICE: relation "tt8" does not exist, skipping -ALTER TABLE IF EXISTS tt8 ADD CHECK (f BETWEEN 0 AND 10); -NOTICE: relation "tt8" does not exist, skipping -ALTER TABLE IF EXISTS tt8 ALTER COLUMN f SET DEFAULT 0; -NOTICE: relation "tt8" does not exist, skipping -ALTER TABLE IF EXISTS tt8 RENAME COLUMN f TO f1; -NOTICE: relation "tt8" does not exist, skipping -ALTER TABLE IF EXISTS tt8 SET SCHEMA alter2; -NOTICE: relation "tt8" does not exist, skipping -CREATE TABLE tt8(a int); -CREATE SCHEMA alter2; -ALTER TABLE IF EXISTS tt8 ADD COLUMN f int; -ALTER TABLE IF EXISTS tt8 ADD CONSTRAINT xxx PRIMARY KEY(f); -ALTER TABLE IF EXISTS tt8 ADD CHECK (f BETWEEN 0 AND 10); -ALTER TABLE IF EXISTS tt8 ALTER COLUMN f SET DEFAULT 0; -ALTER TABLE IF EXISTS tt8 RENAME COLUMN f TO f1; -ALTER TABLE IF EXISTS tt8 SET SCHEMA alter2; -\d alter2.tt8 - Table "alter2.tt8" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - f1 | integer | | not null | 0 -Indexes: - "xxx" PRIMARY KEY, btree (f1) -Check constraints: - "tt8_f_check" CHECK (f1 >= 0 AND f1 <= 10) - -DROP TABLE alter2.tt8; -DROP SCHEMA alter2; --- --- Check conflicts between index and CHECK constraint names --- -CREATE TABLE tt9(c integer); -ALTER TABLE tt9 ADD CHECK(c > 1); -ALTER TABLE tt9 ADD CHECK(c > 2); -- picks nonconflicting name -ALTER TABLE tt9 ADD CONSTRAINT foo CHECK(c > 3); -ALTER TABLE tt9 ADD CONSTRAINT foo CHECK(c > 4); -- fail, dup name -ERROR: constraint "foo" for relation "tt9" already exists -ALTER TABLE tt9 ADD UNIQUE(c); -ALTER TABLE tt9 ADD UNIQUE(c); -- picks nonconflicting name -ALTER TABLE tt9 ADD CONSTRAINT tt9_c_key UNIQUE(c); -- fail, dup name -ERROR: relation "tt9_c_key" already exists -ALTER TABLE tt9 ADD CONSTRAINT foo UNIQUE(c); -- fail, dup name -ERROR: constraint "foo" for relation "tt9" already exists -ALTER TABLE tt9 ADD CONSTRAINT tt9_c_key CHECK(c > 5); -- fail, dup name -ERROR: constraint "tt9_c_key" for relation "tt9" already exists -ALTER TABLE tt9 ADD CONSTRAINT tt9_c_key2 CHECK(c > 6); -ALTER TABLE tt9 ADD UNIQUE(c); -- picks nonconflicting name -\d tt9 - Table "public.tt9" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - c | integer | | | -Indexes: - "tt9_c_key" UNIQUE CONSTRAINT, btree (c) - "tt9_c_key1" UNIQUE CONSTRAINT, btree (c) - "tt9_c_key3" UNIQUE CONSTRAINT, btree (c) -Check constraints: - "foo" CHECK (c > 3) - "tt9_c_check" CHECK (c > 1) - "tt9_c_check1" CHECK (c > 2) - "tt9_c_key2" CHECK (c > 6) - -DROP TABLE tt9; --- Check that comments on constraints and indexes are not lost at ALTER TABLE. -CREATE TABLE comment_test ( - id int, - constraint id_notnull_constraint not null id, - positive_col int CHECK (positive_col > 0), - indexed_col int, - CONSTRAINT comment_test_pk PRIMARY KEY (id)); -CREATE INDEX comment_test_index ON comment_test(indexed_col); -COMMENT ON COLUMN comment_test.id IS 'Column ''id'' on comment_test'; -COMMENT ON INDEX comment_test_index IS 'Simple index on comment_test'; -COMMENT ON CONSTRAINT comment_test_positive_col_check ON comment_test IS 'CHECK constraint on comment_test.positive_col'; -COMMENT ON CONSTRAINT comment_test_pk ON comment_test IS 'PRIMARY KEY constraint of comment_test'; -COMMENT ON CONSTRAINT id_notnull_constraint ON comment_test IS 'NOT NULL constraint of comment_test'; -COMMENT ON INDEX comment_test_pk IS 'Index backing the PRIMARY KEY of comment_test'; -SELECT col_description('comment_test'::regclass, 1) as comment; - comment ------------------------------ - Column 'id' on comment_test -(1 row) - -SELECT indexrelid::regclass::text as index, obj_description(indexrelid, 'pg_class') as comment FROM pg_index where indrelid = 'comment_test'::regclass ORDER BY 1, 2; - index | comment ---------------------+----------------------------------------------- - comment_test_index | Simple index on comment_test - comment_test_pk | Index backing the PRIMARY KEY of comment_test -(2 rows) - -SELECT conname as constraint, obj_description(oid, 'pg_constraint') as comment FROM pg_constraint where conrelid = 'comment_test'::regclass ORDER BY 1, 2; - constraint | comment ----------------------------------+----------------------------------------------- - comment_test_pk | PRIMARY KEY constraint of comment_test - comment_test_positive_col_check | CHECK constraint on comment_test.positive_col - id_notnull_constraint | NOT NULL constraint of comment_test -(3 rows) - --- Change the datatype of all the columns. ALTER TABLE is optimized to not --- rebuild an index if the new data type is binary compatible with the old --- one. Check do a dummy ALTER TABLE that doesn't change the datatype --- first, to test that no-op codepath, and another one that does. -ALTER TABLE comment_test ALTER COLUMN indexed_col SET DATA TYPE int; -ALTER TABLE comment_test ALTER COLUMN indexed_col SET DATA TYPE text; -ALTER TABLE comment_test ALTER COLUMN id SET DATA TYPE int; -ALTER TABLE comment_test ALTER COLUMN id SET DATA TYPE text; -ALTER TABLE comment_test ALTER COLUMN positive_col SET DATA TYPE int; -ALTER TABLE comment_test ALTER COLUMN positive_col SET DATA TYPE bigint; --- Some error cases. -ALTER TABLE comment_test ALTER COLUMN xmin SET DATA TYPE x; -ERROR: cannot alter system column "xmin" -LINE 1: ALTER TABLE comment_test ALTER COLUMN xmin SET DATA TYPE x; - ^ -ALTER TABLE comment_test ALTER COLUMN id SET DATA TYPE x; -ERROR: type "x" does not exist -LINE 1: ALTER TABLE comment_test ALTER COLUMN id SET DATA TYPE x; - ^ -ALTER TABLE comment_test ALTER COLUMN id SET DATA TYPE int COLLATE "C"; -ERROR: collations are not supported by type integer -LINE 1: ...LE comment_test ALTER COLUMN id SET DATA TYPE int COLLATE "C... - ^ --- Check that the comments are intact. -SELECT col_description('comment_test'::regclass, 1) as comment; - comment ------------------------------ - Column 'id' on comment_test -(1 row) - -SELECT indexrelid::regclass::text as index, obj_description(indexrelid, 'pg_class') as comment FROM pg_index where indrelid = 'comment_test'::regclass ORDER BY 1, 2; - index | comment ---------------------+----------------------------------------------- - comment_test_index | Simple index on comment_test - comment_test_pk | Index backing the PRIMARY KEY of comment_test -(2 rows) - -SELECT conname as constraint, obj_description(oid, 'pg_constraint') as comment FROM pg_constraint where conrelid = 'comment_test'::regclass ORDER BY 1, 2; - constraint | comment ----------------------------------+----------------------------------------------- - comment_test_pk | PRIMARY KEY constraint of comment_test - comment_test_positive_col_check | CHECK constraint on comment_test.positive_col - id_notnull_constraint | NOT NULL constraint of comment_test -(3 rows) - --- Check compatibility for foreign keys and comments. This is done --- separately as rebuilding the column type of the parent leads --- to an error and would reduce the test scope. -CREATE TABLE comment_test_child ( - id text CONSTRAINT comment_test_child_fk REFERENCES comment_test); -CREATE INDEX comment_test_child_fk ON comment_test_child(id); -COMMENT ON COLUMN comment_test_child.id IS 'Column ''id'' on comment_test_child'; -COMMENT ON INDEX comment_test_child_fk IS 'Index backing the FOREIGN KEY of comment_test_child'; -COMMENT ON CONSTRAINT comment_test_child_fk ON comment_test_child IS 'FOREIGN KEY constraint of comment_test_child'; --- Change column type of parent -ALTER TABLE comment_test ALTER COLUMN id SET DATA TYPE text; -ALTER TABLE comment_test ALTER COLUMN id SET DATA TYPE int USING id::integer; -ERROR: foreign key constraint "comment_test_child_fk" cannot be implemented -DETAIL: Key columns "id" of the referencing table and "id" of the referenced table are of incompatible types: text and integer. --- Comments should be intact -SELECT col_description('comment_test_child'::regclass, 1) as comment; - comment ------------------------------------ - Column 'id' on comment_test_child -(1 row) - -SELECT indexrelid::regclass::text as index, obj_description(indexrelid, 'pg_class') as comment FROM pg_index where indrelid = 'comment_test_child'::regclass ORDER BY 1, 2; - index | comment ------------------------+----------------------------------------------------- - comment_test_child_fk | Index backing the FOREIGN KEY of comment_test_child -(1 row) - -SELECT conname as constraint, obj_description(oid, 'pg_constraint') as comment FROM pg_constraint where conrelid = 'comment_test_child'::regclass ORDER BY 1, 2; - constraint | comment ------------------------+---------------------------------------------- - comment_test_child_fk | FOREIGN KEY constraint of comment_test_child -(1 row) - --- Check that we map relation oids to filenodes and back correctly. Only --- display bad mappings so the test output doesn't change all the time. A --- filenode function call can return NULL for a relation dropped concurrently --- with the call's surrounding query, so ignore a NULL mapped_oid for --- relations that no longer exist after all calls finish. -CREATE TEMP TABLE filenode_mapping AS -SELECT - oid, mapped_oid, reltablespace, relfilenode, relname -FROM pg_class, - pg_filenode_relation(reltablespace, pg_relation_filenode(oid)) AS mapped_oid -WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid; -SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid -WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL; - oid | mapped_oid | reltablespace | relfilenode | relname ------+------------+---------------+-------------+--------- -(0 rows) - --- Checks on creating and manipulation of user defined relations in --- pg_catalog. -SHOW allow_system_table_mods; - allow_system_table_mods -------------------------- - off -(1 row) - --- disallowed because of search_path issues with pg_dump -CREATE TABLE pg_catalog.new_system_table(); -ERROR: permission denied to create "pg_catalog.new_system_table" -DETAIL: System catalog modifications are currently disallowed. --- instead create in public first, move to catalog -CREATE TABLE new_system_table(id serial primary key, othercol text); -ALTER TABLE new_system_table SET SCHEMA pg_catalog; -ALTER TABLE new_system_table SET SCHEMA public; -ALTER TABLE new_system_table SET SCHEMA pg_catalog; --- will be ignored -- already there: -ALTER TABLE new_system_table SET SCHEMA pg_catalog; -ALTER TABLE new_system_table RENAME TO old_system_table; -CREATE INDEX old_system_table__othercol ON old_system_table (othercol); -INSERT INTO old_system_table(othercol) VALUES ('somedata'), ('otherdata'); -UPDATE old_system_table SET id = -id; -DELETE FROM old_system_table WHERE othercol = 'somedata'; -TRUNCATE old_system_table; -ALTER TABLE old_system_table DROP CONSTRAINT new_system_table_pkey; -ALTER TABLE old_system_table DROP COLUMN othercol; -DROP TABLE old_system_table; --- set logged -CREATE UNLOGGED TABLE unlogged1(f1 SERIAL PRIMARY KEY, f2 TEXT); -- has sequence, toast --- check relpersistence of an unlogged table -SELECT relname, relkind, relpersistence FROM pg_class WHERE relname ~ '^unlogged1' -UNION ALL -SELECT r.relname || ' toast table', t.relkind, t.relpersistence FROM pg_class r JOIN pg_class t ON t.oid = r.reltoastrelid WHERE r.relname ~ '^unlogged1' -UNION ALL -SELECT r.relname || ' toast index', ri.relkind, ri.relpersistence FROM pg_class r join pg_class t ON t.oid = r.reltoastrelid JOIN pg_index i ON i.indrelid = t.oid JOIN pg_class ri ON ri.oid = i.indexrelid WHERE r.relname ~ '^unlogged1' -ORDER BY relname; - relname | relkind | relpersistence ------------------------+---------+---------------- - unlogged1 | r | u - unlogged1 toast index | i | u - unlogged1 toast table | t | u - unlogged1_f1_seq | S | u - unlogged1_pkey | i | u -(5 rows) - -CREATE UNLOGGED TABLE unlogged2(f1 SERIAL PRIMARY KEY, f2 INTEGER REFERENCES unlogged1); -- foreign key -CREATE UNLOGGED TABLE unlogged3(f1 SERIAL PRIMARY KEY, f2 INTEGER REFERENCES unlogged3); -- self-referencing foreign key -ALTER TABLE unlogged3 SET LOGGED; -- skip self-referencing foreign key -ALTER TABLE unlogged2 SET LOGGED; -- fails because a foreign key to an unlogged table exists -ERROR: could not change table "unlogged2" to logged because it references unlogged table "unlogged1" -ALTER TABLE unlogged1 SET LOGGED; --- check relpersistence of an unlogged table after changing to permanent -SELECT relname, relkind, relpersistence FROM pg_class WHERE relname ~ '^unlogged1' -UNION ALL -SELECT r.relname || ' toast table', t.relkind, t.relpersistence FROM pg_class r JOIN pg_class t ON t.oid = r.reltoastrelid WHERE r.relname ~ '^unlogged1' -UNION ALL -SELECT r.relname || ' toast index', ri.relkind, ri.relpersistence FROM pg_class r join pg_class t ON t.oid = r.reltoastrelid JOIN pg_index i ON i.indrelid = t.oid JOIN pg_class ri ON ri.oid = i.indexrelid WHERE r.relname ~ '^unlogged1' -ORDER BY relname; - relname | relkind | relpersistence ------------------------+---------+---------------- - unlogged1 | r | p - unlogged1 toast index | i | p - unlogged1 toast table | t | p - unlogged1_f1_seq | S | p - unlogged1_pkey | i | p -(5 rows) - -ALTER TABLE unlogged1 SET LOGGED; -- silently do nothing -DROP TABLE unlogged3; -DROP TABLE unlogged2; -DROP TABLE unlogged1; --- set unlogged -CREATE TABLE logged1(f1 SERIAL PRIMARY KEY, f2 TEXT); -- has sequence, toast --- check relpersistence of a permanent table -SELECT relname, relkind, relpersistence FROM pg_class WHERE relname ~ '^logged1' -UNION ALL -SELECT r.relname || ' toast table', t.relkind, t.relpersistence FROM pg_class r JOIN pg_class t ON t.oid = r.reltoastrelid WHERE r.relname ~ '^logged1' -UNION ALL -SELECT r.relname ||' toast index', ri.relkind, ri.relpersistence FROM pg_class r join pg_class t ON t.oid = r.reltoastrelid JOIN pg_index i ON i.indrelid = t.oid JOIN pg_class ri ON ri.oid = i.indexrelid WHERE r.relname ~ '^logged1' -ORDER BY relname; - relname | relkind | relpersistence ----------------------+---------+---------------- - logged1 | r | p - logged1 toast index | i | p - logged1 toast table | t | p - logged1_f1_seq | S | p - logged1_pkey | i | p -(5 rows) - -CREATE TABLE logged2(f1 SERIAL PRIMARY KEY, f2 INTEGER REFERENCES logged1); -- foreign key -CREATE TABLE logged3(f1 SERIAL PRIMARY KEY, f2 INTEGER REFERENCES logged3); -- self-referencing foreign key -ALTER TABLE logged1 SET UNLOGGED; -- fails because a foreign key from a permanent table exists -ERROR: could not change table "logged1" to unlogged because it references logged table "logged2" -ALTER TABLE logged3 SET UNLOGGED; -- skip self-referencing foreign key -ALTER TABLE logged2 SET UNLOGGED; -ALTER TABLE logged1 SET UNLOGGED; --- check relpersistence of a permanent table after changing to unlogged -SELECT relname, relkind, relpersistence FROM pg_class WHERE relname ~ '^logged1' -UNION ALL -SELECT r.relname || ' toast table', t.relkind, t.relpersistence FROM pg_class r JOIN pg_class t ON t.oid = r.reltoastrelid WHERE r.relname ~ '^logged1' -UNION ALL -SELECT r.relname || ' toast index', ri.relkind, ri.relpersistence FROM pg_class r join pg_class t ON t.oid = r.reltoastrelid JOIN pg_index i ON i.indrelid = t.oid JOIN pg_class ri ON ri.oid = i.indexrelid WHERE r.relname ~ '^logged1' -ORDER BY relname; - relname | relkind | relpersistence ----------------------+---------+---------------- - logged1 | r | u - logged1 toast index | i | u - logged1 toast table | t | u - logged1_f1_seq | S | u - logged1_pkey | i | u -(5 rows) - -ALTER TABLE logged1 SET UNLOGGED; -- silently do nothing -DROP TABLE logged3; -DROP TABLE logged2; -DROP TABLE logged1; --- test ADD COLUMN IF NOT EXISTS -CREATE TABLE test_add_column(c1 integer); -\d test_add_column - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - c1 | integer | | | - -ALTER TABLE test_add_column - ADD COLUMN c2 integer; -\d test_add_column - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - c1 | integer | | | - c2 | integer | | | - -ALTER TABLE test_add_column - ADD COLUMN c2 integer; -- fail because c2 already exists -ERROR: column "c2" of relation "test_add_column" already exists -ALTER TABLE ONLY test_add_column - ADD COLUMN c2 integer; -- fail because c2 already exists -ERROR: column "c2" of relation "test_add_column" already exists -\d test_add_column - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - c1 | integer | | | - c2 | integer | | | - -ALTER TABLE test_add_column - ADD COLUMN IF NOT EXISTS c2 integer; -- skipping because c2 already exists -NOTICE: column "c2" of relation "test_add_column" already exists, skipping -ALTER TABLE ONLY test_add_column - ADD COLUMN IF NOT EXISTS c2 integer; -- skipping because c2 already exists -NOTICE: column "c2" of relation "test_add_column" already exists, skipping -\d test_add_column - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - c1 | integer | | | - c2 | integer | | | - -ALTER TABLE test_add_column - ADD COLUMN c2 integer, -- fail because c2 already exists - ADD COLUMN c3 integer primary key; -ERROR: column "c2" of relation "test_add_column" already exists -\d test_add_column - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - c1 | integer | | | - c2 | integer | | | - -ALTER TABLE test_add_column - ADD COLUMN IF NOT EXISTS c2 integer, -- skipping because c2 already exists - ADD COLUMN c3 integer primary key; -NOTICE: column "c2" of relation "test_add_column" already exists, skipping -\d test_add_column - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - c1 | integer | | | - c2 | integer | | | - c3 | integer | | not null | -Indexes: - "test_add_column_pkey" PRIMARY KEY, btree (c3) - -ALTER TABLE test_add_column - ADD COLUMN IF NOT EXISTS c2 integer, -- skipping because c2 already exists - ADD COLUMN IF NOT EXISTS c3 integer primary key; -- skipping because c3 already exists -NOTICE: column "c2" of relation "test_add_column" already exists, skipping -NOTICE: column "c3" of relation "test_add_column" already exists, skipping -\d test_add_column - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - c1 | integer | | | - c2 | integer | | | - c3 | integer | | not null | -Indexes: - "test_add_column_pkey" PRIMARY KEY, btree (c3) - -ALTER TABLE test_add_column - ADD COLUMN IF NOT EXISTS c2 integer, -- skipping because c2 already exists - ADD COLUMN IF NOT EXISTS c3 integer, -- skipping because c3 already exists - ADD COLUMN c4 integer REFERENCES test_add_column; -NOTICE: column "c2" of relation "test_add_column" already exists, skipping -NOTICE: column "c3" of relation "test_add_column" already exists, skipping -\d test_add_column - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - c1 | integer | | | - c2 | integer | | | - c3 | integer | | not null | - c4 | integer | | | -Indexes: - "test_add_column_pkey" PRIMARY KEY, btree (c3) -Foreign-key constraints: - "test_add_column_c4_fkey" FOREIGN KEY (c4) REFERENCES test_add_column(c3) -Referenced by: - TABLE "test_add_column" CONSTRAINT "test_add_column_c4_fkey" FOREIGN KEY (c4) REFERENCES test_add_column(c3) - -ALTER TABLE test_add_column - ADD COLUMN IF NOT EXISTS c4 integer REFERENCES test_add_column; -NOTICE: column "c4" of relation "test_add_column" already exists, skipping -\d test_add_column - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - c1 | integer | | | - c2 | integer | | | - c3 | integer | | not null | - c4 | integer | | | -Indexes: - "test_add_column_pkey" PRIMARY KEY, btree (c3) -Foreign-key constraints: - "test_add_column_c4_fkey" FOREIGN KEY (c4) REFERENCES test_add_column(c3) -Referenced by: - TABLE "test_add_column" CONSTRAINT "test_add_column_c4_fkey" FOREIGN KEY (c4) REFERENCES test_add_column(c3) - -ALTER TABLE test_add_column - ADD COLUMN IF NOT EXISTS c5 SERIAL CHECK (c5 > 8); -\d test_add_column - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------------------------------------------- - c1 | integer | | | - c2 | integer | | | - c3 | integer | | not null | - c4 | integer | | | - c5 | integer | | not null | nextval('test_add_column_c5_seq'::regclass) -Indexes: - "test_add_column_pkey" PRIMARY KEY, btree (c3) -Check constraints: - "test_add_column_c5_check" CHECK (c5 > 8) -Foreign-key constraints: - "test_add_column_c4_fkey" FOREIGN KEY (c4) REFERENCES test_add_column(c3) -Referenced by: - TABLE "test_add_column" CONSTRAINT "test_add_column_c4_fkey" FOREIGN KEY (c4) REFERENCES test_add_column(c3) - -ALTER TABLE test_add_column - ADD COLUMN IF NOT EXISTS c5 SERIAL CHECK (c5 > 10); -NOTICE: column "c5" of relation "test_add_column" already exists, skipping -\d test_add_column* - Table "public.test_add_column" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------------------------------------------- - c1 | integer | | | - c2 | integer | | | - c3 | integer | | not null | - c4 | integer | | | - c5 | integer | | not null | nextval('test_add_column_c5_seq'::regclass) -Indexes: - "test_add_column_pkey" PRIMARY KEY, btree (c3) -Check constraints: - "test_add_column_c5_check" CHECK (c5 > 8) -Foreign-key constraints: - "test_add_column_c4_fkey" FOREIGN KEY (c4) REFERENCES test_add_column(c3) -Referenced by: - TABLE "test_add_column" CONSTRAINT "test_add_column_c4_fkey" FOREIGN KEY (c4) REFERENCES test_add_column(c3) - - Sequence "public.test_add_column_c5_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Owned by: public.test_add_column.c5 - - Index "public.test_add_column_pkey" - Column | Type | Key? | Definition ---------+---------+------+------------ - c3 | integer | yes | c3 -primary key, btree, for table "public.test_add_column" - -DROP TABLE test_add_column; -\d test_add_column* --- assorted cases with multiple ALTER TABLE steps -CREATE TABLE ataddindex(f1 INT); -INSERT INTO ataddindex VALUES (42), (43); -CREATE UNIQUE INDEX ataddindexi0 ON ataddindex(f1); -ALTER TABLE ataddindex - ADD PRIMARY KEY USING INDEX ataddindexi0, - ALTER f1 TYPE BIGINT; -\d ataddindex - Table "public.ataddindex" - Column | Type | Collation | Nullable | Default ---------+--------+-----------+----------+--------- - f1 | bigint | | not null | -Indexes: - "ataddindexi0" PRIMARY KEY, btree (f1) - -DROP TABLE ataddindex; -CREATE TABLE ataddindex(f1 VARCHAR(10)); -INSERT INTO ataddindex(f1) VALUES ('foo'), ('a'); -ALTER TABLE ataddindex - ALTER f1 SET DATA TYPE TEXT, - ADD EXCLUDE ((f1 LIKE 'a') WITH =); -\d ataddindex - Table "public.ataddindex" - Column | Type | Collation | Nullable | Default ---------+------+-----------+----------+--------- - f1 | text | | | -Indexes: - "ataddindex_expr_excl" EXCLUDE USING btree ((f1 ~~ 'a'::text) WITH =) - -DROP TABLE ataddindex; -CREATE TABLE ataddindex(id int, ref_id int); -ALTER TABLE ataddindex - ADD PRIMARY KEY (id), - ADD FOREIGN KEY (ref_id) REFERENCES ataddindex; -\d ataddindex - Table "public.ataddindex" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - id | integer | | not null | - ref_id | integer | | | -Indexes: - "ataddindex_pkey" PRIMARY KEY, btree (id) -Foreign-key constraints: - "ataddindex_ref_id_fkey" FOREIGN KEY (ref_id) REFERENCES ataddindex(id) -Referenced by: - TABLE "ataddindex" CONSTRAINT "ataddindex_ref_id_fkey" FOREIGN KEY (ref_id) REFERENCES ataddindex(id) - -DROP TABLE ataddindex; -CREATE TABLE ataddindex(id int, ref_id int); -ALTER TABLE ataddindex - ADD UNIQUE (id), - ADD FOREIGN KEY (ref_id) REFERENCES ataddindex (id); -\d ataddindex - Table "public.ataddindex" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - id | integer | | | - ref_id | integer | | | -Indexes: - "ataddindex_id_key" UNIQUE CONSTRAINT, btree (id) -Foreign-key constraints: - "ataddindex_ref_id_fkey" FOREIGN KEY (ref_id) REFERENCES ataddindex(id) -Referenced by: - TABLE "ataddindex" CONSTRAINT "ataddindex_ref_id_fkey" FOREIGN KEY (ref_id) REFERENCES ataddindex(id) - -DROP TABLE ataddindex; -CREATE TABLE atnotnull1 (); -ALTER TABLE atnotnull1 - ADD COLUMN a INT, - ALTER a SET NOT NULL; -ALTER TABLE atnotnull1 - ADD COLUMN b INT, - ADD NOT NULL b; -ALTER TABLE atnotnull1 - ADD COLUMN c INT, - ADD PRIMARY KEY (c); -\d+ atnotnull1 - Table "public.atnotnull1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - a | integer | | not null | | plain | | - b | integer | | not null | | plain | | - c | integer | | not null | | plain | | -Indexes: - "atnotnull1_pkey" PRIMARY KEY, btree (c) -Not-null constraints: - "atnotnull1_a_not_null" NOT NULL "a" - "atnotnull1_b_not_null" NOT NULL "b" - "atnotnull1_c_not_null" NOT NULL "c" - --- cannot drop column that is part of the partition key -CREATE TABLE partitioned ( - a int, - b int -) PARTITION BY RANGE (a, (a+b+1)); -ALTER TABLE partitioned DROP COLUMN a; -ERROR: cannot drop column "a" because it is part of the partition key of relation "partitioned" -ALTER TABLE partitioned ALTER COLUMN a TYPE char(5); -ERROR: cannot alter column "a" because it is part of the partition key of relation "partitioned" -LINE 1: ALTER TABLE partitioned ALTER COLUMN a TYPE char(5); - ^ -ALTER TABLE partitioned DROP COLUMN b; -ERROR: cannot drop column "b" because it is part of the partition key of relation "partitioned" -ALTER TABLE partitioned ALTER COLUMN b TYPE char(5); -ERROR: cannot alter column "b" because it is part of the partition key of relation "partitioned" -LINE 1: ALTER TABLE partitioned ALTER COLUMN b TYPE char(5); - ^ --- specifying storage parameters for partitioned tables is not supported -ALTER TABLE partitioned SET (fillfactor=100); -ERROR: cannot specify storage parameters for a partitioned table -HINT: Specify storage parameters for its leaf partitions instead. --- partitioned table cannot participate in regular inheritance -CREATE TABLE nonpartitioned ( - a int, - b int -); -ALTER TABLE partitioned INHERIT nonpartitioned; -ERROR: cannot change inheritance of partitioned table -ALTER TABLE nonpartitioned INHERIT partitioned; -ERROR: cannot inherit from partitioned table "partitioned" --- cannot add NO INHERIT constraint to partitioned tables -ALTER TABLE partitioned ADD CONSTRAINT chk_a CHECK (a > 0) NO INHERIT; -ERROR: cannot add NO INHERIT constraint to partitioned table "partitioned" -DROP TABLE partitioned, nonpartitioned; --- --- ATTACH PARTITION --- --- check that target table is partitioned -CREATE TABLE unparted ( - a int -); -CREATE TABLE fail_part (like unparted); -ALTER TABLE unparted ATTACH PARTITION fail_part FOR VALUES IN ('a'); -ERROR: ALTER action ATTACH PARTITION cannot be performed on relation "unparted" -DETAIL: This operation is not supported for tables. -DROP TABLE unparted, fail_part; --- check that partition bound is compatible -CREATE TABLE list_parted ( - a int NOT NULL, - b char(2) COLLATE "C", - CONSTRAINT check_a CHECK (a > 0) -) PARTITION BY LIST (a); -CREATE TABLE fail_part (LIKE list_parted); -ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES FROM (1) TO (10); -ERROR: invalid bound specification for a list partition -LINE 1: ...list_parted ATTACH PARTITION fail_part FOR VALUES FROM (1) T... - ^ -DROP TABLE fail_part; --- check that the table being attached exists -ALTER TABLE list_parted ATTACH PARTITION nonexistent FOR VALUES IN (1); -ERROR: relation "nonexistent" does not exist --- check ownership of the source table -CREATE ROLE regress_test_me; -CREATE ROLE regress_test_not_me; -CREATE TABLE not_owned_by_me (LIKE list_parted); -ALTER TABLE not_owned_by_me OWNER TO regress_test_not_me; -SET SESSION AUTHORIZATION regress_test_me; -CREATE TABLE owned_by_me ( - a int -) PARTITION BY LIST (a); -ALTER TABLE owned_by_me ATTACH PARTITION not_owned_by_me FOR VALUES IN (1); -ERROR: must be owner of table not_owned_by_me -RESET SESSION AUTHORIZATION; -DROP TABLE owned_by_me, not_owned_by_me; -DROP ROLE regress_test_not_me; -DROP ROLE regress_test_me; --- check that the table being attached is not part of regular inheritance -CREATE TABLE parent (LIKE list_parted); -CREATE TABLE child () INHERITS (parent); -ALTER TABLE list_parted ATTACH PARTITION child FOR VALUES IN (1); -ERROR: cannot attach inheritance child as partition -ALTER TABLE list_parted ATTACH PARTITION parent FOR VALUES IN (1); -ERROR: cannot attach inheritance parent as partition -DROP TABLE child; --- now it should work, with a little tweak -ALTER TABLE parent ADD CONSTRAINT check_a CHECK (a > 0); -ALTER TABLE list_parted ATTACH PARTITION parent FOR VALUES IN (1); --- test insert/update, per bug #18550 -INSERT INTO parent VALUES (1); -UPDATE parent SET a = 2 WHERE a = 1; -ERROR: new row for relation "parent" violates partition constraint -DETAIL: Failing row contains (2, null). -DROP TABLE parent CASCADE; --- check any TEMP-ness -CREATE TEMP TABLE temp_parted (a int) PARTITION BY LIST (a); -CREATE TABLE perm_part (a int); -ALTER TABLE temp_parted ATTACH PARTITION perm_part FOR VALUES IN (1); -ERROR: cannot attach a permanent relation as partition of temporary relation "temp_parted" -DROP TABLE temp_parted, perm_part; --- check that the table being attached is not a typed table -CREATE TYPE mytype AS (a int); -CREATE TABLE fail_part OF mytype; -ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1); -ERROR: cannot attach a typed table as partition -DROP TYPE mytype CASCADE; -NOTICE: drop cascades to table fail_part --- check that the table being attached has only columns present in the parent -CREATE TABLE fail_part (like list_parted, c int); -ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1); -ERROR: table "fail_part" contains column "c" not found in parent "list_parted" -DETAIL: The new partition may contain only the columns present in parent. -DROP TABLE fail_part; --- check that the table being attached has every column of the parent -CREATE TABLE fail_part (a int NOT NULL); -ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1); -ERROR: child table is missing column "b" -DROP TABLE fail_part; --- check that columns match in type, collation and NOT NULL status -CREATE TABLE fail_part ( - b char(3), - a int NOT NULL -); -ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1); -ERROR: child table "fail_part" has different type for column "b" -ALTER TABLE fail_part ALTER b TYPE char (2) COLLATE "POSIX"; -ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1); -ERROR: child table "fail_part" has different collation for column "b" -DROP TABLE fail_part; --- check that the table being attached has all constraints of the parent -CREATE TABLE fail_part ( - b char(2) COLLATE "C", - a int NOT NULL -); -ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1); -ERROR: child table is missing constraint "check_a" --- check that the constraint matches in definition with parent's constraint -ALTER TABLE fail_part ADD CONSTRAINT check_a CHECK (a >= 0); -ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1); -ERROR: child table "fail_part" has different definition for check constraint "check_a" -DROP TABLE fail_part; --- check the attributes and constraints after partition is attached -CREATE TABLE part_1 ( - a int NOT NULL, - b char(2) COLLATE "C", - CONSTRAINT check_a CHECK (a > 0) -); -ALTER TABLE list_parted ATTACH PARTITION part_1 FOR VALUES IN (1); --- attislocal and conislocal are always false for merged attributes and constraints respectively. -SELECT attislocal, attinhcount FROM pg_attribute WHERE attrelid = 'part_1'::regclass AND attnum > 0; - attislocal | attinhcount -------------+------------- - f | 1 - f | 1 -(2 rows) - -SELECT conislocal, coninhcount FROM pg_constraint WHERE conrelid = 'part_1'::regclass AND conname = 'check_a'; - conislocal | coninhcount -------------+------------- - f | 1 -(1 row) - --- check that NOT NULL NO INHERIT cannot be merged to a normal NOT NULL -CREATE TABLE part_fail (a int NOT NULL NO INHERIT, - b char(2) COLLATE "C", - CONSTRAINT check_a CHECK (a > 0) -); -ALTER TABLE list_parted ATTACH PARTITION part_fail FOR VALUES IN (2); -ERROR: constraint "part_fail_a_not_null" conflicts with non-inherited constraint on child table "part_fail" -DROP TABLE part_fail; --- check that the new partition won't overlap with an existing partition -CREATE TABLE fail_part (LIKE part_1 INCLUDING CONSTRAINTS); -ALTER TABLE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1); -ERROR: partition "fail_part" would overlap partition "part_1" -LINE 1: ...LE list_parted ATTACH PARTITION fail_part FOR VALUES IN (1); - ^ -DROP TABLE fail_part; --- check that an existing table can be attached as a default partition -CREATE TABLE def_part (LIKE list_parted INCLUDING CONSTRAINTS); -ALTER TABLE list_parted ATTACH PARTITION def_part DEFAULT; --- check attaching default partition fails if a default partition already --- exists -CREATE TABLE fail_def_part (LIKE part_1 INCLUDING CONSTRAINTS); -ALTER TABLE list_parted ATTACH PARTITION fail_def_part DEFAULT; -ERROR: partition "fail_def_part" conflicts with existing default partition "def_part" -LINE 1: ...ER TABLE list_parted ATTACH PARTITION fail_def_part DEFAULT; - ^ --- check validation when attaching list partitions -CREATE TABLE list_parted2 ( - a int, - b char -) PARTITION BY LIST (a); --- check that violating rows are correctly reported -CREATE TABLE part_2 (LIKE list_parted2); -INSERT INTO part_2 VALUES (3, 'a'); -ALTER TABLE list_parted2 ATTACH PARTITION part_2 FOR VALUES IN (2); -ERROR: partition constraint of relation "part_2" is violated by some row --- should be ok after deleting the bad row -DELETE FROM part_2; -ALTER TABLE list_parted2 ATTACH PARTITION part_2 FOR VALUES IN (2); --- check partition cannot be attached if default has some row for its values -CREATE TABLE list_parted2_def PARTITION OF list_parted2 DEFAULT; -INSERT INTO list_parted2_def VALUES (11, 'z'); -CREATE TABLE part_3 (LIKE list_parted2); -ALTER TABLE list_parted2 ATTACH PARTITION part_3 FOR VALUES IN (11); -ERROR: updated partition constraint for default partition "list_parted2_def" would be violated by some row --- should be ok after deleting the bad row -DELETE FROM list_parted2_def WHERE a = 11; -ALTER TABLE list_parted2 ATTACH PARTITION part_3 FOR VALUES IN (11); --- adding constraints that describe the desired partition constraint --- (or more restrictive) will help skip the validation scan -CREATE TABLE part_3_4 ( - LIKE list_parted2, - CONSTRAINT check_a CHECK (a IN (3)) -); --- however, if a list partition does not accept nulls, there should be --- an explicit NOT NULL constraint on the partition key column for the --- validation scan to be skipped; -ALTER TABLE list_parted2 ATTACH PARTITION part_3_4 FOR VALUES IN (3, 4); --- adding a NOT NULL constraint will cause the scan to be skipped -ALTER TABLE list_parted2 DETACH PARTITION part_3_4; -ALTER TABLE part_3_4 ALTER a SET NOT NULL; -ALTER TABLE list_parted2 ATTACH PARTITION part_3_4 FOR VALUES IN (3, 4); --- check if default partition scan skipped -ALTER TABLE list_parted2_def ADD CONSTRAINT check_a CHECK (a IN (5, 6)); -CREATE TABLE part_55_66 PARTITION OF list_parted2 FOR VALUES IN (55, 66); --- check validation when attaching range partitions -CREATE TABLE range_parted ( - a int, - b int -) PARTITION BY RANGE (a, b); --- check that violating rows are correctly reported -CREATE TABLE part1 ( - a int NOT NULL CHECK (a = 1), - b int NOT NULL CHECK (b >= 1 AND b <= 10) -); -INSERT INTO part1 VALUES (1, 10); --- Remember the TO bound is exclusive -ALTER TABLE range_parted ATTACH PARTITION part1 FOR VALUES FROM (1, 1) TO (1, 10); -ERROR: partition constraint of relation "part1" is violated by some row --- should be ok after deleting the bad row -DELETE FROM part1; -ALTER TABLE range_parted ATTACH PARTITION part1 FOR VALUES FROM (1, 1) TO (1, 10); --- adding constraints that describe the desired partition constraint --- (or more restrictive) will help skip the validation scan -CREATE TABLE part2 ( - a int NOT NULL CHECK (a = 1), - b int NOT NULL CHECK (b >= 10 AND b < 18) -); -ALTER TABLE range_parted ATTACH PARTITION part2 FOR VALUES FROM (1, 10) TO (1, 20); --- Create default partition -CREATE TABLE partr_def1 PARTITION OF range_parted DEFAULT; --- Only one default partition is allowed, hence, following should give error -CREATE TABLE partr_def2 (LIKE part1 INCLUDING CONSTRAINTS); -ALTER TABLE range_parted ATTACH PARTITION partr_def2 DEFAULT; -ERROR: partition "partr_def2" conflicts with existing default partition "partr_def1" -LINE 1: ...LTER TABLE range_parted ATTACH PARTITION partr_def2 DEFAULT; - ^ --- Overlapping partitions cannot be attached, hence, following should give error -INSERT INTO partr_def1 VALUES (2, 10); -CREATE TABLE part3 (LIKE range_parted); -ALTER TABLE range_parted ATTACH partition part3 FOR VALUES FROM (2, 10) TO (2, 20); -ERROR: updated partition constraint for default partition "partr_def1" would be violated by some row --- Attaching partitions should be successful when there are no overlapping rows -ALTER TABLE range_parted ATTACH partition part3 FOR VALUES FROM (3, 10) TO (3, 20); --- check that leaf partitions are scanned when attaching a partitioned --- table -CREATE TABLE part_5 ( - LIKE list_parted2 -) PARTITION BY LIST (b); --- check that violating rows are correctly reported -CREATE TABLE part_5_a PARTITION OF part_5 FOR VALUES IN ('a'); -INSERT INTO part_5_a (a, b) VALUES (6, 'a'); -ALTER TABLE list_parted2 ATTACH PARTITION part_5 FOR VALUES IN (5); -ERROR: partition constraint of relation "part_5_a" is violated by some row --- delete the faulting row and also add a constraint to skip the scan -DELETE FROM part_5_a WHERE a NOT IN (3); -ALTER TABLE part_5 ADD CONSTRAINT check_a CHECK (a IS NOT NULL AND a = 5); -ALTER TABLE list_parted2 ATTACH PARTITION part_5 FOR VALUES IN (5); -ALTER TABLE list_parted2 DETACH PARTITION part_5; -ALTER TABLE part_5 DROP CONSTRAINT check_a; --- scan should again be skipped, even though NOT NULL is now a column property -ALTER TABLE part_5 ADD CONSTRAINT check_a CHECK (a IN (5)), ALTER a SET NOT NULL; -ALTER TABLE list_parted2 ATTACH PARTITION part_5 FOR VALUES IN (5); --- Check the case where attnos of the partitioning columns in the table being --- attached differs from the parent. It should not affect the constraint- --- checking logic that allows to skip the scan. -CREATE TABLE part_6 ( - c int, - LIKE list_parted2, - CONSTRAINT check_a CHECK (a IS NOT NULL AND a = 6) -); -ALTER TABLE part_6 DROP c; -ALTER TABLE list_parted2 ATTACH PARTITION part_6 FOR VALUES IN (6); --- Similar to above, but the table being attached is a partitioned table --- whose partition has still different attnos for the root partitioning --- columns. -CREATE TABLE part_7 ( - LIKE list_parted2, - CONSTRAINT check_a CHECK (a IS NOT NULL AND a = 7) -) PARTITION BY LIST (b); -CREATE TABLE part_7_a_null ( - c int, - d int, - e int, - LIKE list_parted2, -- 'a' will have attnum = 4 - CONSTRAINT check_b CHECK (b IS NULL OR b = 'a'), - CONSTRAINT check_a CHECK (a IS NOT NULL AND a = 7) -); -ALTER TABLE part_7_a_null DROP c, DROP d, DROP e; -ALTER TABLE part_7 ATTACH PARTITION part_7_a_null FOR VALUES IN ('a', null); -ALTER TABLE list_parted2 ATTACH PARTITION part_7 FOR VALUES IN (7); --- Same example, but check this time that the constraint correctly detects --- violating rows -ALTER TABLE list_parted2 DETACH PARTITION part_7; -ALTER TABLE part_7 DROP CONSTRAINT check_a; -- thusly, scan won't be skipped -INSERT INTO part_7 (a, b) VALUES (8, null), (9, 'a'); -SELECT tableoid::regclass, a, b FROM part_7 order by a; - tableoid | a | b ----------------+---+--- - part_7_a_null | 8 | - part_7_a_null | 9 | a -(2 rows) - -ALTER TABLE list_parted2 ATTACH PARTITION part_7 FOR VALUES IN (7); -ERROR: partition constraint of relation "part_7_a_null" is violated by some row --- check that leaf partitions of default partition are scanned when --- attaching a partitioned table. -ALTER TABLE part_5 DROP CONSTRAINT check_a; -CREATE TABLE part5_def PARTITION OF part_5 DEFAULT PARTITION BY LIST(a); -CREATE TABLE part5_def_p1 PARTITION OF part5_def FOR VALUES IN (5); -INSERT INTO part5_def_p1 VALUES (5, 'y'); -CREATE TABLE part5_p1 (LIKE part_5); -ALTER TABLE part_5 ATTACH PARTITION part5_p1 FOR VALUES IN ('y'); -ERROR: updated partition constraint for default partition "part5_def_p1" would be violated by some row --- should be ok after deleting the bad row -DELETE FROM part5_def_p1 WHERE b = 'y'; -ALTER TABLE part_5 ATTACH PARTITION part5_p1 FOR VALUES IN ('y'); --- check that the table being attached is not already a partition -ALTER TABLE list_parted2 ATTACH PARTITION part_2 FOR VALUES IN (2); -ERROR: "part_2" is already a partition --- check that circular inheritance is not allowed -ALTER TABLE part_5 ATTACH PARTITION list_parted2 FOR VALUES IN ('b'); -ERROR: circular inheritance not allowed -DETAIL: "part_5" is already a child of "list_parted2". -ALTER TABLE list_parted2 ATTACH PARTITION list_parted2 FOR VALUES IN (0); -ERROR: circular inheritance not allowed -DETAIL: "list_parted2" is already a child of "list_parted2". --- If a partitioned table being created or an existing table being attached --- as a partition does not have a constraint that would allow validation scan --- to be skipped, but an individual partition does, then the partition's --- validation scan is skipped. -CREATE TABLE quuux (a int, b text) PARTITION BY LIST (a); -CREATE TABLE quuux_default PARTITION OF quuux DEFAULT PARTITION BY LIST (b); -CREATE TABLE quuux_default1 PARTITION OF quuux_default ( - CONSTRAINT check_1 CHECK (a IS NOT NULL AND a = 1) -) FOR VALUES IN ('b'); -CREATE TABLE quuux1 (a int, b text); -ALTER TABLE quuux ATTACH PARTITION quuux1 FOR VALUES IN (1); -- validate! -CREATE TABLE quuux2 (a int, b text); -ALTER TABLE quuux ATTACH PARTITION quuux2 FOR VALUES IN (2); -- skip validation -DROP TABLE quuux1, quuux2; --- should validate for quuux1, but not for quuux2 -CREATE TABLE quuux1 PARTITION OF quuux FOR VALUES IN (1); -CREATE TABLE quuux2 PARTITION OF quuux FOR VALUES IN (2); -DROP TABLE quuux; --- check validation when attaching hash partitions --- Use hand-rolled hash functions and operator class to get predictable result --- on different machines. part_test_int4_ops is defined in test_setup.sql. --- check that the new partition won't overlap with an existing partition -CREATE TABLE hash_parted ( - a int, - b int -) PARTITION BY HASH (a part_test_int4_ops); -CREATE TABLE hpart_1 PARTITION OF hash_parted FOR VALUES WITH (MODULUS 4, REMAINDER 0); -CREATE TABLE fail_part (LIKE hpart_1); -ALTER TABLE hash_parted ATTACH PARTITION fail_part FOR VALUES WITH (MODULUS 8, REMAINDER 4); -ERROR: partition "fail_part" would overlap partition "hpart_1" -LINE 1: ...hash_parted ATTACH PARTITION fail_part FOR VALUES WITH (MODU... - ^ -ALTER TABLE hash_parted ATTACH PARTITION fail_part FOR VALUES WITH (MODULUS 8, REMAINDER 0); -ERROR: partition "fail_part" would overlap partition "hpart_1" -LINE 1: ...hash_parted ATTACH PARTITION fail_part FOR VALUES WITH (MODU... - ^ -DROP TABLE fail_part; --- check validation when attaching hash partitions --- check that violating rows are correctly reported -CREATE TABLE hpart_2 (LIKE hash_parted); -INSERT INTO hpart_2 VALUES (3, 0); -ALTER TABLE hash_parted ATTACH PARTITION hpart_2 FOR VALUES WITH (MODULUS 4, REMAINDER 1); -ERROR: partition constraint of relation "hpart_2" is violated by some row --- should be ok after deleting the bad row -DELETE FROM hpart_2; -ALTER TABLE hash_parted ATTACH PARTITION hpart_2 FOR VALUES WITH (MODULUS 4, REMAINDER 1); --- check that leaf partitions are scanned when attaching a partitioned --- table -CREATE TABLE hpart_5 ( - LIKE hash_parted -) PARTITION BY LIST (b); --- check that violating rows are correctly reported -CREATE TABLE hpart_5_a PARTITION OF hpart_5 FOR VALUES IN ('1', '2', '3'); -INSERT INTO hpart_5_a (a, b) VALUES (7, 1); -ALTER TABLE hash_parted ATTACH PARTITION hpart_5 FOR VALUES WITH (MODULUS 4, REMAINDER 2); -ERROR: partition constraint of relation "hpart_5_a" is violated by some row --- should be ok after deleting the bad row -DELETE FROM hpart_5_a; -ALTER TABLE hash_parted ATTACH PARTITION hpart_5 FOR VALUES WITH (MODULUS 4, REMAINDER 2); --- check that the table being attach is with valid modulus and remainder value -CREATE TABLE fail_part(LIKE hash_parted); -ALTER TABLE hash_parted ATTACH PARTITION fail_part FOR VALUES WITH (MODULUS 0, REMAINDER 1); -ERROR: modulus for hash partition must be an integer value greater than zero -ALTER TABLE hash_parted ATTACH PARTITION fail_part FOR VALUES WITH (MODULUS 8, REMAINDER 8); -ERROR: remainder for hash partition must be less than modulus -ALTER TABLE hash_parted ATTACH PARTITION fail_part FOR VALUES WITH (MODULUS 3, REMAINDER 2); -ERROR: every hash partition modulus must be a factor of the next larger modulus -DETAIL: The new modulus 3 is not a factor of 4, the modulus of existing partition "hpart_1". -DROP TABLE fail_part; --- --- DETACH PARTITION --- --- check that the table is partitioned at all -CREATE TABLE regular_table (a int); -ALTER TABLE regular_table DETACH PARTITION any_name; -ERROR: ALTER action DETACH PARTITION cannot be performed on relation "regular_table" -DETAIL: This operation is not supported for tables. -ALTER TABLE regular_table DETACH PARTITION any_name CONCURRENTLY; -ERROR: ALTER action DETACH PARTITION cannot be performed on relation "regular_table" -DETAIL: This operation is not supported for tables. -ALTER TABLE regular_table DETACH PARTITION any_name FINALIZE; -ERROR: ALTER action DETACH PARTITION ... FINALIZE cannot be performed on relation "regular_table" -DETAIL: This operation is not supported for tables. -DROP TABLE regular_table; --- check that the partition being detached exists at all -ALTER TABLE list_parted2 DETACH PARTITION part_4; -ERROR: relation "part_4" does not exist -ALTER TABLE hash_parted DETACH PARTITION hpart_4; -ERROR: relation "hpart_4" does not exist --- check that the partition being detached is actually a partition of the parent -CREATE TABLE not_a_part (a int); -ALTER TABLE list_parted2 DETACH PARTITION not_a_part; -ERROR: relation "not_a_part" is not a partition of relation "list_parted2" -ALTER TABLE list_parted2 DETACH PARTITION part_1; -ERROR: relation "part_1" is not a partition of relation "list_parted2" -ALTER TABLE hash_parted DETACH PARTITION not_a_part; -ERROR: relation "not_a_part" is not a partition of relation "hash_parted" -DROP TABLE not_a_part; --- check that, after being detached, attinhcount/coninhcount is dropped to 0 and --- attislocal/conislocal is set to true -ALTER TABLE list_parted2 DETACH PARTITION part_3_4; -SELECT attinhcount, attislocal FROM pg_attribute WHERE attrelid = 'part_3_4'::regclass AND attnum > 0; - attinhcount | attislocal --------------+------------ - 0 | t - 0 | t -(2 rows) - -SELECT coninhcount, conislocal FROM pg_constraint WHERE conrelid = 'part_3_4'::regclass AND conname = 'check_a'; - coninhcount | conislocal --------------+------------ - 0 | t -(1 row) - -DROP TABLE part_3_4; --- check that a detached partition is not dropped on dropping a partitioned table -CREATE TABLE range_parted2 ( - a int -) PARTITION BY RANGE(a); -CREATE TABLE part_rp PARTITION OF range_parted2 FOR VALUES FROM (0) to (100); -ALTER TABLE range_parted2 DETACH PARTITION part_rp; -DROP TABLE range_parted2; -SELECT * from part_rp; - a ---- -(0 rows) - -DROP TABLE part_rp; --- concurrent detach -CREATE TABLE range_parted2 ( - a int -) PARTITION BY RANGE(a); -CREATE TABLE part_rp PARTITION OF range_parted2 FOR VALUES FROM (0) to (100); -BEGIN; --- doesn't work in a partition block -ALTER TABLE range_parted2 DETACH PARTITION part_rp CONCURRENTLY; -ERROR: ALTER TABLE ... DETACH CONCURRENTLY cannot run inside a transaction block -COMMIT; -CREATE TABLE part_rpd PARTITION OF range_parted2 DEFAULT; --- doesn't work if there's a default partition -ALTER TABLE range_parted2 DETACH PARTITION part_rp CONCURRENTLY; -ERROR: cannot detach partitions concurrently when a default partition exists --- doesn't work for the default partition -ALTER TABLE range_parted2 DETACH PARTITION part_rpd CONCURRENTLY; -ERROR: cannot detach partitions concurrently when a default partition exists -DROP TABLE part_rpd; --- works fine -ALTER TABLE range_parted2 DETACH PARTITION part_rp CONCURRENTLY; -\d+ range_parted2 - Partitioned table "public.range_parted2" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - a | integer | | | | plain | | -Partition key: RANGE (a) -Number of partitions: 0 - --- constraint should be created -\d part_rp - Table "public.part_rp" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Check constraints: - "part_rp_a_check" CHECK (a IS NOT NULL AND a >= 0 AND a < 100) - -CREATE TABLE part_rp100 PARTITION OF range_parted2 (CHECK (a>=123 AND a<133 AND a IS NOT NULL)) FOR VALUES FROM (100) to (200); -ALTER TABLE range_parted2 DETACH PARTITION part_rp100 CONCURRENTLY; --- redundant constraint should not be created -\d part_rp100 - Table "public.part_rp100" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Check constraints: - "part_rp100_a_check" CHECK (a >= 123 AND a < 133 AND a IS NOT NULL) - -DROP TABLE range_parted2; --- Check ALTER TABLE commands for partitioned tables and partitions --- cannot add/drop column to/from *only* the parent -ALTER TABLE ONLY list_parted2 ADD COLUMN c int; -ERROR: column must be added to child tables too -ALTER TABLE ONLY list_parted2 DROP COLUMN b; -ERROR: cannot drop column from only the partitioned table when partitions exist -HINT: Do not specify the ONLY keyword. --- cannot add a column to partition or drop an inherited one -ALTER TABLE part_2 ADD COLUMN c text; -ERROR: cannot add column to a partition -ALTER TABLE part_2 DROP COLUMN b; -ERROR: cannot drop inherited column "b" --- Nor rename, alter type -ALTER TABLE part_2 RENAME COLUMN b to c; -ERROR: cannot rename inherited column "b" -ALTER TABLE part_2 ALTER COLUMN b TYPE text; -ERROR: cannot alter inherited column "b" -LINE 1: ALTER TABLE part_2 ALTER COLUMN b TYPE text; - ^ --- cannot add NOT NULL or check constraints to *only* the parent, when --- partitions exist -ALTER TABLE ONLY list_parted2 ALTER b SET NOT NULL; -ERROR: constraint must be added to child tables too -HINT: Do not specify the ONLY keyword. -ALTER TABLE ONLY list_parted2 ADD CONSTRAINT check_b CHECK (b <> 'zz'); -ERROR: constraint must be added to child tables too --- dropping them is ok though -ALTER TABLE list_parted2 ALTER b SET NOT NULL; -ALTER TABLE ONLY list_parted2 ALTER b DROP NOT NULL; -ALTER TABLE list_parted2 ADD CONSTRAINT check_b CHECK (b <> 'zz'); -ALTER TABLE ONLY list_parted2 DROP CONSTRAINT check_b; --- ... and the partitions should still have both -\d+ part_2 - Table "public.part_2" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+--------------+-----------+----------+---------+----------+--------------+------------- - a | integer | | | | plain | | - b | character(1) | | not null | | extended | | -Partition of: list_parted2 FOR VALUES IN (2) -Partition constraint: ((a IS NOT NULL) AND (a = 2)) -Check constraints: - "check_b" CHECK (b <> 'zz'::bpchar) -Not-null constraints: - "list_parted2_b_not_null" NOT NULL "b" - --- It's alright though, if no partitions are yet created -CREATE TABLE parted_no_parts (a int) PARTITION BY LIST (a); -ALTER TABLE ONLY parted_no_parts ALTER a SET NOT NULL; -ALTER TABLE ONLY parted_no_parts ADD CONSTRAINT check_a CHECK (a > 0); -DROP TABLE parted_no_parts; --- cannot drop inherited NOT NULL or check constraints from partition -ALTER TABLE list_parted2 ALTER b SET NOT NULL, ADD CONSTRAINT check_a2 CHECK (a > 0); -ALTER TABLE part_2 ALTER b DROP NOT NULL; -ERROR: column "b" is marked NOT NULL in parent table -ALTER TABLE part_2 DROP CONSTRAINT check_a2; -ERROR: cannot drop inherited constraint "check_a2" of relation "part_2" --- can't drop NOT NULL from under an invalid PK -CREATE TABLE list_parted3 (a int NOT NULL) PARTITION BY LIST (a); -CREATE TABLE list_parted3_1 PARTITION OF list_parted3 FOR VALUES IN (1); -ALTER TABLE ONLY list_parted3 ADD PRIMARY KEY (a); -ALTER TABLE ONLY list_parted3 DROP CONSTRAINT list_parted3_a_not_null; -ERROR: column "a" is in a primary key --- Doesn't make sense to add NO INHERIT constraints on partitioned tables -ALTER TABLE list_parted2 add constraint check_b2 check (b <> 'zz') NO INHERIT; -ERROR: cannot add NO INHERIT constraint to partitioned table "list_parted2" --- check that a partition cannot participate in regular inheritance -CREATE TABLE inh_test () INHERITS (part_2); -ERROR: cannot inherit from partition "part_2" -CREATE TABLE inh_test (LIKE part_2); -ALTER TABLE inh_test INHERIT part_2; -ERROR: cannot inherit from a partition -ALTER TABLE part_2 INHERIT inh_test; -ERROR: cannot change inheritance of a partition --- cannot drop or alter type of partition key columns of lower level --- partitioned tables; for example, part_5, which is list_parted2's --- partition, is partitioned on b; -ALTER TABLE list_parted2 DROP COLUMN b; -ERROR: cannot drop column "b" because it is part of the partition key of relation "part_5" -ALTER TABLE list_parted2 ALTER COLUMN b TYPE text; -ERROR: cannot alter column "b" because it is part of the partition key of relation "part_5" -LINE 1: ALTER TABLE list_parted2 ALTER COLUMN b TYPE text; - ^ --- dropping non-partition key columns should be allowed on the parent table. -ALTER TABLE list_parted DROP COLUMN b; -SELECT * FROM list_parted; - a ---- -(0 rows) - --- cleanup -DROP TABLE list_parted, list_parted2, range_parted, list_parted3; -DROP TABLE fail_def_part; -DROP TABLE hash_parted; --- more tests for certain multi-level partitioning scenarios -create table p (a int, b int) partition by range (a, b); -create table p1 (b int, a int not null) partition by range (b); -create table p11 (like p1); -alter table p11 drop a; -alter table p11 add a int; -alter table p11 drop a; -alter table p11 add a int not null; --- attnum for key attribute 'a' is different in p, p1, and p11 -select attrelid::regclass, attname, attnum -from pg_attribute -where attname = 'a' - and (attrelid = 'p'::regclass - or attrelid = 'p1'::regclass - or attrelid = 'p11'::regclass) -order by attrelid::regclass::text; - attrelid | attname | attnum -----------+---------+-------- - p | a | 1 - p1 | a | 2 - p11 | a | 4 -(3 rows) - -alter table p1 attach partition p11 for values from (2) to (5); -insert into p1 (a, b) values (2, 3); --- check that partition validation scan correctly detects violating rows -alter table p attach partition p1 for values from (1, 2) to (1, 10); -ERROR: partition constraint of relation "p11" is violated by some row --- cleanup -drop table p; -drop table p1; --- validate constraint on partitioned tables should only scan leaf partitions -create table parted_validate_test (a int) partition by list (a); -create table parted_validate_test_1 partition of parted_validate_test for values in (0, 1); -alter table parted_validate_test add constraint parted_validate_test_chka check (a > 0) not valid; -alter table parted_validate_test validate constraint parted_validate_test_chka; -drop table parted_validate_test; --- test alter column options -CREATE TABLE attmp(i integer); -INSERT INTO attmp VALUES (1); -ALTER TABLE attmp ALTER COLUMN i SET (n_distinct = 1, n_distinct_inherited = 2); -ALTER TABLE attmp ALTER COLUMN i RESET (n_distinct_inherited); -ANALYZE attmp; -DROP TABLE attmp; -DROP USER regress_alter_table_user1; --- check that violating rows are correctly reported when attaching as the --- default partition -create table defpart_attach_test (a int) partition by list (a); -create table defpart_attach_test1 partition of defpart_attach_test for values in (1); -create table defpart_attach_test_d (b int, a int); -alter table defpart_attach_test_d drop b; -insert into defpart_attach_test_d values (1), (2); --- error because its constraint as the default partition would be violated --- by the row containing 1 -alter table defpart_attach_test attach partition defpart_attach_test_d default; -ERROR: partition constraint of relation "defpart_attach_test_d" is violated by some row -delete from defpart_attach_test_d where a = 1; -alter table defpart_attach_test_d add check (a > 1); --- should be attached successfully and without needing to be scanned -alter table defpart_attach_test attach partition defpart_attach_test_d default; --- check that attaching a partition correctly reports any rows in the default --- partition that should not be there for the new partition to be attached --- successfully -create table defpart_attach_test_2 (like defpart_attach_test_d); -alter table defpart_attach_test attach partition defpart_attach_test_2 for values in (2); -ERROR: updated partition constraint for default partition "defpart_attach_test_d" would be violated by some row -drop table defpart_attach_test; --- check combinations of temporary and permanent relations when attaching --- partitions. -create table perm_part_parent (a int) partition by list (a); -create temp table temp_part_parent (a int) partition by list (a); -create table perm_part_child (a int); -create temp table temp_part_child (a int); -alter table temp_part_parent attach partition perm_part_child default; -- error -ERROR: cannot attach a permanent relation as partition of temporary relation "temp_part_parent" -alter table perm_part_parent attach partition temp_part_child default; -- error -ERROR: cannot attach a temporary relation as partition of permanent relation "perm_part_parent" -alter table temp_part_parent attach partition temp_part_child default; -- ok -drop table perm_part_parent cascade; -drop table temp_part_parent cascade; --- check that attaching partitions to a table while it is being used is --- prevented -create table tab_part_attach (a int) partition by list (a); -create or replace function func_part_attach() returns trigger - language plpgsql as $$ - begin - execute 'create table tab_part_attach_1 (a int)'; - execute 'alter table tab_part_attach attach partition tab_part_attach_1 for values in (1)'; - return null; - end $$; -create trigger trig_part_attach before insert on tab_part_attach - for each statement execute procedure func_part_attach(); -insert into tab_part_attach values (1); -ERROR: cannot ALTER TABLE "tab_part_attach" because it is being used by active queries in this session -CONTEXT: SQL statement "alter table tab_part_attach attach partition tab_part_attach_1 for values in (1)" -PL/pgSQL function func_part_attach() line 4 at EXECUTE -drop table tab_part_attach; -drop function func_part_attach(); --- test case where the partitioning operator is a SQL function whose --- evaluation results in the table's relcache being rebuilt partway through --- the execution of an ATTACH PARTITION command -create function at_test_sql_partop (int4, int4) returns int language sql -as $$ select case when $1 = $2 then 0 when $1 > $2 then 1 else -1 end; $$; -create operator class at_test_sql_partop for type int4 using btree as - operator 1 < (int4, int4), operator 2 <= (int4, int4), - operator 3 = (int4, int4), operator 4 >= (int4, int4), - operator 5 > (int4, int4), function 1 at_test_sql_partop(int4, int4); -create table at_test_sql_partop (a int) partition by range (a at_test_sql_partop); -create table at_test_sql_partop_1 (a int); -alter table at_test_sql_partop attach partition at_test_sql_partop_1 for values from (0) to (10); -drop table at_test_sql_partop; -drop operator class at_test_sql_partop using btree; -drop function at_test_sql_partop; -/* Test case for bug #16242 */ --- We create a parent and child where the child has missing --- non-null attribute values, and arrange to pass them through --- tuple conversion from the child to the parent tupdesc -create table bar1 (a integer, b integer not null default 1) - partition by range (a); -create table bar2 (a integer); -insert into bar2 values (1); -alter table bar2 add column b integer not null default 1; --- (at this point bar2 contains tuple with natts=1) -alter table bar1 attach partition bar2 default; --- this works: -select * from bar1; - a | b ----+--- - 1 | 1 -(1 row) - --- this exercises tuple conversion: -create function xtrig() - returns trigger language plpgsql -as $$ - declare - r record; - begin - for r in select * from old loop - raise info 'a=%, b=%', r.a, r.b; - end loop; - return NULL; - end; -$$; -create trigger xtrig - after update on bar1 - referencing old table as old - for each statement execute procedure xtrig(); -update bar1 set a = a + 1; -INFO: a=1, b=1 -/* End test case for bug #16242 */ -/* Test case for bug #17409 */ -create table attbl (p1 int constraint pk_attbl primary key); -create table atref (c1 int references attbl(p1)); -cluster attbl using pk_attbl; -alter table attbl alter column p1 set data type bigint; -alter table atref alter column c1 set data type bigint; -drop table attbl, atref; -create table attbl (p1 int constraint pk_attbl primary key); -alter table attbl replica identity using index pk_attbl; -create table atref (c1 int references attbl(p1)); -alter table attbl alter column p1 set data type bigint; -alter table atref alter column c1 set data type bigint; -drop table attbl, atref; -/* End test case for bug #17409 */ --- Test that ALTER TABLE rewrite preserves a clustered index --- for normal indexes and indexes on constraints. -create table alttype_cluster (a int); -alter table alttype_cluster add primary key (a); -create index alttype_cluster_ind on alttype_cluster (a); -alter table alttype_cluster cluster on alttype_cluster_ind; --- Normal index remains clustered. -select indexrelid::regclass, indisclustered from pg_index - where indrelid = 'alttype_cluster'::regclass - order by indexrelid::regclass::text; - indexrelid | indisclustered -----------------------+---------------- - alttype_cluster_ind | t - alttype_cluster_pkey | f -(2 rows) - -alter table alttype_cluster alter a type bigint; -select indexrelid::regclass, indisclustered from pg_index - where indrelid = 'alttype_cluster'::regclass - order by indexrelid::regclass::text; - indexrelid | indisclustered -----------------------+---------------- - alttype_cluster_ind | t - alttype_cluster_pkey | f -(2 rows) - --- Constraint index remains clustered. -alter table alttype_cluster cluster on alttype_cluster_pkey; -select indexrelid::regclass, indisclustered from pg_index - where indrelid = 'alttype_cluster'::regclass - order by indexrelid::regclass::text; - indexrelid | indisclustered -----------------------+---------------- - alttype_cluster_ind | f - alttype_cluster_pkey | t -(2 rows) - -alter table alttype_cluster alter a type int; -select indexrelid::regclass, indisclustered from pg_index - where indrelid = 'alttype_cluster'::regclass - order by indexrelid::regclass::text; - indexrelid | indisclustered -----------------------+---------------- - alttype_cluster_ind | f - alttype_cluster_pkey | t -(2 rows) - -drop table alttype_cluster; --- --- Check that attaching or detaching a partitioned partition correctly leads --- to its partitions' constraint being updated to reflect the parent's --- newly added/removed constraint -create table target_parted (a int, b int) partition by list (a); -create table attach_parted (a int, b int) partition by list (b); -create table attach_parted_part1 partition of attach_parted for values in (1); --- insert a row directly into the leaf partition so that its partition --- constraint is built and stored in the relcache -insert into attach_parted_part1 values (1, 1); --- the following better invalidate the partition constraint of the leaf --- partition too... -alter table target_parted attach partition attach_parted for values in (1); --- ...such that the following insert fails -insert into attach_parted_part1 values (2, 1); -ERROR: new row for relation "attach_parted_part1" violates partition constraint -DETAIL: Failing row contains (2, 1). --- ...and doesn't when the partition is detached along with its own partition -alter table target_parted detach partition attach_parted; -insert into attach_parted_part1 values (2, 1); --- Test altering table having publication -create schema alter1; -create schema alter2; -create table alter1.t1 (a int); -set client_min_messages = 'ERROR'; -create publication pub1 for table alter1.t1, tables in schema alter2; -reset client_min_messages; -alter table alter1.t1 set schema alter2; -\d+ alter2.t1 - Table "alter2.t1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - a | integer | | | | plain | | -Publications: - "pub1" - -drop publication pub1; -drop schema alter1 cascade; -drop schema alter2 cascade; -NOTICE: drop cascades to table alter2.t1 +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sequence.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sequence.out --- /tmp/cirrus-ci-build/src/test/regress/expected/sequence.out 2025-05-11 19:30:18.998216000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sequence.out 2025-05-11 19:32:43.163926000 +0000 @@ -1,849 +1,2 @@ --- --- CREATE SEQUENCE --- --- various error cases -CREATE SEQUENCE sequence_testx INCREMENT BY 0; -ERROR: INCREMENT must not be zero -CREATE SEQUENCE sequence_testx INCREMENT BY -1 MINVALUE 20; -ERROR: MINVALUE (20) must be less than MAXVALUE (-1) -CREATE SEQUENCE sequence_testx INCREMENT BY 1 MAXVALUE -20; -ERROR: MINVALUE (1) must be less than MAXVALUE (-20) -CREATE SEQUENCE sequence_testx INCREMENT BY -1 START 10; -ERROR: START value (10) cannot be greater than MAXVALUE (-1) -CREATE SEQUENCE sequence_testx INCREMENT BY 1 START -10; -ERROR: START value (-10) cannot be less than MINVALUE (1) -CREATE SEQUENCE sequence_testx CACHE 0; -ERROR: CACHE (0) must be greater than zero --- OWNED BY errors -CREATE SEQUENCE sequence_testx OWNED BY nobody; -- nonsense word -ERROR: invalid OWNED BY option -HINT: Specify OWNED BY table.column or OWNED BY NONE. -CREATE SEQUENCE sequence_testx OWNED BY pg_class_oid_index.oid; -- not a table -ERROR: sequence cannot be owned by relation "pg_class_oid_index" -DETAIL: This operation is not supported for indexes. -CREATE SEQUENCE sequence_testx OWNED BY pg_class.relname; -- not same schema -ERROR: sequence must be in same schema as table it is linked to -CREATE TABLE sequence_test_table (a int); -CREATE SEQUENCE sequence_testx OWNED BY sequence_test_table.b; -- wrong column -ERROR: column "b" of relation "sequence_test_table" does not exist -DROP TABLE sequence_test_table; --- sequence data types -CREATE SEQUENCE sequence_test5 AS integer; -CREATE SEQUENCE sequence_test6 AS smallint; -CREATE SEQUENCE sequence_test7 AS bigint; -CREATE SEQUENCE sequence_test8 AS integer MAXVALUE 100000; -CREATE SEQUENCE sequence_test9 AS integer INCREMENT BY -1; -CREATE SEQUENCE sequence_test10 AS integer MINVALUE -100000 START 1; -CREATE SEQUENCE sequence_test11 AS smallint; -CREATE SEQUENCE sequence_test12 AS smallint INCREMENT -1; -CREATE SEQUENCE sequence_test13 AS smallint MINVALUE -32768; -CREATE SEQUENCE sequence_test14 AS smallint MAXVALUE 32767 INCREMENT -1; -CREATE SEQUENCE sequence_testx AS text; -ERROR: sequence type must be smallint, integer, or bigint -CREATE SEQUENCE sequence_testx AS nosuchtype; -ERROR: type "nosuchtype" does not exist -LINE 1: CREATE SEQUENCE sequence_testx AS nosuchtype; - ^ -CREATE SEQUENCE sequence_testx AS smallint MAXVALUE 100000; -ERROR: MAXVALUE (100000) is out of range for sequence data type smallint -CREATE SEQUENCE sequence_testx AS smallint MINVALUE -100000; -ERROR: MINVALUE (-100000) is out of range for sequence data type smallint -ALTER SEQUENCE sequence_test5 AS smallint; -- success, max will be adjusted -ALTER SEQUENCE sequence_test8 AS smallint; -- fail, max has to be adjusted -ERROR: MAXVALUE (100000) is out of range for sequence data type smallint -ALTER SEQUENCE sequence_test8 AS smallint MAXVALUE 20000; -- ok now -ALTER SEQUENCE sequence_test9 AS smallint; -- success, min will be adjusted -ALTER SEQUENCE sequence_test10 AS smallint; -- fail, min has to be adjusted -ERROR: MINVALUE (-100000) is out of range for sequence data type smallint -ALTER SEQUENCE sequence_test10 AS smallint MINVALUE -20000; -- ok now -ALTER SEQUENCE sequence_test11 AS int; -- max will be adjusted -ALTER SEQUENCE sequence_test12 AS int; -- min will be adjusted -ALTER SEQUENCE sequence_test13 AS int; -- min and max will be adjusted -ALTER SEQUENCE sequence_test14 AS int; -- min and max will be adjusted ---- ---- test creation of SERIAL column ---- -CREATE TABLE serialTest1 (f1 text, f2 serial); -INSERT INTO serialTest1 VALUES ('foo'); -INSERT INTO serialTest1 VALUES ('bar'); -INSERT INTO serialTest1 VALUES ('force', 100); -INSERT INTO serialTest1 VALUES ('wrong', NULL); -ERROR: null value in column "f2" of relation "serialtest1" violates not-null constraint -DETAIL: Failing row contains (wrong, null). -SELECT * FROM serialTest1; - f1 | f2 --------+----- - foo | 1 - bar | 2 - force | 100 -(3 rows) - -SELECT pg_get_serial_sequence('serialTest1', 'f2'); - pg_get_serial_sequence ---------------------------- - public.serialtest1_f2_seq -(1 row) - --- test smallserial / bigserial -CREATE TABLE serialTest2 (f1 text, f2 serial, f3 smallserial, f4 serial2, - f5 bigserial, f6 serial8); -INSERT INTO serialTest2 (f1) - VALUES ('test_defaults'); -INSERT INTO serialTest2 (f1, f2, f3, f4, f5, f6) - VALUES ('test_max_vals', 2147483647, 32767, 32767, 9223372036854775807, - 9223372036854775807), - ('test_min_vals', -2147483648, -32768, -32768, -9223372036854775808, - -9223372036854775808); --- All these INSERTs should fail: -INSERT INTO serialTest2 (f1, f3) - VALUES ('bogus', -32769); -ERROR: smallint out of range -INSERT INTO serialTest2 (f1, f4) - VALUES ('bogus', -32769); -ERROR: smallint out of range -INSERT INTO serialTest2 (f1, f3) - VALUES ('bogus', 32768); -ERROR: smallint out of range -INSERT INTO serialTest2 (f1, f4) - VALUES ('bogus', 32768); -ERROR: smallint out of range -INSERT INTO serialTest2 (f1, f5) - VALUES ('bogus', -9223372036854775809); -ERROR: bigint out of range -INSERT INTO serialTest2 (f1, f6) - VALUES ('bogus', -9223372036854775809); -ERROR: bigint out of range -INSERT INTO serialTest2 (f1, f5) - VALUES ('bogus', 9223372036854775808); -ERROR: bigint out of range -INSERT INTO serialTest2 (f1, f6) - VALUES ('bogus', 9223372036854775808); -ERROR: bigint out of range -SELECT * FROM serialTest2 ORDER BY f2 ASC; - f1 | f2 | f3 | f4 | f5 | f6 ----------------+-------------+--------+--------+----------------------+---------------------- - test_min_vals | -2147483648 | -32768 | -32768 | -9223372036854775808 | -9223372036854775808 - test_defaults | 1 | 1 | 1 | 1 | 1 - test_max_vals | 2147483647 | 32767 | 32767 | 9223372036854775807 | 9223372036854775807 -(3 rows) - -SELECT nextval('serialTest2_f2_seq'); - nextval ---------- - 2 -(1 row) - -SELECT nextval('serialTest2_f3_seq'); - nextval ---------- - 2 -(1 row) - -SELECT nextval('serialTest2_f4_seq'); - nextval ---------- - 2 -(1 row) - -SELECT nextval('serialTest2_f5_seq'); - nextval ---------- - 2 -(1 row) - -SELECT nextval('serialTest2_f6_seq'); - nextval ---------- - 2 -(1 row) - --- basic sequence operations using both text and oid references -CREATE SEQUENCE sequence_test; -CREATE SEQUENCE IF NOT EXISTS sequence_test; -NOTICE: relation "sequence_test" already exists, skipping -SELECT nextval('sequence_test'::text); - nextval ---------- - 1 -(1 row) - -SELECT nextval('sequence_test'::regclass); - nextval ---------- - 2 -(1 row) - -SELECT currval('sequence_test'::text); - currval ---------- - 2 -(1 row) - -SELECT currval('sequence_test'::regclass); - currval ---------- - 2 -(1 row) - -SELECT setval('sequence_test'::text, 32); - setval --------- - 32 -(1 row) - -SELECT nextval('sequence_test'::regclass); - nextval ---------- - 33 -(1 row) - -SELECT setval('sequence_test'::text, 99, false); - setval --------- - 99 -(1 row) - -SELECT nextval('sequence_test'::regclass); - nextval ---------- - 99 -(1 row) - -SELECT setval('sequence_test'::regclass, 32); - setval --------- - 32 -(1 row) - -SELECT nextval('sequence_test'::text); - nextval ---------- - 33 -(1 row) - -SELECT setval('sequence_test'::regclass, 99, false); - setval --------- - 99 -(1 row) - -SELECT nextval('sequence_test'::text); - nextval ---------- - 99 -(1 row) - -DISCARD SEQUENCES; -SELECT currval('sequence_test'::regclass); -ERROR: currval of sequence "sequence_test" is not yet defined in this session -DROP SEQUENCE sequence_test; --- renaming sequences -CREATE SEQUENCE foo_seq; -ALTER TABLE foo_seq RENAME TO foo_seq_new; -SELECT * FROM foo_seq_new; - last_value | log_cnt | is_called -------------+---------+----------- - 1 | 0 | f -(1 row) - -SELECT nextval('foo_seq_new'); - nextval ---------- - 1 -(1 row) - -SELECT nextval('foo_seq_new'); - nextval ---------- - 2 -(1 row) - --- log_cnt can be higher if there is a checkpoint just at the right --- time, so just test for the expected range -SELECT last_value, log_cnt IN (31, 32) AS log_cnt_ok, is_called FROM foo_seq_new; - last_value | log_cnt_ok | is_called -------------+------------+----------- - 2 | t | t -(1 row) - -DROP SEQUENCE foo_seq_new; --- renaming serial sequences -ALTER TABLE serialtest1_f2_seq RENAME TO serialtest1_f2_foo; -INSERT INTO serialTest1 VALUES ('more'); -SELECT * FROM serialTest1; - f1 | f2 --------+----- - foo | 1 - bar | 2 - force | 100 - more | 3 -(4 rows) - --- --- Check dependencies of serial and ordinary sequences --- -CREATE TEMP SEQUENCE myseq2; -CREATE TEMP SEQUENCE myseq3; -CREATE TEMP TABLE t1 ( - f1 serial, - f2 int DEFAULT nextval('myseq2'), - f3 int DEFAULT nextval('myseq3'::text) -); --- Both drops should fail, but with different error messages: -DROP SEQUENCE t1_f1_seq; -ERROR: cannot drop sequence t1_f1_seq because other objects depend on it -DETAIL: default value for column f1 of table t1 depends on sequence t1_f1_seq -HINT: Use DROP ... CASCADE to drop the dependent objects too. -DROP SEQUENCE myseq2; -ERROR: cannot drop sequence myseq2 because other objects depend on it -DETAIL: default value for column f2 of table t1 depends on sequence myseq2 -HINT: Use DROP ... CASCADE to drop the dependent objects too. --- This however will work: -DROP SEQUENCE myseq3; -DROP TABLE t1; --- Fails because no longer existent: -DROP SEQUENCE t1_f1_seq; -ERROR: sequence "t1_f1_seq" does not exist --- Now OK: -DROP SEQUENCE myseq2; --- --- Alter sequence --- -ALTER SEQUENCE IF EXISTS sequence_test2 RESTART WITH 24 - INCREMENT BY 4 MAXVALUE 36 MINVALUE 5 CYCLE; -NOTICE: relation "sequence_test2" does not exist, skipping -ALTER SEQUENCE serialTest1 CYCLE; -- error, not a sequence -ERROR: cannot open relation "serialtest1" -DETAIL: This operation is not supported for tables. -CREATE SEQUENCE sequence_test2 START WITH 32; -CREATE SEQUENCE sequence_test4 INCREMENT BY -1; -SELECT nextval('sequence_test2'); - nextval ---------- - 32 -(1 row) - -SELECT nextval('sequence_test4'); - nextval ---------- - -1 -(1 row) - -ALTER SEQUENCE sequence_test2 RESTART; -SELECT nextval('sequence_test2'); - nextval ---------- - 32 -(1 row) - -ALTER SEQUENCE sequence_test2 RESTART WITH 0; -- error -ERROR: RESTART value (0) cannot be less than MINVALUE (1) -ALTER SEQUENCE sequence_test4 RESTART WITH 40; -- error -ERROR: RESTART value (40) cannot be greater than MAXVALUE (-1) --- test CYCLE and NO CYCLE -ALTER SEQUENCE sequence_test2 RESTART WITH 24 - INCREMENT BY 4 MAXVALUE 36 MINVALUE 5 CYCLE; -SELECT nextval('sequence_test2'); - nextval ---------- - 24 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - 28 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - 32 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - 36 -(1 row) - -SELECT nextval('sequence_test2'); -- cycled - nextval ---------- - 5 -(1 row) - -ALTER SEQUENCE sequence_test2 RESTART WITH 24 - NO CYCLE; -SELECT nextval('sequence_test2'); - nextval ---------- - 24 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - 28 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - 32 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - 36 -(1 row) - -SELECT nextval('sequence_test2'); -- error -ERROR: nextval: reached maximum value of sequence "sequence_test2" (36) -ALTER SEQUENCE sequence_test2 RESTART WITH -24 START WITH -24 - INCREMENT BY -4 MINVALUE -36 MAXVALUE -5 CYCLE; -SELECT nextval('sequence_test2'); - nextval ---------- - -24 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - -28 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - -32 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - -36 -(1 row) - -SELECT nextval('sequence_test2'); -- cycled - nextval ---------- - -5 -(1 row) - -ALTER SEQUENCE sequence_test2 RESTART WITH -24 - NO CYCLE; -SELECT nextval('sequence_test2'); - nextval ---------- - -24 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - -28 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - -32 -(1 row) - -SELECT nextval('sequence_test2'); - nextval ---------- - -36 -(1 row) - -SELECT nextval('sequence_test2'); -- error -ERROR: nextval: reached minimum value of sequence "sequence_test2" (-36) --- reset -ALTER SEQUENCE IF EXISTS sequence_test2 RESTART WITH 32 START WITH 32 - INCREMENT BY 4 MAXVALUE 36 MINVALUE 5 CYCLE; -SELECT setval('sequence_test2', -100); -- error -ERROR: setval: value -100 is out of bounds for sequence "sequence_test2" (5..36) -SELECT setval('sequence_test2', 100); -- error -ERROR: setval: value 100 is out of bounds for sequence "sequence_test2" (5..36) -SELECT setval('sequence_test2', 5); - setval --------- - 5 -(1 row) - -CREATE SEQUENCE sequence_test3; -- not read from, to test is_called --- Information schema -SELECT * FROM information_schema.sequences - WHERE sequence_name ~ ANY(ARRAY['sequence_test', 'serialtest']) - ORDER BY sequence_name ASC; - sequence_catalog | sequence_schema | sequence_name | data_type | numeric_precision | numeric_precision_radix | numeric_scale | start_value | minimum_value | maximum_value | increment | cycle_option -------------------+-----------------+--------------------+-----------+-------------------+-------------------------+---------------+-------------+----------------------+---------------------+-----------+-------------- - regression | public | sequence_test10 | smallint | 16 | 2 | 0 | 1 | -20000 | 32767 | 1 | NO - regression | public | sequence_test11 | integer | 32 | 2 | 0 | 1 | 1 | 2147483647 | 1 | NO - regression | public | sequence_test12 | integer | 32 | 2 | 0 | -1 | -2147483648 | -1 | -1 | NO - regression | public | sequence_test13 | integer | 32 | 2 | 0 | -32768 | -2147483648 | 2147483647 | 1 | NO - regression | public | sequence_test14 | integer | 32 | 2 | 0 | 32767 | -2147483648 | 2147483647 | -1 | NO - regression | public | sequence_test2 | bigint | 64 | 2 | 0 | 32 | 5 | 36 | 4 | YES - regression | public | sequence_test3 | bigint | 64 | 2 | 0 | 1 | 1 | 9223372036854775807 | 1 | NO - regression | public | sequence_test4 | bigint | 64 | 2 | 0 | -1 | -9223372036854775808 | -1 | -1 | NO - regression | public | sequence_test5 | smallint | 16 | 2 | 0 | 1 | 1 | 32767 | 1 | NO - regression | public | sequence_test6 | smallint | 16 | 2 | 0 | 1 | 1 | 32767 | 1 | NO - regression | public | sequence_test7 | bigint | 64 | 2 | 0 | 1 | 1 | 9223372036854775807 | 1 | NO - regression | public | sequence_test8 | smallint | 16 | 2 | 0 | 1 | 1 | 20000 | 1 | NO - regression | public | sequence_test9 | smallint | 16 | 2 | 0 | -1 | -32768 | -1 | -1 | NO - regression | public | serialtest1_f2_foo | integer | 32 | 2 | 0 | 1 | 1 | 2147483647 | 1 | NO - regression | public | serialtest2_f2_seq | integer | 32 | 2 | 0 | 1 | 1 | 2147483647 | 1 | NO - regression | public | serialtest2_f3_seq | smallint | 16 | 2 | 0 | 1 | 1 | 32767 | 1 | NO - regression | public | serialtest2_f4_seq | smallint | 16 | 2 | 0 | 1 | 1 | 32767 | 1 | NO - regression | public | serialtest2_f5_seq | bigint | 64 | 2 | 0 | 1 | 1 | 9223372036854775807 | 1 | NO - regression | public | serialtest2_f6_seq | bigint | 64 | 2 | 0 | 1 | 1 | 9223372036854775807 | 1 | NO -(19 rows) - -SELECT schemaname, sequencename, start_value, min_value, max_value, increment_by, cycle, cache_size, last_value -FROM pg_sequences -WHERE sequencename ~ ANY(ARRAY['sequence_test', 'serialtest']) - ORDER BY sequencename ASC; - schemaname | sequencename | start_value | min_value | max_value | increment_by | cycle | cache_size | last_value -------------+--------------------+-------------+----------------------+---------------------+--------------+-------+------------+------------ - public | sequence_test10 | 1 | -20000 | 32767 | 1 | f | 1 | - public | sequence_test11 | 1 | 1 | 2147483647 | 1 | f | 1 | - public | sequence_test12 | -1 | -2147483648 | -1 | -1 | f | 1 | - public | sequence_test13 | -32768 | -2147483648 | 2147483647 | 1 | f | 1 | - public | sequence_test14 | 32767 | -2147483648 | 2147483647 | -1 | f | 1 | - public | sequence_test2 | 32 | 5 | 36 | 4 | t | 1 | 5 - public | sequence_test3 | 1 | 1 | 9223372036854775807 | 1 | f | 1 | - public | sequence_test4 | -1 | -9223372036854775808 | -1 | -1 | f | 1 | -1 - public | sequence_test5 | 1 | 1 | 32767 | 1 | f | 1 | - public | sequence_test6 | 1 | 1 | 32767 | 1 | f | 1 | - public | sequence_test7 | 1 | 1 | 9223372036854775807 | 1 | f | 1 | - public | sequence_test8 | 1 | 1 | 20000 | 1 | f | 1 | - public | sequence_test9 | -1 | -32768 | -1 | -1 | f | 1 | - public | serialtest1_f2_foo | 1 | 1 | 2147483647 | 1 | f | 1 | 3 - public | serialtest2_f2_seq | 1 | 1 | 2147483647 | 1 | f | 1 | 2 - public | serialtest2_f3_seq | 1 | 1 | 32767 | 1 | f | 1 | 2 - public | serialtest2_f4_seq | 1 | 1 | 32767 | 1 | f | 1 | 2 - public | serialtest2_f5_seq | 1 | 1 | 9223372036854775807 | 1 | f | 1 | 2 - public | serialtest2_f6_seq | 1 | 1 | 9223372036854775807 | 1 | f | 1 | 2 -(19 rows) - -SELECT * FROM pg_sequence_parameters('sequence_test4'::regclass); - start_value | minimum_value | maximum_value | increment | cycle_option | cache_size | data_type --------------+----------------------+---------------+-----------+--------------+------------+----------- - -1 | -9223372036854775808 | -1 | -1 | f | 1 | 20 -(1 row) - -\d sequence_test4 - Sequence "public.sequence_test4" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ---------+-------+----------------------+---------+-----------+---------+------- - bigint | -1 | -9223372036854775808 | -1 | -1 | no | 1 - -\d serialtest2_f2_seq - Sequence "public.serialtest2_f2_seq" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ----------+-------+---------+------------+-----------+---------+------- - integer | 1 | 1 | 2147483647 | 1 | no | 1 -Owned by: public.serialtest2.f2 - --- Test comments -COMMENT ON SEQUENCE asdf IS 'won''t work'; -ERROR: relation "asdf" does not exist -COMMENT ON SEQUENCE sequence_test2 IS 'will work'; -COMMENT ON SEQUENCE sequence_test2 IS NULL; --- Test lastval() -CREATE SEQUENCE seq; -SELECT nextval('seq'); - nextval ---------- - 1 -(1 row) - -SELECT lastval(); - lastval ---------- - 1 -(1 row) - -SELECT setval('seq', 99); - setval --------- - 99 -(1 row) - -SELECT lastval(); - lastval ---------- - 99 -(1 row) - -DISCARD SEQUENCES; -SELECT lastval(); -ERROR: lastval is not yet defined in this session -CREATE SEQUENCE seq2; -SELECT nextval('seq2'); - nextval ---------- - 1 -(1 row) - -SELECT lastval(); - lastval ---------- - 1 -(1 row) - -DROP SEQUENCE seq2; --- should fail -SELECT lastval(); -ERROR: lastval is not yet defined in this session --- unlogged sequences --- (more tests in src/test/recovery/) -CREATE UNLOGGED SEQUENCE sequence_test_unlogged; -ALTER SEQUENCE sequence_test_unlogged SET LOGGED; -\d sequence_test_unlogged - Sequence "public.sequence_test_unlogged" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ---------+-------+---------+---------------------+-----------+---------+------- - bigint | 1 | 1 | 9223372036854775807 | 1 | no | 1 - -ALTER SEQUENCE sequence_test_unlogged SET UNLOGGED; -\d sequence_test_unlogged - Unlogged sequence "public.sequence_test_unlogged" - Type | Start | Minimum | Maximum | Increment | Cycles? | Cache ---------+-------+---------+---------------------+-----------+---------+------- - bigint | 1 | 1 | 9223372036854775807 | 1 | no | 1 - -DROP SEQUENCE sequence_test_unlogged; --- Test sequences in read-only transactions -CREATE TEMPORARY SEQUENCE sequence_test_temp1; -START TRANSACTION READ ONLY; -SELECT nextval('sequence_test_temp1'); -- ok - nextval ---------- - 1 -(1 row) - -SELECT nextval('sequence_test2'); -- error -ERROR: cannot execute nextval() in a read-only transaction -ROLLBACK; -START TRANSACTION READ ONLY; -SELECT setval('sequence_test_temp1', 1); -- ok - setval --------- - 1 -(1 row) - -SELECT setval('sequence_test2', 1); -- error -ERROR: cannot execute setval() in a read-only transaction -ROLLBACK; --- privileges tests -CREATE USER regress_seq_user; --- nextval -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -CREATE SEQUENCE seq3; -REVOKE ALL ON seq3 FROM regress_seq_user; -GRANT SELECT ON seq3 TO regress_seq_user; -SELECT nextval('seq3'); -ERROR: permission denied for sequence seq3 -ROLLBACK; -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -CREATE SEQUENCE seq3; -REVOKE ALL ON seq3 FROM regress_seq_user; -GRANT UPDATE ON seq3 TO regress_seq_user; -SELECT nextval('seq3'); - nextval ---------- - 1 -(1 row) - -ROLLBACK; -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -CREATE SEQUENCE seq3; -REVOKE ALL ON seq3 FROM regress_seq_user; -GRANT USAGE ON seq3 TO regress_seq_user; -SELECT nextval('seq3'); - nextval ---------- - 1 -(1 row) - -ROLLBACK; --- currval -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -CREATE SEQUENCE seq3; -SELECT nextval('seq3'); - nextval ---------- - 1 -(1 row) - -REVOKE ALL ON seq3 FROM regress_seq_user; -GRANT SELECT ON seq3 TO regress_seq_user; -SELECT currval('seq3'); - currval ---------- - 1 -(1 row) - -ROLLBACK; -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -CREATE SEQUENCE seq3; -SELECT nextval('seq3'); - nextval ---------- - 1 -(1 row) - -REVOKE ALL ON seq3 FROM regress_seq_user; -GRANT UPDATE ON seq3 TO regress_seq_user; -SELECT currval('seq3'); -ERROR: permission denied for sequence seq3 -ROLLBACK; -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -CREATE SEQUENCE seq3; -SELECT nextval('seq3'); - nextval ---------- - 1 -(1 row) - -REVOKE ALL ON seq3 FROM regress_seq_user; -GRANT USAGE ON seq3 TO regress_seq_user; -SELECT currval('seq3'); - currval ---------- - 1 -(1 row) - -ROLLBACK; --- lastval -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -CREATE SEQUENCE seq3; -SELECT nextval('seq3'); - nextval ---------- - 1 -(1 row) - -REVOKE ALL ON seq3 FROM regress_seq_user; -GRANT SELECT ON seq3 TO regress_seq_user; -SELECT lastval(); - lastval ---------- - 1 -(1 row) - -ROLLBACK; -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -CREATE SEQUENCE seq3; -SELECT nextval('seq3'); - nextval ---------- - 1 -(1 row) - -REVOKE ALL ON seq3 FROM regress_seq_user; -GRANT UPDATE ON seq3 TO regress_seq_user; -SELECT lastval(); -ERROR: permission denied for sequence seq3 -ROLLBACK; -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -CREATE SEQUENCE seq3; -SELECT nextval('seq3'); - nextval ---------- - 1 -(1 row) - -REVOKE ALL ON seq3 FROM regress_seq_user; -GRANT USAGE ON seq3 TO regress_seq_user; -SELECT lastval(); - lastval ---------- - 1 -(1 row) - -ROLLBACK; --- setval -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -CREATE SEQUENCE seq3; -REVOKE ALL ON seq3 FROM regress_seq_user; -SAVEPOINT save; -SELECT setval('seq3', 5); -ERROR: permission denied for sequence seq3 -ROLLBACK TO save; -GRANT UPDATE ON seq3 TO regress_seq_user; -SELECT setval('seq3', 5); - setval --------- - 5 -(1 row) - -SELECT nextval('seq3'); - nextval ---------- - 6 -(1 row) - -ROLLBACK; --- ALTER SEQUENCE -BEGIN; -SET LOCAL SESSION AUTHORIZATION regress_seq_user; -ALTER SEQUENCE sequence_test2 START WITH 1; -ERROR: must be owner of sequence sequence_test2 -ROLLBACK; --- Sequences should get wiped out as well: -DROP TABLE serialTest1, serialTest2; --- Make sure sequences are gone: -SELECT * FROM information_schema.sequences WHERE sequence_name IN - ('sequence_test2', 'serialtest2_f2_seq', 'serialtest2_f3_seq', - 'serialtest2_f4_seq', 'serialtest2_f5_seq', 'serialtest2_f6_seq') - ORDER BY sequence_name ASC; - sequence_catalog | sequence_schema | sequence_name | data_type | numeric_precision | numeric_precision_radix | numeric_scale | start_value | minimum_value | maximum_value | increment | cycle_option -------------------+-----------------+----------------+-----------+-------------------+-------------------------+---------------+-------------+---------------+---------------+-----------+-------------- - regression | public | sequence_test2 | bigint | 64 | 2 | 0 | 32 | 5 | 36 | 4 | YES -(1 row) - -DROP USER regress_seq_user; -DROP SEQUENCE seq; --- cache tests -CREATE SEQUENCE test_seq1 CACHE 10; -SELECT nextval('test_seq1'); - nextval ---------- - 1 -(1 row) - -SELECT nextval('test_seq1'); - nextval ---------- - 2 -(1 row) - -SELECT nextval('test_seq1'); - nextval ---------- - 3 -(1 row) - --- pg_get_sequence_data -SELECT * FROM pg_get_sequence_data('test_seq1'); - last_value | is_called -------------+----------- - 10 | t -(1 row) - -DROP SEQUENCE test_seq1; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/polymorphism.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/polymorphism.out --- /tmp/cirrus-ci-build/src/test/regress/expected/polymorphism.out 2025-05-11 19:30:18.984401000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/polymorphism.out 2025-05-11 19:32:43.156741000 +0000 @@ -1,2110 +1,2 @@ --- --- Tests for polymorphic SQL functions and aggregates based on them. --- Tests for other features related to function-calling have snuck in, too. --- -create function polyf(x anyelement) returns anyelement as $$ - select x + 1 -$$ language sql; -select polyf(42) as int, polyf(4.5) as num; - int | num ------+----- - 43 | 5.5 -(1 row) - -select polyf(point(3,4)); -- fail for lack of + operator -ERROR: operator does not exist: point + integer -LINE 2: select x + 1 - ^ -HINT: No operator matches the given name and argument types. You might need to add explicit type casts. -QUERY: - select x + 1 - -CONTEXT: SQL function "polyf" during inlining -drop function polyf(x anyelement); -create function polyf(x anyelement) returns anyarray as $$ - select array[x + 1, x + 2] -$$ language sql; -select polyf(42) as int, polyf(4.5) as num; - int | num ----------+----------- - {43,44} | {5.5,6.5} -(1 row) - -drop function polyf(x anyelement); -create function polyf(x anyarray) returns anyelement as $$ - select x[1] -$$ language sql; -select polyf(array[2,4]) as int, polyf(array[4.5, 7.7]) as num; - int | num ------+----- - 2 | 4.5 -(1 row) - -select polyf(stavalues1) from pg_statistic; -- fail, can't infer element type -ERROR: cannot determine element type of "anyarray" argument -drop function polyf(x anyarray); -create function polyf(x anyarray) returns anyarray as $$ - select x -$$ language sql; -select polyf(array[2,4]) as int, polyf(array[4.5, 7.7]) as num; - int | num --------+----------- - {2,4} | {4.5,7.7} -(1 row) - -select polyf(stavalues1) from pg_statistic; -- fail, can't infer element type -ERROR: return type anyarray is not supported for SQL functions -CONTEXT: SQL function "polyf" during inlining -drop function polyf(x anyarray); --- fail, can't infer type: -create function polyf(x anyelement) returns anyrange as $$ - select array[x + 1, x + 2] -$$ language sql; -ERROR: cannot determine result data type -DETAIL: A result of type anyrange requires at least one input of type anyrange or anymultirange. -create function polyf(x anyrange) returns anyarray as $$ - select array[lower(x), upper(x)] -$$ language sql; -select polyf(int4range(42, 49)) as int, polyf(float8range(4.5, 7.8)) as num; - int | num ----------+----------- - {42,49} | {4.5,7.8} -(1 row) - -drop function polyf(x anyrange); -create function polyf(x anycompatible, y anycompatible) returns anycompatiblearray as $$ - select array[x, y] -$$ language sql; -select polyf(2, 4) as int, polyf(2, 4.5) as num; - int | num --------+--------- - {2,4} | {2,4.5} -(1 row) - -drop function polyf(x anycompatible, y anycompatible); -create function polyf(x anycompatiblerange, y anycompatible, z anycompatible) returns anycompatiblearray as $$ - select array[lower(x), upper(x), y, z] -$$ language sql; -select polyf(int4range(42, 49), 11, 2::smallint) as int, polyf(float8range(4.5, 7.8), 7.8, 11::real) as num; - int | num ---------------+------------------ - {42,49,11,2} | {4.5,7.8,7.8,11} -(1 row) - -select polyf(int4range(42, 49), 11, 4.5) as fail; -- range type doesn't fit -ERROR: function polyf(int4range, integer, numeric) does not exist -LINE 1: select polyf(int4range(42, 49), 11, 4.5) as fail; - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function polyf(x anycompatiblerange, y anycompatible, z anycompatible); -create function polyf(x anycompatiblemultirange, y anycompatible, z anycompatible) returns anycompatiblearray as $$ - select array[lower(x), upper(x), y, z] -$$ language sql; -select polyf(multirange(int4range(42, 49)), 11, 2::smallint) as int, polyf(multirange(float8range(4.5, 7.8)), 7.8, 11::real) as num; - int | num ---------------+------------------ - {42,49,11,2} | {4.5,7.8,7.8,11} -(1 row) - -select polyf(multirange(int4range(42, 49)), 11, 4.5) as fail; -- range type doesn't fit -ERROR: function polyf(int4multirange, integer, numeric) does not exist -LINE 1: select polyf(multirange(int4range(42, 49)), 11, 4.5) as fail... - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function polyf(x anycompatiblemultirange, y anycompatible, z anycompatible); --- fail, can't infer type: -create function polyf(x anycompatible) returns anycompatiblerange as $$ - select array[x + 1, x + 2] -$$ language sql; -ERROR: cannot determine result data type -DETAIL: A result of type anycompatiblerange requires at least one input of type anycompatiblerange or anycompatiblemultirange. -create function polyf(x anycompatiblerange, y anycompatiblearray) returns anycompatiblerange as $$ - select x -$$ language sql; -select polyf(int4range(42, 49), array[11]) as int, polyf(float8range(4.5, 7.8), array[7]) as num; - int | num ----------+----------- - [42,49) | [4.5,7.8) -(1 row) - -drop function polyf(x anycompatiblerange, y anycompatiblearray); --- fail, can't infer type: -create function polyf(x anycompatible) returns anycompatiblemultirange as $$ - select array[x + 1, x + 2] -$$ language sql; -ERROR: cannot determine result data type -DETAIL: A result of type anycompatiblemultirange requires at least one input of type anycompatiblerange or anycompatiblemultirange. -create function polyf(x anycompatiblemultirange, y anycompatiblearray) returns anycompatiblemultirange as $$ - select x -$$ language sql; -select polyf(multirange(int4range(42, 49)), array[11]) as int, polyf(multirange(float8range(4.5, 7.8)), array[7]) as num; - int | num ------------+------------- - {[42,49)} | {[4.5,7.8)} -(1 row) - -drop function polyf(x anycompatiblemultirange, y anycompatiblearray); -create function polyf(a anyelement, b anyarray, - c anycompatible, d anycompatible, - OUT x anyarray, OUT y anycompatiblearray) -as $$ - select a || b, array[c, d] -$$ language sql; -select x, pg_typeof(x), y, pg_typeof(y) - from polyf(11, array[1, 2], 42, 34.5); - x | pg_typeof | y | pg_typeof -----------+-----------+-----------+----------- - {11,1,2} | integer[] | {42,34.5} | numeric[] -(1 row) - -select x, pg_typeof(x), y, pg_typeof(y) - from polyf(11, array[1, 2], point(1,2), point(3,4)); - x | pg_typeof | y | pg_typeof -----------+-----------+-------------------+----------- - {11,1,2} | integer[] | {"(1,2)","(3,4)"} | point[] -(1 row) - -select x, pg_typeof(x), y, pg_typeof(y) - from polyf(11, '{1,2}', point(1,2), '(3,4)'); - x | pg_typeof | y | pg_typeof -----------+-----------+-------------------+----------- - {11,1,2} | integer[] | {"(1,2)","(3,4)"} | point[] -(1 row) - -select x, pg_typeof(x), y, pg_typeof(y) - from polyf(11, array[1, 2.2], 42, 34.5); -- fail -ERROR: function polyf(integer, numeric[], integer, numeric) does not exist -LINE 2: from polyf(11, array[1, 2.2], 42, 34.5); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function polyf(a anyelement, b anyarray, - c anycompatible, d anycompatible); -create function polyf(anyrange) returns anymultirange -as 'select multirange($1);' language sql; -select polyf(int4range(1,10)); - polyf ----------- - {[1,10)} -(1 row) - -select polyf(null); -ERROR: could not determine polymorphic type because input has type unknown -drop function polyf(anyrange); -create function polyf(anymultirange) returns anyelement -as 'select lower($1);' language sql; -select polyf(int4multirange(int4range(1,10), int4range(20,30))); - polyf -------- - 1 -(1 row) - -select polyf(null); -ERROR: could not determine polymorphic type because input has type unknown -drop function polyf(anymultirange); -create function polyf(anycompatiblerange) returns anycompatiblemultirange -as 'select multirange($1);' language sql; -select polyf(int4range(1,10)); - polyf ----------- - {[1,10)} -(1 row) - -select polyf(null); -ERROR: could not determine polymorphic type anycompatiblerange because input has type unknown -drop function polyf(anycompatiblerange); -create function polyf(anymultirange) returns anyrange -as 'select range_merge($1);' language sql; -select polyf(int4multirange(int4range(1,10), int4range(20,30))); - polyf --------- - [1,30) -(1 row) - -select polyf(null); -ERROR: could not determine polymorphic type because input has type unknown -drop function polyf(anymultirange); -create function polyf(anycompatiblemultirange) returns anycompatiblerange -as 'select range_merge($1);' language sql; -select polyf(int4multirange(int4range(1,10), int4range(20,30))); - polyf --------- - [1,30) -(1 row) - -select polyf(null); -ERROR: could not determine polymorphic type anycompatiblerange because input has type unknown -drop function polyf(anycompatiblemultirange); -create function polyf(anycompatiblemultirange) returns anycompatible -as 'select lower($1);' language sql; -select polyf(int4multirange(int4range(1,10), int4range(20,30))); - polyf -------- - 1 -(1 row) - -select polyf(null); -ERROR: could not determine polymorphic type anycompatiblemultirange because input has type unknown -drop function polyf(anycompatiblemultirange); --- --- Polymorphic aggregate tests --- --- Legend: ------------ --- A = type is ANY --- P = type is polymorphic --- N = type is non-polymorphic --- B = aggregate base type --- S = aggregate state type --- R = aggregate return type --- 1 = arg1 of a function --- 2 = arg2 of a function --- ag = aggregate --- tf = trans (state) function --- ff = final function --- rt = return type of a function --- -> = implies --- => = allowed --- !> = not allowed --- E = exists --- NE = not-exists --- --- Possible states: --- ---------------- --- B = (A || P || N) --- when (B = A) -> (tf2 = NE) --- S = (P || N) --- ff = (E || NE) --- tf1 = (P || N) --- tf2 = (NE || P || N) --- R = (P || N) --- create functions for use as tf and ff with the needed combinations of --- argument polymorphism, but within the constraints of valid aggregate --- functions, i.e. tf arg1 and tf return type must match --- polymorphic single arg transfn -CREATE FUNCTION stfp(anyarray) RETURNS anyarray AS -'select $1' LANGUAGE SQL; --- non-polymorphic single arg transfn -CREATE FUNCTION stfnp(int[]) RETURNS int[] AS -'select $1' LANGUAGE SQL; --- dual polymorphic transfn -CREATE FUNCTION tfp(anyarray,anyelement) RETURNS anyarray AS -'select $1 || $2' LANGUAGE SQL; --- dual non-polymorphic transfn -CREATE FUNCTION tfnp(int[],int) RETURNS int[] AS -'select $1 || $2' LANGUAGE SQL; --- arg1 only polymorphic transfn -CREATE FUNCTION tf1p(anyarray,int) RETURNS anyarray AS -'select $1' LANGUAGE SQL; --- arg2 only polymorphic transfn -CREATE FUNCTION tf2p(int[],anyelement) RETURNS int[] AS -'select $1' LANGUAGE SQL; --- multi-arg polymorphic -CREATE FUNCTION sum3(anyelement,anyelement,anyelement) returns anyelement AS -'select $1+$2+$3' language sql strict; --- finalfn polymorphic -CREATE FUNCTION ffp(anyarray) RETURNS anyarray AS -'select $1' LANGUAGE SQL; --- finalfn non-polymorphic -CREATE FUNCTION ffnp(int[]) returns int[] as -'select $1' LANGUAGE SQL; --- Try to cover all the possible states: --- --- Note: in Cases 1 & 2, we are trying to return P. Therefore, if the transfn --- is stfnp, tfnp, or tf2p, we must use ffp as finalfn, because stfnp, tfnp, --- and tf2p do not return P. Conversely, in Cases 3 & 4, we are trying to --- return N. Therefore, if the transfn is stfp, tfp, or tf1p, we must use ffnp --- as finalfn, because stfp, tfp, and tf1p do not return N. --- --- Case1 (R = P) && (B = A) --- ------------------------ --- S tf1 --- ------- --- N N --- should CREATE -CREATE AGGREGATE myaggp01a(*) (SFUNC = stfnp, STYPE = int4[], - FINALFUNC = ffp, INITCOND = '{}'); --- P N --- should ERROR: stfnp(anyarray) not matched by stfnp(int[]) -CREATE AGGREGATE myaggp02a(*) (SFUNC = stfnp, STYPE = anyarray, - FINALFUNC = ffp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- N P --- should CREATE -CREATE AGGREGATE myaggp03a(*) (SFUNC = stfp, STYPE = int4[], - FINALFUNC = ffp, INITCOND = '{}'); -CREATE AGGREGATE myaggp03b(*) (SFUNC = stfp, STYPE = int4[], - INITCOND = '{}'); --- P P --- should ERROR: we have no way to resolve S -CREATE AGGREGATE myaggp04a(*) (SFUNC = stfp, STYPE = anyarray, - FINALFUNC = ffp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. -CREATE AGGREGATE myaggp04b(*) (SFUNC = stfp, STYPE = anyarray, - INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- Case2 (R = P) && ((B = P) || (B = N)) --- ------------------------------------- --- S tf1 B tf2 --- ----------------------- --- N N N N --- should CREATE -CREATE AGGREGATE myaggp05a(BASETYPE = int, SFUNC = tfnp, STYPE = int[], - FINALFUNC = ffp, INITCOND = '{}'); --- N N N P --- should CREATE -CREATE AGGREGATE myaggp06a(BASETYPE = int, SFUNC = tf2p, STYPE = int[], - FINALFUNC = ffp, INITCOND = '{}'); --- N N P N --- should ERROR: tfnp(int[], anyelement) not matched by tfnp(int[], int) -CREATE AGGREGATE myaggp07a(BASETYPE = anyelement, SFUNC = tfnp, STYPE = int[], - FINALFUNC = ffp, INITCOND = '{}'); -ERROR: function tfnp(integer[], anyelement) does not exist --- N N P P --- should CREATE -CREATE AGGREGATE myaggp08a(BASETYPE = anyelement, SFUNC = tf2p, STYPE = int[], - FINALFUNC = ffp, INITCOND = '{}'); --- N P N N --- should CREATE -CREATE AGGREGATE myaggp09a(BASETYPE = int, SFUNC = tf1p, STYPE = int[], - FINALFUNC = ffp, INITCOND = '{}'); -CREATE AGGREGATE myaggp09b(BASETYPE = int, SFUNC = tf1p, STYPE = int[], - INITCOND = '{}'); --- N P N P --- should CREATE -CREATE AGGREGATE myaggp10a(BASETYPE = int, SFUNC = tfp, STYPE = int[], - FINALFUNC = ffp, INITCOND = '{}'); -CREATE AGGREGATE myaggp10b(BASETYPE = int, SFUNC = tfp, STYPE = int[], - INITCOND = '{}'); --- N P P N --- should ERROR: tf1p(int[],anyelement) not matched by tf1p(anyarray,int) -CREATE AGGREGATE myaggp11a(BASETYPE = anyelement, SFUNC = tf1p, STYPE = int[], - FINALFUNC = ffp, INITCOND = '{}'); -ERROR: function tf1p(integer[], anyelement) does not exist -CREATE AGGREGATE myaggp11b(BASETYPE = anyelement, SFUNC = tf1p, STYPE = int[], - INITCOND = '{}'); -ERROR: function tf1p(integer[], anyelement) does not exist --- N P P P --- should ERROR: tfp(int[],anyelement) not matched by tfp(anyarray,anyelement) -CREATE AGGREGATE myaggp12a(BASETYPE = anyelement, SFUNC = tfp, STYPE = int[], - FINALFUNC = ffp, INITCOND = '{}'); -ERROR: function tfp(integer[], anyelement) does not exist -CREATE AGGREGATE myaggp12b(BASETYPE = anyelement, SFUNC = tfp, STYPE = int[], - INITCOND = '{}'); -ERROR: function tfp(integer[], anyelement) does not exist --- P N N N --- should ERROR: tfnp(anyarray, int) not matched by tfnp(int[],int) -CREATE AGGREGATE myaggp13a(BASETYPE = int, SFUNC = tfnp, STYPE = anyarray, - FINALFUNC = ffp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- P N N P --- should ERROR: tf2p(anyarray, int) not matched by tf2p(int[],anyelement) -CREATE AGGREGATE myaggp14a(BASETYPE = int, SFUNC = tf2p, STYPE = anyarray, - FINALFUNC = ffp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- P N P N --- should ERROR: tfnp(anyarray, anyelement) not matched by tfnp(int[],int) -CREATE AGGREGATE myaggp15a(BASETYPE = anyelement, SFUNC = tfnp, - STYPE = anyarray, FINALFUNC = ffp, INITCOND = '{}'); -ERROR: function tfnp(anyarray, anyelement) does not exist --- P N P P --- should ERROR: tf2p(anyarray, anyelement) not matched by tf2p(int[],anyelement) -CREATE AGGREGATE myaggp16a(BASETYPE = anyelement, SFUNC = tf2p, - STYPE = anyarray, FINALFUNC = ffp, INITCOND = '{}'); -ERROR: function tf2p(anyarray, anyelement) does not exist --- P P N N --- should ERROR: we have no way to resolve S -CREATE AGGREGATE myaggp17a(BASETYPE = int, SFUNC = tf1p, STYPE = anyarray, - FINALFUNC = ffp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. -CREATE AGGREGATE myaggp17b(BASETYPE = int, SFUNC = tf1p, STYPE = anyarray, - INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- P P N P --- should ERROR: tfp(anyarray, int) not matched by tfp(anyarray, anyelement) -CREATE AGGREGATE myaggp18a(BASETYPE = int, SFUNC = tfp, STYPE = anyarray, - FINALFUNC = ffp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. -CREATE AGGREGATE myaggp18b(BASETYPE = int, SFUNC = tfp, STYPE = anyarray, - INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- P P P N --- should ERROR: tf1p(anyarray, anyelement) not matched by tf1p(anyarray, int) -CREATE AGGREGATE myaggp19a(BASETYPE = anyelement, SFUNC = tf1p, - STYPE = anyarray, FINALFUNC = ffp, INITCOND = '{}'); -ERROR: function tf1p(anyarray, anyelement) does not exist -CREATE AGGREGATE myaggp19b(BASETYPE = anyelement, SFUNC = tf1p, - STYPE = anyarray, INITCOND = '{}'); -ERROR: function tf1p(anyarray, anyelement) does not exist --- P P P P --- should CREATE -CREATE AGGREGATE myaggp20a(BASETYPE = anyelement, SFUNC = tfp, - STYPE = anyarray, FINALFUNC = ffp, INITCOND = '{}'); -CREATE AGGREGATE myaggp20b(BASETYPE = anyelement, SFUNC = tfp, - STYPE = anyarray, INITCOND = '{}'); --- Case3 (R = N) && (B = A) --- ------------------------ --- S tf1 --- ------- --- N N --- should CREATE -CREATE AGGREGATE myaggn01a(*) (SFUNC = stfnp, STYPE = int4[], - FINALFUNC = ffnp, INITCOND = '{}'); -CREATE AGGREGATE myaggn01b(*) (SFUNC = stfnp, STYPE = int4[], - INITCOND = '{}'); --- P N --- should ERROR: stfnp(anyarray) not matched by stfnp(int[]) -CREATE AGGREGATE myaggn02a(*) (SFUNC = stfnp, STYPE = anyarray, - FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. -CREATE AGGREGATE myaggn02b(*) (SFUNC = stfnp, STYPE = anyarray, - INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- N P --- should CREATE -CREATE AGGREGATE myaggn03a(*) (SFUNC = stfp, STYPE = int4[], - FINALFUNC = ffnp, INITCOND = '{}'); --- P P --- should ERROR: ffnp(anyarray) not matched by ffnp(int[]) -CREATE AGGREGATE myaggn04a(*) (SFUNC = stfp, STYPE = anyarray, - FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- Case4 (R = N) && ((B = P) || (B = N)) --- ------------------------------------- --- S tf1 B tf2 --- ----------------------- --- N N N N --- should CREATE -CREATE AGGREGATE myaggn05a(BASETYPE = int, SFUNC = tfnp, STYPE = int[], - FINALFUNC = ffnp, INITCOND = '{}'); -CREATE AGGREGATE myaggn05b(BASETYPE = int, SFUNC = tfnp, STYPE = int[], - INITCOND = '{}'); --- N N N P --- should CREATE -CREATE AGGREGATE myaggn06a(BASETYPE = int, SFUNC = tf2p, STYPE = int[], - FINALFUNC = ffnp, INITCOND = '{}'); -CREATE AGGREGATE myaggn06b(BASETYPE = int, SFUNC = tf2p, STYPE = int[], - INITCOND = '{}'); --- N N P N --- should ERROR: tfnp(int[], anyelement) not matched by tfnp(int[], int) -CREATE AGGREGATE myaggn07a(BASETYPE = anyelement, SFUNC = tfnp, STYPE = int[], - FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: function tfnp(integer[], anyelement) does not exist -CREATE AGGREGATE myaggn07b(BASETYPE = anyelement, SFUNC = tfnp, STYPE = int[], - INITCOND = '{}'); -ERROR: function tfnp(integer[], anyelement) does not exist --- N N P P --- should CREATE -CREATE AGGREGATE myaggn08a(BASETYPE = anyelement, SFUNC = tf2p, STYPE = int[], - FINALFUNC = ffnp, INITCOND = '{}'); -CREATE AGGREGATE myaggn08b(BASETYPE = anyelement, SFUNC = tf2p, STYPE = int[], - INITCOND = '{}'); --- N P N N --- should CREATE -CREATE AGGREGATE myaggn09a(BASETYPE = int, SFUNC = tf1p, STYPE = int[], - FINALFUNC = ffnp, INITCOND = '{}'); --- N P N P --- should CREATE -CREATE AGGREGATE myaggn10a(BASETYPE = int, SFUNC = tfp, STYPE = int[], - FINALFUNC = ffnp, INITCOND = '{}'); --- N P P N --- should ERROR: tf1p(int[],anyelement) not matched by tf1p(anyarray,int) -CREATE AGGREGATE myaggn11a(BASETYPE = anyelement, SFUNC = tf1p, STYPE = int[], - FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: function tf1p(integer[], anyelement) does not exist --- N P P P --- should ERROR: tfp(int[],anyelement) not matched by tfp(anyarray,anyelement) -CREATE AGGREGATE myaggn12a(BASETYPE = anyelement, SFUNC = tfp, STYPE = int[], - FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: function tfp(integer[], anyelement) does not exist --- P N N N --- should ERROR: tfnp(anyarray, int) not matched by tfnp(int[],int) -CREATE AGGREGATE myaggn13a(BASETYPE = int, SFUNC = tfnp, STYPE = anyarray, - FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. -CREATE AGGREGATE myaggn13b(BASETYPE = int, SFUNC = tfnp, STYPE = anyarray, - INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- P N N P --- should ERROR: tf2p(anyarray, int) not matched by tf2p(int[],anyelement) -CREATE AGGREGATE myaggn14a(BASETYPE = int, SFUNC = tf2p, STYPE = anyarray, - FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. -CREATE AGGREGATE myaggn14b(BASETYPE = int, SFUNC = tf2p, STYPE = anyarray, - INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- P N P N --- should ERROR: tfnp(anyarray, anyelement) not matched by tfnp(int[],int) -CREATE AGGREGATE myaggn15a(BASETYPE = anyelement, SFUNC = tfnp, - STYPE = anyarray, FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: function tfnp(anyarray, anyelement) does not exist -CREATE AGGREGATE myaggn15b(BASETYPE = anyelement, SFUNC = tfnp, - STYPE = anyarray, INITCOND = '{}'); -ERROR: function tfnp(anyarray, anyelement) does not exist --- P N P P --- should ERROR: tf2p(anyarray, anyelement) not matched by tf2p(int[],anyelement) -CREATE AGGREGATE myaggn16a(BASETYPE = anyelement, SFUNC = tf2p, - STYPE = anyarray, FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: function tf2p(anyarray, anyelement) does not exist -CREATE AGGREGATE myaggn16b(BASETYPE = anyelement, SFUNC = tf2p, - STYPE = anyarray, INITCOND = '{}'); -ERROR: function tf2p(anyarray, anyelement) does not exist --- P P N N --- should ERROR: ffnp(anyarray) not matched by ffnp(int[]) -CREATE AGGREGATE myaggn17a(BASETYPE = int, SFUNC = tf1p, STYPE = anyarray, - FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- P P N P --- should ERROR: tfp(anyarray, int) not matched by tfp(anyarray, anyelement) -CREATE AGGREGATE myaggn18a(BASETYPE = int, SFUNC = tfp, STYPE = anyarray, - FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: cannot determine transition data type -DETAIL: A result of type anyarray requires at least one input of type anyelement, anyarray, anynonarray, anyenum, anyrange, or anymultirange. --- P P P N --- should ERROR: tf1p(anyarray, anyelement) not matched by tf1p(anyarray, int) -CREATE AGGREGATE myaggn19a(BASETYPE = anyelement, SFUNC = tf1p, - STYPE = anyarray, FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: function tf1p(anyarray, anyelement) does not exist --- P P P P --- should ERROR: ffnp(anyarray) not matched by ffnp(int[]) -CREATE AGGREGATE myaggn20a(BASETYPE = anyelement, SFUNC = tfp, - STYPE = anyarray, FINALFUNC = ffnp, INITCOND = '{}'); -ERROR: function ffnp(anyarray) does not exist --- multi-arg polymorphic -CREATE AGGREGATE mysum2(anyelement,anyelement) (SFUNC = sum3, - STYPE = anyelement, INITCOND = '0'); --- create test data for polymorphic aggregates -create temp table t(f1 int, f2 int[], f3 text); -insert into t values(1,array[1],'a'); -insert into t values(1,array[11],'b'); -insert into t values(1,array[111],'c'); -insert into t values(2,array[2],'a'); -insert into t values(2,array[22],'b'); -insert into t values(2,array[222],'c'); -insert into t values(3,array[3],'a'); -insert into t values(3,array[3],'b'); --- test the successfully created polymorphic aggregates -select f3, myaggp01a(*) from t group by f3 order by f3; - f3 | myaggp01a -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggp03a(*) from t group by f3 order by f3; - f3 | myaggp03a -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggp03b(*) from t group by f3 order by f3; - f3 | myaggp03b -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggp05a(f1) from t group by f3 order by f3; - f3 | myaggp05a -----+----------- - a | {1,2,3} - b | {1,2,3} - c | {1,2} -(3 rows) - -select f3, myaggp06a(f1) from t group by f3 order by f3; - f3 | myaggp06a -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggp08a(f1) from t group by f3 order by f3; - f3 | myaggp08a -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggp09a(f1) from t group by f3 order by f3; - f3 | myaggp09a -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggp09b(f1) from t group by f3 order by f3; - f3 | myaggp09b -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggp10a(f1) from t group by f3 order by f3; - f3 | myaggp10a -----+----------- - a | {1,2,3} - b | {1,2,3} - c | {1,2} -(3 rows) - -select f3, myaggp10b(f1) from t group by f3 order by f3; - f3 | myaggp10b -----+----------- - a | {1,2,3} - b | {1,2,3} - c | {1,2} -(3 rows) - -select f3, myaggp20a(f1) from t group by f3 order by f3; - f3 | myaggp20a -----+----------- - a | {1,2,3} - b | {1,2,3} - c | {1,2} -(3 rows) - -select f3, myaggp20b(f1) from t group by f3 order by f3; - f3 | myaggp20b -----+----------- - a | {1,2,3} - b | {1,2,3} - c | {1,2} -(3 rows) - -select f3, myaggn01a(*) from t group by f3 order by f3; - f3 | myaggn01a -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggn01b(*) from t group by f3 order by f3; - f3 | myaggn01b -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggn03a(*) from t group by f3 order by f3; - f3 | myaggn03a -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggn05a(f1) from t group by f3 order by f3; - f3 | myaggn05a -----+----------- - a | {1,2,3} - b | {1,2,3} - c | {1,2} -(3 rows) - -select f3, myaggn05b(f1) from t group by f3 order by f3; - f3 | myaggn05b -----+----------- - a | {1,2,3} - b | {1,2,3} - c | {1,2} -(3 rows) - -select f3, myaggn06a(f1) from t group by f3 order by f3; - f3 | myaggn06a -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggn06b(f1) from t group by f3 order by f3; - f3 | myaggn06b -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggn08a(f1) from t group by f3 order by f3; - f3 | myaggn08a -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggn08b(f1) from t group by f3 order by f3; - f3 | myaggn08b -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggn09a(f1) from t group by f3 order by f3; - f3 | myaggn09a -----+----------- - a | {} - b | {} - c | {} -(3 rows) - -select f3, myaggn10a(f1) from t group by f3 order by f3; - f3 | myaggn10a -----+----------- - a | {1,2,3} - b | {1,2,3} - c | {1,2} -(3 rows) - -select mysum2(f1, f1 + 1) from t; - mysum2 --------- - 38 -(1 row) - --- test inlining of polymorphic SQL functions -create function bleat(int) returns int as $$ -begin - raise notice 'bleat %', $1; - return $1; -end$$ language plpgsql; -create function sql_if(bool, anyelement, anyelement) returns anyelement as $$ -select case when $1 then $2 else $3 end $$ language sql; --- Note this would fail with integer overflow, never mind wrong bleat() output, --- if the CASE expression were not successfully inlined -select f1, sql_if(f1 > 0, bleat(f1), bleat(f1 + 1)) from int4_tbl; -NOTICE: bleat 1 -NOTICE: bleat 123456 -NOTICE: bleat -123455 -NOTICE: bleat 2147483647 -NOTICE: bleat -2147483646 - f1 | sql_if --------------+------------- - 0 | 1 - 123456 | 123456 - -123456 | -123455 - 2147483647 | 2147483647 - -2147483647 | -2147483646 -(5 rows) - -select q2, sql_if(q2 > 0, q2, q2 + 1) from int8_tbl; - q2 | sql_if --------------------+------------------- - 456 | 456 - 4567890123456789 | 4567890123456789 - 123 | 123 - 4567890123456789 | 4567890123456789 - -4567890123456789 | -4567890123456788 -(5 rows) - --- another sort of polymorphic aggregate -CREATE AGGREGATE array_larger_accum (anyarray) -( - sfunc = array_larger, - stype = anyarray, - initcond = '{}' -); -SELECT array_larger_accum(i) -FROM (VALUES (ARRAY[1,2]), (ARRAY[3,4])) as t(i); - array_larger_accum --------------------- - {3,4} -(1 row) - -SELECT array_larger_accum(i) -FROM (VALUES (ARRAY[row(1,2),row(3,4)]), (ARRAY[row(5,6),row(7,8)])) as t(i); - array_larger_accum --------------------- - {"(5,6)","(7,8)"} -(1 row) - --- another kind of polymorphic aggregate -create function add_group(grp anyarray, ad anyelement, size integer) - returns anyarray - as $$ -begin - if grp is null then - return array[ad]; - end if; - if array_upper(grp, 1) < size then - return grp || ad; - end if; - return grp; -end; -$$ - language plpgsql immutable; -create aggregate build_group(anyelement, integer) ( - SFUNC = add_group, - STYPE = anyarray -); -select build_group(q1,3) from int8_tbl; - build_group ----------------------------- - {123,123,4567890123456789} -(1 row) - --- this should fail because stype isn't compatible with arg -create aggregate build_group(int8, integer) ( - SFUNC = add_group, - STYPE = int2[] -); -ERROR: function add_group(smallint[], bigint, integer) does not exist --- but we can make a non-poly agg from a poly sfunc if types are OK -create aggregate build_group(int8, integer) ( - SFUNC = add_group, - STYPE = int8[] -); --- check proper resolution of data types for polymorphic transfn/finalfn -create function first_el_transfn(anyarray, anyelement) returns anyarray as -'select $1 || $2' language sql immutable; -create function first_el(anyarray) returns anyelement as -'select $1[1]' language sql strict immutable; -create aggregate first_el_agg_f8(float8) ( - SFUNC = array_append, - STYPE = float8[], - FINALFUNC = first_el -); -create aggregate first_el_agg_any(anyelement) ( - SFUNC = first_el_transfn, - STYPE = anyarray, - FINALFUNC = first_el -); -select first_el_agg_f8(x::float8) from generate_series(1,10) x; - first_el_agg_f8 ------------------ - 1 -(1 row) - -select first_el_agg_any(x) from generate_series(1,10) x; - first_el_agg_any ------------------- - 1 -(1 row) - -select first_el_agg_f8(x::float8) over(order by x) from generate_series(1,10) x; - first_el_agg_f8 ------------------ - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 -(10 rows) - -select first_el_agg_any(x) over(order by x) from generate_series(1,10) x; - first_el_agg_any ------------------- - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 -(10 rows) - --- check that we can apply functions taking ANYARRAY to pg_stats -select distinct array_ndims(histogram_bounds) from pg_stats -where histogram_bounds is not null; - array_ndims -------------- - 1 -(1 row) - --- such functions must protect themselves if varying element type isn't OK --- (WHERE clause here is to avoid possibly getting a collation error instead) -select max(histogram_bounds) from pg_stats where tablename = 'pg_am'; -ERROR: cannot compare arrays of different element types --- another corner case is the input functions for polymorphic pseudotypes -select array_in('{1,2,3}','int4'::regtype,-1); -- this has historically worked - array_in ----------- - {1,2,3} -(1 row) - -select * from array_in('{1,2,3}','int4'::regtype,-1); -- this not -ERROR: function "array_in" in FROM has unsupported return type anyarray -LINE 1: select * from array_in('{1,2,3}','int4'::regtype,-1); - ^ -select anyrange_in('[10,20)','int4range'::regtype,-1); -ERROR: cannot accept a value of type anyrange --- test variadic polymorphic functions -create function myleast(variadic anyarray) returns anyelement as $$ - select min($1[i]) from generate_subscripts($1,1) g(i) -$$ language sql immutable strict; -select myleast(10, 1, 20, 33); - myleast ---------- - 1 -(1 row) - -select myleast(1.1, 0.22, 0.55); - myleast ---------- - 0.22 -(1 row) - -select myleast('z'::text); - myleast ---------- - z -(1 row) - -select myleast(); -- fail -ERROR: function myleast() does not exist -LINE 1: select myleast(); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. --- test with variadic call parameter -select myleast(variadic array[1,2,3,4,-1]); - myleast ---------- - -1 -(1 row) - -select myleast(variadic array[1.1, -5.5]); - myleast ---------- - -5.5 -(1 row) - ---test with empty variadic call parameter -select myleast(variadic array[]::int[]); - myleast ---------- - -(1 row) - --- an example with some ordinary arguments too -create function concat(text, variadic anyarray) returns text as $$ - select array_to_string($2, $1); -$$ language sql immutable strict; -select concat('%', 1, 2, 3, 4, 5); - concat ------------ - 1%2%3%4%5 -(1 row) - -select concat('|', 'a'::text, 'b', 'c'); - concat --------- - a|b|c -(1 row) - -select concat('|', variadic array[1,2,33]); - concat --------- - 1|2|33 -(1 row) - -select concat('|', variadic array[]::int[]); - concat --------- - -(1 row) - -drop function concat(text, anyarray); --- mix variadic with anyelement -create function formarray(anyelement, variadic anyarray) returns anyarray as $$ - select array_prepend($1, $2); -$$ language sql immutable strict; -select formarray(1,2,3,4,5); - formarray -------------- - {1,2,3,4,5} -(1 row) - -select formarray(1.1, variadic array[1.2,55.5]); - formarray ----------------- - {1.1,1.2,55.5} -(1 row) - -select formarray(1.1, array[1.2,55.5]); -- fail without variadic -ERROR: function formarray(numeric, numeric[]) does not exist -LINE 1: select formarray(1.1, array[1.2,55.5]); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select formarray(1, 'x'::text); -- fail, type mismatch -ERROR: function formarray(integer, text) does not exist -LINE 1: select formarray(1, 'x'::text); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select formarray(1, variadic array['x'::text]); -- fail, type mismatch -ERROR: function formarray(integer, text[]) does not exist -LINE 1: select formarray(1, variadic array['x'::text]); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function formarray(anyelement, variadic anyarray); --- test pg_typeof() function -select pg_typeof(null); -- unknown - pg_typeof ------------ - unknown -(1 row) - -select pg_typeof(0); -- integer - pg_typeof ------------ - integer -(1 row) - -select pg_typeof(0.0); -- numeric - pg_typeof ------------ - numeric -(1 row) - -select pg_typeof(1+1 = 2); -- boolean - pg_typeof ------------ - boolean -(1 row) - -select pg_typeof('x'); -- unknown - pg_typeof ------------ - unknown -(1 row) - -select pg_typeof('' || ''); -- text - pg_typeof ------------ - text -(1 row) - -select pg_typeof(pg_typeof(0)); -- regtype - pg_typeof ------------ - regtype -(1 row) - -select pg_typeof(array[1.2,55.5]); -- numeric[] - pg_typeof ------------ - numeric[] -(1 row) - -select pg_typeof(myleast(10, 1, 20, 33)); -- polymorphic input - pg_typeof ------------ - integer -(1 row) - --- test functions with default parameters --- test basic functionality -create function dfunc(a int = 1, int = 2) returns int as $$ - select $1 + $2; -$$ language sql; -select dfunc(); - dfunc -------- - 3 -(1 row) - -select dfunc(10); - dfunc -------- - 12 -(1 row) - -select dfunc(10, 20); - dfunc -------- - 30 -(1 row) - -select dfunc(10, 20, 30); -- fail -ERROR: function dfunc(integer, integer, integer) does not exist -LINE 1: select dfunc(10, 20, 30); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function dfunc(); -- fail -ERROR: function dfunc() does not exist -drop function dfunc(int); -- fail -ERROR: function dfunc(integer) does not exist -drop function dfunc(int, int); -- ok --- fail: defaults must be at end of argument list -create function dfunc(a int = 1, b int) returns int as $$ - select $1 + $2; -$$ language sql; -ERROR: input parameters after one with a default value must also have defaults -LINE 1: create function dfunc(a int = 1, b int) returns int as $$ - ^ --- however, this should work: -create function dfunc(a int = 1, out sum int, b int = 2) as $$ - select $1 + $2; -$$ language sql; -select dfunc(); - dfunc -------- - 3 -(1 row) - --- verify it lists properly -\df dfunc - List of functions - Schema | Name | Result data type | Argument data types | Type ---------+-------+------------------+-----------------------------------------------------------+------ - public | dfunc | integer | a integer DEFAULT 1, OUT sum integer, b integer DEFAULT 2 | func -(1 row) - -drop function dfunc(int, int); --- check implicit coercion -create function dfunc(a int DEFAULT 1.0, int DEFAULT '-1') returns int as $$ - select $1 + $2; -$$ language sql; -select dfunc(); - dfunc -------- - 0 -(1 row) - -create function dfunc(a text DEFAULT 'Hello', b text DEFAULT 'World') returns text as $$ - select $1 || ', ' || $2; -$$ language sql; -select dfunc(); -- fail: which dfunc should be called? int or text -ERROR: function dfunc() is not unique -LINE 1: select dfunc(); - ^ -HINT: Could not choose a best candidate function. You might need to add explicit type casts. -select dfunc('Hi'); -- ok - dfunc ------------ - Hi, World -(1 row) - -select dfunc('Hi', 'City'); -- ok - dfunc ----------- - Hi, City -(1 row) - -select dfunc(0); -- ok - dfunc -------- - -1 -(1 row) - -select dfunc(10, 20); -- ok - dfunc -------- - 30 -(1 row) - -drop function dfunc(int, int); -drop function dfunc(text, text); -create function dfunc(int = 1, int = 2) returns int as $$ - select 2; -$$ language sql; -create function dfunc(int = 1, int = 2, int = 3, int = 4) returns int as $$ - select 4; -$$ language sql; --- Now, dfunc(nargs = 2) and dfunc(nargs = 4) are ambiguous when called --- with 0 to 2 arguments. -select dfunc(); -- fail -ERROR: function dfunc() is not unique -LINE 1: select dfunc(); - ^ -HINT: Could not choose a best candidate function. You might need to add explicit type casts. -select dfunc(1); -- fail -ERROR: function dfunc(integer) is not unique -LINE 1: select dfunc(1); - ^ -HINT: Could not choose a best candidate function. You might need to add explicit type casts. -select dfunc(1, 2); -- fail -ERROR: function dfunc(integer, integer) is not unique -LINE 1: select dfunc(1, 2); - ^ -HINT: Could not choose a best candidate function. You might need to add explicit type casts. -select dfunc(1, 2, 3); -- ok - dfunc -------- - 4 -(1 row) - -select dfunc(1, 2, 3, 4); -- ok - dfunc -------- - 4 -(1 row) - -drop function dfunc(int, int); -drop function dfunc(int, int, int, int); --- default values are not allowed for output parameters -create function dfunc(out int = 20) returns int as $$ - select 1; -$$ language sql; -ERROR: only input parameters can have default values -LINE 1: create function dfunc(out int = 20) returns int as $$ - ^ --- polymorphic parameter test -create function dfunc(anyelement = 'World'::text) returns text as $$ - select 'Hello, ' || $1::text; -$$ language sql; -select dfunc(); - dfunc --------------- - Hello, World -(1 row) - -select dfunc(0); - dfunc ----------- - Hello, 0 -(1 row) - -select dfunc(to_date('20081215','YYYYMMDD')); - dfunc -------------------- - Hello, 12-15-2008 -(1 row) - -select dfunc('City'::text); - dfunc -------------- - Hello, City -(1 row) - -drop function dfunc(anyelement); --- check defaults for variadics -create function dfunc(a variadic int[]) returns int as -$$ select array_upper($1, 1) $$ language sql; -select dfunc(); -- fail -ERROR: function dfunc() does not exist -LINE 1: select dfunc(); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select dfunc(10); - dfunc -------- - 1 -(1 row) - -select dfunc(10,20); - dfunc -------- - 2 -(1 row) - -create or replace function dfunc(a variadic int[] default array[]::int[]) returns int as -$$ select array_upper($1, 1) $$ language sql; -select dfunc(); -- now ok - dfunc -------- - -(1 row) - -select dfunc(10); - dfunc -------- - 1 -(1 row) - -select dfunc(10,20); - dfunc -------- - 2 -(1 row) - --- can't remove the default once it exists -create or replace function dfunc(a variadic int[]) returns int as -$$ select array_upper($1, 1) $$ language sql; -ERROR: cannot remove parameter defaults from existing function -HINT: Use DROP FUNCTION dfunc(integer[]) first. -\df dfunc - List of functions - Schema | Name | Result data type | Argument data types | Type ---------+-------+------------------+-------------------------------------------------+------ - public | dfunc | integer | VARIADIC a integer[] DEFAULT ARRAY[]::integer[] | func -(1 row) - -drop function dfunc(a variadic int[]); --- Ambiguity should be reported only if there's not a better match available -create function dfunc(int = 1, int = 2, int = 3) returns int as $$ - select 3; -$$ language sql; -create function dfunc(int = 1, int = 2) returns int as $$ - select 2; -$$ language sql; -create function dfunc(text) returns text as $$ - select $1; -$$ language sql; --- dfunc(narg=2) and dfunc(narg=3) are ambiguous -select dfunc(1); -- fail -ERROR: function dfunc(integer) is not unique -LINE 1: select dfunc(1); - ^ -HINT: Could not choose a best candidate function. You might need to add explicit type casts. --- but this works since the ambiguous functions aren't preferred anyway -select dfunc('Hi'); - dfunc -------- - Hi -(1 row) - -drop function dfunc(int, int, int); -drop function dfunc(int, int); -drop function dfunc(text); --- --- Tests for named- and mixed-notation function calling --- -create function dfunc(a int, b int, c int = 0, d int = 0) - returns table (a int, b int, c int, d int) as $$ - select $1, $2, $3, $4; -$$ language sql; -select (dfunc(10,20,30)).*; - a | b | c | d -----+----+----+--- - 10 | 20 | 30 | 0 -(1 row) - -select (dfunc(a := 10, b := 20, c := 30)).*; - a | b | c | d -----+----+----+--- - 10 | 20 | 30 | 0 -(1 row) - -select * from dfunc(a := 10, b := 20); - a | b | c | d -----+----+---+--- - 10 | 20 | 0 | 0 -(1 row) - -select * from dfunc(b := 10, a := 20); - a | b | c | d -----+----+---+--- - 20 | 10 | 0 | 0 -(1 row) - -select * from dfunc(0); -- fail -ERROR: function dfunc(integer) does not exist -LINE 1: select * from dfunc(0); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select * from dfunc(1,2); - a | b | c | d ----+---+---+--- - 1 | 2 | 0 | 0 -(1 row) - -select * from dfunc(1,2,c := 3); - a | b | c | d ----+---+---+--- - 1 | 2 | 3 | 0 -(1 row) - -select * from dfunc(1,2,d := 3); - a | b | c | d ----+---+---+--- - 1 | 2 | 0 | 3 -(1 row) - -select * from dfunc(x := 20, b := 10, x := 30); -- fail, duplicate name -ERROR: argument name "x" used more than once -LINE 1: select * from dfunc(x := 20, b := 10, x := 30); - ^ -select * from dfunc(10, b := 20, 30); -- fail, named args must be last -ERROR: positional argument cannot follow named argument -LINE 1: select * from dfunc(10, b := 20, 30); - ^ -select * from dfunc(x := 10, b := 20, c := 30); -- fail, unknown param -ERROR: function dfunc(x => integer, b => integer, c => integer) does not exist -LINE 1: select * from dfunc(x := 10, b := 20, c := 30); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select * from dfunc(10, 10, a := 20); -- fail, a overlaps positional parameter -ERROR: function dfunc(integer, integer, a => integer) does not exist -LINE 1: select * from dfunc(10, 10, a := 20); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select * from dfunc(1,c := 2,d := 3); -- fail, no value for b -ERROR: function dfunc(integer, c => integer, d => integer) does not exist -LINE 1: select * from dfunc(1,c := 2,d := 3); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function dfunc(int, int, int, int); --- test with different parameter types -create function dfunc(a varchar, b numeric, c date = current_date) - returns table (a varchar, b numeric, c date) as $$ - select $1, $2, $3; -$$ language sql; -select (dfunc('Hello World', 20, '2009-07-25'::date)).*; - a | b | c --------------+----+------------ - Hello World | 20 | 07-25-2009 -(1 row) - -select * from dfunc('Hello World', 20, '2009-07-25'::date); - a | b | c --------------+----+------------ - Hello World | 20 | 07-25-2009 -(1 row) - -select * from dfunc(c := '2009-07-25'::date, a := 'Hello World', b := 20); - a | b | c --------------+----+------------ - Hello World | 20 | 07-25-2009 -(1 row) - -select * from dfunc('Hello World', b := 20, c := '2009-07-25'::date); - a | b | c --------------+----+------------ - Hello World | 20 | 07-25-2009 -(1 row) - -select * from dfunc('Hello World', c := '2009-07-25'::date, b := 20); - a | b | c --------------+----+------------ - Hello World | 20 | 07-25-2009 -(1 row) - -select * from dfunc('Hello World', c := 20, b := '2009-07-25'::date); -- fail -ERROR: function dfunc(unknown, c => integer, b => date) does not exist -LINE 1: select * from dfunc('Hello World', c := 20, b := '2009-07-25... - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function dfunc(varchar, numeric, date); --- test out parameters with named params -create function dfunc(a varchar = 'def a', out _a varchar, c numeric = NULL, out _c numeric) -returns record as $$ - select $1, $2; -$$ language sql; -select (dfunc()).*; - _a | _c --------+---- - def a | -(1 row) - -select * from dfunc(); - _a | _c --------+---- - def a | -(1 row) - -select * from dfunc('Hello', 100); - _a | _c --------+----- - Hello | 100 -(1 row) - -select * from dfunc(a := 'Hello', c := 100); - _a | _c --------+----- - Hello | 100 -(1 row) - -select * from dfunc(c := 100, a := 'Hello'); - _a | _c --------+----- - Hello | 100 -(1 row) - -select * from dfunc('Hello'); - _a | _c --------+---- - Hello | -(1 row) - -select * from dfunc('Hello', c := 100); - _a | _c --------+----- - Hello | 100 -(1 row) - -select * from dfunc(c := 100); - _a | _c --------+----- - def a | 100 -(1 row) - --- fail, can no longer change an input parameter's name -create or replace function dfunc(a varchar = 'def a', out _a varchar, x numeric = NULL, out _c numeric) -returns record as $$ - select $1, $2; -$$ language sql; -ERROR: cannot change name of input parameter "c" -HINT: Use DROP FUNCTION dfunc(character varying,numeric) first. -create or replace function dfunc(a varchar = 'def a', out _a varchar, numeric = NULL, out _c numeric) -returns record as $$ - select $1, $2; -$$ language sql; -ERROR: cannot change name of input parameter "c" -HINT: Use DROP FUNCTION dfunc(character varying,numeric) first. -drop function dfunc(varchar, numeric); ---fail, named parameters are not unique -create function testpolym(a int, a int) returns int as $$ select 1;$$ language sql; -ERROR: parameter name "a" used more than once -LINE 1: create function testpolym(a int, a int) returns int as $$ se... - ^ -create function testpolym(int, out a int, out a int) returns int as $$ select 1;$$ language sql; -ERROR: parameter name "a" used more than once -LINE 1: create function testpolym(int, out a int, out a int) returns... - ^ -create function testpolym(out a int, inout a int) returns int as $$ select 1;$$ language sql; -ERROR: parameter name "a" used more than once -LINE 1: create function testpolym(out a int, inout a int) returns in... - ^ -create function testpolym(a int, inout a int) returns int as $$ select 1;$$ language sql; -ERROR: parameter name "a" used more than once -LINE 1: create function testpolym(a int, inout a int) returns int as... - ^ --- valid -create function testpolym(a int, out a int) returns int as $$ select $1;$$ language sql; -select testpolym(37); - testpolym ------------ - 37 -(1 row) - -drop function testpolym(int); -create function testpolym(a int) returns table(a int) as $$ select $1;$$ language sql; -select * from testpolym(37); - a ----- - 37 -(1 row) - -drop function testpolym(int); --- test polymorphic params and defaults -create function dfunc(a anyelement, b anyelement = null, flag bool = true) -returns anyelement as $$ - select case when $3 then $1 else $2 end; -$$ language sql; -select dfunc(1,2); - dfunc -------- - 1 -(1 row) - -select dfunc('a'::text, 'b'); -- positional notation with default - dfunc -------- - a -(1 row) - -select dfunc(a := 1, b := 2); - dfunc -------- - 1 -(1 row) - -select dfunc(a := 'a'::text, b := 'b'); - dfunc -------- - a -(1 row) - -select dfunc(a := 'a'::text, b := 'b', flag := false); -- named notation - dfunc -------- - b -(1 row) - -select dfunc(b := 'b'::text, a := 'a'); -- named notation with default - dfunc -------- - a -(1 row) - -select dfunc(a := 'a'::text, flag := true); -- named notation with default - dfunc -------- - a -(1 row) - -select dfunc(a := 'a'::text, flag := false); -- named notation with default - dfunc -------- - -(1 row) - -select dfunc(b := 'b'::text, a := 'a', flag := true); -- named notation - dfunc -------- - a -(1 row) - -select dfunc('a'::text, 'b', false); -- full positional notation - dfunc -------- - b -(1 row) - -select dfunc('a'::text, 'b', flag := false); -- mixed notation - dfunc -------- - b -(1 row) - -select dfunc('a'::text, 'b', true); -- full positional notation - dfunc -------- - a -(1 row) - -select dfunc('a'::text, 'b', flag := true); -- mixed notation - dfunc -------- - a -(1 row) - --- ansi/sql syntax -select dfunc(a => 1, b => 2); - dfunc -------- - 1 -(1 row) - -select dfunc(a => 'a'::text, b => 'b'); - dfunc -------- - a -(1 row) - -select dfunc(a => 'a'::text, b => 'b', flag => false); -- named notation - dfunc -------- - b -(1 row) - -select dfunc(b => 'b'::text, a => 'a'); -- named notation with default - dfunc -------- - a -(1 row) - -select dfunc(a => 'a'::text, flag => true); -- named notation with default - dfunc -------- - a -(1 row) - -select dfunc(a => 'a'::text, flag => false); -- named notation with default - dfunc -------- - -(1 row) - -select dfunc(b => 'b'::text, a => 'a', flag => true); -- named notation - dfunc -------- - a -(1 row) - -select dfunc('a'::text, 'b', false); -- full positional notation - dfunc -------- - b -(1 row) - -select dfunc('a'::text, 'b', flag => false); -- mixed notation - dfunc -------- - b -(1 row) - -select dfunc('a'::text, 'b', true); -- full positional notation - dfunc -------- - a -(1 row) - -select dfunc('a'::text, 'b', flag => true); -- mixed notation - dfunc -------- - a -(1 row) - --- this tests lexer edge cases around => -select dfunc(a =>-1); - dfunc -------- - -1 -(1 row) - -select dfunc(a =>+1); - dfunc -------- - 1 -(1 row) - -select dfunc(a =>/**/1); - dfunc -------- - 1 -(1 row) - -select dfunc(a =>--comment to be removed by psql - 1); - dfunc -------- - 1 -(1 row) - --- need DO to protect the -- from psql -do $$ - declare r integer; - begin - select dfunc(a=>-- comment - 1) into r; - raise info 'r = %', r; - end; -$$; -INFO: r = 1 --- check reverse-listing of named-arg calls -CREATE VIEW dfview AS - SELECT q1, q2, - dfunc(q1,q2, flag := q1>q2) as c3, - dfunc(q1, flag := q1 q1 > q2) AS c3, - dfunc(q1, flag => q1 < q2, b => q2) AS c4 - FROM int8_tbl; - -drop view dfview; -drop function dfunc(anyelement, anyelement, bool); --- --- Tests for ANYCOMPATIBLE polymorphism family --- -create function anyctest(anycompatible, anycompatible) -returns anycompatible as $$ - select greatest($1, $2) -$$ language sql; -select x, pg_typeof(x) from anyctest(11, 12) x; - x | pg_typeof -----+----------- - 12 | integer -(1 row) - -select x, pg_typeof(x) from anyctest(11, 12.3) x; - x | pg_typeof -------+----------- - 12.3 | numeric -(1 row) - -select x, pg_typeof(x) from anyctest(11, point(1,2)) x; -- fail -ERROR: function anyctest(integer, point) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(11, point(1,2)) x; - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select x, pg_typeof(x) from anyctest('11', '12.3') x; -- defaults to text - x | pg_typeof -------+----------- - 12.3 | text -(1 row) - -drop function anyctest(anycompatible, anycompatible); -create function anyctest(anycompatible, anycompatible) -returns anycompatiblearray as $$ - select array[$1, $2] -$$ language sql; -select x, pg_typeof(x) from anyctest(11, 12) x; - x | pg_typeof ----------+----------- - {11,12} | integer[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, 12.3) x; - x | pg_typeof ------------+----------- - {11,12.3} | numeric[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, array[1,2]) x; -- fail -ERROR: function anyctest(integer, integer[]) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(11, array[1,2]) x; - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function anyctest(anycompatible, anycompatible); -create function anyctest(anycompatible, anycompatiblearray) -returns anycompatiblearray as $$ - select array[$1] || $2 -$$ language sql; -select x, pg_typeof(x) from anyctest(11, array[12]) x; - x | pg_typeof ----------+----------- - {11,12} | integer[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, array[12.3]) x; - x | pg_typeof ------------+----------- - {11,12.3} | numeric[] -(1 row) - -select x, pg_typeof(x) from anyctest(12.3, array[13]) x; - x | pg_typeof ------------+----------- - {12.3,13} | numeric[] -(1 row) - -select x, pg_typeof(x) from anyctest(12.3, '{13,14.4}') x; - x | pg_typeof -----------------+----------- - {12.3,13,14.4} | numeric[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, array[point(1,2)]) x; -- fail -ERROR: function anyctest(integer, point[]) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(11, array[point(1,2)]) ... - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select x, pg_typeof(x) from anyctest(11, 12) x; -- fail -ERROR: function anyctest(integer, integer) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(11, 12) x; - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function anyctest(anycompatible, anycompatiblearray); -create function anyctest(anycompatible, anycompatiblerange) -returns anycompatiblerange as $$ - select $2 -$$ language sql; -select x, pg_typeof(x) from anyctest(11, int4range(4,7)) x; - x | pg_typeof --------+----------- - [4,7) | int4range -(1 row) - -select x, pg_typeof(x) from anyctest(11, numrange(4,7)) x; - x | pg_typeof --------+----------- - [4,7) | numrange -(1 row) - -select x, pg_typeof(x) from anyctest(11, 12) x; -- fail -ERROR: function anyctest(integer, integer) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(11, 12) x; - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select x, pg_typeof(x) from anyctest(11.2, int4range(4,7)) x; -- fail -ERROR: function anyctest(numeric, int4range) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(11.2, int4range(4,7)) x... - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select x, pg_typeof(x) from anyctest(11.2, '[4,7)') x; -- fail -ERROR: could not determine polymorphic type anycompatiblerange because input has type unknown -drop function anyctest(anycompatible, anycompatiblerange); -create function anyctest(anycompatiblerange, anycompatiblerange) -returns anycompatible as $$ - select lower($1) + upper($2) -$$ language sql; -select x, pg_typeof(x) from anyctest(int4range(11,12), int4range(4,7)) x; - x | pg_typeof -----+----------- - 18 | integer -(1 row) - -select x, pg_typeof(x) from anyctest(int4range(11,12), numrange(4,7)) x; -- fail -ERROR: function anyctest(int4range, numrange) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(int4range(11,12), numra... - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function anyctest(anycompatiblerange, anycompatiblerange); --- fail, can't infer result type: -create function anyctest(anycompatible) -returns anycompatiblerange as $$ - select $1 -$$ language sql; -ERROR: cannot determine result data type -DETAIL: A result of type anycompatiblerange requires at least one input of type anycompatiblerange or anycompatiblemultirange. -create function anyctest(anycompatible, anycompatiblemultirange) -returns anycompatiblemultirange as $$ - select $2 -$$ language sql; -select x, pg_typeof(x) from anyctest(11, multirange(int4range(4,7))) x; - x | pg_typeof ----------+---------------- - {[4,7)} | int4multirange -(1 row) - -select x, pg_typeof(x) from anyctest(11, multirange(numrange(4,7))) x; - x | pg_typeof ----------+--------------- - {[4,7)} | nummultirange -(1 row) - -select x, pg_typeof(x) from anyctest(11, 12) x; -- fail -ERROR: function anyctest(integer, integer) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(11, 12) x; - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select x, pg_typeof(x) from anyctest(11.2, multirange(int4range(4,7))) x; -- fail -ERROR: function anyctest(numeric, int4multirange) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(11.2, multirange(int4ra... - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select x, pg_typeof(x) from anyctest(11.2, '{[4,7)}') x; -- fail -ERROR: could not determine polymorphic type anycompatiblemultirange because input has type unknown -drop function anyctest(anycompatible, anycompatiblemultirange); -create function anyctest(anycompatiblemultirange, anycompatiblemultirange) -returns anycompatible as $$ - select lower($1) + upper($2) -$$ language sql; -select x, pg_typeof(x) from anyctest(multirange(int4range(11,12)), multirange(int4range(4,7))) x; - x | pg_typeof -----+----------- - 18 | integer -(1 row) - -select x, pg_typeof(x) from anyctest(multirange(int4range(11,12)), multirange(numrange(4,7))) x; -- fail -ERROR: function anyctest(int4multirange, nummultirange) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(multirange(int4range(11... - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function anyctest(anycompatiblemultirange, anycompatiblemultirange); --- fail, can't infer result type: -create function anyctest(anycompatible) -returns anycompatiblemultirange as $$ - select $1 -$$ language sql; -ERROR: cannot determine result data type -DETAIL: A result of type anycompatiblemultirange requires at least one input of type anycompatiblerange or anycompatiblemultirange. -create function anyctest(anycompatiblenonarray, anycompatiblenonarray) -returns anycompatiblearray as $$ - select array[$1, $2] -$$ language sql; -select x, pg_typeof(x) from anyctest(11, 12) x; - x | pg_typeof ----------+----------- - {11,12} | integer[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, 12.3) x; - x | pg_typeof ------------+----------- - {11,12.3} | numeric[] -(1 row) - -select x, pg_typeof(x) from anyctest(array[11], array[1,2]) x; -- fail -ERROR: function anyctest(integer[], integer[]) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(array[11], array[1,2]) ... - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function anyctest(anycompatiblenonarray, anycompatiblenonarray); -create function anyctest(a anyelement, b anyarray, - c anycompatible, d anycompatible) -returns anycompatiblearray as $$ - select array[c, d] -$$ language sql; -select x, pg_typeof(x) from anyctest(11, array[1, 2], 42, 34.5) x; - x | pg_typeof ------------+----------- - {42,34.5} | numeric[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, array[1, 2], point(1,2), point(3,4)) x; - x | pg_typeof --------------------+----------- - {"(1,2)","(3,4)"} | point[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, '{1,2}', point(1,2), '(3,4)') x; - x | pg_typeof --------------------+----------- - {"(1,2)","(3,4)"} | point[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, array[1, 2.2], 42, 34.5) x; -- fail -ERROR: function anyctest(integer, numeric[], integer, numeric) does not exist -LINE 1: select x, pg_typeof(x) from anyctest(11, array[1, 2.2], 42, ... - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -drop function anyctest(a anyelement, b anyarray, - c anycompatible, d anycompatible); -create function anyctest(variadic anycompatiblearray) -returns anycompatiblearray as $$ - select $1 -$$ language sql; -select x, pg_typeof(x) from anyctest(11, 12) x; - x | pg_typeof ----------+----------- - {11,12} | integer[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, 12.2) x; - x | pg_typeof ------------+----------- - {11,12.2} | numeric[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, '12') x; - x | pg_typeof ----------+----------- - {11,12} | integer[] -(1 row) - -select x, pg_typeof(x) from anyctest(11, '12.2') x; -- fail -ERROR: invalid input syntax for type integer: "12.2" -LINE 1: select x, pg_typeof(x) from anyctest(11, '12.2') x; - ^ -select x, pg_typeof(x) from anyctest(variadic array[11, 12]) x; - x | pg_typeof ----------+----------- - {11,12} | integer[] -(1 row) - -select x, pg_typeof(x) from anyctest(variadic array[11, 12.2]) x; - x | pg_typeof ------------+----------- - {11,12.2} | numeric[] -(1 row) - -drop function anyctest(variadic anycompatiblearray); +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/rowtypes.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rowtypes.out --- /tmp/cirrus-ci-build/src/test/regress/expected/rowtypes.out 2025-05-11 19:30:18.993659000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/rowtypes.out 2025-05-11 19:32:43.150881000 +0000 @@ -1,1396 +1,2 @@ --- --- ROWTYPES --- --- Make both a standalone composite type and a table rowtype -create type complex as (r float8, i float8); -create temp table fullname (first text, last text); --- Nested composite -create type quad as (c1 complex, c2 complex); --- Some simple tests of I/O conversions and row construction -select (1.1,2.2)::complex, row((3.3,4.4),(5.5,null))::quad; - row | row ------------+------------------------ - (1.1,2.2) | ("(3.3,4.4)","(5.5,)") -(1 row) - -select row('Joe', 'Blow')::fullname, '(Joe,Blow)'::fullname; - row | fullname -------------+------------ - (Joe,Blow) | (Joe,Blow) -(1 row) - -select '(Joe,von Blow)'::fullname, '(Joe,d''Blow)'::fullname; - fullname | fullname -------------------+-------------- - (Joe,"von Blow") | (Joe,d'Blow) -(1 row) - -select '(Joe,"von""Blow")'::fullname, E'(Joe,d\\\\Blow)'::fullname; - fullname | fullname --------------------+----------------- - (Joe,"von""Blow") | (Joe,"d\\Blow") -(1 row) - -select '(Joe,"Blow,Jr")'::fullname; - fullname ------------------ - (Joe,"Blow,Jr") -(1 row) - -select '(Joe,)'::fullname; -- ok, null 2nd column - fullname ----------- - (Joe,) -(1 row) - -select '(Joe)'::fullname; -- bad -ERROR: malformed record literal: "(Joe)" -LINE 1: select '(Joe)'::fullname; - ^ -DETAIL: Too few columns. -select '(Joe,,)'::fullname; -- bad -ERROR: malformed record literal: "(Joe,,)" -LINE 1: select '(Joe,,)'::fullname; - ^ -DETAIL: Too many columns. -select '[]'::fullname; -- bad -ERROR: malformed record literal: "[]" -LINE 1: select '[]'::fullname; - ^ -DETAIL: Missing left parenthesis. -select ' (Joe,Blow) '::fullname; -- ok, extra whitespace - fullname ------------- - (Joe,Blow) -(1 row) - -select '(Joe,Blow) /'::fullname; -- bad -ERROR: malformed record literal: "(Joe,Blow) /" -LINE 1: select '(Joe,Blow) /'::fullname; - ^ -DETAIL: Junk after right parenthesis. --- test non-error-throwing API -SELECT pg_input_is_valid('(1,2)', 'complex'); - pg_input_is_valid -------------------- - t -(1 row) - -SELECT pg_input_is_valid('(1,2', 'complex'); - pg_input_is_valid -------------------- - f -(1 row) - -SELECT pg_input_is_valid('(1,zed)', 'complex'); - pg_input_is_valid -------------------- - f -(1 row) - -SELECT * FROM pg_input_error_info('(1,zed)', 'complex'); - message | detail | hint | sql_error_code --------------------------------------------------------+--------+------+---------------- - invalid input syntax for type double precision: "zed" | | | 22P02 -(1 row) - -SELECT * FROM pg_input_error_info('(1,1e400)', 'complex'); - message | detail | hint | sql_error_code ----------------------------------------------------+--------+------+---------------- - "1e400" is out of range for type double precision | | | 22003 -(1 row) - -create temp table quadtable(f1 int, q quad); -insert into quadtable values (1, ((3.3,4.4),(5.5,6.6))); -insert into quadtable values (2, ((null,4.4),(5.5,6.6))); -select * from quadtable; - f1 | q -----+--------------------------- - 1 | ("(3.3,4.4)","(5.5,6.6)") - 2 | ("(,4.4)","(5.5,6.6)") -(2 rows) - -select f1, q.c1 from quadtable; -- fails, q is a table reference -ERROR: missing FROM-clause entry for table "q" -LINE 1: select f1, q.c1 from quadtable; - ^ -select f1, (q).c1, (qq.q).c1.i from quadtable qq; - f1 | c1 | i -----+-----------+----- - 1 | (3.3,4.4) | 4.4 - 2 | (,4.4) | 4.4 -(2 rows) - -create temp table people (fn fullname, bd date); -insert into people values ('(Joe,Blow)', '1984-01-10'); -select * from people; - fn | bd -------------+------------ - (Joe,Blow) | 01-10-1984 -(1 row) - --- at the moment this will not work due to ALTER TABLE inadequacy: -alter table fullname add column suffix text default ''; -ERROR: cannot alter table "fullname" because column "people.fn" uses its row type --- but this should work: -alter table fullname add column suffix text default null; -select * from people; - fn | bd --------------+------------ - (Joe,Blow,) | 01-10-1984 -(1 row) - --- test insertion/updating of subfields -update people set fn.suffix = 'Jr'; -select * from people; - fn | bd ----------------+------------ - (Joe,Blow,Jr) | 01-10-1984 -(1 row) - -insert into quadtable (f1, q.c1.r, q.c2.i) values(44,55,66); -update quadtable set q.c1.r = 12 where f1 = 2; -update quadtable set q.c1 = 12; -- error, type mismatch -ERROR: subfield "c1" is of type complex but expression is of type integer -LINE 1: update quadtable set q.c1 = 12; - ^ -HINT: You will need to rewrite or cast the expression. -select * from quadtable; - f1 | q -----+--------------------------- - 1 | ("(3.3,4.4)","(5.5,6.6)") - 44 | ("(55,)","(,66)") - 2 | ("(12,4.4)","(5.5,6.6)") -(3 rows) - --- The object here is to ensure that toasted references inside --- composite values don't cause problems. The large f1 value will --- be toasted inside pp, it must still work after being copied to people. -create temp table pp (f1 text); -insert into pp values (repeat('abcdefghijkl', 100000)); -insert into people select ('Jim', f1, null)::fullname, current_date from pp; -select (fn).first, substr((fn).last, 1, 20), length((fn).last) from people; - first | substr | length --------+----------------------+--------- - Joe | Blow | 4 - Jim | abcdefghijklabcdefgh | 1200000 -(2 rows) - --- try an update on a toasted composite value, too -update people set fn.first = 'Jack'; -select (fn).first, substr((fn).last, 1, 20), length((fn).last) from people; - first | substr | length --------+----------------------+--------- - Jack | Blow | 4 - Jack | abcdefghijklabcdefgh | 1200000 -(2 rows) - --- Test row comparison semantics. Prior to PG 8.2 we did this in a totally --- non-spec-compliant way. -select ROW(1,2) < ROW(1,3) as true; - true ------- - t -(1 row) - -select ROW(1,2) < ROW(1,1) as false; - false -------- - f -(1 row) - -select ROW(1,2) < ROW(1,NULL) as null; - null ------- - -(1 row) - -select ROW(1,2,3) < ROW(1,3,NULL) as true; -- the NULL is not examined - true ------- - t -(1 row) - -select ROW(11,'ABC') < ROW(11,'DEF') as true; - true ------- - t -(1 row) - -select ROW(11,'ABC') > ROW(11,'DEF') as false; - false -------- - f -(1 row) - -select ROW(12,'ABC') > ROW(11,'DEF') as true; - true ------- - t -(1 row) - --- = and <> have different NULL-behavior than < etc -select ROW(1,2,3) < ROW(1,NULL,4) as null; - null ------- - -(1 row) - -select ROW(1,2,3) = ROW(1,NULL,4) as false; - false -------- - f -(1 row) - -select ROW(1,2,3) <> ROW(1,NULL,4) as true; - true ------- - t -(1 row) - --- We allow operators beyond the six standard ones, if they have btree --- operator classes. -select ROW('ABC','DEF') ~<=~ ROW('DEF','ABC') as true; - true ------- - t -(1 row) - -select ROW('ABC','DEF') ~>=~ ROW('DEF','ABC') as false; - false -------- - f -(1 row) - -select ROW('ABC','DEF') ~~ ROW('DEF','ABC') as fail; -ERROR: could not determine interpretation of row comparison operator ~~ -LINE 1: select ROW('ABC','DEF') ~~ ROW('DEF','ABC') as fail; - ^ -HINT: Row comparison operators must be associated with btree operator families. --- Comparisons of ROW() expressions can cope with some type mismatches -select ROW(1,2) = ROW(1,2::int8); - ?column? ----------- - t -(1 row) - -select ROW(1,2) in (ROW(3,4), ROW(1,2)); - ?column? ----------- - t -(1 row) - -select ROW(1,2) in (ROW(3,4), ROW(1,2::int8)); - ?column? ----------- - t -(1 row) - --- Check row comparison with a subselect -select unique1, unique2 from tenk1 -where (unique1, unique2) < any (select ten, ten from tenk1 where hundred < 3) - and unique1 <= 20 -order by 1; - unique1 | unique2 ----------+--------- - 0 | 9998 - 1 | 2838 -(2 rows) - --- Also check row comparison with an indexable condition -explain (costs off) -select thousand, tenthous from tenk1 -where (thousand, tenthous) >= (997, 5000) -order by thousand, tenthous; - QUERY PLAN ------------------------------------------------------------ - Index Only Scan using tenk1_thous_tenthous on tenk1 - Index Cond: (ROW(thousand, tenthous) >= ROW(997, 5000)) -(2 rows) - -select thousand, tenthous from tenk1 -where (thousand, tenthous) >= (997, 5000) -order by thousand, tenthous; - thousand | tenthous -----------+---------- - 997 | 5997 - 997 | 6997 - 997 | 7997 - 997 | 8997 - 997 | 9997 - 998 | 998 - 998 | 1998 - 998 | 2998 - 998 | 3998 - 998 | 4998 - 998 | 5998 - 998 | 6998 - 998 | 7998 - 998 | 8998 - 998 | 9998 - 999 | 999 - 999 | 1999 - 999 | 2999 - 999 | 3999 - 999 | 4999 - 999 | 5999 - 999 | 6999 - 999 | 7999 - 999 | 8999 - 999 | 9999 -(25 rows) - -explain (costs off) -select thousand, tenthous, four from tenk1 -where (thousand, tenthous, four) > (998, 5000, 3) -order by thousand, tenthous; - QUERY PLAN ------------------------------------------------------------------------ - Sort - Sort Key: thousand, tenthous - -> Bitmap Heap Scan on tenk1 - Filter: (ROW(thousand, tenthous, four) > ROW(998, 5000, 3)) - -> Bitmap Index Scan on tenk1_thous_tenthous - Index Cond: (ROW(thousand, tenthous) >= ROW(998, 5000)) -(6 rows) - -select thousand, tenthous, four from tenk1 -where (thousand, tenthous, four) > (998, 5000, 3) -order by thousand, tenthous; - thousand | tenthous | four -----------+----------+------ - 998 | 5998 | 2 - 998 | 6998 | 2 - 998 | 7998 | 2 - 998 | 8998 | 2 - 998 | 9998 | 2 - 999 | 999 | 3 - 999 | 1999 | 3 - 999 | 2999 | 3 - 999 | 3999 | 3 - 999 | 4999 | 3 - 999 | 5999 | 3 - 999 | 6999 | 3 - 999 | 7999 | 3 - 999 | 8999 | 3 - 999 | 9999 | 3 -(15 rows) - -explain (costs off) -select thousand, tenthous from tenk1 -where (998, 5000) < (thousand, tenthous) -order by thousand, tenthous; - QUERY PLAN ----------------------------------------------------------- - Index Only Scan using tenk1_thous_tenthous on tenk1 - Index Cond: (ROW(thousand, tenthous) > ROW(998, 5000)) -(2 rows) - -select thousand, tenthous from tenk1 -where (998, 5000) < (thousand, tenthous) -order by thousand, tenthous; - thousand | tenthous -----------+---------- - 998 | 5998 - 998 | 6998 - 998 | 7998 - 998 | 8998 - 998 | 9998 - 999 | 999 - 999 | 1999 - 999 | 2999 - 999 | 3999 - 999 | 4999 - 999 | 5999 - 999 | 6999 - 999 | 7999 - 999 | 8999 - 999 | 9999 -(15 rows) - -explain (costs off) -select thousand, hundred from tenk1 -where (998, 5000) < (thousand, hundred) -order by thousand, hundred; - QUERY PLAN ------------------------------------------------------------ - Sort - Sort Key: thousand, hundred - -> Bitmap Heap Scan on tenk1 - Filter: (ROW(998, 5000) < ROW(thousand, hundred)) - -> Bitmap Index Scan on tenk1_thous_tenthous - Index Cond: (thousand >= 998) -(6 rows) - -select thousand, hundred from tenk1 -where (998, 5000) < (thousand, hundred) -order by thousand, hundred; - thousand | hundred -----------+--------- - 999 | 99 - 999 | 99 - 999 | 99 - 999 | 99 - 999 | 99 - 999 | 99 - 999 | 99 - 999 | 99 - 999 | 99 - 999 | 99 -(10 rows) - --- Test case for bug #14010: indexed row comparisons fail with nulls -create temp table test_table (a text, b text); -insert into test_table values ('a', 'b'); -insert into test_table select 'a', null from generate_series(1,1000); -insert into test_table values ('b', 'a'); -create index on test_table (a,b); -set enable_sort = off; -explain (costs off) -select a,b from test_table where (a,b) > ('a','a') order by a,b; - QUERY PLAN --------------------------------------------------------- - Index Only Scan using test_table_a_b_idx on test_table - Index Cond: (ROW(a, b) > ROW('a'::text, 'a'::text)) -(2 rows) - -select a,b from test_table where (a,b) > ('a','a') order by a,b; - a | b ----+--- - a | b - b | a -(2 rows) - -reset enable_sort; --- Check row comparisons with IN -select * from int8_tbl i8 where i8 in (row(123,456)); -- fail, type mismatch -ERROR: cannot compare dissimilar column types bigint and integer at record column 1 -explain (costs off) -select * from int8_tbl i8 -where i8 in (row(123,456)::int8_tbl, '(4567890123456789,123)'); - QUERY PLAN -------------------------------------------------------------------------------- - Seq Scan on int8_tbl i8 - Filter: (i8.* = ANY ('{"(123,456)","(4567890123456789,123)"}'::int8_tbl[])) -(2 rows) - -select * from int8_tbl i8 -where i8 in (row(123,456)::int8_tbl, '(4567890123456789,123)'); - q1 | q2 -------------------+----- - 123 | 456 - 4567890123456789 | 123 -(2 rows) - --- Check ability to select columns from an anonymous rowtype -select (row(1, 2.0)).f1; - f1 ----- - 1 -(1 row) - -select (row(1, 2.0)).f2; - f2 ------ - 2.0 -(1 row) - -select (row(1, 2.0)).nosuch; -- fail -ERROR: could not identify column "nosuch" in record data type -LINE 1: select (row(1, 2.0)).nosuch; - ^ -select (row(1, 2.0)).*; - f1 | f2 -----+----- - 1 | 2.0 -(1 row) - -select (r).f1 from (select row(1, 2.0) as r) ss; - f1 ----- - 1 -(1 row) - -select (r).f3 from (select row(1, 2.0) as r) ss; -- fail -ERROR: could not identify column "f3" in record data type -LINE 1: select (r).f3 from (select row(1, 2.0) as r) ss; - ^ -select (r).* from (select row(1, 2.0) as r) ss; - f1 | f2 -----+----- - 1 | 2.0 -(1 row) - --- Check some corner cases involving empty rowtypes -select ROW(); - row ------ - () -(1 row) - -select ROW() IS NULL; - ?column? ----------- - t -(1 row) - -select ROW() = ROW(); -ERROR: cannot compare rows of zero length -LINE 1: select ROW() = ROW(); - ^ --- Check ability to create arrays of anonymous rowtypes -select array[ row(1,2), row(3,4), row(5,6) ]; - array ---------------------------- - {"(1,2)","(3,4)","(5,6)"} -(1 row) - --- Check ability to compare an anonymous row to elements of an array -select row(1,1.1) = any (array[ row(7,7.7), row(1,1.1), row(0,0.0) ]); - ?column? ----------- - t -(1 row) - -select row(1,1.1) = any (array[ row(7,7.7), row(1,1.0), row(0,0.0) ]); - ?column? ----------- - f -(1 row) - --- Check behavior with a non-comparable rowtype -create type cantcompare as (p point, r float8); -create temp table cc (f1 cantcompare); -insert into cc values('("(1,2)",3)'); -insert into cc values('("(4,5)",6)'); -select * from cc order by f1; -- fail, but should complain about cantcompare -ERROR: could not identify an ordering operator for type cantcompare -LINE 1: select * from cc order by f1; - ^ -HINT: Use an explicit ordering operator or modify the query. --- --- Tests for record_{eq,cmp} --- -create type testtype1 as (a int, b int); --- all true -select row(1, 2)::testtype1 < row(1, 3)::testtype1; - ?column? ----------- - t -(1 row) - -select row(1, 2)::testtype1 <= row(1, 3)::testtype1; - ?column? ----------- - t -(1 row) - -select row(1, 2)::testtype1 = row(1, 2)::testtype1; - ?column? ----------- - t -(1 row) - -select row(1, 2)::testtype1 <> row(1, 3)::testtype1; - ?column? ----------- - t -(1 row) - -select row(1, 3)::testtype1 >= row(1, 2)::testtype1; - ?column? ----------- - t -(1 row) - -select row(1, 3)::testtype1 > row(1, 2)::testtype1; - ?column? ----------- - t -(1 row) - --- all false -select row(1, -2)::testtype1 < row(1, -3)::testtype1; - ?column? ----------- - f -(1 row) - -select row(1, -2)::testtype1 <= row(1, -3)::testtype1; - ?column? ----------- - f -(1 row) - -select row(1, -2)::testtype1 = row(1, -3)::testtype1; - ?column? ----------- - f -(1 row) - -select row(1, -2)::testtype1 <> row(1, -2)::testtype1; - ?column? ----------- - f -(1 row) - -select row(1, -3)::testtype1 >= row(1, -2)::testtype1; - ?column? ----------- - f -(1 row) - -select row(1, -3)::testtype1 > row(1, -2)::testtype1; - ?column? ----------- - f -(1 row) - --- true, but see *< below -select row(1, -2)::testtype1 < row(1, 3)::testtype1; - ?column? ----------- - t -(1 row) - --- mismatches -create type testtype3 as (a int, b text); -select row(1, 2)::testtype1 < row(1, 'abc')::testtype3; -ERROR: cannot compare dissimilar column types integer and text at record column 2 -select row(1, 2)::testtype1 <> row(1, 'abc')::testtype3; -ERROR: cannot compare dissimilar column types integer and text at record column 2 -create type testtype5 as (a int); -select row(1, 2)::testtype1 < row(1)::testtype5; -ERROR: cannot compare record types with different numbers of columns -select row(1, 2)::testtype1 <> row(1)::testtype5; -ERROR: cannot compare record types with different numbers of columns --- non-comparable types -create type testtype6 as (a int, b point); -select row(1, '(1,2)')::testtype6 < row(1, '(1,3)')::testtype6; -ERROR: could not identify a comparison function for type point -select row(1, '(1,2)')::testtype6 <> row(1, '(1,3)')::testtype6; -ERROR: could not identify an equality operator for type point -drop type testtype1, testtype3, testtype5, testtype6; --- --- Tests for record_image_{eq,cmp} --- -create type testtype1 as (a int, b int); --- all true -select row(1, 2)::testtype1 *< row(1, 3)::testtype1; - ?column? ----------- - t -(1 row) - -select row(1, 2)::testtype1 *<= row(1, 3)::testtype1; - ?column? ----------- - t -(1 row) - -select row(1, 2)::testtype1 *= row(1, 2)::testtype1; - ?column? ----------- - t -(1 row) - -select row(1, 2)::testtype1 *<> row(1, 3)::testtype1; - ?column? ----------- - t -(1 row) - -select row(1, 3)::testtype1 *>= row(1, 2)::testtype1; - ?column? ----------- - t -(1 row) - -select row(1, 3)::testtype1 *> row(1, 2)::testtype1; - ?column? ----------- - t -(1 row) - --- all false -select row(1, -2)::testtype1 *< row(1, -3)::testtype1; - ?column? ----------- - f -(1 row) - -select row(1, -2)::testtype1 *<= row(1, -3)::testtype1; - ?column? ----------- - f -(1 row) - -select row(1, -2)::testtype1 *= row(1, -3)::testtype1; - ?column? ----------- - f -(1 row) - -select row(1, -2)::testtype1 *<> row(1, -2)::testtype1; - ?column? ----------- - f -(1 row) - -select row(1, -3)::testtype1 *>= row(1, -2)::testtype1; - ?column? ----------- - f -(1 row) - -select row(1, -3)::testtype1 *> row(1, -2)::testtype1; - ?column? ----------- - f -(1 row) - --- This returns the "wrong" order because record_image_cmp works on --- unsigned datums without knowing about the actual data type. -select row(1, -2)::testtype1 *< row(1, 3)::testtype1; - ?column? ----------- - f -(1 row) - --- other types -create type testtype2 as (a smallint, b bool); -- byval different sizes -select row(1, true)::testtype2 *< row(2, true)::testtype2; - ?column? ----------- - t -(1 row) - -select row(-2, true)::testtype2 *< row(-1, true)::testtype2; - ?column? ----------- - t -(1 row) - -select row(0, false)::testtype2 *< row(0, true)::testtype2; - ?column? ----------- - t -(1 row) - -select row(0, false)::testtype2 *<> row(0, true)::testtype2; - ?column? ----------- - t -(1 row) - -create type testtype3 as (a int, b text); -- variable length -select row(1, 'abc')::testtype3 *< row(1, 'abd')::testtype3; - ?column? ----------- - t -(1 row) - -select row(1, 'abc')::testtype3 *< row(1, 'abcd')::testtype3; - ?column? ----------- - t -(1 row) - -select row(1, 'abc')::testtype3 *> row(1, 'abd')::testtype3; - ?column? ----------- - f -(1 row) - -select row(1, 'abc')::testtype3 *<> row(1, 'abd')::testtype3; - ?column? ----------- - t -(1 row) - -create type testtype4 as (a int, b point); -- by ref, fixed length -select row(1, '(1,2)')::testtype4 *< row(1, '(1,3)')::testtype4; - ?column? ----------- - t -(1 row) - -select row(1, '(1,2)')::testtype4 *<> row(1, '(1,3)')::testtype4; - ?column? ----------- - t -(1 row) - --- mismatches -select row(1, 2)::testtype1 *< row(1, 'abc')::testtype3; -ERROR: cannot compare dissimilar column types integer and text at record column 2 -select row(1, 2)::testtype1 *<> row(1, 'abc')::testtype3; -ERROR: cannot compare dissimilar column types integer and text at record column 2 -create type testtype5 as (a int); -select row(1, 2)::testtype1 *< row(1)::testtype5; -ERROR: cannot compare record types with different numbers of columns -select row(1, 2)::testtype1 *<> row(1)::testtype5; -ERROR: cannot compare record types with different numbers of columns --- non-comparable types -create type testtype6 as (a int, b point); -select row(1, '(1,2)')::testtype6 *< row(1, '(1,3)')::testtype6; - ?column? ----------- - t -(1 row) - -select row(1, '(1,2)')::testtype6 *>= row(1, '(1,3)')::testtype6; - ?column? ----------- - f -(1 row) - -select row(1, '(1,2)')::testtype6 *<> row(1, '(1,3)')::testtype6; - ?column? ----------- - t -(1 row) - --- anonymous rowtypes in coldeflists -select q.a, q.b = row(2), q.c = array[row(3)], q.d = row(row(4)) from - unnest(array[row(1, row(2), array[row(3)], row(row(4))), - row(2, row(3), array[row(4)], row(row(5)))]) - as q(a int, b record, c record[], d record); - a | ?column? | ?column? | ?column? ----+----------+----------+---------- - 1 | t | t | t - 2 | f | f | f -(2 rows) - -drop type testtype1, testtype2, testtype3, testtype4, testtype5, testtype6; --- --- Test case derived from bug #5716: check multiple uses of a rowtype result --- -BEGIN; -CREATE TABLE price ( - id SERIAL PRIMARY KEY, - active BOOLEAN NOT NULL, - price NUMERIC -); -CREATE TYPE price_input AS ( - id INTEGER, - price NUMERIC -); -CREATE TYPE price_key AS ( - id INTEGER -); -CREATE FUNCTION price_key_from_table(price) RETURNS price_key AS $$ - SELECT $1.id -$$ LANGUAGE SQL; -CREATE FUNCTION price_key_from_input(price_input) RETURNS price_key AS $$ - SELECT $1.id -$$ LANGUAGE SQL; -insert into price values (1,false,42), (10,false,100), (11,true,17.99); -UPDATE price - SET active = true, price = input_prices.price - FROM unnest(ARRAY[(10, 123.00), (11, 99.99)]::price_input[]) input_prices - WHERE price_key_from_table(price.*) = price_key_from_input(input_prices.*); -select * from price; - id | active | price -----+--------+-------- - 1 | f | 42 - 10 | t | 123.00 - 11 | t | 99.99 -(3 rows) - -rollback; --- --- Test case derived from bug #9085: check * qualification of composite --- parameters for SQL functions --- -create temp table compos (f1 int, f2 text); -create function fcompos1(v compos) returns void as $$ -insert into compos values (v); -- fail -$$ language sql; -ERROR: column "f1" is of type integer but expression is of type compos -LINE 2: insert into compos values (v); -- fail - ^ -HINT: You will need to rewrite or cast the expression. -create function fcompos1(v compos) returns void as $$ -insert into compos values (v.*); -$$ language sql; -create function fcompos2(v compos) returns void as $$ -select fcompos1(v); -$$ language sql; -create function fcompos3(v compos) returns void as $$ -select fcompos1(fcompos3.v.*); -$$ language sql; -select fcompos1(row(1,'one')); - fcompos1 ----------- - -(1 row) - -select fcompos2(row(2,'two')); - fcompos2 ----------- - -(1 row) - -select fcompos3(row(3,'three')); - fcompos3 ----------- - -(1 row) - -select * from compos; - f1 | f2 -----+------- - 1 | one - 2 | two - 3 | three -(3 rows) - --- --- We allow I/O conversion casts from composite types to strings to be --- invoked via cast syntax, but not functional syntax. This is because --- the latter is too prone to be invoked unintentionally. --- -select cast (fullname as text) from fullname; - fullname ----------- -(0 rows) - -select fullname::text from fullname; - fullname ----------- -(0 rows) - -select text(fullname) from fullname; -- error -ERROR: function text(fullname) does not exist -LINE 1: select text(fullname) from fullname; - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select fullname.text from fullname; -- error -ERROR: column fullname.text does not exist -LINE 1: select fullname.text from fullname; - ^ --- same, but RECORD instead of named composite type: -select cast (row('Jim', 'Beam') as text); - row ------------- - (Jim,Beam) -(1 row) - -select (row('Jim', 'Beam'))::text; - row ------------- - (Jim,Beam) -(1 row) - -select text(row('Jim', 'Beam')); -- error -ERROR: function text(record) does not exist -LINE 1: select text(row('Jim', 'Beam')); - ^ -HINT: No function matches the given name and argument types. You might need to add explicit type casts. -select (row('Jim', 'Beam')).text; -- error -ERROR: could not identify column "text" in record data type -LINE 1: select (row('Jim', 'Beam')).text; - ^ --- --- Check the equivalence of functional and column notation --- -insert into fullname values ('Joe', 'Blow'); -select f.last from fullname f; - last ------- - Blow -(1 row) - -select last(f) from fullname f; - last ------- - Blow -(1 row) - -create function longname(fullname) returns text language sql -as $$select $1.first || ' ' || $1.last$$; -select f.longname from fullname f; - longname ----------- - Joe Blow -(1 row) - -select longname(f) from fullname f; - longname ----------- - Joe Blow -(1 row) - --- Starting in v11, the notational form does matter if there's ambiguity -alter table fullname add column longname text; -select f.longname from fullname f; - longname ----------- - -(1 row) - -select longname(f) from fullname f; - longname ----------- - Joe Blow -(1 row) - --- --- Test that composite values are seen to have the correct column names --- (bug #11210 and other reports) --- -select row_to_json(i) from int8_tbl i; - row_to_json ------------------------------------------------- - {"q1":123,"q2":456} - {"q1":123,"q2":4567890123456789} - {"q1":4567890123456789,"q2":123} - {"q1":4567890123456789,"q2":4567890123456789} - {"q1":4567890123456789,"q2":-4567890123456789} -(5 rows) - --- since "i" is of type "int8_tbl", attaching aliases doesn't change anything: -select row_to_json(i) from int8_tbl i(x,y); - row_to_json ------------------------------------------------- - {"q1":123,"q2":456} - {"q1":123,"q2":4567890123456789} - {"q1":4567890123456789,"q2":123} - {"q1":4567890123456789,"q2":4567890123456789} - {"q1":4567890123456789,"q2":-4567890123456789} -(5 rows) - --- in these examples, we'll report the exposed column names of the subselect: -select row_to_json(ss) from - (select q1, q2 from int8_tbl) as ss; - row_to_json ------------------------------------------------- - {"q1":123,"q2":456} - {"q1":123,"q2":4567890123456789} - {"q1":4567890123456789,"q2":123} - {"q1":4567890123456789,"q2":4567890123456789} - {"q1":4567890123456789,"q2":-4567890123456789} -(5 rows) - -select row_to_json(ss) from - (select q1, q2 from int8_tbl offset 0) as ss; - row_to_json ------------------------------------------------- - {"q1":123,"q2":456} - {"q1":123,"q2":4567890123456789} - {"q1":4567890123456789,"q2":123} - {"q1":4567890123456789,"q2":4567890123456789} - {"q1":4567890123456789,"q2":-4567890123456789} -(5 rows) - -select row_to_json(ss) from - (select q1 as a, q2 as b from int8_tbl) as ss; - row_to_json ----------------------------------------------- - {"a":123,"b":456} - {"a":123,"b":4567890123456789} - {"a":4567890123456789,"b":123} - {"a":4567890123456789,"b":4567890123456789} - {"a":4567890123456789,"b":-4567890123456789} -(5 rows) - -select row_to_json(ss) from - (select q1 as a, q2 as b from int8_tbl offset 0) as ss; - row_to_json ----------------------------------------------- - {"a":123,"b":456} - {"a":123,"b":4567890123456789} - {"a":4567890123456789,"b":123} - {"a":4567890123456789,"b":4567890123456789} - {"a":4567890123456789,"b":-4567890123456789} -(5 rows) - -select row_to_json(ss) from - (select q1 as a, q2 as b from int8_tbl) as ss(x,y); - row_to_json ----------------------------------------------- - {"x":123,"y":456} - {"x":123,"y":4567890123456789} - {"x":4567890123456789,"y":123} - {"x":4567890123456789,"y":4567890123456789} - {"x":4567890123456789,"y":-4567890123456789} -(5 rows) - -select row_to_json(ss) from - (select q1 as a, q2 as b from int8_tbl offset 0) as ss(x,y); - row_to_json ----------------------------------------------- - {"x":123,"y":456} - {"x":123,"y":4567890123456789} - {"x":4567890123456789,"y":123} - {"x":4567890123456789,"y":4567890123456789} - {"x":4567890123456789,"y":-4567890123456789} -(5 rows) - -explain (costs off) -select row_to_json(q) from - (select thousand, tenthous from tenk1 - where thousand = 42 and tenthous < 2000 offset 0) q; - QUERY PLAN -------------------------------------------------------------- - Subquery Scan on q - -> Index Only Scan using tenk1_thous_tenthous on tenk1 - Index Cond: ((thousand = 42) AND (tenthous < 2000)) -(3 rows) - -select row_to_json(q) from - (select thousand, tenthous from tenk1 - where thousand = 42 and tenthous < 2000 offset 0) q; - row_to_json ---------------------------------- - {"thousand":42,"tenthous":42} - {"thousand":42,"tenthous":1042} -(2 rows) - -select row_to_json(q) from - (select thousand as x, tenthous as y from tenk1 - where thousand = 42 and tenthous < 2000 offset 0) q; - row_to_json -------------------- - {"x":42,"y":42} - {"x":42,"y":1042} -(2 rows) - -select row_to_json(q) from - (select thousand as x, tenthous as y from tenk1 - where thousand = 42 and tenthous < 2000 offset 0) q(a,b); - row_to_json -------------------- - {"a":42,"b":42} - {"a":42,"b":1042} -(2 rows) - -create temp table tt1 as select * from int8_tbl limit 2; -create temp table tt2 () inherits(tt1); -insert into tt2 values(0,0); -select row_to_json(r) from (select q2,q1 from tt1 offset 0) r; - row_to_json ----------------------------------- - {"q2":456,"q1":123} - {"q2":4567890123456789,"q1":123} - {"q2":0,"q1":0} -(3 rows) - --- check no-op rowtype conversions -create temp table tt3 () inherits(tt2); -insert into tt3 values(33,44); -select row_to_json(tt3::tt2::tt1) from tt3; - row_to_json -------------------- - {"q1":33,"q2":44} -(1 row) - --- --- IS [NOT] NULL should not recurse into nested composites (bug #14235) --- -explain (verbose, costs off) -select r, r is null as isnull, r is not null as isnotnull -from (values (1,row(1,2)), (1,row(null,null)), (1,null), - (null,row(1,2)), (null,row(null,null)), (null,null) ) r(a,b); - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ - Values Scan on "*VALUES*" - Output: ROW("*VALUES*".column1, "*VALUES*".column2), (("*VALUES*".column1 IS NULL) AND ("*VALUES*".column2 IS NOT DISTINCT FROM NULL)), (("*VALUES*".column1 IS NOT NULL) AND ("*VALUES*".column2 IS DISTINCT FROM NULL)) -(2 rows) - -select r, r is null as isnull, r is not null as isnotnull -from (values (1,row(1,2)), (1,row(null,null)), (1,null), - (null,row(1,2)), (null,row(null,null)), (null,null) ) r(a,b); - r | isnull | isnotnull --------------+--------+----------- - (1,"(1,2)") | f | t - (1,"(,)") | f | t - (1,) | f | f - (,"(1,2)") | f | f - (,"(,)") | f | f - (,) | t | f -(6 rows) - -explain (verbose, costs off) -with r(a,b) as materialized - (values (1,row(1,2)), (1,row(null,null)), (1,null), - (null,row(1,2)), (null,row(null,null)), (null,null) ) -select r, r is null as isnull, r is not null as isnotnull from r; - QUERY PLAN ----------------------------------------------------------- - CTE Scan on r - Output: r.*, (r.* IS NULL), (r.* IS NOT NULL) - CTE r - -> Values Scan on "*VALUES*" - Output: "*VALUES*".column1, "*VALUES*".column2 -(5 rows) - -with r(a,b) as materialized - (values (1,row(1,2)), (1,row(null,null)), (1,null), - (null,row(1,2)), (null,row(null,null)), (null,null) ) -select r, r is null as isnull, r is not null as isnotnull from r; - r | isnull | isnotnull --------------+--------+----------- - (1,"(1,2)") | f | t - (1,"(,)") | f | t - (1,) | f | f - (,"(1,2)") | f | f - (,"(,)") | f | f - (,) | t | f -(6 rows) - --- --- Check parsing of indirect references to composite values (bug #18077) --- -explain (verbose, costs off) -with cte(c) as materialized (select row(1, 2)), - cte2(c) as (select * from cte) -select * from cte2 as t -where (select * from (select c as c1) s - where (select (c1).f1 > 0)) is not null; - QUERY PLAN ----------------------------------------------- - CTE Scan on cte - Output: cte.c - Filter: ((SubPlan 3) IS NOT NULL) - CTE cte - -> Result - Output: '(1,2)'::record - SubPlan 3 - -> Result - Output: cte.c - One-Time Filter: (InitPlan 2).col1 - InitPlan 2 - -> Result - Output: ((cte.c).f1 > 0) -(13 rows) - -with cte(c) as materialized (select row(1, 2)), - cte2(c) as (select * from cte) -select * from cte2 as t -where (select * from (select c as c1) s - where (select (c1).f1 > 0)) is not null; - c -------- - (1,2) -(1 row) - --- Also check deparsing of such cases -create view composite_v as -with cte(c) as materialized (select row(1, 2)), - cte2(c) as (select * from cte) -select 1 as one from cte2 as t -where (select * from (select c as c1) s - where (select (c1).f1 > 0)) is not null; -select pg_get_viewdef('composite_v', true); - pg_get_viewdef --------------------------------------------------------- - WITH cte(c) AS MATERIALIZED ( + - SELECT ROW(1, 2) AS "row" + - ), cte2(c) AS ( + - SELECT cte.c + - FROM cte + - ) + - SELECT 1 AS one + - FROM cte2 t + - WHERE (( SELECT s.c1 + - FROM ( SELECT t.c AS c1) s + - WHERE ( SELECT (s.c1).f1 > 0))) IS NOT NULL; -(1 row) - -drop view composite_v; --- --- Check cases where the composite comes from a proven-dummy rel (bug #18576) --- -explain (verbose, costs off) -select (ss.a).x, (ss.a).n from - (select information_schema._pg_expandarray(array[1,2]) AS a) ss; - QUERY PLAN ------------------------------------------------------------------------- - Subquery Scan on ss - Output: (ss.a).x, (ss.a).n - -> ProjectSet - Output: information_schema._pg_expandarray('{1,2}'::integer[]) - -> Result -(5 rows) - -explain (verbose, costs off) -select (ss.a).x, (ss.a).n from - (select information_schema._pg_expandarray(array[1,2]) AS a) ss -where false; - QUERY PLAN --------------------------- - Result - Output: (a).f1, (a).f2 - One-Time Filter: false -(3 rows) - -explain (verbose, costs off) -with cte(c) as materialized (select row(1, 2)), - cte2(c) as (select * from cte) -select (c).f1 from cte2 as t; - QUERY PLAN ------------------------------------ - CTE Scan on cte - Output: (cte.c).f1 - CTE cte - -> Result - Output: '(1,2)'::record -(5 rows) - -explain (verbose, costs off) -with cte(c) as materialized (select row(1, 2)), - cte2(c) as (select * from cte) -select (c).f1 from cte2 as t -where false; - QUERY PLAN ------------------------------------ - Result - Output: (cte.c).f1 - One-Time Filter: false - CTE cte - -> Result - Output: '(1,2)'::record -(6 rows) - --- --- Tests for component access / FieldSelect --- -CREATE TABLE compositetable(a text, b text); -INSERT INTO compositetable(a, b) VALUES('fa', 'fb'); --- composite type columns can't directly be accessed (error) -SELECT d.a FROM (SELECT compositetable AS d FROM compositetable) s; -ERROR: missing FROM-clause entry for table "d" -LINE 1: SELECT d.a FROM (SELECT compositetable AS d FROM compositeta... - ^ --- but can be accessed with proper parens -SELECT (d).a, (d).b FROM (SELECT compositetable AS d FROM compositetable) s; - a | b -----+---- - fa | fb -(1 row) - --- system columns can't be accessed in composite types (error) -SELECT (d).ctid FROM (SELECT compositetable AS d FROM compositetable) s; -ERROR: column "ctid" not found in data type compositetable -LINE 1: SELECT (d).ctid FROM (SELECT compositetable AS d FROM compos... - ^ --- accessing non-existing column in NULL datum errors out -SELECT (NULL::compositetable).nonexistent; -ERROR: column "nonexistent" not found in data type compositetable -LINE 1: SELECT (NULL::compositetable).nonexistent; - ^ --- existing column in a NULL composite yield NULL -SELECT (NULL::compositetable).a; - a ---- - -(1 row) - --- oids can't be accessed in composite types (error) -SELECT (NULL::compositetable).oid; -ERROR: column "oid" not found in data type compositetable -LINE 1: SELECT (NULL::compositetable).oid; - ^ -DROP TABLE compositetable; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/returning.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/returning.out --- /tmp/cirrus-ci-build/src/test/regress/expected/returning.out 2025-05-11 19:30:18.991761000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/returning.out 2025-05-11 19:32:43.160695000 +0000 @@ -1,988 +1,2 @@ --- --- Test INSERT/UPDATE/DELETE RETURNING --- --- Simple cases -CREATE TEMP TABLE foo (f1 serial, f2 text, f3 int default 42); -INSERT INTO foo (f2,f3) - VALUES ('test', DEFAULT), ('More', 11), (upper('more'), 7+9) - RETURNING *, f1+f3 AS sum; - f1 | f2 | f3 | sum -----+------+----+----- - 1 | test | 42 | 43 - 2 | More | 11 | 13 - 3 | MORE | 16 | 19 -(3 rows) - -SELECT * FROM foo; - f1 | f2 | f3 -----+------+---- - 1 | test | 42 - 2 | More | 11 - 3 | MORE | 16 -(3 rows) - -UPDATE foo SET f2 = lower(f2), f3 = DEFAULT RETURNING foo.*, f1+f3 AS sum13; - f1 | f2 | f3 | sum13 -----+------+----+------- - 1 | test | 42 | 43 - 2 | more | 42 | 44 - 3 | more | 42 | 45 -(3 rows) - -SELECT * FROM foo; - f1 | f2 | f3 -----+------+---- - 1 | test | 42 - 2 | more | 42 - 3 | more | 42 -(3 rows) - -DELETE FROM foo WHERE f1 > 2 RETURNING f3, f2, f1, least(f1,f3); - f3 | f2 | f1 | least -----+------+----+------- - 42 | more | 3 | 3 -(1 row) - -SELECT * FROM foo; - f1 | f2 | f3 -----+------+---- - 1 | test | 42 - 2 | more | 42 -(2 rows) - --- Subplans and initplans in the RETURNING list -INSERT INTO foo SELECT f1+10, f2, f3+99 FROM foo - RETURNING *, f1+112 IN (SELECT q1 FROM int8_tbl) AS subplan, - EXISTS(SELECT * FROM int4_tbl) AS initplan; - f1 | f2 | f3 | subplan | initplan -----+------+-----+---------+---------- - 11 | test | 141 | t | t - 12 | more | 141 | f | t -(2 rows) - -UPDATE foo SET f3 = f3 * 2 - WHERE f1 > 10 - RETURNING *, f1+112 IN (SELECT q1 FROM int8_tbl) AS subplan, - EXISTS(SELECT * FROM int4_tbl) AS initplan; - f1 | f2 | f3 | subplan | initplan -----+------+-----+---------+---------- - 11 | test | 282 | t | t - 12 | more | 282 | f | t -(2 rows) - -DELETE FROM foo - WHERE f1 > 10 - RETURNING *, f1+112 IN (SELECT q1 FROM int8_tbl) AS subplan, - EXISTS(SELECT * FROM int4_tbl) AS initplan; - f1 | f2 | f3 | subplan | initplan -----+------+-----+---------+---------- - 11 | test | 282 | t | t - 12 | more | 282 | f | t -(2 rows) - --- Joins -UPDATE foo SET f3 = f3*2 - FROM int4_tbl i - WHERE foo.f1 + 123455 = i.f1 - RETURNING foo.*, i.f1 as "i.f1"; - f1 | f2 | f3 | i.f1 -----+------+----+-------- - 1 | test | 84 | 123456 -(1 row) - -SELECT * FROM foo; - f1 | f2 | f3 -----+------+---- - 2 | more | 42 - 1 | test | 84 -(2 rows) - -DELETE FROM foo - USING int4_tbl i - WHERE foo.f1 + 123455 = i.f1 - RETURNING foo.*, i.f1 as "i.f1"; - f1 | f2 | f3 | i.f1 -----+------+----+-------- - 1 | test | 84 | 123456 -(1 row) - -SELECT * FROM foo; - f1 | f2 | f3 -----+------+---- - 2 | more | 42 -(1 row) - --- Check inheritance cases -CREATE TEMP TABLE foochild (fc int) INHERITS (foo); -INSERT INTO foochild VALUES(123,'child',999,-123); -ALTER TABLE foo ADD COLUMN f4 int8 DEFAULT 99; -SELECT * FROM foo; - f1 | f2 | f3 | f4 ------+-------+-----+---- - 2 | more | 42 | 99 - 123 | child | 999 | 99 -(2 rows) - -SELECT * FROM foochild; - f1 | f2 | f3 | fc | f4 ------+-------+-----+------+---- - 123 | child | 999 | -123 | 99 -(1 row) - -UPDATE foo SET f4 = f4 + f3 WHERE f4 = 99 RETURNING *; - f1 | f2 | f3 | f4 ------+-------+-----+------ - 2 | more | 42 | 141 - 123 | child | 999 | 1098 -(2 rows) - -SELECT * FROM foo; - f1 | f2 | f3 | f4 ------+-------+-----+------ - 2 | more | 42 | 141 - 123 | child | 999 | 1098 -(2 rows) - -SELECT * FROM foochild; - f1 | f2 | f3 | fc | f4 ------+-------+-----+------+------ - 123 | child | 999 | -123 | 1098 -(1 row) - -UPDATE foo SET f3 = f3*2 - FROM int8_tbl i - WHERE foo.f1 = i.q2 - RETURNING *; - f1 | f2 | f3 | f4 | q1 | q2 ------+-------+------+------+------------------+----- - 123 | child | 1998 | 1098 | 4567890123456789 | 123 -(1 row) - -SELECT * FROM foo; - f1 | f2 | f3 | f4 ------+-------+------+------ - 2 | more | 42 | 141 - 123 | child | 1998 | 1098 -(2 rows) - -SELECT * FROM foochild; - f1 | f2 | f3 | fc | f4 ------+-------+------+------+------ - 123 | child | 1998 | -123 | 1098 -(1 row) - -DELETE FROM foo - USING int8_tbl i - WHERE foo.f1 = i.q2 - RETURNING *; - f1 | f2 | f3 | f4 | q1 | q2 ------+-------+------+------+------------------+----- - 123 | child | 1998 | 1098 | 4567890123456789 | 123 -(1 row) - -SELECT * FROM foo; - f1 | f2 | f3 | f4 -----+------+----+----- - 2 | more | 42 | 141 -(1 row) - -SELECT * FROM foochild; - f1 | f2 | f3 | fc | f4 -----+----+----+----+---- -(0 rows) - -DROP TABLE foochild; --- Rules and views -CREATE TEMP VIEW voo AS SELECT f1, f2 FROM foo; -CREATE RULE voo_i AS ON INSERT TO voo DO INSTEAD - INSERT INTO foo VALUES(new.*, 57); -INSERT INTO voo VALUES(11,'zit'); --- fails: -INSERT INTO voo VALUES(12,'zoo') RETURNING *, f1*2; -ERROR: cannot perform INSERT RETURNING on relation "voo" -HINT: You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause. --- fails, incompatible list: -CREATE OR REPLACE RULE voo_i AS ON INSERT TO voo DO INSTEAD - INSERT INTO foo VALUES(new.*, 57) RETURNING *; -ERROR: RETURNING list has too many entries -CREATE OR REPLACE RULE voo_i AS ON INSERT TO voo DO INSTEAD - INSERT INTO foo VALUES(new.*, 57) RETURNING f1, f2; --- should still work -INSERT INTO voo VALUES(13,'zit2'); --- works now -INSERT INTO voo VALUES(14,'zoo2') RETURNING *; - f1 | f2 -----+------ - 14 | zoo2 -(1 row) - -SELECT * FROM foo; - f1 | f2 | f3 | f4 -----+------+----+----- - 2 | more | 42 | 141 - 11 | zit | 57 | 99 - 13 | zit2 | 57 | 99 - 14 | zoo2 | 57 | 99 -(4 rows) - -SELECT * FROM voo; - f1 | f2 -----+------ - 2 | more - 11 | zit - 13 | zit2 - 14 | zoo2 -(4 rows) - -CREATE OR REPLACE RULE voo_u AS ON UPDATE TO voo DO INSTEAD - UPDATE foo SET f1 = new.f1, f2 = new.f2 WHERE f1 = old.f1 - RETURNING f1, f2; -update voo set f1 = f1 + 1 where f2 = 'zoo2'; -update voo set f1 = f1 + 1 where f2 = 'zoo2' RETURNING *, f1*2; - f1 | f2 | ?column? -----+------+---------- - 16 | zoo2 | 32 -(1 row) - -SELECT * FROM foo; - f1 | f2 | f3 | f4 -----+------+----+----- - 2 | more | 42 | 141 - 11 | zit | 57 | 99 - 13 | zit2 | 57 | 99 - 16 | zoo2 | 57 | 99 -(4 rows) - -SELECT * FROM voo; - f1 | f2 -----+------ - 2 | more - 11 | zit - 13 | zit2 - 16 | zoo2 -(4 rows) - -CREATE OR REPLACE RULE voo_d AS ON DELETE TO voo DO INSTEAD - DELETE FROM foo WHERE f1 = old.f1 - RETURNING f1, f2; -DELETE FROM foo WHERE f1 = 13; -DELETE FROM foo WHERE f2 = 'zit' RETURNING *; - f1 | f2 | f3 | f4 -----+-----+----+---- - 11 | zit | 57 | 99 -(1 row) - -SELECT * FROM foo; - f1 | f2 | f3 | f4 -----+------+----+----- - 2 | more | 42 | 141 - 16 | zoo2 | 57 | 99 -(2 rows) - -SELECT * FROM voo; - f1 | f2 -----+------ - 2 | more - 16 | zoo2 -(2 rows) - --- Check use of a whole-row variable for an un-flattenable view -CREATE TEMP VIEW foo_v AS SELECT * FROM foo OFFSET 0; -UPDATE foo SET f2 = foo_v.f2 FROM foo_v WHERE foo_v.f1 = foo.f1 - RETURNING foo_v; - foo_v ------------------ - (2,more,42,141) - (16,zoo2,57,99) -(2 rows) - -SELECT * FROM foo; - f1 | f2 | f3 | f4 -----+------+----+----- - 2 | more | 42 | 141 - 16 | zoo2 | 57 | 99 -(2 rows) - --- Check use of a whole-row variable for an inlined set-returning function -CREATE FUNCTION foo_f() RETURNS SETOF foo AS - $$ SELECT * FROM foo OFFSET 0 $$ LANGUAGE sql STABLE; -UPDATE foo SET f2 = foo_f.f2 FROM foo_f() WHERE foo_f.f1 = foo.f1 - RETURNING foo_f; - foo_f ------------------ - (2,more,42,141) - (16,zoo2,57,99) -(2 rows) - -SELECT * FROM foo; - f1 | f2 | f3 | f4 -----+------+----+----- - 2 | more | 42 | 141 - 16 | zoo2 | 57 | 99 -(2 rows) - -DROP FUNCTION foo_f(); --- As above, but SRF is defined to return a composite type -CREATE TYPE foo_t AS (f1 int, f2 text, f3 int, f4 int8); -CREATE FUNCTION foo_f() RETURNS SETOF foo_t AS - $$ SELECT * FROM foo OFFSET 0 $$ LANGUAGE sql STABLE; -UPDATE foo SET f2 = foo_f.f2 FROM foo_f() WHERE foo_f.f1 = foo.f1 - RETURNING foo_f; - foo_f ------------------ - (2,more,42,141) - (16,zoo2,57,99) -(2 rows) - -SELECT * FROM foo; - f1 | f2 | f3 | f4 -----+------+----+----- - 2 | more | 42 | 141 - 16 | zoo2 | 57 | 99 -(2 rows) - -DROP FUNCTION foo_f(); -DROP TYPE foo_t; --- Try a join case -CREATE TEMP TABLE joinme (f2j text, other int); -INSERT INTO joinme VALUES('more', 12345); -INSERT INTO joinme VALUES('zoo2', 54321); -INSERT INTO joinme VALUES('other', 0); -CREATE TEMP VIEW joinview AS - SELECT foo.*, other FROM foo JOIN joinme ON (f2 = f2j); -SELECT * FROM joinview; - f1 | f2 | f3 | f4 | other -----+------+----+-----+------- - 2 | more | 42 | 141 | 12345 - 16 | zoo2 | 57 | 99 | 54321 -(2 rows) - -CREATE RULE joinview_u AS ON UPDATE TO joinview DO INSTEAD - UPDATE foo SET f1 = new.f1, f3 = new.f3 - FROM joinme WHERE f2 = f2j AND f2 = old.f2 - RETURNING foo.*, other; -UPDATE joinview SET f1 = f1 + 1 WHERE f3 = 57 RETURNING *, other + 1; - f1 | f2 | f3 | f4 | other | ?column? -----+------+----+----+-------+---------- - 17 | zoo2 | 57 | 99 | 54321 | 54322 -(1 row) - -SELECT * FROM joinview; - f1 | f2 | f3 | f4 | other -----+------+----+-----+------- - 2 | more | 42 | 141 | 12345 - 17 | zoo2 | 57 | 99 | 54321 -(2 rows) - -SELECT * FROM foo; - f1 | f2 | f3 | f4 -----+------+----+----- - 2 | more | 42 | 141 - 17 | zoo2 | 57 | 99 -(2 rows) - -SELECT * FROM voo; - f1 | f2 -----+------ - 2 | more - 17 | zoo2 -(2 rows) - --- Check aliased target relation -INSERT INTO foo AS bar DEFAULT VALUES RETURNING *; -- ok - f1 | f2 | f3 | f4 -----+----+----+---- - 4 | | 42 | 99 -(1 row) - -INSERT INTO foo AS bar DEFAULT VALUES RETURNING foo.*; -- fails, wrong name -ERROR: invalid reference to FROM-clause entry for table "foo" -LINE 1: INSERT INTO foo AS bar DEFAULT VALUES RETURNING foo.*; - ^ -HINT: Perhaps you meant to reference the table alias "bar". -INSERT INTO foo AS bar DEFAULT VALUES RETURNING bar.*; -- ok - f1 | f2 | f3 | f4 -----+----+----+---- - 5 | | 42 | 99 -(1 row) - -INSERT INTO foo AS bar DEFAULT VALUES RETURNING bar.f3; -- ok - f3 ----- - 42 -(1 row) - --- --- Test RETURNING OLD/NEW. --- --- Start with new data, to ensure predictable TIDs. --- -TRUNCATE foo; -INSERT INTO foo VALUES (1, 'xxx', 10, 20), (2, 'more', 42, 141), (3, 'zoo2', 57, 99); --- Error cases -INSERT INTO foo DEFAULT VALUES RETURNING WITH (nonsuch AS something) *; -ERROR: syntax error at or near "nonsuch" -LINE 1: INSERT INTO foo DEFAULT VALUES RETURNING WITH (nonsuch AS so... - ^ -INSERT INTO foo DEFAULT VALUES RETURNING WITH (new AS foo) *; -ERROR: table name "foo" specified more than once -LINE 1: INSERT INTO foo DEFAULT VALUES RETURNING WITH (new AS foo) *... - ^ -INSERT INTO foo DEFAULT VALUES RETURNING WITH (old AS o, new AS n, old AS o) *; -ERROR: OLD cannot be specified multiple times -LINE 1: ...EFAULT VALUES RETURNING WITH (old AS o, new AS n, old AS o) ... - ^ -INSERT INTO foo DEFAULT VALUES RETURNING WITH (old AS o, new AS n, new AS n) *; -ERROR: NEW cannot be specified multiple times -LINE 1: ...EFAULT VALUES RETURNING WITH (old AS o, new AS n, new AS n) ... - ^ -INSERT INTO foo DEFAULT VALUES RETURNING WITH (old AS x, new AS x) *; -ERROR: table name "x" specified more than once -LINE 1: ...INTO foo DEFAULT VALUES RETURNING WITH (old AS x, new AS x) ... - ^ --- INSERT has NEW, but not OLD -EXPLAIN (verbose, costs off) -INSERT INTO foo VALUES (4) - RETURNING old.tableoid::regclass, old.ctid, old.*, - new.tableoid::regclass, new.ctid, new.*, *; - QUERY PLAN ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Insert on pg_temp.foo - Output: (old.tableoid)::regclass, old.ctid, old.f1, old.f2, old.f3, old.f4, (new.tableoid)::regclass, new.ctid, new.f1, new.f2, new.f3, new.f4, foo.f1, foo.f2, foo.f3, foo.f4 - -> Result - Output: 4, NULL::text, 42, '99'::bigint -(4 rows) - -INSERT INTO foo VALUES (4) - RETURNING old.tableoid::regclass, old.ctid, old.*, - new.tableoid::regclass, new.ctid, new.*, *; - tableoid | ctid | f1 | f2 | f3 | f4 | tableoid | ctid | f1 | f2 | f3 | f4 | f1 | f2 | f3 | f4 -----------+------+----+----+----+----+----------+-------+----+----+----+----+----+----+----+---- - | | | | | | foo | (0,4) | 4 | | 42 | 99 | 4 | | 42 | 99 -(1 row) - --- INSERT ... ON CONFLICT ... UPDATE has OLD and NEW -CREATE UNIQUE INDEX foo_f1_idx ON foo (f1); -EXPLAIN (verbose, costs off) -INSERT INTO foo VALUES (4, 'conflict'), (5, 'ok') - ON CONFLICT (f1) DO UPDATE SET f2 = excluded.f2||'ed', f3 = -1 - RETURNING WITH (OLD AS o, NEW AS n) - o.tableoid::regclass, o.ctid, o.*, - n.tableoid::regclass, n.ctid, n.*, *; - QUERY PLAN ----------------------------------------------------------------------------------------------------------------------------------------------------------- - Insert on pg_temp.foo - Output: (o.tableoid)::regclass, o.ctid, o.f1, o.f2, o.f3, o.f4, (n.tableoid)::regclass, n.ctid, n.f1, n.f2, n.f3, n.f4, foo.f1, foo.f2, foo.f3, foo.f4 - Conflict Resolution: UPDATE - Conflict Arbiter Indexes: foo_f1_idx - -> Values Scan on "*VALUES*" - Output: "*VALUES*".column1, "*VALUES*".column2, 42, '99'::bigint -(6 rows) - -INSERT INTO foo VALUES (4, 'conflict'), (5, 'ok') - ON CONFLICT (f1) DO UPDATE SET f2 = excluded.f2||'ed', f3 = -1 - RETURNING WITH (OLD AS o, NEW AS n) - o.tableoid::regclass, o.ctid, o.*, - n.tableoid::regclass, n.ctid, n.*, *; - tableoid | ctid | f1 | f2 | f3 | f4 | tableoid | ctid | f1 | f2 | f3 | f4 | f1 | f2 | f3 | f4 -----------+-------+----+----+----+----+----------+-------+----+------------+----+----+----+------------+----+---- - foo | (0,4) | 4 | | 42 | 99 | foo | (0,5) | 4 | conflicted | -1 | 99 | 4 | conflicted | -1 | 99 - | | | | | | foo | (0,6) | 5 | ok | 42 | 99 | 5 | ok | 42 | 99 -(2 rows) - --- UPDATE has OLD and NEW -EXPLAIN (verbose, costs off) -UPDATE foo SET f4 = 100 WHERE f1 = 5 - RETURNING old.tableoid::regclass, old.ctid, old.*, old, - new.tableoid::regclass, new.ctid, new.*, new, - old.f4::text||'->'||new.f4::text AS change; - QUERY PLAN --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Update on pg_temp.foo - Output: (old.tableoid)::regclass, old.ctid, old.f1, old.f2, old.f3, old.f4, old.*, (new.tableoid)::regclass, new.ctid, new.f1, new.f2, new.f3, new.f4, new.*, (((old.f4)::text || '->'::text) || (new.f4)::text) - Update on pg_temp.foo foo_1 - -> Result - Output: '100'::bigint, foo_1.tableoid, foo_1.ctid - -> Seq Scan on pg_temp.foo foo_1 - Output: foo_1.tableoid, foo_1.ctid - Filter: (foo_1.f1 = 5) -(8 rows) - -UPDATE foo SET f4 = 100 WHERE f1 = 5 - RETURNING old.tableoid::regclass, old.ctid, old.*, old, - new.tableoid::regclass, new.ctid, new.*, new, - old.f4::text||'->'||new.f4::text AS change; - tableoid | ctid | f1 | f2 | f3 | f4 | old | tableoid | ctid | f1 | f2 | f3 | f4 | new | change -----------+-------+----+----+----+----+--------------+----------+-------+----+----+----+-----+---------------+--------- - foo | (0,6) | 5 | ok | 42 | 99 | (5,ok,42,99) | foo | (0,7) | 5 | ok | 42 | 100 | (5,ok,42,100) | 99->100 -(1 row) - --- DELETE has OLD, but not NEW -EXPLAIN (verbose, costs off) -DELETE FROM foo WHERE f1 = 5 - RETURNING old.tableoid::regclass, old.ctid, old.*, - new.tableoid::regclass, new.ctid, new.*, *; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Delete on pg_temp.foo - Output: (old.tableoid)::regclass, old.ctid, old.f1, old.f2, old.f3, old.f4, (new.tableoid)::regclass, new.ctid, new.f1, new.f2, new.f3, new.f4, foo_1.f1, foo_1.f2, foo_1.f3, foo_1.f4 - Delete on pg_temp.foo foo_1 - -> Seq Scan on pg_temp.foo foo_1 - Output: foo_1.tableoid, foo_1.ctid - Filter: (foo_1.f1 = 5) -(6 rows) - -DELETE FROM foo WHERE f1 = 5 - RETURNING old.tableoid::regclass, old.ctid, old.*, - new.tableoid::regclass, new.ctid, new.*, *; - tableoid | ctid | f1 | f2 | f3 | f4 | tableoid | ctid | f1 | f2 | f3 | f4 | f1 | f2 | f3 | f4 -----------+-------+----+----+----+-----+----------+------+----+----+----+----+----+----+----+----- - foo | (0,7) | 5 | ok | 42 | 100 | | | | | | | 5 | ok | 42 | 100 -(1 row) - --- RETURNING OLD and NEW from subquery -EXPLAIN (verbose, costs off) -INSERT INTO foo VALUES (5, 'subquery test') - RETURNING (SELECT max(old.f4 + x) FROM generate_series(1, 10) x) old_max, - (SELECT max(new.f4 + x) FROM generate_series(1, 10) x) new_max; - QUERY PLAN ---------------------------------------------------------------- - Insert on pg_temp.foo - Output: (SubPlan 1), (SubPlan 2) - -> Result - Output: 5, 'subquery test'::text, 42, '99'::bigint - SubPlan 1 - -> Aggregate - Output: max((old.f4 + x.x)) - -> Function Scan on pg_catalog.generate_series x - Output: x.x - Function Call: generate_series(1, 10) - SubPlan 2 - -> Aggregate - Output: max((new.f4 + x_1.x)) - -> Function Scan on pg_catalog.generate_series x_1 - Output: x_1.x - Function Call: generate_series(1, 10) -(16 rows) - -INSERT INTO foo VALUES (5, 'subquery test') - RETURNING (SELECT max(old.f4 + x) FROM generate_series(1, 10) x) old_max, - (SELECT max(new.f4 + x) FROM generate_series(1, 10) x) new_max; - old_max | new_max ----------+--------- - | 109 -(1 row) - -EXPLAIN (verbose, costs off) -UPDATE foo SET f4 = 100 WHERE f1 = 5 - RETURNING (SELECT old.f4 = new.f4), - (SELECT max(old.f4 + x) FROM generate_series(1, 10) x) old_max, - (SELECT max(new.f4 + x) FROM generate_series(1, 10) x) new_max; - QUERY PLAN ---------------------------------------------------------------- - Update on pg_temp.foo - Output: (SubPlan 1), (SubPlan 2), (SubPlan 3) - Update on pg_temp.foo foo_1 - -> Result - Output: '100'::bigint, foo_1.tableoid, foo_1.ctid - -> Seq Scan on pg_temp.foo foo_1 - Output: foo_1.tableoid, foo_1.ctid - Filter: (foo_1.f1 = 5) - SubPlan 1 - -> Result - Output: (old.f4 = new.f4) - SubPlan 2 - -> Aggregate - Output: max((old.f4 + x.x)) - -> Function Scan on pg_catalog.generate_series x - Output: x.x - Function Call: generate_series(1, 10) - SubPlan 3 - -> Aggregate - Output: max((new.f4 + x_1.x)) - -> Function Scan on pg_catalog.generate_series x_1 - Output: x_1.x - Function Call: generate_series(1, 10) -(23 rows) - -UPDATE foo SET f4 = 100 WHERE f1 = 5 - RETURNING (SELECT old.f4 = new.f4), - (SELECT max(old.f4 + x) FROM generate_series(1, 10) x) old_max, - (SELECT max(new.f4 + x) FROM generate_series(1, 10) x) new_max; - ?column? | old_max | new_max -----------+---------+--------- - f | 109 | 110 -(1 row) - -EXPLAIN (verbose, costs off) -DELETE FROM foo WHERE f1 = 5 - RETURNING (SELECT max(old.f4 + x) FROM generate_series(1, 10) x) old_max, - (SELECT max(new.f4 + x) FROM generate_series(1, 10) x) new_max; - QUERY PLAN ---------------------------------------------------------------- - Delete on pg_temp.foo - Output: (SubPlan 1), (SubPlan 2) - Delete on pg_temp.foo foo_1 - -> Seq Scan on pg_temp.foo foo_1 - Output: foo_1.tableoid, foo_1.ctid - Filter: (foo_1.f1 = 5) - SubPlan 1 - -> Aggregate - Output: max((old.f4 + x.x)) - -> Function Scan on pg_catalog.generate_series x - Output: x.x - Function Call: generate_series(1, 10) - SubPlan 2 - -> Aggregate - Output: max((new.f4 + x_1.x)) - -> Function Scan on pg_catalog.generate_series x_1 - Output: x_1.x - Function Call: generate_series(1, 10) -(18 rows) - -DELETE FROM foo WHERE f1 = 5 - RETURNING (SELECT max(old.f4 + x) FROM generate_series(1, 10) x) old_max, - (SELECT max(new.f4 + x) FROM generate_series(1, 10) x) new_max; - old_max | new_max ----------+--------- - 110 | -(1 row) - --- DELETE turned into UPDATE by a rule has OLD and NEW -CREATE RULE foo_del_rule AS ON DELETE TO foo DO INSTEAD - UPDATE foo SET f2 = f2||' (deleted)', f3 = -1, f4 = -1 WHERE f1 = OLD.f1 - RETURNING *; -EXPLAIN (verbose, costs off) -DELETE FROM foo WHERE f1 = 4 RETURNING old.*,new.*, *; - QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------------------- - Update on pg_temp.foo - Output: old.f1, old.f2, old.f3, old.f4, new.f1, new.f2, new.f3, new.f4, foo_2.f1, foo_2.f2, foo_2.f3, foo_2.f4 - Update on pg_temp.foo foo_2 - -> Nested Loop - Output: (foo_2.f2 || ' (deleted)'::text), '-1'::integer, '-1'::bigint, foo_1.ctid, foo_1.tableoid, foo_2.tableoid, foo_2.ctid - -> Seq Scan on pg_temp.foo foo_2 - Output: foo_2.f2, foo_2.f1, foo_2.tableoid, foo_2.ctid - Filter: (foo_2.f1 = 4) - -> Seq Scan on pg_temp.foo foo_1 - Output: foo_1.ctid, foo_1.f1, foo_1.tableoid - Filter: (foo_1.f1 = 4) -(11 rows) - -DELETE FROM foo WHERE f1 = 4 RETURNING old.*,new.*, *; - f1 | f2 | f3 | f4 | f1 | f2 | f3 | f4 | f1 | f2 | f3 | f4 -----+------------+----+----+----+----------------------+----+----+----+----------------------+----+---- - 4 | conflicted | -1 | 99 | 4 | conflicted (deleted) | -1 | -1 | 4 | conflicted (deleted) | -1 | -1 -(1 row) - --- UPDATE on view with rule -EXPLAIN (verbose, costs off) -UPDATE joinview SET f3 = f3 + 1 WHERE f3 = 57 - RETURNING old.*, new.*, *, new.f3 - old.f3 AS delta_f3; - QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Update on pg_temp.foo - Output: old.f1, old.f2, old.f3, old.f4, joinme.other, new.f1, new.f2, new.f3, new.f4, joinme.other, foo_1.f1, foo_1.f2, foo_1.f3, foo_1.f4, joinme.other, (new.f3 - old.f3) - Update on pg_temp.foo foo_1 - -> Hash Join - Output: foo_2.f1, (foo_2.f3 + 1), joinme.ctid, foo_2.ctid, joinme_1.ctid, joinme.other, foo_1.tableoid, foo_1.ctid, foo_2.tableoid - Hash Cond: (foo_1.f2 = joinme.f2j) - -> Hash Join - Output: foo_1.f2, foo_1.tableoid, foo_1.ctid, joinme_1.ctid, joinme_1.f2j - Hash Cond: (joinme_1.f2j = foo_1.f2) - -> Seq Scan on pg_temp.joinme joinme_1 - Output: joinme_1.ctid, joinme_1.f2j - -> Hash - Output: foo_1.f2, foo_1.tableoid, foo_1.ctid - -> Seq Scan on pg_temp.foo foo_1 - Output: foo_1.f2, foo_1.tableoid, foo_1.ctid - -> Hash - Output: joinme.ctid, joinme.other, joinme.f2j, foo_2.f1, foo_2.f3, foo_2.ctid, foo_2.f2, foo_2.tableoid - -> Hash Join - Output: joinme.ctid, joinme.other, joinme.f2j, foo_2.f1, foo_2.f3, foo_2.ctid, foo_2.f2, foo_2.tableoid - Hash Cond: (joinme.f2j = foo_2.f2) - -> Seq Scan on pg_temp.joinme - Output: joinme.ctid, joinme.other, joinme.f2j - -> Hash - Output: foo_2.f1, foo_2.f3, foo_2.ctid, foo_2.f2, foo_2.tableoid - -> Seq Scan on pg_temp.foo foo_2 - Output: foo_2.f1, foo_2.f3, foo_2.ctid, foo_2.f2, foo_2.tableoid - Filter: (foo_2.f3 = 57) -(27 rows) - -UPDATE joinview SET f3 = f3 + 1 WHERE f3 = 57 - RETURNING old.*, new.*, *, new.f3 - old.f3 AS delta_f3; - f1 | f2 | f3 | f4 | other | f1 | f2 | f3 | f4 | other | f1 | f2 | f3 | f4 | other | delta_f3 -----+------+----+----+-------+----+------+----+----+-------+----+------+----+----+-------+---------- - 3 | zoo2 | 57 | 99 | 54321 | 3 | zoo2 | 58 | 99 | 54321 | 3 | zoo2 | 58 | 99 | 54321 | 1 -(1 row) - --- UPDATE on view with INSTEAD OF trigger -CREATE FUNCTION joinview_upd_trig_fn() RETURNS trigger -LANGUAGE plpgsql AS -$$ -BEGIN - RAISE NOTICE 'UPDATE: % -> %', old, new; - UPDATE foo SET f1 = new.f1, f3 = new.f3, f4 = new.f4 * 10 - FROM joinme WHERE f2 = f2j AND f2 = old.f2 - RETURNING new.f1, new.f4 INTO new.f1, new.f4; -- should fail - RETURN NEW; -END; -$$; -CREATE TRIGGER joinview_upd_trig INSTEAD OF UPDATE ON joinview - FOR EACH ROW EXECUTE FUNCTION joinview_upd_trig_fn(); -DROP RULE joinview_u ON joinview; -UPDATE joinview SET f3 = f3 + 1, f4 = 7 WHERE f3 = 58 - RETURNING old.*, new.*, *, new.f3 - old.f3 AS delta_f3; -- should fail -NOTICE: UPDATE: (3,zoo2,58,99,54321) -> (3,zoo2,59,7,54321) -ERROR: column reference "new.f1" is ambiguous -LINE 3: RETURNING new.f1, new.f4 - ^ -DETAIL: It could refer to either a PL/pgSQL variable or a table column. -QUERY: UPDATE foo SET f1 = new.f1, f3 = new.f3, f4 = new.f4 * 10 - FROM joinme WHERE f2 = f2j AND f2 = old.f2 - RETURNING new.f1, new.f4 -CONTEXT: PL/pgSQL function joinview_upd_trig_fn() line 4 at SQL statement -CREATE OR REPLACE FUNCTION joinview_upd_trig_fn() RETURNS trigger -LANGUAGE plpgsql AS -$$ -BEGIN - RAISE NOTICE 'UPDATE: % -> %', old, new; - UPDATE foo SET f1 = new.f1, f3 = new.f3, f4 = new.f4 * 10 - FROM joinme WHERE f2 = f2j AND f2 = old.f2 - RETURNING WITH (new AS n) new.f1, n.f4 INTO new.f1, new.f4; -- now ok - RETURN NEW; -END; -$$; -EXPLAIN (verbose, costs off) -UPDATE joinview SET f3 = f3 + 1, f4 = 7 WHERE f3 = 58 - RETURNING old.*, new.*, *, new.f3 - old.f3 AS delta_f3; - QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Update on pg_temp.joinview - Output: old.f1, old.f2, old.f3, old.f4, old.other, new.f1, new.f2, new.f3, new.f4, new.other, joinview.f1, joinview.f2, joinview.f3, joinview.f4, joinview.other, (new.f3 - old.f3) - -> Hash Join - Output: (foo.f3 + 1), '7'::bigint, ROW(foo.f1, foo.f2, foo.f3, foo.f4, joinme.other), foo.ctid, joinme.ctid, foo.tableoid - Hash Cond: (joinme.f2j = foo.f2) - -> Seq Scan on pg_temp.joinme - Output: joinme.other, joinme.ctid, joinme.f2j - -> Hash - Output: foo.f3, foo.f1, foo.f2, foo.f4, foo.ctid, foo.tableoid - -> Seq Scan on pg_temp.foo - Output: foo.f3, foo.f1, foo.f2, foo.f4, foo.ctid, foo.tableoid - Filter: (foo.f3 = 58) -(12 rows) - -UPDATE joinview SET f3 = f3 + 1, f4 = 7 WHERE f3 = 58 - RETURNING old.*, new.*, *, new.f3 - old.f3 AS delta_f3; -- should succeed -NOTICE: UPDATE: (3,zoo2,58,99,54321) -> (3,zoo2,59,7,54321) - f1 | f2 | f3 | f4 | other | f1 | f2 | f3 | f4 | other | f1 | f2 | f3 | f4 | other | delta_f3 -----+------+----+----+-------+----+------+----+----+-------+----+------+----+----+-------+---------- - 3 | zoo2 | 58 | 99 | 54321 | 3 | zoo2 | 59 | 70 | 54321 | 3 | zoo2 | 59 | 70 | 54321 | 1 -(1 row) - --- Test wholerow & dropped column handling -ALTER TABLE foo DROP COLUMN f3 CASCADE; -NOTICE: drop cascades to 4 other objects -DETAIL: drop cascades to rule voo_i on view voo -drop cascades to view foo_v -drop cascades to view joinview -drop cascades to rule foo_del_rule on table foo -UPDATE foo SET f4 = f4 + 1 RETURNING old.f3; -- should fail -ERROR: column old.f3 does not exist -LINE 1: UPDATE foo SET f4 = f4 + 1 RETURNING old.f3; - ^ -UPDATE foo SET f4 = f4 + 1 RETURNING old, new; - old | new --------------------------------+------------------------------ - (1,xxx,20) | (1,xxx,21) - (2,more,141) | (2,more,142) - (4,"conflicted (deleted)",-1) | (4,"conflicted (deleted)",0) - (3,zoo2,70) | (3,zoo2,71) -(4 rows) - --- INSERT/DELETE on zero column table -CREATE TABLE zerocol(); -INSERT INTO zerocol SELECT RETURNING old.*, new.*, *; -ERROR: RETURNING must have at least one column -LINE 1: INSERT INTO zerocol SELECT RETURNING old.*, new.*, *; - ^ -INSERT INTO zerocol SELECT - RETURNING old.tableoid::regclass, old.ctid, - new.tableoid::regclass, new.ctid, ctid, *; - tableoid | ctid | tableoid | ctid | ctid -----------+------+----------+-------+------- - | | zerocol | (0,1) | (0,1) -(1 row) - -DELETE FROM zerocol - RETURNING old.tableoid::regclass, old.ctid, - new.tableoid::regclass, new.ctid, ctid, *; - tableoid | ctid | tableoid | ctid | ctid -----------+-------+----------+------+------- - zerocol | (0,1) | | | (0,1) -(1 row) - -DROP TABLE zerocol; --- Test schema-qualified table name in RETURNING list -CREATE TABLE public.tt(a int, b int); -INSERT INTO public.tt VALUES (1, 10); -UPDATE public.tt SET b = b * 2 RETURNING a, b, old.b, new.b, tt.b, public.tt.b; - a | b | b | b | b | b ----+----+----+----+----+---- - 1 | 20 | 10 | 20 | 20 | 20 -(1 row) - -DROP TABLE public.tt; --- Test cross-partition updates and attribute mapping -CREATE TABLE foo_parted (a int, b float8, c text) PARTITION BY LIST (a); -CREATE TABLE foo_part_s1 PARTITION OF foo_parted FOR VALUES IN (1); -CREATE TABLE foo_part_s2 PARTITION OF foo_parted FOR VALUES IN (2); -CREATE TABLE foo_part_d1 (c text, a int, b float8); -ALTER TABLE foo_parted ATTACH PARTITION foo_part_d1 FOR VALUES IN (3); -CREATE TABLE foo_part_d2 (b float8, c text, a int); -ALTER TABLE foo_parted ATTACH PARTITION foo_part_d2 FOR VALUES IN (4); -INSERT INTO foo_parted - VALUES (1, 17.1, 'P1'), (2, 17.2, 'P2'), (3, 17.3, 'P3'), (4, 17.4, 'P4') - RETURNING old.tableoid::regclass, old.ctid, old.*, - new.tableoid::regclass, new.ctid, new.*, *; - tableoid | ctid | a | b | c | tableoid | ctid | a | b | c | a | b | c -----------+------+---+---+---+-------------+-------+---+------+----+---+------+---- - | | | | | foo_part_s1 | (0,1) | 1 | 17.1 | P1 | 1 | 17.1 | P1 - | | | | | foo_part_s2 | (0,1) | 2 | 17.2 | P2 | 2 | 17.2 | P2 - | | | | | foo_part_d1 | (0,1) | 3 | 17.3 | P3 | 3 | 17.3 | P3 - | | | | | foo_part_d2 | (0,1) | 4 | 17.4 | P4 | 4 | 17.4 | P4 -(4 rows) - -UPDATE foo_parted SET a = 2, b = b + 1, c = c || '->P2' WHERE a = 1 - RETURNING old.tableoid::regclass, old.ctid, old.*, - new.tableoid::regclass, new.ctid, new.*, *; - tableoid | ctid | a | b | c | tableoid | ctid | a | b | c | a | b | c --------------+-------+---+------+----+-------------+-------+---+------+--------+---+------+-------- - foo_part_s1 | (0,1) | 1 | 17.1 | P1 | foo_part_s2 | (0,2) | 2 | 18.1 | P1->P2 | 2 | 18.1 | P1->P2 -(1 row) - -UPDATE foo_parted SET a = 1, b = b + 1, c = c || '->P1' WHERE a = 3 - RETURNING old.tableoid::regclass, old.ctid, old.*, - new.tableoid::regclass, new.ctid, new.*, *; - tableoid | ctid | a | b | c | tableoid | ctid | a | b | c | a | b | c --------------+-------+---+------+----+-------------+-------+---+------+--------+---+------+-------- - foo_part_d1 | (0,1) | 3 | 17.3 | P3 | foo_part_s1 | (0,2) | 1 | 18.3 | P3->P1 | 1 | 18.3 | P3->P1 -(1 row) - -UPDATE foo_parted SET a = 3, b = b + 1, c = c || '->P3' WHERE a = 1 - RETURNING old.tableoid::regclass, old.ctid, old.*, - new.tableoid::regclass, new.ctid, new.*, *; - tableoid | ctid | a | b | c | tableoid | ctid | a | b | c | a | b | c --------------+-------+---+------+--------+-------------+-------+---+------+------------+---+------+------------ - foo_part_s1 | (0,2) | 1 | 18.3 | P3->P1 | foo_part_d1 | (0,2) | 3 | 19.3 | P3->P1->P3 | 3 | 19.3 | P3->P1->P3 -(1 row) - -UPDATE foo_parted SET a = 4, b = b + 1, c = c || '->P4' WHERE a = 3 - RETURNING old.tableoid::regclass, old.ctid, old.*, - new.tableoid::regclass, new.ctid, new.*, *; - tableoid | ctid | a | b | c | tableoid | ctid | a | b | c | a | b | c --------------+-------+---+------+------------+-------------+-------+---+------+----------------+---+------+---------------- - foo_part_d1 | (0,2) | 3 | 19.3 | P3->P1->P3 | foo_part_d2 | (0,2) | 4 | 20.3 | P3->P1->P3->P4 | 4 | 20.3 | P3->P1->P3->P4 -(1 row) - --- cross-partition update that uses ReturningExpr nodes, without returning --- old/new table values -CREATE VIEW foo_parted_v AS SELECT *, 'xxx' AS dummy FROM foo_parted; -UPDATE foo_parted_v SET a = 1, c = c || '->P1' WHERE a = 2 AND c = 'P2' - RETURNING 'P2:'||old.dummy, 'P1:'||new.dummy; - ?column? | ?column? -----------+---------- - P2:xxx | P1:xxx -(1 row) - -DELETE FROM foo_parted - RETURNING old.tableoid::regclass, old.ctid, old.*, - new.tableoid::regclass, new.ctid, new.*, *; - tableoid | ctid | a | b | c | tableoid | ctid | a | b | c | a | b | c --------------+-------+---+------+----------------+----------+------+---+---+---+---+------+---------------- - foo_part_s1 | (0,3) | 1 | 17.2 | P2->P1 | | | | | | 1 | 17.2 | P2->P1 - foo_part_s2 | (0,2) | 2 | 18.1 | P1->P2 | | | | | | 2 | 18.1 | P1->P2 - foo_part_d2 | (0,1) | 4 | 17.4 | P4 | | | | | | 4 | 17.4 | P4 - foo_part_d2 | (0,2) | 4 | 20.3 | P3->P1->P3->P4 | | | | | | 4 | 20.3 | P3->P1->P3->P4 -(4 rows) - -DROP TABLE foo_parted CASCADE; -NOTICE: drop cascades to view foo_parted_v --- Test deparsing -CREATE FUNCTION foo_update() - RETURNS void - LANGUAGE sql -BEGIN ATOMIC - WITH u1 AS ( - UPDATE foo SET f1 = f1 + 1 RETURNING old.*, new.* - ), u2 AS ( - UPDATE foo SET f1 = f1 + 1 RETURNING WITH (OLD AS "old foo") "old foo".*, new.* - ), u3 AS ( - UPDATE foo SET f1 = f1 + 1 RETURNING WITH (NEW AS "new foo") old.*, "new foo".* - ) - UPDATE foo SET f1 = f1 + 1 - RETURNING WITH (OLD AS o, NEW AS n) - o.*, n.*, o, n, o.f1 = n.f1, o = n, - (SELECT o.f2 = n.f2), - (SELECT count(*) FROM foo WHERE foo.f1 = o.f4), - (SELECT count(*) FROM foo WHERE foo.f4 = n.f4), - (SELECT count(*) FROM foo WHERE foo = o), - (SELECT count(*) FROM foo WHERE foo = n); -END; -\sf foo_update -CREATE OR REPLACE FUNCTION public.foo_update() - RETURNS void - LANGUAGE sql -BEGIN ATOMIC - WITH u1 AS ( - UPDATE foo foo_1 SET f1 = (foo_1.f1 + 1) - RETURNING old.f1, - old.f2, - old.f4, - new.f1, - new.f2, - new.f4 - ), u2 AS ( - UPDATE foo foo_1 SET f1 = (foo_1.f1 + 1) - RETURNING WITH (OLD AS "old foo") "old foo".f1, - "old foo".f2, - "old foo".f4, - new.f1, - new.f2, - new.f4 - ), u3 AS ( - UPDATE foo foo_1 SET f1 = (foo_1.f1 + 1) - RETURNING WITH (NEW AS "new foo") old.f1, - old.f2, - old.f4, - "new foo".f1, - "new foo".f2, - "new foo".f4 - ) - UPDATE foo SET f1 = (foo.f1 + 1) - RETURNING WITH (OLD AS o, NEW AS n) o.f1, - o.f2, - o.f4, - n.f1, - n.f2, - n.f4, - o.*::foo AS o, - n.*::foo AS n, - (o.f1 = n.f1), - (o.* = n.*), - ( SELECT (o.f2 = n.f2)), - ( SELECT count(*) AS count - FROM foo foo_1 - WHERE (foo_1.f1 = o.f4)) AS count, - ( SELECT count(*) AS count - FROM foo foo_1 - WHERE (foo_1.f4 = n.f4)) AS count, - ( SELECT count(*) AS count - FROM foo foo_1 - WHERE (foo_1.* = o.*)) AS count, - ( SELECT count(*) AS count - FROM foo foo_1 - WHERE (foo_1.* = n.*)) AS count; -END -DROP FUNCTION foo_update; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/largeobject.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/largeobject.out --- /tmp/cirrus-ci-build/src/test/regress/expected/largeobject.out 2025-05-11 19:30:18.967396000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/largeobject.out 2025-05-11 19:32:43.149242000 +0000 @@ -1,563 +1,2 @@ --- --- Test large object support --- --- directory paths are passed to us in environment variables -\getenv abs_srcdir PG_ABS_SRCDIR -\getenv abs_builddir PG_ABS_BUILDDIR --- ensure consistent test output regardless of the default bytea format -SET bytea_output TO escape; --- Test ALTER LARGE OBJECT OWNER -CREATE ROLE regress_lo_user; -SELECT lo_create(42); - lo_create ------------ - 42 -(1 row) - -ALTER LARGE OBJECT 42 OWNER TO regress_lo_user; --- Test GRANT, COMMENT as non-superuser -SET SESSION AUTHORIZATION regress_lo_user; -GRANT SELECT ON LARGE OBJECT 42 TO public; -COMMENT ON LARGE OBJECT 42 IS 'the ultimate answer'; -RESET SESSION AUTHORIZATION; --- Test psql's \lo_list et al (we assume no other LOs exist yet) -\lo_list - Large objects - ID | Owner | Description -----+-----------------+--------------------- - 42 | regress_lo_user | the ultimate answer -(1 row) - -\lo_list+ - Large objects - ID | Owner | Access privileges | Description -----+-----------------+------------------------------------+--------------------- - 42 | regress_lo_user | regress_lo_user=rw/regress_lo_user+| the ultimate answer - | | =r/regress_lo_user | -(1 row) - -\lo_unlink 42 -\dl - Large objects - ID | Owner | Description -----+-------+------------- -(0 rows) - --- Load a file -CREATE TABLE lotest_stash_values (loid oid, fd integer); --- lo_creat(mode integer) returns oid --- The mode arg to lo_creat is unused, some vestigal holdover from ancient times --- returns the large object id -INSERT INTO lotest_stash_values (loid) SELECT lo_creat(42); --- NOTE: large objects require transactions -BEGIN; --- lo_open(lobjId oid, mode integer) returns integer --- The mode parameter to lo_open uses two constants: --- INV_WRITE = 0x20000 --- INV_READ = 0x40000 --- The return value is a file descriptor-like value which remains valid for the --- transaction. -UPDATE lotest_stash_values SET fd = lo_open(loid, CAST(x'20000' | x'40000' AS integer)); --- loread/lowrite names are wonky, different from other functions which are lo_* --- lowrite(fd integer, data bytea) returns integer --- the integer is the number of bytes written -SELECT lowrite(fd, ' -I wandered lonely as a cloud -That floats on high o''er vales and hills, -When all at once I saw a crowd, -A host, of golden daffodils; -Beside the lake, beneath the trees, -Fluttering and dancing in the breeze. - -Continuous as the stars that shine -And twinkle on the milky way, -They stretched in never-ending line -Along the margin of a bay: -Ten thousand saw I at a glance, -Tossing their heads in sprightly dance. - -The waves beside them danced; but they -Out-did the sparkling waves in glee: -A poet could not but be gay, -In such a jocund company: -I gazed--and gazed--but little thought -What wealth the show to me had brought: - -For oft, when on my couch I lie -In vacant or in pensive mood, -They flash upon that inward eye -Which is the bliss of solitude; -And then my heart with pleasure fills, -And dances with the daffodils. - - -- William Wordsworth -') FROM lotest_stash_values; - lowrite ---------- - 848 -(1 row) - --- lo_close(fd integer) returns integer --- return value is 0 for success, or <0 for error (actually only -1, but...) -SELECT lo_close(fd) FROM lotest_stash_values; - lo_close ----------- - 0 -(1 row) - -END; --- Copy to another large object. --- Note: we intentionally don't remove the object created here; --- it's left behind to help test pg_dump. -SELECT lo_from_bytea(0, lo_get(loid)) AS newloid FROM lotest_stash_values -\gset --- Add a comment to it, as well, for pg_dump/pg_upgrade testing. -COMMENT ON LARGE OBJECT :newloid IS 'I Wandered Lonely as a Cloud'; --- Read out a portion -BEGIN; -UPDATE lotest_stash_values SET fd=lo_open(loid, CAST(x'20000' | x'40000' AS integer)); --- lo_lseek(fd integer, offset integer, whence integer) returns integer --- offset is in bytes, whence is one of three values: --- SEEK_SET (= 0) meaning relative to beginning --- SEEK_CUR (= 1) meaning relative to current position --- SEEK_END (= 2) meaning relative to end (offset better be negative) --- returns current position in file -SELECT lo_lseek(fd, 104, 0) FROM lotest_stash_values; - lo_lseek ----------- - 104 -(1 row) - --- loread/lowrite names are wonky, different from other functions which are lo_* --- loread(fd integer, len integer) returns bytea -SELECT loread(fd, 28) FROM lotest_stash_values; - loread ------------------------------- - A host, of golden daffodils; -(1 row) - -SELECT lo_lseek(fd, -19, 1) FROM lotest_stash_values; - lo_lseek ----------- - 113 -(1 row) - -SELECT lowrite(fd, 'n') FROM lotest_stash_values; - lowrite ---------- - 1 -(1 row) - -SELECT lo_tell(fd) FROM lotest_stash_values; - lo_tell ---------- - 114 -(1 row) - -SELECT lo_lseek(fd, -744, 2) FROM lotest_stash_values; - lo_lseek ----------- - 104 -(1 row) - -SELECT loread(fd, 28) FROM lotest_stash_values; - loread ------------------------------- - A host, on golden daffodils; -(1 row) - -SELECT lo_close(fd) FROM lotest_stash_values; - lo_close ----------- - 0 -(1 row) - -END; --- Test resource management -BEGIN; -SELECT lo_open(loid, x'40000'::int) from lotest_stash_values; - lo_open ---------- - 0 -(1 row) - -ABORT; -\set filename :abs_builddir '/results/invalid/path' -\set dobody 'DECLARE loid oid; BEGIN ' -\set dobody :dobody 'SELECT tbl.loid INTO loid FROM lotest_stash_values tbl; ' -\set dobody :dobody 'PERFORM lo_export(loid, ' :'filename' '); ' -\set dobody :dobody 'EXCEPTION WHEN UNDEFINED_FILE THEN ' -\set dobody :dobody 'RAISE NOTICE ''could not open file, as expected''; END' -DO :'dobody'; -NOTICE: could not open file, as expected --- Test truncation. -BEGIN; -UPDATE lotest_stash_values SET fd=lo_open(loid, CAST(x'20000' | x'40000' AS integer)); -SELECT lo_truncate(fd, 11) FROM lotest_stash_values; - lo_truncate -------------- - 0 -(1 row) - -SELECT loread(fd, 15) FROM lotest_stash_values; - loread ----------------- - \012I wandered -(1 row) - -SELECT lo_truncate(fd, 10000) FROM lotest_stash_values; - lo_truncate -------------- - 0 -(1 row) - -SELECT loread(fd, 10) FROM lotest_stash_values; - loread ------------------------------------------- - \000\000\000\000\000\000\000\000\000\000 -(1 row) - -SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values; - lo_lseek ----------- - 10000 -(1 row) - -SELECT lo_tell(fd) FROM lotest_stash_values; - lo_tell ---------- - 10000 -(1 row) - -SELECT lo_truncate(fd, 5000) FROM lotest_stash_values; - lo_truncate -------------- - 0 -(1 row) - -SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values; - lo_lseek ----------- - 5000 -(1 row) - -SELECT lo_tell(fd) FROM lotest_stash_values; - lo_tell ---------- - 5000 -(1 row) - -SELECT lo_close(fd) FROM lotest_stash_values; - lo_close ----------- - 0 -(1 row) - -END; --- Test 64-bit large object functions. -BEGIN; -UPDATE lotest_stash_values SET fd = lo_open(loid, CAST(x'20000' | x'40000' AS integer)); -SELECT lo_lseek64(fd, 4294967296, 0) FROM lotest_stash_values; - lo_lseek64 ------------- - 4294967296 -(1 row) - -SELECT lowrite(fd, 'offset:4GB') FROM lotest_stash_values; - lowrite ---------- - 10 -(1 row) - -SELECT lo_tell64(fd) FROM lotest_stash_values; - lo_tell64 ------------- - 4294967306 -(1 row) - -SELECT lo_lseek64(fd, -10, 1) FROM lotest_stash_values; - lo_lseek64 ------------- - 4294967296 -(1 row) - -SELECT lo_tell64(fd) FROM lotest_stash_values; - lo_tell64 ------------- - 4294967296 -(1 row) - -SELECT loread(fd, 10) FROM lotest_stash_values; - loread ------------- - offset:4GB -(1 row) - -SELECT lo_truncate64(fd, 5000000000) FROM lotest_stash_values; - lo_truncate64 ---------------- - 0 -(1 row) - -SELECT lo_lseek64(fd, 0, 2) FROM lotest_stash_values; - lo_lseek64 ------------- - 5000000000 -(1 row) - -SELECT lo_tell64(fd) FROM lotest_stash_values; - lo_tell64 ------------- - 5000000000 -(1 row) - -SELECT lo_truncate64(fd, 3000000000) FROM lotest_stash_values; - lo_truncate64 ---------------- - 0 -(1 row) - -SELECT lo_lseek64(fd, 0, 2) FROM lotest_stash_values; - lo_lseek64 ------------- - 3000000000 -(1 row) - -SELECT lo_tell64(fd) FROM lotest_stash_values; - lo_tell64 ------------- - 3000000000 -(1 row) - -SELECT lo_close(fd) FROM lotest_stash_values; - lo_close ----------- - 0 -(1 row) - -END; --- lo_unlink(lobjId oid) returns integer --- return value appears to always be 1 -SELECT lo_unlink(loid) from lotest_stash_values; - lo_unlink ------------ - 1 -(1 row) - -TRUNCATE lotest_stash_values; -\set filename :abs_srcdir '/data/tenk.data' -INSERT INTO lotest_stash_values (loid) SELECT lo_import(:'filename'); -BEGIN; -UPDATE lotest_stash_values SET fd=lo_open(loid, CAST(x'20000' | x'40000' AS integer)); --- verify length of large object -SELECT lo_lseek(fd, 0, 2) FROM lotest_stash_values; - lo_lseek ----------- - 670800 -(1 row) - --- with the default BLCKSZ, LOBLKSIZE = 2048, so this positions us for a block --- edge case -SELECT lo_lseek(fd, 2030, 0) FROM lotest_stash_values; - lo_lseek ----------- - 2030 -(1 row) - --- this should get half of the value from page 0 and half from page 1 of the --- large object -SELECT loread(fd, 36) FROM lotest_stash_values; - loread ------------------------------------------------------------------ - AAA\011FBAAAA\011VVVVxx\0122513\01132\0111\0111\0113\01113\0111 -(1 row) - -SELECT lo_tell(fd) FROM lotest_stash_values; - lo_tell ---------- - 2066 -(1 row) - -SELECT lo_lseek(fd, -26, 1) FROM lotest_stash_values; - lo_lseek ----------- - 2040 -(1 row) - -SELECT lowrite(fd, 'abcdefghijklmnop') FROM lotest_stash_values; - lowrite ---------- - 16 -(1 row) - -SELECT lo_lseek(fd, 2030, 0) FROM lotest_stash_values; - lo_lseek ----------- - 2030 -(1 row) - -SELECT loread(fd, 36) FROM lotest_stash_values; - loread ------------------------------------------------------ - AAA\011FBAAAAabcdefghijklmnop1\0111\0113\01113\0111 -(1 row) - -SELECT lo_close(fd) FROM lotest_stash_values; - lo_close ----------- - 0 -(1 row) - -END; -\set filename :abs_builddir '/results/lotest.txt' -SELECT lo_export(loid, :'filename') FROM lotest_stash_values; - lo_export ------------ - 1 -(1 row) - -\lo_import :filename -\set newloid :LASTOID --- just make sure \lo_export does not barf -\set filename :abs_builddir '/results/lotest2.txt' -\lo_export :newloid :filename --- This is a hack to test that export/import are reversible --- This uses knowledge about the inner workings of large object mechanism --- which should not be used outside it. This makes it a HACK -SELECT pageno, data FROM pg_largeobject WHERE loid = (SELECT loid from lotest_stash_values) -EXCEPT -SELECT pageno, data FROM pg_largeobject WHERE loid = :newloid; - pageno | data ---------+------ -(0 rows) - -SELECT lo_unlink(loid) FROM lotest_stash_values; - lo_unlink ------------ - 1 -(1 row) - -TRUNCATE lotest_stash_values; -\lo_unlink :newloid -\set filename :abs_builddir '/results/lotest.txt' -\lo_import :filename -\set newloid_1 :LASTOID -SELECT lo_from_bytea(0, lo_get(:newloid_1)) AS newloid_2 -\gset -SELECT fipshash(lo_get(:newloid_1)) = fipshash(lo_get(:newloid_2)); - ?column? ----------- - t -(1 row) - -SELECT lo_get(:newloid_1, 0, 20); - lo_get -------------------------------------------- - 8800\0110\0110\0110\0110\0110\0110\011800 -(1 row) - -SELECT lo_get(:newloid_1, 10, 20); - lo_get -------------------------------------------- - \0110\0110\0110\011800\011800\0113800\011 -(1 row) - -SELECT lo_put(:newloid_1, 5, decode('afafafaf', 'hex')); - lo_put --------- - -(1 row) - -SELECT lo_get(:newloid_1, 0, 20); - lo_get -------------------------------------------------- - 8800\011\257\257\257\2570\0110\0110\0110\011800 -(1 row) - -SELECT lo_put(:newloid_1, 4294967310, 'foo'); - lo_put --------- - -(1 row) - -SELECT lo_get(:newloid_1); -ERROR: large object read request is too large -SELECT lo_get(:newloid_1, 4294967294, 100); - lo_get ---------------------------------------------------------------------- - \000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000foo -(1 row) - -\lo_unlink :newloid_1 -\lo_unlink :newloid_2 --- This object is left in the database for pg_dump test purposes -SELECT lo_from_bytea(0, E'\\xdeadbeef') AS newloid -\gset -SET bytea_output TO hex; -SELECT lo_get(:newloid); - lo_get ------------- - \xdeadbeef -(1 row) - --- Create one more object that we leave behind for testing pg_dump/pg_upgrade; --- this one intentionally has an OID in the system range -SELECT lo_create(2121); - lo_create ------------ - 2121 -(1 row) - -COMMENT ON LARGE OBJECT 2121 IS 'testing comments'; --- Test writes on large objects in read-only transactions -START TRANSACTION READ ONLY; --- INV_READ ... ok -SELECT lo_open(2121, x'40000'::int); - lo_open ---------- - 0 -(1 row) - --- INV_WRITE ... error -SELECT lo_open(2121, x'20000'::int); -ERROR: cannot execute lo_open(INV_WRITE) in a read-only transaction -ROLLBACK; -START TRANSACTION READ ONLY; -SELECT lo_create(42); -ERROR: cannot execute lo_create() in a read-only transaction -ROLLBACK; -START TRANSACTION READ ONLY; -SELECT lo_creat(42); -ERROR: cannot execute lo_creat() in a read-only transaction -ROLLBACK; -START TRANSACTION READ ONLY; -SELECT lo_unlink(42); -ERROR: cannot execute lo_unlink() in a read-only transaction -ROLLBACK; -START TRANSACTION READ ONLY; -SELECT lowrite(42, 'x'); -ERROR: cannot execute lowrite() in a read-only transaction -ROLLBACK; -START TRANSACTION READ ONLY; -SELECT lo_import(:'filename'); -ERROR: cannot execute lo_import() in a read-only transaction -ROLLBACK; -START TRANSACTION READ ONLY; -SELECT lo_truncate(42, 0); -ERROR: cannot execute lo_truncate() in a read-only transaction -ROLLBACK; -START TRANSACTION READ ONLY; -SELECT lo_truncate64(42, 0); -ERROR: cannot execute lo_truncate64() in a read-only transaction -ROLLBACK; -START TRANSACTION READ ONLY; -SELECT lo_from_bytea(0, 'x'); -ERROR: cannot execute lo_from_bytea() in a read-only transaction -ROLLBACK; -START TRANSACTION READ ONLY; -SELECT lo_put(42, 0, 'x'); -ERROR: cannot execute lo_put() in a read-only transaction -ROLLBACK; --- Clean up -DROP TABLE lotest_stash_values; -DROP ROLE regress_lo_user; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/with.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/with.out --- /tmp/cirrus-ci-build/src/test/regress/expected/with.out 2025-05-11 19:30:19.017434000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/with.out 2025-05-11 19:32:43.153148000 +0000 @@ -1,3678 +1,2 @@ --- --- Tests for common table expressions (WITH query, ... SELECT ...) --- --- Basic WITH -WITH q1(x,y) AS (SELECT 1,2) -SELECT * FROM q1, q1 AS q2; - x | y | x | y ----+---+---+--- - 1 | 2 | 1 | 2 -(1 row) - --- Multiple uses are evaluated only once -SELECT count(*) FROM ( - WITH q1(x) AS (SELECT random() FROM generate_series(1, 5)) - SELECT * FROM q1 - UNION - SELECT * FROM q1 -) ss; - count -------- - 5 -(1 row) - --- WITH RECURSIVE --- sum of 1..100 -WITH RECURSIVE t(n) AS ( - VALUES (1) -UNION ALL - SELECT n+1 FROM t WHERE n < 100 -) -SELECT sum(n) FROM t; - sum ------- - 5050 -(1 row) - -WITH RECURSIVE t(n) AS ( - SELECT (VALUES(1)) -UNION ALL - SELECT n+1 FROM t WHERE n < 5 -) -SELECT * FROM t; - n ---- - 1 - 2 - 3 - 4 - 5 -(5 rows) - --- UNION DISTINCT requires hashable type -WITH RECURSIVE t(n) AS ( - VALUES ('01'::varbit) -UNION - SELECT n || '10'::varbit FROM t WHERE n < '100'::varbit -) -SELECT n FROM t; -ERROR: could not implement recursive UNION -DETAIL: All column datatypes must be hashable. --- recursive view -CREATE RECURSIVE VIEW nums (n) AS - VALUES (1) -UNION ALL - SELECT n+1 FROM nums WHERE n < 5; -SELECT * FROM nums; - n ---- - 1 - 2 - 3 - 4 - 5 -(5 rows) - -CREATE OR REPLACE RECURSIVE VIEW nums (n) AS - VALUES (1) -UNION ALL - SELECT n+1 FROM nums WHERE n < 6; -SELECT * FROM nums; - n ---- - 1 - 2 - 3 - 4 - 5 - 6 -(6 rows) - --- This is an infinite loop with UNION ALL, but not with UNION -WITH RECURSIVE t(n) AS ( - SELECT 1 -UNION - SELECT 10-n FROM t) -SELECT * FROM t; - n ---- - 1 - 9 -(2 rows) - --- This'd be an infinite loop, but outside query reads only as much as needed -WITH RECURSIVE t(n) AS ( - VALUES (1) -UNION ALL - SELECT n+1 FROM t) -SELECT * FROM t LIMIT 10; - n ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 -(10 rows) - --- UNION case should have same property -WITH RECURSIVE t(n) AS ( - SELECT 1 -UNION - SELECT n+1 FROM t) -SELECT * FROM t LIMIT 10; - n ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 -(10 rows) - --- Test behavior with an unknown-type literal in the WITH -WITH q AS (SELECT 'foo' AS x) -SELECT x, pg_typeof(x) FROM q; - x | pg_typeof ------+----------- - foo | text -(1 row) - -WITH RECURSIVE t(n) AS ( - SELECT 'foo' -UNION ALL - SELECT n || ' bar' FROM t WHERE length(n) < 20 -) -SELECT n, pg_typeof(n) FROM t; - n | pg_typeof --------------------------+----------- - foo | text - foo bar | text - foo bar bar | text - foo bar bar bar | text - foo bar bar bar bar | text - foo bar bar bar bar bar | text -(6 rows) - --- In a perfect world, this would work and resolve the literal as int ... --- but for now, we have to be content with resolving to text too soon. -WITH RECURSIVE t(n) AS ( - SELECT '7' -UNION ALL - SELECT n+1 FROM t WHERE n < 10 -) -SELECT n, pg_typeof(n) FROM t; -ERROR: operator does not exist: text + integer -LINE 4: SELECT n+1 FROM t WHERE n < 10 - ^ -HINT: No operator matches the given name and argument types. You might need to add explicit type casts. --- Deeply nested WITH caused a list-munging problem in v13 --- Detection of cross-references and self-references -WITH RECURSIVE w1(c1) AS - (WITH w2(c2) AS - (WITH w3(c3) AS - (WITH w4(c4) AS - (WITH w5(c5) AS - (WITH RECURSIVE w6(c6) AS - (WITH w6(c6) AS - (WITH w8(c8) AS - (SELECT 1) - SELECT * FROM w8) - SELECT * FROM w6) - SELECT * FROM w6) - SELECT * FROM w5) - SELECT * FROM w4) - SELECT * FROM w3) - SELECT * FROM w2) -SELECT * FROM w1; - c1 ----- - 1 -(1 row) - --- Detection of invalid self-references -WITH RECURSIVE outermost(x) AS ( - SELECT 1 - UNION (WITH innermost1 AS ( - SELECT 2 - UNION (WITH innermost2 AS ( - SELECT 3 - UNION (WITH innermost3 AS ( - SELECT 4 - UNION (WITH innermost4 AS ( - SELECT 5 - UNION (WITH innermost5 AS ( - SELECT 6 - UNION (WITH innermost6 AS - (SELECT 7) - SELECT * FROM innermost6)) - SELECT * FROM innermost5)) - SELECT * FROM innermost4)) - SELECT * FROM innermost3)) - SELECT * FROM innermost2)) - SELECT * FROM outermost - UNION SELECT * FROM innermost1) - ) - SELECT * FROM outermost ORDER BY 1; - x ---- - 1 - 2 - 3 - 4 - 5 - 6 - 7 -(7 rows) - --- --- Some examples with a tree --- --- department structure represented here is as follows: --- --- ROOT-+->A-+->B-+->C --- | | --- | +->D-+->F --- +->E-+->G -CREATE TEMP TABLE department ( - id INTEGER PRIMARY KEY, -- department ID - parent_department INTEGER REFERENCES department, -- upper department ID - name TEXT -- department name -); -INSERT INTO department VALUES (0, NULL, 'ROOT'); -INSERT INTO department VALUES (1, 0, 'A'); -INSERT INTO department VALUES (2, 1, 'B'); -INSERT INTO department VALUES (3, 2, 'C'); -INSERT INTO department VALUES (4, 2, 'D'); -INSERT INTO department VALUES (5, 0, 'E'); -INSERT INTO department VALUES (6, 4, 'F'); -INSERT INTO department VALUES (7, 5, 'G'); --- extract all departments under 'A'. Result should be A, B, C, D and F -WITH RECURSIVE subdepartment AS -( - -- non recursive term - SELECT name as root_name, * FROM department WHERE name = 'A' - UNION ALL - -- recursive term - SELECT sd.root_name, d.* FROM department AS d, subdepartment AS sd - WHERE d.parent_department = sd.id -) -SELECT * FROM subdepartment ORDER BY name; - root_name | id | parent_department | name ------------+----+-------------------+------ - A | 1 | 0 | A - A | 2 | 1 | B - A | 3 | 2 | C - A | 4 | 2 | D - A | 6 | 4 | F -(5 rows) - --- extract all departments under 'A' with "level" number -WITH RECURSIVE subdepartment(level, id, parent_department, name) AS -( - -- non recursive term - SELECT 1, * FROM department WHERE name = 'A' - UNION ALL - -- recursive term - SELECT sd.level + 1, d.* FROM department AS d, subdepartment AS sd - WHERE d.parent_department = sd.id -) -SELECT * FROM subdepartment ORDER BY name; - level | id | parent_department | name --------+----+-------------------+------ - 1 | 1 | 0 | A - 2 | 2 | 1 | B - 3 | 3 | 2 | C - 3 | 4 | 2 | D - 4 | 6 | 4 | F -(5 rows) - --- extract all departments under 'A' with "level" number. --- Only shows level 2 or more -WITH RECURSIVE subdepartment(level, id, parent_department, name) AS -( - -- non recursive term - SELECT 1, * FROM department WHERE name = 'A' - UNION ALL - -- recursive term - SELECT sd.level + 1, d.* FROM department AS d, subdepartment AS sd - WHERE d.parent_department = sd.id -) -SELECT * FROM subdepartment WHERE level >= 2 ORDER BY name; - level | id | parent_department | name --------+----+-------------------+------ - 2 | 2 | 1 | B - 3 | 3 | 2 | C - 3 | 4 | 2 | D - 4 | 6 | 4 | F -(4 rows) - --- "RECURSIVE" is ignored if the query has no self-reference -WITH RECURSIVE subdepartment AS -( - -- note lack of recursive UNION structure - SELECT * FROM department WHERE name = 'A' -) -SELECT * FROM subdepartment ORDER BY name; - id | parent_department | name -----+-------------------+------ - 1 | 0 | A -(1 row) - --- exercise the deduplication code of a UNION with mixed input slot types -WITH RECURSIVE subdepartment AS -( - -- select all columns to prevent projection - SELECT id, parent_department, name FROM department WHERE name = 'A' - UNION - -- joins do projection - SELECT d.id, d.parent_department, d.name FROM department AS d - INNER JOIN subdepartment AS sd ON d.parent_department = sd.id -) -SELECT * FROM subdepartment ORDER BY name; - id | parent_department | name -----+-------------------+------ - 1 | 0 | A - 2 | 1 | B - 3 | 2 | C - 4 | 2 | D - 6 | 4 | F -(5 rows) - --- inside subqueries -SELECT count(*) FROM ( - WITH RECURSIVE t(n) AS ( - SELECT 1 UNION ALL SELECT n + 1 FROM t WHERE n < 500 - ) - SELECT * FROM t) AS t WHERE n < ( - SELECT count(*) FROM ( - WITH RECURSIVE t(n) AS ( - SELECT 1 UNION ALL SELECT n + 1 FROM t WHERE n < 100 - ) - SELECT * FROM t WHERE n < 50000 - ) AS t WHERE n < 100); - count -------- - 98 -(1 row) - --- use same CTE twice at different subquery levels -WITH q1(x,y) AS ( - SELECT hundred, sum(ten) FROM tenk1 GROUP BY hundred - ) -SELECT count(*) FROM q1 WHERE y > (SELECT sum(y)/100 FROM q1 qsub); - count -------- - 50 -(1 row) - --- via a VIEW -CREATE TEMPORARY VIEW vsubdepartment AS - WITH RECURSIVE subdepartment AS - ( - -- non recursive term - SELECT * FROM department WHERE name = 'A' - UNION ALL - -- recursive term - SELECT d.* FROM department AS d, subdepartment AS sd - WHERE d.parent_department = sd.id - ) - SELECT * FROM subdepartment; -SELECT * FROM vsubdepartment ORDER BY name; - id | parent_department | name -----+-------------------+------ - 1 | 0 | A - 2 | 1 | B - 3 | 2 | C - 4 | 2 | D - 6 | 4 | F -(5 rows) - --- Check reverse listing -SELECT pg_get_viewdef('vsubdepartment'::regclass); - pg_get_viewdef ------------------------------------------------ - WITH RECURSIVE subdepartment AS ( + - SELECT department.id, + - department.parent_department, + - department.name + - FROM department + - WHERE (department.name = 'A'::text)+ - UNION ALL + - SELECT d.id, + - d.parent_department, + - d.name + - FROM department d, + - subdepartment sd + - WHERE (d.parent_department = sd.id)+ - ) + - SELECT id, + - parent_department, + - name + - FROM subdepartment; -(1 row) - -SELECT pg_get_viewdef('vsubdepartment'::regclass, true); - pg_get_viewdef ---------------------------------------------- - WITH RECURSIVE subdepartment AS ( + - SELECT department.id, + - department.parent_department, + - department.name + - FROM department + - WHERE department.name = 'A'::text+ - UNION ALL + - SELECT d.id, + - d.parent_department, + - d.name + - FROM department d, + - subdepartment sd + - WHERE d.parent_department = sd.id+ - ) + - SELECT id, + - parent_department, + - name + - FROM subdepartment; -(1 row) - --- Another reverse-listing example -CREATE VIEW sums_1_100 AS -WITH RECURSIVE t(n) AS ( - VALUES (1) -UNION ALL - SELECT n+1 FROM t WHERE n < 100 -) -SELECT sum(n) FROM t; -\d+ sums_1_100 - View "public.sums_1_100" - Column | Type | Collation | Nullable | Default | Storage | Description ---------+--------+-----------+----------+---------+---------+------------- - sum | bigint | | | | plain | -View definition: - WITH RECURSIVE t(n) AS ( - VALUES (1) - UNION ALL - SELECT t_1.n + 1 - FROM t t_1 - WHERE t_1.n < 100 - ) - SELECT sum(n) AS sum - FROM t; - --- corner case in which sub-WITH gets initialized first -with recursive q as ( - select * from department - union all - (with x as (select * from q) - select * from x) - ) -select * from q limit 24; - id | parent_department | name -----+-------------------+------ - 0 | | ROOT - 1 | 0 | A - 2 | 1 | B - 3 | 2 | C - 4 | 2 | D - 5 | 0 | E - 6 | 4 | F - 7 | 5 | G - 0 | | ROOT - 1 | 0 | A - 2 | 1 | B - 3 | 2 | C - 4 | 2 | D - 5 | 0 | E - 6 | 4 | F - 7 | 5 | G - 0 | | ROOT - 1 | 0 | A - 2 | 1 | B - 3 | 2 | C - 4 | 2 | D - 5 | 0 | E - 6 | 4 | F - 7 | 5 | G -(24 rows) - -with recursive q as ( - select * from department - union all - (with recursive x as ( - select * from department - union all - (select * from q union all select * from x) - ) - select * from x) - ) -select * from q limit 32; - id | parent_department | name -----+-------------------+------ - 0 | | ROOT - 1 | 0 | A - 2 | 1 | B - 3 | 2 | C - 4 | 2 | D - 5 | 0 | E - 6 | 4 | F - 7 | 5 | G - 0 | | ROOT - 1 | 0 | A - 2 | 1 | B - 3 | 2 | C - 4 | 2 | D - 5 | 0 | E - 6 | 4 | F - 7 | 5 | G - 0 | | ROOT - 1 | 0 | A - 2 | 1 | B - 3 | 2 | C - 4 | 2 | D - 5 | 0 | E - 6 | 4 | F - 7 | 5 | G - 0 | | ROOT - 1 | 0 | A - 2 | 1 | B - 3 | 2 | C - 4 | 2 | D - 5 | 0 | E - 6 | 4 | F - 7 | 5 | G -(32 rows) - --- recursive term has sub-UNION -WITH RECURSIVE t(i,j) AS ( - VALUES (1,2) - UNION ALL - SELECT t2.i, t.j+1 FROM - (SELECT 2 AS i UNION ALL SELECT 3 AS i) AS t2 - JOIN t ON (t2.i = t.i+1)) - SELECT * FROM t; - i | j ----+--- - 1 | 2 - 2 | 3 - 3 | 4 -(3 rows) - --- --- different tree example --- -CREATE TEMPORARY TABLE tree( - id INTEGER PRIMARY KEY, - parent_id INTEGER REFERENCES tree(id) -); -INSERT INTO tree -VALUES (1, NULL), (2, 1), (3,1), (4,2), (5,2), (6,2), (7,3), (8,3), - (9,4), (10,4), (11,7), (12,7), (13,7), (14, 9), (15,11), (16,11); --- --- get all paths from "second level" nodes to leaf nodes --- -WITH RECURSIVE t(id, path) AS ( - VALUES(1,ARRAY[]::integer[]) -UNION ALL - SELECT tree.id, t.path || tree.id - FROM tree JOIN t ON (tree.parent_id = t.id) -) -SELECT t1.*, t2.* FROM t AS t1 JOIN t AS t2 ON - (t1.path[1] = t2.path[1] AND - array_upper(t1.path,1) = 1 AND - array_upper(t2.path,1) > 1) - ORDER BY t1.id, t2.id; - id | path | id | path -----+------+----+------------- - 2 | {2} | 4 | {2,4} - 2 | {2} | 5 | {2,5} - 2 | {2} | 6 | {2,6} - 2 | {2} | 9 | {2,4,9} - 2 | {2} | 10 | {2,4,10} - 2 | {2} | 14 | {2,4,9,14} - 3 | {3} | 7 | {3,7} - 3 | {3} | 8 | {3,8} - 3 | {3} | 11 | {3,7,11} - 3 | {3} | 12 | {3,7,12} - 3 | {3} | 13 | {3,7,13} - 3 | {3} | 15 | {3,7,11,15} - 3 | {3} | 16 | {3,7,11,16} -(13 rows) - --- just count 'em -WITH RECURSIVE t(id, path) AS ( - VALUES(1,ARRAY[]::integer[]) -UNION ALL - SELECT tree.id, t.path || tree.id - FROM tree JOIN t ON (tree.parent_id = t.id) -) -SELECT t1.id, count(t2.*) FROM t AS t1 JOIN t AS t2 ON - (t1.path[1] = t2.path[1] AND - array_upper(t1.path,1) = 1 AND - array_upper(t2.path,1) > 1) - GROUP BY t1.id - ORDER BY t1.id; - id | count -----+------- - 2 | 6 - 3 | 7 -(2 rows) - --- this variant tickled a whole-row-variable bug in 8.4devel -WITH RECURSIVE t(id, path) AS ( - VALUES(1,ARRAY[]::integer[]) -UNION ALL - SELECT tree.id, t.path || tree.id - FROM tree JOIN t ON (tree.parent_id = t.id) -) -SELECT t1.id, t2.path, t2 FROM t AS t1 JOIN t AS t2 ON -(t1.id=t2.id); - id | path | t2 -----+-------------+-------------------- - 1 | {} | (1,{}) - 2 | {2} | (2,{2}) - 3 | {3} | (3,{3}) - 4 | {2,4} | (4,"{2,4}") - 5 | {2,5} | (5,"{2,5}") - 6 | {2,6} | (6,"{2,6}") - 7 | {3,7} | (7,"{3,7}") - 8 | {3,8} | (8,"{3,8}") - 9 | {2,4,9} | (9,"{2,4,9}") - 10 | {2,4,10} | (10,"{2,4,10}") - 11 | {3,7,11} | (11,"{3,7,11}") - 12 | {3,7,12} | (12,"{3,7,12}") - 13 | {3,7,13} | (13,"{3,7,13}") - 14 | {2,4,9,14} | (14,"{2,4,9,14}") - 15 | {3,7,11,15} | (15,"{3,7,11,15}") - 16 | {3,7,11,16} | (16,"{3,7,11,16}") -(16 rows) - -CREATE TEMP TABLE duplicates (a INT NOT NULL); -INSERT INTO duplicates VALUES(1), (1); --- Try out a recursive UNION case where the non-recursive part's table slot --- uses TTSOpsBufferHeapTuple and contains duplicate rows. -WITH RECURSIVE cte (a) as ( - SELECT a FROM duplicates - UNION - SELECT a FROM cte -) -SELECT a FROM cte; - a ---- - 1 -(1 row) - --- test that column statistics from a materialized CTE are available --- to upper planner (otherwise, we'd get a stupider plan) -explain (costs off) -with x as materialized (select unique1 from tenk1 b) -select count(*) from tenk1 a - where unique1 in (select * from x); - QUERY PLAN ------------------------------------------------------------- - Aggregate - CTE x - -> Index Only Scan using tenk1_unique1 on tenk1 b - -> Hash Semi Join - Hash Cond: (a.unique1 = x.unique1) - -> Index Only Scan using tenk1_unique1 on tenk1 a - -> Hash - -> CTE Scan on x -(8 rows) - -explain (costs off) -with x as materialized (insert into tenk1 default values returning unique1) -select count(*) from tenk1 a - where unique1 in (select * from x); - QUERY PLAN ------------------------------------------------------------- - Aggregate - CTE x - -> Insert on tenk1 - -> Result - -> Nested Loop - -> HashAggregate - Group Key: x.unique1 - -> CTE Scan on x - -> Index Only Scan using tenk1_unique1 on tenk1 a - Index Cond: (unique1 = x.unique1) -(10 rows) - --- test that pathkeys from a materialized CTE are propagated up to the --- outer query -explain (costs off) -with x as materialized (select unique1 from tenk1 b order by unique1) -select count(*) from tenk1 a - where unique1 in (select * from x); - QUERY PLAN ------------------------------------------------------------- - Aggregate - CTE x - -> Index Only Scan using tenk1_unique1 on tenk1 b - -> Merge Semi Join - Merge Cond: (a.unique1 = x.unique1) - -> Index Only Scan using tenk1_unique1 on tenk1 a - -> CTE Scan on x -(7 rows) - --- SEARCH clause -create temp table graph0( f int, t int, label text ); -insert into graph0 values - (1, 2, 'arc 1 -> 2'), - (1, 3, 'arc 1 -> 3'), - (2, 3, 'arc 2 -> 3'), - (1, 4, 'arc 1 -> 4'), - (4, 5, 'arc 4 -> 5'); -explain (verbose, costs off) -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union all - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search depth first by f, t set seq -select * from search_graph order by seq; - QUERY PLAN ----------------------------------------------------------------------------------------------- - Sort - Output: search_graph.f, search_graph.t, search_graph.label, search_graph.seq - Sort Key: search_graph.seq - CTE search_graph - -> Recursive Union - -> Seq Scan on pg_temp.graph0 g - Output: g.f, g.t, g.label, ARRAY[ROW(g.f, g.t)] - -> Merge Join - Output: g_1.f, g_1.t, g_1.label, array_cat(sg.seq, ARRAY[ROW(g_1.f, g_1.t)]) - Merge Cond: (g_1.f = sg.t) - -> Sort - Output: g_1.f, g_1.t, g_1.label - Sort Key: g_1.f - -> Seq Scan on pg_temp.graph0 g_1 - Output: g_1.f, g_1.t, g_1.label - -> Sort - Output: sg.seq, sg.t - Sort Key: sg.t - -> WorkTable Scan on search_graph sg - Output: sg.seq, sg.t - -> CTE Scan on search_graph - Output: search_graph.f, search_graph.t, search_graph.label, search_graph.seq -(22 rows) - -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union all - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search depth first by f, t set seq -select * from search_graph order by seq; - f | t | label | seq ----+---+------------+------------------- - 1 | 2 | arc 1 -> 2 | {"(1,2)"} - 2 | 3 | arc 2 -> 3 | {"(1,2)","(2,3)"} - 1 | 3 | arc 1 -> 3 | {"(1,3)"} - 1 | 4 | arc 1 -> 4 | {"(1,4)"} - 4 | 5 | arc 4 -> 5 | {"(1,4)","(4,5)"} - 2 | 3 | arc 2 -> 3 | {"(2,3)"} - 4 | 5 | arc 4 -> 5 | {"(4,5)"} -(7 rows) - -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union distinct - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search depth first by f, t set seq -select * from search_graph order by seq; - f | t | label | seq ----+---+------------+------------------- - 1 | 2 | arc 1 -> 2 | {"(1,2)"} - 2 | 3 | arc 2 -> 3 | {"(1,2)","(2,3)"} - 1 | 3 | arc 1 -> 3 | {"(1,3)"} - 1 | 4 | arc 1 -> 4 | {"(1,4)"} - 4 | 5 | arc 4 -> 5 | {"(1,4)","(4,5)"} - 2 | 3 | arc 2 -> 3 | {"(2,3)"} - 4 | 5 | arc 4 -> 5 | {"(4,5)"} -(7 rows) - -explain (verbose, costs off) -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union all - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search breadth first by f, t set seq -select * from search_graph order by seq; - QUERY PLAN -------------------------------------------------------------------------------------------------- - Sort - Output: search_graph.f, search_graph.t, search_graph.label, search_graph.seq - Sort Key: search_graph.seq - CTE search_graph - -> Recursive Union - -> Seq Scan on pg_temp.graph0 g - Output: g.f, g.t, g.label, ROW('0'::bigint, g.f, g.t) - -> Merge Join - Output: g_1.f, g_1.t, g_1.label, ROW(int8inc((sg.seq)."*DEPTH*"), g_1.f, g_1.t) - Merge Cond: (g_1.f = sg.t) - -> Sort - Output: g_1.f, g_1.t, g_1.label - Sort Key: g_1.f - -> Seq Scan on pg_temp.graph0 g_1 - Output: g_1.f, g_1.t, g_1.label - -> Sort - Output: sg.seq, sg.t - Sort Key: sg.t - -> WorkTable Scan on search_graph sg - Output: sg.seq, sg.t - -> CTE Scan on search_graph - Output: search_graph.f, search_graph.t, search_graph.label, search_graph.seq -(22 rows) - -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union all - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search breadth first by f, t set seq -select * from search_graph order by seq; - f | t | label | seq ----+---+------------+--------- - 1 | 2 | arc 1 -> 2 | (0,1,2) - 1 | 3 | arc 1 -> 3 | (0,1,3) - 1 | 4 | arc 1 -> 4 | (0,1,4) - 2 | 3 | arc 2 -> 3 | (0,2,3) - 4 | 5 | arc 4 -> 5 | (0,4,5) - 2 | 3 | arc 2 -> 3 | (1,2,3) - 4 | 5 | arc 4 -> 5 | (1,4,5) -(7 rows) - -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union distinct - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search breadth first by f, t set seq -select * from search_graph order by seq; - f | t | label | seq ----+---+------------+--------- - 1 | 2 | arc 1 -> 2 | (0,1,2) - 1 | 3 | arc 1 -> 3 | (0,1,3) - 1 | 4 | arc 1 -> 4 | (0,1,4) - 2 | 3 | arc 2 -> 3 | (0,2,3) - 4 | 5 | arc 4 -> 5 | (0,4,5) - 2 | 3 | arc 2 -> 3 | (1,2,3) - 4 | 5 | arc 4 -> 5 | (1,4,5) -(7 rows) - --- a constant initial value causes issues for EXPLAIN -explain (verbose, costs off) -with recursive test as ( - select 1 as x - union all - select x + 1 - from test -) search depth first by x set y -select * from test limit 5; - QUERY PLAN ------------------------------------------------------------------------------------------ - Limit - Output: test.x, test.y - CTE test - -> Recursive Union - -> Result - Output: 1, '{(1)}'::record[] - -> WorkTable Scan on test test_1 - Output: (test_1.x + 1), array_cat(test_1.y, ARRAY[ROW((test_1.x + 1))]) - -> CTE Scan on test - Output: test.x, test.y -(10 rows) - -with recursive test as ( - select 1 as x - union all - select x + 1 - from test -) search depth first by x set y -select * from test limit 5; - x | y ----+----------------------- - 1 | {(1)} - 2 | {(1),(2)} - 3 | {(1),(2),(3)} - 4 | {(1),(2),(3),(4)} - 5 | {(1),(2),(3),(4),(5)} -(5 rows) - -explain (verbose, costs off) -with recursive test as ( - select 1 as x - union all - select x + 1 - from test -) search breadth first by x set y -select * from test limit 5; - QUERY PLAN --------------------------------------------------------------------------------------------- - Limit - Output: test.x, test.y - CTE test - -> Recursive Union - -> Result - Output: 1, '(0,1)'::record - -> WorkTable Scan on test test_1 - Output: (test_1.x + 1), ROW(int8inc((test_1.y)."*DEPTH*"), (test_1.x + 1)) - -> CTE Scan on test - Output: test.x, test.y -(10 rows) - -with recursive test as ( - select 1 as x - union all - select x + 1 - from test -) search breadth first by x set y -select * from test limit 5; - x | y ----+------- - 1 | (0,1) - 2 | (1,2) - 3 | (2,3) - 4 | (3,4) - 5 | (4,5) -(5 rows) - --- various syntax errors -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union all - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search depth first by foo, tar set seq -select * from search_graph; -ERROR: search column "foo" not in WITH query column list -LINE 7: ) search depth first by foo, tar set seq - ^ -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union all - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search depth first by f, t set label -select * from search_graph; -ERROR: search sequence column name "label" already used in WITH query column list -LINE 7: ) search depth first by f, t set label - ^ -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union all - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search depth first by f, t, f set seq -select * from search_graph; -ERROR: search column "f" specified more than once -LINE 7: ) search depth first by f, t, f set seq - ^ -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union all - select * from graph0 g - union all - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search depth first by f, t set seq -select * from search_graph order by seq; -ERROR: with a SEARCH or CYCLE clause, the left side of the UNION must be a SELECT -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union all - (select * from graph0 g - union all - select g.* - from graph0 g, search_graph sg - where g.f = sg.t) -) search depth first by f, t set seq -select * from search_graph order by seq; -ERROR: with a SEARCH or CYCLE clause, the right side of the UNION must be a SELECT --- check that we distinguish same CTE name used at different levels --- (this case could be supported, perhaps, but it isn't today) -with recursive x(col) as ( - select 1 - union - (with x as (select * from x) - select * from x) -) search depth first by col set seq -select * from x; -ERROR: with a SEARCH or CYCLE clause, the recursive reference to WITH query "x" must be at the top level of its right-hand SELECT --- test ruleutils and view expansion -create temp view v_search as -with recursive search_graph(f, t, label) as ( - select * from graph0 g - union all - select g.* - from graph0 g, search_graph sg - where g.f = sg.t -) search depth first by f, t set seq -select f, t, label from search_graph; -select pg_get_viewdef('v_search'); - pg_get_viewdef ------------------------------------------------- - WITH RECURSIVE search_graph(f, t, label) AS (+ - SELECT g.f, + - g.t, + - g.label + - FROM graph0 g + - UNION ALL + - SELECT g.f, + - g.t, + - g.label + - FROM graph0 g, + - search_graph sg + - WHERE (g.f = sg.t) + - ) SEARCH DEPTH FIRST BY f, t SET seq + - SELECT f, + - t, + - label + - FROM search_graph; -(1 row) - -select * from v_search; - f | t | label ----+---+------------ - 1 | 2 | arc 1 -> 2 - 1 | 3 | arc 1 -> 3 - 2 | 3 | arc 2 -> 3 - 1 | 4 | arc 1 -> 4 - 4 | 5 | arc 4 -> 5 - 2 | 3 | arc 2 -> 3 - 4 | 5 | arc 4 -> 5 -(7 rows) - --- --- test cycle detection --- -create temp table graph( f int, t int, label text ); -insert into graph values - (1, 2, 'arc 1 -> 2'), - (1, 3, 'arc 1 -> 3'), - (2, 3, 'arc 2 -> 3'), - (1, 4, 'arc 1 -> 4'), - (4, 5, 'arc 4 -> 5'), - (5, 1, 'arc 5 -> 1'); -with recursive search_graph(f, t, label, is_cycle, path) as ( - select *, false, array[row(g.f, g.t)] from graph g - union all - select g.*, row(g.f, g.t) = any(path), path || row(g.f, g.t) - from graph g, search_graph sg - where g.f = sg.t and not is_cycle -) -select * from search_graph; - f | t | label | is_cycle | path ----+---+------------+----------+------------------------------------------- - 1 | 2 | arc 1 -> 2 | f | {"(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(1,3)"} - 2 | 3 | arc 2 -> 3 | f | {"(2,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(1,4)"} - 4 | 5 | arc 4 -> 5 | f | {"(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | f | {"(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | f | {"(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | f | {"(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | f | {"(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(1,4)","(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(1,4)","(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(1,4)","(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | t | {"(1,4)","(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | f | {"(4,5)","(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | t | {"(4,5)","(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | t | {"(5,1)","(1,4)","(4,5)","(5,1)"} - 2 | 3 | arc 2 -> 3 | f | {"(1,4)","(4,5)","(5,1)","(1,2)","(2,3)"} -(25 rows) - --- UNION DISTINCT exercises row type hashing support -with recursive search_graph(f, t, label, is_cycle, path) as ( - select *, false, array[row(g.f, g.t)] from graph g - union distinct - select g.*, row(g.f, g.t) = any(path), path || row(g.f, g.t) - from graph g, search_graph sg - where g.f = sg.t and not is_cycle -) -select * from search_graph; - f | t | label | is_cycle | path ----+---+------------+----------+------------------------------------------- - 1 | 2 | arc 1 -> 2 | f | {"(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(1,3)"} - 2 | 3 | arc 2 -> 3 | f | {"(2,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(1,4)"} - 4 | 5 | arc 4 -> 5 | f | {"(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | f | {"(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | f | {"(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | f | {"(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | f | {"(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(1,4)","(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(1,4)","(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(1,4)","(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | t | {"(1,4)","(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | f | {"(4,5)","(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | t | {"(4,5)","(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | t | {"(5,1)","(1,4)","(4,5)","(5,1)"} - 2 | 3 | arc 2 -> 3 | f | {"(1,4)","(4,5)","(5,1)","(1,2)","(2,3)"} -(25 rows) - --- ordering by the path column has same effect as SEARCH DEPTH FIRST -with recursive search_graph(f, t, label, is_cycle, path) as ( - select *, false, array[row(g.f, g.t)] from graph g - union all - select g.*, row(g.f, g.t) = any(path), path || row(g.f, g.t) - from graph g, search_graph sg - where g.f = sg.t and not is_cycle -) -select * from search_graph order by path; - f | t | label | is_cycle | path ----+---+------------+----------+------------------------------------------- - 1 | 2 | arc 1 -> 2 | f | {"(1,2)"} - 2 | 3 | arc 2 -> 3 | f | {"(1,2)","(2,3)"} - 1 | 3 | arc 1 -> 3 | f | {"(1,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(1,4)"} - 4 | 5 | arc 4 -> 5 | f | {"(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(1,4)","(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(1,4)","(4,5)","(5,1)","(1,2)"} - 2 | 3 | arc 2 -> 3 | f | {"(1,4)","(4,5)","(5,1)","(1,2)","(2,3)"} - 1 | 3 | arc 1 -> 3 | f | {"(1,4)","(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | t | {"(1,4)","(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | f | {"(2,3)"} - 4 | 5 | arc 4 -> 5 | f | {"(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(4,5)","(5,1)","(1,2)"} - 2 | 3 | arc 2 -> 3 | f | {"(4,5)","(5,1)","(1,2)","(2,3)"} - 1 | 3 | arc 1 -> 3 | f | {"(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(4,5)","(5,1)","(1,4)"} - 4 | 5 | arc 4 -> 5 | t | {"(4,5)","(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(5,1)","(1,2)"} - 2 | 3 | arc 2 -> 3 | f | {"(5,1)","(1,2)","(2,3)"} - 1 | 3 | arc 1 -> 3 | f | {"(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(5,1)","(1,4)"} - 4 | 5 | arc 4 -> 5 | f | {"(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | t | {"(5,1)","(1,4)","(4,5)","(5,1)"} -(25 rows) - --- CYCLE clause -explain (verbose, costs off) -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set is_cycle using path -select * from search_graph; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ - CTE Scan on search_graph - Output: search_graph.f, search_graph.t, search_graph.label, search_graph.is_cycle, search_graph.path - CTE search_graph - -> Recursive Union - -> Seq Scan on pg_temp.graph g - Output: g.f, g.t, g.label, false, ARRAY[ROW(g.f, g.t)] - -> Merge Join - Output: g_1.f, g_1.t, g_1.label, CASE WHEN (ROW(g_1.f, g_1.t) = ANY (sg.path)) THEN true ELSE false END, array_cat(sg.path, ARRAY[ROW(g_1.f, g_1.t)]) - Merge Cond: (g_1.f = sg.t) - -> Sort - Output: g_1.f, g_1.t, g_1.label - Sort Key: g_1.f - -> Seq Scan on pg_temp.graph g_1 - Output: g_1.f, g_1.t, g_1.label - -> Sort - Output: sg.path, sg.t - Sort Key: sg.t - -> WorkTable Scan on search_graph sg - Output: sg.path, sg.t - Filter: (NOT sg.is_cycle) -(20 rows) - -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set is_cycle using path -select * from search_graph; - f | t | label | is_cycle | path ----+---+------------+----------+------------------------------------------- - 1 | 2 | arc 1 -> 2 | f | {"(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(1,3)"} - 2 | 3 | arc 2 -> 3 | f | {"(2,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(1,4)"} - 4 | 5 | arc 4 -> 5 | f | {"(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | f | {"(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | f | {"(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | f | {"(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | f | {"(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | f | {"(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | f | {"(1,4)","(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | f | {"(1,4)","(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | f | {"(1,4)","(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | t | {"(1,4)","(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | f | {"(4,5)","(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | t | {"(4,5)","(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | t | {"(5,1)","(1,4)","(4,5)","(5,1)"} - 2 | 3 | arc 2 -> 3 | f | {"(1,4)","(4,5)","(5,1)","(1,2)","(2,3)"} -(25 rows) - -with recursive search_graph(f, t, label) as ( - select * from graph g - union distinct - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set is_cycle to 'Y' default 'N' using path -select * from search_graph; - f | t | label | is_cycle | path ----+---+------------+----------+------------------------------------------- - 1 | 2 | arc 1 -> 2 | N | {"(1,2)"} - 1 | 3 | arc 1 -> 3 | N | {"(1,3)"} - 2 | 3 | arc 2 -> 3 | N | {"(2,3)"} - 1 | 4 | arc 1 -> 4 | N | {"(1,4)"} - 4 | 5 | arc 4 -> 5 | N | {"(4,5)"} - 5 | 1 | arc 5 -> 1 | N | {"(5,1)"} - 1 | 2 | arc 1 -> 2 | N | {"(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | N | {"(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | N | {"(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | N | {"(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | N | {"(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | N | {"(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | N | {"(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | N | {"(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | N | {"(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | N | {"(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | N | {"(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | N | {"(1,4)","(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | N | {"(1,4)","(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | N | {"(1,4)","(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | Y | {"(1,4)","(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | N | {"(4,5)","(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | Y | {"(4,5)","(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | Y | {"(5,1)","(1,4)","(4,5)","(5,1)"} - 2 | 3 | arc 2 -> 3 | N | {"(1,4)","(4,5)","(5,1)","(1,2)","(2,3)"} -(25 rows) - -explain (verbose, costs off) -with recursive test as ( - select 0 as x - union all - select (x + 1) % 10 - from test -) cycle x set is_cycle using path -select * from test; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ - CTE Scan on test - Output: test.x, test.is_cycle, test.path - CTE test - -> Recursive Union - -> Result - Output: 0, false, '{(0)}'::record[] - -> WorkTable Scan on test test_1 - Output: ((test_1.x + 1) % 10), CASE WHEN (ROW(((test_1.x + 1) % 10)) = ANY (test_1.path)) THEN true ELSE false END, array_cat(test_1.path, ARRAY[ROW(((test_1.x + 1) % 10))]) - Filter: (NOT test_1.is_cycle) -(9 rows) - -with recursive test as ( - select 0 as x - union all - select (x + 1) % 10 - from test -) cycle x set is_cycle using path -select * from test; - x | is_cycle | path ----+----------+----------------------------------------------- - 0 | f | {(0)} - 1 | f | {(0),(1)} - 2 | f | {(0),(1),(2)} - 3 | f | {(0),(1),(2),(3)} - 4 | f | {(0),(1),(2),(3),(4)} - 5 | f | {(0),(1),(2),(3),(4),(5)} - 6 | f | {(0),(1),(2),(3),(4),(5),(6)} - 7 | f | {(0),(1),(2),(3),(4),(5),(6),(7)} - 8 | f | {(0),(1),(2),(3),(4),(5),(6),(7),(8)} - 9 | f | {(0),(1),(2),(3),(4),(5),(6),(7),(8),(9)} - 0 | t | {(0),(1),(2),(3),(4),(5),(6),(7),(8),(9),(0)} -(11 rows) - -with recursive test as ( - select 0 as x - union all - select (x + 1) % 10 - from test - where not is_cycle -- redundant, but legal -) cycle x set is_cycle using path -select * from test; - x | is_cycle | path ----+----------+----------------------------------------------- - 0 | f | {(0)} - 1 | f | {(0),(1)} - 2 | f | {(0),(1),(2)} - 3 | f | {(0),(1),(2),(3)} - 4 | f | {(0),(1),(2),(3),(4)} - 5 | f | {(0),(1),(2),(3),(4),(5)} - 6 | f | {(0),(1),(2),(3),(4),(5),(6)} - 7 | f | {(0),(1),(2),(3),(4),(5),(6),(7)} - 8 | f | {(0),(1),(2),(3),(4),(5),(6),(7),(8)} - 9 | f | {(0),(1),(2),(3),(4),(5),(6),(7),(8),(9)} - 0 | t | {(0),(1),(2),(3),(4),(5),(6),(7),(8),(9),(0)} -(11 rows) - --- multiple CTEs -with recursive -graph(f, t, label) as ( - values (1, 2, 'arc 1 -> 2'), - (1, 3, 'arc 1 -> 3'), - (2, 3, 'arc 2 -> 3'), - (1, 4, 'arc 1 -> 4'), - (4, 5, 'arc 4 -> 5'), - (5, 1, 'arc 5 -> 1') -), -search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set is_cycle to true default false using path -select f, t, label from search_graph; - f | t | label ----+---+------------ - 1 | 2 | arc 1 -> 2 - 1 | 3 | arc 1 -> 3 - 2 | 3 | arc 2 -> 3 - 1 | 4 | arc 1 -> 4 - 4 | 5 | arc 4 -> 5 - 5 | 1 | arc 5 -> 1 - 2 | 3 | arc 2 -> 3 - 4 | 5 | arc 4 -> 5 - 5 | 1 | arc 5 -> 1 - 1 | 4 | arc 1 -> 4 - 1 | 3 | arc 1 -> 3 - 1 | 2 | arc 1 -> 2 - 5 | 1 | arc 5 -> 1 - 1 | 4 | arc 1 -> 4 - 1 | 3 | arc 1 -> 3 - 1 | 2 | arc 1 -> 2 - 4 | 5 | arc 4 -> 5 - 2 | 3 | arc 2 -> 3 - 1 | 4 | arc 1 -> 4 - 1 | 3 | arc 1 -> 3 - 1 | 2 | arc 1 -> 2 - 4 | 5 | arc 4 -> 5 - 2 | 3 | arc 2 -> 3 - 5 | 1 | arc 5 -> 1 - 2 | 3 | arc 2 -> 3 -(25 rows) - --- star expansion -with recursive a as ( - select 1 as b - union all - select * from a -) cycle b set c using p -select * from a; - b | c | p ----+---+----------- - 1 | f | {(1)} - 1 | t | {(1),(1)} -(2 rows) - --- search+cycle -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) search depth first by f, t set seq - cycle f, t set is_cycle using path -select * from search_graph; - f | t | label | seq | is_cycle | path ----+---+------------+-------------------------------------------+----------+------------------------------------------- - 1 | 2 | arc 1 -> 2 | {"(1,2)"} | f | {"(1,2)"} - 1 | 3 | arc 1 -> 3 | {"(1,3)"} | f | {"(1,3)"} - 2 | 3 | arc 2 -> 3 | {"(2,3)"} | f | {"(2,3)"} - 1 | 4 | arc 1 -> 4 | {"(1,4)"} | f | {"(1,4)"} - 4 | 5 | arc 4 -> 5 | {"(4,5)"} | f | {"(4,5)"} - 5 | 1 | arc 5 -> 1 | {"(5,1)"} | f | {"(5,1)"} - 1 | 2 | arc 1 -> 2 | {"(5,1)","(1,2)"} | f | {"(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | {"(5,1)","(1,3)"} | f | {"(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | {"(5,1)","(1,4)"} | f | {"(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | {"(1,2)","(2,3)"} | f | {"(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | {"(1,4)","(4,5)"} | f | {"(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | {"(4,5)","(5,1)"} | f | {"(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | {"(4,5)","(5,1)","(1,2)"} | f | {"(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | {"(4,5)","(5,1)","(1,3)"} | f | {"(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | {"(4,5)","(5,1)","(1,4)"} | f | {"(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | {"(5,1)","(1,2)","(2,3)"} | f | {"(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | {"(5,1)","(1,4)","(4,5)"} | f | {"(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | {"(1,4)","(4,5)","(5,1)"} | f | {"(1,4)","(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | {"(1,4)","(4,5)","(5,1)","(1,2)"} | f | {"(1,4)","(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | {"(1,4)","(4,5)","(5,1)","(1,3)"} | f | {"(1,4)","(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | {"(1,4)","(4,5)","(5,1)","(1,4)"} | t | {"(1,4)","(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | {"(4,5)","(5,1)","(1,2)","(2,3)"} | f | {"(4,5)","(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | {"(4,5)","(5,1)","(1,4)","(4,5)"} | t | {"(4,5)","(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | {"(5,1)","(1,4)","(4,5)","(5,1)"} | t | {"(5,1)","(1,4)","(4,5)","(5,1)"} - 2 | 3 | arc 2 -> 3 | {"(1,4)","(4,5)","(5,1)","(1,2)","(2,3)"} | f | {"(1,4)","(4,5)","(5,1)","(1,2)","(2,3)"} -(25 rows) - -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) search breadth first by f, t set seq - cycle f, t set is_cycle using path -select * from search_graph; - f | t | label | seq | is_cycle | path ----+---+------------+---------+----------+------------------------------------------- - 1 | 2 | arc 1 -> 2 | (0,1,2) | f | {"(1,2)"} - 1 | 3 | arc 1 -> 3 | (0,1,3) | f | {"(1,3)"} - 2 | 3 | arc 2 -> 3 | (0,2,3) | f | {"(2,3)"} - 1 | 4 | arc 1 -> 4 | (0,1,4) | f | {"(1,4)"} - 4 | 5 | arc 4 -> 5 | (0,4,5) | f | {"(4,5)"} - 5 | 1 | arc 5 -> 1 | (0,5,1) | f | {"(5,1)"} - 1 | 2 | arc 1 -> 2 | (1,1,2) | f | {"(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | (1,1,3) | f | {"(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | (1,1,4) | f | {"(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | (1,2,3) | f | {"(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | (1,4,5) | f | {"(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | (1,5,1) | f | {"(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | (2,1,2) | f | {"(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | (2,1,3) | f | {"(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | (2,1,4) | f | {"(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | (2,2,3) | f | {"(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | (2,4,5) | f | {"(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | (2,5,1) | f | {"(1,4)","(4,5)","(5,1)"} - 1 | 2 | arc 1 -> 2 | (3,1,2) | f | {"(1,4)","(4,5)","(5,1)","(1,2)"} - 1 | 3 | arc 1 -> 3 | (3,1,3) | f | {"(1,4)","(4,5)","(5,1)","(1,3)"} - 1 | 4 | arc 1 -> 4 | (3,1,4) | t | {"(1,4)","(4,5)","(5,1)","(1,4)"} - 2 | 3 | arc 2 -> 3 | (3,2,3) | f | {"(4,5)","(5,1)","(1,2)","(2,3)"} - 4 | 5 | arc 4 -> 5 | (3,4,5) | t | {"(4,5)","(5,1)","(1,4)","(4,5)"} - 5 | 1 | arc 5 -> 1 | (3,5,1) | t | {"(5,1)","(1,4)","(4,5)","(5,1)"} - 2 | 3 | arc 2 -> 3 | (4,2,3) | f | {"(1,4)","(4,5)","(5,1)","(1,2)","(2,3)"} -(25 rows) - --- various syntax errors -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle foo, tar set is_cycle using path -select * from search_graph; -ERROR: cycle column "foo" not in WITH query column list -LINE 7: ) cycle foo, tar set is_cycle using path - ^ -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set is_cycle to true default 55 using path -select * from search_graph; -ERROR: CYCLE types boolean and integer cannot be matched -LINE 7: ) cycle f, t set is_cycle to true default 55 using path - ^ -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set is_cycle to point '(1,1)' default point '(0,0)' using path -select * from search_graph; -ERROR: could not identify an equality operator for type point -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set label to true default false using path -select * from search_graph; -ERROR: cycle mark column name "label" already used in WITH query column list -LINE 7: ) cycle f, t set label to true default false using path - ^ -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set is_cycle to true default false using label -select * from search_graph; -ERROR: cycle path column name "label" already used in WITH query column list -LINE 7: ) cycle f, t set is_cycle to true default false using label - ^ -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set foo to true default false using foo -select * from search_graph; -ERROR: cycle mark column name and cycle path column name are the same -LINE 7: ) cycle f, t set foo to true default false using foo - ^ -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t, f set is_cycle to true default false using path -select * from search_graph; -ERROR: cycle column "f" specified more than once -LINE 7: ) cycle f, t, f set is_cycle to true default false using pat... - ^ -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) search depth first by f, t set foo - cycle f, t set foo to true default false using path -select * from search_graph; -ERROR: search sequence column name and cycle mark column name are the same -LINE 7: ) search depth first by f, t set foo - ^ -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) search depth first by f, t set foo - cycle f, t set is_cycle to true default false using foo -select * from search_graph; -ERROR: search sequence column name and cycle path column name are the same -LINE 7: ) search depth first by f, t set foo - ^ --- test ruleutils and view expansion -create temp view v_cycle1 as -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set is_cycle using path -select f, t, label from search_graph; -create temp view v_cycle2 as -with recursive search_graph(f, t, label) as ( - select * from graph g - union all - select g.* - from graph g, search_graph sg - where g.f = sg.t -) cycle f, t set is_cycle to 'Y' default 'N' using path -select f, t, label from search_graph; -select pg_get_viewdef('v_cycle1'); - pg_get_viewdef ------------------------------------------------- - WITH RECURSIVE search_graph(f, t, label) AS (+ - SELECT g.f, + - g.t, + - g.label + - FROM graph g + - UNION ALL + - SELECT g.f, + - g.t, + - g.label + - FROM graph g, + - search_graph sg + - WHERE (g.f = sg.t) + - ) CYCLE f, t SET is_cycle USING path + - SELECT f, + - t, + - label + - FROM search_graph; -(1 row) - -select pg_get_viewdef('v_cycle2'); - pg_get_viewdef ------------------------------------------------------------------------------ - WITH RECURSIVE search_graph(f, t, label) AS ( + - SELECT g.f, + - g.t, + - g.label + - FROM graph g + - UNION ALL + - SELECT g.f, + - g.t, + - g.label + - FROM graph g, + - search_graph sg + - WHERE (g.f = sg.t) + - ) CYCLE f, t SET is_cycle TO 'Y'::text DEFAULT 'N'::text USING path+ - SELECT f, + - t, + - label + - FROM search_graph; -(1 row) - -select * from v_cycle1; - f | t | label ----+---+------------ - 1 | 2 | arc 1 -> 2 - 1 | 3 | arc 1 -> 3 - 2 | 3 | arc 2 -> 3 - 1 | 4 | arc 1 -> 4 - 4 | 5 | arc 4 -> 5 - 5 | 1 | arc 5 -> 1 - 1 | 2 | arc 1 -> 2 - 1 | 3 | arc 1 -> 3 - 1 | 4 | arc 1 -> 4 - 2 | 3 | arc 2 -> 3 - 4 | 5 | arc 4 -> 5 - 5 | 1 | arc 5 -> 1 - 1 | 2 | arc 1 -> 2 - 1 | 3 | arc 1 -> 3 - 1 | 4 | arc 1 -> 4 - 2 | 3 | arc 2 -> 3 - 4 | 5 | arc 4 -> 5 - 5 | 1 | arc 5 -> 1 - 1 | 2 | arc 1 -> 2 - 1 | 3 | arc 1 -> 3 - 1 | 4 | arc 1 -> 4 - 2 | 3 | arc 2 -> 3 - 4 | 5 | arc 4 -> 5 - 5 | 1 | arc 5 -> 1 - 2 | 3 | arc 2 -> 3 -(25 rows) - -select * from v_cycle2; - f | t | label ----+---+------------ - 1 | 2 | arc 1 -> 2 - 1 | 3 | arc 1 -> 3 - 2 | 3 | arc 2 -> 3 - 1 | 4 | arc 1 -> 4 - 4 | 5 | arc 4 -> 5 - 5 | 1 | arc 5 -> 1 - 1 | 2 | arc 1 -> 2 - 1 | 3 | arc 1 -> 3 - 1 | 4 | arc 1 -> 4 - 2 | 3 | arc 2 -> 3 - 4 | 5 | arc 4 -> 5 - 5 | 1 | arc 5 -> 1 - 1 | 2 | arc 1 -> 2 - 1 | 3 | arc 1 -> 3 - 1 | 4 | arc 1 -> 4 - 2 | 3 | arc 2 -> 3 - 4 | 5 | arc 4 -> 5 - 5 | 1 | arc 5 -> 1 - 1 | 2 | arc 1 -> 2 - 1 | 3 | arc 1 -> 3 - 1 | 4 | arc 1 -> 4 - 2 | 3 | arc 2 -> 3 - 4 | 5 | arc 4 -> 5 - 5 | 1 | arc 5 -> 1 - 2 | 3 | arc 2 -> 3 -(25 rows) - --- --- test multiple WITH queries --- -WITH RECURSIVE - y (id) AS (VALUES (1)), - x (id) AS (SELECT * FROM y UNION ALL SELECT id+1 FROM x WHERE id < 5) -SELECT * FROM x; - id ----- - 1 - 2 - 3 - 4 - 5 -(5 rows) - --- forward reference OK -WITH RECURSIVE - x(id) AS (SELECT * FROM y UNION ALL SELECT id+1 FROM x WHERE id < 5), - y(id) AS (values (1)) - SELECT * FROM x; - id ----- - 1 - 2 - 3 - 4 - 5 -(5 rows) - -WITH RECURSIVE - x(id) AS - (VALUES (1) UNION ALL SELECT id+1 FROM x WHERE id < 5), - y(id) AS - (VALUES (1) UNION ALL SELECT id+1 FROM y WHERE id < 10) - SELECT y.*, x.* FROM y LEFT JOIN x USING (id); - id | id -----+---- - 1 | 1 - 2 | 2 - 3 | 3 - 4 | 4 - 5 | 5 - 6 | - 7 | - 8 | - 9 | - 10 | -(10 rows) - -WITH RECURSIVE - x(id) AS - (VALUES (1) UNION ALL SELECT id+1 FROM x WHERE id < 5), - y(id) AS - (VALUES (1) UNION ALL SELECT id+1 FROM x WHERE id < 10) - SELECT y.*, x.* FROM y LEFT JOIN x USING (id); - id | id -----+---- - 1 | 1 - 2 | 2 - 3 | 3 - 4 | 4 - 5 | 5 - 6 | -(6 rows) - -WITH RECURSIVE - x(id) AS - (SELECT 1 UNION ALL SELECT id+1 FROM x WHERE id < 3 ), - y(id) AS - (SELECT * FROM x UNION ALL SELECT * FROM x), - z(id) AS - (SELECT * FROM x UNION ALL SELECT id+1 FROM z WHERE id < 10) - SELECT * FROM z; - id ----- - 1 - 2 - 3 - 2 - 3 - 4 - 3 - 4 - 5 - 4 - 5 - 6 - 5 - 6 - 7 - 6 - 7 - 8 - 7 - 8 - 9 - 8 - 9 - 10 - 9 - 10 - 10 -(27 rows) - -WITH RECURSIVE - x(id) AS - (SELECT 1 UNION ALL SELECT id+1 FROM x WHERE id < 3 ), - y(id) AS - (SELECT * FROM x UNION ALL SELECT * FROM x), - z(id) AS - (SELECT * FROM y UNION ALL SELECT id+1 FROM z WHERE id < 10) - SELECT * FROM z; - id ----- - 1 - 2 - 3 - 1 - 2 - 3 - 2 - 3 - 4 - 2 - 3 - 4 - 3 - 4 - 5 - 3 - 4 - 5 - 4 - 5 - 6 - 4 - 5 - 6 - 5 - 6 - 7 - 5 - 6 - 7 - 6 - 7 - 8 - 6 - 7 - 8 - 7 - 8 - 9 - 7 - 8 - 9 - 8 - 9 - 10 - 8 - 9 - 10 - 9 - 10 - 9 - 10 - 10 - 10 -(54 rows) - --- --- Test WITH attached to a data-modifying statement --- -CREATE TEMPORARY TABLE y (a INTEGER); -INSERT INTO y SELECT generate_series(1, 10); -WITH t AS ( - SELECT a FROM y -) -INSERT INTO y -SELECT a+20 FROM t RETURNING *; - a ----- - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 -(10 rows) - -SELECT * FROM y; - a ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - 30 -(20 rows) - -WITH t AS ( - SELECT a FROM y -) -UPDATE y SET a = y.a-10 FROM t WHERE y.a > 20 AND t.a = y.a RETURNING y.a; - a ----- - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 -(10 rows) - -SELECT * FROM y; - a ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 -(20 rows) - -WITH RECURSIVE t(a) AS ( - SELECT 11 - UNION ALL - SELECT a+1 FROM t WHERE a < 50 -) -DELETE FROM y USING t WHERE t.a = y.a RETURNING y.a; - a ----- - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 -(10 rows) - -SELECT * FROM y; - a ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 -(10 rows) - -DROP TABLE y; --- --- error cases --- -WITH x(n, b) AS (SELECT 1) -SELECT * FROM x; -ERROR: WITH query "x" has 1 columns available but 2 columns specified -LINE 1: WITH x(n, b) AS (SELECT 1) - ^ --- INTERSECT -WITH RECURSIVE x(n) AS (SELECT 1 INTERSECT SELECT n+1 FROM x) - SELECT * FROM x; -ERROR: recursive query "x" does not have the form non-recursive-term UNION [ALL] recursive-term -LINE 1: WITH RECURSIVE x(n) AS (SELECT 1 INTERSECT SELECT n+1 FROM x... - ^ -WITH RECURSIVE x(n) AS (SELECT 1 INTERSECT ALL SELECT n+1 FROM x) - SELECT * FROM x; -ERROR: recursive query "x" does not have the form non-recursive-term UNION [ALL] recursive-term -LINE 1: WITH RECURSIVE x(n) AS (SELECT 1 INTERSECT ALL SELECT n+1 FR... - ^ --- EXCEPT -WITH RECURSIVE x(n) AS (SELECT 1 EXCEPT SELECT n+1 FROM x) - SELECT * FROM x; -ERROR: recursive query "x" does not have the form non-recursive-term UNION [ALL] recursive-term -LINE 1: WITH RECURSIVE x(n) AS (SELECT 1 EXCEPT SELECT n+1 FROM x) - ^ -WITH RECURSIVE x(n) AS (SELECT 1 EXCEPT ALL SELECT n+1 FROM x) - SELECT * FROM x; -ERROR: recursive query "x" does not have the form non-recursive-term UNION [ALL] recursive-term -LINE 1: WITH RECURSIVE x(n) AS (SELECT 1 EXCEPT ALL SELECT n+1 FROM ... - ^ --- no non-recursive term -WITH RECURSIVE x(n) AS (SELECT n FROM x) - SELECT * FROM x; -ERROR: recursive query "x" does not have the form non-recursive-term UNION [ALL] recursive-term -LINE 1: WITH RECURSIVE x(n) AS (SELECT n FROM x) - ^ --- recursive term in the left hand side (strictly speaking, should allow this) -WITH RECURSIVE x(n) AS (SELECT n FROM x UNION ALL SELECT 1) - SELECT * FROM x; -ERROR: recursive reference to query "x" must not appear within its non-recursive term -LINE 1: WITH RECURSIVE x(n) AS (SELECT n FROM x UNION ALL SELECT 1) - ^ --- allow this, because we historically have -WITH RECURSIVE x(n) AS ( - WITH x1 AS (SELECT 1 AS n) - SELECT 0 - UNION - SELECT * FROM x1) - SELECT * FROM x; - n ---- - 0 - 1 -(2 rows) - --- but this should be rejected -WITH RECURSIVE x(n) AS ( - WITH x1 AS (SELECT 1 FROM x) - SELECT 0 - UNION - SELECT * FROM x1) - SELECT * FROM x; -ERROR: recursive reference to query "x" must not appear within a subquery -LINE 2: WITH x1 AS (SELECT 1 FROM x) - ^ --- and this too -WITH RECURSIVE x(n) AS ( - (WITH x1 AS (SELECT 1 FROM x) SELECT * FROM x1) - UNION - SELECT 0) - SELECT * FROM x; -ERROR: recursive reference to query "x" must not appear within its non-recursive term -LINE 2: (WITH x1 AS (SELECT 1 FROM x) SELECT * FROM x1) - ^ --- and this -WITH RECURSIVE x(n) AS ( - SELECT 0 UNION SELECT 1 - ORDER BY (SELECT n FROM x)) - SELECT * FROM x; -ERROR: ORDER BY in a recursive query is not implemented -LINE 3: ORDER BY (SELECT n FROM x)) - ^ --- and this -WITH RECURSIVE x(n) AS ( - WITH sub_cte AS (SELECT * FROM x) - DELETE FROM graph RETURNING f) - SELECT * FROM x; -ERROR: recursive query "x" must not contain data-modifying statements -LINE 1: WITH RECURSIVE x(n) AS ( - ^ -CREATE TEMPORARY TABLE y (a INTEGER); -INSERT INTO y SELECT generate_series(1, 10); --- LEFT JOIN -WITH RECURSIVE x(n) AS (SELECT a FROM y WHERE a = 1 - UNION ALL - SELECT x.n+1 FROM y LEFT JOIN x ON x.n = y.a WHERE n < 10) -SELECT * FROM x; -ERROR: recursive reference to query "x" must not appear within an outer join -LINE 3: SELECT x.n+1 FROM y LEFT JOIN x ON x.n = y.a WHERE n < 10) - ^ --- RIGHT JOIN -WITH RECURSIVE x(n) AS (SELECT a FROM y WHERE a = 1 - UNION ALL - SELECT x.n+1 FROM x RIGHT JOIN y ON x.n = y.a WHERE n < 10) -SELECT * FROM x; -ERROR: recursive reference to query "x" must not appear within an outer join -LINE 3: SELECT x.n+1 FROM x RIGHT JOIN y ON x.n = y.a WHERE n < 10) - ^ --- FULL JOIN -WITH RECURSIVE x(n) AS (SELECT a FROM y WHERE a = 1 - UNION ALL - SELECT x.n+1 FROM x FULL JOIN y ON x.n = y.a WHERE n < 10) -SELECT * FROM x; -ERROR: recursive reference to query "x" must not appear within an outer join -LINE 3: SELECT x.n+1 FROM x FULL JOIN y ON x.n = y.a WHERE n < 10) - ^ --- subquery -WITH RECURSIVE x(n) AS (SELECT 1 UNION ALL SELECT n+1 FROM x - WHERE n IN (SELECT * FROM x)) - SELECT * FROM x; -ERROR: recursive reference to query "x" must not appear within a subquery -LINE 2: WHERE n IN (SELECT * FROM x)) - ^ --- aggregate functions -WITH RECURSIVE x(n) AS (SELECT 1 UNION ALL SELECT count(*) FROM x) - SELECT * FROM x; -ERROR: aggregate functions are not allowed in a recursive query's recursive term -LINE 1: WITH RECURSIVE x(n) AS (SELECT 1 UNION ALL SELECT count(*) F... - ^ -WITH RECURSIVE x(n) AS (SELECT 1 UNION ALL SELECT sum(n) FROM x) - SELECT * FROM x; -ERROR: aggregate functions are not allowed in a recursive query's recursive term -LINE 1: WITH RECURSIVE x(n) AS (SELECT 1 UNION ALL SELECT sum(n) FRO... - ^ --- ORDER BY -WITH RECURSIVE x(n) AS (SELECT 1 UNION ALL SELECT n+1 FROM x ORDER BY 1) - SELECT * FROM x; -ERROR: ORDER BY in a recursive query is not implemented -LINE 1: ...VE x(n) AS (SELECT 1 UNION ALL SELECT n+1 FROM x ORDER BY 1) - ^ --- LIMIT/OFFSET -WITH RECURSIVE x(n) AS (SELECT 1 UNION ALL SELECT n+1 FROM x LIMIT 10 OFFSET 1) - SELECT * FROM x; -ERROR: OFFSET in a recursive query is not implemented -LINE 1: ... AS (SELECT 1 UNION ALL SELECT n+1 FROM x LIMIT 10 OFFSET 1) - ^ --- FOR UPDATE -WITH RECURSIVE x(n) AS (SELECT 1 UNION ALL SELECT n+1 FROM x FOR UPDATE) - SELECT * FROM x; -ERROR: FOR UPDATE/SHARE in a recursive query is not implemented --- target list has a recursive query name -WITH RECURSIVE x(id) AS (values (1) - UNION ALL - SELECT (SELECT * FROM x) FROM x WHERE id < 5 -) SELECT * FROM x; -ERROR: recursive reference to query "x" must not appear within a subquery -LINE 3: SELECT (SELECT * FROM x) FROM x WHERE id < 5 - ^ --- mutual recursive query (not implemented) -WITH RECURSIVE - x (id) AS (SELECT 1 UNION ALL SELECT id+1 FROM y WHERE id < 5), - y (id) AS (SELECT 1 UNION ALL SELECT id+1 FROM x WHERE id < 5) -SELECT * FROM x; -ERROR: mutual recursion between WITH items is not implemented -LINE 2: x (id) AS (SELECT 1 UNION ALL SELECT id+1 FROM y WHERE id ... - ^ --- non-linear recursion is not allowed -WITH RECURSIVE foo(i) AS - (values (1) - UNION ALL - (SELECT i+1 FROM foo WHERE i < 10 - UNION ALL - SELECT i+1 FROM foo WHERE i < 5) -) SELECT * FROM foo; -ERROR: recursive reference to query "foo" must not appear more than once -LINE 6: SELECT i+1 FROM foo WHERE i < 5) - ^ -WITH RECURSIVE foo(i) AS - (values (1) - UNION ALL - SELECT * FROM - (SELECT i+1 FROM foo WHERE i < 10 - UNION ALL - SELECT i+1 FROM foo WHERE i < 5) AS t -) SELECT * FROM foo; -ERROR: recursive reference to query "foo" must not appear more than once -LINE 7: SELECT i+1 FROM foo WHERE i < 5) AS t - ^ -WITH RECURSIVE foo(i) AS - (values (1) - UNION ALL - (SELECT i+1 FROM foo WHERE i < 10 - EXCEPT - SELECT i+1 FROM foo WHERE i < 5) -) SELECT * FROM foo; -ERROR: recursive reference to query "foo" must not appear within EXCEPT -LINE 6: SELECT i+1 FROM foo WHERE i < 5) - ^ -WITH RECURSIVE foo(i) AS - (values (1) - UNION ALL - (SELECT i+1 FROM foo WHERE i < 10 - INTERSECT - SELECT i+1 FROM foo WHERE i < 5) -) SELECT * FROM foo; -ERROR: recursive reference to query "foo" must not appear more than once -LINE 6: SELECT i+1 FROM foo WHERE i < 5) - ^ --- Wrong type induced from non-recursive term -WITH RECURSIVE foo(i) AS - (SELECT i FROM (VALUES(1),(2)) t(i) - UNION ALL - SELECT (i+1)::numeric(10,0) FROM foo WHERE i < 10) -SELECT * FROM foo; -ERROR: recursive query "foo" column 1 has type integer in non-recursive term but type numeric overall -LINE 2: (SELECT i FROM (VALUES(1),(2)) t(i) - ^ -HINT: Cast the output of the non-recursive term to the correct type. --- rejects different typmod, too (should we allow this?) -WITH RECURSIVE foo(i) AS - (SELECT i::numeric(3,0) FROM (VALUES(1),(2)) t(i) - UNION ALL - SELECT (i+1)::numeric(10,0) FROM foo WHERE i < 10) -SELECT * FROM foo; -ERROR: recursive query "foo" column 1 has type numeric(3,0) in non-recursive term but type numeric overall -LINE 2: (SELECT i::numeric(3,0) FROM (VALUES(1),(2)) t(i) - ^ -HINT: Cast the output of the non-recursive term to the correct type. --- disallow OLD/NEW reference in CTE -CREATE TEMPORARY TABLE x (n integer); -CREATE RULE r2 AS ON UPDATE TO x DO INSTEAD - WITH t AS (SELECT OLD.*) UPDATE y SET a = t.n FROM t; -ERROR: cannot refer to OLD within WITH query --- --- test for bug #4902 --- -with cte(foo) as ( values(42) ) values((select foo from cte)); - column1 ---------- - 42 -(1 row) - -with cte(foo) as ( select 42 ) select * from ((select foo from cte)) q; - foo ------ - 42 -(1 row) - --- test CTE referencing an outer-level variable (to see that changed-parameter --- signaling still works properly after fixing this bug) -select ( with cte(foo) as ( values(f1) ) - select (select foo from cte) ) -from int4_tbl; - foo -------------- - 0 - 123456 - -123456 - 2147483647 - -2147483647 -(5 rows) - -select ( with cte(foo) as ( values(f1) ) - values((select foo from cte)) ) -from int4_tbl; - column1 -------------- - 0 - 123456 - -123456 - 2147483647 - -2147483647 -(5 rows) - --- --- test for nested-recursive-WITH bug --- -WITH RECURSIVE t(j) AS ( - WITH RECURSIVE s(i) AS ( - VALUES (1) - UNION ALL - SELECT i+1 FROM s WHERE i < 10 - ) - SELECT i FROM s - UNION ALL - SELECT j+1 FROM t WHERE j < 10 -) -SELECT * FROM t; - j ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 5 - 6 - 7 - 8 - 9 - 10 - 6 - 7 - 8 - 9 - 10 - 7 - 8 - 9 - 10 - 8 - 9 - 10 - 9 - 10 - 10 -(55 rows) - --- --- test WITH attached to intermediate-level set operation --- -WITH outermost(x) AS ( - SELECT 1 - UNION (WITH innermost as (SELECT 2) - SELECT * FROM innermost - UNION SELECT 3) -) -SELECT * FROM outermost ORDER BY 1; - x ---- - 1 - 2 - 3 -(3 rows) - -WITH outermost(x) AS ( - SELECT 1 - UNION (WITH innermost as (SELECT 2) - SELECT * FROM outermost -- fail - UNION SELECT * FROM innermost) -) -SELECT * FROM outermost ORDER BY 1; -ERROR: relation "outermost" does not exist -LINE 4: SELECT * FROM outermost -- fail - ^ -DETAIL: There is a WITH item named "outermost", but it cannot be referenced from this part of the query. -HINT: Use WITH RECURSIVE, or re-order the WITH items to remove forward references. -WITH RECURSIVE outermost(x) AS ( - SELECT 1 - UNION (WITH innermost as (SELECT 2) - SELECT * FROM outermost - UNION SELECT * FROM innermost) -) -SELECT * FROM outermost ORDER BY 1; - x ---- - 1 - 2 -(2 rows) - -WITH RECURSIVE outermost(x) AS ( - WITH innermost as (SELECT 2 FROM outermost) -- fail - SELECT * FROM innermost - UNION SELECT * from outermost -) -SELECT * FROM outermost ORDER BY 1; -ERROR: recursive reference to query "outermost" must not appear within a subquery -LINE 2: WITH innermost as (SELECT 2 FROM outermost) -- fail - ^ --- --- This test will fail with the old implementation of PARAM_EXEC parameter --- assignment, because the "q1" Var passed down to A's targetlist subselect --- looks exactly like the "A.id" Var passed down to C's subselect, causing --- the old code to give them the same runtime PARAM_EXEC slot. But the --- lifespans of the two parameters overlap, thanks to B also reading A. --- -with -A as ( select q2 as id, (select q1) as x from int8_tbl ), -B as ( select id, row_number() over (partition by id) as r from A ), -C as ( select A.id, array(select B.id from B where B.id = A.id) from A ) -select * from C; - id | array --------------------+------------------------------------- - 456 | {456} - 4567890123456789 | {4567890123456789,4567890123456789} - 123 | {123} - 4567890123456789 | {4567890123456789,4567890123456789} - -4567890123456789 | {-4567890123456789} -(5 rows) - --- --- Test CTEs read in non-initialization orders --- -WITH RECURSIVE - tab(id_key,link) AS (VALUES (1,17), (2,17), (3,17), (4,17), (6,17), (5,17)), - iter (id_key, row_type, link) AS ( - SELECT 0, 'base', 17 - UNION ALL ( - WITH remaining(id_key, row_type, link, min) AS ( - SELECT tab.id_key, 'true'::text, iter.link, MIN(tab.id_key) OVER () - FROM tab INNER JOIN iter USING (link) - WHERE tab.id_key > iter.id_key - ), - first_remaining AS ( - SELECT id_key, row_type, link - FROM remaining - WHERE id_key=min - ), - effect AS ( - SELECT tab.id_key, 'new'::text, tab.link - FROM first_remaining e INNER JOIN tab ON e.id_key=tab.id_key - WHERE e.row_type = 'false' - ) - SELECT * FROM first_remaining - UNION ALL SELECT * FROM effect - ) - ) -SELECT * FROM iter; - id_key | row_type | link ---------+----------+------ - 0 | base | 17 - 1 | true | 17 - 2 | true | 17 - 3 | true | 17 - 4 | true | 17 - 5 | true | 17 - 6 | true | 17 -(7 rows) - -WITH RECURSIVE - tab(id_key,link) AS (VALUES (1,17), (2,17), (3,17), (4,17), (6,17), (5,17)), - iter (id_key, row_type, link) AS ( - SELECT 0, 'base', 17 - UNION ( - WITH remaining(id_key, row_type, link, min) AS ( - SELECT tab.id_key, 'true'::text, iter.link, MIN(tab.id_key) OVER () - FROM tab INNER JOIN iter USING (link) - WHERE tab.id_key > iter.id_key - ), - first_remaining AS ( - SELECT id_key, row_type, link - FROM remaining - WHERE id_key=min - ), - effect AS ( - SELECT tab.id_key, 'new'::text, tab.link - FROM first_remaining e INNER JOIN tab ON e.id_key=tab.id_key - WHERE e.row_type = 'false' - ) - SELECT * FROM first_remaining - UNION ALL SELECT * FROM effect - ) - ) -SELECT * FROM iter; - id_key | row_type | link ---------+----------+------ - 0 | base | 17 - 1 | true | 17 - 2 | true | 17 - 3 | true | 17 - 4 | true | 17 - 5 | true | 17 - 6 | true | 17 -(7 rows) - --- --- Data-modifying statements in WITH --- --- INSERT ... RETURNING -WITH t AS ( - INSERT INTO y - VALUES - (11), - (12), - (13), - (14), - (15), - (16), - (17), - (18), - (19), - (20) - RETURNING * -) -SELECT * FROM t; - a ----- - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 -(10 rows) - -SELECT * FROM y; - a ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 -(20 rows) - --- UPDATE ... RETURNING -WITH t AS ( - UPDATE y - SET a=a+1 - RETURNING * -) -SELECT * FROM t; - a ----- - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 -(20 rows) - -SELECT * FROM y; - a ----- - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 -(20 rows) - --- DELETE ... RETURNING -WITH t AS ( - DELETE FROM y - WHERE a <= 10 - RETURNING * -) -SELECT * FROM t; - a ----- - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 -(9 rows) - -SELECT * FROM y; - a ----- - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 -(11 rows) - --- forward reference -WITH RECURSIVE t AS ( - INSERT INTO y - SELECT a+5 FROM t2 WHERE a > 5 - RETURNING * -), t2 AS ( - UPDATE y SET a=a-11 RETURNING * -) -SELECT * FROM t -UNION ALL -SELECT * FROM t2; - a ----- - 11 - 12 - 13 - 14 - 15 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 -(16 rows) - -SELECT * FROM y; - a ----- - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 11 - 7 - 12 - 8 - 13 - 9 - 14 - 10 - 15 -(16 rows) - --- unconditional DO INSTEAD rule -CREATE RULE y_rule AS ON DELETE TO y DO INSTEAD - INSERT INTO y VALUES(42) RETURNING *; -WITH t AS ( - DELETE FROM y RETURNING * -) -SELECT * FROM t; - a ----- - 42 -(1 row) - -SELECT * FROM y; - a ----- - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 11 - 7 - 12 - 8 - 13 - 9 - 14 - 10 - 15 - 42 -(17 rows) - -DROP RULE y_rule ON y; --- check merging of outer CTE with CTE in a rule action -CREATE TEMP TABLE bug6051 AS - select i from generate_series(1,3) as t(i); -SELECT * FROM bug6051; - i ---- - 1 - 2 - 3 -(3 rows) - -WITH t1 AS ( DELETE FROM bug6051 RETURNING * ) -INSERT INTO bug6051 SELECT * FROM t1; -SELECT * FROM bug6051; - i ---- - 1 - 2 - 3 -(3 rows) - -CREATE TEMP TABLE bug6051_2 (i int); -CREATE RULE bug6051_ins AS ON INSERT TO bug6051 DO INSTEAD - INSERT INTO bug6051_2 - VALUES(NEW.i); -WITH t1 AS ( DELETE FROM bug6051 RETURNING * ) -INSERT INTO bug6051 SELECT * FROM t1; -SELECT * FROM bug6051; - i ---- -(0 rows) - -SELECT * FROM bug6051_2; - i ---- - 1 - 2 - 3 -(3 rows) - --- check INSERT ... SELECT rule actions are disallowed on commands --- that have modifyingCTEs -CREATE OR REPLACE RULE bug6051_ins AS ON INSERT TO bug6051 DO INSTEAD - INSERT INTO bug6051_2 - SELECT NEW.i; -WITH t1 AS ( DELETE FROM bug6051 RETURNING * ) -INSERT INTO bug6051 SELECT * FROM t1; -ERROR: INSERT ... SELECT rule actions are not supported for queries having data-modifying statements in WITH --- silly example to verify that hasModifyingCTE flag is propagated -CREATE TEMP TABLE bug6051_3 AS - SELECT a FROM generate_series(11,13) AS a; -CREATE RULE bug6051_3_ins AS ON INSERT TO bug6051_3 DO INSTEAD - SELECT i FROM bug6051_2; -BEGIN; SET LOCAL debug_parallel_query = on; -WITH t1 AS ( DELETE FROM bug6051_3 RETURNING * ) - INSERT INTO bug6051_3 SELECT * FROM t1; - i ---- - 1 - 2 - 3 - 1 - 2 - 3 - 1 - 2 - 3 -(9 rows) - -COMMIT; -SELECT * FROM bug6051_3; - a ---- -(0 rows) - --- check case where CTE reference is removed due to optimization -EXPLAIN (VERBOSE, COSTS OFF) -SELECT q1 FROM -( - WITH t_cte AS (SELECT * FROM int8_tbl t) - SELECT q1, (SELECT q2 FROM t_cte WHERE t_cte.q1 = i8.q1) AS t_sub - FROM int8_tbl i8 -) ss; - QUERY PLAN --------------------------------------- - Subquery Scan on ss - Output: ss.q1 - -> Seq Scan on public.int8_tbl i8 - Output: i8.q1, NULL::bigint -(4 rows) - -SELECT q1 FROM -( - WITH t_cte AS (SELECT * FROM int8_tbl t) - SELECT q1, (SELECT q2 FROM t_cte WHERE t_cte.q1 = i8.q1) AS t_sub - FROM int8_tbl i8 -) ss; - q1 ------------------- - 123 - 123 - 4567890123456789 - 4567890123456789 - 4567890123456789 -(5 rows) - -EXPLAIN (VERBOSE, COSTS OFF) -SELECT q1 FROM -( - WITH t_cte AS MATERIALIZED (SELECT * FROM int8_tbl t) - SELECT q1, (SELECT q2 FROM t_cte WHERE t_cte.q1 = i8.q1) AS t_sub - FROM int8_tbl i8 -) ss; - QUERY PLAN ---------------------------------------------- - Subquery Scan on ss - Output: ss.q1 - -> Seq Scan on public.int8_tbl i8 - Output: i8.q1, NULL::bigint - CTE t_cte - -> Seq Scan on public.int8_tbl t - Output: t.q1, t.q2 -(7 rows) - -SELECT q1 FROM -( - WITH t_cte AS MATERIALIZED (SELECT * FROM int8_tbl t) - SELECT q1, (SELECT q2 FROM t_cte WHERE t_cte.q1 = i8.q1) AS t_sub - FROM int8_tbl i8 -) ss; - q1 ------------------- - 123 - 123 - 4567890123456789 - 4567890123456789 - 4567890123456789 -(5 rows) - --- a truly recursive CTE in the same list -WITH RECURSIVE t(a) AS ( - SELECT 0 - UNION ALL - SELECT a+1 FROM t WHERE a+1 < 5 -), t2 as ( - INSERT INTO y - SELECT * FROM t RETURNING * -) -SELECT * FROM t2 JOIN y USING (a) ORDER BY a; - a ---- - 0 - 1 - 2 - 3 - 4 -(5 rows) - -SELECT * FROM y; - a ----- - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 11 - 7 - 12 - 8 - 13 - 9 - 14 - 10 - 15 - 42 - 0 - 1 - 2 - 3 - 4 -(22 rows) - --- data-modifying WITH in a modifying statement -WITH t AS ( - DELETE FROM y - WHERE a <= 10 - RETURNING * -) -INSERT INTO y SELECT -a FROM t RETURNING *; - a ------ - 0 - -1 - -2 - -3 - -4 - -5 - -6 - -7 - -8 - -9 - -10 - 0 - -1 - -2 - -3 - -4 -(16 rows) - -SELECT * FROM y; - a ------ - 11 - 12 - 13 - 14 - 15 - 42 - 0 - -1 - -2 - -3 - -4 - -5 - -6 - -7 - -8 - -9 - -10 - 0 - -1 - -2 - -3 - -4 -(22 rows) - --- check that WITH query is run to completion even if outer query isn't -WITH t AS ( - UPDATE y SET a = a * 100 RETURNING * -) -SELECT * FROM t LIMIT 10; - a ------- - 1100 - 1200 - 1300 - 1400 - 1500 - 4200 - 0 - -100 - -200 - -300 -(10 rows) - -SELECT * FROM y; - a -------- - 1100 - 1200 - 1300 - 1400 - 1500 - 4200 - 0 - -100 - -200 - -300 - -400 - -500 - -600 - -700 - -800 - -900 - -1000 - 0 - -100 - -200 - -300 - -400 -(22 rows) - --- data-modifying WITH containing INSERT...ON CONFLICT DO UPDATE -CREATE TABLE withz AS SELECT i AS k, (i || ' v')::text v FROM generate_series(1, 16, 3) i; -ALTER TABLE withz ADD UNIQUE (k); -WITH t AS ( - INSERT INTO withz SELECT i, 'insert' - FROM generate_series(0, 16) i - ON CONFLICT (k) DO UPDATE SET v = withz.v || ', now update' - RETURNING * -) -SELECT * FROM t JOIN y ON t.k = y.a ORDER BY a, k; - k | v | a ----+--------+--- - 0 | insert | 0 - 0 | insert | 0 -(2 rows) - --- Test EXCLUDED.* reference within CTE -WITH aa AS ( - INSERT INTO withz VALUES(1, 5) ON CONFLICT (k) DO UPDATE SET v = EXCLUDED.v - WHERE withz.k != EXCLUDED.k - RETURNING * -) -SELECT * FROM aa; - k | v ----+--- -(0 rows) - --- New query/snapshot demonstrates side-effects of previous query. -SELECT * FROM withz ORDER BY k; - k | v -----+------------------ - 0 | insert - 1 | 1 v, now update - 2 | insert - 3 | insert - 4 | 4 v, now update - 5 | insert - 6 | insert - 7 | 7 v, now update - 8 | insert - 9 | insert - 10 | 10 v, now update - 11 | insert - 12 | insert - 13 | 13 v, now update - 14 | insert - 15 | insert - 16 | 16 v, now update -(17 rows) - --- --- Ensure subqueries within the update clause work, even if they --- reference outside values --- -WITH aa AS (SELECT 1 a, 2 b) -INSERT INTO withz VALUES(1, 'insert') -ON CONFLICT (k) DO UPDATE SET v = (SELECT b || ' update' FROM aa WHERE a = 1 LIMIT 1); -WITH aa AS (SELECT 1 a, 2 b) -INSERT INTO withz VALUES(1, 'insert') -ON CONFLICT (k) DO UPDATE SET v = ' update' WHERE withz.k = (SELECT a FROM aa); -WITH aa AS (SELECT 1 a, 2 b) -INSERT INTO withz VALUES(1, 'insert') -ON CONFLICT (k) DO UPDATE SET v = (SELECT b || ' update' FROM aa WHERE a = 1 LIMIT 1); -WITH aa AS (SELECT 'a' a, 'b' b UNION ALL SELECT 'a' a, 'b' b) -INSERT INTO withz VALUES(1, 'insert') -ON CONFLICT (k) DO UPDATE SET v = (SELECT b || ' update' FROM aa WHERE a = 'a' LIMIT 1); -WITH aa AS (SELECT 1 a, 2 b) -INSERT INTO withz VALUES(1, (SELECT b || ' insert' FROM aa WHERE a = 1 )) -ON CONFLICT (k) DO UPDATE SET v = (SELECT b || ' update' FROM aa WHERE a = 1 LIMIT 1); --- Update a row more than once, in different parts of a wCTE. That is --- an allowed, presumably very rare, edge case, but since it was --- broken in the past, having a test seems worthwhile. -WITH simpletup AS ( - SELECT 2 k, 'Green' v), -upsert_cte AS ( - INSERT INTO withz VALUES(2, 'Blue') ON CONFLICT (k) DO - UPDATE SET (k, v) = (SELECT k, v FROM simpletup WHERE simpletup.k = withz.k) - RETURNING k, v) -INSERT INTO withz VALUES(2, 'Red') ON CONFLICT (k) DO -UPDATE SET (k, v) = (SELECT k, v FROM upsert_cte WHERE upsert_cte.k = withz.k) -RETURNING k, v; - k | v ----+--- -(0 rows) - -DROP TABLE withz; --- WITH referenced by MERGE statement -CREATE TABLE m AS SELECT i AS k, (i || ' v')::text v FROM generate_series(1, 16, 3) i; -ALTER TABLE m ADD UNIQUE (k); -WITH RECURSIVE cte_basic AS (SELECT 1 a, 'cte_basic val' b) -MERGE INTO m USING (select 0 k, 'merge source SubPlan' v) o ON m.k=o.k -WHEN MATCHED THEN UPDATE SET v = (SELECT b || ' merge update' FROM cte_basic WHERE cte_basic.a = m.k LIMIT 1) -WHEN NOT MATCHED THEN INSERT VALUES(o.k, o.v); -ERROR: WITH RECURSIVE is not supported for MERGE statement --- Basic: -WITH cte_basic AS MATERIALIZED (SELECT 1 a, 'cte_basic val' b) -MERGE INTO m USING (select 0 k, 'merge source SubPlan' v offset 0) o ON m.k=o.k -WHEN MATCHED THEN UPDATE SET v = (SELECT b || ' merge update' FROM cte_basic WHERE cte_basic.a = m.k LIMIT 1) -WHEN NOT MATCHED THEN INSERT VALUES(o.k, o.v); --- Examine -SELECT * FROM m where k = 0; - k | v ----+---------------------- - 0 | merge source SubPlan -(1 row) - --- See EXPLAIN output for same query: -EXPLAIN (VERBOSE, COSTS OFF) -WITH cte_basic AS MATERIALIZED (SELECT 1 a, 'cte_basic val' b) -MERGE INTO m USING (select 0 k, 'merge source SubPlan' v offset 0) o ON m.k=o.k -WHEN MATCHED THEN UPDATE SET v = (SELECT b || ' merge update' FROM cte_basic WHERE cte_basic.a = m.k LIMIT 1) -WHEN NOT MATCHED THEN INSERT VALUES(o.k, o.v); - QUERY PLAN -------------------------------------------------------------------- - Merge on public.m - CTE cte_basic - -> Result - Output: 1, 'cte_basic val'::text - -> Hash Right Join - Output: m.ctid, o.k, o.v, o.* - Hash Cond: (m.k = o.k) - -> Seq Scan on public.m - Output: m.ctid, m.k - -> Hash - Output: o.k, o.v, o.* - -> Subquery Scan on o - Output: o.k, o.v, o.* - -> Result - Output: 0, 'merge source SubPlan'::text - SubPlan 2 - -> Limit - Output: ((cte_basic.b || ' merge update'::text)) - -> CTE Scan on cte_basic - Output: (cte_basic.b || ' merge update'::text) - Filter: (cte_basic.a = m.k) -(21 rows) - --- InitPlan -WITH cte_init AS MATERIALIZED (SELECT 1 a, 'cte_init val' b) -MERGE INTO m USING (select 1 k, 'merge source InitPlan' v offset 0) o ON m.k=o.k -WHEN MATCHED THEN UPDATE SET v = (SELECT b || ' merge update' FROM cte_init WHERE a = 1 LIMIT 1) -WHEN NOT MATCHED THEN INSERT VALUES(o.k, o.v); --- Examine -SELECT * FROM m where k = 1; - k | v ----+--------------------------- - 1 | cte_init val merge update -(1 row) - --- See EXPLAIN output for same query: -EXPLAIN (VERBOSE, COSTS OFF) -WITH cte_init AS MATERIALIZED (SELECT 1 a, 'cte_init val' b) -MERGE INTO m USING (select 1 k, 'merge source InitPlan' v offset 0) o ON m.k=o.k -WHEN MATCHED THEN UPDATE SET v = (SELECT b || ' merge update' FROM cte_init WHERE a = 1 LIMIT 1) -WHEN NOT MATCHED THEN INSERT VALUES(o.k, o.v); - QUERY PLAN --------------------------------------------------------------------- - Merge on public.m - CTE cte_init - -> Result - Output: 1, 'cte_init val'::text - InitPlan 2 - -> Limit - Output: ((cte_init.b || ' merge update'::text)) - -> CTE Scan on cte_init - Output: (cte_init.b || ' merge update'::text) - Filter: (cte_init.a = 1) - -> Hash Right Join - Output: m.ctid, o.k, o.v, o.* - Hash Cond: (m.k = o.k) - -> Seq Scan on public.m - Output: m.ctid, m.k - -> Hash - Output: o.k, o.v, o.* - -> Subquery Scan on o - Output: o.k, o.v, o.* - -> Result - Output: 1, 'merge source InitPlan'::text -(21 rows) - --- MERGE source comes from CTE: -WITH merge_source_cte AS MATERIALIZED (SELECT 15 a, 'merge_source_cte val' b) -MERGE INTO m USING (select * from merge_source_cte) o ON m.k=o.a -WHEN MATCHED THEN UPDATE SET v = (SELECT b || merge_source_cte.*::text || ' merge update' FROM merge_source_cte WHERE a = 15) -WHEN NOT MATCHED THEN INSERT VALUES(o.a, o.b || (SELECT merge_source_cte.*::text || ' merge insert' FROM merge_source_cte)); --- Examine -SELECT * FROM m where k = 15; - k | v -----+-------------------------------------------------------------- - 15 | merge_source_cte val(15,"merge_source_cte val") merge insert -(1 row) - --- See EXPLAIN output for same query: -EXPLAIN (VERBOSE, COSTS OFF) -WITH merge_source_cte AS MATERIALIZED (SELECT 15 a, 'merge_source_cte val' b) -MERGE INTO m USING (select * from merge_source_cte) o ON m.k=o.a -WHEN MATCHED THEN UPDATE SET v = (SELECT b || merge_source_cte.*::text || ' merge update' FROM merge_source_cte WHERE a = 15) -WHEN NOT MATCHED THEN INSERT VALUES(o.a, o.b || (SELECT merge_source_cte.*::text || ' merge insert' FROM merge_source_cte)); - QUERY PLAN ------------------------------------------------------------------------------------------------------ - Merge on public.m - CTE merge_source_cte - -> Result - Output: 15, 'merge_source_cte val'::text - InitPlan 2 - -> CTE Scan on merge_source_cte merge_source_cte_1 - Output: ((merge_source_cte_1.b || (merge_source_cte_1.*)::text) || ' merge update'::text) - Filter: (merge_source_cte_1.a = 15) - InitPlan 3 - -> CTE Scan on merge_source_cte merge_source_cte_2 - Output: ((merge_source_cte_2.*)::text || ' merge insert'::text) - -> Hash Right Join - Output: m.ctid, merge_source_cte.a, merge_source_cte.b, merge_source_cte.* - Hash Cond: (m.k = merge_source_cte.a) - -> Seq Scan on public.m - Output: m.ctid, m.k - -> Hash - Output: merge_source_cte.a, merge_source_cte.b, merge_source_cte.* - -> CTE Scan on merge_source_cte - Output: merge_source_cte.a, merge_source_cte.b, merge_source_cte.* -(20 rows) - -DROP TABLE m; --- check that run to completion happens in proper ordering -TRUNCATE TABLE y; -INSERT INTO y SELECT generate_series(1, 3); -CREATE TEMPORARY TABLE yy (a INTEGER); -WITH RECURSIVE t1 AS ( - INSERT INTO y SELECT * FROM y RETURNING * -), t2 AS ( - INSERT INTO yy SELECT * FROM t1 RETURNING * -) -SELECT 1; - ?column? ----------- - 1 -(1 row) - -SELECT * FROM y; - a ---- - 1 - 2 - 3 - 1 - 2 - 3 -(6 rows) - -SELECT * FROM yy; - a ---- - 1 - 2 - 3 -(3 rows) - -WITH RECURSIVE t1 AS ( - INSERT INTO yy SELECT * FROM t2 RETURNING * -), t2 AS ( - INSERT INTO y SELECT * FROM y RETURNING * -) -SELECT 1; - ?column? ----------- - 1 -(1 row) - -SELECT * FROM y; - a ---- - 1 - 2 - 3 - 1 - 2 - 3 - 1 - 2 - 3 - 1 - 2 - 3 -(12 rows) - -SELECT * FROM yy; - a ---- - 1 - 2 - 3 - 1 - 2 - 3 - 1 - 2 - 3 -(9 rows) - --- triggers -TRUNCATE TABLE y; -INSERT INTO y SELECT generate_series(1, 10); -CREATE FUNCTION y_trigger() RETURNS trigger AS $$ -begin - raise notice 'y_trigger: a = %', new.a; - return new; -end; -$$ LANGUAGE plpgsql; -CREATE TRIGGER y_trig BEFORE INSERT ON y FOR EACH ROW - EXECUTE PROCEDURE y_trigger(); -WITH t AS ( - INSERT INTO y - VALUES - (21), - (22), - (23) - RETURNING * -) -SELECT * FROM t; -NOTICE: y_trigger: a = 21 -NOTICE: y_trigger: a = 22 -NOTICE: y_trigger: a = 23 - a ----- - 21 - 22 - 23 -(3 rows) - -SELECT * FROM y; - a ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 21 - 22 - 23 -(13 rows) - -DROP TRIGGER y_trig ON y; -CREATE TRIGGER y_trig AFTER INSERT ON y FOR EACH ROW - EXECUTE PROCEDURE y_trigger(); -WITH t AS ( - INSERT INTO y - VALUES - (31), - (32), - (33) - RETURNING * -) -SELECT * FROM t LIMIT 1; -NOTICE: y_trigger: a = 31 -NOTICE: y_trigger: a = 32 -NOTICE: y_trigger: a = 33 - a ----- - 31 -(1 row) - -SELECT * FROM y; - a ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 21 - 22 - 23 - 31 - 32 - 33 -(16 rows) - -DROP TRIGGER y_trig ON y; -CREATE OR REPLACE FUNCTION y_trigger() RETURNS trigger AS $$ -begin - raise notice 'y_trigger'; - return null; -end; -$$ LANGUAGE plpgsql; -CREATE TRIGGER y_trig AFTER INSERT ON y FOR EACH STATEMENT - EXECUTE PROCEDURE y_trigger(); -WITH t AS ( - INSERT INTO y - VALUES - (41), - (42), - (43) - RETURNING * -) -SELECT * FROM t; -NOTICE: y_trigger - a ----- - 41 - 42 - 43 -(3 rows) - -SELECT * FROM y; - a ----- - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 21 - 22 - 23 - 31 - 32 - 33 - 41 - 42 - 43 -(19 rows) - -DROP TRIGGER y_trig ON y; -DROP FUNCTION y_trigger(); --- WITH attached to inherited UPDATE or DELETE -CREATE TEMP TABLE parent ( id int, val text ); -CREATE TEMP TABLE child1 ( ) INHERITS ( parent ); -CREATE TEMP TABLE child2 ( ) INHERITS ( parent ); -INSERT INTO parent VALUES ( 1, 'p1' ); -INSERT INTO child1 VALUES ( 11, 'c11' ),( 12, 'c12' ); -INSERT INTO child2 VALUES ( 23, 'c21' ),( 24, 'c22' ); -WITH rcte AS ( SELECT sum(id) AS totalid FROM parent ) -UPDATE parent SET id = id + totalid FROM rcte; -SELECT * FROM parent; - id | val -----+----- - 72 | p1 - 82 | c11 - 83 | c12 - 94 | c21 - 95 | c22 -(5 rows) - -WITH wcte AS ( INSERT INTO child1 VALUES ( 42, 'new' ) RETURNING id AS newid ) -UPDATE parent SET id = id + newid FROM wcte; -SELECT * FROM parent; - id | val ------+----- - 114 | p1 - 42 | new - 124 | c11 - 125 | c12 - 136 | c21 - 137 | c22 -(6 rows) - -WITH rcte AS ( SELECT max(id) AS maxid FROM parent ) -DELETE FROM parent USING rcte WHERE id = maxid; -SELECT * FROM parent; - id | val ------+----- - 114 | p1 - 42 | new - 124 | c11 - 125 | c12 - 136 | c21 -(5 rows) - -WITH wcte AS ( INSERT INTO child2 VALUES ( 42, 'new2' ) RETURNING id AS newid ) -DELETE FROM parent USING wcte WHERE id = newid; -SELECT * FROM parent; - id | val ------+------ - 114 | p1 - 124 | c11 - 125 | c12 - 136 | c21 - 42 | new2 -(5 rows) - --- check EXPLAIN VERBOSE for a wCTE with RETURNING -EXPLAIN (VERBOSE, COSTS OFF) -WITH wcte AS ( INSERT INTO int8_tbl VALUES ( 42, 47 ) RETURNING q2 ) -DELETE FROM a_star USING wcte WHERE aa = q2; - QUERY PLAN ---------------------------------------------------------------------------- - Delete on public.a_star - Delete on public.a_star a_star_1 - Delete on public.b_star a_star_2 - Delete on public.c_star a_star_3 - Delete on public.d_star a_star_4 - Delete on public.e_star a_star_5 - Delete on public.f_star a_star_6 - CTE wcte - -> Insert on public.int8_tbl - Output: int8_tbl.q2 - -> Result - Output: '42'::bigint, '47'::bigint - -> Hash Join - Output: wcte.*, a_star.tableoid, a_star.ctid - Hash Cond: (a_star.aa = wcte.q2) - -> Append - -> Seq Scan on public.a_star a_star_1 - Output: a_star_1.aa, a_star_1.tableoid, a_star_1.ctid - -> Seq Scan on public.b_star a_star_2 - Output: a_star_2.aa, a_star_2.tableoid, a_star_2.ctid - -> Seq Scan on public.c_star a_star_3 - Output: a_star_3.aa, a_star_3.tableoid, a_star_3.ctid - -> Seq Scan on public.d_star a_star_4 - Output: a_star_4.aa, a_star_4.tableoid, a_star_4.ctid - -> Seq Scan on public.e_star a_star_5 - Output: a_star_5.aa, a_star_5.tableoid, a_star_5.ctid - -> Seq Scan on public.f_star a_star_6 - Output: a_star_6.aa, a_star_6.tableoid, a_star_6.ctid - -> Hash - Output: wcte.*, wcte.q2 - -> CTE Scan on wcte - Output: wcte.*, wcte.q2 -(32 rows) - --- error cases --- data-modifying WITH tries to use its own output -WITH RECURSIVE t AS ( - INSERT INTO y - SELECT * FROM t -) -VALUES(FALSE); -ERROR: recursive query "t" must not contain data-modifying statements -LINE 1: WITH RECURSIVE t AS ( - ^ --- no RETURNING in a referenced data-modifying WITH -WITH t AS ( - INSERT INTO y VALUES(0) -) -SELECT * FROM t; -ERROR: WITH query "t" does not have a RETURNING clause -LINE 4: SELECT * FROM t; - ^ --- RETURNING tries to return its own output -WITH RECURSIVE t(action, a) AS ( - MERGE INTO y USING (VALUES (11)) v(a) ON y.a = v.a - WHEN NOT MATCHED THEN INSERT VALUES (v.a) - RETURNING merge_action(), (SELECT a FROM t) -) -SELECT * FROM t; -ERROR: recursive query "t" must not contain data-modifying statements -LINE 1: WITH RECURSIVE t(action, a) AS ( - ^ --- data-modifying WITH allowed only at the top level -SELECT * FROM ( - WITH t AS (UPDATE y SET a=a+1 RETURNING *) - SELECT * FROM t -) ss; -ERROR: WITH clause containing a data-modifying statement must be at the top level -LINE 2: WITH t AS (UPDATE y SET a=a+1 RETURNING *) - ^ --- most variants of rules aren't allowed -CREATE RULE y_rule AS ON INSERT TO y WHERE a=0 DO INSTEAD DELETE FROM y; -WITH t AS ( - INSERT INTO y VALUES(0) -) -VALUES(FALSE); -ERROR: conditional DO INSTEAD rules are not supported for data-modifying statements in WITH -CREATE OR REPLACE RULE y_rule AS ON INSERT TO y DO INSTEAD NOTHING; -WITH t AS ( - INSERT INTO y VALUES(0) -) -VALUES(FALSE); -ERROR: DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH -CREATE OR REPLACE RULE y_rule AS ON INSERT TO y DO INSTEAD NOTIFY foo; -WITH t AS ( - INSERT INTO y VALUES(0) -) -VALUES(FALSE); -ERROR: DO INSTEAD NOTIFY rules are not supported for data-modifying statements in WITH -CREATE OR REPLACE RULE y_rule AS ON INSERT TO y DO ALSO NOTIFY foo; -WITH t AS ( - INSERT INTO y VALUES(0) -) -VALUES(FALSE); -ERROR: DO ALSO rules are not supported for data-modifying statements in WITH -CREATE OR REPLACE RULE y_rule AS ON INSERT TO y - DO INSTEAD (NOTIFY foo; NOTIFY bar); -WITH t AS ( - INSERT INTO y VALUES(0) -) -VALUES(FALSE); -ERROR: multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH -DROP RULE y_rule ON y; --- check that parser lookahead for WITH doesn't cause any odd behavior -create table foo (with baz); -- fail, WITH is a reserved word -ERROR: syntax error at or near "with" -LINE 1: create table foo (with baz); - ^ -create table foo (with ordinality); -- fail, WITH is a reserved word -ERROR: syntax error at or near "with" -LINE 1: create table foo (with ordinality); - ^ -with ordinality as (select 1 as x) select * from ordinality; - x ---- - 1 -(1 row) - --- check sane response to attempt to modify CTE relation -WITH with_test AS (SELECT 42) INSERT INTO with_test VALUES (1); -ERROR: relation "with_test" does not exist -LINE 1: WITH with_test AS (SELECT 42) INSERT INTO with_test VALUES (... - ^ --- check response to attempt to modify table with same name as a CTE (perhaps --- surprisingly it works, because CTEs don't hide tables from data-modifying --- statements) -create temp table with_test (i int); -with with_test as (select 42) insert into with_test select * from with_test; -select * from with_test; - i ----- - 42 -(1 row) - -drop table with_test; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/xml_1.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out --- /tmp/cirrus-ci-build/src/test/regress/expected/xml_1.out 2025-05-11 19:30:19.020719000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/xml.out 2025-05-11 19:32:43.166664000 +0000 @@ -1,1494 +1,2 @@ -CREATE TABLE xmltest ( - id int, - data xml -); -INSERT INTO xmltest VALUES (1, 'one'); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmltest VALUES (1, 'one'); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -INSERT INTO xmltest VALUES (2, 'two'); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmltest VALUES (2, 'two'); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -INSERT INTO xmltest VALUES (3, 'one', 'xml'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT pg_input_is_valid('oneone', 'xml'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT message FROM pg_input_error_info('', 'xml'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlcomment('test'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlcomment('-test'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlcomment('test-'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlcomment('--test'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlcomment('te st'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlconcat(xmlcomment('hello'), - xmlelement(NAME qux, 'foo'), - xmlcomment('world')); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlconcat('hello', 'you'); -ERROR: unsupported XML feature -LINE 1: SELECT xmlconcat('hello', 'you'); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlconcat(1, 2); -ERROR: argument of XMLCONCAT must be type xml, not type integer -LINE 1: SELECT xmlconcat(1, 2); - ^ -SELECT xmlconcat('bad', '', NULL, ''); -ERROR: unsupported XML feature -LINE 1: SELECT xmlconcat('', NULL, '', NULL, ''); -ERROR: unsupported XML feature -LINE 1: SELECT xmlconcat('', NULL, 'r'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlelement(name foo, xml 'br'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlelement(name foo, array[1, 2, 3]); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SET xmlbinary TO base64; -SELECT xmlelement(name foo, bytea 'bar'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SET xmlbinary TO hex; -SELECT xmlelement(name foo, bytea 'bar'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlelement(name foo, xmlattributes(true as bar)); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlelement(name foo, xmlattributes('2009-04-09 00:24:37'::timestamp as bar)); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlelement(name foo, xmlattributes('infinity'::timestamp as bar)); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlelement(name foo, xmlattributes('<>&"''' as funny, xml 'br' as funnier)); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(content ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(content ' '); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(content 'abc'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(content 'x'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(content '&'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(content '&idontexist;'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(content ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(content ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(content '&idontexist;'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(content ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(document ' '); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(document 'abc'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(document 'x'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(document '&'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(document '&idontexist;'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(document ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(document ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(document '&idontexist;'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlparse(document ''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name foo); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name xml); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name xmlstuff); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name foo, 'bar'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name foo, 'in?>valid'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name foo, null); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name xml, null); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name xmlstuff, null); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name "xml-stylesheet", 'href="mystyle.css" type="text/css"'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name foo, ' bar'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlroot(xml '', version no value, standalone no value); -ERROR: unsupported XML feature -LINE 1: SELECT xmlroot(xml '', version no value, standalone no... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlroot(xml '', version '2.0'); -ERROR: unsupported XML feature -LINE 1: SELECT xmlroot(xml '', version '2.0'); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlroot(xml '', version no value, standalone yes); -ERROR: unsupported XML feature -LINE 1: SELECT xmlroot(xml '', version no value, standalone ye... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlroot(xml '', version no value, standalone yes); -ERROR: unsupported XML feature -LINE 1: SELECT xmlroot(xml '', version no... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlroot(xmlroot(xml '', version '1.0'), version '1.1', standalone no); -ERROR: unsupported XML feature -LINE 1: SELECT xmlroot(xmlroot(xml '', version '1.0'), version... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlroot('', version no value, standalone no); -ERROR: unsupported XML feature -LINE 1: SELECT xmlroot('... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlroot('', version no value, standalone no value); -ERROR: unsupported XML feature -LINE 1: SELECT xmlroot('... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlroot('', version no value); -ERROR: unsupported XML feature -LINE 1: SELECT xmlroot('... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlroot ( - xmlelement ( - name gazonk, - xmlattributes ( - 'val' AS name, - 1 + 1 AS num - ), - xmlelement ( - NAME qux, - 'foo' - ) - ), - version '1.0', - standalone yes -); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(content data as character varying(20)) FROM xmltest; - xmlserialize --------------- -(0 rows) - -SELECT xmlserialize(content 'good' as char(10)); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(content 'good' as char(10)); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(document 'bad' as text); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(document 'bad' as text); - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- indent -SELECT xmlserialize(DOCUMENT '42' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT '42<... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT '42' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT '42<... - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- no indent -SELECT xmlserialize(DOCUMENT '42' AS text NO INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT '42<... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT '42' AS text NO INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT '42<... - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- indent non singly-rooted xml -SELECT xmlserialize(DOCUMENT '7342' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT '734... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT '7342' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT '734... - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- indent non singly-rooted xml with mixed contents -SELECT xmlserialize(DOCUMENT 'text node73text node42' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT 'text node73text nod... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT 'text node73text node42' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT 'text node73text nod... - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- indent singly-rooted xml with mixed contents -SELECT xmlserialize(DOCUMENT '42text node73' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT '42<... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT '42text node73' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT '42<... - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- indent empty string -SELECT xmlserialize(DOCUMENT '' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT '' AS text INDENT); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT '' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT '' AS text INDENT); - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- whitespaces -SELECT xmlserialize(DOCUMENT ' ' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT ' ' AS text INDENT); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT ' ' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT ' ' AS text INDENT); - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- indent null -SELECT xmlserialize(DOCUMENT NULL AS text INDENT); - xmlserialize --------------- - -(1 row) - -SELECT xmlserialize(CONTENT NULL AS text INDENT); - xmlserialize --------------- - -(1 row) - --- indent with XML declaration -SELECT xmlserialize(DOCUMENT '73' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT '73' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT '' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT '' AS text INDE... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT '' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT '' AS text INDE... - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- indent xml with empty element -SELECT xmlserialize(DOCUMENT '' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT '' AS tex... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT '' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT '' AS tex... - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- 'no indent' = not using 'no indent' -SELECT xmlserialize(DOCUMENT '42' AS text) = xmlserialize(DOCUMENT '42' AS text NO INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT '42<... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT '42' AS text) = xmlserialize(CONTENT '42' AS text NO INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT '42<... - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- indent xml strings containing blank nodes -SELECT xmlserialize(DOCUMENT ' ' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(DOCUMENT ' '... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlserialize(CONTENT 'text node ' AS text INDENT); -ERROR: unsupported XML feature -LINE 1: SELECT xmlserialize(CONTENT 'text node ... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml 'bar' IS DOCUMENT; -ERROR: unsupported XML feature -LINE 1: SELECT xml 'bar' IS DOCUMENT; - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml 'barfoo' IS DOCUMENT; -ERROR: unsupported XML feature -LINE 1: SELECT xml 'barfoo' IS DOCUMENT; - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml '' IS NOT DOCUMENT; -ERROR: unsupported XML feature -LINE 1: SELECT xml '' IS NOT DOCUMENT; - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml 'abc' IS NOT DOCUMENT; -ERROR: unsupported XML feature -LINE 1: SELECT xml 'abc' IS NOT DOCUMENT; - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT '<>' IS NOT DOCUMENT; -ERROR: unsupported XML feature -LINE 1: SELECT '<>' IS NOT DOCUMENT; - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlagg(data) FROM xmltest; - xmlagg --------- - -(1 row) - -SELECT xmlagg(data) FROM xmltest WHERE id > 10; - xmlagg --------- - -(1 row) - -SELECT xmlelement(name employees, xmlagg(xmlelement(name name, name))) FROM emp; -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. --- Check mapping SQL identifier to XML name -SELECT xmlpi(name ":::_xml_abc135.%-&_"); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmlpi(name "123"); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -PREPARE foo (xml) AS SELECT xmlconcat('', $1); -ERROR: unsupported XML feature -LINE 1: PREPARE foo (xml) AS SELECT xmlconcat('', $1); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SET XML OPTION DOCUMENT; -EXECUTE foo (''); -ERROR: prepared statement "foo" does not exist -EXECUTE foo ('bad'); -ERROR: prepared statement "foo" does not exist -SELECT xml ''; -ERROR: unsupported XML feature -LINE 1: SELECT xml ''; - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SET XML OPTION CONTENT; -EXECUTE foo (''); -ERROR: prepared statement "foo" does not exist -EXECUTE foo ('good'); -ERROR: prepared statement "foo" does not exist -SELECT xml ' '; -ERROR: unsupported XML feature -LINE 1: SELECT xml ' '; -ERROR: unsupported XML feature -LINE 1: SELECT xml ' '; -ERROR: unsupported XML feature -LINE 1: SELECT xml ''; - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml ' oops '; -ERROR: unsupported XML feature -LINE 1: SELECT xml ' oops '; - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml ' '; -ERROR: unsupported XML feature -LINE 1: SELECT xml ' '; - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml ''; -ERROR: unsupported XML feature -LINE 1: SELECT xml ''; - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- Test backwards parsing -CREATE VIEW xmlview1 AS SELECT xmlcomment('test'); -CREATE VIEW xmlview2 AS SELECT xmlconcat('hello', 'you'); -ERROR: unsupported XML feature -LINE 1: CREATE VIEW xmlview2 AS SELECT xmlconcat('hello', 'you'); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -CREATE VIEW xmlview3 AS SELECT xmlelement(name element, xmlattributes (1 as ":one:", 'deuce' as two), 'content&'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -CREATE VIEW xmlview4 AS SELECT xmlelement(name employee, xmlforest(name, age, salary as pay)) FROM emp; -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -CREATE VIEW xmlview5 AS SELECT xmlparse(content 'x'); -CREATE VIEW xmlview6 AS SELECT xmlpi(name foo, 'bar'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -CREATE VIEW xmlview7 AS SELECT xmlroot(xml '', version no value, standalone yes); -ERROR: unsupported XML feature -LINE 1: CREATE VIEW xmlview7 AS SELECT xmlroot(xml '', version... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -CREATE VIEW xmlview8 AS SELECT xmlserialize(content 'good' as char(10)); -ERROR: unsupported XML feature -LINE 1: ...EATE VIEW xmlview8 AS SELECT xmlserialize(content 'good' as ... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -CREATE VIEW xmlview9 AS SELECT xmlserialize(content 'good' as text); -ERROR: unsupported XML feature -LINE 1: ...EATE VIEW xmlview9 AS SELECT xmlserialize(content 'good' as ... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -CREATE VIEW xmlview10 AS SELECT xmlserialize(document '42' AS text indent); -ERROR: unsupported XML feature -LINE 1: ...TE VIEW xmlview10 AS SELECT xmlserialize(document '42' AS character varying no indent); -ERROR: unsupported XML feature -LINE 1: ...TE VIEW xmlview11 AS SELECT xmlserialize(document 'x'::text STRIP WHITESPACE) AS "xmlparse"; -(2 rows) - --- Text XPath expressions evaluation -SELECT xpath('/value', data) FROM xmltest; - xpath -------- -(0 rows) - -SELECT xpath(NULL, NULL) IS NULL FROM xmltest; - ?column? ----------- -(0 rows) - -SELECT xpath('', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xpath('//text()', 'number one'); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('//text()', 'number one', ARRAY[ARRAY['loc', 'http://127.0.0.1']]); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('//loc:piece/@id', 'number one', ARRAY[ARRAY['loc', 'http://127.0.0.1']]); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('//loc:piece', 'number one', ARRAY[ARRAY['loc', 'http://127.0.0.1']]); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('//loc:piece', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('//@value', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xpath('''<>''', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('''<>''', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xpath('count(//*)', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('count(//*)', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xpath('count(//*)=0', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('count(//*)=0', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xpath('count(//*)=3', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('count(//*)=3', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xpath('name(/*)', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('name(/*)', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xpath('/nosuchtag', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('/nosuchtag', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xpath('root', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('root', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- Round-trip non-ASCII data through xpath(). -DO $$ -DECLARE - xml_declaration text := ''; - degree_symbol text; - res xml[]; -BEGIN - -- Per the documentation, except when the server encoding is UTF8, xpath() - -- may not work on non-ASCII data. The untranslatable_character and - -- undefined_function traps below, currently dead code, will become relevant - -- if we remove this limitation. - IF current_setting('server_encoding') <> 'UTF8' THEN - RAISE LOG 'skip: encoding % unsupported for xpath', - current_setting('server_encoding'); - RETURN; - END IF; - - degree_symbol := convert_from('\xc2b0', 'UTF8'); - res := xpath('text()', (xml_declaration || - '' || degree_symbol || '')::xml); - IF degree_symbol <> res[1]::text THEN - RAISE 'expected % (%), got % (%)', - degree_symbol, convert_to(degree_symbol, 'UTF8'), - res[1], convert_to(res[1]::text, 'UTF8'); - END IF; -EXCEPTION - -- character with byte sequence 0xc2 0xb0 in encoding "UTF8" has no equivalent in encoding "LATIN8" - WHEN untranslatable_character - -- default conversion function for encoding "UTF8" to "MULE_INTERNAL" does not exist - OR undefined_function - -- unsupported XML feature - OR feature_not_supported THEN - RAISE LOG 'skip: %', SQLERRM; -END -$$; --- Test xmlexists and xpath_exists -SELECT xmlexists('//town[text() = ''Toronto'']' PASSING BY REF 'Bidford-on-AvonCwmbranBristol'); -ERROR: unsupported XML feature -LINE 1: ...sts('//town[text() = ''Toronto'']' PASSING BY REF 'Bidford-on-AvonCwmbranBristol'); -ERROR: unsupported XML feature -LINE 1: ...sts('//town[text() = ''Cwmbran'']' PASSING BY REF ''); -ERROR: unsupported XML feature -LINE 1: ...LECT xmlexists('count(/nosuchtag)' PASSING BY REF '')... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xpath_exists('//town[text() = ''Toronto'']','Bidford-on-AvonCwmbranBristol'::xml); -ERROR: unsupported XML feature -LINE 1: ...ELECT xpath_exists('//town[text() = ''Toronto'']','Bidford-on-AvonCwmbranBristol'::xml); -ERROR: unsupported XML feature -LINE 1: ...ELECT xpath_exists('//town[text() = ''Cwmbran'']',''::xml); -ERROR: unsupported XML feature -LINE 1: SELECT xpath_exists('count(/nosuchtag)', ''::xml); - ^ -DETAIL: This functionality requires the server to be built with libxml support. -INSERT INTO xmltest VALUES (4, 'BudvarfreeCarlinglots'::xml); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmltest VALUES (4, 'BudvarMolsonfreeCarlinglots'::xml); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmltest VALUES (5, 'MolsonBudvarfreeCarlinglots'::xml); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmltest VALUES (6, 'MolsonfreeCarlinglots'::xml); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmltest VALUES (7, 'number one'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml_is_well_formed('bar'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml_is_well_formed('bar'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml_is_well_formed('&'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml_is_well_formed('&idontexist;'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml_is_well_formed(''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml_is_well_formed(''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xml_is_well_formed('&idontexist;'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SET xmloption TO CONTENT; -SELECT xml_is_well_formed('abc'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. --- Since xpath() deals with namespaces, it's a bit stricter about --- what's well-formed and what's not. If we don't obey these rules --- (i.e. ignore namespace-related errors from libxml), xpath() --- fails in subtle ways. The following would for example produce --- the xml value --- --- which is invalid because '<' may not appear un-escaped in --- attribute values. --- Since different libxml versions emit slightly different --- error messages, we suppress the DETAIL in this test. -\set VERBOSITY terse -SELECT xpath('/*', ''); -ERROR: unsupported XML feature at character 20 -\set VERBOSITY default --- Again, the XML isn't well-formed for namespace purposes -SELECT xpath('/*', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('/*', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- XPath deprecates relative namespaces, but they're not supposed to --- throw an error, only a warning. -SELECT xpath('/*', ''); -ERROR: unsupported XML feature -LINE 1: SELECT xpath('/*', ''); - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- External entity references should not leak filesystem information. -SELECT XMLPARSE(DOCUMENT ']>&c;'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT XMLPARSE(DOCUMENT ']>&c;'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. --- This might or might not load the requested DTD, but it mustn't throw error. -SELECT XMLPARSE(DOCUMENT ' '); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. --- XMLPATH tests -CREATE TABLE xmldata(data xml); -INSERT INTO xmldata VALUES(' - - AU - Australia - 3 - - - CN - China - 3 - - - HK - HongKong - 3 - - - IN - India - 3 - - - JP - Japan - 3Sinzo Abe - - - SG - Singapore - 3791 - -'); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmldata VALUES(' - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- XMLTABLE with columns -SELECT xmltable.* - FROM (SELECT data FROM xmldata) x, - LATERAL XMLTABLE('/ROWS/ROW' - PASSING data - COLUMNS id int PATH '@id', - _id FOR ORDINALITY, - country_name text PATH 'COUNTRY_NAME/text()' NOT NULL, - country_id text PATH 'COUNTRY_ID', - region_id int PATH 'REGION_ID', - size float PATH 'SIZE', - unit text PATH 'SIZE/@unit', - premier_name text PATH 'PREMIER_NAME' DEFAULT 'not specified'); - id | _id | country_name | country_id | region_id | size | unit | premier_name -----+-----+--------------+------------+-----------+------+------+-------------- -(0 rows) - -CREATE VIEW xmltableview1 AS SELECT xmltable.* - FROM (SELECT data FROM xmldata) x, - LATERAL XMLTABLE('/ROWS/ROW' - PASSING data - COLUMNS id int PATH '@id', - _id FOR ORDINALITY, - country_name text PATH 'COUNTRY_NAME/text()' NOT NULL, - country_id text PATH 'COUNTRY_ID', - region_id int PATH 'REGION_ID', - size float PATH 'SIZE', - unit text PATH 'SIZE/@unit', - premier_name text PATH 'PREMIER_NAME' DEFAULT 'not specified'); -SELECT * FROM xmltableview1; - id | _id | country_name | country_id | region_id | size | unit | premier_name -----+-----+--------------+------------+-----------+------+------+-------------- -(0 rows) - -\sv xmltableview1 -CREATE OR REPLACE VIEW public.xmltableview1 AS - SELECT "xmltable".id, - "xmltable"._id, - "xmltable".country_name, - "xmltable".country_id, - "xmltable".region_id, - "xmltable".size, - "xmltable".unit, - "xmltable".premier_name - FROM ( SELECT xmldata.data - FROM xmldata) x, - LATERAL XMLTABLE(('/ROWS/ROW'::text) PASSING (x.data) COLUMNS id integer PATH ('@id'::text), _id FOR ORDINALITY, country_name text PATH ('COUNTRY_NAME/text()'::text) NOT NULL, country_id text PATH ('COUNTRY_ID'::text), region_id integer PATH ('REGION_ID'::text), size double precision PATH ('SIZE'::text), unit text PATH ('SIZE/@unit'::text), premier_name text DEFAULT ('not specified'::text) PATH ('PREMIER_NAME'::text)) -EXPLAIN (COSTS OFF) SELECT * FROM xmltableview1; - QUERY PLAN ------------------------------------------ - Nested Loop - -> Seq Scan on xmldata - -> Table Function Scan on "xmltable" -(3 rows) - -EXPLAIN (COSTS OFF, VERBOSE) SELECT * FROM xmltableview1; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Nested Loop - Output: "xmltable".id, "xmltable"._id, "xmltable".country_name, "xmltable".country_id, "xmltable".region_id, "xmltable".size, "xmltable".unit, "xmltable".premier_name - -> Seq Scan on public.xmldata - Output: xmldata.data - -> Table Function Scan on "xmltable" - Output: "xmltable".id, "xmltable"._id, "xmltable".country_name, "xmltable".country_id, "xmltable".region_id, "xmltable".size, "xmltable".unit, "xmltable".premier_name - Table Function Call: XMLTABLE(('/ROWS/ROW'::text) PASSING (xmldata.data) COLUMNS id integer PATH ('@id'::text), _id FOR ORDINALITY, country_name text PATH ('COUNTRY_NAME/text()'::text) NOT NULL, country_id text PATH ('COUNTRY_ID'::text), region_id integer PATH ('REGION_ID'::text), size double precision PATH ('SIZE'::text), unit text PATH ('SIZE/@unit'::text), premier_name text DEFAULT ('not specified'::text) PATH ('PREMIER_NAME'::text)) -(7 rows) - --- errors -SELECT * FROM XMLTABLE (ROW () PASSING null COLUMNS v1 timestamp) AS f (v1, v2); -ERROR: XMLTABLE function has 1 columns available but 2 columns specified --- XMLNAMESPACES tests -SELECT * FROM XMLTABLE(XMLNAMESPACES('http://x.y' AS zz), - '/zz:rows/zz:row' - PASSING '10' - COLUMNS a int PATH 'zz:a'); -ERROR: unsupported XML feature -LINE 3: PASSING '10' - COLUMNS a int PATH 'Zz:a'); -ERROR: unsupported XML feature -LINE 3: PASSING '10' - COLUMNS a int PATH 'a'); -ERROR: unsupported XML feature -LINE 3: PASSING '' - COLUMNS a text PATH 'foo/namespace::node()'); -ERROR: unsupported XML feature -LINE 2: PASSING '' - ^ -DETAIL: This functionality requires the server to be built with libxml support. --- used in prepare statements -PREPARE pp AS -SELECT xmltable.* - FROM (SELECT data FROM xmldata) x, - LATERAL XMLTABLE('/ROWS/ROW' - PASSING data - COLUMNS id int PATH '@id', - _id FOR ORDINALITY, - country_name text PATH 'COUNTRY_NAME' NOT NULL, - country_id text PATH 'COUNTRY_ID', - region_id int PATH 'REGION_ID', - size float PATH 'SIZE', - unit text PATH 'SIZE/@unit', - premier_name text PATH 'PREMIER_NAME' DEFAULT 'not specified'); -EXECUTE pp; - id | _id | country_name | country_id | region_id | size | unit | premier_name -----+-----+--------------+------------+-----------+------+------+-------------- -(0 rows) - -SELECT xmltable.* FROM xmldata, LATERAL xmltable('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]' PASSING data COLUMNS "COUNTRY_NAME" text, "REGION_ID" int); - COUNTRY_NAME | REGION_ID ---------------+----------- -(0 rows) - -SELECT xmltable.* FROM xmldata, LATERAL xmltable('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]' PASSING data COLUMNS id FOR ORDINALITY, "COUNTRY_NAME" text, "REGION_ID" int); - id | COUNTRY_NAME | REGION_ID -----+--------------+----------- -(0 rows) - -SELECT xmltable.* FROM xmldata, LATERAL xmltable('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]' PASSING data COLUMNS id int PATH '@id', "COUNTRY_NAME" text, "REGION_ID" int); - id | COUNTRY_NAME | REGION_ID -----+--------------+----------- -(0 rows) - -SELECT xmltable.* FROM xmldata, LATERAL xmltable('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]' PASSING data COLUMNS id int PATH '@id'); - id ----- -(0 rows) - -SELECT xmltable.* FROM xmldata, LATERAL xmltable('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]' PASSING data COLUMNS id FOR ORDINALITY); - id ----- -(0 rows) - -SELECT xmltable.* FROM xmldata, LATERAL xmltable('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]' PASSING data COLUMNS id int PATH '@id', "COUNTRY_NAME" text, "REGION_ID" int, rawdata xml PATH '.'); - id | COUNTRY_NAME | REGION_ID | rawdata -----+--------------+-----------+--------- -(0 rows) - -SELECT xmltable.* FROM xmldata, LATERAL xmltable('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]' PASSING data COLUMNS id int PATH '@id', "COUNTRY_NAME" text, "REGION_ID" int, rawdata xml PATH './*'); - id | COUNTRY_NAME | REGION_ID | rawdata -----+--------------+-----------+--------- -(0 rows) - -SELECT * FROM xmltable('/root' passing 'a1aa2a bbbbxxxcccc' COLUMNS element text); -ERROR: unsupported XML feature -LINE 1: SELECT * FROM xmltable('/root' passing 'a1aa1aa2a bbbbxxxcccc' COLUMNS element text PATH 'element/text()'); -- should fail -ERROR: unsupported XML feature -LINE 1: SELECT * FROM xmltable('/root' passing 'a1a &"<>!foo]]>2' columns c text); -ERROR: unsupported XML feature -LINE 1: select * from xmltable('d/r' passing ''"&<>' COLUMNS ent text); -ERROR: unsupported XML feature -LINE 1: SELECT * FROM xmltable('/x/a' PASSING '''"&<>' COLUMNS ent xml); -ERROR: unsupported XML feature -LINE 1: SELECT * FROM xmltable('/x/a' PASSING '' Seq Scan on public.xmldata - Output: xmldata.data - -> Table Function Scan on "xmltable" - Output: "xmltable".id, "xmltable"._id, "xmltable".country_name, "xmltable".country_id, "xmltable".region_id, "xmltable".size, "xmltable".unit, "xmltable".premier_name - Table Function Call: XMLTABLE(('/ROWS/ROW'::text) PASSING (xmldata.data) COLUMNS id integer PATH ('@id'::text), _id FOR ORDINALITY, country_name text PATH ('COUNTRY_NAME'::text) NOT NULL, country_id text PATH ('COUNTRY_ID'::text), region_id integer PATH ('REGION_ID'::text), size double precision PATH ('SIZE'::text), unit text PATH ('SIZE/@unit'::text), premier_name text DEFAULT ('not specified'::text) PATH ('PREMIER_NAME'::text)) -(7 rows) - --- test qual -SELECT xmltable.* FROM xmldata, LATERAL xmltable('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]' PASSING data COLUMNS "COUNTRY_NAME" text, "REGION_ID" int) WHERE "COUNTRY_NAME" = 'Japan'; - COUNTRY_NAME | REGION_ID ---------------+----------- -(0 rows) - -EXPLAIN (VERBOSE, COSTS OFF) -SELECT f.* FROM xmldata, LATERAL xmltable('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]' PASSING data COLUMNS "COUNTRY_NAME" text, "REGION_ID" int) AS f WHERE "COUNTRY_NAME" = 'Japan'; - QUERY PLAN ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Nested Loop - Output: f."COUNTRY_NAME", f."REGION_ID" - -> Seq Scan on public.xmldata - Output: xmldata.data - -> Table Function Scan on "xmltable" f - Output: f."COUNTRY_NAME", f."REGION_ID" - Table Function Call: XMLTABLE(('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]'::text) PASSING (xmldata.data) COLUMNS "COUNTRY_NAME" text, "REGION_ID" integer) - Filter: (f."COUNTRY_NAME" = 'Japan'::text) -(8 rows) - -EXPLAIN (VERBOSE, FORMAT JSON, COSTS OFF) -SELECT f.* FROM xmldata, LATERAL xmltable('/ROWS/ROW[COUNTRY_NAME="Japan" or COUNTRY_NAME="India"]' PASSING data COLUMNS "COUNTRY_NAME" text, "REGION_ID" int) AS f WHERE "COUNTRY_NAME" = 'Japan'; - QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - [ + - { + - "Plan": { + - "Node Type": "Nested Loop", + - "Parallel Aware": false, + - "Async Capable": false, + - "Join Type": "Inner", + - "Disabled": false, + - "Output": ["f.\"COUNTRY_NAME\"", "f.\"REGION_ID\""], + - "Inner Unique": false, + - "Plans": [ + - { + - "Node Type": "Seq Scan", + - "Parent Relationship": "Outer", + - "Parallel Aware": false, + - "Async Capable": false, + - "Relation Name": "xmldata", + - "Schema": "public", + - "Alias": "xmldata", + - "Disabled": false, + - "Output": ["xmldata.data"] + - }, + - { + - "Node Type": "Table Function Scan", + - "Parent Relationship": "Inner", + - "Parallel Aware": false, + - "Async Capable": false, + - "Table Function Name": "xmltable", + - "Alias": "f", + - "Disabled": false, + - "Output": ["f.\"COUNTRY_NAME\"", "f.\"REGION_ID\""], + - "Table Function Call": "XMLTABLE(('/ROWS/ROW[COUNTRY_NAME=\"Japan\" or COUNTRY_NAME=\"India\"]'::text) PASSING (xmldata.data) COLUMNS \"COUNTRY_NAME\" text, \"REGION_ID\" integer)",+ - "Filter": "(f.\"COUNTRY_NAME\" = 'Japan'::text)" + - } + - ] + - } + - } + - ] -(1 row) - --- should to work with more data -INSERT INTO xmldata VALUES(' - - CZ - Czech Republic - 2Milos Zeman - - - DE - Germany - 2 - - - FR - France - 2 - -'); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmldata VALUES(' - ^ -DETAIL: This functionality requires the server to be built with libxml support. -INSERT INTO xmldata VALUES(' - - EG - Egypt - 1 - - - SD - Sudan - 1 - -'); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmldata VALUES(' - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmltable.* - FROM (SELECT data FROM xmldata) x, - LATERAL XMLTABLE('/ROWS/ROW' - PASSING data - COLUMNS id int PATH '@id', - _id FOR ORDINALITY, - country_name text PATH 'COUNTRY_NAME' NOT NULL, - country_id text PATH 'COUNTRY_ID', - region_id int PATH 'REGION_ID', - size float PATH 'SIZE', - unit text PATH 'SIZE/@unit', - premier_name text PATH 'PREMIER_NAME' DEFAULT 'not specified'); - id | _id | country_name | country_id | region_id | size | unit | premier_name -----+-----+--------------+------------+-----------+------+------+-------------- -(0 rows) - -SELECT xmltable.* - FROM (SELECT data FROM xmldata) x, - LATERAL XMLTABLE('/ROWS/ROW' - PASSING data - COLUMNS id int PATH '@id', - _id FOR ORDINALITY, - country_name text PATH 'COUNTRY_NAME' NOT NULL, - country_id text PATH 'COUNTRY_ID', - region_id int PATH 'REGION_ID', - size float PATH 'SIZE', - unit text PATH 'SIZE/@unit', - premier_name text PATH 'PREMIER_NAME' DEFAULT 'not specified') - WHERE region_id = 2; - id | _id | country_name | country_id | region_id | size | unit | premier_name -----+-----+--------------+------------+-----------+------+------+-------------- -(0 rows) - -EXPLAIN (VERBOSE, COSTS OFF) -SELECT xmltable.* - FROM (SELECT data FROM xmldata) x, - LATERAL XMLTABLE('/ROWS/ROW' - PASSING data - COLUMNS id int PATH '@id', - _id FOR ORDINALITY, - country_name text PATH 'COUNTRY_NAME' NOT NULL, - country_id text PATH 'COUNTRY_ID', - region_id int PATH 'REGION_ID', - size float PATH 'SIZE', - unit text PATH 'SIZE/@unit', - premier_name text PATH 'PREMIER_NAME' DEFAULT 'not specified') - WHERE region_id = 2; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ - Nested Loop - Output: "xmltable".id, "xmltable"._id, "xmltable".country_name, "xmltable".country_id, "xmltable".region_id, "xmltable".size, "xmltable".unit, "xmltable".premier_name - -> Seq Scan on public.xmldata - Output: xmldata.data - -> Table Function Scan on "xmltable" - Output: "xmltable".id, "xmltable"._id, "xmltable".country_name, "xmltable".country_id, "xmltable".region_id, "xmltable".size, "xmltable".unit, "xmltable".premier_name - Table Function Call: XMLTABLE(('/ROWS/ROW'::text) PASSING (xmldata.data) COLUMNS id integer PATH ('@id'::text), _id FOR ORDINALITY, country_name text PATH ('COUNTRY_NAME'::text) NOT NULL, country_id text PATH ('COUNTRY_ID'::text), region_id integer PATH ('REGION_ID'::text), size double precision PATH ('SIZE'::text), unit text PATH ('SIZE/@unit'::text), premier_name text DEFAULT ('not specified'::text) PATH ('PREMIER_NAME'::text)) - Filter: ("xmltable".region_id = 2) -(8 rows) - --- should fail, NULL value -SELECT xmltable.* - FROM (SELECT data FROM xmldata) x, - LATERAL XMLTABLE('/ROWS/ROW' - PASSING data - COLUMNS id int PATH '@id', - _id FOR ORDINALITY, - country_name text PATH 'COUNTRY_NAME' NOT NULL, - country_id text PATH 'COUNTRY_ID', - region_id int PATH 'REGION_ID', - size float PATH 'SIZE' NOT NULL, - unit text PATH 'SIZE/@unit', - premier_name text PATH 'PREMIER_NAME' DEFAULT 'not specified'); - id | _id | country_name | country_id | region_id | size | unit | premier_name -----+-----+--------------+------------+-----------+------+------+-------------- -(0 rows) - --- if all is ok, then result is empty --- one line xml test -WITH - x AS (SELECT proname, proowner, procost::numeric, pronargs, - array_to_string(proargnames,',') as proargnames, - case when proargtypes <> '' then array_to_string(proargtypes::oid[],',') end as proargtypes - FROM pg_proc WHERE proname = 'f_leak'), - y AS (SELECT xmlelement(name proc, - xmlforest(proname, proowner, - procost, pronargs, - proargnames, proargtypes)) as proc - FROM x), - z AS (SELECT xmltable.* - FROM y, - LATERAL xmltable('/proc' PASSING proc - COLUMNS proname name, - proowner oid, - procost float, - pronargs int, - proargnames text, - proargtypes text)) - SELECT * FROM z - EXCEPT SELECT * FROM x; -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. --- multi line xml test, result should be empty too -WITH - x AS (SELECT proname, proowner, procost::numeric, pronargs, - array_to_string(proargnames,',') as proargnames, - case when proargtypes <> '' then array_to_string(proargtypes::oid[],',') end as proargtypes - FROM pg_proc), - y AS (SELECT xmlelement(name data, - xmlagg(xmlelement(name proc, - xmlforest(proname, proowner, procost, - pronargs, proargnames, proargtypes)))) as doc - FROM x), - z AS (SELECT xmltable.* - FROM y, - LATERAL xmltable('/data/proc' PASSING doc - COLUMNS proname name, - proowner oid, - procost float, - pronargs int, - proargnames text, - proargtypes text)) - SELECT * FROM z - EXCEPT SELECT * FROM x; -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -CREATE TABLE xmltest2(x xml, _path text); -INSERT INTO xmltest2 VALUES('1', 'A'); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmltest2 VALUES('1', 'A')... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -INSERT INTO xmltest2 VALUES('2', 'B'); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmltest2 VALUES('2', 'B')... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -INSERT INTO xmltest2 VALUES('3', 'C'); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmltest2 VALUES('3', 'C')... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -INSERT INTO xmltest2 VALUES('2', 'D'); -ERROR: unsupported XML feature -LINE 1: INSERT INTO xmltest2 VALUES('2', 'D')... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmltable.* FROM xmltest2, LATERAL xmltable('/d/r' PASSING x COLUMNS a int PATH '' || lower(_path) || 'c'); - a ---- -(0 rows) - -SELECT xmltable.* FROM xmltest2, LATERAL xmltable(('/d/r/' || lower(_path) || 'c') PASSING x COLUMNS a int PATH '.'); - a ---- -(0 rows) - -SELECT xmltable.* FROM xmltest2, LATERAL xmltable(('/d/r/' || lower(_path) || 'c') PASSING x COLUMNS a int PATH 'x' DEFAULT ascii(_path) - 54); - a ---- -(0 rows) - --- XPath result can be boolean or number too -SELECT * FROM XMLTABLE('*' PASSING 'a' COLUMNS a xml PATH '.', b text PATH '.', c text PATH '"hi"', d boolean PATH '. = "a"', e integer PATH 'string-length(.)'); -ERROR: unsupported XML feature -LINE 1: SELECT * FROM XMLTABLE('*' PASSING 'a' COLUMNS a xml ... - ^ -DETAIL: This functionality requires the server to be built with libxml support. -\x -SELECT * FROM XMLTABLE('*' PASSING 'pre&deeppost' COLUMNS x xml PATH '/e/n2', y xml PATH '/'); -ERROR: unsupported XML feature -LINE 1: SELECT * FROM XMLTABLE('*' PASSING 'pre"', b xml PATH '""'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmltext(NULL); - xmltext ---------- - -(1 row) - -SELECT xmltext(''); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmltext(' '); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmltext('foo `$_-+?=*^%!|/\()[]{}'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmltext('foo & <"bar">'); -ERROR: unsupported XML feature -DETAIL: This functionality requires the server to be built with libxml support. -SELECT xmltext('x'|| '

73

'::xml || .42 || true || 'j'::char); -ERROR: unsupported XML feature -LINE 1: SELECT xmltext('x'|| '

73

'::xml || .42 || true || 'j':... - ^ -DETAIL: This functionality requires the server to be built with libxml support. +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_join.out 2025-05-11 19:30:18.979901000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_join.out 2025-05-11 19:32:43.378526000 +0000 @@ -1,5382 +1,2 @@ --- --- PARTITION_JOIN --- Test partitionwise join between partitioned tables --- --- Enable partitionwise join, which by default is disabled. -SET enable_partitionwise_join to true; --- --- partitioned by a single column --- -CREATE TABLE prt1 (a int, b int, c varchar) PARTITION BY RANGE(a); -CREATE TABLE prt1_p1 PARTITION OF prt1 FOR VALUES FROM (0) TO (250); -CREATE TABLE prt1_p3 PARTITION OF prt1 FOR VALUES FROM (500) TO (600); -CREATE TABLE prt1_p2 PARTITION OF prt1 FOR VALUES FROM (250) TO (500); -INSERT INTO prt1 SELECT i, i % 25, to_char(i, 'FM0000') FROM generate_series(0, 599) i WHERE i % 2 = 0; -CREATE INDEX iprt1_p1_a on prt1_p1(a); -CREATE INDEX iprt1_p2_a on prt1_p2(a); -CREATE INDEX iprt1_p3_a on prt1_p3(a); -ANALYZE prt1; -CREATE TABLE prt2 (a int, b int, c varchar) PARTITION BY RANGE(b); -CREATE TABLE prt2_p1 PARTITION OF prt2 FOR VALUES FROM (0) TO (250); -CREATE TABLE prt2_p2 PARTITION OF prt2 FOR VALUES FROM (250) TO (500); -CREATE TABLE prt2_p3 PARTITION OF prt2 FOR VALUES FROM (500) TO (600); -INSERT INTO prt2 SELECT i % 25, i, to_char(i, 'FM0000') FROM generate_series(0, 599) i WHERE i % 3 = 0; -CREATE INDEX iprt2_p1_b on prt2_p1(b); -CREATE INDEX iprt2_p2_b on prt2_p2(b); -CREATE INDEX iprt2_p3_b on prt2_p3(b); -ANALYZE prt2; --- inner join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.b AND t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN --------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_p1 t2_1 - -> Hash - -> Seq Scan on prt1_p1 t1_1 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_p2 t2_2 - -> Hash - -> Seq Scan on prt1_p2 t1_2 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_p3 t2_3 - -> Hash - -> Seq Scan on prt1_p3 t1_3 - Filter: (b = 0) -(21 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.b AND t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 0 | 0000 | 0 | 0000 - 150 | 0150 | 150 | 0150 - 300 | 0300 | 300 | 0300 - 450 | 0450 | 450 | 0450 -(4 rows) - --- inner join with partially-redundant join clauses -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b; - QUERY PLAN ---------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Merge Join - Merge Cond: (t1_1.a = t2_1.a) - -> Index Scan using iprt1_p1_a on prt1_p1 t1_1 - -> Sort - Sort Key: t2_1.b - -> Seq Scan on prt2_p1 t2_1 - Filter: (a = b) - -> Hash Join - Hash Cond: (t1_2.a = t2_2.a) - -> Seq Scan on prt1_p2 t1_2 - -> Hash - -> Seq Scan on prt2_p2 t2_2 - Filter: (a = b) - -> Hash Join - Hash Cond: (t1_3.a = t2_3.a) - -> Seq Scan on prt1_p3 t1_3 - -> Hash - -> Seq Scan on prt2_p3 t2_3 - Filter: (a = b) -(22 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.a AND t1.a = t2.b ORDER BY t1.a, t2.b; - a | c | b | c -----+------+----+------ - 0 | 0000 | 0 | 0000 - 6 | 0006 | 6 | 0006 - 12 | 0012 | 12 | 0012 - 18 | 0018 | 18 | 0018 - 24 | 0024 | 24 | 0024 -(5 rows) - --- left outer join, 3-way -EXPLAIN (COSTS OFF) -SELECT COUNT(*) FROM prt1 t1 - LEFT JOIN prt1 t2 ON t1.a = t2.a - LEFT JOIN prt1 t3 ON t2.a = t3.a; - QUERY PLAN --------------------------------------------------------- - Aggregate - -> Append - -> Hash Left Join - Hash Cond: (t2_1.a = t3_1.a) - -> Hash Left Join - Hash Cond: (t1_1.a = t2_1.a) - -> Seq Scan on prt1_p1 t1_1 - -> Hash - -> Seq Scan on prt1_p1 t2_1 - -> Hash - -> Seq Scan on prt1_p1 t3_1 - -> Hash Left Join - Hash Cond: (t2_2.a = t3_2.a) - -> Hash Left Join - Hash Cond: (t1_2.a = t2_2.a) - -> Seq Scan on prt1_p2 t1_2 - -> Hash - -> Seq Scan on prt1_p2 t2_2 - -> Hash - -> Seq Scan on prt1_p2 t3_2 - -> Hash Left Join - Hash Cond: (t2_3.a = t3_3.a) - -> Hash Left Join - Hash Cond: (t1_3.a = t2_3.a) - -> Seq Scan on prt1_p3 t1_3 - -> Hash - -> Seq Scan on prt1_p3 t2_3 - -> Hash - -> Seq Scan on prt1_p3 t3_3 -(29 rows) - -SELECT COUNT(*) FROM prt1 t1 - LEFT JOIN prt1 t2 ON t1.a = t2.a - LEFT JOIN prt1 t3 ON t2.a = t3.a; - count -------- - 300 -(1 row) - --- left outer join, with whole-row reference; partitionwise join does not apply -EXPLAIN (COSTS OFF) -SELECT t1, t2 FROM prt1 t1 LEFT JOIN prt2 t2 ON t1.a = t2.b WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN --------------------------------------------------- - Sort - Sort Key: t1.a, t2.b - -> Hash Right Join - Hash Cond: (t2.b = t1.a) - -> Append - -> Seq Scan on prt2_p1 t2_1 - -> Seq Scan on prt2_p2 t2_2 - -> Seq Scan on prt2_p3 t2_3 - -> Hash - -> Append - -> Seq Scan on prt1_p1 t1_1 - Filter: (b = 0) - -> Seq Scan on prt1_p2 t1_2 - Filter: (b = 0) - -> Seq Scan on prt1_p3 t1_3 - Filter: (b = 0) -(16 rows) - -SELECT t1, t2 FROM prt1 t1 LEFT JOIN prt2 t2 ON t1.a = t2.b WHERE t1.b = 0 ORDER BY t1.a, t2.b; - t1 | t2 ---------------+-------------- - (0,0,0000) | (0,0,0000) - (50,0,0050) | - (100,0,0100) | - (150,0,0150) | (0,150,0150) - (200,0,0200) | - (250,0,0250) | - (300,0,0300) | (0,300,0300) - (350,0,0350) | - (400,0,0400) | - (450,0,0450) | (0,450,0450) - (500,0,0500) | - (550,0,0550) | -(12 rows) - --- right outer join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1 RIGHT JOIN prt2 t2 ON t1.a = t2.b WHERE t2.a = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ---------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b - -> Append - -> Hash Right Join - Hash Cond: (t1_1.a = t2_1.b) - -> Seq Scan on prt1_p1 t1_1 - -> Hash - -> Seq Scan on prt2_p1 t2_1 - Filter: (a = 0) - -> Hash Right Join - Hash Cond: (t1_2.a = t2_2.b) - -> Seq Scan on prt1_p2 t1_2 - -> Hash - -> Seq Scan on prt2_p2 t2_2 - Filter: (a = 0) - -> Nested Loop Left Join - -> Seq Scan on prt2_p3 t2_3 - Filter: (a = 0) - -> Index Scan using iprt1_p3_a on prt1_p3 t1_3 - Index Cond: (a = t2_3.b) -(20 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1 RIGHT JOIN prt2 t2 ON t1.a = t2.b WHERE t2.a = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 0 | 0000 | 0 | 0000 - 150 | 0150 | 150 | 0150 - 300 | 0300 | 300 | 0300 - 450 | 0450 | 450 | 0450 - | | 75 | 0075 - | | 225 | 0225 - | | 375 | 0375 - | | 525 | 0525 -(8 rows) - --- full outer join, with placeholder vars -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT 50 phv, * FROM prt1 WHERE prt1.b = 0) t1 FULL JOIN (SELECT 75 phv, * FROM prt2 WHERE prt2.a = 0) t2 ON (t1.a = t2.b) WHERE t1.phv = t1.a OR t2.phv = t2.b ORDER BY t1.a, t2.b; - QUERY PLAN ----------------------------------------------------------------- - Sort - Sort Key: prt1.a, prt2.b - -> Append - -> Hash Full Join - Hash Cond: (prt1_1.a = prt2_1.b) - Filter: (((50) = prt1_1.a) OR ((75) = prt2_1.b)) - -> Seq Scan on prt1_p1 prt1_1 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_p1 prt2_1 - Filter: (a = 0) - -> Hash Full Join - Hash Cond: (prt1_2.a = prt2_2.b) - Filter: (((50) = prt1_2.a) OR ((75) = prt2_2.b)) - -> Seq Scan on prt1_p2 prt1_2 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_p2 prt2_2 - Filter: (a = 0) - -> Hash Full Join - Hash Cond: (prt1_3.a = prt2_3.b) - Filter: (((50) = prt1_3.a) OR ((75) = prt2_3.b)) - -> Seq Scan on prt1_p3 prt1_3 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_p3 prt2_3 - Filter: (a = 0) -(27 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT 50 phv, * FROM prt1 WHERE prt1.b = 0) t1 FULL JOIN (SELECT 75 phv, * FROM prt2 WHERE prt2.a = 0) t2 ON (t1.a = t2.b) WHERE t1.phv = t1.a OR t2.phv = t2.b ORDER BY t1.a, t2.b; - a | c | b | c -----+------+----+------ - 50 | 0050 | | - | | 75 | 0075 -(2 rows) - --- Join with pruned partitions from joining relations -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.b AND t1.a < 450 AND t2.b > 250 AND t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------ - Sort - Sort Key: t1.a - -> Hash Join - Hash Cond: (t2.b = t1.a) - -> Seq Scan on prt2_p2 t2 - Filter: (b > 250) - -> Hash - -> Seq Scan on prt1_p2 t1 - Filter: ((a < 450) AND (b = 0)) -(9 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.b AND t1.a < 450 AND t2.b > 250 AND t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 300 | 0300 | 300 | 0300 -(1 row) - --- Currently we can't do partitioned join if nullable-side partitions are pruned -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1 WHERE a < 450) t1 LEFT JOIN (SELECT * FROM prt2 WHERE b > 250) t2 ON t1.a = t2.b WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------------ - Sort - Sort Key: prt1.a, prt2.b - -> Hash Right Join - Hash Cond: (prt2.b = prt1.a) - -> Append - -> Seq Scan on prt2_p2 prt2_1 - Filter: (b > 250) - -> Seq Scan on prt2_p3 prt2_2 - Filter: (b > 250) - -> Hash - -> Append - -> Seq Scan on prt1_p1 prt1_1 - Filter: ((a < 450) AND (b = 0)) - -> Seq Scan on prt1_p2 prt1_2 - Filter: ((a < 450) AND (b = 0)) -(15 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1 WHERE a < 450) t1 LEFT JOIN (SELECT * FROM prt2 WHERE b > 250) t2 ON t1.a = t2.b WHERE t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 0 | 0000 | | - 50 | 0050 | | - 100 | 0100 | | - 150 | 0150 | | - 200 | 0200 | | - 250 | 0250 | | - 300 | 0300 | 300 | 0300 - 350 | 0350 | | - 400 | 0400 | | -(9 rows) - --- Currently we can't do partitioned join if nullable-side partitions are pruned -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1 WHERE a < 450) t1 FULL JOIN (SELECT * FROM prt2 WHERE b > 250) t2 ON t1.a = t2.b WHERE t1.b = 0 OR t2.a = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ----------------------------------------------------- - Sort - Sort Key: prt1.a, prt2.b - -> Hash Full Join - Hash Cond: (prt1.a = prt2.b) - Filter: ((prt1.b = 0) OR (prt2.a = 0)) - -> Append - -> Seq Scan on prt1_p1 prt1_1 - Filter: (a < 450) - -> Seq Scan on prt1_p2 prt1_2 - Filter: (a < 450) - -> Hash - -> Append - -> Seq Scan on prt2_p2 prt2_1 - Filter: (b > 250) - -> Seq Scan on prt2_p3 prt2_2 - Filter: (b > 250) -(16 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1 WHERE a < 450) t1 FULL JOIN (SELECT * FROM prt2 WHERE b > 250) t2 ON t1.a = t2.b WHERE t1.b = 0 OR t2.a = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 0 | 0000 | | - 50 | 0050 | | - 100 | 0100 | | - 150 | 0150 | | - 200 | 0200 | | - 250 | 0250 | | - 300 | 0300 | 300 | 0300 - 350 | 0350 | | - 400 | 0400 | | - | | 375 | 0375 - | | 450 | 0450 - | | 525 | 0525 -(12 rows) - --- Semi-join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt1 t1 WHERE t1.a IN (SELECT t2.b FROM prt2 t2 WHERE t2.a = 0) AND t1.b = 0 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Semi Join - Hash Cond: (t1_1.a = t2_1.b) - -> Seq Scan on prt1_p1 t1_1 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_p1 t2_1 - Filter: (a = 0) - -> Hash Semi Join - Hash Cond: (t1_2.a = t2_2.b) - -> Seq Scan on prt1_p2 t1_2 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_p2 t2_2 - Filter: (a = 0) - -> Nested Loop Semi Join - Join Filter: (t1_3.a = t2_3.b) - -> Seq Scan on prt1_p3 t1_3 - Filter: (b = 0) - -> Materialize - -> Seq Scan on prt2_p3 t2_3 - Filter: (a = 0) -(24 rows) - -SELECT t1.* FROM prt1 t1 WHERE t1.a IN (SELECT t2.b FROM prt2 t2 WHERE t2.a = 0) AND t1.b = 0 ORDER BY t1.a; - a | b | c ------+---+------ - 0 | 0 | 0000 - 150 | 0 | 0150 - 300 | 0 | 0300 - 450 | 0 | 0450 -(4 rows) - --- Anti-join with aggregates -EXPLAIN (COSTS OFF) -SELECT sum(t1.a), avg(t1.a), sum(t1.b), avg(t1.b) FROM prt1 t1 WHERE NOT EXISTS (SELECT 1 FROM prt2 t2 WHERE t1.a = t2.b); - QUERY PLAN --------------------------------------------------- - Aggregate - -> Append - -> Hash Anti Join - Hash Cond: (t1_1.a = t2_1.b) - -> Seq Scan on prt1_p1 t1_1 - -> Hash - -> Seq Scan on prt2_p1 t2_1 - -> Hash Anti Join - Hash Cond: (t1_2.a = t2_2.b) - -> Seq Scan on prt1_p2 t1_2 - -> Hash - -> Seq Scan on prt2_p2 t2_2 - -> Hash Anti Join - Hash Cond: (t1_3.a = t2_3.b) - -> Seq Scan on prt1_p3 t1_3 - -> Hash - -> Seq Scan on prt2_p3 t2_3 -(17 rows) - -SELECT sum(t1.a), avg(t1.a), sum(t1.b), avg(t1.b) FROM prt1 t1 WHERE NOT EXISTS (SELECT 1 FROM prt2 t2 WHERE t1.a = t2.b); - sum | avg | sum | avg --------+----------------------+------+--------------------- - 60000 | 300.0000000000000000 | 2400 | 12.0000000000000000 -(1 row) - --- lateral reference -EXPLAIN (COSTS OFF) -SELECT * FROM prt1 t1 LEFT JOIN LATERAL - (SELECT t2.a AS t2a, t3.a AS t3a, least(t1.a,t2.a,t3.b) FROM prt1 t2 JOIN prt2 t3 ON (t2.a = t3.b)) ss - ON t1.a = ss.t2a WHERE t1.b = 0 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Nested Loop Left Join - -> Seq Scan on prt1_p1 t1_1 - Filter: (b = 0) - -> Nested Loop - -> Index Only Scan using iprt1_p1_a on prt1_p1 t2_1 - Index Cond: (a = t1_1.a) - -> Index Scan using iprt2_p1_b on prt2_p1 t3_1 - Index Cond: (b = t2_1.a) - -> Nested Loop Left Join - -> Seq Scan on prt1_p2 t1_2 - Filter: (b = 0) - -> Nested Loop - -> Index Only Scan using iprt1_p2_a on prt1_p2 t2_2 - Index Cond: (a = t1_2.a) - -> Index Scan using iprt2_p2_b on prt2_p2 t3_2 - Index Cond: (b = t2_2.a) - -> Nested Loop Left Join - -> Seq Scan on prt1_p3 t1_3 - Filter: (b = 0) - -> Nested Loop - -> Index Only Scan using iprt1_p3_a on prt1_p3 t2_3 - Index Cond: (a = t1_3.a) - -> Index Scan using iprt2_p3_b on prt2_p3 t3_3 - Index Cond: (b = t2_3.a) -(27 rows) - -SELECT * FROM prt1 t1 LEFT JOIN LATERAL - (SELECT t2.a AS t2a, t3.a AS t3a, least(t1.a,t2.a,t3.b) FROM prt1 t2 JOIN prt2 t3 ON (t2.a = t3.b)) ss - ON t1.a = ss.t2a WHERE t1.b = 0 ORDER BY t1.a; - a | b | c | t2a | t3a | least ------+---+------+-----+-----+------- - 0 | 0 | 0000 | 0 | 0 | 0 - 50 | 0 | 0050 | | | - 100 | 0 | 0100 | | | - 150 | 0 | 0150 | 150 | 0 | 150 - 200 | 0 | 0200 | | | - 250 | 0 | 0250 | | | - 300 | 0 | 0300 | 300 | 0 | 300 - 350 | 0 | 0350 | | | - 400 | 0 | 0400 | | | - 450 | 0 | 0450 | 450 | 0 | 450 - 500 | 0 | 0500 | | | - 550 | 0 | 0550 | | | -(12 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.a, ss.t2a, ss.t2c FROM prt1 t1 LEFT JOIN LATERAL - (SELECT t2.a AS t2a, t3.a AS t3a, t2.b t2b, t2.c t2c, least(t1.a,t2.a,t3.b) FROM prt1 t2 JOIN prt2 t3 ON (t2.a = t3.b)) ss - ON t1.c = ss.t2c WHERE (t1.b + coalesce(ss.t2b, 0)) = 0 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Left Join - Hash Cond: ((t1.c)::text = (t2.c)::text) - Filter: ((t1.b + COALESCE(t2.b, 0)) = 0) - -> Append - -> Seq Scan on prt1_p1 t1_1 - -> Seq Scan on prt1_p2 t1_2 - -> Seq Scan on prt1_p3 t1_3 - -> Hash - -> Append - -> Hash Join - Hash Cond: (t2_1.a = t3_1.b) - -> Seq Scan on prt1_p1 t2_1 - -> Hash - -> Seq Scan on prt2_p1 t3_1 - -> Hash Join - Hash Cond: (t2_2.a = t3_2.b) - -> Seq Scan on prt1_p2 t2_2 - -> Hash - -> Seq Scan on prt2_p2 t3_2 - -> Hash Join - Hash Cond: (t2_3.a = t3_3.b) - -> Seq Scan on prt1_p3 t2_3 - -> Hash - -> Seq Scan on prt2_p3 t3_3 -(26 rows) - -SELECT t1.a, ss.t2a, ss.t2c FROM prt1 t1 LEFT JOIN LATERAL - (SELECT t2.a AS t2a, t3.a AS t3a, t2.b t2b, t2.c t2c, least(t1.a,t2.a,t3.a) FROM prt1 t2 JOIN prt2 t3 ON (t2.a = t3.b)) ss - ON t1.c = ss.t2c WHERE (t1.b + coalesce(ss.t2b, 0)) = 0 ORDER BY t1.a; - a | t2a | t2c ------+-----+------ - 0 | 0 | 0000 - 50 | | - 100 | | - 150 | 150 | 0150 - 200 | | - 250 | | - 300 | 300 | 0300 - 350 | | - 400 | | - 450 | 450 | 0450 - 500 | | - 550 | | -(12 rows) - --- lateral reference in sample scan -EXPLAIN (COSTS OFF) -SELECT * FROM prt1 t1 JOIN LATERAL - (SELECT * FROM prt1 t2 TABLESAMPLE SYSTEM (t1.a) REPEATABLE(t1.b)) s - ON t1.a = s.a; - QUERY PLAN -------------------------------------------------------------- - Append - -> Nested Loop - -> Seq Scan on prt1_p1 t1_1 - -> Sample Scan on prt1_p1 t2_1 - Sampling: system (t1_1.a) REPEATABLE (t1_1.b) - Filter: (t1_1.a = a) - -> Nested Loop - -> Seq Scan on prt1_p2 t1_2 - -> Sample Scan on prt1_p2 t2_2 - Sampling: system (t1_2.a) REPEATABLE (t1_2.b) - Filter: (t1_2.a = a) - -> Nested Loop - -> Seq Scan on prt1_p3 t1_3 - -> Sample Scan on prt1_p3 t2_3 - Sampling: system (t1_3.a) REPEATABLE (t1_3.b) - Filter: (t1_3.a = a) -(16 rows) - --- lateral reference in scan's restriction clauses -EXPLAIN (COSTS OFF) -SELECT count(*) FROM prt1 t1 LEFT JOIN LATERAL - (SELECT t1.b AS t1b, t2.* FROM prt2 t2) s - ON t1.a = s.b WHERE s.t1b = s.a; - QUERY PLAN ---------------------------------------------------------------- - Aggregate - -> Append - -> Nested Loop - -> Seq Scan on prt1_p1 t1_1 - -> Index Scan using iprt2_p1_b on prt2_p1 t2_1 - Index Cond: (b = t1_1.a) - Filter: (t1_1.b = a) - -> Nested Loop - -> Seq Scan on prt1_p2 t1_2 - -> Index Scan using iprt2_p2_b on prt2_p2 t2_2 - Index Cond: (b = t1_2.a) - Filter: (t1_2.b = a) - -> Nested Loop - -> Seq Scan on prt1_p3 t1_3 - -> Index Scan using iprt2_p3_b on prt2_p3 t2_3 - Index Cond: (b = t1_3.a) - Filter: (t1_3.b = a) -(17 rows) - -SELECT count(*) FROM prt1 t1 LEFT JOIN LATERAL - (SELECT t1.b AS t1b, t2.* FROM prt2 t2) s - ON t1.a = s.b WHERE s.t1b = s.a; - count -------- - 100 -(1 row) - -EXPLAIN (COSTS OFF) -SELECT count(*) FROM prt1 t1 LEFT JOIN LATERAL - (SELECT t1.b AS t1b, t2.* FROM prt2 t2) s - ON t1.a = s.b WHERE s.t1b = s.b; - QUERY PLAN --------------------------------------------------------------------- - Aggregate - -> Append - -> Nested Loop - -> Seq Scan on prt1_p1 t1_1 - -> Index Only Scan using iprt2_p1_b on prt2_p1 t2_1 - Index Cond: (b = t1_1.a) - Filter: (b = t1_1.b) - -> Nested Loop - -> Seq Scan on prt1_p2 t1_2 - -> Index Only Scan using iprt2_p2_b on prt2_p2 t2_2 - Index Cond: (b = t1_2.a) - Filter: (b = t1_2.b) - -> Nested Loop - -> Seq Scan on prt1_p3 t1_3 - -> Index Only Scan using iprt2_p3_b on prt2_p3 t2_3 - Index Cond: (b = t1_3.a) - Filter: (b = t1_3.b) -(17 rows) - -SELECT count(*) FROM prt1 t1 LEFT JOIN LATERAL - (SELECT t1.b AS t1b, t2.* FROM prt2 t2) s - ON t1.a = s.b WHERE s.t1b = s.b; - count -------- - 5 -(1 row) - --- bug with inadequate sort key representation -SET enable_partitionwise_aggregate TO true; -SET enable_hashjoin TO false; -EXPLAIN (COSTS OFF) -SELECT a, b FROM prt1 FULL JOIN prt2 p2(b,a,c) USING(a,b) - WHERE a BETWEEN 490 AND 510 - GROUP BY 1, 2 ORDER BY 1, 2; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------ - Group - Group Key: (COALESCE(prt1.a, p2.a)), (COALESCE(prt1.b, p2.b)) - -> Merge Append - Sort Key: (COALESCE(prt1.a, p2.a)), (COALESCE(prt1.b, p2.b)) - -> Group - Group Key: (COALESCE(prt1.a, p2.a)), (COALESCE(prt1.b, p2.b)) - -> Sort - Sort Key: (COALESCE(prt1.a, p2.a)), (COALESCE(prt1.b, p2.b)) - -> Merge Full Join - Merge Cond: ((prt1.a = p2.a) AND (prt1.b = p2.b)) - Filter: ((COALESCE(prt1.a, p2.a) >= 490) AND (COALESCE(prt1.a, p2.a) <= 510)) - -> Sort - Sort Key: prt1.a, prt1.b - -> Seq Scan on prt1_p1 prt1 - -> Sort - Sort Key: p2.a, p2.b - -> Seq Scan on prt2_p1 p2 - -> Group - Group Key: (COALESCE(prt1_1.a, p2_1.a)), (COALESCE(prt1_1.b, p2_1.b)) - -> Sort - Sort Key: (COALESCE(prt1_1.a, p2_1.a)), (COALESCE(prt1_1.b, p2_1.b)) - -> Merge Full Join - Merge Cond: ((prt1_1.a = p2_1.a) AND (prt1_1.b = p2_1.b)) - Filter: ((COALESCE(prt1_1.a, p2_1.a) >= 490) AND (COALESCE(prt1_1.a, p2_1.a) <= 510)) - -> Sort - Sort Key: prt1_1.a, prt1_1.b - -> Seq Scan on prt1_p2 prt1_1 - -> Sort - Sort Key: p2_1.a, p2_1.b - -> Seq Scan on prt2_p2 p2_1 - -> Group - Group Key: (COALESCE(prt1_2.a, p2_2.a)), (COALESCE(prt1_2.b, p2_2.b)) - -> Sort - Sort Key: (COALESCE(prt1_2.a, p2_2.a)), (COALESCE(prt1_2.b, p2_2.b)) - -> Merge Full Join - Merge Cond: ((prt1_2.a = p2_2.a) AND (prt1_2.b = p2_2.b)) - Filter: ((COALESCE(prt1_2.a, p2_2.a) >= 490) AND (COALESCE(prt1_2.a, p2_2.a) <= 510)) - -> Sort - Sort Key: prt1_2.a, prt1_2.b - -> Seq Scan on prt1_p3 prt1_2 - -> Sort - Sort Key: p2_2.a, p2_2.b - -> Seq Scan on prt2_p3 p2_2 -(43 rows) - -SELECT a, b FROM prt1 FULL JOIN prt2 p2(b,a,c) USING(a,b) - WHERE a BETWEEN 490 AND 510 - GROUP BY 1, 2 ORDER BY 1, 2; - a | b ------+---- - 490 | 15 - 492 | 17 - 494 | 19 - 495 | 20 - 496 | 21 - 498 | 23 - 500 | 0 - 501 | 1 - 502 | 2 - 504 | 4 - 506 | 6 - 507 | 7 - 508 | 8 - 510 | 10 -(14 rows) - -RESET enable_partitionwise_aggregate; -RESET enable_hashjoin; --- bug in freeing the SpecialJoinInfo of a child-join -EXPLAIN (COSTS OFF) -SELECT * FROM prt1 t1 JOIN prt1 t2 ON t1.a = t2.a WHERE t1.a IN (SELECT a FROM prt1 t3); - QUERY PLAN --------------------------------------------------- - Append - -> Hash Semi Join - Hash Cond: (t1_1.a = t3_1.a) - -> Hash Join - Hash Cond: (t1_1.a = t2_1.a) - -> Seq Scan on prt1_p1 t1_1 - -> Hash - -> Seq Scan on prt1_p1 t2_1 - -> Hash - -> Seq Scan on prt1_p1 t3_1 - -> Hash Semi Join - Hash Cond: (t1_2.a = t3_2.a) - -> Hash Join - Hash Cond: (t1_2.a = t2_2.a) - -> Seq Scan on prt1_p2 t1_2 - -> Hash - -> Seq Scan on prt1_p2 t2_2 - -> Hash - -> Seq Scan on prt1_p2 t3_2 - -> Hash Semi Join - Hash Cond: (t1_3.a = t3_3.a) - -> Hash Join - Hash Cond: (t1_3.a = t2_3.a) - -> Seq Scan on prt1_p3 t1_3 - -> Hash - -> Seq Scan on prt1_p3 t2_3 - -> Hash - -> Seq Scan on prt1_p3 t3_3 -(28 rows) - --- --- partitioned by expression --- -CREATE TABLE prt1_e (a int, b int, c int) PARTITION BY RANGE(((a + b)/2)); -CREATE TABLE prt1_e_p1 PARTITION OF prt1_e FOR VALUES FROM (0) TO (250); -CREATE TABLE prt1_e_p2 PARTITION OF prt1_e FOR VALUES FROM (250) TO (500); -CREATE TABLE prt1_e_p3 PARTITION OF prt1_e FOR VALUES FROM (500) TO (600); -INSERT INTO prt1_e SELECT i, i, i % 25 FROM generate_series(0, 599, 2) i; -CREATE INDEX iprt1_e_p1_ab2 on prt1_e_p1(((a+b)/2)); -CREATE INDEX iprt1_e_p2_ab2 on prt1_e_p2(((a+b)/2)); -CREATE INDEX iprt1_e_p3_ab2 on prt1_e_p3(((a+b)/2)); -ANALYZE prt1_e; -CREATE TABLE prt2_e (a int, b int, c int) PARTITION BY RANGE(((b + a)/2)); -CREATE TABLE prt2_e_p1 PARTITION OF prt2_e FOR VALUES FROM (0) TO (250); -CREATE TABLE prt2_e_p2 PARTITION OF prt2_e FOR VALUES FROM (250) TO (500); -CREATE TABLE prt2_e_p3 PARTITION OF prt2_e FOR VALUES FROM (500) TO (600); -INSERT INTO prt2_e SELECT i, i, i % 25 FROM generate_series(0, 599, 3) i; -ANALYZE prt2_e; -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_e t1, prt2_e t2 WHERE (t1.a + t1.b)/2 = (t2.b + t2.a)/2 AND t1.c = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b - -> Append - -> Hash Join - Hash Cond: (((t2_1.b + t2_1.a) / 2) = ((t1_1.a + t1_1.b) / 2)) - -> Seq Scan on prt2_e_p1 t2_1 - -> Hash - -> Seq Scan on prt1_e_p1 t1_1 - Filter: (c = 0) - -> Hash Join - Hash Cond: (((t2_2.b + t2_2.a) / 2) = ((t1_2.a + t1_2.b) / 2)) - -> Seq Scan on prt2_e_p2 t2_2 - -> Hash - -> Seq Scan on prt1_e_p2 t1_2 - Filter: (c = 0) - -> Hash Join - Hash Cond: (((t2_3.b + t2_3.a) / 2) = ((t1_3.a + t1_3.b) / 2)) - -> Seq Scan on prt2_e_p3 t2_3 - -> Hash - -> Seq Scan on prt1_e_p3 t1_3 - Filter: (c = 0) -(21 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_e t1, prt2_e t2 WHERE (t1.a + t1.b)/2 = (t2.b + t2.a)/2 AND t1.c = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+---+-----+--- - 0 | 0 | 0 | 0 - 150 | 0 | 150 | 0 - 300 | 0 | 300 | 0 - 450 | 0 | 450 | 0 -(4 rows) - --- --- N-way join --- -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c, t3.a + t3.b, t3.c FROM prt1 t1, prt2 t2, prt1_e t3 WHERE t1.a = t2.b AND t1.a = (t3.a + t3.b)/2 AND t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ---------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Nested Loop - Join Filter: (t1_1.a = ((t3_1.a + t3_1.b) / 2)) - -> Hash Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_p1 t2_1 - -> Hash - -> Seq Scan on prt1_p1 t1_1 - Filter: (b = 0) - -> Index Scan using iprt1_e_p1_ab2 on prt1_e_p1 t3_1 - Index Cond: (((a + b) / 2) = t2_1.b) - -> Nested Loop - Join Filter: (t1_2.a = ((t3_2.a + t3_2.b) / 2)) - -> Hash Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_p2 t2_2 - -> Hash - -> Seq Scan on prt1_p2 t1_2 - Filter: (b = 0) - -> Index Scan using iprt1_e_p2_ab2 on prt1_e_p2 t3_2 - Index Cond: (((a + b) / 2) = t2_2.b) - -> Nested Loop - Join Filter: (t1_3.a = ((t3_3.a + t3_3.b) / 2)) - -> Hash Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_p3 t2_3 - -> Hash - -> Seq Scan on prt1_p3 t1_3 - Filter: (b = 0) - -> Index Scan using iprt1_e_p3_ab2 on prt1_e_p3 t3_3 - Index Cond: (((a + b) / 2) = t2_3.b) -(33 rows) - -SELECT t1.a, t1.c, t2.b, t2.c, t3.a + t3.b, t3.c FROM prt1 t1, prt2 t2, prt1_e t3 WHERE t1.a = t2.b AND t1.a = (t3.a + t3.b)/2 AND t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c | ?column? | c ------+------+-----+------+----------+--- - 0 | 0000 | 0 | 0000 | 0 | 0 - 150 | 0150 | 150 | 0150 | 300 | 0 - 300 | 0300 | 300 | 0300 | 600 | 0 - 450 | 0450 | 450 | 0450 | 900 | 0 -(4 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c, t3.a + t3.b, t3.c FROM (prt1 t1 LEFT JOIN prt2 t2 ON t1.a = t2.b) LEFT JOIN prt1_e t3 ON (t1.a = (t3.a + t3.b)/2) WHERE t1.b = 0 ORDER BY t1.a, t2.b, t3.a + t3.b; - QUERY PLAN --------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b, ((t3.a + t3.b)) - -> Append - -> Hash Right Join - Hash Cond: (((t3_1.a + t3_1.b) / 2) = t1_1.a) - -> Seq Scan on prt1_e_p1 t3_1 - -> Hash - -> Hash Right Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_p1 t2_1 - -> Hash - -> Seq Scan on prt1_p1 t1_1 - Filter: (b = 0) - -> Hash Right Join - Hash Cond: (((t3_2.a + t3_2.b) / 2) = t1_2.a) - -> Seq Scan on prt1_e_p2 t3_2 - -> Hash - -> Hash Right Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_p2 t2_2 - -> Hash - -> Seq Scan on prt1_p2 t1_2 - Filter: (b = 0) - -> Hash Right Join - Hash Cond: (((t3_3.a + t3_3.b) / 2) = t1_3.a) - -> Seq Scan on prt1_e_p3 t3_3 - -> Hash - -> Hash Right Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_p3 t2_3 - -> Hash - -> Seq Scan on prt1_p3 t1_3 - Filter: (b = 0) -(33 rows) - -SELECT t1.a, t1.c, t2.b, t2.c, t3.a + t3.b, t3.c FROM (prt1 t1 LEFT JOIN prt2 t2 ON t1.a = t2.b) LEFT JOIN prt1_e t3 ON (t1.a = (t3.a + t3.b)/2) WHERE t1.b = 0 ORDER BY t1.a, t2.b, t3.a + t3.b; - a | c | b | c | ?column? | c ------+------+-----+------+----------+--- - 0 | 0000 | 0 | 0000 | 0 | 0 - 50 | 0050 | | | 100 | 0 - 100 | 0100 | | | 200 | 0 - 150 | 0150 | 150 | 0150 | 300 | 0 - 200 | 0200 | | | 400 | 0 - 250 | 0250 | | | 500 | 0 - 300 | 0300 | 300 | 0300 | 600 | 0 - 350 | 0350 | | | 700 | 0 - 400 | 0400 | | | 800 | 0 - 450 | 0450 | 450 | 0450 | 900 | 0 - 500 | 0500 | | | 1000 | 0 - 550 | 0550 | | | 1100 | 0 -(12 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c, t3.a + t3.b, t3.c FROM (prt1 t1 LEFT JOIN prt2 t2 ON t1.a = t2.b) RIGHT JOIN prt1_e t3 ON (t1.a = (t3.a + t3.b)/2) WHERE t3.c = 0 ORDER BY t1.a, t2.b, t3.a + t3.b; - QUERY PLAN -------------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b, ((t3.a + t3.b)) - -> Append - -> Nested Loop Left Join - -> Hash Right Join - Hash Cond: (t1_1.a = ((t3_1.a + t3_1.b) / 2)) - -> Seq Scan on prt1_p1 t1_1 - -> Hash - -> Seq Scan on prt1_e_p1 t3_1 - Filter: (c = 0) - -> Index Scan using iprt2_p1_b on prt2_p1 t2_1 - Index Cond: (b = t1_1.a) - -> Nested Loop Left Join - -> Hash Right Join - Hash Cond: (t1_2.a = ((t3_2.a + t3_2.b) / 2)) - -> Seq Scan on prt1_p2 t1_2 - -> Hash - -> Seq Scan on prt1_e_p2 t3_2 - Filter: (c = 0) - -> Index Scan using iprt2_p2_b on prt2_p2 t2_2 - Index Cond: (b = t1_2.a) - -> Nested Loop Left Join - -> Hash Right Join - Hash Cond: (t1_3.a = ((t3_3.a + t3_3.b) / 2)) - -> Seq Scan on prt1_p3 t1_3 - -> Hash - -> Seq Scan on prt1_e_p3 t3_3 - Filter: (c = 0) - -> Index Scan using iprt2_p3_b on prt2_p3 t2_3 - Index Cond: (b = t1_3.a) -(30 rows) - -SELECT t1.a, t1.c, t2.b, t2.c, t3.a + t3.b, t3.c FROM (prt1 t1 LEFT JOIN prt2 t2 ON t1.a = t2.b) RIGHT JOIN prt1_e t3 ON (t1.a = (t3.a + t3.b)/2) WHERE t3.c = 0 ORDER BY t1.a, t2.b, t3.a + t3.b; - a | c | b | c | ?column? | c ------+------+-----+------+----------+--- - 0 | 0000 | 0 | 0000 | 0 | 0 - 50 | 0050 | | | 100 | 0 - 100 | 0100 | | | 200 | 0 - 150 | 0150 | 150 | 0150 | 300 | 0 - 200 | 0200 | | | 400 | 0 - 250 | 0250 | | | 500 | 0 - 300 | 0300 | 300 | 0300 | 600 | 0 - 350 | 0350 | | | 700 | 0 - 400 | 0400 | | | 800 | 0 - 450 | 0450 | 450 | 0450 | 900 | 0 - 500 | 0500 | | | 1000 | 0 - 550 | 0550 | | | 1100 | 0 -(12 rows) - --- --- 3-way full join --- -EXPLAIN (COSTS OFF) -SELECT COUNT(*) FROM prt1 FULL JOIN prt2 p2(b,a,c) USING(a,b) FULL JOIN prt2 p3(b,a,c) USING (a, b) - WHERE a BETWEEN 490 AND 510; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------ - Aggregate - -> Append - -> Hash Full Join - Hash Cond: ((COALESCE(prt1_1.a, p2_1.a) = p3_1.a) AND (COALESCE(prt1_1.b, p2_1.b) = p3_1.b)) - Filter: ((COALESCE(COALESCE(prt1_1.a, p2_1.a), p3_1.a) >= 490) AND (COALESCE(COALESCE(prt1_1.a, p2_1.a), p3_1.a) <= 510)) - -> Hash Full Join - Hash Cond: ((prt1_1.a = p2_1.a) AND (prt1_1.b = p2_1.b)) - -> Seq Scan on prt1_p1 prt1_1 - -> Hash - -> Seq Scan on prt2_p1 p2_1 - -> Hash - -> Seq Scan on prt2_p1 p3_1 - -> Hash Full Join - Hash Cond: ((COALESCE(prt1_2.a, p2_2.a) = p3_2.a) AND (COALESCE(prt1_2.b, p2_2.b) = p3_2.b)) - Filter: ((COALESCE(COALESCE(prt1_2.a, p2_2.a), p3_2.a) >= 490) AND (COALESCE(COALESCE(prt1_2.a, p2_2.a), p3_2.a) <= 510)) - -> Hash Full Join - Hash Cond: ((prt1_2.a = p2_2.a) AND (prt1_2.b = p2_2.b)) - -> Seq Scan on prt1_p2 prt1_2 - -> Hash - -> Seq Scan on prt2_p2 p2_2 - -> Hash - -> Seq Scan on prt2_p2 p3_2 - -> Hash Full Join - Hash Cond: ((COALESCE(prt1_3.a, p2_3.a) = p3_3.a) AND (COALESCE(prt1_3.b, p2_3.b) = p3_3.b)) - Filter: ((COALESCE(COALESCE(prt1_3.a, p2_3.a), p3_3.a) >= 490) AND (COALESCE(COALESCE(prt1_3.a, p2_3.a), p3_3.a) <= 510)) - -> Hash Full Join - Hash Cond: ((prt1_3.a = p2_3.a) AND (prt1_3.b = p2_3.b)) - -> Seq Scan on prt1_p3 prt1_3 - -> Hash - -> Seq Scan on prt2_p3 p2_3 - -> Hash - -> Seq Scan on prt2_p3 p3_3 -(32 rows) - -SELECT COUNT(*) FROM prt1 FULL JOIN prt2 p2(b,a,c) USING(a,b) FULL JOIN prt2 p3(b,a,c) USING (a, b) - WHERE a BETWEEN 490 AND 510; - count -------- - 14 -(1 row) - --- --- 4-way full join --- -EXPLAIN (COSTS OFF) -SELECT COUNT(*) FROM prt1 FULL JOIN prt2 p2(b,a,c) USING(a,b) FULL JOIN prt2 p3(b,a,c) USING (a, b) FULL JOIN prt1 p4 (a,b,c) USING (a, b) - WHERE a BETWEEN 490 AND 510; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ - Aggregate - -> Append - -> Hash Full Join - Hash Cond: ((COALESCE(COALESCE(prt1_1.a, p2_1.a), p3_1.a) = p4_1.a) AND (COALESCE(COALESCE(prt1_1.b, p2_1.b), p3_1.b) = p4_1.b)) - Filter: ((COALESCE(COALESCE(COALESCE(prt1_1.a, p2_1.a), p3_1.a), p4_1.a) >= 490) AND (COALESCE(COALESCE(COALESCE(prt1_1.a, p2_1.a), p3_1.a), p4_1.a) <= 510)) - -> Hash Full Join - Hash Cond: ((COALESCE(prt1_1.a, p2_1.a) = p3_1.a) AND (COALESCE(prt1_1.b, p2_1.b) = p3_1.b)) - -> Hash Full Join - Hash Cond: ((prt1_1.a = p2_1.a) AND (prt1_1.b = p2_1.b)) - -> Seq Scan on prt1_p1 prt1_1 - -> Hash - -> Seq Scan on prt2_p1 p2_1 - -> Hash - -> Seq Scan on prt2_p1 p3_1 - -> Hash - -> Seq Scan on prt1_p1 p4_1 - -> Hash Full Join - Hash Cond: ((COALESCE(COALESCE(prt1_2.a, p2_2.a), p3_2.a) = p4_2.a) AND (COALESCE(COALESCE(prt1_2.b, p2_2.b), p3_2.b) = p4_2.b)) - Filter: ((COALESCE(COALESCE(COALESCE(prt1_2.a, p2_2.a), p3_2.a), p4_2.a) >= 490) AND (COALESCE(COALESCE(COALESCE(prt1_2.a, p2_2.a), p3_2.a), p4_2.a) <= 510)) - -> Hash Full Join - Hash Cond: ((COALESCE(prt1_2.a, p2_2.a) = p3_2.a) AND (COALESCE(prt1_2.b, p2_2.b) = p3_2.b)) - -> Hash Full Join - Hash Cond: ((prt1_2.a = p2_2.a) AND (prt1_2.b = p2_2.b)) - -> Seq Scan on prt1_p2 prt1_2 - -> Hash - -> Seq Scan on prt2_p2 p2_2 - -> Hash - -> Seq Scan on prt2_p2 p3_2 - -> Hash - -> Seq Scan on prt1_p2 p4_2 - -> Hash Full Join - Hash Cond: ((COALESCE(COALESCE(prt1_3.a, p2_3.a), p3_3.a) = p4_3.a) AND (COALESCE(COALESCE(prt1_3.b, p2_3.b), p3_3.b) = p4_3.b)) - Filter: ((COALESCE(COALESCE(COALESCE(prt1_3.a, p2_3.a), p3_3.a), p4_3.a) >= 490) AND (COALESCE(COALESCE(COALESCE(prt1_3.a, p2_3.a), p3_3.a), p4_3.a) <= 510)) - -> Hash Full Join - Hash Cond: ((COALESCE(prt1_3.a, p2_3.a) = p3_3.a) AND (COALESCE(prt1_3.b, p2_3.b) = p3_3.b)) - -> Hash Full Join - Hash Cond: ((prt1_3.a = p2_3.a) AND (prt1_3.b = p2_3.b)) - -> Seq Scan on prt1_p3 prt1_3 - -> Hash - -> Seq Scan on prt2_p3 p2_3 - -> Hash - -> Seq Scan on prt2_p3 p3_3 - -> Hash - -> Seq Scan on prt1_p3 p4_3 -(44 rows) - -SELECT COUNT(*) FROM prt1 FULL JOIN prt2 p2(b,a,c) USING(a,b) FULL JOIN prt2 p3(b,a,c) USING (a, b) FULL JOIN prt1 p4 (a,b,c) USING (a, b) - WHERE a BETWEEN 490 AND 510; - count -------- - 14 -(1 row) - --- Cases with non-nullable expressions in subquery results; --- make sure these go to null as expected -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.phv, t2.b, t2.phv, t3.a + t3.b, t3.phv FROM ((SELECT 50 phv, * FROM prt1 WHERE prt1.b = 0) t1 FULL JOIN (SELECT 75 phv, * FROM prt2 WHERE prt2.a = 0) t2 ON (t1.a = t2.b)) FULL JOIN (SELECT 50 phv, * FROM prt1_e WHERE prt1_e.c = 0) t3 ON (t1.a = (t3.a + t3.b)/2) WHERE t1.a = t1.phv OR t2.b = t2.phv OR (t3.a + t3.b)/2 = t3.phv ORDER BY t1.a, t2.b, t3.a + t3.b; - QUERY PLAN ------------------------------------------------------------------------------------------------------------- - Sort - Sort Key: prt1.a, prt2.b, ((prt1_e.a + prt1_e.b)) - -> Append - -> Hash Full Join - Hash Cond: (prt1_1.a = ((prt1_e_1.a + prt1_e_1.b) / 2)) - Filter: ((prt1_1.a = (50)) OR (prt2_1.b = (75)) OR (((prt1_e_1.a + prt1_e_1.b) / 2) = (50))) - -> Hash Full Join - Hash Cond: (prt1_1.a = prt2_1.b) - -> Seq Scan on prt1_p1 prt1_1 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_p1 prt2_1 - Filter: (a = 0) - -> Hash - -> Seq Scan on prt1_e_p1 prt1_e_1 - Filter: (c = 0) - -> Hash Full Join - Hash Cond: (prt1_2.a = ((prt1_e_2.a + prt1_e_2.b) / 2)) - Filter: ((prt1_2.a = (50)) OR (prt2_2.b = (75)) OR (((prt1_e_2.a + prt1_e_2.b) / 2) = (50))) - -> Hash Full Join - Hash Cond: (prt1_2.a = prt2_2.b) - -> Seq Scan on prt1_p2 prt1_2 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_p2 prt2_2 - Filter: (a = 0) - -> Hash - -> Seq Scan on prt1_e_p2 prt1_e_2 - Filter: (c = 0) - -> Hash Full Join - Hash Cond: (prt1_3.a = ((prt1_e_3.a + prt1_e_3.b) / 2)) - Filter: ((prt1_3.a = (50)) OR (prt2_3.b = (75)) OR (((prt1_e_3.a + prt1_e_3.b) / 2) = (50))) - -> Hash Full Join - Hash Cond: (prt1_3.a = prt2_3.b) - -> Seq Scan on prt1_p3 prt1_3 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_p3 prt2_3 - Filter: (a = 0) - -> Hash - -> Seq Scan on prt1_e_p3 prt1_e_3 - Filter: (c = 0) -(42 rows) - -SELECT t1.a, t1.phv, t2.b, t2.phv, t3.a + t3.b, t3.phv FROM ((SELECT 50 phv, * FROM prt1 WHERE prt1.b = 0) t1 FULL JOIN (SELECT 75 phv, * FROM prt2 WHERE prt2.a = 0) t2 ON (t1.a = t2.b)) FULL JOIN (SELECT 50 phv, * FROM prt1_e WHERE prt1_e.c = 0) t3 ON (t1.a = (t3.a + t3.b)/2) WHERE t1.a = t1.phv OR t2.b = t2.phv OR (t3.a + t3.b)/2 = t3.phv ORDER BY t1.a, t2.b, t3.a + t3.b; - a | phv | b | phv | ?column? | phv -----+-----+----+-----+----------+----- - 50 | 50 | | | 100 | 50 - | | 75 | 75 | | -(2 rows) - --- Semi-join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt1 t1 WHERE t1.a IN (SELECT t1.b FROM prt2 t1, prt1_e t2 WHERE t1.a = 0 AND t1.b = (t2.a + t2.b)/2) AND t1.b = 0 ORDER BY t1.a; - QUERY PLAN ---------------------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Nested Loop - Join Filter: (t1_2.a = t1_5.b) - -> HashAggregate - Group Key: t1_5.b - -> Hash Join - Hash Cond: (((t2_1.a + t2_1.b) / 2) = t1_5.b) - -> Seq Scan on prt1_e_p1 t2_1 - -> Hash - -> Seq Scan on prt2_p1 t1_5 - Filter: (a = 0) - -> Index Scan using iprt1_p1_a on prt1_p1 t1_2 - Index Cond: (a = ((t2_1.a + t2_1.b) / 2)) - Filter: (b = 0) - -> Nested Loop - Join Filter: (t1_3.a = t1_6.b) - -> HashAggregate - Group Key: t1_6.b - -> Hash Join - Hash Cond: (((t2_2.a + t2_2.b) / 2) = t1_6.b) - -> Seq Scan on prt1_e_p2 t2_2 - -> Hash - -> Seq Scan on prt2_p2 t1_6 - Filter: (a = 0) - -> Index Scan using iprt1_p2_a on prt1_p2 t1_3 - Index Cond: (a = ((t2_2.a + t2_2.b) / 2)) - Filter: (b = 0) - -> Nested Loop - Join Filter: (t1_4.a = t1_7.b) - -> HashAggregate - Group Key: t1_7.b - -> Nested Loop - -> Seq Scan on prt2_p3 t1_7 - Filter: (a = 0) - -> Index Scan using iprt1_e_p3_ab2 on prt1_e_p3 t2_3 - Index Cond: (((a + b) / 2) = t1_7.b) - -> Index Scan using iprt1_p3_a on prt1_p3 t1_4 - Index Cond: (a = ((t2_3.a + t2_3.b) / 2)) - Filter: (b = 0) -(41 rows) - -SELECT t1.* FROM prt1 t1 WHERE t1.a IN (SELECT t1.b FROM prt2 t1, prt1_e t2 WHERE t1.a = 0 AND t1.b = (t2.a + t2.b)/2) AND t1.b = 0 ORDER BY t1.a; - a | b | c ------+---+------ - 0 | 0 | 0000 - 150 | 0 | 0150 - 300 | 0 | 0300 - 450 | 0 | 0450 -(4 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt1 t1 WHERE t1.a IN (SELECT t1.b FROM prt2 t1 WHERE t1.b IN (SELECT (t1.a + t1.b)/2 FROM prt1_e t1 WHERE t1.c = 0)) AND t1.b = 0 ORDER BY t1.a; - QUERY PLAN ---------------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Nested Loop - -> HashAggregate - Group Key: t1_6.b - -> Hash Semi Join - Hash Cond: (t1_6.b = ((t1_9.a + t1_9.b) / 2)) - -> Seq Scan on prt2_p1 t1_6 - -> Hash - -> Seq Scan on prt1_e_p1 t1_9 - Filter: (c = 0) - -> Index Scan using iprt1_p1_a on prt1_p1 t1_3 - Index Cond: (a = t1_6.b) - Filter: (b = 0) - -> Nested Loop - -> HashAggregate - Group Key: t1_7.b - -> Hash Semi Join - Hash Cond: (t1_7.b = ((t1_10.a + t1_10.b) / 2)) - -> Seq Scan on prt2_p2 t1_7 - -> Hash - -> Seq Scan on prt1_e_p2 t1_10 - Filter: (c = 0) - -> Index Scan using iprt1_p2_a on prt1_p2 t1_4 - Index Cond: (a = t1_7.b) - Filter: (b = 0) - -> Nested Loop - -> HashAggregate - Group Key: t1_8.b - -> Hash Semi Join - Hash Cond: (t1_8.b = ((t1_11.a + t1_11.b) / 2)) - -> Seq Scan on prt2_p3 t1_8 - -> Hash - -> Seq Scan on prt1_e_p3 t1_11 - Filter: (c = 0) - -> Index Scan using iprt1_p3_a on prt1_p3 t1_5 - Index Cond: (a = t1_8.b) - Filter: (b = 0) -(39 rows) - -SELECT t1.* FROM prt1 t1 WHERE t1.a IN (SELECT t1.b FROM prt2 t1 WHERE t1.b IN (SELECT (t1.a + t1.b)/2 FROM prt1_e t1 WHERE t1.c = 0)) AND t1.b = 0 ORDER BY t1.a; - a | b | c ------+---+------ - 0 | 0 | 0000 - 150 | 0 | 0150 - 300 | 0 | 0300 - 450 | 0 | 0450 -(4 rows) - --- test merge joins -SET enable_hashjoin TO off; -SET enable_nestloop TO off; -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt1 t1 WHERE t1.a IN (SELECT t1.b FROM prt2 t1 WHERE t1.b IN (SELECT (t1.a + t1.b)/2 FROM prt1_e t1 WHERE t1.c = 0)) AND t1.b = 0 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------------------- - Merge Append - Sort Key: t1.a - -> Merge Semi Join - Merge Cond: (t1_3.a = t1_6.b) - -> Sort - Sort Key: t1_3.a - -> Seq Scan on prt1_p1 t1_3 - Filter: (b = 0) - -> Merge Semi Join - Merge Cond: (t1_6.b = (((t1_9.a + t1_9.b) / 2))) - -> Sort - Sort Key: t1_6.b - -> Seq Scan on prt2_p1 t1_6 - -> Sort - Sort Key: (((t1_9.a + t1_9.b) / 2)) - -> Seq Scan on prt1_e_p1 t1_9 - Filter: (c = 0) - -> Merge Semi Join - Merge Cond: (t1_4.a = t1_7.b) - -> Sort - Sort Key: t1_4.a - -> Seq Scan on prt1_p2 t1_4 - Filter: (b = 0) - -> Merge Semi Join - Merge Cond: (t1_7.b = (((t1_10.a + t1_10.b) / 2))) - -> Sort - Sort Key: t1_7.b - -> Seq Scan on prt2_p2 t1_7 - -> Sort - Sort Key: (((t1_10.a + t1_10.b) / 2)) - -> Seq Scan on prt1_e_p2 t1_10 - Filter: (c = 0) - -> Merge Semi Join - Merge Cond: (t1_5.a = t1_8.b) - -> Sort - Sort Key: t1_5.a - -> Seq Scan on prt1_p3 t1_5 - Filter: (b = 0) - -> Merge Semi Join - Merge Cond: (t1_8.b = (((t1_11.a + t1_11.b) / 2))) - -> Sort - Sort Key: t1_8.b - -> Seq Scan on prt2_p3 t1_8 - -> Sort - Sort Key: (((t1_11.a + t1_11.b) / 2)) - -> Seq Scan on prt1_e_p3 t1_11 - Filter: (c = 0) -(47 rows) - -SELECT t1.* FROM prt1 t1 WHERE t1.a IN (SELECT t1.b FROM prt2 t1 WHERE t1.b IN (SELECT (t1.a + t1.b)/2 FROM prt1_e t1 WHERE t1.c = 0)) AND t1.b = 0 ORDER BY t1.a; - a | b | c ------+---+------ - 0 | 0 | 0000 - 150 | 0 | 0150 - 300 | 0 | 0300 - 450 | 0 | 0450 -(4 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c, t3.a + t3.b, t3.c FROM (prt1 t1 LEFT JOIN prt2 t2 ON t1.a = t2.b) RIGHT JOIN prt1_e t3 ON (t1.a = (t3.a + t3.b)/2) WHERE t3.c = 0 ORDER BY t1.a, t2.b, t3.a + t3.b; - QUERY PLAN ----------------------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b, ((t3.a + t3.b)) - -> Append - -> Merge Left Join - Merge Cond: (t1_1.a = t2_1.b) - -> Sort - Sort Key: t1_1.a - -> Merge Left Join - Merge Cond: ((((t3_1.a + t3_1.b) / 2)) = t1_1.a) - -> Sort - Sort Key: (((t3_1.a + t3_1.b) / 2)) - -> Seq Scan on prt1_e_p1 t3_1 - Filter: (c = 0) - -> Sort - Sort Key: t1_1.a - -> Seq Scan on prt1_p1 t1_1 - -> Sort - Sort Key: t2_1.b - -> Seq Scan on prt2_p1 t2_1 - -> Merge Left Join - Merge Cond: (t1_2.a = t2_2.b) - -> Sort - Sort Key: t1_2.a - -> Merge Left Join - Merge Cond: ((((t3_2.a + t3_2.b) / 2)) = t1_2.a) - -> Sort - Sort Key: (((t3_2.a + t3_2.b) / 2)) - -> Seq Scan on prt1_e_p2 t3_2 - Filter: (c = 0) - -> Sort - Sort Key: t1_2.a - -> Seq Scan on prt1_p2 t1_2 - -> Sort - Sort Key: t2_2.b - -> Seq Scan on prt2_p2 t2_2 - -> Merge Left Join - Merge Cond: (t1_3.a = t2_3.b) - -> Sort - Sort Key: t1_3.a - -> Merge Left Join - Merge Cond: ((((t3_3.a + t3_3.b) / 2)) = t1_3.a) - -> Sort - Sort Key: (((t3_3.a + t3_3.b) / 2)) - -> Seq Scan on prt1_e_p3 t3_3 - Filter: (c = 0) - -> Sort - Sort Key: t1_3.a - -> Seq Scan on prt1_p3 t1_3 - -> Sort - Sort Key: t2_3.b - -> Seq Scan on prt2_p3 t2_3 -(51 rows) - -SELECT t1.a, t1.c, t2.b, t2.c, t3.a + t3.b, t3.c FROM (prt1 t1 LEFT JOIN prt2 t2 ON t1.a = t2.b) RIGHT JOIN prt1_e t3 ON (t1.a = (t3.a + t3.b)/2) WHERE t3.c = 0 ORDER BY t1.a, t2.b, t3.a + t3.b; - a | c | b | c | ?column? | c ------+------+-----+------+----------+--- - 0 | 0000 | 0 | 0000 | 0 | 0 - 50 | 0050 | | | 100 | 0 - 100 | 0100 | | | 200 | 0 - 150 | 0150 | 150 | 0150 | 300 | 0 - 200 | 0200 | | | 400 | 0 - 250 | 0250 | | | 500 | 0 - 300 | 0300 | 300 | 0300 | 600 | 0 - 350 | 0350 | | | 700 | 0 - 400 | 0400 | | | 800 | 0 - 450 | 0450 | 450 | 0450 | 900 | 0 - 500 | 0500 | | | 1000 | 0 - 550 | 0550 | | | 1100 | 0 -(12 rows) - --- MergeAppend on nullable column --- This should generate a partitionwise join, but currently fails to -EXPLAIN (COSTS OFF) -SELECT t1.a, t2.b FROM (SELECT * FROM prt1 WHERE a < 450) t1 LEFT JOIN (SELECT * FROM prt2 WHERE b > 250) t2 ON t1.a = t2.b WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------------ - Incremental Sort - Sort Key: prt1.a, prt2.b - Presorted Key: prt1.a - -> Merge Left Join - Merge Cond: (prt1.a = prt2.b) - -> Sort - Sort Key: prt1.a - -> Append - -> Seq Scan on prt1_p1 prt1_1 - Filter: ((a < 450) AND (b = 0)) - -> Seq Scan on prt1_p2 prt1_2 - Filter: ((a < 450) AND (b = 0)) - -> Sort - Sort Key: prt2.b - -> Append - -> Seq Scan on prt2_p2 prt2_1 - Filter: (b > 250) - -> Seq Scan on prt2_p3 prt2_2 - Filter: (b > 250) -(19 rows) - -SELECT t1.a, t2.b FROM (SELECT * FROM prt1 WHERE a < 450) t1 LEFT JOIN (SELECT * FROM prt2 WHERE b > 250) t2 ON t1.a = t2.b WHERE t1.b = 0 ORDER BY t1.a, t2.b; - a | b ------+----- - 0 | - 50 | - 100 | - 150 | - 200 | - 250 | - 300 | 300 - 350 | - 400 | -(9 rows) - --- merge join when expression with whole-row reference needs to be sorted; --- partitionwise join does not apply -EXPLAIN (COSTS OFF) -SELECT t1.a, t2.b FROM prt1 t1, prt2 t2 WHERE t1::text = t2::text AND t1.a = t2.b ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------------------------------------------ - Merge Join - Merge Cond: ((t1.a = t2.b) AND (((((t1.*)::prt1))::text) = ((((t2.*)::prt2))::text))) - -> Sort - Sort Key: t1.a, ((((t1.*)::prt1))::text) - -> Result - -> Append - -> Seq Scan on prt1_p1 t1_1 - -> Seq Scan on prt1_p2 t1_2 - -> Seq Scan on prt1_p3 t1_3 - -> Sort - Sort Key: t2.b, ((((t2.*)::prt2))::text) - -> Result - -> Append - -> Seq Scan on prt2_p1 t2_1 - -> Seq Scan on prt2_p2 t2_2 - -> Seq Scan on prt2_p3 t2_3 -(16 rows) - -SELECT t1.a, t2.b FROM prt1 t1, prt2 t2 WHERE t1::text = t2::text AND t1.a = t2.b ORDER BY t1.a; - a | b -----+---- - 0 | 0 - 6 | 6 - 12 | 12 - 18 | 18 - 24 | 24 -(5 rows) - -RESET enable_hashjoin; -RESET enable_nestloop; --- --- partitioned by multiple columns --- -CREATE TABLE prt1_m (a int, b int, c int) PARTITION BY RANGE(a, ((a + b)/2)); -CREATE TABLE prt1_m_p1 PARTITION OF prt1_m FOR VALUES FROM (0, 0) TO (250, 250); -CREATE TABLE prt1_m_p2 PARTITION OF prt1_m FOR VALUES FROM (250, 250) TO (500, 500); -CREATE TABLE prt1_m_p3 PARTITION OF prt1_m FOR VALUES FROM (500, 500) TO (600, 600); -INSERT INTO prt1_m SELECT i, i, i % 25 FROM generate_series(0, 599, 2) i; -ANALYZE prt1_m; -CREATE TABLE prt2_m (a int, b int, c int) PARTITION BY RANGE(((b + a)/2), b); -CREATE TABLE prt2_m_p1 PARTITION OF prt2_m FOR VALUES FROM (0, 0) TO (250, 250); -CREATE TABLE prt2_m_p2 PARTITION OF prt2_m FOR VALUES FROM (250, 250) TO (500, 500); -CREATE TABLE prt2_m_p3 PARTITION OF prt2_m FOR VALUES FROM (500, 500) TO (600, 600); -INSERT INTO prt2_m SELECT i, i, i % 25 FROM generate_series(0, 599, 3) i; -ANALYZE prt2_m; -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1_m WHERE prt1_m.c = 0) t1 FULL JOIN (SELECT * FROM prt2_m WHERE prt2_m.c = 0) t2 ON (t1.a = (t2.b + t2.a)/2 AND t2.b = (t1.a + t1.b)/2) ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------- - Sort - Sort Key: prt1_m.a, prt2_m.b - -> Append - -> Hash Full Join - Hash Cond: ((prt1_m_1.a = ((prt2_m_1.b + prt2_m_1.a) / 2)) AND (((prt1_m_1.a + prt1_m_1.b) / 2) = prt2_m_1.b)) - -> Seq Scan on prt1_m_p1 prt1_m_1 - Filter: (c = 0) - -> Hash - -> Seq Scan on prt2_m_p1 prt2_m_1 - Filter: (c = 0) - -> Hash Full Join - Hash Cond: ((prt1_m_2.a = ((prt2_m_2.b + prt2_m_2.a) / 2)) AND (((prt1_m_2.a + prt1_m_2.b) / 2) = prt2_m_2.b)) - -> Seq Scan on prt1_m_p2 prt1_m_2 - Filter: (c = 0) - -> Hash - -> Seq Scan on prt2_m_p2 prt2_m_2 - Filter: (c = 0) - -> Hash Full Join - Hash Cond: ((prt1_m_3.a = ((prt2_m_3.b + prt2_m_3.a) / 2)) AND (((prt1_m_3.a + prt1_m_3.b) / 2) = prt2_m_3.b)) - -> Seq Scan on prt1_m_p3 prt1_m_3 - Filter: (c = 0) - -> Hash - -> Seq Scan on prt2_m_p3 prt2_m_3 - Filter: (c = 0) -(24 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1_m WHERE prt1_m.c = 0) t1 FULL JOIN (SELECT * FROM prt2_m WHERE prt2_m.c = 0) t2 ON (t1.a = (t2.b + t2.a)/2 AND t2.b = (t1.a + t1.b)/2) ORDER BY t1.a, t2.b; - a | c | b | c ------+---+-----+--- - 0 | 0 | 0 | 0 - 50 | 0 | | - 100 | 0 | | - 150 | 0 | 150 | 0 - 200 | 0 | | - 250 | 0 | | - 300 | 0 | 300 | 0 - 350 | 0 | | - 400 | 0 | | - 450 | 0 | 450 | 0 - 500 | 0 | | - 550 | 0 | | - | | 75 | 0 - | | 225 | 0 - | | 375 | 0 - | | 525 | 0 -(16 rows) - --- --- tests for list partitioned tables. --- -CREATE TABLE plt1 (a int, b int, c text) PARTITION BY LIST(c); -CREATE TABLE plt1_p1 PARTITION OF plt1 FOR VALUES IN ('0000', '0003', '0004', '0010'); -CREATE TABLE plt1_p2 PARTITION OF plt1 FOR VALUES IN ('0001', '0005', '0002', '0009'); -CREATE TABLE plt1_p3 PARTITION OF plt1 FOR VALUES IN ('0006', '0007', '0008', '0011'); -INSERT INTO plt1 SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i; -ANALYZE plt1; -CREATE TABLE plt2 (a int, b int, c text) PARTITION BY LIST(c); -CREATE TABLE plt2_p1 PARTITION OF plt2 FOR VALUES IN ('0000', '0003', '0004', '0010'); -CREATE TABLE plt2_p2 PARTITION OF plt2 FOR VALUES IN ('0001', '0005', '0002', '0009'); -CREATE TABLE plt2_p3 PARTITION OF plt2 FOR VALUES IN ('0006', '0007', '0008', '0011'); -INSERT INTO plt2 SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 3) i; -ANALYZE plt2; --- --- list partitioned by expression --- -CREATE TABLE plt1_e (a int, b int, c text) PARTITION BY LIST(ltrim(c, 'A')); -CREATE TABLE plt1_e_p1 PARTITION OF plt1_e FOR VALUES IN ('0000', '0003', '0004', '0010'); -CREATE TABLE plt1_e_p2 PARTITION OF plt1_e FOR VALUES IN ('0001', '0005', '0002', '0009'); -CREATE TABLE plt1_e_p3 PARTITION OF plt1_e FOR VALUES IN ('0006', '0007', '0008', '0011'); -INSERT INTO plt1_e SELECT i, i, 'A' || to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i; -ANALYZE plt1_e; --- test partition matching with N-way join -EXPLAIN (COSTS OFF) -SELECT avg(t1.a), avg(t2.b), avg(t3.a + t3.b), t1.c, t2.c, t3.c FROM plt1 t1, plt2 t2, plt1_e t3 WHERE t1.b = t2.b AND t1.c = t2.c AND ltrim(t3.c, 'A') = t1.c GROUP BY t1.c, t2.c, t3.c ORDER BY t1.c, t2.c, t3.c; - QUERY PLAN --------------------------------------------------------------------------------- - GroupAggregate - Group Key: t1.c, t3.c - -> Sort - Sort Key: t1.c, t3.c - -> Append - -> Hash Join - Hash Cond: (t1_1.c = ltrim(t3_1.c, 'A'::text)) - -> Hash Join - Hash Cond: ((t1_1.b = t2_1.b) AND (t1_1.c = t2_1.c)) - -> Seq Scan on plt1_p1 t1_1 - -> Hash - -> Seq Scan on plt2_p1 t2_1 - -> Hash - -> Seq Scan on plt1_e_p1 t3_1 - -> Hash Join - Hash Cond: (t1_2.c = ltrim(t3_2.c, 'A'::text)) - -> Hash Join - Hash Cond: ((t1_2.b = t2_2.b) AND (t1_2.c = t2_2.c)) - -> Seq Scan on plt1_p2 t1_2 - -> Hash - -> Seq Scan on plt2_p2 t2_2 - -> Hash - -> Seq Scan on plt1_e_p2 t3_2 - -> Hash Join - Hash Cond: (t1_3.c = ltrim(t3_3.c, 'A'::text)) - -> Hash Join - Hash Cond: ((t1_3.b = t2_3.b) AND (t1_3.c = t2_3.c)) - -> Seq Scan on plt1_p3 t1_3 - -> Hash - -> Seq Scan on plt2_p3 t2_3 - -> Hash - -> Seq Scan on plt1_e_p3 t3_3 -(32 rows) - -SELECT avg(t1.a), avg(t2.b), avg(t3.a + t3.b), t1.c, t2.c, t3.c FROM plt1 t1, plt2 t2, plt1_e t3 WHERE t1.b = t2.b AND t1.c = t2.c AND ltrim(t3.c, 'A') = t1.c GROUP BY t1.c, t2.c, t3.c ORDER BY t1.c, t2.c, t3.c; - avg | avg | avg | c | c | c -----------------------+----------------------+-----------------------+------+------+------- - 24.0000000000000000 | 24.0000000000000000 | 48.0000000000000000 | 0000 | 0000 | A0000 - 75.0000000000000000 | 75.0000000000000000 | 148.0000000000000000 | 0001 | 0001 | A0001 - 123.0000000000000000 | 123.0000000000000000 | 248.0000000000000000 | 0002 | 0002 | A0002 - 174.0000000000000000 | 174.0000000000000000 | 348.0000000000000000 | 0003 | 0003 | A0003 - 225.0000000000000000 | 225.0000000000000000 | 448.0000000000000000 | 0004 | 0004 | A0004 - 273.0000000000000000 | 273.0000000000000000 | 548.0000000000000000 | 0005 | 0005 | A0005 - 324.0000000000000000 | 324.0000000000000000 | 648.0000000000000000 | 0006 | 0006 | A0006 - 375.0000000000000000 | 375.0000000000000000 | 748.0000000000000000 | 0007 | 0007 | A0007 - 423.0000000000000000 | 423.0000000000000000 | 848.0000000000000000 | 0008 | 0008 | A0008 - 474.0000000000000000 | 474.0000000000000000 | 948.0000000000000000 | 0009 | 0009 | A0009 - 525.0000000000000000 | 525.0000000000000000 | 1048.0000000000000000 | 0010 | 0010 | A0010 - 573.0000000000000000 | 573.0000000000000000 | 1148.0000000000000000 | 0011 | 0011 | A0011 -(12 rows) - --- joins where one of the relations is proven empty -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.b AND t1.a = 1 AND t1.a = 2; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1 WHERE a = 1 AND a = 2) t1 LEFT JOIN prt2 t2 ON t1.a = t2.b; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1 WHERE a = 1 AND a = 2) t1 RIGHT JOIN prt2 t2 ON t1.a = t2.b, prt1 t3 WHERE t2.b = t3.a; - QUERY PLAN --------------------------------------------------- - Hash Left Join - Hash Cond: (t2.b = a) - -> Append - -> Hash Join - Hash Cond: (t3_1.a = t2_1.b) - -> Seq Scan on prt1_p1 t3_1 - -> Hash - -> Seq Scan on prt2_p1 t2_1 - -> Hash Join - Hash Cond: (t3_2.a = t2_2.b) - -> Seq Scan on prt1_p2 t3_2 - -> Hash - -> Seq Scan on prt2_p2 t2_2 - -> Hash Join - Hash Cond: (t3_3.a = t2_3.b) - -> Seq Scan on prt1_p3 t3_3 - -> Hash - -> Seq Scan on prt2_p3 t2_3 - -> Hash - -> Result - One-Time Filter: false -(21 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1 WHERE a = 1 AND a = 2) t1 FULL JOIN prt2 t2 ON t1.a = t2.b WHERE t2.a = 0 ORDER BY t1.a, t2.b; - QUERY PLAN --------------------------------------------- - Sort - Sort Key: a, t2.b - -> Hash Left Join - Hash Cond: (t2.b = a) - -> Append - -> Seq Scan on prt2_p1 t2_1 - Filter: (a = 0) - -> Seq Scan on prt2_p2 t2_2 - Filter: (a = 0) - -> Seq Scan on prt2_p3 t2_3 - Filter: (a = 0) - -> Hash - -> Result - One-Time Filter: false -(14 rows) - --- --- tests for hash partitioned tables. --- -CREATE TABLE pht1 (a int, b int, c text) PARTITION BY HASH(c); -CREATE TABLE pht1_p1 PARTITION OF pht1 FOR VALUES WITH (MODULUS 3, REMAINDER 0); -CREATE TABLE pht1_p2 PARTITION OF pht1 FOR VALUES WITH (MODULUS 3, REMAINDER 1); -CREATE TABLE pht1_p3 PARTITION OF pht1 FOR VALUES WITH (MODULUS 3, REMAINDER 2); -INSERT INTO pht1 SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i; -ANALYZE pht1; -CREATE TABLE pht2 (a int, b int, c text) PARTITION BY HASH(c); -CREATE TABLE pht2_p1 PARTITION OF pht2 FOR VALUES WITH (MODULUS 3, REMAINDER 0); -CREATE TABLE pht2_p2 PARTITION OF pht2 FOR VALUES WITH (MODULUS 3, REMAINDER 1); -CREATE TABLE pht2_p3 PARTITION OF pht2 FOR VALUES WITH (MODULUS 3, REMAINDER 2); -INSERT INTO pht2 SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 3) i; -ANALYZE pht2; --- --- hash partitioned by expression --- -CREATE TABLE pht1_e (a int, b int, c text) PARTITION BY HASH(ltrim(c, 'A')); -CREATE TABLE pht1_e_p1 PARTITION OF pht1_e FOR VALUES WITH (MODULUS 3, REMAINDER 0); -CREATE TABLE pht1_e_p2 PARTITION OF pht1_e FOR VALUES WITH (MODULUS 3, REMAINDER 1); -CREATE TABLE pht1_e_p3 PARTITION OF pht1_e FOR VALUES WITH (MODULUS 3, REMAINDER 2); -INSERT INTO pht1_e SELECT i, i, 'A' || to_char(i/50, 'FM0000') FROM generate_series(0, 299, 2) i; -ANALYZE pht1_e; --- test partition matching with N-way join -EXPLAIN (COSTS OFF) -SELECT avg(t1.a), avg(t2.b), avg(t3.a + t3.b), t1.c, t2.c, t3.c FROM pht1 t1, pht2 t2, pht1_e t3 WHERE t1.b = t2.b AND t1.c = t2.c AND ltrim(t3.c, 'A') = t1.c GROUP BY t1.c, t2.c, t3.c ORDER BY t1.c, t2.c, t3.c; - QUERY PLAN --------------------------------------------------------------------------------- - GroupAggregate - Group Key: t1.c, t3.c - -> Sort - Sort Key: t1.c, t3.c - -> Append - -> Hash Join - Hash Cond: (t1_1.c = ltrim(t3_1.c, 'A'::text)) - -> Hash Join - Hash Cond: ((t1_1.b = t2_1.b) AND (t1_1.c = t2_1.c)) - -> Seq Scan on pht1_p1 t1_1 - -> Hash - -> Seq Scan on pht2_p1 t2_1 - -> Hash - -> Seq Scan on pht1_e_p1 t3_1 - -> Hash Join - Hash Cond: (t1_2.c = ltrim(t3_2.c, 'A'::text)) - -> Hash Join - Hash Cond: ((t1_2.b = t2_2.b) AND (t1_2.c = t2_2.c)) - -> Seq Scan on pht1_p2 t1_2 - -> Hash - -> Seq Scan on pht2_p2 t2_2 - -> Hash - -> Seq Scan on pht1_e_p2 t3_2 - -> Hash Join - Hash Cond: (t1_3.c = ltrim(t3_3.c, 'A'::text)) - -> Hash Join - Hash Cond: ((t1_3.b = t2_3.b) AND (t1_3.c = t2_3.c)) - -> Seq Scan on pht1_p3 t1_3 - -> Hash - -> Seq Scan on pht2_p3 t2_3 - -> Hash - -> Seq Scan on pht1_e_p3 t3_3 -(32 rows) - -SELECT avg(t1.a), avg(t2.b), avg(t3.a + t3.b), t1.c, t2.c, t3.c FROM pht1 t1, pht2 t2, pht1_e t3 WHERE t1.b = t2.b AND t1.c = t2.c AND ltrim(t3.c, 'A') = t1.c GROUP BY t1.c, t2.c, t3.c ORDER BY t1.c, t2.c, t3.c; - avg | avg | avg | c | c | c -----------------------+----------------------+----------------------+------+------+------- - 24.0000000000000000 | 24.0000000000000000 | 48.0000000000000000 | 0000 | 0000 | A0000 - 75.0000000000000000 | 75.0000000000000000 | 148.0000000000000000 | 0001 | 0001 | A0001 - 123.0000000000000000 | 123.0000000000000000 | 248.0000000000000000 | 0002 | 0002 | A0002 - 174.0000000000000000 | 174.0000000000000000 | 348.0000000000000000 | 0003 | 0003 | A0003 - 225.0000000000000000 | 225.0000000000000000 | 448.0000000000000000 | 0004 | 0004 | A0004 - 273.0000000000000000 | 273.0000000000000000 | 548.0000000000000000 | 0005 | 0005 | A0005 -(6 rows) - --- test default partition behavior for range -ALTER TABLE prt1 DETACH PARTITION prt1_p3; -ALTER TABLE prt1 ATTACH PARTITION prt1_p3 DEFAULT; -ANALYZE prt1; -ALTER TABLE prt2 DETACH PARTITION prt2_p3; -ALTER TABLE prt2 ATTACH PARTITION prt2_p3 DEFAULT; -ANALYZE prt2; -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt2 t2 WHERE t1.a = t2.b AND t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN --------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_p1 t2_1 - -> Hash - -> Seq Scan on prt1_p1 t1_1 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_p2 t2_2 - -> Hash - -> Seq Scan on prt1_p2 t1_2 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_p3 t2_3 - -> Hash - -> Seq Scan on prt1_p3 t1_3 - Filter: (b = 0) -(21 rows) - --- test default partition behavior for list -ALTER TABLE plt1 DETACH PARTITION plt1_p3; -ALTER TABLE plt1 ATTACH PARTITION plt1_p3 DEFAULT; -ANALYZE plt1; -ALTER TABLE plt2 DETACH PARTITION plt2_p3; -ALTER TABLE plt2 ATTACH PARTITION plt2_p3 DEFAULT; -ANALYZE plt2; -EXPLAIN (COSTS OFF) -SELECT avg(t1.a), avg(t2.b), t1.c, t2.c FROM plt1 t1 RIGHT JOIN plt2 t2 ON t1.c = t2.c WHERE t1.a % 25 = 0 GROUP BY t1.c, t2.c ORDER BY t1.c, t2.c; - QUERY PLAN --------------------------------------------------------- - Sort - Sort Key: t1.c - -> HashAggregate - Group Key: t1.c - -> Append - -> Hash Join - Hash Cond: (t2_1.c = t1_1.c) - -> Seq Scan on plt2_p1 t2_1 - -> Hash - -> Seq Scan on plt1_p1 t1_1 - Filter: ((a % 25) = 0) - -> Hash Join - Hash Cond: (t2_2.c = t1_2.c) - -> Seq Scan on plt2_p2 t2_2 - -> Hash - -> Seq Scan on plt1_p2 t1_2 - Filter: ((a % 25) = 0) - -> Hash Join - Hash Cond: (t2_3.c = t1_3.c) - -> Seq Scan on plt2_p3 t2_3 - -> Hash - -> Seq Scan on plt1_p3 t1_3 - Filter: ((a % 25) = 0) -(23 rows) - --- --- multiple levels of partitioning --- -CREATE TABLE prt1_l (a int, b int, c varchar) PARTITION BY RANGE(a); -CREATE TABLE prt1_l_p1 PARTITION OF prt1_l FOR VALUES FROM (0) TO (250); -CREATE TABLE prt1_l_p2 PARTITION OF prt1_l FOR VALUES FROM (250) TO (500) PARTITION BY LIST (c); -CREATE TABLE prt1_l_p2_p1 PARTITION OF prt1_l_p2 FOR VALUES IN ('0000', '0001'); -CREATE TABLE prt1_l_p2_p2 PARTITION OF prt1_l_p2 FOR VALUES IN ('0002', '0003'); -CREATE TABLE prt1_l_p3 PARTITION OF prt1_l FOR VALUES FROM (500) TO (600) PARTITION BY RANGE (b); -CREATE TABLE prt1_l_p3_p1 PARTITION OF prt1_l_p3 FOR VALUES FROM (0) TO (13); -CREATE TABLE prt1_l_p3_p2 PARTITION OF prt1_l_p3 FOR VALUES FROM (13) TO (25); -INSERT INTO prt1_l SELECT i, i % 25, to_char(i % 4, 'FM0000') FROM generate_series(0, 599, 2) i; -ANALYZE prt1_l; -CREATE TABLE prt2_l (a int, b int, c varchar) PARTITION BY RANGE(b); -CREATE TABLE prt2_l_p1 PARTITION OF prt2_l FOR VALUES FROM (0) TO (250); -CREATE TABLE prt2_l_p2 PARTITION OF prt2_l FOR VALUES FROM (250) TO (500) PARTITION BY LIST (c); -CREATE TABLE prt2_l_p2_p1 PARTITION OF prt2_l_p2 FOR VALUES IN ('0000', '0001'); -CREATE TABLE prt2_l_p2_p2 PARTITION OF prt2_l_p2 FOR VALUES IN ('0002', '0003'); -CREATE TABLE prt2_l_p3 PARTITION OF prt2_l FOR VALUES FROM (500) TO (600) PARTITION BY RANGE (a); -CREATE TABLE prt2_l_p3_p1 PARTITION OF prt2_l_p3 FOR VALUES FROM (0) TO (13); -CREATE TABLE prt2_l_p3_p2 PARTITION OF prt2_l_p3 FOR VALUES FROM (13) TO (25); -INSERT INTO prt2_l SELECT i % 25, i, to_char(i % 4, 'FM0000') FROM generate_series(0, 599, 3) i; -ANALYZE prt2_l; --- inner join, qual covering only top-level partitions -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1, prt2_l t2 WHERE t1.a = t2.b AND t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN -------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_l_p1 t2_1 - -> Hash - -> Seq Scan on prt1_l_p1 t1_1 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_3.b = t1_3.a) - -> Append - -> Seq Scan on prt2_l_p2_p1 t2_3 - -> Seq Scan on prt2_l_p2_p2 t2_4 - -> Hash - -> Append - -> Seq Scan on prt1_l_p2_p1 t1_3 - Filter: (b = 0) - -> Seq Scan on prt1_l_p2_p2 t1_4 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_6.b = t1_5.a) - -> Append - -> Seq Scan on prt2_l_p3_p1 t2_6 - -> Seq Scan on prt2_l_p3_p2 t2_7 - -> Hash - -> Seq Scan on prt1_l_p3_p1 t1_5 - Filter: (b = 0) -(28 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1, prt2_l t2 WHERE t1.a = t2.b AND t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 0 | 0000 | 0 | 0000 - 150 | 0002 | 150 | 0002 - 300 | 0000 | 300 | 0000 - 450 | 0002 | 450 | 0002 -(4 rows) - --- inner join with partially-redundant join clauses -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1, prt2_l t2 WHERE t1.a = t2.a AND t1.a = t2.b AND t1.c = t2.c ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: ((t1_1.a = t2_1.a) AND ((t1_1.c)::text = (t2_1.c)::text)) - -> Seq Scan on prt1_l_p1 t1_1 - -> Hash - -> Seq Scan on prt2_l_p1 t2_1 - Filter: (a = b) - -> Hash Join - Hash Cond: ((t1_2.a = t2_2.a) AND ((t1_2.c)::text = (t2_2.c)::text)) - -> Seq Scan on prt1_l_p2_p1 t1_2 - -> Hash - -> Seq Scan on prt2_l_p2_p1 t2_2 - Filter: (a = b) - -> Hash Join - Hash Cond: ((t1_3.a = t2_3.a) AND ((t1_3.c)::text = (t2_3.c)::text)) - -> Seq Scan on prt1_l_p2_p2 t1_3 - -> Hash - -> Seq Scan on prt2_l_p2_p2 t2_3 - Filter: (a = b) - -> Hash Join - Hash Cond: ((t1_5.a = t2_5.a) AND ((t1_5.c)::text = (t2_5.c)::text)) - -> Append - -> Seq Scan on prt1_l_p3_p1 t1_5 - -> Seq Scan on prt1_l_p3_p2 t1_6 - -> Hash - -> Append - -> Seq Scan on prt2_l_p3_p1 t2_5 - Filter: (a = b) - -> Seq Scan on prt2_l_p3_p2 t2_6 - Filter: (a = b) -(32 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1, prt2_l t2 WHERE t1.a = t2.a AND t1.a = t2.b AND t1.c = t2.c ORDER BY t1.a, t2.b; - a | c | b | c -----+------+----+------ - 0 | 0000 | 0 | 0000 - 6 | 0002 | 6 | 0002 - 12 | 0000 | 12 | 0000 - 18 | 0002 | 18 | 0002 - 24 | 0000 | 24 | 0000 -(5 rows) - --- left join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1 LEFT JOIN prt2_l t2 ON t1.a = t2.b AND t1.c = t2.c WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b - -> Append - -> Hash Right Join - Hash Cond: ((t2_1.b = t1_1.a) AND ((t2_1.c)::text = (t1_1.c)::text)) - -> Seq Scan on prt2_l_p1 t2_1 - -> Hash - -> Seq Scan on prt1_l_p1 t1_1 - Filter: (b = 0) - -> Hash Right Join - Hash Cond: ((t2_2.b = t1_2.a) AND ((t2_2.c)::text = (t1_2.c)::text)) - -> Seq Scan on prt2_l_p2_p1 t2_2 - -> Hash - -> Seq Scan on prt1_l_p2_p1 t1_2 - Filter: (b = 0) - -> Hash Right Join - Hash Cond: ((t2_3.b = t1_3.a) AND ((t2_3.c)::text = (t1_3.c)::text)) - -> Seq Scan on prt2_l_p2_p2 t2_3 - -> Hash - -> Seq Scan on prt1_l_p2_p2 t1_3 - Filter: (b = 0) - -> Hash Right Join - Hash Cond: ((t2_5.b = t1_4.a) AND ((t2_5.c)::text = (t1_4.c)::text)) - -> Append - -> Seq Scan on prt2_l_p3_p1 t2_5 - -> Seq Scan on prt2_l_p3_p2 t2_6 - -> Hash - -> Seq Scan on prt1_l_p3_p1 t1_4 - Filter: (b = 0) -(29 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1 LEFT JOIN prt2_l t2 ON t1.a = t2.b AND t1.c = t2.c WHERE t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 0 | 0000 | 0 | 0000 - 50 | 0002 | | - 100 | 0000 | | - 150 | 0002 | 150 | 0002 - 200 | 0000 | | - 250 | 0002 | | - 300 | 0000 | 300 | 0000 - 350 | 0002 | | - 400 | 0000 | | - 450 | 0002 | 450 | 0002 - 500 | 0000 | | - 550 | 0002 | | -(12 rows) - --- right join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1 RIGHT JOIN prt2_l t2 ON t1.a = t2.b AND t1.c = t2.c WHERE t2.a = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b - -> Append - -> Hash Right Join - Hash Cond: ((t1_1.a = t2_1.b) AND ((t1_1.c)::text = (t2_1.c)::text)) - -> Seq Scan on prt1_l_p1 t1_1 - -> Hash - -> Seq Scan on prt2_l_p1 t2_1 - Filter: (a = 0) - -> Hash Right Join - Hash Cond: ((t1_2.a = t2_2.b) AND ((t1_2.c)::text = (t2_2.c)::text)) - -> Seq Scan on prt1_l_p2_p1 t1_2 - -> Hash - -> Seq Scan on prt2_l_p2_p1 t2_2 - Filter: (a = 0) - -> Hash Right Join - Hash Cond: ((t1_3.a = t2_3.b) AND ((t1_3.c)::text = (t2_3.c)::text)) - -> Seq Scan on prt1_l_p2_p2 t1_3 - -> Hash - -> Seq Scan on prt2_l_p2_p2 t2_3 - Filter: (a = 0) - -> Hash Right Join - Hash Cond: ((t1_5.a = t2_4.b) AND ((t1_5.c)::text = (t2_4.c)::text)) - -> Append - -> Seq Scan on prt1_l_p3_p1 t1_5 - -> Seq Scan on prt1_l_p3_p2 t1_6 - -> Hash - -> Seq Scan on prt2_l_p3_p1 t2_4 - Filter: (a = 0) -(29 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_l t1 RIGHT JOIN prt2_l t2 ON t1.a = t2.b AND t1.c = t2.c WHERE t2.a = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 0 | 0000 | 0 | 0000 - 150 | 0002 | 150 | 0002 - 300 | 0000 | 300 | 0000 - 450 | 0002 | 450 | 0002 - | | 75 | 0003 - | | 225 | 0001 - | | 375 | 0003 - | | 525 | 0001 -(8 rows) - --- full join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1_l WHERE prt1_l.b = 0) t1 FULL JOIN (SELECT * FROM prt2_l WHERE prt2_l.a = 0) t2 ON (t1.a = t2.b AND t1.c = t2.c) ORDER BY t1.a, t2.b; - QUERY PLAN ----------------------------------------------------------------------------------------------------- - Sort - Sort Key: prt1_l.a, prt2_l.b - -> Append - -> Hash Full Join - Hash Cond: ((prt1_l_1.a = prt2_l_1.b) AND ((prt1_l_1.c)::text = (prt2_l_1.c)::text)) - -> Seq Scan on prt1_l_p1 prt1_l_1 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_l_p1 prt2_l_1 - Filter: (a = 0) - -> Hash Full Join - Hash Cond: ((prt1_l_2.a = prt2_l_2.b) AND ((prt1_l_2.c)::text = (prt2_l_2.c)::text)) - -> Seq Scan on prt1_l_p2_p1 prt1_l_2 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_l_p2_p1 prt2_l_2 - Filter: (a = 0) - -> Hash Full Join - Hash Cond: ((prt1_l_3.a = prt2_l_3.b) AND ((prt1_l_3.c)::text = (prt2_l_3.c)::text)) - -> Seq Scan on prt1_l_p2_p2 prt1_l_3 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_l_p2_p2 prt2_l_3 - Filter: (a = 0) - -> Hash Full Join - Hash Cond: ((prt1_l_4.a = prt2_l_4.b) AND ((prt1_l_4.c)::text = (prt2_l_4.c)::text)) - -> Seq Scan on prt1_l_p3_p1 prt1_l_4 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_l_p3_p1 prt2_l_4 - Filter: (a = 0) -(31 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1_l WHERE prt1_l.b = 0) t1 FULL JOIN (SELECT * FROM prt2_l WHERE prt2_l.a = 0) t2 ON (t1.a = t2.b AND t1.c = t2.c) ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 0 | 0000 | 0 | 0000 - 50 | 0002 | | - 100 | 0000 | | - 150 | 0002 | 150 | 0002 - 200 | 0000 | | - 250 | 0002 | | - 300 | 0000 | 300 | 0000 - 350 | 0002 | | - 400 | 0000 | | - 450 | 0002 | 450 | 0002 - 500 | 0000 | | - 550 | 0002 | | - | | 75 | 0003 - | | 225 | 0001 - | | 375 | 0003 - | | 525 | 0001 -(16 rows) - --- lateral partitionwise join -EXPLAIN (COSTS OFF) -SELECT * FROM prt1_l t1 LEFT JOIN LATERAL - (SELECT t2.a AS t2a, t2.c AS t2c, t2.b AS t2b, t3.b AS t3b, least(t1.a,t2.a,t3.b) FROM prt1_l t2 JOIN prt2_l t3 ON (t2.a = t3.b AND t2.c = t3.c)) ss - ON t1.a = ss.t2a AND t1.c = ss.t2c WHERE t1.b = 0 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------------------------------------------------ - Sort - Sort Key: t1.a - -> Append - -> Nested Loop Left Join - -> Seq Scan on prt1_l_p1 t1_1 - Filter: (b = 0) - -> Hash Join - Hash Cond: ((t3_1.b = t2_1.a) AND ((t3_1.c)::text = (t2_1.c)::text)) - -> Seq Scan on prt2_l_p1 t3_1 - -> Hash - -> Seq Scan on prt1_l_p1 t2_1 - Filter: ((t1_1.a = a) AND ((t1_1.c)::text = (c)::text)) - -> Nested Loop Left Join - -> Seq Scan on prt1_l_p2_p1 t1_2 - Filter: (b = 0) - -> Hash Join - Hash Cond: ((t3_2.b = t2_2.a) AND ((t3_2.c)::text = (t2_2.c)::text)) - -> Seq Scan on prt2_l_p2_p1 t3_2 - -> Hash - -> Seq Scan on prt1_l_p2_p1 t2_2 - Filter: ((t1_2.a = a) AND ((t1_2.c)::text = (c)::text)) - -> Nested Loop Left Join - -> Seq Scan on prt1_l_p2_p2 t1_3 - Filter: (b = 0) - -> Hash Join - Hash Cond: ((t3_3.b = t2_3.a) AND ((t3_3.c)::text = (t2_3.c)::text)) - -> Seq Scan on prt2_l_p2_p2 t3_3 - -> Hash - -> Seq Scan on prt1_l_p2_p2 t2_3 - Filter: ((t1_3.a = a) AND ((t1_3.c)::text = (c)::text)) - -> Nested Loop Left Join - -> Seq Scan on prt1_l_p3_p1 t1_4 - Filter: (b = 0) - -> Hash Join - Hash Cond: ((t3_5.b = t2_5.a) AND ((t3_5.c)::text = (t2_5.c)::text)) - -> Append - -> Seq Scan on prt2_l_p3_p1 t3_5 - -> Seq Scan on prt2_l_p3_p2 t3_6 - -> Hash - -> Append - -> Seq Scan on prt1_l_p3_p1 t2_5 - Filter: ((t1_4.a = a) AND ((t1_4.c)::text = (c)::text)) - -> Seq Scan on prt1_l_p3_p2 t2_6 - Filter: ((t1_4.a = a) AND ((t1_4.c)::text = (c)::text)) -(44 rows) - -SELECT * FROM prt1_l t1 LEFT JOIN LATERAL - (SELECT t2.a AS t2a, t2.c AS t2c, t2.b AS t2b, t3.b AS t3b, least(t1.a,t2.a,t3.b) FROM prt1_l t2 JOIN prt2_l t3 ON (t2.a = t3.b AND t2.c = t3.c)) ss - ON t1.a = ss.t2a AND t1.c = ss.t2c WHERE t1.b = 0 ORDER BY t1.a; - a | b | c | t2a | t2c | t2b | t3b | least ------+---+------+-----+------+-----+-----+------- - 0 | 0 | 0000 | 0 | 0000 | 0 | 0 | 0 - 50 | 0 | 0002 | | | | | - 100 | 0 | 0000 | | | | | - 150 | 0 | 0002 | 150 | 0002 | 0 | 150 | 150 - 200 | 0 | 0000 | | | | | - 250 | 0 | 0002 | | | | | - 300 | 0 | 0000 | 300 | 0000 | 0 | 300 | 300 - 350 | 0 | 0002 | | | | | - 400 | 0 | 0000 | | | | | - 450 | 0 | 0002 | 450 | 0002 | 0 | 450 | 450 - 500 | 0 | 0000 | | | | | - 550 | 0 | 0002 | | | | | -(12 rows) - --- partitionwise join with lateral reference in sample scan -EXPLAIN (COSTS OFF) -SELECT * FROM prt1_l t1 JOIN LATERAL - (SELECT * FROM prt1_l t2 TABLESAMPLE SYSTEM (t1.a) REPEATABLE(t1.b)) s - ON t1.a = s.a AND t1.b = s.b AND t1.c = s.c; - QUERY PLAN ----------------------------------------------------------------------------------------- - Append - -> Nested Loop - -> Seq Scan on prt1_l_p1 t1_1 - -> Sample Scan on prt1_l_p1 t2_1 - Sampling: system (t1_1.a) REPEATABLE (t1_1.b) - Filter: ((t1_1.a = a) AND (t1_1.b = b) AND ((t1_1.c)::text = (c)::text)) - -> Nested Loop - -> Seq Scan on prt1_l_p2_p1 t1_2 - -> Sample Scan on prt1_l_p2_p1 t2_2 - Sampling: system (t1_2.a) REPEATABLE (t1_2.b) - Filter: ((t1_2.a = a) AND (t1_2.b = b) AND ((t1_2.c)::text = (c)::text)) - -> Nested Loop - -> Seq Scan on prt1_l_p2_p2 t1_3 - -> Sample Scan on prt1_l_p2_p2 t2_3 - Sampling: system (t1_3.a) REPEATABLE (t1_3.b) - Filter: ((t1_3.a = a) AND (t1_3.b = b) AND ((t1_3.c)::text = (c)::text)) - -> Nested Loop - -> Seq Scan on prt1_l_p3_p1 t1_4 - -> Sample Scan on prt1_l_p3_p1 t2_4 - Sampling: system (t1_4.a) REPEATABLE (t1_4.b) - Filter: ((t1_4.a = a) AND (t1_4.b = b) AND ((t1_4.c)::text = (c)::text)) - -> Nested Loop - -> Seq Scan on prt1_l_p3_p2 t1_5 - -> Sample Scan on prt1_l_p3_p2 t2_5 - Sampling: system (t1_5.a) REPEATABLE (t1_5.b) - Filter: ((t1_5.a = a) AND (t1_5.b = b) AND ((t1_5.c)::text = (c)::text)) -(26 rows) - --- partitionwise join with lateral reference in scan's restriction clauses -EXPLAIN (COSTS OFF) -SELECT COUNT(*) FROM prt1_l t1 LEFT JOIN LATERAL - (SELECT t1.b AS t1b, t2.* FROM prt2_l t2) s - ON t1.a = s.b AND t1.b = s.a AND t1.c = s.c - WHERE s.t1b = s.a; - QUERY PLAN ---------------------------------------------------------------------------------------------------------------- - Aggregate - -> Append - -> Nested Loop - -> Seq Scan on prt1_l_p1 t1_1 - -> Seq Scan on prt2_l_p1 t2_1 - Filter: ((a = t1_1.b) AND (t1_1.a = b) AND (t1_1.b = a) AND ((t1_1.c)::text = (c)::text)) - -> Nested Loop - -> Seq Scan on prt1_l_p2_p1 t1_2 - -> Seq Scan on prt2_l_p2_p1 t2_2 - Filter: ((a = t1_2.b) AND (t1_2.a = b) AND (t1_2.b = a) AND ((t1_2.c)::text = (c)::text)) - -> Nested Loop - -> Seq Scan on prt1_l_p2_p2 t1_3 - -> Seq Scan on prt2_l_p2_p2 t2_3 - Filter: ((a = t1_3.b) AND (t1_3.a = b) AND (t1_3.b = a) AND ((t1_3.c)::text = (c)::text)) - -> Nested Loop - -> Seq Scan on prt1_l_p3_p1 t1_4 - -> Seq Scan on prt2_l_p3_p1 t2_4 - Filter: ((a = t1_4.b) AND (t1_4.a = b) AND (t1_4.b = a) AND ((t1_4.c)::text = (c)::text)) - -> Nested Loop - -> Seq Scan on prt1_l_p3_p2 t1_5 - -> Seq Scan on prt2_l_p3_p2 t2_5 - Filter: ((a = t1_5.b) AND (t1_5.a = b) AND (t1_5.b = a) AND ((t1_5.c)::text = (c)::text)) -(22 rows) - -SELECT COUNT(*) FROM prt1_l t1 LEFT JOIN LATERAL - (SELECT t1.b AS t1b, t2.* FROM prt2_l t2) s - ON t1.a = s.b AND t1.b = s.a AND t1.c = s.c - WHERE s.t1b = s.a; - count -------- - 100 -(1 row) - --- join with one side empty -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT * FROM prt1_l WHERE a = 1 AND a = 2) t1 RIGHT JOIN prt2_l t2 ON t1.a = t2.b AND t1.b = t2.a AND t1.c = t2.c; - QUERY PLAN -------------------------------------------------------------------------- - Hash Left Join - Hash Cond: ((t2.b = a) AND (t2.a = b) AND ((t2.c)::text = (c)::text)) - -> Append - -> Seq Scan on prt2_l_p1 t2_1 - -> Seq Scan on prt2_l_p2_p1 t2_2 - -> Seq Scan on prt2_l_p2_p2 t2_3 - -> Seq Scan on prt2_l_p3_p1 t2_4 - -> Seq Scan on prt2_l_p3_p2 t2_5 - -> Hash - -> Result - One-Time Filter: false -(11 rows) - --- Test case to verify proper handling of subqueries in a partitioned delete. --- The weird-looking lateral join is just there to force creation of a --- nestloop parameter within the subquery, which exposes the problem if the --- planner fails to make multiple copies of the subquery as appropriate. -EXPLAIN (COSTS OFF) -DELETE FROM prt1_l -WHERE EXISTS ( - SELECT 1 - FROM int4_tbl, - LATERAL (SELECT int4_tbl.f1 FROM int8_tbl LIMIT 2) ss - WHERE prt1_l.c IS NULL); - QUERY PLAN ----------------------------------------------------------- - Delete on prt1_l - Delete on prt1_l_p1 prt1_l_1 - Delete on prt1_l_p3_p1 prt1_l_2 - Delete on prt1_l_p3_p2 prt1_l_3 - -> Nested Loop Semi Join - -> Append - -> Seq Scan on prt1_l_p1 prt1_l_1 - Filter: (c IS NULL) - -> Seq Scan on prt1_l_p3_p1 prt1_l_2 - Filter: (c IS NULL) - -> Seq Scan on prt1_l_p3_p2 prt1_l_3 - Filter: (c IS NULL) - -> Materialize - -> Nested Loop - -> Seq Scan on int4_tbl - -> Subquery Scan on ss - -> Limit - -> Seq Scan on int8_tbl -(18 rows) - --- --- negative testcases --- -CREATE TABLE prt1_n (a int, b int, c varchar) PARTITION BY RANGE(c); -CREATE TABLE prt1_n_p1 PARTITION OF prt1_n FOR VALUES FROM ('0000') TO ('0250'); -CREATE TABLE prt1_n_p2 PARTITION OF prt1_n FOR VALUES FROM ('0250') TO ('0500'); -INSERT INTO prt1_n SELECT i, i, to_char(i, 'FM0000') FROM generate_series(0, 499, 2) i; -ANALYZE prt1_n; -CREATE TABLE prt2_n (a int, b int, c text) PARTITION BY LIST(c); -CREATE TABLE prt2_n_p1 PARTITION OF prt2_n FOR VALUES IN ('0000', '0003', '0004', '0010', '0006', '0007'); -CREATE TABLE prt2_n_p2 PARTITION OF prt2_n FOR VALUES IN ('0001', '0005', '0002', '0009', '0008', '0011'); -INSERT INTO prt2_n SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i; -ANALYZE prt2_n; -CREATE TABLE prt3_n (a int, b int, c text) PARTITION BY LIST(c); -CREATE TABLE prt3_n_p1 PARTITION OF prt3_n FOR VALUES IN ('0000', '0004', '0006', '0007'); -CREATE TABLE prt3_n_p2 PARTITION OF prt3_n FOR VALUES IN ('0001', '0002', '0008', '0010'); -CREATE TABLE prt3_n_p3 PARTITION OF prt3_n FOR VALUES IN ('0003', '0005', '0009', '0011'); -INSERT INTO prt2_n SELECT i, i, to_char(i/50, 'FM0000') FROM generate_series(0, 599, 2) i; -ANALYZE prt3_n; -CREATE TABLE prt4_n (a int, b int, c text) PARTITION BY RANGE(a); -CREATE TABLE prt4_n_p1 PARTITION OF prt4_n FOR VALUES FROM (0) TO (300); -CREATE TABLE prt4_n_p2 PARTITION OF prt4_n FOR VALUES FROM (300) TO (500); -CREATE TABLE prt4_n_p3 PARTITION OF prt4_n FOR VALUES FROM (500) TO (600); -INSERT INTO prt4_n SELECT i, i, to_char(i, 'FM0000') FROM generate_series(0, 599, 2) i; -ANALYZE prt4_n; --- partitionwise join can not be applied if the partition ranges differ -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt4_n t2 WHERE t1.a = t2.a; - QUERY PLAN ----------------------------------------------- - Hash Join - Hash Cond: (t1.a = t2.a) - -> Append - -> Seq Scan on prt1_p1 t1_1 - -> Seq Scan on prt1_p2 t1_2 - -> Seq Scan on prt1_p3 t1_3 - -> Hash - -> Append - -> Seq Scan on prt4_n_p1 t2_1 - -> Seq Scan on prt4_n_p2 t2_2 - -> Seq Scan on prt4_n_p3 t2_3 -(11 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1, prt4_n t2, prt2 t3 WHERE t1.a = t2.a and t1.a = t3.b; - QUERY PLAN --------------------------------------------------------- - Hash Join - Hash Cond: (t2.a = t1.a) - -> Append - -> Seq Scan on prt4_n_p1 t2_1 - -> Seq Scan on prt4_n_p2 t2_2 - -> Seq Scan on prt4_n_p3 t2_3 - -> Hash - -> Append - -> Hash Join - Hash Cond: (t1_1.a = t3_1.b) - -> Seq Scan on prt1_p1 t1_1 - -> Hash - -> Seq Scan on prt2_p1 t3_1 - -> Hash Join - Hash Cond: (t1_2.a = t3_2.b) - -> Seq Scan on prt1_p2 t1_2 - -> Hash - -> Seq Scan on prt2_p2 t3_2 - -> Hash Join - Hash Cond: (t1_3.a = t3_3.b) - -> Seq Scan on prt1_p3 t1_3 - -> Hash - -> Seq Scan on prt2_p3 t3_3 -(23 rows) - --- partitionwise join can not be applied if there are no equi-join conditions --- between partition keys -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1 t1 LEFT JOIN prt2 t2 ON (t1.a < t2.b); - QUERY PLAN ---------------------------------------------------------- - Nested Loop Left Join - -> Append - -> Seq Scan on prt1_p1 t1_1 - -> Seq Scan on prt1_p2 t1_2 - -> Seq Scan on prt1_p3 t1_3 - -> Append - -> Index Scan using iprt2_p1_b on prt2_p1 t2_1 - Index Cond: (b > t1.a) - -> Index Scan using iprt2_p2_b on prt2_p2 t2_2 - Index Cond: (b > t1.a) - -> Index Scan using iprt2_p3_b on prt2_p3 t2_3 - Index Cond: (b > t1.a) -(12 rows) - --- equi-join with join condition on partial keys does not qualify for --- partitionwise join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_m t1, prt2_m t2 WHERE t1.a = (t2.b + t2.a)/2; - QUERY PLAN ----------------------------------------------- - Hash Join - Hash Cond: (((t2.b + t2.a) / 2) = t1.a) - -> Append - -> Seq Scan on prt2_m_p1 t2_1 - -> Seq Scan on prt2_m_p2 t2_2 - -> Seq Scan on prt2_m_p3 t2_3 - -> Hash - -> Append - -> Seq Scan on prt1_m_p1 t1_1 - -> Seq Scan on prt1_m_p2 t1_2 - -> Seq Scan on prt1_m_p3 t1_3 -(11 rows) - --- equi-join between out-of-order partition key columns does not qualify for --- partitionwise join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_m t1 LEFT JOIN prt2_m t2 ON t1.a = t2.b; - QUERY PLAN ----------------------------------------------- - Hash Left Join - Hash Cond: (t1.a = t2.b) - -> Append - -> Seq Scan on prt1_m_p1 t1_1 - -> Seq Scan on prt1_m_p2 t1_2 - -> Seq Scan on prt1_m_p3 t1_3 - -> Hash - -> Append - -> Seq Scan on prt2_m_p1 t2_1 - -> Seq Scan on prt2_m_p2 t2_2 - -> Seq Scan on prt2_m_p3 t2_3 -(11 rows) - --- equi-join between non-key columns does not qualify for partitionwise join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_m t1 LEFT JOIN prt2_m t2 ON t1.c = t2.c; - QUERY PLAN ----------------------------------------------- - Hash Left Join - Hash Cond: (t1.c = t2.c) - -> Append - -> Seq Scan on prt1_m_p1 t1_1 - -> Seq Scan on prt1_m_p2 t1_2 - -> Seq Scan on prt1_m_p3 t1_3 - -> Hash - -> Append - -> Seq Scan on prt2_m_p1 t2_1 - -> Seq Scan on prt2_m_p2 t2_2 - -> Seq Scan on prt2_m_p3 t2_3 -(11 rows) - --- partitionwise join can not be applied for a join between list and range --- partitioned tables -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_n t1 LEFT JOIN prt2_n t2 ON (t1.c = t2.c); - QUERY PLAN ----------------------------------------------- - Hash Right Join - Hash Cond: (t2.c = (t1.c)::text) - -> Append - -> Seq Scan on prt2_n_p1 t2_1 - -> Seq Scan on prt2_n_p2 t2_2 - -> Hash - -> Append - -> Seq Scan on prt1_n_p1 t1_1 - -> Seq Scan on prt1_n_p2 t1_2 -(9 rows) - --- partitionwise join can not be applied between tables with different --- partition lists -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_n t1 JOIN prt2_n t2 ON (t1.c = t2.c) JOIN plt1 t3 ON (t1.c = t3.c); - QUERY PLAN ----------------------------------------------------------- - Hash Join - Hash Cond: (t2.c = (t1.c)::text) - -> Append - -> Seq Scan on prt2_n_p1 t2_1 - -> Seq Scan on prt2_n_p2 t2_2 - -> Hash - -> Hash Join - Hash Cond: (t3.c = (t1.c)::text) - -> Append - -> Seq Scan on plt1_p1 t3_1 - -> Seq Scan on plt1_p2 t3_2 - -> Seq Scan on plt1_p3 t3_3 - -> Hash - -> Append - -> Seq Scan on prt1_n_p1 t1_1 - -> Seq Scan on prt1_n_p2 t1_2 -(16 rows) - --- partitionwise join can not be applied for a join between key column and --- non-key column -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_n t1 FULL JOIN prt1 t2 ON (t1.c = t2.c); - QUERY PLAN ----------------------------------------------- - Hash Full Join - Hash Cond: ((t2.c)::text = (t1.c)::text) - -> Append - -> Seq Scan on prt1_p1 t2_1 - -> Seq Scan on prt1_p2 t2_2 - -> Seq Scan on prt1_p3 t2_3 - -> Hash - -> Append - -> Seq Scan on prt1_n_p1 t1_1 - -> Seq Scan on prt1_n_p2 t1_2 -(10 rows) - --- --- Test some other plan types in a partitionwise join (unfortunately, --- we need larger tables to get the planner to choose these plan types) --- -create temp table prtx1 (a integer, b integer, c integer) - partition by range (a); -create temp table prtx1_1 partition of prtx1 for values from (1) to (11); -create temp table prtx1_2 partition of prtx1 for values from (11) to (21); -create temp table prtx1_3 partition of prtx1 for values from (21) to (31); -create temp table prtx2 (a integer, b integer, c integer) - partition by range (a); -create temp table prtx2_1 partition of prtx2 for values from (1) to (11); -create temp table prtx2_2 partition of prtx2 for values from (11) to (21); -create temp table prtx2_3 partition of prtx2 for values from (21) to (31); -insert into prtx1 select 1 + i%30, i, i - from generate_series(1,1000) i; -insert into prtx2 select 1 + i%30, i, i - from generate_series(1,500) i, generate_series(1,10) j; -create index on prtx2 (b); -create index on prtx2 (c); -analyze prtx1; -analyze prtx2; -explain (costs off) -select * from prtx1 -where not exists (select 1 from prtx2 - where prtx2.a=prtx1.a and prtx2.b=prtx1.b and prtx2.c=123) - and a<20 and c=120; - QUERY PLAN -------------------------------------------------------------- - Append - -> Nested Loop Anti Join - -> Seq Scan on prtx1_1 - Filter: ((a < 20) AND (c = 120)) - -> Bitmap Heap Scan on prtx2_1 - Recheck Cond: ((b = prtx1_1.b) AND (c = 123)) - Filter: (a = prtx1_1.a) - -> BitmapAnd - -> Bitmap Index Scan on prtx2_1_b_idx - Index Cond: (b = prtx1_1.b) - -> Bitmap Index Scan on prtx2_1_c_idx - Index Cond: (c = 123) - -> Nested Loop Anti Join - -> Seq Scan on prtx1_2 - Filter: ((a < 20) AND (c = 120)) - -> Bitmap Heap Scan on prtx2_2 - Recheck Cond: ((b = prtx1_2.b) AND (c = 123)) - Filter: (a = prtx1_2.a) - -> BitmapAnd - -> Bitmap Index Scan on prtx2_2_b_idx - Index Cond: (b = prtx1_2.b) - -> Bitmap Index Scan on prtx2_2_c_idx - Index Cond: (c = 123) -(23 rows) - -select * from prtx1 -where not exists (select 1 from prtx2 - where prtx2.a=prtx1.a and prtx2.b=prtx1.b and prtx2.c=123) - and a<20 and c=120; - a | b | c ----+-----+----- - 1 | 120 | 120 -(1 row) - -explain (costs off) -select * from prtx1 -where not exists (select 1 from prtx2 - where prtx2.a=prtx1.a and (prtx2.b=prtx1.b+1 or prtx2.c=99)) - and a<20 and c=91; - QUERY PLAN ------------------------------------------------------------------ - Append - -> Nested Loop Anti Join - -> Seq Scan on prtx1_1 - Filter: ((a < 20) AND (c = 91)) - -> Bitmap Heap Scan on prtx2_1 - Recheck Cond: ((b = (prtx1_1.b + 1)) OR (c = 99)) - Filter: (a = prtx1_1.a) - -> BitmapOr - -> Bitmap Index Scan on prtx2_1_b_idx - Index Cond: (b = (prtx1_1.b + 1)) - -> Bitmap Index Scan on prtx2_1_c_idx - Index Cond: (c = 99) - -> Nested Loop Anti Join - -> Seq Scan on prtx1_2 - Filter: ((a < 20) AND (c = 91)) - -> Bitmap Heap Scan on prtx2_2 - Recheck Cond: ((b = (prtx1_2.b + 1)) OR (c = 99)) - Filter: (a = prtx1_2.a) - -> BitmapOr - -> Bitmap Index Scan on prtx2_2_b_idx - Index Cond: (b = (prtx1_2.b + 1)) - -> Bitmap Index Scan on prtx2_2_c_idx - Index Cond: (c = 99) -(23 rows) - -select * from prtx1 -where not exists (select 1 from prtx2 - where prtx2.a=prtx1.a and (prtx2.b=prtx1.b+1 or prtx2.c=99)) - and a<20 and c=91; - a | b | c ----+----+---- - 2 | 91 | 91 -(1 row) - --- --- Test advanced partition-matching algorithm for partitioned join --- --- Tests for range-partitioned tables -CREATE TABLE prt1_adv (a int, b int, c varchar) PARTITION BY RANGE (a); -CREATE TABLE prt1_adv_p1 PARTITION OF prt1_adv FOR VALUES FROM (100) TO (200); -CREATE TABLE prt1_adv_p2 PARTITION OF prt1_adv FOR VALUES FROM (200) TO (300); -CREATE TABLE prt1_adv_p3 PARTITION OF prt1_adv FOR VALUES FROM (300) TO (400); -CREATE INDEX prt1_adv_a_idx ON prt1_adv (a); -INSERT INTO prt1_adv SELECT i, i % 25, to_char(i, 'FM0000') FROM generate_series(100, 399) i; -ANALYZE prt1_adv; -CREATE TABLE prt2_adv (a int, b int, c varchar) PARTITION BY RANGE (b); -CREATE TABLE prt2_adv_p1 PARTITION OF prt2_adv FOR VALUES FROM (100) TO (150); -CREATE TABLE prt2_adv_p2 PARTITION OF prt2_adv FOR VALUES FROM (200) TO (300); -CREATE TABLE prt2_adv_p3 PARTITION OF prt2_adv FOR VALUES FROM (350) TO (500); -CREATE INDEX prt2_adv_b_idx ON prt2_adv (b); -INSERT INTO prt2_adv_p1 SELECT i % 25, i, to_char(i, 'FM0000') FROM generate_series(100, 149) i; -INSERT INTO prt2_adv_p2 SELECT i % 25, i, to_char(i, 'FM0000') FROM generate_series(200, 299) i; -INSERT INTO prt2_adv_p3 SELECT i % 25, i, to_char(i, 'FM0000') FROM generate_series(350, 499) i; -ANALYZE prt2_adv; --- inner join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(21 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 100 | 0100 | 100 | 0100 - 125 | 0125 | 125 | 0125 - 200 | 0200 | 200 | 0200 - 225 | 0225 | 225 | 0225 - 250 | 0250 | 250 | 0250 - 275 | 0275 | 275 | 0275 - 350 | 0350 | 350 | 0350 - 375 | 0375 | 375 | 0375 -(8 rows) - --- semi join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt1_adv t1 WHERE EXISTS (SELECT 1 FROM prt2_adv t2 WHERE t1.a = t2.b) AND t1.b = 0 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Semi Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Hash Right Semi Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Hash Right Semi Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(21 rows) - -SELECT t1.* FROM prt1_adv t1 WHERE EXISTS (SELECT 1 FROM prt2_adv t2 WHERE t1.a = t2.b) AND t1.b = 0 ORDER BY t1.a; - a | b | c ------+---+------ - 100 | 0 | 0100 - 125 | 0 | 0125 - 200 | 0 | 0200 - 225 | 0 | 0225 - 250 | 0 | 0250 - 275 | 0 | 0275 - 350 | 0 | 0350 - 375 | 0 | 0375 -(8 rows) - --- left join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 LEFT JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b - -> Append - -> Hash Right Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Hash Right Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Hash Right Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(21 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 LEFT JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 100 | 0100 | 100 | 0100 - 125 | 0125 | 125 | 0125 - 150 | 0150 | | - 175 | 0175 | | - 200 | 0200 | 200 | 0200 - 225 | 0225 | 225 | 0225 - 250 | 0250 | 250 | 0250 - 275 | 0275 | 275 | 0275 - 300 | 0300 | | - 325 | 0325 | | - 350 | 0350 | 350 | 0350 - 375 | 0375 | 375 | 0375 -(12 rows) - --- anti join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM prt2_adv t2 WHERE t1.a = t2.b) AND t1.b = 0 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Anti Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Hash Right Anti Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Hash Right Anti Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(21 rows) - -SELECT t1.* FROM prt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM prt2_adv t2 WHERE t1.a = t2.b) AND t1.b = 0 ORDER BY t1.a; - a | b | c ------+---+------ - 150 | 0 | 0150 - 175 | 0 | 0175 - 300 | 0 | 0300 - 325 | 0 | 0325 -(4 rows) - --- full join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT 175 phv, * FROM prt1_adv WHERE prt1_adv.b = 0) t1 FULL JOIN (SELECT 425 phv, * FROM prt2_adv WHERE prt2_adv.a = 0) t2 ON (t1.a = t2.b) WHERE t1.phv = t1.a OR t2.phv = t2.b ORDER BY t1.a, t2.b; - QUERY PLAN --------------------------------------------------------------------------- - Sort - Sort Key: prt1_adv.a, prt2_adv.b - -> Append - -> Hash Full Join - Hash Cond: (prt1_adv_1.a = prt2_adv_1.b) - Filter: (((175) = prt1_adv_1.a) OR ((425) = prt2_adv_1.b)) - -> Seq Scan on prt1_adv_p1 prt1_adv_1 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_adv_p1 prt2_adv_1 - Filter: (a = 0) - -> Hash Full Join - Hash Cond: (prt1_adv_2.a = prt2_adv_2.b) - Filter: (((175) = prt1_adv_2.a) OR ((425) = prt2_adv_2.b)) - -> Seq Scan on prt1_adv_p2 prt1_adv_2 - Filter: (b = 0) - -> Hash - -> Seq Scan on prt2_adv_p2 prt2_adv_2 - Filter: (a = 0) - -> Hash Full Join - Hash Cond: (prt2_adv_3.b = prt1_adv_3.a) - Filter: (((175) = prt1_adv_3.a) OR ((425) = prt2_adv_3.b)) - -> Seq Scan on prt2_adv_p3 prt2_adv_3 - Filter: (a = 0) - -> Hash - -> Seq Scan on prt1_adv_p3 prt1_adv_3 - Filter: (b = 0) -(27 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT 175 phv, * FROM prt1_adv WHERE prt1_adv.b = 0) t1 FULL JOIN (SELECT 425 phv, * FROM prt2_adv WHERE prt2_adv.a = 0) t2 ON (t1.a = t2.b) WHERE t1.phv = t1.a OR t2.phv = t2.b ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 175 | 0175 | | - | | 425 | 0425 -(2 rows) - --- Test cases where one side has an extra partition -CREATE TABLE prt2_adv_extra PARTITION OF prt2_adv FOR VALUES FROM (500) TO (MAXVALUE); -INSERT INTO prt2_adv SELECT i % 25, i, to_char(i, 'FM0000') FROM generate_series(500, 599) i; -ANALYZE prt2_adv; --- inner join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(21 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 100 | 0100 | 100 | 0100 - 125 | 0125 | 125 | 0125 - 200 | 0200 | 200 | 0200 - 225 | 0225 | 225 | 0225 - 250 | 0250 | 250 | 0250 - 275 | 0275 | 275 | 0275 - 350 | 0350 | 350 | 0350 - 375 | 0375 | 375 | 0375 -(8 rows) - --- semi join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt1_adv t1 WHERE EXISTS (SELECT 1 FROM prt2_adv t2 WHERE t1.a = t2.b) AND t1.b = 0 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Semi Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Hash Right Semi Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Hash Right Semi Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(21 rows) - -SELECT t1.* FROM prt1_adv t1 WHERE EXISTS (SELECT 1 FROM prt2_adv t2 WHERE t1.a = t2.b) AND t1.b = 0 ORDER BY t1.a; - a | b | c ------+---+------ - 100 | 0 | 0100 - 125 | 0 | 0125 - 200 | 0 | 0200 - 225 | 0 | 0225 - 250 | 0 | 0250 - 275 | 0 | 0275 - 350 | 0 | 0350 - 375 | 0 | 0375 -(8 rows) - --- left join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 LEFT JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b - -> Append - -> Hash Right Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Hash Right Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Hash Right Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(21 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 LEFT JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 100 | 0100 | 100 | 0100 - 125 | 0125 | 125 | 0125 - 150 | 0150 | | - 175 | 0175 | | - 200 | 0200 | 200 | 0200 - 225 | 0225 | 225 | 0225 - 250 | 0250 | 250 | 0250 - 275 | 0275 | 275 | 0275 - 300 | 0300 | | - 325 | 0325 | | - 350 | 0350 | 350 | 0350 - 375 | 0375 | 375 | 0375 -(12 rows) - --- left join; currently we can't do partitioned join if there are no matched --- partitions on the nullable side -EXPLAIN (COSTS OFF) -SELECT t1.b, t1.c, t2.a, t2.c FROM prt2_adv t1 LEFT JOIN prt1_adv t2 ON (t1.b = t2.a) WHERE t1.a = 0 ORDER BY t1.b, t2.a; - QUERY PLAN ---------------------------------------------------------- - Sort - Sort Key: t1.b, t2.a - -> Hash Right Join - Hash Cond: (t2.a = t1.b) - -> Append - -> Seq Scan on prt1_adv_p1 t2_1 - -> Seq Scan on prt1_adv_p2 t2_2 - -> Seq Scan on prt1_adv_p3 t2_3 - -> Hash - -> Append - -> Seq Scan on prt2_adv_p1 t1_1 - Filter: (a = 0) - -> Seq Scan on prt2_adv_p2 t1_2 - Filter: (a = 0) - -> Seq Scan on prt2_adv_p3 t1_3 - Filter: (a = 0) - -> Seq Scan on prt2_adv_extra t1_4 - Filter: (a = 0) -(18 rows) - --- anti join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM prt2_adv t2 WHERE t1.a = t2.b) AND t1.b = 0 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Anti Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Hash Right Anti Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Hash Right Anti Join - Hash Cond: (t2_3.b = t1_3.a) - -> Seq Scan on prt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(21 rows) - -SELECT t1.* FROM prt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM prt2_adv t2 WHERE t1.a = t2.b) AND t1.b = 0 ORDER BY t1.a; - a | b | c ------+---+------ - 150 | 0 | 0150 - 175 | 0 | 0175 - 300 | 0 | 0300 - 325 | 0 | 0325 -(4 rows) - --- anti join; currently we can't do partitioned join if there are no matched --- partitions on the nullable side -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt2_adv t1 WHERE NOT EXISTS (SELECT 1 FROM prt1_adv t2 WHERE t1.b = t2.a) AND t1.a = 0 ORDER BY t1.b; - QUERY PLAN ---------------------------------------------------------- - Sort - Sort Key: t1.b - -> Hash Right Anti Join - Hash Cond: (t2.a = t1.b) - -> Append - -> Seq Scan on prt1_adv_p1 t2_1 - -> Seq Scan on prt1_adv_p2 t2_2 - -> Seq Scan on prt1_adv_p3 t2_3 - -> Hash - -> Append - -> Seq Scan on prt2_adv_p1 t1_1 - Filter: (a = 0) - -> Seq Scan on prt2_adv_p2 t1_2 - Filter: (a = 0) - -> Seq Scan on prt2_adv_p3 t1_3 - Filter: (a = 0) - -> Seq Scan on prt2_adv_extra t1_4 - Filter: (a = 0) -(18 rows) - --- full join; currently we can't do partitioned join if there are no matched --- partitions on the nullable side -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT 175 phv, * FROM prt1_adv WHERE prt1_adv.b = 0) t1 FULL JOIN (SELECT 425 phv, * FROM prt2_adv WHERE prt2_adv.a = 0) t2 ON (t1.a = t2.b) WHERE t1.phv = t1.a OR t2.phv = t2.b ORDER BY t1.a, t2.b; - QUERY PLAN ----------------------------------------------------------------- - Sort - Sort Key: prt1_adv.a, prt2_adv.b - -> Hash Full Join - Hash Cond: (prt2_adv.b = prt1_adv.a) - Filter: (((175) = prt1_adv.a) OR ((425) = prt2_adv.b)) - -> Append - -> Seq Scan on prt2_adv_p1 prt2_adv_1 - Filter: (a = 0) - -> Seq Scan on prt2_adv_p2 prt2_adv_2 - Filter: (a = 0) - -> Seq Scan on prt2_adv_p3 prt2_adv_3 - Filter: (a = 0) - -> Seq Scan on prt2_adv_extra prt2_adv_4 - Filter: (a = 0) - -> Hash - -> Append - -> Seq Scan on prt1_adv_p1 prt1_adv_1 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p2 prt1_adv_2 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p3 prt1_adv_3 - Filter: (b = 0) -(22 rows) - --- 3-way join where not every pair of relations can do partitioned join -EXPLAIN (COSTS OFF) -SELECT t1.b, t1.c, t2.a, t2.c, t3.a, t3.c FROM prt2_adv t1 LEFT JOIN prt1_adv t2 ON (t1.b = t2.a) INNER JOIN prt1_adv t3 ON (t1.b = t3.a) WHERE t1.a = 0 ORDER BY t1.b, t2.a, t3.a; - QUERY PLAN --------------------------------------------------------------------------------- - Sort - Sort Key: t1.b, t2.a - -> Append - -> Nested Loop Left Join - -> Nested Loop - -> Seq Scan on prt2_adv_p1 t1_1 - Filter: (a = 0) - -> Index Scan using prt1_adv_p1_a_idx on prt1_adv_p1 t3_1 - Index Cond: (a = t1_1.b) - -> Index Scan using prt1_adv_p1_a_idx on prt1_adv_p1 t2_1 - Index Cond: (a = t1_1.b) - -> Hash Right Join - Hash Cond: (t2_2.a = t1_2.b) - -> Seq Scan on prt1_adv_p2 t2_2 - -> Hash - -> Hash Join - Hash Cond: (t3_2.a = t1_2.b) - -> Seq Scan on prt1_adv_p2 t3_2 - -> Hash - -> Seq Scan on prt2_adv_p2 t1_2 - Filter: (a = 0) - -> Hash Right Join - Hash Cond: (t2_3.a = t1_3.b) - -> Seq Scan on prt1_adv_p3 t2_3 - -> Hash - -> Hash Join - Hash Cond: (t3_3.a = t1_3.b) - -> Seq Scan on prt1_adv_p3 t3_3 - -> Hash - -> Seq Scan on prt2_adv_p3 t1_3 - Filter: (a = 0) -(31 rows) - -SELECT t1.b, t1.c, t2.a, t2.c, t3.a, t3.c FROM prt2_adv t1 LEFT JOIN prt1_adv t2 ON (t1.b = t2.a) INNER JOIN prt1_adv t3 ON (t1.b = t3.a) WHERE t1.a = 0 ORDER BY t1.b, t2.a, t3.a; - b | c | a | c | a | c ------+------+-----+------+-----+------ - 100 | 0100 | 100 | 0100 | 100 | 0100 - 125 | 0125 | 125 | 0125 | 125 | 0125 - 200 | 0200 | 200 | 0200 | 200 | 0200 - 225 | 0225 | 225 | 0225 | 225 | 0225 - 250 | 0250 | 250 | 0250 | 250 | 0250 - 275 | 0275 | 275 | 0275 | 275 | 0275 - 350 | 0350 | 350 | 0350 | 350 | 0350 - 375 | 0375 | 375 | 0375 | 375 | 0375 -(8 rows) - -DROP TABLE prt2_adv_extra; --- Test cases where a partition on one side matches multiple partitions on --- the other side; we currently can't do partitioned join in such cases -ALTER TABLE prt2_adv DETACH PARTITION prt2_adv_p3; --- Split prt2_adv_p3 into two partitions so that prt1_adv_p3 matches both -CREATE TABLE prt2_adv_p3_1 PARTITION OF prt2_adv FOR VALUES FROM (350) TO (375); -CREATE TABLE prt2_adv_p3_2 PARTITION OF prt2_adv FOR VALUES FROM (375) TO (500); -INSERT INTO prt2_adv SELECT i % 25, i, to_char(i, 'FM0000') FROM generate_series(350, 499) i; -ANALYZE prt2_adv; --- inner join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Join - Hash Cond: (t2.b = t1.a) - -> Append - -> Seq Scan on prt2_adv_p1 t2_1 - -> Seq Scan on prt2_adv_p2 t2_2 - -> Seq Scan on prt2_adv_p3_1 t2_3 - -> Seq Scan on prt2_adv_p3_2 t2_4 - -> Hash - -> Append - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(17 rows) - --- semi join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt1_adv t1 WHERE EXISTS (SELECT 1 FROM prt2_adv t2 WHERE t1.a = t2.b) AND t1.b = 0 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Right Semi Join - Hash Cond: (t2.b = t1.a) - -> Append - -> Seq Scan on prt2_adv_p1 t2_1 - -> Seq Scan on prt2_adv_p2 t2_2 - -> Seq Scan on prt2_adv_p3_1 t2_3 - -> Seq Scan on prt2_adv_p3_2 t2_4 - -> Hash - -> Append - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(17 rows) - --- left join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 LEFT JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b - -> Hash Right Join - Hash Cond: (t2.b = t1.a) - -> Append - -> Seq Scan on prt2_adv_p1 t2_1 - -> Seq Scan on prt2_adv_p2 t2_2 - -> Seq Scan on prt2_adv_p3_1 t2_3 - -> Seq Scan on prt2_adv_p3_2 t2_4 - -> Hash - -> Append - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(17 rows) - --- anti join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM prt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM prt2_adv t2 WHERE t1.a = t2.b) AND t1.b = 0 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Right Anti Join - Hash Cond: (t2.b = t1.a) - -> Append - -> Seq Scan on prt2_adv_p1 t2_1 - -> Seq Scan on prt2_adv_p2 t2_2 - -> Seq Scan on prt2_adv_p3_1 t2_3 - -> Seq Scan on prt2_adv_p3_2 t2_4 - -> Hash - -> Append - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p3 t1_3 - Filter: (b = 0) -(17 rows) - --- full join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM (SELECT 175 phv, * FROM prt1_adv WHERE prt1_adv.b = 0) t1 FULL JOIN (SELECT 425 phv, * FROM prt2_adv WHERE prt2_adv.a = 0) t2 ON (t1.a = t2.b) WHERE t1.phv = t1.a OR t2.phv = t2.b ORDER BY t1.a, t2.b; - QUERY PLAN ----------------------------------------------------------------- - Sort - Sort Key: prt1_adv.a, prt2_adv.b - -> Hash Full Join - Hash Cond: (prt2_adv.b = prt1_adv.a) - Filter: (((175) = prt1_adv.a) OR ((425) = prt2_adv.b)) - -> Append - -> Seq Scan on prt2_adv_p1 prt2_adv_1 - Filter: (a = 0) - -> Seq Scan on prt2_adv_p2 prt2_adv_2 - Filter: (a = 0) - -> Seq Scan on prt2_adv_p3_1 prt2_adv_3 - Filter: (a = 0) - -> Seq Scan on prt2_adv_p3_2 prt2_adv_4 - Filter: (a = 0) - -> Hash - -> Append - -> Seq Scan on prt1_adv_p1 prt1_adv_1 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p2 prt1_adv_2 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p3 prt1_adv_3 - Filter: (b = 0) -(22 rows) - -DROP TABLE prt2_adv_p3_1; -DROP TABLE prt2_adv_p3_2; -ANALYZE prt2_adv; --- Test default partitions -ALTER TABLE prt1_adv DETACH PARTITION prt1_adv_p1; --- Change prt1_adv_p1 to the default partition -ALTER TABLE prt1_adv ATTACH PARTITION prt1_adv_p1 DEFAULT; -ALTER TABLE prt1_adv DETACH PARTITION prt1_adv_p3; -ANALYZE prt1_adv; --- We can do partitioned join even if only one of relations has the default --- partition -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: (t2_1.b = t1_2.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_2 - Filter: (b = 0) - -> Hash Join - Hash Cond: (t2_2.b = t1_1.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_1 - Filter: (b = 0) -(15 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 100 | 0100 | 100 | 0100 - 125 | 0125 | 125 | 0125 - 200 | 0200 | 200 | 0200 - 225 | 0225 | 225 | 0225 - 250 | 0250 | 250 | 0250 - 275 | 0275 | 275 | 0275 -(6 rows) - --- Restore prt1_adv_p3 -ALTER TABLE prt1_adv ATTACH PARTITION prt1_adv_p3 FOR VALUES FROM (300) TO (400); -ANALYZE prt1_adv; --- Restore prt2_adv_p3 -ALTER TABLE prt2_adv ATTACH PARTITION prt2_adv_p3 FOR VALUES FROM (350) TO (500); -ANALYZE prt2_adv; --- Partitioned join can't be applied because the default partition of prt1_adv --- matches prt2_adv_p1 and prt2_adv_p3 -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Join - Hash Cond: (t2.b = t1.a) - -> Append - -> Seq Scan on prt2_adv_p1 t2_1 - -> Seq Scan on prt2_adv_p2 t2_2 - -> Seq Scan on prt2_adv_p3 t2_3 - -> Hash - -> Append - -> Seq Scan on prt1_adv_p2 t1_1 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p3 t1_2 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p1 t1_3 - Filter: (b = 0) -(16 rows) - -ALTER TABLE prt2_adv DETACH PARTITION prt2_adv_p3; --- Change prt2_adv_p3 to the default partition -ALTER TABLE prt2_adv ATTACH PARTITION prt2_adv_p3 DEFAULT; -ANALYZE prt2_adv; --- Partitioned join can't be applied because the default partition of prt1_adv --- matches prt2_adv_p1 and prt2_adv_p3 -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Join - Hash Cond: (t2.b = t1.a) - -> Append - -> Seq Scan on prt2_adv_p1 t2_1 - -> Seq Scan on prt2_adv_p2 t2_2 - -> Seq Scan on prt2_adv_p3 t2_3 - -> Hash - -> Append - -> Seq Scan on prt1_adv_p2 t1_1 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p3 t1_2 - Filter: (b = 0) - -> Seq Scan on prt1_adv_p1 t1_3 - Filter: (b = 0) -(16 rows) - -DROP TABLE prt1_adv_p3; -ANALYZE prt1_adv; -DROP TABLE prt2_adv_p3; -ANALYZE prt2_adv; -CREATE TABLE prt3_adv (a int, b int, c varchar) PARTITION BY RANGE (a); -CREATE TABLE prt3_adv_p1 PARTITION OF prt3_adv FOR VALUES FROM (200) TO (300); -CREATE TABLE prt3_adv_p2 PARTITION OF prt3_adv FOR VALUES FROM (300) TO (400); -CREATE INDEX prt3_adv_a_idx ON prt3_adv (a); -INSERT INTO prt3_adv SELECT i, i % 25, to_char(i, 'FM0000') FROM generate_series(200, 399) i; -ANALYZE prt3_adv; --- 3-way join to test the default partition of a join relation -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c, t3.a, t3.c FROM prt1_adv t1 LEFT JOIN prt2_adv t2 ON (t1.a = t2.b) LEFT JOIN prt3_adv t3 ON (t1.a = t3.a) WHERE t1.b = 0 ORDER BY t1.a, t2.b, t3.a; - QUERY PLAN ------------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.b, t3.a - -> Append - -> Hash Right Join - Hash Cond: (t3_1.a = t1_1.a) - -> Seq Scan on prt3_adv_p1 t3_1 - -> Hash - -> Hash Right Join - Hash Cond: (t2_2.b = t1_1.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_1 - Filter: (b = 0) - -> Hash Right Join - Hash Cond: (t3_2.a = t1_2.a) - -> Seq Scan on prt3_adv_p2 t3_2 - -> Hash - -> Hash Right Join - Hash Cond: (t2_1.b = t1_2.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_2 - Filter: (b = 0) -(23 rows) - -SELECT t1.a, t1.c, t2.b, t2.c, t3.a, t3.c FROM prt1_adv t1 LEFT JOIN prt2_adv t2 ON (t1.a = t2.b) LEFT JOIN prt3_adv t3 ON (t1.a = t3.a) WHERE t1.b = 0 ORDER BY t1.a, t2.b, t3.a; - a | c | b | c | a | c ------+------+-----+------+-----+------ - 100 | 0100 | 100 | 0100 | | - 125 | 0125 | 125 | 0125 | | - 150 | 0150 | | | | - 175 | 0175 | | | | - 200 | 0200 | 200 | 0200 | 200 | 0200 - 225 | 0225 | 225 | 0225 | 225 | 0225 - 250 | 0250 | 250 | 0250 | 250 | 0250 - 275 | 0275 | 275 | 0275 | 275 | 0275 -(8 rows) - -DROP TABLE prt1_adv; -DROP TABLE prt2_adv; -DROP TABLE prt3_adv; --- Test interaction of partitioned join with partition pruning -CREATE TABLE prt1_adv (a int, b int, c varchar) PARTITION BY RANGE (a); -CREATE TABLE prt1_adv_p1 PARTITION OF prt1_adv FOR VALUES FROM (100) TO (200); -CREATE TABLE prt1_adv_p2 PARTITION OF prt1_adv FOR VALUES FROM (200) TO (300); -CREATE TABLE prt1_adv_p3 PARTITION OF prt1_adv FOR VALUES FROM (300) TO (400); -CREATE INDEX prt1_adv_a_idx ON prt1_adv (a); -INSERT INTO prt1_adv SELECT i, i % 25, to_char(i, 'FM0000') FROM generate_series(100, 399) i; -ANALYZE prt1_adv; -CREATE TABLE prt2_adv (a int, b int, c varchar) PARTITION BY RANGE (b); -CREATE TABLE prt2_adv_p1 PARTITION OF prt2_adv FOR VALUES FROM (100) TO (200); -CREATE TABLE prt2_adv_p2 PARTITION OF prt2_adv FOR VALUES FROM (200) TO (400); -CREATE INDEX prt2_adv_b_idx ON prt2_adv (b); -INSERT INTO prt2_adv SELECT i % 25, i, to_char(i, 'FM0000') FROM generate_series(100, 399) i; -ANALYZE prt2_adv; -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.a < 300 AND t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN ------------------------------------------------------------ - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: ((a < 300) AND (b = 0)) - -> Hash Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: ((a < 300) AND (b = 0)) -(15 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.a < 300 AND t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 100 | 0100 | 100 | 0100 - 125 | 0125 | 125 | 0125 - 150 | 0150 | 150 | 0150 - 175 | 0175 | 175 | 0175 - 200 | 0200 | 200 | 0200 - 225 | 0225 | 225 | 0225 - 250 | 0250 | 250 | 0250 - 275 | 0275 | 275 | 0275 -(8 rows) - -DROP TABLE prt1_adv_p3; -CREATE TABLE prt1_adv_default PARTITION OF prt1_adv DEFAULT; -ANALYZE prt1_adv; -CREATE TABLE prt2_adv_default PARTITION OF prt2_adv DEFAULT; -ANALYZE prt2_adv; -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.a >= 100 AND t1.a < 300 AND t1.b = 0 ORDER BY t1.a, t2.b; - QUERY PLAN --------------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: (t2_1.b = t1_1.a) - -> Seq Scan on prt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on prt1_adv_p1 t1_1 - Filter: ((a >= 100) AND (a < 300) AND (b = 0)) - -> Hash Join - Hash Cond: (t2_2.b = t1_2.a) - -> Seq Scan on prt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on prt1_adv_p2 t1_2 - Filter: ((a >= 100) AND (a < 300) AND (b = 0)) -(15 rows) - -SELECT t1.a, t1.c, t2.b, t2.c FROM prt1_adv t1 INNER JOIN prt2_adv t2 ON (t1.a = t2.b) WHERE t1.a >= 100 AND t1.a < 300 AND t1.b = 0 ORDER BY t1.a, t2.b; - a | c | b | c ------+------+-----+------ - 100 | 0100 | 100 | 0100 - 125 | 0125 | 125 | 0125 - 150 | 0150 | 150 | 0150 - 175 | 0175 | 175 | 0175 - 200 | 0200 | 200 | 0200 - 225 | 0225 | 225 | 0225 - 250 | 0250 | 250 | 0250 - 275 | 0275 | 275 | 0275 -(8 rows) - -DROP TABLE prt1_adv; -DROP TABLE prt2_adv; --- Tests for list-partitioned tables -CREATE TABLE plt1_adv (a int, b int, c text) PARTITION BY LIST (c); -CREATE TABLE plt1_adv_p1 PARTITION OF plt1_adv FOR VALUES IN ('0001', '0003'); -CREATE TABLE plt1_adv_p2 PARTITION OF plt1_adv FOR VALUES IN ('0004', '0006'); -CREATE TABLE plt1_adv_p3 PARTITION OF plt1_adv FOR VALUES IN ('0008', '0009'); -INSERT INTO plt1_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 3, 4, 6, 8, 9); -ANALYZE plt1_adv; -CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c); -CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0002', '0003'); -CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0006'); -CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0007', '0009'); -INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (2, 3, 4, 6, 7, 9); -ANALYZE plt2_adv; --- inner join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 9 | 0009 | 9 | 0009 -(4 rows) - --- semi join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM plt1_adv t1 WHERE EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Semi Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Right Semi Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Semi Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.* FROM plt1_adv t1 WHERE EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - a | b | c ----+---+------ - 3 | 3 | 0003 - 4 | 4 | 0004 - 6 | 6 | 0006 - 9 | 9 | 0009 -(4 rows) - --- left join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 1 | 0001 | | - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 8 | 0008 | | - 9 | 0009 | 9 | 0009 -(6 rows) - --- anti join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM plt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Anti Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Right Anti Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Anti Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.* FROM plt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - a | b | c ----+---+------ - 1 | 1 | 0001 - 8 | 8 | 0008 -(2 rows) - --- full join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1.b, 0) < 10 AND coalesce(t2.b, 0) < 10 ORDER BY t1.a, t2.a; - QUERY PLAN ------------------------------------------------------------------------------------ - Sort - Sort Key: t1.a, t2.a - -> Append - -> Hash Full Join - Hash Cond: ((t1_1.a = t2_1.a) AND (t1_1.c = t2_1.c)) - Filter: ((COALESCE(t1_1.b, 0) < 10) AND (COALESCE(t2_1.b, 0) < 10)) - -> Seq Scan on plt1_adv_p1 t1_1 - -> Hash - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash Full Join - Hash Cond: ((t1_2.a = t2_2.a) AND (t1_2.c = t2_2.c)) - Filter: ((COALESCE(t1_2.b, 0) < 10) AND (COALESCE(t2_2.b, 0) < 10)) - -> Seq Scan on plt1_adv_p2 t1_2 - -> Hash - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash Full Join - Hash Cond: ((t1_3.a = t2_3.a) AND (t1_3.c = t2_3.c)) - Filter: ((COALESCE(t1_3.b, 0) < 10) AND (COALESCE(t2_3.b, 0) < 10)) - -> Seq Scan on plt1_adv_p3 t1_3 - -> Hash - -> Seq Scan on plt2_adv_p3 t2_3 -(21 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1.b, 0) < 10 AND coalesce(t2.b, 0) < 10 ORDER BY t1.a, t2.a; - a | c | a | c ----+------+---+------ - 1 | 0001 | | - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 8 | 0008 | | - 9 | 0009 | 9 | 0009 - | | 2 | 0002 - | | 7 | 0007 -(8 rows) - --- Test cases where one side has an extra partition -CREATE TABLE plt2_adv_extra PARTITION OF plt2_adv FOR VALUES IN ('0000'); -INSERT INTO plt2_adv_extra VALUES (0, 0, '0000'); -ANALYZE plt2_adv; --- inner join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 9 | 0009 | 9 | 0009 -(4 rows) - --- semi join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM plt1_adv t1 WHERE EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Semi Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Right Semi Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Semi Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.* FROM plt1_adv t1 WHERE EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - a | b | c ----+---+------ - 3 | 3 | 0003 - 4 | 4 | 0004 - 6 | 6 | 0006 - 9 | 9 | 0009 -(4 rows) - --- left join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 1 | 0001 | | - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 8 | 0008 | | - 9 | 0009 | 9 | 0009 -(6 rows) - --- left join; currently we can't do partitioned join if there are no matched --- partitions on the nullable side -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt2_adv t1 LEFT JOIN plt1_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN ---------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Right Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Append - -> Seq Scan on plt1_adv_p1 t2_1 - -> Seq Scan on plt1_adv_p2 t2_2 - -> Seq Scan on plt1_adv_p3 t2_3 - -> Hash - -> Append - -> Seq Scan on plt2_adv_extra t1_1 - Filter: (b < 10) - -> Seq Scan on plt2_adv_p1 t1_2 - Filter: (b < 10) - -> Seq Scan on plt2_adv_p2 t1_3 - Filter: (b < 10) - -> Seq Scan on plt2_adv_p3 t1_4 - Filter: (b < 10) -(18 rows) - --- anti join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM plt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Anti Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Right Anti Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Anti Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.* FROM plt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - a | b | c ----+---+------ - 1 | 1 | 0001 - 8 | 8 | 0008 -(2 rows) - --- anti join; currently we can't do partitioned join if there are no matched --- partitions on the nullable side -EXPLAIN (COSTS OFF) -SELECT t1.* FROM plt2_adv t1 WHERE NOT EXISTS (SELECT 1 FROM plt1_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN ---------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Right Anti Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Append - -> Seq Scan on plt1_adv_p1 t2_1 - -> Seq Scan on plt1_adv_p2 t2_2 - -> Seq Scan on plt1_adv_p3 t2_3 - -> Hash - -> Append - -> Seq Scan on plt2_adv_extra t1_1 - Filter: (b < 10) - -> Seq Scan on plt2_adv_p1 t1_2 - Filter: (b < 10) - -> Seq Scan on plt2_adv_p2 t1_3 - Filter: (b < 10) - -> Seq Scan on plt2_adv_p3 t1_4 - Filter: (b < 10) -(18 rows) - --- full join; currently we can't do partitioned join if there are no matched --- partitions on the nullable side -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1.b, 0) < 10 AND coalesce(t2.b, 0) < 10 ORDER BY t1.a, t2.a; - QUERY PLAN -------------------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.a - -> Hash Full Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - Filter: ((COALESCE(t1.b, 0) < 10) AND (COALESCE(t2.b, 0) < 10)) - -> Append - -> Seq Scan on plt2_adv_extra t2_1 - -> Seq Scan on plt2_adv_p1 t2_2 - -> Seq Scan on plt2_adv_p2 t2_3 - -> Seq Scan on plt2_adv_p3 t2_4 - -> Hash - -> Append - -> Seq Scan on plt1_adv_p1 t1_1 - -> Seq Scan on plt1_adv_p2 t1_2 - -> Seq Scan on plt1_adv_p3 t1_3 -(15 rows) - -DROP TABLE plt2_adv_extra; --- Test cases where a partition on one side matches multiple partitions on --- the other side; we currently can't do partitioned join in such cases -ALTER TABLE plt2_adv DETACH PARTITION plt2_adv_p2; --- Split plt2_adv_p2 into two partitions so that plt1_adv_p2 matches both -CREATE TABLE plt2_adv_p2_1 PARTITION OF plt2_adv FOR VALUES IN ('0004'); -CREATE TABLE plt2_adv_p2_2 PARTITION OF plt2_adv FOR VALUES IN ('0006'); -INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (4, 6); -ANALYZE plt2_adv; --- inner join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Append - -> Seq Scan on plt2_adv_p1 t2_1 - -> Seq Scan on plt2_adv_p2_1 t2_2 - -> Seq Scan on plt2_adv_p2_2 t2_3 - -> Seq Scan on plt2_adv_p3 t2_4 - -> Hash - -> Append - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(17 rows) - --- semi join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM plt1_adv t1 WHERE EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Right Semi Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Append - -> Seq Scan on plt2_adv_p1 t2_1 - -> Seq Scan on plt2_adv_p2_1 t2_2 - -> Seq Scan on plt2_adv_p2_2 t2_3 - -> Seq Scan on plt2_adv_p3 t2_4 - -> Hash - -> Append - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(17 rows) - --- left join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Right Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Append - -> Seq Scan on plt2_adv_p1 t2_1 - -> Seq Scan on plt2_adv_p2_1 t2_2 - -> Seq Scan on plt2_adv_p2_2 t2_3 - -> Seq Scan on plt2_adv_p3 t2_4 - -> Hash - -> Append - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(17 rows) - --- anti join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM plt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Right Anti Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Append - -> Seq Scan on plt2_adv_p1 t2_1 - -> Seq Scan on plt2_adv_p2_1 t2_2 - -> Seq Scan on plt2_adv_p2_2 t2_3 - -> Seq Scan on plt2_adv_p3 t2_4 - -> Hash - -> Append - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(17 rows) - --- full join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1.b, 0) < 10 AND coalesce(t2.b, 0) < 10 ORDER BY t1.a, t2.a; - QUERY PLAN -------------------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.a - -> Hash Full Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - Filter: ((COALESCE(t1.b, 0) < 10) AND (COALESCE(t2.b, 0) < 10)) - -> Append - -> Seq Scan on plt2_adv_p1 t2_1 - -> Seq Scan on plt2_adv_p2_1 t2_2 - -> Seq Scan on plt2_adv_p2_2 t2_3 - -> Seq Scan on plt2_adv_p3 t2_4 - -> Hash - -> Append - -> Seq Scan on plt1_adv_p1 t1_1 - -> Seq Scan on plt1_adv_p2 t1_2 - -> Seq Scan on plt1_adv_p3 t1_3 -(15 rows) - -DROP TABLE plt2_adv_p2_1; -DROP TABLE plt2_adv_p2_2; --- Restore plt2_adv_p2 -ALTER TABLE plt2_adv ATTACH PARTITION plt2_adv_p2 FOR VALUES IN ('0004', '0006'); --- Test NULL partitions -ALTER TABLE plt1_adv DETACH PARTITION plt1_adv_p1; --- Change plt1_adv_p1 to the NULL partition -CREATE TABLE plt1_adv_p1_null PARTITION OF plt1_adv FOR VALUES IN (NULL, '0001', '0003'); -INSERT INTO plt1_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 3); -INSERT INTO plt1_adv VALUES (-1, -1, NULL); -ANALYZE plt1_adv; -ALTER TABLE plt2_adv DETACH PARTITION plt2_adv_p3; --- Change plt2_adv_p3 to the NULL partition -CREATE TABLE plt2_adv_p3_null PARTITION OF plt2_adv FOR VALUES IN (NULL, '0007', '0009'); -INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (7, 9); -INSERT INTO plt2_adv VALUES (-1, -1, NULL); -ANALYZE plt2_adv; --- inner join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1_null t1_1 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3_null t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 9 | 0009 | 9 | 0009 -(4 rows) - --- semi join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM plt1_adv t1 WHERE EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Semi Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1_null t1_1 - Filter: (b < 10) - -> Hash Right Semi Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Semi Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3_null t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.* FROM plt1_adv t1 WHERE EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - a | b | c ----+---+------ - 3 | 3 | 0003 - 4 | 4 | 0004 - 6 | 6 | 0006 - 9 | 9 | 0009 -(4 rows) - --- left join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1_null t1_1 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3_null t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c -----+------+---+------ - -1 | | | - 1 | 0001 | | - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 8 | 0008 | | - 9 | 0009 | 9 | 0009 -(7 rows) - --- anti join -EXPLAIN (COSTS OFF) -SELECT t1.* FROM plt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Anti Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1_null t1_1 - Filter: (b < 10) - -> Hash Right Anti Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Anti Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3_null t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.* FROM plt1_adv t1 WHERE NOT EXISTS (SELECT 1 FROM plt2_adv t2 WHERE t1.a = t2.a AND t1.c = t2.c) AND t1.b < 10 ORDER BY t1.a; - a | b | c -----+----+------ - -1 | -1 | - 1 | 1 | 0001 - 8 | 8 | 0008 -(3 rows) - --- full join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1.b, 0) < 10 AND coalesce(t2.b, 0) < 10 ORDER BY t1.a, t2.a; - QUERY PLAN ------------------------------------------------------------------------------------ - Sort - Sort Key: t1.a, t2.a - -> Append - -> Hash Full Join - Hash Cond: ((t1_1.a = t2_1.a) AND (t1_1.c = t2_1.c)) - Filter: ((COALESCE(t1_1.b, 0) < 10) AND (COALESCE(t2_1.b, 0) < 10)) - -> Seq Scan on plt1_adv_p1_null t1_1 - -> Hash - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash Full Join - Hash Cond: ((t1_2.a = t2_2.a) AND (t1_2.c = t2_2.c)) - Filter: ((COALESCE(t1_2.b, 0) < 10) AND (COALESCE(t2_2.b, 0) < 10)) - -> Seq Scan on plt1_adv_p2 t1_2 - -> Hash - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash Full Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - Filter: ((COALESCE(t1_3.b, 0) < 10) AND (COALESCE(t2_3.b, 0) < 10)) - -> Seq Scan on plt2_adv_p3_null t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 -(21 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1.b, 0) < 10 AND coalesce(t2.b, 0) < 10 ORDER BY t1.a, t2.a; - a | c | a | c -----+------+----+------ - -1 | | | - 1 | 0001 | | - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 8 | 0008 | | - 9 | 0009 | 9 | 0009 - | | -1 | - | | 2 | 0002 - | | 7 | 0007 -(10 rows) - -DROP TABLE plt1_adv_p1_null; --- Restore plt1_adv_p1 -ALTER TABLE plt1_adv ATTACH PARTITION plt1_adv_p1 FOR VALUES IN ('0001', '0003'); --- Add to plt1_adv the extra NULL partition containing only NULL values as the --- key values -CREATE TABLE plt1_adv_extra PARTITION OF plt1_adv FOR VALUES IN (NULL); -INSERT INTO plt1_adv VALUES (-1, -1, NULL); -ANALYZE plt1_adv; -DROP TABLE plt2_adv_p3_null; --- Restore plt2_adv_p3 -ALTER TABLE plt2_adv ATTACH PARTITION plt2_adv_p3 FOR VALUES IN ('0007', '0009'); -ANALYZE plt2_adv; --- inner join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 9 | 0009 | 9 | 0009 -(4 rows) - --- left join; currently we can't do partitioned join if there are no matched --- partitions on the nullable side -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN ---------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Right Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Append - -> Seq Scan on plt2_adv_p1 t2_1 - -> Seq Scan on plt2_adv_p2 t2_2 - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Append - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) - -> Seq Scan on plt1_adv_extra t1_4 - Filter: (b < 10) -(18 rows) - --- full join; currently we can't do partitioned join if there are no matched --- partitions on the nullable side -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1.b, 0) < 10 AND coalesce(t2.b, 0) < 10 ORDER BY t1.a, t2.a; - QUERY PLAN -------------------------------------------------------------------------- - Sort - Sort Key: t1.a, t2.a - -> Hash Full Join - Hash Cond: ((t1.a = t2.a) AND (t1.c = t2.c)) - Filter: ((COALESCE(t1.b, 0) < 10) AND (COALESCE(t2.b, 0) < 10)) - -> Append - -> Seq Scan on plt1_adv_p1 t1_1 - -> Seq Scan on plt1_adv_p2 t1_2 - -> Seq Scan on plt1_adv_p3 t1_3 - -> Seq Scan on plt1_adv_extra t1_4 - -> Hash - -> Append - -> Seq Scan on plt2_adv_p1 t2_1 - -> Seq Scan on plt2_adv_p2 t2_2 - -> Seq Scan on plt2_adv_p3 t2_3 -(15 rows) - --- Add to plt2_adv the extra NULL partition containing only NULL values as the --- key values -CREATE TABLE plt2_adv_extra PARTITION OF plt2_adv FOR VALUES IN (NULL); -INSERT INTO plt2_adv VALUES (-1, -1, NULL); -ANALYZE plt2_adv; --- inner join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) -(21 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 9 | 0009 | 9 | 0009 -(4 rows) - --- left join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN ----------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) - -> Nested Loop Left Join - Join Filter: ((t1_4.a = t2_4.a) AND (t1_4.c = t2_4.c)) - -> Seq Scan on plt1_adv_extra t1_4 - Filter: (b < 10) - -> Seq Scan on plt2_adv_extra t2_4 -(26 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c -----+------+---+------ - -1 | | | - 1 | 0001 | | - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 8 | 0008 | | - 9 | 0009 | 9 | 0009 -(7 rows) - --- full join -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1.b, 0) < 10 AND coalesce(t2.b, 0) < 10 ORDER BY t1.a, t2.a; - QUERY PLAN ------------------------------------------------------------------------------------ - Sort - Sort Key: t1.a, t2.a - -> Append - -> Hash Full Join - Hash Cond: ((t1_1.a = t2_1.a) AND (t1_1.c = t2_1.c)) - Filter: ((COALESCE(t1_1.b, 0) < 10) AND (COALESCE(t2_1.b, 0) < 10)) - -> Seq Scan on plt1_adv_p1 t1_1 - -> Hash - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash Full Join - Hash Cond: ((t1_2.a = t2_2.a) AND (t1_2.c = t2_2.c)) - Filter: ((COALESCE(t1_2.b, 0) < 10) AND (COALESCE(t2_2.b, 0) < 10)) - -> Seq Scan on plt1_adv_p2 t1_2 - -> Hash - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash Full Join - Hash Cond: ((t1_3.a = t2_3.a) AND (t1_3.c = t2_3.c)) - Filter: ((COALESCE(t1_3.b, 0) < 10) AND (COALESCE(t2_3.b, 0) < 10)) - -> Seq Scan on plt1_adv_p3 t1_3 - -> Hash - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash Full Join - Hash Cond: ((t1_4.a = t2_4.a) AND (t1_4.c = t2_4.c)) - Filter: ((COALESCE(t1_4.b, 0) < 10) AND (COALESCE(t2_4.b, 0) < 10)) - -> Seq Scan on plt1_adv_extra t1_4 - -> Hash - -> Seq Scan on plt2_adv_extra t2_4 -(27 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 FULL JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE coalesce(t1.b, 0) < 10 AND coalesce(t2.b, 0) < 10 ORDER BY t1.a, t2.a; - a | c | a | c -----+------+----+------ - -1 | | | - 1 | 0001 | | - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 - 8 | 0008 | | - 9 | 0009 | 9 | 0009 - | | -1 | - | | 2 | 0002 - | | 7 | 0007 -(10 rows) - --- 3-way join to test the NULL partition of a join relation -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c, t3.a, t3.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) LEFT JOIN plt1_adv t3 ON (t1.a = t3.a AND t1.c = t3.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Join - Hash Cond: ((t3_1.a = t1_1.a) AND (t3_1.c = t1_1.c)) - -> Seq Scan on plt1_adv_p1 t3_1 - -> Hash - -> Hash Right Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_1 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t3_2.a = t1_2.a) AND (t3_2.c = t1_2.c)) - -> Seq Scan on plt1_adv_p2 t3_2 - -> Hash - -> Hash Right Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_2 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t3_3.a = t1_3.a) AND (t3_3.c = t1_3.c)) - -> Seq Scan on plt1_adv_p3 t3_3 - -> Hash - -> Hash Right Join - Hash Cond: ((t2_3.a = t1_3.a) AND (t2_3.c = t1_3.c)) - -> Seq Scan on plt2_adv_p3 t2_3 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_3 - Filter: (b < 10) - -> Nested Loop Left Join - Join Filter: ((t1_4.a = t3_4.a) AND (t1_4.c = t3_4.c)) - -> Nested Loop Left Join - Join Filter: ((t1_4.a = t2_4.a) AND (t1_4.c = t2_4.c)) - -> Seq Scan on plt1_adv_extra t1_4 - Filter: (b < 10) - -> Seq Scan on plt2_adv_extra t2_4 - -> Seq Scan on plt1_adv_extra t3_4 -(41 rows) - -SELECT t1.a, t1.c, t2.a, t2.c, t3.a, t3.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) LEFT JOIN plt1_adv t3 ON (t1.a = t3.a AND t1.c = t3.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c | a | c -----+------+---+------+---+------ - -1 | | | | | - 1 | 0001 | | | 1 | 0001 - 3 | 0003 | 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 | 6 | 0006 - 8 | 0008 | | | 8 | 0008 - 9 | 0009 | 9 | 0009 | 9 | 0009 -(7 rows) - -DROP TABLE plt1_adv_extra; -DROP TABLE plt2_adv_extra; --- Test default partitions -ALTER TABLE plt1_adv DETACH PARTITION plt1_adv_p1; --- Change plt1_adv_p1 to the default partition -ALTER TABLE plt1_adv ATTACH PARTITION plt1_adv_p1 DEFAULT; -DROP TABLE plt1_adv_p3; -ANALYZE plt1_adv; -DROP TABLE plt2_adv_p3; -ANALYZE plt2_adv; --- We can do partitioned join even if only one of relations has the default --- partition -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: ((t2_1.a = t1_2.a) AND (t2_1.c = t1_2.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_2 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_2.a = t1_1.a) AND (t2_2.c = t1_1.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_1 - Filter: (b < 10) -(15 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 -(3 rows) - -ALTER TABLE plt2_adv DETACH PARTITION plt2_adv_p2; --- Change plt2_adv_p2 to contain '0005' in addition to '0004' and '0006' as --- the key values -CREATE TABLE plt2_adv_p2_ext PARTITION OF plt2_adv FOR VALUES IN ('0004', '0005', '0006'); -INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (4, 5, 6); -ANALYZE plt2_adv; --- Partitioned join can't be applied because the default partition of plt1_adv --- matches plt2_adv_p1 and plt2_adv_p2_ext -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Append - -> Seq Scan on plt2_adv_p1 t2_1 - -> Seq Scan on plt2_adv_p2_ext t2_2 - -> Hash - -> Append - -> Seq Scan on plt1_adv_p2 t1_1 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p1 t1_2 - Filter: (b < 10) -(13 rows) - -ALTER TABLE plt2_adv DETACH PARTITION plt2_adv_p2_ext; --- Change plt2_adv_p2_ext to the default partition -ALTER TABLE plt2_adv ATTACH PARTITION plt2_adv_p2_ext DEFAULT; -ANALYZE plt2_adv; --- Partitioned join can't be applied because the default partition of plt1_adv --- matches plt2_adv_p1 and plt2_adv_p2_ext -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Append - -> Seq Scan on plt2_adv_p1 t2_1 - -> Seq Scan on plt2_adv_p2_ext t2_2 - -> Hash - -> Append - -> Seq Scan on plt1_adv_p2 t1_1 - Filter: (b < 10) - -> Seq Scan on plt1_adv_p1 t1_2 - Filter: (b < 10) -(13 rows) - -DROP TABLE plt2_adv_p2_ext; --- Restore plt2_adv_p2 -ALTER TABLE plt2_adv ATTACH PARTITION plt2_adv_p2 FOR VALUES IN ('0004', '0006'); -ANALYZE plt2_adv; -CREATE TABLE plt3_adv (a int, b int, c text) PARTITION BY LIST (c); -CREATE TABLE plt3_adv_p1 PARTITION OF plt3_adv FOR VALUES IN ('0004', '0006'); -CREATE TABLE plt3_adv_p2 PARTITION OF plt3_adv FOR VALUES IN ('0007', '0009'); -INSERT INTO plt3_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (4, 6, 7, 9); -ANALYZE plt3_adv; --- 3-way join to test the default partition of a join relation -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c, t3.a, t3.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) LEFT JOIN plt3_adv t3 ON (t1.a = t3.a AND t1.c = t3.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Right Join - Hash Cond: ((t3_1.a = t1_1.a) AND (t3_1.c = t1_1.c)) - -> Seq Scan on plt3_adv_p1 t3_1 - -> Hash - -> Hash Right Join - Hash Cond: ((t2_2.a = t1_1.a) AND (t2_2.c = t1_1.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_1 - Filter: (b < 10) - -> Hash Right Join - Hash Cond: ((t3_2.a = t1_2.a) AND (t3_2.c = t1_2.c)) - -> Seq Scan on plt3_adv_p2 t3_2 - -> Hash - -> Hash Right Join - Hash Cond: ((t2_1.a = t1_2.a) AND (t2_1.c = t1_2.c)) - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_2 - Filter: (b < 10) -(23 rows) - -SELECT t1.a, t1.c, t2.a, t2.c, t3.a, t3.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) LEFT JOIN plt3_adv t3 ON (t1.a = t3.a AND t1.c = t3.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c | a | c ----+------+---+------+---+------ - 1 | 0001 | | | | - 3 | 0003 | 3 | 0003 | | - 4 | 0004 | 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 | 6 | 0006 -(4 rows) - --- Test cases where one side has the default partition while the other side --- has the NULL partition -DROP TABLE plt2_adv_p1; --- Add the NULL partition to plt2_adv -CREATE TABLE plt2_adv_p1_null PARTITION OF plt2_adv FOR VALUES IN (NULL, '0001', '0003'); -INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 3); -INSERT INTO plt2_adv VALUES (-1, -1, NULL); -ANALYZE plt2_adv; -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: ((t2_1.a = t1_2.a) AND (t2_1.c = t1_2.c)) - -> Seq Scan on plt2_adv_p1_null t2_1 - -> Hash - -> Seq Scan on plt1_adv_p1 t1_2 - Filter: (b < 10) - -> Hash Join - Hash Cond: ((t2_2.a = t1_1.a) AND (t2_2.c = t1_1.c)) - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1_1 - Filter: (b < 10) -(15 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 1 | 0001 | 1 | 0001 - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 -(4 rows) - -DROP TABLE plt2_adv_p1_null; --- Add the NULL partition that contains only NULL values as the key values -CREATE TABLE plt2_adv_p1_null PARTITION OF plt2_adv FOR VALUES IN (NULL); -INSERT INTO plt2_adv VALUES (-1, -1, NULL); -ANALYZE plt2_adv; -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Seq Scan on plt2_adv_p2 t2 - -> Hash - -> Seq Scan on plt1_adv_p2 t1 - Filter: (b < 10) -(8 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 4 | 0004 | 4 | 0004 - 6 | 0006 | 6 | 0006 -(2 rows) - -DROP TABLE plt1_adv; -DROP TABLE plt2_adv; -DROP TABLE plt3_adv; --- Test interaction of partitioned join with partition pruning -CREATE TABLE plt1_adv (a int, b int, c text) PARTITION BY LIST (c); -CREATE TABLE plt1_adv_p1 PARTITION OF plt1_adv FOR VALUES IN ('0001'); -CREATE TABLE plt1_adv_p2 PARTITION OF plt1_adv FOR VALUES IN ('0002'); -CREATE TABLE plt1_adv_p3 PARTITION OF plt1_adv FOR VALUES IN ('0003'); -CREATE TABLE plt1_adv_p4 PARTITION OF plt1_adv FOR VALUES IN (NULL, '0004', '0005'); -INSERT INTO plt1_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 2, 3, 4, 5); -INSERT INTO plt1_adv VALUES (-1, -1, NULL); -ANALYZE plt1_adv; -CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c); -CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0001', '0002'); -CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN (NULL); -CREATE TABLE plt2_adv_p3 PARTITION OF plt2_adv FOR VALUES IN ('0003'); -CREATE TABLE plt2_adv_p4 PARTITION OF plt2_adv FOR VALUES IN ('0004', '0005'); -INSERT INTO plt2_adv SELECT i, i, to_char(i % 10, 'FM0000') FROM generate_series(1, 299) i WHERE i % 10 IN (1, 2, 3, 4, 5); -INSERT INTO plt2_adv VALUES (-1, -1, NULL); -ANALYZE plt2_adv; -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.c IN ('0003', '0004', '0005') AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------------------------------------------ - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p3 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_1 - Filter: ((b < 10) AND (c = ANY ('{0003,0004,0005}'::text[]))) - -> Hash Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p4 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p4 t1_2 - Filter: ((b < 10) AND (c = ANY ('{0003,0004,0005}'::text[]))) -(15 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.c IN ('0003', '0004', '0005') AND t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 5 | 0005 | 5 | 0005 -(3 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.c IS NULL AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Right Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Seq Scan on plt2_adv_p4 t2 - -> Hash - -> Seq Scan on plt1_adv_p4 t1 - Filter: ((c IS NULL) AND (b < 10)) -(8 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.c IS NULL AND t1.b < 10 ORDER BY t1.a; - a | c | a | c -----+---+---+--- - -1 | | | -(1 row) - -CREATE TABLE plt1_adv_default PARTITION OF plt1_adv DEFAULT; -ANALYZE plt1_adv; -CREATE TABLE plt2_adv_default PARTITION OF plt2_adv DEFAULT; -ANALYZE plt2_adv; -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.c IN ('0003', '0004', '0005') AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN ------------------------------------------------------------------------------------------ - Sort - Sort Key: t1.a - -> Append - -> Hash Join - Hash Cond: ((t2_1.a = t1_1.a) AND (t2_1.c = t1_1.c)) - -> Seq Scan on plt2_adv_p3 t2_1 - -> Hash - -> Seq Scan on plt1_adv_p3 t1_1 - Filter: ((b < 10) AND (c = ANY ('{0003,0004,0005}'::text[]))) - -> Hash Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.c = t1_2.c)) - -> Seq Scan on plt2_adv_p4 t2_2 - -> Hash - -> Seq Scan on plt1_adv_p4 t1_2 - Filter: ((b < 10) AND (c = ANY ('{0003,0004,0005}'::text[]))) -(15 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 INNER JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.c IN ('0003', '0004', '0005') AND t1.b < 10 ORDER BY t1.a; - a | c | a | c ----+------+---+------ - 3 | 0003 | 3 | 0003 - 4 | 0004 | 4 | 0004 - 5 | 0005 | 5 | 0005 -(3 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.c IS NULL AND t1.b < 10 ORDER BY t1.a; - QUERY PLAN --------------------------------------------------------- - Sort - Sort Key: t1.a - -> Hash Right Join - Hash Cond: ((t2.a = t1.a) AND (t2.c = t1.c)) - -> Seq Scan on plt2_adv_p4 t2 - -> Hash - -> Seq Scan on plt1_adv_p4 t1 - Filter: ((c IS NULL) AND (b < 10)) -(8 rows) - -SELECT t1.a, t1.c, t2.a, t2.c FROM plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE t1.c IS NULL AND t1.b < 10 ORDER BY t1.a; - a | c | a | c -----+---+---+--- - -1 | | | -(1 row) - -DROP TABLE plt1_adv; -DROP TABLE plt2_adv; --- Test the process_outer_partition() code path -CREATE TABLE plt1_adv (a int, b int, c text) PARTITION BY LIST (c); -CREATE TABLE plt1_adv_p1 PARTITION OF plt1_adv FOR VALUES IN ('0000', '0001', '0002'); -CREATE TABLE plt1_adv_p2 PARTITION OF plt1_adv FOR VALUES IN ('0003', '0004'); -INSERT INTO plt1_adv SELECT i, i, to_char(i % 5, 'FM0000') FROM generate_series(0, 24) i; -ANALYZE plt1_adv; -CREATE TABLE plt2_adv (a int, b int, c text) PARTITION BY LIST (c); -CREATE TABLE plt2_adv_p1 PARTITION OF plt2_adv FOR VALUES IN ('0002'); -CREATE TABLE plt2_adv_p2 PARTITION OF plt2_adv FOR VALUES IN ('0003', '0004'); -INSERT INTO plt2_adv SELECT i, i, to_char(i % 5, 'FM0000') FROM generate_series(0, 24) i WHERE i % 5 IN (2, 3, 4); -ANALYZE plt2_adv; -CREATE TABLE plt3_adv (a int, b int, c text) PARTITION BY LIST (c); -CREATE TABLE plt3_adv_p1 PARTITION OF plt3_adv FOR VALUES IN ('0001'); -CREATE TABLE plt3_adv_p2 PARTITION OF plt3_adv FOR VALUES IN ('0003', '0004'); -INSERT INTO plt3_adv SELECT i, i, to_char(i % 5, 'FM0000') FROM generate_series(0, 24) i WHERE i % 5 IN (1, 3, 4); -ANALYZE plt3_adv; --- This tests that when merging partitions from plt1_adv and plt2_adv in --- merge_list_bounds(), process_outer_partition() returns an already-assigned --- merged partition when re-called with plt1_adv_p1 for the second list value --- '0001' of that partition -EXPLAIN (COSTS OFF) -SELECT t1.a, t1.c, t2.a, t2.c, t3.a, t3.c FROM (plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.c = t2.c)) FULL JOIN plt3_adv t3 ON (t1.c = t3.c) WHERE coalesce(t1.a, 0) % 5 != 3 AND coalesce(t1.a, 0) % 5 != 4 ORDER BY t1.c, t1.a, t2.a, t3.a; - QUERY PLAN ------------------------------------------------------------------------------------------------ - Sort - Sort Key: t1.c, t1.a, t2.a, t3.a - -> Append - -> Hash Full Join - Hash Cond: (t1_1.c = t3_1.c) - Filter: (((COALESCE(t1_1.a, 0) % 5) <> 3) AND ((COALESCE(t1_1.a, 0) % 5) <> 4)) - -> Hash Left Join - Hash Cond: (t1_1.c = t2_1.c) - -> Seq Scan on plt1_adv_p1 t1_1 - -> Hash - -> Seq Scan on plt2_adv_p1 t2_1 - -> Hash - -> Seq Scan on plt3_adv_p1 t3_1 - -> Hash Full Join - Hash Cond: (t1_2.c = t3_2.c) - Filter: (((COALESCE(t1_2.a, 0) % 5) <> 3) AND ((COALESCE(t1_2.a, 0) % 5) <> 4)) - -> Hash Left Join - Hash Cond: (t1_2.c = t2_2.c) - -> Seq Scan on plt1_adv_p2 t1_2 - -> Hash - -> Seq Scan on plt2_adv_p2 t2_2 - -> Hash - -> Seq Scan on plt3_adv_p2 t3_2 -(23 rows) - -SELECT t1.a, t1.c, t2.a, t2.c, t3.a, t3.c FROM (plt1_adv t1 LEFT JOIN plt2_adv t2 ON (t1.c = t2.c)) FULL JOIN plt3_adv t3 ON (t1.c = t3.c) WHERE coalesce(t1.a, 0) % 5 != 3 AND coalesce(t1.a, 0) % 5 != 4 ORDER BY t1.c, t1.a, t2.a, t3.a; - a | c | a | c | a | c -----+------+----+------+----+------ - 0 | 0000 | | | | - 5 | 0000 | | | | - 10 | 0000 | | | | - 15 | 0000 | | | | - 20 | 0000 | | | | - 1 | 0001 | | | 1 | 0001 - 1 | 0001 | | | 6 | 0001 - 1 | 0001 | | | 11 | 0001 - 1 | 0001 | | | 16 | 0001 - 1 | 0001 | | | 21 | 0001 - 6 | 0001 | | | 1 | 0001 - 6 | 0001 | | | 6 | 0001 - 6 | 0001 | | | 11 | 0001 - 6 | 0001 | | | 16 | 0001 - 6 | 0001 | | | 21 | 0001 - 11 | 0001 | | | 1 | 0001 - 11 | 0001 | | | 6 | 0001 - 11 | 0001 | | | 11 | 0001 - 11 | 0001 | | | 16 | 0001 - 11 | 0001 | | | 21 | 0001 - 16 | 0001 | | | 1 | 0001 - 16 | 0001 | | | 6 | 0001 - 16 | 0001 | | | 11 | 0001 - 16 | 0001 | | | 16 | 0001 - 16 | 0001 | | | 21 | 0001 - 21 | 0001 | | | 1 | 0001 - 21 | 0001 | | | 6 | 0001 - 21 | 0001 | | | 11 | 0001 - 21 | 0001 | | | 16 | 0001 - 21 | 0001 | | | 21 | 0001 - 2 | 0002 | 2 | 0002 | | - 2 | 0002 | 7 | 0002 | | - 2 | 0002 | 12 | 0002 | | - 2 | 0002 | 17 | 0002 | | - 2 | 0002 | 22 | 0002 | | - 7 | 0002 | 2 | 0002 | | - 7 | 0002 | 7 | 0002 | | - 7 | 0002 | 12 | 0002 | | - 7 | 0002 | 17 | 0002 | | - 7 | 0002 | 22 | 0002 | | - 12 | 0002 | 2 | 0002 | | - 12 | 0002 | 7 | 0002 | | - 12 | 0002 | 12 | 0002 | | - 12 | 0002 | 17 | 0002 | | - 12 | 0002 | 22 | 0002 | | - 17 | 0002 | 2 | 0002 | | - 17 | 0002 | 7 | 0002 | | - 17 | 0002 | 12 | 0002 | | - 17 | 0002 | 17 | 0002 | | - 17 | 0002 | 22 | 0002 | | - 22 | 0002 | 2 | 0002 | | - 22 | 0002 | 7 | 0002 | | - 22 | 0002 | 12 | 0002 | | - 22 | 0002 | 17 | 0002 | | - 22 | 0002 | 22 | 0002 | | -(55 rows) - -DROP TABLE plt1_adv; -DROP TABLE plt2_adv; -DROP TABLE plt3_adv; --- Tests for multi-level partitioned tables -CREATE TABLE alpha (a double precision, b int, c text) PARTITION BY RANGE (a); -CREATE TABLE alpha_neg PARTITION OF alpha FOR VALUES FROM ('-Infinity') TO (0) PARTITION BY RANGE (b); -CREATE TABLE alpha_pos PARTITION OF alpha FOR VALUES FROM (0) TO (10.0) PARTITION BY LIST (c); -CREATE TABLE alpha_neg_p1 PARTITION OF alpha_neg FOR VALUES FROM (100) TO (200); -CREATE TABLE alpha_neg_p2 PARTITION OF alpha_neg FOR VALUES FROM (200) TO (300); -CREATE TABLE alpha_neg_p3 PARTITION OF alpha_neg FOR VALUES FROM (300) TO (400); -CREATE TABLE alpha_pos_p1 PARTITION OF alpha_pos FOR VALUES IN ('0001', '0003'); -CREATE TABLE alpha_pos_p2 PARTITION OF alpha_pos FOR VALUES IN ('0004', '0006'); -CREATE TABLE alpha_pos_p3 PARTITION OF alpha_pos FOR VALUES IN ('0008', '0009'); -INSERT INTO alpha_neg SELECT -1.0, i, to_char(i % 10, 'FM0000') FROM generate_series(100, 399) i WHERE i % 10 IN (1, 3, 4, 6, 8, 9); -INSERT INTO alpha_pos SELECT 1.0, i, to_char(i % 10, 'FM0000') FROM generate_series(100, 399) i WHERE i % 10 IN (1, 3, 4, 6, 8, 9); -ANALYZE alpha; -CREATE TABLE beta (a double precision, b int, c text) PARTITION BY RANGE (a); -CREATE TABLE beta_neg PARTITION OF beta FOR VALUES FROM (-10.0) TO (0) PARTITION BY RANGE (b); -CREATE TABLE beta_pos PARTITION OF beta FOR VALUES FROM (0) TO ('Infinity') PARTITION BY LIST (c); -CREATE TABLE beta_neg_p1 PARTITION OF beta_neg FOR VALUES FROM (100) TO (150); -CREATE TABLE beta_neg_p2 PARTITION OF beta_neg FOR VALUES FROM (200) TO (300); -CREATE TABLE beta_neg_p3 PARTITION OF beta_neg FOR VALUES FROM (350) TO (500); -CREATE TABLE beta_pos_p1 PARTITION OF beta_pos FOR VALUES IN ('0002', '0003'); -CREATE TABLE beta_pos_p2 PARTITION OF beta_pos FOR VALUES IN ('0004', '0006'); -CREATE TABLE beta_pos_p3 PARTITION OF beta_pos FOR VALUES IN ('0007', '0009'); -INSERT INTO beta_neg SELECT -1.0, i, to_char(i % 10, 'FM0000') FROM generate_series(100, 149) i WHERE i % 10 IN (2, 3, 4, 6, 7, 9); -INSERT INTO beta_neg SELECT -1.0, i, to_char(i % 10, 'FM0000') FROM generate_series(200, 299) i WHERE i % 10 IN (2, 3, 4, 6, 7, 9); -INSERT INTO beta_neg SELECT -1.0, i, to_char(i % 10, 'FM0000') FROM generate_series(350, 499) i WHERE i % 10 IN (2, 3, 4, 6, 7, 9); -INSERT INTO beta_pos SELECT 1.0, i, to_char(i % 10, 'FM0000') FROM generate_series(100, 149) i WHERE i % 10 IN (2, 3, 4, 6, 7, 9); -INSERT INTO beta_pos SELECT 1.0, i, to_char(i % 10, 'FM0000') FROM generate_series(200, 299) i WHERE i % 10 IN (2, 3, 4, 6, 7, 9); -INSERT INTO beta_pos SELECT 1.0, i, to_char(i % 10, 'FM0000') FROM generate_series(350, 499) i WHERE i % 10 IN (2, 3, 4, 6, 7, 9); -ANALYZE beta; -EXPLAIN (COSTS OFF) -SELECT t1.*, t2.* FROM alpha t1 INNER JOIN beta t2 ON (t1.a = t2.a AND t1.b = t2.b) WHERE t1.b >= 125 AND t1.b < 225 ORDER BY t1.a, t1.b; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: t1.a, t1.b - -> Append - -> Hash Join - Hash Cond: ((t1_1.a = t2_1.a) AND (t1_1.b = t2_1.b)) - -> Seq Scan on alpha_neg_p1 t1_1 - Filter: ((b >= 125) AND (b < 225)) - -> Hash - -> Seq Scan on beta_neg_p1 t2_1 - -> Hash Join - Hash Cond: ((t2_2.a = t1_2.a) AND (t2_2.b = t1_2.b)) - -> Seq Scan on beta_neg_p2 t2_2 - -> Hash - -> Seq Scan on alpha_neg_p2 t1_2 - Filter: ((b >= 125) AND (b < 225)) - -> Hash Join - Hash Cond: ((t2_4.a = t1_4.a) AND (t2_4.b = t1_4.b)) - -> Append - -> Seq Scan on beta_pos_p1 t2_4 - -> Seq Scan on beta_pos_p2 t2_5 - -> Seq Scan on beta_pos_p3 t2_6 - -> Hash - -> Append - -> Seq Scan on alpha_pos_p1 t1_4 - Filter: ((b >= 125) AND (b < 225)) - -> Seq Scan on alpha_pos_p2 t1_5 - Filter: ((b >= 125) AND (b < 225)) - -> Seq Scan on alpha_pos_p3 t1_6 - Filter: ((b >= 125) AND (b < 225)) -(29 rows) - -SELECT t1.*, t2.* FROM alpha t1 INNER JOIN beta t2 ON (t1.a = t2.a AND t1.b = t2.b) WHERE t1.b >= 125 AND t1.b < 225 ORDER BY t1.a, t1.b; - a | b | c | a | b | c -----+-----+------+----+-----+------ - -1 | 126 | 0006 | -1 | 126 | 0006 - -1 | 129 | 0009 | -1 | 129 | 0009 - -1 | 133 | 0003 | -1 | 133 | 0003 - -1 | 134 | 0004 | -1 | 134 | 0004 - -1 | 136 | 0006 | -1 | 136 | 0006 - -1 | 139 | 0009 | -1 | 139 | 0009 - -1 | 143 | 0003 | -1 | 143 | 0003 - -1 | 144 | 0004 | -1 | 144 | 0004 - -1 | 146 | 0006 | -1 | 146 | 0006 - -1 | 149 | 0009 | -1 | 149 | 0009 - -1 | 203 | 0003 | -1 | 203 | 0003 - -1 | 204 | 0004 | -1 | 204 | 0004 - -1 | 206 | 0006 | -1 | 206 | 0006 - -1 | 209 | 0009 | -1 | 209 | 0009 - -1 | 213 | 0003 | -1 | 213 | 0003 - -1 | 214 | 0004 | -1 | 214 | 0004 - -1 | 216 | 0006 | -1 | 216 | 0006 - -1 | 219 | 0009 | -1 | 219 | 0009 - -1 | 223 | 0003 | -1 | 223 | 0003 - -1 | 224 | 0004 | -1 | 224 | 0004 - 1 | 126 | 0006 | 1 | 126 | 0006 - 1 | 129 | 0009 | 1 | 129 | 0009 - 1 | 133 | 0003 | 1 | 133 | 0003 - 1 | 134 | 0004 | 1 | 134 | 0004 - 1 | 136 | 0006 | 1 | 136 | 0006 - 1 | 139 | 0009 | 1 | 139 | 0009 - 1 | 143 | 0003 | 1 | 143 | 0003 - 1 | 144 | 0004 | 1 | 144 | 0004 - 1 | 146 | 0006 | 1 | 146 | 0006 - 1 | 149 | 0009 | 1 | 149 | 0009 - 1 | 203 | 0003 | 1 | 203 | 0003 - 1 | 204 | 0004 | 1 | 204 | 0004 - 1 | 206 | 0006 | 1 | 206 | 0006 - 1 | 209 | 0009 | 1 | 209 | 0009 - 1 | 213 | 0003 | 1 | 213 | 0003 - 1 | 214 | 0004 | 1 | 214 | 0004 - 1 | 216 | 0006 | 1 | 216 | 0006 - 1 | 219 | 0009 | 1 | 219 | 0009 - 1 | 223 | 0003 | 1 | 223 | 0003 - 1 | 224 | 0004 | 1 | 224 | 0004 -(40 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.*, t2.* FROM alpha t1 INNER JOIN beta t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE ((t1.b >= 100 AND t1.b < 110) OR (t1.b >= 200 AND t1.b < 210)) AND ((t2.b >= 100 AND t2.b < 110) OR (t2.b >= 200 AND t2.b < 210)) AND t1.c IN ('0004', '0009') ORDER BY t1.a, t1.b, t2.b; - QUERY PLAN --------------------------------------------------------------------------------------------------------------------------------------- - Sort - Sort Key: t1.a, t1.b, t2.b - -> Append - -> Hash Join - Hash Cond: ((t1_2.a = t2_2.a) AND (t1_2.c = t2_2.c)) - -> Append - -> Seq Scan on alpha_neg_p1 t1_2 - Filter: ((c = ANY ('{0004,0009}'::text[])) AND (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210)))) - -> Seq Scan on alpha_neg_p2 t1_3 - Filter: ((c = ANY ('{0004,0009}'::text[])) AND (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210)))) - -> Hash - -> Append - -> Seq Scan on beta_neg_p1 t2_2 - Filter: (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210))) - -> Seq Scan on beta_neg_p2 t2_3 - Filter: (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210))) - -> Nested Loop - Join Filter: ((t1_4.a = t2_4.a) AND (t1_4.c = t2_4.c)) - -> Seq Scan on alpha_pos_p2 t1_4 - Filter: ((c = ANY ('{0004,0009}'::text[])) AND (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210)))) - -> Seq Scan on beta_pos_p2 t2_4 - Filter: (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210))) - -> Nested Loop - Join Filter: ((t1_5.a = t2_5.a) AND (t1_5.c = t2_5.c)) - -> Seq Scan on alpha_pos_p3 t1_5 - Filter: ((c = ANY ('{0004,0009}'::text[])) AND (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210)))) - -> Seq Scan on beta_pos_p3 t2_5 - Filter: (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210))) -(28 rows) - -SELECT t1.*, t2.* FROM alpha t1 INNER JOIN beta t2 ON (t1.a = t2.a AND t1.c = t2.c) WHERE ((t1.b >= 100 AND t1.b < 110) OR (t1.b >= 200 AND t1.b < 210)) AND ((t2.b >= 100 AND t2.b < 110) OR (t2.b >= 200 AND t2.b < 210)) AND t1.c IN ('0004', '0009') ORDER BY t1.a, t1.b, t2.b; - a | b | c | a | b | c -----+-----+------+----+-----+------ - -1 | 104 | 0004 | -1 | 104 | 0004 - -1 | 104 | 0004 | -1 | 204 | 0004 - -1 | 109 | 0009 | -1 | 109 | 0009 - -1 | 109 | 0009 | -1 | 209 | 0009 - -1 | 204 | 0004 | -1 | 104 | 0004 - -1 | 204 | 0004 | -1 | 204 | 0004 - -1 | 209 | 0009 | -1 | 109 | 0009 - -1 | 209 | 0009 | -1 | 209 | 0009 - 1 | 104 | 0004 | 1 | 104 | 0004 - 1 | 104 | 0004 | 1 | 204 | 0004 - 1 | 109 | 0009 | 1 | 109 | 0009 - 1 | 109 | 0009 | 1 | 209 | 0009 - 1 | 204 | 0004 | 1 | 104 | 0004 - 1 | 204 | 0004 | 1 | 204 | 0004 - 1 | 209 | 0009 | 1 | 109 | 0009 - 1 | 209 | 0009 | 1 | 209 | 0009 -(16 rows) - -EXPLAIN (COSTS OFF) -SELECT t1.*, t2.* FROM alpha t1 INNER JOIN beta t2 ON (t1.a = t2.a AND t1.b = t2.b AND t1.c = t2.c) WHERE ((t1.b >= 100 AND t1.b < 110) OR (t1.b >= 200 AND t1.b < 210)) AND ((t2.b >= 100 AND t2.b < 110) OR (t2.b >= 200 AND t2.b < 210)) AND t1.c IN ('0004', '0009') ORDER BY t1.a, t1.b; - QUERY PLAN --------------------------------------------------------------------------------------------------------------------------------- - Sort - Sort Key: t1.a, t1.b - -> Append - -> Hash Join - Hash Cond: ((t1_1.a = t2_1.a) AND (t1_1.b = t2_1.b) AND (t1_1.c = t2_1.c)) - -> Seq Scan on alpha_neg_p1 t1_1 - Filter: ((c = ANY ('{0004,0009}'::text[])) AND (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210)))) - -> Hash - -> Seq Scan on beta_neg_p1 t2_1 - Filter: (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210))) - -> Hash Join - Hash Cond: ((t1_2.a = t2_2.a) AND (t1_2.b = t2_2.b) AND (t1_2.c = t2_2.c)) - -> Seq Scan on alpha_neg_p2 t1_2 - Filter: ((c = ANY ('{0004,0009}'::text[])) AND (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210)))) - -> Hash - -> Seq Scan on beta_neg_p2 t2_2 - Filter: (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210))) - -> Nested Loop - Join Filter: ((t1_3.a = t2_3.a) AND (t1_3.b = t2_3.b) AND (t1_3.c = t2_3.c)) - -> Seq Scan on alpha_pos_p2 t1_3 - Filter: ((c = ANY ('{0004,0009}'::text[])) AND (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210)))) - -> Seq Scan on beta_pos_p2 t2_3 - Filter: (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210))) - -> Nested Loop - Join Filter: ((t1_4.a = t2_4.a) AND (t1_4.b = t2_4.b) AND (t1_4.c = t2_4.c)) - -> Seq Scan on alpha_pos_p3 t1_4 - Filter: ((c = ANY ('{0004,0009}'::text[])) AND (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210)))) - -> Seq Scan on beta_pos_p3 t2_4 - Filter: (((b >= 100) AND (b < 110)) OR ((b >= 200) AND (b < 210))) -(29 rows) - -SELECT t1.*, t2.* FROM alpha t1 INNER JOIN beta t2 ON (t1.a = t2.a AND t1.b = t2.b AND t1.c = t2.c) WHERE ((t1.b >= 100 AND t1.b < 110) OR (t1.b >= 200 AND t1.b < 210)) AND ((t2.b >= 100 AND t2.b < 110) OR (t2.b >= 200 AND t2.b < 210)) AND t1.c IN ('0004', '0009') ORDER BY t1.a, t1.b; - a | b | c | a | b | c -----+-----+------+----+-----+------ - -1 | 104 | 0004 | -1 | 104 | 0004 - -1 | 109 | 0009 | -1 | 109 | 0009 - -1 | 204 | 0004 | -1 | 204 | 0004 - -1 | 209 | 0009 | -1 | 209 | 0009 - 1 | 104 | 0004 | 1 | 104 | 0004 - 1 | 109 | 0009 | 1 | 109 | 0009 - 1 | 204 | 0004 | 1 | 204 | 0004 - 1 | 209 | 0009 | 1 | 209 | 0009 -(8 rows) - --- partitionwise join with fractional paths -CREATE TABLE fract_t (id BIGINT, PRIMARY KEY (id)) PARTITION BY RANGE (id); -CREATE TABLE fract_t0 PARTITION OF fract_t FOR VALUES FROM ('0') TO ('1000'); -CREATE TABLE fract_t1 PARTITION OF fract_t FOR VALUES FROM ('1000') TO ('2000'); --- insert data -INSERT INTO fract_t (id) (SELECT generate_series(0, 1999)); -ANALYZE fract_t; --- verify plan; nested index only scans -SET max_parallel_workers_per_gather = 0; -SET enable_partitionwise_join = on; -EXPLAIN (COSTS OFF) -SELECT x.id, y.id FROM fract_t x LEFT JOIN fract_t y USING (id) ORDER BY x.id ASC LIMIT 10; - QUERY PLAN ------------------------------------------------------------------------ - Limit - -> Merge Append - Sort Key: x.id - -> Merge Left Join - Merge Cond: (x_1.id = y_1.id) - -> Index Only Scan using fract_t0_pkey on fract_t0 x_1 - -> Index Only Scan using fract_t0_pkey on fract_t0 y_1 - -> Merge Left Join - Merge Cond: (x_2.id = y_2.id) - -> Index Only Scan using fract_t1_pkey on fract_t1 x_2 - -> Index Only Scan using fract_t1_pkey on fract_t1 y_2 -(11 rows) - -EXPLAIN (COSTS OFF) -SELECT x.id, y.id FROM fract_t x LEFT JOIN fract_t y USING (id) ORDER BY x.id DESC LIMIT 10; - QUERY PLAN --------------------------------------------------------------------------------- - Limit - -> Merge Append - Sort Key: x.id DESC - -> Nested Loop Left Join - -> Index Only Scan Backward using fract_t0_pkey on fract_t0 x_1 - -> Index Only Scan using fract_t0_pkey on fract_t0 y_1 - Index Cond: (id = x_1.id) - -> Nested Loop Left Join - -> Index Only Scan Backward using fract_t1_pkey on fract_t1 x_2 - -> Index Only Scan using fract_t1_pkey on fract_t1 y_2 - Index Cond: (id = x_2.id) -(11 rows) - --- --- Test Append's fractional paths --- -CREATE INDEX pht1_c_idx ON pht1(c); --- SeqScan might be the best choice if we need one single tuple -EXPLAIN (COSTS OFF) SELECT * FROM pht1 p1 JOIN pht1 p2 USING (c) LIMIT 1; - QUERY PLAN --------------------------------------------------- - Limit - -> Append - -> Nested Loop - Join Filter: (p1_1.c = p2_1.c) - -> Seq Scan on pht1_p1 p1_1 - -> Materialize - -> Seq Scan on pht1_p1 p2_1 - -> Nested Loop - Join Filter: (p1_2.c = p2_2.c) - -> Seq Scan on pht1_p2 p1_2 - -> Materialize - -> Seq Scan on pht1_p2 p2_2 - -> Nested Loop - Join Filter: (p1_3.c = p2_3.c) - -> Seq Scan on pht1_p3 p1_3 - -> Materialize - -> Seq Scan on pht1_p3 p2_3 -(17 rows) - --- Increase number of tuples requested and an IndexScan will be chosen -EXPLAIN (COSTS OFF) SELECT * FROM pht1 p1 JOIN pht1 p2 USING (c) LIMIT 100; - QUERY PLAN ------------------------------------------------------------------------- - Limit - -> Append - -> Nested Loop - -> Seq Scan on pht1_p1 p1_1 - -> Memoize - Cache Key: p1_1.c - Cache Mode: logical - -> Index Scan using pht1_p1_c_idx on pht1_p1 p2_1 - Index Cond: (c = p1_1.c) - -> Nested Loop - -> Seq Scan on pht1_p2 p1_2 - -> Memoize - Cache Key: p1_2.c - Cache Mode: logical - -> Index Scan using pht1_p2_c_idx on pht1_p2 p2_2 - Index Cond: (c = p1_2.c) - -> Nested Loop - -> Seq Scan on pht1_p3 p1_3 - -> Memoize - Cache Key: p1_3.c - Cache Mode: logical - -> Index Scan using pht1_p3_c_idx on pht1_p3 p2_3 - Index Cond: (c = p1_3.c) -(23 rows) - --- If almost all the data should be fetched - prefer SeqScan -EXPLAIN (COSTS OFF) SELECT * FROM pht1 p1 JOIN pht1 p2 USING (c) LIMIT 1000; - QUERY PLAN --------------------------------------------------- - Limit - -> Append - -> Hash Join - Hash Cond: (p1_1.c = p2_1.c) - -> Seq Scan on pht1_p1 p1_1 - -> Hash - -> Seq Scan on pht1_p1 p2_1 - -> Hash Join - Hash Cond: (p1_2.c = p2_2.c) - -> Seq Scan on pht1_p2 p1_2 - -> Hash - -> Seq Scan on pht1_p2 p2_2 - -> Hash Join - Hash Cond: (p1_3.c = p2_3.c) - -> Seq Scan on pht1_p3 p1_3 - -> Hash - -> Seq Scan on pht1_p3 p2_3 -(17 rows) - -SET max_parallel_workers_per_gather = 1; -SET debug_parallel_query = on; --- Partial paths should also be smart enough to employ limits -EXPLAIN (COSTS OFF) SELECT * FROM pht1 p1 JOIN pht1 p2 USING (c) LIMIT 100; - QUERY PLAN ------------------------------------------------------------------------------- - Gather - Workers Planned: 1 - Single Copy: true - -> Limit - -> Append - -> Nested Loop - -> Seq Scan on pht1_p1 p1_1 - -> Memoize - Cache Key: p1_1.c - Cache Mode: logical - -> Index Scan using pht1_p1_c_idx on pht1_p1 p2_1 - Index Cond: (c = p1_1.c) - -> Nested Loop - -> Seq Scan on pht1_p2 p1_2 - -> Memoize - Cache Key: p1_2.c - Cache Mode: logical - -> Index Scan using pht1_p2_c_idx on pht1_p2 p2_2 - Index Cond: (c = p1_2.c) - -> Nested Loop - -> Seq Scan on pht1_p3 p1_3 - -> Memoize - Cache Key: p1_3.c - Cache Mode: logical - -> Index Scan using pht1_p3_c_idx on pht1_p3 p2_3 - Index Cond: (c = p1_3.c) -(26 rows) - -RESET debug_parallel_query; --- Remove indexes from the partitioned table and its partitions -DROP INDEX pht1_c_idx CASCADE; --- cleanup -DROP TABLE fract_t; -RESET max_parallel_workers_per_gather; -RESET enable_partitionwise_join; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_prune.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_prune.out --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_prune.out 2025-05-11 19:30:18.981536000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_prune.out 2025-05-11 19:32:43.394879000 +0000 @@ -1,4798 +1,2 @@ --- --- Test partitioning planner code --- --- Helper function which can be used for masking out portions of EXPLAIN --- ANALYZE which could contain information that's not consistent on all --- platforms. -create function explain_analyze(query text) returns setof text -language plpgsql as -$$ -declare - ln text; -begin - for ln in - execute format('explain (analyze, costs off, summary off, timing off, buffers off) %s', - query) - loop - ln := regexp_replace(ln, 'Maximum Storage: \d+', 'Maximum Storage: N'); - return next ln; - end loop; -end; -$$; --- Force generic plans to be used for all prepared statements in this file. -set plan_cache_mode = force_generic_plan; -create table lp (a char) partition by list (a); -create table lp_default partition of lp default; -create table lp_ef partition of lp for values in ('e', 'f'); -create table lp_ad partition of lp for values in ('a', 'd'); -create table lp_bc partition of lp for values in ('b', 'c'); -create table lp_g partition of lp for values in ('g'); -create table lp_null partition of lp for values in (null); -explain (costs off) select * from lp; - QUERY PLAN ------------------------------------ - Append - -> Seq Scan on lp_ad lp_1 - -> Seq Scan on lp_bc lp_2 - -> Seq Scan on lp_ef lp_3 - -> Seq Scan on lp_g lp_4 - -> Seq Scan on lp_null lp_5 - -> Seq Scan on lp_default lp_6 -(7 rows) - -explain (costs off) select * from lp where a > 'a' and a < 'd'; - QUERY PLAN ------------------------------------------------------------ - Append - -> Seq Scan on lp_bc lp_1 - Filter: ((a > 'a'::bpchar) AND (a < 'd'::bpchar)) - -> Seq Scan on lp_default lp_2 - Filter: ((a > 'a'::bpchar) AND (a < 'd'::bpchar)) -(5 rows) - -explain (costs off) select * from lp where a > 'a' and a <= 'd'; - QUERY PLAN ------------------------------------------------------------- - Append - -> Seq Scan on lp_ad lp_1 - Filter: ((a > 'a'::bpchar) AND (a <= 'd'::bpchar)) - -> Seq Scan on lp_bc lp_2 - Filter: ((a > 'a'::bpchar) AND (a <= 'd'::bpchar)) - -> Seq Scan on lp_default lp_3 - Filter: ((a > 'a'::bpchar) AND (a <= 'd'::bpchar)) -(7 rows) - -explain (costs off) select * from lp where a = 'a'; - QUERY PLAN ------------------------------ - Seq Scan on lp_ad lp - Filter: (a = 'a'::bpchar) -(2 rows) - -explain (costs off) select * from lp where 'a' = a; /* commuted */ - QUERY PLAN ------------------------------ - Seq Scan on lp_ad lp - Filter: ('a'::bpchar = a) -(2 rows) - -explain (costs off) select * from lp where a is not null; - QUERY PLAN ------------------------------------ - Append - -> Seq Scan on lp_ad lp_1 - Filter: (a IS NOT NULL) - -> Seq Scan on lp_bc lp_2 - Filter: (a IS NOT NULL) - -> Seq Scan on lp_ef lp_3 - Filter: (a IS NOT NULL) - -> Seq Scan on lp_g lp_4 - Filter: (a IS NOT NULL) - -> Seq Scan on lp_default lp_5 - Filter: (a IS NOT NULL) -(11 rows) - -explain (costs off) select * from lp where a is null; - QUERY PLAN ------------------------- - Seq Scan on lp_null lp - Filter: (a IS NULL) -(2 rows) - -explain (costs off) select * from lp where a = 'a' or a = 'c'; - QUERY PLAN ----------------------------------------------------------- - Append - -> Seq Scan on lp_ad lp_1 - Filter: ((a = 'a'::bpchar) OR (a = 'c'::bpchar)) - -> Seq Scan on lp_bc lp_2 - Filter: ((a = 'a'::bpchar) OR (a = 'c'::bpchar)) -(5 rows) - -explain (costs off) select * from lp where a is not null and (a = 'a' or a = 'c'); - QUERY PLAN --------------------------------------------------------------------------------- - Append - -> Seq Scan on lp_ad lp_1 - Filter: ((a IS NOT NULL) AND ((a = 'a'::bpchar) OR (a = 'c'::bpchar))) - -> Seq Scan on lp_bc lp_2 - Filter: ((a IS NOT NULL) AND ((a = 'a'::bpchar) OR (a = 'c'::bpchar))) -(5 rows) - -explain (costs off) select * from lp where a <> 'g'; - QUERY PLAN ------------------------------------- - Append - -> Seq Scan on lp_ad lp_1 - Filter: (a <> 'g'::bpchar) - -> Seq Scan on lp_bc lp_2 - Filter: (a <> 'g'::bpchar) - -> Seq Scan on lp_ef lp_3 - Filter: (a <> 'g'::bpchar) - -> Seq Scan on lp_default lp_4 - Filter: (a <> 'g'::bpchar) -(9 rows) - -explain (costs off) select * from lp where a <> 'a' and a <> 'd'; - QUERY PLAN -------------------------------------------------------------- - Append - -> Seq Scan on lp_bc lp_1 - Filter: ((a <> 'a'::bpchar) AND (a <> 'd'::bpchar)) - -> Seq Scan on lp_ef lp_2 - Filter: ((a <> 'a'::bpchar) AND (a <> 'd'::bpchar)) - -> Seq Scan on lp_g lp_3 - Filter: ((a <> 'a'::bpchar) AND (a <> 'd'::bpchar)) - -> Seq Scan on lp_default lp_4 - Filter: ((a <> 'a'::bpchar) AND (a <> 'd'::bpchar)) -(9 rows) - -explain (costs off) select * from lp where a not in ('a', 'd'); - QUERY PLAN ------------------------------------------------- - Append - -> Seq Scan on lp_bc lp_1 - Filter: (a <> ALL ('{a,d}'::bpchar[])) - -> Seq Scan on lp_ef lp_2 - Filter: (a <> ALL ('{a,d}'::bpchar[])) - -> Seq Scan on lp_g lp_3 - Filter: (a <> ALL ('{a,d}'::bpchar[])) - -> Seq Scan on lp_default lp_4 - Filter: (a <> ALL ('{a,d}'::bpchar[])) -(9 rows) - --- collation matches the partitioning collation, pruning works -create table coll_pruning (a text collate "C") partition by list (a); -create table coll_pruning_a partition of coll_pruning for values in ('a'); -create table coll_pruning_b partition of coll_pruning for values in ('b'); -create table coll_pruning_def partition of coll_pruning default; -explain (costs off) select * from coll_pruning where a collate "C" = 'a' collate "C"; - QUERY PLAN ------------------------------------------ - Seq Scan on coll_pruning_a coll_pruning - Filter: (a = 'a'::text COLLATE "C") -(2 rows) - --- collation doesn't match the partitioning collation, no pruning occurs -explain (costs off) select * from coll_pruning where a collate "POSIX" = 'a' collate "POSIX"; - QUERY PLAN ---------------------------------------------------------- - Append - -> Seq Scan on coll_pruning_a coll_pruning_1 - Filter: ((a)::text = 'a'::text COLLATE "POSIX") - -> Seq Scan on coll_pruning_b coll_pruning_2 - Filter: ((a)::text = 'a'::text COLLATE "POSIX") - -> Seq Scan on coll_pruning_def coll_pruning_3 - Filter: ((a)::text = 'a'::text COLLATE "POSIX") -(7 rows) - -create table rlp (a int, b varchar) partition by range (a); -create table rlp_default partition of rlp default partition by list (a); -create table rlp_default_default partition of rlp_default default; -create table rlp_default_10 partition of rlp_default for values in (10); -create table rlp_default_30 partition of rlp_default for values in (30); -create table rlp_default_null partition of rlp_default for values in (null); -create table rlp1 partition of rlp for values from (minvalue) to (1); -create table rlp2 partition of rlp for values from (1) to (10); -create table rlp3 (b varchar, a int) partition by list (b varchar_ops); -create table rlp3_default partition of rlp3 default; -create table rlp3abcd partition of rlp3 for values in ('ab', 'cd'); -create table rlp3efgh partition of rlp3 for values in ('ef', 'gh'); -create table rlp3nullxy partition of rlp3 for values in (null, 'xy'); -alter table rlp attach partition rlp3 for values from (15) to (20); -create table rlp4 partition of rlp for values from (20) to (30) partition by range (a); -create table rlp4_default partition of rlp4 default; -create table rlp4_1 partition of rlp4 for values from (20) to (25); -create table rlp4_2 partition of rlp4 for values from (25) to (29); -create table rlp5 partition of rlp for values from (31) to (maxvalue) partition by range (a); -create table rlp5_default partition of rlp5 default; -create table rlp5_1 partition of rlp5 for values from (31) to (40); -explain (costs off) select * from rlp where a < 1; - QUERY PLAN ----------------------- - Seq Scan on rlp1 rlp - Filter: (a < 1) -(2 rows) - -explain (costs off) select * from rlp where 1 > a; /* commuted */ - QUERY PLAN ----------------------- - Seq Scan on rlp1 rlp - Filter: (1 > a) -(2 rows) - -explain (costs off) select * from rlp where a <= 1; - QUERY PLAN ------------------------------- - Append - -> Seq Scan on rlp1 rlp_1 - Filter: (a <= 1) - -> Seq Scan on rlp2 rlp_2 - Filter: (a <= 1) -(5 rows) - -explain (costs off) select * from rlp where a = 1; - QUERY PLAN ----------------------- - Seq Scan on rlp2 rlp - Filter: (a = 1) -(2 rows) - -explain (costs off) select * from rlp where a = 1::bigint; /* same as above */ - QUERY PLAN ------------------------------ - Seq Scan on rlp2 rlp - Filter: (a = '1'::bigint) -(2 rows) - -explain (costs off) select * from rlp where a = 1::numeric; /* no pruning */ - QUERY PLAN ------------------------------------------------ - Append - -> Seq Scan on rlp1 rlp_1 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp2 rlp_2 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp3abcd rlp_3 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp3efgh rlp_4 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp3nullxy rlp_5 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp3_default rlp_6 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp4_1 rlp_7 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp4_2 rlp_8 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp4_default rlp_9 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp5_1 rlp_10 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp5_default rlp_11 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp_default_10 rlp_12 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp_default_30 rlp_13 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp_default_null rlp_14 - Filter: ((a)::numeric = '1'::numeric) - -> Seq Scan on rlp_default_default rlp_15 - Filter: ((a)::numeric = '1'::numeric) -(31 rows) - -explain (costs off) select * from rlp where a <= 10; - QUERY PLAN ---------------------------------------------- - Append - -> Seq Scan on rlp1 rlp_1 - Filter: (a <= 10) - -> Seq Scan on rlp2 rlp_2 - Filter: (a <= 10) - -> Seq Scan on rlp_default_10 rlp_3 - Filter: (a <= 10) - -> Seq Scan on rlp_default_default rlp_4 - Filter: (a <= 10) -(9 rows) - -explain (costs off) select * from rlp where a > 10; - QUERY PLAN ----------------------------------------------- - Append - -> Seq Scan on rlp3abcd rlp_1 - Filter: (a > 10) - -> Seq Scan on rlp3efgh rlp_2 - Filter: (a > 10) - -> Seq Scan on rlp3nullxy rlp_3 - Filter: (a > 10) - -> Seq Scan on rlp3_default rlp_4 - Filter: (a > 10) - -> Seq Scan on rlp4_1 rlp_5 - Filter: (a > 10) - -> Seq Scan on rlp4_2 rlp_6 - Filter: (a > 10) - -> Seq Scan on rlp4_default rlp_7 - Filter: (a > 10) - -> Seq Scan on rlp5_1 rlp_8 - Filter: (a > 10) - -> Seq Scan on rlp5_default rlp_9 - Filter: (a > 10) - -> Seq Scan on rlp_default_30 rlp_10 - Filter: (a > 10) - -> Seq Scan on rlp_default_default rlp_11 - Filter: (a > 10) -(23 rows) - -explain (costs off) select * from rlp where a < 15; - QUERY PLAN ---------------------------------------------- - Append - -> Seq Scan on rlp1 rlp_1 - Filter: (a < 15) - -> Seq Scan on rlp2 rlp_2 - Filter: (a < 15) - -> Seq Scan on rlp_default_10 rlp_3 - Filter: (a < 15) - -> Seq Scan on rlp_default_default rlp_4 - Filter: (a < 15) -(9 rows) - -explain (costs off) select * from rlp where a <= 15; - QUERY PLAN ---------------------------------------------- - Append - -> Seq Scan on rlp1 rlp_1 - Filter: (a <= 15) - -> Seq Scan on rlp2 rlp_2 - Filter: (a <= 15) - -> Seq Scan on rlp3abcd rlp_3 - Filter: (a <= 15) - -> Seq Scan on rlp3efgh rlp_4 - Filter: (a <= 15) - -> Seq Scan on rlp3nullxy rlp_5 - Filter: (a <= 15) - -> Seq Scan on rlp3_default rlp_6 - Filter: (a <= 15) - -> Seq Scan on rlp_default_10 rlp_7 - Filter: (a <= 15) - -> Seq Scan on rlp_default_default rlp_8 - Filter: (a <= 15) -(17 rows) - -explain (costs off) select * from rlp where a > 15 and b = 'ab'; - QUERY PLAN ---------------------------------------------------------- - Append - -> Seq Scan on rlp3abcd rlp_1 - Filter: ((a > 15) AND ((b)::text = 'ab'::text)) - -> Seq Scan on rlp4_1 rlp_2 - Filter: ((a > 15) AND ((b)::text = 'ab'::text)) - -> Seq Scan on rlp4_2 rlp_3 - Filter: ((a > 15) AND ((b)::text = 'ab'::text)) - -> Seq Scan on rlp4_default rlp_4 - Filter: ((a > 15) AND ((b)::text = 'ab'::text)) - -> Seq Scan on rlp5_1 rlp_5 - Filter: ((a > 15) AND ((b)::text = 'ab'::text)) - -> Seq Scan on rlp5_default rlp_6 - Filter: ((a > 15) AND ((b)::text = 'ab'::text)) - -> Seq Scan on rlp_default_30 rlp_7 - Filter: ((a > 15) AND ((b)::text = 'ab'::text)) - -> Seq Scan on rlp_default_default rlp_8 - Filter: ((a > 15) AND ((b)::text = 'ab'::text)) -(17 rows) - -explain (costs off) select * from rlp where a = 16; - QUERY PLAN --------------------------------------- - Append - -> Seq Scan on rlp3abcd rlp_1 - Filter: (a = 16) - -> Seq Scan on rlp3efgh rlp_2 - Filter: (a = 16) - -> Seq Scan on rlp3nullxy rlp_3 - Filter: (a = 16) - -> Seq Scan on rlp3_default rlp_4 - Filter: (a = 16) -(9 rows) - -explain (costs off) select * from rlp where a = 16 and b in ('not', 'in', 'here'); - QUERY PLAN ----------------------------------------------------------------------- - Seq Scan on rlp3_default rlp - Filter: ((a = 16) AND ((b)::text = ANY ('{not,in,here}'::text[]))) -(2 rows) - -explain (costs off) select * from rlp where a = 16 and b < 'ab'; - QUERY PLAN ---------------------------------------------------- - Seq Scan on rlp3_default rlp - Filter: (((b)::text < 'ab'::text) AND (a = 16)) -(2 rows) - -explain (costs off) select * from rlp where a = 16 and b <= 'ab'; - QUERY PLAN ----------------------------------------------------------- - Append - -> Seq Scan on rlp3abcd rlp_1 - Filter: (((b)::text <= 'ab'::text) AND (a = 16)) - -> Seq Scan on rlp3_default rlp_2 - Filter: (((b)::text <= 'ab'::text) AND (a = 16)) -(5 rows) - -explain (costs off) select * from rlp where a = 16 and b is null; - QUERY PLAN --------------------------------------- - Seq Scan on rlp3nullxy rlp - Filter: ((b IS NULL) AND (a = 16)) -(2 rows) - -explain (costs off) select * from rlp where a = 16 and b is not null; - QUERY PLAN ------------------------------------------------- - Append - -> Seq Scan on rlp3abcd rlp_1 - Filter: ((b IS NOT NULL) AND (a = 16)) - -> Seq Scan on rlp3efgh rlp_2 - Filter: ((b IS NOT NULL) AND (a = 16)) - -> Seq Scan on rlp3nullxy rlp_3 - Filter: ((b IS NOT NULL) AND (a = 16)) - -> Seq Scan on rlp3_default rlp_4 - Filter: ((b IS NOT NULL) AND (a = 16)) -(9 rows) - -explain (costs off) select * from rlp where a is null; - QUERY PLAN ----------------------------------- - Seq Scan on rlp_default_null rlp - Filter: (a IS NULL) -(2 rows) - -explain (costs off) select * from rlp where a is not null; - QUERY PLAN ----------------------------------------------- - Append - -> Seq Scan on rlp1 rlp_1 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp2 rlp_2 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp3abcd rlp_3 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp3efgh rlp_4 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp3nullxy rlp_5 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp3_default rlp_6 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp4_1 rlp_7 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp4_2 rlp_8 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp4_default rlp_9 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp5_1 rlp_10 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp5_default rlp_11 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp_default_10 rlp_12 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp_default_30 rlp_13 - Filter: (a IS NOT NULL) - -> Seq Scan on rlp_default_default rlp_14 - Filter: (a IS NOT NULL) -(29 rows) - -explain (costs off) select * from rlp where a > 30; - QUERY PLAN ---------------------------------------------- - Append - -> Seq Scan on rlp5_1 rlp_1 - Filter: (a > 30) - -> Seq Scan on rlp5_default rlp_2 - Filter: (a > 30) - -> Seq Scan on rlp_default_default rlp_3 - Filter: (a > 30) -(7 rows) - -explain (costs off) select * from rlp where a = 30; /* only default is scanned */ - QUERY PLAN --------------------------------- - Seq Scan on rlp_default_30 rlp - Filter: (a = 30) -(2 rows) - -explain (costs off) select * from rlp where a <= 31; - QUERY PLAN ----------------------------------------------- - Append - -> Seq Scan on rlp1 rlp_1 - Filter: (a <= 31) - -> Seq Scan on rlp2 rlp_2 - Filter: (a <= 31) - -> Seq Scan on rlp3abcd rlp_3 - Filter: (a <= 31) - -> Seq Scan on rlp3efgh rlp_4 - Filter: (a <= 31) - -> Seq Scan on rlp3nullxy rlp_5 - Filter: (a <= 31) - -> Seq Scan on rlp3_default rlp_6 - Filter: (a <= 31) - -> Seq Scan on rlp4_1 rlp_7 - Filter: (a <= 31) - -> Seq Scan on rlp4_2 rlp_8 - Filter: (a <= 31) - -> Seq Scan on rlp4_default rlp_9 - Filter: (a <= 31) - -> Seq Scan on rlp5_1 rlp_10 - Filter: (a <= 31) - -> Seq Scan on rlp_default_10 rlp_11 - Filter: (a <= 31) - -> Seq Scan on rlp_default_30 rlp_12 - Filter: (a <= 31) - -> Seq Scan on rlp_default_default rlp_13 - Filter: (a <= 31) -(27 rows) - -explain (costs off) select * from rlp where a = 1 or a = 7; - QUERY PLAN --------------------------------- - Seq Scan on rlp2 rlp - Filter: ((a = 1) OR (a = 7)) -(2 rows) - -explain (costs off) select * from rlp where a = 1 or b = 'ab'; - QUERY PLAN -------------------------------------------------------- - Append - -> Seq Scan on rlp1 rlp_1 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp2 rlp_2 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp3abcd rlp_3 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp4_1 rlp_4 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp4_2 rlp_5 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp4_default rlp_6 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp5_1 rlp_7 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp5_default rlp_8 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp_default_10 rlp_9 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp_default_30 rlp_10 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp_default_null rlp_11 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) - -> Seq Scan on rlp_default_default rlp_12 - Filter: ((a = 1) OR ((b)::text = 'ab'::text)) -(25 rows) - -explain (costs off) select * from rlp where a > 20 and a < 27; - QUERY PLAN ------------------------------------------ - Append - -> Seq Scan on rlp4_1 rlp_1 - Filter: ((a > 20) AND (a < 27)) - -> Seq Scan on rlp4_2 rlp_2 - Filter: ((a > 20) AND (a < 27)) -(5 rows) - -explain (costs off) select * from rlp where a = 29; - QUERY PLAN ------------------------------- - Seq Scan on rlp4_default rlp - Filter: (a = 29) -(2 rows) - -explain (costs off) select * from rlp where a >= 29; - QUERY PLAN ---------------------------------------------- - Append - -> Seq Scan on rlp4_default rlp_1 - Filter: (a >= 29) - -> Seq Scan on rlp5_1 rlp_2 - Filter: (a >= 29) - -> Seq Scan on rlp5_default rlp_3 - Filter: (a >= 29) - -> Seq Scan on rlp_default_30 rlp_4 - Filter: (a >= 29) - -> Seq Scan on rlp_default_default rlp_5 - Filter: (a >= 29) -(11 rows) - -explain (costs off) select * from rlp where a < 1 or (a > 20 and a < 25); - QUERY PLAN ------------------------------------------------------- - Append - -> Seq Scan on rlp1 rlp_1 - Filter: ((a < 1) OR ((a > 20) AND (a < 25))) - -> Seq Scan on rlp4_1 rlp_2 - Filter: ((a < 1) OR ((a > 20) AND (a < 25))) -(5 rows) - --- where clause contradicts sub-partition's constraint -explain (costs off) select * from rlp where a = 20 or a = 40; - QUERY PLAN ----------------------------------------- - Append - -> Seq Scan on rlp4_1 rlp_1 - Filter: ((a = 20) OR (a = 40)) - -> Seq Scan on rlp5_default rlp_2 - Filter: ((a = 20) OR (a = 40)) -(5 rows) - -explain (costs off) select * from rlp3 where a = 20; /* empty */ - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - --- redundant clauses are eliminated -explain (costs off) select * from rlp where a > 1 and a = 10; /* only default */ - QUERY PLAN ----------------------------------- - Seq Scan on rlp_default_10 rlp - Filter: ((a > 1) AND (a = 10)) -(2 rows) - -explain (costs off) select * from rlp where a > 1 and a >=15; /* rlp3 onwards, including default */ - QUERY PLAN ----------------------------------------------- - Append - -> Seq Scan on rlp3abcd rlp_1 - Filter: ((a > 1) AND (a >= 15)) - -> Seq Scan on rlp3efgh rlp_2 - Filter: ((a > 1) AND (a >= 15)) - -> Seq Scan on rlp3nullxy rlp_3 - Filter: ((a > 1) AND (a >= 15)) - -> Seq Scan on rlp3_default rlp_4 - Filter: ((a > 1) AND (a >= 15)) - -> Seq Scan on rlp4_1 rlp_5 - Filter: ((a > 1) AND (a >= 15)) - -> Seq Scan on rlp4_2 rlp_6 - Filter: ((a > 1) AND (a >= 15)) - -> Seq Scan on rlp4_default rlp_7 - Filter: ((a > 1) AND (a >= 15)) - -> Seq Scan on rlp5_1 rlp_8 - Filter: ((a > 1) AND (a >= 15)) - -> Seq Scan on rlp5_default rlp_9 - Filter: ((a > 1) AND (a >= 15)) - -> Seq Scan on rlp_default_30 rlp_10 - Filter: ((a > 1) AND (a >= 15)) - -> Seq Scan on rlp_default_default rlp_11 - Filter: ((a > 1) AND (a >= 15)) -(23 rows) - -explain (costs off) select * from rlp where a = 1 and a = 3; /* empty */ - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -explain (costs off) select * from rlp where (a = 1 and a = 3) or (a > 1 and a = 15); - QUERY PLAN -------------------------------------------------------------------- - Append - -> Seq Scan on rlp2 rlp_1 - Filter: (((a = 1) AND (a = 3)) OR ((a > 1) AND (a = 15))) - -> Seq Scan on rlp3abcd rlp_2 - Filter: (((a = 1) AND (a = 3)) OR ((a > 1) AND (a = 15))) - -> Seq Scan on rlp3efgh rlp_3 - Filter: (((a = 1) AND (a = 3)) OR ((a > 1) AND (a = 15))) - -> Seq Scan on rlp3nullxy rlp_4 - Filter: (((a = 1) AND (a = 3)) OR ((a > 1) AND (a = 15))) - -> Seq Scan on rlp3_default rlp_5 - Filter: (((a = 1) AND (a = 3)) OR ((a > 1) AND (a = 15))) -(11 rows) - --- multi-column keys -create table mc3p (a int, b int, c int) partition by range (a, abs(b), c); -create table mc3p_default partition of mc3p default; -create table mc3p0 partition of mc3p for values from (minvalue, minvalue, minvalue) to (1, 1, 1); -create table mc3p1 partition of mc3p for values from (1, 1, 1) to (10, 5, 10); -create table mc3p2 partition of mc3p for values from (10, 5, 10) to (10, 10, 10); -create table mc3p3 partition of mc3p for values from (10, 10, 10) to (10, 10, 20); -create table mc3p4 partition of mc3p for values from (10, 10, 20) to (10, maxvalue, maxvalue); -create table mc3p5 partition of mc3p for values from (11, 1, 1) to (20, 10, 10); -create table mc3p6 partition of mc3p for values from (20, 10, 10) to (20, 20, 20); -create table mc3p7 partition of mc3p for values from (20, 20, 20) to (maxvalue, maxvalue, maxvalue); -explain (costs off) select * from mc3p where a = 1; - QUERY PLAN ---------------------------------------- - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: (a = 1) - -> Seq Scan on mc3p1 mc3p_2 - Filter: (a = 1) - -> Seq Scan on mc3p_default mc3p_3 - Filter: (a = 1) -(7 rows) - -explain (costs off) select * from mc3p where a = 1 and abs(b) < 1; - QUERY PLAN --------------------------------------------- - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: ((a = 1) AND (abs(b) < 1)) - -> Seq Scan on mc3p_default mc3p_2 - Filter: ((a = 1) AND (abs(b) < 1)) -(5 rows) - -explain (costs off) select * from mc3p where a = 1 and abs(b) = 1; - QUERY PLAN --------------------------------------------- - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: ((a = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p1 mc3p_2 - Filter: ((a = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p_default mc3p_3 - Filter: ((a = 1) AND (abs(b) = 1)) -(7 rows) - -explain (costs off) select * from mc3p where a = 1 and abs(b) = 1 and c < 8; - QUERY PLAN --------------------------------------------------------- - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: ((c < 8) AND (a = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p1 mc3p_2 - Filter: ((c < 8) AND (a = 1) AND (abs(b) = 1)) -(5 rows) - -explain (costs off) select * from mc3p where a = 10 and abs(b) between 5 and 35; - QUERY PLAN ------------------------------------------------------------------ - Append - -> Seq Scan on mc3p1 mc3p_1 - Filter: ((a = 10) AND (abs(b) >= 5) AND (abs(b) <= 35)) - -> Seq Scan on mc3p2 mc3p_2 - Filter: ((a = 10) AND (abs(b) >= 5) AND (abs(b) <= 35)) - -> Seq Scan on mc3p3 mc3p_3 - Filter: ((a = 10) AND (abs(b) >= 5) AND (abs(b) <= 35)) - -> Seq Scan on mc3p4 mc3p_4 - Filter: ((a = 10) AND (abs(b) >= 5) AND (abs(b) <= 35)) - -> Seq Scan on mc3p_default mc3p_5 - Filter: ((a = 10) AND (abs(b) >= 5) AND (abs(b) <= 35)) -(11 rows) - -explain (costs off) select * from mc3p where a > 10; - QUERY PLAN ---------------------------------------- - Append - -> Seq Scan on mc3p5 mc3p_1 - Filter: (a > 10) - -> Seq Scan on mc3p6 mc3p_2 - Filter: (a > 10) - -> Seq Scan on mc3p7 mc3p_3 - Filter: (a > 10) - -> Seq Scan on mc3p_default mc3p_4 - Filter: (a > 10) -(9 rows) - -explain (costs off) select * from mc3p where a >= 10; - QUERY PLAN ---------------------------------------- - Append - -> Seq Scan on mc3p1 mc3p_1 - Filter: (a >= 10) - -> Seq Scan on mc3p2 mc3p_2 - Filter: (a >= 10) - -> Seq Scan on mc3p3 mc3p_3 - Filter: (a >= 10) - -> Seq Scan on mc3p4 mc3p_4 - Filter: (a >= 10) - -> Seq Scan on mc3p5 mc3p_5 - Filter: (a >= 10) - -> Seq Scan on mc3p6 mc3p_6 - Filter: (a >= 10) - -> Seq Scan on mc3p7 mc3p_7 - Filter: (a >= 10) - -> Seq Scan on mc3p_default mc3p_8 - Filter: (a >= 10) -(17 rows) - -explain (costs off) select * from mc3p where a < 10; - QUERY PLAN ---------------------------------------- - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: (a < 10) - -> Seq Scan on mc3p1 mc3p_2 - Filter: (a < 10) - -> Seq Scan on mc3p_default mc3p_3 - Filter: (a < 10) -(7 rows) - -explain (costs off) select * from mc3p where a <= 10 and abs(b) < 10; - QUERY PLAN ------------------------------------------------ - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: ((a <= 10) AND (abs(b) < 10)) - -> Seq Scan on mc3p1 mc3p_2 - Filter: ((a <= 10) AND (abs(b) < 10)) - -> Seq Scan on mc3p2 mc3p_3 - Filter: ((a <= 10) AND (abs(b) < 10)) - -> Seq Scan on mc3p_default mc3p_4 - Filter: ((a <= 10) AND (abs(b) < 10)) -(9 rows) - -explain (costs off) select * from mc3p where a = 11 and abs(b) = 0; - QUERY PLAN ---------------------------------------- - Seq Scan on mc3p_default mc3p - Filter: ((a = 11) AND (abs(b) = 0)) -(2 rows) - -explain (costs off) select * from mc3p where a = 20 and abs(b) = 10 and c = 100; - QUERY PLAN ------------------------------------------------------- - Seq Scan on mc3p6 mc3p - Filter: ((a = 20) AND (c = 100) AND (abs(b) = 10)) -(2 rows) - -explain (costs off) select * from mc3p where a > 20; - QUERY PLAN ---------------------------------------- - Append - -> Seq Scan on mc3p7 mc3p_1 - Filter: (a > 20) - -> Seq Scan on mc3p_default mc3p_2 - Filter: (a > 20) -(5 rows) - -explain (costs off) select * from mc3p where a >= 20; - QUERY PLAN ---------------------------------------- - Append - -> Seq Scan on mc3p5 mc3p_1 - Filter: (a >= 20) - -> Seq Scan on mc3p6 mc3p_2 - Filter: (a >= 20) - -> Seq Scan on mc3p7 mc3p_3 - Filter: (a >= 20) - -> Seq Scan on mc3p_default mc3p_4 - Filter: (a >= 20) -(9 rows) - -explain (costs off) select * from mc3p where (a = 1 and abs(b) = 1 and c = 1) or (a = 10 and abs(b) = 5 and c = 10) or (a > 11 and a < 20); - QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------------- - Append - -> Seq Scan on mc3p1 mc3p_1 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20))) - -> Seq Scan on mc3p2 mc3p_2 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20))) - -> Seq Scan on mc3p5 mc3p_3 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20))) - -> Seq Scan on mc3p_default mc3p_4 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20))) -(9 rows) - -explain (costs off) select * from mc3p where (a = 1 and abs(b) = 1 and c = 1) or (a = 10 and abs(b) = 5 and c = 10) or (a > 11 and a < 20) or a < 1; - QUERY PLAN --------------------------------------------------------------------------------------------------------------------------------------------- - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20)) OR (a < 1)) - -> Seq Scan on mc3p1 mc3p_2 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20)) OR (a < 1)) - -> Seq Scan on mc3p2 mc3p_3 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20)) OR (a < 1)) - -> Seq Scan on mc3p5 mc3p_4 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20)) OR (a < 1)) - -> Seq Scan on mc3p_default mc3p_5 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20)) OR (a < 1)) -(11 rows) - -explain (costs off) select * from mc3p where (a = 1 and abs(b) = 1 and c = 1) or (a = 10 and abs(b) = 5 and c = 10) or (a > 11 and a < 20) or a < 1 or a = 1; - QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------------- - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20)) OR (a < 1) OR (a = 1)) - -> Seq Scan on mc3p1 mc3p_2 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20)) OR (a < 1) OR (a = 1)) - -> Seq Scan on mc3p2 mc3p_3 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20)) OR (a < 1) OR (a = 1)) - -> Seq Scan on mc3p5 mc3p_4 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20)) OR (a < 1) OR (a = 1)) - -> Seq Scan on mc3p_default mc3p_5 - Filter: (((a = 1) AND (abs(b) = 1) AND (c = 1)) OR ((a = 10) AND (abs(b) = 5) AND (c = 10)) OR ((a > 11) AND (a < 20)) OR (a < 1) OR (a = 1)) -(11 rows) - -explain (costs off) select * from mc3p where a = 1 or abs(b) = 1 or c = 1; - QUERY PLAN ------------------------------------------------------- - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: ((a = 1) OR (abs(b) = 1) OR (c = 1)) - -> Seq Scan on mc3p1 mc3p_2 - Filter: ((a = 1) OR (abs(b) = 1) OR (c = 1)) - -> Seq Scan on mc3p2 mc3p_3 - Filter: ((a = 1) OR (abs(b) = 1) OR (c = 1)) - -> Seq Scan on mc3p3 mc3p_4 - Filter: ((a = 1) OR (abs(b) = 1) OR (c = 1)) - -> Seq Scan on mc3p4 mc3p_5 - Filter: ((a = 1) OR (abs(b) = 1) OR (c = 1)) - -> Seq Scan on mc3p5 mc3p_6 - Filter: ((a = 1) OR (abs(b) = 1) OR (c = 1)) - -> Seq Scan on mc3p6 mc3p_7 - Filter: ((a = 1) OR (abs(b) = 1) OR (c = 1)) - -> Seq Scan on mc3p7 mc3p_8 - Filter: ((a = 1) OR (abs(b) = 1) OR (c = 1)) - -> Seq Scan on mc3p_default mc3p_9 - Filter: ((a = 1) OR (abs(b) = 1) OR (c = 1)) -(19 rows) - -explain (costs off) select * from mc3p where (a = 1 and abs(b) = 1) or (a = 10 and abs(b) = 10); - QUERY PLAN ------------------------------------------------------------------------------- - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: (((a = 1) AND (abs(b) = 1)) OR ((a = 10) AND (abs(b) = 10))) - -> Seq Scan on mc3p1 mc3p_2 - Filter: (((a = 1) AND (abs(b) = 1)) OR ((a = 10) AND (abs(b) = 10))) - -> Seq Scan on mc3p2 mc3p_3 - Filter: (((a = 1) AND (abs(b) = 1)) OR ((a = 10) AND (abs(b) = 10))) - -> Seq Scan on mc3p3 mc3p_4 - Filter: (((a = 1) AND (abs(b) = 1)) OR ((a = 10) AND (abs(b) = 10))) - -> Seq Scan on mc3p4 mc3p_5 - Filter: (((a = 1) AND (abs(b) = 1)) OR ((a = 10) AND (abs(b) = 10))) - -> Seq Scan on mc3p_default mc3p_6 - Filter: (((a = 1) AND (abs(b) = 1)) OR ((a = 10) AND (abs(b) = 10))) -(13 rows) - -explain (costs off) select * from mc3p where (a = 1 and abs(b) = 1) or (a = 10 and abs(b) = 9); - QUERY PLAN ------------------------------------------------------------------------------ - Append - -> Seq Scan on mc3p0 mc3p_1 - Filter: (((a = 1) AND (abs(b) = 1)) OR ((a = 10) AND (abs(b) = 9))) - -> Seq Scan on mc3p1 mc3p_2 - Filter: (((a = 1) AND (abs(b) = 1)) OR ((a = 10) AND (abs(b) = 9))) - -> Seq Scan on mc3p2 mc3p_3 - Filter: (((a = 1) AND (abs(b) = 1)) OR ((a = 10) AND (abs(b) = 9))) - -> Seq Scan on mc3p_default mc3p_4 - Filter: (((a = 1) AND (abs(b) = 1)) OR ((a = 10) AND (abs(b) = 9))) -(9 rows) - --- a simpler multi-column keys case -create table mc2p (a int, b int) partition by range (a, b); -create table mc2p_default partition of mc2p default; -create table mc2p0 partition of mc2p for values from (minvalue, minvalue) to (1, minvalue); -create table mc2p1 partition of mc2p for values from (1, minvalue) to (1, 1); -create table mc2p2 partition of mc2p for values from (1, 1) to (2, minvalue); -create table mc2p3 partition of mc2p for values from (2, minvalue) to (2, 1); -create table mc2p4 partition of mc2p for values from (2, 1) to (2, maxvalue); -create table mc2p5 partition of mc2p for values from (2, maxvalue) to (maxvalue, maxvalue); -explain (costs off) select * from mc2p where a < 2; - QUERY PLAN ---------------------------------------- - Append - -> Seq Scan on mc2p0 mc2p_1 - Filter: (a < 2) - -> Seq Scan on mc2p1 mc2p_2 - Filter: (a < 2) - -> Seq Scan on mc2p2 mc2p_3 - Filter: (a < 2) - -> Seq Scan on mc2p_default mc2p_4 - Filter: (a < 2) -(9 rows) - -explain (costs off) select * from mc2p where a = 2 and b < 1; - QUERY PLAN ---------------------------------- - Seq Scan on mc2p3 mc2p - Filter: ((b < 1) AND (a = 2)) -(2 rows) - -explain (costs off) select * from mc2p where a > 1; - QUERY PLAN ---------------------------------------- - Append - -> Seq Scan on mc2p2 mc2p_1 - Filter: (a > 1) - -> Seq Scan on mc2p3 mc2p_2 - Filter: (a > 1) - -> Seq Scan on mc2p4 mc2p_3 - Filter: (a > 1) - -> Seq Scan on mc2p5 mc2p_4 - Filter: (a > 1) - -> Seq Scan on mc2p_default mc2p_5 - Filter: (a > 1) -(11 rows) - -explain (costs off) select * from mc2p where a = 1 and b > 1; - QUERY PLAN ---------------------------------- - Seq Scan on mc2p2 mc2p - Filter: ((b > 1) AND (a = 1)) -(2 rows) - --- all partitions but the default one should be pruned -explain (costs off) select * from mc2p where a = 1 and b is null; - QUERY PLAN -------------------------------------- - Seq Scan on mc2p_default mc2p - Filter: ((b IS NULL) AND (a = 1)) -(2 rows) - -explain (costs off) select * from mc2p where a is null and b is null; - QUERY PLAN ------------------------------------------ - Seq Scan on mc2p_default mc2p - Filter: ((a IS NULL) AND (b IS NULL)) -(2 rows) - -explain (costs off) select * from mc2p where a is null and b = 1; - QUERY PLAN -------------------------------------- - Seq Scan on mc2p_default mc2p - Filter: ((a IS NULL) AND (b = 1)) -(2 rows) - -explain (costs off) select * from mc2p where a is null; - QUERY PLAN -------------------------------- - Seq Scan on mc2p_default mc2p - Filter: (a IS NULL) -(2 rows) - -explain (costs off) select * from mc2p where b is null; - QUERY PLAN -------------------------------- - Seq Scan on mc2p_default mc2p - Filter: (b IS NULL) -(2 rows) - --- boolean partitioning -create table boolpart (a bool) partition by list (a); -create table boolpart_default partition of boolpart default; -create table boolpart_t partition of boolpart for values in ('true'); -create table boolpart_f partition of boolpart for values in ('false'); -insert into boolpart values (true), (false), (null); -explain (costs off) select * from boolpart where a in (true, false); - QUERY PLAN ------------------------------------------------- - Append - -> Seq Scan on boolpart_f boolpart_1 - Filter: (a = ANY ('{t,f}'::boolean[])) - -> Seq Scan on boolpart_t boolpart_2 - Filter: (a = ANY ('{t,f}'::boolean[])) -(5 rows) - -explain (costs off) select * from boolpart where a = false; - QUERY PLAN ---------------------------------- - Seq Scan on boolpart_f boolpart - Filter: (NOT a) -(2 rows) - -explain (costs off) select * from boolpart where not a = false; - QUERY PLAN ---------------------------------- - Seq Scan on boolpart_t boolpart - Filter: a -(2 rows) - -explain (costs off) select * from boolpart where a is true or a is not true; - QUERY PLAN --------------------------------------------------- - Append - -> Seq Scan on boolpart_f boolpart_1 - Filter: ((a IS TRUE) OR (a IS NOT TRUE)) - -> Seq Scan on boolpart_t boolpart_2 - Filter: ((a IS TRUE) OR (a IS NOT TRUE)) - -> Seq Scan on boolpart_default boolpart_3 - Filter: ((a IS TRUE) OR (a IS NOT TRUE)) -(7 rows) - -explain (costs off) select * from boolpart where a is not true; - QUERY PLAN ------------------------------------------------ - Append - -> Seq Scan on boolpart_f boolpart_1 - Filter: (a IS NOT TRUE) - -> Seq Scan on boolpart_default boolpart_2 - Filter: (a IS NOT TRUE) -(5 rows) - -explain (costs off) select * from boolpart where a is not true and a is not false; - QUERY PLAN --------------------------------------------------- - Seq Scan on boolpart_default boolpart - Filter: ((a IS NOT TRUE) AND (a IS NOT FALSE)) -(2 rows) - -explain (costs off) select * from boolpart where a is unknown; - QUERY PLAN ---------------------------------------- - Seq Scan on boolpart_default boolpart - Filter: (a IS UNKNOWN) -(2 rows) - -explain (costs off) select * from boolpart where a is not unknown; - QUERY PLAN ------------------------------------------------ - Append - -> Seq Scan on boolpart_f boolpart_1 - Filter: (a IS NOT UNKNOWN) - -> Seq Scan on boolpart_t boolpart_2 - Filter: (a IS NOT UNKNOWN) - -> Seq Scan on boolpart_default boolpart_3 - Filter: (a IS NOT UNKNOWN) -(7 rows) - -select * from boolpart where a in (true, false); - a ---- - f - t -(2 rows) - -select * from boolpart where a = false; - a ---- - f -(1 row) - -select * from boolpart where not a = false; - a ---- - t -(1 row) - -select * from boolpart where a is true or a is not true; - a ---- - f - t - -(3 rows) - -select * from boolpart where a is not true; - a ---- - f - -(2 rows) - -select * from boolpart where a is not true and a is not false; - a ---- - -(1 row) - -select * from boolpart where a is unknown; - a ---- - -(1 row) - -select * from boolpart where a is not unknown; - a ---- - f - t -(2 rows) - --- try some other permutations with a NULL partition instead of a DEFAULT -delete from boolpart where a is null; -create table boolpart_null partition of boolpart for values in (null); -insert into boolpart values(null); -explain (costs off) select * from boolpart where a is not true; - QUERY PLAN --------------------------------------------- - Append - -> Seq Scan on boolpart_f boolpart_1 - Filter: (a IS NOT TRUE) - -> Seq Scan on boolpart_null boolpart_2 - Filter: (a IS NOT TRUE) -(5 rows) - -explain (costs off) select * from boolpart where a is not true and a is not false; - QUERY PLAN --------------------------------------------------- - Seq Scan on boolpart_null boolpart - Filter: ((a IS NOT TRUE) AND (a IS NOT FALSE)) -(2 rows) - -explain (costs off) select * from boolpart where a is not false; - QUERY PLAN --------------------------------------------- - Append - -> Seq Scan on boolpart_t boolpart_1 - Filter: (a IS NOT FALSE) - -> Seq Scan on boolpart_null boolpart_2 - Filter: (a IS NOT FALSE) -(5 rows) - -explain (costs off) select * from boolpart where a is not unknown; - QUERY PLAN ------------------------------------------------ - Append - -> Seq Scan on boolpart_f boolpart_1 - Filter: (a IS NOT UNKNOWN) - -> Seq Scan on boolpart_t boolpart_2 - Filter: (a IS NOT UNKNOWN) - -> Seq Scan on boolpart_default boolpart_3 - Filter: (a IS NOT UNKNOWN) -(7 rows) - -select * from boolpart where a is not true; - a ---- - f - -(2 rows) - -select * from boolpart where a is not true and a is not false; - a ---- - -(1 row) - -select * from boolpart where a is not false; - a ---- - t - -(2 rows) - -select * from boolpart where a is not unknown; - a ---- - f - t -(2 rows) - --- check that all partitions are pruned when faced with conflicting clauses -explain (costs off) select * from boolpart where a is not unknown and a is unknown; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -explain (costs off) select * from boolpart where a is false and a is unknown; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -explain (costs off) select * from boolpart where a is true and a is unknown; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - --- inverse boolean partitioning - a seemingly unlikely design, but we've got --- code for it, so we'd better test it. -create table iboolpart (a bool) partition by list ((not a)); -create table iboolpart_default partition of iboolpart default; -create table iboolpart_f partition of iboolpart for values in ('true'); -create table iboolpart_t partition of iboolpart for values in ('false'); -insert into iboolpart values (true), (false), (null); -explain (costs off) select * from iboolpart where a in (true, false); - QUERY PLAN -------------------------------------------------- - Append - -> Seq Scan on iboolpart_t iboolpart_1 - Filter: (a = ANY ('{t,f}'::boolean[])) - -> Seq Scan on iboolpart_f iboolpart_2 - Filter: (a = ANY ('{t,f}'::boolean[])) - -> Seq Scan on iboolpart_default iboolpart_3 - Filter: (a = ANY ('{t,f}'::boolean[])) -(7 rows) - -explain (costs off) select * from iboolpart where a = false; - QUERY PLAN ------------------------------------ - Seq Scan on iboolpart_f iboolpart - Filter: (NOT a) -(2 rows) - -explain (costs off) select * from iboolpart where not a = false; - QUERY PLAN ------------------------------------ - Seq Scan on iboolpart_t iboolpart - Filter: a -(2 rows) - -explain (costs off) select * from iboolpart where a is true or a is not true; - QUERY PLAN --------------------------------------------------- - Append - -> Seq Scan on iboolpart_t iboolpart_1 - Filter: ((a IS TRUE) OR (a IS NOT TRUE)) - -> Seq Scan on iboolpart_f iboolpart_2 - Filter: ((a IS TRUE) OR (a IS NOT TRUE)) - -> Seq Scan on iboolpart_default iboolpart_3 - Filter: ((a IS TRUE) OR (a IS NOT TRUE)) -(7 rows) - -explain (costs off) select * from iboolpart where a is not true; - QUERY PLAN -------------------------------------------------- - Append - -> Seq Scan on iboolpart_t iboolpart_1 - Filter: (a IS NOT TRUE) - -> Seq Scan on iboolpart_f iboolpart_2 - Filter: (a IS NOT TRUE) - -> Seq Scan on iboolpart_default iboolpart_3 - Filter: (a IS NOT TRUE) -(7 rows) - -explain (costs off) select * from iboolpart where a is not true and a is not false; - QUERY PLAN --------------------------------------------------------- - Append - -> Seq Scan on iboolpart_t iboolpart_1 - Filter: ((a IS NOT TRUE) AND (a IS NOT FALSE)) - -> Seq Scan on iboolpart_f iboolpart_2 - Filter: ((a IS NOT TRUE) AND (a IS NOT FALSE)) - -> Seq Scan on iboolpart_default iboolpart_3 - Filter: ((a IS NOT TRUE) AND (a IS NOT FALSE)) -(7 rows) - -explain (costs off) select * from iboolpart where a is unknown; - QUERY PLAN -------------------------------------------------- - Append - -> Seq Scan on iboolpart_t iboolpart_1 - Filter: (a IS UNKNOWN) - -> Seq Scan on iboolpart_f iboolpart_2 - Filter: (a IS UNKNOWN) - -> Seq Scan on iboolpart_default iboolpart_3 - Filter: (a IS UNKNOWN) -(7 rows) - -explain (costs off) select * from iboolpart where a is not unknown; - QUERY PLAN -------------------------------------------------- - Append - -> Seq Scan on iboolpart_t iboolpart_1 - Filter: (a IS NOT UNKNOWN) - -> Seq Scan on iboolpart_f iboolpart_2 - Filter: (a IS NOT UNKNOWN) - -> Seq Scan on iboolpart_default iboolpart_3 - Filter: (a IS NOT UNKNOWN) -(7 rows) - -select * from iboolpart where a in (true, false); - a ---- - t - f -(2 rows) - -select * from iboolpart where a = false; - a ---- - f -(1 row) - -select * from iboolpart where not a = false; - a ---- - t -(1 row) - -select * from iboolpart where a is true or a is not true; - a ---- - t - f - -(3 rows) - -select * from iboolpart where a is not true; - a ---- - f - -(2 rows) - -select * from iboolpart where a is not true and a is not false; - a ---- - -(1 row) - -select * from iboolpart where a is unknown; - a ---- - -(1 row) - -select * from iboolpart where a is not unknown; - a ---- - t - f -(2 rows) - --- Try some other permutations with a NULL partition instead of a DEFAULT -delete from iboolpart where a is null; -create table iboolpart_null partition of iboolpart for values in (null); -insert into iboolpart values(null); --- Pruning shouldn't take place for these. Just check the result is correct -select * from iboolpart where a is not true; - a ---- - f - -(2 rows) - -select * from iboolpart where a is not true and a is not false; - a ---- - -(1 row) - -select * from iboolpart where a is not false; - a ---- - t - -(2 rows) - -create table boolrangep (a bool, b bool, c int) partition by range (a,b,c); -create table boolrangep_tf partition of boolrangep for values from ('true', 'false', 0) to ('true', 'false', 100); -create table boolrangep_ft partition of boolrangep for values from ('false', 'true', 0) to ('false', 'true', 100); -create table boolrangep_ff1 partition of boolrangep for values from ('false', 'false', 0) to ('false', 'false', 50); -create table boolrangep_ff2 partition of boolrangep for values from ('false', 'false', 50) to ('false', 'false', 100); -create table boolrangep_null partition of boolrangep default; --- try a more complex case that's been known to trip up pruning in the past -explain (costs off) select * from boolrangep where not a and not b and c = 25; - QUERY PLAN ----------------------------------------------- - Seq Scan on boolrangep_ff1 boolrangep - Filter: ((NOT a) AND (NOT b) AND (c = 25)) -(2 rows) - --- ensure we prune boolrangep_tf -explain (costs off) select * from boolrangep where a is not true and not b and c = 25; - QUERY PLAN ------------------------------------------------------------- - Append - -> Seq Scan on boolrangep_ff1 boolrangep_1 - Filter: ((a IS NOT TRUE) AND (NOT b) AND (c = 25)) - -> Seq Scan on boolrangep_ff2 boolrangep_2 - Filter: ((a IS NOT TRUE) AND (NOT b) AND (c = 25)) - -> Seq Scan on boolrangep_ft boolrangep_3 - Filter: ((a IS NOT TRUE) AND (NOT b) AND (c = 25)) - -> Seq Scan on boolrangep_null boolrangep_4 - Filter: ((a IS NOT TRUE) AND (NOT b) AND (c = 25)) -(9 rows) - --- ensure we prune everything apart from boolrangep_tf and boolrangep_null -explain (costs off) select * from boolrangep where a is not false and not b and c = 25; - QUERY PLAN -------------------------------------------------------------- - Append - -> Seq Scan on boolrangep_tf boolrangep_1 - Filter: ((a IS NOT FALSE) AND (NOT b) AND (c = 25)) - -> Seq Scan on boolrangep_null boolrangep_2 - Filter: ((a IS NOT FALSE) AND (NOT b) AND (c = 25)) -(5 rows) - --- test scalar-to-array operators -create table coercepart (a varchar) partition by list (a); -create table coercepart_ab partition of coercepart for values in ('ab'); -create table coercepart_bc partition of coercepart for values in ('bc'); -create table coercepart_cd partition of coercepart for values in ('cd'); -explain (costs off) select * from coercepart where a in ('ab', to_char(125, '999')); - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------- - Append - -> Seq Scan on coercepart_ab coercepart_1 - Filter: ((a)::text = ANY ((ARRAY['ab'::character varying, (to_char(125, '999'::text))::character varying])::text[])) - -> Seq Scan on coercepart_bc coercepart_2 - Filter: ((a)::text = ANY ((ARRAY['ab'::character varying, (to_char(125, '999'::text))::character varying])::text[])) - -> Seq Scan on coercepart_cd coercepart_3 - Filter: ((a)::text = ANY ((ARRAY['ab'::character varying, (to_char(125, '999'::text))::character varying])::text[])) -(7 rows) - -explain (costs off) select * from coercepart where a ~ any ('{ab}'); - QUERY PLAN ----------------------------------------------------- - Append - -> Seq Scan on coercepart_ab coercepart_1 - Filter: ((a)::text ~ ANY ('{ab}'::text[])) - -> Seq Scan on coercepart_bc coercepart_2 - Filter: ((a)::text ~ ANY ('{ab}'::text[])) - -> Seq Scan on coercepart_cd coercepart_3 - Filter: ((a)::text ~ ANY ('{ab}'::text[])) -(7 rows) - -explain (costs off) select * from coercepart where a !~ all ('{ab}'); - QUERY PLAN ------------------------------------------------------ - Append - -> Seq Scan on coercepart_ab coercepart_1 - Filter: ((a)::text !~ ALL ('{ab}'::text[])) - -> Seq Scan on coercepart_bc coercepart_2 - Filter: ((a)::text !~ ALL ('{ab}'::text[])) - -> Seq Scan on coercepart_cd coercepart_3 - Filter: ((a)::text !~ ALL ('{ab}'::text[])) -(7 rows) - -explain (costs off) select * from coercepart where a ~ any ('{ab,bc}'); - QUERY PLAN -------------------------------------------------------- - Append - -> Seq Scan on coercepart_ab coercepart_1 - Filter: ((a)::text ~ ANY ('{ab,bc}'::text[])) - -> Seq Scan on coercepart_bc coercepart_2 - Filter: ((a)::text ~ ANY ('{ab,bc}'::text[])) - -> Seq Scan on coercepart_cd coercepart_3 - Filter: ((a)::text ~ ANY ('{ab,bc}'::text[])) -(7 rows) - -explain (costs off) select * from coercepart where a !~ all ('{ab,bc}'); - QUERY PLAN --------------------------------------------------------- - Append - -> Seq Scan on coercepart_ab coercepart_1 - Filter: ((a)::text !~ ALL ('{ab,bc}'::text[])) - -> Seq Scan on coercepart_bc coercepart_2 - Filter: ((a)::text !~ ALL ('{ab,bc}'::text[])) - -> Seq Scan on coercepart_cd coercepart_3 - Filter: ((a)::text !~ ALL ('{ab,bc}'::text[])) -(7 rows) - -explain (costs off) select * from coercepart where a = any ('{ab,bc}'); - QUERY PLAN -------------------------------------------------------- - Append - -> Seq Scan on coercepart_ab coercepart_1 - Filter: ((a)::text = ANY ('{ab,bc}'::text[])) - -> Seq Scan on coercepart_bc coercepart_2 - Filter: ((a)::text = ANY ('{ab,bc}'::text[])) -(5 rows) - -explain (costs off) select * from coercepart where a = any ('{ab,null}'); - QUERY PLAN ---------------------------------------------------- - Seq Scan on coercepart_ab coercepart - Filter: ((a)::text = ANY ('{ab,NULL}'::text[])) -(2 rows) - -explain (costs off) select * from coercepart where a = any (null::text[]); - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -explain (costs off) select * from coercepart where a = all ('{ab}'); - QUERY PLAN ----------------------------------------------- - Seq Scan on coercepart_ab coercepart - Filter: ((a)::text = ALL ('{ab}'::text[])) -(2 rows) - -explain (costs off) select * from coercepart where a = all ('{ab,bc}'); - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -explain (costs off) select * from coercepart where a = all ('{ab,null}'); - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -explain (costs off) select * from coercepart where a = all (null::text[]); - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -drop table coercepart; -CREATE TABLE part (a INT, b INT) PARTITION BY LIST (a); -CREATE TABLE part_p1 PARTITION OF part FOR VALUES IN (-2,-1,0,1,2); -CREATE TABLE part_p2 PARTITION OF part DEFAULT PARTITION BY RANGE(a); -CREATE TABLE part_p2_p1 PARTITION OF part_p2 DEFAULT; -CREATE TABLE part_rev (b INT, c INT, a INT); -ALTER TABLE part ATTACH PARTITION part_rev FOR VALUES IN (3); -- fail -ERROR: table "part_rev" contains column "c" not found in parent "part" -DETAIL: The new partition may contain only the columns present in parent. -ALTER TABLE part_rev DROP COLUMN c; -ALTER TABLE part ATTACH PARTITION part_rev FOR VALUES IN (3); -- now it's ok -INSERT INTO part VALUES (-1,-1), (1,1), (2,NULL), (NULL,-2),(NULL,NULL); -EXPLAIN (COSTS OFF) SELECT tableoid::regclass as part, a, b FROM part WHERE a IS NULL ORDER BY 1, 2, 3; - QUERY PLAN ---------------------------------------------------------- - Sort - Sort Key: ((part.tableoid)::regclass), part.a, part.b - -> Seq Scan on part_p2_p1 part - Filter: (a IS NULL) -(4 rows) - -EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM part p(x) ORDER BY x; - QUERY PLAN ------------------------------------------------ - Sort - Output: p.x, p.b - Sort Key: p.x - -> Append - -> Seq Scan on public.part_p1 p_1 - Output: p_1.x, p_1.b - -> Seq Scan on public.part_rev p_2 - Output: p_2.x, p_2.b - -> Seq Scan on public.part_p2_p1 p_3 - Output: p_3.x, p_3.b -(10 rows) - --- --- some more cases --- --- --- pruning for partitioned table appearing inside a sub-query --- --- pruning won't work for mc3p, because some keys are Params -explain (costs off) select * from mc2p t1, lateral (select count(*) from mc3p t2 where t2.a = t1.b and abs(t2.b) = 1 and t2.c = 1) s where t1.a = 1; - QUERY PLAN ------------------------------------------------------------------------ - Nested Loop - -> Append - -> Seq Scan on mc2p1 t1_1 - Filter: (a = 1) - -> Seq Scan on mc2p2 t1_2 - Filter: (a = 1) - -> Seq Scan on mc2p_default t1_3 - Filter: (a = 1) - -> Aggregate - -> Append - -> Seq Scan on mc3p0 t2_1 - Filter: ((a = t1.b) AND (c = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p1 t2_2 - Filter: ((a = t1.b) AND (c = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p2 t2_3 - Filter: ((a = t1.b) AND (c = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p3 t2_4 - Filter: ((a = t1.b) AND (c = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p4 t2_5 - Filter: ((a = t1.b) AND (c = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p5 t2_6 - Filter: ((a = t1.b) AND (c = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p6 t2_7 - Filter: ((a = t1.b) AND (c = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p7 t2_8 - Filter: ((a = t1.b) AND (c = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p_default t2_9 - Filter: ((a = t1.b) AND (c = 1) AND (abs(b) = 1)) -(28 rows) - --- pruning should work fine, because values for a prefix of keys (a, b) are --- available -explain (costs off) select * from mc2p t1, lateral (select count(*) from mc3p t2 where t2.c = t1.b and abs(t2.b) = 1 and t2.a = 1) s where t1.a = 1; - QUERY PLAN ------------------------------------------------------------------------ - Nested Loop - -> Append - -> Seq Scan on mc2p1 t1_1 - Filter: (a = 1) - -> Seq Scan on mc2p2 t1_2 - Filter: (a = 1) - -> Seq Scan on mc2p_default t1_3 - Filter: (a = 1) - -> Aggregate - -> Append - -> Seq Scan on mc3p0 t2_1 - Filter: ((c = t1.b) AND (a = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p1 t2_2 - Filter: ((c = t1.b) AND (a = 1) AND (abs(b) = 1)) - -> Seq Scan on mc3p_default t2_3 - Filter: ((c = t1.b) AND (a = 1) AND (abs(b) = 1)) -(16 rows) - --- also here, because values for all keys are provided -explain (costs off) select * from mc2p t1, lateral (select count(*) from mc3p t2 where t2.a = 1 and abs(t2.b) = 1 and t2.c = 1) s where t1.a = 1; - QUERY PLAN --------------------------------------------------------------- - Nested Loop - -> Aggregate - -> Seq Scan on mc3p1 t2 - Filter: ((a = 1) AND (c = 1) AND (abs(b) = 1)) - -> Append - -> Seq Scan on mc2p1 t1_1 - Filter: (a = 1) - -> Seq Scan on mc2p2 t1_2 - Filter: (a = 1) - -> Seq Scan on mc2p_default t1_3 - Filter: (a = 1) -(11 rows) - --- --- pruning with clauses containing <> operator --- --- doesn't prune range partitions -create table rp (a int) partition by range (a); -create table rp0 partition of rp for values from (minvalue) to (1); -create table rp1 partition of rp for values from (1) to (2); -create table rp2 partition of rp for values from (2) to (maxvalue); -explain (costs off) select * from rp where a <> 1; - QUERY PLAN ----------------------------- - Append - -> Seq Scan on rp0 rp_1 - Filter: (a <> 1) - -> Seq Scan on rp1 rp_2 - Filter: (a <> 1) - -> Seq Scan on rp2 rp_3 - Filter: (a <> 1) -(7 rows) - -explain (costs off) select * from rp where a <> 1 and a <> 2; - QUERY PLAN ------------------------------------------ - Append - -> Seq Scan on rp0 rp_1 - Filter: ((a <> 1) AND (a <> 2)) - -> Seq Scan on rp1 rp_2 - Filter: ((a <> 1) AND (a <> 2)) - -> Seq Scan on rp2 rp_3 - Filter: ((a <> 1) AND (a <> 2)) -(7 rows) - --- null partition should be eliminated due to strict <> clause. -explain (costs off) select * from lp where a <> 'a'; - QUERY PLAN ------------------------------------- - Append - -> Seq Scan on lp_ad lp_1 - Filter: (a <> 'a'::bpchar) - -> Seq Scan on lp_bc lp_2 - Filter: (a <> 'a'::bpchar) - -> Seq Scan on lp_ef lp_3 - Filter: (a <> 'a'::bpchar) - -> Seq Scan on lp_g lp_4 - Filter: (a <> 'a'::bpchar) - -> Seq Scan on lp_default lp_5 - Filter: (a <> 'a'::bpchar) -(11 rows) - --- ensure we detect contradictions in clauses; a can't be NULL and NOT NULL. -explain (costs off) select * from lp where a <> 'a' and a is null; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -explain (costs off) select * from lp where (a <> 'a' and a <> 'd') or a is null; - QUERY PLAN ------------------------------------------------------------------------------- - Append - -> Seq Scan on lp_bc lp_1 - Filter: (((a <> 'a'::bpchar) AND (a <> 'd'::bpchar)) OR (a IS NULL)) - -> Seq Scan on lp_ef lp_2 - Filter: (((a <> 'a'::bpchar) AND (a <> 'd'::bpchar)) OR (a IS NULL)) - -> Seq Scan on lp_g lp_3 - Filter: (((a <> 'a'::bpchar) AND (a <> 'd'::bpchar)) OR (a IS NULL)) - -> Seq Scan on lp_null lp_4 - Filter: (((a <> 'a'::bpchar) AND (a <> 'd'::bpchar)) OR (a IS NULL)) - -> Seq Scan on lp_default lp_5 - Filter: (((a <> 'a'::bpchar) AND (a <> 'd'::bpchar)) OR (a IS NULL)) -(11 rows) - --- check that it also works for a partitioned table that's not root, --- which in this case are partitions of rlp that are themselves --- list-partitioned on b -explain (costs off) select * from rlp where a = 15 and b <> 'ab' and b <> 'cd' and b <> 'xy' and b is not null; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------- - Append - -> Seq Scan on rlp3efgh rlp_1 - Filter: ((b IS NOT NULL) AND ((b)::text <> 'ab'::text) AND ((b)::text <> 'cd'::text) AND ((b)::text <> 'xy'::text) AND (a = 15)) - -> Seq Scan on rlp3_default rlp_2 - Filter: ((b IS NOT NULL) AND ((b)::text <> 'ab'::text) AND ((b)::text <> 'cd'::text) AND ((b)::text <> 'xy'::text) AND (a = 15)) -(5 rows) - --- --- different collations for different keys with same expression --- -create table coll_pruning_multi (a text) partition by range (substr(a, 1) collate "POSIX", substr(a, 1) collate "C"); -create table coll_pruning_multi1 partition of coll_pruning_multi for values from ('a', 'a') to ('a', 'e'); -create table coll_pruning_multi2 partition of coll_pruning_multi for values from ('a', 'e') to ('a', 'z'); -create table coll_pruning_multi3 partition of coll_pruning_multi for values from ('b', 'a') to ('b', 'e'); --- no pruning, because no value for the leading key -explain (costs off) select * from coll_pruning_multi where substr(a, 1) = 'e' collate "C"; - QUERY PLAN ------------------------------------------------------------- - Append - -> Seq Scan on coll_pruning_multi1 coll_pruning_multi_1 - Filter: (substr(a, 1) = 'e'::text COLLATE "C") - -> Seq Scan on coll_pruning_multi2 coll_pruning_multi_2 - Filter: (substr(a, 1) = 'e'::text COLLATE "C") - -> Seq Scan on coll_pruning_multi3 coll_pruning_multi_3 - Filter: (substr(a, 1) = 'e'::text COLLATE "C") -(7 rows) - --- pruning, with a value provided for the leading key -explain (costs off) select * from coll_pruning_multi where substr(a, 1) = 'a' collate "POSIX"; - QUERY PLAN ------------------------------------------------------------- - Append - -> Seq Scan on coll_pruning_multi1 coll_pruning_multi_1 - Filter: (substr(a, 1) = 'a'::text COLLATE "POSIX") - -> Seq Scan on coll_pruning_multi2 coll_pruning_multi_2 - Filter: (substr(a, 1) = 'a'::text COLLATE "POSIX") -(5 rows) - --- pruning, with values provided for both keys -explain (costs off) select * from coll_pruning_multi where substr(a, 1) = 'e' collate "C" and substr(a, 1) = 'a' collate "POSIX"; - QUERY PLAN ---------------------------------------------------------------------------------------------------- - Seq Scan on coll_pruning_multi2 coll_pruning_multi - Filter: ((substr(a, 1) = 'e'::text COLLATE "C") AND (substr(a, 1) = 'a'::text COLLATE "POSIX")) -(2 rows) - --- --- LIKE operators don't prune --- -create table like_op_noprune (a text) partition by list (a); -create table like_op_noprune1 partition of like_op_noprune for values in ('ABC'); -create table like_op_noprune2 partition of like_op_noprune for values in ('BCD'); -explain (costs off) select * from like_op_noprune where a like '%BC'; - QUERY PLAN ------------------------------------------------------- - Append - -> Seq Scan on like_op_noprune1 like_op_noprune_1 - Filter: (a ~~ '%BC'::text) - -> Seq Scan on like_op_noprune2 like_op_noprune_2 - Filter: (a ~~ '%BC'::text) -(5 rows) - --- --- tests wherein clause value requires a cross-type comparison function --- -create table lparted_by_int2 (a smallint) partition by list (a); -create table lparted_by_int2_1 partition of lparted_by_int2 for values in (1); -create table lparted_by_int2_16384 partition of lparted_by_int2 for values in (16384); -explain (costs off) select * from lparted_by_int2 where a = 100_000_000_000_000; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -create table rparted_by_int2 (a smallint) partition by range (a); -create table rparted_by_int2_1 partition of rparted_by_int2 for values from (1) to (10); -create table rparted_by_int2_16384 partition of rparted_by_int2 for values from (10) to (16384); --- all partitions pruned -explain (costs off) select * from rparted_by_int2 where a > 100_000_000_000_000; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -create table rparted_by_int2_maxvalue partition of rparted_by_int2 for values from (16384) to (maxvalue); --- all partitions but rparted_by_int2_maxvalue pruned -explain (costs off) select * from rparted_by_int2 where a > 100_000_000_000_000; - QUERY PLAN ------------------------------------------------------- - Seq Scan on rparted_by_int2_maxvalue rparted_by_int2 - Filter: (a > '100000000000000'::bigint) -(2 rows) - -drop table lp, coll_pruning, rlp, mc3p, mc2p, boolpart, iboolpart, boolrangep, rp, coll_pruning_multi, like_op_noprune, lparted_by_int2, rparted_by_int2; --- check that AlternativeSubPlan within a pruning expression gets cleaned up -create table asptab (id int primary key) partition by range (id); -create table asptab0 partition of asptab for values from (0) to (1); -create table asptab1 partition of asptab for values from (1) to (2); -explain (costs off) -select * from - (select exists (select 1 from int4_tbl tinner where f1 = touter.f1) as b - from int4_tbl touter) ss, - asptab -where asptab.id > ss.b::int; - QUERY PLAN --------------------------------------------------------------------- - Nested Loop - -> Seq Scan on int4_tbl touter - -> Append - -> Index Only Scan using asptab0_pkey on asptab0 asptab_1 - Index Cond: (id > (EXISTS(SubPlan 3))::integer) - SubPlan 4 - -> Seq Scan on int4_tbl tinner_2 - -> Index Only Scan using asptab1_pkey on asptab1 asptab_2 - Index Cond: (id > (EXISTS(SubPlan 3))::integer) - SubPlan 3 - -> Seq Scan on int4_tbl tinner_1 - Filter: (f1 = touter.f1) - SubPlan 2 - -> Seq Scan on int4_tbl tinner -(14 rows) - -drop table asptab; --- --- Test Partition pruning for HASH partitioning --- --- Use hand-rolled hash functions and operator classes to get predictable --- result on different machines. See the definitions of --- part_test_int4_ops and part_test_text_ops in test_setup.sql. --- -create table hp (a int, b text, c int) - partition by hash (a part_test_int4_ops, b part_test_text_ops); -create table hp0 partition of hp for values with (modulus 4, remainder 0); -create table hp3 partition of hp for values with (modulus 4, remainder 3); -create table hp1 partition of hp for values with (modulus 4, remainder 1); -create table hp2 partition of hp for values with (modulus 4, remainder 2); -insert into hp values (null, null, 0); -insert into hp values (1, null, 1); -insert into hp values (1, 'xxx', 2); -insert into hp values (null, 'xxx', 3); -insert into hp values (2, 'xxx', 4); -insert into hp values (1, 'abcde', 5); -select tableoid::regclass, * from hp order by c; - tableoid | a | b | c -----------+---+-------+--- - hp0 | | | 0 - hp1 | 1 | | 1 - hp0 | 1 | xxx | 2 - hp2 | | xxx | 3 - hp3 | 2 | xxx | 4 - hp2 | 1 | abcde | 5 -(6 rows) - --- partial keys won't prune, nor would non-equality conditions -explain (costs off) select * from hp where a = 1; - QUERY PLAN ----------------------------- - Append - -> Seq Scan on hp0 hp_1 - Filter: (a = 1) - -> Seq Scan on hp1 hp_2 - Filter: (a = 1) - -> Seq Scan on hp2 hp_3 - Filter: (a = 1) - -> Seq Scan on hp3 hp_4 - Filter: (a = 1) -(9 rows) - -explain (costs off) select * from hp where b = 'xxx'; - QUERY PLAN ------------------------------------ - Append - -> Seq Scan on hp0 hp_1 - Filter: (b = 'xxx'::text) - -> Seq Scan on hp1 hp_2 - Filter: (b = 'xxx'::text) - -> Seq Scan on hp2 hp_3 - Filter: (b = 'xxx'::text) - -> Seq Scan on hp3 hp_4 - Filter: (b = 'xxx'::text) -(9 rows) - -explain (costs off) select * from hp where a is null; - QUERY PLAN ------------------------------ - Append - -> Seq Scan on hp0 hp_1 - Filter: (a IS NULL) - -> Seq Scan on hp1 hp_2 - Filter: (a IS NULL) - -> Seq Scan on hp2 hp_3 - Filter: (a IS NULL) - -> Seq Scan on hp3 hp_4 - Filter: (a IS NULL) -(9 rows) - -explain (costs off) select * from hp where b is null; - QUERY PLAN ------------------------------ - Append - -> Seq Scan on hp0 hp_1 - Filter: (b IS NULL) - -> Seq Scan on hp1 hp_2 - Filter: (b IS NULL) - -> Seq Scan on hp2 hp_3 - Filter: (b IS NULL) - -> Seq Scan on hp3 hp_4 - Filter: (b IS NULL) -(9 rows) - -explain (costs off) select * from hp where a < 1 and b = 'xxx'; - QUERY PLAN -------------------------------------------------- - Append - -> Seq Scan on hp0 hp_1 - Filter: ((a < 1) AND (b = 'xxx'::text)) - -> Seq Scan on hp1 hp_2 - Filter: ((a < 1) AND (b = 'xxx'::text)) - -> Seq Scan on hp2 hp_3 - Filter: ((a < 1) AND (b = 'xxx'::text)) - -> Seq Scan on hp3 hp_4 - Filter: ((a < 1) AND (b = 'xxx'::text)) -(9 rows) - -explain (costs off) select * from hp where a <> 1 and b = 'yyy'; - QUERY PLAN --------------------------------------------------- - Append - -> Seq Scan on hp0 hp_1 - Filter: ((a <> 1) AND (b = 'yyy'::text)) - -> Seq Scan on hp1 hp_2 - Filter: ((a <> 1) AND (b = 'yyy'::text)) - -> Seq Scan on hp2 hp_3 - Filter: ((a <> 1) AND (b = 'yyy'::text)) - -> Seq Scan on hp3 hp_4 - Filter: ((a <> 1) AND (b = 'yyy'::text)) -(9 rows) - -explain (costs off) select * from hp where a <> 1 and b <> 'xxx'; - QUERY PLAN ---------------------------------------------------- - Append - -> Seq Scan on hp0 hp_1 - Filter: ((a <> 1) AND (b <> 'xxx'::text)) - -> Seq Scan on hp1 hp_2 - Filter: ((a <> 1) AND (b <> 'xxx'::text)) - -> Seq Scan on hp2 hp_3 - Filter: ((a <> 1) AND (b <> 'xxx'::text)) - -> Seq Scan on hp3 hp_4 - Filter: ((a <> 1) AND (b <> 'xxx'::text)) -(9 rows) - --- pruning should work if either a value or a IS NULL clause is provided for --- each of the keys -explain (costs off) select * from hp where a is null and b is null; - QUERY PLAN ------------------------------------------ - Seq Scan on hp0 hp - Filter: ((a IS NULL) AND (b IS NULL)) -(2 rows) - -explain (costs off) select * from hp where a = 1 and b is null; - QUERY PLAN -------------------------------------- - Seq Scan on hp1 hp - Filter: ((b IS NULL) AND (a = 1)) -(2 rows) - -explain (costs off) select * from hp where a = 1 and b = 'xxx'; - QUERY PLAN -------------------------------------------- - Seq Scan on hp0 hp - Filter: ((a = 1) AND (b = 'xxx'::text)) -(2 rows) - -explain (costs off) select * from hp where a is null and b = 'xxx'; - QUERY PLAN ------------------------------------------------ - Seq Scan on hp2 hp - Filter: ((a IS NULL) AND (b = 'xxx'::text)) -(2 rows) - -explain (costs off) select * from hp where a = 2 and b = 'xxx'; - QUERY PLAN -------------------------------------------- - Seq Scan on hp3 hp - Filter: ((a = 2) AND (b = 'xxx'::text)) -(2 rows) - -explain (costs off) select * from hp where a = 1 and b = 'abcde'; - QUERY PLAN ---------------------------------------------- - Seq Scan on hp2 hp - Filter: ((a = 1) AND (b = 'abcde'::text)) -(2 rows) - -explain (costs off) select * from hp where (a = 1 and b = 'abcde') or (a = 2 and b = 'xxx') or (a is null and b is null); - QUERY PLAN -------------------------------------------------------------------------------------------------------------------------- - Append - -> Seq Scan on hp0 hp_1 - Filter: (((a = 1) AND (b = 'abcde'::text)) OR ((a = 2) AND (b = 'xxx'::text)) OR ((a IS NULL) AND (b IS NULL))) - -> Seq Scan on hp2 hp_2 - Filter: (((a = 1) AND (b = 'abcde'::text)) OR ((a = 2) AND (b = 'xxx'::text)) OR ((a IS NULL) AND (b IS NULL))) - -> Seq Scan on hp3 hp_3 - Filter: (((a = 1) AND (b = 'abcde'::text)) OR ((a = 2) AND (b = 'xxx'::text)) OR ((a IS NULL) AND (b IS NULL))) -(7 rows) - --- test pruning when not all the partitions exist -drop table hp1; -drop table hp3; -explain (costs off) select * from hp where a = 1 and b = 'abcde'; - QUERY PLAN ---------------------------------------------- - Seq Scan on hp2 hp - Filter: ((a = 1) AND (b = 'abcde'::text)) -(2 rows) - -explain (costs off) select * from hp where a = 1 and b = 'abcde' and - (c = 2 or c = 3); - QUERY PLAN ----------------------------------------------------------------------- - Seq Scan on hp2 hp - Filter: ((a = 1) AND (b = 'abcde'::text) AND ((c = 2) OR (c = 3))) -(2 rows) - -drop table hp2; -explain (costs off) select * from hp where a = 1 and b = 'abcde' and - (c = 2 or c = 3); - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - --- --- Test runtime partition pruning --- -create table ab (a int not null, b int not null) partition by list (a); -create table ab_a2 partition of ab for values in(2) partition by list (b); -create table ab_a2_b1 partition of ab_a2 for values in (1); -create table ab_a2_b2 partition of ab_a2 for values in (2); -create table ab_a2_b3 partition of ab_a2 for values in (3); -create table ab_a1 partition of ab for values in(1) partition by list (b); -create table ab_a1_b1 partition of ab_a1 for values in (1); -create table ab_a1_b2 partition of ab_a1 for values in (2); -create table ab_a1_b3 partition of ab_a1 for values in (3); -create table ab_a3 partition of ab for values in(3) partition by list (b); -create table ab_a3_b1 partition of ab_a3 for values in (1); -create table ab_a3_b2 partition of ab_a3 for values in (2); -create table ab_a3_b3 partition of ab_a3 for values in (3); --- Disallow index only scans as concurrent transactions may stop visibility --- bits being set causing "Heap Fetches" to be unstable in the EXPLAIN ANALYZE --- output. -set enable_indexonlyscan = off; -prepare ab_q1 (int, int, int) as -select * from ab where a between $1 and $2 and b <= $3; -explain (analyze, costs off, summary off, timing off, buffers off) execute ab_q1 (2, 2, 3); - QUERY PLAN ------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - Subplans Removed: 6 - -> Seq Scan on ab_a2_b1 ab_1 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b <= $3)) - -> Seq Scan on ab_a2_b2 ab_2 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b <= $3)) - -> Seq Scan on ab_a2_b3 ab_3 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b <= $3)) -(8 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) execute ab_q1 (1, 2, 3); - QUERY PLAN ------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - Subplans Removed: 3 - -> Seq Scan on ab_a1_b1 ab_1 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b <= $3)) - -> Seq Scan on ab_a1_b2 ab_2 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b <= $3)) - -> Seq Scan on ab_a1_b3 ab_3 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b <= $3)) - -> Seq Scan on ab_a2_b1 ab_4 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b <= $3)) - -> Seq Scan on ab_a2_b2 ab_5 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b <= $3)) - -> Seq Scan on ab_a2_b3 ab_6 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b <= $3)) -(14 rows) - -deallocate ab_q1; --- Runtime pruning after optimizer pruning -prepare ab_q1 (int, int) as -select a from ab where a between $1 and $2 and b < 3; -explain (analyze, costs off, summary off, timing off, buffers off) execute ab_q1 (2, 2); - QUERY PLAN ------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - Subplans Removed: 4 - -> Seq Scan on ab_a2_b1 ab_1 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b < 3)) - -> Seq Scan on ab_a2_b2 ab_2 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b < 3)) -(6 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) execute ab_q1 (2, 4); - QUERY PLAN ------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - Subplans Removed: 2 - -> Seq Scan on ab_a2_b1 ab_1 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b < 3)) - -> Seq Scan on ab_a2_b2 ab_2 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b < 3)) - -> Seq Scan on ab_a3_b1 ab_3 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b < 3)) - -> Seq Scan on ab_a3_b2 ab_4 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b < 3)) -(10 rows) - --- Ensure a mix of PARAM_EXTERN and PARAM_EXEC Params work together at --- different levels of partitioning. -prepare ab_q2 (int, int) as -select a from ab where a between $1 and $2 and b < (select 3); -explain (analyze, costs off, summary off, timing off, buffers off) execute ab_q2 (2, 2); - QUERY PLAN ------------------------------------------------------------------------ - Append (actual rows=0.00 loops=1) - Subplans Removed: 6 - InitPlan 1 - -> Result (actual rows=1.00 loops=1) - -> Seq Scan on ab_a2_b1 ab_1 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b < (InitPlan 1).col1)) - -> Seq Scan on ab_a2_b2 ab_2 (actual rows=0.00 loops=1) - Filter: ((a >= $1) AND (a <= $2) AND (b < (InitPlan 1).col1)) - -> Seq Scan on ab_a2_b3 ab_3 (never executed) - Filter: ((a >= $1) AND (a <= $2) AND (b < (InitPlan 1).col1)) -(10 rows) - --- As above, but swap the PARAM_EXEC Param to the first partition level -prepare ab_q3 (int, int) as -select a from ab where b between $1 and $2 and a < (select 3); -explain (analyze, costs off, summary off, timing off, buffers off) execute ab_q3 (2, 2); - QUERY PLAN ------------------------------------------------------------------------ - Append (actual rows=0.00 loops=1) - Subplans Removed: 6 - InitPlan 1 - -> Result (actual rows=1.00 loops=1) - -> Seq Scan on ab_a1_b2 ab_1 (actual rows=0.00 loops=1) - Filter: ((b >= $1) AND (b <= $2) AND (a < (InitPlan 1).col1)) - -> Seq Scan on ab_a2_b2 ab_2 (actual rows=0.00 loops=1) - Filter: ((b >= $1) AND (b <= $2) AND (a < (InitPlan 1).col1)) - -> Seq Scan on ab_a3_b2 ab_3 (never executed) - Filter: ((b >= $1) AND (b <= $2) AND (a < (InitPlan 1).col1)) -(10 rows) - --- --- Test runtime pruning with hash partitioned tables --- --- recreate partitions dropped above -create table hp1 partition of hp for values with (modulus 4, remainder 1); -create table hp2 partition of hp for values with (modulus 4, remainder 2); -create table hp3 partition of hp for values with (modulus 4, remainder 3); --- Ensure we correctly prune unneeded partitions when there is an IS NULL qual -prepare hp_q1 (text) as -select * from hp where a is null and b = $1; -explain (costs off) execute hp_q1('xxx'); - QUERY PLAN --------------------------------------------- - Append - Subplans Removed: 3 - -> Seq Scan on hp2 hp_1 - Filter: ((a IS NULL) AND (b = $1)) -(4 rows) - -deallocate hp_q1; -drop table hp; --- Test a backwards Append scan -create table list_part (a int) partition by list (a); -create table list_part1 partition of list_part for values in (1); -create table list_part2 partition of list_part for values in (2); -create table list_part3 partition of list_part for values in (3); -create table list_part4 partition of list_part for values in (4); -insert into list_part select generate_series(1,4); -begin; --- Don't select an actual value out of the table as the order of the Append's --- subnodes may not be stable. -declare cur SCROLL CURSOR for select 1 from list_part where a > (select 1) and a < (select 4); --- move beyond the final row -move 3 from cur; --- Ensure we get two rows. -fetch backward all from cur; - ?column? ----------- - 1 - 1 -(2 rows) - -commit; -begin; --- Test run-time pruning using stable functions -create function list_part_fn(int) returns int as $$ begin return $1; end;$$ language plpgsql stable; --- Ensure pruning works using a stable function containing no Vars -explain (analyze, costs off, summary off, timing off, buffers off) select * from list_part where a = list_part_fn(1); - QUERY PLAN ---------------------------------------------------------------------- - Append (actual rows=1.00 loops=1) - Subplans Removed: 3 - -> Seq Scan on list_part1 list_part_1 (actual rows=1.00 loops=1) - Filter: (a = list_part_fn(1)) -(4 rows) - --- Ensure pruning does not take place when the function has a Var parameter -explain (analyze, costs off, summary off, timing off, buffers off) select * from list_part where a = list_part_fn(a); - QUERY PLAN ---------------------------------------------------------------------- - Append (actual rows=4.00 loops=1) - -> Seq Scan on list_part1 list_part_1 (actual rows=1.00 loops=1) - Filter: (a = list_part_fn(a)) - -> Seq Scan on list_part2 list_part_2 (actual rows=1.00 loops=1) - Filter: (a = list_part_fn(a)) - -> Seq Scan on list_part3 list_part_3 (actual rows=1.00 loops=1) - Filter: (a = list_part_fn(a)) - -> Seq Scan on list_part4 list_part_4 (actual rows=1.00 loops=1) - Filter: (a = list_part_fn(a)) -(9 rows) - --- Ensure pruning does not take place when the expression contains a Var. -explain (analyze, costs off, summary off, timing off, buffers off) select * from list_part where a = list_part_fn(1) + a; - QUERY PLAN ---------------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - -> Seq Scan on list_part1 list_part_1 (actual rows=0.00 loops=1) - Filter: (a = (list_part_fn(1) + a)) - Rows Removed by Filter: 1 - -> Seq Scan on list_part2 list_part_2 (actual rows=0.00 loops=1) - Filter: (a = (list_part_fn(1) + a)) - Rows Removed by Filter: 1 - -> Seq Scan on list_part3 list_part_3 (actual rows=0.00 loops=1) - Filter: (a = (list_part_fn(1) + a)) - Rows Removed by Filter: 1 - -> Seq Scan on list_part4 list_part_4 (actual rows=0.00 loops=1) - Filter: (a = (list_part_fn(1) + a)) - Rows Removed by Filter: 1 -(13 rows) - -rollback; -drop table list_part; --- Parallel append --- Parallel queries won't necessarily get as many workers as the planner --- asked for. This affects not only the "Workers Launched:" field of EXPLAIN --- results, but also row counts and loop counts for parallel scans, Gathers, --- and everything in between. This function filters out the values we can't --- rely on to be stable. --- This removes enough info that you might wonder why bother with EXPLAIN --- ANALYZE at all. The answer is that we need to see '(never executed)' --- notations because that's the only way to verify runtime pruning. -create function explain_parallel_append(text) returns setof text -language plpgsql as -$$ -declare - ln text; -begin - for ln in - execute format('explain (analyze, costs off, summary off, timing off, buffers off) %s', - $1) - loop - ln := regexp_replace(ln, 'Workers Launched: \d+', 'Workers Launched: N'); - ln := regexp_replace(ln, 'actual rows=\d+(?:\.\d+)? loops=\d+', 'actual rows=N loops=N'); - ln := regexp_replace(ln, 'Rows Removed by Filter: \d+', 'Rows Removed by Filter: N'); - perform regexp_matches(ln, 'Index Searches: \d+'); - if found then - continue; - end if; - return next ln; - end loop; -end; -$$; -prepare ab_q4 (int, int) as -select avg(a) from ab where a between $1 and $2 and b < 4; --- Encourage use of parallel plans -set parallel_setup_cost = 0; -set parallel_tuple_cost = 0; -set min_parallel_table_scan_size = 0; -set max_parallel_workers_per_gather = 2; -select explain_parallel_append('execute ab_q4 (2, 2)'); - explain_parallel_append ------------------------------------------------------------------------------------- - Finalize Aggregate (actual rows=N loops=N) - -> Gather (actual rows=N loops=N) - Workers Planned: 2 - Workers Launched: N - -> Partial Aggregate (actual rows=N loops=N) - -> Parallel Append (actual rows=N loops=N) - Subplans Removed: 6 - -> Parallel Seq Scan on ab_a2_b1 ab_1 (actual rows=N loops=N) - Filter: ((a >= $1) AND (a <= $2) AND (b < 4)) - -> Parallel Seq Scan on ab_a2_b2 ab_2 (actual rows=N loops=N) - Filter: ((a >= $1) AND (a <= $2) AND (b < 4)) - -> Parallel Seq Scan on ab_a2_b3 ab_3 (actual rows=N loops=N) - Filter: ((a >= $1) AND (a <= $2) AND (b < 4)) -(13 rows) - --- Test run-time pruning with IN lists. -prepare ab_q5 (int, int, int) as -select avg(a) from ab where a in($1,$2,$3) and b < 4; -select explain_parallel_append('execute ab_q5 (1, 1, 1)'); - explain_parallel_append ------------------------------------------------------------------------------------- - Finalize Aggregate (actual rows=N loops=N) - -> Gather (actual rows=N loops=N) - Workers Planned: 2 - Workers Launched: N - -> Partial Aggregate (actual rows=N loops=N) - -> Parallel Append (actual rows=N loops=N) - Subplans Removed: 6 - -> Parallel Seq Scan on ab_a1_b1 ab_1 (actual rows=N loops=N) - Filter: ((b < 4) AND (a = ANY (ARRAY[$1, $2, $3]))) - -> Parallel Seq Scan on ab_a1_b2 ab_2 (actual rows=N loops=N) - Filter: ((b < 4) AND (a = ANY (ARRAY[$1, $2, $3]))) - -> Parallel Seq Scan on ab_a1_b3 ab_3 (actual rows=N loops=N) - Filter: ((b < 4) AND (a = ANY (ARRAY[$1, $2, $3]))) -(13 rows) - -select explain_parallel_append('execute ab_q5 (2, 3, 3)'); - explain_parallel_append ------------------------------------------------------------------------------------- - Finalize Aggregate (actual rows=N loops=N) - -> Gather (actual rows=N loops=N) - Workers Planned: 2 - Workers Launched: N - -> Partial Aggregate (actual rows=N loops=N) - -> Parallel Append (actual rows=N loops=N) - Subplans Removed: 3 - -> Parallel Seq Scan on ab_a2_b1 ab_1 (actual rows=N loops=N) - Filter: ((b < 4) AND (a = ANY (ARRAY[$1, $2, $3]))) - -> Parallel Seq Scan on ab_a2_b2 ab_2 (actual rows=N loops=N) - Filter: ((b < 4) AND (a = ANY (ARRAY[$1, $2, $3]))) - -> Parallel Seq Scan on ab_a2_b3 ab_3 (actual rows=N loops=N) - Filter: ((b < 4) AND (a = ANY (ARRAY[$1, $2, $3]))) - -> Parallel Seq Scan on ab_a3_b1 ab_4 (actual rows=N loops=N) - Filter: ((b < 4) AND (a = ANY (ARRAY[$1, $2, $3]))) - -> Parallel Seq Scan on ab_a3_b2 ab_5 (actual rows=N loops=N) - Filter: ((b < 4) AND (a = ANY (ARRAY[$1, $2, $3]))) - -> Parallel Seq Scan on ab_a3_b3 ab_6 (actual rows=N loops=N) - Filter: ((b < 4) AND (a = ANY (ARRAY[$1, $2, $3]))) -(19 rows) - --- Try some params whose values do not belong to any partition. -select explain_parallel_append('execute ab_q5 (33, 44, 55)'); - explain_parallel_append ------------------------------------------------------------ - Finalize Aggregate (actual rows=N loops=N) - -> Gather (actual rows=N loops=N) - Workers Planned: 2 - Workers Launched: N - -> Partial Aggregate (actual rows=N loops=N) - -> Parallel Append (actual rows=N loops=N) - Subplans Removed: 9 -(7 rows) - --- Test Parallel Append with PARAM_EXEC Params -select explain_parallel_append('select count(*) from ab where (a = (select 1) or a = (select 3)) and b = 2'); - explain_parallel_append ------------------------------------------------------------------------------------------------- - Aggregate (actual rows=N loops=N) - InitPlan 1 - -> Result (actual rows=N loops=N) - InitPlan 2 - -> Result (actual rows=N loops=N) - -> Gather (actual rows=N loops=N) - Workers Planned: 2 - Workers Launched: N - -> Parallel Append (actual rows=N loops=N) - -> Parallel Seq Scan on ab_a1_b2 ab_1 (actual rows=N loops=N) - Filter: ((b = 2) AND ((a = (InitPlan 1).col1) OR (a = (InitPlan 2).col1))) - -> Parallel Seq Scan on ab_a2_b2 ab_2 (never executed) - Filter: ((b = 2) AND ((a = (InitPlan 1).col1) OR (a = (InitPlan 2).col1))) - -> Parallel Seq Scan on ab_a3_b2 ab_3 (actual rows=N loops=N) - Filter: ((b = 2) AND ((a = (InitPlan 1).col1) OR (a = (InitPlan 2).col1))) -(15 rows) - --- Test pruning during parallel nested loop query -create table lprt_a (a int not null); --- Insert some values we won't find in ab -insert into lprt_a select 0 from generate_series(1,100); --- and insert some values that we should find. -insert into lprt_a values(1),(1); -analyze lprt_a; -create index ab_a2_b1_a_idx on ab_a2_b1 (a); -create index ab_a2_b2_a_idx on ab_a2_b2 (a); -create index ab_a2_b3_a_idx on ab_a2_b3 (a); -create index ab_a1_b1_a_idx on ab_a1_b1 (a); -create index ab_a1_b2_a_idx on ab_a1_b2 (a); -create index ab_a1_b3_a_idx on ab_a1_b3 (a); -create index ab_a3_b1_a_idx on ab_a3_b1 (a); -create index ab_a3_b2_a_idx on ab_a3_b2 (a); -create index ab_a3_b3_a_idx on ab_a3_b3 (a); -set enable_hashjoin = 0; -set enable_mergejoin = 0; -set enable_memoize = 0; -select explain_parallel_append('select avg(ab.a) from ab inner join lprt_a a on ab.a = a.a where a.a in(0, 0, 1)'); - explain_parallel_append --------------------------------------------------------------------------------------------------------- - Finalize Aggregate (actual rows=N loops=N) - -> Gather (actual rows=N loops=N) - Workers Planned: 1 - Workers Launched: N - -> Partial Aggregate (actual rows=N loops=N) - -> Nested Loop (actual rows=N loops=N) - -> Parallel Seq Scan on lprt_a a (actual rows=N loops=N) - Filter: (a = ANY ('{0,0,1}'::integer[])) - -> Append (actual rows=N loops=N) - -> Index Scan using ab_a1_b1_a_idx on ab_a1_b1 ab_1 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a1_b2_a_idx on ab_a1_b2 ab_2 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a1_b3_a_idx on ab_a1_b3 ab_3 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b1_a_idx on ab_a2_b1 ab_4 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b2_a_idx on ab_a2_b2 ab_5 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b3_a_idx on ab_a2_b3 ab_6 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b1_a_idx on ab_a3_b1 ab_7 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b2_a_idx on ab_a3_b2 ab_8 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b3_a_idx on ab_a3_b3 ab_9 (never executed) - Index Cond: (a = a.a) -(27 rows) - --- Ensure the same partitions are pruned when we make the nested loop --- parameter an Expr rather than a plain Param. -select explain_parallel_append('select avg(ab.a) from ab inner join lprt_a a on ab.a = a.a + 0 where a.a in(0, 0, 1)'); - explain_parallel_append --------------------------------------------------------------------------------------------------------- - Finalize Aggregate (actual rows=N loops=N) - -> Gather (actual rows=N loops=N) - Workers Planned: 1 - Workers Launched: N - -> Partial Aggregate (actual rows=N loops=N) - -> Nested Loop (actual rows=N loops=N) - -> Parallel Seq Scan on lprt_a a (actual rows=N loops=N) - Filter: (a = ANY ('{0,0,1}'::integer[])) - -> Append (actual rows=N loops=N) - -> Index Scan using ab_a1_b1_a_idx on ab_a1_b1 ab_1 (actual rows=N loops=N) - Index Cond: (a = (a.a + 0)) - -> Index Scan using ab_a1_b2_a_idx on ab_a1_b2 ab_2 (actual rows=N loops=N) - Index Cond: (a = (a.a + 0)) - -> Index Scan using ab_a1_b3_a_idx on ab_a1_b3 ab_3 (actual rows=N loops=N) - Index Cond: (a = (a.a + 0)) - -> Index Scan using ab_a2_b1_a_idx on ab_a2_b1 ab_4 (never executed) - Index Cond: (a = (a.a + 0)) - -> Index Scan using ab_a2_b2_a_idx on ab_a2_b2 ab_5 (never executed) - Index Cond: (a = (a.a + 0)) - -> Index Scan using ab_a2_b3_a_idx on ab_a2_b3 ab_6 (never executed) - Index Cond: (a = (a.a + 0)) - -> Index Scan using ab_a3_b1_a_idx on ab_a3_b1 ab_7 (never executed) - Index Cond: (a = (a.a + 0)) - -> Index Scan using ab_a3_b2_a_idx on ab_a3_b2 ab_8 (never executed) - Index Cond: (a = (a.a + 0)) - -> Index Scan using ab_a3_b3_a_idx on ab_a3_b3 ab_9 (never executed) - Index Cond: (a = (a.a + 0)) -(27 rows) - -insert into lprt_a values(3),(3); -select explain_parallel_append('select avg(ab.a) from ab inner join lprt_a a on ab.a = a.a where a.a in(1, 0, 3)'); - explain_parallel_append --------------------------------------------------------------------------------------------------------- - Finalize Aggregate (actual rows=N loops=N) - -> Gather (actual rows=N loops=N) - Workers Planned: 1 - Workers Launched: N - -> Partial Aggregate (actual rows=N loops=N) - -> Nested Loop (actual rows=N loops=N) - -> Parallel Seq Scan on lprt_a a (actual rows=N loops=N) - Filter: (a = ANY ('{1,0,3}'::integer[])) - -> Append (actual rows=N loops=N) - -> Index Scan using ab_a1_b1_a_idx on ab_a1_b1 ab_1 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a1_b2_a_idx on ab_a1_b2 ab_2 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a1_b3_a_idx on ab_a1_b3 ab_3 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b1_a_idx on ab_a2_b1 ab_4 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b2_a_idx on ab_a2_b2 ab_5 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b3_a_idx on ab_a2_b3 ab_6 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b1_a_idx on ab_a3_b1 ab_7 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b2_a_idx on ab_a3_b2 ab_8 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b3_a_idx on ab_a3_b3 ab_9 (actual rows=N loops=N) - Index Cond: (a = a.a) -(27 rows) - -select explain_parallel_append('select avg(ab.a) from ab inner join lprt_a a on ab.a = a.a where a.a in(1, 0, 0)'); - explain_parallel_append --------------------------------------------------------------------------------------------------------- - Finalize Aggregate (actual rows=N loops=N) - -> Gather (actual rows=N loops=N) - Workers Planned: 1 - Workers Launched: N - -> Partial Aggregate (actual rows=N loops=N) - -> Nested Loop (actual rows=N loops=N) - -> Parallel Seq Scan on lprt_a a (actual rows=N loops=N) - Filter: (a = ANY ('{1,0,0}'::integer[])) - Rows Removed by Filter: N - -> Append (actual rows=N loops=N) - -> Index Scan using ab_a1_b1_a_idx on ab_a1_b1 ab_1 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a1_b2_a_idx on ab_a1_b2 ab_2 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a1_b3_a_idx on ab_a1_b3 ab_3 (actual rows=N loops=N) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b1_a_idx on ab_a2_b1 ab_4 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b2_a_idx on ab_a2_b2 ab_5 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b3_a_idx on ab_a2_b3 ab_6 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b1_a_idx on ab_a3_b1 ab_7 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b2_a_idx on ab_a3_b2 ab_8 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b3_a_idx on ab_a3_b3 ab_9 (never executed) - Index Cond: (a = a.a) -(28 rows) - -delete from lprt_a where a = 1; -select explain_parallel_append('select avg(ab.a) from ab inner join lprt_a a on ab.a = a.a where a.a in(1, 0, 0)'); - explain_parallel_append -------------------------------------------------------------------------------------------------- - Finalize Aggregate (actual rows=N loops=N) - -> Gather (actual rows=N loops=N) - Workers Planned: 1 - Workers Launched: N - -> Partial Aggregate (actual rows=N loops=N) - -> Nested Loop (actual rows=N loops=N) - -> Parallel Seq Scan on lprt_a a (actual rows=N loops=N) - Filter: (a = ANY ('{1,0,0}'::integer[])) - Rows Removed by Filter: N - -> Append (actual rows=N loops=N) - -> Index Scan using ab_a1_b1_a_idx on ab_a1_b1 ab_1 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a1_b2_a_idx on ab_a1_b2 ab_2 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a1_b3_a_idx on ab_a1_b3 ab_3 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b1_a_idx on ab_a2_b1 ab_4 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b2_a_idx on ab_a2_b2 ab_5 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a2_b3_a_idx on ab_a2_b3 ab_6 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b1_a_idx on ab_a3_b1 ab_7 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b2_a_idx on ab_a3_b2 ab_8 (never executed) - Index Cond: (a = a.a) - -> Index Scan using ab_a3_b3_a_idx on ab_a3_b3 ab_9 (never executed) - Index Cond: (a = a.a) -(28 rows) - -reset enable_hashjoin; -reset enable_mergejoin; -reset enable_memoize; -reset parallel_setup_cost; -reset parallel_tuple_cost; -reset min_parallel_table_scan_size; -reset max_parallel_workers_per_gather; --- Test run-time partition pruning with an initplan -explain (analyze, costs off, summary off, timing off, buffers off) -select * from ab where a = (select max(a) from lprt_a) and b = (select max(a)-1 from lprt_a); - QUERY PLAN ----------------------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - InitPlan 1 - -> Aggregate (actual rows=1.00 loops=1) - -> Seq Scan on lprt_a (actual rows=102.00 loops=1) - InitPlan 2 - -> Aggregate (actual rows=1.00 loops=1) - -> Seq Scan on lprt_a lprt_a_1 (actual rows=102.00 loops=1) - -> Bitmap Heap Scan on ab_a1_b1 ab_1 (never executed) - Recheck Cond: (a = (InitPlan 1).col1) - Filter: (b = (InitPlan 2).col1) - -> Bitmap Index Scan on ab_a1_b1_a_idx (never executed) - Index Cond: (a = (InitPlan 1).col1) - Index Searches: 0 - -> Bitmap Heap Scan on ab_a1_b2 ab_2 (never executed) - Recheck Cond: (a = (InitPlan 1).col1) - Filter: (b = (InitPlan 2).col1) - -> Bitmap Index Scan on ab_a1_b2_a_idx (never executed) - Index Cond: (a = (InitPlan 1).col1) - Index Searches: 0 - -> Bitmap Heap Scan on ab_a1_b3 ab_3 (never executed) - Recheck Cond: (a = (InitPlan 1).col1) - Filter: (b = (InitPlan 2).col1) - -> Bitmap Index Scan on ab_a1_b3_a_idx (never executed) - Index Cond: (a = (InitPlan 1).col1) - Index Searches: 0 - -> Bitmap Heap Scan on ab_a2_b1 ab_4 (never executed) - Recheck Cond: (a = (InitPlan 1).col1) - Filter: (b = (InitPlan 2).col1) - -> Bitmap Index Scan on ab_a2_b1_a_idx (never executed) - Index Cond: (a = (InitPlan 1).col1) - Index Searches: 0 - -> Bitmap Heap Scan on ab_a2_b2 ab_5 (never executed) - Recheck Cond: (a = (InitPlan 1).col1) - Filter: (b = (InitPlan 2).col1) - -> Bitmap Index Scan on ab_a2_b2_a_idx (never executed) - Index Cond: (a = (InitPlan 1).col1) - Index Searches: 0 - -> Bitmap Heap Scan on ab_a2_b3 ab_6 (never executed) - Recheck Cond: (a = (InitPlan 1).col1) - Filter: (b = (InitPlan 2).col1) - -> Bitmap Index Scan on ab_a2_b3_a_idx (never executed) - Index Cond: (a = (InitPlan 1).col1) - Index Searches: 0 - -> Bitmap Heap Scan on ab_a3_b1 ab_7 (never executed) - Recheck Cond: (a = (InitPlan 1).col1) - Filter: (b = (InitPlan 2).col1) - -> Bitmap Index Scan on ab_a3_b1_a_idx (never executed) - Index Cond: (a = (InitPlan 1).col1) - Index Searches: 0 - -> Bitmap Heap Scan on ab_a3_b2 ab_8 (actual rows=0.00 loops=1) - Recheck Cond: (a = (InitPlan 1).col1) - Filter: (b = (InitPlan 2).col1) - -> Bitmap Index Scan on ab_a3_b2_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = (InitPlan 1).col1) - Index Searches: 1 - -> Bitmap Heap Scan on ab_a3_b3 ab_9 (never executed) - Recheck Cond: (a = (InitPlan 1).col1) - Filter: (b = (InitPlan 2).col1) - -> Bitmap Index Scan on ab_a3_b3_a_idx (never executed) - Index Cond: (a = (InitPlan 1).col1) - Index Searches: 0 -(61 rows) - --- Test run-time partition pruning with UNION ALL parents -explain (analyze, costs off, summary off, timing off, buffers off) -select * from (select * from ab where a = 1 union all select * from ab) ab where b = (select 1); - QUERY PLAN ----------------------------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - InitPlan 1 - -> Result (actual rows=1.00 loops=1) - -> Append (actual rows=0.00 loops=1) - -> Bitmap Heap Scan on ab_a1_b1 ab_11 (actual rows=0.00 loops=1) - Recheck Cond: (a = 1) - Filter: (b = (InitPlan 1).col1) - -> Bitmap Index Scan on ab_a1_b1_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = 1) - Index Searches: 1 - -> Bitmap Heap Scan on ab_a1_b2 ab_12 (never executed) - Recheck Cond: (a = 1) - Filter: (b = (InitPlan 1).col1) - -> Bitmap Index Scan on ab_a1_b2_a_idx (never executed) - Index Cond: (a = 1) - Index Searches: 0 - -> Bitmap Heap Scan on ab_a1_b3 ab_13 (never executed) - Recheck Cond: (a = 1) - Filter: (b = (InitPlan 1).col1) - -> Bitmap Index Scan on ab_a1_b3_a_idx (never executed) - Index Cond: (a = 1) - Index Searches: 0 - -> Seq Scan on ab_a1_b1 ab_1 (actual rows=0.00 loops=1) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a1_b2 ab_2 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a1_b3 ab_3 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a2_b1 ab_4 (actual rows=0.00 loops=1) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a2_b2 ab_5 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a2_b3 ab_6 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a3_b1 ab_7 (actual rows=0.00 loops=1) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a3_b2 ab_8 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a3_b3 ab_9 (never executed) - Filter: (b = (InitPlan 1).col1) -(40 rows) - --- A case containing a UNION ALL with a non-partitioned child. -explain (analyze, costs off, summary off, timing off, buffers off) -select * from (select * from ab where a = 1 union all (values(10,5)) union all select * from ab) ab where b = (select 1); - QUERY PLAN ----------------------------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - InitPlan 1 - -> Result (actual rows=1.00 loops=1) - -> Append (actual rows=0.00 loops=1) - -> Bitmap Heap Scan on ab_a1_b1 ab_11 (actual rows=0.00 loops=1) - Recheck Cond: (a = 1) - Filter: (b = (InitPlan 1).col1) - -> Bitmap Index Scan on ab_a1_b1_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = 1) - Index Searches: 1 - -> Bitmap Heap Scan on ab_a1_b2 ab_12 (never executed) - Recheck Cond: (a = 1) - Filter: (b = (InitPlan 1).col1) - -> Bitmap Index Scan on ab_a1_b2_a_idx (never executed) - Index Cond: (a = 1) - Index Searches: 0 - -> Bitmap Heap Scan on ab_a1_b3 ab_13 (never executed) - Recheck Cond: (a = 1) - Filter: (b = (InitPlan 1).col1) - -> Bitmap Index Scan on ab_a1_b3_a_idx (never executed) - Index Cond: (a = 1) - Index Searches: 0 - -> Result (actual rows=0.00 loops=1) - One-Time Filter: (5 = (InitPlan 1).col1) - -> Seq Scan on ab_a1_b1 ab_1 (actual rows=0.00 loops=1) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a1_b2 ab_2 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a1_b3 ab_3 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a2_b1 ab_4 (actual rows=0.00 loops=1) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a2_b2 ab_5 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a2_b3 ab_6 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a3_b1 ab_7 (actual rows=0.00 loops=1) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a3_b2 ab_8 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a3_b3 ab_9 (never executed) - Filter: (b = (InitPlan 1).col1) -(42 rows) - --- Another UNION ALL test, but containing a mix of exec init and exec run-time pruning. -create table xy_1 (x int, y int); -insert into xy_1 values(100,-10); -set enable_bitmapscan = 0; -set enable_indexscan = 0; -prepare ab_q6 as -select * from ( - select tableoid::regclass,a,b from ab -union all - select tableoid::regclass,x,y from xy_1 -union all - select tableoid::regclass,a,b from ab -) ab where a = $1 and b = (select -10); --- Ensure the xy_1 subplan is not pruned. -explain (analyze, costs off, summary off, timing off, buffers off) execute ab_q6(1); - QUERY PLAN --------------------------------------------------------- - Append (actual rows=0.00 loops=1) - Subplans Removed: 12 - InitPlan 1 - -> Result (actual rows=1.00 loops=1) - -> Seq Scan on ab_a1_b1 ab_1 (never executed) - Filter: ((a = $1) AND (b = (InitPlan 1).col1)) - -> Seq Scan on ab_a1_b2 ab_2 (never executed) - Filter: ((a = $1) AND (b = (InitPlan 1).col1)) - -> Seq Scan on ab_a1_b3 ab_3 (never executed) - Filter: ((a = $1) AND (b = (InitPlan 1).col1)) - -> Seq Scan on xy_1 (actual rows=0.00 loops=1) - Filter: ((x = $1) AND (y = (InitPlan 1).col1)) - Rows Removed by Filter: 1 - -> Seq Scan on ab_a1_b1 ab_4 (never executed) - Filter: ((a = $1) AND (b = (InitPlan 1).col1)) - -> Seq Scan on ab_a1_b2 ab_5 (never executed) - Filter: ((a = $1) AND (b = (InitPlan 1).col1)) - -> Seq Scan on ab_a1_b3 ab_6 (never executed) - Filter: ((a = $1) AND (b = (InitPlan 1).col1)) -(19 rows) - --- Ensure we see just the xy_1 row. -execute ab_q6(100); - tableoid | a | b -----------+-----+----- - xy_1 | 100 | -10 -(1 row) - -reset enable_bitmapscan; -reset enable_indexscan; -deallocate ab_q1; -deallocate ab_q2; -deallocate ab_q3; -deallocate ab_q4; -deallocate ab_q5; -deallocate ab_q6; --- UPDATE on a partition subtree has been seen to have problems. -insert into ab values (1,2); -select explain_analyze(' -update ab_a1 set b = 3 from ab where ab.a = 1 and ab.a = ab_a1.a;'); - explain_analyze ----------------------------------------------------------------------------------------------- - Update on ab_a1 (actual rows=0.00 loops=1) - Update on ab_a1_b1 ab_a1_1 - Update on ab_a1_b2 ab_a1_2 - Update on ab_a1_b3 ab_a1_3 - -> Nested Loop (actual rows=1.00 loops=1) - -> Append (actual rows=1.00 loops=1) - -> Bitmap Heap Scan on ab_a1_b1 ab_a1_1 (actual rows=0.00 loops=1) - Recheck Cond: (a = 1) - -> Bitmap Index Scan on ab_a1_b1_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = 1) - Index Searches: 1 - -> Bitmap Heap Scan on ab_a1_b2 ab_a1_2 (actual rows=1.00 loops=1) - Recheck Cond: (a = 1) - Heap Blocks: exact=1 - -> Bitmap Index Scan on ab_a1_b2_a_idx (actual rows=1.00 loops=1) - Index Cond: (a = 1) - Index Searches: 1 - -> Bitmap Heap Scan on ab_a1_b3 ab_a1_3 (actual rows=0.00 loops=1) - Recheck Cond: (a = 1) - Heap Blocks: exact=1 - -> Bitmap Index Scan on ab_a1_b3_a_idx (actual rows=1.00 loops=1) - Index Cond: (a = 1) - Index Searches: 1 - -> Materialize (actual rows=1.00 loops=1) - Storage: Memory Maximum Storage: NkB - -> Append (actual rows=1.00 loops=1) - -> Bitmap Heap Scan on ab_a1_b1 ab_1 (actual rows=0.00 loops=1) - Recheck Cond: (a = 1) - -> Bitmap Index Scan on ab_a1_b1_a_idx (actual rows=0.00 loops=1) - Index Cond: (a = 1) - Index Searches: 1 - -> Bitmap Heap Scan on ab_a1_b2 ab_2 (actual rows=1.00 loops=1) - Recheck Cond: (a = 1) - Heap Blocks: exact=1 - -> Bitmap Index Scan on ab_a1_b2_a_idx (actual rows=1.00 loops=1) - Index Cond: (a = 1) - Index Searches: 1 - -> Bitmap Heap Scan on ab_a1_b3 ab_3 (actual rows=0.00 loops=1) - Recheck Cond: (a = 1) - Heap Blocks: exact=1 - -> Bitmap Index Scan on ab_a1_b3_a_idx (actual rows=1.00 loops=1) - Index Cond: (a = 1) - Index Searches: 1 -(43 rows) - -table ab; - a | b ----+--- - 1 | 3 -(1 row) - --- Test UPDATE where source relation has run-time pruning enabled -truncate ab; -insert into ab values (1, 1), (1, 2), (1, 3), (2, 1); -select explain_analyze(' -update ab_a1 set b = 3 from ab_a2 where ab_a2.b = (select 1);'); - explain_analyze ---------------------------------------------------------------------------------- - Update on ab_a1 (actual rows=0.00 loops=1) - Update on ab_a1_b1 ab_a1_1 - Update on ab_a1_b2 ab_a1_2 - Update on ab_a1_b3 ab_a1_3 - InitPlan 1 - -> Result (actual rows=1.00 loops=1) - -> Nested Loop (actual rows=3.00 loops=1) - -> Append (actual rows=3.00 loops=1) - -> Seq Scan on ab_a1_b1 ab_a1_1 (actual rows=1.00 loops=1) - -> Seq Scan on ab_a1_b2 ab_a1_2 (actual rows=1.00 loops=1) - -> Seq Scan on ab_a1_b3 ab_a1_3 (actual rows=1.00 loops=1) - -> Materialize (actual rows=1.00 loops=3) - Storage: Memory Maximum Storage: NkB - -> Append (actual rows=1.00 loops=1) - -> Seq Scan on ab_a2_b1 ab_a2_1 (actual rows=1.00 loops=1) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a2_b2 ab_a2_2 (never executed) - Filter: (b = (InitPlan 1).col1) - -> Seq Scan on ab_a2_b3 ab_a2_3 (never executed) - Filter: (b = (InitPlan 1).col1) -(20 rows) - -select tableoid::regclass, * from ab; - tableoid | a | b -----------+---+--- - ab_a1_b3 | 1 | 3 - ab_a1_b3 | 1 | 3 - ab_a1_b3 | 1 | 3 - ab_a2_b1 | 2 | 1 -(4 rows) - -drop table ab, lprt_a; --- Join -create table tbl1(col1 int); -insert into tbl1 values (501), (505); --- Basic table -create table tprt (col1 int) partition by range (col1); -create table tprt_1 partition of tprt for values from (1) to (501); -create table tprt_2 partition of tprt for values from (501) to (1001); -create table tprt_3 partition of tprt for values from (1001) to (2001); -create table tprt_4 partition of tprt for values from (2001) to (3001); -create table tprt_5 partition of tprt for values from (3001) to (4001); -create table tprt_6 partition of tprt for values from (4001) to (5001); -create index tprt1_idx on tprt_1 (col1); -create index tprt2_idx on tprt_2 (col1); -create index tprt3_idx on tprt_3 (col1); -create index tprt4_idx on tprt_4 (col1); -create index tprt5_idx on tprt_5 (col1); -create index tprt6_idx on tprt_6 (col1); -insert into tprt values (10), (20), (501), (502), (505), (1001), (4500); -set enable_hashjoin = off; -set enable_mergejoin = off; -explain (analyze, costs off, summary off, timing off, buffers off) -select * from tbl1 join tprt on tbl1.col1 > tprt.col1; - QUERY PLAN ------------------------------------------------------------------------------ - Nested Loop (actual rows=6.00 loops=1) - -> Seq Scan on tbl1 (actual rows=2.00 loops=1) - -> Append (actual rows=3.00 loops=2) - -> Index Scan using tprt1_idx on tprt_1 (actual rows=2.00 loops=2) - Index Cond: (col1 < tbl1.col1) - Index Searches: 2 - -> Index Scan using tprt2_idx on tprt_2 (actual rows=2.00 loops=1) - Index Cond: (col1 < tbl1.col1) - Index Searches: 1 - -> Index Scan using tprt3_idx on tprt_3 (never executed) - Index Cond: (col1 < tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt4_idx on tprt_4 (never executed) - Index Cond: (col1 < tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt5_idx on tprt_5 (never executed) - Index Cond: (col1 < tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt6_idx on tprt_6 (never executed) - Index Cond: (col1 < tbl1.col1) - Index Searches: 0 -(21 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) -select * from tbl1 join tprt on tbl1.col1 = tprt.col1; - QUERY PLAN ------------------------------------------------------------------------------ - Nested Loop (actual rows=2.00 loops=1) - -> Seq Scan on tbl1 (actual rows=2.00 loops=1) - -> Append (actual rows=1.00 loops=2) - -> Index Scan using tprt1_idx on tprt_1 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt2_idx on tprt_2 (actual rows=1.00 loops=2) - Index Cond: (col1 = tbl1.col1) - Index Searches: 2 - -> Index Scan using tprt3_idx on tprt_3 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt4_idx on tprt_4 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt5_idx on tprt_5 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt6_idx on tprt_6 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 -(21 rows) - -select tbl1.col1, tprt.col1 from tbl1 -inner join tprt on tbl1.col1 > tprt.col1 -order by tbl1.col1, tprt.col1; - col1 | col1 -------+------ - 501 | 10 - 501 | 20 - 505 | 10 - 505 | 20 - 505 | 501 - 505 | 502 -(6 rows) - -select tbl1.col1, tprt.col1 from tbl1 -inner join tprt on tbl1.col1 = tprt.col1 -order by tbl1.col1, tprt.col1; - col1 | col1 -------+------ - 501 | 501 - 505 | 505 -(2 rows) - --- Multiple partitions -insert into tbl1 values (1001), (1010), (1011); -explain (analyze, costs off, summary off, timing off, buffers off) -select * from tbl1 inner join tprt on tbl1.col1 > tprt.col1; - QUERY PLAN ------------------------------------------------------------------------------ - Nested Loop (actual rows=23.00 loops=1) - -> Seq Scan on tbl1 (actual rows=5.00 loops=1) - -> Append (actual rows=4.60 loops=5) - -> Index Scan using tprt1_idx on tprt_1 (actual rows=2.00 loops=5) - Index Cond: (col1 < tbl1.col1) - Index Searches: 5 - -> Index Scan using tprt2_idx on tprt_2 (actual rows=2.75 loops=4) - Index Cond: (col1 < tbl1.col1) - Index Searches: 4 - -> Index Scan using tprt3_idx on tprt_3 (actual rows=1.00 loops=2) - Index Cond: (col1 < tbl1.col1) - Index Searches: 2 - -> Index Scan using tprt4_idx on tprt_4 (never executed) - Index Cond: (col1 < tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt5_idx on tprt_5 (never executed) - Index Cond: (col1 < tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt6_idx on tprt_6 (never executed) - Index Cond: (col1 < tbl1.col1) - Index Searches: 0 -(21 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) -select * from tbl1 inner join tprt on tbl1.col1 = tprt.col1; - QUERY PLAN ------------------------------------------------------------------------------ - Nested Loop (actual rows=3.00 loops=1) - -> Seq Scan on tbl1 (actual rows=5.00 loops=1) - -> Append (actual rows=0.60 loops=5) - -> Index Scan using tprt1_idx on tprt_1 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt2_idx on tprt_2 (actual rows=1.00 loops=2) - Index Cond: (col1 = tbl1.col1) - Index Searches: 2 - -> Index Scan using tprt3_idx on tprt_3 (actual rows=0.33 loops=3) - Index Cond: (col1 = tbl1.col1) - Index Searches: 3 - -> Index Scan using tprt4_idx on tprt_4 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt5_idx on tprt_5 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt6_idx on tprt_6 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 -(21 rows) - -select tbl1.col1, tprt.col1 from tbl1 -inner join tprt on tbl1.col1 > tprt.col1 -order by tbl1.col1, tprt.col1; - col1 | col1 -------+------ - 501 | 10 - 501 | 20 - 505 | 10 - 505 | 20 - 505 | 501 - 505 | 502 - 1001 | 10 - 1001 | 20 - 1001 | 501 - 1001 | 502 - 1001 | 505 - 1010 | 10 - 1010 | 20 - 1010 | 501 - 1010 | 502 - 1010 | 505 - 1010 | 1001 - 1011 | 10 - 1011 | 20 - 1011 | 501 - 1011 | 502 - 1011 | 505 - 1011 | 1001 -(23 rows) - -select tbl1.col1, tprt.col1 from tbl1 -inner join tprt on tbl1.col1 = tprt.col1 -order by tbl1.col1, tprt.col1; - col1 | col1 -------+------ - 501 | 501 - 505 | 505 - 1001 | 1001 -(3 rows) - --- Last partition -delete from tbl1; -insert into tbl1 values (4400); -explain (analyze, costs off, summary off, timing off, buffers off) -select * from tbl1 join tprt on tbl1.col1 < tprt.col1; - QUERY PLAN ------------------------------------------------------------------------------ - Nested Loop (actual rows=1.00 loops=1) - -> Seq Scan on tbl1 (actual rows=1.00 loops=1) - -> Append (actual rows=1.00 loops=1) - -> Index Scan using tprt1_idx on tprt_1 (never executed) - Index Cond: (col1 > tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt2_idx on tprt_2 (never executed) - Index Cond: (col1 > tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt3_idx on tprt_3 (never executed) - Index Cond: (col1 > tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt4_idx on tprt_4 (never executed) - Index Cond: (col1 > tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt5_idx on tprt_5 (never executed) - Index Cond: (col1 > tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt6_idx on tprt_6 (actual rows=1.00 loops=1) - Index Cond: (col1 > tbl1.col1) - Index Searches: 1 -(21 rows) - -select tbl1.col1, tprt.col1 from tbl1 -inner join tprt on tbl1.col1 < tprt.col1 -order by tbl1.col1, tprt.col1; - col1 | col1 -------+------ - 4400 | 4500 -(1 row) - --- No matching partition -delete from tbl1; -insert into tbl1 values (10000); -explain (analyze, costs off, summary off, timing off, buffers off) -select * from tbl1 join tprt on tbl1.col1 = tprt.col1; - QUERY PLAN -------------------------------------------------------------------- - Nested Loop (actual rows=0.00 loops=1) - -> Seq Scan on tbl1 (actual rows=1.00 loops=1) - -> Append (actual rows=0.00 loops=1) - -> Index Scan using tprt1_idx on tprt_1 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt2_idx on tprt_2 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt3_idx on tprt_3 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt4_idx on tprt_4 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt5_idx on tprt_5 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 - -> Index Scan using tprt6_idx on tprt_6 (never executed) - Index Cond: (col1 = tbl1.col1) - Index Searches: 0 -(21 rows) - -select tbl1.col1, tprt.col1 from tbl1 -inner join tprt on tbl1.col1 = tprt.col1 -order by tbl1.col1, tprt.col1; - col1 | col1 -------+------ -(0 rows) - -drop table tbl1, tprt; --- Test with columns defined in varying orders between each level -create table part_abc (a int not null, b int not null, c int not null) partition by list (a); -create table part_bac (b int not null, a int not null, c int not null) partition by list (b); -create table part_cab (c int not null, a int not null, b int not null) partition by list (c); -create table part_abc_p1 (a int not null, b int not null, c int not null); -alter table part_abc attach partition part_bac for values in(1); -alter table part_bac attach partition part_cab for values in(2); -alter table part_cab attach partition part_abc_p1 for values in(3); -prepare part_abc_q1 (int, int, int) as -select * from part_abc where a = $1 and b = $2 and c = $3; --- Single partition should be scanned. -explain (analyze, costs off, summary off, timing off, buffers off) execute part_abc_q1 (1, 2, 3); - QUERY PLAN -------------------------------------------------------------- - Seq Scan on part_abc_p1 part_abc (actual rows=0.00 loops=1) - Filter: ((a = $1) AND (b = $2) AND (c = $3)) -(2 rows) - -deallocate part_abc_q1; -drop table part_abc; --- Ensure that an Append node properly handles a sub-partitioned table --- matching without any of its leaf partitions matching the clause. -create table listp (a int, b int) partition by list (a); -create table listp_1 partition of listp for values in(1) partition by list (b); -create table listp_1_1 partition of listp_1 for values in(1); -create table listp_2 partition of listp for values in(2) partition by list (b); -create table listp_2_1 partition of listp_2 for values in(2); -select * from listp where b = 1; - a | b ----+--- -(0 rows) - --- Ensure that an Append node properly can handle selection of all first level --- partitions before finally detecting the correct set of 2nd level partitions --- which match the given parameter. -prepare q1 (int,int) as select * from listp where b in ($1,$2); -explain (analyze, costs off, summary off, timing off, buffers off) execute q1 (1,1); - QUERY PLAN ----------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - Subplans Removed: 1 - -> Seq Scan on listp_1_1 listp_1 (actual rows=0.00 loops=1) - Filter: (b = ANY (ARRAY[$1, $2])) -(4 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) execute q1 (2,2); - QUERY PLAN ----------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - Subplans Removed: 1 - -> Seq Scan on listp_2_1 listp_1 (actual rows=0.00 loops=1) - Filter: (b = ANY (ARRAY[$1, $2])) -(4 rows) - --- Try with no matching partitions. -explain (analyze, costs off, summary off, timing off, buffers off) execute q1 (0,0); - QUERY PLAN ------------------------------------ - Append (actual rows=0.00 loops=1) - Subplans Removed: 2 -(2 rows) - -deallocate q1; --- Test more complex cases where a not-equal condition further eliminates partitions. -prepare q1 (int,int,int,int) as select * from listp where b in($1,$2) and $3 <> b and $4 <> b; --- Both partitions allowed by IN clause, but one disallowed by <> clause -explain (analyze, costs off, summary off, timing off, buffers off) execute q1 (1,2,2,0); - QUERY PLAN -------------------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - Subplans Removed: 1 - -> Seq Scan on listp_1_1 listp_1 (actual rows=0.00 loops=1) - Filter: ((b = ANY (ARRAY[$1, $2])) AND ($3 <> b) AND ($4 <> b)) -(4 rows) - --- Both partitions allowed by IN clause, then both excluded again by <> clauses. -explain (analyze, costs off, summary off, timing off, buffers off) execute q1 (1,2,2,1); - QUERY PLAN ------------------------------------ - Append (actual rows=0.00 loops=1) - Subplans Removed: 2 -(2 rows) - --- Ensure Params that evaluate to NULL properly prune away all partitions -explain (analyze, costs off, summary off, timing off, buffers off) -select * from listp where a = (select null::int); - QUERY PLAN ------------------------------------------------------- - Append (actual rows=0.00 loops=1) - InitPlan 1 - -> Result (actual rows=1.00 loops=1) - -> Seq Scan on listp_1_1 listp_1 (never executed) - Filter: (a = (InitPlan 1).col1) - -> Seq Scan on listp_2_1 listp_2 (never executed) - Filter: (a = (InitPlan 1).col1) -(7 rows) - -drop table listp; --- --- check that stable query clauses are only used in run-time pruning --- -create table stable_qual_pruning (a timestamp) partition by range (a); -create table stable_qual_pruning1 partition of stable_qual_pruning - for values from ('2000-01-01') to ('2000-02-01'); -create table stable_qual_pruning2 partition of stable_qual_pruning - for values from ('2000-02-01') to ('2000-03-01'); -create table stable_qual_pruning3 partition of stable_qual_pruning - for values from ('3000-02-01') to ('3000-03-01'); --- comparison against a stable value requires run-time pruning -explain (analyze, costs off, summary off, timing off, buffers off) -select * from stable_qual_pruning where a < localtimestamp; - QUERY PLAN ------------------------------------------------------------------------------------------ - Append (actual rows=0.00 loops=1) - Subplans Removed: 1 - -> Seq Scan on stable_qual_pruning1 stable_qual_pruning_1 (actual rows=0.00 loops=1) - Filter: (a < LOCALTIMESTAMP) - -> Seq Scan on stable_qual_pruning2 stable_qual_pruning_2 (actual rows=0.00 loops=1) - Filter: (a < LOCALTIMESTAMP) -(6 rows) - --- timestamp < timestamptz comparison is only stable, not immutable -explain (analyze, costs off, summary off, timing off, buffers off) -select * from stable_qual_pruning where a < '2000-02-01'::timestamptz; - QUERY PLAN ------------------------------------------------------------------------------------------ - Append (actual rows=0.00 loops=1) - Subplans Removed: 2 - -> Seq Scan on stable_qual_pruning1 stable_qual_pruning_1 (actual rows=0.00 loops=1) - Filter: (a < 'Tue Feb 01 00:00:00 2000 PST'::timestamp with time zone) -(4 rows) - --- check ScalarArrayOp cases -explain (analyze, costs off, summary off, timing off, buffers off) -select * from stable_qual_pruning - where a = any(array['2010-02-01', '2020-01-01']::timestamp[]); - QUERY PLAN ------------------------------------ - Result (actual rows=0.00 loops=1) - One-Time Filter: false -(2 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) -select * from stable_qual_pruning - where a = any(array['2000-02-01', '2010-01-01']::timestamp[]); - QUERY PLAN ----------------------------------------------------------------------------------------------------------------- - Seq Scan on stable_qual_pruning2 stable_qual_pruning (actual rows=0.00 loops=1) - Filter: (a = ANY ('{"Tue Feb 01 00:00:00 2000","Fri Jan 01 00:00:00 2010"}'::timestamp without time zone[])) -(2 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) -select * from stable_qual_pruning - where a = any(array['2000-02-01', localtimestamp]::timestamp[]); - QUERY PLAN ------------------------------------------------------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - Subplans Removed: 2 - -> Seq Scan on stable_qual_pruning2 stable_qual_pruning_1 (actual rows=0.00 loops=1) - Filter: (a = ANY (ARRAY['Tue Feb 01 00:00:00 2000'::timestamp without time zone, LOCALTIMESTAMP])) -(4 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) -select * from stable_qual_pruning - where a = any(array['2010-02-01', '2020-01-01']::timestamptz[]); - QUERY PLAN ------------------------------------ - Append (actual rows=0.00 loops=1) - Subplans Removed: 3 -(2 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) -select * from stable_qual_pruning - where a = any(array['2000-02-01', '2010-01-01']::timestamptz[]); - QUERY PLAN ---------------------------------------------------------------------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - Subplans Removed: 2 - -> Seq Scan on stable_qual_pruning2 stable_qual_pruning_1 (actual rows=0.00 loops=1) - Filter: (a = ANY ('{"Tue Feb 01 00:00:00 2000 PST","Fri Jan 01 00:00:00 2010 PST"}'::timestamp with time zone[])) -(4 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) -select * from stable_qual_pruning - where a = any(null::timestamptz[]); - QUERY PLAN ------------------------------------------------------------------------------------------ - Append (actual rows=0.00 loops=1) - -> Seq Scan on stable_qual_pruning1 stable_qual_pruning_1 (actual rows=0.00 loops=1) - Filter: (a = ANY (NULL::timestamp with time zone[])) - -> Seq Scan on stable_qual_pruning2 stable_qual_pruning_2 (actual rows=0.00 loops=1) - Filter: (a = ANY (NULL::timestamp with time zone[])) - -> Seq Scan on stable_qual_pruning3 stable_qual_pruning_3 (actual rows=0.00 loops=1) - Filter: (a = ANY (NULL::timestamp with time zone[])) -(7 rows) - -drop table stable_qual_pruning; --- --- Check that pruning with composite range partitioning works correctly when --- it must ignore clauses for trailing keys once it has seen a clause with --- non-inclusive operator for an earlier key --- -create table mc3p (a int, b int, c int) partition by range (a, abs(b), c); -create table mc3p0 partition of mc3p - for values from (0, 0, 0) to (0, maxvalue, maxvalue); -create table mc3p1 partition of mc3p - for values from (1, 1, 1) to (2, minvalue, minvalue); -create table mc3p2 partition of mc3p - for values from (2, minvalue, minvalue) to (3, maxvalue, maxvalue); -insert into mc3p values (0, 1, 1), (1, 1, 1), (2, 1, 1); -explain (analyze, costs off, summary off, timing off, buffers off) -select * from mc3p where a < 3 and abs(b) = 1; - QUERY PLAN ------------------------------------------------------------ - Append (actual rows=3.00 loops=1) - -> Seq Scan on mc3p0 mc3p_1 (actual rows=1.00 loops=1) - Filter: ((a < 3) AND (abs(b) = 1)) - -> Seq Scan on mc3p1 mc3p_2 (actual rows=1.00 loops=1) - Filter: ((a < 3) AND (abs(b) = 1)) - -> Seq Scan on mc3p2 mc3p_3 (actual rows=1.00 loops=1) - Filter: ((a < 3) AND (abs(b) = 1)) -(7 rows) - --- --- Check that pruning with composite range partitioning works correctly when --- a combination of runtime parameters is specified, not all of whose values --- are available at the same time --- -prepare ps1 as - select * from mc3p where a = $1 and abs(b) < (select 3); -explain (analyze, costs off, summary off, timing off, buffers off) -execute ps1(1); - QUERY PLAN -------------------------------------------------------------- - Append (actual rows=1.00 loops=1) - Subplans Removed: 2 - InitPlan 1 - -> Result (actual rows=1.00 loops=1) - -> Seq Scan on mc3p1 mc3p_1 (actual rows=1.00 loops=1) - Filter: ((a = $1) AND (abs(b) < (InitPlan 1).col1)) -(6 rows) - -deallocate ps1; -prepare ps2 as - select * from mc3p where a <= $1 and abs(b) < (select 3); -explain (analyze, costs off, summary off, timing off, buffers off) -execute ps2(1); - QUERY PLAN --------------------------------------------------------------- - Append (actual rows=2.00 loops=1) - Subplans Removed: 1 - InitPlan 1 - -> Result (actual rows=1.00 loops=1) - -> Seq Scan on mc3p0 mc3p_1 (actual rows=1.00 loops=1) - Filter: ((a <= $1) AND (abs(b) < (InitPlan 1).col1)) - -> Seq Scan on mc3p1 mc3p_2 (actual rows=1.00 loops=1) - Filter: ((a <= $1) AND (abs(b) < (InitPlan 1).col1)) -(8 rows) - -deallocate ps2; -drop table mc3p; --- Ensure runtime pruning works with initplans params with boolean types -create table boolvalues (value bool not null); -insert into boolvalues values('t'),('f'); -create table boolp (a bool) partition by list (a); -create table boolp_t partition of boolp for values in('t'); -create table boolp_f partition of boolp for values in('f'); -explain (analyze, costs off, summary off, timing off, buffers off) -select * from boolp where a = (select value from boolvalues where value); - QUERY PLAN --------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - InitPlan 1 - -> Seq Scan on boolvalues (actual rows=1.00 loops=1) - Filter: value - Rows Removed by Filter: 1 - -> Seq Scan on boolp_f boolp_1 (never executed) - Filter: (a = (InitPlan 1).col1) - -> Seq Scan on boolp_t boolp_2 (actual rows=0.00 loops=1) - Filter: (a = (InitPlan 1).col1) -(9 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) -select * from boolp where a = (select value from boolvalues where not value); - QUERY PLAN --------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - InitPlan 1 - -> Seq Scan on boolvalues (actual rows=1.00 loops=1) - Filter: (NOT value) - Rows Removed by Filter: 1 - -> Seq Scan on boolp_f boolp_1 (actual rows=0.00 loops=1) - Filter: (a = (InitPlan 1).col1) - -> Seq Scan on boolp_t boolp_2 (never executed) - Filter: (a = (InitPlan 1).col1) -(9 rows) - -drop table boolp; --- --- Test run-time pruning of MergeAppend subnodes --- -set enable_seqscan = off; -set enable_sort = off; -create table ma_test (a int, b int) partition by range (a); -create table ma_test_p1 partition of ma_test for values from (0) to (10); -create table ma_test_p2 partition of ma_test for values from (10) to (20); -create table ma_test_p3 partition of ma_test for values from (20) to (30); -insert into ma_test select x,x from generate_series(0,29) t(x); -create index on ma_test (b); -analyze ma_test; -prepare mt_q1 (int) as select a from ma_test where a >= $1 and a % 10 = 5 order by b; -explain (analyze, costs off, summary off, timing off, buffers off) execute mt_q1(15); - QUERY PLAN --------------------------------------------------------------------------------------------- - Merge Append (actual rows=2.00 loops=1) - Sort Key: ma_test.b - Subplans Removed: 1 - -> Index Scan using ma_test_p2_b_idx on ma_test_p2 ma_test_1 (actual rows=1.00 loops=1) - Filter: ((a >= $1) AND ((a % 10) = 5)) - Rows Removed by Filter: 9 - Index Searches: 1 - -> Index Scan using ma_test_p3_b_idx on ma_test_p3 ma_test_2 (actual rows=1.00 loops=1) - Filter: ((a >= $1) AND ((a % 10) = 5)) - Rows Removed by Filter: 9 - Index Searches: 1 -(11 rows) - -execute mt_q1(15); - a ----- - 15 - 25 -(2 rows) - -explain (analyze, costs off, summary off, timing off, buffers off) execute mt_q1(25); - QUERY PLAN --------------------------------------------------------------------------------------------- - Merge Append (actual rows=1.00 loops=1) - Sort Key: ma_test.b - Subplans Removed: 2 - -> Index Scan using ma_test_p3_b_idx on ma_test_p3 ma_test_1 (actual rows=1.00 loops=1) - Filter: ((a >= $1) AND ((a % 10) = 5)) - Rows Removed by Filter: 9 - Index Searches: 1 -(7 rows) - -execute mt_q1(25); - a ----- - 25 -(1 row) - --- Ensure MergeAppend behaves correctly when no subplans match -explain (analyze, costs off, summary off, timing off, buffers off) execute mt_q1(35); - QUERY PLAN ------------------------------------------ - Merge Append (actual rows=0.00 loops=1) - Sort Key: ma_test.b - Subplans Removed: 3 -(3 rows) - -execute mt_q1(35); - a ---- -(0 rows) - -deallocate mt_q1; -prepare mt_q2 (int) as select * from ma_test where a >= $1 order by b limit 1; --- Ensure output list looks sane when the MergeAppend has no subplans. -explain (analyze, verbose, costs off, summary off, timing off, buffers off) execute mt_q2 (35); - QUERY PLAN ------------------------------------------------ - Limit (actual rows=0.00 loops=1) - Output: ma_test.a, ma_test.b - -> Merge Append (actual rows=0.00 loops=1) - Sort Key: ma_test.b - Subplans Removed: 3 -(5 rows) - -deallocate mt_q2; --- ensure initplan params properly prune partitions -explain (analyze, costs off, summary off, timing off, buffers off) select * from ma_test where a >= (select min(b) from ma_test_p2) order by b; - QUERY PLAN --------------------------------------------------------------------------------------------------- - Merge Append (actual rows=20.00 loops=1) - Sort Key: ma_test.b - InitPlan 2 - -> Result (actual rows=1.00 loops=1) - InitPlan 1 - -> Limit (actual rows=1.00 loops=1) - -> Index Scan using ma_test_p2_b_idx on ma_test_p2 (actual rows=1.00 loops=1) - Index Cond: (b IS NOT NULL) - Index Searches: 1 - -> Index Scan using ma_test_p1_b_idx on ma_test_p1 ma_test_1 (never executed) - Filter: (a >= (InitPlan 2).col1) - Index Searches: 0 - -> Index Scan using ma_test_p2_b_idx on ma_test_p2 ma_test_2 (actual rows=10.00 loops=1) - Filter: (a >= (InitPlan 2).col1) - Index Searches: 1 - -> Index Scan using ma_test_p3_b_idx on ma_test_p3 ma_test_3 (actual rows=10.00 loops=1) - Filter: (a >= (InitPlan 2).col1) - Index Searches: 1 -(18 rows) - -reset enable_seqscan; -reset enable_sort; -drop table ma_test; -reset enable_indexonlyscan; --- --- check that pruning works properly when the partition key is of a --- pseudotype --- --- array type list partition key -create table pp_arrpart (a int[]) partition by list (a); -create table pp_arrpart1 partition of pp_arrpart for values in ('{1}'); -create table pp_arrpart2 partition of pp_arrpart for values in ('{2, 3}', '{4, 5}'); -explain (costs off) select * from pp_arrpart where a = '{1}'; - QUERY PLAN ------------------------------------- - Seq Scan on pp_arrpart1 pp_arrpart - Filter: (a = '{1}'::integer[]) -(2 rows) - -explain (costs off) select * from pp_arrpart where a = '{1, 2}'; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -explain (costs off) select * from pp_arrpart where a in ('{4, 5}', '{1}'); - QUERY PLAN ----------------------------------------------------------------------- - Append - -> Seq Scan on pp_arrpart1 pp_arrpart_1 - Filter: ((a = '{4,5}'::integer[]) OR (a = '{1}'::integer[])) - -> Seq Scan on pp_arrpart2 pp_arrpart_2 - Filter: ((a = '{4,5}'::integer[]) OR (a = '{1}'::integer[])) -(5 rows) - -explain (costs off) update pp_arrpart set a = a where a = '{1}'; - QUERY PLAN --------------------------------------------- - Update on pp_arrpart - Update on pp_arrpart1 pp_arrpart_1 - -> Seq Scan on pp_arrpart1 pp_arrpart_1 - Filter: (a = '{1}'::integer[]) -(4 rows) - -explain (costs off) delete from pp_arrpart where a = '{1}'; - QUERY PLAN --------------------------------------------- - Delete on pp_arrpart - Delete on pp_arrpart1 pp_arrpart_1 - -> Seq Scan on pp_arrpart1 pp_arrpart_1 - Filter: (a = '{1}'::integer[]) -(4 rows) - -drop table pp_arrpart; --- array type hash partition key -create table pph_arrpart (a int[]) partition by hash (a); -create table pph_arrpart1 partition of pph_arrpart for values with (modulus 2, remainder 0); -create table pph_arrpart2 partition of pph_arrpart for values with (modulus 2, remainder 1); -insert into pph_arrpart values ('{1}'), ('{1, 2}'), ('{4, 5}'); -select tableoid::regclass, * from pph_arrpart order by 1; - tableoid | a ---------------+------- - pph_arrpart1 | {1,2} - pph_arrpart1 | {4,5} - pph_arrpart2 | {1} -(3 rows) - -explain (costs off) select * from pph_arrpart where a = '{1}'; - QUERY PLAN --------------------------------------- - Seq Scan on pph_arrpart2 pph_arrpart - Filter: (a = '{1}'::integer[]) -(2 rows) - -explain (costs off) select * from pph_arrpart where a = '{1, 2}'; - QUERY PLAN --------------------------------------- - Seq Scan on pph_arrpart1 pph_arrpart - Filter: (a = '{1,2}'::integer[]) -(2 rows) - -explain (costs off) select * from pph_arrpart where a in ('{4, 5}', '{1}'); - QUERY PLAN ----------------------------------------------------------------------- - Append - -> Seq Scan on pph_arrpart1 pph_arrpart_1 - Filter: ((a = '{4,5}'::integer[]) OR (a = '{1}'::integer[])) - -> Seq Scan on pph_arrpart2 pph_arrpart_2 - Filter: ((a = '{4,5}'::integer[]) OR (a = '{1}'::integer[])) -(5 rows) - -drop table pph_arrpart; --- enum type list partition key -create type pp_colors as enum ('green', 'blue', 'black'); -create table pp_enumpart (a pp_colors) partition by list (a); -create table pp_enumpart_green partition of pp_enumpart for values in ('green'); -create table pp_enumpart_blue partition of pp_enumpart for values in ('blue'); -explain (costs off) select * from pp_enumpart where a = 'blue'; - QUERY PLAN ------------------------------------------- - Seq Scan on pp_enumpart_blue pp_enumpart - Filter: (a = 'blue'::pp_colors) -(2 rows) - -explain (costs off) select * from pp_enumpart where a = 'black'; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -drop table pp_enumpart; -drop type pp_colors; --- record type as partition key -create type pp_rectype as (a int, b int); -create table pp_recpart (a pp_rectype) partition by list (a); -create table pp_recpart_11 partition of pp_recpart for values in ('(1,1)'); -create table pp_recpart_23 partition of pp_recpart for values in ('(2,3)'); -explain (costs off) select * from pp_recpart where a = '(1,1)'::pp_rectype; - QUERY PLAN --------------------------------------- - Seq Scan on pp_recpart_11 pp_recpart - Filter: (a = '(1,1)'::pp_rectype) -(2 rows) - -explain (costs off) select * from pp_recpart where a = '(1,2)'::pp_rectype; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -drop table pp_recpart; -drop type pp_rectype; --- range type partition key -create table pp_intrangepart (a int4range) partition by list (a); -create table pp_intrangepart12 partition of pp_intrangepart for values in ('[1,2]'); -create table pp_intrangepart2inf partition of pp_intrangepart for values in ('[2,)'); -explain (costs off) select * from pp_intrangepart where a = '[1,2]'::int4range; - QUERY PLAN ------------------------------------------------ - Seq Scan on pp_intrangepart12 pp_intrangepart - Filter: (a = '[1,3)'::int4range) -(2 rows) - -explain (costs off) select * from pp_intrangepart where a = '(1,2)'::int4range; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -drop table pp_intrangepart; --- --- Ensure the enable_partition_prune GUC properly disables partition pruning. --- -create table pp_lp (a int, value int) partition by list (a); -create table pp_lp1 partition of pp_lp for values in(1); -create table pp_lp2 partition of pp_lp for values in(2); -explain (costs off) select * from pp_lp where a = 1; - QUERY PLAN --------------------------- - Seq Scan on pp_lp1 pp_lp - Filter: (a = 1) -(2 rows) - -explain (costs off) update pp_lp set value = 10 where a = 1; - QUERY PLAN ----------------------------------- - Update on pp_lp - Update on pp_lp1 pp_lp_1 - -> Seq Scan on pp_lp1 pp_lp_1 - Filter: (a = 1) -(4 rows) - -explain (costs off) delete from pp_lp where a = 1; - QUERY PLAN ----------------------------------- - Delete on pp_lp - Delete on pp_lp1 pp_lp_1 - -> Seq Scan on pp_lp1 pp_lp_1 - Filter: (a = 1) -(4 rows) - -set enable_partition_pruning = off; -set constraint_exclusion = 'partition'; -- this should not affect the result. -explain (costs off) select * from pp_lp where a = 1; - QUERY PLAN ----------------------------------- - Append - -> Seq Scan on pp_lp1 pp_lp_1 - Filter: (a = 1) - -> Seq Scan on pp_lp2 pp_lp_2 - Filter: (a = 1) -(5 rows) - -explain (costs off) update pp_lp set value = 10 where a = 1; - QUERY PLAN ----------------------------------------- - Update on pp_lp - Update on pp_lp1 pp_lp_1 - Update on pp_lp2 pp_lp_2 - -> Append - -> Seq Scan on pp_lp1 pp_lp_1 - Filter: (a = 1) - -> Seq Scan on pp_lp2 pp_lp_2 - Filter: (a = 1) -(8 rows) - -explain (costs off) delete from pp_lp where a = 1; - QUERY PLAN ----------------------------------------- - Delete on pp_lp - Delete on pp_lp1 pp_lp_1 - Delete on pp_lp2 pp_lp_2 - -> Append - -> Seq Scan on pp_lp1 pp_lp_1 - Filter: (a = 1) - -> Seq Scan on pp_lp2 pp_lp_2 - Filter: (a = 1) -(8 rows) - -set constraint_exclusion = 'off'; -- this should not affect the result. -explain (costs off) select * from pp_lp where a = 1; - QUERY PLAN ----------------------------------- - Append - -> Seq Scan on pp_lp1 pp_lp_1 - Filter: (a = 1) - -> Seq Scan on pp_lp2 pp_lp_2 - Filter: (a = 1) -(5 rows) - -explain (costs off) update pp_lp set value = 10 where a = 1; - QUERY PLAN ----------------------------------------- - Update on pp_lp - Update on pp_lp1 pp_lp_1 - Update on pp_lp2 pp_lp_2 - -> Append - -> Seq Scan on pp_lp1 pp_lp_1 - Filter: (a = 1) - -> Seq Scan on pp_lp2 pp_lp_2 - Filter: (a = 1) -(8 rows) - -explain (costs off) delete from pp_lp where a = 1; - QUERY PLAN ----------------------------------------- - Delete on pp_lp - Delete on pp_lp1 pp_lp_1 - Delete on pp_lp2 pp_lp_2 - -> Append - -> Seq Scan on pp_lp1 pp_lp_1 - Filter: (a = 1) - -> Seq Scan on pp_lp2 pp_lp_2 - Filter: (a = 1) -(8 rows) - -drop table pp_lp; --- Ensure enable_partition_prune does not affect non-partitioned tables. -create table inh_lp (a int, value int); -create table inh_lp1 (a int, value int, check(a = 1)) inherits (inh_lp); -NOTICE: merging column "a" with inherited definition -NOTICE: merging column "value" with inherited definition -create table inh_lp2 (a int, value int, check(a = 2)) inherits (inh_lp); -NOTICE: merging column "a" with inherited definition -NOTICE: merging column "value" with inherited definition -set constraint_exclusion = 'partition'; --- inh_lp2 should be removed in the following 3 cases. -explain (costs off) select * from inh_lp where a = 1; - QUERY PLAN ------------------------------------- - Append - -> Seq Scan on inh_lp inh_lp_1 - Filter: (a = 1) - -> Seq Scan on inh_lp1 inh_lp_2 - Filter: (a = 1) -(5 rows) - -explain (costs off) update inh_lp set value = 10 where a = 1; - QUERY PLAN ------------------------------------------------- - Update on inh_lp - Update on inh_lp inh_lp_1 - Update on inh_lp1 inh_lp_2 - -> Result - -> Append - -> Seq Scan on inh_lp inh_lp_1 - Filter: (a = 1) - -> Seq Scan on inh_lp1 inh_lp_2 - Filter: (a = 1) -(9 rows) - -explain (costs off) delete from inh_lp where a = 1; - QUERY PLAN ------------------------------------------- - Delete on inh_lp - Delete on inh_lp inh_lp_1 - Delete on inh_lp1 inh_lp_2 - -> Append - -> Seq Scan on inh_lp inh_lp_1 - Filter: (a = 1) - -> Seq Scan on inh_lp1 inh_lp_2 - Filter: (a = 1) -(8 rows) - --- Ensure we don't exclude normal relations when we only expect to exclude --- inheritance children -explain (costs off) update inh_lp1 set value = 10 where a = 2; - QUERY PLAN ---------------------------- - Update on inh_lp1 - -> Seq Scan on inh_lp1 - Filter: (a = 2) -(3 rows) - -drop table inh_lp cascade; -NOTICE: drop cascades to 2 other objects -DETAIL: drop cascades to table inh_lp1 -drop cascades to table inh_lp2 -reset enable_partition_pruning; -reset constraint_exclusion; --- Check pruning for a partition tree containing only temporary relations -create temp table pp_temp_parent (a int) partition by list (a); -create temp table pp_temp_part_1 partition of pp_temp_parent for values in (1); -create temp table pp_temp_part_def partition of pp_temp_parent default; -explain (costs off) select * from pp_temp_parent where true; - QUERY PLAN ------------------------------------------------------ - Append - -> Seq Scan on pp_temp_part_1 pp_temp_parent_1 - -> Seq Scan on pp_temp_part_def pp_temp_parent_2 -(3 rows) - -explain (costs off) select * from pp_temp_parent where a = 2; - QUERY PLAN ---------------------------------------------- - Seq Scan on pp_temp_part_def pp_temp_parent - Filter: (a = 2) -(2 rows) - -drop table pp_temp_parent; --- Stress run-time partition pruning a bit more, per bug reports -create temp table p (a int, b int, c int) partition by list (a); -create temp table p1 partition of p for values in (1); -create temp table p2 partition of p for values in (2); -create temp table q (a int, b int, c int) partition by list (a); -create temp table q1 partition of q for values in (1) partition by list (b); -create temp table q11 partition of q1 for values in (1) partition by list (c); -create temp table q111 partition of q11 for values in (1); -create temp table q2 partition of q for values in (2) partition by list (b); -create temp table q21 partition of q2 for values in (1); -create temp table q22 partition of q2 for values in (2); -insert into q22 values (2, 2, 3); -explain (costs off) -select * -from ( - select * from p - union all - select * from q1 - union all - select 1, 1, 1 - ) s(a, b, c) -where s.a = 1 and s.b = 1 and s.c = (select 1); - QUERY PLAN -------------------------------------------------------------------- - Append - InitPlan 1 - -> Result - -> Seq Scan on p1 p - Filter: ((a = 1) AND (b = 1) AND (c = (InitPlan 1).col1)) - -> Seq Scan on q111 q1 - Filter: ((a = 1) AND (b = 1) AND (c = (InitPlan 1).col1)) - -> Result - One-Time Filter: (1 = (InitPlan 1).col1) -(9 rows) - -select * -from ( - select * from p - union all - select * from q1 - union all - select 1, 1, 1 - ) s(a, b, c) -where s.a = 1 and s.b = 1 and s.c = (select 1); - a | b | c ----+---+--- - 1 | 1 | 1 -(1 row) - -prepare q (int, int) as -select * -from ( - select * from p - union all - select * from q1 - union all - select 1, 1, 1 - ) s(a, b, c) -where s.a = $1 and s.b = $2 and s.c = (select 1); -explain (costs off) execute q (1, 1); - QUERY PLAN ------------------------------------------------------------------------------- - Append - Subplans Removed: 1 - InitPlan 1 - -> Result - -> Seq Scan on p1 p - Filter: ((a = $1) AND (b = $2) AND (c = (InitPlan 1).col1)) - -> Seq Scan on q111 q1 - Filter: ((a = $1) AND (b = $2) AND (c = (InitPlan 1).col1)) - -> Result - One-Time Filter: ((1 = $1) AND (1 = $2) AND (1 = (InitPlan 1).col1)) -(10 rows) - -execute q (1, 1); - a | b | c ----+---+--- - 1 | 1 | 1 -(1 row) - -drop table p, q; --- Ensure run-time pruning works correctly when we match a partitioned table --- on the first level but find no matching partitions on the second level. -create table listp (a int, b int) partition by list (a); -create table listp1 partition of listp for values in(1); -create table listp2 partition of listp for values in(2) partition by list(b); -create table listp2_10 partition of listp2 for values in (10); -explain (analyze, costs off, summary off, timing off, buffers off) -select * from listp where a = (select 2) and b <> 10; - QUERY PLAN ------------------------------------------------------ - Seq Scan on listp1 listp (actual rows=0.00 loops=1) - Filter: ((b <> 10) AND (a = (InitPlan 1).col1)) - InitPlan 1 - -> Result (never executed) -(4 rows) - --- --- check that a partition directly accessed in a query is excluded with --- constraint_exclusion = on --- --- turn off partition pruning, so that it doesn't interfere -set enable_partition_pruning to off; --- setting constraint_exclusion to 'partition' disables exclusion -set constraint_exclusion to 'partition'; -explain (costs off) select * from listp1 where a = 2; - QUERY PLAN --------------------- - Seq Scan on listp1 - Filter: (a = 2) -(2 rows) - -explain (costs off) update listp1 set a = 1 where a = 2; - QUERY PLAN --------------------------- - Update on listp1 - -> Seq Scan on listp1 - Filter: (a = 2) -(3 rows) - --- constraint exclusion enabled -set constraint_exclusion to 'on'; -explain (costs off) select * from listp1 where a = 2; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -explain (costs off) update listp1 set a = 1 where a = 2; - QUERY PLAN --------------------------------- - Update on listp1 - -> Result - One-Time Filter: false -(3 rows) - -reset constraint_exclusion; -reset enable_partition_pruning; -drop table listp; --- Ensure run-time pruning works correctly for nested Append nodes -set parallel_setup_cost to 0; -set parallel_tuple_cost to 0; -create table listp (a int) partition by list(a); -create table listp_12 partition of listp for values in(1,2) partition by list(a); -create table listp_12_1 partition of listp_12 for values in(1); -create table listp_12_2 partition of listp_12 for values in(2); --- Force the 2nd subnode of the Append to be non-parallel. This results in --- a nested Append node because the mixed parallel / non-parallel paths cannot --- be pulled into the top-level Append. -alter table listp_12_1 set (parallel_workers = 0); --- Ensure that listp_12_2 is not scanned. (The nested Append is not seen in --- the plan as it's pulled in setref.c due to having just a single subnode). -select explain_parallel_append('select * from listp where a = (select 1);'); - explain_parallel_append ----------------------------------------------------------------------- - Gather (actual rows=N loops=N) - Workers Planned: 2 - Workers Launched: N - InitPlan 1 - -> Result (actual rows=N loops=N) - -> Parallel Append (actual rows=N loops=N) - -> Seq Scan on listp_12_1 listp_1 (actual rows=N loops=N) - Filter: (a = (InitPlan 1).col1) - -> Parallel Seq Scan on listp_12_2 listp_2 (never executed) - Filter: (a = (InitPlan 1).col1) -(10 rows) - --- Like the above but throw some more complexity at the planner by adding --- a UNION ALL. We expect both sides of the union not to scan the --- non-required partitions. -select explain_parallel_append( -'select * from listp where a = (select 1) - union all -select * from listp where a = (select 2);'); - explain_parallel_append ------------------------------------------------------------------------------------ - Gather (actual rows=N loops=N) - Workers Planned: 2 - Workers Launched: N - -> Parallel Append (actual rows=N loops=N) - -> Parallel Append (actual rows=N loops=N) - InitPlan 2 - -> Result (actual rows=N loops=N) - -> Seq Scan on listp_12_1 listp_1 (never executed) - Filter: (a = (InitPlan 2).col1) - -> Parallel Seq Scan on listp_12_2 listp_2 (actual rows=N loops=N) - Filter: (a = (InitPlan 2).col1) - -> Parallel Append (actual rows=N loops=N) - InitPlan 1 - -> Result (actual rows=N loops=N) - -> Seq Scan on listp_12_1 listp_4 (actual rows=N loops=N) - Filter: (a = (InitPlan 1).col1) - -> Parallel Seq Scan on listp_12_2 listp_5 (never executed) - Filter: (a = (InitPlan 1).col1) -(18 rows) - -drop table listp; -reset parallel_tuple_cost; -reset parallel_setup_cost; --- Test case for run-time pruning with a nested Merge Append -set enable_sort to 0; -create table rangep (a int, b int) partition by range (a); -create table rangep_0_to_100 partition of rangep for values from (0) to (100) partition by list (b); --- We need 3 sub-partitions. 1 to validate pruning worked and another two --- because a single remaining partition would be pulled up to the main Append. -create table rangep_0_to_100_1 partition of rangep_0_to_100 for values in(1); -create table rangep_0_to_100_2 partition of rangep_0_to_100 for values in(2); -create table rangep_0_to_100_3 partition of rangep_0_to_100 for values in(3); -create table rangep_100_to_200 partition of rangep for values from (100) to (200); -create index on rangep (a); --- Ensure run-time pruning works on the nested Merge Append -explain (analyze on, costs off, timing off, summary off, buffers off) -select * from rangep where b IN((select 1),(select 2)) order by a; - QUERY PLAN ---------------------------------------------------------------------------------------------------------------- - Append (actual rows=0.00 loops=1) - InitPlan 1 - -> Result (actual rows=1.00 loops=1) - InitPlan 2 - -> Result (actual rows=1.00 loops=1) - -> Merge Append (actual rows=0.00 loops=1) - Sort Key: rangep_2.a - -> Index Scan using rangep_0_to_100_1_a_idx on rangep_0_to_100_1 rangep_2 (actual rows=0.00 loops=1) - Filter: (b = ANY (ARRAY[(InitPlan 1).col1, (InitPlan 2).col1])) - Index Searches: 1 - -> Index Scan using rangep_0_to_100_2_a_idx on rangep_0_to_100_2 rangep_3 (actual rows=0.00 loops=1) - Filter: (b = ANY (ARRAY[(InitPlan 1).col1, (InitPlan 2).col1])) - Index Searches: 1 - -> Index Scan using rangep_0_to_100_3_a_idx on rangep_0_to_100_3 rangep_4 (never executed) - Filter: (b = ANY (ARRAY[(InitPlan 1).col1, (InitPlan 2).col1])) - Index Searches: 0 - -> Index Scan using rangep_100_to_200_a_idx on rangep_100_to_200 rangep_5 (actual rows=0.00 loops=1) - Filter: (b = ANY (ARRAY[(InitPlan 1).col1, (InitPlan 2).col1])) - Index Searches: 1 -(19 rows) - -reset enable_sort; -drop table rangep; --- --- Check that gen_prune_steps_from_opexps() works well for various cases of --- clauses for different partition keys --- -create table rp_prefix_test1 (a int, b varchar) partition by range(a, b); -create table rp_prefix_test1_p1 partition of rp_prefix_test1 for values from (1, 'a') to (1, 'b'); -create table rp_prefix_test1_p2 partition of rp_prefix_test1 for values from (2, 'a') to (2, 'b'); --- Don't call get_steps_using_prefix() with the last partition key b plus --- an empty prefix -explain (costs off) select * from rp_prefix_test1 where a <= 1 and b = 'a'; - QUERY PLAN --------------------------------------------------- - Seq Scan on rp_prefix_test1_p1 rp_prefix_test1 - Filter: ((a <= 1) AND ((b)::text = 'a'::text)) -(2 rows) - -create table rp_prefix_test2 (a int, b int, c int) partition by range(a, b, c); -create table rp_prefix_test2_p1 partition of rp_prefix_test2 for values from (1, 1, 0) to (1, 1, 10); -create table rp_prefix_test2_p2 partition of rp_prefix_test2 for values from (2, 2, 0) to (2, 2, 10); --- Don't call get_steps_using_prefix() with the last partition key c plus --- an invalid prefix (ie, b = 1) -explain (costs off) select * from rp_prefix_test2 where a <= 1 and b = 1 and c >= 0; - QUERY PLAN ------------------------------------------------- - Seq Scan on rp_prefix_test2_p1 rp_prefix_test2 - Filter: ((a <= 1) AND (c >= 0) AND (b = 1)) -(2 rows) - -create table rp_prefix_test3 (a int, b int, c int, d int) partition by range(a, b, c, d); -create table rp_prefix_test3_p1 partition of rp_prefix_test3 for values from (1, 1, 1, 0) to (1, 1, 1, 10); -create table rp_prefix_test3_p2 partition of rp_prefix_test3 for values from (2, 2, 2, 0) to (2, 2, 2, 10); --- Test that get_steps_using_prefix() handles a prefix that contains multiple --- clauses for the partition key b (ie, b >= 1 and b >= 2) -explain (costs off) select * from rp_prefix_test3 where a >= 1 and b >= 1 and b >= 2 and c >= 2 and d >= 0; - QUERY PLAN --------------------------------------------------------------------------- - Seq Scan on rp_prefix_test3_p2 rp_prefix_test3 - Filter: ((a >= 1) AND (b >= 1) AND (b >= 2) AND (c >= 2) AND (d >= 0)) -(2 rows) - --- Test that get_steps_using_prefix() handles a prefix that contains multiple --- clauses for the partition key b (ie, b >= 1 and b = 2) (This also tests --- that the caller arranges clauses in that prefix in the required order) -explain (costs off) select * from rp_prefix_test3 where a >= 1 and b >= 1 and b = 2 and c = 2 and d >= 0; - QUERY PLAN ------------------------------------------------------------------------- - Seq Scan on rp_prefix_test3_p2 rp_prefix_test3 - Filter: ((a >= 1) AND (b >= 1) AND (d >= 0) AND (b = 2) AND (c = 2)) -(2 rows) - -drop table rp_prefix_test1; -drop table rp_prefix_test2; -drop table rp_prefix_test3; --- --- Test that get_steps_using_prefix() handles IS NULL clauses correctly --- -create table hp_prefix_test (a int, b int, c int, d int) - partition by hash (a part_test_int4_ops, b part_test_int4_ops, c part_test_int4_ops, d part_test_int4_ops); --- create 8 partitions -select 'create table hp_prefix_test_p' || x::text || ' partition of hp_prefix_test for values with (modulus 8, remainder ' || x::text || ');' -from generate_Series(0,7) x; - ?column? ------------------------------------------------------------------------------------------------------- - create table hp_prefix_test_p0 partition of hp_prefix_test for values with (modulus 8, remainder 0); - create table hp_prefix_test_p1 partition of hp_prefix_test for values with (modulus 8, remainder 1); - create table hp_prefix_test_p2 partition of hp_prefix_test for values with (modulus 8, remainder 2); - create table hp_prefix_test_p3 partition of hp_prefix_test for values with (modulus 8, remainder 3); - create table hp_prefix_test_p4 partition of hp_prefix_test for values with (modulus 8, remainder 4); - create table hp_prefix_test_p5 partition of hp_prefix_test for values with (modulus 8, remainder 5); - create table hp_prefix_test_p6 partition of hp_prefix_test for values with (modulus 8, remainder 6); - create table hp_prefix_test_p7 partition of hp_prefix_test for values with (modulus 8, remainder 7); -(8 rows) - -\gexec -create table hp_prefix_test_p0 partition of hp_prefix_test for values with (modulus 8, remainder 0); -create table hp_prefix_test_p1 partition of hp_prefix_test for values with (modulus 8, remainder 1); -create table hp_prefix_test_p2 partition of hp_prefix_test for values with (modulus 8, remainder 2); -create table hp_prefix_test_p3 partition of hp_prefix_test for values with (modulus 8, remainder 3); -create table hp_prefix_test_p4 partition of hp_prefix_test for values with (modulus 8, remainder 4); -create table hp_prefix_test_p5 partition of hp_prefix_test for values with (modulus 8, remainder 5); -create table hp_prefix_test_p6 partition of hp_prefix_test for values with (modulus 8, remainder 6); -create table hp_prefix_test_p7 partition of hp_prefix_test for values with (modulus 8, remainder 7); --- insert 16 rows, one row for each test to perform. -insert into hp_prefix_test -select - case a when 0 then null else 1 end, - case b when 0 then null else 2 end, - case c when 0 then null else 3 end, - case d when 0 then null else 4 end -from - generate_series(0,1) a, - generate_series(0,1) b, - generate_Series(0,1) c, - generate_Series(0,1) d; --- Ensure partition pruning works correctly for each combination of IS NULL --- and equality quals. This may seem a little excessive, but there have been --- a number of bugs in this area over the years. We make use of row only --- output to reduce the size of the expected results. -\t on -select - 'explain (costs off) select tableoid::regclass,* from hp_prefix_test where ' || - string_agg(c.colname || case when g.s & (1 << c.colpos) = 0 then ' is null' else ' = ' || (colpos+1)::text end, ' and ' order by c.colpos) -from (values('a',0),('b',1),('c',2),('d',3)) c(colname, colpos), generate_Series(0,15) g(s) -group by g.s -order by g.s; - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c is null and d is null - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c is null and d is null - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c is null and d is null - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c is null and d is null - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c = 3 and d is null - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c = 3 and d is null - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c = 3 and d is null - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c = 3 and d is null - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c is null and d = 4 - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c is null and d = 4 - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c is null and d = 4 - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c is null and d = 4 - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c = 3 and d = 4 - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c = 3 and d = 4 - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c = 3 and d = 4 - explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c = 3 and d = 4 - -\gexec -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c is null and d is null - Seq Scan on hp_prefix_test_p0 hp_prefix_test - Filter: ((a IS NULL) AND (b IS NULL) AND (c IS NULL) AND (d IS NULL)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c is null and d is null - Seq Scan on hp_prefix_test_p1 hp_prefix_test - Filter: ((b IS NULL) AND (c IS NULL) AND (d IS NULL) AND (a = 1)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c is null and d is null - Seq Scan on hp_prefix_test_p2 hp_prefix_test - Filter: ((a IS NULL) AND (c IS NULL) AND (d IS NULL) AND (b = 2)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c is null and d is null - Seq Scan on hp_prefix_test_p4 hp_prefix_test - Filter: ((c IS NULL) AND (d IS NULL) AND (a = 1) AND (b = 2)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c = 3 and d is null - Seq Scan on hp_prefix_test_p3 hp_prefix_test - Filter: ((a IS NULL) AND (b IS NULL) AND (d IS NULL) AND (c = 3)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c = 3 and d is null - Seq Scan on hp_prefix_test_p7 hp_prefix_test - Filter: ((b IS NULL) AND (d IS NULL) AND (a = 1) AND (c = 3)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c = 3 and d is null - Seq Scan on hp_prefix_test_p4 hp_prefix_test - Filter: ((a IS NULL) AND (d IS NULL) AND (b = 2) AND (c = 3)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c = 3 and d is null - Seq Scan on hp_prefix_test_p5 hp_prefix_test - Filter: ((d IS NULL) AND (a = 1) AND (b = 2) AND (c = 3)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c is null and d = 4 - Seq Scan on hp_prefix_test_p4 hp_prefix_test - Filter: ((a IS NULL) AND (b IS NULL) AND (c IS NULL) AND (d = 4)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c is null and d = 4 - Seq Scan on hp_prefix_test_p6 hp_prefix_test - Filter: ((b IS NULL) AND (c IS NULL) AND (a = 1) AND (d = 4)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c is null and d = 4 - Seq Scan on hp_prefix_test_p5 hp_prefix_test - Filter: ((a IS NULL) AND (c IS NULL) AND (b = 2) AND (d = 4)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c is null and d = 4 - Seq Scan on hp_prefix_test_p6 hp_prefix_test - Filter: ((c IS NULL) AND (a = 1) AND (b = 2) AND (d = 4)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c = 3 and d = 4 - Seq Scan on hp_prefix_test_p4 hp_prefix_test - Filter: ((a IS NULL) AND (b IS NULL) AND (c = 3) AND (d = 4)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c = 3 and d = 4 - Seq Scan on hp_prefix_test_p5 hp_prefix_test - Filter: ((b IS NULL) AND (a = 1) AND (c = 3) AND (d = 4)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c = 3 and d = 4 - Seq Scan on hp_prefix_test_p6 hp_prefix_test - Filter: ((a IS NULL) AND (b = 2) AND (c = 3) AND (d = 4)) - -explain (costs off) select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c = 3 and d = 4 - Seq Scan on hp_prefix_test_p4 hp_prefix_test - Filter: ((a = 1) AND (b = 2) AND (c = 3) AND (d = 4)) - --- And ensure we get exactly 1 row from each. Again, all 16 possible combinations. -select - 'select tableoid::regclass,* from hp_prefix_test where ' || - string_agg(c.colname || case when g.s & (1 << c.colpos) = 0 then ' is null' else ' = ' || (colpos+1)::text end, ' and ' order by c.colpos) -from (values('a',0),('b',1),('c',2),('d',3)) c(colname, colpos), generate_Series(0,15) g(s) -group by g.s -order by g.s; - select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c is null and d is null - select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c is null and d is null - select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c is null and d is null - select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c is null and d is null - select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c = 3 and d is null - select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c = 3 and d is null - select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c = 3 and d is null - select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c = 3 and d is null - select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c is null and d = 4 - select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c is null and d = 4 - select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c is null and d = 4 - select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c is null and d = 4 - select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c = 3 and d = 4 - select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c = 3 and d = 4 - select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c = 3 and d = 4 - select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c = 3 and d = 4 - -\gexec -select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c is null and d is null - hp_prefix_test_p0 | | | | - -select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c is null and d is null - hp_prefix_test_p1 | 1 | | | - -select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c is null and d is null - hp_prefix_test_p2 | | 2 | | - -select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c is null and d is null - hp_prefix_test_p4 | 1 | 2 | | - -select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c = 3 and d is null - hp_prefix_test_p3 | | | 3 | - -select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c = 3 and d is null - hp_prefix_test_p7 | 1 | | 3 | - -select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c = 3 and d is null - hp_prefix_test_p4 | | 2 | 3 | - -select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c = 3 and d is null - hp_prefix_test_p5 | 1 | 2 | 3 | - -select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c is null and d = 4 - hp_prefix_test_p4 | | | | 4 - -select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c is null and d = 4 - hp_prefix_test_p6 | 1 | | | 4 - -select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c is null and d = 4 - hp_prefix_test_p5 | | 2 | | 4 - -select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c is null and d = 4 - hp_prefix_test_p6 | 1 | 2 | | 4 - -select tableoid::regclass,* from hp_prefix_test where a is null and b is null and c = 3 and d = 4 - hp_prefix_test_p4 | | | 3 | 4 - -select tableoid::regclass,* from hp_prefix_test where a = 1 and b is null and c = 3 and d = 4 - hp_prefix_test_p5 | 1 | | 3 | 4 - -select tableoid::regclass,* from hp_prefix_test where a is null and b = 2 and c = 3 and d = 4 - hp_prefix_test_p6 | | 2 | 3 | 4 - -select tableoid::regclass,* from hp_prefix_test where a = 1 and b = 2 and c = 3 and d = 4 - hp_prefix_test_p4 | 1 | 2 | 3 | 4 - -\t off -drop table hp_prefix_test; --- --- Check that gen_partprune_steps() detects self-contradiction from clauses --- regardless of the order of the clauses (Here we use a custom operator to --- prevent the equivclass.c machinery from reordering the clauses) --- -create operator === ( - leftarg = int4, - rightarg = int4, - procedure = int4eq, - commutator = ===, - hashes -); -create operator class part_test_int4_ops2 -for type int4 -using hash as -operator 1 ===, -function 2 part_hashint4_noop(int4, int8); -create table hp_contradict_test (a int, b int) partition by hash (a part_test_int4_ops2, b part_test_int4_ops2); -create table hp_contradict_test_p1 partition of hp_contradict_test for values with (modulus 2, remainder 0); -create table hp_contradict_test_p2 partition of hp_contradict_test for values with (modulus 2, remainder 1); -explain (costs off) select * from hp_contradict_test where a is null and a === 1 and b === 1; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -explain (costs off) select * from hp_contradict_test where a === 1 and b === 1 and a is null; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - -drop table hp_contradict_test; -drop operator class part_test_int4_ops2 using hash; -drop operator ===(int4, int4); -drop function explain_analyze(text); --- Runtime pruning on UPDATE using WITH CHECK OPTIONS and RETURNING -create table part_abc (a int, b text, c bool) partition by list (a); -create table part_abc_1 (b text, a int, c bool); -create table part_abc_2 (a int, c bool, b text); -alter table part_abc attach partition part_abc_1 for values in (1); -alter table part_abc attach partition part_abc_2 for values in (2); -insert into part_abc values (1, 'b', true); -insert into part_abc values (2, 'c', true); -create view part_abc_view as select * from part_abc where b <> 'a' with check option; -prepare update_part_abc_view as update part_abc_view set b = $2 where a = $1 returning *; --- Only the unpruned partition should be shown in the list of relations to be --- updated -explain (costs off) execute update_part_abc_view (1, 'd'); - QUERY PLAN -------------------------------------------------------- - Update on part_abc - Update on part_abc_1 - -> Append - Subplans Removed: 1 - -> Seq Scan on part_abc_1 - Filter: ((b <> 'a'::text) AND (a = $1)) -(6 rows) - -execute update_part_abc_view (1, 'd'); - a | b | c ----+---+--- - 1 | d | t -(1 row) - -explain (costs off) execute update_part_abc_view (2, 'a'); - QUERY PLAN -------------------------------------------------------- - Update on part_abc - Update on part_abc_2 part_abc_1 - -> Append - Subplans Removed: 1 - -> Seq Scan on part_abc_2 part_abc_1 - Filter: ((b <> 'a'::text) AND (a = $1)) -(6 rows) - -execute update_part_abc_view (2, 'a'); -ERROR: new row violates check option for view "part_abc_view" -DETAIL: Failing row contains (2, a, t). --- All pruned. -explain (costs off) execute update_part_abc_view (3, 'a'); - QUERY PLAN ------------------------------ - Update on part_abc - -> Append - Subplans Removed: 2 -(3 rows) - -execute update_part_abc_view (3, 'a'); - a | b | c ----+---+--- -(0 rows) - -deallocate update_part_abc_view; --- Runtime pruning on MERGE using a stable function -create function stable_one() returns int as $$ begin return 1; end; $$ language plpgsql stable; -explain (costs off) -merge into part_abc_view pt -using (select stable_one() as pid) as q join part_abc_1 pt1 on (q.pid = pt1.a) on pt.a = pt1.a -when matched then delete returning pt.a; - QUERY PLAN ------------------------------------------------------------------------ - Merge on part_abc - Merge on part_abc_1 - -> Nested Loop - -> Append - Subplans Removed: 1 - -> Seq Scan on part_abc_1 - Filter: ((b <> 'a'::text) AND (a = stable_one())) - -> Materialize - -> Seq Scan on part_abc_1 pt1 - Filter: (a = stable_one()) -(10 rows) - -merge into part_abc_view pt -using (select stable_one() as pid) as q join part_abc_1 pt1 on (q.pid = pt1.a) on pt.a = pt1.a -when matched then delete returning pt.a; - a ---- - 1 -(1 row) - -table part_abc_view; - a | b | c ----+---+--- - 2 | c | t -(1 row) - --- All pruned. -explain (costs off) -merge into part_abc_view pt -using (select stable_one() + 2 as pid) as q join part_abc_1 pt1 on (q.pid = pt1.a) on pt.a = pt1.a -when matched then delete returning pt.a; - QUERY PLAN ------------------------------------------------------- - Merge on part_abc - -> Nested Loop - -> Append - Subplans Removed: 2 - -> Materialize - -> Seq Scan on part_abc_1 pt1 - Filter: (a = (stable_one() + 2)) -(7 rows) - -merge into part_abc_view pt -using (select stable_one() + 2 as pid) as q join part_abc_1 pt1 on (q.pid = pt1.a) on pt.a = pt1.a -when matched then delete returning pt.a; - a ---- -(0 rows) - -table part_abc_view; - a | b | c ----+---+--- - 2 | c | t -(1 row) - --- MERGE ... INSERT when all pruned from MERGE source. -begin; -explain (costs off) -merge into part_abc_view pt -using (select stable_one() + 1 as pid) as q join part_abc_2 pt2 on (q.pid = pt2.a) on pt.a = stable_one() + 2 -when not matched then insert values (1, 'd', false) returning pt.a; - QUERY PLAN ------------------------------------------------- - Merge on part_abc - -> Nested Loop Left Join - -> Seq Scan on part_abc_2 pt2 - Filter: ((stable_one() + 1) = a) - -> Materialize - -> Append - Subplans Removed: 2 -(7 rows) - -merge into part_abc_view pt -using (select stable_one() + 1 as pid) as q join part_abc_2 pt2 on (q.pid = pt2.a) on pt.a = stable_one() + 2 -when not matched then insert values (1, 'd', false) returning pt.a; - a ---- - 1 -(1 row) - -table part_abc_view; - a | b | c ----+---+--- - 1 | d | f - 2 | c | t -(2 rows) - -rollback; --- A case with multiple ModifyTable nodes. -begin; -create table part_abc_log (action text, a int, b text, c bool); -explain (costs off) -with t as ( - merge into part_abc_view pt - using (select stable_one() + 1 as pid) as q join part_abc_2 pt2 on (q.pid = pt2.a) on pt.a = stable_one() + 2 - when not matched then insert values (1, 'd', false) returning merge_action(), pt.* -) -insert into part_abc_log select * from t returning *; - QUERY PLAN --------------------------------------------------------- - Insert on part_abc_log - CTE t - -> Merge on part_abc - -> Nested Loop Left Join - -> Seq Scan on part_abc_2 pt2 - Filter: ((stable_one() + 1) = a) - -> Materialize - -> Append - Subplans Removed: 2 - -> CTE Scan on t -(10 rows) - -with t as ( - merge into part_abc_view pt - using (select stable_one() + 1 as pid) as q join part_abc_2 pt2 on (q.pid = pt2.a) on pt.a = stable_one() + 2 - when not matched then insert values (1, 'd', false) returning merge_action(), pt.* -) -insert into part_abc_log select * from t returning *; - action | a | b | c ---------+---+---+--- - INSERT | 1 | d | f -(1 row) - -table part_abc_view; - a | b | c ----+---+--- - 1 | d | f - 2 | c | t -(2 rows) - -table part_abc_log; - action | a | b | c ---------+---+---+--- - INSERT | 1 | d | f -(1 row) - -rollback; --- A case with nested MergeAppend with its own PartitionPruneInfo. -create index on part_abc (a); -alter table part_abc add d int; -create table part_abc_3 partition of part_abc for values in (3, 4) partition by range (d); -create table part_abc_3_1 partition of part_abc_3 for values from (minvalue) to (1); -create table part_abc_3_2 partition of part_abc_3 for values from (1) to (100); -create table part_abc_3_3 partition of part_abc_3 for values from (100) to (maxvalue); -explain (costs off) -select min(a) over (partition by a order by a) from part_abc where a >= stable_one() + 1 and d <= stable_one() -union all -select min(a) over (partition by a order by a) from part_abc where a >= stable_one() + 1 and d >= stable_one(); - QUERY PLAN ----------------------------------------------------------------------------------------------- - Append - -> Subquery Scan on "*SELECT* 1_1" - -> WindowAgg - Window: w1 AS (PARTITION BY part_abc.a ORDER BY part_abc.a) - -> Append - Subplans Removed: 1 - -> Index Scan using part_abc_2_a_idx on part_abc_2 part_abc_1 - Index Cond: (a >= (stable_one() + 1)) - Filter: (d <= stable_one()) - -> Merge Append - Sort Key: part_abc_3.a - Subplans Removed: 1 - -> Index Scan using part_abc_3_1_a_idx on part_abc_3_1 part_abc_3 - Index Cond: (a >= (stable_one() + 1)) - Filter: (d <= stable_one()) - -> Index Scan using part_abc_3_2_a_idx on part_abc_3_2 part_abc_4 - Index Cond: (a >= (stable_one() + 1)) - Filter: (d <= stable_one()) - -> Subquery Scan on "*SELECT* 2" - -> WindowAgg - Window: w1 AS (PARTITION BY part_abc_5.a ORDER BY part_abc_5.a) - -> Append - Subplans Removed: 1 - -> Index Scan using part_abc_2_a_idx on part_abc_2 part_abc_6 - Index Cond: (a >= (stable_one() + 1)) - Filter: (d >= stable_one()) - -> Merge Append - Sort Key: a - Subplans Removed: 1 - -> Index Scan using part_abc_3_2_a_idx on part_abc_3_2 part_abc_8 - Index Cond: (a >= (stable_one() + 1)) - Filter: (d >= stable_one()) - -> Index Scan using part_abc_3_3_a_idx on part_abc_3_3 part_abc_9 - Index Cond: (a >= (stable_one() + 1)) - Filter: (d >= stable_one()) -(35 rows) - -drop view part_abc_view; -drop table part_abc; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/reloptions.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/reloptions.out --- /tmp/cirrus-ci-build/src/test/regress/expected/reloptions.out 2025-05-11 19:30:18.991277000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/reloptions.out 2025-05-11 19:32:43.388568000 +0000 @@ -1,237 +1,2 @@ --- Simple create -CREATE TABLE reloptions_test(i INT) WITH (FiLLFaCToR=30, - autovacuum_enabled = false, autovacuum_analyze_scale_factor = 0.2); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test'::regclass; - reloptions ------------------------------------------------------------------------------- - {fillfactor=30,autovacuum_enabled=false,autovacuum_analyze_scale_factor=0.2} -(1 row) - --- Fail min/max values check -CREATE TABLE reloptions_test2(i INT) WITH (fillfactor=2); -ERROR: value 2 out of bounds for option "fillfactor" -DETAIL: Valid values are between "10" and "100". -CREATE TABLE reloptions_test2(i INT) WITH (fillfactor=110); -ERROR: value 110 out of bounds for option "fillfactor" -DETAIL: Valid values are between "10" and "100". -CREATE TABLE reloptions_test2(i INT) WITH (autovacuum_analyze_scale_factor = -10.0); -ERROR: value -10.0 out of bounds for option "autovacuum_analyze_scale_factor" -DETAIL: Valid values are between "0.000000" and "100.000000". -CREATE TABLE reloptions_test2(i INT) WITH (autovacuum_analyze_scale_factor = 110.0); -ERROR: value 110.0 out of bounds for option "autovacuum_analyze_scale_factor" -DETAIL: Valid values are between "0.000000" and "100.000000". --- Fail when option and namespace do not exist -CREATE TABLE reloptions_test2(i INT) WITH (not_existing_option=2); -ERROR: unrecognized parameter "not_existing_option" -CREATE TABLE reloptions_test2(i INT) WITH (not_existing_namespace.fillfactor=2); -ERROR: unrecognized parameter namespace "not_existing_namespace" --- Fail while setting improper values -CREATE TABLE reloptions_test2(i INT) WITH (fillfactor=-30.1); -ERROR: value -30.1 out of bounds for option "fillfactor" -DETAIL: Valid values are between "10" and "100". -CREATE TABLE reloptions_test2(i INT) WITH (fillfactor='string'); -ERROR: invalid value for integer option "fillfactor": string -CREATE TABLE reloptions_test2(i INT) WITH (fillfactor=true); -ERROR: invalid value for integer option "fillfactor": true -CREATE TABLE reloptions_test2(i INT) WITH (autovacuum_enabled=12); -ERROR: invalid value for boolean option "autovacuum_enabled": 12 -CREATE TABLE reloptions_test2(i INT) WITH (autovacuum_enabled=30.5); -ERROR: invalid value for boolean option "autovacuum_enabled": 30.5 -CREATE TABLE reloptions_test2(i INT) WITH (autovacuum_enabled='string'); -ERROR: invalid value for boolean option "autovacuum_enabled": string -CREATE TABLE reloptions_test2(i INT) WITH (autovacuum_analyze_scale_factor='string'); -ERROR: invalid value for floating point option "autovacuum_analyze_scale_factor": string -CREATE TABLE reloptions_test2(i INT) WITH (autovacuum_analyze_scale_factor=true); -ERROR: invalid value for floating point option "autovacuum_analyze_scale_factor": true --- Fail if option is specified twice -CREATE TABLE reloptions_test2(i INT) WITH (fillfactor=30, fillfactor=40); -ERROR: parameter "fillfactor" specified more than once --- Specifying name only for a non-Boolean option should fail -CREATE TABLE reloptions_test2(i INT) WITH (fillfactor); -ERROR: invalid value for integer option "fillfactor": true --- Simple ALTER TABLE -ALTER TABLE reloptions_test SET (fillfactor=31, - autovacuum_analyze_scale_factor = 0.3); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test'::regclass; - reloptions ------------------------------------------------------------------------------- - {autovacuum_enabled=false,fillfactor=31,autovacuum_analyze_scale_factor=0.3} -(1 row) - --- Set boolean option to true without specifying value -ALTER TABLE reloptions_test SET (autovacuum_enabled, fillfactor=32); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test'::regclass; - reloptions ------------------------------------------------------------------------------ - {autovacuum_analyze_scale_factor=0.3,autovacuum_enabled=true,fillfactor=32} -(1 row) - --- Check that RESET works well -ALTER TABLE reloptions_test RESET (fillfactor); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test'::regclass; - reloptions ---------------------------------------------------------------- - {autovacuum_analyze_scale_factor=0.3,autovacuum_enabled=true} -(1 row) - --- Resetting all values causes the column to become null -ALTER TABLE reloptions_test RESET (autovacuum_enabled, - autovacuum_analyze_scale_factor); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test'::regclass AND - reloptions IS NULL; - reloptions ------------- - -(1 row) - --- RESET fails if a value is specified -ALTER TABLE reloptions_test RESET (fillfactor=12); -ERROR: RESET must not include values for parameters --- We can RESET an invalid option which for some reason is already set -UPDATE pg_class - SET reloptions = '{fillfactor=13,autovacuum_enabled=false,illegal_option=4}' - WHERE oid = 'reloptions_test'::regclass; -ALTER TABLE reloptions_test RESET (illegal_option); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test'::regclass; - reloptions ------------------------------------------- - {fillfactor=13,autovacuum_enabled=false} -(1 row) - --- Test vacuum_truncate option -DROP TABLE reloptions_test; -CREATE TEMP TABLE reloptions_test(i INT NOT NULL, j text) - WITH (vacuum_truncate=false, - toast.vacuum_truncate=false, - autovacuum_enabled=false); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test'::regclass; - reloptions --------------------------------------------------- - {vacuum_truncate=false,autovacuum_enabled=false} -(1 row) - -INSERT INTO reloptions_test VALUES (1, NULL), (NULL, NULL); -ERROR: null value in column "i" of relation "reloptions_test" violates not-null constraint -DETAIL: Failing row contains (null, null). --- Do an aggressive vacuum to prevent page-skipping. -VACUUM (FREEZE, DISABLE_PAGE_SKIPPING) reloptions_test; -SELECT pg_relation_size('reloptions_test') > 0; - ?column? ----------- - t -(1 row) - -SELECT reloptions FROM pg_class WHERE oid = - (SELECT reltoastrelid FROM pg_class - WHERE oid = 'reloptions_test'::regclass); - reloptions -------------------------- - {vacuum_truncate=false} -(1 row) - -ALTER TABLE reloptions_test RESET (vacuum_truncate); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test'::regclass; - reloptions ----------------------------- - {autovacuum_enabled=false} -(1 row) - -INSERT INTO reloptions_test VALUES (1, NULL), (NULL, NULL); -ERROR: null value in column "i" of relation "reloptions_test" violates not-null constraint -DETAIL: Failing row contains (null, null). --- Do an aggressive vacuum to prevent page-skipping. -VACUUM (FREEZE, DISABLE_PAGE_SKIPPING) reloptions_test; -SELECT pg_relation_size('reloptions_test') = 0; - ?column? ----------- - t -(1 row) - --- Test toast.* options -DROP TABLE reloptions_test; -CREATE TABLE reloptions_test (s VARCHAR) - WITH (toast.autovacuum_vacuum_cost_delay = 23); -SELECT reltoastrelid as toast_oid - FROM pg_class WHERE oid = 'reloptions_test'::regclass \gset -SELECT reloptions FROM pg_class WHERE oid = :toast_oid; - reloptions ------------------------------------ - {autovacuum_vacuum_cost_delay=23} -(1 row) - -ALTER TABLE reloptions_test SET (toast.autovacuum_vacuum_cost_delay = 24); -SELECT reloptions FROM pg_class WHERE oid = :toast_oid; - reloptions ------------------------------------ - {autovacuum_vacuum_cost_delay=24} -(1 row) - -ALTER TABLE reloptions_test RESET (toast.autovacuum_vacuum_cost_delay); -SELECT reloptions FROM pg_class WHERE oid = :toast_oid; - reloptions ------------- - -(1 row) - --- Fail on non-existent options in toast namespace -CREATE TABLE reloptions_test2 (i int) WITH (toast.not_existing_option = 42); -ERROR: unrecognized parameter "not_existing_option" --- Mix TOAST & heap -DROP TABLE reloptions_test; -CREATE TABLE reloptions_test (s VARCHAR) WITH - (toast.autovacuum_vacuum_cost_delay = 23, - autovacuum_vacuum_cost_delay = 24, fillfactor = 40); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test'::regclass; - reloptions -------------------------------------------------- - {autovacuum_vacuum_cost_delay=24,fillfactor=40} -(1 row) - -SELECT reloptions FROM pg_class WHERE oid = ( - SELECT reltoastrelid FROM pg_class WHERE oid = 'reloptions_test'::regclass); - reloptions ------------------------------------ - {autovacuum_vacuum_cost_delay=23} -(1 row) - --- --- CREATE INDEX, ALTER INDEX for btrees --- -CREATE INDEX reloptions_test_idx ON reloptions_test (s) WITH (fillfactor=30); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test_idx'::regclass; - reloptions ------------------ - {fillfactor=30} -(1 row) - --- Fail when option and namespace do not exist -CREATE INDEX reloptions_test_idx ON reloptions_test (s) - WITH (not_existing_option=2); -ERROR: unrecognized parameter "not_existing_option" -CREATE INDEX reloptions_test_idx ON reloptions_test (s) - WITH (not_existing_ns.fillfactor=2); -ERROR: unrecognized parameter namespace "not_existing_ns" --- Check allowed ranges -CREATE INDEX reloptions_test_idx2 ON reloptions_test (s) WITH (fillfactor=1); -ERROR: value 1 out of bounds for option "fillfactor" -DETAIL: Valid values are between "10" and "100". -CREATE INDEX reloptions_test_idx2 ON reloptions_test (s) WITH (fillfactor=130); -ERROR: value 130 out of bounds for option "fillfactor" -DETAIL: Valid values are between "10" and "100". --- Check ALTER -ALTER INDEX reloptions_test_idx SET (fillfactor=40); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test_idx'::regclass; - reloptions ------------------ - {fillfactor=40} -(1 row) - --- Check ALTER on empty reloption list -CREATE INDEX reloptions_test_idx3 ON reloptions_test (s); -ALTER INDEX reloptions_test_idx3 SET (fillfactor=40); -SELECT reloptions FROM pg_class WHERE oid = 'reloptions_test_idx3'::regclass; - reloptions ------------------ - {fillfactor=40} -(1 row) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/hash_part.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/hash_part.out --- /tmp/cirrus-ci-build/src/test/regress/expected/hash_part.out 2025-05-11 19:30:18.953053000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/hash_part.out 2025-05-11 19:32:43.382063000 +0000 @@ -1,114 +1,2 @@ --- --- Hash partitioning. --- --- Use hand-rolled hash functions and operator classes to get predictable --- result on different machines. See the definitions of --- part_test_int4_ops and part_test_text_ops in test_setup.sql. -CREATE TABLE mchash (a int, b text, c jsonb) - PARTITION BY HASH (a part_test_int4_ops, b part_test_text_ops); -CREATE TABLE mchash1 - PARTITION OF mchash FOR VALUES WITH (MODULUS 4, REMAINDER 0); --- invalid OID, no such table -SELECT satisfies_hash_partition(0, 4, 0, NULL); -ERROR: could not open relation with OID 0 --- not partitioned -SELECT satisfies_hash_partition('tenk1'::regclass, 4, 0, NULL); -ERROR: "tenk1" is not a hash partitioned table --- partition rather than the parent -SELECT satisfies_hash_partition('mchash1'::regclass, 4, 0, NULL); -ERROR: "mchash1" is not a hash partitioned table --- invalid modulus -SELECT satisfies_hash_partition('mchash'::regclass, 0, 0, NULL); -ERROR: modulus for hash partition must be an integer value greater than zero --- remainder too small -SELECT satisfies_hash_partition('mchash'::regclass, 1, -1, NULL); -ERROR: remainder for hash partition must be an integer value greater than or equal to zero --- remainder too large -SELECT satisfies_hash_partition('mchash'::regclass, 1, 1, NULL); -ERROR: remainder for hash partition must be less than modulus --- modulus is null -SELECT satisfies_hash_partition('mchash'::regclass, NULL, 0, NULL); - satisfies_hash_partition --------------------------- - f -(1 row) - --- remainder is null -SELECT satisfies_hash_partition('mchash'::regclass, 4, NULL, NULL); - satisfies_hash_partition --------------------------- - f -(1 row) - --- too many arguments -SELECT satisfies_hash_partition('mchash'::regclass, 4, 0, NULL::int, NULL::text, NULL::json); -ERROR: number of partitioning columns (2) does not match number of partition keys provided (3) --- too few arguments -SELECT satisfies_hash_partition('mchash'::regclass, 3, 1, NULL::int); -ERROR: number of partitioning columns (2) does not match number of partition keys provided (1) --- wrong argument type -SELECT satisfies_hash_partition('mchash'::regclass, 2, 1, NULL::int, NULL::int); -ERROR: column 2 of the partition key has type text, but supplied value is of type integer --- ok, should be false -SELECT satisfies_hash_partition('mchash'::regclass, 4, 0, 0, ''::text); - satisfies_hash_partition --------------------------- - f -(1 row) - --- ok, should be true -SELECT satisfies_hash_partition('mchash'::regclass, 4, 0, 2, ''::text); - satisfies_hash_partition --------------------------- - t -(1 row) - --- argument via variadic syntax, should fail because not all partitioning --- columns are of the correct type -SELECT satisfies_hash_partition('mchash'::regclass, 2, 1, - variadic array[1,2]::int[]); -ERROR: column 2 of the partition key has type "text", but supplied value is of type "integer" --- multiple partitioning columns of the same type -CREATE TABLE mcinthash (a int, b int, c jsonb) - PARTITION BY HASH (a part_test_int4_ops, b part_test_int4_ops); --- now variadic should work, should be false -SELECT satisfies_hash_partition('mcinthash'::regclass, 4, 0, - variadic array[0, 0]); - satisfies_hash_partition --------------------------- - f -(1 row) - --- should be true -SELECT satisfies_hash_partition('mcinthash'::regclass, 4, 0, - variadic array[0, 1]); - satisfies_hash_partition --------------------------- - t -(1 row) - --- wrong length -SELECT satisfies_hash_partition('mcinthash'::regclass, 4, 0, - variadic array[]::int[]); -ERROR: number of partitioning columns (2) does not match number of partition keys provided (0) --- wrong type -SELECT satisfies_hash_partition('mcinthash'::regclass, 4, 0, - variadic array[now(), now()]); -ERROR: column 1 of the partition key has type "integer", but supplied value is of type "timestamp with time zone" --- check satisfies_hash_partition passes correct collation -create table text_hashp (a text) partition by hash (a); -create table text_hashp0 partition of text_hashp for values with (modulus 2, remainder 0); -create table text_hashp1 partition of text_hashp for values with (modulus 2, remainder 1); --- The result here should always be true, because 'xxx' must belong to --- one of the two defined partitions -select satisfies_hash_partition('text_hashp'::regclass, 2, 0, 'xxx'::text) OR - satisfies_hash_partition('text_hashp'::regclass, 2, 1, 'xxx'::text) AS satisfies; - satisfies ------------ - t -(1 row) - --- cleanup -DROP TABLE mchash; -DROP TABLE mcinthash; -DROP TABLE text_hashp; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2025-05-11 19:30:18.955884000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/indexing.out 2025-05-11 19:32:43.385663000 +0000 @@ -1,1671 +1,2 @@ --- Creating an index on a partitioned table makes the partitions --- automatically get the index -create table idxpart (a int, b int, c text) partition by range (a); --- relhassubclass of a partitioned index is false before creating any partition. --- It will be set after the first partition is created. -create index idxpart_idx on idxpart (a); -select relhassubclass from pg_class where relname = 'idxpart_idx'; - relhassubclass ----------------- - f -(1 row) - --- Check that partitioned indexes are present in pg_indexes. -select indexdef from pg_indexes where indexname like 'idxpart_idx%'; - indexdef ------------------------------------------------------------------ - CREATE INDEX idxpart_idx ON ONLY public.idxpart USING btree (a) -(1 row) - -drop index idxpart_idx; -create table idxpart1 partition of idxpart for values from (0) to (10); -create table idxpart2 partition of idxpart for values from (10) to (100) - partition by range (b); -create table idxpart21 partition of idxpart2 for values from (0) to (100); --- Even with partitions, relhassubclass should not be set if a partitioned --- index is created only on the parent. -create index idxpart_idx on only idxpart(a); -select relhassubclass from pg_class where relname = 'idxpart_idx'; - relhassubclass ----------------- - f -(1 row) - -drop index idxpart_idx; -create index on idxpart (a); -select relname, relkind, relhassubclass, inhparent::regclass - from pg_class left join pg_index ix on (indexrelid = oid) - left join pg_inherits on (ix.indexrelid = inhrelid) - where relname like 'idxpart%' order by relname; - relname | relkind | relhassubclass | inhparent ------------------+---------+----------------+---------------- - idxpart | p | t | - idxpart1 | r | f | - idxpart1_a_idx | i | f | idxpart_a_idx - idxpart2 | p | t | - idxpart21 | r | f | - idxpart21_a_idx | i | f | idxpart2_a_idx - idxpart2_a_idx | I | t | idxpart_a_idx - idxpart_a_idx | I | t | -(8 rows) - -drop table idxpart; --- Some unsupported features -create table idxpart (a int, b int, c text) partition by range (a); -create table idxpart1 partition of idxpart for values from (0) to (10); -create index concurrently on idxpart (a); -ERROR: cannot create index on partitioned table "idxpart" concurrently -drop table idxpart; --- Verify bugfix with query on indexed partitioned table with no partitions --- https://postgr.es/m/20180124162006.pmapfiznhgngwtjf@alvherre.pgsql -CREATE TABLE idxpart (col1 INT) PARTITION BY RANGE (col1); -CREATE INDEX ON idxpart (col1); -CREATE TABLE idxpart_two (col2 INT); -SELECT col2 FROM idxpart_two fk LEFT OUTER JOIN idxpart pk ON (col1 = col2); - col2 ------- -(0 rows) - -DROP table idxpart, idxpart_two; --- Verify bugfix with index rewrite on ALTER TABLE / SET DATA TYPE --- https://postgr.es/m/CAKcux6mxNCGsgATwf5CGMF8g4WSupCXicCVMeKUTuWbyxHOMsQ@mail.gmail.com -CREATE TABLE idxpart (a INT, b TEXT, c INT) PARTITION BY RANGE(a); -CREATE TABLE idxpart1 PARTITION OF idxpart FOR VALUES FROM (MINVALUE) TO (MAXVALUE); -CREATE INDEX partidx_abc_idx ON idxpart (a, b, c); -INSERT INTO idxpart (a, b, c) SELECT i, i, i FROM generate_series(1, 50) i; -ALTER TABLE idxpart ALTER COLUMN c TYPE numeric; -DROP TABLE idxpart; --- If a table without index is attached as partition to a table with --- an index, the index is automatically created -create table idxpart (a int, b int, c text) partition by range (a); -create index idxparti on idxpart (a); -create index idxparti2 on idxpart (b, c); -create table idxpart1 (like idxpart); -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | text | | | - -alter table idxpart attach partition idxpart1 for values from (0) to (10); -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | text | | | -Partition of: idxpart FOR VALUES FROM (0) TO (10) -Indexes: - "idxpart1_a_idx" btree (a) - "idxpart1_b_c_idx" btree (b, c) - -\d+ idxpart1_a_idx - Index "public.idxpart1_a_idx" - Column | Type | Key? | Definition | Storage | Stats target ---------+---------+------+------------+---------+-------------- - a | integer | yes | a | plain | -Partition of: idxparti -No partition constraint -btree, for table "public.idxpart1" - -\d+ idxpart1_b_c_idx - Index "public.idxpart1_b_c_idx" - Column | Type | Key? | Definition | Storage | Stats target ---------+---------+------+------------+----------+-------------- - b | integer | yes | b | plain | - c | text | yes | c | extended | -Partition of: idxparti2 -No partition constraint -btree, for table "public.idxpart1" - --- Forbid ALTER TABLE when attaching or detaching an index to a partition. -create index idxpart_c on only idxpart (c); -create index idxpart1_c on idxpart1 (c); -alter table idxpart_c attach partition idxpart1_c for values from (10) to (20); -ERROR: "idxpart_c" is not a partitioned table -alter index idxpart_c attach partition idxpart1_c; -select relname, relpartbound from pg_class - where relname in ('idxpart_c', 'idxpart1_c') - order by relname; - relname | relpartbound -------------+-------------- - idxpart1_c | - idxpart_c | -(2 rows) - -alter table idxpart_c detach partition idxpart1_c; -ERROR: ALTER action DETACH PARTITION cannot be performed on relation "idxpart_c" -DETAIL: This operation is not supported for partitioned indexes. -drop table idxpart; --- If a partition already has an index, don't create a duplicative one -create table idxpart (a int, b int) partition by range (a, b); -create table idxpart1 partition of idxpart for values from (0, 0) to (10, 10); -create index on idxpart1 (a, b); -create index on idxpart (a, b); -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: idxpart FOR VALUES FROM (0, 0) TO (10, 10) -Indexes: - "idxpart1_a_b_idx" btree (a, b) - -select relname, relkind, relhassubclass, inhparent::regclass - from pg_class left join pg_index ix on (indexrelid = oid) - left join pg_inherits on (ix.indexrelid = inhrelid) - where relname like 'idxpart%' order by relname; - relname | relkind | relhassubclass | inhparent -------------------+---------+----------------+----------------- - idxpart | p | t | - idxpart1 | r | f | - idxpart1_a_b_idx | i | f | idxpart_a_b_idx - idxpart_a_b_idx | I | t | -(4 rows) - -drop table idxpart; --- DROP behavior for partitioned indexes -create table idxpart (a int) partition by range (a); -create index on idxpart (a); -create table idxpart1 partition of idxpart for values from (0) to (10); -drop index idxpart1_a_idx; -- no way -ERROR: cannot drop index idxpart1_a_idx because index idxpart_a_idx requires it -HINT: You can drop index idxpart_a_idx instead. -drop index concurrently idxpart_a_idx; -- unsupported -ERROR: cannot drop partitioned index "idxpart_a_idx" concurrently -drop index idxpart_a_idx; -- both indexes go away -select relname, relkind from pg_class - where relname like 'idxpart%' order by relname; - relname | relkind -----------+--------- - idxpart | p - idxpart1 | r -(2 rows) - -create index on idxpart (a); -drop table idxpart1; -- the index on partition goes away too -select relname, relkind from pg_class - where relname like 'idxpart%' order by relname; - relname | relkind ----------------+--------- - idxpart | p - idxpart_a_idx | I -(2 rows) - -drop table idxpart; --- DROP behavior with temporary partitioned indexes -create temp table idxpart_temp (a int) partition by range (a); -create index on idxpart_temp(a); -create temp table idxpart1_temp partition of idxpart_temp - for values from (0) to (10); -drop index idxpart1_temp_a_idx; -- error -ERROR: cannot drop index idxpart1_temp_a_idx because index idxpart_temp_a_idx requires it -HINT: You can drop index idxpart_temp_a_idx instead. --- non-concurrent drop is enforced here, so it is a valid case. -drop index concurrently idxpart_temp_a_idx; -select relname, relkind from pg_class - where relname like 'idxpart_temp%' order by relname; - relname | relkind ---------------+--------- - idxpart_temp | p -(1 row) - -drop table idxpart_temp; --- ALTER INDEX .. ATTACH, error cases -create table idxpart (a int, b int) partition by range (a, b); -create table idxpart1 partition of idxpart for values from (0, 0) to (10, 10); -create index idxpart_a_b_idx on only idxpart (a, b); -create index idxpart1_a_b_idx on idxpart1 (a, b); -create index idxpart1_tst1 on idxpart1 (b, a); -create index idxpart1_tst2 on idxpart1 using hash (a); -create index idxpart1_tst3 on idxpart1 (a, b) where a > 10; -alter index idxpart attach partition idxpart1; -ERROR: "idxpart" is not an index -alter index idxpart_a_b_idx attach partition idxpart1; -ERROR: "idxpart1" is not an index -alter index idxpart_a_b_idx attach partition idxpart_a_b_idx; -ERROR: cannot attach index "idxpart_a_b_idx" as a partition of index "idxpart_a_b_idx" -DETAIL: Index "idxpart_a_b_idx" is not an index on any partition of table "idxpart". -alter index idxpart_a_b_idx attach partition idxpart1_b_idx; -ERROR: relation "idxpart1_b_idx" does not exist -alter index idxpart_a_b_idx attach partition idxpart1_tst1; -ERROR: cannot attach index "idxpart1_tst1" as a partition of index "idxpart_a_b_idx" -DETAIL: The index definitions do not match. -alter index idxpart_a_b_idx attach partition idxpart1_tst2; -ERROR: cannot attach index "idxpart1_tst2" as a partition of index "idxpart_a_b_idx" -DETAIL: The index definitions do not match. -alter index idxpart_a_b_idx attach partition idxpart1_tst3; -ERROR: cannot attach index "idxpart1_tst3" as a partition of index "idxpart_a_b_idx" -DETAIL: The index definitions do not match. --- OK -alter index idxpart_a_b_idx attach partition idxpart1_a_b_idx; -alter index idxpart_a_b_idx attach partition idxpart1_a_b_idx; -- quiet --- reject dupe -create index idxpart1_2_a_b on idxpart1 (a, b); -alter index idxpart_a_b_idx attach partition idxpart1_2_a_b; -ERROR: cannot attach index "idxpart1_2_a_b" as a partition of index "idxpart_a_b_idx" -DETAIL: Another index is already attached for partition "idxpart1". -drop table idxpart; --- make sure everything's gone -select indexrelid::regclass, indrelid::regclass - from pg_index where indexrelid::regclass::text like 'idxpart%'; - indexrelid | indrelid -------------+---------- -(0 rows) - --- Don't auto-attach incompatible indexes -create table idxpart (a int, b int) partition by range (a); -create table idxpart1 (a int, b int); -create index on idxpart1 using hash (a); -create index on idxpart1 (a) where b > 1; -create index on idxpart1 ((a + 0)); -create index on idxpart1 (a, a); -create index on idxpart (a); -alter table idxpart attach partition idxpart1 for values from (0) to (1000); -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: idxpart FOR VALUES FROM (0) TO (1000) -Indexes: - "idxpart1_a_a1_idx" btree (a, a) - "idxpart1_a_idx" hash (a) - "idxpart1_a_idx1" btree (a) WHERE b > 1 - "idxpart1_a_idx2" btree (a) - "idxpart1_expr_idx" btree ((a + 0)) - -drop table idxpart; --- If CREATE INDEX ONLY, don't create indexes on partitions; and existing --- indexes on partitions don't change parent. ALTER INDEX ATTACH can change --- the parent after the fact. -create table idxpart (a int) partition by range (a); -create table idxpart1 partition of idxpart for values from (0) to (100); -create table idxpart2 partition of idxpart for values from (100) to (1000) - partition by range (a); -create table idxpart21 partition of idxpart2 for values from (100) to (200); -create table idxpart22 partition of idxpart2 for values from (200) to (300); -create index on idxpart22 (a); -create index on only idxpart2 (a); -create index on idxpart (a); --- Here we expect that idxpart1 and idxpart2 have a new index, but idxpart21 --- does not; also, idxpart22 is not attached. -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: idxpart FOR VALUES FROM (0) TO (100) -Indexes: - "idxpart1_a_idx" btree (a) - -\d idxpart2 - Partitioned table "public.idxpart2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: idxpart FOR VALUES FROM (100) TO (1000) -Partition key: RANGE (a) -Indexes: - "idxpart2_a_idx" btree (a) INVALID -Number of partitions: 2 (Use \d+ to list them.) - -\d idxpart21 - Table "public.idxpart21" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: idxpart2 FOR VALUES FROM (100) TO (200) - -select indexrelid::regclass, indrelid::regclass, inhparent::regclass - from pg_index idx left join pg_inherits inh on (idx.indexrelid = inh.inhrelid) -where indexrelid::regclass::text like 'idxpart%' - order by indexrelid::regclass::text collate "C"; - indexrelid | indrelid | inhparent ------------------+-----------+--------------- - idxpart1_a_idx | idxpart1 | idxpart_a_idx - idxpart22_a_idx | idxpart22 | - idxpart2_a_idx | idxpart2 | idxpart_a_idx - idxpart_a_idx | idxpart | -(4 rows) - -alter index idxpart2_a_idx attach partition idxpart22_a_idx; -select indexrelid::regclass, indrelid::regclass, inhparent::regclass - from pg_index idx left join pg_inherits inh on (idx.indexrelid = inh.inhrelid) -where indexrelid::regclass::text like 'idxpart%' - order by indexrelid::regclass::text collate "C"; - indexrelid | indrelid | inhparent ------------------+-----------+---------------- - idxpart1_a_idx | idxpart1 | idxpart_a_idx - idxpart22_a_idx | idxpart22 | idxpart2_a_idx - idxpart2_a_idx | idxpart2 | idxpart_a_idx - idxpart_a_idx | idxpart | -(4 rows) - --- attaching idxpart22 is not enough to set idxpart22_a_idx valid ... -alter index idxpart2_a_idx attach partition idxpart22_a_idx; -\d idxpart2 - Partitioned table "public.idxpart2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: idxpart FOR VALUES FROM (100) TO (1000) -Partition key: RANGE (a) -Indexes: - "idxpart2_a_idx" btree (a) INVALID -Number of partitions: 2 (Use \d+ to list them.) - --- ... but this one is. -create index on idxpart21 (a); -alter index idxpart2_a_idx attach partition idxpart21_a_idx; -\d idxpart2 - Partitioned table "public.idxpart2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: idxpart FOR VALUES FROM (100) TO (1000) -Partition key: RANGE (a) -Indexes: - "idxpart2_a_idx" btree (a) -Number of partitions: 2 (Use \d+ to list them.) - -drop table idxpart; --- When a table is attached a partition and it already has an index, a --- duplicate index should not get created, but rather the index becomes --- attached to the parent's index. -create table idxpart (a int, b int, c text, d bool) partition by range (a); -create index idxparti on idxpart (a); -create index idxparti2 on idxpart (b, c); -create table idxpart1 (like idxpart including indexes); -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | text | | | - d | boolean | | | -Indexes: - "idxpart1_a_idx" btree (a) - "idxpart1_b_c_idx" btree (b, c) - -select relname, relkind, inhparent::regclass - from pg_class left join pg_index ix on (indexrelid = oid) - left join pg_inherits on (ix.indexrelid = inhrelid) - where relname like 'idxpart%' order by relname; - relname | relkind | inhparent -------------------+---------+----------- - idxpart | p | - idxpart1 | r | - idxpart1_a_idx | i | - idxpart1_b_c_idx | i | - idxparti | I | - idxparti2 | I | -(6 rows) - -alter table idxpart attach partition idxpart1 for values from (0) to (10); -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | text | | | - d | boolean | | | -Partition of: idxpart FOR VALUES FROM (0) TO (10) -Indexes: - "idxpart1_a_idx" btree (a) - "idxpart1_b_c_idx" btree (b, c) - -select relname, relkind, inhparent::regclass - from pg_class left join pg_index ix on (indexrelid = oid) - left join pg_inherits on (ix.indexrelid = inhrelid) - where relname like 'idxpart%' order by relname; - relname | relkind | inhparent -------------------+---------+----------- - idxpart | p | - idxpart1 | r | - idxpart1_a_idx | i | idxparti - idxpart1_b_c_idx | i | idxparti2 - idxparti | I | - idxparti2 | I | -(6 rows) - --- While here, also check matching when creating an index after the fact. -create index on idxpart1 ((a+b)) where d = true; -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | text | | | - d | boolean | | | -Partition of: idxpart FOR VALUES FROM (0) TO (10) -Indexes: - "idxpart1_a_idx" btree (a) - "idxpart1_b_c_idx" btree (b, c) - "idxpart1_expr_idx" btree ((a + b)) WHERE d = true - -select relname, relkind, inhparent::regclass - from pg_class left join pg_index ix on (indexrelid = oid) - left join pg_inherits on (ix.indexrelid = inhrelid) - where relname like 'idxpart%' order by relname; - relname | relkind | inhparent --------------------+---------+----------- - idxpart | p | - idxpart1 | r | - idxpart1_a_idx | i | idxparti - idxpart1_b_c_idx | i | idxparti2 - idxpart1_expr_idx | i | - idxparti | I | - idxparti2 | I | -(7 rows) - -create index idxparti3 on idxpart ((a+b)) where d = true; -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | text | | | - d | boolean | | | -Partition of: idxpart FOR VALUES FROM (0) TO (10) -Indexes: - "idxpart1_a_idx" btree (a) - "idxpart1_b_c_idx" btree (b, c) - "idxpart1_expr_idx" btree ((a + b)) WHERE d = true - -select relname, relkind, inhparent::regclass - from pg_class left join pg_index ix on (indexrelid = oid) - left join pg_inherits on (ix.indexrelid = inhrelid) - where relname like 'idxpart%' order by relname; - relname | relkind | inhparent --------------------+---------+----------- - idxpart | p | - idxpart1 | r | - idxpart1_a_idx | i | idxparti - idxpart1_b_c_idx | i | idxparti2 - idxpart1_expr_idx | i | idxparti3 - idxparti | I | - idxparti2 | I | - idxparti3 | I | -(8 rows) - -drop table idxpart; --- Verify that attaching an invalid index does not mark the parent index valid. --- On the other hand, attaching a valid index marks not only its direct --- ancestor valid, but also any indirect ancestor that was only missing the one --- that was just made valid -create table idxpart (a int, b int) partition by range (a); -create table idxpart1 partition of idxpart for values from (1) to (1000) partition by range (a); -create table idxpart11 partition of idxpart1 for values from (1) to (100); -create index on only idxpart1 (a); -create index on only idxpart (a); --- this results in two invalid indexes: -select relname, indisvalid from pg_class join pg_index on indexrelid = oid - where relname like 'idxpart%' order by relname; - relname | indisvalid -----------------+------------ - idxpart1_a_idx | f - idxpart_a_idx | f -(2 rows) - --- idxpart1_a_idx is not valid, so idxpart_a_idx should not become valid: -alter index idxpart_a_idx attach partition idxpart1_a_idx; -select relname, indisvalid from pg_class join pg_index on indexrelid = oid - where relname like 'idxpart%' order by relname; - relname | indisvalid -----------------+------------ - idxpart1_a_idx | f - idxpart_a_idx | f -(2 rows) - --- after creating and attaching this, both idxpart1_a_idx and idxpart_a_idx --- should become valid -create index on idxpart11 (a); -alter index idxpart1_a_idx attach partition idxpart11_a_idx; -select relname, indisvalid from pg_class join pg_index on indexrelid = oid - where relname like 'idxpart%' order by relname; - relname | indisvalid ------------------+------------ - idxpart11_a_idx | t - idxpart1_a_idx | t - idxpart_a_idx | t -(3 rows) - -drop table idxpart; --- verify dependency handling during ALTER TABLE DETACH PARTITION -create table idxpart (a int) partition by range (a); -create table idxpart1 (like idxpart); -create index on idxpart1 (a); -create index on idxpart (a); -create table idxpart2 (like idxpart); -alter table idxpart attach partition idxpart1 for values from (0000) to (1000); -alter table idxpart attach partition idxpart2 for values from (1000) to (2000); -create table idxpart3 partition of idxpart for values from (2000) to (3000); -select relname, relkind from pg_class where relname like 'idxpart%' order by relname; - relname | relkind -----------------+--------- - idxpart | p - idxpart1 | r - idxpart1_a_idx | i - idxpart2 | r - idxpart2_a_idx | i - idxpart3 | r - idxpart3_a_idx | i - idxpart_a_idx | I -(8 rows) - --- a) after detaching partitions, the indexes can be dropped independently -alter table idxpart detach partition idxpart1; -alter table idxpart detach partition idxpart2; -alter table idxpart detach partition idxpart3; -drop index idxpart1_a_idx; -drop index idxpart2_a_idx; -drop index idxpart3_a_idx; -select relname, relkind from pg_class where relname like 'idxpart%' order by relname; - relname | relkind ----------------+--------- - idxpart | p - idxpart1 | r - idxpart2 | r - idxpart3 | r - idxpart_a_idx | I -(5 rows) - -drop table idxpart, idxpart1, idxpart2, idxpart3; -select relname, relkind from pg_class where relname like 'idxpart%' order by relname; - relname | relkind ----------+--------- -(0 rows) - -create table idxpart (a int) partition by range (a); -create table idxpart1 (like idxpart); -create index on idxpart1 (a); -create index on idxpart (a); -create table idxpart2 (like idxpart); -alter table idxpart attach partition idxpart1 for values from (0000) to (1000); -alter table idxpart attach partition idxpart2 for values from (1000) to (2000); -create table idxpart3 partition of idxpart for values from (2000) to (3000); --- b) after detaching, dropping the index on parent does not remove the others -select relname, relkind from pg_class where relname like 'idxpart%' order by relname; - relname | relkind -----------------+--------- - idxpart | p - idxpart1 | r - idxpart1_a_idx | i - idxpart2 | r - idxpart2_a_idx | i - idxpart3 | r - idxpart3_a_idx | i - idxpart_a_idx | I -(8 rows) - -alter table idxpart detach partition idxpart1; -alter table idxpart detach partition idxpart2; -alter table idxpart detach partition idxpart3; -drop index idxpart_a_idx; -select relname, relkind from pg_class where relname like 'idxpart%' order by relname; - relname | relkind -----------------+--------- - idxpart | p - idxpart1 | r - idxpart1_a_idx | i - idxpart2 | r - idxpart2_a_idx | i - idxpart3 | r - idxpart3_a_idx | i -(7 rows) - -drop table idxpart, idxpart1, idxpart2, idxpart3; -select relname, relkind from pg_class where relname like 'idxpart%' order by relname; - relname | relkind ----------+--------- -(0 rows) - -create table idxpart (a int, b int, c int) partition by range(a); -create index on idxpart(c); -create table idxpart1 partition of idxpart for values from (0) to (250); -create table idxpart2 partition of idxpart for values from (250) to (500); -alter table idxpart detach partition idxpart2; -\d idxpart2 - Table "public.idxpart2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - c | integer | | | -Indexes: - "idxpart2_c_idx" btree (c) - -alter table idxpart2 drop column c; -\d idxpart2 - Table "public.idxpart2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | - -drop table idxpart, idxpart2; --- Verify that expression indexes inherit correctly -create table idxpart (a int, b int) partition by range (a); -create table idxpart1 (like idxpart); -create index on idxpart1 ((a + b)); -create index on idxpart ((a + b)); -create table idxpart2 (like idxpart); -alter table idxpart attach partition idxpart1 for values from (0000) to (1000); -alter table idxpart attach partition idxpart2 for values from (1000) to (2000); -create table idxpart3 partition of idxpart for values from (2000) to (3000); -select relname as child, inhparent::regclass as parent, pg_get_indexdef as childdef - from pg_class join pg_inherits on inhrelid = oid, - lateral pg_get_indexdef(pg_class.oid) - where relkind in ('i', 'I') and relname like 'idxpart%' order by relname; - child | parent | childdef --------------------+------------------+--------------------------------------------------------------------------- - idxpart1_expr_idx | idxpart_expr_idx | CREATE INDEX idxpart1_expr_idx ON public.idxpart1 USING btree (((a + b))) - idxpart2_expr_idx | idxpart_expr_idx | CREATE INDEX idxpart2_expr_idx ON public.idxpart2 USING btree (((a + b))) - idxpart3_expr_idx | idxpart_expr_idx | CREATE INDEX idxpart3_expr_idx ON public.idxpart3 USING btree (((a + b))) -(3 rows) - -drop table idxpart; --- Verify behavior for collation (mis)matches -create table idxpart (a text) partition by range (a); -create table idxpart1 (like idxpart); -create table idxpart2 (like idxpart); -create index on idxpart2 (a collate "POSIX"); -create index on idxpart2 (a); -create index on idxpart2 (a collate "C"); -alter table idxpart attach partition idxpart1 for values from ('aaa') to ('bbb'); -alter table idxpart attach partition idxpart2 for values from ('bbb') to ('ccc'); -create table idxpart3 partition of idxpart for values from ('ccc') to ('ddd'); -create index on idxpart (a collate "C"); -create table idxpart4 partition of idxpart for values from ('ddd') to ('eee'); -select relname as child, inhparent::regclass as parent, pg_get_indexdef as childdef - from pg_class left join pg_inherits on inhrelid = oid, - lateral pg_get_indexdef(pg_class.oid) - where relkind in ('i', 'I') and relname like 'idxpart%' order by relname; - child | parent | childdef ------------------+---------------+-------------------------------------------------------------------------------- - idxpart1_a_idx | idxpart_a_idx | CREATE INDEX idxpart1_a_idx ON public.idxpart1 USING btree (a COLLATE "C") - idxpart2_a_idx | | CREATE INDEX idxpart2_a_idx ON public.idxpart2 USING btree (a COLLATE "POSIX") - idxpart2_a_idx1 | | CREATE INDEX idxpart2_a_idx1 ON public.idxpart2 USING btree (a) - idxpart2_a_idx2 | idxpart_a_idx | CREATE INDEX idxpart2_a_idx2 ON public.idxpart2 USING btree (a COLLATE "C") - idxpart3_a_idx | idxpart_a_idx | CREATE INDEX idxpart3_a_idx ON public.idxpart3 USING btree (a COLLATE "C") - idxpart4_a_idx | idxpart_a_idx | CREATE INDEX idxpart4_a_idx ON public.idxpart4 USING btree (a COLLATE "C") - idxpart_a_idx | | CREATE INDEX idxpart_a_idx ON ONLY public.idxpart USING btree (a COLLATE "C") -(7 rows) - -drop table idxpart; --- Verify behavior for opclass (mis)matches -create table idxpart (a text) partition by range (a); -create table idxpart1 (like idxpart); -create table idxpart2 (like idxpart); -create index on idxpart2 (a); -alter table idxpart attach partition idxpart1 for values from ('aaa') to ('bbb'); -alter table idxpart attach partition idxpart2 for values from ('bbb') to ('ccc'); -create table idxpart3 partition of idxpart for values from ('ccc') to ('ddd'); -create index on idxpart (a text_pattern_ops); -create table idxpart4 partition of idxpart for values from ('ddd') to ('eee'); --- must *not* have attached the index we created on idxpart2 -select relname as child, inhparent::regclass as parent, pg_get_indexdef as childdef - from pg_class left join pg_inherits on inhrelid = oid, - lateral pg_get_indexdef(pg_class.oid) - where relkind in ('i', 'I') and relname like 'idxpart%' order by relname; - child | parent | childdef ------------------+---------------+------------------------------------------------------------------------------------ - idxpart1_a_idx | idxpart_a_idx | CREATE INDEX idxpart1_a_idx ON public.idxpart1 USING btree (a text_pattern_ops) - idxpart2_a_idx | | CREATE INDEX idxpart2_a_idx ON public.idxpart2 USING btree (a) - idxpart2_a_idx1 | idxpart_a_idx | CREATE INDEX idxpart2_a_idx1 ON public.idxpart2 USING btree (a text_pattern_ops) - idxpart3_a_idx | idxpart_a_idx | CREATE INDEX idxpart3_a_idx ON public.idxpart3 USING btree (a text_pattern_ops) - idxpart4_a_idx | idxpart_a_idx | CREATE INDEX idxpart4_a_idx ON public.idxpart4 USING btree (a text_pattern_ops) - idxpart_a_idx | | CREATE INDEX idxpart_a_idx ON ONLY public.idxpart USING btree (a text_pattern_ops) -(6 rows) - -drop index idxpart_a_idx; -create index on only idxpart (a text_pattern_ops); --- must reject -alter index idxpart_a_idx attach partition idxpart2_a_idx; -ERROR: cannot attach index "idxpart2_a_idx" as a partition of index "idxpart_a_idx" -DETAIL: The index definitions do not match. -drop table idxpart; --- Verify that attaching indexes maps attribute numbers correctly -create table idxpart (col1 int, a int, col2 int, b int) partition by range (a); -create table idxpart1 (b int, col1 int, col2 int, col3 int, a int); -alter table idxpart drop column col1, drop column col2; -alter table idxpart1 drop column col1, drop column col2, drop column col3; -alter table idxpart attach partition idxpart1 for values from (0) to (1000); -create index idxpart_1_idx on only idxpart (b, a); -create index idxpart1_1_idx on idxpart1 (b, a); -create index idxpart1_1b_idx on idxpart1 (b); --- test expressions and partial-index predicate, too -create index idxpart_2_idx on only idxpart ((b + a)) where a > 1; -create index idxpart1_2_idx on idxpart1 ((b + a)) where a > 1; -create index idxpart1_2b_idx on idxpart1 ((a + b)) where a > 1; -create index idxpart1_2c_idx on idxpart1 ((b + a)) where b > 1; -alter index idxpart_1_idx attach partition idxpart1_1b_idx; -- fail -ERROR: cannot attach index "idxpart1_1b_idx" as a partition of index "idxpart_1_idx" -DETAIL: The index definitions do not match. -alter index idxpart_1_idx attach partition idxpart1_1_idx; -alter index idxpart_2_idx attach partition idxpart1_2b_idx; -- fail -ERROR: cannot attach index "idxpart1_2b_idx" as a partition of index "idxpart_2_idx" -DETAIL: The index definitions do not match. -alter index idxpart_2_idx attach partition idxpart1_2c_idx; -- fail -ERROR: cannot attach index "idxpart1_2c_idx" as a partition of index "idxpart_2_idx" -DETAIL: The index definitions do not match. -alter index idxpart_2_idx attach partition idxpart1_2_idx; -- ok -select relname as child, inhparent::regclass as parent, pg_get_indexdef as childdef - from pg_class left join pg_inherits on inhrelid = oid, - lateral pg_get_indexdef(pg_class.oid) - where relkind in ('i', 'I') and relname like 'idxpart%' order by relname; - child | parent | childdef ------------------+---------------+----------------------------------------------------------------------------------------- - idxpart1_1_idx | idxpart_1_idx | CREATE INDEX idxpart1_1_idx ON public.idxpart1 USING btree (b, a) - idxpart1_1b_idx | | CREATE INDEX idxpart1_1b_idx ON public.idxpart1 USING btree (b) - idxpart1_2_idx | idxpart_2_idx | CREATE INDEX idxpart1_2_idx ON public.idxpart1 USING btree (((b + a))) WHERE (a > 1) - idxpart1_2b_idx | | CREATE INDEX idxpart1_2b_idx ON public.idxpart1 USING btree (((a + b))) WHERE (a > 1) - idxpart1_2c_idx | | CREATE INDEX idxpart1_2c_idx ON public.idxpart1 USING btree (((b + a))) WHERE (b > 1) - idxpart_1_idx | | CREATE INDEX idxpart_1_idx ON ONLY public.idxpart USING btree (b, a) - idxpart_2_idx | | CREATE INDEX idxpart_2_idx ON ONLY public.idxpart USING btree (((b + a))) WHERE (a > 1) -(7 rows) - -drop table idxpart; --- Make sure the partition columns are mapped correctly -create table idxpart (a int, b int, c text) partition by range (a); -create index idxparti on idxpart (a); -create index idxparti2 on idxpart (c, b); -create table idxpart1 (c text, a int, b int); -alter table idxpart attach partition idxpart1 for values from (0) to (10); -create table idxpart2 (c text, a int, b int); -create index on idxpart2 (a); -create index on idxpart2 (c, b); -alter table idxpart attach partition idxpart2 for values from (10) to (20); -select c.relname, pg_get_indexdef(indexrelid) - from pg_class c join pg_index i on c.oid = i.indexrelid - where indrelid::regclass::text like 'idxpart%' - order by indexrelid::regclass::text collate "C"; - relname | pg_get_indexdef -------------------+--------------------------------------------------------------------- - idxpart1_a_idx | CREATE INDEX idxpart1_a_idx ON public.idxpart1 USING btree (a) - idxpart1_c_b_idx | CREATE INDEX idxpart1_c_b_idx ON public.idxpart1 USING btree (c, b) - idxpart2_a_idx | CREATE INDEX idxpart2_a_idx ON public.idxpart2 USING btree (a) - idxpart2_c_b_idx | CREATE INDEX idxpart2_c_b_idx ON public.idxpart2 USING btree (c, b) - idxparti | CREATE INDEX idxparti ON ONLY public.idxpart USING btree (a) - idxparti2 | CREATE INDEX idxparti2 ON ONLY public.idxpart USING btree (c, b) -(6 rows) - -drop table idxpart; --- Verify that columns are mapped correctly in expression indexes -create table idxpart (col1 int, col2 int, a int, b int) partition by range (a); -create table idxpart1 (col2 int, b int, col1 int, a int); -create table idxpart2 (col1 int, col2 int, b int, a int); -alter table idxpart drop column col1, drop column col2; -alter table idxpart1 drop column col1, drop column col2; -alter table idxpart2 drop column col1, drop column col2; -create index on idxpart2 (abs(b)); -alter table idxpart attach partition idxpart2 for values from (0) to (1); -create index on idxpart (abs(b)); -create index on idxpart ((b + 1)); -alter table idxpart attach partition idxpart1 for values from (1) to (2); -select c.relname, pg_get_indexdef(indexrelid) - from pg_class c join pg_index i on c.oid = i.indexrelid - where indrelid::regclass::text like 'idxpart%' - order by indexrelid::regclass::text collate "C"; - relname | pg_get_indexdef --------------------+------------------------------------------------------------------------------ - idxpart1_abs_idx | CREATE INDEX idxpart1_abs_idx ON public.idxpart1 USING btree (abs(b)) - idxpart1_expr_idx | CREATE INDEX idxpart1_expr_idx ON public.idxpart1 USING btree (((b + 1))) - idxpart2_abs_idx | CREATE INDEX idxpart2_abs_idx ON public.idxpart2 USING btree (abs(b)) - idxpart2_expr_idx | CREATE INDEX idxpart2_expr_idx ON public.idxpart2 USING btree (((b + 1))) - idxpart_abs_idx | CREATE INDEX idxpart_abs_idx ON ONLY public.idxpart USING btree (abs(b)) - idxpart_expr_idx | CREATE INDEX idxpart_expr_idx ON ONLY public.idxpart USING btree (((b + 1))) -(6 rows) - -drop table idxpart; --- Verify that columns are mapped correctly for WHERE in a partial index -create table idxpart (col1 int, a int, col3 int, b int) partition by range (a); -alter table idxpart drop column col1, drop column col3; -create table idxpart1 (col1 int, col2 int, col3 int, col4 int, b int, a int); -alter table idxpart1 drop column col1, drop column col2, drop column col3, drop column col4; -alter table idxpart attach partition idxpart1 for values from (0) to (1000); -create table idxpart2 (col1 int, col2 int, b int, a int); -create index on idxpart2 (a) where b > 1000; -alter table idxpart2 drop column col1, drop column col2; -alter table idxpart attach partition idxpart2 for values from (1000) to (2000); -create index on idxpart (a) where b > 1000; -select c.relname, pg_get_indexdef(indexrelid) - from pg_class c join pg_index i on c.oid = i.indexrelid - where indrelid::regclass::text like 'idxpart%' - order by indexrelid::regclass::text collate "C"; - relname | pg_get_indexdef -----------------+------------------------------------------------------------------------------------ - idxpart1_a_idx | CREATE INDEX idxpart1_a_idx ON public.idxpart1 USING btree (a) WHERE (b > 1000) - idxpart2_a_idx | CREATE INDEX idxpart2_a_idx ON public.idxpart2 USING btree (a) WHERE (b > 1000) - idxpart_a_idx | CREATE INDEX idxpart_a_idx ON ONLY public.idxpart USING btree (a) WHERE (b > 1000) -(3 rows) - -drop table idxpart; --- Column number mapping: dropped columns in the partition -create table idxpart1 (drop_1 int, drop_2 int, col_keep int, drop_3 int); -alter table idxpart1 drop column drop_1; -alter table idxpart1 drop column drop_2; -alter table idxpart1 drop column drop_3; -create index on idxpart1 (col_keep); -create table idxpart (col_keep int) partition by range (col_keep); -create index on idxpart (col_keep); -alter table idxpart attach partition idxpart1 for values from (0) to (1000); -\d idxpart - Partitioned table "public.idxpart" - Column | Type | Collation | Nullable | Default -----------+---------+-----------+----------+--------- - col_keep | integer | | | -Partition key: RANGE (col_keep) -Indexes: - "idxpart_col_keep_idx" btree (col_keep) -Number of partitions: 1 (Use \d+ to list them.) - -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default -----------+---------+-----------+----------+--------- - col_keep | integer | | | -Partition of: idxpart FOR VALUES FROM (0) TO (1000) -Indexes: - "idxpart1_col_keep_idx" btree (col_keep) - -select attrelid::regclass, attname, attnum from pg_attribute - where attrelid::regclass::text like 'idxpart%' and attnum > 0 - order by attrelid::regclass, attnum; - attrelid | attname | attnum ------------------------+------------------------------+-------- - idxpart1 | ........pg.dropped.1........ | 1 - idxpart1 | ........pg.dropped.2........ | 2 - idxpart1 | col_keep | 3 - idxpart1 | ........pg.dropped.4........ | 4 - idxpart1_col_keep_idx | col_keep | 1 - idxpart | col_keep | 1 - idxpart_col_keep_idx | col_keep | 1 -(7 rows) - -drop table idxpart; --- Column number mapping: dropped columns in the parent table -create table idxpart(drop_1 int, drop_2 int, col_keep int, drop_3 int) partition by range (col_keep); -alter table idxpart drop column drop_1; -alter table idxpart drop column drop_2; -alter table idxpart drop column drop_3; -create table idxpart1 (col_keep int); -create index on idxpart1 (col_keep); -create index on idxpart (col_keep); -alter table idxpart attach partition idxpart1 for values from (0) to (1000); -\d idxpart - Partitioned table "public.idxpart" - Column | Type | Collation | Nullable | Default -----------+---------+-----------+----------+--------- - col_keep | integer | | | -Partition key: RANGE (col_keep) -Indexes: - "idxpart_col_keep_idx" btree (col_keep) -Number of partitions: 1 (Use \d+ to list them.) - -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default -----------+---------+-----------+----------+--------- - col_keep | integer | | | -Partition of: idxpart FOR VALUES FROM (0) TO (1000) -Indexes: - "idxpart1_col_keep_idx" btree (col_keep) - -select attrelid::regclass, attname, attnum from pg_attribute - where attrelid::regclass::text like 'idxpart%' and attnum > 0 - order by attrelid::regclass, attnum; - attrelid | attname | attnum ------------------------+------------------------------+-------- - idxpart | ........pg.dropped.1........ | 1 - idxpart | ........pg.dropped.2........ | 2 - idxpart | col_keep | 3 - idxpart | ........pg.dropped.4........ | 4 - idxpart1 | col_keep | 1 - idxpart1_col_keep_idx | col_keep | 1 - idxpart_col_keep_idx | col_keep | 1 -(7 rows) - -drop table idxpart; --- --- Constraint-related indexes --- --- Verify that it works to add primary key / unique to partitioned tables -create table idxpart (a int primary key, b int) partition by range (a); -\d idxpart - Partitioned table "public.idxpart" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | not null | - b | integer | | | -Partition key: RANGE (a) -Indexes: - "idxpart_pkey" PRIMARY KEY, btree (a) -Number of partitions: 0 - --- multiple primary key on child should fail -create table failpart partition of idxpart (b primary key) for values from (0) to (100); -ERROR: multiple primary keys for table "failpart" are not allowed -drop table idxpart; --- primary key on child is okay if there's no PK in the parent, though -create table idxpart (a int) partition by range (a); -create table idxpart1pk partition of idxpart (a primary key) for values from (0) to (100); -\d idxpart1pk - Table "public.idxpart1pk" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | not null | -Partition of: idxpart FOR VALUES FROM (0) TO (100) -Indexes: - "idxpart1pk_pkey" PRIMARY KEY, btree (a) - -drop table idxpart; --- Failing to use the full partition key is not allowed -create table idxpart (a int unique, b int) partition by range (a, b); -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: UNIQUE constraint on table "idxpart" lacks column "b" which is part of the partition key. -create table idxpart (a int, b int unique) partition by range (a, b); -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: UNIQUE constraint on table "idxpart" lacks column "a" which is part of the partition key. -create table idxpart (a int primary key, b int) partition by range (b, a); -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: PRIMARY KEY constraint on table "idxpart" lacks column "b" which is part of the partition key. -create table idxpart (a int, b int primary key) partition by range (b, a); -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: PRIMARY KEY constraint on table "idxpart" lacks column "a" which is part of the partition key. --- OK if you use them in some other order -create table idxpart (a int, b int, c text, primary key (a, b, c)) partition by range (b, c, a); -drop table idxpart; --- OK to add an exclusion constraint if partitioning by its equal column -create table idxpart (a int4range, exclude USING GIST (a with = )) partition by range (a); -drop table idxpart; --- OK more than one equal column -create table idxpart (a int4range, b int4range, exclude USING GIST (a with =, b with =)) partition by range (a, b); -drop table idxpart; --- OK with more than one equal column: constraint is a proper superset of partition key -create table idxpart (a int4range, b int4range, exclude USING GIST (a with =, b with =)) partition by range (a); -drop table idxpart; --- Not OK more than one equal column: partition keys are a proper superset of constraint -create table idxpart (a int4range, b int4range, exclude USING GIST (a with = )) partition by range (a, b); -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: EXCLUDE constraint on table "idxpart" lacks column "b" which is part of the partition key. --- Not OK with just -|- -create table idxpart (a int4range, exclude USING GIST (a with -|- )) partition by range (a); -ERROR: cannot match partition key to index on column "a" using non-equal operator "-|-" --- OK with equals and &&, and equals is the partition key -create table idxpart (a int4range, b int4range, exclude USING GIST (a with =, b with &&)) partition by range (a); -drop table idxpart; --- Not OK with equals and &&, and equals is not the partition key -create table idxpart (a int4range, b int4range, c int4range, exclude USING GIST (b with =, c with &&)) partition by range (a); -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: EXCLUDE constraint on table "idxpart" lacks column "a" which is part of the partition key. --- OK more than one equal column and a && column -create table idxpart (a int4range, b int4range, c int4range, exclude USING GIST (a with =, b with =, c with &&)) partition by range (a, b); -drop table idxpart; --- no expressions in partition key for PK/UNIQUE -create table idxpart (a int primary key, b int) partition by range ((b + a)); -ERROR: unsupported PRIMARY KEY constraint with partition key definition -DETAIL: PRIMARY KEY constraints cannot be used when partition keys include expressions. -create table idxpart (a int unique, b int) partition by range ((b + a)); -ERROR: unsupported UNIQUE constraint with partition key definition -DETAIL: UNIQUE constraints cannot be used when partition keys include expressions. --- use ALTER TABLE to add a primary key -create table idxpart (a int, b int, c text) partition by range (a, b); -alter table idxpart add primary key (a); -- not an incomplete one though -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: PRIMARY KEY constraint on table "idxpart" lacks column "b" which is part of the partition key. -alter table idxpart add primary key (a, b); -- this works -\d idxpart - Partitioned table "public.idxpart" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | not null | - b | integer | | not null | - c | text | | | -Partition key: RANGE (a, b) -Indexes: - "idxpart_pkey" PRIMARY KEY, btree (a, b) -Number of partitions: 0 - -create table idxpart1 partition of idxpart for values from (0, 0) to (1000, 1000); -\d idxpart1 - Table "public.idxpart1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | not null | - b | integer | | not null | - c | text | | | -Partition of: idxpart FOR VALUES FROM (0, 0) TO (1000, 1000) -Indexes: - "idxpart1_pkey" PRIMARY KEY, btree (a, b) - -drop table idxpart; --- use ALTER TABLE to add a unique constraint -create table idxpart (a int, b int) partition by range (a, b); -alter table idxpart add unique (a); -- not an incomplete one though -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: UNIQUE constraint on table "idxpart" lacks column "b" which is part of the partition key. -alter table idxpart add unique (b, a); -- this works -\d idxpart - Partitioned table "public.idxpart" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition key: RANGE (a, b) -Indexes: - "idxpart_b_a_key" UNIQUE CONSTRAINT, btree (b, a) -Number of partitions: 0 - -drop table idxpart; --- Exclusion constraints can be added if partitioning by their equal column -create table idxpart (a int4range, b int4range) partition by range (a); -alter table idxpart add exclude USING GIST (a with =); -drop table idxpart; --- OK more than one equal column -create table idxpart (a int4range, b int4range) partition by range (a, b); -alter table idxpart add exclude USING GIST (a with =, b with =); -drop table idxpart; --- OK with more than one equal column: constraint is a proper superset of partition key -create table idxpart (a int4range, b int4range) partition by range (a); -alter table idxpart add exclude USING GIST (a with =, b with =); -drop table idxpart; --- Not OK more than one equal column: partition keys are a proper superset of constraint -create table idxpart (a int4range, b int4range) partition by range (a, b); -alter table idxpart add exclude USING GIST (a with =); -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: EXCLUDE constraint on table "idxpart" lacks column "b" which is part of the partition key. -drop table idxpart; --- Not OK with just -|- -create table idxpart (a int4range, b int4range) partition by range (a, b); -alter table idxpart add exclude USING GIST (a with -|-); -ERROR: cannot match partition key to index on column "a" using non-equal operator "-|-" -drop table idxpart; --- OK with equals and &&, and equals is the partition key -create table idxpart (a int4range, b int4range) partition by range (a); -alter table idxpart add exclude USING GIST (a with =, b with &&); -drop table idxpart; --- Not OK with equals and &&, and equals is not the partition key -create table idxpart (a int4range, b int4range, c int4range) partition by range (a); -alter table idxpart add exclude USING GIST (b with =, c with &&); -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: EXCLUDE constraint on table "idxpart" lacks column "a" which is part of the partition key. -drop table idxpart; --- OK more than one equal column and a && column -create table idxpart (a int4range, b int4range, c int4range) partition by range (a, b); -alter table idxpart add exclude USING GIST (a with =, b with =, c with &&); -drop table idxpart; --- When (sub)partitions are created, they also contain the constraint -create table idxpart (a int, b int, primary key (a, b)) partition by range (a, b); -create table idxpart1 partition of idxpart for values from (1, 1) to (10, 10); -create table idxpart2 partition of idxpart for values from (10, 10) to (20, 20) - partition by range (b); -create table idxpart21 partition of idxpart2 for values from (10) to (15); -create table idxpart22 partition of idxpart2 for values from (15) to (20); -create table idxpart3 (b int not null, a int not null); -alter table idxpart attach partition idxpart3 for values from (20, 20) to (30, 30); -select conname, contype, conrelid::regclass, conindid::regclass, conkey - from pg_constraint where conrelid::regclass::text like 'idxpart%' - order by conrelid::regclass::text, conname; - conname | contype | conrelid | conindid | conkey ----------------------+---------+-----------+----------------+-------- - idxpart_a_not_null | n | idxpart | - | {1} - idxpart_b_not_null | n | idxpart | - | {2} - idxpart_pkey | p | idxpart | idxpart_pkey | {1,2} - idxpart1_pkey | p | idxpart1 | idxpart1_pkey | {1,2} - idxpart_a_not_null | n | idxpart1 | - | {1} - idxpart_b_not_null | n | idxpart1 | - | {2} - idxpart2_pkey | p | idxpart2 | idxpart2_pkey | {1,2} - idxpart_a_not_null | n | idxpart2 | - | {1} - idxpart_b_not_null | n | idxpart2 | - | {2} - idxpart21_pkey | p | idxpart21 | idxpart21_pkey | {1,2} - idxpart_a_not_null | n | idxpart21 | - | {1} - idxpart_b_not_null | n | idxpart21 | - | {2} - idxpart22_pkey | p | idxpart22 | idxpart22_pkey | {1,2} - idxpart_a_not_null | n | idxpart22 | - | {1} - idxpart_b_not_null | n | idxpart22 | - | {2} - idxpart3_a_not_null | n | idxpart3 | - | {2} - idxpart3_b_not_null | n | idxpart3 | - | {1} - idxpart3_pkey | p | idxpart3 | idxpart3_pkey | {2,1} -(18 rows) - -drop table idxpart; --- Verify that multi-layer partitioning honors the requirement that all --- columns in the partition key must appear in primary/unique key -create table idxpart (a int, b int, primary key (a)) partition by range (a); -create table idxpart2 partition of idxpart -for values from (0) to (1000) partition by range (b); -- fail -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: PRIMARY KEY constraint on table "idxpart2" lacks column "b" which is part of the partition key. -drop table idxpart; --- Ditto for the ATTACH PARTITION case -create table idxpart (a int unique, b int) partition by range (a); -create table idxpart1 (a int not null, b int, unique (a, b)) - partition by range (a, b); -alter table idxpart attach partition idxpart1 for values from (1) to (1000); -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: UNIQUE constraint on table "idxpart1" lacks column "b" which is part of the partition key. -DROP TABLE idxpart, idxpart1; --- Multi-layer partitioning works correctly in this case: -create table idxpart (a int, b int, primary key (a, b)) partition by range (a); -create table idxpart2 partition of idxpart for values from (0) to (1000) partition by range (b); -create table idxpart21 partition of idxpart2 for values from (0) to (1000); -select conname, contype, conrelid::regclass, conindid::regclass, conkey - from pg_constraint where conrelid::regclass::text like 'idxpart%' - order by conrelid::regclass::text, conname; - conname | contype | conrelid | conindid | conkey ---------------------+---------+-----------+----------------+-------- - idxpart_a_not_null | n | idxpart | - | {1} - idxpart_b_not_null | n | idxpart | - | {2} - idxpart_pkey | p | idxpart | idxpart_pkey | {1,2} - idxpart2_pkey | p | idxpart2 | idxpart2_pkey | {1,2} - idxpart_a_not_null | n | idxpart2 | - | {1} - idxpart_b_not_null | n | idxpart2 | - | {2} - idxpart21_pkey | p | idxpart21 | idxpart21_pkey | {1,2} - idxpart_a_not_null | n | idxpart21 | - | {1} - idxpart_b_not_null | n | idxpart21 | - | {2} -(9 rows) - -drop table idxpart; --- If a partitioned table has a unique/PK constraint, then it's not possible --- to drop the corresponding constraint in the children; nor it's possible --- to drop the indexes individually. Dropping the constraint in the parent --- gets rid of the lot. -create table idxpart (i int) partition by hash (i); -create table idxpart0 partition of idxpart (i) for values with (modulus 2, remainder 0); -create table idxpart1 partition of idxpart (i) for values with (modulus 2, remainder 1); -alter table idxpart0 add primary key(i); -alter table idxpart add primary key(i); -select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid, - conname, conislocal, coninhcount, connoinherit, convalidated - from pg_index idx left join pg_inherits inh on (idx.indexrelid = inh.inhrelid) - left join pg_constraint con on (idx.indexrelid = con.conindid) - where indrelid::regclass::text like 'idxpart%' - order by indexrelid::regclass::text collate "C"; - indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated -----------+---------------+--------------+------------+---------------+------------+-------------+--------------+-------------- - idxpart0 | idxpart0_pkey | idxpart_pkey | t | idxpart0_pkey | f | 1 | t | t - idxpart1 | idxpart1_pkey | idxpart_pkey | t | idxpart1_pkey | f | 1 | f | t - idxpart | idxpart_pkey | | t | idxpart_pkey | t | 0 | t | t -(3 rows) - -drop index idxpart0_pkey; -- fail -ERROR: cannot drop index idxpart0_pkey because index idxpart_pkey requires it -HINT: You can drop index idxpart_pkey instead. -drop index idxpart1_pkey; -- fail -ERROR: cannot drop index idxpart1_pkey because index idxpart_pkey requires it -HINT: You can drop index idxpart_pkey instead. -alter table idxpart0 drop constraint idxpart0_pkey; -- fail -ERROR: cannot drop inherited constraint "idxpart0_pkey" of relation "idxpart0" -alter table idxpart1 drop constraint idxpart1_pkey; -- fail -ERROR: cannot drop inherited constraint "idxpart1_pkey" of relation "idxpart1" -alter table idxpart drop constraint idxpart_pkey; -- ok -select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid, - conname, conislocal, coninhcount, connoinherit, convalidated - from pg_index idx left join pg_inherits inh on (idx.indexrelid = inh.inhrelid) - left join pg_constraint con on (idx.indexrelid = con.conindid) - where indrelid::regclass::text like 'idxpart%' - order by indexrelid::regclass::text collate "C"; - indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated -----------+------------+-----------+------------+---------+------------+-------------+--------------+-------------- -(0 rows) - -drop table idxpart; --- If the partition to be attached already has a primary key, fail if --- it doesn't match the parent's PK. -CREATE TABLE idxpart (c1 INT PRIMARY KEY, c2 INT, c3 VARCHAR(10)) PARTITION BY RANGE(c1); -CREATE TABLE idxpart1 (LIKE idxpart); -ALTER TABLE idxpart1 ADD PRIMARY KEY (c1, c2); -ALTER TABLE idxpart ATTACH PARTITION idxpart1 FOR VALUES FROM (100) TO (200); -ERROR: multiple primary keys for table "idxpart1" are not allowed -DROP TABLE idxpart, idxpart1; --- Ditto if there is some distance between the PKs (subpartitioning) -create table idxpart (a int, b int, primary key (a)) partition by range (a); -create table idxpart1 (a int not null, b int) partition by range (a); -create table idxpart11 (a int not null, b int primary key); -alter table idxpart1 attach partition idxpart11 for values from (0) to (1000); -alter table idxpart attach partition idxpart1 for values from (0) to (10000); -ERROR: multiple primary keys for table "idxpart11" are not allowed -drop table idxpart, idxpart1, idxpart11; --- If a partitioned table has a constraint whose index is not valid, --- attaching a missing partition makes it valid. -create table idxpart (a int) partition by range (a); -create table idxpart0 (like idxpart); -alter table idxpart0 add primary key (a); -alter table idxpart attach partition idxpart0 for values from (0) to (1000); -alter table only idxpart add primary key (a); -select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid, - conname, conislocal, coninhcount, connoinherit, convalidated - from pg_index idx left join pg_inherits inh on (idx.indexrelid = inh.inhrelid) - left join pg_constraint con on (idx.indexrelid = con.conindid) - where indrelid::regclass::text like 'idxpart%' - order by indexrelid::regclass::text collate "C"; - indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated -----------+---------------+-----------+------------+---------------+------------+-------------+--------------+-------------- - idxpart0 | idxpart0_pkey | | t | idxpart0_pkey | t | 0 | t | t - idxpart | idxpart_pkey | | f | idxpart_pkey | t | 0 | t | t -(2 rows) - -alter index idxpart_pkey attach partition idxpart0_pkey; -select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid, - conname, conislocal, coninhcount, connoinherit, convalidated - from pg_index idx left join pg_inherits inh on (idx.indexrelid = inh.inhrelid) - left join pg_constraint con on (idx.indexrelid = con.conindid) - where indrelid::regclass::text like 'idxpart%' - order by indexrelid::regclass::text collate "C"; - indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated -----------+---------------+--------------+------------+---------------+------------+-------------+--------------+-------------- - idxpart0 | idxpart0_pkey | idxpart_pkey | t | idxpart0_pkey | f | 1 | t | t - idxpart | idxpart_pkey | | t | idxpart_pkey | t | 0 | t | t -(2 rows) - -drop table idxpart; --- Related to the above scenario: ADD PRIMARY KEY on the parent mustn't --- automatically propagate NOT NULL to child columns. -create table idxpart (a int) partition by range (a); -create table idxpart0 (like idxpart); -alter table idxpart0 add unique (a); -alter table idxpart attach partition idxpart0 default; -alter table only idxpart add primary key (a); -- fail, no not-null constraint -ERROR: column "a" of table "idxpart0" is not marked NOT NULL -alter table idxpart0 alter column a set not null; -alter table only idxpart add primary key (a); -- now it works -alter index idxpart_pkey attach partition idxpart0_a_key; -drop table idxpart; --- if a partition has a unique index without a constraint, does not attach --- automatically; creates a new index instead. -create table idxpart (a int, b int) partition by range (a); -create table idxpart1 (a int not null, b int); -create unique index on idxpart1 (a); -alter table idxpart add primary key (a); -alter table idxpart attach partition idxpart1 for values from (1) to (1000); -select indrelid::regclass, indexrelid::regclass, inhparent::regclass, indisvalid, - conname, conislocal, coninhcount, connoinherit, convalidated - from pg_index idx left join pg_inherits inh on (idx.indexrelid = inh.inhrelid) - left join pg_constraint con on (idx.indexrelid = con.conindid) - where indrelid::regclass::text like 'idxpart%' - order by indexrelid::regclass::text collate "C"; - indrelid | indexrelid | inhparent | indisvalid | conname | conislocal | coninhcount | connoinherit | convalidated -----------+----------------+--------------+------------+---------------+------------+-------------+--------------+-------------- - idxpart1 | idxpart1_a_idx | | t | | | | | - idxpart1 | idxpart1_pkey | idxpart_pkey | t | idxpart1_pkey | f | 1 | f | t - idxpart | idxpart_pkey | | t | idxpart_pkey | t | 0 | t | t -(3 rows) - -drop table idxpart; --- Can't attach an index without a corresponding constraint -create table idxpart (a int, b int) partition by range (a); -create table idxpart1 (a int not null, b int); -create unique index on idxpart1 (a); -alter table idxpart attach partition idxpart1 for values from (1) to (1000); -alter table only idxpart add primary key (a); -alter index idxpart_pkey attach partition idxpart1_a_idx; -- fail -ERROR: cannot attach index "idxpart1_a_idx" as a partition of index "idxpart_pkey" -DETAIL: The index "idxpart_pkey" belongs to a constraint in table "idxpart" but no constraint exists for index "idxpart1_a_idx". -drop table idxpart; --- Test that unique constraints are working -create table idxpart (a int, b text, primary key (a, b)) partition by range (a); -create table idxpart1 partition of idxpart for values from (0) to (100000); -create table idxpart2 (c int, like idxpart); -insert into idxpart2 (c, a, b) values (42, 572814, 'inserted first'); -alter table idxpart2 drop column c; -create unique index on idxpart (a); -alter table idxpart attach partition idxpart2 for values from (100000) to (1000000); -insert into idxpart values (0, 'zero'), (42, 'life'), (2^16, 'sixteen'); -insert into idxpart select 2^g, format('two to power of %s', g) from generate_series(15, 17) g; -ERROR: duplicate key value violates unique constraint "idxpart1_a_idx" -DETAIL: Key (a)=(65536) already exists. -insert into idxpart values (16, 'sixteen'); -insert into idxpart (b, a) values ('one', 142857), ('two', 285714); -insert into idxpart select a * 2, b || b from idxpart where a between 2^16 and 2^19; -ERROR: duplicate key value violates unique constraint "idxpart2_a_idx" -DETAIL: Key (a)=(285714) already exists. -insert into idxpart values (572814, 'five'); -ERROR: duplicate key value violates unique constraint "idxpart2_a_idx" -DETAIL: Key (a)=(572814) already exists. -insert into idxpart values (857142, 'six'); -select tableoid::regclass, * from idxpart order by a; - tableoid | a | b -----------+--------+---------------- - idxpart1 | 0 | zero - idxpart1 | 16 | sixteen - idxpart1 | 42 | life - idxpart1 | 65536 | sixteen - idxpart2 | 142857 | one - idxpart2 | 285714 | two - idxpart2 | 572814 | inserted first - idxpart2 | 857142 | six -(8 rows) - -drop table idxpart; --- Test some other non-btree index types -create table idxpart (a int, b text, c int[]) partition by range (a); -create table idxpart1 partition of idxpart for values from (0) to (100000); -set enable_seqscan to off; -create index idxpart_brin on idxpart using brin(b); -explain (costs off) select * from idxpart where b = 'abcd'; - QUERY PLAN -------------------------------------------- - Bitmap Heap Scan on idxpart1 idxpart - Recheck Cond: (b = 'abcd'::text) - -> Bitmap Index Scan on idxpart1_b_idx - Index Cond: (b = 'abcd'::text) -(4 rows) - -drop index idxpart_brin; -create index idxpart_spgist on idxpart using spgist(b); -explain (costs off) select * from idxpart where b = 'abcd'; - QUERY PLAN -------------------------------------------- - Bitmap Heap Scan on idxpart1 idxpart - Recheck Cond: (b = 'abcd'::text) - -> Bitmap Index Scan on idxpart1_b_idx - Index Cond: (b = 'abcd'::text) -(4 rows) - -drop index idxpart_spgist; -create index idxpart_gin on idxpart using gin(c); -explain (costs off) select * from idxpart where c @> array[42]; - QUERY PLAN ----------------------------------------------- - Bitmap Heap Scan on idxpart1 idxpart - Recheck Cond: (c @> '{42}'::integer[]) - -> Bitmap Index Scan on idxpart1_c_idx - Index Cond: (c @> '{42}'::integer[]) -(4 rows) - -drop index idxpart_gin; -reset enable_seqscan; -drop table idxpart; --- intentionally leave some objects around -create table idxpart (a int) partition by range (a); -create table idxpart1 partition of idxpart for values from (0) to (100); -create table idxpart2 partition of idxpart for values from (100) to (1000) - partition by range (a); -create table idxpart21 partition of idxpart2 for values from (100) to (200); -create table idxpart22 partition of idxpart2 for values from (200) to (300); -create index on idxpart22 (a); -create index on only idxpart2 (a); -alter index idxpart2_a_idx attach partition idxpart22_a_idx; -create index on idxpart (a); -create table idxpart_another (a int, b int, primary key (a, b)) partition by range (a); -create table idxpart_another_1 partition of idxpart_another for values from (0) to (100); -create table idxpart3 (c int, b int, a int) partition by range (a); -alter table idxpart3 drop column b, drop column c; -create table idxpart31 partition of idxpart3 for values from (1000) to (1200); -create table idxpart32 partition of idxpart3 for values from (1200) to (1400); -alter table idxpart attach partition idxpart3 for values from (1000) to (2000); --- More objects intentionally left behind, to verify some pg_dump/pg_upgrade --- behavior; see https://postgr.es/m/20190321204928.GA17535@alvherre.pgsql -create schema regress_indexing; -set search_path to regress_indexing; -create table pk (a int primary key) partition by range (a); -create table pk1 partition of pk for values from (0) to (1000); -create table pk2 (b int, a int); -alter table pk2 drop column b; -alter table pk2 alter a set not null; -alter table pk attach partition pk2 for values from (1000) to (2000); -create table pk3 partition of pk for values from (2000) to (3000); -create table pk4 (like pk); -alter table pk attach partition pk4 for values from (3000) to (4000); -create table pk5 (like pk) partition by range (a); -create table pk51 partition of pk5 for values from (4000) to (4500); -create table pk52 partition of pk5 for values from (4500) to (5000); -alter table pk attach partition pk5 for values from (4000) to (5000); -reset search_path; --- Test that covering partitioned indexes work in various cases -create table covidxpart (a int, b int) partition by list (a); -create unique index on covidxpart (a) include (b); -create table covidxpart1 partition of covidxpart for values in (1); -create table covidxpart2 partition of covidxpart for values in (2); -insert into covidxpart values (1, 1); -insert into covidxpart values (1, 1); -ERROR: duplicate key value violates unique constraint "covidxpart1_a_b_idx" -DETAIL: Key (a)=(1) already exists. -create table covidxpart3 (b int, c int, a int); -alter table covidxpart3 drop c; -alter table covidxpart attach partition covidxpart3 for values in (3); -insert into covidxpart values (3, 1); -insert into covidxpart values (3, 1); -ERROR: duplicate key value violates unique constraint "covidxpart3_a_b_idx" -DETAIL: Key (a)=(3) already exists. -create table covidxpart4 (b int, a int); -create unique index on covidxpart4 (a) include (b); -create unique index on covidxpart4 (a); -alter table covidxpart attach partition covidxpart4 for values in (4); -insert into covidxpart values (4, 1); -insert into covidxpart values (4, 1); -ERROR: duplicate key value violates unique constraint "covidxpart4_a_b_idx" -DETAIL: Key (a)=(4) already exists. -create unique index on covidxpart (b) include (a); -- should fail -ERROR: unique constraint on partitioned table must include all partitioning columns -DETAIL: UNIQUE constraint on table "covidxpart" lacks column "a" which is part of the partition key. --- check that detaching a partition also detaches the primary key constraint -create table parted_pk_detach_test (a int primary key) partition by list (a); -create table parted_pk_detach_test1 partition of parted_pk_detach_test for values in (1); -alter table parted_pk_detach_test1 drop constraint parted_pk_detach_test1_pkey; -- should fail -ERROR: cannot drop inherited constraint "parted_pk_detach_test1_pkey" of relation "parted_pk_detach_test1" -alter table parted_pk_detach_test detach partition parted_pk_detach_test1; -alter table parted_pk_detach_test1 drop constraint parted_pk_detach_test1_pkey; -drop table parted_pk_detach_test, parted_pk_detach_test1; -create table parted_uniq_detach_test (a int unique) partition by list (a); -create table parted_uniq_detach_test1 partition of parted_uniq_detach_test for values in (1); -alter table parted_uniq_detach_test1 drop constraint parted_uniq_detach_test1_a_key; -- should fail -ERROR: cannot drop inherited constraint "parted_uniq_detach_test1_a_key" of relation "parted_uniq_detach_test1" -alter table parted_uniq_detach_test detach partition parted_uniq_detach_test1; -alter table parted_uniq_detach_test1 drop constraint parted_uniq_detach_test1_a_key; -drop table parted_uniq_detach_test, parted_uniq_detach_test1; --- check that dropping a column takes with it any partitioned indexes --- depending on it. -create table parted_index_col_drop(a int, b int, c int) - partition by list (a); -create table parted_index_col_drop1 partition of parted_index_col_drop - for values in (1) partition by list (a); --- leave this partition without children. -create table parted_index_col_drop2 partition of parted_index_col_drop - for values in (2) partition by list (a); -create table parted_index_col_drop11 partition of parted_index_col_drop1 - for values in (1); -create index on parted_index_col_drop (b); -create index on parted_index_col_drop (c); -create index on parted_index_col_drop (b, c); -alter table parted_index_col_drop drop column c; -\d parted_index_col_drop - Partitioned table "public.parted_index_col_drop" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition key: LIST (a) -Indexes: - "parted_index_col_drop_b_idx" btree (b) -Number of partitions: 2 (Use \d+ to list them.) - -\d parted_index_col_drop1 - Partitioned table "public.parted_index_col_drop1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: parted_index_col_drop FOR VALUES IN (1) -Partition key: LIST (a) -Indexes: - "parted_index_col_drop1_b_idx" btree (b) -Number of partitions: 1 (Use \d+ to list them.) - -\d parted_index_col_drop2 - Partitioned table "public.parted_index_col_drop2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: parted_index_col_drop FOR VALUES IN (2) -Partition key: LIST (a) -Indexes: - "parted_index_col_drop2_b_idx" btree (b) -Number of partitions: 0 - -\d parted_index_col_drop11 - Table "public.parted_index_col_drop11" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: parted_index_col_drop1 FOR VALUES IN (1) -Indexes: - "parted_index_col_drop11_b_idx" btree (b) - -drop table parted_index_col_drop; --- Check that invalid indexes are not selected when attaching a partition. -create table parted_inval_tab (a int) partition by range (a); -create index parted_inval_idx on parted_inval_tab (a); -create table parted_inval_tab_1 (a int) partition by range (a); -create table parted_inval_tab_1_1 partition of parted_inval_tab_1 - for values from (0) to (10); -create table parted_inval_tab_1_2 partition of parted_inval_tab_1 - for values from (10) to (20); --- this creates an invalid index. -create index parted_inval_ixd_1 on only parted_inval_tab_1 (a); --- this creates new indexes for all the partitions of parted_inval_tab_1, --- discarding the invalid index created previously as what is chosen. -alter table parted_inval_tab attach partition parted_inval_tab_1 - for values from (1) to (100); -select indexrelid::regclass, indisvalid, - indrelid::regclass, inhparent::regclass - from pg_index idx left join - pg_inherits inh on (idx.indexrelid = inh.inhrelid) - where indexrelid::regclass::text like 'parted_inval%' - order by indexrelid::regclass::text collate "C"; - indexrelid | indisvalid | indrelid | inhparent -----------------------------+------------+----------------------+-------------------------- - parted_inval_idx | t | parted_inval_tab | - parted_inval_ixd_1 | f | parted_inval_tab_1 | - parted_inval_tab_1_1_a_idx | t | parted_inval_tab_1_1 | parted_inval_tab_1_a_idx - parted_inval_tab_1_2_a_idx | t | parted_inval_tab_1_2 | parted_inval_tab_1_a_idx - parted_inval_tab_1_a_idx | t | parted_inval_tab_1 | parted_inval_idx -(5 rows) - -drop table parted_inval_tab; --- Check setup of indisvalid across a complex partition tree on index --- creation. If one index in a partition index is invalid, so should its --- partitioned index. -create table parted_isvalid_tab (a int, b int) partition by range (a); -create table parted_isvalid_tab_1 partition of parted_isvalid_tab - for values from (1) to (10) partition by range (a); -create table parted_isvalid_tab_2 partition of parted_isvalid_tab - for values from (10) to (20) partition by range (a); -create table parted_isvalid_tab_11 partition of parted_isvalid_tab_1 - for values from (1) to (5); -create table parted_isvalid_tab_12 partition of parted_isvalid_tab_1 - for values from (5) to (10); --- create an invalid index on one of the partitions. -insert into parted_isvalid_tab_11 values (1, 0); -create index concurrently parted_isvalid_idx_11 on parted_isvalid_tab_11 ((a/b)); -ERROR: division by zero --- The previous invalid index is selected, invalidating all the indexes up to --- the top-most parent. -create index parted_isvalid_idx on parted_isvalid_tab ((a/b)); -select indexrelid::regclass, indisvalid, - indrelid::regclass, inhparent::regclass - from pg_index idx left join - pg_inherits inh on (idx.indexrelid = inh.inhrelid) - where indexrelid::regclass::text like 'parted_isvalid%' - order by indexrelid::regclass::text collate "C"; - indexrelid | indisvalid | indrelid | inhparent ---------------------------------+------------+-----------------------+------------------------------- - parted_isvalid_idx | f | parted_isvalid_tab | - parted_isvalid_idx_11 | f | parted_isvalid_tab_11 | parted_isvalid_tab_1_expr_idx - parted_isvalid_tab_12_expr_idx | t | parted_isvalid_tab_12 | parted_isvalid_tab_1_expr_idx - parted_isvalid_tab_1_expr_idx | f | parted_isvalid_tab_1 | parted_isvalid_idx - parted_isvalid_tab_2_expr_idx | t | parted_isvalid_tab_2 | parted_isvalid_idx -(5 rows) - -drop table parted_isvalid_tab; --- Check state of replica indexes when attaching a partition. -begin; -create table parted_replica_tab (id int not null) partition by range (id); -create table parted_replica_tab_1 partition of parted_replica_tab - for values from (1) to (10) partition by range (id); -create table parted_replica_tab_11 partition of parted_replica_tab_1 - for values from (1) to (5); -create unique index parted_replica_idx - on only parted_replica_tab using btree (id); -create unique index parted_replica_idx_1 - on only parted_replica_tab_1 using btree (id); --- This triggers an update of pg_index.indisreplident for parted_replica_idx. -alter table only parted_replica_tab_1 replica identity - using index parted_replica_idx_1; -create unique index parted_replica_idx_11 on parted_replica_tab_11 USING btree (id); -select indexrelid::regclass, indisvalid, indisreplident, - indrelid::regclass, inhparent::regclass - from pg_index idx left join - pg_inherits inh on (idx.indexrelid = inh.inhrelid) - where indexrelid::regclass::text like 'parted_replica%' - order by indexrelid::regclass::text collate "C"; - indexrelid | indisvalid | indisreplident | indrelid | inhparent ------------------------+------------+----------------+-----------------------+----------- - parted_replica_idx | f | f | parted_replica_tab | - parted_replica_idx_1 | f | t | parted_replica_tab_1 | - parted_replica_idx_11 | t | f | parted_replica_tab_11 | -(3 rows) - --- parted_replica_idx is not valid yet here, because parted_replica_idx_1 --- is not valid. -alter index parted_replica_idx ATTACH PARTITION parted_replica_idx_1; -select indexrelid::regclass, indisvalid, indisreplident, - indrelid::regclass, inhparent::regclass - from pg_index idx left join - pg_inherits inh on (idx.indexrelid = inh.inhrelid) - where indexrelid::regclass::text like 'parted_replica%' - order by indexrelid::regclass::text collate "C"; - indexrelid | indisvalid | indisreplident | indrelid | inhparent ------------------------+------------+----------------+-----------------------+-------------------- - parted_replica_idx | f | f | parted_replica_tab | - parted_replica_idx_1 | f | t | parted_replica_tab_1 | parted_replica_idx - parted_replica_idx_11 | t | f | parted_replica_tab_11 | -(3 rows) - --- parted_replica_idx becomes valid here. -alter index parted_replica_idx_1 ATTACH PARTITION parted_replica_idx_11; -alter table only parted_replica_tab_1 replica identity - using index parted_replica_idx_1; -commit; -select indexrelid::regclass, indisvalid, indisreplident, - indrelid::regclass, inhparent::regclass - from pg_index idx left join - pg_inherits inh on (idx.indexrelid = inh.inhrelid) - where indexrelid::regclass::text like 'parted_replica%' - order by indexrelid::regclass::text collate "C"; - indexrelid | indisvalid | indisreplident | indrelid | inhparent ------------------------+------------+----------------+-----------------------+---------------------- - parted_replica_idx | t | f | parted_replica_tab | - parted_replica_idx_1 | t | t | parted_replica_tab_1 | parted_replica_idx - parted_replica_idx_11 | t | f | parted_replica_tab_11 | parted_replica_idx_1 -(3 rows) - -drop table parted_replica_tab; --- test that indexing commands work with TOASTed values in pg_index -create table test_pg_index_toast_table (a int); -create or replace function test_pg_index_toast_func (a int, b int[]) - returns bool as $$ select true $$ language sql immutable; -select array_agg(n) b from generate_series(1, 10000) n \gset -create index concurrently test_pg_index_toast_index - on test_pg_index_toast_table (test_pg_index_toast_func(a, :'b')); -reindex index concurrently test_pg_index_toast_index; -drop index concurrently test_pg_index_toast_index; -create index test_pg_index_toast_index - on test_pg_index_toast_table (test_pg_index_toast_func(a, :'b')); -reindex index test_pg_index_toast_index; -drop index test_pg_index_toast_index; -drop function test_pg_index_toast_func; -drop table test_pg_index_toast_table; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_aggregate.out 2025-05-11 19:30:18.978336000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_aggregate.out 2025-05-11 19:32:43.385642000 +0000 @@ -1,1520 +1,2 @@ --- --- PARTITION_AGGREGATE --- Test partitionwise aggregation on partitioned tables --- --- Note: to ensure plan stability, it's a good idea to make the partitions of --- any one partitioned table in this test all have different numbers of rows. --- --- Enable partitionwise aggregate, which by default is disabled. -SET enable_partitionwise_aggregate TO true; --- Enable partitionwise join, which by default is disabled. -SET enable_partitionwise_join TO true; --- Disable parallel plans. -SET max_parallel_workers_per_gather TO 0; --- Disable incremental sort, which can influence selected plans due to fuzz factor. -SET enable_incremental_sort TO off; --- --- Tests for list partitioned tables. --- -CREATE TABLE pagg_tab (a int, b int, c text, d int) PARTITION BY LIST(c); -CREATE TABLE pagg_tab_p1 PARTITION OF pagg_tab FOR VALUES IN ('0000', '0001', '0002', '0003', '0004'); -CREATE TABLE pagg_tab_p2 PARTITION OF pagg_tab FOR VALUES IN ('0005', '0006', '0007', '0008'); -CREATE TABLE pagg_tab_p3 PARTITION OF pagg_tab FOR VALUES IN ('0009', '0010', '0011'); -INSERT INTO pagg_tab SELECT i % 20, i % 30, to_char(i % 12, 'FM0000'), i % 30 FROM generate_series(0, 2999) i; -ANALYZE pagg_tab; --- When GROUP BY clause matches; full aggregation is performed for each partition. -EXPLAIN (COSTS OFF) -SELECT c, sum(a), avg(b), count(*), min(a), max(b) FROM pagg_tab GROUP BY c HAVING avg(d) < 15 ORDER BY 1, 2, 3; - QUERY PLAN --------------------------------------------------------------- - Sort - Sort Key: pagg_tab.c, (sum(pagg_tab.a)), (avg(pagg_tab.b)) - -> Append - -> HashAggregate - Group Key: pagg_tab.c - Filter: (avg(pagg_tab.d) < '15'::numeric) - -> Seq Scan on pagg_tab_p1 pagg_tab - -> HashAggregate - Group Key: pagg_tab_1.c - Filter: (avg(pagg_tab_1.d) < '15'::numeric) - -> Seq Scan on pagg_tab_p2 pagg_tab_1 - -> HashAggregate - Group Key: pagg_tab_2.c - Filter: (avg(pagg_tab_2.d) < '15'::numeric) - -> Seq Scan on pagg_tab_p3 pagg_tab_2 -(15 rows) - -SELECT c, sum(a), avg(b), count(*), min(a), max(b) FROM pagg_tab GROUP BY c HAVING avg(d) < 15 ORDER BY 1, 2, 3; - c | sum | avg | count | min | max -------+------+---------------------+-------+-----+----- - 0000 | 2000 | 12.0000000000000000 | 250 | 0 | 24 - 0001 | 2250 | 13.0000000000000000 | 250 | 1 | 25 - 0002 | 2500 | 14.0000000000000000 | 250 | 2 | 26 - 0006 | 2500 | 12.0000000000000000 | 250 | 2 | 24 - 0007 | 2750 | 13.0000000000000000 | 250 | 3 | 25 - 0008 | 2000 | 14.0000000000000000 | 250 | 0 | 26 -(6 rows) - --- When GROUP BY clause does not match; partial aggregation is performed for each partition. -EXPLAIN (COSTS OFF) -SELECT a, sum(b), avg(b), count(*), min(a), max(b) FROM pagg_tab GROUP BY a HAVING avg(d) < 15 ORDER BY 1, 2, 3; - QUERY PLAN --------------------------------------------------------------- - Sort - Sort Key: pagg_tab.a, (sum(pagg_tab.b)), (avg(pagg_tab.b)) - -> Finalize HashAggregate - Group Key: pagg_tab.a - Filter: (avg(pagg_tab.d) < '15'::numeric) - -> Append - -> Partial HashAggregate - Group Key: pagg_tab.a - -> Seq Scan on pagg_tab_p1 pagg_tab - -> Partial HashAggregate - Group Key: pagg_tab_1.a - -> Seq Scan on pagg_tab_p2 pagg_tab_1 - -> Partial HashAggregate - Group Key: pagg_tab_2.a - -> Seq Scan on pagg_tab_p3 pagg_tab_2 -(15 rows) - -SELECT a, sum(b), avg(b), count(*), min(a), max(b) FROM pagg_tab GROUP BY a HAVING avg(d) < 15 ORDER BY 1, 2, 3; - a | sum | avg | count | min | max -----+------+---------------------+-------+-----+----- - 0 | 1500 | 10.0000000000000000 | 150 | 0 | 20 - 1 | 1650 | 11.0000000000000000 | 150 | 1 | 21 - 2 | 1800 | 12.0000000000000000 | 150 | 2 | 22 - 3 | 1950 | 13.0000000000000000 | 150 | 3 | 23 - 4 | 2100 | 14.0000000000000000 | 150 | 4 | 24 - 10 | 1500 | 10.0000000000000000 | 150 | 10 | 20 - 11 | 1650 | 11.0000000000000000 | 150 | 11 | 21 - 12 | 1800 | 12.0000000000000000 | 150 | 12 | 22 - 13 | 1950 | 13.0000000000000000 | 150 | 13 | 23 - 14 | 2100 | 14.0000000000000000 | 150 | 14 | 24 -(10 rows) - --- Check with multiple columns in GROUP BY -EXPLAIN (COSTS OFF) -SELECT a, c, count(*) FROM pagg_tab GROUP BY a, c; - QUERY PLAN ------------------------------------------------- - Append - -> HashAggregate - Group Key: pagg_tab.a, pagg_tab.c - -> Seq Scan on pagg_tab_p1 pagg_tab - -> HashAggregate - Group Key: pagg_tab_1.a, pagg_tab_1.c - -> Seq Scan on pagg_tab_p2 pagg_tab_1 - -> HashAggregate - Group Key: pagg_tab_2.a, pagg_tab_2.c - -> Seq Scan on pagg_tab_p3 pagg_tab_2 -(10 rows) - --- Check with multiple columns in GROUP BY, order in GROUP BY is reversed -EXPLAIN (COSTS OFF) -SELECT a, c, count(*) FROM pagg_tab GROUP BY c, a; - QUERY PLAN ------------------------------------------------- - Append - -> HashAggregate - Group Key: pagg_tab.c, pagg_tab.a - -> Seq Scan on pagg_tab_p1 pagg_tab - -> HashAggregate - Group Key: pagg_tab_1.c, pagg_tab_1.a - -> Seq Scan on pagg_tab_p2 pagg_tab_1 - -> HashAggregate - Group Key: pagg_tab_2.c, pagg_tab_2.a - -> Seq Scan on pagg_tab_p3 pagg_tab_2 -(10 rows) - --- Check with multiple columns in GROUP BY, order in target-list is reversed -EXPLAIN (COSTS OFF) -SELECT c, a, count(*) FROM pagg_tab GROUP BY a, c; - QUERY PLAN ------------------------------------------------- - Append - -> HashAggregate - Group Key: pagg_tab.a, pagg_tab.c - -> Seq Scan on pagg_tab_p1 pagg_tab - -> HashAggregate - Group Key: pagg_tab_1.a, pagg_tab_1.c - -> Seq Scan on pagg_tab_p2 pagg_tab_1 - -> HashAggregate - Group Key: pagg_tab_2.a, pagg_tab_2.c - -> Seq Scan on pagg_tab_p3 pagg_tab_2 -(10 rows) - --- Test when input relation for grouping is dummy -EXPLAIN (COSTS OFF) -SELECT c, sum(a) FROM pagg_tab WHERE 1 = 2 GROUP BY c; - QUERY PLAN --------------------------------- - HashAggregate - Group Key: c - -> Result - One-Time Filter: false -(4 rows) - -SELECT c, sum(a) FROM pagg_tab WHERE 1 = 2 GROUP BY c; - c | sum ----+----- -(0 rows) - -EXPLAIN (COSTS OFF) -SELECT c, sum(a) FROM pagg_tab WHERE c = 'x' GROUP BY c; - QUERY PLAN --------------------------------- - GroupAggregate - -> Result - One-Time Filter: false -(3 rows) - -SELECT c, sum(a) FROM pagg_tab WHERE c = 'x' GROUP BY c; - c | sum ----+----- -(0 rows) - --- Test GroupAggregate paths by disabling hash aggregates. -SET enable_hashagg TO false; --- When GROUP BY clause matches full aggregation is performed for each partition. -EXPLAIN (COSTS OFF) -SELECT c, sum(a), avg(b), count(*) FROM pagg_tab GROUP BY 1 HAVING avg(d) < 15 ORDER BY 1, 2, 3; - QUERY PLAN --------------------------------------------------------------- - Sort - Sort Key: pagg_tab.c, (sum(pagg_tab.a)), (avg(pagg_tab.b)) - -> Append - -> GroupAggregate - Group Key: pagg_tab.c - Filter: (avg(pagg_tab.d) < '15'::numeric) - -> Sort - Sort Key: pagg_tab.c - -> Seq Scan on pagg_tab_p1 pagg_tab - -> GroupAggregate - Group Key: pagg_tab_1.c - Filter: (avg(pagg_tab_1.d) < '15'::numeric) - -> Sort - Sort Key: pagg_tab_1.c - -> Seq Scan on pagg_tab_p2 pagg_tab_1 - -> GroupAggregate - Group Key: pagg_tab_2.c - Filter: (avg(pagg_tab_2.d) < '15'::numeric) - -> Sort - Sort Key: pagg_tab_2.c - -> Seq Scan on pagg_tab_p3 pagg_tab_2 -(21 rows) - -SELECT c, sum(a), avg(b), count(*) FROM pagg_tab GROUP BY 1 HAVING avg(d) < 15 ORDER BY 1, 2, 3; - c | sum | avg | count -------+------+---------------------+------- - 0000 | 2000 | 12.0000000000000000 | 250 - 0001 | 2250 | 13.0000000000000000 | 250 - 0002 | 2500 | 14.0000000000000000 | 250 - 0006 | 2500 | 12.0000000000000000 | 250 - 0007 | 2750 | 13.0000000000000000 | 250 - 0008 | 2000 | 14.0000000000000000 | 250 -(6 rows) - --- When GROUP BY clause does not match; partial aggregation is performed for each partition. -EXPLAIN (COSTS OFF) -SELECT a, sum(b), avg(b), count(*) FROM pagg_tab GROUP BY 1 HAVING avg(d) < 15 ORDER BY 1, 2, 3; - QUERY PLAN ------------------------------------------------------------------- - Sort - Sort Key: pagg_tab.a, (sum(pagg_tab.b)), (avg(pagg_tab.b)) - -> Finalize GroupAggregate - Group Key: pagg_tab.a - Filter: (avg(pagg_tab.d) < '15'::numeric) - -> Merge Append - Sort Key: pagg_tab.a - -> Partial GroupAggregate - Group Key: pagg_tab.a - -> Sort - Sort Key: pagg_tab.a - -> Seq Scan on pagg_tab_p1 pagg_tab - -> Partial GroupAggregate - Group Key: pagg_tab_1.a - -> Sort - Sort Key: pagg_tab_1.a - -> Seq Scan on pagg_tab_p2 pagg_tab_1 - -> Partial GroupAggregate - Group Key: pagg_tab_2.a - -> Sort - Sort Key: pagg_tab_2.a - -> Seq Scan on pagg_tab_p3 pagg_tab_2 -(22 rows) - -SELECT a, sum(b), avg(b), count(*) FROM pagg_tab GROUP BY 1 HAVING avg(d) < 15 ORDER BY 1, 2, 3; - a | sum | avg | count -----+------+---------------------+------- - 0 | 1500 | 10.0000000000000000 | 150 - 1 | 1650 | 11.0000000000000000 | 150 - 2 | 1800 | 12.0000000000000000 | 150 - 3 | 1950 | 13.0000000000000000 | 150 - 4 | 2100 | 14.0000000000000000 | 150 - 10 | 1500 | 10.0000000000000000 | 150 - 11 | 1650 | 11.0000000000000000 | 150 - 12 | 1800 | 12.0000000000000000 | 150 - 13 | 1950 | 13.0000000000000000 | 150 - 14 | 2100 | 14.0000000000000000 | 150 -(10 rows) - --- Test partitionwise grouping without any aggregates -EXPLAIN (COSTS OFF) -SELECT c FROM pagg_tab GROUP BY c ORDER BY 1; - QUERY PLAN ------------------------------------------------------- - Merge Append - Sort Key: pagg_tab.c - -> Group - Group Key: pagg_tab.c - -> Sort - Sort Key: pagg_tab.c - -> Seq Scan on pagg_tab_p1 pagg_tab - -> Group - Group Key: pagg_tab_1.c - -> Sort - Sort Key: pagg_tab_1.c - -> Seq Scan on pagg_tab_p2 pagg_tab_1 - -> Group - Group Key: pagg_tab_2.c - -> Sort - Sort Key: pagg_tab_2.c - -> Seq Scan on pagg_tab_p3 pagg_tab_2 -(17 rows) - -SELECT c FROM pagg_tab GROUP BY c ORDER BY 1; - c ------- - 0000 - 0001 - 0002 - 0003 - 0004 - 0005 - 0006 - 0007 - 0008 - 0009 - 0010 - 0011 -(12 rows) - -EXPLAIN (COSTS OFF) -SELECT a FROM pagg_tab WHERE a < 3 GROUP BY a ORDER BY 1; - QUERY PLAN ------------------------------------------------------------- - Group - Group Key: pagg_tab.a - -> Merge Append - Sort Key: pagg_tab.a - -> Group - Group Key: pagg_tab.a - -> Sort - Sort Key: pagg_tab.a - -> Seq Scan on pagg_tab_p1 pagg_tab - Filter: (a < 3) - -> Group - Group Key: pagg_tab_1.a - -> Sort - Sort Key: pagg_tab_1.a - -> Seq Scan on pagg_tab_p2 pagg_tab_1 - Filter: (a < 3) - -> Group - Group Key: pagg_tab_2.a - -> Sort - Sort Key: pagg_tab_2.a - -> Seq Scan on pagg_tab_p3 pagg_tab_2 - Filter: (a < 3) -(22 rows) - -SELECT a FROM pagg_tab WHERE a < 3 GROUP BY a ORDER BY 1; - a ---- - 0 - 1 - 2 -(3 rows) - -RESET enable_hashagg; --- ROLLUP, partitionwise aggregation does not apply -EXPLAIN (COSTS OFF) -SELECT c, sum(a) FROM pagg_tab GROUP BY rollup(c) ORDER BY 1, 2; - QUERY PLAN ------------------------------------------------------- - Sort - Sort Key: pagg_tab.c, (sum(pagg_tab.a)) - -> MixedAggregate - Hash Key: pagg_tab.c - Group Key: () - -> Append - -> Seq Scan on pagg_tab_p1 pagg_tab_1 - -> Seq Scan on pagg_tab_p2 pagg_tab_2 - -> Seq Scan on pagg_tab_p3 pagg_tab_3 -(9 rows) - --- ORDERED SET within the aggregate. --- Full aggregation; since all the rows that belong to the same group come --- from the same partition, having an ORDER BY within the aggregate doesn't --- make any difference. -EXPLAIN (COSTS OFF) -SELECT c, sum(b order by a) FROM pagg_tab GROUP BY c ORDER BY 1, 2; - QUERY PLAN ---------------------------------------------------------------- - Sort - Sort Key: pagg_tab.c, (sum(pagg_tab.b ORDER BY pagg_tab.a)) - -> Append - -> GroupAggregate - Group Key: pagg_tab.c - -> Sort - Sort Key: pagg_tab.c, pagg_tab.a - -> Seq Scan on pagg_tab_p1 pagg_tab - -> GroupAggregate - Group Key: pagg_tab_1.c - -> Sort - Sort Key: pagg_tab_1.c, pagg_tab_1.a - -> Seq Scan on pagg_tab_p2 pagg_tab_1 - -> GroupAggregate - Group Key: pagg_tab_2.c - -> Sort - Sort Key: pagg_tab_2.c, pagg_tab_2.a - -> Seq Scan on pagg_tab_p3 pagg_tab_2 -(18 rows) - --- Since GROUP BY clause does not match with PARTITION KEY; we need to do --- partial aggregation. However, ORDERED SET are not partial safe and thus --- partitionwise aggregation plan is not generated. -EXPLAIN (COSTS OFF) -SELECT a, sum(b order by a) FROM pagg_tab GROUP BY a ORDER BY 1, 2; - QUERY PLAN ---------------------------------------------------------------- - Sort - Sort Key: pagg_tab.a, (sum(pagg_tab.b ORDER BY pagg_tab.a)) - -> GroupAggregate - Group Key: pagg_tab.a - -> Sort - Sort Key: pagg_tab.a - -> Append - -> Seq Scan on pagg_tab_p1 pagg_tab_1 - -> Seq Scan on pagg_tab_p2 pagg_tab_2 - -> Seq Scan on pagg_tab_p3 pagg_tab_3 -(10 rows) - --- JOIN query -CREATE TABLE pagg_tab1(x int, y int) PARTITION BY RANGE(x); -CREATE TABLE pagg_tab1_p1 PARTITION OF pagg_tab1 FOR VALUES FROM (0) TO (10); -CREATE TABLE pagg_tab1_p2 PARTITION OF pagg_tab1 FOR VALUES FROM (10) TO (20); -CREATE TABLE pagg_tab1_p3 PARTITION OF pagg_tab1 FOR VALUES FROM (20) TO (30); -CREATE TABLE pagg_tab2(x int, y int) PARTITION BY RANGE(y); -CREATE TABLE pagg_tab2_p1 PARTITION OF pagg_tab2 FOR VALUES FROM (0) TO (10); -CREATE TABLE pagg_tab2_p2 PARTITION OF pagg_tab2 FOR VALUES FROM (10) TO (20); -CREATE TABLE pagg_tab2_p3 PARTITION OF pagg_tab2 FOR VALUES FROM (20) TO (30); -INSERT INTO pagg_tab1 SELECT i % 30, i % 20 FROM generate_series(0, 299, 2) i; -INSERT INTO pagg_tab2 SELECT i % 20, i % 30 FROM generate_series(0, 299, 3) i; -ANALYZE pagg_tab1; -ANALYZE pagg_tab2; --- When GROUP BY clause matches; full aggregation is performed for each partition. -EXPLAIN (COSTS OFF) -SELECT t1.x, sum(t1.y), count(*) FROM pagg_tab1 t1, pagg_tab2 t2 WHERE t1.x = t2.y GROUP BY t1.x ORDER BY 1, 2, 3; - QUERY PLAN -------------------------------------------------------------- - Sort - Sort Key: t1.x, (sum(t1.y)), (count(*)) - -> Append - -> HashAggregate - Group Key: t1.x - -> Hash Join - Hash Cond: (t1.x = t2.y) - -> Seq Scan on pagg_tab1_p1 t1 - -> Hash - -> Seq Scan on pagg_tab2_p1 t2 - -> HashAggregate - Group Key: t1_1.x - -> Hash Join - Hash Cond: (t1_1.x = t2_1.y) - -> Seq Scan on pagg_tab1_p2 t1_1 - -> Hash - -> Seq Scan on pagg_tab2_p2 t2_1 - -> HashAggregate - Group Key: t1_2.x - -> Hash Join - Hash Cond: (t2_2.y = t1_2.x) - -> Seq Scan on pagg_tab2_p3 t2_2 - -> Hash - -> Seq Scan on pagg_tab1_p3 t1_2 -(24 rows) - -SELECT t1.x, sum(t1.y), count(*) FROM pagg_tab1 t1, pagg_tab2 t2 WHERE t1.x = t2.y GROUP BY t1.x ORDER BY 1, 2, 3; - x | sum | count -----+------+------- - 0 | 500 | 100 - 6 | 1100 | 100 - 12 | 700 | 100 - 18 | 1300 | 100 - 24 | 900 | 100 -(5 rows) - --- Check with whole-row reference; partitionwise aggregation does not apply -EXPLAIN (COSTS OFF) -SELECT t1.x, sum(t1.y), count(t1) FROM pagg_tab1 t1, pagg_tab2 t2 WHERE t1.x = t2.y GROUP BY t1.x ORDER BY 1, 2, 3; - QUERY PLAN -------------------------------------------------------------- - Sort - Sort Key: t1.x, (sum(t1.y)), (count(((t1.*)::pagg_tab1))) - -> HashAggregate - Group Key: t1.x - -> Hash Join - Hash Cond: (t1.x = t2.y) - -> Append - -> Seq Scan on pagg_tab1_p1 t1_1 - -> Seq Scan on pagg_tab1_p2 t1_2 - -> Seq Scan on pagg_tab1_p3 t1_3 - -> Hash - -> Append - -> Seq Scan on pagg_tab2_p1 t2_1 - -> Seq Scan on pagg_tab2_p2 t2_2 - -> Seq Scan on pagg_tab2_p3 t2_3 -(15 rows) - -SELECT t1.x, sum(t1.y), count(t1) FROM pagg_tab1 t1, pagg_tab2 t2 WHERE t1.x = t2.y GROUP BY t1.x ORDER BY 1, 2, 3; - x | sum | count -----+------+------- - 0 | 500 | 100 - 6 | 1100 | 100 - 12 | 700 | 100 - 18 | 1300 | 100 - 24 | 900 | 100 -(5 rows) - --- GROUP BY having other matching key -EXPLAIN (COSTS OFF) -SELECT t2.y, sum(t1.y), count(*) FROM pagg_tab1 t1, pagg_tab2 t2 WHERE t1.x = t2.y GROUP BY t2.y ORDER BY 1, 2, 3; - QUERY PLAN -------------------------------------------------------------- - Sort - Sort Key: t2.y, (sum(t1.y)), (count(*)) - -> Append - -> HashAggregate - Group Key: t2.y - -> Hash Join - Hash Cond: (t1.x = t2.y) - -> Seq Scan on pagg_tab1_p1 t1 - -> Hash - -> Seq Scan on pagg_tab2_p1 t2 - -> HashAggregate - Group Key: t2_1.y - -> Hash Join - Hash Cond: (t1_1.x = t2_1.y) - -> Seq Scan on pagg_tab1_p2 t1_1 - -> Hash - -> Seq Scan on pagg_tab2_p2 t2_1 - -> HashAggregate - Group Key: t2_2.y - -> Hash Join - Hash Cond: (t2_2.y = t1_2.x) - -> Seq Scan on pagg_tab2_p3 t2_2 - -> Hash - -> Seq Scan on pagg_tab1_p3 t1_2 -(24 rows) - --- When GROUP BY clause does not match; partial aggregation is performed for each partition. --- Also test GroupAggregate paths by disabling hash aggregates. -SET enable_hashagg TO false; -EXPLAIN (COSTS OFF) -SELECT t1.y, sum(t1.x), count(*) FROM pagg_tab1 t1, pagg_tab2 t2 WHERE t1.x = t2.y GROUP BY t1.y HAVING avg(t1.x) > 10 ORDER BY 1, 2, 3; - QUERY PLAN -------------------------------------------------------------------------- - Sort - Sort Key: t1.y, (sum(t1.x)), (count(*)) - -> Finalize GroupAggregate - Group Key: t1.y - Filter: (avg(t1.x) > '10'::numeric) - -> Merge Append - Sort Key: t1.y - -> Partial GroupAggregate - Group Key: t1.y - -> Sort - Sort Key: t1.y - -> Hash Join - Hash Cond: (t1.x = t2.y) - -> Seq Scan on pagg_tab1_p1 t1 - -> Hash - -> Seq Scan on pagg_tab2_p1 t2 - -> Partial GroupAggregate - Group Key: t1_1.y - -> Sort - Sort Key: t1_1.y - -> Hash Join - Hash Cond: (t1_1.x = t2_1.y) - -> Seq Scan on pagg_tab1_p2 t1_1 - -> Hash - -> Seq Scan on pagg_tab2_p2 t2_1 - -> Partial GroupAggregate - Group Key: t1_2.y - -> Sort - Sort Key: t1_2.y - -> Hash Join - Hash Cond: (t2_2.y = t1_2.x) - -> Seq Scan on pagg_tab2_p3 t2_2 - -> Hash - -> Seq Scan on pagg_tab1_p3 t1_2 -(34 rows) - -SELECT t1.y, sum(t1.x), count(*) FROM pagg_tab1 t1, pagg_tab2 t2 WHERE t1.x = t2.y GROUP BY t1.y HAVING avg(t1.x) > 10 ORDER BY 1, 2, 3; - y | sum | count -----+------+------- - 2 | 600 | 50 - 4 | 1200 | 50 - 8 | 900 | 50 - 12 | 600 | 50 - 14 | 1200 | 50 - 18 | 900 | 50 -(6 rows) - -RESET enable_hashagg; --- Check with LEFT/RIGHT/FULL OUTER JOINs which produces NULL values for --- aggregation --- LEFT JOIN, should produce partial partitionwise aggregation plan as --- GROUP BY is on nullable column -EXPLAIN (COSTS OFF) -SELECT b.y, sum(a.y) FROM pagg_tab1 a LEFT JOIN pagg_tab2 b ON a.x = b.y GROUP BY b.y ORDER BY 1 NULLS LAST; - QUERY PLAN ------------------------------------------------------------------- - Finalize GroupAggregate - Group Key: b.y - -> Sort - Sort Key: b.y - -> Append - -> Partial HashAggregate - Group Key: b.y - -> Hash Left Join - Hash Cond: (a.x = b.y) - -> Seq Scan on pagg_tab1_p1 a - -> Hash - -> Seq Scan on pagg_tab2_p1 b - -> Partial HashAggregate - Group Key: b_1.y - -> Hash Left Join - Hash Cond: (a_1.x = b_1.y) - -> Seq Scan on pagg_tab1_p2 a_1 - -> Hash - -> Seq Scan on pagg_tab2_p2 b_1 - -> Partial HashAggregate - Group Key: b_2.y - -> Hash Right Join - Hash Cond: (b_2.y = a_2.x) - -> Seq Scan on pagg_tab2_p3 b_2 - -> Hash - -> Seq Scan on pagg_tab1_p3 a_2 -(26 rows) - -SELECT b.y, sum(a.y) FROM pagg_tab1 a LEFT JOIN pagg_tab2 b ON a.x = b.y GROUP BY b.y ORDER BY 1 NULLS LAST; - y | sum -----+------ - 0 | 500 - 6 | 1100 - 12 | 700 - 18 | 1300 - 24 | 900 - | 900 -(6 rows) - --- RIGHT JOIN, should produce full partitionwise aggregation plan as --- GROUP BY is on non-nullable column -EXPLAIN (COSTS OFF) -SELECT b.y, sum(a.y) FROM pagg_tab1 a RIGHT JOIN pagg_tab2 b ON a.x = b.y GROUP BY b.y ORDER BY 1 NULLS LAST; - QUERY PLAN ------------------------------------------------------------- - Sort - Sort Key: b.y - -> Append - -> HashAggregate - Group Key: b.y - -> Hash Right Join - Hash Cond: (a.x = b.y) - -> Seq Scan on pagg_tab1_p1 a - -> Hash - -> Seq Scan on pagg_tab2_p1 b - -> HashAggregate - Group Key: b_1.y - -> Hash Right Join - Hash Cond: (a_1.x = b_1.y) - -> Seq Scan on pagg_tab1_p2 a_1 - -> Hash - -> Seq Scan on pagg_tab2_p2 b_1 - -> HashAggregate - Group Key: b_2.y - -> Hash Left Join - Hash Cond: (b_2.y = a_2.x) - -> Seq Scan on pagg_tab2_p3 b_2 - -> Hash - -> Seq Scan on pagg_tab1_p3 a_2 -(24 rows) - -SELECT b.y, sum(a.y) FROM pagg_tab1 a RIGHT JOIN pagg_tab2 b ON a.x = b.y GROUP BY b.y ORDER BY 1 NULLS LAST; - y | sum -----+------ - 0 | 500 - 3 | - 6 | 1100 - 9 | - 12 | 700 - 15 | - 18 | 1300 - 21 | - 24 | 900 - 27 | -(10 rows) - --- FULL JOIN, should produce partial partitionwise aggregation plan as --- GROUP BY is on nullable column -EXPLAIN (COSTS OFF) -SELECT a.x, sum(b.x) FROM pagg_tab1 a FULL OUTER JOIN pagg_tab2 b ON a.x = b.y GROUP BY a.x ORDER BY 1 NULLS LAST; - QUERY PLAN ------------------------------------------------------------------- - Finalize GroupAggregate - Group Key: a.x - -> Sort - Sort Key: a.x - -> Append - -> Partial HashAggregate - Group Key: a.x - -> Hash Full Join - Hash Cond: (a.x = b.y) - -> Seq Scan on pagg_tab1_p1 a - -> Hash - -> Seq Scan on pagg_tab2_p1 b - -> Partial HashAggregate - Group Key: a_1.x - -> Hash Full Join - Hash Cond: (a_1.x = b_1.y) - -> Seq Scan on pagg_tab1_p2 a_1 - -> Hash - -> Seq Scan on pagg_tab2_p2 b_1 - -> Partial HashAggregate - Group Key: a_2.x - -> Hash Full Join - Hash Cond: (b_2.y = a_2.x) - -> Seq Scan on pagg_tab2_p3 b_2 - -> Hash - -> Seq Scan on pagg_tab1_p3 a_2 -(26 rows) - -SELECT a.x, sum(b.x) FROM pagg_tab1 a FULL OUTER JOIN pagg_tab2 b ON a.x = b.y GROUP BY a.x ORDER BY 1 NULLS LAST; - x | sum -----+------ - 0 | 500 - 2 | - 4 | - 6 | 1100 - 8 | - 10 | - 12 | 700 - 14 | - 16 | - 18 | 1300 - 20 | - 22 | - 24 | 900 - 26 | - 28 | - | 500 -(16 rows) - --- LEFT JOIN, with dummy relation on right side, ideally --- should produce full partitionwise aggregation plan as GROUP BY is on --- non-nullable columns. --- But right now we are unable to do partitionwise join in this case. -EXPLAIN (COSTS OFF) -SELECT a.x, b.y, count(*) FROM (SELECT * FROM pagg_tab1 WHERE x < 20) a LEFT JOIN (SELECT * FROM pagg_tab2 WHERE y > 10) b ON a.x = b.y WHERE a.x > 5 or b.y < 20 GROUP BY a.x, b.y ORDER BY 1, 2; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: pagg_tab1.x, pagg_tab2.y - -> HashAggregate - Group Key: pagg_tab1.x, pagg_tab2.y - -> Hash Left Join - Hash Cond: (pagg_tab1.x = pagg_tab2.y) - Filter: ((pagg_tab1.x > 5) OR (pagg_tab2.y < 20)) - -> Append - -> Seq Scan on pagg_tab1_p1 pagg_tab1_1 - Filter: (x < 20) - -> Seq Scan on pagg_tab1_p2 pagg_tab1_2 - Filter: (x < 20) - -> Hash - -> Append - -> Seq Scan on pagg_tab2_p2 pagg_tab2_1 - Filter: (y > 10) - -> Seq Scan on pagg_tab2_p3 pagg_tab2_2 - Filter: (y > 10) -(18 rows) - -SELECT a.x, b.y, count(*) FROM (SELECT * FROM pagg_tab1 WHERE x < 20) a LEFT JOIN (SELECT * FROM pagg_tab2 WHERE y > 10) b ON a.x = b.y WHERE a.x > 5 or b.y < 20 GROUP BY a.x, b.y ORDER BY 1, 2; - x | y | count -----+----+------- - 6 | | 10 - 8 | | 10 - 10 | | 10 - 12 | 12 | 100 - 14 | | 10 - 16 | | 10 - 18 | 18 | 100 -(7 rows) - --- FULL JOIN, with dummy relations on both sides, ideally --- should produce partial partitionwise aggregation plan as GROUP BY is on --- nullable columns. --- But right now we are unable to do partitionwise join in this case. -EXPLAIN (COSTS OFF) -SELECT a.x, b.y, count(*) FROM (SELECT * FROM pagg_tab1 WHERE x < 20) a FULL JOIN (SELECT * FROM pagg_tab2 WHERE y > 10) b ON a.x = b.y WHERE a.x > 5 or b.y < 20 GROUP BY a.x, b.y ORDER BY 1, 2; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: pagg_tab1.x, pagg_tab2.y - -> HashAggregate - Group Key: pagg_tab1.x, pagg_tab2.y - -> Hash Full Join - Hash Cond: (pagg_tab1.x = pagg_tab2.y) - Filter: ((pagg_tab1.x > 5) OR (pagg_tab2.y < 20)) - -> Append - -> Seq Scan on pagg_tab1_p1 pagg_tab1_1 - Filter: (x < 20) - -> Seq Scan on pagg_tab1_p2 pagg_tab1_2 - Filter: (x < 20) - -> Hash - -> Append - -> Seq Scan on pagg_tab2_p2 pagg_tab2_1 - Filter: (y > 10) - -> Seq Scan on pagg_tab2_p3 pagg_tab2_2 - Filter: (y > 10) -(18 rows) - -SELECT a.x, b.y, count(*) FROM (SELECT * FROM pagg_tab1 WHERE x < 20) a FULL JOIN (SELECT * FROM pagg_tab2 WHERE y > 10) b ON a.x = b.y WHERE a.x > 5 or b.y < 20 GROUP BY a.x, b.y ORDER BY 1, 2; - x | y | count -----+----+------- - 6 | | 10 - 8 | | 10 - 10 | | 10 - 12 | 12 | 100 - 14 | | 10 - 16 | | 10 - 18 | 18 | 100 - | 15 | 10 -(8 rows) - --- Empty join relation because of empty outer side, no partitionwise agg plan -EXPLAIN (COSTS OFF) -SELECT a.x, a.y, count(*) FROM (SELECT * FROM pagg_tab1 WHERE x = 1 AND x = 2) a LEFT JOIN pagg_tab2 b ON a.x = b.y GROUP BY a.x, a.y ORDER BY 1, 2; - QUERY PLAN --------------------------------------- - GroupAggregate - Group Key: pagg_tab1.y - -> Sort - Sort Key: pagg_tab1.y - -> Result - One-Time Filter: false -(6 rows) - -SELECT a.x, a.y, count(*) FROM (SELECT * FROM pagg_tab1 WHERE x = 1 AND x = 2) a LEFT JOIN pagg_tab2 b ON a.x = b.y GROUP BY a.x, a.y ORDER BY 1, 2; - x | y | count ----+---+------- -(0 rows) - --- Partition by multiple columns -CREATE TABLE pagg_tab_m (a int, b int, c int) PARTITION BY RANGE(a, ((a+b)/2)); -CREATE TABLE pagg_tab_m_p1 PARTITION OF pagg_tab_m FOR VALUES FROM (0, 0) TO (12, 12); -CREATE TABLE pagg_tab_m_p2 PARTITION OF pagg_tab_m FOR VALUES FROM (12, 12) TO (22, 22); -CREATE TABLE pagg_tab_m_p3 PARTITION OF pagg_tab_m FOR VALUES FROM (22, 22) TO (30, 30); -INSERT INTO pagg_tab_m SELECT i % 30, i % 40, i % 50 FROM generate_series(0, 2999) i; -ANALYZE pagg_tab_m; --- Partial aggregation as GROUP BY clause does not match with PARTITION KEY -EXPLAIN (COSTS OFF) -SELECT a, sum(b), avg(c), count(*) FROM pagg_tab_m GROUP BY a HAVING avg(c) < 22 ORDER BY 1, 2, 3; - QUERY PLAN --------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_m.a, (sum(pagg_tab_m.b)), (avg(pagg_tab_m.c)) - -> Finalize HashAggregate - Group Key: pagg_tab_m.a - Filter: (avg(pagg_tab_m.c) < '22'::numeric) - -> Append - -> Partial HashAggregate - Group Key: pagg_tab_m.a - -> Seq Scan on pagg_tab_m_p1 pagg_tab_m - -> Partial HashAggregate - Group Key: pagg_tab_m_1.a - -> Seq Scan on pagg_tab_m_p2 pagg_tab_m_1 - -> Partial HashAggregate - Group Key: pagg_tab_m_2.a - -> Seq Scan on pagg_tab_m_p3 pagg_tab_m_2 -(15 rows) - -SELECT a, sum(b), avg(c), count(*) FROM pagg_tab_m GROUP BY a HAVING avg(c) < 22 ORDER BY 1, 2, 3; - a | sum | avg | count -----+------+---------------------+------- - 0 | 1500 | 20.0000000000000000 | 100 - 1 | 1600 | 21.0000000000000000 | 100 - 10 | 1500 | 20.0000000000000000 | 100 - 11 | 1600 | 21.0000000000000000 | 100 - 20 | 1500 | 20.0000000000000000 | 100 - 21 | 1600 | 21.0000000000000000 | 100 -(6 rows) - --- Full aggregation as GROUP BY clause matches with PARTITION KEY -EXPLAIN (COSTS OFF) -SELECT a, sum(b), avg(c), count(*) FROM pagg_tab_m GROUP BY a, (a+b)/2 HAVING sum(b) < 50 ORDER BY 1, 2, 3; - QUERY PLAN ----------------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_m.a, (sum(pagg_tab_m.b)), (avg(pagg_tab_m.c)) - -> Append - -> HashAggregate - Group Key: pagg_tab_m.a, ((pagg_tab_m.a + pagg_tab_m.b) / 2) - Filter: (sum(pagg_tab_m.b) < 50) - -> Seq Scan on pagg_tab_m_p1 pagg_tab_m - -> HashAggregate - Group Key: pagg_tab_m_1.a, ((pagg_tab_m_1.a + pagg_tab_m_1.b) / 2) - Filter: (sum(pagg_tab_m_1.b) < 50) - -> Seq Scan on pagg_tab_m_p2 pagg_tab_m_1 - -> HashAggregate - Group Key: pagg_tab_m_2.a, ((pagg_tab_m_2.a + pagg_tab_m_2.b) / 2) - Filter: (sum(pagg_tab_m_2.b) < 50) - -> Seq Scan on pagg_tab_m_p3 pagg_tab_m_2 -(15 rows) - -SELECT a, sum(b), avg(c), count(*) FROM pagg_tab_m GROUP BY a, (a+b)/2 HAVING sum(b) < 50 ORDER BY 1, 2, 3; - a | sum | avg | count -----+-----+---------------------+------- - 0 | 0 | 20.0000000000000000 | 25 - 1 | 25 | 21.0000000000000000 | 25 - 10 | 0 | 20.0000000000000000 | 25 - 11 | 25 | 21.0000000000000000 | 25 - 20 | 0 | 20.0000000000000000 | 25 - 21 | 25 | 21.0000000000000000 | 25 -(6 rows) - --- Full aggregation as PARTITION KEY is part of GROUP BY clause -EXPLAIN (COSTS OFF) -SELECT a, c, sum(b), avg(c), count(*) FROM pagg_tab_m GROUP BY (a+b)/2, 2, 1 HAVING sum(b) = 50 AND avg(c) > 25 ORDER BY 1, 2, 3; - QUERY PLAN --------------------------------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_m.a, pagg_tab_m.c, (sum(pagg_tab_m.b)) - -> Append - -> HashAggregate - Group Key: pagg_tab_m.a, pagg_tab_m.c, ((pagg_tab_m.a + pagg_tab_m.b) / 2) - Filter: ((sum(pagg_tab_m.b) = 50) AND (avg(pagg_tab_m.c) > '25'::numeric)) - -> Seq Scan on pagg_tab_m_p1 pagg_tab_m - -> HashAggregate - Group Key: pagg_tab_m_1.a, pagg_tab_m_1.c, ((pagg_tab_m_1.a + pagg_tab_m_1.b) / 2) - Filter: ((sum(pagg_tab_m_1.b) = 50) AND (avg(pagg_tab_m_1.c) > '25'::numeric)) - -> Seq Scan on pagg_tab_m_p2 pagg_tab_m_1 - -> HashAggregate - Group Key: pagg_tab_m_2.a, pagg_tab_m_2.c, ((pagg_tab_m_2.a + pagg_tab_m_2.b) / 2) - Filter: ((sum(pagg_tab_m_2.b) = 50) AND (avg(pagg_tab_m_2.c) > '25'::numeric)) - -> Seq Scan on pagg_tab_m_p3 pagg_tab_m_2 -(15 rows) - -SELECT a, c, sum(b), avg(c), count(*) FROM pagg_tab_m GROUP BY (a+b)/2, 2, 1 HAVING sum(b) = 50 AND avg(c) > 25 ORDER BY 1, 2, 3; - a | c | sum | avg | count -----+----+-----+---------------------+------- - 0 | 30 | 50 | 30.0000000000000000 | 5 - 0 | 40 | 50 | 40.0000000000000000 | 5 - 10 | 30 | 50 | 30.0000000000000000 | 5 - 10 | 40 | 50 | 40.0000000000000000 | 5 - 20 | 30 | 50 | 30.0000000000000000 | 5 - 20 | 40 | 50 | 40.0000000000000000 | 5 -(6 rows) - --- Test with multi-level partitioning scheme -CREATE TABLE pagg_tab_ml (a int, b int, c text) PARTITION BY RANGE(a); -CREATE TABLE pagg_tab_ml_p1 PARTITION OF pagg_tab_ml FOR VALUES FROM (0) TO (12); -CREATE TABLE pagg_tab_ml_p2 PARTITION OF pagg_tab_ml FOR VALUES FROM (12) TO (20) PARTITION BY LIST (c); -CREATE TABLE pagg_tab_ml_p2_s1 PARTITION OF pagg_tab_ml_p2 FOR VALUES IN ('0000', '0001', '0002'); -CREATE TABLE pagg_tab_ml_p2_s2 PARTITION OF pagg_tab_ml_p2 FOR VALUES IN ('0003'); --- This level of partitioning has different column positions than the parent -CREATE TABLE pagg_tab_ml_p3(b int, c text, a int) PARTITION BY RANGE (b); -CREATE TABLE pagg_tab_ml_p3_s1(c text, a int, b int); -CREATE TABLE pagg_tab_ml_p3_s2 PARTITION OF pagg_tab_ml_p3 FOR VALUES FROM (7) TO (10); -ALTER TABLE pagg_tab_ml_p3 ATTACH PARTITION pagg_tab_ml_p3_s1 FOR VALUES FROM (0) TO (7); -ALTER TABLE pagg_tab_ml ATTACH PARTITION pagg_tab_ml_p3 FOR VALUES FROM (20) TO (30); -INSERT INTO pagg_tab_ml SELECT i % 30, i % 10, to_char(i % 4, 'FM0000') FROM generate_series(0, 29999) i; -ANALYZE pagg_tab_ml; --- For Parallel Append -SET max_parallel_workers_per_gather TO 2; -SET parallel_setup_cost = 0; --- Full aggregation at level 1 as GROUP BY clause matches with PARTITION KEY --- for level 1 only. For subpartitions, GROUP BY clause does not match with --- PARTITION KEY, but still we do not see a partial aggregation as array_agg() --- is not partial agg safe. -EXPLAIN (COSTS OFF) -SELECT a, sum(b), array_agg(distinct c), count(*) FROM pagg_tab_ml GROUP BY a HAVING avg(b) < 3 ORDER BY 1, 2, 3; - QUERY PLAN --------------------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_ml.a, (sum(pagg_tab_ml.b)), (array_agg(DISTINCT pagg_tab_ml.c)) - -> Gather - Workers Planned: 2 - -> Parallel Append - -> GroupAggregate - Group Key: pagg_tab_ml.a - Filter: (avg(pagg_tab_ml.b) < '3'::numeric) - -> Sort - Sort Key: pagg_tab_ml.a, pagg_tab_ml.c - -> Seq Scan on pagg_tab_ml_p1 pagg_tab_ml - -> GroupAggregate - Group Key: pagg_tab_ml_5.a - Filter: (avg(pagg_tab_ml_5.b) < '3'::numeric) - -> Sort - Sort Key: pagg_tab_ml_5.a, pagg_tab_ml_5.c - -> Append - -> Seq Scan on pagg_tab_ml_p3_s1 pagg_tab_ml_5 - -> Seq Scan on pagg_tab_ml_p3_s2 pagg_tab_ml_6 - -> GroupAggregate - Group Key: pagg_tab_ml_2.a - Filter: (avg(pagg_tab_ml_2.b) < '3'::numeric) - -> Sort - Sort Key: pagg_tab_ml_2.a, pagg_tab_ml_2.c - -> Append - -> Seq Scan on pagg_tab_ml_p2_s1 pagg_tab_ml_2 - -> Seq Scan on pagg_tab_ml_p2_s2 pagg_tab_ml_3 -(27 rows) - -SELECT a, sum(b), array_agg(distinct c), count(*) FROM pagg_tab_ml GROUP BY a HAVING avg(b) < 3 ORDER BY 1, 2, 3; - a | sum | array_agg | count -----+------+-------------+------- - 0 | 0 | {0000,0002} | 1000 - 1 | 1000 | {0001,0003} | 1000 - 2 | 2000 | {0000,0002} | 1000 - 10 | 0 | {0000,0002} | 1000 - 11 | 1000 | {0001,0003} | 1000 - 12 | 2000 | {0000,0002} | 1000 - 20 | 0 | {0000,0002} | 1000 - 21 | 1000 | {0001,0003} | 1000 - 22 | 2000 | {0000,0002} | 1000 -(9 rows) - --- Without ORDER BY clause, to test Gather at top-most path -EXPLAIN (COSTS OFF) -SELECT a, sum(b), array_agg(distinct c), count(*) FROM pagg_tab_ml GROUP BY a HAVING avg(b) < 3; - QUERY PLAN ---------------------------------------------------------------------------- - Gather - Workers Planned: 2 - -> Parallel Append - -> GroupAggregate - Group Key: pagg_tab_ml.a - Filter: (avg(pagg_tab_ml.b) < '3'::numeric) - -> Sort - Sort Key: pagg_tab_ml.a, pagg_tab_ml.c - -> Seq Scan on pagg_tab_ml_p1 pagg_tab_ml - -> GroupAggregate - Group Key: pagg_tab_ml_5.a - Filter: (avg(pagg_tab_ml_5.b) < '3'::numeric) - -> Sort - Sort Key: pagg_tab_ml_5.a, pagg_tab_ml_5.c - -> Append - -> Seq Scan on pagg_tab_ml_p3_s1 pagg_tab_ml_5 - -> Seq Scan on pagg_tab_ml_p3_s2 pagg_tab_ml_6 - -> GroupAggregate - Group Key: pagg_tab_ml_2.a - Filter: (avg(pagg_tab_ml_2.b) < '3'::numeric) - -> Sort - Sort Key: pagg_tab_ml_2.a, pagg_tab_ml_2.c - -> Append - -> Seq Scan on pagg_tab_ml_p2_s1 pagg_tab_ml_2 - -> Seq Scan on pagg_tab_ml_p2_s2 pagg_tab_ml_3 -(25 rows) - -RESET parallel_setup_cost; --- Full aggregation at level 1 as GROUP BY clause matches with PARTITION KEY --- for level 1 only. For subpartitions, GROUP BY clause does not match with --- PARTITION KEY, thus we will have a partial aggregation for them. -EXPLAIN (COSTS OFF) -SELECT a, sum(b), count(*) FROM pagg_tab_ml GROUP BY a HAVING avg(b) < 3 ORDER BY 1, 2, 3; - QUERY PLAN ---------------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_ml.a, (sum(pagg_tab_ml.b)), (count(*)) - -> Append - -> HashAggregate - Group Key: pagg_tab_ml.a - Filter: (avg(pagg_tab_ml.b) < '3'::numeric) - -> Seq Scan on pagg_tab_ml_p1 pagg_tab_ml - -> Finalize GroupAggregate - Group Key: pagg_tab_ml_2.a - Filter: (avg(pagg_tab_ml_2.b) < '3'::numeric) - -> Sort - Sort Key: pagg_tab_ml_2.a - -> Append - -> Partial HashAggregate - Group Key: pagg_tab_ml_2.a - -> Seq Scan on pagg_tab_ml_p2_s1 pagg_tab_ml_2 - -> Partial HashAggregate - Group Key: pagg_tab_ml_3.a - -> Seq Scan on pagg_tab_ml_p2_s2 pagg_tab_ml_3 - -> Finalize GroupAggregate - Group Key: pagg_tab_ml_5.a - Filter: (avg(pagg_tab_ml_5.b) < '3'::numeric) - -> Sort - Sort Key: pagg_tab_ml_5.a - -> Append - -> Partial HashAggregate - Group Key: pagg_tab_ml_5.a - -> Seq Scan on pagg_tab_ml_p3_s1 pagg_tab_ml_5 - -> Partial HashAggregate - Group Key: pagg_tab_ml_6.a - -> Seq Scan on pagg_tab_ml_p3_s2 pagg_tab_ml_6 -(31 rows) - -SELECT a, sum(b), count(*) FROM pagg_tab_ml GROUP BY a HAVING avg(b) < 3 ORDER BY 1, 2, 3; - a | sum | count -----+------+------- - 0 | 0 | 1000 - 1 | 1000 | 1000 - 2 | 2000 | 1000 - 10 | 0 | 1000 - 11 | 1000 | 1000 - 12 | 2000 | 1000 - 20 | 0 | 1000 - 21 | 1000 | 1000 - 22 | 2000 | 1000 -(9 rows) - --- Partial aggregation at all levels as GROUP BY clause does not match with --- PARTITION KEY -EXPLAIN (COSTS OFF) -SELECT b, sum(a), count(*) FROM pagg_tab_ml GROUP BY b ORDER BY 1, 2, 3; - QUERY PLAN ---------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_ml.b, (sum(pagg_tab_ml.a)), (count(*)) - -> Finalize GroupAggregate - Group Key: pagg_tab_ml.b - -> Sort - Sort Key: pagg_tab_ml.b - -> Append - -> Partial HashAggregate - Group Key: pagg_tab_ml.b - -> Seq Scan on pagg_tab_ml_p1 pagg_tab_ml - -> Partial HashAggregate - Group Key: pagg_tab_ml_1.b - -> Seq Scan on pagg_tab_ml_p2_s1 pagg_tab_ml_1 - -> Partial HashAggregate - Group Key: pagg_tab_ml_2.b - -> Seq Scan on pagg_tab_ml_p2_s2 pagg_tab_ml_2 - -> Partial HashAggregate - Group Key: pagg_tab_ml_3.b - -> Seq Scan on pagg_tab_ml_p3_s1 pagg_tab_ml_3 - -> Partial HashAggregate - Group Key: pagg_tab_ml_4.b - -> Seq Scan on pagg_tab_ml_p3_s2 pagg_tab_ml_4 -(22 rows) - -SELECT b, sum(a), count(*) FROM pagg_tab_ml GROUP BY b HAVING avg(a) < 15 ORDER BY 1, 2, 3; - b | sum | count ----+-------+------- - 0 | 30000 | 3000 - 1 | 33000 | 3000 - 2 | 36000 | 3000 - 3 | 39000 | 3000 - 4 | 42000 | 3000 -(5 rows) - --- Full aggregation at all levels as GROUP BY clause matches with PARTITION KEY -EXPLAIN (COSTS OFF) -SELECT a, sum(b), count(*) FROM pagg_tab_ml GROUP BY a, b, c HAVING avg(b) > 7 ORDER BY 1, 2, 3; - QUERY PLAN ----------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_ml.a, (sum(pagg_tab_ml.b)), (count(*)) - -> Append - -> HashAggregate - Group Key: pagg_tab_ml.a, pagg_tab_ml.b, pagg_tab_ml.c - Filter: (avg(pagg_tab_ml.b) > '7'::numeric) - -> Seq Scan on pagg_tab_ml_p1 pagg_tab_ml - -> HashAggregate - Group Key: pagg_tab_ml_1.a, pagg_tab_ml_1.b, pagg_tab_ml_1.c - Filter: (avg(pagg_tab_ml_1.b) > '7'::numeric) - -> Seq Scan on pagg_tab_ml_p2_s1 pagg_tab_ml_1 - -> HashAggregate - Group Key: pagg_tab_ml_2.a, pagg_tab_ml_2.b, pagg_tab_ml_2.c - Filter: (avg(pagg_tab_ml_2.b) > '7'::numeric) - -> Seq Scan on pagg_tab_ml_p2_s2 pagg_tab_ml_2 - -> HashAggregate - Group Key: pagg_tab_ml_3.a, pagg_tab_ml_3.b, pagg_tab_ml_3.c - Filter: (avg(pagg_tab_ml_3.b) > '7'::numeric) - -> Seq Scan on pagg_tab_ml_p3_s1 pagg_tab_ml_3 - -> HashAggregate - Group Key: pagg_tab_ml_4.a, pagg_tab_ml_4.b, pagg_tab_ml_4.c - Filter: (avg(pagg_tab_ml_4.b) > '7'::numeric) - -> Seq Scan on pagg_tab_ml_p3_s2 pagg_tab_ml_4 -(23 rows) - -SELECT a, sum(b), count(*) FROM pagg_tab_ml GROUP BY a, b, c HAVING avg(b) > 7 ORDER BY 1, 2, 3; - a | sum | count -----+------+------- - 8 | 4000 | 500 - 8 | 4000 | 500 - 9 | 4500 | 500 - 9 | 4500 | 500 - 18 | 4000 | 500 - 18 | 4000 | 500 - 19 | 4500 | 500 - 19 | 4500 | 500 - 28 | 4000 | 500 - 28 | 4000 | 500 - 29 | 4500 | 500 - 29 | 4500 | 500 -(12 rows) - --- Parallelism within partitionwise aggregates -SET min_parallel_table_scan_size TO '8kB'; -SET parallel_setup_cost TO 0; --- Full aggregation at level 1 as GROUP BY clause matches with PARTITION KEY --- for level 1 only. For subpartitions, GROUP BY clause does not match with --- PARTITION KEY, thus we will have a partial aggregation for them. -EXPLAIN (COSTS OFF) -SELECT a, sum(b), count(*) FROM pagg_tab_ml GROUP BY a HAVING avg(b) < 3 ORDER BY 1, 2, 3; - QUERY PLAN ------------------------------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_ml.a, (sum(pagg_tab_ml.b)), (count(*)) - -> Append - -> Finalize GroupAggregate - Group Key: pagg_tab_ml.a - Filter: (avg(pagg_tab_ml.b) < '3'::numeric) - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: pagg_tab_ml.a - -> Partial HashAggregate - Group Key: pagg_tab_ml.a - -> Parallel Seq Scan on pagg_tab_ml_p1 pagg_tab_ml - -> Finalize GroupAggregate - Group Key: pagg_tab_ml_2.a - Filter: (avg(pagg_tab_ml_2.b) < '3'::numeric) - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: pagg_tab_ml_2.a - -> Parallel Append - -> Partial HashAggregate - Group Key: pagg_tab_ml_2.a - -> Parallel Seq Scan on pagg_tab_ml_p2_s1 pagg_tab_ml_2 - -> Partial HashAggregate - Group Key: pagg_tab_ml_3.a - -> Parallel Seq Scan on pagg_tab_ml_p2_s2 pagg_tab_ml_3 - -> Finalize GroupAggregate - Group Key: pagg_tab_ml_5.a - Filter: (avg(pagg_tab_ml_5.b) < '3'::numeric) - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: pagg_tab_ml_5.a - -> Parallel Append - -> Partial HashAggregate - Group Key: pagg_tab_ml_5.a - -> Parallel Seq Scan on pagg_tab_ml_p3_s1 pagg_tab_ml_5 - -> Partial HashAggregate - Group Key: pagg_tab_ml_6.a - -> Parallel Seq Scan on pagg_tab_ml_p3_s2 pagg_tab_ml_6 -(41 rows) - -SELECT a, sum(b), count(*) FROM pagg_tab_ml GROUP BY a HAVING avg(b) < 3 ORDER BY 1, 2, 3; - a | sum | count -----+------+------- - 0 | 0 | 1000 - 1 | 1000 | 1000 - 2 | 2000 | 1000 - 10 | 0 | 1000 - 11 | 1000 | 1000 - 12 | 2000 | 1000 - 20 | 0 | 1000 - 21 | 1000 | 1000 - 22 | 2000 | 1000 -(9 rows) - --- Partial aggregation at all levels as GROUP BY clause does not match with --- PARTITION KEY -EXPLAIN (COSTS OFF) -SELECT b, sum(a), count(*) FROM pagg_tab_ml GROUP BY b ORDER BY 1, 2, 3; - QUERY PLAN ------------------------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_ml.b, (sum(pagg_tab_ml.a)), (count(*)) - -> Finalize GroupAggregate - Group Key: pagg_tab_ml.b - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: pagg_tab_ml.b - -> Parallel Append - -> Partial HashAggregate - Group Key: pagg_tab_ml.b - -> Parallel Seq Scan on pagg_tab_ml_p1 pagg_tab_ml - -> Partial HashAggregate - Group Key: pagg_tab_ml_3.b - -> Parallel Seq Scan on pagg_tab_ml_p3_s1 pagg_tab_ml_3 - -> Partial HashAggregate - Group Key: pagg_tab_ml_1.b - -> Parallel Seq Scan on pagg_tab_ml_p2_s1 pagg_tab_ml_1 - -> Partial HashAggregate - Group Key: pagg_tab_ml_4.b - -> Parallel Seq Scan on pagg_tab_ml_p3_s2 pagg_tab_ml_4 - -> Partial HashAggregate - Group Key: pagg_tab_ml_2.b - -> Parallel Seq Scan on pagg_tab_ml_p2_s2 pagg_tab_ml_2 -(24 rows) - -SELECT b, sum(a), count(*) FROM pagg_tab_ml GROUP BY b HAVING avg(a) < 15 ORDER BY 1, 2, 3; - b | sum | count ----+-------+------- - 0 | 30000 | 3000 - 1 | 33000 | 3000 - 2 | 36000 | 3000 - 3 | 39000 | 3000 - 4 | 42000 | 3000 -(5 rows) - --- Full aggregation at all levels as GROUP BY clause matches with PARTITION KEY -EXPLAIN (COSTS OFF) -SELECT a, sum(b), count(*) FROM pagg_tab_ml GROUP BY a, b, c HAVING avg(b) > 7 ORDER BY 1, 2, 3; - QUERY PLAN ----------------------------------------------------------------------------------- - Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: pagg_tab_ml.a, (sum(pagg_tab_ml.b)), (count(*)) - -> Parallel Append - -> HashAggregate - Group Key: pagg_tab_ml.a, pagg_tab_ml.b, pagg_tab_ml.c - Filter: (avg(pagg_tab_ml.b) > '7'::numeric) - -> Seq Scan on pagg_tab_ml_p1 pagg_tab_ml - -> HashAggregate - Group Key: pagg_tab_ml_3.a, pagg_tab_ml_3.b, pagg_tab_ml_3.c - Filter: (avg(pagg_tab_ml_3.b) > '7'::numeric) - -> Seq Scan on pagg_tab_ml_p3_s1 pagg_tab_ml_3 - -> HashAggregate - Group Key: pagg_tab_ml_1.a, pagg_tab_ml_1.b, pagg_tab_ml_1.c - Filter: (avg(pagg_tab_ml_1.b) > '7'::numeric) - -> Seq Scan on pagg_tab_ml_p2_s1 pagg_tab_ml_1 - -> HashAggregate - Group Key: pagg_tab_ml_4.a, pagg_tab_ml_4.b, pagg_tab_ml_4.c - Filter: (avg(pagg_tab_ml_4.b) > '7'::numeric) - -> Seq Scan on pagg_tab_ml_p3_s2 pagg_tab_ml_4 - -> HashAggregate - Group Key: pagg_tab_ml_2.a, pagg_tab_ml_2.b, pagg_tab_ml_2.c - Filter: (avg(pagg_tab_ml_2.b) > '7'::numeric) - -> Seq Scan on pagg_tab_ml_p2_s2 pagg_tab_ml_2 -(25 rows) - -SELECT a, sum(b), count(*) FROM pagg_tab_ml GROUP BY a, b, c HAVING avg(b) > 7 ORDER BY 1, 2, 3; - a | sum | count -----+------+------- - 8 | 4000 | 500 - 8 | 4000 | 500 - 9 | 4500 | 500 - 9 | 4500 | 500 - 18 | 4000 | 500 - 18 | 4000 | 500 - 19 | 4500 | 500 - 19 | 4500 | 500 - 28 | 4000 | 500 - 28 | 4000 | 500 - 29 | 4500 | 500 - 29 | 4500 | 500 -(12 rows) - --- Parallelism within partitionwise aggregates (single level) --- Add few parallel setup cost, so that we will see a plan which gathers --- partially created paths even for full aggregation and sticks a single Gather --- followed by finalization step. --- Without this, the cost of doing partial aggregation + Gather + finalization --- for each partition and then Append over it turns out to be same and this --- wins as we add it first. This parallel_setup_cost plays a vital role in --- costing such plans. -SET parallel_setup_cost TO 10; -CREATE TABLE pagg_tab_para(x int, y int) PARTITION BY RANGE(x); -CREATE TABLE pagg_tab_para_p1 PARTITION OF pagg_tab_para FOR VALUES FROM (0) TO (12); -CREATE TABLE pagg_tab_para_p2 PARTITION OF pagg_tab_para FOR VALUES FROM (12) TO (22); -CREATE TABLE pagg_tab_para_p3 PARTITION OF pagg_tab_para FOR VALUES FROM (22) TO (30); -INSERT INTO pagg_tab_para SELECT i % 30, i % 20 FROM generate_series(0, 29999) i; -ANALYZE pagg_tab_para; --- When GROUP BY clause matches; full aggregation is performed for each partition. -EXPLAIN (COSTS OFF) -SELECT x, sum(y), avg(y), count(*) FROM pagg_tab_para GROUP BY x HAVING avg(y) < 7 ORDER BY 1, 2, 3; - QUERY PLAN -------------------------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_para.x, (sum(pagg_tab_para.y)), (avg(pagg_tab_para.y)) - -> Finalize GroupAggregate - Group Key: pagg_tab_para.x - Filter: (avg(pagg_tab_para.y) < '7'::numeric) - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: pagg_tab_para.x - -> Parallel Append - -> Partial HashAggregate - Group Key: pagg_tab_para.x - -> Parallel Seq Scan on pagg_tab_para_p1 pagg_tab_para - -> Partial HashAggregate - Group Key: pagg_tab_para_1.x - -> Parallel Seq Scan on pagg_tab_para_p2 pagg_tab_para_1 - -> Partial HashAggregate - Group Key: pagg_tab_para_2.x - -> Parallel Seq Scan on pagg_tab_para_p3 pagg_tab_para_2 -(19 rows) - -SELECT x, sum(y), avg(y), count(*) FROM pagg_tab_para GROUP BY x HAVING avg(y) < 7 ORDER BY 1, 2, 3; - x | sum | avg | count -----+------+--------------------+------- - 0 | 5000 | 5.0000000000000000 | 1000 - 1 | 6000 | 6.0000000000000000 | 1000 - 10 | 5000 | 5.0000000000000000 | 1000 - 11 | 6000 | 6.0000000000000000 | 1000 - 20 | 5000 | 5.0000000000000000 | 1000 - 21 | 6000 | 6.0000000000000000 | 1000 -(6 rows) - --- When GROUP BY clause does not match; partial aggregation is performed for each partition. -EXPLAIN (COSTS OFF) -SELECT y, sum(x), avg(x), count(*) FROM pagg_tab_para GROUP BY y HAVING avg(x) < 12 ORDER BY 1, 2, 3; - QUERY PLAN -------------------------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_para.y, (sum(pagg_tab_para.x)), (avg(pagg_tab_para.x)) - -> Finalize GroupAggregate - Group Key: pagg_tab_para.y - Filter: (avg(pagg_tab_para.x) < '12'::numeric) - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: pagg_tab_para.y - -> Parallel Append - -> Partial HashAggregate - Group Key: pagg_tab_para.y - -> Parallel Seq Scan on pagg_tab_para_p1 pagg_tab_para - -> Partial HashAggregate - Group Key: pagg_tab_para_1.y - -> Parallel Seq Scan on pagg_tab_para_p2 pagg_tab_para_1 - -> Partial HashAggregate - Group Key: pagg_tab_para_2.y - -> Parallel Seq Scan on pagg_tab_para_p3 pagg_tab_para_2 -(19 rows) - -SELECT y, sum(x), avg(x), count(*) FROM pagg_tab_para GROUP BY y HAVING avg(x) < 12 ORDER BY 1, 2, 3; - y | sum | avg | count -----+-------+---------------------+------- - 0 | 15000 | 10.0000000000000000 | 1500 - 1 | 16500 | 11.0000000000000000 | 1500 - 10 | 15000 | 10.0000000000000000 | 1500 - 11 | 16500 | 11.0000000000000000 | 1500 -(4 rows) - --- Test when parent can produce parallel paths but not any (or some) of its children --- (Use one more aggregate to tilt the cost estimates for the plan we want) -ALTER TABLE pagg_tab_para_p1 SET (parallel_workers = 0); -ALTER TABLE pagg_tab_para_p3 SET (parallel_workers = 0); -ANALYZE pagg_tab_para; -EXPLAIN (COSTS OFF) -SELECT x, sum(y), avg(y), sum(x+y), count(*) FROM pagg_tab_para GROUP BY x HAVING avg(y) < 7 ORDER BY 1, 2, 3; - QUERY PLAN -------------------------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_para.x, (sum(pagg_tab_para.y)), (avg(pagg_tab_para.y)) - -> Finalize GroupAggregate - Group Key: pagg_tab_para.x - Filter: (avg(pagg_tab_para.y) < '7'::numeric) - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: pagg_tab_para.x - -> Partial HashAggregate - Group Key: pagg_tab_para.x - -> Parallel Append - -> Seq Scan on pagg_tab_para_p1 pagg_tab_para_1 - -> Seq Scan on pagg_tab_para_p3 pagg_tab_para_3 - -> Parallel Seq Scan on pagg_tab_para_p2 pagg_tab_para_2 -(15 rows) - -SELECT x, sum(y), avg(y), sum(x+y), count(*) FROM pagg_tab_para GROUP BY x HAVING avg(y) < 7 ORDER BY 1, 2, 3; - x | sum | avg | sum | count -----+------+--------------------+-------+------- - 0 | 5000 | 5.0000000000000000 | 5000 | 1000 - 1 | 6000 | 6.0000000000000000 | 7000 | 1000 - 10 | 5000 | 5.0000000000000000 | 15000 | 1000 - 11 | 6000 | 6.0000000000000000 | 17000 | 1000 - 20 | 5000 | 5.0000000000000000 | 25000 | 1000 - 21 | 6000 | 6.0000000000000000 | 27000 | 1000 -(6 rows) - -ALTER TABLE pagg_tab_para_p2 SET (parallel_workers = 0); -ANALYZE pagg_tab_para; -EXPLAIN (COSTS OFF) -SELECT x, sum(y), avg(y), sum(x+y), count(*) FROM pagg_tab_para GROUP BY x HAVING avg(y) < 7 ORDER BY 1, 2, 3; - QUERY PLAN ----------------------------------------------------------------------------------- - Sort - Sort Key: pagg_tab_para.x, (sum(pagg_tab_para.y)), (avg(pagg_tab_para.y)) - -> Finalize GroupAggregate - Group Key: pagg_tab_para.x - Filter: (avg(pagg_tab_para.y) < '7'::numeric) - -> Gather Merge - Workers Planned: 2 - -> Sort - Sort Key: pagg_tab_para.x - -> Partial HashAggregate - Group Key: pagg_tab_para.x - -> Parallel Append - -> Seq Scan on pagg_tab_para_p1 pagg_tab_para_1 - -> Seq Scan on pagg_tab_para_p2 pagg_tab_para_2 - -> Seq Scan on pagg_tab_para_p3 pagg_tab_para_3 -(15 rows) - -SELECT x, sum(y), avg(y), sum(x+y), count(*) FROM pagg_tab_para GROUP BY x HAVING avg(y) < 7 ORDER BY 1, 2, 3; - x | sum | avg | sum | count -----+------+--------------------+-------+------- - 0 | 5000 | 5.0000000000000000 | 5000 | 1000 - 1 | 6000 | 6.0000000000000000 | 7000 | 1000 - 10 | 5000 | 5.0000000000000000 | 15000 | 1000 - 11 | 6000 | 6.0000000000000000 | 17000 | 1000 - 20 | 5000 | 5.0000000000000000 | 25000 | 1000 - 21 | 6000 | 6.0000000000000000 | 27000 | 1000 -(6 rows) - --- Reset parallelism parameters to get partitionwise aggregation plan. -RESET min_parallel_table_scan_size; -RESET parallel_setup_cost; -EXPLAIN (COSTS OFF) -SELECT x, sum(y), avg(y), count(*) FROM pagg_tab_para GROUP BY x HAVING avg(y) < 7 ORDER BY 1, 2, 3; - QUERY PLAN ------------------------------------------------------------------------------ - Sort - Sort Key: pagg_tab_para.x, (sum(pagg_tab_para.y)), (avg(pagg_tab_para.y)) - -> Append - -> HashAggregate - Group Key: pagg_tab_para.x - Filter: (avg(pagg_tab_para.y) < '7'::numeric) - -> Seq Scan on pagg_tab_para_p1 pagg_tab_para - -> HashAggregate - Group Key: pagg_tab_para_1.x - Filter: (avg(pagg_tab_para_1.y) < '7'::numeric) - -> Seq Scan on pagg_tab_para_p2 pagg_tab_para_1 - -> HashAggregate - Group Key: pagg_tab_para_2.x - Filter: (avg(pagg_tab_para_2.y) < '7'::numeric) - -> Seq Scan on pagg_tab_para_p3 pagg_tab_para_2 -(15 rows) - -SELECT x, sum(y), avg(y), count(*) FROM pagg_tab_para GROUP BY x HAVING avg(y) < 7 ORDER BY 1, 2, 3; - x | sum | avg | count -----+------+--------------------+------- - 0 | 5000 | 5.0000000000000000 | 1000 - 1 | 6000 | 6.0000000000000000 | 1000 - 10 | 5000 | 5.0000000000000000 | 1000 - 11 | 6000 | 6.0000000000000000 | 1000 - 20 | 5000 | 5.0000000000000000 | 1000 - 21 | 6000 | 6.0000000000000000 | 1000 -(6 rows) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_info.out 2025-05-11 19:30:18.978451000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_info.out 2025-05-11 19:32:43.383754000 +0000 @@ -1,351 +1,2 @@ --- --- Tests for functions providing information about partitions --- -SELECT * FROM pg_partition_tree(NULL); - relid | parentrelid | isleaf | level --------+-------------+--------+------- -(0 rows) - -SELECT * FROM pg_partition_tree(0); - relid | parentrelid | isleaf | level --------+-------------+--------+------- -(0 rows) - -SELECT * FROM pg_partition_ancestors(NULL); - relid -------- -(0 rows) - -SELECT * FROM pg_partition_ancestors(0); - relid -------- -(0 rows) - -SELECT pg_partition_root(NULL); - pg_partition_root -------------------- - -(1 row) - -SELECT pg_partition_root(0); - pg_partition_root -------------------- - -(1 row) - --- Test table partition trees -CREATE TABLE ptif_test (a int, b int) PARTITION BY range (a); -CREATE TABLE ptif_test0 PARTITION OF ptif_test - FOR VALUES FROM (minvalue) TO (0) PARTITION BY list (b); -CREATE TABLE ptif_test01 PARTITION OF ptif_test0 FOR VALUES IN (1); -CREATE TABLE ptif_test1 PARTITION OF ptif_test - FOR VALUES FROM (0) TO (100) PARTITION BY list (b); -CREATE TABLE ptif_test11 PARTITION OF ptif_test1 FOR VALUES IN (1); -CREATE TABLE ptif_test2 PARTITION OF ptif_test - FOR VALUES FROM (100) TO (200); --- This partitioned table should remain with no partitions. -CREATE TABLE ptif_test3 PARTITION OF ptif_test - FOR VALUES FROM (200) TO (maxvalue) PARTITION BY list (b); --- Test pg_partition_root for tables -SELECT pg_partition_root('ptif_test'); - pg_partition_root -------------------- - ptif_test -(1 row) - -SELECT pg_partition_root('ptif_test0'); - pg_partition_root -------------------- - ptif_test -(1 row) - -SELECT pg_partition_root('ptif_test01'); - pg_partition_root -------------------- - ptif_test -(1 row) - -SELECT pg_partition_root('ptif_test3'); - pg_partition_root -------------------- - ptif_test -(1 row) - --- Test index partition tree -CREATE INDEX ptif_test_index ON ONLY ptif_test (a); -CREATE INDEX ptif_test0_index ON ONLY ptif_test0 (a); -ALTER INDEX ptif_test_index ATTACH PARTITION ptif_test0_index; -CREATE INDEX ptif_test01_index ON ptif_test01 (a); -ALTER INDEX ptif_test0_index ATTACH PARTITION ptif_test01_index; -CREATE INDEX ptif_test1_index ON ONLY ptif_test1 (a); -ALTER INDEX ptif_test_index ATTACH PARTITION ptif_test1_index; -CREATE INDEX ptif_test11_index ON ptif_test11 (a); -ALTER INDEX ptif_test1_index ATTACH PARTITION ptif_test11_index; -CREATE INDEX ptif_test2_index ON ptif_test2 (a); -ALTER INDEX ptif_test_index ATTACH PARTITION ptif_test2_index; -CREATE INDEX ptif_test3_index ON ptif_test3 (a); -ALTER INDEX ptif_test_index ATTACH PARTITION ptif_test3_index; --- Test pg_partition_root for indexes -SELECT pg_partition_root('ptif_test_index'); - pg_partition_root -------------------- - ptif_test_index -(1 row) - -SELECT pg_partition_root('ptif_test0_index'); - pg_partition_root -------------------- - ptif_test_index -(1 row) - -SELECT pg_partition_root('ptif_test01_index'); - pg_partition_root -------------------- - ptif_test_index -(1 row) - -SELECT pg_partition_root('ptif_test3_index'); - pg_partition_root -------------------- - ptif_test_index -(1 row) - --- List all tables members of the tree -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree('ptif_test'); - relid | parentrelid | level | isleaf --------------+-------------+-------+-------- - ptif_test | | 0 | f - ptif_test0 | ptif_test | 1 | f - ptif_test1 | ptif_test | 1 | f - ptif_test2 | ptif_test | 1 | t - ptif_test3 | ptif_test | 1 | f - ptif_test01 | ptif_test0 | 2 | t - ptif_test11 | ptif_test1 | 2 | t -(7 rows) - --- List tables from an intermediate level -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree('ptif_test0') p - JOIN pg_class c ON (p.relid = c.oid); - relid | parentrelid | level | isleaf --------------+-------------+-------+-------- - ptif_test0 | ptif_test | 0 | f - ptif_test01 | ptif_test0 | 1 | t -(2 rows) - --- List from leaf table -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree('ptif_test01') p - JOIN pg_class c ON (p.relid = c.oid); - relid | parentrelid | level | isleaf --------------+-------------+-------+-------- - ptif_test01 | ptif_test0 | 0 | t -(1 row) - --- List from partitioned table with no partitions -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree('ptif_test3') p - JOIN pg_class c ON (p.relid = c.oid); - relid | parentrelid | level | isleaf -------------+-------------+-------+-------- - ptif_test3 | ptif_test | 0 | f -(1 row) - --- List all ancestors of root and leaf tables -SELECT * FROM pg_partition_ancestors('ptif_test01'); - relid -------------- - ptif_test01 - ptif_test0 - ptif_test -(3 rows) - -SELECT * FROM pg_partition_ancestors('ptif_test'); - relid ------------ - ptif_test -(1 row) - --- List all members using pg_partition_root with leaf table reference -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree(pg_partition_root('ptif_test01')) p - JOIN pg_class c ON (p.relid = c.oid); - relid | parentrelid | level | isleaf --------------+-------------+-------+-------- - ptif_test | | 0 | f - ptif_test0 | ptif_test | 1 | f - ptif_test1 | ptif_test | 1 | f - ptif_test2 | ptif_test | 1 | t - ptif_test3 | ptif_test | 1 | f - ptif_test01 | ptif_test0 | 2 | t - ptif_test11 | ptif_test1 | 2 | t -(7 rows) - --- List all indexes members of the tree -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree('ptif_test_index'); - relid | parentrelid | level | isleaf --------------------+------------------+-------+-------- - ptif_test_index | | 0 | f - ptif_test0_index | ptif_test_index | 1 | f - ptif_test1_index | ptif_test_index | 1 | f - ptif_test2_index | ptif_test_index | 1 | t - ptif_test3_index | ptif_test_index | 1 | f - ptif_test01_index | ptif_test0_index | 2 | t - ptif_test11_index | ptif_test1_index | 2 | t -(7 rows) - --- List indexes from an intermediate level -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree('ptif_test0_index') p - JOIN pg_class c ON (p.relid = c.oid); - relid | parentrelid | level | isleaf --------------------+------------------+-------+-------- - ptif_test0_index | ptif_test_index | 0 | f - ptif_test01_index | ptif_test0_index | 1 | t -(2 rows) - --- List from leaf index -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree('ptif_test01_index') p - JOIN pg_class c ON (p.relid = c.oid); - relid | parentrelid | level | isleaf --------------------+------------------+-------+-------- - ptif_test01_index | ptif_test0_index | 0 | t -(1 row) - --- List from partitioned index with no partitions -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree('ptif_test3_index') p - JOIN pg_class c ON (p.relid = c.oid); - relid | parentrelid | level | isleaf -------------------+-----------------+-------+-------- - ptif_test3_index | ptif_test_index | 0 | f -(1 row) - --- List all members using pg_partition_root with leaf index reference -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree(pg_partition_root('ptif_test01_index')) p - JOIN pg_class c ON (p.relid = c.oid); - relid | parentrelid | level | isleaf --------------------+------------------+-------+-------- - ptif_test_index | | 0 | f - ptif_test0_index | ptif_test_index | 1 | f - ptif_test1_index | ptif_test_index | 1 | f - ptif_test2_index | ptif_test_index | 1 | t - ptif_test3_index | ptif_test_index | 1 | f - ptif_test01_index | ptif_test0_index | 2 | t - ptif_test11_index | ptif_test1_index | 2 | t -(7 rows) - --- List all ancestors of root and leaf indexes -SELECT * FROM pg_partition_ancestors('ptif_test01_index'); - relid -------------------- - ptif_test01_index - ptif_test0_index - ptif_test_index -(3 rows) - -SELECT * FROM pg_partition_ancestors('ptif_test_index'); - relid ------------------ - ptif_test_index -(1 row) - -DROP TABLE ptif_test; --- Table that is not part of any partition tree is not listed. -CREATE TABLE ptif_normal_table(a int); -SELECT relid, parentrelid, level, isleaf - FROM pg_partition_tree('ptif_normal_table'); - relid | parentrelid | level | isleaf --------+-------------+-------+-------- -(0 rows) - -SELECT * FROM pg_partition_ancestors('ptif_normal_table'); - relid -------- -(0 rows) - -SELECT pg_partition_root('ptif_normal_table'); - pg_partition_root -------------------- - -(1 row) - -DROP TABLE ptif_normal_table; --- Various partitioning-related functions return empty/NULL if passed relations --- of types that cannot be part of a partition tree; for example, views, --- materialized views, legacy inheritance children or parents, etc. -CREATE VIEW ptif_test_view AS SELECT 1; -CREATE MATERIALIZED VIEW ptif_test_matview AS SELECT 1; -CREATE TABLE ptif_li_parent (); -CREATE TABLE ptif_li_child () INHERITS (ptif_li_parent); -SELECT * FROM pg_partition_tree('ptif_test_view'); - relid | parentrelid | isleaf | level --------+-------------+--------+------- -(0 rows) - -SELECT * FROM pg_partition_tree('ptif_test_matview'); - relid | parentrelid | isleaf | level --------+-------------+--------+------- -(0 rows) - -SELECT * FROM pg_partition_tree('ptif_li_parent'); - relid | parentrelid | isleaf | level --------+-------------+--------+------- -(0 rows) - -SELECT * FROM pg_partition_tree('ptif_li_child'); - relid | parentrelid | isleaf | level --------+-------------+--------+------- -(0 rows) - -SELECT * FROM pg_partition_ancestors('ptif_test_view'); - relid -------- -(0 rows) - -SELECT * FROM pg_partition_ancestors('ptif_test_matview'); - relid -------- -(0 rows) - -SELECT * FROM pg_partition_ancestors('ptif_li_parent'); - relid -------- -(0 rows) - -SELECT * FROM pg_partition_ancestors('ptif_li_child'); - relid -------- -(0 rows) - -SELECT pg_partition_root('ptif_test_view'); - pg_partition_root -------------------- - -(1 row) - -SELECT pg_partition_root('ptif_test_matview'); - pg_partition_root -------------------- - -(1 row) - -SELECT pg_partition_root('ptif_li_parent'); - pg_partition_root -------------------- - -(1 row) - -SELECT pg_partition_root('ptif_li_child'); - pg_partition_root -------------------- - -(1 row) - -DROP VIEW ptif_test_view; -DROP MATERIALIZED VIEW ptif_test_matview; -DROP TABLE ptif_li_parent, ptif_li_child; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out --- /tmp/cirrus-ci-build/src/test/regress/expected/tuplesort.out 2025-05-11 19:30:19.011207000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tuplesort.out 2025-05-11 19:32:43.382980000 +0000 @@ -1,705 +1,2 @@ --- only use parallelism when explicitly intending to do so -SET max_parallel_maintenance_workers = 0; -SET max_parallel_workers = 0; --- A table with contents that, when sorted, triggers abbreviated --- key aborts. One easy way to achieve that is to use uuids that all --- have the same prefix, as abbreviated keys for uuids just use the --- first sizeof(Datum) bytes. -CREATE TEMP TABLE abbrev_abort_uuids ( - id serial not null, - abort_increasing uuid, - abort_decreasing uuid, - noabort_increasing uuid, - noabort_decreasing uuid); -INSERT INTO abbrev_abort_uuids (abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing) - SELECT - ('00000000-0000-0000-0000-'||to_char(g.i, '000000000000FM'))::uuid abort_increasing, - ('00000000-0000-0000-0000-'||to_char(20000 - g.i, '000000000000FM'))::uuid abort_decreasing, - (to_char(g.i % 10009, '00000000FM')||'-0000-0000-0000-'||to_char(g.i, '000000000000FM'))::uuid noabort_increasing, - (to_char(((20000 - g.i) % 10009), '00000000FM')||'-0000-0000-0000-'||to_char(20000 - g.i, '000000000000FM'))::uuid noabort_decreasing - FROM generate_series(0, 20000, 1) g(i); --- and a few NULLs -INSERT INTO abbrev_abort_uuids(id) VALUES(0); -INSERT INTO abbrev_abort_uuids DEFAULT VALUES; -INSERT INTO abbrev_abort_uuids DEFAULT VALUES; --- add just a few duplicates -INSERT INTO abbrev_abort_uuids (abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing) - SELECT abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing - FROM abbrev_abort_uuids - WHERE (id < 10 OR id > 19990) AND id % 3 = 0 AND abort_increasing is not null; ----- --- Check sort node uses of tuplesort wrt. abbreviated keys ----- --- plain sort triggering abbreviated abort -SELECT abort_increasing, abort_decreasing FROM abbrev_abort_uuids ORDER BY abort_increasing OFFSET 20000 - 4; - abort_increasing | abort_decreasing ---------------------------------------+-------------------------------------- - 00000000-0000-0000-0000-000000019992 | 00000000-0000-0000-0000-000000000008 - 00000000-0000-0000-0000-000000019993 | 00000000-0000-0000-0000-000000000007 - 00000000-0000-0000-0000-000000019994 | 00000000-0000-0000-0000-000000000006 - 00000000-0000-0000-0000-000000019994 | 00000000-0000-0000-0000-000000000006 - 00000000-0000-0000-0000-000000019995 | 00000000-0000-0000-0000-000000000005 - 00000000-0000-0000-0000-000000019996 | 00000000-0000-0000-0000-000000000004 - 00000000-0000-0000-0000-000000019997 | 00000000-0000-0000-0000-000000000003 - 00000000-0000-0000-0000-000000019997 | 00000000-0000-0000-0000-000000000003 - 00000000-0000-0000-0000-000000019998 | 00000000-0000-0000-0000-000000000002 - 00000000-0000-0000-0000-000000019999 | 00000000-0000-0000-0000-000000000001 - 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - | - | - | -(15 rows) - -SELECT abort_increasing, abort_decreasing FROM abbrev_abort_uuids ORDER BY abort_decreasing NULLS FIRST OFFSET 20000 - 4; - abort_increasing | abort_decreasing ---------------------------------------+-------------------------------------- - 00000000-0000-0000-0000-000000000011 | 00000000-0000-0000-0000-000000019989 - 00000000-0000-0000-0000-000000000010 | 00000000-0000-0000-0000-000000019990 - 00000000-0000-0000-0000-000000000009 | 00000000-0000-0000-0000-000000019991 - 00000000-0000-0000-0000-000000000008 | 00000000-0000-0000-0000-000000019992 - 00000000-0000-0000-0000-000000000008 | 00000000-0000-0000-0000-000000019992 - 00000000-0000-0000-0000-000000000007 | 00000000-0000-0000-0000-000000019993 - 00000000-0000-0000-0000-000000000006 | 00000000-0000-0000-0000-000000019994 - 00000000-0000-0000-0000-000000000005 | 00000000-0000-0000-0000-000000019995 - 00000000-0000-0000-0000-000000000005 | 00000000-0000-0000-0000-000000019995 - 00000000-0000-0000-0000-000000000004 | 00000000-0000-0000-0000-000000019996 - 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 - 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 - 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 - 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 - 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 -(15 rows) - --- plain sort not triggering abbreviated abort -SELECT noabort_increasing, noabort_decreasing FROM abbrev_abort_uuids ORDER BY noabort_increasing OFFSET 20000 - 4; - noabort_increasing | noabort_decreasing ---------------------------------------+-------------------------------------- - 00009997-0000-0000-0000-000000009997 | 00010003-0000-0000-0000-000000010003 - 00009998-0000-0000-0000-000000009998 | 00010002-0000-0000-0000-000000010002 - 00009999-0000-0000-0000-000000009999 | 00010001-0000-0000-0000-000000010001 - 00010000-0000-0000-0000-000000010000 | 00010000-0000-0000-0000-000000010000 - 00010001-0000-0000-0000-000000010001 | 00009999-0000-0000-0000-000000009999 - 00010002-0000-0000-0000-000000010002 | 00009998-0000-0000-0000-000000009998 - 00010003-0000-0000-0000-000000010003 | 00009997-0000-0000-0000-000000009997 - 00010004-0000-0000-0000-000000010004 | 00009996-0000-0000-0000-000000009996 - 00010005-0000-0000-0000-000000010005 | 00009995-0000-0000-0000-000000009995 - 00010006-0000-0000-0000-000000010006 | 00009994-0000-0000-0000-000000009994 - 00010007-0000-0000-0000-000000010007 | 00009993-0000-0000-0000-000000009993 - 00010008-0000-0000-0000-000000010008 | 00009992-0000-0000-0000-000000009992 - | - | - | -(15 rows) - -SELECT noabort_increasing, noabort_decreasing FROM abbrev_abort_uuids ORDER BY noabort_decreasing NULLS FIRST OFFSET 20000 - 4; - noabort_increasing | noabort_decreasing ---------------------------------------+-------------------------------------- - 00010006-0000-0000-0000-000000010006 | 00009994-0000-0000-0000-000000009994 - 00010005-0000-0000-0000-000000010005 | 00009995-0000-0000-0000-000000009995 - 00010004-0000-0000-0000-000000010004 | 00009996-0000-0000-0000-000000009996 - 00010003-0000-0000-0000-000000010003 | 00009997-0000-0000-0000-000000009997 - 00010002-0000-0000-0000-000000010002 | 00009998-0000-0000-0000-000000009998 - 00010001-0000-0000-0000-000000010001 | 00009999-0000-0000-0000-000000009999 - 00010000-0000-0000-0000-000000010000 | 00010000-0000-0000-0000-000000010000 - 00009999-0000-0000-0000-000000009999 | 00010001-0000-0000-0000-000000010001 - 00009998-0000-0000-0000-000000009998 | 00010002-0000-0000-0000-000000010002 - 00009997-0000-0000-0000-000000009997 | 00010003-0000-0000-0000-000000010003 - 00009996-0000-0000-0000-000000009996 | 00010004-0000-0000-0000-000000010004 - 00009995-0000-0000-0000-000000009995 | 00010005-0000-0000-0000-000000010005 - 00009994-0000-0000-0000-000000009994 | 00010006-0000-0000-0000-000000010006 - 00009993-0000-0000-0000-000000009993 | 00010007-0000-0000-0000-000000010007 - 00009992-0000-0000-0000-000000009992 | 00010008-0000-0000-0000-000000010008 -(15 rows) - --- bounded sort (disables abbreviated keys) -SELECT abort_increasing, noabort_increasing FROM abbrev_abort_uuids ORDER BY abort_increasing LIMIT 5; - abort_increasing | noabort_increasing ---------------------------------------+-------------------------------------- - 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000000000 - 00000000-0000-0000-0000-000000000001 | 00000001-0000-0000-0000-000000000001 - 00000000-0000-0000-0000-000000000002 | 00000002-0000-0000-0000-000000000002 - 00000000-0000-0000-0000-000000000002 | 00000002-0000-0000-0000-000000000002 - 00000000-0000-0000-0000-000000000003 | 00000003-0000-0000-0000-000000000003 -(5 rows) - -SELECT abort_increasing, noabort_increasing FROM abbrev_abort_uuids ORDER BY noabort_increasing NULLS FIRST LIMIT 5; - abort_increasing | noabort_increasing ---------------------------------------+-------------------------------------- - | - | - | - 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000000000 - 00000000-0000-0000-0000-000000010009 | 00000000-0000-0000-0000-000000010009 -(5 rows) - ----- --- Check index creation uses of tuplesort wrt. abbreviated keys ----- --- index creation using abbreviated keys successfully -CREATE INDEX abbrev_abort_uuids__noabort_increasing_idx ON abbrev_abort_uuids (noabort_increasing); -CREATE INDEX abbrev_abort_uuids__noabort_decreasing_idx ON abbrev_abort_uuids (noabort_decreasing); --- verify -EXPLAIN (COSTS OFF) -SELECT id, noabort_increasing, noabort_decreasing FROM abbrev_abort_uuids ORDER BY noabort_increasing LIMIT 5; - QUERY PLAN ------------------------------------------------------------------------------------------ - Limit - -> Index Scan using abbrev_abort_uuids__noabort_increasing_idx on abbrev_abort_uuids -(2 rows) - -SELECT id, noabort_increasing, noabort_decreasing FROM abbrev_abort_uuids ORDER BY noabort_increasing LIMIT 5; - id | noabort_increasing | noabort_decreasing --------+--------------------------------------+-------------------------------------- - 1 | 00000000-0000-0000-0000-000000000000 | 00009991-0000-0000-0000-000000020000 - 10010 | 00000000-0000-0000-0000-000000010009 | 00009991-0000-0000-0000-000000009991 - 2 | 00000001-0000-0000-0000-000000000001 | 00009990-0000-0000-0000-000000019999 - 10011 | 00000001-0000-0000-0000-000000010010 | 00009990-0000-0000-0000-000000009990 - 3 | 00000002-0000-0000-0000-000000000002 | 00009989-0000-0000-0000-000000019998 -(5 rows) - -EXPLAIN (COSTS OFF) -SELECT id, noabort_increasing, noabort_decreasing FROM abbrev_abort_uuids ORDER BY noabort_decreasing LIMIT 5; - QUERY PLAN ------------------------------------------------------------------------------------------ - Limit - -> Index Scan using abbrev_abort_uuids__noabort_decreasing_idx on abbrev_abort_uuids -(2 rows) - -SELECT id, noabort_increasing, noabort_decreasing FROM abbrev_abort_uuids ORDER BY noabort_decreasing LIMIT 5; - id | noabort_increasing | noabort_decreasing --------+--------------------------------------+-------------------------------------- - 20001 | 00009991-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - 20010 | 00009991-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - 9992 | 00009991-0000-0000-0000-000000009991 | 00000000-0000-0000-0000-000000010009 - 20000 | 00009990-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-000000000001 - 9991 | 00009990-0000-0000-0000-000000009990 | 00000001-0000-0000-0000-000000010010 -(5 rows) - --- index creation using abbreviated keys, hitting abort -CREATE INDEX abbrev_abort_uuids__abort_increasing_idx ON abbrev_abort_uuids (abort_increasing); -CREATE INDEX abbrev_abort_uuids__abort_decreasing_idx ON abbrev_abort_uuids (abort_decreasing); --- verify -EXPLAIN (COSTS OFF) -SELECT id, abort_increasing, abort_decreasing FROM abbrev_abort_uuids ORDER BY abort_increasing LIMIT 5; - QUERY PLAN ---------------------------------------------------------------------------------------- - Limit - -> Index Scan using abbrev_abort_uuids__abort_increasing_idx on abbrev_abort_uuids -(2 rows) - -SELECT id, abort_increasing, abort_decreasing FROM abbrev_abort_uuids ORDER BY abort_increasing LIMIT 5; - id | abort_increasing | abort_decreasing --------+--------------------------------------+-------------------------------------- - 1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 - 2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 - 3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 - 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 - 4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 -(5 rows) - -EXPLAIN (COSTS OFF) -SELECT id, abort_increasing, abort_decreasing FROM abbrev_abort_uuids ORDER BY abort_decreasing LIMIT 5; - QUERY PLAN ---------------------------------------------------------------------------------------- - Limit - -> Index Scan using abbrev_abort_uuids__abort_decreasing_idx on abbrev_abort_uuids -(2 rows) - -SELECT id, abort_increasing, abort_decreasing FROM abbrev_abort_uuids ORDER BY abort_decreasing LIMIT 5; - id | abort_increasing | abort_decreasing --------+--------------------------------------+-------------------------------------- - 20001 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - 20010 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - 20000 | 00000000-0000-0000-0000-000000019999 | 00000000-0000-0000-0000-000000000001 - 19999 | 00000000-0000-0000-0000-000000019998 | 00000000-0000-0000-0000-000000000002 - 19998 | 00000000-0000-0000-0000-000000019997 | 00000000-0000-0000-0000-000000000003 -(5 rows) - ----- --- Check CLUSTER uses of tuplesort wrt. abbreviated keys ----- --- when aborting, increasing order -BEGIN; -SET LOCAL enable_indexscan = false; -CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_increasing_idx; --- head -SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing -FROM abbrev_abort_uuids -ORDER BY ctid LIMIT 5; - id | abort_increasing | abort_decreasing | noabort_increasing | noabort_decreasing --------+--------------------------------------+--------------------------------------+--------------------------------------+-------------------------------------- - 1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 | 00009991-0000-0000-0000-000000020000 - 2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-000000000001 | 00009990-0000-0000-0000-000000019999 - 3 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-000000000002 | 00009989-0000-0000-0000-000000019998 - 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-000000000002 | 00009989-0000-0000-0000-000000019998 - 4 | 00000000-0000-0000-0000-000000000003 | 00000000-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-000000000003 | 00009988-0000-0000-0000-000000019997 -(5 rows) - --- tail -SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing -FROM abbrev_abort_uuids -ORDER BY ctid DESC LIMIT 5; - id | abort_increasing | abort_decreasing | noabort_increasing | noabort_decreasing --------+--------------------------------------+--------------------------------------+--------------------------------------+-------------------------------------- - 0 | | | | - 20002 | | | | - 20003 | | | | - 20001 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 | 00009991-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - 20010 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 | 00009991-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 -(5 rows) - -ROLLBACK; --- when aborting, decreasing order -BEGIN; -SET LOCAL enable_indexscan = false; -CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__abort_decreasing_idx; --- head -SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing -FROM abbrev_abort_uuids -ORDER BY ctid LIMIT 5; - id | abort_increasing | abort_decreasing | noabort_increasing | noabort_decreasing --------+--------------------------------------+--------------------------------------+--------------------------------------+-------------------------------------- - 20010 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 | 00009991-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - 20001 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 | 00009991-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - 20000 | 00000000-0000-0000-0000-000000019999 | 00000000-0000-0000-0000-000000000001 | 00009990-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-000000000001 - 19999 | 00000000-0000-0000-0000-000000019998 | 00000000-0000-0000-0000-000000000002 | 00009989-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-000000000002 - 20009 | 00000000-0000-0000-0000-000000019997 | 00000000-0000-0000-0000-000000000003 | 00009988-0000-0000-0000-000000019997 | 00000003-0000-0000-0000-000000000003 -(5 rows) - --- tail -SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing -FROM abbrev_abort_uuids -ORDER BY ctid DESC LIMIT 5; - id | abort_increasing | abort_decreasing | noabort_increasing | noabort_decreasing --------+--------------------------------------+--------------------------------------+--------------------------------------+-------------------------------------- - 0 | | | | - 20002 | | | | - 20003 | | | | - 1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 | 00009991-0000-0000-0000-000000020000 - 2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-000000000001 | 00009990-0000-0000-0000-000000019999 -(5 rows) - -ROLLBACK; --- when not aborting, increasing order -BEGIN; -SET LOCAL enable_indexscan = false; -CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__noabort_increasing_idx; --- head -SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing -FROM abbrev_abort_uuids -ORDER BY ctid LIMIT 5; - id | abort_increasing | abort_decreasing | noabort_increasing | noabort_decreasing --------+--------------------------------------+--------------------------------------+--------------------------------------+-------------------------------------- - 1 | 00000000-0000-0000-0000-000000000000 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 | 00009991-0000-0000-0000-000000020000 - 10010 | 00000000-0000-0000-0000-000000010009 | 00000000-0000-0000-0000-000000009991 | 00000000-0000-0000-0000-000000010009 | 00009991-0000-0000-0000-000000009991 - 2 | 00000000-0000-0000-0000-000000000001 | 00000000-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-000000000001 | 00009990-0000-0000-0000-000000019999 - 10011 | 00000000-0000-0000-0000-000000010010 | 00000000-0000-0000-0000-000000009990 | 00000001-0000-0000-0000-000000010010 | 00009990-0000-0000-0000-000000009990 - 20004 | 00000000-0000-0000-0000-000000000002 | 00000000-0000-0000-0000-000000019998 | 00000002-0000-0000-0000-000000000002 | 00009989-0000-0000-0000-000000019998 -(5 rows) - --- tail -SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing -FROM abbrev_abort_uuids -ORDER BY ctid DESC LIMIT 5; - id | abort_increasing | abort_decreasing | noabort_increasing | noabort_decreasing --------+--------------------------------------+--------------------------------------+--------------------------------------+-------------------------------------- - 0 | | | | - 20002 | | | | - 20003 | | | | - 10009 | 00000000-0000-0000-0000-000000010008 | 00000000-0000-0000-0000-000000009992 | 00010008-0000-0000-0000-000000010008 | 00009992-0000-0000-0000-000000009992 - 10008 | 00000000-0000-0000-0000-000000010007 | 00000000-0000-0000-0000-000000009993 | 00010007-0000-0000-0000-000000010007 | 00009993-0000-0000-0000-000000009993 -(5 rows) - -ROLLBACK; --- when no aborting, decreasing order -BEGIN; -SET LOCAL enable_indexscan = false; -CLUSTER abbrev_abort_uuids USING abbrev_abort_uuids__noabort_decreasing_idx; --- head -SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing -FROM abbrev_abort_uuids -ORDER BY ctid LIMIT 5; - id | abort_increasing | abort_decreasing | noabort_increasing | noabort_decreasing --------+--------------------------------------+--------------------------------------+--------------------------------------+-------------------------------------- - 20010 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 | 00009991-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - 20001 | 00000000-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 | 00009991-0000-0000-0000-000000020000 | 00000000-0000-0000-0000-000000000000 - 9992 | 00000000-0000-0000-0000-000000009991 | 00000000-0000-0000-0000-000000010009 | 00009991-0000-0000-0000-000000009991 | 00000000-0000-0000-0000-000000010009 - 20000 | 00000000-0000-0000-0000-000000019999 | 00000000-0000-0000-0000-000000000001 | 00009990-0000-0000-0000-000000019999 | 00000001-0000-0000-0000-000000000001 - 9991 | 00000000-0000-0000-0000-000000009990 | 00000000-0000-0000-0000-000000010010 | 00009990-0000-0000-0000-000000009990 | 00000001-0000-0000-0000-000000010010 -(5 rows) - --- tail -SELECT id, abort_increasing, abort_decreasing, noabort_increasing, noabort_decreasing -FROM abbrev_abort_uuids -ORDER BY ctid DESC LIMIT 5; - id | abort_increasing | abort_decreasing | noabort_increasing | noabort_decreasing --------+--------------------------------------+--------------------------------------+--------------------------------------+-------------------------------------- - 0 | | | | - 20003 | | | | - 20002 | | | | - 9993 | 00000000-0000-0000-0000-000000009992 | 00000000-0000-0000-0000-000000010008 | 00009992-0000-0000-0000-000000009992 | 00010008-0000-0000-0000-000000010008 - 9994 | 00000000-0000-0000-0000-000000009993 | 00000000-0000-0000-0000-000000010007 | 00009993-0000-0000-0000-000000009993 | 00010007-0000-0000-0000-000000010007 -(5 rows) - -ROLLBACK; ----- --- test sorting of large datums VALUES ----- --- Ensure the order is correct and values look intact -SELECT LEFT(a,10),b FROM - (VALUES(REPEAT('a', 512 * 1024),1),(REPEAT('b', 512 * 1024),2)) v(a,b) -ORDER BY v.a DESC; - left | b -------------+--- - bbbbbbbbbb | 2 - aaaaaaaaaa | 1 -(2 rows) - ----- --- test forward and backward scans for in-memory and disk based tuplesort ----- --- in-memory -BEGIN; -SET LOCAL enable_indexscan = false; --- unfortunately can't show analyze output confirming sort method, --- the memory used output wouldn't be stable -EXPLAIN (COSTS OFF) DECLARE c SCROLL CURSOR FOR SELECT noabort_decreasing FROM abbrev_abort_uuids ORDER BY noabort_decreasing; - QUERY PLAN --------------------------------------- - Sort - Sort Key: noabort_decreasing - -> Seq Scan on abbrev_abort_uuids -(3 rows) - -DECLARE c SCROLL CURSOR FOR SELECT noabort_decreasing FROM abbrev_abort_uuids ORDER BY noabort_decreasing; --- first and second -FETCH NEXT FROM c; - noabort_decreasing --------------------------------------- - 00000000-0000-0000-0000-000000000000 -(1 row) - -FETCH NEXT FROM c; - noabort_decreasing --------------------------------------- - 00000000-0000-0000-0000-000000000000 -(1 row) - --- scroll beyond beginning -FETCH BACKWARD FROM c; - noabort_decreasing --------------------------------------- - 00000000-0000-0000-0000-000000000000 -(1 row) - -FETCH BACKWARD FROM c; - noabort_decreasing --------------------- -(0 rows) - -FETCH BACKWARD FROM c; - noabort_decreasing --------------------- -(0 rows) - -FETCH BACKWARD FROM c; - noabort_decreasing --------------------- -(0 rows) - -FETCH NEXT FROM c; - noabort_decreasing --------------------------------------- - 00000000-0000-0000-0000-000000000000 -(1 row) - --- scroll beyond end -FETCH LAST FROM c; - noabort_decreasing --------------------- - -(1 row) - -FETCH BACKWARD FROM c; - noabort_decreasing --------------------- - -(1 row) - -FETCH NEXT FROM c; - noabort_decreasing --------------------- - -(1 row) - -FETCH NEXT FROM c; - noabort_decreasing --------------------- -(0 rows) - -FETCH NEXT FROM c; - noabort_decreasing --------------------- -(0 rows) - -FETCH BACKWARD FROM c; - noabort_decreasing --------------------- - -(1 row) - -FETCH NEXT FROM c; - noabort_decreasing --------------------- -(0 rows) - -COMMIT; --- disk based -BEGIN; -SET LOCAL enable_indexscan = false; -SET LOCAL work_mem = '100kB'; --- unfortunately can't show analyze output confirming sort method, --- the memory used output wouldn't be stable -EXPLAIN (COSTS OFF) DECLARE c SCROLL CURSOR FOR SELECT noabort_decreasing FROM abbrev_abort_uuids ORDER BY noabort_decreasing; - QUERY PLAN --------------------------------------- - Sort - Sort Key: noabort_decreasing - -> Seq Scan on abbrev_abort_uuids -(3 rows) - -DECLARE c SCROLL CURSOR FOR SELECT noabort_decreasing FROM abbrev_abort_uuids ORDER BY noabort_decreasing; --- first and second -FETCH NEXT FROM c; - noabort_decreasing --------------------------------------- - 00000000-0000-0000-0000-000000000000 -(1 row) - -FETCH NEXT FROM c; - noabort_decreasing --------------------------------------- - 00000000-0000-0000-0000-000000000000 -(1 row) - --- scroll beyond beginning -FETCH BACKWARD FROM c; - noabort_decreasing --------------------------------------- - 00000000-0000-0000-0000-000000000000 -(1 row) - -FETCH BACKWARD FROM c; - noabort_decreasing --------------------- -(0 rows) - -FETCH BACKWARD FROM c; - noabort_decreasing --------------------- -(0 rows) - -FETCH BACKWARD FROM c; - noabort_decreasing --------------------- -(0 rows) - -FETCH NEXT FROM c; - noabort_decreasing --------------------------------------- - 00000000-0000-0000-0000-000000000000 -(1 row) - --- scroll beyond end -FETCH LAST FROM c; - noabort_decreasing --------------------- - -(1 row) - -FETCH BACKWARD FROM c; - noabort_decreasing --------------------- - -(1 row) - -FETCH NEXT FROM c; - noabort_decreasing --------------------- - -(1 row) - -FETCH NEXT FROM c; - noabort_decreasing --------------------- -(0 rows) - -FETCH NEXT FROM c; - noabort_decreasing --------------------- -(0 rows) - -FETCH BACKWARD FROM c; - noabort_decreasing --------------------- - -(1 row) - -FETCH NEXT FROM c; - noabort_decreasing --------------------- -(0 rows) - -COMMIT; ----- --- test tuplesort using both in-memory and disk sort ---- --- memory based -SELECT - -- fixed-width by-value datum - (array_agg(id ORDER BY id DESC NULLS FIRST))[0:5], - -- fixed-width by-ref datum - (array_agg(abort_increasing ORDER BY abort_increasing DESC NULLS LAST))[0:5], - -- variable-width datum - (array_agg(id::text ORDER BY id::text DESC NULLS LAST))[0:5], - -- fixed width by-value datum tuplesort - percentile_disc(0.99) WITHIN GROUP (ORDER BY id), - -- ensure state is shared - percentile_disc(0.01) WITHIN GROUP (ORDER BY id), - -- fixed width by-ref datum tuplesort - percentile_disc(0.8) WITHIN GROUP (ORDER BY abort_increasing), - -- variable width by-ref datum tuplesort - percentile_disc(0.2) WITHIN GROUP (ORDER BY id::text), - -- multi-column tuplesort - rank('00000000-0000-0000-0000-000000000000', '2', '2') WITHIN GROUP (ORDER BY noabort_increasing, id, id::text) -FROM ( - SELECT * FROM abbrev_abort_uuids - UNION ALL - SELECT NULL, NULL, NULL, NULL, NULL) s; - array_agg | array_agg | array_agg | percentile_disc | percentile_disc | percentile_disc | percentile_disc | rank ---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+-----------------+-----------------+--------------------------------------+-----------------+------ - {NULL,20010,20009,20008,20007} | {00000000-0000-0000-0000-000000020000,00000000-0000-0000-0000-000000020000,00000000-0000-0000-0000-000000019999,00000000-0000-0000-0000-000000019998,00000000-0000-0000-0000-000000019997} | {9999,9998,9997,9996,9995} | 19810 | 200 | 00000000-0000-0000-0000-000000016003 | 136 | 2 -(1 row) - --- disk based (see also above) -BEGIN; -SET LOCAL work_mem = '100kB'; -SELECT - (array_agg(id ORDER BY id DESC NULLS FIRST))[0:5], - (array_agg(abort_increasing ORDER BY abort_increasing DESC NULLS LAST))[0:5], - (array_agg(id::text ORDER BY id::text DESC NULLS LAST))[0:5], - percentile_disc(0.99) WITHIN GROUP (ORDER BY id), - percentile_disc(0.01) WITHIN GROUP (ORDER BY id), - percentile_disc(0.8) WITHIN GROUP (ORDER BY abort_increasing), - percentile_disc(0.2) WITHIN GROUP (ORDER BY id::text), - rank('00000000-0000-0000-0000-000000000000', '2', '2') WITHIN GROUP (ORDER BY noabort_increasing, id, id::text) -FROM ( - SELECT * FROM abbrev_abort_uuids - UNION ALL - SELECT NULL, NULL, NULL, NULL, NULL) s; - array_agg | array_agg | array_agg | percentile_disc | percentile_disc | percentile_disc | percentile_disc | rank ---------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------+-----------------+-----------------+--------------------------------------+-----------------+------ - {NULL,20010,20009,20008,20007} | {00000000-0000-0000-0000-000000020000,00000000-0000-0000-0000-000000020000,00000000-0000-0000-0000-000000019999,00000000-0000-0000-0000-000000019998,00000000-0000-0000-0000-000000019997} | {9999,9998,9997,9996,9995} | 19810 | 200 | 00000000-0000-0000-0000-000000016003 | 136 | 2 -(1 row) - -ROLLBACK; ----- --- test tuplesort mark/restore ---- -CREATE TEMP TABLE test_mark_restore(col1 int, col2 int, col12 int); --- need a few duplicates for mark/restore to matter -INSERT INTO test_mark_restore(col1, col2, col12) - SELECT a.i, b.i, a.i * b.i FROM generate_series(1, 500) a(i), generate_series(1, 5) b(i); -BEGIN; -SET LOCAL enable_nestloop = off; -SET LOCAL enable_hashjoin = off; -SET LOCAL enable_material = off; --- set query into variable once, to avoid repetition of the fairly long query -SELECT $$ - SELECT col12, count(distinct a.col1), count(distinct a.col2), count(distinct b.col1), count(distinct b.col2), count(*) - FROM test_mark_restore a - JOIN test_mark_restore b USING(col12) - GROUP BY 1 - HAVING count(*) > 1 - ORDER BY 2 DESC, 1 DESC, 3 DESC, 4 DESC, 5 DESC, 6 DESC - LIMIT 10 -$$ AS qry \gset --- test mark/restore with in-memory sorts -EXPLAIN (COSTS OFF) :qry; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ - Limit - -> Sort - Sort Key: (count(DISTINCT a.col1)) DESC, a.col12 DESC, (count(DISTINCT a.col2)) DESC, (count(DISTINCT b.col1)) DESC, (count(DISTINCT b.col2)) DESC, (count(*)) DESC - -> GroupAggregate - Group Key: a.col12 - Filter: (count(*) > 1) - -> Incremental Sort - Sort Key: a.col12 DESC, a.col1 - Presorted Key: a.col12 - -> Merge Join - Merge Cond: (a.col12 = b.col12) - -> Sort - Sort Key: a.col12 DESC - -> Seq Scan on test_mark_restore a - -> Sort - Sort Key: b.col12 DESC - -> Seq Scan on test_mark_restore b -(17 rows) - -:qry; - col12 | count | count | count | count | count --------+-------+-------+-------+-------+------- - 480 | 5 | 5 | 5 | 5 | 25 - 420 | 5 | 5 | 5 | 5 | 25 - 360 | 5 | 5 | 5 | 5 | 25 - 300 | 5 | 5 | 5 | 5 | 25 - 240 | 5 | 5 | 5 | 5 | 25 - 180 | 5 | 5 | 5 | 5 | 25 - 120 | 5 | 5 | 5 | 5 | 25 - 60 | 5 | 5 | 5 | 5 | 25 - 960 | 4 | 4 | 4 | 4 | 16 - 900 | 4 | 4 | 4 | 4 | 16 -(10 rows) - --- test mark/restore with on-disk sorts -SET LOCAL work_mem = '100kB'; -EXPLAIN (COSTS OFF) :qry; - QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ - Limit - -> Sort - Sort Key: (count(DISTINCT a.col1)) DESC, a.col12 DESC, (count(DISTINCT a.col2)) DESC, (count(DISTINCT b.col1)) DESC, (count(DISTINCT b.col2)) DESC, (count(*)) DESC - -> GroupAggregate - Group Key: a.col12 - Filter: (count(*) > 1) - -> Incremental Sort - Sort Key: a.col12 DESC, a.col1 - Presorted Key: a.col12 - -> Merge Join - Merge Cond: (a.col12 = b.col12) - -> Sort - Sort Key: a.col12 DESC - -> Seq Scan on test_mark_restore a - -> Sort - Sort Key: b.col12 DESC - -> Seq Scan on test_mark_restore b -(17 rows) - -:qry; - col12 | count | count | count | count | count --------+-------+-------+-------+-------+------- - 480 | 5 | 5 | 5 | 5 | 25 - 420 | 5 | 5 | 5 | 5 | 25 - 360 | 5 | 5 | 5 | 5 | 25 - 300 | 5 | 5 | 5 | 5 | 25 - 240 | 5 | 5 | 5 | 5 | 25 - 180 | 5 | 5 | 5 | 5 | 25 - 120 | 5 | 5 | 5 | 5 | 25 - 60 | 5 | 5 | 5 | 5 | 25 - 960 | 4 | 4 | 4 | 4 | 16 - 900 | 4 | 4 | 4 | 4 | 16 -(10 rows) - -COMMIT; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/explain.out --- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out 2025-05-11 19:30:18.944483000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/explain.out 2025-05-11 19:32:43.384943000 +0000 @@ -1,816 +1,2 @@ --- --- EXPLAIN --- --- There are many test cases elsewhere that use EXPLAIN as a vehicle for --- checking something else (usually planner behavior). This file is --- concerned with testing EXPLAIN in its own right. --- --- To produce stable regression test output, it's usually necessary to --- ignore details such as exact costs or row counts. These filter --- functions replace changeable output details with fixed strings. -create function explain_filter(text) returns setof text -language plpgsql as -$$ -declare - ln text; -begin - for ln in execute $1 - loop - -- Replace any numeric word with just 'N' - ln := regexp_replace(ln, '-?\m\d+\M', 'N', 'g'); - -- In sort output, the above won't match units-suffixed numbers - ln := regexp_replace(ln, '\m\d+kB', 'NkB', 'g'); - -- Ignore text-mode buffers output because it varies depending - -- on the system state - CONTINUE WHEN (ln ~ ' +Buffers: .*'); - -- Ignore text-mode "Planning:" line because whether it's output - -- varies depending on the system state - CONTINUE WHEN (ln = 'Planning:'); - return next ln; - end loop; -end; -$$; --- To produce valid JSON output, replace numbers with "0" or "0.0" not "N" -create function explain_filter_to_json(text) returns jsonb -language plpgsql as -$$ -declare - data text := ''; - ln text; -begin - for ln in execute $1 - loop - -- Replace any numeric word with just '0' - ln := regexp_replace(ln, '\m\d+\M', '0', 'g'); - data := data || ln; - end loop; - return data::jsonb; -end; -$$; --- Disable JIT, or we'll get different output on machines where that's been --- forced on -set jit = off; --- Similarly, disable track_io_timing, to avoid output differences when --- enabled. -set track_io_timing = off; --- Simple cases -select explain_filter('explain select * from int8_tbl i8'); - explain_filter ---------------------------------------------------------- - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) -(1 row) - -select explain_filter('explain (analyze, buffers off) select * from int8_tbl i8'); - explain_filter -------------------------------------------------------------------------------------------------- - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) (actual time=N.N..N.N rows=N.N loops=N) - Planning Time: N.N ms - Execution Time: N.N ms -(3 rows) - -select explain_filter('explain (analyze, buffers off, verbose) select * from int8_tbl i8'); - explain_filter --------------------------------------------------------------------------------------------------------- - Seq Scan on public.int8_tbl i8 (cost=N.N..N.N rows=N width=N) (actual time=N.N..N.N rows=N.N loops=N) - Output: q1, q2 - Planning Time: N.N ms - Execution Time: N.N ms -(4 rows) - -select explain_filter('explain (analyze, buffers, format text) select * from int8_tbl i8'); - explain_filter -------------------------------------------------------------------------------------------------- - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) (actual time=N.N..N.N rows=N.N loops=N) - Planning Time: N.N ms - Execution Time: N.N ms -(3 rows) - -select explain_filter('explain (analyze, buffers, format xml) select * from int8_tbl i8'); - explain_filter --------------------------------------------------------- - + - + - + - Seq Scan + - false + - false + - int8_tbl + - i8 + - N.N + - N.N + - N + - N + - N.N + - N.N + - N.N + - N + - false + - N + - N + - N+ - N+ - N + - N + - N + - N + - N + - N + - + - + - N + - N + - N+ - N+ - N + - N + - N + - N + - N + - N + - + - N.N + - + - + - N.N + - + - -(1 row) - -select explain_filter('explain (analyze, serialize, buffers, format yaml) select * from int8_tbl i8'); - explain_filter -------------------------------- - - Plan: + - Node Type: "Seq Scan" + - Parallel Aware: false + - Async Capable: false + - Relation Name: "int8_tbl"+ - Alias: "i8" + - Startup Cost: N.N + - Total Cost: N.N + - Plan Rows: N + - Plan Width: N + - Actual Startup Time: N.N + - Actual Total Time: N.N + - Actual Rows: N.N + - Actual Loops: N + - Disabled: false + - Shared Hit Blocks: N + - Shared Read Blocks: N + - Shared Dirtied Blocks: N + - Shared Written Blocks: N + - Local Hit Blocks: N + - Local Read Blocks: N + - Local Dirtied Blocks: N + - Local Written Blocks: N + - Temp Read Blocks: N + - Temp Written Blocks: N + - Planning: + - Shared Hit Blocks: N + - Shared Read Blocks: N + - Shared Dirtied Blocks: N + - Shared Written Blocks: N + - Local Hit Blocks: N + - Local Read Blocks: N + - Local Dirtied Blocks: N + - Local Written Blocks: N + - Temp Read Blocks: N + - Temp Written Blocks: N + - Planning Time: N.N + - Triggers: + - Serialization: + - Time: N.N + - Output Volume: N + - Format: "text" + - Shared Hit Blocks: N + - Shared Read Blocks: N + - Shared Dirtied Blocks: N + - Shared Written Blocks: N + - Local Hit Blocks: N + - Local Read Blocks: N + - Local Dirtied Blocks: N + - Local Written Blocks: N + - Temp Read Blocks: N + - Temp Written Blocks: N + - Execution Time: N.N -(1 row) - -select explain_filter('explain (buffers, format text) select * from int8_tbl i8'); - explain_filter ---------------------------------------------------------- - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) -(1 row) - -select explain_filter('explain (buffers, format json) select * from int8_tbl i8'); - explain_filter ------------------------------------- - [ + - { + - "Plan": { + - "Node Type": "Seq Scan", + - "Parallel Aware": false, + - "Async Capable": false, + - "Relation Name": "int8_tbl",+ - "Alias": "i8", + - "Startup Cost": N.N, + - "Total Cost": N.N, + - "Plan Rows": N, + - "Plan Width": N, + - "Disabled": false, + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N + - }, + - "Planning": { + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N + - } + - } + - ] -(1 row) - --- Check expansion of window definitions -select explain_filter('explain verbose select sum(unique1) over w, sum(unique2) over (w order by hundred), sum(tenthous) over (w order by hundred) from tenk1 window w as (partition by ten)'); - explain_filter -------------------------------------------------------------------------------------------------------- - WindowAgg (cost=N.N..N.N rows=N width=N) - Output: sum(unique1) OVER w, (sum(unique2) OVER w1), (sum(tenthous) OVER w1), ten, hundred - Window: w AS (PARTITION BY tenk1.ten) - -> WindowAgg (cost=N.N..N.N rows=N width=N) - Output: ten, hundred, unique1, unique2, tenthous, sum(unique2) OVER w1, sum(tenthous) OVER w1 - Window: w1 AS (PARTITION BY tenk1.ten ORDER BY tenk1.hundred) - -> Sort (cost=N.N..N.N rows=N width=N) - Output: ten, hundred, unique1, unique2, tenthous - Sort Key: tenk1.ten, tenk1.hundred - -> Seq Scan on public.tenk1 (cost=N.N..N.N rows=N width=N) - Output: ten, hundred, unique1, unique2, tenthous -(11 rows) - -select explain_filter('explain verbose select sum(unique1) over w1, sum(unique2) over (w1 order by hundred), sum(tenthous) over (w1 order by hundred rows 10 preceding) from tenk1 window w1 as (partition by ten)'); - explain_filter ---------------------------------------------------------------------------------------------------------- - WindowAgg (cost=N.N..N.N rows=N width=N) - Output: sum(unique1) OVER w1, (sum(unique2) OVER w2), (sum(tenthous) OVER w3), ten, hundred - Window: w1 AS (PARTITION BY tenk1.ten) - -> WindowAgg (cost=N.N..N.N rows=N width=N) - Output: ten, hundred, unique1, unique2, tenthous, (sum(unique2) OVER w2), sum(tenthous) OVER w3 - Window: w3 AS (PARTITION BY tenk1.ten ORDER BY tenk1.hundred ROWS 'N'::bigint PRECEDING) - -> WindowAgg (cost=N.N..N.N rows=N width=N) - Output: ten, hundred, unique1, unique2, tenthous, sum(unique2) OVER w2 - Window: w2 AS (PARTITION BY tenk1.ten ORDER BY tenk1.hundred) - -> Sort (cost=N.N..N.N rows=N width=N) - Output: ten, hundred, unique1, unique2, tenthous - Sort Key: tenk1.ten, tenk1.hundred - -> Seq Scan on public.tenk1 (cost=N.N..N.N rows=N width=N) - Output: ten, hundred, unique1, unique2, tenthous -(14 rows) - --- Check output including I/O timings. These fields are conditional --- but always set in JSON format, so check them only in this case. -set track_io_timing = on; -select explain_filter('explain (analyze, buffers, format json) select * from int8_tbl i8'); - explain_filter -------------------------------------- - [ + - { + - "Plan": { + - "Node Type": "Seq Scan", + - "Parallel Aware": false, + - "Async Capable": false, + - "Relation Name": "int8_tbl", + - "Alias": "i8", + - "Startup Cost": N.N, + - "Total Cost": N.N, + - "Plan Rows": N, + - "Plan Width": N, + - "Actual Startup Time": N.N, + - "Actual Total Time": N.N, + - "Actual Rows": N.N, + - "Actual Loops": N, + - "Disabled": false, + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N, + - "Shared I/O Read Time": N.N, + - "Shared I/O Write Time": N.N,+ - "Local I/O Read Time": N.N, + - "Local I/O Write Time": N.N, + - "Temp I/O Read Time": N.N, + - "Temp I/O Write Time": N.N + - }, + - "Planning": { + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N, + - "Shared I/O Read Time": N.N, + - "Shared I/O Write Time": N.N,+ - "Local I/O Read Time": N.N, + - "Local I/O Write Time": N.N, + - "Temp I/O Read Time": N.N, + - "Temp I/O Write Time": N.N + - }, + - "Planning Time": N.N, + - "Triggers": [ + - ], + - "Execution Time": N.N + - } + - ] -(1 row) - -set track_io_timing = off; --- SETTINGS option --- We have to ignore other settings that might be imposed by the environment, --- so printing the whole Settings field unfortunately won't do. -begin; -set local plan_cache_mode = force_generic_plan; -select true as "OK" - from explain_filter('explain (settings) select * from int8_tbl i8') ln - where ln ~ '^ *Settings: .*plan_cache_mode = ''force_generic_plan'''; - OK ----- - t -(1 row) - -select explain_filter_to_json('explain (settings, format json) select * from int8_tbl i8') #> '{0,Settings,plan_cache_mode}'; - ?column? ----------------------- - "force_generic_plan" -(1 row) - -rollback; --- GENERIC_PLAN option -select explain_filter('explain (generic_plan) select unique1 from tenk1 where thousand = $1'); - explain_filter ---------------------------------------------------------------------------------- - Bitmap Heap Scan on tenk1 (cost=N.N..N.N rows=N width=N) - Recheck Cond: (thousand = $N) - -> Bitmap Index Scan on tenk1_thous_tenthous (cost=N.N..N.N rows=N width=N) - Index Cond: (thousand = $N) -(4 rows) - --- should fail -select explain_filter('explain (analyze, generic_plan) select unique1 from tenk1 where thousand = $1'); -ERROR: EXPLAIN options ANALYZE and GENERIC_PLAN cannot be used together -CONTEXT: PL/pgSQL function explain_filter(text) line 5 at FOR over EXECUTE statement --- MEMORY option -select explain_filter('explain (memory) select * from int8_tbl i8'); - explain_filter ---------------------------------------------------------- - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) - Memory: used=NkB allocated=NkB -(2 rows) - -select explain_filter('explain (memory, analyze, buffers off) select * from int8_tbl i8'); - explain_filter -------------------------------------------------------------------------------------------------- - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) (actual time=N.N..N.N rows=N.N loops=N) - Memory: used=NkB allocated=NkB - Planning Time: N.N ms - Execution Time: N.N ms -(4 rows) - -select explain_filter('explain (memory, summary, format yaml) select * from int8_tbl i8'); - explain_filter -------------------------------- - - Plan: + - Node Type: "Seq Scan" + - Parallel Aware: false + - Async Capable: false + - Relation Name: "int8_tbl"+ - Alias: "i8" + - Startup Cost: N.N + - Total Cost: N.N + - Plan Rows: N + - Plan Width: N + - Disabled: false + - Planning: + - Memory Used: N + - Memory Allocated: N + - Planning Time: N.N -(1 row) - -select explain_filter('explain (memory, analyze, format json) select * from int8_tbl i8'); - explain_filter ------------------------------------- - [ + - { + - "Plan": { + - "Node Type": "Seq Scan", + - "Parallel Aware": false, + - "Async Capable": false, + - "Relation Name": "int8_tbl",+ - "Alias": "i8", + - "Startup Cost": N.N, + - "Total Cost": N.N, + - "Plan Rows": N, + - "Plan Width": N, + - "Actual Startup Time": N.N, + - "Actual Total Time": N.N, + - "Actual Rows": N.N, + - "Actual Loops": N, + - "Disabled": false, + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N + - }, + - "Planning": { + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N, + - "Memory Used": N, + - "Memory Allocated": N + - }, + - "Planning Time": N.N, + - "Triggers": [ + - ], + - "Execution Time": N.N + - } + - ] -(1 row) - -prepare int8_query as select * from int8_tbl i8; -select explain_filter('explain (memory) execute int8_query'); - explain_filter ---------------------------------------------------------- - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) - Memory: used=NkB allocated=NkB -(2 rows) - --- Test EXPLAIN (GENERIC_PLAN) with partition pruning --- partitions should be pruned at plan time, based on constants, --- but there should be no pruning based on parameter placeholders -create table gen_part ( - key1 integer not null, - key2 integer not null -) partition by list (key1); -create table gen_part_1 - partition of gen_part for values in (1) - partition by range (key2); -create table gen_part_1_1 - partition of gen_part_1 for values from (1) to (2); -create table gen_part_1_2 - partition of gen_part_1 for values from (2) to (3); -create table gen_part_2 - partition of gen_part for values in (2); --- should scan gen_part_1_1 and gen_part_1_2, but not gen_part_2 -select explain_filter('explain (generic_plan) select key1, key2 from gen_part where key1 = 1 and key2 = $1'); - explain_filter ---------------------------------------------------------------------------- - Append (cost=N.N..N.N rows=N width=N) - -> Seq Scan on gen_part_1_1 gen_part_1 (cost=N.N..N.N rows=N width=N) - Filter: ((key1 = N) AND (key2 = $N)) - -> Seq Scan on gen_part_1_2 gen_part_2 (cost=N.N..N.N rows=N width=N) - Filter: ((key1 = N) AND (key2 = $N)) -(5 rows) - -drop table gen_part; --- --- Test production of per-worker data --- --- Unfortunately, because we don't know how many worker processes we'll --- actually get (maybe none at all), we can't examine the "Workers" output --- in any detail. We can check that it parses correctly as JSON, and then --- remove it from the displayed results. -begin; --- encourage use of parallel plans -set parallel_setup_cost=0; -set parallel_tuple_cost=0; -set min_parallel_table_scan_size=0; -set max_parallel_workers_per_gather=4; -select jsonb_pretty( - explain_filter_to_json('explain (analyze, verbose, buffers, format json) - select * from tenk1 order by tenthous') - -- remove "Workers" node of the Seq Scan plan node - #- '{0,Plan,Plans,0,Plans,0,Workers}' - -- remove "Workers" node of the Sort plan node - #- '{0,Plan,Plans,0,Workers}' - -- Also remove its sort-type fields, as those aren't 100% stable - #- '{0,Plan,Plans,0,Sort Method}' - #- '{0,Plan,Plans,0,Sort Space Type}' -); - jsonb_pretty -------------------------------------------------------------- - [ + - { + - "Plan": { + - "Plans": [ + - { + - "Plans": [ + - { + - "Alias": "tenk1", + - "Output": [ + - "unique1", + - "unique2", + - "two", + - "four", + - "ten", + - "twenty", + - "hundred", + - "thousand", + - "twothousand", + - "fivethous", + - "tenthous", + - "odd", + - "even", + - "stringu1", + - "stringu2", + - "string4" + - ], + - "Schema": "public", + - "Disabled": false, + - "Node Type": "Seq Scan", + - "Plan Rows": 0, + - "Plan Width": 0, + - "Total Cost": 0.0, + - "Actual Rows": 0.0, + - "Actual Loops": 0, + - "Startup Cost": 0.0, + - "Async Capable": false, + - "Relation Name": "tenk1", + - "Parallel Aware": true, + - "Local Hit Blocks": 0, + - "Temp Read Blocks": 0, + - "Actual Total Time": 0.0, + - "Local Read Blocks": 0, + - "Shared Hit Blocks": 0, + - "Shared Read Blocks": 0, + - "Actual Startup Time": 0.0, + - "Parent Relationship": "Outer",+ - "Temp Written Blocks": 0, + - "Local Dirtied Blocks": 0, + - "Local Written Blocks": 0, + - "Shared Dirtied Blocks": 0, + - "Shared Written Blocks": 0 + - } + - ], + - "Output": [ + - "unique1", + - "unique2", + - "two", + - "four", + - "ten", + - "twenty", + - "hundred", + - "thousand", + - "twothousand", + - "fivethous", + - "tenthous", + - "odd", + - "even", + - "stringu1", + - "stringu2", + - "string4" + - ], + - "Disabled": false, + - "Sort Key": [ + - "tenk1.tenthous" + - ], + - "Node Type": "Sort", + - "Plan Rows": 0, + - "Plan Width": 0, + - "Total Cost": 0.0, + - "Actual Rows": 0.0, + - "Actual Loops": 0, + - "Startup Cost": 0.0, + - "Async Capable": false, + - "Parallel Aware": false, + - "Sort Space Used": 0, + - "Local Hit Blocks": 0, + - "Temp Read Blocks": 0, + - "Actual Total Time": 0.0, + - "Local Read Blocks": 0, + - "Shared Hit Blocks": 0, + - "Shared Read Blocks": 0, + - "Actual Startup Time": 0.0, + - "Parent Relationship": "Outer", + - "Temp Written Blocks": 0, + - "Local Dirtied Blocks": 0, + - "Local Written Blocks": 0, + - "Shared Dirtied Blocks": 0, + - "Shared Written Blocks": 0 + - } + - ], + - "Output": [ + - "unique1", + - "unique2", + - "two", + - "four", + - "ten", + - "twenty", + - "hundred", + - "thousand", + - "twothousand", + - "fivethous", + - "tenthous", + - "odd", + - "even", + - "stringu1", + - "stringu2", + - "string4" + - ], + - "Disabled": false, + - "Node Type": "Gather Merge", + - "Plan Rows": 0, + - "Plan Width": 0, + - "Total Cost": 0.0, + - "Actual Rows": 0.0, + - "Actual Loops": 0, + - "Startup Cost": 0.0, + - "Async Capable": false, + - "Parallel Aware": false, + - "Workers Planned": 0, + - "Local Hit Blocks": 0, + - "Temp Read Blocks": 0, + - "Workers Launched": 0, + - "Actual Total Time": 0.0, + - "Local Read Blocks": 0, + - "Shared Hit Blocks": 0, + - "Shared Read Blocks": 0, + - "Actual Startup Time": 0.0, + - "Temp Written Blocks": 0, + - "Local Dirtied Blocks": 0, + - "Local Written Blocks": 0, + - "Shared Dirtied Blocks": 0, + - "Shared Written Blocks": 0 + - }, + - "Planning": { + - "Local Hit Blocks": 0, + - "Temp Read Blocks": 0, + - "Local Read Blocks": 0, + - "Shared Hit Blocks": 0, + - "Shared Read Blocks": 0, + - "Temp Written Blocks": 0, + - "Local Dirtied Blocks": 0, + - "Local Written Blocks": 0, + - "Shared Dirtied Blocks": 0, + - "Shared Written Blocks": 0 + - }, + - "Triggers": [ + - ], + - "Planning Time": 0.0, + - "Execution Time": 0.0 + - } + - ] -(1 row) - -rollback; --- Test display of temporary objects -create temp table t1(f1 float8); -create function pg_temp.mysin(float8) returns float8 language plpgsql -as 'begin return sin($1); end'; -select explain_filter('explain (verbose) select * from t1 where pg_temp.mysin(f1) < 0.5'); - explain_filter ------------------------------------------------------------- - Seq Scan on pg_temp.t1 (cost=N.N..N.N rows=N width=N) - Output: f1 - Filter: (pg_temp.mysin(t1.f1) < 'N.N'::double precision) -(3 rows) - --- Test compute_query_id -set compute_query_id = on; -select explain_filter('explain (verbose) select * from int8_tbl i8'); - explain_filter ----------------------------------------------------------------- - Seq Scan on public.int8_tbl i8 (cost=N.N..N.N rows=N width=N) - Output: q1, q2 - Query Identifier: N -(3 rows) - --- Test compute_query_id with utility statements containing plannable query -select explain_filter('explain (verbose) declare test_cur cursor for select * from int8_tbl'); - explain_filter -------------------------------------------------------------- - Seq Scan on public.int8_tbl (cost=N.N..N.N rows=N width=N) - Output: q1, q2 - Query Identifier: N -(3 rows) - -select explain_filter('explain (verbose) create table test_ctas as select 1'); - explain_filter ----------------------------------------- - Result (cost=N.N..N.N rows=N width=N) - Output: N - Query Identifier: N -(3 rows) - --- Test SERIALIZE option -select explain_filter('explain (analyze,buffers off,serialize) select * from int8_tbl i8'); - explain_filter -------------------------------------------------------------------------------------------------- - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) (actual time=N.N..N.N rows=N.N loops=N) - Planning Time: N.N ms - Serialization: time=N.N ms output=NkB format=text - Execution Time: N.N ms -(4 rows) - -select explain_filter('explain (analyze,serialize text,buffers,timing off) select * from int8_tbl i8'); - explain_filter ------------------------------------------------------------------------------------ - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) (actual rows=N.N loops=N) - Planning Time: N.N ms - Serialization: output=NkB format=text - Execution Time: N.N ms -(4 rows) - -select explain_filter('explain (analyze,serialize binary,buffers,timing) select * from int8_tbl i8'); - explain_filter -------------------------------------------------------------------------------------------------- - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) (actual time=N.N..N.N rows=N.N loops=N) - Planning Time: N.N ms - Serialization: time=N.N ms output=NkB format=binary - Execution Time: N.N ms -(4 rows) - --- this tests an edge case where we have no data to return -select explain_filter('explain (analyze,buffers off,serialize) create temp table explain_temp as select * from int8_tbl i8'); - explain_filter -------------------------------------------------------------------------------------------------- - Seq Scan on int8_tbl i8 (cost=N.N..N.N rows=N width=N) (actual time=N.N..N.N rows=N.N loops=N) - Planning Time: N.N ms - Serialization: time=N.N ms output=NkB format=text - Execution Time: N.N ms -(4 rows) - --- Test tuplestore storage usage in Window aggregate (memory case) -select explain_filter('explain (analyze,buffers off,costs off) select sum(n) over() from generate_series(1,10) a(n)'); - explain_filter ----------------------------------------------------------------------------------- - WindowAgg (actual time=N.N..N.N rows=N.N loops=N) - Window: w1 AS () - Storage: Memory Maximum Storage: NkB - -> Function Scan on generate_series a (actual time=N.N..N.N rows=N.N loops=N) - Planning Time: N.N ms - Execution Time: N.N ms -(6 rows) - --- Test tuplestore storage usage in Window aggregate (disk case) -set work_mem to 64; -select explain_filter('explain (analyze,buffers off,costs off) select sum(n) over() from generate_series(1,2500) a(n)'); - explain_filter ----------------------------------------------------------------------------------- - WindowAgg (actual time=N.N..N.N rows=N.N loops=N) - Window: w1 AS () - Storage: Disk Maximum Storage: NkB - -> Function Scan on generate_series a (actual time=N.N..N.N rows=N.N loops=N) - Planning Time: N.N ms - Execution Time: N.N ms -(6 rows) - --- Test tuplestore storage usage in Window aggregate (memory and disk case, final result is disk) -select explain_filter('explain (analyze,buffers off,costs off) select sum(n) over(partition by m) from (SELECT n < 3 as m, n from generate_series(1,2500) a(n))'); - explain_filter ----------------------------------------------------------------------------------------- - WindowAgg (actual time=N.N..N.N rows=N.N loops=N) - Window: w1 AS (PARTITION BY ((a.n < N))) - Storage: Disk Maximum Storage: NkB - -> Sort (actual time=N.N..N.N rows=N.N loops=N) - Sort Key: ((a.n < N)) - Sort Method: external merge Disk: NkB - -> Function Scan on generate_series a (actual time=N.N..N.N rows=N.N loops=N) - Planning Time: N.N ms - Execution Time: N.N ms -(9 rows) - -reset work_mem; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/compression_1.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/compression.out --- /tmp/cirrus-ci-build/src/test/regress/expected/compression_1.out 2025-05-11 19:30:18.934498000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/compression.out 2025-05-11 19:32:43.387995000 +0000 @@ -1,360 +1,2 @@ -\set HIDE_TOAST_COMPRESSION false --- ensure we get stable results regardless of installation's default -SET default_toast_compression = 'pglz'; --- test creating table with compression method -CREATE TABLE cmdata(f1 text COMPRESSION pglz); -CREATE INDEX idx ON cmdata(f1); -INSERT INTO cmdata VALUES(repeat('1234567890', 1000)); -\d+ cmdata - Table "public.cmdata" - Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description ---------+------+-----------+----------+---------+----------+-------------+--------------+------------- - f1 | text | | | | extended | pglz | | -Indexes: - "idx" btree (f1) - -CREATE TABLE cmdata1(f1 TEXT COMPRESSION lz4); -ERROR: compression method lz4 not supported -DETAIL: This functionality requires the server to be built with lz4 support. -INSERT INTO cmdata1 VALUES(repeat('1234567890', 1004)); -ERROR: relation "cmdata1" does not exist -LINE 1: INSERT INTO cmdata1 VALUES(repeat('1234567890', 1004)); - ^ -\d+ cmdata1 --- verify stored compression method in the data -SELECT pg_column_compression(f1) FROM cmdata; - pg_column_compression ------------------------ - pglz -(1 row) - -SELECT pg_column_compression(f1) FROM cmdata1; -ERROR: relation "cmdata1" does not exist -LINE 1: SELECT pg_column_compression(f1) FROM cmdata1; - ^ --- decompress data slice -SELECT SUBSTR(f1, 200, 5) FROM cmdata; - substr --------- - 01234 -(1 row) - -SELECT SUBSTR(f1, 2000, 50) FROM cmdata1; -ERROR: relation "cmdata1" does not exist -LINE 1: SELECT SUBSTR(f1, 2000, 50) FROM cmdata1; - ^ --- copy with table creation -SELECT * INTO cmmove1 FROM cmdata; -\d+ cmmove1 - Table "public.cmmove1" - Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description ---------+------+-----------+----------+---------+----------+-------------+--------------+------------- - f1 | text | | | | extended | | | - -SELECT pg_column_compression(f1) FROM cmmove1; - pg_column_compression ------------------------ - pglz -(1 row) - --- copy to existing table -CREATE TABLE cmmove3(f1 text COMPRESSION pglz); -INSERT INTO cmmove3 SELECT * FROM cmdata; -INSERT INTO cmmove3 SELECT * FROM cmdata1; -ERROR: relation "cmdata1" does not exist -LINE 1: INSERT INTO cmmove3 SELECT * FROM cmdata1; - ^ -SELECT pg_column_compression(f1) FROM cmmove3; - pg_column_compression ------------------------ - pglz -(1 row) - --- test LIKE INCLUDING COMPRESSION -CREATE TABLE cmdata2 (LIKE cmdata1 INCLUDING COMPRESSION); -ERROR: relation "cmdata1" does not exist -LINE 1: CREATE TABLE cmdata2 (LIKE cmdata1 INCLUDING COMPRESSION); - ^ -\d+ cmdata2 -DROP TABLE cmdata2; -ERROR: table "cmdata2" does not exist --- try setting compression for incompressible data type -CREATE TABLE cmdata2 (f1 int COMPRESSION pglz); -ERROR: column data type integer does not support compression --- update using datum from different table -CREATE TABLE cmmove2(f1 text COMPRESSION pglz); -INSERT INTO cmmove2 VALUES (repeat('1234567890', 1004)); -SELECT pg_column_compression(f1) FROM cmmove2; - pg_column_compression ------------------------ - pglz -(1 row) - -UPDATE cmmove2 SET f1 = cmdata1.f1 FROM cmdata1; -ERROR: relation "cmdata1" does not exist -LINE 1: UPDATE cmmove2 SET f1 = cmdata1.f1 FROM cmdata1; - ^ -SELECT pg_column_compression(f1) FROM cmmove2; - pg_column_compression ------------------------ - pglz -(1 row) - --- test externally stored compressed data -CREATE OR REPLACE FUNCTION large_val() RETURNS TEXT LANGUAGE SQL AS -'select array_agg(fipshash(g::text))::text from generate_series(1, 256) g'; -CREATE TABLE cmdata2 (f1 text COMPRESSION pglz); -INSERT INTO cmdata2 SELECT large_val() || repeat('a', 4000); -SELECT pg_column_compression(f1) FROM cmdata2; - pg_column_compression ------------------------ - pglz -(1 row) - -INSERT INTO cmdata1 SELECT large_val() || repeat('a', 4000); -ERROR: relation "cmdata1" does not exist -LINE 1: INSERT INTO cmdata1 SELECT large_val() || repeat('a', 4000); - ^ -SELECT pg_column_compression(f1) FROM cmdata1; -ERROR: relation "cmdata1" does not exist -LINE 1: SELECT pg_column_compression(f1) FROM cmdata1; - ^ -SELECT SUBSTR(f1, 200, 5) FROM cmdata1; -ERROR: relation "cmdata1" does not exist -LINE 1: SELECT SUBSTR(f1, 200, 5) FROM cmdata1; - ^ -SELECT SUBSTR(f1, 200, 5) FROM cmdata2; - substr --------- - 79026 -(1 row) - -DROP TABLE cmdata2; ---test column type update varlena/non-varlena -CREATE TABLE cmdata2 (f1 int); -\d+ cmdata2 - Table "public.cmdata2" - Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description ---------+---------+-----------+----------+---------+---------+-------------+--------------+------------- - f1 | integer | | | | plain | | | - -ALTER TABLE cmdata2 ALTER COLUMN f1 TYPE varchar; -\d+ cmdata2 - Table "public.cmdata2" - Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description ---------+-------------------+-----------+----------+---------+----------+-------------+--------------+------------- - f1 | character varying | | | | extended | | | - -ALTER TABLE cmdata2 ALTER COLUMN f1 TYPE int USING f1::integer; -\d+ cmdata2 - Table "public.cmdata2" - Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description ---------+---------+-----------+----------+---------+---------+-------------+--------------+------------- - f1 | integer | | | | plain | | | - ---changing column storage should not impact the compression method ---but the data should not be compressed -ALTER TABLE cmdata2 ALTER COLUMN f1 TYPE varchar; -ALTER TABLE cmdata2 ALTER COLUMN f1 SET COMPRESSION pglz; -\d+ cmdata2 - Table "public.cmdata2" - Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description ---------+-------------------+-----------+----------+---------+----------+-------------+--------------+------------- - f1 | character varying | | | | extended | pglz | | - -ALTER TABLE cmdata2 ALTER COLUMN f1 SET STORAGE plain; -\d+ cmdata2 - Table "public.cmdata2" - Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description ---------+-------------------+-----------+----------+---------+---------+-------------+--------------+------------- - f1 | character varying | | | | plain | pglz | | - -INSERT INTO cmdata2 VALUES (repeat('123456789', 800)); -SELECT pg_column_compression(f1) FROM cmdata2; - pg_column_compression ------------------------ - -(1 row) - --- test compression with materialized view -CREATE MATERIALIZED VIEW compressmv(x) AS SELECT * FROM cmdata1; -ERROR: relation "cmdata1" does not exist -LINE 1: ...TE MATERIALIZED VIEW compressmv(x) AS SELECT * FROM cmdata1; - ^ -\d+ compressmv -SELECT pg_column_compression(f1) FROM cmdata1; -ERROR: relation "cmdata1" does not exist -LINE 1: SELECT pg_column_compression(f1) FROM cmdata1; - ^ -SELECT pg_column_compression(x) FROM compressmv; -ERROR: relation "compressmv" does not exist -LINE 1: SELECT pg_column_compression(x) FROM compressmv; - ^ --- test compression with partition -CREATE TABLE cmpart(f1 text COMPRESSION lz4) PARTITION BY HASH(f1); -ERROR: compression method lz4 not supported -DETAIL: This functionality requires the server to be built with lz4 support. -CREATE TABLE cmpart1 PARTITION OF cmpart FOR VALUES WITH (MODULUS 2, REMAINDER 0); -ERROR: relation "cmpart" does not exist -CREATE TABLE cmpart2(f1 text COMPRESSION pglz); -ALTER TABLE cmpart ATTACH PARTITION cmpart2 FOR VALUES WITH (MODULUS 2, REMAINDER 1); -ERROR: relation "cmpart" does not exist -INSERT INTO cmpart VALUES (repeat('123456789', 1004)); -ERROR: relation "cmpart" does not exist -LINE 1: INSERT INTO cmpart VALUES (repeat('123456789', 1004)); - ^ -INSERT INTO cmpart VALUES (repeat('123456789', 4004)); -ERROR: relation "cmpart" does not exist -LINE 1: INSERT INTO cmpart VALUES (repeat('123456789', 4004)); - ^ -SELECT pg_column_compression(f1) FROM cmpart1; -ERROR: relation "cmpart1" does not exist -LINE 1: SELECT pg_column_compression(f1) FROM cmpart1; - ^ -SELECT pg_column_compression(f1) FROM cmpart2; - pg_column_compression ------------------------ -(0 rows) - --- test compression with inheritance -CREATE TABLE cminh() INHERITS(cmdata, cmdata1); -- error -ERROR: relation "cmdata1" does not exist -CREATE TABLE cminh(f1 TEXT COMPRESSION lz4) INHERITS(cmdata); -- error -NOTICE: merging column "f1" with inherited definition -ERROR: column "f1" has a compression method conflict -DETAIL: pglz versus lz4 -CREATE TABLE cmdata3(f1 text); -CREATE TABLE cminh() INHERITS (cmdata, cmdata3); -NOTICE: merging multiple inherited definitions of column "f1" --- test default_toast_compression GUC -SET default_toast_compression = ''; -ERROR: invalid value for parameter "default_toast_compression": "" -HINT: Available values: pglz. -SET default_toast_compression = 'I do not exist compression'; -ERROR: invalid value for parameter "default_toast_compression": "I do not exist compression" -HINT: Available values: pglz. -SET default_toast_compression = 'lz4'; -ERROR: invalid value for parameter "default_toast_compression": "lz4" -HINT: Available values: pglz. -SET default_toast_compression = 'pglz'; --- test alter compression method -ALTER TABLE cmdata ALTER COLUMN f1 SET COMPRESSION lz4; -ERROR: compression method lz4 not supported -DETAIL: This functionality requires the server to be built with lz4 support. -INSERT INTO cmdata VALUES (repeat('123456789', 4004)); -\d+ cmdata - Table "public.cmdata" - Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description ---------+------+-----------+----------+---------+----------+-------------+--------------+------------- - f1 | text | | | | extended | pglz | | -Indexes: - "idx" btree (f1) -Child tables: cminh - -SELECT pg_column_compression(f1) FROM cmdata; - pg_column_compression ------------------------ - pglz - pglz -(2 rows) - -ALTER TABLE cmdata2 ALTER COLUMN f1 SET COMPRESSION default; -\d+ cmdata2 - Table "public.cmdata2" - Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description ---------+-------------------+-----------+----------+---------+---------+-------------+--------------+------------- - f1 | character varying | | | | plain | | | - --- test alter compression method for materialized views -ALTER MATERIALIZED VIEW compressmv ALTER COLUMN x SET COMPRESSION lz4; -ERROR: relation "compressmv" does not exist -\d+ compressmv --- test alter compression method for partitioned tables -ALTER TABLE cmpart1 ALTER COLUMN f1 SET COMPRESSION pglz; -ERROR: relation "cmpart1" does not exist -ALTER TABLE cmpart2 ALTER COLUMN f1 SET COMPRESSION lz4; -ERROR: compression method lz4 not supported -DETAIL: This functionality requires the server to be built with lz4 support. --- new data should be compressed with the current compression method -INSERT INTO cmpart VALUES (repeat('123456789', 1004)); -ERROR: relation "cmpart" does not exist -LINE 1: INSERT INTO cmpart VALUES (repeat('123456789', 1004)); - ^ -INSERT INTO cmpart VALUES (repeat('123456789', 4004)); -ERROR: relation "cmpart" does not exist -LINE 1: INSERT INTO cmpart VALUES (repeat('123456789', 4004)); - ^ -SELECT pg_column_compression(f1) FROM cmpart1; -ERROR: relation "cmpart1" does not exist -LINE 1: SELECT pg_column_compression(f1) FROM cmpart1; - ^ -SELECT pg_column_compression(f1) FROM cmpart2; - pg_column_compression ------------------------ -(0 rows) - --- VACUUM FULL does not recompress -SELECT pg_column_compression(f1) FROM cmdata; - pg_column_compression ------------------------ - pglz - pglz -(2 rows) - -VACUUM FULL cmdata; -SELECT pg_column_compression(f1) FROM cmdata; - pg_column_compression ------------------------ - pglz - pglz -(2 rows) - --- test expression index -DROP TABLE cmdata2; -CREATE TABLE cmdata2 (f1 TEXT COMPRESSION pglz, f2 TEXT COMPRESSION lz4); -ERROR: compression method lz4 not supported -DETAIL: This functionality requires the server to be built with lz4 support. -CREATE UNIQUE INDEX idx1 ON cmdata2 ((f1 || f2)); -ERROR: relation "cmdata2" does not exist -INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEXT))::TEXT FROM -generate_series(1, 50) g), VERSION()); -ERROR: relation "cmdata2" does not exist -LINE 1: INSERT INTO cmdata2 VALUES((SELECT array_agg(fipshash(g::TEX... - ^ --- check data is ok -SELECT length(f1) FROM cmdata; - length --------- - 10000 - 36036 -(2 rows) - -SELECT length(f1) FROM cmdata1; -ERROR: relation "cmdata1" does not exist -LINE 1: SELECT length(f1) FROM cmdata1; - ^ -SELECT length(f1) FROM cmmove1; - length --------- - 10000 -(1 row) - -SELECT length(f1) FROM cmmove2; - length --------- - 10040 -(1 row) - -SELECT length(f1) FROM cmmove3; - length --------- - 10000 -(1 row) - -CREATE TABLE badcompresstbl (a text COMPRESSION I_Do_Not_Exist_Compression); -- fails -ERROR: invalid compression method "i_do_not_exist_compression" -CREATE TABLE badcompresstbl (a text); -ALTER TABLE badcompresstbl ALTER a SET COMPRESSION I_Do_Not_Exist_Compression; -- fails -ERROR: invalid compression method "i_do_not_exist_compression" -DROP TABLE badcompresstbl; -\set HIDE_TOAST_COMPRESSION true +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/memoize.out --- /tmp/cirrus-ci-build/src/test/regress/expected/memoize.out 2025-05-11 19:30:18.968851000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/memoize.out 2025-05-11 19:32:43.386663000 +0000 @@ -1,502 +1,2 @@ --- Perform tests on the Memoize node. --- The cache hits/misses/evictions from the Memoize node can vary between --- machines. Let's just replace the number with an 'N'. In order to allow us --- to perform validation when the measure was zero, we replace a zero value --- with "Zero". All other numbers are replaced with 'N'. -create function explain_memoize(query text, hide_hitmiss bool) returns setof text -language plpgsql as -$$ -declare - ln text; -begin - for ln in - execute format('explain (analyze, costs off, summary off, timing off, buffers off) %s', - query) - loop - if hide_hitmiss = true then - ln := regexp_replace(ln, 'Hits: 0', 'Hits: Zero'); - ln := regexp_replace(ln, 'Hits: \d+', 'Hits: N'); - ln := regexp_replace(ln, 'Misses: 0', 'Misses: Zero'); - ln := regexp_replace(ln, 'Misses: \d+', 'Misses: N'); - end if; - ln := regexp_replace(ln, 'Evictions: 0', 'Evictions: Zero'); - ln := regexp_replace(ln, 'Evictions: \d+', 'Evictions: N'); - ln := regexp_replace(ln, 'Memory Usage: \d+', 'Memory Usage: N'); - ln := regexp_replace(ln, 'Heap Fetches: \d+', 'Heap Fetches: N'); - ln := regexp_replace(ln, 'loops=\d+', 'loops=N'); - ln := regexp_replace(ln, 'Index Searches: \d+', 'Index Searches: N'); - return next ln; - end loop; -end; -$$; --- Ensure we get a memoize node on the inner side of the nested loop -SET enable_hashjoin TO off; -SET enable_bitmapscan TO off; -SELECT explain_memoize(' -SELECT COUNT(*),AVG(t1.unique1) FROM tenk1 t1 -INNER JOIN tenk1 t2 ON t1.unique1 = t2.twenty -WHERE t2.unique1 < 1000;', false); - explain_memoize ----------------------------------------------------------------------------------------------- - Aggregate (actual rows=1.00 loops=N) - -> Nested Loop (actual rows=1000.00 loops=N) - -> Seq Scan on tenk1 t2 (actual rows=1000.00 loops=N) - Filter: (unique1 < 1000) - Rows Removed by Filter: 9000 - -> Memoize (actual rows=1.00 loops=N) - Cache Key: t2.twenty - Cache Mode: logical - Hits: 980 Misses: 20 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Index Only Scan using tenk1_unique1 on tenk1 t1 (actual rows=1.00 loops=N) - Index Cond: (unique1 = t2.twenty) - Heap Fetches: N - Index Searches: N -(13 rows) - --- And check we get the expected results. -SELECT COUNT(*),AVG(t1.unique1) FROM tenk1 t1 -INNER JOIN tenk1 t2 ON t1.unique1 = t2.twenty -WHERE t2.unique1 < 1000; - count | avg --------+-------------------- - 1000 | 9.5000000000000000 -(1 row) - --- Try with LATERAL joins -SELECT explain_memoize(' -SELECT COUNT(*),AVG(t2.unique1) FROM tenk1 t1, -LATERAL (SELECT t2.unique1 FROM tenk1 t2 - WHERE t1.twenty = t2.unique1 OFFSET 0) t2 -WHERE t1.unique1 < 1000;', false); - explain_memoize ----------------------------------------------------------------------------------------------- - Aggregate (actual rows=1.00 loops=N) - -> Nested Loop (actual rows=1000.00 loops=N) - -> Seq Scan on tenk1 t1 (actual rows=1000.00 loops=N) - Filter: (unique1 < 1000) - Rows Removed by Filter: 9000 - -> Memoize (actual rows=1.00 loops=N) - Cache Key: t1.twenty - Cache Mode: binary - Hits: 980 Misses: 20 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Index Only Scan using tenk1_unique1 on tenk1 t2 (actual rows=1.00 loops=N) - Index Cond: (unique1 = t1.twenty) - Heap Fetches: N - Index Searches: N -(13 rows) - --- And check we get the expected results. -SELECT COUNT(*),AVG(t2.unique1) FROM tenk1 t1, -LATERAL (SELECT t2.unique1 FROM tenk1 t2 - WHERE t1.twenty = t2.unique1 OFFSET 0) t2 -WHERE t1.unique1 < 1000; - count | avg --------+-------------------- - 1000 | 9.5000000000000000 -(1 row) - --- Try with LATERAL joins -SELECT explain_memoize(' -SELECT COUNT(*),AVG(t2.t1two) FROM tenk1 t1 LEFT JOIN -LATERAL ( - SELECT t1.two as t1two, * FROM tenk1 t2 WHERE t2.unique1 < 4 OFFSET 0 -) t2 -ON t1.two = t2.two -WHERE t1.unique1 < 10;', false); - explain_memoize -------------------------------------------------------------------------------------------------- - Aggregate (actual rows=1.00 loops=N) - -> Nested Loop Left Join (actual rows=20.00 loops=N) - -> Index Scan using tenk1_unique1 on tenk1 t1 (actual rows=10.00 loops=N) - Index Cond: (unique1 < 10) - Index Searches: N - -> Memoize (actual rows=2.00 loops=N) - Cache Key: t1.two - Cache Mode: binary - Hits: 8 Misses: 2 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Subquery Scan on t2 (actual rows=2.00 loops=N) - Filter: (t1.two = t2.two) - Rows Removed by Filter: 2 - -> Index Scan using tenk1_unique1 on tenk1 t2_1 (actual rows=4.00 loops=N) - Index Cond: (unique1 < 4) - Index Searches: N -(15 rows) - --- And check we get the expected results. -SELECT COUNT(*),AVG(t2.t1two) FROM tenk1 t1 LEFT JOIN -LATERAL ( - SELECT t1.two as t1two, * FROM tenk1 t2 WHERE t2.unique1 < 4 OFFSET 0 -) t2 -ON t1.two = t2.two -WHERE t1.unique1 < 10; - count | avg --------+------------------------ - 20 | 0.50000000000000000000 -(1 row) - --- Try with LATERAL references within PlaceHolderVars -SELECT explain_memoize(' -SELECT COUNT(*), AVG(t1.twenty) FROM tenk1 t1 LEFT JOIN -LATERAL (SELECT t1.two+1 AS c1, t2.unique1 AS c2 FROM tenk1 t2) s ON TRUE -WHERE s.c1 = s.c2 AND t1.unique1 < 1000;', false); - explain_memoize ----------------------------------------------------------------------------------------------- - Aggregate (actual rows=1.00 loops=N) - -> Nested Loop (actual rows=1000.00 loops=N) - -> Seq Scan on tenk1 t1 (actual rows=1000.00 loops=N) - Filter: (unique1 < 1000) - Rows Removed by Filter: 9000 - -> Memoize (actual rows=1.00 loops=N) - Cache Key: (t1.two + 1) - Cache Mode: binary - Hits: 998 Misses: 2 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Index Only Scan using tenk1_unique1 on tenk1 t2 (actual rows=1.00 loops=N) - Filter: ((t1.two + 1) = unique1) - Rows Removed by Filter: 9999 - Heap Fetches: N - Index Searches: N -(14 rows) - --- And check we get the expected results. -SELECT COUNT(*), AVG(t1.twenty) FROM tenk1 t1 LEFT JOIN -LATERAL (SELECT t1.two+1 AS c1, t2.unique1 AS c2 FROM tenk1 t2) s ON TRUE -WHERE s.c1 = s.c2 AND t1.unique1 < 1000; - count | avg --------+-------------------- - 1000 | 9.5000000000000000 -(1 row) - --- Ensure we do not omit the cache keys from PlaceHolderVars -SELECT explain_memoize(' -SELECT COUNT(*), AVG(t1.twenty) FROM tenk1 t1 LEFT JOIN -LATERAL (SELECT t1.twenty AS c1, t2.unique1 AS c2, t2.two FROM tenk1 t2) s -ON t1.two = s.two -WHERE s.c1 = s.c2 AND t1.unique1 < 1000;', false); - explain_memoize ---------------------------------------------------------------------------------------- - Aggregate (actual rows=1.00 loops=N) - -> Nested Loop (actual rows=1000.00 loops=N) - -> Seq Scan on tenk1 t1 (actual rows=1000.00 loops=N) - Filter: (unique1 < 1000) - Rows Removed by Filter: 9000 - -> Memoize (actual rows=1.00 loops=N) - Cache Key: t1.two, t1.twenty - Cache Mode: binary - Hits: 980 Misses: 20 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Seq Scan on tenk1 t2 (actual rows=1.00 loops=N) - Filter: ((t1.twenty = unique1) AND (t1.two = two)) - Rows Removed by Filter: 9999 -(12 rows) - --- And check we get the expected results. -SELECT COUNT(*), AVG(t1.twenty) FROM tenk1 t1 LEFT JOIN -LATERAL (SELECT t1.twenty AS c1, t2.unique1 AS c2, t2.two FROM tenk1 t2) s -ON t1.two = s.two -WHERE s.c1 = s.c2 AND t1.unique1 < 1000; - count | avg --------+-------------------- - 1000 | 9.5000000000000000 -(1 row) - -SET enable_mergejoin TO off; --- Test for varlena datatype with expr evaluation -CREATE TABLE expr_key (x numeric, t text); -INSERT INTO expr_key (x, t) -SELECT d1::numeric, d1::text FROM ( - SELECT round((d / pi())::numeric, 7) AS d1 FROM generate_series(1, 20) AS d -) t; --- duplicate rows so we get some cache hits -INSERT INTO expr_key SELECT * FROM expr_key; -CREATE INDEX expr_key_idx_x_t ON expr_key (x, t); -VACUUM ANALYZE expr_key; --- Ensure we get we get a cache miss and hit for each of the 20 distinct values -SELECT explain_memoize(' -SELECT * FROM expr_key t1 INNER JOIN expr_key t2 -ON t1.x = t2.t::numeric AND t1.t::numeric = t2.x;', false); - explain_memoize ----------------------------------------------------------------------------------------------- - Nested Loop (actual rows=80.00 loops=N) - -> Seq Scan on expr_key t1 (actual rows=40.00 loops=N) - -> Memoize (actual rows=2.00 loops=N) - Cache Key: t1.x, (t1.t)::numeric - Cache Mode: logical - Hits: 20 Misses: 20 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Index Only Scan using expr_key_idx_x_t on expr_key t2 (actual rows=2.00 loops=N) - Index Cond: (x = (t1.t)::numeric) - Filter: (t1.x = (t)::numeric) - Heap Fetches: N - Index Searches: N -(11 rows) - -DROP TABLE expr_key; --- Reduce work_mem and hash_mem_multiplier so that we see some cache evictions -SET work_mem TO '64kB'; -SET hash_mem_multiplier TO 1.0; --- Ensure we get some evictions. We're unable to validate the hits and misses --- here as the number of entries that fit in the cache at once will vary --- between different machines. -SELECT explain_memoize(' -SELECT COUNT(*),AVG(t1.unique1) FROM tenk1 t1 -INNER JOIN tenk1 t2 ON t1.unique1 = t2.thousand -WHERE t2.unique1 < 1200;', true); - explain_memoize ----------------------------------------------------------------------------------------------- - Aggregate (actual rows=1.00 loops=N) - -> Nested Loop (actual rows=1200.00 loops=N) - -> Seq Scan on tenk1 t2 (actual rows=1200.00 loops=N) - Filter: (unique1 < 1200) - Rows Removed by Filter: 8800 - -> Memoize (actual rows=1.00 loops=N) - Cache Key: t2.thousand - Cache Mode: logical - Hits: N Misses: N Evictions: N Overflows: 0 Memory Usage: NkB - -> Index Only Scan using tenk1_unique1 on tenk1 t1 (actual rows=1.00 loops=N) - Index Cond: (unique1 = t2.thousand) - Heap Fetches: N - Index Searches: N -(13 rows) - -CREATE TABLE flt (f float); -CREATE INDEX flt_f_idx ON flt (f); -INSERT INTO flt VALUES('-0.0'::float),('+0.0'::float); -ANALYZE flt; -SET enable_seqscan TO off; --- Ensure memoize operates in logical mode -SELECT explain_memoize(' -SELECT * FROM flt f1 INNER JOIN flt f2 ON f1.f = f2.f;', false); - explain_memoize ----------------------------------------------------------------------------------- - Nested Loop (actual rows=4.00 loops=N) - -> Index Only Scan using flt_f_idx on flt f1 (actual rows=2.00 loops=N) - Heap Fetches: N - Index Searches: N - -> Memoize (actual rows=2.00 loops=N) - Cache Key: f1.f - Cache Mode: logical - Hits: 1 Misses: 1 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Index Only Scan using flt_f_idx on flt f2 (actual rows=2.00 loops=N) - Index Cond: (f = f1.f) - Heap Fetches: N - Index Searches: N -(12 rows) - --- Ensure memoize operates in binary mode -SELECT explain_memoize(' -SELECT * FROM flt f1 INNER JOIN flt f2 ON f1.f >= f2.f;', false); - explain_memoize ----------------------------------------------------------------------------------- - Nested Loop (actual rows=4.00 loops=N) - -> Index Only Scan using flt_f_idx on flt f1 (actual rows=2.00 loops=N) - Heap Fetches: N - Index Searches: N - -> Memoize (actual rows=2.00 loops=N) - Cache Key: f1.f - Cache Mode: binary - Hits: 0 Misses: 2 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Index Only Scan using flt_f_idx on flt f2 (actual rows=2.00 loops=N) - Index Cond: (f <= f1.f) - Heap Fetches: N - Index Searches: N -(12 rows) - -DROP TABLE flt; --- Exercise Memoize in binary mode with a large fixed width type and a --- varlena type. -CREATE TABLE strtest (n name, t text); -CREATE INDEX strtest_n_idx ON strtest (n); -CREATE INDEX strtest_t_idx ON strtest (t); -INSERT INTO strtest VALUES('one','one'),('two','two'),('three',repeat(fipshash('three'),100)); --- duplicate rows so we get some cache hits -INSERT INTO strtest SELECT * FROM strtest; -ANALYZE strtest; --- Ensure we get 3 hits and 3 misses -SELECT explain_memoize(' -SELECT * FROM strtest s1 INNER JOIN strtest s2 ON s1.n >= s2.n;', false); - explain_memoize -------------------------------------------------------------------------------------- - Nested Loop (actual rows=24.00 loops=N) - -> Seq Scan on strtest s1 (actual rows=6.00 loops=N) - Disabled: true - -> Memoize (actual rows=4.00 loops=N) - Cache Key: s1.n - Cache Mode: binary - Hits: 3 Misses: 3 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Index Scan using strtest_n_idx on strtest s2 (actual rows=4.00 loops=N) - Index Cond: (n <= s1.n) - Index Searches: N -(10 rows) - --- Ensure we get 3 hits and 3 misses -SELECT explain_memoize(' -SELECT * FROM strtest s1 INNER JOIN strtest s2 ON s1.t >= s2.t;', false); - explain_memoize -------------------------------------------------------------------------------------- - Nested Loop (actual rows=24.00 loops=N) - -> Seq Scan on strtest s1 (actual rows=6.00 loops=N) - Disabled: true - -> Memoize (actual rows=4.00 loops=N) - Cache Key: s1.t - Cache Mode: binary - Hits: 3 Misses: 3 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Index Scan using strtest_t_idx on strtest s2 (actual rows=4.00 loops=N) - Index Cond: (t <= s1.t) - Index Searches: N -(10 rows) - -DROP TABLE strtest; --- Ensure memoize works with partitionwise join -SET enable_partitionwise_join TO on; -CREATE TABLE prt (a int) PARTITION BY RANGE(a); -CREATE TABLE prt_p1 PARTITION OF prt FOR VALUES FROM (0) TO (10); -CREATE TABLE prt_p2 PARTITION OF prt FOR VALUES FROM (10) TO (20); -INSERT INTO prt VALUES (0), (0), (0), (0); -INSERT INTO prt VALUES (10), (10), (10), (10); -CREATE INDEX iprt_p1_a ON prt_p1 (a); -CREATE INDEX iprt_p2_a ON prt_p2 (a); -ANALYZE prt; -SELECT explain_memoize(' -SELECT * FROM prt t1 INNER JOIN prt t2 ON t1.a = t2.a;', false); - explain_memoize ---------------------------------------------------------------------------------------------- - Append (actual rows=32.00 loops=N) - -> Nested Loop (actual rows=16.00 loops=N) - -> Index Only Scan using iprt_p1_a on prt_p1 t1_1 (actual rows=4.00 loops=N) - Heap Fetches: N - Index Searches: N - -> Memoize (actual rows=4.00 loops=N) - Cache Key: t1_1.a - Cache Mode: logical - Hits: 3 Misses: 1 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Index Only Scan using iprt_p1_a on prt_p1 t2_1 (actual rows=4.00 loops=N) - Index Cond: (a = t1_1.a) - Heap Fetches: N - Index Searches: N - -> Nested Loop (actual rows=16.00 loops=N) - -> Index Only Scan using iprt_p2_a on prt_p2 t1_2 (actual rows=4.00 loops=N) - Heap Fetches: N - Index Searches: N - -> Memoize (actual rows=4.00 loops=N) - Cache Key: t1_2.a - Cache Mode: logical - Hits: 3 Misses: 1 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Index Only Scan using iprt_p2_a on prt_p2 t2_2 (actual rows=4.00 loops=N) - Index Cond: (a = t1_2.a) - Heap Fetches: N - Index Searches: N -(25 rows) - --- Ensure memoize works with parameterized union-all Append path -SET enable_partitionwise_join TO off; -SELECT explain_memoize(' -SELECT * FROM prt_p1 t1 INNER JOIN -(SELECT * FROM prt_p1 UNION ALL SELECT * FROM prt_p2) t2 -ON t1.a = t2.a;', false); - explain_memoize ----------------------------------------------------------------------------------------- - Nested Loop (actual rows=16.00 loops=N) - -> Index Only Scan using iprt_p1_a on prt_p1 t1 (actual rows=4.00 loops=N) - Heap Fetches: N - Index Searches: N - -> Memoize (actual rows=4.00 loops=N) - Cache Key: t1.a - Cache Mode: logical - Hits: 3 Misses: 1 Evictions: Zero Overflows: 0 Memory Usage: NkB - -> Append (actual rows=4.00 loops=N) - -> Index Only Scan using iprt_p1_a on prt_p1 (actual rows=4.00 loops=N) - Index Cond: (a = t1.a) - Heap Fetches: N - Index Searches: N - -> Index Only Scan using iprt_p2_a on prt_p2 (actual rows=0.00 loops=N) - Index Cond: (a = t1.a) - Heap Fetches: N - Index Searches: N -(17 rows) - -DROP TABLE prt; -RESET enable_partitionwise_join; --- Exercise Memoize code that flushes the cache when a parameter changes which --- is not part of the cache key. --- Ensure we get a Memoize plan -EXPLAIN (COSTS OFF) -SELECT unique1 FROM tenk1 t0 -WHERE unique1 < 3 - AND EXISTS ( - SELECT 1 FROM tenk1 t1 - INNER JOIN tenk1 t2 ON t1.unique1 = t2.hundred - WHERE t0.ten = t1.twenty AND t0.two <> t2.four OFFSET 0); - QUERY PLAN ----------------------------------------------------------------- - Index Scan using tenk1_unique1 on tenk1 t0 - Index Cond: (unique1 < 3) - Filter: EXISTS(SubPlan 1) - SubPlan 1 - -> Nested Loop - -> Index Scan using tenk1_hundred on tenk1 t2 - Filter: (t0.two <> four) - -> Memoize - Cache Key: t2.hundred - Cache Mode: logical - -> Index Scan using tenk1_unique1 on tenk1 t1 - Index Cond: (unique1 = t2.hundred) - Filter: (t0.ten = twenty) -(13 rows) - --- Ensure the above query returns the correct result -SELECT unique1 FROM tenk1 t0 -WHERE unique1 < 3 - AND EXISTS ( - SELECT 1 FROM tenk1 t1 - INNER JOIN tenk1 t2 ON t1.unique1 = t2.hundred - WHERE t0.ten = t1.twenty AND t0.two <> t2.four OFFSET 0); - unique1 ---------- - 2 -(1 row) - -RESET enable_seqscan; -RESET enable_mergejoin; -RESET work_mem; -RESET hash_mem_multiplier; -RESET enable_bitmapscan; -RESET enable_hashjoin; --- Test parallel plans with Memoize -SET min_parallel_table_scan_size TO 0; -SET parallel_setup_cost TO 0; -SET parallel_tuple_cost TO 0; -SET max_parallel_workers_per_gather TO 2; --- Ensure we get a parallel plan. -EXPLAIN (COSTS OFF) -SELECT COUNT(*),AVG(t2.unique1) FROM tenk1 t1, -LATERAL (SELECT t2.unique1 FROM tenk1 t2 WHERE t1.twenty = t2.unique1) t2 -WHERE t1.unique1 < 1000; - QUERY PLAN -------------------------------------------------------------------------------- - Finalize Aggregate - -> Gather - Workers Planned: 2 - -> Partial Aggregate - -> Nested Loop - -> Parallel Bitmap Heap Scan on tenk1 t1 - Recheck Cond: (unique1 < 1000) - -> Bitmap Index Scan on tenk1_unique1 - Index Cond: (unique1 < 1000) - -> Memoize - Cache Key: t1.twenty - Cache Mode: logical - -> Index Only Scan using tenk1_unique1 on tenk1 t2 - Index Cond: (unique1 = t1.twenty) -(14 rows) - --- And ensure the parallel plan gives us the correct results. -SELECT COUNT(*),AVG(t2.unique1) FROM tenk1 t1, -LATERAL (SELECT t2.unique1 FROM tenk1 t2 WHERE t1.twenty = t2.unique1) t2 -WHERE t1.unique1 < 1000; - count | avg --------+-------------------- - 1000 | 9.5000000000000000 -(1 row) - -RESET max_parallel_workers_per_gather; -RESET parallel_tuple_cost; -RESET parallel_setup_cost; -RESET min_parallel_table_scan_size; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/stats.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out --- /tmp/cirrus-ci-build/src/test/regress/expected/stats.out 2025-05-11 19:30:19.000286000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/stats.out 2025-05-11 19:32:43.383194000 +0000 @@ -1,1871 +1,2 @@ --- --- Test cumulative stats system --- --- Must be run after tenk2 has been created (by create_table), --- populated (by create_misc) and indexed (by create_index). --- --- conditio sine qua non -SHOW track_counts; -- must be on - track_counts --------------- - on -(1 row) - --- List of backend types, contexts and objects tracked in pg_stat_io. -\a -SELECT backend_type, object, context FROM pg_stat_io - ORDER BY backend_type COLLATE "C", object COLLATE "C", context COLLATE "C"; -backend_type|object|context -autovacuum launcher|relation|bulkread -autovacuum launcher|relation|init -autovacuum launcher|relation|normal -autovacuum launcher|wal|init -autovacuum launcher|wal|normal -autovacuum worker|relation|bulkread -autovacuum worker|relation|init -autovacuum worker|relation|normal -autovacuum worker|relation|vacuum -autovacuum worker|wal|init -autovacuum worker|wal|normal -background worker|relation|bulkread -background worker|relation|bulkwrite -background worker|relation|init -background worker|relation|normal -background worker|relation|vacuum -background worker|temp relation|normal -background worker|wal|init -background worker|wal|normal -background writer|relation|init -background writer|relation|normal -background writer|wal|init -background writer|wal|normal -checkpointer|relation|init -checkpointer|relation|normal -checkpointer|wal|init -checkpointer|wal|normal -client backend|relation|bulkread -client backend|relation|bulkwrite -client backend|relation|init -client backend|relation|normal -client backend|relation|vacuum -client backend|temp relation|normal -client backend|wal|init -client backend|wal|normal -io worker|relation|bulkread -io worker|relation|bulkwrite -io worker|relation|init -io worker|relation|normal -io worker|relation|vacuum -io worker|temp relation|normal -io worker|wal|init -io worker|wal|normal -slotsync worker|relation|bulkread -slotsync worker|relation|bulkwrite -slotsync worker|relation|init -slotsync worker|relation|normal -slotsync worker|relation|vacuum -slotsync worker|temp relation|normal -slotsync worker|wal|init -slotsync worker|wal|normal -standalone backend|relation|bulkread -standalone backend|relation|bulkwrite -standalone backend|relation|init -standalone backend|relation|normal -standalone backend|relation|vacuum -standalone backend|wal|init -standalone backend|wal|normal -startup|relation|bulkread -startup|relation|bulkwrite -startup|relation|init -startup|relation|normal -startup|relation|vacuum -startup|wal|init -startup|wal|normal -walreceiver|wal|init -walreceiver|wal|normal -walsender|relation|bulkread -walsender|relation|bulkwrite -walsender|relation|init -walsender|relation|normal -walsender|relation|vacuum -walsender|temp relation|normal -walsender|wal|init -walsender|wal|normal -walsummarizer|wal|init -walsummarizer|wal|normal -walwriter|wal|init -walwriter|wal|normal -(79 rows) -\a --- ensure that both seqscan and indexscan plans are allowed -SET enable_seqscan TO on; -SET enable_indexscan TO on; --- for the moment, we don't want index-only scans here -SET enable_indexonlyscan TO off; --- not enabled by default, but we want to test it... -SET track_functions TO 'all'; --- record dboid for later use -SELECT oid AS dboid from pg_database where datname = current_database() \gset --- save counters -BEGIN; -SET LOCAL stats_fetch_consistency = snapshot; -CREATE TABLE prevstats AS -SELECT t.seq_scan, t.seq_tup_read, t.idx_scan, t.idx_tup_fetch, - (b.heap_blks_read + b.heap_blks_hit) AS heap_blks, - (b.idx_blks_read + b.idx_blks_hit) AS idx_blks, - pg_stat_get_snapshot_timestamp() as snap_ts - FROM pg_catalog.pg_stat_user_tables AS t, - pg_catalog.pg_statio_user_tables AS b - WHERE t.relname='tenk2' AND b.relname='tenk2'; -COMMIT; --- test effects of TRUNCATE on n_live_tup/n_dead_tup counters -CREATE TABLE trunc_stats_test(id serial); -CREATE TABLE trunc_stats_test1(id serial, stuff text); -CREATE TABLE trunc_stats_test2(id serial); -CREATE TABLE trunc_stats_test3(id serial, stuff text); -CREATE TABLE trunc_stats_test4(id serial); --- check that n_live_tup is reset to 0 after truncate -INSERT INTO trunc_stats_test DEFAULT VALUES; -INSERT INTO trunc_stats_test DEFAULT VALUES; -INSERT INTO trunc_stats_test DEFAULT VALUES; -TRUNCATE trunc_stats_test; --- test involving a truncate in a transaction; 4 ins but only 1 live -INSERT INTO trunc_stats_test1 DEFAULT VALUES; -INSERT INTO trunc_stats_test1 DEFAULT VALUES; -INSERT INTO trunc_stats_test1 DEFAULT VALUES; -UPDATE trunc_stats_test1 SET id = id + 10 WHERE id IN (1, 2); -DELETE FROM trunc_stats_test1 WHERE id = 3; -BEGIN; -UPDATE trunc_stats_test1 SET id = id + 100; -TRUNCATE trunc_stats_test1; -INSERT INTO trunc_stats_test1 DEFAULT VALUES; -COMMIT; --- use a savepoint: 1 insert, 1 live -BEGIN; -INSERT INTO trunc_stats_test2 DEFAULT VALUES; -INSERT INTO trunc_stats_test2 DEFAULT VALUES; -SAVEPOINT p1; -INSERT INTO trunc_stats_test2 DEFAULT VALUES; -TRUNCATE trunc_stats_test2; -INSERT INTO trunc_stats_test2 DEFAULT VALUES; -RELEASE SAVEPOINT p1; -COMMIT; --- rollback a savepoint: this should count 4 inserts and have 2 --- live tuples after commit (and 2 dead ones due to aborted subxact) -BEGIN; -INSERT INTO trunc_stats_test3 DEFAULT VALUES; -INSERT INTO trunc_stats_test3 DEFAULT VALUES; -SAVEPOINT p1; -INSERT INTO trunc_stats_test3 DEFAULT VALUES; -INSERT INTO trunc_stats_test3 DEFAULT VALUES; -TRUNCATE trunc_stats_test3; -INSERT INTO trunc_stats_test3 DEFAULT VALUES; -ROLLBACK TO SAVEPOINT p1; -COMMIT; --- rollback a truncate: this should count 2 inserts and produce 2 dead tuples -BEGIN; -INSERT INTO trunc_stats_test4 DEFAULT VALUES; -INSERT INTO trunc_stats_test4 DEFAULT VALUES; -TRUNCATE trunc_stats_test4; -INSERT INTO trunc_stats_test4 DEFAULT VALUES; -ROLLBACK; --- do a seqscan -SELECT count(*) FROM tenk2; - count -------- - 10000 -(1 row) - --- do an indexscan --- make sure it is not a bitmap scan, which might skip fetching heap tuples -SET enable_bitmapscan TO off; -SELECT count(*) FROM tenk2 WHERE unique1 = 1; - count -------- - 1 -(1 row) - -RESET enable_bitmapscan; --- ensure pending stats are flushed -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - --- check effects -BEGIN; -SET LOCAL stats_fetch_consistency = snapshot; -SELECT relname, n_tup_ins, n_tup_upd, n_tup_del, n_live_tup, n_dead_tup - FROM pg_stat_user_tables - WHERE relname like 'trunc_stats_test%' order by relname; - relname | n_tup_ins | n_tup_upd | n_tup_del | n_live_tup | n_dead_tup --------------------+-----------+-----------+-----------+------------+------------ - trunc_stats_test | 3 | 0 | 0 | 0 | 0 - trunc_stats_test1 | 4 | 2 | 1 | 1 | 0 - trunc_stats_test2 | 1 | 0 | 0 | 1 | 0 - trunc_stats_test3 | 4 | 0 | 0 | 2 | 2 - trunc_stats_test4 | 2 | 0 | 0 | 0 | 2 -(5 rows) - -SELECT st.seq_scan >= pr.seq_scan + 1, - st.seq_tup_read >= pr.seq_tup_read + cl.reltuples, - st.idx_scan >= pr.idx_scan + 1, - st.idx_tup_fetch >= pr.idx_tup_fetch + 1 - FROM pg_stat_user_tables AS st, pg_class AS cl, prevstats AS pr - WHERE st.relname='tenk2' AND cl.relname='tenk2'; - ?column? | ?column? | ?column? | ?column? -----------+----------+----------+---------- - t | t | t | t -(1 row) - -SELECT st.heap_blks_read + st.heap_blks_hit >= pr.heap_blks + cl.relpages, - st.idx_blks_read + st.idx_blks_hit >= pr.idx_blks + 1 - FROM pg_statio_user_tables AS st, pg_class AS cl, prevstats AS pr - WHERE st.relname='tenk2' AND cl.relname='tenk2'; - ?column? | ?column? -----------+---------- - t | t -(1 row) - -SELECT pr.snap_ts < pg_stat_get_snapshot_timestamp() as snapshot_newer -FROM prevstats AS pr; - snapshot_newer ----------------- - t -(1 row) - -COMMIT; ----- --- Basic tests for track_functions ---- -CREATE FUNCTION stats_test_func1() RETURNS VOID LANGUAGE plpgsql AS $$BEGIN END;$$; -SELECT 'stats_test_func1()'::regprocedure::oid AS stats_test_func1_oid \gset -CREATE FUNCTION stats_test_func2() RETURNS VOID LANGUAGE plpgsql AS $$BEGIN END;$$; -SELECT 'stats_test_func2()'::regprocedure::oid AS stats_test_func2_oid \gset --- test that stats are accumulated -BEGIN; -SET LOCAL stats_fetch_consistency = none; -SELECT pg_stat_get_function_calls(:stats_test_func1_oid); - pg_stat_get_function_calls ----------------------------- - -(1 row) - -SELECT pg_stat_get_xact_function_calls(:stats_test_func1_oid); - pg_stat_get_xact_function_calls ---------------------------------- - -(1 row) - -SELECT stats_test_func1(); - stats_test_func1 ------------------- - -(1 row) - -SELECT pg_stat_get_xact_function_calls(:stats_test_func1_oid); - pg_stat_get_xact_function_calls ---------------------------------- - 1 -(1 row) - -SELECT stats_test_func1(); - stats_test_func1 ------------------- - -(1 row) - -SELECT pg_stat_get_xact_function_calls(:stats_test_func1_oid); - pg_stat_get_xact_function_calls ---------------------------------- - 2 -(1 row) - -SELECT pg_stat_get_function_calls(:stats_test_func1_oid); - pg_stat_get_function_calls ----------------------------- - 0 -(1 row) - -COMMIT; --- Verify that function stats are not transactional --- rolled back savepoint in committing transaction -BEGIN; -SELECT stats_test_func2(); - stats_test_func2 ------------------- - -(1 row) - -SAVEPOINT foo; -SELECT stats_test_func2(); - stats_test_func2 ------------------- - -(1 row) - -ROLLBACK TO SAVEPOINT foo; -SELECT pg_stat_get_xact_function_calls(:stats_test_func2_oid); - pg_stat_get_xact_function_calls ---------------------------------- - 2 -(1 row) - -SELECT stats_test_func2(); - stats_test_func2 ------------------- - -(1 row) - -COMMIT; --- rolled back transaction -BEGIN; -SELECT stats_test_func2(); - stats_test_func2 ------------------- - -(1 row) - -ROLLBACK; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - --- check collected stats -SELECT funcname, calls FROM pg_stat_user_functions WHERE funcid = :stats_test_func1_oid; - funcname | calls -------------------+------- - stats_test_func1 | 2 -(1 row) - -SELECT funcname, calls FROM pg_stat_user_functions WHERE funcid = :stats_test_func2_oid; - funcname | calls -------------------+------- - stats_test_func2 | 4 -(1 row) - --- check that a rolled back drop function stats leaves stats alive -BEGIN; -SELECT funcname, calls FROM pg_stat_user_functions WHERE funcid = :stats_test_func1_oid; - funcname | calls -------------------+------- - stats_test_func1 | 2 -(1 row) - -DROP FUNCTION stats_test_func1(); --- shouldn't be visible via view -SELECT funcname, calls FROM pg_stat_user_functions WHERE funcid = :stats_test_func1_oid; - funcname | calls -----------+------- -(0 rows) - --- but still via oid access -SELECT pg_stat_get_function_calls(:stats_test_func1_oid); - pg_stat_get_function_calls ----------------------------- - 2 -(1 row) - -ROLLBACK; -SELECT funcname, calls FROM pg_stat_user_functions WHERE funcid = :stats_test_func1_oid; - funcname | calls -------------------+------- - stats_test_func1 | 2 -(1 row) - -SELECT pg_stat_get_function_calls(:stats_test_func1_oid); - pg_stat_get_function_calls ----------------------------- - 2 -(1 row) - --- check that function dropped in main transaction leaves no stats behind -BEGIN; -DROP FUNCTION stats_test_func1(); -COMMIT; -SELECT funcname, calls FROM pg_stat_user_functions WHERE funcid = :stats_test_func1_oid; - funcname | calls -----------+------- -(0 rows) - -SELECT pg_stat_get_function_calls(:stats_test_func1_oid); - pg_stat_get_function_calls ----------------------------- - -(1 row) - --- check that function dropped in a subtransaction leaves no stats behind -BEGIN; -SELECT stats_test_func2(); - stats_test_func2 ------------------- - -(1 row) - -SAVEPOINT a; -SELECT stats_test_func2(); - stats_test_func2 ------------------- - -(1 row) - -SAVEPOINT b; -DROP FUNCTION stats_test_func2(); -COMMIT; -SELECT funcname, calls FROM pg_stat_user_functions WHERE funcid = :stats_test_func2_oid; - funcname | calls -----------+------- -(0 rows) - -SELECT pg_stat_get_function_calls(:stats_test_func2_oid); - pg_stat_get_function_calls ----------------------------- - -(1 row) - --- Check that stats for relations are dropped. For that we need to access stats --- by oid after the DROP TABLE. Save oids. -CREATE TABLE drop_stats_test(); -INSERT INTO drop_stats_test DEFAULT VALUES; -SELECT 'drop_stats_test'::regclass::oid AS drop_stats_test_oid \gset -CREATE TABLE drop_stats_test_xact(); -INSERT INTO drop_stats_test_xact DEFAULT VALUES; -SELECT 'drop_stats_test_xact'::regclass::oid AS drop_stats_test_xact_oid \gset -CREATE TABLE drop_stats_test_subxact(); -INSERT INTO drop_stats_test_subxact DEFAULT VALUES; -SELECT 'drop_stats_test_subxact'::regclass::oid AS drop_stats_test_subxact_oid \gset -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT pg_stat_get_live_tuples(:drop_stats_test_oid); - pg_stat_get_live_tuples -------------------------- - 1 -(1 row) - -DROP TABLE drop_stats_test; -SELECT pg_stat_get_live_tuples(:drop_stats_test_oid); - pg_stat_get_live_tuples -------------------------- - 0 -(1 row) - -SELECT pg_stat_get_xact_tuples_inserted(:drop_stats_test_oid); - pg_stat_get_xact_tuples_inserted ----------------------------------- - 0 -(1 row) - --- check that rollback protects against having stats dropped and that local --- modifications don't pose a problem -SELECT pg_stat_get_live_tuples(:drop_stats_test_xact_oid); - pg_stat_get_live_tuples -------------------------- - 1 -(1 row) - -SELECT pg_stat_get_tuples_inserted(:drop_stats_test_xact_oid); - pg_stat_get_tuples_inserted ------------------------------ - 1 -(1 row) - -SELECT pg_stat_get_xact_tuples_inserted(:drop_stats_test_xact_oid); - pg_stat_get_xact_tuples_inserted ----------------------------------- - 0 -(1 row) - -BEGIN; -INSERT INTO drop_stats_test_xact DEFAULT VALUES; -SELECT pg_stat_get_xact_tuples_inserted(:drop_stats_test_xact_oid); - pg_stat_get_xact_tuples_inserted ----------------------------------- - 1 -(1 row) - -DROP TABLE drop_stats_test_xact; -SELECT pg_stat_get_xact_tuples_inserted(:drop_stats_test_xact_oid); - pg_stat_get_xact_tuples_inserted ----------------------------------- - 0 -(1 row) - -ROLLBACK; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT pg_stat_get_live_tuples(:drop_stats_test_xact_oid); - pg_stat_get_live_tuples -------------------------- - 1 -(1 row) - -SELECT pg_stat_get_tuples_inserted(:drop_stats_test_xact_oid); - pg_stat_get_tuples_inserted ------------------------------ - 2 -(1 row) - --- transactional drop -SELECT pg_stat_get_live_tuples(:drop_stats_test_xact_oid); - pg_stat_get_live_tuples -------------------------- - 1 -(1 row) - -SELECT pg_stat_get_tuples_inserted(:drop_stats_test_xact_oid); - pg_stat_get_tuples_inserted ------------------------------ - 2 -(1 row) - -BEGIN; -INSERT INTO drop_stats_test_xact DEFAULT VALUES; -SELECT pg_stat_get_xact_tuples_inserted(:drop_stats_test_xact_oid); - pg_stat_get_xact_tuples_inserted ----------------------------------- - 1 -(1 row) - -DROP TABLE drop_stats_test_xact; -SELECT pg_stat_get_xact_tuples_inserted(:drop_stats_test_xact_oid); - pg_stat_get_xact_tuples_inserted ----------------------------------- - 0 -(1 row) - -COMMIT; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT pg_stat_get_live_tuples(:drop_stats_test_xact_oid); - pg_stat_get_live_tuples -------------------------- - 0 -(1 row) - -SELECT pg_stat_get_tuples_inserted(:drop_stats_test_xact_oid); - pg_stat_get_tuples_inserted ------------------------------ - 0 -(1 row) - --- savepoint rollback (2 levels) -SELECT pg_stat_get_live_tuples(:drop_stats_test_subxact_oid); - pg_stat_get_live_tuples -------------------------- - 1 -(1 row) - -BEGIN; -INSERT INTO drop_stats_test_subxact DEFAULT VALUES; -SAVEPOINT sp1; -INSERT INTO drop_stats_test_subxact DEFAULT VALUES; -SELECT pg_stat_get_xact_tuples_inserted(:drop_stats_test_subxact_oid); - pg_stat_get_xact_tuples_inserted ----------------------------------- - 2 -(1 row) - -SAVEPOINT sp2; -DROP TABLE drop_stats_test_subxact; -ROLLBACK TO SAVEPOINT sp2; -SELECT pg_stat_get_xact_tuples_inserted(:drop_stats_test_subxact_oid); - pg_stat_get_xact_tuples_inserted ----------------------------------- - 2 -(1 row) - -COMMIT; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT pg_stat_get_live_tuples(:drop_stats_test_subxact_oid); - pg_stat_get_live_tuples -------------------------- - 3 -(1 row) - --- savepoint rolback (1 level) -SELECT pg_stat_get_live_tuples(:drop_stats_test_subxact_oid); - pg_stat_get_live_tuples -------------------------- - 3 -(1 row) - -BEGIN; -SAVEPOINT sp1; -DROP TABLE drop_stats_test_subxact; -SAVEPOINT sp2; -ROLLBACK TO SAVEPOINT sp1; -COMMIT; -SELECT pg_stat_get_live_tuples(:drop_stats_test_subxact_oid); - pg_stat_get_live_tuples -------------------------- - 3 -(1 row) - --- and now actually drop -SELECT pg_stat_get_live_tuples(:drop_stats_test_subxact_oid); - pg_stat_get_live_tuples -------------------------- - 3 -(1 row) - -BEGIN; -SAVEPOINT sp1; -DROP TABLE drop_stats_test_subxact; -SAVEPOINT sp2; -RELEASE SAVEPOINT sp1; -COMMIT; -SELECT pg_stat_get_live_tuples(:drop_stats_test_subxact_oid); - pg_stat_get_live_tuples -------------------------- - 0 -(1 row) - -DROP TABLE trunc_stats_test, trunc_stats_test1, trunc_stats_test2, trunc_stats_test3, trunc_stats_test4; -DROP TABLE prevstats; ------ --- Test that last_seq_scan, last_idx_scan are correctly maintained --- --- Perform test using a temporary table. That way autovacuum etc won't --- interfere. To be able to check that timestamps increase, we sleep for 100ms --- between tests, assuming that there aren't systems with a coarser timestamp --- granularity. ------ -BEGIN; -CREATE TEMPORARY TABLE test_last_scan(idx_col int primary key, noidx_col int); -INSERT INTO test_last_scan(idx_col, noidx_col) VALUES(1, 1); -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT last_seq_scan, last_idx_scan FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass; - last_seq_scan | last_idx_scan ----------------+--------------- - | -(1 row) - -COMMIT; -SELECT pg_stat_reset_single_table_counters('test_last_scan'::regclass); - pg_stat_reset_single_table_counters -------------------------------------- - -(1 row) - -SELECT seq_scan, idx_scan FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass; - seq_scan | idx_scan -----------+---------- - 0 | 0 -(1 row) - --- ensure we start out with exactly one index and sequential scan -BEGIN; -SET LOCAL enable_seqscan TO on; -SET LOCAL enable_indexscan TO on; -SET LOCAL enable_bitmapscan TO off; -EXPLAIN (COSTS off) SELECT count(*) FROM test_last_scan WHERE noidx_col = 1; - QUERY PLAN ----------------------------------- - Aggregate - -> Seq Scan on test_last_scan - Filter: (noidx_col = 1) -(3 rows) - -SELECT count(*) FROM test_last_scan WHERE noidx_col = 1; - count -------- - 1 -(1 row) - -SET LOCAL enable_seqscan TO off; -EXPLAIN (COSTS off) SELECT count(*) FROM test_last_scan WHERE idx_col = 1; - QUERY PLAN --------------------------------------------------------------- - Aggregate - -> Index Scan using test_last_scan_pkey on test_last_scan - Index Cond: (idx_col = 1) -(3 rows) - -SELECT count(*) FROM test_last_scan WHERE idx_col = 1; - count -------- - 1 -(1 row) - -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -COMMIT; --- fetch timestamps from before the next test -SELECT last_seq_scan AS test_last_seq, last_idx_scan AS test_last_idx -FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass \gset -SELECT pg_sleep(0.1); -- assume a minimum timestamp granularity of 100ms - pg_sleep ----------- - -(1 row) - --- cause one sequential scan -BEGIN; -SET LOCAL enable_seqscan TO on; -SET LOCAL enable_indexscan TO off; -SET LOCAL enable_bitmapscan TO off; -EXPLAIN (COSTS off) SELECT count(*) FROM test_last_scan WHERE noidx_col = 1; - QUERY PLAN ----------------------------------- - Aggregate - -> Seq Scan on test_last_scan - Filter: (noidx_col = 1) -(3 rows) - -SELECT count(*) FROM test_last_scan WHERE noidx_col = 1; - count -------- - 1 -(1 row) - -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -COMMIT; --- check that just sequential scan stats were incremented -SELECT seq_scan, :'test_last_seq' < last_seq_scan AS seq_ok, idx_scan, :'test_last_idx' = last_idx_scan AS idx_ok -FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass; - seq_scan | seq_ok | idx_scan | idx_ok -----------+--------+----------+-------- - 2 | t | 1 | t -(1 row) - --- fetch timestamps from before the next test -SELECT last_seq_scan AS test_last_seq, last_idx_scan AS test_last_idx -FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass \gset -SELECT pg_sleep(0.1); - pg_sleep ----------- - -(1 row) - --- cause one index scan -BEGIN; -SET LOCAL enable_seqscan TO off; -SET LOCAL enable_indexscan TO on; -SET LOCAL enable_bitmapscan TO off; -EXPLAIN (COSTS off) SELECT count(*) FROM test_last_scan WHERE idx_col = 1; - QUERY PLAN --------------------------------------------------------------- - Aggregate - -> Index Scan using test_last_scan_pkey on test_last_scan - Index Cond: (idx_col = 1) -(3 rows) - -SELECT count(*) FROM test_last_scan WHERE idx_col = 1; - count -------- - 1 -(1 row) - -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -COMMIT; --- check that just index scan stats were incremented -SELECT seq_scan, :'test_last_seq' = last_seq_scan AS seq_ok, idx_scan, :'test_last_idx' < last_idx_scan AS idx_ok -FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass; - seq_scan | seq_ok | idx_scan | idx_ok -----------+--------+----------+-------- - 2 | t | 2 | t -(1 row) - --- fetch timestamps from before the next test -SELECT last_seq_scan AS test_last_seq, last_idx_scan AS test_last_idx -FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass \gset -SELECT pg_sleep(0.1); - pg_sleep ----------- - -(1 row) - --- cause one bitmap index scan -BEGIN; -SET LOCAL enable_seqscan TO off; -SET LOCAL enable_indexscan TO off; -SET LOCAL enable_bitmapscan TO on; -EXPLAIN (COSTS off) SELECT count(*) FROM test_last_scan WHERE idx_col = 1; - QUERY PLAN ------------------------------------------------------- - Aggregate - -> Bitmap Heap Scan on test_last_scan - Recheck Cond: (idx_col = 1) - -> Bitmap Index Scan on test_last_scan_pkey - Index Cond: (idx_col = 1) -(5 rows) - -SELECT count(*) FROM test_last_scan WHERE idx_col = 1; - count -------- - 1 -(1 row) - -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -COMMIT; --- check that just index scan stats were incremented -SELECT seq_scan, :'test_last_seq' = last_seq_scan AS seq_ok, idx_scan, :'test_last_idx' < last_idx_scan AS idx_ok -FROM pg_stat_all_tables WHERE relid = 'test_last_scan'::regclass; - seq_scan | seq_ok | idx_scan | idx_ok -----------+--------+----------+-------- - 2 | t | 3 | t -(1 row) - ------ --- Test reset of some stats for shared table ------ --- This updates the comment of the database currently in use in --- pg_shdescription with a fake value, then sets it back to its --- original value. -SELECT shobj_description(d.oid, 'pg_database') as description_before - FROM pg_database d WHERE datname = current_database() \gset --- force some stats in pg_shdescription. -BEGIN; -SELECT current_database() as datname \gset -COMMENT ON DATABASE :"datname" IS 'This is a test comment'; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -COMMIT; --- check that the stats are reset. -SELECT (n_tup_ins + n_tup_upd) > 0 AS has_data FROM pg_stat_all_tables - WHERE relid = 'pg_shdescription'::regclass; - has_data ----------- - t -(1 row) - -SELECT pg_stat_reset_single_table_counters('pg_shdescription'::regclass); - pg_stat_reset_single_table_counters -------------------------------------- - -(1 row) - -SELECT (n_tup_ins + n_tup_upd) > 0 AS has_data FROM pg_stat_all_tables - WHERE relid = 'pg_shdescription'::regclass; - has_data ----------- - f -(1 row) - --- set back comment -\if :{?description_before} - COMMENT ON DATABASE :"datname" IS :'description_before'; -\else - COMMENT ON DATABASE :"datname" IS NULL; -\endif ------ --- Test that various stats views are being properly populated ------ --- Test that sessions is incremented when a new session is started in pg_stat_database -SELECT sessions AS db_stat_sessions FROM pg_stat_database WHERE datname = (SELECT current_database()) \gset -\c -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT sessions > :db_stat_sessions FROM pg_stat_database WHERE datname = (SELECT current_database()); - ?column? ----------- - t -(1 row) - --- Test pg_stat_checkpointer checkpointer-related stats, together with pg_stat_wal -SELECT num_requested AS rqst_ckpts_before FROM pg_stat_checkpointer \gset --- Test pg_stat_wal -SELECT wal_bytes AS wal_bytes_before FROM pg_stat_wal \gset --- Test pg_stat_get_backend_wal() -SELECT wal_bytes AS backend_wal_bytes_before from pg_stat_get_backend_wal(pg_backend_pid()) \gset --- Make a temp table so our temp schema exists -CREATE TEMP TABLE test_stats_temp AS SELECT 17; -DROP TABLE test_stats_temp; --- Checkpoint twice: The checkpointer reports stats after reporting completion --- of the checkpoint. But after a second checkpoint we'll see at least the --- results of the first. -CHECKPOINT; -CHECKPOINT; -SELECT num_requested > :rqst_ckpts_before FROM pg_stat_checkpointer; - ?column? ----------- - t -(1 row) - -SELECT wal_bytes > :wal_bytes_before FROM pg_stat_wal; - ?column? ----------- - t -(1 row) - -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT wal_bytes > :backend_wal_bytes_before FROM pg_stat_get_backend_wal(pg_backend_pid()); - ?column? ----------- - t -(1 row) - --- Test pg_stat_get_backend_idset() and some allied functions. --- In particular, verify that their notion of backend ID matches --- our temp schema index. -SELECT (current_schemas(true))[1] = ('pg_temp_' || beid::text) AS match -FROM pg_stat_get_backend_idset() beid -WHERE pg_stat_get_backend_pid(beid) = pg_backend_pid(); - match -------- - t -(1 row) - ------ --- Test that resetting stats works for reset timestamp ------ --- Test that reset_slru with a specified SLRU works. -SELECT stats_reset AS slru_commit_ts_reset_ts FROM pg_stat_slru WHERE name = 'commit_timestamp' \gset -SELECT stats_reset AS slru_notify_reset_ts FROM pg_stat_slru WHERE name = 'notify' \gset -SELECT pg_stat_reset_slru('commit_timestamp'); - pg_stat_reset_slru --------------------- - -(1 row) - -SELECT stats_reset > :'slru_commit_ts_reset_ts'::timestamptz FROM pg_stat_slru WHERE name = 'commit_timestamp'; - ?column? ----------- - t -(1 row) - -SELECT stats_reset AS slru_commit_ts_reset_ts FROM pg_stat_slru WHERE name = 'commit_timestamp' \gset --- Test that multiple SLRUs are reset when no specific SLRU provided to reset function -SELECT pg_stat_reset_slru(); - pg_stat_reset_slru --------------------- - -(1 row) - -SELECT stats_reset > :'slru_commit_ts_reset_ts'::timestamptz FROM pg_stat_slru WHERE name = 'commit_timestamp'; - ?column? ----------- - t -(1 row) - -SELECT stats_reset > :'slru_notify_reset_ts'::timestamptz FROM pg_stat_slru WHERE name = 'notify'; - ?column? ----------- - t -(1 row) - --- Test that reset_shared with archiver specified as the stats type works -SELECT stats_reset AS archiver_reset_ts FROM pg_stat_archiver \gset -SELECT pg_stat_reset_shared('archiver'); - pg_stat_reset_shared ----------------------- - -(1 row) - -SELECT stats_reset > :'archiver_reset_ts'::timestamptz FROM pg_stat_archiver; - ?column? ----------- - t -(1 row) - --- Test that reset_shared with bgwriter specified as the stats type works -SELECT stats_reset AS bgwriter_reset_ts FROM pg_stat_bgwriter \gset -SELECT pg_stat_reset_shared('bgwriter'); - pg_stat_reset_shared ----------------------- - -(1 row) - -SELECT stats_reset > :'bgwriter_reset_ts'::timestamptz FROM pg_stat_bgwriter; - ?column? ----------- - t -(1 row) - --- Test that reset_shared with checkpointer specified as the stats type works -SELECT stats_reset AS checkpointer_reset_ts FROM pg_stat_checkpointer \gset -SELECT pg_stat_reset_shared('checkpointer'); - pg_stat_reset_shared ----------------------- - -(1 row) - -SELECT stats_reset > :'checkpointer_reset_ts'::timestamptz FROM pg_stat_checkpointer; - ?column? ----------- - t -(1 row) - --- Test that reset_shared with recovery_prefetch specified as the stats type works -SELECT stats_reset AS recovery_prefetch_reset_ts FROM pg_stat_recovery_prefetch \gset -SELECT pg_stat_reset_shared('recovery_prefetch'); - pg_stat_reset_shared ----------------------- - -(1 row) - -SELECT stats_reset > :'recovery_prefetch_reset_ts'::timestamptz FROM pg_stat_recovery_prefetch; - ?column? ----------- - t -(1 row) - --- Test that reset_shared with slru specified as the stats type works -SELECT max(stats_reset) AS slru_reset_ts FROM pg_stat_slru \gset -SELECT pg_stat_reset_shared('slru'); - pg_stat_reset_shared ----------------------- - -(1 row) - -SELECT max(stats_reset) > :'slru_reset_ts'::timestamptz FROM pg_stat_slru; - ?column? ----------- - t -(1 row) - --- Test that reset_shared with wal specified as the stats type works -SELECT stats_reset AS wal_reset_ts FROM pg_stat_wal \gset -SELECT pg_stat_reset_shared('wal'); - pg_stat_reset_shared ----------------------- - -(1 row) - -SELECT stats_reset > :'wal_reset_ts'::timestamptz FROM pg_stat_wal; - ?column? ----------- - t -(1 row) - --- Test error case for reset_shared with unknown stats type -SELECT pg_stat_reset_shared('unknown'); -ERROR: unrecognized reset target: "unknown" -HINT: Target must be "archiver", "bgwriter", "checkpointer", "io", "recovery_prefetch", "slru", or "wal". --- Test that reset works for pg_stat_database --- Since pg_stat_database stats_reset starts out as NULL, reset it once first so we have something to compare it to -SELECT pg_stat_reset(); - pg_stat_reset ---------------- - -(1 row) - -SELECT stats_reset AS db_reset_ts FROM pg_stat_database WHERE datname = (SELECT current_database()) \gset -SELECT pg_stat_reset(); - pg_stat_reset ---------------- - -(1 row) - -SELECT stats_reset > :'db_reset_ts'::timestamptz FROM pg_stat_database WHERE datname = (SELECT current_database()); - ?column? ----------- - t -(1 row) - ----- --- pg_stat_get_snapshot_timestamp behavior ----- -BEGIN; -SET LOCAL stats_fetch_consistency = snapshot; --- no snapshot yet, return NULL -SELECT pg_stat_get_snapshot_timestamp(); - pg_stat_get_snapshot_timestamp --------------------------------- - -(1 row) - --- any attempt at accessing stats will build snapshot -SELECT pg_stat_get_function_calls(0); - pg_stat_get_function_calls ----------------------------- - -(1 row) - -SELECT pg_stat_get_snapshot_timestamp() >= NOW(); - ?column? ----------- - t -(1 row) - --- shows NULL again after clearing -SELECT pg_stat_clear_snapshot(); - pg_stat_clear_snapshot ------------------------- - -(1 row) - -SELECT pg_stat_get_snapshot_timestamp(); - pg_stat_get_snapshot_timestamp --------------------------------- - -(1 row) - -COMMIT; ----- --- Changing stats_fetch_consistency in a transaction. ----- -BEGIN; --- Stats filled under the cache mode -SET LOCAL stats_fetch_consistency = cache; -SELECT pg_stat_get_function_calls(0); - pg_stat_get_function_calls ----------------------------- - -(1 row) - -SELECT pg_stat_get_snapshot_timestamp() IS NOT NULL AS snapshot_ok; - snapshot_ok -------------- - f -(1 row) - --- Success in accessing pre-existing snapshot data. -SET LOCAL stats_fetch_consistency = snapshot; -SELECT pg_stat_get_snapshot_timestamp() IS NOT NULL AS snapshot_ok; - snapshot_ok -------------- - f -(1 row) - -SELECT pg_stat_get_function_calls(0); - pg_stat_get_function_calls ----------------------------- - -(1 row) - -SELECT pg_stat_get_snapshot_timestamp() IS NOT NULL AS snapshot_ok; - snapshot_ok -------------- - t -(1 row) - --- Snapshot cleared. -SET LOCAL stats_fetch_consistency = none; -SELECT pg_stat_get_snapshot_timestamp() IS NOT NULL AS snapshot_ok; - snapshot_ok -------------- - f -(1 row) - -SELECT pg_stat_get_function_calls(0); - pg_stat_get_function_calls ----------------------------- - -(1 row) - -SELECT pg_stat_get_snapshot_timestamp() IS NOT NULL AS snapshot_ok; - snapshot_ok -------------- - f -(1 row) - -ROLLBACK; ----- --- pg_stat_have_stats behavior ----- --- fixed-numbered stats exist -SELECT pg_stat_have_stats('bgwriter', 0, 0); - pg_stat_have_stats --------------------- - t -(1 row) - --- unknown stats kinds error out -SELECT pg_stat_have_stats('zaphod', 0, 0); -ERROR: invalid statistics kind: "zaphod" --- db stats have objid 0 -SELECT pg_stat_have_stats('database', :dboid, 1); - pg_stat_have_stats --------------------- - f -(1 row) - -SELECT pg_stat_have_stats('database', :dboid, 0); - pg_stat_have_stats --------------------- - t -(1 row) - --- pg_stat_have_stats returns true for committed index creation -CREATE table stats_test_tab1 as select generate_series(1,10) a; -CREATE index stats_test_idx1 on stats_test_tab1(a); -SELECT 'stats_test_idx1'::regclass::oid AS stats_test_idx1_oid \gset -SET enable_seqscan TO off; -select a from stats_test_tab1 where a = 3; - a ---- - 3 -(1 row) - -SELECT pg_stat_have_stats('relation', :dboid, :stats_test_idx1_oid); - pg_stat_have_stats --------------------- - t -(1 row) - --- pg_stat_have_stats returns false for dropped index with stats -SELECT pg_stat_have_stats('relation', :dboid, :stats_test_idx1_oid); - pg_stat_have_stats --------------------- - t -(1 row) - -DROP index stats_test_idx1; -SELECT pg_stat_have_stats('relation', :dboid, :stats_test_idx1_oid); - pg_stat_have_stats --------------------- - f -(1 row) - --- pg_stat_have_stats returns false for rolled back index creation -BEGIN; -CREATE index stats_test_idx1 on stats_test_tab1(a); -SELECT 'stats_test_idx1'::regclass::oid AS stats_test_idx1_oid \gset -select a from stats_test_tab1 where a = 3; - a ---- - 3 -(1 row) - -SELECT pg_stat_have_stats('relation', :dboid, :stats_test_idx1_oid); - pg_stat_have_stats --------------------- - t -(1 row) - -ROLLBACK; -SELECT pg_stat_have_stats('relation', :dboid, :stats_test_idx1_oid); - pg_stat_have_stats --------------------- - f -(1 row) - --- pg_stat_have_stats returns true for reindex CONCURRENTLY -CREATE index stats_test_idx1 on stats_test_tab1(a); -SELECT 'stats_test_idx1'::regclass::oid AS stats_test_idx1_oid \gset -select a from stats_test_tab1 where a = 3; - a ---- - 3 -(1 row) - -SELECT pg_stat_have_stats('relation', :dboid, :stats_test_idx1_oid); - pg_stat_have_stats --------------------- - t -(1 row) - -REINDEX index CONCURRENTLY stats_test_idx1; --- false for previous oid -SELECT pg_stat_have_stats('relation', :dboid, :stats_test_idx1_oid); - pg_stat_have_stats --------------------- - f -(1 row) - --- true for new oid -SELECT 'stats_test_idx1'::regclass::oid AS stats_test_idx1_oid \gset -SELECT pg_stat_have_stats('relation', :dboid, :stats_test_idx1_oid); - pg_stat_have_stats --------------------- - t -(1 row) - --- pg_stat_have_stats returns true for a rolled back drop index with stats -BEGIN; -SELECT pg_stat_have_stats('relation', :dboid, :stats_test_idx1_oid); - pg_stat_have_stats --------------------- - t -(1 row) - -DROP index stats_test_idx1; -ROLLBACK; -SELECT pg_stat_have_stats('relation', :dboid, :stats_test_idx1_oid); - pg_stat_have_stats --------------------- - t -(1 row) - --- put enable_seqscan back to on -SET enable_seqscan TO on; --- ensure that stats accessors handle NULL input correctly -SELECT pg_stat_get_replication_slot(NULL); - pg_stat_get_replication_slot ------------------------------- - -(1 row) - -SELECT pg_stat_get_subscription_stats(NULL); - pg_stat_get_subscription_stats --------------------------------- - -(1 row) - --- Test that the following operations are tracked in pg_stat_io and in --- backend stats: --- - reads of target blocks into shared buffers --- - writes of shared buffers to permanent storage --- - extends of relations using shared buffers --- - fsyncs done to ensure the durability of data dirtying shared buffers --- - shared buffer hits --- - WAL writes and fsyncs in IOContext IOCONTEXT_NORMAL --- There is no test for blocks evicted from shared buffers, because we cannot --- be sure of the state of shared buffers at the point the test is run. --- Create a regular table and insert some data to generate IOCONTEXT_NORMAL --- extends. -SELECT pid AS checkpointer_pid FROM pg_stat_activity - WHERE backend_type = 'checkpointer' \gset -SELECT sum(extends) AS io_sum_shared_before_extends - FROM pg_stat_io WHERE context = 'normal' AND object = 'relation' \gset -SELECT sum(extends) AS my_io_sum_shared_before_extends - FROM pg_stat_get_backend_io(pg_backend_pid()) - WHERE context = 'normal' AND object = 'relation' \gset -SELECT sum(writes) AS writes, sum(fsyncs) AS fsyncs - FROM pg_stat_io - WHERE object = 'relation' \gset io_sum_shared_before_ -SELECT sum(writes) AS writes, sum(fsyncs) AS fsyncs - FROM pg_stat_get_backend_io(pg_backend_pid()) - WHERE object = 'relation' \gset my_io_sum_shared_before_ -SELECT sum(writes) AS writes, sum(fsyncs) AS fsyncs - FROM pg_stat_io - WHERE context = 'normal' AND object = 'wal' \gset io_sum_wal_normal_before_ -CREATE TABLE test_io_shared(a int); -INSERT INTO test_io_shared SELECT i FROM generate_series(1,100)i; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT sum(extends) AS io_sum_shared_after_extends - FROM pg_stat_io WHERE context = 'normal' AND object = 'relation' \gset -SELECT :io_sum_shared_after_extends > :io_sum_shared_before_extends; - ?column? ----------- - t -(1 row) - -SELECT sum(extends) AS my_io_sum_shared_after_extends - FROM pg_stat_get_backend_io(pg_backend_pid()) - WHERE context = 'normal' AND object = 'relation' \gset -SELECT :my_io_sum_shared_after_extends > :my_io_sum_shared_before_extends; - ?column? ----------- - t -(1 row) - --- After a checkpoint, there should be some additional IOCONTEXT_NORMAL writes --- and fsyncs in the global stats (usually not for the backend). --- See comment above for rationale for two explicit CHECKPOINTs. -CHECKPOINT; -CHECKPOINT; -SELECT sum(writes) AS writes, sum(fsyncs) AS fsyncs - FROM pg_stat_io - WHERE object = 'relation' \gset io_sum_shared_after_ -SELECT :io_sum_shared_after_writes > :io_sum_shared_before_writes; - ?column? ----------- - t -(1 row) - -SELECT current_setting('fsync') = 'off' - OR :io_sum_shared_after_fsyncs > :io_sum_shared_before_fsyncs; - ?column? ----------- - t -(1 row) - -SELECT sum(writes) AS writes, sum(fsyncs) AS fsyncs - FROM pg_stat_get_backend_io(pg_backend_pid()) - WHERE object = 'relation' \gset my_io_sum_shared_after_ -SELECT :my_io_sum_shared_after_writes >= :my_io_sum_shared_before_writes; - ?column? ----------- - t -(1 row) - -SELECT current_setting('fsync') = 'off' - OR :my_io_sum_shared_after_fsyncs >= :my_io_sum_shared_before_fsyncs; - ?column? ----------- - t -(1 row) - -SELECT sum(writes) AS writes, sum(fsyncs) AS fsyncs - FROM pg_stat_io - WHERE context = 'normal' AND object = 'wal' \gset io_sum_wal_normal_after_ -SELECT current_setting('synchronous_commit') = 'on'; - ?column? ----------- - t -(1 row) - -SELECT :io_sum_wal_normal_after_writes > :io_sum_wal_normal_before_writes; - ?column? ----------- - t -(1 row) - -SELECT current_setting('fsync') = 'off' - OR current_setting('wal_sync_method') IN ('open_sync', 'open_datasync') - OR :io_sum_wal_normal_after_fsyncs > :io_sum_wal_normal_before_fsyncs; - ?column? ----------- - t -(1 row) - --- Change the tablespace so that the table is rewritten directly, then SELECT --- from it to cause it to be read back into shared buffers. -SELECT sum(reads) AS io_sum_shared_before_reads - FROM pg_stat_io WHERE context = 'normal' AND object = 'relation' \gset --- Do this in a transaction to prevent spurious failures due to concurrent accesses to our newly --- rewritten table, e.g. by autovacuum. -BEGIN; -ALTER TABLE test_io_shared SET TABLESPACE regress_tblspace; --- SELECT from the table so that the data is read into shared buffers and --- context 'normal', object 'relation' reads are counted. -SELECT COUNT(*) FROM test_io_shared; - count -------- - 100 -(1 row) - -COMMIT; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT sum(reads) AS io_sum_shared_after_reads - FROM pg_stat_io WHERE context = 'normal' AND object = 'relation' \gset -SELECT :io_sum_shared_after_reads > :io_sum_shared_before_reads; - ?column? ----------- - t -(1 row) - -SELECT sum(hits) AS io_sum_shared_before_hits - FROM pg_stat_io WHERE context = 'normal' AND object = 'relation' \gset --- Select from the table again to count hits. --- Ensure we generate hits by forcing a nested loop self-join with no --- materialize node. The outer side's buffer will stay pinned, preventing its --- eviction, while we loop through the inner side and generate hits. -BEGIN; -SET LOCAL enable_nestloop TO on; SET LOCAL enable_mergejoin TO off; -SET LOCAL enable_hashjoin TO off; SET LOCAL enable_material TO off; --- ensure plan stays as we expect it to -EXPLAIN (COSTS OFF) SELECT COUNT(*) FROM test_io_shared t1 INNER JOIN test_io_shared t2 USING (a); - QUERY PLAN -------------------------------------------- - Aggregate - -> Nested Loop - Join Filter: (t1.a = t2.a) - -> Seq Scan on test_io_shared t1 - -> Seq Scan on test_io_shared t2 -(5 rows) - -SELECT COUNT(*) FROM test_io_shared t1 INNER JOIN test_io_shared t2 USING (a); - count -------- - 100 -(1 row) - -COMMIT; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT sum(hits) AS io_sum_shared_after_hits - FROM pg_stat_io WHERE context = 'normal' AND object = 'relation' \gset -SELECT :io_sum_shared_after_hits > :io_sum_shared_before_hits; - ?column? ----------- - t -(1 row) - -DROP TABLE test_io_shared; --- Test that the follow IOCONTEXT_LOCAL IOOps are tracked in pg_stat_io: --- - eviction of local buffers in order to reuse them --- - reads of temporary table blocks into local buffers --- - writes of local buffers to permanent storage --- - extends of temporary tables --- Set temp_buffers to its minimum so that we can trigger writes with fewer --- inserted tuples. Do so in a new session in case temporary tables have been --- accessed by previous tests in this session. -\c -SET temp_buffers TO 100; -CREATE TEMPORARY TABLE test_io_local(a int, b TEXT); -SELECT sum(extends) AS extends, sum(evictions) AS evictions, sum(writes) AS writes - FROM pg_stat_io - WHERE context = 'normal' AND object = 'temp relation' \gset io_sum_local_before_ --- Insert tuples into the temporary table, generating extends in the stats. --- Insert enough values that we need to reuse and write out dirty local --- buffers, generating evictions and writes. -INSERT INTO test_io_local SELECT generate_series(1, 5000) as id, repeat('a', 200); --- Ensure the table is large enough to exceed our temp_buffers setting. -SELECT pg_relation_size('test_io_local') / current_setting('block_size')::int8 > 100; - ?column? ----------- - t -(1 row) - -SELECT sum(reads) AS io_sum_local_before_reads - FROM pg_stat_io WHERE context = 'normal' AND object = 'temp relation' \gset --- Read in evicted buffers, generating reads. -SELECT COUNT(*) FROM test_io_local; - count -------- - 5000 -(1 row) - -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT sum(evictions) AS evictions, - sum(reads) AS reads, - sum(writes) AS writes, - sum(extends) AS extends - FROM pg_stat_io - WHERE context = 'normal' AND object = 'temp relation' \gset io_sum_local_after_ -SELECT :io_sum_local_after_evictions > :io_sum_local_before_evictions, - :io_sum_local_after_reads > :io_sum_local_before_reads, - :io_sum_local_after_writes > :io_sum_local_before_writes, - :io_sum_local_after_extends > :io_sum_local_before_extends; - ?column? | ?column? | ?column? | ?column? -----------+----------+----------+---------- - t | t | t | t -(1 row) - --- Change the tablespaces so that the temporary table is rewritten to other --- local buffers, exercising a different codepath than standard local buffer --- writes. -ALTER TABLE test_io_local SET TABLESPACE regress_tblspace; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT sum(writes) AS io_sum_local_new_tblspc_writes - FROM pg_stat_io WHERE context = 'normal' AND object = 'temp relation' \gset -SELECT :io_sum_local_new_tblspc_writes > :io_sum_local_after_writes; - ?column? ----------- - t -(1 row) - -RESET temp_buffers; --- Test that reuse of strategy buffers and reads of blocks into these reused --- buffers while VACUUMing are tracked in pg_stat_io. If there is sufficient --- demand for shared buffers from concurrent queries, some buffers may be --- pinned by other backends before they can be reused. In such cases, the --- backend will evict a buffer from outside the ring and add it to the --- ring. This is considered an eviction and not a reuse. --- Set wal_skip_threshold smaller than the expected size of --- test_io_vac_strategy so that, even if wal_level is minimal, VACUUM FULL will --- fsync the newly rewritten test_io_vac_strategy instead of writing it to WAL. --- Writing it to WAL will result in the newly written relation pages being in --- shared buffers -- preventing us from testing BAS_VACUUM BufferAccessStrategy --- reads. -SET wal_skip_threshold = '1 kB'; -SELECT sum(reuses) AS reuses, sum(reads) AS reads, sum(evictions) AS evictions - FROM pg_stat_io WHERE context = 'vacuum' \gset io_sum_vac_strategy_before_ -CREATE TABLE test_io_vac_strategy(a int, b int) WITH (autovacuum_enabled = 'false'); -INSERT INTO test_io_vac_strategy SELECT i, i from generate_series(1, 4500)i; --- Ensure that the next VACUUM will need to perform IO by rewriting the table --- first with VACUUM (FULL). -VACUUM (FULL) test_io_vac_strategy; --- Use the minimum BUFFER_USAGE_LIMIT to cause reuses or evictions with the --- smallest table possible. -VACUUM (PARALLEL 0, BUFFER_USAGE_LIMIT 128) test_io_vac_strategy; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT sum(reuses) AS reuses, sum(reads) AS reads, sum(evictions) AS evictions - FROM pg_stat_io WHERE context = 'vacuum' \gset io_sum_vac_strategy_after_ -SELECT :io_sum_vac_strategy_after_reads > :io_sum_vac_strategy_before_reads; - ?column? ----------- - t -(1 row) - -SELECT (:io_sum_vac_strategy_after_reuses + :io_sum_vac_strategy_after_evictions) > - (:io_sum_vac_strategy_before_reuses + :io_sum_vac_strategy_before_evictions); - ?column? ----------- - t -(1 row) - -RESET wal_skip_threshold; --- Test that extends done by a CTAS, which uses a BAS_BULKWRITE --- BufferAccessStrategy, are tracked in pg_stat_io. -SELECT sum(extends) AS io_sum_bulkwrite_strategy_extends_before - FROM pg_stat_io WHERE context = 'bulkwrite' \gset -CREATE TABLE test_io_bulkwrite_strategy AS SELECT i FROM generate_series(1,100)i; -SELECT pg_stat_force_next_flush(); - pg_stat_force_next_flush --------------------------- - -(1 row) - -SELECT sum(extends) AS io_sum_bulkwrite_strategy_extends_after - FROM pg_stat_io WHERE context = 'bulkwrite' \gset -SELECT :io_sum_bulkwrite_strategy_extends_after > :io_sum_bulkwrite_strategy_extends_before; - ?column? ----------- - t -(1 row) - --- Test IO stats reset -SELECT pg_stat_have_stats('io', 0, 0); - pg_stat_have_stats --------------------- - t -(1 row) - -SELECT sum(evictions) + sum(reuses) + sum(extends) + sum(fsyncs) + sum(reads) + sum(writes) + sum(writebacks) + sum(hits) AS io_stats_pre_reset - FROM pg_stat_io \gset -SELECT sum(evictions) + sum(reuses) + sum(extends) + sum(fsyncs) + sum(reads) + sum(writes) + sum(writebacks) + sum(hits) AS my_io_stats_pre_reset - FROM pg_stat_get_backend_io(pg_backend_pid()) \gset -SELECT pg_stat_reset_shared('io'); - pg_stat_reset_shared ----------------------- - -(1 row) - -SELECT sum(evictions) + sum(reuses) + sum(extends) + sum(fsyncs) + sum(reads) + sum(writes) + sum(writebacks) + sum(hits) AS io_stats_post_reset - FROM pg_stat_io \gset -SELECT :io_stats_post_reset < :io_stats_pre_reset; - ?column? ----------- - t -(1 row) - -SELECT sum(evictions) + sum(reuses) + sum(extends) + sum(fsyncs) + sum(reads) + sum(writes) + sum(writebacks) + sum(hits) AS my_io_stats_post_reset - FROM pg_stat_get_backend_io(pg_backend_pid()) \gset --- pg_stat_reset_shared() did not reset backend IO stats -SELECT :my_io_stats_pre_reset <= :my_io_stats_post_reset; - ?column? ----------- - t -(1 row) - --- but pg_stat_reset_backend_stats() does -SELECT pg_stat_reset_backend_stats(pg_backend_pid()); - pg_stat_reset_backend_stats ------------------------------ - -(1 row) - -SELECT sum(evictions) + sum(reuses) + sum(extends) + sum(fsyncs) + sum(reads) + sum(writes) + sum(writebacks) + sum(hits) AS my_io_stats_post_backend_reset - FROM pg_stat_get_backend_io(pg_backend_pid()) \gset -SELECT :my_io_stats_pre_reset > :my_io_stats_post_backend_reset; - ?column? ----------- - t -(1 row) - --- Check invalid input for pg_stat_get_backend_io() -SELECT pg_stat_get_backend_io(NULL); - pg_stat_get_backend_io ------------------------- -(0 rows) - -SELECT pg_stat_get_backend_io(0); - pg_stat_get_backend_io ------------------------- -(0 rows) - --- Auxiliary processes return no data. -SELECT pg_stat_get_backend_io(:checkpointer_pid); - pg_stat_get_backend_io ------------------------- -(0 rows) - --- test BRIN index doesn't block HOT update -CREATE TABLE brin_hot ( - id integer PRIMARY KEY, - val integer NOT NULL -) WITH (autovacuum_enabled = off, fillfactor = 70); -INSERT INTO brin_hot SELECT *, 0 FROM generate_series(1, 235); -CREATE INDEX val_brin ON brin_hot using brin(val); -CREATE FUNCTION wait_for_hot_stats() RETURNS void AS $$ -DECLARE - start_time timestamptz := clock_timestamp(); - updated bool; -BEGIN - -- we don't want to wait forever; loop will exit after 30 seconds - FOR i IN 1 .. 300 LOOP - SELECT (pg_stat_get_tuples_hot_updated('brin_hot'::regclass::oid) > 0) INTO updated; - EXIT WHEN updated; - - -- wait a little - PERFORM pg_sleep_for('100 milliseconds'); - -- reset stats snapshot so we can test again - PERFORM pg_stat_clear_snapshot(); - END LOOP; - -- report time waited in postmaster log (where it won't change test output) - RAISE log 'wait_for_hot_stats delayed % seconds', - EXTRACT(epoch FROM clock_timestamp() - start_time); -END -$$ LANGUAGE plpgsql; -UPDATE brin_hot SET val = -3 WHERE id = 42; --- We can't just call wait_for_hot_stats() at this point, because we only --- transmit stats when the session goes idle, and we probably didn't --- transmit the last couple of counts yet thanks to the rate-limiting logic --- in pgstat_report_stat(). But instead of waiting for the rate limiter's --- timeout to elapse, let's just start a new session. The old one will --- then send its stats before dying. -\c - -SELECT wait_for_hot_stats(); - wait_for_hot_stats --------------------- - -(1 row) - -SELECT pg_stat_get_tuples_hot_updated('brin_hot'::regclass::oid); - pg_stat_get_tuples_hot_updated --------------------------------- - 1 -(1 row) - -DROP TABLE brin_hot; -DROP FUNCTION wait_for_hot_stats(); --- Test handling of index predicates - updating attributes in precicates --- should not block HOT when summarizing indexes are involved. We update --- a row that was not indexed due to the index predicate, and becomes --- indexable - the HOT-updated tuple is forwarded to the BRIN index. -CREATE TABLE brin_hot_2 (a int, b int); -INSERT INTO brin_hot_2 VALUES (1, 100); -CREATE INDEX ON brin_hot_2 USING brin (b) WHERE a = 2; -UPDATE brin_hot_2 SET a = 2; -EXPLAIN (COSTS OFF) SELECT * FROM brin_hot_2 WHERE a = 2 AND b = 100; - QUERY PLAN ------------------------------------ - Seq Scan on brin_hot_2 - Filter: ((a = 2) AND (b = 100)) -(2 rows) - -SELECT COUNT(*) FROM brin_hot_2 WHERE a = 2 AND b = 100; - count -------- - 1 -(1 row) - -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) SELECT * FROM brin_hot_2 WHERE a = 2 AND b = 100; - QUERY PLAN ---------------------------------------------- - Bitmap Heap Scan on brin_hot_2 - Recheck Cond: ((b = 100) AND (a = 2)) - -> Bitmap Index Scan on brin_hot_2_b_idx - Index Cond: (b = 100) -(4 rows) - -SELECT COUNT(*) FROM brin_hot_2 WHERE a = 2 AND b = 100; - count -------- - 1 -(1 row) - -DROP TABLE brin_hot_2; --- Test that updates to indexed columns are still propagated to the --- BRIN column. --- https://postgr.es/m/05ebcb44-f383-86e3-4f31-0a97a55634cf@enterprisedb.com -CREATE TABLE brin_hot_3 (a int, filler text) WITH (fillfactor = 10); -INSERT INTO brin_hot_3 SELECT 1, repeat(' ', 500) FROM generate_series(1, 20); -CREATE INDEX ON brin_hot_3 USING brin (a) WITH (pages_per_range = 1); -UPDATE brin_hot_3 SET a = 2; -EXPLAIN (COSTS OFF) SELECT * FROM brin_hot_3 WHERE a = 2; - QUERY PLAN ---------------------------------------------- - Bitmap Heap Scan on brin_hot_3 - Recheck Cond: (a = 2) - -> Bitmap Index Scan on brin_hot_3_a_idx - Index Cond: (a = 2) -(4 rows) - -SELECT COUNT(*) FROM brin_hot_3 WHERE a = 2; - count -------- - 20 -(1 row) - -DROP TABLE brin_hot_3; -SET enable_seqscan = on; --- Test that estimation of relation size works with tuples wider than the --- relation fillfactor. We create a table with wide inline attributes and --- low fillfactor, insert rows and then see how many rows EXPLAIN shows --- before running analyze. We disable autovacuum so that it does not --- interfere with the test. -CREATE TABLE table_fillfactor ( - n char(1000) -) with (fillfactor=10, autovacuum_enabled=off); -INSERT INTO table_fillfactor -SELECT 'x' FROM generate_series(1,1000); -SELECT * FROM check_estimated_rows('SELECT * FROM table_fillfactor'); - estimated | actual ------------+-------- - 1000 | 1000 -(1 row) - -DROP TABLE table_fillfactor; --- End of Stats Test +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/predicate.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/predicate.out --- /tmp/cirrus-ci-build/src/test/regress/expected/predicate.out 2025-05-11 19:30:18.985520000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/predicate.out 2025-05-11 19:32:43.387856000 +0000 @@ -1,363 +1,2 @@ --- --- Tests for predicate handling --- --- --- Test that restrictions that are always true are ignored, and that are always --- false are replaced with constant-FALSE --- --- Currently we only check for NullTest quals and OR clauses that include --- NullTest quals. We may extend it in the future. --- -CREATE TABLE pred_tab (a int NOT NULL, b int, c int NOT NULL); --- --- Test restriction clauses --- --- Ensure the IS_NOT_NULL qual is ignored when the column is non-nullable -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t WHERE t.a IS NOT NULL; - QUERY PLAN ------------------------- - Seq Scan on pred_tab t -(1 row) - --- Ensure the IS_NOT_NULL qual is not ignored on a nullable column -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t WHERE t.b IS NOT NULL; - QUERY PLAN ---------------------------- - Seq Scan on pred_tab t - Filter: (b IS NOT NULL) -(2 rows) - --- Ensure the IS_NULL qual is reduced to constant-FALSE for non-nullable --- columns -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t WHERE t.a IS NULL; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - --- Ensure the IS_NULL qual is not reduced to constant-FALSE on nullable --- columns -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t WHERE t.b IS NULL; - QUERY PLAN ------------------------- - Seq Scan on pred_tab t - Filter: (b IS NULL) -(2 rows) - --- --- Tests for OR clauses in restriction clauses --- --- Ensure the OR clause is ignored when an OR branch is always true -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t WHERE t.a IS NOT NULL OR t.b = 1; - QUERY PLAN ------------------------- - Seq Scan on pred_tab t -(1 row) - --- Ensure the OR clause is not ignored for NullTests that can't be proven --- always true -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t WHERE t.b IS NOT NULL OR t.a = 1; - QUERY PLAN ----------------------------------------- - Seq Scan on pred_tab t - Filter: ((b IS NOT NULL) OR (a = 1)) -(2 rows) - --- Ensure the OR clause is reduced to constant-FALSE when all branches are --- provably false -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t WHERE t.a IS NULL OR t.c IS NULL; - QUERY PLAN --------------------------- - Result - One-Time Filter: false -(2 rows) - --- Ensure the OR clause is not reduced to constant-FALSE when not all branches --- are provably false -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t WHERE t.b IS NULL OR t.c IS NULL; - QUERY PLAN ----------------------------------------- - Seq Scan on pred_tab t - Filter: ((b IS NULL) OR (c IS NULL)) -(2 rows) - --- --- Test join clauses --- --- Ensure the IS_NOT_NULL qual is ignored, since a) it's on a NOT NULL column, --- and b) its Var is not nullable by any outer joins -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t1 - LEFT JOIN pred_tab t2 ON t1.a IS NOT NULL; - QUERY PLAN -------------------------------------- - Nested Loop Left Join - -> Seq Scan on pred_tab t1 - -> Materialize - -> Seq Scan on pred_tab t2 -(4 rows) - --- Ensure the IS_NOT_NULL qual is not ignored when columns are made nullable --- by an outer join -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t1 - FULL JOIN pred_tab t2 ON t1.a = t2.a - LEFT JOIN pred_tab t3 ON t2.a IS NOT NULL; - QUERY PLAN -------------------------------------------- - Nested Loop Left Join - Join Filter: (t2.a IS NOT NULL) - -> Merge Full Join - Merge Cond: (t1.a = t2.a) - -> Sort - Sort Key: t1.a - -> Seq Scan on pred_tab t1 - -> Sort - Sort Key: t2.a - -> Seq Scan on pred_tab t2 - -> Materialize - -> Seq Scan on pred_tab t3 -(12 rows) - --- Ensure the IS_NULL qual is reduced to constant-FALSE, since a) it's on a NOT --- NULL column, and b) its Var is not nullable by any outer joins -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t1 - LEFT JOIN pred_tab t2 ON t1.a IS NULL; - QUERY PLAN --------------------------------- - Nested Loop Left Join - Join Filter: false - -> Seq Scan on pred_tab t1 - -> Result - One-Time Filter: false -(5 rows) - --- Ensure the IS_NULL qual is not reduced to constant-FALSE when the column is --- nullable by an outer join -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t1 - LEFT JOIN pred_tab t2 ON t1.a = 1 - LEFT JOIN pred_tab t3 ON t2.a IS NULL; - QUERY PLAN -------------------------------------------- - Nested Loop Left Join - Join Filter: (t2.a IS NULL) - -> Nested Loop Left Join - Join Filter: (t1.a = 1) - -> Seq Scan on pred_tab t1 - -> Materialize - -> Seq Scan on pred_tab t2 - -> Materialize - -> Seq Scan on pred_tab t3 -(9 rows) - --- --- Tests for OR clauses in join clauses --- --- Ensure the OR clause is ignored when an OR branch is provably always true -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t1 - LEFT JOIN pred_tab t2 ON t1.a IS NOT NULL OR t2.b = 1; - QUERY PLAN -------------------------------------- - Nested Loop Left Join - -> Seq Scan on pred_tab t1 - -> Materialize - -> Seq Scan on pred_tab t2 -(4 rows) - --- Ensure the NullTest is not ignored when the column is nullable by an outer --- join -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t1 - FULL JOIN pred_tab t2 ON t1.a = t2.a - LEFT JOIN pred_tab t3 ON t2.a IS NOT NULL OR t2.b = 1; - QUERY PLAN ---------------------------------------------------- - Nested Loop Left Join - Join Filter: ((t2.a IS NOT NULL) OR (t2.b = 1)) - -> Merge Full Join - Merge Cond: (t1.a = t2.a) - -> Sort - Sort Key: t1.a - -> Seq Scan on pred_tab t1 - -> Sort - Sort Key: t2.a - -> Seq Scan on pred_tab t2 - -> Materialize - -> Seq Scan on pred_tab t3 -(12 rows) - --- Ensure the OR clause is reduced to constant-FALSE when all OR branches are --- provably false -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t1 - LEFT JOIN pred_tab t2 ON (t1.a IS NULL OR t1.c IS NULL); - QUERY PLAN --------------------------------- - Nested Loop Left Join - Join Filter: false - -> Seq Scan on pred_tab t1 - -> Result - One-Time Filter: false -(5 rows) - --- Ensure the OR clause is not reduced to constant-FALSE when a column is --- made nullable from an outer join -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t1 - LEFT JOIN pred_tab t2 ON t1.a = 1 - LEFT JOIN pred_tab t3 ON t2.a IS NULL OR t2.c IS NULL; - QUERY PLAN ---------------------------------------------------- - Nested Loop Left Join - Join Filter: ((t2.a IS NULL) OR (t2.c IS NULL)) - -> Nested Loop Left Join - Join Filter: (t1.a = 1) - -> Seq Scan on pred_tab t1 - -> Materialize - -> Seq Scan on pred_tab t2 - -> Materialize - -> Seq Scan on pred_tab t3 -(9 rows) - -DROP TABLE pred_tab; --- Validate we handle IS NULL and IS NOT NULL quals correctly with inheritance --- parents. -CREATE TABLE pred_parent (a int); -CREATE TABLE pred_child () INHERITS (pred_parent); -ALTER TABLE ONLY pred_parent ALTER a SET NOT NULL; --- Ensure that the scan on pred_child contains the IS NOT NULL qual. -EXPLAIN (COSTS OFF) -SELECT * FROM pred_parent WHERE a IS NOT NULL; - QUERY PLAN ---------------------------------------------- - Append - -> Seq Scan on pred_parent pred_parent_1 - -> Seq Scan on pred_child pred_parent_2 - Filter: (a IS NOT NULL) -(4 rows) - --- Ensure we only scan pred_child and not pred_parent -EXPLAIN (COSTS OFF) -SELECT * FROM pred_parent WHERE a IS NULL; - QUERY PLAN ------------------------------------- - Seq Scan on pred_child pred_parent - Filter: (a IS NULL) -(2 rows) - -ALTER TABLE pred_parent ALTER a DROP NOT NULL; -ALTER TABLE pred_child ALTER a SET NOT NULL; --- Ensure the IS NOT NULL qual is removed from the pred_child scan. -EXPLAIN (COSTS OFF) -SELECT * FROM pred_parent WHERE a IS NOT NULL; - QUERY PLAN ---------------------------------------------- - Append - -> Seq Scan on pred_parent pred_parent_1 - Filter: (a IS NOT NULL) - -> Seq Scan on pred_child pred_parent_2 -(4 rows) - --- Ensure we only scan pred_parent and not pred_child -EXPLAIN (COSTS OFF) -SELECT * FROM pred_parent WHERE a IS NULL; - QUERY PLAN -------------------------- - Seq Scan on pred_parent - Filter: (a IS NULL) -(2 rows) - -DROP TABLE pred_parent, pred_child; --- Validate we do not reduce a clone clause to a constant true or false -CREATE TABLE pred_tab (a int, b int); -CREATE TABLE pred_tab_notnull (a int, b int NOT NULL); -INSERT INTO pred_tab VALUES (1, 1); -INSERT INTO pred_tab VALUES (2, 2); -INSERT INTO pred_tab_notnull VALUES (2, 2); -INSERT INTO pred_tab_notnull VALUES (3, 3); -ANALYZE pred_tab; -ANALYZE pred_tab_notnull; --- Ensure the IS_NOT_NULL qual is not reduced to constant true and removed -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t1 - LEFT JOIN pred_tab t2 ON TRUE - LEFT JOIN pred_tab_notnull t3 ON t2.a = t3.a - LEFT JOIN pred_tab t4 ON t3.b IS NOT NULL; - QUERY PLAN ---------------------------------------------------------------- - Nested Loop Left Join - -> Seq Scan on pred_tab t1 - -> Materialize - -> Nested Loop Left Join - Join Filter: (t3.b IS NOT NULL) - -> Nested Loop Left Join - Join Filter: (t2.a = t3.a) - -> Seq Scan on pred_tab t2 - -> Materialize - -> Seq Scan on pred_tab_notnull t3 - -> Materialize - -> Seq Scan on pred_tab t4 -(12 rows) - -SELECT * FROM pred_tab t1 - LEFT JOIN pred_tab t2 ON TRUE - LEFT JOIN pred_tab_notnull t3 ON t2.a = t3.a - LEFT JOIN pred_tab t4 ON t3.b IS NOT NULL; - a | b | a | b | a | b | a | b ----+---+---+---+---+---+---+--- - 1 | 1 | 1 | 1 | | | | - 1 | 1 | 2 | 2 | 2 | 2 | 1 | 1 - 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 - 2 | 2 | 1 | 1 | | | | - 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 - 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 -(6 rows) - --- Ensure the IS_NULL qual is not reduced to constant false -EXPLAIN (COSTS OFF) -SELECT * FROM pred_tab t1 - LEFT JOIN pred_tab t2 ON TRUE - LEFT JOIN pred_tab_notnull t3 ON t2.a = t3.a - LEFT JOIN pred_tab t4 ON t3.b IS NULL AND t3.a IS NOT NULL; - QUERY PLAN --------------------------------------------------------------------- - Nested Loop Left Join - -> Seq Scan on pred_tab t1 - -> Materialize - -> Nested Loop Left Join - Join Filter: ((t3.b IS NULL) AND (t3.a IS NOT NULL)) - -> Nested Loop Left Join - Join Filter: (t2.a = t3.a) - -> Seq Scan on pred_tab t2 - -> Materialize - -> Seq Scan on pred_tab_notnull t3 - -> Materialize - -> Seq Scan on pred_tab t4 -(12 rows) - -SELECT * FROM pred_tab t1 - LEFT JOIN pred_tab t2 ON TRUE - LEFT JOIN pred_tab_notnull t3 ON t2.a = t3.a - LEFT JOIN pred_tab t4 ON t3.b IS NULL AND t3.a IS NOT NULL; - a | b | a | b | a | b | a | b ----+---+---+---+---+---+---+--- - 1 | 1 | 1 | 1 | | | | - 1 | 1 | 2 | 2 | 2 | 2 | | - 2 | 2 | 1 | 1 | | | | - 2 | 2 | 2 | 2 | 2 | 2 | | -(4 rows) - -DROP TABLE pred_tab; -DROP TABLE pred_tab_notnull; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/numa_1.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/numa.out --- /tmp/cirrus-ci-build/src/test/regress/expected/numa_1.out 2025-05-11 19:30:18.971067000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/numa.out 2025-05-11 19:32:43.391446000 +0000 @@ -1,5 +1,2 @@ -SELECT NOT(pg_numa_available()) AS skip_test \gset -\if :skip_test -SELECT COUNT(*) = 0 AS ok FROM pg_shmem_allocations_numa; -ERROR: libnuma initialization failed or NUMA is not supported on this platform -\quit +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/oidjoins.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/oidjoins.out --- /tmp/cirrus-ci-build/src/test/regress/expected/oidjoins.out 2025-05-11 19:30:18.977064000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/oidjoins.out 2025-05-11 19:32:43.521361000 +0000 @@ -1,268 +1,2 @@ --- --- Verify system catalog foreign key relationships --- -DO $doblock$ -declare - fk record; - nkeys integer; - cmd text; - err record; -begin - for fk in select * from pg_get_catalog_foreign_keys() - loop - raise notice 'checking % % => % %', - fk.fktable, fk.fkcols, fk.pktable, fk.pkcols; - nkeys := array_length(fk.fkcols, 1); - cmd := 'SELECT ctid'; - for i in 1 .. nkeys loop - cmd := cmd || ', ' || quote_ident(fk.fkcols[i]); - end loop; - if fk.is_array then - cmd := cmd || ' FROM (SELECT ctid'; - for i in 1 .. nkeys-1 loop - cmd := cmd || ', ' || quote_ident(fk.fkcols[i]); - end loop; - cmd := cmd || ', unnest(' || quote_ident(fk.fkcols[nkeys]); - cmd := cmd || ') as ' || quote_ident(fk.fkcols[nkeys]); - cmd := cmd || ' FROM ' || fk.fktable::text || ') fk WHERE '; - else - cmd := cmd || ' FROM ' || fk.fktable::text || ' fk WHERE '; - end if; - if fk.is_opt then - for i in 1 .. nkeys loop - cmd := cmd || quote_ident(fk.fkcols[i]) || ' != 0 AND '; - end loop; - end if; - cmd := cmd || 'NOT EXISTS(SELECT 1 FROM ' || fk.pktable::text || ' pk WHERE '; - for i in 1 .. nkeys loop - if i > 1 then cmd := cmd || ' AND '; end if; - cmd := cmd || 'pk.' || quote_ident(fk.pkcols[i]); - cmd := cmd || ' = fk.' || quote_ident(fk.fkcols[i]); - end loop; - cmd := cmd || ')'; - -- raise notice 'cmd = %', cmd; - for err in execute cmd loop - raise warning 'FK VIOLATION IN %(%): %', fk.fktable, fk.fkcols, err; - end loop; - end loop; -end -$doblock$; -NOTICE: checking pg_proc {pronamespace} => pg_namespace {oid} -NOTICE: checking pg_proc {proowner} => pg_authid {oid} -NOTICE: checking pg_proc {prolang} => pg_language {oid} -NOTICE: checking pg_proc {provariadic} => pg_type {oid} -NOTICE: checking pg_proc {prosupport} => pg_proc {oid} -NOTICE: checking pg_proc {prorettype} => pg_type {oid} -NOTICE: checking pg_proc {proargtypes} => pg_type {oid} -NOTICE: checking pg_proc {proallargtypes} => pg_type {oid} -NOTICE: checking pg_proc {protrftypes} => pg_type {oid} -NOTICE: checking pg_type {typnamespace} => pg_namespace {oid} -NOTICE: checking pg_type {typowner} => pg_authid {oid} -NOTICE: checking pg_type {typrelid} => pg_class {oid} -NOTICE: checking pg_type {typsubscript} => pg_proc {oid} -NOTICE: checking pg_type {typelem} => pg_type {oid} -NOTICE: checking pg_type {typarray} => pg_type {oid} -NOTICE: checking pg_type {typinput} => pg_proc {oid} -NOTICE: checking pg_type {typoutput} => pg_proc {oid} -NOTICE: checking pg_type {typreceive} => pg_proc {oid} -NOTICE: checking pg_type {typsend} => pg_proc {oid} -NOTICE: checking pg_type {typmodin} => pg_proc {oid} -NOTICE: checking pg_type {typmodout} => pg_proc {oid} -NOTICE: checking pg_type {typanalyze} => pg_proc {oid} -NOTICE: checking pg_type {typbasetype} => pg_type {oid} -NOTICE: checking pg_type {typcollation} => pg_collation {oid} -NOTICE: checking pg_attribute {attrelid} => pg_class {oid} -NOTICE: checking pg_attribute {atttypid} => pg_type {oid} -NOTICE: checking pg_attribute {attcollation} => pg_collation {oid} -NOTICE: checking pg_class {relnamespace} => pg_namespace {oid} -NOTICE: checking pg_class {reltype} => pg_type {oid} -NOTICE: checking pg_class {reloftype} => pg_type {oid} -NOTICE: checking pg_class {relowner} => pg_authid {oid} -NOTICE: checking pg_class {relam} => pg_am {oid} -NOTICE: checking pg_class {reltablespace} => pg_tablespace {oid} -NOTICE: checking pg_class {reltoastrelid} => pg_class {oid} -NOTICE: checking pg_class {relrewrite} => pg_class {oid} -NOTICE: checking pg_attrdef {adrelid} => pg_class {oid} -NOTICE: checking pg_attrdef {adrelid,adnum} => pg_attribute {attrelid,attnum} -NOTICE: checking pg_constraint {connamespace} => pg_namespace {oid} -NOTICE: checking pg_constraint {conrelid} => pg_class {oid} -NOTICE: checking pg_constraint {contypid} => pg_type {oid} -NOTICE: checking pg_constraint {conindid} => pg_class {oid} -NOTICE: checking pg_constraint {conparentid} => pg_constraint {oid} -NOTICE: checking pg_constraint {confrelid} => pg_class {oid} -NOTICE: checking pg_constraint {conpfeqop} => pg_operator {oid} -NOTICE: checking pg_constraint {conppeqop} => pg_operator {oid} -NOTICE: checking pg_constraint {conffeqop} => pg_operator {oid} -NOTICE: checking pg_constraint {conexclop} => pg_operator {oid} -NOTICE: checking pg_constraint {conrelid,conkey} => pg_attribute {attrelid,attnum} -NOTICE: checking pg_constraint {confrelid,confkey} => pg_attribute {attrelid,attnum} -NOTICE: checking pg_inherits {inhrelid} => pg_class {oid} -NOTICE: checking pg_inherits {inhparent} => pg_class {oid} -NOTICE: checking pg_index {indexrelid} => pg_class {oid} -NOTICE: checking pg_index {indrelid} => pg_class {oid} -NOTICE: checking pg_index {indcollation} => pg_collation {oid} -NOTICE: checking pg_index {indclass} => pg_opclass {oid} -NOTICE: checking pg_index {indrelid,indkey} => pg_attribute {attrelid,attnum} -NOTICE: checking pg_operator {oprnamespace} => pg_namespace {oid} -NOTICE: checking pg_operator {oprowner} => pg_authid {oid} -NOTICE: checking pg_operator {oprleft} => pg_type {oid} -NOTICE: checking pg_operator {oprright} => pg_type {oid} -NOTICE: checking pg_operator {oprresult} => pg_type {oid} -NOTICE: checking pg_operator {oprcom} => pg_operator {oid} -NOTICE: checking pg_operator {oprnegate} => pg_operator {oid} -NOTICE: checking pg_operator {oprcode} => pg_proc {oid} -NOTICE: checking pg_operator {oprrest} => pg_proc {oid} -NOTICE: checking pg_operator {oprjoin} => pg_proc {oid} -NOTICE: checking pg_opfamily {opfmethod} => pg_am {oid} -NOTICE: checking pg_opfamily {opfnamespace} => pg_namespace {oid} -NOTICE: checking pg_opfamily {opfowner} => pg_authid {oid} -NOTICE: checking pg_opclass {opcmethod} => pg_am {oid} -NOTICE: checking pg_opclass {opcnamespace} => pg_namespace {oid} -NOTICE: checking pg_opclass {opcowner} => pg_authid {oid} -NOTICE: checking pg_opclass {opcfamily} => pg_opfamily {oid} -NOTICE: checking pg_opclass {opcintype} => pg_type {oid} -NOTICE: checking pg_opclass {opckeytype} => pg_type {oid} -NOTICE: checking pg_am {amhandler} => pg_proc {oid} -NOTICE: checking pg_amop {amopfamily} => pg_opfamily {oid} -NOTICE: checking pg_amop {amoplefttype} => pg_type {oid} -NOTICE: checking pg_amop {amoprighttype} => pg_type {oid} -NOTICE: checking pg_amop {amopopr} => pg_operator {oid} -NOTICE: checking pg_amop {amopmethod} => pg_am {oid} -NOTICE: checking pg_amop {amopsortfamily} => pg_opfamily {oid} -NOTICE: checking pg_amproc {amprocfamily} => pg_opfamily {oid} -NOTICE: checking pg_amproc {amproclefttype} => pg_type {oid} -NOTICE: checking pg_amproc {amprocrighttype} => pg_type {oid} -NOTICE: checking pg_amproc {amproc} => pg_proc {oid} -NOTICE: checking pg_language {lanowner} => pg_authid {oid} -NOTICE: checking pg_language {lanplcallfoid} => pg_proc {oid} -NOTICE: checking pg_language {laninline} => pg_proc {oid} -NOTICE: checking pg_language {lanvalidator} => pg_proc {oid} -NOTICE: checking pg_largeobject_metadata {lomowner} => pg_authid {oid} -NOTICE: checking pg_largeobject {loid} => pg_largeobject_metadata {oid} -NOTICE: checking pg_aggregate {aggfnoid} => pg_proc {oid} -NOTICE: checking pg_aggregate {aggtransfn} => pg_proc {oid} -NOTICE: checking pg_aggregate {aggfinalfn} => pg_proc {oid} -NOTICE: checking pg_aggregate {aggcombinefn} => pg_proc {oid} -NOTICE: checking pg_aggregate {aggserialfn} => pg_proc {oid} -NOTICE: checking pg_aggregate {aggdeserialfn} => pg_proc {oid} -NOTICE: checking pg_aggregate {aggmtransfn} => pg_proc {oid} -NOTICE: checking pg_aggregate {aggminvtransfn} => pg_proc {oid} -NOTICE: checking pg_aggregate {aggmfinalfn} => pg_proc {oid} -NOTICE: checking pg_aggregate {aggsortop} => pg_operator {oid} -NOTICE: checking pg_aggregate {aggtranstype} => pg_type {oid} -NOTICE: checking pg_aggregate {aggmtranstype} => pg_type {oid} -NOTICE: checking pg_statistic {starelid} => pg_class {oid} -NOTICE: checking pg_statistic {staop1} => pg_operator {oid} -NOTICE: checking pg_statistic {staop2} => pg_operator {oid} -NOTICE: checking pg_statistic {staop3} => pg_operator {oid} -NOTICE: checking pg_statistic {staop4} => pg_operator {oid} -NOTICE: checking pg_statistic {staop5} => pg_operator {oid} -NOTICE: checking pg_statistic {stacoll1} => pg_collation {oid} -NOTICE: checking pg_statistic {stacoll2} => pg_collation {oid} -NOTICE: checking pg_statistic {stacoll3} => pg_collation {oid} -NOTICE: checking pg_statistic {stacoll4} => pg_collation {oid} -NOTICE: checking pg_statistic {stacoll5} => pg_collation {oid} -NOTICE: checking pg_statistic {starelid,staattnum} => pg_attribute {attrelid,attnum} -NOTICE: checking pg_statistic_ext {stxrelid} => pg_class {oid} -NOTICE: checking pg_statistic_ext {stxnamespace} => pg_namespace {oid} -NOTICE: checking pg_statistic_ext {stxowner} => pg_authid {oid} -NOTICE: checking pg_statistic_ext {stxrelid,stxkeys} => pg_attribute {attrelid,attnum} -NOTICE: checking pg_statistic_ext_data {stxoid} => pg_statistic_ext {oid} -NOTICE: checking pg_rewrite {ev_class} => pg_class {oid} -NOTICE: checking pg_trigger {tgrelid} => pg_class {oid} -NOTICE: checking pg_trigger {tgparentid} => pg_trigger {oid} -NOTICE: checking pg_trigger {tgfoid} => pg_proc {oid} -NOTICE: checking pg_trigger {tgconstrrelid} => pg_class {oid} -NOTICE: checking pg_trigger {tgconstrindid} => pg_class {oid} -NOTICE: checking pg_trigger {tgconstraint} => pg_constraint {oid} -NOTICE: checking pg_trigger {tgrelid,tgattr} => pg_attribute {attrelid,attnum} -NOTICE: checking pg_event_trigger {evtowner} => pg_authid {oid} -NOTICE: checking pg_event_trigger {evtfoid} => pg_proc {oid} -NOTICE: checking pg_description {classoid} => pg_class {oid} -NOTICE: checking pg_cast {castsource} => pg_type {oid} -NOTICE: checking pg_cast {casttarget} => pg_type {oid} -NOTICE: checking pg_cast {castfunc} => pg_proc {oid} -NOTICE: checking pg_enum {enumtypid} => pg_type {oid} -NOTICE: checking pg_namespace {nspowner} => pg_authid {oid} -NOTICE: checking pg_conversion {connamespace} => pg_namespace {oid} -NOTICE: checking pg_conversion {conowner} => pg_authid {oid} -NOTICE: checking pg_conversion {conproc} => pg_proc {oid} -NOTICE: checking pg_depend {classid} => pg_class {oid} -NOTICE: checking pg_depend {refclassid} => pg_class {oid} -NOTICE: checking pg_database {datdba} => pg_authid {oid} -NOTICE: checking pg_database {dattablespace} => pg_tablespace {oid} -NOTICE: checking pg_db_role_setting {setdatabase} => pg_database {oid} -NOTICE: checking pg_db_role_setting {setrole} => pg_authid {oid} -NOTICE: checking pg_tablespace {spcowner} => pg_authid {oid} -NOTICE: checking pg_auth_members {roleid} => pg_authid {oid} -NOTICE: checking pg_auth_members {member} => pg_authid {oid} -NOTICE: checking pg_auth_members {grantor} => pg_authid {oid} -NOTICE: checking pg_shdepend {dbid} => pg_database {oid} -NOTICE: checking pg_shdepend {classid} => pg_class {oid} -NOTICE: checking pg_shdepend {refclassid} => pg_class {oid} -NOTICE: checking pg_shdescription {classoid} => pg_class {oid} -NOTICE: checking pg_ts_config {cfgnamespace} => pg_namespace {oid} -NOTICE: checking pg_ts_config {cfgowner} => pg_authid {oid} -NOTICE: checking pg_ts_config {cfgparser} => pg_ts_parser {oid} -NOTICE: checking pg_ts_config_map {mapcfg} => pg_ts_config {oid} -NOTICE: checking pg_ts_config_map {mapdict} => pg_ts_dict {oid} -NOTICE: checking pg_ts_dict {dictnamespace} => pg_namespace {oid} -NOTICE: checking pg_ts_dict {dictowner} => pg_authid {oid} -NOTICE: checking pg_ts_dict {dicttemplate} => pg_ts_template {oid} -NOTICE: checking pg_ts_parser {prsnamespace} => pg_namespace {oid} -NOTICE: checking pg_ts_parser {prsstart} => pg_proc {oid} -NOTICE: checking pg_ts_parser {prstoken} => pg_proc {oid} -NOTICE: checking pg_ts_parser {prsend} => pg_proc {oid} -NOTICE: checking pg_ts_parser {prsheadline} => pg_proc {oid} -NOTICE: checking pg_ts_parser {prslextype} => pg_proc {oid} -NOTICE: checking pg_ts_template {tmplnamespace} => pg_namespace {oid} -NOTICE: checking pg_ts_template {tmplinit} => pg_proc {oid} -NOTICE: checking pg_ts_template {tmpllexize} => pg_proc {oid} -NOTICE: checking pg_extension {extowner} => pg_authid {oid} -NOTICE: checking pg_extension {extnamespace} => pg_namespace {oid} -NOTICE: checking pg_extension {extconfig} => pg_class {oid} -NOTICE: checking pg_foreign_data_wrapper {fdwowner} => pg_authid {oid} -NOTICE: checking pg_foreign_data_wrapper {fdwhandler} => pg_proc {oid} -NOTICE: checking pg_foreign_data_wrapper {fdwvalidator} => pg_proc {oid} -NOTICE: checking pg_foreign_server {srvowner} => pg_authid {oid} -NOTICE: checking pg_foreign_server {srvfdw} => pg_foreign_data_wrapper {oid} -NOTICE: checking pg_user_mapping {umuser} => pg_authid {oid} -NOTICE: checking pg_user_mapping {umserver} => pg_foreign_server {oid} -NOTICE: checking pg_foreign_table {ftrelid} => pg_class {oid} -NOTICE: checking pg_foreign_table {ftserver} => pg_foreign_server {oid} -NOTICE: checking pg_policy {polrelid} => pg_class {oid} -NOTICE: checking pg_policy {polroles} => pg_authid {oid} -NOTICE: checking pg_default_acl {defaclrole} => pg_authid {oid} -NOTICE: checking pg_default_acl {defaclnamespace} => pg_namespace {oid} -NOTICE: checking pg_init_privs {classoid} => pg_class {oid} -NOTICE: checking pg_seclabel {classoid} => pg_class {oid} -NOTICE: checking pg_shseclabel {classoid} => pg_class {oid} -NOTICE: checking pg_collation {collnamespace} => pg_namespace {oid} -NOTICE: checking pg_collation {collowner} => pg_authid {oid} -NOTICE: checking pg_partitioned_table {partrelid} => pg_class {oid} -NOTICE: checking pg_partitioned_table {partdefid} => pg_class {oid} -NOTICE: checking pg_partitioned_table {partclass} => pg_opclass {oid} -NOTICE: checking pg_partitioned_table {partcollation} => pg_collation {oid} -NOTICE: checking pg_partitioned_table {partrelid,partattrs} => pg_attribute {attrelid,attnum} -NOTICE: checking pg_range {rngtypid} => pg_type {oid} -NOTICE: checking pg_range {rngsubtype} => pg_type {oid} -NOTICE: checking pg_range {rngmultitypid} => pg_type {oid} -NOTICE: checking pg_range {rngcollation} => pg_collation {oid} -NOTICE: checking pg_range {rngsubopc} => pg_opclass {oid} -NOTICE: checking pg_range {rngcanonical} => pg_proc {oid} -NOTICE: checking pg_range {rngsubdiff} => pg_proc {oid} -NOTICE: checking pg_transform {trftype} => pg_type {oid} -NOTICE: checking pg_transform {trflang} => pg_language {oid} -NOTICE: checking pg_transform {trffromsql} => pg_proc {oid} -NOTICE: checking pg_transform {trftosql} => pg_proc {oid} -NOTICE: checking pg_sequence {seqrelid} => pg_class {oid} -NOTICE: checking pg_sequence {seqtypid} => pg_type {oid} -NOTICE: checking pg_publication {pubowner} => pg_authid {oid} -NOTICE: checking pg_publication_namespace {pnpubid} => pg_publication {oid} -NOTICE: checking pg_publication_namespace {pnnspid} => pg_namespace {oid} -NOTICE: checking pg_publication_rel {prpubid} => pg_publication {oid} -NOTICE: checking pg_publication_rel {prrelid} => pg_class {oid} -NOTICE: checking pg_subscription {subdbid} => pg_database {oid} -NOTICE: checking pg_subscription {subowner} => pg_authid {oid} -NOTICE: checking pg_subscription_rel {srsubid} => pg_subscription {oid} -NOTICE: checking pg_subscription_rel {srrelid} => pg_class {oid} +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/event_trigger.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/event_trigger.out --- /tmp/cirrus-ci-build/src/test/regress/expected/event_trigger.out 2025-05-11 19:30:18.944075000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/event_trigger.out 2025-05-11 19:32:43.531631000 +0000 @@ -1,742 +1,2 @@ --- should fail, return type mismatch -create event trigger regress_event_trigger - on ddl_command_start - execute procedure pg_backend_pid(); -ERROR: function pg_backend_pid must return type event_trigger --- OK -create function test_event_trigger() returns event_trigger as $$ -BEGIN - RAISE NOTICE 'test_event_trigger: % %', tg_event, tg_tag; -END -$$ language plpgsql; --- should fail, can't call it as a plain function -SELECT test_event_trigger(); -ERROR: trigger functions can only be called as triggers -CONTEXT: compilation of PL/pgSQL function "test_event_trigger" near line 1 --- should fail, event triggers cannot have declared arguments -create function test_event_trigger_arg(name text) -returns event_trigger as $$ BEGIN RETURN 1; END $$ language plpgsql; -ERROR: event trigger functions cannot have declared arguments -CONTEXT: compilation of PL/pgSQL function "test_event_trigger_arg" near line 1 --- should fail, SQL functions cannot be event triggers -create function test_event_trigger_sql() returns event_trigger as $$ -SELECT 1 $$ language sql; -ERROR: SQL functions cannot return type event_trigger --- should fail, no elephant_bootstrap entry point -create event trigger regress_event_trigger on elephant_bootstrap - execute procedure test_event_trigger(); -ERROR: unrecognized event name "elephant_bootstrap" --- OK -create event trigger regress_event_trigger on ddl_command_start - execute procedure test_event_trigger(); --- OK -create event trigger regress_event_trigger_end on ddl_command_end - execute function test_event_trigger(); --- should fail, food is not a valid filter variable -create event trigger regress_event_trigger2 on ddl_command_start - when food in ('sandwich') - execute procedure test_event_trigger(); -ERROR: unrecognized filter variable "food" --- should fail, sandwich is not a valid command tag -create event trigger regress_event_trigger2 on ddl_command_start - when tag in ('sandwich') - execute procedure test_event_trigger(); -ERROR: filter value "sandwich" not recognized for filter variable "tag" --- should fail, create skunkcabbage is not a valid command tag -create event trigger regress_event_trigger2 on ddl_command_start - when tag in ('create table', 'create skunkcabbage') - execute procedure test_event_trigger(); -ERROR: filter value "create skunkcabbage" not recognized for filter variable "tag" --- should fail, can't have event triggers on event triggers -create event trigger regress_event_trigger2 on ddl_command_start - when tag in ('DROP EVENT TRIGGER') - execute procedure test_event_trigger(); -ERROR: event triggers are not supported for DROP EVENT TRIGGER --- should fail, can't have event triggers on global objects -create event trigger regress_event_trigger2 on ddl_command_start - when tag in ('CREATE ROLE') - execute procedure test_event_trigger(); -ERROR: event triggers are not supported for CREATE ROLE --- should fail, can't have event triggers on global objects -create event trigger regress_event_trigger2 on ddl_command_start - when tag in ('CREATE DATABASE') - execute procedure test_event_trigger(); -ERROR: event triggers are not supported for CREATE DATABASE --- should fail, can't have event triggers on global objects -create event trigger regress_event_trigger2 on ddl_command_start - when tag in ('CREATE TABLESPACE') - execute procedure test_event_trigger(); -ERROR: event triggers are not supported for CREATE TABLESPACE --- should fail, can't have same filter variable twice -create event trigger regress_event_trigger2 on ddl_command_start - when tag in ('create table') and tag in ('CREATE FUNCTION') - execute procedure test_event_trigger(); -ERROR: filter variable "tag" specified more than once --- should fail, can't have arguments -create event trigger regress_event_trigger2 on ddl_command_start - execute procedure test_event_trigger('argument not allowed'); -ERROR: syntax error at or near "'argument not allowed'" -LINE 2: execute procedure test_event_trigger('argument not allowe... - ^ --- OK -create event trigger regress_event_trigger2 on ddl_command_start - when tag in ('create table', 'CREATE FUNCTION') - execute procedure test_event_trigger(); --- OK -comment on event trigger regress_event_trigger is 'test comment'; --- drop as non-superuser should fail -create role regress_evt_user; -set role regress_evt_user; -create event trigger regress_event_trigger_noperms on ddl_command_start - execute procedure test_event_trigger(); -ERROR: permission denied to create event trigger "regress_event_trigger_noperms" -HINT: Must be superuser to create an event trigger. -reset role; --- test enabling and disabling -alter event trigger regress_event_trigger disable; --- fires _trigger2 and _trigger_end should fire, but not _trigger -create table event_trigger_fire1 (a int); -NOTICE: test_event_trigger: ddl_command_start CREATE TABLE -NOTICE: test_event_trigger: ddl_command_end CREATE TABLE -alter event trigger regress_event_trigger enable; -set session_replication_role = replica; --- fires nothing -create table event_trigger_fire2 (a int); -alter event trigger regress_event_trigger enable replica; --- fires only _trigger -create table event_trigger_fire3 (a int); -NOTICE: test_event_trigger: ddl_command_start CREATE TABLE -alter event trigger regress_event_trigger enable always; --- fires only _trigger -create table event_trigger_fire4 (a int); -NOTICE: test_event_trigger: ddl_command_start CREATE TABLE -reset session_replication_role; --- fires all three -create table event_trigger_fire5 (a int); -NOTICE: test_event_trigger: ddl_command_start CREATE TABLE -NOTICE: test_event_trigger: ddl_command_start CREATE TABLE -NOTICE: test_event_trigger: ddl_command_end CREATE TABLE --- non-top-level command -create function f1() returns int -language plpgsql -as $$ -begin - create table event_trigger_fire6 (a int); - return 0; -end $$; -NOTICE: test_event_trigger: ddl_command_start CREATE FUNCTION -NOTICE: test_event_trigger: ddl_command_start CREATE FUNCTION -NOTICE: test_event_trigger: ddl_command_end CREATE FUNCTION -select f1(); -NOTICE: test_event_trigger: ddl_command_start CREATE TABLE -NOTICE: test_event_trigger: ddl_command_start CREATE TABLE -NOTICE: test_event_trigger: ddl_command_end CREATE TABLE - f1 ----- - 0 -(1 row) - --- non-top-level command -create procedure p1() -language plpgsql -as $$ -begin - create table event_trigger_fire7 (a int); -end $$; -NOTICE: test_event_trigger: ddl_command_start CREATE PROCEDURE -NOTICE: test_event_trigger: ddl_command_end CREATE PROCEDURE -call p1(); -NOTICE: test_event_trigger: ddl_command_start CREATE TABLE -NOTICE: test_event_trigger: ddl_command_start CREATE TABLE -NOTICE: test_event_trigger: ddl_command_end CREATE TABLE --- clean up -alter event trigger regress_event_trigger disable; -drop table event_trigger_fire2, event_trigger_fire3, event_trigger_fire4, event_trigger_fire5, event_trigger_fire6, event_trigger_fire7; -NOTICE: test_event_trigger: ddl_command_end DROP TABLE -drop routine f1(), p1(); -NOTICE: test_event_trigger: ddl_command_end DROP ROUTINE --- regress_event_trigger_end should fire on these commands -grant all on table event_trigger_fire1 to public; -NOTICE: test_event_trigger: ddl_command_end GRANT -comment on table event_trigger_fire1 is 'here is a comment'; -NOTICE: test_event_trigger: ddl_command_end COMMENT -revoke all on table event_trigger_fire1 from public; -NOTICE: test_event_trigger: ddl_command_end REVOKE -drop table event_trigger_fire1; -NOTICE: test_event_trigger: ddl_command_end DROP TABLE -create foreign data wrapper useless; -NOTICE: test_event_trigger: ddl_command_end CREATE FOREIGN DATA WRAPPER -create server useless_server foreign data wrapper useless; -NOTICE: test_event_trigger: ddl_command_end CREATE SERVER -create user mapping for regress_evt_user server useless_server; -NOTICE: test_event_trigger: ddl_command_end CREATE USER MAPPING -alter default privileges for role regress_evt_user - revoke delete on tables from regress_evt_user; -NOTICE: test_event_trigger: ddl_command_end ALTER DEFAULT PRIVILEGES --- alter owner to non-superuser should fail -alter event trigger regress_event_trigger owner to regress_evt_user; -ERROR: permission denied to change owner of event trigger "regress_event_trigger" -HINT: The owner of an event trigger must be a superuser. --- alter owner to superuser should work -alter role regress_evt_user superuser; -alter event trigger regress_event_trigger owner to regress_evt_user; --- should fail, name collision -alter event trigger regress_event_trigger rename to regress_event_trigger2; -ERROR: event trigger "regress_event_trigger2" already exists --- OK -alter event trigger regress_event_trigger rename to regress_event_trigger3; --- should fail, doesn't exist any more -drop event trigger regress_event_trigger; -ERROR: event trigger "regress_event_trigger" does not exist --- should fail, regress_evt_user owns some objects -drop role regress_evt_user; -ERROR: role "regress_evt_user" cannot be dropped because some objects depend on it -DETAIL: owner of event trigger regress_event_trigger3 -owner of user mapping for regress_evt_user on server useless_server -owner of default privileges on new relations belonging to role regress_evt_user --- cleanup before next test --- these are all OK; the second one should emit a NOTICE -drop event trigger if exists regress_event_trigger2; -drop event trigger if exists regress_event_trigger2; -NOTICE: event trigger "regress_event_trigger2" does not exist, skipping -drop event trigger regress_event_trigger3; -drop event trigger regress_event_trigger_end; --- test support for dropped objects -CREATE SCHEMA schema_one authorization regress_evt_user; -CREATE SCHEMA schema_two authorization regress_evt_user; -CREATE SCHEMA audit_tbls authorization regress_evt_user; -CREATE TEMP TABLE a_temp_tbl (); -SET SESSION AUTHORIZATION regress_evt_user; -CREATE TABLE schema_one.table_one(a int); -CREATE TABLE schema_one."table two"(a int); -CREATE TABLE schema_one.table_three(a int); -CREATE TABLE audit_tbls.schema_one_table_two(the_value text); -CREATE TABLE schema_two.table_two(a int); -CREATE TABLE schema_two.table_three(a int, b text); -CREATE TABLE audit_tbls.schema_two_table_three(the_value text); -CREATE OR REPLACE FUNCTION schema_two.add(int, int) RETURNS int LANGUAGE plpgsql - CALLED ON NULL INPUT - AS $$ BEGIN RETURN coalesce($1,0) + coalesce($2,0); END; $$; -CREATE AGGREGATE schema_two.newton - (BASETYPE = int, SFUNC = schema_two.add, STYPE = int); -RESET SESSION AUTHORIZATION; -CREATE TABLE undroppable_objs ( - object_type text, - object_identity text -); -INSERT INTO undroppable_objs VALUES -('table', 'schema_one.table_three'), -('table', 'audit_tbls.schema_two_table_three'); -CREATE TABLE dropped_objects ( - type text, - schema text, - object text -); --- This tests errors raised within event triggers; the one in audit_tbls --- uses 2nd-level recursive invocation via test_evtrig_dropped_objects(). -CREATE OR REPLACE FUNCTION undroppable() RETURNS event_trigger -LANGUAGE plpgsql AS $$ -DECLARE - obj record; -BEGIN - PERFORM 1 FROM pg_tables WHERE tablename = 'undroppable_objs'; - IF NOT FOUND THEN - RAISE NOTICE 'table undroppable_objs not found, skipping'; - RETURN; - END IF; - FOR obj IN - SELECT * FROM pg_event_trigger_dropped_objects() JOIN - undroppable_objs USING (object_type, object_identity) - LOOP - RAISE EXCEPTION 'object % of type % cannot be dropped', - obj.object_identity, obj.object_type; - END LOOP; -END; -$$; -CREATE EVENT TRIGGER undroppable ON sql_drop - EXECUTE PROCEDURE undroppable(); -CREATE OR REPLACE FUNCTION test_evtrig_dropped_objects() RETURNS event_trigger -LANGUAGE plpgsql AS $$ -DECLARE - obj record; -BEGIN - FOR obj IN SELECT * FROM pg_event_trigger_dropped_objects() - LOOP - IF obj.object_type = 'table' THEN - EXECUTE format('DROP TABLE IF EXISTS audit_tbls.%I', - format('%s_%s', obj.schema_name, obj.object_name)); - END IF; - - INSERT INTO dropped_objects - (type, schema, object) VALUES - (obj.object_type, obj.schema_name, obj.object_identity); - END LOOP; -END -$$; -CREATE EVENT TRIGGER regress_event_trigger_drop_objects ON sql_drop - WHEN TAG IN ('drop table', 'drop function', 'drop view', - 'drop owned', 'drop schema', 'alter table') - EXECUTE PROCEDURE test_evtrig_dropped_objects(); -ALTER TABLE schema_one.table_one DROP COLUMN a; -DROP SCHEMA schema_one, schema_two CASCADE; -NOTICE: drop cascades to 7 other objects -DETAIL: drop cascades to table schema_two.table_two -drop cascades to table schema_two.table_three -drop cascades to function schema_two.add(integer,integer) -drop cascades to function schema_two.newton(integer) -drop cascades to table schema_one.table_one -drop cascades to table schema_one."table two" -drop cascades to table schema_one.table_three -NOTICE: table "schema_two_table_two" does not exist, skipping -NOTICE: table "audit_tbls_schema_two_table_three" does not exist, skipping -ERROR: object audit_tbls.schema_two_table_three of type table cannot be dropped -CONTEXT: PL/pgSQL function undroppable() line 14 at RAISE -SQL statement "DROP TABLE IF EXISTS audit_tbls.schema_two_table_three" -PL/pgSQL function test_evtrig_dropped_objects() line 8 at EXECUTE -DELETE FROM undroppable_objs WHERE object_identity = 'audit_tbls.schema_two_table_three'; -DROP SCHEMA schema_one, schema_two CASCADE; -NOTICE: drop cascades to 7 other objects -DETAIL: drop cascades to table schema_two.table_two -drop cascades to table schema_two.table_three -drop cascades to function schema_two.add(integer,integer) -drop cascades to function schema_two.newton(integer) -drop cascades to table schema_one.table_one -drop cascades to table schema_one."table two" -drop cascades to table schema_one.table_three -NOTICE: table "schema_two_table_two" does not exist, skipping -NOTICE: table "audit_tbls_schema_two_table_three" does not exist, skipping -NOTICE: table "schema_one_table_one" does not exist, skipping -NOTICE: table "schema_one_table two" does not exist, skipping -NOTICE: table "schema_one_table_three" does not exist, skipping -ERROR: object schema_one.table_three of type table cannot be dropped -CONTEXT: PL/pgSQL function undroppable() line 14 at RAISE -DELETE FROM undroppable_objs WHERE object_identity = 'schema_one.table_three'; -DROP SCHEMA schema_one, schema_two CASCADE; -NOTICE: drop cascades to 7 other objects -DETAIL: drop cascades to table schema_two.table_two -drop cascades to table schema_two.table_three -drop cascades to function schema_two.add(integer,integer) -drop cascades to function schema_two.newton(integer) -drop cascades to table schema_one.table_one -drop cascades to table schema_one."table two" -drop cascades to table schema_one.table_three -NOTICE: table "schema_two_table_two" does not exist, skipping -NOTICE: table "audit_tbls_schema_two_table_three" does not exist, skipping -NOTICE: table "schema_one_table_one" does not exist, skipping -NOTICE: table "schema_one_table two" does not exist, skipping -NOTICE: table "schema_one_table_three" does not exist, skipping -SELECT * FROM dropped_objects WHERE schema IS NULL OR schema <> 'pg_toast'; - type | schema | object ---------------+------------+------------------------------------- - table column | schema_one | schema_one.table_one.a - schema | | schema_two - table | schema_two | schema_two.table_two - type | schema_two | schema_two.table_two - type | schema_two | schema_two.table_two[] - table | audit_tbls | audit_tbls.schema_two_table_three - type | audit_tbls | audit_tbls.schema_two_table_three - type | audit_tbls | audit_tbls.schema_two_table_three[] - table | schema_two | schema_two.table_three - type | schema_two | schema_two.table_three - type | schema_two | schema_two.table_three[] - function | schema_two | schema_two.add(integer,integer) - aggregate | schema_two | schema_two.newton(integer) - schema | | schema_one - table | schema_one | schema_one.table_one - type | schema_one | schema_one.table_one - type | schema_one | schema_one.table_one[] - table | schema_one | schema_one."table two" - type | schema_one | schema_one."table two" - type | schema_one | schema_one."table two"[] - table | schema_one | schema_one.table_three - type | schema_one | schema_one.table_three - type | schema_one | schema_one.table_three[] -(23 rows) - -DROP OWNED BY regress_evt_user; -NOTICE: schema "audit_tbls" does not exist, skipping -SELECT * FROM dropped_objects WHERE type = 'schema'; - type | schema | object ---------+--------+------------ - schema | | schema_two - schema | | schema_one - schema | | audit_tbls -(3 rows) - -DROP ROLE regress_evt_user; -DROP EVENT TRIGGER regress_event_trigger_drop_objects; -DROP EVENT TRIGGER undroppable; --- Event triggers on relations. -CREATE OR REPLACE FUNCTION event_trigger_report_dropped() - RETURNS event_trigger - LANGUAGE plpgsql -AS $$ -DECLARE r record; -BEGIN - FOR r IN SELECT * from pg_event_trigger_dropped_objects() - LOOP - IF NOT r.normal AND NOT r.original THEN - CONTINUE; - END IF; - RAISE NOTICE 'NORMAL: orig=% normal=% istemp=% type=% identity=% name=% args=%', - r.original, r.normal, r.is_temporary, r.object_type, - r.object_identity, r.address_names, r.address_args; - END LOOP; -END; $$; -CREATE EVENT TRIGGER regress_event_trigger_report_dropped ON sql_drop - EXECUTE PROCEDURE event_trigger_report_dropped(); -CREATE OR REPLACE FUNCTION event_trigger_report_end() - RETURNS event_trigger - LANGUAGE plpgsql -AS $$ -DECLARE r RECORD; -BEGIN - FOR r IN SELECT * FROM pg_event_trigger_ddl_commands() - LOOP - RAISE NOTICE 'END: command_tag=% type=% identity=%', - r.command_tag, r.object_type, r.object_identity; - END LOOP; -END; $$; -CREATE EVENT TRIGGER regress_event_trigger_report_end ON ddl_command_end - EXECUTE PROCEDURE event_trigger_report_end(); -CREATE SCHEMA evttrig - CREATE TABLE one (col_a SERIAL PRIMARY KEY, col_b text DEFAULT 'forty two', col_c SERIAL) - CREATE INDEX one_idx ON one (col_b) - CREATE TABLE two (col_c INTEGER CHECK (col_c > 0) REFERENCES one DEFAULT 42) - CREATE TABLE id (col_d int NOT NULL GENERATED ALWAYS AS IDENTITY); -NOTICE: END: command_tag=CREATE SCHEMA type=schema identity=evttrig -NOTICE: END: command_tag=CREATE SEQUENCE type=sequence identity=evttrig.one_col_a_seq -NOTICE: END: command_tag=CREATE SEQUENCE type=sequence identity=evttrig.one_col_c_seq -NOTICE: END: command_tag=CREATE TABLE type=table identity=evttrig.one -NOTICE: END: command_tag=CREATE INDEX type=index identity=evttrig.one_pkey -NOTICE: END: command_tag=ALTER SEQUENCE type=sequence identity=evttrig.one_col_a_seq -NOTICE: END: command_tag=ALTER SEQUENCE type=sequence identity=evttrig.one_col_c_seq -NOTICE: END: command_tag=CREATE TABLE type=table identity=evttrig.two -NOTICE: END: command_tag=ALTER TABLE type=table identity=evttrig.two -NOTICE: END: command_tag=CREATE SEQUENCE type=sequence identity=evttrig.id_col_d_seq -NOTICE: END: command_tag=CREATE TABLE type=table identity=evttrig.id -NOTICE: END: command_tag=ALTER SEQUENCE type=sequence identity=evttrig.id_col_d_seq -NOTICE: END: command_tag=CREATE INDEX type=index identity=evttrig.one_idx --- Partitioned tables with a partitioned index -CREATE TABLE evttrig.parted ( - id int PRIMARY KEY) - PARTITION BY RANGE (id); -NOTICE: END: command_tag=CREATE TABLE type=table identity=evttrig.parted -NOTICE: END: command_tag=CREATE INDEX type=index identity=evttrig.parted_pkey -CREATE TABLE evttrig.part_1_10 PARTITION OF evttrig.parted (id) - FOR VALUES FROM (1) TO (10); -NOTICE: END: command_tag=CREATE TABLE type=table identity=evttrig.part_1_10 -CREATE TABLE evttrig.part_10_20 PARTITION OF evttrig.parted (id) - FOR VALUES FROM (10) TO (20) PARTITION BY RANGE (id); -NOTICE: END: command_tag=CREATE TABLE type=table identity=evttrig.part_10_20 -CREATE TABLE evttrig.part_10_15 PARTITION OF evttrig.part_10_20 (id) - FOR VALUES FROM (10) TO (15); -NOTICE: END: command_tag=CREATE TABLE type=table identity=evttrig.part_10_15 -CREATE TABLE evttrig.part_15_20 PARTITION OF evttrig.part_10_20 (id) - FOR VALUES FROM (15) TO (20); -NOTICE: END: command_tag=CREATE TABLE type=table identity=evttrig.part_15_20 -ALTER TABLE evttrig.two DROP COLUMN col_c; -NOTICE: NORMAL: orig=t normal=f istemp=f type=table column identity=evttrig.two.col_c name={evttrig,two,col_c} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=table constraint identity=two_col_c_check on evttrig.two name={evttrig,two,two_col_c_check} args={} -NOTICE: END: command_tag=ALTER TABLE type=table identity=evttrig.two -ALTER TABLE evttrig.one ALTER COLUMN col_b DROP DEFAULT; -NOTICE: NORMAL: orig=t normal=f istemp=f type=default value identity=for evttrig.one.col_b name={evttrig,one,col_b} args={} -NOTICE: END: command_tag=ALTER TABLE type=table identity=evttrig.one -ALTER TABLE evttrig.one DROP CONSTRAINT one_pkey; -NOTICE: NORMAL: orig=t normal=f istemp=f type=table constraint identity=one_pkey on evttrig.one name={evttrig,one,one_pkey} args={} -NOTICE: END: command_tag=ALTER TABLE type=table identity=evttrig.one -ALTER TABLE evttrig.one DROP COLUMN col_c; -NOTICE: NORMAL: orig=t normal=f istemp=f type=table column identity=evttrig.one.col_c name={evttrig,one,col_c} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=default value identity=for evttrig.one.col_c name={evttrig,one,col_c} args={} -NOTICE: END: command_tag=ALTER TABLE type=table identity=evttrig.one -ALTER TABLE evttrig.id ALTER COLUMN col_d SET DATA TYPE bigint; -NOTICE: END: command_tag=ALTER SEQUENCE type=sequence identity=evttrig.id_col_d_seq -NOTICE: END: command_tag=ALTER TABLE type=table identity=evttrig.id -ALTER TABLE evttrig.id ALTER COLUMN col_d DROP IDENTITY, - ALTER COLUMN col_d SET DATA TYPE int; -NOTICE: END: command_tag=ALTER TABLE type=table identity=evttrig.id -DROP INDEX evttrig.one_idx; -NOTICE: NORMAL: orig=t normal=f istemp=f type=index identity=evttrig.one_idx name={evttrig,one_idx} args={} -DROP SCHEMA evttrig CASCADE; -NOTICE: drop cascades to 4 other objects -DETAIL: drop cascades to table evttrig.one -drop cascades to table evttrig.two -drop cascades to table evttrig.id -drop cascades to table evttrig.parted -NOTICE: NORMAL: orig=t normal=f istemp=f type=schema identity=evttrig name={evttrig} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=table identity=evttrig.one name={evttrig,one} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=sequence identity=evttrig.one_col_a_seq name={evttrig,one_col_a_seq} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=default value identity=for evttrig.one.col_a name={evttrig,one,col_a} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=table identity=evttrig.two name={evttrig,two} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=table identity=evttrig.id name={evttrig,id} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=table identity=evttrig.parted name={evttrig,parted} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=table identity=evttrig.part_1_10 name={evttrig,part_1_10} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=table identity=evttrig.part_10_20 name={evttrig,part_10_20} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=table identity=evttrig.part_10_15 name={evttrig,part_10_15} args={} -NOTICE: NORMAL: orig=f normal=t istemp=f type=table identity=evttrig.part_15_20 name={evttrig,part_15_20} args={} -DROP TABLE a_temp_tbl; -NOTICE: NORMAL: orig=t normal=f istemp=t type=table identity=pg_temp.a_temp_tbl name={pg_temp,a_temp_tbl} args={} --- CREATE OPERATOR CLASS without FAMILY clause should report --- both CREATE OPERATOR FAMILY and CREATE OPERATOR CLASS -CREATE OPERATOR CLASS evttrigopclass FOR TYPE int USING btree AS STORAGE int; -NOTICE: END: command_tag=CREATE OPERATOR FAMILY type=operator family identity=public.evttrigopclass USING btree -NOTICE: END: command_tag=CREATE OPERATOR CLASS type=operator class identity=public.evttrigopclass USING btree -DROP EVENT TRIGGER regress_event_trigger_report_dropped; -DROP EVENT TRIGGER regress_event_trigger_report_end; --- only allowed from within an event trigger function, should fail -select pg_event_trigger_table_rewrite_oid(); -ERROR: pg_event_trigger_table_rewrite_oid() can only be called in a table_rewrite event trigger function --- test Table Rewrite Event Trigger -CREATE OR REPLACE FUNCTION test_evtrig_no_rewrite() RETURNS event_trigger -LANGUAGE plpgsql AS $$ -BEGIN - RAISE EXCEPTION 'rewrites not allowed'; -END; -$$; -create event trigger no_rewrite_allowed on table_rewrite - execute procedure test_evtrig_no_rewrite(); -create table rewriteme (id serial primary key, foo float, bar timestamptz); -insert into rewriteme - select x * 1.001 from generate_series(1, 500) as t(x); -alter table rewriteme alter column foo type numeric; -ERROR: rewrites not allowed -CONTEXT: PL/pgSQL function test_evtrig_no_rewrite() line 3 at RAISE -alter table rewriteme add column baz int default 0; --- test with more than one reason to rewrite a single table -CREATE OR REPLACE FUNCTION test_evtrig_no_rewrite() RETURNS event_trigger -LANGUAGE plpgsql AS $$ -BEGIN - RAISE NOTICE 'Table ''%'' is being rewritten (reason = %)', - pg_event_trigger_table_rewrite_oid()::regclass, - pg_event_trigger_table_rewrite_reason(); -END; -$$; -alter table rewriteme - add column onemore int default 0, - add column another int default -1, - alter column foo type numeric(10,4); -NOTICE: Table 'rewriteme' is being rewritten (reason = 4) --- matview rewrite when changing access method -CREATE MATERIALIZED VIEW heapmv USING heap AS SELECT 1 AS a; -ALTER MATERIALIZED VIEW heapmv SET ACCESS METHOD heap2; -NOTICE: Table 'heapmv' is being rewritten (reason = 8) -DROP MATERIALIZED VIEW heapmv; --- shouldn't trigger a table_rewrite event -alter table rewriteme alter column foo type numeric(12,4); -begin; -set timezone to 'UTC'; -alter table rewriteme alter column bar type timestamp; -set timezone to '0'; -alter table rewriteme alter column bar type timestamptz; -set timezone to 'Europe/London'; -alter table rewriteme alter column bar type timestamp; -- does rewrite -NOTICE: Table 'rewriteme' is being rewritten (reason = 4) -rollback; --- typed tables are rewritten when their type changes. Don't emit table --- name, because firing order is not stable. -CREATE OR REPLACE FUNCTION test_evtrig_no_rewrite() RETURNS event_trigger -LANGUAGE plpgsql AS $$ -BEGIN - RAISE NOTICE 'Table is being rewritten (reason = %)', - pg_event_trigger_table_rewrite_reason(); -END; -$$; -create type rewritetype as (a int); -create table rewritemetoo1 of rewritetype; -create table rewritemetoo2 of rewritetype; -alter type rewritetype alter attribute a type text cascade; -NOTICE: Table is being rewritten (reason = 4) -NOTICE: Table is being rewritten (reason = 4) --- but this doesn't work -create table rewritemetoo3 (a rewritetype); -alter type rewritetype alter attribute a type varchar cascade; -ERROR: cannot alter type "rewritetype" because column "rewritemetoo3.a" uses it -drop table rewriteme; -drop event trigger no_rewrite_allowed; -drop function test_evtrig_no_rewrite(); --- Tests for REINDEX -CREATE OR REPLACE FUNCTION reindex_start_command() -RETURNS event_trigger AS $$ -BEGIN - RAISE NOTICE 'REINDEX START: % %', tg_event, tg_tag; -END; -$$ LANGUAGE plpgsql; -CREATE EVENT TRIGGER regress_reindex_start ON ddl_command_start - WHEN TAG IN ('REINDEX') - EXECUTE PROCEDURE reindex_start_command(); -CREATE FUNCTION reindex_end_command() -RETURNS event_trigger AS $$ -DECLARE - obj record; -BEGIN - FOR obj IN SELECT * FROM pg_event_trigger_ddl_commands() - LOOP - RAISE NOTICE 'REINDEX END: command_tag=% type=% identity=%', - obj.command_tag, obj.object_type, obj.object_identity; - END LOOP; -END; -$$ LANGUAGE plpgsql; -CREATE EVENT TRIGGER regress_reindex_end ON ddl_command_end - WHEN TAG IN ('REINDEX') - EXECUTE PROCEDURE reindex_end_command(); --- Extra event to force the use of a snapshot. -CREATE FUNCTION reindex_end_command_snap() RETURNS EVENT_TRIGGER - AS $$ BEGIN PERFORM 1; END $$ LANGUAGE plpgsql; -CREATE EVENT TRIGGER regress_reindex_end_snap ON ddl_command_end - EXECUTE FUNCTION reindex_end_command_snap(); --- With simple relation -CREATE TABLE concur_reindex_tab (c1 int); -CREATE INDEX concur_reindex_ind ON concur_reindex_tab (c1); --- Both start and end triggers enabled. -REINDEX INDEX concur_reindex_ind; -NOTICE: REINDEX START: ddl_command_start REINDEX -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=public.concur_reindex_ind -REINDEX TABLE concur_reindex_tab; -NOTICE: REINDEX START: ddl_command_start REINDEX -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=public.concur_reindex_ind -REINDEX INDEX CONCURRENTLY concur_reindex_ind; -NOTICE: REINDEX START: ddl_command_start REINDEX -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=public.concur_reindex_ind -REINDEX TABLE CONCURRENTLY concur_reindex_tab; -NOTICE: REINDEX START: ddl_command_start REINDEX -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=public.concur_reindex_ind --- with start trigger disabled. -ALTER EVENT TRIGGER regress_reindex_start DISABLE; -REINDEX INDEX concur_reindex_ind; -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=public.concur_reindex_ind -REINDEX INDEX CONCURRENTLY concur_reindex_ind; -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=public.concur_reindex_ind --- without an index -DROP INDEX concur_reindex_ind; -REINDEX TABLE concur_reindex_tab; -NOTICE: table "concur_reindex_tab" has no indexes to reindex -REINDEX TABLE CONCURRENTLY concur_reindex_tab; -NOTICE: table "concur_reindex_tab" has no indexes that can be reindexed concurrently --- With a Schema -CREATE SCHEMA concur_reindex_schema; --- No indexes -REINDEX SCHEMA concur_reindex_schema; -REINDEX SCHEMA CONCURRENTLY concur_reindex_schema; -CREATE TABLE concur_reindex_schema.tab (a int); -CREATE INDEX ind ON concur_reindex_schema.tab (a); --- One index reported -REINDEX SCHEMA concur_reindex_schema; -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=concur_reindex_schema.ind -REINDEX SCHEMA CONCURRENTLY concur_reindex_schema; -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=concur_reindex_schema.ind --- One table on schema but no indexes -DROP INDEX concur_reindex_schema.ind; -REINDEX SCHEMA concur_reindex_schema; -REINDEX SCHEMA CONCURRENTLY concur_reindex_schema; -DROP SCHEMA concur_reindex_schema CASCADE; -NOTICE: drop cascades to table concur_reindex_schema.tab --- With a partitioned table, and nothing else. -CREATE TABLE concur_reindex_part (id int) PARTITION BY RANGE (id); -REINDEX TABLE concur_reindex_part; -REINDEX TABLE CONCURRENTLY concur_reindex_part; --- Partition that would be reindexed, still nothing. -CREATE TABLE concur_reindex_child PARTITION OF concur_reindex_part - FOR VALUES FROM (0) TO (10); -REINDEX TABLE concur_reindex_part; -REINDEX TABLE CONCURRENTLY concur_reindex_part; --- Now add some indexes. -CREATE INDEX concur_reindex_partidx ON concur_reindex_part (id); -REINDEX INDEX concur_reindex_partidx; -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=public.concur_reindex_child_id_idx -REINDEX INDEX CONCURRENTLY concur_reindex_partidx; -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=public.concur_reindex_child_id_idx -REINDEX TABLE concur_reindex_part; -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=public.concur_reindex_child_id_idx -REINDEX TABLE CONCURRENTLY concur_reindex_part; -NOTICE: REINDEX END: command_tag=REINDEX type=index identity=public.concur_reindex_child_id_idx -DROP TABLE concur_reindex_part; --- Clean up -DROP EVENT TRIGGER regress_reindex_start; -DROP EVENT TRIGGER regress_reindex_end; -DROP EVENT TRIGGER regress_reindex_end_snap; -DROP FUNCTION reindex_end_command(); -DROP FUNCTION reindex_end_command_snap(); -DROP FUNCTION reindex_start_command(); -DROP TABLE concur_reindex_tab; --- test Row Security Event Trigger -RESET SESSION AUTHORIZATION; -CREATE TABLE event_trigger_test (a integer, b text); -CREATE OR REPLACE FUNCTION start_command() -RETURNS event_trigger AS $$ -BEGIN -RAISE NOTICE '% - ddl_command_start', tg_tag; -END; -$$ LANGUAGE plpgsql; -CREATE OR REPLACE FUNCTION end_command() -RETURNS event_trigger AS $$ -BEGIN -RAISE NOTICE '% - ddl_command_end', tg_tag; -END; -$$ LANGUAGE plpgsql; -CREATE OR REPLACE FUNCTION drop_sql_command() -RETURNS event_trigger AS $$ -BEGIN -RAISE NOTICE '% - sql_drop', tg_tag; -END; -$$ LANGUAGE plpgsql; -CREATE EVENT TRIGGER start_rls_command ON ddl_command_start - WHEN TAG IN ('CREATE POLICY', 'ALTER POLICY', 'DROP POLICY') EXECUTE PROCEDURE start_command(); -CREATE EVENT TRIGGER end_rls_command ON ddl_command_end - WHEN TAG IN ('CREATE POLICY', 'ALTER POLICY', 'DROP POLICY') EXECUTE PROCEDURE end_command(); -CREATE EVENT TRIGGER sql_drop_command ON sql_drop - WHEN TAG IN ('DROP POLICY') EXECUTE PROCEDURE drop_sql_command(); -CREATE POLICY p1 ON event_trigger_test USING (FALSE); -NOTICE: CREATE POLICY - ddl_command_start -NOTICE: CREATE POLICY - ddl_command_end -ALTER POLICY p1 ON event_trigger_test USING (TRUE); -NOTICE: ALTER POLICY - ddl_command_start -NOTICE: ALTER POLICY - ddl_command_end -ALTER POLICY p1 ON event_trigger_test RENAME TO p2; -NOTICE: ALTER POLICY - ddl_command_start -NOTICE: ALTER POLICY - ddl_command_end -DROP POLICY p2 ON event_trigger_test; -NOTICE: DROP POLICY - ddl_command_start -NOTICE: DROP POLICY - sql_drop -NOTICE: DROP POLICY - ddl_command_end --- Check the object addresses of all the event triggers. -SELECT - e.evtname, - pg_describe_object('pg_event_trigger'::regclass, e.oid, 0) as descr, - b.type, b.object_names, b.object_args, - pg_identify_object(a.classid, a.objid, a.objsubid) as ident - FROM pg_event_trigger as e, - LATERAL pg_identify_object_as_address('pg_event_trigger'::regclass, e.oid, 0) as b, - LATERAL pg_get_object_address(b.type, b.object_names, b.object_args) as a - ORDER BY e.evtname; - evtname | descr | type | object_names | object_args | ident --------------------+---------------------------------+---------------+---------------------+-------------+-------------------------------------------------------- - end_rls_command | event trigger end_rls_command | event trigger | {end_rls_command} | {} | ("event trigger",,end_rls_command,end_rls_command) - sql_drop_command | event trigger sql_drop_command | event trigger | {sql_drop_command} | {} | ("event trigger",,sql_drop_command,sql_drop_command) - start_rls_command | event trigger start_rls_command | event trigger | {start_rls_command} | {} | ("event trigger",,start_rls_command,start_rls_command) -(3 rows) - -DROP EVENT TRIGGER start_rls_command; -DROP EVENT TRIGGER end_rls_command; -DROP EVENT TRIGGER sql_drop_command; --- Check the GUC for disabling event triggers -CREATE FUNCTION test_event_trigger_guc() RETURNS event_trigger -LANGUAGE plpgsql AS $$ -DECLARE - obj record; -BEGIN - FOR obj IN SELECT * FROM pg_event_trigger_dropped_objects() - LOOP - RAISE NOTICE '% dropped %', tg_tag, obj.object_type; - END LOOP; -END; -$$; -CREATE EVENT TRIGGER test_event_trigger_guc - ON sql_drop - WHEN TAG IN ('DROP POLICY') EXECUTE FUNCTION test_event_trigger_guc(); -SET event_triggers = 'on'; -CREATE POLICY pguc ON event_trigger_test USING (FALSE); -DROP POLICY pguc ON event_trigger_test; -NOTICE: DROP POLICY dropped policy -CREATE POLICY pguc ON event_trigger_test USING (FALSE); -SET event_triggers = 'off'; -DROP POLICY pguc ON event_trigger_test; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/event_trigger_login.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/event_trigger_login.out --- /tmp/cirrus-ci-build/src/test/regress/expected/event_trigger_login.out 2025-05-11 19:30:18.944131000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/event_trigger_login.out 2025-05-11 19:32:43.551970000 +0000 @@ -1,39 +1,2 @@ --- Login event triggers -CREATE TABLE user_logins(id serial, who text); -GRANT SELECT ON user_logins TO public; -CREATE FUNCTION on_login_proc() RETURNS event_trigger AS $$ -BEGIN - INSERT INTO user_logins (who) VALUES (SESSION_USER); - RAISE NOTICE 'You are welcome!'; -END; -$$ LANGUAGE plpgsql; -CREATE EVENT TRIGGER on_login_trigger ON login EXECUTE PROCEDURE on_login_proc(); -ALTER EVENT TRIGGER on_login_trigger ENABLE ALWAYS; -\c -NOTICE: You are welcome! -SELECT COUNT(*) FROM user_logins; - count -------- - 1 -(1 row) - -\c -NOTICE: You are welcome! -SELECT COUNT(*) FROM user_logins; - count -------- - 2 -(1 row) - --- Check dathasloginevt in system catalog -SELECT dathasloginevt FROM pg_database WHERE datname= :'DBNAME'; - dathasloginevt ----------------- - t -(1 row) - --- Cleanup -DROP TABLE user_logins; -DROP EVENT TRIGGER on_login_trigger; -DROP FUNCTION on_login_proc(); -\c +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/fast_default.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/fast_default.out --- /tmp/cirrus-ci-build/src/test/regress/expected/fast_default.out 2025-05-11 19:30:18.944984000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/fast_default.out 2025-05-11 19:32:43.561086000 +0000 @@ -1,938 +1,2 @@ --- --- ALTER TABLE ADD COLUMN DEFAULT test --- -SET search_path = fast_default; -CREATE SCHEMA fast_default; -CREATE TABLE m(id OID); -INSERT INTO m VALUES (NULL::OID); -CREATE FUNCTION set(tabname name) RETURNS VOID -AS $$ -BEGIN - UPDATE m - SET id = (SELECT c.relfilenode - FROM pg_class AS c, pg_namespace AS s - WHERE c.relname = tabname - AND c.relnamespace = s.oid - AND s.nspname = 'fast_default'); -END; -$$ LANGUAGE 'plpgsql'; -CREATE FUNCTION comp() RETURNS TEXT -AS $$ -BEGIN - RETURN (SELECT CASE - WHEN m.id = c.relfilenode THEN 'Unchanged' - ELSE 'Rewritten' - END - FROM m, pg_class AS c, pg_namespace AS s - WHERE c.relname = 't' - AND c.relnamespace = s.oid - AND s.nspname = 'fast_default'); -END; -$$ LANGUAGE 'plpgsql'; -CREATE FUNCTION log_rewrite() RETURNS event_trigger -LANGUAGE plpgsql as -$func$ - -declare - this_schema text; -begin - select into this_schema relnamespace::regnamespace::text - from pg_class - where oid = pg_event_trigger_table_rewrite_oid(); - if this_schema = 'fast_default' - then - RAISE NOTICE 'rewriting table % for reason %', - pg_event_trigger_table_rewrite_oid()::regclass, - pg_event_trigger_table_rewrite_reason(); - end if; -end; -$func$; -CREATE TABLE has_volatile AS -SELECT * FROM generate_series(1,10) id; -CREATE EVENT TRIGGER has_volatile_rewrite - ON table_rewrite - EXECUTE PROCEDURE log_rewrite(); --- only the last of these should trigger a rewrite -ALTER TABLE has_volatile ADD col1 int; -ALTER TABLE has_volatile ADD col2 int DEFAULT 1; -ALTER TABLE has_volatile ADD col3 timestamptz DEFAULT current_timestamp; -ALTER TABLE has_volatile ADD col4 int DEFAULT (random() * 10000)::int; -NOTICE: rewriting table has_volatile for reason 2 --- virtual generated columns don't need a rewrite -ALTER TABLE has_volatile ADD col5 int GENERATED ALWAYS AS (tableoid::int + col2) VIRTUAL; -ALTER TABLE has_volatile ALTER COLUMN col5 TYPE float8; -ALTER TABLE has_volatile ALTER COLUMN col5 TYPE numeric; -ALTER TABLE has_volatile ALTER COLUMN col5 TYPE numeric; --- here, we do need a rewrite -ALTER TABLE has_volatile ALTER COLUMN col1 SET DATA TYPE float8, - ADD COLUMN col6 float8 GENERATED ALWAYS AS (col1 * 4) VIRTUAL; -NOTICE: rewriting table has_volatile for reason 4 --- stored generated columns need a rewrite -ALTER TABLE has_volatile ADD col7 int GENERATED ALWAYS AS (55) stored; -NOTICE: rewriting table has_volatile for reason 2 --- Test a large sample of different datatypes -CREATE TABLE T(pk INT NOT NULL PRIMARY KEY, c_int INT DEFAULT 1); -SELECT set('t'); - set ------ - -(1 row) - -INSERT INTO T VALUES (1), (2); -ALTER TABLE T ADD COLUMN c_bpchar BPCHAR(5) DEFAULT 'hello', - ALTER COLUMN c_int SET DEFAULT 2; -INSERT INTO T VALUES (3), (4); -ALTER TABLE T ADD COLUMN c_text TEXT DEFAULT 'world', - ALTER COLUMN c_bpchar SET DEFAULT 'dog'; -INSERT INTO T VALUES (5), (6); -ALTER TABLE T ADD COLUMN c_date DATE DEFAULT '2016-06-02', - ALTER COLUMN c_text SET DEFAULT 'cat'; -INSERT INTO T VALUES (7), (8); -ALTER TABLE T ADD COLUMN c_timestamp TIMESTAMP DEFAULT '2016-09-01 12:00:00', - ADD COLUMN c_timestamp_null TIMESTAMP, - ALTER COLUMN c_date SET DEFAULT '2010-01-01'; -INSERT INTO T VALUES (9), (10); -ALTER TABLE T ADD COLUMN c_array TEXT[] - DEFAULT '{"This", "is", "the", "real", "world"}', - ALTER COLUMN c_timestamp SET DEFAULT '1970-12-31 11:12:13', - ALTER COLUMN c_timestamp_null SET DEFAULT '2016-09-29 12:00:00'; -INSERT INTO T VALUES (11), (12); -ALTER TABLE T ADD COLUMN c_small SMALLINT DEFAULT -5, - ADD COLUMN c_small_null SMALLINT, - ALTER COLUMN c_array - SET DEFAULT '{"This", "is", "no", "fantasy"}'; -INSERT INTO T VALUES (13), (14); -ALTER TABLE T ADD COLUMN c_big BIGINT DEFAULT 180000000000018, - ALTER COLUMN c_small SET DEFAULT 9, - ALTER COLUMN c_small_null SET DEFAULT 13; -INSERT INTO T VALUES (15), (16); -ALTER TABLE T ADD COLUMN c_num NUMERIC DEFAULT 1.00000000001, - ALTER COLUMN c_big SET DEFAULT -9999999999999999; -INSERT INTO T VALUES (17), (18); -ALTER TABLE T ADD COLUMN c_time TIME DEFAULT '12:00:00', - ALTER COLUMN c_num SET DEFAULT 2.000000000000002; -INSERT INTO T VALUES (19), (20); -ALTER TABLE T ADD COLUMN c_interval INTERVAL DEFAULT '1 day', - ALTER COLUMN c_time SET DEFAULT '23:59:59'; -INSERT INTO T VALUES (21), (22); -ALTER TABLE T ADD COLUMN c_hugetext TEXT DEFAULT repeat('abcdefg',1000), - ALTER COLUMN c_interval SET DEFAULT '3 hours'; -INSERT INTO T VALUES (23), (24); -ALTER TABLE T ALTER COLUMN c_interval DROP DEFAULT, - ALTER COLUMN c_hugetext SET DEFAULT repeat('poiuyt', 1000); -INSERT INTO T VALUES (25), (26); -ALTER TABLE T ALTER COLUMN c_bpchar DROP DEFAULT, - ALTER COLUMN c_date DROP DEFAULT, - ALTER COLUMN c_text DROP DEFAULT, - ALTER COLUMN c_timestamp DROP DEFAULT, - ALTER COLUMN c_array DROP DEFAULT, - ALTER COLUMN c_small DROP DEFAULT, - ALTER COLUMN c_big DROP DEFAULT, - ALTER COLUMN c_num DROP DEFAULT, - ALTER COLUMN c_time DROP DEFAULT, - ALTER COLUMN c_hugetext DROP DEFAULT; -INSERT INTO T VALUES (27), (28); -SELECT pk, c_int, c_bpchar, c_text, c_date, c_timestamp, - c_timestamp_null, c_array, c_small, c_small_null, - c_big, c_num, c_time, c_interval, - c_hugetext = repeat('abcdefg',1000) as c_hugetext_origdef, - c_hugetext = repeat('poiuyt', 1000) as c_hugetext_newdef -FROM T ORDER BY pk; - pk | c_int | c_bpchar | c_text | c_date | c_timestamp | c_timestamp_null | c_array | c_small | c_small_null | c_big | c_num | c_time | c_interval | c_hugetext_origdef | c_hugetext_newdef -----+-------+----------+--------+------------+--------------------------+--------------------------+--------------------------+---------+--------------+-------------------+-------------------+----------+------------+--------------------+------------------- - 1 | 1 | hello | world | 06-02-2016 | Thu Sep 01 12:00:00 2016 | | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 2 | 1 | hello | world | 06-02-2016 | Thu Sep 01 12:00:00 2016 | | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 3 | 2 | hello | world | 06-02-2016 | Thu Sep 01 12:00:00 2016 | | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 4 | 2 | hello | world | 06-02-2016 | Thu Sep 01 12:00:00 2016 | | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 5 | 2 | dog | world | 06-02-2016 | Thu Sep 01 12:00:00 2016 | | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 6 | 2 | dog | world | 06-02-2016 | Thu Sep 01 12:00:00 2016 | | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 7 | 2 | dog | cat | 06-02-2016 | Thu Sep 01 12:00:00 2016 | | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 8 | 2 | dog | cat | 06-02-2016 | Thu Sep 01 12:00:00 2016 | | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 9 | 2 | dog | cat | 01-01-2010 | Thu Sep 01 12:00:00 2016 | | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 10 | 2 | dog | cat | 01-01-2010 | Thu Sep 01 12:00:00 2016 | | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 11 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 12 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,the,real,world} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 13 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 14 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | -5 | | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 15 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 16 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | 180000000000018 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 17 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | -9999999999999999 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 18 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | -9999999999999999 | 1.00000000001 | 12:00:00 | @ 1 day | t | f - 19 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | -9999999999999999 | 2.000000000000002 | 12:00:00 | @ 1 day | t | f - 20 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | -9999999999999999 | 2.000000000000002 | 12:00:00 | @ 1 day | t | f - 21 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | -9999999999999999 | 2.000000000000002 | 23:59:59 | @ 1 day | t | f - 22 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | -9999999999999999 | 2.000000000000002 | 23:59:59 | @ 1 day | t | f - 23 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | -9999999999999999 | 2.000000000000002 | 23:59:59 | @ 3 hours | t | f - 24 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | -9999999999999999 | 2.000000000000002 | 23:59:59 | @ 3 hours | t | f - 25 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | -9999999999999999 | 2.000000000000002 | 23:59:59 | | f | t - 26 | 2 | dog | cat | 01-01-2010 | Thu Dec 31 11:12:13 1970 | Thu Sep 29 12:00:00 2016 | {This,is,no,fantasy} | 9 | 13 | -9999999999999999 | 2.000000000000002 | 23:59:59 | | f | t - 27 | 2 | | | | | Thu Sep 29 12:00:00 2016 | | | 13 | | | | | | - 28 | 2 | | | | | Thu Sep 29 12:00:00 2016 | | | 13 | | | | | | -(28 rows) - -SELECT comp(); - comp ------------ - Unchanged -(1 row) - -DROP TABLE T; --- Test expressions in the defaults -CREATE OR REPLACE FUNCTION foo(a INT) RETURNS TEXT AS $$ -DECLARE res TEXT := ''; - i INT; -BEGIN - i := 0; - WHILE (i < a) LOOP - res := res || chr(ascii('a') + i); - i := i + 1; - END LOOP; - RETURN res; -END; $$ LANGUAGE PLPGSQL STABLE; -CREATE TABLE T(pk INT NOT NULL PRIMARY KEY, c_int INT DEFAULT LENGTH(foo(6))); -SELECT set('t'); - set ------ - -(1 row) - -INSERT INTO T VALUES (1), (2); -ALTER TABLE T ADD COLUMN c_bpchar BPCHAR(5) DEFAULT foo(4), - ALTER COLUMN c_int SET DEFAULT LENGTH(foo(8)); -INSERT INTO T VALUES (3), (4); -ALTER TABLE T ADD COLUMN c_text TEXT DEFAULT foo(6), - ALTER COLUMN c_bpchar SET DEFAULT foo(3); -INSERT INTO T VALUES (5), (6); -ALTER TABLE T ADD COLUMN c_date DATE - DEFAULT '2016-06-02'::DATE + LENGTH(foo(10)), - ALTER COLUMN c_text SET DEFAULT foo(12); -INSERT INTO T VALUES (7), (8); -ALTER TABLE T ADD COLUMN c_timestamp TIMESTAMP - DEFAULT '2016-09-01'::DATE + LENGTH(foo(10)), - ALTER COLUMN c_date - SET DEFAULT '2010-01-01'::DATE - LENGTH(foo(4)); -INSERT INTO T VALUES (9), (10); -ALTER TABLE T ADD COLUMN c_array TEXT[] - DEFAULT ('{"This", "is", "' || foo(4) || - '","the", "real", "world"}')::TEXT[], - ALTER COLUMN c_timestamp - SET DEFAULT '1970-12-31'::DATE + LENGTH(foo(30)); -INSERT INTO T VALUES (11), (12); -ALTER TABLE T ALTER COLUMN c_int DROP DEFAULT, - ALTER COLUMN c_array - SET DEFAULT ('{"This", "is", "' || foo(1) || - '", "fantasy"}')::text[]; -INSERT INTO T VALUES (13), (14); -ALTER TABLE T ALTER COLUMN c_bpchar DROP DEFAULT, - ALTER COLUMN c_date DROP DEFAULT, - ALTER COLUMN c_text DROP DEFAULT, - ALTER COLUMN c_timestamp DROP DEFAULT, - ALTER COLUMN c_array DROP DEFAULT; -INSERT INTO T VALUES (15), (16); -SELECT * FROM T; - pk | c_int | c_bpchar | c_text | c_date | c_timestamp | c_array -----+-------+----------+--------------+------------+--------------------------+------------------------------- - 1 | 6 | abcd | abcdef | 06-12-2016 | Sun Sep 11 00:00:00 2016 | {This,is,abcd,the,real,world} - 2 | 6 | abcd | abcdef | 06-12-2016 | Sun Sep 11 00:00:00 2016 | {This,is,abcd,the,real,world} - 3 | 8 | abcd | abcdef | 06-12-2016 | Sun Sep 11 00:00:00 2016 | {This,is,abcd,the,real,world} - 4 | 8 | abcd | abcdef | 06-12-2016 | Sun Sep 11 00:00:00 2016 | {This,is,abcd,the,real,world} - 5 | 8 | abc | abcdef | 06-12-2016 | Sun Sep 11 00:00:00 2016 | {This,is,abcd,the,real,world} - 6 | 8 | abc | abcdef | 06-12-2016 | Sun Sep 11 00:00:00 2016 | {This,is,abcd,the,real,world} - 7 | 8 | abc | abcdefghijkl | 06-12-2016 | Sun Sep 11 00:00:00 2016 | {This,is,abcd,the,real,world} - 8 | 8 | abc | abcdefghijkl | 06-12-2016 | Sun Sep 11 00:00:00 2016 | {This,is,abcd,the,real,world} - 9 | 8 | abc | abcdefghijkl | 12-28-2009 | Sun Sep 11 00:00:00 2016 | {This,is,abcd,the,real,world} - 10 | 8 | abc | abcdefghijkl | 12-28-2009 | Sun Sep 11 00:00:00 2016 | {This,is,abcd,the,real,world} - 11 | 8 | abc | abcdefghijkl | 12-28-2009 | Sat Jan 30 00:00:00 1971 | {This,is,abcd,the,real,world} - 12 | 8 | abc | abcdefghijkl | 12-28-2009 | Sat Jan 30 00:00:00 1971 | {This,is,abcd,the,real,world} - 13 | | abc | abcdefghijkl | 12-28-2009 | Sat Jan 30 00:00:00 1971 | {This,is,a,fantasy} - 14 | | abc | abcdefghijkl | 12-28-2009 | Sat Jan 30 00:00:00 1971 | {This,is,a,fantasy} - 15 | | | | | | - 16 | | | | | | -(16 rows) - -SELECT comp(); - comp ------------ - Unchanged -(1 row) - -DROP TABLE T; --- Test domains with default value for table rewrite. -CREATE DOMAIN domain1 AS int DEFAULT 11; -- constant -CREATE DOMAIN domain2 AS int DEFAULT random(min=>10, max=>100); -- volatile -CREATE DOMAIN domain3 AS text DEFAULT foo(4); -- stable -CREATE DOMAIN domain4 AS text[] - DEFAULT ('{"This", "is", "' || foo(4) || '","the", "real", "world"}')::TEXT[]; -CREATE TABLE t2 (a domain1); -INSERT INTO t2 VALUES (1),(2); --- no table rewrite -ALTER TABLE t2 ADD COLUMN b domain1 default 3; -SELECT attnum, attname, atthasmissing, atthasdef, attmissingval -FROM pg_attribute -WHERE attnum > 0 AND attrelid = 't2'::regclass -ORDER BY attnum; - attnum | attname | atthasmissing | atthasdef | attmissingval ---------+---------+---------------+-----------+--------------- - 1 | a | f | f | - 2 | b | t | t | {3} -(2 rows) - --- table rewrite should happen -ALTER TABLE t2 ADD COLUMN c domain3 default left(random()::text,3); -NOTICE: rewriting table t2 for reason 2 --- no table rewrite -ALTER TABLE t2 ADD COLUMN d domain4; -SELECT attnum, attname, atthasmissing, atthasdef, attmissingval -FROM pg_attribute -WHERE attnum > 0 AND attrelid = 't2'::regclass -ORDER BY attnum; - attnum | attname | atthasmissing | atthasdef | attmissingval ---------+---------+---------------+-----------+----------------------------------- - 1 | a | f | f | - 2 | b | f | t | - 3 | c | f | t | - 4 | d | t | f | {"{This,is,abcd,the,real,world}"} -(4 rows) - --- table rewrite should happen -ALTER TABLE t2 ADD COLUMN e domain2; -NOTICE: rewriting table t2 for reason 2 -SELECT attnum, attname, atthasmissing, atthasdef, attmissingval -FROM pg_attribute -WHERE attnum > 0 AND attrelid = 't2'::regclass -ORDER BY attnum; - attnum | attname | atthasmissing | atthasdef | attmissingval ---------+---------+---------------+-----------+--------------- - 1 | a | f | f | - 2 | b | f | t | - 3 | c | f | t | - 4 | d | f | f | - 5 | e | f | f | -(5 rows) - -SELECT a, b, length(c) = 3 as c_ok, d, e >= 10 as e_ok FROM t2; - a | b | c_ok | d | e_ok ----+---+------+-------------------------------+------ - 1 | 3 | t | {This,is,abcd,the,real,world} | t - 2 | 3 | t | {This,is,abcd,the,real,world} | t -(2 rows) - -DROP TABLE t2; -DROP DOMAIN domain1; -DROP DOMAIN domain2; -DROP DOMAIN domain3; -DROP DOMAIN domain4; -DROP FUNCTION foo(INT); --- Fall back to full rewrite for volatile expressions -CREATE TABLE T(pk INT NOT NULL PRIMARY KEY); -INSERT INTO T VALUES (1); -SELECT set('t'); - set ------ - -(1 row) - --- now() is stable, because it returns the transaction timestamp -ALTER TABLE T ADD COLUMN c1 TIMESTAMP DEFAULT now(); -SELECT comp(); - comp ------------ - Unchanged -(1 row) - --- clock_timestamp() is volatile -ALTER TABLE T ADD COLUMN c2 TIMESTAMP DEFAULT clock_timestamp(); -NOTICE: rewriting table t for reason 2 -SELECT comp(); - comp ------------ - Rewritten -(1 row) - --- check that we notice insertion of a volatile default argument -CREATE FUNCTION foolme(timestamptz DEFAULT clock_timestamp()) - RETURNS timestamptz - IMMUTABLE AS 'select $1' LANGUAGE sql; -ALTER TABLE T ADD COLUMN c3 timestamptz DEFAULT foolme(); -NOTICE: rewriting table t for reason 2 -SELECT attname, atthasmissing, attmissingval FROM pg_attribute - WHERE attrelid = 't'::regclass AND attnum > 0 - ORDER BY attnum; - attname | atthasmissing | attmissingval ----------+---------------+--------------- - pk | f | - c1 | f | - c2 | f | - c3 | f | -(4 rows) - -DROP TABLE T; -DROP FUNCTION foolme(timestamptz); --- Simple querie -CREATE TABLE T (pk INT NOT NULL PRIMARY KEY); -SELECT set('t'); - set ------ - -(1 row) - -INSERT INTO T SELECT * FROM generate_series(1, 10) a; -ALTER TABLE T ADD COLUMN c_bigint BIGINT NOT NULL DEFAULT -1; -INSERT INTO T SELECT b, b - 10 FROM generate_series(11, 20) a(b); -ALTER TABLE T ADD COLUMN c_text TEXT DEFAULT 'hello'; -INSERT INTO T SELECT b, b - 10, (b + 10)::text FROM generate_series(21, 30) a(b); --- WHERE clause -SELECT c_bigint, c_text FROM T WHERE c_bigint = -1 LIMIT 1; - c_bigint | c_text -----------+-------- - -1 | hello -(1 row) - -EXPLAIN (VERBOSE TRUE, COSTS FALSE) -SELECT c_bigint, c_text FROM T WHERE c_bigint = -1 LIMIT 1; - QUERY PLAN ----------------------------------------------- - Limit - Output: c_bigint, c_text - -> Seq Scan on fast_default.t - Output: c_bigint, c_text - Filter: (t.c_bigint = '-1'::integer) -(5 rows) - -SELECT c_bigint, c_text FROM T WHERE c_text = 'hello' LIMIT 1; - c_bigint | c_text -----------+-------- - -1 | hello -(1 row) - -EXPLAIN (VERBOSE TRUE, COSTS FALSE) SELECT c_bigint, c_text FROM T WHERE c_text = 'hello' LIMIT 1; - QUERY PLAN --------------------------------------------- - Limit - Output: c_bigint, c_text - -> Seq Scan on fast_default.t - Output: c_bigint, c_text - Filter: (t.c_text = 'hello'::text) -(5 rows) - --- COALESCE -SELECT COALESCE(c_bigint, pk), COALESCE(c_text, pk::text) -FROM T -ORDER BY pk LIMIT 10; - coalesce | coalesce -----------+---------- - -1 | hello - -1 | hello - -1 | hello - -1 | hello - -1 | hello - -1 | hello - -1 | hello - -1 | hello - -1 | hello - -1 | hello -(10 rows) - --- Aggregate function -SELECT SUM(c_bigint), MAX(c_text COLLATE "C" ), MIN(c_text COLLATE "C") FROM T; - sum | max | min ------+-------+----- - 200 | hello | 31 -(1 row) - --- ORDER BY -SELECT * FROM T ORDER BY c_bigint, c_text, pk LIMIT 10; - pk | c_bigint | c_text -----+----------+-------- - 1 | -1 | hello - 2 | -1 | hello - 3 | -1 | hello - 4 | -1 | hello - 5 | -1 | hello - 6 | -1 | hello - 7 | -1 | hello - 8 | -1 | hello - 9 | -1 | hello - 10 | -1 | hello -(10 rows) - -EXPLAIN (VERBOSE TRUE, COSTS FALSE) -SELECT * FROM T ORDER BY c_bigint, c_text, pk LIMIT 10; - QUERY PLAN ----------------------------------------------- - Limit - Output: pk, c_bigint, c_text - -> Sort - Output: pk, c_bigint, c_text - Sort Key: t.c_bigint, t.c_text, t.pk - -> Seq Scan on fast_default.t - Output: pk, c_bigint, c_text -(7 rows) - --- LIMIT -SELECT * FROM T WHERE c_bigint > -1 ORDER BY c_bigint, c_text, pk LIMIT 10; - pk | c_bigint | c_text -----+----------+-------- - 11 | 1 | hello - 12 | 2 | hello - 13 | 3 | hello - 14 | 4 | hello - 15 | 5 | hello - 16 | 6 | hello - 17 | 7 | hello - 18 | 8 | hello - 19 | 9 | hello - 20 | 10 | hello -(10 rows) - -EXPLAIN (VERBOSE TRUE, COSTS FALSE) -SELECT * FROM T WHERE c_bigint > -1 ORDER BY c_bigint, c_text, pk LIMIT 10; - QUERY PLAN ----------------------------------------------------- - Limit - Output: pk, c_bigint, c_text - -> Sort - Output: pk, c_bigint, c_text - Sort Key: t.c_bigint, t.c_text, t.pk - -> Seq Scan on fast_default.t - Output: pk, c_bigint, c_text - Filter: (t.c_bigint > '-1'::integer) -(8 rows) - --- DELETE with RETURNING -DELETE FROM T WHERE pk BETWEEN 10 AND 20 RETURNING *; - pk | c_bigint | c_text -----+----------+-------- - 10 | -1 | hello - 11 | 1 | hello - 12 | 2 | hello - 13 | 3 | hello - 14 | 4 | hello - 15 | 5 | hello - 16 | 6 | hello - 17 | 7 | hello - 18 | 8 | hello - 19 | 9 | hello - 20 | 10 | hello -(11 rows) - -EXPLAIN (VERBOSE TRUE, COSTS FALSE) -DELETE FROM T WHERE pk BETWEEN 10 AND 20 RETURNING *; - QUERY PLAN ------------------------------------------------------------ - Delete on fast_default.t - Output: pk, c_bigint, c_text - -> Bitmap Heap Scan on fast_default.t - Output: ctid - Recheck Cond: ((t.pk >= 10) AND (t.pk <= 20)) - -> Bitmap Index Scan on t_pkey - Index Cond: ((t.pk >= 10) AND (t.pk <= 20)) -(7 rows) - --- UPDATE -UPDATE T SET c_text = '"' || c_text || '"' WHERE pk < 10; -SELECT * FROM T WHERE c_text LIKE '"%"' ORDER BY PK; - pk | c_bigint | c_text -----+----------+--------- - 1 | -1 | "hello" - 2 | -1 | "hello" - 3 | -1 | "hello" - 4 | -1 | "hello" - 5 | -1 | "hello" - 6 | -1 | "hello" - 7 | -1 | "hello" - 8 | -1 | "hello" - 9 | -1 | "hello" -(9 rows) - -SELECT comp(); - comp ------------ - Unchanged -(1 row) - -DROP TABLE T; --- Combine with other DDL -CREATE TABLE T(pk INT NOT NULL PRIMARY KEY); -SELECT set('t'); - set ------ - -(1 row) - -INSERT INTO T VALUES (1), (2); -ALTER TABLE T ADD COLUMN c_int INT NOT NULL DEFAULT -1; -INSERT INTO T VALUES (3), (4); -ALTER TABLE T ADD COLUMN c_text TEXT DEFAULT 'Hello'; -INSERT INTO T VALUES (5), (6); -ALTER TABLE T ALTER COLUMN c_text SET DEFAULT 'world', - ALTER COLUMN c_int SET DEFAULT 1; -INSERT INTO T VALUES (7), (8); -SELECT * FROM T ORDER BY pk; - pk | c_int | c_text -----+-------+-------- - 1 | -1 | Hello - 2 | -1 | Hello - 3 | -1 | Hello - 4 | -1 | Hello - 5 | -1 | Hello - 6 | -1 | Hello - 7 | 1 | world - 8 | 1 | world -(8 rows) - --- Add an index -CREATE INDEX i ON T(c_int, c_text); -SELECT c_text FROM T WHERE c_int = -1; - c_text --------- - Hello - Hello - Hello - Hello - Hello - Hello -(6 rows) - -SELECT comp(); - comp ------------ - Unchanged -(1 row) - --- query to exercise expand_tuple function -CREATE TABLE t1 AS -SELECT 1::int AS a , 2::int AS b -FROM generate_series(1,20) q; -ALTER TABLE t1 ADD COLUMN c text; -SELECT a, - stddev(cast((SELECT sum(1) FROM generate_series(1,20) x) AS float4)) - OVER (PARTITION BY a,b,c ORDER BY b) - AS z -FROM t1; - a | z ----+--- - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 - 1 | 0 -(20 rows) - -DROP TABLE T; --- test that we account for missing columns without defaults correctly --- in expand_tuple, and that rows are correctly expanded for triggers -CREATE FUNCTION test_trigger() -RETURNS trigger -LANGUAGE plpgsql -AS $$ - -begin - raise notice 'old tuple: %', to_json(OLD)::text; - if TG_OP = 'DELETE' - then - return OLD; - else - return NEW; - end if; -end; - -$$; --- 2 new columns, both have defaults -CREATE TABLE t (id serial PRIMARY KEY, a int, b int, c int); -INSERT INTO t (a,b,c) VALUES (1,2,3); -ALTER TABLE t ADD COLUMN x int NOT NULL DEFAULT 4; -ALTER TABLE t ADD COLUMN y int NOT NULL DEFAULT 5; -CREATE TRIGGER a BEFORE UPDATE ON t FOR EACH ROW EXECUTE PROCEDURE test_trigger(); -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | 3 | 4 | 5 -(1 row) - -UPDATE t SET y = 2; -NOTICE: old tuple: {"id":1,"a":1,"b":2,"c":3,"x":4,"y":5} -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | 3 | 4 | 2 -(1 row) - -DROP TABLE t; --- 2 new columns, first has default -CREATE TABLE t (id serial PRIMARY KEY, a int, b int, c int); -INSERT INTO t (a,b,c) VALUES (1,2,3); -ALTER TABLE t ADD COLUMN x int NOT NULL DEFAULT 4; -ALTER TABLE t ADD COLUMN y int; -CREATE TRIGGER a BEFORE UPDATE ON t FOR EACH ROW EXECUTE PROCEDURE test_trigger(); -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | 3 | 4 | -(1 row) - -UPDATE t SET y = 2; -NOTICE: old tuple: {"id":1,"a":1,"b":2,"c":3,"x":4,"y":null} -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | 3 | 4 | 2 -(1 row) - -DROP TABLE t; --- 2 new columns, second has default -CREATE TABLE t (id serial PRIMARY KEY, a int, b int, c int); -INSERT INTO t (a,b,c) VALUES (1,2,3); -ALTER TABLE t ADD COLUMN x int; -ALTER TABLE t ADD COLUMN y int NOT NULL DEFAULT 5; -CREATE TRIGGER a BEFORE UPDATE ON t FOR EACH ROW EXECUTE PROCEDURE test_trigger(); -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | 3 | | 5 -(1 row) - -UPDATE t SET y = 2; -NOTICE: old tuple: {"id":1,"a":1,"b":2,"c":3,"x":null,"y":5} -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | 3 | | 2 -(1 row) - -DROP TABLE t; --- 2 new columns, neither has default -CREATE TABLE t (id serial PRIMARY KEY, a int, b int, c int); -INSERT INTO t (a,b,c) VALUES (1,2,3); -ALTER TABLE t ADD COLUMN x int; -ALTER TABLE t ADD COLUMN y int; -CREATE TRIGGER a BEFORE UPDATE ON t FOR EACH ROW EXECUTE PROCEDURE test_trigger(); -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | 3 | | -(1 row) - -UPDATE t SET y = 2; -NOTICE: old tuple: {"id":1,"a":1,"b":2,"c":3,"x":null,"y":null} -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | 3 | | 2 -(1 row) - -DROP TABLE t; --- same as last 4 tests but here the last original column has a NULL value --- 2 new columns, both have defaults -CREATE TABLE t (id serial PRIMARY KEY, a int, b int, c int); -INSERT INTO t (a,b,c) VALUES (1,2,NULL); -ALTER TABLE t ADD COLUMN x int NOT NULL DEFAULT 4; -ALTER TABLE t ADD COLUMN y int NOT NULL DEFAULT 5; -CREATE TRIGGER a BEFORE UPDATE ON t FOR EACH ROW EXECUTE PROCEDURE test_trigger(); -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | | 4 | 5 -(1 row) - -UPDATE t SET y = 2; -NOTICE: old tuple: {"id":1,"a":1,"b":2,"c":null,"x":4,"y":5} -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | | 4 | 2 -(1 row) - -DROP TABLE t; --- 2 new columns, first has default -CREATE TABLE t (id serial PRIMARY KEY, a int, b int, c int); -INSERT INTO t (a,b,c) VALUES (1,2,NULL); -ALTER TABLE t ADD COLUMN x int NOT NULL DEFAULT 4; -ALTER TABLE t ADD COLUMN y int; -CREATE TRIGGER a BEFORE UPDATE ON t FOR EACH ROW EXECUTE PROCEDURE test_trigger(); -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | | 4 | -(1 row) - -UPDATE t SET y = 2; -NOTICE: old tuple: {"id":1,"a":1,"b":2,"c":null,"x":4,"y":null} -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | | 4 | 2 -(1 row) - -DROP TABLE t; --- 2 new columns, second has default -CREATE TABLE t (id serial PRIMARY KEY, a int, b int, c int); -INSERT INTO t (a,b,c) VALUES (1,2,NULL); -ALTER TABLE t ADD COLUMN x int; -ALTER TABLE t ADD COLUMN y int NOT NULL DEFAULT 5; -CREATE TRIGGER a BEFORE UPDATE ON t FOR EACH ROW EXECUTE PROCEDURE test_trigger(); -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | | | 5 -(1 row) - -UPDATE t SET y = 2; -NOTICE: old tuple: {"id":1,"a":1,"b":2,"c":null,"x":null,"y":5} -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | | | 2 -(1 row) - -DROP TABLE t; --- 2 new columns, neither has default -CREATE TABLE t (id serial PRIMARY KEY, a int, b int, c int); -INSERT INTO t (a,b,c) VALUES (1,2,NULL); -ALTER TABLE t ADD COLUMN x int; -ALTER TABLE t ADD COLUMN y int; -CREATE TRIGGER a BEFORE UPDATE ON t FOR EACH ROW EXECUTE PROCEDURE test_trigger(); -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | | | -(1 row) - -UPDATE t SET y = 2; -NOTICE: old tuple: {"id":1,"a":1,"b":2,"c":null,"x":null,"y":null} -SELECT * FROM t; - id | a | b | c | x | y -----+---+---+---+---+--- - 1 | 1 | 2 | | | 2 -(1 row) - -DROP TABLE t; --- make sure expanded tuple has correct self pointer --- it will be required by the RI trigger doing the cascading delete -CREATE TABLE leader (a int PRIMARY KEY, b int); -CREATE TABLE follower (a int REFERENCES leader ON DELETE CASCADE, b int); -INSERT INTO leader VALUES (1, 1), (2, 2); -ALTER TABLE leader ADD c int; -ALTER TABLE leader DROP c; -DELETE FROM leader; --- check that ALTER TABLE ... ALTER TYPE does the right thing -CREATE TABLE vtype( a integer); -INSERT INTO vtype VALUES (1); -ALTER TABLE vtype ADD COLUMN b DOUBLE PRECISION DEFAULT 0.2; -ALTER TABLE vtype ADD COLUMN c BOOLEAN DEFAULT true; -SELECT * FROM vtype; - a | b | c ----+-----+--- - 1 | 0.2 | t -(1 row) - -ALTER TABLE vtype - ALTER b TYPE text USING b::text, - ALTER c TYPE text USING c::text; -NOTICE: rewriting table vtype for reason 4 -SELECT * FROM vtype; - a | b | c ----+-----+------ - 1 | 0.2 | true -(1 row) - --- also check the case that doesn't rewrite the table -CREATE TABLE vtype2 (a int); -INSERT INTO vtype2 VALUES (1); -ALTER TABLE vtype2 ADD COLUMN b varchar(10) DEFAULT 'xxx'; -ALTER TABLE vtype2 ALTER COLUMN b SET DEFAULT 'yyy'; -INSERT INTO vtype2 VALUES (2); -ALTER TABLE vtype2 ALTER COLUMN b TYPE varchar(20) USING b::varchar(20); -SELECT * FROM vtype2; - a | b ----+----- - 1 | xxx - 2 | yyy -(2 rows) - --- Ensure that defaults are checked when evaluating whether HOT update --- is possible, this was broken for a while: --- https://postgr.es/m/20190202133521.ylauh3ckqa7colzj%40alap3.anarazel.de -BEGIN; -CREATE TABLE t(); -INSERT INTO t DEFAULT VALUES; -ALTER TABLE t ADD COLUMN a int DEFAULT 1; -CREATE INDEX ON t(a); --- set column with a default 1 to NULL, due to a bug that wasn't --- noticed has heap_getattr buggily returned NULL for default columns -UPDATE t SET a = NULL; --- verify that index and non-index scans show the same result -SET LOCAL enable_seqscan = true; -SELECT * FROM t WHERE a IS NULL; - a ---- - -(1 row) - -SET LOCAL enable_seqscan = false; -SELECT * FROM t WHERE a IS NULL; - a ---- - -(1 row) - -ROLLBACK; --- verify that a default set on a non-plain table doesn't set a missing --- value on the attribute -CREATE FOREIGN DATA WRAPPER dummy; -CREATE SERVER s0 FOREIGN DATA WRAPPER dummy; -CREATE FOREIGN TABLE ft1 (c1 integer NOT NULL) SERVER s0; -ALTER FOREIGN TABLE ft1 ADD COLUMN c8 integer DEFAULT 0; -ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 TYPE char(10); -SELECT count(*) - FROM pg_attribute - WHERE attrelid = 'ft1'::regclass AND - (attmissingval IS NOT NULL OR atthasmissing); - count -------- - 0 -(1 row) - --- cleanup -DROP FOREIGN TABLE ft1; -DROP SERVER s0; -DROP FOREIGN DATA WRAPPER dummy; -DROP TABLE vtype; -DROP TABLE vtype2; -DROP TABLE follower; -DROP TABLE leader; -DROP FUNCTION test_trigger(); -DROP TABLE t1; -DROP FUNCTION set(name); -DROP FUNCTION comp(); -DROP TABLE m; -DROP TABLE has_volatile; -DROP EVENT TRIGGER has_volatile_rewrite; -DROP FUNCTION log_rewrite; -DROP SCHEMA fast_default; --- Leave a table with an active fast default in place, for pg_upgrade testing -set search_path = public; -create table has_fast_default(f1 int); -insert into has_fast_default values(1); -alter table has_fast_default add column f2 int default 42; -table has_fast_default; - f1 | f2 -----+---- - 1 | 42 -(1 row) - +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tablespace.out --- /tmp/cirrus-ci-build/src/test/regress/expected/tablespace.out 2025-05-11 19:30:19.004713000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/tablespace.out 2025-05-11 19:32:43.570887000 +0000 @@ -1,973 +1,2 @@ --- relative tablespace locations are not allowed -CREATE TABLESPACE regress_tblspace LOCATION 'relative'; -- fail -ERROR: tablespace location must be an absolute path --- empty tablespace locations are not usually allowed -CREATE TABLESPACE regress_tblspace LOCATION ''; -- fail -ERROR: tablespace location must be an absolute path --- as a special developer-only option to allow us to use tablespaces --- with streaming replication on the same server, an empty location --- can be allowed as a way to say that the tablespace should be created --- as a directory in pg_tblspc, rather than being a symlink -SET allow_in_place_tablespaces = true; --- create a tablespace using WITH clause -CREATE TABLESPACE regress_tblspacewith LOCATION '' WITH (some_nonexistent_parameter = true); -- fail -ERROR: unrecognized parameter "some_nonexistent_parameter" -CREATE TABLESPACE regress_tblspacewith LOCATION '' WITH (random_page_cost = 3.0); -- ok --- check to see the parameter was used -SELECT spcoptions FROM pg_tablespace WHERE spcname = 'regress_tblspacewith'; - spcoptions ------------------------- - {random_page_cost=3.0} -(1 row) - --- drop the tablespace so we can re-use the location -DROP TABLESPACE regress_tblspacewith; --- This returns a relative path as of an effect of allow_in_place_tablespaces, --- masking the tablespace OID used in the path name. -SELECT regexp_replace(pg_tablespace_location(oid), '(pg_tblspc)/(\d+)', '\1/NNN') - FROM pg_tablespace WHERE spcname = 'regress_tblspace'; - regexp_replace ----------------- - pg_tblspc/NNN -(1 row) - --- try setting and resetting some properties for the new tablespace -ALTER TABLESPACE regress_tblspace SET (random_page_cost = 1.0, seq_page_cost = 1.1); -ALTER TABLESPACE regress_tblspace SET (some_nonexistent_parameter = true); -- fail -ERROR: unrecognized parameter "some_nonexistent_parameter" -ALTER TABLESPACE regress_tblspace RESET (random_page_cost = 2.0); -- fail -ERROR: RESET must not include values for parameters -ALTER TABLESPACE regress_tblspace RESET (random_page_cost, effective_io_concurrency); -- ok --- REINDEX (TABLESPACE) --- catalogs and system tablespaces --- system catalog, fail -REINDEX (TABLESPACE regress_tblspace) TABLE pg_am; -ERROR: cannot move system relation "pg_am_name_index" -REINDEX (TABLESPACE regress_tblspace) TABLE CONCURRENTLY pg_am; -ERROR: cannot reindex system catalogs concurrently --- shared catalog, fail -REINDEX (TABLESPACE regress_tblspace) TABLE pg_authid; -ERROR: cannot move system relation "pg_authid_rolname_index" -REINDEX (TABLESPACE regress_tblspace) TABLE CONCURRENTLY pg_authid; -ERROR: cannot reindex system catalogs concurrently --- toast relations, fail -REINDEX (TABLESPACE regress_tblspace) INDEX pg_toast.pg_toast_1262_index; -ERROR: cannot move system relation "pg_toast_1262_index" -REINDEX (TABLESPACE regress_tblspace) INDEX CONCURRENTLY pg_toast.pg_toast_1262_index; -ERROR: cannot reindex system catalogs concurrently -REINDEX (TABLESPACE regress_tblspace) TABLE pg_toast.pg_toast_1262; -ERROR: cannot move system relation "pg_toast_1262_index" -REINDEX (TABLESPACE regress_tblspace) TABLE CONCURRENTLY pg_toast.pg_toast_1262; -ERROR: cannot reindex system catalogs concurrently --- system catalog, fail -REINDEX (TABLESPACE pg_global) TABLE pg_authid; -ERROR: cannot move system relation "pg_authid_rolname_index" -REINDEX (TABLESPACE pg_global) TABLE CONCURRENTLY pg_authid; -ERROR: cannot reindex system catalogs concurrently --- table with toast relation -CREATE TABLE regress_tblspace_test_tbl (num1 bigint, num2 double precision, t text); -INSERT INTO regress_tblspace_test_tbl (num1, num2, t) - SELECT round(random()*100), random(), 'text' - FROM generate_series(1, 10) s(i); -CREATE INDEX regress_tblspace_test_tbl_idx ON regress_tblspace_test_tbl (num1); --- move to global tablespace, fail -REINDEX (TABLESPACE pg_global) INDEX regress_tblspace_test_tbl_idx; -ERROR: only shared relations can be placed in pg_global tablespace -REINDEX (TABLESPACE pg_global) INDEX CONCURRENTLY regress_tblspace_test_tbl_idx; -ERROR: cannot move non-shared relation to tablespace "pg_global" --- check transactional behavior of REINDEX (TABLESPACE) -BEGIN; -REINDEX (TABLESPACE regress_tblspace) INDEX regress_tblspace_test_tbl_idx; -REINDEX (TABLESPACE regress_tblspace) TABLE regress_tblspace_test_tbl; -ROLLBACK; --- no relation moved to the new tablespace -SELECT c.relname FROM pg_class c, pg_tablespace s - WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace'; - relname ---------- -(0 rows) - --- check that all indexes are moved to a new tablespace with different --- relfilenode. --- Save first the existing relfilenode for the toast and main relations. -SELECT relfilenode as main_filenode FROM pg_class - WHERE relname = 'regress_tblspace_test_tbl_idx' \gset -SELECT relfilenode as toast_filenode FROM pg_class - WHERE oid = - (SELECT i.indexrelid - FROM pg_class c, - pg_index i - WHERE i.indrelid = c.reltoastrelid AND - c.relname = 'regress_tblspace_test_tbl') \gset -REINDEX (TABLESPACE regress_tblspace) TABLE regress_tblspace_test_tbl; -SELECT c.relname FROM pg_class c, pg_tablespace s - WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace' - ORDER BY c.relname; - relname -------------------------------- - regress_tblspace_test_tbl_idx -(1 row) - -ALTER TABLE regress_tblspace_test_tbl SET TABLESPACE regress_tblspace; -ALTER TABLE regress_tblspace_test_tbl SET TABLESPACE pg_default; -SELECT c.relname FROM pg_class c, pg_tablespace s - WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace' - ORDER BY c.relname; - relname -------------------------------- - regress_tblspace_test_tbl_idx -(1 row) - --- Move back to the default tablespace. -ALTER INDEX regress_tblspace_test_tbl_idx SET TABLESPACE pg_default; -SELECT c.relname FROM pg_class c, pg_tablespace s - WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace' - ORDER BY c.relname; - relname ---------- -(0 rows) - -REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE regress_tblspace_test_tbl; -SELECT c.relname FROM pg_class c, pg_tablespace s - WHERE c.reltablespace = s.oid AND s.spcname = 'regress_tblspace' - ORDER BY c.relname; - relname -------------------------------- - regress_tblspace_test_tbl_idx -(1 row) - -SELECT relfilenode = :main_filenode AS main_same FROM pg_class - WHERE relname = 'regress_tblspace_test_tbl_idx'; - main_same ------------ - f -(1 row) - -SELECT relfilenode = :toast_filenode as toast_same FROM pg_class - WHERE oid = - (SELECT i.indexrelid - FROM pg_class c, - pg_index i - WHERE i.indrelid = c.reltoastrelid AND - c.relname = 'regress_tblspace_test_tbl'); - toast_same ------------- - f -(1 row) - -DROP TABLE regress_tblspace_test_tbl; --- REINDEX (TABLESPACE) with partitions --- Create a partition tree and check the set of relations reindexed --- with their new tablespace. -CREATE TABLE tbspace_reindex_part (c1 int, c2 int) PARTITION BY RANGE (c1); -CREATE TABLE tbspace_reindex_part_0 PARTITION OF tbspace_reindex_part - FOR VALUES FROM (0) TO (10) PARTITION BY list (c2); -CREATE TABLE tbspace_reindex_part_0_1 PARTITION OF tbspace_reindex_part_0 - FOR VALUES IN (1); -CREATE TABLE tbspace_reindex_part_0_2 PARTITION OF tbspace_reindex_part_0 - FOR VALUES IN (2); --- This partitioned table will have no partitions. -CREATE TABLE tbspace_reindex_part_10 PARTITION OF tbspace_reindex_part - FOR VALUES FROM (10) TO (20) PARTITION BY list (c2); --- Create some partitioned indexes -CREATE INDEX tbspace_reindex_part_index ON ONLY tbspace_reindex_part (c1); -CREATE INDEX tbspace_reindex_part_index_0 ON ONLY tbspace_reindex_part_0 (c1); -ALTER INDEX tbspace_reindex_part_index ATTACH PARTITION tbspace_reindex_part_index_0; --- This partitioned index will have no partitions. -CREATE INDEX tbspace_reindex_part_index_10 ON ONLY tbspace_reindex_part_10 (c1); -ALTER INDEX tbspace_reindex_part_index ATTACH PARTITION tbspace_reindex_part_index_10; -CREATE INDEX tbspace_reindex_part_index_0_1 ON ONLY tbspace_reindex_part_0_1 (c1); -ALTER INDEX tbspace_reindex_part_index_0 ATTACH PARTITION tbspace_reindex_part_index_0_1; -CREATE INDEX tbspace_reindex_part_index_0_2 ON ONLY tbspace_reindex_part_0_2 (c1); -ALTER INDEX tbspace_reindex_part_index_0 ATTACH PARTITION tbspace_reindex_part_index_0_2; -SELECT relid, parentrelid, level FROM pg_partition_tree('tbspace_reindex_part_index') - ORDER BY relid, level; - relid | parentrelid | level ---------------------------------+------------------------------+------- - tbspace_reindex_part_index | | 0 - tbspace_reindex_part_index_0 | tbspace_reindex_part_index | 1 - tbspace_reindex_part_index_10 | tbspace_reindex_part_index | 1 - tbspace_reindex_part_index_0_1 | tbspace_reindex_part_index_0 | 2 - tbspace_reindex_part_index_0_2 | tbspace_reindex_part_index_0 | 2 -(5 rows) - --- Track the original tablespace, relfilenode and OID of each index --- in the tree. -CREATE TEMP TABLE reindex_temp_before AS - SELECT oid, relname, relfilenode, reltablespace - FROM pg_class - WHERE relname ~ 'tbspace_reindex_part_index'; -REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE tbspace_reindex_part; --- REINDEX CONCURRENTLY changes the OID of the old relation, hence a check --- based on the relation name below. -SELECT b.relname, - CASE WHEN a.relfilenode = b.relfilenode THEN 'relfilenode is unchanged' - ELSE 'relfilenode has changed' END AS filenode, - CASE WHEN a.reltablespace = b.reltablespace THEN 'reltablespace is unchanged' - ELSE 'reltablespace has changed' END AS tbspace - FROM reindex_temp_before b JOIN pg_class a ON b.relname = a.relname - ORDER BY 1; - relname | filenode | tbspace ---------------------------------+--------------------------+---------------------------- - tbspace_reindex_part_index | relfilenode is unchanged | reltablespace is unchanged - tbspace_reindex_part_index_0 | relfilenode is unchanged | reltablespace is unchanged - tbspace_reindex_part_index_0_1 | relfilenode has changed | reltablespace has changed - tbspace_reindex_part_index_0_2 | relfilenode has changed | reltablespace has changed - tbspace_reindex_part_index_10 | relfilenode is unchanged | reltablespace is unchanged -(5 rows) - -DROP TABLE tbspace_reindex_part; --- create a schema we can use -CREATE SCHEMA testschema; --- try a table -CREATE TABLE testschema.foo (i int) TABLESPACE regress_tblspace; -SELECT relname, spcname FROM pg_catalog.pg_tablespace t, pg_catalog.pg_class c - where c.reltablespace = t.oid AND c.relname = 'foo'; - relname | spcname ----------+------------------ - foo | regress_tblspace -(1 row) - -INSERT INTO testschema.foo VALUES(1); -INSERT INTO testschema.foo VALUES(2); --- tables from dynamic sources -CREATE TABLE testschema.asselect TABLESPACE regress_tblspace AS SELECT 1; -SELECT relname, spcname FROM pg_catalog.pg_tablespace t, pg_catalog.pg_class c - where c.reltablespace = t.oid AND c.relname = 'asselect'; - relname | spcname -----------+------------------ - asselect | regress_tblspace -(1 row) - -PREPARE selectsource(int) AS SELECT $1; -CREATE TABLE testschema.asexecute TABLESPACE regress_tblspace - AS EXECUTE selectsource(2); -SELECT relname, spcname FROM pg_catalog.pg_tablespace t, pg_catalog.pg_class c - where c.reltablespace = t.oid AND c.relname = 'asexecute'; - relname | spcname ------------+------------------ - asexecute | regress_tblspace -(1 row) - --- index -CREATE INDEX foo_idx on testschema.foo(i) TABLESPACE regress_tblspace; -SELECT relname, spcname FROM pg_catalog.pg_tablespace t, pg_catalog.pg_class c - where c.reltablespace = t.oid AND c.relname = 'foo_idx'; - relname | spcname ----------+------------------ - foo_idx | regress_tblspace -(1 row) - --- check \d output -\d testschema.foo - Table "testschema.foo" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - i | integer | | | -Indexes: - "foo_idx" btree (i), tablespace "regress_tblspace" -Tablespace: "regress_tblspace" - -\d testschema.foo_idx - Index "testschema.foo_idx" - Column | Type | Key? | Definition ---------+---------+------+------------ - i | integer | yes | i -btree, for table "testschema.foo" -Tablespace: "regress_tblspace" - --- --- partitioned table --- -CREATE TABLE testschema.part (a int) PARTITION BY LIST (a); -SET default_tablespace TO pg_global; -CREATE TABLE testschema.part_1 PARTITION OF testschema.part FOR VALUES IN (1); -ERROR: only shared relations can be placed in pg_global tablespace -RESET default_tablespace; -CREATE TABLE testschema.part_1 PARTITION OF testschema.part FOR VALUES IN (1); -SET default_tablespace TO regress_tblspace; -CREATE TABLE testschema.part_2 PARTITION OF testschema.part FOR VALUES IN (2); -SET default_tablespace TO pg_global; -CREATE TABLE testschema.part_3 PARTITION OF testschema.part FOR VALUES IN (3); -ERROR: only shared relations can be placed in pg_global tablespace -ALTER TABLE testschema.part SET TABLESPACE regress_tblspace; -CREATE TABLE testschema.part_3 PARTITION OF testschema.part FOR VALUES IN (3); -CREATE TABLE testschema.part_4 PARTITION OF testschema.part FOR VALUES IN (4) - TABLESPACE pg_default; -CREATE TABLE testschema.part_56 PARTITION OF testschema.part FOR VALUES IN (5, 6) - PARTITION BY LIST (a); -ALTER TABLE testschema.part SET TABLESPACE pg_default; -CREATE TABLE testschema.part_78 PARTITION OF testschema.part FOR VALUES IN (7, 8) - PARTITION BY LIST (a); -ERROR: only shared relations can be placed in pg_global tablespace -CREATE TABLE testschema.part_910 PARTITION OF testschema.part FOR VALUES IN (9, 10) - PARTITION BY LIST (a) TABLESPACE regress_tblspace; -RESET default_tablespace; -CREATE TABLE testschema.part_78 PARTITION OF testschema.part FOR VALUES IN (7, 8) - PARTITION BY LIST (a); -SELECT relname, spcname FROM pg_catalog.pg_class c - JOIN pg_catalog.pg_namespace n ON (c.relnamespace = n.oid) - LEFT JOIN pg_catalog.pg_tablespace t ON c.reltablespace = t.oid - where c.relname LIKE 'part%' AND n.nspname = 'testschema' order by relname; - relname | spcname -----------+------------------ - part | - part_1 | - part_2 | regress_tblspace - part_3 | regress_tblspace - part_4 | - part_56 | regress_tblspace - part_78 | - part_910 | regress_tblspace -(8 rows) - -RESET default_tablespace; -DROP TABLE testschema.part; --- partitioned index -CREATE TABLE testschema.part (a int) PARTITION BY LIST (a); -CREATE TABLE testschema.part1 PARTITION OF testschema.part FOR VALUES IN (1); -CREATE INDEX part_a_idx ON testschema.part (a) TABLESPACE regress_tblspace; -CREATE TABLE testschema.part2 PARTITION OF testschema.part FOR VALUES IN (2); -SELECT relname, spcname FROM pg_catalog.pg_tablespace t, pg_catalog.pg_class c - where c.reltablespace = t.oid AND c.relname LIKE 'part%_idx' ORDER BY relname; - relname | spcname --------------+------------------ - part1_a_idx | regress_tblspace - part2_a_idx | regress_tblspace - part_a_idx | regress_tblspace -(3 rows) - -\d testschema.part - Partitioned table "testschema.part" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition key: LIST (a) -Indexes: - "part_a_idx" btree (a), tablespace "regress_tblspace" -Number of partitions: 2 (Use \d+ to list them.) - -\d+ testschema.part - Partitioned table "testschema.part" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - a | integer | | | | plain | | -Partition key: LIST (a) -Indexes: - "part_a_idx" btree (a), tablespace "regress_tblspace" -Partitions: testschema.part1 FOR VALUES IN (1), - testschema.part2 FOR VALUES IN (2) - -\d testschema.part1 - Table "testschema.part1" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | -Partition of: testschema.part FOR VALUES IN (1) -Indexes: - "part1_a_idx" btree (a), tablespace "regress_tblspace" - -\d+ testschema.part1 - Table "testschema.part1" - Column | Type | Collation | Nullable | Default | Storage | Stats target | Description ---------+---------+-----------+----------+---------+---------+--------------+------------- - a | integer | | | | plain | | -Partition of: testschema.part FOR VALUES IN (1) -Partition constraint: ((a IS NOT NULL) AND (a = 1)) -Indexes: - "part1_a_idx" btree (a), tablespace "regress_tblspace" - -\d testschema.part_a_idx -Partitioned index "testschema.part_a_idx" - Column | Type | Key? | Definition ---------+---------+------+------------ - a | integer | yes | a -btree, for table "testschema.part" -Number of partitions: 2 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - -\d+ testschema.part_a_idx - Partitioned index "testschema.part_a_idx" - Column | Type | Key? | Definition | Storage | Stats target ---------+---------+------+------------+---------+-------------- - a | integer | yes | a | plain | -btree, for table "testschema.part" -Partitions: testschema.part1_a_idx, - testschema.part2_a_idx -Tablespace: "regress_tblspace" - --- partitioned rels cannot specify the default tablespace. These fail: -CREATE TABLE testschema.dflt (a int PRIMARY KEY) PARTITION BY LIST (a) TABLESPACE pg_default; -ERROR: cannot specify default tablespace for partitioned relations -CREATE TABLE testschema.dflt (a int PRIMARY KEY USING INDEX TABLESPACE pg_default) PARTITION BY LIST (a); -ERROR: cannot specify default tablespace for partitioned relations -SET default_tablespace TO 'pg_default'; -CREATE TABLE testschema.dflt (a int PRIMARY KEY) PARTITION BY LIST (a) TABLESPACE regress_tblspace; -ERROR: cannot specify default tablespace for partitioned relations -CREATE TABLE testschema.dflt (a int PRIMARY KEY USING INDEX TABLESPACE regress_tblspace) PARTITION BY LIST (a); -ERROR: cannot specify default tablespace for partitioned relations --- but these work: -CREATE TABLE testschema.dflt (a int PRIMARY KEY USING INDEX TABLESPACE regress_tblspace) PARTITION BY LIST (a) TABLESPACE regress_tblspace; -SET default_tablespace TO ''; -CREATE TABLE testschema.dflt2 (a int PRIMARY KEY) PARTITION BY LIST (a); -DROP TABLE testschema.dflt, testschema.dflt2; --- check that default_tablespace doesn't affect ALTER TABLE index rebuilds -CREATE TABLE testschema.test_default_tab(id bigint) TABLESPACE regress_tblspace; -INSERT INTO testschema.test_default_tab VALUES (1); -CREATE INDEX test_index1 on testschema.test_default_tab (id); -CREATE INDEX test_index2 on testschema.test_default_tab (id) TABLESPACE regress_tblspace; -ALTER TABLE testschema.test_default_tab ADD CONSTRAINT test_index3 PRIMARY KEY (id); -ALTER TABLE testschema.test_default_tab ADD CONSTRAINT test_index4 UNIQUE (id) USING INDEX TABLESPACE regress_tblspace; -\d testschema.test_index1 - Index "testschema.test_index1" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -btree, for table "testschema.test_default_tab" - -\d testschema.test_index2 - Index "testschema.test_index2" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -btree, for table "testschema.test_default_tab" -Tablespace: "regress_tblspace" - -\d testschema.test_index3 - Index "testschema.test_index3" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -primary key, btree, for table "testschema.test_default_tab" - -\d testschema.test_index4 - Index "testschema.test_index4" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -unique, btree, for table "testschema.test_default_tab" -Tablespace: "regress_tblspace" - --- use a custom tablespace for default_tablespace -SET default_tablespace TO regress_tblspace; --- tablespace should not change if no rewrite -ALTER TABLE testschema.test_default_tab ALTER id TYPE bigint; -\d testschema.test_index1 - Index "testschema.test_index1" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -btree, for table "testschema.test_default_tab" - -\d testschema.test_index2 - Index "testschema.test_index2" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -btree, for table "testschema.test_default_tab" -Tablespace: "regress_tblspace" - -\d testschema.test_index3 - Index "testschema.test_index3" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -primary key, btree, for table "testschema.test_default_tab" - -\d testschema.test_index4 - Index "testschema.test_index4" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -unique, btree, for table "testschema.test_default_tab" -Tablespace: "regress_tblspace" - -SELECT * FROM testschema.test_default_tab; - id ----- - 1 -(1 row) - --- tablespace should not change even if there is an index rewrite -ALTER TABLE testschema.test_default_tab ALTER id TYPE int; -\d testschema.test_index1 - Index "testschema.test_index1" - Column | Type | Key? | Definition ---------+---------+------+------------ - id | integer | yes | id -btree, for table "testschema.test_default_tab" - -\d testschema.test_index2 - Index "testschema.test_index2" - Column | Type | Key? | Definition ---------+---------+------+------------ - id | integer | yes | id -btree, for table "testschema.test_default_tab" -Tablespace: "regress_tblspace" - -\d testschema.test_index3 - Index "testschema.test_index3" - Column | Type | Key? | Definition ---------+---------+------+------------ - id | integer | yes | id -primary key, btree, for table "testschema.test_default_tab" - -\d testschema.test_index4 - Index "testschema.test_index4" - Column | Type | Key? | Definition ---------+---------+------+------------ - id | integer | yes | id -unique, btree, for table "testschema.test_default_tab" -Tablespace: "regress_tblspace" - -SELECT * FROM testschema.test_default_tab; - id ----- - 1 -(1 row) - --- now use the default tablespace for default_tablespace -SET default_tablespace TO ''; --- tablespace should not change if no rewrite -ALTER TABLE testschema.test_default_tab ALTER id TYPE int; -\d testschema.test_index1 - Index "testschema.test_index1" - Column | Type | Key? | Definition ---------+---------+------+------------ - id | integer | yes | id -btree, for table "testschema.test_default_tab" - -\d testschema.test_index2 - Index "testschema.test_index2" - Column | Type | Key? | Definition ---------+---------+------+------------ - id | integer | yes | id -btree, for table "testschema.test_default_tab" -Tablespace: "regress_tblspace" - -\d testschema.test_index3 - Index "testschema.test_index3" - Column | Type | Key? | Definition ---------+---------+------+------------ - id | integer | yes | id -primary key, btree, for table "testschema.test_default_tab" - -\d testschema.test_index4 - Index "testschema.test_index4" - Column | Type | Key? | Definition ---------+---------+------+------------ - id | integer | yes | id -unique, btree, for table "testschema.test_default_tab" -Tablespace: "regress_tblspace" - --- tablespace should not change even if there is an index rewrite -ALTER TABLE testschema.test_default_tab ALTER id TYPE bigint; -\d testschema.test_index1 - Index "testschema.test_index1" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -btree, for table "testschema.test_default_tab" - -\d testschema.test_index2 - Index "testschema.test_index2" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -btree, for table "testschema.test_default_tab" -Tablespace: "regress_tblspace" - -\d testschema.test_index3 - Index "testschema.test_index3" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -primary key, btree, for table "testschema.test_default_tab" - -\d testschema.test_index4 - Index "testschema.test_index4" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -unique, btree, for table "testschema.test_default_tab" -Tablespace: "regress_tblspace" - -DROP TABLE testschema.test_default_tab; --- check that default_tablespace doesn't affect ALTER TABLE index rebuilds --- (this time with a partitioned table) -CREATE TABLE testschema.test_default_tab_p(id bigint, val bigint) - PARTITION BY LIST (id) TABLESPACE regress_tblspace; -CREATE TABLE testschema.test_default_tab_p1 PARTITION OF testschema.test_default_tab_p - FOR VALUES IN (1); -INSERT INTO testschema.test_default_tab_p VALUES (1); -CREATE INDEX test_index1 on testschema.test_default_tab_p (val); -CREATE INDEX test_index2 on testschema.test_default_tab_p (val) TABLESPACE regress_tblspace; -ALTER TABLE testschema.test_default_tab_p ADD CONSTRAINT test_index3 PRIMARY KEY (id); -ALTER TABLE testschema.test_default_tab_p ADD CONSTRAINT test_index4 UNIQUE (id) USING INDEX TABLESPACE regress_tblspace; -\d testschema.test_index1 -Partitioned index "testschema.test_index1" - Column | Type | Key? | Definition ---------+--------+------+------------ - val | bigint | yes | val -btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) - -\d testschema.test_index2 -Partitioned index "testschema.test_index2" - Column | Type | Key? | Definition ---------+--------+------+------------ - val | bigint | yes | val -btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - -\d testschema.test_index3 -Partitioned index "testschema.test_index3" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -primary key, btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) - -\d testschema.test_index4 -Partitioned index "testschema.test_index4" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -unique, btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - --- use a custom tablespace for default_tablespace -SET default_tablespace TO regress_tblspace; --- tablespace should not change if no rewrite -ALTER TABLE testschema.test_default_tab_p ALTER val TYPE bigint; -\d testschema.test_index1 -Partitioned index "testschema.test_index1" - Column | Type | Key? | Definition ---------+--------+------+------------ - val | bigint | yes | val -btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) - -\d testschema.test_index2 -Partitioned index "testschema.test_index2" - Column | Type | Key? | Definition ---------+--------+------+------------ - val | bigint | yes | val -btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - -\d testschema.test_index3 -Partitioned index "testschema.test_index3" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -primary key, btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) - -\d testschema.test_index4 -Partitioned index "testschema.test_index4" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -unique, btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - -SELECT * FROM testschema.test_default_tab_p; - id | val -----+----- - 1 | -(1 row) - --- tablespace should not change even if there is an index rewrite -ALTER TABLE testschema.test_default_tab_p ALTER val TYPE int; -\d testschema.test_index1 -Partitioned index "testschema.test_index1" - Column | Type | Key? | Definition ---------+---------+------+------------ - val | integer | yes | val -btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) - -\d testschema.test_index2 -Partitioned index "testschema.test_index2" - Column | Type | Key? | Definition ---------+---------+------+------------ - val | integer | yes | val -btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - -\d testschema.test_index3 -Partitioned index "testschema.test_index3" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -primary key, btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) - -\d testschema.test_index4 -Partitioned index "testschema.test_index4" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -unique, btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - -SELECT * FROM testschema.test_default_tab_p; - id | val -----+----- - 1 | -(1 row) - --- now use the default tablespace for default_tablespace -SET default_tablespace TO ''; --- tablespace should not change if no rewrite -ALTER TABLE testschema.test_default_tab_p ALTER val TYPE int; -\d testschema.test_index1 -Partitioned index "testschema.test_index1" - Column | Type | Key? | Definition ---------+---------+------+------------ - val | integer | yes | val -btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) - -\d testschema.test_index2 -Partitioned index "testschema.test_index2" - Column | Type | Key? | Definition ---------+---------+------+------------ - val | integer | yes | val -btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - -\d testschema.test_index3 -Partitioned index "testschema.test_index3" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -primary key, btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) - -\d testschema.test_index4 -Partitioned index "testschema.test_index4" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -unique, btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - --- tablespace should not change even if there is an index rewrite -ALTER TABLE testschema.test_default_tab_p ALTER val TYPE bigint; -\d testschema.test_index1 -Partitioned index "testschema.test_index1" - Column | Type | Key? | Definition ---------+--------+------+------------ - val | bigint | yes | val -btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) - -\d testschema.test_index2 -Partitioned index "testschema.test_index2" - Column | Type | Key? | Definition ---------+--------+------+------------ - val | bigint | yes | val -btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - -\d testschema.test_index3 -Partitioned index "testschema.test_index3" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -primary key, btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) - -\d testschema.test_index4 -Partitioned index "testschema.test_index4" - Column | Type | Key? | Definition ---------+--------+------+------------ - id | bigint | yes | id -unique, btree, for table "testschema.test_default_tab_p" -Number of partitions: 1 (Use \d+ to list them.) -Tablespace: "regress_tblspace" - -DROP TABLE testschema.test_default_tab_p; --- check that default_tablespace affects index additions in ALTER TABLE -CREATE TABLE testschema.test_tab(id int) TABLESPACE regress_tblspace; -INSERT INTO testschema.test_tab VALUES (1); -SET default_tablespace TO regress_tblspace; -ALTER TABLE testschema.test_tab ADD CONSTRAINT test_tab_unique UNIQUE (id); -SET default_tablespace TO ''; -ALTER TABLE testschema.test_tab ADD CONSTRAINT test_tab_pkey PRIMARY KEY (id); -\d testschema.test_tab_unique - Index "testschema.test_tab_unique" - Column | Type | Key? | Definition ---------+---------+------+------------ - id | integer | yes | id -unique, btree, for table "testschema.test_tab" -Tablespace: "regress_tblspace" - -\d testschema.test_tab_pkey - Index "testschema.test_tab_pkey" - Column | Type | Key? | Definition ---------+---------+------+------------ - id | integer | yes | id -primary key, btree, for table "testschema.test_tab" - -SELECT * FROM testschema.test_tab; - id ----- - 1 -(1 row) - -DROP TABLE testschema.test_tab; --- check that default_tablespace is handled correctly by multi-command --- ALTER TABLE that includes a tablespace-preserving rewrite -CREATE TABLE testschema.test_tab(a int, b int, c int); -SET default_tablespace TO regress_tblspace; -ALTER TABLE testschema.test_tab ADD CONSTRAINT test_tab_unique UNIQUE (a); -CREATE INDEX test_tab_a_idx ON testschema.test_tab (a); -SET default_tablespace TO ''; -CREATE INDEX test_tab_b_idx ON testschema.test_tab (b); -\d testschema.test_tab_unique - Index "testschema.test_tab_unique" - Column | Type | Key? | Definition ---------+---------+------+------------ - a | integer | yes | a -unique, btree, for table "testschema.test_tab" -Tablespace: "regress_tblspace" - -\d testschema.test_tab_a_idx - Index "testschema.test_tab_a_idx" - Column | Type | Key? | Definition ---------+---------+------+------------ - a | integer | yes | a -btree, for table "testschema.test_tab" -Tablespace: "regress_tblspace" - -\d testschema.test_tab_b_idx - Index "testschema.test_tab_b_idx" - Column | Type | Key? | Definition ---------+---------+------+------------ - b | integer | yes | b -btree, for table "testschema.test_tab" - -ALTER TABLE testschema.test_tab ALTER b TYPE bigint, ADD UNIQUE (c); -\d testschema.test_tab_unique - Index "testschema.test_tab_unique" - Column | Type | Key? | Definition ---------+---------+------+------------ - a | integer | yes | a -unique, btree, for table "testschema.test_tab" -Tablespace: "regress_tblspace" - -\d testschema.test_tab_a_idx - Index "testschema.test_tab_a_idx" - Column | Type | Key? | Definition ---------+---------+------+------------ - a | integer | yes | a -btree, for table "testschema.test_tab" -Tablespace: "regress_tblspace" - -\d testschema.test_tab_b_idx - Index "testschema.test_tab_b_idx" - Column | Type | Key? | Definition ---------+--------+------+------------ - b | bigint | yes | b -btree, for table "testschema.test_tab" - -DROP TABLE testschema.test_tab; --- let's try moving a table from one place to another -CREATE TABLE testschema.atable AS VALUES (1), (2); -CREATE UNIQUE INDEX anindex ON testschema.atable(column1); -ALTER TABLE testschema.atable SET TABLESPACE regress_tblspace; -ALTER INDEX testschema.anindex SET TABLESPACE regress_tblspace; -ALTER INDEX testschema.part_a_idx SET TABLESPACE pg_global; -ERROR: only shared relations can be placed in pg_global tablespace -ALTER INDEX testschema.part_a_idx SET TABLESPACE pg_default; -ALTER INDEX testschema.part_a_idx SET TABLESPACE regress_tblspace; -INSERT INTO testschema.atable VALUES(3); -- ok -INSERT INTO testschema.atable VALUES(1); -- fail (checks index) -ERROR: duplicate key value violates unique constraint "anindex" -DETAIL: Key (column1)=(1) already exists. -SELECT COUNT(*) FROM testschema.atable; -- checks heap - count -------- - 3 -(1 row) - --- let's try moving a materialized view from one place to another -CREATE MATERIALIZED VIEW testschema.amv AS SELECT * FROM testschema.atable; -ALTER MATERIALIZED VIEW testschema.amv SET TABLESPACE regress_tblspace; -REFRESH MATERIALIZED VIEW testschema.amv; -SELECT COUNT(*) FROM testschema.amv; - count -------- - 3 -(1 row) - --- Will fail with bad path -CREATE TABLESPACE regress_badspace LOCATION '/no/such/location'; -ERROR: directory "/no/such/location" does not exist --- No such tablespace -CREATE TABLE bar (i int) TABLESPACE regress_nosuchspace; -ERROR: tablespace "regress_nosuchspace" does not exist --- Fail, in use for some partitioned object -DROP TABLESPACE regress_tblspace; -ERROR: tablespace "regress_tblspace" cannot be dropped because some objects depend on it -DETAIL: tablespace for index testschema.part_a_idx -ALTER INDEX testschema.part_a_idx SET TABLESPACE pg_default; --- Fail, not empty -DROP TABLESPACE regress_tblspace; -ERROR: tablespace "regress_tblspace" is not empty --- Adequate cache initialization before GRANT -\c - -BEGIN; -GRANT ALL ON TABLESPACE regress_tblspace TO PUBLIC; -ROLLBACK; -CREATE ROLE regress_tablespace_user1 login; -CREATE ROLE regress_tablespace_user2 login; -GRANT USAGE ON SCHEMA testschema TO regress_tablespace_user2; -ALTER TABLESPACE regress_tblspace OWNER TO regress_tablespace_user1; -CREATE TABLE testschema.tablespace_acl (c int); --- new owner lacks permission to create this index from scratch -CREATE INDEX k ON testschema.tablespace_acl (c) TABLESPACE regress_tblspace; -ALTER TABLE testschema.tablespace_acl OWNER TO regress_tablespace_user2; -SET SESSION ROLE regress_tablespace_user2; -CREATE TABLE tablespace_table (i int) TABLESPACE regress_tblspace; -- fail -ERROR: permission denied for tablespace regress_tblspace -ALTER TABLE testschema.tablespace_acl ALTER c TYPE bigint; -REINDEX (TABLESPACE regress_tblspace) TABLE tablespace_table; -- fail -ERROR: permission denied for tablespace regress_tblspace -REINDEX (TABLESPACE regress_tblspace, CONCURRENTLY) TABLE tablespace_table; -- fail -ERROR: permission denied for tablespace regress_tblspace -RESET ROLE; -ALTER TABLESPACE regress_tblspace RENAME TO regress_tblspace_renamed; -ALTER TABLE ALL IN TABLESPACE regress_tblspace_renamed SET TABLESPACE pg_default; -ALTER INDEX ALL IN TABLESPACE regress_tblspace_renamed SET TABLESPACE pg_default; -ALTER MATERIALIZED VIEW ALL IN TABLESPACE regress_tblspace_renamed SET TABLESPACE pg_default; --- Should show notice that nothing was done -ALTER TABLE ALL IN TABLESPACE regress_tblspace_renamed SET TABLESPACE pg_default; -NOTICE: no matching relations in tablespace "regress_tblspace_renamed" found -ALTER MATERIALIZED VIEW ALL IN TABLESPACE regress_tblspace_renamed SET TABLESPACE pg_default; -NOTICE: no matching relations in tablespace "regress_tblspace_renamed" found --- Should succeed -DROP TABLESPACE regress_tblspace_renamed; -DROP SCHEMA testschema CASCADE; -NOTICE: drop cascades to 7 other objects -DETAIL: drop cascades to table testschema.foo -drop cascades to table testschema.asselect -drop cascades to table testschema.asexecute -drop cascades to table testschema.part -drop cascades to table testschema.atable -drop cascades to materialized view testschema.amv -drop cascades to table testschema.tablespace_acl -DROP ROLE regress_tablespace_user1; -DROP ROLE regress_tablespace_user2; +psql: error: connection to server on socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" failed: No such file or directory + Is the server running locally and accepting connections on that socket? === EOF === [19:32:43.587](68.250s) not ok 5 - regression tests pass [19:32:43.587](0.000s) # Failed test 'regression tests pass' # at /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 303. [19:32:43.587](0.000s) # got: '256' # expected: '0' # Checking port 14028 # Found port 14028 Name: new_node Data directory: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/archives Connection string: port=14028 host=/tmp/Q6aBrZEezA Log file: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_new_node.log [19:32:43.591](0.004s) # initializing database system by running initdb # Running: initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata --auth trust --wal-segsize 1 --allow-group-access --encoding SQL_ASCII --locale-provider libc -c debug_copy_parse_plan_trees=on -c debug_write_read_parse_plan_trees=on -c debug_raw_expression_coverage_test=on -c debug_parallel_query=regress The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default text search configuration will be set to "english". Data page checksums are enabled. creating directory /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default "max_connections" ... 100 selecting default "shared_buffers" ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata ### Restarting node "old_node" # Running: pg_ctl --wait --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --log /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_old_node.log restart pg_ctl: PID file "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/postmaster.pid" does not exist Is server running? trying to start server anyway waiting for server to start.... done server started # Postmaster PID for node "old_node" is 36444 # Checking port 14029 # Found port 14029 Name: dst_node Data directory: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_dst_node_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_dst_node_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_dst_node_data/archives Connection string: port=14029 host=/tmp/Q6aBrZEezA Log file: /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_dst_node.log [19:32:45.452](1.861s) # initializing database system by running initdb # Running: initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_dst_node_data/pgdata --auth trust --wal-segsize 1 --allow-group-access --encoding UTF-8 --lc-collate C --lc-ctype C --locale-provider builtin --builtin-locale C.UTF-8 -k -c debug_copy_parse_plan_trees=on -c debug_write_read_parse_plan_trees=on -c debug_raw_expression_coverage_test=on -c debug_parallel_query=regress -c debug_copy_parse_plan_trees=on -c debug_write_read_parse_plan_trees=on -c debug_raw_expression_coverage_test=on -c debug_parallel_query=regress The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: builtin default collation: C.UTF-8 LC_COLLATE: C LC_CTYPE: C LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default text search configuration will be set to "english". Data page checksums are enabled. creating directory /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_dst_node_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default "max_connections" ... 100 selecting default "shared_buffers" ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_dst_node_data/pgdata -l logfile start # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_dst_node_data/pgdata ### Starting node "dst_node" # Running: pg_ctl --wait --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_dst_node_data/pgdata --log /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_dst_node.log --options --cluster-name=dst_node start waiting for server to start.... done server started # Postmaster PID for node "dst_node" is 37167 # Running: pg_dump -Fd -j2 --no-sync -d port=14027 host=/tmp/Q6aBrZEezA dbname='regression' --create -f /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_Ia4s/regression.dump [19:32:49.695](4.242s) ok 6 - pg_dump on source instance # Running: pg_restore --create -j2 -d postgres /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_Ia4s/regression.dump [19:32:51.507](1.812s) ok 7 - pg_restore to destination instance # Running: pg_dump --no-sync -d port=14027 host=/tmp/Q6aBrZEezA dbname='regression' -f /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_Ia4s/src_dump.sql # Running: pg_dump --no-sync -d port=14029 host=/tmp/Q6aBrZEezA dbname='regression' -f /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_Ia4s/dest_dump.sql [19:32:57.633](6.126s) ok 8 - dump outputs from original and restored regression databases match # Running: pg_dumpall --no-sync --dbname port=14027 host=/tmp/Q6aBrZEezA dbname='postgres' --file /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_Ia4s/dump1.sql [19:33:05.631](7.998s) ok 9 - dump before running pg_upgrade ### Stopping node "old_node" using mode fast # Running: pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --mode fast stop waiting for server to shut down.... done server stopped # No postmaster PID for node "old_node" # Running: pg_upgrade --no-sync --old-datadir /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --new-datadir /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata --old-bindir /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/does/not/exist/ --new-bindir /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin --socketdir /tmp/Q6aBrZEezA --old-port 14027 --new-port 14028 --link --check [19:33:05.859](0.228s) ok 10 - run of pg_upgrade --check for new instance with incorrect binary path status (got 1 vs expected 1) [19:33:05.859](0.000s) ok 11 - run of pg_upgrade --check for new instance with incorrect binary path stdout /(?^:check for ".*?does/not/exist" failed)/ [19:33:05.859](0.000s) ok 12 - pg_upgrade_output.d/ not removed after pg_upgrade failure # Running: pg_upgrade --no-sync --old-datadir /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --new-datadir /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata --old-bindir /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin --new-bindir /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin --socketdir /tmp/Q6aBrZEezA --old-port 14027 --new-port 14028 --link --check [19:33:06.215](0.356s) ok 13 - invalid database causes failure status (got 1 vs expected 1) [19:33:06.216](0.000s) ok 14 - invalid database causes failure stdout /(?^:datconnlimit)/ [19:33:06.216](0.000s) ok 15 - invalid database causes failure stderr /(?^:^$)/ ### Starting node "old_node" # Running: pg_ctl --wait --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --log /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_old_node.log --options --cluster-name=old_node start waiting for server to start.... done server started # Postmaster PID for node "old_node" is 45383 ### Stopping node "old_node" using mode fast # Running: pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --mode fast stop waiting for server to shut down.... done server stopped # No postmaster PID for node "old_node" # Running: pg_upgrade --no-sync --old-datadir /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --new-datadir /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata --old-bindir /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin --new-bindir /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin --socketdir /tmp/Q6aBrZEezA --old-port 14027 --new-port 14028 --link --check Performing Consistency Checks ----------------------------- Checking cluster versions ok Checking database connection settings ok tablespace directory "pg_tblspc/16388" does not exist Failure, exiting [19:33:07.164](0.948s) not ok 16 - run of pg_upgrade --check for new instance [19:33:07.164](0.000s) # Failed test 'run of pg_upgrade --check for new instance' # at /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 552. [19:33:07.164](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success [19:33:07.164](0.000s) # Failed test 'pg_upgrade_output.d/ removed after pg_upgrade --check success' # at /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 565. # Running: pg_upgrade --no-sync --old-datadir /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --new-datadir /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata --old-bindir /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin --new-bindir /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin --socketdir /tmp/Q6aBrZEezA --old-port 14027 --new-port 14028 --link Performing Consistency Checks ----------------------------- Checking cluster versions ok Checking database connection settings ok tablespace directory "pg_tblspc/16388" does not exist Failure, exiting [19:33:07.770](0.605s) not ok 18 - run of pg_upgrade for new instance [19:33:07.770](0.001s) # Failed test 'run of pg_upgrade for new instance' # at /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 569. [19:33:07.770](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success [19:33:07.772](0.002s) # Failed test 'pg_upgrade_output.d/ removed after pg_upgrade success' # at /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 582. ### Starting node "new_node" # Running: pg_ctl --wait --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata --log /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_new_node.log --options --cluster-name=new_node start waiting for server to start.... done server started # Postmaster PID for node "new_node" is 46396 [19:33:07.954](0.182s) # === pg_upgrade logs found - appending to /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/log/regress_log_002_pg_upgrade === [19:33:07.957](0.003s) # === appending /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193307.179/log/pg_upgrade_internal.log === === contents of /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193307.179/log/pg_upgrade_internal.log === ----------------------------------------------------------------- pg_upgrade run on Sun May 11 19:33:07 2025 ----------------------------------------------------------------- Performing Consistency Checks ----------------------------- Checking cluster versions ok Checking database connection settings ok tablespace directory "pg_tblspc/16388" does not exist === EOF === [19:33:07.959](0.002s) # === appending /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193307.179/log/pg_upgrade_utility.log === === contents of /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193307.179/log/pg_upgrade_utility.log === ----------------------------------------------------------------- pg_upgrade run on Sun May 11 19:33:07 2025 ----------------------------------------------------------------- === EOF === [19:33:07.959](0.000s) # === appending /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193307.179/log/pg_upgrade_server.log === === contents of /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193307.179/log/pg_upgrade_server.log === ----------------------------------------------------------------- pg_upgrade run on Sun May 11 19:33:07 2025 ----------------------------------------------------------------- command: "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/pg_ctl" -w -l "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193307.179/log/pg_upgrade_server.log" -D "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata" -o "-p 14027 -b -c max_slot_wal_keep_size=-1 -c idle_replication_slot_timeout=0 -c listen_addresses='' -c unix_socket_permissions=0700 -c unix_socket_directories='/tmp/Q6aBrZEezA'" start >> "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193307.179/log/pg_upgrade_server.log" 2>&1 waiting for server to start....2025-05-11 19:33:07.337 UTC [46095][postmaster] LOG: starting PostgreSQL 18beta1 on x86_64-freebsd, compiled by clang-18.1.6, 64-bit 2025-05-11 19:33:07.337 UTC [46095][postmaster] LOG: listening on Unix socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" 2025-05-11 19:33:07.341 UTC [46110][startup] LOG: database system was shut down at 2025-05-11 19:33:07 UTC 2025-05-11 19:33:07.343 UTC [46095][postmaster] LOG: database system is ready to accept connections done server started 2025-05-11 19:33:07.416 UTC [46155][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.416 UTC [46155][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.416 UTC [46155][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.422 UTC [46155][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.005 user=postgres database=template1 host=[local] 2025-05-11 19:33:07.423 UTC [46159][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.423 UTC [46159][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.423 UTC [46159][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.431 UTC [46159][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.008 user=postgres database=template1 host=[local] 2025-05-11 19:33:07.432 UTC [46165][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.432 UTC [46165][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.432 UTC [46165][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.441 UTC [46165][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.009 user=postgres database=template1 host=[local] 2025-05-11 19:33:07.442 UTC [46172][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.443 UTC [46172][client backend] [[unknown]][3/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.443 UTC [46172][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.455 UTC [46172][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.013 user=postgres database=template1 host=[local] 2025-05-11 19:33:07.490 UTC [46182][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.490 UTC [46182][client backend] [[unknown]][4/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.490 UTC [46182][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.507 UTC [46182][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.017 user=postgres database=template1 host=[local] 2025-05-11 19:33:07.507 UTC [46213][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.509 UTC [46213][client backend] [[unknown]][5/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.509 UTC [46213][client backend] [[unknown]][5/1:0] LOG: connection authorized: user=postgres database=postgres application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.535 UTC [46213][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.028 user=postgres database=postgres host=[local] 2025-05-11 19:33:07.535 UTC [46228][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.537 UTC [46228][client backend] [[unknown]][6/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.537 UTC [46228][client backend] [[unknown]][6/1:0] LOG: connection authorized: user=postgres database=regression\"\  !"#$%&'()*+,-\\"\\\ application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.557 UTC [46228][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.021 user=postgres database=regression\"\  !"#$%&'()*+,-\\"\\\ host=[local] 2025-05-11 19:33:07.561 UTC [46237][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.561 UTC [46237][client backend] [[unknown]][7/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.561 UTC [46237][client backend] [[unknown]][7/1:0] LOG: connection authorized: user=postgres database=regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.581 UTC [46237][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.020 user=postgres database=regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ host=[local] 2025-05-11 19:33:07.584 UTC [46248][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.584 UTC [46248][client backend] [[unknown]][8/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.584 UTC [46248][client backend] [[unknown]][8/1:0] LOG: connection authorized: user=postgres database=regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.610 UTC [46248][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.026 user=postgres database=regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ host=[local] 2025-05-11 19:33:07.611 UTC [46264][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.612 UTC [46264][client backend] [[unknown]][9/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.612 UTC [46264][client backend] [[unknown]][9/1:0] LOG: connection authorized: user=postgres database=regression application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.642 UTC [46264][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.030 user=postgres database=regression host=[local] 2025-05-11 19:33:07.644 UTC [46280][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.644 UTC [46280][client backend] [[unknown]][10/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.644 UTC [46280][client backend] [[unknown]][10/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl command: "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/pg_ctl" -w -D "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata" -o "" -m fast stop >> "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193307.179/log/pg_upgrade_server.log" 2>&1 2025-05-11 19:33:07.660 UTC [46095][postmaster] LOG: received fast shutdown request 2025-05-11 19:33:07.660 UTC [46095][postmaster] LOG: aborting any active transactions 2025-05-11 19:33:07.660 UTC [46280][client backend] [002_pg_upgrade.pl][10/0:0] FATAL: terminating connection due to administrator command 2025-05-11 19:33:07.660 UTC [46280][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.016 user=postgres database=template1 host=[local] waiting for server to shut down....2025-05-11 19:33:07.662 UTC [46108][checkpointer] LOG: shutting down 2025-05-11 19:33:07.662 UTC [46108][checkpointer] LOG: checkpoint starting: shutdown immediate 2025-05-11 19:33:07.663 UTC [46108][checkpointer] LOG: checkpoint complete: wrote 0 buffers (0.0%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=0 kB; lsn=0/9EC2E00, redo lsn=0/9EC2E00 2025-05-11 19:33:07.667 UTC [46095][postmaster] LOG: database system is shut down done server stopped === EOF === [19:33:07.960](0.000s) # === appending /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193306.497/log/pg_upgrade_internal.log === === contents of /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193306.497/log/pg_upgrade_internal.log === ----------------------------------------------------------------- pg_upgrade run on Sun May 11 19:33:06 2025 ----------------------------------------------------------------- Performing Consistency Checks ----------------------------- Checking cluster versions ok Checking database connection settings ok tablespace directory "pg_tblspc/16388" does not exist === EOF === [19:33:07.960](0.000s) # === appending /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193306.497/log/pg_upgrade_utility.log === === contents of /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193306.497/log/pg_upgrade_utility.log === ----------------------------------------------------------------- pg_upgrade run on Sun May 11 19:33:06 2025 ----------------------------------------------------------------- === EOF === [19:33:07.960](0.000s) # === appending /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193306.497/log/pg_upgrade_server.log === === contents of /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193306.497/log/pg_upgrade_server.log === ----------------------------------------------------------------- pg_upgrade run on Sun May 11 19:33:06 2025 ----------------------------------------------------------------- command: "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/pg_ctl" -w -l "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193306.497/log/pg_upgrade_server.log" -D "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata" -o "-p 14027 -b -c max_slot_wal_keep_size=-1 -c idle_replication_slot_timeout=0 -c listen_addresses='' -c unix_socket_permissions=0700 -c unix_socket_directories='/tmp/Q6aBrZEezA'" start >> "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193306.497/log/pg_upgrade_server.log" 2>&1 waiting for server to start....2025-05-11 19:33:06.612 UTC [45655][postmaster] LOG: starting PostgreSQL 18beta1 on x86_64-freebsd, compiled by clang-18.1.6, 64-bit 2025-05-11 19:33:06.613 UTC [45655][postmaster] LOG: listening on Unix socket "/tmp/Q6aBrZEezA/.s.PGSQL.14027" 2025-05-11 19:33:06.618 UTC [45665][startup] LOG: database system was shut down at 2025-05-11 19:33:06 UTC 2025-05-11 19:33:06.619 UTC [45655][postmaster] LOG: database system is ready to accept connections done server started 2025-05-11 19:33:06.703 UTC [45723][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:06.704 UTC [45723][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:06.704 UTC [45723][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl 2025-05-11 19:33:06.716 UTC [45723][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.013 user=postgres database=template1 host=[local] 2025-05-11 19:33:06.750 UTC [45734][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:06.751 UTC [45734][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:06.751 UTC [45734][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl 2025-05-11 19:33:06.820 UTC [45734][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.101 user=postgres database=template1 host=[local] 2025-05-11 19:33:06.822 UTC [45795][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:06.822 UTC [45795][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:06.822 UTC [45795][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl 2025-05-11 19:33:06.832 UTC [45795][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.010 user=postgres database=template1 host=[local] 2025-05-11 19:33:06.832 UTC [45804][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:06.832 UTC [45804][client backend] [[unknown]][3/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:06.832 UTC [45804][client backend] [[unknown]][3/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl 2025-05-11 19:33:06.890 UTC [45804][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.058 user=postgres database=template1 host=[local] 2025-05-11 19:33:06.892 UTC [45836][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:06.893 UTC [45836][client backend] [[unknown]][4/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:06.893 UTC [45836][client backend] [[unknown]][4/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl 2025-05-11 19:33:06.907 UTC [45836][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.015 user=postgres database=template1 host=[local] 2025-05-11 19:33:06.909 UTC [45844][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:06.910 UTC [45844][client backend] [[unknown]][5/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:06.910 UTC [45844][client backend] [[unknown]][5/1:0] LOG: connection authorized: user=postgres database=postgres application_name=002_pg_upgrade.pl 2025-05-11 19:33:06.938 UTC [45844][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.028 user=postgres database=postgres host=[local] 2025-05-11 19:33:06.939 UTC [45857][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:06.940 UTC [45857][client backend] [[unknown]][6/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:06.940 UTC [45857][client backend] [[unknown]][6/1:0] LOG: connection authorized: user=postgres database=regression\"\  !"#$%&'()*+,-\\"\\\ application_name=002_pg_upgrade.pl 2025-05-11 19:33:06.957 UTC [45857][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.017 user=postgres database=regression\"\  !"#$%&'()*+,-\\"\\\ host=[local] 2025-05-11 19:33:06.958 UTC [45869][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:06.958 UTC [45869][client backend] [[unknown]][7/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:06.958 UTC [45869][client backend] [[unknown]][7/1:0] LOG: connection authorized: user=postgres database=regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ application_name=002_pg_upgrade.pl 2025-05-11 19:33:06.976 UTC [45869][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.017 user=postgres database=regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ host=[local] 2025-05-11 19:33:06.976 UTC [45879][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:06.977 UTC [45879][client backend] [[unknown]][8/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:06.977 UTC [45879][client backend] [[unknown]][8/1:0] LOG: connection authorized: user=postgres database=regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.015 UTC [45879][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.038 user=postgres database=regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ host=[local] 2025-05-11 19:33:07.020 UTC [45901][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.021 UTC [45901][client backend] [[unknown]][9/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.021 UTC [45901][client backend] [[unknown]][9/1:0] LOG: connection authorized: user=postgres database=regression application_name=002_pg_upgrade.pl 2025-05-11 19:33:07.047 UTC [45901][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.027 user=postgres database=regression host=[local] 2025-05-11 19:33:07.049 UTC [45919][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-05-11 19:33:07.050 UTC [45919][client backend] [[unknown]][10/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata/pg_hba.conf:117) 2025-05-11 19:33:07.050 UTC [45919][client backend] [[unknown]][10/1:0] LOG: connection authorized: user=postgres database=template1 application_name=002_pg_upgrade.pl command: "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/pg_ctl" -w -D "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata" -o "" -m fast stop >> "/tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata/pg_upgrade_output.d/20250511T193306.497/log/pg_upgrade_server.log" 2>&1 2025-05-11 19:33:07.059 UTC [45655][postmaster] LOG: received fast shutdown request 2025-05-11 19:33:07.059 UTC [45655][postmaster] LOG: aborting any active transactions 2025-05-11 19:33:07.059 UTC [45919][client backend] [002_pg_upgrade.pl][10/0:0] FATAL: terminating connection due to administrator command 2025-05-11 19:33:07.059 UTC [45919][client backend] [002_pg_upgrade.pl][:0] LOG: disconnection: session time: 0:00:00.010 user=postgres database=template1 host=[local] waiting for server to shut down....2025-05-11 19:33:07.069 UTC [45663][checkpointer] LOG: shutting down 2025-05-11 19:33:07.069 UTC [45663][checkpointer] LOG: checkpoint starting: shutdown immediate 2025-05-11 19:33:07.069 UTC [45663][checkpointer] LOG: checkpoint complete: wrote 2 buffers (0.0%), wrote 3 SLRU buffers; 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.001 s; sync files=0, longest=0.000 s, average=0.000 s; distance=4 kB, estimate=4 kB; lsn=0/9EC2D88, redo lsn=0/9EC2D88 2025-05-11 19:33:07.072 UTC [45655][postmaster] LOG: database system is shut down done server stopped === EOF === [19:33:07.996](0.036s) not ok 20 - check that locales in new cluster match original cluster [19:33:07.997](0.002s) # Failed test 'check that locales in new cluster match original cluster' # at /tmp/cirrus-ci-build/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 617. [19:33:07.998](0.001s) # got: '0|c|en_US.UTF-8|en_US.UTF-8|' # expected: '6|b|C|C|C.UTF-8' # Running: pg_dumpall --no-sync --dbname port=14028 host=/tmp/Q6aBrZEezA dbname='postgres' --file /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_Ia4s/dump2.sql [19:33:09.545](1.547s) ok 21 - dump after running pg_upgrade [19:33:09.593](0.048s) not ok 22 - old and new dumps match after pg_upgrade [19:33:09.594](0.001s) # Failed test 'old and new dumps match after pg_upgrade' # at /tmp/cirrus-ci-build/src/test/perl/PostgreSQL/Test/Utils.pm line 800. [19:33:09.594](0.000s) # got: '1' # expected: '0' === diff of /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_Ia4s/dump1.sql_filtered and /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_Ia4s/dump2.sql_filtered === stdout === --- /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_Ia4s/dump1.sql_filtered 2025-05-11 19:33:09.592741000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_Ia4s/dump2.sql_filtered 2025-05-11 19:33:09.592990000 +0000 @@ -2,7 +2,7 @@ -- PostgreSQL database cluster dump -- SET default_transaction_read_only = off; -SET client_encoding = 'UTF8'; +SET client_encoding = 'SQL_ASCII'; SET standard_conforming_strings = on; -- -- Roles @@ -10,10 +10,6 @@ CREATE ROLE postgres; ALTER ROLE postgres WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN REPLICATION BYPASSRLS; -- --- Tablespaces --- -CREATE TABLESPACE regress_tblspace OWNER postgres LOCATION ''; --- -- Databases -- -- @@ -28,7 +24,7 @@ SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; +SET client_encoding = 'SQL_ASCII'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false; @@ -50,212658 +46,7 @@ SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; --- --- PostgreSQL database dump complete --- --- --- Database "regression" dump --- --- --- PostgreSQL database dump --- --- Dumped by pg_dump version 18beta1 -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; --- --- Name: regression; Type: DATABASE; Schema: -; Owner: postgres --- -CREATE DATABASE regression WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE_PROVIDER = builtin LOCALE = 'C' BUILTIN_LOCALE = 'C.UTF-8'; -ALTER DATABASE regression OWNER TO postgres; -\connect regression -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; --- --- Name: regression; Type: DATABASE PROPERTIES; Schema: -; Owner: postgres --- -ALTER DATABASE regression SET lc_messages TO 'C'; -ALTER DATABASE regression SET lc_monetary TO 'C'; -ALTER DATABASE regression SET lc_numeric TO 'C'; -ALTER DATABASE regression SET lc_time TO 'C'; -ALTER DATABASE regression SET bytea_output TO 'hex'; -ALTER DATABASE regression SET timezone_abbreviations TO 'Default'; -\connect regression -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; --- --- Name: aggtype; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.aggtype AS ( - a integer, - b integer, - c text -); -ALTER TYPE public.aggtype OWNER TO postgres; --- --- Name: arrayrange; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.arrayrange AS RANGE ( - subtype = integer[], - multirange_type_name = public.arraymultirange -); -ALTER TYPE public.arrayrange OWNER TO postgres; --- --- Name: casttesttype; Type: SHELL TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.casttesttype; --- --- Name: casttesttype_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.casttesttype_in(cstring) RETURNS public.casttesttype - LANGUAGE internal IMMUTABLE STRICT - AS $$textin$$; -ALTER FUNCTION public.casttesttype_in(cstring) OWNER TO postgres; --- --- Name: casttesttype_out(public.casttesttype); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.casttesttype_out(public.casttesttype) RETURNS cstring - LANGUAGE internal IMMUTABLE STRICT - AS $$textout$$; -ALTER FUNCTION public.casttesttype_out(public.casttesttype) OWNER TO postgres; --- --- Name: casttesttype; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.casttesttype ( - INTERNALLENGTH = variable, - INPUT = public.casttesttype_in, - OUTPUT = public.casttesttype_out, - ALIGNMENT = int4, - STORAGE = plain -); -ALTER TYPE public.casttesttype OWNER TO postgres; --- --- Name: city_budget; Type: SHELL TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.city_budget; --- --- Name: int44in(cstring); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.int44in(cstring) RETURNS public.city_budget - LANGUAGE c IMMUTABLE STRICT - AS '/tmp/cirrus-ci-build/build/src/test/regress/regress.so', 'int44in'; -ALTER FUNCTION public.int44in(cstring) OWNER TO postgres; --- --- Name: int44out(public.city_budget); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.int44out(public.city_budget) RETURNS cstring - LANGUAGE c IMMUTABLE STRICT - AS '/tmp/cirrus-ci-build/build/src/test/regress/regress.so', 'int44out'; -ALTER FUNCTION public.int44out(public.city_budget) OWNER TO postgres; --- --- Name: city_budget; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.city_budget ( - INTERNALLENGTH = 16, - INPUT = public.int44in, - OUTPUT = public.int44out, - SUBSCRIPT = raw_array_subscript_handler, - ELEMENT = integer, - CATEGORY = 'x', - PREFERRED = true, - ALIGNMENT = int4, - STORAGE = plain -); -ALTER TYPE public.city_budget OWNER TO postgres; --- --- Name: float8range; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.float8range AS RANGE ( - subtype = double precision, - multirange_type_name = public.float8multirange, - subtype_diff = float8mi -); -ALTER TYPE public.float8range OWNER TO postgres; --- --- Name: insenum; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.insenum AS ENUM ( - 'L1', - 'i1', - 'i2', - 'i3', - 'i4', - 'i5', - 'i6', - 'i7', - 'i8', - 'i9', - 'i10', - 'i11', - 'i12', - 'i13', - 'i14', - 'i15', - 'i16', - 'i17', - 'i18', - 'i19', - 'i20', - 'i21', - 'i22', - 'i23', - 'i24', - 'i25', - 'i26', - 'i27', - 'i28', - 'i29', - 'i30', - 'L2' -); -ALTER TYPE public.insenum OWNER TO postgres; --- --- Name: int42; Type: SHELL TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.int42; --- --- Name: int42_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.int42_in(cstring) RETURNS public.int42 - LANGUAGE internal IMMUTABLE STRICT - AS $$int4in$$; -ALTER FUNCTION public.int42_in(cstring) OWNER TO postgres; --- --- Name: int42_out(public.int42); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.int42_out(public.int42) RETURNS cstring - LANGUAGE internal IMMUTABLE STRICT - AS $$int4out$$; -ALTER FUNCTION public.int42_out(public.int42) OWNER TO postgres; --- --- Name: int42; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.int42 ( - INTERNALLENGTH = 4, - INPUT = public.int42_in, - OUTPUT = public.int42_out, - DEFAULT = '42', - ALIGNMENT = int4, - STORAGE = plain, - PASSEDBYVALUE -); -ALTER TYPE public.int42 OWNER TO postgres; --- --- Name: myshell; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.myshell; -ALTER TYPE public.myshell OWNER TO postgres; --- --- Name: person_type; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.person_type AS ( - id integer, - name text -); -ALTER TYPE public.person_type OWNER TO postgres; --- --- Name: planets; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.planets AS ENUM ( - 'mercury', - 'venus', - 'earth', - 'mars', - 'jupiter', - 'saturn', - 'uranus', - 'neptune', - 'pluto' -); -ALTER TYPE public.planets OWNER TO postgres; --- --- Name: stoplight; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.stoplight AS ENUM ( - 'red', - 'yellow', - 'green' -); -ALTER TYPE public.stoplight OWNER TO postgres; --- --- Name: text_w_default; Type: SHELL TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.text_w_default; --- --- Name: text_w_default_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.text_w_default_in(cstring) RETURNS public.text_w_default - LANGUAGE internal IMMUTABLE STRICT - AS $$textin$$; -ALTER FUNCTION public.text_w_default_in(cstring) OWNER TO postgres; --- --- Name: text_w_default_out(public.text_w_default); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.text_w_default_out(public.text_w_default) RETURNS cstring - LANGUAGE internal IMMUTABLE STRICT - AS $$textout$$; -ALTER FUNCTION public.text_w_default_out(public.text_w_default) OWNER TO postgres; --- --- Name: text_w_default; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.text_w_default ( - INTERNALLENGTH = variable, - INPUT = public.text_w_default_in, - OUTPUT = public.text_w_default_out, - DEFAULT = 'zippo', - ALIGNMENT = int4, - STORAGE = plain -); -ALTER TYPE public.text_w_default OWNER TO postgres; --- --- Name: textrange; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.textrange AS RANGE ( - subtype = text, - multirange_type_name = public.textmultirange, - collation = pg_catalog."C" -); -ALTER TYPE public.textrange OWNER TO postgres; --- --- Name: varbitrange; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.varbitrange AS RANGE ( - subtype = bit varying, - multirange_type_name = public.varbitmultirange -); -ALTER TYPE public.varbitrange OWNER TO postgres; --- --- Name: widget; Type: SHELL TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.widget; --- --- Name: widget_in(cstring); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.widget_in(cstring) RETURNS public.widget - LANGUAGE c IMMUTABLE STRICT - AS '/tmp/cirrus-ci-build/build/src/test/regress/regress.so', 'widget_in'; -ALTER FUNCTION public.widget_in(cstring) OWNER TO postgres; --- --- Name: widget_out(public.widget); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.widget_out(public.widget) RETURNS cstring - LANGUAGE c IMMUTABLE STRICT - AS '/tmp/cirrus-ci-build/build/src/test/regress/regress.so', 'widget_out'; -ALTER FUNCTION public.widget_out(public.widget) OWNER TO postgres; --- --- Name: widget; Type: TYPE; Schema: public; Owner: postgres --- -CREATE TYPE public.widget ( - INTERNALLENGTH = 24, - INPUT = public.widget_in, - OUTPUT = public.widget_out, - TYPMOD_IN = numerictypmodin, - TYPMOD_OUT = numerictypmodout, - ALIGNMENT = double, - STORAGE = plain -); -ALTER TYPE public.widget OWNER TO postgres; --- --- Name: CAST (text AS public.casttesttype); Type: CAST; Schema: -; Owner: - --- -CREATE CAST (text AS public.casttesttype) WITHOUT FUNCTION AS IMPLICIT; --- --- Name: bar_int4_text(integer); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.bar_int4_text(integer) RETURNS text - LANGUAGE sql - AS $_$ SELECT ('bar'::text || $1::text); $_$; -ALTER FUNCTION public.bar_int4_text(integer) OWNER TO postgres; --- --- Name: CAST (integer AS public.casttesttype); Type: CAST; Schema: -; Owner: - --- -CREATE CAST (integer AS public.casttesttype) WITH FUNCTION public.bar_int4_text(integer) AS IMPLICIT; --- --- Name: aggf_trans(public.aggtype[], integer, integer, text); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.aggf_trans(public.aggtype[], integer, integer, text) RETURNS public.aggtype[] - LANGUAGE sql IMMUTABLE STRICT - AS $_$select array_append($1,ROW($2,$3,$4)::aggtype)$_$; -ALTER FUNCTION public.aggf_trans(public.aggtype[], integer, integer, text) OWNER TO postgres; --- --- Name: aggfns_trans(public.aggtype[], integer, integer, text); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.aggfns_trans(public.aggtype[], integer, integer, text) RETURNS public.aggtype[] - LANGUAGE sql IMMUTABLE - AS $_$select array_append($1,ROW($2,$3,$4)::aggtype)$_$; -ALTER FUNCTION public.aggfns_trans(public.aggtype[], integer, integer, text) OWNER TO postgres; --- --- Name: binary_coercible(oid, oid); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.binary_coercible(oid, oid) RETURNS boolean - LANGUAGE c STABLE STRICT PARALLEL SAFE - AS '/tmp/cirrus-ci-build/build/src/test/regress/regress.so', 'binary_coercible'; -ALTER FUNCTION public.binary_coercible(oid, oid) OWNER TO postgres; --- --- Name: casttestfunc(public.casttesttype); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.casttestfunc(public.casttesttype) RETURNS integer - LANGUAGE sql - AS $$ SELECT 1; $$; -ALTER FUNCTION public.casttestfunc(public.casttesttype) OWNER TO postgres; --- --- Name: city_delete(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.city_delete() RETURNS trigger - LANGUAGE plpgsql - AS $$ -begin - DELETE FROM city_table WHERE city_id = OLD.city_id; - if NOT FOUND then RETURN NULL; end if; - RETURN OLD; -end; -$$; -ALTER FUNCTION public.city_delete() OWNER TO postgres; --- --- Name: city_insert(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.city_insert() RETURNS trigger - LANGUAGE plpgsql - AS $$ -declare - ctry_id int; -begin - if NEW.country_name IS NOT NULL then - SELECT country_id, continent INTO ctry_id, NEW.continent - FROM country_table WHERE country_name = NEW.country_name; - if NOT FOUND then - raise exception 'No such country: "%"', NEW.country_name; - end if; - else - NEW.continent := NULL; - end if; - if NEW.city_id IS NOT NULL then - INSERT INTO city_table - VALUES(NEW.city_id, NEW.city_name, NEW.population, ctry_id); - else - INSERT INTO city_table(city_name, population, country_id) - VALUES(NEW.city_name, NEW.population, ctry_id) - RETURNING city_id INTO NEW.city_id; - end if; - RETURN NEW; -end; -$$; -ALTER FUNCTION public.city_insert() OWNER TO postgres; --- --- Name: city_update(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.city_update() RETURNS trigger - LANGUAGE plpgsql - AS $$ -declare - ctry_id int; -begin - if NEW.country_name IS DISTINCT FROM OLD.country_name then - SELECT country_id, continent INTO ctry_id, NEW.continent - FROM country_table WHERE country_name = NEW.country_name; - if NOT FOUND then - raise exception 'No such country: "%"', NEW.country_name; - end if; - UPDATE city_table SET city_name = NEW.city_name, - population = NEW.population, - country_id = ctry_id - WHERE city_id = OLD.city_id; - else - UPDATE city_table SET city_name = NEW.city_name, - population = NEW.population - WHERE city_id = OLD.city_id; - NEW.continent := OLD.continent; - end if; - if NOT FOUND then RETURN NULL; end if; - RETURN NEW; -end; -$$; -ALTER FUNCTION public.city_update() OWNER TO postgres; --- --- Name: cleast_accum(anycompatible, anycompatiblearray); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.cleast_accum(anycompatible, VARIADIC anycompatiblearray) RETURNS anycompatible - LANGUAGE sql - AS $_$select least($1, min($2[i])) from generate_subscripts($2,1) g(i)$_$; -ALTER FUNCTION public.cleast_accum(anycompatible, VARIADIC anycompatiblearray) OWNER TO postgres; --- --- Name: distinct_func(integer); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.distinct_func(a integer) RETURNS integer - LANGUAGE plpgsql PARALLEL SAFE - AS $$ - BEGIN - RETURN a; - END; -$$; -ALTER FUNCTION public.distinct_func(a integer) OWNER TO postgres; --- --- Name: do_analyze(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.do_analyze() RETURNS void - LANGUAGE sql - AS $$ANALYZE pg_am$$; -ALTER FUNCTION public.do_analyze() OWNER TO postgres; --- --- Name: dummy_update_func(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.dummy_update_func() RETURNS trigger - LANGUAGE plpgsql - AS $$ -BEGIN - RAISE NOTICE 'dummy_update_func(%) called: action = %, old = %, new = %', - TG_ARGV[0], TG_OP, OLD, NEW; - RETURN NEW; -END; -$$; -ALTER FUNCTION public.dummy_update_func() OWNER TO postgres; --- --- Name: eval(text); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.eval(expr text) RETURNS text - LANGUAGE plpgsql - AS $$ -DECLARE - result text; -BEGIN - EXECUTE 'select '||expr INTO result; - RETURN result; -EXCEPTION WHEN OTHERS THEN - RETURN SQLERRM; -END -$$; -ALTER FUNCTION public.eval(expr text) OWNER TO postgres; --- --- Name: f1_times_10(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.f1_times_10() RETURNS trigger - LANGUAGE plpgsql - AS $$ begin new.f1 := new.f1 * 10; return new; end $$; -ALTER FUNCTION public.f1_times_10() OWNER TO postgres; --- --- Name: fipshash(bytea); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.fipshash(bytea) RETURNS text - LANGUAGE sql IMMUTABLE STRICT LEAKPROOF PARALLEL SAFE - RETURN substr(encode(sha256($1), 'hex'::text), 1, 32); -ALTER FUNCTION public.fipshash(bytea) OWNER TO postgres; --- --- Name: fipshash(text); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.fipshash(text) RETURNS text - LANGUAGE sql IMMUTABLE STRICT LEAKPROOF PARALLEL SAFE - RETURN substr(encode(sha256(($1)::bytea), 'hex'::text), 1, 32); -ALTER FUNCTION public.fipshash(text) OWNER TO postgres; --- --- Name: float8mi_int(double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.float8mi_int(double precision, double precision) RETURNS integer - LANGUAGE sql - AS $_$ SELECT CAST($1 - $2 AS INT); $_$; -ALTER FUNCTION public.float8mi_int(double precision, double precision) OWNER TO postgres; --- --- Name: float8mi_n(double precision, double precision); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.float8mi_n(double precision, double precision) RETURNS double precision - LANGUAGE sql - AS $_$ SELECT $1 - $2; $_$; -ALTER FUNCTION public.float8mi_n(double precision, double precision) OWNER TO postgres; --- --- Name: infinite_recurse(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.infinite_recurse() RETURNS integer - LANGUAGE sql - AS $$select infinite_recurse()$$; -ALTER FUNCTION public.infinite_recurse() OWNER TO postgres; --- --- Name: inoutparam_succeed(anyrange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.inoutparam_succeed(OUT i anyelement, INOUT r anyrange) RETURNS record - LANGUAGE sql - AS $_$ select upper($1), $1 $_$; -ALTER FUNCTION public.inoutparam_succeed(OUT i anyelement, INOUT r anyrange) OWNER TO postgres; --- --- Name: interpt_pp(path, path); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.interpt_pp(path, path) RETURNS point - LANGUAGE c STRICT - AS '/tmp/cirrus-ci-build/build/src/test/regress/regress.so', 'interpt_pp'; -ALTER FUNCTION public.interpt_pp(path, path) OWNER TO postgres; --- --- Name: is_catalog_text_unique_index_oid(oid); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.is_catalog_text_unique_index_oid(oid) RETURNS boolean - LANGUAGE c STRICT - AS '/tmp/cirrus-ci-build/build/src/test/regress/regress.so', 'is_catalog_text_unique_index_oid'; -ALTER FUNCTION public.is_catalog_text_unique_index_oid(oid) OWNER TO postgres; --- --- Name: ks_test_normal_random(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.ks_test_normal_random() RETURNS boolean - LANGUAGE plpgsql - AS $$ -DECLARE - n int := 1000; -- Number of samples - c float8 := 1.94947; -- Critical value for 99.9% confidence - ok boolean; -BEGIN - ok := ( - WITH samples AS ( - SELECT random_normal() r FROM generate_series(1, n) ORDER BY 1 - ), indexed_samples AS ( - SELECT (row_number() OVER())-1.0 i, r FROM samples - ) - SELECT max(abs((1+erf(r/sqrt(2)))/2 - i/n)) < c / sqrt(n) - FROM indexed_samples - ); - RETURN ok; -END -$$; -ALTER FUNCTION public.ks_test_normal_random() OWNER TO postgres; --- --- Name: ks_test_uniform_random(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.ks_test_uniform_random() RETURNS boolean - LANGUAGE plpgsql - AS $$ -DECLARE - n int := 1000; -- Number of samples - c float8 := 1.94947; -- Critical value for 99.9% confidence - ok boolean; -BEGIN - ok := ( - WITH samples AS ( - SELECT random() r FROM generate_series(1, n) ORDER BY 1 - ), indexed_samples AS ( - SELECT (row_number() OVER())-1.0 i, r FROM samples - ) - SELECT max(abs(i/n-r)) < c / sqrt(n) FROM indexed_samples - ); - RETURN ok; -END -$$; -ALTER FUNCTION public.ks_test_uniform_random() OWNER TO postgres; --- --- Name: ks_test_uniform_random_bigint_in_range(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.ks_test_uniform_random_bigint_in_range() RETURNS boolean - LANGUAGE plpgsql - AS $$ -DECLARE - n int := 1000; -- Number of samples - c float8 := 1.94947; -- Critical value for 99.9% confidence - ok boolean; -BEGIN - ok := ( - WITH samples AS ( - SELECT random(0, 999999999999) / 1000000000000.0 r FROM generate_series(1, n) ORDER BY 1 - ), indexed_samples AS ( - SELECT (row_number() OVER())-1.0 i, r FROM samples - ) - SELECT max(abs(i/n-r)) < c / sqrt(n) FROM indexed_samples - ); - RETURN ok; -END -$$; -ALTER FUNCTION public.ks_test_uniform_random_bigint_in_range() OWNER TO postgres; --- --- Name: ks_test_uniform_random_int_in_range(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.ks_test_uniform_random_int_in_range() RETURNS boolean - LANGUAGE plpgsql - AS $$ -DECLARE - n int := 1000; -- Number of samples - c float8 := 1.94947; -- Critical value for 99.9% confidence - ok boolean; -BEGIN - ok := ( - WITH samples AS ( - SELECT random(0, 999999) / 1000000.0 r FROM generate_series(1, n) ORDER BY 1 - ), indexed_samples AS ( - SELECT (row_number() OVER())-1.0 i, r FROM samples - ) - SELECT max(abs(i/n-r)) < c / sqrt(n) FROM indexed_samples - ); - RETURN ok; -END -$$; -ALTER FUNCTION public.ks_test_uniform_random_int_in_range() OWNER TO postgres; --- --- Name: ks_test_uniform_random_numeric_in_range(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.ks_test_uniform_random_numeric_in_range() RETURNS boolean - LANGUAGE plpgsql - AS $$ -DECLARE - n int := 1000; -- Number of samples - c float8 := 1.94947; -- Critical value for 99.9% confidence - ok boolean; -BEGIN - ok := ( - WITH samples AS ( - SELECT random(0, 0.999999) r FROM generate_series(1, n) ORDER BY 1 - ), indexed_samples AS ( - SELECT (row_number() OVER())-1.0 i, r FROM samples - ) - SELECT max(abs(i/n-r)) < c / sqrt(n) FROM indexed_samples - ); - RETURN ok; -END -$$; -ALTER FUNCTION public.ks_test_uniform_random_numeric_in_range() OWNER TO postgres; --- --- Name: least_accum(anyelement, anyarray); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.least_accum(anyelement, VARIADIC anyarray) RETURNS anyelement - LANGUAGE sql - AS $_$select least($1, min($2[i])) from generate_subscripts($2,1) g(i)$_$; -ALTER FUNCTION public.least_accum(anyelement, VARIADIC anyarray) OWNER TO postgres; --- --- Name: make_table(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.make_table() RETURNS void - LANGUAGE sql - AS $$ - CREATE TABLE created_table AS SELECT * FROM int8_tbl; -$$; -ALTER FUNCTION public.make_table() OWNER TO postgres; --- --- Name: max_xacttest(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.max_xacttest() RETURNS smallint - LANGUAGE plpgsql - AS $$begin return max(a) from xacttest; end$$; -ALTER FUNCTION public.max_xacttest() OWNER TO postgres; --- --- Name: mlparted5abrtrig_func(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.mlparted5abrtrig_func() RETURNS trigger - LANGUAGE plpgsql - AS $$ begin new.c = 'b'; return new; end; $$; -ALTER FUNCTION public.mlparted5abrtrig_func() OWNER TO postgres; --- --- Name: mr_inoutparam_succeed(anymultirange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.mr_inoutparam_succeed(OUT i anyelement, INOUT r anymultirange) RETURNS record - LANGUAGE sql - AS $_$ select upper($1), $1 $_$; -ALTER FUNCTION public.mr_inoutparam_succeed(OUT i anyelement, INOUT r anymultirange) OWNER TO postgres; --- --- Name: mr_outparam_succeed(anymultirange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.mr_outparam_succeed(i anymultirange, OUT r anymultirange, OUT t text) RETURNS record - LANGUAGE sql - AS $_$ select $1, 'foo'::text $_$; -ALTER FUNCTION public.mr_outparam_succeed(i anymultirange, OUT r anymultirange, OUT t text) OWNER TO postgres; --- --- Name: mr_outparam_succeed2(anymultirange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.mr_outparam_succeed2(i anymultirange, OUT r anyarray, OUT t text) RETURNS record - LANGUAGE sql - AS $_$ select ARRAY[upper($1)], 'foo'::text $_$; -ALTER FUNCTION public.mr_outparam_succeed2(i anymultirange, OUT r anyarray, OUT t text) OWNER TO postgres; --- --- Name: mr_outparam_succeed3(anymultirange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.mr_outparam_succeed3(i anymultirange, OUT r anyrange, OUT t text) RETURNS record - LANGUAGE sql - AS $_$ select range_merge($1), 'foo'::text $_$; -ALTER FUNCTION public.mr_outparam_succeed3(i anymultirange, OUT r anyrange, OUT t text) OWNER TO postgres; --- --- Name: mr_outparam_succeed4(anyrange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.mr_outparam_succeed4(i anyrange, OUT r anymultirange, OUT t text) RETURNS record - LANGUAGE sql - AS $_$ select multirange($1), 'foo'::text $_$; -ALTER FUNCTION public.mr_outparam_succeed4(i anyrange, OUT r anymultirange, OUT t text) OWNER TO postgres; --- --- Name: mr_polymorphic(anyrange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.mr_polymorphic(i anyrange) RETURNS anymultirange - LANGUAGE plpgsql - AS $_$ begin return multirange($1); end; $_$; -ALTER FUNCTION public.mr_polymorphic(i anyrange) OWNER TO postgres; --- --- Name: mr_table_succeed(anyelement, anymultirange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.mr_table_succeed(i anyelement, r anymultirange) RETURNS TABLE(i anyelement, r anymultirange) - LANGUAGE sql - AS $_$ select $1, $2 $_$; -ALTER FUNCTION public.mr_table_succeed(i anyelement, r anymultirange) OWNER TO postgres; --- --- Name: multirangetypes_sql(anymultirange, anyarray); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.multirangetypes_sql(q anymultirange, b anyarray, OUT c anyelement) RETURNS anyelement - LANGUAGE sql - AS $_$ select upper($1) + $2[1] $_$; -ALTER FUNCTION public.multirangetypes_sql(q anymultirange, b anyarray, OUT c anyelement) OWNER TO postgres; --- --- Name: namelen(public.person_type); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.namelen(public.person_type) RETURNS integer - LANGUAGE sql - AS $_$ SELECT length($1.name) $_$; -ALTER FUNCTION public.namelen(public.person_type) OWNER TO postgres; --- --- Name: no_op_trig_fn(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.no_op_trig_fn() RETURNS trigger - LANGUAGE plpgsql - AS $$begin RETURN NULL; end$$; -ALTER FUNCTION public.no_op_trig_fn() OWNER TO postgres; --- --- Name: outparam2_succeed(anyrange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.outparam2_succeed(r anyrange, OUT lu anyarray, OUT ul anyarray) RETURNS record - LANGUAGE sql - AS $_$ select array[lower($1), upper($1)], array[upper($1), lower($1)] $_$; -ALTER FUNCTION public.outparam2_succeed(r anyrange, OUT lu anyarray, OUT ul anyarray) OWNER TO postgres; --- --- Name: outparam_succeed(anyrange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.outparam_succeed(i anyrange, OUT r anyrange, OUT t text) RETURNS record - LANGUAGE sql - AS $_$ select $1, 'foo'::text $_$; -ALTER FUNCTION public.outparam_succeed(i anyrange, OUT r anyrange, OUT t text) OWNER TO postgres; --- --- Name: outparam_succeed2(anyrange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.outparam_succeed2(i anyrange, OUT r anyarray, OUT t text) RETURNS record - LANGUAGE sql - AS $_$ select ARRAY[upper($1)], 'foo'::text $_$; -ALTER FUNCTION public.outparam_succeed2(i anyrange, OUT r anyarray, OUT t text) OWNER TO postgres; --- --- Name: part_hashint4_noop(integer, bigint); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.part_hashint4_noop(value integer, seed bigint) RETURNS bigint - LANGUAGE sql IMMUTABLE STRICT PARALLEL SAFE - AS $$ - select value + seed; - $$; -ALTER FUNCTION public.part_hashint4_noop(value integer, seed bigint) OWNER TO postgres; --- --- Name: part_hashtext_length(text, bigint); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.part_hashtext_length(value text, seed bigint) RETURNS bigint - LANGUAGE sql IMMUTABLE STRICT PARALLEL SAFE - AS $$ - select length(coalesce(value, ''))::int8 - $$; -ALTER FUNCTION public.part_hashtext_length(value text, seed bigint) OWNER TO postgres; --- --- Name: part_ins_func(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.part_ins_func() RETURNS trigger - LANGUAGE plpgsql - AS $$ -begin - return new; -end; -$$; -ALTER FUNCTION public.part_ins_func() OWNER TO postgres; --- --- Name: parted_trigfunc2(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.parted_trigfunc2() RETURNS trigger - LANGUAGE plpgsql - AS $$ -begin - new.a = new.a + 1; - return new; -end; -$$; -ALTER FUNCTION public.parted_trigfunc2() OWNER TO postgres; --- --- Name: plusone(integer); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.plusone(a integer) RETURNS integer - LANGUAGE sql - AS $$ SELECT a+1; $$; -ALTER FUNCTION public.plusone(a integer) OWNER TO postgres; --- --- Name: pt_in_widget(point, public.widget); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.pt_in_widget(point, public.widget) RETURNS boolean - LANGUAGE c STRICT - AS '/tmp/cirrus-ci-build/build/src/test/regress/regress.so', 'pt_in_widget'; -ALTER FUNCTION public.pt_in_widget(point, public.widget) OWNER TO postgres; --- --- Name: ptest10(integer, integer); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest10(OUT a integer, IN b integer, IN c integer) - LANGUAGE sql - AS $$ SELECT b - c $$; -ALTER PROCEDURE public.ptest10(OUT a integer, IN b integer, IN c integer) OWNER TO postgres; --- --- Name: ptest10(integer, integer, integer); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest10(IN a integer, IN b integer, IN c integer) - LANGUAGE sql - AS $$ SELECT a + b - c $$; -ALTER PROCEDURE public.ptest10(IN a integer, IN b integer, IN c integer) OWNER TO postgres; --- --- Name: ptest11(integer[]); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest11(OUT a integer, VARIADIC b integer[]) - LANGUAGE sql - AS $$ SELECT b[1] + b[2] $$; -ALTER PROCEDURE public.ptest11(OUT a integer, VARIADIC b integer[]) OWNER TO postgres; --- --- Name: ptest3(text); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest3(IN y text) - LANGUAGE sql - AS $_$ -CALL ptest1(y); -CALL ptest1($1); -$_$; -ALTER PROCEDURE public.ptest3(IN y text) OWNER TO postgres; --- --- Name: ptest5(integer, text, integer); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest5(IN a integer, IN b text, IN c integer DEFAULT 100) - LANGUAGE sql - AS $$ -INSERT INTO cp_test VALUES(a, b); -INSERT INTO cp_test VALUES(c, b); -$$; -ALTER PROCEDURE public.ptest5(IN a integer, IN b text, IN c integer) OWNER TO postgres; --- --- Name: ptest6(integer, anyelement); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest6(IN a integer, IN b anyelement) - LANGUAGE sql - AS $$ -SELECT NULL::int; -$$; -ALTER PROCEDURE public.ptest6(IN a integer, IN b anyelement) OWNER TO postgres; --- --- Name: ptest6a(anyelement); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest6a(INOUT a anyelement, OUT b anyelement) - LANGUAGE sql - AS $_$ -SELECT $1, $1; -$_$; -ALTER PROCEDURE public.ptest6a(INOUT a anyelement, OUT b anyelement) OWNER TO postgres; --- --- Name: ptest6b(anyelement); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest6b(IN a anyelement, OUT b anyelement, OUT c anyarray) - LANGUAGE sql - AS $_$ -SELECT $1, array[$1]; -$_$; -ALTER PROCEDURE public.ptest6b(IN a anyelement, OUT b anyelement, OUT c anyarray) OWNER TO postgres; --- --- Name: ptest6c(anyelement, anyelement); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest6c(INOUT a anyelement, INOUT b anyelement) - LANGUAGE sql - AS $_$ -SELECT $1, 1; -$_$; -ALTER PROCEDURE public.ptest6c(INOUT a anyelement, INOUT b anyelement) OWNER TO postgres; --- --- Name: ptest7(text, text); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest7(IN a text, IN b text) - LANGUAGE sql - AS $$ -SELECT a = b; -$$; -ALTER PROCEDURE public.ptest7(IN a text, IN b text) OWNER TO postgres; --- --- Name: ptest8(text); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest8(IN x text) - LANGUAGE sql - BEGIN ATOMIC -END; -ALTER PROCEDURE public.ptest8(IN x text) OWNER TO postgres; --- --- Name: ptest9(); Type: PROCEDURE; Schema: public; Owner: postgres --- -CREATE PROCEDURE public.ptest9(OUT a integer) - LANGUAGE sql - AS $$ -INSERT INTO cp_test VALUES (1, 'a'); -SELECT 1; -$$; -ALTER PROCEDURE public.ptest9(OUT a integer) OWNER TO postgres; --- --- Name: range_add_bounds(anymultirange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.range_add_bounds(anymultirange) RETURNS anyelement - LANGUAGE sql - AS $_$select lower($1) + upper($1)$_$; -ALTER FUNCTION public.range_add_bounds(anymultirange) OWNER TO postgres; --- --- Name: range_add_bounds(anyrange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.range_add_bounds(anyrange) RETURNS anyelement - LANGUAGE sql - AS $_$select lower($1) + upper($1)$_$; -ALTER FUNCTION public.range_add_bounds(anyrange) OWNER TO postgres; --- --- Name: rangetypes_sql(anyrange, anyarray); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.rangetypes_sql(q anyrange, b anyarray, OUT c anyelement) RETURNS anyelement - LANGUAGE sql - AS $_$ select upper($1) + $2[1] $_$; -ALTER FUNCTION public.rangetypes_sql(q anyrange, b anyarray, OUT c anyelement) OWNER TO postgres; --- --- Name: serializable_update_trig(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.serializable_update_trig() RETURNS trigger - LANGUAGE plpgsql - AS $$ -declare - rec record; -begin - new.description = 'updated in trigger'; - return new; -end; -$$; -ALTER FUNCTION public.serializable_update_trig() OWNER TO postgres; --- --- Name: sum3(bigint, bigint, bigint); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.sum3(bigint, bigint, bigint) RETURNS bigint - LANGUAGE sql IMMUTABLE STRICT - AS $_$select $1 + $2 + $3$_$; -ALTER FUNCTION public.sum3(bigint, bigint, bigint) OWNER TO postgres; --- --- Name: table_succeed(anyrange); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.table_succeed(r anyrange) RETURNS TABLE(l anyelement, u anyelement) - LANGUAGE sql - AS $_$ select lower($1), upper($1) $_$; -ALTER FUNCTION public.table_succeed(r anyrange) OWNER TO postgres; --- --- Name: trans_updatetrigfunc(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.trans_updatetrigfunc() RETURNS trigger - LANGUAGE plpgsql - AS $$ - begin - raise notice 'trigger = %, old table = %, new table = %', - TG_NAME, - (select string_agg(old_table::text, ', ' ORDER BY a) FROM old_table), - (select string_agg(new_table::text, ', ' ORDER BY a) FROM new_table); - return null; - end; -$$; -ALTER FUNCTION public.trans_updatetrigfunc() OWNER TO postgres; --- --- Name: trig_nothing(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.trig_nothing() RETURNS trigger - LANGUAGE plpgsql - AS $$ begin return null; end $$; -ALTER FUNCTION public.trig_nothing() OWNER TO postgres; --- --- Name: trigfunc(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.trigfunc() RETURNS trigger - LANGUAGE plpgsql - AS $$ - begin - raise notice 'trigger = % fired on table % during %', - TG_NAME, TG_TABLE_NAME, TG_OP; - return null; - end; -$$; -ALTER FUNCTION public.trigfunc() OWNER TO postgres; --- --- Name: trigger_func(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.trigger_func() RETURNS trigger - LANGUAGE plpgsql - AS $$ -BEGIN - RAISE NOTICE 'trigger_func(%) called: action = %, when = %, level = %', TG_ARGV[0], TG_OP, TG_WHEN, TG_LEVEL; - RETURN NULL; -END;$$; -ALTER FUNCTION public.trigger_func() OWNER TO postgres; --- --- Name: trigger_notice(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.trigger_notice() RETURNS trigger - LANGUAGE plpgsql - AS $$ - declare - arg1 text = TG_ARGV[0]; - arg2 integer = TG_ARGV[1]; - begin - raise notice 'trigger % on % % % for % args % %', - TG_NAME, TG_TABLE_NAME, TG_WHEN, TG_OP, TG_LEVEL, arg1, arg2; - return null; - end; - $$; -ALTER FUNCTION public.trigger_notice() OWNER TO postgres; --- --- Name: trigger_parted_trigfunc(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.trigger_parted_trigfunc() RETURNS trigger - LANGUAGE plpgsql - AS $$ begin end; $$; -ALTER FUNCTION public.trigger_parted_trigfunc() OWNER TO postgres; --- --- Name: trigger_return_old(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.trigger_return_old() RETURNS trigger - LANGUAGE c - AS '/tmp/cirrus-ci-build/build/src/test/regress/regress.so', 'trigger_return_old'; -ALTER FUNCTION public.trigger_return_old() OWNER TO postgres; --- --- Name: trigtest(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.trigtest() RETURNS trigger - LANGUAGE plpgsql - AS $$ -begin - raise notice '% % % %', TG_TABLE_NAME, TG_OP, TG_WHEN, TG_LEVEL; - return new; -end;$$; -ALTER FUNCTION public.trigtest() OWNER TO postgres; --- --- Name: view_trigger(); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.view_trigger() RETURNS trigger - LANGUAGE plpgsql - AS $$ -declare - argstr text := ''; -begin - for i in 0 .. TG_nargs - 1 loop - if i > 0 then - argstr := argstr || ', '; - end if; - argstr := argstr || TG_argv[i]; - end loop; - raise notice '% % % % (%)', TG_TABLE_NAME, TG_WHEN, TG_OP, TG_LEVEL, argstr; - if TG_LEVEL = 'ROW' then - if TG_OP = 'INSERT' then - raise NOTICE 'NEW: %', NEW; - INSERT INTO main_table VALUES (NEW.a, NEW.b); - RETURN NEW; - end if; - if TG_OP = 'UPDATE' then - raise NOTICE 'OLD: %, NEW: %', OLD, NEW; - UPDATE main_table SET a = NEW.a, b = NEW.b WHERE a = OLD.a AND b = OLD.b; - if NOT FOUND then RETURN NULL; end if; - RETURN NEW; - end if; - if TG_OP = 'DELETE' then - raise NOTICE 'OLD: %', OLD; - DELETE FROM main_table WHERE a = OLD.a AND b = OLD.b; - if NOT FOUND then RETURN NULL; end if; - RETURN OLD; - end if; - end if; - RETURN NULL; -end; -$$; -ALTER FUNCTION public.view_trigger() OWNER TO postgres; --- --- Name: wrap_do_analyze(integer); Type: FUNCTION; Schema: public; Owner: postgres --- -CREATE FUNCTION public.wrap_do_analyze(c integer) RETURNS integer - LANGUAGE sql IMMUTABLE - AS $_$SELECT $1 FROM public.do_analyze()$_$; -ALTER FUNCTION public.wrap_do_analyze(c integer) OWNER TO postgres; --- --- Name: aggfns(integer, integer, text); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.aggfns(integer, integer, text) ( - SFUNC = public.aggfns_trans, - STYPE = public.aggtype[], - SSPACE = 10000, - INITCOND = '{}' -); -ALTER AGGREGATE public.aggfns(integer, integer, text) OWNER TO postgres; --- --- Name: aggfstr(integer, integer, text); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.aggfstr(integer, integer, text) ( - SFUNC = public.aggf_trans, - STYPE = public.aggtype[], - INITCOND = '{}' -); -ALTER AGGREGATE public.aggfstr(integer, integer, text) OWNER TO postgres; --- --- Name: cleast_agg(anycompatiblearray); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.cleast_agg(VARIADIC items anycompatiblearray) ( - SFUNC = public.cleast_accum, - STYPE = anycompatible -); -ALTER AGGREGATE public.cleast_agg(VARIADIC items anycompatiblearray) OWNER TO postgres; --- --- Name: least_agg(anyarray); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.least_agg(VARIADIC items anyarray) ( - SFUNC = public.least_accum, - STYPE = anyelement -); -ALTER AGGREGATE public.least_agg(VARIADIC items anyarray) OWNER TO postgres; --- --- Name: newavg(integer); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.newavg(integer) ( - SFUNC = int4_avg_accum, - STYPE = bigint[], - INITCOND = '{0,0}', - FINALFUNC = int8_avg -); -ALTER AGGREGATE public.newavg(integer) OWNER TO postgres; --- --- Name: newcnt(*); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.newcnt(*) ( - SFUNC = int8inc, - STYPE = bigint, - INITCOND = '0', - PARALLEL = safe -); -ALTER AGGREGATE public.newcnt(*) OWNER TO postgres; --- --- Name: AGGREGATE newcnt(*); Type: COMMENT; Schema: public; Owner: postgres --- -COMMENT ON AGGREGATE public.newcnt(*) IS 'an agg(*) comment'; --- --- Name: newcnt("any"); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.newcnt("any") ( - SFUNC = int8inc_any, - STYPE = bigint, - INITCOND = '0' -); -ALTER AGGREGATE public.newcnt("any") OWNER TO postgres; --- --- Name: AGGREGATE newcnt("any"); Type: COMMENT; Schema: public; Owner: postgres --- -COMMENT ON AGGREGATE public.newcnt("any") IS 'an agg(any) comment'; --- --- Name: newsum(integer); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.newsum(integer) ( - SFUNC = int4pl, - STYPE = integer, - INITCOND = '0' -); -ALTER AGGREGATE public.newsum(integer) OWNER TO postgres; --- --- Name: oldcnt(*); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.oldcnt(*) ( - SFUNC = int8inc, - STYPE = bigint, - INITCOND = '0' -); -ALTER AGGREGATE public.oldcnt(*) OWNER TO postgres; --- --- Name: sum2(bigint, bigint); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.sum2(bigint, bigint) ( - SFUNC = public.sum3, - STYPE = bigint, - INITCOND = '0' -); -ALTER AGGREGATE public.sum2(bigint, bigint) OWNER TO postgres; --- --- Name: sumdouble(double precision); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.sumdouble(double precision) ( - SFUNC = float8pl, - STYPE = double precision, - MSFUNC = float8pl, - MINVFUNC = float8mi, - MSTYPE = double precision -); -ALTER AGGREGATE public.sumdouble(double precision) OWNER TO postgres; --- --- Name: test_percentile_disc(double precision, anyelement); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.test_percentile_disc(double precision ORDER BY anyelement) ( - SFUNC = ordered_set_transition, - STYPE = internal, - FINALFUNC = percentile_disc_final, - FINALFUNC_EXTRA -); -ALTER AGGREGATE public.test_percentile_disc(double precision ORDER BY anyelement) OWNER TO postgres; --- --- Name: test_rank("any"); Type: AGGREGATE; Schema: public; Owner: postgres --- -CREATE AGGREGATE public.test_rank(VARIADIC "any" ORDER BY VARIADIC "any") ( - SFUNC = ordered_set_transition_multi, - STYPE = internal, - FINALFUNC = rank_final, - FINALFUNC_EXTRA, - HYPOTHETICAL -); -ALTER AGGREGATE public.test_rank(VARIADIC "any" ORDER BY VARIADIC "any") OWNER TO postgres; --- --- Name: heap2; Type: ACCESS METHOD; Schema: -; Owner: - --- -CREATE ACCESS METHOD heap2 TYPE TABLE HANDLER heap_tableam_handler; --- --- Name: !=-; Type: OPERATOR; Schema: public; Owner: postgres --- -CREATE OPERATOR public.!=- ( - FUNCTION = factorial, - RIGHTARG = bigint -); -ALTER OPERATOR public.!=- (NONE, bigint) OWNER TO postgres; --- --- Name: ##; Type: OPERATOR; Schema: public; Owner: postgres --- -CREATE OPERATOR public.## ( - FUNCTION = path_inter, - LEFTARG = path, - RIGHTARG = path, - COMMUTATOR = OPERATOR(public.##) -); -ALTER OPERATOR public.## (path, path) OWNER TO postgres; --- --- Name: #@%#; Type: OPERATOR; Schema: public; Owner: postgres --- -CREATE OPERATOR public.#@%# ( - FUNCTION = factorial, - RIGHTARG = bigint -); -ALTER OPERATOR public.#@%# (NONE, bigint) OWNER TO postgres; --- --- Name: <%; Type: OPERATOR; Schema: public; Owner: postgres --- -CREATE OPERATOR public.<% ( - FUNCTION = public.pt_in_widget, - LEFTARG = point, - RIGHTARG = public.widget, - COMMUTATOR = OPERATOR(public.>%), - NEGATOR = OPERATOR(public.>=%) -); -ALTER OPERATOR public.<% (point, public.widget) OWNER TO postgres; --- --- Name: @#@; Type: OPERATOR; Schema: public; Owner: postgres --- -CREATE OPERATOR public.@#@ ( - FUNCTION = factorial, - RIGHTARG = bigint -); -ALTER OPERATOR public.@#@ (NONE, bigint) OWNER TO postgres; --- --- Name: custom_opclass; Type: OPERATOR FAMILY; Schema: public; Owner: postgres --- -CREATE OPERATOR FAMILY public.custom_opclass USING hash; -ALTER OPERATOR FAMILY public.custom_opclass USING hash OWNER TO postgres; --- --- Name: part_test_int4_ops; Type: OPERATOR FAMILY; Schema: public; Owner: postgres --- -CREATE OPERATOR FAMILY public.part_test_int4_ops USING hash; -ALTER OPERATOR FAMILY public.part_test_int4_ops USING hash ADD - FUNCTION 2 (integer, integer) public.part_hashint4_noop(integer,bigint); -ALTER OPERATOR FAMILY public.part_test_int4_ops USING hash OWNER TO postgres; --- --- Name: part_test_int4_ops; Type: OPERATOR CLASS; Schema: public; Owner: postgres --- -CREATE OPERATOR CLASS public.part_test_int4_ops - FOR TYPE integer USING hash FAMILY public.part_test_int4_ops AS - OPERATOR 1 =(integer,integer); -ALTER OPERATOR CLASS public.part_test_int4_ops USING hash OWNER TO postgres; --- --- Name: part_test_text_ops; Type: OPERATOR FAMILY; Schema: public; Owner: postgres --- -CREATE OPERATOR FAMILY public.part_test_text_ops USING hash; -ALTER OPERATOR FAMILY public.part_test_text_ops USING hash ADD - FUNCTION 2 (text, text) public.part_hashtext_length(text,bigint); -ALTER OPERATOR FAMILY public.part_test_text_ops USING hash OWNER TO postgres; --- --- Name: part_test_text_ops; Type: OPERATOR CLASS; Schema: public; Owner: postgres --- -CREATE OPERATOR CLASS public.part_test_text_ops - FOR TYPE text USING hash FAMILY public.part_test_text_ops AS - OPERATOR 1 =(text,text); -ALTER OPERATOR CLASS public.part_test_text_ops USING hash OWNER TO postgres; --- --- Name: test_int4_ops; Type: OPERATOR FAMILY; Schema: public; Owner: postgres --- -CREATE OPERATOR FAMILY public.test_int4_ops USING btree; -ALTER OPERATOR FAMILY public.test_int4_ops USING btree OWNER TO postgres; -SET default_tablespace = ''; -SET default_table_access_method = heap; --- --- Name: a; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.a ( - aa integer -); -ALTER TABLE public.a OWNER TO postgres; --- --- Name: a_star; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.a_star ( - class character(1), - aa integer, - a text -); -ALTER TABLE public.a_star OWNER TO postgres; --- --- Name: aggtest; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.aggtest ( - a smallint, - b real -); -ALTER TABLE public.aggtest OWNER TO postgres; --- --- Name: array_index_op_test; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.array_index_op_test ( - seqno integer, - i integer[], - t text[] -); -ALTER TABLE public.array_index_op_test OWNER TO postgres; --- --- Name: array_op_test; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.array_op_test ( - seqno integer, - i integer[], - t text[] -); -ALTER TABLE public.array_op_test OWNER TO postgres; --- --- Name: arrtest; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.arrtest ( - a smallint[], - b integer[], - c name[], - d text[], - e double precision[], - f character(5)[], - g character varying(5)[] -); -ALTER TABLE public.arrtest OWNER TO postgres; --- --- Name: b; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.b ( - bb text -) -INHERITS (public.a); -ALTER TABLE public.b OWNER TO postgres; --- --- Name: b_star; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.b_star ( - bb text -) -INHERITS (public.a_star); -ALTER TABLE public.b_star OWNER TO postgres; --- --- Name: bit_defaults; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.bit_defaults ( - b1 bit(4) DEFAULT '1001'::"bit", - b2 bit(4) DEFAULT '0101'::"bit", - b3 bit varying(5) DEFAULT '1001'::bit varying, - b4 bit varying(5) DEFAULT '0101'::"bit" -); -ALTER TABLE public.bit_defaults OWNER TO postgres; --- --- Name: box_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.box_tbl ( - f1 box -); -ALTER TABLE public.box_tbl OWNER TO postgres; --- --- Name: bt_f8_heap; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.bt_f8_heap ( - seqno double precision, - random integer -); -ALTER TABLE public.bt_f8_heap OWNER TO postgres; --- --- Name: bt_i4_heap; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.bt_i4_heap ( - seqno integer, - random integer -); -ALTER TABLE public.bt_i4_heap OWNER TO postgres; --- --- Name: bt_name_heap; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.bt_name_heap ( - seqno name, - random integer -); -ALTER TABLE public.bt_name_heap OWNER TO postgres; --- --- Name: bt_txt_heap; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.bt_txt_heap ( - seqno text, - random integer -); -ALTER TABLE public.bt_txt_heap OWNER TO postgres; --- --- Name: c; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.c ( - cc text -) -INHERITS (public.a); -ALTER TABLE public.c OWNER TO postgres; --- --- Name: c_star; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.c_star ( - cc name -) -INHERITS (public.a_star); -ALTER TABLE public.c_star OWNER TO postgres; --- --- Name: pp1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.pp1 ( - f1 integer NOT NULL -); -ALTER TABLE public.pp1 OWNER TO postgres; --- --- Name: cc1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.cc1 ( - f2 text, - f3 integer, - a2 integer -) -INHERITS (public.pp1); -ALTER TABLE public.cc1 OWNER TO postgres; --- --- Name: cc2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.cc2 ( - f4 double precision -) -INHERITS (public.pp1, public.cc1); -ALTER TABLE public.cc2 OWNER TO postgres; --- --- Name: char_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.char_tbl ( - f1 character(4) -); -ALTER TABLE public.char_tbl OWNER TO postgres; --- --- Name: check2_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.check2_tbl ( - x integer, - y text, - z integer, - CONSTRAINT sequence_con CHECK (((x > 3) AND (y <> 'check failed'::text) AND (z < 8))) -); -ALTER TABLE public.check2_tbl OWNER TO postgres; --- --- Name: check_seq; Type: SEQUENCE; Schema: public; Owner: postgres --- -CREATE SEQUENCE public.check_seq - START WITH 1 - INCREMENT BY 1 - NO MINVALUE - NO MAXVALUE - CACHE 1; -ALTER SEQUENCE public.check_seq OWNER TO postgres; --- --- Name: check_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.check_tbl ( - x integer, - CONSTRAINT check_con CHECK ((x > 3)) -); -ALTER TABLE public.check_tbl OWNER TO postgres; --- --- Name: circle_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.circle_tbl ( - f1 circle -); -ALTER TABLE public.circle_tbl OWNER TO postgres; --- --- Name: city; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.city ( - name name, - location box, - budget public.city_budget -); -ALTER TABLE public.city OWNER TO postgres; --- --- Name: cnn_uq; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.cnn_uq ( - a integer -); -ALTER TABLE public.cnn_uq OWNER TO postgres; --- --- Name: constr_parent; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.constr_parent ( - a integer -); -ALTER TABLE public.constr_parent OWNER TO postgres; --- --- Name: constr_child; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.constr_child ( - a integer CONSTRAINT constr_parent_a_not_null NOT NULL -) -INHERITS (public.constr_parent); -ALTER TABLE public.constr_child OWNER TO postgres; --- --- Name: constr_parent2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.constr_parent2 ( - a integer -); -ALTER TABLE public.constr_parent2 OWNER TO postgres; --- --- Name: constr_child2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.constr_child2 ( - CONSTRAINT constr_parent2_a_not_null NOT NULL a -) -INHERITS (public.constr_parent2); -ALTER TABLE public.constr_child2 OWNER TO postgres; --- --- Name: constr_parent3; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.constr_parent3 ( - a integer NOT NULL -); -ALTER TABLE public.constr_parent3 OWNER TO postgres; --- --- Name: constr_child3; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.constr_child3 ( -) -INHERITS (public.constr_parent2, public.constr_parent3); -ALTER TABLE public.constr_child3 OWNER TO postgres; --- --- Name: copy_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.copy_tbl ( - x integer, - y text, - z integer, - CONSTRAINT copy_con CHECK (((x > 3) AND (y <> 'check failed'::text) AND (x < 7))) -); -ALTER TABLE public.copy_tbl OWNER TO postgres; --- --- Name: d; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.d ( - dd text -) -INHERITS (public.b, public.c, public.a); -ALTER TABLE public.d OWNER TO postgres; --- --- Name: d_star; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.d_star ( - dd double precision -) -INHERITS (public.b_star, public.c_star); -ALTER TABLE public.d_star OWNER TO postgres; --- --- Name: date_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.date_tbl ( - f1 date -); -ALTER TABLE public.date_tbl OWNER TO postgres; --- --- Name: dedup_unique_test_table; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.dedup_unique_test_table ( - a integer -) -WITH (autovacuum_enabled='false'); -ALTER TABLE public.dedup_unique_test_table OWNER TO postgres; --- --- Name: default_seq; Type: SEQUENCE; Schema: public; Owner: postgres --- -CREATE SEQUENCE public.default_seq - START WITH 1 - INCREMENT BY 1 - NO MINVALUE - NO MAXVALUE - CACHE 1; -ALTER SEQUENCE public.default_seq OWNER TO postgres; --- --- Name: default_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.default_tbl ( - i integer DEFAULT 100, - x text DEFAULT 'vadim'::text, - f double precision DEFAULT 123.456 -); -ALTER TABLE public.default_tbl OWNER TO postgres; --- --- Name: defaultexpr_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.defaultexpr_tbl ( - i1 integer DEFAULT (100 + ((200 - 199) * 2)), - i2 integer DEFAULT nextval('public.default_seq'::regclass) -); -ALTER TABLE public.defaultexpr_tbl OWNER TO postgres; --- --- Name: dupindexcols; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.dupindexcols ( - id integer, - f1 text COLLATE pg_catalog."C" -); -ALTER TABLE public.dupindexcols OWNER TO postgres; --- --- Name: e_star; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.e_star ( - ee smallint, - e integer -) -INHERITS (public.c_star); -ALTER TABLE public.e_star OWNER TO postgres; --- --- Name: person; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.person ( - name text, - age integer, - location point -); -ALTER TABLE public.person OWNER TO postgres; --- --- Name: emp; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.emp ( - salary integer, - manager name -) -INHERITS (public.person); -ALTER TABLE public.emp OWNER TO postgres; --- --- Name: emp1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.emp1 ( - id integer NOT NULL, - code integer -); -ALTER TABLE public.emp1 OWNER TO postgres; --- --- Name: emp1_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres --- -CREATE SEQUENCE public.emp1_id_seq - AS integer - START WITH 1 - INCREMENT BY 1 - NO MINVALUE - NO MAXVALUE - CACHE 1; -ALTER SEQUENCE public.emp1_id_seq OWNER TO postgres; --- --- Name: emp1_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres --- -ALTER SEQUENCE public.emp1_id_seq OWNED BY public.emp1.id; --- --- Name: extra_wide_table; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.extra_wide_table ( - firstc text, - c1 boolean, - c2 boolean, - c3 boolean, - c4 boolean, - c5 boolean, - c6 boolean, - c7 boolean, - c8 boolean, - c9 boolean, - c10 boolean, - c11 boolean, - c12 boolean, - c13 boolean, - c14 boolean, - c15 boolean, - c16 boolean, - c17 boolean, - c18 boolean, - c19 boolean, - c20 boolean, - c21 boolean, - c22 boolean, - c23 boolean, - c24 boolean, - c25 boolean, - c26 boolean, - c27 boolean, - c28 boolean, - c29 boolean, - c30 boolean, - c31 boolean, - c32 boolean, - c33 boolean, - c34 boolean, - c35 boolean, - c36 boolean, - c37 boolean, - c38 boolean, - c39 boolean, - c40 boolean, - c41 boolean, - c42 boolean, - c43 boolean, - c44 boolean, - c45 boolean, - c46 boolean, - c47 boolean, - c48 boolean, - c49 boolean, - c50 boolean, - c51 boolean, - c52 boolean, - c53 boolean, - c54 boolean, - c55 boolean, - c56 boolean, - c57 boolean, - c58 boolean, - c59 boolean, - c60 boolean, - c61 boolean, - c62 boolean, - c63 boolean, - c64 boolean, - c65 boolean, - c66 boolean, - c67 boolean, - c68 boolean, - c69 boolean, - c70 boolean, - c71 boolean, - c72 boolean, - c73 boolean, - c74 boolean, - c75 boolean, - c76 boolean, - c77 boolean, - c78 boolean, - c79 boolean, - c80 boolean, - c81 boolean, - c82 boolean, - c83 boolean, - c84 boolean, - c85 boolean, - c86 boolean, - c87 boolean, - c88 boolean, - c89 boolean, - c90 boolean, - c91 boolean, - c92 boolean, - c93 boolean, - c94 boolean, - c95 boolean, - c96 boolean, - c97 boolean, - c98 boolean, - c99 boolean, - c100 boolean, - c101 boolean, - c102 boolean, - c103 boolean, - c104 boolean, - c105 boolean, - c106 boolean, - c107 boolean, - c108 boolean, - c109 boolean, - c110 boolean, - c111 boolean, - c112 boolean, - c113 boolean, - c114 boolean, - c115 boolean, - c116 boolean, - c117 boolean, - c118 boolean, - c119 boolean, - c120 boolean, - c121 boolean, - c122 boolean, - c123 boolean, - c124 boolean, - c125 boolean, - c126 boolean, - c127 boolean, - c128 boolean, - c129 boolean, - c130 boolean, - c131 boolean, - c132 boolean, - c133 boolean, - c134 boolean, - c135 boolean, - c136 boolean, - c137 boolean, - c138 boolean, - c139 boolean, - c140 boolean, - c141 boolean, - c142 boolean, - c143 boolean, - c144 boolean, - c145 boolean, - c146 boolean, - c147 boolean, - c148 boolean, - c149 boolean, - c150 boolean, - c151 boolean, - c152 boolean, - c153 boolean, - c154 boolean, - c155 boolean, - c156 boolean, - c157 boolean, - c158 boolean, - c159 boolean, - c160 boolean, - c161 boolean, - c162 boolean, - c163 boolean, - c164 boolean, - c165 boolean, - c166 boolean, - c167 boolean, - c168 boolean, - c169 boolean, - c170 boolean, - c171 boolean, - c172 boolean, - c173 boolean, - c174 boolean, - c175 boolean, - c176 boolean, - c177 boolean, - c178 boolean, - c179 boolean, - c180 boolean, - c181 boolean, - c182 boolean, - c183 boolean, - c184 boolean, - c185 boolean, - c186 boolean, - c187 boolean, - c188 boolean, - c189 boolean, - c190 boolean, - c191 boolean, - c192 boolean, - c193 boolean, - c194 boolean, - c195 boolean, - c196 boolean, - c197 boolean, - c198 boolean, - c199 boolean, - c200 boolean, - c201 boolean, - c202 boolean, - c203 boolean, - c204 boolean, - c205 boolean, - c206 boolean, - c207 boolean, - c208 boolean, - c209 boolean, - c210 boolean, - c211 boolean, - c212 boolean, - c213 boolean, - c214 boolean, - c215 boolean, - c216 boolean, - c217 boolean, - c218 boolean, - c219 boolean, - c220 boolean, - c221 boolean, - c222 boolean, - c223 boolean, - c224 boolean, - c225 boolean, - c226 boolean, - c227 boolean, - c228 boolean, - c229 boolean, - c230 boolean, - c231 boolean, - c232 boolean, - c233 boolean, - c234 boolean, - c235 boolean, - c236 boolean, - c237 boolean, - c238 boolean, - c239 boolean, - c240 boolean, - c241 boolean, - c242 boolean, - c243 boolean, - c244 boolean, - c245 boolean, - c246 boolean, - c247 boolean, - c248 boolean, - c249 boolean, - c250 boolean, - c251 boolean, - c252 boolean, - c253 boolean, - c254 boolean, - c255 boolean, - c256 boolean, - c257 boolean, - c258 boolean, - c259 boolean, - c260 boolean, - c261 boolean, - c262 boolean, - c263 boolean, - c264 boolean, - c265 boolean, - c266 boolean, - c267 boolean, - c268 boolean, - c269 boolean, - c270 boolean, - c271 boolean, - c272 boolean, - c273 boolean, - c274 boolean, - c275 boolean, - c276 boolean, - c277 boolean, - c278 boolean, - c279 boolean, - c280 boolean, - c281 boolean, - c282 boolean, - c283 boolean, - c284 boolean, - c285 boolean, - c286 boolean, - c287 boolean, - c288 boolean, - c289 boolean, - c290 boolean, - c291 boolean, - c292 boolean, - c293 boolean, - c294 boolean, - c295 boolean, - c296 boolean, - c297 boolean, - c298 boolean, - c299 boolean, - c300 boolean, - c301 boolean, - c302 boolean, - c303 boolean, - c304 boolean, - c305 boolean, - c306 boolean, - c307 boolean, - c308 boolean, - c309 boolean, - c310 boolean, - c311 boolean, - c312 boolean, - c313 boolean, - c314 boolean, - c315 boolean, - c316 boolean, - c317 boolean, - c318 boolean, - c319 boolean, - c320 boolean, - c321 boolean, - c322 boolean, - c323 boolean, - c324 boolean, - c325 boolean, - c326 boolean, - c327 boolean, - c328 boolean, - c329 boolean, - c330 boolean, - c331 boolean, - c332 boolean, - c333 boolean, - c334 boolean, - c335 boolean, - c336 boolean, - c337 boolean, - c338 boolean, - c339 boolean, - c340 boolean, - c341 boolean, - c342 boolean, - c343 boolean, - c344 boolean, - c345 boolean, - c346 boolean, - c347 boolean, - c348 boolean, - c349 boolean, - c350 boolean, - c351 boolean, - c352 boolean, - c353 boolean, - c354 boolean, - c355 boolean, - c356 boolean, - c357 boolean, - c358 boolean, - c359 boolean, - c360 boolean, - c361 boolean, - c362 boolean, - c363 boolean, - c364 boolean, - c365 boolean, - c366 boolean, - c367 boolean, - c368 boolean, - c369 boolean, - c370 boolean, - c371 boolean, - c372 boolean, - c373 boolean, - c374 boolean, - c375 boolean, - c376 boolean, - c377 boolean, - c378 boolean, - c379 boolean, - c380 boolean, - c381 boolean, - c382 boolean, - c383 boolean, - c384 boolean, - c385 boolean, - c386 boolean, - c387 boolean, - c388 boolean, - c389 boolean, - c390 boolean, - c391 boolean, - c392 boolean, - c393 boolean, - c394 boolean, - c395 boolean, - c396 boolean, - c397 boolean, - c398 boolean, - c399 boolean, - c400 boolean, - c401 boolean, - c402 boolean, - c403 boolean, - c404 boolean, - c405 boolean, - c406 boolean, - c407 boolean, - c408 boolean, - c409 boolean, - c410 boolean, - c411 boolean, - c412 boolean, - c413 boolean, - c414 boolean, - c415 boolean, - c416 boolean, - c417 boolean, - c418 boolean, - c419 boolean, - c420 boolean, - c421 boolean, - c422 boolean, - c423 boolean, - c424 boolean, - c425 boolean, - c426 boolean, - c427 boolean, - c428 boolean, - c429 boolean, - c430 boolean, - c431 boolean, - c432 boolean, - c433 boolean, - c434 boolean, - c435 boolean, - c436 boolean, - c437 boolean, - c438 boolean, - c439 boolean, - c440 boolean, - c441 boolean, - c442 boolean, - c443 boolean, - c444 boolean, - c445 boolean, - c446 boolean, - c447 boolean, - c448 boolean, - c449 boolean, - c450 boolean, - c451 boolean, - c452 boolean, - c453 boolean, - c454 boolean, - c455 boolean, - c456 boolean, - c457 boolean, - c458 boolean, - c459 boolean, - c460 boolean, - c461 boolean, - c462 boolean, - c463 boolean, - c464 boolean, - c465 boolean, - c466 boolean, - c467 boolean, - c468 boolean, - c469 boolean, - c470 boolean, - c471 boolean, - c472 boolean, - c473 boolean, - c474 boolean, - c475 boolean, - c476 boolean, - c477 boolean, - c478 boolean, - c479 boolean, - c480 boolean, - c481 boolean, - c482 boolean, - c483 boolean, - c484 boolean, - c485 boolean, - c486 boolean, - c487 boolean, - c488 boolean, - c489 boolean, - c490 boolean, - c491 boolean, - c492 boolean, - c493 boolean, - c494 boolean, - c495 boolean, - c496 boolean, - c497 boolean, - c498 boolean, - c499 boolean, - c500 boolean, - c501 boolean, - c502 boolean, - c503 boolean, - c504 boolean, - c505 boolean, - c506 boolean, - c507 boolean, - c508 boolean, - c509 boolean, - c510 boolean, - c511 boolean, - c512 boolean, - c513 boolean, - c514 boolean, - c515 boolean, - c516 boolean, - c517 boolean, - c518 boolean, - c519 boolean, - c520 boolean, - c521 boolean, - c522 boolean, - c523 boolean, - c524 boolean, - c525 boolean, - c526 boolean, - c527 boolean, - c528 boolean, - c529 boolean, - c530 boolean, - c531 boolean, - c532 boolean, - c533 boolean, - c534 boolean, - c535 boolean, - c536 boolean, - c537 boolean, - c538 boolean, - c539 boolean, - c540 boolean, - c541 boolean, - c542 boolean, - c543 boolean, - c544 boolean, - c545 boolean, - c546 boolean, - c547 boolean, - c548 boolean, - c549 boolean, - c550 boolean, - c551 boolean, - c552 boolean, - c553 boolean, - c554 boolean, - c555 boolean, - c556 boolean, - c557 boolean, - c558 boolean, - c559 boolean, - c560 boolean, - c561 boolean, - c562 boolean, - c563 boolean, - c564 boolean, - c565 boolean, - c566 boolean, - c567 boolean, - c568 boolean, - c569 boolean, - c570 boolean, - c571 boolean, - c572 boolean, - c573 boolean, - c574 boolean, - c575 boolean, - c576 boolean, - c577 boolean, - c578 boolean, - c579 boolean, - c580 boolean, - c581 boolean, - c582 boolean, - c583 boolean, - c584 boolean, - c585 boolean, - c586 boolean, - c587 boolean, - c588 boolean, - c589 boolean, - c590 boolean, - c591 boolean, - c592 boolean, - c593 boolean, - c594 boolean, - c595 boolean, - c596 boolean, - c597 boolean, - c598 boolean, - c599 boolean, - c600 boolean, - c601 boolean, - c602 boolean, - c603 boolean, - c604 boolean, - c605 boolean, - c606 boolean, - c607 boolean, - c608 boolean, - c609 boolean, - c610 boolean, - c611 boolean, - c612 boolean, - c613 boolean, - c614 boolean, - c615 boolean, - c616 boolean, - c617 boolean, - c618 boolean, - c619 boolean, - c620 boolean, - c621 boolean, - c622 boolean, - c623 boolean, - c624 boolean, - c625 boolean, - c626 boolean, - c627 boolean, - c628 boolean, - c629 boolean, - c630 boolean, - c631 boolean, - c632 boolean, - c633 boolean, - c634 boolean, - c635 boolean, - c636 boolean, - c637 boolean, - c638 boolean, - c639 boolean, - c640 boolean, - c641 boolean, - c642 boolean, - c643 boolean, - c644 boolean, - c645 boolean, - c646 boolean, - c647 boolean, - c648 boolean, - c649 boolean, - c650 boolean, - c651 boolean, - c652 boolean, - c653 boolean, - c654 boolean, - c655 boolean, - c656 boolean, - c657 boolean, - c658 boolean, - c659 boolean, - c660 boolean, - c661 boolean, - c662 boolean, - c663 boolean, - c664 boolean, - c665 boolean, - c666 boolean, - c667 boolean, - c668 boolean, - c669 boolean, - c670 boolean, - c671 boolean, - c672 boolean, - c673 boolean, - c674 boolean, - c675 boolean, - c676 boolean, - c677 boolean, - c678 boolean, - c679 boolean, - c680 boolean, - c681 boolean, - c682 boolean, - c683 boolean, - c684 boolean, - c685 boolean, - c686 boolean, - c687 boolean, - c688 boolean, - c689 boolean, - c690 boolean, - c691 boolean, - c692 boolean, - c693 boolean, - c694 boolean, - c695 boolean, - c696 boolean, - c697 boolean, - c698 boolean, - c699 boolean, - c700 boolean, - c701 boolean, - c702 boolean, - c703 boolean, - c704 boolean, - c705 boolean, - c706 boolean, - c707 boolean, - c708 boolean, - c709 boolean, - c710 boolean, - c711 boolean, - c712 boolean, - c713 boolean, - c714 boolean, - c715 boolean, - c716 boolean, - c717 boolean, - c718 boolean, - c719 boolean, - c720 boolean, - c721 boolean, - c722 boolean, - c723 boolean, - c724 boolean, - c725 boolean, - c726 boolean, - c727 boolean, - c728 boolean, - c729 boolean, - c730 boolean, - c731 boolean, - c732 boolean, - c733 boolean, - c734 boolean, - c735 boolean, - c736 boolean, - c737 boolean, - c738 boolean, - c739 boolean, - c740 boolean, - c741 boolean, - c742 boolean, - c743 boolean, - c744 boolean, - c745 boolean, - c746 boolean, - c747 boolean, - c748 boolean, - c749 boolean, - c750 boolean, - c751 boolean, - c752 boolean, - c753 boolean, - c754 boolean, - c755 boolean, - c756 boolean, - c757 boolean, - c758 boolean, - c759 boolean, - c760 boolean, - c761 boolean, - c762 boolean, - c763 boolean, - c764 boolean, - c765 boolean, - c766 boolean, - c767 boolean, - c768 boolean, - c769 boolean, - c770 boolean, - c771 boolean, - c772 boolean, - c773 boolean, - c774 boolean, - c775 boolean, - c776 boolean, - c777 boolean, - c778 boolean, - c779 boolean, - c780 boolean, - c781 boolean, - c782 boolean, - c783 boolean, - c784 boolean, - c785 boolean, - c786 boolean, - c787 boolean, - c788 boolean, - c789 boolean, - c790 boolean, - c791 boolean, - c792 boolean, - c793 boolean, - c794 boolean, - c795 boolean, - c796 boolean, - c797 boolean, - c798 boolean, - c799 boolean, - c800 boolean, - c801 boolean, - c802 boolean, - c803 boolean, - c804 boolean, - c805 boolean, - c806 boolean, - c807 boolean, - c808 boolean, - c809 boolean, - c810 boolean, - c811 boolean, - c812 boolean, - c813 boolean, - c814 boolean, - c815 boolean, - c816 boolean, - c817 boolean, - c818 boolean, - c819 boolean, - c820 boolean, - c821 boolean, - c822 boolean, - c823 boolean, - c824 boolean, - c825 boolean, - c826 boolean, - c827 boolean, - c828 boolean, - c829 boolean, - c830 boolean, - c831 boolean, - c832 boolean, - c833 boolean, - c834 boolean, - c835 boolean, - c836 boolean, - c837 boolean, - c838 boolean, - c839 boolean, - c840 boolean, - c841 boolean, - c842 boolean, - c843 boolean, - c844 boolean, - c845 boolean, - c846 boolean, - c847 boolean, - c848 boolean, - c849 boolean, - c850 boolean, - c851 boolean, - c852 boolean, - c853 boolean, - c854 boolean, - c855 boolean, - c856 boolean, - c857 boolean, - c858 boolean, - c859 boolean, - c860 boolean, - c861 boolean, - c862 boolean, - c863 boolean, - c864 boolean, - c865 boolean, - c866 boolean, - c867 boolean, - c868 boolean, - c869 boolean, - c870 boolean, - c871 boolean, - c872 boolean, - c873 boolean, - c874 boolean, - c875 boolean, - c876 boolean, - c877 boolean, - c878 boolean, - c879 boolean, - c880 boolean, - c881 boolean, - c882 boolean, - c883 boolean, - c884 boolean, - c885 boolean, - c886 boolean, - c887 boolean, - c888 boolean, - c889 boolean, - c890 boolean, - c891 boolean, - c892 boolean, - c893 boolean, - c894 boolean, - c895 boolean, - c896 boolean, - c897 boolean, - c898 boolean, - c899 boolean, - c900 boolean, - c901 boolean, - c902 boolean, - c903 boolean, - c904 boolean, - c905 boolean, - c906 boolean, - c907 boolean, - c908 boolean, - c909 boolean, - c910 boolean, - c911 boolean, - c912 boolean, - c913 boolean, - c914 boolean, - c915 boolean, - c916 boolean, - c917 boolean, - c918 boolean, - c919 boolean, - c920 boolean, - c921 boolean, - c922 boolean, - c923 boolean, - c924 boolean, - c925 boolean, - c926 boolean, - c927 boolean, - c928 boolean, - c929 boolean, - c930 boolean, - c931 boolean, - c932 boolean, - c933 boolean, - c934 boolean, - c935 boolean, - c936 boolean, - c937 boolean, - c938 boolean, - c939 boolean, - c940 boolean, - c941 boolean, - c942 boolean, - c943 boolean, - c944 boolean, - c945 boolean, - c946 boolean, - c947 boolean, - c948 boolean, - c949 boolean, - c950 boolean, - c951 boolean, - c952 boolean, - c953 boolean, - c954 boolean, - c955 boolean, - c956 boolean, - c957 boolean, - c958 boolean, - c959 boolean, - c960 boolean, - c961 boolean, - c962 boolean, - c963 boolean, - c964 boolean, - c965 boolean, - c966 boolean, - c967 boolean, - c968 boolean, - c969 boolean, - c970 boolean, - c971 boolean, - c972 boolean, - c973 boolean, - c974 boolean, - c975 boolean, - c976 boolean, - c977 boolean, - c978 boolean, - c979 boolean, - c980 boolean, - c981 boolean, - c982 boolean, - c983 boolean, - c984 boolean, - c985 boolean, - c986 boolean, - c987 boolean, - c988 boolean, - c989 boolean, - c990 boolean, - c991 boolean, - c992 boolean, - c993 boolean, - c994 boolean, - c995 boolean, - c996 boolean, - c997 boolean, - c998 boolean, - c999 boolean, - c1000 boolean, - c1001 boolean, - c1002 boolean, - c1003 boolean, - c1004 boolean, - c1005 boolean, - c1006 boolean, - c1007 boolean, - c1008 boolean, - c1009 boolean, - c1010 boolean, - c1011 boolean, - c1012 boolean, - c1013 boolean, - c1014 boolean, - c1015 boolean, - c1016 boolean, - c1017 boolean, - c1018 boolean, - c1019 boolean, - c1020 boolean, - c1021 boolean, - c1022 boolean, - c1023 boolean, - c1024 boolean, - c1025 boolean, - c1026 boolean, - c1027 boolean, - c1028 boolean, - c1029 boolean, - c1030 boolean, - c1031 boolean, - c1032 boolean, - c1033 boolean, - c1034 boolean, - c1035 boolean, - c1036 boolean, - c1037 boolean, - c1038 boolean, - c1039 boolean, - c1040 boolean, - c1041 boolean, - c1042 boolean, - c1043 boolean, - c1044 boolean, - c1045 boolean, - c1046 boolean, - c1047 boolean, - c1048 boolean, - c1049 boolean, - c1050 boolean, - c1051 boolean, - c1052 boolean, - c1053 boolean, - c1054 boolean, - c1055 boolean, - c1056 boolean, - c1057 boolean, - c1058 boolean, - c1059 boolean, - c1060 boolean, - c1061 boolean, - c1062 boolean, - c1063 boolean, - c1064 boolean, - c1065 boolean, - c1066 boolean, - c1067 boolean, - c1068 boolean, - c1069 boolean, - c1070 boolean, - c1071 boolean, - c1072 boolean, - c1073 boolean, - c1074 boolean, - c1075 boolean, - c1076 boolean, - c1077 boolean, - c1078 boolean, - c1079 boolean, - c1080 boolean, - c1081 boolean, - c1082 boolean, - c1083 boolean, - c1084 boolean, - c1085 boolean, - c1086 boolean, - c1087 boolean, - c1088 boolean, - c1089 boolean, - c1090 boolean, - c1091 boolean, - c1092 boolean, - c1093 boolean, - c1094 boolean, - c1095 boolean, - c1096 boolean, - c1097 boolean, - c1098 boolean, - c1099 boolean, - c1100 boolean, - lastc text -); -ALTER TABLE public.extra_wide_table OWNER TO postgres; --- --- Name: f_star; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.f_star ( - ff polygon, - f integer -) -INHERITS (public.e_star); -ALTER TABLE public.f_star OWNER TO postgres; --- --- Name: fast_emp4000; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.fast_emp4000 ( - home_base box -); -ALTER TABLE public.fast_emp4000 OWNER TO postgres; --- --- Name: float4_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.float4_tbl ( - f1 real -); -ALTER TABLE public.float4_tbl OWNER TO postgres; --- --- Name: float8_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.float8_tbl ( - f1 double precision -); -ALTER TABLE public.float8_tbl OWNER TO postgres; --- --- Name: func_index_heap; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.func_index_heap ( - f1 text, - f2 text -); -ALTER TABLE public.func_index_heap OWNER TO postgres; --- --- Name: hash_f8_heap; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.hash_f8_heap ( - seqno integer, - random double precision -); -ALTER TABLE public.hash_f8_heap OWNER TO postgres; --- --- Name: hash_i4_heap; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.hash_i4_heap ( - seqno integer, - random integer -); -ALTER TABLE public.hash_i4_heap OWNER TO postgres; --- --- Name: hash_name_heap; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.hash_name_heap ( - seqno integer, - random name -); -ALTER TABLE public.hash_name_heap OWNER TO postgres; --- --- Name: hash_txt_heap; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.hash_txt_heap ( - seqno integer, - random text -); -ALTER TABLE public.hash_txt_heap OWNER TO postgres; --- --- Name: road; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.road ( - name text, - thepath path -); -ALTER TABLE public.road OWNER TO postgres; --- --- Name: ihighway; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.ihighway ( -) -INHERITS (public.road); -ALTER TABLE public.ihighway OWNER TO postgres; --- --- Name: ramp; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.ramp ( - name text, - thepath path -); -ALTER TABLE public.ramp OWNER TO postgres; --- --- Name: iexit; Type: VIEW; Schema: public; Owner: postgres --- -CREATE VIEW public.iexit AS - SELECT ih.name, - ih.thepath, - public.interpt_pp(ih.thepath, r.thepath) AS exit - FROM public.ihighway ih, - public.ramp r - WHERE (ih.thepath ?# r.thepath); -ALTER VIEW public.iexit OWNER TO postgres; --- --- Name: inet_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.inet_tbl ( - c cidr, - i inet -); -ALTER TABLE public.inet_tbl OWNER TO postgres; --- --- Name: infinite_interval_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.infinite_interval_tbl ( - i interval -); -ALTER TABLE public.infinite_interval_tbl OWNER TO postgres; --- --- Name: insert_seq; Type: SEQUENCE; Schema: public; Owner: postgres --- -CREATE SEQUENCE public.insert_seq - START WITH 1 - INCREMENT BY 1 - NO MINVALUE - NO MAXVALUE - CACHE 1; -ALTER SEQUENCE public.insert_seq OWNER TO postgres; --- --- Name: insert_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.insert_tbl ( - x integer DEFAULT nextval('public.insert_seq'::regclass), - y text DEFAULT '-NULL-'::text, - z integer DEFAULT ('-1'::integer * currval('public.insert_seq'::regclass)), - CONSTRAINT insert_tbl_check CHECK (((x + z) = 0)), - CONSTRAINT insert_tbl_con CHECK (((x >= 3) AND (y <> 'check failed'::text) AND (x < 8))) -); -ALTER TABLE public.insert_tbl OWNER TO postgres; --- --- Name: int2_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.int2_tbl ( - f1 smallint -); -ALTER TABLE public.int2_tbl OWNER TO postgres; --- --- Name: int4_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.int4_tbl ( - f1 integer -); -ALTER TABLE public.int4_tbl OWNER TO postgres; --- --- Name: int8_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.int8_tbl ( - q1 bigint, - q2 bigint -); -ALTER TABLE public.int8_tbl OWNER TO postgres; --- --- Name: interval_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.interval_tbl ( - f1 interval -); -ALTER TABLE public.interval_tbl OWNER TO postgres; --- --- Name: invalid_check_con; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.invalid_check_con ( - f1 integer -); -ALTER TABLE public.invalid_check_con OWNER TO postgres; --- --- Name: invalid_check_con_child; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.invalid_check_con_child ( - CONSTRAINT inh_check_constraint CHECK ((f1 > 0)) -) -INHERITS (public.invalid_check_con); -ALTER TABLE public.invalid_check_con_child OWNER TO postgres; --- --- Name: kd_point_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.kd_point_tbl ( - p point -); -ALTER TABLE public.kd_point_tbl OWNER TO postgres; --- --- Name: key_dependent_view; Type: VIEW; Schema: public; Owner: postgres --- -CREATE VIEW public.key_dependent_view AS -SELECT - NULL::integer AS key, - NULL::character varying(20) AS data; -ALTER VIEW public.key_dependent_view OWNER TO postgres; --- --- Name: key_dependent_view_no_cols; Type: VIEW; Schema: public; Owner: postgres --- -CREATE VIEW public.key_dependent_view_no_cols AS -SELECT; -ALTER VIEW public.key_dependent_view_no_cols OWNER TO postgres; --- --- Name: line_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.line_tbl ( - s line -); -ALTER TABLE public.line_tbl OWNER TO postgres; --- --- Name: log_table; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.log_table ( - tstamp timestamp without time zone DEFAULT (timeofday())::timestamp without time zone -); -ALTER TABLE public.log_table OWNER TO postgres; --- --- Name: lseg_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.lseg_tbl ( - s lseg -); -ALTER TABLE public.lseg_tbl OWNER TO postgres; --- --- Name: main_table; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.main_table ( - a integer, - b integer -); -ALTER TABLE public.main_table OWNER TO postgres; --- --- Name: mlparted; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted ( - a integer, - b integer, - c text -) -PARTITION BY RANGE (a, b); -ALTER TABLE public.mlparted OWNER TO postgres; --- --- Name: mlparted1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted1 ( - b integer NOT NULL, - a integer NOT NULL, - c text -) -PARTITION BY RANGE (((b + 0))); -ALTER TABLE public.mlparted1 OWNER TO postgres; --- --- Name: mlparted11; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted11 ( - b integer CONSTRAINT mlparted1_b_not_null NOT NULL, - a integer NOT NULL, - c text -); -ALTER TABLE public.mlparted11 OWNER TO postgres; --- --- Name: mlparted12; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted12 ( - b integer CONSTRAINT mlparted1_b_not_null NOT NULL, - a integer CONSTRAINT mlparted1_a_not_null NOT NULL, - c text -); -ALTER TABLE public.mlparted12 OWNER TO postgres; --- --- Name: mlparted2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted2 ( - b integer NOT NULL, - a integer NOT NULL, - c text -); -ALTER TABLE public.mlparted2 OWNER TO postgres; --- --- Name: mlparted3; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted3 ( - a integer, - b integer, - c text -); -ALTER TABLE public.mlparted3 OWNER TO postgres; --- --- Name: mlparted4; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted4 ( - b integer, - a integer NOT NULL, - c text -); -ALTER TABLE public.mlparted4 OWNER TO postgres; --- --- Name: mlparted_def; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted_def ( - a integer, - b integer, - c text -) -PARTITION BY RANGE (a); -ALTER TABLE public.mlparted_def OWNER TO postgres; --- --- Name: mlparted_def1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted_def1 ( - a integer, - b integer, - c text -); -ALTER TABLE public.mlparted_def1 OWNER TO postgres; --- --- Name: mlparted_def2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted_def2 ( - a integer, - b integer, - c text -); -ALTER TABLE public.mlparted_def2 OWNER TO postgres; --- --- Name: mlparted_defd; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.mlparted_defd ( - a integer, - b integer, - c text -); -ALTER TABLE public.mlparted_defd OWNER TO postgres; --- --- Name: money_data; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.money_data ( - m money -); -ALTER TABLE public.money_data OWNER TO postgres; --- --- Name: ne_check_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.ne_check_tbl ( - x integer -); -ALTER TABLE public.ne_check_tbl OWNER TO postgres; --- --- Name: notnull_parent_upg; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_parent_upg ( - a integer -); -ALTER TABLE public.notnull_parent_upg OWNER TO postgres; --- --- Name: notnull_child_upg; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_child_upg ( - CONSTRAINT nn NOT NULL a -) -INHERITS (public.notnull_parent_upg); -ALTER TABLE public.notnull_child_upg OWNER TO postgres; --- --- Name: notnull_part1_upg; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_part1_upg ( - a integer, - b integer -) -PARTITION BY LIST (a); -ALTER TABLE public.notnull_part1_upg OWNER TO postgres; --- --- Name: notnull_part1_1_upg; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_part1_1_upg ( - a integer CONSTRAINT notnull_con NOT NULL, - b integer -); -ALTER TABLE public.notnull_part1_1_upg OWNER TO postgres; --- --- Name: notnull_part1_2_upg; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_part1_2_upg ( - a integer CONSTRAINT nn2 NOT NULL, - b integer -); -ALTER TABLE public.notnull_part1_2_upg OWNER TO postgres; --- --- Name: notnull_part1_3_upg; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_part1_3_upg ( - a integer, - b integer -); -ALTER TABLE public.notnull_part1_3_upg OWNER TO postgres; --- --- Name: notnull_tbl1_copy; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl1_copy ( - a integer CONSTRAINT nn NOT NULL, - b integer -); -ALTER TABLE public.notnull_tbl1_copy OWNER TO postgres; --- --- Name: notnull_tbl1_upg; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl1_upg ( - a integer, - b integer -); -ALTER TABLE public.notnull_tbl1_upg OWNER TO postgres; --- --- Name: notnull_tbl3; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl3 ( - a integer NOT NULL, - b integer NOT NULL, - CONSTRAINT notnull_tbl3_a_check CHECK ((a IS NOT NULL)) -); -ALTER TABLE public.notnull_tbl3 OWNER TO postgres; --- --- Name: notnull_tbl4; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl4 ( - a integer NOT NULL -); -ALTER TABLE public.notnull_tbl4 OWNER TO postgres; --- --- Name: notnull_tbl4_cld; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl4_cld ( -) -INHERITS (public.notnull_tbl4); -ALTER TABLE public.notnull_tbl4_cld OWNER TO postgres; --- --- Name: notnull_tbl4_cld2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl4_cld2 ( - NOT NULL a -) -INHERITS (public.notnull_tbl4); -ALTER TABLE public.notnull_tbl4_cld2 OWNER TO postgres; --- --- Name: notnull_tbl4_cld3; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl4_cld3 ( - CONSTRAINT a_nn NOT NULL a -) -INHERITS (public.notnull_tbl4); -ALTER TABLE public.notnull_tbl4_cld3 OWNER TO postgres; --- --- Name: notnull_tbl4_lk; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl4_lk ( - a integer CONSTRAINT notnull_tbl4_a_not_null NOT NULL -); -ALTER TABLE public.notnull_tbl4_lk OWNER TO postgres; --- --- Name: notnull_tbl4_lk2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl4_lk2 ( - a integer CONSTRAINT notnull_tbl4_a_not_null NOT NULL -); -ALTER TABLE public.notnull_tbl4_lk2 OWNER TO postgres; --- --- Name: notnull_tbl4_lk3; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl4_lk3 ( - a integer CONSTRAINT a_nn NOT NULL -); -ALTER TABLE public.notnull_tbl4_lk3 OWNER TO postgres; --- --- Name: notnull_tbl5; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl5 ( - a integer, - b integer -); -ALTER TABLE public.notnull_tbl5 OWNER TO postgres; --- --- Name: notnull_tbl5_child; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl5_child ( - CONSTRAINT ann NOT NULL a, - CONSTRAINT bnn NOT NULL b -) -INHERITS (public.notnull_tbl5); -ALTER TABLE public.notnull_tbl5_child OWNER TO postgres; --- --- Name: notnull_tbl6; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl6 ( - a integer, - b integer, - CONSTRAINT notnull_tbl6_a_check CHECK ((a > 0)) -) -PARTITION BY LIST (a); -ALTER TABLE public.notnull_tbl6 OWNER TO postgres; --- --- Name: notnull_tbl6_1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.notnull_tbl6_1 ( - a integer CONSTRAINT ann NOT NULL, - b integer CONSTRAINT bnn NOT NULL, - CONSTRAINT notnull_tbl6_a_check CHECK ((a > 0)) -); -ALTER TABLE public.notnull_tbl6_1 OWNER TO postgres; --- --- Name: num_data; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_data ( - id integer, - val numeric(210,10) -); -ALTER TABLE public.num_data OWNER TO postgres; --- --- Name: num_exp_add; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_exp_add ( - id1 integer, - id2 integer, - expected numeric(210,10) -); -ALTER TABLE public.num_exp_add OWNER TO postgres; --- --- Name: num_exp_div; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_exp_div ( - id1 integer, - id2 integer, - expected numeric(210,10) -); -ALTER TABLE public.num_exp_div OWNER TO postgres; --- --- Name: num_exp_ln; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_exp_ln ( - id integer, - expected numeric(210,10) -); -ALTER TABLE public.num_exp_ln OWNER TO postgres; --- --- Name: num_exp_log10; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_exp_log10 ( - id integer, - expected numeric(210,10) -); -ALTER TABLE public.num_exp_log10 OWNER TO postgres; --- --- Name: num_exp_mul; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_exp_mul ( - id1 integer, - id2 integer, - expected numeric(210,10) -); -ALTER TABLE public.num_exp_mul OWNER TO postgres; --- --- Name: num_exp_power_10_ln; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_exp_power_10_ln ( - id integer, - expected numeric(210,10) -); -ALTER TABLE public.num_exp_power_10_ln OWNER TO postgres; --- --- Name: num_exp_sqrt; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_exp_sqrt ( - id integer, - expected numeric(210,10) -); -ALTER TABLE public.num_exp_sqrt OWNER TO postgres; --- --- Name: num_exp_sub; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_exp_sub ( - id1 integer, - id2 integer, - expected numeric(210,10) -); -ALTER TABLE public.num_exp_sub OWNER TO postgres; --- --- Name: num_input_test; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_input_test ( - n1 numeric -); -ALTER TABLE public.num_input_test OWNER TO postgres; --- --- Name: num_result; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_result ( - id1 integer, - id2 integer, - result numeric(210,10) -); -ALTER TABLE public.num_result OWNER TO postgres; --- --- Name: num_typemod_test; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.num_typemod_test ( - millions numeric(3,-6), - thousands numeric(3,-3), - units numeric(3,0), - thousandths numeric(3,3), - millionths numeric(3,6) -); -ALTER TABLE public.num_typemod_test OWNER TO postgres; --- --- Name: nummultirange_test; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.nummultirange_test ( - nmr nummultirange -); -ALTER TABLE public.nummultirange_test OWNER TO postgres; --- --- Name: numrange_test; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.numrange_test ( - nr numrange -); -ALTER TABLE public.numrange_test OWNER TO postgres; --- --- Name: onek; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.onek ( - unique1 integer, - unique2 integer, - two integer, - four integer, - ten integer, - twenty integer, - hundred integer, - thousand integer, - twothousand integer, - fivethous integer, - tenthous integer, - odd integer, - even integer, - stringu1 name, - stringu2 name, - string4 name -); -ALTER TABLE public.onek OWNER TO postgres; --- --- Name: onek2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.onek2 ( - unique1 integer, - unique2 integer, - two integer, - four integer, - ten integer, - twenty integer, - hundred integer, - thousand integer, - twothousand integer, - fivethous integer, - tenthous integer, - odd integer, - even integer, - stringu1 name, - stringu2 name, - string4 name -); -ALTER TABLE public.onek2 OWNER TO postgres; --- --- Name: past_inh_parent; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.past_inh_parent ( -); -ALTER TABLE public.past_inh_parent OWNER TO postgres; --- --- Name: past_parted; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.past_parted ( - i integer -) -PARTITION BY LIST (i); -ALTER TABLE public.past_parted OWNER TO postgres; --- --- Name: path_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.path_tbl ( - f1 path -); -ALTER TABLE public.path_tbl OWNER TO postgres; --- --- Name: persons; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.persons OF public.person_type; -ALTER TABLE public.persons OWNER TO postgres; --- --- Name: persons2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.persons2 OF public.person_type ( - id NOT NULL -); -ALTER TABLE public.persons2 OWNER TO postgres; --- --- Name: persons3; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.persons3 OF public.person_type ( - id NOT NULL, - name DEFAULT ''::text NOT NULL -); -ALTER TABLE public.persons3 OWNER TO postgres; --- --- Name: point_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.point_tbl ( - f1 point -); -ALTER TABLE public.point_tbl OWNER TO postgres; --- --- Name: polygon_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.polygon_tbl ( - f1 polygon -); -ALTER TABLE public.polygon_tbl OWNER TO postgres; --- --- Name: quad_box_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.quad_box_tbl ( - id integer, - b box -); -ALTER TABLE public.quad_box_tbl OWNER TO postgres; --- --- Name: quad_box_tbl_ord_seq1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.quad_box_tbl_ord_seq1 ( - n bigint, - dist double precision, - id integer -); -ALTER TABLE public.quad_box_tbl_ord_seq1 OWNER TO postgres; --- --- Name: quad_box_tbl_ord_seq2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.quad_box_tbl_ord_seq2 ( - n bigint, - dist double precision, - id integer -); -ALTER TABLE public.quad_box_tbl_ord_seq2 OWNER TO postgres; --- --- Name: quad_point_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.quad_point_tbl ( - p point -); -ALTER TABLE public.quad_point_tbl OWNER TO postgres; --- --- Name: quad_poly_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.quad_poly_tbl ( - id integer, - p polygon -); -ALTER TABLE public.quad_poly_tbl OWNER TO postgres; --- --- Name: radix_text_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.radix_text_tbl ( - t text -); -ALTER TABLE public.radix_text_tbl OWNER TO postgres; --- --- Name: real_city; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.real_city ( - pop integer, - cname text, - outline path -); -ALTER TABLE public.real_city OWNER TO postgres; --- --- Name: regress_constr_partitioned; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.regress_constr_partitioned ( - a integer -) -PARTITION BY LIST (a); -ALTER TABLE public.regress_constr_partitioned OWNER TO postgres; --- --- Name: regress_constr_partition1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.regress_constr_partition1 ( - a integer NOT NULL -); -ALTER TABLE public.regress_constr_partition1 OWNER TO postgres; --- --- Name: reservations; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.reservations ( - room_id integer NOT NULL, - booked_during daterange -); -ALTER TABLE public.reservations OWNER TO postgres; --- --- Name: shighway; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.shighway ( - surface text -) -INHERITS (public.road); -ALTER TABLE public.shighway OWNER TO postgres; --- --- Name: sj; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.sj ( - a integer, - b integer, - c integer -); -ALTER TABLE public.sj OWNER TO postgres; --- --- Name: sj_t1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.sj_t1 ( - id integer NOT NULL, - a integer -); -ALTER TABLE public.sj_t1 OWNER TO postgres; --- --- Name: sj_t1_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres --- -CREATE SEQUENCE public.sj_t1_id_seq - AS integer - START WITH 1 - INCREMENT BY 1 - NO MINVALUE - NO MAXVALUE - CACHE 1; -ALTER SEQUENCE public.sj_t1_id_seq OWNER TO postgres; --- --- Name: sj_t1_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres --- -ALTER SEQUENCE public.sj_t1_id_seq OWNED BY public.sj_t1.id; --- --- Name: sj_t2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.sj_t2 ( - id integer NOT NULL, - a integer -); -ALTER TABLE public.sj_t2 OWNER TO postgres; --- --- Name: sj_t2_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres --- -CREATE SEQUENCE public.sj_t2_id_seq - AS integer - START WITH 1 - INCREMENT BY 1 - NO MINVALUE - NO MAXVALUE - CACHE 1; -ALTER SEQUENCE public.sj_t2_id_seq OWNER TO postgres; --- --- Name: sj_t2_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres --- -ALTER SEQUENCE public.sj_t2_id_seq OWNED BY public.sj_t2.id; --- --- Name: sj_t3; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.sj_t3 ( - id integer NOT NULL, - a integer -); -ALTER TABLE public.sj_t3 OWNER TO postgres; --- --- Name: sj_t3_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres --- -CREATE SEQUENCE public.sj_t3_id_seq - AS integer - START WITH 1 - INCREMENT BY 1 - NO MINVALUE - NO MAXVALUE - CACHE 1; -ALTER SEQUENCE public.sj_t3_id_seq OWNER TO postgres; --- --- Name: sj_t3_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres --- -ALTER SEQUENCE public.sj_t3_id_seq OWNED BY public.sj_t3.id; --- --- Name: sj_t4; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.sj_t4 ( - id integer NOT NULL, - a integer -); -ALTER TABLE public.sj_t4 OWNER TO postgres; --- --- Name: sj_t4_id_seq; Type: SEQUENCE; Schema: public; Owner: postgres --- -CREATE SEQUENCE public.sj_t4_id_seq - AS integer - START WITH 1 - INCREMENT BY 1 - NO MINVALUE - NO MAXVALUE - CACHE 1; -ALTER SEQUENCE public.sj_t4_id_seq OWNER TO postgres; --- --- Name: sj_t4_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: postgres --- -ALTER SEQUENCE public.sj_t4_id_seq OWNED BY public.sj_t4.id; --- --- Name: sk; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.sk ( - a integer, - b integer -); -ALTER TABLE public.sk OWNER TO postgres; --- --- Name: sl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.sl ( - a integer, - b integer, - c integer -); -ALTER TABLE public.sl OWNER TO postgres; --- --- Name: slow_emp4000; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.slow_emp4000 ( - home_base box -); -ALTER TABLE public.slow_emp4000 OWNER TO postgres; --- --- Name: street; Type: VIEW; Schema: public; Owner: postgres --- -CREATE VIEW public.street AS - SELECT r.name, - r.thepath, - c.cname - FROM ONLY public.road r, - public.real_city c - WHERE (c.outline ?# r.thepath); -ALTER VIEW public.street OWNER TO postgres; --- --- Name: student; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.student ( - gpa double precision -) -INHERITS (public.person); -ALTER TABLE public.student OWNER TO postgres; --- --- Name: stud_emp; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.stud_emp ( - percent integer -) -INHERITS (public.emp, public.student); -ALTER TABLE public.stud_emp OWNER TO postgres; --- --- Name: subselect_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.subselect_tbl ( - f1 integer, - f2 integer, - f3 double precision -); -ALTER TABLE public.subselect_tbl OWNER TO postgres; --- --- Name: tab_core_types; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tab_core_types ( - point point, - line line, - lseg lseg, - box box, - openedpath path, - closedpath path, - polygon polygon, - circle circle, - date date, - "time" time without time zone, - "timestamp" timestamp without time zone, - timetz time with time zone, - timestamptz timestamp with time zone, - "interval" interval, - "json" json, - jsonb jsonb, - jsonpath jsonpath, - inet inet, - cidr cidr, - macaddr8 macaddr8, - macaddr macaddr, - int2 smallint, - int4 integer, - int8 bigint, - float4 real, - float8 double precision, - pi numeric, - "char" "char", - bpchar bpchar, - "varchar" character varying, - name name, - text text, - bool boolean, - bytea bytea, - "bit" bit(1), - varbit bit varying, - money money, - refcursor refcursor, - int2vector int2vector, - oidvector oidvector, - aclitem aclitem, - tsvector tsvector, - tsquery tsquery, - uuid uuid, - xid8 xid8, - regclass regclass, - type regtype, - regrole regrole, - oid oid, - tid tid, - xid xid, - cid cid, - txid_snapshot txid_snapshot, - pg_snapshot pg_snapshot, - pg_lsn pg_lsn, - cardinal_number information_schema.cardinal_number, - character_data information_schema.character_data, - sql_identifier information_schema.sql_identifier, - time_stamp information_schema.time_stamp, - yes_or_no information_schema.yes_or_no, - int4range int4range, - int4multirange int4multirange, - int8range int8range, - int8multirange int8multirange, - numrange numrange, - nummultirange nummultirange, - daterange daterange, - datemultirange datemultirange, - tsrange tsrange, - tsmultirange tsmultirange, - tstzrange tstzrange, - tstzmultirange tstzmultirange -); -ALTER TABLE public.tab_core_types OWNER TO postgres; --- --- Name: tableam_parted_heap2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tableam_parted_heap2 ( - a text, - b integer -) -PARTITION BY LIST (a); -ALTER TABLE public.tableam_parted_heap2 OWNER TO postgres; --- --- Name: tableam_parted_a_heap2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tableam_parted_a_heap2 ( - a text, - b integer -); -ALTER TABLE public.tableam_parted_a_heap2 OWNER TO postgres; -SET default_table_access_method = heap2; --- --- Name: tableam_parted_b_heap2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tableam_parted_b_heap2 ( - a text, - b integer -); -ALTER TABLE public.tableam_parted_b_heap2 OWNER TO postgres; -SET default_table_access_method = heap; --- --- Name: tableam_parted_c_heap2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tableam_parted_c_heap2 ( - a text, - b integer -); -ALTER TABLE public.tableam_parted_c_heap2 OWNER TO postgres; -SET default_table_access_method = heap2; --- --- Name: tableam_parted_d_heap2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tableam_parted_d_heap2 ( - a text, - b integer -); -ALTER TABLE public.tableam_parted_d_heap2 OWNER TO postgres; --- --- Name: tableam_tbl_heap2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tableam_tbl_heap2 ( - f1 integer -); -ALTER TABLE public.tableam_tbl_heap2 OWNER TO postgres; --- --- Name: tableam_tblas_heap2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tableam_tblas_heap2 ( - f1 integer -); -ALTER TABLE public.tableam_tblas_heap2 OWNER TO postgres; --- --- Name: tableam_tblmv_heap2; Type: MATERIALIZED VIEW; Schema: public; Owner: postgres --- -CREATE MATERIALIZED VIEW public.tableam_tblmv_heap2 AS - SELECT f1 - FROM public.tableam_tbl_heap2 - WITH NO DATA; -ALTER MATERIALIZED VIEW public.tableam_tblmv_heap2 OWNER TO postgres; -SET default_table_access_method = heap; --- --- Name: tbl_include_box; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tbl_include_box ( - c1 integer NOT NULL, - c2 integer NOT NULL, - c3 integer, - c4 box -); -ALTER TABLE public.tbl_include_box OWNER TO postgres; --- --- Name: tbl_include_box_pk; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tbl_include_box_pk ( - c1 integer, - c2 integer, - c3 integer, - c4 box -); -ALTER TABLE public.tbl_include_box_pk OWNER TO postgres; --- --- Name: tbl_include_pk; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tbl_include_pk ( - c1 integer NOT NULL, - c2 integer NOT NULL, - c3 integer, - c4 box -); -ALTER TABLE public.tbl_include_pk OWNER TO postgres; --- --- Name: tbl_include_reg; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tbl_include_reg ( - c1 integer, - c2 integer, - c3 integer, - c4 box -); -ALTER TABLE public.tbl_include_reg OWNER TO postgres; --- --- Name: tbl_include_unique1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tbl_include_unique1 ( - c1 integer, - c2 integer, - c3 integer, - c4 box -); -ALTER TABLE public.tbl_include_unique1 OWNER TO postgres; --- --- Name: tbl_include_unique2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tbl_include_unique2 ( - c1 integer, - c2 integer, - c3 integer, - c4 box -); -ALTER TABLE public.tbl_include_unique2 OWNER TO postgres; --- --- Name: tenk1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tenk1 ( - unique1 integer, - unique2 integer, - two integer, - four integer, - ten integer, - twenty integer, - hundred integer, - thousand integer, - twothousand integer, - fivethous integer, - tenthous integer, - odd integer, - even integer, - stringu1 name, - stringu2 name, - string4 name -); -ALTER TABLE public.tenk1 OWNER TO postgres; --- --- Name: tenk2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.tenk2 ( - unique1 integer, - unique2 integer, - two integer, - four integer, - ten integer, - twenty integer, - hundred integer, - thousand integer, - twothousand integer, - fivethous integer, - tenthous integer, - odd integer, - even integer, - stringu1 name, - stringu2 name, - string4 name -); -ALTER TABLE public.tenk2 OWNER TO postgres; --- --- Name: test_range_excl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.test_range_excl ( - room int4range, - speaker int4range, - during tsrange -); -ALTER TABLE public.test_range_excl OWNER TO postgres; --- --- Name: test_range_gist; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.test_range_gist ( - ir int4range -); -ALTER TABLE public.test_range_gist OWNER TO postgres; --- --- Name: test_range_spgist; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.test_range_spgist ( - ir int4range -); -ALTER TABLE public.test_range_spgist OWNER TO postgres; --- --- Name: text_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.text_tbl ( - f1 text -); -ALTER TABLE public.text_tbl OWNER TO postgres; --- --- Name: textrange_test; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.textrange_test ( - tr public.textrange -); -ALTER TABLE public.textrange_test OWNER TO postgres; --- --- Name: time_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.time_tbl ( - f1 time(2) without time zone -); -ALTER TABLE public.time_tbl OWNER TO postgres; --- --- Name: timestamp_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.timestamp_tbl ( - d1 timestamp(2) without time zone -); -ALTER TABLE public.timestamp_tbl OWNER TO postgres; --- --- Name: timestamptz_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.timestamptz_tbl ( - d1 timestamp(2) with time zone -); -ALTER TABLE public.timestamptz_tbl OWNER TO postgres; --- --- Name: timetz_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.timetz_tbl ( - f1 time(2) with time zone -); -ALTER TABLE public.timetz_tbl OWNER TO postgres; --- --- Name: toyemp; Type: VIEW; Schema: public; Owner: postgres --- -CREATE VIEW public.toyemp AS - SELECT name, - age, - location, - (12 * salary) AS annualsal - FROM public.emp; -ALTER VIEW public.toyemp OWNER TO postgres; --- --- Name: trigger_parted; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.trigger_parted ( - a integer NOT NULL -) -PARTITION BY LIST (a); -ALTER TABLE public.trigger_parted OWNER TO postgres; --- --- Name: trigger_parted_p1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.trigger_parted_p1 ( - a integer CONSTRAINT trigger_parted_a_not_null NOT NULL -) -PARTITION BY LIST (a); -ALTER TABLE public.trigger_parted_p1 OWNER TO postgres; --- --- Name: trigger_parted_p1_1; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.trigger_parted_p1_1 ( - a integer CONSTRAINT trigger_parted_a_not_null NOT NULL -); -ALTER TABLE public.trigger_parted_p1_1 OWNER TO postgres; --- --- Name: trigger_parted_p2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.trigger_parted_p2 ( - a integer CONSTRAINT trigger_parted_a_not_null NOT NULL -) -PARTITION BY LIST (a); -ALTER TABLE public.trigger_parted_p2 OWNER TO postgres; --- --- Name: trigger_parted_p2_2; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.trigger_parted_p2_2 ( - a integer CONSTRAINT trigger_parted_a_not_null NOT NULL -); -ALTER TABLE public.trigger_parted_p2_2 OWNER TO postgres; --- --- Name: varchar_tbl; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.varchar_tbl ( - f1 character varying(4) -); -ALTER TABLE public.varchar_tbl OWNER TO postgres; --- --- Name: view_base_table; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.view_base_table ( - key integer NOT NULL, - data character varying(20) -); -ALTER TABLE public.view_base_table OWNER TO postgres; --- --- Name: xacttest; Type: TABLE; Schema: public; Owner: postgres --- -CREATE TABLE public.xacttest ( - a smallint, - b real -); -ALTER TABLE public.xacttest OWNER TO postgres; --- --- Name: mlparted1; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.mlparted ATTACH PARTITION public.mlparted1 FOR VALUES FROM (1, 2) TO (1, 10); --- --- Name: mlparted11; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.mlparted1 ATTACH PARTITION public.mlparted11 FOR VALUES FROM (2) TO (5); --- --- Name: mlparted12; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.mlparted1 ATTACH PARTITION public.mlparted12 FOR VALUES FROM (5) TO (10); --- --- Name: mlparted2; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.mlparted ATTACH PARTITION public.mlparted2 FOR VALUES FROM (1, 10) TO (1, 20); --- --- Name: mlparted3; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.mlparted ATTACH PARTITION public.mlparted3 FOR VALUES FROM (1, 20) TO (1, 30); --- --- Name: mlparted4; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.mlparted ATTACH PARTITION public.mlparted4 FOR VALUES FROM (1, 30) TO (1, 40); --- --- Name: mlparted_def; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.mlparted ATTACH PARTITION public.mlparted_def DEFAULT; --- --- Name: mlparted_def1; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.mlparted_def ATTACH PARTITION public.mlparted_def1 FOR VALUES FROM (40) TO (50); --- --- Name: mlparted_def2; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.mlparted_def ATTACH PARTITION public.mlparted_def2 FOR VALUES FROM (50) TO (60); --- --- Name: mlparted_defd; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.mlparted_def ATTACH PARTITION public.mlparted_defd DEFAULT; --- --- Name: notnull_part1_1_upg; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.notnull_part1_upg ATTACH PARTITION public.notnull_part1_1_upg FOR VALUES IN (1, 2); --- --- Name: notnull_part1_2_upg; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.notnull_part1_upg ATTACH PARTITION public.notnull_part1_2_upg FOR VALUES IN (3, 4); --- --- Name: notnull_part1_3_upg; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.notnull_part1_upg ATTACH PARTITION public.notnull_part1_3_upg FOR VALUES IN (NULL, 5); --- --- Name: notnull_tbl6_1; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.notnull_tbl6 ATTACH PARTITION public.notnull_tbl6_1 FOR VALUES IN (1); --- --- Name: regress_constr_partition1; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.regress_constr_partitioned ATTACH PARTITION public.regress_constr_partition1 FOR VALUES IN (1); --- --- Name: tableam_parted_a_heap2; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.tableam_parted_heap2 ATTACH PARTITION public.tableam_parted_a_heap2 FOR VALUES IN ('a'); --- --- Name: tableam_parted_b_heap2; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.tableam_parted_heap2 ATTACH PARTITION public.tableam_parted_b_heap2 FOR VALUES IN ('b'); --- --- Name: tableam_parted_c_heap2; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.tableam_parted_heap2 ATTACH PARTITION public.tableam_parted_c_heap2 FOR VALUES IN ('c'); --- --- Name: tableam_parted_d_heap2; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.tableam_parted_heap2 ATTACH PARTITION public.tableam_parted_d_heap2 FOR VALUES IN ('d'); --- --- Name: trigger_parted_p1; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.trigger_parted ATTACH PARTITION public.trigger_parted_p1 FOR VALUES IN (1); --- --- Name: trigger_parted_p1_1; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.trigger_parted_p1 ATTACH PARTITION public.trigger_parted_p1_1 FOR VALUES IN (1); --- --- Name: trigger_parted_p2; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.trigger_parted ATTACH PARTITION public.trigger_parted_p2 FOR VALUES IN (2); --- --- Name: trigger_parted_p2_2; Type: TABLE ATTACH; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.trigger_parted_p2 ATTACH PARTITION public.trigger_parted_p2_2 FOR VALUES IN (2); --- --- Name: emp1 id; Type: DEFAULT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.emp1 ALTER COLUMN id SET DEFAULT nextval('public.emp1_id_seq'::regclass); --- --- Name: sj_t1 id; Type: DEFAULT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.sj_t1 ALTER COLUMN id SET DEFAULT nextval('public.sj_t1_id_seq'::regclass); --- --- Name: sj_t2 id; Type: DEFAULT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.sj_t2 ALTER COLUMN id SET DEFAULT nextval('public.sj_t2_id_seq'::regclass); --- --- Name: sj_t3 id; Type: DEFAULT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.sj_t3 ALTER COLUMN id SET DEFAULT nextval('public.sj_t3_id_seq'::regclass); --- --- Name: sj_t4 id; Type: DEFAULT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.sj_t4 ALTER COLUMN id SET DEFAULT nextval('public.sj_t4_id_seq'::regclass); --- --- Data for Name: a; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.a (aa) FROM stdin; -\. --- --- Data for Name: a_star; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.a_star (class, aa, a) FROM stdin; -a 1 \N -a 2 \N -a \N \N -\. --- --- Data for Name: aggtest; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.aggtest (a, b) FROM stdin; -56 7.8 -100 99.097 -0 0.09561 -42 324.78 -\. --- --- Data for Name: array_index_op_test; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.array_index_op_test (seqno, i, t) FROM stdin; -1 {92,75,71,52,64,83} {AAAAAAAA44066,AAAAAA1059,AAAAAAAAAAA176,AAAAAAA48038} -2 {3,6} {AAAAAA98232,AAAAAAAA79710,AAAAAAAAAAAAAAAAA69675,AAAAAAAAAAAAAAAA55798,AAAAAAAAA12793} -3 {37,64,95,43,3,41,13,30,11,43} {AAAAAAAAAA48845,AAAAA75968,AAAAA95309,AAA54451,AAAAAAAAAA22292,AAAAAAA99836,A96617,AA17009,AAAAAAAAAAAAAA95246} -4 {71,39,99,55,33,75,45} {AAAAAAAAA53663,AAAAAAAAAAAAAAA67062,AAAAAAAAAA64777,AAA99043,AAAAAAAAAAAAAAAAAAA91804,39557} -5 {50,42,77,50,4} {AAAAAAAAAAAAAAAAA26540,AAAAAAA79710,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAA176,AAAAA95309,AAAAAAAAAAA46154,AAAAAA66777,AAAAAAAAA27249,AAAAAAAAAA64777,AAAAAAAAAAAAAAAAAAA70104} -6 {39,35,5,94,17,92,60,32} {AAAAAAAAAAAAAAA35875,AAAAAAAAAAAAAAAA23657} -7 {12,51,88,64,8} {AAAAAAAAAAAAAAAAAA12591,AAAAAAAAAAAAAAAAA50407,AAAAAAAAAAAA67946} -8 {60,84} {AAAAAAA81898,AAAAAA1059,AAAAAAAAAAAA81511,AAAAA961,AAAAAAAAAAAAAAAA31334,AAAAA64741,AA6416,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAAAA50407} -9 {56,52,35,27,80,44,81,22} {AAAAAAAAAAAAAAA73034,AAAAAAAAAAAAA7929,AAAAAAA66161,AA88409,39557,A27153,AAAAAAAA9523,AAAAAAAAAAA99000} -10 {71,5,45} {AAAAAAAAAAA21658,AAAAAAAAAAAA21089,AAA54451,AAAAAAAAAAAAAAAAAA54141,AAAAAAAAAAAAAA28620,AAAAAAAAAAA21658,AAAAAAAAAAA74076,AAAAAAAAA27249} -11 {41,86,74,48,22,74,47,50} {AAAAAAAA9523,AAAAAAAAAAAA37562,AAAAAAAAAAAAAAAA14047,AAAAAAAAAAA46154,AAAA41702,AAAAAAAAAAAAAAAAA764,AAAAA62737,39557} -12 {17,99,18,52,91,72,0,43,96,23} {AAAAA33250,AAAAAAAAAAAAAAAAAAA85420,AAAAAAAAAAA33576} -13 {3,52,34,23} {AAAAAA98232,AAAA49534,AAAAAAAAAAA21658} -14 {78,57,19} {AAAA8857,AAAAAAAAAAAAAAA73034,AAAAAAAA81587,AAAAAAAAAAAAAAA68526,AAAAA75968,AAAAAAAAAAAAAA65909,AAAAAAAAA10012,AAAAAAAAAAAAAA65909} -15 {17,14,16,63,67} {AA6416,AAAAAAAAAA646,AAAAA95309} -16 {14,63,85,11} {AAAAAA66777} -17 {7,10,81,85} {AAAAAA43678,AAAAAAA12144,AAAAAAAAAAA50956,AAAAAAAAAAAAAAAAAAA15356} -18 {1} {AAAAAAAAAAA33576,AAAAA95309,64261,AAA59323,AAAAAAAAAAAAAA95246,55847,AAAAAAAAAAAA67946,AAAAAAAAAAAAAAAAAA64374} -19 {52,82,17,74,23,46,69,51,75} {AAAAAAAAAAAAA73084,AAAAA75968,AAAAAAAAAAAAAAAA14047,AAAAAAA80240,AAAAAAAAAAAAAAAAAAA1205,A68938} -20 {72,89,70,51,54,37,8,49,79} {AAAAAA58494} -21 {2,8,65,10,5,79,43} {AAAAAAAAAAAAAAAAA88852,AAAAAAAAAAAAAAAAAAA91804,AAAAA64669,AAAAAAAAAAAAAAAA1443,AAAAAAAAAAAAAAAA23657,AAAAA12179,AAAAAAAAAAAAAAAAA88852,AAAAAAAAAAAAAAAA31334,AAAAAAAAAAAAAAAA41303,AAAAAAAAAAAAAAAAAAA85420} -22 {11,6,56,62,53,30} {AAAAAAAA72908} -23 {40,90,5,38,72,40,30,10,43,55} {A6053,AAAAAAAAAAA6119,AA44673,AAAAAAAAAAAAAAAAA764,AA17009,AAAAA17383,AAAAA70514,AAAAA33250,AAAAA95309,AAAAAAAAAAAA37562} -24 {94,61,99,35,48} {AAAAAAAAAAA50956,AAAAAAAAAAA15165,AAAA85070,AAAAAAAAAAAAAAA36627,AAAAA961,AAAAAAAAAA55219} -25 {31,1,10,11,27,79,38} {AAAAAAAAAAAAAAAAAA59334,45449} -26 {71,10,9,69,75} {47735,AAAAAAA21462,AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAAAAA91804,AAAAAAAAA72121,AAAAAAAAAAAAAAAAAAA1205,AAAAA41597,AAAA8857,AAAAAAAAAAAAAAAAAAA15356,AA17009} -27 {94} {AA6416,A6053,AAAAAAA21462,AAAAAAA57334,AAAAAAAAAAAAAAAAAA12591,AA88409,AAAAAAAAAAAAA70254} -28 {14,33,6,34,14} {AAAAAAAAAAAAAAA13198,AAAAAAAA69452,AAAAAAAAAAA82945,AAAAAAA12144,AAAAAAAAA72121,AAAAAAAAAA18601} -29 {39,21} {AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAAAAA38885,AAAA85070,AAAAAAAAAAAAAAAAAAA70104,AAAAA66674,AAAAAAAAAAAAA62007,AAAAAAAA69452,AAAAAAA1242,AAAAAAAAAAAAAAAA1729,AAAA35194} -30 {26,81,47,91,34} {AAAAAAAAAAAAAAAAAAA70104,AAAAAAA80240} -31 {80,24,18,21,54} {AAAAAAAAAAAAAAA13198,AAAAAAAAAAAAAAAAAAA70415,A27153,AAAAAAAAA53663,AAAAAAAAAAAAAAAAA50407,A68938} -32 {58,79,82,80,67,75,98,10,41} {AAAAAAAAAAAAAAAAAA61286,AAA54451,AAAAAAAAAAAAAAAAAAA87527,A96617,51533} -33 {74,73} {A85417,AAAAAAA56483,AAAAA17383,AAAAAAAAAAAAA62159,AAAAAAAAAAAA52814,AAAAAAAAAAAAA85723,AAAAAAAAAAAAAAAAAA55796} -34 {70,45} {AAAAAAAAAAAAAAAAAA71621,AAAAAAAAAAAAAA28620,AAAAAAAAAA55219,AAAAAAAA23648,AAAAAAAAAA22292,AAAAAAA1242} -35 {23,40} {AAAAAAAAAAAA52814,AAAA48949,AAAAAAAAA34727,AAAA8857,AAAAAAAAAAAAAAAAAAA62179,AAAAAAAAAAAAAAA68526,AAAAAAA99836,AAAAAAAA50094,AAAA91194,AAAAAAAAAAAAA73084} -36 {79,82,14,52,30,5,79} {AAAAAAAAA53663,AAAAAAAAAAAAAAAA55798,AAAAAAAAAAAAAAAAAAA89194,AA88409,AAAAAAAAAAAAAAA81326,AAAAAAAAAAAAAAAAA63050,AAAAAAAAAAAAAAAA33598} -37 {53,11,81,39,3,78,58,64,74} {AAAAAAAAAAAAAAAAAAA17075,AAAAAAA66161,AAAAAAAA23648,AAAAAAAAAAAAAA10611} -38 {59,5,4,95,28} {AAAAAAAAAAA82945,A96617,47735,AAAAA12179,AAAAA64669,AAAAAA99807,AA74433,AAAAAAAAAAAAAAAAA59387} -39 {82,43,99,16,74} {AAAAAAAAAAAAAAA67062,AAAAAAA57334,AAAAAAAAAAAAAA65909,A27153,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAA64777,AAAAAAAAAAAA81511,AAAAAAAAAAAAAA65909,AAAAAAAAAAAAAA28620} -40 {34} {AAAAAAAAAAAAAA10611,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAA50956,AAAAAAAAAAAAAAAA31334,AAAAA70466,AAAAAAAA81587,AAAAAAA74623} -41 {19,26,63,12,93,73,27,94} {AAAAAAA79710,AAAAAAAAAA55219,AAAA41702,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAAA71621,AAAAAAAAAAAAAAAAA63050,AAAAAAA99836,AAAAAAAAAAAAAA8666} -42 {15,76,82,75,8,91} {AAAAAAAAAAA176,AAAAAA38063,45449,AAAAAA54032,AAAAAAA81898,AA6416,AAAAAAAAAAAAAAAAAAA62179,45449,AAAAA60038,AAAAAAAA81587} -43 {39,87,91,97,79,28} {AAAAAAAAAAA74076,A96617,AAAAAAAAAAAAAAAAAAA89194,AAAAAAAAAAAAAAAAAA55796,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAA67946} -44 {40,58,68,29,54} {AAAAAAA81898,AAAAAA66777,AAAAAA98232} -45 {99,45} {AAAAAAAA72908,AAAAAAAAAAAAAAAAAAA17075,AA88409,AAAAAAAAAAAAAAAAAA36842,AAAAAAA48038,AAAAAAAAAAAAAA10611} -46 {53,24} {AAAAAAAAAAA53908,AAAAAA54032,AAAAA17383,AAAA48949,AAAAAAAAAA18601,AAAAA64669,45449,AAAAAAAAAAA98051,AAAAAAAAAAAAAAAAAA71621} -47 {98,23,64,12,75,61} {AAA59323,AAAAA95309,AAAAAAAAAAAAAAAA31334,AAAAAAAAA27249,AAAAA17383,AAAAAAAAAAAA37562,AAAAAA1059,A84822,55847,AAAAA70466} -48 {76,14} {AAAAAAAAAAAAA59671,AAAAAAAAAAAAAAAAAAA91804,AAAAAA66777,AAAAAAAAAAAAAAAAAAA89194,AAAAAAAAAAAAAAA36627,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAA73084,AAAAAAA79710,AAAAAAAAAAAAAAA40402,AAAAAAAAAAAAAAAAAAA65037} -49 {56,5,54,37,49} {AA21643,AAAAAAAAAAA92631,AAAAAAAA81587} -50 {20,12,37,64,93} {AAAAAAAAAA5483,AAAAAAAAAAAAAAAAAAA1205,AA6416,AAAAAAAAAAAAAAAAA63050,AAAAAAAAAAAAAAAAAA47955} -51 {47} {AAAAAAAAAAAAAA96505,AAAAAAAAAAAAAAAAAA36842,AAAAA95309,AAAAAAAA81587,AA6416,AAAA91194,AAAAAA58494,AAAAAA1059,AAAAAAAA69452} -52 {89,0} {AAAAAAAAAAAAAAAAAA47955,AAAAAAA48038,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAAAAA73084,AAAAA70466,AAAAAAAAAAAAAAAAA764,AAAAAAAAAAA46154,AA66862} -53 {38,17} {AAAAAAAAAAA21658} -54 {70,47} {AAAAAAAAAAAAAAAAAA54141,AAAAA40681,AAAAAAA48038,AAAAAAAAAAAAAAAA29150,AAAAA41597,AAAAAAAAAAAAAAAAAA59334,AA15322} -55 {47,79,47,64,72,25,71,24,93} {AAAAAAAAAAAAAAAAAA55796,AAAAA62737} -56 {33,7,60,54,93,90,77,85,39} {AAAAAAAAAAAAAAAAAA32918,AA42406} -57 {23,45,10,42,36,21,9,96} {AAAAAAAAAAAAAAAAAAA70415} -58 {92} {AAAAAAAAAAAAAAAA98414,AAAAAAAA23648,AAAAAAAAAAAAAAAAAA55796,AA25381,AAAAAAAAAAA6119} -59 {9,69,46,77} {39557,AAAAAAA89932,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAAAAAAAAA26540,AAA20874,AA6416,AAAAAAAAAAAAAAAAAA47955} -60 {62,2,59,38,89} {AAAAAAA89932,AAAAAAAAAAAAAAAAAAA15356,AA99927,AA17009,AAAAAAAAAAAAAAA35875} -61 {72,2,44,95,54,54,13} {AAAAAAAAAAAAAAAAAAA91804} -62 {83,72,29,73} {AAAAAAAAAAAAA15097,AAAA8857,AAAAAAAAAAAA35809,AAAAAAAAAAAA52814,AAAAAAAAAAAAAAAAAAA38885,AAAAAAAAAAAAAAAAAA24183,AAAAAA43678,A96617} -63 {11,4,61,87} {AAAAAAAAA27249,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAA13198,AAA20874,39557,51533,AAAAAAAAAAA53908,AAAAAAAAAAAAAA96505,AAAAAAAA78938} -64 {26,19,34,24,81,78} {A96617,AAAAAAAAAAAAAAAAAAA70104,A68938,AAAAAAAAAAA53908,AAAAAAAAAAAAAAA453,AA17009,AAAAAAA80240} -65 {61,5,76,59,17} {AAAAAA99807,AAAAA64741,AAAAAAAAAAA53908,AA21643,AAAAAAAAA10012} -66 {31,23,70,52,4,33,48,25} {AAAAAAAAAAAAAAAAA69675,AAAAAAAA50094,AAAAAAAAAAA92631,AAAA35194,39557,AAAAAAA99836} -67 {31,94,7,10} {AAAAAA38063,A96617,AAAA35194,AAAAAAAAAAAA67946} -68 {90,43,38} {AA75092,AAAAAAAAAAAAAAAAA69675,AAAAAAAAAAA92631,AAAAAAAAA10012,AAAAAAAAAAAAA7929,AA21643} -69 {67,35,99,85,72,86,44} {AAAAAAAAAAAAAAAAAAA1205,AAAAAAAA50094,AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAAAAAAA47955} -70 {56,70,83} {AAAA41702,AAAAAAAAAAA82945,AA21643,AAAAAAAAAAA99000,A27153,AA25381,AAAAAAAAAAAAAA96505,AAAAAAA1242} -71 {74,26} {AAAAAAAAAAA50956,AA74433,AAAAAAA21462,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAA36627,AAAAAAAAAAAAA70254,AAAAAAAAAA43419,39557} -72 {22,1,16,78,20,91,83} {47735,AAAAAAA56483,AAAAAAAAAAAAA93788,AA42406,AAAAAAAAAAAAA73084,AAAAAAAA72908,AAAAAAAAAAAAAAAAAA61286,AAAAA66674,AAAAAAAAAAAAAAAAA50407} -73 {88,25,96,78,65,15,29,19} {AAA54451,AAAAAAAAA27249,AAAAAAA9228,AAAAAAAAAAAAAAA67062,AAAAAAAAAAAAAAAAAAA70415,AAAAA17383,AAAAAAAAAAAAAAAA33598} -74 {32} {AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAA22860,AAAAAA99807,AAAAA17383,AAAAAAAAAAAAAAA67062,AAAAAAAAAAA15165,AAAAAAAAAAA50956} -75 {12,96,83,24,71,89,55} {AAAA48949,AAAAAAAA29716,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAAA67946,AAAAAAAAAAAAAAAA29150,AAA28075,AAAAAAAAAAAAAAAAA43052} -76 {92,55,10,7} {AAAAAAAAAAAAAAA67062} -77 {97,15,32,17,55,59,18,37,50,39} {AAAAAAAAAAAA67946,AAAAAA54032,AAAAAAAA81587,55847,AAAAAAAAAAAAAA28620,AAAAAAAAAAAAAAAAA43052,AAAAAA75463,AAAA49534,AAAAAAAA44066} -78 {55,89,44,84,34} {AAAAAAAAAAA6119,AAAAAAAAAAAAAA8666,AA99927,AA42406,AAAAAAA81898,AAAAAAA9228,AAAAAAAAAAA92631,AA21643,AAAAAAAAAAAAAA28620} -79 {45} {AAAAAAAAAA646,AAAAAAAAAAAAAAAAAAA70415,AAAAAA43678,AAAAAAAA72908} -80 {74,89,44,80,0} {AAAA35194,AAAAAAAA79710,AAA20874,AAAAAAAAAAAAAAAAAAA70104,AAAAAAAAAAAAA73084,AAAAAAA57334,AAAAAAA9228,AAAAAAAAAAAAA62007} -81 {63,77,54,48,61,53,97} {AAAAAAAAAAAAAAA81326,AAAAAAAAAA22292,AA25381,AAAAAAAAAAA74076,AAAAAAA81898,AAAAAAAAA72121} -82 {34,60,4,79,78,16,86,89,42,50} {AAAAA40681,AAAAAAAAAAAAAAAAAA12591,AAAAAAA80240,AAAAAAAAAAAAAAAA55798,AAAAAAAAAAAAAAAAAAA70104} -83 {14,10} {AAAAAAAAAA22292,AAAAAAAAAAAAA70254,AAAAAAAAAAA6119} -84 {11,83,35,13,96,94} {AAAAA95309,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAAAAA24183} -85 {39,60} {AAAAAAAAAAAAAAAA55798,AAAAAAAAAA22292,AAAAAAA66161,AAAAAAA21462,AAAAAAAAAAAAAAAAAA12591,55847,AAAAAA98232,AAAAAAAAAAA46154} -86 {33,81,72,74,45,36,82} {AAAAAAAA81587,AAAAAAAAAAAAAA96505,45449,AAAA80176} -87 {57,27,50,12,97,68} {AAAAAAAAAAAAAAAAA26540,AAAAAAAAA10012,AAAAAAAAAAAA35809,AAAAAAAAAAAAAAAA29150,AAAAAAAAAAA82945,AAAAAA66777,31228,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAAAA28620,AAAAAAAAAAAAAA96505} -88 {41,90,77,24,6,24} {AAAA35194,AAAA35194,AAAAAAA80240,AAAAAAAAAAA46154,AAAAAA58494,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAAA59334,AAAAAAAAAAAAAAAAAAA91804,AA74433} -89 {40,32,17,6,30,88} {AA44673,AAAAAAAAAAA6119,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAAAAAAAA47955,AAAAAAAAAAAAAAAA33598,AAAAAAAAAAA33576,AA44673} -90 {88,75} {AAAAA60038,AAAAAAAA23648,AAAAAAAAAAA99000,AAAA41702,AAAAAAAAAAAAA22860,AAAAAAAAAAAAAAA68526} -91 {78} {AAAAAAAAAAAAA62007,AAA99043} -92 {85,63,49,45} {AAAAAAA89932,AAAAAAAAAAAAA22860,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAAA21089} -93 {11} {AAAAAAAAAAA176,AAAAAAAAAAAAAA8666,AAAAAAAAAAAAAAA453,AAAAAAAAAAAAA85723,A68938,AAAAAAAAAAAAA9821,AAAAAAA48038,AAAAAAAAAAAAAAAAA59387,AA99927,AAAAA17383} -94 {98,9,85,62,88,91,60,61,38,86} {AAAAAAAA81587,AAAAA17383,AAAAAAAA81587} -95 {47,77} {AAAAAAAAAAAAAAAAA764,AAAAAAAAAAA74076,AAAAAAAAAA18107,AAAAA40681,AAAAAAAAAAAAAAA35875,AAAAA60038,AAAAAAA56483} -96 {23,97,43} {AAAAAAAAAA646,A87088} -97 {54,2,86,65} {47735,AAAAAAA99836,AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAA29150,AAAAAAA80240,AAAAAAAAAAAAAAAA98414,AAAAAAA56483,AAAAAAAAAAAAAAAA29150,AAAAAAA39692,AA21643} -98 {38,34,32,89} {AAAAAAAAAAAAAAAAAA71621,AAAA8857,AAAAAAAAAAAAAAAAAAA65037,AAAAAAAAAAAAAAAA31334,AAAAAAAAAA48845} -99 {37,86} {AAAAAAAAAAAAAAAAAA32918,AAAAA70514,AAAAAAAAA10012,AAAAAAAAAAAAAAAAA59387,AAAAAAAAAA64777,AAAAAAAAAAAAAAAAAAA15356} -100 {85,32,57,39,49,84,32,3,30} {AAAAAAA80240,AAAAAAAAAAAAAAAA1729,AAAAA60038,AAAAAAAAAAA92631,AAAAAAAA9523} -101 {} {} -102 {NULL} {NULL} -103 \N \N -\. --- --- Data for Name: array_op_test; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.array_op_test (seqno, i, t) FROM stdin; -1 {92,75,71,52,64,83} {AAAAAAAA44066,AAAAAA1059,AAAAAAAAAAA176,AAAAAAA48038} -2 {3,6} {AAAAAA98232,AAAAAAAA79710,AAAAAAAAAAAAAAAAA69675,AAAAAAAAAAAAAAAA55798,AAAAAAAAA12793} -3 {37,64,95,43,3,41,13,30,11,43} {AAAAAAAAAA48845,AAAAA75968,AAAAA95309,AAA54451,AAAAAAAAAA22292,AAAAAAA99836,A96617,AA17009,AAAAAAAAAAAAAA95246} -4 {71,39,99,55,33,75,45} {AAAAAAAAA53663,AAAAAAAAAAAAAAA67062,AAAAAAAAAA64777,AAA99043,AAAAAAAAAAAAAAAAAAA91804,39557} -5 {50,42,77,50,4} {AAAAAAAAAAAAAAAAA26540,AAAAAAA79710,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAA176,AAAAA95309,AAAAAAAAAAA46154,AAAAAA66777,AAAAAAAAA27249,AAAAAAAAAA64777,AAAAAAAAAAAAAAAAAAA70104} -6 {39,35,5,94,17,92,60,32} {AAAAAAAAAAAAAAA35875,AAAAAAAAAAAAAAAA23657} -7 {12,51,88,64,8} {AAAAAAAAAAAAAAAAAA12591,AAAAAAAAAAAAAAAAA50407,AAAAAAAAAAAA67946} -8 {60,84} {AAAAAAA81898,AAAAAA1059,AAAAAAAAAAAA81511,AAAAA961,AAAAAAAAAAAAAAAA31334,AAAAA64741,AA6416,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAAAA50407} -9 {56,52,35,27,80,44,81,22} {AAAAAAAAAAAAAAA73034,AAAAAAAAAAAAA7929,AAAAAAA66161,AA88409,39557,A27153,AAAAAAAA9523,AAAAAAAAAAA99000} -10 {71,5,45} {AAAAAAAAAAA21658,AAAAAAAAAAAA21089,AAA54451,AAAAAAAAAAAAAAAAAA54141,AAAAAAAAAAAAAA28620,AAAAAAAAAAA21658,AAAAAAAAAAA74076,AAAAAAAAA27249} -11 {41,86,74,48,22,74,47,50} {AAAAAAAA9523,AAAAAAAAAAAA37562,AAAAAAAAAAAAAAAA14047,AAAAAAAAAAA46154,AAAA41702,AAAAAAAAAAAAAAAAA764,AAAAA62737,39557} -12 {17,99,18,52,91,72,0,43,96,23} {AAAAA33250,AAAAAAAAAAAAAAAAAAA85420,AAAAAAAAAAA33576} -13 {3,52,34,23} {AAAAAA98232,AAAA49534,AAAAAAAAAAA21658} -14 {78,57,19} {AAAA8857,AAAAAAAAAAAAAAA73034,AAAAAAAA81587,AAAAAAAAAAAAAAA68526,AAAAA75968,AAAAAAAAAAAAAA65909,AAAAAAAAA10012,AAAAAAAAAAAAAA65909} -15 {17,14,16,63,67} {AA6416,AAAAAAAAAA646,AAAAA95309} -16 {14,63,85,11} {AAAAAA66777} -17 {7,10,81,85} {AAAAAA43678,AAAAAAA12144,AAAAAAAAAAA50956,AAAAAAAAAAAAAAAAAAA15356} -18 {1} {AAAAAAAAAAA33576,AAAAA95309,64261,AAA59323,AAAAAAAAAAAAAA95246,55847,AAAAAAAAAAAA67946,AAAAAAAAAAAAAAAAAA64374} -19 {52,82,17,74,23,46,69,51,75} {AAAAAAAAAAAAA73084,AAAAA75968,AAAAAAAAAAAAAAAA14047,AAAAAAA80240,AAAAAAAAAAAAAAAAAAA1205,A68938} -20 {72,89,70,51,54,37,8,49,79} {AAAAAA58494} -21 {2,8,65,10,5,79,43} {AAAAAAAAAAAAAAAAA88852,AAAAAAAAAAAAAAAAAAA91804,AAAAA64669,AAAAAAAAAAAAAAAA1443,AAAAAAAAAAAAAAAA23657,AAAAA12179,AAAAAAAAAAAAAAAAA88852,AAAAAAAAAAAAAAAA31334,AAAAAAAAAAAAAAAA41303,AAAAAAAAAAAAAAAAAAA85420} -22 {11,6,56,62,53,30} {AAAAAAAA72908} -23 {40,90,5,38,72,40,30,10,43,55} {A6053,AAAAAAAAAAA6119,AA44673,AAAAAAAAAAAAAAAAA764,AA17009,AAAAA17383,AAAAA70514,AAAAA33250,AAAAA95309,AAAAAAAAAAAA37562} -24 {94,61,99,35,48} {AAAAAAAAAAA50956,AAAAAAAAAAA15165,AAAA85070,AAAAAAAAAAAAAAA36627,AAAAA961,AAAAAAAAAA55219} -25 {31,1,10,11,27,79,38} {AAAAAAAAAAAAAAAAAA59334,45449} -26 {71,10,9,69,75} {47735,AAAAAAA21462,AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAAAAA91804,AAAAAAAAA72121,AAAAAAAAAAAAAAAAAAA1205,AAAAA41597,AAAA8857,AAAAAAAAAAAAAAAAAAA15356,AA17009} -27 {94} {AA6416,A6053,AAAAAAA21462,AAAAAAA57334,AAAAAAAAAAAAAAAAAA12591,AA88409,AAAAAAAAAAAAA70254} -28 {14,33,6,34,14} {AAAAAAAAAAAAAAA13198,AAAAAAAA69452,AAAAAAAAAAA82945,AAAAAAA12144,AAAAAAAAA72121,AAAAAAAAAA18601} -29 {39,21} {AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAAAAA38885,AAAA85070,AAAAAAAAAAAAAAAAAAA70104,AAAAA66674,AAAAAAAAAAAAA62007,AAAAAAAA69452,AAAAAAA1242,AAAAAAAAAAAAAAAA1729,AAAA35194} -30 {26,81,47,91,34} {AAAAAAAAAAAAAAAAAAA70104,AAAAAAA80240} -31 {80,24,18,21,54} {AAAAAAAAAAAAAAA13198,AAAAAAAAAAAAAAAAAAA70415,A27153,AAAAAAAAA53663,AAAAAAAAAAAAAAAAA50407,A68938} -32 {58,79,82,80,67,75,98,10,41} {AAAAAAAAAAAAAAAAAA61286,AAA54451,AAAAAAAAAAAAAAAAAAA87527,A96617,51533} -33 {74,73} {A85417,AAAAAAA56483,AAAAA17383,AAAAAAAAAAAAA62159,AAAAAAAAAAAA52814,AAAAAAAAAAAAA85723,AAAAAAAAAAAAAAAAAA55796} -34 {70,45} {AAAAAAAAAAAAAAAAAA71621,AAAAAAAAAAAAAA28620,AAAAAAAAAA55219,AAAAAAAA23648,AAAAAAAAAA22292,AAAAAAA1242} -35 {23,40} {AAAAAAAAAAAA52814,AAAA48949,AAAAAAAAA34727,AAAA8857,AAAAAAAAAAAAAAAAAAA62179,AAAAAAAAAAAAAAA68526,AAAAAAA99836,AAAAAAAA50094,AAAA91194,AAAAAAAAAAAAA73084} -36 {79,82,14,52,30,5,79} {AAAAAAAAA53663,AAAAAAAAAAAAAAAA55798,AAAAAAAAAAAAAAAAAAA89194,AA88409,AAAAAAAAAAAAAAA81326,AAAAAAAAAAAAAAAAA63050,AAAAAAAAAAAAAAAA33598} -37 {53,11,81,39,3,78,58,64,74} {AAAAAAAAAAAAAAAAAAA17075,AAAAAAA66161,AAAAAAAA23648,AAAAAAAAAAAAAA10611} -38 {59,5,4,95,28} {AAAAAAAAAAA82945,A96617,47735,AAAAA12179,AAAAA64669,AAAAAA99807,AA74433,AAAAAAAAAAAAAAAAA59387} -39 {82,43,99,16,74} {AAAAAAAAAAAAAAA67062,AAAAAAA57334,AAAAAAAAAAAAAA65909,A27153,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAA64777,AAAAAAAAAAAA81511,AAAAAAAAAAAAAA65909,AAAAAAAAAAAAAA28620} -40 {34} {AAAAAAAAAAAAAA10611,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAA50956,AAAAAAAAAAAAAAAA31334,AAAAA70466,AAAAAAAA81587,AAAAAAA74623} -41 {19,26,63,12,93,73,27,94} {AAAAAAA79710,AAAAAAAAAA55219,AAAA41702,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAAA71621,AAAAAAAAAAAAAAAAA63050,AAAAAAA99836,AAAAAAAAAAAAAA8666} -42 {15,76,82,75,8,91} {AAAAAAAAAAA176,AAAAAA38063,45449,AAAAAA54032,AAAAAAA81898,AA6416,AAAAAAAAAAAAAAAAAAA62179,45449,AAAAA60038,AAAAAAAA81587} -43 {39,87,91,97,79,28} {AAAAAAAAAAA74076,A96617,AAAAAAAAAAAAAAAAAAA89194,AAAAAAAAAAAAAAAAAA55796,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAA67946} -44 {40,58,68,29,54} {AAAAAAA81898,AAAAAA66777,AAAAAA98232} -45 {99,45} {AAAAAAAA72908,AAAAAAAAAAAAAAAAAAA17075,AA88409,AAAAAAAAAAAAAAAAAA36842,AAAAAAA48038,AAAAAAAAAAAAAA10611} -46 {53,24} {AAAAAAAAAAA53908,AAAAAA54032,AAAAA17383,AAAA48949,AAAAAAAAAA18601,AAAAA64669,45449,AAAAAAAAAAA98051,AAAAAAAAAAAAAAAAAA71621} -47 {98,23,64,12,75,61} {AAA59323,AAAAA95309,AAAAAAAAAAAAAAAA31334,AAAAAAAAA27249,AAAAA17383,AAAAAAAAAAAA37562,AAAAAA1059,A84822,55847,AAAAA70466} -48 {76,14} {AAAAAAAAAAAAA59671,AAAAAAAAAAAAAAAAAAA91804,AAAAAA66777,AAAAAAAAAAAAAAAAAAA89194,AAAAAAAAAAAAAAA36627,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAA73084,AAAAAAA79710,AAAAAAAAAAAAAAA40402,AAAAAAAAAAAAAAAAAAA65037} -49 {56,5,54,37,49} {AA21643,AAAAAAAAAAA92631,AAAAAAAA81587} -50 {20,12,37,64,93} {AAAAAAAAAA5483,AAAAAAAAAAAAAAAAAAA1205,AA6416,AAAAAAAAAAAAAAAAA63050,AAAAAAAAAAAAAAAAAA47955} -51 {47} {AAAAAAAAAAAAAA96505,AAAAAAAAAAAAAAAAAA36842,AAAAA95309,AAAAAAAA81587,AA6416,AAAA91194,AAAAAA58494,AAAAAA1059,AAAAAAAA69452} -52 {89,0} {AAAAAAAAAAAAAAAAAA47955,AAAAAAA48038,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAAAAA73084,AAAAA70466,AAAAAAAAAAAAAAAAA764,AAAAAAAAAAA46154,AA66862} -53 {38,17} {AAAAAAAAAAA21658} -54 {70,47} {AAAAAAAAAAAAAAAAAA54141,AAAAA40681,AAAAAAA48038,AAAAAAAAAAAAAAAA29150,AAAAA41597,AAAAAAAAAAAAAAAAAA59334,AA15322} -55 {47,79,47,64,72,25,71,24,93} {AAAAAAAAAAAAAAAAAA55796,AAAAA62737} -56 {33,7,60,54,93,90,77,85,39} {AAAAAAAAAAAAAAAAAA32918,AA42406} -57 {23,45,10,42,36,21,9,96} {AAAAAAAAAAAAAAAAAAA70415} -58 {92} {AAAAAAAAAAAAAAAA98414,AAAAAAAA23648,AAAAAAAAAAAAAAAAAA55796,AA25381,AAAAAAAAAAA6119} -59 {9,69,46,77} {39557,AAAAAAA89932,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAAAAAAAAA26540,AAA20874,AA6416,AAAAAAAAAAAAAAAAAA47955} -60 {62,2,59,38,89} {AAAAAAA89932,AAAAAAAAAAAAAAAAAAA15356,AA99927,AA17009,AAAAAAAAAAAAAAA35875} -61 {72,2,44,95,54,54,13} {AAAAAAAAAAAAAAAAAAA91804} -62 {83,72,29,73} {AAAAAAAAAAAAA15097,AAAA8857,AAAAAAAAAAAA35809,AAAAAAAAAAAA52814,AAAAAAAAAAAAAAAAAAA38885,AAAAAAAAAAAAAAAAAA24183,AAAAAA43678,A96617} -63 {11,4,61,87} {AAAAAAAAA27249,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAA13198,AAA20874,39557,51533,AAAAAAAAAAA53908,AAAAAAAAAAAAAA96505,AAAAAAAA78938} -64 {26,19,34,24,81,78} {A96617,AAAAAAAAAAAAAAAAAAA70104,A68938,AAAAAAAAAAA53908,AAAAAAAAAAAAAAA453,AA17009,AAAAAAA80240} -65 {61,5,76,59,17} {AAAAAA99807,AAAAA64741,AAAAAAAAAAA53908,AA21643,AAAAAAAAA10012} -66 {31,23,70,52,4,33,48,25} {AAAAAAAAAAAAAAAAA69675,AAAAAAAA50094,AAAAAAAAAAA92631,AAAA35194,39557,AAAAAAA99836} -67 {31,94,7,10} {AAAAAA38063,A96617,AAAA35194,AAAAAAAAAAAA67946} -68 {90,43,38} {AA75092,AAAAAAAAAAAAAAAAA69675,AAAAAAAAAAA92631,AAAAAAAAA10012,AAAAAAAAAAAAA7929,AA21643} -69 {67,35,99,85,72,86,44} {AAAAAAAAAAAAAAAAAAA1205,AAAAAAAA50094,AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAAAAAAA47955} -70 {56,70,83} {AAAA41702,AAAAAAAAAAA82945,AA21643,AAAAAAAAAAA99000,A27153,AA25381,AAAAAAAAAAAAAA96505,AAAAAAA1242} -71 {74,26} {AAAAAAAAAAA50956,AA74433,AAAAAAA21462,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAA36627,AAAAAAAAAAAAA70254,AAAAAAAAAA43419,39557} -72 {22,1,16,78,20,91,83} {47735,AAAAAAA56483,AAAAAAAAAAAAA93788,AA42406,AAAAAAAAAAAAA73084,AAAAAAAA72908,AAAAAAAAAAAAAAAAAA61286,AAAAA66674,AAAAAAAAAAAAAAAAA50407} -73 {88,25,96,78,65,15,29,19} {AAA54451,AAAAAAAAA27249,AAAAAAA9228,AAAAAAAAAAAAAAA67062,AAAAAAAAAAAAAAAAAAA70415,AAAAA17383,AAAAAAAAAAAAAAAA33598} -74 {32} {AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAA22860,AAAAAA99807,AAAAA17383,AAAAAAAAAAAAAAA67062,AAAAAAAAAAA15165,AAAAAAAAAAA50956} -75 {12,96,83,24,71,89,55} {AAAA48949,AAAAAAAA29716,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAAA67946,AAAAAAAAAAAAAAAA29150,AAA28075,AAAAAAAAAAAAAAAAA43052} -76 {92,55,10,7} {AAAAAAAAAAAAAAA67062} -77 {97,15,32,17,55,59,18,37,50,39} {AAAAAAAAAAAA67946,AAAAAA54032,AAAAAAAA81587,55847,AAAAAAAAAAAAAA28620,AAAAAAAAAAAAAAAAA43052,AAAAAA75463,AAAA49534,AAAAAAAA44066} -78 {55,89,44,84,34} {AAAAAAAAAAA6119,AAAAAAAAAAAAAA8666,AA99927,AA42406,AAAAAAA81898,AAAAAAA9228,AAAAAAAAAAA92631,AA21643,AAAAAAAAAAAAAA28620} -79 {45} {AAAAAAAAAA646,AAAAAAAAAAAAAAAAAAA70415,AAAAAA43678,AAAAAAAA72908} -80 {74,89,44,80,0} {AAAA35194,AAAAAAAA79710,AAA20874,AAAAAAAAAAAAAAAAAAA70104,AAAAAAAAAAAAA73084,AAAAAAA57334,AAAAAAA9228,AAAAAAAAAAAAA62007} -81 {63,77,54,48,61,53,97} {AAAAAAAAAAAAAAA81326,AAAAAAAAAA22292,AA25381,AAAAAAAAAAA74076,AAAAAAA81898,AAAAAAAAA72121} -82 {34,60,4,79,78,16,86,89,42,50} {AAAAA40681,AAAAAAAAAAAAAAAAAA12591,AAAAAAA80240,AAAAAAAAAAAAAAAA55798,AAAAAAAAAAAAAAAAAAA70104} -83 {14,10} {AAAAAAAAAA22292,AAAAAAAAAAAAA70254,AAAAAAAAAAA6119} -84 {11,83,35,13,96,94} {AAAAA95309,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAAAAA24183} -85 {39,60} {AAAAAAAAAAAAAAAA55798,AAAAAAAAAA22292,AAAAAAA66161,AAAAAAA21462,AAAAAAAAAAAAAAAAAA12591,55847,AAAAAA98232,AAAAAAAAAAA46154} -86 {33,81,72,74,45,36,82} {AAAAAAAA81587,AAAAAAAAAAAAAA96505,45449,AAAA80176} -87 {57,27,50,12,97,68} {AAAAAAAAAAAAAAAAA26540,AAAAAAAAA10012,AAAAAAAAAAAA35809,AAAAAAAAAAAAAAAA29150,AAAAAAAAAAA82945,AAAAAA66777,31228,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAAAA28620,AAAAAAAAAAAAAA96505} -88 {41,90,77,24,6,24} {AAAA35194,AAAA35194,AAAAAAA80240,AAAAAAAAAAA46154,AAAAAA58494,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAAA59334,AAAAAAAAAAAAAAAAAAA91804,AA74433} -89 {40,32,17,6,30,88} {AA44673,AAAAAAAAAAA6119,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAAAAAAAA47955,AAAAAAAAAAAAAAAA33598,AAAAAAAAAAA33576,AA44673} -90 {88,75} {AAAAA60038,AAAAAAAA23648,AAAAAAAAAAA99000,AAAA41702,AAAAAAAAAAAAA22860,AAAAAAAAAAAAAAA68526} -91 {78} {AAAAAAAAAAAAA62007,AAA99043} -92 {85,63,49,45} {AAAAAAA89932,AAAAAAAAAAAAA22860,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAAA21089} -93 {11} {AAAAAAAAAAA176,AAAAAAAAAAAAAA8666,AAAAAAAAAAAAAAA453,AAAAAAAAAAAAA85723,A68938,AAAAAAAAAAAAA9821,AAAAAAA48038,AAAAAAAAAAAAAAAAA59387,AA99927,AAAAA17383} -94 {98,9,85,62,88,91,60,61,38,86} {AAAAAAAA81587,AAAAA17383,AAAAAAAA81587} -95 {47,77} {AAAAAAAAAAAAAAAAA764,AAAAAAAAAAA74076,AAAAAAAAAA18107,AAAAA40681,AAAAAAAAAAAAAAA35875,AAAAA60038,AAAAAAA56483} -96 {23,97,43} {AAAAAAAAAA646,A87088} -97 {54,2,86,65} {47735,AAAAAAA99836,AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAA29150,AAAAAAA80240,AAAAAAAAAAAAAAAA98414,AAAAAAA56483,AAAAAAAAAAAAAAAA29150,AAAAAAA39692,AA21643} -98 {38,34,32,89} {AAAAAAAAAAAAAAAAAA71621,AAAA8857,AAAAAAAAAAAAAAAAAAA65037,AAAAAAAAAAAAAAAA31334,AAAAAAAAAA48845} -99 {37,86} {AAAAAAAAAAAAAAAAAA32918,AAAAA70514,AAAAAAAAA10012,AAAAAAAAAAAAAAAAA59387,AAAAAAAAAA64777,AAAAAAAAAAAAAAAAAAA15356} -100 {85,32,57,39,49,84,32,3,30} {AAAAAAA80240,AAAAAAAAAAAAAAAA1729,AAAAA60038,AAAAAAAAAAA92631,AAAAAAAA9523} -101 {} {} -102 {NULL} {NULL} -103 \N \N -\. --- --- Data for Name: arrtest; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.arrtest (a, b, c, d, e, f, g) FROM stdin; -{16,25,3,4,5} {{{113,142},{1,147}}} {} {} [0:1]={1.1,2.2} {} {} -{16,25,23} {{3,4},{4,5}} {foobar,new_word} {{elt1,elt2}} {3.4,6.7} {"abc ",abcde} {abc,abcde} -[4:4]={NULL} {3,4} {foo,new_word} {bar,foo} \N \N \N -\. --- --- Data for Name: b; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.b (aa, bb) FROM stdin; -\. --- --- Data for Name: b_star; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.b_star (class, aa, bb, a) FROM stdin; -b 3 mumble \N -b 4 \N \N -b \N bumble \N -b \N \N \N -\. --- --- Data for Name: bit_defaults; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.bit_defaults (b1, b2, b3, b4) FROM stdin; -1001 0101 1001 0101 -\. --- --- Data for Name: box_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.box_tbl (f1) FROM stdin; -(2,2),(0,0) -(3,3),(1,1) -(-2,2),(-8,-10) -(2.5,3.5),(2.5,2.5) -(3,3),(3,3) -\. --- --- Data for Name: bt_f8_heap; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.bt_f8_heap (seqno, random) FROM stdin; -0 1935401906 -1 1345971420 -2 656473370 -3 1269710788 -4 1156776517 -5 1289013296 -6 1415564928 -7 1937919553 -8 435456494 -9 66302641 -10 915852158 -11 1661301944 -12 961711400 -13 74070078 -14 2036973298 -15 843938989 -16 189351248 -17 1388679963 -18 556726251 -19 634715959 -20 1489080225 -21 649132105 -22 886008616 -23 1280154196 -24 2036166893 -25 846480997 -26 1102020422 -27 1533442662 -28 2060089600 -29 1212135685 -30 539384293 -31 1848007858 -32 410623457 -33 1195857664 -34 970234999 -35 1567399975 -36 337387312 -37 238316279 -38 1357835880 -39 772843806 -40 304618920 -41 126204390 -42 286662102 -43 1266330320 -44 200274468 -45 176151752 -46 2110269310 -47 389625717 -48 1564831715 -49 519511913 -50 1024341676 -51 906428292 -52 1168644018 -53 1910350293 -54 39098840 -55 1057327263 -56 609347642 -57 1141119263 -58 443286278 -59 521953594 -60 205771300 -61 982670571 -62 222477805 -63 616394758 -64 31044587 -65 1192712804 -66 36311085 -67 368431899 -68 1431029083 -69 1394146965 -70 1141275706 -71 1735648004 -72 1520351356 -73 1427937808 -74 854494676 -75 1720625824 -76 1604089561 -77 817280338 -78 2110251541 -79 1021437628 -80 1336792251 -81 987109570 -82 1927865921 -83 357952622 -84 749976215 -85 1966964761 -86 1415279885 -87 1359323857 -88 960600376 -89 1858566163 -90 1881277452 -91 1166371677 -92 693753087 -93 2103755257 -94 1782766435 -95 724797674 -96 1148984413 -97 1819077520 -98 1093229574 -99 432529848 -100 1065740837 -101 87021632 -102 20694204 -103 438608545 -104 1514959440 -105 875188881 -106 11750722 -107 971565353 -108 1692469219 -109 2122002263 -110 1993002982 -111 881777823 -112 961628185 -113 1773385255 -114 1239730445 -115 1711604400 -116 1592866368 -117 507526682 -118 923444610 -119 405983097 -120 218609198 -121 657238414 -122 1572354774 -123 912362285 -124 613510023 -125 1207637561 -126 1637159959 -127 1762494436 -128 879231433 -129 582905885 -130 47540636 -131 1944972270 -132 669927517 -133 68234841 -134 236097168 -135 37403310 -136 943423722 -137 247847890 -138 1008968663 -139 488409293 -140 222366505 -141 854487997 -142 1370187116 -143 1183994691 -144 480389604 -145 462433913 -146 748115443 -147 2073255973 -148 969960596 -149 1671560053 -150 331755422 -151 1188569794 -152 181314819 -153 1904110196 -154 2100932079 -155 794824842 -156 964264109 -157 1590608390 -158 409835630 -159 1843495542 -160 26030628 -161 457376267 -162 1640984164 -163 695958145 -164 525611108 -165 1877081332 -166 733361455 -167 1469034830 -168 2124929222 -169 1742330119 -170 1957444123 -171 199812080 -172 449334468 -173 1180147592 -174 1383806771 -175 929724073 -176 1642581505 -177 2131922214 -178 855496398 -179 465058453 -180 1655998620 -181 1187251820 -182 1653628247 -183 1837313439 -184 943878368 -185 1607076678 -186 484654634 -187 1908142477 -188 1050201421 -189 894490264 -190 1604154371 -191 1076232049 -192 1351866531 -193 1097654887 -194 1772190194 -195 1877477639 -196 827252572 -197 358068002 -198 1199028821 -199 804698146 -200 2100398121 -201 1008989297 -202 1004510226 -203 402248941 -204 41653241 -205 240833349 -206 1331973014 -207 1684234746 -208 225271916 -209 39985764 -210 1809552 -211 1881270536 -212 1227237584 -213 1655437799 -214 1571100327 -215 23632304 -216 1115030830 -217 2055754961 -218 1931774781 -219 17748603 -220 802761578 -221 1388445504 -222 1093980652 -223 7144461 -224 338616744 -225 718687198 -226 1884622101 -227 1165869316 -228 1076755200 -229 936167274 -230 1970567462 -231 1029669673 -232 1945156571 -233 827594041 -234 1431918615 -235 1986809812 -236 1068427390 -237 616407981 -238 1523560911 -239 1293699306 -240 656393746 -241 1525370463 -242 1027486194 -243 1883631330 -244 1033324614 -245 451102874 -246 1907263635 -247 871796 -248 359374187 -249 1691554768 -250 18620399 -251 1162135765 -252 932516625 -253 1112601051 -254 1169280227 -255 1271133369 -256 1831288250 -257 906418680 -258 289519037 -259 760559802 -260 1842585954 -261 112602851 -262 1790229476 -263 1640258878 -264 940196892 -265 1074664443 -266 1479585042 -267 2008624283 -268 1691072424 -269 855662305 -270 1154839941 -271 199982522 -272 233549120 -273 34842488 -274 2083613853 -275 1266873735 -276 485945362 -277 1843393840 -278 1267745531 -279 845319549 -280 1387464960 -281 1286365931 -282 2007455315 -283 172497937 -284 251483334 -285 1029251894 -286 1443631306 -287 2082771584 -288 1935670574 -289 1733150343 -290 695847739 -291 1630772880 -292 1845753195 -293 338593567 -294 1123548110 -295 638466439 -296 1413258010 -297 455649505 -298 499607074 -299 956846786 -300 1311311810 -301 1654447016 -302 1156829309 -303 1544860931 -304 1689289504 -305 1092959514 -306 664251018 -307 27751218 -308 788869706 -309 1931996549 -310 873070767 -311 28851018 -312 1070878832 -313 733042434 -314 201348956 -315 1322362167 -316 1762294328 -317 1644980262 -318 1257650103 -319 1550481254 -320 1230646958 -321 1953497842 -322 1033770487 -323 928916505 -324 144607761 -325 9834949 -326 1567382944 -327 1557865771 -328 465484454 -329 2066990019 -330 367228910 -331 1776796265 -332 1573953387 -333 1524058219 -334 1174173548 -335 1115759243 -336 469534085 -337 1838424566 -338 1143510461 -339 1258403791 -340 1622937467 -341 2016581228 -342 1287254809 -343 546332652 -344 602140015 -345 1488603765 -346 1868694819 -347 216950695 -348 986100380 -349 978861274 -350 1767431950 -351 69263690 -352 784875469 -353 653718789 -354 998180195 -355 929483230 -356 663553738 -357 418079491 -358 339865354 -359 1129038193 -360 337585862 -361 707094264 -362 758350810 -363 1911539249 -364 83668835 -365 1932524358 -366 879814844 -367 553202920 -368 1623465276 -369 2023325305 -370 1811606711 -371 1098919095 -372 1892422886 -373 951377872 -374 1645251747 -375 347079253 -376 292497990 -377 1366462918 -378 564029948 -379 1278598370 -380 197840545 -381 183978250 -382 1347862060 -383 982716014 -384 837697039 -385 198558607 -386 1912199244 -387 1501250778 -388 616638098 -389 104580950 -390 482805323 -391 954223961 -392 811675214 -393 1241156133 -394 718279562 -395 895344049 -396 1026196843 -397 1598094407 -398 1448546969 -399 502178471 -400 1473936064 -401 1112670032 -402 1601097566 -403 1218875302 -404 2064047905 -405 1098865666 -406 1565954555 -407 209062247 -408 317844936 -409 2129984504 -410 1487660617 -411 515685481 -412 166479106 -413 688039029 -414 1498401495 -415 1004176146 -416 886597636 -417 1263117092 -418 357943276 -419 1503235734 -420 1367698042 -421 840748599 -422 309976047 -423 31889609 -424 2081904732 -425 1028255610 -426 927233658 -427 960617927 -428 478866369 -429 228296980 -430 1462796398 -431 1952802433 -432 1340967012 -433 916410316 -434 1024194088 -435 1257531269 -436 2015275982 -437 442664995 -438 1466593516 -439 185637271 -440 425165851 -441 806770485 -442 701322752 -443 591644958 -444 1494809514 -445 52240600 -446 1595821104 -447 233923502 -448 1315357692 -449 1953764380 -450 1737159237 -451 535572086 -452 647029331 -453 2047135284 -454 567461695 -455 581450415 -456 927907246 -457 1494695354 -458 1542068342 -459 1406773615 -460 1722992334 -461 857381092 -462 1212092401 -463 916475698 -464 1773791408 -465 88802841 -466 26523320 -467 1641583743 -468 531467836 -469 1493116836 -470 1827221014 -471 956633688 -472 152403674 -473 381060118 -474 1548278646 -475 1647213188 -476 433300718 -477 996616102 -478 1881136691 -479 1748658410 -480 802896834 -481 1470812280 -482 136746849 -483 1449926165 -484 1370463916 -485 704208544 -486 2031376580 -487 150887515 -488 51420250 -489 1425961274 -490 1557661130 -491 1774412584 -492 135858718 -493 622269883 -494 543404635 -495 1909650126 -496 711072724 -497 569927955 -498 1403750221 -499 1242540561 -500 2063044791 -501 1083487587 -502 51690601 -503 67964817 -504 1464547706 -505 1599969247 -506 1715178006 -507 1897848424 -508 449101701 -509 1448831049 -510 1499023187 -511 1251998535 -512 772159681 -513 1635770036 -514 554441052 -515 2142623597 -516 192494932 -517 438333984 -518 146027464 -519 243915183 -520 1864295258 -521 1703688595 -522 2018327767 -523 2000153976 -524 178474830 -525 414248754 -526 1762320454 -527 889547555 -528 984176709 -529 1018587028 -530 2132088116 -531 899737853 -532 2102074615 -533 36295069 -534 967702670 -535 1419138673 -536 1636264316 -537 535397028 -538 1169503450 -539 2085366017 -540 1984228077 -541 521042989 -542 1189880904 -543 608904110 -544 9329377 -545 1744321956 -546 604044060 -547 201824309 -548 35172292 -549 750071524 -550 445739492 -551 1899467550 -552 306276471 -553 316583612 -554 1752137878 -555 484751302 -556 730832366 -557 1366974684 -558 1374298857 -559 1715009076 -560 238078064 -561 1358903325 -562 467263281 -563 192669032 -564 1395198394 -565 1434965951 -566 1611807705 -567 883979062 -568 1970362980 -569 633827507 -570 821861431 -571 1807107409 -572 1154870496 -573 2011742335 -574 268527872 -575 1164199873 -576 1608580643 -577 872571932 -578 1366024183 -579 1643752935 -580 1622643456 -581 1811763675 -582 1395736837 -583 1928919928 -584 2128347287 -585 1000391067 -586 266187582 -587 711696006 -588 219882103 -589 1640486439 -590 279221434 -591 457960168 -592 851906116 -593 746484715 -594 650629200 -595 99620862 -596 33967018 -597 114953257 -598 983599924 -599 2004329998 -600 748780765 -601 1805461355 -602 1663953760 -603 1903651261 -604 1669720042 -605 1932481632 -606 920367487 -607 1130817037 -608 657569916 -609 138908022 -610 627086324 -611 132729724 -612 1950671697 -613 2022823161 -614 2061649652 -615 1931535337 -616 875730580 -617 180353586 -618 495747695 -619 1095612683 -620 1820840025 -621 774969129 -622 1553572851 -623 525262493 -624 1521453844 -625 56718403 -626 624883355 -627 1555420862 -628 171671661 -629 1608483279 -630 1412267213 -631 920452426 -632 1266460986 -633 928737325 -634 676620039 -635 788697380 -636 713735309 -637 1596987526 -638 1919514417 -639 1371305225 -640 1735895548 -641 399117093 -642 1504034949 -643 1539083598 -644 274456606 -645 1418200954 -646 1323135287 -647 1150187186 -648 1598554540 -649 1818882982 -650 98316222 -651 1271910918 -652 446368463 -653 1651889073 -654 1797173411 -655 1967822307 -656 1708607477 -657 274573119 -658 1375759521 -659 1880279138 -660 1883056398 -661 640543086 -662 653247916 -663 1002033737 -664 1569280411 -665 1329867955 -666 1790731117 -667 135532072 -668 779371834 -669 1562761887 -670 1506837297 -671 367783734 -672 1961878980 -673 863388599 -674 1906867332 -675 88851939 -676 134105905 -677 1082518971 -678 1239039125 -679 1732660445 -680 753918305 -681 1337355347 -682 857087715 -683 1200286768 -684 841760773 -685 506777479 -686 1020625427 -687 402884602 -688 781350598 -689 248901301 -690 135680092 -691 516923348 -692 889444387 -693 788928008 -694 1518957085 -695 311241151 -696 2118795963 -697 1162204555 -698 446773223 -699 750684149 -700 577482794 -701 1953610521 -702 1118467884 -703 391878126 -704 669515472 -705 877851568 -706 480730065 -707 803621377 -708 1960370540 -709 1719769191 -710 388798174 -711 566805197 -712 909640890 -713 1245885890 -714 1767091966 -715 1751401663 -716 1752663369 -717 640233745 -718 6802617 -719 386530319 -720 889135046 -721 142482709 -722 903453667 -723 1778579434 -724 931410717 -725 274927105 -726 2089820585 -727 902723033 -728 1437131660 -729 389110160 -730 1653407182 -731 2014614454 -732 195237033 -733 624391418 -734 259008932 -735 864752505 -736 1502242987 -737 739738998 -738 1668373882 -739 1315129879 -740 312024541 -741 2057172057 -742 1881935076 -743 1221665431 -744 1155574299 -745 1501543394 -746 825583447 -747 760754020 -748 2141777140 -749 832386064 -750 1147284339 -751 883428538 -752 974868774 -753 2050738006 -754 514524324 -755 1906279491 -756 178181463 -757 456861261 -758 661518876 -759 1615313123 -760 845971422 -761 167442411 -762 1482443929 -763 1041208455 -764 791833829 -765 1741452862 -766 1905960961 -767 146593168 -768 333708212 -769 1426851195 -770 1461723047 -771 645732753 -772 1336539604 -773 1196174476 -774 1867398184 -775 344630255 -776 550234222 -777 545497983 -778 1105384275 -779 544527714 -780 1377884048 -781 105184966 -782 1427956253 -783 205269174 -784 8439325 -785 1942480577 -786 2111548665 -787 186620788 -788 251858191 -789 625583894 -790 1801933912 -791 1097829613 -792 793026305 -793 1136894193 -794 2139038068 -795 1584860134 -796 730863407 -797 1897515381 -798 1731453303 -799 1064571619 -800 1176882929 -801 1045692702 -802 1710304372 -803 365938885 -804 94383530 -805 1430218909 -806 710569141 -807 644617753 -808 1975716892 -809 1815953416 -810 1189145467 -811 1206117292 -812 1921138383 -813 469618072 -814 1411386466 -815 1929577708 -816 264615002 -817 1375451484 -818 2116198496 -819 516473193 -820 2001035378 -821 1770648760 -822 1614302806 -823 646578035 -824 760059306 -825 1605857226 -826 83954521 -827 1490922713 -828 1355888960 -829 1815407824 -830 408010685 -831 385288241 -832 713616879 -833 2118315057 -834 751227126 -835 808000409 -836 1401050318 -837 1461796267 -838 1452618162 -839 1229283563 -840 1130266036 -841 494279982 -842 287917207 -843 903920771 -844 963898054 -845 1699303674 -846 686014831 -847 1228513056 -848 927271510 -849 654729679 -850 1744986249 -851 780823240 -852 277894792 -853 1211805407 -854 1427401275 -855 1037954098 -856 670178986 -857 1511355796 -858 381393163 -859 2026067946 -860 1179279973 -861 789403848 -862 263872539 -863 1892896852 -864 760235258 -865 1015099665 -866 553413613 -867 13801928 -868 329412285 -869 2006031776 -870 1243085491 -871 1459678321 -872 352828110 -873 1531002699 -874 216115444 -875 1316726164 -876 1082822725 -877 902130275 -878 397755573 -879 2010094235 -880 1556859954 -881 2142741822 -882 643433827 -883 1834754746 -884 1207063582 -885 2070835102 -886 725225196 -887 1877242568 -888 1434707250 -889 1106618360 -890 1755826866 -891 466503575 -892 1896022208 -893 2019699405 -894 211916779 -895 508773818 -896 887315422 -897 765330393 -898 522575747 -899 1216727707 -900 623878521 -901 1765661238 -902 528922380 -903 976706631 -904 1149180289 -905 745037824 -906 145949147 -907 84519366 -908 1647168099 -909 543704720 -910 2094613601 -911 1056544406 -912 538962895 -913 590563780 -914 743815504 -915 1746026477 -916 513915234 -917 1469040701 -918 1475785397 -919 1948622485 -920 428175413 -921 1084128615 -922 267642412 -923 176713973 -924 956344372 -925 479559192 -926 685487792 -927 1843659794 -928 1244889585 -929 1208063539 -930 912903854 -931 1868768106 -932 826241129 -933 1441826234 -934 697991089 -935 1975421419 -936 39380411 -937 843940236 -938 2059940785 -939 1686548510 -940 1387644957 -941 2007070739 -942 595609268 -943 1926607852 -944 450150871 -945 1339424773 -946 1525150681 -947 964066106 -948 660981826 -949 853452430 -950 765204943 -951 1089157239 -952 1937581045 -953 1032847355 -954 1265871212 -955 746441769 -956 1512406547 -957 1951359004 -958 442617915 -959 609812484 -960 1011938895 -961 1355521769 -962 331096942 -963 1838180025 -964 649864356 -965 1029088031 -966 1666117796 -967 689244767 -968 1873028268 -969 1578574933 -970 228309629 -971 1113189577 -972 1438162024 -973 823918898 -974 892313781 -975 1888312896 -976 15860023 -977 269980814 -978 704895354 -979 676841849 -980 1123433244 -981 1470100297 -982 1765999088 -983 913530641 -984 355464004 -985 884386652 -986 1659972410 -987 1867870552 -988 688262009 -989 2102590325 -990 330199388 -991 1700200904 -992 1310628447 -993 661296331 -994 1390897281 -995 1960492803 -996 1690384362 -997 909531429 -998 502253922 -999 1415928982 -1000 340622715 -1001 730563551 -1002 381634911 -1003 1778784739 -1004 1554482449 -1005 1273948692 -1006 1519613987 -1007 1570342472 -1008 1543929506 -1009 77025693 -1010 99700673 -1011 519879102 -1012 1547125990 -1013 1865699761 -1014 1433409743 -1015 1902589995 -1016 602602766 -1017 945898505 -1018 1622976899 -1019 1290864775 -1020 901005183 -1021 1953176287 -1022 843582031 -1023 64149982 -1024 466988970 -1025 86995665 -1026 2024642785 -1027 9889685 -1028 996527094 -1029 379413059 -1030 1425818667 -1031 1337149809 -1032 1109976610 -1033 1807453579 -1034 968450901 -1035 516975412 -1036 933918623 -1037 340581240 -1038 2087317884 -1039 330364482 -1040 417606934 -1041 39534910 -1042 850243584 -1043 1964732924 -1044 1905234671 -1045 136169680 -1046 1719839271 -1047 360353789 -1048 1082068185 -1049 1195332522 -1050 1651218564 -1051 1983073368 -1052 1001025162 -1053 347316948 -1054 2047223350 -1055 1468014132 -1056 434312613 -1057 1924382487 -1058 1477903817 -1059 1430839707 -1060 156311898 -1061 756238837 -1062 620505869 -1063 1266288509 -1064 416208768 -1065 1588956770 -1066 1783263921 -1067 1350127391 -1068 1929538010 -1069 1723098157 -1070 1680491873 -1071 199661296 -1072 1762633067 -1073 383251810 -1074 16910573 -1075 1520384091 -1076 519421490 -1077 1736749844 -1078 1880737880 -1079 1601489675 -1080 784598719 -1081 1384472797 -1082 1437079396 -1083 1785623881 -1084 1731789745 -1085 1336819098 -1086 1106154365 -1087 18618710 -1088 1113717938 -1089 436574535 -1090 1449458417 -1091 1270029836 -1092 1192813372 -1093 2069964286 -1094 388834697 -1095 1609022140 -1096 1511437408 -1097 24614970 -1098 811665883 -1099 1293491771 -1100 1747713128 -1101 344674109 -1102 1493153067 -1103 1362862547 -1104 727925919 -1105 1510063640 -1106 735762990 -1107 1247347409 -1108 1099329837 -1109 469017223 -1110 701353436 -1111 1883928556 -1112 1853490020 -1113 2138432832 -1114 1522068789 -1115 1437796117 -1116 1327768283 -1117 480739506 -1118 1456414827 -1119 294002573 -1120 917314041 -1121 758389596 -1122 1564032409 -1123 2110127413 -1124 680870235 -1125 1952867107 -1126 1571665905 -1127 44823995 -1128 1977482077 -1129 235848141 -1130 1338315766 -1131 1577711557 -1132 580522250 -1133 683985186 -1134 793090457 -1135 1308448169 -1136 46565178 -1137 1528853447 -1138 408311930 -1139 1145895015 -1140 1997870670 -1141 1109665366 -1142 882339923 -1143 1703877042 -1144 1100614551 -1145 256925064 -1146 994189511 -1147 280899186 -1148 737664571 -1149 303120690 -1150 574901759 -1151 1654978612 -1152 1061510287 -1153 2138934168 -1154 1617622378 -1155 1742380522 -1156 1944317627 -1157 1041804635 -1158 1787204517 -1159 1774316057 -1160 1277652776 -1161 978036636 -1162 1204543966 -1163 1858175026 -1164 1662021822 -1165 1997634423 -1166 1019139547 -1167 1708587000 -1168 1379004223 -1169 1427451477 -1170 706998368 -1171 1229391245 -1172 389633196 -1173 1589338291 -1174 785784640 -1175 1490247747 -1176 1846263356 -1177 1779974151 -1178 1771146933 -1179 436444279 -1180 2083094842 -1181 198565044 -1182 2091422891 -1183 997121481 -1184 190015564 -1185 1561561621 -1186 592018355 -1187 2134333192 -1188 455882609 -1189 231739224 -1190 1761165601 -1191 1733535385 -1192 1209775860 -1193 818225919 -1194 1444226764 -1195 724314034 -1196 668376695 -1197 315882663 -1198 285417387 -1199 2047380918 -1200 1743334141 -1201 992415755 -1202 1129288515 -1203 2132967337 -1204 434270398 -1205 1915073155 -1206 1475731436 -1207 133050106 -1208 1547563659 -1209 1099394721 -1210 569494385 -1211 1483174853 -1212 1297959765 -1213 513433629 -1214 332812686 -1215 1487975329 -1216 2074995250 -1217 924831041 -1218 1474824873 -1219 383394211 -1220 1156570265 -1221 1088506826 -1222 2116929597 -1223 218862478 -1224 1906732746 -1225 1413672713 -1226 943176512 -1227 427625793 -1228 1729555376 -1229 1228593899 -1230 327523063 -1231 1325405869 -1232 73526006 -1233 1456811578 -1234 1310889558 -1235 507796405 -1236 1224401086 -1237 639137346 -1238 640846511 -1239 624481097 -1240 1738532067 -1241 1210340897 -1242 2107655950 -1243 889008184 -1244 1723774526 -1245 292984988 -1246 229499866 -1247 1651286128 -1248 1217816029 -1249 1704324739 -1250 2034680340 -1251 226902646 -1252 645347918 -1253 2004126289 -1254 445765124 -1255 404597016 -1256 1270315354 -1257 1388941637 -1258 832222809 -1259 852387082 -1260 470051888 -1261 1159745872 -1262 30309304 -1263 543577895 -1264 469073802 -1265 1341198862 -1266 1051374300 -1267 1693474888 -1268 1980336209 -1269 1692220811 -1270 170472337 -1271 1571384628 -1272 755078060 -1273 130644639 -1274 312909165 -1275 331368938 -1276 423629627 -1277 542409031 -1278 1982655067 -1279 1641445656 -1280 99250122 -1281 1869851759 -1282 1868348303 -1283 744598040 -1284 1726494400 -1285 166629779 -1286 1149195056 -1287 849326106 -1288 1555571416 -1289 1981417865 -1290 1701713188 -1291 2025623305 -1292 993680089 -1293 1732022492 -1294 421717552 -1295 1462753892 -1296 925737707 -1297 1473091852 -1298 1008745132 -1299 758590268 -1300 1017829015 -1301 1179217470 -1302 182491248 -1303 1772907076 -1304 1309862109 -1305 495400413 -1306 2104276014 -1307 1733491737 -1308 1037809444 -1309 1939447433 -1310 1227453745 -1311 1137059567 -1312 1661815544 -1313 948318400 -1314 1881657607 -1315 1240826296 -1316 1114948180 -1317 883369016 -1318 2090152402 -1319 523035948 -1320 717303233 -1321 1644381943 -1322 401175605 -1323 1710983323 -1324 1228920787 -1325 822893157 -1326 1026253567 -1327 7174846 -1328 148501361 -1329 2034998699 -1330 765765114 -1331 1166330377 -1332 1066732521 -1333 948256363 -1334 791753805 -1335 229110983 -1336 1443656776 -1337 748546171 -1338 1962602720 -1339 333982573 -1340 540509957 -1341 1042572817 -1342 1471042140 -1343 54841853 -1344 1990891218 -1345 1205216099 -1346 1295668150 -1347 958355750 -1348 2088585115 -1349 1238336904 -1350 1481391698 -1351 658404701 -1352 735235199 -1353 1882567304 -1354 221904376 -1355 1964155987 -1356 557976813 -1357 1248157943 -1358 1971330833 -1359 706478175 -1360 1135672994 -1361 589612300 -1362 1872808552 -1363 54921868 -1364 1537868663 -1365 517078709 -1366 284032851 -1367 834041791 -1368 1265624880 -1369 99151923 -1370 1168024364 -1371 1806134837 -1372 1141724740 -1373 491582856 -1374 1860976691 -1375 985132310 -1376 1696798956 -1377 1009161193 -1378 1943488060 -1379 1637900423 -1380 100014449 -1381 1277396111 -1382 148821476 -1383 835249649 -1384 1012479767 -1385 370725852 -1386 651921988 -1387 1570456580 -1388 1618883795 -1389 475769173 -1390 129451107 -1391 607073142 -1392 1065381473 -1393 2002259659 -1394 661995010 -1395 455766488 -1396 371854720 -1397 946027861 -1398 1289808280 -1399 1637479601 -1400 1045179784 -1401 310348996 -1402 1296130790 -1403 39420876 -1404 801931853 -1405 1009623833 -1406 1024553187 -1407 351247161 -1408 2018785026 -1409 820557599 -1410 1989147584 -1411 2118799476 -1412 2097953710 -1413 2137969061 -1414 806565477 -1415 962949829 -1416 361211265 -1417 1458487465 -1418 385922762 -1419 1980095061 -1420 1934256638 -1421 515373869 -1422 439684555 -1423 852154464 -1424 370149881 -1425 1101679565 -1426 1307920952 -1427 742004601 -1428 2047707426 -1429 450245584 -1430 232000554 -1431 945403562 -1432 760594581 -1433 1528131345 -1434 984824438 -1435 1562526434 -1436 390271530 -1437 2009377625 -1438 1913773595 -1439 261572909 -1440 682451577 -1441 1755437531 -1442 232888737 -1443 632921639 -1444 1745922944 -1445 1039454214 -1446 1595871469 -1447 2107134210 -1448 350458031 -1449 1981794231 -1450 1939745623 -1451 137231021 -1452 349684452 -1453 231946530 -1454 989385485 -1455 719834333 -1456 1333626095 -1457 149822790 -1458 1461838935 -1459 1233849873 -1460 600068374 -1461 1693839489 -1462 31769787 -1463 1360662955 -1464 1074487186 -1465 1016594225 -1466 775705741 -1467 1464758717 -1468 878488203 -1469 541995688 -1470 1726331626 -1471 1560939780 -1472 149949572 -1473 1959220363 -1474 46377771 -1475 1895872516 -1476 851190929 -1477 1642249240 -1478 1855523078 -1479 1201648960 -1480 1476559823 -1481 1647785053 -1482 1338879981 -1483 1826244276 -1484 1879731583 -1485 180781819 -1486 398594961 -1487 1065874030 -1488 330604609 -1489 1860433896 -1490 152240255 -1491 930672983 -1492 1406789738 -1493 184010042 -1494 143852291 -1495 333793276 -1496 1200604268 -1497 919558032 -1498 1798551993 -1499 2079092471 -1500 1461553721 -1501 1377399971 -1502 1492548603 -1503 1611503293 -1504 1189136686 -1505 1538926374 -1506 1359892161 -1507 2040327615 -1508 1033691967 -1509 1067931592 -1510 1094492927 -1511 362768142 -1512 568232997 -1513 285889261 -1514 41528770 -1515 300480933 -1516 466671080 -1517 440123732 -1518 1366354963 -1519 797275689 -1520 153073980 -1521 1518595219 -1522 1727948672 -1523 1559863718 -1524 1702605261 -1525 1871800963 -1526 1893656995 -1527 755725881 -1528 643875348 -1529 1544725340 -1530 687334704 -1531 2105429069 -1532 774641664 -1533 32399659 -1534 1569448714 -1535 1963778350 -1536 1571326034 -1537 781857227 -1538 1856622318 -1539 457534353 -1540 1849788819 -1541 803631597 -1542 820302495 -1543 270538169 -1544 1089520858 -1545 861831266 -1546 571019102 -1547 1556191938 -1548 1301954998 -1549 1937374065 -1550 205983979 -1551 1455028978 -1552 1308485636 -1553 1933932652 -1554 867409049 -1555 863607250 -1556 1658249967 -1557 613582396 -1558 1619333131 -1559 154641667 -1560 10824088 -1561 159184188 -1562 112587088 -1563 785465752 -1564 191583847 -1565 1682035802 -1566 601760455 -1567 1762909881 -1568 316409382 -1569 310899125 -1570 72960586 -1571 18714553 -1572 1114530722 -1573 893263082 -1574 289252722 -1575 56567933 -1576 1755094348 -1577 860271824 -1578 1612759871 -1579 909565698 -1580 650162242 -1581 1818743851 -1582 217111028 -1583 1958647878 -1584 1605192855 -1585 1084520077 -1586 674771480 -1587 1115959174 -1588 1698102473 -1589 146620964 -1590 1270600842 -1591 1708926562 -1592 305805152 -1593 1383187930 -1594 346908666 -1595 497388999 -1596 917740085 -1597 948669121 -1598 112815233 -1599 1234149467 -1600 1259568246 -1601 185775819 -1602 1252864020 -1603 226615321 -1604 1079038901 -1605 1542116743 -1606 283183254 -1607 686649601 -1608 254904919 -1609 1895943125 -1610 1596215299 -1611 905067161 -1612 1567203328 -1613 1813326328 -1614 716231392 -1615 1024912535 -1616 750362757 -1617 1391002872 -1618 2140871710 -1619 300981583 -1620 1537623836 -1621 1263988904 -1622 2009908145 -1623 1843428988 -1624 499693186 -1625 209333163 -1626 193334340 -1627 1417433271 -1628 1158002285 -1629 306149573 -1630 504099090 -1631 270086883 -1632 491925392 -1633 1756963111 -1634 496702204 -1635 1570964294 -1636 1151596206 -1637 779885458 -1638 110130247 -1639 1406501125 -1640 528344936 -1641 1706345547 -1642 164084639 -1643 2095548264 -1644 1372188227 -1645 880316031 -1646 972977152 -1647 2122550984 -1648 123835255 -1649 966365214 -1650 276048919 -1651 1661459092 -1652 82870470 -1653 138473416 -1654 1357404432 -1655 582563656 -1656 347806580 -1657 1550738772 -1658 1999996928 -1659 1505808865 -1660 1856888345 -1661 356612370 -1662 1775895748 -1663 201330090 -1664 2113575481 -1665 125114305 -1666 1772294384 -1667 1117688039 -1668 904999763 -1669 1882424631 -1670 376705517 -1671 1433344699 -1672 1441286530 -1673 540790156 -1674 1381409316 -1675 665991109 -1676 1421106187 -1677 206902820 -1678 641058446 -1679 1544941442 -1680 1173268034 -1681 917107365 -1682 1058916886 -1683 1256138504 -1684 1055580782 -1685 268837671 -1686 1838702160 -1687 1403387362 -1688 1819576443 -1689 1691215440 -1690 761712579 -1691 1528981141 -1692 2047827811 -1693 390124679 -1694 1730311231 -1695 2013919644 -1696 515238984 -1697 1355121967 -1698 984124036 -1699 1420238748 -1700 1090062950 -1701 1360829553 -1702 706099799 -1703 383865833 -1704 1901619709 -1705 2087509115 -1706 1049856942 -1707 1175242248 -1708 146928287 -1709 1690915388 -1710 572700042 -1711 1320196321 -1712 460539106 -1713 1631616929 -1714 428851177 -1715 1516119888 -1716 1900454600 -1717 120069690 -1718 772023602 -1719 1572547395 -1720 1811285130 -1721 1533736181 -1722 954044888 -1723 1711629293 -1724 1923860860 -1725 536872471 -1726 1578065290 -1727 291616197 -1728 1891994438 -1729 414705678 -1730 1711854945 -1731 834573741 -1732 1775535231 -1733 270471096 -1734 1218439574 -1735 1529671292 -1736 210496564 -1737 120812868 -1738 557429892 -1739 357424851 -1740 1811728257 -1741 1130129934 -1742 1677621173 -1743 124783715 -1744 614263215 -1745 2106472350 -1746 1640903603 -1747 367234167 -1748 79058392 -1749 265443557 -1750 1939781563 -1751 1890343523 -1752 1799179738 -1753 746342803 -1754 1454489168 -1755 1575556950 -1756 1283215275 -1757 885070810 -1758 1867173147 -1759 1027726065 -1760 1299776488 -1761 1431544444 -1762 1862299806 -1763 927828071 -1764 1702015541 -1765 933255732 -1766 310015715 -1767 1912512105 -1768 1054068601 -1769 867445607 -1770 122453308 -1771 718313210 -1772 1997575542 -1773 1800074481 -1774 843096925 -1775 464355109 -1776 1759063184 -1777 336516880 -1778 831589277 -1779 1838121576 -1780 601960437 -1781 623887192 -1782 1580981451 -1783 253656527 -1784 1370229995 -1785 887986972 -1786 1829213477 -1787 505961622 -1788 1773057782 -1789 1548902977 -1790 1533687688 -1791 925350623 -1792 832963773 -1793 1248503846 -1794 1853178694 -1795 387495666 -1796 34275931 -1797 15710762 -1798 152524123 -1799 1088344532 -1800 883156369 -1801 274977432 -1802 1806657742 -1803 733248263 -1804 2075051913 -1805 502271019 -1806 1197603373 -1807 1686631449 -1808 838787899 -1809 2029192650 -1810 1377269378 -1811 1440748336 -1812 505596194 -1813 810767181 -1814 1694404863 -1815 1875826189 -1816 1698754153 -1817 1376134692 -1818 234304164 -1819 1324328288 -1820 777554021 -1821 1767991852 -1822 102195263 -1823 1610517795 -1824 869012050 -1825 1955373957 -1826 1998013461 -1827 903287981 -1828 1971084719 -1829 3053937 -1830 1991632513 -1831 706757441 -1832 278031369 -1833 1650806607 -1834 1440005704 -1835 205599634 -1836 5593978 -1837 490125429 -1838 1892231084 -1839 844381877 -1840 371834431 -1841 1122016814 -1842 137646565 -1843 877430625 -1844 1932783995 -1845 1832051428 -1846 605773167 -1847 1484054501 -1848 1060702473 -1849 840077331 -1850 660899141 -1851 1838256494 -1852 460585535 -1853 763094404 -1854 1301290641 -1855 1329597585 -1856 570984713 -1857 1151820455 -1858 85401919 -1859 394585785 -1860 1154874392 -1861 2077034432 -1862 1101343226 -1863 1432905761 -1864 1580357392 -1865 393865282 -1866 1638505395 -1867 1585951370 -1868 883990712 -1869 1383252831 -1870 282849600 -1871 1255825143 -1872 357785997 -1873 420496165 -1874 2133255769 -1875 143086345 -1876 105063946 -1877 591545288 -1878 1627140846 -1879 1165766419 -1880 1431622619 -1881 140556339 -1882 856539265 -1883 1892208154 -1884 903650743 -1885 10346259 -1886 1074322091 -1887 1474635456 -1888 1162166714 -1889 1159724010 -1890 1869221241 -1891 169557458 -1892 1089274795 -1893 823080819 -1894 1602463219 -1895 522148539 -1896 1216946102 -1897 1093484966 -1898 2108099909 -1899 2100936814 -1900 329254150 -1901 243465861 -1902 1209278309 -1903 687040147 -1904 663962027 -1905 1195050430 -1906 830126492 -1907 769025973 -1908 1786595718 -1909 309783690 -1910 1934792392 -1911 1070734689 -1912 450340029 -1913 643848009 -1914 815459195 -1915 1353990772 -1916 654194268 -1917 1889781287 -1918 681142581 -1919 1816360982 -1920 902021649 -1921 402880174 -1922 1985918440 -1923 1991296444 -1924 1225960994 -1925 1440898011 -1926 365961335 -1927 295423448 -1928 386899330 -1929 326577597 -1930 248876614 -1931 716153480 -1932 570043458 -1933 1458154923 -1934 1403193627 -1935 1234005485 -1936 505721706 -1937 85836472 -1938 2003031458 -1939 144833776 -1940 395620162 -1941 1790340202 -1942 1215568466 -1943 845960192 -1944 286704564 -1945 2031027661 -1946 52467316 -1947 940898832 -1948 1773325300 -1949 733609897 -1950 609776167 -1951 527863302 -1952 1136490072 -1953 448210959 -1954 371676098 -1955 214967418 -1956 1889108971 -1957 737637434 -1958 510390866 -1959 128524653 -1960 1064215031 -1961 759267480 -1962 844678133 -1963 1634258489 -1964 69938755 -1965 100388112 -1966 720780327 -1967 575660461 -1968 186224584 -1969 576328137 -1970 720494238 -1971 581844747 -1972 219184692 -1973 1936062704 -1974 1427804939 -1975 505889256 -1976 1819606717 -1977 1480272255 -1978 1446788088 -1979 1445448370 -1980 66398505 -1981 2056564255 -1982 1973311672 -1983 1202888577 -1984 357291567 -1985 197504122 -1986 1417855995 -1987 98916890 -1988 935141556 -1989 1928246861 -1990 227441543 -1991 1999356587 -1992 540030693 -1993 1072119676 -1994 1486131429 -1995 609969448 -1996 1172507788 -1997 59428108 -1998 1185629910 -1999 1358732373 -2000 635756245 -2001 1906124148 -2002 1940577120 -2003 854940937 -2004 1694703204 -2005 1220898411 -2006 1360830193 -2007 1366826273 -2008 553687018 -2009 660134634 -2010 664790995 -2011 620085523 -2012 569215241 -2013 490619019 -2014 1822974100 -2015 926506808 -2016 688123142 -2017 1093346447 -2018 1025423698 -2019 1623264698 -2020 874109660 -2021 1252865241 -2022 1475137638 -2023 1414140353 -2024 177501269 -2025 813785419 -2026 2024109802 -2027 1350009058 -2028 873213527 -2029 1062256064 -2030 561257783 -2031 1508969772 -2032 820896564 -2033 354351255 -2034 216427062 -2035 368116120 -2036 1575249666 -2037 1577257255 -2038 1734942393 -2039 2128936684 -2040 89908241 -2041 252249741 -2042 601538560 -2043 659123483 -2044 742868760 -2045 277029012 -2046 1585630291 -2047 1430991902 -2048 1370375460 -2049 463570342 -2050 906772953 -2051 97001472 -2052 1716435583 -2053 234426943 -2054 1511141826 -2055 1893936853 -2056 1048212362 -2057 1387767980 -2058 1096462263 -2059 1921425889 -2060 302540396 -2061 1657720046 -2062 1282912013 -2063 1123436960 -2064 2012071301 -2065 1499339075 -2066 1491553080 -2067 1439837319 -2068 929112683 -2069 1079011825 -2070 1421290355 -2071 1019020924 -2072 1331261566 -2073 2022828915 -2074 1678144407 -2075 2074130327 -2076 152374280 -2077 1116291051 -2078 1357638581 -2079 1522749740 -2080 1579861393 -2081 116927886 -2082 1619751212 -2083 1148813328 -2084 351354829 -2085 983409390 -2086 895266533 -2087 1399567191 -2088 223693722 -2089 1991728796 -2090 1173509432 -2091 526234118 -2092 1501965194 -2093 308937798 -2094 1649671078 -2095 1366552847 -2096 1808276873 -2097 993740510 -2098 658906518 -2099 589905908 -2100 2072752336 -2101 2080196874 -2102 1608926833 -2103 1256530254 -2104 1955542141 -2105 1139587592 -2106 1183176933 -2107 2107916421 -2108 108394995 -2109 393331867 -2110 1483182513 -2111 1688256388 -2112 510259753 -2113 955450078 -2114 689586069 -2115 861614583 -2116 1938859468 -2117 1584852602 -2118 113698126 -2119 15069543 -2120 1429097751 -2121 1287207559 -2122 541303661 -2123 783579297 -2124 1596145357 -2125 43491092 -2126 2648497 -2127 1256938582 -2128 1037231602 -2129 661555015 -2130 1846844491 -2131 962500290 -2132 594268241 -2133 1308287676 -2134 71546897 -2135 402326735 -2136 300391620 -2137 1254723830 -2138 362759508 -2139 408786616 -2140 1648055697 -2141 1845942022 -2142 2097043004 -2143 10831803 -2144 653908452 -2145 639145425 -2146 872446386 -2147 445284272 -2148 76514380 -2149 986144512 -2150 460353815 -2151 1505612131 -2152 125868423 -2153 1001657477 -2154 141707780 -2155 1722013780 -2156 1045148569 -2157 144356277 -2158 831468715 -2159 2082380171 -2160 805911293 -2161 530829558 -2162 897396814 -2163 1400179534 -2164 1839117234 -2165 968943711 -2166 1802506269 -2167 2139508854 -2168 76183893 -2169 17782130 -2170 400811822 -2171 1724239591 -2172 1863724152 -2173 350371179 -2174 1735071394 -2175 370148956 -2176 989516604 -2177 460034132 -2178 815433228 -2179 1066030984 -2180 1446178644 -2181 1275787044 -2182 424159467 -2183 1572047068 -2184 129960873 -2185 565867248 -2186 1146577200 -2187 1175109442 -2188 710223525 -2189 1978045915 -2190 1110005965 -2191 1516134818 -2192 361391825 -2193 2007402779 -2194 768830705 -2195 53025411 -2196 828862842 -2197 423853326 -2198 45050618 -2199 905046736 -2200 441635456 -2201 445862440 -2202 481802679 -2203 157875960 -2204 796233619 -2205 69390425 -2206 528024916 -2207 1785750224 -2208 529424557 -2209 1343458145 -2210 704297560 -2211 1975603201 -2212 471761541 -2213 1128457028 -2214 1400166621 -2215 601722414 -2216 1694324276 -2217 399260174 -2218 1776831856 -2219 257064153 -2220 229822441 -2221 739354173 -2222 1773198972 -2223 591214267 -2224 599273305 -2225 394546029 -2226 644239678 -2227 1428136147 -2228 818399355 -2229 689290296 -2230 185699235 -2231 1260034812 -2232 1135152737 -2233 667501914 -2234 1417910772 -2235 1931386356 -2236 736892339 -2237 1945935689 -2238 1569652932 -2239 1266316896 -2240 1141910186 -2241 126466845 -2242 1094436450 -2243 1613671727 -2244 1254923873 -2245 347119423 -2246 67910493 -2247 801764501 -2248 746379597 -2249 1844742349 -2250 1058828654 -2251 976202039 -2252 436612874 -2253 684543978 -2254 1567416306 -2255 1035886179 -2256 1079090007 -2257 64172336 -2258 316538679 -2259 1897489363 -2260 753462633 -2261 502237914 -2262 1010040527 -2263 1888615370 -2264 1169739829 -2265 280467651 -2266 1672518078 -2267 1906632168 -2268 78919692 -2269 1094687363 -2270 1025465417 -2271 1220829878 -2272 1221154208 -2273 2119901867 -2274 687017957 -2275 328594433 -2276 319537642 -2277 754928450 -2278 1130358934 -2279 1065917240 -2280 452187151 -2281 41703940 -2282 2042119279 -2283 888800026 -2284 726247919 -2285 1462051937 -2286 1924686205 -2287 1805337926 -2288 1526224273 -2289 93741236 -2290 1555343641 -2291 132203258 -2292 595979151 -2293 417900520 -2294 2020818628 -2295 1765718980 -2296 698368172 -2297 1545853059 -2298 1524867500 -2299 777287864 -2300 493056774 -2301 402849269 -2302 1998117743 -2303 1714210982 -2304 375267488 -2305 537652052 -2306 2042805415 -2307 694805131 -2308 1292580503 -2309 1025680701 -2310 1760722371 -2311 1744767654 -2312 1067384641 -2313 1655358002 -2314 486084032 -2315 1793632560 -2316 969926291 -2317 263286590 -2318 1451486839 -2319 348666916 -2320 357027826 -2321 859346832 -2322 480870175 -2323 953006977 -2324 1277247353 -2325 354205155 -2326 571242309 -2327 1975615525 -2328 1900058214 -2329 2096109810 -2330 605419741 -2331 245631340 -2332 351475431 -2333 456053836 -2334 1959842322 -2335 726742920 -2336 993705889 -2337 1855164089 -2338 1421548051 -2339 138802744 -2340 733361142 -2341 1034786774 -2342 1883570398 -2343 1800745784 -2344 542661128 -2345 222170783 -2346 1446894696 -2347 1512587419 -2348 485457373 -2349 750897887 -2350 1861254335 -2351 842485199 -2352 1610244720 -2353 194640862 -2354 1795492177 -2355 740008425 -2356 548846018 -2357 219250838 -2358 568140302 -2359 301420584 -2360 167877000 -2361 1173560043 -2362 547051925 -2363 519352432 -2364 1629613880 -2365 359410599 -2366 1246095352 -2367 475836121 -2368 67091041 -2369 520159755 -2370 614638865 -2371 800452183 -2372 1554946529 -2373 350725615 -2374 453714319 -2375 2097607657 -2376 572896398 -2377 1900609016 -2378 1462711428 -2379 1058353771 -2380 504023255 -2381 1176482115 -2382 1900838971 -2383 2114267975 -2384 1371122978 -2385 1548847500 -2386 706792752 -2387 1919968996 -2388 1768098338 -2389 1274933054 -2390 73905932 -2391 1935975339 -2392 301009450 -2393 620957857 -2394 307844123 -2395 1930623330 -2396 980368457 -2397 1553939475 -2398 258975803 -2399 1047459498 -2400 2074099230 -2401 873614668 -2402 1847911681 -2403 1481562111 -2404 1224340283 -2405 154142353 -2406 1431686120 -2407 1797236682 -2408 2054751369 -2409 746913900 -2410 708106805 -2411 411290976 -2412 1923396015 -2413 461462128 -2414 378075304 -2415 1147035345 -2416 2010309628 -2417 1084868056 -2418 919520693 -2419 1630924319 -2420 212317463 -2421 993426626 -2422 1419416010 -2423 513326913 -2424 1614384483 -2425 1727260133 -2426 296466595 -2427 447269292 -2428 1133715960 -2429 555442398 -2430 1494728790 -2431 1060331542 -2432 1429057066 -2433 1195156824 -2434 394410005 -2435 505913701 -2436 1349299177 -2437 1826096125 -2438 155666735 -2439 1256566898 -2440 425526377 -2441 863773541 -2442 1667857874 -2443 201438744 -2444 1325235669 -2445 2045933178 -2446 1348474090 -2447 1188061650 -2448 983317587 -2449 120511135 -2450 671502321 -2451 1195635050 -2452 1113937761 -2453 2090918331 -2454 1708961963 -2455 580838597 -2456 1670694816 -2457 2005428558 -2458 1028107889 -2459 656927128 -2460 413387308 -2461 375353032 -2462 1717258670 -2463 1842444374 -2464 1570509856 -2465 2111668675 -2466 200874427 -2467 772325385 -2468 1790281152 -2469 356541163 -2470 2028892283 -2471 68323881 -2472 1220314704 -2473 1549266509 -2474 269762625 -2475 398066725 -2476 1447716040 -2477 1618236715 -2478 1586128375 -2479 283549979 -2480 1738747851 -2481 110147048 -2482 1479185029 -2483 705201964 -2484 53581731 -2485 1040663344 -2486 1286040561 -2487 1724276547 -2488 898608254 -2489 166664803 -2490 233720027 -2491 1311995562 -2492 542017835 -2493 1950978697 -2494 1006956288 -2495 2112527691 -2496 1915163724 -2497 1207830715 -2498 737369428 -2499 1557961228 -2500 1564371878 -2501 618778063 -2502 1626285109 -2503 637202934 -2504 20560924 -2505 1896047735 -2506 1035269660 -2507 1468276964 -2508 1366800802 -2509 473914387 -2510 1751826943 -2511 958065005 -2512 584061436 -2513 1083528324 -2514 1663266970 -2515 637643167 -2516 2124191668 -2517 801823883 -2518 214436067 -2519 875316274 -2520 968488686 -2521 448156094 -2522 39828188 -2523 1510506521 -2524 251651144 -2525 1046784476 -2526 1475550564 -2527 19331220 -2528 107131544 -2529 65436344 -2530 1577292449 -2531 1671503422 -2532 684214407 -2533 1056093910 -2534 161222709 -2535 704775332 -2536 804657997 -2537 1196492369 -2538 25568648 -2539 23975152 -2540 1670406756 -2541 1777395592 -2542 982040157 -2543 106984544 -2544 713440268 -2545 497823479 -2546 744627712 -2547 690148289 -2548 1299647363 -2549 959063779 -2550 1565464563 -2551 120652401 -2552 1407219873 -2553 1605292752 -2554 1631158923 -2555 1658871017 -2556 504593580 -2557 959225839 -2558 1678202238 -2559 611725124 -2560 1024662184 -2561 1108011039 -2562 135744899 -2563 1708876591 -2564 16621301 -2565 296967608 -2566 266168275 -2567 821279299 -2568 1493459977 -2569 291736924 -2570 845254451 -2571 1016383085 -2572 2069132516 -2573 1827294608 -2574 1123367630 -2575 635089136 -2576 177634440 -2577 1867995342 -2578 1325237425 -2579 1477281803 -2580 679575473 -2581 743218341 -2582 1597934204 -2583 2086795346 -2584 201027445 -2585 1081609479 -2586 1598182716 -2587 705621025 -2588 2040835319 -2589 1128901306 -2590 1317346150 -2591 918013855 -2592 89428697 -2593 1453091049 -2594 479406798 -2595 106049998 -2596 1750058657 -2597 745575074 -2598 927329297 -2599 1096034986 -2600 1037311998 -2601 1772583748 -2602 2112418071 -2603 958960866 -2604 1452394709 -2605 1088302053 -2606 1594050002 -2607 1630029149 -2608 808813747 -2609 771803780 -2610 959827304 -2611 1488389220 -2612 1515022121 -2613 410277860 -2614 1427700919 -2615 1716049566 -2616 1491887340 -2617 878399987 -2618 274186943 -2619 1385239011 -2620 2007301293 -2621 1591533093 -2622 155769218 -2623 2096729990 -2624 897140494 -2625 635176016 -2626 55296340 -2627 499715503 -2628 1380751090 -2629 982625638 -2630 1595750489 -2631 270579440 -2632 607725738 -2633 1560684913 -2634 1229540306 -2635 2060120447 -2636 501503318 -2637 676106661 -2638 1542665948 -2639 1310317066 -2640 1447910441 -2641 355009604 -2642 651222638 -2643 815448914 -2644 765287465 -2645 2078923557 -2646 384014832 -2647 109691157 -2648 809839896 -2649 658201775 -2650 1494930168 -2651 669657541 -2652 102251221 -2653 1650699386 -2654 618903883 -2655 999391715 -2656 138391754 -2657 674200224 -2658 1499107219 -2659 1519142845 -2660 1656825862 -2661 947374060 -2662 1789722285 -2663 117067952 -2664 360575325 -2665 871778944 -2666 29704752 -2667 862078644 -2668 1547885605 -2669 1572370700 -2670 24912062 -2671 848312398 -2672 1927380305 -2673 676134700 -2674 1663761312 -2675 545184122 -2676 607574610 -2677 2047776144 -2678 654875279 -2679 1417414506 -2680 558494271 -2681 2321799 -2682 2087072048 -2683 660745492 -2684 1653021185 -2685 558492283 -2686 1660137208 -2687 1791412939 -2688 1232692507 -2689 1011760779 -2690 1163072136 -2691 742034721 -2692 1959134839 -2693 805310774 -2694 859102674 -2695 172226517 -2696 1677089718 -2697 888807426 -2698 1034305161 -2699 1077491675 -2700 313694478 -2701 1059217223 -2702 1925804073 -2703 93591135 -2704 1735351923 -2705 1442081737 -2706 638775257 -2707 195442885 -2708 1342374233 -2709 1293650536 -2710 1612857392 -2711 1900868504 -2712 1295972335 -2713 1552445792 -2714 414130349 -2715 801509872 -2716 2110938075 -2717 2074267557 -2718 445439164 -2719 1196146935 -2720 938544688 -2721 1608511300 -2722 1938181656 -2723 750195879 -2724 266338426 -2725 649800682 -2726 922422396 -2727 1943428144 -2728 1538608108 -2729 1956727557 -2730 873436171 -2731 1852302587 -2732 868461132 -2733 651756596 -2734 1945893722 -2735 456329408 -2736 2093838333 -2737 437185332 -2738 651772293 -2739 1288728918 -2740 1730835868 -2741 117146037 -2742 1042113775 -2743 879324556 -2744 1669591829 -2745 1456244124 -2746 1680834428 -2747 1633046257 -2748 1383028033 -2749 2126273592 -2750 681709544 -2751 174089073 -2752 1587301245 -2753 472407552 -2754 924284952 -2755 1853639671 -2756 1122208235 -2757 1846707349 -2758 1649584168 -2759 513332695 -2760 1655951258 -2761 375536691 -2762 218151634 -2763 376928743 -2764 1027293288 -2765 16561709 -2766 833258151 -2767 973647973 -2768 453747041 -2769 1485030444 -2770 114893244 -2771 37099261 -2772 1602176482 -2773 1157007019 -2774 916423817 -2775 1124284663 -2776 465767495 -2777 449774598 -2778 609847272 -2779 1848795528 -2780 428564542 -2781 1291556816 -2782 2022884601 -2783 2015865787 -2784 1763964369 -2785 799685905 -2786 1722021811 -2787 738688956 -2788 498909606 -2789 1224122331 -2790 1252021651 -2791 7377217 -2792 1599659022 -2793 1470173286 -2794 384305960 -2795 479468662 -2796 1486734995 -2797 1217564111 -2798 1453116636 -2799 1940482036 -2800 555110907 -2801 1568009880 -2802 1977581297 -2803 9803741 -2804 577533251 -2805 746521467 -2806 1134088405 -2807 1043300746 -2808 1196296065 -2809 1743935677 -2810 744612626 -2811 1624860607 -2812 888008846 -2813 620013579 -2814 1493242747 -2815 504489567 -2816 1419699484 -2817 1067780910 -2818 1243178523 -2819 1918609091 -2820 144419593 -2821 347716526 -2822 1925986308 -2823 1744078615 -2824 1817889812 -2825 162808620 -2826 76063630 -2827 1157141159 -2828 1380372731 -2829 1529180266 -2830 950139547 -2831 1935483638 -2832 949706498 -2833 780237197 -2834 1945287380 -2835 1527239749 -2836 1526758664 -2837 931892137 -2838 423056847 -2839 575571081 -2840 528344166 -2841 1167669473 -2842 52948040 -2843 1416353012 -2844 1787683052 -2845 1546190787 -2846 1920842579 -2847 1059898888 -2848 466488049 -2849 1016537454 -2850 831024331 -2851 610907642 -2852 1364253981 -2853 609526991 -2854 207502610 -2855 1034660145 -2856 772335611 -2857 283566240 -2858 44317657 -2859 5224694 -2860 1812746506 -2861 994457204 -2862 1940708333 -2863 614969356 -2864 1774694401 -2865 1738512065 -2866 2142209105 -2867 1153969417 -2868 522920554 -2869 417782304 -2870 1729540498 -2871 1051264720 -2872 1585451777 -2873 1782488539 -2874 320134085 -2875 1225651181 -2876 1181195678 -2877 93493016 -2878 138066421 -2879 1647683728 -2880 1110030471 -2881 969090753 -2882 111107722 -2883 326800804 -2884 1578617744 -2885 318610332 -2886 1361460949 -2887 203469708 -2888 602176572 -2889 1405778606 -2890 208694402 -2891 267439430 -2892 252752163 -2893 1919087 -2894 882408786 -2895 2027446564 -2896 1740431152 -2897 877134243 -2898 1033932334 -2899 115868058 -2900 1294916547 -2901 615989184 -2902 1167132779 -2903 732884676 -2904 250994075 -2905 1487266864 -2906 1958535857 -2907 1432189754 -2908 1580759880 -2909 2096602279 -2910 932389834 -2911 543306703 -2912 918209384 -2913 1043497556 -2914 870107507 -2915 349343480 -2916 1362107889 -2917 84084809 -2918 552813188 -2919 1964284461 -2920 1489863415 -2921 761507591 -2922 84240244 -2923 1742615578 -2924 763426678 -2925 966649030 -2926 1622578495 -2927 356374183 -2928 1843783274 -2929 509027181 -2930 472242241 -2931 991216173 -2932 1125016365 -2933 1639375020 -2934 1724100850 -2935 1376010441 -2936 979158236 -2937 1535153059 -2938 660716547 -2939 412434469 -2940 1484271690 -2941 1593106381 -2942 955741172 -2943 254997426 -2944 489120289 -2945 1825848680 -2946 604340907 -2947 1851228178 -2948 1909933489 -2949 1157154095 -2950 1668028992 -2951 1252313256 -2952 1918661686 -2953 1752269236 -2954 847445187 -2955 534604717 -2956 571434618 -2957 322540034 -2958 890978900 -2959 267734244 -2960 831567215 -2961 1363221141 -2962 1258950418 -2963 1956583580 -2964 855112514 -2965 835567620 -2966 1185110373 -2967 1834270750 -2968 223237031 -2969 1845826920 -2970 99221571 -2971 1707508722 -2972 1291449653 -2973 1054962744 -2974 1962506148 -2975 1780569943 -2976 733327776 -2977 419363407 -2978 1484314473 -2979 495777617 -2980 1576517503 -2981 1004859817 -2982 1748090873 -2983 1347695541 -2984 609645405 -2985 448052412 -2986 1882300258 -2987 1181080024 -2988 770592446 -2989 625795510 -2990 1448814268 -2991 1602159661 -2992 1989016652 -2993 560281038 -2994 1411259594 -2995 696645518 -2996 1395848658 -2997 448886319 -2998 383432620 -2999 1619085690 -3000 147229592 -3001 482654192 -3002 1179110764 -3003 1438679245 -3004 1537616936 -3005 994133264 -3006 1071765540 -3007 123461064 -3008 1413496672 -3009 408596366 -3010 619238681 -3011 842530527 -3012 1413456183 -3013 219845906 -3014 42742420 -3015 2023101589 -3016 667898319 -3017 1925042679 -3018 1056697965 -3019 1438490765 -3020 403354541 -3021 358028585 -3022 893166779 -3023 244887545 -3024 918309624 -3025 156942725 -3026 941533063 -3027 166674634 -3028 605829044 -3029 1324965684 -3030 1785760324 -3031 753058636 -3032 1807619876 -3033 817387440 -3034 44254234 -3035 1197753164 -3036 1811520705 -3037 1116019774 -3038 1321214228 -3039 1077533729 -3040 1524616140 -3041 1940452909 -3042 1920064256 -3043 790588676 -3044 12815167 -3045 1962806676 -3046 666206617 -3047 680713486 -3048 1740365707 -3049 1722904582 -3050 2119204252 -3051 2143720249 -3052 2080933167 -3053 864887383 -3054 241124146 -3055 851759143 -3056 1021830108 -3057 1182657210 -3058 1018433778 -3059 1627659152 -3060 360139246 -3061 656710454 -3062 233234141 -3063 20275474 -3064 1474097895 -3065 277488375 -3066 1218028638 -3067 1138134952 -3068 1393508149 -3069 391759218 -3070 68185033 -3071 770640642 -3072 184728479 -3073 1988249289 -3074 1561229318 -3075 197543646 -3076 1803572317 -3077 79952287 -3078 878257133 -3079 1396454377 -3080 1802856869 -3081 849977737 -3082 1392690978 -3083 1736306388 -3084 1714865120 -3085 1633815124 -3086 440581884 -3087 589211580 -3088 668988686 -3089 1459015662 -3090 69387084 -3091 1029127932 -3092 2115726116 -3093 302621225 -3094 1049403406 -3095 1442340363 -3096 580109600 -3097 119948396 -3098 432991667 -3099 1973617750 -3100 511707614 -3101 501176700 -3102 596774744 -3103 696436093 -3104 341942341 -3105 10520414 -3106 893979740 -3107 2145514659 -3108 90472701 -3109 1772236873 -3110 1394485388 -3111 1893329570 -3112 474730962 -3113 639692718 -3114 1482152310 -3115 42112434 -3116 126024194 -3117 1922734194 -3118 631324014 -3119 795012881 -3120 1234266208 -3121 700711098 -3122 1824140813 -3123 1202508677 -3124 1003332324 -3125 726060572 -3126 497365392 -3127 1583441924 -3128 846008968 -3129 930357060 -3130 1409576026 -3131 1357716583 -3132 1431533760 -3133 2006350770 -3134 2054152676 -3135 1773476102 -3136 2016871184 -3137 800648768 -3138 1771507113 -3139 2107343885 -3140 425401993 -3141 1018508853 -3142 1853189807 -3143 900132955 -3144 1658201571 -3145 1187858470 -3146 942245389 -3147 1784225765 -3148 963109016 -3149 1573569403 -3150 431754998 -3151 49891577 -3152 126796854 -3153 108412164 -3154 1252400254 -3155 1130129178 -3156 834472736 -3157 1749765646 -3158 566087454 -3159 1680481704 -3160 532639058 -3161 1975663481 -3162 890714639 -3163 1964172819 -3164 1834530603 -3165 797383668 -3166 1590165273 -3167 1703918140 -3168 1598032436 -3169 1214188738 -3170 1663778377 -3171 2023434430 -3172 85213943 -3173 1369484537 -3174 776083737 -3175 1743415514 -3176 409859359 -3177 1718329127 -3178 1380157631 -3179 1372968375 -3180 1144414882 -3181 1811912630 -3182 1422859952 -3183 1271211736 -3184 1920324794 -3185 527776558 -3186 253857266 -3187 607313882 -3188 130058557 -3189 819944721 -3190 140311938 -3191 662697615 -3192 648124554 -3193 1031026578 -3194 479386786 -3195 335171509 -3196 1828410246 -3197 2069552059 -3198 2039089649 -3199 1278959034 -3200 1136257149 -3201 1555384379 -3202 1154909816 -3203 1221471092 -3204 777385268 -3205 1930993554 -3206 817402958 -3207 1187244627 -3208 1501839033 -3209 50076942 -3210 412729354 -3211 498770267 -3212 1861989572 -3213 1835589307 -3214 1769982004 -3215 1634830718 -3216 215882217 -3217 2023839270 -3218 94660952 -3219 345940774 -3220 696300343 -3221 234972890 -3222 1008638390 -3223 1344424897 -3224 1265999468 -3225 1488025176 -3226 1679596407 -3227 946926066 -3228 1410093588 -3229 1571202408 -3230 78401453 -3231 398867089 -3232 979103139 -3233 1233311269 -3234 1620338182 -3235 1756488407 -3236 1016821175 -3237 290257492 -3238 796249386 -3239 371176560 -3240 340334434 -3241 1208978741 -3242 869946828 -3243 54840358 -3244 897084400 -3245 492445184 -3246 1689671076 -3247 1112966617 -3248 368800806 -3249 1784332028 -3250 1458907392 -3251 1065101150 -3252 2019304919 -3253 320062134 -3254 262042399 -3255 1137820739 -3256 1808087310 -3257 1941638806 -3258 2084746806 -3259 1070697250 -3260 1365357567 -3261 15664611 -3262 1469564340 -3263 196977058 -3264 1248975880 -3265 942418874 -3266 1953465466 -3267 118313408 -3268 1232676366 -3269 602231204 -3270 489489968 -3271 1573010801 -3272 1811209945 -3273 1359436796 -3274 1627851159 -3275 560810697 -3276 1851881980 -3277 1170038588 -3278 1673777315 -3279 73199139 -3280 806886968 -3281 985201059 -3282 1138300289 -3283 678708239 -3284 1305263193 -3285 1400342688 -3286 1816528979 -3287 965866855 -3288 1194497847 -3289 1753792137 -3290 2036564106 -3291 412371766 -3292 1769456748 -3293 1358644798 -3294 609348824 -3295 870948980 -3296 153580024 -3297 415330642 -3298 989262388 -3299 1386256390 -3300 1017561847 -3301 1478752357 -3302 811783543 -3303 681288144 -3304 690705505 -3305 292151055 -3306 1242098842 -3307 395103838 -3308 1462189643 -3309 768392509 -3310 468302977 -3311 121592963 -3312 1753593568 -3313 1606603266 -3314 800301203 -3315 911373113 -3316 859462306 -3317 469346534 -3318 1877239968 -3319 2053960153 -3320 75655023 -3321 1766320426 -3322 318848271 -3323 1845111771 -3324 977481576 -3325 928197096 -3326 568577103 -3327 1131061600 -3328 1343527738 -3329 1557839492 -3330 369834343 -3331 213605937 -3332 889108201 -3333 1181617886 -3334 894894082 -3335 1579813706 -3336 1473768941 -3337 2136992924 -3338 1974917544 -3339 788474936 -3340 757901785 -3341 295736873 -3342 910067900 -3343 364011705 -3344 1902340139 -3345 1710369103 -3346 1275384818 -3347 614318798 -3348 32231989 -3349 1005141138 -3350 520795303 -3351 107887012 -3352 623977917 -3353 839643575 -3354 1952998783 -3355 1601459493 -3356 1767840671 -3357 374092238 -3358 585037446 -3359 963884761 -3360 1931931730 -3361 954871789 -3362 1177490699 -3363 673556283 -3364 2136489675 -3365 2072384781 -3366 105886342 -3367 1462774969 -3368 2061894057 -3369 2080803886 -3370 103766257 -3371 672312194 -3372 229057112 -3373 1013834157 -3374 1036323899 -3375 2131397251 -3376 576719612 -3377 164225069 -3378 598232401 -3379 608951601 -3380 1169366207 -3381 1119027705 -3382 716838613 -3383 1793344124 -3384 1958671280 -3385 522353748 -3386 1247319970 -3387 1579028303 -3388 896445987 -3389 1832357416 -3390 395429416 -3391 680894069 -3392 639745557 -3393 1572920115 -3394 1354450353 -3395 628751584 -3396 1497821248 -3397 1460336695 -3398 2091526553 -3399 1412231657 -3400 1393656933 -3401 47809163 -3402 2084543851 -3403 1622714045 -3404 1061643320 -3405 973384102 -3406 1606627649 -3407 1638362933 -3408 1137609171 -3409 57376402 -3410 99830886 -3411 159491731 -3412 1176404107 -3413 816669500 -3414 1952835855 -3415 987591739 -3416 1339023248 -3417 1052672177 -3418 419136394 -3419 87985587 -3420 737545945 -3421 814565811 -3422 768879657 -3423 1377291502 -3424 240002278 -3425 2123330010 -3426 2006043087 -3427 1737823527 -3428 1436183057 -3429 1950085992 -3430 1002571536 -3431 682356342 -3432 1997895155 -3433 939631740 -3434 157586740 -3435 912054828 -3436 1913015842 -3437 1764214389 -3438 402934113 -3439 903141366 -3440 1821590791 -3441 502764999 -3442 1062633097 -3443 850511251 -3444 1319434499 -3445 867985304 -3446 1838102990 -3447 510974100 -3448 1920657482 -3449 109755737 -3450 598959687 -3451 510719779 -3452 924321548 -3453 1367839344 -3454 1888011282 -3455 1164323826 -3456 1343685706 -3457 1746570721 -3458 754663705 -3459 632385115 -3460 1549173065 -3461 1757235242 -3462 1314741458 -3463 1399584573 -3464 549383334 -3465 1472328198 -3466 164155753 -3467 314915528 -3468 1089058939 -3469 567089866 -3470 1218056894 -3471 763166082 -3472 1069854865 -3473 133206343 -3474 1613677333 -3475 241805717 -3476 1001191648 -3477 1304296676 -3478 752779817 -3479 774365482 -3480 1414052413 -3481 1351739504 -3482 1285085261 -3483 190890313 -3484 572095201 -3485 1025612895 -3486 1355214139 -3487 1915780907 -3488 624699968 -3489 2109877845 -3490 400682375 -3491 26389386 -3492 1719629439 -3493 1715423833 -3494 1425973959 -3495 121529125 -3496 1040268383 -3497 1590129712 -3498 436444653 -3499 2129327322 -3500 9735930 -3501 1654501548 -3502 745009756 -3503 1079590795 -3504 1787707891 -3505 211203442 -3506 1321396512 -3507 641415891 -3508 1515500118 -3509 2074176329 -3510 1415781373 -3511 782068883 -3512 1278432186 -3513 553382987 -3514 972959196 -3515 1850527387 -3516 1578995882 -3517 180689687 -3518 1618824646 -3519 56212203 -3520 143083884 -3521 2019507021 -3522 82601589 -3523 1862713323 -3524 1587447206 -3525 1508575548 -3526 1984242448 -3527 480231941 -3528 951221612 -3529 273203454 -3530 462075615 -3531 960957542 -3532 1927705002 -3533 1207085372 -3534 2040548337 -3535 1567929245 -3536 1418288814 -3537 1214461202 -3538 61861489 -3539 786305284 -3540 1141153883 -3541 1477642862 -3542 1568374167 -3543 272102421 -3544 2031025849 -3545 393849715 -3546 2122629808 -3547 1462538084 -3548 574539402 -3549 1593970807 -3550 1518750287 -3551 717623287 -3552 1465994180 -3553 1601351876 -3554 432852962 -3555 905957739 -3556 962443776 -3557 269611763 -3558 1386189680 -3559 1913665388 -3560 542815217 -3561 1848265296 -3562 727139282 -3563 323036571 -3564 907867020 -3565 620203971 -3566 1890965816 -3567 178672186 -3568 1834665173 -3569 1952827305 -3570 964977470 -3571 828335409 -3572 1282986520 -3573 385867989 -3574 1100437830 -3575 1166528721 -3576 779717704 -3577 1075583991 -3578 481583157 -3579 1354257106 -3580 522071150 -3581 2000333444 -3582 2071880393 -3583 1988065330 -3584 1454201672 -3585 357249708 -3586 746539421 -3587 269161800 -3588 626861471 -3589 2132729102 -3590 35343540 -3591 1169676688 -3592 1833510750 -3593 762482822 -3594 1492713259 -3595 593894122 -3596 1382686794 -3597 1236195427 -3598 772566308 -3599 1069868319 -3600 1041539085 -3601 1737543778 -3602 1898203728 -3603 177041957 -3604 2123411767 -3605 851157911 -3606 1343570678 -3607 755645823 -3608 1926741902 -3609 1825153836 -3610 2109902929 -3611 301329404 -3612 1678003632 -3613 2034299675 -3614 141911086 -3615 984721657 -3616 244065735 -3617 888450508 -3618 1253883457 -3619 870927206 -3620 873695962 -3621 1289226998 -3622 2040603894 -3623 559723064 -3624 2051709820 -3625 1385833505 -3626 1153617186 -3627 1286912966 -3628 474545284 -3629 1926183494 -3630 209297638 -3631 1516084369 -3632 1516243624 -3633 2107501366 -3634 1693126326 -3635 1492171743 -3636 811175629 -3637 889213357 -3638 100333918 -3639 590433883 -3640 566883545 -3641 62753199 -3642 891763287 -3643 97403529 -3644 2097052874 -3645 1033674374 -3646 1082125186 -3647 193634961 -3648 1922124882 -3649 188524996 -3650 1064562167 -3651 648337196 -3652 1477751994 -3653 957682413 -3654 1208060260 -3655 1381978166 -3656 196032270 -3657 214193798 -3658 521407485 -3659 670577555 -3660 2140377292 -3661 730705123 -3662 39178276 -3663 1509137268 -3664 690722841 -3665 1732304603 -3666 853825363 -3667 1501898471 -3668 474034312 -3669 954159281 -3670 2092332354 -3671 1040917857 -3672 1016912480 -3673 836611994 -3674 1138321386 -3675 966481707 -3676 1870286368 -3677 72962925 -3678 1160116668 -3679 1644927602 -3680 261487921 -3681 77195188 -3682 145781150 -3683 1739239915 -3684 1034877601 -3685 1353841410 -3686 973734433 -3687 1230909872 -3688 1568035208 -3689 1495141918 -3690 1901487427 -3691 1560928852 -3692 78363393 -3693 1940665703 -3694 922582472 -3695 769086235 -3696 1525486658 -3697 1776407835 -3698 123501058 -3699 1999520970 -3700 583083468 -3701 68349764 -3702 892955179 -3703 1599995948 -3704 904961758 -3705 2031276566 -3706 418994007 -3707 627764478 -3708 2104239491 -3709 1579110676 -3710 125208432 -3711 218243764 -3712 1656305864 -3713 270989582 -3714 1957483679 -3715 543699817 -3716 1624830992 -3717 783734464 -3718 1774609689 -3719 1045382552 -3720 131392735 -3721 1528613468 -3722 458827756 -3723 209756128 -3724 1321795524 -3725 1381410228 -3726 978842363 -3727 699798534 -3728 1010334415 -3729 1102343421 -3730 551835857 -3731 1593417883 -3732 1170693186 -3733 1444791036 -3734 1045930184 -3735 2075654944 -3736 1328583954 -3737 1464924191 -3738 555935775 -3739 1285339797 -3740 896551219 -3741 681144207 -3742 1503583561 -3743 405373435 -3744 952133790 -3745 1313583592 -3746 949073253 -3747 429481134 -3748 2097318057 -3749 576199294 -3750 1474863687 -3751 81227144 -3752 2104812763 -3753 1933691443 -3754 290983272 -3755 1279124639 -3756 1167618024 -3757 1269825636 -3758 1978923173 -3759 30468791 -3760 224685409 -3761 383275382 -3762 1623886675 -3763 1395378595 -3764 1828066419 -3765 522333211 -3766 1323549892 -3767 1009166725 -3768 1987257402 -3769 1879485667 -3770 147022875 -3771 736324974 -3772 413146226 -3773 1650606436 -3774 1141698409 -3775 1365280016 -3776 816706381 -3777 2090771662 -3778 1794761151 -3779 766540790 -3780 519487309 -3781 1122141190 -3782 847767934 -3783 476816424 -3784 908348985 -3785 1138751206 -3786 1755941063 -3787 2075967009 -3788 261093194 -3789 1587380588 -3790 2106435801 -3791 485778604 -3792 1970655971 -3793 1582838828 -3794 1881157199 -3795 1651238742 -3796 2105172039 -3797 1057223443 -3798 512921819 -3799 1944945793 -3800 789225462 -3801 659944694 -3802 533787119 -3803 1202371689 -3804 163067483 -3805 1675485529 -3806 420168057 -3807 979773864 -3808 1618773543 -3809 67445560 -3810 1746314654 -3811 2138260852 -3812 1189586750 -3813 446598940 -3814 467593628 -3815 2097935736 -3816 1585350146 -3817 76051043 -3818 2026419097 -3819 1846443341 -3820 1663431632 -3821 1985371250 -3822 184738297 -3823 1486603955 -3824 1420726430 -3825 2065895496 -3826 990359049 -3827 1378414821 -3828 975635292 -3829 1503280868 -3830 1175876967 -3831 1764860754 -3832 15741915 -3833 1709664086 -3834 819748795 -3835 178809398 -3836 1237665967 -3837 1239916853 -3838 1158583262 -3839 708955863 -3840 1307362413 -3841 757414268 -3842 699733067 -3843 349465516 -3844 1204013208 -3845 1167326696 -3846 299917604 -3847 641879706 -3848 1243377739 -3849 178853053 -3850 340839399 -3851 759325723 -3852 16740656 -3853 525577696 -3854 98446030 -3855 1437467086 -3856 443989545 -3857 1088805079 -3858 668398260 -3859 1419624837 -3860 444602300 -3861 1844275227 -3862 1037001943 -3863 460344215 -3864 1406455665 -3865 1856750739 -3866 639153613 -3867 496637985 -3868 949183944 -3869 1797736875 -3870 1205593848 -3871 109062709 -3872 407667495 -3873 1905326915 -3874 458528225 -3875 1611680703 -3876 925169963 -3877 758445829 -3878 106076761 -3879 21064055 -3880 937298883 -3881 446916161 -3882 780389778 -3883 954039539 -3884 972493857 -3885 878835809 -3886 244022977 -3887 1416483402 -3888 1967640888 -3889 912421237 -3890 688624591 -3891 264759540 -3892 609212816 -3893 1725626535 -3894 725103755 -3895 2015668482 -3896 1434893626 -3897 1364257368 -3898 364822819 -3899 236593922 -3900 1014510595 -3901 1570416667 -3902 345656631 -3903 1422178090 -3904 1328259934 -3905 804184857 -3906 886375145 -3907 105946250 -3908 1562630686 -3909 992451907 -3910 127010305 -3911 352445921 -3912 1439368068 -3913 907400083 -3914 1306485460 -3915 264378277 -3916 1786235892 -3917 1550508438 -3918 1680861680 -3919 1606393133 -3920 315446027 -3921 222002623 -3922 1871152673 -3923 924658844 -3924 1947629158 -3925 448772781 -3926 792843678 -3927 1235039136 -3928 1813030149 -3929 1157666497 -3930 1471633058 -3931 680057097 -3932 580599516 -3933 1817289690 -3934 2102235187 -3935 1908859450 -3936 473990899 -3937 841126685 -3938 2014805700 -3939 2036621585 -3940 1833578592 -3941 2141816005 -3942 241583859 -3943 1125463012 -3944 901732441 -3945 1548069319 -3946 1389841289 -3947 540484685 -3948 951094109 -3949 923219321 -3950 2146877818 -3951 1266540137 -3952 1145221945 -3953 1870546844 -3954 43715333 -3955 945367455 -3956 171835977 -3957 836559011 -3958 32922944 -3959 1984866126 -3960 1994225508 -3961 1504556002 -3962 517439575 -3963 427341376 -3964 1174362044 -3965 472191115 -3966 188717178 -3967 1648352943 -3968 1313317800 -3969 56039231 -3970 1537490881 -3971 999412744 -3972 50371588 -3973 1779074740 -3974 2124875756 -3975 952104029 -3976 1179660411 -3977 1367233397 -3978 1492588715 -3979 2130754521 -3980 142969071 -3981 1491982885 -3982 1249811010 -3983 1288191016 -3984 1215046081 -3985 1293526343 -3986 86074823 -3987 1386882058 -3988 2130085354 -3989 118997767 -3990 1224264537 -3991 1976827214 -3992 1623553770 -3993 1741704112 -3994 256684942 -3995 650432166 -3996 66411579 -3997 445402120 -3998 151301462 -3999 1379729379 -4000 501441351 -4001 1688792343 -4002 231658475 -4003 551812940 -4004 1320383435 -4005 209050583 -4006 1503916969 -4007 352560198 -4008 1576283981 -4009 849022036 -4010 335831071 -4011 1719253052 -4012 193521274 -4013 1585642081 -4014 859960420 -4015 1408567355 -4016 731684776 -4017 946035243 -4018 647965766 -4019 714286482 -4020 1065033011 -4021 1872230303 -4022 543630048 -4023 541103133 -4024 1466450767 -4025 800314990 -4026 1191535299 -4027 1532862347 -4028 1245717111 -4029 1342836761 -4030 765108078 -4031 1747158462 -4032 884145456 -4033 996766554 -4034 151487754 -4035 57045243 -4036 1205817137 -4037 1655404724 -4038 409605442 -4039 634617470 -4040 356943112 -4041 745436513 -4042 206386874 -4043 550464386 -4044 183594947 -4045 1066347294 -4046 1959031742 -4047 915279723 -4048 2012382538 -4049 459513860 -4050 1629566206 -4051 929931901 -4052 184260515 -4053 25712606 -4054 1471035034 -4055 1650711282 -4056 826027597 -4057 515086685 -4058 1036089981 -4059 2071744708 -4060 1857923447 -4061 1801198060 -4062 1671419522 -4063 594585255 -4064 650480966 -4065 1822907277 -4066 651630499 -4067 1856298103 -4068 1330828353 -4069 1061235941 -4070 343431926 -4071 1687771465 -4072 1806672454 -4073 549818800 -4074 90752204 -4075 1990267401 -4076 1616166095 -4077 2049783946 -4078 758063477 -4079 1481064985 -4080 361814158 -4081 240146035 -4082 263513238 -4083 546074673 -4084 265858641 -4085 1734548272 -4086 49302307 -4087 1091886238 -4088 102151309 -4089 1085392289 -4090 1016147298 -4091 1960074756 -4092 739106701 -4093 540083173 -4094 407176364 -4095 1389587667 -4096 215506802 -4097 1058806863 -4098 1098402122 -4099 1546335155 -4100 2120042804 -4101 1441834048 -4102 1086622972 -4103 1779231610 -4104 1991652849 -4105 1177375176 -4106 1622015364 -4107 1460335296 -4108 1079675474 -4109 232595193 -4110 793916633 -4111 1441489632 -4112 472741228 -4113 1057429871 -4114 1987564305 -4115 738599869 -4116 644494495 -4117 2036866613 -4118 1830486108 -4119 746645804 -4120 974775254 -4121 699149758 -4122 559236913 -4123 1713881955 -4124 1239232931 -4125 966413277 -4126 955985974 -4127 1454739733 -4128 2025220140 -4129 2054388096 -4130 853591240 -4131 1997779296 -4132 1348738497 -4133 1940214213 -4134 1629527258 -4135 1192907698 -4136 970105741 -4137 1104058974 -4138 505759346 -4139 2049781216 -4140 1336654167 -4141 1299675979 -4142 1343787200 -4143 1809395395 -4144 209622202 -4145 1183867858 -4146 400511617 -4147 854116697 -4148 1073250823 -4149 83514077 -4150 1600762501 -4151 2048026077 -4152 782663835 -4153 12515766 -4154 1614424384 -4155 2021896767 -4156 978929043 -4157 422926710 -4158 1329152852 -4159 856665535 -4160 329831158 -4161 35260445 -4162 706961183 -4163 1678569655 -4164 1975474658 -4165 189004794 -4166 723993705 -4167 798096751 -4168 1293063768 -4169 1229753051 -4170 700394319 -4171 482234288 -4172 381945382 -4173 2044181520 -4174 144146035 -4175 591567584 -4176 1080565730 -4177 544657652 -4178 1445684281 -4179 6332905 -4180 628171729 -4181 898963135 -4182 2054358982 -4183 1410835565 -4184 911478901 -4185 1521299718 -4186 1285248684 -4187 1890407945 -4188 1944226428 -4189 466917888 -4190 599589832 -4191 126573938 -4192 502178333 -4193 1306551016 -4194 1805143594 -4195 330169343 -4196 1495555810 -4197 381653651 -4198 1128266095 -4199 641135930 -4200 1611406703 -4201 1828660414 -4202 1123370218 -4203 1993352085 -4204 1725358286 -4205 1267516254 -4206 437436022 -4207 658440368 -4208 1812173906 -4209 1883120303 -4210 664773273 -4211 292861988 -4212 634599790 -4213 571648607 -4214 1703697553 -4215 1546078692 -4216 2092948325 -4217 841462589 -4218 1289002989 -4219 1889691105 -4220 1308380477 -4221 1888592821 -4222 2016265044 -4223 1810558811 -4224 1047660189 -4225 1673924990 -4226 2140728154 -4227 395732351 -4228 2055578641 -4229 1121510601 -4230 1036868282 -4231 1519501696 -4232 802687368 -4233 12754852 -4234 1365370134 -4235 380562006 -4236 1280271106 -4237 1802806156 -4238 1039002375 -4239 944961365 -4240 1538442811 -4241 1703775648 -4242 1237823353 -4243 25558954 -4244 127940608 -4245 794037258 -4246 1571637646 -4247 73405285 -4248 1635499847 -4249 713156987 -4250 1963096391 -4251 796396676 -4252 454266160 -4253 1831877787 -4254 459471839 -4255 1501926350 -4256 1358319129 -4257 452716346 -4258 1897658701 -4259 1266414122 -4260 1574226947 -4261 787043335 -4262 638432171 -4263 229430667 -4264 799798188 -4265 2003802305 -4266 609992674 -4267 2080069294 -4268 1659124813 -4269 1648995049 -4270 877547011 -4271 1050083976 -4272 1205287049 -4273 2115370364 -4274 1075642930 -4275 1333227657 -4276 761923974 -4277 499796928 -4278 1406632943 -4279 249940173 -4280 1212953915 -4281 1222245686 -4282 1046336850 -4283 1667220076 -4284 906639825 -4285 1505808689 -4286 1021662778 -4287 117475306 -4288 1958525035 -4289 771837831 -4290 1383889428 -4291 1385268335 -4292 1558881167 -4293 2022321599 -4294 1614699002 -4295 211195707 -4296 1878640256 -4297 77208028 -4298 143781353 -4299 1390281421 -4300 1726203077 -4301 1021328365 -4302 292881750 -4303 784006479 -4304 989215081 -4305 1368524680 -4306 2117234136 -4307 1751139056 -4308 1868321609 -4309 1376383431 -4310 2001079229 -4311 933791876 -4312 451145469 -4313 899932431 -4314 453528304 -4315 1357785294 -4316 258257473 -4317 1475191082 -4318 1475260600 -4319 69298860 -4320 99545266 -4321 711666381 -4322 1454567195 -4323 1658426433 -4324 586504332 -4325 921782550 -4326 1869622140 -4327 317660941 -4328 998990578 -4329 2013403493 -4330 1707942362 -4331 577710008 -4332 887248210 -4333 2000824112 -4334 1361716487 -4335 1876463292 -4336 1221865145 -4337 1331466975 -4338 1480118700 -4339 942703106 -4340 560366759 -4341 1333714281 -4342 1876494982 -4343 1011512228 -4344 86163065 -4345 182539639 -4346 221813875 -4347 344420538 -4348 1657730721 -4349 1697074475 -4350 413719398 -4351 1757275987 -4352 261257208 -4353 1868286594 -4354 1268218772 -4355 847761541 -4356 642585496 -4357 990357264 -4358 1165422482 -4359 1641576074 -4360 856277110 -4361 725881196 -4362 71802434 -4363 1743525320 -4364 579221661 -4365 1433518921 -4366 1472504964 -4367 1801086806 -4368 617502249 -4369 805140016 -4370 596306264 -4371 1177869008 -4372 2138854298 -4373 325317598 -4374 41897588 -4375 77533715 -4376 507857237 -4377 263711463 -4378 421954253 -4379 18104311 -4380 1960785939 -4381 835673651 -4382 1775380298 -4383 74559499 -4384 556476597 -4385 896115423 -4386 922321040 -4387 1199062093 -4388 1886472687 -4389 2087743522 -4390 693154520 -4391 595266149 -4392 666141071 -4393 764956954 -4394 191307822 -4395 1245362732 -4396 50992228 -4397 1663812786 -4398 898965890 -4399 668494477 -4400 321469155 -4401 1495272154 -4402 1846363485 -4403 312839805 -4404 1820589752 -4405 1888261073 -4406 390373520 -4407 180963342 -4408 4488889 -4409 812327773 -4410 199067653 -4411 1965274828 -4412 1648001424 -4413 1974447951 -4414 2039834327 -4415 56994374 -4416 723079726 -4417 814671720 -4418 1256056467 -4419 462068766 -4420 754931594 -4421 1949210987 -4422 1057334915 -4423 1421072665 -4424 566684294 -4425 1248642737 -4426 518951749 -4427 617676522 -4428 764971876 -4429 1417917639 -4430 1286170999 -4431 1086441031 -4432 765706145 -4433 985050836 -4434 1399280836 -4435 438812250 -4436 725828261 -4437 1789654356 -4438 619775592 -4439 730317150 -4440 454498481 -4441 818843245 -4442 548108330 -4443 2102499905 -4444 645807548 -4445 440459010 -4446 12010631 -4447 1368887275 -4448 1255130730 -4449 1268067099 -4450 1830956041 -4451 2010062324 -4452 1069794438 -4453 740807308 -4454 1283651342 -4455 1636478732 -4456 1989450046 -4457 1802603091 -4458 106671606 -4459 606938274 -4460 1073037083 -4461 1392842605 -4462 1693379305 -4463 1838743228 -4464 230409793 -4465 945176493 -4466 130071830 -4467 956238055 -4468 587347201 -4469 749847422 -4470 1686555205 -4471 1041845682 -4472 1568690667 -4473 87179888 -4474 996861939 -4475 67014568 -4476 527638898 -4477 1008872571 -4478 1435901843 -4479 1782769628 -4480 129456022 -4481 1119374236 -4482 1645348304 -4483 1199250460 -4484 1860181544 -4485 781515998 -4486 688245545 -4487 1702147942 -4488 436635442 -4489 794917151 -4490 161602568 -4491 1509672525 -4492 40276109 -4493 1854981873 -4494 1200932105 -4495 270685902 -4496 652674718 -4497 1331003936 -4498 1226923957 -4499 1240021919 -4500 2080851358 -4501 765995515 -4502 134383953 -4503 1502058378 -4504 853175403 -4505 1131245893 -4506 1569072946 -4507 1380814301 -4508 2140118464 -4509 857491141 -4510 1016100281 -4511 122090838 -4512 1976865377 -4513 513964937 -4514 1321341298 -4515 1689563273 -4516 1295480936 -4517 2009586843 -4518 1244227568 -4519 1732116378 -4520 657020347 -4521 1405830136 -4522 1094305255 -4523 697296456 -4524 1113328362 -4525 147753712 -4526 967982358 -4527 1766003080 -4528 1478757648 -4529 47422668 -4530 858541352 -4531 1412125359 -4532 813418183 -4533 992925305 -4534 766700089 -4535 1666593586 -4536 2124171198 -4537 188289387 -4538 899924239 -4539 2116806014 -4540 1045780528 -4541 1916024520 -4542 91413204 -4543 875162257 -4544 282505809 -4545 1412754503 -4546 417241882 -4547 1577986745 -4548 1274857698 -4549 1661469450 -4550 1162619475 -4551 1931878045 -4552 919815939 -4553 109441082 -4554 481690853 -4555 2033144301 -4556 257194795 -4557 1449673212 -4558 1651663733 -4559 1735952443 -4560 1497095880 -4561 362721437 -4562 1000594154 -4563 163030415 -4564 1355646743 -4565 1767294243 -4566 1829624001 -4567 1332334293 -4568 1955583630 -4569 582064592 -4570 1301656660 -4571 853880510 -4572 350605464 -4573 1393069864 -4574 1729042767 -4575 633111273 -4576 658340719 -4577 2146284650 -4578 63614371 -4579 1933198418 -4580 1660270452 -4581 1226233846 -4582 1717592815 -4583 432602743 -4584 1335674929 -4585 51800021 -4586 318263396 -4587 1592869724 -4588 1501473233 -4589 1969927130 -4590 1181338519 -4591 851085465 -4592 185164919 -4593 34449026 -4594 1014115880 -4595 1540811662 -4596 1801743269 -4597 696256233 -4598 725662308 -4599 1609843252 -4600 1278320825 -4601 2027318968 -4602 316240114 -4603 1628926289 -4604 1272905184 -4605 2045282882 -4606 114553914 -4607 1931245904 -4608 2044083884 -4609 178168285 -4610 1716960674 -4611 1556870688 -4612 1404402132 -4613 1287069841 -4614 1989473432 -4615 592593413 -4616 1338869862 -4617 160253180 -4618 37979489 -4619 692859447 -4620 2130180310 -4621 1219318008 -4622 1543944912 -4623 167861582 -4624 1253767034 -4625 410577144 -4626 1708673244 -4627 908026656 -4628 1106833377 -4629 286851904 -4630 370386260 -4631 237670554 -4632 166687224 -4633 686626374 -4634 1866596843 -4635 1439592409 -4636 584425608 -4637 1981150758 -4638 1223354665 -4639 481025844 -4640 11835395 -4641 792831691 -4642 2037896533 -4643 1416237527 -4644 2079901532 -4645 1879886317 -4646 2008830940 -4647 1271287747 -4648 2040139497 -4649 2046810429 -4650 1964147194 -4651 2022836160 -4652 1118644790 -4653 1360608459 -4654 43214094 -4655 224928176 -4656 1771185603 -4657 1751887338 -4658 1132954832 -4659 730535333 -4660 2038739243 -4661 1503341092 -4662 968205887 -4663 57942819 -4664 42483819 -4665 687319083 -4666 1497535228 -4667 626909427 -4668 520986193 -4669 573406245 -4670 1107935272 -4671 532821588 -4672 1366237936 -4673 998348157 -4674 1949059116 -4675 1298655821 -4676 730750826 -4677 1810406408 -4678 422459920 -4679 623406675 -4680 1709733190 -4681 239123466 -4682 498759187 -4683 680894332 -4684 1599731925 -4685 541973281 -4686 905822508 -4687 1223433881 -4688 146376972 -4689 2038777341 -4690 1953969214 -4691 37632567 -4692 1394634785 -4693 774691453 -4694 95575386 -4695 1437118604 -4696 1462010536 -4697 1593110615 -4698 2064028032 -4699 1982996729 -4700 19033212 -4701 1024479656 -4702 368334670 -4703 1385271149 -4704 2022827813 -4705 169910138 -4706 536443322 -4707 606094991 -4708 1980316546 -4709 958903242 -4710 1229501666 -4711 1542566088 -4712 1198026708 -4713 1728260854 -4714 75976772 -4715 650274986 -4716 122750487 -4717 981799281 -4718 1873708867 -4719 269127459 -4720 873092974 -4721 1680194433 -4722 306760026 -4723 120244111 -4724 307402238 -4725 402335413 -4726 1557362716 -4727 1769412775 -4728 1995446028 -4729 1473907100 -4730 1604925856 -4731 2014479240 -4732 350903108 -4733 1973260526 -4734 1252266741 -4735 226247273 -4736 2143170664 -4737 1788710063 -4738 832342264 -4739 1976003563 -4740 600129657 -4741 2061843930 -4742 1371086003 -4743 1798156366 -4744 1642621136 -4745 1447062776 -4746 300947704 -4747 1765371624 -4748 281378409 -4749 27172923 -4750 2034499083 -4751 1154471383 -4752 1707367356 -4753 193775462 -4754 1274715494 -4755 2014769594 -4756 596110875 -4757 684594562 -4758 1636698721 -4759 444073255 -4760 11018014 -4761 1094140930 -4762 311068847 -4763 361921122 -4764 919917808 -4765 1563335589 -4766 588168395 -4767 915604825 -4768 1204562004 -4769 1420510659 -4770 744124740 -4771 1804691662 -4772 1334870942 -4773 2115210743 -4774 1455364380 -4775 830008430 -4776 1414789871 -4777 1756312084 -4778 447896406 -4779 1696168280 -4780 1783485007 -4781 334911842 -4782 703156015 -4783 1343368715 -4784 528687304 -4785 1977871510 -4786 1210654661 -4787 1124798179 -4788 514982424 -4789 699869735 -4790 1568871434 -4791 526000439 -4792 1794010665 -4793 1879940281 -4794 887921561 -4795 566444825 -4796 1295792222 -4797 1476089957 -4798 1482049650 -4799 352870579 -4800 749116968 -4801 78690742 -4802 10078593 -4803 2083987910 -4804 46417838 -4805 1465442973 -4806 766512693 -4807 1461207709 -4808 1074271409 -4809 1214409099 -4810 1009892342 -4811 710272768 -4812 1549320941 -4813 1713048357 -4814 2053641483 -4815 2078008245 -4816 1543436219 -4817 1116812496 -4818 1055322776 -4819 2058418644 -4820 1816682231 -4821 476710562 -4822 436935435 -4823 1463209248 -4824 209167196 -4825 1324856996 -4826 2029654074 -4827 1504959418 -4828 653463305 -4829 1364220076 -4830 1857829997 -4831 1402580274 -4832 1442910819 -4833 1867908590 -4834 1339084536 -4835 1489328657 -4836 1185867915 -4837 2105597229 -4838 803052718 -4839 112655676 -4840 1172522681 -4841 1812945060 -4842 822928444 -4843 574359974 -4844 1378509770 -4845 729086279 -4846 504884572 -4847 774462341 -4848 1845898776 -4849 1560207348 -4850 685397337 -4851 1515097359 -4852 2036917911 -4853 1122332772 -4854 830822960 -4855 98601459 -4856 299706121 -4857 712993386 -4858 1603560877 -4859 953169426 -4860 2077213462 -4861 1313907227 -4862 208266052 -4863 1372640633 -4864 1034332169 -4865 1547350589 -4866 714485642 -4867 72716437 -4868 1505464170 -4869 1517538361 -4870 185372113 -4871 530503203 -4872 1182999773 -4873 1008300558 -4874 1104863178 -4875 414025895 -4876 1737386837 -4877 1609747750 -4878 1188488237 -4879 1435801965 -4880 1022471450 -4881 1873885574 -4882 803415677 -4883 911905713 -4884 848734699 -4885 1634238637 -4886 1010507172 -4887 1148440820 -4888 199748375 -4889 466584402 -4890 2101610246 -4891 129478189 -4892 1780491629 -4893 162392651 -4894 1502118823 -4895 667340150 -4896 1709743240 -4897 69120817 -4898 740056587 -4899 1067723762 -4900 1586659178 -4901 925428701 -4902 1598226966 -4903 622175304 -4904 1933729259 -4905 555606496 -4906 1036201199 -4907 1523632448 -4908 17870598 -4909 77205788 -4910 811950766 -4911 1040342048 -4912 1951091363 -4913 1615366443 -4914 1952247762 -4915 652342414 -4916 1102121432 -4917 815271286 -4918 1800783234 -4919 1301869807 -4920 1281855688 -4921 1754909832 -4922 1431347996 -4923 914863669 -4924 1917302483 -4925 785983171 -4926 1582203820 -4927 1479562075 -4928 855103989 -4929 174776759 -4930 399802190 -4931 294279519 -4932 1100205460 -4933 1998029156 -4934 916454823 -4935 886451071 -4936 406152004 -4937 1952656023 -4938 262599872 -4939 424022602 -4940 2029861811 -4941 1074550638 -4942 1464364650 -4943 1833469526 -4944 542433433 -4945 1269128764 -4946 338328292 -4947 1644554865 -4948 2084400051 -4949 2139111526 -4950 798941024 -4951 1218772091 -4952 1746537711 -4953 82805372 -4954 2133635761 -4955 1516356546 -4956 868788544 -4957 1568355933 -4958 848434974 -4959 1723892533 -4960 1743132692 -4961 1248237164 -4962 2018172052 -4963 695854505 -4964 1098782672 -4965 787143228 -4966 1582305576 -4967 1504934676 -4968 592315603 -4969 1844905448 -4970 1928957278 -4971 474693766 -4972 771972438 -4973 1245838280 -4974 160679645 -4975 1314405871 -4976 367483397 -4977 499007937 -4978 811477088 -4979 304399800 -4980 490635816 -4981 1610418112 -4982 1523171891 -4983 89689879 -4984 1693223485 -4985 1509324004 -4986 1606046425 -4987 414528381 -4988 930196289 -4989 306997751 -4990 2138420914 -4991 525845334 -4992 1555234915 -4993 2009109318 -4994 1221699839 -4995 506533939 -4996 648768898 -4997 656521767 -4998 2011468615 -4999 1241084501 -5000 353943568 -5001 1792942245 -5002 1715778268 -5003 1125916006 -5004 891296878 -5005 1876457913 -5006 292838230 -5007 1258780275 -5008 227982202 -5009 1104315318 -5010 1563180075 -5011 718618018 -5012 567249783 -5013 938868318 -5014 808307897 -5015 112989620 -5016 300708675 -5017 266870675 -5018 527518001 -5019 1230904964 -5020 573868426 -5021 518455267 -5022 1756750298 -5023 2129103342 -5024 380080937 -5025 830966489 -5026 488153633 -5027 1028849836 -5028 1487488257 -5029 352138601 -5030 122450689 -5031 1841431825 -5032 2145080846 -5033 1838228957 -5034 819864183 -5035 888894076 -5036 1567203222 -5037 1112702413 -5038 190703 -5039 1795185425 -5040 69534084 -5041 1563370778 -5042 366319795 -5043 636783867 -5044 354755449 -5045 1174627693 -5046 749773487 -5047 655464124 -5048 1441498368 -5049 1277291488 -5050 1886369088 -5051 2015366794 -5052 1795746755 -5053 1495635739 -5054 1996986488 -5055 28344044 -5056 179118580 -5057 337656474 -5058 1057193880 -5059 1666606837 -5060 689795075 -5061 1179644570 -5062 1360555014 -5063 687392273 -5064 870389879 -5065 32935550 -5066 1576286350 -5067 290109454 -5068 1145637963 -5069 1576477053 -5070 2085294879 -5071 1215172047 -5072 992364184 -5073 304131026 -5074 1851955914 -5075 1347119633 -5076 1478758719 -5077 454245753 -5078 2002583757 -5079 772773439 -5080 1731537241 -5081 1741469197 -5082 640656586 -5083 1379800348 -5084 1089621288 -5085 490159426 -5086 1408144393 -5087 1268739869 -5088 827815900 -5089 317854625 -5090 787863058 -5091 1517610975 -5092 1497499195 -5093 934425 -5094 57519601 -5095 220405427 -5096 33869975 -5097 1633805951 -5098 510514881 -5099 1179507938 -5100 1062799356 -5101 448326112 -5102 247196338 -5103 2055163540 -5104 752457138 -5105 2099152252 -5106 1254799525 -5107 83732210 -5108 405914358 -5109 1109899634 -5110 856505649 -5111 2137451599 -5112 703885184 -5113 1497162235 -5114 1369768300 -5115 1793506472 -5116 1987321662 -5117 630429045 -5118 914762693 -5119 667653914 -5120 948283670 -5121 1702625752 -5122 37781242 -5123 298299218 -5124 1703560177 -5125 95300843 -5126 518704645 -5127 1737430152 -5128 1729106794 -5129 1029219526 -5130 769454442 -5131 644422502 -5132 1477545638 -5133 1016650780 -5134 552102395 -5135 82519128 -5136 968319385 -5137 1806901920 -5138 166251338 -5139 1374233743 -5140 769317907 -5141 1022756988 -5142 1364201694 -5143 1473203091 -5144 372435575 -5145 586486346 -5146 1119225915 -5147 212273589 -5148 1216915391 -5149 2033988609 -5150 879927504 -5151 17715414 -5152 1589130713 -5153 917708746 -5154 316014632 -5155 1145207242 -5156 1013009589 -5157 834719277 -5158 735153746 -5159 594632735 -5160 1863938803 -5161 1504608188 -5162 1239055237 -5163 1194000793 -5164 373775321 -5165 1791157632 -5166 1276519921 -5167 1342094706 -5168 1450575905 -5169 1442771260 -5170 568844801 -5171 72410164 -5172 318044600 -5173 1933046495 -5174 1545613255 -5175 690480175 -5176 372049194 -5177 517355522 -5178 902753765 -5179 1588964585 -5180 403860483 -5181 1782681269 -5182 1606679999 -5183 1992991196 -5184 552906367 -5185 1922694631 -5186 990714790 -5187 1565915956 -5188 609930260 -5189 1725868536 -5190 13065043 -5191 326385415 -5192 1082993077 -5193 1252120280 -5194 1520386208 -5195 1456768398 -5196 895794265 -5197 649422482 -5198 651379456 -5199 198886522 -5200 2092193742 -5201 1220224257 -5202 271296686 -5203 262754694 -5204 1005787104 -5205 1816909941 -5206 953234869 -5207 1377836298 -5208 186781815 -5209 1855988634 -5210 819317236 -5211 590642299 -5212 1491186255 -5213 278513587 -5214 436149847 -5215 2044092622 -5216 53724571 -5217 1426864638 -5218 1462524930 -5219 663654831 -5220 1005249526 -5221 1475589973 -5222 990040247 -5223 2088242603 -5224 580226606 -5225 362942807 -5226 1397527353 -5227 1476020871 -5228 1012365289 -5229 2048906809 -5230 1674907393 -5231 957075383 -5232 1121647418 -5233 1946204079 -5234 1219830077 -5235 2127434523 -5236 1615630372 -5237 25581299 -5238 1357787173 -5239 1802412187 -5240 1881569933 -5241 29620761 -5242 245570838 -5243 1225272541 -5244 308134349 -5245 681720686 -5246 1121881515 -5247 361858920 -5248 2108585324 -5249 436922798 -5250 1025513751 -5251 966351202 -5252 1912512771 -5253 2015553998 -5254 907110158 -5255 345255729 -5256 231013158 -5257 157153863 -5258 1821276600 -5259 1243378447 -5260 58577025 -5261 1348700345 -5262 52970183 -5263 1180224443 -5264 1147420776 -5265 1272800260 -5266 1160175318 -5267 615567500 -5268 1298381559 -5269 370478844 -5270 270496040 -5271 1032467845 -5272 400099605 -5273 516066878 -5274 110256738 -5275 708233954 -5276 1197787564 -5277 1232138253 -5278 1070092874 -5279 1158889240 -5280 1669061051 -5281 2095606626 -5282 2125240443 -5283 1434090175 -5284 1963676976 -5285 884866953 -5286 1779345904 -5287 47206486 -5288 1042020816 -5289 1453138857 -5290 1290584934 -5291 1100597841 -5292 654355554 -5293 1343555117 -5294 133338637 -5295 1801776331 -5296 468871729 -5297 1293513955 -5298 269860183 -5299 1767253289 -5300 1663992799 -5301 540356223 -5302 652237486 -5303 2064092405 -5304 1056423102 -5305 762494224 -5306 624842711 -5307 106727018 -5308 1994632477 -5309 1694935586 -5310 1265616259 -5311 1516209881 -5312 1643058564 -5313 1243373054 -5314 802816408 -5315 1459251892 -5316 2128240007 -5317 434678664 -5318 1506458379 -5319 1022777175 -5320 1887817521 -5321 649559665 -5322 2123375017 -5323 394689428 -5324 1993114782 -5325 109230006 -5326 48982111 -5327 314502863 -5328 1402743961 -5329 318842294 -5330 2081756152 -5331 919253113 -5332 859198518 -5333 586509990 -5334 835861870 -5335 1915621620 -5336 1349004214 -5337 1460704581 -5338 2022348638 -5339 1196153044 -5340 1008156519 -5341 1140481249 -5342 564879277 -5343 503731435 -5344 236370655 -5345 1367695685 -5346 1962983328 -5347 217127014 -5348 1802374349 -5349 1321958059 -5350 1239904190 -5351 1542708223 -5352 1971517724 -5353 1215795559 -5354 1937397651 -5355 1817148858 -5356 1325025565 -5357 1986379762 -5358 2131651721 -5359 580285878 -5360 157738408 -5361 2065924226 -5362 1499538991 -5363 1016936926 -5364 504950568 -5365 187917213 -5366 785074898 -5367 1853954783 -5368 1648621795 -5369 659939889 -5370 902624179 -5371 509294666 -5372 1800421138 -5373 1467503456 -5374 1013026102 -5375 2036791794 -5376 687715493 -5377 828525782 -5378 106435160 -5379 342606194 -5380 3000193 -5381 1346339350 -5382 1885314417 -5383 1974517917 -5384 414651261 -5385 1675228420 -5386 1644183127 -5387 1739676826 -5388 1514124534 -5389 1628351200 -5390 172479057 -5391 1671862943 -5392 1546791778 -5393 1672018048 -5394 541316221 -5395 2051742347 -5396 1859935262 -5397 1326391120 -5398 1758213482 -5399 1361073409 -5400 1986331009 -5401 513354013 -5402 1870368075 -5403 1639268499 -5404 1980857469 -5405 735910529 -5406 1528576645 -5407 521089314 -5408 1564436311 -5409 1635011806 -5410 863695508 -5411 1567436504 -5412 833867508 -5413 601526278 -5414 1394470773 -5415 1248518770 -5416 129271050 -5417 891170252 -5418 840711948 -5419 1643395585 -5420 372037805 -5421 1013191005 -5422 1167774880 -5423 1918829583 -5424 537725406 -5425 1709091101 -5426 1823088282 -5427 250177020 -5428 887998573 -5429 1433818116 -5430 1611250429 -5431 726845934 -5432 1947172129 -5433 1334134856 -5434 218630786 -5435 1780545950 -5436 2070045386 -5437 1747207431 -5438 154151616 -5439 1486998049 -5440 1234735589 -5441 1017847125 -5442 906950906 -5443 2068603098 -5444 1619373403 -5445 153938031 -5446 1169638220 -5447 1748644453 -5448 1045108284 -5449 2010350168 -5450 1244556390 -5451 1417146089 -5452 876057526 -5453 264847622 -5454 1188492024 -5455 1413782932 -5456 1973938724 -5457 864096659 -5458 1663959952 -5459 714453649 -5460 150431127 -5461 1127726733 -5462 1441299584 -5463 2097603257 -5464 314377941 -5465 1659930370 -5466 1730665559 -5467 236939679 -5468 1259654153 -5469 1884817176 -5470 1723937729 -5471 346906095 -5472 755180653 -5473 483404987 -5474 268025545 -5475 227070408 -5476 637343018 -5477 1437663765 -5478 1975714861 -5479 1682451302 -5480 1300530285 -5481 1072787604 -5482 952113743 -5483 29104163 -5484 1337635226 -5485 2140605768 -5486 1442887095 -5487 1164090302 -5488 857218779 -5489 959363399 -5490 1878543952 -5491 1007649906 -5492 2087090132 -5493 1172359888 -5494 957769515 -5495 253984426 -5496 684806610 -5497 540951427 -5498 490924105 -5499 1944460763 -5500 278284955 -5501 67378186 -5502 143883210 -5503 1033465608 -5504 550783173 -5505 411908755 -5506 1260536016 -5507 1188126192 -5508 1849572520 -5509 1088767229 -5510 723093846 -5511 1002619158 -5512 14071185 -5513 1675207590 -5514 1031723321 -5515 1351706412 -5516 1668329710 -5517 327126769 -5518 368313066 -5519 378064841 -5520 1286490168 -5521 99373370 -5522 1385714747 -5523 1226096653 -5524 1271733258 -5525 196000615 -5526 1480081079 -5527 1956539868 -5528 736952042 -5529 1971005184 -5530 1753516984 -5531 1015236997 -5532 2038383371 -5533 1897400194 -5534 2048702605 -5535 441682896 -5536 161825302 -5537 1161754973 -5538 1629809088 -5539 2011397822 -5540 103038554 -5541 205419287 -5542 866533332 -5543 117109740 -5544 1880626877 -5545 1898256654 -5546 1468816152 -5547 1401472939 -5548 77899775 -5549 1837129218 -5550 1779537780 -5551 1364389943 -5552 1936502589 -5553 1017768879 -5554 443002948 -5555 1060752199 -5556 1213769494 -5557 1923084027 -5558 869808420 -5559 1950721536 -5560 1746605564 -5561 475841756 -5562 818474885 -5563 1637505287 -5564 225758302 -5565 719693842 -5566 2079188183 -5567 387583604 -5568 1881448815 -5569 1561513624 -5570 251497779 -5571 1984487370 -5572 1766932911 -5573 1118031111 -5574 2101597110 -5575 1500076140 -5576 868804117 -5577 1422929614 -5578 754065431 -5579 946703892 -5580 1112575184 -5581 386119563 -5582 163610188 -5583 901594125 -5584 1403888442 -5585 606613136 -5586 1962346325 -5587 470174289 -5588 382213516 -5589 684671097 -5590 273412177 -5591 2128819080 -5592 1160512853 -5593 1091887063 -5594 1618840719 -5595 1386271155 -5596 1811580905 -5597 1550545254 -5598 1773854760 -5599 1545546073 -5600 964575230 -5601 2025352539 -5602 1382549795 -5603 584024493 -5604 995900002 -5605 1336663257 -5606 2084100633 -5607 1864704120 -5608 612109223 -5609 690682416 -5610 663924364 -5611 1724684407 -5612 1076801979 -5613 827534552 -5614 478794885 -5615 333206774 -5616 1434147689 -5617 293657562 -5618 803381063 -5619 1816361205 -5620 978328659 -5621 1076793240 -5622 1797696637 -5623 2138841512 -5624 21196655 -5625 1269053708 -5626 1377629019 -5627 1832777561 -5628 672115314 -5629 1004000131 -5630 1230839986 -5631 1636690545 -5632 881869022 -5633 465906133 -5634 73231390 -5635 1877769025 -5636 1802569390 -5637 9848376 -5638 1594989497 -5639 267194965 -5640 700530792 -5641 111430213 -5642 1991879372 -5643 1777332772 -5644 938964766 -5645 323190609 -5646 2110539546 -5647 225628807 -5648 616848171 -5649 766436961 -5650 2041990012 -5651 1595176830 -5652 1843230201 -5653 1692203001 -5654 1586534694 -5655 1864426857 -5656 813773061 -5657 816680066 -5658 1549720770 -5659 1485888375 -5660 1820680197 -5661 633077108 -5662 975095272 -5663 555065572 -5664 1098983241 -5665 1048326663 -5666 285350949 -5667 754068983 -5668 1058175039 -5669 1880340446 -5670 1021263948 -5671 1758705831 -5672 1991770659 -5673 865659672 -5674 1388554955 -5675 783251777 -5676 1188850282 -5677 1351610853 -5678 1008880584 -5679 1805698453 -5680 2118047814 -5681 903386948 -5682 1253391636 -5683 1813794368 -5684 448106301 -5685 692442682 -5686 1530737577 -5687 1261879362 -5688 1509122748 -5689 932974699 -5690 600284090 -5691 1182319298 -5692 1566051807 -5693 1575379362 -5694 1737384870 -5695 517551400 -5696 476222377 -5697 2022735819 -5698 1271620383 -5699 1534397416 -5700 1755592617 -5701 145400683 -5702 1145619600 -5703 1599879628 -5704 1011060355 -5705 386690907 -5706 235647758 -5707 52426989 -5708 1738301761 -5709 1244528342 -5710 1858125443 -5711 1708865927 -5712 431643 -5713 964033431 -5714 1375176647 -5715 448537944 -5716 1656476113 -5717 758430576 -5718 1710417307 -5719 1018115214 -5720 1691405275 -5721 163217749 -5722 52950864 -5723 1109973434 -5724 1738597111 -5725 1790335734 -5726 1627524834 -5727 67335841 -5728 1665587905 -5729 751661569 -5730 1601733257 -5731 1273696874 -5732 897062252 -5733 599869209 -5734 726092854 -5735 1908122608 -5736 986560117 -5737 961740612 -5738 1960549597 -5739 577378230 -5740 58785307 -5741 1671191392 -5742 138760509 -5743 59216950 -5744 487741175 -5745 1513937157 -5746 507754894 -5747 2144217289 -5748 124884085 -5749 70688553 -5750 1014848855 -5751 1816289361 -5752 233906302 -5753 1067799719 -5754 778779147 -5755 1972503414 -5756 710651805 -5757 258820334 -5758 2039839255 -5759 228756062 -5760 1010481903 -5761 1494088864 -5762 1502452936 -5763 1907544156 -5764 2093958074 -5765 81062142 -5766 1668183116 -5767 933034543 -5768 1042802755 -5769 1481249065 -5770 1510412773 -5771 1101588062 -5772 1004956810 -5773 1649173282 -5774 1160805012 -5775 1492697985 -5776 1015626791 -5777 1668559906 -5778 1489431626 -5779 1140510877 -5780 1739248460 -5781 356796833 -5782 809316590 -5783 1973154762 -5784 1424596552 -5785 1588095737 -5786 1798174528 -5787 2135248357 -5788 1846916071 -5789 1690530135 -5790 216520771 -5791 709914327 -5792 1037135352 -5793 1718973707 -5794 469974835 -5795 983609778 -5796 1800035850 -5797 2138157951 -5798 1916644321 -5799 695354957 -5800 1471923368 -5801 1279573446 -5802 1796943019 -5803 329396530 -5804 781263080 -5805 810264383 -5806 1822094516 -5807 1796889872 -5808 331340641 -5809 1164042494 -5810 789917101 -5811 2070589101 -5812 1520839328 -5813 1599233691 -5814 1896260216 -5815 797952232 -5816 1039845780 -5817 1546951096 -5818 785716942 -5819 739278204 -5820 1089997584 -5821 1002237713 -5822 1449192531 -5823 2127132936 -5824 573727773 -5825 1919167366 -5826 963259066 -5827 226279975 -5828 1909841669 -5829 732419739 -5830 921634932 -5831 1234281389 -5832 2011993185 -5833 571094303 -5834 1563677920 -5835 645772617 -5836 1381358686 -5837 1238288788 -5838 295178841 -5839 1712699327 -5840 254847634 -5841 1085095942 -5842 1635804781 -5843 1775686962 -5844 536845985 -5845 1384581349 -5846 426155547 -5847 1576691766 -5848 784048797 -5849 1211872489 -5850 168486322 -5851 1874046381 -5852 66626554 -5853 1617678853 -5854 1853695669 -5855 640354327 -5856 1389362571 -5857 669471087 -5858 866634302 -5859 1151720592 -5860 1401890826 -5861 1788269234 -5862 238518333 -5863 1266400363 -5864 211879889 -5865 1802196253 -5866 1912172981 -5867 1593238575 -5868 893001393 -5869 59868174 -5870 1158454255 -5871 1147849028 -5872 1144964117 -5873 646775388 -5874 776052342 -5875 1681810102 -5876 2031356737 -5877 1202207889 -5878 1111018220 -5879 667921886 -5880 266596730 -5881 1279504542 -5882 394484620 -5883 333223285 -5884 749699747 -5885 100696641 -5886 973577612 -5887 2139062318 -5888 770167729 -5889 1840211915 -5890 1143299262 -5891 24574907 -5892 1480997501 -5893 1381817596 -5894 1290975271 -5895 1692877391 -5896 1036530201 -5897 1055664604 -5898 1138632318 -5899 1929531595 -5900 1115532778 -5901 149602925 -5902 929896975 -5903 113013247 -5904 796378313 -5905 1705949317 -5906 1794823350 -5907 680251402 -5908 760673559 -5909 758357922 -5910 1348173289 -5911 1027270289 -5912 2037862465 -5913 1742657909 -5914 1360493574 -5915 640078564 -5916 1843354550 -5917 186587539 -5918 631657235 -5919 466038631 -5920 2026799454 -5921 1774956497 -5922 490613539 -5923 1360313307 -5924 1009290445 -5925 1781588810 -5926 905707050 -5927 2045820647 -5928 689769766 -5929 2044339369 -5930 1827868594 -5931 1805302544 -5932 46458646 -5933 610281921 -5934 1918315792 -5935 842836960 -5936 168747590 -5937 1565655494 -5938 1523088362 -5939 929421149 -5940 176529768 -5941 723778003 -5942 1956691439 -5943 66908585 -5944 318952264 -5945 1169701365 -5946 706987150 -5947 14823167 -5948 1356288904 -5949 1338644385 -5950 480861798 -5951 1235604710 -5952 966117234 -5953 971475337 -5954 448434370 -5955 1975407680 -5956 605580499 -5957 1354141420 -5958 1873744679 -5959 1295350265 -5960 1250997141 -5961 1554129625 -5962 953169162 -5963 1297455788 -5964 16927898 -5965 724001306 -5966 2140292748 -5967 185675488 -5968 142173152 -5969 1515897462 -5970 1115096638 -5971 318702920 -5972 92191818 -5973 924304429 -5974 385611506 -5975 411144082 -5976 2094005794 -5977 1092598656 -5978 425967249 -5979 1302811051 -5980 283759393 -5981 906829048 -5982 390932113 -5983 1249876627 -5984 1878304385 -5985 839366483 -5986 1077800659 -5987 336401237 -5988 46024256 -5989 804061690 -5990 1631751502 -5991 1297021397 -5992 210707667 -5993 437437016 -5994 446993537 -5995 227635565 -5996 1161438322 -5997 439802637 -5998 413311054 -5999 1303611474 -6000 1955700100 -6001 1528407692 -6002 1622314395 -6003 2047891918 -6004 305228473 -6005 2007925901 -6006 311552352 -6007 251750619 -6008 953040909 -6009 737519602 -6010 1554561670 -6011 1236800302 -6012 1644348650 -6013 1945493784 -6014 339193281 -6015 1375169387 -6016 637376619 -6017 1416993941 -6018 1711570624 -6019 683400875 -6020 73571983 -6021 1195838479 -6022 1980422273 -6023 284279651 -6024 1633275495 -6025 279932162 -6026 511915216 -6027 647230170 -6028 719734800 -6029 925226270 -6030 1950841644 -6031 527951252 -6032 306150314 -6033 1425672391 -6034 428359522 -6035 611378787 -6036 1286114644 -6037 739911874 -6038 863129407 -6039 91671905 -6040 1477431476 -6041 270207429 -6042 1328472207 -6043 974296478 -6044 68217565 -6045 1667665489 -6046 201982218 -6047 705594185 -6048 937175782 -6049 1913552842 -6050 1388995060 -6051 1010747765 -6052 961907673 -6053 1221933685 -6054 1295027416 -6055 447699521 -6056 1501865848 -6057 1806942633 -6058 1094929691 -6059 74117000 -6060 584685255 -6061 898287687 -6062 602068252 -6063 890835570 -6064 176476431 -6065 1030427774 -6066 1502214357 -6067 1462591075 -6068 1770339648 -6069 217860116 -6070 1554262981 -6071 1100287477 -6072 488067546 -6073 735251540 -6074 2074583955 -6075 556285111 -6076 255433381 -6077 129082525 -6078 1261879296 -6079 1192609163 -6080 2042635368 -6081 503390709 -6082 55873281 -6083 857059393 -6084 1725324394 -6085 1350900697 -6086 1304758914 -6087 1079706594 -6088 1010359682 -6089 252204957 -6090 1153823594 -6091 1595044938 -6092 1150492645 -6093 1755891846 -6094 338396860 -6095 1326969076 -6096 638835972 -6097 1840611217 -6098 642076503 -6099 261691973 -6100 2058471334 -6101 48855836 -6102 1361979450 -6103 399055232 -6104 784107377 -6105 1289079757 -6106 955340343 -6107 1039540758 -6108 1418162283 -6109 69735992 -6110 84666274 -6111 1313314003 -6112 573126701 -6113 140539555 -6114 22889748 -6115 150967447 -6116 1491440252 -6117 1327648663 -6118 1230674042 -6119 354316287 -6120 1579853620 -6121 237013988 -6122 1949361225 -6123 582862617 -6124 1992905835 -6125 140274437 -6126 1909831693 -6127 484258159 -6128 1980885654 -6129 404424549 -6130 745950132 -6131 1891873340 -6132 453280385 -6133 2107929582 -6134 143444924 -6135 1237387762 -6136 1249525692 -6137 1098785268 -6138 129444873 -6139 520204327 -6140 1168521260 -6141 214111147 -6142 1833518330 -6143 1741647961 -6144 354650702 -6145 1856408078 -6146 1892615408 -6147 1846090954 -6148 1036573093 -6149 975805802 -6150 52923593 -6151 468943066 -6152 1212819791 -6153 2002284818 -6154 1051805683 -6155 1058241978 -6156 2142559255 -6157 814153729 -6158 1542500137 -6159 1975961262 -6160 1218578278 -6161 140966622 -6162 1720350954 -6163 1671858663 -6164 101412556 -6165 1863795879 -6166 761762778 -6167 1350938248 -6168 815097499 -6169 891207651 -6170 1871142575 -6171 1983618759 -6172 1105318798 -6173 1557177257 -6174 1577783072 -6175 1459969500 -6176 1266101688 -6177 1322914832 -6178 1158576806 -6179 155191133 -6180 151236987 -6181 1211500400 -6182 624134199 -6183 1364056778 -6184 1066301570 -6185 1675939883 -6186 274815108 -6187 1061377178 -6188 342609964 -6189 1817315245 -6190 889854792 -6191 1561188242 -6192 1958281867 -6193 462722098 -6194 1085563257 -6195 2059694424 -6196 179034329 -6197 1847326035 -6198 1263149024 -6199 994131828 -6200 591050038 -6201 986807952 -6202 830266939 -6203 1696368836 -6204 396501561 -6205 260566363 -6206 1008854688 -6207 1662603249 -6208 1583481196 -6209 19947847 -6210 1817794383 -6211 1734718183 -6212 1231448247 -6213 294444934 -6214 951291313 -6215 150266169 -6216 1970384817 -6217 1226106421 -6218 1211643347 -6219 165511133 -6220 895938018 -6221 2101498139 -6222 1726699375 -6223 706736238 -6224 416736590 -6225 664778985 -6226 618947014 -6227 595770919 -6228 364621372 -6229 1882096038 -6230 1589902748 -6231 955671411 -6232 721420342 -6233 272686039 -6234 504556599 -6235 1117921904 -6236 533252403 -6237 1513411288 -6238 633041505 -6239 2116733599 -6240 1533359135 -6241 303352240 -6242 1703968134 -6243 617323734 -6244 597797175 -6245 507775799 -6246 767589903 -6247 420698344 -6248 1733882220 -6249 1979233251 -6250 586209478 -6251 482336590 -6252 1933247742 -6253 165425205 -6254 1189072828 -6255 202500684 -6256 830204190 -6257 1808019842 -6258 798271604 -6259 1194825563 -6260 1542632233 -6261 240690704 -6262 3013326 -6263 116568927 -6264 513376743 -6265 507569925 -6266 1234490831 -6267 1046629146 -6268 2020981213 -6269 1867532337 -6270 1015879097 -6271 1406856700 -6272 23400929 -6273 572363583 -6274 2024180434 -6275 621198104 -6276 1080139382 -6277 644286690 -6278 1041896449 -6279 666537954 -6280 476036293 -6281 1628105927 -6282 1148874545 -6283 261800387 -6284 1793531132 -6285 190463725 -6286 464301072 -6287 476251675 -6288 1998483568 -6289 1262572676 -6290 1671077238 -6291 1393632153 -6292 1503263380 -6293 1674090564 -6294 1510201080 -6295 2016640123 -6296 34176841 -6297 597208264 -6298 915785622 -6299 2055158055 -6300 317256953 -6301 1931664719 -6302 1314531107 -6303 340657882 -6304 356544655 -6305 1191227894 -6306 961855987 -6307 1436684037 -6308 1835514584 -6309 2003752436 -6310 2103221992 -6311 164067229 -6312 1484374715 -6313 1104612889 -6314 425867616 -6315 1130422199 -6316 1295076614 -6317 890168688 -6318 1606673874 -6319 1146076534 -6320 5257716 -6321 1130267464 -6322 392225039 -6323 1508521096 -6324 656874380 -6325 1902426120 -6326 1377677572 -6327 691051222 -6328 352150736 -6329 145979546 -6330 598725629 -6331 669407689 -6332 2077644265 -6333 1913256736 -6334 1010065571 -6335 286705272 -6336 957000982 -6337 1971921558 -6338 1723389310 -6339 645031918 -6340 1828190346 -6341 1679127654 -6342 809099147 -6343 1165081413 -6344 636256895 -6345 1234966764 -6346 148019965 -6347 1931333509 -6348 2125135452 -6349 1754693839 -6350 929926396 -6351 2130393169 -6352 737477656 -6353 1322151435 -6354 1491430617 -6355 1394352036 -6356 1077093907 -6357 721624541 -6358 2085403258 -6359 1429244643 -6360 867604087 -6361 536645239 -6362 2098652332 -6363 797764705 -6364 302418328 -6365 961234256 -6366 1084469977 -6367 1259419310 -6368 785672166 -6369 660375639 -6370 1904451229 -6371 466378865 -6372 192019645 -6373 566066728 -6374 1631460278 -6375 828276540 -6376 1801033492 -6377 1779480243 -6378 612126402 -6379 1778685297 -6380 1386690435 -6381 1542052798 -6382 1761594818 -6383 2124168091 -6384 716720585 -6385 1105541787 -6386 1371036479 -6387 1793814493 -6388 1827166329 -6389 1308956090 -6390 1075575488 -6391 547286768 -6392 1845601329 -6393 1026744173 -6394 1345051473 -6395 536009 -6396 1987978429 -6397 282037803 -6398 1259955320 -6399 626166947 -6400 942413442 -6401 1016922901 -6402 1092545812 -6403 1134433088 -6404 1582989629 -6405 576522443 -6406 1962709628 -6407 1236539474 -6408 208519038 -6409 427352382 -6410 867741123 -6411 1595209473 -6412 1969405180 -6413 481852293 -6414 1571893916 -6415 538642118 -6416 1587394080 -6417 795446748 -6418 184972963 -6419 1267076761 -6420 2104402838 -6421 1260548451 -6422 1814363530 -6423 1802520519 -6424 139808976 -6425 1011931355 -6426 1803056529 -6427 2127787405 -6428 1293969158 -6429 915528201 -6430 606470705 -6431 88898953 -6432 1932451102 -6433 1699016517 -6434 1223332041 -6435 1367957083 -6436 128055312 -6437 1038558021 -6438 457012909 -6439 336574351 -6440 1465910404 -6441 1324754032 -6442 1931783824 -6443 1287831936 -6444 1806606325 -6445 1356194093 -6446 1826474054 -6447 1246516758 -6448 4157193 -6449 2011447017 -6450 366109871 -6451 2108560031 -6452 1124511821 -6453 32989753 -6454 1763596902 -6455 1264320797 -6456 1044921109 -6457 1419169783 -6458 1244624555 -6459 191406619 -6460 187214336 -6461 1851095260 -6462 280305572 -6463 2119665438 -6464 1402628129 -6465 1503637613 -6466 1340138874 -6467 1530683442 -6468 394711987 -6469 1797151783 -6470 1867257793 -6471 1860622391 -6472 974422168 -6473 1651557969 -6474 1000970679 -6475 633544845 -6476 860268414 -6477 679961086 -6478 1880061603 -6479 864425607 -6480 543924455 -6481 98687827 -6482 825501990 -6483 1668436276 -6484 131677580 -6485 441615245 -6486 785273426 -6487 1176598689 -6488 1860785028 -6489 2029897981 -6490 1368005309 -6491 2047999365 -6492 1733509593 -6493 1648310881 -6494 2020181155 -6495 988654074 -6496 1004464847 -6497 1212836381 -6498 371853868 -6499 1399176834 -6500 862504517 -6501 91628013 -6502 1112315577 -6503 1836926685 -6504 1743185983 -6505 2113286256 -6506 322987882 -6507 455970749 -6508 645763694 -6509 55565838 -6510 1320396357 -6511 1189688150 -6512 154253665 -6513 2145898347 -6514 710640778 -6515 285931245 -6516 440029944 -6517 1495914204 -6518 1462529935 -6519 153331325 -6520 1378328537 -6521 683051596 -6522 53847042 -6523 964354482 -6524 183878829 -6525 2074028197 -6526 1953008557 -6527 1188343676 -6528 1139380931 -6529 177378777 -6530 440036862 -6531 2001885448 -6532 269006791 -6533 1552352439 -6534 1691328485 -6535 2012192774 -6536 1518155048 -6537 2014316367 -6538 320679875 -6539 16435094 -6540 2069882205 -6541 1641076232 -6542 1206123244 -6543 76652222 -6544 1639490932 -6545 1916764023 -6546 362583468 -6547 2079520876 -6548 1265194579 -6549 1825113403 -6550 85368553 -6551 496039469 -6552 360681351 -6553 139215595 -6554 1460393951 -6555 544560180 -6556 65760145 -6557 1265918860 -6558 1732903857 -6559 1205141076 -6560 1443297638 -6561 25457071 -6562 1059542876 -6563 1712304429 -6564 1577809511 -6565 603387713 -6566 1577013555 -6567 948480911 -6568 470220432 -6569 1897693430 -6570 964916005 -6571 392618990 -6572 1391286015 -6573 23555602 -6574 469271212 -6575 883293299 -6576 1940319625 -6577 831854680 -6578 815330527 -6579 1058030556 -6580 509484435 -6581 900699081 -6582 1554070025 -6583 870165786 -6584 1039914676 -6585 866980329 -6586 1414725967 -6587 1105674821 -6588 2132899189 -6589 1000146176 -6590 163332249 -6591 1428713179 -6592 1025603247 -6593 1222875125 -6594 993533960 -6595 455929110 -6596 1826262838 -6597 423063867 -6598 1404410021 -6599 148999623 -6600 173273650 -6601 221842379 -6602 541618613 -6603 1564559665 -6604 245397981 -6605 1010889825 -6606 300369316 -6607 38233958 -6608 1842744506 -6609 1115699843 -6610 1096264514 -6611 204745293 -6612 2016398924 -6613 502850892 -6614 1074911080 -6615 908829953 -6616 1369831221 -6617 342153399 -6618 2014504774 -6619 1355246762 -6620 1342299575 -6621 30353376 -6622 636476294 -6623 220419174 -6624 1253228501 -6625 1630010254 -6626 676348285 -6627 932007692 -6628 2053074122 -6629 2080758306 -6630 1081007315 -6631 78864124 -6632 155117037 -6633 1622625928 -6634 1643423789 -6635 400515018 -6636 486032105 -6637 1943793105 -6638 438748976 -6639 181292963 -6640 912009300 -6641 1535013491 -6642 386038257 -6643 780924577 -6644 2037864383 -6645 1460949337 -6646 1689754530 -6647 1260211956 -6648 1803102736 -6649 1556775656 -6650 467975070 -6651 997918663 -6652 1587129032 -6653 1104451364 -6654 1218337837 -6655 692873886 -6656 586977971 -6657 1894686122 -6658 1624881578 -6659 492568445 -6660 1827960781 -6661 558405245 -6662 571432569 -6663 1983077818 -6664 33547525 -6665 67372710 -6666 236109189 -6667 519579630 -6668 2011165815 -6669 674858165 -6670 700872594 -6671 775691467 -6672 62388008 -6673 1086910851 -6674 1556616044 -6675 2100252391 -6676 400376540 -6677 1098886926 -6678 1212980699 -6679 55995628 -6680 508178935 -6681 1680955770 -6682 1053914291 -6683 2095307967 -6684 637923486 -6685 124768480 -6686 640698205 -6687 1224901457 -6688 2019454603 -6689 118096135 -6690 1717469902 -6691 1699931736 -6692 676501380 -6693 141418823 -6694 1535525906 -6695 710048905 -6696 208791533 -6697 1771635095 -6698 1229628536 -6699 72473700 -6700 299009613 -6701 1930501130 -6702 848165168 -6703 361397621 -6704 869928333 -6705 257297564 -6706 314166365 -6707 1270304873 -6708 1356184491 -6709 1527147064 -6710 1326300501 -6711 1864363426 -6712 1060619186 -6713 232731144 -6714 1812187745 -6715 1698542673 -6716 357499624 -6717 305402303 -6718 775960482 -6719 229470579 -6720 423498438 -6721 345946737 -6722 1929402315 -6723 1099999819 -6724 487365560 -6725 1317444574 -6726 1810048724 -6727 696157094 -6728 941596021 -6729 892193612 -6730 768630794 -6731 1240605634 -6732 675211094 -6733 1616795962 -6734 1602003256 -6735 1545139427 -6736 1874093527 -6737 1916169621 -6738 667960652 -6739 1082794370 -6740 1295833037 -6741 1994261153 -6742 799674148 -6743 208968576 -6744 79508649 -6745 464378245 -6746 1907511249 -6747 437008274 -6748 769780548 -6749 535988083 -6750 666478853 -6751 1193278987 -6752 881934820 -6753 448397521 -6754 145795158 -6755 1369300381 -6756 1765842095 -6757 1955843882 -6758 2065457475 -6759 559954468 -6760 700553847 -6761 686604621 -6762 1800560103 -6763 1375764941 -6764 155916936 -6765 1255079711 -6766 773420721 -6767 2030010463 -6768 1023765684 -6769 1441381373 -6770 965321185 -6771 172115073 -6772 1288158879 -6773 1764995333 -6774 381083649 -6775 1367667528 -6776 81889930 -6777 141111250 -6778 1804675802 -6779 851670479 -6780 677099334 -6781 323671008 -6782 2044949466 -6783 1559034154 -6784 772068529 -6785 43260976 -6786 780850887 -6787 390426976 -6788 1999104858 -6789 698824714 -6790 950381444 -6791 552175057 -6792 1385429336 -6793 603457899 -6794 1927939999 -6795 1541346272 -6796 1858537610 -6797 553877072 -6798 1423873087 -6799 734819646 -6800 1995258445 -6801 241710624 -6802 906934720 -6803 1135933676 -6804 2006705957 -6805 1288018369 -6806 356117557 -6807 2088595887 -6808 1429129620 -6809 13309711 -6810 792782718 -6811 2106228954 -6812 336980719 -6813 690248536 -6814 1517779460 -6815 1109049248 -6816 733509512 -6817 151146700 -6818 1499476224 -6819 585130723 -6820 849971414 -6821 302374021 -6822 1137305780 -6823 87917102 -6824 905831920 -6825 917762131 -6826 1629263374 -6827 616885883 -6828 1471639203 -6829 905652813 -6830 1351705529 -6831 1319414001 -6832 1147363437 -6833 111156601 -6834 307864029 -6835 1006585746 -6836 1399174971 -6837 663981586 -6838 947697986 -6839 680820943 -6840 677291298 -6841 1740480704 -6842 639566249 -6843 1014272017 -6844 283245593 -6845 9862061 -6846 2123321266 -6847 1016755105 -6848 161008761 -6849 1475313842 -6850 1601885828 -6851 1010980176 -6852 1777687863 -6853 591707961 -6854 1098897278 -6855 536036136 -6856 1509470092 -6857 580677005 -6858 1152922019 -6859 833625648 -6860 1486329818 -6861 357143900 -6862 5556001 -6863 486209608 -6864 468300502 -6865 313420030 -6866 1492795354 -6867 1867475473 -6868 977401617 -6869 293009692 -6870 400812768 -6871 1654692915 -6872 2033490397 -6873 1040379017 -6874 521481284 -6875 169252342 -6876 1050241078 -6877 497318902 -6878 1186007447 -6879 1211249840 -6880 1972632745 -6881 640409628 -6882 74746368 -6883 1602836960 -6884 1232117589 -6885 1173643646 -6886 2138873096 -6887 594104033 -6888 1754320651 -6889 1144311467 -6890 1427729681 -6891 1093166822 -6892 1501455368 -6893 1433285682 -6894 1579376430 -6895 1969755870 -6896 1746705713 -6897 924688136 -6898 1689747695 -6899 576623682 -6900 1217697829 -6901 2090560463 -6902 83832949 -6903 1103704578 -6904 983455832 -6905 605314233 -6906 1272956920 -6907 2033696910 -6908 1102633136 -6909 311480719 -6910 1097463102 -6911 927782233 -6912 951890347 -6913 1172209470 -6914 383135545 -6915 36524288 -6916 198369469 -6917 374524994 -6918 630628322 -6919 1952690120 -6920 1518836461 -6921 2058358003 -6922 898373294 -6923 872808181 -6924 1344160038 -6925 330266076 -6926 695080403 -6927 943382103 -6928 1254954213 -6929 237344450 -6930 1520005785 -6931 325168394 -6932 180421265 -6933 1603838734 -6934 1428872972 -6935 1163877097 -6936 61669319 -6937 554346244 -6938 1050090360 -6939 1164302455 -6940 865826963 -6941 69814 -6942 2092084688 -6943 1817717311 -6944 1172279285 -6945 327736586 -6946 1854241599 -6947 1370648754 -6948 702261580 -6949 337386273 -6950 1175855226 -6951 73614393 -6952 248260629 -6953 2074228521 -6954 946422575 -6955 1592420667 -6956 257010949 -6957 1641502978 -6958 388319122 -6959 1511965162 -6960 1878847429 -6961 1908324907 -6962 1837133556 -6963 2059268694 -6964 1364679993 -6965 1118522880 -6966 1075662144 -6967 1426349312 -6968 1672869124 -6969 2125752504 -6970 443168120 -6971 391212440 -6972 2125822318 -6973 387769160 -6974 61446103 -6975 1150617955 -6976 715505746 -6977 1915687702 -6978 373783061 -6979 1417767326 -6980 105590328 -6981 1549638288 -6982 1491381720 -6983 353850957 -6984 1476383161 -6985 290320647 -6986 1946271624 -6987 1733394110 -6988 1931823625 -6989 187107098 -6990 1097875625 -6991 1663187406 -6992 2095432005 -6993 787525533 -6994 1574972453 -6995 1312628350 -6996 1906048414 -6997 503150949 -6998 591494014 -6999 1431433890 -7000 481419805 -7001 1034662134 -7002 1822646330 -7003 459758475 -7004 1422431295 -7005 1884092433 -7006 1610376431 -7007 2137937041 -7008 1652296488 -7009 1984159492 -7010 1408220720 -7011 1757886816 -7012 1386314132 -7013 752118792 -7014 2111737773 -7015 715213645 -7016 1042439439 -7017 1910525749 -7018 301124108 -7019 826779416 -7020 2097632847 -7021 1398999733 -7022 342483175 -7023 2045581204 -7024 39041618 -7025 1917455628 -7026 1210725906 -7027 1945090032 -7028 273122929 -7029 1802219920 -7030 1229040275 -7031 754542734 -7032 689398407 -7033 904202957 -7034 1214301209 -7035 2111829702 -7036 640811743 -7037 677193992 -7038 2102283095 -7039 145624583 -7040 513869837 -7041 1363020167 -7042 1903511399 -7043 1900183969 -7044 2115138959 -7045 1867765524 -7046 467913967 -7047 1010094750 -7048 1630807625 -7049 769038075 -7050 1836874167 -7051 1580956824 -7052 20554160 -7053 31873694 -7054 1479054380 -7055 59595778 -7056 1949329322 -7057 542296638 -7058 2004685811 -7059 74968603 -7060 197032910 -7061 1086242438 -7062 829511337 -7063 886431317 -7064 1990445395 -7065 2043812546 -7066 850777371 -7067 483773490 -7068 573522891 -7069 805576819 -7070 629398073 -7071 1087392728 -7072 21113338 -7073 385425824 -7074 840093049 -7075 2136252298 -7076 105707700 -7077 1308007016 -7078 998863400 -7079 1736515325 -7080 2077045091 -7081 688253919 -7082 1169988501 -7083 2097599251 -7084 720127613 -7085 501559233 -7086 9711382 -7087 521973287 -7088 1043855871 -7089 2014397193 -7090 596941890 -7091 1240888782 -7092 953155983 -7093 1426453227 -7094 2127320099 -7095 796117730 -7096 1322782126 -7097 830613823 -7098 1279891221 -7099 1896305017 -7100 1636190642 -7101 1909289294 -7102 836214097 -7103 1657303980 -7104 147231471 -7105 1676307146 -7106 1646072630 -7107 252939171 -7108 836830515 -7109 497452383 -7110 1989454497 -7111 766391958 -7112 1185706302 -7113 1011959350 -7114 716507562 -7115 1905833916 -7116 1513518584 -7117 726218944 -7118 280323555 -7119 409890807 -7120 593132489 -7121 877265446 -7122 1650779589 -7123 1546288472 -7124 156235025 -7125 1630616041 -7126 194922554 -7127 1479017151 -7128 313746216 -7129 1474813775 -7130 1227838520 -7131 1949936858 -7132 1236619422 -7133 2064052617 -7134 1459757190 -7135 1383850893 -7136 1592876116 -7137 958346173 -7138 1636790064 -7139 282222983 -7140 1455798556 -7141 1478760913 -7142 1048614941 -7143 494021210 -7144 343236616 -7145 1765122503 -7146 252371478 -7147 1856755200 -7148 343857799 -7149 532695034 -7150 119162359 -7151 936990288 -7152 1409960480 -7153 1769941949 -7154 335795112 -7155 1566195505 -7156 1253074342 -7157 530717667 -7158 897729009 -7159 1566820558 -7160 2005531442 -7161 2125567529 -7162 1369273768 -7163 1094667216 -7164 2042136499 -7165 681547310 -7166 331034461 -7167 1487528967 -7168 1639893483 -7169 1967824526 -7170 1769751950 -7171 948208391 -7172 1299101791 -7173 670883243 -7174 1442229602 -7175 1642338407 -7176 288522099 -7177 1694601080 -7178 1351609959 -7179 632379898 -7180 79812466 -7181 1470772319 -7182 1569370187 -7183 1489772946 -7184 1093230620 -7185 1905165299 -7186 908484804 -7187 198821314 -7188 288399318 -7189 1806213813 -7190 1765641872 -7191 146447113 -7192 1784297694 -7193 987431992 -7194 1241114329 -7195 1678950545 -7196 1668979302 -7197 1572148791 -7198 1018995864 -7199 1161389138 -7200 1392489669 -7201 641264166 -7202 2109597529 -7203 544107812 -7204 1312147410 -7205 1404343483 -7206 38962572 -7207 1600669509 -7208 951460916 -7209 1390572531 -7210 85565759 -7211 1031273382 -7212 713861202 -7213 1654935946 -7214 373562681 -7215 1807091822 -7216 1412617598 -7217 1282047485 -7218 2005913136 -7219 1701016916 -7220 940777650 -7221 1624071360 -7222 1847464029 -7223 577591696 -7224 464019704 -7225 941094711 -7226 109058594 -7227 2132999007 -7228 365759854 -7229 1128054458 -7230 1146904497 -7231 1758249523 -7232 1769318625 -7233 1109018378 -7234 154873687 -7235 933982387 -7236 365878214 -7237 193836259 -7238 387168248 -7239 1317339130 -7240 1584408791 -7241 472734007 -7242 201128864 -7243 150786345 -7244 2127669954 -7245 574691545 -7246 1957878168 -7247 1392803904 -7248 1856739030 -7249 1816307656 -7250 946337172 -7251 650033032 -7252 1292895369 -7253 646317554 -7254 1227624729 -7255 1756915073 -7256 1587412265 -7257 1336683323 -7258 1742430432 -7259 1953172119 -7260 317254133 -7261 741851281 -7262 1563937994 -7263 2086572758 -7264 1850869660 -7265 1718811681 -7266 873071497 -7267 69264226 -7268 1912647941 -7269 1260239745 -7270 1386603356 -7271 1349573084 -7272 1732973753 -7273 1587732220 -7274 1500359429 -7275 1713160059 -7276 14940118 -7277 1310753949 -7278 958480315 -7279 1871679148 -7280 979577958 -7281 1904817487 -7282 374228533 -7283 124989679 -7284 403651393 -7285 1601853262 -7286 1881904752 -7287 1991063658 -7288 791052937 -7289 1476851537 -7290 1796752129 -7291 1108307070 -7292 71219170 -7293 1213206475 -7294 1047396181 -7295 1922088830 -7296 784534509 -7297 1920467678 -7298 1991353056 -7299 549698802 -7300 1033223776 -7301 1230472764 -7302 1899271886 -7303 618713881 -7304 670721337 -7305 1252147667 -7306 184390292 -7307 685661455 -7308 415417969 -7309 1142870607 -7310 409856955 -7311 1394995927 -7312 900204446 -7313 784085488 -7314 1519985606 -7315 1303855840 -7316 238455102 -7317 1254406710 -7318 1147435850 -7319 1029508039 -7320 583774599 -7321 796704332 -7322 2137815110 -7323 654993770 -7324 2009910807 -7325 1037727643 -7326 429598952 -7327 646961668 -7328 810711673 -7329 273468361 -7330 1196660470 -7331 1843935449 -7332 1503941125 -7333 948448708 -7334 315165682 -7335 27178814 -7336 53112728 -7337 499555974 -7338 712840269 -7339 468530697 -7340 1642426581 -7341 1122697225 -7342 1863526624 -7343 395147380 -7344 1906782713 -7345 1236028582 -7346 1699003220 -7347 2145237816 -7348 342951644 -7349 698955422 -7350 1027262207 -7351 926726244 -7352 1495659754 -7353 1017593669 -7354 1581720014 -7355 1358086914 -7356 2055321312 -7357 2011318966 -7358 2005048582 -7359 718549338 -7360 137303679 -7361 1054225405 -7362 415001139 -7363 1641244805 -7364 2002674113 -7365 730166822 -7366 1668423619 -7367 2055786841 -7368 1229722796 -7369 233780241 -7370 376833890 -7371 724665730 -7372 1356477466 -7373 92876866 -7374 1119813110 -7375 1115776531 -7376 1328905448 -7377 671332682 -7378 1113530699 -7379 1671857093 -7380 1370288104 -7381 2140792907 -7382 451099689 -7383 718464211 -7384 1010902928 -7385 2032819703 -7386 2076551125 -7387 918740593 -7388 1896655021 -7389 1934116059 -7390 1637289931 -7391 2033958701 -7392 840857816 -7393 2052291070 -7394 1527719858 -7395 696048282 -7396 634974244 -7397 1048659829 -7398 604351475 -7399 1864697041 -7400 1282440070 -7401 981185366 -7402 441879123 -7403 491433888 -7404 1074062232 -7405 1561692233 -7406 1607210420 -7407 255484033 -7408 85541267 -7409 573257471 -7410 1927341126 -7411 1455829371 -7412 566566730 -7413 230957167 -7414 26809934 -7415 1577469659 -7416 116293222 -7417 2103361059 -7418 348726604 -7419 2012948243 -7420 1889993471 -7421 1986016535 -7422 1899423296 -7423 583367639 -7424 1890823957 -7425 1279659506 -7426 1279415921 -7427 378314554 -7428 180835688 -7429 1883767397 -7430 95527947 -7431 1463275758 -7432 717469115 -7433 537407070 -7434 1954709647 -7435 1791531347 -7436 2099099303 -7437 1414436419 -7438 2047015380 -7439 37156922 -7440 1987693890 -7441 1826872858 -7442 1492986293 -7443 406776973 -7444 2057830025 -7445 1519796228 -7446 1984246632 -7447 26639599 -7448 1475673639 -7449 185489588 -7450 2039587843 -7451 1218183462 -7452 24022475 -7453 1791527491 -7454 1801551102 -7455 1914846432 -7456 923703350 -7457 933483375 -7458 145677338 -7459 1104539038 -7460 669767124 -7461 241205285 -7462 420331148 -7463 1387236239 -7464 778612355 -7465 227557147 -7466 1031283939 -7467 730228010 -7468 1641993566 -7469 930815671 -7470 767384932 -7471 1482203809 -7472 610204882 -7473 112887578 -7474 1888980782 -7475 520551259 -7476 1632683806 -7477 1725743766 -7478 547190859 -7479 960873797 -7480 1911233354 -7481 439295054 -7482 31573612 -7483 1935255829 -7484 83338897 -7485 1833124714 -7486 1702618613 -7487 1007042247 -7488 619124441 -7489 1848295952 -7490 2111581285 -7491 1288891566 -7492 2089501237 -7493 384428786 -7494 528644157 -7495 720629945 -7496 611985933 -7497 1559928096 -7498 1450857955 -7499 106495852 -7500 343260120 -7501 70759240 -7502 1588699661 -7503 953465002 -7504 183646818 -7505 1330196795 -7506 1474016261 -7507 1816330624 -7508 908456913 -7509 2021207120 -7510 629720773 -7511 672206619 -7512 313018526 -7513 661294385 -7514 459978800 -7515 396357424 -7516 346935451 -7517 15113765 -7518 1403399671 -7519 966059893 -7520 1863409717 -7521 1367497309 -7522 107467811 -7523 1805427307 -7524 1751926095 -7525 636111968 -7526 378573604 -7527 216428380 -7528 48556417 -7529 1829431559 -7530 322924232 -7531 391816537 -7532 1900190799 -7533 1911623893 -7534 1345281539 -7535 2083837617 -7536 1094337040 -7537 671814152 -7538 1752684593 -7539 2002793953 -7540 545537625 -7541 234921719 -7542 527516924 -7543 858556151 -7544 896216104 -7545 987495724 -7546 1254913575 -7547 1243151556 -7548 1002609490 -7549 510829599 -7550 61727801 -7551 718535559 -7552 1878326908 -7553 169195612 -7554 376479218 -7555 1482769355 -7556 805307580 -7557 755052822 -7558 1699197735 -7559 853863997 -7560 437000734 -7561 2022121968 -7562 1245680534 -7563 189707885 -7564 1786262213 -7565 443478425 -7566 126061855 -7567 733115606 -7568 1115292578 -7569 1878746448 -7570 588425911 -7571 1660830203 -7572 2113668167 -7573 1115942836 -7574 371902706 -7575 862400624 -7576 2103438560 -7577 1626816282 -7578 2105552180 -7579 958564402 -7580 2137645881 -7581 19796333 -7582 1677099962 -7583 1868489141 -7584 188991945 -7585 2053579180 -7586 1203774848 -7587 994299525 -7588 661148355 -7589 755488935 -7590 1848163523 -7591 1098149089 -7592 630127255 -7593 946360409 -7594 1287856974 -7595 268905821 -7596 1389838835 -7597 1413918829 -7598 1002021427 -7599 357647765 -7600 1145181630 -7601 1590447338 -7602 2018477968 -7603 1111366149 -7604 558906526 -7605 242897026 -7606 1973766773 -7607 514861439 -7608 1869713308 -7609 1931835305 -7610 1473425841 -7611 1859875541 -7612 1951631638 -7613 1003042155 -7614 1580881034 -7615 2140623583 -7616 909137688 -7617 637172234 -7618 987439461 -7619 1570286043 -7620 1392661170 -7621 688119336 -7622 520951484 -7623 2022788425 -7624 1634479745 -7625 1808808458 -7626 144210598 -7627 876834932 -7628 1075243640 -7629 1146232025 -7630 1234482697 -7631 72941622 -7632 589195716 -7633 1105477017 -7634 1184307771 -7635 1148102242 -7636 1348374044 -7637 1010590897 -7638 1662963681 -7639 1070603704 -7640 794942554 -7641 988905875 -7642 782995598 -7643 599090545 -7644 1991948030 -7645 216392984 -7646 592230480 -7647 753602070 -7648 853565219 -7649 1579669941 -7650 176404465 -7651 98742741 -7652 120305629 -7653 697355949 -7654 2121531166 -7655 1754785375 -7656 358680760 -7657 118258117 -7658 484136659 -7659 1433924400 -7660 1264490142 -7661 1718619357 -7662 1506866022 -7663 1853685858 -7664 676612726 -7665 543690145 -7666 854304453 -7667 2024986770 -7668 1554281042 -7669 369784486 -7670 948106827 -7671 201739949 -7672 1358690361 -7673 1731102425 -7674 800830494 -7675 1203154744 -7676 1947495409 -7677 1393060974 -7678 1956756814 -7679 653576980 -7680 825247268 -7681 2133161280 -7682 752319721 -7683 945552897 -7684 683033581 -7685 726367240 -7686 552854624 -7687 1041714341 -7688 844625357 -7689 1036991284 -7690 328155093 -7691 2109115499 -7692 608126993 -7693 1835021115 -7694 1815317710 -7695 1284739719 -7696 231227613 -7697 522138515 -7698 1162242842 -7699 1785508655 -7700 891923001 -7701 2110349669 -7702 1987248604 -7703 103129715 -7704 1693968446 -7705 640595450 -7706 1306284459 -7707 1493980207 -7708 2033656425 -7709 1115557625 -7710 73540 -7711 711420045 -7712 1101235257 -7713 752393261 -7714 1656972942 -7715 1784268839 -7716 1478760501 -7717 62343919 -7718 678499532 -7719 175902210 -7720 1099335203 -7721 1006654626 -7722 137534062 -7723 1707462196 -7724 694192093 -7725 1952851772 -7726 844718267 -7727 925419706 -7728 327506639 -7729 2006961109 -7730 563444714 -7731 1219429640 -7732 1969827130 -7733 403209670 -7734 1322559355 -7735 1516311928 -7736 1043805121 -7737 481360166 -7738 862808488 -7739 929977898 -7740 1596917792 -7741 862882028 -7742 1641397943 -7743 550669401 -7744 1615275289 -7745 1150887237 -7746 187454592 -7747 946552143 -7748 1213231156 -7749 865954125 -7750 1122454353 -7751 165082711 -7752 1872608751 -7753 1259988415 -7754 1872544907 -7755 419317196 -7756 1065356539 -7757 569779527 -7758 1344736903 -7759 1392863178 -7760 429256988 -7761 1908181617 -7762 464809171 -7763 251600471 -7764 163907639 -7765 1787368526 -7766 1767912399 -7767 1207712760 -7768 121245045 -7769 483237239 -7770 2137690658 -7771 1718162837 -7772 1346119267 -7773 1631604953 -7774 121348590 -7775 813910909 -7776 635008543 -7777 308803183 -7778 1760463052 -7779 1848239699 -7780 1174757308 -7781 735433757 -7782 2013322411 -7783 899882411 -7784 1995422173 -7785 1738383670 -7786 1319199607 -7787 913295064 -7788 160679549 -7789 516452862 -7790 158674595 -7791 589936538 -7792 277150831 -7793 623483766 -7794 841537009 -7795 441058471 -7796 263368644 -7797 461965760 -7798 1648771231 -7799 384613689 -7800 945203000 -7801 1638978242 -7802 2102776526 -7803 143838619 -7804 1123099547 -7805 76641469 -7806 957749528 -7807 1758108090 -7808 385444652 -7809 570728932 -7810 1458864142 -7811 1560201960 -7812 1306162690 -7813 1324702905 -7814 312600723 -7815 1154101215 -7816 915602927 -7817 1631800330 -7818 2067396279 -7819 1076282477 -7820 769545 -7821 78587226 -7822 1666219015 -7823 277920376 -7824 702070992 -7825 360272376 -7826 718978847 -7827 965439637 -7828 822238136 -7829 220266431 -7830 1350053326 -7831 1767441136 -7832 1859244673 -7833 1305346205 -7834 1911279756 -7835 834860572 -7836 1381987674 -7837 721545636 -7838 445485015 -7839 1767432326 -7840 1292274569 -7841 1904349157 -7842 1180150638 -7843 450953611 -7844 1081568414 -7845 1492751361 -7846 1605054826 -7847 1997171341 -7848 977068043 -7849 1524967457 -7850 925970170 -7851 977837588 -7852 1603554684 -7853 444705537 -7854 1255757965 -7855 158142028 -7856 804977913 -7857 1974736812 -7858 1123581665 -7859 1627216050 -7860 47519595 -7861 326151344 -7862 1247173538 -7863 1906764268 -7864 1631497549 -7865 1010969646 -7866 594141193 -7867 866001575 -7868 1732515283 -7869 1039626208 -7870 485950253 -7871 877306204 -7872 796491717 -7873 1666100891 -7874 1328259815 -7875 1878060131 -7876 1011368604 -7877 785830993 -7878 1727747824 -7879 1988436647 -7880 163314802 -7881 506234347 -7882 818790588 -7883 1766869486 -7884 950939884 -7885 2074548553 -7886 1925011515 -7887 1755917798 -7888 1901801717 -7889 901109532 -7890 1235650200 -7891 1949321313 -7892 1227260876 -7893 335340090 -7894 1708601933 -7895 711274777 -7896 1346309737 -7897 155259478 -7898 1577276352 -7899 931341372 -7900 1194885686 -7901 2063226605 -7902 1808647576 -7903 1991377403 -7904 1581843848 -7905 989423743 -7906 1721953886 -7907 445728804 -7908 1775254736 -7909 1302218063 -7910 286681804 -7911 1938569538 -7912 1808452410 -7913 1105472392 -7914 1557955377 -7915 611908646 -7916 1032537297 -7917 1335483244 -7918 220342796 -7919 786855366 -7920 89109128 -7921 1455992996 -7922 588693031 -7923 1316370005 -7924 1791333087 -7925 149811317 -7926 2027644782 -7927 990159176 -7928 305070795 -7929 1457437487 -7930 1921500548 -7931 1499956482 -7932 1373180444 -7933 1582664476 -7934 1343850237 -7935 807540645 -7936 424604571 -7937 918320476 -7938 1253269449 -7939 52375659 -7940 73054891 -7941 1539951253 -7942 1990945197 -7943 1881507301 -7944 497939997 -7945 1401416926 -7946 345932299 -7947 1530477294 -7948 589416522 -7949 566275096 -7950 169849013 -7951 678525651 -7952 2022268092 -7953 758542044 -7954 1994895656 -7955 1666117531 -7956 908353361 -7957 1875056790 -7958 508793059 -7959 1213424157 -7960 1185010629 -7961 282809959 -7962 565896991 -7963 410707426 -7964 1865474435 -7965 1909747228 -7966 1218248071 -7967 142595358 -7968 680584056 -7969 324033872 -7970 194971017 -7971 753638947 -7972 1863985126 -7973 38432567 -7974 487662600 -7975 214441475 -7976 1439849493 -7977 833594900 -7978 1744918770 -7979 2029266016 -7980 1399869996 -7981 1914767783 -7982 560308019 -7983 1274654440 -7984 525826179 -7985 407720027 -7986 793288324 -7987 1434179541 -7988 135293169 -7989 1302081383 -7990 500120050 -7991 1320303799 -7992 1584891343 -7993 1066017041 -7994 1731011225 -7995 1302882130 -7996 828280621 -7997 801775648 -7998 1445477489 -7999 1508864678 -8000 1125809520 -8001 1640448506 -8002 115019977 -8003 842310998 -8004 1678881073 -8005 602682578 -8006 1056752474 -8007 971246919 -8008 1436277478 -8009 654187596 -8010 853029287 -8011 688663826 -8012 421471731 -8013 1413337306 -8014 1963318266 -8015 947297910 -8016 1821057333 -8017 609122942 -8018 233993803 -8019 1956350502 -8020 1911204326 -8021 734113853 -8022 1129170653 -8023 1348612021 -8024 1800130894 -8025 712698230 -8026 504010503 -8027 480927868 -8028 1514473878 -8029 1949487992 -8030 1989792546 -8031 492799751 -8032 1442452851 -8033 2104812523 -8034 1335110749 -8035 973850276 -8036 560011453 -8037 244379575 -8038 1945097195 -8039 1996288931 -8040 898567171 -8041 650642834 -8042 537469109 -8043 1320038902 -8044 2063980140 -8045 353303728 -8046 119853165 -8047 1737553825 -8048 962426670 -8049 353846968 -8050 1546420680 -8051 726147348 -8052 1087960822 -8053 528107685 -8054 2074759369 -8055 740608068 -8056 1240805916 -8057 431286225 -8058 1221535936 -8059 607796146 -8060 233290569 -8061 1063844834 -8062 1100595897 -8063 1675743420 -8064 1021173710 -8065 288222999 -8066 502110049 -8067 1581185163 -8068 532602574 -8069 299723596 -8070 1429990447 -8071 1431169746 -8072 950366431 -8073 1967459556 -8074 603725000 -8075 866862923 -8076 173279636 -8077 723578165 -8078 456933101 -8079 1135706307 -8080 1077425134 -8081 2003353781 -8082 1861853655 -8083 17902308 -8084 383977818 -8085 1789129377 -8086 758510376 -8087 1624783734 -8088 72931954 -8089 1980046313 -8090 85096233 -8091 306222523 -8092 896407499 -8093 1185692130 -8094 1981965944 -8095 1917581209 -8096 1473915129 -8097 336592345 -8098 1351282725 -8099 2006517704 -8100 636315941 -8101 633789524 -8102 1290203802 -8103 1586682372 -8104 453765432 -8105 1893928802 -8106 306061648 -8107 627045069 -8108 470023320 -8109 762994749 -8110 1762751376 -8111 1547448454 -8112 618864882 -8113 1477121383 -8114 1565350762 -8115 1002842700 -8116 1118767112 -8117 176377490 -8118 480142787 -8119 1191699066 -8120 8940155 -8121 565239020 -8122 1497921590 -8123 905347655 -8124 1750931150 -8125 1332403886 -8126 675445216 -8127 1077362632 -8128 1668996231 -8129 2026727941 -8130 936396688 -8131 157828524 -8132 513033817 -8133 79116842 -8134 1744510897 -8135 966799250 -8136 1973045644 -8137 2050572545 -8138 1593844319 -8139 295585316 -8140 666083646 -8141 1209112047 -8142 1843033770 -8143 1284948528 -8144 538749782 -8145 1260900884 -8146 140307580 -8147 1657516895 -8148 1437278375 -8149 620450367 -8150 701732313 -8151 1446218530 -8152 1185689387 -8153 52170255 -8154 204082537 -8155 789136890 -8156 1384574141 -8157 879527754 -8158 1866499522 -8159 906086724 -8160 758772047 -8161 655412562 -8162 1063915249 -8163 1271805865 -8164 734529404 -8165 660942498 -8166 91121467 -8167 560091400 -8168 564031395 -8169 1684965786 -8170 855676717 -8171 1230115041 -8172 746594185 -8173 551226839 -8174 367579921 -8175 1285343967 -8176 1812127724 -8177 507887501 -8178 795377214 -8179 1101922451 -8180 1128337869 -8181 1497109528 -8182 400657333 -8183 166543608 -8184 1549279783 -8185 604739871 -8186 955680498 -8187 786370277 -8188 1484267625 -8189 674696372 -8190 1692457001 -8191 95556024 -8192 1330108934 -8193 608888602 -8194 1367361889 -8195 2064638338 -8196 1269831100 -8197 1458483356 -8198 477246091 -8199 1833862495 -8200 995965494 -8201 1332922808 -8202 916493888 -8203 1742559679 -8204 1884149647 -8205 1284073809 -8206 880419999 -8207 1548793723 -8208 1791961311 -8209 1675797213 -8210 503232526 -8211 772815532 -8212 1025423093 -8213 903889860 -8214 939359140 -8215 427219229 -8216 1508629731 -8217 1895039639 -8218 1213589506 -8219 845413708 -8220 422252363 -8221 758562859 -8222 940969732 -8223 1752361298 -8224 1367451462 -8225 160847974 -8226 1669515988 -8227 489798914 -8228 1619331330 -8229 2146762079 -8230 176177762 -8231 467813177 -8232 1332201239 -8233 1092671650 -8234 62889208 -8235 1068867239 -8236 229261812 -8237 943309207 -8238 470177314 -8239 2021223123 -8240 471622773 -8241 973409841 -8242 646555007 -8243 1497045866 -8244 1877299701 -8245 1585914147 -8246 1924265095 -8247 1238445784 -8248 1333470138 -8249 990370953 -8250 2083859492 -8251 1755722502 -8252 1748933813 -8253 877345576 -8254 1360600152 -8255 968901627 -8256 1038193550 -8257 882632492 -8258 1458700541 -8259 510041233 -8260 881910924 -8261 1634878303 -8262 977854410 -8263 66628515 -8264 580066306 -8265 1040743618 -8266 1135495754 -8267 809328118 -8268 1984052826 -8269 1605673069 -8270 683067593 -8271 308191951 -8272 431599262 -8273 1329622600 -8274 1805237817 -8275 161415315 -8276 768053099 -8277 1582019265 -8278 1399861099 -8279 2101523238 -8280 424906570 -8281 1336236943 -8282 1709762092 -8283 26356735 -8284 66098871 -8285 922878596 -8286 995258362 -8287 1104292422 -8288 1805511088 -8289 306475256 -8290 1614333655 -8291 539938364 -8292 1941353559 -8293 444704417 -8294 606566880 -8295 373936217 -8296 1485448035 -8297 1742062634 -8298 1183264335 -8299 1322017213 -8300 1200252055 -8301 1866331928 -8302 1630209164 -8303 1631851317 -8304 1048470880 -8305 1287963334 -8306 1793266632 -8307 1816523980 -8308 722498951 -8309 1045644083 -8310 1770563570 -8311 1147405521 -8312 234397378 -8313 1332842014 -8314 1173762257 -8315 300496250 -8316 108236962 -8317 21536971 -8318 1404788672 -8319 1913748050 -8320 328012227 -8321 871638679 -8322 306202767 -8323 121882139 -8324 1316343096 -8325 912769647 -8326 495818356 -8327 654307483 -8328 507348633 -8329 1679082692 -8330 1976324697 -8331 1707600689 -8332 1397930972 -8333 1459050213 -8334 1191968358 -8335 298918205 -8336 599529899 -8337 837751343 -8338 2115442185 -8339 1322028850 -8340 1883395426 -8341 1738522107 -8342 321950724 -8343 2117792805 -8344 923880473 -8345 1495712981 -8346 270805407 -8347 1032117435 -8348 1517249952 -8349 1675594079 -8350 798381837 -8351 1845262180 -8352 399749110 -8353 1104584604 -8354 1967144319 -8355 1716092206 -8356 2017354251 -8357 315479027 -8358 222916041 -8359 377219237 -8360 1994561719 -8361 51757090 -8362 2084819926 -8363 1245009044 -8364 1510807304 -8365 1129304636 -8366 1543927249 -8367 2110337203 -8368 1967055979 -8369 1511885786 -8370 1284882406 -8371 1702967758 -8372 1102924245 -8373 1606833130 -8374 1673276915 -8375 2026804718 -8376 955062463 -8377 1944082322 -8378 911438505 -8379 324828767 -8380 1472192753 -8381 1709820342 -8382 22607299 -8383 1871941863 -8384 666921299 -8385 1989751618 -8386 1440550421 -8387 536791902 -8388 157746998 -8389 1663466462 -8390 914011139 -8391 4825069 -8392 1715223553 -8393 851347417 -8394 1249834113 -8395 1078547209 -8396 1980652054 -8397 646277714 -8398 1041400764 -8399 1800224385 -8400 10679852 -8401 178799522 -8402 1355708495 -8403 1113604097 -8404 1785632652 -8405 881501762 -8406 992925167 -8407 593211467 -8408 678100436 -8409 1904363672 -8410 918040235 -8411 2809541 -8412 1466700367 -8413 940647534 -8414 1874751404 -8415 2133621666 -8416 782915505 -8417 1167818177 -8418 522929920 -8419 940662503 -8420 683800992 -8421 1436941060 -8422 945487572 -8423 251540897 -8424 140804829 -8425 47838038 -8426 1330088106 -8427 2121456883 -8428 694115752 -8429 224005222 -8430 1774197621 -8431 704795605 -8432 402804745 -8433 982422468 -8434 1818399702 -8435 40953749 -8436 1863924231 -8437 663841222 -8438 634165217 -8439 394541019 -8440 420721246 -8441 1552205452 -8442 397350561 -8443 1887421613 -8444 345369338 -8445 124618317 -8446 1873559631 -8447 1128284843 -8448 1292436495 -8449 249005904 -8450 2068947346 -8451 1976237487 -8452 1685946964 -8453 866951271 -8454 80294736 -8455 1826751793 -8456 914789309 -8457 1410382842 -8458 1800725029 -8459 1608905061 -8460 1634388064 -8461 1427439002 -8462 166217018 -8463 2037192809 -8464 262377822 -8465 1984616721 -8466 2078146559 -8467 2126302053 -8468 500974295 -8469 564828128 -8470 373359425 -8471 921695541 -8472 2117033580 -8473 770709986 -8474 661633507 -8475 314919270 -8476 895328303 -8477 387709490 -8478 1443204114 -8479 40281150 -8480 636715394 -8481 1364667812 -8482 2016518637 -8483 175178710 -8484 84135435 -8485 2096813373 -8486 2001930504 -8487 998924744 -8488 1359712567 -8489 1655171885 -8490 460346158 -8491 846616984 -8492 935127239 -8493 626563176 -8494 736326145 -8495 1197505061 -8496 463696249 -8497 666989056 -8498 1176323467 -8499 964670544 -8500 1231817184 -8501 1549682892 -8502 1886366086 -8503 1201367116 -8504 172909230 -8505 400515945 -8506 1516286387 -8507 1068237533 -8508 788225435 -8509 812006853 -8510 1108518684 -8511 1424940830 -8512 29191017 -8513 977553673 -8514 1600119540 -8515 113326453 -8516 926883399 -8517 1454566396 -8518 1112251197 -8519 139112318 -8520 962254633 -8521 1572597355 -8522 985729302 -8523 1897381872 -8524 51676884 -8525 1722055448 -8526 947403286 -8527 515373133 -8528 241560856 -8529 2123726753 -8530 1480043678 -8531 1473378041 -8532 1525925997 -8533 1218926116 -8534 527261509 -8535 1698835227 -8536 1619442061 -8537 2043547896 -8538 619589112 -8539 260183848 -8540 708071101 -8541 1728107796 -8542 1685124678 -8543 737262119 -8544 558177822 -8545 1137760571 -8546 850588572 -8547 1485061221 -8548 444843319 -8549 1962839769 -8550 1624173539 -8551 1407097953 -8552 1387953477 -8553 462419194 -8554 1156996177 -8555 1439630361 -8556 36990994 -8557 2104399463 -8558 1955003494 -8559 278551850 -8560 2080642568 -8561 1287563524 -8562 1751929891 -8563 1459084917 -8564 359005992 -8565 131707753 -8566 1010436496 -8567 1978448053 -8568 27772001 -8569 1630025609 -8570 91148254 -8571 735843103 -8572 1210649757 -8573 1776272932 -8574 1473105222 -8575 1768827579 -8576 766549855 -8577 176210146 -8578 1106405152 -8579 1211393175 -8580 2139049915 -8581 583095044 -8582 471007480 -8583 1379519744 -8584 1045514238 -8585 1628003657 -8586 671666457 -8587 1082505232 -8588 1584919473 -8589 479186304 -8590 1361057082 -8591 1518078393 -8592 1766749828 -8593 965503326 -8594 829679663 -8595 2125755821 -8596 1097211079 -8597 1840116159 -8598 1956720226 -8599 1124983080 -8600 1322658120 -8601 2047868480 -8602 1860826183 -8603 385824230 -8604 1676657765 -8605 1186447757 -8606 7168161 -8607 295723972 -8608 1362657903 -8609 1113573314 -8610 1507117147 -8611 1354224171 -8612 1696668358 -8613 1978124627 -8614 586260267 -8615 594698948 -8616 1458644637 -8617 1257926725 -8618 1677204180 -8619 896080462 -8620 1737113029 -8621 890777614 -8622 266675207 -8623 1356379209 -8624 1856280940 -8625 1096354870 -8626 1334651382 -8627 806008371 -8628 788987382 -8629 1143887961 -8630 1930991452 -8631 2111645502 -8632 1044272793 -8633 1644333987 -8634 349986084 -8635 573446910 -8636 683298097 -8637 357154246 -8638 869170883 -8639 2045956000 -8640 1470727560 -8641 228804382 -8642 1252696523 -8643 1019912270 -8644 59445362 -8645 1838956791 -8646 1614611218 -8647 1518089999 -8648 949399868 -8649 1144331750 -8650 266686813 -8651 539029249 -8652 2035109364 -8653 533362020 -8654 1895408458 -8655 1743906657 -8656 1629716891 -8657 1082576193 -8658 402431380 -8659 271220625 -8660 78980506 -8661 185939184 -8662 235382479 -8663 1123253299 -8664 1830273172 -8665 585368564 -8666 1696700210 -8667 366087621 -8668 942522810 -8669 418387445 -8670 264559973 -8671 265766722 -8672 647191827 -8673 1517256497 -8674 1285678992 -8675 706637189 -8676 1208729640 -8677 752806562 -8678 77243540 -8679 10645860 -8680 1897138312 -8681 343930353 -8682 549675109 -8683 1784764028 -8684 877292374 -8685 297599919 -8686 1381187037 -8687 359525617 -8688 1380176112 -8689 1783618418 -8690 630746242 -8691 1459156618 -8692 1969557602 -8693 866128721 -8694 434926270 -8695 1652347126 -8696 1451497285 -8697 2131626480 -8698 2018434747 -8699 246536447 -8700 402530277 -8701 135511073 -8702 512303169 -8703 1049722104 -8704 1652767570 -8705 1797982161 -8706 1756359294 -8707 714013562 -8708 403305075 -8709 1833602834 -8710 724659422 -8711 152959739 -8712 30049540 -8713 1274334531 -8714 1937723768 -8715 907341914 -8716 1571934450 -8717 1171427157 -8718 1266867531 -8719 804626915 -8720 807561927 -8721 1897613773 -8722 116299885 -8723 629635882 -8724 616258846 -8725 551226155 -8726 134499360 -8727 2067756132 -8728 535368987 -8729 5450460 -8730 166808931 -8731 937899264 -8732 140961533 -8733 679112101 -8734 1987621369 -8735 1793729103 -8736 329610614 -8737 1596497015 -8738 360259017 -8739 732915690 -8740 1282616201 -8741 1084918439 -8742 885875429 -8743 1312665741 -8744 211769322 -8745 676115549 -8746 72524007 -8747 1783703772 -8748 1847542707 -8749 1339391538 -8750 440847039 -8751 507620986 -8752 1089521663 -8753 557146925 -8754 1137256868 -8755 1705780510 -8756 1108373080 -8757 1271756229 -8758 1626052994 -8759 1643742068 -8760 1277206689 -8761 1792861925 -8762 434157684 -8763 1418168222 -8764 324490378 -8765 274295405 -8766 1064413677 -8767 654100993 -8768 1870792420 -8769 1424672694 -8770 1387016683 -8771 1005924974 -8772 362107485 -8773 125408464 -8774 171107067 -8775 573876807 -8776 801524014 -8777 243631075 -8778 210096931 -8779 501583073 -8780 1583022613 -8781 650943971 -8782 1009204059 -8783 525060629 -8784 1208090896 -8785 2146460928 -8786 83357491 -8787 168980328 -8788 1270733509 -8789 1709410485 -8790 1812722396 -8791 400456550 -8792 1354788762 -8793 99396433 -8794 1818624772 -8795 1679279141 -8796 373691838 -8797 735554801 -8798 185896486 -8799 97000611 -8800 12743847 -8801 1572913169 -8802 1102925585 -8803 374851332 -8804 1698321633 -8805 1274032652 -8806 948728139 -8807 352361999 -8808 1517663727 -8809 1158825070 -8810 853945072 -8811 953202693 -8812 1809769041 -8813 1863149132 -8814 1478263322 -8815 870376289 -8816 1862126412 -8817 1561620813 -8818 1039356618 -8819 985376273 -8820 1123547650 -8821 704595366 -8822 1385832823 -8823 330852764 -8824 803991799 -8825 1056973947 -8826 2010131905 -8827 1177683638 -8828 1792528748 -8829 48544743 -8830 1274684249 -8831 1805272595 -8832 1621457912 -8833 230126186 -8834 32640279 -8835 1172295898 -8836 1504158838 -8837 981368418 -8838 1524657897 -8839 874338918 -8840 2140193488 -8841 231119322 -8842 1827541611 -8843 1802478882 -8844 2094268454 -8845 1158321285 -8846 525371523 -8847 1808911218 -8848 572458450 -8849 1564728141 -8850 646803843 -8851 1696006100 -8852 121839860 -8853 2032636666 -8854 2026858864 -8855 925831659 -8856 942126965 -8857 1889507122 -8858 2103515297 -8859 587172065 -8860 1938051865 -8861 1230715898 -8862 244961012 -8863 1412026130 -8864 1460842084 -8865 277601291 -8866 436838380 -8867 817517275 -8868 1258969709 -8869 1961496277 -8870 1691856193 -8871 1251679549 -8872 45131951 -8873 1371914156 -8874 906674783 -8875 2139400405 -8876 382751793 -8877 1432046307 -8878 1800827975 -8879 955210243 -8880 849290800 -8881 300148170 -8882 503732695 -8883 971130660 -8884 185301188 -8885 383107911 -8886 1896962320 -8887 1127428153 -8888 125131385 -8889 1852993969 -8890 1714600218 -8891 2063183251 -8892 936226220 -8893 1959561230 -8894 1327725733 -8895 249584656 -8896 89678873 -8897 1764564113 -8898 1067101931 -8899 1348648582 -8900 1578576742 -8901 611474476 -8902 452844484 -8903 1623708694 -8904 1983388632 -8905 1359519267 -8906 1615625451 -8907 218656777 -8908 644081926 -8909 1268969779 -8910 1173867020 -8911 1493372727 -8912 1569117949 -8913 1677599715 -8914 317019739 -8915 1754419138 -8916 2060707627 -8917 66498411 -8918 734363643 -8919 38355364 -8920 1919492381 -8921 301480214 -8922 2101538615 -8923 708234953 -8924 113557796 -8925 1281780700 -8926 957819609 -8927 203236670 -8928 898861165 -8929 2024921541 -8930 1551885252 -8931 329954260 -8932 488912369 -8933 2004729736 -8934 1953662954 -8935 324817354 -8936 1216765356 -8937 1421804757 -8938 543474131 -8939 1860847282 -8940 543290888 -8941 1717341152 -8942 1206736361 -8943 2112408838 -8944 1247457219 -8945 1523756101 -8946 1719344328 -8947 1160681198 -8948 1590254512 -8949 306224323 -8950 1199036563 -8951 1362263245 -8952 607704537 -8953 1153091530 -8954 2070498198 -8955 721262334 -8956 287388583 -8957 880834160 -8958 924499004 -8959 1186249748 -8960 758272053 -8961 328900608 -8962 1516204008 -8963 1247184422 -8964 186146697 -8965 1322383314 -8966 1572001776 -8967 1402912053 -8968 596704424 -8969 2115475908 -8970 1116275687 -8971 1139995312 -8972 1685333412 -8973 175528401 -8974 1104920502 -8975 785306983 -8976 1699284502 -8977 676781182 -8978 1945988182 -8979 1142055366 -8980 983005506 -8981 997541097 -8982 356834964 -8983 1590710043 -8984 3148979 -8985 279849514 -8986 164488729 -8987 290537562 -8988 1160683674 -8989 1088987733 -8990 1476787311 -8991 1918955727 -8992 1417888342 -8993 845507671 -8994 1018656502 -8995 1604035039 -8996 20407338 -8997 443174630 -8998 859463444 -8999 617111762 -9000 411166890 -9001 1975739131 -9002 1757107074 -9003 2096500302 -9004 3783884 -9005 714543929 -9006 734323638 -9007 1703068386 -9008 1391325111 -9009 532828172 -9010 697640105 -9011 226846969 -9012 1530369269 -9013 1054475069 -9014 1817557013 -9015 1533518248 -9016 1334324583 -9017 1982045742 -9018 1824055811 -9019 347524610 -9020 923549828 -9021 1153359474 -9022 118996689 -9023 193954522 -9024 1998867145 -9025 1137653191 -9026 1797989561 -9027 2019274483 -9028 1580827822 -9029 509969357 -9030 488902597 -9031 1991994712 -9032 338224840 -9033 98526024 -9034 1941011367 -9035 342008725 -9036 813069953 -9037 527851357 -9038 2045077111 -9039 56911416 -9040 1060679529 -9041 595233568 -9042 283758386 -9043 443565150 -9044 1649708637 -9045 2101315399 -9046 1977083398 -9047 836549573 -9048 1935877493 -9049 1653655561 -9050 1184074183 -9051 711943673 -9052 659531387 -9053 1303070872 -9054 905898195 -9055 510914885 -9056 293240416 -9057 556404108 -9058 382705720 -9059 1874068238 -9060 1066373465 -9061 871608318 -9062 1718579302 -9063 1404598306 -9064 970134342 -9065 1512107021 -9066 1746607031 -9067 1783204295 -9068 2039958378 -9069 1644200494 -9070 1840115711 -9071 953154259 -9072 91950415 -9073 2123874097 -9074 1396719409 -9075 1741659052 -9076 2077705848 -9077 1226319160 -9078 430724977 -9079 1866099694 -9080 732491073 -9081 1614799160 -9082 430559719 -9083 1392022461 -9084 770386385 -9085 1336457915 -9086 1902937346 -9087 1063626801 -9088 1892862023 -9089 138159418 -9090 790211391 -9091 811751841 -9092 1009767736 -9093 361307045 -9094 68866499 -9095 1979902078 -9096 1873414067 -9097 1815473530 -9098 1615622725 -9099 1765888797 -9100 1312190376 -9101 1308254789 -9102 571559409 -9103 1404140791 -9104 1284645238 -9105 1968278818 -9106 998316196 -9107 1214867439 -9108 1047114330 -9109 1429041173 -9110 933483485 -9111 1779605404 -9112 896356686 -9113 1364043204 -9114 1024144217 -9115 1666743071 -9116 553017471 -9117 779597915 -9118 582886224 -9119 298395847 -9120 917757333 -9121 1373097615 -9122 1110147688 -9123 1927525070 -9124 1734404660 -9125 1179014187 -9126 1759943500 -9127 1460335079 -9128 847004069 -9129 1228082578 -9130 1078740229 -9131 11710797 -9132 388853719 -9133 1650299638 -9134 1415851589 -9135 1673498957 -9136 1471094808 -9137 266684137 -9138 740882748 -9139 370725491 -9140 1695725310 -9141 1674366233 -9142 2847247 -9143 444598348 -9144 890925790 -9145 1026991464 -9146 2111341419 -9147 1443943261 -9148 1806589379 -9149 546743995 -9150 1742339108 -9151 576863064 -9152 1919841610 -9153 705003148 -9154 356904486 -9155 1506762623 -9156 1884017335 -9157 2116847987 -9158 819614054 -9159 583537756 -9160 1197446917 -9161 1898354283 -9162 595248554 -9163 1586300636 -9164 1401170273 -9165 2011100143 -9166 1112315945 -9167 724781434 -9168 130300632 -9169 1853198694 -9170 1095506925 -9171 1826025942 -9172 1380081279 -9173 1098354172 -9174 123140643 -9175 123523421 -9176 2125345636 -9177 86998414 -9178 1567466683 -9179 1784451367 -9180 633742410 -9181 1162322143 -9182 213830783 -9183 406100372 -9184 1867325292 -9185 570735270 -9186 1912862995 -9187 1603858979 -9188 540099609 -9189 584993402 -9190 39913088 -9191 1737546526 -9192 335864037 -9193 635161642 -9194 1176363514 -9195 1737034311 -9196 498778137 -9197 141195811 -9198 314332097 -9199 629078769 -9200 1994394505 -9201 1409839022 -9202 307621063 -9203 1226992137 -9204 360709546 -9205 430761706 -9206 1350515558 -9207 338571534 -9208 517760121 -9209 770498593 -9210 2123022901 -9211 1151502531 -9212 1932820737 -9213 189370036 -9214 1557602903 -9215 1652662381 -9216 760105306 -9217 1322982251 -9218 1109037712 -9219 1300204915 -9220 1907975653 -9221 1148950800 -9222 890267793 -9223 96356042 -9224 1784112442 -9225 2066631307 -9226 1833390353 -9227 135406931 -9228 60343471 -9229 238802 -9230 764485700 -9231 2054737976 -9232 1410077824 -9233 1072106764 -9234 1134246465 -9235 1770787370 -9236 1502868470 -9237 337278376 -9238 2109358904 -9239 2020628591 -9240 1107776969 -9241 2084898157 -9242 1024647474 -9243 893114058 -9244 126784546 -9245 434766730 -9246 398292791 -9247 886889852 -9248 1757748981 -9249 1507330504 -9250 39611120 -9251 1518240986 -9252 508797656 -9253 929878913 -9254 1614597028 -9255 145426451 -9256 849026573 -9257 1300503734 -9258 280833382 -9259 909370044 -9260 1300742536 -9261 1045319083 -9262 816624372 -9263 563336713 -9264 2117425847 -9265 1950870838 -9266 186640435 -9267 1472810669 -9268 140665566 -9269 148515692 -9270 1345955613 -9271 1248442535 -9272 85930201 -9273 223119439 -9274 2141556594 -9275 212714747 -9276 657886169 -9277 392365737 -9278 1099604600 -9279 268151502 -9280 1899696241 -9281 1139215720 -9282 1786392488 -9283 261010250 -9284 2069094633 -9285 1253505869 -9286 406436701 -9287 770637558 -9288 406525955 -9289 687270083 -9290 1680007602 -9291 1707268491 -9292 1732589166 -9293 349148327 -9294 123121556 -9295 1702531365 -9296 152535517 -9297 309761992 -9298 1027858387 -9299 293201083 -9300 458277684 -9301 226330352 -9302 1541643618 -9303 544207885 -9304 449449791 -9305 1535716564 -9306 756922633 -9307 1107335961 -9308 1928082302 -9309 1856527233 -9310 1375487463 -9311 1680294895 -9312 848259305 -9313 1014396304 -9314 1941305145 -9315 769870290 -9316 120418525 -9317 200258198 -9318 1540507849 -9319 526944480 -9320 887528282 -9321 1073031803 -9322 86729323 -9323 472633800 -9324 1422180130 -9325 209850880 -9326 27681518 -9327 1574715647 -9328 519612872 -9329 1055539905 -9330 1867916730 -9331 977890556 -9332 1281870257 -9333 1262076701 -9334 1522098441 -9335 1731320048 -9336 650309617 -9337 131537426 -9338 691172361 -9339 430908271 -9340 1988064659 -9341 2066659825 -9342 2111203167 -9343 688840316 -9344 933572481 -9345 1905024664 -9346 1458710607 -9347 1053991006 -9348 2105282863 -9349 851734808 -9350 1580935486 -9351 845327497 -9352 1924766611 -9353 1667664809 -9354 1317961297 -9355 1199463094 -9356 1877515689 -9357 1345642815 -9358 626695093 -9359 249644913 -9360 253699072 -9361 347128176 -9362 1227535469 -9363 1535569329 -9364 1609204877 -9365 602150263 -9366 1119405730 -9367 112030846 -9368 733687689 -9369 1810578091 -9370 542939118 -9371 574268701 -9372 1729754268 -9373 506658637 -9374 1263109017 -9375 515843101 -9376 264199653 -9377 574335976 -9378 1569834107 -9379 221998868 -9380 1426070784 -9381 1003285945 -9382 1067326365 -9383 1203353748 -9384 523467107 -9385 237804015 -9386 255333194 -9387 253499148 -9388 1583446830 -9389 882028287 -9390 503144062 -9391 1837145903 -9392 1229156463 -9393 1730679531 -9394 1225231584 -9395 690877692 -9396 185346146 -9397 197153666 -9398 802908539 -9399 919033836 -9400 2007731758 -9401 1345847657 -9402 1493302537 -9403 1590002378 -9404 1852506294 -9405 608927906 -9406 2105845480 -9407 2116705947 -9408 1183263883 -9409 1528195939 -9410 191221168 -9411 461851019 -9412 383998237 -9413 1258547533 -9414 1665204767 -9415 907465344 -9416 1496351548 -9417 1920537961 -9418 1160964492 -9419 932314731 -9420 655082601 -9421 1664108554 -9422 621976986 -9423 1884239064 -9424 1247304438 -9425 1847208570 -9426 427633109 -9427 1432650584 -9428 2044362237 -9429 1230541648 -9430 204200772 -9431 1904610347 -9432 428905657 -9433 1697503309 -9434 1347129077 -9435 133928303 -9436 158947568 -9437 1305490909 -9438 103150602 -9439 1342211451 -9440 686203201 -9441 294371770 -9442 1804062470 -9443 1070201438 -9444 1552919304 -9445 1321783590 -9446 1977666782 -9447 901787204 -9448 1094837903 -9449 991147626 -9450 1834101935 -9451 1749920504 -9452 507772533 -9453 308595273 -9454 1486675921 -9455 1755076971 -9456 8320196 -9457 1914309030 -9458 1040243907 -9459 2052682433 -9460 997367030 -9461 1244444680 -9462 1809809132 -9463 1426272687 -9464 794464341 -9465 1009454561 -9466 1560200990 -9467 953411909 -9468 167461823 -9469 1663351592 -9470 148139712 -9471 853665024 -9472 1957723363 -9473 1952202183 -9474 1923866462 -9475 1363159019 -9476 1126502125 -9477 1754049596 -9478 117462575 -9479 73856380 -9480 597713574 -9481 1951564511 -9482 1823776885 -9483 1105486107 -9484 112676136 -9485 1162969158 -9486 713079430 -9487 120996332 -9488 929794540 -9489 1753323338 -9490 26195117 -9491 1927161570 -9492 850284370 -9493 1836004249 -9494 1205950609 -9495 1644748711 -9496 697975163 -9497 618667951 -9498 450676973 -9499 865436986 -9500 134535895 -9501 598816685 -9502 1719102010 -9503 2092259258 -9504 403535220 -9505 1495484824 -9506 1307934629 -9507 1530037345 -9508 1102050772 -9509 1425397205 -9510 1603893726 -9511 1699764346 -9512 1229478068 -9513 1280186963 -9514 657766806 -9515 1342154204 -9516 295672473 -9517 1370846236 -9518 1463150537 -9519 1225467013 -9520 976685926 -9521 1489345654 -9522 1005144935 -9523 1826970296 -9524 1177866256 -9525 63611896 -9526 1324235360 -9527 1875841419 -9528 682279847 -9529 1774912333 -9530 593794757 -9531 816815742 -9532 226245370 -9533 165413119 -9534 761591353 -9535 629780591 -9536 1660897943 -9537 2069525982 -9538 12334288 -9539 615465067 -9540 1347439539 -9541 1616228014 -9542 167745765 -9543 429433959 -9544 748931329 -9545 825512571 -9546 1771588164 -9547 1044603802 -9548 48875160 -9549 1087255053 -9550 122587167 -9551 1025561086 -9552 429117059 -9553 1127732102 -9554 705047735 -9555 1606983315 -9556 1191343998 -9557 2029283095 -9558 1335341086 -9559 1873623845 -9560 1656711780 -9561 1929135843 -9562 542955940 -9563 1882957150 -9564 2094548962 -9565 1304547293 -9566 365254093 -9567 1607963257 -9568 1226589627 -9569 377588382 -9570 75944676 -9571 426545519 -9572 1993816396 -9573 243690442 -9574 855979478 -9575 595264078 -9576 1069203013 -9577 480083994 -9578 1639867880 -9579 1118078173 -9580 1567339047 -9581 1762455048 -9582 2143639260 -9583 1996456107 -9584 742703502 -9585 701203347 -9586 1455955774 -9587 1934047501 -9588 583002794 -9589 643813213 -9590 1660187698 -9591 92230926 -9592 425465408 -9593 55659990 -9594 1975188076 -9595 372530723 -9596 1360207283 -9597 192958522 -9598 1980493980 -9599 439313263 -9600 570546904 -9601 2056438657 -9602 865858782 -9603 416879652 -9604 152645451 -9605 1721838260 -9606 1012143730 -9607 1221848464 -9608 54438607 -9609 504527963 -9610 192442990 -9611 1621777654 -9612 119499363 -9613 188598602 -9614 1470750113 -9615 862202865 -9616 889801949 -9617 779222240 -9618 648766718 -9619 1472804743 -9620 1423035453 -9621 161470769 -9622 1565035669 -9623 1848500861 -9624 217130759 -9625 1392740097 -9626 73547936 -9627 1577338043 -9628 1585698619 -9629 2054041917 -9630 2016651306 -9631 8761875 -9632 1962996926 -9633 735026440 -9634 425641528 -9635 2115642377 -9636 309381052 -9637 1437785258 -9638 1190007193 -9639 363819659 -9640 1942313221 -9641 1382450183 -9642 1985597314 -9643 2061812584 -9644 1571048785 -9645 1308863779 -9646 776531802 -9647 313367086 -9648 2088086019 -9649 1425298520 -9650 1786171829 -9651 1363637824 -9652 1586769289 -9653 1203723850 -9654 1064655038 -9655 1803900049 -9656 448980300 -9657 1138202974 -9658 1233754444 -9659 2034678919 -9660 1044761243 -9661 1102922102 -9662 2043440795 -9663 860274521 -9664 1837948542 -9665 321598675 -9666 828433250 -9667 2147329594 -9668 1759383933 -9669 2018440444 -9670 363665606 -9671 1554213507 -9672 1253406979 -9673 201779272 -9674 1468542443 -9675 676972117 -9676 1510643051 -9677 97590597 -9678 990339203 -9679 1451245423 -9680 1522889118 -9681 629027385 -9682 667399599 -9683 962174759 -9684 1832751235 -9685 1732054637 -9686 618591160 -9687 134247887 -9688 722773964 -9689 1852345604 -9690 21443159 -9691 1767535207 -9692 807784058 -9693 2064883954 -9694 480326081 -9695 498248952 -9696 238998981 -9697 1308759331 -9698 498094899 -9699 1998382914 -9700 1179716127 -9701 861760505 -9702 1405112773 -9703 285639459 -9704 1063539777 -9705 726171569 -9706 962611576 -9707 426699180 -9708 823762166 -9709 1952950779 -9710 1877944603 -9711 199167636 -9712 434494516 -9713 397860555 -9714 1161342396 -9715 119762104 -9716 2129915192 -9717 1779933556 -9718 254009991 -9719 705205508 -9720 1484795513 -9721 275453150 -9722 325257068 -9723 145095923 -9724 192853456 -9725 805583149 -9726 643344876 -9727 431852437 -9728 2114342480 -9729 1141439775 -9730 282751704 -9731 1146574960 -9732 2003200280 -9733 1687864477 -9734 1432214419 -9735 919256409 -9736 266552398 -9737 247342347 -9738 1345955589 -9739 1090314565 -9740 52809478 -9741 1076416545 -9742 1289482201 -9743 487303995 -9744 1474277100 -9745 303340949 -9746 607066099 -9747 1456708644 -9748 2083274506 -9749 861076090 -9750 14430505 -9751 1420586371 -9752 1136529241 -9753 339687573 -9754 1565682294 -9755 1329382697 -9756 1145270722 -9757 61543522 -9758 1761235135 -9759 1112129554 -9760 1202983297 -9761 2043986839 -9762 111220866 -9763 1058699929 -9764 1584367668 -9765 1543435285 -9766 1977956338 -9767 1850920067 -9768 1790777632 -9769 1176428280 -9770 793750984 -9771 1843587111 -9772 105361177 -9773 2083233185 -9774 183407458 -9775 1579638277 -9776 239090487 -9777 790473557 -9778 888863273 -9779 174881345 -9780 1651549647 -9781 903293778 -9782 1595467716 -9783 640595240 -9784 1242981351 -9785 1013666362 -9786 1969977938 -9787 240768425 -9788 1075209885 -9789 1583729425 -9790 1352897980 -9791 130709534 -9792 1480232616 -9793 1464118846 -9794 1189409464 -9795 917116636 -9796 860070484 -9797 1019882154 -9798 620553055 -9799 503364468 -9800 48826786 -9801 1414304039 -9802 199467931 -9803 154187963 -9804 1350053577 -9805 382875389 -9806 1733826240 -9807 1589144064 -9808 1173348946 -9809 475205866 -9810 1764025409 -9811 677414946 -9812 1378499644 -9813 1212009477 -9814 1318010186 -9815 473997348 -9816 78192191 -9817 1140504476 -9818 714765773 -9819 1153402076 -9820 576750253 -9821 2067663753 -9822 1284111611 -9823 2056982869 -9824 1384298952 -9825 326037427 -9826 826615858 -9827 96885788 -9828 1345919581 -9829 1447168913 -9830 600250256 -9831 1394746368 -9832 713989305 -9833 799718188 -9834 1548934331 -9835 2064042882 -9836 1182593577 -9837 1135276924 -9838 1505703298 -9839 208458876 -9840 1610482790 -9841 1122245059 -9842 885873822 -9843 841498786 -9844 186770888 -9845 56400360 -9846 1315496134 -9847 264963079 -9848 1196904837 -9849 2030261908 -9850 1418365156 -9851 1773655090 -9852 1950442013 -9853 554993119 -9854 1683154312 -9855 1187257317 -9856 881030546 -9857 362286522 -9858 1284143105 -9859 79466479 -9860 1809455435 -9861 1884393362 -9862 1474212847 -9863 375961092 -9864 536627902 -9865 875663531 -9866 292520326 -9867 1719221479 -9868 2010940455 -9869 1798223624 -9870 1927680355 -9871 1473939597 -9872 772985035 -9873 666070529 -9874 167954735 -9875 959755923 -9876 722470890 -9877 1483450870 -9878 1224719003 -9879 1919375727 -9880 1366229130 -9881 495600511 -9882 1545547169 -9883 1169187495 -9884 1050593630 -9885 1081217833 -9886 208961165 -9887 1931624176 -9888 1443504355 -9889 1493104270 -9890 2011090655 -9891 1105476143 -9892 1230013984 -9893 1337819855 -9894 1481437235 -9895 1766641886 -9896 65999738 -9897 1773957562 -9898 1338379718 -9899 2076940193 -9900 1424697538 -9901 1118576425 -9902 1403396142 -9903 50198926 -9904 1784646955 -9905 1571350877 -9906 1009954849 -9907 359634197 -9908 907318099 -9909 87190204 -9910 131526276 -9911 126063581 -9912 582790715 -9913 1677073445 -9914 1295251077 -9915 1633384345 -9916 610807631 -9917 1504212242 -9918 1417524873 -9919 2054311986 -9920 849832864 -9921 1281131881 -9922 1012304481 -9923 2079846849 -9924 471468088 -9925 346258069 -9926 1699005087 -9927 537467826 -9928 2120215631 -9929 889901157 -9930 466924371 -9931 1397429521 -9932 2008477583 -9933 1870320513 -9934 1447628447 -9935 1645640890 -9936 1294187742 -9937 310099649 -9938 2005275087 -9939 54022194 -9940 397289853 -9941 2136801363 -9942 180085775 -9943 980080569 -9944 1666391160 -9945 1475336852 -9946 465981266 -9947 129715143 -9948 832065446 -9949 1883506140 -9950 36543482 -9951 1681898311 -9952 1017154373 -9953 1048847963 -9954 1614261512 -9955 1488622461 -9956 1395106032 -9957 1165782951 -9958 2026090287 -9959 1367838015 -9960 2055684109 -9961 345531010 -9962 617783889 -9963 1916678044 -9964 68367875 -9965 2065412336 -9966 1414835286 -9967 1362555617 -9968 228028337 -9969 1272626725 -9970 1416577811 -9971 625318191 -9972 1261944440 -9973 1596663587 -9974 1605398760 -9975 780851952 -9976 924516791 -9977 2071380026 -9978 910567096 -9979 1756582238 -9980 1807402518 -9981 947110578 -9982 1290996901 -9983 677073243 -9984 1995958541 -9985 757774765 -9986 18212056 -9987 1243580926 -9988 1923557716 -9989 2044302343 -9990 463935293 -9991 1831758177 -9992 242349705 -9993 1081719182 -9994 1600952573 -9995 310717580 -9996 999647871 -9997 868304211 -9998 1673273198 -9999 1227676208 -\. --- --- Data for Name: bt_i4_heap; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.bt_i4_heap (seqno, random) FROM stdin; -9999 1227676208 -9998 1673273198 -9997 868304211 -9996 999647871 -9995 310717580 -9994 1600952573 -9993 1081719182 -9992 242349705 -9991 1831758177 -9990 463935293 -9989 2044302343 -9988 1923557716 -9987 1243580926 -9986 18212056 -9985 757774765 -9984 1995958541 -9983 677073243 -9982 1290996901 -9981 947110578 -9980 1807402518 -9979 1756582238 -9978 910567096 -9977 2071380026 -9976 924516791 -9975 780851952 -9974 1605398760 -9973 1596663587 -9972 1261944440 -9971 625318191 -9970 1416577811 -9969 1272626725 -9968 228028337 -9967 1362555617 -9966 1414835286 -9965 2065412336 -9964 68367875 -9963 1916678044 -9962 617783889 -9961 345531010 -9960 2055684109 -9959 1367838015 -9958 2026090287 -9957 1165782951 -9956 1395106032 -9955 1488622461 -9954 1614261512 -9953 1048847963 -9952 1017154373 -9951 1681898311 -9950 36543482 -9949 1883506140 -9948 832065446 -9947 129715143 -9946 465981266 -9945 1475336852 -9944 1666391160 -9943 980080569 -9942 180085775 -9941 2136801363 -9940 397289853 -9939 54022194 -9938 2005275087 -9937 310099649 -9936 1294187742 -9935 1645640890 -9934 1447628447 -9933 1870320513 -9932 2008477583 -9931 1397429521 -9930 466924371 -9929 889901157 -9928 2120215631 -9927 537467826 -9926 1699005087 -9925 346258069 -9924 471468088 -9923 2079846849 -9922 1012304481 -9921 1281131881 -9920 849832864 -9919 2054311986 -9918 1417524873 -9917 1504212242 -9916 610807631 -9915 1633384345 -9914 1295251077 -9913 1677073445 -9912 582790715 -9911 126063581 -9910 131526276 -9909 87190204 -9908 907318099 -9907 359634197 -9906 1009954849 -9905 1571350877 -9904 1784646955 -9903 50198926 -9902 1403396142 -9901 1118576425 -9900 1424697538 -9899 2076940193 -9898 1338379718 -9897 1773957562 -9896 65999738 -9895 1766641886 -9894 1481437235 -9893 1337819855 -9892 1230013984 -9891 1105476143 -9890 2011090655 -9889 1493104270 -9888 1443504355 -9887 1931624176 -9886 208961165 -9885 1081217833 -9884 1050593630 -9883 1169187495 -9882 1545547169 -9881 495600511 -9880 1366229130 -9879 1919375727 -9878 1224719003 -9877 1483450870 -9876 722470890 -9875 959755923 -9874 167954735 -9873 666070529 -9872 772985035 -9871 1473939597 -9870 1927680355 -9869 1798223624 -9868 2010940455 -9867 1719221479 -9866 292520326 -9865 875663531 -9864 536627902 -9863 375961092 -9862 1474212847 -9861 1884393362 -9860 1809455435 -9859 79466479 -9858 1284143105 -9857 362286522 -9856 881030546 -9855 1187257317 -9854 1683154312 -9853 554993119 -9852 1950442013 -9851 1773655090 -9850 1418365156 -9849 2030261908 -9848 1196904837 -9847 264963079 -9846 1315496134 -9845 56400360 -9844 186770888 -9843 841498786 -9842 885873822 -9841 1122245059 -9840 1610482790 -9839 208458876 -9838 1505703298 -9837 1135276924 -9836 1182593577 -9835 2064042882 -9834 1548934331 -9833 799718188 -9832 713989305 -9831 1394746368 -9830 600250256 -9829 1447168913 -9828 1345919581 -9827 96885788 -9826 826615858 -9825 326037427 -9824 1384298952 -9823 2056982869 -9822 1284111611 -9821 2067663753 -9820 576750253 -9819 1153402076 -9818 714765773 -9817 1140504476 -9816 78192191 -9815 473997348 -9814 1318010186 -9813 1212009477 -9812 1378499644 -9811 677414946 -9810 1764025409 -9809 475205866 -9808 1173348946 -9807 1589144064 -9806 1733826240 -9805 382875389 -9804 1350053577 -9803 154187963 -9802 199467931 -9801 1414304039 -9800 48826786 -9799 503364468 -9798 620553055 -9797 1019882154 -9796 860070484 -9795 917116636 -9794 1189409464 -9793 1464118846 -9792 1480232616 -9791 130709534 -9790 1352897980 -9789 1583729425 -9788 1075209885 -9787 240768425 -9786 1969977938 -9785 1013666362 -9784 1242981351 -9783 640595240 -9782 1595467716 -9781 903293778 -9780 1651549647 -9779 174881345 -9778 888863273 -9777 790473557 -9776 239090487 -9775 1579638277 -9774 183407458 -9773 2083233185 -9772 105361177 -9771 1843587111 -9770 793750984 -9769 1176428280 -9768 1790777632 -9767 1850920067 -9766 1977956338 -9765 1543435285 -9764 1584367668 -9763 1058699929 -9762 111220866 -9761 2043986839 -9760 1202983297 -9759 1112129554 -9758 1761235135 -9757 61543522 -9756 1145270722 -9755 1329382697 -9754 1565682294 -9753 339687573 -9752 1136529241 -9751 1420586371 -9750 14430505 -9749 861076090 -9748 2083274506 -9747 1456708644 -9746 607066099 -9745 303340949 -9744 1474277100 -9743 487303995 -9742 1289482201 -9741 1076416545 -9740 52809478 -9739 1090314565 -9738 1345955589 -9737 247342347 -9736 266552398 -9735 919256409 -9734 1432214419 -9733 1687864477 -9732 2003200280 -9731 1146574960 -9730 282751704 -9729 1141439775 -9728 2114342480 -9727 431852437 -9726 643344876 -9725 805583149 -9724 192853456 -9723 145095923 -9722 325257068 -9721 275453150 -9720 1484795513 -9719 705205508 -9718 254009991 -9717 1779933556 -9716 2129915192 -9715 119762104 -9714 1161342396 -9713 397860555 -9712 434494516 -9711 199167636 -9710 1877944603 -9709 1952950779 -9708 823762166 -9707 426699180 -9706 962611576 -9705 726171569 -9704 1063539777 -9703 285639459 -9702 1405112773 -9701 861760505 -9700 1179716127 -9699 1998382914 -9698 498094899 -9697 1308759331 -9696 238998981 -9695 498248952 -9694 480326081 -9693 2064883954 -9692 807784058 -9691 1767535207 -9690 21443159 -9689 1852345604 -9688 722773964 -9687 134247887 -9686 618591160 -9685 1732054637 -9684 1832751235 -9683 962174759 -9682 667399599 -9681 629027385 -9680 1522889118 -9679 1451245423 -9678 990339203 -9677 97590597 -9676 1510643051 -9675 676972117 -9674 1468542443 -9673 201779272 -9672 1253406979 -9671 1554213507 -9670 363665606 -9669 2018440444 -9668 1759383933 -9667 2147329594 -9666 828433250 -9665 321598675 -9664 1837948542 -9663 860274521 -9662 2043440795 -9661 1102922102 -9660 1044761243 -9659 2034678919 -9658 1233754444 -9657 1138202974 -9656 448980300 -9655 1803900049 -9654 1064655038 -9653 1203723850 -9652 1586769289 -9651 1363637824 -9650 1786171829 -9649 1425298520 -9648 2088086019 -9647 313367086 -9646 776531802 -9645 1308863779 -9644 1571048785 -9643 2061812584 -9642 1985597314 -9641 1382450183 -9640 1942313221 -9639 363819659 -9638 1190007193 -9637 1437785258 -9636 309381052 -9635 2115642377 -9634 425641528 -9633 735026440 -9632 1962996926 -9631 8761875 -9630 2016651306 -9629 2054041917 -9628 1585698619 -9627 1577338043 -9626 73547936 -9625 1392740097 -9624 217130759 -9623 1848500861 -9622 1565035669 -9621 161470769 -9620 1423035453 -9619 1472804743 -9618 648766718 -9617 779222240 -9616 889801949 -9615 862202865 -9614 1470750113 -9613 188598602 -9612 119499363 -9611 1621777654 -9610 192442990 -9609 504527963 -9608 54438607 -9607 1221848464 -9606 1012143730 -9605 1721838260 -9604 152645451 -9603 416879652 -9602 865858782 -9601 2056438657 -9600 570546904 -9599 439313263 -9598 1980493980 -9597 192958522 -9596 1360207283 -9595 372530723 -9594 1975188076 -9593 55659990 -9592 425465408 -9591 92230926 -9590 1660187698 -9589 643813213 -9588 583002794 -9587 1934047501 -9586 1455955774 -9585 701203347 -9584 742703502 -9583 1996456107 -9582 2143639260 -9581 1762455048 -9580 1567339047 -9579 1118078173 -9578 1639867880 -9577 480083994 -9576 1069203013 -9575 595264078 -9574 855979478 -9573 243690442 -9572 1993816396 -9571 426545519 -9570 75944676 -9569 377588382 -9568 1226589627 -9567 1607963257 -9566 365254093 -9565 1304547293 -9564 2094548962 -9563 1882957150 -9562 542955940 -9561 1929135843 -9560 1656711780 -9559 1873623845 -9558 1335341086 -9557 2029283095 -9556 1191343998 -9555 1606983315 -9554 705047735 -9553 1127732102 -9552 429117059 -9551 1025561086 -9550 122587167 -9549 1087255053 -9548 48875160 -9547 1044603802 -9546 1771588164 -9545 825512571 -9544 748931329 -9543 429433959 -9542 167745765 -9541 1616228014 -9540 1347439539 -9539 615465067 -9538 12334288 -9537 2069525982 -9536 1660897943 -9535 629780591 -9534 761591353 -9533 165413119 -9532 226245370 -9531 816815742 -9530 593794757 -9529 1774912333 -9528 682279847 -9527 1875841419 -9526 1324235360 -9525 63611896 -9524 1177866256 -9523 1826970296 -9522 1005144935 -9521 1489345654 -9520 976685926 -9519 1225467013 -9518 1463150537 -9517 1370846236 -9516 295672473 -9515 1342154204 -9514 657766806 -9513 1280186963 -9512 1229478068 -9511 1699764346 -9510 1603893726 -9509 1425397205 -9508 1102050772 -9507 1530037345 -9506 1307934629 -9505 1495484824 -9504 403535220 -9503 2092259258 -9502 1719102010 -9501 598816685 -9500 134535895 -9499 865436986 -9498 450676973 -9497 618667951 -9496 697975163 -9495 1644748711 -9494 1205950609 -9493 1836004249 -9492 850284370 -9491 1927161570 -9490 26195117 -9489 1753323338 -9488 929794540 -9487 120996332 -9486 713079430 -9485 1162969158 -9484 112676136 -9483 1105486107 -9482 1823776885 -9481 1951564511 -9480 597713574 -9479 73856380 -9478 117462575 -9477 1754049596 -9476 1126502125 -9475 1363159019 -9474 1923866462 -9473 1952202183 -9472 1957723363 -9471 853665024 -9470 148139712 -9469 1663351592 -9468 167461823 -9467 953411909 -9466 1560200990 -9465 1009454561 -9464 794464341 -9463 1426272687 -9462 1809809132 -9461 1244444680 -9460 997367030 -9459 2052682433 -9458 1040243907 -9457 1914309030 -9456 8320196 -9455 1755076971 -9454 1486675921 -9453 308595273 -9452 507772533 -9451 1749920504 -9450 1834101935 -9449 991147626 -9448 1094837903 -9447 901787204 -9446 1977666782 -9445 1321783590 -9444 1552919304 -9443 1070201438 -9442 1804062470 -9441 294371770 -9440 686203201 -9439 1342211451 -9438 103150602 -9437 1305490909 -9436 158947568 -9435 133928303 -9434 1347129077 -9433 1697503309 -9432 428905657 -9431 1904610347 -9430 204200772 -9429 1230541648 -9428 2044362237 -9427 1432650584 -9426 427633109 -9425 1847208570 -9424 1247304438 -9423 1884239064 -9422 621976986 -9421 1664108554 -9420 655082601 -9419 932314731 -9418 1160964492 -9417 1920537961 -9416 1496351548 -9415 907465344 -9414 1665204767 -9413 1258547533 -9412 383998237 -9411 461851019 -9410 191221168 -9409 1528195939 -9408 1183263883 -9407 2116705947 -9406 2105845480 -9405 608927906 -9404 1852506294 -9403 1590002378 -9402 1493302537 -9401 1345847657 -9400 2007731758 -9399 919033836 -9398 802908539 -9397 197153666 -9396 185346146 -9395 690877692 -9394 1225231584 -9393 1730679531 -9392 1229156463 -9391 1837145903 -9390 503144062 -9389 882028287 -9388 1583446830 -9387 253499148 -9386 255333194 -9385 237804015 -9384 523467107 -9383 1203353748 -9382 1067326365 -9381 1003285945 -9380 1426070784 -9379 221998868 -9378 1569834107 -9377 574335976 -9376 264199653 -9375 515843101 -9374 1263109017 -9373 506658637 -9372 1729754268 -9371 574268701 -9370 542939118 -9369 1810578091 -9368 733687689 -9367 112030846 -9366 1119405730 -9365 602150263 -9364 1609204877 -9363 1535569329 -9362 1227535469 -9361 347128176 -9360 253699072 -9359 249644913 -9358 626695093 -9357 1345642815 -9356 1877515689 -9355 1199463094 -9354 1317961297 -9353 1667664809 -9352 1924766611 -9351 845327497 -9350 1580935486 -9349 851734808 -9348 2105282863 -9347 1053991006 -9346 1458710607 -9345 1905024664 -9344 933572481 -9343 688840316 -9342 2111203167 -9341 2066659825 -9340 1988064659 -9339 430908271 -9338 691172361 -9337 131537426 -9336 650309617 -9335 1731320048 -9334 1522098441 -9333 1262076701 -9332 1281870257 -9331 977890556 -9330 1867916730 -9329 1055539905 -9328 519612872 -9327 1574715647 -9326 27681518 -9325 209850880 -9324 1422180130 -9323 472633800 -9322 86729323 -9321 1073031803 -9320 887528282 -9319 526944480 -9318 1540507849 -9317 200258198 -9316 120418525 -9315 769870290 -9314 1941305145 -9313 1014396304 -9312 848259305 -9311 1680294895 -9310 1375487463 -9309 1856527233 -9308 1928082302 -9307 1107335961 -9306 756922633 -9305 1535716564 -9304 449449791 -9303 544207885 -9302 1541643618 -9301 226330352 -9300 458277684 -9299 293201083 -9298 1027858387 -9297 309761992 -9296 152535517 -9295 1702531365 -9294 123121556 -9293 349148327 -9292 1732589166 -9291 1707268491 -9290 1680007602 -9289 687270083 -9288 406525955 -9287 770637558 -9286 406436701 -9285 1253505869 -9284 2069094633 -9283 261010250 -9282 1786392488 -9281 1139215720 -9280 1899696241 -9279 268151502 -9278 1099604600 -9277 392365737 -9276 657886169 -9275 212714747 -9274 2141556594 -9273 223119439 -9272 85930201 -9271 1248442535 -9270 1345955613 -9269 148515692 -9268 140665566 -9267 1472810669 -9266 186640435 -9265 1950870838 -9264 2117425847 -9263 563336713 -9262 816624372 -9261 1045319083 -9260 1300742536 -9259 909370044 -9258 280833382 -9257 1300503734 -9256 849026573 -9255 145426451 -9254 1614597028 -9253 929878913 -9252 508797656 -9251 1518240986 -9250 39611120 -9249 1507330504 -9248 1757748981 -9247 886889852 -9246 398292791 -9245 434766730 -9244 126784546 -9243 893114058 -9242 1024647474 -9241 2084898157 -9240 1107776969 -9239 2020628591 -9238 2109358904 -9237 337278376 -9236 1502868470 -9235 1770787370 -9234 1134246465 -9233 1072106764 -9232 1410077824 -9231 2054737976 -9230 764485700 -9229 238802 -9228 60343471 -9227 135406931 -9226 1833390353 -9225 2066631307 -9224 1784112442 -9223 96356042 -9222 890267793 -9221 1148950800 -9220 1907975653 -9219 1300204915 -9218 1109037712 -9217 1322982251 -9216 760105306 -9215 1652662381 -9214 1557602903 -9213 189370036 -9212 1932820737 -9211 1151502531 -9210 2123022901 -9209 770498593 -9208 517760121 -9207 338571534 -9206 1350515558 -9205 430761706 -9204 360709546 -9203 1226992137 -9202 307621063 -9201 1409839022 -9200 1994394505 -9199 629078769 -9198 314332097 -9197 141195811 -9196 498778137 -9195 1737034311 -9194 1176363514 -9193 635161642 -9192 335864037 -9191 1737546526 -9190 39913088 -9189 584993402 -9188 540099609 -9187 1603858979 -9186 1912862995 -9185 570735270 -9184 1867325292 -9183 406100372 -9182 213830783 -9181 1162322143 -9180 633742410 -9179 1784451367 -9178 1567466683 -9177 86998414 -9176 2125345636 -9175 123523421 -9174 123140643 -9173 1098354172 -9172 1380081279 -9171 1826025942 -9170 1095506925 -9169 1853198694 -9168 130300632 -9167 724781434 -9166 1112315945 -9165 2011100143 -9164 1401170273 -9163 1586300636 -9162 595248554 -9161 1898354283 -9160 1197446917 -9159 583537756 -9158 819614054 -9157 2116847987 -9156 1884017335 -9155 1506762623 -9154 356904486 -9153 705003148 -9152 1919841610 -9151 576863064 -9150 1742339108 -9149 546743995 -9148 1806589379 -9147 1443943261 -9146 2111341419 -9145 1026991464 -9144 890925790 -9143 444598348 -9142 2847247 -9141 1674366233 -9140 1695725310 -9139 370725491 -9138 740882748 -9137 266684137 -9136 1471094808 -9135 1673498957 -9134 1415851589 -9133 1650299638 -9132 388853719 -9131 11710797 -9130 1078740229 -9129 1228082578 -9128 847004069 -9127 1460335079 -9126 1759943500 -9125 1179014187 -9124 1734404660 -9123 1927525070 -9122 1110147688 -9121 1373097615 -9120 917757333 -9119 298395847 -9118 582886224 -9117 779597915 -9116 553017471 -9115 1666743071 -9114 1024144217 -9113 1364043204 -9112 896356686 -9111 1779605404 -9110 933483485 -9109 1429041173 -9108 1047114330 -9107 1214867439 -9106 998316196 -9105 1968278818 -9104 1284645238 -9103 1404140791 -9102 571559409 -9101 1308254789 -9100 1312190376 -9099 1765888797 -9098 1615622725 -9097 1815473530 -9096 1873414067 -9095 1979902078 -9094 68866499 -9093 361307045 -9092 1009767736 -9091 811751841 -9090 790211391 -9089 138159418 -9088 1892862023 -9087 1063626801 -9086 1902937346 -9085 1336457915 -9084 770386385 -9083 1392022461 -9082 430559719 -9081 1614799160 -9080 732491073 -9079 1866099694 -9078 430724977 -9077 1226319160 -9076 2077705848 -9075 1741659052 -9074 1396719409 -9073 2123874097 -9072 91950415 -9071 953154259 -9070 1840115711 -9069 1644200494 -9068 2039958378 -9067 1783204295 -9066 1746607031 -9065 1512107021 -9064 970134342 -9063 1404598306 -9062 1718579302 -9061 871608318 -9060 1066373465 -9059 1874068238 -9058 382705720 -9057 556404108 -9056 293240416 -9055 510914885 -9054 905898195 -9053 1303070872 -9052 659531387 -9051 711943673 -9050 1184074183 -9049 1653655561 -9048 1935877493 -9047 836549573 -9046 1977083398 -9045 2101315399 -9044 1649708637 -9043 443565150 -9042 283758386 -9041 595233568 -9040 1060679529 -9039 56911416 -9038 2045077111 -9037 527851357 -9036 813069953 -9035 342008725 -9034 1941011367 -9033 98526024 -9032 338224840 -9031 1991994712 -9030 488902597 -9029 509969357 -9028 1580827822 -9027 2019274483 -9026 1797989561 -9025 1137653191 -9024 1998867145 -9023 193954522 -9022 118996689 -9021 1153359474 -9020 923549828 -9019 347524610 -9018 1824055811 -9017 1982045742 -9016 1334324583 -9015 1533518248 -9014 1817557013 -9013 1054475069 -9012 1530369269 -9011 226846969 -9010 697640105 -9009 532828172 -9008 1391325111 -9007 1703068386 -9006 734323638 -9005 714543929 -9004 3783884 -9003 2096500302 -9002 1757107074 -9001 1975739131 -9000 411166890 -8999 617111762 -8998 859463444 -8997 443174630 -8996 20407338 -8995 1604035039 -8994 1018656502 -8993 845507671 -8992 1417888342 -8991 1918955727 -8990 1476787311 -8989 1088987733 -8988 1160683674 -8987 290537562 -8986 164488729 -8985 279849514 -8984 3148979 -8983 1590710043 -8982 356834964 -8981 997541097 -8980 983005506 -8979 1142055366 -8978 1945988182 -8977 676781182 -8976 1699284502 -8975 785306983 -8974 1104920502 -8973 175528401 -8972 1685333412 -8971 1139995312 -8970 1116275687 -8969 2115475908 -8968 596704424 -8967 1402912053 -8966 1572001776 -8965 1322383314 -8964 186146697 -8963 1247184422 -8962 1516204008 -8961 328900608 -8960 758272053 -8959 1186249748 -8958 924499004 -8957 880834160 -8956 287388583 -8955 721262334 -8954 2070498198 -8953 1153091530 -8952 607704537 -8951 1362263245 -8950 1199036563 -8949 306224323 -8948 1590254512 -8947 1160681198 -8946 1719344328 -8945 1523756101 -8944 1247457219 -8943 2112408838 -8942 1206736361 -8941 1717341152 -8940 543290888 -8939 1860847282 -8938 543474131 -8937 1421804757 -8936 1216765356 -8935 324817354 -8934 1953662954 -8933 2004729736 -8932 488912369 -8931 329954260 -8930 1551885252 -8929 2024921541 -8928 898861165 -8927 203236670 -8926 957819609 -8925 1281780700 -8924 113557796 -8923 708234953 -8922 2101538615 -8921 301480214 -8920 1919492381 -8919 38355364 -8918 734363643 -8917 66498411 -8916 2060707627 -8915 1754419138 -8914 317019739 -8913 1677599715 -8912 1569117949 -8911 1493372727 -8910 1173867020 -8909 1268969779 -8908 644081926 -8907 218656777 -8906 1615625451 -8905 1359519267 -8904 1983388632 -8903 1623708694 -8902 452844484 -8901 611474476 -8900 1578576742 -8899 1348648582 -8898 1067101931 -8897 1764564113 -8896 89678873 -8895 249584656 -8894 1327725733 -8893 1959561230 -8892 936226220 -8891 2063183251 -8890 1714600218 -8889 1852993969 -8888 125131385 -8887 1127428153 -8886 1896962320 -8885 383107911 -8884 185301188 -8883 971130660 -8882 503732695 -8881 300148170 -8880 849290800 -8879 955210243 -8878 1800827975 -8877 1432046307 -8876 382751793 -8875 2139400405 -8874 906674783 -8873 1371914156 -8872 45131951 -8871 1251679549 -8870 1691856193 -8869 1961496277 -8868 1258969709 -8867 817517275 -8866 436838380 -8865 277601291 -8864 1460842084 -8863 1412026130 -8862 244961012 -8861 1230715898 -8860 1938051865 -8859 587172065 -8858 2103515297 -8857 1889507122 -8856 942126965 -8855 925831659 -8854 2026858864 -8853 2032636666 -8852 121839860 -8851 1696006100 -8850 646803843 -8849 1564728141 -8848 572458450 -8847 1808911218 -8846 525371523 -8845 1158321285 -8844 2094268454 -8843 1802478882 -8842 1827541611 -8841 231119322 -8840 2140193488 -8839 874338918 -8838 1524657897 -8837 981368418 -8836 1504158838 -8835 1172295898 -8834 32640279 -8833 230126186 -8832 1621457912 -8831 1805272595 -8830 1274684249 -8829 48544743 -8828 1792528748 -8827 1177683638 -8826 2010131905 -8825 1056973947 -8824 803991799 -8823 330852764 -8822 1385832823 -8821 704595366 -8820 1123547650 -8819 985376273 -8818 1039356618 -8817 1561620813 -8816 1862126412 -8815 870376289 -8814 1478263322 -8813 1863149132 -8812 1809769041 -8811 953202693 -8810 853945072 -8809 1158825070 -8808 1517663727 -8807 352361999 -8806 948728139 -8805 1274032652 -8804 1698321633 -8803 374851332 -8802 1102925585 -8801 1572913169 -8800 12743847 -8799 97000611 -8798 185896486 -8797 735554801 -8796 373691838 -8795 1679279141 -8794 1818624772 -8793 99396433 -8792 1354788762 -8791 400456550 -8790 1812722396 -8789 1709410485 -8788 1270733509 -8787 168980328 -8786 83357491 -8785 2146460928 -8784 1208090896 -8783 525060629 -8782 1009204059 -8781 650943971 -8780 1583022613 -8779 501583073 -8778 210096931 -8777 243631075 -8776 801524014 -8775 573876807 -8774 171107067 -8773 125408464 -8772 362107485 -8771 1005924974 -8770 1387016683 -8769 1424672694 -8768 1870792420 -8767 654100993 -8766 1064413677 -8765 274295405 -8764 324490378 -8763 1418168222 -8762 434157684 -8761 1792861925 -8760 1277206689 -8759 1643742068 -8758 1626052994 -8757 1271756229 -8756 1108373080 -8755 1705780510 -8754 1137256868 -8753 557146925 -8752 1089521663 -8751 507620986 -8750 440847039 -8749 1339391538 -8748 1847542707 -8747 1783703772 -8746 72524007 -8745 676115549 -8744 211769322 -8743 1312665741 -8742 885875429 -8741 1084918439 -8740 1282616201 -8739 732915690 -8738 360259017 -8737 1596497015 -8736 329610614 -8735 1793729103 -8734 1987621369 -8733 679112101 -8732 140961533 -8731 937899264 -8730 166808931 -8729 5450460 -8728 535368987 -8727 2067756132 -8726 134499360 -8725 551226155 -8724 616258846 -8723 629635882 -8722 116299885 -8721 1897613773 -8720 807561927 -8719 804626915 -8718 1266867531 -8717 1171427157 -8716 1571934450 -8715 907341914 -8714 1937723768 -8713 1274334531 -8712 30049540 -8711 152959739 -8710 724659422 -8709 1833602834 -8708 403305075 -8707 714013562 -8706 1756359294 -8705 1797982161 -8704 1652767570 -8703 1049722104 -8702 512303169 -8701 135511073 -8700 402530277 -8699 246536447 -8698 2018434747 -8697 2131626480 -8696 1451497285 -8695 1652347126 -8694 434926270 -8693 866128721 -8692 1969557602 -8691 1459156618 -8690 630746242 -8689 1783618418 -8688 1380176112 -8687 359525617 -8686 1381187037 -8685 297599919 -8684 877292374 -8683 1784764028 -8682 549675109 -8681 343930353 -8680 1897138312 -8679 10645860 -8678 77243540 -8677 752806562 -8676 1208729640 -8675 706637189 -8674 1285678992 -8673 1517256497 -8672 647191827 -8671 265766722 -8670 264559973 -8669 418387445 -8668 942522810 -8667 366087621 -8666 1696700210 -8665 585368564 -8664 1830273172 -8663 1123253299 -8662 235382479 -8661 185939184 -8660 78980506 -8659 271220625 -8658 402431380 -8657 1082576193 -8656 1629716891 -8655 1743906657 -8654 1895408458 -8653 533362020 -8652 2035109364 -8651 539029249 -8650 266686813 -8649 1144331750 -8648 949399868 -8647 1518089999 -8646 1614611218 -8645 1838956791 -8644 59445362 -8643 1019912270 -8642 1252696523 -8641 228804382 -8640 1470727560 -8639 2045956000 -8638 869170883 -8637 357154246 -8636 683298097 -8635 573446910 -8634 349986084 -8633 1644333987 -8632 1044272793 -8631 2111645502 -8630 1930991452 -8629 1143887961 -8628 788987382 -8627 806008371 -8626 1334651382 -8625 1096354870 -8624 1856280940 -8623 1356379209 -8622 266675207 -8621 890777614 -8620 1737113029 -8619 896080462 -8618 1677204180 -8617 1257926725 -8616 1458644637 -8615 594698948 -8614 586260267 -8613 1978124627 -8612 1696668358 -8611 1354224171 -8610 1507117147 -8609 1113573314 -8608 1362657903 -8607 295723972 -8606 7168161 -8605 1186447757 -8604 1676657765 -8603 385824230 -8602 1860826183 -8601 2047868480 -8600 1322658120 -8599 1124983080 -8598 1956720226 -8597 1840116159 -8596 1097211079 -8595 2125755821 -8594 829679663 -8593 965503326 -8592 1766749828 -8591 1518078393 -8590 1361057082 -8589 479186304 -8588 1584919473 -8587 1082505232 -8586 671666457 -8585 1628003657 -8584 1045514238 -8583 1379519744 -8582 471007480 -8581 583095044 -8580 2139049915 -8579 1211393175 -8578 1106405152 -8577 176210146 -8576 766549855 -8575 1768827579 -8574 1473105222 -8573 1776272932 -8572 1210649757 -8571 735843103 -8570 91148254 -8569 1630025609 -8568 27772001 -8567 1978448053 -8566 1010436496 -8565 131707753 -8564 359005992 -8563 1459084917 -8562 1751929891 -8561 1287563524 -8560 2080642568 -8559 278551850 -8558 1955003494 -8557 2104399463 -8556 36990994 -8555 1439630361 -8554 1156996177 -8553 462419194 -8552 1387953477 -8551 1407097953 -8550 1624173539 -8549 1962839769 -8548 444843319 -8547 1485061221 -8546 850588572 -8545 1137760571 -8544 558177822 -8543 737262119 -8542 1685124678 -8541 1728107796 -8540 708071101 -8539 260183848 -8538 619589112 -8537 2043547896 -8536 1619442061 -8535 1698835227 -8534 527261509 -8533 1218926116 -8532 1525925997 -8531 1473378041 -8530 1480043678 -8529 2123726753 -8528 241560856 -8527 515373133 -8526 947403286 -8525 1722055448 -8524 51676884 -8523 1897381872 -8522 985729302 -8521 1572597355 -8520 962254633 -8519 139112318 -8518 1112251197 -8517 1454566396 -8516 926883399 -8515 113326453 -8514 1600119540 -8513 977553673 -8512 29191017 -8511 1424940830 -8510 1108518684 -8509 812006853 -8508 788225435 -8507 1068237533 -8506 1516286387 -8505 400515945 -8504 172909230 -8503 1201367116 -8502 1886366086 -8501 1549682892 -8500 1231817184 -8499 964670544 -8498 1176323467 -8497 666989056 -8496 463696249 -8495 1197505061 -8494 736326145 -8493 626563176 -8492 935127239 -8491 846616984 -8490 460346158 -8489 1655171885 -8488 1359712567 -8487 998924744 -8486 2001930504 -8485 2096813373 -8484 84135435 -8483 175178710 -8482 2016518637 -8481 1364667812 -8480 636715394 -8479 40281150 -8478 1443204114 -8477 387709490 -8476 895328303 -8475 314919270 -8474 661633507 -8473 770709986 -8472 2117033580 -8471 921695541 -8470 373359425 -8469 564828128 -8468 500974295 -8467 2126302053 -8466 2078146559 -8465 1984616721 -8464 262377822 -8463 2037192809 -8462 166217018 -8461 1427439002 -8460 1634388064 -8459 1608905061 -8458 1800725029 -8457 1410382842 -8456 914789309 -8455 1826751793 -8454 80294736 -8453 866951271 -8452 1685946964 -8451 1976237487 -8450 2068947346 -8449 249005904 -8448 1292436495 -8447 1128284843 -8446 1873559631 -8445 124618317 -8444 345369338 -8443 1887421613 -8442 397350561 -8441 1552205452 -8440 420721246 -8439 394541019 -8438 634165217 -8437 663841222 -8436 1863924231 -8435 40953749 -8434 1818399702 -8433 982422468 -8432 402804745 -8431 704795605 -8430 1774197621 -8429 224005222 -8428 694115752 -8427 2121456883 -8426 1330088106 -8425 47838038 -8424 140804829 -8423 251540897 -8422 945487572 -8421 1436941060 -8420 683800992 -8419 940662503 -8418 522929920 -8417 1167818177 -8416 782915505 -8415 2133621666 -8414 1874751404 -8413 940647534 -8412 1466700367 -8411 2809541 -8410 918040235 -8409 1904363672 -8408 678100436 -8407 593211467 -8406 992925167 -8405 881501762 -8404 1785632652 -8403 1113604097 -8402 1355708495 -8401 178799522 -8400 10679852 -8399 1800224385 -8398 1041400764 -8397 646277714 -8396 1980652054 -8395 1078547209 -8394 1249834113 -8393 851347417 -8392 1715223553 -8391 4825069 -8390 914011139 -8389 1663466462 -8388 157746998 -8387 536791902 -8386 1440550421 -8385 1989751618 -8384 666921299 -8383 1871941863 -8382 22607299 -8381 1709820342 -8380 1472192753 -8379 324828767 -8378 911438505 -8377 1944082322 -8376 955062463 -8375 2026804718 -8374 1673276915 -8373 1606833130 -8372 1102924245 -8371 1702967758 -8370 1284882406 -8369 1511885786 -8368 1967055979 -8367 2110337203 -8366 1543927249 -8365 1129304636 -8364 1510807304 -8363 1245009044 -8362 2084819926 -8361 51757090 -8360 1994561719 -8359 377219237 -8358 222916041 -8357 315479027 -8356 2017354251 -8355 1716092206 -8354 1967144319 -8353 1104584604 -8352 399749110 -8351 1845262180 -8350 798381837 -8349 1675594079 -8348 1517249952 -8347 1032117435 -8346 270805407 -8345 1495712981 -8344 923880473 -8343 2117792805 -8342 321950724 -8341 1738522107 -8340 1883395426 -8339 1322028850 -8338 2115442185 -8337 837751343 -8336 599529899 -8335 298918205 -8334 1191968358 -8333 1459050213 -8332 1397930972 -8331 1707600689 -8330 1976324697 -8329 1679082692 -8328 507348633 -8327 654307483 -8326 495818356 -8325 912769647 -8324 1316343096 -8323 121882139 -8322 306202767 -8321 871638679 -8320 328012227 -8319 1913748050 -8318 1404788672 -8317 21536971 -8316 108236962 -8315 300496250 -8314 1173762257 -8313 1332842014 -8312 234397378 -8311 1147405521 -8310 1770563570 -8309 1045644083 -8308 722498951 -8307 1816523980 -8306 1793266632 -8305 1287963334 -8304 1048470880 -8303 1631851317 -8302 1630209164 -8301 1866331928 -8300 1200252055 -8299 1322017213 -8298 1183264335 -8297 1742062634 -8296 1485448035 -8295 373936217 -8294 606566880 -8293 444704417 -8292 1941353559 -8291 539938364 -8290 1614333655 -8289 306475256 -8288 1805511088 -8287 1104292422 -8286 995258362 -8285 922878596 -8284 66098871 -8283 26356735 -8282 1709762092 -8281 1336236943 -8280 424906570 -8279 2101523238 -8278 1399861099 -8277 1582019265 -8276 768053099 -8275 161415315 -8274 1805237817 -8273 1329622600 -8272 431599262 -8271 308191951 -8270 683067593 -8269 1605673069 -8268 1984052826 -8267 809328118 -8266 1135495754 -8265 1040743618 -8264 580066306 -8263 66628515 -8262 977854410 -8261 1634878303 -8260 881910924 -8259 510041233 -8258 1458700541 -8257 882632492 -8256 1038193550 -8255 968901627 -8254 1360600152 -8253 877345576 -8252 1748933813 -8251 1755722502 -8250 2083859492 -8249 990370953 -8248 1333470138 -8247 1238445784 -8246 1924265095 -8245 1585914147 -8244 1877299701 -8243 1497045866 -8242 646555007 -8241 973409841 -8240 471622773 -8239 2021223123 -8238 470177314 -8237 943309207 -8236 229261812 -8235 1068867239 -8234 62889208 -8233 1092671650 -8232 1332201239 -8231 467813177 -8230 176177762 -8229 2146762079 -8228 1619331330 -8227 489798914 -8226 1669515988 -8225 160847974 -8224 1367451462 -8223 1752361298 -8222 940969732 -8221 758562859 -8220 422252363 -8219 845413708 -8218 1213589506 -8217 1895039639 -8216 1508629731 -8215 427219229 -8214 939359140 -8213 903889860 -8212 1025423093 -8211 772815532 -8210 503232526 -8209 1675797213 -8208 1791961311 -8207 1548793723 -8206 880419999 -8205 1284073809 -8204 1884149647 -8203 1742559679 -8202 916493888 -8201 1332922808 -8200 995965494 -8199 1833862495 -8198 477246091 -8197 1458483356 -8196 1269831100 -8195 2064638338 -8194 1367361889 -8193 608888602 -8192 1330108934 -8191 95556024 -8190 1692457001 -8189 674696372 -8188 1484267625 -8187 786370277 -8186 955680498 -8185 604739871 -8184 1549279783 -8183 166543608 -8182 400657333 -8181 1497109528 -8180 1128337869 -8179 1101922451 -8178 795377214 -8177 507887501 -8176 1812127724 -8175 1285343967 -8174 367579921 -8173 551226839 -8172 746594185 -8171 1230115041 -8170 855676717 -8169 1684965786 -8168 564031395 -8167 560091400 -8166 91121467 -8165 660942498 -8164 734529404 -8163 1271805865 -8162 1063915249 -8161 655412562 -8160 758772047 -8159 906086724 -8158 1866499522 -8157 879527754 -8156 1384574141 -8155 789136890 -8154 204082537 -8153 52170255 -8152 1185689387 -8151 1446218530 -8150 701732313 -8149 620450367 -8148 1437278375 -8147 1657516895 -8146 140307580 -8145 1260900884 -8144 538749782 -8143 1284948528 -8142 1843033770 -8141 1209112047 -8140 666083646 -8139 295585316 -8138 1593844319 -8137 2050572545 -8136 1973045644 -8135 966799250 -8134 1744510897 -8133 79116842 -8132 513033817 -8131 157828524 -8130 936396688 -8129 2026727941 -8128 1668996231 -8127 1077362632 -8126 675445216 -8125 1332403886 -8124 1750931150 -8123 905347655 -8122 1497921590 -8121 565239020 -8120 8940155 -8119 1191699066 -8118 480142787 -8117 176377490 -8116 1118767112 -8115 1002842700 -8114 1565350762 -8113 1477121383 -8112 618864882 -8111 1547448454 -8110 1762751376 -8109 762994749 -8108 470023320 -8107 627045069 -8106 306061648 -8105 1893928802 -8104 453765432 -8103 1586682372 -8102 1290203802 -8101 633789524 -8100 636315941 -8099 2006517704 -8098 1351282725 -8097 336592345 -8096 1473915129 -8095 1917581209 -8094 1981965944 -8093 1185692130 -8092 896407499 -8091 306222523 -8090 85096233 -8089 1980046313 -8088 72931954 -8087 1624783734 -8086 758510376 -8085 1789129377 -8084 383977818 -8083 17902308 -8082 1861853655 -8081 2003353781 -8080 1077425134 -8079 1135706307 -8078 456933101 -8077 723578165 -8076 173279636 -8075 866862923 -8074 603725000 -8073 1967459556 -8072 950366431 -8071 1431169746 -8070 1429990447 -8069 299723596 -8068 532602574 -8067 1581185163 -8066 502110049 -8065 288222999 -8064 1021173710 -8063 1675743420 -8062 1100595897 -8061 1063844834 -8060 233290569 -8059 607796146 -8058 1221535936 -8057 431286225 -8056 1240805916 -8055 740608068 -8054 2074759369 -8053 528107685 -8052 1087960822 -8051 726147348 -8050 1546420680 -8049 353846968 -8048 962426670 -8047 1737553825 -8046 119853165 -8045 353303728 -8044 2063980140 -8043 1320038902 -8042 537469109 -8041 650642834 -8040 898567171 -8039 1996288931 -8038 1945097195 -8037 244379575 -8036 560011453 -8035 973850276 -8034 1335110749 -8033 2104812523 -8032 1442452851 -8031 492799751 -8030 1989792546 -8029 1949487992 -8028 1514473878 -8027 480927868 -8026 504010503 -8025 712698230 -8024 1800130894 -8023 1348612021 -8022 1129170653 -8021 734113853 -8020 1911204326 -8019 1956350502 -8018 233993803 -8017 609122942 -8016 1821057333 -8015 947297910 -8014 1963318266 -8013 1413337306 -8012 421471731 -8011 688663826 -8010 853029287 -8009 654187596 -8008 1436277478 -8007 971246919 -8006 1056752474 -8005 602682578 -8004 1678881073 -8003 842310998 -8002 115019977 -8001 1640448506 -8000 1125809520 -7999 1508864678 -7998 1445477489 -7997 801775648 -7996 828280621 -7995 1302882130 -7994 1731011225 -7993 1066017041 -7992 1584891343 -7991 1320303799 -7990 500120050 -7989 1302081383 -7988 135293169 -7987 1434179541 -7986 793288324 -7985 407720027 -7984 525826179 -7983 1274654440 -7982 560308019 -7981 1914767783 -7980 1399869996 -7979 2029266016 -7978 1744918770 -7977 833594900 -7976 1439849493 -7975 214441475 -7974 487662600 -7973 38432567 -7972 1863985126 -7971 753638947 -7970 194971017 -7969 324033872 -7968 680584056 -7967 142595358 -7966 1218248071 -7965 1909747228 -7964 1865474435 -7963 410707426 -7962 565896991 -7961 282809959 -7960 1185010629 -7959 1213424157 -7958 508793059 -7957 1875056790 -7956 908353361 -7955 1666117531 -7954 1994895656 -7953 758542044 -7952 2022268092 -7951 678525651 -7950 169849013 -7949 566275096 -7948 589416522 -7947 1530477294 -7946 345932299 -7945 1401416926 -7944 497939997 -7943 1881507301 -7942 1990945197 -7941 1539951253 -7940 73054891 -7939 52375659 -7938 1253269449 -7937 918320476 -7936 424604571 -7935 807540645 -7934 1343850237 -7933 1582664476 -7932 1373180444 -7931 1499956482 -7930 1921500548 -7929 1457437487 -7928 305070795 -7927 990159176 -7926 2027644782 -7925 149811317 -7924 1791333087 -7923 1316370005 -7922 588693031 -7921 1455992996 -7920 89109128 -7919 786855366 -7918 220342796 -7917 1335483244 -7916 1032537297 -7915 611908646 -7914 1557955377 -7913 1105472392 -7912 1808452410 -7911 1938569538 -7910 286681804 -7909 1302218063 -7908 1775254736 -7907 445728804 -7906 1721953886 -7905 989423743 -7904 1581843848 -7903 1991377403 -7902 1808647576 -7901 2063226605 -7900 1194885686 -7899 931341372 -7898 1577276352 -7897 155259478 -7896 1346309737 -7895 711274777 -7894 1708601933 -7893 335340090 -7892 1227260876 -7891 1949321313 -7890 1235650200 -7889 901109532 -7888 1901801717 -7887 1755917798 -7886 1925011515 -7885 2074548553 -7884 950939884 -7883 1766869486 -7882 818790588 -7881 506234347 -7880 163314802 -7879 1988436647 -7878 1727747824 -7877 785830993 -7876 1011368604 -7875 1878060131 -7874 1328259815 -7873 1666100891 -7872 796491717 -7871 877306204 -7870 485950253 -7869 1039626208 -7868 1732515283 -7867 866001575 -7866 594141193 -7865 1010969646 -7864 1631497549 -7863 1906764268 -7862 1247173538 -7861 326151344 -7860 47519595 -7859 1627216050 -7858 1123581665 -7857 1974736812 -7856 804977913 -7855 158142028 -7854 1255757965 -7853 444705537 -7852 1603554684 -7851 977837588 -7850 925970170 -7849 1524967457 -7848 977068043 -7847 1997171341 -7846 1605054826 -7845 1492751361 -7844 1081568414 -7843 450953611 -7842 1180150638 -7841 1904349157 -7840 1292274569 -7839 1767432326 -7838 445485015 -7837 721545636 -7836 1381987674 -7835 834860572 -7834 1911279756 -7833 1305346205 -7832 1859244673 -7831 1767441136 -7830 1350053326 -7829 220266431 -7828 822238136 -7827 965439637 -7826 718978847 -7825 360272376 -7824 702070992 -7823 277920376 -7822 1666219015 -7821 78587226 -7820 769545 -7819 1076282477 -7818 2067396279 -7817 1631800330 -7816 915602927 -7815 1154101215 -7814 312600723 -7813 1324702905 -7812 1306162690 -7811 1560201960 -7810 1458864142 -7809 570728932 -7808 385444652 -7807 1758108090 -7806 957749528 -7805 76641469 -7804 1123099547 -7803 143838619 -7802 2102776526 -7801 1638978242 -7800 945203000 -7799 384613689 -7798 1648771231 -7797 461965760 -7796 263368644 -7795 441058471 -7794 841537009 -7793 623483766 -7792 277150831 -7791 589936538 -7790 158674595 -7789 516452862 -7788 160679549 -7787 913295064 -7786 1319199607 -7785 1738383670 -7784 1995422173 -7783 899882411 -7782 2013322411 -7781 735433757 -7780 1174757308 -7779 1848239699 -7778 1760463052 -7777 308803183 -7776 635008543 -7775 813910909 -7774 121348590 -7773 1631604953 -7772 1346119267 -7771 1718162837 -7770 2137690658 -7769 483237239 -7768 121245045 -7767 1207712760 -7766 1767912399 -7765 1787368526 -7764 163907639 -7763 251600471 -7762 464809171 -7761 1908181617 -7760 429256988 -7759 1392863178 -7758 1344736903 -7757 569779527 -7756 1065356539 -7755 419317196 -7754 1872544907 -7753 1259988415 -7752 1872608751 -7751 165082711 -7750 1122454353 -7749 865954125 -7748 1213231156 -7747 946552143 -7746 187454592 -7745 1150887237 -7744 1615275289 -7743 550669401 -7742 1641397943 -7741 862882028 -7740 1596917792 -7739 929977898 -7738 862808488 -7737 481360166 -7736 1043805121 -7735 1516311928 -7734 1322559355 -7733 403209670 -7732 1969827130 -7731 1219429640 -7730 563444714 -7729 2006961109 -7728 327506639 -7727 925419706 -7726 844718267 -7725 1952851772 -7724 694192093 -7723 1707462196 -7722 137534062 -7721 1006654626 -7720 1099335203 -7719 175902210 -7718 678499532 -7717 62343919 -7716 1478760501 -7715 1784268839 -7714 1656972942 -7713 752393261 -7712 1101235257 -7711 711420045 -7710 73540 -7709 1115557625 -7708 2033656425 -7707 1493980207 -7706 1306284459 -7705 640595450 -7704 1693968446 -7703 103129715 -7702 1987248604 -7701 2110349669 -7700 891923001 -7699 1785508655 -7698 1162242842 -7697 522138515 -7696 231227613 -7695 1284739719 -7694 1815317710 -7693 1835021115 -7692 608126993 -7691 2109115499 -7690 328155093 -7689 1036991284 -7688 844625357 -7687 1041714341 -7686 552854624 -7685 726367240 -7684 683033581 -7683 945552897 -7682 752319721 -7681 2133161280 -7680 825247268 -7679 653576980 -7678 1956756814 -7677 1393060974 -7676 1947495409 -7675 1203154744 -7674 800830494 -7673 1731102425 -7672 1358690361 -7671 201739949 -7670 948106827 -7669 369784486 -7668 1554281042 -7667 2024986770 -7666 854304453 -7665 543690145 -7664 676612726 -7663 1853685858 -7662 1506866022 -7661 1718619357 -7660 1264490142 -7659 1433924400 -7658 484136659 -7657 118258117 -7656 358680760 -7655 1754785375 -7654 2121531166 -7653 697355949 -7652 120305629 -7651 98742741 -7650 176404465 -7649 1579669941 -7648 853565219 -7647 753602070 -7646 592230480 -7645 216392984 -7644 1991948030 -7643 599090545 -7642 782995598 -7641 988905875 -7640 794942554 -7639 1070603704 -7638 1662963681 -7637 1010590897 -7636 1348374044 -7635 1148102242 -7634 1184307771 -7633 1105477017 -7632 589195716 -7631 72941622 -7630 1234482697 -7629 1146232025 -7628 1075243640 -7627 876834932 -7626 144210598 -7625 1808808458 -7624 1634479745 -7623 2022788425 -7622 520951484 -7621 688119336 -7620 1392661170 -7619 1570286043 -7618 987439461 -7617 637172234 -7616 909137688 -7615 2140623583 -7614 1580881034 -7613 1003042155 -7612 1951631638 -7611 1859875541 -7610 1473425841 -7609 1931835305 -7608 1869713308 -7607 514861439 -7606 1973766773 -7605 242897026 -7604 558906526 -7603 1111366149 -7602 2018477968 -7601 1590447338 -7600 1145181630 -7599 357647765 -7598 1002021427 -7597 1413918829 -7596 1389838835 -7595 268905821 -7594 1287856974 -7593 946360409 -7592 630127255 -7591 1098149089 -7590 1848163523 -7589 755488935 -7588 661148355 -7587 994299525 -7586 1203774848 -7585 2053579180 -7584 188991945 -7583 1868489141 -7582 1677099962 -7581 19796333 -7580 2137645881 -7579 958564402 -7578 2105552180 -7577 1626816282 -7576 2103438560 -7575 862400624 -7574 371902706 -7573 1115942836 -7572 2113668167 -7571 1660830203 -7570 588425911 -7569 1878746448 -7568 1115292578 -7567 733115606 -7566 126061855 -7565 443478425 -7564 1786262213 -7563 189707885 -7562 1245680534 -7561 2022121968 -7560 437000734 -7559 853863997 -7558 1699197735 -7557 755052822 -7556 805307580 -7555 1482769355 -7554 376479218 -7553 169195612 -7552 1878326908 -7551 718535559 -7550 61727801 -7549 510829599 -7548 1002609490 -7547 1243151556 -7546 1254913575 -7545 987495724 -7544 896216104 -7543 858556151 -7542 527516924 -7541 234921719 -7540 545537625 -7539 2002793953 -7538 1752684593 -7537 671814152 -7536 1094337040 -7535 2083837617 -7534 1345281539 -7533 1911623893 -7532 1900190799 -7531 391816537 -7530 322924232 -7529 1829431559 -7528 48556417 -7527 216428380 -7526 378573604 -7525 636111968 -7524 1751926095 -7523 1805427307 -7522 107467811 -7521 1367497309 -7520 1863409717 -7519 966059893 -7518 1403399671 -7517 15113765 -7516 346935451 -7515 396357424 -7514 459978800 -7513 661294385 -7512 313018526 -7511 672206619 -7510 629720773 -7509 2021207120 -7508 908456913 -7507 1816330624 -7506 1474016261 -7505 1330196795 -7504 183646818 -7503 953465002 -7502 1588699661 -7501 70759240 -7500 343260120 -7499 106495852 -7498 1450857955 -7497 1559928096 -7496 611985933 -7495 720629945 -7494 528644157 -7493 384428786 -7492 2089501237 -7491 1288891566 -7490 2111581285 -7489 1848295952 -7488 619124441 -7487 1007042247 -7486 1702618613 -7485 1833124714 -7484 83338897 -7483 1935255829 -7482 31573612 -7481 439295054 -7480 1911233354 -7479 960873797 -7478 547190859 -7477 1725743766 -7476 1632683806 -7475 520551259 -7474 1888980782 -7473 112887578 -7472 610204882 -7471 1482203809 -7470 767384932 -7469 930815671 -7468 1641993566 -7467 730228010 -7466 1031283939 -7465 227557147 -7464 778612355 -7463 1387236239 -7462 420331148 -7461 241205285 -7460 669767124 -7459 1104539038 -7458 145677338 -7457 933483375 -7456 923703350 -7455 1914846432 -7454 1801551102 -7453 1791527491 -7452 24022475 -7451 1218183462 -7450 2039587843 -7449 185489588 -7448 1475673639 -7447 26639599 -7446 1984246632 -7445 1519796228 -7444 2057830025 -7443 406776973 -7442 1492986293 -7441 1826872858 -7440 1987693890 -7439 37156922 -7438 2047015380 -7437 1414436419 -7436 2099099303 -7435 1791531347 -7434 1954709647 -7433 537407070 -7432 717469115 -7431 1463275758 -7430 95527947 -7429 1883767397 -7428 180835688 -7427 378314554 -7426 1279415921 -7425 1279659506 -7424 1890823957 -7423 583367639 -7422 1899423296 -7421 1986016535 -7420 1889993471 -7419 2012948243 -7418 348726604 -7417 2103361059 -7416 116293222 -7415 1577469659 -7414 26809934 -7413 230957167 -7412 566566730 -7411 1455829371 -7410 1927341126 -7409 573257471 -7408 85541267 -7407 255484033 -7406 1607210420 -7405 1561692233 -7404 1074062232 -7403 491433888 -7402 441879123 -7401 981185366 -7400 1282440070 -7399 1864697041 -7398 604351475 -7397 1048659829 -7396 634974244 -7395 696048282 -7394 1527719858 -7393 2052291070 -7392 840857816 -7391 2033958701 -7390 1637289931 -7389 1934116059 -7388 1896655021 -7387 918740593 -7386 2076551125 -7385 2032819703 -7384 1010902928 -7383 718464211 -7382 451099689 -7381 2140792907 -7380 1370288104 -7379 1671857093 -7378 1113530699 -7377 671332682 -7376 1328905448 -7375 1115776531 -7374 1119813110 -7373 92876866 -7372 1356477466 -7371 724665730 -7370 376833890 -7369 233780241 -7368 1229722796 -7367 2055786841 -7366 1668423619 -7365 730166822 -7364 2002674113 -7363 1641244805 -7362 415001139 -7361 1054225405 -7360 137303679 -7359 718549338 -7358 2005048582 -7357 2011318966 -7356 2055321312 -7355 1358086914 -7354 1581720014 -7353 1017593669 -7352 1495659754 -7351 926726244 -7350 1027262207 -7349 698955422 -7348 342951644 -7347 2145237816 -7346 1699003220 -7345 1236028582 -7344 1906782713 -7343 395147380 -7342 1863526624 -7341 1122697225 -7340 1642426581 -7339 468530697 -7338 712840269 -7337 499555974 -7336 53112728 -7335 27178814 -7334 315165682 -7333 948448708 -7332 1503941125 -7331 1843935449 -7330 1196660470 -7329 273468361 -7328 810711673 -7327 646961668 -7326 429598952 -7325 1037727643 -7324 2009910807 -7323 654993770 -7322 2137815110 -7321 796704332 -7320 583774599 -7319 1029508039 -7318 1147435850 -7317 1254406710 -7316 238455102 -7315 1303855840 -7314 1519985606 -7313 784085488 -7312 900204446 -7311 1394995927 -7310 409856955 -7309 1142870607 -7308 415417969 -7307 685661455 -7306 184390292 -7305 1252147667 -7304 670721337 -7303 618713881 -7302 1899271886 -7301 1230472764 -7300 1033223776 -7299 549698802 -7298 1991353056 -7297 1920467678 -7296 784534509 -7295 1922088830 -7294 1047396181 -7293 1213206475 -7292 71219170 -7291 1108307070 -7290 1796752129 -7289 1476851537 -7288 791052937 -7287 1991063658 -7286 1881904752 -7285 1601853262 -7284 403651393 -7283 124989679 -7282 374228533 -7281 1904817487 -7280 979577958 -7279 1871679148 -7278 958480315 -7277 1310753949 -7276 14940118 -7275 1713160059 -7274 1500359429 -7273 1587732220 -7272 1732973753 -7271 1349573084 -7270 1386603356 -7269 1260239745 -7268 1912647941 -7267 69264226 -7266 873071497 -7265 1718811681 -7264 1850869660 -7263 2086572758 -7262 1563937994 -7261 741851281 -7260 317254133 -7259 1953172119 -7258 1742430432 -7257 1336683323 -7256 1587412265 -7255 1756915073 -7254 1227624729 -7253 646317554 -7252 1292895369 -7251 650033032 -7250 946337172 -7249 1816307656 -7248 1856739030 -7247 1392803904 -7246 1957878168 -7245 574691545 -7244 2127669954 -7243 150786345 -7242 201128864 -7241 472734007 -7240 1584408791 -7239 1317339130 -7238 387168248 -7237 193836259 -7236 365878214 -7235 933982387 -7234 154873687 -7233 1109018378 -7232 1769318625 -7231 1758249523 -7230 1146904497 -7229 1128054458 -7228 365759854 -7227 2132999007 -7226 109058594 -7225 941094711 -7224 464019704 -7223 577591696 -7222 1847464029 -7221 1624071360 -7220 940777650 -7219 1701016916 -7218 2005913136 -7217 1282047485 -7216 1412617598 -7215 1807091822 -7214 373562681 -7213 1654935946 -7212 713861202 -7211 1031273382 -7210 85565759 -7209 1390572531 -7208 951460916 -7207 1600669509 -7206 38962572 -7205 1404343483 -7204 1312147410 -7203 544107812 -7202 2109597529 -7201 641264166 -7200 1392489669 -7199 1161389138 -7198 1018995864 -7197 1572148791 -7196 1668979302 -7195 1678950545 -7194 1241114329 -7193 987431992 -7192 1784297694 -7191 146447113 -7190 1765641872 -7189 1806213813 -7188 288399318 -7187 198821314 -7186 908484804 -7185 1905165299 -7184 1093230620 -7183 1489772946 -7182 1569370187 -7181 1470772319 -7180 79812466 -7179 632379898 -7178 1351609959 -7177 1694601080 -7176 288522099 -7175 1642338407 -7174 1442229602 -7173 670883243 -7172 1299101791 -7171 948208391 -7170 1769751950 -7169 1967824526 -7168 1639893483 -7167 1487528967 -7166 331034461 -7165 681547310 -7164 2042136499 -7163 1094667216 -7162 1369273768 -7161 2125567529 -7160 2005531442 -7159 1566820558 -7158 897729009 -7157 530717667 -7156 1253074342 -7155 1566195505 -7154 335795112 -7153 1769941949 -7152 1409960480 -7151 936990288 -7150 119162359 -7149 532695034 -7148 343857799 -7147 1856755200 -7146 252371478 -7145 1765122503 -7144 343236616 -7143 494021210 -7142 1048614941 -7141 1478760913 -7140 1455798556 -7139 282222983 -7138 1636790064 -7137 958346173 -7136 1592876116 -7135 1383850893 -7134 1459757190 -7133 2064052617 -7132 1236619422 -7131 1949936858 -7130 1227838520 -7129 1474813775 -7128 313746216 -7127 1479017151 -7126 194922554 -7125 1630616041 -7124 156235025 -7123 1546288472 -7122 1650779589 -7121 877265446 -7120 593132489 -7119 409890807 -7118 280323555 -7117 726218944 -7116 1513518584 -7115 1905833916 -7114 716507562 -7113 1011959350 -7112 1185706302 -7111 766391958 -7110 1989454497 -7109 497452383 -7108 836830515 -7107 252939171 -7106 1646072630 -7105 1676307146 -7104 147231471 -7103 1657303980 -7102 836214097 -7101 1909289294 -7100 1636190642 -7099 1896305017 -7098 1279891221 -7097 830613823 -7096 1322782126 -7095 796117730 -7094 2127320099 -7093 1426453227 -7092 953155983 -7091 1240888782 -7090 596941890 -7089 2014397193 -7088 1043855871 -7087 521973287 -7086 9711382 -7085 501559233 -7084 720127613 -7083 2097599251 -7082 1169988501 -7081 688253919 -7080 2077045091 -7079 1736515325 -7078 998863400 -7077 1308007016 -7076 105707700 -7075 2136252298 -7074 840093049 -7073 385425824 -7072 21113338 -7071 1087392728 -7070 629398073 -7069 805576819 -7068 573522891 -7067 483773490 -7066 850777371 -7065 2043812546 -7064 1990445395 -7063 886431317 -7062 829511337 -7061 1086242438 -7060 197032910 -7059 74968603 -7058 2004685811 -7057 542296638 -7056 1949329322 -7055 59595778 -7054 1479054380 -7053 31873694 -7052 20554160 -7051 1580956824 -7050 1836874167 -7049 769038075 -7048 1630807625 -7047 1010094750 -7046 467913967 -7045 1867765524 -7044 2115138959 -7043 1900183969 -7042 1903511399 -7041 1363020167 -7040 513869837 -7039 145624583 -7038 2102283095 -7037 677193992 -7036 640811743 -7035 2111829702 -7034 1214301209 -7033 904202957 -7032 689398407 -7031 754542734 -7030 1229040275 -7029 1802219920 -7028 273122929 -7027 1945090032 -7026 1210725906 -7025 1917455628 -7024 39041618 -7023 2045581204 -7022 342483175 -7021 1398999733 -7020 2097632847 -7019 826779416 -7018 301124108 -7017 1910525749 -7016 1042439439 -7015 715213645 -7014 2111737773 -7013 752118792 -7012 1386314132 -7011 1757886816 -7010 1408220720 -7009 1984159492 -7008 1652296488 -7007 2137937041 -7006 1610376431 -7005 1884092433 -7004 1422431295 -7003 459758475 -7002 1822646330 -7001 1034662134 -7000 481419805 -6999 1431433890 -6998 591494014 -6997 503150949 -6996 1906048414 -6995 1312628350 -6994 1574972453 -6993 787525533 -6992 2095432005 -6991 1663187406 -6990 1097875625 -6989 187107098 -6988 1931823625 -6987 1733394110 -6986 1946271624 -6985 290320647 -6984 1476383161 -6983 353850957 -6982 1491381720 -6981 1549638288 -6980 105590328 -6979 1417767326 -6978 373783061 -6977 1915687702 -6976 715505746 -6975 1150617955 -6974 61446103 -6973 387769160 -6972 2125822318 -6971 391212440 -6970 443168120 -6969 2125752504 -6968 1672869124 -6967 1426349312 -6966 1075662144 -6965 1118522880 -6964 1364679993 -6963 2059268694 -6962 1837133556 -6961 1908324907 -6960 1878847429 -6959 1511965162 -6958 388319122 -6957 1641502978 -6956 257010949 -6955 1592420667 -6954 946422575 -6953 2074228521 -6952 248260629 -6951 73614393 -6950 1175855226 -6949 337386273 -6948 702261580 -6947 1370648754 -6946 1854241599 -6945 327736586 -6944 1172279285 -6943 1817717311 -6942 2092084688 -6941 69814 -6940 865826963 -6939 1164302455 -6938 1050090360 -6937 554346244 -6936 61669319 -6935 1163877097 -6934 1428872972 -6933 1603838734 -6932 180421265 -6931 325168394 -6930 1520005785 -6929 237344450 -6928 1254954213 -6927 943382103 -6926 695080403 -6925 330266076 -6924 1344160038 -6923 872808181 -6922 898373294 -6921 2058358003 -6920 1518836461 -6919 1952690120 -6918 630628322 -6917 374524994 -6916 198369469 -6915 36524288 -6914 383135545 -6913 1172209470 -6912 951890347 -6911 927782233 -6910 1097463102 -6909 311480719 -6908 1102633136 -6907 2033696910 -6906 1272956920 -6905 605314233 -6904 983455832 -6903 1103704578 -6902 83832949 -6901 2090560463 -6900 1217697829 -6899 576623682 -6898 1689747695 -6897 924688136 -6896 1746705713 -6895 1969755870 -6894 1579376430 -6893 1433285682 -6892 1501455368 -6891 1093166822 -6890 1427729681 -6889 1144311467 -6888 1754320651 -6887 594104033 -6886 2138873096 -6885 1173643646 -6884 1232117589 -6883 1602836960 -6882 74746368 -6881 640409628 -6880 1972632745 -6879 1211249840 -6878 1186007447 -6877 497318902 -6876 1050241078 -6875 169252342 -6874 521481284 -6873 1040379017 -6872 2033490397 -6871 1654692915 -6870 400812768 -6869 293009692 -6868 977401617 -6867 1867475473 -6866 1492795354 -6865 313420030 -6864 468300502 -6863 486209608 -6862 5556001 -6861 357143900 -6860 1486329818 -6859 833625648 -6858 1152922019 -6857 580677005 -6856 1509470092 -6855 536036136 -6854 1098897278 -6853 591707961 -6852 1777687863 -6851 1010980176 -6850 1601885828 -6849 1475313842 -6848 161008761 -6847 1016755105 -6846 2123321266 -6845 9862061 -6844 283245593 -6843 1014272017 -6842 639566249 -6841 1740480704 -6840 677291298 -6839 680820943 -6838 947697986 -6837 663981586 -6836 1399174971 -6835 1006585746 -6834 307864029 -6833 111156601 -6832 1147363437 -6831 1319414001 -6830 1351705529 -6829 905652813 -6828 1471639203 -6827 616885883 -6826 1629263374 -6825 917762131 -6824 905831920 -6823 87917102 -6822 1137305780 -6821 302374021 -6820 849971414 -6819 585130723 -6818 1499476224 -6817 151146700 -6816 733509512 -6815 1109049248 -6814 1517779460 -6813 690248536 -6812 336980719 -6811 2106228954 -6810 792782718 -6809 13309711 -6808 1429129620 -6807 2088595887 -6806 356117557 -6805 1288018369 -6804 2006705957 -6803 1135933676 -6802 906934720 -6801 241710624 -6800 1995258445 -6799 734819646 -6798 1423873087 -6797 553877072 -6796 1858537610 -6795 1541346272 -6794 1927939999 -6793 603457899 -6792 1385429336 -6791 552175057 -6790 950381444 -6789 698824714 -6788 1999104858 -6787 390426976 -6786 780850887 -6785 43260976 -6784 772068529 -6783 1559034154 -6782 2044949466 -6781 323671008 -6780 677099334 -6779 851670479 -6778 1804675802 -6777 141111250 -6776 81889930 -6775 1367667528 -6774 381083649 -6773 1764995333 -6772 1288158879 -6771 172115073 -6770 965321185 -6769 1441381373 -6768 1023765684 -6767 2030010463 -6766 773420721 -6765 1255079711 -6764 155916936 -6763 1375764941 -6762 1800560103 -6761 686604621 -6760 700553847 -6759 559954468 -6758 2065457475 -6757 1955843882 -6756 1765842095 -6755 1369300381 -6754 145795158 -6753 448397521 -6752 881934820 -6751 1193278987 -6750 666478853 -6749 535988083 -6748 769780548 -6747 437008274 -6746 1907511249 -6745 464378245 -6744 79508649 -6743 208968576 -6742 799674148 -6741 1994261153 -6740 1295833037 -6739 1082794370 -6738 667960652 -6737 1916169621 -6736 1874093527 -6735 1545139427 -6734 1602003256 -6733 1616795962 -6732 675211094 -6731 1240605634 -6730 768630794 -6729 892193612 -6728 941596021 -6727 696157094 -6726 1810048724 -6725 1317444574 -6724 487365560 -6723 1099999819 -6722 1929402315 -6721 345946737 -6720 423498438 -6719 229470579 -6718 775960482 -6717 305402303 -6716 357499624 -6715 1698542673 -6714 1812187745 -6713 232731144 -6712 1060619186 -6711 1864363426 -6710 1326300501 -6709 1527147064 -6708 1356184491 -6707 1270304873 -6706 314166365 -6705 257297564 -6704 869928333 -6703 361397621 -6702 848165168 -6701 1930501130 -6700 299009613 -6699 72473700 -6698 1229628536 -6697 1771635095 -6696 208791533 -6695 710048905 -6694 1535525906 -6693 141418823 -6692 676501380 -6691 1699931736 -6690 1717469902 -6689 118096135 -6688 2019454603 -6687 1224901457 -6686 640698205 -6685 124768480 -6684 637923486 -6683 2095307967 -6682 1053914291 -6681 1680955770 -6680 508178935 -6679 55995628 -6678 1212980699 -6677 1098886926 -6676 400376540 -6675 2100252391 -6674 1556616044 -6673 1086910851 -6672 62388008 -6671 775691467 -6670 700872594 -6669 674858165 -6668 2011165815 -6667 519579630 -6666 236109189 -6665 67372710 -6664 33547525 -6663 1983077818 -6662 571432569 -6661 558405245 -6660 1827960781 -6659 492568445 -6658 1624881578 -6657 1894686122 -6656 586977971 -6655 692873886 -6654 1218337837 -6653 1104451364 -6652 1587129032 -6651 997918663 -6650 467975070 -6649 1556775656 -6648 1803102736 -6647 1260211956 -6646 1689754530 -6645 1460949337 -6644 2037864383 -6643 780924577 -6642 386038257 -6641 1535013491 -6640 912009300 -6639 181292963 -6638 438748976 -6637 1943793105 -6636 486032105 -6635 400515018 -6634 1643423789 -6633 1622625928 -6632 155117037 -6631 78864124 -6630 1081007315 -6629 2080758306 -6628 2053074122 -6627 932007692 -6626 676348285 -6625 1630010254 -6624 1253228501 -6623 220419174 -6622 636476294 -6621 30353376 -6620 1342299575 -6619 1355246762 -6618 2014504774 -6617 342153399 -6616 1369831221 -6615 908829953 -6614 1074911080 -6613 502850892 -6612 2016398924 -6611 204745293 -6610 1096264514 -6609 1115699843 -6608 1842744506 -6607 38233958 -6606 300369316 -6605 1010889825 -6604 245397981 -6603 1564559665 -6602 541618613 -6601 221842379 -6600 173273650 -6599 148999623 -6598 1404410021 -6597 423063867 -6596 1826262838 -6595 455929110 -6594 993533960 -6593 1222875125 -6592 1025603247 -6591 1428713179 -6590 163332249 -6589 1000146176 -6588 2132899189 -6587 1105674821 -6586 1414725967 -6585 866980329 -6584 1039914676 -6583 870165786 -6582 1554070025 -6581 900699081 -6580 509484435 -6579 1058030556 -6578 815330527 -6577 831854680 -6576 1940319625 -6575 883293299 -6574 469271212 -6573 23555602 -6572 1391286015 -6571 392618990 -6570 964916005 -6569 1897693430 -6568 470220432 -6567 948480911 -6566 1577013555 -6565 603387713 -6564 1577809511 -6563 1712304429 -6562 1059542876 -6561 25457071 -6560 1443297638 -6559 1205141076 -6558 1732903857 -6557 1265918860 -6556 65760145 -6555 544560180 -6554 1460393951 -6553 139215595 -6552 360681351 -6551 496039469 -6550 85368553 -6549 1825113403 -6548 1265194579 -6547 2079520876 -6546 362583468 -6545 1916764023 -6544 1639490932 -6543 76652222 -6542 1206123244 -6541 1641076232 -6540 2069882205 -6539 16435094 -6538 320679875 -6537 2014316367 -6536 1518155048 -6535 2012192774 -6534 1691328485 -6533 1552352439 -6532 269006791 -6531 2001885448 -6530 440036862 -6529 177378777 -6528 1139380931 -6527 1188343676 -6526 1953008557 -6525 2074028197 -6524 183878829 -6523 964354482 -6522 53847042 -6521 683051596 -6520 1378328537 -6519 153331325 -6518 1462529935 -6517 1495914204 -6516 440029944 -6515 285931245 -6514 710640778 -6513 2145898347 -6512 154253665 -6511 1189688150 -6510 1320396357 -6509 55565838 -6508 645763694 -6507 455970749 -6506 322987882 -6505 2113286256 -6504 1743185983 -6503 1836926685 -6502 1112315577 -6501 91628013 -6500 862504517 -6499 1399176834 -6498 371853868 -6497 1212836381 -6496 1004464847 -6495 988654074 -6494 2020181155 -6493 1648310881 -6492 1733509593 -6491 2047999365 -6490 1368005309 -6489 2029897981 -6488 1860785028 -6487 1176598689 -6486 785273426 -6485 441615245 -6484 131677580 -6483 1668436276 -6482 825501990 -6481 98687827 -6480 543924455 -6479 864425607 -6478 1880061603 -6477 679961086 -6476 860268414 -6475 633544845 -6474 1000970679 -6473 1651557969 -6472 974422168 -6471 1860622391 -6470 1867257793 -6469 1797151783 -6468 394711987 -6467 1530683442 -6466 1340138874 -6465 1503637613 -6464 1402628129 -6463 2119665438 -6462 280305572 -6461 1851095260 -6460 187214336 -6459 191406619 -6458 1244624555 -6457 1419169783 -6456 1044921109 -6455 1264320797 -6454 1763596902 -6453 32989753 -6452 1124511821 -6451 2108560031 -6450 366109871 -6449 2011447017 -6448 4157193 -6447 1246516758 -6446 1826474054 -6445 1356194093 -6444 1806606325 -6443 1287831936 -6442 1931783824 -6441 1324754032 -6440 1465910404 -6439 336574351 -6438 457012909 -6437 1038558021 -6436 128055312 -6435 1367957083 -6434 1223332041 -6433 1699016517 -6432 1932451102 -6431 88898953 -6430 606470705 -6429 915528201 -6428 1293969158 -6427 2127787405 -6426 1803056529 -6425 1011931355 -6424 139808976 -6423 1802520519 -6422 1814363530 -6421 1260548451 -6420 2104402838 -6419 1267076761 -6418 184972963 -6417 795446748 -6416 1587394080 -6415 538642118 -6414 1571893916 -6413 481852293 -6412 1969405180 -6411 1595209473 -6410 867741123 -6409 427352382 -6408 208519038 -6407 1236539474 -6406 1962709628 -6405 576522443 -6404 1582989629 -6403 1134433088 -6402 1092545812 -6401 1016922901 -6400 942413442 -6399 626166947 -6398 1259955320 -6397 282037803 -6396 1987978429 -6395 536009 -6394 1345051473 -6393 1026744173 -6392 1845601329 -6391 547286768 -6390 1075575488 -6389 1308956090 -6388 1827166329 -6387 1793814493 -6386 1371036479 -6385 1105541787 -6384 716720585 -6383 2124168091 -6382 1761594818 -6381 1542052798 -6380 1386690435 -6379 1778685297 -6378 612126402 -6377 1779480243 -6376 1801033492 -6375 828276540 -6374 1631460278 -6373 566066728 -6372 192019645 -6371 466378865 -6370 1904451229 -6369 660375639 -6368 785672166 -6367 1259419310 -6366 1084469977 -6365 961234256 -6364 302418328 -6363 797764705 -6362 2098652332 -6361 536645239 -6360 867604087 -6359 1429244643 -6358 2085403258 -6357 721624541 -6356 1077093907 -6355 1394352036 -6354 1491430617 -6353 1322151435 -6352 737477656 -6351 2130393169 -6350 929926396 -6349 1754693839 -6348 2125135452 -6347 1931333509 -6346 148019965 -6345 1234966764 -6344 636256895 -6343 1165081413 -6342 809099147 -6341 1679127654 -6340 1828190346 -6339 645031918 -6338 1723389310 -6337 1971921558 -6336 957000982 -6335 286705272 -6334 1010065571 -6333 1913256736 -6332 2077644265 -6331 669407689 -6330 598725629 -6329 145979546 -6328 352150736 -6327 691051222 -6326 1377677572 -6325 1902426120 -6324 656874380 -6323 1508521096 -6322 392225039 -6321 1130267464 -6320 5257716 -6319 1146076534 -6318 1606673874 -6317 890168688 -6316 1295076614 -6315 1130422199 -6314 425867616 -6313 1104612889 -6312 1484374715 -6311 164067229 -6310 2103221992 -6309 2003752436 -6308 1835514584 -6307 1436684037 -6306 961855987 -6305 1191227894 -6304 356544655 -6303 340657882 -6302 1314531107 -6301 1931664719 -6300 317256953 -6299 2055158055 -6298 915785622 -6297 597208264 -6296 34176841 -6295 2016640123 -6294 1510201080 -6293 1674090564 -6292 1503263380 -6291 1393632153 -6290 1671077238 -6289 1262572676 -6288 1998483568 -6287 476251675 -6286 464301072 -6285 190463725 -6284 1793531132 -6283 261800387 -6282 1148874545 -6281 1628105927 -6280 476036293 -6279 666537954 -6278 1041896449 -6277 644286690 -6276 1080139382 -6275 621198104 -6274 2024180434 -6273 572363583 -6272 23400929 -6271 1406856700 -6270 1015879097 -6269 1867532337 -6268 2020981213 -6267 1046629146 -6266 1234490831 -6265 507569925 -6264 513376743 -6263 116568927 -6262 3013326 -6261 240690704 -6260 1542632233 -6259 1194825563 -6258 798271604 -6257 1808019842 -6256 830204190 -6255 202500684 -6254 1189072828 -6253 165425205 -6252 1933247742 -6251 482336590 -6250 586209478 -6249 1979233251 -6248 1733882220 -6247 420698344 -6246 767589903 -6245 507775799 -6244 597797175 -6243 617323734 -6242 1703968134 -6241 303352240 -6240 1533359135 -6239 2116733599 -6238 633041505 -6237 1513411288 -6236 533252403 -6235 1117921904 -6234 504556599 -6233 272686039 -6232 721420342 -6231 955671411 -6230 1589902748 -6229 1882096038 -6228 364621372 -6227 595770919 -6226 618947014 -6225 664778985 -6224 416736590 -6223 706736238 -6222 1726699375 -6221 2101498139 -6220 895938018 -6219 165511133 -6218 1211643347 -6217 1226106421 -6216 1970384817 -6215 150266169 -6214 951291313 -6213 294444934 -6212 1231448247 -6211 1734718183 -6210 1817794383 -6209 19947847 -6208 1583481196 -6207 1662603249 -6206 1008854688 -6205 260566363 -6204 396501561 -6203 1696368836 -6202 830266939 -6201 986807952 -6200 591050038 -6199 994131828 -6198 1263149024 -6197 1847326035 -6196 179034329 -6195 2059694424 -6194 1085563257 -6193 462722098 -6192 1958281867 -6191 1561188242 -6190 889854792 -6189 1817315245 -6188 342609964 -6187 1061377178 -6186 274815108 -6185 1675939883 -6184 1066301570 -6183 1364056778 -6182 624134199 -6181 1211500400 -6180 151236987 -6179 155191133 -6178 1158576806 -6177 1322914832 -6176 1266101688 -6175 1459969500 -6174 1577783072 -6173 1557177257 -6172 1105318798 -6171 1983618759 -6170 1871142575 -6169 891207651 -6168 815097499 -6167 1350938248 -6166 761762778 -6165 1863795879 -6164 101412556 -6163 1671858663 -6162 1720350954 -6161 140966622 -6160 1218578278 -6159 1975961262 -6158 1542500137 -6157 814153729 -6156 2142559255 -6155 1058241978 -6154 1051805683 -6153 2002284818 -6152 1212819791 -6151 468943066 -6150 52923593 -6149 975805802 -6148 1036573093 -6147 1846090954 -6146 1892615408 -6145 1856408078 -6144 354650702 -6143 1741647961 -6142 1833518330 -6141 214111147 -6140 1168521260 -6139 520204327 -6138 129444873 -6137 1098785268 -6136 1249525692 -6135 1237387762 -6134 143444924 -6133 2107929582 -6132 453280385 -6131 1891873340 -6130 745950132 -6129 404424549 -6128 1980885654 -6127 484258159 -6126 1909831693 -6125 140274437 -6124 1992905835 -6123 582862617 -6122 1949361225 -6121 237013988 -6120 1579853620 -6119 354316287 -6118 1230674042 -6117 1327648663 -6116 1491440252 -6115 150967447 -6114 22889748 -6113 140539555 -6112 573126701 -6111 1313314003 -6110 84666274 -6109 69735992 -6108 1418162283 -6107 1039540758 -6106 955340343 -6105 1289079757 -6104 784107377 -6103 399055232 -6102 1361979450 -6101 48855836 -6100 2058471334 -6099 261691973 -6098 642076503 -6097 1840611217 -6096 638835972 -6095 1326969076 -6094 338396860 -6093 1755891846 -6092 1150492645 -6091 1595044938 -6090 1153823594 -6089 252204957 -6088 1010359682 -6087 1079706594 -6086 1304758914 -6085 1350900697 -6084 1725324394 -6083 857059393 -6082 55873281 -6081 503390709 -6080 2042635368 -6079 1192609163 -6078 1261879296 -6077 129082525 -6076 255433381 -6075 556285111 -6074 2074583955 -6073 735251540 -6072 488067546 -6071 1100287477 -6070 1554262981 -6069 217860116 -6068 1770339648 -6067 1462591075 -6066 1502214357 -6065 1030427774 -6064 176476431 -6063 890835570 -6062 602068252 -6061 898287687 -6060 584685255 -6059 74117000 -6058 1094929691 -6057 1806942633 -6056 1501865848 -6055 447699521 -6054 1295027416 -6053 1221933685 -6052 961907673 -6051 1010747765 -6050 1388995060 -6049 1913552842 -6048 937175782 -6047 705594185 -6046 201982218 -6045 1667665489 -6044 68217565 -6043 974296478 -6042 1328472207 -6041 270207429 -6040 1477431476 -6039 91671905 -6038 863129407 -6037 739911874 -6036 1286114644 -6035 611378787 -6034 428359522 -6033 1425672391 -6032 306150314 -6031 527951252 -6030 1950841644 -6029 925226270 -6028 719734800 -6027 647230170 -6026 511915216 -6025 279932162 -6024 1633275495 -6023 284279651 -6022 1980422273 -6021 1195838479 -6020 73571983 -6019 683400875 -6018 1711570624 -6017 1416993941 -6016 637376619 -6015 1375169387 -6014 339193281 -6013 1945493784 -6012 1644348650 -6011 1236800302 -6010 1554561670 -6009 737519602 -6008 953040909 -6007 251750619 -6006 311552352 -6005 2007925901 -6004 305228473 -6003 2047891918 -6002 1622314395 -6001 1528407692 -6000 1955700100 -5999 1303611474 -5998 413311054 -5997 439802637 -5996 1161438322 -5995 227635565 -5994 446993537 -5993 437437016 -5992 210707667 -5991 1297021397 -5990 1631751502 -5989 804061690 -5988 46024256 -5987 336401237 -5986 1077800659 -5985 839366483 -5984 1878304385 -5983 1249876627 -5982 390932113 -5981 906829048 -5980 283759393 -5979 1302811051 -5978 425967249 -5977 1092598656 -5976 2094005794 -5975 411144082 -5974 385611506 -5973 924304429 -5972 92191818 -5971 318702920 -5970 1115096638 -5969 1515897462 -5968 142173152 -5967 185675488 -5966 2140292748 -5965 724001306 -5964 16927898 -5963 1297455788 -5962 953169162 -5961 1554129625 -5960 1250997141 -5959 1295350265 -5958 1873744679 -5957 1354141420 -5956 605580499 -5955 1975407680 -5954 448434370 -5953 971475337 -5952 966117234 -5951 1235604710 -5950 480861798 -5949 1338644385 -5948 1356288904 -5947 14823167 -5946 706987150 -5945 1169701365 -5944 318952264 -5943 66908585 -5942 1956691439 -5941 723778003 -5940 176529768 -5939 929421149 -5938 1523088362 -5937 1565655494 -5936 168747590 -5935 842836960 -5934 1918315792 -5933 610281921 -5932 46458646 -5931 1805302544 -5930 1827868594 -5929 2044339369 -5928 689769766 -5927 2045820647 -5926 905707050 -5925 1781588810 -5924 1009290445 -5923 1360313307 -5922 490613539 -5921 1774956497 -5920 2026799454 -5919 466038631 -5918 631657235 -5917 186587539 -5916 1843354550 -5915 640078564 -5914 1360493574 -5913 1742657909 -5912 2037862465 -5911 1027270289 -5910 1348173289 -5909 758357922 -5908 760673559 -5907 680251402 -5906 1794823350 -5905 1705949317 -5904 796378313 -5903 113013247 -5902 929896975 -5901 149602925 -5900 1115532778 -5899 1929531595 -5898 1138632318 -5897 1055664604 -5896 1036530201 -5895 1692877391 -5894 1290975271 -5893 1381817596 -5892 1480997501 -5891 24574907 -5890 1143299262 -5889 1840211915 -5888 770167729 -5887 2139062318 -5886 973577612 -5885 100696641 -5884 749699747 -5883 333223285 -5882 394484620 -5881 1279504542 -5880 266596730 -5879 667921886 -5878 1111018220 -5877 1202207889 -5876 2031356737 -5875 1681810102 -5874 776052342 -5873 646775388 -5872 1144964117 -5871 1147849028 -5870 1158454255 -5869 59868174 -5868 893001393 -5867 1593238575 -5866 1912172981 -5865 1802196253 -5864 211879889 -5863 1266400363 -5862 238518333 -5861 1788269234 -5860 1401890826 -5859 1151720592 -5858 866634302 -5857 669471087 -5856 1389362571 -5855 640354327 -5854 1853695669 -5853 1617678853 -5852 66626554 -5851 1874046381 -5850 168486322 -5849 1211872489 -5848 784048797 -5847 1576691766 -5846 426155547 -5845 1384581349 -5844 536845985 -5843 1775686962 -5842 1635804781 -5841 1085095942 -5840 254847634 -5839 1712699327 -5838 295178841 -5837 1238288788 -5836 1381358686 -5835 645772617 -5834 1563677920 -5833 571094303 -5832 2011993185 -5831 1234281389 -5830 921634932 -5829 732419739 -5828 1909841669 -5827 226279975 -5826 963259066 -5825 1919167366 -5824 573727773 -5823 2127132936 -5822 1449192531 -5821 1002237713 -5820 1089997584 -5819 739278204 -5818 785716942 -5817 1546951096 -5816 1039845780 -5815 797952232 -5814 1896260216 -5813 1599233691 -5812 1520839328 -5811 2070589101 -5810 789917101 -5809 1164042494 -5808 331340641 -5807 1796889872 -5806 1822094516 -5805 810264383 -5804 781263080 -5803 329396530 -5802 1796943019 -5801 1279573446 -5800 1471923368 -5799 695354957 -5798 1916644321 -5797 2138157951 -5796 1800035850 -5795 983609778 -5794 469974835 -5793 1718973707 -5792 1037135352 -5791 709914327 -5790 216520771 -5789 1690530135 -5788 1846916071 -5787 2135248357 -5786 1798174528 -5785 1588095737 -5784 1424596552 -5783 1973154762 -5782 809316590 -5781 356796833 -5780 1739248460 -5779 1140510877 -5778 1489431626 -5777 1668559906 -5776 1015626791 -5775 1492697985 -5774 1160805012 -5773 1649173282 -5772 1004956810 -5771 1101588062 -5770 1510412773 -5769 1481249065 -5768 1042802755 -5767 933034543 -5766 1668183116 -5765 81062142 -5764 2093958074 -5763 1907544156 -5762 1502452936 -5761 1494088864 -5760 1010481903 -5759 228756062 -5758 2039839255 -5757 258820334 -5756 710651805 -5755 1972503414 -5754 778779147 -5753 1067799719 -5752 233906302 -5751 1816289361 -5750 1014848855 -5749 70688553 -5748 124884085 -5747 2144217289 -5746 507754894 -5745 1513937157 -5744 487741175 -5743 59216950 -5742 138760509 -5741 1671191392 -5740 58785307 -5739 577378230 -5738 1960549597 -5737 961740612 -5736 986560117 -5735 1908122608 -5734 726092854 -5733 599869209 -5732 897062252 -5731 1273696874 -5730 1601733257 -5729 751661569 -5728 1665587905 -5727 67335841 -5726 1627524834 -5725 1790335734 -5724 1738597111 -5723 1109973434 -5722 52950864 -5721 163217749 -5720 1691405275 -5719 1018115214 -5718 1710417307 -5717 758430576 -5716 1656476113 -5715 448537944 -5714 1375176647 -5713 964033431 -5712 431643 -5711 1708865927 -5710 1858125443 -5709 1244528342 -5708 1738301761 -5707 52426989 -5706 235647758 -5705 386690907 -5704 1011060355 -5703 1599879628 -5702 1145619600 -5701 145400683 -5700 1755592617 -5699 1534397416 -5698 1271620383 -5697 2022735819 -5696 476222377 -5695 517551400 -5694 1737384870 -5693 1575379362 -5692 1566051807 -5691 1182319298 -5690 600284090 -5689 932974699 -5688 1509122748 -5687 1261879362 -5686 1530737577 -5685 692442682 -5684 448106301 -5683 1813794368 -5682 1253391636 -5681 903386948 -5680 2118047814 -5679 1805698453 -5678 1008880584 -5677 1351610853 -5676 1188850282 -5675 783251777 -5674 1388554955 -5673 865659672 -5672 1991770659 -5671 1758705831 -5670 1021263948 -5669 1880340446 -5668 1058175039 -5667 754068983 -5666 285350949 -5665 1048326663 -5664 1098983241 -5663 555065572 -5662 975095272 -5661 633077108 -5660 1820680197 -5659 1485888375 -5658 1549720770 -5657 816680066 -5656 813773061 -5655 1864426857 -5654 1586534694 -5653 1692203001 -5652 1843230201 -5651 1595176830 -5650 2041990012 -5649 766436961 -5648 616848171 -5647 225628807 -5646 2110539546 -5645 323190609 -5644 938964766 -5643 1777332772 -5642 1991879372 -5641 111430213 -5640 700530792 -5639 267194965 -5638 1594989497 -5637 9848376 -5636 1802569390 -5635 1877769025 -5634 73231390 -5633 465906133 -5632 881869022 -5631 1636690545 -5630 1230839986 -5629 1004000131 -5628 672115314 -5627 1832777561 -5626 1377629019 -5625 1269053708 -5624 21196655 -5623 2138841512 -5622 1797696637 -5621 1076793240 -5620 978328659 -5619 1816361205 -5618 803381063 -5617 293657562 -5616 1434147689 -5615 333206774 -5614 478794885 -5613 827534552 -5612 1076801979 -5611 1724684407 -5610 663924364 -5609 690682416 -5608 612109223 -5607 1864704120 -5606 2084100633 -5605 1336663257 -5604 995900002 -5603 584024493 -5602 1382549795 -5601 2025352539 -5600 964575230 -5599 1545546073 -5598 1773854760 -5597 1550545254 -5596 1811580905 -5595 1386271155 -5594 1618840719 -5593 1091887063 -5592 1160512853 -5591 2128819080 -5590 273412177 -5589 684671097 -5588 382213516 -5587 470174289 -5586 1962346325 -5585 606613136 -5584 1403888442 -5583 901594125 -5582 163610188 -5581 386119563 -5580 1112575184 -5579 946703892 -5578 754065431 -5577 1422929614 -5576 868804117 -5575 1500076140 -5574 2101597110 -5573 1118031111 -5572 1766932911 -5571 1984487370 -5570 251497779 -5569 1561513624 -5568 1881448815 -5567 387583604 -5566 2079188183 -5565 719693842 -5564 225758302 -5563 1637505287 -5562 818474885 -5561 475841756 -5560 1746605564 -5559 1950721536 -5558 869808420 -5557 1923084027 -5556 1213769494 -5555 1060752199 -5554 443002948 -5553 1017768879 -5552 1936502589 -5551 1364389943 -5550 1779537780 -5549 1837129218 -5548 77899775 -5547 1401472939 -5546 1468816152 -5545 1898256654 -5544 1880626877 -5543 117109740 -5542 866533332 -5541 205419287 -5540 103038554 -5539 2011397822 -5538 1629809088 -5537 1161754973 -5536 161825302 -5535 441682896 -5534 2048702605 -5533 1897400194 -5532 2038383371 -5531 1015236997 -5530 1753516984 -5529 1971005184 -5528 736952042 -5527 1956539868 -5526 1480081079 -5525 196000615 -5524 1271733258 -5523 1226096653 -5522 1385714747 -5521 99373370 -5520 1286490168 -5519 378064841 -5518 368313066 -5517 327126769 -5516 1668329710 -5515 1351706412 -5514 1031723321 -5513 1675207590 -5512 14071185 -5511 1002619158 -5510 723093846 -5509 1088767229 -5508 1849572520 -5507 1188126192 -5506 1260536016 -5505 411908755 -5504 550783173 -5503 1033465608 -5502 143883210 -5501 67378186 -5500 278284955 -5499 1944460763 -5498 490924105 -5497 540951427 -5496 684806610 -5495 253984426 -5494 957769515 -5493 1172359888 -5492 2087090132 -5491 1007649906 -5490 1878543952 -5489 959363399 -5488 857218779 -5487 1164090302 -5486 1442887095 -5485 2140605768 -5484 1337635226 -5483 29104163 -5482 952113743 -5481 1072787604 -5480 1300530285 -5479 1682451302 -5478 1975714861 -5477 1437663765 -5476 637343018 -5475 227070408 -5474 268025545 -5473 483404987 -5472 755180653 -5471 346906095 -5470 1723937729 -5469 1884817176 -5468 1259654153 -5467 236939679 -5466 1730665559 -5465 1659930370 -5464 314377941 -5463 2097603257 -5462 1441299584 -5461 1127726733 -5460 150431127 -5459 714453649 -5458 1663959952 -5457 864096659 -5456 1973938724 -5455 1413782932 -5454 1188492024 -5453 264847622 -5452 876057526 -5451 1417146089 -5450 1244556390 -5449 2010350168 -5448 1045108284 -5447 1748644453 -5446 1169638220 -5445 153938031 -5444 1619373403 -5443 2068603098 -5442 906950906 -5441 1017847125 -5440 1234735589 -5439 1486998049 -5438 154151616 -5437 1747207431 -5436 2070045386 -5435 1780545950 -5434 218630786 -5433 1334134856 -5432 1947172129 -5431 726845934 -5430 1611250429 -5429 1433818116 -5428 887998573 -5427 250177020 -5426 1823088282 -5425 1709091101 -5424 537725406 -5423 1918829583 -5422 1167774880 -5421 1013191005 -5420 372037805 -5419 1643395585 -5418 840711948 -5417 891170252 -5416 129271050 -5415 1248518770 -5414 1394470773 -5413 601526278 -5412 833867508 -5411 1567436504 -5410 863695508 -5409 1635011806 -5408 1564436311 -5407 521089314 -5406 1528576645 -5405 735910529 -5404 1980857469 -5403 1639268499 -5402 1870368075 -5401 513354013 -5400 1986331009 -5399 1361073409 -5398 1758213482 -5397 1326391120 -5396 1859935262 -5395 2051742347 -5394 541316221 -5393 1672018048 -5392 1546791778 -5391 1671862943 -5390 172479057 -5389 1628351200 -5388 1514124534 -5387 1739676826 -5386 1644183127 -5385 1675228420 -5384 414651261 -5383 1974517917 -5382 1885314417 -5381 1346339350 -5380 3000193 -5379 342606194 -5378 106435160 -5377 828525782 -5376 687715493 -5375 2036791794 -5374 1013026102 -5373 1467503456 -5372 1800421138 -5371 509294666 -5370 902624179 -5369 659939889 -5368 1648621795 -5367 1853954783 -5366 785074898 -5365 187917213 -5364 504950568 -5363 1016936926 -5362 1499538991 -5361 2065924226 -5360 157738408 -5359 580285878 -5358 2131651721 -5357 1986379762 -5356 1325025565 -5355 1817148858 -5354 1937397651 -5353 1215795559 -5352 1971517724 -5351 1542708223 -5350 1239904190 -5349 1321958059 -5348 1802374349 -5347 217127014 -5346 1962983328 -5345 1367695685 -5344 236370655 -5343 503731435 -5342 564879277 -5341 1140481249 -5340 1008156519 -5339 1196153044 -5338 2022348638 -5337 1460704581 -5336 1349004214 -5335 1915621620 -5334 835861870 -5333 586509990 -5332 859198518 -5331 919253113 -5330 2081756152 -5329 318842294 -5328 1402743961 -5327 314502863 -5326 48982111 -5325 109230006 -5324 1993114782 -5323 394689428 -5322 2123375017 -5321 649559665 -5320 1887817521 -5319 1022777175 -5318 1506458379 -5317 434678664 -5316 2128240007 -5315 1459251892 -5314 802816408 -5313 1243373054 -5312 1643058564 -5311 1516209881 -5310 1265616259 -5309 1694935586 -5308 1994632477 -5307 106727018 -5306 624842711 -5305 762494224 -5304 1056423102 -5303 2064092405 -5302 652237486 -5301 540356223 -5300 1663992799 -5299 1767253289 -5298 269860183 -5297 1293513955 -5296 468871729 -5295 1801776331 -5294 133338637 -5293 1343555117 -5292 654355554 -5291 1100597841 -5290 1290584934 -5289 1453138857 -5288 1042020816 -5287 47206486 -5286 1779345904 -5285 884866953 -5284 1963676976 -5283 1434090175 -5282 2125240443 -5281 2095606626 -5280 1669061051 -5279 1158889240 -5278 1070092874 -5277 1232138253 -5276 1197787564 -5275 708233954 -5274 110256738 -5273 516066878 -5272 400099605 -5271 1032467845 -5270 270496040 -5269 370478844 -5268 1298381559 -5267 615567500 -5266 1160175318 -5265 1272800260 -5264 1147420776 -5263 1180224443 -5262 52970183 -5261 1348700345 -5260 58577025 -5259 1243378447 -5258 1821276600 -5257 157153863 -5256 231013158 -5255 345255729 -5254 907110158 -5253 2015553998 -5252 1912512771 -5251 966351202 -5250 1025513751 -5249 436922798 -5248 2108585324 -5247 361858920 -5246 1121881515 -5245 681720686 -5244 308134349 -5243 1225272541 -5242 245570838 -5241 29620761 -5240 1881569933 -5239 1802412187 -5238 1357787173 -5237 25581299 -5236 1615630372 -5235 2127434523 -5234 1219830077 -5233 1946204079 -5232 1121647418 -5231 957075383 -5230 1674907393 -5229 2048906809 -5228 1012365289 -5227 1476020871 -5226 1397527353 -5225 362942807 -5224 580226606 -5223 2088242603 -5222 990040247 -5221 1475589973 -5220 1005249526 -5219 663654831 -5218 1462524930 -5217 1426864638 -5216 53724571 -5215 2044092622 -5214 436149847 -5213 278513587 -5212 1491186255 -5211 590642299 -5210 819317236 -5209 1855988634 -5208 186781815 -5207 1377836298 -5206 953234869 -5205 1816909941 -5204 1005787104 -5203 262754694 -5202 271296686 -5201 1220224257 -5200 2092193742 -5199 198886522 -5198 651379456 -5197 649422482 -5196 895794265 -5195 1456768398 -5194 1520386208 -5193 1252120280 -5192 1082993077 -5191 326385415 -5190 13065043 -5189 1725868536 -5188 609930260 -5187 1565915956 -5186 990714790 -5185 1922694631 -5184 552906367 -5183 1992991196 -5182 1606679999 -5181 1782681269 -5180 403860483 -5179 1588964585 -5178 902753765 -5177 517355522 -5176 372049194 -5175 690480175 -5174 1545613255 -5173 1933046495 -5172 318044600 -5171 72410164 -5170 568844801 -5169 1442771260 -5168 1450575905 -5167 1342094706 -5166 1276519921 -5165 1791157632 -5164 373775321 -5163 1194000793 -5162 1239055237 -5161 1504608188 -5160 1863938803 -5159 594632735 -5158 735153746 -5157 834719277 -5156 1013009589 -5155 1145207242 -5154 316014632 -5153 917708746 -5152 1589130713 -5151 17715414 -5150 879927504 -5149 2033988609 -5148 1216915391 -5147 212273589 -5146 1119225915 -5145 586486346 -5144 372435575 -5143 1473203091 -5142 1364201694 -5141 1022756988 -5140 769317907 -5139 1374233743 -5138 166251338 -5137 1806901920 -5136 968319385 -5135 82519128 -5134 552102395 -5133 1016650780 -5132 1477545638 -5131 644422502 -5130 769454442 -5129 1029219526 -5128 1729106794 -5127 1737430152 -5126 518704645 -5125 95300843 -5124 1703560177 -5123 298299218 -5122 37781242 -5121 1702625752 -5120 948283670 -5119 667653914 -5118 914762693 -5117 630429045 -5116 1987321662 -5115 1793506472 -5114 1369768300 -5113 1497162235 -5112 703885184 -5111 2137451599 -5110 856505649 -5109 1109899634 -5108 405914358 -5107 83732210 -5106 1254799525 -5105 2099152252 -5104 752457138 -5103 2055163540 -5102 247196338 -5101 448326112 -5100 1062799356 -5099 1179507938 -5098 510514881 -5097 1633805951 -5096 33869975 -5095 220405427 -5094 57519601 -5093 934425 -5092 1497499195 -5091 1517610975 -5090 787863058 -5089 317854625 -5088 827815900 -5087 1268739869 -5086 1408144393 -5085 490159426 -5084 1089621288 -5083 1379800348 -5082 640656586 -5081 1741469197 -5080 1731537241 -5079 772773439 -5078 2002583757 -5077 454245753 -5076 1478758719 -5075 1347119633 -5074 1851955914 -5073 304131026 -5072 992364184 -5071 1215172047 -5070 2085294879 -5069 1576477053 -5068 1145637963 -5067 290109454 -5066 1576286350 -5065 32935550 -5064 870389879 -5063 687392273 -5062 1360555014 -5061 1179644570 -5060 689795075 -5059 1666606837 -5058 1057193880 -5057 337656474 -5056 179118580 -5055 28344044 -5054 1996986488 -5053 1495635739 -5052 1795746755 -5051 2015366794 -5050 1886369088 -5049 1277291488 -5048 1441498368 -5047 655464124 -5046 749773487 -5045 1174627693 -5044 354755449 -5043 636783867 -5042 366319795 -5041 1563370778 -5040 69534084 -5039 1795185425 -5038 190703 -5037 1112702413 -5036 1567203222 -5035 888894076 -5034 819864183 -5033 1838228957 -5032 2145080846 -5031 1841431825 -5030 122450689 -5029 352138601 -5028 1487488257 -5027 1028849836 -5026 488153633 -5025 830966489 -5024 380080937 -5023 2129103342 -5022 1756750298 -5021 518455267 -5020 573868426 -5019 1230904964 -5018 527518001 -5017 266870675 -5016 300708675 -5015 112989620 -5014 808307897 -5013 938868318 -5012 567249783 -5011 718618018 -5010 1563180075 -5009 1104315318 -5008 227982202 -5007 1258780275 -5006 292838230 -5005 1876457913 -5004 891296878 -5003 1125916006 -5002 1715778268 -5001 1792942245 -5000 353943568 -4999 1241084501 -4998 2011468615 -4997 656521767 -4996 648768898 -4995 506533939 -4994 1221699839 -4993 2009109318 -4992 1555234915 -4991 525845334 -4990 2138420914 -4989 306997751 -4988 930196289 -4987 414528381 -4986 1606046425 -4985 1509324004 -4984 1693223485 -4983 89689879 -4982 1523171891 -4981 1610418112 -4980 490635816 -4979 304399800 -4978 811477088 -4977 499007937 -4976 367483397 -4975 1314405871 -4974 160679645 -4973 1245838280 -4972 771972438 -4971 474693766 -4970 1928957278 -4969 1844905448 -4968 592315603 -4967 1504934676 -4966 1582305576 -4965 787143228 -4964 1098782672 -4963 695854505 -4962 2018172052 -4961 1248237164 -4960 1743132692 -4959 1723892533 -4958 848434974 -4957 1568355933 -4956 868788544 -4955 1516356546 -4954 2133635761 -4953 82805372 -4952 1746537711 -4951 1218772091 -4950 798941024 -4949 2139111526 -4948 2084400051 -4947 1644554865 -4946 338328292 -4945 1269128764 -4944 542433433 -4943 1833469526 -4942 1464364650 -4941 1074550638 -4940 2029861811 -4939 424022602 -4938 262599872 -4937 1952656023 -4936 406152004 -4935 886451071 -4934 916454823 -4933 1998029156 -4932 1100205460 -4931 294279519 -4930 399802190 -4929 174776759 -4928 855103989 -4927 1479562075 -4926 1582203820 -4925 785983171 -4924 1917302483 -4923 914863669 -4922 1431347996 -4921 1754909832 -4920 1281855688 -4919 1301869807 -4918 1800783234 -4917 815271286 -4916 1102121432 -4915 652342414 -4914 1952247762 -4913 1615366443 -4912 1951091363 -4911 1040342048 -4910 811950766 -4909 77205788 -4908 17870598 -4907 1523632448 -4906 1036201199 -4905 555606496 -4904 1933729259 -4903 622175304 -4902 1598226966 -4901 925428701 -4900 1586659178 -4899 1067723762 -4898 740056587 -4897 69120817 -4896 1709743240 -4895 667340150 -4894 1502118823 -4893 162392651 -4892 1780491629 -4891 129478189 -4890 2101610246 -4889 466584402 -4888 199748375 -4887 1148440820 -4886 1010507172 -4885 1634238637 -4884 848734699 -4883 911905713 -4882 803415677 -4881 1873885574 -4880 1022471450 -4879 1435801965 -4878 1188488237 -4877 1609747750 -4876 1737386837 -4875 414025895 -4874 1104863178 -4873 1008300558 -4872 1182999773 -4871 530503203 -4870 185372113 -4869 1517538361 -4868 1505464170 -4867 72716437 -4866 714485642 -4865 1547350589 -4864 1034332169 -4863 1372640633 -4862 208266052 -4861 1313907227 -4860 2077213462 -4859 953169426 -4858 1603560877 -4857 712993386 -4856 299706121 -4855 98601459 -4854 830822960 -4853 1122332772 -4852 2036917911 -4851 1515097359 -4850 685397337 -4849 1560207348 -4848 1845898776 -4847 774462341 -4846 504884572 -4845 729086279 -4844 1378509770 -4843 574359974 -4842 822928444 -4841 1812945060 -4840 1172522681 -4839 112655676 -4838 803052718 -4837 2105597229 -4836 1185867915 -4835 1489328657 -4834 1339084536 -4833 1867908590 -4832 1442910819 -4831 1402580274 -4830 1857829997 -4829 1364220076 -4828 653463305 -4827 1504959418 -4826 2029654074 -4825 1324856996 -4824 209167196 -4823 1463209248 -4822 436935435 -4821 476710562 -4820 1816682231 -4819 2058418644 -4818 1055322776 -4817 1116812496 -4816 1543436219 -4815 2078008245 -4814 2053641483 -4813 1713048357 -4812 1549320941 -4811 710272768 -4810 1009892342 -4809 1214409099 -4808 1074271409 -4807 1461207709 -4806 766512693 -4805 1465442973 -4804 46417838 -4803 2083987910 -4802 10078593 -4801 78690742 -4800 749116968 -4799 352870579 -4798 1482049650 -4797 1476089957 -4796 1295792222 -4795 566444825 -4794 887921561 -4793 1879940281 -4792 1794010665 -4791 526000439 -4790 1568871434 -4789 699869735 -4788 514982424 -4787 1124798179 -4786 1210654661 -4785 1977871510 -4784 528687304 -4783 1343368715 -4782 703156015 -4781 334911842 -4780 1783485007 -4779 1696168280 -4778 447896406 -4777 1756312084 -4776 1414789871 -4775 830008430 -4774 1455364380 -4773 2115210743 -4772 1334870942 -4771 1804691662 -4770 744124740 -4769 1420510659 -4768 1204562004 -4767 915604825 -4766 588168395 -4765 1563335589 -4764 919917808 -4763 361921122 -4762 311068847 -4761 1094140930 -4760 11018014 -4759 444073255 -4758 1636698721 -4757 684594562 -4756 596110875 -4755 2014769594 -4754 1274715494 -4753 193775462 -4752 1707367356 -4751 1154471383 -4750 2034499083 -4749 27172923 -4748 281378409 -4747 1765371624 -4746 300947704 -4745 1447062776 -4744 1642621136 -4743 1798156366 -4742 1371086003 -4741 2061843930 -4740 600129657 -4739 1976003563 -4738 832342264 -4737 1788710063 -4736 2143170664 -4735 226247273 -4734 1252266741 -4733 1973260526 -4732 350903108 -4731 2014479240 -4730 1604925856 -4729 1473907100 -4728 1995446028 -4727 1769412775 -4726 1557362716 -4725 402335413 -4724 307402238 -4723 120244111 -4722 306760026 -4721 1680194433 -4720 873092974 -4719 269127459 -4718 1873708867 -4717 981799281 -4716 122750487 -4715 650274986 -4714 75976772 -4713 1728260854 -4712 1198026708 -4711 1542566088 -4710 1229501666 -4709 958903242 -4708 1980316546 -4707 606094991 -4706 536443322 -4705 169910138 -4704 2022827813 -4703 1385271149 -4702 368334670 -4701 1024479656 -4700 19033212 -4699 1982996729 -4698 2064028032 -4697 1593110615 -4696 1462010536 -4695 1437118604 -4694 95575386 -4693 774691453 -4692 1394634785 -4691 37632567 -4690 1953969214 -4689 2038777341 -4688 146376972 -4687 1223433881 -4686 905822508 -4685 541973281 -4684 1599731925 -4683 680894332 -4682 498759187 -4681 239123466 -4680 1709733190 -4679 623406675 -4678 422459920 -4677 1810406408 -4676 730750826 -4675 1298655821 -4674 1949059116 -4673 998348157 -4672 1366237936 -4671 532821588 -4670 1107935272 -4669 573406245 -4668 520986193 -4667 626909427 -4666 1497535228 -4665 687319083 -4664 42483819 -4663 57942819 -4662 968205887 -4661 1503341092 -4660 2038739243 -4659 730535333 -4658 1132954832 -4657 1751887338 -4656 1771185603 -4655 224928176 -4654 43214094 -4653 1360608459 -4652 1118644790 -4651 2022836160 -4650 1964147194 -4649 2046810429 -4648 2040139497 -4647 1271287747 -4646 2008830940 -4645 1879886317 -4644 2079901532 -4643 1416237527 -4642 2037896533 -4641 792831691 -4640 11835395 -4639 481025844 -4638 1223354665 -4637 1981150758 -4636 584425608 -4635 1439592409 -4634 1866596843 -4633 686626374 -4632 166687224 -4631 237670554 -4630 370386260 -4629 286851904 -4628 1106833377 -4627 908026656 -4626 1708673244 -4625 410577144 -4624 1253767034 -4623 167861582 -4622 1543944912 -4621 1219318008 -4620 2130180310 -4619 692859447 -4618 37979489 -4617 160253180 -4616 1338869862 -4615 592593413 -4614 1989473432 -4613 1287069841 -4612 1404402132 -4611 1556870688 -4610 1716960674 -4609 178168285 -4608 2044083884 -4607 1931245904 -4606 114553914 -4605 2045282882 -4604 1272905184 -4603 1628926289 -4602 316240114 -4601 2027318968 -4600 1278320825 -4599 1609843252 -4598 725662308 -4597 696256233 -4596 1801743269 -4595 1540811662 -4594 1014115880 -4593 34449026 -4592 185164919 -4591 851085465 -4590 1181338519 -4589 1969927130 -4588 1501473233 -4587 1592869724 -4586 318263396 -4585 51800021 -4584 1335674929 -4583 432602743 -4582 1717592815 -4581 1226233846 -4580 1660270452 -4579 1933198418 -4578 63614371 -4577 2146284650 -4576 658340719 -4575 633111273 -4574 1729042767 -4573 1393069864 -4572 350605464 -4571 853880510 -4570 1301656660 -4569 582064592 -4568 1955583630 -4567 1332334293 -4566 1829624001 -4565 1767294243 -4564 1355646743 -4563 163030415 -4562 1000594154 -4561 362721437 -4560 1497095880 -4559 1735952443 -4558 1651663733 -4557 1449673212 -4556 257194795 -4555 2033144301 -4554 481690853 -4553 109441082 -4552 919815939 -4551 1931878045 -4550 1162619475 -4549 1661469450 -4548 1274857698 -4547 1577986745 -4546 417241882 -4545 1412754503 -4544 282505809 -4543 875162257 -4542 91413204 -4541 1916024520 -4540 1045780528 -4539 2116806014 -4538 899924239 -4537 188289387 -4536 2124171198 -4535 1666593586 -4534 766700089 -4533 992925305 -4532 813418183 -4531 1412125359 -4530 858541352 -4529 47422668 -4528 1478757648 -4527 1766003080 -4526 967982358 -4525 147753712 -4524 1113328362 -4523 697296456 -4522 1094305255 -4521 1405830136 -4520 657020347 -4519 1732116378 -4518 1244227568 -4517 2009586843 -4516 1295480936 -4515 1689563273 -4514 1321341298 -4513 513964937 -4512 1976865377 -4511 122090838 -4510 1016100281 -4509 857491141 -4508 2140118464 -4507 1380814301 -4506 1569072946 -4505 1131245893 -4504 853175403 -4503 1502058378 -4502 134383953 -4501 765995515 -4500 2080851358 -4499 1240021919 -4498 1226923957 -4497 1331003936 -4496 652674718 -4495 270685902 -4494 1200932105 -4493 1854981873 -4492 40276109 -4491 1509672525 -4490 161602568 -4489 794917151 -4488 436635442 -4487 1702147942 -4486 688245545 -4485 781515998 -4484 1860181544 -4483 1199250460 -4482 1645348304 -4481 1119374236 -4480 129456022 -4479 1782769628 -4478 1435901843 -4477 1008872571 -4476 527638898 -4475 67014568 -4474 996861939 -4473 87179888 -4472 1568690667 -4471 1041845682 -4470 1686555205 -4469 749847422 -4468 587347201 -4467 956238055 -4466 130071830 -4465 945176493 -4464 230409793 -4463 1838743228 -4462 1693379305 -4461 1392842605 -4460 1073037083 -4459 606938274 -4458 106671606 -4457 1802603091 -4456 1989450046 -4455 1636478732 -4454 1283651342 -4453 740807308 -4452 1069794438 -4451 2010062324 -4450 1830956041 -4449 1268067099 -4448 1255130730 -4447 1368887275 -4446 12010631 -4445 440459010 -4444 645807548 -4443 2102499905 -4442 548108330 -4441 818843245 -4440 454498481 -4439 730317150 -4438 619775592 -4437 1789654356 -4436 725828261 -4435 438812250 -4434 1399280836 -4433 985050836 -4432 765706145 -4431 1086441031 -4430 1286170999 -4429 1417917639 -4428 764971876 -4427 617676522 -4426 518951749 -4425 1248642737 -4424 566684294 -4423 1421072665 -4422 1057334915 -4421 1949210987 -4420 754931594 -4419 462068766 -4418 1256056467 -4417 814671720 -4416 723079726 -4415 56994374 -4414 2039834327 -4413 1974447951 -4412 1648001424 -4411 1965274828 -4410 199067653 -4409 812327773 -4408 4488889 -4407 180963342 -4406 390373520 -4405 1888261073 -4404 1820589752 -4403 312839805 -4402 1846363485 -4401 1495272154 -4400 321469155 -4399 668494477 -4398 898965890 -4397 1663812786 -4396 50992228 -4395 1245362732 -4394 191307822 -4393 764956954 -4392 666141071 -4391 595266149 -4390 693154520 -4389 2087743522 -4388 1886472687 -4387 1199062093 -4386 922321040 -4385 896115423 -4384 556476597 -4383 74559499 -4382 1775380298 -4381 835673651 -4380 1960785939 -4379 18104311 -4378 421954253 -4377 263711463 -4376 507857237 -4375 77533715 -4374 41897588 -4373 325317598 -4372 2138854298 -4371 1177869008 -4370 596306264 -4369 805140016 -4368 617502249 -4367 1801086806 -4366 1472504964 -4365 1433518921 -4364 579221661 -4363 1743525320 -4362 71802434 -4361 725881196 -4360 856277110 -4359 1641576074 -4358 1165422482 -4357 990357264 -4356 642585496 -4355 847761541 -4354 1268218772 -4353 1868286594 -4352 261257208 -4351 1757275987 -4350 413719398 -4349 1697074475 -4348 1657730721 -4347 344420538 -4346 221813875 -4345 182539639 -4344 86163065 -4343 1011512228 -4342 1876494982 -4341 1333714281 -4340 560366759 -4339 942703106 -4338 1480118700 -4337 1331466975 -4336 1221865145 -4335 1876463292 -4334 1361716487 -4333 2000824112 -4332 887248210 -4331 577710008 -4330 1707942362 -4329 2013403493 -4328 998990578 -4327 317660941 -4326 1869622140 -4325 921782550 -4324 586504332 -4323 1658426433 -4322 1454567195 -4321 711666381 -4320 99545266 -4319 69298860 -4318 1475260600 -4317 1475191082 -4316 258257473 -4315 1357785294 -4314 453528304 -4313 899932431 -4312 451145469 -4311 933791876 -4310 2001079229 -4309 1376383431 -4308 1868321609 -4307 1751139056 -4306 2117234136 -4305 1368524680 -4304 989215081 -4303 784006479 -4302 292881750 -4301 1021328365 -4300 1726203077 -4299 1390281421 -4298 143781353 -4297 77208028 -4296 1878640256 -4295 211195707 -4294 1614699002 -4293 2022321599 -4292 1558881167 -4291 1385268335 -4290 1383889428 -4289 771837831 -4288 1958525035 -4287 117475306 -4286 1021662778 -4285 1505808689 -4284 906639825 -4283 1667220076 -4282 1046336850 -4281 1222245686 -4280 1212953915 -4279 249940173 -4278 1406632943 -4277 499796928 -4276 761923974 -4275 1333227657 -4274 1075642930 -4273 2115370364 -4272 1205287049 -4271 1050083976 -4270 877547011 -4269 1648995049 -4268 1659124813 -4267 2080069294 -4266 609992674 -4265 2003802305 -4264 799798188 -4263 229430667 -4262 638432171 -4261 787043335 -4260 1574226947 -4259 1266414122 -4258 1897658701 -4257 452716346 -4256 1358319129 -4255 1501926350 -4254 459471839 -4253 1831877787 -4252 454266160 -4251 796396676 -4250 1963096391 -4249 713156987 -4248 1635499847 -4247 73405285 -4246 1571637646 -4245 794037258 -4244 127940608 -4243 25558954 -4242 1237823353 -4241 1703775648 -4240 1538442811 -4239 944961365 -4238 1039002375 -4237 1802806156 -4236 1280271106 -4235 380562006 -4234 1365370134 -4233 12754852 -4232 802687368 -4231 1519501696 -4230 1036868282 -4229 1121510601 -4228 2055578641 -4227 395732351 -4226 2140728154 -4225 1673924990 -4224 1047660189 -4223 1810558811 -4222 2016265044 -4221 1888592821 -4220 1308380477 -4219 1889691105 -4218 1289002989 -4217 841462589 -4216 2092948325 -4215 1546078692 -4214 1703697553 -4213 571648607 -4212 634599790 -4211 292861988 -4210 664773273 -4209 1883120303 -4208 1812173906 -4207 658440368 -4206 437436022 -4205 1267516254 -4204 1725358286 -4203 1993352085 -4202 1123370218 -4201 1828660414 -4200 1611406703 -4199 641135930 -4198 1128266095 -4197 381653651 -4196 1495555810 -4195 330169343 -4194 1805143594 -4193 1306551016 -4192 502178333 -4191 126573938 -4190 599589832 -4189 466917888 -4188 1944226428 -4187 1890407945 -4186 1285248684 -4185 1521299718 -4184 911478901 -4183 1410835565 -4182 2054358982 -4181 898963135 -4180 628171729 -4179 6332905 -4178 1445684281 -4177 544657652 -4176 1080565730 -4175 591567584 -4174 144146035 -4173 2044181520 -4172 381945382 -4171 482234288 -4170 700394319 -4169 1229753051 -4168 1293063768 -4167 798096751 -4166 723993705 -4165 189004794 -4164 1975474658 -4163 1678569655 -4162 706961183 -4161 35260445 -4160 329831158 -4159 856665535 -4158 1329152852 -4157 422926710 -4156 978929043 -4155 2021896767 -4154 1614424384 -4153 12515766 -4152 782663835 -4151 2048026077 -4150 1600762501 -4149 83514077 -4148 1073250823 -4147 854116697 -4146 400511617 -4145 1183867858 -4144 209622202 -4143 1809395395 -4142 1343787200 -4141 1299675979 -4140 1336654167 -4139 2049781216 -4138 505759346 -4137 1104058974 -4136 970105741 -4135 1192907698 -4134 1629527258 -4133 1940214213 -4132 1348738497 -4131 1997779296 -4130 853591240 -4129 2054388096 -4128 2025220140 -4127 1454739733 -4126 955985974 -4125 966413277 -4124 1239232931 -4123 1713881955 -4122 559236913 -4121 699149758 -4120 974775254 -4119 746645804 -4118 1830486108 -4117 2036866613 -4116 644494495 -4115 738599869 -4114 1987564305 -4113 1057429871 -4112 472741228 -4111 1441489632 -4110 793916633 -4109 232595193 -4108 1079675474 -4107 1460335296 -4106 1622015364 -4105 1177375176 -4104 1991652849 -4103 1779231610 -4102 1086622972 -4101 1441834048 -4100 2120042804 -4099 1546335155 -4098 1098402122 -4097 1058806863 -4096 215506802 -4095 1389587667 -4094 407176364 -4093 540083173 -4092 739106701 -4091 1960074756 -4090 1016147298 -4089 1085392289 -4088 102151309 -4087 1091886238 -4086 49302307 -4085 1734548272 -4084 265858641 -4083 546074673 -4082 263513238 -4081 240146035 -4080 361814158 -4079 1481064985 -4078 758063477 -4077 2049783946 -4076 1616166095 -4075 1990267401 -4074 90752204 -4073 549818800 -4072 1806672454 -4071 1687771465 -4070 343431926 -4069 1061235941 -4068 1330828353 -4067 1856298103 -4066 651630499 -4065 1822907277 -4064 650480966 -4063 594585255 -4062 1671419522 -4061 1801198060 -4060 1857923447 -4059 2071744708 -4058 1036089981 -4057 515086685 -4056 826027597 -4055 1650711282 -4054 1471035034 -4053 25712606 -4052 184260515 -4051 929931901 -4050 1629566206 -4049 459513860 -4048 2012382538 -4047 915279723 -4046 1959031742 -4045 1066347294 -4044 183594947 -4043 550464386 -4042 206386874 -4041 745436513 -4040 356943112 -4039 634617470 -4038 409605442 -4037 1655404724 -4036 1205817137 -4035 57045243 -4034 151487754 -4033 996766554 -4032 884145456 -4031 1747158462 -4030 765108078 -4029 1342836761 -4028 1245717111 -4027 1532862347 -4026 1191535299 -4025 800314990 -4024 1466450767 -4023 541103133 -4022 543630048 -4021 1872230303 -4020 1065033011 -4019 714286482 -4018 647965766 -4017 946035243 -4016 731684776 -4015 1408567355 -4014 859960420 -4013 1585642081 -4012 193521274 -4011 1719253052 -4010 335831071 -4009 849022036 -4008 1576283981 -4007 352560198 -4006 1503916969 -4005 209050583 -4004 1320383435 -4003 551812940 -4002 231658475 -4001 1688792343 -4000 501441351 -3999 1379729379 -3998 151301462 -3997 445402120 -3996 66411579 -3995 650432166 -3994 256684942 -3993 1741704112 -3992 1623553770 -3991 1976827214 -3990 1224264537 -3989 118997767 -3988 2130085354 -3987 1386882058 -3986 86074823 -3985 1293526343 -3984 1215046081 -3983 1288191016 -3982 1249811010 -3981 1491982885 -3980 142969071 -3979 2130754521 -3978 1492588715 -3977 1367233397 -3976 1179660411 -3975 952104029 -3974 2124875756 -3973 1779074740 -3972 50371588 -3971 999412744 -3970 1537490881 -3969 56039231 -3968 1313317800 -3967 1648352943 -3966 188717178 -3965 472191115 -3964 1174362044 -3963 427341376 -3962 517439575 -3961 1504556002 -3960 1994225508 -3959 1984866126 -3958 32922944 -3957 836559011 -3956 171835977 -3955 945367455 -3954 43715333 -3953 1870546844 -3952 1145221945 -3951 1266540137 -3950 2146877818 -3949 923219321 -3948 951094109 -3947 540484685 -3946 1389841289 -3945 1548069319 -3944 901732441 -3943 1125463012 -3942 241583859 -3941 2141816005 -3940 1833578592 -3939 2036621585 -3938 2014805700 -3937 841126685 -3936 473990899 -3935 1908859450 -3934 2102235187 -3933 1817289690 -3932 580599516 -3931 680057097 -3930 1471633058 -3929 1157666497 -3928 1813030149 -3927 1235039136 -3926 792843678 -3925 448772781 -3924 1947629158 -3923 924658844 -3922 1871152673 -3921 222002623 -3920 315446027 -3919 1606393133 -3918 1680861680 -3917 1550508438 -3916 1786235892 -3915 264378277 -3914 1306485460 -3913 907400083 -3912 1439368068 -3911 352445921 -3910 127010305 -3909 992451907 -3908 1562630686 -3907 105946250 -3906 886375145 -3905 804184857 -3904 1328259934 -3903 1422178090 -3902 345656631 -3901 1570416667 -3900 1014510595 -3899 236593922 -3898 364822819 -3897 1364257368 -3896 1434893626 -3895 2015668482 -3894 725103755 -3893 1725626535 -3892 609212816 -3891 264759540 -3890 688624591 -3889 912421237 -3888 1967640888 -3887 1416483402 -3886 244022977 -3885 878835809 -3884 972493857 -3883 954039539 -3882 780389778 -3881 446916161 -3880 937298883 -3879 21064055 -3878 106076761 -3877 758445829 -3876 925169963 -3875 1611680703 -3874 458528225 -3873 1905326915 -3872 407667495 -3871 109062709 -3870 1205593848 -3869 1797736875 -3868 949183944 -3867 496637985 -3866 639153613 -3865 1856750739 -3864 1406455665 -3863 460344215 -3862 1037001943 -3861 1844275227 -3860 444602300 -3859 1419624837 -3858 668398260 -3857 1088805079 -3856 443989545 -3855 1437467086 -3854 98446030 -3853 525577696 -3852 16740656 -3851 759325723 -3850 340839399 -3849 178853053 -3848 1243377739 -3847 641879706 -3846 299917604 -3845 1167326696 -3844 1204013208 -3843 349465516 -3842 699733067 -3841 757414268 -3840 1307362413 -3839 708955863 -3838 1158583262 -3837 1239916853 -3836 1237665967 -3835 178809398 -3834 819748795 -3833 1709664086 -3832 15741915 -3831 1764860754 -3830 1175876967 -3829 1503280868 -3828 975635292 -3827 1378414821 -3826 990359049 -3825 2065895496 -3824 1420726430 -3823 1486603955 -3822 184738297 -3821 1985371250 -3820 1663431632 -3819 1846443341 -3818 2026419097 -3817 76051043 -3816 1585350146 -3815 2097935736 -3814 467593628 -3813 446598940 -3812 1189586750 -3811 2138260852 -3810 1746314654 -3809 67445560 -3808 1618773543 -3807 979773864 -3806 420168057 -3805 1675485529 -3804 163067483 -3803 1202371689 -3802 533787119 -3801 659944694 -3800 789225462 -3799 1944945793 -3798 512921819 -3797 1057223443 -3796 2105172039 -3795 1651238742 -3794 1881157199 -3793 1582838828 -3792 1970655971 -3791 485778604 -3790 2106435801 -3789 1587380588 -3788 261093194 -3787 2075967009 -3786 1755941063 -3785 1138751206 -3784 908348985 -3783 476816424 -3782 847767934 -3781 1122141190 -3780 519487309 -3779 766540790 -3778 1794761151 -3777 2090771662 -3776 816706381 -3775 1365280016 -3774 1141698409 -3773 1650606436 -3772 413146226 -3771 736324974 -3770 147022875 -3769 1879485667 -3768 1987257402 -3767 1009166725 -3766 1323549892 -3765 522333211 -3764 1828066419 -3763 1395378595 -3762 1623886675 -3761 383275382 -3760 224685409 -3759 30468791 -3758 1978923173 -3757 1269825636 -3756 1167618024 -3755 1279124639 -3754 290983272 -3753 1933691443 -3752 2104812763 -3751 81227144 -3750 1474863687 -3749 576199294 -3748 2097318057 -3747 429481134 -3746 949073253 -3745 1313583592 -3744 952133790 -3743 405373435 -3742 1503583561 -3741 681144207 -3740 896551219 -3739 1285339797 -3738 555935775 -3737 1464924191 -3736 1328583954 -3735 2075654944 -3734 1045930184 -3733 1444791036 -3732 1170693186 -3731 1593417883 -3730 551835857 -3729 1102343421 -3728 1010334415 -3727 699798534 -3726 978842363 -3725 1381410228 -3724 1321795524 -3723 209756128 -3722 458827756 -3721 1528613468 -3720 131392735 -3719 1045382552 -3718 1774609689 -3717 783734464 -3716 1624830992 -3715 543699817 -3714 1957483679 -3713 270989582 -3712 1656305864 -3711 218243764 -3710 125208432 -3709 1579110676 -3708 2104239491 -3707 627764478 -3706 418994007 -3705 2031276566 -3704 904961758 -3703 1599995948 -3702 892955179 -3701 68349764 -3700 583083468 -3699 1999520970 -3698 123501058 -3697 1776407835 -3696 1525486658 -3695 769086235 -3694 922582472 -3693 1940665703 -3692 78363393 -3691 1560928852 -3690 1901487427 -3689 1495141918 -3688 1568035208 -3687 1230909872 -3686 973734433 -3685 1353841410 -3684 1034877601 -3683 1739239915 -3682 145781150 -3681 77195188 -3680 261487921 -3679 1644927602 -3678 1160116668 -3677 72962925 -3676 1870286368 -3675 966481707 -3674 1138321386 -3673 836611994 -3672 1016912480 -3671 1040917857 -3670 2092332354 -3669 954159281 -3668 474034312 -3667 1501898471 -3666 853825363 -3665 1732304603 -3664 690722841 -3663 1509137268 -3662 39178276 -3661 730705123 -3660 2140377292 -3659 670577555 -3658 521407485 -3657 214193798 -3656 196032270 -3655 1381978166 -3654 1208060260 -3653 957682413 -3652 1477751994 -3651 648337196 -3650 1064562167 -3649 188524996 -3648 1922124882 -3647 193634961 -3646 1082125186 -3645 1033674374 -3644 2097052874 -3643 97403529 -3642 891763287 -3641 62753199 -3640 566883545 -3639 590433883 -3638 100333918 -3637 889213357 -3636 811175629 -3635 1492171743 -3634 1693126326 -3633 2107501366 -3632 1516243624 -3631 1516084369 -3630 209297638 -3629 1926183494 -3628 474545284 -3627 1286912966 -3626 1153617186 -3625 1385833505 -3624 2051709820 -3623 559723064 -3622 2040603894 -3621 1289226998 -3620 873695962 -3619 870927206 -3618 1253883457 -3617 888450508 -3616 244065735 -3615 984721657 -3614 141911086 -3613 2034299675 -3612 1678003632 -3611 301329404 -3610 2109902929 -3609 1825153836 -3608 1926741902 -3607 755645823 -3606 1343570678 -3605 851157911 -3604 2123411767 -3603 177041957 -3602 1898203728 -3601 1737543778 -3600 1041539085 -3599 1069868319 -3598 772566308 -3597 1236195427 -3596 1382686794 -3595 593894122 -3594 1492713259 -3593 762482822 -3592 1833510750 -3591 1169676688 -3590 35343540 -3589 2132729102 -3588 626861471 -3587 269161800 -3586 746539421 -3585 357249708 -3584 1454201672 -3583 1988065330 -3582 2071880393 -3581 2000333444 -3580 522071150 -3579 1354257106 -3578 481583157 -3577 1075583991 -3576 779717704 -3575 1166528721 -3574 1100437830 -3573 385867989 -3572 1282986520 -3571 828335409 -3570 964977470 -3569 1952827305 -3568 1834665173 -3567 178672186 -3566 1890965816 -3565 620203971 -3564 907867020 -3563 323036571 -3562 727139282 -3561 1848265296 -3560 542815217 -3559 1913665388 -3558 1386189680 -3557 269611763 -3556 962443776 -3555 905957739 -3554 432852962 -3553 1601351876 -3552 1465994180 -3551 717623287 -3550 1518750287 -3549 1593970807 -3548 574539402 -3547 1462538084 -3546 2122629808 -3545 393849715 -3544 2031025849 -3543 272102421 -3542 1568374167 -3541 1477642862 -3540 1141153883 -3539 786305284 -3538 61861489 -3537 1214461202 -3536 1418288814 -3535 1567929245 -3534 2040548337 -3533 1207085372 -3532 1927705002 -3531 960957542 -3530 462075615 -3529 273203454 -3528 951221612 -3527 480231941 -3526 1984242448 -3525 1508575548 -3524 1587447206 -3523 1862713323 -3522 82601589 -3521 2019507021 -3520 143083884 -3519 56212203 -3518 1618824646 -3517 180689687 -3516 1578995882 -3515 1850527387 -3514 972959196 -3513 553382987 -3512 1278432186 -3511 782068883 -3510 1415781373 -3509 2074176329 -3508 1515500118 -3507 641415891 -3506 1321396512 -3505 211203442 -3504 1787707891 -3503 1079590795 -3502 745009756 -3501 1654501548 -3500 9735930 -3499 2129327322 -3498 436444653 -3497 1590129712 -3496 1040268383 -3495 121529125 -3494 1425973959 -3493 1715423833 -3492 1719629439 -3491 26389386 -3490 400682375 -3489 2109877845 -3488 624699968 -3487 1915780907 -3486 1355214139 -3485 1025612895 -3484 572095201 -3483 190890313 -3482 1285085261 -3481 1351739504 -3480 1414052413 -3479 774365482 -3478 752779817 -3477 1304296676 -3476 1001191648 -3475 241805717 -3474 1613677333 -3473 133206343 -3472 1069854865 -3471 763166082 -3470 1218056894 -3469 567089866 -3468 1089058939 -3467 314915528 -3466 164155753 -3465 1472328198 -3464 549383334 -3463 1399584573 -3462 1314741458 -3461 1757235242 -3460 1549173065 -3459 632385115 -3458 754663705 -3457 1746570721 -3456 1343685706 -3455 1164323826 -3454 1888011282 -3453 1367839344 -3452 924321548 -3451 510719779 -3450 598959687 -3449 109755737 -3448 1920657482 -3447 510974100 -3446 1838102990 -3445 867985304 -3444 1319434499 -3443 850511251 -3442 1062633097 -3441 502764999 -3440 1821590791 -3439 903141366 -3438 402934113 -3437 1764214389 -3436 1913015842 -3435 912054828 -3434 157586740 -3433 939631740 -3432 1997895155 -3431 682356342 -3430 1002571536 -3429 1950085992 -3428 1436183057 -3427 1737823527 -3426 2006043087 -3425 2123330010 -3424 240002278 -3423 1377291502 -3422 768879657 -3421 814565811 -3420 737545945 -3419 87985587 -3418 419136394 -3417 1052672177 -3416 1339023248 -3415 987591739 -3414 1952835855 -3413 816669500 -3412 1176404107 -3411 159491731 -3410 99830886 -3409 57376402 -3408 1137609171 -3407 1638362933 -3406 1606627649 -3405 973384102 -3404 1061643320 -3403 1622714045 -3402 2084543851 -3401 47809163 -3400 1393656933 -3399 1412231657 -3398 2091526553 -3397 1460336695 -3396 1497821248 -3395 628751584 -3394 1354450353 -3393 1572920115 -3392 639745557 -3391 680894069 -3390 395429416 -3389 1832357416 -3388 896445987 -3387 1579028303 -3386 1247319970 -3385 522353748 -3384 1958671280 -3383 1793344124 -3382 716838613 -3381 1119027705 -3380 1169366207 -3379 608951601 -3378 598232401 -3377 164225069 -3376 576719612 -3375 2131397251 -3374 1036323899 -3373 1013834157 -3372 229057112 -3371 672312194 -3370 103766257 -3369 2080803886 -3368 2061894057 -3367 1462774969 -3366 105886342 -3365 2072384781 -3364 2136489675 -3363 673556283 -3362 1177490699 -3361 954871789 -3360 1931931730 -3359 963884761 -3358 585037446 -3357 374092238 -3356 1767840671 -3355 1601459493 -3354 1952998783 -3353 839643575 -3352 623977917 -3351 107887012 -3350 520795303 -3349 1005141138 -3348 32231989 -3347 614318798 -3346 1275384818 -3345 1710369103 -3344 1902340139 -3343 364011705 -3342 910067900 -3341 295736873 -3340 757901785 -3339 788474936 -3338 1974917544 -3337 2136992924 -3336 1473768941 -3335 1579813706 -3334 894894082 -3333 1181617886 -3332 889108201 -3331 213605937 -3330 369834343 -3329 1557839492 -3328 1343527738 -3327 1131061600 -3326 568577103 -3325 928197096 -3324 977481576 -3323 1845111771 -3322 318848271 -3321 1766320426 -3320 75655023 -3319 2053960153 -3318 1877239968 -3317 469346534 -3316 859462306 -3315 911373113 -3314 800301203 -3313 1606603266 -3312 1753593568 -3311 121592963 -3310 468302977 -3309 768392509 -3308 1462189643 -3307 395103838 -3306 1242098842 -3305 292151055 -3304 690705505 -3303 681288144 -3302 811783543 -3301 1478752357 -3300 1017561847 -3299 1386256390 -3298 989262388 -3297 415330642 -3296 153580024 -3295 870948980 -3294 609348824 -3293 1358644798 -3292 1769456748 -3291 412371766 -3290 2036564106 -3289 1753792137 -3288 1194497847 -3287 965866855 -3286 1816528979 -3285 1400342688 -3284 1305263193 -3283 678708239 -3282 1138300289 -3281 985201059 -3280 806886968 -3279 73199139 -3278 1673777315 -3277 1170038588 -3276 1851881980 -3275 560810697 -3274 1627851159 -3273 1359436796 -3272 1811209945 -3271 1573010801 -3270 489489968 -3269 602231204 -3268 1232676366 -3267 118313408 -3266 1953465466 -3265 942418874 -3264 1248975880 -3263 196977058 -3262 1469564340 -3261 15664611 -3260 1365357567 -3259 1070697250 -3258 2084746806 -3257 1941638806 -3256 1808087310 -3255 1137820739 -3254 262042399 -3253 320062134 -3252 2019304919 -3251 1065101150 -3250 1458907392 -3249 1784332028 -3248 368800806 -3247 1112966617 -3246 1689671076 -3245 492445184 -3244 897084400 -3243 54840358 -3242 869946828 -3241 1208978741 -3240 340334434 -3239 371176560 -3238 796249386 -3237 290257492 -3236 1016821175 -3235 1756488407 -3234 1620338182 -3233 1233311269 -3232 979103139 -3231 398867089 -3230 78401453 -3229 1571202408 -3228 1410093588 -3227 946926066 -3226 1679596407 -3225 1488025176 -3224 1265999468 -3223 1344424897 -3222 1008638390 -3221 234972890 -3220 696300343 -3219 345940774 -3218 94660952 -3217 2023839270 -3216 215882217 -3215 1634830718 -3214 1769982004 -3213 1835589307 -3212 1861989572 -3211 498770267 -3210 412729354 -3209 50076942 -3208 1501839033 -3207 1187244627 -3206 817402958 -3205 1930993554 -3204 777385268 -3203 1221471092 -3202 1154909816 -3201 1555384379 -3200 1136257149 -3199 1278959034 -3198 2039089649 -3197 2069552059 -3196 1828410246 -3195 335171509 -3194 479386786 -3193 1031026578 -3192 648124554 -3191 662697615 -3190 140311938 -3189 819944721 -3188 130058557 -3187 607313882 -3186 253857266 -3185 527776558 -3184 1920324794 -3183 1271211736 -3182 1422859952 -3181 1811912630 -3180 1144414882 -3179 1372968375 -3178 1380157631 -3177 1718329127 -3176 409859359 -3175 1743415514 -3174 776083737 -3173 1369484537 -3172 85213943 -3171 2023434430 -3170 1663778377 -3169 1214188738 -3168 1598032436 -3167 1703918140 -3166 1590165273 -3165 797383668 -3164 1834530603 -3163 1964172819 -3162 890714639 -3161 1975663481 -3160 532639058 -3159 1680481704 -3158 566087454 -3157 1749765646 -3156 834472736 -3155 1130129178 -3154 1252400254 -3153 108412164 -3152 126796854 -3151 49891577 -3150 431754998 -3149 1573569403 -3148 963109016 -3147 1784225765 -3146 942245389 -3145 1187858470 -3144 1658201571 -3143 900132955 -3142 1853189807 -3141 1018508853 -3140 425401993 -3139 2107343885 -3138 1771507113 -3137 800648768 -3136 2016871184 -3135 1773476102 -3134 2054152676 -3133 2006350770 -3132 1431533760 -3131 1357716583 -3130 1409576026 -3129 930357060 -3128 846008968 -3127 1583441924 -3126 497365392 -3125 726060572 -3124 1003332324 -3123 1202508677 -3122 1824140813 -3121 700711098 -3120 1234266208 -3119 795012881 -3118 631324014 -3117 1922734194 -3116 126024194 -3115 42112434 -3114 1482152310 -3113 639692718 -3112 474730962 -3111 1893329570 -3110 1394485388 -3109 1772236873 -3108 90472701 -3107 2145514659 -3106 893979740 -3105 10520414 -3104 341942341 -3103 696436093 -3102 596774744 -3101 501176700 -3100 511707614 -3099 1973617750 -3098 432991667 -3097 119948396 -3096 580109600 -3095 1442340363 -3094 1049403406 -3093 302621225 -3092 2115726116 -3091 1029127932 -3090 69387084 -3089 1459015662 -3088 668988686 -3087 589211580 -3086 440581884 -3085 1633815124 -3084 1714865120 -3083 1736306388 -3082 1392690978 -3081 849977737 -3080 1802856869 -3079 1396454377 -3078 878257133 -3077 79952287 -3076 1803572317 -3075 197543646 -3074 1561229318 -3073 1988249289 -3072 184728479 -3071 770640642 -3070 68185033 -3069 391759218 -3068 1393508149 -3067 1138134952 -3066 1218028638 -3065 277488375 -3064 1474097895 -3063 20275474 -3062 233234141 -3061 656710454 -3060 360139246 -3059 1627659152 -3058 1018433778 -3057 1182657210 -3056 1021830108 -3055 851759143 -3054 241124146 -3053 864887383 -3052 2080933167 -3051 2143720249 -3050 2119204252 -3049 1722904582 -3048 1740365707 -3047 680713486 -3046 666206617 -3045 1962806676 -3044 12815167 -3043 790588676 -3042 1920064256 -3041 1940452909 -3040 1524616140 -3039 1077533729 -3038 1321214228 -3037 1116019774 -3036 1811520705 -3035 1197753164 -3034 44254234 -3033 817387440 -3032 1807619876 -3031 753058636 -3030 1785760324 -3029 1324965684 -3028 605829044 -3027 166674634 -3026 941533063 -3025 156942725 -3024 918309624 -3023 244887545 -3022 893166779 -3021 358028585 -3020 403354541 -3019 1438490765 -3018 1056697965 -3017 1925042679 -3016 667898319 -3015 2023101589 -3014 42742420 -3013 219845906 -3012 1413456183 -3011 842530527 -3010 619238681 -3009 408596366 -3008 1413496672 -3007 123461064 -3006 1071765540 -3005 994133264 -3004 1537616936 -3003 1438679245 -3002 1179110764 -3001 482654192 -3000 147229592 -2999 1619085690 -2998 383432620 -2997 448886319 -2996 1395848658 -2995 696645518 -2994 1411259594 -2993 560281038 -2992 1989016652 -2991 1602159661 -2990 1448814268 -2989 625795510 -2988 770592446 -2987 1181080024 -2986 1882300258 -2985 448052412 -2984 609645405 -2983 1347695541 -2982 1748090873 -2981 1004859817 -2980 1576517503 -2979 495777617 -2978 1484314473 -2977 419363407 -2976 733327776 -2975 1780569943 -2974 1962506148 -2973 1054962744 -2972 1291449653 -2971 1707508722 -2970 99221571 -2969 1845826920 -2968 223237031 -2967 1834270750 -2966 1185110373 -2965 835567620 -2964 855112514 -2963 1956583580 -2962 1258950418 -2961 1363221141 -2960 831567215 -2959 267734244 -2958 890978900 -2957 322540034 -2956 571434618 -2955 534604717 -2954 847445187 -2953 1752269236 -2952 1918661686 -2951 1252313256 -2950 1668028992 -2949 1157154095 -2948 1909933489 -2947 1851228178 -2946 604340907 -2945 1825848680 -2944 489120289 -2943 254997426 -2942 955741172 -2941 1593106381 -2940 1484271690 -2939 412434469 -2938 660716547 -2937 1535153059 -2936 979158236 -2935 1376010441 -2934 1724100850 -2933 1639375020 -2932 1125016365 -2931 991216173 -2930 472242241 -2929 509027181 -2928 1843783274 -2927 356374183 -2926 1622578495 -2925 966649030 -2924 763426678 -2923 1742615578 -2922 84240244 -2921 761507591 -2920 1489863415 -2919 1964284461 -2918 552813188 -2917 84084809 -2916 1362107889 -2915 349343480 -2914 870107507 -2913 1043497556 -2912 918209384 -2911 543306703 -2910 932389834 -2909 2096602279 -2908 1580759880 -2907 1432189754 -2906 1958535857 -2905 1487266864 -2904 250994075 -2903 732884676 -2902 1167132779 -2901 615989184 -2900 1294916547 -2899 115868058 -2898 1033932334 -2897 877134243 -2896 1740431152 -2895 2027446564 -2894 882408786 -2893 1919087 -2892 252752163 -2891 267439430 -2890 208694402 -2889 1405778606 -2888 602176572 -2887 203469708 -2886 1361460949 -2885 318610332 -2884 1578617744 -2883 326800804 -2882 111107722 -2881 969090753 -2880 1110030471 -2879 1647683728 -2878 138066421 -2877 93493016 -2876 1181195678 -2875 1225651181 -2874 320134085 -2873 1782488539 -2872 1585451777 -2871 1051264720 -2870 1729540498 -2869 417782304 -2868 522920554 -2867 1153969417 -2866 2142209105 -2865 1738512065 -2864 1774694401 -2863 614969356 -2862 1940708333 -2861 994457204 -2860 1812746506 -2859 5224694 -2858 44317657 -2857 283566240 -2856 772335611 -2855 1034660145 -2854 207502610 -2853 609526991 -2852 1364253981 -2851 610907642 -2850 831024331 -2849 1016537454 -2848 466488049 -2847 1059898888 -2846 1920842579 -2845 1546190787 -2844 1787683052 -2843 1416353012 -2842 52948040 -2841 1167669473 -2840 528344166 -2839 575571081 -2838 423056847 -2837 931892137 -2836 1526758664 -2835 1527239749 -2834 1945287380 -2833 780237197 -2832 949706498 -2831 1935483638 -2830 950139547 -2829 1529180266 -2828 1380372731 -2827 1157141159 -2826 76063630 -2825 162808620 -2824 1817889812 -2823 1744078615 -2822 1925986308 -2821 347716526 -2820 144419593 -2819 1918609091 -2818 1243178523 -2817 1067780910 -2816 1419699484 -2815 504489567 -2814 1493242747 -2813 620013579 -2812 888008846 -2811 1624860607 -2810 744612626 -2809 1743935677 -2808 1196296065 -2807 1043300746 -2806 1134088405 -2805 746521467 -2804 577533251 -2803 9803741 -2802 1977581297 -2801 1568009880 -2800 555110907 -2799 1940482036 -2798 1453116636 -2797 1217564111 -2796 1486734995 -2795 479468662 -2794 384305960 -2793 1470173286 -2792 1599659022 -2791 7377217 -2790 1252021651 -2789 1224122331 -2788 498909606 -2787 738688956 -2786 1722021811 -2785 799685905 -2784 1763964369 -2783 2015865787 -2782 2022884601 -2781 1291556816 -2780 428564542 -2779 1848795528 -2778 609847272 -2777 449774598 -2776 465767495 -2775 1124284663 -2774 916423817 -2773 1157007019 -2772 1602176482 -2771 37099261 -2770 114893244 -2769 1485030444 -2768 453747041 -2767 973647973 -2766 833258151 -2765 16561709 -2764 1027293288 -2763 376928743 -2762 218151634 -2761 375536691 -2760 1655951258 -2759 513332695 -2758 1649584168 -2757 1846707349 -2756 1122208235 -2755 1853639671 -2754 924284952 -2753 472407552 -2752 1587301245 -2751 174089073 -2750 681709544 -2749 2126273592 -2748 1383028033 -2747 1633046257 -2746 1680834428 -2745 1456244124 -2744 1669591829 -2743 879324556 -2742 1042113775 -2741 117146037 -2740 1730835868 -2739 1288728918 -2738 651772293 -2737 437185332 -2736 2093838333 -2735 456329408 -2734 1945893722 -2733 651756596 -2732 868461132 -2731 1852302587 -2730 873436171 -2729 1956727557 -2728 1538608108 -2727 1943428144 -2726 922422396 -2725 649800682 -2724 266338426 -2723 750195879 -2722 1938181656 -2721 1608511300 -2720 938544688 -2719 1196146935 -2718 445439164 -2717 2074267557 -2716 2110938075 -2715 801509872 -2714 414130349 -2713 1552445792 -2712 1295972335 -2711 1900868504 -2710 1612857392 -2709 1293650536 -2708 1342374233 -2707 195442885 -2706 638775257 -2705 1442081737 -2704 1735351923 -2703 93591135 -2702 1925804073 -2701 1059217223 -2700 313694478 -2699 1077491675 -2698 1034305161 -2697 888807426 -2696 1677089718 -2695 172226517 -2694 859102674 -2693 805310774 -2692 1959134839 -2691 742034721 -2690 1163072136 -2689 1011760779 -2688 1232692507 -2687 1791412939 -2686 1660137208 -2685 558492283 -2684 1653021185 -2683 660745492 -2682 2087072048 -2681 2321799 -2680 558494271 -2679 1417414506 -2678 654875279 -2677 2047776144 -2676 607574610 -2675 545184122 -2674 1663761312 -2673 676134700 -2672 1927380305 -2671 848312398 -2670 24912062 -2669 1572370700 -2668 1547885605 -2667 862078644 -2666 29704752 -2665 871778944 -2664 360575325 -2663 117067952 -2662 1789722285 -2661 947374060 -2660 1656825862 -2659 1519142845 -2658 1499107219 -2657 674200224 -2656 138391754 -2655 999391715 -2654 618903883 -2653 1650699386 -2652 102251221 -2651 669657541 -2650 1494930168 -2649 658201775 -2648 809839896 -2647 109691157 -2646 384014832 -2645 2078923557 -2644 765287465 -2643 815448914 -2642 651222638 -2641 355009604 -2640 1447910441 -2639 1310317066 -2638 1542665948 -2637 676106661 -2636 501503318 -2635 2060120447 -2634 1229540306 -2633 1560684913 -2632 607725738 -2631 270579440 -2630 1595750489 -2629 982625638 -2628 1380751090 -2627 499715503 -2626 55296340 -2625 635176016 -2624 897140494 -2623 2096729990 -2622 155769218 -2621 1591533093 -2620 2007301293 -2619 1385239011 -2618 274186943 -2617 878399987 -2616 1491887340 -2615 1716049566 -2614 1427700919 -2613 410277860 -2612 1515022121 -2611 1488389220 -2610 959827304 -2609 771803780 -2608 808813747 -2607 1630029149 -2606 1594050002 -2605 1088302053 -2604 1452394709 -2603 958960866 -2602 2112418071 -2601 1772583748 -2600 1037311998 -2599 1096034986 -2598 927329297 -2597 745575074 -2596 1750058657 -2595 106049998 -2594 479406798 -2593 1453091049 -2592 89428697 -2591 918013855 -2590 1317346150 -2589 1128901306 -2588 2040835319 -2587 705621025 -2586 1598182716 -2585 1081609479 -2584 201027445 -2583 2086795346 -2582 1597934204 -2581 743218341 -2580 679575473 -2579 1477281803 -2578 1325237425 -2577 1867995342 -2576 177634440 -2575 635089136 -2574 1123367630 -2573 1827294608 -2572 2069132516 -2571 1016383085 -2570 845254451 -2569 291736924 -2568 1493459977 -2567 821279299 -2566 266168275 -2565 296967608 -2564 16621301 -2563 1708876591 -2562 135744899 -2561 1108011039 -2560 1024662184 -2559 611725124 -2558 1678202238 -2557 959225839 -2556 504593580 -2555 1658871017 -2554 1631158923 -2553 1605292752 -2552 1407219873 -2551 120652401 -2550 1565464563 -2549 959063779 -2548 1299647363 -2547 690148289 -2546 744627712 -2545 497823479 -2544 713440268 -2543 106984544 -2542 982040157 -2541 1777395592 -2540 1670406756 -2539 23975152 -2538 25568648 -2537 1196492369 -2536 804657997 -2535 704775332 -2534 161222709 -2533 1056093910 -2532 684214407 -2531 1671503422 -2530 1577292449 -2529 65436344 -2528 107131544 -2527 19331220 -2526 1475550564 -2525 1046784476 -2524 251651144 -2523 1510506521 -2522 39828188 -2521 448156094 -2520 968488686 -2519 875316274 -2518 214436067 -2517 801823883 -2516 2124191668 -2515 637643167 -2514 1663266970 -2513 1083528324 -2512 584061436 -2511 958065005 -2510 1751826943 -2509 473914387 -2508 1366800802 -2507 1468276964 -2506 1035269660 -2505 1896047735 -2504 20560924 -2503 637202934 -2502 1626285109 -2501 618778063 -2500 1564371878 -2499 1557961228 -2498 737369428 -2497 1207830715 -2496 1915163724 -2495 2112527691 -2494 1006956288 -2493 1950978697 -2492 542017835 -2491 1311995562 -2490 233720027 -2489 166664803 -2488 898608254 -2487 1724276547 -2486 1286040561 -2485 1040663344 -2484 53581731 -2483 705201964 -2482 1479185029 -2481 110147048 -2480 1738747851 -2479 283549979 -2478 1586128375 -2477 1618236715 -2476 1447716040 -2475 398066725 -2474 269762625 -2473 1549266509 -2472 1220314704 -2471 68323881 -2470 2028892283 -2469 356541163 -2468 1790281152 -2467 772325385 -2466 200874427 -2465 2111668675 -2464 1570509856 -2463 1842444374 -2462 1717258670 -2461 375353032 -2460 413387308 -2459 656927128 -2458 1028107889 -2457 2005428558 -2456 1670694816 -2455 580838597 -2454 1708961963 -2453 2090918331 -2452 1113937761 -2451 1195635050 -2450 671502321 -2449 120511135 -2448 983317587 -2447 1188061650 -2446 1348474090 -2445 2045933178 -2444 1325235669 -2443 201438744 -2442 1667857874 -2441 863773541 -2440 425526377 -2439 1256566898 -2438 155666735 -2437 1826096125 -2436 1349299177 -2435 505913701 -2434 394410005 -2433 1195156824 -2432 1429057066 -2431 1060331542 -2430 1494728790 -2429 555442398 -2428 1133715960 -2427 447269292 -2426 296466595 -2425 1727260133 -2424 1614384483 -2423 513326913 -2422 1419416010 -2421 993426626 -2420 212317463 -2419 1630924319 -2418 919520693 -2417 1084868056 -2416 2010309628 -2415 1147035345 -2414 378075304 -2413 461462128 -2412 1923396015 -2411 411290976 -2410 708106805 -2409 746913900 -2408 2054751369 -2407 1797236682 -2406 1431686120 -2405 154142353 -2404 1224340283 -2403 1481562111 -2402 1847911681 -2401 873614668 -2400 2074099230 -2399 1047459498 -2398 258975803 -2397 1553939475 -2396 980368457 -2395 1930623330 -2394 307844123 -2393 620957857 -2392 301009450 -2391 1935975339 -2390 73905932 -2389 1274933054 -2388 1768098338 -2387 1919968996 -2386 706792752 -2385 1548847500 -2384 1371122978 -2383 2114267975 -2382 1900838971 -2381 1176482115 -2380 504023255 -2379 1058353771 -2378 1462711428 -2377 1900609016 -2376 572896398 -2375 2097607657 -2374 453714319 -2373 350725615 -2372 1554946529 -2371 800452183 -2370 614638865 -2369 520159755 -2368 67091041 -2367 475836121 -2366 1246095352 -2365 359410599 -2364 1629613880 -2363 519352432 -2362 547051925 -2361 1173560043 -2360 167877000 -2359 301420584 -2358 568140302 -2357 219250838 -2356 548846018 -2355 740008425 -2354 1795492177 -2353 194640862 -2352 1610244720 -2351 842485199 -2350 1861254335 -2349 750897887 -2348 485457373 -2347 1512587419 -2346 1446894696 -2345 222170783 -2344 542661128 -2343 1800745784 -2342 1883570398 -2341 1034786774 -2340 733361142 -2339 138802744 -2338 1421548051 -2337 1855164089 -2336 993705889 -2335 726742920 -2334 1959842322 -2333 456053836 -2332 351475431 -2331 245631340 -2330 605419741 -2329 2096109810 -2328 1900058214 -2327 1975615525 -2326 571242309 -2325 354205155 -2324 1277247353 -2323 953006977 -2322 480870175 -2321 859346832 -2320 357027826 -2319 348666916 -2318 1451486839 -2317 263286590 -2316 969926291 -2315 1793632560 -2314 486084032 -2313 1655358002 -2312 1067384641 -2311 1744767654 -2310 1760722371 -2309 1025680701 -2308 1292580503 -2307 694805131 -2306 2042805415 -2305 537652052 -2304 375267488 -2303 1714210982 -2302 1998117743 -2301 402849269 -2300 493056774 -2299 777287864 -2298 1524867500 -2297 1545853059 -2296 698368172 -2295 1765718980 -2294 2020818628 -2293 417900520 -2292 595979151 -2291 132203258 -2290 1555343641 -2289 93741236 -2288 1526224273 -2287 1805337926 -2286 1924686205 -2285 1462051937 -2284 726247919 -2283 888800026 -2282 2042119279 -2281 41703940 -2280 452187151 -2279 1065917240 -2278 1130358934 -2277 754928450 -2276 319537642 -2275 328594433 -2274 687017957 -2273 2119901867 -2272 1221154208 -2271 1220829878 -2270 1025465417 -2269 1094687363 -2268 78919692 -2267 1906632168 -2266 1672518078 -2265 280467651 -2264 1169739829 -2263 1888615370 -2262 1010040527 -2261 502237914 -2260 753462633 -2259 1897489363 -2258 316538679 -2257 64172336 -2256 1079090007 -2255 1035886179 -2254 1567416306 -2253 684543978 -2252 436612874 -2251 976202039 -2250 1058828654 -2249 1844742349 -2248 746379597 -2247 801764501 -2246 67910493 -2245 347119423 -2244 1254923873 -2243 1613671727 -2242 1094436450 -2241 126466845 -2240 1141910186 -2239 1266316896 -2238 1569652932 -2237 1945935689 -2236 736892339 -2235 1931386356 -2234 1417910772 -2233 667501914 -2232 1135152737 -2231 1260034812 -2230 185699235 -2229 689290296 -2228 818399355 -2227 1428136147 -2226 644239678 -2225 394546029 -2224 599273305 -2223 591214267 -2222 1773198972 -2221 739354173 -2220 229822441 -2219 257064153 -2218 1776831856 -2217 399260174 -2216 1694324276 -2215 601722414 -2214 1400166621 -2213 1128457028 -2212 471761541 -2211 1975603201 -2210 704297560 -2209 1343458145 -2208 529424557 -2207 1785750224 -2206 528024916 -2205 69390425 -2204 796233619 -2203 157875960 -2202 481802679 -2201 445862440 -2200 441635456 -2199 905046736 -2198 45050618 -2197 423853326 -2196 828862842 -2195 53025411 -2194 768830705 -2193 2007402779 -2192 361391825 -2191 1516134818 -2190 1110005965 -2189 1978045915 -2188 710223525 -2187 1175109442 -2186 1146577200 -2185 565867248 -2184 129960873 -2183 1572047068 -2182 424159467 -2181 1275787044 -2180 1446178644 -2179 1066030984 -2178 815433228 -2177 460034132 -2176 989516604 -2175 370148956 -2174 1735071394 -2173 350371179 -2172 1863724152 -2171 1724239591 -2170 400811822 -2169 17782130 -2168 76183893 -2167 2139508854 -2166 1802506269 -2165 968943711 -2164 1839117234 -2163 1400179534 -2162 897396814 -2161 530829558 -2160 805911293 -2159 2082380171 -2158 831468715 -2157 144356277 -2156 1045148569 -2155 1722013780 -2154 141707780 -2153 1001657477 -2152 125868423 -2151 1505612131 -2150 460353815 -2149 986144512 -2148 76514380 -2147 445284272 -2146 872446386 -2145 639145425 -2144 653908452 -2143 10831803 -2142 2097043004 -2141 1845942022 -2140 1648055697 -2139 408786616 -2138 362759508 -2137 1254723830 -2136 300391620 -2135 402326735 -2134 71546897 -2133 1308287676 -2132 594268241 -2131 962500290 -2130 1846844491 -2129 661555015 -2128 1037231602 -2127 1256938582 -2126 2648497 -2125 43491092 -2124 1596145357 -2123 783579297 -2122 541303661 -2121 1287207559 -2120 1429097751 -2119 15069543 -2118 113698126 -2117 1584852602 -2116 1938859468 -2115 861614583 -2114 689586069 -2113 955450078 -2112 510259753 -2111 1688256388 -2110 1483182513 -2109 393331867 -2108 108394995 -2107 2107916421 -2106 1183176933 -2105 1139587592 -2104 1955542141 -2103 1256530254 -2102 1608926833 -2101 2080196874 -2100 2072752336 -2099 589905908 -2098 658906518 -2097 993740510 -2096 1808276873 -2095 1366552847 -2094 1649671078 -2093 308937798 -2092 1501965194 -2091 526234118 -2090 1173509432 -2089 1991728796 -2088 223693722 -2087 1399567191 -2086 895266533 -2085 983409390 -2084 351354829 -2083 1148813328 -2082 1619751212 -2081 116927886 -2080 1579861393 -2079 1522749740 -2078 1357638581 -2077 1116291051 -2076 152374280 -2075 2074130327 -2074 1678144407 -2073 2022828915 -2072 1331261566 -2071 1019020924 -2070 1421290355 -2069 1079011825 -2068 929112683 -2067 1439837319 -2066 1491553080 -2065 1499339075 -2064 2012071301 -2063 1123436960 -2062 1282912013 -2061 1657720046 -2060 302540396 -2059 1921425889 -2058 1096462263 -2057 1387767980 -2056 1048212362 -2055 1893936853 -2054 1511141826 -2053 234426943 -2052 1716435583 -2051 97001472 -2050 906772953 -2049 463570342 -2048 1370375460 -2047 1430991902 -2046 1585630291 -2045 277029012 -2044 742868760 -2043 659123483 -2042 601538560 -2041 252249741 -2040 89908241 -2039 2128936684 -2038 1734942393 -2037 1577257255 -2036 1575249666 -2035 368116120 -2034 216427062 -2033 354351255 -2032 820896564 -2031 1508969772 -2030 561257783 -2029 1062256064 -2028 873213527 -2027 1350009058 -2026 2024109802 -2025 813785419 -2024 177501269 -2023 1414140353 -2022 1475137638 -2021 1252865241 -2020 874109660 -2019 1623264698 -2018 1025423698 -2017 1093346447 -2016 688123142 -2015 926506808 -2014 1822974100 -2013 490619019 -2012 569215241 -2011 620085523 -2010 664790995 -2009 660134634 -2008 553687018 -2007 1366826273 -2006 1360830193 -2005 1220898411 -2004 1694703204 -2003 854940937 -2002 1940577120 -2001 1906124148 -2000 635756245 -1999 1358732373 -1998 1185629910 -1997 59428108 -1996 1172507788 -1995 609969448 -1994 1486131429 -1993 1072119676 -1992 540030693 -1991 1999356587 -1990 227441543 -1989 1928246861 -1988 935141556 -1987 98916890 -1986 1417855995 -1985 197504122 -1984 357291567 -1983 1202888577 -1982 1973311672 -1981 2056564255 -1980 66398505 -1979 1445448370 -1978 1446788088 -1977 1480272255 -1976 1819606717 -1975 505889256 -1974 1427804939 -1973 1936062704 -1972 219184692 -1971 581844747 -1970 720494238 -1969 576328137 -1968 186224584 -1967 575660461 -1966 720780327 -1965 100388112 -1964 69938755 -1963 1634258489 -1962 844678133 -1961 759267480 -1960 1064215031 -1959 128524653 -1958 510390866 -1957 737637434 -1956 1889108971 -1955 214967418 -1954 371676098 -1953 448210959 -1952 1136490072 -1951 527863302 -1950 609776167 -1949 733609897 -1948 1773325300 -1947 940898832 -1946 52467316 -1945 2031027661 -1944 286704564 -1943 845960192 -1942 1215568466 -1941 1790340202 -1940 395620162 -1939 144833776 -1938 2003031458 -1937 85836472 -1936 505721706 -1935 1234005485 -1934 1403193627 -1933 1458154923 -1932 570043458 -1931 716153480 -1930 248876614 -1929 326577597 -1928 386899330 -1927 295423448 -1926 365961335 -1925 1440898011 -1924 1225960994 -1923 1991296444 -1922 1985918440 -1921 402880174 -1920 902021649 -1919 1816360982 -1918 681142581 -1917 1889781287 -1916 654194268 -1915 1353990772 -1914 815459195 -1913 643848009 -1912 450340029 -1911 1070734689 -1910 1934792392 -1909 309783690 -1908 1786595718 -1907 769025973 -1906 830126492 -1905 1195050430 -1904 663962027 -1903 687040147 -1902 1209278309 -1901 243465861 -1900 329254150 -1899 2100936814 -1898 2108099909 -1897 1093484966 -1896 1216946102 -1895 522148539 -1894 1602463219 -1893 823080819 -1892 1089274795 -1891 169557458 -1890 1869221241 -1889 1159724010 -1888 1162166714 -1887 1474635456 -1886 1074322091 -1885 10346259 -1884 903650743 -1883 1892208154 -1882 856539265 -1881 140556339 -1880 1431622619 -1879 1165766419 -1878 1627140846 -1877 591545288 -1876 105063946 -1875 143086345 -1874 2133255769 -1873 420496165 -1872 357785997 -1871 1255825143 -1870 282849600 -1869 1383252831 -1868 883990712 -1867 1585951370 -1866 1638505395 -1865 393865282 -1864 1580357392 -1863 1432905761 -1862 1101343226 -1861 2077034432 -1860 1154874392 -1859 394585785 -1858 85401919 -1857 1151820455 -1856 570984713 -1855 1329597585 -1854 1301290641 -1853 763094404 -1852 460585535 -1851 1838256494 -1850 660899141 -1849 840077331 -1848 1060702473 -1847 1484054501 -1846 605773167 -1845 1832051428 -1844 1932783995 -1843 877430625 -1842 137646565 -1841 1122016814 -1840 371834431 -1839 844381877 -1838 1892231084 -1837 490125429 -1836 5593978 -1835 205599634 -1834 1440005704 -1833 1650806607 -1832 278031369 -1831 706757441 -1830 1991632513 -1829 3053937 -1828 1971084719 -1827 903287981 -1826 1998013461 -1825 1955373957 -1824 869012050 -1823 1610517795 -1822 102195263 -1821 1767991852 -1820 777554021 -1819 1324328288 -1818 234304164 -1817 1376134692 -1816 1698754153 -1815 1875826189 -1814 1694404863 -1813 810767181 -1812 505596194 -1811 1440748336 -1810 1377269378 -1809 2029192650 -1808 838787899 -1807 1686631449 -1806 1197603373 -1805 502271019 -1804 2075051913 -1803 733248263 -1802 1806657742 -1801 274977432 -1800 883156369 -1799 1088344532 -1798 152524123 -1797 15710762 -1796 34275931 -1795 387495666 -1794 1853178694 -1793 1248503846 -1792 832963773 -1791 925350623 -1790 1533687688 -1789 1548902977 -1788 1773057782 -1787 505961622 -1786 1829213477 -1785 887986972 -1784 1370229995 -1783 253656527 -1782 1580981451 -1781 623887192 -1780 601960437 -1779 1838121576 -1778 831589277 -1777 336516880 -1776 1759063184 -1775 464355109 -1774 843096925 -1773 1800074481 -1772 1997575542 -1771 718313210 -1770 122453308 -1769 867445607 -1768 1054068601 -1767 1912512105 -1766 310015715 -1765 933255732 -1764 1702015541 -1763 927828071 -1762 1862299806 -1761 1431544444 -1760 1299776488 -1759 1027726065 -1758 1867173147 -1757 885070810 -1756 1283215275 -1755 1575556950 -1754 1454489168 -1753 746342803 -1752 1799179738 -1751 1890343523 -1750 1939781563 -1749 265443557 -1748 79058392 -1747 367234167 -1746 1640903603 -1745 2106472350 -1744 614263215 -1743 124783715 -1742 1677621173 -1741 1130129934 -1740 1811728257 -1739 357424851 -1738 557429892 -1737 120812868 -1736 210496564 -1735 1529671292 -1734 1218439574 -1733 270471096 -1732 1775535231 -1731 834573741 -1730 1711854945 -1729 414705678 -1728 1891994438 -1727 291616197 -1726 1578065290 -1725 536872471 -1724 1923860860 -1723 1711629293 -1722 954044888 -1721 1533736181 -1720 1811285130 -1719 1572547395 -1718 772023602 -1717 120069690 -1716 1900454600 -1715 1516119888 -1714 428851177 -1713 1631616929 -1712 460539106 -1711 1320196321 -1710 572700042 -1709 1690915388 -1708 146928287 -1707 1175242248 -1706 1049856942 -1705 2087509115 -1704 1901619709 -1703 383865833 -1702 706099799 -1701 1360829553 -1700 1090062950 -1699 1420238748 -1698 984124036 -1697 1355121967 -1696 515238984 -1695 2013919644 -1694 1730311231 -1693 390124679 -1692 2047827811 -1691 1528981141 -1690 761712579 -1689 1691215440 -1688 1819576443 -1687 1403387362 -1686 1838702160 -1685 268837671 -1684 1055580782 -1683 1256138504 -1682 1058916886 -1681 917107365 -1680 1173268034 -1679 1544941442 -1678 641058446 -1677 206902820 -1676 1421106187 -1675 665991109 -1674 1381409316 -1673 540790156 -1672 1441286530 -1671 1433344699 -1670 376705517 -1669 1882424631 -1668 904999763 -1667 1117688039 -1666 1772294384 -1665 125114305 -1664 2113575481 -1663 201330090 -1662 1775895748 -1661 356612370 -1660 1856888345 -1659 1505808865 -1658 1999996928 -1657 1550738772 -1656 347806580 -1655 582563656 -1654 1357404432 -1653 138473416 -1652 82870470 -1651 1661459092 -1650 276048919 -1649 966365214 -1648 123835255 -1647 2122550984 -1646 972977152 -1645 880316031 -1644 1372188227 -1643 2095548264 -1642 164084639 -1641 1706345547 -1640 528344936 -1639 1406501125 -1638 110130247 -1637 779885458 -1636 1151596206 -1635 1570964294 -1634 496702204 -1633 1756963111 -1632 491925392 -1631 270086883 -1630 504099090 -1629 306149573 -1628 1158002285 -1627 1417433271 -1626 193334340 -1625 209333163 -1624 499693186 -1623 1843428988 -1622 2009908145 -1621 1263988904 -1620 1537623836 -1619 300981583 -1618 2140871710 -1617 1391002872 -1616 750362757 -1615 1024912535 -1614 716231392 -1613 1813326328 -1612 1567203328 -1611 905067161 -1610 1596215299 -1609 1895943125 -1608 254904919 -1607 686649601 -1606 283183254 -1605 1542116743 -1604 1079038901 -1603 226615321 -1602 1252864020 -1601 185775819 -1600 1259568246 -1599 1234149467 -1598 112815233 -1597 948669121 -1596 917740085 -1595 497388999 -1594 346908666 -1593 1383187930 -1592 305805152 -1591 1708926562 -1590 1270600842 -1589 146620964 -1588 1698102473 -1587 1115959174 -1586 674771480 -1585 1084520077 -1584 1605192855 -1583 1958647878 -1582 217111028 -1581 1818743851 -1580 650162242 -1579 909565698 -1578 1612759871 -1577 860271824 -1576 1755094348 -1575 56567933 -1574 289252722 -1573 893263082 -1572 1114530722 -1571 18714553 -1570 72960586 -1569 310899125 -1568 316409382 -1567 1762909881 -1566 601760455 -1565 1682035802 -1564 191583847 -1563 785465752 -1562 112587088 -1561 159184188 -1560 10824088 -1559 154641667 -1558 1619333131 -1557 613582396 -1556 1658249967 -1555 863607250 -1554 867409049 -1553 1933932652 -1552 1308485636 -1551 1455028978 -1550 205983979 -1549 1937374065 -1548 1301954998 -1547 1556191938 -1546 571019102 -1545 861831266 -1544 1089520858 -1543 270538169 -1542 820302495 -1541 803631597 -1540 1849788819 -1539 457534353 -1538 1856622318 -1537 781857227 -1536 1571326034 -1535 1963778350 -1534 1569448714 -1533 32399659 -1532 774641664 -1531 2105429069 -1530 687334704 -1529 1544725340 -1528 643875348 -1527 755725881 -1526 1893656995 -1525 1871800963 -1524 1702605261 -1523 1559863718 -1522 1727948672 -1521 1518595219 -1520 153073980 -1519 797275689 -1518 1366354963 -1517 440123732 -1516 466671080 -1515 300480933 -1514 41528770 -1513 285889261 -1512 568232997 -1511 362768142 -1510 1094492927 -1509 1067931592 -1508 1033691967 -1507 2040327615 -1506 1359892161 -1505 1538926374 -1504 1189136686 -1503 1611503293 -1502 1492548603 -1501 1377399971 -1500 1461553721 -1499 2079092471 -1498 1798551993 -1497 919558032 -1496 1200604268 -1495 333793276 -1494 143852291 -1493 184010042 -1492 1406789738 -1491 930672983 -1490 152240255 -1489 1860433896 -1488 330604609 -1487 1065874030 -1486 398594961 -1485 180781819 -1484 1879731583 -1483 1826244276 -1482 1338879981 -1481 1647785053 -1480 1476559823 -1479 1201648960 -1478 1855523078 -1477 1642249240 -1476 851190929 -1475 1895872516 -1474 46377771 -1473 1959220363 -1472 149949572 -1471 1560939780 -1470 1726331626 -1469 541995688 -1468 878488203 -1467 1464758717 -1466 775705741 -1465 1016594225 -1464 1074487186 -1463 1360662955 -1462 31769787 -1461 1693839489 -1460 600068374 -1459 1233849873 -1458 1461838935 -1457 149822790 -1456 1333626095 -1455 719834333 -1454 989385485 -1453 231946530 -1452 349684452 -1451 137231021 -1450 1939745623 -1449 1981794231 -1448 350458031 -1447 2107134210 -1446 1595871469 -1445 1039454214 -1444 1745922944 -1443 632921639 -1442 232888737 -1441 1755437531 -1440 682451577 -1439 261572909 -1438 1913773595 -1437 2009377625 -1436 390271530 -1435 1562526434 -1434 984824438 -1433 1528131345 -1432 760594581 -1431 945403562 -1430 232000554 -1429 450245584 -1428 2047707426 -1427 742004601 -1426 1307920952 -1425 1101679565 -1424 370149881 -1423 852154464 -1422 439684555 -1421 515373869 -1420 1934256638 -1419 1980095061 -1418 385922762 -1417 1458487465 -1416 361211265 -1415 962949829 -1414 806565477 -1413 2137969061 -1412 2097953710 -1411 2118799476 -1410 1989147584 -1409 820557599 -1408 2018785026 -1407 351247161 -1406 1024553187 -1405 1009623833 -1404 801931853 -1403 39420876 -1402 1296130790 -1401 310348996 -1400 1045179784 -1399 1637479601 -1398 1289808280 -1397 946027861 -1396 371854720 -1395 455766488 -1394 661995010 -1393 2002259659 -1392 1065381473 -1391 607073142 -1390 129451107 -1389 475769173 -1388 1618883795 -1387 1570456580 -1386 651921988 -1385 370725852 -1384 1012479767 -1383 835249649 -1382 148821476 -1381 1277396111 -1380 100014449 -1379 1637900423 -1378 1943488060 -1377 1009161193 -1376 1696798956 -1375 985132310 -1374 1860976691 -1373 491582856 -1372 1141724740 -1371 1806134837 -1370 1168024364 -1369 99151923 -1368 1265624880 -1367 834041791 -1366 284032851 -1365 517078709 -1364 1537868663 -1363 54921868 -1362 1872808552 -1361 589612300 -1360 1135672994 -1359 706478175 -1358 1971330833 -1357 1248157943 -1356 557976813 -1355 1964155987 -1354 221904376 -1353 1882567304 -1352 735235199 -1351 658404701 -1350 1481391698 -1349 1238336904 -1348 2088585115 -1347 958355750 -1346 1295668150 -1345 1205216099 -1344 1990891218 -1343 54841853 -1342 1471042140 -1341 1042572817 -1340 540509957 -1339 333982573 -1338 1962602720 -1337 748546171 -1336 1443656776 -1335 229110983 -1334 791753805 -1333 948256363 -1332 1066732521 -1331 1166330377 -1330 765765114 -1329 2034998699 -1328 148501361 -1327 7174846 -1326 1026253567 -1325 822893157 -1324 1228920787 -1323 1710983323 -1322 401175605 -1321 1644381943 -1320 717303233 -1319 523035948 -1318 2090152402 -1317 883369016 -1316 1114948180 -1315 1240826296 -1314 1881657607 -1313 948318400 -1312 1661815544 -1311 1137059567 -1310 1227453745 -1309 1939447433 -1308 1037809444 -1307 1733491737 -1306 2104276014 -1305 495400413 -1304 1309862109 -1303 1772907076 -1302 182491248 -1301 1179217470 -1300 1017829015 -1299 758590268 -1298 1008745132 -1297 1473091852 -1296 925737707 -1295 1462753892 -1294 421717552 -1293 1732022492 -1292 993680089 -1291 2025623305 -1290 1701713188 -1289 1981417865 -1288 1555571416 -1287 849326106 -1286 1149195056 -1285 166629779 -1284 1726494400 -1283 744598040 -1282 1868348303 -1281 1869851759 -1280 99250122 -1279 1641445656 -1278 1982655067 -1277 542409031 -1276 423629627 -1275 331368938 -1274 312909165 -1273 130644639 -1272 755078060 -1271 1571384628 -1270 170472337 -1269 1692220811 -1268 1980336209 -1267 1693474888 -1266 1051374300 -1265 1341198862 -1264 469073802 -1263 543577895 -1262 30309304 -1261 1159745872 -1260 470051888 -1259 852387082 -1258 832222809 -1257 1388941637 -1256 1270315354 -1255 404597016 -1254 445765124 -1253 2004126289 -1252 645347918 -1251 226902646 -1250 2034680340 -1249 1704324739 -1248 1217816029 -1247 1651286128 -1246 229499866 -1245 292984988 -1244 1723774526 -1243 889008184 -1242 2107655950 -1241 1210340897 -1240 1738532067 -1239 624481097 -1238 640846511 -1237 639137346 -1236 1224401086 -1235 507796405 -1234 1310889558 -1233 1456811578 -1232 73526006 -1231 1325405869 -1230 327523063 -1229 1228593899 -1228 1729555376 -1227 427625793 -1226 943176512 -1225 1413672713 -1224 1906732746 -1223 218862478 -1222 2116929597 -1221 1088506826 -1220 1156570265 -1219 383394211 -1218 1474824873 -1217 924831041 -1216 2074995250 -1215 1487975329 -1214 332812686 -1213 513433629 -1212 1297959765 -1211 1483174853 -1210 569494385 -1209 1099394721 -1208 1547563659 -1207 133050106 -1206 1475731436 -1205 1915073155 -1204 434270398 -1203 2132967337 -1202 1129288515 -1201 992415755 -1200 1743334141 -1199 2047380918 -1198 285417387 -1197 315882663 -1196 668376695 -1195 724314034 -1194 1444226764 -1193 818225919 -1192 1209775860 -1191 1733535385 -1190 1761165601 -1189 231739224 -1188 455882609 -1187 2134333192 -1186 592018355 -1185 1561561621 -1184 190015564 -1183 997121481 -1182 2091422891 -1181 198565044 -1180 2083094842 -1179 436444279 -1178 1771146933 -1177 1779974151 -1176 1846263356 -1175 1490247747 -1174 785784640 -1173 1589338291 -1172 389633196 -1171 1229391245 -1170 706998368 -1169 1427451477 -1168 1379004223 -1167 1708587000 -1166 1019139547 -1165 1997634423 -1164 1662021822 -1163 1858175026 -1162 1204543966 -1161 978036636 -1160 1277652776 -1159 1774316057 -1158 1787204517 -1157 1041804635 -1156 1944317627 -1155 1742380522 -1154 1617622378 -1153 2138934168 -1152 1061510287 -1151 1654978612 -1150 574901759 -1149 303120690 -1148 737664571 -1147 280899186 -1146 994189511 -1145 256925064 -1144 1100614551 -1143 1703877042 -1142 882339923 -1141 1109665366 -1140 1997870670 -1139 1145895015 -1138 408311930 -1137 1528853447 -1136 46565178 -1135 1308448169 -1134 793090457 -1133 683985186 -1132 580522250 -1131 1577711557 -1130 1338315766 -1129 235848141 -1128 1977482077 -1127 44823995 -1126 1571665905 -1125 1952867107 -1124 680870235 -1123 2110127413 -1122 1564032409 -1121 758389596 -1120 917314041 -1119 294002573 -1118 1456414827 -1117 480739506 -1116 1327768283 -1115 1437796117 -1114 1522068789 -1113 2138432832 -1112 1853490020 -1111 1883928556 -1110 701353436 -1109 469017223 -1108 1099329837 -1107 1247347409 -1106 735762990 -1105 1510063640 -1104 727925919 -1103 1362862547 -1102 1493153067 -1101 344674109 -1100 1747713128 -1099 1293491771 -1098 811665883 -1097 24614970 -1096 1511437408 -1095 1609022140 -1094 388834697 -1093 2069964286 -1092 1192813372 -1091 1270029836 -1090 1449458417 -1089 436574535 -1088 1113717938 -1087 18618710 -1086 1106154365 -1085 1336819098 -1084 1731789745 -1083 1785623881 -1082 1437079396 -1081 1384472797 -1080 784598719 -1079 1601489675 -1078 1880737880 -1077 1736749844 -1076 519421490 -1075 1520384091 -1074 16910573 -1073 383251810 -1072 1762633067 -1071 199661296 -1070 1680491873 -1069 1723098157 -1068 1929538010 -1067 1350127391 -1066 1783263921 -1065 1588956770 -1064 416208768 -1063 1266288509 -1062 620505869 -1061 756238837 -1060 156311898 -1059 1430839707 -1058 1477903817 -1057 1924382487 -1056 434312613 -1055 1468014132 -1054 2047223350 -1053 347316948 -1052 1001025162 -1051 1983073368 -1050 1651218564 -1049 1195332522 -1048 1082068185 -1047 360353789 -1046 1719839271 -1045 136169680 -1044 1905234671 -1043 1964732924 -1042 850243584 -1041 39534910 -1040 417606934 -1039 330364482 -1038 2087317884 -1037 340581240 -1036 933918623 -1035 516975412 -1034 968450901 -1033 1807453579 -1032 1109976610 -1031 1337149809 -1030 1425818667 -1029 379413059 -1028 996527094 -1027 9889685 -1026 2024642785 -1025 86995665 -1024 466988970 -1023 64149982 -1022 843582031 -1021 1953176287 -1020 901005183 -1019 1290864775 -1018 1622976899 -1017 945898505 -1016 602602766 -1015 1902589995 -1014 1433409743 -1013 1865699761 -1012 1547125990 -1011 519879102 -1010 99700673 -1009 77025693 -1008 1543929506 -1007 1570342472 -1006 1519613987 -1005 1273948692 -1004 1554482449 -1003 1778784739 -1002 381634911 -1001 730563551 -1000 340622715 -999 1415928982 -998 502253922 -997 909531429 -996 1690384362 -995 1960492803 -994 1390897281 -993 661296331 -992 1310628447 -991 1700200904 -990 330199388 -989 2102590325 -988 688262009 -987 1867870552 -986 1659972410 -985 884386652 -984 355464004 -983 913530641 -982 1765999088 -981 1470100297 -980 1123433244 -979 676841849 -978 704895354 -977 269980814 -976 15860023 -975 1888312896 -974 892313781 -973 823918898 -972 1438162024 -971 1113189577 -970 228309629 -969 1578574933 -968 1873028268 -967 689244767 -966 1666117796 -965 1029088031 -964 649864356 -963 1838180025 -962 331096942 -961 1355521769 -960 1011938895 -959 609812484 -958 442617915 -957 1951359004 -956 1512406547 -955 746441769 -954 1265871212 -953 1032847355 -952 1937581045 -951 1089157239 -950 765204943 -949 853452430 -948 660981826 -947 964066106 -946 1525150681 -945 1339424773 -944 450150871 -943 1926607852 -942 595609268 -941 2007070739 -940 1387644957 -939 1686548510 -938 2059940785 -937 843940236 -936 39380411 -935 1975421419 -934 697991089 -933 1441826234 -932 826241129 -931 1868768106 -930 912903854 -929 1208063539 -928 1244889585 -927 1843659794 -926 685487792 -925 479559192 -924 956344372 -923 176713973 -922 267642412 -921 1084128615 -920 428175413 -919 1948622485 -918 1475785397 -917 1469040701 -916 513915234 -915 1746026477 -914 743815504 -913 590563780 -912 538962895 -911 1056544406 -910 2094613601 -909 543704720 -908 1647168099 -907 84519366 -906 145949147 -905 745037824 -904 1149180289 -903 976706631 -902 528922380 -901 1765661238 -900 623878521 -899 1216727707 -898 522575747 -897 765330393 -896 887315422 -895 508773818 -894 211916779 -893 2019699405 -892 1896022208 -891 466503575 -890 1755826866 -889 1106618360 -888 1434707250 -887 1877242568 -886 725225196 -885 2070835102 -884 1207063582 -883 1834754746 -882 643433827 -881 2142741822 -880 1556859954 -879 2010094235 -878 397755573 -877 902130275 -876 1082822725 -875 1316726164 -874 216115444 -873 1531002699 -872 352828110 -871 1459678321 -870 1243085491 -869 2006031776 -868 329412285 -867 13801928 -866 553413613 -865 1015099665 -864 760235258 -863 1892896852 -862 263872539 -861 789403848 -860 1179279973 -859 2026067946 -858 381393163 -857 1511355796 -856 670178986 -855 1037954098 -854 1427401275 -853 1211805407 -852 277894792 -851 780823240 -850 1744986249 -849 654729679 -848 927271510 -847 1228513056 -846 686014831 -845 1699303674 -844 963898054 -843 903920771 -842 287917207 -841 494279982 -840 1130266036 -839 1229283563 -838 1452618162 -837 1461796267 -836 1401050318 -835 808000409 -834 751227126 -833 2118315057 -832 713616879 -831 385288241 -830 408010685 -829 1815407824 -828 1355888960 -827 1490922713 -826 83954521 -825 1605857226 -824 760059306 -823 646578035 -822 1614302806 -821 1770648760 -820 2001035378 -819 516473193 -818 2116198496 -817 1375451484 -816 264615002 -815 1929577708 -814 1411386466 -813 469618072 -812 1921138383 -811 1206117292 -810 1189145467 -809 1815953416 -808 1975716892 -807 644617753 -806 710569141 -805 1430218909 -804 94383530 -803 365938885 -802 1710304372 -801 1045692702 -800 1176882929 -799 1064571619 -798 1731453303 -797 1897515381 -796 730863407 -795 1584860134 -794 2139038068 -793 1136894193 -792 793026305 -791 1097829613 -790 1801933912 -789 625583894 -788 251858191 -787 186620788 -786 2111548665 -785 1942480577 -784 8439325 -783 205269174 -782 1427956253 -781 105184966 -780 1377884048 -779 544527714 -778 1105384275 -777 545497983 -776 550234222 -775 344630255 -774 1867398184 -773 1196174476 -772 1336539604 -771 645732753 -770 1461723047 -769 1426851195 -768 333708212 -767 146593168 -766 1905960961 -765 1741452862 -764 791833829 -763 1041208455 -762 1482443929 -761 167442411 -760 845971422 -759 1615313123 -758 661518876 -757 456861261 -756 178181463 -755 1906279491 -754 514524324 -753 2050738006 -752 974868774 -751 883428538 -750 1147284339 -749 832386064 -748 2141777140 -747 760754020 -746 825583447 -745 1501543394 -744 1155574299 -743 1221665431 -742 1881935076 -741 2057172057 -740 312024541 -739 1315129879 -738 1668373882 -737 739738998 -736 1502242987 -735 864752505 -734 259008932 -733 624391418 -732 195237033 -731 2014614454 -730 1653407182 -729 389110160 -728 1437131660 -727 902723033 -726 2089820585 -725 274927105 -724 931410717 -723 1778579434 -722 903453667 -721 142482709 -720 889135046 -719 386530319 -718 6802617 -717 640233745 -716 1752663369 -715 1751401663 -714 1767091966 -713 1245885890 -712 909640890 -711 566805197 -710 388798174 -709 1719769191 -708 1960370540 -707 803621377 -706 480730065 -705 877851568 -704 669515472 -703 391878126 -702 1118467884 -701 1953610521 -700 577482794 -699 750684149 -698 446773223 -697 1162204555 -696 2118795963 -695 311241151 -694 1518957085 -693 788928008 -692 889444387 -691 516923348 -690 135680092 -689 248901301 -688 781350598 -687 402884602 -686 1020625427 -685 506777479 -684 841760773 -683 1200286768 -682 857087715 -681 1337355347 -680 753918305 -679 1732660445 -678 1239039125 -677 1082518971 -676 134105905 -675 88851939 -674 1906867332 -673 863388599 -672 1961878980 -671 367783734 -670 1506837297 -669 1562761887 -668 779371834 -667 135532072 -666 1790731117 -665 1329867955 -664 1569280411 -663 1002033737 -662 653247916 -661 640543086 -660 1883056398 -659 1880279138 -658 1375759521 -657 274573119 -656 1708607477 -655 1967822307 -654 1797173411 -653 1651889073 -652 446368463 -651 1271910918 -650 98316222 -649 1818882982 -648 1598554540 -647 1150187186 -646 1323135287 -645 1418200954 -644 274456606 -643 1539083598 -642 1504034949 -641 399117093 -640 1735895548 -639 1371305225 -638 1919514417 -637 1596987526 -636 713735309 -635 788697380 -634 676620039 -633 928737325 -632 1266460986 -631 920452426 -630 1412267213 -629 1608483279 -628 171671661 -627 1555420862 -626 624883355 -625 56718403 -624 1521453844 -623 525262493 -622 1553572851 -621 774969129 -620 1820840025 -619 1095612683 -618 495747695 -617 180353586 -616 875730580 -615 1931535337 -614 2061649652 -613 2022823161 -612 1950671697 -611 132729724 -610 627086324 -609 138908022 -608 657569916 -607 1130817037 -606 920367487 -605 1932481632 -604 1669720042 -603 1903651261 -602 1663953760 -601 1805461355 -600 748780765 -599 2004329998 -598 983599924 -597 114953257 -596 33967018 -595 99620862 -594 650629200 -593 746484715 -592 851906116 -591 457960168 -590 279221434 -589 1640486439 -588 219882103 -587 711696006 -586 266187582 -585 1000391067 -584 2128347287 -583 1928919928 -582 1395736837 -581 1811763675 -580 1622643456 -579 1643752935 -578 1366024183 -577 872571932 -576 1608580643 -575 1164199873 -574 268527872 -573 2011742335 -572 1154870496 -571 1807107409 -570 821861431 -569 633827507 -568 1970362980 -567 883979062 -566 1611807705 -565 1434965951 -564 1395198394 -563 192669032 -562 467263281 -561 1358903325 -560 238078064 -559 1715009076 -558 1374298857 -557 1366974684 -556 730832366 -555 484751302 -554 1752137878 -553 316583612 -552 306276471 -551 1899467550 -550 445739492 -549 750071524 -548 35172292 -547 201824309 -546 604044060 -545 1744321956 -544 9329377 -543 608904110 -542 1189880904 -541 521042989 -540 1984228077 -539 2085366017 -538 1169503450 -537 535397028 -536 1636264316 -535 1419138673 -534 967702670 -533 36295069 -532 2102074615 -531 899737853 -530 2132088116 -529 1018587028 -528 984176709 -527 889547555 -526 1762320454 -525 414248754 -524 178474830 -523 2000153976 -522 2018327767 -521 1703688595 -520 1864295258 -519 243915183 -518 146027464 -517 438333984 -516 192494932 -515 2142623597 -514 554441052 -513 1635770036 -512 772159681 -511 1251998535 -510 1499023187 -509 1448831049 -508 449101701 -507 1897848424 -506 1715178006 -505 1599969247 -504 1464547706 -503 67964817 -502 51690601 -501 1083487587 -500 2063044791 -499 1242540561 -498 1403750221 -497 569927955 -496 711072724 -495 1909650126 -494 543404635 -493 622269883 -492 135858718 -491 1774412584 -490 1557661130 -489 1425961274 -488 51420250 -487 150887515 -486 2031376580 -485 704208544 -484 1370463916 -483 1449926165 -482 136746849 -481 1470812280 -480 802896834 -479 1748658410 -478 1881136691 -477 996616102 -476 433300718 -475 1647213188 -474 1548278646 -473 381060118 -472 152403674 -471 956633688 -470 1827221014 -469 1493116836 -468 531467836 -467 1641583743 -466 26523320 -465 88802841 -464 1773791408 -463 916475698 -462 1212092401 -461 857381092 -460 1722992334 -459 1406773615 -458 1542068342 -457 1494695354 -456 927907246 -455 581450415 -454 567461695 -453 2047135284 -452 647029331 -451 535572086 -450 1737159237 -449 1953764380 -448 1315357692 -447 233923502 -446 1595821104 -445 52240600 -444 1494809514 -443 591644958 -442 701322752 -441 806770485 -440 425165851 -439 185637271 -438 1466593516 -437 442664995 -436 2015275982 -435 1257531269 -434 1024194088 -433 916410316 -432 1340967012 -431 1952802433 -430 1462796398 -429 228296980 -428 478866369 -427 960617927 -426 927233658 -425 1028255610 -424 2081904732 -423 31889609 -422 309976047 -421 840748599 -420 1367698042 -419 1503235734 -418 357943276 -417 1263117092 -416 886597636 -415 1004176146 -414 1498401495 -413 688039029 -412 166479106 -411 515685481 -410 1487660617 -409 2129984504 -408 317844936 -407 209062247 -406 1565954555 -405 1098865666 -404 2064047905 -403 1218875302 -402 1601097566 -401 1112670032 -400 1473936064 -399 502178471 -398 1448546969 -397 1598094407 -396 1026196843 -395 895344049 -394 718279562 -393 1241156133 -392 811675214 -391 954223961 -390 482805323 -389 104580950 -388 616638098 -387 1501250778 -386 1912199244 -385 198558607 -384 837697039 -383 982716014 -382 1347862060 -381 183978250 -380 197840545 -379 1278598370 -378 564029948 -377 1366462918 -376 292497990 -375 347079253 -374 1645251747 -373 951377872 -372 1892422886 -371 1098919095 -370 1811606711 -369 2023325305 -368 1623465276 -367 553202920 -366 879814844 -365 1932524358 -364 83668835 -363 1911539249 -362 758350810 -361 707094264 -360 337585862 -359 1129038193 -358 339865354 -357 418079491 -356 663553738 -355 929483230 -354 998180195 -353 653718789 -352 784875469 -351 69263690 -350 1767431950 -349 978861274 -348 986100380 -347 216950695 -346 1868694819 -345 1488603765 -344 602140015 -343 546332652 -342 1287254809 -341 2016581228 -340 1622937467 -339 1258403791 -338 1143510461 -337 1838424566 -336 469534085 -335 1115759243 -334 1174173548 -333 1524058219 -332 1573953387 -331 1776796265 -330 367228910 -329 2066990019 -328 465484454 -327 1557865771 -326 1567382944 -325 9834949 -324 144607761 -323 928916505 -322 1033770487 -321 1953497842 -320 1230646958 -319 1550481254 -318 1257650103 -317 1644980262 -316 1762294328 -315 1322362167 -314 201348956 -313 733042434 -312 1070878832 -311 28851018 -310 873070767 -309 1931996549 -308 788869706 -307 27751218 -306 664251018 -305 1092959514 -304 1689289504 -303 1544860931 -302 1156829309 -301 1654447016 -300 1311311810 -299 956846786 -298 499607074 -297 455649505 -296 1413258010 -295 638466439 -294 1123548110 -293 338593567 -292 1845753195 -291 1630772880 -290 695847739 -289 1733150343 -288 1935670574 -287 2082771584 -286 1443631306 -285 1029251894 -284 251483334 -283 172497937 -282 2007455315 -281 1286365931 -280 1387464960 -279 845319549 -278 1267745531 -277 1843393840 -276 485945362 -275 1266873735 -274 2083613853 -273 34842488 -272 233549120 -271 199982522 -270 1154839941 -269 855662305 -268 1691072424 -267 2008624283 -266 1479585042 -265 1074664443 -264 940196892 -263 1640258878 -262 1790229476 -261 112602851 -260 1842585954 -259 760559802 -258 289519037 -257 906418680 -256 1831288250 -255 1271133369 -254 1169280227 -253 1112601051 -252 932516625 -251 1162135765 -250 18620399 -249 1691554768 -248 359374187 -247 871796 -246 1907263635 -245 451102874 -244 1033324614 -243 1883631330 -242 1027486194 -241 1525370463 -240 656393746 -239 1293699306 -238 1523560911 -237 616407981 -236 1068427390 -235 1986809812 -234 1431918615 -233 827594041 -232 1945156571 -231 1029669673 -230 1970567462 -229 936167274 -228 1076755200 -227 1165869316 -226 1884622101 -225 718687198 -224 338616744 -223 7144461 -222 1093980652 -221 1388445504 -220 802761578 -219 17748603 -218 1931774781 -217 2055754961 -216 1115030830 -215 23632304 -214 1571100327 -213 1655437799 -212 1227237584 -211 1881270536 -210 1809552 -209 39985764 -208 225271916 -207 1684234746 -206 1331973014 -205 240833349 -204 41653241 -203 402248941 -202 1004510226 -201 1008989297 -200 2100398121 -199 804698146 -198 1199028821 -197 358068002 -196 827252572 -195 1877477639 -194 1772190194 -193 1097654887 -192 1351866531 -191 1076232049 -190 1604154371 -189 894490264 -188 1050201421 -187 1908142477 -186 484654634 -185 1607076678 -184 943878368 -183 1837313439 -182 1653628247 -181 1187251820 -180 1655998620 -179 465058453 -178 855496398 -177 2131922214 -176 1642581505 -175 929724073 -174 1383806771 -173 1180147592 -172 449334468 -171 199812080 -170 1957444123 -169 1742330119 -168 2124929222 -167 1469034830 -166 733361455 -165 1877081332 -164 525611108 -163 695958145 -162 1640984164 -161 457376267 -160 26030628 -159 1843495542 -158 409835630 -157 1590608390 -156 964264109 -155 794824842 -154 2100932079 -153 1904110196 -152 181314819 -151 1188569794 -150 331755422 -149 1671560053 -148 969960596 -147 2073255973 -146 748115443 -145 462433913 -144 480389604 -143 1183994691 -142 1370187116 -141 854487997 -140 222366505 -139 488409293 -138 1008968663 -137 247847890 -136 943423722 -135 37403310 -134 236097168 -133 68234841 -132 669927517 -131 1944972270 -130 47540636 -129 582905885 -128 879231433 -127 1762494436 -126 1637159959 -125 1207637561 -124 613510023 -123 912362285 -122 1572354774 -121 657238414 -120 218609198 -119 405983097 -118 923444610 -117 507526682 -116 1592866368 -115 1711604400 -114 1239730445 -113 1773385255 -112 961628185 -111 881777823 -110 1993002982 -109 2122002263 -108 1692469219 -107 971565353 -106 11750722 -105 875188881 -104 1514959440 -103 438608545 -102 20694204 -101 87021632 -100 1065740837 -99 432529848 -98 1093229574 -97 1819077520 -96 1148984413 -95 724797674 -94 1782766435 -93 2103755257 -92 693753087 -91 1166371677 -90 1881277452 -89 1858566163 -88 960600376 -87 1359323857 -86 1415279885 -85 1966964761 -84 749976215 -83 357952622 -82 1927865921 -81 987109570 -80 1336792251 -79 1021437628 -78 2110251541 -77 817280338 -76 1604089561 -75 1720625824 -74 854494676 -73 1427937808 -72 1520351356 -71 1735648004 -70 1141275706 -69 1394146965 -68 1431029083 -67 368431899 -66 36311085 -65 1192712804 -64 31044587 -63 616394758 -62 222477805 -61 982670571 -60 205771300 -59 521953594 -58 443286278 -57 1141119263 -56 609347642 -55 1057327263 -54 39098840 -53 1910350293 -52 1168644018 -51 906428292 -50 1024341676 -49 519511913 -48 1564831715 -47 389625717 -46 2110269310 -45 176151752 -44 200274468 -43 1266330320 -42 286662102 -41 126204390 -40 304618920 -39 772843806 -38 1357835880 -37 238316279 -36 337387312 -35 1567399975 -34 970234999 -33 1195857664 -32 410623457 -31 1848007858 -30 539384293 -29 1212135685 -28 2060089600 -27 1533442662 -26 1102020422 -25 846480997 -24 2036166893 -23 1280154196 -22 886008616 -21 649132105 -20 1489080225 -19 634715959 -18 556726251 -17 1388679963 -16 189351248 -15 843938989 -14 2036973298 -13 74070078 -12 961711400 -11 1661301944 -10 915852158 -9 66302641 -8 435456494 -7 1937919553 -6 1415564928 -5 1289013296 -4 1156776517 -3 1269710788 -2 656473370 -1 1345971420 -0 1935401906 -\. --- --- Data for Name: bt_name_heap; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.bt_name_heap (seqno, random) FROM stdin; -0 1935401906 -1 1345971420 -2 656473370 -3 1269710788 -4 1156776517 -5 1289013296 -6 1415564928 -7 1937919553 -8 435456494 -9 66302641 -10 915852158 -11 1661301944 -12 961711400 -13 74070078 -14 2036973298 -15 843938989 -16 189351248 -17 1388679963 -18 556726251 -19 634715959 -20 1489080225 -21 649132105 -22 886008616 -23 1280154196 -24 2036166893 -25 846480997 -26 1102020422 -27 1533442662 -28 2060089600 -29 1212135685 -30 539384293 -31 1848007858 -32 410623457 -33 1195857664 -34 970234999 -35 1567399975 -36 337387312 -37 238316279 -38 1357835880 -39 772843806 -40 304618920 -41 126204390 -42 286662102 -43 1266330320 -44 200274468 -45 176151752 -46 2110269310 -47 389625717 -48 1564831715 -49 519511913 -50 1024341676 -51 906428292 -52 1168644018 -53 1910350293 -54 39098840 -55 1057327263 -56 609347642 -57 1141119263 -58 443286278 -59 521953594 -60 205771300 -61 982670571 -62 222477805 -63 616394758 -64 31044587 -65 1192712804 -66 36311085 -67 368431899 -68 1431029083 -69 1394146965 -70 1141275706 -71 1735648004 -72 1520351356 -73 1427937808 -74 854494676 -75 1720625824 -76 1604089561 -77 817280338 -78 2110251541 -79 1021437628 -80 1336792251 -81 987109570 -82 1927865921 -83 357952622 -84 749976215 -85 1966964761 -86 1415279885 -87 1359323857 -88 960600376 -89 1858566163 -90 1881277452 -91 1166371677 -92 693753087 -93 2103755257 -94 1782766435 -95 724797674 -96 1148984413 -97 1819077520 -98 1093229574 -99 432529848 -100 1065740837 -101 87021632 -102 20694204 -103 438608545 -104 1514959440 -105 875188881 -106 11750722 -107 971565353 -108 1692469219 -109 2122002263 -110 1993002982 -111 881777823 -112 961628185 -113 1773385255 -114 1239730445 -115 1711604400 -116 1592866368 -117 507526682 -118 923444610 -119 405983097 -120 218609198 -121 657238414 -122 1572354774 -123 912362285 -124 613510023 -125 1207637561 -126 1637159959 -127 1762494436 -128 879231433 -129 582905885 -130 47540636 -131 1944972270 -132 669927517 -133 68234841 -134 236097168 -135 37403310 -136 943423722 -137 247847890 -138 1008968663 -139 488409293 -140 222366505 -141 854487997 -142 1370187116 -143 1183994691 -144 480389604 -145 462433913 -146 748115443 -147 2073255973 -148 969960596 -149 1671560053 -150 331755422 -151 1188569794 -152 181314819 -153 1904110196 -154 2100932079 -155 794824842 -156 964264109 -157 1590608390 -158 409835630 -159 1843495542 -160 26030628 -161 457376267 -162 1640984164 -163 695958145 -164 525611108 -165 1877081332 -166 733361455 -167 1469034830 -168 2124929222 -169 1742330119 -170 1957444123 -171 199812080 -172 449334468 -173 1180147592 -174 1383806771 -175 929724073 -176 1642581505 -177 2131922214 -178 855496398 -179 465058453 -180 1655998620 -181 1187251820 -182 1653628247 -183 1837313439 -184 943878368 -185 1607076678 -186 484654634 -187 1908142477 -188 1050201421 -189 894490264 -190 1604154371 -191 1076232049 -192 1351866531 -193 1097654887 -194 1772190194 -195 1877477639 -196 827252572 -197 358068002 -198 1199028821 -199 804698146 -200 2100398121 -201 1008989297 -202 1004510226 -203 402248941 -204 41653241 -205 240833349 -206 1331973014 -207 1684234746 -208 225271916 -209 39985764 -210 1809552 -211 1881270536 -212 1227237584 -213 1655437799 -214 1571100327 -215 23632304 -216 1115030830 -217 2055754961 -218 1931774781 -219 17748603 -220 802761578 -221 1388445504 -222 1093980652 -223 7144461 -224 338616744 -225 718687198 -226 1884622101 -227 1165869316 -228 1076755200 -229 936167274 -230 1970567462 -231 1029669673 -232 1945156571 -233 827594041 -234 1431918615 -235 1986809812 -236 1068427390 -237 616407981 -238 1523560911 -239 1293699306 -240 656393746 -241 1525370463 -242 1027486194 -243 1883631330 -244 1033324614 -245 451102874 -246 1907263635 -247 871796 -248 359374187 -249 1691554768 -250 18620399 -251 1162135765 -252 932516625 -253 1112601051 -254 1169280227 -255 1271133369 -256 1831288250 -257 906418680 -258 289519037 -259 760559802 -260 1842585954 -261 112602851 -262 1790229476 -263 1640258878 -264 940196892 -265 1074664443 -266 1479585042 -267 2008624283 -268 1691072424 -269 855662305 -270 1154839941 -271 199982522 -272 233549120 -273 34842488 -274 2083613853 -275 1266873735 -276 485945362 -277 1843393840 -278 1267745531 -279 845319549 -280 1387464960 -281 1286365931 -282 2007455315 -283 172497937 -284 251483334 -285 1029251894 -286 1443631306 -287 2082771584 -288 1935670574 -289 1733150343 -290 695847739 -291 1630772880 -292 1845753195 -293 338593567 -294 1123548110 -295 638466439 -296 1413258010 -297 455649505 -298 499607074 -299 956846786 -300 1311311810 -301 1654447016 -302 1156829309 -303 1544860931 -304 1689289504 -305 1092959514 -306 664251018 -307 27751218 -308 788869706 -309 1931996549 -310 873070767 -311 28851018 -312 1070878832 -313 733042434 -314 201348956 -315 1322362167 -316 1762294328 -317 1644980262 -318 1257650103 -319 1550481254 -320 1230646958 -321 1953497842 -322 1033770487 -323 928916505 -324 144607761 -325 9834949 -326 1567382944 -327 1557865771 -328 465484454 -329 2066990019 -330 367228910 -331 1776796265 -332 1573953387 -333 1524058219 -334 1174173548 -335 1115759243 -336 469534085 -337 1838424566 -338 1143510461 -339 1258403791 -340 1622937467 -341 2016581228 -342 1287254809 -343 546332652 -344 602140015 -345 1488603765 -346 1868694819 -347 216950695 -348 986100380 -349 978861274 -350 1767431950 -351 69263690 -352 784875469 -353 653718789 -354 998180195 -355 929483230 -356 663553738 -357 418079491 -358 339865354 -359 1129038193 -360 337585862 -361 707094264 -362 758350810 -363 1911539249 -364 83668835 -365 1932524358 -366 879814844 -367 553202920 -368 1623465276 -369 2023325305 -370 1811606711 -371 1098919095 -372 1892422886 -373 951377872 -374 1645251747 -375 347079253 -376 292497990 -377 1366462918 -378 564029948 -379 1278598370 -380 197840545 -381 183978250 -382 1347862060 -383 982716014 -384 837697039 -385 198558607 -386 1912199244 -387 1501250778 -388 616638098 -389 104580950 -390 482805323 -391 954223961 -392 811675214 -393 1241156133 -394 718279562 -395 895344049 -396 1026196843 -397 1598094407 -398 1448546969 -399 502178471 -400 1473936064 -401 1112670032 -402 1601097566 -403 1218875302 -404 2064047905 -405 1098865666 -406 1565954555 -407 209062247 -408 317844936 -409 2129984504 -410 1487660617 -411 515685481 -412 166479106 -413 688039029 -414 1498401495 -415 1004176146 -416 886597636 -417 1263117092 -418 357943276 -419 1503235734 -420 1367698042 -421 840748599 -422 309976047 -423 31889609 -424 2081904732 -425 1028255610 -426 927233658 -427 960617927 -428 478866369 -429 228296980 -430 1462796398 -431 1952802433 -432 1340967012 -433 916410316 -434 1024194088 -435 1257531269 -436 2015275982 -437 442664995 -438 1466593516 -439 185637271 -440 425165851 -441 806770485 -442 701322752 -443 591644958 -444 1494809514 -445 52240600 -446 1595821104 -447 233923502 -448 1315357692 -449 1953764380 -450 1737159237 -451 535572086 -452 647029331 -453 2047135284 -454 567461695 -455 581450415 -456 927907246 -457 1494695354 -458 1542068342 -459 1406773615 -460 1722992334 -461 857381092 -462 1212092401 -463 916475698 -464 1773791408 -465 88802841 -466 26523320 -467 1641583743 -468 531467836 -469 1493116836 -470 1827221014 -471 956633688 -472 152403674 -473 381060118 -474 1548278646 -475 1647213188 -476 433300718 -477 996616102 -478 1881136691 -479 1748658410 -480 802896834 -481 1470812280 -482 136746849 -483 1449926165 -484 1370463916 -485 704208544 -486 2031376580 -487 150887515 -488 51420250 -489 1425961274 -490 1557661130 -491 1774412584 -492 135858718 -493 622269883 -494 543404635 -495 1909650126 -496 711072724 -497 569927955 -498 1403750221 -499 1242540561 -500 2063044791 -501 1083487587 -502 51690601 -503 67964817 -504 1464547706 -505 1599969247 -506 1715178006 -507 1897848424 -508 449101701 -509 1448831049 -510 1499023187 -511 1251998535 -512 772159681 -513 1635770036 -514 554441052 -515 2142623597 -516 192494932 -517 438333984 -518 146027464 -519 243915183 -520 1864295258 -521 1703688595 -522 2018327767 -523 2000153976 -524 178474830 -525 414248754 -526 1762320454 -527 889547555 -528 984176709 -529 1018587028 -530 2132088116 -531 899737853 -532 2102074615 -533 36295069 -534 967702670 -535 1419138673 -536 1636264316 -537 535397028 -538 1169503450 -539 2085366017 -540 1984228077 -541 521042989 -542 1189880904 -543 608904110 -544 9329377 -545 1744321956 -546 604044060 -547 201824309 -548 35172292 -549 750071524 -550 445739492 -551 1899467550 -552 306276471 -553 316583612 -554 1752137878 -555 484751302 -556 730832366 -557 1366974684 -558 1374298857 -559 1715009076 -560 238078064 -561 1358903325 -562 467263281 -563 192669032 -564 1395198394 -565 1434965951 -566 1611807705 -567 883979062 -568 1970362980 -569 633827507 -570 821861431 -571 1807107409 -572 1154870496 -573 2011742335 -574 268527872 -575 1164199873 -576 1608580643 -577 872571932 -578 1366024183 -579 1643752935 -580 1622643456 -581 1811763675 -582 1395736837 -583 1928919928 -584 2128347287 -585 1000391067 -586 266187582 -587 711696006 -588 219882103 -589 1640486439 -590 279221434 -591 457960168 -592 851906116 -593 746484715 -594 650629200 -595 99620862 -596 33967018 -597 114953257 -598 983599924 -599 2004329998 -600 748780765 -601 1805461355 -602 1663953760 -603 1903651261 -604 1669720042 -605 1932481632 -606 920367487 -607 1130817037 -608 657569916 -609 138908022 -610 627086324 -611 132729724 -612 1950671697 -613 2022823161 -614 2061649652 -615 1931535337 -616 875730580 -617 180353586 -618 495747695 -619 1095612683 -620 1820840025 -621 774969129 -622 1553572851 -623 525262493 -624 1521453844 -625 56718403 -626 624883355 -627 1555420862 -628 171671661 -629 1608483279 -630 1412267213 -631 920452426 -632 1266460986 -633 928737325 -634 676620039 -635 788697380 -636 713735309 -637 1596987526 -638 1919514417 -639 1371305225 -640 1735895548 -641 399117093 -642 1504034949 -643 1539083598 -644 274456606 -645 1418200954 -646 1323135287 -647 1150187186 -648 1598554540 -649 1818882982 -650 98316222 -651 1271910918 -652 446368463 -653 1651889073 -654 1797173411 -655 1967822307 -656 1708607477 -657 274573119 -658 1375759521 -659 1880279138 -660 1883056398 -661 640543086 -662 653247916 -663 1002033737 -664 1569280411 -665 1329867955 -666 1790731117 -667 135532072 -668 779371834 -669 1562761887 -670 1506837297 -671 367783734 -672 1961878980 -673 863388599 -674 1906867332 -675 88851939 -676 134105905 -677 1082518971 -678 1239039125 -679 1732660445 -680 753918305 -681 1337355347 -682 857087715 -683 1200286768 -684 841760773 -685 506777479 -686 1020625427 -687 402884602 -688 781350598 -689 248901301 -690 135680092 -691 516923348 -692 889444387 -693 788928008 -694 1518957085 -695 311241151 -696 2118795963 -697 1162204555 -698 446773223 -699 750684149 -700 577482794 -701 1953610521 -702 1118467884 -703 391878126 -704 669515472 -705 877851568 -706 480730065 -707 803621377 -708 1960370540 -709 1719769191 -710 388798174 -711 566805197 -712 909640890 -713 1245885890 -714 1767091966 -715 1751401663 -716 1752663369 -717 640233745 -718 6802617 -719 386530319 -720 889135046 -721 142482709 -722 903453667 -723 1778579434 -724 931410717 -725 274927105 -726 2089820585 -727 902723033 -728 1437131660 -729 389110160 -730 1653407182 -731 2014614454 -732 195237033 -733 624391418 -734 259008932 -735 864752505 -736 1502242987 -737 739738998 -738 1668373882 -739 1315129879 -740 312024541 -741 2057172057 -742 1881935076 -743 1221665431 -744 1155574299 -745 1501543394 -746 825583447 -747 760754020 -748 2141777140 -749 832386064 -750 1147284339 -751 883428538 -752 974868774 -753 2050738006 -754 514524324 -755 1906279491 -756 178181463 -757 456861261 -758 661518876 -759 1615313123 -760 845971422 -761 167442411 -762 1482443929 -763 1041208455 -764 791833829 -765 1741452862 -766 1905960961 -767 146593168 -768 333708212 -769 1426851195 -770 1461723047 -771 645732753 -772 1336539604 -773 1196174476 -774 1867398184 -775 344630255 -776 550234222 -777 545497983 -778 1105384275 -779 544527714 -780 1377884048 -781 105184966 -782 1427956253 -783 205269174 -784 8439325 -785 1942480577 -786 2111548665 -787 186620788 -788 251858191 -789 625583894 -790 1801933912 -791 1097829613 -792 793026305 -793 1136894193 -794 2139038068 -795 1584860134 -796 730863407 -797 1897515381 -798 1731453303 -799 1064571619 -800 1176882929 -801 1045692702 -802 1710304372 -803 365938885 -804 94383530 -805 1430218909 -806 710569141 -807 644617753 -808 1975716892 -809 1815953416 -810 1189145467 -811 1206117292 -812 1921138383 -813 469618072 -814 1411386466 -815 1929577708 -816 264615002 -817 1375451484 -818 2116198496 -819 516473193 -820 2001035378 -821 1770648760 -822 1614302806 -823 646578035 -824 760059306 -825 1605857226 -826 83954521 -827 1490922713 -828 1355888960 -829 1815407824 -830 408010685 -831 385288241 -832 713616879 -833 2118315057 -834 751227126 -835 808000409 -836 1401050318 -837 1461796267 -838 1452618162 -839 1229283563 -840 1130266036 -841 494279982 -842 287917207 -843 903920771 -844 963898054 -845 1699303674 -846 686014831 -847 1228513056 -848 927271510 -849 654729679 -850 1744986249 -851 780823240 -852 277894792 -853 1211805407 -854 1427401275 -855 1037954098 -856 670178986 -857 1511355796 -858 381393163 -859 2026067946 -860 1179279973 -861 789403848 -862 263872539 -863 1892896852 -864 760235258 -865 1015099665 -866 553413613 -867 13801928 -868 329412285 -869 2006031776 -870 1243085491 -871 1459678321 -872 352828110 -873 1531002699 -874 216115444 -875 1316726164 -876 1082822725 -877 902130275 -878 397755573 -879 2010094235 -880 1556859954 -881 2142741822 -882 643433827 -883 1834754746 -884 1207063582 -885 2070835102 -886 725225196 -887 1877242568 -888 1434707250 -889 1106618360 -890 1755826866 -891 466503575 -892 1896022208 -893 2019699405 -894 211916779 -895 508773818 -896 887315422 -897 765330393 -898 522575747 -899 1216727707 -900 623878521 -901 1765661238 -902 528922380 -903 976706631 -904 1149180289 -905 745037824 -906 145949147 -907 84519366 -908 1647168099 -909 543704720 -910 2094613601 -911 1056544406 -912 538962895 -913 590563780 -914 743815504 -915 1746026477 -916 513915234 -917 1469040701 -918 1475785397 -919 1948622485 -920 428175413 -921 1084128615 -922 267642412 -923 176713973 -924 956344372 -925 479559192 -926 685487792 -927 1843659794 -928 1244889585 -929 1208063539 -930 912903854 -931 1868768106 -932 826241129 -933 1441826234 -934 697991089 -935 1975421419 -936 39380411 -937 843940236 -938 2059940785 -939 1686548510 -940 1387644957 -941 2007070739 -942 595609268 -943 1926607852 -944 450150871 -945 1339424773 -946 1525150681 -947 964066106 -948 660981826 -949 853452430 -950 765204943 -951 1089157239 -952 1937581045 -953 1032847355 -954 1265871212 -955 746441769 -956 1512406547 -957 1951359004 -958 442617915 -959 609812484 -960 1011938895 -961 1355521769 -962 331096942 -963 1838180025 -964 649864356 -965 1029088031 -966 1666117796 -967 689244767 -968 1873028268 -969 1578574933 -970 228309629 -971 1113189577 -972 1438162024 -973 823918898 -974 892313781 -975 1888312896 -976 15860023 -977 269980814 -978 704895354 -979 676841849 -980 1123433244 -981 1470100297 -982 1765999088 -983 913530641 -984 355464004 -985 884386652 -986 1659972410 -987 1867870552 -988 688262009 -989 2102590325 -990 330199388 -991 1700200904 -992 1310628447 -993 661296331 -994 1390897281 -995 1960492803 -996 1690384362 -997 909531429 -998 502253922 -999 1415928982 -1000 340622715 -1001 730563551 -1002 381634911 -1003 1778784739 -1004 1554482449 -1005 1273948692 -1006 1519613987 -1007 1570342472 -1008 1543929506 -1009 77025693 -1010 99700673 -1011 519879102 -1012 1547125990 -1013 1865699761 -1014 1433409743 -1015 1902589995 -1016 602602766 -1017 945898505 -1018 1622976899 -1019 1290864775 -1020 901005183 -1021 1953176287 -1022 843582031 -1023 64149982 -1024 466988970 -1025 86995665 -1026 2024642785 -1027 9889685 -1028 996527094 -1029 379413059 -1030 1425818667 -1031 1337149809 -1032 1109976610 -1033 1807453579 -1034 968450901 -1035 516975412 -1036 933918623 -1037 340581240 -1038 2087317884 -1039 330364482 -1040 417606934 -1041 39534910 -1042 850243584 -1043 1964732924 -1044 1905234671 -1045 136169680 -1046 1719839271 -1047 360353789 -1048 1082068185 -1049 1195332522 -1050 1651218564 -1051 1983073368 -1052 1001025162 -1053 347316948 -1054 2047223350 -1055 1468014132 -1056 434312613 -1057 1924382487 -1058 1477903817 -1059 1430839707 -1060 156311898 -1061 756238837 -1062 620505869 -1063 1266288509 -1064 416208768 -1065 1588956770 -1066 1783263921 -1067 1350127391 -1068 1929538010 -1069 1723098157 -1070 1680491873 -1071 199661296 -1072 1762633067 -1073 383251810 -1074 16910573 -1075 1520384091 -1076 519421490 -1077 1736749844 -1078 1880737880 -1079 1601489675 -1080 784598719 -1081 1384472797 -1082 1437079396 -1083 1785623881 -1084 1731789745 -1085 1336819098 -1086 1106154365 -1087 18618710 -1088 1113717938 -1089 436574535 -1090 1449458417 -1091 1270029836 -1092 1192813372 -1093 2069964286 -1094 388834697 -1095 1609022140 -1096 1511437408 -1097 24614970 -1098 811665883 -1099 1293491771 -1100 1747713128 -1101 344674109 -1102 1493153067 -1103 1362862547 -1104 727925919 -1105 1510063640 -1106 735762990 -1107 1247347409 -1108 1099329837 -1109 469017223 -1110 701353436 -1111 1883928556 -1112 1853490020 -1113 2138432832 -1114 1522068789 -1115 1437796117 -1116 1327768283 -1117 480739506 -1118 1456414827 -1119 294002573 -1120 917314041 -1121 758389596 -1122 1564032409 -1123 2110127413 -1124 680870235 -1125 1952867107 -1126 1571665905 -1127 44823995 -1128 1977482077 -1129 235848141 -1130 1338315766 -1131 1577711557 -1132 580522250 -1133 683985186 -1134 793090457 -1135 1308448169 -1136 46565178 -1137 1528853447 -1138 408311930 -1139 1145895015 -1140 1997870670 -1141 1109665366 -1142 882339923 -1143 1703877042 -1144 1100614551 -1145 256925064 -1146 994189511 -1147 280899186 -1148 737664571 -1149 303120690 -1150 574901759 -1151 1654978612 -1152 1061510287 -1153 2138934168 -1154 1617622378 -1155 1742380522 -1156 1944317627 -1157 1041804635 -1158 1787204517 -1159 1774316057 -1160 1277652776 -1161 978036636 -1162 1204543966 -1163 1858175026 -1164 1662021822 -1165 1997634423 -1166 1019139547 -1167 1708587000 -1168 1379004223 -1169 1427451477 -1170 706998368 -1171 1229391245 -1172 389633196 -1173 1589338291 -1174 785784640 -1175 1490247747 -1176 1846263356 -1177 1779974151 -1178 1771146933 -1179 436444279 -1180 2083094842 -1181 198565044 -1182 2091422891 -1183 997121481 -1184 190015564 -1185 1561561621 -1186 592018355 -1187 2134333192 -1188 455882609 -1189 231739224 -1190 1761165601 -1191 1733535385 -1192 1209775860 -1193 818225919 -1194 1444226764 -1195 724314034 -1196 668376695 -1197 315882663 -1198 285417387 -1199 2047380918 -1200 1743334141 -1201 992415755 -1202 1129288515 -1203 2132967337 -1204 434270398 -1205 1915073155 -1206 1475731436 -1207 133050106 -1208 1547563659 -1209 1099394721 -1210 569494385 -1211 1483174853 -1212 1297959765 -1213 513433629 -1214 332812686 -1215 1487975329 -1216 2074995250 -1217 924831041 -1218 1474824873 -1219 383394211 -1220 1156570265 -1221 1088506826 -1222 2116929597 -1223 218862478 -1224 1906732746 -1225 1413672713 -1226 943176512 -1227 427625793 -1228 1729555376 -1229 1228593899 -1230 327523063 -1231 1325405869 -1232 73526006 -1233 1456811578 -1234 1310889558 -1235 507796405 -1236 1224401086 -1237 639137346 -1238 640846511 -1239 624481097 -1240 1738532067 -1241 1210340897 -1242 2107655950 -1243 889008184 -1244 1723774526 -1245 292984988 -1246 229499866 -1247 1651286128 -1248 1217816029 -1249 1704324739 -1250 2034680340 -1251 226902646 -1252 645347918 -1253 2004126289 -1254 445765124 -1255 404597016 -1256 1270315354 -1257 1388941637 -1258 832222809 -1259 852387082 -1260 470051888 -1261 1159745872 -1262 30309304 -1263 543577895 -1264 469073802 -1265 1341198862 -1266 1051374300 -1267 1693474888 -1268 1980336209 -1269 1692220811 -1270 170472337 -1271 1571384628 -1272 755078060 -1273 130644639 -1274 312909165 -1275 331368938 -1276 423629627 -1277 542409031 -1278 1982655067 -1279 1641445656 -1280 99250122 -1281 1869851759 -1282 1868348303 -1283 744598040 -1284 1726494400 -1285 166629779 -1286 1149195056 -1287 849326106 -1288 1555571416 -1289 1981417865 -1290 1701713188 -1291 2025623305 -1292 993680089 -1293 1732022492 -1294 421717552 -1295 1462753892 -1296 925737707 -1297 1473091852 -1298 1008745132 -1299 758590268 -1300 1017829015 -1301 1179217470 -1302 182491248 -1303 1772907076 -1304 1309862109 -1305 495400413 -1306 2104276014 -1307 1733491737 -1308 1037809444 -1309 1939447433 -1310 1227453745 -1311 1137059567 -1312 1661815544 -1313 948318400 -1314 1881657607 -1315 1240826296 -1316 1114948180 -1317 883369016 -1318 2090152402 -1319 523035948 -1320 717303233 -1321 1644381943 -1322 401175605 -1323 1710983323 -1324 1228920787 -1325 822893157 -1326 1026253567 -1327 7174846 -1328 148501361 -1329 2034998699 -1330 765765114 -1331 1166330377 -1332 1066732521 -1333 948256363 -1334 791753805 -1335 229110983 -1336 1443656776 -1337 748546171 -1338 1962602720 -1339 333982573 -1340 540509957 -1341 1042572817 -1342 1471042140 -1343 54841853 -1344 1990891218 -1345 1205216099 -1346 1295668150 -1347 958355750 -1348 2088585115 -1349 1238336904 -1350 1481391698 -1351 658404701 -1352 735235199 -1353 1882567304 -1354 221904376 -1355 1964155987 -1356 557976813 -1357 1248157943 -1358 1971330833 -1359 706478175 -1360 1135672994 -1361 589612300 -1362 1872808552 -1363 54921868 -1364 1537868663 -1365 517078709 -1366 284032851 -1367 834041791 -1368 1265624880 -1369 99151923 -1370 1168024364 -1371 1806134837 -1372 1141724740 -1373 491582856 -1374 1860976691 -1375 985132310 -1376 1696798956 -1377 1009161193 -1378 1943488060 -1379 1637900423 -1380 100014449 -1381 1277396111 -1382 148821476 -1383 835249649 -1384 1012479767 -1385 370725852 -1386 651921988 -1387 1570456580 -1388 1618883795 -1389 475769173 -1390 129451107 -1391 607073142 -1392 1065381473 -1393 2002259659 -1394 661995010 -1395 455766488 -1396 371854720 -1397 946027861 -1398 1289808280 -1399 1637479601 -1400 1045179784 -1401 310348996 -1402 1296130790 -1403 39420876 -1404 801931853 -1405 1009623833 -1406 1024553187 -1407 351247161 -1408 2018785026 -1409 820557599 -1410 1989147584 -1411 2118799476 -1412 2097953710 -1413 2137969061 -1414 806565477 -1415 962949829 -1416 361211265 -1417 1458487465 -1418 385922762 -1419 1980095061 -1420 1934256638 -1421 515373869 -1422 439684555 -1423 852154464 -1424 370149881 -1425 1101679565 -1426 1307920952 -1427 742004601 -1428 2047707426 -1429 450245584 -1430 232000554 -1431 945403562 -1432 760594581 -1433 1528131345 -1434 984824438 -1435 1562526434 -1436 390271530 -1437 2009377625 -1438 1913773595 -1439 261572909 -1440 682451577 -1441 1755437531 -1442 232888737 -1443 632921639 -1444 1745922944 -1445 1039454214 -1446 1595871469 -1447 2107134210 -1448 350458031 -1449 1981794231 -1450 1939745623 -1451 137231021 -1452 349684452 -1453 231946530 -1454 989385485 -1455 719834333 -1456 1333626095 -1457 149822790 -1458 1461838935 -1459 1233849873 -1460 600068374 -1461 1693839489 -1462 31769787 -1463 1360662955 -1464 1074487186 -1465 1016594225 -1466 775705741 -1467 1464758717 -1468 878488203 -1469 541995688 -1470 1726331626 -1471 1560939780 -1472 149949572 -1473 1959220363 -1474 46377771 -1475 1895872516 -1476 851190929 -1477 1642249240 -1478 1855523078 -1479 1201648960 -1480 1476559823 -1481 1647785053 -1482 1338879981 -1483 1826244276 -1484 1879731583 -1485 180781819 -1486 398594961 -1487 1065874030 -1488 330604609 -1489 1860433896 -1490 152240255 -1491 930672983 -1492 1406789738 -1493 184010042 -1494 143852291 -1495 333793276 -1496 1200604268 -1497 919558032 -1498 1798551993 -1499 2079092471 -1500 1461553721 -1501 1377399971 -1502 1492548603 -1503 1611503293 -1504 1189136686 -1505 1538926374 -1506 1359892161 -1507 2040327615 -1508 1033691967 -1509 1067931592 -1510 1094492927 -1511 362768142 -1512 568232997 -1513 285889261 -1514 41528770 -1515 300480933 -1516 466671080 -1517 440123732 -1518 1366354963 -1519 797275689 -1520 153073980 -1521 1518595219 -1522 1727948672 -1523 1559863718 -1524 1702605261 -1525 1871800963 -1526 1893656995 -1527 755725881 -1528 643875348 -1529 1544725340 -1530 687334704 -1531 2105429069 -1532 774641664 -1533 32399659 -1534 1569448714 -1535 1963778350 -1536 1571326034 -1537 781857227 -1538 1856622318 -1539 457534353 -1540 1849788819 -1541 803631597 -1542 820302495 -1543 270538169 -1544 1089520858 -1545 861831266 -1546 571019102 -1547 1556191938 -1548 1301954998 -1549 1937374065 -1550 205983979 -1551 1455028978 -1552 1308485636 -1553 1933932652 -1554 867409049 -1555 863607250 -1556 1658249967 -1557 613582396 -1558 1619333131 -1559 154641667 -1560 10824088 -1561 159184188 -1562 112587088 -1563 785465752 -1564 191583847 -1565 1682035802 -1566 601760455 -1567 1762909881 -1568 316409382 -1569 310899125 -1570 72960586 -1571 18714553 -1572 1114530722 -1573 893263082 -1574 289252722 -1575 56567933 -1576 1755094348 -1577 860271824 -1578 1612759871 -1579 909565698 -1580 650162242 -1581 1818743851 -1582 217111028 -1583 1958647878 -1584 1605192855 -1585 1084520077 -1586 674771480 -1587 1115959174 -1588 1698102473 -1589 146620964 -1590 1270600842 -1591 1708926562 -1592 305805152 -1593 1383187930 -1594 346908666 -1595 497388999 -1596 917740085 -1597 948669121 -1598 112815233 -1599 1234149467 -1600 1259568246 -1601 185775819 -1602 1252864020 -1603 226615321 -1604 1079038901 -1605 1542116743 -1606 283183254 -1607 686649601 -1608 254904919 -1609 1895943125 -1610 1596215299 -1611 905067161 -1612 1567203328 -1613 1813326328 -1614 716231392 -1615 1024912535 -1616 750362757 -1617 1391002872 -1618 2140871710 -1619 300981583 -1620 1537623836 -1621 1263988904 -1622 2009908145 -1623 1843428988 -1624 499693186 -1625 209333163 -1626 193334340 -1627 1417433271 -1628 1158002285 -1629 306149573 -1630 504099090 -1631 270086883 -1632 491925392 -1633 1756963111 -1634 496702204 -1635 1570964294 -1636 1151596206 -1637 779885458 -1638 110130247 -1639 1406501125 -1640 528344936 -1641 1706345547 -1642 164084639 -1643 2095548264 -1644 1372188227 -1645 880316031 -1646 972977152 -1647 2122550984 -1648 123835255 -1649 966365214 -1650 276048919 -1651 1661459092 -1652 82870470 -1653 138473416 -1654 1357404432 -1655 582563656 -1656 347806580 -1657 1550738772 -1658 1999996928 -1659 1505808865 -1660 1856888345 -1661 356612370 -1662 1775895748 -1663 201330090 -1664 2113575481 -1665 125114305 -1666 1772294384 -1667 1117688039 -1668 904999763 -1669 1882424631 -1670 376705517 -1671 1433344699 -1672 1441286530 -1673 540790156 -1674 1381409316 -1675 665991109 -1676 1421106187 -1677 206902820 -1678 641058446 -1679 1544941442 -1680 1173268034 -1681 917107365 -1682 1058916886 -1683 1256138504 -1684 1055580782 -1685 268837671 -1686 1838702160 -1687 1403387362 -1688 1819576443 -1689 1691215440 -1690 761712579 -1691 1528981141 -1692 2047827811 -1693 390124679 -1694 1730311231 -1695 2013919644 -1696 515238984 -1697 1355121967 -1698 984124036 -1699 1420238748 -1700 1090062950 -1701 1360829553 -1702 706099799 -1703 383865833 -1704 1901619709 -1705 2087509115 -1706 1049856942 -1707 1175242248 -1708 146928287 -1709 1690915388 -1710 572700042 -1711 1320196321 -1712 460539106 -1713 1631616929 -1714 428851177 -1715 1516119888 -1716 1900454600 -1717 120069690 -1718 772023602 -1719 1572547395 -1720 1811285130 -1721 1533736181 -1722 954044888 -1723 1711629293 -1724 1923860860 -1725 536872471 -1726 1578065290 -1727 291616197 -1728 1891994438 -1729 414705678 -1730 1711854945 -1731 834573741 -1732 1775535231 -1733 270471096 -1734 1218439574 -1735 1529671292 -1736 210496564 -1737 120812868 -1738 557429892 -1739 357424851 -1740 1811728257 -1741 1130129934 -1742 1677621173 -1743 124783715 -1744 614263215 -1745 2106472350 -1746 1640903603 -1747 367234167 -1748 79058392 -1749 265443557 -1750 1939781563 -1751 1890343523 -1752 1799179738 -1753 746342803 -1754 1454489168 -1755 1575556950 -1756 1283215275 -1757 885070810 -1758 1867173147 -1759 1027726065 -1760 1299776488 -1761 1431544444 -1762 1862299806 -1763 927828071 -1764 1702015541 -1765 933255732 -1766 310015715 -1767 1912512105 -1768 1054068601 -1769 867445607 -1770 122453308 -1771 718313210 -1772 1997575542 -1773 1800074481 -1774 843096925 -1775 464355109 -1776 1759063184 -1777 336516880 -1778 831589277 -1779 1838121576 -1780 601960437 -1781 623887192 -1782 1580981451 -1783 253656527 -1784 1370229995 -1785 887986972 -1786 1829213477 -1787 505961622 -1788 1773057782 -1789 1548902977 -1790 1533687688 -1791 925350623 -1792 832963773 -1793 1248503846 -1794 1853178694 -1795 387495666 -1796 34275931 -1797 15710762 -1798 152524123 -1799 1088344532 -1800 883156369 -1801 274977432 -1802 1806657742 -1803 733248263 -1804 2075051913 -1805 502271019 -1806 1197603373 -1807 1686631449 -1808 838787899 -1809 2029192650 -1810 1377269378 -1811 1440748336 -1812 505596194 -1813 810767181 -1814 1694404863 -1815 1875826189 -1816 1698754153 -1817 1376134692 -1818 234304164 -1819 1324328288 -1820 777554021 -1821 1767991852 -1822 102195263 -1823 1610517795 -1824 869012050 -1825 1955373957 -1826 1998013461 -1827 903287981 -1828 1971084719 -1829 3053937 -1830 1991632513 -1831 706757441 -1832 278031369 -1833 1650806607 -1834 1440005704 -1835 205599634 -1836 5593978 -1837 490125429 -1838 1892231084 -1839 844381877 -1840 371834431 -1841 1122016814 -1842 137646565 -1843 877430625 -1844 1932783995 -1845 1832051428 -1846 605773167 -1847 1484054501 -1848 1060702473 -1849 840077331 -1850 660899141 -1851 1838256494 -1852 460585535 -1853 763094404 -1854 1301290641 -1855 1329597585 -1856 570984713 -1857 1151820455 -1858 85401919 -1859 394585785 -1860 1154874392 -1861 2077034432 -1862 1101343226 -1863 1432905761 -1864 1580357392 -1865 393865282 -1866 1638505395 -1867 1585951370 -1868 883990712 -1869 1383252831 -1870 282849600 -1871 1255825143 -1872 357785997 -1873 420496165 -1874 2133255769 -1875 143086345 -1876 105063946 -1877 591545288 -1878 1627140846 -1879 1165766419 -1880 1431622619 -1881 140556339 -1882 856539265 -1883 1892208154 -1884 903650743 -1885 10346259 -1886 1074322091 -1887 1474635456 -1888 1162166714 -1889 1159724010 -1890 1869221241 -1891 169557458 -1892 1089274795 -1893 823080819 -1894 1602463219 -1895 522148539 -1896 1216946102 -1897 1093484966 -1898 2108099909 -1899 2100936814 -1900 329254150 -1901 243465861 -1902 1209278309 -1903 687040147 -1904 663962027 -1905 1195050430 -1906 830126492 -1907 769025973 -1908 1786595718 -1909 309783690 -1910 1934792392 -1911 1070734689 -1912 450340029 -1913 643848009 -1914 815459195 -1915 1353990772 -1916 654194268 -1917 1889781287 -1918 681142581 -1919 1816360982 -1920 902021649 -1921 402880174 -1922 1985918440 -1923 1991296444 -1924 1225960994 -1925 1440898011 -1926 365961335 -1927 295423448 -1928 386899330 -1929 326577597 -1930 248876614 -1931 716153480 -1932 570043458 -1933 1458154923 -1934 1403193627 -1935 1234005485 -1936 505721706 -1937 85836472 -1938 2003031458 -1939 144833776 -1940 395620162 -1941 1790340202 -1942 1215568466 -1943 845960192 -1944 286704564 -1945 2031027661 -1946 52467316 -1947 940898832 -1948 1773325300 -1949 733609897 -1950 609776167 -1951 527863302 -1952 1136490072 -1953 448210959 -1954 371676098 -1955 214967418 -1956 1889108971 -1957 737637434 -1958 510390866 -1959 128524653 -1960 1064215031 -1961 759267480 -1962 844678133 -1963 1634258489 -1964 69938755 -1965 100388112 -1966 720780327 -1967 575660461 -1968 186224584 -1969 576328137 -1970 720494238 -1971 581844747 -1972 219184692 -1973 1936062704 -1974 1427804939 -1975 505889256 -1976 1819606717 -1977 1480272255 -1978 1446788088 -1979 1445448370 -1980 66398505 -1981 2056564255 -1982 1973311672 -1983 1202888577 -1984 357291567 -1985 197504122 -1986 1417855995 -1987 98916890 -1988 935141556 -1989 1928246861 -1990 227441543 -1991 1999356587 -1992 540030693 -1993 1072119676 -1994 1486131429 -1995 609969448 -1996 1172507788 -1997 59428108 -1998 1185629910 -1999 1358732373 -2000 635756245 -2001 1906124148 -2002 1940577120 -2003 854940937 -2004 1694703204 -2005 1220898411 -2006 1360830193 -2007 1366826273 -2008 553687018 -2009 660134634 -2010 664790995 -2011 620085523 -2012 569215241 -2013 490619019 -2014 1822974100 -2015 926506808 -2016 688123142 -2017 1093346447 -2018 1025423698 -2019 1623264698 -2020 874109660 -2021 1252865241 -2022 1475137638 -2023 1414140353 -2024 177501269 -2025 813785419 -2026 2024109802 -2027 1350009058 -2028 873213527 -2029 1062256064 -2030 561257783 -2031 1508969772 -2032 820896564 -2033 354351255 -2034 216427062 -2035 368116120 -2036 1575249666 -2037 1577257255 -2038 1734942393 -2039 2128936684 -2040 89908241 -2041 252249741 -2042 601538560 -2043 659123483 -2044 742868760 -2045 277029012 -2046 1585630291 -2047 1430991902 -2048 1370375460 -2049 463570342 -2050 906772953 -2051 97001472 -2052 1716435583 -2053 234426943 -2054 1511141826 -2055 1893936853 -2056 1048212362 -2057 1387767980 -2058 1096462263 -2059 1921425889 -2060 302540396 -2061 1657720046 -2062 1282912013 -2063 1123436960 -2064 2012071301 -2065 1499339075 -2066 1491553080 -2067 1439837319 -2068 929112683 -2069 1079011825 -2070 1421290355 -2071 1019020924 -2072 1331261566 -2073 2022828915 -2074 1678144407 -2075 2074130327 -2076 152374280 -2077 1116291051 -2078 1357638581 -2079 1522749740 -2080 1579861393 -2081 116927886 -2082 1619751212 -2083 1148813328 -2084 351354829 -2085 983409390 -2086 895266533 -2087 1399567191 -2088 223693722 -2089 1991728796 -2090 1173509432 -2091 526234118 -2092 1501965194 -2093 308937798 -2094 1649671078 -2095 1366552847 -2096 1808276873 -2097 993740510 -2098 658906518 -2099 589905908 -2100 2072752336 -2101 2080196874 -2102 1608926833 -2103 1256530254 -2104 1955542141 -2105 1139587592 -2106 1183176933 -2107 2107916421 -2108 108394995 -2109 393331867 -2110 1483182513 -2111 1688256388 -2112 510259753 -2113 955450078 -2114 689586069 -2115 861614583 -2116 1938859468 -2117 1584852602 -2118 113698126 -2119 15069543 -2120 1429097751 -2121 1287207559 -2122 541303661 -2123 783579297 -2124 1596145357 -2125 43491092 -2126 2648497 -2127 1256938582 -2128 1037231602 -2129 661555015 -2130 1846844491 -2131 962500290 -2132 594268241 -2133 1308287676 -2134 71546897 -2135 402326735 -2136 300391620 -2137 1254723830 -2138 362759508 -2139 408786616 -2140 1648055697 -2141 1845942022 -2142 2097043004 -2143 10831803 -2144 653908452 -2145 639145425 -2146 872446386 -2147 445284272 -2148 76514380 -2149 986144512 -2150 460353815 -2151 1505612131 -2152 125868423 -2153 1001657477 -2154 141707780 -2155 1722013780 -2156 1045148569 -2157 144356277 -2158 831468715 -2159 2082380171 -2160 805911293 -2161 530829558 -2162 897396814 -2163 1400179534 -2164 1839117234 -2165 968943711 -2166 1802506269 -2167 2139508854 -2168 76183893 -2169 17782130 -2170 400811822 -2171 1724239591 -2172 1863724152 -2173 350371179 -2174 1735071394 -2175 370148956 -2176 989516604 -2177 460034132 -2178 815433228 -2179 1066030984 -2180 1446178644 -2181 1275787044 -2182 424159467 -2183 1572047068 -2184 129960873 -2185 565867248 -2186 1146577200 -2187 1175109442 -2188 710223525 -2189 1978045915 -2190 1110005965 -2191 1516134818 -2192 361391825 -2193 2007402779 -2194 768830705 -2195 53025411 -2196 828862842 -2197 423853326 -2198 45050618 -2199 905046736 -2200 441635456 -2201 445862440 -2202 481802679 -2203 157875960 -2204 796233619 -2205 69390425 -2206 528024916 -2207 1785750224 -2208 529424557 -2209 1343458145 -2210 704297560 -2211 1975603201 -2212 471761541 -2213 1128457028 -2214 1400166621 -2215 601722414 -2216 1694324276 -2217 399260174 -2218 1776831856 -2219 257064153 -2220 229822441 -2221 739354173 -2222 1773198972 -2223 591214267 -2224 599273305 -2225 394546029 -2226 644239678 -2227 1428136147 -2228 818399355 -2229 689290296 -2230 185699235 -2231 1260034812 -2232 1135152737 -2233 667501914 -2234 1417910772 -2235 1931386356 -2236 736892339 -2237 1945935689 -2238 1569652932 -2239 1266316896 -2240 1141910186 -2241 126466845 -2242 1094436450 -2243 1613671727 -2244 1254923873 -2245 347119423 -2246 67910493 -2247 801764501 -2248 746379597 -2249 1844742349 -2250 1058828654 -2251 976202039 -2252 436612874 -2253 684543978 -2254 1567416306 -2255 1035886179 -2256 1079090007 -2257 64172336 -2258 316538679 -2259 1897489363 -2260 753462633 -2261 502237914 -2262 1010040527 -2263 1888615370 -2264 1169739829 -2265 280467651 -2266 1672518078 -2267 1906632168 -2268 78919692 -2269 1094687363 -2270 1025465417 -2271 1220829878 -2272 1221154208 -2273 2119901867 -2274 687017957 -2275 328594433 -2276 319537642 -2277 754928450 -2278 1130358934 -2279 1065917240 -2280 452187151 -2281 41703940 -2282 2042119279 -2283 888800026 -2284 726247919 -2285 1462051937 -2286 1924686205 -2287 1805337926 -2288 1526224273 -2289 93741236 -2290 1555343641 -2291 132203258 -2292 595979151 -2293 417900520 -2294 2020818628 -2295 1765718980 -2296 698368172 -2297 1545853059 -2298 1524867500 -2299 777287864 -2300 493056774 -2301 402849269 -2302 1998117743 -2303 1714210982 -2304 375267488 -2305 537652052 -2306 2042805415 -2307 694805131 -2308 1292580503 -2309 1025680701 -2310 1760722371 -2311 1744767654 -2312 1067384641 -2313 1655358002 -2314 486084032 -2315 1793632560 -2316 969926291 -2317 263286590 -2318 1451486839 -2319 348666916 -2320 357027826 -2321 859346832 -2322 480870175 -2323 953006977 -2324 1277247353 -2325 354205155 -2326 571242309 -2327 1975615525 -2328 1900058214 -2329 2096109810 -2330 605419741 -2331 245631340 -2332 351475431 -2333 456053836 -2334 1959842322 -2335 726742920 -2336 993705889 -2337 1855164089 -2338 1421548051 -2339 138802744 -2340 733361142 -2341 1034786774 -2342 1883570398 -2343 1800745784 -2344 542661128 -2345 222170783 -2346 1446894696 -2347 1512587419 -2348 485457373 -2349 750897887 -2350 1861254335 -2351 842485199 -2352 1610244720 -2353 194640862 -2354 1795492177 -2355 740008425 -2356 548846018 -2357 219250838 -2358 568140302 -2359 301420584 -2360 167877000 -2361 1173560043 -2362 547051925 -2363 519352432 -2364 1629613880 -2365 359410599 -2366 1246095352 -2367 475836121 -2368 67091041 -2369 520159755 -2370 614638865 -2371 800452183 -2372 1554946529 -2373 350725615 -2374 453714319 -2375 2097607657 -2376 572896398 -2377 1900609016 -2378 1462711428 -2379 1058353771 -2380 504023255 -2381 1176482115 -2382 1900838971 -2383 2114267975 -2384 1371122978 -2385 1548847500 -2386 706792752 -2387 1919968996 -2388 1768098338 -2389 1274933054 -2390 73905932 -2391 1935975339 -2392 301009450 -2393 620957857 -2394 307844123 -2395 1930623330 -2396 980368457 -2397 1553939475 -2398 258975803 -2399 1047459498 -2400 2074099230 -2401 873614668 -2402 1847911681 -2403 1481562111 -2404 1224340283 -2405 154142353 -2406 1431686120 -2407 1797236682 -2408 2054751369 -2409 746913900 -2410 708106805 -2411 411290976 -2412 1923396015 -2413 461462128 -2414 378075304 -2415 1147035345 -2416 2010309628 -2417 1084868056 -2418 919520693 -2419 1630924319 -2420 212317463 -2421 993426626 -2422 1419416010 -2423 513326913 -2424 1614384483 -2425 1727260133 -2426 296466595 -2427 447269292 -2428 1133715960 -2429 555442398 -2430 1494728790 -2431 1060331542 -2432 1429057066 -2433 1195156824 -2434 394410005 -2435 505913701 -2436 1349299177 -2437 1826096125 -2438 155666735 -2439 1256566898 -2440 425526377 -2441 863773541 -2442 1667857874 -2443 201438744 -2444 1325235669 -2445 2045933178 -2446 1348474090 -2447 1188061650 -2448 983317587 -2449 120511135 -2450 671502321 -2451 1195635050 -2452 1113937761 -2453 2090918331 -2454 1708961963 -2455 580838597 -2456 1670694816 -2457 2005428558 -2458 1028107889 -2459 656927128 -2460 413387308 -2461 375353032 -2462 1717258670 -2463 1842444374 -2464 1570509856 -2465 2111668675 -2466 200874427 -2467 772325385 -2468 1790281152 -2469 356541163 -2470 2028892283 -2471 68323881 -2472 1220314704 -2473 1549266509 -2474 269762625 -2475 398066725 -2476 1447716040 -2477 1618236715 -2478 1586128375 -2479 283549979 -2480 1738747851 -2481 110147048 -2482 1479185029 -2483 705201964 -2484 53581731 -2485 1040663344 -2486 1286040561 -2487 1724276547 -2488 898608254 -2489 166664803 -2490 233720027 -2491 1311995562 -2492 542017835 -2493 1950978697 -2494 1006956288 -2495 2112527691 -2496 1915163724 -2497 1207830715 -2498 737369428 -2499 1557961228 -2500 1564371878 -2501 618778063 -2502 1626285109 -2503 637202934 -2504 20560924 -2505 1896047735 -2506 1035269660 -2507 1468276964 -2508 1366800802 -2509 473914387 -2510 1751826943 -2511 958065005 -2512 584061436 -2513 1083528324 -2514 1663266970 -2515 637643167 -2516 2124191668 -2517 801823883 -2518 214436067 -2519 875316274 -2520 968488686 -2521 448156094 -2522 39828188 -2523 1510506521 -2524 251651144 -2525 1046784476 -2526 1475550564 -2527 19331220 -2528 107131544 -2529 65436344 -2530 1577292449 -2531 1671503422 -2532 684214407 -2533 1056093910 -2534 161222709 -2535 704775332 -2536 804657997 -2537 1196492369 -2538 25568648 -2539 23975152 -2540 1670406756 -2541 1777395592 -2542 982040157 -2543 106984544 -2544 713440268 -2545 497823479 -2546 744627712 -2547 690148289 -2548 1299647363 -2549 959063779 -2550 1565464563 -2551 120652401 -2552 1407219873 -2553 1605292752 -2554 1631158923 -2555 1658871017 -2556 504593580 -2557 959225839 -2558 1678202238 -2559 611725124 -2560 1024662184 -2561 1108011039 -2562 135744899 -2563 1708876591 -2564 16621301 -2565 296967608 -2566 266168275 -2567 821279299 -2568 1493459977 -2569 291736924 -2570 845254451 -2571 1016383085 -2572 2069132516 -2573 1827294608 -2574 1123367630 -2575 635089136 -2576 177634440 -2577 1867995342 -2578 1325237425 -2579 1477281803 -2580 679575473 -2581 743218341 -2582 1597934204 -2583 2086795346 -2584 201027445 -2585 1081609479 -2586 1598182716 -2587 705621025 -2588 2040835319 -2589 1128901306 -2590 1317346150 -2591 918013855 -2592 89428697 -2593 1453091049 -2594 479406798 -2595 106049998 -2596 1750058657 -2597 745575074 -2598 927329297 -2599 1096034986 -2600 1037311998 -2601 1772583748 -2602 2112418071 -2603 958960866 -2604 1452394709 -2605 1088302053 -2606 1594050002 -2607 1630029149 -2608 808813747 -2609 771803780 -2610 959827304 -2611 1488389220 -2612 1515022121 -2613 410277860 -2614 1427700919 -2615 1716049566 -2616 1491887340 -2617 878399987 -2618 274186943 -2619 1385239011 -2620 2007301293 -2621 1591533093 -2622 155769218 -2623 2096729990 -2624 897140494 -2625 635176016 -2626 55296340 -2627 499715503 -2628 1380751090 -2629 982625638 -2630 1595750489 -2631 270579440 -2632 607725738 -2633 1560684913 -2634 1229540306 -2635 2060120447 -2636 501503318 -2637 676106661 -2638 1542665948 -2639 1310317066 -2640 1447910441 -2641 355009604 -2642 651222638 -2643 815448914 -2644 765287465 -2645 2078923557 -2646 384014832 -2647 109691157 -2648 809839896 -2649 658201775 -2650 1494930168 -2651 669657541 -2652 102251221 -2653 1650699386 -2654 618903883 -2655 999391715 -2656 138391754 -2657 674200224 -2658 1499107219 -2659 1519142845 -2660 1656825862 -2661 947374060 -2662 1789722285 -2663 117067952 -2664 360575325 -2665 871778944 -2666 29704752 -2667 862078644 -2668 1547885605 -2669 1572370700 -2670 24912062 -2671 848312398 -2672 1927380305 -2673 676134700 -2674 1663761312 -2675 545184122 -2676 607574610 -2677 2047776144 -2678 654875279 -2679 1417414506 -2680 558494271 -2681 2321799 -2682 2087072048 -2683 660745492 -2684 1653021185 -2685 558492283 -2686 1660137208 -2687 1791412939 -2688 1232692507 -2689 1011760779 -2690 1163072136 -2691 742034721 -2692 1959134839 -2693 805310774 -2694 859102674 -2695 172226517 -2696 1677089718 -2697 888807426 -2698 1034305161 -2699 1077491675 -2700 313694478 -2701 1059217223 -2702 1925804073 -2703 93591135 -2704 1735351923 -2705 1442081737 -2706 638775257 -2707 195442885 -2708 1342374233 -2709 1293650536 -2710 1612857392 -2711 1900868504 -2712 1295972335 -2713 1552445792 -2714 414130349 -2715 801509872 -2716 2110938075 -2717 2074267557 -2718 445439164 -2719 1196146935 -2720 938544688 -2721 1608511300 -2722 1938181656 -2723 750195879 -2724 266338426 -2725 649800682 -2726 922422396 -2727 1943428144 -2728 1538608108 -2729 1956727557 -2730 873436171 -2731 1852302587 -2732 868461132 -2733 651756596 -2734 1945893722 -2735 456329408 -2736 2093838333 -2737 437185332 -2738 651772293 -2739 1288728918 -2740 1730835868 -2741 117146037 -2742 1042113775 -2743 879324556 -2744 1669591829 -2745 1456244124 -2746 1680834428 -2747 1633046257 -2748 1383028033 -2749 2126273592 -2750 681709544 -2751 174089073 -2752 1587301245 -2753 472407552 -2754 924284952 -2755 1853639671 -2756 1122208235 -2757 1846707349 -2758 1649584168 -2759 513332695 -2760 1655951258 -2761 375536691 -2762 218151634 -2763 376928743 -2764 1027293288 -2765 16561709 -2766 833258151 -2767 973647973 -2768 453747041 -2769 1485030444 -2770 114893244 -2771 37099261 -2772 1602176482 -2773 1157007019 -2774 916423817 -2775 1124284663 -2776 465767495 -2777 449774598 -2778 609847272 -2779 1848795528 -2780 428564542 -2781 1291556816 -2782 2022884601 -2783 2015865787 -2784 1763964369 -2785 799685905 -2786 1722021811 -2787 738688956 -2788 498909606 -2789 1224122331 -2790 1252021651 -2791 7377217 -2792 1599659022 -2793 1470173286 -2794 384305960 -2795 479468662 -2796 1486734995 -2797 1217564111 -2798 1453116636 -2799 1940482036 -2800 555110907 -2801 1568009880 -2802 1977581297 -2803 9803741 -2804 577533251 -2805 746521467 -2806 1134088405 -2807 1043300746 -2808 1196296065 -2809 1743935677 -2810 744612626 -2811 1624860607 -2812 888008846 -2813 620013579 -2814 1493242747 -2815 504489567 -2816 1419699484 -2817 1067780910 -2818 1243178523 -2819 1918609091 -2820 144419593 -2821 347716526 -2822 1925986308 -2823 1744078615 -2824 1817889812 -2825 162808620 -2826 76063630 -2827 1157141159 -2828 1380372731 -2829 1529180266 -2830 950139547 -2831 1935483638 -2832 949706498 -2833 780237197 -2834 1945287380 -2835 1527239749 -2836 1526758664 -2837 931892137 -2838 423056847 -2839 575571081 -2840 528344166 -2841 1167669473 -2842 52948040 -2843 1416353012 -2844 1787683052 -2845 1546190787 -2846 1920842579 -2847 1059898888 -2848 466488049 -2849 1016537454 -2850 831024331 -2851 610907642 -2852 1364253981 -2853 609526991 -2854 207502610 -2855 1034660145 -2856 772335611 -2857 283566240 -2858 44317657 -2859 5224694 -2860 1812746506 -2861 994457204 -2862 1940708333 -2863 614969356 -2864 1774694401 -2865 1738512065 -2866 2142209105 -2867 1153969417 -2868 522920554 -2869 417782304 -2870 1729540498 -2871 1051264720 -2872 1585451777 -2873 1782488539 -2874 320134085 -2875 1225651181 -2876 1181195678 -2877 93493016 -2878 138066421 -2879 1647683728 -2880 1110030471 -2881 969090753 -2882 111107722 -2883 326800804 -2884 1578617744 -2885 318610332 -2886 1361460949 -2887 203469708 -2888 602176572 -2889 1405778606 -2890 208694402 -2891 267439430 -2892 252752163 -2893 1919087 -2894 882408786 -2895 2027446564 -2896 1740431152 -2897 877134243 -2898 1033932334 -2899 115868058 -2900 1294916547 -2901 615989184 -2902 1167132779 -2903 732884676 -2904 250994075 -2905 1487266864 -2906 1958535857 -2907 1432189754 -2908 1580759880 -2909 2096602279 -2910 932389834 -2911 543306703 -2912 918209384 -2913 1043497556 -2914 870107507 -2915 349343480 -2916 1362107889 -2917 84084809 -2918 552813188 -2919 1964284461 -2920 1489863415 -2921 761507591 -2922 84240244 -2923 1742615578 -2924 763426678 -2925 966649030 -2926 1622578495 -2927 356374183 -2928 1843783274 -2929 509027181 -2930 472242241 -2931 991216173 -2932 1125016365 -2933 1639375020 -2934 1724100850 -2935 1376010441 -2936 979158236 -2937 1535153059 -2938 660716547 -2939 412434469 -2940 1484271690 -2941 1593106381 -2942 955741172 -2943 254997426 -2944 489120289 -2945 1825848680 -2946 604340907 -2947 1851228178 -2948 1909933489 -2949 1157154095 -2950 1668028992 -2951 1252313256 -2952 1918661686 -2953 1752269236 -2954 847445187 -2955 534604717 -2956 571434618 -2957 322540034 -2958 890978900 -2959 267734244 -2960 831567215 -2961 1363221141 -2962 1258950418 -2963 1956583580 -2964 855112514 -2965 835567620 -2966 1185110373 -2967 1834270750 -2968 223237031 -2969 1845826920 -2970 99221571 -2971 1707508722 -2972 1291449653 -2973 1054962744 -2974 1962506148 -2975 1780569943 -2976 733327776 -2977 419363407 -2978 1484314473 -2979 495777617 -2980 1576517503 -2981 1004859817 -2982 1748090873 -2983 1347695541 -2984 609645405 -2985 448052412 -2986 1882300258 -2987 1181080024 -2988 770592446 -2989 625795510 -2990 1448814268 -2991 1602159661 -2992 1989016652 -2993 560281038 -2994 1411259594 -2995 696645518 -2996 1395848658 -2997 448886319 -2998 383432620 -2999 1619085690 -3000 147229592 -3001 482654192 -3002 1179110764 -3003 1438679245 -3004 1537616936 -3005 994133264 -3006 1071765540 -3007 123461064 -3008 1413496672 -3009 408596366 -3010 619238681 -3011 842530527 -3012 1413456183 -3013 219845906 -3014 42742420 -3015 2023101589 -3016 667898319 -3017 1925042679 -3018 1056697965 -3019 1438490765 -3020 403354541 -3021 358028585 -3022 893166779 -3023 244887545 -3024 918309624 -3025 156942725 -3026 941533063 -3027 166674634 -3028 605829044 -3029 1324965684 -3030 1785760324 -3031 753058636 -3032 1807619876 -3033 817387440 -3034 44254234 -3035 1197753164 -3036 1811520705 -3037 1116019774 -3038 1321214228 -3039 1077533729 -3040 1524616140 -3041 1940452909 -3042 1920064256 -3043 790588676 -3044 12815167 -3045 1962806676 -3046 666206617 -3047 680713486 -3048 1740365707 -3049 1722904582 -3050 2119204252 -3051 2143720249 -3052 2080933167 -3053 864887383 -3054 241124146 -3055 851759143 -3056 1021830108 -3057 1182657210 -3058 1018433778 -3059 1627659152 -3060 360139246 -3061 656710454 -3062 233234141 -3063 20275474 -3064 1474097895 -3065 277488375 -3066 1218028638 -3067 1138134952 -3068 1393508149 -3069 391759218 -3070 68185033 -3071 770640642 -3072 184728479 -3073 1988249289 -3074 1561229318 -3075 197543646 -3076 1803572317 -3077 79952287 -3078 878257133 -3079 1396454377 -3080 1802856869 -3081 849977737 -3082 1392690978 -3083 1736306388 -3084 1714865120 -3085 1633815124 -3086 440581884 -3087 589211580 -3088 668988686 -3089 1459015662 -3090 69387084 -3091 1029127932 -3092 2115726116 -3093 302621225 -3094 1049403406 -3095 1442340363 -3096 580109600 -3097 119948396 -3098 432991667 -3099 1973617750 -3100 511707614 -3101 501176700 -3102 596774744 -3103 696436093 -3104 341942341 -3105 10520414 -3106 893979740 -3107 2145514659 -3108 90472701 -3109 1772236873 -3110 1394485388 -3111 1893329570 -3112 474730962 -3113 639692718 -3114 1482152310 -3115 42112434 -3116 126024194 -3117 1922734194 -3118 631324014 -3119 795012881 -3120 1234266208 -3121 700711098 -3122 1824140813 -3123 1202508677 -3124 1003332324 -3125 726060572 -3126 497365392 -3127 1583441924 -3128 846008968 -3129 930357060 -3130 1409576026 -3131 1357716583 -3132 1431533760 -3133 2006350770 -3134 2054152676 -3135 1773476102 -3136 2016871184 -3137 800648768 -3138 1771507113 -3139 2107343885 -3140 425401993 -3141 1018508853 -3142 1853189807 -3143 900132955 -3144 1658201571 -3145 1187858470 -3146 942245389 -3147 1784225765 -3148 963109016 -3149 1573569403 -3150 431754998 -3151 49891577 -3152 126796854 -3153 108412164 -3154 1252400254 -3155 1130129178 -3156 834472736 -3157 1749765646 -3158 566087454 -3159 1680481704 -3160 532639058 -3161 1975663481 -3162 890714639 -3163 1964172819 -3164 1834530603 -3165 797383668 -3166 1590165273 -3167 1703918140 -3168 1598032436 -3169 1214188738 -3170 1663778377 -3171 2023434430 -3172 85213943 -3173 1369484537 -3174 776083737 -3175 1743415514 -3176 409859359 -3177 1718329127 -3178 1380157631 -3179 1372968375 -3180 1144414882 -3181 1811912630 -3182 1422859952 -3183 1271211736 -3184 1920324794 -3185 527776558 -3186 253857266 -3187 607313882 -3188 130058557 -3189 819944721 -3190 140311938 -3191 662697615 -3192 648124554 -3193 1031026578 -3194 479386786 -3195 335171509 -3196 1828410246 -3197 2069552059 -3198 2039089649 -3199 1278959034 -3200 1136257149 -3201 1555384379 -3202 1154909816 -3203 1221471092 -3204 777385268 -3205 1930993554 -3206 817402958 -3207 1187244627 -3208 1501839033 -3209 50076942 -3210 412729354 -3211 498770267 -3212 1861989572 -3213 1835589307 -3214 1769982004 -3215 1634830718 -3216 215882217 -3217 2023839270 -3218 94660952 -3219 345940774 -3220 696300343 -3221 234972890 -3222 1008638390 -3223 1344424897 -3224 1265999468 -3225 1488025176 -3226 1679596407 -3227 946926066 -3228 1410093588 -3229 1571202408 -3230 78401453 -3231 398867089 -3232 979103139 -3233 1233311269 -3234 1620338182 -3235 1756488407 -3236 1016821175 -3237 290257492 -3238 796249386 -3239 371176560 -3240 340334434 -3241 1208978741 -3242 869946828 -3243 54840358 -3244 897084400 -3245 492445184 -3246 1689671076 -3247 1112966617 -3248 368800806 -3249 1784332028 -3250 1458907392 -3251 1065101150 -3252 2019304919 -3253 320062134 -3254 262042399 -3255 1137820739 -3256 1808087310 -3257 1941638806 -3258 2084746806 -3259 1070697250 -3260 1365357567 -3261 15664611 -3262 1469564340 -3263 196977058 -3264 1248975880 -3265 942418874 -3266 1953465466 -3267 118313408 -3268 1232676366 -3269 602231204 -3270 489489968 -3271 1573010801 -3272 1811209945 -3273 1359436796 -3274 1627851159 -3275 560810697 -3276 1851881980 -3277 1170038588 -3278 1673777315 -3279 73199139 -3280 806886968 -3281 985201059 -3282 1138300289 -3283 678708239 -3284 1305263193 -3285 1400342688 -3286 1816528979 -3287 965866855 -3288 1194497847 -3289 1753792137 -3290 2036564106 -3291 412371766 -3292 1769456748 -3293 1358644798 -3294 609348824 -3295 870948980 -3296 153580024 -3297 415330642 -3298 989262388 -3299 1386256390 -3300 1017561847 -3301 1478752357 -3302 811783543 -3303 681288144 -3304 690705505 -3305 292151055 -3306 1242098842 -3307 395103838 -3308 1462189643 -3309 768392509 -3310 468302977 -3311 121592963 -3312 1753593568 -3313 1606603266 -3314 800301203 -3315 911373113 -3316 859462306 -3317 469346534 -3318 1877239968 -3319 2053960153 -3320 75655023 -3321 1766320426 -3322 318848271 -3323 1845111771 -3324 977481576 -3325 928197096 -3326 568577103 -3327 1131061600 -3328 1343527738 -3329 1557839492 -3330 369834343 -3331 213605937 -3332 889108201 -3333 1181617886 -3334 894894082 -3335 1579813706 -3336 1473768941 -3337 2136992924 -3338 1974917544 -3339 788474936 -3340 757901785 -3341 295736873 -3342 910067900 -3343 364011705 -3344 1902340139 -3345 1710369103 -3346 1275384818 -3347 614318798 -3348 32231989 -3349 1005141138 -3350 520795303 -3351 107887012 -3352 623977917 -3353 839643575 -3354 1952998783 -3355 1601459493 -3356 1767840671 -3357 374092238 -3358 585037446 -3359 963884761 -3360 1931931730 -3361 954871789 -3362 1177490699 -3363 673556283 -3364 2136489675 -3365 2072384781 -3366 105886342 -3367 1462774969 -3368 2061894057 -3369 2080803886 -3370 103766257 -3371 672312194 -3372 229057112 -3373 1013834157 -3374 1036323899 -3375 2131397251 -3376 576719612 -3377 164225069 -3378 598232401 -3379 608951601 -3380 1169366207 -3381 1119027705 -3382 716838613 -3383 1793344124 -3384 1958671280 -3385 522353748 -3386 1247319970 -3387 1579028303 -3388 896445987 -3389 1832357416 -3390 395429416 -3391 680894069 -3392 639745557 -3393 1572920115 -3394 1354450353 -3395 628751584 -3396 1497821248 -3397 1460336695 -3398 2091526553 -3399 1412231657 -3400 1393656933 -3401 47809163 -3402 2084543851 -3403 1622714045 -3404 1061643320 -3405 973384102 -3406 1606627649 -3407 1638362933 -3408 1137609171 -3409 57376402 -3410 99830886 -3411 159491731 -3412 1176404107 -3413 816669500 -3414 1952835855 -3415 987591739 -3416 1339023248 -3417 1052672177 -3418 419136394 -3419 87985587 -3420 737545945 -3421 814565811 -3422 768879657 -3423 1377291502 -3424 240002278 -3425 2123330010 -3426 2006043087 -3427 1737823527 -3428 1436183057 -3429 1950085992 -3430 1002571536 -3431 682356342 -3432 1997895155 -3433 939631740 -3434 157586740 -3435 912054828 -3436 1913015842 -3437 1764214389 -3438 402934113 -3439 903141366 -3440 1821590791 -3441 502764999 -3442 1062633097 -3443 850511251 -3444 1319434499 -3445 867985304 -3446 1838102990 -3447 510974100 -3448 1920657482 -3449 109755737 -3450 598959687 -3451 510719779 -3452 924321548 -3453 1367839344 -3454 1888011282 -3455 1164323826 -3456 1343685706 -3457 1746570721 -3458 754663705 -3459 632385115 -3460 1549173065 -3461 1757235242 -3462 1314741458 -3463 1399584573 -3464 549383334 -3465 1472328198 -3466 164155753 -3467 314915528 -3468 1089058939 -3469 567089866 -3470 1218056894 -3471 763166082 -3472 1069854865 -3473 133206343 -3474 1613677333 -3475 241805717 -3476 1001191648 -3477 1304296676 -3478 752779817 -3479 774365482 -3480 1414052413 -3481 1351739504 -3482 1285085261 -3483 190890313 -3484 572095201 -3485 1025612895 -3486 1355214139 -3487 1915780907 -3488 624699968 -3489 2109877845 -3490 400682375 -3491 26389386 -3492 1719629439 -3493 1715423833 -3494 1425973959 -3495 121529125 -3496 1040268383 -3497 1590129712 -3498 436444653 -3499 2129327322 -3500 9735930 -3501 1654501548 -3502 745009756 -3503 1079590795 -3504 1787707891 -3505 211203442 -3506 1321396512 -3507 641415891 -3508 1515500118 -3509 2074176329 -3510 1415781373 -3511 782068883 -3512 1278432186 -3513 553382987 -3514 972959196 -3515 1850527387 -3516 1578995882 -3517 180689687 -3518 1618824646 -3519 56212203 -3520 143083884 -3521 2019507021 -3522 82601589 -3523 1862713323 -3524 1587447206 -3525 1508575548 -3526 1984242448 -3527 480231941 -3528 951221612 -3529 273203454 -3530 462075615 -3531 960957542 -3532 1927705002 -3533 1207085372 -3534 2040548337 -3535 1567929245 -3536 1418288814 -3537 1214461202 -3538 61861489 -3539 786305284 -3540 1141153883 -3541 1477642862 -3542 1568374167 -3543 272102421 -3544 2031025849 -3545 393849715 -3546 2122629808 -3547 1462538084 -3548 574539402 -3549 1593970807 -3550 1518750287 -3551 717623287 -3552 1465994180 -3553 1601351876 -3554 432852962 -3555 905957739 -3556 962443776 -3557 269611763 -3558 1386189680 -3559 1913665388 -3560 542815217 -3561 1848265296 -3562 727139282 -3563 323036571 -3564 907867020 -3565 620203971 -3566 1890965816 -3567 178672186 -3568 1834665173 -3569 1952827305 -3570 964977470 -3571 828335409 -3572 1282986520 -3573 385867989 -3574 1100437830 -3575 1166528721 -3576 779717704 -3577 1075583991 -3578 481583157 -3579 1354257106 -3580 522071150 -3581 2000333444 -3582 2071880393 -3583 1988065330 -3584 1454201672 -3585 357249708 -3586 746539421 -3587 269161800 -3588 626861471 -3589 2132729102 -3590 35343540 -3591 1169676688 -3592 1833510750 -3593 762482822 -3594 1492713259 -3595 593894122 -3596 1382686794 -3597 1236195427 -3598 772566308 -3599 1069868319 -3600 1041539085 -3601 1737543778 -3602 1898203728 -3603 177041957 -3604 2123411767 -3605 851157911 -3606 1343570678 -3607 755645823 -3608 1926741902 -3609 1825153836 -3610 2109902929 -3611 301329404 -3612 1678003632 -3613 2034299675 -3614 141911086 -3615 984721657 -3616 244065735 -3617 888450508 -3618 1253883457 -3619 870927206 -3620 873695962 -3621 1289226998 -3622 2040603894 -3623 559723064 -3624 2051709820 -3625 1385833505 -3626 1153617186 -3627 1286912966 -3628 474545284 -3629 1926183494 -3630 209297638 -3631 1516084369 -3632 1516243624 -3633 2107501366 -3634 1693126326 -3635 1492171743 -3636 811175629 -3637 889213357 -3638 100333918 -3639 590433883 -3640 566883545 -3641 62753199 -3642 891763287 -3643 97403529 -3644 2097052874 -3645 1033674374 -3646 1082125186 -3647 193634961 -3648 1922124882 -3649 188524996 -3650 1064562167 -3651 648337196 -3652 1477751994 -3653 957682413 -3654 1208060260 -3655 1381978166 -3656 196032270 -3657 214193798 -3658 521407485 -3659 670577555 -3660 2140377292 -3661 730705123 -3662 39178276 -3663 1509137268 -3664 690722841 -3665 1732304603 -3666 853825363 -3667 1501898471 -3668 474034312 -3669 954159281 -3670 2092332354 -3671 1040917857 -3672 1016912480 -3673 836611994 -3674 1138321386 -3675 966481707 -3676 1870286368 -3677 72962925 -3678 1160116668 -3679 1644927602 -3680 261487921 -3681 77195188 -3682 145781150 -3683 1739239915 -3684 1034877601 -3685 1353841410 -3686 973734433 -3687 1230909872 -3688 1568035208 -3689 1495141918 -3690 1901487427 -3691 1560928852 -3692 78363393 -3693 1940665703 -3694 922582472 -3695 769086235 -3696 1525486658 -3697 1776407835 -3698 123501058 -3699 1999520970 -3700 583083468 -3701 68349764 -3702 892955179 -3703 1599995948 -3704 904961758 -3705 2031276566 -3706 418994007 -3707 627764478 -3708 2104239491 -3709 1579110676 -3710 125208432 -3711 218243764 -3712 1656305864 -3713 270989582 -3714 1957483679 -3715 543699817 -3716 1624830992 -3717 783734464 -3718 1774609689 -3719 1045382552 -3720 131392735 -3721 1528613468 -3722 458827756 -3723 209756128 -3724 1321795524 -3725 1381410228 -3726 978842363 -3727 699798534 -3728 1010334415 -3729 1102343421 -3730 551835857 -3731 1593417883 -3732 1170693186 -3733 1444791036 -3734 1045930184 -3735 2075654944 -3736 1328583954 -3737 1464924191 -3738 555935775 -3739 1285339797 -3740 896551219 -3741 681144207 -3742 1503583561 -3743 405373435 -3744 952133790 -3745 1313583592 -3746 949073253 -3747 429481134 -3748 2097318057 -3749 576199294 -3750 1474863687 -3751 81227144 -3752 2104812763 -3753 1933691443 -3754 290983272 -3755 1279124639 -3756 1167618024 -3757 1269825636 -3758 1978923173 -3759 30468791 -3760 224685409 -3761 383275382 -3762 1623886675 -3763 1395378595 -3764 1828066419 -3765 522333211 -3766 1323549892 -3767 1009166725 -3768 1987257402 -3769 1879485667 -3770 147022875 -3771 736324974 -3772 413146226 -3773 1650606436 -3774 1141698409 -3775 1365280016 -3776 816706381 -3777 2090771662 -3778 1794761151 -3779 766540790 -3780 519487309 -3781 1122141190 -3782 847767934 -3783 476816424 -3784 908348985 -3785 1138751206 -3786 1755941063 -3787 2075967009 -3788 261093194 -3789 1587380588 -3790 2106435801 -3791 485778604 -3792 1970655971 -3793 1582838828 -3794 1881157199 -3795 1651238742 -3796 2105172039 -3797 1057223443 -3798 512921819 -3799 1944945793 -3800 789225462 -3801 659944694 -3802 533787119 -3803 1202371689 -3804 163067483 -3805 1675485529 -3806 420168057 -3807 979773864 -3808 1618773543 -3809 67445560 -3810 1746314654 -3811 2138260852 -3812 1189586750 -3813 446598940 -3814 467593628 -3815 2097935736 -3816 1585350146 -3817 76051043 -3818 2026419097 -3819 1846443341 -3820 1663431632 -3821 1985371250 -3822 184738297 -3823 1486603955 -3824 1420726430 -3825 2065895496 -3826 990359049 -3827 1378414821 -3828 975635292 -3829 1503280868 -3830 1175876967 -3831 1764860754 -3832 15741915 -3833 1709664086 -3834 819748795 -3835 178809398 -3836 1237665967 -3837 1239916853 -3838 1158583262 -3839 708955863 -3840 1307362413 -3841 757414268 -3842 699733067 -3843 349465516 -3844 1204013208 -3845 1167326696 -3846 299917604 -3847 641879706 -3848 1243377739 -3849 178853053 -3850 340839399 -3851 759325723 -3852 16740656 -3853 525577696 -3854 98446030 -3855 1437467086 -3856 443989545 -3857 1088805079 -3858 668398260 -3859 1419624837 -3860 444602300 -3861 1844275227 -3862 1037001943 -3863 460344215 -3864 1406455665 -3865 1856750739 -3866 639153613 -3867 496637985 -3868 949183944 -3869 1797736875 -3870 1205593848 -3871 109062709 -3872 407667495 -3873 1905326915 -3874 458528225 -3875 1611680703 -3876 925169963 -3877 758445829 -3878 106076761 -3879 21064055 -3880 937298883 -3881 446916161 -3882 780389778 -3883 954039539 -3884 972493857 -3885 878835809 -3886 244022977 -3887 1416483402 -3888 1967640888 -3889 912421237 -3890 688624591 -3891 264759540 -3892 609212816 -3893 1725626535 -3894 725103755 -3895 2015668482 -3896 1434893626 -3897 1364257368 -3898 364822819 -3899 236593922 -3900 1014510595 -3901 1570416667 -3902 345656631 -3903 1422178090 -3904 1328259934 -3905 804184857 -3906 886375145 -3907 105946250 -3908 1562630686 -3909 992451907 -3910 127010305 -3911 352445921 -3912 1439368068 -3913 907400083 -3914 1306485460 -3915 264378277 -3916 1786235892 -3917 1550508438 -3918 1680861680 -3919 1606393133 -3920 315446027 -3921 222002623 -3922 1871152673 -3923 924658844 -3924 1947629158 -3925 448772781 -3926 792843678 -3927 1235039136 -3928 1813030149 -3929 1157666497 -3930 1471633058 -3931 680057097 -3932 580599516 -3933 1817289690 -3934 2102235187 -3935 1908859450 -3936 473990899 -3937 841126685 -3938 2014805700 -3939 2036621585 -3940 1833578592 -3941 2141816005 -3942 241583859 -3943 1125463012 -3944 901732441 -3945 1548069319 -3946 1389841289 -3947 540484685 -3948 951094109 -3949 923219321 -3950 2146877818 -3951 1266540137 -3952 1145221945 -3953 1870546844 -3954 43715333 -3955 945367455 -3956 171835977 -3957 836559011 -3958 32922944 -3959 1984866126 -3960 1994225508 -3961 1504556002 -3962 517439575 -3963 427341376 -3964 1174362044 -3965 472191115 -3966 188717178 -3967 1648352943 -3968 1313317800 -3969 56039231 -3970 1537490881 -3971 999412744 -3972 50371588 -3973 1779074740 -3974 2124875756 -3975 952104029 -3976 1179660411 -3977 1367233397 -3978 1492588715 -3979 2130754521 -3980 142969071 -3981 1491982885 -3982 1249811010 -3983 1288191016 -3984 1215046081 -3985 1293526343 -3986 86074823 -3987 1386882058 -3988 2130085354 -3989 118997767 -3990 1224264537 -3991 1976827214 -3992 1623553770 -3993 1741704112 -3994 256684942 -3995 650432166 -3996 66411579 -3997 445402120 -3998 151301462 -3999 1379729379 -4000 501441351 -4001 1688792343 -4002 231658475 -4003 551812940 -4004 1320383435 -4005 209050583 -4006 1503916969 -4007 352560198 -4008 1576283981 -4009 849022036 -4010 335831071 -4011 1719253052 -4012 193521274 -4013 1585642081 -4014 859960420 -4015 1408567355 -4016 731684776 -4017 946035243 -4018 647965766 -4019 714286482 -4020 1065033011 -4021 1872230303 -4022 543630048 -4023 541103133 -4024 1466450767 -4025 800314990 -4026 1191535299 -4027 1532862347 -4028 1245717111 -4029 1342836761 -4030 765108078 -4031 1747158462 -4032 884145456 -4033 996766554 -4034 151487754 -4035 57045243 -4036 1205817137 -4037 1655404724 -4038 409605442 -4039 634617470 -4040 356943112 -4041 745436513 -4042 206386874 -4043 550464386 -4044 183594947 -4045 1066347294 -4046 1959031742 -4047 915279723 -4048 2012382538 -4049 459513860 -4050 1629566206 -4051 929931901 -4052 184260515 -4053 25712606 -4054 1471035034 -4055 1650711282 -4056 826027597 -4057 515086685 -4058 1036089981 -4059 2071744708 -4060 1857923447 -4061 1801198060 -4062 1671419522 -4063 594585255 -4064 650480966 -4065 1822907277 -4066 651630499 -4067 1856298103 -4068 1330828353 -4069 1061235941 -4070 343431926 -4071 1687771465 -4072 1806672454 -4073 549818800 -4074 90752204 -4075 1990267401 -4076 1616166095 -4077 2049783946 -4078 758063477 -4079 1481064985 -4080 361814158 -4081 240146035 -4082 263513238 -4083 546074673 -4084 265858641 -4085 1734548272 -4086 49302307 -4087 1091886238 -4088 102151309 -4089 1085392289 -4090 1016147298 -4091 1960074756 -4092 739106701 -4093 540083173 -4094 407176364 -4095 1389587667 -4096 215506802 -4097 1058806863 -4098 1098402122 -4099 1546335155 -4100 2120042804 -4101 1441834048 -4102 1086622972 -4103 1779231610 -4104 1991652849 -4105 1177375176 -4106 1622015364 -4107 1460335296 -4108 1079675474 -4109 232595193 -4110 793916633 -4111 1441489632 -4112 472741228 -4113 1057429871 -4114 1987564305 -4115 738599869 -4116 644494495 -4117 2036866613 -4118 1830486108 -4119 746645804 -4120 974775254 -4121 699149758 -4122 559236913 -4123 1713881955 -4124 1239232931 -4125 966413277 -4126 955985974 -4127 1454739733 -4128 2025220140 -4129 2054388096 -4130 853591240 -4131 1997779296 -4132 1348738497 -4133 1940214213 -4134 1629527258 -4135 1192907698 -4136 970105741 -4137 1104058974 -4138 505759346 -4139 2049781216 -4140 1336654167 -4141 1299675979 -4142 1343787200 -4143 1809395395 -4144 209622202 -4145 1183867858 -4146 400511617 -4147 854116697 -4148 1073250823 -4149 83514077 -4150 1600762501 -4151 2048026077 -4152 782663835 -4153 12515766 -4154 1614424384 -4155 2021896767 -4156 978929043 -4157 422926710 -4158 1329152852 -4159 856665535 -4160 329831158 -4161 35260445 -4162 706961183 -4163 1678569655 -4164 1975474658 -4165 189004794 -4166 723993705 -4167 798096751 -4168 1293063768 -4169 1229753051 -4170 700394319 -4171 482234288 -4172 381945382 -4173 2044181520 -4174 144146035 -4175 591567584 -4176 1080565730 -4177 544657652 -4178 1445684281 -4179 6332905 -4180 628171729 -4181 898963135 -4182 2054358982 -4183 1410835565 -4184 911478901 -4185 1521299718 -4186 1285248684 -4187 1890407945 -4188 1944226428 -4189 466917888 -4190 599589832 -4191 126573938 -4192 502178333 -4193 1306551016 -4194 1805143594 -4195 330169343 -4196 1495555810 -4197 381653651 -4198 1128266095 -4199 641135930 -4200 1611406703 -4201 1828660414 -4202 1123370218 -4203 1993352085 -4204 1725358286 -4205 1267516254 -4206 437436022 -4207 658440368 -4208 1812173906 -4209 1883120303 -4210 664773273 -4211 292861988 -4212 634599790 -4213 571648607 -4214 1703697553 -4215 1546078692 -4216 2092948325 -4217 841462589 -4218 1289002989 -4219 1889691105 -4220 1308380477 -4221 1888592821 -4222 2016265044 -4223 1810558811 -4224 1047660189 -4225 1673924990 -4226 2140728154 -4227 395732351 -4228 2055578641 -4229 1121510601 -4230 1036868282 -4231 1519501696 -4232 802687368 -4233 12754852 -4234 1365370134 -4235 380562006 -4236 1280271106 -4237 1802806156 -4238 1039002375 -4239 944961365 -4240 1538442811 -4241 1703775648 -4242 1237823353 -4243 25558954 -4244 127940608 -4245 794037258 -4246 1571637646 -4247 73405285 -4248 1635499847 -4249 713156987 -4250 1963096391 -4251 796396676 -4252 454266160 -4253 1831877787 -4254 459471839 -4255 1501926350 -4256 1358319129 -4257 452716346 -4258 1897658701 -4259 1266414122 -4260 1574226947 -4261 787043335 -4262 638432171 -4263 229430667 -4264 799798188 -4265 2003802305 -4266 609992674 -4267 2080069294 -4268 1659124813 -4269 1648995049 -4270 877547011 -4271 1050083976 -4272 1205287049 -4273 2115370364 -4274 1075642930 -4275 1333227657 -4276 761923974 -4277 499796928 -4278 1406632943 -4279 249940173 -4280 1212953915 -4281 1222245686 -4282 1046336850 -4283 1667220076 -4284 906639825 -4285 1505808689 -4286 1021662778 -4287 117475306 -4288 1958525035 -4289 771837831 -4290 1383889428 -4291 1385268335 -4292 1558881167 -4293 2022321599 -4294 1614699002 -4295 211195707 -4296 1878640256 -4297 77208028 -4298 143781353 -4299 1390281421 -4300 1726203077 -4301 1021328365 -4302 292881750 -4303 784006479 -4304 989215081 -4305 1368524680 -4306 2117234136 -4307 1751139056 -4308 1868321609 -4309 1376383431 -4310 2001079229 -4311 933791876 -4312 451145469 -4313 899932431 -4314 453528304 -4315 1357785294 -4316 258257473 -4317 1475191082 -4318 1475260600 -4319 69298860 -4320 99545266 -4321 711666381 -4322 1454567195 -4323 1658426433 -4324 586504332 -4325 921782550 -4326 1869622140 -4327 317660941 -4328 998990578 -4329 2013403493 -4330 1707942362 -4331 577710008 -4332 887248210 -4333 2000824112 -4334 1361716487 -4335 1876463292 -4336 1221865145 -4337 1331466975 -4338 1480118700 -4339 942703106 -4340 560366759 -4341 1333714281 -4342 1876494982 -4343 1011512228 -4344 86163065 -4345 182539639 -4346 221813875 -4347 344420538 -4348 1657730721 -4349 1697074475 -4350 413719398 -4351 1757275987 -4352 261257208 -4353 1868286594 -4354 1268218772 -4355 847761541 -4356 642585496 -4357 990357264 -4358 1165422482 -4359 1641576074 -4360 856277110 -4361 725881196 -4362 71802434 -4363 1743525320 -4364 579221661 -4365 1433518921 -4366 1472504964 -4367 1801086806 -4368 617502249 -4369 805140016 -4370 596306264 -4371 1177869008 -4372 2138854298 -4373 325317598 -4374 41897588 -4375 77533715 -4376 507857237 -4377 263711463 -4378 421954253 -4379 18104311 -4380 1960785939 -4381 835673651 -4382 1775380298 -4383 74559499 -4384 556476597 -4385 896115423 -4386 922321040 -4387 1199062093 -4388 1886472687 -4389 2087743522 -4390 693154520 -4391 595266149 -4392 666141071 -4393 764956954 -4394 191307822 -4395 1245362732 -4396 50992228 -4397 1663812786 -4398 898965890 -4399 668494477 -4400 321469155 -4401 1495272154 -4402 1846363485 -4403 312839805 -4404 1820589752 -4405 1888261073 -4406 390373520 -4407 180963342 -4408 4488889 -4409 812327773 -4410 199067653 -4411 1965274828 -4412 1648001424 -4413 1974447951 -4414 2039834327 -4415 56994374 -4416 723079726 -4417 814671720 -4418 1256056467 -4419 462068766 -4420 754931594 -4421 1949210987 -4422 1057334915 -4423 1421072665 -4424 566684294 -4425 1248642737 -4426 518951749 -4427 617676522 -4428 764971876 -4429 1417917639 -4430 1286170999 -4431 1086441031 -4432 765706145 -4433 985050836 -4434 1399280836 -4435 438812250 -4436 725828261 -4437 1789654356 -4438 619775592 -4439 730317150 -4440 454498481 -4441 818843245 -4442 548108330 -4443 2102499905 -4444 645807548 -4445 440459010 -4446 12010631 -4447 1368887275 -4448 1255130730 -4449 1268067099 -4450 1830956041 -4451 2010062324 -4452 1069794438 -4453 740807308 -4454 1283651342 -4455 1636478732 -4456 1989450046 -4457 1802603091 -4458 106671606 -4459 606938274 -4460 1073037083 -4461 1392842605 -4462 1693379305 -4463 1838743228 -4464 230409793 -4465 945176493 -4466 130071830 -4467 956238055 -4468 587347201 -4469 749847422 -4470 1686555205 -4471 1041845682 -4472 1568690667 -4473 87179888 -4474 996861939 -4475 67014568 -4476 527638898 -4477 1008872571 -4478 1435901843 -4479 1782769628 -4480 129456022 -4481 1119374236 -4482 1645348304 -4483 1199250460 -4484 1860181544 -4485 781515998 -4486 688245545 -4487 1702147942 -4488 436635442 -4489 794917151 -4490 161602568 -4491 1509672525 -4492 40276109 -4493 1854981873 -4494 1200932105 -4495 270685902 -4496 652674718 -4497 1331003936 -4498 1226923957 -4499 1240021919 -4500 2080851358 -4501 765995515 -4502 134383953 -4503 1502058378 -4504 853175403 -4505 1131245893 -4506 1569072946 -4507 1380814301 -4508 2140118464 -4509 857491141 -4510 1016100281 -4511 122090838 -4512 1976865377 -4513 513964937 -4514 1321341298 -4515 1689563273 -4516 1295480936 -4517 2009586843 -4518 1244227568 -4519 1732116378 -4520 657020347 -4521 1405830136 -4522 1094305255 -4523 697296456 -4524 1113328362 -4525 147753712 -4526 967982358 -4527 1766003080 -4528 1478757648 -4529 47422668 -4530 858541352 -4531 1412125359 -4532 813418183 -4533 992925305 -4534 766700089 -4535 1666593586 -4536 2124171198 -4537 188289387 -4538 899924239 -4539 2116806014 -4540 1045780528 -4541 1916024520 -4542 91413204 -4543 875162257 -4544 282505809 -4545 1412754503 -4546 417241882 -4547 1577986745 -4548 1274857698 -4549 1661469450 -4550 1162619475 -4551 1931878045 -4552 919815939 -4553 109441082 -4554 481690853 -4555 2033144301 -4556 257194795 -4557 1449673212 -4558 1651663733 -4559 1735952443 -4560 1497095880 -4561 362721437 -4562 1000594154 -4563 163030415 -4564 1355646743 -4565 1767294243 -4566 1829624001 -4567 1332334293 -4568 1955583630 -4569 582064592 -4570 1301656660 -4571 853880510 -4572 350605464 -4573 1393069864 -4574 1729042767 -4575 633111273 -4576 658340719 -4577 2146284650 -4578 63614371 -4579 1933198418 -4580 1660270452 -4581 1226233846 -4582 1717592815 -4583 432602743 -4584 1335674929 -4585 51800021 -4586 318263396 -4587 1592869724 -4588 1501473233 -4589 1969927130 -4590 1181338519 -4591 851085465 -4592 185164919 -4593 34449026 -4594 1014115880 -4595 1540811662 -4596 1801743269 -4597 696256233 -4598 725662308 -4599 1609843252 -4600 1278320825 -4601 2027318968 -4602 316240114 -4603 1628926289 -4604 1272905184 -4605 2045282882 -4606 114553914 -4607 1931245904 -4608 2044083884 -4609 178168285 -4610 1716960674 -4611 1556870688 -4612 1404402132 -4613 1287069841 -4614 1989473432 -4615 592593413 -4616 1338869862 -4617 160253180 -4618 37979489 -4619 692859447 -4620 2130180310 -4621 1219318008 -4622 1543944912 -4623 167861582 -4624 1253767034 -4625 410577144 -4626 1708673244 -4627 908026656 -4628 1106833377 -4629 286851904 -4630 370386260 -4631 237670554 -4632 166687224 -4633 686626374 -4634 1866596843 -4635 1439592409 -4636 584425608 -4637 1981150758 -4638 1223354665 -4639 481025844 -4640 11835395 -4641 792831691 -4642 2037896533 -4643 1416237527 -4644 2079901532 -4645 1879886317 -4646 2008830940 -4647 1271287747 -4648 2040139497 -4649 2046810429 -4650 1964147194 -4651 2022836160 -4652 1118644790 -4653 1360608459 -4654 43214094 -4655 224928176 -4656 1771185603 -4657 1751887338 -4658 1132954832 -4659 730535333 -4660 2038739243 -4661 1503341092 -4662 968205887 -4663 57942819 -4664 42483819 -4665 687319083 -4666 1497535228 -4667 626909427 -4668 520986193 -4669 573406245 -4670 1107935272 -4671 532821588 -4672 1366237936 -4673 998348157 -4674 1949059116 -4675 1298655821 -4676 730750826 -4677 1810406408 -4678 422459920 -4679 623406675 -4680 1709733190 -4681 239123466 -4682 498759187 -4683 680894332 -4684 1599731925 -4685 541973281 -4686 905822508 -4687 1223433881 -4688 146376972 -4689 2038777341 -4690 1953969214 -4691 37632567 -4692 1394634785 -4693 774691453 -4694 95575386 -4695 1437118604 -4696 1462010536 -4697 1593110615 -4698 2064028032 -4699 1982996729 -4700 19033212 -4701 1024479656 -4702 368334670 -4703 1385271149 -4704 2022827813 -4705 169910138 -4706 536443322 -4707 606094991 -4708 1980316546 -4709 958903242 -4710 1229501666 -4711 1542566088 -4712 1198026708 -4713 1728260854 -4714 75976772 -4715 650274986 -4716 122750487 -4717 981799281 -4718 1873708867 -4719 269127459 -4720 873092974 -4721 1680194433 -4722 306760026 -4723 120244111 -4724 307402238 -4725 402335413 -4726 1557362716 -4727 1769412775 -4728 1995446028 -4729 1473907100 -4730 1604925856 -4731 2014479240 -4732 350903108 -4733 1973260526 -4734 1252266741 -4735 226247273 -4736 2143170664 -4737 1788710063 -4738 832342264 -4739 1976003563 -4740 600129657 -4741 2061843930 -4742 1371086003 -4743 1798156366 -4744 1642621136 -4745 1447062776 -4746 300947704 -4747 1765371624 -4748 281378409 -4749 27172923 -4750 2034499083 -4751 1154471383 -4752 1707367356 -4753 193775462 -4754 1274715494 -4755 2014769594 -4756 596110875 -4757 684594562 -4758 1636698721 -4759 444073255 -4760 11018014 -4761 1094140930 -4762 311068847 -4763 361921122 -4764 919917808 -4765 1563335589 -4766 588168395 -4767 915604825 -4768 1204562004 -4769 1420510659 -4770 744124740 -4771 1804691662 -4772 1334870942 -4773 2115210743 -4774 1455364380 -4775 830008430 -4776 1414789871 -4777 1756312084 -4778 447896406 -4779 1696168280 -4780 1783485007 -4781 334911842 -4782 703156015 -4783 1343368715 -4784 528687304 -4785 1977871510 -4786 1210654661 -4787 1124798179 -4788 514982424 -4789 699869735 -4790 1568871434 -4791 526000439 -4792 1794010665 -4793 1879940281 -4794 887921561 -4795 566444825 -4796 1295792222 -4797 1476089957 -4798 1482049650 -4799 352870579 -4800 749116968 -4801 78690742 -4802 10078593 -4803 2083987910 -4804 46417838 -4805 1465442973 -4806 766512693 -4807 1461207709 -4808 1074271409 -4809 1214409099 -4810 1009892342 -4811 710272768 -4812 1549320941 -4813 1713048357 -4814 2053641483 -4815 2078008245 -4816 1543436219 -4817 1116812496 -4818 1055322776 -4819 2058418644 -4820 1816682231 -4821 476710562 -4822 436935435 -4823 1463209248 -4824 209167196 -4825 1324856996 -4826 2029654074 -4827 1504959418 -4828 653463305 -4829 1364220076 -4830 1857829997 -4831 1402580274 -4832 1442910819 -4833 1867908590 -4834 1339084536 -4835 1489328657 -4836 1185867915 -4837 2105597229 -4838 803052718 -4839 112655676 -4840 1172522681 -4841 1812945060 -4842 822928444 -4843 574359974 -4844 1378509770 -4845 729086279 -4846 504884572 -4847 774462341 -4848 1845898776 -4849 1560207348 -4850 685397337 -4851 1515097359 -4852 2036917911 -4853 1122332772 -4854 830822960 -4855 98601459 -4856 299706121 -4857 712993386 -4858 1603560877 -4859 953169426 -4860 2077213462 -4861 1313907227 -4862 208266052 -4863 1372640633 -4864 1034332169 -4865 1547350589 -4866 714485642 -4867 72716437 -4868 1505464170 -4869 1517538361 -4870 185372113 -4871 530503203 -4872 1182999773 -4873 1008300558 -4874 1104863178 -4875 414025895 -4876 1737386837 -4877 1609747750 -4878 1188488237 -4879 1435801965 -4880 1022471450 -4881 1873885574 -4882 803415677 -4883 911905713 -4884 848734699 -4885 1634238637 -4886 1010507172 -4887 1148440820 -4888 199748375 -4889 466584402 -4890 2101610246 -4891 129478189 -4892 1780491629 -4893 162392651 -4894 1502118823 -4895 667340150 -4896 1709743240 -4897 69120817 -4898 740056587 -4899 1067723762 -4900 1586659178 -4901 925428701 -4902 1598226966 -4903 622175304 -4904 1933729259 -4905 555606496 -4906 1036201199 -4907 1523632448 -4908 17870598 -4909 77205788 -4910 811950766 -4911 1040342048 -4912 1951091363 -4913 1615366443 -4914 1952247762 -4915 652342414 -4916 1102121432 -4917 815271286 -4918 1800783234 -4919 1301869807 -4920 1281855688 -4921 1754909832 -4922 1431347996 -4923 914863669 -4924 1917302483 -4925 785983171 -4926 1582203820 -4927 1479562075 -4928 855103989 -4929 174776759 -4930 399802190 -4931 294279519 -4932 1100205460 -4933 1998029156 -4934 916454823 -4935 886451071 -4936 406152004 -4937 1952656023 -4938 262599872 -4939 424022602 -4940 2029861811 -4941 1074550638 -4942 1464364650 -4943 1833469526 -4944 542433433 -4945 1269128764 -4946 338328292 -4947 1644554865 -4948 2084400051 -4949 2139111526 -4950 798941024 -4951 1218772091 -4952 1746537711 -4953 82805372 -4954 2133635761 -4955 1516356546 -4956 868788544 -4957 1568355933 -4958 848434974 -4959 1723892533 -4960 1743132692 -4961 1248237164 -4962 2018172052 -4963 695854505 -4964 1098782672 -4965 787143228 -4966 1582305576 -4967 1504934676 -4968 592315603 -4969 1844905448 -4970 1928957278 -4971 474693766 -4972 771972438 -4973 1245838280 -4974 160679645 -4975 1314405871 -4976 367483397 -4977 499007937 -4978 811477088 -4979 304399800 -4980 490635816 -4981 1610418112 -4982 1523171891 -4983 89689879 -4984 1693223485 -4985 1509324004 -4986 1606046425 -4987 414528381 -4988 930196289 -4989 306997751 -4990 2138420914 -4991 525845334 -4992 1555234915 -4993 2009109318 -4994 1221699839 -4995 506533939 -4996 648768898 -4997 656521767 -4998 2011468615 -4999 1241084501 -5000 353943568 -5001 1792942245 -5002 1715778268 -5003 1125916006 -5004 891296878 -5005 1876457913 -5006 292838230 -5007 1258780275 -5008 227982202 -5009 1104315318 -5010 1563180075 -5011 718618018 -5012 567249783 -5013 938868318 -5014 808307897 -5015 112989620 -5016 300708675 -5017 266870675 -5018 527518001 -5019 1230904964 -5020 573868426 -5021 518455267 -5022 1756750298 -5023 2129103342 -5024 380080937 -5025 830966489 -5026 488153633 -5027 1028849836 -5028 1487488257 -5029 352138601 -5030 122450689 -5031 1841431825 -5032 2145080846 -5033 1838228957 -5034 819864183 -5035 888894076 -5036 1567203222 -5037 1112702413 -5038 190703 -5039 1795185425 -5040 69534084 -5041 1563370778 -5042 366319795 -5043 636783867 -5044 354755449 -5045 1174627693 -5046 749773487 -5047 655464124 -5048 1441498368 -5049 1277291488 -5050 1886369088 -5051 2015366794 -5052 1795746755 -5053 1495635739 -5054 1996986488 -5055 28344044 -5056 179118580 -5057 337656474 -5058 1057193880 -5059 1666606837 -5060 689795075 -5061 1179644570 -5062 1360555014 -5063 687392273 -5064 870389879 -5065 32935550 -5066 1576286350 -5067 290109454 -5068 1145637963 -5069 1576477053 -5070 2085294879 -5071 1215172047 -5072 992364184 -5073 304131026 -5074 1851955914 -5075 1347119633 -5076 1478758719 -5077 454245753 -5078 2002583757 -5079 772773439 -5080 1731537241 -5081 1741469197 -5082 640656586 -5083 1379800348 -5084 1089621288 -5085 490159426 -5086 1408144393 -5087 1268739869 -5088 827815900 -5089 317854625 -5090 787863058 -5091 1517610975 -5092 1497499195 -5093 934425 -5094 57519601 -5095 220405427 -5096 33869975 -5097 1633805951 -5098 510514881 -5099 1179507938 -5100 1062799356 -5101 448326112 -5102 247196338 -5103 2055163540 -5104 752457138 -5105 2099152252 -5106 1254799525 -5107 83732210 -5108 405914358 -5109 1109899634 -5110 856505649 -5111 2137451599 -5112 703885184 -5113 1497162235 -5114 1369768300 -5115 1793506472 -5116 1987321662 -5117 630429045 -5118 914762693 -5119 667653914 -5120 948283670 -5121 1702625752 -5122 37781242 -5123 298299218 -5124 1703560177 -5125 95300843 -5126 518704645 -5127 1737430152 -5128 1729106794 -5129 1029219526 -5130 769454442 -5131 644422502 -5132 1477545638 -5133 1016650780 -5134 552102395 -5135 82519128 -5136 968319385 -5137 1806901920 -5138 166251338 -5139 1374233743 -5140 769317907 -5141 1022756988 -5142 1364201694 -5143 1473203091 -5144 372435575 -5145 586486346 -5146 1119225915 -5147 212273589 -5148 1216915391 -5149 2033988609 -5150 879927504 -5151 17715414 -5152 1589130713 -5153 917708746 -5154 316014632 -5155 1145207242 -5156 1013009589 -5157 834719277 -5158 735153746 -5159 594632735 -5160 1863938803 -5161 1504608188 -5162 1239055237 -5163 1194000793 -5164 373775321 -5165 1791157632 -5166 1276519921 -5167 1342094706 -5168 1450575905 -5169 1442771260 -5170 568844801 -5171 72410164 -5172 318044600 -5173 1933046495 -5174 1545613255 -5175 690480175 -5176 372049194 -5177 517355522 -5178 902753765 -5179 1588964585 -5180 403860483 -5181 1782681269 -5182 1606679999 -5183 1992991196 -5184 552906367 -5185 1922694631 -5186 990714790 -5187 1565915956 -5188 609930260 -5189 1725868536 -5190 13065043 -5191 326385415 -5192 1082993077 -5193 1252120280 -5194 1520386208 -5195 1456768398 -5196 895794265 -5197 649422482 -5198 651379456 -5199 198886522 -5200 2092193742 -5201 1220224257 -5202 271296686 -5203 262754694 -5204 1005787104 -5205 1816909941 -5206 953234869 -5207 1377836298 -5208 186781815 -5209 1855988634 -5210 819317236 -5211 590642299 -5212 1491186255 -5213 278513587 -5214 436149847 -5215 2044092622 -5216 53724571 -5217 1426864638 -5218 1462524930 -5219 663654831 -5220 1005249526 -5221 1475589973 -5222 990040247 -5223 2088242603 -5224 580226606 -5225 362942807 -5226 1397527353 -5227 1476020871 -5228 1012365289 -5229 2048906809 -5230 1674907393 -5231 957075383 -5232 1121647418 -5233 1946204079 -5234 1219830077 -5235 2127434523 -5236 1615630372 -5237 25581299 -5238 1357787173 -5239 1802412187 -5240 1881569933 -5241 29620761 -5242 245570838 -5243 1225272541 -5244 308134349 -5245 681720686 -5246 1121881515 -5247 361858920 -5248 2108585324 -5249 436922798 -5250 1025513751 -5251 966351202 -5252 1912512771 -5253 2015553998 -5254 907110158 -5255 345255729 -5256 231013158 -5257 157153863 -5258 1821276600 -5259 1243378447 -5260 58577025 -5261 1348700345 -5262 52970183 -5263 1180224443 -5264 1147420776 -5265 1272800260 -5266 1160175318 -5267 615567500 -5268 1298381559 -5269 370478844 -5270 270496040 -5271 1032467845 -5272 400099605 -5273 516066878 -5274 110256738 -5275 708233954 -5276 1197787564 -5277 1232138253 -5278 1070092874 -5279 1158889240 -5280 1669061051 -5281 2095606626 -5282 2125240443 -5283 1434090175 -5284 1963676976 -5285 884866953 -5286 1779345904 -5287 47206486 -5288 1042020816 -5289 1453138857 -5290 1290584934 -5291 1100597841 -5292 654355554 -5293 1343555117 -5294 133338637 -5295 1801776331 -5296 468871729 -5297 1293513955 -5298 269860183 -5299 1767253289 -5300 1663992799 -5301 540356223 -5302 652237486 -5303 2064092405 -5304 1056423102 -5305 762494224 -5306 624842711 -5307 106727018 -5308 1994632477 -5309 1694935586 -5310 1265616259 -5311 1516209881 -5312 1643058564 -5313 1243373054 -5314 802816408 -5315 1459251892 -5316 2128240007 -5317 434678664 -5318 1506458379 -5319 1022777175 -5320 1887817521 -5321 649559665 -5322 2123375017 -5323 394689428 -5324 1993114782 -5325 109230006 -5326 48982111 -5327 314502863 -5328 1402743961 -5329 318842294 -5330 2081756152 -5331 919253113 -5332 859198518 -5333 586509990 -5334 835861870 -5335 1915621620 -5336 1349004214 -5337 1460704581 -5338 2022348638 -5339 1196153044 -5340 1008156519 -5341 1140481249 -5342 564879277 -5343 503731435 -5344 236370655 -5345 1367695685 -5346 1962983328 -5347 217127014 -5348 1802374349 -5349 1321958059 -5350 1239904190 -5351 1542708223 -5352 1971517724 -5353 1215795559 -5354 1937397651 -5355 1817148858 -5356 1325025565 -5357 1986379762 -5358 2131651721 -5359 580285878 -5360 157738408 -5361 2065924226 -5362 1499538991 -5363 1016936926 -5364 504950568 -5365 187917213 -5366 785074898 -5367 1853954783 -5368 1648621795 -5369 659939889 -5370 902624179 -5371 509294666 -5372 1800421138 -5373 1467503456 -5374 1013026102 -5375 2036791794 -5376 687715493 -5377 828525782 -5378 106435160 -5379 342606194 -5380 3000193 -5381 1346339350 -5382 1885314417 -5383 1974517917 -5384 414651261 -5385 1675228420 -5386 1644183127 -5387 1739676826 -5388 1514124534 -5389 1628351200 -5390 172479057 -5391 1671862943 -5392 1546791778 -5393 1672018048 -5394 541316221 -5395 2051742347 -5396 1859935262 -5397 1326391120 -5398 1758213482 -5399 1361073409 -5400 1986331009 -5401 513354013 -5402 1870368075 -5403 1639268499 -5404 1980857469 -5405 735910529 -5406 1528576645 -5407 521089314 -5408 1564436311 -5409 1635011806 -5410 863695508 -5411 1567436504 -5412 833867508 -5413 601526278 -5414 1394470773 -5415 1248518770 -5416 129271050 -5417 891170252 -5418 840711948 -5419 1643395585 -5420 372037805 -5421 1013191005 -5422 1167774880 -5423 1918829583 -5424 537725406 -5425 1709091101 -5426 1823088282 -5427 250177020 -5428 887998573 -5429 1433818116 -5430 1611250429 -5431 726845934 -5432 1947172129 -5433 1334134856 -5434 218630786 -5435 1780545950 -5436 2070045386 -5437 1747207431 -5438 154151616 -5439 1486998049 -5440 1234735589 -5441 1017847125 -5442 906950906 -5443 2068603098 -5444 1619373403 -5445 153938031 -5446 1169638220 -5447 1748644453 -5448 1045108284 -5449 2010350168 -5450 1244556390 -5451 1417146089 -5452 876057526 -5453 264847622 -5454 1188492024 -5455 1413782932 -5456 1973938724 -5457 864096659 -5458 1663959952 -5459 714453649 -5460 150431127 -5461 1127726733 -5462 1441299584 -5463 2097603257 -5464 314377941 -5465 1659930370 -5466 1730665559 -5467 236939679 -5468 1259654153 -5469 1884817176 -5470 1723937729 -5471 346906095 -5472 755180653 -5473 483404987 -5474 268025545 -5475 227070408 -5476 637343018 -5477 1437663765 -5478 1975714861 -5479 1682451302 -5480 1300530285 -5481 1072787604 -5482 952113743 -5483 29104163 -5484 1337635226 -5485 2140605768 -5486 1442887095 -5487 1164090302 -5488 857218779 -5489 959363399 -5490 1878543952 -5491 1007649906 -5492 2087090132 -5493 1172359888 -5494 957769515 -5495 253984426 -5496 684806610 -5497 540951427 -5498 490924105 -5499 1944460763 -5500 278284955 -5501 67378186 -5502 143883210 -5503 1033465608 -5504 550783173 -5505 411908755 -5506 1260536016 -5507 1188126192 -5508 1849572520 -5509 1088767229 -5510 723093846 -5511 1002619158 -5512 14071185 -5513 1675207590 -5514 1031723321 -5515 1351706412 -5516 1668329710 -5517 327126769 -5518 368313066 -5519 378064841 -5520 1286490168 -5521 99373370 -5522 1385714747 -5523 1226096653 -5524 1271733258 -5525 196000615 -5526 1480081079 -5527 1956539868 -5528 736952042 -5529 1971005184 -5530 1753516984 -5531 1015236997 -5532 2038383371 -5533 1897400194 -5534 2048702605 -5535 441682896 -5536 161825302 -5537 1161754973 -5538 1629809088 -5539 2011397822 -5540 103038554 -5541 205419287 -5542 866533332 -5543 117109740 -5544 1880626877 -5545 1898256654 -5546 1468816152 -5547 1401472939 -5548 77899775 -5549 1837129218 -5550 1779537780 -5551 1364389943 -5552 1936502589 -5553 1017768879 -5554 443002948 -5555 1060752199 -5556 1213769494 -5557 1923084027 -5558 869808420 -5559 1950721536 -5560 1746605564 -5561 475841756 -5562 818474885 -5563 1637505287 -5564 225758302 -5565 719693842 -5566 2079188183 -5567 387583604 -5568 1881448815 -5569 1561513624 -5570 251497779 -5571 1984487370 -5572 1766932911 -5573 1118031111 -5574 2101597110 -5575 1500076140 -5576 868804117 -5577 1422929614 -5578 754065431 -5579 946703892 -5580 1112575184 -5581 386119563 -5582 163610188 -5583 901594125 -5584 1403888442 -5585 606613136 -5586 1962346325 -5587 470174289 -5588 382213516 -5589 684671097 -5590 273412177 -5591 2128819080 -5592 1160512853 -5593 1091887063 -5594 1618840719 -5595 1386271155 -5596 1811580905 -5597 1550545254 -5598 1773854760 -5599 1545546073 -5600 964575230 -5601 2025352539 -5602 1382549795 -5603 584024493 -5604 995900002 -5605 1336663257 -5606 2084100633 -5607 1864704120 -5608 612109223 -5609 690682416 -5610 663924364 -5611 1724684407 -5612 1076801979 -5613 827534552 -5614 478794885 -5615 333206774 -5616 1434147689 -5617 293657562 -5618 803381063 -5619 1816361205 -5620 978328659 -5621 1076793240 -5622 1797696637 -5623 2138841512 -5624 21196655 -5625 1269053708 -5626 1377629019 -5627 1832777561 -5628 672115314 -5629 1004000131 -5630 1230839986 -5631 1636690545 -5632 881869022 -5633 465906133 -5634 73231390 -5635 1877769025 -5636 1802569390 -5637 9848376 -5638 1594989497 -5639 267194965 -5640 700530792 -5641 111430213 -5642 1991879372 -5643 1777332772 -5644 938964766 -5645 323190609 -5646 2110539546 -5647 225628807 -5648 616848171 -5649 766436961 -5650 2041990012 -5651 1595176830 -5652 1843230201 -5653 1692203001 -5654 1586534694 -5655 1864426857 -5656 813773061 -5657 816680066 -5658 1549720770 -5659 1485888375 -5660 1820680197 -5661 633077108 -5662 975095272 -5663 555065572 -5664 1098983241 -5665 1048326663 -5666 285350949 -5667 754068983 -5668 1058175039 -5669 1880340446 -5670 1021263948 -5671 1758705831 -5672 1991770659 -5673 865659672 -5674 1388554955 -5675 783251777 -5676 1188850282 -5677 1351610853 -5678 1008880584 -5679 1805698453 -5680 2118047814 -5681 903386948 -5682 1253391636 -5683 1813794368 -5684 448106301 -5685 692442682 -5686 1530737577 -5687 1261879362 -5688 1509122748 -5689 932974699 -5690 600284090 -5691 1182319298 -5692 1566051807 -5693 1575379362 -5694 1737384870 -5695 517551400 -5696 476222377 -5697 2022735819 -5698 1271620383 -5699 1534397416 -5700 1755592617 -5701 145400683 -5702 1145619600 -5703 1599879628 -5704 1011060355 -5705 386690907 -5706 235647758 -5707 52426989 -5708 1738301761 -5709 1244528342 -5710 1858125443 -5711 1708865927 -5712 431643 -5713 964033431 -5714 1375176647 -5715 448537944 -5716 1656476113 -5717 758430576 -5718 1710417307 -5719 1018115214 -5720 1691405275 -5721 163217749 -5722 52950864 -5723 1109973434 -5724 1738597111 -5725 1790335734 -5726 1627524834 -5727 67335841 -5728 1665587905 -5729 751661569 -5730 1601733257 -5731 1273696874 -5732 897062252 -5733 599869209 -5734 726092854 -5735 1908122608 -5736 986560117 -5737 961740612 -5738 1960549597 -5739 577378230 -5740 58785307 -5741 1671191392 -5742 138760509 -5743 59216950 -5744 487741175 -5745 1513937157 -5746 507754894 -5747 2144217289 -5748 124884085 -5749 70688553 -5750 1014848855 -5751 1816289361 -5752 233906302 -5753 1067799719 -5754 778779147 -5755 1972503414 -5756 710651805 -5757 258820334 -5758 2039839255 -5759 228756062 -5760 1010481903 -5761 1494088864 -5762 1502452936 -5763 1907544156 -5764 2093958074 -5765 81062142 -5766 1668183116 -5767 933034543 -5768 1042802755 -5769 1481249065 -5770 1510412773 -5771 1101588062 -5772 1004956810 -5773 1649173282 -5774 1160805012 -5775 1492697985 -5776 1015626791 -5777 1668559906 -5778 1489431626 -5779 1140510877 -5780 1739248460 -5781 356796833 -5782 809316590 -5783 1973154762 -5784 1424596552 -5785 1588095737 -5786 1798174528 -5787 2135248357 -5788 1846916071 -5789 1690530135 -5790 216520771 -5791 709914327 -5792 1037135352 -5793 1718973707 -5794 469974835 -5795 983609778 -5796 1800035850 -5797 2138157951 -5798 1916644321 -5799 695354957 -5800 1471923368 -5801 1279573446 -5802 1796943019 -5803 329396530 -5804 781263080 -5805 810264383 -5806 1822094516 -5807 1796889872 -5808 331340641 -5809 1164042494 -5810 789917101 -5811 2070589101 -5812 1520839328 -5813 1599233691 -5814 1896260216 -5815 797952232 -5816 1039845780 -5817 1546951096 -5818 785716942 -5819 739278204 -5820 1089997584 -5821 1002237713 -5822 1449192531 -5823 2127132936 -5824 573727773 -5825 1919167366 -5826 963259066 -5827 226279975 -5828 1909841669 -5829 732419739 -5830 921634932 -5831 1234281389 -5832 2011993185 -5833 571094303 -5834 1563677920 -5835 645772617 -5836 1381358686 -5837 1238288788 -5838 295178841 -5839 1712699327 -5840 254847634 -5841 1085095942 -5842 1635804781 -5843 1775686962 -5844 536845985 -5845 1384581349 -5846 426155547 -5847 1576691766 -5848 784048797 -5849 1211872489 -5850 168486322 -5851 1874046381 -5852 66626554 -5853 1617678853 -5854 1853695669 -5855 640354327 -5856 1389362571 -5857 669471087 -5858 866634302 -5859 1151720592 -5860 1401890826 -5861 1788269234 -5862 238518333 -5863 1266400363 -5864 211879889 -5865 1802196253 -5866 1912172981 -5867 1593238575 -5868 893001393 -5869 59868174 -5870 1158454255 -5871 1147849028 -5872 1144964117 -5873 646775388 -5874 776052342 -5875 1681810102 -5876 2031356737 -5877 1202207889 -5878 1111018220 -5879 667921886 -5880 266596730 -5881 1279504542 -5882 394484620 -5883 333223285 -5884 749699747 -5885 100696641 -5886 973577612 -5887 2139062318 -5888 770167729 -5889 1840211915 -5890 1143299262 -5891 24574907 -5892 1480997501 -5893 1381817596 -5894 1290975271 -5895 1692877391 -5896 1036530201 -5897 1055664604 -5898 1138632318 -5899 1929531595 -5900 1115532778 -5901 149602925 -5902 929896975 -5903 113013247 -5904 796378313 -5905 1705949317 -5906 1794823350 -5907 680251402 -5908 760673559 -5909 758357922 -5910 1348173289 -5911 1027270289 -5912 2037862465 -5913 1742657909 -5914 1360493574 -5915 640078564 -5916 1843354550 -5917 186587539 -5918 631657235 -5919 466038631 -5920 2026799454 -5921 1774956497 -5922 490613539 -5923 1360313307 -5924 1009290445 -5925 1781588810 -5926 905707050 -5927 2045820647 -5928 689769766 -5929 2044339369 -5930 1827868594 -5931 1805302544 -5932 46458646 -5933 610281921 -5934 1918315792 -5935 842836960 -5936 168747590 -5937 1565655494 -5938 1523088362 -5939 929421149 -5940 176529768 -5941 723778003 -5942 1956691439 -5943 66908585 -5944 318952264 -5945 1169701365 -5946 706987150 -5947 14823167 -5948 1356288904 -5949 1338644385 -5950 480861798 -5951 1235604710 -5952 966117234 -5953 971475337 -5954 448434370 -5955 1975407680 -5956 605580499 -5957 1354141420 -5958 1873744679 -5959 1295350265 -5960 1250997141 -5961 1554129625 -5962 953169162 -5963 1297455788 -5964 16927898 -5965 724001306 -5966 2140292748 -5967 185675488 -5968 142173152 -5969 1515897462 -5970 1115096638 -5971 318702920 -5972 92191818 -5973 924304429 -5974 385611506 -5975 411144082 -5976 2094005794 -5977 1092598656 -5978 425967249 -5979 1302811051 -5980 283759393 -5981 906829048 -5982 390932113 -5983 1249876627 -5984 1878304385 -5985 839366483 -5986 1077800659 -5987 336401237 -5988 46024256 -5989 804061690 -5990 1631751502 -5991 1297021397 -5992 210707667 -5993 437437016 -5994 446993537 -5995 227635565 -5996 1161438322 -5997 439802637 -5998 413311054 -5999 1303611474 -6000 1955700100 -6001 1528407692 -6002 1622314395 -6003 2047891918 -6004 305228473 -6005 2007925901 -6006 311552352 -6007 251750619 -6008 953040909 -6009 737519602 -6010 1554561670 -6011 1236800302 -6012 1644348650 -6013 1945493784 -6014 339193281 -6015 1375169387 -6016 637376619 -6017 1416993941 -6018 1711570624 -6019 683400875 -6020 73571983 -6021 1195838479 -6022 1980422273 -6023 284279651 -6024 1633275495 -6025 279932162 -6026 511915216 -6027 647230170 -6028 719734800 -6029 925226270 -6030 1950841644 -6031 527951252 -6032 306150314 -6033 1425672391 -6034 428359522 -6035 611378787 -6036 1286114644 -6037 739911874 -6038 863129407 -6039 91671905 -6040 1477431476 -6041 270207429 -6042 1328472207 -6043 974296478 -6044 68217565 -6045 1667665489 -6046 201982218 -6047 705594185 -6048 937175782 -6049 1913552842 -6050 1388995060 -6051 1010747765 -6052 961907673 -6053 1221933685 -6054 1295027416 -6055 447699521 -6056 1501865848 -6057 1806942633 -6058 1094929691 -6059 74117000 -6060 584685255 -6061 898287687 -6062 602068252 -6063 890835570 -6064 176476431 -6065 1030427774 -6066 1502214357 -6067 1462591075 -6068 1770339648 -6069 217860116 -6070 1554262981 -6071 1100287477 -6072 488067546 -6073 735251540 -6074 2074583955 -6075 556285111 -6076 255433381 -6077 129082525 -6078 1261879296 -6079 1192609163 -6080 2042635368 -6081 503390709 -6082 55873281 -6083 857059393 -6084 1725324394 -6085 1350900697 -6086 1304758914 -6087 1079706594 -6088 1010359682 -6089 252204957 -6090 1153823594 -6091 1595044938 -6092 1150492645 -6093 1755891846 -6094 338396860 -6095 1326969076 -6096 638835972 -6097 1840611217 -6098 642076503 -6099 261691973 -6100 2058471334 -6101 48855836 -6102 1361979450 -6103 399055232 -6104 784107377 -6105 1289079757 -6106 955340343 -6107 1039540758 -6108 1418162283 -6109 69735992 -6110 84666274 -6111 1313314003 -6112 573126701 -6113 140539555 -6114 22889748 -6115 150967447 -6116 1491440252 -6117 1327648663 -6118 1230674042 -6119 354316287 -6120 1579853620 -6121 237013988 -6122 1949361225 -6123 582862617 -6124 1992905835 -6125 140274437 -6126 1909831693 -6127 484258159 -6128 1980885654 -6129 404424549 -6130 745950132 -6131 1891873340 -6132 453280385 -6133 2107929582 -6134 143444924 -6135 1237387762 -6136 1249525692 -6137 1098785268 -6138 129444873 -6139 520204327 -6140 1168521260 -6141 214111147 -6142 1833518330 -6143 1741647961 -6144 354650702 -6145 1856408078 -6146 1892615408 -6147 1846090954 -6148 1036573093 -6149 975805802 -6150 52923593 -6151 468943066 -6152 1212819791 -6153 2002284818 -6154 1051805683 -6155 1058241978 -6156 2142559255 -6157 814153729 -6158 1542500137 -6159 1975961262 -6160 1218578278 -6161 140966622 -6162 1720350954 -6163 1671858663 -6164 101412556 -6165 1863795879 -6166 761762778 -6167 1350938248 -6168 815097499 -6169 891207651 -6170 1871142575 -6171 1983618759 -6172 1105318798 -6173 1557177257 -6174 1577783072 -6175 1459969500 -6176 1266101688 -6177 1322914832 -6178 1158576806 -6179 155191133 -6180 151236987 -6181 1211500400 -6182 624134199 -6183 1364056778 -6184 1066301570 -6185 1675939883 -6186 274815108 -6187 1061377178 -6188 342609964 -6189 1817315245 -6190 889854792 -6191 1561188242 -6192 1958281867 -6193 462722098 -6194 1085563257 -6195 2059694424 -6196 179034329 -6197 1847326035 -6198 1263149024 -6199 994131828 -6200 591050038 -6201 986807952 -6202 830266939 -6203 1696368836 -6204 396501561 -6205 260566363 -6206 1008854688 -6207 1662603249 -6208 1583481196 -6209 19947847 -6210 1817794383 -6211 1734718183 -6212 1231448247 -6213 294444934 -6214 951291313 -6215 150266169 -6216 1970384817 -6217 1226106421 -6218 1211643347 -6219 165511133 -6220 895938018 -6221 2101498139 -6222 1726699375 -6223 706736238 -6224 416736590 -6225 664778985 -6226 618947014 -6227 595770919 -6228 364621372 -6229 1882096038 -6230 1589902748 -6231 955671411 -6232 721420342 -6233 272686039 -6234 504556599 -6235 1117921904 -6236 533252403 -6237 1513411288 -6238 633041505 -6239 2116733599 -6240 1533359135 -6241 303352240 -6242 1703968134 -6243 617323734 -6244 597797175 -6245 507775799 -6246 767589903 -6247 420698344 -6248 1733882220 -6249 1979233251 -6250 586209478 -6251 482336590 -6252 1933247742 -6253 165425205 -6254 1189072828 -6255 202500684 -6256 830204190 -6257 1808019842 -6258 798271604 -6259 1194825563 -6260 1542632233 -6261 240690704 -6262 3013326 -6263 116568927 -6264 513376743 -6265 507569925 -6266 1234490831 -6267 1046629146 -6268 2020981213 -6269 1867532337 -6270 1015879097 -6271 1406856700 -6272 23400929 -6273 572363583 -6274 2024180434 -6275 621198104 -6276 1080139382 -6277 644286690 -6278 1041896449 -6279 666537954 -6280 476036293 -6281 1628105927 -6282 1148874545 -6283 261800387 -6284 1793531132 -6285 190463725 -6286 464301072 -6287 476251675 -6288 1998483568 -6289 1262572676 -6290 1671077238 -6291 1393632153 -6292 1503263380 -6293 1674090564 -6294 1510201080 -6295 2016640123 -6296 34176841 -6297 597208264 -6298 915785622 -6299 2055158055 -6300 317256953 -6301 1931664719 -6302 1314531107 -6303 340657882 -6304 356544655 -6305 1191227894 -6306 961855987 -6307 1436684037 -6308 1835514584 -6309 2003752436 -6310 2103221992 -6311 164067229 -6312 1484374715 -6313 1104612889 -6314 425867616 -6315 1130422199 -6316 1295076614 -6317 890168688 -6318 1606673874 -6319 1146076534 -6320 5257716 -6321 1130267464 -6322 392225039 -6323 1508521096 -6324 656874380 -6325 1902426120 -6326 1377677572 -6327 691051222 -6328 352150736 -6329 145979546 -6330 598725629 -6331 669407689 -6332 2077644265 -6333 1913256736 -6334 1010065571 -6335 286705272 -6336 957000982 -6337 1971921558 -6338 1723389310 -6339 645031918 -6340 1828190346 -6341 1679127654 -6342 809099147 -6343 1165081413 -6344 636256895 -6345 1234966764 -6346 148019965 -6347 1931333509 -6348 2125135452 -6349 1754693839 -6350 929926396 -6351 2130393169 -6352 737477656 -6353 1322151435 -6354 1491430617 -6355 1394352036 -6356 1077093907 -6357 721624541 -6358 2085403258 -6359 1429244643 -6360 867604087 -6361 536645239 -6362 2098652332 -6363 797764705 -6364 302418328 -6365 961234256 -6366 1084469977 -6367 1259419310 -6368 785672166 -6369 660375639 -6370 1904451229 -6371 466378865 -6372 192019645 -6373 566066728 -6374 1631460278 -6375 828276540 -6376 1801033492 -6377 1779480243 -6378 612126402 -6379 1778685297 -6380 1386690435 -6381 1542052798 -6382 1761594818 -6383 2124168091 -6384 716720585 -6385 1105541787 -6386 1371036479 -6387 1793814493 -6388 1827166329 -6389 1308956090 -6390 1075575488 -6391 547286768 -6392 1845601329 -6393 1026744173 -6394 1345051473 -6395 536009 -6396 1987978429 -6397 282037803 -6398 1259955320 -6399 626166947 -6400 942413442 -6401 1016922901 -6402 1092545812 -6403 1134433088 -6404 1582989629 -6405 576522443 -6406 1962709628 -6407 1236539474 -6408 208519038 -6409 427352382 -6410 867741123 -6411 1595209473 -6412 1969405180 -6413 481852293 -6414 1571893916 -6415 538642118 -6416 1587394080 -6417 795446748 -6418 184972963 -6419 1267076761 -6420 2104402838 -6421 1260548451 -6422 1814363530 -6423 1802520519 -6424 139808976 -6425 1011931355 -6426 1803056529 -6427 2127787405 -6428 1293969158 -6429 915528201 -6430 606470705 -6431 88898953 -6432 1932451102 -6433 1699016517 -6434 1223332041 -6435 1367957083 -6436 128055312 -6437 1038558021 -6438 457012909 -6439 336574351 -6440 1465910404 -6441 1324754032 -6442 1931783824 -6443 1287831936 -6444 1806606325 -6445 1356194093 -6446 1826474054 -6447 1246516758 -6448 4157193 -6449 2011447017 -6450 366109871 -6451 2108560031 -6452 1124511821 -6453 32989753 -6454 1763596902 -6455 1264320797 -6456 1044921109 -6457 1419169783 -6458 1244624555 -6459 191406619 -6460 187214336 -6461 1851095260 -6462 280305572 -6463 2119665438 -6464 1402628129 -6465 1503637613 -6466 1340138874 -6467 1530683442 -6468 394711987 -6469 1797151783 -6470 1867257793 -6471 1860622391 -6472 974422168 -6473 1651557969 -6474 1000970679 -6475 633544845 -6476 860268414 -6477 679961086 -6478 1880061603 -6479 864425607 -6480 543924455 -6481 98687827 -6482 825501990 -6483 1668436276 -6484 131677580 -6485 441615245 -6486 785273426 -6487 1176598689 -6488 1860785028 -6489 2029897981 -6490 1368005309 -6491 2047999365 -6492 1733509593 -6493 1648310881 -6494 2020181155 -6495 988654074 -6496 1004464847 -6497 1212836381 -6498 371853868 -6499 1399176834 -6500 862504517 -6501 91628013 -6502 1112315577 -6503 1836926685 -6504 1743185983 -6505 2113286256 -6506 322987882 -6507 455970749 -6508 645763694 -6509 55565838 -6510 1320396357 -6511 1189688150 -6512 154253665 -6513 2145898347 -6514 710640778 -6515 285931245 -6516 440029944 -6517 1495914204 -6518 1462529935 -6519 153331325 -6520 1378328537 -6521 683051596 -6522 53847042 -6523 964354482 -6524 183878829 -6525 2074028197 -6526 1953008557 -6527 1188343676 -6528 1139380931 -6529 177378777 -6530 440036862 -6531 2001885448 -6532 269006791 -6533 1552352439 -6534 1691328485 -6535 2012192774 -6536 1518155048 -6537 2014316367 -6538 320679875 -6539 16435094 -6540 2069882205 -6541 1641076232 -6542 1206123244 -6543 76652222 -6544 1639490932 -6545 1916764023 -6546 362583468 -6547 2079520876 -6548 1265194579 -6549 1825113403 -6550 85368553 -6551 496039469 -6552 360681351 -6553 139215595 -6554 1460393951 -6555 544560180 -6556 65760145 -6557 1265918860 -6558 1732903857 -6559 1205141076 -6560 1443297638 -6561 25457071 -6562 1059542876 -6563 1712304429 -6564 1577809511 -6565 603387713 -6566 1577013555 -6567 948480911 -6568 470220432 -6569 1897693430 -6570 964916005 -6571 392618990 -6572 1391286015 -6573 23555602 -6574 469271212 -6575 883293299 -6576 1940319625 -6577 831854680 -6578 815330527 -6579 1058030556 -6580 509484435 -6581 900699081 -6582 1554070025 -6583 870165786 -6584 1039914676 -6585 866980329 -6586 1414725967 -6587 1105674821 -6588 2132899189 -6589 1000146176 -6590 163332249 -6591 1428713179 -6592 1025603247 -6593 1222875125 -6594 993533960 -6595 455929110 -6596 1826262838 -6597 423063867 -6598 1404410021 -6599 148999623 -6600 173273650 -6601 221842379 -6602 541618613 -6603 1564559665 -6604 245397981 -6605 1010889825 -6606 300369316 -6607 38233958 -6608 1842744506 -6609 1115699843 -6610 1096264514 -6611 204745293 -6612 2016398924 -6613 502850892 -6614 1074911080 -6615 908829953 -6616 1369831221 -6617 342153399 -6618 2014504774 -6619 1355246762 -6620 1342299575 -6621 30353376 -6622 636476294 -6623 220419174 -6624 1253228501 -6625 1630010254 -6626 676348285 -6627 932007692 -6628 2053074122 -6629 2080758306 -6630 1081007315 -6631 78864124 -6632 155117037 -6633 1622625928 -6634 1643423789 -6635 400515018 -6636 486032105 -6637 1943793105 -6638 438748976 -6639 181292963 -6640 912009300 -6641 1535013491 -6642 386038257 -6643 780924577 -6644 2037864383 -6645 1460949337 -6646 1689754530 -6647 1260211956 -6648 1803102736 -6649 1556775656 -6650 467975070 -6651 997918663 -6652 1587129032 -6653 1104451364 -6654 1218337837 -6655 692873886 -6656 586977971 -6657 1894686122 -6658 1624881578 -6659 492568445 -6660 1827960781 -6661 558405245 -6662 571432569 -6663 1983077818 -6664 33547525 -6665 67372710 -6666 236109189 -6667 519579630 -6668 2011165815 -6669 674858165 -6670 700872594 -6671 775691467 -6672 62388008 -6673 1086910851 -6674 1556616044 -6675 2100252391 -6676 400376540 -6677 1098886926 -6678 1212980699 -6679 55995628 -6680 508178935 -6681 1680955770 -6682 1053914291 -6683 2095307967 -6684 637923486 -6685 124768480 -6686 640698205 -6687 1224901457 -6688 2019454603 -6689 118096135 -6690 1717469902 -6691 1699931736 -6692 676501380 -6693 141418823 -6694 1535525906 -6695 710048905 -6696 208791533 -6697 1771635095 -6698 1229628536 -6699 72473700 -6700 299009613 -6701 1930501130 -6702 848165168 -6703 361397621 -6704 869928333 -6705 257297564 -6706 314166365 -6707 1270304873 -6708 1356184491 -6709 1527147064 -6710 1326300501 -6711 1864363426 -6712 1060619186 -6713 232731144 -6714 1812187745 -6715 1698542673 -6716 357499624 -6717 305402303 -6718 775960482 -6719 229470579 -6720 423498438 -6721 345946737 -6722 1929402315 -6723 1099999819 -6724 487365560 -6725 1317444574 -6726 1810048724 -6727 696157094 -6728 941596021 -6729 892193612 -6730 768630794 -6731 1240605634 -6732 675211094 -6733 1616795962 -6734 1602003256 -6735 1545139427 -6736 1874093527 -6737 1916169621 -6738 667960652 -6739 1082794370 -6740 1295833037 -6741 1994261153 -6742 799674148 -6743 208968576 -6744 79508649 -6745 464378245 -6746 1907511249 -6747 437008274 -6748 769780548 -6749 535988083 -6750 666478853 -6751 1193278987 -6752 881934820 -6753 448397521 -6754 145795158 -6755 1369300381 -6756 1765842095 -6757 1955843882 -6758 2065457475 -6759 559954468 -6760 700553847 -6761 686604621 -6762 1800560103 -6763 1375764941 -6764 155916936 -6765 1255079711 -6766 773420721 -6767 2030010463 -6768 1023765684 -6769 1441381373 -6770 965321185 -6771 172115073 -6772 1288158879 -6773 1764995333 -6774 381083649 -6775 1367667528 -6776 81889930 -6777 141111250 -6778 1804675802 -6779 851670479 -6780 677099334 -6781 323671008 -6782 2044949466 -6783 1559034154 -6784 772068529 -6785 43260976 -6786 780850887 -6787 390426976 -6788 1999104858 -6789 698824714 -6790 950381444 -6791 552175057 -6792 1385429336 -6793 603457899 -6794 1927939999 -6795 1541346272 -6796 1858537610 -6797 553877072 -6798 1423873087 -6799 734819646 -6800 1995258445 -6801 241710624 -6802 906934720 -6803 1135933676 -6804 2006705957 -6805 1288018369 -6806 356117557 -6807 2088595887 -6808 1429129620 -6809 13309711 -6810 792782718 -6811 2106228954 -6812 336980719 -6813 690248536 -6814 1517779460 -6815 1109049248 -6816 733509512 -6817 151146700 -6818 1499476224 -6819 585130723 -6820 849971414 -6821 302374021 -6822 1137305780 -6823 87917102 -6824 905831920 -6825 917762131 -6826 1629263374 -6827 616885883 -6828 1471639203 -6829 905652813 -6830 1351705529 -6831 1319414001 -6832 1147363437 -6833 111156601 -6834 307864029 -6835 1006585746 -6836 1399174971 -6837 663981586 -6838 947697986 -6839 680820943 -6840 677291298 -6841 1740480704 -6842 639566249 -6843 1014272017 -6844 283245593 -6845 9862061 -6846 2123321266 -6847 1016755105 -6848 161008761 -6849 1475313842 -6850 1601885828 -6851 1010980176 -6852 1777687863 -6853 591707961 -6854 1098897278 -6855 536036136 -6856 1509470092 -6857 580677005 -6858 1152922019 -6859 833625648 -6860 1486329818 -6861 357143900 -6862 5556001 -6863 486209608 -6864 468300502 -6865 313420030 -6866 1492795354 -6867 1867475473 -6868 977401617 -6869 293009692 -6870 400812768 -6871 1654692915 -6872 2033490397 -6873 1040379017 -6874 521481284 -6875 169252342 -6876 1050241078 -6877 497318902 -6878 1186007447 -6879 1211249840 -6880 1972632745 -6881 640409628 -6882 74746368 -6883 1602836960 -6884 1232117589 -6885 1173643646 -6886 2138873096 -6887 594104033 -6888 1754320651 -6889 1144311467 -6890 1427729681 -6891 1093166822 -6892 1501455368 -6893 1433285682 -6894 1579376430 -6895 1969755870 -6896 1746705713 -6897 924688136 -6898 1689747695 -6899 576623682 -6900 1217697829 -6901 2090560463 -6902 83832949 -6903 1103704578 -6904 983455832 -6905 605314233 -6906 1272956920 -6907 2033696910 -6908 1102633136 -6909 311480719 -6910 1097463102 -6911 927782233 -6912 951890347 -6913 1172209470 -6914 383135545 -6915 36524288 -6916 198369469 -6917 374524994 -6918 630628322 -6919 1952690120 -6920 1518836461 -6921 2058358003 -6922 898373294 -6923 872808181 -6924 1344160038 -6925 330266076 -6926 695080403 -6927 943382103 -6928 1254954213 -6929 237344450 -6930 1520005785 -6931 325168394 -6932 180421265 -6933 1603838734 -6934 1428872972 -6935 1163877097 -6936 61669319 -6937 554346244 -6938 1050090360 -6939 1164302455 -6940 865826963 -6941 69814 -6942 2092084688 -6943 1817717311 -6944 1172279285 -6945 327736586 -6946 1854241599 -6947 1370648754 -6948 702261580 -6949 337386273 -6950 1175855226 -6951 73614393 -6952 248260629 -6953 2074228521 -6954 946422575 -6955 1592420667 -6956 257010949 -6957 1641502978 -6958 388319122 -6959 1511965162 -6960 1878847429 -6961 1908324907 -6962 1837133556 -6963 2059268694 -6964 1364679993 -6965 1118522880 -6966 1075662144 -6967 1426349312 -6968 1672869124 -6969 2125752504 -6970 443168120 -6971 391212440 -6972 2125822318 -6973 387769160 -6974 61446103 -6975 1150617955 -6976 715505746 -6977 1915687702 -6978 373783061 -6979 1417767326 -6980 105590328 -6981 1549638288 -6982 1491381720 -6983 353850957 -6984 1476383161 -6985 290320647 -6986 1946271624 -6987 1733394110 -6988 1931823625 -6989 187107098 -6990 1097875625 -6991 1663187406 -6992 2095432005 -6993 787525533 -6994 1574972453 -6995 1312628350 -6996 1906048414 -6997 503150949 -6998 591494014 -6999 1431433890 -7000 481419805 -7001 1034662134 -7002 1822646330 -7003 459758475 -7004 1422431295 -7005 1884092433 -7006 1610376431 -7007 2137937041 -7008 1652296488 -7009 1984159492 -7010 1408220720 -7011 1757886816 -7012 1386314132 -7013 752118792 -7014 2111737773 -7015 715213645 -7016 1042439439 -7017 1910525749 -7018 301124108 -7019 826779416 -7020 2097632847 -7021 1398999733 -7022 342483175 -7023 2045581204 -7024 39041618 -7025 1917455628 -7026 1210725906 -7027 1945090032 -7028 273122929 -7029 1802219920 -7030 1229040275 -7031 754542734 -7032 689398407 -7033 904202957 -7034 1214301209 -7035 2111829702 -7036 640811743 -7037 677193992 -7038 2102283095 -7039 145624583 -7040 513869837 -7041 1363020167 -7042 1903511399 -7043 1900183969 -7044 2115138959 -7045 1867765524 -7046 467913967 -7047 1010094750 -7048 1630807625 -7049 769038075 -7050 1836874167 -7051 1580956824 -7052 20554160 -7053 31873694 -7054 1479054380 -7055 59595778 -7056 1949329322 -7057 542296638 -7058 2004685811 -7059 74968603 -7060 197032910 -7061 1086242438 -7062 829511337 -7063 886431317 -7064 1990445395 -7065 2043812546 -7066 850777371 -7067 483773490 -7068 573522891 -7069 805576819 -7070 629398073 -7071 1087392728 -7072 21113338 -7073 385425824 -7074 840093049 -7075 2136252298 -7076 105707700 -7077 1308007016 -7078 998863400 -7079 1736515325 -7080 2077045091 -7081 688253919 -7082 1169988501 -7083 2097599251 -7084 720127613 -7085 501559233 -7086 9711382 -7087 521973287 -7088 1043855871 -7089 2014397193 -7090 596941890 -7091 1240888782 -7092 953155983 -7093 1426453227 -7094 2127320099 -7095 796117730 -7096 1322782126 -7097 830613823 -7098 1279891221 -7099 1896305017 -7100 1636190642 -7101 1909289294 -7102 836214097 -7103 1657303980 -7104 147231471 -7105 1676307146 -7106 1646072630 -7107 252939171 -7108 836830515 -7109 497452383 -7110 1989454497 -7111 766391958 -7112 1185706302 -7113 1011959350 -7114 716507562 -7115 1905833916 -7116 1513518584 -7117 726218944 -7118 280323555 -7119 409890807 -7120 593132489 -7121 877265446 -7122 1650779589 -7123 1546288472 -7124 156235025 -7125 1630616041 -7126 194922554 -7127 1479017151 -7128 313746216 -7129 1474813775 -7130 1227838520 -7131 1949936858 -7132 1236619422 -7133 2064052617 -7134 1459757190 -7135 1383850893 -7136 1592876116 -7137 958346173 -7138 1636790064 -7139 282222983 -7140 1455798556 -7141 1478760913 -7142 1048614941 -7143 494021210 -7144 343236616 -7145 1765122503 -7146 252371478 -7147 1856755200 -7148 343857799 -7149 532695034 -7150 119162359 -7151 936990288 -7152 1409960480 -7153 1769941949 -7154 335795112 -7155 1566195505 -7156 1253074342 -7157 530717667 -7158 897729009 -7159 1566820558 -7160 2005531442 -7161 2125567529 -7162 1369273768 -7163 1094667216 -7164 2042136499 -7165 681547310 -7166 331034461 -7167 1487528967 -7168 1639893483 -7169 1967824526 -7170 1769751950 -7171 948208391 -7172 1299101791 -7173 670883243 -7174 1442229602 -7175 1642338407 -7176 288522099 -7177 1694601080 -7178 1351609959 -7179 632379898 -7180 79812466 -7181 1470772319 -7182 1569370187 -7183 1489772946 -7184 1093230620 -7185 1905165299 -7186 908484804 -7187 198821314 -7188 288399318 -7189 1806213813 -7190 1765641872 -7191 146447113 -7192 1784297694 -7193 987431992 -7194 1241114329 -7195 1678950545 -7196 1668979302 -7197 1572148791 -7198 1018995864 -7199 1161389138 -7200 1392489669 -7201 641264166 -7202 2109597529 -7203 544107812 -7204 1312147410 -7205 1404343483 -7206 38962572 -7207 1600669509 -7208 951460916 -7209 1390572531 -7210 85565759 -7211 1031273382 -7212 713861202 -7213 1654935946 -7214 373562681 -7215 1807091822 -7216 1412617598 -7217 1282047485 -7218 2005913136 -7219 1701016916 -7220 940777650 -7221 1624071360 -7222 1847464029 -7223 577591696 -7224 464019704 -7225 941094711 -7226 109058594 -7227 2132999007 -7228 365759854 -7229 1128054458 -7230 1146904497 -7231 1758249523 -7232 1769318625 -7233 1109018378 -7234 154873687 -7235 933982387 -7236 365878214 -7237 193836259 -7238 387168248 -7239 1317339130 -7240 1584408791 -7241 472734007 -7242 201128864 -7243 150786345 -7244 2127669954 -7245 574691545 -7246 1957878168 -7247 1392803904 -7248 1856739030 -7249 1816307656 -7250 946337172 -7251 650033032 -7252 1292895369 -7253 646317554 -7254 1227624729 -7255 1756915073 -7256 1587412265 -7257 1336683323 -7258 1742430432 -7259 1953172119 -7260 317254133 -7261 741851281 -7262 1563937994 -7263 2086572758 -7264 1850869660 -7265 1718811681 -7266 873071497 -7267 69264226 -7268 1912647941 -7269 1260239745 -7270 1386603356 -7271 1349573084 -7272 1732973753 -7273 1587732220 -7274 1500359429 -7275 1713160059 -7276 14940118 -7277 1310753949 -7278 958480315 -7279 1871679148 -7280 979577958 -7281 1904817487 -7282 374228533 -7283 124989679 -7284 403651393 -7285 1601853262 -7286 1881904752 -7287 1991063658 -7288 791052937 -7289 1476851537 -7290 1796752129 -7291 1108307070 -7292 71219170 -7293 1213206475 -7294 1047396181 -7295 1922088830 -7296 784534509 -7297 1920467678 -7298 1991353056 -7299 549698802 -7300 1033223776 -7301 1230472764 -7302 1899271886 -7303 618713881 -7304 670721337 -7305 1252147667 -7306 184390292 -7307 685661455 -7308 415417969 -7309 1142870607 -7310 409856955 -7311 1394995927 -7312 900204446 -7313 784085488 -7314 1519985606 -7315 1303855840 -7316 238455102 -7317 1254406710 -7318 1147435850 -7319 1029508039 -7320 583774599 -7321 796704332 -7322 2137815110 -7323 654993770 -7324 2009910807 -7325 1037727643 -7326 429598952 -7327 646961668 -7328 810711673 -7329 273468361 -7330 1196660470 -7331 1843935449 -7332 1503941125 -7333 948448708 -7334 315165682 -7335 27178814 -7336 53112728 -7337 499555974 -7338 712840269 -7339 468530697 -7340 1642426581 -7341 1122697225 -7342 1863526624 -7343 395147380 -7344 1906782713 -7345 1236028582 -7346 1699003220 -7347 2145237816 -7348 342951644 -7349 698955422 -7350 1027262207 -7351 926726244 -7352 1495659754 -7353 1017593669 -7354 1581720014 -7355 1358086914 -7356 2055321312 -7357 2011318966 -7358 2005048582 -7359 718549338 -7360 137303679 -7361 1054225405 -7362 415001139 -7363 1641244805 -7364 2002674113 -7365 730166822 -7366 1668423619 -7367 2055786841 -7368 1229722796 -7369 233780241 -7370 376833890 -7371 724665730 -7372 1356477466 -7373 92876866 -7374 1119813110 -7375 1115776531 -7376 1328905448 -7377 671332682 -7378 1113530699 -7379 1671857093 -7380 1370288104 -7381 2140792907 -7382 451099689 -7383 718464211 -7384 1010902928 -7385 2032819703 -7386 2076551125 -7387 918740593 -7388 1896655021 -7389 1934116059 -7390 1637289931 -7391 2033958701 -7392 840857816 -7393 2052291070 -7394 1527719858 -7395 696048282 -7396 634974244 -7397 1048659829 -7398 604351475 -7399 1864697041 -7400 1282440070 -7401 981185366 -7402 441879123 -7403 491433888 -7404 1074062232 -7405 1561692233 -7406 1607210420 -7407 255484033 -7408 85541267 -7409 573257471 -7410 1927341126 -7411 1455829371 -7412 566566730 -7413 230957167 -7414 26809934 -7415 1577469659 -7416 116293222 -7417 2103361059 -7418 348726604 -7419 2012948243 -7420 1889993471 -7421 1986016535 -7422 1899423296 -7423 583367639 -7424 1890823957 -7425 1279659506 -7426 1279415921 -7427 378314554 -7428 180835688 -7429 1883767397 -7430 95527947 -7431 1463275758 -7432 717469115 -7433 537407070 -7434 1954709647 -7435 1791531347 -7436 2099099303 -7437 1414436419 -7438 2047015380 -7439 37156922 -7440 1987693890 -7441 1826872858 -7442 1492986293 -7443 406776973 -7444 2057830025 -7445 1519796228 -7446 1984246632 -7447 26639599 -7448 1475673639 -7449 185489588 -7450 2039587843 -7451 1218183462 -7452 24022475 -7453 1791527491 -7454 1801551102 -7455 1914846432 -7456 923703350 -7457 933483375 -7458 145677338 -7459 1104539038 -7460 669767124 -7461 241205285 -7462 420331148 -7463 1387236239 -7464 778612355 -7465 227557147 -7466 1031283939 -7467 730228010 -7468 1641993566 -7469 930815671 -7470 767384932 -7471 1482203809 -7472 610204882 -7473 112887578 -7474 1888980782 -7475 520551259 -7476 1632683806 -7477 1725743766 -7478 547190859 -7479 960873797 -7480 1911233354 -7481 439295054 -7482 31573612 -7483 1935255829 -7484 83338897 -7485 1833124714 -7486 1702618613 -7487 1007042247 -7488 619124441 -7489 1848295952 -7490 2111581285 -7491 1288891566 -7492 2089501237 -7493 384428786 -7494 528644157 -7495 720629945 -7496 611985933 -7497 1559928096 -7498 1450857955 -7499 106495852 -7500 343260120 -7501 70759240 -7502 1588699661 -7503 953465002 -7504 183646818 -7505 1330196795 -7506 1474016261 -7507 1816330624 -7508 908456913 -7509 2021207120 -7510 629720773 -7511 672206619 -7512 313018526 -7513 661294385 -7514 459978800 -7515 396357424 -7516 346935451 -7517 15113765 -7518 1403399671 -7519 966059893 -7520 1863409717 -7521 1367497309 -7522 107467811 -7523 1805427307 -7524 1751926095 -7525 636111968 -7526 378573604 -7527 216428380 -7528 48556417 -7529 1829431559 -7530 322924232 -7531 391816537 -7532 1900190799 -7533 1911623893 -7534 1345281539 -7535 2083837617 -7536 1094337040 -7537 671814152 -7538 1752684593 -7539 2002793953 -7540 545537625 -7541 234921719 -7542 527516924 -7543 858556151 -7544 896216104 -7545 987495724 -7546 1254913575 -7547 1243151556 -7548 1002609490 -7549 510829599 -7550 61727801 -7551 718535559 -7552 1878326908 -7553 169195612 -7554 376479218 -7555 1482769355 -7556 805307580 -7557 755052822 -7558 1699197735 -7559 853863997 -7560 437000734 -7561 2022121968 -7562 1245680534 -7563 189707885 -7564 1786262213 -7565 443478425 -7566 126061855 -7567 733115606 -7568 1115292578 -7569 1878746448 -7570 588425911 -7571 1660830203 -7572 2113668167 -7573 1115942836 -7574 371902706 -7575 862400624 -7576 2103438560 -7577 1626816282 -7578 2105552180 -7579 958564402 -7580 2137645881 -7581 19796333 -7582 1677099962 -7583 1868489141 -7584 188991945 -7585 2053579180 -7586 1203774848 -7587 994299525 -7588 661148355 -7589 755488935 -7590 1848163523 -7591 1098149089 -7592 630127255 -7593 946360409 -7594 1287856974 -7595 268905821 -7596 1389838835 -7597 1413918829 -7598 1002021427 -7599 357647765 -7600 1145181630 -7601 1590447338 -7602 2018477968 -7603 1111366149 -7604 558906526 -7605 242897026 -7606 1973766773 -7607 514861439 -7608 1869713308 -7609 1931835305 -7610 1473425841 -7611 1859875541 -7612 1951631638 -7613 1003042155 -7614 1580881034 -7615 2140623583 -7616 909137688 -7617 637172234 -7618 987439461 -7619 1570286043 -7620 1392661170 -7621 688119336 -7622 520951484 -7623 2022788425 -7624 1634479745 -7625 1808808458 -7626 144210598 -7627 876834932 -7628 1075243640 -7629 1146232025 -7630 1234482697 -7631 72941622 -7632 589195716 -7633 1105477017 -7634 1184307771 -7635 1148102242 -7636 1348374044 -7637 1010590897 -7638 1662963681 -7639 1070603704 -7640 794942554 -7641 988905875 -7642 782995598 -7643 599090545 -7644 1991948030 -7645 216392984 -7646 592230480 -7647 753602070 -7648 853565219 -7649 1579669941 -7650 176404465 -7651 98742741 -7652 120305629 -7653 697355949 -7654 2121531166 -7655 1754785375 -7656 358680760 -7657 118258117 -7658 484136659 -7659 1433924400 -7660 1264490142 -7661 1718619357 -7662 1506866022 -7663 1853685858 -7664 676612726 -7665 543690145 -7666 854304453 -7667 2024986770 -7668 1554281042 -7669 369784486 -7670 948106827 -7671 201739949 -7672 1358690361 -7673 1731102425 -7674 800830494 -7675 1203154744 -7676 1947495409 -7677 1393060974 -7678 1956756814 -7679 653576980 -7680 825247268 -7681 2133161280 -7682 752319721 -7683 945552897 -7684 683033581 -7685 726367240 -7686 552854624 -7687 1041714341 -7688 844625357 -7689 1036991284 -7690 328155093 -7691 2109115499 -7692 608126993 -7693 1835021115 -7694 1815317710 -7695 1284739719 -7696 231227613 -7697 522138515 -7698 1162242842 -7699 1785508655 -7700 891923001 -7701 2110349669 -7702 1987248604 -7703 103129715 -7704 1693968446 -7705 640595450 -7706 1306284459 -7707 1493980207 -7708 2033656425 -7709 1115557625 -7710 73540 -7711 711420045 -7712 1101235257 -7713 752393261 -7714 1656972942 -7715 1784268839 -7716 1478760501 -7717 62343919 -7718 678499532 -7719 175902210 -7720 1099335203 -7721 1006654626 -7722 137534062 -7723 1707462196 -7724 694192093 -7725 1952851772 -7726 844718267 -7727 925419706 -7728 327506639 -7729 2006961109 -7730 563444714 -7731 1219429640 -7732 1969827130 -7733 403209670 -7734 1322559355 -7735 1516311928 -7736 1043805121 -7737 481360166 -7738 862808488 -7739 929977898 -7740 1596917792 -7741 862882028 -7742 1641397943 -7743 550669401 -7744 1615275289 -7745 1150887237 -7746 187454592 -7747 946552143 -7748 1213231156 -7749 865954125 -7750 1122454353 -7751 165082711 -7752 1872608751 -7753 1259988415 -7754 1872544907 -7755 419317196 -7756 1065356539 -7757 569779527 -7758 1344736903 -7759 1392863178 -7760 429256988 -7761 1908181617 -7762 464809171 -7763 251600471 -7764 163907639 -7765 1787368526 -7766 1767912399 -7767 1207712760 -7768 121245045 -7769 483237239 -7770 2137690658 -7771 1718162837 -7772 1346119267 -7773 1631604953 -7774 121348590 -7775 813910909 -7776 635008543 -7777 308803183 -7778 1760463052 -7779 1848239699 -7780 1174757308 -7781 735433757 -7782 2013322411 -7783 899882411 -7784 1995422173 -7785 1738383670 -7786 1319199607 -7787 913295064 -7788 160679549 -7789 516452862 -7790 158674595 -7791 589936538 -7792 277150831 -7793 623483766 -7794 841537009 -7795 441058471 -7796 263368644 -7797 461965760 -7798 1648771231 -7799 384613689 -7800 945203000 -7801 1638978242 -7802 2102776526 -7803 143838619 -7804 1123099547 -7805 76641469 -7806 957749528 -7807 1758108090 -7808 385444652 -7809 570728932 -7810 1458864142 -7811 1560201960 -7812 1306162690 -7813 1324702905 -7814 312600723 -7815 1154101215 -7816 915602927 -7817 1631800330 -7818 2067396279 -7819 1076282477 -7820 769545 -7821 78587226 -7822 1666219015 -7823 277920376 -7824 702070992 -7825 360272376 -7826 718978847 -7827 965439637 -7828 822238136 -7829 220266431 -7830 1350053326 -7831 1767441136 -7832 1859244673 -7833 1305346205 -7834 1911279756 -7835 834860572 -7836 1381987674 -7837 721545636 -7838 445485015 -7839 1767432326 -7840 1292274569 -7841 1904349157 -7842 1180150638 -7843 450953611 -7844 1081568414 -7845 1492751361 -7846 1605054826 -7847 1997171341 -7848 977068043 -7849 1524967457 -7850 925970170 -7851 977837588 -7852 1603554684 -7853 444705537 -7854 1255757965 -7855 158142028 -7856 804977913 -7857 1974736812 -7858 1123581665 -7859 1627216050 -7860 47519595 -7861 326151344 -7862 1247173538 -7863 1906764268 -7864 1631497549 -7865 1010969646 -7866 594141193 -7867 866001575 -7868 1732515283 -7869 1039626208 -7870 485950253 -7871 877306204 -7872 796491717 -7873 1666100891 -7874 1328259815 -7875 1878060131 -7876 1011368604 -7877 785830993 -7878 1727747824 -7879 1988436647 -7880 163314802 -7881 506234347 -7882 818790588 -7883 1766869486 -7884 950939884 -7885 2074548553 -7886 1925011515 -7887 1755917798 -7888 1901801717 -7889 901109532 -7890 1235650200 -7891 1949321313 -7892 1227260876 -7893 335340090 -7894 1708601933 -7895 711274777 -7896 1346309737 -7897 155259478 -7898 1577276352 -7899 931341372 -7900 1194885686 -7901 2063226605 -7902 1808647576 -7903 1991377403 -7904 1581843848 -7905 989423743 -7906 1721953886 -7907 445728804 -7908 1775254736 -7909 1302218063 -7910 286681804 -7911 1938569538 -7912 1808452410 -7913 1105472392 -7914 1557955377 -7915 611908646 -7916 1032537297 -7917 1335483244 -7918 220342796 -7919 786855366 -7920 89109128 -7921 1455992996 -7922 588693031 -7923 1316370005 -7924 1791333087 -7925 149811317 -7926 2027644782 -7927 990159176 -7928 305070795 -7929 1457437487 -7930 1921500548 -7931 1499956482 -7932 1373180444 -7933 1582664476 -7934 1343850237 -7935 807540645 -7936 424604571 -7937 918320476 -7938 1253269449 -7939 52375659 -7940 73054891 -7941 1539951253 -7942 1990945197 -7943 1881507301 -7944 497939997 -7945 1401416926 -7946 345932299 -7947 1530477294 -7948 589416522 -7949 566275096 -7950 169849013 -7951 678525651 -7952 2022268092 -7953 758542044 -7954 1994895656 -7955 1666117531 -7956 908353361 -7957 1875056790 -7958 508793059 -7959 1213424157 -7960 1185010629 -7961 282809959 -7962 565896991 -7963 410707426 -7964 1865474435 -7965 1909747228 -7966 1218248071 -7967 142595358 -7968 680584056 -7969 324033872 -7970 194971017 -7971 753638947 -7972 1863985126 -7973 38432567 -7974 487662600 -7975 214441475 -7976 1439849493 -7977 833594900 -7978 1744918770 -7979 2029266016 -7980 1399869996 -7981 1914767783 -7982 560308019 -7983 1274654440 -7984 525826179 -7985 407720027 -7986 793288324 -7987 1434179541 -7988 135293169 -7989 1302081383 -7990 500120050 -7991 1320303799 -7992 1584891343 -7993 1066017041 -7994 1731011225 -7995 1302882130 -7996 828280621 -7997 801775648 -7998 1445477489 -7999 1508864678 -8000 1125809520 -8001 1640448506 -8002 115019977 -8003 842310998 -8004 1678881073 -8005 602682578 -8006 1056752474 -8007 971246919 -8008 1436277478 -8009 654187596 -8010 853029287 -8011 688663826 -8012 421471731 -8013 1413337306 -8014 1963318266 -8015 947297910 -8016 1821057333 -8017 609122942 -8018 233993803 -8019 1956350502 -8020 1911204326 -8021 734113853 -8022 1129170653 -8023 1348612021 -8024 1800130894 -8025 712698230 -8026 504010503 -8027 480927868 -8028 1514473878 -8029 1949487992 -8030 1989792546 -8031 492799751 -8032 1442452851 -8033 2104812523 -8034 1335110749 -8035 973850276 -8036 560011453 -8037 244379575 -8038 1945097195 -8039 1996288931 -8040 898567171 -8041 650642834 -8042 537469109 -8043 1320038902 -8044 2063980140 -8045 353303728 -8046 119853165 -8047 1737553825 -8048 962426670 -8049 353846968 -8050 1546420680 -8051 726147348 -8052 1087960822 -8053 528107685 -8054 2074759369 -8055 740608068 -8056 1240805916 -8057 431286225 -8058 1221535936 -8059 607796146 -8060 233290569 -8061 1063844834 -8062 1100595897 -8063 1675743420 -8064 1021173710 -8065 288222999 -8066 502110049 -8067 1581185163 -8068 532602574 -8069 299723596 -8070 1429990447 -8071 1431169746 -8072 950366431 -8073 1967459556 -8074 603725000 -8075 866862923 -8076 173279636 -8077 723578165 -8078 456933101 -8079 1135706307 -8080 1077425134 -8081 2003353781 -8082 1861853655 -8083 17902308 -8084 383977818 -8085 1789129377 -8086 758510376 -8087 1624783734 -8088 72931954 -8089 1980046313 -8090 85096233 -8091 306222523 -8092 896407499 -8093 1185692130 -8094 1981965944 -8095 1917581209 -8096 1473915129 -8097 336592345 -8098 1351282725 -8099 2006517704 -8100 636315941 -8101 633789524 -8102 1290203802 -8103 1586682372 -8104 453765432 -8105 1893928802 -8106 306061648 -8107 627045069 -8108 470023320 -8109 762994749 -8110 1762751376 -8111 1547448454 -8112 618864882 -8113 1477121383 -8114 1565350762 -8115 1002842700 -8116 1118767112 -8117 176377490 -8118 480142787 -8119 1191699066 -8120 8940155 -8121 565239020 -8122 1497921590 -8123 905347655 -8124 1750931150 -8125 1332403886 -8126 675445216 -8127 1077362632 -8128 1668996231 -8129 2026727941 -8130 936396688 -8131 157828524 -8132 513033817 -8133 79116842 -8134 1744510897 -8135 966799250 -8136 1973045644 -8137 2050572545 -8138 1593844319 -8139 295585316 -8140 666083646 -8141 1209112047 -8142 1843033770 -8143 1284948528 -8144 538749782 -8145 1260900884 -8146 140307580 -8147 1657516895 -8148 1437278375 -8149 620450367 -8150 701732313 -8151 1446218530 -8152 1185689387 -8153 52170255 -8154 204082537 -8155 789136890 -8156 1384574141 -8157 879527754 -8158 1866499522 -8159 906086724 -8160 758772047 -8161 655412562 -8162 1063915249 -8163 1271805865 -8164 734529404 -8165 660942498 -8166 91121467 -8167 560091400 -8168 564031395 -8169 1684965786 -8170 855676717 -8171 1230115041 -8172 746594185 -8173 551226839 -8174 367579921 -8175 1285343967 -8176 1812127724 -8177 507887501 -8178 795377214 -8179 1101922451 -8180 1128337869 -8181 1497109528 -8182 400657333 -8183 166543608 -8184 1549279783 -8185 604739871 -8186 955680498 -8187 786370277 -8188 1484267625 -8189 674696372 -8190 1692457001 -8191 95556024 -8192 1330108934 -8193 608888602 -8194 1367361889 -8195 2064638338 -8196 1269831100 -8197 1458483356 -8198 477246091 -8199 1833862495 -8200 995965494 -8201 1332922808 -8202 916493888 -8203 1742559679 -8204 1884149647 -8205 1284073809 -8206 880419999 -8207 1548793723 -8208 1791961311 -8209 1675797213 -8210 503232526 -8211 772815532 -8212 1025423093 -8213 903889860 -8214 939359140 -8215 427219229 -8216 1508629731 -8217 1895039639 -8218 1213589506 -8219 845413708 -8220 422252363 -8221 758562859 -8222 940969732 -8223 1752361298 -8224 1367451462 -8225 160847974 -8226 1669515988 -8227 489798914 -8228 1619331330 -8229 2146762079 -8230 176177762 -8231 467813177 -8232 1332201239 -8233 1092671650 -8234 62889208 -8235 1068867239 -8236 229261812 -8237 943309207 -8238 470177314 -8239 2021223123 -8240 471622773 -8241 973409841 -8242 646555007 -8243 1497045866 -8244 1877299701 -8245 1585914147 -8246 1924265095 -8247 1238445784 -8248 1333470138 -8249 990370953 -8250 2083859492 -8251 1755722502 -8252 1748933813 -8253 877345576 -8254 1360600152 -8255 968901627 -8256 1038193550 -8257 882632492 -8258 1458700541 -8259 510041233 -8260 881910924 -8261 1634878303 -8262 977854410 -8263 66628515 -8264 580066306 -8265 1040743618 -8266 1135495754 -8267 809328118 -8268 1984052826 -8269 1605673069 -8270 683067593 -8271 308191951 -8272 431599262 -8273 1329622600 -8274 1805237817 -8275 161415315 -8276 768053099 -8277 1582019265 -8278 1399861099 -8279 2101523238 -8280 424906570 -8281 1336236943 -8282 1709762092 -8283 26356735 -8284 66098871 -8285 922878596 -8286 995258362 -8287 1104292422 -8288 1805511088 -8289 306475256 -8290 1614333655 -8291 539938364 -8292 1941353559 -8293 444704417 -8294 606566880 -8295 373936217 -8296 1485448035 -8297 1742062634 -8298 1183264335 -8299 1322017213 -8300 1200252055 -8301 1866331928 -8302 1630209164 -8303 1631851317 -8304 1048470880 -8305 1287963334 -8306 1793266632 -8307 1816523980 -8308 722498951 -8309 1045644083 -8310 1770563570 -8311 1147405521 -8312 234397378 -8313 1332842014 -8314 1173762257 -8315 300496250 -8316 108236962 -8317 21536971 -8318 1404788672 -8319 1913748050 -8320 328012227 -8321 871638679 -8322 306202767 -8323 121882139 -8324 1316343096 -8325 912769647 -8326 495818356 -8327 654307483 -8328 507348633 -8329 1679082692 -8330 1976324697 -8331 1707600689 -8332 1397930972 -8333 1459050213 -8334 1191968358 -8335 298918205 -8336 599529899 -8337 837751343 -8338 2115442185 -8339 1322028850 -8340 1883395426 -8341 1738522107 -8342 321950724 -8343 2117792805 -8344 923880473 -8345 1495712981 -8346 270805407 -8347 1032117435 -8348 1517249952 -8349 1675594079 -8350 798381837 -8351 1845262180 -8352 399749110 -8353 1104584604 -8354 1967144319 -8355 1716092206 -8356 2017354251 -8357 315479027 -8358 222916041 -8359 377219237 -8360 1994561719 -8361 51757090 -8362 2084819926 -8363 1245009044 -8364 1510807304 -8365 1129304636 -8366 1543927249 -8367 2110337203 -8368 1967055979 -8369 1511885786 -8370 1284882406 -8371 1702967758 -8372 1102924245 -8373 1606833130 -8374 1673276915 -8375 2026804718 -8376 955062463 -8377 1944082322 -8378 911438505 -8379 324828767 -8380 1472192753 -8381 1709820342 -8382 22607299 -8383 1871941863 -8384 666921299 -8385 1989751618 -8386 1440550421 -8387 536791902 -8388 157746998 -8389 1663466462 -8390 914011139 -8391 4825069 -8392 1715223553 -8393 851347417 -8394 1249834113 -8395 1078547209 -8396 1980652054 -8397 646277714 -8398 1041400764 -8399 1800224385 -8400 10679852 -8401 178799522 -8402 1355708495 -8403 1113604097 -8404 1785632652 -8405 881501762 -8406 992925167 -8407 593211467 -8408 678100436 -8409 1904363672 -8410 918040235 -8411 2809541 -8412 1466700367 -8413 940647534 -8414 1874751404 -8415 2133621666 -8416 782915505 -8417 1167818177 -8418 522929920 -8419 940662503 -8420 683800992 -8421 1436941060 -8422 945487572 -8423 251540897 -8424 140804829 -8425 47838038 -8426 1330088106 -8427 2121456883 -8428 694115752 -8429 224005222 -8430 1774197621 -8431 704795605 -8432 402804745 -8433 982422468 -8434 1818399702 -8435 40953749 -8436 1863924231 -8437 663841222 -8438 634165217 -8439 394541019 -8440 420721246 -8441 1552205452 -8442 397350561 -8443 1887421613 -8444 345369338 -8445 124618317 -8446 1873559631 -8447 1128284843 -8448 1292436495 -8449 249005904 -8450 2068947346 -8451 1976237487 -8452 1685946964 -8453 866951271 -8454 80294736 -8455 1826751793 -8456 914789309 -8457 1410382842 -8458 1800725029 -8459 1608905061 -8460 1634388064 -8461 1427439002 -8462 166217018 -8463 2037192809 -8464 262377822 -8465 1984616721 -8466 2078146559 -8467 2126302053 -8468 500974295 -8469 564828128 -8470 373359425 -8471 921695541 -8472 2117033580 -8473 770709986 -8474 661633507 -8475 314919270 -8476 895328303 -8477 387709490 -8478 1443204114 -8479 40281150 -8480 636715394 -8481 1364667812 -8482 2016518637 -8483 175178710 -8484 84135435 -8485 2096813373 -8486 2001930504 -8487 998924744 -8488 1359712567 -8489 1655171885 -8490 460346158 -8491 846616984 -8492 935127239 -8493 626563176 -8494 736326145 -8495 1197505061 -8496 463696249 -8497 666989056 -8498 1176323467 -8499 964670544 -8500 1231817184 -8501 1549682892 -8502 1886366086 -8503 1201367116 -8504 172909230 -8505 400515945 -8506 1516286387 -8507 1068237533 -8508 788225435 -8509 812006853 -8510 1108518684 -8511 1424940830 -8512 29191017 -8513 977553673 -8514 1600119540 -8515 113326453 -8516 926883399 -8517 1454566396 -8518 1112251197 -8519 139112318 -8520 962254633 -8521 1572597355 -8522 985729302 -8523 1897381872 -8524 51676884 -8525 1722055448 -8526 947403286 -8527 515373133 -8528 241560856 -8529 2123726753 -8530 1480043678 -8531 1473378041 -8532 1525925997 -8533 1218926116 -8534 527261509 -8535 1698835227 -8536 1619442061 -8537 2043547896 -8538 619589112 -8539 260183848 -8540 708071101 -8541 1728107796 -8542 1685124678 -8543 737262119 -8544 558177822 -8545 1137760571 -8546 850588572 -8547 1485061221 -8548 444843319 -8549 1962839769 -8550 1624173539 -8551 1407097953 -8552 1387953477 -8553 462419194 -8554 1156996177 -8555 1439630361 -8556 36990994 -8557 2104399463 -8558 1955003494 -8559 278551850 -8560 2080642568 -8561 1287563524 -8562 1751929891 -8563 1459084917 -8564 359005992 -8565 131707753 -8566 1010436496 -8567 1978448053 -8568 27772001 -8569 1630025609 -8570 91148254 -8571 735843103 -8572 1210649757 -8573 1776272932 -8574 1473105222 -8575 1768827579 -8576 766549855 -8577 176210146 -8578 1106405152 -8579 1211393175 -8580 2139049915 -8581 583095044 -8582 471007480 -8583 1379519744 -8584 1045514238 -8585 1628003657 -8586 671666457 -8587 1082505232 -8588 1584919473 -8589 479186304 -8590 1361057082 -8591 1518078393 -8592 1766749828 -8593 965503326 -8594 829679663 -8595 2125755821 -8596 1097211079 -8597 1840116159 -8598 1956720226 -8599 1124983080 -8600 1322658120 -8601 2047868480 -8602 1860826183 -8603 385824230 -8604 1676657765 -8605 1186447757 -8606 7168161 -8607 295723972 -8608 1362657903 -8609 1113573314 -8610 1507117147 -8611 1354224171 -8612 1696668358 -8613 1978124627 -8614 586260267 -8615 594698948 -8616 1458644637 -8617 1257926725 -8618 1677204180 -8619 896080462 -8620 1737113029 -8621 890777614 -8622 266675207 -8623 1356379209 -8624 1856280940 -8625 1096354870 -8626 1334651382 -8627 806008371 -8628 788987382 -8629 1143887961 -8630 1930991452 -8631 2111645502 -8632 1044272793 -8633 1644333987 -8634 349986084 -8635 573446910 -8636 683298097 -8637 357154246 -8638 869170883 -8639 2045956000 -8640 1470727560 -8641 228804382 -8642 1252696523 -8643 1019912270 -8644 59445362 -8645 1838956791 -8646 1614611218 -8647 1518089999 -8648 949399868 -8649 1144331750 -8650 266686813 -8651 539029249 -8652 2035109364 -8653 533362020 -8654 1895408458 -8655 1743906657 -8656 1629716891 -8657 1082576193 -8658 402431380 -8659 271220625 -8660 78980506 -8661 185939184 -8662 235382479 -8663 1123253299 -8664 1830273172 -8665 585368564 -8666 1696700210 -8667 366087621 -8668 942522810 -8669 418387445 -8670 264559973 -8671 265766722 -8672 647191827 -8673 1517256497 -8674 1285678992 -8675 706637189 -8676 1208729640 -8677 752806562 -8678 77243540 -8679 10645860 -8680 1897138312 -8681 343930353 -8682 549675109 -8683 1784764028 -8684 877292374 -8685 297599919 -8686 1381187037 -8687 359525617 -8688 1380176112 -8689 1783618418 -8690 630746242 -8691 1459156618 -8692 1969557602 -8693 866128721 -8694 434926270 -8695 1652347126 -8696 1451497285 -8697 2131626480 -8698 2018434747 -8699 246536447 -8700 402530277 -8701 135511073 -8702 512303169 -8703 1049722104 -8704 1652767570 -8705 1797982161 -8706 1756359294 -8707 714013562 -8708 403305075 -8709 1833602834 -8710 724659422 -8711 152959739 -8712 30049540 -8713 1274334531 -8714 1937723768 -8715 907341914 -8716 1571934450 -8717 1171427157 -8718 1266867531 -8719 804626915 -8720 807561927 -8721 1897613773 -8722 116299885 -8723 629635882 -8724 616258846 -8725 551226155 -8726 134499360 -8727 2067756132 -8728 535368987 -8729 5450460 -8730 166808931 -8731 937899264 -8732 140961533 -8733 679112101 -8734 1987621369 -8735 1793729103 -8736 329610614 -8737 1596497015 -8738 360259017 -8739 732915690 -8740 1282616201 -8741 1084918439 -8742 885875429 -8743 1312665741 -8744 211769322 -8745 676115549 -8746 72524007 -8747 1783703772 -8748 1847542707 -8749 1339391538 -8750 440847039 -8751 507620986 -8752 1089521663 -8753 557146925 -8754 1137256868 -8755 1705780510 -8756 1108373080 -8757 1271756229 -8758 1626052994 -8759 1643742068 -8760 1277206689 -8761 1792861925 -8762 434157684 -8763 1418168222 -8764 324490378 -8765 274295405 -8766 1064413677 -8767 654100993 -8768 1870792420 -8769 1424672694 -8770 1387016683 -8771 1005924974 -8772 362107485 -8773 125408464 -8774 171107067 -8775 573876807 -8776 801524014 -8777 243631075 -8778 210096931 -8779 501583073 -8780 1583022613 -8781 650943971 -8782 1009204059 -8783 525060629 -8784 1208090896 -8785 2146460928 -8786 83357491 -8787 168980328 -8788 1270733509 -8789 1709410485 -8790 1812722396 -8791 400456550 -8792 1354788762 -8793 99396433 -8794 1818624772 -8795 1679279141 -8796 373691838 -8797 735554801 -8798 185896486 -8799 97000611 -8800 12743847 -8801 1572913169 -8802 1102925585 -8803 374851332 -8804 1698321633 -8805 1274032652 -8806 948728139 -8807 352361999 -8808 1517663727 -8809 1158825070 -8810 853945072 -8811 953202693 -8812 1809769041 -8813 1863149132 -8814 1478263322 -8815 870376289 -8816 1862126412 -8817 1561620813 -8818 1039356618 -8819 985376273 -8820 1123547650 -8821 704595366 -8822 1385832823 -8823 330852764 -8824 803991799 -8825 1056973947 -8826 2010131905 -8827 1177683638 -8828 1792528748 -8829 48544743 -8830 1274684249 -8831 1805272595 -8832 1621457912 -8833 230126186 -8834 32640279 -8835 1172295898 -8836 1504158838 -8837 981368418 -8838 1524657897 -8839 874338918 -8840 2140193488 -8841 231119322 -8842 1827541611 -8843 1802478882 -8844 2094268454 -8845 1158321285 -8846 525371523 -8847 1808911218 -8848 572458450 -8849 1564728141 -8850 646803843 -8851 1696006100 -8852 121839860 -8853 2032636666 -8854 2026858864 -8855 925831659 -8856 942126965 -8857 1889507122 -8858 2103515297 -8859 587172065 -8860 1938051865 -8861 1230715898 -8862 244961012 -8863 1412026130 -8864 1460842084 -8865 277601291 -8866 436838380 -8867 817517275 -8868 1258969709 -8869 1961496277 -8870 1691856193 -8871 1251679549 -8872 45131951 -8873 1371914156 -8874 906674783 -8875 2139400405 -8876 382751793 -8877 1432046307 -8878 1800827975 -8879 955210243 -8880 849290800 -8881 300148170 -8882 503732695 -8883 971130660 -8884 185301188 -8885 383107911 -8886 1896962320 -8887 1127428153 -8888 125131385 -8889 1852993969 -8890 1714600218 -8891 2063183251 -8892 936226220 -8893 1959561230 -8894 1327725733 -8895 249584656 -8896 89678873 -8897 1764564113 -8898 1067101931 -8899 1348648582 -8900 1578576742 -8901 611474476 -8902 452844484 -8903 1623708694 -8904 1983388632 -8905 1359519267 -8906 1615625451 -8907 218656777 -8908 644081926 -8909 1268969779 -8910 1173867020 -8911 1493372727 -8912 1569117949 -8913 1677599715 -8914 317019739 -8915 1754419138 -8916 2060707627 -8917 66498411 -8918 734363643 -8919 38355364 -8920 1919492381 -8921 301480214 -8922 2101538615 -8923 708234953 -8924 113557796 -8925 1281780700 -8926 957819609 -8927 203236670 -8928 898861165 -8929 2024921541 -8930 1551885252 -8931 329954260 -8932 488912369 -8933 2004729736 -8934 1953662954 -8935 324817354 -8936 1216765356 -8937 1421804757 -8938 543474131 -8939 1860847282 -8940 543290888 -8941 1717341152 -8942 1206736361 -8943 2112408838 -8944 1247457219 -8945 1523756101 -8946 1719344328 -8947 1160681198 -8948 1590254512 -8949 306224323 -8950 1199036563 -8951 1362263245 -8952 607704537 -8953 1153091530 -8954 2070498198 -8955 721262334 -8956 287388583 -8957 880834160 -8958 924499004 -8959 1186249748 -8960 758272053 -8961 328900608 -8962 1516204008 -8963 1247184422 -8964 186146697 -8965 1322383314 -8966 1572001776 -8967 1402912053 -8968 596704424 -8969 2115475908 -8970 1116275687 -8971 1139995312 -8972 1685333412 -8973 175528401 -8974 1104920502 -8975 785306983 -8976 1699284502 -8977 676781182 -8978 1945988182 -8979 1142055366 -8980 983005506 -8981 997541097 -8982 356834964 -8983 1590710043 -8984 3148979 -8985 279849514 -8986 164488729 -8987 290537562 -8988 1160683674 -8989 1088987733 -8990 1476787311 -8991 1918955727 -8992 1417888342 -8993 845507671 -8994 1018656502 -8995 1604035039 -8996 20407338 -8997 443174630 -8998 859463444 -8999 617111762 -9000 411166890 -9001 1975739131 -9002 1757107074 -9003 2096500302 -9004 3783884 -9005 714543929 -9006 734323638 -9007 1703068386 -9008 1391325111 -9009 532828172 -9010 697640105 -9011 226846969 -9012 1530369269 -9013 1054475069 -9014 1817557013 -9015 1533518248 -9016 1334324583 -9017 1982045742 -9018 1824055811 -9019 347524610 -9020 923549828 -9021 1153359474 -9022 118996689 -9023 193954522 -9024 1998867145 -9025 1137653191 -9026 1797989561 -9027 2019274483 -9028 1580827822 -9029 509969357 -9030 488902597 -9031 1991994712 -9032 338224840 -9033 98526024 -9034 1941011367 -9035 342008725 -9036 813069953 -9037 527851357 -9038 2045077111 -9039 56911416 -9040 1060679529 -9041 595233568 -9042 283758386 -9043 443565150 -9044 1649708637 -9045 2101315399 -9046 1977083398 -9047 836549573 -9048 1935877493 -9049 1653655561 -9050 1184074183 -9051 711943673 -9052 659531387 -9053 1303070872 -9054 905898195 -9055 510914885 -9056 293240416 -9057 556404108 -9058 382705720 -9059 1874068238 -9060 1066373465 -9061 871608318 -9062 1718579302 -9063 1404598306 -9064 970134342 -9065 1512107021 -9066 1746607031 -9067 1783204295 -9068 2039958378 -9069 1644200494 -9070 1840115711 -9071 953154259 -9072 91950415 -9073 2123874097 -9074 1396719409 -9075 1741659052 -9076 2077705848 -9077 1226319160 -9078 430724977 -9079 1866099694 -9080 732491073 -9081 1614799160 -9082 430559719 -9083 1392022461 -9084 770386385 -9085 1336457915 -9086 1902937346 -9087 1063626801 -9088 1892862023 -9089 138159418 -9090 790211391 -9091 811751841 -9092 1009767736 -9093 361307045 -9094 68866499 -9095 1979902078 -9096 1873414067 -9097 1815473530 -9098 1615622725 -9099 1765888797 -9100 1312190376 -9101 1308254789 -9102 571559409 -9103 1404140791 -9104 1284645238 -9105 1968278818 -9106 998316196 -9107 1214867439 -9108 1047114330 -9109 1429041173 -9110 933483485 -9111 1779605404 -9112 896356686 -9113 1364043204 -9114 1024144217 -9115 1666743071 -9116 553017471 -9117 779597915 -9118 582886224 -9119 298395847 -9120 917757333 -9121 1373097615 -9122 1110147688 -9123 1927525070 -9124 1734404660 -9125 1179014187 -9126 1759943500 -9127 1460335079 -9128 847004069 -9129 1228082578 -9130 1078740229 -9131 11710797 -9132 388853719 -9133 1650299638 -9134 1415851589 -9135 1673498957 -9136 1471094808 -9137 266684137 -9138 740882748 -9139 370725491 -9140 1695725310 -9141 1674366233 -9142 2847247 -9143 444598348 -9144 890925790 -9145 1026991464 -9146 2111341419 -9147 1443943261 -9148 1806589379 -9149 546743995 -9150 1742339108 -9151 576863064 -9152 1919841610 -9153 705003148 -9154 356904486 -9155 1506762623 -9156 1884017335 -9157 2116847987 -9158 819614054 -9159 583537756 -9160 1197446917 -9161 1898354283 -9162 595248554 -9163 1586300636 -9164 1401170273 -9165 2011100143 -9166 1112315945 -9167 724781434 -9168 130300632 -9169 1853198694 -9170 1095506925 -9171 1826025942 -9172 1380081279 -9173 1098354172 -9174 123140643 -9175 123523421 -9176 2125345636 -9177 86998414 -9178 1567466683 -9179 1784451367 -9180 633742410 -9181 1162322143 -9182 213830783 -9183 406100372 -9184 1867325292 -9185 570735270 -9186 1912862995 -9187 1603858979 -9188 540099609 -9189 584993402 -9190 39913088 -9191 1737546526 -9192 335864037 -9193 635161642 -9194 1176363514 -9195 1737034311 -9196 498778137 -9197 141195811 -9198 314332097 -9199 629078769 -9200 1994394505 -9201 1409839022 -9202 307621063 -9203 1226992137 -9204 360709546 -9205 430761706 -9206 1350515558 -9207 338571534 -9208 517760121 -9209 770498593 -9210 2123022901 -9211 1151502531 -9212 1932820737 -9213 189370036 -9214 1557602903 -9215 1652662381 -9216 760105306 -9217 1322982251 -9218 1109037712 -9219 1300204915 -9220 1907975653 -9221 1148950800 -9222 890267793 -9223 96356042 -9224 1784112442 -9225 2066631307 -9226 1833390353 -9227 135406931 -9228 60343471 -9229 238802 -9230 764485700 -9231 2054737976 -9232 1410077824 -9233 1072106764 -9234 1134246465 -9235 1770787370 -9236 1502868470 -9237 337278376 -9238 2109358904 -9239 2020628591 -9240 1107776969 -9241 2084898157 -9242 1024647474 -9243 893114058 -9244 126784546 -9245 434766730 -9246 398292791 -9247 886889852 -9248 1757748981 -9249 1507330504 -9250 39611120 -9251 1518240986 -9252 508797656 -9253 929878913 -9254 1614597028 -9255 145426451 -9256 849026573 -9257 1300503734 -9258 280833382 -9259 909370044 -9260 1300742536 -9261 1045319083 -9262 816624372 -9263 563336713 -9264 2117425847 -9265 1950870838 -9266 186640435 -9267 1472810669 -9268 140665566 -9269 148515692 -9270 1345955613 -9271 1248442535 -9272 85930201 -9273 223119439 -9274 2141556594 -9275 212714747 -9276 657886169 -9277 392365737 -9278 1099604600 -9279 268151502 -9280 1899696241 -9281 1139215720 -9282 1786392488 -9283 261010250 -9284 2069094633 -9285 1253505869 -9286 406436701 -9287 770637558 -9288 406525955 -9289 687270083 -9290 1680007602 -9291 1707268491 -9292 1732589166 -9293 349148327 -9294 123121556 -9295 1702531365 -9296 152535517 -9297 309761992 -9298 1027858387 -9299 293201083 -9300 458277684 -9301 226330352 -9302 1541643618 -9303 544207885 -9304 449449791 -9305 1535716564 -9306 756922633 -9307 1107335961 -9308 1928082302 -9309 1856527233 -9310 1375487463 -9311 1680294895 -9312 848259305 -9313 1014396304 -9314 1941305145 -9315 769870290 -9316 120418525 -9317 200258198 -9318 1540507849 -9319 526944480 -9320 887528282 -9321 1073031803 -9322 86729323 -9323 472633800 -9324 1422180130 -9325 209850880 -9326 27681518 -9327 1574715647 -9328 519612872 -9329 1055539905 -9330 1867916730 -9331 977890556 -9332 1281870257 -9333 1262076701 -9334 1522098441 -9335 1731320048 -9336 650309617 -9337 131537426 -9338 691172361 -9339 430908271 -9340 1988064659 -9341 2066659825 -9342 2111203167 -9343 688840316 -9344 933572481 -9345 1905024664 -9346 1458710607 -9347 1053991006 -9348 2105282863 -9349 851734808 -9350 1580935486 -9351 845327497 -9352 1924766611 -9353 1667664809 -9354 1317961297 -9355 1199463094 -9356 1877515689 -9357 1345642815 -9358 626695093 -9359 249644913 -9360 253699072 -9361 347128176 -9362 1227535469 -9363 1535569329 -9364 1609204877 -9365 602150263 -9366 1119405730 -9367 112030846 -9368 733687689 -9369 1810578091 -9370 542939118 -9371 574268701 -9372 1729754268 -9373 506658637 -9374 1263109017 -9375 515843101 -9376 264199653 -9377 574335976 -9378 1569834107 -9379 221998868 -9380 1426070784 -9381 1003285945 -9382 1067326365 -9383 1203353748 -9384 523467107 -9385 237804015 -9386 255333194 -9387 253499148 -9388 1583446830 -9389 882028287 -9390 503144062 -9391 1837145903 -9392 1229156463 -9393 1730679531 -9394 1225231584 -9395 690877692 -9396 185346146 -9397 197153666 -9398 802908539 -9399 919033836 -9400 2007731758 -9401 1345847657 -9402 1493302537 -9403 1590002378 -9404 1852506294 -9405 608927906 -9406 2105845480 -9407 2116705947 -9408 1183263883 -9409 1528195939 -9410 191221168 -9411 461851019 -9412 383998237 -9413 1258547533 -9414 1665204767 -9415 907465344 -9416 1496351548 -9417 1920537961 -9418 1160964492 -9419 932314731 -9420 655082601 -9421 1664108554 -9422 621976986 -9423 1884239064 -9424 1247304438 -9425 1847208570 -9426 427633109 -9427 1432650584 -9428 2044362237 -9429 1230541648 -9430 204200772 -9431 1904610347 -9432 428905657 -9433 1697503309 -9434 1347129077 -9435 133928303 -9436 158947568 -9437 1305490909 -9438 103150602 -9439 1342211451 -9440 686203201 -9441 294371770 -9442 1804062470 -9443 1070201438 -9444 1552919304 -9445 1321783590 -9446 1977666782 -9447 901787204 -9448 1094837903 -9449 991147626 -9450 1834101935 -9451 1749920504 -9452 507772533 -9453 308595273 -9454 1486675921 -9455 1755076971 -9456 8320196 -9457 1914309030 -9458 1040243907 -9459 2052682433 -9460 997367030 -9461 1244444680 -9462 1809809132 -9463 1426272687 -9464 794464341 -9465 1009454561 -9466 1560200990 -9467 953411909 -9468 167461823 -9469 1663351592 -9470 148139712 -9471 853665024 -9472 1957723363 -9473 1952202183 -9474 1923866462 -9475 1363159019 -9476 1126502125 -9477 1754049596 -9478 117462575 -9479 73856380 -9480 597713574 -9481 1951564511 -9482 1823776885 -9483 1105486107 -9484 112676136 -9485 1162969158 -9486 713079430 -9487 120996332 -9488 929794540 -9489 1753323338 -9490 26195117 -9491 1927161570 -9492 850284370 -9493 1836004249 -9494 1205950609 -9495 1644748711 -9496 697975163 -9497 618667951 -9498 450676973 -9499 865436986 -9500 134535895 -9501 598816685 -9502 1719102010 -9503 2092259258 -9504 403535220 -9505 1495484824 -9506 1307934629 -9507 1530037345 -9508 1102050772 -9509 1425397205 -9510 1603893726 -9511 1699764346 -9512 1229478068 -9513 1280186963 -9514 657766806 -9515 1342154204 -9516 295672473 -9517 1370846236 -9518 1463150537 -9519 1225467013 -9520 976685926 -9521 1489345654 -9522 1005144935 -9523 1826970296 -9524 1177866256 -9525 63611896 -9526 1324235360 -9527 1875841419 -9528 682279847 -9529 1774912333 -9530 593794757 -9531 816815742 -9532 226245370 -9533 165413119 -9534 761591353 -9535 629780591 -9536 1660897943 -9537 2069525982 -9538 12334288 -9539 615465067 -9540 1347439539 -9541 1616228014 -9542 167745765 -9543 429433959 -9544 748931329 -9545 825512571 -9546 1771588164 -9547 1044603802 -9548 48875160 -9549 1087255053 -9550 122587167 -9551 1025561086 -9552 429117059 -9553 1127732102 -9554 705047735 -9555 1606983315 -9556 1191343998 -9557 2029283095 -9558 1335341086 -9559 1873623845 -9560 1656711780 -9561 1929135843 -9562 542955940 -9563 1882957150 -9564 2094548962 -9565 1304547293 -9566 365254093 -9567 1607963257 -9568 1226589627 -9569 377588382 -9570 75944676 -9571 426545519 -9572 1993816396 -9573 243690442 -9574 855979478 -9575 595264078 -9576 1069203013 -9577 480083994 -9578 1639867880 -9579 1118078173 -9580 1567339047 -9581 1762455048 -9582 2143639260 -9583 1996456107 -9584 742703502 -9585 701203347 -9586 1455955774 -9587 1934047501 -9588 583002794 -9589 643813213 -9590 1660187698 -9591 92230926 -9592 425465408 -9593 55659990 -9594 1975188076 -9595 372530723 -9596 1360207283 -9597 192958522 -9598 1980493980 -9599 439313263 -9600 570546904 -9601 2056438657 -9602 865858782 -9603 416879652 -9604 152645451 -9605 1721838260 -9606 1012143730 -9607 1221848464 -9608 54438607 -9609 504527963 -9610 192442990 -9611 1621777654 -9612 119499363 -9613 188598602 -9614 1470750113 -9615 862202865 -9616 889801949 -9617 779222240 -9618 648766718 -9619 1472804743 -9620 1423035453 -9621 161470769 -9622 1565035669 -9623 1848500861 -9624 217130759 -9625 1392740097 -9626 73547936 -9627 1577338043 -9628 1585698619 -9629 2054041917 -9630 2016651306 -9631 8761875 -9632 1962996926 -9633 735026440 -9634 425641528 -9635 2115642377 -9636 309381052 -9637 1437785258 -9638 1190007193 -9639 363819659 -9640 1942313221 -9641 1382450183 -9642 1985597314 -9643 2061812584 -9644 1571048785 -9645 1308863779 -9646 776531802 -9647 313367086 -9648 2088086019 -9649 1425298520 -9650 1786171829 -9651 1363637824 -9652 1586769289 -9653 1203723850 -9654 1064655038 -9655 1803900049 -9656 448980300 -9657 1138202974 -9658 1233754444 -9659 2034678919 -9660 1044761243 -9661 1102922102 -9662 2043440795 -9663 860274521 -9664 1837948542 -9665 321598675 -9666 828433250 -9667 2147329594 -9668 1759383933 -9669 2018440444 -9670 363665606 -9671 1554213507 -9672 1253406979 -9673 201779272 -9674 1468542443 -9675 676972117 -9676 1510643051 -9677 97590597 -9678 990339203 -9679 1451245423 -9680 1522889118 -9681 629027385 -9682 667399599 -9683 962174759 -9684 1832751235 -9685 1732054637 -9686 618591160 -9687 134247887 -9688 722773964 -9689 1852345604 -9690 21443159 -9691 1767535207 -9692 807784058 -9693 2064883954 -9694 480326081 -9695 498248952 -9696 238998981 -9697 1308759331 -9698 498094899 -9699 1998382914 -9700 1179716127 -9701 861760505 -9702 1405112773 -9703 285639459 -9704 1063539777 -9705 726171569 -9706 962611576 -9707 426699180 -9708 823762166 -9709 1952950779 -9710 1877944603 -9711 199167636 -9712 434494516 -9713 397860555 -9714 1161342396 -9715 119762104 -9716 2129915192 -9717 1779933556 -9718 254009991 -9719 705205508 -9720 1484795513 -9721 275453150 -9722 325257068 -9723 145095923 -9724 192853456 -9725 805583149 -9726 643344876 -9727 431852437 -9728 2114342480 -9729 1141439775 -9730 282751704 -9731 1146574960 -9732 2003200280 -9733 1687864477 -9734 1432214419 -9735 919256409 -9736 266552398 -9737 247342347 -9738 1345955589 -9739 1090314565 -9740 52809478 -9741 1076416545 -9742 1289482201 -9743 487303995 -9744 1474277100 -9745 303340949 -9746 607066099 -9747 1456708644 -9748 2083274506 -9749 861076090 -9750 14430505 -9751 1420586371 -9752 1136529241 -9753 339687573 -9754 1565682294 -9755 1329382697 -9756 1145270722 -9757 61543522 -9758 1761235135 -9759 1112129554 -9760 1202983297 -9761 2043986839 -9762 111220866 -9763 1058699929 -9764 1584367668 -9765 1543435285 -9766 1977956338 -9767 1850920067 -9768 1790777632 -9769 1176428280 -9770 793750984 -9771 1843587111 -9772 105361177 -9773 2083233185 -9774 183407458 -9775 1579638277 -9776 239090487 -9777 790473557 -9778 888863273 -9779 174881345 -9780 1651549647 -9781 903293778 -9782 1595467716 -9783 640595240 -9784 1242981351 -9785 1013666362 -9786 1969977938 -9787 240768425 -9788 1075209885 -9789 1583729425 -9790 1352897980 -9791 130709534 -9792 1480232616 -9793 1464118846 -9794 1189409464 -9795 917116636 -9796 860070484 -9797 1019882154 -9798 620553055 -9799 503364468 -9800 48826786 -9801 1414304039 -9802 199467931 -9803 154187963 -9804 1350053577 -9805 382875389 -9806 1733826240 -9807 1589144064 -9808 1173348946 -9809 475205866 -9810 1764025409 -9811 677414946 -9812 1378499644 -9813 1212009477 -9814 1318010186 -9815 473997348 -9816 78192191 -9817 1140504476 -9818 714765773 -9819 1153402076 -9820 576750253 -9821 2067663753 -9822 1284111611 -9823 2056982869 -9824 1384298952 -9825 326037427 -9826 826615858 -9827 96885788 -9828 1345919581 -9829 1447168913 -9830 600250256 -9831 1394746368 -9832 713989305 -9833 799718188 -9834 1548934331 -9835 2064042882 -9836 1182593577 -9837 1135276924 -9838 1505703298 -9839 208458876 -9840 1610482790 -9841 1122245059 -9842 885873822 -9843 841498786 -9844 186770888 -9845 56400360 -9846 1315496134 -9847 264963079 -9848 1196904837 -9849 2030261908 -9850 1418365156 -9851 1773655090 -9852 1950442013 -9853 554993119 -9854 1683154312 -9855 1187257317 -9856 881030546 -9857 362286522 -9858 1284143105 -9859 79466479 -9860 1809455435 -9861 1884393362 -9862 1474212847 -9863 375961092 -9864 536627902 -9865 875663531 -9866 292520326 -9867 1719221479 -9868 2010940455 -9869 1798223624 -9870 1927680355 -9871 1473939597 -9872 772985035 -9873 666070529 -9874 167954735 -9875 959755923 -9876 722470890 -9877 1483450870 -9878 1224719003 -9879 1919375727 -9880 1366229130 -9881 495600511 -9882 1545547169 -9883 1169187495 -9884 1050593630 -9885 1081217833 -9886 208961165 -9887 1931624176 -9888 1443504355 -9889 1493104270 -9890 2011090655 -9891 1105476143 -9892 1230013984 -9893 1337819855 -9894 1481437235 -9895 1766641886 -9896 65999738 -9897 1773957562 -9898 1338379718 -9899 2076940193 -9900 1424697538 -9901 1118576425 -9902 1403396142 -9903 50198926 -9904 1784646955 -9905 1571350877 -9906 1009954849 -9907 359634197 -9908 907318099 -9909 87190204 -9910 131526276 -9911 126063581 -9912 582790715 -9913 1677073445 -9914 1295251077 -9915 1633384345 -9916 610807631 -9917 1504212242 -9918 1417524873 -9919 2054311986 -9920 849832864 -9921 1281131881 -9922 1012304481 -9923 2079846849 -9924 471468088 -9925 346258069 -9926 1699005087 -9927 537467826 -9928 2120215631 -9929 889901157 -9930 466924371 -9931 1397429521 -9932 2008477583 -9933 1870320513 -9934 1447628447 -9935 1645640890 -9936 1294187742 -9937 310099649 -9938 2005275087 -9939 54022194 -9940 397289853 -9941 2136801363 -9942 180085775 -9943 980080569 -9944 1666391160 -9945 1475336852 -9946 465981266 -9947 129715143 -9948 832065446 -9949 1883506140 -9950 36543482 -9951 1681898311 -9952 1017154373 -9953 1048847963 -9954 1614261512 -9955 1488622461 -9956 1395106032 -9957 1165782951 -9958 2026090287 -9959 1367838015 -9960 2055684109 -9961 345531010 -9962 617783889 -9963 1916678044 -9964 68367875 -9965 2065412336 -9966 1414835286 -9967 1362555617 -9968 228028337 -9969 1272626725 -9970 1416577811 -9971 625318191 -9972 1261944440 -9973 1596663587 -9974 1605398760 -9975 780851952 -9976 924516791 -9977 2071380026 -9978 910567096 -9979 1756582238 -9980 1807402518 -9981 947110578 -9982 1290996901 -9983 677073243 -9984 1995958541 -9985 757774765 -9986 18212056 -9987 1243580926 -9988 1923557716 -9989 2044302343 -9990 463935293 -9991 1831758177 -9992 242349705 -9993 1081719182 -9994 1600952573 -9995 310717580 -9996 999647871 -9997 868304211 -9998 1673273198 -9999 1227676208 -\. --- --- Data for Name: bt_txt_heap; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.bt_txt_heap (seqno, random) FROM stdin; -9999 1227676208 -9998 1673273198 -9997 868304211 -9996 999647871 -9995 310717580 -9994 1600952573 -9993 1081719182 -9992 242349705 -9991 1831758177 -9990 463935293 -9989 2044302343 -9988 1923557716 -9987 1243580926 -9986 18212056 -9985 757774765 -9984 1995958541 -9983 677073243 -9982 1290996901 -9981 947110578 -9980 1807402518 -9979 1756582238 -9978 910567096 -9977 2071380026 -9976 924516791 -9975 780851952 -9974 1605398760 -9973 1596663587 -9972 1261944440 -9971 625318191 -9970 1416577811 -9969 1272626725 -9968 228028337 -9967 1362555617 -9966 1414835286 -9965 2065412336 -9964 68367875 -9963 1916678044 -9962 617783889 -9961 345531010 -9960 2055684109 -9959 1367838015 -9958 2026090287 -9957 1165782951 -9956 1395106032 -9955 1488622461 -9954 1614261512 -9953 1048847963 -9952 1017154373 -9951 1681898311 -9950 36543482 -9949 1883506140 -9948 832065446 -9947 129715143 -9946 465981266 -9945 1475336852 -9944 1666391160 -9943 980080569 -9942 180085775 -9941 2136801363 -9940 397289853 -9939 54022194 -9938 2005275087 -9937 310099649 -9936 1294187742 -9935 1645640890 -9934 1447628447 -9933 1870320513 -9932 2008477583 -9931 1397429521 -9930 466924371 -9929 889901157 -9928 2120215631 -9927 537467826 -9926 1699005087 -9925 346258069 -9924 471468088 -9923 2079846849 -9922 1012304481 -9921 1281131881 -9920 849832864 -9919 2054311986 -9918 1417524873 -9917 1504212242 -9916 610807631 -9915 1633384345 -9914 1295251077 -9913 1677073445 -9912 582790715 -9911 126063581 -9910 131526276 -9909 87190204 -9908 907318099 -9907 359634197 -9906 1009954849 -9905 1571350877 -9904 1784646955 -9903 50198926 -9902 1403396142 -9901 1118576425 -9900 1424697538 -9899 2076940193 -9898 1338379718 -9897 1773957562 -9896 65999738 -9895 1766641886 -9894 1481437235 -9893 1337819855 -9892 1230013984 -9891 1105476143 -9890 2011090655 -9889 1493104270 -9888 1443504355 -9887 1931624176 -9886 208961165 -9885 1081217833 -9884 1050593630 -9883 1169187495 -9882 1545547169 -9881 495600511 -9880 1366229130 -9879 1919375727 -9878 1224719003 -9877 1483450870 -9876 722470890 -9875 959755923 -9874 167954735 -9873 666070529 -9872 772985035 -9871 1473939597 -9870 1927680355 -9869 1798223624 -9868 2010940455 -9867 1719221479 -9866 292520326 -9865 875663531 -9864 536627902 -9863 375961092 -9862 1474212847 -9861 1884393362 -9860 1809455435 -9859 79466479 -9858 1284143105 -9857 362286522 -9856 881030546 -9855 1187257317 -9854 1683154312 -9853 554993119 -9852 1950442013 -9851 1773655090 -9850 1418365156 -9849 2030261908 -9848 1196904837 -9847 264963079 -9846 1315496134 -9845 56400360 -9844 186770888 -9843 841498786 -9842 885873822 -9841 1122245059 -9840 1610482790 -9839 208458876 -9838 1505703298 -9837 1135276924 -9836 1182593577 -9835 2064042882 -9834 1548934331 -9833 799718188 -9832 713989305 -9831 1394746368 -9830 600250256 -9829 1447168913 -9828 1345919581 -9827 96885788 -9826 826615858 -9825 326037427 -9824 1384298952 -9823 2056982869 -9822 1284111611 -9821 2067663753 -9820 576750253 -9819 1153402076 -9818 714765773 -9817 1140504476 -9816 78192191 -9815 473997348 -9814 1318010186 -9813 1212009477 -9812 1378499644 -9811 677414946 -9810 1764025409 -9809 475205866 -9808 1173348946 -9807 1589144064 -9806 1733826240 -9805 382875389 -9804 1350053577 -9803 154187963 -9802 199467931 -9801 1414304039 -9800 48826786 -9799 503364468 -9798 620553055 -9797 1019882154 -9796 860070484 -9795 917116636 -9794 1189409464 -9793 1464118846 -9792 1480232616 -9791 130709534 -9790 1352897980 -9789 1583729425 -9788 1075209885 -9787 240768425 -9786 1969977938 -9785 1013666362 -9784 1242981351 -9783 640595240 -9782 1595467716 -9781 903293778 -9780 1651549647 -9779 174881345 -9778 888863273 -9777 790473557 -9776 239090487 -9775 1579638277 -9774 183407458 -9773 2083233185 -9772 105361177 -9771 1843587111 -9770 793750984 -9769 1176428280 -9768 1790777632 -9767 1850920067 -9766 1977956338 -9765 1543435285 -9764 1584367668 -9763 1058699929 -9762 111220866 -9761 2043986839 -9760 1202983297 -9759 1112129554 -9758 1761235135 -9757 61543522 -9756 1145270722 -9755 1329382697 -9754 1565682294 -9753 339687573 -9752 1136529241 -9751 1420586371 -9750 14430505 -9749 861076090 -9748 2083274506 -9747 1456708644 -9746 607066099 -9745 303340949 -9744 1474277100 -9743 487303995 -9742 1289482201 -9741 1076416545 -9740 52809478 -9739 1090314565 -9738 1345955589 -9737 247342347 -9736 266552398 -9735 919256409 -9734 1432214419 -9733 1687864477 -9732 2003200280 -9731 1146574960 -9730 282751704 -9729 1141439775 -9728 2114342480 -9727 431852437 -9726 643344876 -9725 805583149 -9724 192853456 -9723 145095923 -9722 325257068 -9721 275453150 -9720 1484795513 -9719 705205508 -9718 254009991 -9717 1779933556 -9716 2129915192 -9715 119762104 -9714 1161342396 -9713 397860555 -9712 434494516 -9711 199167636 -9710 1877944603 -9709 1952950779 -9708 823762166 -9707 426699180 -9706 962611576 -9705 726171569 -9704 1063539777 -9703 285639459 -9702 1405112773 -9701 861760505 -9700 1179716127 -9699 1998382914 -9698 498094899 -9697 1308759331 -9696 238998981 -9695 498248952 -9694 480326081 -9693 2064883954 -9692 807784058 -9691 1767535207 -9690 21443159 -9689 1852345604 -9688 722773964 -9687 134247887 -9686 618591160 -9685 1732054637 -9684 1832751235 -9683 962174759 -9682 667399599 -9681 629027385 -9680 1522889118 -9679 1451245423 -9678 990339203 -9677 97590597 -9676 1510643051 -9675 676972117 -9674 1468542443 -9673 201779272 -9672 1253406979 -9671 1554213507 -9670 363665606 -9669 2018440444 -9668 1759383933 -9667 2147329594 -9666 828433250 -9665 321598675 -9664 1837948542 -9663 860274521 -9662 2043440795 -9661 1102922102 -9660 1044761243 -9659 2034678919 -9658 1233754444 -9657 1138202974 -9656 448980300 -9655 1803900049 -9654 1064655038 -9653 1203723850 -9652 1586769289 -9651 1363637824 -9650 1786171829 -9649 1425298520 -9648 2088086019 -9647 313367086 -9646 776531802 -9645 1308863779 -9644 1571048785 -9643 2061812584 -9642 1985597314 -9641 1382450183 -9640 1942313221 -9639 363819659 -9638 1190007193 -9637 1437785258 -9636 309381052 -9635 2115642377 -9634 425641528 -9633 735026440 -9632 1962996926 -9631 8761875 -9630 2016651306 -9629 2054041917 -9628 1585698619 -9627 1577338043 -9626 73547936 -9625 1392740097 -9624 217130759 -9623 1848500861 -9622 1565035669 -9621 161470769 -9620 1423035453 -9619 1472804743 -9618 648766718 -9617 779222240 -9616 889801949 -9615 862202865 -9614 1470750113 -9613 188598602 -9612 119499363 -9611 1621777654 -9610 192442990 -9609 504527963 -9608 54438607 -9607 1221848464 -9606 1012143730 -9605 1721838260 -9604 152645451 -9603 416879652 -9602 865858782 -9601 2056438657 -9600 570546904 -9599 439313263 -9598 1980493980 -9597 192958522 -9596 1360207283 -9595 372530723 -9594 1975188076 -9593 55659990 -9592 425465408 -9591 92230926 -9590 1660187698 -9589 643813213 -9588 583002794 -9587 1934047501 -9586 1455955774 -9585 701203347 -9584 742703502 -9583 1996456107 -9582 2143639260 -9581 1762455048 -9580 1567339047 -9579 1118078173 -9578 1639867880 -9577 480083994 -9576 1069203013 -9575 595264078 -9574 855979478 -9573 243690442 -9572 1993816396 -9571 426545519 -9570 75944676 -9569 377588382 -9568 1226589627 -9567 1607963257 -9566 365254093 -9565 1304547293 -9564 2094548962 -9563 1882957150 -9562 542955940 -9561 1929135843 -9560 1656711780 -9559 1873623845 -9558 1335341086 -9557 2029283095 -9556 1191343998 -9555 1606983315 -9554 705047735 -9553 1127732102 -9552 429117059 -9551 1025561086 -9550 122587167 -9549 1087255053 -9548 48875160 -9547 1044603802 -9546 1771588164 -9545 825512571 -9544 748931329 -9543 429433959 -9542 167745765 -9541 1616228014 -9540 1347439539 -9539 615465067 -9538 12334288 -9537 2069525982 -9536 1660897943 -9535 629780591 -9534 761591353 -9533 165413119 -9532 226245370 -9531 816815742 -9530 593794757 -9529 1774912333 -9528 682279847 -9527 1875841419 -9526 1324235360 -9525 63611896 -9524 1177866256 -9523 1826970296 -9522 1005144935 -9521 1489345654 -9520 976685926 -9519 1225467013 -9518 1463150537 -9517 1370846236 -9516 295672473 -9515 1342154204 -9514 657766806 -9513 1280186963 -9512 1229478068 -9511 1699764346 -9510 1603893726 -9509 1425397205 -9508 1102050772 -9507 1530037345 -9506 1307934629 -9505 1495484824 -9504 403535220 -9503 2092259258 -9502 1719102010 -9501 598816685 -9500 134535895 -9499 865436986 -9498 450676973 -9497 618667951 -9496 697975163 -9495 1644748711 -9494 1205950609 -9493 1836004249 -9492 850284370 -9491 1927161570 -9490 26195117 -9489 1753323338 -9488 929794540 -9487 120996332 -9486 713079430 -9485 1162969158 -9484 112676136 -9483 1105486107 -9482 1823776885 -9481 1951564511 -9480 597713574 -9479 73856380 -9478 117462575 -9477 1754049596 -9476 1126502125 -9475 1363159019 -9474 1923866462 -9473 1952202183 -9472 1957723363 -9471 853665024 -9470 148139712 -9469 1663351592 -9468 167461823 -9467 953411909 -9466 1560200990 -9465 1009454561 -9464 794464341 -9463 1426272687 -9462 1809809132 -9461 1244444680 -9460 997367030 -9459 2052682433 -9458 1040243907 -9457 1914309030 -9456 8320196 -9455 1755076971 -9454 1486675921 -9453 308595273 -9452 507772533 -9451 1749920504 -9450 1834101935 -9449 991147626 -9448 1094837903 -9447 901787204 -9446 1977666782 -9445 1321783590 -9444 1552919304 -9443 1070201438 -9442 1804062470 -9441 294371770 -9440 686203201 -9439 1342211451 -9438 103150602 -9437 1305490909 -9436 158947568 -9435 133928303 -9434 1347129077 -9433 1697503309 -9432 428905657 -9431 1904610347 -9430 204200772 -9429 1230541648 -9428 2044362237 -9427 1432650584 -9426 427633109 -9425 1847208570 -9424 1247304438 -9423 1884239064 -9422 621976986 -9421 1664108554 -9420 655082601 -9419 932314731 -9418 1160964492 -9417 1920537961 -9416 1496351548 -9415 907465344 -9414 1665204767 -9413 1258547533 -9412 383998237 -9411 461851019 -9410 191221168 -9409 1528195939 -9408 1183263883 -9407 2116705947 -9406 2105845480 -9405 608927906 -9404 1852506294 -9403 1590002378 -9402 1493302537 -9401 1345847657 -9400 2007731758 -9399 919033836 -9398 802908539 -9397 197153666 -9396 185346146 -9395 690877692 -9394 1225231584 -9393 1730679531 -9392 1229156463 -9391 1837145903 -9390 503144062 -9389 882028287 -9388 1583446830 -9387 253499148 -9386 255333194 -9385 237804015 -9384 523467107 -9383 1203353748 -9382 1067326365 -9381 1003285945 -9380 1426070784 -9379 221998868 -9378 1569834107 -9377 574335976 -9376 264199653 -9375 515843101 -9374 1263109017 -9373 506658637 -9372 1729754268 -9371 574268701 -9370 542939118 -9369 1810578091 -9368 733687689 -9367 112030846 -9366 1119405730 -9365 602150263 -9364 1609204877 -9363 1535569329 -9362 1227535469 -9361 347128176 -9360 253699072 -9359 249644913 -9358 626695093 -9357 1345642815 -9356 1877515689 -9355 1199463094 -9354 1317961297 -9353 1667664809 -9352 1924766611 -9351 845327497 -9350 1580935486 -9349 851734808 -9348 2105282863 -9347 1053991006 -9346 1458710607 -9345 1905024664 -9344 933572481 -9343 688840316 -9342 2111203167 -9341 2066659825 -9340 1988064659 -9339 430908271 -9338 691172361 -9337 131537426 -9336 650309617 -9335 1731320048 -9334 1522098441 -9333 1262076701 -9332 1281870257 -9331 977890556 -9330 1867916730 -9329 1055539905 -9328 519612872 -9327 1574715647 -9326 27681518 -9325 209850880 -9324 1422180130 -9323 472633800 -9322 86729323 -9321 1073031803 -9320 887528282 -9319 526944480 -9318 1540507849 -9317 200258198 -9316 120418525 -9315 769870290 -9314 1941305145 -9313 1014396304 -9312 848259305 -9311 1680294895 -9310 1375487463 -9309 1856527233 -9308 1928082302 -9307 1107335961 -9306 756922633 -9305 1535716564 -9304 449449791 -9303 544207885 -9302 1541643618 -9301 226330352 -9300 458277684 -9299 293201083 -9298 1027858387 -9297 309761992 -9296 152535517 -9295 1702531365 -9294 123121556 -9293 349148327 -9292 1732589166 -9291 1707268491 -9290 1680007602 -9289 687270083 -9288 406525955 -9287 770637558 -9286 406436701 -9285 1253505869 -9284 2069094633 -9283 261010250 -9282 1786392488 -9281 1139215720 -9280 1899696241 -9279 268151502 -9278 1099604600 -9277 392365737 -9276 657886169 -9275 212714747 -9274 2141556594 -9273 223119439 -9272 85930201 -9271 1248442535 -9270 1345955613 -9269 148515692 -9268 140665566 -9267 1472810669 -9266 186640435 -9265 1950870838 -9264 2117425847 -9263 563336713 -9262 816624372 -9261 1045319083 -9260 1300742536 -9259 909370044 -9258 280833382 -9257 1300503734 -9256 849026573 -9255 145426451 -9254 1614597028 -9253 929878913 -9252 508797656 -9251 1518240986 -9250 39611120 -9249 1507330504 -9248 1757748981 -9247 886889852 -9246 398292791 -9245 434766730 -9244 126784546 -9243 893114058 -9242 1024647474 -9241 2084898157 -9240 1107776969 -9239 2020628591 -9238 2109358904 -9237 337278376 -9236 1502868470 -9235 1770787370 -9234 1134246465 -9233 1072106764 -9232 1410077824 -9231 2054737976 -9230 764485700 -9229 238802 -9228 60343471 -9227 135406931 -9226 1833390353 -9225 2066631307 -9224 1784112442 -9223 96356042 -9222 890267793 -9221 1148950800 -9220 1907975653 -9219 1300204915 -9218 1109037712 -9217 1322982251 -9216 760105306 -9215 1652662381 -9214 1557602903 -9213 189370036 -9212 1932820737 -9211 1151502531 -9210 2123022901 -9209 770498593 -9208 517760121 -9207 338571534 -9206 1350515558 -9205 430761706 -9204 360709546 -9203 1226992137 -9202 307621063 -9201 1409839022 -9200 1994394505 -9199 629078769 -9198 314332097 -9197 141195811 -9196 498778137 -9195 1737034311 -9194 1176363514 -9193 635161642 -9192 335864037 -9191 1737546526 -9190 39913088 -9189 584993402 -9188 540099609 -9187 1603858979 -9186 1912862995 -9185 570735270 -9184 1867325292 -9183 406100372 -9182 213830783 -9181 1162322143 -9180 633742410 -9179 1784451367 -9178 1567466683 -9177 86998414 -9176 2125345636 -9175 123523421 -9174 123140643 -9173 1098354172 -9172 1380081279 -9171 1826025942 -9170 1095506925 -9169 1853198694 -9168 130300632 -9167 724781434 -9166 1112315945 -9165 2011100143 -9164 1401170273 -9163 1586300636 -9162 595248554 -9161 1898354283 -9160 1197446917 -9159 583537756 -9158 819614054 -9157 2116847987 -9156 1884017335 -9155 1506762623 -9154 356904486 -9153 705003148 -9152 1919841610 -9151 576863064 -9150 1742339108 -9149 546743995 -9148 1806589379 -9147 1443943261 -9146 2111341419 -9145 1026991464 -9144 890925790 -9143 444598348 -9142 2847247 -9141 1674366233 -9140 1695725310 -9139 370725491 -9138 740882748 -9137 266684137 -9136 1471094808 -9135 1673498957 -9134 1415851589 -9133 1650299638 -9132 388853719 -9131 11710797 -9130 1078740229 -9129 1228082578 -9128 847004069 -9127 1460335079 -9126 1759943500 -9125 1179014187 -9124 1734404660 -9123 1927525070 -9122 1110147688 -9121 1373097615 -9120 917757333 -9119 298395847 -9118 582886224 -9117 779597915 -9116 553017471 -9115 1666743071 -9114 1024144217 -9113 1364043204 -9112 896356686 -9111 1779605404 -9110 933483485 -9109 1429041173 -9108 1047114330 -9107 1214867439 -9106 998316196 -9105 1968278818 -9104 1284645238 -9103 1404140791 -9102 571559409 -9101 1308254789 -9100 1312190376 -9099 1765888797 -9098 1615622725 -9097 1815473530 -9096 1873414067 -9095 1979902078 -9094 68866499 -9093 361307045 -9092 1009767736 -9091 811751841 -9090 790211391 -9089 138159418 -9088 1892862023 -9087 1063626801 -9086 1902937346 -9085 1336457915 -9084 770386385 -9083 1392022461 -9082 430559719 -9081 1614799160 -9080 732491073 -9079 1866099694 -9078 430724977 -9077 1226319160 -9076 2077705848 -9075 1741659052 -9074 1396719409 -9073 2123874097 -9072 91950415 -9071 953154259 -9070 1840115711 -9069 1644200494 -9068 2039958378 -9067 1783204295 -9066 1746607031 -9065 1512107021 -9064 970134342 -9063 1404598306 -9062 1718579302 -9061 871608318 -9060 1066373465 -9059 1874068238 -9058 382705720 -9057 556404108 -9056 293240416 -9055 510914885 -9054 905898195 -9053 1303070872 -9052 659531387 -9051 711943673 -9050 1184074183 -9049 1653655561 -9048 1935877493 -9047 836549573 -9046 1977083398 -9045 2101315399 -9044 1649708637 -9043 443565150 -9042 283758386 -9041 595233568 -9040 1060679529 -9039 56911416 -9038 2045077111 -9037 527851357 -9036 813069953 -9035 342008725 -9034 1941011367 -9033 98526024 -9032 338224840 -9031 1991994712 -9030 488902597 -9029 509969357 -9028 1580827822 -9027 2019274483 -9026 1797989561 -9025 1137653191 -9024 1998867145 -9023 193954522 -9022 118996689 -9021 1153359474 -9020 923549828 -9019 347524610 -9018 1824055811 -9017 1982045742 -9016 1334324583 -9015 1533518248 -9014 1817557013 -9013 1054475069 -9012 1530369269 -9011 226846969 -9010 697640105 -9009 532828172 -9008 1391325111 -9007 1703068386 -9006 734323638 -9005 714543929 -9004 3783884 -9003 2096500302 -9002 1757107074 -9001 1975739131 -9000 411166890 -8999 617111762 -8998 859463444 -8997 443174630 -8996 20407338 -8995 1604035039 -8994 1018656502 -8993 845507671 -8992 1417888342 -8991 1918955727 -8990 1476787311 -8989 1088987733 -8988 1160683674 -8987 290537562 -8986 164488729 -8985 279849514 -8984 3148979 -8983 1590710043 -8982 356834964 -8981 997541097 -8980 983005506 -8979 1142055366 -8978 1945988182 -8977 676781182 -8976 1699284502 -8975 785306983 -8974 1104920502 -8973 175528401 -8972 1685333412 -8971 1139995312 -8970 1116275687 -8969 2115475908 -8968 596704424 -8967 1402912053 -8966 1572001776 -8965 1322383314 -8964 186146697 -8963 1247184422 -8962 1516204008 -8961 328900608 -8960 758272053 -8959 1186249748 -8958 924499004 -8957 880834160 -8956 287388583 -8955 721262334 -8954 2070498198 -8953 1153091530 -8952 607704537 -8951 1362263245 -8950 1199036563 -8949 306224323 -8948 1590254512 -8947 1160681198 -8946 1719344328 -8945 1523756101 -8944 1247457219 -8943 2112408838 -8942 1206736361 -8941 1717341152 -8940 543290888 -8939 1860847282 -8938 543474131 -8937 1421804757 -8936 1216765356 -8935 324817354 -8934 1953662954 -8933 2004729736 -8932 488912369 -8931 329954260 -8930 1551885252 -8929 2024921541 -8928 898861165 -8927 203236670 -8926 957819609 -8925 1281780700 -8924 113557796 -8923 708234953 -8922 2101538615 -8921 301480214 -8920 1919492381 -8919 38355364 -8918 734363643 -8917 66498411 -8916 2060707627 -8915 1754419138 -8914 317019739 -8913 1677599715 -8912 1569117949 -8911 1493372727 -8910 1173867020 -8909 1268969779 -8908 644081926 -8907 218656777 -8906 1615625451 -8905 1359519267 -8904 1983388632 -8903 1623708694 -8902 452844484 -8901 611474476 -8900 1578576742 -8899 1348648582 -8898 1067101931 -8897 1764564113 -8896 89678873 -8895 249584656 -8894 1327725733 -8893 1959561230 -8892 936226220 -8891 2063183251 -8890 1714600218 -8889 1852993969 -8888 125131385 -8887 1127428153 -8886 1896962320 -8885 383107911 -8884 185301188 -8883 971130660 -8882 503732695 -8881 300148170 -8880 849290800 -8879 955210243 -8878 1800827975 -8877 1432046307 -8876 382751793 -8875 2139400405 -8874 906674783 -8873 1371914156 -8872 45131951 -8871 1251679549 -8870 1691856193 -8869 1961496277 -8868 1258969709 -8867 817517275 -8866 436838380 -8865 277601291 -8864 1460842084 -8863 1412026130 -8862 244961012 -8861 1230715898 -8860 1938051865 -8859 587172065 -8858 2103515297 -8857 1889507122 -8856 942126965 -8855 925831659 -8854 2026858864 -8853 2032636666 -8852 121839860 -8851 1696006100 -8850 646803843 -8849 1564728141 -8848 572458450 -8847 1808911218 -8846 525371523 -8845 1158321285 -8844 2094268454 -8843 1802478882 -8842 1827541611 -8841 231119322 -8840 2140193488 -8839 874338918 -8838 1524657897 -8837 981368418 -8836 1504158838 -8835 1172295898 -8834 32640279 -8833 230126186 -8832 1621457912 -8831 1805272595 -8830 1274684249 -8829 48544743 -8828 1792528748 -8827 1177683638 -8826 2010131905 -8825 1056973947 -8824 803991799 -8823 330852764 -8822 1385832823 -8821 704595366 -8820 1123547650 -8819 985376273 -8818 1039356618 -8817 1561620813 -8816 1862126412 -8815 870376289 -8814 1478263322 -8813 1863149132 -8812 1809769041 -8811 953202693 -8810 853945072 -8809 1158825070 -8808 1517663727 -8807 352361999 -8806 948728139 -8805 1274032652 -8804 1698321633 -8803 374851332 -8802 1102925585 -8801 1572913169 -8800 12743847 -8799 97000611 -8798 185896486 -8797 735554801 -8796 373691838 -8795 1679279141 -8794 1818624772 -8793 99396433 -8792 1354788762 -8791 400456550 -8790 1812722396 -8789 1709410485 -8788 1270733509 -8787 168980328 -8786 83357491 -8785 2146460928 -8784 1208090896 -8783 525060629 -8782 1009204059 -8781 650943971 -8780 1583022613 -8779 501583073 -8778 210096931 -8777 243631075 -8776 801524014 -8775 573876807 -8774 171107067 -8773 125408464 -8772 362107485 -8771 1005924974 -8770 1387016683 -8769 1424672694 -8768 1870792420 -8767 654100993 -8766 1064413677 -8765 274295405 -8764 324490378 -8763 1418168222 -8762 434157684 -8761 1792861925 -8760 1277206689 -8759 1643742068 -8758 1626052994 -8757 1271756229 -8756 1108373080 -8755 1705780510 -8754 1137256868 -8753 557146925 -8752 1089521663 -8751 507620986 -8750 440847039 -8749 1339391538 -8748 1847542707 -8747 1783703772 -8746 72524007 -8745 676115549 -8744 211769322 -8743 1312665741 -8742 885875429 -8741 1084918439 -8740 1282616201 -8739 732915690 -8738 360259017 -8737 1596497015 -8736 329610614 -8735 1793729103 -8734 1987621369 -8733 679112101 -8732 140961533 -8731 937899264 -8730 166808931 -8729 5450460 -8728 535368987 -8727 2067756132 -8726 134499360 -8725 551226155 -8724 616258846 -8723 629635882 -8722 116299885 -8721 1897613773 -8720 807561927 -8719 804626915 -8718 1266867531 -8717 1171427157 -8716 1571934450 -8715 907341914 -8714 1937723768 -8713 1274334531 -8712 30049540 -8711 152959739 -8710 724659422 -8709 1833602834 -8708 403305075 -8707 714013562 -8706 1756359294 -8705 1797982161 -8704 1652767570 -8703 1049722104 -8702 512303169 -8701 135511073 -8700 402530277 -8699 246536447 -8698 2018434747 -8697 2131626480 -8696 1451497285 -8695 1652347126 -8694 434926270 -8693 866128721 -8692 1969557602 -8691 1459156618 -8690 630746242 -8689 1783618418 -8688 1380176112 -8687 359525617 -8686 1381187037 -8685 297599919 -8684 877292374 -8683 1784764028 -8682 549675109 -8681 343930353 -8680 1897138312 -8679 10645860 -8678 77243540 -8677 752806562 -8676 1208729640 -8675 706637189 -8674 1285678992 -8673 1517256497 -8672 647191827 -8671 265766722 -8670 264559973 -8669 418387445 -8668 942522810 -8667 366087621 -8666 1696700210 -8665 585368564 -8664 1830273172 -8663 1123253299 -8662 235382479 -8661 185939184 -8660 78980506 -8659 271220625 -8658 402431380 -8657 1082576193 -8656 1629716891 -8655 1743906657 -8654 1895408458 -8653 533362020 -8652 2035109364 -8651 539029249 -8650 266686813 -8649 1144331750 -8648 949399868 -8647 1518089999 -8646 1614611218 -8645 1838956791 -8644 59445362 -8643 1019912270 -8642 1252696523 -8641 228804382 -8640 1470727560 -8639 2045956000 -8638 869170883 -8637 357154246 -8636 683298097 -8635 573446910 -8634 349986084 -8633 1644333987 -8632 1044272793 -8631 2111645502 -8630 1930991452 -8629 1143887961 -8628 788987382 -8627 806008371 -8626 1334651382 -8625 1096354870 -8624 1856280940 -8623 1356379209 -8622 266675207 -8621 890777614 -8620 1737113029 -8619 896080462 -8618 1677204180 -8617 1257926725 -8616 1458644637 -8615 594698948 -8614 586260267 -8613 1978124627 -8612 1696668358 -8611 1354224171 -8610 1507117147 -8609 1113573314 -8608 1362657903 -8607 295723972 -8606 7168161 -8605 1186447757 -8604 1676657765 -8603 385824230 -8602 1860826183 -8601 2047868480 -8600 1322658120 -8599 1124983080 -8598 1956720226 -8597 1840116159 -8596 1097211079 -8595 2125755821 -8594 829679663 -8593 965503326 -8592 1766749828 -8591 1518078393 -8590 1361057082 -8589 479186304 -8588 1584919473 -8587 1082505232 -8586 671666457 -8585 1628003657 -8584 1045514238 -8583 1379519744 -8582 471007480 -8581 583095044 -8580 2139049915 -8579 1211393175 -8578 1106405152 -8577 176210146 -8576 766549855 -8575 1768827579 -8574 1473105222 -8573 1776272932 -8572 1210649757 -8571 735843103 -8570 91148254 -8569 1630025609 -8568 27772001 -8567 1978448053 -8566 1010436496 -8565 131707753 -8564 359005992 -8563 1459084917 -8562 1751929891 -8561 1287563524 -8560 2080642568 -8559 278551850 -8558 1955003494 -8557 2104399463 -8556 36990994 -8555 1439630361 -8554 1156996177 -8553 462419194 -8552 1387953477 -8551 1407097953 -8550 1624173539 -8549 1962839769 -8548 444843319 -8547 1485061221 -8546 850588572 -8545 1137760571 -8544 558177822 -8543 737262119 -8542 1685124678 -8541 1728107796 -8540 708071101 -8539 260183848 -8538 619589112 -8537 2043547896 -8536 1619442061 -8535 1698835227 -8534 527261509 -8533 1218926116 -8532 1525925997 -8531 1473378041 -8530 1480043678 -8529 2123726753 -8528 241560856 -8527 515373133 -8526 947403286 -8525 1722055448 -8524 51676884 -8523 1897381872 -8522 985729302 -8521 1572597355 -8520 962254633 -8519 139112318 -8518 1112251197 -8517 1454566396 -8516 926883399 -8515 113326453 -8514 1600119540 -8513 977553673 -8512 29191017 -8511 1424940830 -8510 1108518684 -8509 812006853 -8508 788225435 -8507 1068237533 -8506 1516286387 -8505 400515945 -8504 172909230 -8503 1201367116 -8502 1886366086 -8501 1549682892 -8500 1231817184 -8499 964670544 -8498 1176323467 -8497 666989056 -8496 463696249 -8495 1197505061 -8494 736326145 -8493 626563176 -8492 935127239 -8491 846616984 -8490 460346158 -8489 1655171885 -8488 1359712567 -8487 998924744 -8486 2001930504 -8485 2096813373 -8484 84135435 -8483 175178710 -8482 2016518637 -8481 1364667812 -8480 636715394 -8479 40281150 -8478 1443204114 -8477 387709490 -8476 895328303 -8475 314919270 -8474 661633507 -8473 770709986 -8472 2117033580 -8471 921695541 -8470 373359425 -8469 564828128 -8468 500974295 -8467 2126302053 -8466 2078146559 -8465 1984616721 -8464 262377822 -8463 2037192809 -8462 166217018 -8461 1427439002 -8460 1634388064 -8459 1608905061 -8458 1800725029 -8457 1410382842 -8456 914789309 -8455 1826751793 -8454 80294736 -8453 866951271 -8452 1685946964 -8451 1976237487 -8450 2068947346 -8449 249005904 -8448 1292436495 -8447 1128284843 -8446 1873559631 -8445 124618317 -8444 345369338 -8443 1887421613 -8442 397350561 -8441 1552205452 -8440 420721246 -8439 394541019 -8438 634165217 -8437 663841222 -8436 1863924231 -8435 40953749 -8434 1818399702 -8433 982422468 -8432 402804745 -8431 704795605 -8430 1774197621 -8429 224005222 -8428 694115752 -8427 2121456883 -8426 1330088106 -8425 47838038 -8424 140804829 -8423 251540897 -8422 945487572 -8421 1436941060 -8420 683800992 -8419 940662503 -8418 522929920 -8417 1167818177 -8416 782915505 -8415 2133621666 -8414 1874751404 -8413 940647534 -8412 1466700367 -8411 2809541 -8410 918040235 -8409 1904363672 -8408 678100436 -8407 593211467 -8406 992925167 -8405 881501762 -8404 1785632652 -8403 1113604097 -8402 1355708495 -8401 178799522 -8400 10679852 -8399 1800224385 -8398 1041400764 -8397 646277714 -8396 1980652054 -8395 1078547209 -8394 1249834113 -8393 851347417 -8392 1715223553 -8391 4825069 -8390 914011139 -8389 1663466462 -8388 157746998 -8387 536791902 -8386 1440550421 -8385 1989751618 -8384 666921299 -8383 1871941863 -8382 22607299 -8381 1709820342 -8380 1472192753 -8379 324828767 -8378 911438505 -8377 1944082322 -8376 955062463 -8375 2026804718 -8374 1673276915 -8373 1606833130 -8372 1102924245 -8371 1702967758 -8370 1284882406 -8369 1511885786 -8368 1967055979 -8367 2110337203 -8366 1543927249 -8365 1129304636 -8364 1510807304 -8363 1245009044 -8362 2084819926 -8361 51757090 -8360 1994561719 -8359 377219237 -8358 222916041 -8357 315479027 -8356 2017354251 -8355 1716092206 -8354 1967144319 -8353 1104584604 -8352 399749110 -8351 1845262180 -8350 798381837 -8349 1675594079 -8348 1517249952 -8347 1032117435 -8346 270805407 -8345 1495712981 -8344 923880473 -8343 2117792805 -8342 321950724 -8341 1738522107 -8340 1883395426 -8339 1322028850 -8338 2115442185 -8337 837751343 -8336 599529899 -8335 298918205 -8334 1191968358 -8333 1459050213 -8332 1397930972 -8331 1707600689 -8330 1976324697 -8329 1679082692 -8328 507348633 -8327 654307483 -8326 495818356 -8325 912769647 -8324 1316343096 -8323 121882139 -8322 306202767 -8321 871638679 -8320 328012227 -8319 1913748050 -8318 1404788672 -8317 21536971 -8316 108236962 -8315 300496250 -8314 1173762257 -8313 1332842014 -8312 234397378 -8311 1147405521 -8310 1770563570 -8309 1045644083 -8308 722498951 -8307 1816523980 -8306 1793266632 -8305 1287963334 -8304 1048470880 -8303 1631851317 -8302 1630209164 -8301 1866331928 -8300 1200252055 -8299 1322017213 -8298 1183264335 -8297 1742062634 -8296 1485448035 -8295 373936217 -8294 606566880 -8293 444704417 -8292 1941353559 -8291 539938364 -8290 1614333655 -8289 306475256 -8288 1805511088 -8287 1104292422 -8286 995258362 -8285 922878596 -8284 66098871 -8283 26356735 -8282 1709762092 -8281 1336236943 -8280 424906570 -8279 2101523238 -8278 1399861099 -8277 1582019265 -8276 768053099 -8275 161415315 -8274 1805237817 -8273 1329622600 -8272 431599262 -8271 308191951 -8270 683067593 -8269 1605673069 -8268 1984052826 -8267 809328118 -8266 1135495754 -8265 1040743618 -8264 580066306 -8263 66628515 -8262 977854410 -8261 1634878303 -8260 881910924 -8259 510041233 -8258 1458700541 -8257 882632492 -8256 1038193550 -8255 968901627 -8254 1360600152 -8253 877345576 -8252 1748933813 -8251 1755722502 -8250 2083859492 -8249 990370953 -8248 1333470138 -8247 1238445784 -8246 1924265095 -8245 1585914147 -8244 1877299701 -8243 1497045866 -8242 646555007 -8241 973409841 -8240 471622773 -8239 2021223123 -8238 470177314 -8237 943309207 -8236 229261812 -8235 1068867239 -8234 62889208 -8233 1092671650 -8232 1332201239 -8231 467813177 -8230 176177762 -8229 2146762079 -8228 1619331330 -8227 489798914 -8226 1669515988 -8225 160847974 -8224 1367451462 -8223 1752361298 -8222 940969732 -8221 758562859 -8220 422252363 -8219 845413708 -8218 1213589506 -8217 1895039639 -8216 1508629731 -8215 427219229 -8214 939359140 -8213 903889860 -8212 1025423093 -8211 772815532 -8210 503232526 -8209 1675797213 -8208 1791961311 -8207 1548793723 -8206 880419999 -8205 1284073809 -8204 1884149647 -8203 1742559679 -8202 916493888 -8201 1332922808 -8200 995965494 -8199 1833862495 -8198 477246091 -8197 1458483356 -8196 1269831100 -8195 2064638338 -8194 1367361889 -8193 608888602 -8192 1330108934 -8191 95556024 -8190 1692457001 -8189 674696372 -8188 1484267625 -8187 786370277 -8186 955680498 -8185 604739871 -8184 1549279783 -8183 166543608 -8182 400657333 -8181 1497109528 -8180 1128337869 -8179 1101922451 -8178 795377214 -8177 507887501 -8176 1812127724 -8175 1285343967 -8174 367579921 -8173 551226839 -8172 746594185 -8171 1230115041 -8170 855676717 -8169 1684965786 -8168 564031395 -8167 560091400 -8166 91121467 -8165 660942498 -8164 734529404 -8163 1271805865 -8162 1063915249 -8161 655412562 -8160 758772047 -8159 906086724 -8158 1866499522 -8157 879527754 -8156 1384574141 -8155 789136890 -8154 204082537 -8153 52170255 -8152 1185689387 -8151 1446218530 -8150 701732313 -8149 620450367 -8148 1437278375 -8147 1657516895 -8146 140307580 -8145 1260900884 -8144 538749782 -8143 1284948528 -8142 1843033770 -8141 1209112047 -8140 666083646 -8139 295585316 -8138 1593844319 -8137 2050572545 -8136 1973045644 -8135 966799250 -8134 1744510897 -8133 79116842 -8132 513033817 -8131 157828524 -8130 936396688 -8129 2026727941 -8128 1668996231 -8127 1077362632 -8126 675445216 -8125 1332403886 -8124 1750931150 -8123 905347655 -8122 1497921590 -8121 565239020 -8120 8940155 -8119 1191699066 -8118 480142787 -8117 176377490 -8116 1118767112 -8115 1002842700 -8114 1565350762 -8113 1477121383 -8112 618864882 -8111 1547448454 -8110 1762751376 -8109 762994749 -8108 470023320 -8107 627045069 -8106 306061648 -8105 1893928802 -8104 453765432 -8103 1586682372 -8102 1290203802 -8101 633789524 -8100 636315941 -8099 2006517704 -8098 1351282725 -8097 336592345 -8096 1473915129 -8095 1917581209 -8094 1981965944 -8093 1185692130 -8092 896407499 -8091 306222523 -8090 85096233 -8089 1980046313 -8088 72931954 -8087 1624783734 -8086 758510376 -8085 1789129377 -8084 383977818 -8083 17902308 -8082 1861853655 -8081 2003353781 -8080 1077425134 -8079 1135706307 -8078 456933101 -8077 723578165 -8076 173279636 -8075 866862923 -8074 603725000 -8073 1967459556 -8072 950366431 -8071 1431169746 -8070 1429990447 -8069 299723596 -8068 532602574 -8067 1581185163 -8066 502110049 -8065 288222999 -8064 1021173710 -8063 1675743420 -8062 1100595897 -8061 1063844834 -8060 233290569 -8059 607796146 -8058 1221535936 -8057 431286225 -8056 1240805916 -8055 740608068 -8054 2074759369 -8053 528107685 -8052 1087960822 -8051 726147348 -8050 1546420680 -8049 353846968 -8048 962426670 -8047 1737553825 -8046 119853165 -8045 353303728 -8044 2063980140 -8043 1320038902 -8042 537469109 -8041 650642834 -8040 898567171 -8039 1996288931 -8038 1945097195 -8037 244379575 -8036 560011453 -8035 973850276 -8034 1335110749 -8033 2104812523 -8032 1442452851 -8031 492799751 -8030 1989792546 -8029 1949487992 -8028 1514473878 -8027 480927868 -8026 504010503 -8025 712698230 -8024 1800130894 -8023 1348612021 -8022 1129170653 -8021 734113853 -8020 1911204326 -8019 1956350502 -8018 233993803 -8017 609122942 -8016 1821057333 -8015 947297910 -8014 1963318266 -8013 1413337306 -8012 421471731 -8011 688663826 -8010 853029287 -8009 654187596 -8008 1436277478 -8007 971246919 -8006 1056752474 -8005 602682578 -8004 1678881073 -8003 842310998 -8002 115019977 -8001 1640448506 -8000 1125809520 -7999 1508864678 -7998 1445477489 -7997 801775648 -7996 828280621 -7995 1302882130 -7994 1731011225 -7993 1066017041 -7992 1584891343 -7991 1320303799 -7990 500120050 -7989 1302081383 -7988 135293169 -7987 1434179541 -7986 793288324 -7985 407720027 -7984 525826179 -7983 1274654440 -7982 560308019 -7981 1914767783 -7980 1399869996 -7979 2029266016 -7978 1744918770 -7977 833594900 -7976 1439849493 -7975 214441475 -7974 487662600 -7973 38432567 -7972 1863985126 -7971 753638947 -7970 194971017 -7969 324033872 -7968 680584056 -7967 142595358 -7966 1218248071 -7965 1909747228 -7964 1865474435 -7963 410707426 -7962 565896991 -7961 282809959 -7960 1185010629 -7959 1213424157 -7958 508793059 -7957 1875056790 -7956 908353361 -7955 1666117531 -7954 1994895656 -7953 758542044 -7952 2022268092 -7951 678525651 -7950 169849013 -7949 566275096 -7948 589416522 -7947 1530477294 -7946 345932299 -7945 1401416926 -7944 497939997 -7943 1881507301 -7942 1990945197 -7941 1539951253 -7940 73054891 -7939 52375659 -7938 1253269449 -7937 918320476 -7936 424604571 -7935 807540645 -7934 1343850237 -7933 1582664476 -7932 1373180444 -7931 1499956482 -7930 1921500548 -7929 1457437487 -7928 305070795 -7927 990159176 -7926 2027644782 -7925 149811317 -7924 1791333087 -7923 1316370005 -7922 588693031 -7921 1455992996 -7920 89109128 -7919 786855366 -7918 220342796 -7917 1335483244 -7916 1032537297 -7915 611908646 -7914 1557955377 -7913 1105472392 -7912 1808452410 -7911 1938569538 -7910 286681804 -7909 1302218063 -7908 1775254736 -7907 445728804 -7906 1721953886 -7905 989423743 -7904 1581843848 -7903 1991377403 -7902 1808647576 -7901 2063226605 -7900 1194885686 -7899 931341372 -7898 1577276352 -7897 155259478 -7896 1346309737 -7895 711274777 -7894 1708601933 -7893 335340090 -7892 1227260876 -7891 1949321313 -7890 1235650200 -7889 901109532 -7888 1901801717 -7887 1755917798 -7886 1925011515 -7885 2074548553 -7884 950939884 -7883 1766869486 -7882 818790588 -7881 506234347 -7880 163314802 -7879 1988436647 -7878 1727747824 -7877 785830993 -7876 1011368604 -7875 1878060131 -7874 1328259815 -7873 1666100891 -7872 796491717 -7871 877306204 -7870 485950253 -7869 1039626208 -7868 1732515283 -7867 866001575 -7866 594141193 -7865 1010969646 -7864 1631497549 -7863 1906764268 -7862 1247173538 -7861 326151344 -7860 47519595 -7859 1627216050 -7858 1123581665 -7857 1974736812 -7856 804977913 -7855 158142028 -7854 1255757965 -7853 444705537 -7852 1603554684 -7851 977837588 -7850 925970170 -7849 1524967457 -7848 977068043 -7847 1997171341 -7846 1605054826 -7845 1492751361 -7844 1081568414 -7843 450953611 -7842 1180150638 -7841 1904349157 -7840 1292274569 -7839 1767432326 -7838 445485015 -7837 721545636 -7836 1381987674 -7835 834860572 -7834 1911279756 -7833 1305346205 -7832 1859244673 -7831 1767441136 -7830 1350053326 -7829 220266431 -7828 822238136 -7827 965439637 -7826 718978847 -7825 360272376 -7824 702070992 -7823 277920376 -7822 1666219015 -7821 78587226 -7820 769545 -7819 1076282477 -7818 2067396279 -7817 1631800330 -7816 915602927 -7815 1154101215 -7814 312600723 -7813 1324702905 -7812 1306162690 -7811 1560201960 -7810 1458864142 -7809 570728932 -7808 385444652 -7807 1758108090 -7806 957749528 -7805 76641469 -7804 1123099547 -7803 143838619 -7802 2102776526 -7801 1638978242 -7800 945203000 -7799 384613689 -7798 1648771231 -7797 461965760 -7796 263368644 -7795 441058471 -7794 841537009 -7793 623483766 -7792 277150831 -7791 589936538 -7790 158674595 -7789 516452862 -7788 160679549 -7787 913295064 -7786 1319199607 -7785 1738383670 -7784 1995422173 -7783 899882411 -7782 2013322411 -7781 735433757 -7780 1174757308 -7779 1848239699 -7778 1760463052 -7777 308803183 -7776 635008543 -7775 813910909 -7774 121348590 -7773 1631604953 -7772 1346119267 -7771 1718162837 -7770 2137690658 -7769 483237239 -7768 121245045 -7767 1207712760 -7766 1767912399 -7765 1787368526 -7764 163907639 -7763 251600471 -7762 464809171 -7761 1908181617 -7760 429256988 -7759 1392863178 -7758 1344736903 -7757 569779527 -7756 1065356539 -7755 419317196 -7754 1872544907 -7753 1259988415 -7752 1872608751 -7751 165082711 -7750 1122454353 -7749 865954125 -7748 1213231156 -7747 946552143 -7746 187454592 -7745 1150887237 -7744 1615275289 -7743 550669401 -7742 1641397943 -7741 862882028 -7740 1596917792 -7739 929977898 -7738 862808488 -7737 481360166 -7736 1043805121 -7735 1516311928 -7734 1322559355 -7733 403209670 -7732 1969827130 -7731 1219429640 -7730 563444714 -7729 2006961109 -7728 327506639 -7727 925419706 -7726 844718267 -7725 1952851772 -7724 694192093 -7723 1707462196 -7722 137534062 -7721 1006654626 -7720 1099335203 -7719 175902210 -7718 678499532 -7717 62343919 -7716 1478760501 -7715 1784268839 -7714 1656972942 -7713 752393261 -7712 1101235257 -7711 711420045 -7710 73540 -7709 1115557625 -7708 2033656425 -7707 1493980207 -7706 1306284459 -7705 640595450 -7704 1693968446 -7703 103129715 -7702 1987248604 -7701 2110349669 -7700 891923001 -7699 1785508655 -7698 1162242842 -7697 522138515 -7696 231227613 -7695 1284739719 -7694 1815317710 -7693 1835021115 -7692 608126993 -7691 2109115499 -7690 328155093 -7689 1036991284 -7688 844625357 -7687 1041714341 -7686 552854624 -7685 726367240 -7684 683033581 -7683 945552897 -7682 752319721 -7681 2133161280 -7680 825247268 -7679 653576980 -7678 1956756814 -7677 1393060974 -7676 1947495409 -7675 1203154744 -7674 800830494 -7673 1731102425 -7672 1358690361 -7671 201739949 -7670 948106827 -7669 369784486 -7668 1554281042 -7667 2024986770 -7666 854304453 -7665 543690145 -7664 676612726 -7663 1853685858 -7662 1506866022 -7661 1718619357 -7660 1264490142 -7659 1433924400 -7658 484136659 -7657 118258117 -7656 358680760 -7655 1754785375 -7654 2121531166 -7653 697355949 -7652 120305629 -7651 98742741 -7650 176404465 -7649 1579669941 -7648 853565219 -7647 753602070 -7646 592230480 -7645 216392984 -7644 1991948030 -7643 599090545 -7642 782995598 -7641 988905875 -7640 794942554 -7639 1070603704 -7638 1662963681 -7637 1010590897 -7636 1348374044 -7635 1148102242 -7634 1184307771 -7633 1105477017 -7632 589195716 -7631 72941622 -7630 1234482697 -7629 1146232025 -7628 1075243640 -7627 876834932 -7626 144210598 -7625 1808808458 -7624 1634479745 -7623 2022788425 -7622 520951484 -7621 688119336 -7620 1392661170 -7619 1570286043 -7618 987439461 -7617 637172234 -7616 909137688 -7615 2140623583 -7614 1580881034 -7613 1003042155 -7612 1951631638 -7611 1859875541 -7610 1473425841 -7609 1931835305 -7608 1869713308 -7607 514861439 -7606 1973766773 -7605 242897026 -7604 558906526 -7603 1111366149 -7602 2018477968 -7601 1590447338 -7600 1145181630 -7599 357647765 -7598 1002021427 -7597 1413918829 -7596 1389838835 -7595 268905821 -7594 1287856974 -7593 946360409 -7592 630127255 -7591 1098149089 -7590 1848163523 -7589 755488935 -7588 661148355 -7587 994299525 -7586 1203774848 -7585 2053579180 -7584 188991945 -7583 1868489141 -7582 1677099962 -7581 19796333 -7580 2137645881 -7579 958564402 -7578 2105552180 -7577 1626816282 -7576 2103438560 -7575 862400624 -7574 371902706 -7573 1115942836 -7572 2113668167 -7571 1660830203 -7570 588425911 -7569 1878746448 -7568 1115292578 -7567 733115606 -7566 126061855 -7565 443478425 -7564 1786262213 -7563 189707885 -7562 1245680534 -7561 2022121968 -7560 437000734 -7559 853863997 -7558 1699197735 -7557 755052822 -7556 805307580 -7555 1482769355 -7554 376479218 -7553 169195612 -7552 1878326908 -7551 718535559 -7550 61727801 -7549 510829599 -7548 1002609490 -7547 1243151556 -7546 1254913575 -7545 987495724 -7544 896216104 -7543 858556151 -7542 527516924 -7541 234921719 -7540 545537625 -7539 2002793953 -7538 1752684593 -7537 671814152 -7536 1094337040 -7535 2083837617 -7534 1345281539 -7533 1911623893 -7532 1900190799 -7531 391816537 -7530 322924232 -7529 1829431559 -7528 48556417 -7527 216428380 -7526 378573604 -7525 636111968 -7524 1751926095 -7523 1805427307 -7522 107467811 -7521 1367497309 -7520 1863409717 -7519 966059893 -7518 1403399671 -7517 15113765 -7516 346935451 -7515 396357424 -7514 459978800 -7513 661294385 -7512 313018526 -7511 672206619 -7510 629720773 -7509 2021207120 -7508 908456913 -7507 1816330624 -7506 1474016261 -7505 1330196795 -7504 183646818 -7503 953465002 -7502 1588699661 -7501 70759240 -7500 343260120 -7499 106495852 -7498 1450857955 -7497 1559928096 -7496 611985933 -7495 720629945 -7494 528644157 -7493 384428786 -7492 2089501237 -7491 1288891566 -7490 2111581285 -7489 1848295952 -7488 619124441 -7487 1007042247 -7486 1702618613 -7485 1833124714 -7484 83338897 -7483 1935255829 -7482 31573612 -7481 439295054 -7480 1911233354 -7479 960873797 -7478 547190859 -7477 1725743766 -7476 1632683806 -7475 520551259 -7474 1888980782 -7473 112887578 -7472 610204882 -7471 1482203809 -7470 767384932 -7469 930815671 -7468 1641993566 -7467 730228010 -7466 1031283939 -7465 227557147 -7464 778612355 -7463 1387236239 -7462 420331148 -7461 241205285 -7460 669767124 -7459 1104539038 -7458 145677338 -7457 933483375 -7456 923703350 -7455 1914846432 -7454 1801551102 -7453 1791527491 -7452 24022475 -7451 1218183462 -7450 2039587843 -7449 185489588 -7448 1475673639 -7447 26639599 -7446 1984246632 -7445 1519796228 -7444 2057830025 -7443 406776973 -7442 1492986293 -7441 1826872858 -7440 1987693890 -7439 37156922 -7438 2047015380 -7437 1414436419 -7436 2099099303 -7435 1791531347 -7434 1954709647 -7433 537407070 -7432 717469115 -7431 1463275758 -7430 95527947 -7429 1883767397 -7428 180835688 -7427 378314554 -7426 1279415921 -7425 1279659506 -7424 1890823957 -7423 583367639 -7422 1899423296 -7421 1986016535 -7420 1889993471 -7419 2012948243 -7418 348726604 -7417 2103361059 -7416 116293222 -7415 1577469659 -7414 26809934 -7413 230957167 -7412 566566730 -7411 1455829371 -7410 1927341126 -7409 573257471 -7408 85541267 -7407 255484033 -7406 1607210420 -7405 1561692233 -7404 1074062232 -7403 491433888 -7402 441879123 -7401 981185366 -7400 1282440070 -7399 1864697041 -7398 604351475 -7397 1048659829 -7396 634974244 -7395 696048282 -7394 1527719858 -7393 2052291070 -7392 840857816 -7391 2033958701 -7390 1637289931 -7389 1934116059 -7388 1896655021 -7387 918740593 -7386 2076551125 -7385 2032819703 -7384 1010902928 -7383 718464211 -7382 451099689 -7381 2140792907 -7380 1370288104 -7379 1671857093 -7378 1113530699 -7377 671332682 -7376 1328905448 -7375 1115776531 -7374 1119813110 -7373 92876866 -7372 1356477466 -7371 724665730 -7370 376833890 -7369 233780241 -7368 1229722796 -7367 2055786841 -7366 1668423619 -7365 730166822 -7364 2002674113 -7363 1641244805 -7362 415001139 -7361 1054225405 -7360 137303679 -7359 718549338 -7358 2005048582 -7357 2011318966 -7356 2055321312 -7355 1358086914 -7354 1581720014 -7353 1017593669 -7352 1495659754 -7351 926726244 -7350 1027262207 -7349 698955422 -7348 342951644 -7347 2145237816 -7346 1699003220 -7345 1236028582 -7344 1906782713 -7343 395147380 -7342 1863526624 -7341 1122697225 -7340 1642426581 -7339 468530697 -7338 712840269 -7337 499555974 -7336 53112728 -7335 27178814 -7334 315165682 -7333 948448708 -7332 1503941125 -7331 1843935449 -7330 1196660470 -7329 273468361 -7328 810711673 -7327 646961668 -7326 429598952 -7325 1037727643 -7324 2009910807 -7323 654993770 -7322 2137815110 -7321 796704332 -7320 583774599 -7319 1029508039 -7318 1147435850 -7317 1254406710 -7316 238455102 -7315 1303855840 -7314 1519985606 -7313 784085488 -7312 900204446 -7311 1394995927 -7310 409856955 -7309 1142870607 -7308 415417969 -7307 685661455 -7306 184390292 -7305 1252147667 -7304 670721337 -7303 618713881 -7302 1899271886 -7301 1230472764 -7300 1033223776 -7299 549698802 -7298 1991353056 -7297 1920467678 -7296 784534509 -7295 1922088830 -7294 1047396181 -7293 1213206475 -7292 71219170 -7291 1108307070 -7290 1796752129 -7289 1476851537 -7288 791052937 -7287 1991063658 -7286 1881904752 -7285 1601853262 -7284 403651393 -7283 124989679 -7282 374228533 -7281 1904817487 -7280 979577958 -7279 1871679148 -7278 958480315 -7277 1310753949 -7276 14940118 -7275 1713160059 -7274 1500359429 -7273 1587732220 -7272 1732973753 -7271 1349573084 -7270 1386603356 -7269 1260239745 -7268 1912647941 -7267 69264226 -7266 873071497 -7265 1718811681 -7264 1850869660 -7263 2086572758 -7262 1563937994 -7261 741851281 -7260 317254133 -7259 1953172119 -7258 1742430432 -7257 1336683323 -7256 1587412265 -7255 1756915073 -7254 1227624729 -7253 646317554 -7252 1292895369 -7251 650033032 -7250 946337172 -7249 1816307656 -7248 1856739030 -7247 1392803904 -7246 1957878168 -7245 574691545 -7244 2127669954 -7243 150786345 -7242 201128864 -7241 472734007 -7240 1584408791 -7239 1317339130 -7238 387168248 -7237 193836259 -7236 365878214 -7235 933982387 -7234 154873687 -7233 1109018378 -7232 1769318625 -7231 1758249523 -7230 1146904497 -7229 1128054458 -7228 365759854 -7227 2132999007 -7226 109058594 -7225 941094711 -7224 464019704 -7223 577591696 -7222 1847464029 -7221 1624071360 -7220 940777650 -7219 1701016916 -7218 2005913136 -7217 1282047485 -7216 1412617598 -7215 1807091822 -7214 373562681 -7213 1654935946 -7212 713861202 -7211 1031273382 -7210 85565759 -7209 1390572531 -7208 951460916 -7207 1600669509 -7206 38962572 -7205 1404343483 -7204 1312147410 -7203 544107812 -7202 2109597529 -7201 641264166 -7200 1392489669 -7199 1161389138 -7198 1018995864 -7197 1572148791 -7196 1668979302 -7195 1678950545 -7194 1241114329 -7193 987431992 -7192 1784297694 -7191 146447113 -7190 1765641872 -7189 1806213813 -7188 288399318 -7187 198821314 -7186 908484804 -7185 1905165299 -7184 1093230620 -7183 1489772946 -7182 1569370187 -7181 1470772319 -7180 79812466 -7179 632379898 -7178 1351609959 -7177 1694601080 -7176 288522099 -7175 1642338407 -7174 1442229602 -7173 670883243 -7172 1299101791 -7171 948208391 -7170 1769751950 -7169 1967824526 -7168 1639893483 -7167 1487528967 -7166 331034461 -7165 681547310 -7164 2042136499 -7163 1094667216 -7162 1369273768 -7161 2125567529 -7160 2005531442 -7159 1566820558 -7158 897729009 -7157 530717667 -7156 1253074342 -7155 1566195505 -7154 335795112 -7153 1769941949 -7152 1409960480 -7151 936990288 -7150 119162359 -7149 532695034 -7148 343857799 -7147 1856755200 -7146 252371478 -7145 1765122503 -7144 343236616 -7143 494021210 -7142 1048614941 -7141 1478760913 -7140 1455798556 -7139 282222983 -7138 1636790064 -7137 958346173 -7136 1592876116 -7135 1383850893 -7134 1459757190 -7133 2064052617 -7132 1236619422 -7131 1949936858 -7130 1227838520 -7129 1474813775 -7128 313746216 -7127 1479017151 -7126 194922554 -7125 1630616041 -7124 156235025 -7123 1546288472 -7122 1650779589 -7121 877265446 -7120 593132489 -7119 409890807 -7118 280323555 -7117 726218944 -7116 1513518584 -7115 1905833916 -7114 716507562 -7113 1011959350 -7112 1185706302 -7111 766391958 -7110 1989454497 -7109 497452383 -7108 836830515 -7107 252939171 -7106 1646072630 -7105 1676307146 -7104 147231471 -7103 1657303980 -7102 836214097 -7101 1909289294 -7100 1636190642 -7099 1896305017 -7098 1279891221 -7097 830613823 -7096 1322782126 -7095 796117730 -7094 2127320099 -7093 1426453227 -7092 953155983 -7091 1240888782 -7090 596941890 -7089 2014397193 -7088 1043855871 -7087 521973287 -7086 9711382 -7085 501559233 -7084 720127613 -7083 2097599251 -7082 1169988501 -7081 688253919 -7080 2077045091 -7079 1736515325 -7078 998863400 -7077 1308007016 -7076 105707700 -7075 2136252298 -7074 840093049 -7073 385425824 -7072 21113338 -7071 1087392728 -7070 629398073 -7069 805576819 -7068 573522891 -7067 483773490 -7066 850777371 -7065 2043812546 -7064 1990445395 -7063 886431317 -7062 829511337 -7061 1086242438 -7060 197032910 -7059 74968603 -7058 2004685811 -7057 542296638 -7056 1949329322 -7055 59595778 -7054 1479054380 -7053 31873694 -7052 20554160 -7051 1580956824 -7050 1836874167 -7049 769038075 -7048 1630807625 -7047 1010094750 -7046 467913967 -7045 1867765524 -7044 2115138959 -7043 1900183969 -7042 1903511399 -7041 1363020167 -7040 513869837 -7039 145624583 -7038 2102283095 -7037 677193992 -7036 640811743 -7035 2111829702 -7034 1214301209 -7033 904202957 -7032 689398407 -7031 754542734 -7030 1229040275 -7029 1802219920 -7028 273122929 -7027 1945090032 -7026 1210725906 -7025 1917455628 -7024 39041618 -7023 2045581204 -7022 342483175 -7021 1398999733 -7020 2097632847 -7019 826779416 -7018 301124108 -7017 1910525749 -7016 1042439439 -7015 715213645 -7014 2111737773 -7013 752118792 -7012 1386314132 -7011 1757886816 -7010 1408220720 -7009 1984159492 -7008 1652296488 -7007 2137937041 -7006 1610376431 -7005 1884092433 -7004 1422431295 -7003 459758475 -7002 1822646330 -7001 1034662134 -7000 481419805 -6999 1431433890 -6998 591494014 -6997 503150949 -6996 1906048414 -6995 1312628350 -6994 1574972453 -6993 787525533 -6992 2095432005 -6991 1663187406 -6990 1097875625 -6989 187107098 -6988 1931823625 -6987 1733394110 -6986 1946271624 -6985 290320647 -6984 1476383161 -6983 353850957 -6982 1491381720 -6981 1549638288 -6980 105590328 -6979 1417767326 -6978 373783061 -6977 1915687702 -6976 715505746 -6975 1150617955 -6974 61446103 -6973 387769160 -6972 2125822318 -6971 391212440 -6970 443168120 -6969 2125752504 -6968 1672869124 -6967 1426349312 -6966 1075662144 -6965 1118522880 -6964 1364679993 -6963 2059268694 -6962 1837133556 -6961 1908324907 -6960 1878847429 -6959 1511965162 -6958 388319122 -6957 1641502978 -6956 257010949 -6955 1592420667 -6954 946422575 -6953 2074228521 -6952 248260629 -6951 73614393 -6950 1175855226 -6949 337386273 -6948 702261580 -6947 1370648754 -6946 1854241599 -6945 327736586 -6944 1172279285 -6943 1817717311 -6942 2092084688 -6941 69814 -6940 865826963 -6939 1164302455 -6938 1050090360 -6937 554346244 -6936 61669319 -6935 1163877097 -6934 1428872972 -6933 1603838734 -6932 180421265 -6931 325168394 -6930 1520005785 -6929 237344450 -6928 1254954213 -6927 943382103 -6926 695080403 -6925 330266076 -6924 1344160038 -6923 872808181 -6922 898373294 -6921 2058358003 -6920 1518836461 -6919 1952690120 -6918 630628322 -6917 374524994 -6916 198369469 -6915 36524288 -6914 383135545 -6913 1172209470 -6912 951890347 -6911 927782233 -6910 1097463102 -6909 311480719 -6908 1102633136 -6907 2033696910 -6906 1272956920 -6905 605314233 -6904 983455832 -6903 1103704578 -6902 83832949 -6901 2090560463 -6900 1217697829 -6899 576623682 -6898 1689747695 -6897 924688136 -6896 1746705713 -6895 1969755870 -6894 1579376430 -6893 1433285682 -6892 1501455368 -6891 1093166822 -6890 1427729681 -6889 1144311467 -6888 1754320651 -6887 594104033 -6886 2138873096 -6885 1173643646 -6884 1232117589 -6883 1602836960 -6882 74746368 -6881 640409628 -6880 1972632745 -6879 1211249840 -6878 1186007447 -6877 497318902 -6876 1050241078 -6875 169252342 -6874 521481284 -6873 1040379017 -6872 2033490397 -6871 1654692915 -6870 400812768 -6869 293009692 -6868 977401617 -6867 1867475473 -6866 1492795354 -6865 313420030 -6864 468300502 -6863 486209608 -6862 5556001 -6861 357143900 -6860 1486329818 -6859 833625648 -6858 1152922019 -6857 580677005 -6856 1509470092 -6855 536036136 -6854 1098897278 -6853 591707961 -6852 1777687863 -6851 1010980176 -6850 1601885828 -6849 1475313842 -6848 161008761 -6847 1016755105 -6846 2123321266 -6845 9862061 -6844 283245593 -6843 1014272017 -6842 639566249 -6841 1740480704 -6840 677291298 -6839 680820943 -6838 947697986 -6837 663981586 -6836 1399174971 -6835 1006585746 -6834 307864029 -6833 111156601 -6832 1147363437 -6831 1319414001 -6830 1351705529 -6829 905652813 -6828 1471639203 -6827 616885883 -6826 1629263374 -6825 917762131 -6824 905831920 -6823 87917102 -6822 1137305780 -6821 302374021 -6820 849971414 -6819 585130723 -6818 1499476224 -6817 151146700 -6816 733509512 -6815 1109049248 -6814 1517779460 -6813 690248536 -6812 336980719 -6811 2106228954 -6810 792782718 -6809 13309711 -6808 1429129620 -6807 2088595887 -6806 356117557 -6805 1288018369 -6804 2006705957 -6803 1135933676 -6802 906934720 -6801 241710624 -6800 1995258445 -6799 734819646 -6798 1423873087 -6797 553877072 -6796 1858537610 -6795 1541346272 -6794 1927939999 -6793 603457899 -6792 1385429336 -6791 552175057 -6790 950381444 -6789 698824714 -6788 1999104858 -6787 390426976 -6786 780850887 -6785 43260976 -6784 772068529 -6783 1559034154 -6782 2044949466 -6781 323671008 -6780 677099334 -6779 851670479 -6778 1804675802 -6777 141111250 -6776 81889930 -6775 1367667528 -6774 381083649 -6773 1764995333 -6772 1288158879 -6771 172115073 -6770 965321185 -6769 1441381373 -6768 1023765684 -6767 2030010463 -6766 773420721 -6765 1255079711 -6764 155916936 -6763 1375764941 -6762 1800560103 -6761 686604621 -6760 700553847 -6759 559954468 -6758 2065457475 -6757 1955843882 -6756 1765842095 -6755 1369300381 -6754 145795158 -6753 448397521 -6752 881934820 -6751 1193278987 -6750 666478853 -6749 535988083 -6748 769780548 -6747 437008274 -6746 1907511249 -6745 464378245 -6744 79508649 -6743 208968576 -6742 799674148 -6741 1994261153 -6740 1295833037 -6739 1082794370 -6738 667960652 -6737 1916169621 -6736 1874093527 -6735 1545139427 -6734 1602003256 -6733 1616795962 -6732 675211094 -6731 1240605634 -6730 768630794 -6729 892193612 -6728 941596021 -6727 696157094 -6726 1810048724 -6725 1317444574 -6724 487365560 -6723 1099999819 -6722 1929402315 -6721 345946737 -6720 423498438 -6719 229470579 -6718 775960482 -6717 305402303 -6716 357499624 -6715 1698542673 -6714 1812187745 -6713 232731144 -6712 1060619186 -6711 1864363426 -6710 1326300501 -6709 1527147064 -6708 1356184491 -6707 1270304873 -6706 314166365 -6705 257297564 -6704 869928333 -6703 361397621 -6702 848165168 -6701 1930501130 -6700 299009613 -6699 72473700 -6698 1229628536 -6697 1771635095 -6696 208791533 -6695 710048905 -6694 1535525906 -6693 141418823 -6692 676501380 -6691 1699931736 -6690 1717469902 -6689 118096135 -6688 2019454603 -6687 1224901457 -6686 640698205 -6685 124768480 -6684 637923486 -6683 2095307967 -6682 1053914291 -6681 1680955770 -6680 508178935 -6679 55995628 -6678 1212980699 -6677 1098886926 -6676 400376540 -6675 2100252391 -6674 1556616044 -6673 1086910851 -6672 62388008 -6671 775691467 -6670 700872594 -6669 674858165 -6668 2011165815 -6667 519579630 -6666 236109189 -6665 67372710 -6664 33547525 -6663 1983077818 -6662 571432569 -6661 558405245 -6660 1827960781 -6659 492568445 -6658 1624881578 -6657 1894686122 -6656 586977971 -6655 692873886 -6654 1218337837 -6653 1104451364 -6652 1587129032 -6651 997918663 -6650 467975070 -6649 1556775656 -6648 1803102736 -6647 1260211956 -6646 1689754530 -6645 1460949337 -6644 2037864383 -6643 780924577 -6642 386038257 -6641 1535013491 -6640 912009300 -6639 181292963 -6638 438748976 -6637 1943793105 -6636 486032105 -6635 400515018 -6634 1643423789 -6633 1622625928 -6632 155117037 -6631 78864124 -6630 1081007315 -6629 2080758306 -6628 2053074122 -6627 932007692 -6626 676348285 -6625 1630010254 -6624 1253228501 -6623 220419174 -6622 636476294 -6621 30353376 -6620 1342299575 -6619 1355246762 -6618 2014504774 -6617 342153399 -6616 1369831221 -6615 908829953 -6614 1074911080 -6613 502850892 -6612 2016398924 -6611 204745293 -6610 1096264514 -6609 1115699843 -6608 1842744506 -6607 38233958 -6606 300369316 -6605 1010889825 -6604 245397981 -6603 1564559665 -6602 541618613 -6601 221842379 -6600 173273650 -6599 148999623 -6598 1404410021 -6597 423063867 -6596 1826262838 -6595 455929110 -6594 993533960 -6593 1222875125 -6592 1025603247 -6591 1428713179 -6590 163332249 -6589 1000146176 -6588 2132899189 -6587 1105674821 -6586 1414725967 -6585 866980329 -6584 1039914676 -6583 870165786 -6582 1554070025 -6581 900699081 -6580 509484435 -6579 1058030556 -6578 815330527 -6577 831854680 -6576 1940319625 -6575 883293299 -6574 469271212 -6573 23555602 -6572 1391286015 -6571 392618990 -6570 964916005 -6569 1897693430 -6568 470220432 -6567 948480911 -6566 1577013555 -6565 603387713 -6564 1577809511 -6563 1712304429 -6562 1059542876 -6561 25457071 -6560 1443297638 -6559 1205141076 -6558 1732903857 -6557 1265918860 -6556 65760145 -6555 544560180 -6554 1460393951 -6553 139215595 -6552 360681351 -6551 496039469 -6550 85368553 -6549 1825113403 -6548 1265194579 -6547 2079520876 -6546 362583468 -6545 1916764023 -6544 1639490932 -6543 76652222 -6542 1206123244 -6541 1641076232 -6540 2069882205 -6539 16435094 -6538 320679875 -6537 2014316367 -6536 1518155048 -6535 2012192774 -6534 1691328485 -6533 1552352439 -6532 269006791 -6531 2001885448 -6530 440036862 -6529 177378777 -6528 1139380931 -6527 1188343676 -6526 1953008557 -6525 2074028197 -6524 183878829 -6523 964354482 -6522 53847042 -6521 683051596 -6520 1378328537 -6519 153331325 -6518 1462529935 -6517 1495914204 -6516 440029944 -6515 285931245 -6514 710640778 -6513 2145898347 -6512 154253665 -6511 1189688150 -6510 1320396357 -6509 55565838 -6508 645763694 -6507 455970749 -6506 322987882 -6505 2113286256 -6504 1743185983 -6503 1836926685 -6502 1112315577 -6501 91628013 -6500 862504517 -6499 1399176834 -6498 371853868 -6497 1212836381 -6496 1004464847 -6495 988654074 -6494 2020181155 -6493 1648310881 -6492 1733509593 -6491 2047999365 -6490 1368005309 -6489 2029897981 -6488 1860785028 -6487 1176598689 -6486 785273426 -6485 441615245 -6484 131677580 -6483 1668436276 -6482 825501990 -6481 98687827 -6480 543924455 -6479 864425607 -6478 1880061603 -6477 679961086 -6476 860268414 -6475 633544845 -6474 1000970679 -6473 1651557969 -6472 974422168 -6471 1860622391 -6470 1867257793 -6469 1797151783 -6468 394711987 -6467 1530683442 -6466 1340138874 -6465 1503637613 -6464 1402628129 -6463 2119665438 -6462 280305572 -6461 1851095260 -6460 187214336 -6459 191406619 -6458 1244624555 -6457 1419169783 -6456 1044921109 -6455 1264320797 -6454 1763596902 -6453 32989753 -6452 1124511821 -6451 2108560031 -6450 366109871 -6449 2011447017 -6448 4157193 -6447 1246516758 -6446 1826474054 -6445 1356194093 -6444 1806606325 -6443 1287831936 -6442 1931783824 -6441 1324754032 -6440 1465910404 -6439 336574351 -6438 457012909 -6437 1038558021 -6436 128055312 -6435 1367957083 -6434 1223332041 -6433 1699016517 -6432 1932451102 -6431 88898953 -6430 606470705 -6429 915528201 -6428 1293969158 -6427 2127787405 -6426 1803056529 -6425 1011931355 -6424 139808976 -6423 1802520519 -6422 1814363530 -6421 1260548451 -6420 2104402838 -6419 1267076761 -6418 184972963 -6417 795446748 -6416 1587394080 -6415 538642118 -6414 1571893916 -6413 481852293 -6412 1969405180 -6411 1595209473 -6410 867741123 -6409 427352382 -6408 208519038 -6407 1236539474 -6406 1962709628 -6405 576522443 -6404 1582989629 -6403 1134433088 -6402 1092545812 -6401 1016922901 -6400 942413442 -6399 626166947 -6398 1259955320 -6397 282037803 -6396 1987978429 -6395 536009 -6394 1345051473 -6393 1026744173 -6392 1845601329 -6391 547286768 -6390 1075575488 -6389 1308956090 -6388 1827166329 -6387 1793814493 -6386 1371036479 -6385 1105541787 -6384 716720585 -6383 2124168091 -6382 1761594818 -6381 1542052798 -6380 1386690435 -6379 1778685297 -6378 612126402 -6377 1779480243 -6376 1801033492 -6375 828276540 -6374 1631460278 -6373 566066728 -6372 192019645 -6371 466378865 -6370 1904451229 -6369 660375639 -6368 785672166 -6367 1259419310 -6366 1084469977 -6365 961234256 -6364 302418328 -6363 797764705 -6362 2098652332 -6361 536645239 -6360 867604087 -6359 1429244643 -6358 2085403258 -6357 721624541 -6356 1077093907 -6355 1394352036 -6354 1491430617 -6353 1322151435 -6352 737477656 -6351 2130393169 -6350 929926396 -6349 1754693839 -6348 2125135452 -6347 1931333509 -6346 148019965 -6345 1234966764 -6344 636256895 -6343 1165081413 -6342 809099147 -6341 1679127654 -6340 1828190346 -6339 645031918 -6338 1723389310 -6337 1971921558 -6336 957000982 -6335 286705272 -6334 1010065571 -6333 1913256736 -6332 2077644265 -6331 669407689 -6330 598725629 -6329 145979546 -6328 352150736 -6327 691051222 -6326 1377677572 -6325 1902426120 -6324 656874380 -6323 1508521096 -6322 392225039 -6321 1130267464 -6320 5257716 -6319 1146076534 -6318 1606673874 -6317 890168688 -6316 1295076614 -6315 1130422199 -6314 425867616 -6313 1104612889 -6312 1484374715 -6311 164067229 -6310 2103221992 -6309 2003752436 -6308 1835514584 -6307 1436684037 -6306 961855987 -6305 1191227894 -6304 356544655 -6303 340657882 -6302 1314531107 -6301 1931664719 -6300 317256953 -6299 2055158055 -6298 915785622 -6297 597208264 -6296 34176841 -6295 2016640123 -6294 1510201080 -6293 1674090564 -6292 1503263380 -6291 1393632153 -6290 1671077238 -6289 1262572676 -6288 1998483568 -6287 476251675 -6286 464301072 -6285 190463725 -6284 1793531132 -6283 261800387 -6282 1148874545 -6281 1628105927 -6280 476036293 -6279 666537954 -6278 1041896449 -6277 644286690 -6276 1080139382 -6275 621198104 -6274 2024180434 -6273 572363583 -6272 23400929 -6271 1406856700 -6270 1015879097 -6269 1867532337 -6268 2020981213 -6267 1046629146 -6266 1234490831 -6265 507569925 -6264 513376743 -6263 116568927 -6262 3013326 -6261 240690704 -6260 1542632233 -6259 1194825563 -6258 798271604 -6257 1808019842 -6256 830204190 -6255 202500684 -6254 1189072828 -6253 165425205 -6252 1933247742 -6251 482336590 -6250 586209478 -6249 1979233251 -6248 1733882220 -6247 420698344 -6246 767589903 -6245 507775799 -6244 597797175 -6243 617323734 -6242 1703968134 -6241 303352240 -6240 1533359135 -6239 2116733599 -6238 633041505 -6237 1513411288 -6236 533252403 -6235 1117921904 -6234 504556599 -6233 272686039 -6232 721420342 -6231 955671411 -6230 1589902748 -6229 1882096038 -6228 364621372 -6227 595770919 -6226 618947014 -6225 664778985 -6224 416736590 -6223 706736238 -6222 1726699375 -6221 2101498139 -6220 895938018 -6219 165511133 -6218 1211643347 -6217 1226106421 -6216 1970384817 -6215 150266169 -6214 951291313 -6213 294444934 -6212 1231448247 -6211 1734718183 -6210 1817794383 -6209 19947847 -6208 1583481196 -6207 1662603249 -6206 1008854688 -6205 260566363 -6204 396501561 -6203 1696368836 -6202 830266939 -6201 986807952 -6200 591050038 -6199 994131828 -6198 1263149024 -6197 1847326035 -6196 179034329 -6195 2059694424 -6194 1085563257 -6193 462722098 -6192 1958281867 -6191 1561188242 -6190 889854792 -6189 1817315245 -6188 342609964 -6187 1061377178 -6186 274815108 -6185 1675939883 -6184 1066301570 -6183 1364056778 -6182 624134199 -6181 1211500400 -6180 151236987 -6179 155191133 -6178 1158576806 -6177 1322914832 -6176 1266101688 -6175 1459969500 -6174 1577783072 -6173 1557177257 -6172 1105318798 -6171 1983618759 -6170 1871142575 -6169 891207651 -6168 815097499 -6167 1350938248 -6166 761762778 -6165 1863795879 -6164 101412556 -6163 1671858663 -6162 1720350954 -6161 140966622 -6160 1218578278 -6159 1975961262 -6158 1542500137 -6157 814153729 -6156 2142559255 -6155 1058241978 -6154 1051805683 -6153 2002284818 -6152 1212819791 -6151 468943066 -6150 52923593 -6149 975805802 -6148 1036573093 -6147 1846090954 -6146 1892615408 -6145 1856408078 -6144 354650702 -6143 1741647961 -6142 1833518330 -6141 214111147 -6140 1168521260 -6139 520204327 -6138 129444873 -6137 1098785268 -6136 1249525692 -6135 1237387762 -6134 143444924 -6133 2107929582 -6132 453280385 -6131 1891873340 -6130 745950132 -6129 404424549 -6128 1980885654 -6127 484258159 -6126 1909831693 -6125 140274437 -6124 1992905835 -6123 582862617 -6122 1949361225 -6121 237013988 -6120 1579853620 -6119 354316287 -6118 1230674042 -6117 1327648663 -6116 1491440252 -6115 150967447 -6114 22889748 -6113 140539555 -6112 573126701 -6111 1313314003 -6110 84666274 -6109 69735992 -6108 1418162283 -6107 1039540758 -6106 955340343 -6105 1289079757 -6104 784107377 -6103 399055232 -6102 1361979450 -6101 48855836 -6100 2058471334 -6099 261691973 -6098 642076503 -6097 1840611217 -6096 638835972 -6095 1326969076 -6094 338396860 -6093 1755891846 -6092 1150492645 -6091 1595044938 -6090 1153823594 -6089 252204957 -6088 1010359682 -6087 1079706594 -6086 1304758914 -6085 1350900697 -6084 1725324394 -6083 857059393 -6082 55873281 -6081 503390709 -6080 2042635368 -6079 1192609163 -6078 1261879296 -6077 129082525 -6076 255433381 -6075 556285111 -6074 2074583955 -6073 735251540 -6072 488067546 -6071 1100287477 -6070 1554262981 -6069 217860116 -6068 1770339648 -6067 1462591075 -6066 1502214357 -6065 1030427774 -6064 176476431 -6063 890835570 -6062 602068252 -6061 898287687 -6060 584685255 -6059 74117000 -6058 1094929691 -6057 1806942633 -6056 1501865848 -6055 447699521 -6054 1295027416 -6053 1221933685 -6052 961907673 -6051 1010747765 -6050 1388995060 -6049 1913552842 -6048 937175782 -6047 705594185 -6046 201982218 -6045 1667665489 -6044 68217565 -6043 974296478 -6042 1328472207 -6041 270207429 -6040 1477431476 -6039 91671905 -6038 863129407 -6037 739911874 -6036 1286114644 -6035 611378787 -6034 428359522 -6033 1425672391 -6032 306150314 -6031 527951252 -6030 1950841644 -6029 925226270 -6028 719734800 -6027 647230170 -6026 511915216 -6025 279932162 -6024 1633275495 -6023 284279651 -6022 1980422273 -6021 1195838479 -6020 73571983 -6019 683400875 -6018 1711570624 -6017 1416993941 -6016 637376619 -6015 1375169387 -6014 339193281 -6013 1945493784 -6012 1644348650 -6011 1236800302 -6010 1554561670 -6009 737519602 -6008 953040909 -6007 251750619 -6006 311552352 -6005 2007925901 -6004 305228473 -6003 2047891918 -6002 1622314395 -6001 1528407692 -6000 1955700100 -5999 1303611474 -5998 413311054 -5997 439802637 -5996 1161438322 -5995 227635565 -5994 446993537 -5993 437437016 -5992 210707667 -5991 1297021397 -5990 1631751502 -5989 804061690 -5988 46024256 -5987 336401237 -5986 1077800659 -5985 839366483 -5984 1878304385 -5983 1249876627 -5982 390932113 -5981 906829048 -5980 283759393 -5979 1302811051 -5978 425967249 -5977 1092598656 -5976 2094005794 -5975 411144082 -5974 385611506 -5973 924304429 -5972 92191818 -5971 318702920 -5970 1115096638 -5969 1515897462 -5968 142173152 -5967 185675488 -5966 2140292748 -5965 724001306 -5964 16927898 -5963 1297455788 -5962 953169162 -5961 1554129625 -5960 1250997141 -5959 1295350265 -5958 1873744679 -5957 1354141420 -5956 605580499 -5955 1975407680 -5954 448434370 -5953 971475337 -5952 966117234 -5951 1235604710 -5950 480861798 -5949 1338644385 -5948 1356288904 -5947 14823167 -5946 706987150 -5945 1169701365 -5944 318952264 -5943 66908585 -5942 1956691439 -5941 723778003 -5940 176529768 -5939 929421149 -5938 1523088362 -5937 1565655494 -5936 168747590 -5935 842836960 -5934 1918315792 -5933 610281921 -5932 46458646 -5931 1805302544 -5930 1827868594 -5929 2044339369 -5928 689769766 -5927 2045820647 -5926 905707050 -5925 1781588810 -5924 1009290445 -5923 1360313307 -5922 490613539 -5921 1774956497 -5920 2026799454 -5919 466038631 -5918 631657235 -5917 186587539 -5916 1843354550 -5915 640078564 -5914 1360493574 -5913 1742657909 -5912 2037862465 -5911 1027270289 -5910 1348173289 -5909 758357922 -5908 760673559 -5907 680251402 -5906 1794823350 -5905 1705949317 -5904 796378313 -5903 113013247 -5902 929896975 -5901 149602925 -5900 1115532778 -5899 1929531595 -5898 1138632318 -5897 1055664604 -5896 1036530201 -5895 1692877391 -5894 1290975271 -5893 1381817596 -5892 1480997501 -5891 24574907 -5890 1143299262 -5889 1840211915 -5888 770167729 -5887 2139062318 -5886 973577612 -5885 100696641 -5884 749699747 -5883 333223285 -5882 394484620 -5881 1279504542 -5880 266596730 -5879 667921886 -5878 1111018220 -5877 1202207889 -5876 2031356737 -5875 1681810102 -5874 776052342 -5873 646775388 -5872 1144964117 -5871 1147849028 -5870 1158454255 -5869 59868174 -5868 893001393 -5867 1593238575 -5866 1912172981 -5865 1802196253 -5864 211879889 -5863 1266400363 -5862 238518333 -5861 1788269234 -5860 1401890826 -5859 1151720592 -5858 866634302 -5857 669471087 -5856 1389362571 -5855 640354327 -5854 1853695669 -5853 1617678853 -5852 66626554 -5851 1874046381 -5850 168486322 -5849 1211872489 -5848 784048797 -5847 1576691766 -5846 426155547 -5845 1384581349 -5844 536845985 -5843 1775686962 -5842 1635804781 -5841 1085095942 -5840 254847634 -5839 1712699327 -5838 295178841 -5837 1238288788 -5836 1381358686 -5835 645772617 -5834 1563677920 -5833 571094303 -5832 2011993185 -5831 1234281389 -5830 921634932 -5829 732419739 -5828 1909841669 -5827 226279975 -5826 963259066 -5825 1919167366 -5824 573727773 -5823 2127132936 -5822 1449192531 -5821 1002237713 -5820 1089997584 -5819 739278204 -5818 785716942 -5817 1546951096 -5816 1039845780 -5815 797952232 -5814 1896260216 -5813 1599233691 -5812 1520839328 -5811 2070589101 -5810 789917101 -5809 1164042494 -5808 331340641 -5807 1796889872 -5806 1822094516 -5805 810264383 -5804 781263080 -5803 329396530 -5802 1796943019 -5801 1279573446 -5800 1471923368 -5799 695354957 -5798 1916644321 -5797 2138157951 -5796 1800035850 -5795 983609778 -5794 469974835 -5793 1718973707 -5792 1037135352 -5791 709914327 -5790 216520771 -5789 1690530135 -5788 1846916071 -5787 2135248357 -5786 1798174528 -5785 1588095737 -5784 1424596552 -5783 1973154762 -5782 809316590 -5781 356796833 -5780 1739248460 -5779 1140510877 -5778 1489431626 -5777 1668559906 -5776 1015626791 -5775 1492697985 -5774 1160805012 -5773 1649173282 -5772 1004956810 -5771 1101588062 -5770 1510412773 -5769 1481249065 -5768 1042802755 -5767 933034543 -5766 1668183116 -5765 81062142 -5764 2093958074 -5763 1907544156 -5762 1502452936 -5761 1494088864 -5760 1010481903 -5759 228756062 -5758 2039839255 -5757 258820334 -5756 710651805 -5755 1972503414 -5754 778779147 -5753 1067799719 -5752 233906302 -5751 1816289361 -5750 1014848855 -5749 70688553 -5748 124884085 -5747 2144217289 -5746 507754894 -5745 1513937157 -5744 487741175 -5743 59216950 -5742 138760509 -5741 1671191392 -5740 58785307 -5739 577378230 -5738 1960549597 -5737 961740612 -5736 986560117 -5735 1908122608 -5734 726092854 -5733 599869209 -5732 897062252 -5731 1273696874 -5730 1601733257 -5729 751661569 -5728 1665587905 -5727 67335841 -5726 1627524834 -5725 1790335734 -5724 1738597111 -5723 1109973434 -5722 52950864 -5721 163217749 -5720 1691405275 -5719 1018115214 -5718 1710417307 -5717 758430576 -5716 1656476113 -5715 448537944 -5714 1375176647 -5713 964033431 -5712 431643 -5711 1708865927 -5710 1858125443 -5709 1244528342 -5708 1738301761 -5707 52426989 -5706 235647758 -5705 386690907 -5704 1011060355 -5703 1599879628 -5702 1145619600 -5701 145400683 -5700 1755592617 -5699 1534397416 -5698 1271620383 -5697 2022735819 -5696 476222377 -5695 517551400 -5694 1737384870 -5693 1575379362 -5692 1566051807 -5691 1182319298 -5690 600284090 -5689 932974699 -5688 1509122748 -5687 1261879362 -5686 1530737577 -5685 692442682 -5684 448106301 -5683 1813794368 -5682 1253391636 -5681 903386948 -5680 2118047814 -5679 1805698453 -5678 1008880584 -5677 1351610853 -5676 1188850282 -5675 783251777 -5674 1388554955 -5673 865659672 -5672 1991770659 -5671 1758705831 -5670 1021263948 -5669 1880340446 -5668 1058175039 -5667 754068983 -5666 285350949 -5665 1048326663 -5664 1098983241 -5663 555065572 -5662 975095272 -5661 633077108 -5660 1820680197 -5659 1485888375 -5658 1549720770 -5657 816680066 -5656 813773061 -5655 1864426857 -5654 1586534694 -5653 1692203001 -5652 1843230201 -5651 1595176830 -5650 2041990012 -5649 766436961 -5648 616848171 -5647 225628807 -5646 2110539546 -5645 323190609 -5644 938964766 -5643 1777332772 -5642 1991879372 -5641 111430213 -5640 700530792 -5639 267194965 -5638 1594989497 -5637 9848376 -5636 1802569390 -5635 1877769025 -5634 73231390 -5633 465906133 -5632 881869022 -5631 1636690545 -5630 1230839986 -5629 1004000131 -5628 672115314 -5627 1832777561 -5626 1377629019 -5625 1269053708 -5624 21196655 -5623 2138841512 -5622 1797696637 -5621 1076793240 -5620 978328659 -5619 1816361205 -5618 803381063 -5617 293657562 -5616 1434147689 -5615 333206774 -5614 478794885 -5613 827534552 -5612 1076801979 -5611 1724684407 -5610 663924364 -5609 690682416 -5608 612109223 -5607 1864704120 -5606 2084100633 -5605 1336663257 -5604 995900002 -5603 584024493 -5602 1382549795 -5601 2025352539 -5600 964575230 -5599 1545546073 -5598 1773854760 -5597 1550545254 -5596 1811580905 -5595 1386271155 -5594 1618840719 -5593 1091887063 -5592 1160512853 -5591 2128819080 -5590 273412177 -5589 684671097 -5588 382213516 -5587 470174289 -5586 1962346325 -5585 606613136 -5584 1403888442 -5583 901594125 -5582 163610188 -5581 386119563 -5580 1112575184 -5579 946703892 -5578 754065431 -5577 1422929614 -5576 868804117 -5575 1500076140 -5574 2101597110 -5573 1118031111 -5572 1766932911 -5571 1984487370 -5570 251497779 -5569 1561513624 -5568 1881448815 -5567 387583604 -5566 2079188183 -5565 719693842 -5564 225758302 -5563 1637505287 -5562 818474885 -5561 475841756 -5560 1746605564 -5559 1950721536 -5558 869808420 -5557 1923084027 -5556 1213769494 -5555 1060752199 -5554 443002948 -5553 1017768879 -5552 1936502589 -5551 1364389943 -5550 1779537780 -5549 1837129218 -5548 77899775 -5547 1401472939 -5546 1468816152 -5545 1898256654 -5544 1880626877 -5543 117109740 -5542 866533332 -5541 205419287 -5540 103038554 -5539 2011397822 -5538 1629809088 -5537 1161754973 -5536 161825302 -5535 441682896 -5534 2048702605 -5533 1897400194 -5532 2038383371 -5531 1015236997 -5530 1753516984 -5529 1971005184 -5528 736952042 -5527 1956539868 -5526 1480081079 -5525 196000615 -5524 1271733258 -5523 1226096653 -5522 1385714747 -5521 99373370 -5520 1286490168 -5519 378064841 -5518 368313066 -5517 327126769 -5516 1668329710 -5515 1351706412 -5514 1031723321 -5513 1675207590 -5512 14071185 -5511 1002619158 -5510 723093846 -5509 1088767229 -5508 1849572520 -5507 1188126192 -5506 1260536016 -5505 411908755 -5504 550783173 -5503 1033465608 -5502 143883210 -5501 67378186 -5500 278284955 -5499 1944460763 -5498 490924105 -5497 540951427 -5496 684806610 -5495 253984426 -5494 957769515 -5493 1172359888 -5492 2087090132 -5491 1007649906 -5490 1878543952 -5489 959363399 -5488 857218779 -5487 1164090302 -5486 1442887095 -5485 2140605768 -5484 1337635226 -5483 29104163 -5482 952113743 -5481 1072787604 -5480 1300530285 -5479 1682451302 -5478 1975714861 -5477 1437663765 -5476 637343018 -5475 227070408 -5474 268025545 -5473 483404987 -5472 755180653 -5471 346906095 -5470 1723937729 -5469 1884817176 -5468 1259654153 -5467 236939679 -5466 1730665559 -5465 1659930370 -5464 314377941 -5463 2097603257 -5462 1441299584 -5461 1127726733 -5460 150431127 -5459 714453649 -5458 1663959952 -5457 864096659 -5456 1973938724 -5455 1413782932 -5454 1188492024 -5453 264847622 -5452 876057526 -5451 1417146089 -5450 1244556390 -5449 2010350168 -5448 1045108284 -5447 1748644453 -5446 1169638220 -5445 153938031 -5444 1619373403 -5443 2068603098 -5442 906950906 -5441 1017847125 -5440 1234735589 -5439 1486998049 -5438 154151616 -5437 1747207431 -5436 2070045386 -5435 1780545950 -5434 218630786 -5433 1334134856 -5432 1947172129 -5431 726845934 -5430 1611250429 -5429 1433818116 -5428 887998573 -5427 250177020 -5426 1823088282 -5425 1709091101 -5424 537725406 -5423 1918829583 -5422 1167774880 -5421 1013191005 -5420 372037805 -5419 1643395585 -5418 840711948 -5417 891170252 -5416 129271050 -5415 1248518770 -5414 1394470773 -5413 601526278 -5412 833867508 -5411 1567436504 -5410 863695508 -5409 1635011806 -5408 1564436311 -5407 521089314 -5406 1528576645 -5405 735910529 -5404 1980857469 -5403 1639268499 -5402 1870368075 -5401 513354013 -5400 1986331009 -5399 1361073409 -5398 1758213482 -5397 1326391120 -5396 1859935262 -5395 2051742347 -5394 541316221 -5393 1672018048 -5392 1546791778 -5391 1671862943 -5390 172479057 -5389 1628351200 -5388 1514124534 -5387 1739676826 -5386 1644183127 -5385 1675228420 -5384 414651261 -5383 1974517917 -5382 1885314417 -5381 1346339350 -5380 3000193 -5379 342606194 -5378 106435160 -5377 828525782 -5376 687715493 -5375 2036791794 -5374 1013026102 -5373 1467503456 -5372 1800421138 -5371 509294666 -5370 902624179 -5369 659939889 -5368 1648621795 -5367 1853954783 -5366 785074898 -5365 187917213 -5364 504950568 -5363 1016936926 -5362 1499538991 -5361 2065924226 -5360 157738408 -5359 580285878 -5358 2131651721 -5357 1986379762 -5356 1325025565 -5355 1817148858 -5354 1937397651 -5353 1215795559 -5352 1971517724 -5351 1542708223 -5350 1239904190 -5349 1321958059 -5348 1802374349 -5347 217127014 -5346 1962983328 -5345 1367695685 -5344 236370655 -5343 503731435 -5342 564879277 -5341 1140481249 -5340 1008156519 -5339 1196153044 -5338 2022348638 -5337 1460704581 -5336 1349004214 -5335 1915621620 -5334 835861870 -5333 586509990 -5332 859198518 -5331 919253113 -5330 2081756152 -5329 318842294 -5328 1402743961 -5327 314502863 -5326 48982111 -5325 109230006 -5324 1993114782 -5323 394689428 -5322 2123375017 -5321 649559665 -5320 1887817521 -5319 1022777175 -5318 1506458379 -5317 434678664 -5316 2128240007 -5315 1459251892 -5314 802816408 -5313 1243373054 -5312 1643058564 -5311 1516209881 -5310 1265616259 -5309 1694935586 -5308 1994632477 -5307 106727018 -5306 624842711 -5305 762494224 -5304 1056423102 -5303 2064092405 -5302 652237486 -5301 540356223 -5300 1663992799 -5299 1767253289 -5298 269860183 -5297 1293513955 -5296 468871729 -5295 1801776331 -5294 133338637 -5293 1343555117 -5292 654355554 -5291 1100597841 -5290 1290584934 -5289 1453138857 -5288 1042020816 -5287 47206486 -5286 1779345904 -5285 884866953 -5284 1963676976 -5283 1434090175 -5282 2125240443 -5281 2095606626 -5280 1669061051 -5279 1158889240 -5278 1070092874 -5277 1232138253 -5276 1197787564 -5275 708233954 -5274 110256738 -5273 516066878 -5272 400099605 -5271 1032467845 -5270 270496040 -5269 370478844 -5268 1298381559 -5267 615567500 -5266 1160175318 -5265 1272800260 -5264 1147420776 -5263 1180224443 -5262 52970183 -5261 1348700345 -5260 58577025 -5259 1243378447 -5258 1821276600 -5257 157153863 -5256 231013158 -5255 345255729 -5254 907110158 -5253 2015553998 -5252 1912512771 -5251 966351202 -5250 1025513751 -5249 436922798 -5248 2108585324 -5247 361858920 -5246 1121881515 -5245 681720686 -5244 308134349 -5243 1225272541 -5242 245570838 -5241 29620761 -5240 1881569933 -5239 1802412187 -5238 1357787173 -5237 25581299 -5236 1615630372 -5235 2127434523 -5234 1219830077 -5233 1946204079 -5232 1121647418 -5231 957075383 -5230 1674907393 -5229 2048906809 -5228 1012365289 -5227 1476020871 -5226 1397527353 -5225 362942807 -5224 580226606 -5223 2088242603 -5222 990040247 -5221 1475589973 -5220 1005249526 -5219 663654831 -5218 1462524930 -5217 1426864638 -5216 53724571 -5215 2044092622 -5214 436149847 -5213 278513587 -5212 1491186255 -5211 590642299 -5210 819317236 -5209 1855988634 -5208 186781815 -5207 1377836298 -5206 953234869 -5205 1816909941 -5204 1005787104 -5203 262754694 -5202 271296686 -5201 1220224257 -5200 2092193742 -5199 198886522 -5198 651379456 -5197 649422482 -5196 895794265 -5195 1456768398 -5194 1520386208 -5193 1252120280 -5192 1082993077 -5191 326385415 -5190 13065043 -5189 1725868536 -5188 609930260 -5187 1565915956 -5186 990714790 -5185 1922694631 -5184 552906367 -5183 1992991196 -5182 1606679999 -5181 1782681269 -5180 403860483 -5179 1588964585 -5178 902753765 -5177 517355522 -5176 372049194 -5175 690480175 -5174 1545613255 -5173 1933046495 -5172 318044600 -5171 72410164 -5170 568844801 -5169 1442771260 -5168 1450575905 -5167 1342094706 -5166 1276519921 -5165 1791157632 -5164 373775321 -5163 1194000793 -5162 1239055237 -5161 1504608188 -5160 1863938803 -5159 594632735 -5158 735153746 -5157 834719277 -5156 1013009589 -5155 1145207242 -5154 316014632 -5153 917708746 -5152 1589130713 -5151 17715414 -5150 879927504 -5149 2033988609 -5148 1216915391 -5147 212273589 -5146 1119225915 -5145 586486346 -5144 372435575 -5143 1473203091 -5142 1364201694 -5141 1022756988 -5140 769317907 -5139 1374233743 -5138 166251338 -5137 1806901920 -5136 968319385 -5135 82519128 -5134 552102395 -5133 1016650780 -5132 1477545638 -5131 644422502 -5130 769454442 -5129 1029219526 -5128 1729106794 -5127 1737430152 -5126 518704645 -5125 95300843 -5124 1703560177 -5123 298299218 -5122 37781242 -5121 1702625752 -5120 948283670 -5119 667653914 -5118 914762693 -5117 630429045 -5116 1987321662 -5115 1793506472 -5114 1369768300 -5113 1497162235 -5112 703885184 -5111 2137451599 -5110 856505649 -5109 1109899634 -5108 405914358 -5107 83732210 -5106 1254799525 -5105 2099152252 -5104 752457138 -5103 2055163540 -5102 247196338 -5101 448326112 -5100 1062799356 -5099 1179507938 -5098 510514881 -5097 1633805951 -5096 33869975 -5095 220405427 -5094 57519601 -5093 934425 -5092 1497499195 -5091 1517610975 -5090 787863058 -5089 317854625 -5088 827815900 -5087 1268739869 -5086 1408144393 -5085 490159426 -5084 1089621288 -5083 1379800348 -5082 640656586 -5081 1741469197 -5080 1731537241 -5079 772773439 -5078 2002583757 -5077 454245753 -5076 1478758719 -5075 1347119633 -5074 1851955914 -5073 304131026 -5072 992364184 -5071 1215172047 -5070 2085294879 -5069 1576477053 -5068 1145637963 -5067 290109454 -5066 1576286350 -5065 32935550 -5064 870389879 -5063 687392273 -5062 1360555014 -5061 1179644570 -5060 689795075 -5059 1666606837 -5058 1057193880 -5057 337656474 -5056 179118580 -5055 28344044 -5054 1996986488 -5053 1495635739 -5052 1795746755 -5051 2015366794 -5050 1886369088 -5049 1277291488 -5048 1441498368 -5047 655464124 -5046 749773487 -5045 1174627693 -5044 354755449 -5043 636783867 -5042 366319795 -5041 1563370778 -5040 69534084 -5039 1795185425 -5038 190703 -5037 1112702413 -5036 1567203222 -5035 888894076 -5034 819864183 -5033 1838228957 -5032 2145080846 -5031 1841431825 -5030 122450689 -5029 352138601 -5028 1487488257 -5027 1028849836 -5026 488153633 -5025 830966489 -5024 380080937 -5023 2129103342 -5022 1756750298 -5021 518455267 -5020 573868426 -5019 1230904964 -5018 527518001 -5017 266870675 -5016 300708675 -5015 112989620 -5014 808307897 -5013 938868318 -5012 567249783 -5011 718618018 -5010 1563180075 -5009 1104315318 -5008 227982202 -5007 1258780275 -5006 292838230 -5005 1876457913 -5004 891296878 -5003 1125916006 -5002 1715778268 -5001 1792942245 -5000 353943568 -4999 1241084501 -4998 2011468615 -4997 656521767 -4996 648768898 -4995 506533939 -4994 1221699839 -4993 2009109318 -4992 1555234915 -4991 525845334 -4990 2138420914 -4989 306997751 -4988 930196289 -4987 414528381 -4986 1606046425 -4985 1509324004 -4984 1693223485 -4983 89689879 -4982 1523171891 -4981 1610418112 -4980 490635816 -4979 304399800 -4978 811477088 -4977 499007937 -4976 367483397 -4975 1314405871 -4974 160679645 -4973 1245838280 -4972 771972438 -4971 474693766 -4970 1928957278 -4969 1844905448 -4968 592315603 -4967 1504934676 -4966 1582305576 -4965 787143228 -4964 1098782672 -4963 695854505 -4962 2018172052 -4961 1248237164 -4960 1743132692 -4959 1723892533 -4958 848434974 -4957 1568355933 -4956 868788544 -4955 1516356546 -4954 2133635761 -4953 82805372 -4952 1746537711 -4951 1218772091 -4950 798941024 -4949 2139111526 -4948 2084400051 -4947 1644554865 -4946 338328292 -4945 1269128764 -4944 542433433 -4943 1833469526 -4942 1464364650 -4941 1074550638 -4940 2029861811 -4939 424022602 -4938 262599872 -4937 1952656023 -4936 406152004 -4935 886451071 -4934 916454823 -4933 1998029156 -4932 1100205460 -4931 294279519 -4930 399802190 -4929 174776759 -4928 855103989 -4927 1479562075 -4926 1582203820 -4925 785983171 -4924 1917302483 -4923 914863669 -4922 1431347996 -4921 1754909832 -4920 1281855688 -4919 1301869807 -4918 1800783234 -4917 815271286 -4916 1102121432 -4915 652342414 -4914 1952247762 -4913 1615366443 -4912 1951091363 -4911 1040342048 -4910 811950766 -4909 77205788 -4908 17870598 -4907 1523632448 -4906 1036201199 -4905 555606496 -4904 1933729259 -4903 622175304 -4902 1598226966 -4901 925428701 -4900 1586659178 -4899 1067723762 -4898 740056587 -4897 69120817 -4896 1709743240 -4895 667340150 -4894 1502118823 -4893 162392651 -4892 1780491629 -4891 129478189 -4890 2101610246 -4889 466584402 -4888 199748375 -4887 1148440820 -4886 1010507172 -4885 1634238637 -4884 848734699 -4883 911905713 -4882 803415677 -4881 1873885574 -4880 1022471450 -4879 1435801965 -4878 1188488237 -4877 1609747750 -4876 1737386837 -4875 414025895 -4874 1104863178 -4873 1008300558 -4872 1182999773 -4871 530503203 -4870 185372113 -4869 1517538361 -4868 1505464170 -4867 72716437 -4866 714485642 -4865 1547350589 -4864 1034332169 -4863 1372640633 -4862 208266052 -4861 1313907227 -4860 2077213462 -4859 953169426 -4858 1603560877 -4857 712993386 -4856 299706121 -4855 98601459 -4854 830822960 -4853 1122332772 -4852 2036917911 -4851 1515097359 -4850 685397337 -4849 1560207348 -4848 1845898776 -4847 774462341 -4846 504884572 -4845 729086279 -4844 1378509770 -4843 574359974 -4842 822928444 -4841 1812945060 -4840 1172522681 -4839 112655676 -4838 803052718 -4837 2105597229 -4836 1185867915 -4835 1489328657 -4834 1339084536 -4833 1867908590 -4832 1442910819 -4831 1402580274 -4830 1857829997 -4829 1364220076 -4828 653463305 -4827 1504959418 -4826 2029654074 -4825 1324856996 -4824 209167196 -4823 1463209248 -4822 436935435 -4821 476710562 -4820 1816682231 -4819 2058418644 -4818 1055322776 -4817 1116812496 -4816 1543436219 -4815 2078008245 -4814 2053641483 -4813 1713048357 -4812 1549320941 -4811 710272768 -4810 1009892342 -4809 1214409099 -4808 1074271409 -4807 1461207709 -4806 766512693 -4805 1465442973 -4804 46417838 -4803 2083987910 -4802 10078593 -4801 78690742 -4800 749116968 -4799 352870579 -4798 1482049650 -4797 1476089957 -4796 1295792222 -4795 566444825 -4794 887921561 -4793 1879940281 -4792 1794010665 -4791 526000439 -4790 1568871434 -4789 699869735 -4788 514982424 -4787 1124798179 -4786 1210654661 -4785 1977871510 -4784 528687304 -4783 1343368715 -4782 703156015 -4781 334911842 -4780 1783485007 -4779 1696168280 -4778 447896406 -4777 1756312084 -4776 1414789871 -4775 830008430 -4774 1455364380 -4773 2115210743 -4772 1334870942 -4771 1804691662 -4770 744124740 -4769 1420510659 -4768 1204562004 -4767 915604825 -4766 588168395 -4765 1563335589 -4764 919917808 -4763 361921122 -4762 311068847 -4761 1094140930 -4760 11018014 -4759 444073255 -4758 1636698721 -4757 684594562 -4756 596110875 -4755 2014769594 -4754 1274715494 -4753 193775462 -4752 1707367356 -4751 1154471383 -4750 2034499083 -4749 27172923 -4748 281378409 -4747 1765371624 -4746 300947704 -4745 1447062776 -4744 1642621136 -4743 1798156366 -4742 1371086003 -4741 2061843930 -4740 600129657 -4739 1976003563 -4738 832342264 -4737 1788710063 -4736 2143170664 -4735 226247273 -4734 1252266741 -4733 1973260526 -4732 350903108 -4731 2014479240 -4730 1604925856 -4729 1473907100 -4728 1995446028 -4727 1769412775 -4726 1557362716 -4725 402335413 -4724 307402238 -4723 120244111 -4722 306760026 -4721 1680194433 -4720 873092974 -4719 269127459 -4718 1873708867 -4717 981799281 -4716 122750487 -4715 650274986 -4714 75976772 -4713 1728260854 -4712 1198026708 -4711 1542566088 -4710 1229501666 -4709 958903242 -4708 1980316546 -4707 606094991 -4706 536443322 -4705 169910138 -4704 2022827813 -4703 1385271149 -4702 368334670 -4701 1024479656 -4700 19033212 -4699 1982996729 -4698 2064028032 -4697 1593110615 -4696 1462010536 -4695 1437118604 -4694 95575386 -4693 774691453 -4692 1394634785 -4691 37632567 -4690 1953969214 -4689 2038777341 -4688 146376972 -4687 1223433881 -4686 905822508 -4685 541973281 -4684 1599731925 -4683 680894332 -4682 498759187 -4681 239123466 -4680 1709733190 -4679 623406675 -4678 422459920 -4677 1810406408 -4676 730750826 -4675 1298655821 -4674 1949059116 -4673 998348157 -4672 1366237936 -4671 532821588 -4670 1107935272 -4669 573406245 -4668 520986193 -4667 626909427 -4666 1497535228 -4665 687319083 -4664 42483819 -4663 57942819 -4662 968205887 -4661 1503341092 -4660 2038739243 -4659 730535333 -4658 1132954832 -4657 1751887338 -4656 1771185603 -4655 224928176 -4654 43214094 -4653 1360608459 -4652 1118644790 -4651 2022836160 -4650 1964147194 -4649 2046810429 -4648 2040139497 -4647 1271287747 -4646 2008830940 -4645 1879886317 -4644 2079901532 -4643 1416237527 -4642 2037896533 -4641 792831691 -4640 11835395 -4639 481025844 -4638 1223354665 -4637 1981150758 -4636 584425608 -4635 1439592409 -4634 1866596843 -4633 686626374 -4632 166687224 -4631 237670554 -4630 370386260 -4629 286851904 -4628 1106833377 -4627 908026656 -4626 1708673244 -4625 410577144 -4624 1253767034 -4623 167861582 -4622 1543944912 -4621 1219318008 -4620 2130180310 -4619 692859447 -4618 37979489 -4617 160253180 -4616 1338869862 -4615 592593413 -4614 1989473432 -4613 1287069841 -4612 1404402132 -4611 1556870688 -4610 1716960674 -4609 178168285 -4608 2044083884 -4607 1931245904 -4606 114553914 -4605 2045282882 -4604 1272905184 -4603 1628926289 -4602 316240114 -4601 2027318968 -4600 1278320825 -4599 1609843252 -4598 725662308 -4597 696256233 -4596 1801743269 -4595 1540811662 -4594 1014115880 -4593 34449026 -4592 185164919 -4591 851085465 -4590 1181338519 -4589 1969927130 -4588 1501473233 -4587 1592869724 -4586 318263396 -4585 51800021 -4584 1335674929 -4583 432602743 -4582 1717592815 -4581 1226233846 -4580 1660270452 -4579 1933198418 -4578 63614371 -4577 2146284650 -4576 658340719 -4575 633111273 -4574 1729042767 -4573 1393069864 -4572 350605464 -4571 853880510 -4570 1301656660 -4569 582064592 -4568 1955583630 -4567 1332334293 -4566 1829624001 -4565 1767294243 -4564 1355646743 -4563 163030415 -4562 1000594154 -4561 362721437 -4560 1497095880 -4559 1735952443 -4558 1651663733 -4557 1449673212 -4556 257194795 -4555 2033144301 -4554 481690853 -4553 109441082 -4552 919815939 -4551 1931878045 -4550 1162619475 -4549 1661469450 -4548 1274857698 -4547 1577986745 -4546 417241882 -4545 1412754503 -4544 282505809 -4543 875162257 -4542 91413204 -4541 1916024520 -4540 1045780528 -4539 2116806014 -4538 899924239 -4537 188289387 -4536 2124171198 -4535 1666593586 -4534 766700089 -4533 992925305 -4532 813418183 -4531 1412125359 -4530 858541352 -4529 47422668 -4528 1478757648 -4527 1766003080 -4526 967982358 -4525 147753712 -4524 1113328362 -4523 697296456 -4522 1094305255 -4521 1405830136 -4520 657020347 -4519 1732116378 -4518 1244227568 -4517 2009586843 -4516 1295480936 -4515 1689563273 -4514 1321341298 -4513 513964937 -4512 1976865377 -4511 122090838 -4510 1016100281 -4509 857491141 -4508 2140118464 -4507 1380814301 -4506 1569072946 -4505 1131245893 -4504 853175403 -4503 1502058378 -4502 134383953 -4501 765995515 -4500 2080851358 -4499 1240021919 -4498 1226923957 -4497 1331003936 -4496 652674718 -4495 270685902 -4494 1200932105 -4493 1854981873 -4492 40276109 -4491 1509672525 -4490 161602568 -4489 794917151 -4488 436635442 -4487 1702147942 -4486 688245545 -4485 781515998 -4484 1860181544 -4483 1199250460 -4482 1645348304 -4481 1119374236 -4480 129456022 -4479 1782769628 -4478 1435901843 -4477 1008872571 -4476 527638898 -4475 67014568 -4474 996861939 -4473 87179888 -4472 1568690667 -4471 1041845682 -4470 1686555205 -4469 749847422 -4468 587347201 -4467 956238055 -4466 130071830 -4465 945176493 -4464 230409793 -4463 1838743228 -4462 1693379305 -4461 1392842605 -4460 1073037083 -4459 606938274 -4458 106671606 -4457 1802603091 -4456 1989450046 -4455 1636478732 -4454 1283651342 -4453 740807308 -4452 1069794438 -4451 2010062324 -4450 1830956041 -4449 1268067099 -4448 1255130730 -4447 1368887275 -4446 12010631 -4445 440459010 -4444 645807548 -4443 2102499905 -4442 548108330 -4441 818843245 -4440 454498481 -4439 730317150 -4438 619775592 -4437 1789654356 -4436 725828261 -4435 438812250 -4434 1399280836 -4433 985050836 -4432 765706145 -4431 1086441031 -4430 1286170999 -4429 1417917639 -4428 764971876 -4427 617676522 -4426 518951749 -4425 1248642737 -4424 566684294 -4423 1421072665 -4422 1057334915 -4421 1949210987 -4420 754931594 -4419 462068766 -4418 1256056467 -4417 814671720 -4416 723079726 -4415 56994374 -4414 2039834327 -4413 1974447951 -4412 1648001424 -4411 1965274828 -4410 199067653 -4409 812327773 -4408 4488889 -4407 180963342 -4406 390373520 -4405 1888261073 -4404 1820589752 -4403 312839805 -4402 1846363485 -4401 1495272154 -4400 321469155 -4399 668494477 -4398 898965890 -4397 1663812786 -4396 50992228 -4395 1245362732 -4394 191307822 -4393 764956954 -4392 666141071 -4391 595266149 -4390 693154520 -4389 2087743522 -4388 1886472687 -4387 1199062093 -4386 922321040 -4385 896115423 -4384 556476597 -4383 74559499 -4382 1775380298 -4381 835673651 -4380 1960785939 -4379 18104311 -4378 421954253 -4377 263711463 -4376 507857237 -4375 77533715 -4374 41897588 -4373 325317598 -4372 2138854298 -4371 1177869008 -4370 596306264 -4369 805140016 -4368 617502249 -4367 1801086806 -4366 1472504964 -4365 1433518921 -4364 579221661 -4363 1743525320 -4362 71802434 -4361 725881196 -4360 856277110 -4359 1641576074 -4358 1165422482 -4357 990357264 -4356 642585496 -4355 847761541 -4354 1268218772 -4353 1868286594 -4352 261257208 -4351 1757275987 -4350 413719398 -4349 1697074475 -4348 1657730721 -4347 344420538 -4346 221813875 -4345 182539639 -4344 86163065 -4343 1011512228 -4342 1876494982 -4341 1333714281 -4340 560366759 -4339 942703106 -4338 1480118700 -4337 1331466975 -4336 1221865145 -4335 1876463292 -4334 1361716487 -4333 2000824112 -4332 887248210 -4331 577710008 -4330 1707942362 -4329 2013403493 -4328 998990578 -4327 317660941 -4326 1869622140 -4325 921782550 -4324 586504332 -4323 1658426433 -4322 1454567195 -4321 711666381 -4320 99545266 -4319 69298860 -4318 1475260600 -4317 1475191082 -4316 258257473 -4315 1357785294 -4314 453528304 -4313 899932431 -4312 451145469 -4311 933791876 -4310 2001079229 -4309 1376383431 -4308 1868321609 -4307 1751139056 -4306 2117234136 -4305 1368524680 -4304 989215081 -4303 784006479 -4302 292881750 -4301 1021328365 -4300 1726203077 -4299 1390281421 -4298 143781353 -4297 77208028 -4296 1878640256 -4295 211195707 -4294 1614699002 -4293 2022321599 -4292 1558881167 -4291 1385268335 -4290 1383889428 -4289 771837831 -4288 1958525035 -4287 117475306 -4286 1021662778 -4285 1505808689 -4284 906639825 -4283 1667220076 -4282 1046336850 -4281 1222245686 -4280 1212953915 -4279 249940173 -4278 1406632943 -4277 499796928 -4276 761923974 -4275 1333227657 -4274 1075642930 -4273 2115370364 -4272 1205287049 -4271 1050083976 -4270 877547011 -4269 1648995049 -4268 1659124813 -4267 2080069294 -4266 609992674 -4265 2003802305 -4264 799798188 -4263 229430667 -4262 638432171 -4261 787043335 -4260 1574226947 -4259 1266414122 -4258 1897658701 -4257 452716346 -4256 1358319129 -4255 1501926350 -4254 459471839 -4253 1831877787 -4252 454266160 -4251 796396676 -4250 1963096391 -4249 713156987 -4248 1635499847 -4247 73405285 -4246 1571637646 -4245 794037258 -4244 127940608 -4243 25558954 -4242 1237823353 -4241 1703775648 -4240 1538442811 -4239 944961365 -4238 1039002375 -4237 1802806156 -4236 1280271106 -4235 380562006 -4234 1365370134 -4233 12754852 -4232 802687368 -4231 1519501696 -4230 1036868282 -4229 1121510601 -4228 2055578641 -4227 395732351 -4226 2140728154 -4225 1673924990 -4224 1047660189 -4223 1810558811 -4222 2016265044 -4221 1888592821 -4220 1308380477 -4219 1889691105 -4218 1289002989 -4217 841462589 -4216 2092948325 -4215 1546078692 -4214 1703697553 -4213 571648607 -4212 634599790 -4211 292861988 -4210 664773273 -4209 1883120303 -4208 1812173906 -4207 658440368 -4206 437436022 -4205 1267516254 -4204 1725358286 -4203 1993352085 -4202 1123370218 -4201 1828660414 -4200 1611406703 -4199 641135930 -4198 1128266095 -4197 381653651 -4196 1495555810 -4195 330169343 -4194 1805143594 -4193 1306551016 -4192 502178333 -4191 126573938 -4190 599589832 -4189 466917888 -4188 1944226428 -4187 1890407945 -4186 1285248684 -4185 1521299718 -4184 911478901 -4183 1410835565 -4182 2054358982 -4181 898963135 -4180 628171729 -4179 6332905 -4178 1445684281 -4177 544657652 -4176 1080565730 -4175 591567584 -4174 144146035 -4173 2044181520 -4172 381945382 -4171 482234288 -4170 700394319 -4169 1229753051 -4168 1293063768 -4167 798096751 -4166 723993705 -4165 189004794 -4164 1975474658 -4163 1678569655 -4162 706961183 -4161 35260445 -4160 329831158 -4159 856665535 -4158 1329152852 -4157 422926710 -4156 978929043 -4155 2021896767 -4154 1614424384 -4153 12515766 -4152 782663835 -4151 2048026077 -4150 1600762501 -4149 83514077 -4148 1073250823 -4147 854116697 -4146 400511617 -4145 1183867858 -4144 209622202 -4143 1809395395 -4142 1343787200 -4141 1299675979 -4140 1336654167 -4139 2049781216 -4138 505759346 -4137 1104058974 -4136 970105741 -4135 1192907698 -4134 1629527258 -4133 1940214213 -4132 1348738497 -4131 1997779296 -4130 853591240 -4129 2054388096 -4128 2025220140 -4127 1454739733 -4126 955985974 -4125 966413277 -4124 1239232931 -4123 1713881955 -4122 559236913 -4121 699149758 -4120 974775254 -4119 746645804 -4118 1830486108 -4117 2036866613 -4116 644494495 -4115 738599869 -4114 1987564305 -4113 1057429871 -4112 472741228 -4111 1441489632 -4110 793916633 -4109 232595193 -4108 1079675474 -4107 1460335296 -4106 1622015364 -4105 1177375176 -4104 1991652849 -4103 1779231610 -4102 1086622972 -4101 1441834048 -4100 2120042804 -4099 1546335155 -4098 1098402122 -4097 1058806863 -4096 215506802 -4095 1389587667 -4094 407176364 -4093 540083173 -4092 739106701 -4091 1960074756 -4090 1016147298 -4089 1085392289 -4088 102151309 -4087 1091886238 -4086 49302307 -4085 1734548272 -4084 265858641 -4083 546074673 -4082 263513238 -4081 240146035 -4080 361814158 -4079 1481064985 -4078 758063477 -4077 2049783946 -4076 1616166095 -4075 1990267401 -4074 90752204 -4073 549818800 -4072 1806672454 -4071 1687771465 -4070 343431926 -4069 1061235941 -4068 1330828353 -4067 1856298103 -4066 651630499 -4065 1822907277 -4064 650480966 -4063 594585255 -4062 1671419522 -4061 1801198060 -4060 1857923447 -4059 2071744708 -4058 1036089981 -4057 515086685 -4056 826027597 -4055 1650711282 -4054 1471035034 -4053 25712606 -4052 184260515 -4051 929931901 -4050 1629566206 -4049 459513860 -4048 2012382538 -4047 915279723 -4046 1959031742 -4045 1066347294 -4044 183594947 -4043 550464386 -4042 206386874 -4041 745436513 -4040 356943112 -4039 634617470 -4038 409605442 -4037 1655404724 -4036 1205817137 -4035 57045243 -4034 151487754 -4033 996766554 -4032 884145456 -4031 1747158462 -4030 765108078 -4029 1342836761 -4028 1245717111 -4027 1532862347 -4026 1191535299 -4025 800314990 -4024 1466450767 -4023 541103133 -4022 543630048 -4021 1872230303 -4020 1065033011 -4019 714286482 -4018 647965766 -4017 946035243 -4016 731684776 -4015 1408567355 -4014 859960420 -4013 1585642081 -4012 193521274 -4011 1719253052 -4010 335831071 -4009 849022036 -4008 1576283981 -4007 352560198 -4006 1503916969 -4005 209050583 -4004 1320383435 -4003 551812940 -4002 231658475 -4001 1688792343 -4000 501441351 -3999 1379729379 -3998 151301462 -3997 445402120 -3996 66411579 -3995 650432166 -3994 256684942 -3993 1741704112 -3992 1623553770 -3991 1976827214 -3990 1224264537 -3989 118997767 -3988 2130085354 -3987 1386882058 -3986 86074823 -3985 1293526343 -3984 1215046081 -3983 1288191016 -3982 1249811010 -3981 1491982885 -3980 142969071 -3979 2130754521 -3978 1492588715 -3977 1367233397 -3976 1179660411 -3975 952104029 -3974 2124875756 -3973 1779074740 -3972 50371588 -3971 999412744 -3970 1537490881 -3969 56039231 -3968 1313317800 -3967 1648352943 -3966 188717178 -3965 472191115 -3964 1174362044 -3963 427341376 -3962 517439575 -3961 1504556002 -3960 1994225508 -3959 1984866126 -3958 32922944 -3957 836559011 -3956 171835977 -3955 945367455 -3954 43715333 -3953 1870546844 -3952 1145221945 -3951 1266540137 -3950 2146877818 -3949 923219321 -3948 951094109 -3947 540484685 -3946 1389841289 -3945 1548069319 -3944 901732441 -3943 1125463012 -3942 241583859 -3941 2141816005 -3940 1833578592 -3939 2036621585 -3938 2014805700 -3937 841126685 -3936 473990899 -3935 1908859450 -3934 2102235187 -3933 1817289690 -3932 580599516 -3931 680057097 -3930 1471633058 -3929 1157666497 -3928 1813030149 -3927 1235039136 -3926 792843678 -3925 448772781 -3924 1947629158 -3923 924658844 -3922 1871152673 -3921 222002623 -3920 315446027 -3919 1606393133 -3918 1680861680 -3917 1550508438 -3916 1786235892 -3915 264378277 -3914 1306485460 -3913 907400083 -3912 1439368068 -3911 352445921 -3910 127010305 -3909 992451907 -3908 1562630686 -3907 105946250 -3906 886375145 -3905 804184857 -3904 1328259934 -3903 1422178090 -3902 345656631 -3901 1570416667 -3900 1014510595 -3899 236593922 -3898 364822819 -3897 1364257368 -3896 1434893626 -3895 2015668482 -3894 725103755 -3893 1725626535 -3892 609212816 -3891 264759540 -3890 688624591 -3889 912421237 -3888 1967640888 -3887 1416483402 -3886 244022977 -3885 878835809 -3884 972493857 -3883 954039539 -3882 780389778 -3881 446916161 -3880 937298883 -3879 21064055 -3878 106076761 -3877 758445829 -3876 925169963 -3875 1611680703 -3874 458528225 -3873 1905326915 -3872 407667495 -3871 109062709 -3870 1205593848 -3869 1797736875 -3868 949183944 -3867 496637985 -3866 639153613 -3865 1856750739 -3864 1406455665 -3863 460344215 -3862 1037001943 -3861 1844275227 -3860 444602300 -3859 1419624837 -3858 668398260 -3857 1088805079 -3856 443989545 -3855 1437467086 -3854 98446030 -3853 525577696 -3852 16740656 -3851 759325723 -3850 340839399 -3849 178853053 -3848 1243377739 -3847 641879706 -3846 299917604 -3845 1167326696 -3844 1204013208 -3843 349465516 -3842 699733067 -3841 757414268 -3840 1307362413 -3839 708955863 -3838 1158583262 -3837 1239916853 -3836 1237665967 -3835 178809398 -3834 819748795 -3833 1709664086 -3832 15741915 -3831 1764860754 -3830 1175876967 -3829 1503280868 -3828 975635292 -3827 1378414821 -3826 990359049 -3825 2065895496 -3824 1420726430 -3823 1486603955 -3822 184738297 -3821 1985371250 -3820 1663431632 -3819 1846443341 -3818 2026419097 -3817 76051043 -3816 1585350146 -3815 2097935736 -3814 467593628 -3813 446598940 -3812 1189586750 -3811 2138260852 -3810 1746314654 -3809 67445560 -3808 1618773543 -3807 979773864 -3806 420168057 -3805 1675485529 -3804 163067483 -3803 1202371689 -3802 533787119 -3801 659944694 -3800 789225462 -3799 1944945793 -3798 512921819 -3797 1057223443 -3796 2105172039 -3795 1651238742 -3794 1881157199 -3793 1582838828 -3792 1970655971 -3791 485778604 -3790 2106435801 -3789 1587380588 -3788 261093194 -3787 2075967009 -3786 1755941063 -3785 1138751206 -3784 908348985 -3783 476816424 -3782 847767934 -3781 1122141190 -3780 519487309 -3779 766540790 -3778 1794761151 -3777 2090771662 -3776 816706381 -3775 1365280016 -3774 1141698409 -3773 1650606436 -3772 413146226 -3771 736324974 -3770 147022875 -3769 1879485667 -3768 1987257402 -3767 1009166725 -3766 1323549892 -3765 522333211 -3764 1828066419 -3763 1395378595 -3762 1623886675 -3761 383275382 -3760 224685409 -3759 30468791 -3758 1978923173 -3757 1269825636 -3756 1167618024 -3755 1279124639 -3754 290983272 -3753 1933691443 -3752 2104812763 -3751 81227144 -3750 1474863687 -3749 576199294 -3748 2097318057 -3747 429481134 -3746 949073253 -3745 1313583592 -3744 952133790 -3743 405373435 -3742 1503583561 -3741 681144207 -3740 896551219 -3739 1285339797 -3738 555935775 -3737 1464924191 -3736 1328583954 -3735 2075654944 -3734 1045930184 -3733 1444791036 -3732 1170693186 -3731 1593417883 -3730 551835857 -3729 1102343421 -3728 1010334415 -3727 699798534 -3726 978842363 -3725 1381410228 -3724 1321795524 -3723 209756128 -3722 458827756 -3721 1528613468 -3720 131392735 -3719 1045382552 -3718 1774609689 -3717 783734464 -3716 1624830992 -3715 543699817 -3714 1957483679 -3713 270989582 -3712 1656305864 -3711 218243764 -3710 125208432 -3709 1579110676 -3708 2104239491 -3707 627764478 -3706 418994007 -3705 2031276566 -3704 904961758 -3703 1599995948 -3702 892955179 -3701 68349764 -3700 583083468 -3699 1999520970 -3698 123501058 -3697 1776407835 -3696 1525486658 -3695 769086235 -3694 922582472 -3693 1940665703 -3692 78363393 -3691 1560928852 -3690 1901487427 -3689 1495141918 -3688 1568035208 -3687 1230909872 -3686 973734433 -3685 1353841410 -3684 1034877601 -3683 1739239915 -3682 145781150 -3681 77195188 -3680 261487921 -3679 1644927602 -3678 1160116668 -3677 72962925 -3676 1870286368 -3675 966481707 -3674 1138321386 -3673 836611994 -3672 1016912480 -3671 1040917857 -3670 2092332354 -3669 954159281 -3668 474034312 -3667 1501898471 -3666 853825363 -3665 1732304603 -3664 690722841 -3663 1509137268 -3662 39178276 -3661 730705123 -3660 2140377292 -3659 670577555 -3658 521407485 -3657 214193798 -3656 196032270 -3655 1381978166 -3654 1208060260 -3653 957682413 -3652 1477751994 -3651 648337196 -3650 1064562167 -3649 188524996 -3648 1922124882 -3647 193634961 -3646 1082125186 -3645 1033674374 -3644 2097052874 -3643 97403529 -3642 891763287 -3641 62753199 -3640 566883545 -3639 590433883 -3638 100333918 -3637 889213357 -3636 811175629 -3635 1492171743 -3634 1693126326 -3633 2107501366 -3632 1516243624 -3631 1516084369 -3630 209297638 -3629 1926183494 -3628 474545284 -3627 1286912966 -3626 1153617186 -3625 1385833505 -3624 2051709820 -3623 559723064 -3622 2040603894 -3621 1289226998 -3620 873695962 -3619 870927206 -3618 1253883457 -3617 888450508 -3616 244065735 -3615 984721657 -3614 141911086 -3613 2034299675 -3612 1678003632 -3611 301329404 -3610 2109902929 -3609 1825153836 -3608 1926741902 -3607 755645823 -3606 1343570678 -3605 851157911 -3604 2123411767 -3603 177041957 -3602 1898203728 -3601 1737543778 -3600 1041539085 -3599 1069868319 -3598 772566308 -3597 1236195427 -3596 1382686794 -3595 593894122 -3594 1492713259 -3593 762482822 -3592 1833510750 -3591 1169676688 -3590 35343540 -3589 2132729102 -3588 626861471 -3587 269161800 -3586 746539421 -3585 357249708 -3584 1454201672 -3583 1988065330 -3582 2071880393 -3581 2000333444 -3580 522071150 -3579 1354257106 -3578 481583157 -3577 1075583991 -3576 779717704 -3575 1166528721 -3574 1100437830 -3573 385867989 -3572 1282986520 -3571 828335409 -3570 964977470 -3569 1952827305 -3568 1834665173 -3567 178672186 -3566 1890965816 -3565 620203971 -3564 907867020 -3563 323036571 -3562 727139282 -3561 1848265296 -3560 542815217 -3559 1913665388 -3558 1386189680 -3557 269611763 -3556 962443776 -3555 905957739 -3554 432852962 -3553 1601351876 -3552 1465994180 -3551 717623287 -3550 1518750287 -3549 1593970807 -3548 574539402 -3547 1462538084 -3546 2122629808 -3545 393849715 -3544 2031025849 -3543 272102421 -3542 1568374167 -3541 1477642862 -3540 1141153883 -3539 786305284 -3538 61861489 -3537 1214461202 -3536 1418288814 -3535 1567929245 -3534 2040548337 -3533 1207085372 -3532 1927705002 -3531 960957542 -3530 462075615 -3529 273203454 -3528 951221612 -3527 480231941 -3526 1984242448 -3525 1508575548 -3524 1587447206 -3523 1862713323 -3522 82601589 -3521 2019507021 -3520 143083884 -3519 56212203 -3518 1618824646 -3517 180689687 -3516 1578995882 -3515 1850527387 -3514 972959196 -3513 553382987 -3512 1278432186 -3511 782068883 -3510 1415781373 -3509 2074176329 -3508 1515500118 -3507 641415891 -3506 1321396512 -3505 211203442 -3504 1787707891 -3503 1079590795 -3502 745009756 -3501 1654501548 -3500 9735930 -3499 2129327322 -3498 436444653 -3497 1590129712 -3496 1040268383 -3495 121529125 -3494 1425973959 -3493 1715423833 -3492 1719629439 -3491 26389386 -3490 400682375 -3489 2109877845 -3488 624699968 -3487 1915780907 -3486 1355214139 -3485 1025612895 -3484 572095201 -3483 190890313 -3482 1285085261 -3481 1351739504 -3480 1414052413 -3479 774365482 -3478 752779817 -3477 1304296676 -3476 1001191648 -3475 241805717 -3474 1613677333 -3473 133206343 -3472 1069854865 -3471 763166082 -3470 1218056894 -3469 567089866 -3468 1089058939 -3467 314915528 -3466 164155753 -3465 1472328198 -3464 549383334 -3463 1399584573 -3462 1314741458 -3461 1757235242 -3460 1549173065 -3459 632385115 -3458 754663705 -3457 1746570721 -3456 1343685706 -3455 1164323826 -3454 1888011282 -3453 1367839344 -3452 924321548 -3451 510719779 -3450 598959687 -3449 109755737 -3448 1920657482 -3447 510974100 -3446 1838102990 -3445 867985304 -3444 1319434499 -3443 850511251 -3442 1062633097 -3441 502764999 -3440 1821590791 -3439 903141366 -3438 402934113 -3437 1764214389 -3436 1913015842 -3435 912054828 -3434 157586740 -3433 939631740 -3432 1997895155 -3431 682356342 -3430 1002571536 -3429 1950085992 -3428 1436183057 -3427 1737823527 -3426 2006043087 -3425 2123330010 -3424 240002278 -3423 1377291502 -3422 768879657 -3421 814565811 -3420 737545945 -3419 87985587 -3418 419136394 -3417 1052672177 -3416 1339023248 -3415 987591739 -3414 1952835855 -3413 816669500 -3412 1176404107 -3411 159491731 -3410 99830886 -3409 57376402 -3408 1137609171 -3407 1638362933 -3406 1606627649 -3405 973384102 -3404 1061643320 -3403 1622714045 -3402 2084543851 -3401 47809163 -3400 1393656933 -3399 1412231657 -3398 2091526553 -3397 1460336695 -3396 1497821248 -3395 628751584 -3394 1354450353 -3393 1572920115 -3392 639745557 -3391 680894069 -3390 395429416 -3389 1832357416 -3388 896445987 -3387 1579028303 -3386 1247319970 -3385 522353748 -3384 1958671280 -3383 1793344124 -3382 716838613 -3381 1119027705 -3380 1169366207 -3379 608951601 -3378 598232401 -3377 164225069 -3376 576719612 -3375 2131397251 -3374 1036323899 -3373 1013834157 -3372 229057112 -3371 672312194 -3370 103766257 -3369 2080803886 -3368 2061894057 -3367 1462774969 -3366 105886342 -3365 2072384781 -3364 2136489675 -3363 673556283 -3362 1177490699 -3361 954871789 -3360 1931931730 -3359 963884761 -3358 585037446 -3357 374092238 -3356 1767840671 -3355 1601459493 -3354 1952998783 -3353 839643575 -3352 623977917 -3351 107887012 -3350 520795303 -3349 1005141138 -3348 32231989 -3347 614318798 -3346 1275384818 -3345 1710369103 -3344 1902340139 -3343 364011705 -3342 910067900 -3341 295736873 -3340 757901785 -3339 788474936 -3338 1974917544 -3337 2136992924 -3336 1473768941 -3335 1579813706 -3334 894894082 -3333 1181617886 -3332 889108201 -3331 213605937 -3330 369834343 -3329 1557839492 -3328 1343527738 -3327 1131061600 -3326 568577103 -3325 928197096 -3324 977481576 -3323 1845111771 -3322 318848271 -3321 1766320426 -3320 75655023 -3319 2053960153 -3318 1877239968 -3317 469346534 -3316 859462306 -3315 911373113 -3314 800301203 -3313 1606603266 -3312 1753593568 -3311 121592963 -3310 468302977 -3309 768392509 -3308 1462189643 -3307 395103838 -3306 1242098842 -3305 292151055 -3304 690705505 -3303 681288144 -3302 811783543 -3301 1478752357 -3300 1017561847 -3299 1386256390 -3298 989262388 -3297 415330642 -3296 153580024 -3295 870948980 -3294 609348824 -3293 1358644798 -3292 1769456748 -3291 412371766 -3290 2036564106 -3289 1753792137 -3288 1194497847 -3287 965866855 -3286 1816528979 -3285 1400342688 -3284 1305263193 -3283 678708239 -3282 1138300289 -3281 985201059 -3280 806886968 -3279 73199139 -3278 1673777315 -3277 1170038588 -3276 1851881980 -3275 560810697 -3274 1627851159 -3273 1359436796 -3272 1811209945 -3271 1573010801 -3270 489489968 -3269 602231204 -3268 1232676366 -3267 118313408 -3266 1953465466 -3265 942418874 -3264 1248975880 -3263 196977058 -3262 1469564340 -3261 15664611 -3260 1365357567 -3259 1070697250 -3258 2084746806 -3257 1941638806 -3256 1808087310 -3255 1137820739 -3254 262042399 -3253 320062134 -3252 2019304919 -3251 1065101150 -3250 1458907392 -3249 1784332028 -3248 368800806 -3247 1112966617 -3246 1689671076 -3245 492445184 -3244 897084400 -3243 54840358 -3242 869946828 -3241 1208978741 -3240 340334434 -3239 371176560 -3238 796249386 -3237 290257492 -3236 1016821175 -3235 1756488407 -3234 1620338182 -3233 1233311269 -3232 979103139 -3231 398867089 -3230 78401453 -3229 1571202408 -3228 1410093588 -3227 946926066 -3226 1679596407 -3225 1488025176 -3224 1265999468 -3223 1344424897 -3222 1008638390 -3221 234972890 -3220 696300343 -3219 345940774 -3218 94660952 -3217 2023839270 -3216 215882217 -3215 1634830718 -3214 1769982004 -3213 1835589307 -3212 1861989572 -3211 498770267 -3210 412729354 -3209 50076942 -3208 1501839033 -3207 1187244627 -3206 817402958 -3205 1930993554 -3204 777385268 -3203 1221471092 -3202 1154909816 -3201 1555384379 -3200 1136257149 -3199 1278959034 -3198 2039089649 -3197 2069552059 -3196 1828410246 -3195 335171509 -3194 479386786 -3193 1031026578 -3192 648124554 -3191 662697615 -3190 140311938 -3189 819944721 -3188 130058557 -3187 607313882 -3186 253857266 -3185 527776558 -3184 1920324794 -3183 1271211736 -3182 1422859952 -3181 1811912630 -3180 1144414882 -3179 1372968375 -3178 1380157631 -3177 1718329127 -3176 409859359 -3175 1743415514 -3174 776083737 -3173 1369484537 -3172 85213943 -3171 2023434430 -3170 1663778377 -3169 1214188738 -3168 1598032436 -3167 1703918140 -3166 1590165273 -3165 797383668 -3164 1834530603 -3163 1964172819 -3162 890714639 -3161 1975663481 -3160 532639058 -3159 1680481704 -3158 566087454 -3157 1749765646 -3156 834472736 -3155 1130129178 -3154 1252400254 -3153 108412164 -3152 126796854 -3151 49891577 -3150 431754998 -3149 1573569403 -3148 963109016 -3147 1784225765 -3146 942245389 -3145 1187858470 -3144 1658201571 -3143 900132955 -3142 1853189807 -3141 1018508853 -3140 425401993 -3139 2107343885 -3138 1771507113 -3137 800648768 -3136 2016871184 -3135 1773476102 -3134 2054152676 -3133 2006350770 -3132 1431533760 -3131 1357716583 -3130 1409576026 -3129 930357060 -3128 846008968 -3127 1583441924 -3126 497365392 -3125 726060572 -3124 1003332324 -3123 1202508677 -3122 1824140813 -3121 700711098 -3120 1234266208 -3119 795012881 -3118 631324014 -3117 1922734194 -3116 126024194 -3115 42112434 -3114 1482152310 -3113 639692718 -3112 474730962 -3111 1893329570 -3110 1394485388 -3109 1772236873 -3108 90472701 -3107 2145514659 -3106 893979740 -3105 10520414 -3104 341942341 -3103 696436093 -3102 596774744 -3101 501176700 -3100 511707614 -3099 1973617750 -3098 432991667 -3097 119948396 -3096 580109600 -3095 1442340363 -3094 1049403406 -3093 302621225 -3092 2115726116 -3091 1029127932 -3090 69387084 -3089 1459015662 -3088 668988686 -3087 589211580 -3086 440581884 -3085 1633815124 -3084 1714865120 -3083 1736306388 -3082 1392690978 -3081 849977737 -3080 1802856869 -3079 1396454377 -3078 878257133 -3077 79952287 -3076 1803572317 -3075 197543646 -3074 1561229318 -3073 1988249289 -3072 184728479 -3071 770640642 -3070 68185033 -3069 391759218 -3068 1393508149 -3067 1138134952 -3066 1218028638 -3065 277488375 -3064 1474097895 -3063 20275474 -3062 233234141 -3061 656710454 -3060 360139246 -3059 1627659152 -3058 1018433778 -3057 1182657210 -3056 1021830108 -3055 851759143 -3054 241124146 -3053 864887383 -3052 2080933167 -3051 2143720249 -3050 2119204252 -3049 1722904582 -3048 1740365707 -3047 680713486 -3046 666206617 -3045 1962806676 -3044 12815167 -3043 790588676 -3042 1920064256 -3041 1940452909 -3040 1524616140 -3039 1077533729 -3038 1321214228 -3037 1116019774 -3036 1811520705 -3035 1197753164 -3034 44254234 -3033 817387440 -3032 1807619876 -3031 753058636 -3030 1785760324 -3029 1324965684 -3028 605829044 -3027 166674634 -3026 941533063 -3025 156942725 -3024 918309624 -3023 244887545 -3022 893166779 -3021 358028585 -3020 403354541 -3019 1438490765 -3018 1056697965 -3017 1925042679 -3016 667898319 -3015 2023101589 -3014 42742420 -3013 219845906 -3012 1413456183 -3011 842530527 -3010 619238681 -3009 408596366 -3008 1413496672 -3007 123461064 -3006 1071765540 -3005 994133264 -3004 1537616936 -3003 1438679245 -3002 1179110764 -3001 482654192 -3000 147229592 -2999 1619085690 -2998 383432620 -2997 448886319 -2996 1395848658 -2995 696645518 -2994 1411259594 -2993 560281038 -2992 1989016652 -2991 1602159661 -2990 1448814268 -2989 625795510 -2988 770592446 -2987 1181080024 -2986 1882300258 -2985 448052412 -2984 609645405 -2983 1347695541 -2982 1748090873 -2981 1004859817 -2980 1576517503 -2979 495777617 -2978 1484314473 -2977 419363407 -2976 733327776 -2975 1780569943 -2974 1962506148 -2973 1054962744 -2972 1291449653 -2971 1707508722 -2970 99221571 -2969 1845826920 -2968 223237031 -2967 1834270750 -2966 1185110373 -2965 835567620 -2964 855112514 -2963 1956583580 -2962 1258950418 -2961 1363221141 -2960 831567215 -2959 267734244 -2958 890978900 -2957 322540034 -2956 571434618 -2955 534604717 -2954 847445187 -2953 1752269236 -2952 1918661686 -2951 1252313256 -2950 1668028992 -2949 1157154095 -2948 1909933489 -2947 1851228178 -2946 604340907 -2945 1825848680 -2944 489120289 -2943 254997426 -2942 955741172 -2941 1593106381 -2940 1484271690 -2939 412434469 -2938 660716547 -2937 1535153059 -2936 979158236 -2935 1376010441 -2934 1724100850 -2933 1639375020 -2932 1125016365 -2931 991216173 -2930 472242241 -2929 509027181 -2928 1843783274 -2927 356374183 -2926 1622578495 -2925 966649030 -2924 763426678 -2923 1742615578 -2922 84240244 -2921 761507591 -2920 1489863415 -2919 1964284461 -2918 552813188 -2917 84084809 -2916 1362107889 -2915 349343480 -2914 870107507 -2913 1043497556 -2912 918209384 -2911 543306703 -2910 932389834 -2909 2096602279 -2908 1580759880 -2907 1432189754 -2906 1958535857 -2905 1487266864 -2904 250994075 -2903 732884676 -2902 1167132779 -2901 615989184 -2900 1294916547 -2899 115868058 -2898 1033932334 -2897 877134243 -2896 1740431152 -2895 2027446564 -2894 882408786 -2893 1919087 -2892 252752163 -2891 267439430 -2890 208694402 -2889 1405778606 -2888 602176572 -2887 203469708 -2886 1361460949 -2885 318610332 -2884 1578617744 -2883 326800804 -2882 111107722 -2881 969090753 -2880 1110030471 -2879 1647683728 -2878 138066421 -2877 93493016 -2876 1181195678 -2875 1225651181 -2874 320134085 -2873 1782488539 -2872 1585451777 -2871 1051264720 -2870 1729540498 -2869 417782304 -2868 522920554 -2867 1153969417 -2866 2142209105 -2865 1738512065 -2864 1774694401 -2863 614969356 -2862 1940708333 -2861 994457204 -2860 1812746506 -2859 5224694 -2858 44317657 -2857 283566240 -2856 772335611 -2855 1034660145 -2854 207502610 -2853 609526991 -2852 1364253981 -2851 610907642 -2850 831024331 -2849 1016537454 -2848 466488049 -2847 1059898888 -2846 1920842579 -2845 1546190787 -2844 1787683052 -2843 1416353012 -2842 52948040 -2841 1167669473 -2840 528344166 -2839 575571081 -2838 423056847 -2837 931892137 -2836 1526758664 -2835 1527239749 -2834 1945287380 -2833 780237197 -2832 949706498 -2831 1935483638 -2830 950139547 -2829 1529180266 -2828 1380372731 -2827 1157141159 -2826 76063630 -2825 162808620 -2824 1817889812 -2823 1744078615 -2822 1925986308 -2821 347716526 -2820 144419593 -2819 1918609091 -2818 1243178523 -2817 1067780910 -2816 1419699484 -2815 504489567 -2814 1493242747 -2813 620013579 -2812 888008846 -2811 1624860607 -2810 744612626 -2809 1743935677 -2808 1196296065 -2807 1043300746 -2806 1134088405 -2805 746521467 -2804 577533251 -2803 9803741 -2802 1977581297 -2801 1568009880 -2800 555110907 -2799 1940482036 -2798 1453116636 -2797 1217564111 -2796 1486734995 -2795 479468662 -2794 384305960 -2793 1470173286 -2792 1599659022 -2791 7377217 -2790 1252021651 -2789 1224122331 -2788 498909606 -2787 738688956 -2786 1722021811 -2785 799685905 -2784 1763964369 -2783 2015865787 -2782 2022884601 -2781 1291556816 -2780 428564542 -2779 1848795528 -2778 609847272 -2777 449774598 -2776 465767495 -2775 1124284663 -2774 916423817 -2773 1157007019 -2772 1602176482 -2771 37099261 -2770 114893244 -2769 1485030444 -2768 453747041 -2767 973647973 -2766 833258151 -2765 16561709 -2764 1027293288 -2763 376928743 -2762 218151634 -2761 375536691 -2760 1655951258 -2759 513332695 -2758 1649584168 -2757 1846707349 -2756 1122208235 -2755 1853639671 -2754 924284952 -2753 472407552 -2752 1587301245 -2751 174089073 -2750 681709544 -2749 2126273592 -2748 1383028033 -2747 1633046257 -2746 1680834428 -2745 1456244124 -2744 1669591829 -2743 879324556 -2742 1042113775 -2741 117146037 -2740 1730835868 -2739 1288728918 -2738 651772293 -2737 437185332 -2736 2093838333 -2735 456329408 -2734 1945893722 -2733 651756596 -2732 868461132 -2731 1852302587 -2730 873436171 -2729 1956727557 -2728 1538608108 -2727 1943428144 -2726 922422396 -2725 649800682 -2724 266338426 -2723 750195879 -2722 1938181656 -2721 1608511300 -2720 938544688 -2719 1196146935 -2718 445439164 -2717 2074267557 -2716 2110938075 -2715 801509872 -2714 414130349 -2713 1552445792 -2712 1295972335 -2711 1900868504 -2710 1612857392 -2709 1293650536 -2708 1342374233 -2707 195442885 -2706 638775257 -2705 1442081737 -2704 1735351923 -2703 93591135 -2702 1925804073 -2701 1059217223 -2700 313694478 -2699 1077491675 -2698 1034305161 -2697 888807426 -2696 1677089718 -2695 172226517 -2694 859102674 -2693 805310774 -2692 1959134839 -2691 742034721 -2690 1163072136 -2689 1011760779 -2688 1232692507 -2687 1791412939 -2686 1660137208 -2685 558492283 -2684 1653021185 -2683 660745492 -2682 2087072048 -2681 2321799 -2680 558494271 -2679 1417414506 -2678 654875279 -2677 2047776144 -2676 607574610 -2675 545184122 -2674 1663761312 -2673 676134700 -2672 1927380305 -2671 848312398 -2670 24912062 -2669 1572370700 -2668 1547885605 -2667 862078644 -2666 29704752 -2665 871778944 -2664 360575325 -2663 117067952 -2662 1789722285 -2661 947374060 -2660 1656825862 -2659 1519142845 -2658 1499107219 -2657 674200224 -2656 138391754 -2655 999391715 -2654 618903883 -2653 1650699386 -2652 102251221 -2651 669657541 -2650 1494930168 -2649 658201775 -2648 809839896 -2647 109691157 -2646 384014832 -2645 2078923557 -2644 765287465 -2643 815448914 -2642 651222638 -2641 355009604 -2640 1447910441 -2639 1310317066 -2638 1542665948 -2637 676106661 -2636 501503318 -2635 2060120447 -2634 1229540306 -2633 1560684913 -2632 607725738 -2631 270579440 -2630 1595750489 -2629 982625638 -2628 1380751090 -2627 499715503 -2626 55296340 -2625 635176016 -2624 897140494 -2623 2096729990 -2622 155769218 -2621 1591533093 -2620 2007301293 -2619 1385239011 -2618 274186943 -2617 878399987 -2616 1491887340 -2615 1716049566 -2614 1427700919 -2613 410277860 -2612 1515022121 -2611 1488389220 -2610 959827304 -2609 771803780 -2608 808813747 -2607 1630029149 -2606 1594050002 -2605 1088302053 -2604 1452394709 -2603 958960866 -2602 2112418071 -2601 1772583748 -2600 1037311998 -2599 1096034986 -2598 927329297 -2597 745575074 -2596 1750058657 -2595 106049998 -2594 479406798 -2593 1453091049 -2592 89428697 -2591 918013855 -2590 1317346150 -2589 1128901306 -2588 2040835319 -2587 705621025 -2586 1598182716 -2585 1081609479 -2584 201027445 -2583 2086795346 -2582 1597934204 -2581 743218341 -2580 679575473 -2579 1477281803 -2578 1325237425 -2577 1867995342 -2576 177634440 -2575 635089136 -2574 1123367630 -2573 1827294608 -2572 2069132516 -2571 1016383085 -2570 845254451 -2569 291736924 -2568 1493459977 -2567 821279299 -2566 266168275 -2565 296967608 -2564 16621301 -2563 1708876591 -2562 135744899 -2561 1108011039 -2560 1024662184 -2559 611725124 -2558 1678202238 -2557 959225839 -2556 504593580 -2555 1658871017 -2554 1631158923 -2553 1605292752 -2552 1407219873 -2551 120652401 -2550 1565464563 -2549 959063779 -2548 1299647363 -2547 690148289 -2546 744627712 -2545 497823479 -2544 713440268 -2543 106984544 -2542 982040157 -2541 1777395592 -2540 1670406756 -2539 23975152 -2538 25568648 -2537 1196492369 -2536 804657997 -2535 704775332 -2534 161222709 -2533 1056093910 -2532 684214407 -2531 1671503422 -2530 1577292449 -2529 65436344 -2528 107131544 -2527 19331220 -2526 1475550564 -2525 1046784476 -2524 251651144 -2523 1510506521 -2522 39828188 -2521 448156094 -2520 968488686 -2519 875316274 -2518 214436067 -2517 801823883 -2516 2124191668 -2515 637643167 -2514 1663266970 -2513 1083528324 -2512 584061436 -2511 958065005 -2510 1751826943 -2509 473914387 -2508 1366800802 -2507 1468276964 -2506 1035269660 -2505 1896047735 -2504 20560924 -2503 637202934 -2502 1626285109 -2501 618778063 -2500 1564371878 -2499 1557961228 -2498 737369428 -2497 1207830715 -2496 1915163724 -2495 2112527691 -2494 1006956288 -2493 1950978697 -2492 542017835 -2491 1311995562 -2490 233720027 -2489 166664803 -2488 898608254 -2487 1724276547 -2486 1286040561 -2485 1040663344 -2484 53581731 -2483 705201964 -2482 1479185029 -2481 110147048 -2480 1738747851 -2479 283549979 -2478 1586128375 -2477 1618236715 -2476 1447716040 -2475 398066725 -2474 269762625 -2473 1549266509 -2472 1220314704 -2471 68323881 -2470 2028892283 -2469 356541163 -2468 1790281152 -2467 772325385 -2466 200874427 -2465 2111668675 -2464 1570509856 -2463 1842444374 -2462 1717258670 -2461 375353032 -2460 413387308 -2459 656927128 -2458 1028107889 -2457 2005428558 -2456 1670694816 -2455 580838597 -2454 1708961963 -2453 2090918331 -2452 1113937761 -2451 1195635050 -2450 671502321 -2449 120511135 -2448 983317587 -2447 1188061650 -2446 1348474090 -2445 2045933178 -2444 1325235669 -2443 201438744 -2442 1667857874 -2441 863773541 -2440 425526377 -2439 1256566898 -2438 155666735 -2437 1826096125 -2436 1349299177 -2435 505913701 -2434 394410005 -2433 1195156824 -2432 1429057066 -2431 1060331542 -2430 1494728790 -2429 555442398 -2428 1133715960 -2427 447269292 -2426 296466595 -2425 1727260133 -2424 1614384483 -2423 513326913 -2422 1419416010 -2421 993426626 -2420 212317463 -2419 1630924319 -2418 919520693 -2417 1084868056 -2416 2010309628 -2415 1147035345 -2414 378075304 -2413 461462128 -2412 1923396015 -2411 411290976 -2410 708106805 -2409 746913900 -2408 2054751369 -2407 1797236682 -2406 1431686120 -2405 154142353 -2404 1224340283 -2403 1481562111 -2402 1847911681 -2401 873614668 -2400 2074099230 -2399 1047459498 -2398 258975803 -2397 1553939475 -2396 980368457 -2395 1930623330 -2394 307844123 -2393 620957857 -2392 301009450 -2391 1935975339 -2390 73905932 -2389 1274933054 -2388 1768098338 -2387 1919968996 -2386 706792752 -2385 1548847500 -2384 1371122978 -2383 2114267975 -2382 1900838971 -2381 1176482115 -2380 504023255 -2379 1058353771 -2378 1462711428 -2377 1900609016 -2376 572896398 -2375 2097607657 -2374 453714319 -2373 350725615 -2372 1554946529 -2371 800452183 -2370 614638865 -2369 520159755 -2368 67091041 -2367 475836121 -2366 1246095352 -2365 359410599 -2364 1629613880 -2363 519352432 -2362 547051925 -2361 1173560043 -2360 167877000 -2359 301420584 -2358 568140302 -2357 219250838 -2356 548846018 -2355 740008425 -2354 1795492177 -2353 194640862 -2352 1610244720 -2351 842485199 -2350 1861254335 -2349 750897887 -2348 485457373 -2347 1512587419 -2346 1446894696 -2345 222170783 -2344 542661128 -2343 1800745784 -2342 1883570398 -2341 1034786774 -2340 733361142 -2339 138802744 -2338 1421548051 -2337 1855164089 -2336 993705889 -2335 726742920 -2334 1959842322 -2333 456053836 -2332 351475431 -2331 245631340 -2330 605419741 -2329 2096109810 -2328 1900058214 -2327 1975615525 -2326 571242309 -2325 354205155 -2324 1277247353 -2323 953006977 -2322 480870175 -2321 859346832 -2320 357027826 -2319 348666916 -2318 1451486839 -2317 263286590 -2316 969926291 -2315 1793632560 -2314 486084032 -2313 1655358002 -2312 1067384641 -2311 1744767654 -2310 1760722371 -2309 1025680701 -2308 1292580503 -2307 694805131 -2306 2042805415 -2305 537652052 -2304 375267488 -2303 1714210982 -2302 1998117743 -2301 402849269 -2300 493056774 -2299 777287864 -2298 1524867500 -2297 1545853059 -2296 698368172 -2295 1765718980 -2294 2020818628 -2293 417900520 -2292 595979151 -2291 132203258 -2290 1555343641 -2289 93741236 -2288 1526224273 -2287 1805337926 -2286 1924686205 -2285 1462051937 -2284 726247919 -2283 888800026 -2282 2042119279 -2281 41703940 -2280 452187151 -2279 1065917240 -2278 1130358934 -2277 754928450 -2276 319537642 -2275 328594433 -2274 687017957 -2273 2119901867 -2272 1221154208 -2271 1220829878 -2270 1025465417 -2269 1094687363 -2268 78919692 -2267 1906632168 -2266 1672518078 -2265 280467651 -2264 1169739829 -2263 1888615370 -2262 1010040527 -2261 502237914 -2260 753462633 -2259 1897489363 -2258 316538679 -2257 64172336 -2256 1079090007 -2255 1035886179 -2254 1567416306 -2253 684543978 -2252 436612874 -2251 976202039 -2250 1058828654 -2249 1844742349 -2248 746379597 -2247 801764501 -2246 67910493 -2245 347119423 -2244 1254923873 -2243 1613671727 -2242 1094436450 -2241 126466845 -2240 1141910186 -2239 1266316896 -2238 1569652932 -2237 1945935689 -2236 736892339 -2235 1931386356 -2234 1417910772 -2233 667501914 -2232 1135152737 -2231 1260034812 -2230 185699235 -2229 689290296 -2228 818399355 -2227 1428136147 -2226 644239678 -2225 394546029 -2224 599273305 -2223 591214267 -2222 1773198972 -2221 739354173 -2220 229822441 -2219 257064153 -2218 1776831856 -2217 399260174 -2216 1694324276 -2215 601722414 -2214 1400166621 -2213 1128457028 -2212 471761541 -2211 1975603201 -2210 704297560 -2209 1343458145 -2208 529424557 -2207 1785750224 -2206 528024916 -2205 69390425 -2204 796233619 -2203 157875960 -2202 481802679 -2201 445862440 -2200 441635456 -2199 905046736 -2198 45050618 -2197 423853326 -2196 828862842 -2195 53025411 -2194 768830705 -2193 2007402779 -2192 361391825 -2191 1516134818 -2190 1110005965 -2189 1978045915 -2188 710223525 -2187 1175109442 -2186 1146577200 -2185 565867248 -2184 129960873 -2183 1572047068 -2182 424159467 -2181 1275787044 -2180 1446178644 -2179 1066030984 -2178 815433228 -2177 460034132 -2176 989516604 -2175 370148956 -2174 1735071394 -2173 350371179 -2172 1863724152 -2171 1724239591 -2170 400811822 -2169 17782130 -2168 76183893 -2167 2139508854 -2166 1802506269 -2165 968943711 -2164 1839117234 -2163 1400179534 -2162 897396814 -2161 530829558 -2160 805911293 -2159 2082380171 -2158 831468715 -2157 144356277 -2156 1045148569 -2155 1722013780 -2154 141707780 -2153 1001657477 -2152 125868423 -2151 1505612131 -2150 460353815 -2149 986144512 -2148 76514380 -2147 445284272 -2146 872446386 -2145 639145425 -2144 653908452 -2143 10831803 -2142 2097043004 -2141 1845942022 -2140 1648055697 -2139 408786616 -2138 362759508 -2137 1254723830 -2136 300391620 -2135 402326735 -2134 71546897 -2133 1308287676 -2132 594268241 -2131 962500290 -2130 1846844491 -2129 661555015 -2128 1037231602 -2127 1256938582 -2126 2648497 -2125 43491092 -2124 1596145357 -2123 783579297 -2122 541303661 -2121 1287207559 -2120 1429097751 -2119 15069543 -2118 113698126 -2117 1584852602 -2116 1938859468 -2115 861614583 -2114 689586069 -2113 955450078 -2112 510259753 -2111 1688256388 -2110 1483182513 -2109 393331867 -2108 108394995 -2107 2107916421 -2106 1183176933 -2105 1139587592 -2104 1955542141 -2103 1256530254 -2102 1608926833 -2101 2080196874 -2100 2072752336 -2099 589905908 -2098 658906518 -2097 993740510 -2096 1808276873 -2095 1366552847 -2094 1649671078 -2093 308937798 -2092 1501965194 -2091 526234118 -2090 1173509432 -2089 1991728796 -2088 223693722 -2087 1399567191 -2086 895266533 -2085 983409390 -2084 351354829 -2083 1148813328 -2082 1619751212 -2081 116927886 -2080 1579861393 -2079 1522749740 -2078 1357638581 -2077 1116291051 -2076 152374280 -2075 2074130327 -2074 1678144407 -2073 2022828915 -2072 1331261566 -2071 1019020924 -2070 1421290355 -2069 1079011825 -2068 929112683 -2067 1439837319 -2066 1491553080 -2065 1499339075 -2064 2012071301 -2063 1123436960 -2062 1282912013 -2061 1657720046 -2060 302540396 -2059 1921425889 -2058 1096462263 -2057 1387767980 -2056 1048212362 -2055 1893936853 -2054 1511141826 -2053 234426943 -2052 1716435583 -2051 97001472 -2050 906772953 -2049 463570342 -2048 1370375460 -2047 1430991902 -2046 1585630291 -2045 277029012 -2044 742868760 -2043 659123483 -2042 601538560 -2041 252249741 -2040 89908241 -2039 2128936684 -2038 1734942393 -2037 1577257255 -2036 1575249666 -2035 368116120 -2034 216427062 -2033 354351255 -2032 820896564 -2031 1508969772 -2030 561257783 -2029 1062256064 -2028 873213527 -2027 1350009058 -2026 2024109802 -2025 813785419 -2024 177501269 -2023 1414140353 -2022 1475137638 -2021 1252865241 -2020 874109660 -2019 1623264698 -2018 1025423698 -2017 1093346447 -2016 688123142 -2015 926506808 -2014 1822974100 -2013 490619019 -2012 569215241 -2011 620085523 -2010 664790995 -2009 660134634 -2008 553687018 -2007 1366826273 -2006 1360830193 -2005 1220898411 -2004 1694703204 -2003 854940937 -2002 1940577120 -2001 1906124148 -2000 635756245 -1999 1358732373 -1998 1185629910 -1997 59428108 -1996 1172507788 -1995 609969448 -1994 1486131429 -1993 1072119676 -1992 540030693 -1991 1999356587 -1990 227441543 -1989 1928246861 -1988 935141556 -1987 98916890 -1986 1417855995 -1985 197504122 -1984 357291567 -1983 1202888577 -1982 1973311672 -1981 2056564255 -1980 66398505 -1979 1445448370 -1978 1446788088 -1977 1480272255 -1976 1819606717 -1975 505889256 -1974 1427804939 -1973 1936062704 -1972 219184692 -1971 581844747 -1970 720494238 -1969 576328137 -1968 186224584 -1967 575660461 -1966 720780327 -1965 100388112 -1964 69938755 -1963 1634258489 -1962 844678133 -1961 759267480 -1960 1064215031 -1959 128524653 -1958 510390866 -1957 737637434 -1956 1889108971 -1955 214967418 -1954 371676098 -1953 448210959 -1952 1136490072 -1951 527863302 -1950 609776167 -1949 733609897 -1948 1773325300 -1947 940898832 -1946 52467316 -1945 2031027661 -1944 286704564 -1943 845960192 -1942 1215568466 -1941 1790340202 -1940 395620162 -1939 144833776 -1938 2003031458 -1937 85836472 -1936 505721706 -1935 1234005485 -1934 1403193627 -1933 1458154923 -1932 570043458 -1931 716153480 -1930 248876614 -1929 326577597 -1928 386899330 -1927 295423448 -1926 365961335 -1925 1440898011 -1924 1225960994 -1923 1991296444 -1922 1985918440 -1921 402880174 -1920 902021649 -1919 1816360982 -1918 681142581 -1917 1889781287 -1916 654194268 -1915 1353990772 -1914 815459195 -1913 643848009 -1912 450340029 -1911 1070734689 -1910 1934792392 -1909 309783690 -1908 1786595718 -1907 769025973 -1906 830126492 -1905 1195050430 -1904 663962027 -1903 687040147 -1902 1209278309 -1901 243465861 -1900 329254150 -1899 2100936814 -1898 2108099909 -1897 1093484966 -1896 1216946102 -1895 522148539 -1894 1602463219 -1893 823080819 -1892 1089274795 -1891 169557458 -1890 1869221241 -1889 1159724010 -1888 1162166714 -1887 1474635456 -1886 1074322091 -1885 10346259 -1884 903650743 -1883 1892208154 -1882 856539265 -1881 140556339 -1880 1431622619 -1879 1165766419 -1878 1627140846 -1877 591545288 -1876 105063946 -1875 143086345 -1874 2133255769 -1873 420496165 -1872 357785997 -1871 1255825143 -1870 282849600 -1869 1383252831 -1868 883990712 -1867 1585951370 -1866 1638505395 -1865 393865282 -1864 1580357392 -1863 1432905761 -1862 1101343226 -1861 2077034432 -1860 1154874392 -1859 394585785 -1858 85401919 -1857 1151820455 -1856 570984713 -1855 1329597585 -1854 1301290641 -1853 763094404 -1852 460585535 -1851 1838256494 -1850 660899141 -1849 840077331 -1848 1060702473 -1847 1484054501 -1846 605773167 -1845 1832051428 -1844 1932783995 -1843 877430625 -1842 137646565 -1841 1122016814 -1840 371834431 -1839 844381877 -1838 1892231084 -1837 490125429 -1836 5593978 -1835 205599634 -1834 1440005704 -1833 1650806607 -1832 278031369 -1831 706757441 -1830 1991632513 -1829 3053937 -1828 1971084719 -1827 903287981 -1826 1998013461 -1825 1955373957 -1824 869012050 -1823 1610517795 -1822 102195263 -1821 1767991852 -1820 777554021 -1819 1324328288 -1818 234304164 -1817 1376134692 -1816 1698754153 -1815 1875826189 -1814 1694404863 -1813 810767181 -1812 505596194 -1811 1440748336 -1810 1377269378 -1809 2029192650 -1808 838787899 -1807 1686631449 -1806 1197603373 -1805 502271019 -1804 2075051913 -1803 733248263 -1802 1806657742 -1801 274977432 -1800 883156369 -1799 1088344532 -1798 152524123 -1797 15710762 -1796 34275931 -1795 387495666 -1794 1853178694 -1793 1248503846 -1792 832963773 -1791 925350623 -1790 1533687688 -1789 1548902977 -1788 1773057782 -1787 505961622 -1786 1829213477 -1785 887986972 -1784 1370229995 -1783 253656527 -1782 1580981451 -1781 623887192 -1780 601960437 -1779 1838121576 -1778 831589277 -1777 336516880 -1776 1759063184 -1775 464355109 -1774 843096925 -1773 1800074481 -1772 1997575542 -1771 718313210 -1770 122453308 -1769 867445607 -1768 1054068601 -1767 1912512105 -1766 310015715 -1765 933255732 -1764 1702015541 -1763 927828071 -1762 1862299806 -1761 1431544444 -1760 1299776488 -1759 1027726065 -1758 1867173147 -1757 885070810 -1756 1283215275 -1755 1575556950 -1754 1454489168 -1753 746342803 -1752 1799179738 -1751 1890343523 -1750 1939781563 -1749 265443557 -1748 79058392 -1747 367234167 -1746 1640903603 -1745 2106472350 -1744 614263215 -1743 124783715 -1742 1677621173 -1741 1130129934 -1740 1811728257 -1739 357424851 -1738 557429892 -1737 120812868 -1736 210496564 -1735 1529671292 -1734 1218439574 -1733 270471096 -1732 1775535231 -1731 834573741 -1730 1711854945 -1729 414705678 -1728 1891994438 -1727 291616197 -1726 1578065290 -1725 536872471 -1724 1923860860 -1723 1711629293 -1722 954044888 -1721 1533736181 -1720 1811285130 -1719 1572547395 -1718 772023602 -1717 120069690 -1716 1900454600 -1715 1516119888 -1714 428851177 -1713 1631616929 -1712 460539106 -1711 1320196321 -1710 572700042 -1709 1690915388 -1708 146928287 -1707 1175242248 -1706 1049856942 -1705 2087509115 -1704 1901619709 -1703 383865833 -1702 706099799 -1701 1360829553 -1700 1090062950 -1699 1420238748 -1698 984124036 -1697 1355121967 -1696 515238984 -1695 2013919644 -1694 1730311231 -1693 390124679 -1692 2047827811 -1691 1528981141 -1690 761712579 -1689 1691215440 -1688 1819576443 -1687 1403387362 -1686 1838702160 -1685 268837671 -1684 1055580782 -1683 1256138504 -1682 1058916886 -1681 917107365 -1680 1173268034 -1679 1544941442 -1678 641058446 -1677 206902820 -1676 1421106187 -1675 665991109 -1674 1381409316 -1673 540790156 -1672 1441286530 -1671 1433344699 -1670 376705517 -1669 1882424631 -1668 904999763 -1667 1117688039 -1666 1772294384 -1665 125114305 -1664 2113575481 -1663 201330090 -1662 1775895748 -1661 356612370 -1660 1856888345 -1659 1505808865 -1658 1999996928 -1657 1550738772 -1656 347806580 -1655 582563656 -1654 1357404432 -1653 138473416 -1652 82870470 -1651 1661459092 -1650 276048919 -1649 966365214 -1648 123835255 -1647 2122550984 -1646 972977152 -1645 880316031 -1644 1372188227 -1643 2095548264 -1642 164084639 -1641 1706345547 -1640 528344936 -1639 1406501125 -1638 110130247 -1637 779885458 -1636 1151596206 -1635 1570964294 -1634 496702204 -1633 1756963111 -1632 491925392 -1631 270086883 -1630 504099090 -1629 306149573 -1628 1158002285 -1627 1417433271 -1626 193334340 -1625 209333163 -1624 499693186 -1623 1843428988 -1622 2009908145 -1621 1263988904 -1620 1537623836 -1619 300981583 -1618 2140871710 -1617 1391002872 -1616 750362757 -1615 1024912535 -1614 716231392 -1613 1813326328 -1612 1567203328 -1611 905067161 -1610 1596215299 -1609 1895943125 -1608 254904919 -1607 686649601 -1606 283183254 -1605 1542116743 -1604 1079038901 -1603 226615321 -1602 1252864020 -1601 185775819 -1600 1259568246 -1599 1234149467 -1598 112815233 -1597 948669121 -1596 917740085 -1595 497388999 -1594 346908666 -1593 1383187930 -1592 305805152 -1591 1708926562 -1590 1270600842 -1589 146620964 -1588 1698102473 -1587 1115959174 -1586 674771480 -1585 1084520077 -1584 1605192855 -1583 1958647878 -1582 217111028 -1581 1818743851 -1580 650162242 -1579 909565698 -1578 1612759871 -1577 860271824 -1576 1755094348 -1575 56567933 -1574 289252722 -1573 893263082 -1572 1114530722 -1571 18714553 -1570 72960586 -1569 310899125 -1568 316409382 -1567 1762909881 -1566 601760455 -1565 1682035802 -1564 191583847 -1563 785465752 -1562 112587088 -1561 159184188 -1560 10824088 -1559 154641667 -1558 1619333131 -1557 613582396 -1556 1658249967 -1555 863607250 -1554 867409049 -1553 1933932652 -1552 1308485636 -1551 1455028978 -1550 205983979 -1549 1937374065 -1548 1301954998 -1547 1556191938 -1546 571019102 -1545 861831266 -1544 1089520858 -1543 270538169 -1542 820302495 -1541 803631597 -1540 1849788819 -1539 457534353 -1538 1856622318 -1537 781857227 -1536 1571326034 -1535 1963778350 -1534 1569448714 -1533 32399659 -1532 774641664 -1531 2105429069 -1530 687334704 -1529 1544725340 -1528 643875348 -1527 755725881 -1526 1893656995 -1525 1871800963 -1524 1702605261 -1523 1559863718 -1522 1727948672 -1521 1518595219 -1520 153073980 -1519 797275689 -1518 1366354963 -1517 440123732 -1516 466671080 -1515 300480933 -1514 41528770 -1513 285889261 -1512 568232997 -1511 362768142 -1510 1094492927 -1509 1067931592 -1508 1033691967 -1507 2040327615 -1506 1359892161 -1505 1538926374 -1504 1189136686 -1503 1611503293 -1502 1492548603 -1501 1377399971 -1500 1461553721 -1499 2079092471 -1498 1798551993 -1497 919558032 -1496 1200604268 -1495 333793276 -1494 143852291 -1493 184010042 -1492 1406789738 -1491 930672983 -1490 152240255 -1489 1860433896 -1488 330604609 -1487 1065874030 -1486 398594961 -1485 180781819 -1484 1879731583 -1483 1826244276 -1482 1338879981 -1481 1647785053 -1480 1476559823 -1479 1201648960 -1478 1855523078 -1477 1642249240 -1476 851190929 -1475 1895872516 -1474 46377771 -1473 1959220363 -1472 149949572 -1471 1560939780 -1470 1726331626 -1469 541995688 -1468 878488203 -1467 1464758717 -1466 775705741 -1465 1016594225 -1464 1074487186 -1463 1360662955 -1462 31769787 -1461 1693839489 -1460 600068374 -1459 1233849873 -1458 1461838935 -1457 149822790 -1456 1333626095 -1455 719834333 -1454 989385485 -1453 231946530 -1452 349684452 -1451 137231021 -1450 1939745623 -1449 1981794231 -1448 350458031 -1447 2107134210 -1446 1595871469 -1445 1039454214 -1444 1745922944 -1443 632921639 -1442 232888737 -1441 1755437531 -1440 682451577 -1439 261572909 -1438 1913773595 -1437 2009377625 -1436 390271530 -1435 1562526434 -1434 984824438 -1433 1528131345 -1432 760594581 -1431 945403562 -1430 232000554 -1429 450245584 -1428 2047707426 -1427 742004601 -1426 1307920952 -1425 1101679565 -1424 370149881 -1423 852154464 -1422 439684555 -1421 515373869 -1420 1934256638 -1419 1980095061 -1418 385922762 -1417 1458487465 -1416 361211265 -1415 962949829 -1414 806565477 -1413 2137969061 -1412 2097953710 -1411 2118799476 -1410 1989147584 -1409 820557599 -1408 2018785026 -1407 351247161 -1406 1024553187 -1405 1009623833 -1404 801931853 -1403 39420876 -1402 1296130790 -1401 310348996 -1400 1045179784 -1399 1637479601 -1398 1289808280 -1397 946027861 -1396 371854720 -1395 455766488 -1394 661995010 -1393 2002259659 -1392 1065381473 -1391 607073142 -1390 129451107 -1389 475769173 -1388 1618883795 -1387 1570456580 -1386 651921988 -1385 370725852 -1384 1012479767 -1383 835249649 -1382 148821476 -1381 1277396111 -1380 100014449 -1379 1637900423 -1378 1943488060 -1377 1009161193 -1376 1696798956 -1375 985132310 -1374 1860976691 -1373 491582856 -1372 1141724740 -1371 1806134837 -1370 1168024364 -1369 99151923 -1368 1265624880 -1367 834041791 -1366 284032851 -1365 517078709 -1364 1537868663 -1363 54921868 -1362 1872808552 -1361 589612300 -1360 1135672994 -1359 706478175 -1358 1971330833 -1357 1248157943 -1356 557976813 -1355 1964155987 -1354 221904376 -1353 1882567304 -1352 735235199 -1351 658404701 -1350 1481391698 -1349 1238336904 -1348 2088585115 -1347 958355750 -1346 1295668150 -1345 1205216099 -1344 1990891218 -1343 54841853 -1342 1471042140 -1341 1042572817 -1340 540509957 -1339 333982573 -1338 1962602720 -1337 748546171 -1336 1443656776 -1335 229110983 -1334 791753805 -1333 948256363 -1332 1066732521 -1331 1166330377 -1330 765765114 -1329 2034998699 -1328 148501361 -1327 7174846 -1326 1026253567 -1325 822893157 -1324 1228920787 -1323 1710983323 -1322 401175605 -1321 1644381943 -1320 717303233 -1319 523035948 -1318 2090152402 -1317 883369016 -1316 1114948180 -1315 1240826296 -1314 1881657607 -1313 948318400 -1312 1661815544 -1311 1137059567 -1310 1227453745 -1309 1939447433 -1308 1037809444 -1307 1733491737 -1306 2104276014 -1305 495400413 -1304 1309862109 -1303 1772907076 -1302 182491248 -1301 1179217470 -1300 1017829015 -1299 758590268 -1298 1008745132 -1297 1473091852 -1296 925737707 -1295 1462753892 -1294 421717552 -1293 1732022492 -1292 993680089 -1291 2025623305 -1290 1701713188 -1289 1981417865 -1288 1555571416 -1287 849326106 -1286 1149195056 -1285 166629779 -1284 1726494400 -1283 744598040 -1282 1868348303 -1281 1869851759 -1280 99250122 -1279 1641445656 -1278 1982655067 -1277 542409031 -1276 423629627 -1275 331368938 -1274 312909165 -1273 130644639 -1272 755078060 -1271 1571384628 -1270 170472337 -1269 1692220811 -1268 1980336209 -1267 1693474888 -1266 1051374300 -1265 1341198862 -1264 469073802 -1263 543577895 -1262 30309304 -1261 1159745872 -1260 470051888 -1259 852387082 -1258 832222809 -1257 1388941637 -1256 1270315354 -1255 404597016 -1254 445765124 -1253 2004126289 -1252 645347918 -1251 226902646 -1250 2034680340 -1249 1704324739 -1248 1217816029 -1247 1651286128 -1246 229499866 -1245 292984988 -1244 1723774526 -1243 889008184 -1242 2107655950 -1241 1210340897 -1240 1738532067 -1239 624481097 -1238 640846511 -1237 639137346 -1236 1224401086 -1235 507796405 -1234 1310889558 -1233 1456811578 -1232 73526006 -1231 1325405869 -1230 327523063 -1229 1228593899 -1228 1729555376 -1227 427625793 -1226 943176512 -1225 1413672713 -1224 1906732746 -1223 218862478 -1222 2116929597 -1221 1088506826 -1220 1156570265 -1219 383394211 -1218 1474824873 -1217 924831041 -1216 2074995250 -1215 1487975329 -1214 332812686 -1213 513433629 -1212 1297959765 -1211 1483174853 -1210 569494385 -1209 1099394721 -1208 1547563659 -1207 133050106 -1206 1475731436 -1205 1915073155 -1204 434270398 -1203 2132967337 -1202 1129288515 -1201 992415755 -1200 1743334141 -1199 2047380918 -1198 285417387 -1197 315882663 -1196 668376695 -1195 724314034 -1194 1444226764 -1193 818225919 -1192 1209775860 -1191 1733535385 -1190 1761165601 -1189 231739224 -1188 455882609 -1187 2134333192 -1186 592018355 -1185 1561561621 -1184 190015564 -1183 997121481 -1182 2091422891 -1181 198565044 -1180 2083094842 -1179 436444279 -1178 1771146933 -1177 1779974151 -1176 1846263356 -1175 1490247747 -1174 785784640 -1173 1589338291 -1172 389633196 -1171 1229391245 -1170 706998368 -1169 1427451477 -1168 1379004223 -1167 1708587000 -1166 1019139547 -1165 1997634423 -1164 1662021822 -1163 1858175026 -1162 1204543966 -1161 978036636 -1160 1277652776 -1159 1774316057 -1158 1787204517 -1157 1041804635 -1156 1944317627 -1155 1742380522 -1154 1617622378 -1153 2138934168 -1152 1061510287 -1151 1654978612 -1150 574901759 -1149 303120690 -1148 737664571 -1147 280899186 -1146 994189511 -1145 256925064 -1144 1100614551 -1143 1703877042 -1142 882339923 -1141 1109665366 -1140 1997870670 -1139 1145895015 -1138 408311930 -1137 1528853447 -1136 46565178 -1135 1308448169 -1134 793090457 -1133 683985186 -1132 580522250 -1131 1577711557 -1130 1338315766 -1129 235848141 -1128 1977482077 -1127 44823995 -1126 1571665905 -1125 1952867107 -1124 680870235 -1123 2110127413 -1122 1564032409 -1121 758389596 -1120 917314041 -1119 294002573 -1118 1456414827 -1117 480739506 -1116 1327768283 -1115 1437796117 -1114 1522068789 -1113 2138432832 -1112 1853490020 -1111 1883928556 -1110 701353436 -1109 469017223 -1108 1099329837 -1107 1247347409 -1106 735762990 -1105 1510063640 -1104 727925919 -1103 1362862547 -1102 1493153067 -1101 344674109 -1100 1747713128 -1099 1293491771 -1098 811665883 -1097 24614970 -1096 1511437408 -1095 1609022140 -1094 388834697 -1093 2069964286 -1092 1192813372 -1091 1270029836 -1090 1449458417 -1089 436574535 -1088 1113717938 -1087 18618710 -1086 1106154365 -1085 1336819098 -1084 1731789745 -1083 1785623881 -1082 1437079396 -1081 1384472797 -1080 784598719 -1079 1601489675 -1078 1880737880 -1077 1736749844 -1076 519421490 -1075 1520384091 -1074 16910573 -1073 383251810 -1072 1762633067 -1071 199661296 -1070 1680491873 -1069 1723098157 -1068 1929538010 -1067 1350127391 -1066 1783263921 -1065 1588956770 -1064 416208768 -1063 1266288509 -1062 620505869 -1061 756238837 -1060 156311898 -1059 1430839707 -1058 1477903817 -1057 1924382487 -1056 434312613 -1055 1468014132 -1054 2047223350 -1053 347316948 -1052 1001025162 -1051 1983073368 -1050 1651218564 -1049 1195332522 -1048 1082068185 -1047 360353789 -1046 1719839271 -1045 136169680 -1044 1905234671 -1043 1964732924 -1042 850243584 -1041 39534910 -1040 417606934 -1039 330364482 -1038 2087317884 -1037 340581240 -1036 933918623 -1035 516975412 -1034 968450901 -1033 1807453579 -1032 1109976610 -1031 1337149809 -1030 1425818667 -1029 379413059 -1028 996527094 -1027 9889685 -1026 2024642785 -1025 86995665 -1024 466988970 -1023 64149982 -1022 843582031 -1021 1953176287 -1020 901005183 -1019 1290864775 -1018 1622976899 -1017 945898505 -1016 602602766 -1015 1902589995 -1014 1433409743 -1013 1865699761 -1012 1547125990 -1011 519879102 -1010 99700673 -1009 77025693 -1008 1543929506 -1007 1570342472 -1006 1519613987 -1005 1273948692 -1004 1554482449 -1003 1778784739 -1002 381634911 -1001 730563551 -1000 340622715 -999 1415928982 -998 502253922 -997 909531429 -996 1690384362 -995 1960492803 -994 1390897281 -993 661296331 -992 1310628447 -991 1700200904 -990 330199388 -989 2102590325 -988 688262009 -987 1867870552 -986 1659972410 -985 884386652 -984 355464004 -983 913530641 -982 1765999088 -981 1470100297 -980 1123433244 -979 676841849 -978 704895354 -977 269980814 -976 15860023 -975 1888312896 -974 892313781 -973 823918898 -972 1438162024 -971 1113189577 -970 228309629 -969 1578574933 -968 1873028268 -967 689244767 -966 1666117796 -965 1029088031 -964 649864356 -963 1838180025 -962 331096942 -961 1355521769 -960 1011938895 -959 609812484 -958 442617915 -957 1951359004 -956 1512406547 -955 746441769 -954 1265871212 -953 1032847355 -952 1937581045 -951 1089157239 -950 765204943 -949 853452430 -948 660981826 -947 964066106 -946 1525150681 -945 1339424773 -944 450150871 -943 1926607852 -942 595609268 -941 2007070739 -940 1387644957 -939 1686548510 -938 2059940785 -937 843940236 -936 39380411 -935 1975421419 -934 697991089 -933 1441826234 -932 826241129 -931 1868768106 -930 912903854 -929 1208063539 -928 1244889585 -927 1843659794 -926 685487792 -925 479559192 -924 956344372 -923 176713973 -922 267642412 -921 1084128615 -920 428175413 -919 1948622485 -918 1475785397 -917 1469040701 -916 513915234 -915 1746026477 -914 743815504 -913 590563780 -912 538962895 -911 1056544406 -910 2094613601 -909 543704720 -908 1647168099 -907 84519366 -906 145949147 -905 745037824 -904 1149180289 -903 976706631 -902 528922380 -901 1765661238 -900 623878521 -899 1216727707 -898 522575747 -897 765330393 -896 887315422 -895 508773818 -894 211916779 -893 2019699405 -892 1896022208 -891 466503575 -890 1755826866 -889 1106618360 -888 1434707250 -887 1877242568 -886 725225196 -885 2070835102 -884 1207063582 -883 1834754746 -882 643433827 -881 2142741822 -880 1556859954 -879 2010094235 -878 397755573 -877 902130275 -876 1082822725 -875 1316726164 -874 216115444 -873 1531002699 -872 352828110 -871 1459678321 -870 1243085491 -869 2006031776 -868 329412285 -867 13801928 -866 553413613 -865 1015099665 -864 760235258 -863 1892896852 -862 263872539 -861 789403848 -860 1179279973 -859 2026067946 -858 381393163 -857 1511355796 -856 670178986 -855 1037954098 -854 1427401275 -853 1211805407 -852 277894792 -851 780823240 -850 1744986249 -849 654729679 -848 927271510 -847 1228513056 -846 686014831 -845 1699303674 -844 963898054 -843 903920771 -842 287917207 -841 494279982 -840 1130266036 -839 1229283563 -838 1452618162 -837 1461796267 -836 1401050318 -835 808000409 -834 751227126 -833 2118315057 -832 713616879 -831 385288241 -830 408010685 -829 1815407824 -828 1355888960 -827 1490922713 -826 83954521 -825 1605857226 -824 760059306 -823 646578035 -822 1614302806 -821 1770648760 -820 2001035378 -819 516473193 -818 2116198496 -817 1375451484 -816 264615002 -815 1929577708 -814 1411386466 -813 469618072 -812 1921138383 -811 1206117292 -810 1189145467 -809 1815953416 -808 1975716892 -807 644617753 -806 710569141 -805 1430218909 -804 94383530 -803 365938885 -802 1710304372 -801 1045692702 -800 1176882929 -799 1064571619 -798 1731453303 -797 1897515381 -796 730863407 -795 1584860134 -794 2139038068 -793 1136894193 -792 793026305 -791 1097829613 -790 1801933912 -789 625583894 -788 251858191 -787 186620788 -786 2111548665 -785 1942480577 -784 8439325 -783 205269174 -782 1427956253 -781 105184966 -780 1377884048 -779 544527714 -778 1105384275 -777 545497983 -776 550234222 -775 344630255 -774 1867398184 -773 1196174476 -772 1336539604 -771 645732753 -770 1461723047 -769 1426851195 -768 333708212 -767 146593168 -766 1905960961 -765 1741452862 -764 791833829 -763 1041208455 -762 1482443929 -761 167442411 -760 845971422 -759 1615313123 -758 661518876 -757 456861261 -756 178181463 -755 1906279491 -754 514524324 -753 2050738006 -752 974868774 -751 883428538 -750 1147284339 -749 832386064 -748 2141777140 -747 760754020 -746 825583447 -745 1501543394 -744 1155574299 -743 1221665431 -742 1881935076 -741 2057172057 -740 312024541 -739 1315129879 -738 1668373882 -737 739738998 -736 1502242987 -735 864752505 -734 259008932 -733 624391418 -732 195237033 -731 2014614454 -730 1653407182 -729 389110160 -728 1437131660 -727 902723033 -726 2089820585 -725 274927105 -724 931410717 -723 1778579434 -722 903453667 -721 142482709 -720 889135046 -719 386530319 -718 6802617 -717 640233745 -716 1752663369 -715 1751401663 -714 1767091966 -713 1245885890 -712 909640890 -711 566805197 -710 388798174 -709 1719769191 -708 1960370540 -707 803621377 -706 480730065 -705 877851568 -704 669515472 -703 391878126 -702 1118467884 -701 1953610521 -700 577482794 -699 750684149 -698 446773223 -697 1162204555 -696 2118795963 -695 311241151 -694 1518957085 -693 788928008 -692 889444387 -691 516923348 -690 135680092 -689 248901301 -688 781350598 -687 402884602 -686 1020625427 -685 506777479 -684 841760773 -683 1200286768 -682 857087715 -681 1337355347 -680 753918305 -679 1732660445 -678 1239039125 -677 1082518971 -676 134105905 -675 88851939 -674 1906867332 -673 863388599 -672 1961878980 -671 367783734 -670 1506837297 -669 1562761887 -668 779371834 -667 135532072 -666 1790731117 -665 1329867955 -664 1569280411 -663 1002033737 -662 653247916 -661 640543086 -660 1883056398 -659 1880279138 -658 1375759521 -657 274573119 -656 1708607477 -655 1967822307 -654 1797173411 -653 1651889073 -652 446368463 -651 1271910918 -650 98316222 -649 1818882982 -648 1598554540 -647 1150187186 -646 1323135287 -645 1418200954 -644 274456606 -643 1539083598 -642 1504034949 -641 399117093 -640 1735895548 -639 1371305225 -638 1919514417 -637 1596987526 -636 713735309 -635 788697380 -634 676620039 -633 928737325 -632 1266460986 -631 920452426 -630 1412267213 -629 1608483279 -628 171671661 -627 1555420862 -626 624883355 -625 56718403 -624 1521453844 -623 525262493 -622 1553572851 -621 774969129 -620 1820840025 -619 1095612683 -618 495747695 -617 180353586 -616 875730580 -615 1931535337 -614 2061649652 -613 2022823161 -612 1950671697 -611 132729724 -610 627086324 -609 138908022 -608 657569916 -607 1130817037 -606 920367487 -605 1932481632 -604 1669720042 -603 1903651261 -602 1663953760 -601 1805461355 -600 748780765 -599 2004329998 -598 983599924 -597 114953257 -596 33967018 -595 99620862 -594 650629200 -593 746484715 -592 851906116 -591 457960168 -590 279221434 -589 1640486439 -588 219882103 -587 711696006 -586 266187582 -585 1000391067 -584 2128347287 -583 1928919928 -582 1395736837 -581 1811763675 -580 1622643456 -579 1643752935 -578 1366024183 -577 872571932 -576 1608580643 -575 1164199873 -574 268527872 -573 2011742335 -572 1154870496 -571 1807107409 -570 821861431 -569 633827507 -568 1970362980 -567 883979062 -566 1611807705 -565 1434965951 -564 1395198394 -563 192669032 -562 467263281 -561 1358903325 -560 238078064 -559 1715009076 -558 1374298857 -557 1366974684 -556 730832366 -555 484751302 -554 1752137878 -553 316583612 -552 306276471 -551 1899467550 -550 445739492 -549 750071524 -548 35172292 -547 201824309 -546 604044060 -545 1744321956 -544 9329377 -543 608904110 -542 1189880904 -541 521042989 -540 1984228077 -539 2085366017 -538 1169503450 -537 535397028 -536 1636264316 -535 1419138673 -534 967702670 -533 36295069 -532 2102074615 -531 899737853 -530 2132088116 -529 1018587028 -528 984176709 -527 889547555 -526 1762320454 -525 414248754 -524 178474830 -523 2000153976 -522 2018327767 -521 1703688595 -520 1864295258 -519 243915183 -518 146027464 -517 438333984 -516 192494932 -515 2142623597 -514 554441052 -513 1635770036 -512 772159681 -511 1251998535 -510 1499023187 -509 1448831049 -508 449101701 -507 1897848424 -506 1715178006 -505 1599969247 -504 1464547706 -503 67964817 -502 51690601 -501 1083487587 -500 2063044791 -499 1242540561 -498 1403750221 -497 569927955 -496 711072724 -495 1909650126 -494 543404635 -493 622269883 -492 135858718 -491 1774412584 -490 1557661130 -489 1425961274 -488 51420250 -487 150887515 -486 2031376580 -485 704208544 -484 1370463916 -483 1449926165 -482 136746849 -481 1470812280 -480 802896834 -479 1748658410 -478 1881136691 -477 996616102 -476 433300718 -475 1647213188 -474 1548278646 -473 381060118 -472 152403674 -471 956633688 -470 1827221014 -469 1493116836 -468 531467836 -467 1641583743 -466 26523320 -465 88802841 -464 1773791408 -463 916475698 -462 1212092401 -461 857381092 -460 1722992334 -459 1406773615 -458 1542068342 -457 1494695354 -456 927907246 -455 581450415 -454 567461695 -453 2047135284 -452 647029331 -451 535572086 -450 1737159237 -449 1953764380 -448 1315357692 -447 233923502 -446 1595821104 -445 52240600 -444 1494809514 -443 591644958 -442 701322752 -441 806770485 -440 425165851 -439 185637271 -438 1466593516 -437 442664995 -436 2015275982 -435 1257531269 -434 1024194088 -433 916410316 -432 1340967012 -431 1952802433 -430 1462796398 -429 228296980 -428 478866369 -427 960617927 -426 927233658 -425 1028255610 -424 2081904732 -423 31889609 -422 309976047 -421 840748599 -420 1367698042 -419 1503235734 -418 357943276 -417 1263117092 -416 886597636 -415 1004176146 -414 1498401495 -413 688039029 -412 166479106 -411 515685481 -410 1487660617 -409 2129984504 -408 317844936 -407 209062247 -406 1565954555 -405 1098865666 -404 2064047905 -403 1218875302 -402 1601097566 -401 1112670032 -400 1473936064 -399 502178471 -398 1448546969 -397 1598094407 -396 1026196843 -395 895344049 -394 718279562 -393 1241156133 -392 811675214 -391 954223961 -390 482805323 -389 104580950 -388 616638098 -387 1501250778 -386 1912199244 -385 198558607 -384 837697039 -383 982716014 -382 1347862060 -381 183978250 -380 197840545 -379 1278598370 -378 564029948 -377 1366462918 -376 292497990 -375 347079253 -374 1645251747 -373 951377872 -372 1892422886 -371 1098919095 -370 1811606711 -369 2023325305 -368 1623465276 -367 553202920 -366 879814844 -365 1932524358 -364 83668835 -363 1911539249 -362 758350810 -361 707094264 -360 337585862 -359 1129038193 -358 339865354 -357 418079491 -356 663553738 -355 929483230 -354 998180195 -353 653718789 -352 784875469 -351 69263690 -350 1767431950 -349 978861274 -348 986100380 -347 216950695 -346 1868694819 -345 1488603765 -344 602140015 -343 546332652 -342 1287254809 -341 2016581228 -340 1622937467 -339 1258403791 -338 1143510461 -337 1838424566 -336 469534085 -335 1115759243 -334 1174173548 -333 1524058219 -332 1573953387 -331 1776796265 -330 367228910 -329 2066990019 -328 465484454 -327 1557865771 -326 1567382944 -325 9834949 -324 144607761 -323 928916505 -322 1033770487 -321 1953497842 -320 1230646958 -319 1550481254 -318 1257650103 -317 1644980262 -316 1762294328 -315 1322362167 -314 201348956 -313 733042434 -312 1070878832 -311 28851018 -310 873070767 -309 1931996549 -308 788869706 -307 27751218 -306 664251018 -305 1092959514 -304 1689289504 -303 1544860931 -302 1156829309 -301 1654447016 -300 1311311810 -299 956846786 -298 499607074 -297 455649505 -296 1413258010 -295 638466439 -294 1123548110 -293 338593567 -292 1845753195 -291 1630772880 -290 695847739 -289 1733150343 -288 1935670574 -287 2082771584 -286 1443631306 -285 1029251894 -284 251483334 -283 172497937 -282 2007455315 -281 1286365931 -280 1387464960 -279 845319549 -278 1267745531 -277 1843393840 -276 485945362 -275 1266873735 -274 2083613853 -273 34842488 -272 233549120 -271 199982522 -270 1154839941 -269 855662305 -268 1691072424 -267 2008624283 -266 1479585042 -265 1074664443 -264 940196892 -263 1640258878 -262 1790229476 -261 112602851 -260 1842585954 -259 760559802 -258 289519037 -257 906418680 -256 1831288250 -255 1271133369 -254 1169280227 -253 1112601051 -252 932516625 -251 1162135765 -250 18620399 -249 1691554768 -248 359374187 -247 871796 -246 1907263635 -245 451102874 -244 1033324614 -243 1883631330 -242 1027486194 -241 1525370463 -240 656393746 -239 1293699306 -238 1523560911 -237 616407981 -236 1068427390 -235 1986809812 -234 1431918615 -233 827594041 -232 1945156571 -231 1029669673 -230 1970567462 -229 936167274 -228 1076755200 -227 1165869316 -226 1884622101 -225 718687198 -224 338616744 -223 7144461 -222 1093980652 -221 1388445504 -220 802761578 -219 17748603 -218 1931774781 -217 2055754961 -216 1115030830 -215 23632304 -214 1571100327 -213 1655437799 -212 1227237584 -211 1881270536 -210 1809552 -209 39985764 -208 225271916 -207 1684234746 -206 1331973014 -205 240833349 -204 41653241 -203 402248941 -202 1004510226 -201 1008989297 -200 2100398121 -199 804698146 -198 1199028821 -197 358068002 -196 827252572 -195 1877477639 -194 1772190194 -193 1097654887 -192 1351866531 -191 1076232049 -190 1604154371 -189 894490264 -188 1050201421 -187 1908142477 -186 484654634 -185 1607076678 -184 943878368 -183 1837313439 -182 1653628247 -181 1187251820 -180 1655998620 -179 465058453 -178 855496398 -177 2131922214 -176 1642581505 -175 929724073 -174 1383806771 -173 1180147592 -172 449334468 -171 199812080 -170 1957444123 -169 1742330119 -168 2124929222 -167 1469034830 -166 733361455 -165 1877081332 -164 525611108 -163 695958145 -162 1640984164 -161 457376267 -160 26030628 -159 1843495542 -158 409835630 -157 1590608390 -156 964264109 -155 794824842 -154 2100932079 -153 1904110196 -152 181314819 -151 1188569794 -150 331755422 -149 1671560053 -148 969960596 -147 2073255973 -146 748115443 -145 462433913 -144 480389604 -143 1183994691 -142 1370187116 -141 854487997 -140 222366505 -139 488409293 -138 1008968663 -137 247847890 -136 943423722 -135 37403310 -134 236097168 -133 68234841 -132 669927517 -131 1944972270 -130 47540636 -129 582905885 -128 879231433 -127 1762494436 -126 1637159959 -125 1207637561 -124 613510023 -123 912362285 -122 1572354774 -121 657238414 -120 218609198 -119 405983097 -118 923444610 -117 507526682 -116 1592866368 -115 1711604400 -114 1239730445 -113 1773385255 -112 961628185 -111 881777823 -110 1993002982 -109 2122002263 -108 1692469219 -107 971565353 -106 11750722 -105 875188881 -104 1514959440 -103 438608545 -102 20694204 -101 87021632 -100 1065740837 -99 432529848 -98 1093229574 -97 1819077520 -96 1148984413 -95 724797674 -94 1782766435 -93 2103755257 -92 693753087 -91 1166371677 -90 1881277452 -89 1858566163 -88 960600376 -87 1359323857 -86 1415279885 -85 1966964761 -84 749976215 -83 357952622 -82 1927865921 -81 987109570 -80 1336792251 -79 1021437628 -78 2110251541 -77 817280338 -76 1604089561 -75 1720625824 -74 854494676 -73 1427937808 -72 1520351356 -71 1735648004 -70 1141275706 -69 1394146965 -68 1431029083 -67 368431899 -66 36311085 -65 1192712804 -64 31044587 -63 616394758 -62 222477805 -61 982670571 -60 205771300 -59 521953594 -58 443286278 -57 1141119263 -56 609347642 -55 1057327263 -54 39098840 -53 1910350293 -52 1168644018 -51 906428292 -50 1024341676 -49 519511913 -48 1564831715 -47 389625717 -46 2110269310 -45 176151752 -44 200274468 -43 1266330320 -42 286662102 -41 126204390 -40 304618920 -39 772843806 -38 1357835880 -37 238316279 -36 337387312 -35 1567399975 -34 970234999 -33 1195857664 -32 410623457 -31 1848007858 -30 539384293 -29 1212135685 -28 2060089600 -27 1533442662 -26 1102020422 -25 846480997 -24 2036166893 -23 1280154196 -22 886008616 -21 649132105 -20 1489080225 -19 634715959 -18 556726251 -17 1388679963 -16 189351248 -15 843938989 -14 2036973298 -13 74070078 -12 961711400 -11 1661301944 -10 915852158 -9 66302641 -8 435456494 -7 1937919553 -6 1415564928 -5 1289013296 -4 1156776517 -3 1269710788 -2 656473370 -1 1345971420 -0 1935401906 -\. --- --- Data for Name: c; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.c (aa, cc) FROM stdin; -\. --- --- Data for Name: c_star; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.c_star (class, aa, cc, a) FROM stdin; -c 5 hi mom \N -c 6 \N \N -c \N hi paul \N -c \N \N \N -\. --- --- Data for Name: cc1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.cc1 (f1, f2, f3, a2) FROM stdin; -\. --- --- Data for Name: cc2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.cc2 (f1, f2, f3, f4, a2) FROM stdin; -\. --- --- Data for Name: char_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.char_tbl (f1) FROM stdin; -a -ab -abcd -abcd -\. --- --- Data for Name: check2_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.check2_tbl (x, y, z) FROM stdin; -4 check ok -2 -7 check ok 7 -\. --- --- Data for Name: check_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.check_tbl (x) FROM stdin; -5 -4 -6 -\. --- --- Data for Name: circle_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.circle_tbl (f1) FROM stdin; -<(5,1),3> -<(1,2),100> -<(1,3),5> -<(1,2),3> -<(100,200),10> -<(100,1),115> -<(3,5),0> -<(3,5),NaN> -\. --- --- Data for Name: city; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.city (name, location, budget) FROM stdin; -Podunk (3,4),(1,2) 100,127,1000,0 -Gotham (1100,334),(1000,34) 123456,127,-1000,6789 -\. --- --- Data for Name: cnn_uq; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.cnn_uq (a) FROM stdin; -\. --- --- Data for Name: constr_child; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.constr_child (a) FROM stdin; -\. --- --- Data for Name: constr_child2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.constr_child2 (a) FROM stdin; -\. --- --- Data for Name: constr_child3; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.constr_child3 (a) FROM stdin; -\. --- --- Data for Name: constr_parent; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.constr_parent (a) FROM stdin; -\. --- --- Data for Name: constr_parent2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.constr_parent2 (a) FROM stdin; -\. --- --- Data for Name: constr_parent3; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.constr_parent3 (a) FROM stdin; -\. --- --- Data for Name: copy_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.copy_tbl (x, y, z) FROM stdin; -4 !check failed 5 -6 OK 4 -\. --- --- Data for Name: d; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.d (aa, bb, cc, dd) FROM stdin; -32 one two three -\. --- --- Data for Name: d_star; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.d_star (class, aa, bb, cc, dd, a) FROM stdin; -d 7 grumble hi sunita 0 \N -d 8 stumble hi koko \N \N -d 9 rumble \N 1.1 \N -d 10 \N hi kristin 10.01 \N -d \N crumble hi boris 100.001 \N -d 11 fumble \N \N \N -d 12 \N hi avi \N \N -d 13 \N \N 1000.0001 \N -d \N tumble hi andrew \N \N -d \N humble \N 10000.00001 \N -d \N \N hi ginger 100000.000001 \N -d 14 \N \N \N \N -d \N jumble \N \N \N -d \N \N hi jolly \N \N -d \N \N \N 1000000.0000001 \N -d \N \N \N \N \N -\. --- --- Data for Name: date_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.date_tbl (f1) FROM stdin; -1957-04-09 -1957-06-13 -1996-02-28 -1996-02-29 -1996-03-01 -1996-03-02 -1997-02-28 -1997-03-01 -1997-03-02 -2000-04-01 -2000-04-02 -2000-04-03 -2038-04-08 -2039-04-09 -2040-04-10 -2040-04-10 BC -\. --- --- Data for Name: dedup_unique_test_table; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.dedup_unique_test_table (a) FROM stdin; -\. --- --- Data for Name: default_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.default_tbl (i, x, f) FROM stdin; -1 thomas 57.0613 -1 bruce 123.456 -2 vadim 987.654 -100 marc 123.456 -3 \N 1 -\. --- --- Data for Name: defaultexpr_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.defaultexpr_tbl (i1, i2) FROM stdin; --1 -2 --3 1 -102 -4 -102 \N -\. --- --- Data for Name: dupindexcols; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.dupindexcols (id, f1) FROM stdin; -8800 AAAAAA -1891 BAAAAA -3420 CAAAAA -9850 DAAAAA -7164 EAAAAA -8009 FAAAAA -5057 GAAAAA -6701 HAAAAA -4321 IAAAAA -3043 JAAAAA -1314 KAAAAA -1504 LAAAAA -5222 MAAAAA -6243 NAAAAA -5471 OAAAAA -5006 PAAAAA -5387 QAAAAA -5785 RAAAAA -6621 SAAAAA -6969 TAAAAA -9460 UAAAAA -59 VAAAAA -8020 WAAAAA -7695 XAAAAA -3442 YAAAAA -5119 ZAAAAA -646 ABAAAA -9605 BBAAAA -263 CBAAAA -3269 DBAAAA -1839 EBAAAA -9144 FBAAAA -2513 GBAAAA -8850 HBAAAA -236 IBAAAA -3162 JBAAAA -4380 KBAAAA -8095 LBAAAA -209 MBAAAA -3055 NBAAAA -6921 OBAAAA -7046 PBAAAA -7912 QBAAAA -7267 RBAAAA -3599 SBAAAA -923 TBAAAA -1437 UBAAAA -6439 VBAAAA -6989 WBAAAA -8798 XBAAAA -5960 YBAAAA -5832 ZBAAAA -6066 ACAAAA -322 BCAAAA -8321 CCAAAA -734 DCAAAA -688 ECAAAA -4212 FCAAAA -9653 GCAAAA -2677 HCAAAA -5423 ICAAAA -2592 JCAAAA -3233 KCAAAA -5032 LCAAAA -2525 MCAAAA -4450 NCAAAA -5778 OCAAAA -5852 PCAAAA -5404 QCAAAA -6223 RCAAAA -6133 SCAAAA -9112 TCAAAA -7575 UCAAAA -7414 VCAAAA -9741 WCAAAA -3767 XCAAAA -9372 YCAAAA -8976 ZCAAAA -4071 ADAAAA -1311 BDAAAA -2604 CDAAAA -8840 DDAAAA -567 EDAAAA -5215 FDAAAA -5474 GDAAAA -3906 HDAAAA -1769 IDAAAA -1454 JDAAAA -6877 KDAAAA -6501 LDAAAA -934 MDAAAA -4075 NDAAAA -3180 ODAAAA -7787 PDAAAA -6401 QDAAAA -4244 RDAAAA -4591 SDAAAA -4113 TDAAAA -5925 UDAAAA -1987 VDAAAA -8248 WDAAAA -4151 XDAAAA -8670 YDAAAA -6194 ZDAAAA -88 AEAAAA -4058 BEAAAA -2742 CEAAAA -8275 DEAAAA -4258 EEAAAA -6129 FEAAAA -7243 GEAAAA -2392 HEAAAA -9853 IEAAAA -6064 JEAAAA -4391 KEAAAA -726 LEAAAA -6957 MEAAAA -3853 NEAAAA -4524 OEAAAA -5330 PEAAAA -6671 QEAAAA -5314 REAAAA -9202 SEAAAA -4596 TEAAAA -8951 UEAAAA -9902 VEAAAA -1440 WEAAAA -5339 XEAAAA -3371 YEAAAA -4467 ZEAAAA -6216 AFAAAA -5364 BFAAAA -7547 CFAAAA -4338 DFAAAA -3481 EFAAAA -826 FFAAAA -3647 GFAAAA -3337 HFAAAA -3591 IFAAAA -7192 JFAAAA -1078 KFAAAA -1310 LFAAAA -9642 MFAAAA -39 NFAAAA -8682 OFAAAA -1794 PFAAAA -5630 QFAAAA -6748 RFAAAA -3766 SFAAAA -6403 TFAAAA -175 UFAAAA -2179 VFAAAA -7897 WFAAAA -2760 XFAAAA -1675 YFAAAA -2564 ZFAAAA -157 AGAAAA -8779 BGAAAA -9591 CGAAAA -8732 DGAAAA -139 EGAAAA -5372 FGAAAA -1278 GGAAAA -4697 HGAAAA -8610 IGAAAA -8180 JGAAAA -2399 KGAAAA -615 LGAAAA -7629 MGAAAA -7628 NGAAAA -4659 OGAAAA -5865 PGAAAA -3973 QGAAAA -552 RGAAAA -708 SGAAAA -3550 TGAAAA -5547 UGAAAA -489 VGAAAA -3794 WGAAAA -9479 XGAAAA -6435 YGAAAA -5120 ZGAAAA -3615 AHAAAA -8399 BHAAAA -2155 CHAAAA -6690 DHAAAA -1683 EHAAAA -6302 FHAAAA -516 GHAAAA -3901 HHAAAA -6938 IHAAAA -7484 JHAAAA -7424 KHAAAA -9410 LHAAAA -1714 MHAAAA -8278 NHAAAA -3158 OHAAAA -2511 PHAAAA -2912 QHAAAA -2648 RHAAAA -9385 SHAAAA -7545 THAAAA -8407 UHAAAA -5893 VHAAAA -7049 WHAAAA -6812 XHAAAA -3649 YHAAAA -9275 ZHAAAA -1179 AIAAAA -969 BIAAAA -7920 CIAAAA -998 DIAAAA -3958 EIAAAA -6052 FIAAAA -8791 GIAAAA -5191 HIAAAA -4267 IIAAAA -2829 JIAAAA -6396 KIAAAA -9413 LIAAAA -614 MIAAAA -4660 NIAAAA -8834 OIAAAA -2767 PIAAAA -2444 QIAAAA -4129 RIAAAA -3394 SIAAAA -2705 TIAAAA -8499 UIAAAA -8852 VIAAAA -6174 WIAAAA -750 XIAAAA -8164 YIAAAA -4930 ZIAAAA -9904 AJAAAA -7378 BJAAAA -2927 CJAAAA -7155 DJAAAA -1302 EJAAAA -5904 FJAAAA -9687 GJAAAA -3553 HJAAAA -4447 IJAAAA -6878 JJAAAA -9470 KJAAAA -9735 LJAAAA -5967 MJAAAA -6601 NJAAAA -7631 OJAAAA -3559 PJAAAA -2247 QJAAAA -9649 RJAAAA -808 SJAAAA -240 TJAAAA -5031 UJAAAA -9563 VJAAAA -5656 WJAAAA -3886 XJAAAA -2431 YJAAAA -5560 ZJAAAA -9065 AKAAAA -8130 BKAAAA -4054 CKAAAA -873 DKAAAA -3092 EKAAAA -6697 FKAAAA -2452 GKAAAA -7867 HKAAAA -3753 IKAAAA -7834 JKAAAA -5846 KKAAAA -7604 LKAAAA -3452 MKAAAA -4788 NKAAAA -8600 OKAAAA -8511 PKAAAA -4452 QKAAAA -1709 RKAAAA -3440 SKAAAA -9188 TKAAAA -3058 UKAAAA -5821 VKAAAA -3428 WKAAAA -3581 XKAAAA -7523 YKAAAA -3131 ZKAAAA -2404 ALAAAA -5453 BLAAAA -1599 CLAAAA -7081 DLAAAA -1750 ELAAAA -5085 FLAAAA -9777 GLAAAA -574 HLAAAA -5984 ILAAAA -7039 JLAAAA -7143 KLAAAA -5702 LLAAAA -362 MLAAAA -6997 NLAAAA -2529 OLAAAA -6319 PLAAAA -954 QLAAAA -3413 RLAAAA -9081 SLAAAA -5599 TLAAAA -4772 ULAAAA -1124 VLAAAA -7793 WLAAAA -4201 XLAAAA -7015 YLAAAA -5936 ZLAAAA -4625 AMAAAA -4989 BMAAAA -4949 CMAAAA -6273 DMAAAA -4478 EMAAAA -8854 FMAAAA -2105 GMAAAA -8345 HMAAAA -1941 IMAAAA -1765 JMAAAA -9592 KMAAAA -1694 LMAAAA -8940 MMAAAA -7264 NMAAAA -4699 OMAAAA -4541 PMAAAA -5768 QMAAAA -6183 RMAAAA -7457 SMAAAA -7317 TMAAAA -1944 UMAAAA -665 VMAAAA -5974 WMAAAA -7370 XMAAAA -9196 YMAAAA -6796 ZMAAAA -6180 ANAAAA -8557 BNAAAA -928 CNAAAA -6275 DNAAAA -409 ENAAAA -6442 FNAAAA -5889 GNAAAA -5180 HNAAAA -1629 INAAAA -6088 JNAAAA -5598 KNAAAA -1803 LNAAAA -2330 MNAAAA -5901 NNAAAA -780 ONAAAA -7171 PNAAAA -8778 QNAAAA -6622 RNAAAA -9938 SNAAAA -8254 TNAAAA -1951 UNAAAA -1434 VNAAAA -7539 WNAAAA -600 XNAAAA -3122 YNAAAA -5704 ZNAAAA -6300 AOAAAA -4585 BOAAAA -6313 COAAAA -3154 DOAAAA -642 EOAAAA -7736 FOAAAA -5087 GOAAAA -5708 HOAAAA -8169 IOAAAA -9768 JOAAAA -3874 KOAAAA -6831 LOAAAA -18 MOAAAA -6375 NOAAAA -7106 OOAAAA -5926 POAAAA -4956 QOAAAA -7042 ROAAAA -6043 SOAAAA -2084 TOAAAA -6038 UOAAAA -7253 VOAAAA -2061 WOAAAA -7800 XOAAAA -4970 YOAAAA -8580 ZOAAAA -9173 APAAAA -8558 BPAAAA -3897 CPAAAA -5069 DPAAAA -2301 EPAAAA -9863 FPAAAA -5733 GPAAAA -2338 HPAAAA -9639 IPAAAA -1139 JPAAAA -2293 KPAAAA -6125 LPAAAA -5374 MPAAAA -7216 NPAAAA -2285 OPAAAA -2387 PPAAAA -5015 QPAAAA -2087 RPAAAA -4938 SPAAAA -3635 TPAAAA -7737 UPAAAA -8056 VPAAAA -4502 WPAAAA -54 XPAAAA -3182 YPAAAA -3718 ZPAAAA -3989 AQAAAA -8028 BQAAAA -1426 CQAAAA -3801 DQAAAA -241 EQAAAA -8000 FQAAAA -8357 GQAAAA -7548 HQAAAA -7307 IQAAAA -2275 JQAAAA -2718 KQAAAA -7068 LQAAAA -3181 MQAAAA -749 NQAAAA -5195 OQAAAA -6136 PQAAAA -8012 QQAAAA -3957 RQAAAA -3083 SQAAAA -9997 TQAAAA -3299 UQAAAA -846 VQAAAA -2985 WQAAAA -9238 XQAAAA -1403 YQAAAA -5563 ZQAAAA -7965 ARAAAA -4512 BRAAAA -9730 CRAAAA -1129 DRAAAA -2624 ERAAAA -8178 FRAAAA -6468 GRAAAA -3027 HRAAAA -3845 IRAAAA -786 JRAAAA -4971 KRAAAA -1542 LRAAAA -7967 MRAAAA -443 NRAAAA -7318 ORAAAA -4913 PRAAAA -9466 QRAAAA -7866 RRAAAA -784 SRAAAA -9040 TRAAAA -3954 URAAAA -4183 VRAAAA -3608 WRAAAA -7630 XRAAAA -590 YRAAAA -3453 ZRAAAA -7757 ASAAAA -7394 BSAAAA -396 CSAAAA -7873 DSAAAA -1553 ESAAAA -598 FSAAAA -7191 GSAAAA -8116 HSAAAA -2516 ISAAAA -7750 JSAAAA -6625 KSAAAA -8838 LSAAAA -4636 MSAAAA -7627 NSAAAA -1690 OSAAAA -7071 PSAAAA -2081 QSAAAA -7138 RSAAAA -864 SSAAAA -6392 TSAAAA -7544 USAAAA -5438 VSAAAA -7099 WSAAAA -5157 XSAAAA -3391 YSAAAA -3805 ZSAAAA -2110 ATAAAA -3176 BTAAAA -5918 CTAAAA -1218 DTAAAA -6683 ETAAAA -914 FTAAAA -4737 GTAAAA -7286 HTAAAA -9975 ITAAAA -8030 JTAAAA -7364 KTAAAA -1389 LTAAAA -4025 MTAAAA -4835 NTAAAA -8045 OTAAAA -1864 PTAAAA -3313 QTAAAA -2384 RTAAAA -6115 STAAAA -5705 TTAAAA -9269 UTAAAA -3379 VTAAAA -8205 WTAAAA -6575 XTAAAA -486 YTAAAA -4894 ZTAAAA -3090 AUAAAA -759 BUAAAA -4864 CUAAAA -4083 DUAAAA -6918 EUAAAA -8146 FUAAAA -1523 GUAAAA -1591 HUAAAA -3343 IUAAAA -1391 JUAAAA -9963 KUAAAA -2423 LUAAAA -1822 MUAAAA -8706 NUAAAA -3001 OUAAAA -6707 PUAAAA -2121 QUAAAA -5814 RUAAAA -2659 SUAAAA -2016 TUAAAA -4286 UUAAAA -9205 VUAAAA -3496 WUAAAA -5333 XUAAAA -5571 YUAAAA -1696 ZUAAAA -4871 AVAAAA -4852 BVAAAA -8483 CVAAAA -1376 DVAAAA -5456 EVAAAA -499 FVAAAA -3463 GVAAAA -7426 HVAAAA -5341 IVAAAA -9309 JVAAAA -2055 KVAAAA -2199 LVAAAA -7235 MVAAAA -8661 NVAAAA -9494 OVAAAA -935 PVAAAA -7044 QVAAAA -1974 RVAAAA -9679 SVAAAA -9822 TVAAAA -4088 UVAAAA -1749 VVAAAA -2116 WVAAAA -976 XVAAAA -8689 YVAAAA -2563 ZVAAAA -7195 AWAAAA -9985 BWAAAA -7699 CWAAAA -5311 DWAAAA -295 EWAAAA -8214 FWAAAA -3275 GWAAAA -9646 HWAAAA -1908 IWAAAA -3858 JWAAAA -9362 KWAAAA -9307 LWAAAA -6124 MWAAAA -2405 NWAAAA -8422 OWAAAA -393 PWAAAA -8973 QWAAAA -5171 RWAAAA -4929 SWAAAA -6935 TWAAAA -8584 UWAAAA -1035 VWAAAA -3734 WWAAAA -1458 XWAAAA -8746 YWAAAA -1677 ZWAAAA -8502 AXAAAA -7752 BXAAAA -2556 CXAAAA -6426 DXAAAA -8420 EXAAAA -4462 FXAAAA -1378 GXAAAA -1387 HXAAAA -8094 IXAAAA -7247 JXAAAA -4261 KXAAAA -5029 LXAAAA -3625 MXAAAA -8068 NXAAAA -102 OXAAAA -5596 PXAAAA -5872 QXAAAA -4742 RXAAAA -2117 SXAAAA -3945 TXAAAA -7483 UXAAAA -4455 VXAAAA -609 WXAAAA -9829 XXAAAA -4857 YXAAAA -3314 ZXAAAA -5353 AYAAAA -4909 BYAAAA -7597 CYAAAA -2683 DYAAAA -3223 EYAAAA -5363 FYAAAA -4578 GYAAAA -5544 HYAAAA -1589 IYAAAA -7412 JYAAAA -3803 KYAAAA -6179 LYAAAA -5588 MYAAAA -2134 NYAAAA -4383 OYAAAA -6995 PYAAAA -6598 QYAAAA -8731 RYAAAA -7177 SYAAAA -6578 TYAAAA -9393 UYAAAA -1276 VYAAAA -8766 WYAAAA -1015 XYAAAA -4396 YYAAAA -5564 ZYAAAA -927 AZAAAA -3306 BZAAAA -1615 CZAAAA -4550 DZAAAA -2468 EZAAAA -5336 FZAAAA -4471 GZAAAA -8085 HZAAAA -540 IZAAAA -5108 JZAAAA -8015 KZAAAA -2857 LZAAAA -9472 MZAAAA -5666 NZAAAA -3555 OZAAAA -378 PZAAAA -4466 QZAAAA -3247 RZAAAA -6570 SZAAAA -5655 TZAAAA -917 UZAAAA -3637 VZAAAA -3668 WZAAAA -5644 XZAAAA -8286 YZAAAA -6896 ZZAAAA -2870 AABAAA -8041 BABAAA -8137 CABAAA -4823 DABAAA -2438 EABAAA -6329 FABAAA -623 GABAAA -1360 HABAAA -7987 IABAAA -9788 JABAAA -3212 KABAAA -2725 LABAAA -7837 MABAAA -4746 NABAAA -3986 OABAAA -9128 PABAAA -5044 QABAAA -8132 RABAAA -9992 SABAAA -8468 TABAAA -6876 UABAAA -3532 VABAAA -2140 WABAAA -2183 XABAAA -9766 YABAAA -7943 ZABAAA -9243 ABBAAA -6241 BBBAAA -9540 CBBAAA -7418 DBBAAA -1603 EBBAAA -8950 FBBAAA -6933 GBBAAA -2646 HBBAAA -3447 IBBAAA -9957 JBBAAA -4623 KBBAAA -9058 LBBAAA -7361 MBBAAA -2489 NBBAAA -7643 OBBAAA -9166 PBBAAA -7789 QBBAAA -2332 RBBAAA -1832 SBBAAA -8375 TBBAAA -948 UBBAAA -5613 VBBAAA -6310 WBBAAA -4254 XBBAAA -4260 YBBAAA -2060 ZBBAAA -4831 ACBAAA -6176 BCBAAA -6688 CCBAAA -5752 DCBAAA -8714 ECBAAA -6739 FCBAAA -7066 GCBAAA -7250 HCBAAA -3161 ICBAAA -1411 JCBAAA -9301 KCBAAA -8324 LCBAAA -9641 MCBAAA -7077 NCBAAA -9888 OCBAAA -9909 PCBAAA -2209 QCBAAA -6904 RCBAAA -6608 SCBAAA -8400 TCBAAA -5124 UCBAAA -5484 VCBAAA -3575 WCBAAA -9723 XCBAAA -360 YCBAAA -1059 ZCBAAA -4941 ADBAAA -2535 BDBAAA -4119 CDBAAA -3725 DDBAAA -4758 EDBAAA -9593 FDBAAA -4663 GDBAAA -7734 HDBAAA -9156 IDBAAA -8120 JDBAAA -4385 KDBAAA -2926 LDBAAA -4186 MDBAAA -2508 NDBAAA -4012 ODBAAA -6266 PDBAAA -3709 QDBAAA -7289 RDBAAA -8875 SDBAAA -4412 TDBAAA -3033 UDBAAA -1645 VDBAAA -3557 WDBAAA -6316 XDBAAA -2054 YDBAAA -7031 ZDBAAA -3405 AEBAAA -5343 BEBAAA -5240 CEBAAA -9650 DEBAAA -3777 EEBAAA -9041 FEBAAA -6923 GEBAAA -2977 HEBAAA -5500 IEBAAA -1044 JEBAAA -434 KEBAAA -611 LEBAAA -5760 MEBAAA -2445 NEBAAA -7098 OEBAAA -2188 PEBAAA -4597 QEBAAA -1913 REBAAA -8696 SEBAAA -3332 TEBAAA -8760 UEBAAA -3215 VEBAAA -1625 WEBAAA -4219 XEBAAA -415 YEBAAA -4242 ZEBAAA -8660 AFBAAA -6525 BFBAAA -2141 CFBAAA -5152 DFBAAA -8560 EFBAAA -9835 FFBAAA -2657 GFBAAA -6085 HFBAAA -6698 IFBAAA -5421 JFBAAA -6661 KFBAAA -5645 LFBAAA -1248 MFBAAA -5690 NFBAAA -4762 OFBAAA -1455 PFBAAA -9846 QFBAAA -5295 RFBAAA -2826 SFBAAA -7496 TFBAAA -3024 UFBAAA -4945 VFBAAA -4404 WFBAAA -9302 XFBAAA -1286 YFBAAA -8435 ZFBAAA -8969 AGBAAA -3302 BGBAAA -9753 CGBAAA -9374 DGBAAA -4907 EGBAAA -1659 FGBAAA -5095 GGBAAA -9446 HGBAAA -8528 IGBAAA -4890 JGBAAA -1221 KGBAAA -5583 LGBAAA -7303 MGBAAA -406 NGBAAA -7542 OGBAAA -9507 PGBAAA -9511 QGBAAA -1373 RGBAAA -6556 SGBAAA -4117 TGBAAA -7794 UGBAAA -7170 VGBAAA -5809 WGBAAA -7828 XGBAAA -8046 YGBAAA -4833 ZGBAAA -2107 AHBAAA -4276 BHBAAA -9536 CHBAAA -5549 DHBAAA -6427 EHBAAA -1382 FHBAAA -3256 GHBAAA -3270 HHBAAA -4808 IHBAAA -7938 JHBAAA -4405 KHBAAA -2264 LHBAAA -80 MHBAAA -320 NHBAAA -2383 OHBAAA -3146 PHBAAA -6911 QHBAAA -7377 RHBAAA -9965 SHBAAA -8361 THBAAA -9417 UHBAAA -2483 VHBAAA -9843 WHBAAA -6395 XHBAAA -6444 YHBAAA -1820 ZHBAAA -2768 AIBAAA -5413 BIBAAA -2923 CIBAAA -5286 DIBAAA -6126 EIBAAA -8343 FIBAAA -6010 GIBAAA -4177 HIBAAA -5808 IIBAAA -4859 JIBAAA -9252 KIBAAA -2941 LIBAAA -8693 MIBAAA -4432 NIBAAA -2371 OIBAAA -7546 PIBAAA -1369 QIBAAA -4687 RIBAAA -8941 SIBAAA -226 TIBAAA -3493 UIBAAA -6433 VIBAAA -9189 WIBAAA -6027 XIBAAA -4615 YIBAAA -5320 ZIBAAA -7002 AJBAAA -7367 BJBAAA -289 CJBAAA -407 DJBAAA -504 EJBAAA -8301 FJBAAA -1396 GJBAAA -4794 HJBAAA -6400 IJBAAA -1275 JJBAAA -5797 KJBAAA -2221 LJBAAA -2504 MJBAAA -2143 NJBAAA -1083 OJBAAA -6148 PJBAAA -3612 QJBAAA -9499 RJBAAA -5773 SJBAAA -1014 TJBAAA -1427 UJBAAA -6770 VJBAAA -9042 WJBAAA -9892 XJBAAA -1771 YJBAAA -7392 ZJBAAA -4465 AKBAAA -278 BKBAAA -7776 CKBAAA -3763 DKBAAA -7503 EKBAAA -3793 FKBAAA -6510 GKBAAA -7641 HKBAAA -3228 IKBAAA -194 JKBAAA -8555 KKBAAA -4997 LKBAAA -8687 MKBAAA -6632 NKBAAA -9607 OKBAAA -6201 PKBAAA -857 QKBAAA -5623 RKBAAA -5979 SKBAAA -2201 TKBAAA -3166 UKBAAA -6249 VKBAAA -3271 WKBAAA -7777 XKBAAA -6732 YKBAAA -6297 ZKBAAA -5685 ALBAAA -9931 BLBAAA -7485 CLBAAA -386 DLBAAA -8204 ELBAAA -3606 FLBAAA -1692 GLBAAA -3002 HLBAAA -9676 ILBAAA -915 JLBAAA -7706 KLBAAA -6080 LLBAAA -1860 MLBAAA -1444 NLBAAA -7208 OLBAAA -8554 PLBAAA -2028 QLBAAA -9893 RLBAAA -4740 SLBAAA -6186 TLBAAA -6357 ULBAAA -3699 VLBAAA -7620 WLBAAA -921 XLBAAA -5506 YLBAAA -8851 ZLBAAA -3205 AMBAAA -1956 BMBAAA -6272 CMBAAA -1509 DMBAAA -53 EMBAAA -213 FMBAAA -4924 GMBAAA -2097 HMBAAA -4607 IMBAAA -1582 JMBAAA -6643 KMBAAA -2238 LMBAAA -2942 MMBAAA -1655 NMBAAA -3226 OMBAAA -4263 PMBAAA -960 QMBAAA -1213 RMBAAA -1845 SMBAAA -6944 TMBAAA -5284 UMBAAA -188 VMBAAA -748 WMBAAA -2226 XMBAAA -7342 YMBAAA -6120 ZMBAAA -536 ANBAAA -3239 BNBAAA -2832 CNBAAA -5296 DNBAAA -5795 ENBAAA -6290 FNBAAA -4916 GNBAAA -8366 HNBAAA -4248 INBAAA -6460 JNBAAA -9296 KNBAAA -3486 LNBAAA -5664 MNBAAA -7624 NNBAAA -2790 ONBAAA -682 PNBAAA -6412 QNBAAA -6882 RNBAAA -1332 SNBAAA -4911 TNBAAA -3528 UNBAAA -271 VNBAAA -7007 WNBAAA -2198 XNBAAA -4266 YNBAAA -9867 ZNBAAA -7602 AOBAAA -7521 BOBAAA -7200 COBAAA -4816 DOBAAA -1669 EOBAAA -4764 FOBAAA -7393 GOBAAA -7434 HOBAAA -9079 IOBAAA -9668 JOBAAA -7184 KOBAAA -7347 LOBAAA -951 MOBAAA -4513 NOBAAA -2692 OOBAAA -9930 POBAAA -4516 QOBAAA -1592 ROBAAA -6312 SOBAAA -185 TOBAAA -1848 UOBAAA -5844 VOBAAA -1666 WOBAAA -5864 XOBAAA -1004 YOBAAA -1758 ZOBAAA -8823 APBAAA -129 BPBAAA -5703 CPBAAA -3331 DPBAAA -5791 EPBAAA -4421 FPBAAA -9740 GPBAAA -798 HPBAAA -571 IPBAAA -7084 JPBAAA -650 KPBAAA -1467 LPBAAA -5446 MPBAAA -830 NPBAAA -5516 OPBAAA -8520 PPBAAA -1152 QPBAAA -862 RPBAAA -454 SPBAAA -9956 TPBAAA -1654 UPBAAA -257 VPBAAA -5469 WPBAAA -9075 XPBAAA -7799 YPBAAA -2001 ZPBAAA -9786 AQBAAA -7281 BQBAAA -5137 CQBAAA -4053 DQBAAA -7911 EQBAAA -4298 FQBAAA -4805 GQBAAA -9038 HQBAAA -8023 IQBAAA -6595 JQBAAA -9831 KQBAAA -788 LQBAAA -902 MQBAAA -9137 NQBAAA -1744 OQBAAA -7285 PQBAAA -7006 QQBAAA -9236 RQBAAA -5472 SQBAAA -7975 TQBAAA -4181 UQBAAA -7677 VQBAAA -35 WQBAAA -6813 XQBAAA -6618 YQBAAA -8069 ZQBAAA -3071 ARBAAA -4390 BRBAAA -7764 CRBAAA -8163 DRBAAA -1961 ERBAAA -1103 FRBAAA -5486 GRBAAA -9513 HRBAAA -7311 IRBAAA -4144 JRBAAA -7901 KRBAAA -4629 LRBAAA -6858 MRBAAA -125 NRBAAA -3834 ORBAAA -8155 PRBAAA -8230 QRBAAA -744 RRBAAA -357 SRBAAA -2159 TRBAAA -8559 URBAAA -6866 VRBAAA -3863 WRBAAA -4193 XRBAAA -3277 YRBAAA -5577 ZRBAAA -9503 ASBAAA -7642 BSBAAA -6197 CSBAAA -8995 DSBAAA -440 ESBAAA -8418 FSBAAA -8531 GSBAAA -3790 HSBAAA -7610 ISBAAA -1252 JSBAAA -7559 KSBAAA -9945 LSBAAA -9023 MSBAAA -3516 NSBAAA -4671 OSBAAA -1465 PSBAAA -9515 QSBAAA -3242 RSBAAA -1732 SSBAAA -1678 TSBAAA -1464 USBAAA -6546 VSBAAA -4448 WSBAAA -9847 XSBAAA -8264 YSBAAA -1620 ZSBAAA -9388 ATBAAA -6445 BTBAAA -4789 CTBAAA -1562 DTBAAA -7305 ETBAAA -6344 FTBAAA -5130 GTBAAA -3284 HTBAAA -6346 ITBAAA -1061 JTBAAA -872 KTBAAA -123 LTBAAA -7903 MTBAAA -560 NTBAAA -4446 OTBAAA -3909 PTBAAA -669 QTBAAA -7843 RTBAAA -2546 STBAAA -6757 TTBAAA -466 UTBAAA -5556 VTBAAA -7196 WTBAAA -2947 XTBAAA -6493 YTBAAA -7203 ZTBAAA -3716 AUBAAA -8058 BUBAAA -433 CUBAAA -7649 DUBAAA -6966 EUBAAA -553 FUBAAA -3677 GUBAAA -2344 HUBAAA -7439 IUBAAA -3910 JUBAAA -3638 KUBAAA -6637 LUBAAA -4438 MUBAAA -171 NUBAAA -310 OUBAAA -2714 PUBAAA -5199 QUBAAA -8005 RUBAAA -3188 SUBAAA -1518 TUBAAA -6760 UUBAAA -9373 VUBAAA -1938 WUBAAA -2865 XUBAAA -3203 YUBAAA -6025 ZUBAAA -8684 AVBAAA -7732 BVBAAA -3218 CVBAAA -525 DVBAAA -601 EVBAAA -6091 FVBAAA -4498 GVBAAA -8192 HVBAAA -8006 IVBAAA -6157 JVBAAA -312 KVBAAA -8652 LVBAAA -2787 MVBAAA -1782 NVBAAA -23 OVBAAA -1206 PVBAAA -1076 QVBAAA -5379 RVBAAA -2047 SVBAAA -6262 TVBAAA -1840 UVBAAA -2106 VVBAAA -1307 WVBAAA -735 XVBAAA -3657 YVBAAA -3006 ZVBAAA -1538 AWBAAA -6098 BWBAAA -5267 CWBAAA -9757 DWBAAA -1236 EWBAAA -83 FWBAAA -9227 GWBAAA -8772 HWBAAA -8822 IWBAAA -7167 JWBAAA -6909 KWBAAA -1439 LWBAAA -2370 MWBAAA -4577 NWBAAA -2575 OWBAAA -2795 PWBAAA -5520 QWBAAA -382 RWBAAA -6335 SWBAAA -8430 TWBAAA -4131 UWBAAA -9332 VWBAAA -293 WWBAAA -2276 XWBAAA -5687 YWBAAA -5862 ZWBAAA -5073 AXBAAA -4170 BXBAAA -5039 CXBAAA -3294 DXBAAA -6015 EXBAAA -9015 FXBAAA -9785 GXBAAA -4312 HXBAAA -6343 IXBAAA -2161 JXBAAA -4490 KXBAAA -4454 LXBAAA -7647 MXBAAA -1028 NXBAAA -2965 OXBAAA -9900 PXBAAA -5509 QXBAAA -7751 RXBAAA -9594 SXBAAA -7632 TXBAAA -6528 UXBAAA -1041 VXBAAA -1534 WXBAAA -4229 XXBAAA -84 YXBAAA -2189 ZXBAAA -7566 AYBAAA -707 BYBAAA -581 CYBAAA -6753 DYBAAA -8604 EYBAAA -373 FYBAAA -9635 GYBAAA -9277 HYBAAA -7117 IYBAAA -8564 JYBAAA -1697 KYBAAA -7840 LYBAAA -3646 MYBAAA -368 NYBAAA -4797 OYBAAA -5300 PYBAAA -7664 QYBAAA -1466 RYBAAA -2477 SYBAAA -2036 TYBAAA -3624 UYBAAA -5099 VYBAAA -1308 WYBAAA -3704 XYBAAA -2451 YYBAAA -4898 ZYBAAA -4959 AZBAAA -5942 BZBAAA -2425 CZBAAA -7760 DZBAAA -6294 EZBAAA -6785 FZBAAA -3542 GZBAAA -1809 HZBAAA -130 IZBAAA -8672 JZBAAA -2125 KZBAAA -7683 LZBAAA -7842 MZBAAA -9584 NZBAAA -7963 OZBAAA -8581 PZBAAA -2135 QZBAAA -7352 RZBAAA -5789 SZBAAA -8490 TZBAAA -2145 UZBAAA -7021 VZBAAA -3736 WZBAAA -7396 XZBAAA -6334 YZBAAA -5461 ZZBAAA -5337 AACAAA -7440 BACAAA -6879 CACAAA -2432 DACAAA -8529 EACAAA -7859 FACAAA -15 GACAAA -7475 HACAAA -717 IACAAA -250 JACAAA -4700 KACAAA -7510 LACAAA -4562 MACAAA -8075 NACAAA -871 OACAAA -7161 PACAAA -9109 QACAAA -8675 RACAAA -1025 SACAAA -4065 TACAAA -3511 UACAAA -9840 VACAAA -7495 WACAAA -55 XACAAA -6151 YACAAA -2512 ZACAAA -5881 ABCAAA -1442 BBCAAA -1270 CBCAAA -959 DBCAAA -8251 EBCAAA -3051 FBCAAA -5052 GBCAAA -1863 HBCAAA -344 IBCAAA -3590 JBCAAA -4223 KBCAAA -2284 LBCAAA -9425 MBCAAA -6221 NBCAAA -195 OBCAAA -1517 PBCAAA -3791 QBCAAA -572 RBCAAA -46 SBCAAA -9451 TBCAAA -3359 UBCAAA -8867 VBCAAA -674 WBCAAA -2674 XBCAAA -6523 YBCAAA -6210 ZBCAAA -7564 ACCAAA -4776 BCCAAA -2993 CCCAAA -2969 DCCAAA -1762 ECCAAA -685 FCCAAA -5312 GCCAAA -3264 HCCAAA -7008 ICCAAA -5167 JCCAAA -3060 KCCAAA -1752 LCCAAA -1016 MCCAAA -7365 NCCAAA -4358 OCCAAA -2819 PCCAAA -6727 QCCAAA -1459 RCCAAA -1708 SCCAAA -471 TCCAAA -387 UCCAAA -1166 VCCAAA -2400 WCCAAA -3584 XCCAAA -6423 YCCAAA -9520 ZCCAAA -8080 ADCAAA -5709 BDCAAA -1131 CDCAAA -8562 DDCAAA -5766 EDCAAA -245 FDCAAA -9869 GDCAAA -3533 HDCAAA -5109 IDCAAA -977 JDCAAA -1651 KDCAAA -1357 LDCAAA -9087 MDCAAA -3399 NDCAAA -7543 ODCAAA -2469 PDCAAA -8305 QDCAAA -3265 RDCAAA -9977 SDCAAA -3961 TDCAAA -4952 UDCAAA -5173 VDCAAA -860 WDCAAA -4523 XDCAAA -2361 YDCAAA -7877 ZDCAAA -3422 AECAAA -5781 BECAAA -4752 CECAAA -1786 DECAAA -1892 EECAAA -6389 FECAAA -8644 GECAAA -9056 HECAAA -1423 IECAAA -4901 JECAAA -3859 KECAAA -2324 LECAAA -8101 MECAAA -8016 NECAAA -5826 OECAAA -8266 PECAAA -7558 QECAAA -6976 RECAAA -222 SECAAA -1624 TECAAA -1250 UECAAA -1621 VECAAA -2350 WECAAA -5239 XECAAA -6681 YECAAA -4983 ZECAAA -7149 AFCAAA -3502 BFCAAA -3133 CFCAAA -8342 DFCAAA -3041 EFCAAA -5383 FFCAAA -3916 GFCAAA -1438 HFCAAA -9408 IFCAAA -5783 JFCAAA -683 KFCAAA -9381 LFCAAA -5676 MFCAAA -3224 NFCAAA -8332 OFCAAA -3372 PFCAAA -7436 QFCAAA -5010 RFCAAA -7256 SFCAAA -961 TFCAAA -4182 UFCAAA -639 VFCAAA -8836 WFCAAA -8705 XFCAAA -32 YFCAAA -7913 ZFCAAA -229 AGCAAA -2393 BGCAAA -2815 CGCAAA -4858 DGCAAA -6283 EGCAAA -4147 FGCAAA -6801 GGCAAA -1011 HGCAAA -2527 IGCAAA -381 JGCAAA -3366 KGCAAA -9636 LGCAAA -2239 MGCAAA -5911 NGCAAA -449 OGCAAA -5118 PGCAAA -7684 QGCAAA -804 RGCAAA -8378 SGCAAA -9855 TGCAAA -1995 UGCAAA -1979 VGCAAA -4510 WGCAAA -3792 XGCAAA -3541 YGCAAA -8847 ZGCAAA -1336 AHCAAA -6780 BHCAAA -8711 CHCAAA -7839 DHCAAA -677 EHCAAA -1574 FHCAAA -2905 GHCAAA -1879 HHCAAA -7820 IHCAAA -4308 JHCAAA -4474 KHCAAA -6985 LHCAAA -6929 MHCAAA -777 NHCAAA -8271 OHCAAA -2389 PHCAAA -946 QHCAAA -9682 RHCAAA -8722 SHCAAA -470 THCAAA -7425 UHCAAA -2372 VHCAAA -508 WHCAAA -163 XHCAAA -6579 YHCAAA -2355 ZHCAAA -70 AICAAA -651 BICAAA -4436 CICAAA -4240 DICAAA -2722 EICAAA -8937 FICAAA -8364 GICAAA -8317 HICAAA -8872 IICAAA -5512 JICAAA -6651 KICAAA -5976 LICAAA -3301 MICAAA -6784 NICAAA -573 OICAAA -3015 PICAAA -8245 QICAAA -5251 RICAAA -2281 SICAAA -518 TICAAA -9839 UICAAA -4526 VICAAA -1261 WICAAA -4259 XICAAA -9098 YICAAA -6037 ZICAAA -4284 AJCAAA -3267 BJCAAA -5908 CJCAAA -1549 DJCAAA -8736 EJCAAA -2008 FJCAAA -548 GJCAAA -8846 HJCAAA -8374 IJCAAA -7986 JJCAAA -6819 KJCAAA -4418 LJCAAA -833 MJCAAA -4416 NJCAAA -4902 OJCAAA -6828 PJCAAA -1118 QJCAAA -9993 RJCAAA -1430 SJCAAA -5670 TJCAAA -5424 UJCAAA -5561 VJCAAA -2027 WJCAAA -6924 XJCAAA -5946 YJCAAA -4294 ZJCAAA -2936 AKCAAA -3855 BKCAAA -455 CKCAAA -2918 DKCAAA -448 EKCAAA -2149 FKCAAA -8890 GKCAAA -8919 HKCAAA -4957 IKCAAA -4 JKCAAA -4837 KKCAAA -3976 LKCAAA -9459 MKCAAA -7097 NKCAAA -9226 OKCAAA -5803 PKCAAA -21 QKCAAA -5275 RKCAAA -3488 SKCAAA -1595 TKCAAA -5212 UKCAAA -6574 VKCAAA -7524 WKCAAA -6100 XKCAAA -1198 YKCAAA -7345 ZKCAAA -5020 ALCAAA -6925 BLCAAA -8915 CLCAAA -3088 DLCAAA -4828 ELCAAA -7276 FLCAAA -299 GLCAAA -76 HLCAAA -8458 ILCAAA -7207 JLCAAA -5585 KLCAAA -3234 LLCAAA -8001 MLCAAA -1319 NLCAAA -6342 OLCAAA -9199 PLCAAA -5696 QLCAAA -2562 RLCAAA -4226 SLCAAA -1184 TLCAAA -5807 ULCAAA -1890 VLCAAA -451 WLCAAA -1049 XLCAAA -5272 YLCAAA -4588 ZLCAAA -5213 AMCAAA -9543 BMCAAA -6318 CMCAAA -7992 DMCAAA -4619 EMCAAA -7189 FMCAAA -2178 GMCAAA -4928 HMCAAA -3966 IMCAAA -9790 JMCAAA -9150 KMCAAA -313 LMCAAA -1614 MMCAAA -1581 NMCAAA -3674 OMCAAA -3444 PMCAAA -1050 QMCAAA -8241 RMCAAA -3382 SMCAAA -7105 TMCAAA -2957 UMCAAA -6162 VMCAAA -5150 WMCAAA -2622 XMCAAA -2240 YMCAAA -8880 ZMCAAA -9250 ANCAAA -7010 BNCAAA -1098 CNCAAA -648 DNCAAA -5536 ENCAAA -7858 FNCAAA -7053 GNCAAA -8681 HNCAAA -8832 INCAAA -6836 JNCAAA -4856 KNCAAA -345 LNCAAA -6559 MNCAAA -3017 NNCAAA -4176 ONCAAA -2839 PNCAAA -6065 QNCAAA -7360 RNCAAA -9527 SNCAAA -8849 TNCAAA -7274 UNCAAA -4368 VNCAAA -2488 WNCAAA -4674 XNCAAA -365 YNCAAA -5897 ZNCAAA -8918 AOCAAA -1988 BOCAAA -1210 COCAAA -2945 DOCAAA -555 EOCAAA -9615 FOCAAA -9939 GOCAAA -1216 HOCAAA -745 IOCAAA -3326 JOCAAA -953 KOCAAA -444 LOCAAA -280 MOCAAA -3707 NOCAAA -1351 OOCAAA -1280 POCAAA -628 QOCAAA -6198 ROCAAA -1957 SOCAAA -9241 TOCAAA -303 UOCAAA -1945 VOCAAA -3634 WOCAAA -4768 XOCAAA -9262 YOCAAA -2610 ZOCAAA -6640 APCAAA -3338 BPCAAA -6560 CPCAAA -5986 DPCAAA -2970 EPCAAA -4731 FPCAAA -9486 GPCAAA -7204 HPCAAA -6685 IPCAAA -6852 JPCAAA -2325 KPCAAA -1063 LPCAAA -6810 MPCAAA -7718 NPCAAA -1680 OPCAAA -7402 PPCAAA -4134 QPCAAA -8232 RPCAAA -6682 SPCAAA -7952 TPCAAA -5943 UPCAAA -5394 VPCAAA -6554 WPCAAA -8186 XPCAAA -199 YPCAAA -3386 ZPCAAA -8974 AQCAAA -8140 BQCAAA -3723 CQCAAA -8827 DQCAAA -1998 EQCAAA -879 FQCAAA -892 GQCAAA -9468 HQCAAA -3797 IQCAAA -8379 JQCAAA -2817 KQCAAA -789 LQCAAA -3871 MQCAAA -7931 NQCAAA -3636 OQCAAA -699 PQCAAA -6850 QQCAAA -6394 RQCAAA -3475 SQCAAA -3026 TQCAAA -876 UQCAAA -1992 VQCAAA -3079 WQCAAA -8128 XQCAAA -8123 YQCAAA -3285 ZQCAAA -9315 ARCAAA -9862 BRCAAA -2764 CRCAAA -3544 DRCAAA -7747 ERCAAA -7725 FRCAAA -2449 GRCAAA -8967 HRCAAA -7371 IRCAAA -2158 JRCAAA -5590 KRCAAA -8072 LRCAAA -1971 MRCAAA -772 NRCAAA -3433 ORCAAA -8419 PRCAAA -1493 QRCAAA -2584 RRCAAA -9502 SRCAAA -4673 TRCAAA -7403 URCAAA -7103 VRCAAA -7026 WRCAAA -8574 XRCAAA -1366 YRCAAA -5787 ZRCAAA -2552 ASCAAA -4557 BSCAAA -3237 CSCAAA -6901 DSCAAA -7708 ESCAAA -2011 FSCAAA -9455 GSCAAA -5228 HSCAAA -4043 ISCAAA -8242 JSCAAA -6351 KSCAAA -5899 LSCAAA -4849 MSCAAA -9583 NSCAAA -4994 OSCAAA -9787 PSCAAA -243 QSCAAA -3931 RSCAAA -5945 SSCAAA -1325 TSCAAA -4142 USCAAA -1963 VSCAAA -7041 WSCAAA -3074 XSCAAA -3290 YSCAAA -4146 ZSCAAA -3832 ATCAAA -2217 BTCAAA -635 CTCAAA -6967 DTCAAA -3522 ETCAAA -2471 FTCAAA -4236 GTCAAA -853 HTCAAA -3754 ITCAAA -796 JTCAAA -4640 KTCAAA -9496 LTCAAA -6873 MTCAAA -4632 NTCAAA -5758 OTCAAA -6514 PTCAAA -9510 QTCAAA -8411 RTCAAA -7762 STCAAA -2225 TTCAAA -4373 UTCAAA -7326 VTCAAA -8651 WTCAAA -9825 XTCAAA -2988 YTCAAA -8138 ZTCAAA -7792 AUCAAA -1232 BUCAAA -8221 CUCAAA -4044 DUCAAA -1204 EUCAAA -5145 FUCAAA -7791 GUCAAA -8270 HUCAAA -9427 IUCAAA -2152 JUCAAA -7790 KUCAAA -5301 LUCAAA -626 MUCAAA -260 NUCAAA -4369 OUCAAA -5457 PUCAAA -3468 QUCAAA -2257 RUCAAA -9318 SUCAAA -8762 TUCAAA -9153 UUCAAA -9220 VUCAAA -8003 WUCAAA -7257 XUCAAA -3930 YUCAAA -2976 ZUCAAA -2531 AVCAAA -2250 BVCAAA -8549 CVCAAA -7197 DVCAAA -5916 EVCAAA -5287 FVCAAA -9095 GVCAAA -7137 HVCAAA -7902 IVCAAA -7598 JVCAAA -5652 KVCAAA -2017 LVCAAA -7255 MVCAAA -7999 NVCAAA -5388 OVCAAA -8754 PVCAAA -5415 QVCAAA -8861 RVCAAA -2874 SVCAAA -9910 TVCAAA -5178 UVCAAA -5698 VVCAAA -8500 WVCAAA -1814 XVCAAA -4968 YVCAAA -2642 ZVCAAA -1578 AWCAAA -4774 BWCAAA -7062 CWCAAA -5381 DWCAAA -7985 EWCAAA -3850 FWCAAA -5624 GWCAAA -8948 HWCAAA -995 IWCAAA -5058 JWCAAA -9670 KWCAAA -3115 LWCAAA -4935 MWCAAA -4735 NWCAAA -1348 OWCAAA -2380 PWCAAA -4246 QWCAAA -522 RWCAAA -1701 SWCAAA -9709 TWCAAA -8829 UWCAAA -7936 VWCAAA -8474 WWCAAA -4676 XWCAAA -6303 YWCAAA -3485 ZWCAAA -2695 AXCAAA -8830 BXCAAA -898 CXCAAA -7268 DXCAAA -6568 EXCAAA -9724 FXCAAA -3329 GXCAAA -9860 HXCAAA -6833 IXCAAA -5956 JXCAAA -3963 KXCAAA -883 LXCAAA -2761 MXCAAA -4644 NXCAAA -1358 OXCAAA -2049 PXCAAA -2193 QXCAAA -9435 RXCAAA -5890 SXCAAA -8149 TXCAAA -423 UXCAAA -7980 VXCAAA -9019 WXCAAA -1647 XXCAAA -9495 YXCAAA -3904 ZXCAAA -5838 AYCAAA -3866 BYCAAA -3093 CYCAAA -9666 DYCAAA -1246 EYCAAA -9759 FYCAAA -7174 GYCAAA -7678 HYCAAA -3004 IYCAAA -5607 JYCAAA -8510 KYCAAA -1483 LYCAAA -2915 MYCAAA -1548 NYCAAA -5767 OYCAAA -3214 PYCAAA -8663 QYCAAA -5425 RYCAAA -8530 SYCAAA -821 TYCAAA -8816 UYCAAA -9367 VYCAAA -4138 WYCAAA -94 XYCAAA -1858 YYCAAA -5513 ZYCAAA -9620 AZCAAA -4770 BZCAAA -5193 CZCAAA -198 DZCAAA -417 EZCAAA -173 FZCAAA -6248 GZCAAA -302 HZCAAA -8983 IZCAAA -4840 JZCAAA -2876 KZCAAA -5841 LZCAAA -2766 MZCAAA -9482 NZCAAA -5335 OZCAAA -1502 PZCAAA -9291 QZCAAA -8655 RZCAAA -1687 SZCAAA -8171 TZCAAA -5699 UZCAAA -1462 VZCAAA -608 WZCAAA -6860 XZCAAA -6063 YZCAAA -1422 ZZCAAA -1932 AADAAA -5065 BADAAA -432 CADAAA -4680 DADAAA -8172 EADAAA -8668 FADAAA -256 GADAAA -2500 HADAAA -274 IADAAA -5907 JADAAA -8587 KADAAA -9942 LADAAA -116 MADAAA -7134 NADAAA -9002 OADAAA -1209 PADAAA -9983 QADAAA -1761 RADAAA -7723 SADAAA -6518 TADAAA -1372 UADAAA -3587 VADAAA -5323 WADAAA -5902 XADAAA -3749 YADAAA -5965 ZADAAA -663 ABDAAA -36 BBDAAA -9782 CBDAAA -5412 DBDAAA -9961 EBDAAA -6492 FBDAAA -4234 GBDAAA -4922 HBDAAA -6166 IBDAAA -7019 JBDAAA -7805 KBDAAA -9808 LBDAAA -2550 MBDAAA -8626 NBDAAA -5649 OBDAAA -3117 PBDAAA -866 QBDAAA -2323 RBDAAA -5132 SBDAAA -9222 TBDAAA -3934 UBDAAA -4845 VBDAAA -7714 WBDAAA -9818 XBDAAA -2219 YBDAAA -6573 ZBDAAA -4555 ACDAAA -7306 BCDAAA -9313 CCDAAA -3924 DCDAAA -5176 ECDAAA -9767 FCDAAA -905 GCDAAA -8037 HCDAAA -8133 ICDAAA -2954 JCDAAA -7262 KCDAAA -8768 LCDAAA -6953 MCDAAA -1984 NCDAAA -9348 OCDAAA -7769 PCDAAA -2994 QCDAAA -5938 RCDAAA -556 SCDAAA -2577 TCDAAA -8733 UCDAAA -3108 VCDAAA -4166 WCDAAA -3170 XCDAAA -8118 YCDAAA -8454 ZCDAAA -5338 ADDAAA -402 BDDAAA -5673 CDDAAA -4324 DDDAAA -1943 EDDAAA -7703 FDDAAA -7180 GDDAAA -5478 HDDAAA -5775 IDDAAA -6952 JDDAAA -9022 KDDAAA -547 LDDAAA -5877 MDDAAA -9580 NDDAAA -6094 ODDAAA -3398 PDDAAA -4574 QDDAAA -3675 RDDAAA -6413 SDDAAA -9851 TDDAAA -126 UDDAAA -6803 VDDAAA -6949 WDDAAA -115 XDDAAA -4165 YDDAAA -201 ZDDAAA -9324 AEDAAA -6562 BEDAAA -1917 CEDAAA -558 DEDAAA -8515 EEDAAA -6321 FEDAAA -6892 GEDAAA -1001 HEDAAA -2858 IEDAAA -2434 JEDAAA -4460 KEDAAA -5447 LEDAAA -3799 MEDAAA -4310 NEDAAA -405 OEDAAA -4573 PEDAAA -706 QEDAAA -7619 REDAAA -7959 SEDAAA -6712 TEDAAA -6959 UEDAAA -9791 VEDAAA -2112 WEDAAA -9114 XEDAAA -3506 YEDAAA -5002 ZEDAAA -3518 AFDAAA -602 BFDAAA -9060 CFDAAA -3292 DFDAAA -77 EFDAAA -1420 FFDAAA -6001 GFDAAA -7477 HFDAAA -6655 IFDAAA -7845 JFDAAA -8484 KFDAAA -4345 LFDAAA -4250 MFDAAA -2391 NFDAAA -6884 OFDAAA -7270 PFDAAA -2499 QFDAAA -7312 RFDAAA -7113 SFDAAA -6695 TFDAAA -6521 UFDAAA -272 VFDAAA -9976 WFDAAA -992 XFDAAA -6158 YFDAAA -3281 ZFDAAA -7446 AGDAAA -4679 BGDAAA -5203 CGDAAA -9874 DGDAAA -8371 EGDAAA -9086 FGDAAA -430 GGDAAA -8749 HGDAAA -577 IGDAAA -4884 JGDAAA -3421 KGDAAA -2812 LGDAAA -5958 MGDAAA -9901 NGDAAA -8478 OGDAAA -6545 PGDAAA -1479 QGDAAA -1046 RGDAAA -6372 SGDAAA -8206 TGDAAA -9544 UGDAAA -9287 VGDAAA -6786 WGDAAA -6511 XGDAAA -603 YGDAAA -2022 ZGDAAA -2086 AHDAAA -1969 BHDAAA -4841 CHDAAA -5845 DHDAAA -4635 EHDAAA -4658 FHDAAA -2896 GHDAAA -5179 HHDAAA -8667 IHDAAA -7294 JHDAAA -3706 KHDAAA -8389 LHDAAA -2486 MHDAAA -8743 NHDAAA -2777 OHDAAA -2113 PHDAAA -2076 QHDAAA -2300 RHDAAA -6894 SHDAAA -6939 THDAAA -446 UHDAAA -6218 VHDAAA -1295 WHDAAA -5135 XHDAAA -8122 YHDAAA -316 ZHDAAA -514 AIDAAA -7970 BIDAAA -9350 CIDAAA -3700 DIDAAA -582 EIDAAA -9722 FIDAAA -7398 GIDAAA -2265 HIDAAA -3049 IIDAAA -9121 JIDAAA -4275 KIDAAA -6567 LIDAAA -6755 MIDAAA -4535 NIDAAA -7968 OIDAAA -3412 PIDAAA -6112 QIDAAA -6805 RIDAAA -2880 SIDAAA -7710 TIDAAA -7949 UIDAAA -7043 VIDAAA -9012 WIDAAA -878 XIDAAA -7930 YIDAAA -667 ZIDAAA -1905 AJDAAA -4958 BJDAAA -2973 CJDAAA -3631 DJDAAA -5868 EJDAAA -2873 FJDAAA -6941 GJDAAA -6384 HJDAAA -3806 IJDAAA -5079 JJDAAA -1970 KJDAAA -7810 LJDAAA -4639 MJDAAA -6527 NJDAAA -8079 OJDAAA -2740 PJDAAA -2337 QJDAAA -6670 RJDAAA -2345 SJDAAA -401 TJDAAA -2704 UJDAAA -5530 VJDAAA -51 WJDAAA -4282 XJDAAA -7336 YJDAAA -8320 ZJDAAA -7772 AKDAAA -1894 BKDAAA -2320 CKDAAA -6232 DKDAAA -2833 EKDAAA -8265 FKDAAA -4589 GKDAAA -8182 HKDAAA -8337 IKDAAA -8210 JKDAAA -1406 KKDAAA -4463 LKDAAA -4347 MKDAAA -181 NKDAAA -9986 OKDAAA -661 PKDAAA -4105 QKDAAA -2187 RKDAAA -1628 SKDAAA -3119 TKDAAA -6804 UKDAAA -9918 VKDAAA -8916 WKDAAA -6057 XKDAAA -3622 YKDAAA -9168 ZKDAAA -3720 ALDAAA -9927 BLDAAA -5616 CLDAAA -5210 DLDAAA -636 ELDAAA -9936 FLDAAA -2316 GLDAAA -4363 HLDAAA -7657 ILDAAA -697 JLDAAA -912 KLDAAA -8806 LLDAAA -9698 MLDAAA -6191 NLDAAA -1188 OLDAAA -7676 PLDAAA -7073 QLDAAA -8019 RLDAAA -4726 SLDAAA -4648 TLDAAA -3227 ULDAAA -7232 VLDAAA -9761 WLDAAA -3105 XLDAAA -5266 YLDAAA -6788 ZLDAAA -2442 AMDAAA -8198 BMDAAA -5806 CMDAAA -8928 DMDAAA -1657 EMDAAA -9164 FMDAAA -1851 GMDAAA -4744 HMDAAA -8055 IMDAAA -1533 JMDAAA -1260 KMDAAA -1290 LMDAAA -297 MMDAAA -4145 NMDAAA -863 OMDAAA -3423 PMDAAA -8750 QMDAAA -3546 RMDAAA -3678 SMDAAA -5313 TMDAAA -6233 UMDAAA -5802 VMDAAA -7059 WMDAAA -6481 XMDAAA -1596 YMDAAA -8181 ZMDAAA -5368 ANDAAA -9416 BNDAAA -9521 CNDAAA -1042 DNDAAA -4503 ENDAAA -3023 FNDAAA -1976 GNDAAA -5610 HNDAAA -7410 INDAAA -7872 JNDAAA -8591 KNDAAA -1804 LNDAAA -5299 MNDAAA -4695 NNDAAA -2672 ONDAAA -585 PNDAAA -8622 QNDAAA -3780 RNDAAA -7941 SNDAAA -3305 TNDAAA -8653 UNDAAA -5756 VNDAAA -576 WNDAAA -1915 XNDAAA -4627 YNDAAA -920 ZNDAAA -2537 AODAAA -50 BODAAA -1313 CODAAA -8542 DODAAA -6428 EODAAA -4351 FODAAA -2050 GODAAA -5162 HODAAA -8229 IODAAA -7782 JODAAA -1563 KODAAA -267 LODAAA -5138 MODAAA -7022 NODAAA -6705 OODAAA -6190 PODAAA -8226 QODAAA -8882 RODAAA -5181 SODAAA -4598 TODAAA -4882 UODAAA -7490 VODAAA -5224 WODAAA -2174 XODAAA -3059 YODAAA -8790 ZODAAA -2222 APDAAA -5473 BPDAAA -937 CPDAAA -2975 DPDAAA -9569 EPDAAA -3456 FPDAAA -6657 GPDAAA -3776 HPDAAA -6072 IPDAAA -8129 JPDAAA -1085 KPDAAA -2079 LPDAAA -1200 MPDAAA -3276 NPDAAA -2608 OPDAAA -702 PPDAAA -5750 QPDAAA -2776 RPDAAA -9151 SPDAAA -3282 TPDAAA -408 UPDAAA -3473 VPDAAA -7095 WPDAAA -3288 XPDAAA -8215 YPDAAA -6244 ZPDAAA -8440 AQDAAA -3800 BQDAAA -7279 CQDAAA -9206 DQDAAA -6465 EQDAAA -4127 FQDAAA -7463 GQDAAA -5117 HQDAAA -4715 IQDAAA -2010 JQDAAA -6486 KQDAAA -6434 LQDAAA -2151 MQDAAA -4821 NQDAAA -6507 OQDAAA -8741 PQDAAA -6846 QQDAAA -4525 RQDAAA -8299 SQDAAA -5465 TQDAAA -7206 UQDAAA -2616 VQDAAA -4440 WQDAAA -6109 XQDAAA -7905 YQDAAA -6498 ZQDAAA -2034 ARDAAA -7693 BRDAAA -7511 CRDAAA -7531 DRDAAA -6869 ERDAAA -2763 FRDAAA -575 GRDAAA -8953 HRDAAA -5833 IRDAAA -9035 JRDAAA -9123 KRDAAA -206 LRDAAA -4155 MRDAAA -532 NRDAAA -1370 ORDAAA -7656 PRDAAA -7735 QRDAAA -2118 RRDAAA -6914 SRDAAA -6277 TRDAAA -6347 URDAAA -4030 VRDAAA -9673 WRDAAA -2015 XRDAAA -1317 YRDAAA -404 ZRDAAA -1604 ASDAAA -1912 BSDAAA -5727 CSDAAA -4538 DSDAAA -6868 ESDAAA -9801 FSDAAA -1781 GSDAAA -7061 HSDAAA -2412 ISDAAA -9191 JSDAAA -1958 KSDAAA -2203 LSDAAA -9104 MSDAAA -3837 NSDAAA -7055 OSDAAA -4612 PSDAAA -6420 QSDAAA -613 RSDAAA -1691 SSDAAA -33 TSDAAA -875 USDAAA -9030 VSDAAA -4285 WSDAAA -6236 XSDAAA -4702 YSDAAA -3441 ZSDAAA -2150 ATDAAA -1852 BTDAAA -7713 CTDAAA -6849 DTDAAA -3425 ETDAAA -4681 FTDAAA -1134 GTDAAA -7462 HTDAAA -2148 ITDAAA -5921 JTDAAA -118 KTDAAA -3065 LTDAAA -6590 MTDAAA -4993 NTDAAA -6818 OTDAAA -1449 PTDAAA -2039 QTDAAA -2524 RTDAAA -1481 STDAAA -6984 TTDAAA -3960 UTDAAA -1983 VTDAAA -6379 WTDAAA -8975 XTDAAA -1102 YTDAAA -2517 ZTDAAA -712 AUDAAA -5419 BUDAAA -723 CUDAAA -8057 DUDAAA -7471 EUDAAA -8855 FUDAAA -5074 GUDAAA -7139 HUDAAA -3833 IUDAAA -5186 JUDAAA -9436 KUDAAA -8859 LUDAAA -6943 MUDAAA -2315 NUDAAA -1394 OUDAAA -8863 PUDAAA -8812 QUDAAA -7498 RUDAAA -8962 SUDAAA -2533 TUDAAA -8188 UUDAAA -6137 VUDAAA -974 WUDAAA -2751 XUDAAA -4975 YUDAAA -3411 ZUDAAA -3143 AVDAAA -8011 BVDAAA -988 CVDAAA -4289 DVDAAA -8105 EVDAAA -9885 FVDAAA -1002 GVDAAA -5827 HVDAAA -1228 IVDAAA -6352 JVDAAA -8868 KVDAAA -3643 LVDAAA -1468 MVDAAA -8415 NVDAAA -9631 OVDAAA -7408 PVDAAA -1934 QVDAAA -996 RVDAAA -8027 SVDAAA -8464 TVDAAA -5007 UVDAAA -8356 VVDAAA -4579 WVDAAA -8513 XVDAAA -383 YVDAAA -9304 ZVDAAA -7224 AWDAAA -6023 BWDAAA -2746 CWDAAA -137 DWDAAA -9441 EWDAAA -3690 FWDAAA -913 GWDAAA -1768 HWDAAA -8492 IWDAAA -8083 JWDAAA -4609 KWDAAA -7520 LWDAAA -4231 MWDAAA -6022 NWDAAA -9784 OWDAAA -1343 PWDAAA -7549 QWDAAA -269 RWDAAA -1069 SWDAAA -4610 TWDAAA -482 UWDAAA -3025 VWDAAA -7914 WWDAAA -3198 XWDAAA -1187 YWDAAA -4707 ZWDAAA -8279 AXDAAA -6127 BXDAAA -1305 CXDAAA -4804 DXDAAA -6069 EXDAAA -9229 FXDAAA -4703 GXDAAA -6410 HXDAAA -944 IXDAAA -3744 JXDAAA -1127 KXDAAA -6693 LXDAAA -583 MXDAAA -2684 NXDAAA -6192 OXDAAA -4157 PXDAAA -6470 QXDAAA -8965 RXDAAA -1433 SXDAAA -4570 TXDAAA -1806 UXDAAA -1230 VXDAAA -2283 WXDAAA -6456 XXDAAA -7427 YXDAAA -8310 ZXDAAA -8103 AYDAAA -3947 BYDAAA -3414 CYDAAA -2043 DYDAAA -4393 EYDAAA -6664 FYDAAA -4545 GYDAAA -7637 HYDAAA -1359 IYDAAA -5018 JYDAAA -987 KYDAAA -1320 LYDAAA -9311 MYDAAA -7993 NYDAAA -7588 OYDAAA -5983 PYDAAA -4070 QYDAAA -8349 RYDAAA -3810 SYDAAA -6948 TYDAAA -7153 UYDAAA -5371 VYDAAA -8316 WYDAAA -5903 XYDAAA -6718 YYDAAA -4759 ZYDAAA -2555 AZDAAA -3457 BZDAAA -9626 CZDAAA -2570 DZDAAA -7964 EZDAAA -1543 FZDAAA -929 GZDAAA -9244 HZDAAA -9210 IZDAAA -8334 JZDAAA -9310 KZDAAA -5024 LZDAAA -8794 MZDAAA -4091 NZDAAA -649 OZDAAA -8505 PZDAAA -6652 QZDAAA -8945 RZDAAA -2095 SZDAAA -8676 TZDAAA -3994 UZDAAA -2859 VZDAAA -5403 WZDAAA -3254 XZDAAA -7339 YZDAAA -7220 ZZDAAA -4154 AAEAAA -7570 BAEAAA -2576 CAEAAA -5764 DAEAAA -4314 EAEAAA -2274 FAEAAA -9756 GAEAAA -8274 HAEAAA -1289 IAEAAA -7335 JAEAAA -5351 KAEAAA -8978 LAEAAA -2 MAEAAA -8906 NAEAAA -6388 OAEAAA -5675 PAEAAA -255 QAEAAA -9538 RAEAAA -1480 SAEAAA -4015 TAEAAA -5166 UAEAAA -91 VAEAAA -2958 WAEAAA -9131 XAEAAA -3944 YAEAAA -4514 ZAEAAA -5661 ABEAAA -8724 BBEAAA -6408 CBEAAA -5013 DBEAAA -6156 EBEAAA -7350 FBEAAA -9858 GBEAAA -895 HBEAAA -8368 IBEAAA -179 JBEAAA -4048 KBEAAA -3073 LBEAAA -321 MBEAAA -5352 NBEAAA -1940 OBEAAA -8803 PBEAAA -791 QBEAAA -9809 RBEAAA -5519 SBEAAA -7420 TBEAAA -7541 UBEAAA -6538 VBEAAA -710 WBEAAA -9488 XBEAAA -3135 YBEAAA -4273 ZBEAAA -629 ACEAAA -9167 BCEAAA -751 CCEAAA -1126 DCEAAA -3724 ECEAAA -1789 FCEAAA -792 GCEAAA -2771 HCEAAA -4313 ICEAAA -9312 JCEAAA -955 KCEAAA -6382 LCEAAA -7875 MCEAAA -7491 NCEAAA -8193 OCEAAA -968 PCEAAA -4951 QCEAAA -2204 RCEAAA -2066 SCEAAA -2631 TCEAAA -8947 UCEAAA -8033 VCEAAA -6264 WCEAAA -7778 XCEAAA -9701 YCEAAA -5091 ZCEAAA -7577 ADEAAA -3345 BDEAAA -7329 CDEAAA -7551 DDEAAA -6207 EDEAAA -8664 FDEAAA -8394 GDEAAA -7324 HDEAAA -2713 IDEAAA -2230 JDEAAA -9211 KDEAAA -1296 LDEAAA -8104 MDEAAA -6916 NDEAAA -2208 ODEAAA -3935 PDEAAA -7814 QDEAAA -6508 RDEAAA -1703 SDEAAA -5640 TDEAAA -6417 UDEAAA -1713 VDEAAA -5309 WDEAAA -4364 XDEAAA -619 YDEAAA -9498 ZDEAAA -2804 AEEAAA -2220 BEEAAA -9542 CEEAAA -3349 DEEAAA -9198 EEEAAA -2727 FEEAAA -3768 GEEAAA -2334 HEEAAA -7770 IEEAAA -5963 JEEAAA -4732 KEEAAA -2448 LEEAAA -5998 MEEAAA -8577 NEEAAA -266 OEEAAA -2169 PEEAAA -8228 QEEAAA -4813 REEAAA -2769 SEEAAA -8382 TEEAAA -1717 UEEAAA -7178 VEEAAA -9547 WEEAAA -8187 XEEAAA -3168 YEEAAA -2180 ZEEAAA -859 AFEAAA -1554 BFEAAA -3567 CFEAAA -5985 DFEAAA -1 EFEAAA -5937 FFEAAA -7594 GFEAAA -3783 HFEAAA -6841 IFEAAA -9694 JFEAAA -4322 KFEAAA -6012 LFEAAA -108 MFEAAA -3396 NFEAAA -8643 OFEAAA -6087 PFEAAA -2629 QFEAAA -3009 RFEAAA -438 SFEAAA -2480 TFEAAA -936 UFEAAA -6 VFEAAA -768 WFEAAA -1564 XFEAAA -3236 YFEAAA -3932 ZFEAAA -8914 AGEAAA -119 BGEAAA -6034 CGEAAA -5384 DGEAAA -6885 EGEAAA -232 FGEAAA -1293 GGEAAA -9204 HGEAAA -527 IGEAAA -6539 JGEAAA -3679 KGEAAA -8282 LGEAAA -5027 MGEAAA -7694 NGEAAA -473 OGEAAA -6325 PGEAAA -8761 QGEAAA -6184 RGEAAA -419 SGEAAA -6111 TGEAAA -3836 UGEAAA -4086 VGEAAA -5818 WGEAAA -4528 XGEAAA -7199 YGEAAA -1847 ZGEAAA -2875 AHEAAA -2872 BHEAAA -3972 CHEAAA -7590 DHEAAA -1914 EHEAAA -1658 FHEAAA -2126 GHEAAA -645 HHEAAA -6636 IHEAAA -1469 JHEAAA -1377 KHEAAA -8425 LHEAAA -9300 MHEAAA -5355 NHEAAA -840 OHEAAA -5185 PHEAAA -6467 QHEAAA -58 RHEAAA -5051 SHEAAA -8901 THEAAA -1550 UHEAAA -1698 VHEAAA -802 WHEAAA -2440 XHEAAA -2260 YHEAAA -8218 ZHEAAA -5144 AIEAAA -4822 BIEAAA -9476 CIEAAA -7535 DIEAAA -8738 EIEAAA -7946 FIEAAA -8143 GIEAAA -2623 HIEAAA -5209 IIEAAA -7674 JIEAAA -1135 KIEAAA -424 LIEAAA -942 MIEAAA -7813 NIEAAA -3539 OIEAAA -2909 PIEAAA -3748 QIEAAA -2996 RIEAAA -1869 SIEAAA -8151 TIEAAA -6361 UIEAAA -5568 VIEAAA -2796 WIEAAA -8489 XIEAAA -9183 YIEAAA -8227 ZIEAAA -1844 AJEAAA -3975 BJEAAA -6490 CJEAAA -8303 DJEAAA -7334 EJEAAA -2382 FJEAAA -177 GJEAAA -8117 HJEAAA -5485 IJEAAA -6544 JJEAAA -8517 KJEAAA -2252 LJEAAA -4480 MJEAAA -4785 NJEAAA -9700 OJEAAA -2122 PJEAAA -8783 QJEAAA -1453 RJEAAA -3908 SJEAAA -7707 TJEAAA -9049 UJEAAA -654 VJEAAA -3336 WJEAAA -622 XJEAAA -8398 YJEAAA -9193 ZJEAAA -7896 AKEAAA -9798 BKEAAA -2881 CKEAAA -672 DKEAAA -6743 EKEAAA -8935 FKEAAA -2426 GKEAAA -722 HKEAAA -5088 IKEAAA -8677 JKEAAA -6963 KKEAAA -1653 LKEAAA -7295 MKEAAA -6675 NKEAAA -7183 OKEAAA -4378 PKEAAA -2157 QKEAAA -2621 RKEAAA -9278 SKEAAA -79 TKEAAA -7358 UKEAAA -3589 VKEAAA -1254 WKEAAA -3490 XKEAAA -7533 YKEAAA -2800 ZKEAAA -351 ALEAAA -4359 BLEAAA -5788 CLEAAA -5521 DLEAAA -3351 ELEAAA -5129 FLEAAA -315 GLEAAA -7552 HLEAAA -9176 ILEAAA -7458 JLEAAA -279 KLEAAA -738 LLEAAA -2557 MLEAAA -9395 NLEAAA -7214 OLEAAA -6354 PLEAAA -4799 QLEAAA -1231 RLEAAA -5252 SLEAAA -5250 TLEAAA -9319 ULEAAA -1724 VLEAAA -7947 WLEAAA -1105 XLEAAA -1417 YLEAAA -7101 ZLEAAA -1088 AMEAAA -979 BMEAAA -7589 CMEAAA -8952 DMEAAA -2864 EMEAAA -234 FMEAAA -7231 GMEAAA -6792 HMEAAA -4311 IMEAAA -3374 JMEAAA -3367 KMEAAA -2598 LMEAAA -1033 MMEAAA -7803 NMEAAA -3870 OMEAAA -4962 PMEAAA -4842 QMEAAA -8814 RMEAAA -3429 SMEAAA -6550 TMEAAA -6317 UMEAAA -5023 VMEAAA -5825 WMEAAA -5297 XMEAAA -8764 YMEAAA -5084 ZMEAAA -6808 ANEAAA -1780 BNEAAA -4092 CNEAAA -3618 DNEAAA -7299 ENEAAA -8544 FNEAAA -2359 GNEAAA -1939 HNEAAA -5834 INEAAA -1997 JNEAAA -7917 KNEAAA -2098 LNEAAA -7576 MNEAAA -376 NNEAAA -8535 ONEAAA -5659 PNEAAA -2786 QNEAAA -8820 RNEAAA -1229 SNEAAA -9321 TNEAAA -7662 UNEAAA -5535 VNEAAA -4889 WNEAAA -8259 XNEAAA -6789 YNEAAA -5411 ZNEAAA -6992 AOEAAA -7698 BOEAAA -2342 COEAAA -1501 DOEAAA -6322 EOEAAA -9861 FOEAAA -9802 GOEAAA -4750 HOEAAA -5855 IOEAAA -4304 JOEAAA -2605 KOEAAA -1802 LOEAAA -9368 MOEAAA -7107 NOEAAA -8895 OOEAAA -3750 POEAAA -8934 QOEAAA -9464 ROEAAA -1928 SOEAAA -3196 TOEAAA -5256 UOEAAA -7119 VOEAAA -4495 WOEAAA -9292 XOEAAA -1617 YOEAAA -481 ZOEAAA -56 APEAAA -9120 BPEAAA -1306 CPEAAA -7773 DPEAAA -4863 EPEAAA -1114 FPEAAA -8124 GPEAAA -6254 HPEAAA -8109 IPEAAA -1747 JPEAAA -6185 KPEAAA -3388 LPEAAA -4905 MPEAAA -5728 NPEAAA -7507 OPEAAA -5662 PPEAAA -1686 QPEAAA -5202 RPEAAA -6905 SPEAAA -9577 TPEAAA -7194 UPEAAA -7016 VPEAAA -8905 WPEAAA -3419 XPEAAA -6881 YPEAAA -8370 ZPEAAA -6117 AQEAAA -1636 BQEAAA -6857 CQEAAA -7163 DQEAAA -5040 EQEAAA -6263 FQEAAA -4809 GQEAAA -900 HQEAAA -3199 IQEAAA -4156 JQEAAA -3501 KQEAAA -164 LQEAAA -9548 MQEAAA -1149 NQEAAA -1962 OQEAAA -4072 PQEAAA -4280 QQEAAA -1398 RQEAAA -725 SQEAAA -3988 TQEAAA -5059 UQEAAA -2632 VQEAAA -1909 WQEAAA -6827 XQEAAA -8156 YQEAAA -1192 ZQEAAA -9545 AREAAA -2249 BREAAA -5580 CREAAA -8403 DREAAA -4024 EREAAA -1866 FREAAA -9251 GREAAA -9979 HREAAA -9899 IREAAA -2540 JREAAA -8957 KREAAA -7702 LREAAA -4211 MREAAA -6684 NREAAA -3883 OREAAA -3531 PREAAA -9178 QREAAA -3389 RREAAA -7874 SREAAA -4522 TREAAA -9399 UREAAA -9083 VREAAA -1530 WREAAA -2360 XREAAA -4908 YREAAA -4628 ZREAAA -3889 ASEAAA -1331 BSEAAA -1942 CSEAAA -4734 DSEAAA -8386 ESEAAA -3586 FSEAAA -2354 GSEAAA -7108 HSEAAA -1857 ISEAAA -2544 JSEAAA -819 KSEAAA -2878 LSEAAA -1772 MSEAAA -354 NSEAAA -3259 OSEAAA -2170 PSEAAA -1190 QSEAAA -3607 RSEAAA -4661 SSEAAA -1796 TSEAAA -1561 USEAAA -4336 VSEAAA -7550 WSEAAA -3238 XSEAAA -9870 YSEAAA -6502 ZSEAAA -3903 ATEAAA -2869 BTEAAA -5072 CTEAAA -1201 DTEAAA -6245 ETEAAA -1402 FTEAAA -2594 GTEAAA -9171 HTEAAA -2620 ITEAAA -6309 JTEAAA -1285 KTEAAA -5466 LTEAAA -168 MTEAAA -1410 NTEAAA -6332 OTEAAA -9530 PTEAAA -7749 QTEAAA -3656 RTEAAA -37 STEAAA -2744 TTEAAA -4206 UTEAAA -1846 VTEAAA -9913 WTEAAA -4078 XTEAAA -2080 YTEAAA -4169 ZTEAAA -2070 AUEAAA -4500 BUEAAA -4123 CUEAAA -5594 DUEAAA -9941 EUEAAA -7154 FUEAAA -8340 GUEAAA -7110 HUEAAA -7795 IUEAAA -132 JUEAAA -4603 KUEAAA -9720 LUEAAA -1460 MUEAAA -4677 NUEAAA -9272 OUEAAA -2279 PUEAAA -4587 QUEAAA -2244 RUEAAA -742 SUEAAA -4426 TUEAAA -4571 UUEAAA -4775 VUEAAA -24 WUEAAA -4175 XUEAAA -9877 YUEAAA -7271 ZUEAAA -5468 AVEAAA -6106 BVEAAA -9005 CVEAAA -109 DVEAAA -6365 EVEAAA -7437 FVEAAA -7979 GVEAAA -6050 HVEAAA -2853 IVEAAA -7603 JVEAAA -483 KVEAAA -5994 LVEAAA -6708 MVEAAA -5090 NVEAAA -4608 OVEAAA -4551 PVEAAA -5437 QVEAAA -4130 RVEAAA -6363 SVEAAA -1499 TVEAAA -384 UVEAAA -2266 VVEAAA -6018 WVEAAA -7915 XVEAAA -6167 YVEAAA -9988 ZVEAAA -6599 AWEAAA -1693 BWEAAA -5971 CWEAAA -8470 DWEAAA -2807 EWEAAA -1120 FWEAAA -5924 GWEAAA -9025 HWEAAA -9454 IWEAAA -2259 JWEAAA -5249 KWEAAA -6350 LWEAAA -2930 MWEAAA -6055 NWEAAA -7691 OWEAAA -1573 PWEAAA -9943 QWEAAA -3085 RWEAAA -5928 SWEAAA -887 TWEAAA -4630 UWEAAA -9827 VWEAAA -8926 WWEAAA -5726 XWEAAA -1569 YWEAAA -8074 ZWEAAA -7909 AXEAAA -8367 BXEAAA -7217 CXEAAA -5254 DXEAAA -1181 EXEAAA -6907 FXEAAA -5508 GXEAAA -4782 HXEAAA -793 IXEAAA -5740 JXEAAA -3107 KXEAAA -1197 LXEAAA -4376 MXEAAA -6226 NXEAAA -5033 OXEAAA -5494 PXEAAA -3244 QXEAAA -7670 RXEAAA -9273 SXEAAA -5248 TXEAAA -3381 UXEAAA -4136 VXEAAA -4163 WXEAAA -4270 XXEAAA -1729 YXEAAA -2778 ZXEAAA -5082 AYEAAA -870 BYEAAA -4192 CYEAAA -308 DYEAAA -6783 EYEAAA -7611 FYEAAA -4221 GYEAAA -6353 HYEAAA -1830 IYEAAA -2437 JYEAAA -3360 KYEAAA -1829 LYEAAA -9475 MYEAAA -4566 NYEAAA -9944 OYEAAA -6054 PYEAAA -4722 QYEAAA -2779 RYEAAA -8051 SYEAAA -9671 TYEAAA -6084 UYEAAA -3729 VYEAAA -6627 WYEAAA -4769 XYEAAA -2224 YYEAAA -1404 ZYEAAA -8532 AZEAAA -6759 BZEAAA -6404 CZEAAA -3144 DZEAAA -973 EZEAAA -9789 FZEAAA -6181 GZEAAA -1519 HZEAAA -9729 IZEAAA -8167 JZEAAA -3830 KZEAAA -6286 LZEAAA -3047 MZEAAA -3183 NZEAAA -6687 OZEAAA -2783 PZEAAA -9920 QZEAAA -4847 RZEAAA -3645 SZEAAA -7406 TZEAAA -6003 UZEAAA -3408 VZEAAA -4243 WZEAAA -1622 XZEAAA -5319 YZEAAA -4033 ZZEAAA -8573 AAFAAA -8404 BAFAAA -6993 CAFAAA -660 DAFAAA -1136 EAFAAA -3393 FAFAAA -9743 GAFAAA -9705 HAFAAA -6960 IAFAAA -2753 JAFAAA -906 KAFAAA -999 LAFAAA -6927 MAFAAA -4846 NAFAAA -676 OAFAAA -8612 PAFAAA -4111 QAFAAA -9994 RAFAAA -4399 SAFAAA -4464 TAFAAA -7316 UAFAAA -8982 VAFAAA -1871 WAFAAA -4082 XAFAAA -3949 YAFAAA -9352 ZAFAAA -9638 ABFAAA -8177 BBFAAA -3499 CBFAAA -4233 DBFAAA -1953 EBFAAA -7372 FBFAAA -5127 GBFAAA -4384 HBFAAA -9964 IBFAAA -5392 JBFAAA -616 KBFAAA -591 LBFAAA -6422 MBFAAA -6551 NBFAAA -9286 OBFAAA -3817 PBFAAA -7717 QBFAAA -8718 RBFAAA -8608 SBFAAA -2242 TBFAAA -4811 UBFAAA -6838 VBFAAA -787 WBFAAA -7940 XBFAAA -336 YBFAAA -9859 ZBFAAA -3864 ACFAAA -7162 BCFAAA -2071 CCFAAA -7469 DCFAAA -2917 ECFAAA -7486 FCFAAA -3355 GCFAAA -6998 HCFAAA -5498 ICFAAA -5113 JCFAAA -2846 KCFAAA -6834 LCFAAA -8925 MCFAAA -2757 NCFAAA -2775 OCFAAA -6182 PCFAAA -4488 QCFAAA -8523 RCFAAA -52 SCFAAA -7251 TCFAAA -6130 UCFAAA -205 VCFAAA -1186 WCFAAA -1738 XCFAAA -9485 YCFAAA -4235 ZCFAAA -7891 ADFAAA -4960 BDFAAA -8911 CDFAAA -1219 DDFAAA -9652 EDFAAA -9715 FDFAAA -6629 GDFAAA -700 HDFAAA -9819 IDFAAA -5188 JDFAAA -5367 KDFAAA -6447 LDFAAA -720 MDFAAA -9157 NDFAAA -1082 ODFAAA -3179 PDFAAA -4818 QDFAAA -7607 RDFAAA -2352 SDFAAA -1170 TDFAAA -4269 UDFAAA -8767 VDFAAA -3984 WDFAAA -3190 XDFAAA -7456 YDFAAA -4348 ZDFAAA -3150 AEFAAA -8780 BEFAAA -2553 CEFAAA -7526 DEFAAA -2031 EEFAAA -8793 FEFAAA -1122 GEFAAA -1855 HEFAAA -6613 IEFAAA -3231 JEFAAA -9101 KEFAAA -4937 LEFAAA -666 MEFAAA -8943 NEFAAA -6164 OEFAAA -1081 PEFAAA -210 QEFAAA -6024 REFAAA -5715 SEFAAA -8938 TEFAAA -1326 UEFAAA -7111 VEFAAA -757 WEFAAA -8933 XEFAAA -6495 YEFAAA -3134 ZEFAAA -1304 AFFAAA -1835 BFFAAA -7275 CFFAAA -7337 DFFAAA -1282 EFFAAA -6566 FFFAAA -3786 GFFAAA -5741 HFFAAA -6076 IFFAAA -9998 JFFAAA -6268 KFFAAA -9647 LFFAAA -4877 MFFAAA -2652 NFFAAA -1247 OFFAAA -2721 PFFAAA -5968 QFFAAA -9570 RFFAAA -6425 SFFAAA -5451 TFFAAA -5668 UFFAAA -9493 VFFAAA -7973 WFFAAA -8250 XFFAAA -82 YFFAAA -6258 ZFFAAA -9978 AGFAAA -6930 BGFAAA -3746 CGFAAA -7065 DGFAAA -4281 EGFAAA -4367 FGFAAA -9526 GGFAAA -5880 HGFAAA -8480 IGFAAA -2476 JGFAAA -9074 KGFAAA -4830 LGFAAA -3207 MGFAAA -7894 NGFAAA -3860 OGFAAA -5293 PGFAAA -6895 QGFAAA -9908 RGFAAA -9247 SGFAAA -8110 TGFAAA -4716 UGFAAA -4979 VGFAAA -5280 WGFAAA -8326 XGFAAA -5572 YGFAAA -4665 ZGFAAA -3665 AHFAAA -6744 BHFAAA -1897 CHFAAA -1220 DHFAAA -2614 EHFAAA -8509 FHFAAA -8521 GHFAAA -4121 HHFAAA -9663 IHFAAA -2346 JHFAAA -3370 KHFAAA -1498 LHFAAA -7422 MHFAAA -3472 NHFAAA -4126 OHFAAA -4494 PHFAAA -6323 QHFAAA -2823 RHFAAA -8596 SHFAAA -6642 THFAAA -9276 UHFAAA -4148 VHFAAA -9770 WHFAAA -9812 XHFAAA -4419 YHFAAA -3802 ZHFAAA -3210 AIFAAA -6794 BIFAAA -242 CIFAAA -962 DIFAAA -7151 EIFAAA -9440 FIFAAA -721 GIFAAA -2119 HIFAAA -9883 IIFAAA -5071 JIFAAA -8239 KIFAAA -7451 LIFAAA -9517 MIFAAA -9180 NIFAAA -9327 OIFAAA -5462 PIFAAA -8306 QIFAAA -6234 RIFAAA -8771 SIFAAA -5853 TIFAAA -8373 UIFAAA -5017 VIFAAA -8025 WIFAAA -2526 XIFAAA -7419 YIFAAA -4572 ZIFAAA -7744 AJFAAA -8825 BJFAAA -6067 CJFAAA -3291 DJFAAA -7115 EJFAAA -2626 FJFAAA -4109 GJFAAA -4056 HJFAAA -6811 IJFAAA -680 JJFAAA -474 KJFAAA -9294 LJFAAA -7555 MJFAAA -8076 NJFAAA -3840 OJFAAA -5955 PJFAAA -994 QJFAAA -2089 RJFAAA -869 SJFAAA -1223 TJFAAA -1514 UJFAAA -4891 VJFAAA -4190 WJFAAA -4377 XJFAAA -9195 YJFAAA -3827 ZJFAAA -7386 AKFAAA -6665 BKFAAA -7514 CKFAAA -6431 DKFAAA -3251 EKFAAA -8439 FKFAAA -831 GKFAAA -8485 HKFAAA -7314 IKFAAA -3044 JKFAAA -4283 KKFAAA -298 LKFAAA -7114 MKFAAA -9664 NKFAAA -5315 OKFAAA -2164 PKFAAA -3390 QKFAAA -836 RKFAAA -3316 SKFAAA -1284 TKFAAA -2497 UKFAAA -1374 VKFAAA -9525 WKFAAA -2911 XKFAAA -9686 YKFAAA -584 ZKFAAA -5653 ALFAAA -4986 BLFAAA -6049 CLFAAA -9891 DLFAAA -8809 ELFAAA -8598 FLFAAA -2573 GLFAAA -6864 HLFAAA -7932 ILFAAA -6605 JLFAAA -9500 KLFAAA -8742 LLFAAA -9815 MLFAAA -3319 NLFAAA -184 OLFAAA -8886 PLFAAA -7050 QLFAAA -9781 RLFAAA -2443 SLFAAA -1160 TLFAAA -4600 ULFAAA -813 VLFAAA -5078 WLFAAA -9008 XLFAAA -9016 YLFAAA -2747 ZLFAAA -3106 AMFAAA -8235 BMFAAA -5582 CMFAAA -4334 DMFAAA -1612 EMFAAA -5650 FMFAAA -6086 GMFAAA -9667 HMFAAA -4215 IMFAAA -8553 JMFAAA -9066 KMFAAA -1092 LMFAAA -2848 MMFAAA -2765 NMFAAA -6513 OMFAAA -6541 PMFAAA -9617 QMFAAA -5870 RMFAAA -8811 SMFAAA -4529 TMFAAA -161 UMFAAA -641 VMFAAA -4767 WMFAAA -6293 XMFAAA -3816 YMFAAA -4748 ZMFAAA -9924 ANFAAA -6716 BNFAAA -8828 CNFAAA -4967 DNFAAA -9680 ENFAAA -2784 FNFAAA -2882 GNFAAA -3641 HNFAAA -5537 INFAAA -820 JNFAAA -5847 KNFAAA -566 LNFAAA -2246 MNFAAA -6680 NNFAAA -2014 ONFAAA -8355 PNFAAA -1610 QNFAAA -9719 RNFAAA -8498 SNFAAA -5883 TNFAAA -7380 UNFAAA -8865 VNFAAA -4743 WNFAAA -5086 XNFAAA -2739 YNFAAA -9375 ZNFAAA -7876 AOFAAA -453 BOFAAA -6987 COFAAA -2860 DOFAAA -8372 EOFAAA -2048 FOFAAA -9231 GOFAAA -634 HOFAAA -3998 IOFAAA -4728 JOFAAA -579 KOFAAA -815 LOFAAA -1009 MOFAAA -6596 NOFAAA -2793 OOFAAA -9589 POFAAA -2794 QOFAAA -2551 ROFAAA -1588 SOFAAA -4443 TOFAAA -5009 UOFAAA -4287 VOFAAA -2167 WOFAAA -2290 XOFAAA -7225 YOFAAA -8992 ZOFAAA -1540 APFAAA -2029 BPFAAA -2855 CPFAAA -3534 DPFAAA -8078 EPFAAA -9778 FPFAAA -3543 GPFAAA -4778 HPFAAA -8931 IPFAAA -557 JPFAAA -5546 KPFAAA -7527 LPFAAA -5000 MPFAAA -7587 NPFAAA -3014 OPFAAA -5276 PPFAAA -6457 QPFAAA -389 RPFAAA -7104 SPFAAA -9995 TPFAAA -7368 UPFAAA -3258 VPFAAA -9208 WPFAAA -2396 XPFAAA -1715 YPFAAA -1240 ZPFAAA -1952 AQFAAA -4403 BQFAAA -6333 CQFAAA -2492 DQFAAA -6543 EQFAAA -5548 FQFAAA -3458 GQFAAA -2588 HQFAAA -1364 IQFAAA -9856 JQFAAA -4964 KQFAAA -773 LQFAAA -6402 MQFAAA -7213 NQFAAA -3385 OQFAAA -6005 PQFAAA -9346 QQFAAA -1831 RQFAAA -5406 SQFAAA -2154 TQFAAA -3721 UQFAAA -2889 VQFAAA -4410 WQFAAA -7102 XQFAAA -4057 YQFAAA -9780 ZQFAAA -9481 ARFAAA -2366 BRFAAA -2708 CRFAAA -7399 DRFAAA -5234 ERFAAA -1843 FRFAAA -1006 GRFAAA -7696 HRFAAA -6411 IRFAAA -3913 JRFAAA -2538 KRFAAA -3019 LRFAAA -107 MRFAAA -427 NRFAAA -9849 ORFAAA -4195 PRFAAA -9215 QRFAAA -3165 RRFAAA -3280 SRFAAA -4477 TRFAAA -5885 URFAAA -3311 VRFAAA -6453 WRFAAA -8527 XRFAAA -1921 YRFAAA -2427 ZRFAAA -3691 ASFAAA -3882 BSFAAA -562 CSFAAA -377 DSFAAA -1497 ESFAAA -4453 FSFAAA -4678 GSFAAA -2234 HSFAAA -1073 ISFAAA -6479 JSFAAA -5665 KSFAAA -586 LSFAAA -1584 MSFAAA -2574 NSFAAA -9833 OSFAAA -6726 PSFAAA -8497 QSFAAA -2914 RSFAAA -8586 SSFAAA -6973 TSFAAA -1322 USFAAA -5242 VSFAAA -5581 WSFAAA -1365 XSFAAA -2818 YSFAAA -3758 ZSFAAA -2665 ATFAAA -9823 BTFAAA -7057 CTFAAA -543 DTFAAA -4008 ETFAAA -4397 FTFAAA -8533 GTFAAA -9728 HTFAAA -5198 ITFAAA -5036 JTFAAA -4394 KTFAAA -9633 LTFAAA -3339 MTFAAA -9529 NTFAAA -4780 OTFAAA -4862 PTFAAA -8152 QTFAAA -9330 RTFAAA -4362 STFAAA -4688 TTFAAA -1903 UTFAAA -9027 VTFAAA -5385 WTFAAA -9854 XTFAAA -9033 YTFAAA -3185 ZTFAAA -2618 AUFAAA -371 BUFAAA -3697 CUFAAA -1682 DUFAAA -3333 EUFAAA -1722 FUFAAA -2009 GUFAAA -3517 HUFAAA -7640 IUFAAA -259 JUFAAA -1400 KUFAAA -6663 LUFAAA -1576 MUFAAA -8843 NUFAAA -9474 OUFAAA -1597 PUFAAA -1143 QUFAAA -4162 RUFAAA -1301 SUFAAA -2935 TUFAAA -886 UUFAAA -1661 VUFAAA -1026 WUFAAA -7034 XUFAAA -2305 YUFAAA -1725 ZUFAAA -909 AVFAAA -9906 BVFAAA -3309 CVFAAA -515 DVFAAA -932 EVFAAA -8144 FVFAAA -5592 GVFAAA -4003 HVFAAA -9566 IVFAAA -4556 JVFAAA -268 KVFAAA -8107 LVFAAA -5816 MVFAAA -8597 NVFAAA -9611 OVFAAA -8070 PVFAAA -6040 QVFAAA -3184 RVFAAA -9656 SVFAAA -1577 TVFAAA -1805 UVFAAA -8268 VVFAAA -3489 WVFAAA -4564 XVFAAA -4006 YVFAAA -8466 ZVFAAA -938 AWFAAA -5944 BWFAAA -8363 CWFAAA -5348 DWFAAA -71 EWFAAA -3620 FWFAAA -3230 GWFAAA -6132 HWFAAA -6143 IWFAAA -8781 JWFAAA -5522 KWFAAA -6320 LWFAAA -3923 MWFAAA -2207 NWFAAA -966 OWFAAA -9020 PWFAAA -4616 QWFAAA -8289 RWFAAA -5796 SWFAAA -9259 TWFAAA -3710 UWFAAA -251 VWFAAA -7669 WWFAAA -6304 XWFAAA -6454 YWFAAA -1489 ZWFAAA -715 AXFAAA -4319 BXFAAA -7112 CXFAAA -3726 DXFAAA -7727 EXFAAA -8387 FXFAAA -6555 GXFAAA -1148 HXFAAA -9000 IXFAAA -5278 JXFAAA -2388 KXFAAA -7984 LXFAAA -881 MXFAAA -6830 NXFAAA -7056 OXFAAA -7581 PXFAAA -5214 QXFAAA -2505 RXFAAA -5112 SXFAAA -9884 TXFAAA -8040 UXFAAA -7033 VXFAAA -9343 WXFAAA -2931 XXFAAA -9024 YXFAAA -6485 ZXFAAA -3465 AYFAAA -3357 BYFAAA -2929 CYFAAA -3086 DYFAAA -8897 EYFAAA -9688 FYFAAA -6522 GYFAAA -3241 HYFAAA -8770 IYFAAA -2884 JYFAAA -9579 KYFAAA -3125 LYFAAA -4604 MYFAAA -2682 NYFAAA -254 OYFAAA -6569 PYFAAA -2686 QYFAAA -2123 RYFAAA -1745 SYFAAA -247 TYFAAA -5800 UYFAAA -1121 VYFAAA -8893 WYFAAA -7819 XYFAAA -1339 YYFAAA -5680 ZYFAAA -5093 AZFAAA -3508 BZFAAA -933 CZFAAA -1106 DZFAAA -4386 EZFAAA -5895 FZFAAA -2980 GZFAAA -4400 HZFAAA -7433 IZFAAA -6110 JZFAAA -867 KZFAAA -5292 LZFAAA -3926 MZFAAA -1107 NZFAAA -7355 OZFAAA -4689 PZFAAA -4872 QZFAAA -7821 RZFAAA -7277 SZFAAA -3268 TZFAAA -8877 UZFAAA -343 VZFAAA -621 WZFAAA -5429 XZFAAA -392 YZFAAA -6004 ZZFAAA -6377 AAGAAA -3037 BAGAAA -3514 CAGAAA -8740 DAGAAA -3877 EAGAAA -5731 FAGAAA -6407 GAGAAA -2044 HAGAAA -7362 IAGAAA -5458 JAGAAA -6437 KAGAAA -1051 LAGAAA -1203 MAGAAA -2176 NAGAAA -8997 OAGAAA -6378 PAGAAA -6006 QAGAAA -2308 RAGAAA -625 SAGAAA -7298 TAGAAA -5575 UAGAAA -3565 VAGAAA -47 WAGAAA -2413 XAGAAA -2153 YAGAAA -752 ZAGAAA -4095 ABGAAA -2518 BBGAAA -3681 CBGAAA -4213 DBGAAA -2615 EBGAAA -1471 FBGAAA -7315 GBGAAA -6013 HBGAAA -3077 IBGAAA -2190 JBGAAA -528 KBGAAA -9508 LBGAAA -2473 MBGAAA -167 NBGAAA -8448 OBGAAA -7538 PBGAAA -7638 QBGAAA -4328 RBGAAA -3812 SBGAAA -2879 TBGAAA -4741 UBGAAA -9155 VBGAAA -5151 WBGAAA -5591 XBGAAA -1034 YBGAAA -765 ZBGAAA -2664 ACGAAA -6854 BCGAAA -8263 CCGAAA -8658 DCGAAA -587 ECGAAA -4553 FCGAAA -1368 GCGAAA -1718 HCGAAA -140 ICGAAA -8341 JCGAAA -72 KCGAAA -6589 LCGAAA -2024 MCGAAA -8024 NCGAAA -9564 OCGAAA -8625 PCGAAA -2680 QCGAAA -4323 RCGAAA -8981 SCGAAA -8909 TCGAAA -5288 UCGAAA -2057 VCGAAA -5931 WCGAAA -9794 XCGAAA -1012 YCGAAA -5496 ZCGAAA -9182 ADGAAA -5258 BDGAAA -3050 CDGAAA -2083 DDGAAA -3069 EDGAAA -8459 FDGAAA -169 GDGAAA -4379 HDGAAA -5126 IDGAAA -1415 JDGAAA -1163 KDGAAA -3500 LDGAAA -7202 MDGAAA -747 NDGAAA -9264 ODGAAA -8548 PDGAAA -4228 QDGAAA -7122 RDGAAA -3395 SDGAAA -5674 TDGAAA -7293 UDGAAA -737 VDGAAA -9595 WDGAAA -594 XDGAAA -5322 YDGAAA -2933 ZDGAAA -4955 AEGAAA -4073 BEGAAA -7249 CEGAAA -192 DEGAAA -2617 EEGAAA -7409 FEGAAA -4903 GEGAAA -9797 HEGAAA -9919 IEGAAA -1878 JEGAAA -4851 KEGAAA -5514 LEGAAA -2582 MEGAAA -3564 NEGAAA -7085 OEGAAA -3619 PEGAAA -261 QEGAAA -7338 REGAAA -4251 SEGAAA -5360 TEGAAA -5678 UEGAAA -9162 VEGAAA -5920 WEGAAA -7156 XEGAAA -4271 YEGAAA -4698 ZEGAAA -1572 AFGAAA -6974 BFGAAA -4291 CFGAAA -4036 DFGAAA -7473 EFGAAA -4786 FFGAAA -2662 GFGAAA -916 HFGAAA -668 IFGAAA -4874 JFGAAA -3752 KFGAAA -4865 LFGAAA -7052 MFGAAA -5712 NFGAAA -31 OFGAAA -4944 PFGAAA -1435 QFGAAA -501 RFGAAA -9401 SFGAAA -5014 TFGAAA -9125 UFGAAA -6144 VFGAAA -1743 WFGAAA -4316 XFGAAA -8212 YFGAAA -7344 ZFGAAA -2051 AGGAAA -8131 BGGAAA -7023 CGGAAA -9674 DGGAAA -4984 EGGAAA -111 FGGAAA -2296 GGGAAA -5025 HGGAAA -1756 IGGAAA -2885 JGGAAA -2541 KGGAAA -1919 LGGAAA -6496 MGGAAA -6103 NGGAAA -98 OGGAAA -3727 PGGAAA -689 QGGAAA -7181 RGGAAA -8447 SGGAAA -4569 TGGAAA -8844 UGGAAA -2436 VGGAAA -391 WGGAAA -3035 XGGAAA -7583 YGGAAA -1145 ZGGAAA -93 AHGAAA -8896 BHGAAA -6719 CHGAAA -7728 DHGAAA -1349 EHGAAA -5349 FHGAAA -3040 GHGAAA -2414 HHGAAA -5122 IHGAAA -9553 JHGAAA -5987 KHGAAA -5939 LHGAAA -3525 MHGAAA -1371 NHGAAA -618 OHGAAA -6529 PHGAAA -4010 QHGAAA -328 RHGAAA -6121 SHGAAA -3505 THGAAA -2033 UHGAAA -4724 VHGAAA -8717 WHGAAA -5639 XHGAAA -3448 YHGAAA -2919 ZHGAAA -3417 AIGAAA -943 BIGAAA -775 CIGAAA -2333 DIGAAA -4801 EIGAAA -7169 FIGAAA -2840 GIGAAA -9034 HIGAAA -6154 IIGAAA -1412 JIGAAA -2263 KIGAAA -7118 LIGAAA -1526 MIGAAA -491 NIGAAA -9732 OIGAAA -7067 PIGAAA -212 QIGAAA -1955 RIGAAA -3303 SIGAAA -2715 TIGAAA -8168 UIGAAA -6799 VIGAAA -5080 WIGAAA -4939 XIGAAA -6604 YIGAAA -6531 ZIGAAA -9948 AJGAAA -7923 BJGAAA -9905 CJGAAA -340 DJGAAA -1721 EJGAAA -9047 FJGAAA -4723 GJGAAA -5748 HJGAAA -6845 IJGAAA -1556 JJGAAA -9505 KJGAAA -3573 LJGAAA -3785 MJGAAA -2772 NJGAAA -7282 OJGAAA -8106 PJGAAA -2847 QJGAAA -9803 RJGAAA -7719 SJGAAA -4649 TJGAAA -6196 UJGAAA -6026 VJGAAA -1646 WJGAAA -6526 XJGAAA -5110 YJGAAA -3946 ZJGAAA -445 AKGAAA -3249 BKGAAA -2501 CKGAAA -3243 DKGAAA -4701 EKGAAA -472 FKGAAA -3356 GKGAAA -9967 HKGAAA -4292 IKGAAA -7005 JKGAAA -6267 KKGAAA -6678 LKGAAA -6083 MKGAAA -760 NKGAAA -7833 OKGAAA -2877 PKGAAA -8810 QKGAAA -1560 RKGAAA -1367 SKGAAA -8756 TKGAAA -1346 UKGAAA -6449 VKGAAA -6658 WKGAAA -6745 XKGAAA -4866 YKGAAA -14 ZKGAAA -4506 ALGAAA -1923 BLGAAA -8365 CLGAAA -1279 DLGAAA -7666 ELGAAA -7404 FLGAAA -65 GLGAAA -5820 HLGAAA -459 ILGAAA -4787 JLGAAA -5631 KLGAAA -9717 LLGAAA -2560 MLGAAA -8295 NLGAAA -3596 OLGAAA -2023 PLGAAA -5055 QLGAAA -763 RLGAAA -6733 SLGAAA -9266 TLGAAA -4479 ULGAAA -1816 VLGAAA -899 WLGAAA -230 XLGAAA -5362 YLGAAA -1609 ZLGAAA -6750 AMGAAA -9704 BMGAAA -3991 CMGAAA -3959 DMGAAA -9021 EMGAAA -7585 FMGAAA -7083 GMGAAA -7688 HMGAAA -2673 IMGAAA -3554 JMGAAA -7416 KMGAAA -5672 LMGAAA -1355 MMGAAA -3149 NMGAAA -5811 OMGAAA -3759 PMGAAA -5634 QMGAAA -8617 RMGAAA -8949 SMGAAA -3964 TMGAAA -3852 UMGAAA -1555 VMGAAA -6536 WMGAAA -4779 XMGAAA -1893 YMGAAA -9358 ZMGAAA -7438 ANGAAA -941 BNGAAA -4844 CNGAAA -4745 DNGAAA -1017 ENGAAA -327 FNGAAA -3152 GNGAAA -4711 HNGAAA -141 INGAAA -1303 JNGAAA -8873 KNGAAA -8481 LNGAAA -5445 MNGAAA -7868 NNGAAA -6722 ONGAAA -6628 PNGAAA -7738 QNGAAA -1018 RNGAAA -3296 SNGAAA -1946 TNGAAA -6603 UNGAAA -3562 VNGAAA -1147 WNGAAA -6031 XNGAAA -6484 YNGAAA -496 ZNGAAA -4563 AOGAAA -1037 BOGAAA -9672 COGAAA -9053 DOGAAA -2523 EOGAAA -8519 FOGAAA -8190 GOGAAA -2068 HOGAAA -8569 IOGAAA -6535 JOGAAA -1810 KOGAAA -3099 LOGAAA -7466 MOGAAA -4017 NOGAAA -1097 OOGAAA -7686 POGAAA -6742 QOGAAA -5966 ROGAAA -3632 SOGAAA -8837 TOGAAA -1667 UOGAAA -8833 VOGAAA -9805 WOGAAA -3650 XOGAAA -2237 YOGAAA -9980 ZOGAAA -2861 APGAAA -1334 BPGAAA -842 CPGAAA -1116 DPGAAA -4055 EPGAAA -3842 FPGAAA -1886 GPGAAA -8589 HPGAAA -5873 IPGAAA -7711 JPGAAA -911 KPGAAA -5837 LPGAAA -897 MPGAAA -4299 NPGAAA -7774 OPGAAA -7832 PPGAAA -9915 QPGAAA -9 RPGAAA -9675 SPGAAA -7953 TPGAAA -8912 UPGAAA -4188 VPGAAA -8446 WPGAAA -1600 XPGAAA -43 YPGAAA -544 ZPGAAA -6977 AQGAAA -3191 BQGAAA -418 CQGAAA -3142 DQGAAA -5042 EQGAAA -2194 FQGAAA -2397 GQGAAA -4684 HQGAAA -34 IQGAAA -3844 JQGAAA -7824 KQGAAA -6177 LQGAAA -9657 MQGAAA -4546 NQGAAA -599 OQGAAA -153 PQGAAA -6910 QQGAAA -4408 RQGAAA -1164 SQGAAA -6469 TQGAAA -5996 UQGAAA -2639 VQGAAA -2678 WQGAAA -8392 XQGAAA -1386 YQGAAA -5125 ZQGAAA -8453 ARGAAA -2369 BRGAAA -1608 CRGAAA -3781 DRGAAA -903 ERGAAA -2099 FRGAAA -538 GRGAAA -9177 HRGAAA -420 IRGAAA -9080 JRGAAA -2630 KRGAAA -5978 LRGAAA -9239 MRGAAA -4372 NRGAAA -4357 ORGAAA -9857 PRGAAA -7933 QRGAAA -9574 RRGAAA -8294 SRGAAA -627 TRGAAA -3229 URGAAA -3163 VRGAAA -7349 WRGAAA -6889 XRGAAA -2101 YRGAAA -6476 ZRGAAA -6765 ASGAAA -4204 BSGAAA -5915 CSGAAA -2318 DSGAAA -294 ESGAAA -5245 FSGAAA -4481 GSGAAA -7754 HSGAAA -8494 ISGAAA -4014 JSGAAA -2197 KSGAAA -1297 LSGAAA -1066 MSGAAA -5710 NSGAAA -4100 OSGAAA -7356 PSGAAA -7658 QSGAAA -3666 RSGAAA -9713 SSGAAA -691 TSGAAA -3112 USGAAA -6035 VSGAAA -8353 WSGAAA -5679 XSGAAA -2124 YSGAAA -4714 ZSGAAA -9048 ATGAAA -7692 BTGAAA -4542 CTGAAA -8737 DTGAAA -4977 ETGAAA -9349 FTGAAA -731 GTGAAA -1788 HTGAAA -7830 ITGAAA -3977 JTGAAA -2421 KTGAAA -5891 LTGAAA -1111 MTGAAA -9224 NTGAAA -9872 OTGAAA -2433 PTGAAA -1491 QTGAAA -6653 RTGAAA -1907 STGAAA -889 TTGAAA -561 UTGAAA -7415 VTGAAA -2703 WTGAAA -2561 XTGAAA -1257 YTGAAA -2390 ZTGAAA -3915 AUGAAA -8476 BUGAAA -607 CUGAAA -3891 DUGAAA -7269 EUGAAA -9537 FUGAAA -8518 GUGAAA -5221 HUGAAA -3274 IUGAAA -6677 JUGAAA -3114 KUGAAA -1966 LUGAAA -5941 MUGAAA -9463 NUGAAA -8966 OUGAAA -4402 PUGAAA -3364 QUGAAA -3698 RUGAAA -4651 SUGAAA -2127 TUGAAA -3614 UUGAAA -5430 VUGAAA -3361 WUGAAA -4798 XUGAAA -8269 YUGAAA -6458 ZUGAAA -3358 AVGAAA -5898 BVGAAA -1880 CVGAAA -782 DVGAAA -3102 EVGAAA -6366 FVGAAA -399 GVGAAA -6773 HVGAAA -7942 IVGAAA -6274 JVGAAA -7447 KVGAAA -7648 LVGAAA -3997 MVGAAA -1759 NVGAAA -1785 OVGAAA -8930 PVGAAA -7595 QVGAAA -6752 RVGAAA -5635 SVGAAA -1579 TVGAAA -7743 UVGAAA -5856 VVGAAA -7273 WVGAAA -1399 XVGAAA -3694 YVGAAA -2782 ZVGAAA -6951 AWGAAA -6053 BWGAAA -1753 CWGAAA -3985 DWGAAA -6159 EWGAAA -6250 FWGAAA -6240 GWGAAA -6571 HWGAAA -8624 IWGAAA -9718 JWGAAA -5529 KWGAAA -7089 LWGAAA -5488 MWGAAA -5444 NWGAAA -4899 OWGAAA -7928 PWGAAA -4736 QWGAAA -4317 RWGAAA -1174 SWGAAA -6138 TWGAAA -3943 UWGAAA -1545 VWGAAA -6867 WWGAAA -6832 XWGAAA -2987 YWGAAA -5169 ZWGAAA -8998 AXGAAA -9347 BXGAAA -4800 CXGAAA -4200 DXGAAA -4046 EXGAAA -7142 FXGAAA -2733 GXGAAA -1568 HXGAAA -5105 IXGAAA -9115 JXGAAA -6475 KXGAAA -3796 LXGAAA -5410 MXGAAA -4023 NXGAAA -8904 OXGAAA -450 PXGAAA -8087 QXGAAA -6478 RXGAAA -2696 SXGAAA -1792 TXGAAA -9699 UXGAAA -9160 VXGAAA -9989 WXGAAA -9568 XXGAAA -487 YXGAAA -7863 ZXGAAA -1884 AYGAAA -2651 BYGAAA -8285 CYGAAA -3927 DYGAAA -4076 EYGAAA -6149 FYGAAA -6581 GYGAAA -8293 HYGAAA -7665 IYGAAA -4435 JYGAAA -1271 KYGAAA -3928 LYGAAA -7045 MYGAAA -4943 NYGAAA -8473 OYGAAA -1707 PYGAAA -7509 QYGAAA -1593 RYGAAA -9281 SYGAAA -8986 TYGAAA -3740 UYGAAA -9265 VYGAAA -1510 WYGAAA -3022 XYGAAA -9014 YYGAAA -6816 ZYGAAA -5518 AZGAAA -4451 BZGAAA -8747 CZGAAA -4646 DZGAAA -7296 EZGAAA -9644 FZGAAA -5977 GZGAAA -6270 HZGAAA -5578 IZGAAA -2465 JZGAAA -6436 KZGAAA -8089 LZGAAA -2409 MZGAAA -284 NZGAAA -5576 OZGAAA -6534 PZGAAA -8848 QZGAAA -4305 RZGAAA -5574 SZGAAA -596 TZGAAA -1253 UZGAAA -521 VZGAAA -8739 WZGAAA -908 XZGAAA -6937 YZGAAA -4515 ZZGAAA -8630 AAHAAA -7518 BAHAAA -8300 CAHAAA -8434 DAHAAA -6000 EAHAAA -4508 FAHAAA -7861 GAHAAA -5953 HAHAAA -5063 IAHAAA -4501 JAHAAA -7092 KAHAAA -4388 LAHAAA -1826 MAHAAA -568 NAHAAA -8184 OAHAAA -4268 PAHAAA -5798 QAHAAA -5190 RAHAAA -1298 SAHAAA -4035 TAHAAA -4504 UAHAAA -5992 VAHAAA -770 WAHAAA -7502 XAHAAA -824 YAHAAA -7716 ZAHAAA -5749 ABHAAA -9814 BBHAAA -350 CBHAAA -1390 DBHAAA -6994 EBHAAA -3629 FBHAAA -9937 GBHAAA -5285 HBHAAA -3157 IBHAAA -9549 JBHAAA -4118 KBHAAA -756 LBHAAA -5964 MBHAAA -7701 NBHAAA -1242 OBHAAA -7890 PBHAAA -1991 QBHAAA -110 RBHAAA -9334 SBHAAA -6231 TBHAAA -9871 UBHAAA -9471 VBHAAA -2697 WBHAAA -4761 XBHAAA -8493 YBHAAA -1045 ZBHAAA -3403 ACHAAA -9412 BCHAAA -7652 CCHAAA -5866 DCHAAA -6942 ECHAAA -9353 FCHAAA -2600 GCHAAA -6971 HCHAAA -5391 ICHAAA -7654 JCHAAA -1797 KCHAAA -4530 LCHAAA -3130 MCHAAA -9442 NCHAAA -6659 OCHAAA -9714 PCHAAA -3660 QCHAAA -1906 RCHAAA -7927 SCHAAA -1767 TCHAAA -5523 UCHAAA -9289 VCHAAA -2717 WCHAAA -4099 XCHAAA -4387 YCHAAA -8864 ZCHAAA -1774 ADHAAA -6292 BDHAAA -847 CDHAAA -5954 DDHAAA -8032 EDHAAA -3295 FDHAAA -8984 GDHAAA -7809 HDHAAA -1670 IDHAAA -7733 JDHAAA -6187 KDHAAA -9326 LDHAAA -2493 MDHAAA -9512 NDHAAA -4342 ODHAAA -5350 PDHAAA -6009 QDHAAA -1208 RDHAAA -7014 SDHAAA -2967 TDHAAA -5831 UDHAAA -3097 VDHAAA -1528 WDHAAA -6429 XDHAAA -7320 YDHAAA -844 ZDHAAA -7054 AEHAAA -1643 BEHAAA -7626 CEHAAA -8728 DEHAAA -8277 EEHAAA -189 FEHAAA -3717 GEHAAA -1020 HEHAAA -9234 IEHAAA -9541 JEHAAA -380 KEHAAA -397 LEHAAA -835 MEHAAA -347 NEHAAA -2490 OEHAAA -605 PEHAAA -7960 QEHAAA -9681 REHAAA -5753 SEHAAA -1676 TEHAAA -5533 UEHAAA -8958 VEHAAA -664 WEHAAA -3005 XEHAAA -8576 YEHAAA -7304 ZEHAAA -3375 AFHAAA -6336 BFHAAA -1392 CFHAAA -2925 DFHAAA -1217 EFHAAA -3714 FFHAAA -2120 GFHAAA -2845 HFHAAA -3865 IFHAAA -124 JFHAAA -865 KFHAAA -9361 LFHAAA -6338 MFHAAA -7330 NFHAAA -513 OFHAAA -5001 PFHAAA -549 QFHAAA -1808 RFHAAA -7168 SFHAAA -9878 TFHAAA -233 UFHAAA -4262 VFHAAA -7998 WFHAAA -2419 XFHAAA -9960 YFHAAA -3523 ZFHAAA -5440 AGHAAA -3030 BGHAAA -2745 CGHAAA -7175 DGHAAA -640 EGHAAA -1798 FGHAAA -7499 GGHAAA -1924 HGHAAA -1327 IGHAAA -73 JGHAAA -9558 KGHAAA -818 LGHAAA -9916 MGHAAA -2978 NGHAAA -8469 OGHAAA -9845 PGHAAA -2326 QGHAAA -4032 RGHAAA -5604 SGHAAA -9610 TGHAAA -5101 UGHAAA -7246 VGHAAA -1292 WGHAAA -6235 XGHAAA -1733 YGHAAA -4647 ZGHAAA -258 AHHAAA -8438 BHHAAA -7869 CHHAAA -9691 DHHAAA -5422 EHHAAA -9630 FHHAAA -4439 GHHAAA -3140 HHHAAA -9111 IHHAAA -4606 JHHAAA -8620 KHHAAA -7849 LHHAAA -346 MHHAAA -9528 NHHAAA -1811 OHHAAA -6068 PHHAAA -6260 QHHAAA -5909 RHHAAA -4518 SHHAAA -7530 THHAAA -3900 UHHAAA -3969 VHHAAA -8690 WHHAAA -5532 XHHAAA -5989 YHHAAA -1870 ZHHAAA -1113 AIHAAA -5155 BIHAAA -7460 CIHAAA -6217 DIHAAA -8333 EIHAAA -6341 FIHAAA -6230 GIHAAA -6902 HIHAAA -670 IIHAAA -805 JIHAAA -1340 KIHAAA -8649 LIHAAA -3887 MIHAAA -5400 NIHAAA -4354 OIHAAA -950 PIHAAA -1544 QIHAAA -3898 RIHAAA -8038 SIHAAA -1095 TIHAAA -1748 UIHAAA -9154 VIHAAA -2182 WIHAAA -6797 XIHAAA -9149 YIHAAA -7351 ZIHAAA -2820 AJHAAA -9696 BJHAAA -253 CJHAAA -3600 DJHAAA -3892 EJHAAA -231 FJHAAA -8331 GJHAAA -403 HJHAAA -8642 IJHAAA -3118 JJHAAA -3835 KJHAAA -1117 LJHAAA -7024 MJHAAA -2636 NJHAAA -3778 OJHAAA -2003 PJHAAA -5717 QJHAAA -4869 RJHAAA -8921 SJHAAA -888 TJHAAA -7599 UJHAAA -8621 VJHAAA -811 WJHAAA -9147 XJHAAA -1413 YJHAAA -5232 ZJHAAA -5912 AKHAAA -3418 BKHAAA -3912 CKHAAA -9576 DKHAAA -4225 EKHAAA -8222 FKHAAA -7013 GKHAAA -7037 HKHAAA -1205 IKHAAA -8114 JKHAAA -6585 KKHAAA -155 LKHAAA -2841 MKHAAA -1996 NKHAAA -4948 OKHAAA -3304 PKHAAA -5684 QKHAAA -6962 RKHAAA -8691 SKHAAA -8501 TKHAAA -4783 UKHAAA -3762 VKHAAA -4534 WKHAAA -4999 XKHAAA -4618 YKHAAA -4220 ZKHAAA -3384 ALHAAA -3036 BLHAAA -545 CLHAAA -9946 DLHAAA -1985 ELHAAA -2310 FLHAAA -6563 GLHAAA -4886 HLHAAA -9359 ILHAAA -400 JLHAAA -9742 KLHAAA -6736 LLHAAA -8166 MLHAAA -861 NLHAAA -7492 OLHAAA -1155 PLHAAA -9769 QLHAAA -6843 RLHAAA -5625 SLHAAA -1910 TLHAAA -9796 ULHAAA -6950 VLHAAA -3084 WLHAAA -2959 XLHAAA -2093 YLHAAA -2738 ZLHAAA -6406 AMHAAA -9082 BMHAAA -8568 CMHAAA -3566 DMHAAA -3016 EMHAAA -1207 FMHAAA -4045 GMHAAA -4173 HMHAAA -3939 IMHAAA -9683 JMHAAA -1684 KMHAAA -9271 LMHAAA -9317 MMHAAA -5793 NMHAAA -352 OMHAAA -7328 PMHAAA -4582 QMHAAA -7413 RMHAAA -6772 SMHAAA -4973 TMHAAA -7480 UMHAAA -5555 VMHAAA -4227 WMHAAA -4153 XMHAAA -4601 YMHAAA -3782 ZMHAAA -3872 ANHAAA -893 BNHAAA -2430 CNHAAA -2591 DNHAAA -264 ENHAAA -6238 FNHAAA -633 GNHAAA -1029 HNHAAA -5934 INHAAA -8694 JNHAAA -7401 KNHAAA -1165 LNHAAA -9438 MNHAAA -4790 NNHAAA -4531 ONHAAA -6099 PNHAAA -8236 QNHAAA -8551 RNHAAA -3128 SNHAAA -3504 TNHAAA -9071 UNHAAA -5930 VNHAAA -6825 WNHAAA -2218 XNHAAA -3604 YNHAAA -5761 ZNHAAA -5414 AOHAAA -5892 BOHAAA -4080 COHAAA -8018 DOHAAA -1757 EOHAAA -5854 FOHAAA -1335 GOHAAA -3811 HOHAAA -9917 IOHAAA -5947 JOHAAA -7263 KOHAAA -1730 LOHAAA -5747 MOHAAA -3876 NOHAAA -2762 OOHAAA -7613 POHAAA -152 QOHAAA -3941 ROHAAA -5614 SOHAAA -9279 TOHAAA -3048 UOHAAA -6152 VOHAAA -5481 WOHAAA -4675 XOHAAA -3334 YOHAAA -4691 ZOHAAA -803 APHAAA -5409 BPHAAA -1054 CPHAAA -103 DPHAAA -8565 EPHAAA -4666 FPHAAA -6634 GPHAAA -5538 HPHAAA -3789 IPHAAA -4641 JPHAAA -2458 KPHAAA -5667 LPHAAA -6524 MPHAAA -9179 NPHAAA -6358 OPHAAA -6668 PPHAAA -6414 QPHAAA -2813 RPHAAA -8927 SPHAAA -8695 TPHAAA -363 UPHAAA -9966 VPHAAA -1323 WPHAAA -8211 XPHAAA -4375 YPHAAA -3257 ZPHAAA -6239 AQHAAA -3602 BQHAAA -9830 CQHAAA -7826 DQHAAA -2108 EQHAAA -7245 FQHAAA -8330 GQHAAA -7441 HQHAAA -9848 IQHAAA -1226 JQHAAA -414 KQHAAA -1273 LQHAAA -9866 MQHAAA -4633 NQHAAA -8727 OQHAAA -5308 PQHAAA -1395 QQHAAA -1825 RQHAAA -7606 SQHAAA -9390 TQHAAA -2376 UQHAAA -2377 VQHAAA -5346 WQHAAA -4140 XQHAAA -6032 YQHAAA -9453 ZQHAAA -9297 ARHAAA -6455 BRHAAA -4458 CRHAAA -9516 DRHAAA -6211 ERHAAA -526 FRHAAA -3570 GRHAAA -4885 HRHAAA -6390 IRHAAA -1606 JRHAAA -7850 KRHAAA -3315 LRHAAA -8322 MRHAAA -3703 NRHAAA -9489 ORHAAA -6104 PRHAAA -3067 QRHAAA -2521 RRHAAA -2581 SRHAAA -595 TRHAAA -8291 URHAAA -1727 VRHAAA -6847 WRHAAA -7494 XRHAAA -7093 YRHAAA -7357 ZRHAAA -620 ASHAAA -2460 BSHAAA -1598 CSHAAA -4112 DSHAAA -2956 ESHAAA -3193 FSHAAA -6356 GSHAAA -730 HSHAAA -8826 ISHAAA -9036 JSHAAA -2085 KSHAAA -9007 LSHAAA -6047 MSHAAA -3953 NSHAAA -1214 OSHAAA -4814 PSHAAA -5738 QSHAAA -7176 RSHAAA -3609 SSHAAA -592 TSHAAA -9391 USHAAA -5345 VSHAAA -1171 WSHAAA -7238 XSHAAA -7561 YSHAAA -5876 ZSHAAA -6611 ATHAAA -7300 BTHAAA -1506 CTHAAA -1153 DTHAAA -3831 ETHAAA -9255 FTHAAA -1841 GTHAAA -5075 HTHAAA -101 ITHAAA -2627 JTHAAA -7078 KTHAAA -2850 LTHAAA -8703 MTHAAA -4101 NTHAAA -318 OTHAAA -6452 PTHAAA -5558 QTHAAA -3127 RTHAAA -535 STHAAA -270 TTHAAA -4038 UTHAAA -3404 VTHAAA -2374 WTHAAA -6446 XTHAAA -7758 YTHAAA -356 ZTHAAA -9197 AUHAAA -9765 BUHAAA -4974 CUHAAA -442 DUHAAA -4349 EUHAAA -6119 FUHAAA -7574 GUHAAA -4445 HUHAAA -940 IUHAAA -1875 JUHAAA -5951 KUHAAA -9132 LUHAAA -6913 MUHAAA -3308 NUHAAA -7553 OUHAAA -2138 PUHAAA -6252 QUHAAA -2171 RUHAAA -4159 SUHAAA -2401 TUHAAA -6553 UUHAAA -5217 VUHAAA -1405 WUHAAA -1494 XUHAAA -5553 YUHAAA -8296 ZUHAAA -6565 AVHAAA -817 BVHAAA -6947 CVHAAA -4184 DVHAAA -6577 EVHAAA -6424 FVHAAA -2482 GVHAAA -6874 HVHAAA -7601 IVHAAA -4552 JVHAAA -8406 KVHAAA -2924 LVHAAA -8255 MVHAAA -4920 NVHAAA -228 OVHAAA -9431 PVHAAA -4021 QVHAAA -2966 RVHAAA -2862 SVHAAA -4303 TVHAAA -9643 UVHAAA -3008 VVHAAA -7476 WVHAAA -3686 XVHAAA -9051 YVHAAA -6592 ZVHAAA -924 AWHAAA -4406 BWHAAA -5233 CWHAAA -8881 DWHAAA -2212 EWHAAA -5804 FWHAAA -2990 GWHAAA -4069 HWHAAA -5380 IWHAAA -5016 JWHAAA -5056 KWHAAA -3732 LWHAAA -5527 MWHAAA -1151 NWHAAA -7900 OWHAAA -1660 PWHAAA -8064 QWHAAA -8240 RWHAAA -413 SWHAAA -8311 TWHAAA -1065 UWHAAA -2741 VWHAAA -5306 WWHAAA -5464 XWHAAA -4237 YWHAAA -3822 ZWHAAA -2548 AXHAAA -2688 BXHAAA -8061 CXHAAA -9340 DXHAAA -4031 EXHAAA -2635 FXHAAA -809 GXHAAA -3209 HXHAAA -3825 IXHAAA -1448 JXHAAA -9077 KXHAAA -3730 LXHAAA -9596 MXHAAA -3563 NXHAAA -4116 OXHAAA -4825 PXHAAA -8376 QXHAAA -3917 RXHAAA -4407 SXHAAA -8202 TXHAAA -7675 UXHAAA -4104 VXHAAA -9225 WXHAAA -2834 XXHAAA -1227 YXHAAA -3383 ZXHAAA -67 AYHAAA -1751 BYHAAA -8054 CYHAAA -8571 DYHAAA -2466 EYHAAA -9405 FYHAAA -6883 GYHAAA -4301 HYHAAA -3705 IYHAAA -5420 JYHAAA -3692 KYHAAA -6851 LYHAAA -9363 MYHAAA -2269 NYHAAA -4918 OYHAAA -4297 PYHAAA -1836 QYHAAA -237 RYHAAA -6131 SYHAAA -3174 TYHAAA -9987 UYHAAA -3630 VYHAAA -2899 WYHAAA -4079 XYHAAA -5049 YYHAAA -2963 ZYHAAA -3962 AZHAAA -7921 BZHAAA -3967 CZHAAA -2752 DZHAAA -7944 EZHAAA -2205 FZHAAA -5035 GZHAAA -1425 HZHAAA -832 IZHAAA -1447 JZHAAA -6108 KZHAAA -4936 LZHAAA -7704 MZHAAA -142 NZHAAA -4272 OZHAAA -7667 PZHAAA -366 QZHAAA -8866 RZHAAA -7712 SZHAAA -3880 TZHAAA -4631 UZHAAA -2789 VZHAAA -7720 WZHAAA -7618 XZHAAA -4990 YZHAAA -7918 ZZHAAA -5067 AAIAAA -6370 BAIAAA -2268 CAIAAA -1949 DAIAAA -5503 EAIAAA -9951 FAIAAA -6823 GAIAAA -6287 HAIAAA -6016 IAIAAA -1977 JAIAAA -8579 KAIAAA -6204 LAIAAA -9764 MAIAAA -2005 NAIAAA -1648 OAIAAA -2457 PAIAAA -2698 QAIAAA -7730 RAIAAA -7287 SAIAAA -2937 TAIAAA -6824 UAIAAA -9256 VAIAAA -4810 WAIAAA -3869 XAIAAA -1993 YAIAAA -6048 ZAIAAA -6922 ABIAAA -8 BBIAAA -6706 CBIAAA -9159 DBIAAA -7020 EBIAAA -767 FBIAAA -8602 GBIAAA -4442 HBIAAA -2040 IBIAAA -5493 JBIAAA -275 KBIAAA -8876 LBIAAA -7381 MBIAAA -1827 NBIAAA -3537 OBIAAA -6978 PBIAAA -6160 QBIAAA -9219 RBIAAA -5034 SBIAAA -8463 TBIAAA -2038 UBIAAA -9562 VBIAAA -2687 WBIAAA -5092 XBIAAA -539 YBIAAA -2139 ZBIAAA -9221 ACIAAA -965 BCIAAA -6051 CCIAAA -5822 DCIAAA -6397 ECIAAA -2375 FCIAAA -9415 GCIAAA -6552 HCIAAA -2248 ICIAAA -2611 JCIAAA -9609 KCIAAA -2132 LCIAAA -8452 MCIAAA -9407 NCIAAA -2814 OCIAAA -1889 PCIAAA -7489 QCIAAA -2255 RCIAAA -3380 SCIAAA -1167 TCIAAA -5369 UCIAAA -2378 VCIAAA -8315 WCIAAA -2934 XCIAAA -7924 YCIAAA -2867 ZCIAAA -9141 ADIAAA -3613 BDIAAA -2461 CDIAAA -4567 DDIAAA -2906 EDIAAA -4848 FDIAAA -6614 GDIAAA -6200 HDIAAA -7895 IDIAAA -6829 JDIAAA -4087 KDIAAA -8787 LDIAAA -3322 MDIAAA -9091 NDIAAA -5268 ODIAAA -2719 PDIAAA -30 QDIAAA -1975 RDIAAA -2641 SDIAAA -8616 TDIAAA -5980 UDIAAA -5170 VDIAAA -1960 WDIAAA -8141 XDIAAA -6692 YDIAAA -7621 ZDIAAA -3890 AEIAAA -4300 BEIAAA -736 CEIAAA -6626 DEIAAA -1800 EEIAAA -3430 FEIAAA -9519 GEIAAA -5111 HEIAAA -6915 IEIAAA -9246 JEIAAA -5141 KEIAAA -5922 LEIAAA -3087 MEIAAA -1859 NEIAAA -8482 OEIAAA -8414 PEIAAA -6662 QEIAAA -8614 REIAAA -42 SEIAAA -7582 TEIAAA -8183 UEIAAA -1299 VEIAAA -7004 WEIAAA -3298 XEIAAA -7884 YEIAAA -4191 ZEIAAA -7346 AFIAAA -7989 BFIAAA -5719 CFIAAA -800 DFIAAA -6509 EFIAAA -4672 FFIAAA -4434 GFIAAA -8309 HFIAAA -5134 IFIAAA -5153 JFIAAA -1522 KFIAAA -8629 LFIAAA -4549 MFIAAA -9506 NFIAAA -6542 OFIAAA -2579 PFIAAA -4664 QFIAAA -696 RFIAAA -7950 SFIAAA -5 TFIAAA -7806 UFIAAA -2770 VFIAAA -1344 WFIAAA -511 XFIAAA -9070 YFIAAA -2961 ZFIAAA -8031 AGIAAA -326 BGIAAA -183 CGIAAA -5917 DGIAAA -8256 EGIAAA -7889 FGIAAA -9029 GGIAAA -1316 HGIAAA -7442 IGIAAA -2810 JGIAAA -20 KGIAAA -2306 LGIAAA -4694 MGIAAA -9710 NGIAAA -1791 OGIAAA -6730 PGIAAA -359 QGIAAA -8097 RGIAAA -6147 SGIAAA -643 TGIAAA -698 UGIAAA -3881 VGIAAA -7600 WGIAAA -1583 XGIAAA -9612 YGIAAA -1032 ZGIAAA -4834 AHIAAA -5076 BHIAAA -3070 CHIAAA -1421 DHIAAA -8970 EHIAAA -6271 FHIAAA -8547 GHIAAA -1259 HHIAAA -8328 IHIAAA -1503 JHIAAA -2253 KHIAAA -7449 LHIAAA -3579 MHIAAA -1585 NHIAAA -5543 OHIAAA -8627 PHIAAA -8618 QHIAAA -1911 RHIAAA -2758 SHIAAA -5744 THIAAA -4976 UHIAAA -6380 VHIAAA -1937 WHIAAA -9903 XHIAAA -4409 YHIAAA -4133 ZHIAAA -5263 AIIAAA -7888 BIIAAA -6060 CIIAAA -2522 DIIAAA -5550 EIIAAA -9396 FIIAAA -176 GIIAAA -5148 HIIAAA -6691 IIIAAA -4652 JIIAAA -5096 KIIAAA -2408 LIIAAA -7322 MIIAAA -6782 NIIAAA -4642 OIIAAA -5427 PIIAAA -4461 QIIAAA -8416 RIIAAA -2593 SIIAAA -6202 TIIAAA -3826 UIIAAA -4417 VIIAAA -7871 WIIAAA -5622 XIIAAA -3010 YIIAAA -3407 ZIIAAA -1274 AJIAAA -2828 BJIAAA -3427 CJIAAA -612 DJIAAA -8729 EJIAAA -1239 FJIAAA -8990 GJIAAA -5609 HJIAAA -4441 IJIAAA -9078 JJIAAA -6699 KJIAAA -8390 LJIAAA -5455 MJIAAA -7537 NJIAAA -4669 OJIAAA -5534 PJIAAA -1920 QJIAAA -9465 RJIAAA -4897 SJIAAA -1990 TJIAAA -7148 UJIAAA -533 VJIAAA -4339 WJIAAA -6450 XJIAAA -9627 YJIAAA -5539 ZJIAAA -6758 AKIAAA -3435 BKIAAA -4350 CKIAAA -9088 DKIAAA -6368 EKIAAA -6337 FKIAAA -4361 GKIAAA -1719 HKIAAA -3109 IKIAAA -7135 JKIAAA -1964 KKIAAA -3 LKIAAA -1868 MKIAAA -5182 NKIAAA -7567 OKIAAA -3676 PKIAAA -9382 QKIAAA -8645 RKIAAA -2018 SKIAAA -217 TKIAAA -6793 UKIAAA -7280 VKIAAA -2168 WKIAAA -5259 XKIAAA -6019 YKIAAA -877 ZKIAAA -4961 ALIAAA -1873 BLIAAA -13 CLIAAA -1537 DLIAAA -3129 ELIAAA -6473 FLIAAA -7865 GLIAAA -7822 HLIAAA -239 ILIAAA -2062 JLIAAA -762 KLIAAA -3764 LLIAAA -465 MLIAAA -2587 NLIAAA -8402 OLIAAA -1055 PLIAAA -3072 QLIAAA -7359 RLIAAA -6558 SLIAAA -48 TLIAAA -5382 ULIAAA -947 VLIAAA -2644 WLIAAA -7516 XLIAAA -2362 YLIAAA -839 ZLIAAA -2216 AMIAAA -7673 BMIAAA -8173 CMIAAA -1630 DMIAAA -9057 EMIAAA -4392 FMIAAA -3695 GMIAAA -5751 HMIAAA -5745 IMIAAA -7945 JMIAAA -5174 KMIAAA -3829 LMIAAA -3317 MMIAAA -4253 NMIAAA -1291 OMIAAA -3266 PMIAAA -2939 QMIAAA -2755 RMIAAA -6844 SMIAAA -8594 TMIAAA -704 UMIAAA -1681 VMIAAA -364 WMIAAA -2928 XMIAAA -117 YMIAAA -96 ZMIAAA -7796 ANIAAA -3101 BNIAAA -3397 CNIAAA -1605 DNIAAA -4881 ENIAAA -4521 FNIAAA -6430 GNIAAA -282 HNIAAA -9645 INIAAA -8946 JNIAAA -5064 KNIAAA -7470 LNIAAA -5886 MNIAAA -6280 NNIAAA -5247 ONIAAA -412 PNIAAA -5342 QNIAAA -2271 RNIAAA -849 SNIAAA -1885 TNIAAA -5620 UNIAAA -7079 VNIAAA -5819 WNIAAA -7497 XNIAAA -5993 YNIAAA -3739 ZNIAAA -6296 AOIAAA -2716 BOIAAA -1130 COIAAA -5593 DOIAAA -6972 EOIAAA -8360 FOIAAA -6448 GOIAAA -3689 HOIAAA -7951 IOIAAA -2974 JOIAAA -6600 KOIAAA -4662 LOIAAA -4765 MOIAAA -355 NOIAAA -6228 OOIAAA -964 POIAAA -3082 QOIAAA -7028 ROIAAA -4505 SOIAAA -8961 TOIAAA -9571 UOIAAA -9394 VOIAAA -4245 WOIAAA -7560 XOIAAA -2907 YOIAAA -7817 ZOIAAA -5408 APIAAA -8092 BPIAAA -1309 CPIAAA -6673 DPIAAA -1245 EPIAAA -6790 FPIAAA -8380 GPIAAA -5786 HPIAAA -9590 IPIAAA -5763 JPIAAA -1345 KPIAAA -3480 LPIAAA -7864 MPIAAA -4853 NPIAAA -1445 OPIAAA -170 PPIAAA -7348 QPIAAA -3920 RPIAAA -3307 SPIAAA -4584 TPIAAA -3344 UPIAAA -4360 VPIAAA -8757 WPIAAA -4315 XPIAAA -5243 YPIAAA -8550 ZPIAAA -159 AQIAAA -4710 BQIAAA -7179 CQIAAA -2509 DQIAAA -6981 EQIAAA -5060 FQIAAA -5601 GQIAAA -703 HQIAAA -8719 IQIAAA -1570 JQIAAA -1036 KQIAAA -6703 LQIAAA -252 MQIAAA -631 NQIAAA -5098 OQIAAA -8346 PQIAAA -4910 QQIAAA -559 RQIAAA -1477 SQIAAA -5115 TQIAAA -8784 UQIAAA -4422 VQIAAA -2702 WQIAAA -9599 XQIAAA -2463 YQIAAA -498 ZQIAAA -494 ARIAAA -8632 BRIAAA -3449 CRIAAA -5888 DRIAAA -2211 ERIAAA -2835 FRIAAA -4196 GRIAAA -2177 HRIAAA -1959 IRIAAA -5172 JRIAAA -7898 KRIAAA -5729 LRIAAA -469 MRIAAA -4456 NRIAAA -3578 ORIAAA -8623 PRIAAA -6749 QRIAAA -6735 RRIAAA -5197 SRIAAA -2067 TRIAAA -5600 URIAAA -7741 VRIAAA -9925 WRIAAA -9685 XRIAAA -7622 YRIAAA -6859 ZRIAAA -3094 ASIAAA -2628 BSIAAA -40 CSIAAA -1644 DSIAAA -588 ESIAAA -7522 FSIAAA -162 GSIAAA -3610 HSIAAA -3561 ISIAAA -8185 JSIAAA -7237 KSIAAA -4592 LSIAAA -7082 MSIAAA -4719 NSIAAA -3879 OSIAAA -1662 PSIAAA -3995 QSIAAA -5828 RSIAAA -4197 SSIAAA -5146 TSIAAA -753 USIAAA -7064 VSIAAA -1312 WSIAAA -5573 XSIAAA -7634 YSIAAA -2459 ZSIAAA -8636 ATIAAA -5318 BTIAAA -1064 CTIAAA -9779 DTIAAA -6512 ETIAAA -3572 FTIAAA -816 GTIAAA -3978 HTIAAA -5390 ITIAAA -4685 JTIAAA -3003 KTIAAA -2638 LTIAAA -9716 MTIAAA -9598 NTIAAA -9501 OTIAAA -1704 PTIAAA -8609 QTIAAA -5211 RTIAAA -3605 STIAAA -8730 TTIAAA -4208 UTIAAA -7784 VTIAAA -7501 WTIAAA -7862 XTIAAA -8922 YTIAAA -3857 ZTIAAA -6393 AUIAAA -506 BUIAAA -4232 CUIAAA -8991 DUIAAA -8578 EUIAAA -3235 FUIAAA -963 GUIAAA -113 HUIAAA -8234 IUIAAA -2613 JUIAAA -5540 KUIAAA -9727 LUIAAA -2229 MUIAAA -6242 NUIAAA -2502 OUIAAA -6212 PUIAAA -3495 QUIAAA -2364 RUIAAA -6777 SUIAAA -9811 TUIAAA -1450 UUIAAA -5008 VUIAAA -1318 WUIAAA -3373 XUIAAA -398 YUIAAA -3804 ZUIAAA -9148 AVIAAA -4382 BVIAAA -4026 CVIAAA -7804 DVIAAA -6839 EVIAAA -3756 FVIAAA -6734 GVIAAA -2228 HVIAAA -3273 IVIAAA -3708 JVIAAA -4320 KVIAAA -74 LVIAAA -2520 MVIAAA -9619 NVIAAA -1801 OVIAAA -6399 PVIAAA -8313 QVIAAA -7003 RVIAAA -329 SVIAAA -9090 TVIAAA -2299 UVIAAA -3925 VVIAAA -8145 WVIAAA -8561 XVIAAA -2797 YVIAAA -1451 ZVIAAA -7977 AWIAAA -112 BWIAAA -5265 CWIAAA -3819 DWIAAA -3648 EWIAAA -6306 FWIAAA -2385 GWIAAA -9084 HWIAAA -4499 IWIAAA -1154 JWIAAA -6800 KWIAAA -8049 LWIAAA -3733 MWIAAA -8496 NWIAAA -9952 OWIAAA -9792 PWIAAA -5081 QWIAAA -7908 RWIAAA -5398 SWIAAA -8423 TWIAAA -3362 UWIAAA -7767 VWIAAA -7063 WWIAAA -8350 XWIAAA -6779 YWIAAA -5742 ZWIAAA -9045 AXIAAA -8792 BXIAAA -8160 CXIAAA -3061 DXIAAA -4721 EXIAAA -9817 FXIAAA -9257 GXIAAA -7779 HXIAAA -2663 IXIAAA -3885 JXIAAA -9469 KXIAAA -6766 LXIAAA -7173 MXIAAA -4709 NXIAAA -4210 OXIAAA -3715 PXIAAA -5089 QXIAAA -1639 RXIAAA -5757 SXIAAA -3545 TXIAAA -709 UXIAAA -6519 VXIAAA -4341 WXIAAA -2381 XXIAAA -7215 YXIAAA -9323 ZXIAAA -3593 AYIAAA -3123 BYIAAA -8673 CYIAAA -5094 DYIAAA -6477 EYIAAA -9734 FYIAAA -2998 GYIAAA -7807 HYIAAA -5739 IYIAAA -138 JYIAAA -2403 KYIAAA -2484 LYIAAA -2805 MYIAAA -5189 NYIAAA -8336 OYIAAA -5241 PYIAAA -2612 QYIAAA -2571 RYIAAA -926 SYIAAA -337 TYIAAA -2821 UYIAAA -2658 VYIAAA -9054 WYIAAA -5492 XYIAAA -7313 YYIAAA -75 ZYIAAA -5489 AZIAAA -8413 BZIAAA -3693 CZIAAA -9820 DZIAAA -8157 EZIAAA -4161 FZIAAA -8339 GZIAAA -4141 HZIAAA -9001 IZIAAA -8247 JZIAAA -1182 KZIAAA -9876 LZIAAA -4302 MZIAAA -6674 NZIAAA -4214 OZIAAA -5584 PZIAAA -265 QZIAAA -9207 RZIAAA -9434 SZIAAA -2921 TZIAAA -9355 UZIAAA -8538 VZIAAA -4559 WZIAAA -9175 XZIAAA -4489 YZIAAA -1485 ZZIAAA -8853 AAJAAA -9143 BAJAAA -9551 CAJAAA -49 DAJAAA -8351 EAJAAA -9748 FAJAAA -4536 GAJAAA -930 HAJAAA -2206 IAJAAA -8004 JAJAAA -219 KAJAAA -2724 LAJAAA -4868 MAJAAA -5952 NAJAAA -2094 OAJAAA -5707 PAJAAA -5200 QAJAAA -967 RAJAAA -1982 SAJAAA -3410 TAJAAA -174 UAJAAA -9217 VAJAAA -9103 WAJAAA -868 XAJAAA -8261 YAJAAA -2720 ZAJAAA -2999 ABJAAA -769 BBJAAA -4533 CBJAAA -2030 DBJAAA -5824 EBJAAA -2328 FBJAAA -9970 GBJAAA -3192 HBJAAA -3387 IBJAAA -1936 JBJAAA -6934 KBJAAA -5615 LBJAAA -2241 MBJAAA -1842 NBJAAA -8044 OBJAAA -8902 PBJAAA -4519 QBJAAA -492 RBJAAA -2694 SBJAAA -5861 TBJAAA -2104 UBJAAA -5376 VBJAAA -3147 WBJAAA -9880 XBJAAA -6171 YBJAAA -1850 ZBJAAA -1775 ACJAAA -9261 BCJAAA -9648 CCJAAA -7846 DCJAAA -1446 ECJAAA -3139 FCJAAA -6142 GCJAAA -5812 HCJAAA -6728 ICJAAA -4428 JCJAAA -502 KCJAAA -2363 LCJAAA -3808 MCJAAA -1010 NCJAAA -9565 OCJAAA -1587 PCJAAA -1474 QCJAAA -6215 RCJAAA -2395 SCJAAA -8753 TCJAAA -2446 UCJAAA -60 VCJAAA -982 WCJAAA -6489 XCJAAA -5334 YCJAAA -8540 ZCJAAA -490 ADJAAA -6763 BDJAAA -8273 CDJAAA -8327 DDJAAA -8541 EDJAAA -3459 FDJAAA -5557 GDJAAA -158 HDJAAA -1741 IDJAAA -8385 JDJAAA -617 KDJAAA -3560 LDJAAA -5216 MDJAAA -8443 NDJAAA -2700 ODJAAA -3661 PDJAAA -4875 QDJAAA -6721 RDJAAA -3659 SDJAAA -8944 TDJAAA -9133 UDJAAA -9882 VDJAAA -2102 WDJAAA -9445 XDJAAA -5559 YDJAAA -6096 ZDJAAA -9336 AEJAAA -2162 BEJAAA -7459 CEJAAA -3248 DEJAAA -9539 EEJAAA -4449 FEJAAA -2809 GEJAAA -7058 HEJAAA -3512 IEJAAA -2802 JEJAAA -6289 KEJAAA -1947 LEJAAA -9572 MEJAAA -2356 NEJAAA -3039 OEJAAA -9452 PEJAAA -6328 QEJAAA -7661 REJAAA -2566 SEJAAA -6095 TEJAAA -6367 UEJAAA -3368 VEJAAA -5567 WEJAAA -9834 XEJAAA -9695 YEJAAA -7291 ZEJAAA -4806 AFJAAA -2000 BFJAAA -6817 CFJAAA -8487 DFJAAA -3245 EFJAAA -632 FFJAAA -8067 GFJAAA -7140 HFJAAA -6802 IFJAAA -3980 JFJAAA -1321 KFJAAA -2273 LFJAAA -6787 MFJAAA -9480 NFJAAA -9404 OFJAAA -3914 PFJAAA -5507 QFJAAA -1813 RFJAAA -1999 SFJAAA -3848 TFJAAA -9693 UFJAAA -1353 VFJAAA -7218 WFJAAA -8223 XFJAAA -9982 YFJAAA -8799 ZFJAAA -8929 AGJAAA -4626 BGJAAA -7958 CGJAAA -3743 DGJAAA -8165 EGJAAA -7899 FGJAAA -8698 GGJAAA -9270 HGJAAA -6348 IGJAAA -6999 JGJAAA -8467 KGJAAA -3907 LGJAAA -4738 MGJAAA -248 NGJAAA -8769 OGJAAA -9922 PGJAAA -778 QGJAAA -1233 RGJAAA -1183 SGJAAA -2838 TGJAAA -3096 UGJAAA -8566 VGJAAA -7635 WGJAAA -5428 XGJAAA -7430 YGJAAA -7210 ZGJAAA -4485 AHJAAA -9623 BHJAAA -3670 CHJAAA -1575 DHJAAA -5874 EHJAAA -673 FHJAAA -9712 GHJAAA -7729 HHJAAA -4318 IHJAAA -4143 JHJAAA -4932 KHJAAA -5835 LHJAAA -4966 MHJAAA -6711 NHJAAA -3990 OHJAAA -990 PHJAAA -220 QHJAAA -5693 RHJAAA -3662 SHJAAA -7844 THJAAA -5515 UHJAAA -5551 VHJAAA -2358 WHJAAA -8977 XHJAAA -7040 YHJAAA -105 ZHJAAA -4496 AIJAAA -2254 BIJAAA -411 CIJAAA -2373 DIJAAA -3477 EIJAAA -8964 FIJAAA -8471 GIJAAA -5776 HIJAAA -9921 IIJAAA -7816 JIJAAA -2439 KIJAAA -9298 LIJAAA -9424 MIJAAA -3252 NIJAAA -1401 OIJAAA -9632 PIJAAA -370 QIJAAA -728 RIJAAA -2888 SIJAAA -1441 TIJAAA -8308 UIJAAA -2165 VIJAAA -6359 WIJAAA -9637 XIJAAA -5208 YIJAAA -4705 ZIJAAA -2341 AJJAAA -8539 BJJAAA -7528 CJJAAA -7969 DJJAAA -6381 EJJAAA -4906 FJJAAA -8697 GJJAAA -6301 HJJAAA -7554 IJJAAA -5107 JJJAAA -5046 KJJAAA -4063 LJJAAA -7580 MJJAAA -2245 NJJAAA -3711 OJJAAA -3220 PJJAAA -6463 QJJAAA -8196 RJJAAA -9875 SJJAAA -1333 TJJAAA -7880 UJJAAA -2322 VJJAAA -2163 WJJAAA -421 XJJAAA -2042 YJJAAA -1424 ZJJAAA -7870 AKJAAA -2653 BKJAAA -4216 CKJAAA -1515 DKJAAA -7860 EKJAAA -2984 FKJAAA -6269 GKJAAA -2609 HKJAAA -3671 IKJAAA -4544 JKJAAA -4668 KKJAAA -2565 LKJAAA -3126 MKJAAA -7573 NKJAAA -1476 OKJAAA -2146 PKJAAA -9990 QKJAAA -2530 RKJAAA -9288 SKJAAA -9755 TKJAAA -5305 UKJAAA -2495 VKJAAA -5443 WKJAAA -1930 XKJAAA -9134 YKJAAA -2844 ZKJAAA -896 ALJAAA -1330 BLJAAA -8980 CLJAAA -5940 DLJAAA -6494 ELJAAA -165 FLJAAA -2510 GLJAAA -9950 HLJAAA -3854 ILJAAA -7493 JLJAAA -4124 KLJAAA -8563 LLJAAA -8735 MLJAAA -9046 NLJAAA -1754 OLJAAA -6954 PLJAAA -4953 QLJAAA -8142 RLJAAA -9661 SLJAAA -6415 TLJAAA -5782 ULJAAA -7721 VLJAAA -580 WLJAAA -3784 XLJAAA -9810 YLJAAA -8488 ZLJAAA -6214 AMJAAA -9433 BMJAAA -9959 CMJAAA -554 DMJAAA -6646 EMJAAA -1138 FMJAAA -9331 GMJAAA -7331 HMJAAA -3482 IMJAAA -3795 JMJAAA -2441 KMJAAA -5229 LMJAAA -7012 MMJAAA -7036 NMJAAA -8243 OMJAAA -9320 PMJAAA -4693 QMJAAA -6741 RMJAAA -2997 SMJAAA -4838 TMJAAA -6945 UMJAAA -8253 VMJAAA -8989 WMJAAA -2640 XMJAAA -5647 YMJAAA -7186 ZMJAAA -3278 ANJAAA -8546 BNJAAA -8297 CNJAAA -9534 DNJAAA -9618 ENJAAA -8839 FNJAAA -7605 GNJAAA -6421 HNJAAA -3582 INJAAA -485 JNJAAA -1925 KNJAAA -4296 LNJAAA -8874 MNJAAA -1443 NNJAAA -4239 ONJAAA -9760 PNJAAA -136 QNJAAA -6472 RNJAAA -4896 SNJAAA -9028 TNJAAA -8354 UNJAAA -8648 VNJAAA -918 WNJAAA -6606 XNJAAA -2462 YNJAAA -7536 ZNJAAA -1700 AOJAAA -6740 BOJAAA -28 COJAAA -6044 DOJAAA -5053 EOJAAA -4832 FOJAAA -9145 GOJAAA -5482 HOJAAA -7644 IOJAAA -2128 JOJAAA -6583 KOJAAA -4224 LOJAAA -5253 MOJAAA -8219 NOJAAA -8113 OOJAAA -3616 POJAAA -1361 QOJAAA -949 ROJAAA -8582 SOJAAA -5104 TOJAAA -6146 UOJAAA -7681 VOJAAA -1904 WOJAAA -1989 XOJAAA -4179 YOJAAA -1739 ZOJAAA -2447 APJAAA -3029 BPJAAA -9783 CPJAAA -8381 DPJAAA -8755 EPJAAA -8384 FPJAAA -7655 GPJAAA -4766 HPJAAA -3324 IPJAAA -5022 JPJAAA -2856 KPJAAA -6503 LPJAAA -6872 MPJAAA -1663 NPJAAA -6964 OPJAAA -4622 PPJAAA -6089 QPJAAA -8567 RPJAAA -597 SPJAAA -4222 TPJAAA -9322 UPJAAA -624 VPJAAA -4329 WPJAAA -6781 XPJAAA -1673 YPJAAA -6633 ZPJAAA -2569 AQJAAA -4995 BQJAAA -2749 CQJAAA -9044 DQJAAA -5823 EQJAAA -9366 FQJAAA -1169 GQJAAA -1300 HQJAAA -9973 IQJAAA -2092 JQJAAA -9776 KQJAAA -7612 LQJAAA -7190 MQJAAA -5147 NQJAAA -3722 OQJAAA -5858 PQJAAA -3204 QQJAAA -8994 RQJAAA -7478 SQJAAA -9624 TQJAAA -6639 UQJAAA -369 VQJAAA -7766 WQJAAA -4094 XQJAAA -9556 YQJAAA -4887 ZQJAAA -2321 ARJAAA -9201 BRJAAA -1627 CRJAAA -150 DRJAAA -8010 ERJAAA -8026 FRJAAA -5495 GRJAAA -6213 HRJAAA -6464 IRJAAA -1158 JRJAAA -8669 KRJAAA -3225 LRJAAA -1294 MRJAAA -2166 NRJAAA -9328 ORJAAA -8431 PRJAAA -7100 QRJAAA -8126 RRJAAA -2185 SRJAAA -5697 TRJAAA -5531 URJAAA -3020 VRJAAA -3076 WRJAAA -9228 XRJAAA -1734 YRJAAA -7616 ZRJAAA -9059 ASJAAA -323 BSJAAA -1283 CSJAAA -9535 DSJAAA -2580 ESJAAA -7633 FSJAAA -9497 GSJAAA -9842 HSJAAA -3426 ISJAAA -7650 JSJAAA -9935 KSJAAA -9354 LSJAAA -5569 MSJAAA -5765 NSJAAA -7283 OSJAAA -1068 PSJAAA -1641 QSJAAA -1688 RSJAAA -1133 SSJAAA -4493 TSJAAA -3354 USJAAA -4029 VSJAAA -6704 WSJAAA -3221 XSJAAA -9432 YSJAAA -6990 ZSJAAA -1760 ATJAAA -4754 BTJAAA -7724 CTJAAA -9487 DTJAAA -166 ETJAAA -5479 FTJAAA -8744 GTJAAA -5746 HTJAAA -907 ITJAAA -3968 JTJAAA -5721 KTJAAA -6738 LTJAAA -4097 MTJAAA -8456 NTJAAA -1269 OTJAAA -7997 PTJAAA -9457 QTJAAA -1159 RTJAAA -1631 STJAAA -2019 TTJAAA -3186 UTJAAA -5587 VTJAAA -9172 WTJAAA -5589 XTJAAA -5103 YTJAAA -3177 ZTJAAA -8887 AUJAAA -12 BUJAAA -8575 CUJAAA -4335 DUJAAA -4581 EUJAAA -4444 FUJAAA -7978 GUJAAA -3081 HUJAAA -4059 IUJAAA -5711 JUJAAA -7069 KUJAAA -6150 LUJAAA -9550 MUJAAA -7087 NUJAAA -9557 OUJAAA -7856 PUJAAA -1115 QUJAAA -1086 RUJAAA -5048 SUJAAA -5168 TUJAAA -6029 UUJAAA -546 VUJAAA -2908 WUJAAA -779 XUJAAA -4202 YUJAAA -9984 ZUJAAA -4730 AVJAAA -6517 BVJAAA -8410 CVJAAA -4793 DVJAAA -3431 EVJAAA -2481 FVJAAA -3905 GVJAAA -8807 HVJAAA -2660 IVJAAA -4985 JVJAAA -3080 KVJAAA -1090 LVJAAA -6917 MVJAAA -5177 NVJAAA -2729 OVJAAA -9706 PVJAAA -9929 QVJAAA -1547 RVJAAA -2798 SVJAAA -4420 TVJAAA -6771 UVJAAA -2004 VVJAAA -8686 WVJAAA -3663 XVJAAA -806 YVJAAA -4309 ZVJAAA -7443 AWJAAA -5779 BWJAAA -8821 CWJAAA -4198 DWJAAA -8115 EWJAAA -9554 FWJAAA -8956 GWJAAA -4733 HWJAAA -5417 IWJAAA -4792 JWJAAA -462 KWJAAA -3687 LWJAAA -2013 MWJAAA -5386 NWJAAA -2816 OWJAAA -7827 PWJAAA -5077 QWJAAA -6039 RWJAAA -215 SWJAAA -855 TWJAAA -9692 UWJAAA -8391 VWJAAA -8424 WWJAAA -6331 XWJAAA -6561 YWJAAA -8955 ZWJAAA -1764 AXJAAA -6623 BXJAAA -2900 CXJAAA -7048 DXJAAA -3843 EXJAAA -4855 FXJAAA -7383 GXJAAA -7765 HXJAAA -1125 IXJAAA -755 JXJAAA -2995 KXJAAA -8907 LXJAAA -9357 MXJAAA -4469 NXJAAA -2147 OXJAAA -2952 PXJAAA -1324 QXJAAA -1173 RXJAAA -3169 SXJAAA -5149 TXJAAA -9660 UXJAAA -3446 VXJAAA -6988 WXJAAA -5829 XXJAAA -7166 YXJAAA -3940 ZXJAAA -2645 AYJAAA -478 BYJAAA -1156 CYJAAA -2731 DYJAAA -5637 EYJAAA -7517 FYJAAA -5331 GYJAAA -9640 HYJAAA -4108 IYJAAA -1087 JYJAAA -8017 KYJAAA -8795 LYJAAA -7060 MYJAAA -9450 NYJAAA -390 OYJAAA -66 PYJAAA -8789 QYJAAA -9260 RYJAAA -6679 SYJAAA -9052 TYJAAA -9561 UYJAAA -9725 VYJAAA -6298 WYJAAA -8654 XYJAAA -8725 YYJAAA -9377 ZYJAAA -3807 AZJAAA -8048 BZJAAA -764 CZJAAA -9702 DZJAAA -8060 EZJAAA -6371 FZJAAA -5237 GZJAAA -743 HZJAAA -7395 IZJAAA -3365 JZJAAA -6667 KZJAAA -3445 LZJAAA -4019 MZJAAA -7035 NZJAAA -5274 OZJAAA -519 PZJAAA -2801 QZJAAA -3320 RZJAAA -3153 SZJAAA -7680 TZJAAA -8942 UZJAAA -3195 VZJAAA -2287 WZJAAA -8325 XZJAAA -2603 YZJAAA -5871 ZZJAAA -1773 AAKAAA -3323 BAKAAA -2053 CAKAAA -4062 DAKAAA -4611 EAKAAA -3451 FAKAAA -1819 GAKAAA -9806 HAKAAA -6619 IAKAAA -1031 JAKAAA -1865 KAKAAA -6282 LAKAAA -1178 MAKAAA -8007 NAKAAA -9126 OAKAAA -9113 PAKAAA -537 QAKAAA -6208 RAKAAA -1626 SAKAAA -7188 TAKAAA -9216 UAKAAA -6134 VAKAAA -2074 WAKAAA -6369 XAKAAA -9306 YAKAAA -3155 ZAKAAA -3611 ABKAAA -6530 BBKAAA -6979 CBKAAA -9129 DBKAAA -8013 EBKAAA -6926 FBKAAA -1877 GBKAAA -1882 HBKAAA -6720 IBKAAA -690 JBKAAA -143 KBKAAA -7241 LBKAAA -6461 MBKAAA -2258 NBKAAA -2280 OBKAAA -7556 PBKAAA -1038 QBKAAA -2634 RBKAAA -7847 SBKAAA -4415 TBKAAA -1933 UBKAAA -8034 VBKAAA -9233 WBKAAA -6572 XBKAAA -1586 YBKAAA -8512 ZBKAAA -7421 ACKAAA -503 BCKAAA -5332 CCKAAA -2602 DCKAAA -2902 ECKAAA -2979 FCKAAA -1431 GCKAAA -8639 HCKAAA -4218 ICKAAA -7453 JCKAAA -5448 KCKAAA -6768 LCKAAA -3104 MCKAAA -2297 NCKAAA -7994 OCKAAA -550 PCKAAA -4777 QCKAAA -5962 RCKAAA -1763 SCKAAA -3654 TCKAAA -4106 UCKAAA -5156 VCKAAA -422 WCKAAA -5011 XCKAAA -218 YCKAAA -9762 ZCKAAA -6074 ADKAAA -4060 BDKAAA -8680 CDKAAA -5863 DDKAAA -8042 EDKAAA -2964 FDKAAA -6931 GDKAAA -6715 HDKAAA -5859 IDKAAA -6173 JDKAAA -7788 KDKAAA -9370 LDKAAA -3038 MDKAAA -6483 NDKAAA -7534 ODKAAA -5769 PDKAAA -9152 QDKAAA -6251 RDKAAA -9209 SDKAAA -5365 TDKAAA -509 UDKAAA -3132 VDKAAA -5373 WDKAAA -4247 XDKAAA -3491 YDKAAA -495 ZDKAAA -1594 AEKAAA -2243 BEKAAA -7780 CEKAAA -5632 DEKAAA -2679 EEKAAA -1354 FEKAAA -180 GEKAAA -7017 HEKAAA -1867 IEKAAA -2213 JEKAAA -8773 KEKAAA -1784 LEKAAA -5961 MEKAAA -8801 NEKAAA -4860 OEKAAA -2214 PEKAAA -1735 QEKAAA -578 REKAAA -7853 SEKAAA -2215 TEKAAA -4704 UEKAAA -9379 VEKAAA -9745 WEKAAA -5636 XEKAAA -4548 YEKAAA -6537 ZEKAAA -7748 AFKAAA -687 BFKAAA -1243 CFKAAA -852 DFKAAA -785 EFKAAA -2002 FFKAAA -2748 GFKAAA -6075 HFKAAA -7029 IFKAAA -7474 JFKAAA -7755 KFKAAA -1456 LFKAAA -2808 MFKAAA -4089 NFKAAA -4718 OFKAAA -910 PFKAAA -2868 QFKAAA -2103 RFKAAA -2407 SFKAAA -4353 TFKAAA -7988 UFKAAA -2750 VFKAAA -2006 WFKAAA -4617 XFKAAA -1251 YFKAAA -4590 ZFKAAA -1144 AGKAAA -7131 BGKAAA -95 CGKAAA -4827 DGKAAA -4307 EGKAAA -1505 FGKAAA -8191 GGKAAA -5037 HGKAAA -7363 IGKAAA -8427 JGKAAA -5231 KGKAAA -2943 LGKAAA -4624 MGKAAA -2020 NGKAAA -6155 OGKAAA -4381 PGKAAA -1057 QGKAAA -9010 RGKAAA -4947 SGKAAA -335 TGKAAA -6890 UGKAAA -5070 VGKAAA -5270 WGKAAA -8657 XGKAAA -7625 YGKAAA -5759 ZGKAAA -9483 AHKAAA -8304 BHKAAA -296 CHKAAA -1176 DHKAAA -2069 EHKAAA -1531 FHKAAA -5329 GHKAAA -3702 HHKAAA -6520 IHKAAA -7310 JHKAAA -1175 KHKAAA -9107 LHKAAA -2737 MHKAAA -3437 NHKAAA -281 OHKAAA -6676 PHKAAA -145 QHKAAA -3172 RHKAAA -4049 SHKAAA -6042 THKAAA -9122 UHKAAA -7244 VHKAAA -5361 WHKAAA -8647 XHKAAA -7956 YHKAAA -7812 ZHKAAA -570 AIKAAA -4115 BIKAAA -1856 CIKAAA -9582 DIKAAA -2025 EIKAAA -986 FIKAAA -8358 GIKAAA -510 HIKAAA -6101 IIKAAA -4167 JIKAAA -6139 KIKAAA -6912 LIKAAA -339 MIKAAA -8759 NIKAAA -246 OIKAAA -2831 PIKAAA -2327 QIKAAA -7001 RIKAAA -4398 SIKAAA -1495 TIKAAA -8522 UIKAAA -7090 VIKAAA -8457 WIKAAA -4238 XIKAAA -6791 YIKAAA -1342 ZIKAAA -4580 AJKAAA -1475 BJKAAA -9184 CJKAAA -1189 DJKAAA -638 EJKAAA -5867 FJKAAA -9911 GJKAAA -8147 HJKAAA -4492 IJKAAA -385 JJKAAA -5235 KJKAAA -4812 LJKAAA -9807 MJKAAA -9588 NJKAAA -9832 OJKAAA -3757 PJKAAA -9703 QJKAAA -1022 RJKAAA -5165 SJKAAA -7129 TJKAAA -4164 UJKAAA -7239 VJKAAA -523 WJKAAA -4670 XJKAAA -8503 YJKAAA -714 ZJKAAA -1350 AKKAAA -8318 BKKAAA -1834 CKKAAA -4306 DKKAAA -8543 EKKAAA -9397 FKKAAA -3145 GKKAAA -3942 HKKAAA -8583 IKKAAA -8073 JKKAAA -4940 KKKAAA -9573 LKKAAA -5325 MKKAAA -1833 NKKAAA -1337 OKKAAA -9749 PKKAAA -7505 QKKAAA -9731 RKKAAA -4098 SKKAAA -1418 TKKAAA -63 UKKAAA -9889 VKKAAA -2871 WKKAAA -1003 XKKAAA -8796 YKKAAA -22 ZKKAAA -8244 ALKAAA -2282 BLKAAA -3487 CLKAAA -8633 DLKAAA -6418 ELKAAA -4682 FLKAAA -4103 GLKAAA -6256 HLKAAA -4040 ILKAAA -9342 JLKAAA -9969 KLKAAA -223 LLKAAA -4593 MLKAAA -44 NLKAAA -3513 OLKAAA -5771 PLKAAA -5083 QLKAAA -3839 RLKAAA -2986 SLKAAA -2200 TLKAAA -197 ULKAAA -7455 VLKAAA -1379 WLKAAA -4356 XLKAAA -6888 YLKAAA -9139 ZLKAAA -7682 AMKAAA -4873 BMKAAA -783 CMKAAA -6071 DMKAAA -5160 EMKAAA -2291 FMKAAA -187 GMKAAA -7786 HMKAAA -3432 IMKAAA -5450 JMKAAA -2699 KMKAAA -692 LMKAAA -6081 MMKAAA -4829 NMKAAA -238 OMKAAA -9100 PMKAAA -1968 QMKAAA -1872 RMKAAA -7051 SMKAAA -2743 TMKAAA -1237 UMKAAA -3052 VMKAAA -8021 WMKAAA -657 XMKAAA -2236 YMKAAA -7011 ZMKAAA -4067 ANKAAA -9449 BNKAAA -7428 CNKAAA -1272 DNKAAA -6897 ENKAAA -5839 FNKAAA -6835 GNKAAA -1887 HNKAAA -1551 INKAAA -4667 JNKAAA -9603 KNKAAA -4332 LNKAAA -5681 MNKAAA -8062 NNKAAA -2302 ONKAAA -2825 PNKAAA -4527 QNKAAA -4230 RNKAAA -3053 SNKAAA -983 TNKAAA -9458 UNKAAA -4128 VNKAAA -425 WNKAAA -3911 XNKAAA -6607 YNKAAA -5431 ZNKAAA -6330 AOKAAA -3592 BOKAAA -154 COKAAA -9879 DOKAAA -3202 EOKAAA -3056 FOKAAA -9890 GOKAAA -5840 HOKAAA -9804 IOKAAA -681 JOKAAA -3443 KOKAAA -8088 LOKAAA -9447 MOKAAA -1490 NOKAAA -3684 OOKAAA -3113 POKAAA -9004 QOKAAA -7147 ROKAAA -7571 SOKAAA -5545 TOKAAA -4558 UOKAAA -6206 VOKAAA -5695 WOKAAA -9600 XOKAAA -5432 YOKAAA -9299 ZOKAAA -2386 APKAAA -2046 BPKAAA -3293 CPKAAA -3046 DPKAAA -214 EPKAAA -7893 FPKAAA -891 GPKAAA -6499 HPKAAA -5003 IPKAAA -6487 JPKAAA -9403 KPKAAA -945 LPKAAA -6713 MPKAAA -9928 NPKAAA -8585 OPKAAA -4004 PPKAAA -2528 QPKAAA -3350 RPKAAA -2160 SPKAAA -1521 TPKAAA -5660 UPKAAA -5755 VPKAAA -7614 WPKAAA -3121 XPKAAA -2735 YPKAAA -7506 ZPKAAA -2693 AQKAAA -2892 BQKAAA -3310 CQKAAA -3484 DQKAAA -9733 EQKAAA -29 FQKAAA -9013 GQKAAA -3847 HQKAAA -6724 IQKAAA -2559 JQKAAA -5326 KQKAAA -4802 LQKAAA -131 MQKAAA -1634 NQKAAA -919 OQKAAA -9575 PQKAAA -1256 QQKAAA -9428 RQKAAA -5121 SQKAAA -6584 TQKAAA -7193 UQKAAA -4047 VQKAAA -104 WQKAAA -1527 XQKAAA -3460 YQKAAA -8526 ZQKAAA -8959 ARKAAA -3633 BRKAAA -1799 CRKAAA -461 DRKAAA -718 ERKAAA -3219 FRKAAA -3494 GRKAAA -9402 HRKAAA -7983 IRKAAA -7919 JRKAAA -8036 KRKAAA -5164 LRKAAA -4160 MRKAAA -5370 NRKAAA -5347 ORKAAA -7109 PRKAAA -4826 QRKAAA -1338 RRKAAA -2711 SRKAAA -6299 TRKAAA -1616 URKAAA -7519 VRKAAA -1262 WRKAAA -7228 XRKAAA -7892 YRKAAA -7929 ZRKAAA -7705 ASKAAA -3111 BSKAAA -3066 CSKAAA -9559 DSKAAA -3787 ESKAAA -8710 FSKAAA -4870 GSKAAA -1883 HSKAAA -9689 ISKAAA -9491 JSKAAA -2035 KSKAAA -655 LSKAAA -6305 MSKAAA -9423 NSKAAA -283 OSKAAA -2607 PSKAAA -7740 QSKAAA -6956 RSKAAA -884 SSKAAA -5730 TSKAAA -3438 USKAAA -3250 VSKAAA -5470 WSKAAA -2037 XSKAAA -6593 YSKAAA -3893 ZSKAAA -3200 ATKAAA -7125 BTKAAA -2295 CTKAAA -2056 DTKAAA -2962 ETKAAA -993 FTKAAA -9127 GTKAAA -2075 HTKAAA -9338 ITKAAA -8100 JTKAAA -5047 KTKAAA -7032 LTKAAA -6374 MTKAAA -4137 NTKAAA -7132 OTKAAA -3064 PTKAAA -3621 QTKAAA -6199 RTKAAA -4926 STKAAA -8035 TTKAAA -2195 UTKAAA -5366 VTKAAA -3478 WTKAAA -1926 XTKAAA -7265 YTKAAA -7668 ZTKAAA -3335 AUKAAA -7660 BUKAAA -9604 CUKAAA -7301 DUKAAA -4475 EUKAAA -9954 FUKAAA -5723 GUKAAA -2669 HUKAAA -1685 IUKAAA -2233 JUKAAA -8111 KUKAAA -7685 LUKAAA -3773 MUKAAA -7172 NUKAAA -1740 OUKAAA -5416 PUKAAA -1823 QUKAAA -1668 RUKAAA -1795 SUKAAA -8599 TUKAAA -5542 UUKAAA -5658 VUKAAA -9824 WUKAAA -19 XUKAAA -9344 YUKAAA -5900 ZUKAAA -7818 AVKAAA -8377 BVKAAA -6886 CVKAAA -3201 DVKAAA -87 EVKAAA -1089 FVKAAA -3948 GVKAAA -6383 HVKAAA -837 IVKAAA -6285 JVKAAA -78 KVKAAA -4389 LVKAAA -4795 MVKAAA -9369 NVKAAA -69 OVKAAA -7689 PVKAAA -5642 QVKAAA -2348 RVKAAA -9308 SVKAAA -9093 TVKAAA -1199 UVKAAA -307 VVKAAA -3814 WVKAAA -8817 XVKAAA -2329 YVKAAA -2932 ZVKAAA -1986 AWKAAA -5279 BWKAAA -5357 CWKAAA -6778 DWKAAA -2773 EWKAAA -244 FWKAAA -6900 GWKAAA -4739 HWKAAA -3217 IWKAAA -7563 JWKAAA -1807 KWKAAA -4199 LWKAAA -1077 MWKAAA -8348 NWKAAA -841 OWKAAA -8154 PWKAAA -5261 QWKAAA -1950 RWKAAA -8472 SWKAAA -8745 TWKAAA -8715 UWKAAA -9708 VWKAAA -5860 WWKAAA -9142 XWKAAA -6582 YWKAAA -1255 ZWKAAA -6459 AXKAAA -6327 BXKAAA -4692 CXKAAA -3772 DXKAAA -4203 EXKAAA -2946 FXKAAA -3524 GXKAAA -8409 HXKAAA -1824 IXKAAA -4637 JXKAAA -589 KXKAAA -484 LXKAAA -8963 MXKAAA -5502 NXKAAA -6982 OXKAAA -8029 PXKAAA -4395 QXKAAA -2595 RXKAAA -2133 SXKAAA -1414 TXKAAA -8201 UXKAAA -4706 VXKAAA -5310 WXKAAA -7333 XXKAAA -9420 YXKAAA -1383 ZXKAAA -6225 AYKAAA -2064 BYKAAA -6700 CYKAAA -1352 DYKAAA -4249 EYKAAA -9429 FYKAAA -8090 GYKAAA -5378 HYKAAA -9085 IYKAAA -7468 JYKAAA -9955 KYKAAA -8692 LYKAAA -1463 MYKAAA -3577 NYKAAA -5654 OYKAAA -7955 PYKAAA -4843 QYKAAA -1776 RYKAAA -2223 SYKAAA -8442 TYKAAA -9738 UYKAAA -4867 VYKAAA -2983 WYKAAA -3300 XYKAAA -3815 YYKAAA -1779 ZYKAAA -1123 AZKAAA -4824 BZKAAA -5407 CZKAAA -5123 DZKAAA -2515 EZKAAA -4781 FZKAAA -7831 GZKAAA -6946 HZKAAA -1215 IZKAAA -7783 JZKAAA -4532 KZKAAA -9068 LZKAAA -7030 MZKAAA -436 NZKAAA -6549 OZKAAA -3348 PZKAAA -6229 QZKAAA -3933 RZKAAA -1876 SZKAAA -8920 TZKAAA -7926 UZKAAA -8805 VZKAAA -6729 WZKAAA -7397 XZKAAA -9303 YZKAAA -4255 ZZKAAA -7229 AALAAA -854 BALAAA -6723 CALAAA -9597 DALAAA -6532 EALAAA -2910 FALAAA -6717 GALAAA -1790 HALAAA -3761 IALAAA -1565 JALAAA -6205 KALAAA -2726 LALAAA -799 MALAAA -3540 NALAAA -5878 OALAAA -2542 PALAAA -4888 QALAAA -5290 RALAAA -7995 SALAAA -3519 TALAAA -3571 UALAAA -7854 VALAAA -5184 WALAAA -3498 XALAAA -1264 YALAAA -3159 ZALAAA -5480 ABLAAA -1706 BBLAAA -4540 CBLAAA -2799 DBLAAA -7389 EBLAAA -5565 FBLAAA -3896 GBLAAA -2100 HBLAAA -3507 IBLAAA -7971 JBLAAA -2312 KBLAAA -2494 LBLAAA -2474 MBLAAA -3136 NBLAAA -7242 OBLAAA -9430 PBLAAA -1052 QBLAAA -4172 RBLAAA -970 SBLAAA -882 TBLAAA -9799 UBLAAA -5850 VBLAAA -9473 WBLAAA -8635 XBLAAA -2349 YBLAAA -2270 ZBLAAA -7887 ACLAAA -3091 BCLAAA -3728 CCLAAA -3658 DCLAAA -5975 ECLAAA -332 FCLAAA -7990 GCLAAA -8688 HCLAAA -9601 ICLAAA -8401 JCLAAA -8093 KCLAAA -4278 LCLAAA -5467 MCLAAA -3137 NCLAAA -204 OCLAAA -8224 PCLAAA -2944 QCLAAA -7593 RCLAAA -814 SCLAAA -8047 TCLAAA -7802 UCLAAA -901 VCLAAA -6168 WCLAAA -2950 XCLAAA -5393 YCLAAA -3585 ZCLAAA -9392 ADLAAA -8314 BDLAAA -9972 CDLAAA -9130 DDLAAA -975 EDLAAA -5720 FDLAAA -3769 GDLAAA -5303 HDLAAA -6564 IDLAAA -7855 JDLAAA -8153 KDLAAA -2292 LDLAAA -3156 MDLAAA -6580 NDLAAA -5324 ODLAAA -8871 PDLAAA -2543 QDLAAA -7857 RDLAAA -4084 SDLAAA -9887 TDLAAA -6940 UDLAAA -3415 VDLAAA -5012 WDLAAA -3187 XDLAAA -8556 YDLAAA -7966 ZDLAAA -7481 AELAAA -8524 BELAAA -3021 CELAAA -6045 DELAAA -8022 EELAAA -3626 FELAAA -1030 GELAAA -8903 HELAAA -7488 IELAAA -9293 JELAAA -4586 KELAAA -9282 LELAAA -1948 MELAAA -2534 NELAAA -1150 OELAAA -4931 PELAAA -2866 QELAAA -6172 RELAAA -4819 SELAAA -569 TELAAA -1146 UELAAA -3062 VELAAA -7690 WELAAA -8611 XELAAA -1142 YELAAA -1193 ZELAAA -2507 AFLAAA -1043 BFLAAA -7472 CFLAAA -1817 DFLAAA -3868 EFLAAA -9031 FFLAAA -7254 GFLAAA -5030 HFLAAA -6594 IFLAAA -6862 JFLAAA -1994 KFLAAA -9017 LFLAAA -5716 MFLAAA -1900 NFLAAA -120 OFLAAA -9003 PFLAAA -4178 QFLAAA -8777 RFLAAA -3653 SFLAAA -1137 TFLAAA -6362 UFLAAA -8537 VFLAAA -1590 WFLAAA -374 XFLAAA -2597 YFLAAA -8071 ZFLAAA -9009 AGLAAA -1978 BGLAAA -1541 CGLAAA -4998 DGLAAA -1649 EGLAAA -5426 FGLAAA -1492 GGLAAA -9622 HGLAAA -701 IGLAAA -2781 JGLAAA -3982 KGLAAA -7259 LGLAAA -9868 MGLAAA -564 NGLAAA -6315 OGLAAA -9092 PGLAAA -8237 QGLAAA -1513 RGLAAA -1922 SGLAAA -5396 TGLAAA -2485 UGLAAA -5774 VGLAAA -3983 WGLAAA -221 XGLAAA -8662 YGLAAA -2456 ZGLAAA -9736 AHLAAA -8936 BHLAAA -5395 CHLAAA -9523 DHLAAA -6980 EHLAAA -2091 FHLAAA -6807 GHLAAA -8818 HHLAAA -5298 IHLAAA -1726 JHLAAA -3878 KHLAAA -8700 LHLAAA -5201 MHLAAA -3936 NHLAAA -776 OHLAAA -5302 PHLAAA -3595 QHLAAA -9061 RHLAAA -6261 SHLAAA -8878 THLAAA -3312 UHLAAA -9422 VHLAAA -7321 WHLAAA -3813 XHLAAA -5848 YHLAAA -3535 ZHLAAA -1040 AILAAA -8572 BILAAA -5435 CILAAA -8199 DILAAA -8775 EILAAA -7722 FILAAA -3549 GILAAA -2578 HILAAA -1695 IILAAA -1902 JILAAA -6058 KILAAA -6591 LILAAA -7962 MILAAA -5612 NILAAA -3341 OILAAA -5460 PILAAA -2368 QILAAA -8646 RILAAA -4987 SILAAA -9018 TILAAA -8685 UILAAA -694 VILAAA -2012 WILAAA -2417 XILAAA -4022 YILAAA -5935 ZILAAA -1656 AJLAAA -6195 BJLAAA -3057 CJLAAA -2852 DJLAAA -4634 EJLAAA -1689 FJLAAA -4102 GJLAAA -3287 HJLAAA -5246 IJLAAA -7450 JJLAAA -6548 KJLAAA -379 LJLAAA -7435 MJLAAA -2041 NJLAAA -8462 OJLAAA -9076 PJLAAA -761 QJLAAA -795 RJLAAA -1671 SJLAAA -695 TJLAAA -4981 UJLAAA -1211 VJLAAA -5914 WJLAAA -9356 XJLAAA -1500 YJLAAA -3353 ZJLAAA -1060 AKLAAA -7910 BKLAAA -1329 CKLAAA -6011 DKLAAA -7146 EKLAAA -4602 FKLAAA -6751 GKLAAA -2666 HKLAAA -2785 IKLAAA -5851 JKLAAA -2435 KKLAAA -7429 LKLAAA -4241 MKLAAA -5691 NKLAAA -7731 OKLAAA -249 PKLAAA -1731 QKLAAA -8716 RKLAAA -2670 SKLAAA -4654 TKLAAA -1027 UKLAAA -1099 VKLAAA -3617 WKLAAA -4330 XKLAAA -9750 YKLAAA -467 ZKLAAA -8525 ALLAAA -5990 BLLAAA -4839 CLLAAA -9914 DLLAAA -7047 ELLAAA -874 FLLAAA -6061 GLLAAA -5491 HLLAAA -4344 ILLAAA -1281 JLLAAA -3597 KLLAAA -4992 LLLAAA -3849 MLLAAA -2655 NLLAAA -147 OLLAAA -9110 PLLAAA -1637 QLLAAA -9826 RLLAAA -5957 SLLAAA -6932 TLLAAA -9684 ULLAAA -4653 VLLAAA -8065 WLLAAA -1202 XLLAAA -9214 YLLAAA -196 ZLLAAA -4486 AMLAAA -2585 BMLAAA -2464 CMLAAA -3467 DMLAAA -9295 EMLAAA -517 FMLAAA -6870 GMLAAA -5732 HMLAAA -9376 IMLAAA -838 JMLAAA -9254 KMLAAA -8879 LMLAAA -6281 MMLAAA -8216 NMLAAA -9213 OMLAAA -7234 PMLAAA -5692 QMLAAA -693 RMLAAA -9050 SMLAAA -3623 TMLAAA -2130 UMLAAA -2514 VMLAAA -1812 WMLAAA -9037 XMLAAA -5054 YMLAAA -7801 ZMLAAA -7939 ANLAAA -7374 BNLAAA -1058 CNLAAA -1972 DNLAAA -3741 ENLAAA -2227 FNLAAA -304 GNLAAA -4914 HNLAAA -2428 INLAAA -6660 JNLAAA -2676 KNLAAA -2454 LNLAAA -3798 MNLAAA -1341 NNLAAA -1611 ONLAAA -2681 PNLAAA -7292 QNLAAA -7775 RNLAAA -794 SNLAAA -8709 TNLAAA -1901 UNLAAA -3089 VNLAAA -7797 WNLAAA -6070 XNLAAA -2191 YNLAAA -3497 ZNLAAA -8302 AOLAAA -4365 BOLAAA -3588 COLAAA -8292 DOLAAA -4696 EOLAAA -5641 FOLAAA -9386 GOLAAA -507 HOLAAA -7201 IOLAAA -7785 JOLAAA -463 KOLAAA -6656 LOLAAA -807 MOLAAA -7278 NOLAAA -6237 OOLAAA -7671 POLAAA -2235 QOLAAA -4042 ROLAAA -5273 SOLAAA -7557 TOLAAA -4007 UOLAAA -1428 VOLAAA -9739 WOLAAA -7836 XOLAAA -1777 YOLAAA -5192 ZOLAAA -7236 APLAAA -1623 BPLAAA -8288 CPLAAA -2827 DPLAAA -458 EPLAAA -1818 FPLAAA -6837 GPLAAA -7825 HPLAAA -9146 IPLAAA -8451 JPLAAA -6438 KPLAAA -4020 LPLAAA -4068 MPLAAA -2411 NPLAAA -6222 OPLAAA -3164 PPLAAA -311 QPLAAA -5683 RPLAAA -3993 SPLAAA -9897 TPLAAA -6609 UPLAAA -1362 VPLAAA -3918 WPLAAA -7376 XPLAAA -6996 YPLAAA -9567 ZPLAAA -7525 AQLAAA -9069 BQLAAA -9999 CQLAAA -9237 DQLAAA -8441 EQLAAA -6769 FQLAAA -6073 GQLAAA -1091 HQLAAA -9886 IQLAAA -3971 JQLAAA -4621 KQLAAA -3120 LQLAAA -9773 MQLAAA -8712 NQLAAA -801 OQLAAA -9478 PQLAAA -3466 QQLAAA -6326 RQLAAA -1723 SQLAAA -4978 TQLAAA -2311 UQLAAA -9532 VQLAAA -3680 WQLAAA -1244 XQLAAA -3821 YQLAAA -9586 ZQLAAA -3894 ARLAAA -6169 BRLAAA -5919 CRLAAA -4187 DRLAAA -5477 ERLAAA -2806 FRLAAA -8158 GRLAAA -7130 HRLAAA -7133 IRLAAA -6033 JRLAAA -2415 KRLAAA -8091 LRLAAA -8347 MRLAAA -7879 NRLAAA -9360 ORLAAA -3369 PRLAAA -8536 QRLAAA -8628 RRLAAA -1580 SRLAAA -705 TRLAAA -4650 URLAAA -9165 VRLAAA -4820 WRLAAA -3538 XRLAAA -9947 YRLAAA -4954 ZRLAAA -1104 ASLAAA -8455 BSLAAA -8307 CSLAAA -9203 DSLAAA -7565 ESLAAA -7745 FSLAAA -1787 GSLAAA -4861 HSLAAA -5183 ISLAAA -529 JSLAAA -2470 KSLAAA -1267 LSLAAA -2059 MSLAAA -1862 NSLAAA -7382 OSLAAA -4796 PSLAAA -2331 QSLAAA -8870 RSLAAA -9581 SSLAAA -9063 TSLAAA -2192 USLAAA -6466 VSLAAA -7096 WSLAAA -6257 XSLAAA -7009 YSLAAA -8136 ZSLAAA -1854 ATLAAA -3644 BTLAAA -4437 CTLAAA -7209 DTLAAA -1516 ETLAAA -822 FTLAAA -1778 GTLAAA -8161 HTLAAA -6030 ITLAAA -3515 JTLAAA -1702 KTLAAA -2671 LTLAAA -7623 MTLAAA -9828 NTLAAA -1888 OTLAAA -4520 PTLAAA -3461 QTLAAA -1488 RTLAAA -7753 STLAAA -5525 TTLAAA -5220 UTLAAA -305 VTLAAA -7883 WTLAAA -1222 XTLAAA -8552 YTLAAA -6097 ZTLAAA -2298 AULAAA -956 BULAAA -9351 CULAAA -6669 DULAAA -9383 EULAAA -1607 FULAAA -812 GULAAA -2109 HULAAA -207 IULAAA -7124 JULAAA -9333 KULAAA -3262 LULAAA -1070 MULAAA -7579 NULAAA -9283 OULAAA -4917 PULAAA -1328 QULAAA -3042 RULAAA -8352 SULAAA -2710 TULAAA -3330 UULAAA -2822 VULAAA -5627 WULAAA -7848 XULAAA -7384 YULAAA -727 ZULAAA -9926 AVLAAA -2647 BVLAAA -6416 CVLAAA -8751 DVLAAA -6515 EVLAAA -2472 FVLAAA -7205 GVLAAA -9654 HVLAAA -5646 IVLAAA -4217 JVLAAA -4484 KVLAAA -6654 LVLAAA -4876 MVLAAA -9690 NVLAAA -2453 OVLAAA -829 PVLAAA -2547 QVLAAA -9726 RVLAAA -9267 SVLAAA -7448 TVLAAA -610 UVLAAA -2791 VVLAAA -3651 WVLAAA -5206 XVLAAA -8774 YVLAAA -4753 ZVLAAA -4755 AWLAAA -686 BWLAAA -8281 CWLAAA -2058 DWLAAA -8900 EWLAAA -8588 FWLAAA -2904 GWLAAA -8917 HWLAAA -9026 IWLAAA -2416 JWLAAA -1053 KWLAAA -7141 LWLAAA -9771 MWLAAA -2774 NWLAAA -3213 OWLAAA -5694 PWLAAA -6631 QWLAAA -6638 RWLAAA -7407 SWLAAA -8972 TWLAAA -2202 UWLAAA -6135 VWLAAA -5043 WWLAAA -5163 XWLAAA -1191 YWLAAA -6576 ZWLAAA -3455 AXLAAA -3688 BXLAAA -4982 CXLAAA -4180 DXLAAA -4708 EXLAAA -1241 FXLAAA -4921 GXLAAA -3197 HXLAAA -8225 IXLAAA -5913 JXLAAA -6387 KXLAAA -2706 LXLAAA -1461 MXLAAA -7646 NXLAAA -8066 OXLAAA -4171 PXLAAA -8008 QXLAAA -2088 RXLAAA -7907 SXLAAA -2429 TXLAAA -9629 UXLAAA -1470 VXLAAA -4346 WXLAAA -7219 XXLAAA -1185 YXLAAA -8776 ZXLAAA -684 AYLAAA -2343 BYLAAA -4470 CYLAAA -5116 DYLAAA -1746 EYLAAA -3216 FYLAAA -4594 GYLAAA -3013 HYLAAA -2307 IYLAAA -7663 JYLAAA -8504 KYLAAA -3683 LYLAAA -144 MYLAAA -203 NYLAAA -5255 OYLAAA -4150 PYLAAA -5701 QYLAAA -7400 RYLAAA -8203 SYLAAA -637 TYLAAA -2898 UYLAAA -1110 VYLAAA -6255 WYLAAA -1071 XYLAAA -541 YYLAAA -8077 ZYLAAA -6809 AZLAAA -4749 BZLAAA -2886 CZLAAA -5510 DZLAAA -713 EZLAAA -8388 FZLAAA -9524 GZLAAA -9949 HZLAAA -885 IZLAAA -8699 JZLAAA -2232 KZLAAA -5142 LZLAAA -8891 MZLAAA -1881 NZLAAA -3751 OZLAAA -1896 PZLAAA -8258 QZLAAA -3820 RZLAAA -6617 SZLAAA -5100 TZLAAA -4277 UZLAAA -2498 VZLAAA -4343 WZLAAA -8319 XZLAAA -4803 YZLAAA -3100 ZZLAAA -428 AAMAAA -2811 BAMAAA -2989 CAMAAA -1100 DAMAAA -6586 EAMAAA -3124 FAMAAA -1635 GAMAAA -3888 HAMAAA -8369 IAMAAA -3148 JAMAAA -2842 KAMAAA -4965 LAMAAA -3742 MAMAAA -5196 NAMAAA -9105 OAMAAA -6806 PAMAAA -5849 QAMAAA -6504 RAMAAA -9841 SAMAAA -457 TAMAAA -8856 UAMAAA -8043 VAMAAA -5933 WAMAAA -5725 XAMAAA -8607 YAMAAA -9280 ZAMAAA -6017 ABMAAA -4946 BBMAAA -7373 CBMAAA -8096 DBMAAA -3178 EBMAAA -1849 FBMAAA -8813 GBMAAA -460 HBMAAA -7756 IBMAAA -4425 JBMAAA -1602 KBMAAA -5981 LBMAAA -8139 MBMAAA -754 NBMAAA -26 OBMAAA -106 PBMAAA -7465 QBMAAA -1048 RBMAAA -2303 SBMAAA -5794 TBMAAA -3321 UBMAAA -6122 VBMAAA -6474 WBMAAA -827 XBMAAA -6616 YBMAAA -2131 ZBMAAA -5483 ACMAAA -606 BCMAAA -922 CCMAAA -8475 DCMAAA -7645 ECMAAA -5097 FCMAAA -5377 GCMAAA -6116 HCMAAA -8674 ICMAAA -8063 JCMAAA -5271 KCMAAA -1619 LCMAAA -6419 MCMAAA -7651 NCMAAA -2897 OCMAAA -8148 PCMAAA -7461 QCMAAA -9186 RCMAAA -7127 SCMAAA -8233 TCMAAA -9651 UCMAAA -6746 VCMAAA -7835 WCMAAA -8815 XCMAAA -6398 YCMAAA -5344 ZCMAAA -8209 ADMAAA -8444 BDMAAA -5669 CDMAAA -2455 DDMAAA -6767 EDMAAA -135 FDMAAA -3503 GDMAAA -6102 HDMAAA -7136 IDMAAA -4933 JDMAAA -8804 KDMAAA -3760 LDMAAA -8603 MDMAAA -7411 NDMAAA -834 ODMAAA -7385 PDMAAA -3696 QDMAAA -8720 RDMAAA -4539 SDMAAA -9837 TDMAAA -8595 UDMAAA -3673 VDMAAA -475 WDMAAA -2256 XDMAAA -6349 YDMAAA -9968 ZDMAAA -7261 AEMAAA -5799 BEMAAA -8159 CEMAAA -92 DEMAAA -5927 EEMAAA -7925 FEMAAA -5836 GEMAAA -7935 HEMAAA -5505 IEMAAA -5882 JEMAAA -4411 KEMAAA -64 LEMAAA -2851 MEMAAA -1665 NEMAAA -2895 OEMAAA -2210 PEMAAA -9873 QEMAAA -5402 REMAAA -285 SEMAAA -8545 TEMAAA -5328 UEMAAA -733 VEMAAA -7726 WEMAAA -5418 XEMAAA -7761 YEMAAA -9263 ZEMAAA -5579 AFMAAA -5434 BFMAAA -5230 CFMAAA -9981 DFMAAA -5830 EFMAAA -128 FFMAAA -2734 GFMAAA -4537 HFMAAA -3899 IFMAAA -1000 JFMAAA -9896 KFMAAA -3640 LFMAAA -2568 MFMAAA -2026 NFMAAA -3955 OFMAAA -7152 PFMAAA -2402 QFMAAA -9522 RFMAAA -4011 SFMAAA -3297 TFMAAA -4915 UFMAAA -5397 VFMAAA -5454 WFMAAA -4568 XFMAAA -5875 YFMAAA -3642 ZFMAAA -8506 AGMAAA -9621 BGMAAA -7739 CGMAAA -3987 DGMAAA -2090 EGMAAA -3838 FGMAAA -17 GGMAAA -3406 HGMAAA -8312 IGMAAA -4034 JGMAAA -1535 KGMAAA -7198 LGMAAA -8885 MGMAAA -4081 NGMAAA -980 OGMAAA -551 PGMAAA -7746 QGMAAA -4756 RGMAAA -3655 SGMAAA -7075 TGMAAA -3950 UGMAAA -2314 VGMAAA -8432 WGMAAA -62 XGMAAA -6920 YGMAAA -4077 ZGMAAA -9118 AHMAAA -5375 BHMAAA -178 CHMAAA -1079 DHMAAA -4279 EHMAAA -8436 FHMAAA -1931 GHMAAA -2096 HHMAAA -1638 IHMAAA -2788 JHMAAA -4751 KHMAAA -8824 LHMAAA -3098 MHMAAA -4497 NHMAAA -5223 OHMAAA -9212 PHMAAA -4265 QHMAAA -6898 RHMAAA -8808 SHMAAA -5629 THMAAA -3779 UHMAAA -4972 VHMAAA -4511 WHMAAA -6761 XHMAAA -2335 YHMAAA -732 ZHMAAA -4757 AIMAAA -6624 BIMAAA -5869 CIMAAA -5842 DIMAAA -5735 EIMAAA -8276 FIMAAA -7227 GIMAAA -4923 HIMAAA -9135 IIMAAA -5813 JIMAAA -9697 KIMAAA -3222 LIMAAA -2394 MIMAAA -5784 NIMAAA -3652 OIMAAA -8175 PIMAAA -7568 QIMAAA -6645 RIMAAA -8176 SIMAAA -530 TIMAAA -5439 UIMAAA -61 VIMAAA -3951 WIMAAA -5283 XIMAAA -7226 YIMAAA -1954 ZIMAAA -334 AJMAAA -3921 BJMAAA -6276 CJMAAA -3378 DJMAAA -5236 EJMAAA -7781 FJMAAA -8601 GJMAAA -1473 HJMAAA -3246 IJMAAA -3601 JJMAAA -6861 KJMAAA -9032 LJMAAA -216 MJMAAA -3824 NJMAAA -8486 OJMAAA -276 PJMAAA -1838 QJMAAA -6175 RJMAAA -3719 SJMAAA -6958 TJMAAA -6822 UJMAAA -3318 VJMAAA -7222 WJMAAA -85 XJMAAA -5158 YJMAAA -6360 ZJMAAA -2599 AKMAAA -4002 BKMAAA -6597 CKMAAA -5762 DKMAAA -8383 EKMAAA -4686 FKMAAA -5972 GKMAAA -1432 HKMAAA -1601 IKMAAA -3012 JKMAAA -9345 KKMAAA -8869 LKMAAA -6612 MKMAAA -262 NKMAAA -300 OKMAAA -3045 PKMAAA -7252 QKMAAA -9099 RKMAAA -9006 SKMAAA -3078 TKMAAA -5159 UKMAAA -9329 VKMAAA -1393 WKMAAA -5894 XKMAAA -11 YKMAAA -5606 ZKMAAA -5541 ALMAAA -2689 BLMAAA -1023 CLMAAA -8134 DLMAAA -5923 ELMAAA -6056 FLMAAA -653 GLMAAA -367 HLMAAA -1828 ILMAAA -6506 JLMAAA -5772 KLMAAA -8052 LLMAAA -2633 MLMAAA -4878 NLMAAA -5621 OLMAAA -41 PLMAAA -4613 QLMAAA -9389 RLMAAA -9414 SLMAAA -3583 TLMAAA -3454 ULMAAA -719 VLMAAA -6188 WLMAAA -2288 XLMAAA -1287 YLMAAA -1397 ZLMAAA -7763 AMMAAA -5194 BMMAAA -3167 CMMAAA -9218 DMMAAA -2065 EMMAAA -9669 FMMAAA -146 GMMAAA -6141 HMMAAA -2843 IMMAAA -7934 JMMAAA -2536 KMMAAA -7088 LMMAAA -2519 MMMAAA -6650 NMMAAA -3007 OMMAAA -4507 PMMAAA -4892 QMMAAA -7159 RMMAAA -3171 SMMAAA -1080 TMMAAA -7248 UMMAAA -7230 VMMAAA -3823 WMMAAA -5517 XMMAAA -1482 YMMAAA -9953 ZMMAAA -2754 ANMAAA -3875 BNMAAA -9800 CNMAAA -8819 DNMAAA -8267 ENMAAA -520 FNMAAA -5770 GNMAAA -2114 HNMAAA -5045 INMAAA -1094 JNMAAA -8786 KNMAAA -353 LNMAAA -290 MNMAAA -3376 NNMAAA -9305 ONMAAA -186 PNMAAA -4817 QNMAAA -4638 RNMAAA -3558 SNMAAA -9285 TNMAAA -848 UNMAAA -8923 VNMAAA -6826 WNMAAA -5187 XNMAAA -2398 YNMAAA -7653 ZNMAAA -8835 AOMAAA -5736 BOMAAA -1238 COMAAA -6021 DOMAAA -6815 EOMAAA -2549 FOMAAA -5657 GOMAAA -6855 HOMAAA -1225 IOMAAA -7452 JOMAAA -2479 KOMAAA -7974 LOMAAA -1212 MOMAAA -8883 NOMAAA -8150 OOMAAA -3392 POMAAA -6774 QOMAAA -904 ROMAAA -5068 SOMAAA -9339 TOMAAA -1062 UOMAAA -3841 VOMAAA -8924 WOMAAA -9795 XOMAAA -3981 YOMAAA -4290 ZOMAAA -1067 APMAAA -8679 BPMAAA -2894 CPMAAA -9248 DPMAAA -1072 EPMAAA -3510 FPMAAA -6871 GPMAAA -8701 HPMAAA -8170 IPMAAA -2730 JPMAAA -2668 KPMAAA -8723 LPMAAA -3439 MPMAAA -6219 NPMAAA -4264 OPMAAA -3929 PPMAAA -7 QPMAAA -3737 RPMAAA -358 SPMAAA -5128 TPMAAA -7353 UPMAAA -8758 VPMAAA -7284 WPMAAA -4037 XPMAAA -435 YPMAAA -3580 ZPMAAA -4554 AQMAAA -4337 BQMAAA -512 CQMAAA -2032 DQMAAA -1755 EQMAAA -9923 FQMAAA -3747 GQMAAA -27 HQMAAA -3075 IQMAAA -6259 JQMAAA -2940 KQMAAA -5724 LQMAAA -5638 MQMAAA -479 NQMAAA -4125 OQMAAA -1525 PQMAAA -7529 QQMAAA -931 RQMAAA -5175 SQMAAA -6798 TQMAAA -2111 UQMAAA -6145 VQMAAA -4712 WQMAAA -3110 XQMAAA -97 YQMAAA -758 ZQMAAA -1895 ARMAAA -5289 BRMAAA -5026 CRMAAA -4725 DRMAAA -1679 ERMAAA -4433 FRMAAA -5340 GRMAAA -6340 HRMAAA -3261 IRMAAA -8108 JRMAAA -8785 KRMAAA -7391 LRMAAA -1496 MRMAAA -1484 NRMAAA -5884 ORMAAA -342 PRMAAA -7659 QRMAAA -6635 RRMAAA -8507 SRMAAA -2583 TRMAAA -6533 URMAAA -5879 VRMAAA -5511 WRMAAA -3682 XRMAAA -7182 YRMAAA -1409 ZRMAAA -3363 ASMAAA -729 BSMAAA -5857 CSMAAA -235 DSMAAA -193 ESMAAA -5586 FSMAAA -6203 GSMAAA -6795 HSMAAA -3211 ISMAAA -9763 JSMAAA -9043 KSMAAA -2854 LSMAAA -565 MSMAAA -9284 NSMAAA -7886 OSMAAA -122 PSMAAA -4934 QSMAAA -1766 RSMAAA -2554 SSMAAA -488 TSMAAA -825 USMAAA -678 VSMAAA -4543 WSMAAA -1699 XSMAAA -3771 YSMAAA -1234 ZSMAAA -4152 ATMAAA -1632 BTMAAA -4988 CTMAAA -1980 DTMAAA -7479 ETMAAA -2586 FTMAAA -5433 GTMAAA -2261 HTMAAA -1180 ITMAAA -3938 JTMAAA -6714 KTMAAA -2890 LTMAAA -7379 MTMAAA -5896 NTMAAA -5949 OTMAAA -3194 PTMAAA -9325 QTMAAA -9531 RTMAAA -711 STMAAA -2450 TTMAAA -1929 UTMAAA -6165 VTMAAA -4050 WTMAAA -9011 XTMAAA -7916 YTMAAA -9136 ZTMAAA -8782 AUMAAA -8491 BUMAAA -5114 CUMAAA -5815 DUMAAA -5628 EUMAAA -810 FUMAAA -6178 GUMAAA -2619 HUMAAA -3340 IUMAAA -2491 JUMAAA -3574 KUMAAA -6754 LUMAAA -1566 MUMAAA -9174 NUMAAA -1520 OUMAAA -2691 PUMAAA -6961 QUMAAA -5722 RUMAAA -9707 SUMAAA -2891 TUMAAA -341 UUMAAA -4690 VUMAAA -7841 WUMAAA -6615 XUMAAA -9169 YUMAAA -6689 ZUMAAA -8721 AVMAAA -7508 BVMAAA -8631 CVMAAA -480 DVMAAA -7094 EVMAAA -319 FVMAAA -9421 GVMAAA -4352 HVMAAA -5019 IVMAAA -3956 JVMAAA -114 KVMAAA -1196 LVMAAA -1407 MVMAAA -7432 NVMAAA -3141 OVMAAA -2073 PVMAAA -3400 QVMAAA -505 RVMAAA -1263 SVMAAA -190 TVMAAA -6686 UVMAAA -9821 VVMAAA -1119 WVMAAA -2955 XVMAAA -224 YVMAAA -7562 ZVMAAA -8845 AWMAAA -5405 BWMAAA -9192 CWMAAA -4927 DWMAAA -997 EWMAAA -989 FWMAAA -7258 GWMAAA -6899 HWMAAA -1770 IWMAAA -4423 JWMAAA -5671 KWMAAA -8393 LWMAAA -4355 MWMAAA -3919 NWMAAA -338 OWMAAA -5790 PWMAAA -1452 QWMAAA -939 RWMAAA -8913 SWMAAA -7157 TWMAAA -7240 UWMAAA -3492 VWMAAA -3464 WWMAAA -388 XWMAAA -4135 YWMAAA -1194 ZWMAAA -5476 AXMAAA -9844 BXMAAA -9364 CXMAAA -5238 DXMAAA -3712 EXMAAA -6189 FXMAAA -5257 GXMAAA -81 HXMAAA -3289 IXMAAA -1177 JXMAAA -5038 KXMAAA -325 LXMAAA -7221 MXMAAA -7123 NXMAAA -6364 OXMAAA -4468 PXMAAA -9185 QXMAAA -4158 RXMAAA -9439 SXMAAA -7759 TXMAAA -3325 UXMAAA -7991 VXMAAA -1650 WXMAAA -8395 XXMAAA -286 YXMAAA -1507 ZXMAAA -4122 AYMAAA -2625 BYMAAA -1140 CYMAAA -5262 DYMAAA -4919 EYMAAA -7266 FYMAAA -630 GYMAAA -2129 HYMAAA -9552 IYMAAA -3018 JYMAAA -7145 KYMAAA -1633 LYMAAA -7957 MYMAAA -774 NYMAAA -9371 OYMAAA -6007 PYMAAA -5277 QYMAAA -9426 RYMAAA -9190 SYMAAA -8996 TYMAAA -3409 UYMAAA -7212 VYMAAA -416 WYMAAA -7211 XYMAAA -7454 YYMAAA -8417 ZYMAAA -5562 AZMAAA -4996 BZMAAA -5718 CZMAAA -7838 DZMAAA -7715 EZMAAA -2780 FZMAAA -1013 GZMAAA -8465 HZMAAA -7976 IZMAAA -7150 JZMAAA -6471 KZMAAA -1927 LZMAAA -227 MZMAAA -6462 NZMAAA -5227 OZMAAA -1074 PZMAAA -9448 QZMAAA -4459 RZMAAA -2478 SZMAAA -5005 TZMAAA -2418 UZMAAA -6991 VZMAAA -4729 WZMAAA -3548 XZMAAA -9616 YZMAAA -2901 ZZMAAA -10 AANAAA -2637 BANAAA -6747 CANAAA -797 DANAAA -7609 EANAAA -8290 FANAAA -8765 GANAAA -8053 HANAAA -5602 IANAAA -3672 JANAAA -7513 KANAAA -3462 LANAAA -4457 MANAAA -6547 NANAAA -7417 OANAAA -8641 PANAAA -149 QANAAA -5041 RANAAA -9232 SANAAA -3603 TANAAA -2792 UANAAA -6620 VANAAA -4000 WANAAA -659 XANAAA -8174 YANAAA -4599 ZANAAA -7851 ABNAAA -6284 BBNAAA -7116 CBNAAA -5595 DBNAAA -2903 EBNAAA -5948 FBNAAA -225 GBNAAA -524 HBNAAA -7639 IBNAAA -7297 JBNAAA -2606 KBNAAA -4771 LBNAAA -8162 MBNAAA -8999 NBNAAA -2309 OBNAAA -3594 PBNAAA -6092 QBNAAA -7467 RBNAAA -6986 SBNAAA -9898 TBNAAA -9578 UBNAAA -156 VBNAAA -5810 WBNAAA -790 XBNAAA -6840 YBNAAA -6725 ZBNAAA -5528 ACNAAA -4120 BCNAAA -6694 CCNAAA -3552 DCNAAA -1478 ECNAAA -8084 FCNAAA -7578 GCNAAA -6314 HCNAAA -6123 ICNAAA -9443 JCNAAA -9628 KCNAAA -8508 LCNAAA -5552 MCNAAA -5327 NCNAAA -7771 OCNAAA -8932 PCNAAA -3526 QCNAAA -4340 RCNAAA -9419 SCNAAA -8421 TCNAAA -7431 UCNAAA -172 VCNAAA -3279 WCNAAA -1508 XCNAAA -7091 YCNAAA -1419 ZCNAAA -3032 ADNAAA -8683 BDNAAA -4763 CDNAAA -4424 DDNAAA -8640 EDNAAA -7187 FDNAAA -6247 GDNAAA -7340 HDNAAA -182 IDNAAA -2948 JDNAAA -9462 KDNAAA -5997 LDNAAA -5608 MDNAAA -1472 NDNAAA -277 ODNAAA -4807 PDNAAA -4969 QDNAAA -5611 RDNAAA -372 SDNAAA -6666 TDNAAA -476 UDNAAA -5225 VDNAAA -5143 WDNAAA -1853 XDNAAA -675 YDNAAA -5643 ZDNAAA -5317 AENAAA -8102 BENAAA -978 CENAAA -4620 DENAAA -151 EENAAA -972 FENAAA -6820 GENAAA -7387 HENAAA -9634 IENAAA -6308 JENAAA -8323 KENAAA -6672 LENAAA -8283 MENAAA -7996 NENAAA -6488 OENAAA -2365 PENAAA -9746 QENAAA -8605 RENAAA -3342 SENAAA -8429 TENAAA -1162 UENAAA -531 VENAAA -8408 WENAAA -8862 XENAAA -5843 YENAAA -8704 ZENAAA -7070 AFNAAA -9119 BFNAAA -8344 CFNAAA -8979 DFNAAA -2971 EFNAAA -7700 FFNAAA -8280 GFNAAA -9096 HFNAAA -99 IFNAAA -6696 JFNAAA -9490 KFNAAA -9073 LFNAAA -1861 MFNAAA -4413 NFNAAA -6002 OFNAAA -439 PFNAAA -5449 QFNAAA -9737 RFNAAA -1898 SFNAAA -4189 TFNAAA -1408 UFNAAA -394 VFNAAA -1935 WFNAAA -3965 XFNAAA -6821 YFNAAA -349 ZFNAAA -8428 AGNAAA -8200 BGNAAA -1737 CGNAAA -6516 DGNAAA -5441 EGNAAA -5999 FGNAAA -1539 GGNAAA -9067 HGNAAA -4061 IGNAAA -1642 JGNAAA -4657 KGNAAA -9934 LGNAAA -6385 MGNAAA -6775 NGNAAA -3873 OGNAAA -3862 PGNAAA -1224 QGNAAA -4483 RGNAAA -3685 SGNAAA -6082 TGNAAA -7798 UGNAAA -9039 VGNAAA -985 WGNAAA -5389 XGNAAA -1716 YGNAAA -4209 ZGNAAA -746 AHNAAA -6295 BHNAAA -9754 CHNAAA -2336 DHNAAA -3701 EHNAAA -3551 FHNAAA -8516 GHNAAA -9290 HHNAAA -5686 IHNAAA -2893 JHNAAA -6279 KHNAAA -2278 LHNAAA -1618 MHNAAA -3450 NHNAAA -8857 OHNAAA -1005 PHNAAA -4727 QHNAAA -7617 RHNAAA -2021 SHNAAA -9124 THNAAA -3175 UHNAAA -2949 VHNAAA -2424 WHNAAA -4791 XHNAAA -7500 YHNAAA -4893 ZHNAAA -121 AINAAA -1965 BINAAA -2972 CINAAA -662 DINAAA -7074 EINAAA -981 FINAAA -3520 GINAAA -6540 HINAAA -6648 IINAAA -7076 JINAAA -6919 KINAAA -1108 LINAAA -317 MINAAA -3483 NINAAA -6764 OINAAA -1235 PINAAA -7121 QINAAA -426 RINAAA -6880 SINAAA -5401 TINAAA -7323 UINAAA -9751 VINAAA -3436 WINAAA -7319 XINAAA -7882 YINAAA -8260 ZINAAA -9758 AJNAAA -4205 BJNAAA -8884 CJNAAA -1112 DJNAAA -2186 EJNAAA -8666 FJNAAA -4325 GJNAAA -4912 HJNAAA -6497 IJNAAA -9072 JJNAAA -8899 KJNAAA -5619 LJNAAA -4110 MJNAAA -7025 NJNAAA -5605 OJNAAA -2572 PJNAAA -3895 QJNAAA -9138 RJNAAA -4713 SJNAAA -6079 TJNAAA -8898 UJNAAA -2650 VJNAAA -5316 WJNAAA -5133 XJNAAA -2184 YJNAAA -2728 ZJNAAA -6737 AKNAAA -1128 BKNAAA -9662 CKNAAA -9384 DKNAAA -4576 EKNAAA -9613 FKNAAA -4001 GKNAAA -3628 HKNAAA -6968 IKNAAA -6491 JKNAAA -1265 KKNAAA -6128 LKNAAA -4274 MKNAAA -3598 NKNAAA -7961 OKNAAA -2643 PKNAAA -4547 QKNAAA -3568 RKNAAA -8954 SKNAAA -8802 TKNAAA -7829 UKNAAA -1008 VKNAAA -3627 WKNAAA -3999 XKNAAA -7697 YKNAAA -9380 ZKNAAA -2707 ALNAAA -4430 BLNAAA -6440 CLNAAA -9958 DLNAAA -7592 ELNAAA -7852 FLNAAA -9253 GLNAAA -5910 HLNAAA -7487 ILNAAA -6324 JLNAAA -5792 KLNAAA -7390 LLNAAA -8534 MLNAAA -2690 NLNAAA -3992 OLNAAA -6928 PLNAAA -7815 QLNAAA -9477 RLNAAA -497 SLNAAA -7532 TLNAAA -9838 ULNAAA -1557 VLNAAA -2467 WLNAAA -2367 XLNAAA -5677 YLNAAA -6193 ZLNAAA -7126 AMNAAA -5264 BMNAAA -850 CMNAAA -4854 DMNAAA -4414 EMNAAA -8971 FMNAAA -9240 GMNAAA -7341 HMNAAA -3151 IMNAAA -1742 JMNAAA -1347 KMNAAA -9418 LMNAAA -5452 MMNAAA -8637 NMNAAA -8287 OMNAAA -9865 PMNAAA -1664 QMNAAA -9933 RMNAAA -3416 SMNAAA -7981 TMNAAA -1981 UMNAAA -441 VMNAAA -1380 WMNAAA -7325 XMNAAA -5682 YMNAAA -1024 ZMNAAA -1096 ANNAAA -4717 BNNAAA -7948 CNNAAA -4074 DNNAAA -211 ENNAAA -8993 FNNAAA -4509 GNNAAA -823 HNNAAA -4747 INNAAA -6955 JNNAAA -7922 KNNAAA -6936 LNNAAA -1546 MNNAAA -9836 NNNAAA -5626 ONNAAA -4879 PNNAAA -8590 QNNAAA -8842 RNNAAA -6505 SNNAAA -2803 TNNAAA -9258 UNNAAA -741 VNNAAA -1457 WNNAAA -5777 XNNAAA -2883 YNNAAA -6610 ZNNAAA -4331 AONAAA -2712 BONAAA -9268 CONAAA -410 DONAAA -9411 EONAAA -4683 FONAAA -7072 GONAAA -5050 HONAAA -5932 IONAAA -2756 JONAAA -9813 KONAAA -7388 LONAAA -2596 MONAAA -5102 NONAAA -208 OONAAA -86 PONAAA -8127 QONAAA -5154 RONAAA -4491 SONAAA -7423 TONAAA -6441 UONAAA -2920 VONAAA -6386 WONAAA -9744 XONAAA -2667 YONAAA -5754 ZONAAA -4645 APNAAA -4327 BPNAAA -843 CPNAAA -4085 DPNAAA -2849 EPNAAA -5734 FPNAAA -5307 GPNAAA -8433 HPNAAA -3031 IPNAAA -5714 JPNAAA -5969 KPNAAA -2532 LPNAAA -5219 MPNAAA -7343 NPNAAA -9089 OPNAAA -9337 PPNAAA -5131 QPNAAA -6253 RPNAAA -5140 SPNAAA -2953 TPNAAA -4293 UPNAAA -9974 VPNAAA -5061 WPNAAA -8570 XPNAAA -9504 YPNAAA -604 ZPNAAA -4991 AQNAAA -880 BQNAAA -3861 CQNAAA -8262 DQNAAA -5689 EQNAAA -1793 FQNAAA -2661 GQNAAA -7954 HQNAAA -1874 IQNAAA -2982 JQNAAA -331 KQNAAA -5021 LQNAAA -9894 MQNAAA -7709 NQNAAA -4980 OQNAAA -8249 PQNAAA -7120 QQNAAA -7464 RQNAAA -8086 SQNAAA -3509 TQNAAA -3902 UQNAAA -9907 VQNAAA -6278 WQNAAA -9316 XQNAAA -2824 YQNAAA -1558 ZQNAAA -5436 ARNAAA -1161 BRNAAA -7569 CRNAAA -9614 DRNAAA -6970 ERNAAA -2422 FRNAAA -8860 GRNAAA -9912 HRNAAA -1109 IRNAAA -3286 JRNAAA -2277 KRNAAA -8656 LRNAAA -4656 MRNAAA -6965 NRNAAA -7591 ORNAAA -4883 PRNAAA -452 QRNAAA -4018 RRNAAA -4066 SRNAAA -6480 TRNAAA -8634 URNAAA -9387 VRNAAA -3476 WRNAAA -5995 XRNAAA -9677 YRNAAA -3884 ZRNAAA -6500 ASNAAA -7972 BSNAAA -5281 CSNAAA -1288 DSNAAA -4366 ESNAAA -6557 FSNAAA -7086 GSNAAA -6588 HSNAAA -9062 ISNAAA -9230 JSNAAA -7672 KSNAAA -5204 LSNAAA -2836 MSNAAA -7165 NSNAAA -971 OSNAAA -3851 PSNAAA -8593 QSNAAA -7742 RSNAAA -2887 SSNAAA -8479 TSNAAA -9514 USNAAA -273 VSNAAA -2938 WSNAAA -9793 XSNAAA -8050 YSNAAA -6702 ZSNAAA -7290 ATNAAA -1837 BTNAAA -3206 CTNAAA -4925 DTNAAA -5066 ETNAAA -3401 FTNAAA -3474 GTNAAA -57 HTNAAA -2082 ITNAAA -100 JTNAAA -9665 KTNAAA -8284 LTNAAA -958 MTNAAA -5282 NTNAAA -4257 OTNAAA -3160 PTNAAA -8449 QTNAAA -500 RTNAAA -6432 STNAAA -6220 TTNAAA -7233 UTNAAA -2723 VTNAAA -1899 WTNAAA -7158 XTNAAA -202 YTNAAA -2286 ZTNAAA -5356 AUNAAA -3809 BUNAAA -3979 CUNAAA -8359 DUNAAA -3479 EUNAAA -4895 FUNAAA -6059 GUNAAA -9560 HUNAAA -6756 IUNAAA -7504 JUNAAA -6762 KUNAAA -5304 LUNAAA -9533 MUNAAA -6649 NUNAAA -38 OUNAAA -5713 PUNAAA -3000 QUNAAA -3738 RUNAAA -3327 SUNAAA -3922 TUNAAA -9245 UUNAAA -2172 VUNAAA -7128 WUNAAA -1195 XUNAAA -8445 YUNAAA -8638 ZUNAAA -1249 AVNAAA -8659 BVNAAA -3556 CVNAAA -3347 DVNAAA -3260 EVNAAA -5139 FVNAAA -9991 GVNAAA -5499 HVNAAA -8082 IVNAAA -1640 JVNAAA -8726 KVNAAA -2339 LVNAAA -2601 MVNAAA -9940 NVNAAA -4185 OVNAAA -9546 PVNAAA -5218 QVNAAA -4374 RVNAAA -288 SVNAAA -7445 TVNAAA -1710 UVNAAA -6409 VVNAAA -7982 WVNAAA -4950 XVNAAA -9242 YVNAAA -3272 ZVNAAA -739 AWNAAA -5526 BWNAAA -8189 CWNAAA -9106 DWNAAA -9775 EWNAAA -4643 FWNAAA -8396 GWNAAA -3255 HWNAAA -301 IWNAAA -6014 JWNAAA -6046 KWNAAA -984 LWNAAA -2420 MWNAAA -2922 NWNAAA -2317 OWNAAA -7332 PWNAAA -6451 QWNAAA -2589 RWNAAA -4333 SWNAAA -8650 TWNAAA -6856 UWNAAA -4194 VWNAAA -6246 WWNAAA -4371 XWNAAA -1388 YWNAAA -1056 ZWNAAA -6041 AXNAAA -6153 BXNAAA -8450 CXNAAA -3469 DXNAAA -5226 EXNAAA -8112 FXNAAA -647 GXNAAA -2567 HXNAAA -9064 IXNAAA -5161 JXNAAA -5260 KXNAAA -8988 LXNAAA -9678 MXNAAA -6853 NXNAAA -5294 OXNAAA -9864 PXNAAA -8702 QXNAAA -1132 RXNAAA -1524 SXNAAA -4560 TXNAAA -2137 UXNAAA -3283 VXNAAA -3377 WXNAAA -2267 XXNAAA -8987 YXNAAA -6709 ZXNAAA -8059 AYNAAA -3402 BYNAAA -6443 CYNAAA -8858 DYNAAA -3974 EYNAAA -3521 FYNAAA -9509 GYNAAA -5442 HYNAAA -8968 IYNAAA -333 JYNAAA -952 KYNAAA -7482 LYNAAA -1486 MYNAAA -1815 NYNAAA -7937 OYNAAA -1436 PYNAAA -3470 QYNAAA -8195 RYNAAA -6906 SYNAAA -2539 TYNAAA -5988 UYNAAA -8908 VYNAAA -2319 WYNAAA -3263 XYNAAA -4039 YYNAAA -6373 ZYNAAA -1168 AZNAAA -8338 BZNAAA -1172 CZNAAA -200 DZNAAA -6355 EZNAAA -7768 FZNAAA -25 GZNAAA -7144 HZNAAA -8671 IZNAAA -9163 JZNAAA -8889 KZNAAA -5950 LZNAAA -6163 MZNAAA -8119 NZNAAA -1416 OZNAAA -4132 PZNAAA -2294 QZNAAA -9094 RZNAAA -4168 SZNAAA -9108 TZNAAA -5706 UZNAAA -2231 VZNAAA -2173 WZNAAA -90 XZNAAA -9996 YZNAAA -330 ZZNAAA -2052 AAOAAA -1093 BAOAAA -5817 CAOAAA -1559 DAOAAA -8405 EAOAAA -9962 FAOAAA -9461 GAOAAA -3028 HAOAAA -6814 IAOAAA -9587 JAOAAA -6863 KAOAAA -4963 LAOAAA -7811 MAOAAA -7608 NAOAAA -5321 OAOAAA -9971 PAOAAA -6161 QAOAAA -2181 RAOAAA -3828 SAOAAA -348 TAOAAA -5459 UAOAAA -9406 VAOAAA -9852 WAOAAA -3095 XAOAAA -5597 YAOAAA -8841 ZAOAAA -3536 ABOAAA -4009 BBOAAA -7366 CBOAAA -7327 DBOAAA -1613 EBOAAA -8619 FBOAAA -4880 GBOAAA -1552 HBOAAA -7636 IBOAAA -8397 JBOAAA -6224 KBOAAA -9102 LBOAAA -7906 MBOAAA -9467 NBOAAA -828 OBOAAA -9585 PBOAAA -925 QBOAAA -7375 RBOAAA -4027 SBOAAA -766 TBOAAA -5633 UBOAAA -5648 VBOAAA -148 WBOAAA -2072 XBOAAA -431 YBOAAA -1711 ZBOAAA -9378 ACOAAA -6776 BCOAAA -6842 CCOAAA -2656 DCOAAA -3116 ECOAAA -7904 FCOAAA -3529 GCOAAA -3240 HCOAAA -5801 ICOAAA -4090 JCOAAA -7687 KCOAAA -9711 LCOAAA -4760 MCOAAA -5524 NCOAAA -2251 OCOAAA -1511 PCOAAA -5991 QCOAAA -7808 RCOAAA -8708 SCOAAA -8939 TCOAAA -4295 UCOAAA -5905 VCOAAA -2649 WCOAAA -2347 XCOAAA -6339 YCOAAA -292 ZCOAAA -9314 ADOAAA -6893 BDOAAA -3970 CDOAAA -1652 DDOAAA -4326 EDOAAA -7881 FDOAAA -5291 GDOAAA -957 HDOAAA -2313 IDOAAA -5463 JDOAAA -1268 KDOAAA -5028 LDOAAA -656 MDOAAA -9274 NDOAAA -8217 ODOAAA -2175 PDOAAA -6028 QDOAAA -7584 RDOAAA -4114 SDOAAA -8894 TDOAAA -781 UDOAAA -133 VDOAAA -7572 WDOAAA -8514 XDOAAA -3352 YDOAAA -8098 ZDOAAA -9116 AEOAAA -9444 BEOAAA -2590 CEOAAA -7302 DEOAAA -7444 EEOAAA -8748 FEOAAA -7615 GEOAAA -6090 HEOAAA -1529 IEOAAA -9398 JEOAAA -6114 KEOAAA -2736 LEOAAA -468 MEOAAA -1487 NEOAAA -4784 OEOAAA -6731 PEOAAA -3328 QEOAAA -6891 REOAAA -8039 SEOAAA -4064 TEOAAA -542 UEOAAA -1039 VEOAAA -5603 WEOAAA -6641 XEOAAA -6307 YEOAAA -5354 ZEOAAA -7878 AFOAAA -6391 BFOAAA -4575 CFOAAA -6644 DFOAAA -5207 EFOAAA -1736 FFOAAA -3547 GFOAAA -6647 HFOAAA -4107 IFOAAA -8125 JFOAAA -9223 KFOAAA -6903 LFOAAA -3639 MFOAAA -9606 NFOAAA -3232 OFOAAA -2063 PFOAAA -3731 QFOAAA -2558 RFOAAA -2357 SFOAAA -6008 TFOAAA -8246 UFOAAA -8220 VFOAAA -1075 WFOAAA -2410 XFOAAA -3253 YFOAAA -4370 ZFOAAA -8426 AGOAAA -2262 BGOAAA -4149 CGOAAA -2732 DGOAAA -8606 EGOAAA -6311 FGOAAA -7223 GGOAAA -3054 HGOAAA -3952 IGOAAA -8252 JGOAAA -6020 KGOAAA -3846 LGOAAA -3755 MGOAAA -3765 NGOAAA -3434 OGOAAA -1381 PGOAAA -287 QGOAAA -4476 RGOAAA -2916 SGOAAA -4517 TGOAAA -4561 UGOAAA -5106 VGOAAA -2077 WGOAAA -5269 XGOAAA -5688 YGOAAA -8831 ZGOAAA -3867 AHOAAA -6062 BHOAAA -8460 CHOAAA -3138 DHOAAA -3173 EHOAAA -7018 FHOAAA -4836 GHOAAA -1007 HHOAAA -658 IHOAAA -5205 JHOAAA -5805 KHOAAA -5959 LHOAAA -2863 MHOAAA -7272 NHOAAA -8437 OHOAAA -4900 PHOAAA -890 QHOAAA -3530 RHOAAA -6209 SHOAAA -4595 THOAAA -5982 UHOAAA -1101 VHOAAA -9555 WHOAAA -1918 XHOAAA -3527 YHOAAA -7309 ZHOAAA -8213 AIOAAA -306 BIOAAA -845 CIOAAA -16 DIOAAA -437 EIOAAA -9518 FIOAAA -2142 GIOAAA -8121 HIOAAA -7354 IIOAAA -1720 JIOAAA -6078 KIOAAA -5929 LIOAAA -3856 MIOAAA -3424 NIOAAA -1712 OIOAAA -2340 PIOAAA -5570 QIOAAA -8734 RIOAAA -6077 SIOAAA -2960 TIOAAA -5062 UIOAAA -1532 VIOAAA -8298 WIOAAA -2496 XIOAAA -8412 YIOAAA -724 ZIOAAA -1019 AJOAAA -6265 BJOAAA -740 CJOAAA -8495 DJOAAA -6983 EJOAAA -991 FJOAAA -3189 GJOAAA -4487 HJOAAA -5554 IJOAAA -1258 JJOAAA -5359 KJOAAA -2709 LJOAAA -361 MJOAAA -4028 NJOAAA -3735 OJOAAA -4427 PJOAAA -7540 QJOAAA -3569 RJOAAA -1916 SJOAAA -7596 TJOAAA -9721 UJOAAA -4429 VJOAAA -3471 WJOAAA -1157 XJOAAA -5700 YJOAAA -4431 ZJOAAA -9409 AKOAAA -8752 BKOAAA -9484 CKOAAA -1266 DKOAAA -9097 EKOAAA -3068 FKOAAA -5490 GKOAAA -1375 HKOAAA -2487 IKOAAA -1705 JKOAAA -1571 KKOAAA -4005 LKOAAA -5497 MKOAAA -2144 NKOAAA -4052 OKOAAA -4942 PKOAAA -5504 QKOAAA -2913 RKOAAA -5617 SKOAAA -8179 TKOAAA -9437 UKOAAA -1821 VKOAAA -5737 WKOAAA -4207 XKOAAA -4815 YKOAAA -8707 ZKOAAA -5970 ALOAAA -5501 BLOAAA -4013 CLOAAA -9235 DLOAAA -2503 ELOAAA -9181 FLOAAA -2289 GLOAAA -4256 HLOAAA -191 ILOAAA -9655 JLOAAA -8615 KLOAAA -3011 LLOAAA -6376 MLOAAA -68 NLOAAA -4720 OLOAAA -6848 PLOAAA -456 QLOAAA -5887 RLOAAA -9249 SLOAAA -4041 TLOAAA -2304 ULOAAA -8763 VLOAAA -2115 WLOAAA -8014 XLOAAA -9895 YLOAAA -671 ZLOAAA -3774 AMOAAA -134 BMOAAA -534 CMOAAA -7308 DMOAAA -5244 EMOAAA -1512 FMOAAA -8960 GMOAAA -6602 HMOAAA -593 IMOAAA -2353 JMOAAA -4139 KMOAAA -3063 LMOAAA -652 MMOAAA -7405 NMOAAA -3034 OMOAAA -4614 PMOAAA -2351 QMOAAA -8208 RMOAAA -5475 SMOAAA -6875 TMOAAA -563 UMOAAA -3346 VMOAAA -291 WMOAAA -6345 XMOAAA -8099 YMOAAA -2078 ZMOAAA -8238 ANOAAA -4482 BNOAAA -716 CNOAAA -7288 DNOAAA -5906 ENOAAA -5618 FNOAAA -1141 GNOAAA -8231 HNOAAA -3713 INOAAA -9158 JNOAAA -4051 KNOAAA -1973 LNOAAA -6710 MNOAAA -1021 NNOAAA -2196 ONOAAA -8335 PNOAAA -2272 QNOAAA -3818 RNOAAA -679 SNOAAA -7512 TNOAAA -493 UNOAAA -5663 VNOAAA -4655 WNOAAA -3996 XNOAAA -8797 YNOAAA -2991 ZNOAAA -7038 AOOAAA -4174 BOOAAA -6908 COOAAA -8477 DOOAAA -3576 EOOAAA -2685 FOOAAA -9161 GOOAAA -2951 HOOAAA -8362 IOOAAA -2379 JOOAAA -1277 KOOAAA -1728 LOOAAA -9816 MOOAAA -6288 NOOAAA -8985 OOOAAA -771 POOAAA -464 QOOAAA -9625 ROOAAA -9608 SOOAAA -9170 TOOAAA -9658 UOOAAA -7515 VOOAAA -9400 WOOAAA -2045 XOOAAA -324 YOOAAA -4252 ZOOAAA -8329 APOAAA -4472 BPOAAA -1047 CPOAAA -9341 DPOAAA -7000 EPOAAA -1429 FPOAAA -2701 GPOAAA -6630 HPOAAA -3669 IPOAAA -8613 JPOAAA -7080 KPOAAA -8788 LPOAAA -6291 MPOAAA -7885 NPOAAA -7160 OPOAAA -6140 PPOAAA -9881 QPOAAA -9140 RPOAAA -644 SPOAAA -3667 TPOAAA -2675 UPOAAA -9492 VPOAAA -5004 WPOAAA -9456 XPOAAA -8197 YPOAAA -2837 ZPOAAA -127 AQOAAA -9772 BQOAAA -5743 CQOAAA -2007 DQOAAA -7586 EQOAAA -45 FQOAAA -6482 GQOAAA -4565 HQOAAA -6975 IQOAAA -7260 JQOAAA -2830 KQOAAA -9365 LQOAAA -8207 MQOAAA -2506 NQOAAA -8081 OQOAAA -8678 PQOAAA -9932 QQOAAA -447 RQOAAA -9187 SQOAAA -89 TQOAAA -7027 UQOAAA -1536 VQOAAA -160 WQOAAA -7679 XQOAAA -5973 YQOAAA -4401 ZQOAAA -395 AROAAA -4904 BROAAA -2759 CROAAA -8713 DROAAA -3770 EROAAA -8272 FROAAA -5358 GROAAA -9747 HROAAA -1567 IROAAA -2136 JROAAA -314 KROAAA -4583 LROAAA -375 MROAAA -5566 NROAAA -6865 OROAAA -894 PROAAA -5399 QROAAA -1385 RROAAA -2156 SROAAA -9659 TROAAA -477 UROAAA -8194 VROAAA -3937 WROAAA -3745 XROAAA -4096 YROAAA -5487 ZROAAA -2475 ASOAAA -6105 BSOAAA -6036 CSOAAA -1315 DSOAAA -4473 ESOAAA -4016 FSOAAA -8135 GSOAAA -8892 HSOAAA -4850 ISOAAA -2545 JSOAAA -3788 KSOAAA -1672 LSOAAA -3664 MSOAAA -3775 NSOAAA -3103 OSOAAA -9335 PSOAAA -9200 QSOAAA -8665 RSOAAA -1356 SSOAAA -6118 TSOAAA -4605 USOAAA -5651 VSOAAA -9055 WSOAAA -8461 XSOAAA -6107 YSOAAA -1967 ZSOAAA -8910 ATOAAA -8257 BTOAAA -851 CTOAAA -7823 DTOAAA -3208 ETOAAA -856 FTOAAA -2654 GTOAAA -7185 HTOAAA -309 ITOAAA -9752 JTOAAA -6405 KTOAAA -6113 LTOAAA -9774 MTOAAA -1674 NTOAAA -9602 OTOAAA -1363 PTOAAA -6887 QTOAAA -6170 RTOAAA -8888 STOAAA -2981 TTOAAA -7369 UTOAAA -6227 VTOAAA -8002 WTOAAA -4288 XTOAAA -5136 YTOAAA -1084 ZTOAAA -9117 AUOAAA -2406 BUOAAA -1384 CUOAAA -9194 DUOAAA -858 EUOAAA -8592 FUOAAA -4773 GUOAAA -4093 HUOAAA -6587 IUOAAA -6093 JUOAAA -429 KUOAAA -5780 LUOAAA -1783 MUOAAA -2992 NUOAAA -0 OUOAAA -2968 PUOAAA -\. --- --- Data for Name: e_star; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.e_star (class, aa, cc, ee, e, a) FROM stdin; -e 15 hi carol -1 \N \N -e 16 hi bob \N \N \N -e 17 \N -2 \N \N -e \N hi michelle -3 \N \N -e 18 \N \N \N \N -e \N hi elisa \N \N \N -e \N \N -4 \N \N -\. --- --- Data for Name: emp; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.emp (name, age, location, salary, manager) FROM stdin; -sharon 25 (15,12) 1000 sam -sam 30 (10,5) 2000 bill -bill 20 (11,10) 1000 sharon -\. --- --- Data for Name: emp1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.emp1 (id, code) FROM stdin; -1 1 -2 1 -\. --- --- Data for Name: extra_wide_table; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.extra_wide_table (firstc, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, lastc) FROM stdin; -first col \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N \N last col -\. --- --- Data for Name: f_star; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.f_star (class, aa, cc, ee, ff, f, e, a) FROM stdin; -f 19 hi claire -5 ((1,3),(2,4)) 10 \N \N -f 20 hi mike -6 \N 10 \N \N -f 21 hi marcel \N ((11,44),(22,55),(33,66)) 10 \N \N -f 22 \N -7 ((111,555),(222,666),(333,777),(444,888)) 10 \N \N -f \N hi keith -8 ((1111,3333),(2222,4444)) 10 \N \N -f 24 hi marc \N \N 10 \N \N -f 25 \N -9 \N 10 \N \N -f 26 \N \N ((11111,33333),(22222,44444)) 10 \N \N -f \N hi allison -10 \N 10 \N \N -f \N hi jeff \N ((111111,333333),(222222,444444)) 10 \N \N -f \N \N -11 ((1111111,3333333),(2222222,4444444)) 10 \N \N -f 27 \N \N \N 10 \N \N -f \N hi carl \N \N 10 \N \N -f \N \N -12 \N 10 \N \N -f \N \N \N ((11111111,33333333),(22222222,44444444)) 10 \N \N -f \N \N \N \N 10 \N \N -\. --- --- Data for Name: fast_emp4000; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.fast_emp4000 (home_base) FROM stdin; -(12699,9028),(12654,8987) -(22689,4680),(22614,4626) -(43263,47296),(43217,47217) -(6184,8397),(6182,8379) -(863,28537),(788,28456) -(33783,4733),(33746,4693) -(40456,47134),(40426,47087) -(45950,8153),(45887,8060) -(33433,36474),(33399,36460) -(41106,22017),(41086,21962) -(19214,36781),(19179,36767) -(11582,40823),(11498,40737) -(35565,5404),(35546,5360) -(26489,17387),(26405,17356) -(30874,13849),(30796,13814) -(38255,1619),(38227,1593) -(4445,32006),(4405,31914) -(3923,32921),(3876,32913) -(36054,39464),(36032,39434) -(46540,6780),(46524,6758) -(12184,45811),(12118,45787) -(13198,17090),(13143,17051) -(30939,44578),(30865,44486) -(12502,4939),(12431,4902) -(3250,1108),(3169,1063) -(34029,41240),(33976,41180) -(47057,44018),(46967,43927) -(699,10114),(686,10058) -(5925,26020),(5845,25979) -(9462,39388),(9382,39388) -(270,32616),(226,32607) -(3959,49145),(3861,49115) -(207,40886),(179,40879) -(48480,43312),(48412,43233) -(37183,37209),(37161,37110) -(13576,13505),(13521,13487) -(5877,1037),(5818,1036) -(6777,16694),(6776,16692) -(49362,13905),(49299,13845) -(29356,14606),(29313,14562) -(5492,6976),(5441,6971) -(288,49588),(204,49571) -(36698,37213),(36682,37158) -(718,41336),(645,41272) -(8725,23369),(8660,23333) -(40115,9894),(40025,9818) -(40051,41181),(40015,41153) -(5739,1740),(5715,1731) -(25120,27935),(25054,27876) -(27475,46084),(27447,46003) -\N -(33197,3252),(33161,3245) -(10892,15691),(10869,15662) -(39012,44712),(38995,44640) -(4506,6484),(4458,6459) -(13970,26316),(13964,26236) -(28009,28104),(27968,28030) -(5991,27613),(5906,27607) -(23649,6338),(23610,6314) -(25942,10008),(25911,9928) -(25651,29943),(25590,29906) -\N -(24555,40334),(24546,40330) -(46870,43762),(46789,43709) -\N -(20030,2752),(19945,2687) -(30758,26754),(30718,26678) -\N -(4320,44673),(4286,44625) -\N -(1011,15576),(939,15574) -(41936,40699),(41854,40655) -(20594,19002),(20561,18995) -(9388,41056),(9325,41042) -(34771,46693),(34751,46645) -(49398,46359),(49332,46357) -\N -(23115,35380),(23036,35306) -(46305,34840),(46283,34765) -(16768,21692),(16691,21647) -(28695,3128),(28654,3112) -(22182,7107),(22107,7074) -(14567,1210),(14468,1139) -(14156,37139),(14136,37119) -(33500,38351),(33477,38286) -(39983,41981),(39944,41954) -(26773,20824),(26719,20813) -(42516,22947),(42460,22932) -(26127,10701),(26044,10650) -(17808,13803),(17724,13710) -(14913,49873),(14849,49836) -(37013,820),(36955,736) -(39071,1399),(39022,1381) -\N -(9785,42546),(9687,42540) -(13423,14066),(13354,14052) -(3417,14558),(3336,14478) -(25212,46368),(25128,46316) -(10124,39848),(10027,39820) -(39722,39226),(39656,39162) -(6298,28101),(6250,28076) -(45852,5846),(45809,5750) -(48292,4885),(48290,4841) -(18905,4454),(18894,4424) -(18965,43474),(18902,43444) -(39843,28239),(39761,28199) -(18087,44660),(18019,44632) -(33886,10382),(33794,10286) -(38383,13163),(38362,13092) -(18861,25050),(18842,24965) -(29887,14326),(29806,14274) -(18733,11644),(18698,11644) -(5119,37952),(5089,37950) -(16191,34884),(16149,34864) -(29544,1104),(29496,1062) -(27740,41555),(27701,41540) -(4672,4087),(4633,4060) -(45441,38994),(45377,38958) -(3272,1176),(3232,1146) -(12820,26606),(12790,26575) -(30910,7590),(30877,7512) -(42476,39152),(42377,39127) -(6562,38490),(6542,38447) -(30046,20332),(29988,20259) -(40723,15950),(40671,15949) -(4945,46857),(4908,46817) -(47986,16882),(47963,16877) -(9842,22339),(9805,22305) -(29831,23169),(29818,23122) -(12322,34404),(12250,34312) -(22846,11091),(22759,10992) -(47627,2424),(47603,2397) -(18375,43632),(18347,43577) -(40441,974),(40394,965) -(34260,10573),(34194,10522) -(32914,9549),(32828,9503) -(49023,37827),(48978,37799) -(22183,10691),(22111,10669) -\N -(38036,15828),(38014,15759) -(34604,16801),(34508,16746) -(26737,29997),(26675,29976) -(47375,40298),(47293,40210) -(771,2661),(732,2649) -(28514,25659),(28504,25577) -(13438,46494),(13376,46455) -(7187,17877),(7125,17786) -(49957,43390),(49897,43384) -(26543,20067),(26482,20057) -(16416,29803),(16385,29724) -(36353,7484),(36286,7414) -(26498,3377),(26415,3358) -(28990,32205),(28936,32193) -(45005,3842),(45001,3816) -(21672,23566),(21603,23566) -(33360,43465),(33302,43429) -\N -(29884,9544),(29838,9520) -\N -(5599,15012),(5596,14930) -(22396,21481),(22344,21422) -(24810,14955),(24780,14887) -(47114,18866),(47081,18784) -(39013,39245),(38953,39237) -(12863,40534),(12803,40529) -(351,37068),(310,37019) -\N -(12916,34327),(12891,34240) -\N -(49191,2694),(49170,2628) -(24127,38407),(24050,38325) -(3264,23053),(3213,23007) -(8172,30385),(8144,30336) -(19630,35716),(19573,35640) -(42554,5148),(42521,5117) -(42168,33453),(42136,33426) -(17732,32093),(17666,32057) -(1039,16626),(1037,16587) -(21287,7757),(21265,7679) -(47063,8260),(47039,8225) -(38645,16238),(38561,16204) -(18258,25358),(18196,25341) -(30458,1742),(30458,1695) -(35147,9273),(35121,9233) -(7670,16625),(7642,16545) -(49503,23432),(49484,23383) -(31089,23146),(31062,23093) -(47758,2734),(47670,2703) -\N -(35276,1027),(35259,972) -(26337,17603),(26313,17579) -(35649,16777),(35626,16777) -(42454,5105),(42362,5101) -(21682,24951),(21646,24920) -\N -(48383,25174),(48303,25156) -(14672,3532),(14601,3460) -(22570,22587),(22515,22512) -(23566,25623),(23484,25573) -(9530,24542),(9504,24459) -(41271,451),(41236,401) -(5556,37528),(5502,37527) -(12479,25042),(12447,24991) -(16568,22916),(16499,22864) -(42700,13084),(42676,12992) -\N -(35523,40973),(35504,40932) -(32948,16962),(32857,16901) -(7808,13469),(7712,13469) -(13920,35203),(13870,35131) -(22731,31563),(22658,31557) -\N -(22909,43956),(22900,43857) -(33077,35080),(33074,35030) -(48064,29307),(48022,29280) -(20232,46682),(20212,46613) -(29949,16790),(29867,16711) -(30260,32029),(30180,31979) -(17184,34503),(17110,34482) -(16066,42687),(16039,42648) -(2947,19819),(2857,19788) -(4900,47934),(4818,47894) -(27193,19014),(27174,18976) -\N -(15597,27948),(15590,27939) -(11090,28623),(11002,28589) -(26956,18651),(26920,18620) -(3107,47753),(3103,47711) -(6745,24151),(6711,24083) -(43923,19213),(43871,19124) -(33451,23578),(33370,23534) -(8944,20605),(8862,20601) -(14905,7536),(14892,7441) -(2412,18357),(2383,18354) -(37060,1443),(36974,1366) -(15501,6230),(15429,6190) -\N -(30333,50),(30273,6) -(35567,9965),(35482,9912) -(49847,7128),(49798,7067) -\N -(27685,36396),(27668,36384) -(43832,18491),(43825,18431) -(36849,34600),(36785,34589) -(2348,47938),(2307,47902) -\N -(20473,22131),(20445,22113) -(38486,4293),(38471,4288) -(30611,30451),(30553,30400) -(3883,21299),(3819,21260) -(7696,37555),(7644,37534) -(22399,7913),(22317,7911) -(42565,38605),(42500,38598) -(36595,12151),(36500,12106) -(587,35217),(571,35123) -(5764,15300),(5764,15231) -(12003,21265),(11983,21210) -(42564,4803),(42470,4737) -(42359,36834),(42271,36746) -(44700,14680),(44658,14670) -(19690,5627),(19620,5607) -(17780,43602),(17714,43565) -(45073,3491),(45041,3434) -(35043,2136),(35017,2084) -\N -(39653,19215),(39646,19198) -(23970,25560),(23935,25502) -(28698,49233),(28600,49223) -(30266,3605),(30245,3540) -(25538,7857),(25500,7791) -(17711,1757),(17708,1756) -(5248,594),(5190,587) -(2730,32454),(2671,32436) -(1722,49089),(1635,49067) -(40954,5743),(40921,5722) -\N -(21382,4426),(21298,4331) -(7885,18629),(7872,18605) -(42838,6459),(42748,6451) -(8217,19894),(8207,19845) -(20489,18524),(20433,18520) -(17383,23559),(17309,23515) -(38952,38968),(38934,38913) -\N -(44665,18137),(44636,18051) -(22416,41220),(22383,41213) -(9901,664),(9818,646) -(23475,21981),(23449,21973) -(41875,17991),(41818,17988) -(36517,47731),(36509,47713) -(37595,49849),(37581,49834) -(38771,32720),(38748,32684) -(810,38523),(736,38452) -(29695,14942),(29665,14907) -(31911,15168),(31906,15113) -(3454,36839),(3438,36831) -(4832,47554),(4820,47473) -\N -(11590,8292),(11539,8272) -(8193,33323),(8106,33317) -(16043,14799),(16001,14710) -(19574,11395),(19514,11316) -(26290,41424),(26224,41342) -(22844,12516),(22807,12471) -\N -(15709,49580),(15655,49553) -(13387,28084),(13379,28066) -(2780,38807),(2690,38711) -(22031,32458),(22028,32377) -(13511,3351),(13440,3297) -(14648,26473),(14614,26383) -(17798,19885),(17726,19852) -(32355,27940),(32324,27861) -(43773,21031),(43767,20985) -(15419,45759),(15403,45666) -(770,38863),(729,38806) -(21221,35619),(21183,35596) -(38924,31021),(38894,30961) -(7395,32439),(7345,32416) -(2324,25118),(2268,25074) -(2958,15089),(2935,15087) -(2424,160),(2424,81) -(12123,18644),(12099,18616) -(7459,30276),(7422,30218) -(15847,45488),(15814,45428) -(26409,29897),(26389,29863) -(12336,34322),(12279,34322) -(9440,23550),(9396,23466) -(4991,30850),(4905,30768) -(47262,11940),(47201,11939) -(30584,42868),(30555,42838) -(23144,24089),(23056,24067) -\N -(35930,11609),(35847,11573) -(7812,17271),(7789,17203) -(17946,37554),(17878,37480) -(27356,32869),(27298,32813) -(29971,47783),(29933,47697) -(26075,46494),(25988,46451) -(39314,41366),(39289,41269) -(31708,42900),(31688,42865) -(4510,10231),(4439,10203) -(43806,8482),(43758,8446) -(45990,49694),(45927,49617) -(48815,27640),(48782,27573) -(41675,26733),(41622,26723) -(23229,7709),(23175,7693) -(48976,17733),(48962,17731) -(10686,41470),(10597,41434) -(18053,27059),(17989,27012) -\N -(35495,25950),(35459,25912) -(41896,45014),(41881,44999) -(22654,41896),(22572,41801) -(18581,7087),(18524,6988) -\N -(14697,22406),(14681,22311) -(40092,28122),(40043,28030) -(35844,24243),(35816,24238) -(1254,25653),(1250,25644) -(1603,21730),(1556,21640) -(33048,21779),(32991,21763) -(29979,1632),(29916,1592) -(8620,633),(8580,620) -(22992,27035),(22932,27008) -(21409,29315),(21390,29309) -(3610,44748),(3547,44699) -(20402,9318),(20343,9267) -(31001,8709),(30908,8658) -(46840,47640),(46773,47551) -(49173,4705),(49143,4630) -(5339,31657),(5251,31622) -(8644,49668),(8630,49648) -(45387,2893),(45309,2885) -(47641,31020),(47584,30941) -(40238,10636),(40208,10568) -(19247,36924),(19227,36924) -(917,19957),(827,19887) -(40967,17841),(40870,17820) -(15850,4109),(15794,4085) -(20181,30916),(20085,30870) -(161,24465),(107,24374) -(21737,49690),(21667,49663) -(10328,20911),(10232,20852) -(24187,49823),(24128,49768) -(36084,4578),(36007,4501) -(38771,31741),(38673,31674) -(2202,30102),(2111,30006) -(27322,16074),(27228,16039) -(6843,17280),(6765,17248) -(16972,39744),(16912,39700) -(10608,38741),(10553,38708) -\N -(4917,34801),(4828,34766) -(39281,33659),(39268,33618) -(31706,7119),(31645,7063) -(3427,44006),(3422,44004) -\N -(10134,42608),(10044,42599) -(26294,32080),(26200,32068) -(21777,34680),(21769,34606) -(23373,25957),(23314,25915) -(10710,8401),(10681,8400) -(42062,19458),(42019,19394) -(26530,43036),(26458,43004) -(3394,46081),(3360,46077) -(38743,33953),(38677,33924) -(32438,8226),(32345,8160) -(9210,27333),(9118,27301) -(19594,1600),(19568,1551) -(10003,12278),(9952,12255) -(31737,7206),(31650,7146) -(16594,15821),(16502,15759) -(28208,30296),(28189,30278) -(30602,46237),(30555,46185) -(20715,5155),(20697,5140) -(48892,35271),(48793,35210) -(3175,5590),(3113,5525) -(34220,27947),(34132,27865) -(35105,39792),(35011,39727) -(21919,27314),(21839,27286) -\N -(23963,3723),(23917,3699) -(16312,14078),(16236,14045) -(19233,49824),(19185,49794) -(1447,11768),(1356,11699) -(17311,17709),(17224,17653) -(11962,31709),(11871,31627) -(21355,40131),(21355,40085) -(33750,35273),(33724,35180) -(38896,25539),(38879,25524) -(39569,44899),(39569,44893) -(11075,41547),(11039,41500) -(3215,12202),(3199,12127) -(46215,33458),(46132,33455) -(15121,38012),(15083,37974) -(44448,18726),(44412,18690) -(3899,38263),(3870,38262) -(13854,13353),(13786,13298) -(8252,5402),(8191,5320) -(46849,37968),(46820,37897) -(16422,13957),(16376,13897) -(47369,7665),(47353,7629) -(11982,40874),(11956,40806) -\N -(9552,27580),(9496,27562) -(32247,19399),(32176,19337) -(32704,2169),(32635,2091) -(7471,44213),(7411,44130) -(48433,7096),(48379,7089) -(37357,6543),(37338,6452) -(30460,29624),(30433,29535) -(20350,28794),(20341,28705) -(6326,32360),(6267,32317) -(1711,47519),(1654,47430) -(49540,16510),(49521,16426) -\N -(26975,618),(26908,579) -(24118,30880),(24020,30821) -(3675,15477),(3625,15418) -(44953,9577),(44953,9530) -(38323,7965),(38235,7910) -(6629,36482),(6579,36448) -(33953,16460),(33878,16408) -(49222,16790),(49186,16695) -(17308,16951),(17274,16904) -(14135,6888),(14077,6833) -(38617,47768),(38603,47760) -(7345,10992),(7290,10914) -(35261,42152),(35176,42096) -(28586,4809),(28544,4735) -(37521,25299),(37495,25217) -(41941,17954),(41912,17915) -(1209,46863),(1171,46863) -(20103,34947),(20048,34896) -(32716,33816),(32656,33769) -(11113,6531),(11036,6467) -(48635,7321),(48563,7262) -(28435,37059),(28349,37014) -(12311,17208),(12232,17112) -(1466,48010),(1379,48008) -(11226,11997),(11223,11925) -(46896,32540),(46821,32510) -(32661,31255),(32632,31187) -(37739,20376),(37655,20306) -(44002,43326),(43920,43257) -(30337,1023),(30271,968) -(34436,23357),(34432,23345) -\N -(21367,8168),(21353,8091) -(36370,21611),(36369,21569) -(4152,36488),(4080,36476) -(17696,13924),(17664,13853) -(34252,19395),(34159,19316) -(12574,3072),(12573,2975) -(3995,21243),(3943,21167) -(44553,30126),(44513,30108) -\N -(4599,45275),(4552,45254) -(33191,11404),(33176,11348) -\N -(14245,18633),(14177,18540) -(32457,20705),(32393,20700) -(40052,10499),(40016,10457) -(29824,44065),(29785,44037) -(31613,12565),(31557,12543) -(42692,29000),(42652,28996) -\N -(40680,22219),(40603,22140) -\N -(33575,27661),(33488,27644) -(46194,1385),(46184,1355) -(38442,48501),(38407,48426) -(25305,21544),(25236,21523) -(15562,8226),(15561,8208) -\N -(20844,43614),(20752,43558) -(22566,30541),(22554,30532) -(2760,47802),(2672,47789) -(25515,30745),(25433,30675) -(48382,45134),(48382,45093) -(9940,27094),(9871,27087) -\N -(48690,44361),(48610,44338) -(18992,11585),(18899,11582) -(21551,49983),(21492,49885) -(46778,29113),(46770,29071) -(43219,9593),(43212,9548) -(40291,1248),(40224,1190) -(12687,22225),(12635,22219) -(49372,38790),(49306,38721) -(49503,46808),(49411,46798) -(24745,5162),(24732,5138) -(5046,26517),(5023,26424) -(5583,46538),(5495,46531) -(6084,35950),(6079,35895) -(3503,23096),(3437,23024) -\N -(45275,8420),(45244,8418) -(13514,45251),(13491,45249) -(42112,2748),(42047,2668) -\N -(7810,21907),(7806,21878) -(48378,36029),(48303,35979) -(32568,48605),(32510,48563) -(859,18915),(810,18915) -(41963,17950),(41939,17915) -\N -(42723,8031),(42685,7955) -\N -(19587,5965),(19556,5961) -(8713,33083),(8629,32996) -(21243,7769),(21226,7740) -(43752,43026),(43720,42944) -(7883,41311),(7859,41242) -(10178,47874),(10157,47826) -(32177,48725),(32093,48646) -(22960,2784),(22953,2774) -(25101,49159),(25087,49090) -(32142,48915),(32086,48850) -(6636,44887),(6590,44825) -(37814,11606),(37769,11578) -(2870,23198),(2820,23121) -(21025,16364),(20947,16271) -(31341,36137),(31269,36114) -(38921,7906),(38888,7831) -(6966,17259),(6922,17199) -(32426,13344),(32401,13253) -(8084,30572),(8078,30572) -(42230,47674),(42150,47603) -(20724,44854),(20724,44830) -(27471,38453),(27454,38430) -(24590,37973),(24544,37941) -(45832,26077),(45772,26031) -(9589,24239),(9582,24156) -(37484,49472),(37409,49432) -(30044,19340),(30004,19333) -(16966,14632),(16936,14572) -(9439,40491),(9403,40482) -(28945,5814),(28913,5805) -(43788,41302),(43746,41231) -(33631,43451),(33614,43354) -(17590,49396),(17510,49324) -(15173,32572),(15109,32507) -(1912,23580),(1840,23504) -(38165,16185),(38076,16154) -(6729,1179),(6637,1177) -\N -(6994,45406),(6983,45325) -(2912,21327),(2908,21305) -(14678,14244),(14659,14222) -(29944,14959),(29898,14900) -(47432,35658),(47407,35610) -(25542,39243),(25466,39149) -(5330,7206),(5304,7165) -(24790,27196),(24695,27118) -(38806,1961),(38795,1906) -(23290,4487),(23212,4416) -\N -(35035,24337),(34990,24297) -(5549,38948),(5549,38891) -(24558,15492),(24501,15425) -(4636,3011),(4574,2933) -(26522,39986),(26451,39940) -(33486,18424),(33410,18366) -(36638,14324),(36625,14287) -(35115,41236),(35055,41191) -(31927,16896),(31841,16806) -(5796,43937),(5697,43886) -(25681,41645),(25663,41608) -(10962,42777),(10894,42732) -(32715,11026),(32672,10991) -(45803,20406),(45710,20371) -(34730,17672),(34658,17606) -(8809,6323),(8798,6232) -\N -(39471,23837),(39390,23749) -\N -(34078,17435),(33987,17433) -(9133,4544),(9041,4509) -(47274,29126),(47242,29060) -(6404,28488),(6403,28475) -(48894,49751),(48846,49694) -(17324,43023),(17301,42972) -(15599,8433),(15557,8386) -(48575,10202),(48488,10175) -(27638,24428),(27608,24378) -(45277,47456),(45240,47422) -(26482,46607),(26482,46570) -(41400,33898),(41397,33802) -\N -(49853,18504),(49848,18503) -(11528,25165),(11476,25080) -(49902,41752),(49818,41746) -(1956,47506),(1922,47424) -(21834,22058),(21802,21964) -\N -(19414,21842),(19386,21822) -(34801,13722),(34744,13681) -(13924,29243),(13835,29160) -(47749,21986),(47664,21894) -(47051,39582),(46974,39489) -(31287,49923),(31236,49913) -(47429,8625),(47337,8585) -(46987,44364),(46901,44277) -(16158,27510),(16099,27467) -(41184,6400),(41148,6317) -(1847,42471),(1829,42426) -\N -(14409,48602),(14320,48555) -\N -(38137,42951),(38045,42918) -(42875,2312),(42832,2243) -(27242,30617),(27181,30535) -(24882,44559),(24812,44548) -(22021,1596),(22015,1581) -(24300,1523),(24250,1443) -(43946,35909),(43869,35868) -(816,15988),(776,15967) -(25243,9401),(25237,9332) -(27967,25958),(27928,25949) -(6575,33949),(6484,33900) -(44812,35980),(44800,35913) -(37577,13064),(37495,13019) -\N -(30891,29967),(30814,29884) -(15829,28836),(15753,28807) -(11128,34180),(11126,34117) -(9834,12537),(9801,12508) -(4899,29069),(4809,29024) -(29370,38459),(29276,38382) -(40743,46653),(40647,46559) -(9618,2723),(9578,2631) -(32542,26837),(32515,26769) -(5625,13409),(5576,13355) -(47490,19229),(47472,19203) -(48118,40275),(48063,40203) -(19245,20549),(19227,20546) -(25312,22243),(25280,22164) -(18797,28934),(18723,28881) -(31609,49393),(31512,49366) -(26183,32888),(26135,32824) -(46198,26153),(46180,26149) -\N -(45383,16904),(45353,16888) -(7132,11408),(7091,11338) -(48262,43227),(48236,43159) -(31722,12861),(31675,12810) -\N -(41695,48924),(41691,48921) -(48318,12877),(48287,12802) -(12069,32241),(11978,32231) -(8395,2694),(8380,2661) -(19552,34590),(19550,34497) -(12203,26166),(12187,26143) -(35745,9571),(35654,9542) -(22384,22535),(22352,22439) -(21459,28189),(21360,28189) -(7418,7203),(7343,7182) -(39497,48412),(39413,48318) -(1058,11132),(979,11051) -(45623,31417),(45548,31381) -\N -(23887,31921),(23876,31891) -(7797,1244),(7785,1155) -(23679,43650),(23594,43644) -(21891,30561),(21833,30485) -(4069,6870),(4019,6785) -(5134,25117),(5103,25034) -(36101,41895),(36085,41810) -(39617,39211),(39544,39191) -(37437,6604),(37434,6585) -\N -(7749,32601),(7740,32515) -(26203,34991),(26159,34946) -(31856,39006),(31783,39003) -(45828,24767),(45788,24723) -\N -(49836,35965),(49757,35871) -(44113,49024),(44033,48995) -(38237,22326),(38187,22253) -(45235,19087),(45190,19005) -(1588,45285),(1520,45254) -(46628,8701),(46552,8665) -(47707,18258),(47668,18250) -(9377,26162),(9325,26079) -(28331,16766),(28302,16731) -(15792,27875),(15727,27809) -(16454,1972),(16415,1967) -(21012,15828),(20972,15784) -(27465,30603),(27390,30560) -(39256,7697),(39225,7604) -(25908,32801),(25854,32770) -(25215,40109),(25201,40106) -\N -(23280,4613),(23190,4596) -(32440,30879),(32405,30807) -(49156,4224),(49126,4126) -(20005,40423),(19911,40370) -(20978,8226),(20930,8170) -(32127,22611),(32126,22579) -(21764,26509),(21701,26455) -\N -(32923,2834),(32914,2830) -(7499,25331),(7426,25300) -(6163,36942),(6107,36908) -(41118,14583),(41034,14486) -(21211,33369),(21208,33331) -(7899,27682),(7853,27603) -(16546,48436),(16535,48400) -(24898,40195),(24855,40174) -(43029,982),(43004,952) -(26266,7962),(26252,7950) -\N -(11308,44367),(11210,44322) -(8902,28402),(8808,28334) -(11671,19619),(11665,19549) -(47202,23593),(47153,23505) -(21981,40220),(21905,40160) -(46721,2514),(46687,2471) -(3450,33839),(3424,33811) -(41854,45864),(41762,45792) -(40183,47816),(40114,47742) -(26119,33910),(26077,33816) -(3430,16518),(3365,16500) -(40063,32176),(40005,32166) -(38702,15253),(38679,15187) -(17719,12291),(17658,12257) -(46131,30669),(46068,30587) -(42738,10952),(42731,10907) -(8721,45155),(8650,45076) -(45317,26123),(45244,26113) -(42694,11561),(42614,11490) -(10043,12479),(10009,12391) -(27584,2345),(27578,2257) -(30889,8253),(30866,8167) -\N -(5176,48928),(5107,48838) -(9781,21023),(9745,20976) -(32430,27908),(32404,27859) -(3984,7391),(3973,7352) -(18904,8094),(18842,8091) -(20573,5508),(20482,5496) -(7806,44368),(7753,44297) -(18875,41452),(18817,41376) -(6632,12142),(6566,12079) -(33066,17865),(33055,17854) -(45726,19628),(45714,19589) -(26971,18459),(26941,18423) -(26554,23641),(26515,23592) -(45503,1325),(45441,1231) -(11898,20164),(11880,20115) -(27868,22837),(27843,22776) -(34931,8206),(34855,8144) -(42375,33603),(42350,33539) -(3184,8308),(3129,8238) -(26667,15813),(26661,15785) -\N -(5760,49617),(5730,49546) -(794,27001),(777,26992) -(13518,45289),(13459,45235) -\N -(34430,29754),(34363,29736) -(37912,24574),(37880,24543) -(8130,2270),(8083,2258) -\N -(26930,21516),(26848,21455) -(3634,33511),(3592,33489) -(33080,5036),(33035,4972) -(48389,13942),(48316,13915) -(9231,5298),(9150,5232) -(1357,10601),(1321,10548) -\N -(35175,15295),(35091,15269) -(33917,36863),(33879,36784) -(8279,12052),(8239,12021) -(11868,19083),(11862,19034) -(24019,30777),(24006,30703) -(44619,6959),(44618,6938) -(28610,2626),(28523,2582) -(29579,41801),(29482,41775) -(23448,37609),(23396,37534) -(40676,11252),(40670,11191) -(39656,14077),(39564,13999) -(33060,31042),(33033,30950) -(11720,6816),(11654,6792) -(13775,28873),(13730,28868) -(47851,39121),(47802,39084) -(30923,40255),(30860,40199) -(44169,15070),(44085,15015) -(42574,28664),(42558,28590) -(8993,43487),(8941,43460) -(40782,11648),(40763,11631) -(18516,10143),(18423,10137) -(39068,551),(39005,491) -\N -(39672,12000),(39575,11913) -(18508,37761),(18464,37712) -(19083,35318),(19079,35280) -(30286,13736),(30222,13672) -(7223,9164),(7132,9069) -(20764,29286),(20700,29210) -(5733,8063),(5699,8058) -(8566,43873),(8549,43797) -(22126,27444),(22062,27366) -(15105,8717),(15078,8660) -(43987,33145),(43940,33083) -\N -(46833,38652),(46755,38612) -(47768,27202),(47681,27169) -(22792,1183),(22731,1152) -(25650,43310),(25562,43247) -(37084,20116),(37045,20057) -(47461,32556),(47423,32555) -\N -(41225,18124),(41215,18117) -(17623,25218),(17553,25158) -(13770,21703),(13770,21700) -(48958,35441),(48870,35388) -(2976,1808),(2892,1802) -(45118,22318),(45049,22224) -(42287,26616),(42281,26560) -(25525,6327),(25468,6244) -\N -(40756,31634),(40713,31568) -(23105,26565),(23078,26565) -(48268,39862),(48265,39827) -(41656,26254),(41567,26243) -(28062,17920),(28045,17825) -(6443,17321),(6402,17238) -(10191,45466),(10151,45447) -(18097,39706),(18043,39649) -(37592,3244),(37569,3197) -(29809,5978),(29762,5950) -(12145,11251),(12130,11202) -(37507,42999),(37446,42956) -(10820,2866),(10782,2830) -(36440,42904),(36421,42832) -(38370,3386),(38279,3311) -(9345,17279),(9313,17197) -(20477,14864),(20395,14807) -(37147,37769),(37110,37729) -(15325,36135),(15284,36053) -(29034,32897),(29009,32854) -(2116,22274),(2037,22216) -(15078,38330),(15048,38251) -(7968,33600),(7914,33573) -(832,23851),(770,23786) -(38669,4348),(38594,4344) -(8521,48573),(8425,48564) -(1060,43320),(969,43289) -(26170,10150),(26144,10069) -(32324,8539),(32285,8506) -(13121,18044),(13109,18021) -(1597,9383),(1594,9367) -(49539,35164),(49505,35065) -(39464,10295),(39409,10261) -(8921,37898),(8825,37803) -(31171,47076),(31093,47039) -(7178,41397),(7108,41304) -(16240,34832),(16162,34761) -(2829,20119),(2782,20091) -(45854,21265),(45810,21250) -(6382,12106),(6315,12030) -(22301,46291),(22291,46274) -(34142,14181),(34078,14158) -(11258,29748),(11198,29742) -\N -(37450,6943),(37398,6882) -(41675,27207),(41643,27130) -(13578,49562),(13573,49479) -(37132,37397),(37081,37301) -(49404,37193),(49332,37170) -(33536,31809),(33444,31735) -(45990,42751),(45893,42708) -(38852,20510),(38802,20509) -(27453,15836),(27391,15802) -(9347,29004),(9284,28946) -(44871,27727),(44778,27668) -(14978,19646),(14970,19644) -(23243,47091),(23166,47080) -(45204,21431),(45167,21370) -(14082,22316),(14078,22235) -(42778,22694),(42744,22606) -(4834,25241),(4760,25196) -(20497,18110),(20494,18038) -(45738,35524),(45706,35496) -(21575,5151),(21493,5092) -(2194,10052),(2172,9960) -\N -(47735,24472),(47682,24460) -(46740,35700),(46695,35609) -(24647,42807),(24568,42779) -(18000,30576),(17975,30506) -(48638,46630),(48544,46628) -(48508,33600),(48477,33578) -(38703,45408),(38670,45313) -(21712,15015),(21625,14956) -(5840,42007),(5768,41992) -(44011,11138),(43953,11117) -(3899,33262),(3897,33238) -(30142,23967),(30096,23927) -(36950,13226),(36908,13141) -(13130,26915),(13071,26873) -(38576,35408),(38539,35392) -(16776,46244),(16700,46176) -(38251,25969),(38168,25948) -\N -(3512,32256),(3417,32242) -(31923,31225),(31832,31197) -(5144,4969),(5124,4937) -(34499,46164),(34430,46162) -\N -(39432,31907),(39388,31828) -(17316,24606),(17221,24533) -(20751,49352),(20709,49323) -(41673,30418),(41623,30377) -(29026,24400),(28971,24345) -(21929,30617),(21894,30598) -(35539,12421),(35536,12355) -(24938,45583),(24870,45525) -\N -(27442,33090),(27353,33064) -(23949,12046),(23949,12036) -(11399,377),(11360,294) -(47099,9989),(47023,9942) -(641,33118),(639,33084) -(13687,41308),(13682,41290) -\N -(3682,17727),(3645,17660) -(13262,19396),(13185,19357) -(18791,389),(18774,366) -(12489,45384),(12403,45369) -\N -(12065,6364),(12015,6325) -\N -(32705,23886),(32619,23827) -\N -(7004,37333),(6911,37240) -(28594,38078),(28530,38050) -(5805,21797),(5710,21701) -(41145,18905),(41058,18873) -(35599,10002),(35591,9956) -(5387,39087),(5326,38994) -(11703,14003),(11671,13912) -(4093,10472),(4091,10470) -\N -(14110,49740),(14063,49695) -(4170,470),(4097,463) -(22219,17296),(22164,17221) -(2505,20879),(2446,20842) -\N -(47235,24744),(47151,24667) -(30035,23234),(30013,23197) -(3489,11659),(3461,11607) -(38435,46322),(38429,46230) -(12315,32880),(12277,32854) -(33350,35297),(33317,35263) -(18845,37671),(18836,37589) -(24855,23554),(24783,23520) -(48251,44461),(48188,44408) -(17695,43353),(17605,43286) -(4964,21292),(4893,21270) -(33919,29907),(33852,29878) -(29139,40010),(29084,39957) -(41611,37750),(41572,37741) -(41773,34717),(41682,34700) -(8225,7424),(8221,7363) -(1785,28248),(1771,28219) -(21553,36307),(21505,36257) -(7552,18199),(7527,18119) -\N -(14410,30977),(14349,30944) -\N -(20940,49142),(20901,49069) -(36892,5522),(36810,5478) -(40192,20926),(40179,20926) -(44702,15182),(44641,15117) -(43431,4921),(43337,4827) -(41129,21654),(41084,21642) -(6205,42785),(6113,42722) -(23714,10224),(23666,10205) -(9318,35175),(9274,35139) -(40698,12676),(40618,12627) -(49954,1340),(49905,1294) -(32774,33062),(32763,33062) -(4336,22183),(4241,22157) -(10241,47657),(10151,47592) -(6746,16718),(6666,16634) -(26842,49694),(26839,49680) -(34870,47437),(34820,47347) -(26365,22266),(26326,22183) -(39859,932),(39829,840) -(33995,10888),(33902,10793) -(32972,22342),(32951,22340) -\N -(19951,10161),(19932,10111) -(26779,45188),(26745,45151) -(11235,13593),(11184,13589) -(27334,20968),(27288,20953) -(9586,43102),(9488,43085) -(43935,49759),(43925,49680) -(10548,37032),(10474,36955) -(9326,14927),(9295,14848) -(41340,11312),(41311,11303) -(6500,44553),(6454,44515) -\N -(8198,26841),(8104,26749) -(47761,34183),(47702,34140) -(43637,17912),(43577,17910) -(17623,11138),(17590,11122) -(48122,13132),(48077,13060) -(27911,39796),(27908,39777) -(1108,7918),(1080,7832) -(18776,24329),(18699,24326) -(1171,37901),(1075,37871) -(38437,33948),(38364,33907) -(1913,11593),(1817,11533) -(22684,266),(22656,181) -(13299,17075),(13241,17074) -(6924,30196),(6851,30113) -\N -(4367,13150),(4298,13053) -(37381,6101),(37380,6046) -(10307,28383),(10270,28349) -(12283,8636),(12256,8610) -(20230,32775),(20144,32723) -(32942,12812),(32905,12714) -(46140,7138),(46140,7047) -(37235,29436),(37161,29425) -(42486,25454),(42478,25444) -(47860,46973),(47842,46961) -(41760,21026),(41662,20955) -(29663,20088),(29566,20026) -(19167,33241),(19101,33235) -(12306,37845),(12301,37803) -(11288,873),(11203,857) -(30309,5120),(30282,5060) -(46927,19737),(46856,19687) -(16664,20052),(16649,19989) -(7330,8675),(7296,8613) -(45067,45724),(44991,45631) -(45317,10862),(45218,10842) -(15012,47009),(14998,46956) -(47882,10146),(47813,10099) -(31571,46215),(31511,46148) -(32257,2619),(32187,2531) -(38924,41305),(38872,41285) -(49981,34876),(49898,34786) -(30501,35099),(30418,35011) -\N -(45862,41438),(45854,41434) -(38448,31878),(38391,31822) -(8278,43463),(8274,43378) -(5883,30629),(5878,30564) -(49501,40346),(49447,40275) -(31651,43116),(31560,43106) -(44244,32940),(44244,32926) -\N -(17941,18079),(17938,18035) -(9518,32524),(9470,32511) -(30707,43469),(30686,43457) -(3284,46542),(3187,46477) -(43423,29642),(43393,29602) -(19940,16825),(19877,16736) -(26194,47446),(26194,47407) -(30386,24675),(30333,24652) -(42707,44466),(42688,44456) -\N -(43395,18525),(43320,18467) -(28346,32259),(28276,32196) -(45106,40786),(45026,40767) -(36734,20414),(36722,20363) -(37140,11569),(37099,11475) -(8967,6409),(8882,6341) -(31036,27923),(30993,27890) -(22442,47682),(22347,47663) -(32511,24029),(32482,23970) -(22593,34444),(22519,34399) -(41534,15495),(41518,15455) -\N -(35862,19997),(35818,19928) -(31419,8323),(31404,8285) -(31036,19023),(30978,19000) -(46900,15192),(46891,15102) -(12774,9651),(12765,9604) -(49985,6436),(49927,6338) -(7184,47344),(7089,47285) -(12792,45021),(12740,45011) -(15019,27192),(14940,27096) -(35415,23106),(35381,23095) -(42129,14283),(42095,14245) -(29375,45807),(29347,45743) -(21763,24916),(21700,24889) -\N -(47656,8794),(47579,8774) -(6139,49571),(6059,49472) -(44492,45607),(44483,45532) -(22699,4301),(22628,4240) -(27407,24241),(27335,24158) -\N -(38424,34460),(38403,34458) -(46572,48456),(46554,48402) -(39676,29056),(39643,28981) -(4202,33076),(4107,33010) -(32499,10592),(32482,10575) -(22504,45417),(22459,45378) -(49619,40322),(49619,40268) -(14463,9305),(14426,9224) -(10070,20300),(10035,20211) -(35060,28561),(34965,28553) -(23970,47522),(23887,47428) -(46803,19155),(46790,19131) -\N -(46151,49848),(46058,49830) -(45266,40766),(45209,40738) -(31041,32195),(31007,32110) -(41401,17245),(41334,17224) -(37445,654),(37435,602) -(45568,31904),(45508,31857) -(29326,7923),(29285,7896) -(27078,34643),(27027,34606) -(34492,43443),(34437,43345) -(34109,4307),(34083,4265) -(2755,45325),(2727,45312) -(12571,24218),(12536,24195) -(41224,2454),(41149,2445) -(711,34828),(655,34788) -(9104,18865),(9036,18850) -(3508,26816),(3456,26771) -(20159,16212),(20116,16160) -(36871,7425),(36777,7421) -(2751,45244),(2734,45222) -(35867,28071),(35769,28052) -(46878,35730),(46850,35725) -(20610,35086),(20513,35037) -(3903,32612),(3887,32517) -(9330,40226),(9289,40169) -(6338,28242),(6329,28184) -(35668,18344),(35606,18304) -(29892,48927),(29878,48879) -(26999,646),(26932,612) -(36377,38898),(36338,38847) -(40289,31459),(40236,31436) -(30377,1164),(30306,1069) -(7642,12183),(7590,12112) -(40325,1716),(40296,1662) -(36412,38787),(36318,38691) -(3967,33268),(3923,33261) -(33914,40774),(33873,40763) -(45978,41431),(45963,41332) -(39195,12546),(39120,12520) -(29962,30878),(29941,30846) -(9365,10732),(9310,10726) -(28801,23943),(28740,23885) -(28934,38858),(28928,38807) -(22126,45897),(22068,45803) -(2923,33832),(2918,33751) -(25116,2276),(25083,2272) -(31174,14546),(31144,14460) -(11728,9072),(11658,9004) -(19804,49195),(19730,49125) -(23090,28826),(23010,28787) -(33989,27553),(33947,27486) -(39702,47613),(39641,47553) -(31397,3607),(31304,3519) -(5835,9262),(5791,9226) -(40112,37022),(40038,36926) -(12346,29356),(12282,29344) -(28503,9623),(28469,9591) -(38449,43143),(38378,43066) -(36950,37311),(36905,37265) -(34824,5729),(34818,5706) -(9288,26969),(9225,26900) -(2535,42176),(2478,42159) -(29098,49051),(29085,49031) -(44759,33326),(44727,33230) -(42849,2970),(42821,2919) -(46014,27193),(45985,27151) -(14506,13713),(14417,13626) -(19342,44905),(19332,44895) -(38178,37003),(38147,36925) -(29179,27310),(29084,27288) -(42713,10158),(42671,10060) -(43336,38389),(43290,38326) -(41260,34410),(41245,34327) -(27907,2695),(27830,2596) -(16309,44972),(16222,44966) -(6230,22262),(6214,22249) -\N -(9266,39458),(9175,39447) -(33120,33548),(33087,33538) -(43659,11416),(43599,11375) -(49707,39258),(49702,39159) -(23520,22140),(23486,22072) -(24736,46502),(24668,46412) -(7826,16851),(7730,16807) -(39114,6048),(39056,5965) -(11859,8753),(11764,8701) -(42254,48367),(42240,48328) -(26136,49185),(26056,49175) -(38395,11209),(38334,11137) -(33249,9425),(33209,9348) -(22131,38502),(22112,38460) -(5306,24344),(5267,24268) -(30292,1198),(30233,1149) -(9903,10896),(9850,10806) -(25568,22911),(25487,22868) -(22048,43391),(22043,43362) -(20852,25827),(20851,25766) -(35204,17119),(35114,17093) -(5575,43431),(5554,43410) -(17727,13623),(17678,13560) -(14721,29520),(14709,29461) -(40317,42220),(40267,42166) -(31435,31012),(31386,30931) -(40655,10103),(40645,10006) -(35783,17802),(35773,17763) -(34874,10210),(34856,10200) -(3694,14279),(3610,14239) -(27854,5493),(27799,5433) -(34913,7234),(34894,7220) -(15758,26445),(15738,26421) -(23710,7272),(23705,7270) -\N -(33679,13468),(33628,13415) -\N -(31271,40495),(31178,40461) -(759,187),(662,163) -(14419,40434),(14402,40381) -(45879,42933),(45814,42872) -(167,17214),(92,17184) -(9964,12210),(9958,12195) -(35834,46257),(35817,46211) -(26077,5629),(25978,5621) -(46177,44640),(46082,44544) -(44780,28753),(44707,28692) -(35491,24729),(35425,24690) -(33914,34190),(33914,34131) -(17709,33253),(17668,33227) -(45516,11888),(45423,11848) -(24497,24752),(24411,24710) -(30333,5952),(30331,5886) -(444,12587),(430,12497) -(7592,22353),(7541,22287) -\N -(13387,37414),(13329,37318) -\N -(21504,35227),(21449,35210) -(18533,12909),(18438,12848) -(41049,27148),(41048,27088) -(18205,12222),(18151,12140) -(18026,5164),(18026,5156) -(34104,29862),(34006,29815) -(18520,49686),(18454,49602) -(37000,41493),(36920,41424) -(43025,25711),(42986,25687) -(38620,47018),(38535,46934) -(24119,36813),(24023,36739) -(48887,26359),(48879,26302) -(47827,14625),(47810,14609) -(10792,30746),(10776,30716) -(30384,40672),(30318,40582) -(48417,22790),(48358,22746) -(14854,5819),(14785,5798) -(19142,44414),(19085,44406) -(31179,27081),(31145,27005) -\N -(19692,8711),(19659,8642) -(39689,14082),(39603,14051) -(11181,39091),(11119,39002) -(46015,23374),(45936,23328) -(12517,49702),(12427,49690) -(21926,21137),(21841,21111) -(31956,12509),(31870,12494) -(5895,2030),(5851,2020) -(27094,5447),(27014,5377) -(35781,8717),(35780,8618) -(14012,12023),(13972,12015) -(1702,12442),(1696,12419) -(28549,5251),(28462,5248) -(26441,21007),(26360,20925) -(49820,7990),(49771,7967) -(26424,29698),(26339,29693) -(35146,6820),(35071,6817) -\N -(15438,18788),(15435,18729) -(47115,5235),(47096,5143) -(33982,9002),(33915,8925) -(14206,37041),(14174,36955) -(24300,36616),(24232,36613) -(44658,1788),(44580,1769) -\N -(31539,43550),(31463,43464) -\N -(16722,9673),(16633,9652) -(44813,20573),(44733,20544) -\N -(42114,32559),(42040,32552) -(41561,36244),(41477,36241) -(39589,33796),(39548,33716) -(20365,26770),(20329,26709) -(28511,208),(28479,114) -(10010,25524),(9930,25508) -\N -(1549,45666),(1512,45621) -(16193,1927),(16166,1869) -(34486,11500),(34421,11401) -(14048,37944),(13994,37901) -(21692,9594),(21617,9496) -(2568,37899),(2557,37811) -(4360,24503),(4278,24443) -(50027,49230),(49951,49214) -(44849,14867),(44836,14813) -(16695,34896),(16683,34840) -(12600,35217),(12593,35129) -(23113,24009),(23030,23962) -(49907,30225),(49810,30158) -(18026,25208),(17970,25208) -(49711,39844),(49651,39790) -(5427,42682),(5357,42637) -(23901,14221),(23802,14184) -(15470,12185),(15376,12163) -(47302,34023),(47292,34001) -(24336,17418),(24315,17393) -(13948,17043),(13903,16970) -(8555,8986),(8530,8953) -(48830,6038),(48743,5986) -(48720,40687),(48623,40610) -(21161,30970),(21146,30896) -(9507,36316),(9411,36261) -\N -(36643,18136),(36614,18106) -(1858,7457),(1851,7402) -(24452,44306),(24372,44252) -\N -(3292,807),(3205,806) -(6845,30694),(6792,30627) -(21333,25786),(21237,25751) -(23008,22574),(22999,22511) -(8790,8893),(8772,8806) -(43333,47968),(43264,47900) -(5377,24103),(5302,24076) -(18410,23993),(18329,23907) -(24752,19126),(24713,19069) -(49772,11378),(49696,11293) -(3468,12920),(3396,12873) -(1746,40342),(1736,40333) -(49187,29737),(49139,29681) -(27657,44952),(27581,44917) -\N -(35407,30177),(35345,30151) -(4071,40568),(4058,40544) -(25998,30513),(25965,30452) -(8195,45403),(8097,45310) -(8276,41689),(8183,41670) -\N -(48435,28550),(48355,28455) -\N -(8139,25449),(8136,25380) -(20302,25574),(20297,25531) -\N -(22055,46659),(22034,46567) -(3531,49962),(3463,49934) -(46828,46938),(46739,46902) -(42294,786),(42212,739) -(8779,3292),(8761,3275) -(48146,46170),(48082,46151) -(21571,10000),(21531,9919) -(35526,26029),(35450,25945) -(38893,22225),(38865,22197) -(22189,37520),(22132,37497) -(810,43261),(751,43198) -(10352,39144),(10290,39093) -(8740,35435),(8720,35432) -(31657,13551),(31583,13484) -(39803,4019),(39755,4014) -(46353,7853),(46312,7824) -(30078,48975),(30021,48970) -(2847,32036),(2819,31966) -(25250,10147),(25165,10140) -\N -(15643,38953),(15585,38947) -(40792,29798),(40731,29731) -(43249,26858),(43215,26835) -(47229,2199),(47201,2134) -(10052,23601),(9958,23570) -(38981,21615),(38892,21604) -(3651,45004),(3570,44917) -(21503,8261),(21409,8166) -(13518,34201),(13465,34105) -(13899,25117),(13836,25114) -(18327,17403),(18301,17349) -(19503,13648),(19483,13607) -(3554,19487),(3529,19466) -(41102,43355),(41070,43314) -(4663,45858),(4583,45765) -(3971,3023),(3931,2975) -(37124,7061),(37080,6993) -(48530,47172),(48459,47160) -(14575,29843),(14509,29750) -(43443,23124),(43357,23038) -(8864,48290),(8857,48263) -(41597,39852),(41577,39791) -(35610,33392),(35556,33353) -(36415,17906),(36328,17846) -(24919,43933),(24839,43883) -(7457,14056),(7395,14051) -(43851,4090),(43801,4080) -(43567,18468),(43471,18388) -(16711,6084),(16652,6055) -(45888,45934),(45846,45880) -(45630,9313),(45585,9248) -(27119,25969),(27094,25884) -(36155,11420),(36120,11405) -(41880,47111),(41808,47049) -\N -(17554,20379),(17482,20374) -(38848,5936),(38763,5869) -(28324,31019),(28276,30944) -(43257,17152),(43176,17091) -(42717,24613),(42691,24527) -(16786,41486),(16763,41403) -(19259,28780),(19160,28711) -(25843,28265),(25760,28171) -(48645,34816),(48546,34755) -(7004,49289),(6976,49236) -(30261,21833),(30181,21776) -(5290,46672),(5219,46661) -(21237,31901),(21188,31849) -(23340,38537),(23253,38472) -(17269,3682),(17183,3586) -\N -(48200,15377),(48110,15369) -(16546,22195),(16477,22142) -(21436,8460),(21378,8449) -\N -(46598,17235),(46577,17138) -\N -(30212,36184),(30152,36092) -(18037,155),(17941,109) -(4945,29201),(4933,29184) -(32835,18782),(32770,18750) -(34160,33104),(34120,33007) -(5151,26989),(5149,26909) -(1801,15549),(1710,15461) -(48988,34819),(48951,34764) -(20904,32547),(20856,32497) -\N -(32654,35183),(32606,35144) -(14336,11763),(14328,11712) -(30546,23808),(30463,23773) -(6813,21006),(6781,20924) -\N -(14199,22030),(14185,21934) -(3783,14709),(3747,14658) -(49428,47052),(49422,46973) -(29551,27682),(29470,27654) -(29170,37260),(29151,37181) -(48924,24689),(48894,24680) -(48497,34052),(48453,33966) -\N -(21263,8203),(21242,8176) -(46537,3797),(46462,3735) -(18406,14579),(18393,14563) -\N -(11583,16529),(11536,16471) -(10564,46257),(10478,46228) -(49769,34513),(49761,34458) -\N -(9202,6482),(9138,6391) -(40387,37411),(40357,37360) -(11966,11802),(11888,11751) -(15551,47438),(15486,47406) -(12017,43288),(11969,43230) -(9717,22574),(9701,22495) -\N -(35083,49443),(35075,49355) -(33857,9320),(33813,9269) -(32106,10581),(32012,10560) -(14345,12485),(14273,12424) -(24187,46416),(24175,46402) -(43854,42159),(43808,42129) -(35399,40707),(35359,40646) -(29585,25576),(29493,25556) -(24919,7829),(24911,7753) -\N -(17049,48390),(17022,48304) -(25224,35012),(25217,34922) -(47397,20853),(47346,20779) -(17221,16558),(17181,16516) -(8669,16491),(8645,16486) -(23502,44241),(23484,44164) -(36169,37046),(36072,37010) -(44775,32394),(44763,32357) -(30685,36871),(30662,36792) -(21783,47642),(21714,47630) -(34847,27467),(34761,27372) -(43925,49912),(43888,49878) -(16455,27861),(16364,27813) -(38406,18310),(38329,18309) -(5408,9461),(5319,9426) -(41856,36900),(41784,36854) -(23723,4460),(23646,4448) -(18454,40138),(18430,40046) -(17505,36822),(17418,36763) -(36686,33534),(36641,33476) -(11347,9454),(11289,9436) -\N -(27816,34752),(27745,34736) -(44213,8559),(44162,8461) -(45359,26789),(45315,26776) -(31249,19475),(31224,19421) -(25917,44239),(25819,44149) -(47313,40691),(47264,40685) -(40577,33848),(40513,33794) -(9606,45253),(9582,45174) -(30005,24521),(29910,24496) -(49332,35375),(49309,35299) -(12164,33871),(12075,33820) -(19598,43327),(19593,43314) -\N -(3818,28584),(3815,28504) -\N -(35579,8611),(35541,8604) -(8811,20986),(8750,20954) -(16139,44777),(16128,44686) -(35550,41501),(35534,41458) -(43180,11927),(43109,11891) -(45798,8465),(45711,8460) -(18196,6886),(18126,6845) -(1774,32167),(1701,32073) -(7030,40790),(7029,40711) -(11676,23009),(11665,22915) -(33990,22561),(33953,22474) -\N -(30366,9447),(30284,9353) -(37626,32913),(37596,32853) -(7730,42561),(7665,42470) -(49347,8403),(49315,8387) -(6874,3499),(6812,3458) -(44189,16999),(44169,16964) -(6312,30167),(6231,30083) -(18932,6611),(18909,6518) -(32262,13076),(32223,13057) -(45989,249),(45910,222) -(42710,855),(42692,796) -(25562,9849),(25535,9802) -(13348,46719),(13260,46689) -(30022,42196),(30005,42160) -\N -(22263,45954),(22243,45950) -(18918,18890),(18820,18795) -(31918,12003),(31852,11989) -(12252,39453),(12211,39398) -(40208,9789),(40194,9759) -(35943,21767),(35914,21693) -(18439,10706),(18383,10618) -(2803,18999),(2778,18925) -(14953,27444),(14875,27397) -(12587,22025),(12545,21928) -(33930,21090),(33918,21009) -(10444,2606),(10407,2553) -(28700,29782),(28665,29703) -\N -(1402,13497),(1397,13465) -\N -(24155,3075),(24083,3062) -(38378,1864),(38339,1849) -(29261,49910),(29247,49818) -(38139,37073),(38098,37057) -\N -(24468,41130),(24418,41053) -(9989,1015),(9959,939) -(47001,33561),(46994,33518) -(47058,16030),(46983,16012) -(35509,1814),(35426,1748) -(3630,48019),(3597,47923) -(47781,12986),(47741,12947) -(16364,9908),(16356,9882) -(17290,41508),(17287,41410) -(42423,26477),(42349,26434) -(10039,920),(9952,833) -(16851,21338),(16846,21314) -\N -(23104,7700),(23062,7688) -(5619,2079),(5611,2075) -(31471,49632),(31375,49549) -(25793,12526),(25783,12456) -(3935,29528),(3866,29513) -\N -(5957,1646),(5947,1595) -(2467,22376),(2429,22349) -(43715,32673),(43664,32595) -(6726,13093),(6636,12994) -(31477,18347),(31421,18299) -(34232,36635),(34200,36552) -(49061,14516),(49008,14442) -(43996,6129),(43955,6074) -(7728,33802),(7670,33703) -\N -(6131,36766),(6053,36749) -(35791,16361),(35696,16329) -(45759,8935),(45675,8886) -(43634,2029),(43537,1940) -(4916,32233),(4844,32181) -(46701,23508),(46623,23477) -(29590,4893),(29552,4871) -(38647,4423),(38574,4396) -(7593,25845),(7497,25751) -(8510,43552),(8432,43492) -(18791,39181),(18730,39162) -(7462,2956),(7454,2858) -(1394,26795),(1392,26780) -(16707,21993),(16609,21932) -(26838,10866),(26803,10836) -(31642,29842),(31585,29760) -(21891,3502),(21863,3406) -(13258,587),(13250,507) -(6072,47397),(6021,47369) -(16605,49730),(16579,49659) -(42830,40981),(42791,40981) -(12975,3706),(12913,3637) -(30925,21660),(30826,21649) -(1455,14229),(1410,14156) -\N -(17583,16486),(17562,16474) -(33377,3387),(33333,3381) -(784,6177),(750,6095) -(22111,44110),(22106,44013) -(1444,403),(1346,344) -(4010,46220),(3982,46212) -(17932,8150),(17861,8127) -(38685,31466),(38636,31416) -(14257,11549),(14242,11522) -(14990,15217),(14904,15211) -(21395,21533),(21307,21520) -\N -(31948,33725),(31885,33694) -(433,49033),(390,48961) -(45205,609),(45173,523) -(25065,35494),(25003,35455) -(33265,6677),(33224,6611) -(18179,22345),(18133,22256) -(3916,13759),(3820,13732) -(1696,13478),(1604,13436) -(47203,25980),(47130,25907) -(24913,13361),(24868,13268) -(13824,40177),(13792,40130) -(25671,13555),(25585,13494) -\N -(20133,37769),(20105,37679) -\N -(26368,16734),(26288,16726) -(30545,35438),(30458,35376) -(48816,22926),(48812,22831) -(48807,31389),(48739,31330) -(11003,10859),(10950,10765) -(17288,8570),(17247,8485) -(38377,31415),(38331,31379) -\N -(19085,23425),(19059,23326) -(40059,17068),(40052,17006) -(18811,13493),(18734,13394) -(36319,17197),(36225,17181) -(14939,38780),(14863,38714) -(49539,17656),(49479,17629) -(42530,45951),(42466,45854) -(27318,26654),(27233,26610) -(49980,35004),(49937,34963) -(18326,32558),(18322,32502) -(45951,28555),(45896,28481) -(12104,33531),(12014,33501) -(22311,41113),(22215,41066) -(25073,18721),(25047,18656) -\N -(14524,13486),(14510,13390) -(40040,36688),(40000,36599) -(21594,11473),(21563,11436) -(44031,22274),(43938,22187) -(729,30683),(668,30601) -(14114,20873),(14102,20803) -(28239,41377),(28222,41308) -(26404,11922),(26317,11843) -(41660,34586),(41585,34501) -\N -(21128,2384),(21101,2368) -(30209,16952),(30156,16858) -(39078,24963),(39045,24898) -(5598,1348),(5499,1294) -\N -(38474,7436),(38450,7364) -(15117,45734),(15024,45693) -\N -(23909,39853),(23888,39780) -(24292,30183),(24282,30148) -(48871,17661),(48868,17637) -(918,18752),(847,18708) -\N -(43615,16162),(43606,16104) -(33763,47410),(33751,47409) -(4798,6485),(4773,6388) -\N -(18524,41539),(18433,41518) -(47745,42449),(47651,42364) -(38936,21237),(38864,21204) -\N -(5251,3516),(5194,3475) -(22269,36269),(22183,36228) -(18736,40983),(18685,40947) -(38393,15444),(38356,15363) -(38134,29898),(38103,29862) -(37789,39557),(37732,39474) -(31906,23005),(31838,23003) -(10647,40094),(10560,40040) -(9914,41547),(9867,41545) -(44221,443),(44125,433) -(41479,10936),(41381,10847) -(42586,6301),(42563,6235) -(2504,17588),(2449,17554) -(7045,18782),(7028,18764) -(41840,32018),(41768,31938) -(38416,17158),(38330,17060) -\N -(8605,39015),(8605,38933) -(5764,43548),(5719,43496) -\N -(20789,29902),(20696,29843) -\N -(36104,47896),(36079,47816) -(31736,13834),(31722,13832) -(32617,19701),(32597,19684) -(1671,18997),(1622,18945) -(36007,26545),(36005,26535) -(31864,17494),(31820,17455) -(27346,28388),(27303,28289) -(8191,9653),(8133,9589) -(7501,21616),(7405,21536) -(35450,9580),(35368,9563) -(29281,37276),(29247,37255) -(6225,17192),(6200,17135) -\N -(43689,8119),(43670,8028) -(41917,49601),(41835,49563) -(44295,13116),(44205,13078) -(22721,44772),(22667,44748) -(32640,11107),(32636,11050) -(20639,28851),(20613,28839) -\N -(32479,10159),(32446,10061) -(27251,16978),(27196,16959) -(41401,33148),(41339,33074) -\N -(49001,8538),(48989,8444) -(37958,35843),(37874,35802) -(46969,41229),(46903,41138) -(18541,8876),(18541,8870) -(4080,31634),(4061,31627) -(8097,35240),(8040,35152) -(18470,21414),(18463,21412) -(20914,17897),(20838,17869) -(42688,11681),(42666,11641) -(47525,25005),(47443,24907) -(32439,14438),(32397,14400) -\N -(39667,19626),(39622,19542) -(1212,44525),(1169,44516) -(29766,4433),(29668,4401) -(25847,49657),(25813,49605) -(33859,17356),(33827,17263) -(28989,45953),(28904,45854) -(37211,30830),(37113,30819) -\N -(45220,26382),(45219,26340) -(12312,43250),(12234,43246) -(37775,41504),(37762,41421) -(45889,33499),(45822,33411) -(49461,22601),(49369,22553) -(39857,33844),(39816,33824) -(46102,15822),(46030,15778) -(46605,31239),(46598,31170) -(23925,5856),(23862,5808) -(15459,4262),(15407,4241) -(12019,4907),(12015,4818) -(38258,17973),(38229,17923) -(40575,29566),(40477,29521) -\N -(29715,45919),(29697,45891) -(11694,9510),(11670,9490) -(7053,44257),(7012,44231) -(16465,8603),(16391,8505) -(29170,15592),(29098,15527) -(20400,37354),(20345,37328) -(5281,10265),(5252,10184) -(6084,48782),(6058,48727) -(11006,6889),(10971,6796) -(16299,19461),(16286,19411) -(13718,29192),(13642,29106) -(3999,2965),(3963,2903) -(18509,12235),(18430,12208) -(49542,38575),(49537,38534) -(15093,41715),(15071,41634) -(6802,8385),(6714,8300) -(15127,17507),(15097,17424) -(36921,3025),(36835,2995) -(32117,24327),(32101,24262) -(27244,24151),(27165,24104) -(36339,42360),(36313,42358) -(47288,46252),(47245,46184) -(37867,6649),(37818,6565) -(14886,22103),(14865,22089) -(39611,17952),(39513,17951) -(37329,31436),(37298,31436) -(5715,39115),(5698,39099) -(13266,7364),(13203,7296) -(16076,10945),(16006,10942) -(7197,41509),(7126,41413) -(14411,40868),(14330,40772) -(12872,33481),(12862,33454) -(17786,19616),(17758,19560) -(1052,37358),(996,37311) -(42825,12643),(42762,12625) -(20007,49858),(19921,49778) -(27155,6355),(27072,6257) -(14117,40208),(14022,40155) -(47280,34069),(47279,34028) -(17551,15803),(17482,15763) -(1725,6673),(1676,6649) -(43984,31128),(43961,31105) -(43772,47042),(43731,47038) -(46901,47317),(46817,47228) -(19877,14179),(19837,14168) -(20691,19989),(20675,19935) -(4011,18914),(3963,18817) -(1023,23378),(933,23317) -(30051,46118),(29966,46039) -(43499,46488),(43496,46409) -\N -(43531,2412),(43447,2396) -\N -(16034,32285),(15976,32220) -(12817,21365),(12740,21298) -(7607,47293),(7585,47293) -(32512,12218),(32463,12170) -(1848,21496),(1839,21439) -(17567,23073),(17478,23046) -(35813,31847),(35807,31792) -\N -(563,30859),(540,30842) -(13145,15488),(13063,15433) -(36754,37479),(36731,37411) -(1125,26069),(1057,25997) -(4539,20676),(4519,20618) -(8476,34721),(8409,34681) -(7794,25691),(7727,25656) -(23842,514),(23800,473) -(47678,41396),(47668,41365) -(6837,25974),(6799,25892) -(13355,11174),(13304,11161) -\N -(37243,25548),(37158,25471) -(12528,30208),(12441,30205) -(14929,1672),(14886,1607) -(27263,49026),(27263,49010) -(15892,21645),(15835,21642) -(29446,48978),(29360,48967) -(41304,9892),(41211,9825) -(37418,49393),(37338,49296) -(41146,32178),(41120,32165) -(28738,13326),(28722,13266) -(14899,36595),(14873,36559) -(1973,31435),(1921,31426) -(19485,17742),(19421,17661) -(33072,20995),(32980,20903) -(47091,30055),(47080,30037) -(45753,12998),(45686,12992) -\N -(11528,7826),(11509,7794) -(21104,13921),(21060,13836) -(16768,15491),(16747,15470) -(13279,20396),(13249,20326) -(4342,49518),(4339,49446) -(20413,15476),(20349,15447) -(45532,5649),(45484,5627) -(18647,27196),(18619,27115) -(1326,17473),(1261,17400) -(47646,19644),(47588,19609) -(35088,1813),(35080,1732) -(38461,34839),(38410,34838) -(34358,11540),(34285,11506) -\N -(26969,7078),(26953,6989) -(12629,40352),(12617,40264) -(33800,7037),(33731,6992) -(24462,13518),(24392,13486) -(33164,47357),(33096,47329) -(15422,18451),(15413,18376) -(19643,12916),(19567,12912) -(40860,42125),(40770,42050) -(49103,29614),(49039,29606) -(36319,35582),(36222,35528) -(8924,36083),(8873,36018) -(49603,44022),(49505,44021) -(7783,40633),(7702,40618) -(25388,49107),(25346,49042) -(28375,38947),(28306,38919) -(47324,22672),(47321,22660) -(2287,8808),(2266,8719) -(44343,16339),(44248,16318) -(2374,28839),(2336,28798) -(22913,40710),(22819,40688) -\N -(47747,684),(47658,627) -(16043,46011),(16021,45984) -(34958,32168),(34903,32092) -(4840,49328),(4752,49258) -(24341,2087),(24330,2009) -(18378,19374),(18327,19358) -(48165,7217),(48156,7141) -(14232,6044),(14182,6004) -(23080,4196),(22983,4191) -(259,1850),(175,1820) -(270,29508),(264,29440) -(45088,11375),(45050,11295) -(29666,39386),(29656,39302) -(8712,8782),(8660,8713) -(15900,6650),(15855,6561) -(28946,28348),(28917,28347) -(32544,25845),(32538,25779) -(44047,6957),(43951,6942) -(36465,588),(36382,503) -\N -(28167,26679),(28150,26673) -(16065,4268),(15975,4180) -(12950,23494),(12893,23494) -(30145,24679),(30056,24654) -(3027,16162),(3001,16071) -(8259,34537),(8202,34484) -(41447,1515),(41427,1454) -(18407,28362),(18309,28303) -(21393,41872),(21328,41816) -(46040,26497),(45996,26408) -\N -(49944,25163),(49902,25153) -\N -(16195,11843),(16159,11831) -(44257,15270),(44254,15214) -(49760,4791),(49699,4713) -(22558,33709),(22519,33681) -(28375,10003),(28336,9938) -(18179,24310),(18106,24256) -(707,30688),(664,30669) -(5851,26118),(5822,26037) -(4266,1292),(4221,1217) -(16516,11331),(16432,11248) -(32374,38277),(32313,38245) -(21939,8015),(21927,7952) -(34322,32051),(34242,32003) -(6262,35977),(6260,35953) -(16717,38594),(16622,38498) -(14564,3433),(14535,3425) -(21078,1000),(20994,974) -(28584,956),(28575,868) -(5538,9962),(5465,9870) -(34183,44102),(34175,44085) -\N -(42507,10289),(42441,10288) -(12671,19936),(12594,19920) -(24835,12179),(24770,12173) -(15664,11538),(15598,11494) -(28892,24446),(28821,24350) -(41654,26720),(41570,26632) -(36583,387),(36503,357) -(10842,34824),(10795,34788) -(11518,42588),(11429,42565) -(12577,40322),(12486,40266) -(2453,4045),(2439,3956) -(31837,33705),(31803,33681) -(24403,27711),(24383,27705) -(4431,2748),(4337,2656) -\N -(3036,2887),(3014,2826) -(37664,16118),(37615,16022) -(8606,18063),(8587,18038) -(24738,25458),(24656,25362) -(45756,34022),(45671,33948) -(34079,15236),(33981,15171) -(9251,22488),(9228,22470) -(25136,2809),(25126,2717) -(5548,47695),(5543,47685) -(13765,40800),(13707,40754) -(25216,30678),(25144,30677) -(22441,17169),(22392,17106) -(1091,4770),(1054,4734) -(36311,50073),(36258,49987) -(22461,33163),(22457,33128) -(35873,28907),(35845,28867) -(42907,15848),(42904,15785) -(6549,24897),(6540,24861) -(21928,37764),(21891,37681) -(21237,41132),(21139,41086) -(12207,24266),(12173,24235) -(40643,49770),(40574,49687) -(32833,35686),(32815,35674) -\N -(14545,18143),(14541,18098) -(33892,42783),(33884,42707) -(33933,8381),(33921,8369) -(12450,19044),(12403,19002) -(10176,45158),(10088,45145) -(35828,12080),(35732,12022) -(28102,13694),(28061,13666) -(49432,31744),(49340,31711) -(16192,37743),(16162,37697) -(46830,867),(46756,790) -(9200,28048),(9159,27986) -(13397,19369),(13340,19288) -(30879,43562),(30785,43545) -(21995,48224),(21920,48143) -\N -(11871,47569),(11809,47568) -(29366,22196),(29280,22154) -(26243,28176),(26203,28116) -(28995,35031),(28906,35014) -(29384,39276),(29352,39183) -(8497,13798),(8471,13789) -(7412,27226),(7334,27220) -(25403,47678),(25363,47654) -(11599,5556),(11574,5502) -(44056,5123),(44008,5111) -(49603,30877),(49579,30840) -(32261,45876),(32206,45865) -(35104,41659),(35048,41587) -\N -(5457,35844),(5376,35782) -(29423,3977),(29354,3959) -(18059,3001),(17965,2961) -(8509,5691),(8463,5620) -\N -(27118,5762),(27083,5747) -(2991,48605),(2939,48559) -(44482,3484),(44425,3459) -(45143,16439),(45046,16365) -(2236,37531),(2147,37530) -(41561,3217),(41490,3210) -\N -(6270,27200),(6171,27166) -(49195,24871),(49138,24798) -\N -(46985,38881),(46897,38845) -(37486,23522),(37404,23441) -(26907,14490),(26900,14391) -(30829,16111),(30756,16056) -(3644,17291),(3587,17262) -(20508,49775),(20472,49680) -\N -(43279,8972),(43198,8936) -(33744,7470),(33734,7439) -(46303,20538),(46284,20498) -(10365,48246),(10291,48154) -(12636,24987),(12545,24933) -(40998,46992),(40989,46916) -(30536,6073),(30531,6018) -(22102,9643),(22051,9594) -(18616,34348),(18530,34332) -(8222,8907),(8123,8848) -(45698,28860),(45698,28770) -(26958,1748),(26924,1726) -\N -(26735,35073),(26659,35025) -(48370,40813),(48293,40737) -(13140,993),(13108,934) -(10588,22893),(10528,22883) -(23645,40789),(23567,40698) -(49548,12374),(49546,12329) -(41135,39626),(41100,39602) -(41374,10856),(41328,10769) -(12234,5765),(12146,5674) -(12832,46941),(12764,46917) -(47886,34532),(47851,34500) -(23777,10549),(23735,10495) -(1291,16913),(1194,16873) -\N -(29239,30554),(29202,30500) -\N -(36485,30007),(36454,29924) -(7067,11320),(7045,11229) -(16939,30482),(16904,30462) -(27423,34386),(27379,34303) -(35170,32021),(35155,31979) -(42570,36477),(42474,36457) -(19695,679),(19682,594) -(47537,39450),(47446,39450) -(19410,22942),(19375,22922) -(34216,40166),(34152,40158) -(37000,24351),(36972,24299) -(24989,1681),(24954,1672) -(54,38679),(3,38602) -(41461,40693),(41411,40599) -(7576,46054),(7545,45963) -(35505,28262),(35413,28222) -(1158,16976),(1145,16927) -(23494,42291),(23437,42229) -(32894,32519),(32880,32485) -(604,13413),(509,13401) -(18396,19712),(18355,19646) -\N -(26657,28234),(26597,28191) -(24240,47211),(24154,47191) -(41778,10741),(41766,10730) -(44022,43776),(44010,43677) -(35967,30055),(35906,29969) -(28878,18042),(28806,18027) -(31507,27302),(31428,27267) -(13267,21935),(13265,21872) -(122,46832),(64,46762) -(10348,45916),(10306,45844) -(22962,12644),(22927,12607) -(6320,22290),(6284,22247) -(2297,11372),(2216,11298) -(29366,36660),(29325,36654) -(13962,39307),(13921,39220) -(11094,19151),(11092,19143) -(32289,23776),(32258,23760) -\N -(36044,17356),(35956,17273) -(46304,38692),(46232,38675) -(10934,42999),(10922,42909) -(4271,21177),(4207,21093) -(7837,19926),(7747,19905) -(25537,36605),(25477,36584) -(22161,14999),(22079,14962) -(5127,31243),(5074,31213) -\N -(14904,40664),(14838,40593) -(29308,8480),(29268,8438) -(17731,7410),(17699,7352) -(44840,29293),(44797,29248) -(15523,31519),(15505,31485) -(34429,38479),(34421,38478) -(3530,23456),(3440,23390) -(4699,6889),(4603,6796) -(47405,48524),(47389,48514) -\N -(23357,43160),(23305,43156) -(16923,1995),(16860,1937) -(47592,33853),(47537,33758) -(31624,37490),(31595,37473) -(42321,13380),(42303,13337) -(3088,16094),(3079,16060) -(22884,2955),(22856,2857) -(17784,23073),(17724,23044) -(32638,45577),(32553,45512) -(13876,44091),(13801,44000) -(27844,24384),(27758,24330) -(28178,10225),(28155,10167) -(39910,14277),(39857,14241) -(30372,19524),(30301,19514) -(38732,43151),(38724,43151) -(32628,2068),(32547,2068) -(13950,28652),(13932,28566) -(38996,41070),(38919,40993) -(31759,45246),(31676,45215) -\N -(5424,34145),(5382,34106) -(14727,45600),(14699,45547) -\N -(31429,21537),(31414,21499) -(14740,3420),(14650,3323) -(21793,39498),(21743,39471) -(18102,25924),(18037,25868) -(33299,683),(33213,594) -(45882,48765),(45809,48721) -(49215,4098),(49180,4067) -(49698,33743),(49614,33663) -(21532,5215),(21514,5151) -(24840,26877),(24826,26808) -(32680,28433),(32631,28364) -(20661,27511),(20584,27414) -(28048,30385),(28009,30315) -(45403,42533),(45389,42464) -(46531,36947),(46531,36850) -(36943,32817),(36865,32737) -\N -(37984,43763),(37888,43748) -(20593,10650),(20557,10610) -(5387,40595),(5326,40585) -(34412,10600),(34352,10539) -(7237,47546),(7206,47451) -(39931,26644),(39915,26598) -(29843,4734),(29800,4669) -(37503,8867),(37406,8821) -(2583,2373),(2570,2294) -(29275,46433),(29256,46350) -(3332,45620),(3287,45581) -(22472,39287),(22472,39257) -(36786,18907),(36708,18884) -(45503,28576),(45482,28494) -(33262,28386),(33163,28365) -(3606,49757),(3538,49697) -(2082,49380),(1991,49281) -(12065,3734),(11983,3663) -(15606,9048),(15596,9028) -(14687,19309),(14637,19263) -(4568,15461),(4499,15428) -\N -(43938,7429),(43923,7391) -\N -(2168,50012),(2108,49914) -(16022,8934),(15963,8928) -(24567,39147),(24561,39102) -\N -(42781,14149),(42765,14088) -(39501,21084),(39468,21078) -(6697,29628),(6693,29584) -(11441,16164),(11364,16125) -(39946,1920),(39868,1844) -\N -(18138,45512),(18111,45438) -\N -(20799,41217),(20718,41138) -(30264,16697),(30240,16639) -\N -(30746,50040),(30727,49992) -(37429,43273),(37423,43205) -(22854,28863),(22789,28810) -(11380,48298),(11287,48242) -(16471,37273),(16439,37223) -(32737,39842),(32661,39811) -(30959,3447),(30949,3357) -(36396,13263),(36348,13187) -(29607,14625),(29531,14619) -(7851,43399),(7824,43334) -(38515,14575),(38496,14492) -(29125,3289),(29086,3264) -(6866,10476),(6839,10424) -(318,31489),(235,31404) -(1140,7007),(1113,6945) -(36574,9291),(36484,9275) -\N -(40320,40937),(40246,40866) -(588,25849),(552,25801) -(6728,42539),(6645,42507) -(12180,6185),(12123,6123) -(32913,44123),(32899,44037) -(25464,16803),(25441,16749) -(23711,5829),(23695,5750) -(31424,34930),(31377,34906) -(42171,8298),(42124,8222) -(451,31104),(375,31083) -(39996,3278),(39943,3260) -(25816,40396),(25735,40362) -(34471,28587),(34399,28547) -(45344,21540),(45297,21496) -(27269,16787),(27246,16763) -(18070,4469),(18022,4423) -\N -(12668,16367),(12645,16295) -(13823,17276),(13730,17251) -(20555,45544),(20511,45498) -(35893,42189),(35861,42177) -(37081,45730),(37076,45705) -(17270,15651),(17201,15552) -(48690,46034),(48667,45945) -(456,16088),(368,16023) -(48707,12416),(48670,12363) -(29692,11509),(29614,11483) -(7005,3668),(6981,3574) -(12162,389),(12103,309) -(12371,24983),(12366,24964) -(6886,48414),(6868,48327) -(10653,26234),(10624,26142) -(8526,48205),(8517,48117) -(10521,31892),(10480,31798) -(43353,1086),(43281,1071) -(21007,35650),(20998,35649) -(2343,4396),(2310,4320) -(29379,12895),(29284,12891) -(27662,17407),(27570,17313) -(9845,29346),(9807,29321) -(43855,38669),(43790,38599) -\N -(20461,44189),(20397,44158) -(11627,17368),(11581,17289) -(2971,38855),(2938,38807) -(43204,47082),(43128,47018) -(9930,46902),(9909,46871) -(30561,48461),(30536,48365) -(44059,7591),(44038,7563) -(46260,16898),(46162,16886) -(27491,2891),(27396,2814) -(36512,26034),(36455,25941) -(31193,20022),(31100,19942) -(17057,13643),(16960,13621) -(26897,3399),(26844,3318) -(1760,5504),(1683,5431) -(29347,5511),(29346,5450) -(38761,42083),(38688,41999) -(11226,4089),(11165,4068) -(46427,42983),(46361,42970) -(12958,30737),(12912,30712) -(44432,46521),(44333,46443) -(16124,2948),(16113,2852) -\N -(24704,25422),(24635,25340) -(30833,46152),(30790,46122) -(4487,37006),(4473,36968) -(41047,23376),(41036,23327) -(16312,49392),(16298,49330) -(30081,14687),(30042,14660) -(11160,13954),(11103,13938) -(33207,23246),(33143,23168) -(14872,7635),(14860,7585) -(20139,23987),(20059,23955) -(10946,49757),(10923,49746) -(39438,36158),(39426,36134) -(35502,2385),(35464,2327) -(17073,42173),(16987,42130) -(6079,17258),(6068,17195) -(40458,15752),(40364,15728) -(23340,7879),(23313,7806) -\N -(31819,15096),(31762,15059) -(31159,40864),(31158,40780) -(26975,32144),(26915,32113) -(34530,10378),(34440,10298) -(18855,49577),(18780,49528) -(16787,16625),(16723,16586) -(32330,26538),(32314,26458) -(34270,28674),(34265,28595) -(10022,16026),(10006,15962) -(23143,1479),(23095,1469) -(33676,4483),(33583,4408) -(31066,22074),(31059,22035) -(21603,47121),(21563,47082) -(30051,4244),(30021,4157) -(30634,39478),(30615,39446) -(34404,48724),(34393,48724) -(31103,21414),(31039,21380) -(22945,47397),(22849,47313) -(18133,32025),(18073,31941) -(4053,25759),(3977,25667) -(39185,39091),(39102,39068) -(43287,7407),(43225,7314) -(13137,31188),(13112,31182) -(46264,1438),(46258,1389) -(22804,43892),(22769,43822) -(7542,1044),(7487,983) -(33022,8321),(32925,8267) -(384,39161),(286,39073) -(28205,24401),(28142,24382) -(31708,39086),(31696,39026) -(36626,15708),(36560,15690) -(17099,16924),(17079,16924) -(10817,6989),(10747,6955) -(24338,19293),(24291,19277) -(27566,17576),(27544,17545) -(23041,38384),(22970,38320) -\N -(12786,8485),(12702,8435) -(13876,49473),(13813,49448) -(31585,46998),(31490,46929) -\N -(30227,8768),(30206,8715) -(32062,39306),(32023,39292) -(25003,35753),(24921,35687) -(3281,6758),(3232,6704) -\N -(11395,30299),(11376,30220) -(5088,15275),(5007,15203) -(31100,39538),(31003,39444) -(2741,17877),(2726,17793) -(42897,48620),(42860,48537) -(4230,15778),(4181,15776) -(17835,27530),(17815,27431) -(34189,10933),(34135,10921) -(7537,39974),(7494,39973) -(21554,3507),(21528,3476) -(9350,32326),(9273,32275) -(16455,8874),(16420,8793) -\N -(7346,34235),(7330,34224) -(16417,48134),(16352,48066) -\N -(41916,4971),(41849,4886) -(15856,1522),(15807,1521) -(41549,40218),(41494,40144) -\N -(9978,16226),(9972,16181) -(14856,13312),(14808,13283) -(38490,41641),(38428,41583) -(25828,7438),(25807,7378) -(21876,30633),(21796,30587) -(1908,14279),(1825,14247) -\N -(32207,10251),(32121,10184) -(370,9493),(328,9441) -(42072,17634),(41974,17600) -\N -(47298,9910),(47235,9846) -(17856,11266),(17782,11225) -(35009,21400),(34956,21396) -(18337,11145),(18335,11133) -\N -(25425,9139),(25381,9085) -(35642,27783),(35621,27782) -(3629,33164),(3575,33163) -(17151,41255),(17115,41204) -(17417,5835),(17402,5751) -(33407,14226),(33329,14141) -(1930,29955),(1889,29931) -(41101,10942),(41065,10844) -(36333,27288),(36281,27233) -(21423,36868),(21367,36825) -(36385,19566),(36341,19510) -(27073,38301),(27066,38232) -(43989,34187),(43984,34174) -(48366,7488),(48316,7483) -(37497,36075),(37415,36043) -(46917,9891),(46887,9870) -(37179,657),(37103,634) -(3877,44736),(3811,44684) -(30556,2975),(30547,2962) -(7629,11447),(7547,11416) -(45687,48147),(45591,48088) -(5635,7184),(5571,7146) -(9611,47327),(9541,47246) -(7119,48224),(7117,48152) -(15233,26480),(15138,26430) -(37468,1526),(37466,1513) -\N -(20855,2786),(20828,2711) -(30538,44084),(30480,44061) -(42231,41527),(42149,41454) -(14963,13239),(14952,13146) -(26819,43996),(26745,43934) -(42172,35953),(42086,35928) -(28785,12611),(28710,12534) -(14089,1704),(14047,1629) -(4343,26242),(4341,26169) -(20327,42244),(20231,42212) -(33671,12700),(33666,12630) -(42144,32642),(42128,32569) -(26590,19483),(26503,19442) -(21741,46259),(21723,46226) -(8822,34700),(8760,34693) -\N -(2710,33521),(2675,33505) -(26067,19998),(26026,19989) -(12244,34509),(12202,34489) -\N -(47162,598),(47119,499) -(33093,49382),(33068,49359) -(35170,26340),(35153,26264) -(22552,35785),(22490,35735) -(36791,23032),(36781,22976) -(22857,10857),(22833,10797) -\N -(47207,37405),(47138,37365) -(21867,2836),(21854,2811) -(3387,31487),(3311,31456) -(47174,48121),(47167,48101) -(24415,22232),(24366,22224) -(7970,29251),(7959,29211) -(18635,31294),(18539,31221) -(8403,13380),(8370,13372) -(738,18097),(737,18054) -(37238,19195),(37218,19114) -(582,47934),(570,47897) -(12359,4635),(12350,4619) -(43272,2013),(43195,1958) -(47568,27149),(47521,27088) -(24695,12827),(24661,12796) -(26259,14077),(26168,14019) -\N -(48478,36135),(48425,36092) -(5230,39250),(5206,39174) -(3488,18562),(3423,18489) -(39502,16331),(39460,16275) -(18296,1478),(18233,1471) -\N -(28627,12430),(28559,12410) -(25257,21981),(25206,21954) -\N -(2410,41192),(2325,41142) -(43681,9631),(43587,9538) -\N -(15086,45309),(15064,45270) -(13824,40807),(13759,40787) -(7090,2207),(7062,2159) -(3685,2480),(3630,2391) -(14810,38335),(14801,38275) -(26668,38018),(26581,38012) -(45562,1517),(45506,1424) -(11001,32481),(10962,32402) -(27743,25245),(27673,25161) -(15952,10598),(15948,10535) -(12705,13308),(12694,13232) -(31992,21195),(31975,21118) -(25834,16652),(25745,16626) -(21022,43625),(20990,43576) -(45094,27254),(45000,27240) -(9688,42601),(9643,42533) -(17746,24659),(17694,24616) -(1509,38859),(1503,38809) -(2067,20438),(2041,20369) -(7885,44528),(7839,44444) -(27432,33052),(27422,32987) -(26577,17157),(26563,17142) -(10815,35985),(10734,35908) -(44891,24067),(44794,23979) -(48626,1900),(48595,1850) -\N -(40659,35541),(40659,35489) -(22231,26628),(22210,26579) -(37408,23016),(37375,22919) -(5920,15916),(5906,15895) -(33125,9952),(33037,9880) -(12142,29705),(12141,29670) -(3672,20995),(3649,20899) -(39147,31967),(39101,31907) -\N -(33812,48458),(33748,48399) -(25038,14639),(24978,14586) -(3859,16010),(3857,15994) -(31926,39496),(31889,39417) -(49300,28064),(49297,28026) -(24121,38305),(24048,38256) -(9252,4205),(9155,4149) -(36124,30451),(36056,30395) -(28809,49557),(28794,49533) -(30500,44504),(30471,44476) -(26866,42395),(26822,42332) -(48195,1784),(48101,1734) -(46201,14109),(46112,14097) -\N -(2415,9975),(2354,9914) -(30485,9581),(30415,9558) -(6385,36838),(6305,36838) -(2799,11189),(2723,11095) -(21998,20503),(21923,20406) -(29151,10714),(29090,10671) -(28850,29276),(28757,29207) -(43386,48845),(43305,48834) -(25173,8310),(25101,8294) -(34244,32352),(34204,32342) -(35595,23728),(35533,23672) -(1122,13581),(1119,13538) -\N -(388,21716),(296,21678) -(48782,11064),(48701,11005) -(40293,12997),(40213,12927) -\N -(28194,46428),(28113,46414) -(4791,18118),(4708,18105) -(471,29808),(448,29775) -(3536,37803),(3447,37737) -(1336,28416),(1275,28392) -(16484,48478),(16422,48454) -(25846,19320),(25811,19296) -(48669,27703),(48575,27615) -(24032,44217),(24029,44127) -(12236,5019),(12233,4986) -(1179,29838),(1113,29778) -(33893,22049),(33867,21955) -(16718,19462),(16700,19440) -(17992,49438),(17894,49433) -(35163,39941),(35081,39885) -(33897,8362),(33853,8328) -(2480,6640),(2456,6599) -(28011,19729),(27937,19679) -(15819,41516),(15809,41440) -(29818,9136),(29747,9089) -(28551,37016),(28529,36941) -(36406,26879),(36374,26872) -(16821,48925),(16758,48914) -(23692,48163),(23595,48160) -\N -(4803,10619),(4759,10522) -(46600,33581),(46553,33518) -(41349,11767),(41310,11710) -(20856,29642),(20799,29562) -(16559,46161),(16504,46131) -(23041,1300),(23003,1287) -(16630,44902),(16554,44853) -(43065,14299),(43013,14274) -(24818,22397),(24796,22348) -(22282,24949),(22218,24921) -(36668,28538),(36631,28456) -(8080,1220),(8018,1146) -(47282,34302),(47277,34269) -(35603,33558),(35557,33495) -(44764,32189),(44700,32175) -\N -(46488,23965),(46449,23868) -(46314,15047),(46216,15013) -(6348,25381),(6286,25363) -(3871,49288),(3819,49251) -(462,38894),(398,38867) -(23196,29214),(23136,29169) -(29024,9775),(29016,9759) -(42016,18555),(41934,18472) -(8772,45981),(8692,45973) -(11028,1351),(10986,1278) -(26684,21668),(26641,21656) -\N -(37262,26005),(37260,25947) -(14899,44069),(14814,44066) -\N -(39635,18701),(39587,18698) -(28528,22948),(28457,22857) -(7755,36528),(7681,36454) -(32461,1172),(32427,1106) -\N -(18775,27359),(18736,27329) -(15379,20031),(15337,19934) -(45888,33592),(45881,33544) -(44013,24694),(43962,24645) -\N -(43347,10699),(43343,10699) -(49999,27218),(49908,27176) -(13698,17326),(13630,17317) -(34850,44313),(34775,44302) -(38076,49235),(37983,49214) -(35570,40218),(35500,40136) -(40062,28973),(40032,28878) -(3567,39847),(3523,39781) -(498,2442),(480,2401) -(29660,43620),(29577,43561) -(10946,47356),(10878,47351) -(8073,44233),(8005,44144) -(9720,13473),(9710,13462) -(3643,38014),(3598,37932) -(16887,1408),(16810,1375) -(7559,27914),(7508,27874) -(30356,18573),(30275,18569) -(12193,48176),(12130,48116) -(11884,7756),(11819,7731) -(18293,33272),(18227,33234) -(46697,47874),(46696,47828) -(35788,32517),(35760,32446) -(33877,36987),(33821,36958) -(31253,22819),(31184,22808) -(7744,23115),(7729,23103) -(21291,39817),(21219,39778) -(13877,43379),(13861,43290) -(42955,1406),(42876,1382) -(49232,15950),(49210,15880) -(48419,32001),(48326,31902) -(18940,43246),(18860,43150) -(32317,38240),(32310,38201) -(11307,48298),(11304,48222) -(38015,18190),(38000,18176) -(27821,1177),(27818,1131) -(18935,26757),(18865,26682) -(42659,48284),(42562,48244) -(30185,23350),(30146,23291) -\N -(16496,11970),(16441,11919) -(162,26040),(120,25963) -(24238,47784),(24185,47746) -(32326,8612),(32274,8568) -(26141,13423),(26051,13407) -(40132,22815),(40089,22812) -(21151,48794),(21056,48740) -\N -(22044,28358),(22031,28334) -(6680,14746),(6605,14669) -(40686,25139),(40632,25070) -(22823,27549),(22816,27507) -(2513,22841),(2427,22811) -(36316,27787),(36218,27728) -(554,35489),(540,35441) -(536,30674),(534,30609) -\N -(25385,38468),(25295,38416) -(19467,47386),(19437,47317) -(22425,38591),(22387,38536) -(32493,17321),(32396,17298) -(40115,47315),(40109,47235) -(25002,2107),(24963,2104) -(3901,9790),(3898,9706) -\N -(40316,1721),(40315,1658) -(40089,3454),(40074,3443) -(793,17897),(761,17897) -(6490,43552),(6434,43522) -(10825,487),(10820,405) -(47703,36067),(47641,36011) -\N -(4480,11671),(4468,11653) -(37713,10642),(37711,10615) -(12315,5302),(12273,5203) -\N -(8709,6617),(8647,6557) -(24467,30535),(24455,30494) -(40440,32757),(40369,32668) -(49449,42447),(49426,42428) -(44867,11197),(44792,11137) -(39173,33241),(39143,33187) -(43836,2212),(43803,2184) -(23819,47613),(23739,47575) -(20583,2134),(20485,2042) -(48922,6169),(48889,6111) -(5230,44613),(5131,44604) -(37060,8051),(37032,7975) -(19148,36711),(19112,36704) -(36305,4216),(36243,4118) -(6329,39089),(6302,39047) -(36703,26367),(36623,26307) -(44753,19721),(44701,19631) -(42094,43310),(42094,43285) -(4276,22377),(4241,22352) -(30329,18906),(30327,18815) -(21970,19605),(21871,19590) -(23722,41924),(23709,41861) -(30965,39775),(30908,39692) -(32394,37895),(32351,37890) -(23968,42162),(23873,42095) -(1776,2621),(1732,2548) -(24951,47758),(24900,47679) -(32917,35771),(32847,35753) -(5428,27773),(5343,27769) -\N -(19650,142),(19630,51) -(39769,17276),(39743,17229) -(5171,24562),(5119,24470) -(32976,35249),(32917,35199) -\N -(4174,24603),(4099,24504) -(38565,36960),(38535,36926) -(39084,4328),(39031,4301) -(32153,38043),(32070,37990) -(38085,30640),(38041,30603) -(14269,18426),(14185,18422) -(42941,30850),(42892,30788) -(32403,25999),(32339,25960) -(16906,191),(16816,139) -(3456,48722),(3418,48721) -(3050,18287),(3022,18243) -(6331,8439),(6234,8364) -(5331,20797),(5319,20793) -(39225,37408),(39216,37348) -(34510,19838),(34488,19810) -(45789,33873),(45770,33786) -(369,1457),(278,1409) -(16531,43785),(16482,43729) -(11974,14789),(11973,14730) -(23128,6811),(23094,6798) -(43962,33659),(43944,33599) -(20967,3115),(20947,3079) -(39257,38606),(39241,38595) -(22431,8246),(22381,8235) -(26007,14672),(25996,14593) -(24762,4261),(24675,4261) -(35402,32077),(35343,31988) -(5141,16476),(5139,16393) -(16439,17564),(16344,17472) -(36983,46663),(36903,46567) -(35170,14144),(35162,14048) -(22290,7841),(22283,7810) -(22414,38398),(22404,38319) -(9011,18177),(8932,18150) -\N -(154,4019),(138,3990) -(20447,4998),(20383,4970) -(38867,35757),(38795,35659) -(32322,15845),(32227,15804) -\N -(29889,12142),(29852,12055) -(36235,36918),(36217,36897) -(41620,6581),(41568,6581) -(24758,38504),(24731,38483) -(42524,12904),(42473,12895) -(17954,49975),(17865,49915) -(1938,39019),(1927,39013) -(4864,33279),(4817,33258) -(45373,41967),(45313,41885) -(28786,19028),(28782,18978) -(41913,44950),(41911,44908) -(33408,14698),(33392,14681) -(27602,3460),(27576,3419) -(3336,3728),(3334,3715) -(9099,910),(9080,813) -(34141,6403),(34071,6367) -(48270,17216),(48252,17130) -(2549,16546),(2461,16474) -(27802,33669),(27735,33642) -(48419,1682),(48323,1583) -(5094,41211),(5002,41123) -(11192,6217),(11190,6146) -(6979,18503),(6959,18421) -(41210,48187),(41140,48143) -(15303,29527),(15273,29441) -(12326,45572),(12267,45570) -(29293,5861),(29212,5826) -(23847,37241),(23761,37178) -(44656,23926),(44653,23831) -(30043,16194),(29977,16105) -(902,9358),(879,9339) -(23850,46501),(23834,46494) -(42333,13300),(42287,13246) -(25226,18086),(25169,18005) -(40252,12082),(40183,12038) -(49275,18076),(49216,18055) -(8255,28878),(8238,28862) -(11325,41286),(11320,41235) -(16948,18588),(16926,18528) -(31394,1099),(31374,1038) -(30705,35772),(30637,35766) -(3858,39131),(3771,39125) -(17565,24892),(17515,24808) -(9221,49715),(9216,49661) -(44945,25769),(44875,25722) -(33408,13563),(33310,13527) -(48505,4407),(48408,4373) -(21859,37217),(21763,37217) -(39393,14422),(39335,14364) -\N -(19905,1154),(19841,1098) -(25946,10388),(25906,10366) -(10104,13748),(10027,13746) -(5822,24629),(5820,24599) -(38194,11287),(38127,11252) -(15694,46757),(15625,46716) -(326,18837),(285,18817) -(49611,47078),(49533,47052) -(48233,18850),(48150,18842) -\N -(29239,9962),(29208,9875) -(40062,44554),(39973,44460) -(19135,20729),(19059,20643) -(31969,40664),(31896,40643) -\N -(3725,9191),(3711,9095) -(44280,40158),(44264,40108) -(37236,42756),(37160,42694) -(27958,19055),(27888,18959) -(45270,17661),(45187,17601) -(12115,39546),(12061,39525) -(10227,32295),(10168,32231) -(39264,31123),(39226,31085) -(6566,40000),(6532,39904) -(30058,6975),(30012,6903) -(49631,6909),(49597,6823) -(42168,10926),(42134,10905) -(44892,30042),(44858,29970) -(19540,19803),(19495,19788) -(18403,25454),(18371,25404) -(22929,26795),(22841,26722) -(16648,30213),(16626,30174) -(3440,7495),(3429,7468) -(30708,49028),(30643,48998) -(26258,14164),(26255,14151) -(44206,31653),(44121,31637) -(1510,15179),(1426,15130) -(6986,30496),(6887,30416) -(7192,43403),(7138,43339) -(39921,22071),(39866,21976) -(45870,17011),(45796,16919) -(15939,9563),(15917,9539) -(23728,24737),(23691,24725) -(6444,40416),(6363,40375) -(21899,23861),(21857,23765) -(20610,36765),(20533,36742) -(46520,33082),(46433,32983) -(21406,20902),(21311,20895) -\N -(37913,42300),(37814,42269) -(18216,8177),(18161,8173) -(32967,8258),(32899,8244) -(14978,40230),(14971,40149) -(30343,39152),(30266,39101) -(25917,5835),(25843,5806) -\N -(5169,45366),(5141,45314) -\N -(16221,20898),(16209,20875) -(13151,19869),(13145,19811) -(44399,2801),(44337,2713) -\N -(10959,48311),(10957,48230) -(4794,11711),(4732,11661) -(764,10149),(762,10091) -(15985,46067),(15898,46028) -(41434,22870),(41342,22867) -(43769,23796),(43743,23756) -(10017,18440),(9919,18384) -(21141,43119),(21097,43112) -(7782,13424),(7694,13398) -(25088,36224),(25059,36150) -(46325,48722),(46241,48631) -\N -(11042,33125),(11011,33071) -(22347,13460),(22290,13375) -(3508,20538),(3483,20536) -(5331,42945),(5272,42875) -\N -(2368,15537),(2339,15503) -(45314,31830),(45254,31817) -(34358,2649),(34319,2589) -\N -(17576,30407),(17572,30323) -(29836,41324),(29746,41287) -(21036,39996),(21014,39899) -(26886,6460),(26787,6400) -(15709,5625),(15627,5558) -(37415,15979),(37414,15911) -(47761,16860),(47728,16813) -(35814,48252),(35755,48173) -\N -(28559,20810),(28496,20715) -(12034,11921),(12002,11905) -(1818,27450),(1805,27406) -(33810,45499),(33806,45413) -(17376,18175),(17323,18138) -(34106,28135),(34049,28106) -(44947,23165),(44919,23091) -(37670,41904),(37616,41840) -(12614,15027),(12555,14969) -(43301,75),(43227,43) -\N -(27526,15096),(27450,15088) -(26947,33409),(26853,33333) -(1537,43572),(1471,43499) -\N -(21607,35452),(21605,35375) -(24869,46565),(24818,46531) -(4774,30335),(4723,30257) -(11615,18316),(11579,18310) -(18444,15819),(18354,15763) -(47267,22574),(47203,22518) -(22287,49538),(22203,49511) -(43010,16270),(43010,16202) -\N -(1623,8350),(1578,8254) -(21220,43808),(21137,43748) -(40397,16471),(40358,16434) -\N -(34839,1377),(34744,1327) -(17096,5730),(17090,5637) -\N -(28156,37782),(28155,37723) -(3672,5686),(3586,5638) -(21856,48656),(21840,48638) -(6907,7791),(6892,7761) -(17952,21370),(17862,21350) -(37793,13461),(37784,13381) -(14740,49655),(14709,49604) -(21690,6337),(21593,6289) -\N -(10423,33548),(10364,33498) -\N -(39187,23274),(39136,23197) -\N -(21882,37247),(21835,37167) -\N -(11343,16957),(11281,16914) -(38279,43400),(38264,43352) -(23167,30271),(23086,30224) -(46278,6037),(46180,5964) -(28626,31165),(28605,31095) -\N -(31018,367),(30946,333) -(23541,12541),(23530,12523) -(49741,14535),(49691,14511) -(31444,12702),(31425,12612) -\N -(22406,26536),(22316,26534) -(6807,9761),(6758,9723) -(15698,1941),(15687,1848) -(49310,4625),(49295,4584) -(21345,18939),(21269,18887) -(31433,30493),(31411,30439) -(44980,12400),(44950,12372) -(25054,13949),(24984,13949) -(40538,7253),(40483,7212) -(16967,8627),(16936,8604) -(26872,3646),(26804,3594) -(24575,42883),(24530,42883) -(11823,5755),(11771,5721) -\N -(2553,46189),(2513,46174) -(24993,14552),(24898,14470) -(28453,1719),(28419,1665) -(8925,22603),(8878,22589) -(47635,15380),(47546,15378) -(35378,18112),(35324,18058) -(27347,22264),(27293,22200) -\N -(44323,29044),(44273,28958) -(41538,38324),(41484,38290) -(19128,49932),(19112,49849) -(17904,12548),(17867,12503) -(35103,14426),(35092,14336) -(29807,10142),(29714,10052) -(44507,22903),(44462,22847) -(11419,13324),(11399,13251) -(8573,42221),(8562,42123) -(46798,45843),(46765,45765) -(12028,31783),(11967,31749) -(10635,45300),(10604,45251) -(9626,8248),(9587,8194) -(18290,741),(18246,732) -(39949,44672),(39932,44641) -(7897,11692),(7893,11637) -(20165,42246),(20112,42168) -(4341,48390),(4285,48338) -(30126,28913),(30088,28869) -(40565,1733),(40472,1721) -(9981,30147),(9915,30133) -(47292,25511),(47217,25462) -(20137,24489),(20104,24392) -(2385,28283),(2381,28189) -(20429,10052),(20357,10009) -(8395,38568),(8348,38480) -(17381,36112),(17349,36038) -(37845,30953),(37759,30926) -(27452,12732),(27411,12652) -(38196,32186),(38114,32116) -\N -(6527,49356),(6508,49315) -(43891,29789),(43856,29723) -(6146,37192),(6085,37107) -\N -(42012,28897),(41939,28808) -\N -(14909,13815),(14846,13757) -(11120,24095),(11035,24049) -(3132,41545),(3053,41526) -(40084,40315),(39994,40261) -(39671,17445),(39576,17361) -(47135,35853),(47085,35831) -(39297,1941),(39290,1911) -(47143,35898),(47072,35880) -(16017,6711),(15989,6686) -(47110,30305),(47087,30213) -(38102,27639),(38091,27602) -(17954,22544),(17863,22453) -(39891,11791),(39815,11739) -(13996,20290),(13922,20278) -(22284,23143),(22190,23081) -(25345,24019),(25313,24017) -(47134,44803),(47055,44761) -(41360,16573),(41326,16503) -(10464,1071),(10457,998) -\N -(23515,47517),(23451,47499) -(9308,8452),(9238,8392) -(28695,5657),(28671,5644) -(45104,9913),(45077,9871) -(337,455),(240,359) -(11562,45479),(11472,45428) -(11952,18466),(11931,18425) -\N -(35789,5154),(35775,5128) -(19024,18299),(18979,18230) -(43056,38113),(42975,38067) -(10075,26847),(10064,26806) -(3065,8107),(3029,8038) -(24766,19059),(24749,18985) -(14438,24805),(14413,24708) -(9523,3058),(9485,2998) -(24516,31262),(24478,31204) -(49513,26044),(49434,26035) -(14110,38528),(14103,38461) -(31679,35618),(31619,35618) -(10029,20258),(10008,20248) -(39269,37586),(39233,37539) -(12343,8197),(12247,8113) -(11155,44223),(11111,44134) -(25437,20606),(25338,20534) -(46604,16156),(46570,16131) -(4636,14004),(4592,13941) -(15975,29628),(15912,29556) -(49887,24274),(49805,24184) -(11812,13440),(11723,13418) -(21589,38179),(21531,38085) -(32255,44463),(32219,44454) -(15023,12698),(14989,12687) -(28906,48630),(28818,48568) -(28886,38905),(28861,38832) -(34786,22285),(34740,22240) -\N -(46513,46780),(46425,46780) -\N -(26626,31759),(26551,31677) -(19792,25967),(19763,25933) -(20432,14394),(20388,14365) -(27092,7301),(27052,7278) -(22283,987),(22198,928) -(6197,24363),(6112,24311) -(46601,49259),(46551,49231) -(12392,48052),(12363,48038) -(46116,31386),(46067,31356) -(7354,16855),(7289,16778) -(47501,42808),(47495,42761) -(16461,25487),(16391,25398) -(42678,18798),(42678,18756) -(9466,18207),(9419,18185) -(17467,14177),(17416,14097) -(28533,31886),(28487,31832) -(13225,38472),(13188,38395) -(5180,40970),(5173,40902) -(83,10271),(15,10265) -(2111,6784),(2016,6690) -(41835,11064),(41798,10995) -(29273,48585),(29181,48536) -(29066,21615),(28985,21543) -(19805,44143),(19727,44128) -(48919,21468),(48875,21467) -(28790,34287),(28721,34251) -(10911,33074),(10869,32989) -(6111,16519),(6032,16489) -(43889,33838),(43837,33768) -(32323,21685),(32304,21644) -(9552,27819),(9539,27753) -(38266,49852),(38233,49844) -(37672,48362),(37663,48277) -(32550,47029),(32529,46931) -(46307,6620),(46272,6616) -(23192,46608),(23105,46566) -(30399,48330),(30335,48239) -(36268,25058),(36235,24984) -(19181,8120),(19089,8098) -(24376,19983),(24294,19925) -(18297,18375),(18202,18292) -\N -(31608,6215),(31575,6168) -(12788,49510),(12784,49468) -(46071,13013),(46035,12991) -(27647,8218),(27582,8201) -(49580,11076),(49537,11050) -\N -(35501,33782),(35501,33687) -(19969,3148),(19964,3082) -(37728,49153),(37726,49152) -(5322,48440),(5321,48435) -(48003,10096),(47904,10005) -(39361,22318),(39348,22236) -(30488,7456),(30437,7430) -(18533,39476),(18481,39394) -(39462,23701),(39433,23604) -(26701,18300),(26686,18235) -(17405,35577),(17387,35517) -(33971,29928),(33953,29919) -(6328,10241),(6276,10217) -(32459,44259),(32453,44217) -(1715,42385),(1647,42357) -(48113,6960),(48103,6872) -(30561,4255),(30476,4240) -(38907,43619),(38827,43553) -(29149,20773),(29070,20698) -(17006,1543),(16970,1497) -\N -(11737,18808),(11714,18788) -(13019,30534),(13005,30481) -(39224,31729),(39191,31683) -(4942,41680),(4907,41596) -(12287,37187),(12188,37172) -(30758,29579),(30725,29531) -\N -(16604,17963),(16581,17912) -(19459,15888),(19409,15812) -(34696,24783),(34600,24725) -(21621,14159),(21558,14110) -(12193,46149),(12145,46096) -(37781,4715),(37692,4635) -(41854,44125),(41807,44040) -(23604,23585),(23571,23533) -(7853,36967),(7797,36908) -(2755,13279),(2720,13206) -(4314,15424),(4283,15383) -(29584,12685),(29493,12594) -(25138,33726),(25042,33691) -(38393,10270),(38326,10185) -(4247,12615),(4225,12567) -(36100,33156),(36100,33107) -(20024,40796),(20016,40708) -(3927,44892),(3914,44843) -(10317,43168),(10226,43096) -(22057,3419),(22042,3334) -(37097,21814),(37025,21811) -(32084,21564),(31996,21491) -(34079,39921),(34058,39911) -(23078,47459),(23018,47373) -(38109,616),(38082,568) -(11862,40382),(11764,40292) -(33403,33320),(33389,33289) -(36639,24829),(36623,24829) -(12995,45080),(12992,45040) -(16545,19981),(16532,19891) -(26155,10659),(26154,10634) -(24423,255),(24360,213) -(823,22487),(781,22442) -(12823,20064),(12735,20040) -(19688,11710),(19681,11654) -(2892,20452),(2836,20424) -(15533,10807),(15464,10711) -(46994,41143),(46955,41082) -(18155,2421),(18069,2392) -(2628,12688),(2605,12602) -(35128,8396),(35044,8365) -(44765,49615),(44758,49524) -(11226,44529),(11178,44515) -(31334,32463),(31291,32456) -(43224,23387),(43168,23364) -(30882,10414),(30798,10395) -(29139,967),(29139,923) -(29959,45244),(29877,45223) -(19946,217),(19941,118) -(49732,22033),(49642,22012) -(32914,15360),(32879,15290) -(47825,21097),(47747,21030) -(10788,5131),(10746,5086) -\N -(15497,9698),(15481,9678) -(10617,47195),(10601,47117) -(42392,10583),(42340,10550) -(10753,33520),(10669,33509) -(5553,21580),(5521,21527) -(36840,12336),(36817,12320) -(49785,12554),(49702,12553) -(17737,38349),(17639,38277) -(48000,7823),(47956,7814) -(5019,3184),(4931,3160) -(30120,3524),(30063,3492) -(37044,2016),(37001,1942) -(23496,38566),(23469,38528) -(17255,48957),(17200,48903) -(27815,2138),(27808,2090) -(40440,11129),(40368,11105) -(35305,21772),(35272,21717) -(41308,45065),(41229,44973) -(14893,28807),(14817,28789) -(30776,45824),(30731,45772) -(742,40724),(652,40672) -(5985,41133),(5927,41097) -(9576,10226),(9540,10218) -(21407,23207),(21323,23160) -(44880,34228),(44877,34169) -(29146,49694),(29143,49682) -(28502,34886),(28471,34832) -\N -(30662,5584),(30604,5528) -(12612,26081),(12552,26001) -(17166,49308),(17098,49270) -(9586,14116),(9488,14104) -(37323,47576),(37264,47482) -(48009,49713),(48004,49614) -(49308,23780),(49297,23760) -(8667,32342),(8592,32294) -(37826,48560),(37822,48485) -\N -(24493,18653),(24486,18616) -(17914,3850),(17887,3775) -(34270,43873),(34231,43826) -(7753,44715),(7660,44651) -(44328,36364),(44265,36350) -(10146,3030),(10111,2975) -(35273,40106),(35269,40062) -\N -(38566,43846),(38547,43760) -(12400,41394),(12377,41378) -(45196,38286),(45153,38250) -(48511,14972),(48428,14883) -(25939,36328),(25886,36277) -(38997,11007),(38979,10917) -(30342,518),(30244,453) -(6876,7468),(6867,7454) -(17566,27575),(17566,27480) -(18869,28538),(18858,28475) -(16825,33309),(16726,33255) -(14585,26111),(14490,26035) -(28743,49392),(28664,49349) -(26652,23359),(26618,23297) -\N -(40129,33653),(40102,33584) -(41074,26393),(41038,26389) -(3869,33564),(3869,33536) -(28455,14205),(28364,14163) -(13866,45603),(13770,45543) -(21666,30586),(21578,30544) -(29978,11931),(29893,11868) -(1594,1043),(1517,971) -(948,1201),(907,1156) -(27547,13692),(27545,13677) -(13661,38184),(13566,38154) -(2389,40026),(2317,39938) -(35481,46379),(35481,46320) -\N -(26917,45698),(26864,45689) -(23933,41617),(23909,41539) -(8912,8471),(8862,8401) -(9625,4747),(9558,4692) -(34743,35056),(34721,34969) -(39544,21762),(39475,21717) -\N -(11741,26330),(11656,26293) -(39015,1315),(38966,1285) -(13418,44237),(13326,44202) -(2107,17672),(2093,17616) -(42448,28844),(42370,28764) -(49843,5175),(49808,5145) -(6536,23000),(6467,22958) -(11114,5822),(11027,5739) -(48457,11074),(48384,11024) -(12343,23110),(12310,23074) -(17300,24847),(17276,24825) -(8823,8253),(8793,8238) -(3449,171),(3354,108) -\N -(21650,23955),(21605,23883) -(13260,3234),(13193,3214) -(25361,10896),(25305,10806) -(25051,25042),(25011,25001) -(25044,25088),(25015,25005) -\N -(25007,25061),(25002,25013) -(25066,25105),(25003,25007) -(25028,25012),(25015,25011) -(25031,25057),(25006,25018) -(25015,25042),(25004,25012) -(25091,25049),(25019,25019) -(25023,25011),(25000,25004) -\N -(25053,25104),(25010,25012) -(25058,25001),(25018,25000) -(25059,25051),(25008,25016) -(25043,25069),(25007,25004) -(25006,25101),(25002,25002) -(25095,25012),(25014,25007) -(25054,25052),(25019,25013) -(25108,25077),(25009,25018) -(25007,25023),(25003,25002) -\N -(25076,25098),(25002,25016) -(25030,25077),(25012,25006) -\. --- --- Data for Name: float4_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.float4_tbl (f1) FROM stdin; -0 --34.84 --1004.3 --1.2345679e+20 --1.2345679e-20 -\. --- --- Data for Name: float8_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.float8_tbl (f1) FROM stdin; -0 --34.84 --1004.3 --1.2345678901234e+200 --1.2345678901234e-200 -\. --- --- Data for Name: func_index_heap; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.func_index_heap (f1, f2) FROM stdin; -ABC DEF -AB CDEFG -QWE RTY -QWERTY \N -\. --- --- Data for Name: hash_f8_heap; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.hash_f8_heap (seqno, random) FROM stdin; -0 1935401906 -1 1345971420 -2 656473370 -3 1269710788 -4 1156776517 -5 1289013296 -6 1415564928 -7 1937919553 -8 435456494 -9 66302641 -10 915852158 -11 1661301944 -12 961711400 -13 74070078 -14 2036973298 -15 843938989 -16 189351248 -17 1388679963 -18 556726251 -19 634715959 -20 1489080225 -21 649132105 -22 886008616 -23 1280154196 -24 2036166893 -25 846480997 -26 1102020422 -27 1533442662 -28 2060089600 -29 1212135685 -30 539384293 -31 1848007858 -32 410623457 -33 1195857664 -34 970234999 -35 1567399975 -36 337387312 -37 238316279 -38 1357835880 -39 772843806 -40 304618920 -41 126204390 -42 286662102 -43 1266330320 -44 200274468 -45 176151752 -46 2110269310 -47 389625717 -48 1564831715 -49 519511913 -50 1024341676 -51 906428292 -52 1168644018 -53 1910350293 -54 39098840 -55 1057327263 -56 609347642 -57 1141119263 -58 443286278 -59 521953594 -60 205771300 -61 982670571 -62 222477805 -63 616394758 -64 31044587 -65 1192712804 -66 36311085 -67 368431899 -68 1431029083 -69 1394146965 -70 1141275706 -71 1735648004 -72 1520351356 -73 1427937808 -74 854494676 -75 1720625824 -76 1604089561 -77 817280338 -78 2110251541 -79 1021437628 -80 1336792251 -81 987109570 -82 1927865921 -83 357952622 -84 749976215 -85 1966964761 -86 1415279885 -87 1359323857 -88 960600376 -89 1858566163 -90 1881277452 -91 1166371677 -92 693753087 -93 2103755257 -94 1782766435 -95 724797674 -96 1148984413 -97 1819077520 -98 1093229574 -99 432529848 -100 1065740837 -101 87021632 -102 20694204 -103 438608545 -104 1514959440 -105 875188881 -106 11750722 -107 971565353 -108 1692469219 -109 2122002263 -110 1993002982 -111 881777823 -112 961628185 -113 1773385255 -114 1239730445 -115 1711604400 -116 1592866368 -117 507526682 -118 923444610 -119 405983097 -120 218609198 -121 657238414 -122 1572354774 -123 912362285 -124 613510023 -125 1207637561 -126 1637159959 -127 1762494436 -128 879231433 -129 582905885 -130 47540636 -131 1944972270 -132 669927517 -133 68234841 -134 236097168 -135 37403310 -136 943423722 -137 247847890 -138 1008968663 -139 488409293 -140 222366505 -141 854487997 -142 1370187116 -143 1183994691 -144 480389604 -145 462433913 -146 748115443 -147 2073255973 -148 969960596 -149 1671560053 -150 331755422 -151 1188569794 -152 181314819 -153 1904110196 -154 2100932079 -155 794824842 -156 964264109 -157 1590608390 -158 409835630 -159 1843495542 -160 26030628 -161 457376267 -162 1640984164 -163 695958145 -164 525611108 -165 1877081332 -166 733361455 -167 1469034830 -168 2124929222 -169 1742330119 -170 1957444123 -171 199812080 -172 449334468 -173 1180147592 -174 1383806771 -175 929724073 -176 1642581505 -177 2131922214 -178 855496398 -179 465058453 -180 1655998620 -181 1187251820 -182 1653628247 -183 1837313439 -184 943878368 -185 1607076678 -186 484654634 -187 1908142477 -188 1050201421 -189 894490264 -190 1604154371 -191 1076232049 -192 1351866531 -193 1097654887 -194 1772190194 -195 1877477639 -196 827252572 -197 358068002 -198 1199028821 -199 804698146 -200 2100398121 -201 1008989297 -202 1004510226 -203 402248941 -204 41653241 -205 240833349 -206 1331973014 -207 1684234746 -208 225271916 -209 39985764 -210 1809552 -211 1881270536 -212 1227237584 -213 1655437799 -214 1571100327 -215 23632304 -216 1115030830 -217 2055754961 -218 1931774781 -219 17748603 -220 802761578 -221 1388445504 -222 1093980652 -223 7144461 -224 338616744 -225 718687198 -226 1884622101 -227 1165869316 -228 1076755200 -229 936167274 -230 1970567462 -231 1029669673 -232 1945156571 -233 827594041 -234 1431918615 -235 1986809812 -236 1068427390 -237 616407981 -238 1523560911 -239 1293699306 -240 656393746 -241 1525370463 -242 1027486194 -243 1883631330 -244 1033324614 -245 451102874 -246 1907263635 -247 871796 -248 359374187 -249 1691554768 -250 18620399 -251 1162135765 -252 932516625 -253 1112601051 -254 1169280227 -255 1271133369 -256 1831288250 -257 906418680 -258 289519037 -259 760559802 -260 1842585954 -261 112602851 -262 1790229476 -263 1640258878 -264 940196892 -265 1074664443 -266 1479585042 -267 2008624283 -268 1691072424 -269 855662305 -270 1154839941 -271 199982522 -272 233549120 -273 34842488 -274 2083613853 -275 1266873735 -276 485945362 -277 1843393840 -278 1267745531 -279 845319549 -280 1387464960 -281 1286365931 -282 2007455315 -283 172497937 -284 251483334 -285 1029251894 -286 1443631306 -287 2082771584 -288 1935670574 -289 1733150343 -290 695847739 -291 1630772880 -292 1845753195 -293 338593567 -294 1123548110 -295 638466439 -296 1413258010 -297 455649505 -298 499607074 -299 956846786 -300 1311311810 -301 1654447016 -302 1156829309 -303 1544860931 -304 1689289504 -305 1092959514 -306 664251018 -307 27751218 -308 788869706 -309 1931996549 -310 873070767 -311 28851018 -312 1070878832 -313 733042434 -314 201348956 -315 1322362167 -316 1762294328 -317 1644980262 -318 1257650103 -319 1550481254 -320 1230646958 -321 1953497842 -322 1033770487 -323 928916505 -324 144607761 -325 9834949 -326 1567382944 -327 1557865771 -328 465484454 -329 2066990019 -330 367228910 -331 1776796265 -332 1573953387 -333 1524058219 -334 1174173548 -335 1115759243 -336 469534085 -337 1838424566 -338 1143510461 -339 1258403791 -340 1622937467 -341 2016581228 -342 1287254809 -343 546332652 -344 602140015 -345 1488603765 -346 1868694819 -347 216950695 -348 986100380 -349 978861274 -350 1767431950 -351 69263690 -352 784875469 -353 653718789 -354 998180195 -355 929483230 -356 663553738 -357 418079491 -358 339865354 -359 1129038193 -360 337585862 -361 707094264 -362 758350810 -363 1911539249 -364 83668835 -365 1932524358 -366 879814844 -367 553202920 -368 1623465276 -369 2023325305 -370 1811606711 -371 1098919095 -372 1892422886 -373 951377872 -374 1645251747 -375 347079253 -376 292497990 -377 1366462918 -378 564029948 -379 1278598370 -380 197840545 -381 183978250 -382 1347862060 -383 982716014 -384 837697039 -385 198558607 -386 1912199244 -387 1501250778 -388 616638098 -389 104580950 -390 482805323 -391 954223961 -392 811675214 -393 1241156133 -394 718279562 -395 895344049 -396 1026196843 -397 1598094407 -398 1448546969 -399 502178471 -400 1473936064 -401 1112670032 -402 1601097566 -403 1218875302 -404 2064047905 -405 1098865666 -406 1565954555 -407 209062247 -408 317844936 -409 2129984504 -410 1487660617 -411 515685481 -412 166479106 -413 688039029 -414 1498401495 -415 1004176146 -416 886597636 -417 1263117092 -418 357943276 -419 1503235734 -420 1367698042 -421 840748599 -422 309976047 -423 31889609 -424 2081904732 -425 1028255610 -426 927233658 -427 960617927 -428 478866369 -429 228296980 -430 1462796398 -431 1952802433 -432 1340967012 -433 916410316 -434 1024194088 -435 1257531269 -436 2015275982 -437 442664995 -438 1466593516 -439 185637271 -440 425165851 -441 806770485 -442 701322752 -443 591644958 -444 1494809514 -445 52240600 -446 1595821104 -447 233923502 -448 1315357692 -449 1953764380 -450 1737159237 -451 535572086 -452 647029331 -453 2047135284 -454 567461695 -455 581450415 -456 927907246 -457 1494695354 -458 1542068342 -459 1406773615 -460 1722992334 -461 857381092 -462 1212092401 -463 916475698 -464 1773791408 -465 88802841 -466 26523320 -467 1641583743 -468 531467836 -469 1493116836 -470 1827221014 -471 956633688 -472 152403674 -473 381060118 -474 1548278646 -475 1647213188 -476 433300718 -477 996616102 -478 1881136691 -479 1748658410 -480 802896834 -481 1470812280 -482 136746849 -483 1449926165 -484 1370463916 -485 704208544 -486 2031376580 -487 150887515 -488 51420250 -489 1425961274 -490 1557661130 -491 1774412584 -492 135858718 -493 622269883 -494 543404635 -495 1909650126 -496 711072724 -497 569927955 -498 1403750221 -499 1242540561 -500 2063044791 -501 1083487587 -502 51690601 -503 67964817 -504 1464547706 -505 1599969247 -506 1715178006 -507 1897848424 -508 449101701 -509 1448831049 -510 1499023187 -511 1251998535 -512 772159681 -513 1635770036 -514 554441052 -515 2142623597 -516 192494932 -517 438333984 -518 146027464 -519 243915183 -520 1864295258 -521 1703688595 -522 2018327767 -523 2000153976 -524 178474830 -525 414248754 -526 1762320454 -527 889547555 -528 984176709 -529 1018587028 -530 2132088116 -531 899737853 -532 2102074615 -533 36295069 -534 967702670 -535 1419138673 -536 1636264316 -537 535397028 -538 1169503450 -539 2085366017 -540 1984228077 -541 521042989 -542 1189880904 -543 608904110 -544 9329377 -545 1744321956 -546 604044060 -547 201824309 -548 35172292 -549 750071524 -550 445739492 -551 1899467550 -552 306276471 -553 316583612 -554 1752137878 -555 484751302 -556 730832366 -557 1366974684 -558 1374298857 -559 1715009076 -560 238078064 -561 1358903325 -562 467263281 -563 192669032 -564 1395198394 -565 1434965951 -566 1611807705 -567 883979062 -568 1970362980 -569 633827507 -570 821861431 -571 1807107409 -572 1154870496 -573 2011742335 -574 268527872 -575 1164199873 -576 1608580643 -577 872571932 -578 1366024183 -579 1643752935 -580 1622643456 -581 1811763675 -582 1395736837 -583 1928919928 -584 2128347287 -585 1000391067 -586 266187582 -587 711696006 -588 219882103 -589 1640486439 -590 279221434 -591 457960168 -592 851906116 -593 746484715 -594 650629200 -595 99620862 -596 33967018 -597 114953257 -598 983599924 -599 2004329998 -600 748780765 -601 1805461355 -602 1663953760 -603 1903651261 -604 1669720042 -605 1932481632 -606 920367487 -607 1130817037 -608 657569916 -609 138908022 -610 627086324 -611 132729724 -612 1950671697 -613 2022823161 -614 2061649652 -615 1931535337 -616 875730580 -617 180353586 -618 495747695 -619 1095612683 -620 1820840025 -621 774969129 -622 1553572851 -623 525262493 -624 1521453844 -625 56718403 -626 624883355 -627 1555420862 -628 171671661 -629 1608483279 -630 1412267213 -631 920452426 -632 1266460986 -633 928737325 -634 676620039 -635 788697380 -636 713735309 -637 1596987526 -638 1919514417 -639 1371305225 -640 1735895548 -641 399117093 -642 1504034949 -643 1539083598 -644 274456606 -645 1418200954 -646 1323135287 -647 1150187186 -648 1598554540 -649 1818882982 -650 98316222 -651 1271910918 -652 446368463 -653 1651889073 -654 1797173411 -655 1967822307 -656 1708607477 -657 274573119 -658 1375759521 -659 1880279138 -660 1883056398 -661 640543086 -662 653247916 -663 1002033737 -664 1569280411 -665 1329867955 -666 1790731117 -667 135532072 -668 779371834 -669 1562761887 -670 1506837297 -671 367783734 -672 1961878980 -673 863388599 -674 1906867332 -675 88851939 -676 134105905 -677 1082518971 -678 1239039125 -679 1732660445 -680 753918305 -681 1337355347 -682 857087715 -683 1200286768 -684 841760773 -685 506777479 -686 1020625427 -687 402884602 -688 781350598 -689 248901301 -690 135680092 -691 516923348 -692 889444387 -693 788928008 -694 1518957085 -695 311241151 -696 2118795963 -697 1162204555 -698 446773223 -699 750684149 -700 577482794 -701 1953610521 -702 1118467884 -703 391878126 -704 669515472 -705 877851568 -706 480730065 -707 803621377 -708 1960370540 -709 1719769191 -710 388798174 -711 566805197 -712 909640890 -713 1245885890 -714 1767091966 -715 1751401663 -716 1752663369 -717 640233745 -718 6802617 -719 386530319 -720 889135046 -721 142482709 -722 903453667 -723 1778579434 -724 931410717 -725 274927105 -726 2089820585 -727 902723033 -728 1437131660 -729 389110160 -730 1653407182 -731 2014614454 -732 195237033 -733 624391418 -734 259008932 -735 864752505 -736 1502242987 -737 739738998 -738 1668373882 -739 1315129879 -740 312024541 -741 2057172057 -742 1881935076 -743 1221665431 -744 1155574299 -745 1501543394 -746 825583447 -747 760754020 -748 2141777140 -749 832386064 -750 1147284339 -751 883428538 -752 974868774 -753 2050738006 -754 514524324 -755 1906279491 -756 178181463 -757 456861261 -758 661518876 -759 1615313123 -760 845971422 -761 167442411 -762 1482443929 -763 1041208455 -764 791833829 -765 1741452862 -766 1905960961 -767 146593168 -768 333708212 -769 1426851195 -770 1461723047 -771 645732753 -772 1336539604 -773 1196174476 -774 1867398184 -775 344630255 -776 550234222 -777 545497983 -778 1105384275 -779 544527714 -780 1377884048 -781 105184966 -782 1427956253 -783 205269174 -784 8439325 -785 1942480577 -786 2111548665 -787 186620788 -788 251858191 -789 625583894 -790 1801933912 -791 1097829613 -792 793026305 -793 1136894193 -794 2139038068 -795 1584860134 -796 730863407 -797 1897515381 -798 1731453303 -799 1064571619 -800 1176882929 -801 1045692702 -802 1710304372 -803 365938885 -804 94383530 -805 1430218909 -806 710569141 -807 644617753 -808 1975716892 -809 1815953416 -810 1189145467 -811 1206117292 -812 1921138383 -813 469618072 -814 1411386466 -815 1929577708 -816 264615002 -817 1375451484 -818 2116198496 -819 516473193 -820 2001035378 -821 1770648760 -822 1614302806 -823 646578035 -824 760059306 -825 1605857226 -826 83954521 -827 1490922713 -828 1355888960 -829 1815407824 -830 408010685 -831 385288241 -832 713616879 -833 2118315057 -834 751227126 -835 808000409 -836 1401050318 -837 1461796267 -838 1452618162 -839 1229283563 -840 1130266036 -841 494279982 -842 287917207 -843 903920771 -844 963898054 -845 1699303674 -846 686014831 -847 1228513056 -848 927271510 -849 654729679 -850 1744986249 -851 780823240 -852 277894792 -853 1211805407 -854 1427401275 -855 1037954098 -856 670178986 -857 1511355796 -858 381393163 -859 2026067946 -860 1179279973 -861 789403848 -862 263872539 -863 1892896852 -864 760235258 -865 1015099665 -866 553413613 -867 13801928 -868 329412285 -869 2006031776 -870 1243085491 -871 1459678321 -872 352828110 -873 1531002699 -874 216115444 -875 1316726164 -876 1082822725 -877 902130275 -878 397755573 -879 2010094235 -880 1556859954 -881 2142741822 -882 643433827 -883 1834754746 -884 1207063582 -885 2070835102 -886 725225196 -887 1877242568 -888 1434707250 -889 1106618360 -890 1755826866 -891 466503575 -892 1896022208 -893 2019699405 -894 211916779 -895 508773818 -896 887315422 -897 765330393 -898 522575747 -899 1216727707 -900 623878521 -901 1765661238 -902 528922380 -903 976706631 -904 1149180289 -905 745037824 -906 145949147 -907 84519366 -908 1647168099 -909 543704720 -910 2094613601 -911 1056544406 -912 538962895 -913 590563780 -914 743815504 -915 1746026477 -916 513915234 -917 1469040701 -918 1475785397 -919 1948622485 -920 428175413 -921 1084128615 -922 267642412 -923 176713973 -924 956344372 -925 479559192 -926 685487792 -927 1843659794 -928 1244889585 -929 1208063539 -930 912903854 -931 1868768106 -932 826241129 -933 1441826234 -934 697991089 -935 1975421419 -936 39380411 -937 843940236 -938 2059940785 -939 1686548510 -940 1387644957 -941 2007070739 -942 595609268 -943 1926607852 -944 450150871 -945 1339424773 -946 1525150681 -947 964066106 -948 660981826 -949 853452430 -950 765204943 -951 1089157239 -952 1937581045 -953 1032847355 -954 1265871212 -955 746441769 -956 1512406547 -957 1951359004 -958 442617915 -959 609812484 -960 1011938895 -961 1355521769 -962 331096942 -963 1838180025 -964 649864356 -965 1029088031 -966 1666117796 -967 689244767 -968 1873028268 -969 1578574933 -970 228309629 -971 1113189577 -972 1438162024 -973 823918898 -974 892313781 -975 1888312896 -976 15860023 -977 269980814 -978 704895354 -979 676841849 -980 1123433244 -981 1470100297 -982 1765999088 -983 913530641 -984 355464004 -985 884386652 -986 1659972410 -987 1867870552 -988 688262009 -989 2102590325 -990 330199388 -991 1700200904 -992 1310628447 -993 661296331 -994 1390897281 -995 1960492803 -996 1690384362 -997 909531429 -998 502253922 -999 1415928982 -1000 340622715 -1001 730563551 -1002 381634911 -1003 1778784739 -1004 1554482449 -1005 1273948692 -1006 1519613987 -1007 1570342472 -1008 1543929506 -1009 77025693 -1010 99700673 -1011 519879102 -1012 1547125990 -1013 1865699761 -1014 1433409743 -1015 1902589995 -1016 602602766 -1017 945898505 -1018 1622976899 -1019 1290864775 -1020 901005183 -1021 1953176287 -1022 843582031 -1023 64149982 -1024 466988970 -1025 86995665 -1026 2024642785 -1027 9889685 -1028 996527094 -1029 379413059 -1030 1425818667 -1031 1337149809 -1032 1109976610 -1033 1807453579 -1034 968450901 -1035 516975412 -1036 933918623 -1037 340581240 -1038 2087317884 -1039 330364482 -1040 417606934 -1041 39534910 -1042 850243584 -1043 1964732924 -1044 1905234671 -1045 136169680 -1046 1719839271 -1047 360353789 -1048 1082068185 -1049 1195332522 -1050 1651218564 -1051 1983073368 -1052 1001025162 -1053 347316948 -1054 2047223350 -1055 1468014132 -1056 434312613 -1057 1924382487 -1058 1477903817 -1059 1430839707 -1060 156311898 -1061 756238837 -1062 620505869 -1063 1266288509 -1064 416208768 -1065 1588956770 -1066 1783263921 -1067 1350127391 -1068 1929538010 -1069 1723098157 -1070 1680491873 -1071 199661296 -1072 1762633067 -1073 383251810 -1074 16910573 -1075 1520384091 -1076 519421490 -1077 1736749844 -1078 1880737880 -1079 1601489675 -1080 784598719 -1081 1384472797 -1082 1437079396 -1083 1785623881 -1084 1731789745 -1085 1336819098 -1086 1106154365 -1087 18618710 -1088 1113717938 -1089 436574535 -1090 1449458417 -1091 1270029836 -1092 1192813372 -1093 2069964286 -1094 388834697 -1095 1609022140 -1096 1511437408 -1097 24614970 -1098 811665883 -1099 1293491771 -1100 1747713128 -1101 344674109 -1102 1493153067 -1103 1362862547 -1104 727925919 -1105 1510063640 -1106 735762990 -1107 1247347409 -1108 1099329837 -1109 469017223 -1110 701353436 -1111 1883928556 -1112 1853490020 -1113 2138432832 -1114 1522068789 -1115 1437796117 -1116 1327768283 -1117 480739506 -1118 1456414827 -1119 294002573 -1120 917314041 -1121 758389596 -1122 1564032409 -1123 2110127413 -1124 680870235 -1125 1952867107 -1126 1571665905 -1127 44823995 -1128 1977482077 -1129 235848141 -1130 1338315766 -1131 1577711557 -1132 580522250 -1133 683985186 -1134 793090457 -1135 1308448169 -1136 46565178 -1137 1528853447 -1138 408311930 -1139 1145895015 -1140 1997870670 -1141 1109665366 -1142 882339923 -1143 1703877042 -1144 1100614551 -1145 256925064 -1146 994189511 -1147 280899186 -1148 737664571 -1149 303120690 -1150 574901759 -1151 1654978612 -1152 1061510287 -1153 2138934168 -1154 1617622378 -1155 1742380522 -1156 1944317627 -1157 1041804635 -1158 1787204517 -1159 1774316057 -1160 1277652776 -1161 978036636 -1162 1204543966 -1163 1858175026 -1164 1662021822 -1165 1997634423 -1166 1019139547 -1167 1708587000 -1168 1379004223 -1169 1427451477 -1170 706998368 -1171 1229391245 -1172 389633196 -1173 1589338291 -1174 785784640 -1175 1490247747 -1176 1846263356 -1177 1779974151 -1178 1771146933 -1179 436444279 -1180 2083094842 -1181 198565044 -1182 2091422891 -1183 997121481 -1184 190015564 -1185 1561561621 -1186 592018355 -1187 2134333192 -1188 455882609 -1189 231739224 -1190 1761165601 -1191 1733535385 -1192 1209775860 -1193 818225919 -1194 1444226764 -1195 724314034 -1196 668376695 -1197 315882663 -1198 285417387 -1199 2047380918 -1200 1743334141 -1201 992415755 -1202 1129288515 -1203 2132967337 -1204 434270398 -1205 1915073155 -1206 1475731436 -1207 133050106 -1208 1547563659 -1209 1099394721 -1210 569494385 -1211 1483174853 -1212 1297959765 -1213 513433629 -1214 332812686 -1215 1487975329 -1216 2074995250 -1217 924831041 -1218 1474824873 -1219 383394211 -1220 1156570265 -1221 1088506826 -1222 2116929597 -1223 218862478 -1224 1906732746 -1225 1413672713 -1226 943176512 -1227 427625793 -1228 1729555376 -1229 1228593899 -1230 327523063 -1231 1325405869 -1232 73526006 -1233 1456811578 -1234 1310889558 -1235 507796405 -1236 1224401086 -1237 639137346 -1238 640846511 -1239 624481097 -1240 1738532067 -1241 1210340897 -1242 2107655950 -1243 889008184 -1244 1723774526 -1245 292984988 -1246 229499866 -1247 1651286128 -1248 1217816029 -1249 1704324739 -1250 2034680340 -1251 226902646 -1252 645347918 -1253 2004126289 -1254 445765124 -1255 404597016 -1256 1270315354 -1257 1388941637 -1258 832222809 -1259 852387082 -1260 470051888 -1261 1159745872 -1262 30309304 -1263 543577895 -1264 469073802 -1265 1341198862 -1266 1051374300 -1267 1693474888 -1268 1980336209 -1269 1692220811 -1270 170472337 -1271 1571384628 -1272 755078060 -1273 130644639 -1274 312909165 -1275 331368938 -1276 423629627 -1277 542409031 -1278 1982655067 -1279 1641445656 -1280 99250122 -1281 1869851759 -1282 1868348303 -1283 744598040 -1284 1726494400 -1285 166629779 -1286 1149195056 -1287 849326106 -1288 1555571416 -1289 1981417865 -1290 1701713188 -1291 2025623305 -1292 993680089 -1293 1732022492 -1294 421717552 -1295 1462753892 -1296 925737707 -1297 1473091852 -1298 1008745132 -1299 758590268 -1300 1017829015 -1301 1179217470 -1302 182491248 -1303 1772907076 -1304 1309862109 -1305 495400413 -1306 2104276014 -1307 1733491737 -1308 1037809444 -1309 1939447433 -1310 1227453745 -1311 1137059567 -1312 1661815544 -1313 948318400 -1314 1881657607 -1315 1240826296 -1316 1114948180 -1317 883369016 -1318 2090152402 -1319 523035948 -1320 717303233 -1321 1644381943 -1322 401175605 -1323 1710983323 -1324 1228920787 -1325 822893157 -1326 1026253567 -1327 7174846 -1328 148501361 -1329 2034998699 -1330 765765114 -1331 1166330377 -1332 1066732521 -1333 948256363 -1334 791753805 -1335 229110983 -1336 1443656776 -1337 748546171 -1338 1962602720 -1339 333982573 -1340 540509957 -1341 1042572817 -1342 1471042140 -1343 54841853 -1344 1990891218 -1345 1205216099 -1346 1295668150 -1347 958355750 -1348 2088585115 -1349 1238336904 -1350 1481391698 -1351 658404701 -1352 735235199 -1353 1882567304 -1354 221904376 -1355 1964155987 -1356 557976813 -1357 1248157943 -1358 1971330833 -1359 706478175 -1360 1135672994 -1361 589612300 -1362 1872808552 -1363 54921868 -1364 1537868663 -1365 517078709 -1366 284032851 -1367 834041791 -1368 1265624880 -1369 99151923 -1370 1168024364 -1371 1806134837 -1372 1141724740 -1373 491582856 -1374 1860976691 -1375 985132310 -1376 1696798956 -1377 1009161193 -1378 1943488060 -1379 1637900423 -1380 100014449 -1381 1277396111 -1382 148821476 -1383 835249649 -1384 1012479767 -1385 370725852 -1386 651921988 -1387 1570456580 -1388 1618883795 -1389 475769173 -1390 129451107 -1391 607073142 -1392 1065381473 -1393 2002259659 -1394 661995010 -1395 455766488 -1396 371854720 -1397 946027861 -1398 1289808280 -1399 1637479601 -1400 1045179784 -1401 310348996 -1402 1296130790 -1403 39420876 -1404 801931853 -1405 1009623833 -1406 1024553187 -1407 351247161 -1408 2018785026 -1409 820557599 -1410 1989147584 -1411 2118799476 -1412 2097953710 -1413 2137969061 -1414 806565477 -1415 962949829 -1416 361211265 -1417 1458487465 -1418 385922762 -1419 1980095061 -1420 1934256638 -1421 515373869 -1422 439684555 -1423 852154464 -1424 370149881 -1425 1101679565 -1426 1307920952 -1427 742004601 -1428 2047707426 -1429 450245584 -1430 232000554 -1431 945403562 -1432 760594581 -1433 1528131345 -1434 984824438 -1435 1562526434 -1436 390271530 -1437 2009377625 -1438 1913773595 -1439 261572909 -1440 682451577 -1441 1755437531 -1442 232888737 -1443 632921639 -1444 1745922944 -1445 1039454214 -1446 1595871469 -1447 2107134210 -1448 350458031 -1449 1981794231 -1450 1939745623 -1451 137231021 -1452 349684452 -1453 231946530 -1454 989385485 -1455 719834333 -1456 1333626095 -1457 149822790 -1458 1461838935 -1459 1233849873 -1460 600068374 -1461 1693839489 -1462 31769787 -1463 1360662955 -1464 1074487186 -1465 1016594225 -1466 775705741 -1467 1464758717 -1468 878488203 -1469 541995688 -1470 1726331626 -1471 1560939780 -1472 149949572 -1473 1959220363 -1474 46377771 -1475 1895872516 -1476 851190929 -1477 1642249240 -1478 1855523078 -1479 1201648960 -1480 1476559823 -1481 1647785053 -1482 1338879981 -1483 1826244276 -1484 1879731583 -1485 180781819 -1486 398594961 -1487 1065874030 -1488 330604609 -1489 1860433896 -1490 152240255 -1491 930672983 -1492 1406789738 -1493 184010042 -1494 143852291 -1495 333793276 -1496 1200604268 -1497 919558032 -1498 1798551993 -1499 2079092471 -1500 1461553721 -1501 1377399971 -1502 1492548603 -1503 1611503293 -1504 1189136686 -1505 1538926374 -1506 1359892161 -1507 2040327615 -1508 1033691967 -1509 1067931592 -1510 1094492927 -1511 362768142 -1512 568232997 -1513 285889261 -1514 41528770 -1515 300480933 -1516 466671080 -1517 440123732 -1518 1366354963 -1519 797275689 -1520 153073980 -1521 1518595219 -1522 1727948672 -1523 1559863718 -1524 1702605261 -1525 1871800963 -1526 1893656995 -1527 755725881 -1528 643875348 -1529 1544725340 -1530 687334704 -1531 2105429069 -1532 774641664 -1533 32399659 -1534 1569448714 -1535 1963778350 -1536 1571326034 -1537 781857227 -1538 1856622318 -1539 457534353 -1540 1849788819 -1541 803631597 -1542 820302495 -1543 270538169 -1544 1089520858 -1545 861831266 -1546 571019102 -1547 1556191938 -1548 1301954998 -1549 1937374065 -1550 205983979 -1551 1455028978 -1552 1308485636 -1553 1933932652 -1554 867409049 -1555 863607250 -1556 1658249967 -1557 613582396 -1558 1619333131 -1559 154641667 -1560 10824088 -1561 159184188 -1562 112587088 -1563 785465752 -1564 191583847 -1565 1682035802 -1566 601760455 -1567 1762909881 -1568 316409382 -1569 310899125 -1570 72960586 -1571 18714553 -1572 1114530722 -1573 893263082 -1574 289252722 -1575 56567933 -1576 1755094348 -1577 860271824 -1578 1612759871 -1579 909565698 -1580 650162242 -1581 1818743851 -1582 217111028 -1583 1958647878 -1584 1605192855 -1585 1084520077 -1586 674771480 -1587 1115959174 -1588 1698102473 -1589 146620964 -1590 1270600842 -1591 1708926562 -1592 305805152 -1593 1383187930 -1594 346908666 -1595 497388999 -1596 917740085 -1597 948669121 -1598 112815233 -1599 1234149467 -1600 1259568246 -1601 185775819 -1602 1252864020 -1603 226615321 -1604 1079038901 -1605 1542116743 -1606 283183254 -1607 686649601 -1608 254904919 -1609 1895943125 -1610 1596215299 -1611 905067161 -1612 1567203328 -1613 1813326328 -1614 716231392 -1615 1024912535 -1616 750362757 -1617 1391002872 -1618 2140871710 -1619 300981583 -1620 1537623836 -1621 1263988904 -1622 2009908145 -1623 1843428988 -1624 499693186 -1625 209333163 -1626 193334340 -1627 1417433271 -1628 1158002285 -1629 306149573 -1630 504099090 -1631 270086883 -1632 491925392 -1633 1756963111 -1634 496702204 -1635 1570964294 -1636 1151596206 -1637 779885458 -1638 110130247 -1639 1406501125 -1640 528344936 -1641 1706345547 -1642 164084639 -1643 2095548264 -1644 1372188227 -1645 880316031 -1646 972977152 -1647 2122550984 -1648 123835255 -1649 966365214 -1650 276048919 -1651 1661459092 -1652 82870470 -1653 138473416 -1654 1357404432 -1655 582563656 -1656 347806580 -1657 1550738772 -1658 1999996928 -1659 1505808865 -1660 1856888345 -1661 356612370 -1662 1775895748 -1663 201330090 -1664 2113575481 -1665 125114305 -1666 1772294384 -1667 1117688039 -1668 904999763 -1669 1882424631 -1670 376705517 -1671 1433344699 -1672 1441286530 -1673 540790156 -1674 1381409316 -1675 665991109 -1676 1421106187 -1677 206902820 -1678 641058446 -1679 1544941442 -1680 1173268034 -1681 917107365 -1682 1058916886 -1683 1256138504 -1684 1055580782 -1685 268837671 -1686 1838702160 -1687 1403387362 -1688 1819576443 -1689 1691215440 -1690 761712579 -1691 1528981141 -1692 2047827811 -1693 390124679 -1694 1730311231 -1695 2013919644 -1696 515238984 -1697 1355121967 -1698 984124036 -1699 1420238748 -1700 1090062950 -1701 1360829553 -1702 706099799 -1703 383865833 -1704 1901619709 -1705 2087509115 -1706 1049856942 -1707 1175242248 -1708 146928287 -1709 1690915388 -1710 572700042 -1711 1320196321 -1712 460539106 -1713 1631616929 -1714 428851177 -1715 1516119888 -1716 1900454600 -1717 120069690 -1718 772023602 -1719 1572547395 -1720 1811285130 -1721 1533736181 -1722 954044888 -1723 1711629293 -1724 1923860860 -1725 536872471 -1726 1578065290 -1727 291616197 -1728 1891994438 -1729 414705678 -1730 1711854945 -1731 834573741 -1732 1775535231 -1733 270471096 -1734 1218439574 -1735 1529671292 -1736 210496564 -1737 120812868 -1738 557429892 -1739 357424851 -1740 1811728257 -1741 1130129934 -1742 1677621173 -1743 124783715 -1744 614263215 -1745 2106472350 -1746 1640903603 -1747 367234167 -1748 79058392 -1749 265443557 -1750 1939781563 -1751 1890343523 -1752 1799179738 -1753 746342803 -1754 1454489168 -1755 1575556950 -1756 1283215275 -1757 885070810 -1758 1867173147 -1759 1027726065 -1760 1299776488 -1761 1431544444 -1762 1862299806 -1763 927828071 -1764 1702015541 -1765 933255732 -1766 310015715 -1767 1912512105 -1768 1054068601 -1769 867445607 -1770 122453308 -1771 718313210 -1772 1997575542 -1773 1800074481 -1774 843096925 -1775 464355109 -1776 1759063184 -1777 336516880 -1778 831589277 -1779 1838121576 -1780 601960437 -1781 623887192 -1782 1580981451 -1783 253656527 -1784 1370229995 -1785 887986972 -1786 1829213477 -1787 505961622 -1788 1773057782 -1789 1548902977 -1790 1533687688 -1791 925350623 -1792 832963773 -1793 1248503846 -1794 1853178694 -1795 387495666 -1796 34275931 -1797 15710762 -1798 152524123 -1799 1088344532 -1800 883156369 -1801 274977432 -1802 1806657742 -1803 733248263 -1804 2075051913 -1805 502271019 -1806 1197603373 -1807 1686631449 -1808 838787899 -1809 2029192650 -1810 1377269378 -1811 1440748336 -1812 505596194 -1813 810767181 -1814 1694404863 -1815 1875826189 -1816 1698754153 -1817 1376134692 -1818 234304164 -1819 1324328288 -1820 777554021 -1821 1767991852 -1822 102195263 -1823 1610517795 -1824 869012050 -1825 1955373957 -1826 1998013461 -1827 903287981 -1828 1971084719 -1829 3053937 -1830 1991632513 -1831 706757441 -1832 278031369 -1833 1650806607 -1834 1440005704 -1835 205599634 -1836 5593978 -1837 490125429 -1838 1892231084 -1839 844381877 -1840 371834431 -1841 1122016814 -1842 137646565 -1843 877430625 -1844 1932783995 -1845 1832051428 -1846 605773167 -1847 1484054501 -1848 1060702473 -1849 840077331 -1850 660899141 -1851 1838256494 -1852 460585535 -1853 763094404 -1854 1301290641 -1855 1329597585 -1856 570984713 -1857 1151820455 -1858 85401919 -1859 394585785 -1860 1154874392 -1861 2077034432 -1862 1101343226 -1863 1432905761 -1864 1580357392 -1865 393865282 -1866 1638505395 -1867 1585951370 -1868 883990712 -1869 1383252831 -1870 282849600 -1871 1255825143 -1872 357785997 -1873 420496165 -1874 2133255769 -1875 143086345 -1876 105063946 -1877 591545288 -1878 1627140846 -1879 1165766419 -1880 1431622619 -1881 140556339 -1882 856539265 -1883 1892208154 -1884 903650743 -1885 10346259 -1886 1074322091 -1887 1474635456 -1888 1162166714 -1889 1159724010 -1890 1869221241 -1891 169557458 -1892 1089274795 -1893 823080819 -1894 1602463219 -1895 522148539 -1896 1216946102 -1897 1093484966 -1898 2108099909 -1899 2100936814 -1900 329254150 -1901 243465861 -1902 1209278309 -1903 687040147 -1904 663962027 -1905 1195050430 -1906 830126492 -1907 769025973 -1908 1786595718 -1909 309783690 -1910 1934792392 -1911 1070734689 -1912 450340029 -1913 643848009 -1914 815459195 -1915 1353990772 -1916 654194268 -1917 1889781287 -1918 681142581 -1919 1816360982 -1920 902021649 -1921 402880174 -1922 1985918440 -1923 1991296444 -1924 1225960994 -1925 1440898011 -1926 365961335 -1927 295423448 -1928 386899330 -1929 326577597 -1930 248876614 -1931 716153480 -1932 570043458 -1933 1458154923 -1934 1403193627 -1935 1234005485 -1936 505721706 -1937 85836472 -1938 2003031458 -1939 144833776 -1940 395620162 -1941 1790340202 -1942 1215568466 -1943 845960192 -1944 286704564 -1945 2031027661 -1946 52467316 -1947 940898832 -1948 1773325300 -1949 733609897 -1950 609776167 -1951 527863302 -1952 1136490072 -1953 448210959 -1954 371676098 -1955 214967418 -1956 1889108971 -1957 737637434 -1958 510390866 -1959 128524653 -1960 1064215031 -1961 759267480 -1962 844678133 -1963 1634258489 -1964 69938755 -1965 100388112 -1966 720780327 -1967 575660461 -1968 186224584 -1969 576328137 -1970 720494238 -1971 581844747 -1972 219184692 -1973 1936062704 -1974 1427804939 -1975 505889256 -1976 1819606717 -1977 1480272255 -1978 1446788088 -1979 1445448370 -1980 66398505 -1981 2056564255 -1982 1973311672 -1983 1202888577 -1984 357291567 -1985 197504122 -1986 1417855995 -1987 98916890 -1988 935141556 -1989 1928246861 -1990 227441543 -1991 1999356587 -1992 540030693 -1993 1072119676 -1994 1486131429 -1995 609969448 -1996 1172507788 -1997 59428108 -1998 1185629910 -1999 1358732373 -2000 635756245 -2001 1906124148 -2002 1940577120 -2003 854940937 -2004 1694703204 -2005 1220898411 -2006 1360830193 -2007 1366826273 -2008 553687018 -2009 660134634 -2010 664790995 -2011 620085523 -2012 569215241 -2013 490619019 -2014 1822974100 -2015 926506808 -2016 688123142 -2017 1093346447 -2018 1025423698 -2019 1623264698 -2020 874109660 -2021 1252865241 -2022 1475137638 -2023 1414140353 -2024 177501269 -2025 813785419 -2026 2024109802 -2027 1350009058 -2028 873213527 -2029 1062256064 -2030 561257783 -2031 1508969772 -2032 820896564 -2033 354351255 -2034 216427062 -2035 368116120 -2036 1575249666 -2037 1577257255 -2038 1734942393 -2039 2128936684 -2040 89908241 -2041 252249741 -2042 601538560 -2043 659123483 -2044 742868760 -2045 277029012 -2046 1585630291 -2047 1430991902 -2048 1370375460 -2049 463570342 -2050 906772953 -2051 97001472 -2052 1716435583 -2053 234426943 -2054 1511141826 -2055 1893936853 -2056 1048212362 -2057 1387767980 -2058 1096462263 -2059 1921425889 -2060 302540396 -2061 1657720046 -2062 1282912013 -2063 1123436960 -2064 2012071301 -2065 1499339075 -2066 1491553080 -2067 1439837319 -2068 929112683 -2069 1079011825 -2070 1421290355 -2071 1019020924 -2072 1331261566 -2073 2022828915 -2074 1678144407 -2075 2074130327 -2076 152374280 -2077 1116291051 -2078 1357638581 -2079 1522749740 -2080 1579861393 -2081 116927886 -2082 1619751212 -2083 1148813328 -2084 351354829 -2085 983409390 -2086 895266533 -2087 1399567191 -2088 223693722 -2089 1991728796 -2090 1173509432 -2091 526234118 -2092 1501965194 -2093 308937798 -2094 1649671078 -2095 1366552847 -2096 1808276873 -2097 993740510 -2098 658906518 -2099 589905908 -2100 2072752336 -2101 2080196874 -2102 1608926833 -2103 1256530254 -2104 1955542141 -2105 1139587592 -2106 1183176933 -2107 2107916421 -2108 108394995 -2109 393331867 -2110 1483182513 -2111 1688256388 -2112 510259753 -2113 955450078 -2114 689586069 -2115 861614583 -2116 1938859468 -2117 1584852602 -2118 113698126 -2119 15069543 -2120 1429097751 -2121 1287207559 -2122 541303661 -2123 783579297 -2124 1596145357 -2125 43491092 -2126 2648497 -2127 1256938582 -2128 1037231602 -2129 661555015 -2130 1846844491 -2131 962500290 -2132 594268241 -2133 1308287676 -2134 71546897 -2135 402326735 -2136 300391620 -2137 1254723830 -2138 362759508 -2139 408786616 -2140 1648055697 -2141 1845942022 -2142 2097043004 -2143 10831803 -2144 653908452 -2145 639145425 -2146 872446386 -2147 445284272 -2148 76514380 -2149 986144512 -2150 460353815 -2151 1505612131 -2152 125868423 -2153 1001657477 -2154 141707780 -2155 1722013780 -2156 1045148569 -2157 144356277 -2158 831468715 -2159 2082380171 -2160 805911293 -2161 530829558 -2162 897396814 -2163 1400179534 -2164 1839117234 -2165 968943711 -2166 1802506269 -2167 2139508854 -2168 76183893 -2169 17782130 -2170 400811822 -2171 1724239591 -2172 1863724152 -2173 350371179 -2174 1735071394 -2175 370148956 -2176 989516604 -2177 460034132 -2178 815433228 -2179 1066030984 -2180 1446178644 -2181 1275787044 -2182 424159467 -2183 1572047068 -2184 129960873 -2185 565867248 -2186 1146577200 -2187 1175109442 -2188 710223525 -2189 1978045915 -2190 1110005965 -2191 1516134818 -2192 361391825 -2193 2007402779 -2194 768830705 -2195 53025411 -2196 828862842 -2197 423853326 -2198 45050618 -2199 905046736 -2200 441635456 -2201 445862440 -2202 481802679 -2203 157875960 -2204 796233619 -2205 69390425 -2206 528024916 -2207 1785750224 -2208 529424557 -2209 1343458145 -2210 704297560 -2211 1975603201 -2212 471761541 -2213 1128457028 -2214 1400166621 -2215 601722414 -2216 1694324276 -2217 399260174 -2218 1776831856 -2219 257064153 -2220 229822441 -2221 739354173 -2222 1773198972 -2223 591214267 -2224 599273305 -2225 394546029 -2226 644239678 -2227 1428136147 -2228 818399355 -2229 689290296 -2230 185699235 -2231 1260034812 -2232 1135152737 -2233 667501914 -2234 1417910772 -2235 1931386356 -2236 736892339 -2237 1945935689 -2238 1569652932 -2239 1266316896 -2240 1141910186 -2241 126466845 -2242 1094436450 -2243 1613671727 -2244 1254923873 -2245 347119423 -2246 67910493 -2247 801764501 -2248 746379597 -2249 1844742349 -2250 1058828654 -2251 976202039 -2252 436612874 -2253 684543978 -2254 1567416306 -2255 1035886179 -2256 1079090007 -2257 64172336 -2258 316538679 -2259 1897489363 -2260 753462633 -2261 502237914 -2262 1010040527 -2263 1888615370 -2264 1169739829 -2265 280467651 -2266 1672518078 -2267 1906632168 -2268 78919692 -2269 1094687363 -2270 1025465417 -2271 1220829878 -2272 1221154208 -2273 2119901867 -2274 687017957 -2275 328594433 -2276 319537642 -2277 754928450 -2278 1130358934 -2279 1065917240 -2280 452187151 -2281 41703940 -2282 2042119279 -2283 888800026 -2284 726247919 -2285 1462051937 -2286 1924686205 -2287 1805337926 -2288 1526224273 -2289 93741236 -2290 1555343641 -2291 132203258 -2292 595979151 -2293 417900520 -2294 2020818628 -2295 1765718980 -2296 698368172 -2297 1545853059 -2298 1524867500 -2299 777287864 -2300 493056774 -2301 402849269 -2302 1998117743 -2303 1714210982 -2304 375267488 -2305 537652052 -2306 2042805415 -2307 694805131 -2308 1292580503 -2309 1025680701 -2310 1760722371 -2311 1744767654 -2312 1067384641 -2313 1655358002 -2314 486084032 -2315 1793632560 -2316 969926291 -2317 263286590 -2318 1451486839 -2319 348666916 -2320 357027826 -2321 859346832 -2322 480870175 -2323 953006977 -2324 1277247353 -2325 354205155 -2326 571242309 -2327 1975615525 -2328 1900058214 -2329 2096109810 -2330 605419741 -2331 245631340 -2332 351475431 -2333 456053836 -2334 1959842322 -2335 726742920 -2336 993705889 -2337 1855164089 -2338 1421548051 -2339 138802744 -2340 733361142 -2341 1034786774 -2342 1883570398 -2343 1800745784 -2344 542661128 -2345 222170783 -2346 1446894696 -2347 1512587419 -2348 485457373 -2349 750897887 -2350 1861254335 -2351 842485199 -2352 1610244720 -2353 194640862 -2354 1795492177 -2355 740008425 -2356 548846018 -2357 219250838 -2358 568140302 -2359 301420584 -2360 167877000 -2361 1173560043 -2362 547051925 -2363 519352432 -2364 1629613880 -2365 359410599 -2366 1246095352 -2367 475836121 -2368 67091041 -2369 520159755 -2370 614638865 -2371 800452183 -2372 1554946529 -2373 350725615 -2374 453714319 -2375 2097607657 -2376 572896398 -2377 1900609016 -2378 1462711428 -2379 1058353771 -2380 504023255 -2381 1176482115 -2382 1900838971 -2383 2114267975 -2384 1371122978 -2385 1548847500 -2386 706792752 -2387 1919968996 -2388 1768098338 -2389 1274933054 -2390 73905932 -2391 1935975339 -2392 301009450 -2393 620957857 -2394 307844123 -2395 1930623330 -2396 980368457 -2397 1553939475 -2398 258975803 -2399 1047459498 -2400 2074099230 -2401 873614668 -2402 1847911681 -2403 1481562111 -2404 1224340283 -2405 154142353 -2406 1431686120 -2407 1797236682 -2408 2054751369 -2409 746913900 -2410 708106805 -2411 411290976 -2412 1923396015 -2413 461462128 -2414 378075304 -2415 1147035345 -2416 2010309628 -2417 1084868056 -2418 919520693 -2419 1630924319 -2420 212317463 -2421 993426626 -2422 1419416010 -2423 513326913 -2424 1614384483 -2425 1727260133 -2426 296466595 -2427 447269292 -2428 1133715960 -2429 555442398 -2430 1494728790 -2431 1060331542 -2432 1429057066 -2433 1195156824 -2434 394410005 -2435 505913701 -2436 1349299177 -2437 1826096125 -2438 155666735 -2439 1256566898 -2440 425526377 -2441 863773541 -2442 1667857874 -2443 201438744 -2444 1325235669 -2445 2045933178 -2446 1348474090 -2447 1188061650 -2448 983317587 -2449 120511135 -2450 671502321 -2451 1195635050 -2452 1113937761 -2453 2090918331 -2454 1708961963 -2455 580838597 -2456 1670694816 -2457 2005428558 -2458 1028107889 -2459 656927128 -2460 413387308 -2461 375353032 -2462 1717258670 -2463 1842444374 -2464 1570509856 -2465 2111668675 -2466 200874427 -2467 772325385 -2468 1790281152 -2469 356541163 -2470 2028892283 -2471 68323881 -2472 1220314704 -2473 1549266509 -2474 269762625 -2475 398066725 -2476 1447716040 -2477 1618236715 -2478 1586128375 -2479 283549979 -2480 1738747851 -2481 110147048 -2482 1479185029 -2483 705201964 -2484 53581731 -2485 1040663344 -2486 1286040561 -2487 1724276547 -2488 898608254 -2489 166664803 -2490 233720027 -2491 1311995562 -2492 542017835 -2493 1950978697 -2494 1006956288 -2495 2112527691 -2496 1915163724 -2497 1207830715 -2498 737369428 -2499 1557961228 -2500 1564371878 -2501 618778063 -2502 1626285109 -2503 637202934 -2504 20560924 -2505 1896047735 -2506 1035269660 -2507 1468276964 -2508 1366800802 -2509 473914387 -2510 1751826943 -2511 958065005 -2512 584061436 -2513 1083528324 -2514 1663266970 -2515 637643167 -2516 2124191668 -2517 801823883 -2518 214436067 -2519 875316274 -2520 968488686 -2521 448156094 -2522 39828188 -2523 1510506521 -2524 251651144 -2525 1046784476 -2526 1475550564 -2527 19331220 -2528 107131544 -2529 65436344 -2530 1577292449 -2531 1671503422 -2532 684214407 -2533 1056093910 -2534 161222709 -2535 704775332 -2536 804657997 -2537 1196492369 -2538 25568648 -2539 23975152 -2540 1670406756 -2541 1777395592 -2542 982040157 -2543 106984544 -2544 713440268 -2545 497823479 -2546 744627712 -2547 690148289 -2548 1299647363 -2549 959063779 -2550 1565464563 -2551 120652401 -2552 1407219873 -2553 1605292752 -2554 1631158923 -2555 1658871017 -2556 504593580 -2557 959225839 -2558 1678202238 -2559 611725124 -2560 1024662184 -2561 1108011039 -2562 135744899 -2563 1708876591 -2564 16621301 -2565 296967608 -2566 266168275 -2567 821279299 -2568 1493459977 -2569 291736924 -2570 845254451 -2571 1016383085 -2572 2069132516 -2573 1827294608 -2574 1123367630 -2575 635089136 -2576 177634440 -2577 1867995342 -2578 1325237425 -2579 1477281803 -2580 679575473 -2581 743218341 -2582 1597934204 -2583 2086795346 -2584 201027445 -2585 1081609479 -2586 1598182716 -2587 705621025 -2588 2040835319 -2589 1128901306 -2590 1317346150 -2591 918013855 -2592 89428697 -2593 1453091049 -2594 479406798 -2595 106049998 -2596 1750058657 -2597 745575074 -2598 927329297 -2599 1096034986 -2600 1037311998 -2601 1772583748 -2602 2112418071 -2603 958960866 -2604 1452394709 -2605 1088302053 -2606 1594050002 -2607 1630029149 -2608 808813747 -2609 771803780 -2610 959827304 -2611 1488389220 -2612 1515022121 -2613 410277860 -2614 1427700919 -2615 1716049566 -2616 1491887340 -2617 878399987 -2618 274186943 -2619 1385239011 -2620 2007301293 -2621 1591533093 -2622 155769218 -2623 2096729990 -2624 897140494 -2625 635176016 -2626 55296340 -2627 499715503 -2628 1380751090 -2629 982625638 -2630 1595750489 -2631 270579440 -2632 607725738 -2633 1560684913 -2634 1229540306 -2635 2060120447 -2636 501503318 -2637 676106661 -2638 1542665948 -2639 1310317066 -2640 1447910441 -2641 355009604 -2642 651222638 -2643 815448914 -2644 765287465 -2645 2078923557 -2646 384014832 -2647 109691157 -2648 809839896 -2649 658201775 -2650 1494930168 -2651 669657541 -2652 102251221 -2653 1650699386 -2654 618903883 -2655 999391715 -2656 138391754 -2657 674200224 -2658 1499107219 -2659 1519142845 -2660 1656825862 -2661 947374060 -2662 1789722285 -2663 117067952 -2664 360575325 -2665 871778944 -2666 29704752 -2667 862078644 -2668 1547885605 -2669 1572370700 -2670 24912062 -2671 848312398 -2672 1927380305 -2673 676134700 -2674 1663761312 -2675 545184122 -2676 607574610 -2677 2047776144 -2678 654875279 -2679 1417414506 -2680 558494271 -2681 2321799 -2682 2087072048 -2683 660745492 -2684 1653021185 -2685 558492283 -2686 1660137208 -2687 1791412939 -2688 1232692507 -2689 1011760779 -2690 1163072136 -2691 742034721 -2692 1959134839 -2693 805310774 -2694 859102674 -2695 172226517 -2696 1677089718 -2697 888807426 -2698 1034305161 -2699 1077491675 -2700 313694478 -2701 1059217223 -2702 1925804073 -2703 93591135 -2704 1735351923 -2705 1442081737 -2706 638775257 -2707 195442885 -2708 1342374233 -2709 1293650536 -2710 1612857392 -2711 1900868504 -2712 1295972335 -2713 1552445792 -2714 414130349 -2715 801509872 -2716 2110938075 -2717 2074267557 -2718 445439164 -2719 1196146935 -2720 938544688 -2721 1608511300 -2722 1938181656 -2723 750195879 -2724 266338426 -2725 649800682 -2726 922422396 -2727 1943428144 -2728 1538608108 -2729 1956727557 -2730 873436171 -2731 1852302587 -2732 868461132 -2733 651756596 -2734 1945893722 -2735 456329408 -2736 2093838333 -2737 437185332 -2738 651772293 -2739 1288728918 -2740 1730835868 -2741 117146037 -2742 1042113775 -2743 879324556 -2744 1669591829 -2745 1456244124 -2746 1680834428 -2747 1633046257 -2748 1383028033 -2749 2126273592 -2750 681709544 -2751 174089073 -2752 1587301245 -2753 472407552 -2754 924284952 -2755 1853639671 -2756 1122208235 -2757 1846707349 -2758 1649584168 -2759 513332695 -2760 1655951258 -2761 375536691 -2762 218151634 -2763 376928743 -2764 1027293288 -2765 16561709 -2766 833258151 -2767 973647973 -2768 453747041 -2769 1485030444 -2770 114893244 -2771 37099261 -2772 1602176482 -2773 1157007019 -2774 916423817 -2775 1124284663 -2776 465767495 -2777 449774598 -2778 609847272 -2779 1848795528 -2780 428564542 -2781 1291556816 -2782 2022884601 -2783 2015865787 -2784 1763964369 -2785 799685905 -2786 1722021811 -2787 738688956 -2788 498909606 -2789 1224122331 -2790 1252021651 -2791 7377217 -2792 1599659022 -2793 1470173286 -2794 384305960 -2795 479468662 -2796 1486734995 -2797 1217564111 -2798 1453116636 -2799 1940482036 -2800 555110907 -2801 1568009880 -2802 1977581297 -2803 9803741 -2804 577533251 -2805 746521467 -2806 1134088405 -2807 1043300746 -2808 1196296065 -2809 1743935677 -2810 744612626 -2811 1624860607 -2812 888008846 -2813 620013579 -2814 1493242747 -2815 504489567 -2816 1419699484 -2817 1067780910 -2818 1243178523 -2819 1918609091 -2820 144419593 -2821 347716526 -2822 1925986308 -2823 1744078615 -2824 1817889812 -2825 162808620 -2826 76063630 -2827 1157141159 -2828 1380372731 -2829 1529180266 -2830 950139547 -2831 1935483638 -2832 949706498 -2833 780237197 -2834 1945287380 -2835 1527239749 -2836 1526758664 -2837 931892137 -2838 423056847 -2839 575571081 -2840 528344166 -2841 1167669473 -2842 52948040 -2843 1416353012 -2844 1787683052 -2845 1546190787 -2846 1920842579 -2847 1059898888 -2848 466488049 -2849 1016537454 -2850 831024331 -2851 610907642 -2852 1364253981 -2853 609526991 -2854 207502610 -2855 1034660145 -2856 772335611 -2857 283566240 -2858 44317657 -2859 5224694 -2860 1812746506 -2861 994457204 -2862 1940708333 -2863 614969356 -2864 1774694401 -2865 1738512065 -2866 2142209105 -2867 1153969417 -2868 522920554 -2869 417782304 -2870 1729540498 -2871 1051264720 -2872 1585451777 -2873 1782488539 -2874 320134085 -2875 1225651181 -2876 1181195678 -2877 93493016 -2878 138066421 -2879 1647683728 -2880 1110030471 -2881 969090753 -2882 111107722 -2883 326800804 -2884 1578617744 -2885 318610332 -2886 1361460949 -2887 203469708 -2888 602176572 -2889 1405778606 -2890 208694402 -2891 267439430 -2892 252752163 -2893 1919087 -2894 882408786 -2895 2027446564 -2896 1740431152 -2897 877134243 -2898 1033932334 -2899 115868058 -2900 1294916547 -2901 615989184 -2902 1167132779 -2903 732884676 -2904 250994075 -2905 1487266864 -2906 1958535857 -2907 1432189754 -2908 1580759880 -2909 2096602279 -2910 932389834 -2911 543306703 -2912 918209384 -2913 1043497556 -2914 870107507 -2915 349343480 -2916 1362107889 -2917 84084809 -2918 552813188 -2919 1964284461 -2920 1489863415 -2921 761507591 -2922 84240244 -2923 1742615578 -2924 763426678 -2925 966649030 -2926 1622578495 -2927 356374183 -2928 1843783274 -2929 509027181 -2930 472242241 -2931 991216173 -2932 1125016365 -2933 1639375020 -2934 1724100850 -2935 1376010441 -2936 979158236 -2937 1535153059 -2938 660716547 -2939 412434469 -2940 1484271690 -2941 1593106381 -2942 955741172 -2943 254997426 -2944 489120289 -2945 1825848680 -2946 604340907 -2947 1851228178 -2948 1909933489 -2949 1157154095 -2950 1668028992 -2951 1252313256 -2952 1918661686 -2953 1752269236 -2954 847445187 -2955 534604717 -2956 571434618 -2957 322540034 -2958 890978900 -2959 267734244 -2960 831567215 -2961 1363221141 -2962 1258950418 -2963 1956583580 -2964 855112514 -2965 835567620 -2966 1185110373 -2967 1834270750 -2968 223237031 -2969 1845826920 -2970 99221571 -2971 1707508722 -2972 1291449653 -2973 1054962744 -2974 1962506148 -2975 1780569943 -2976 733327776 -2977 419363407 -2978 1484314473 -2979 495777617 -2980 1576517503 -2981 1004859817 -2982 1748090873 -2983 1347695541 -2984 609645405 -2985 448052412 -2986 1882300258 -2987 1181080024 -2988 770592446 -2989 625795510 -2990 1448814268 -2991 1602159661 -2992 1989016652 -2993 560281038 -2994 1411259594 -2995 696645518 -2996 1395848658 -2997 448886319 -2998 383432620 -2999 1619085690 -3000 147229592 -3001 482654192 -3002 1179110764 -3003 1438679245 -3004 1537616936 -3005 994133264 -3006 1071765540 -3007 123461064 -3008 1413496672 -3009 408596366 -3010 619238681 -3011 842530527 -3012 1413456183 -3013 219845906 -3014 42742420 -3015 2023101589 -3016 667898319 -3017 1925042679 -3018 1056697965 -3019 1438490765 -3020 403354541 -3021 358028585 -3022 893166779 -3023 244887545 -3024 918309624 -3025 156942725 -3026 941533063 -3027 166674634 -3028 605829044 -3029 1324965684 -3030 1785760324 -3031 753058636 -3032 1807619876 -3033 817387440 -3034 44254234 -3035 1197753164 -3036 1811520705 -3037 1116019774 -3038 1321214228 -3039 1077533729 -3040 1524616140 -3041 1940452909 -3042 1920064256 -3043 790588676 -3044 12815167 -3045 1962806676 -3046 666206617 -3047 680713486 -3048 1740365707 -3049 1722904582 -3050 2119204252 -3051 2143720249 -3052 2080933167 -3053 864887383 -3054 241124146 -3055 851759143 -3056 1021830108 -3057 1182657210 -3058 1018433778 -3059 1627659152 -3060 360139246 -3061 656710454 -3062 233234141 -3063 20275474 -3064 1474097895 -3065 277488375 -3066 1218028638 -3067 1138134952 -3068 1393508149 -3069 391759218 -3070 68185033 -3071 770640642 -3072 184728479 -3073 1988249289 -3074 1561229318 -3075 197543646 -3076 1803572317 -3077 79952287 -3078 878257133 -3079 1396454377 -3080 1802856869 -3081 849977737 -3082 1392690978 -3083 1736306388 -3084 1714865120 -3085 1633815124 -3086 440581884 -3087 589211580 -3088 668988686 -3089 1459015662 -3090 69387084 -3091 1029127932 -3092 2115726116 -3093 302621225 -3094 1049403406 -3095 1442340363 -3096 580109600 -3097 119948396 -3098 432991667 -3099 1973617750 -3100 511707614 -3101 501176700 -3102 596774744 -3103 696436093 -3104 341942341 -3105 10520414 -3106 893979740 -3107 2145514659 -3108 90472701 -3109 1772236873 -3110 1394485388 -3111 1893329570 -3112 474730962 -3113 639692718 -3114 1482152310 -3115 42112434 -3116 126024194 -3117 1922734194 -3118 631324014 -3119 795012881 -3120 1234266208 -3121 700711098 -3122 1824140813 -3123 1202508677 -3124 1003332324 -3125 726060572 -3126 497365392 -3127 1583441924 -3128 846008968 -3129 930357060 -3130 1409576026 -3131 1357716583 -3132 1431533760 -3133 2006350770 -3134 2054152676 -3135 1773476102 -3136 2016871184 -3137 800648768 -3138 1771507113 -3139 2107343885 -3140 425401993 -3141 1018508853 -3142 1853189807 -3143 900132955 -3144 1658201571 -3145 1187858470 -3146 942245389 -3147 1784225765 -3148 963109016 -3149 1573569403 -3150 431754998 -3151 49891577 -3152 126796854 -3153 108412164 -3154 1252400254 -3155 1130129178 -3156 834472736 -3157 1749765646 -3158 566087454 -3159 1680481704 -3160 532639058 -3161 1975663481 -3162 890714639 -3163 1964172819 -3164 1834530603 -3165 797383668 -3166 1590165273 -3167 1703918140 -3168 1598032436 -3169 1214188738 -3170 1663778377 -3171 2023434430 -3172 85213943 -3173 1369484537 -3174 776083737 -3175 1743415514 -3176 409859359 -3177 1718329127 -3178 1380157631 -3179 1372968375 -3180 1144414882 -3181 1811912630 -3182 1422859952 -3183 1271211736 -3184 1920324794 -3185 527776558 -3186 253857266 -3187 607313882 -3188 130058557 -3189 819944721 -3190 140311938 -3191 662697615 -3192 648124554 -3193 1031026578 -3194 479386786 -3195 335171509 -3196 1828410246 -3197 2069552059 -3198 2039089649 -3199 1278959034 -3200 1136257149 -3201 1555384379 -3202 1154909816 -3203 1221471092 -3204 777385268 -3205 1930993554 -3206 817402958 -3207 1187244627 -3208 1501839033 -3209 50076942 -3210 412729354 -3211 498770267 -3212 1861989572 -3213 1835589307 -3214 1769982004 -3215 1634830718 -3216 215882217 -3217 2023839270 -3218 94660952 -3219 345940774 -3220 696300343 -3221 234972890 -3222 1008638390 -3223 1344424897 -3224 1265999468 -3225 1488025176 -3226 1679596407 -3227 946926066 -3228 1410093588 -3229 1571202408 -3230 78401453 -3231 398867089 -3232 979103139 -3233 1233311269 -3234 1620338182 -3235 1756488407 -3236 1016821175 -3237 290257492 -3238 796249386 -3239 371176560 -3240 340334434 -3241 1208978741 -3242 869946828 -3243 54840358 -3244 897084400 -3245 492445184 -3246 1689671076 -3247 1112966617 -3248 368800806 -3249 1784332028 -3250 1458907392 -3251 1065101150 -3252 2019304919 -3253 320062134 -3254 262042399 -3255 1137820739 -3256 1808087310 -3257 1941638806 -3258 2084746806 -3259 1070697250 -3260 1365357567 -3261 15664611 -3262 1469564340 -3263 196977058 -3264 1248975880 -3265 942418874 -3266 1953465466 -3267 118313408 -3268 1232676366 -3269 602231204 -3270 489489968 -3271 1573010801 -3272 1811209945 -3273 1359436796 -3274 1627851159 -3275 560810697 -3276 1851881980 -3277 1170038588 -3278 1673777315 -3279 73199139 -3280 806886968 -3281 985201059 -3282 1138300289 -3283 678708239 -3284 1305263193 -3285 1400342688 -3286 1816528979 -3287 965866855 -3288 1194497847 -3289 1753792137 -3290 2036564106 -3291 412371766 -3292 1769456748 -3293 1358644798 -3294 609348824 -3295 870948980 -3296 153580024 -3297 415330642 -3298 989262388 -3299 1386256390 -3300 1017561847 -3301 1478752357 -3302 811783543 -3303 681288144 -3304 690705505 -3305 292151055 -3306 1242098842 -3307 395103838 -3308 1462189643 -3309 768392509 -3310 468302977 -3311 121592963 -3312 1753593568 -3313 1606603266 -3314 800301203 -3315 911373113 -3316 859462306 -3317 469346534 -3318 1877239968 -3319 2053960153 -3320 75655023 -3321 1766320426 -3322 318848271 -3323 1845111771 -3324 977481576 -3325 928197096 -3326 568577103 -3327 1131061600 -3328 1343527738 -3329 1557839492 -3330 369834343 -3331 213605937 -3332 889108201 -3333 1181617886 -3334 894894082 -3335 1579813706 -3336 1473768941 -3337 2136992924 -3338 1974917544 -3339 788474936 -3340 757901785 -3341 295736873 -3342 910067900 -3343 364011705 -3344 1902340139 -3345 1710369103 -3346 1275384818 -3347 614318798 -3348 32231989 -3349 1005141138 -3350 520795303 -3351 107887012 -3352 623977917 -3353 839643575 -3354 1952998783 -3355 1601459493 -3356 1767840671 -3357 374092238 -3358 585037446 -3359 963884761 -3360 1931931730 -3361 954871789 -3362 1177490699 -3363 673556283 -3364 2136489675 -3365 2072384781 -3366 105886342 -3367 1462774969 -3368 2061894057 -3369 2080803886 -3370 103766257 -3371 672312194 -3372 229057112 -3373 1013834157 -3374 1036323899 -3375 2131397251 -3376 576719612 -3377 164225069 -3378 598232401 -3379 608951601 -3380 1169366207 -3381 1119027705 -3382 716838613 -3383 1793344124 -3384 1958671280 -3385 522353748 -3386 1247319970 -3387 1579028303 -3388 896445987 -3389 1832357416 -3390 395429416 -3391 680894069 -3392 639745557 -3393 1572920115 -3394 1354450353 -3395 628751584 -3396 1497821248 -3397 1460336695 -3398 2091526553 -3399 1412231657 -3400 1393656933 -3401 47809163 -3402 2084543851 -3403 1622714045 -3404 1061643320 -3405 973384102 -3406 1606627649 -3407 1638362933 -3408 1137609171 -3409 57376402 -3410 99830886 -3411 159491731 -3412 1176404107 -3413 816669500 -3414 1952835855 -3415 987591739 -3416 1339023248 -3417 1052672177 -3418 419136394 -3419 87985587 -3420 737545945 -3421 814565811 -3422 768879657 -3423 1377291502 -3424 240002278 -3425 2123330010 -3426 2006043087 -3427 1737823527 -3428 1436183057 -3429 1950085992 -3430 1002571536 -3431 682356342 -3432 1997895155 -3433 939631740 -3434 157586740 -3435 912054828 -3436 1913015842 -3437 1764214389 -3438 402934113 -3439 903141366 -3440 1821590791 -3441 502764999 -3442 1062633097 -3443 850511251 -3444 1319434499 -3445 867985304 -3446 1838102990 -3447 510974100 -3448 1920657482 -3449 109755737 -3450 598959687 -3451 510719779 -3452 924321548 -3453 1367839344 -3454 1888011282 -3455 1164323826 -3456 1343685706 -3457 1746570721 -3458 754663705 -3459 632385115 -3460 1549173065 -3461 1757235242 -3462 1314741458 -3463 1399584573 -3464 549383334 -3465 1472328198 -3466 164155753 -3467 314915528 -3468 1089058939 -3469 567089866 -3470 1218056894 -3471 763166082 -3472 1069854865 -3473 133206343 -3474 1613677333 -3475 241805717 -3476 1001191648 -3477 1304296676 -3478 752779817 -3479 774365482 -3480 1414052413 -3481 1351739504 -3482 1285085261 -3483 190890313 -3484 572095201 -3485 1025612895 -3486 1355214139 -3487 1915780907 -3488 624699968 -3489 2109877845 -3490 400682375 -3491 26389386 -3492 1719629439 -3493 1715423833 -3494 1425973959 -3495 121529125 -3496 1040268383 -3497 1590129712 -3498 436444653 -3499 2129327322 -3500 9735930 -3501 1654501548 -3502 745009756 -3503 1079590795 -3504 1787707891 -3505 211203442 -3506 1321396512 -3507 641415891 -3508 1515500118 -3509 2074176329 -3510 1415781373 -3511 782068883 -3512 1278432186 -3513 553382987 -3514 972959196 -3515 1850527387 -3516 1578995882 -3517 180689687 -3518 1618824646 -3519 56212203 -3520 143083884 -3521 2019507021 -3522 82601589 -3523 1862713323 -3524 1587447206 -3525 1508575548 -3526 1984242448 -3527 480231941 -3528 951221612 -3529 273203454 -3530 462075615 -3531 960957542 -3532 1927705002 -3533 1207085372 -3534 2040548337 -3535 1567929245 -3536 1418288814 -3537 1214461202 -3538 61861489 -3539 786305284 -3540 1141153883 -3541 1477642862 -3542 1568374167 -3543 272102421 -3544 2031025849 -3545 393849715 -3546 2122629808 -3547 1462538084 -3548 574539402 -3549 1593970807 -3550 1518750287 -3551 717623287 -3552 1465994180 -3553 1601351876 -3554 432852962 -3555 905957739 -3556 962443776 -3557 269611763 -3558 1386189680 -3559 1913665388 -3560 542815217 -3561 1848265296 -3562 727139282 -3563 323036571 -3564 907867020 -3565 620203971 -3566 1890965816 -3567 178672186 -3568 1834665173 -3569 1952827305 -3570 964977470 -3571 828335409 -3572 1282986520 -3573 385867989 -3574 1100437830 -3575 1166528721 -3576 779717704 -3577 1075583991 -3578 481583157 -3579 1354257106 -3580 522071150 -3581 2000333444 -3582 2071880393 -3583 1988065330 -3584 1454201672 -3585 357249708 -3586 746539421 -3587 269161800 -3588 626861471 -3589 2132729102 -3590 35343540 -3591 1169676688 -3592 1833510750 -3593 762482822 -3594 1492713259 -3595 593894122 -3596 1382686794 -3597 1236195427 -3598 772566308 -3599 1069868319 -3600 1041539085 -3601 1737543778 -3602 1898203728 -3603 177041957 -3604 2123411767 -3605 851157911 -3606 1343570678 -3607 755645823 -3608 1926741902 -3609 1825153836 -3610 2109902929 -3611 301329404 -3612 1678003632 -3613 2034299675 -3614 141911086 -3615 984721657 -3616 244065735 -3617 888450508 -3618 1253883457 -3619 870927206 -3620 873695962 -3621 1289226998 -3622 2040603894 -3623 559723064 -3624 2051709820 -3625 1385833505 -3626 1153617186 -3627 1286912966 -3628 474545284 -3629 1926183494 -3630 209297638 -3631 1516084369 -3632 1516243624 -3633 2107501366 -3634 1693126326 -3635 1492171743 -3636 811175629 -3637 889213357 -3638 100333918 -3639 590433883 -3640 566883545 -3641 62753199 -3642 891763287 -3643 97403529 -3644 2097052874 -3645 1033674374 -3646 1082125186 -3647 193634961 -3648 1922124882 -3649 188524996 -3650 1064562167 -3651 648337196 -3652 1477751994 -3653 957682413 -3654 1208060260 -3655 1381978166 -3656 196032270 -3657 214193798 -3658 521407485 -3659 670577555 -3660 2140377292 -3661 730705123 -3662 39178276 -3663 1509137268 -3664 690722841 -3665 1732304603 -3666 853825363 -3667 1501898471 -3668 474034312 -3669 954159281 -3670 2092332354 -3671 1040917857 -3672 1016912480 -3673 836611994 -3674 1138321386 -3675 966481707 -3676 1870286368 -3677 72962925 -3678 1160116668 -3679 1644927602 -3680 261487921 -3681 77195188 -3682 145781150 -3683 1739239915 -3684 1034877601 -3685 1353841410 -3686 973734433 -3687 1230909872 -3688 1568035208 -3689 1495141918 -3690 1901487427 -3691 1560928852 -3692 78363393 -3693 1940665703 -3694 922582472 -3695 769086235 -3696 1525486658 -3697 1776407835 -3698 123501058 -3699 1999520970 -3700 583083468 -3701 68349764 -3702 892955179 -3703 1599995948 -3704 904961758 -3705 2031276566 -3706 418994007 -3707 627764478 -3708 2104239491 -3709 1579110676 -3710 125208432 -3711 218243764 -3712 1656305864 -3713 270989582 -3714 1957483679 -3715 543699817 -3716 1624830992 -3717 783734464 -3718 1774609689 -3719 1045382552 -3720 131392735 -3721 1528613468 -3722 458827756 -3723 209756128 -3724 1321795524 -3725 1381410228 -3726 978842363 -3727 699798534 -3728 1010334415 -3729 1102343421 -3730 551835857 -3731 1593417883 -3732 1170693186 -3733 1444791036 -3734 1045930184 -3735 2075654944 -3736 1328583954 -3737 1464924191 -3738 555935775 -3739 1285339797 -3740 896551219 -3741 681144207 -3742 1503583561 -3743 405373435 -3744 952133790 -3745 1313583592 -3746 949073253 -3747 429481134 -3748 2097318057 -3749 576199294 -3750 1474863687 -3751 81227144 -3752 2104812763 -3753 1933691443 -3754 290983272 -3755 1279124639 -3756 1167618024 -3757 1269825636 -3758 1978923173 -3759 30468791 -3760 224685409 -3761 383275382 -3762 1623886675 -3763 1395378595 -3764 1828066419 -3765 522333211 -3766 1323549892 -3767 1009166725 -3768 1987257402 -3769 1879485667 -3770 147022875 -3771 736324974 -3772 413146226 -3773 1650606436 -3774 1141698409 -3775 1365280016 -3776 816706381 -3777 2090771662 -3778 1794761151 -3779 766540790 -3780 519487309 -3781 1122141190 -3782 847767934 -3783 476816424 -3784 908348985 -3785 1138751206 -3786 1755941063 -3787 2075967009 -3788 261093194 -3789 1587380588 -3790 2106435801 -3791 485778604 -3792 1970655971 -3793 1582838828 -3794 1881157199 -3795 1651238742 -3796 2105172039 -3797 1057223443 -3798 512921819 -3799 1944945793 -3800 789225462 -3801 659944694 -3802 533787119 -3803 1202371689 -3804 163067483 -3805 1675485529 -3806 420168057 -3807 979773864 -3808 1618773543 -3809 67445560 -3810 1746314654 -3811 2138260852 -3812 1189586750 -3813 446598940 -3814 467593628 -3815 2097935736 -3816 1585350146 -3817 76051043 -3818 2026419097 -3819 1846443341 -3820 1663431632 -3821 1985371250 -3822 184738297 -3823 1486603955 -3824 1420726430 -3825 2065895496 -3826 990359049 -3827 1378414821 -3828 975635292 -3829 1503280868 -3830 1175876967 -3831 1764860754 -3832 15741915 -3833 1709664086 -3834 819748795 -3835 178809398 -3836 1237665967 -3837 1239916853 -3838 1158583262 -3839 708955863 -3840 1307362413 -3841 757414268 -3842 699733067 -3843 349465516 -3844 1204013208 -3845 1167326696 -3846 299917604 -3847 641879706 -3848 1243377739 -3849 178853053 -3850 340839399 -3851 759325723 -3852 16740656 -3853 525577696 -3854 98446030 -3855 1437467086 -3856 443989545 -3857 1088805079 -3858 668398260 -3859 1419624837 -3860 444602300 -3861 1844275227 -3862 1037001943 -3863 460344215 -3864 1406455665 -3865 1856750739 -3866 639153613 -3867 496637985 -3868 949183944 -3869 1797736875 -3870 1205593848 -3871 109062709 -3872 407667495 -3873 1905326915 -3874 458528225 -3875 1611680703 -3876 925169963 -3877 758445829 -3878 106076761 -3879 21064055 -3880 937298883 -3881 446916161 -3882 780389778 -3883 954039539 -3884 972493857 -3885 878835809 -3886 244022977 -3887 1416483402 -3888 1967640888 -3889 912421237 -3890 688624591 -3891 264759540 -3892 609212816 -3893 1725626535 -3894 725103755 -3895 2015668482 -3896 1434893626 -3897 1364257368 -3898 364822819 -3899 236593922 -3900 1014510595 -3901 1570416667 -3902 345656631 -3903 1422178090 -3904 1328259934 -3905 804184857 -3906 886375145 -3907 105946250 -3908 1562630686 -3909 992451907 -3910 127010305 -3911 352445921 -3912 1439368068 -3913 907400083 -3914 1306485460 -3915 264378277 -3916 1786235892 -3917 1550508438 -3918 1680861680 -3919 1606393133 -3920 315446027 -3921 222002623 -3922 1871152673 -3923 924658844 -3924 1947629158 -3925 448772781 -3926 792843678 -3927 1235039136 -3928 1813030149 -3929 1157666497 -3930 1471633058 -3931 680057097 -3932 580599516 -3933 1817289690 -3934 2102235187 -3935 1908859450 -3936 473990899 -3937 841126685 -3938 2014805700 -3939 2036621585 -3940 1833578592 -3941 2141816005 -3942 241583859 -3943 1125463012 -3944 901732441 -3945 1548069319 -3946 1389841289 -3947 540484685 -3948 951094109 -3949 923219321 -3950 2146877818 -3951 1266540137 -3952 1145221945 -3953 1870546844 -3954 43715333 -3955 945367455 -3956 171835977 -3957 836559011 -3958 32922944 -3959 1984866126 -3960 1994225508 -3961 1504556002 -3962 517439575 -3963 427341376 -3964 1174362044 -3965 472191115 -3966 188717178 -3967 1648352943 -3968 1313317800 -3969 56039231 -3970 1537490881 -3971 999412744 -3972 50371588 -3973 1779074740 -3974 2124875756 -3975 952104029 -3976 1179660411 -3977 1367233397 -3978 1492588715 -3979 2130754521 -3980 142969071 -3981 1491982885 -3982 1249811010 -3983 1288191016 -3984 1215046081 -3985 1293526343 -3986 86074823 -3987 1386882058 -3988 2130085354 -3989 118997767 -3990 1224264537 -3991 1976827214 -3992 1623553770 -3993 1741704112 -3994 256684942 -3995 650432166 -3996 66411579 -3997 445402120 -3998 151301462 -3999 1379729379 -4000 501441351 -4001 1688792343 -4002 231658475 -4003 551812940 -4004 1320383435 -4005 209050583 -4006 1503916969 -4007 352560198 -4008 1576283981 -4009 849022036 -4010 335831071 -4011 1719253052 -4012 193521274 -4013 1585642081 -4014 859960420 -4015 1408567355 -4016 731684776 -4017 946035243 -4018 647965766 -4019 714286482 -4020 1065033011 -4021 1872230303 -4022 543630048 -4023 541103133 -4024 1466450767 -4025 800314990 -4026 1191535299 -4027 1532862347 -4028 1245717111 -4029 1342836761 -4030 765108078 -4031 1747158462 -4032 884145456 -4033 996766554 -4034 151487754 -4035 57045243 -4036 1205817137 -4037 1655404724 -4038 409605442 -4039 634617470 -4040 356943112 -4041 745436513 -4042 206386874 -4043 550464386 -4044 183594947 -4045 1066347294 -4046 1959031742 -4047 915279723 -4048 2012382538 -4049 459513860 -4050 1629566206 -4051 929931901 -4052 184260515 -4053 25712606 -4054 1471035034 -4055 1650711282 -4056 826027597 -4057 515086685 -4058 1036089981 -4059 2071744708 -4060 1857923447 -4061 1801198060 -4062 1671419522 -4063 594585255 -4064 650480966 -4065 1822907277 -4066 651630499 -4067 1856298103 -4068 1330828353 -4069 1061235941 -4070 343431926 -4071 1687771465 -4072 1806672454 -4073 549818800 -4074 90752204 -4075 1990267401 -4076 1616166095 -4077 2049783946 -4078 758063477 -4079 1481064985 -4080 361814158 -4081 240146035 -4082 263513238 -4083 546074673 -4084 265858641 -4085 1734548272 -4086 49302307 -4087 1091886238 -4088 102151309 -4089 1085392289 -4090 1016147298 -4091 1960074756 -4092 739106701 -4093 540083173 -4094 407176364 -4095 1389587667 -4096 215506802 -4097 1058806863 -4098 1098402122 -4099 1546335155 -4100 2120042804 -4101 1441834048 -4102 1086622972 -4103 1779231610 -4104 1991652849 -4105 1177375176 -4106 1622015364 -4107 1460335296 -4108 1079675474 -4109 232595193 -4110 793916633 -4111 1441489632 -4112 472741228 -4113 1057429871 -4114 1987564305 -4115 738599869 -4116 644494495 -4117 2036866613 -4118 1830486108 -4119 746645804 -4120 974775254 -4121 699149758 -4122 559236913 -4123 1713881955 -4124 1239232931 -4125 966413277 -4126 955985974 -4127 1454739733 -4128 2025220140 -4129 2054388096 -4130 853591240 -4131 1997779296 -4132 1348738497 -4133 1940214213 -4134 1629527258 -4135 1192907698 -4136 970105741 -4137 1104058974 -4138 505759346 -4139 2049781216 -4140 1336654167 -4141 1299675979 -4142 1343787200 -4143 1809395395 -4144 209622202 -4145 1183867858 -4146 400511617 -4147 854116697 -4148 1073250823 -4149 83514077 -4150 1600762501 -4151 2048026077 -4152 782663835 -4153 12515766 -4154 1614424384 -4155 2021896767 -4156 978929043 -4157 422926710 -4158 1329152852 -4159 856665535 -4160 329831158 -4161 35260445 -4162 706961183 -4163 1678569655 -4164 1975474658 -4165 189004794 -4166 723993705 -4167 798096751 -4168 1293063768 -4169 1229753051 -4170 700394319 -4171 482234288 -4172 381945382 -4173 2044181520 -4174 144146035 -4175 591567584 -4176 1080565730 -4177 544657652 -4178 1445684281 -4179 6332905 -4180 628171729 -4181 898963135 -4182 2054358982 -4183 1410835565 -4184 911478901 -4185 1521299718 -4186 1285248684 -4187 1890407945 -4188 1944226428 -4189 466917888 -4190 599589832 -4191 126573938 -4192 502178333 -4193 1306551016 -4194 1805143594 -4195 330169343 -4196 1495555810 -4197 381653651 -4198 1128266095 -4199 641135930 -4200 1611406703 -4201 1828660414 -4202 1123370218 -4203 1993352085 -4204 1725358286 -4205 1267516254 -4206 437436022 -4207 658440368 -4208 1812173906 -4209 1883120303 -4210 664773273 -4211 292861988 -4212 634599790 -4213 571648607 -4214 1703697553 -4215 1546078692 -4216 2092948325 -4217 841462589 -4218 1289002989 -4219 1889691105 -4220 1308380477 -4221 1888592821 -4222 2016265044 -4223 1810558811 -4224 1047660189 -4225 1673924990 -4226 2140728154 -4227 395732351 -4228 2055578641 -4229 1121510601 -4230 1036868282 -4231 1519501696 -4232 802687368 -4233 12754852 -4234 1365370134 -4235 380562006 -4236 1280271106 -4237 1802806156 -4238 1039002375 -4239 944961365 -4240 1538442811 -4241 1703775648 -4242 1237823353 -4243 25558954 -4244 127940608 -4245 794037258 -4246 1571637646 -4247 73405285 -4248 1635499847 -4249 713156987 -4250 1963096391 -4251 796396676 -4252 454266160 -4253 1831877787 -4254 459471839 -4255 1501926350 -4256 1358319129 -4257 452716346 -4258 1897658701 -4259 1266414122 -4260 1574226947 -4261 787043335 -4262 638432171 -4263 229430667 -4264 799798188 -4265 2003802305 -4266 609992674 -4267 2080069294 -4268 1659124813 -4269 1648995049 -4270 877547011 -4271 1050083976 -4272 1205287049 -4273 2115370364 -4274 1075642930 -4275 1333227657 -4276 761923974 -4277 499796928 -4278 1406632943 -4279 249940173 -4280 1212953915 -4281 1222245686 -4282 1046336850 -4283 1667220076 -4284 906639825 -4285 1505808689 -4286 1021662778 -4287 117475306 -4288 1958525035 -4289 771837831 -4290 1383889428 -4291 1385268335 -4292 1558881167 -4293 2022321599 -4294 1614699002 -4295 211195707 -4296 1878640256 -4297 77208028 -4298 143781353 -4299 1390281421 -4300 1726203077 -4301 1021328365 -4302 292881750 -4303 784006479 -4304 989215081 -4305 1368524680 -4306 2117234136 -4307 1751139056 -4308 1868321609 -4309 1376383431 -4310 2001079229 -4311 933791876 -4312 451145469 -4313 899932431 -4314 453528304 -4315 1357785294 -4316 258257473 -4317 1475191082 -4318 1475260600 -4319 69298860 -4320 99545266 -4321 711666381 -4322 1454567195 -4323 1658426433 -4324 586504332 -4325 921782550 -4326 1869622140 -4327 317660941 -4328 998990578 -4329 2013403493 -4330 1707942362 -4331 577710008 -4332 887248210 -4333 2000824112 -4334 1361716487 -4335 1876463292 -4336 1221865145 -4337 1331466975 -4338 1480118700 -4339 942703106 -4340 560366759 -4341 1333714281 -4342 1876494982 -4343 1011512228 -4344 86163065 -4345 182539639 -4346 221813875 -4347 344420538 -4348 1657730721 -4349 1697074475 -4350 413719398 -4351 1757275987 -4352 261257208 -4353 1868286594 -4354 1268218772 -4355 847761541 -4356 642585496 -4357 990357264 -4358 1165422482 -4359 1641576074 -4360 856277110 -4361 725881196 -4362 71802434 -4363 1743525320 -4364 579221661 -4365 1433518921 -4366 1472504964 -4367 1801086806 -4368 617502249 -4369 805140016 -4370 596306264 -4371 1177869008 -4372 2138854298 -4373 325317598 -4374 41897588 -4375 77533715 -4376 507857237 -4377 263711463 -4378 421954253 -4379 18104311 -4380 1960785939 -4381 835673651 -4382 1775380298 -4383 74559499 -4384 556476597 -4385 896115423 -4386 922321040 -4387 1199062093 -4388 1886472687 -4389 2087743522 -4390 693154520 -4391 595266149 -4392 666141071 -4393 764956954 -4394 191307822 -4395 1245362732 -4396 50992228 -4397 1663812786 -4398 898965890 -4399 668494477 -4400 321469155 -4401 1495272154 -4402 1846363485 -4403 312839805 -4404 1820589752 -4405 1888261073 -4406 390373520 -4407 180963342 -4408 4488889 -4409 812327773 -4410 199067653 -4411 1965274828 -4412 1648001424 -4413 1974447951 -4414 2039834327 -4415 56994374 -4416 723079726 -4417 814671720 -4418 1256056467 -4419 462068766 -4420 754931594 -4421 1949210987 -4422 1057334915 -4423 1421072665 -4424 566684294 -4425 1248642737 -4426 518951749 -4427 617676522 -4428 764971876 -4429 1417917639 -4430 1286170999 -4431 1086441031 -4432 765706145 -4433 985050836 -4434 1399280836 -4435 438812250 -4436 725828261 -4437 1789654356 -4438 619775592 -4439 730317150 -4440 454498481 -4441 818843245 -4442 548108330 -4443 2102499905 -4444 645807548 -4445 440459010 -4446 12010631 -4447 1368887275 -4448 1255130730 -4449 1268067099 -4450 1830956041 -4451 2010062324 -4452 1069794438 -4453 740807308 -4454 1283651342 -4455 1636478732 -4456 1989450046 -4457 1802603091 -4458 106671606 -4459 606938274 -4460 1073037083 -4461 1392842605 -4462 1693379305 -4463 1838743228 -4464 230409793 -4465 945176493 -4466 130071830 -4467 956238055 -4468 587347201 -4469 749847422 -4470 1686555205 -4471 1041845682 -4472 1568690667 -4473 87179888 -4474 996861939 -4475 67014568 -4476 527638898 -4477 1008872571 -4478 1435901843 -4479 1782769628 -4480 129456022 -4481 1119374236 -4482 1645348304 -4483 1199250460 -4484 1860181544 -4485 781515998 -4486 688245545 -4487 1702147942 -4488 436635442 -4489 794917151 -4490 161602568 -4491 1509672525 -4492 40276109 -4493 1854981873 -4494 1200932105 -4495 270685902 -4496 652674718 -4497 1331003936 -4498 1226923957 -4499 1240021919 -4500 2080851358 -4501 765995515 -4502 134383953 -4503 1502058378 -4504 853175403 -4505 1131245893 -4506 1569072946 -4507 1380814301 -4508 2140118464 -4509 857491141 -4510 1016100281 -4511 122090838 -4512 1976865377 -4513 513964937 -4514 1321341298 -4515 1689563273 -4516 1295480936 -4517 2009586843 -4518 1244227568 -4519 1732116378 -4520 657020347 -4521 1405830136 -4522 1094305255 -4523 697296456 -4524 1113328362 -4525 147753712 -4526 967982358 -4527 1766003080 -4528 1478757648 -4529 47422668 -4530 858541352 -4531 1412125359 -4532 813418183 -4533 992925305 -4534 766700089 -4535 1666593586 -4536 2124171198 -4537 188289387 -4538 899924239 -4539 2116806014 -4540 1045780528 -4541 1916024520 -4542 91413204 -4543 875162257 -4544 282505809 -4545 1412754503 -4546 417241882 -4547 1577986745 -4548 1274857698 -4549 1661469450 -4550 1162619475 -4551 1931878045 -4552 919815939 -4553 109441082 -4554 481690853 -4555 2033144301 -4556 257194795 -4557 1449673212 -4558 1651663733 -4559 1735952443 -4560 1497095880 -4561 362721437 -4562 1000594154 -4563 163030415 -4564 1355646743 -4565 1767294243 -4566 1829624001 -4567 1332334293 -4568 1955583630 -4569 582064592 -4570 1301656660 -4571 853880510 -4572 350605464 -4573 1393069864 -4574 1729042767 -4575 633111273 -4576 658340719 -4577 2146284650 -4578 63614371 -4579 1933198418 -4580 1660270452 -4581 1226233846 -4582 1717592815 -4583 432602743 -4584 1335674929 -4585 51800021 -4586 318263396 -4587 1592869724 -4588 1501473233 -4589 1969927130 -4590 1181338519 -4591 851085465 -4592 185164919 -4593 34449026 -4594 1014115880 -4595 1540811662 -4596 1801743269 -4597 696256233 -4598 725662308 -4599 1609843252 -4600 1278320825 -4601 2027318968 -4602 316240114 -4603 1628926289 -4604 1272905184 -4605 2045282882 -4606 114553914 -4607 1931245904 -4608 2044083884 -4609 178168285 -4610 1716960674 -4611 1556870688 -4612 1404402132 -4613 1287069841 -4614 1989473432 -4615 592593413 -4616 1338869862 -4617 160253180 -4618 37979489 -4619 692859447 -4620 2130180310 -4621 1219318008 -4622 1543944912 -4623 167861582 -4624 1253767034 -4625 410577144 -4626 1708673244 -4627 908026656 -4628 1106833377 -4629 286851904 -4630 370386260 -4631 237670554 -4632 166687224 -4633 686626374 -4634 1866596843 -4635 1439592409 -4636 584425608 -4637 1981150758 -4638 1223354665 -4639 481025844 -4640 11835395 -4641 792831691 -4642 2037896533 -4643 1416237527 -4644 2079901532 -4645 1879886317 -4646 2008830940 -4647 1271287747 -4648 2040139497 -4649 2046810429 -4650 1964147194 -4651 2022836160 -4652 1118644790 -4653 1360608459 -4654 43214094 -4655 224928176 -4656 1771185603 -4657 1751887338 -4658 1132954832 -4659 730535333 -4660 2038739243 -4661 1503341092 -4662 968205887 -4663 57942819 -4664 42483819 -4665 687319083 -4666 1497535228 -4667 626909427 -4668 520986193 -4669 573406245 -4670 1107935272 -4671 532821588 -4672 1366237936 -4673 998348157 -4674 1949059116 -4675 1298655821 -4676 730750826 -4677 1810406408 -4678 422459920 -4679 623406675 -4680 1709733190 -4681 239123466 -4682 498759187 -4683 680894332 -4684 1599731925 -4685 541973281 -4686 905822508 -4687 1223433881 -4688 146376972 -4689 2038777341 -4690 1953969214 -4691 37632567 -4692 1394634785 -4693 774691453 -4694 95575386 -4695 1437118604 -4696 1462010536 -4697 1593110615 -4698 2064028032 -4699 1982996729 -4700 19033212 -4701 1024479656 -4702 368334670 -4703 1385271149 -4704 2022827813 -4705 169910138 -4706 536443322 -4707 606094991 -4708 1980316546 -4709 958903242 -4710 1229501666 -4711 1542566088 -4712 1198026708 -4713 1728260854 -4714 75976772 -4715 650274986 -4716 122750487 -4717 981799281 -4718 1873708867 -4719 269127459 -4720 873092974 -4721 1680194433 -4722 306760026 -4723 120244111 -4724 307402238 -4725 402335413 -4726 1557362716 -4727 1769412775 -4728 1995446028 -4729 1473907100 -4730 1604925856 -4731 2014479240 -4732 350903108 -4733 1973260526 -4734 1252266741 -4735 226247273 -4736 2143170664 -4737 1788710063 -4738 832342264 -4739 1976003563 -4740 600129657 -4741 2061843930 -4742 1371086003 -4743 1798156366 -4744 1642621136 -4745 1447062776 -4746 300947704 -4747 1765371624 -4748 281378409 -4749 27172923 -4750 2034499083 -4751 1154471383 -4752 1707367356 -4753 193775462 -4754 1274715494 -4755 2014769594 -4756 596110875 -4757 684594562 -4758 1636698721 -4759 444073255 -4760 11018014 -4761 1094140930 -4762 311068847 -4763 361921122 -4764 919917808 -4765 1563335589 -4766 588168395 -4767 915604825 -4768 1204562004 -4769 1420510659 -4770 744124740 -4771 1804691662 -4772 1334870942 -4773 2115210743 -4774 1455364380 -4775 830008430 -4776 1414789871 -4777 1756312084 -4778 447896406 -4779 1696168280 -4780 1783485007 -4781 334911842 -4782 703156015 -4783 1343368715 -4784 528687304 -4785 1977871510 -4786 1210654661 -4787 1124798179 -4788 514982424 -4789 699869735 -4790 1568871434 -4791 526000439 -4792 1794010665 -4793 1879940281 -4794 887921561 -4795 566444825 -4796 1295792222 -4797 1476089957 -4798 1482049650 -4799 352870579 -4800 749116968 -4801 78690742 -4802 10078593 -4803 2083987910 -4804 46417838 -4805 1465442973 -4806 766512693 -4807 1461207709 -4808 1074271409 -4809 1214409099 -4810 1009892342 -4811 710272768 -4812 1549320941 -4813 1713048357 -4814 2053641483 -4815 2078008245 -4816 1543436219 -4817 1116812496 -4818 1055322776 -4819 2058418644 -4820 1816682231 -4821 476710562 -4822 436935435 -4823 1463209248 -4824 209167196 -4825 1324856996 -4826 2029654074 -4827 1504959418 -4828 653463305 -4829 1364220076 -4830 1857829997 -4831 1402580274 -4832 1442910819 -4833 1867908590 -4834 1339084536 -4835 1489328657 -4836 1185867915 -4837 2105597229 -4838 803052718 -4839 112655676 -4840 1172522681 -4841 1812945060 -4842 822928444 -4843 574359974 -4844 1378509770 -4845 729086279 -4846 504884572 -4847 774462341 -4848 1845898776 -4849 1560207348 -4850 685397337 -4851 1515097359 -4852 2036917911 -4853 1122332772 -4854 830822960 -4855 98601459 -4856 299706121 -4857 712993386 -4858 1603560877 -4859 953169426 -4860 2077213462 -4861 1313907227 -4862 208266052 -4863 1372640633 -4864 1034332169 -4865 1547350589 -4866 714485642 -4867 72716437 -4868 1505464170 -4869 1517538361 -4870 185372113 -4871 530503203 -4872 1182999773 -4873 1008300558 -4874 1104863178 -4875 414025895 -4876 1737386837 -4877 1609747750 -4878 1188488237 -4879 1435801965 -4880 1022471450 -4881 1873885574 -4882 803415677 -4883 911905713 -4884 848734699 -4885 1634238637 -4886 1010507172 -4887 1148440820 -4888 199748375 -4889 466584402 -4890 2101610246 -4891 129478189 -4892 1780491629 -4893 162392651 -4894 1502118823 -4895 667340150 -4896 1709743240 -4897 69120817 -4898 740056587 -4899 1067723762 -4900 1586659178 -4901 925428701 -4902 1598226966 -4903 622175304 -4904 1933729259 -4905 555606496 -4906 1036201199 -4907 1523632448 -4908 17870598 -4909 77205788 -4910 811950766 -4911 1040342048 -4912 1951091363 -4913 1615366443 -4914 1952247762 -4915 652342414 -4916 1102121432 -4917 815271286 -4918 1800783234 -4919 1301869807 -4920 1281855688 -4921 1754909832 -4922 1431347996 -4923 914863669 -4924 1917302483 -4925 785983171 -4926 1582203820 -4927 1479562075 -4928 855103989 -4929 174776759 -4930 399802190 -4931 294279519 -4932 1100205460 -4933 1998029156 -4934 916454823 -4935 886451071 -4936 406152004 -4937 1952656023 -4938 262599872 -4939 424022602 -4940 2029861811 -4941 1074550638 -4942 1464364650 -4943 1833469526 -4944 542433433 -4945 1269128764 -4946 338328292 -4947 1644554865 -4948 2084400051 -4949 2139111526 -4950 798941024 -4951 1218772091 -4952 1746537711 -4953 82805372 -4954 2133635761 -4955 1516356546 -4956 868788544 -4957 1568355933 -4958 848434974 -4959 1723892533 -4960 1743132692 -4961 1248237164 -4962 2018172052 -4963 695854505 -4964 1098782672 -4965 787143228 -4966 1582305576 -4967 1504934676 -4968 592315603 -4969 1844905448 -4970 1928957278 -4971 474693766 -4972 771972438 -4973 1245838280 -4974 160679645 -4975 1314405871 -4976 367483397 -4977 499007937 -4978 811477088 -4979 304399800 -4980 490635816 -4981 1610418112 -4982 1523171891 -4983 89689879 -4984 1693223485 -4985 1509324004 -4986 1606046425 -4987 414528381 -4988 930196289 -4989 306997751 -4990 2138420914 -4991 525845334 -4992 1555234915 -4993 2009109318 -4994 1221699839 -4995 506533939 -4996 648768898 -4997 656521767 -4998 2011468615 -4999 1241084501 -5000 353943568 -5001 1792942245 -5002 1715778268 -5003 1125916006 -5004 891296878 -5005 1876457913 -5006 292838230 -5007 1258780275 -5008 227982202 -5009 1104315318 -5010 1563180075 -5011 718618018 -5012 567249783 -5013 938868318 -5014 808307897 -5015 112989620 -5016 300708675 -5017 266870675 -5018 527518001 -5019 1230904964 -5020 573868426 -5021 518455267 -5022 1756750298 -5023 2129103342 -5024 380080937 -5025 830966489 -5026 488153633 -5027 1028849836 -5028 1487488257 -5029 352138601 -5030 122450689 -5031 1841431825 -5032 2145080846 -5033 1838228957 -5034 819864183 -5035 888894076 -5036 1567203222 -5037 1112702413 -5038 190703 -5039 1795185425 -5040 69534084 -5041 1563370778 -5042 366319795 -5043 636783867 -5044 354755449 -5045 1174627693 -5046 749773487 -5047 655464124 -5048 1441498368 -5049 1277291488 -5050 1886369088 -5051 2015366794 -5052 1795746755 -5053 1495635739 -5054 1996986488 -5055 28344044 -5056 179118580 -5057 337656474 -5058 1057193880 -5059 1666606837 -5060 689795075 -5061 1179644570 -5062 1360555014 -5063 687392273 -5064 870389879 -5065 32935550 -5066 1576286350 -5067 290109454 -5068 1145637963 -5069 1576477053 -5070 2085294879 -5071 1215172047 -5072 992364184 -5073 304131026 -5074 1851955914 -5075 1347119633 -5076 1478758719 -5077 454245753 -5078 2002583757 -5079 772773439 -5080 1731537241 -5081 1741469197 -5082 640656586 -5083 1379800348 -5084 1089621288 -5085 490159426 -5086 1408144393 -5087 1268739869 -5088 827815900 -5089 317854625 -5090 787863058 -5091 1517610975 -5092 1497499195 -5093 934425 -5094 57519601 -5095 220405427 -5096 33869975 -5097 1633805951 -5098 510514881 -5099 1179507938 -5100 1062799356 -5101 448326112 -5102 247196338 -5103 2055163540 -5104 752457138 -5105 2099152252 -5106 1254799525 -5107 83732210 -5108 405914358 -5109 1109899634 -5110 856505649 -5111 2137451599 -5112 703885184 -5113 1497162235 -5114 1369768300 -5115 1793506472 -5116 1987321662 -5117 630429045 -5118 914762693 -5119 667653914 -5120 948283670 -5121 1702625752 -5122 37781242 -5123 298299218 -5124 1703560177 -5125 95300843 -5126 518704645 -5127 1737430152 -5128 1729106794 -5129 1029219526 -5130 769454442 -5131 644422502 -5132 1477545638 -5133 1016650780 -5134 552102395 -5135 82519128 -5136 968319385 -5137 1806901920 -5138 166251338 -5139 1374233743 -5140 769317907 -5141 1022756988 -5142 1364201694 -5143 1473203091 -5144 372435575 -5145 586486346 -5146 1119225915 -5147 212273589 -5148 1216915391 -5149 2033988609 -5150 879927504 -5151 17715414 -5152 1589130713 -5153 917708746 -5154 316014632 -5155 1145207242 -5156 1013009589 -5157 834719277 -5158 735153746 -5159 594632735 -5160 1863938803 -5161 1504608188 -5162 1239055237 -5163 1194000793 -5164 373775321 -5165 1791157632 -5166 1276519921 -5167 1342094706 -5168 1450575905 -5169 1442771260 -5170 568844801 -5171 72410164 -5172 318044600 -5173 1933046495 -5174 1545613255 -5175 690480175 -5176 372049194 -5177 517355522 -5178 902753765 -5179 1588964585 -5180 403860483 -5181 1782681269 -5182 1606679999 -5183 1992991196 -5184 552906367 -5185 1922694631 -5186 990714790 -5187 1565915956 -5188 609930260 -5189 1725868536 -5190 13065043 -5191 326385415 -5192 1082993077 -5193 1252120280 -5194 1520386208 -5195 1456768398 -5196 895794265 -5197 649422482 -5198 651379456 -5199 198886522 -5200 2092193742 -5201 1220224257 -5202 271296686 -5203 262754694 -5204 1005787104 -5205 1816909941 -5206 953234869 -5207 1377836298 -5208 186781815 -5209 1855988634 -5210 819317236 -5211 590642299 -5212 1491186255 -5213 278513587 -5214 436149847 -5215 2044092622 -5216 53724571 -5217 1426864638 -5218 1462524930 -5219 663654831 -5220 1005249526 -5221 1475589973 -5222 990040247 -5223 2088242603 -5224 580226606 -5225 362942807 -5226 1397527353 -5227 1476020871 -5228 1012365289 -5229 2048906809 -5230 1674907393 -5231 957075383 -5232 1121647418 -5233 1946204079 -5234 1219830077 -5235 2127434523 -5236 1615630372 -5237 25581299 -5238 1357787173 -5239 1802412187 -5240 1881569933 -5241 29620761 -5242 245570838 -5243 1225272541 -5244 308134349 -5245 681720686 -5246 1121881515 -5247 361858920 -5248 2108585324 -5249 436922798 -5250 1025513751 -5251 966351202 -5252 1912512771 -5253 2015553998 -5254 907110158 -5255 345255729 -5256 231013158 -5257 157153863 -5258 1821276600 -5259 1243378447 -5260 58577025 -5261 1348700345 -5262 52970183 -5263 1180224443 -5264 1147420776 -5265 1272800260 -5266 1160175318 -5267 615567500 -5268 1298381559 -5269 370478844 -5270 270496040 -5271 1032467845 -5272 400099605 -5273 516066878 -5274 110256738 -5275 708233954 -5276 1197787564 -5277 1232138253 -5278 1070092874 -5279 1158889240 -5280 1669061051 -5281 2095606626 -5282 2125240443 -5283 1434090175 -5284 1963676976 -5285 884866953 -5286 1779345904 -5287 47206486 -5288 1042020816 -5289 1453138857 -5290 1290584934 -5291 1100597841 -5292 654355554 -5293 1343555117 -5294 133338637 -5295 1801776331 -5296 468871729 -5297 1293513955 -5298 269860183 -5299 1767253289 -5300 1663992799 -5301 540356223 -5302 652237486 -5303 2064092405 -5304 1056423102 -5305 762494224 -5306 624842711 -5307 106727018 -5308 1994632477 -5309 1694935586 -5310 1265616259 -5311 1516209881 -5312 1643058564 -5313 1243373054 -5314 802816408 -5315 1459251892 -5316 2128240007 -5317 434678664 -5318 1506458379 -5319 1022777175 -5320 1887817521 -5321 649559665 -5322 2123375017 -5323 394689428 -5324 1993114782 -5325 109230006 -5326 48982111 -5327 314502863 -5328 1402743961 -5329 318842294 -5330 2081756152 -5331 919253113 -5332 859198518 -5333 586509990 -5334 835861870 -5335 1915621620 -5336 1349004214 -5337 1460704581 -5338 2022348638 -5339 1196153044 -5340 1008156519 -5341 1140481249 -5342 564879277 -5343 503731435 -5344 236370655 -5345 1367695685 -5346 1962983328 -5347 217127014 -5348 1802374349 -5349 1321958059 -5350 1239904190 -5351 1542708223 -5352 1971517724 -5353 1215795559 -5354 1937397651 -5355 1817148858 -5356 1325025565 -5357 1986379762 -5358 2131651721 -5359 580285878 -5360 157738408 -5361 2065924226 -5362 1499538991 -5363 1016936926 -5364 504950568 -5365 187917213 -5366 785074898 -5367 1853954783 -5368 1648621795 -5369 659939889 -5370 902624179 -5371 509294666 -5372 1800421138 -5373 1467503456 -5374 1013026102 -5375 2036791794 -5376 687715493 -5377 828525782 -5378 106435160 -5379 342606194 -5380 3000193 -5381 1346339350 -5382 1885314417 -5383 1974517917 -5384 414651261 -5385 1675228420 -5386 1644183127 -5387 1739676826 -5388 1514124534 -5389 1628351200 -5390 172479057 -5391 1671862943 -5392 1546791778 -5393 1672018048 -5394 541316221 -5395 2051742347 -5396 1859935262 -5397 1326391120 -5398 1758213482 -5399 1361073409 -5400 1986331009 -5401 513354013 -5402 1870368075 -5403 1639268499 -5404 1980857469 -5405 735910529 -5406 1528576645 -5407 521089314 -5408 1564436311 -5409 1635011806 -5410 863695508 -5411 1567436504 -5412 833867508 -5413 601526278 -5414 1394470773 -5415 1248518770 -5416 129271050 -5417 891170252 -5418 840711948 -5419 1643395585 -5420 372037805 -5421 1013191005 -5422 1167774880 -5423 1918829583 -5424 537725406 -5425 1709091101 -5426 1823088282 -5427 250177020 -5428 887998573 -5429 1433818116 -5430 1611250429 -5431 726845934 -5432 1947172129 -5433 1334134856 -5434 218630786 -5435 1780545950 -5436 2070045386 -5437 1747207431 -5438 154151616 -5439 1486998049 -5440 1234735589 -5441 1017847125 -5442 906950906 -5443 2068603098 -5444 1619373403 -5445 153938031 -5446 1169638220 -5447 1748644453 -5448 1045108284 -5449 2010350168 -5450 1244556390 -5451 1417146089 -5452 876057526 -5453 264847622 -5454 1188492024 -5455 1413782932 -5456 1973938724 -5457 864096659 -5458 1663959952 -5459 714453649 -5460 150431127 -5461 1127726733 -5462 1441299584 -5463 2097603257 -5464 314377941 -5465 1659930370 -5466 1730665559 -5467 236939679 -5468 1259654153 -5469 1884817176 -5470 1723937729 -5471 346906095 -5472 755180653 -5473 483404987 -5474 268025545 -5475 227070408 -5476 637343018 -5477 1437663765 -5478 1975714861 -5479 1682451302 -5480 1300530285 -5481 1072787604 -5482 952113743 -5483 29104163 -5484 1337635226 -5485 2140605768 -5486 1442887095 -5487 1164090302 -5488 857218779 -5489 959363399 -5490 1878543952 -5491 1007649906 -5492 2087090132 -5493 1172359888 -5494 957769515 -5495 253984426 -5496 684806610 -5497 540951427 -5498 490924105 -5499 1944460763 -5500 278284955 -5501 67378186 -5502 143883210 -5503 1033465608 -5504 550783173 -5505 411908755 -5506 1260536016 -5507 1188126192 -5508 1849572520 -5509 1088767229 -5510 723093846 -5511 1002619158 -5512 14071185 -5513 1675207590 -5514 1031723321 -5515 1351706412 -5516 1668329710 -5517 327126769 -5518 368313066 -5519 378064841 -5520 1286490168 -5521 99373370 -5522 1385714747 -5523 1226096653 -5524 1271733258 -5525 196000615 -5526 1480081079 -5527 1956539868 -5528 736952042 -5529 1971005184 -5530 1753516984 -5531 1015236997 -5532 2038383371 -5533 1897400194 -5534 2048702605 -5535 441682896 -5536 161825302 -5537 1161754973 -5538 1629809088 -5539 2011397822 -5540 103038554 -5541 205419287 -5542 866533332 -5543 117109740 -5544 1880626877 -5545 1898256654 -5546 1468816152 -5547 1401472939 -5548 77899775 -5549 1837129218 -5550 1779537780 -5551 1364389943 -5552 1936502589 -5553 1017768879 -5554 443002948 -5555 1060752199 -5556 1213769494 -5557 1923084027 -5558 869808420 -5559 1950721536 -5560 1746605564 -5561 475841756 -5562 818474885 -5563 1637505287 -5564 225758302 -5565 719693842 -5566 2079188183 -5567 387583604 -5568 1881448815 -5569 1561513624 -5570 251497779 -5571 1984487370 -5572 1766932911 -5573 1118031111 -5574 2101597110 -5575 1500076140 -5576 868804117 -5577 1422929614 -5578 754065431 -5579 946703892 -5580 1112575184 -5581 386119563 -5582 163610188 -5583 901594125 -5584 1403888442 -5585 606613136 -5586 1962346325 -5587 470174289 -5588 382213516 -5589 684671097 -5590 273412177 -5591 2128819080 -5592 1160512853 -5593 1091887063 -5594 1618840719 -5595 1386271155 -5596 1811580905 -5597 1550545254 -5598 1773854760 -5599 1545546073 -5600 964575230 -5601 2025352539 -5602 1382549795 -5603 584024493 -5604 995900002 -5605 1336663257 -5606 2084100633 -5607 1864704120 -5608 612109223 -5609 690682416 -5610 663924364 -5611 1724684407 -5612 1076801979 -5613 827534552 -5614 478794885 -5615 333206774 -5616 1434147689 -5617 293657562 -5618 803381063 -5619 1816361205 -5620 978328659 -5621 1076793240 -5622 1797696637 -5623 2138841512 -5624 21196655 -5625 1269053708 -5626 1377629019 -5627 1832777561 -5628 672115314 -5629 1004000131 -5630 1230839986 -5631 1636690545 -5632 881869022 -5633 465906133 -5634 73231390 -5635 1877769025 -5636 1802569390 -5637 9848376 -5638 1594989497 -5639 267194965 -5640 700530792 -5641 111430213 -5642 1991879372 -5643 1777332772 -5644 938964766 -5645 323190609 -5646 2110539546 -5647 225628807 -5648 616848171 -5649 766436961 -5650 2041990012 -5651 1595176830 -5652 1843230201 -5653 1692203001 -5654 1586534694 -5655 1864426857 -5656 813773061 -5657 816680066 -5658 1549720770 -5659 1485888375 -5660 1820680197 -5661 633077108 -5662 975095272 -5663 555065572 -5664 1098983241 -5665 1048326663 -5666 285350949 -5667 754068983 -5668 1058175039 -5669 1880340446 -5670 1021263948 -5671 1758705831 -5672 1991770659 -5673 865659672 -5674 1388554955 -5675 783251777 -5676 1188850282 -5677 1351610853 -5678 1008880584 -5679 1805698453 -5680 2118047814 -5681 903386948 -5682 1253391636 -5683 1813794368 -5684 448106301 -5685 692442682 -5686 1530737577 -5687 1261879362 -5688 1509122748 -5689 932974699 -5690 600284090 -5691 1182319298 -5692 1566051807 -5693 1575379362 -5694 1737384870 -5695 517551400 -5696 476222377 -5697 2022735819 -5698 1271620383 -5699 1534397416 -5700 1755592617 -5701 145400683 -5702 1145619600 -5703 1599879628 -5704 1011060355 -5705 386690907 -5706 235647758 -5707 52426989 -5708 1738301761 -5709 1244528342 -5710 1858125443 -5711 1708865927 -5712 431643 -5713 964033431 -5714 1375176647 -5715 448537944 -5716 1656476113 -5717 758430576 -5718 1710417307 -5719 1018115214 -5720 1691405275 -5721 163217749 -5722 52950864 -5723 1109973434 -5724 1738597111 -5725 1790335734 -5726 1627524834 -5727 67335841 -5728 1665587905 -5729 751661569 -5730 1601733257 -5731 1273696874 -5732 897062252 -5733 599869209 -5734 726092854 -5735 1908122608 -5736 986560117 -5737 961740612 -5738 1960549597 -5739 577378230 -5740 58785307 -5741 1671191392 -5742 138760509 -5743 59216950 -5744 487741175 -5745 1513937157 -5746 507754894 -5747 2144217289 -5748 124884085 -5749 70688553 -5750 1014848855 -5751 1816289361 -5752 233906302 -5753 1067799719 -5754 778779147 -5755 1972503414 -5756 710651805 -5757 258820334 -5758 2039839255 -5759 228756062 -5760 1010481903 -5761 1494088864 -5762 1502452936 -5763 1907544156 -5764 2093958074 -5765 81062142 -5766 1668183116 -5767 933034543 -5768 1042802755 -5769 1481249065 -5770 1510412773 -5771 1101588062 -5772 1004956810 -5773 1649173282 -5774 1160805012 -5775 1492697985 -5776 1015626791 -5777 1668559906 -5778 1489431626 -5779 1140510877 -5780 1739248460 -5781 356796833 -5782 809316590 -5783 1973154762 -5784 1424596552 -5785 1588095737 -5786 1798174528 -5787 2135248357 -5788 1846916071 -5789 1690530135 -5790 216520771 -5791 709914327 -5792 1037135352 -5793 1718973707 -5794 469974835 -5795 983609778 -5796 1800035850 -5797 2138157951 -5798 1916644321 -5799 695354957 -5800 1471923368 -5801 1279573446 -5802 1796943019 -5803 329396530 -5804 781263080 -5805 810264383 -5806 1822094516 -5807 1796889872 -5808 331340641 -5809 1164042494 -5810 789917101 -5811 2070589101 -5812 1520839328 -5813 1599233691 -5814 1896260216 -5815 797952232 -5816 1039845780 -5817 1546951096 -5818 785716942 -5819 739278204 -5820 1089997584 -5821 1002237713 -5822 1449192531 -5823 2127132936 -5824 573727773 -5825 1919167366 -5826 963259066 -5827 226279975 -5828 1909841669 -5829 732419739 -5830 921634932 -5831 1234281389 -5832 2011993185 -5833 571094303 -5834 1563677920 -5835 645772617 -5836 1381358686 -5837 1238288788 -5838 295178841 -5839 1712699327 -5840 254847634 -5841 1085095942 -5842 1635804781 -5843 1775686962 -5844 536845985 -5845 1384581349 -5846 426155547 -5847 1576691766 -5848 784048797 -5849 1211872489 -5850 168486322 -5851 1874046381 -5852 66626554 -5853 1617678853 -5854 1853695669 -5855 640354327 -5856 1389362571 -5857 669471087 -5858 866634302 -5859 1151720592 -5860 1401890826 -5861 1788269234 -5862 238518333 -5863 1266400363 -5864 211879889 -5865 1802196253 -5866 1912172981 -5867 1593238575 -5868 893001393 -5869 59868174 -5870 1158454255 -5871 1147849028 -5872 1144964117 -5873 646775388 -5874 776052342 -5875 1681810102 -5876 2031356737 -5877 1202207889 -5878 1111018220 -5879 667921886 -5880 266596730 -5881 1279504542 -5882 394484620 -5883 333223285 -5884 749699747 -5885 100696641 -5886 973577612 -5887 2139062318 -5888 770167729 -5889 1840211915 -5890 1143299262 -5891 24574907 -5892 1480997501 -5893 1381817596 -5894 1290975271 -5895 1692877391 -5896 1036530201 -5897 1055664604 -5898 1138632318 -5899 1929531595 -5900 1115532778 -5901 149602925 -5902 929896975 -5903 113013247 -5904 796378313 -5905 1705949317 -5906 1794823350 -5907 680251402 -5908 760673559 -5909 758357922 -5910 1348173289 -5911 1027270289 -5912 2037862465 -5913 1742657909 -5914 1360493574 -5915 640078564 -5916 1843354550 -5917 186587539 -5918 631657235 -5919 466038631 -5920 2026799454 -5921 1774956497 -5922 490613539 -5923 1360313307 -5924 1009290445 -5925 1781588810 -5926 905707050 -5927 2045820647 -5928 689769766 -5929 2044339369 -5930 1827868594 -5931 1805302544 -5932 46458646 -5933 610281921 -5934 1918315792 -5935 842836960 -5936 168747590 -5937 1565655494 -5938 1523088362 -5939 929421149 -5940 176529768 -5941 723778003 -5942 1956691439 -5943 66908585 -5944 318952264 -5945 1169701365 -5946 706987150 -5947 14823167 -5948 1356288904 -5949 1338644385 -5950 480861798 -5951 1235604710 -5952 966117234 -5953 971475337 -5954 448434370 -5955 1975407680 -5956 605580499 -5957 1354141420 -5958 1873744679 -5959 1295350265 -5960 1250997141 -5961 1554129625 -5962 953169162 -5963 1297455788 -5964 16927898 -5965 724001306 -5966 2140292748 -5967 185675488 -5968 142173152 -5969 1515897462 -5970 1115096638 -5971 318702920 -5972 92191818 -5973 924304429 -5974 385611506 -5975 411144082 -5976 2094005794 -5977 1092598656 -5978 425967249 -5979 1302811051 -5980 283759393 -5981 906829048 -5982 390932113 -5983 1249876627 -5984 1878304385 -5985 839366483 -5986 1077800659 -5987 336401237 -5988 46024256 -5989 804061690 -5990 1631751502 -5991 1297021397 -5992 210707667 -5993 437437016 -5994 446993537 -5995 227635565 -5996 1161438322 -5997 439802637 -5998 413311054 -5999 1303611474 -6000 1955700100 -6001 1528407692 -6002 1622314395 -6003 2047891918 -6004 305228473 -6005 2007925901 -6006 311552352 -6007 251750619 -6008 953040909 -6009 737519602 -6010 1554561670 -6011 1236800302 -6012 1644348650 -6013 1945493784 -6014 339193281 -6015 1375169387 -6016 637376619 -6017 1416993941 -6018 1711570624 -6019 683400875 -6020 73571983 -6021 1195838479 -6022 1980422273 -6023 284279651 -6024 1633275495 -6025 279932162 -6026 511915216 -6027 647230170 -6028 719734800 -6029 925226270 -6030 1950841644 -6031 527951252 -6032 306150314 -6033 1425672391 -6034 428359522 -6035 611378787 -6036 1286114644 -6037 739911874 -6038 863129407 -6039 91671905 -6040 1477431476 -6041 270207429 -6042 1328472207 -6043 974296478 -6044 68217565 -6045 1667665489 -6046 201982218 -6047 705594185 -6048 937175782 -6049 1913552842 -6050 1388995060 -6051 1010747765 -6052 961907673 -6053 1221933685 -6054 1295027416 -6055 447699521 -6056 1501865848 -6057 1806942633 -6058 1094929691 -6059 74117000 -6060 584685255 -6061 898287687 -6062 602068252 -6063 890835570 -6064 176476431 -6065 1030427774 -6066 1502214357 -6067 1462591075 -6068 1770339648 -6069 217860116 -6070 1554262981 -6071 1100287477 -6072 488067546 -6073 735251540 -6074 2074583955 -6075 556285111 -6076 255433381 -6077 129082525 -6078 1261879296 -6079 1192609163 -6080 2042635368 -6081 503390709 -6082 55873281 -6083 857059393 -6084 1725324394 -6085 1350900697 -6086 1304758914 -6087 1079706594 -6088 1010359682 -6089 252204957 -6090 1153823594 -6091 1595044938 -6092 1150492645 -6093 1755891846 -6094 338396860 -6095 1326969076 -6096 638835972 -6097 1840611217 -6098 642076503 -6099 261691973 -6100 2058471334 -6101 48855836 -6102 1361979450 -6103 399055232 -6104 784107377 -6105 1289079757 -6106 955340343 -6107 1039540758 -6108 1418162283 -6109 69735992 -6110 84666274 -6111 1313314003 -6112 573126701 -6113 140539555 -6114 22889748 -6115 150967447 -6116 1491440252 -6117 1327648663 -6118 1230674042 -6119 354316287 -6120 1579853620 -6121 237013988 -6122 1949361225 -6123 582862617 -6124 1992905835 -6125 140274437 -6126 1909831693 -6127 484258159 -6128 1980885654 -6129 404424549 -6130 745950132 -6131 1891873340 -6132 453280385 -6133 2107929582 -6134 143444924 -6135 1237387762 -6136 1249525692 -6137 1098785268 -6138 129444873 -6139 520204327 -6140 1168521260 -6141 214111147 -6142 1833518330 -6143 1741647961 -6144 354650702 -6145 1856408078 -6146 1892615408 -6147 1846090954 -6148 1036573093 -6149 975805802 -6150 52923593 -6151 468943066 -6152 1212819791 -6153 2002284818 -6154 1051805683 -6155 1058241978 -6156 2142559255 -6157 814153729 -6158 1542500137 -6159 1975961262 -6160 1218578278 -6161 140966622 -6162 1720350954 -6163 1671858663 -6164 101412556 -6165 1863795879 -6166 761762778 -6167 1350938248 -6168 815097499 -6169 891207651 -6170 1871142575 -6171 1983618759 -6172 1105318798 -6173 1557177257 -6174 1577783072 -6175 1459969500 -6176 1266101688 -6177 1322914832 -6178 1158576806 -6179 155191133 -6180 151236987 -6181 1211500400 -6182 624134199 -6183 1364056778 -6184 1066301570 -6185 1675939883 -6186 274815108 -6187 1061377178 -6188 342609964 -6189 1817315245 -6190 889854792 -6191 1561188242 -6192 1958281867 -6193 462722098 -6194 1085563257 -6195 2059694424 -6196 179034329 -6197 1847326035 -6198 1263149024 -6199 994131828 -6200 591050038 -6201 986807952 -6202 830266939 -6203 1696368836 -6204 396501561 -6205 260566363 -6206 1008854688 -6207 1662603249 -6208 1583481196 -6209 19947847 -6210 1817794383 -6211 1734718183 -6212 1231448247 -6213 294444934 -6214 951291313 -6215 150266169 -6216 1970384817 -6217 1226106421 -6218 1211643347 -6219 165511133 -6220 895938018 -6221 2101498139 -6222 1726699375 -6223 706736238 -6224 416736590 -6225 664778985 -6226 618947014 -6227 595770919 -6228 364621372 -6229 1882096038 -6230 1589902748 -6231 955671411 -6232 721420342 -6233 272686039 -6234 504556599 -6235 1117921904 -6236 533252403 -6237 1513411288 -6238 633041505 -6239 2116733599 -6240 1533359135 -6241 303352240 -6242 1703968134 -6243 617323734 -6244 597797175 -6245 507775799 -6246 767589903 -6247 420698344 -6248 1733882220 -6249 1979233251 -6250 586209478 -6251 482336590 -6252 1933247742 -6253 165425205 -6254 1189072828 -6255 202500684 -6256 830204190 -6257 1808019842 -6258 798271604 -6259 1194825563 -6260 1542632233 -6261 240690704 -6262 3013326 -6263 116568927 -6264 513376743 -6265 507569925 -6266 1234490831 -6267 1046629146 -6268 2020981213 -6269 1867532337 -6270 1015879097 -6271 1406856700 -6272 23400929 -6273 572363583 -6274 2024180434 -6275 621198104 -6276 1080139382 -6277 644286690 -6278 1041896449 -6279 666537954 -6280 476036293 -6281 1628105927 -6282 1148874545 -6283 261800387 -6284 1793531132 -6285 190463725 -6286 464301072 -6287 476251675 -6288 1998483568 -6289 1262572676 -6290 1671077238 -6291 1393632153 -6292 1503263380 -6293 1674090564 -6294 1510201080 -6295 2016640123 -6296 34176841 -6297 597208264 -6298 915785622 -6299 2055158055 -6300 317256953 -6301 1931664719 -6302 1314531107 -6303 340657882 -6304 356544655 -6305 1191227894 -6306 961855987 -6307 1436684037 -6308 1835514584 -6309 2003752436 -6310 2103221992 -6311 164067229 -6312 1484374715 -6313 1104612889 -6314 425867616 -6315 1130422199 -6316 1295076614 -6317 890168688 -6318 1606673874 -6319 1146076534 -6320 5257716 -6321 1130267464 -6322 392225039 -6323 1508521096 -6324 656874380 -6325 1902426120 -6326 1377677572 -6327 691051222 -6328 352150736 -6329 145979546 -6330 598725629 -6331 669407689 -6332 2077644265 -6333 1913256736 -6334 1010065571 -6335 286705272 -6336 957000982 -6337 1971921558 -6338 1723389310 -6339 645031918 -6340 1828190346 -6341 1679127654 -6342 809099147 -6343 1165081413 -6344 636256895 -6345 1234966764 -6346 148019965 -6347 1931333509 -6348 2125135452 -6349 1754693839 -6350 929926396 -6351 2130393169 -6352 737477656 -6353 1322151435 -6354 1491430617 -6355 1394352036 -6356 1077093907 -6357 721624541 -6358 2085403258 -6359 1429244643 -6360 867604087 -6361 536645239 -6362 2098652332 -6363 797764705 -6364 302418328 -6365 961234256 -6366 1084469977 -6367 1259419310 -6368 785672166 -6369 660375639 -6370 1904451229 -6371 466378865 -6372 192019645 -6373 566066728 -6374 1631460278 -6375 828276540 -6376 1801033492 -6377 1779480243 -6378 612126402 -6379 1778685297 -6380 1386690435 -6381 1542052798 -6382 1761594818 -6383 2124168091 -6384 716720585 -6385 1105541787 -6386 1371036479 -6387 1793814493 -6388 1827166329 -6389 1308956090 -6390 1075575488 -6391 547286768 -6392 1845601329 -6393 1026744173 -6394 1345051473 -6395 536009 -6396 1987978429 -6397 282037803 -6398 1259955320 -6399 626166947 -6400 942413442 -6401 1016922901 -6402 1092545812 -6403 1134433088 -6404 1582989629 -6405 576522443 -6406 1962709628 -6407 1236539474 -6408 208519038 -6409 427352382 -6410 867741123 -6411 1595209473 -6412 1969405180 -6413 481852293 -6414 1571893916 -6415 538642118 -6416 1587394080 -6417 795446748 -6418 184972963 -6419 1267076761 -6420 2104402838 -6421 1260548451 -6422 1814363530 -6423 1802520519 -6424 139808976 -6425 1011931355 -6426 1803056529 -6427 2127787405 -6428 1293969158 -6429 915528201 -6430 606470705 -6431 88898953 -6432 1932451102 -6433 1699016517 -6434 1223332041 -6435 1367957083 -6436 128055312 -6437 1038558021 -6438 457012909 -6439 336574351 -6440 1465910404 -6441 1324754032 -6442 1931783824 -6443 1287831936 -6444 1806606325 -6445 1356194093 -6446 1826474054 -6447 1246516758 -6448 4157193 -6449 2011447017 -6450 366109871 -6451 2108560031 -6452 1124511821 -6453 32989753 -6454 1763596902 -6455 1264320797 -6456 1044921109 -6457 1419169783 -6458 1244624555 -6459 191406619 -6460 187214336 -6461 1851095260 -6462 280305572 -6463 2119665438 -6464 1402628129 -6465 1503637613 -6466 1340138874 -6467 1530683442 -6468 394711987 -6469 1797151783 -6470 1867257793 -6471 1860622391 -6472 974422168 -6473 1651557969 -6474 1000970679 -6475 633544845 -6476 860268414 -6477 679961086 -6478 1880061603 -6479 864425607 -6480 543924455 -6481 98687827 -6482 825501990 -6483 1668436276 -6484 131677580 -6485 441615245 -6486 785273426 -6487 1176598689 -6488 1860785028 -6489 2029897981 -6490 1368005309 -6491 2047999365 -6492 1733509593 -6493 1648310881 -6494 2020181155 -6495 988654074 -6496 1004464847 -6497 1212836381 -6498 371853868 -6499 1399176834 -6500 862504517 -6501 91628013 -6502 1112315577 -6503 1836926685 -6504 1743185983 -6505 2113286256 -6506 322987882 -6507 455970749 -6508 645763694 -6509 55565838 -6510 1320396357 -6511 1189688150 -6512 154253665 -6513 2145898347 -6514 710640778 -6515 285931245 -6516 440029944 -6517 1495914204 -6518 1462529935 -6519 153331325 -6520 1378328537 -6521 683051596 -6522 53847042 -6523 964354482 -6524 183878829 -6525 2074028197 -6526 1953008557 -6527 1188343676 -6528 1139380931 -6529 177378777 -6530 440036862 -6531 2001885448 -6532 269006791 -6533 1552352439 -6534 1691328485 -6535 2012192774 -6536 1518155048 -6537 2014316367 -6538 320679875 -6539 16435094 -6540 2069882205 -6541 1641076232 -6542 1206123244 -6543 76652222 -6544 1639490932 -6545 1916764023 -6546 362583468 -6547 2079520876 -6548 1265194579 -6549 1825113403 -6550 85368553 -6551 496039469 -6552 360681351 -6553 139215595 -6554 1460393951 -6555 544560180 -6556 65760145 -6557 1265918860 -6558 1732903857 -6559 1205141076 -6560 1443297638 -6561 25457071 -6562 1059542876 -6563 1712304429 -6564 1577809511 -6565 603387713 -6566 1577013555 -6567 948480911 -6568 470220432 -6569 1897693430 -6570 964916005 -6571 392618990 -6572 1391286015 -6573 23555602 -6574 469271212 -6575 883293299 -6576 1940319625 -6577 831854680 -6578 815330527 -6579 1058030556 -6580 509484435 -6581 900699081 -6582 1554070025 -6583 870165786 -6584 1039914676 -6585 866980329 -6586 1414725967 -6587 1105674821 -6588 2132899189 -6589 1000146176 -6590 163332249 -6591 1428713179 -6592 1025603247 -6593 1222875125 -6594 993533960 -6595 455929110 -6596 1826262838 -6597 423063867 -6598 1404410021 -6599 148999623 -6600 173273650 -6601 221842379 -6602 541618613 -6603 1564559665 -6604 245397981 -6605 1010889825 -6606 300369316 -6607 38233958 -6608 1842744506 -6609 1115699843 -6610 1096264514 -6611 204745293 -6612 2016398924 -6613 502850892 -6614 1074911080 -6615 908829953 -6616 1369831221 -6617 342153399 -6618 2014504774 -6619 1355246762 -6620 1342299575 -6621 30353376 -6622 636476294 -6623 220419174 -6624 1253228501 -6625 1630010254 -6626 676348285 -6627 932007692 -6628 2053074122 -6629 2080758306 -6630 1081007315 -6631 78864124 -6632 155117037 -6633 1622625928 -6634 1643423789 -6635 400515018 -6636 486032105 -6637 1943793105 -6638 438748976 -6639 181292963 -6640 912009300 -6641 1535013491 -6642 386038257 -6643 780924577 -6644 2037864383 -6645 1460949337 -6646 1689754530 -6647 1260211956 -6648 1803102736 -6649 1556775656 -6650 467975070 -6651 997918663 -6652 1587129032 -6653 1104451364 -6654 1218337837 -6655 692873886 -6656 586977971 -6657 1894686122 -6658 1624881578 -6659 492568445 -6660 1827960781 -6661 558405245 -6662 571432569 -6663 1983077818 -6664 33547525 -6665 67372710 -6666 236109189 -6667 519579630 -6668 2011165815 -6669 674858165 -6670 700872594 -6671 775691467 -6672 62388008 -6673 1086910851 -6674 1556616044 -6675 2100252391 -6676 400376540 -6677 1098886926 -6678 1212980699 -6679 55995628 -6680 508178935 -6681 1680955770 -6682 1053914291 -6683 2095307967 -6684 637923486 -6685 124768480 -6686 640698205 -6687 1224901457 -6688 2019454603 -6689 118096135 -6690 1717469902 -6691 1699931736 -6692 676501380 -6693 141418823 -6694 1535525906 -6695 710048905 -6696 208791533 -6697 1771635095 -6698 1229628536 -6699 72473700 -6700 299009613 -6701 1930501130 -6702 848165168 -6703 361397621 -6704 869928333 -6705 257297564 -6706 314166365 -6707 1270304873 -6708 1356184491 -6709 1527147064 -6710 1326300501 -6711 1864363426 -6712 1060619186 -6713 232731144 -6714 1812187745 -6715 1698542673 -6716 357499624 -6717 305402303 -6718 775960482 -6719 229470579 -6720 423498438 -6721 345946737 -6722 1929402315 -6723 1099999819 -6724 487365560 -6725 1317444574 -6726 1810048724 -6727 696157094 -6728 941596021 -6729 892193612 -6730 768630794 -6731 1240605634 -6732 675211094 -6733 1616795962 -6734 1602003256 -6735 1545139427 -6736 1874093527 -6737 1916169621 -6738 667960652 -6739 1082794370 -6740 1295833037 -6741 1994261153 -6742 799674148 -6743 208968576 -6744 79508649 -6745 464378245 -6746 1907511249 -6747 437008274 -6748 769780548 -6749 535988083 -6750 666478853 -6751 1193278987 -6752 881934820 -6753 448397521 -6754 145795158 -6755 1369300381 -6756 1765842095 -6757 1955843882 -6758 2065457475 -6759 559954468 -6760 700553847 -6761 686604621 -6762 1800560103 -6763 1375764941 -6764 155916936 -6765 1255079711 -6766 773420721 -6767 2030010463 -6768 1023765684 -6769 1441381373 -6770 965321185 -6771 172115073 -6772 1288158879 -6773 1764995333 -6774 381083649 -6775 1367667528 -6776 81889930 -6777 141111250 -6778 1804675802 -6779 851670479 -6780 677099334 -6781 323671008 -6782 2044949466 -6783 1559034154 -6784 772068529 -6785 43260976 -6786 780850887 -6787 390426976 -6788 1999104858 -6789 698824714 -6790 950381444 -6791 552175057 -6792 1385429336 -6793 603457899 -6794 1927939999 -6795 1541346272 -6796 1858537610 -6797 553877072 -6798 1423873087 -6799 734819646 -6800 1995258445 -6801 241710624 -6802 906934720 -6803 1135933676 -6804 2006705957 -6805 1288018369 -6806 356117557 -6807 2088595887 -6808 1429129620 -6809 13309711 -6810 792782718 -6811 2106228954 -6812 336980719 -6813 690248536 -6814 1517779460 -6815 1109049248 -6816 733509512 -6817 151146700 -6818 1499476224 -6819 585130723 -6820 849971414 -6821 302374021 -6822 1137305780 -6823 87917102 -6824 905831920 -6825 917762131 -6826 1629263374 -6827 616885883 -6828 1471639203 -6829 905652813 -6830 1351705529 -6831 1319414001 -6832 1147363437 -6833 111156601 -6834 307864029 -6835 1006585746 -6836 1399174971 -6837 663981586 -6838 947697986 -6839 680820943 -6840 677291298 -6841 1740480704 -6842 639566249 -6843 1014272017 -6844 283245593 -6845 9862061 -6846 2123321266 -6847 1016755105 -6848 161008761 -6849 1475313842 -6850 1601885828 -6851 1010980176 -6852 1777687863 -6853 591707961 -6854 1098897278 -6855 536036136 -6856 1509470092 -6857 580677005 -6858 1152922019 -6859 833625648 -6860 1486329818 -6861 357143900 -6862 5556001 -6863 486209608 -6864 468300502 -6865 313420030 -6866 1492795354 -6867 1867475473 -6868 977401617 -6869 293009692 -6870 400812768 -6871 1654692915 -6872 2033490397 -6873 1040379017 -6874 521481284 -6875 169252342 -6876 1050241078 -6877 497318902 -6878 1186007447 -6879 1211249840 -6880 1972632745 -6881 640409628 -6882 74746368 -6883 1602836960 -6884 1232117589 -6885 1173643646 -6886 2138873096 -6887 594104033 -6888 1754320651 -6889 1144311467 -6890 1427729681 -6891 1093166822 -6892 1501455368 -6893 1433285682 -6894 1579376430 -6895 1969755870 -6896 1746705713 -6897 924688136 -6898 1689747695 -6899 576623682 -6900 1217697829 -6901 2090560463 -6902 83832949 -6903 1103704578 -6904 983455832 -6905 605314233 -6906 1272956920 -6907 2033696910 -6908 1102633136 -6909 311480719 -6910 1097463102 -6911 927782233 -6912 951890347 -6913 1172209470 -6914 383135545 -6915 36524288 -6916 198369469 -6917 374524994 -6918 630628322 -6919 1952690120 -6920 1518836461 -6921 2058358003 -6922 898373294 -6923 872808181 -6924 1344160038 -6925 330266076 -6926 695080403 -6927 943382103 -6928 1254954213 -6929 237344450 -6930 1520005785 -6931 325168394 -6932 180421265 -6933 1603838734 -6934 1428872972 -6935 1163877097 -6936 61669319 -6937 554346244 -6938 1050090360 -6939 1164302455 -6940 865826963 -6941 69814 -6942 2092084688 -6943 1817717311 -6944 1172279285 -6945 327736586 -6946 1854241599 -6947 1370648754 -6948 702261580 -6949 337386273 -6950 1175855226 -6951 73614393 -6952 248260629 -6953 2074228521 -6954 946422575 -6955 1592420667 -6956 257010949 -6957 1641502978 -6958 388319122 -6959 1511965162 -6960 1878847429 -6961 1908324907 -6962 1837133556 -6963 2059268694 -6964 1364679993 -6965 1118522880 -6966 1075662144 -6967 1426349312 -6968 1672869124 -6969 2125752504 -6970 443168120 -6971 391212440 -6972 2125822318 -6973 387769160 -6974 61446103 -6975 1150617955 -6976 715505746 -6977 1915687702 -6978 373783061 -6979 1417767326 -6980 105590328 -6981 1549638288 -6982 1491381720 -6983 353850957 -6984 1476383161 -6985 290320647 -6986 1946271624 -6987 1733394110 -6988 1931823625 -6989 187107098 -6990 1097875625 -6991 1663187406 -6992 2095432005 -6993 787525533 -6994 1574972453 -6995 1312628350 -6996 1906048414 -6997 503150949 -6998 591494014 -6999 1431433890 -7000 481419805 -7001 1034662134 -7002 1822646330 -7003 459758475 -7004 1422431295 -7005 1884092433 -7006 1610376431 -7007 2137937041 -7008 1652296488 -7009 1984159492 -7010 1408220720 -7011 1757886816 -7012 1386314132 -7013 752118792 -7014 2111737773 -7015 715213645 -7016 1042439439 -7017 1910525749 -7018 301124108 -7019 826779416 -7020 2097632847 -7021 1398999733 -7022 342483175 -7023 2045581204 -7024 39041618 -7025 1917455628 -7026 1210725906 -7027 1945090032 -7028 273122929 -7029 1802219920 -7030 1229040275 -7031 754542734 -7032 689398407 -7033 904202957 -7034 1214301209 -7035 2111829702 -7036 640811743 -7037 677193992 -7038 2102283095 -7039 145624583 -7040 513869837 -7041 1363020167 -7042 1903511399 -7043 1900183969 -7044 2115138959 -7045 1867765524 -7046 467913967 -7047 1010094750 -7048 1630807625 -7049 769038075 -7050 1836874167 -7051 1580956824 -7052 20554160 -7053 31873694 -7054 1479054380 -7055 59595778 -7056 1949329322 -7057 542296638 -7058 2004685811 -7059 74968603 -7060 197032910 -7061 1086242438 -7062 829511337 -7063 886431317 -7064 1990445395 -7065 2043812546 -7066 850777371 -7067 483773490 -7068 573522891 -7069 805576819 -7070 629398073 -7071 1087392728 -7072 21113338 -7073 385425824 -7074 840093049 -7075 2136252298 -7076 105707700 -7077 1308007016 -7078 998863400 -7079 1736515325 -7080 2077045091 -7081 688253919 -7082 1169988501 -7083 2097599251 -7084 720127613 -7085 501559233 -7086 9711382 -7087 521973287 -7088 1043855871 -7089 2014397193 -7090 596941890 -7091 1240888782 -7092 953155983 -7093 1426453227 -7094 2127320099 -7095 796117730 -7096 1322782126 -7097 830613823 -7098 1279891221 -7099 1896305017 -7100 1636190642 -7101 1909289294 -7102 836214097 -7103 1657303980 -7104 147231471 -7105 1676307146 -7106 1646072630 -7107 252939171 -7108 836830515 -7109 497452383 -7110 1989454497 -7111 766391958 -7112 1185706302 -7113 1011959350 -7114 716507562 -7115 1905833916 -7116 1513518584 -7117 726218944 -7118 280323555 -7119 409890807 -7120 593132489 -7121 877265446 -7122 1650779589 -7123 1546288472 -7124 156235025 -7125 1630616041 -7126 194922554 -7127 1479017151 -7128 313746216 -7129 1474813775 -7130 1227838520 -7131 1949936858 -7132 1236619422 -7133 2064052617 -7134 1459757190 -7135 1383850893 -7136 1592876116 -7137 958346173 -7138 1636790064 -7139 282222983 -7140 1455798556 -7141 1478760913 -7142 1048614941 -7143 494021210 -7144 343236616 -7145 1765122503 -7146 252371478 -7147 1856755200 -7148 343857799 -7149 532695034 -7150 119162359 -7151 936990288 -7152 1409960480 -7153 1769941949 -7154 335795112 -7155 1566195505 -7156 1253074342 -7157 530717667 -7158 897729009 -7159 1566820558 -7160 2005531442 -7161 2125567529 -7162 1369273768 -7163 1094667216 -7164 2042136499 -7165 681547310 -7166 331034461 -7167 1487528967 -7168 1639893483 -7169 1967824526 -7170 1769751950 -7171 948208391 -7172 1299101791 -7173 670883243 -7174 1442229602 -7175 1642338407 -7176 288522099 -7177 1694601080 -7178 1351609959 -7179 632379898 -7180 79812466 -7181 1470772319 -7182 1569370187 -7183 1489772946 -7184 1093230620 -7185 1905165299 -7186 908484804 -7187 198821314 -7188 288399318 -7189 1806213813 -7190 1765641872 -7191 146447113 -7192 1784297694 -7193 987431992 -7194 1241114329 -7195 1678950545 -7196 1668979302 -7197 1572148791 -7198 1018995864 -7199 1161389138 -7200 1392489669 -7201 641264166 -7202 2109597529 -7203 544107812 -7204 1312147410 -7205 1404343483 -7206 38962572 -7207 1600669509 -7208 951460916 -7209 1390572531 -7210 85565759 -7211 1031273382 -7212 713861202 -7213 1654935946 -7214 373562681 -7215 1807091822 -7216 1412617598 -7217 1282047485 -7218 2005913136 -7219 1701016916 -7220 940777650 -7221 1624071360 -7222 1847464029 -7223 577591696 -7224 464019704 -7225 941094711 -7226 109058594 -7227 2132999007 -7228 365759854 -7229 1128054458 -7230 1146904497 -7231 1758249523 -7232 1769318625 -7233 1109018378 -7234 154873687 -7235 933982387 -7236 365878214 -7237 193836259 -7238 387168248 -7239 1317339130 -7240 1584408791 -7241 472734007 -7242 201128864 -7243 150786345 -7244 2127669954 -7245 574691545 -7246 1957878168 -7247 1392803904 -7248 1856739030 -7249 1816307656 -7250 946337172 -7251 650033032 -7252 1292895369 -7253 646317554 -7254 1227624729 -7255 1756915073 -7256 1587412265 -7257 1336683323 -7258 1742430432 -7259 1953172119 -7260 317254133 -7261 741851281 -7262 1563937994 -7263 2086572758 -7264 1850869660 -7265 1718811681 -7266 873071497 -7267 69264226 -7268 1912647941 -7269 1260239745 -7270 1386603356 -7271 1349573084 -7272 1732973753 -7273 1587732220 -7274 1500359429 -7275 1713160059 -7276 14940118 -7277 1310753949 -7278 958480315 -7279 1871679148 -7280 979577958 -7281 1904817487 -7282 374228533 -7283 124989679 -7284 403651393 -7285 1601853262 -7286 1881904752 -7287 1991063658 -7288 791052937 -7289 1476851537 -7290 1796752129 -7291 1108307070 -7292 71219170 -7293 1213206475 -7294 1047396181 -7295 1922088830 -7296 784534509 -7297 1920467678 -7298 1991353056 -7299 549698802 -7300 1033223776 -7301 1230472764 -7302 1899271886 -7303 618713881 -7304 670721337 -7305 1252147667 -7306 184390292 -7307 685661455 -7308 415417969 -7309 1142870607 -7310 409856955 -7311 1394995927 -7312 900204446 -7313 784085488 -7314 1519985606 -7315 1303855840 -7316 238455102 -7317 1254406710 -7318 1147435850 -7319 1029508039 -7320 583774599 -7321 796704332 -7322 2137815110 -7323 654993770 -7324 2009910807 -7325 1037727643 -7326 429598952 -7327 646961668 -7328 810711673 -7329 273468361 -7330 1196660470 -7331 1843935449 -7332 1503941125 -7333 948448708 -7334 315165682 -7335 27178814 -7336 53112728 -7337 499555974 -7338 712840269 -7339 468530697 -7340 1642426581 -7341 1122697225 -7342 1863526624 -7343 395147380 -7344 1906782713 -7345 1236028582 -7346 1699003220 -7347 2145237816 -7348 342951644 -7349 698955422 -7350 1027262207 -7351 926726244 -7352 1495659754 -7353 1017593669 -7354 1581720014 -7355 1358086914 -7356 2055321312 -7357 2011318966 -7358 2005048582 -7359 718549338 -7360 137303679 -7361 1054225405 -7362 415001139 -7363 1641244805 -7364 2002674113 -7365 730166822 -7366 1668423619 -7367 2055786841 -7368 1229722796 -7369 233780241 -7370 376833890 -7371 724665730 -7372 1356477466 -7373 92876866 -7374 1119813110 -7375 1115776531 -7376 1328905448 -7377 671332682 -7378 1113530699 -7379 1671857093 -7380 1370288104 -7381 2140792907 -7382 451099689 -7383 718464211 -7384 1010902928 -7385 2032819703 -7386 2076551125 -7387 918740593 -7388 1896655021 -7389 1934116059 -7390 1637289931 -7391 2033958701 -7392 840857816 -7393 2052291070 -7394 1527719858 -7395 696048282 -7396 634974244 -7397 1048659829 -7398 604351475 -7399 1864697041 -7400 1282440070 -7401 981185366 -7402 441879123 -7403 491433888 -7404 1074062232 -7405 1561692233 -7406 1607210420 -7407 255484033 -7408 85541267 -7409 573257471 -7410 1927341126 -7411 1455829371 -7412 566566730 -7413 230957167 -7414 26809934 -7415 1577469659 -7416 116293222 -7417 2103361059 -7418 348726604 -7419 2012948243 -7420 1889993471 -7421 1986016535 -7422 1899423296 -7423 583367639 -7424 1890823957 -7425 1279659506 -7426 1279415921 -7427 378314554 -7428 180835688 -7429 1883767397 -7430 95527947 -7431 1463275758 -7432 717469115 -7433 537407070 -7434 1954709647 -7435 1791531347 -7436 2099099303 -7437 1414436419 -7438 2047015380 -7439 37156922 -7440 1987693890 -7441 1826872858 -7442 1492986293 -7443 406776973 -7444 2057830025 -7445 1519796228 -7446 1984246632 -7447 26639599 -7448 1475673639 -7449 185489588 -7450 2039587843 -7451 1218183462 -7452 24022475 -7453 1791527491 -7454 1801551102 -7455 1914846432 -7456 923703350 -7457 933483375 -7458 145677338 -7459 1104539038 -7460 669767124 -7461 241205285 -7462 420331148 -7463 1387236239 -7464 778612355 -7465 227557147 -7466 1031283939 -7467 730228010 -7468 1641993566 -7469 930815671 -7470 767384932 -7471 1482203809 -7472 610204882 -7473 112887578 -7474 1888980782 -7475 520551259 -7476 1632683806 -7477 1725743766 -7478 547190859 -7479 960873797 -7480 1911233354 -7481 439295054 -7482 31573612 -7483 1935255829 -7484 83338897 -7485 1833124714 -7486 1702618613 -7487 1007042247 -7488 619124441 -7489 1848295952 -7490 2111581285 -7491 1288891566 -7492 2089501237 -7493 384428786 -7494 528644157 -7495 720629945 -7496 611985933 -7497 1559928096 -7498 1450857955 -7499 106495852 -7500 343260120 -7501 70759240 -7502 1588699661 -7503 953465002 -7504 183646818 -7505 1330196795 -7506 1474016261 -7507 1816330624 -7508 908456913 -7509 2021207120 -7510 629720773 -7511 672206619 -7512 313018526 -7513 661294385 -7514 459978800 -7515 396357424 -7516 346935451 -7517 15113765 -7518 1403399671 -7519 966059893 -7520 1863409717 -7521 1367497309 -7522 107467811 -7523 1805427307 -7524 1751926095 -7525 636111968 -7526 378573604 -7527 216428380 -7528 48556417 -7529 1829431559 -7530 322924232 -7531 391816537 -7532 1900190799 -7533 1911623893 -7534 1345281539 -7535 2083837617 -7536 1094337040 -7537 671814152 -7538 1752684593 -7539 2002793953 -7540 545537625 -7541 234921719 -7542 527516924 -7543 858556151 -7544 896216104 -7545 987495724 -7546 1254913575 -7547 1243151556 -7548 1002609490 -7549 510829599 -7550 61727801 -7551 718535559 -7552 1878326908 -7553 169195612 -7554 376479218 -7555 1482769355 -7556 805307580 -7557 755052822 -7558 1699197735 -7559 853863997 -7560 437000734 -7561 2022121968 -7562 1245680534 -7563 189707885 -7564 1786262213 -7565 443478425 -7566 126061855 -7567 733115606 -7568 1115292578 -7569 1878746448 -7570 588425911 -7571 1660830203 -7572 2113668167 -7573 1115942836 -7574 371902706 -7575 862400624 -7576 2103438560 -7577 1626816282 -7578 2105552180 -7579 958564402 -7580 2137645881 -7581 19796333 -7582 1677099962 -7583 1868489141 -7584 188991945 -7585 2053579180 -7586 1203774848 -7587 994299525 -7588 661148355 -7589 755488935 -7590 1848163523 -7591 1098149089 -7592 630127255 -7593 946360409 -7594 1287856974 -7595 268905821 -7596 1389838835 -7597 1413918829 -7598 1002021427 -7599 357647765 -7600 1145181630 -7601 1590447338 -7602 2018477968 -7603 1111366149 -7604 558906526 -7605 242897026 -7606 1973766773 -7607 514861439 -7608 1869713308 -7609 1931835305 -7610 1473425841 -7611 1859875541 -7612 1951631638 -7613 1003042155 -7614 1580881034 -7615 2140623583 -7616 909137688 -7617 637172234 -7618 987439461 -7619 1570286043 -7620 1392661170 -7621 688119336 -7622 520951484 -7623 2022788425 -7624 1634479745 -7625 1808808458 -7626 144210598 -7627 876834932 -7628 1075243640 -7629 1146232025 -7630 1234482697 -7631 72941622 -7632 589195716 -7633 1105477017 -7634 1184307771 -7635 1148102242 -7636 1348374044 -7637 1010590897 -7638 1662963681 -7639 1070603704 -7640 794942554 -7641 988905875 -7642 782995598 -7643 599090545 -7644 1991948030 -7645 216392984 -7646 592230480 -7647 753602070 -7648 853565219 -7649 1579669941 -7650 176404465 -7651 98742741 -7652 120305629 -7653 697355949 -7654 2121531166 -7655 1754785375 -7656 358680760 -7657 118258117 -7658 484136659 -7659 1433924400 -7660 1264490142 -7661 1718619357 -7662 1506866022 -7663 1853685858 -7664 676612726 -7665 543690145 -7666 854304453 -7667 2024986770 -7668 1554281042 -7669 369784486 -7670 948106827 -7671 201739949 -7672 1358690361 -7673 1731102425 -7674 800830494 -7675 1203154744 -7676 1947495409 -7677 1393060974 -7678 1956756814 -7679 653576980 -7680 825247268 -7681 2133161280 -7682 752319721 -7683 945552897 -7684 683033581 -7685 726367240 -7686 552854624 -7687 1041714341 -7688 844625357 -7689 1036991284 -7690 328155093 -7691 2109115499 -7692 608126993 -7693 1835021115 -7694 1815317710 -7695 1284739719 -7696 231227613 -7697 522138515 -7698 1162242842 -7699 1785508655 -7700 891923001 -7701 2110349669 -7702 1987248604 -7703 103129715 -7704 1693968446 -7705 640595450 -7706 1306284459 -7707 1493980207 -7708 2033656425 -7709 1115557625 -7710 73540 -7711 711420045 -7712 1101235257 -7713 752393261 -7714 1656972942 -7715 1784268839 -7716 1478760501 -7717 62343919 -7718 678499532 -7719 175902210 -7720 1099335203 -7721 1006654626 -7722 137534062 -7723 1707462196 -7724 694192093 -7725 1952851772 -7726 844718267 -7727 925419706 -7728 327506639 -7729 2006961109 -7730 563444714 -7731 1219429640 -7732 1969827130 -7733 403209670 -7734 1322559355 -7735 1516311928 -7736 1043805121 -7737 481360166 -7738 862808488 -7739 929977898 -7740 1596917792 -7741 862882028 -7742 1641397943 -7743 550669401 -7744 1615275289 -7745 1150887237 -7746 187454592 -7747 946552143 -7748 1213231156 -7749 865954125 -7750 1122454353 -7751 165082711 -7752 1872608751 -7753 1259988415 -7754 1872544907 -7755 419317196 -7756 1065356539 -7757 569779527 -7758 1344736903 -7759 1392863178 -7760 429256988 -7761 1908181617 -7762 464809171 -7763 251600471 -7764 163907639 -7765 1787368526 -7766 1767912399 -7767 1207712760 -7768 121245045 -7769 483237239 -7770 2137690658 -7771 1718162837 -7772 1346119267 -7773 1631604953 -7774 121348590 -7775 813910909 -7776 635008543 -7777 308803183 -7778 1760463052 -7779 1848239699 -7780 1174757308 -7781 735433757 -7782 2013322411 -7783 899882411 -7784 1995422173 -7785 1738383670 -7786 1319199607 -7787 913295064 -7788 160679549 -7789 516452862 -7790 158674595 -7791 589936538 -7792 277150831 -7793 623483766 -7794 841537009 -7795 441058471 -7796 263368644 -7797 461965760 -7798 1648771231 -7799 384613689 -7800 945203000 -7801 1638978242 -7802 2102776526 -7803 143838619 -7804 1123099547 -7805 76641469 -7806 957749528 -7807 1758108090 -7808 385444652 -7809 570728932 -7810 1458864142 -7811 1560201960 -7812 1306162690 -7813 1324702905 -7814 312600723 -7815 1154101215 -7816 915602927 -7817 1631800330 -7818 2067396279 -7819 1076282477 -7820 769545 -7821 78587226 -7822 1666219015 -7823 277920376 -7824 702070992 -7825 360272376 -7826 718978847 -7827 965439637 -7828 822238136 -7829 220266431 -7830 1350053326 -7831 1767441136 -7832 1859244673 -7833 1305346205 -7834 1911279756 -7835 834860572 -7836 1381987674 -7837 721545636 -7838 445485015 -7839 1767432326 -7840 1292274569 -7841 1904349157 -7842 1180150638 -7843 450953611 -7844 1081568414 -7845 1492751361 -7846 1605054826 -7847 1997171341 -7848 977068043 -7849 1524967457 -7850 925970170 -7851 977837588 -7852 1603554684 -7853 444705537 -7854 1255757965 -7855 158142028 -7856 804977913 -7857 1974736812 -7858 1123581665 -7859 1627216050 -7860 47519595 -7861 326151344 -7862 1247173538 -7863 1906764268 -7864 1631497549 -7865 1010969646 -7866 594141193 -7867 866001575 -7868 1732515283 -7869 1039626208 -7870 485950253 -7871 877306204 -7872 796491717 -7873 1666100891 -7874 1328259815 -7875 1878060131 -7876 1011368604 -7877 785830993 -7878 1727747824 -7879 1988436647 -7880 163314802 -7881 506234347 -7882 818790588 -7883 1766869486 -7884 950939884 -7885 2074548553 -7886 1925011515 -7887 1755917798 -7888 1901801717 -7889 901109532 -7890 1235650200 -7891 1949321313 -7892 1227260876 -7893 335340090 -7894 1708601933 -7895 711274777 -7896 1346309737 -7897 155259478 -7898 1577276352 -7899 931341372 -7900 1194885686 -7901 2063226605 -7902 1808647576 -7903 1991377403 -7904 1581843848 -7905 989423743 -7906 1721953886 -7907 445728804 -7908 1775254736 -7909 1302218063 -7910 286681804 -7911 1938569538 -7912 1808452410 -7913 1105472392 -7914 1557955377 -7915 611908646 -7916 1032537297 -7917 1335483244 -7918 220342796 -7919 786855366 -7920 89109128 -7921 1455992996 -7922 588693031 -7923 1316370005 -7924 1791333087 -7925 149811317 -7926 2027644782 -7927 990159176 -7928 305070795 -7929 1457437487 -7930 1921500548 -7931 1499956482 -7932 1373180444 -7933 1582664476 -7934 1343850237 -7935 807540645 -7936 424604571 -7937 918320476 -7938 1253269449 -7939 52375659 -7940 73054891 -7941 1539951253 -7942 1990945197 -7943 1881507301 -7944 497939997 -7945 1401416926 -7946 345932299 -7947 1530477294 -7948 589416522 -7949 566275096 -7950 169849013 -7951 678525651 -7952 2022268092 -7953 758542044 -7954 1994895656 -7955 1666117531 -7956 908353361 -7957 1875056790 -7958 508793059 -7959 1213424157 -7960 1185010629 -7961 282809959 -7962 565896991 -7963 410707426 -7964 1865474435 -7965 1909747228 -7966 1218248071 -7967 142595358 -7968 680584056 -7969 324033872 -7970 194971017 -7971 753638947 -7972 1863985126 -7973 38432567 -7974 487662600 -7975 214441475 -7976 1439849493 -7977 833594900 -7978 1744918770 -7979 2029266016 -7980 1399869996 -7981 1914767783 -7982 560308019 -7983 1274654440 -7984 525826179 -7985 407720027 -7986 793288324 -7987 1434179541 -7988 135293169 -7989 1302081383 -7990 500120050 -7991 1320303799 -7992 1584891343 -7993 1066017041 -7994 1731011225 -7995 1302882130 -7996 828280621 -7997 801775648 -7998 1445477489 -7999 1508864678 -8000 1125809520 -8001 1640448506 -8002 115019977 -8003 842310998 -8004 1678881073 -8005 602682578 -8006 1056752474 -8007 971246919 -8008 1436277478 -8009 654187596 -8010 853029287 -8011 688663826 -8012 421471731 -8013 1413337306 -8014 1963318266 -8015 947297910 -8016 1821057333 -8017 609122942 -8018 233993803 -8019 1956350502 -8020 1911204326 -8021 734113853 -8022 1129170653 -8023 1348612021 -8024 1800130894 -8025 712698230 -8026 504010503 -8027 480927868 -8028 1514473878 -8029 1949487992 -8030 1989792546 -8031 492799751 -8032 1442452851 -8033 2104812523 -8034 1335110749 -8035 973850276 -8036 560011453 -8037 244379575 -8038 1945097195 -8039 1996288931 -8040 898567171 -8041 650642834 -8042 537469109 -8043 1320038902 -8044 2063980140 -8045 353303728 -8046 119853165 -8047 1737553825 -8048 962426670 -8049 353846968 -8050 1546420680 -8051 726147348 -8052 1087960822 -8053 528107685 -8054 2074759369 -8055 740608068 -8056 1240805916 -8057 431286225 -8058 1221535936 -8059 607796146 -8060 233290569 -8061 1063844834 -8062 1100595897 -8063 1675743420 -8064 1021173710 -8065 288222999 -8066 502110049 -8067 1581185163 -8068 532602574 -8069 299723596 -8070 1429990447 -8071 1431169746 -8072 950366431 -8073 1967459556 -8074 603725000 -8075 866862923 -8076 173279636 -8077 723578165 -8078 456933101 -8079 1135706307 -8080 1077425134 -8081 2003353781 -8082 1861853655 -8083 17902308 -8084 383977818 -8085 1789129377 -8086 758510376 -8087 1624783734 -8088 72931954 -8089 1980046313 -8090 85096233 -8091 306222523 -8092 896407499 -8093 1185692130 -8094 1981965944 -8095 1917581209 -8096 1473915129 -8097 336592345 -8098 1351282725 -8099 2006517704 -8100 636315941 -8101 633789524 -8102 1290203802 -8103 1586682372 -8104 453765432 -8105 1893928802 -8106 306061648 -8107 627045069 -8108 470023320 -8109 762994749 -8110 1762751376 -8111 1547448454 -8112 618864882 -8113 1477121383 -8114 1565350762 -8115 1002842700 -8116 1118767112 -8117 176377490 -8118 480142787 -8119 1191699066 -8120 8940155 -8121 565239020 -8122 1497921590 -8123 905347655 -8124 1750931150 -8125 1332403886 -8126 675445216 -8127 1077362632 -8128 1668996231 -8129 2026727941 -8130 936396688 -8131 157828524 -8132 513033817 -8133 79116842 -8134 1744510897 -8135 966799250 -8136 1973045644 -8137 2050572545 -8138 1593844319 -8139 295585316 -8140 666083646 -8141 1209112047 -8142 1843033770 -8143 1284948528 -8144 538749782 -8145 1260900884 -8146 140307580 -8147 1657516895 -8148 1437278375 -8149 620450367 -8150 701732313 -8151 1446218530 -8152 1185689387 -8153 52170255 -8154 204082537 -8155 789136890 -8156 1384574141 -8157 879527754 -8158 1866499522 -8159 906086724 -8160 758772047 -8161 655412562 -8162 1063915249 -8163 1271805865 -8164 734529404 -8165 660942498 -8166 91121467 -8167 560091400 -8168 564031395 -8169 1684965786 -8170 855676717 -8171 1230115041 -8172 746594185 -8173 551226839 -8174 367579921 -8175 1285343967 -8176 1812127724 -8177 507887501 -8178 795377214 -8179 1101922451 -8180 1128337869 -8181 1497109528 -8182 400657333 -8183 166543608 -8184 1549279783 -8185 604739871 -8186 955680498 -8187 786370277 -8188 1484267625 -8189 674696372 -8190 1692457001 -8191 95556024 -8192 1330108934 -8193 608888602 -8194 1367361889 -8195 2064638338 -8196 1269831100 -8197 1458483356 -8198 477246091 -8199 1833862495 -8200 995965494 -8201 1332922808 -8202 916493888 -8203 1742559679 -8204 1884149647 -8205 1284073809 -8206 880419999 -8207 1548793723 -8208 1791961311 -8209 1675797213 -8210 503232526 -8211 772815532 -8212 1025423093 -8213 903889860 -8214 939359140 -8215 427219229 -8216 1508629731 -8217 1895039639 -8218 1213589506 -8219 845413708 -8220 422252363 -8221 758562859 -8222 940969732 -8223 1752361298 -8224 1367451462 -8225 160847974 -8226 1669515988 -8227 489798914 -8228 1619331330 -8229 2146762079 -8230 176177762 -8231 467813177 -8232 1332201239 -8233 1092671650 -8234 62889208 -8235 1068867239 -8236 229261812 -8237 943309207 -8238 470177314 -8239 2021223123 -8240 471622773 -8241 973409841 -8242 646555007 -8243 1497045866 -8244 1877299701 -8245 1585914147 -8246 1924265095 -8247 1238445784 -8248 1333470138 -8249 990370953 -8250 2083859492 -8251 1755722502 -8252 1748933813 -8253 877345576 -8254 1360600152 -8255 968901627 -8256 1038193550 -8257 882632492 -8258 1458700541 -8259 510041233 -8260 881910924 -8261 1634878303 -8262 977854410 -8263 66628515 -8264 580066306 -8265 1040743618 -8266 1135495754 -8267 809328118 -8268 1984052826 -8269 1605673069 -8270 683067593 -8271 308191951 -8272 431599262 -8273 1329622600 -8274 1805237817 -8275 161415315 -8276 768053099 -8277 1582019265 -8278 1399861099 -8279 2101523238 -8280 424906570 -8281 1336236943 -8282 1709762092 -8283 26356735 -8284 66098871 -8285 922878596 -8286 995258362 -8287 1104292422 -8288 1805511088 -8289 306475256 -8290 1614333655 -8291 539938364 -8292 1941353559 -8293 444704417 -8294 606566880 -8295 373936217 -8296 1485448035 -8297 1742062634 -8298 1183264335 -8299 1322017213 -8300 1200252055 -8301 1866331928 -8302 1630209164 -8303 1631851317 -8304 1048470880 -8305 1287963334 -8306 1793266632 -8307 1816523980 -8308 722498951 -8309 1045644083 -8310 1770563570 -8311 1147405521 -8312 234397378 -8313 1332842014 -8314 1173762257 -8315 300496250 -8316 108236962 -8317 21536971 -8318 1404788672 -8319 1913748050 -8320 328012227 -8321 871638679 -8322 306202767 -8323 121882139 -8324 1316343096 -8325 912769647 -8326 495818356 -8327 654307483 -8328 507348633 -8329 1679082692 -8330 1976324697 -8331 1707600689 -8332 1397930972 -8333 1459050213 -8334 1191968358 -8335 298918205 -8336 599529899 -8337 837751343 -8338 2115442185 -8339 1322028850 -8340 1883395426 -8341 1738522107 -8342 321950724 -8343 2117792805 -8344 923880473 -8345 1495712981 -8346 270805407 -8347 1032117435 -8348 1517249952 -8349 1675594079 -8350 798381837 -8351 1845262180 -8352 399749110 -8353 1104584604 -8354 1967144319 -8355 1716092206 -8356 2017354251 -8357 315479027 -8358 222916041 -8359 377219237 -8360 1994561719 -8361 51757090 -8362 2084819926 -8363 1245009044 -8364 1510807304 -8365 1129304636 -8366 1543927249 -8367 2110337203 -8368 1967055979 -8369 1511885786 -8370 1284882406 -8371 1702967758 -8372 1102924245 -8373 1606833130 -8374 1673276915 -8375 2026804718 -8376 955062463 -8377 1944082322 -8378 911438505 -8379 324828767 -8380 1472192753 -8381 1709820342 -8382 22607299 -8383 1871941863 -8384 666921299 -8385 1989751618 -8386 1440550421 -8387 536791902 -8388 157746998 -8389 1663466462 -8390 914011139 -8391 4825069 -8392 1715223553 -8393 851347417 -8394 1249834113 -8395 1078547209 -8396 1980652054 -8397 646277714 -8398 1041400764 -8399 1800224385 -8400 10679852 -8401 178799522 -8402 1355708495 -8403 1113604097 -8404 1785632652 -8405 881501762 -8406 992925167 -8407 593211467 -8408 678100436 -8409 1904363672 -8410 918040235 -8411 2809541 -8412 1466700367 -8413 940647534 -8414 1874751404 -8415 2133621666 -8416 782915505 -8417 1167818177 -8418 522929920 -8419 940662503 -8420 683800992 -8421 1436941060 -8422 945487572 -8423 251540897 -8424 140804829 -8425 47838038 -8426 1330088106 -8427 2121456883 -8428 694115752 -8429 224005222 -8430 1774197621 -8431 704795605 -8432 402804745 -8433 982422468 -8434 1818399702 -8435 40953749 -8436 1863924231 -8437 663841222 -8438 634165217 -8439 394541019 -8440 420721246 -8441 1552205452 -8442 397350561 -8443 1887421613 -8444 345369338 -8445 124618317 -8446 1873559631 -8447 1128284843 -8448 1292436495 -8449 249005904 -8450 2068947346 -8451 1976237487 -8452 1685946964 -8453 866951271 -8454 80294736 -8455 1826751793 -8456 914789309 -8457 1410382842 -8458 1800725029 -8459 1608905061 -8460 1634388064 -8461 1427439002 -8462 166217018 -8463 2037192809 -8464 262377822 -8465 1984616721 -8466 2078146559 -8467 2126302053 -8468 500974295 -8469 564828128 -8470 373359425 -8471 921695541 -8472 2117033580 -8473 770709986 -8474 661633507 -8475 314919270 -8476 895328303 -8477 387709490 -8478 1443204114 -8479 40281150 -8480 636715394 -8481 1364667812 -8482 2016518637 -8483 175178710 -8484 84135435 -8485 2096813373 -8486 2001930504 -8487 998924744 -8488 1359712567 -8489 1655171885 -8490 460346158 -8491 846616984 -8492 935127239 -8493 626563176 -8494 736326145 -8495 1197505061 -8496 463696249 -8497 666989056 -8498 1176323467 -8499 964670544 -8500 1231817184 -8501 1549682892 -8502 1886366086 -8503 1201367116 -8504 172909230 -8505 400515945 -8506 1516286387 -8507 1068237533 -8508 788225435 -8509 812006853 -8510 1108518684 -8511 1424940830 -8512 29191017 -8513 977553673 -8514 1600119540 -8515 113326453 -8516 926883399 -8517 1454566396 -8518 1112251197 -8519 139112318 -8520 962254633 -8521 1572597355 -8522 985729302 -8523 1897381872 -8524 51676884 -8525 1722055448 -8526 947403286 -8527 515373133 -8528 241560856 -8529 2123726753 -8530 1480043678 -8531 1473378041 -8532 1525925997 -8533 1218926116 -8534 527261509 -8535 1698835227 -8536 1619442061 -8537 2043547896 -8538 619589112 -8539 260183848 -8540 708071101 -8541 1728107796 -8542 1685124678 -8543 737262119 -8544 558177822 -8545 1137760571 -8546 850588572 -8547 1485061221 -8548 444843319 -8549 1962839769 -8550 1624173539 -8551 1407097953 -8552 1387953477 -8553 462419194 -8554 1156996177 -8555 1439630361 -8556 36990994 -8557 2104399463 -8558 1955003494 -8559 278551850 -8560 2080642568 -8561 1287563524 -8562 1751929891 -8563 1459084917 -8564 359005992 -8565 131707753 -8566 1010436496 -8567 1978448053 -8568 27772001 -8569 1630025609 -8570 91148254 -8571 735843103 -8572 1210649757 -8573 1776272932 -8574 1473105222 -8575 1768827579 -8576 766549855 -8577 176210146 -8578 1106405152 -8579 1211393175 -8580 2139049915 -8581 583095044 -8582 471007480 -8583 1379519744 -8584 1045514238 -8585 1628003657 -8586 671666457 -8587 1082505232 -8588 1584919473 -8589 479186304 -8590 1361057082 -8591 1518078393 -8592 1766749828 -8593 965503326 -8594 829679663 -8595 2125755821 -8596 1097211079 -8597 1840116159 -8598 1956720226 -8599 1124983080 -8600 1322658120 -8601 2047868480 -8602 1860826183 -8603 385824230 -8604 1676657765 -8605 1186447757 -8606 7168161 -8607 295723972 -8608 1362657903 -8609 1113573314 -8610 1507117147 -8611 1354224171 -8612 1696668358 -8613 1978124627 -8614 586260267 -8615 594698948 -8616 1458644637 -8617 1257926725 -8618 1677204180 -8619 896080462 -8620 1737113029 -8621 890777614 -8622 266675207 -8623 1356379209 -8624 1856280940 -8625 1096354870 -8626 1334651382 -8627 806008371 -8628 788987382 -8629 1143887961 -8630 1930991452 -8631 2111645502 -8632 1044272793 -8633 1644333987 -8634 349986084 -8635 573446910 -8636 683298097 -8637 357154246 -8638 869170883 -8639 2045956000 -8640 1470727560 -8641 228804382 -8642 1252696523 -8643 1019912270 -8644 59445362 -8645 1838956791 -8646 1614611218 -8647 1518089999 -8648 949399868 -8649 1144331750 -8650 266686813 -8651 539029249 -8652 2035109364 -8653 533362020 -8654 1895408458 -8655 1743906657 -8656 1629716891 -8657 1082576193 -8658 402431380 -8659 271220625 -8660 78980506 -8661 185939184 -8662 235382479 -8663 1123253299 -8664 1830273172 -8665 585368564 -8666 1696700210 -8667 366087621 -8668 942522810 -8669 418387445 -8670 264559973 -8671 265766722 -8672 647191827 -8673 1517256497 -8674 1285678992 -8675 706637189 -8676 1208729640 -8677 752806562 -8678 77243540 -8679 10645860 -8680 1897138312 -8681 343930353 -8682 549675109 -8683 1784764028 -8684 877292374 -8685 297599919 -8686 1381187037 -8687 359525617 -8688 1380176112 -8689 1783618418 -8690 630746242 -8691 1459156618 -8692 1969557602 -8693 866128721 -8694 434926270 -8695 1652347126 -8696 1451497285 -8697 2131626480 -8698 2018434747 -8699 246536447 -8700 402530277 -8701 135511073 -8702 512303169 -8703 1049722104 -8704 1652767570 -8705 1797982161 -8706 1756359294 -8707 714013562 -8708 403305075 -8709 1833602834 -8710 724659422 -8711 152959739 -8712 30049540 -8713 1274334531 -8714 1937723768 -8715 907341914 -8716 1571934450 -8717 1171427157 -8718 1266867531 -8719 804626915 -8720 807561927 -8721 1897613773 -8722 116299885 -8723 629635882 -8724 616258846 -8725 551226155 -8726 134499360 -8727 2067756132 -8728 535368987 -8729 5450460 -8730 166808931 -8731 937899264 -8732 140961533 -8733 679112101 -8734 1987621369 -8735 1793729103 -8736 329610614 -8737 1596497015 -8738 360259017 -8739 732915690 -8740 1282616201 -8741 1084918439 -8742 885875429 -8743 1312665741 -8744 211769322 -8745 676115549 -8746 72524007 -8747 1783703772 -8748 1847542707 -8749 1339391538 -8750 440847039 -8751 507620986 -8752 1089521663 -8753 557146925 -8754 1137256868 -8755 1705780510 -8756 1108373080 -8757 1271756229 -8758 1626052994 -8759 1643742068 -8760 1277206689 -8761 1792861925 -8762 434157684 -8763 1418168222 -8764 324490378 -8765 274295405 -8766 1064413677 -8767 654100993 -8768 1870792420 -8769 1424672694 -8770 1387016683 -8771 1005924974 -8772 362107485 -8773 125408464 -8774 171107067 -8775 573876807 -8776 801524014 -8777 243631075 -8778 210096931 -8779 501583073 -8780 1583022613 -8781 650943971 -8782 1009204059 -8783 525060629 -8784 1208090896 -8785 2146460928 -8786 83357491 -8787 168980328 -8788 1270733509 -8789 1709410485 -8790 1812722396 -8791 400456550 -8792 1354788762 -8793 99396433 -8794 1818624772 -8795 1679279141 -8796 373691838 -8797 735554801 -8798 185896486 -8799 97000611 -8800 12743847 -8801 1572913169 -8802 1102925585 -8803 374851332 -8804 1698321633 -8805 1274032652 -8806 948728139 -8807 352361999 -8808 1517663727 -8809 1158825070 -8810 853945072 -8811 953202693 -8812 1809769041 -8813 1863149132 -8814 1478263322 -8815 870376289 -8816 1862126412 -8817 1561620813 -8818 1039356618 -8819 985376273 -8820 1123547650 -8821 704595366 -8822 1385832823 -8823 330852764 -8824 803991799 -8825 1056973947 -8826 2010131905 -8827 1177683638 -8828 1792528748 -8829 48544743 -8830 1274684249 -8831 1805272595 -8832 1621457912 -8833 230126186 -8834 32640279 -8835 1172295898 -8836 1504158838 -8837 981368418 -8838 1524657897 -8839 874338918 -8840 2140193488 -8841 231119322 -8842 1827541611 -8843 1802478882 -8844 2094268454 -8845 1158321285 -8846 525371523 -8847 1808911218 -8848 572458450 -8849 1564728141 -8850 646803843 -8851 1696006100 -8852 121839860 -8853 2032636666 -8854 2026858864 -8855 925831659 -8856 942126965 -8857 1889507122 -8858 2103515297 -8859 587172065 -8860 1938051865 -8861 1230715898 -8862 244961012 -8863 1412026130 -8864 1460842084 -8865 277601291 -8866 436838380 -8867 817517275 -8868 1258969709 -8869 1961496277 -8870 1691856193 -8871 1251679549 -8872 45131951 -8873 1371914156 -8874 906674783 -8875 2139400405 -8876 382751793 -8877 1432046307 -8878 1800827975 -8879 955210243 -8880 849290800 -8881 300148170 -8882 503732695 -8883 971130660 -8884 185301188 -8885 383107911 -8886 1896962320 -8887 1127428153 -8888 125131385 -8889 1852993969 -8890 1714600218 -8891 2063183251 -8892 936226220 -8893 1959561230 -8894 1327725733 -8895 249584656 -8896 89678873 -8897 1764564113 -8898 1067101931 -8899 1348648582 -8900 1578576742 -8901 611474476 -8902 452844484 -8903 1623708694 -8904 1983388632 -8905 1359519267 -8907 218656777 -8908 644081926 -8909 1268969779 -8910 1173867020 -8911 1493372727 -8912 1569117949 -8913 1677599715 -8914 317019739 -8915 1754419138 -8916 2060707627 -8917 66498411 -8918 734363643 -8919 38355364 -8920 1919492381 -8921 301480214 -8922 2101538615 -8923 708234953 -8924 113557796 -8925 1281780700 -8926 957819609 -8927 203236670 -8928 898861165 -8929 2024921541 -8930 1551885252 -8931 329954260 -8933 2004729736 -8934 1953662954 -8935 324817354 -8936 1216765356 -8937 1421804757 -8938 543474131 -8939 1860847282 -8940 543290888 -8941 1717341152 -8942 1206736361 -8943 2112408838 -8944 1247457219 -8945 1523756101 -8946 1719344328 -8947 1160681198 -8948 1590254512 -8949 306224323 -8950 1199036563 -8951 1362263245 -8952 607704537 -8953 1153091530 -8954 2070498198 -8955 721262334 -8956 287388583 -8957 880834160 -8958 924499004 -8959 1186249748 -8960 758272053 -8961 328900608 -8962 1516204008 -8963 1247184422 -8964 186146697 -8965 1322383314 -8966 1572001776 -8967 1402912053 -8968 596704424 -8969 2115475908 -8970 1116275687 -8971 1139995312 -8972 1685333412 -8973 175528401 -8974 1104920502 -8975 785306983 -8976 1699284502 -8977 676781182 -8978 1945988182 -8979 1142055366 -8980 983005506 -8981 997541097 -8982 356834964 -8983 1590710043 -8984 3148979 -8985 279849514 -8986 164488729 -8987 290537562 -8988 1160683674 -8989 1088987733 -8990 1476787311 -8991 1918955727 -8992 1417888342 -8993 845507671 -8994 1018656502 -8995 1604035039 -8996 20407338 -8997 443174630 -8998 859463444 -8999 617111762 -9000 411166890 -9001 1975739131 -9002 1757107074 -9003 2096500302 -9004 3783884 -9005 714543929 -9006 734323638 -9007 1703068386 -9008 1391325111 -9009 532828172 -9010 697640105 -9011 226846969 -9012 1530369269 -9013 1054475069 -9014 1817557013 -9015 1533518248 -9016 1334324583 -9017 1982045742 -9018 1824055811 -9019 347524610 -9020 923549828 -9021 1153359474 -9022 118996689 -9023 193954522 -9024 1998867145 -9025 1137653191 -9026 1797989561 -9027 2019274483 -9028 1580827822 -9029 509969357 -9030 488902597 -9031 1991994712 -9032 338224840 -9033 98526024 -9034 1941011367 -9035 342008725 -9036 813069953 -9037 527851357 -9038 2045077111 -9039 56911416 -9040 1060679529 -9041 595233568 -9042 283758386 -9043 443565150 -9044 1649708637 -9045 2101315399 -9046 1977083398 -9047 836549573 -9048 1935877493 -9049 1653655561 -9050 1184074183 -9051 711943673 -9052 659531387 -9053 1303070872 -9054 905898195 -9055 510914885 -9056 293240416 -9057 556404108 -9058 382705720 -9059 1874068238 -9060 1066373465 -9061 871608318 -9062 1718579302 -9063 1404598306 -9064 970134342 -9065 1512107021 -9066 1746607031 -9067 1783204295 -9068 2039958378 -9069 1644200494 -9070 1840115711 -9071 953154259 -9072 91950415 -9073 2123874097 -9074 1396719409 -9075 1741659052 -9076 2077705848 -9077 1226319160 -9078 430724977 -9079 1866099694 -9080 732491073 -9081 1614799160 -9082 430559719 -9083 1392022461 -9084 770386385 -9085 1336457915 -9086 1902937346 -9087 1063626801 -9088 1892862023 -9089 138159418 -9090 790211391 -9091 811751841 -9092 1009767736 -9093 361307045 -9094 68866499 -9095 1979902078 -9096 1873414067 -9097 1815473530 -9098 1615622725 -9099 1765888797 -9100 1312190376 -9101 1308254789 -9102 571559409 -9103 1404140791 -9104 1284645238 -9105 1968278818 -9106 998316196 -9107 1214867439 -9108 1047114330 -9109 1429041173 -9110 933483485 -9111 1779605404 -9112 896356686 -9113 1364043204 -9114 1024144217 -9115 1666743071 -9116 553017471 -9117 779597915 -9118 582886224 -9119 298395847 -9120 917757333 -9121 1373097615 -9122 1110147688 -9123 1927525070 -9124 1734404660 -9125 1179014187 -9126 1759943500 -9127 1460335079 -9128 847004069 -9129 1228082578 -9130 1078740229 -9131 11710797 -9132 388853719 -9133 1650299638 -9134 1415851589 -9135 1673498957 -9136 1471094808 -9137 266684137 -9138 740882748 -9139 370725491 -9140 1695725310 -9141 1674366233 -9142 2847247 -9143 444598348 -9144 890925790 -9145 1026991464 -9146 2111341419 -9147 1443943261 -9148 1806589379 -9149 546743995 -9150 1742339108 -9151 576863064 -9152 1919841610 -9153 705003148 -9154 356904486 -9155 1506762623 -9156 1884017335 -9157 2116847987 -9158 819614054 -9159 583537756 -9160 1197446917 -9161 1898354283 -9162 595248554 -9163 1586300636 -9164 1401170273 -9165 2011100143 -9166 1112315945 -9167 724781434 -9168 130300632 -9169 1853198694 -9170 1095506925 -9171 1826025942 -9172 1380081279 -9173 1098354172 -9174 123140643 -9175 123523421 -9176 2125345636 -9177 86998414 -9178 1567466683 -9179 1784451367 -9180 633742410 -9181 1162322143 -9182 213830783 -9183 406100372 -9184 1867325292 -9185 570735270 -9186 1912862995 -9187 1603858979 -9188 540099609 -9189 584993402 -9190 39913088 -9191 1737546526 -9192 335864037 -9193 635161642 -9194 1176363514 -9195 1737034311 -9196 498778137 -9197 141195811 -9198 314332097 -9199 629078769 -9200 1994394505 -9201 1409839022 -9202 307621063 -9203 1226992137 -9204 360709546 -9205 430761706 -9206 1350515558 -9207 338571534 -9208 517760121 -9209 770498593 -9210 2123022901 -9211 1151502531 -9212 1932820737 -9213 189370036 -9214 1557602903 -9215 1652662381 -9216 760105306 -9217 1322982251 -9218 1109037712 -9219 1300204915 -9220 1907975653 -9221 1148950800 -9222 890267793 -9223 96356042 -9224 1784112442 -9225 2066631307 -9226 1833390353 -9227 135406931 -9228 60343471 -9229 238802 -9230 764485700 -9231 2054737976 -9232 1410077824 -9233 1072106764 -9234 1134246465 -9235 1770787370 -9236 1502868470 -9237 337278376 -9238 2109358904 -9239 2020628591 -9240 1107776969 -9241 2084898157 -9242 1024647474 -9243 893114058 -9244 126784546 -9245 434766730 -9246 398292791 -9247 886889852 -9248 1757748981 -9249 1507330504 -9250 39611120 -9251 1518240986 -9252 508797656 -9253 929878913 -9254 1614597028 -9255 145426451 -9256 849026573 -9257 1300503734 -9258 280833382 -9259 909370044 -9260 1300742536 -9261 1045319083 -9262 816624372 -9263 563336713 -9264 2117425847 -9265 1950870838 -9266 186640435 -9267 1472810669 -9268 140665566 -9269 148515692 -9270 1345955613 -9271 1248442535 -9272 85930201 -9273 223119439 -9274 2141556594 -9275 212714747 -9276 657886169 -9277 392365737 -9278 1099604600 -9279 268151502 -9280 1899696241 -9281 1139215720 -9282 1786392488 -9283 261010250 -9284 2069094633 -9285 1253505869 -9286 406436701 -9287 770637558 -9288 406525955 -9289 687270083 -9290 1680007602 -9291 1707268491 -9292 1732589166 -9293 349148327 -9294 123121556 -9295 1702531365 -9296 152535517 -9297 309761992 -9298 1027858387 -9299 293201083 -9300 458277684 -9301 226330352 -9302 1541643618 -9303 544207885 -9304 449449791 -9305 1535716564 -9306 756922633 -9307 1107335961 -9308 1928082302 -9309 1856527233 -9310 1375487463 -9311 1680294895 -9312 848259305 -9313 1014396304 -9314 1941305145 -9315 769870290 -9316 120418525 -9317 200258198 -9318 1540507849 -9319 526944480 -9320 887528282 -9321 1073031803 -9322 86729323 -9323 472633800 -9324 1422180130 -9325 209850880 -9326 27681518 -9327 1574715647 -9328 519612872 -9329 1055539905 -9330 1867916730 -9331 977890556 -9332 1281870257 -9333 1262076701 -9334 1522098441 -9335 1731320048 -9336 650309617 -9337 131537426 -9338 691172361 -9339 430908271 -9340 1988064659 -9341 2066659825 -9342 2111203167 -9343 688840316 -9344 933572481 -9345 1905024664 -9346 1458710607 -9347 1053991006 -9348 2105282863 -9349 851734808 -9350 1580935486 -9351 845327497 -9352 1924766611 -9353 1667664809 -9354 1317961297 -9355 1199463094 -9356 1877515689 -9357 1345642815 -9358 626695093 -9359 249644913 -9360 253699072 -9361 347128176 -9362 1227535469 -9363 1535569329 -9364 1609204877 -9365 602150263 -9366 1119405730 -9367 112030846 -9368 733687689 -9369 1810578091 -9370 542939118 -9371 574268701 -9372 1729754268 -9373 506658637 -9374 1263109017 -9375 515843101 -9376 264199653 -9377 574335976 -9378 1569834107 -9379 221998868 -9380 1426070784 -9381 1003285945 -9382 1067326365 -9383 1203353748 -9384 523467107 -9385 237804015 -9386 255333194 -9387 253499148 -9388 1583446830 -9389 882028287 -9390 503144062 -9391 1837145903 -9392 1229156463 -9393 1730679531 -9394 1225231584 -9395 690877692 -9396 185346146 -9397 197153666 -9398 802908539 -9399 919033836 -9400 2007731758 -9401 1345847657 -9402 1493302537 -9403 1590002378 -9404 1852506294 -9405 608927906 -9406 2105845480 -9407 2116705947 -9408 1183263883 -9409 1528195939 -9410 191221168 -9411 461851019 -9412 383998237 -9413 1258547533 -9414 1665204767 -9415 907465344 -9416 1496351548 -9417 1920537961 -9418 1160964492 -9419 932314731 -9420 655082601 -9421 1664108554 -9422 621976986 -9423 1884239064 -9424 1247304438 -9425 1847208570 -9426 427633109 -9427 1432650584 -9428 2044362237 -9429 1230541648 -9430 204200772 -9431 1904610347 -9432 428905657 -9433 1697503309 -9434 1347129077 -9435 133928303 -9436 158947568 -9437 1305490909 -9438 103150602 -9439 1342211451 -9440 686203201 -9441 294371770 -9442 1804062470 -9443 1070201438 -9444 1552919304 -9445 1321783590 -9446 1977666782 -9447 901787204 -9448 1094837903 -9449 991147626 -9450 1834101935 -9451 1749920504 -9452 507772533 -9453 308595273 -9454 1486675921 -9455 1755076971 -9456 8320196 -9457 1914309030 -9458 1040243907 -9459 2052682433 -9460 997367030 -9461 1244444680 -9462 1809809132 -9463 1426272687 -9464 794464341 -9465 1009454561 -9466 1560200990 -9467 953411909 -9468 167461823 -9469 1663351592 -9470 148139712 -9471 853665024 -9472 1957723363 -9473 1952202183 -9474 1923866462 -9475 1363159019 -9476 1126502125 -9477 1754049596 -9478 117462575 -9479 73856380 -9480 597713574 -9481 1951564511 -9482 1823776885 -9483 1105486107 -9484 112676136 -9485 1162969158 -9486 713079430 -9487 120996332 -9488 929794540 -9489 1753323338 -9490 26195117 -9491 1927161570 -9492 850284370 -9493 1836004249 -9494 1205950609 -9495 1644748711 -9496 697975163 -9497 618667951 -9498 450676973 -9499 865436986 -9500 134535895 -9501 598816685 -9502 1719102010 -9503 2092259258 -9504 403535220 -9505 1495484824 -9506 1307934629 -9507 1530037345 -9508 1102050772 -9509 1425397205 -9510 1603893726 -9511 1699764346 -9512 1229478068 -9513 1280186963 -9514 657766806 -9515 1342154204 -9516 295672473 -9517 1370846236 -9518 1463150537 -9519 1225467013 -9520 976685926 -9521 1489345654 -9522 1005144935 -9523 1826970296 -9524 1177866256 -9525 63611896 -9526 1324235360 -9527 1875841419 -9528 682279847 -9529 1774912333 -9530 593794757 -9531 816815742 -9532 226245370 -9533 165413119 -9534 761591353 -9535 629780591 -9536 1660897943 -9537 2069525982 -9538 12334288 -9539 615465067 -9540 1347439539 -9541 1616228014 -9542 167745765 -9543 429433959 -9544 748931329 -9545 825512571 -9546 1771588164 -9547 1044603802 -9548 48875160 -9549 1087255053 -9550 122587167 -9551 1025561086 -9552 429117059 -9553 1127732102 -9554 705047735 -9555 1606983315 -9556 1191343998 -9557 2029283095 -9558 1335341086 -9559 1873623845 -9560 1656711780 -9561 1929135843 -9562 542955940 -9563 1882957150 -9564 2094548962 -9565 1304547293 -9566 365254093 -9567 1607963257 -9568 1226589627 -9569 377588382 -9570 75944676 -9571 426545519 -9572 1993816396 -9573 243690442 -9574 855979478 -9575 595264078 -9576 1069203013 -9577 480083994 -9578 1639867880 -9579 1118078173 -9580 1567339047 -9581 1762455048 -9582 2143639260 -9583 1996456107 -9584 742703502 -9585 701203347 -9586 1455955774 -9587 1934047501 -9588 583002794 -9589 643813213 -9590 1660187698 -9591 92230926 -9592 425465408 -9593 55659990 -9594 1975188076 -9595 372530723 -9596 1360207283 -9597 192958522 -9598 1980493980 -9599 439313263 -9600 570546904 -9601 2056438657 -9602 865858782 -9603 416879652 -9604 152645451 -9605 1721838260 -9606 1012143730 -9607 1221848464 -9608 54438607 -9609 504527963 -9610 192442990 -9611 1621777654 -9612 119499363 -9613 188598602 -9614 1470750113 -9615 862202865 -9616 889801949 -9617 779222240 -9618 648766718 -9619 1472804743 -9620 1423035453 -9621 161470769 -9622 1565035669 -9623 1848500861 -9624 217130759 -9625 1392740097 -9626 73547936 -9627 1577338043 -9628 1585698619 -9629 2054041917 -9630 2016651306 -9631 8761875 -9632 1962996926 -9633 735026440 -9634 425641528 -9635 2115642377 -9636 309381052 -9637 1437785258 -9638 1190007193 -9639 363819659 -9640 1942313221 -9641 1382450183 -9642 1985597314 -9643 2061812584 -9644 1571048785 -9645 1308863779 -9646 776531802 -9647 313367086 -9648 2088086019 -9649 1425298520 -9650 1786171829 -9651 1363637824 -9652 1586769289 -9653 1203723850 -9654 1064655038 -9655 1803900049 -9656 448980300 -9657 1138202974 -9658 1233754444 -9659 2034678919 -9660 1044761243 -9661 1102922102 -9662 2043440795 -9663 860274521 -9664 1837948542 -9665 321598675 -9666 828433250 -9667 2147329594 -9668 1759383933 -9669 2018440444 -9670 363665606 -9671 1554213507 -9672 1253406979 -9673 201779272 -9674 1468542443 -9675 676972117 -9676 1510643051 -9677 97590597 -9678 990339203 -9679 1451245423 -9680 1522889118 -9681 629027385 -9682 667399599 -9683 962174759 -9684 1832751235 -9685 1732054637 -9686 618591160 -9687 134247887 -9688 722773964 -9689 1852345604 -9690 21443159 -9691 1767535207 -9692 807784058 -9693 2064883954 -9694 480326081 -9695 498248952 -9696 238998981 -9697 1308759331 -9698 498094899 -9699 1998382914 -9700 1179716127 -9701 861760505 -9702 1405112773 -9703 285639459 -9704 1063539777 -9705 726171569 -9706 962611576 -9707 426699180 -9708 823762166 -9709 1952950779 -9710 1877944603 -9711 199167636 -9712 434494516 -9713 397860555 -9714 1161342396 -9715 119762104 -9716 2129915192 -9717 1779933556 -9718 254009991 -9719 705205508 -9720 1484795513 -9721 275453150 -9722 325257068 -9723 145095923 -9724 192853456 -9725 805583149 -9726 643344876 -9727 431852437 -9728 2114342480 -9729 1141439775 -9730 282751704 -9731 1146574960 -9732 2003200280 -9733 1687864477 -9734 1432214419 -9735 919256409 -9736 266552398 -9737 247342347 -9738 1345955589 -9739 1090314565 -9740 52809478 -9741 1076416545 -9742 1289482201 -9743 487303995 -9744 1474277100 -9745 303340949 -9746 607066099 -9747 1456708644 -9748 2083274506 -9749 861076090 -9750 14430505 -9751 1420586371 -9752 1136529241 -9753 339687573 -9754 1565682294 -9755 1329382697 -9756 1145270722 -9757 61543522 -9758 1761235135 -9759 1112129554 -9760 1202983297 -9761 2043986839 -9762 111220866 -9763 1058699929 -9764 1584367668 -9765 1543435285 -9766 1977956338 -9767 1850920067 -9768 1790777632 -9769 1176428280 -9770 793750984 -9771 1843587111 -9772 105361177 -9773 2083233185 -9774 183407458 -9775 1579638277 -9776 239090487 -9777 790473557 -9778 888863273 -9779 174881345 -9780 1651549647 -9781 903293778 -9782 1595467716 -9783 640595240 -9784 1242981351 -9785 1013666362 -9786 1969977938 -9787 240768425 -9788 1075209885 -9789 1583729425 -9790 1352897980 -9791 130709534 -9792 1480232616 -9793 1464118846 -9794 1189409464 -9795 917116636 -9796 860070484 -9797 1019882154 -9798 620553055 -9799 503364468 -9800 48826786 -9801 1414304039 -9802 199467931 -9803 154187963 -9804 1350053577 -9805 382875389 -9806 1733826240 -9807 1589144064 -9808 1173348946 -9809 475205866 -9810 1764025409 -9811 677414946 -9812 1378499644 -9813 1212009477 -9814 1318010186 -9815 473997348 -9816 78192191 -9817 1140504476 -9818 714765773 -9819 1153402076 -9820 576750253 -9821 2067663753 -9822 1284111611 -9823 2056982869 -9824 1384298952 -9825 326037427 -9826 826615858 -9827 96885788 -9828 1345919581 -9829 1447168913 -9830 600250256 -9831 1394746368 -9832 713989305 -9833 799718188 -9834 1548934331 -9835 2064042882 -9836 1182593577 -9837 1135276924 -9838 1505703298 -9839 208458876 -9840 1610482790 -9841 1122245059 -9842 885873822 -9843 841498786 -9844 186770888 -9845 56400360 -9846 1315496134 -9847 264963079 -9848 1196904837 -9849 2030261908 -9850 1418365156 -9851 1773655090 -9852 1950442013 -9853 554993119 -9854 1683154312 -9855 1187257317 -9856 881030546 -9857 362286522 -9858 1284143105 -9859 79466479 -9860 1809455435 -9861 1884393362 -9862 1474212847 -9863 375961092 -9864 536627902 -9865 875663531 -9866 292520326 -9867 1719221479 -9868 2010940455 -9869 1798223624 -9870 1927680355 -9871 1473939597 -9872 772985035 -9873 666070529 -9874 167954735 -9875 959755923 -9876 722470890 -9877 1483450870 -9878 1224719003 -9879 1919375727 -9880 1366229130 -9881 495600511 -9882 1545547169 -9883 1169187495 -9884 1050593630 -9885 1081217833 -9886 208961165 -9887 1931624176 -9888 1443504355 -9889 1493104270 -9890 2011090655 -9891 1105476143 -9892 1230013984 -9893 1337819855 -9894 1481437235 -9895 1766641886 -9896 65999738 -9897 1773957562 -9898 1338379718 -9899 2076940193 -9900 1424697538 -9901 1118576425 -9902 1403396142 -9903 50198926 -9904 1784646955 -9905 1571350877 -9906 1009954849 -9907 359634197 -9908 907318099 -9909 87190204 -9910 131526276 -9911 126063581 -9912 582790715 -9913 1677073445 -9914 1295251077 -9915 1633384345 -9916 610807631 -9917 1504212242 -9918 1417524873 -9919 2054311986 -9920 849832864 -9921 1281131881 -9922 1012304481 -9923 2079846849 -9924 471468088 -9925 346258069 -9926 1699005087 -9927 537467826 -9928 2120215631 -9929 889901157 -9930 466924371 -9931 1397429521 -9932 2008477583 -9933 1870320513 -9934 1447628447 -9935 1645640890 -9936 1294187742 -9937 310099649 -9938 2005275087 -9939 54022194 -9940 397289853 -9941 2136801363 -9942 180085775 -9943 980080569 -9944 1666391160 -9945 1475336852 -9946 465981266 -9947 129715143 -9948 832065446 -9949 1883506140 -9950 36543482 -9951 1681898311 -9952 1017154373 -9953 1048847963 -9954 1614261512 -9955 1488622461 -9956 1395106032 -9957 1165782951 -9958 2026090287 -9959 1367838015 -9960 2055684109 -9961 345531010 -9962 617783889 -9963 1916678044 -9964 68367875 -9965 2065412336 -9966 1414835286 -9967 1362555617 -9968 228028337 -9969 1272626725 -9970 1416577811 -9971 625318191 -9972 1261944440 -9973 1596663587 -9974 1605398760 -9975 780851952 -9976 924516791 -9977 2071380026 -9978 910567096 -9979 1756582238 -9980 1807402518 -9981 947110578 -9982 1290996901 -9983 677073243 -9984 1995958541 -9985 757774765 -9986 18212056 -9987 1243580926 -9988 1923557716 -9989 2044302343 -9990 463935293 -9991 1831758177 -9992 242349705 -9993 1081719182 -9994 1600952573 -9995 310717580 -9996 999647871 -9997 868304211 -9998 1673273198 -9999 1227676208 -8906 -1234.1234 -20000 488912369 -\. --- --- Data for Name: hash_i4_heap; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.hash_i4_heap (seqno, random) FROM stdin; -0 1935401906 -1 1345971420 -2 656473370 -3 1269710788 -4 1156776517 -5 1289013296 -6 1415564928 -7 1937919553 -8 435456494 -9 66302641 -10 915852158 -11 1661301944 -12 961711400 -13 74070078 -14 2036973298 -15 843938989 -16 189351248 -17 1388679963 -18 556726251 -19 634715959 -20 1489080225 -21 649132105 -22 886008616 -23 1280154196 -24 2036166893 -25 846480997 -26 1102020422 -27 1533442662 -28 2060089600 -29 1212135685 -30 539384293 -31 1848007858 -32 410623457 -33 1195857664 -34 970234999 -35 1567399975 -36 337387312 -37 238316279 -38 1357835880 -39 772843806 -40 304618920 -41 126204390 -42 286662102 -43 1266330320 -44 200274468 -45 176151752 -46 2110269310 -47 389625717 -48 1564831715 -49 519511913 -50 1024341676 -51 906428292 -52 1168644018 -53 1910350293 -54 39098840 -55 1057327263 -56 609347642 -57 1141119263 -58 443286278 -59 521953594 -60 205771300 -61 982670571 -62 222477805 -63 616394758 -64 31044587 -65 1192712804 -66 36311085 -67 368431899 -68 1431029083 -69 1394146965 -70 1141275706 -71 1735648004 -72 1520351356 -73 1427937808 -74 854494676 -75 1720625824 -76 1604089561 -77 817280338 -78 2110251541 -79 1021437628 -80 1336792251 -81 987109570 -82 1927865921 -83 357952622 -84 749976215 -85 1966964761 -86 1415279885 -87 1359323857 -88 960600376 -89 1858566163 -90 1881277452 -91 1166371677 -92 693753087 -93 2103755257 -94 1782766435 -95 724797674 -96 1148984413 -97 1819077520 -98 1093229574 -99 432529848 -100 1065740837 -101 87021632 -102 20694204 -103 438608545 -104 1514959440 -105 875188881 -106 11750722 -107 971565353 -108 1692469219 -109 2122002263 -110 1993002982 -111 881777823 -112 961628185 -113 1773385255 -114 1239730445 -115 1711604400 -116 1592866368 -117 507526682 -118 923444610 -119 405983097 -120 218609198 -121 657238414 -122 1572354774 -123 912362285 -124 613510023 -125 1207637561 -126 1637159959 -127 1762494436 -128 879231433 -129 582905885 -130 47540636 -131 1944972270 -132 669927517 -133 68234841 -134 236097168 -135 37403310 -136 943423722 -137 247847890 -138 1008968663 -139 488409293 -140 222366505 -141 854487997 -142 1370187116 -143 1183994691 -144 480389604 -145 462433913 -146 748115443 -147 2073255973 -148 969960596 -149 1671560053 -150 331755422 -151 1188569794 -152 181314819 -153 1904110196 -154 2100932079 -155 794824842 -156 964264109 -157 1590608390 -158 409835630 -159 1843495542 -160 26030628 -161 457376267 -162 1640984164 -163 695958145 -164 525611108 -165 1877081332 -166 733361455 -167 1469034830 -168 2124929222 -169 1742330119 -170 1957444123 -171 199812080 -172 449334468 -173 1180147592 -174 1383806771 -175 929724073 -176 1642581505 -177 2131922214 -178 855496398 -179 465058453 -180 1655998620 -181 1187251820 -182 1653628247 -183 1837313439 -184 943878368 -185 1607076678 -186 484654634 -187 1908142477 -188 1050201421 -189 894490264 -190 1604154371 -191 1076232049 -192 1351866531 -193 1097654887 -194 1772190194 -195 1877477639 -196 827252572 -197 358068002 -198 1199028821 -199 804698146 -200 2100398121 -201 1008989297 -202 1004510226 -203 402248941 -204 41653241 -205 240833349 -206 1331973014 -207 1684234746 -208 225271916 -209 39985764 -210 1809552 -211 1881270536 -212 1227237584 -213 1655437799 -214 1571100327 -215 23632304 -216 1115030830 -217 2055754961 -218 1931774781 -219 17748603 -220 802761578 -221 1388445504 -222 1093980652 -223 7144461 -224 338616744 -225 718687198 -226 1884622101 -227 1165869316 -228 1076755200 -229 936167274 -230 1970567462 -231 1029669673 -232 1945156571 -233 827594041 -234 1431918615 -235 1986809812 -236 1068427390 -237 616407981 -238 1523560911 -239 1293699306 -240 656393746 -241 1525370463 -242 1027486194 -243 1883631330 -244 1033324614 -245 451102874 -246 1907263635 -247 871796 -248 359374187 -249 1691554768 -250 18620399 -251 1162135765 -252 932516625 -253 1112601051 -254 1169280227 -255 1271133369 -256 1831288250 -257 906418680 -258 289519037 -259 760559802 -260 1842585954 -261 112602851 -262 1790229476 -263 1640258878 -264 940196892 -265 1074664443 -266 1479585042 -267 2008624283 -268 1691072424 -269 855662305 -270 1154839941 -271 199982522 -272 233549120 -273 34842488 -274 2083613853 -275 1266873735 -276 485945362 -277 1843393840 -278 1267745531 -279 845319549 -280 1387464960 -281 1286365931 -282 2007455315 -283 172497937 -284 251483334 -285 1029251894 -286 1443631306 -287 2082771584 -288 1935670574 -289 1733150343 -290 695847739 -291 1630772880 -292 1845753195 -293 338593567 -294 1123548110 -295 638466439 -296 1413258010 -297 455649505 -298 499607074 -299 956846786 -300 1311311810 -301 1654447016 -302 1156829309 -303 1544860931 -304 1689289504 -305 1092959514 -306 664251018 -307 27751218 -308 788869706 -309 1931996549 -310 873070767 -311 28851018 -312 1070878832 -313 733042434 -314 201348956 -315 1322362167 -316 1762294328 -317 1644980262 -318 1257650103 -319 1550481254 -320 1230646958 -321 1953497842 -322 1033770487 -323 928916505 -324 144607761 -325 9834949 -326 1567382944 -327 1557865771 -328 465484454 -329 2066990019 -330 367228910 -331 1776796265 -332 1573953387 -333 1524058219 -334 1174173548 -335 1115759243 -336 469534085 -337 1838424566 -338 1143510461 -339 1258403791 -340 1622937467 -341 2016581228 -342 1287254809 -343 546332652 -344 602140015 -345 1488603765 -346 1868694819 -347 216950695 -348 986100380 -349 978861274 -350 1767431950 -351 69263690 -352 784875469 -353 653718789 -354 998180195 -355 929483230 -356 663553738 -357 418079491 -358 339865354 -359 1129038193 -360 337585862 -361 707094264 -362 758350810 -363 1911539249 -364 83668835 -365 1932524358 -366 879814844 -367 553202920 -368 1623465276 -369 2023325305 -370 1811606711 -371 1098919095 -372 1892422886 -373 951377872 -374 1645251747 -375 347079253 -376 292497990 -377 1366462918 -378 564029948 -379 1278598370 -380 197840545 -381 183978250 -382 1347862060 -383 982716014 -384 837697039 -385 198558607 -386 1912199244 -387 1501250778 -388 616638098 -389 104580950 -390 482805323 -391 954223961 -392 811675214 -393 1241156133 -394 718279562 -395 895344049 -396 1026196843 -397 1598094407 -398 1448546969 -399 502178471 -400 1473936064 -401 1112670032 -402 1601097566 -403 1218875302 -404 2064047905 -405 1098865666 -406 1565954555 -407 209062247 -408 317844936 -409 2129984504 -410 1487660617 -411 515685481 -412 166479106 -413 688039029 -414 1498401495 -415 1004176146 -416 886597636 -417 1263117092 -418 357943276 -419 1503235734 -420 1367698042 -421 840748599 -422 309976047 -423 31889609 -424 2081904732 -425 1028255610 -426 927233658 -427 960617927 -428 478866369 -429 228296980 -430 1462796398 -431 1952802433 -432 1340967012 -433 916410316 -434 1024194088 -435 1257531269 -436 2015275982 -437 442664995 -438 1466593516 -439 185637271 -440 425165851 -441 806770485 -442 701322752 -443 591644958 -444 1494809514 -445 52240600 -446 1595821104 -447 233923502 -448 1315357692 -449 1953764380 -450 1737159237 -451 535572086 -452 647029331 -453 2047135284 -454 567461695 -455 581450415 -456 927907246 -457 1494695354 -458 1542068342 -459 1406773615 -460 1722992334 -461 857381092 -462 1212092401 -463 916475698 -464 1773791408 -465 88802841 -466 26523320 -467 1641583743 -468 531467836 -469 1493116836 -470 1827221014 -471 956633688 -472 152403674 -473 381060118 -474 1548278646 -475 1647213188 -476 433300718 -477 996616102 -478 1881136691 -479 1748658410 -480 802896834 -481 1470812280 -482 136746849 -483 1449926165 -484 1370463916 -485 704208544 -486 2031376580 -487 150887515 -488 51420250 -489 1425961274 -490 1557661130 -491 1774412584 -492 135858718 -493 622269883 -494 543404635 -495 1909650126 -496 711072724 -497 569927955 -498 1403750221 -499 1242540561 -500 2063044791 -501 1083487587 -502 51690601 -503 67964817 -504 1464547706 -505 1599969247 -506 1715178006 -507 1897848424 -508 449101701 -509 1448831049 -510 1499023187 -511 1251998535 -512 772159681 -513 1635770036 -514 554441052 -515 2142623597 -516 192494932 -517 438333984 -518 146027464 -519 243915183 -520 1864295258 -521 1703688595 -522 2018327767 -523 2000153976 -524 178474830 -525 414248754 -526 1762320454 -527 889547555 -528 984176709 -529 1018587028 -530 2132088116 -531 899737853 -532 2102074615 -533 36295069 -534 967702670 -535 1419138673 -536 1636264316 -537 535397028 -538 1169503450 -539 2085366017 -540 1984228077 -541 521042989 -542 1189880904 -543 608904110 -544 9329377 -545 1744321956 -546 604044060 -547 201824309 -548 35172292 -549 750071524 -550 445739492 -551 1899467550 -552 306276471 -553 316583612 -554 1752137878 -555 484751302 -556 730832366 -557 1366974684 -558 1374298857 -559 1715009076 -560 238078064 -561 1358903325 -562 467263281 -563 192669032 -564 1395198394 -565 1434965951 -566 1611807705 -567 883979062 -568 1970362980 -569 633827507 -570 821861431 -571 1807107409 -572 1154870496 -573 2011742335 -574 268527872 -575 1164199873 -576 1608580643 -577 872571932 -578 1366024183 -579 1643752935 -580 1622643456 -581 1811763675 -582 1395736837 -583 1928919928 -584 2128347287 -585 1000391067 -586 266187582 -587 711696006 -588 219882103 -589 1640486439 -590 279221434 -591 457960168 -592 851906116 -593 746484715 -594 650629200 -595 99620862 -596 33967018 -597 114953257 -598 983599924 -599 2004329998 -600 748780765 -601 1805461355 -602 1663953760 -603 1903651261 -604 1669720042 -605 1932481632 -606 920367487 -607 1130817037 -608 657569916 -609 138908022 -610 627086324 -611 132729724 -612 1950671697 -613 2022823161 -614 2061649652 -615 1931535337 -616 875730580 -617 180353586 -618 495747695 -619 1095612683 -620 1820840025 -621 774969129 -622 1553572851 -623 525262493 -624 1521453844 -625 56718403 -626 624883355 -627 1555420862 -628 171671661 -629 1608483279 -630 1412267213 -631 920452426 -632 1266460986 -633 928737325 -634 676620039 -635 788697380 -636 713735309 -637 1596987526 -638 1919514417 -639 1371305225 -640 1735895548 -641 399117093 -642 1504034949 -643 1539083598 -644 274456606 -645 1418200954 -646 1323135287 -647 1150187186 -648 1598554540 -649 1818882982 -650 98316222 -651 1271910918 -652 446368463 -653 1651889073 -654 1797173411 -655 1967822307 -656 1708607477 -657 274573119 -658 1375759521 -659 1880279138 -660 1883056398 -661 640543086 -662 653247916 -663 1002033737 -664 1569280411 -665 1329867955 -666 1790731117 -667 135532072 -668 779371834 -669 1562761887 -670 1506837297 -671 367783734 -672 1961878980 -673 863388599 -674 1906867332 -675 88851939 -676 134105905 -677 1082518971 -678 1239039125 -679 1732660445 -680 753918305 -681 1337355347 -682 857087715 -683 1200286768 -684 841760773 -685 506777479 -686 1020625427 -687 402884602 -688 781350598 -689 248901301 -690 135680092 -691 516923348 -692 889444387 -693 788928008 -694 1518957085 -695 311241151 -696 2118795963 -697 1162204555 -698 446773223 -699 750684149 -700 577482794 -701 1953610521 -702 1118467884 -703 391878126 -704 669515472 -705 877851568 -706 480730065 -707 803621377 -708 1960370540 -709 1719769191 -710 388798174 -711 566805197 -712 909640890 -713 1245885890 -714 1767091966 -715 1751401663 -716 1752663369 -717 640233745 -718 6802617 -719 386530319 -720 889135046 -721 142482709 -722 903453667 -723 1778579434 -724 931410717 -725 274927105 -726 2089820585 -727 902723033 -728 1437131660 -729 389110160 -730 1653407182 -731 2014614454 -732 195237033 -733 624391418 -734 259008932 -735 864752505 -736 1502242987 -737 739738998 -738 1668373882 -739 1315129879 -740 312024541 -741 2057172057 -742 1881935076 -743 1221665431 -744 1155574299 -745 1501543394 -746 825583447 -747 760754020 -748 2141777140 -749 832386064 -750 1147284339 -751 883428538 -752 974868774 -753 2050738006 -754 514524324 -755 1906279491 -756 178181463 -757 456861261 -758 661518876 -759 1615313123 -760 845971422 -761 167442411 -762 1482443929 -763 1041208455 -764 791833829 -765 1741452862 -766 1905960961 -767 146593168 -768 333708212 -769 1426851195 -770 1461723047 -771 645732753 -772 1336539604 -773 1196174476 -774 1867398184 -775 344630255 -776 550234222 -777 545497983 -778 1105384275 -779 544527714 -780 1377884048 -781 105184966 -782 1427956253 -783 205269174 -784 8439325 -785 1942480577 -786 2111548665 -787 186620788 -788 251858191 -789 625583894 -790 1801933912 -791 1097829613 -792 793026305 -793 1136894193 -794 2139038068 -795 1584860134 -796 730863407 -797 1897515381 -798 1731453303 -799 1064571619 -800 1176882929 -801 1045692702 -802 1710304372 -803 365938885 -804 94383530 -805 1430218909 -806 710569141 -807 644617753 -808 1975716892 -809 1815953416 -810 1189145467 -811 1206117292 -812 1921138383 -813 469618072 -814 1411386466 -815 1929577708 -816 264615002 -817 1375451484 -818 2116198496 -819 516473193 -820 2001035378 -821 1770648760 -822 1614302806 -823 646578035 -824 760059306 -825 1605857226 -826 83954521 -827 1490922713 -828 1355888960 -829 1815407824 -830 408010685 -831 385288241 -832 713616879 -833 2118315057 -834 751227126 -835 808000409 -836 1401050318 -837 1461796267 -838 1452618162 -839 1229283563 -840 1130266036 -841 494279982 -842 287917207 -843 903920771 -844 963898054 -845 1699303674 -846 686014831 -847 1228513056 -848 927271510 -849 654729679 -850 1744986249 -851 780823240 -852 277894792 -853 1211805407 -854 1427401275 -855 1037954098 -856 670178986 -857 1511355796 -858 381393163 -859 2026067946 -860 1179279973 -861 789403848 -862 263872539 -863 1892896852 -864 760235258 -865 1015099665 -866 553413613 -867 13801928 -868 329412285 -869 2006031776 -870 1243085491 -871 1459678321 -872 352828110 -873 1531002699 -874 216115444 -875 1316726164 -876 1082822725 -877 902130275 -878 397755573 -879 2010094235 -880 1556859954 -881 2142741822 -882 643433827 -883 1834754746 -884 1207063582 -885 2070835102 -886 725225196 -887 1877242568 -888 1434707250 -889 1106618360 -890 1755826866 -891 466503575 -892 1896022208 -893 2019699405 -894 211916779 -895 508773818 -896 887315422 -897 765330393 -898 522575747 -899 1216727707 -900 623878521 -901 1765661238 -902 528922380 -903 976706631 -904 1149180289 -905 745037824 -906 145949147 -907 84519366 -908 1647168099 -909 543704720 -910 2094613601 -911 1056544406 -912 538962895 -913 590563780 -914 743815504 -915 1746026477 -916 513915234 -917 1469040701 -918 1475785397 -919 1948622485 -920 428175413 -921 1084128615 -922 267642412 -923 176713973 -924 956344372 -925 479559192 -926 685487792 -927 1843659794 -928 1244889585 -929 1208063539 -930 912903854 -931 1868768106 -932 826241129 -933 1441826234 -934 697991089 -935 1975421419 -936 39380411 -937 843940236 -938 2059940785 -939 1686548510 -940 1387644957 -941 2007070739 -942 595609268 -943 1926607852 -944 450150871 -945 1339424773 -946 1525150681 -947 964066106 -948 660981826 -949 853452430 -950 765204943 -951 1089157239 -952 1937581045 -953 1032847355 -954 1265871212 -955 746441769 -956 1512406547 -957 1951359004 -958 442617915 -959 609812484 -960 1011938895 -961 1355521769 -962 331096942 -963 1838180025 -964 649864356 -965 1029088031 -966 1666117796 -967 689244767 -968 1873028268 -969 1578574933 -970 228309629 -971 1113189577 -972 1438162024 -973 823918898 -974 892313781 -975 1888312896 -976 15860023 -977 269980814 -978 704895354 -979 676841849 -980 1123433244 -981 1470100297 -982 1765999088 -983 913530641 -984 355464004 -985 884386652 -986 1659972410 -987 1867870552 -988 688262009 -989 2102590325 -990 330199388 -991 1700200904 -992 1310628447 -993 661296331 -994 1390897281 -995 1960492803 -996 1690384362 -997 909531429 -998 502253922 -999 1415928982 -1000 340622715 -1001 730563551 -1002 381634911 -1003 1778784739 -1004 1554482449 -1005 1273948692 -1006 1519613987 -1007 1570342472 -1008 1543929506 -1009 77025693 -1010 99700673 -1011 519879102 -1012 1547125990 -1013 1865699761 -1014 1433409743 -1015 1902589995 -1016 602602766 -1017 945898505 -1018 1622976899 -1019 1290864775 -1020 901005183 -1021 1953176287 -1022 843582031 -1023 64149982 -1024 466988970 -1025 86995665 -1026 2024642785 -1027 9889685 -1028 996527094 -1029 379413059 -1030 1425818667 -1031 1337149809 -1032 1109976610 -1033 1807453579 -1034 968450901 -1035 516975412 -1036 933918623 -1037 340581240 -1038 2087317884 -1039 330364482 -1040 417606934 -1041 39534910 -1042 850243584 -1043 1964732924 -1044 1905234671 -1045 136169680 -1046 1719839271 -1047 360353789 -1048 1082068185 -1049 1195332522 -1050 1651218564 -1051 1983073368 -1052 1001025162 -1053 347316948 -1054 2047223350 -1055 1468014132 -1056 434312613 -1057 1924382487 -1058 1477903817 -1059 1430839707 -1060 156311898 -1061 756238837 -1062 620505869 -1063 1266288509 -1064 416208768 -1065 1588956770 -1066 1783263921 -1067 1350127391 -1068 1929538010 -1069 1723098157 -1070 1680491873 -1071 199661296 -1072 1762633067 -1073 383251810 -1074 16910573 -1075 1520384091 -1076 519421490 -1077 1736749844 -1078 1880737880 -1079 1601489675 -1080 784598719 -1081 1384472797 -1082 1437079396 -1083 1785623881 -1084 1731789745 -1085 1336819098 -1086 1106154365 -1087 18618710 -1088 1113717938 -1089 436574535 -1090 1449458417 -1091 1270029836 -1092 1192813372 -1093 2069964286 -1094 388834697 -1095 1609022140 -1096 1511437408 -1097 24614970 -1098 811665883 -1099 1293491771 -1100 1747713128 -1101 344674109 -1102 1493153067 -1103 1362862547 -1104 727925919 -1105 1510063640 -1106 735762990 -1107 1247347409 -1108 1099329837 -1109 469017223 -1110 701353436 -1111 1883928556 -1112 1853490020 -1113 2138432832 -1114 1522068789 -1115 1437796117 -1116 1327768283 -1117 480739506 -1118 1456414827 -1119 294002573 -1120 917314041 -1121 758389596 -1122 1564032409 -1123 2110127413 -1124 680870235 -1125 1952867107 -1126 1571665905 -1127 44823995 -1128 1977482077 -1129 235848141 -1130 1338315766 -1131 1577711557 -1132 580522250 -1133 683985186 -1134 793090457 -1135 1308448169 -1136 46565178 -1137 1528853447 -1138 408311930 -1139 1145895015 -1140 1997870670 -1141 1109665366 -1142 882339923 -1143 1703877042 -1144 1100614551 -1145 256925064 -1146 994189511 -1147 280899186 -1148 737664571 -1149 303120690 -1150 574901759 -1151 1654978612 -1152 1061510287 -1153 2138934168 -1154 1617622378 -1155 1742380522 -1156 1944317627 -1157 1041804635 -1158 1787204517 -1159 1774316057 -1160 1277652776 -1161 978036636 -1162 1204543966 -1163 1858175026 -1164 1662021822 -1165 1997634423 -1166 1019139547 -1167 1708587000 -1168 1379004223 -1169 1427451477 -1170 706998368 -1171 1229391245 -1172 389633196 -1173 1589338291 -1174 785784640 -1175 1490247747 -1176 1846263356 -1177 1779974151 -1178 1771146933 -1179 436444279 -1180 2083094842 -1181 198565044 -1182 2091422891 -1183 997121481 -1184 190015564 -1185 1561561621 -1186 592018355 -1187 2134333192 -1188 455882609 -1189 231739224 -1190 1761165601 -1191 1733535385 -1192 1209775860 -1193 818225919 -1194 1444226764 -1195 724314034 -1196 668376695 -1197 315882663 -1198 285417387 -1199 2047380918 -1200 1743334141 -1201 992415755 -1202 1129288515 -1203 2132967337 -1204 434270398 -1205 1915073155 -1206 1475731436 -1207 133050106 -1208 1547563659 -1209 1099394721 -1210 569494385 -1211 1483174853 -1212 1297959765 -1213 513433629 -1214 332812686 -1215 1487975329 -1216 2074995250 -1217 924831041 -1218 1474824873 -1219 383394211 -1220 1156570265 -1221 1088506826 -1222 2116929597 -1223 218862478 -1224 1906732746 -1225 1413672713 -1226 943176512 -1227 427625793 -1228 1729555376 -1229 1228593899 -1230 327523063 -1231 1325405869 -1232 73526006 -1233 1456811578 -1234 1310889558 -1235 507796405 -1236 1224401086 -1237 639137346 -1238 640846511 -1239 624481097 -1240 1738532067 -1241 1210340897 -1242 2107655950 -1243 889008184 -1244 1723774526 -1245 292984988 -1246 229499866 -1247 1651286128 -1248 1217816029 -1249 1704324739 -1250 2034680340 -1251 226902646 -1252 645347918 -1253 2004126289 -1254 445765124 -1255 404597016 -1256 1270315354 -1257 1388941637 -1258 832222809 -1259 852387082 -1260 470051888 -1261 1159745872 -1262 30309304 -1263 543577895 -1264 469073802 -1265 1341198862 -1266 1051374300 -1267 1693474888 -1268 1980336209 -1269 1692220811 -1270 170472337 -1271 1571384628 -1272 755078060 -1273 130644639 -1274 312909165 -1275 331368938 -1276 423629627 -1277 542409031 -1278 1982655067 -1279 1641445656 -1280 99250122 -1281 1869851759 -1282 1868348303 -1283 744598040 -1284 1726494400 -1285 166629779 -1286 1149195056 -1287 849326106 -1288 1555571416 -1289 1981417865 -1290 1701713188 -1291 2025623305 -1292 993680089 -1293 1732022492 -1294 421717552 -1295 1462753892 -1296 925737707 -1297 1473091852 -1298 1008745132 -1299 758590268 -1300 1017829015 -1301 1179217470 -1302 182491248 -1303 1772907076 -1304 1309862109 -1305 495400413 -1306 2104276014 -1307 1733491737 -1308 1037809444 -1309 1939447433 -1310 1227453745 -1311 1137059567 -1312 1661815544 -1313 948318400 -1314 1881657607 -1315 1240826296 -1316 1114948180 -1317 883369016 -1318 2090152402 -1319 523035948 -1320 717303233 -1321 1644381943 -1322 401175605 -1323 1710983323 -1324 1228920787 -1325 822893157 -1326 1026253567 -1327 7174846 -1328 148501361 -1329 2034998699 -1330 765765114 -1331 1166330377 -1332 1066732521 -1333 948256363 -1334 791753805 -1335 229110983 -1336 1443656776 -1337 748546171 -1338 1962602720 -1339 333982573 -1340 540509957 -1341 1042572817 -1342 1471042140 -1343 54841853 -1344 1990891218 -1345 1205216099 -1346 1295668150 -1347 958355750 -1348 2088585115 -1349 1238336904 -1350 1481391698 -1351 658404701 -1352 735235199 -1353 1882567304 -1354 221904376 -1355 1964155987 -1356 557976813 -1357 1248157943 -1358 1971330833 -1359 706478175 -1360 1135672994 -1361 589612300 -1362 1872808552 -1363 54921868 -1364 1537868663 -1365 517078709 -1366 284032851 -1367 834041791 -1368 1265624880 -1369 99151923 -1370 1168024364 -1371 1806134837 -1372 1141724740 -1373 491582856 -1374 1860976691 -1375 985132310 -1376 1696798956 -1377 1009161193 -1378 1943488060 -1379 1637900423 -1380 100014449 -1381 1277396111 -1382 148821476 -1383 835249649 -1384 1012479767 -1385 370725852 -1386 651921988 -1387 1570456580 -1388 1618883795 -1389 475769173 -1390 129451107 -1391 607073142 -1392 1065381473 -1393 2002259659 -1394 661995010 -1395 455766488 -1396 371854720 -1397 946027861 -1398 1289808280 -1399 1637479601 -1400 1045179784 -1401 310348996 -1402 1296130790 -1403 39420876 -1404 801931853 -1405 1009623833 -1406 1024553187 -1407 351247161 -1408 2018785026 -1409 820557599 -1410 1989147584 -1411 2118799476 -1412 2097953710 -1413 2137969061 -1414 806565477 -1415 962949829 -1416 361211265 -1417 1458487465 -1418 385922762 -1419 1980095061 -1420 1934256638 -1421 515373869 -1422 439684555 -1423 852154464 -1424 370149881 -1425 1101679565 -1426 1307920952 -1427 742004601 -1428 2047707426 -1429 450245584 -1430 232000554 -1431 945403562 -1432 760594581 -1433 1528131345 -1434 984824438 -1435 1562526434 -1436 390271530 -1437 2009377625 -1438 1913773595 -1439 261572909 -1440 682451577 -1441 1755437531 -1442 232888737 -1443 632921639 -1444 1745922944 -1445 1039454214 -1446 1595871469 -1447 2107134210 -1448 350458031 -1449 1981794231 -1450 1939745623 -1451 137231021 -1452 349684452 -1453 231946530 -1454 989385485 -1455 719834333 -1456 1333626095 -1457 149822790 -1458 1461838935 -1459 1233849873 -1460 600068374 -1461 1693839489 -1462 31769787 -1463 1360662955 -1464 1074487186 -1465 1016594225 -1466 775705741 -1467 1464758717 -1468 878488203 -1469 541995688 -1470 1726331626 -1471 1560939780 -1472 149949572 -1473 1959220363 -1474 46377771 -1475 1895872516 -1476 851190929 -1477 1642249240 -1478 1855523078 -1479 1201648960 -1480 1476559823 -1481 1647785053 -1482 1338879981 -1483 1826244276 -1484 1879731583 -1485 180781819 -1486 398594961 -1487 1065874030 -1488 330604609 -1489 1860433896 -1490 152240255 -1491 930672983 -1493 184010042 -1494 143852291 -1495 333793276 -1496 1200604268 -1497 919558032 -1498 1798551993 -1499 2079092471 -1500 1461553721 -1501 1377399971 -1502 1492548603 -1503 1611503293 -1504 1189136686 -1505 1538926374 -1506 1359892161 -1507 2040327615 -1508 1033691967 -1509 1067931592 -1510 1094492927 -1511 362768142 -1512 568232997 -1513 285889261 -1514 41528770 -1515 300480933 -1516 466671080 -1517 440123732 -1518 1366354963 -1519 797275689 -1520 153073980 -1521 1518595219 -1522 1727948672 -1523 1559863718 -1524 1702605261 -1525 1871800963 -1526 1893656995 -1527 755725881 -1528 643875348 -1529 1544725340 -1530 687334704 -1531 2105429069 -1532 774641664 -1533 32399659 -1534 1569448714 -1535 1963778350 -1536 1571326034 -1537 781857227 -1538 1856622318 -1539 457534353 -1540 1849788819 -1541 803631597 -1542 820302495 -1543 270538169 -1544 1089520858 -1545 861831266 -1546 571019102 -1547 1556191938 -1548 1301954998 -1549 1937374065 -1550 205983979 -1551 1455028978 -1552 1308485636 -1553 1933932652 -1554 867409049 -1555 863607250 -1556 1658249967 -1557 613582396 -1558 1619333131 -1559 154641667 -1560 10824088 -1561 159184188 -1562 112587088 -1563 785465752 -1564 191583847 -1565 1682035802 -1566 601760455 -1567 1762909881 -1568 316409382 -1569 310899125 -1570 72960586 -1571 18714553 -1572 1114530722 -1573 893263082 -1574 289252722 -1575 56567933 -1576 1755094348 -1577 860271824 -1578 1612759871 -1579 909565698 -1580 650162242 -1581 1818743851 -1582 217111028 -1583 1958647878 -1584 1605192855 -1585 1084520077 -1586 674771480 -1587 1115959174 -1588 1698102473 -1589 146620964 -1590 1270600842 -1591 1708926562 -1592 305805152 -1593 1383187930 -1594 346908666 -1595 497388999 -1596 917740085 -1597 948669121 -1598 112815233 -1599 1234149467 -1600 1259568246 -1601 185775819 -1602 1252864020 -1603 226615321 -1604 1079038901 -1605 1542116743 -1606 283183254 -1607 686649601 -1608 254904919 -1609 1895943125 -1610 1596215299 -1611 905067161 -1612 1567203328 -1613 1813326328 -1614 716231392 -1615 1024912535 -1616 750362757 -1617 1391002872 -1618 2140871710 -1619 300981583 -1620 1537623836 -1621 1263988904 -1622 2009908145 -1623 1843428988 -1624 499693186 -1625 209333163 -1626 193334340 -1627 1417433271 -1628 1158002285 -1629 306149573 -1630 504099090 -1631 270086883 -1632 491925392 -1633 1756963111 -1634 496702204 -1635 1570964294 -1636 1151596206 -1637 779885458 -1638 110130247 -1639 1406501125 -1640 528344936 -1641 1706345547 -1642 164084639 -1643 2095548264 -1644 1372188227 -1645 880316031 -1646 972977152 -1647 2122550984 -1648 123835255 -1649 966365214 -1650 276048919 -1651 1661459092 -1652 82870470 -1653 138473416 -1654 1357404432 -1655 582563656 -1656 347806580 -1657 1550738772 -1658 1999996928 -1659 1505808865 -1660 1856888345 -1661 356612370 -1662 1775895748 -1663 201330090 -1664 2113575481 -1665 125114305 -1666 1772294384 -1667 1117688039 -1668 904999763 -1669 1882424631 -1670 376705517 -1671 1433344699 -1672 1441286530 -1673 540790156 -1674 1381409316 -1675 665991109 -1676 1421106187 -1677 206902820 -1678 641058446 -1679 1544941442 -1680 1173268034 -1681 917107365 -1682 1058916886 -1683 1256138504 -1684 1055580782 -1685 268837671 -1686 1838702160 -1687 1403387362 -1688 1819576443 -1689 1691215440 -1690 761712579 -1691 1528981141 -1692 2047827811 -1693 390124679 -1694 1730311231 -1695 2013919644 -1696 515238984 -1697 1355121967 -1698 984124036 -1699 1420238748 -1700 1090062950 -1701 1360829553 -1702 706099799 -1703 383865833 -1704 1901619709 -1705 2087509115 -1706 1049856942 -1707 1175242248 -1708 146928287 -1709 1690915388 -1710 572700042 -1711 1320196321 -1712 460539106 -1713 1631616929 -1714 428851177 -1715 1516119888 -1716 1900454600 -1717 120069690 -1718 772023602 -1719 1572547395 -1720 1811285130 -1721 1533736181 -1722 954044888 -1723 1711629293 -1724 1923860860 -1725 536872471 -1726 1578065290 -1727 291616197 -1728 1891994438 -1729 414705678 -1730 1711854945 -1731 834573741 -1732 1775535231 -1733 270471096 -1734 1218439574 -1735 1529671292 -1736 210496564 -1737 120812868 -1738 557429892 -1739 357424851 -1740 1811728257 -1741 1130129934 -1742 1677621173 -1743 124783715 -1744 614263215 -1745 2106472350 -1746 1640903603 -1747 367234167 -1748 79058392 -1749 265443557 -1750 1939781563 -1751 1890343523 -1752 1799179738 -1753 746342803 -1754 1454489168 -1755 1575556950 -1756 1283215275 -1757 885070810 -1758 1867173147 -1759 1027726065 -1760 1299776488 -1761 1431544444 -1762 1862299806 -1763 927828071 -1764 1702015541 -1765 933255732 -1766 310015715 -1767 1912512105 -1768 1054068601 -1769 867445607 -1770 122453308 -1771 718313210 -1772 1997575542 -1773 1800074481 -1774 843096925 -1775 464355109 -1776 1759063184 -1777 336516880 -1778 831589277 -1779 1838121576 -1780 601960437 -1781 623887192 -1782 1580981451 -1783 253656527 -1784 1370229995 -1785 887986972 -1786 1829213477 -1787 505961622 -1788 1773057782 -1789 1548902977 -1790 1533687688 -1791 925350623 -1792 832963773 -1793 1248503846 -1794 1853178694 -1795 387495666 -1796 34275931 -1797 15710762 -1798 152524123 -1799 1088344532 -1800 883156369 -1801 274977432 -1802 1806657742 -1803 733248263 -1804 2075051913 -1805 502271019 -1806 1197603373 -1807 1686631449 -1808 838787899 -1809 2029192650 -1810 1377269378 -1811 1440748336 -1812 505596194 -1813 810767181 -1814 1694404863 -1815 1875826189 -1816 1698754153 -1817 1376134692 -1818 234304164 -1819 1324328288 -1820 777554021 -1821 1767991852 -1822 102195263 -1823 1610517795 -1824 869012050 -1825 1955373957 -1826 1998013461 -1827 903287981 -1828 1971084719 -1829 3053937 -1830 1991632513 -1831 706757441 -1832 278031369 -1833 1650806607 -1834 1440005704 -1835 205599634 -1836 5593978 -1837 490125429 -1838 1892231084 -1839 844381877 -1840 371834431 -1841 1122016814 -1842 137646565 -1843 877430625 -1844 1932783995 -1845 1832051428 -1846 605773167 -1847 1484054501 -1848 1060702473 -1849 840077331 -1850 660899141 -1851 1838256494 -1852 460585535 -1853 763094404 -1854 1301290641 -1855 1329597585 -1856 570984713 -1857 1151820455 -1858 85401919 -1859 394585785 -1860 1154874392 -1861 2077034432 -1862 1101343226 -1863 1432905761 -1864 1580357392 -1865 393865282 -1866 1638505395 -1867 1585951370 -1868 883990712 -1869 1383252831 -1870 282849600 -1871 1255825143 -1872 357785997 -1873 420496165 -1874 2133255769 -1875 143086345 -1876 105063946 -1877 591545288 -1878 1627140846 -1879 1165766419 -1880 1431622619 -1881 140556339 -1882 856539265 -1883 1892208154 -1884 903650743 -1885 10346259 -1886 1074322091 -1887 1474635456 -1888 1162166714 -1889 1159724010 -1890 1869221241 -1891 169557458 -1892 1089274795 -1893 823080819 -1894 1602463219 -1895 522148539 -1896 1216946102 -1897 1093484966 -1898 2108099909 -1899 2100936814 -1900 329254150 -1901 243465861 -1902 1209278309 -1903 687040147 -1904 663962027 -1905 1195050430 -1906 830126492 -1907 769025973 -1908 1786595718 -1909 309783690 -1910 1934792392 -1911 1070734689 -1912 450340029 -1913 643848009 -1914 815459195 -1915 1353990772 -1916 654194268 -1917 1889781287 -1918 681142581 -1919 1816360982 -1920 902021649 -1921 402880174 -1922 1985918440 -1923 1991296444 -1924 1225960994 -1925 1440898011 -1926 365961335 -1927 295423448 -1928 386899330 -1929 326577597 -1930 248876614 -1931 716153480 -1932 570043458 -1933 1458154923 -1934 1403193627 -1935 1234005485 -1936 505721706 -1937 85836472 -1938 2003031458 -1939 144833776 -1940 395620162 -1941 1790340202 -1942 1215568466 -1943 845960192 -1944 286704564 -1945 2031027661 -1946 52467316 -1947 940898832 -1948 1773325300 -1949 733609897 -1950 609776167 -1951 527863302 -1952 1136490072 -1953 448210959 -1954 371676098 -1955 214967418 -1956 1889108971 -1957 737637434 -1958 510390866 -1959 128524653 -1960 1064215031 -1961 759267480 -1962 844678133 -1963 1634258489 -1964 69938755 -1965 100388112 -1966 720780327 -1967 575660461 -1968 186224584 -1969 576328137 -1970 720494238 -1971 581844747 -1972 219184692 -1973 1936062704 -1974 1427804939 -1975 505889256 -1976 1819606717 -1977 1480272255 -1978 1446788088 -1979 1445448370 -1980 66398505 -1981 2056564255 -1982 1973311672 -1983 1202888577 -1984 357291567 -1985 197504122 -1986 1417855995 -1987 98916890 -1988 935141556 -1989 1928246861 -1990 227441543 -1991 1999356587 -1992 540030693 -1993 1072119676 -1994 1486131429 -1995 609969448 -1996 1172507788 -1997 59428108 -1998 1185629910 -1999 1358732373 -2000 635756245 -2001 1906124148 -2002 1940577120 -2003 854940937 -2004 1694703204 -2005 1220898411 -2006 1360830193 -2007 1366826273 -2008 553687018 -2009 660134634 -2010 664790995 -2011 620085523 -2012 569215241 -2013 490619019 -2014 1822974100 -2015 926506808 -2016 688123142 -2017 1093346447 -2018 1025423698 -2019 1623264698 -2020 874109660 -2021 1252865241 -2022 1475137638 -2023 1414140353 -2024 177501269 -2025 813785419 -2026 2024109802 -2027 1350009058 -2028 873213527 -2029 1062256064 -2030 561257783 -2031 1508969772 -2032 820896564 -2033 354351255 -2034 216427062 -2035 368116120 -2036 1575249666 -2037 1577257255 -2038 1734942393 -2039 2128936684 -2040 89908241 -2041 252249741 -2042 601538560 -2043 659123483 -2044 742868760 -2045 277029012 -2046 1585630291 -2047 1430991902 -2048 1370375460 -2049 463570342 -2050 906772953 -2051 97001472 -2052 1716435583 -2053 234426943 -2054 1511141826 -2055 1893936853 -2056 1048212362 -2057 1387767980 -2058 1096462263 -2059 1921425889 -2060 302540396 -2061 1657720046 -2062 1282912013 -2063 1123436960 -2064 2012071301 -2065 1499339075 -2066 1491553080 -2067 1439837319 -2068 929112683 -2069 1079011825 -2070 1421290355 -2071 1019020924 -2072 1331261566 -2073 2022828915 -2074 1678144407 -2075 2074130327 -2076 152374280 -2077 1116291051 -2078 1357638581 -2079 1522749740 -2080 1579861393 -2081 116927886 -2082 1619751212 -2083 1148813328 -2084 351354829 -2085 983409390 -2086 895266533 -2087 1399567191 -2088 223693722 -2089 1991728796 -2090 1173509432 -2091 526234118 -2092 1501965194 -2093 308937798 -2094 1649671078 -2095 1366552847 -2096 1808276873 -2097 993740510 -2098 658906518 -2099 589905908 -2100 2072752336 -2101 2080196874 -2102 1608926833 -2103 1256530254 -2104 1955542141 -2105 1139587592 -2106 1183176933 -2107 2107916421 -2108 108394995 -2109 393331867 -2110 1483182513 -2111 1688256388 -2112 510259753 -2113 955450078 -2114 689586069 -2115 861614583 -2116 1938859468 -2117 1584852602 -2118 113698126 -2119 15069543 -2120 1429097751 -2121 1287207559 -2122 541303661 -2123 783579297 -2124 1596145357 -2125 43491092 -2126 2648497 -2127 1256938582 -2128 1037231602 -2129 661555015 -2130 1846844491 -2131 962500290 -2132 594268241 -2133 1308287676 -2134 71546897 -2135 402326735 -2136 300391620 -2137 1254723830 -2138 362759508 -2139 408786616 -2140 1648055697 -2141 1845942022 -2142 2097043004 -2143 10831803 -2144 653908452 -2145 639145425 -2146 872446386 -2147 445284272 -2148 76514380 -2149 986144512 -2150 460353815 -2151 1505612131 -2152 125868423 -2153 1001657477 -2154 141707780 -2155 1722013780 -2156 1045148569 -2157 144356277 -2158 831468715 -2159 2082380171 -2160 805911293 -2161 530829558 -2162 897396814 -2163 1400179534 -2164 1839117234 -2165 968943711 -2166 1802506269 -2167 2139508854 -2168 76183893 -2169 17782130 -2170 400811822 -2171 1724239591 -2172 1863724152 -2173 350371179 -2174 1735071394 -2175 370148956 -2176 989516604 -2177 460034132 -2178 815433228 -2179 1066030984 -2180 1446178644 -2181 1275787044 -2182 424159467 -2183 1572047068 -2184 129960873 -2185 565867248 -2186 1146577200 -2187 1175109442 -2188 710223525 -2189 1978045915 -2190 1110005965 -2191 1516134818 -2192 361391825 -2193 2007402779 -2194 768830705 -2195 53025411 -2196 828862842 -2197 423853326 -2198 45050618 -2199 905046736 -2200 441635456 -2201 445862440 -2202 481802679 -2203 157875960 -2204 796233619 -2205 69390425 -2206 528024916 -2207 1785750224 -2208 529424557 -2209 1343458145 -2210 704297560 -2211 1975603201 -2212 471761541 -2213 1128457028 -2214 1400166621 -2215 601722414 -2216 1694324276 -2217 399260174 -2218 1776831856 -2219 257064153 -2220 229822441 -2221 739354173 -2222 1773198972 -2223 591214267 -2224 599273305 -2225 394546029 -2226 644239678 -2227 1428136147 -2228 818399355 -2229 689290296 -2230 185699235 -2231 1260034812 -2232 1135152737 -2233 667501914 -2234 1417910772 -2235 1931386356 -2236 736892339 -2237 1945935689 -2238 1569652932 -2239 1266316896 -2240 1141910186 -2241 126466845 -2242 1094436450 -2243 1613671727 -2244 1254923873 -2245 347119423 -2246 67910493 -2247 801764501 -2248 746379597 -2249 1844742349 -2250 1058828654 -2251 976202039 -2252 436612874 -2253 684543978 -2254 1567416306 -2255 1035886179 -2256 1079090007 -2257 64172336 -2258 316538679 -2259 1897489363 -2260 753462633 -2261 502237914 -2262 1010040527 -2263 1888615370 -2264 1169739829 -2265 280467651 -2266 1672518078 -2267 1906632168 -2268 78919692 -2269 1094687363 -2270 1025465417 -2271 1220829878 -2272 1221154208 -2273 2119901867 -2274 687017957 -2275 328594433 -2276 319537642 -2277 754928450 -2278 1130358934 -2279 1065917240 -2280 452187151 -2281 41703940 -2282 2042119279 -2283 888800026 -2284 726247919 -2285 1462051937 -2286 1924686205 -2287 1805337926 -2288 1526224273 -2289 93741236 -2290 1555343641 -2291 132203258 -2292 595979151 -2293 417900520 -2294 2020818628 -2295 1765718980 -2296 698368172 -2297 1545853059 -2298 1524867500 -2299 777287864 -2300 493056774 -2301 402849269 -2302 1998117743 -2303 1714210982 -2304 375267488 -2305 537652052 -2306 2042805415 -2307 694805131 -2308 1292580503 -2309 1025680701 -2310 1760722371 -2311 1744767654 -2312 1067384641 -2313 1655358002 -2314 486084032 -2315 1793632560 -2316 969926291 -2317 263286590 -2318 1451486839 -2319 348666916 -2320 357027826 -2321 859346832 -2322 480870175 -2323 953006977 -2324 1277247353 -2325 354205155 -2326 571242309 -2327 1975615525 -2328 1900058214 -2329 2096109810 -2330 605419741 -2331 245631340 -2332 351475431 -2333 456053836 -2334 1959842322 -2335 726742920 -2336 993705889 -2337 1855164089 -2338 1421548051 -2339 138802744 -2340 733361142 -2341 1034786774 -2342 1883570398 -2343 1800745784 -2344 542661128 -2345 222170783 -2346 1446894696 -2347 1512587419 -2348 485457373 -2349 750897887 -2350 1861254335 -2351 842485199 -2352 1610244720 -2353 194640862 -2354 1795492177 -2355 740008425 -2356 548846018 -2357 219250838 -2358 568140302 -2359 301420584 -2360 167877000 -2361 1173560043 -2362 547051925 -2363 519352432 -2364 1629613880 -2365 359410599 -2366 1246095352 -2367 475836121 -2368 67091041 -2369 520159755 -2370 614638865 -2371 800452183 -2372 1554946529 -2373 350725615 -2374 453714319 -2375 2097607657 -2376 572896398 -2377 1900609016 -2378 1462711428 -2379 1058353771 -2380 504023255 -2381 1176482115 -2382 1900838971 -2383 2114267975 -2384 1371122978 -2385 1548847500 -2386 706792752 -2387 1919968996 -2388 1768098338 -2389 1274933054 -2390 73905932 -2391 1935975339 -2392 301009450 -2393 620957857 -2394 307844123 -2395 1930623330 -2396 980368457 -2397 1553939475 -2398 258975803 -2399 1047459498 -2400 2074099230 -2401 873614668 -2402 1847911681 -2403 1481562111 -2404 1224340283 -2405 154142353 -2406 1431686120 -2407 1797236682 -2408 2054751369 -2409 746913900 -2410 708106805 -2411 411290976 -2412 1923396015 -2413 461462128 -2414 378075304 -2415 1147035345 -2416 2010309628 -2417 1084868056 -2418 919520693 -2419 1630924319 -2420 212317463 -2421 993426626 -2422 1419416010 -2423 513326913 -2424 1614384483 -2425 1727260133 -2426 296466595 -2427 447269292 -2428 1133715960 -2429 555442398 -2430 1494728790 -2431 1060331542 -2432 1429057066 -2433 1195156824 -2434 394410005 -2435 505913701 -2436 1349299177 -2437 1826096125 -2438 155666735 -2439 1256566898 -2440 425526377 -2441 863773541 -2442 1667857874 -2443 201438744 -2444 1325235669 -2445 2045933178 -2446 1348474090 -2447 1188061650 -2448 983317587 -2449 120511135 -2450 671502321 -2451 1195635050 -2452 1113937761 -2453 2090918331 -2454 1708961963 -2455 580838597 -2456 1670694816 -2457 2005428558 -2458 1028107889 -2459 656927128 -2460 413387308 -2461 375353032 -2462 1717258670 -2463 1842444374 -2464 1570509856 -2465 2111668675 -2466 200874427 -2467 772325385 -2468 1790281152 -2469 356541163 -2470 2028892283 -2471 68323881 -2472 1220314704 -2473 1549266509 -2474 269762625 -2475 398066725 -2476 1447716040 -2477 1618236715 -2478 1586128375 -2479 283549979 -2480 1738747851 -2481 110147048 -2482 1479185029 -2483 705201964 -2484 53581731 -2485 1040663344 -2486 1286040561 -2487 1724276547 -2488 898608254 -2489 166664803 -2490 233720027 -2491 1311995562 -2492 542017835 -2493 1950978697 -2494 1006956288 -2495 2112527691 -2496 1915163724 -2497 1207830715 -2498 737369428 -2499 1557961228 -2500 1564371878 -2501 618778063 -2502 1626285109 -2503 637202934 -2504 20560924 -2505 1896047735 -2506 1035269660 -2507 1468276964 -2508 1366800802 -2509 473914387 -2510 1751826943 -2511 958065005 -2512 584061436 -2513 1083528324 -2514 1663266970 -2515 637643167 -2516 2124191668 -2517 801823883 -2518 214436067 -2519 875316274 -2520 968488686 -2521 448156094 -2522 39828188 -2523 1510506521 -2524 251651144 -2525 1046784476 -2526 1475550564 -2527 19331220 -2528 107131544 -2529 65436344 -2530 1577292449 -2531 1671503422 -2532 684214407 -2533 1056093910 -2534 161222709 -2535 704775332 -2536 804657997 -2537 1196492369 -2538 25568648 -2539 23975152 -2540 1670406756 -2541 1777395592 -2542 982040157 -2543 106984544 -2544 713440268 -2545 497823479 -2546 744627712 -2547 690148289 -2548 1299647363 -2549 959063779 -2550 1565464563 -2551 120652401 -2552 1407219873 -2553 1605292752 -2554 1631158923 -2555 1658871017 -2556 504593580 -2557 959225839 -2558 1678202238 -2559 611725124 -2560 1024662184 -2561 1108011039 -2562 135744899 -2563 1708876591 -2564 16621301 -2565 296967608 -2566 266168275 -2567 821279299 -2568 1493459977 -2569 291736924 -2570 845254451 -2571 1016383085 -2572 2069132516 -2573 1827294608 -2574 1123367630 -2575 635089136 -2576 177634440 -2577 1867995342 -2578 1325237425 -2579 1477281803 -2580 679575473 -2581 743218341 -2582 1597934204 -2583 2086795346 -2584 201027445 -2585 1081609479 -2586 1598182716 -2587 705621025 -2588 2040835319 -2589 1128901306 -2590 1317346150 -2591 918013855 -2592 89428697 -2593 1453091049 -2594 479406798 -2595 106049998 -2596 1750058657 -2597 745575074 -2598 927329297 -2599 1096034986 -2600 1037311998 -2601 1772583748 -2602 2112418071 -2603 958960866 -2604 1452394709 -2605 1088302053 -2606 1594050002 -2607 1630029149 -2608 808813747 -2609 771803780 -2610 959827304 -2611 1488389220 -2612 1515022121 -2613 410277860 -2614 1427700919 -2615 1716049566 -2616 1491887340 -2617 878399987 -2618 274186943 -2619 1385239011 -2620 2007301293 -2621 1591533093 -2622 155769218 -2623 2096729990 -2624 897140494 -2625 635176016 -2626 55296340 -2627 499715503 -2628 1380751090 -2629 982625638 -2630 1595750489 -2631 270579440 -2632 607725738 -2633 1560684913 -2634 1229540306 -2635 2060120447 -2636 501503318 -2637 676106661 -2638 1542665948 -2639 1310317066 -2640 1447910441 -2641 355009604 -2642 651222638 -2643 815448914 -2644 765287465 -2645 2078923557 -2646 384014832 -2647 109691157 -2648 809839896 -2649 658201775 -2650 1494930168 -2651 669657541 -2652 102251221 -2653 1650699386 -2654 618903883 -2655 999391715 -2656 138391754 -2657 674200224 -2658 1499107219 -2659 1519142845 -2660 1656825862 -2661 947374060 -2662 1789722285 -2663 117067952 -2664 360575325 -2665 871778944 -2666 29704752 -2667 862078644 -2668 1547885605 -2669 1572370700 -2670 24912062 -2671 848312398 -2672 1927380305 -2673 676134700 -2674 1663761312 -2675 545184122 -2676 607574610 -2677 2047776144 -2678 654875279 -2679 1417414506 -2680 558494271 -2681 2321799 -2682 2087072048 -2683 660745492 -2684 1653021185 -2685 558492283 -2686 1660137208 -2687 1791412939 -2688 1232692507 -2689 1011760779 -2690 1163072136 -2691 742034721 -2692 1959134839 -2693 805310774 -2694 859102674 -2695 172226517 -2696 1677089718 -2697 888807426 -2698 1034305161 -2699 1077491675 -2700 313694478 -2701 1059217223 -2702 1925804073 -2703 93591135 -2704 1735351923 -2705 1442081737 -2706 638775257 -2707 195442885 -2708 1342374233 -2709 1293650536 -2710 1612857392 -2711 1900868504 -2712 1295972335 -2713 1552445792 -2714 414130349 -2715 801509872 -2716 2110938075 -2717 2074267557 -2718 445439164 -2719 1196146935 -2720 938544688 -2721 1608511300 -2722 1938181656 -2723 750195879 -2724 266338426 -2725 649800682 -2726 922422396 -2727 1943428144 -2728 1538608108 -2729 1956727557 -2730 873436171 -2731 1852302587 -2732 868461132 -2733 651756596 -2734 1945893722 -2735 456329408 -2736 2093838333 -2737 437185332 -2738 651772293 -2739 1288728918 -2740 1730835868 -2741 117146037 -2742 1042113775 -2743 879324556 -2744 1669591829 -2745 1456244124 -2746 1680834428 -2747 1633046257 -2748 1383028033 -2749 2126273592 -2750 681709544 -2751 174089073 -2752 1587301245 -2753 472407552 -2754 924284952 -2755 1853639671 -2756 1122208235 -2757 1846707349 -2758 1649584168 -2759 513332695 -2760 1655951258 -2761 375536691 -2762 218151634 -2763 376928743 -2764 1027293288 -2765 16561709 -2766 833258151 -2767 973647973 -2768 453747041 -2769 1485030444 -2770 114893244 -2771 37099261 -2772 1602176482 -2773 1157007019 -2774 916423817 -2775 1124284663 -2776 465767495 -2777 449774598 -2778 609847272 -2779 1848795528 -2780 428564542 -2781 1291556816 -2782 2022884601 -2783 2015865787 -2784 1763964369 -2785 799685905 -2786 1722021811 -2787 738688956 -2788 498909606 -2789 1224122331 -2790 1252021651 -2791 7377217 -2792 1599659022 -2793 1470173286 -2794 384305960 -2795 479468662 -2796 1486734995 -2797 1217564111 -2798 1453116636 -2799 1940482036 -2800 555110907 -2801 1568009880 -2802 1977581297 -2803 9803741 -2804 577533251 -2805 746521467 -2806 1134088405 -2807 1043300746 -2808 1196296065 -2809 1743935677 -2810 744612626 -2811 1624860607 -2812 888008846 -2813 620013579 -2814 1493242747 -2815 504489567 -2816 1419699484 -2817 1067780910 -2818 1243178523 -2819 1918609091 -2820 144419593 -2821 347716526 -2822 1925986308 -2823 1744078615 -2824 1817889812 -2825 162808620 -2826 76063630 -2827 1157141159 -2828 1380372731 -2829 1529180266 -2830 950139547 -2831 1935483638 -2832 949706498 -2833 780237197 -2834 1945287380 -2835 1527239749 -2836 1526758664 -2837 931892137 -2838 423056847 -2839 575571081 -2840 528344166 -2841 1167669473 -2842 52948040 -2843 1416353012 -2844 1787683052 -2845 1546190787 -2846 1920842579 -2847 1059898888 -2848 466488049 -2849 1016537454 -2850 831024331 -2851 610907642 -2852 1364253981 -2853 609526991 -2854 207502610 -2855 1034660145 -2856 772335611 -2857 283566240 -2858 44317657 -2859 5224694 -2860 1812746506 -2861 994457204 -2862 1940708333 -2863 614969356 -2864 1774694401 -2865 1738512065 -2866 2142209105 -2867 1153969417 -2868 522920554 -2869 417782304 -2870 1729540498 -2871 1051264720 -2872 1585451777 -2873 1782488539 -2874 320134085 -2875 1225651181 -2876 1181195678 -2877 93493016 -2878 138066421 -2879 1647683728 -2880 1110030471 -2881 969090753 -2882 111107722 -2883 326800804 -2884 1578617744 -2885 318610332 -2886 1361460949 -2887 203469708 -2888 602176572 -2889 1405778606 -2890 208694402 -2891 267439430 -2892 252752163 -2893 1919087 -2894 882408786 -2895 2027446564 -2896 1740431152 -2897 877134243 -2898 1033932334 -2899 115868058 -2900 1294916547 -2901 615989184 -2902 1167132779 -2903 732884676 -2904 250994075 -2905 1487266864 -2906 1958535857 -2907 1432189754 -2908 1580759880 -2909 2096602279 -2910 932389834 -2911 543306703 -2912 918209384 -2913 1043497556 -2914 870107507 -2915 349343480 -2916 1362107889 -2917 84084809 -2918 552813188 -2919 1964284461 -2920 1489863415 -2921 761507591 -2922 84240244 -2923 1742615578 -2924 763426678 -2925 966649030 -2926 1622578495 -2927 356374183 -2928 1843783274 -2929 509027181 -2930 472242241 -2931 991216173 -2932 1125016365 -2933 1639375020 -2934 1724100850 -2935 1376010441 -2936 979158236 -2937 1535153059 -2938 660716547 -2939 412434469 -2940 1484271690 -2941 1593106381 -2942 955741172 -2943 254997426 -2944 489120289 -2945 1825848680 -2946 604340907 -2947 1851228178 -2948 1909933489 -2949 1157154095 -2950 1668028992 -2951 1252313256 -2952 1918661686 -2953 1752269236 -2954 847445187 -2955 534604717 -2956 571434618 -2957 322540034 -2958 890978900 -2959 267734244 -2960 831567215 -2961 1363221141 -2962 1258950418 -2963 1956583580 -2964 855112514 -2965 835567620 -2966 1185110373 -2967 1834270750 -2968 223237031 -2969 1845826920 -2970 99221571 -2971 1707508722 -2972 1291449653 -2973 1054962744 -2974 1962506148 -2975 1780569943 -2976 733327776 -2977 419363407 -2978 1484314473 -2979 495777617 -2980 1576517503 -2981 1004859817 -2982 1748090873 -2983 1347695541 -2984 609645405 -2985 448052412 -2986 1882300258 -2987 1181080024 -2988 770592446 -2989 625795510 -2990 1448814268 -2991 1602159661 -2992 1989016652 -2993 560281038 -2994 1411259594 -2995 696645518 -2996 1395848658 -2997 448886319 -2998 383432620 -2999 1619085690 -3000 147229592 -3001 482654192 -3002 1179110764 -3003 1438679245 -3004 1537616936 -3005 994133264 -3006 1071765540 -3007 123461064 -3008 1413496672 -3009 408596366 -3010 619238681 -3011 842530527 -3012 1413456183 -3013 219845906 -3014 42742420 -3015 2023101589 -3016 667898319 -3017 1925042679 -3018 1056697965 -3019 1438490765 -3020 403354541 -3021 358028585 -3022 893166779 -3023 244887545 -3024 918309624 -3025 156942725 -3026 941533063 -3027 166674634 -3028 605829044 -3029 1324965684 -3030 1785760324 -3031 753058636 -3032 1807619876 -3033 817387440 -3034 44254234 -3035 1197753164 -3036 1811520705 -3037 1116019774 -3038 1321214228 -3039 1077533729 -3040 1524616140 -3041 1940452909 -3042 1920064256 -3043 790588676 -3044 12815167 -3045 1962806676 -3046 666206617 -3047 680713486 -3048 1740365707 -3049 1722904582 -3050 2119204252 -3051 2143720249 -3052 2080933167 -3053 864887383 -3054 241124146 -3055 851759143 -3056 1021830108 -3057 1182657210 -3058 1018433778 -3059 1627659152 -3060 360139246 -3061 656710454 -3062 233234141 -3063 20275474 -3064 1474097895 -3065 277488375 -3066 1218028638 -3067 1138134952 -3068 1393508149 -3069 391759218 -3070 68185033 -3071 770640642 -3072 184728479 -3073 1988249289 -3074 1561229318 -3075 197543646 -3076 1803572317 -3077 79952287 -3078 878257133 -3079 1396454377 -3080 1802856869 -3081 849977737 -3082 1392690978 -3083 1736306388 -3084 1714865120 -3085 1633815124 -3086 440581884 -3087 589211580 -3088 668988686 -3089 1459015662 -3090 69387084 -3091 1029127932 -3092 2115726116 -3093 302621225 -3094 1049403406 -3095 1442340363 -3096 580109600 -3097 119948396 -3098 432991667 -3099 1973617750 -3100 511707614 -3101 501176700 -3102 596774744 -3103 696436093 -3104 341942341 -3105 10520414 -3106 893979740 -3107 2145514659 -3108 90472701 -3109 1772236873 -3110 1394485388 -3111 1893329570 -3112 474730962 -3113 639692718 -3114 1482152310 -3115 42112434 -3116 126024194 -3117 1922734194 -3118 631324014 -3119 795012881 -3120 1234266208 -3121 700711098 -3122 1824140813 -3123 1202508677 -3124 1003332324 -3125 726060572 -3126 497365392 -3127 1583441924 -3128 846008968 -3129 930357060 -3130 1409576026 -3131 1357716583 -3132 1431533760 -3133 2006350770 -3134 2054152676 -3135 1773476102 -3136 2016871184 -3137 800648768 -3138 1771507113 -3139 2107343885 -3140 425401993 -3141 1018508853 -3142 1853189807 -3143 900132955 -3144 1658201571 -3145 1187858470 -3146 942245389 -3147 1784225765 -3148 963109016 -3149 1573569403 -3150 431754998 -3151 49891577 -3152 126796854 -3153 108412164 -3154 1252400254 -3155 1130129178 -3156 834472736 -3157 1749765646 -3158 566087454 -3159 1680481704 -3160 532639058 -3161 1975663481 -3162 890714639 -3163 1964172819 -3164 1834530603 -3165 797383668 -3166 1590165273 -3167 1703918140 -3168 1598032436 -3169 1214188738 -3170 1663778377 -3171 2023434430 -3172 85213943 -3173 1369484537 -3174 776083737 -3175 1743415514 -3176 409859359 -3177 1718329127 -3178 1380157631 -3179 1372968375 -3180 1144414882 -3181 1811912630 -3182 1422859952 -3183 1271211736 -3184 1920324794 -3185 527776558 -3186 253857266 -3187 607313882 -3188 130058557 -3189 819944721 -3190 140311938 -3191 662697615 -3192 648124554 -3193 1031026578 -3194 479386786 -3195 335171509 -3196 1828410246 -3197 2069552059 -3198 2039089649 -3199 1278959034 -3200 1136257149 -3201 1555384379 -3202 1154909816 -3203 1221471092 -3204 777385268 -3205 1930993554 -3206 817402958 -3207 1187244627 -3208 1501839033 -3209 50076942 -3210 412729354 -3211 498770267 -3212 1861989572 -3213 1835589307 -3214 1769982004 -3215 1634830718 -3216 215882217 -3217 2023839270 -3218 94660952 -3219 345940774 -3220 696300343 -3221 234972890 -3222 1008638390 -3223 1344424897 -3224 1265999468 -3225 1488025176 -3226 1679596407 -3227 946926066 -3228 1410093588 -3229 1571202408 -3230 78401453 -3231 398867089 -3232 979103139 -3233 1233311269 -3234 1620338182 -3235 1756488407 -3236 1016821175 -3237 290257492 -3238 796249386 -3239 371176560 -3240 340334434 -3241 1208978741 -3242 869946828 -3243 54840358 -3244 897084400 -3245 492445184 -3246 1689671076 -3247 1112966617 -3248 368800806 -3249 1784332028 -3250 1458907392 -3251 1065101150 -3252 2019304919 -3253 320062134 -3254 262042399 -3255 1137820739 -3256 1808087310 -3257 1941638806 -3258 2084746806 -3259 1070697250 -3260 1365357567 -3261 15664611 -3262 1469564340 -3263 196977058 -3264 1248975880 -3265 942418874 -3266 1953465466 -3267 118313408 -3268 1232676366 -3269 602231204 -3270 489489968 -3271 1573010801 -3272 1811209945 -3273 1359436796 -3274 1627851159 -3275 560810697 -3276 1851881980 -3277 1170038588 -3278 1673777315 -3279 73199139 -3280 806886968 -3281 985201059 -3282 1138300289 -3283 678708239 -3284 1305263193 -3285 1400342688 -3286 1816528979 -3287 965866855 -3288 1194497847 -3289 1753792137 -3290 2036564106 -3291 412371766 -3292 1769456748 -3293 1358644798 -3294 609348824 -3295 870948980 -3296 153580024 -3297 415330642 -3298 989262388 -3299 1386256390 -3300 1017561847 -3301 1478752357 -3302 811783543 -3303 681288144 -3304 690705505 -3305 292151055 -3306 1242098842 -3307 395103838 -3308 1462189643 -3309 768392509 -3310 468302977 -3311 121592963 -3312 1753593568 -3313 1606603266 -3314 800301203 -3315 911373113 -3316 859462306 -3317 469346534 -3318 1877239968 -3319 2053960153 -3320 75655023 -3321 1766320426 -3322 318848271 -3323 1845111771 -3324 977481576 -3325 928197096 -3326 568577103 -3327 1131061600 -3328 1343527738 -3329 1557839492 -3330 369834343 -3331 213605937 -3332 889108201 -3333 1181617886 -3334 894894082 -3335 1579813706 -3336 1473768941 -3337 2136992924 -3338 1974917544 -3339 788474936 -3340 757901785 -3341 295736873 -3342 910067900 -3343 364011705 -3344 1902340139 -3345 1710369103 -3346 1275384818 -3347 614318798 -3348 32231989 -3349 1005141138 -3350 520795303 -3351 107887012 -3352 623977917 -3353 839643575 -3354 1952998783 -3355 1601459493 -3356 1767840671 -3357 374092238 -3358 585037446 -3359 963884761 -3360 1931931730 -3361 954871789 -3362 1177490699 -3363 673556283 -3364 2136489675 -3365 2072384781 -3366 105886342 -3367 1462774969 -3368 2061894057 -3369 2080803886 -3370 103766257 -3371 672312194 -3372 229057112 -3373 1013834157 -3374 1036323899 -3375 2131397251 -3376 576719612 -3377 164225069 -3378 598232401 -3379 608951601 -3380 1169366207 -3381 1119027705 -3382 716838613 -3383 1793344124 -3384 1958671280 -3385 522353748 -3386 1247319970 -3387 1579028303 -3388 896445987 -3389 1832357416 -3390 395429416 -3391 680894069 -3392 639745557 -3393 1572920115 -3394 1354450353 -3395 628751584 -3396 1497821248 -3397 1460336695 -3398 2091526553 -3399 1412231657 -3400 1393656933 -3401 47809163 -3402 2084543851 -3403 1622714045 -3404 1061643320 -3405 973384102 -3406 1606627649 -3407 1638362933 -3408 1137609171 -3409 57376402 -3410 99830886 -3411 159491731 -3412 1176404107 -3413 816669500 -3414 1952835855 -3415 987591739 -3416 1339023248 -3417 1052672177 -3418 419136394 -3419 87985587 -3420 737545945 -3421 814565811 -3422 768879657 -3423 1377291502 -3424 240002278 -3425 2123330010 -3426 2006043087 -3427 1737823527 -3428 1436183057 -3429 1950085992 -3430 1002571536 -3431 682356342 -3432 1997895155 -3433 939631740 -3434 157586740 -3435 912054828 -3436 1913015842 -3437 1764214389 -3438 402934113 -3439 903141366 -3440 1821590791 -3441 502764999 -3442 1062633097 -3443 850511251 -3444 1319434499 -3445 867985304 -3446 1838102990 -3447 510974100 -3448 1920657482 -3449 109755737 -3450 598959687 -3451 510719779 -3452 924321548 -3453 1367839344 -3454 1888011282 -3455 1164323826 -3456 1343685706 -3457 1746570721 -3458 754663705 -3459 632385115 -3460 1549173065 -3461 1757235242 -3462 1314741458 -3463 1399584573 -3464 549383334 -3465 1472328198 -3466 164155753 -3467 314915528 -3468 1089058939 -3469 567089866 -3470 1218056894 -3471 763166082 -3472 1069854865 -3473 133206343 -3474 1613677333 -3475 241805717 -3476 1001191648 -3477 1304296676 -3478 752779817 -3479 774365482 -3480 1414052413 -3481 1351739504 -3482 1285085261 -3483 190890313 -3484 572095201 -3485 1025612895 -3486 1355214139 -3487 1915780907 -3488 624699968 -3489 2109877845 -3490 400682375 -3491 26389386 -3492 1719629439 -3493 1715423833 -3494 1425973959 -3495 121529125 -3496 1040268383 -3497 1590129712 -3498 436444653 -3499 2129327322 -3500 9735930 -3501 1654501548 -3502 745009756 -3503 1079590795 -3504 1787707891 -3505 211203442 -3506 1321396512 -3507 641415891 -3508 1515500118 -3509 2074176329 -3510 1415781373 -3511 782068883 -3512 1278432186 -3513 553382987 -3514 972959196 -3515 1850527387 -3516 1578995882 -3517 180689687 -3518 1618824646 -3519 56212203 -3520 143083884 -3521 2019507021 -3522 82601589 -3523 1862713323 -3524 1587447206 -3525 1508575548 -3526 1984242448 -3527 480231941 -3528 951221612 -3529 273203454 -3530 462075615 -3531 960957542 -3532 1927705002 -3533 1207085372 -3534 2040548337 -3535 1567929245 -3536 1418288814 -3537 1214461202 -3538 61861489 -3539 786305284 -3540 1141153883 -3541 1477642862 -3542 1568374167 -3543 272102421 -3544 2031025849 -3545 393849715 -3546 2122629808 -3547 1462538084 -3548 574539402 -3549 1593970807 -3550 1518750287 -3551 717623287 -3552 1465994180 -3553 1601351876 -3554 432852962 -3555 905957739 -3556 962443776 -3557 269611763 -3558 1386189680 -3559 1913665388 -3560 542815217 -3561 1848265296 -3562 727139282 -3563 323036571 -3564 907867020 -3565 620203971 -3566 1890965816 -3567 178672186 -3568 1834665173 -3569 1952827305 -3570 964977470 -3571 828335409 -3572 1282986520 -3573 385867989 -3574 1100437830 -3575 1166528721 -3576 779717704 -3577 1075583991 -3578 481583157 -3579 1354257106 -3580 522071150 -3581 2000333444 -3582 2071880393 -3583 1988065330 -3584 1454201672 -3585 357249708 -3586 746539421 -3587 269161800 -3588 626861471 -3589 2132729102 -3590 35343540 -3591 1169676688 -3592 1833510750 -3593 762482822 -3594 1492713259 -3595 593894122 -3596 1382686794 -3597 1236195427 -3598 772566308 -3599 1069868319 -3600 1041539085 -3601 1737543778 -3602 1898203728 -3603 177041957 -3604 2123411767 -3605 851157911 -3606 1343570678 -3607 755645823 -3608 1926741902 -3609 1825153836 -3610 2109902929 -3611 301329404 -3612 1678003632 -3613 2034299675 -3614 141911086 -3615 984721657 -3616 244065735 -3617 888450508 -3618 1253883457 -3619 870927206 -3620 873695962 -3621 1289226998 -3622 2040603894 -3623 559723064 -3624 2051709820 -3625 1385833505 -3626 1153617186 -3627 1286912966 -3628 474545284 -3629 1926183494 -3630 209297638 -3631 1516084369 -3632 1516243624 -3633 2107501366 -3634 1693126326 -3635 1492171743 -3636 811175629 -3637 889213357 -3638 100333918 -3639 590433883 -3640 566883545 -3641 62753199 -3642 891763287 -3643 97403529 -3644 2097052874 -3645 1033674374 -3646 1082125186 -3647 193634961 -3648 1922124882 -3649 188524996 -3650 1064562167 -3651 648337196 -3652 1477751994 -3653 957682413 -3654 1208060260 -3655 1381978166 -3656 196032270 -3657 214193798 -3658 521407485 -3659 670577555 -3660 2140377292 -3661 730705123 -3662 39178276 -3663 1509137268 -3664 690722841 -3665 1732304603 -3666 853825363 -3667 1501898471 -3668 474034312 -3669 954159281 -3670 2092332354 -3671 1040917857 -3672 1016912480 -3673 836611994 -3674 1138321386 -3675 966481707 -3676 1870286368 -3677 72962925 -3678 1160116668 -3679 1644927602 -3680 261487921 -3681 77195188 -3682 145781150 -3683 1739239915 -3684 1034877601 -3685 1353841410 -3686 973734433 -3687 1230909872 -3688 1568035208 -3689 1495141918 -3690 1901487427 -3691 1560928852 -3692 78363393 -3693 1940665703 -3694 922582472 -3695 769086235 -3696 1525486658 -3697 1776407835 -3698 123501058 -3699 1999520970 -3700 583083468 -3701 68349764 -3702 892955179 -3703 1599995948 -3704 904961758 -3705 2031276566 -3706 418994007 -3707 627764478 -3708 2104239491 -3709 1579110676 -3710 125208432 -3711 218243764 -3712 1656305864 -3713 270989582 -3714 1957483679 -3715 543699817 -3716 1624830992 -3717 783734464 -3718 1774609689 -3719 1045382552 -3720 131392735 -3721 1528613468 -3722 458827756 -3723 209756128 -3724 1321795524 -3725 1381410228 -3726 978842363 -3727 699798534 -3728 1010334415 -3729 1102343421 -3730 551835857 -3731 1593417883 -3732 1170693186 -3733 1444791036 -3734 1045930184 -3735 2075654944 -3736 1328583954 -3737 1464924191 -3738 555935775 -3739 1285339797 -3740 896551219 -3741 681144207 -3742 1503583561 -3743 405373435 -3744 952133790 -3745 1313583592 -3746 949073253 -3747 429481134 -3748 2097318057 -3749 576199294 -3750 1474863687 -3751 81227144 -3752 2104812763 -3753 1933691443 -3754 290983272 -3755 1279124639 -3756 1167618024 -3757 1269825636 -3758 1978923173 -3759 30468791 -3760 224685409 -3761 383275382 -3762 1623886675 -3763 1395378595 -3764 1828066419 -3765 522333211 -3766 1323549892 -3767 1009166725 -3768 1987257402 -3769 1879485667 -3770 147022875 -3771 736324974 -3772 413146226 -3773 1650606436 -3774 1141698409 -3775 1365280016 -3776 816706381 -3777 2090771662 -3778 1794761151 -3779 766540790 -3780 519487309 -3781 1122141190 -3782 847767934 -3783 476816424 -3784 908348985 -3785 1138751206 -3786 1755941063 -3787 2075967009 -3788 261093194 -3789 1587380588 -3790 2106435801 -3791 485778604 -3792 1970655971 -3793 1582838828 -3794 1881157199 -3795 1651238742 -3796 2105172039 -3797 1057223443 -3798 512921819 -3799 1944945793 -3800 789225462 -3801 659944694 -3802 533787119 -3803 1202371689 -3804 163067483 -3805 1675485529 -3806 420168057 -3807 979773864 -3808 1618773543 -3809 67445560 -3810 1746314654 -3811 2138260852 -3812 1189586750 -3813 446598940 -3814 467593628 -3815 2097935736 -3816 1585350146 -3817 76051043 -3818 2026419097 -3819 1846443341 -3820 1663431632 -3821 1985371250 -3822 184738297 -3823 1486603955 -3824 1420726430 -3825 2065895496 -3826 990359049 -3827 1378414821 -3828 975635292 -3829 1503280868 -3830 1175876967 -3831 1764860754 -3832 15741915 -3833 1709664086 -3834 819748795 -3835 178809398 -3836 1237665967 -3837 1239916853 -3838 1158583262 -3839 708955863 -3840 1307362413 -3841 757414268 -3842 699733067 -3843 349465516 -3844 1204013208 -3845 1167326696 -3846 299917604 -3847 641879706 -3848 1243377739 -3849 178853053 -3850 340839399 -3851 759325723 -3852 16740656 -3853 525577696 -3854 98446030 -3855 1437467086 -3856 443989545 -3857 1088805079 -3858 668398260 -3859 1419624837 -3860 444602300 -3861 1844275227 -3862 1037001943 -3863 460344215 -3864 1406455665 -3865 1856750739 -3866 639153613 -3867 496637985 -3868 949183944 -3869 1797736875 -3870 1205593848 -3871 109062709 -3872 407667495 -3873 1905326915 -3874 458528225 -3875 1611680703 -3876 925169963 -3877 758445829 -3878 106076761 -3879 21064055 -3880 937298883 -3881 446916161 -3882 780389778 -3883 954039539 -3884 972493857 -3885 878835809 -3886 244022977 -3887 1416483402 -3888 1967640888 -3889 912421237 -3890 688624591 -3891 264759540 -3892 609212816 -3893 1725626535 -3894 725103755 -3895 2015668482 -3896 1434893626 -3897 1364257368 -3898 364822819 -3899 236593922 -3900 1014510595 -3901 1570416667 -3902 345656631 -3903 1422178090 -3904 1328259934 -3905 804184857 -3906 886375145 -3907 105946250 -3908 1562630686 -3909 992451907 -3910 127010305 -3911 352445921 -3912 1439368068 -3913 907400083 -3914 1306485460 -3915 264378277 -3916 1786235892 -3917 1550508438 -3918 1680861680 -3919 1606393133 -3920 315446027 -3921 222002623 -3922 1871152673 -3923 924658844 -3924 1947629158 -3925 448772781 -3926 792843678 -3927 1235039136 -3928 1813030149 -3929 1157666497 -3930 1471633058 -3931 680057097 -3932 580599516 -3933 1817289690 -3934 2102235187 -3935 1908859450 -3936 473990899 -3937 841126685 -3938 2014805700 -3939 2036621585 -3940 1833578592 -3941 2141816005 -3942 241583859 -3943 1125463012 -3944 901732441 -3945 1548069319 -3946 1389841289 -3947 540484685 -3948 951094109 -3949 923219321 -3950 2146877818 -3951 1266540137 -3952 1145221945 -3953 1870546844 -3954 43715333 -3955 945367455 -3956 171835977 -3957 836559011 -3958 32922944 -3959 1984866126 -3960 1994225508 -3961 1504556002 -3962 517439575 -3963 427341376 -3964 1174362044 -3965 472191115 -3966 188717178 -3967 1648352943 -3968 1313317800 -3969 56039231 -3970 1537490881 -3971 999412744 -3972 50371588 -3973 1779074740 -3974 2124875756 -3975 952104029 -3976 1179660411 -3977 1367233397 -3978 1492588715 -3979 2130754521 -3980 142969071 -3981 1491982885 -3982 1249811010 -3983 1288191016 -3984 1215046081 -3985 1293526343 -3986 86074823 -3987 1386882058 -3988 2130085354 -3989 118997767 -3990 1224264537 -3991 1976827214 -3992 1623553770 -3993 1741704112 -3994 256684942 -3995 650432166 -3996 66411579 -3997 445402120 -3998 151301462 -3999 1379729379 -4000 501441351 -4001 1688792343 -4002 231658475 -4003 551812940 -4004 1320383435 -4005 209050583 -4006 1503916969 -4007 352560198 -4008 1576283981 -4009 849022036 -4010 335831071 -4011 1719253052 -4012 193521274 -4013 1585642081 -4014 859960420 -4015 1408567355 -4016 731684776 -4017 946035243 -4018 647965766 -4019 714286482 -4020 1065033011 -4021 1872230303 -4022 543630048 -4023 541103133 -4024 1466450767 -4025 800314990 -4026 1191535299 -4027 1532862347 -4028 1245717111 -4029 1342836761 -4030 765108078 -4031 1747158462 -4032 884145456 -4033 996766554 -4034 151487754 -4035 57045243 -4036 1205817137 -4037 1655404724 -4038 409605442 -4039 634617470 -4040 356943112 -4041 745436513 -4042 206386874 -4043 550464386 -4044 183594947 -4045 1066347294 -4046 1959031742 -4047 915279723 -4048 2012382538 -4049 459513860 -4050 1629566206 -4051 929931901 -4052 184260515 -4053 25712606 -4054 1471035034 -4055 1650711282 -4056 826027597 -4057 515086685 -4058 1036089981 -4059 2071744708 -4060 1857923447 -4061 1801198060 -4062 1671419522 -4063 594585255 -4064 650480966 -4065 1822907277 -4066 651630499 -4067 1856298103 -4068 1330828353 -4069 1061235941 -4070 343431926 -4071 1687771465 -4072 1806672454 -4073 549818800 -4074 90752204 -4075 1990267401 -4076 1616166095 -4077 2049783946 -4078 758063477 -4079 1481064985 -4080 361814158 -4081 240146035 -4082 263513238 -4083 546074673 -4084 265858641 -4085 1734548272 -4086 49302307 -4087 1091886238 -4088 102151309 -4089 1085392289 -4090 1016147298 -4091 1960074756 -4092 739106701 -4093 540083173 -4094 407176364 -4095 1389587667 -4096 215506802 -4097 1058806863 -4098 1098402122 -4099 1546335155 -4100 2120042804 -4101 1441834048 -4102 1086622972 -4103 1779231610 -4104 1991652849 -4105 1177375176 -4106 1622015364 -4107 1460335296 -4108 1079675474 -4109 232595193 -4110 793916633 -4111 1441489632 -4112 472741228 -4113 1057429871 -4114 1987564305 -4115 738599869 -4116 644494495 -4117 2036866613 -4118 1830486108 -4119 746645804 -4120 974775254 -4121 699149758 -4122 559236913 -4123 1713881955 -4124 1239232931 -4125 966413277 -4126 955985974 -4127 1454739733 -4128 2025220140 -4129 2054388096 -4130 853591240 -4131 1997779296 -4132 1348738497 -4133 1940214213 -4134 1629527258 -4135 1192907698 -4136 970105741 -4137 1104058974 -4138 505759346 -4139 2049781216 -4140 1336654167 -4141 1299675979 -4142 1343787200 -4143 1809395395 -4144 209622202 -4145 1183867858 -4146 400511617 -4147 854116697 -4148 1073250823 -4149 83514077 -4150 1600762501 -4151 2048026077 -4152 782663835 -4153 12515766 -4154 1614424384 -4155 2021896767 -4156 978929043 -4157 422926710 -4158 1329152852 -4159 856665535 -4160 329831158 -4161 35260445 -4162 706961183 -4163 1678569655 -4164 1975474658 -4165 189004794 -4166 723993705 -4167 798096751 -4168 1293063768 -4169 1229753051 -4170 700394319 -4171 482234288 -4172 381945382 -4173 2044181520 -4174 144146035 -4175 591567584 -4176 1080565730 -4177 544657652 -4178 1445684281 -4179 6332905 -4180 628171729 -4181 898963135 -4182 2054358982 -4183 1410835565 -4184 911478901 -4185 1521299718 -4186 1285248684 -4187 1890407945 -4188 1944226428 -4189 466917888 -4190 599589832 -4191 126573938 -4192 502178333 -4193 1306551016 -4194 1805143594 -4195 330169343 -4196 1495555810 -4197 381653651 -4198 1128266095 -4199 641135930 -4200 1611406703 -4201 1828660414 -4202 1123370218 -4203 1993352085 -4204 1725358286 -4205 1267516254 -4206 437436022 -4207 658440368 -4208 1812173906 -4209 1883120303 -4210 664773273 -4211 292861988 -4212 634599790 -4213 571648607 -4214 1703697553 -4215 1546078692 -4216 2092948325 -4217 841462589 -4218 1289002989 -4219 1889691105 -4220 1308380477 -4221 1888592821 -4222 2016265044 -4223 1810558811 -4224 1047660189 -4225 1673924990 -4226 2140728154 -4227 395732351 -4228 2055578641 -4229 1121510601 -4230 1036868282 -4231 1519501696 -4232 802687368 -4233 12754852 -4234 1365370134 -4235 380562006 -4236 1280271106 -4237 1802806156 -4238 1039002375 -4239 944961365 -4240 1538442811 -4241 1703775648 -4242 1237823353 -4243 25558954 -4244 127940608 -4245 794037258 -4246 1571637646 -4247 73405285 -4248 1635499847 -4249 713156987 -4250 1963096391 -4251 796396676 -4252 454266160 -4253 1831877787 -4254 459471839 -4255 1501926350 -4256 1358319129 -4257 452716346 -4258 1897658701 -4259 1266414122 -4260 1574226947 -4261 787043335 -4262 638432171 -4263 229430667 -4264 799798188 -4265 2003802305 -4266 609992674 -4267 2080069294 -4268 1659124813 -4269 1648995049 -4270 877547011 -4271 1050083976 -4272 1205287049 -4273 2115370364 -4274 1075642930 -4275 1333227657 -4276 761923974 -4277 499796928 -4278 1406632943 -4279 249940173 -4280 1212953915 -4281 1222245686 -4282 1046336850 -4283 1667220076 -4284 906639825 -4285 1505808689 -4286 1021662778 -4287 117475306 -4288 1958525035 -4289 771837831 -4290 1383889428 -4291 1385268335 -4292 1558881167 -4293 2022321599 -4294 1614699002 -4295 211195707 -4296 1878640256 -4297 77208028 -4298 143781353 -4299 1390281421 -4300 1726203077 -4301 1021328365 -4302 292881750 -4303 784006479 -4304 989215081 -4305 1368524680 -4306 2117234136 -4307 1751139056 -4308 1868321609 -4309 1376383431 -4310 2001079229 -4311 933791876 -4312 451145469 -4313 899932431 -4314 453528304 -4315 1357785294 -4316 258257473 -4317 1475191082 -4318 1475260600 -4319 69298860 -4320 99545266 -4321 711666381 -4322 1454567195 -4323 1658426433 -4324 586504332 -4325 921782550 -4326 1869622140 -4327 317660941 -4328 998990578 -4329 2013403493 -4330 1707942362 -4331 577710008 -4332 887248210 -4333 2000824112 -4334 1361716487 -4335 1876463292 -4336 1221865145 -4337 1331466975 -4338 1480118700 -4339 942703106 -4340 560366759 -4341 1333714281 -4342 1876494982 -4343 1011512228 -4344 86163065 -4345 182539639 -4346 221813875 -4347 344420538 -4348 1657730721 -4349 1697074475 -4350 413719398 -4351 1757275987 -4352 261257208 -4353 1868286594 -4354 1268218772 -4355 847761541 -4356 642585496 -4357 990357264 -4358 1165422482 -4359 1641576074 -4360 856277110 -4361 725881196 -4362 71802434 -4363 1743525320 -4364 579221661 -4365 1433518921 -4366 1472504964 -4367 1801086806 -4368 617502249 -4369 805140016 -4370 596306264 -4371 1177869008 -4372 2138854298 -4373 325317598 -4374 41897588 -4375 77533715 -4376 507857237 -4377 263711463 -4378 421954253 -4379 18104311 -4380 1960785939 -4381 835673651 -4382 1775380298 -4383 74559499 -4384 556476597 -4385 896115423 -4386 922321040 -4387 1199062093 -4388 1886472687 -4389 2087743522 -4390 693154520 -4391 595266149 -4392 666141071 -4393 764956954 -4394 191307822 -4395 1245362732 -4396 50992228 -4397 1663812786 -4398 898965890 -4399 668494477 -4400 321469155 -4401 1495272154 -4402 1846363485 -4403 312839805 -4404 1820589752 -4405 1888261073 -4406 390373520 -4407 180963342 -4408 4488889 -4409 812327773 -4410 199067653 -4411 1965274828 -4412 1648001424 -4413 1974447951 -4414 2039834327 -4415 56994374 -4416 723079726 -4417 814671720 -4418 1256056467 -4419 462068766 -4420 754931594 -4421 1949210987 -4422 1057334915 -4423 1421072665 -4424 566684294 -4425 1248642737 -4426 518951749 -4427 617676522 -4428 764971876 -4429 1417917639 -4430 1286170999 -4431 1086441031 -4432 765706145 -4433 985050836 -4434 1399280836 -4435 438812250 -4436 725828261 -4437 1789654356 -4438 619775592 -4439 730317150 -4440 454498481 -4441 818843245 -4442 548108330 -4443 2102499905 -4444 645807548 -4445 440459010 -4446 12010631 -4447 1368887275 -4448 1255130730 -4449 1268067099 -4450 1830956041 -4451 2010062324 -4452 1069794438 -4453 740807308 -4454 1283651342 -4455 1636478732 -4456 1989450046 -4457 1802603091 -4458 106671606 -4459 606938274 -4460 1073037083 -4461 1392842605 -4462 1693379305 -4463 1838743228 -4464 230409793 -4465 945176493 -4466 130071830 -4467 956238055 -4468 587347201 -4469 749847422 -4470 1686555205 -4471 1041845682 -4472 1568690667 -4473 87179888 -4474 996861939 -4475 67014568 -4476 527638898 -4477 1008872571 -4478 1435901843 -4479 1782769628 -4480 129456022 -4481 1119374236 -4482 1645348304 -4483 1199250460 -4484 1860181544 -4485 781515998 -4486 688245545 -4487 1702147942 -4488 436635442 -4489 794917151 -4490 161602568 -4491 1509672525 -4492 40276109 -4493 1854981873 -4494 1200932105 -4495 270685902 -4496 652674718 -4497 1331003936 -4498 1226923957 -4499 1240021919 -4500 2080851358 -4501 765995515 -4502 134383953 -4503 1502058378 -4504 853175403 -4505 1131245893 -4506 1569072946 -4507 1380814301 -4508 2140118464 -4509 857491141 -4510 1016100281 -4511 122090838 -4512 1976865377 -4513 513964937 -4514 1321341298 -4515 1689563273 -4516 1295480936 -4517 2009586843 -4518 1244227568 -4519 1732116378 -4520 657020347 -4521 1405830136 -4522 1094305255 -4523 697296456 -4524 1113328362 -4525 147753712 -4526 967982358 -4527 1766003080 -4528 1478757648 -4529 47422668 -4530 858541352 -4531 1412125359 -4532 813418183 -4533 992925305 -4534 766700089 -4535 1666593586 -4536 2124171198 -4537 188289387 -4538 899924239 -4539 2116806014 -4540 1045780528 -4541 1916024520 -4542 91413204 -4543 875162257 -4544 282505809 -4545 1412754503 -4546 417241882 -4547 1577986745 -4548 1274857698 -4549 1661469450 -4550 1162619475 -4551 1931878045 -4552 919815939 -4553 109441082 -4554 481690853 -4555 2033144301 -4556 257194795 -4557 1449673212 -4558 1651663733 -4559 1735952443 -4560 1497095880 -4561 362721437 -4562 1000594154 -4563 163030415 -4564 1355646743 -4565 1767294243 -4566 1829624001 -4567 1332334293 -4568 1955583630 -4569 582064592 -4570 1301656660 -4571 853880510 -4572 350605464 -4573 1393069864 -4574 1729042767 -4575 633111273 -4576 658340719 -4577 2146284650 -4578 63614371 -4579 1933198418 -4580 1660270452 -4581 1226233846 -4582 1717592815 -4583 432602743 -4584 1335674929 -4585 51800021 -4586 318263396 -4587 1592869724 -4588 1501473233 -4589 1969927130 -4590 1181338519 -4591 851085465 -4592 185164919 -4593 34449026 -4594 1014115880 -4595 1540811662 -4596 1801743269 -4597 696256233 -4598 725662308 -4599 1609843252 -4600 1278320825 -4601 2027318968 -4602 316240114 -4603 1628926289 -4604 1272905184 -4605 2045282882 -4606 114553914 -4607 1931245904 -4608 2044083884 -4609 178168285 -4610 1716960674 -4611 1556870688 -4612 1404402132 -4613 1287069841 -4614 1989473432 -4615 592593413 -4616 1338869862 -4617 160253180 -4618 37979489 -4619 692859447 -4620 2130180310 -4621 1219318008 -4622 1543944912 -4623 167861582 -4624 1253767034 -4625 410577144 -4626 1708673244 -4627 908026656 -4628 1106833377 -4629 286851904 -4630 370386260 -4631 237670554 -4632 166687224 -4633 686626374 -4634 1866596843 -4635 1439592409 -4636 584425608 -4637 1981150758 -4638 1223354665 -4639 481025844 -4640 11835395 -4641 792831691 -4642 2037896533 -4643 1416237527 -4644 2079901532 -4645 1879886317 -4646 2008830940 -4647 1271287747 -4648 2040139497 -4649 2046810429 -4650 1964147194 -4651 2022836160 -4652 1118644790 -4653 1360608459 -4654 43214094 -4655 224928176 -4656 1771185603 -4657 1751887338 -4658 1132954832 -4659 730535333 -4660 2038739243 -4661 1503341092 -4662 968205887 -4663 57942819 -4664 42483819 -4665 687319083 -4666 1497535228 -4667 626909427 -4668 520986193 -4669 573406245 -4670 1107935272 -4671 532821588 -4672 1366237936 -4673 998348157 -4674 1949059116 -4675 1298655821 -4676 730750826 -4677 1810406408 -4678 422459920 -4679 623406675 -4680 1709733190 -4681 239123466 -4682 498759187 -4683 680894332 -4684 1599731925 -4685 541973281 -4686 905822508 -4687 1223433881 -4688 146376972 -4689 2038777341 -4690 1953969214 -4691 37632567 -4692 1394634785 -4693 774691453 -4694 95575386 -4695 1437118604 -4696 1462010536 -4697 1593110615 -4698 2064028032 -4699 1982996729 -4700 19033212 -4701 1024479656 -4702 368334670 -4703 1385271149 -4704 2022827813 -4705 169910138 -4706 536443322 -4707 606094991 -4708 1980316546 -4709 958903242 -4710 1229501666 -4711 1542566088 -4712 1198026708 -4713 1728260854 -4714 75976772 -4715 650274986 -4716 122750487 -4717 981799281 -4718 1873708867 -4719 269127459 -4720 873092974 -4721 1680194433 -4722 306760026 -4723 120244111 -4724 307402238 -4725 402335413 -4726 1557362716 -4727 1769412775 -4728 1995446028 -4729 1473907100 -4730 1604925856 -4731 2014479240 -4732 350903108 -4733 1973260526 -4734 1252266741 -4735 226247273 -4736 2143170664 -4737 1788710063 -4738 832342264 -4739 1976003563 -4740 600129657 -4741 2061843930 -4742 1371086003 -4743 1798156366 -4744 1642621136 -4745 1447062776 -4746 300947704 -4747 1765371624 -4748 281378409 -4749 27172923 -4750 2034499083 -4751 1154471383 -4752 1707367356 -4753 193775462 -4754 1274715494 -4755 2014769594 -4756 596110875 -4757 684594562 -4758 1636698721 -4759 444073255 -4760 11018014 -4761 1094140930 -4762 311068847 -4763 361921122 -4764 919917808 -4765 1563335589 -4766 588168395 -4767 915604825 -4768 1204562004 -4769 1420510659 -4770 744124740 -4771 1804691662 -4772 1334870942 -4773 2115210743 -4774 1455364380 -4775 830008430 -4776 1414789871 -4777 1756312084 -4778 447896406 -4779 1696168280 -4780 1783485007 -4781 334911842 -4782 703156015 -4783 1343368715 -4784 528687304 -4785 1977871510 -4786 1210654661 -4787 1124798179 -4788 514982424 -4789 699869735 -4790 1568871434 -4791 526000439 -4792 1794010665 -4793 1879940281 -4794 887921561 -4795 566444825 -4796 1295792222 -4797 1476089957 -4798 1482049650 -4799 352870579 -4800 749116968 -4801 78690742 -4802 10078593 -4803 2083987910 -4804 46417838 -4805 1465442973 -4806 766512693 -4807 1461207709 -4808 1074271409 -4809 1214409099 -4810 1009892342 -4811 710272768 -4812 1549320941 -4813 1713048357 -4814 2053641483 -4815 2078008245 -4816 1543436219 -4817 1116812496 -4818 1055322776 -4819 2058418644 -4820 1816682231 -4821 476710562 -4822 436935435 -4823 1463209248 -4824 209167196 -4825 1324856996 -4826 2029654074 -4827 1504959418 -4828 653463305 -4829 1364220076 -4830 1857829997 -4831 1402580274 -4832 1442910819 -4833 1867908590 -4834 1339084536 -4835 1489328657 -4836 1185867915 -4837 2105597229 -4838 803052718 -4839 112655676 -4840 1172522681 -4841 1812945060 -4842 822928444 -4843 574359974 -4844 1378509770 -4845 729086279 -4846 504884572 -4847 774462341 -4848 1845898776 -4849 1560207348 -4850 685397337 -4851 1515097359 -4852 2036917911 -4853 1122332772 -4854 830822960 -4855 98601459 -4856 299706121 -4857 712993386 -4858 1603560877 -4859 953169426 -4860 2077213462 -4861 1313907227 -4862 208266052 -4863 1372640633 -4864 1034332169 -4865 1547350589 -4866 714485642 -4867 72716437 -4868 1505464170 -4869 1517538361 -4870 185372113 -4871 530503203 -4872 1182999773 -4873 1008300558 -4874 1104863178 -4875 414025895 -4876 1737386837 -4877 1609747750 -4878 1188488237 -4879 1435801965 -4880 1022471450 -4881 1873885574 -4882 803415677 -4883 911905713 -4884 848734699 -4885 1634238637 -4886 1010507172 -4887 1148440820 -4888 199748375 -4889 466584402 -4890 2101610246 -4891 129478189 -4892 1780491629 -4893 162392651 -4894 1502118823 -4895 667340150 -4896 1709743240 -4897 69120817 -4898 740056587 -4899 1067723762 -4900 1586659178 -4901 925428701 -4902 1598226966 -4903 622175304 -4904 1933729259 -4905 555606496 -4906 1036201199 -4907 1523632448 -4908 17870598 -4909 77205788 -4910 811950766 -4911 1040342048 -4912 1951091363 -4913 1615366443 -4914 1952247762 -4915 652342414 -4916 1102121432 -4917 815271286 -4918 1800783234 -4919 1301869807 -4920 1281855688 -4921 1754909832 -4922 1431347996 -4923 914863669 -4924 1917302483 -4925 785983171 -4926 1582203820 -4927 1479562075 -4928 855103989 -4929 174776759 -4930 399802190 -4931 294279519 -4932 1100205460 -4933 1998029156 -4934 916454823 -4935 886451071 -4936 406152004 -4937 1952656023 -4938 262599872 -4939 424022602 -4940 2029861811 -4941 1074550638 -4942 1464364650 -4943 1833469526 -4944 542433433 -4945 1269128764 -4946 338328292 -4947 1644554865 -4948 2084400051 -4949 2139111526 -4950 798941024 -4951 1218772091 -4952 1746537711 -4953 82805372 -4954 2133635761 -4955 1516356546 -4956 868788544 -4957 1568355933 -4958 848434974 -4959 1723892533 -4960 1743132692 -4961 1248237164 -4962 2018172052 -4963 695854505 -4964 1098782672 -4965 787143228 -4966 1582305576 -4967 1504934676 -4968 592315603 -4969 1844905448 -4970 1928957278 -4971 474693766 -4972 771972438 -4973 1245838280 -4974 160679645 -4975 1314405871 -4976 367483397 -4977 499007937 -4978 811477088 -4979 304399800 -4980 490635816 -4981 1610418112 -4982 1523171891 -4983 89689879 -4984 1693223485 -4985 1509324004 -4986 1606046425 -4987 414528381 -4988 930196289 -4989 306997751 -4990 2138420914 -4991 525845334 -4992 1555234915 -4993 2009109318 -4994 1221699839 -4995 506533939 -4996 648768898 -4997 656521767 -4998 2011468615 -4999 1241084501 -5000 353943568 -5001 1792942245 -5002 1715778268 -5003 1125916006 -5004 891296878 -5005 1876457913 -5006 292838230 -5007 1258780275 -5008 227982202 -5009 1104315318 -5010 1563180075 -5011 718618018 -5012 567249783 -5013 938868318 -5014 808307897 -5015 112989620 -5016 300708675 -5017 266870675 -5018 527518001 -5019 1230904964 -5020 573868426 -5021 518455267 -5022 1756750298 -5023 2129103342 -5024 380080937 -5025 830966489 -5026 488153633 -5027 1028849836 -5028 1487488257 -5029 352138601 -5030 122450689 -5031 1841431825 -5032 2145080846 -5033 1838228957 -5034 819864183 -5035 888894076 -5036 1567203222 -5037 1112702413 -5038 190703 -5039 1795185425 -5040 69534084 -5041 1563370778 -5042 366319795 -5043 636783867 -5044 354755449 -5045 1174627693 -5046 749773487 -5047 655464124 -5048 1441498368 -5049 1277291488 -5050 1886369088 -5051 2015366794 -5052 1795746755 -5053 1495635739 -5054 1996986488 -5055 28344044 -5056 179118580 -5057 337656474 -5058 1057193880 -5059 1666606837 -5060 689795075 -5061 1179644570 -5062 1360555014 -5063 687392273 -5064 870389879 -5065 32935550 -5066 1576286350 -5067 290109454 -5068 1145637963 -5069 1576477053 -5070 2085294879 -5071 1215172047 -5072 992364184 -5073 304131026 -5074 1851955914 -5075 1347119633 -5076 1478758719 -5077 454245753 -5078 2002583757 -5079 772773439 -5080 1731537241 -5081 1741469197 -5082 640656586 -5083 1379800348 -5084 1089621288 -5085 490159426 -5086 1408144393 -5087 1268739869 -5088 827815900 -5089 317854625 -5090 787863058 -5091 1517610975 -5092 1497499195 -5093 934425 -5094 57519601 -5095 220405427 -5096 33869975 -5097 1633805951 -5098 510514881 -5099 1179507938 -5100 1062799356 -5101 448326112 -5102 247196338 -5103 2055163540 -5104 752457138 -5105 2099152252 -5106 1254799525 -5107 83732210 -5108 405914358 -5109 1109899634 -5110 856505649 -5111 2137451599 -5112 703885184 -5113 1497162235 -5114 1369768300 -5115 1793506472 -5116 1987321662 -5117 630429045 -5118 914762693 -5119 667653914 -5120 948283670 -5121 1702625752 -5122 37781242 -5123 298299218 -5124 1703560177 -5125 95300843 -5126 518704645 -5127 1737430152 -5128 1729106794 -5129 1029219526 -5130 769454442 -5131 644422502 -5132 1477545638 -5133 1016650780 -5134 552102395 -5135 82519128 -5136 968319385 -5137 1806901920 -5138 166251338 -5139 1374233743 -5140 769317907 -5141 1022756988 -5142 1364201694 -5143 1473203091 -5144 372435575 -5145 586486346 -5146 1119225915 -5147 212273589 -5148 1216915391 -5149 2033988609 -5150 879927504 -5151 17715414 -5152 1589130713 -5153 917708746 -5154 316014632 -5155 1145207242 -5156 1013009589 -5157 834719277 -5158 735153746 -5159 594632735 -5160 1863938803 -5161 1504608188 -5162 1239055237 -5163 1194000793 -5164 373775321 -5165 1791157632 -5166 1276519921 -5167 1342094706 -5168 1450575905 -5169 1442771260 -5170 568844801 -5171 72410164 -5172 318044600 -5173 1933046495 -5174 1545613255 -5175 690480175 -5176 372049194 -5177 517355522 -5178 902753765 -5179 1588964585 -5180 403860483 -5181 1782681269 -5182 1606679999 -5183 1992991196 -5184 552906367 -5185 1922694631 -5186 990714790 -5187 1565915956 -5188 609930260 -5189 1725868536 -5190 13065043 -5191 326385415 -5192 1082993077 -5193 1252120280 -5194 1520386208 -5195 1456768398 -5196 895794265 -5197 649422482 -5198 651379456 -5199 198886522 -5200 2092193742 -5201 1220224257 -5202 271296686 -5203 262754694 -5204 1005787104 -5205 1816909941 -5206 953234869 -5207 1377836298 -5208 186781815 -5209 1855988634 -5210 819317236 -5211 590642299 -5212 1491186255 -5213 278513587 -5214 436149847 -5215 2044092622 -5216 53724571 -5217 1426864638 -5218 1462524930 -5219 663654831 -5220 1005249526 -5221 1475589973 -5222 990040247 -5223 2088242603 -5224 580226606 -5225 362942807 -5226 1397527353 -5227 1476020871 -5228 1012365289 -5229 2048906809 -5230 1674907393 -5231 957075383 -5232 1121647418 -5233 1946204079 -5234 1219830077 -5235 2127434523 -5236 1615630372 -5237 25581299 -5238 1357787173 -5239 1802412187 -5240 1881569933 -5241 29620761 -5242 245570838 -5243 1225272541 -5244 308134349 -5245 681720686 -5246 1121881515 -5247 361858920 -5248 2108585324 -5249 436922798 -5250 1025513751 -5251 966351202 -5252 1912512771 -5253 2015553998 -5254 907110158 -5255 345255729 -5256 231013158 -5257 157153863 -5258 1821276600 -5259 1243378447 -5260 58577025 -5261 1348700345 -5262 52970183 -5263 1180224443 -5264 1147420776 -5265 1272800260 -5266 1160175318 -5267 615567500 -5268 1298381559 -5269 370478844 -5270 270496040 -5271 1032467845 -5272 400099605 -5273 516066878 -5274 110256738 -5275 708233954 -5276 1197787564 -5277 1232138253 -5278 1070092874 -5279 1158889240 -5280 1669061051 -5281 2095606626 -5282 2125240443 -5283 1434090175 -5284 1963676976 -5285 884866953 -5286 1779345904 -5287 47206486 -5288 1042020816 -5289 1453138857 -5290 1290584934 -5291 1100597841 -5292 654355554 -5293 1343555117 -5294 133338637 -5295 1801776331 -5296 468871729 -5297 1293513955 -5298 269860183 -5299 1767253289 -5300 1663992799 -5301 540356223 -5302 652237486 -5303 2064092405 -5304 1056423102 -5305 762494224 -5306 624842711 -5307 106727018 -5308 1994632477 -5309 1694935586 -5310 1265616259 -5311 1516209881 -5312 1643058564 -5313 1243373054 -5314 802816408 -5315 1459251892 -5316 2128240007 -5317 434678664 -5318 1506458379 -5319 1022777175 -5320 1887817521 -5321 649559665 -5322 2123375017 -5323 394689428 -5324 1993114782 -5325 109230006 -5326 48982111 -5327 314502863 -5328 1402743961 -5329 318842294 -5330 2081756152 -5331 919253113 -5332 859198518 -5333 586509990 -5334 835861870 -5335 1915621620 -5336 1349004214 -5337 1460704581 -5338 2022348638 -5339 1196153044 -5340 1008156519 -5341 1140481249 -5342 564879277 -5343 503731435 -5344 236370655 -5345 1367695685 -5346 1962983328 -5347 217127014 -5348 1802374349 -5349 1321958059 -5350 1239904190 -5351 1542708223 -5352 1971517724 -5353 1215795559 -5354 1937397651 -5355 1817148858 -5356 1325025565 -5357 1986379762 -5358 2131651721 -5359 580285878 -5360 157738408 -5361 2065924226 -5362 1499538991 -5363 1016936926 -5364 504950568 -5365 187917213 -5366 785074898 -5367 1853954783 -5368 1648621795 -5369 659939889 -5370 902624179 -5371 509294666 -5372 1800421138 -5373 1467503456 -5374 1013026102 -5375 2036791794 -5376 687715493 -5377 828525782 -5378 106435160 -5379 342606194 -5380 3000193 -5381 1346339350 -5382 1885314417 -5383 1974517917 -5384 414651261 -5385 1675228420 -5386 1644183127 -5387 1739676826 -5388 1514124534 -5389 1628351200 -5390 172479057 -5391 1671862943 -5392 1546791778 -5393 1672018048 -5394 541316221 -5395 2051742347 -5396 1859935262 -5397 1326391120 -5398 1758213482 -5399 1361073409 -5400 1986331009 -5401 513354013 -5402 1870368075 -5403 1639268499 -5404 1980857469 -5405 735910529 -5406 1528576645 -5407 521089314 -5408 1564436311 -5409 1635011806 -5410 863695508 -5411 1567436504 -5412 833867508 -5413 601526278 -5414 1394470773 -5415 1248518770 -5416 129271050 -5417 891170252 -5418 840711948 -5419 1643395585 -5420 372037805 -5421 1013191005 -5422 1167774880 -5423 1918829583 -5424 537725406 -5425 1709091101 -5426 1823088282 -5427 250177020 -5428 887998573 -5429 1433818116 -5430 1611250429 -5431 726845934 -5432 1947172129 -5433 1334134856 -5434 218630786 -5435 1780545950 -5436 2070045386 -5437 1747207431 -5438 154151616 -5439 1486998049 -5440 1234735589 -5441 1017847125 -5442 906950906 -5443 2068603098 -5444 1619373403 -5445 153938031 -5446 1169638220 -5447 1748644453 -5448 1045108284 -5449 2010350168 -5450 1244556390 -5451 1417146089 -5452 876057526 -5453 264847622 -5454 1188492024 -5455 1413782932 -5456 1973938724 -5457 864096659 -5458 1663959952 -5459 714453649 -5460 150431127 -5461 1127726733 -5462 1441299584 -5463 2097603257 -5464 314377941 -5465 1659930370 -5466 1730665559 -5467 236939679 -5468 1259654153 -5469 1884817176 -5470 1723937729 -5471 346906095 -5472 755180653 -5473 483404987 -5474 268025545 -5475 227070408 -5476 637343018 -5477 1437663765 -5478 1975714861 -5479 1682451302 -5480 1300530285 -5481 1072787604 -5482 952113743 -5483 29104163 -5484 1337635226 -5485 2140605768 -5486 1442887095 -5487 1164090302 -5488 857218779 -5489 959363399 -5490 1878543952 -5491 1007649906 -5492 2087090132 -5493 1172359888 -5494 957769515 -5495 253984426 -5496 684806610 -5497 540951427 -5498 490924105 -5499 1944460763 -5500 278284955 -5501 67378186 -5502 143883210 -5503 1033465608 -5504 550783173 -5505 411908755 -5506 1260536016 -5507 1188126192 -5508 1849572520 -5509 1088767229 -5510 723093846 -5511 1002619158 -5512 14071185 -5513 1675207590 -5514 1031723321 -5515 1351706412 -5516 1668329710 -5517 327126769 -5518 368313066 -5519 378064841 -5520 1286490168 -5521 99373370 -5522 1385714747 -5523 1226096653 -5524 1271733258 -5525 196000615 -5526 1480081079 -5527 1956539868 -5528 736952042 -5529 1971005184 -5530 1753516984 -5531 1015236997 -5532 2038383371 -5533 1897400194 -5534 2048702605 -5535 441682896 -5536 161825302 -5537 1161754973 -5538 1629809088 -5539 2011397822 -5540 103038554 -5541 205419287 -5542 866533332 -5543 117109740 -5544 1880626877 -5545 1898256654 -5546 1468816152 -5547 1401472939 -5548 77899775 -5549 1837129218 -5550 1779537780 -5551 1364389943 -5552 1936502589 -5553 1017768879 -5554 443002948 -5555 1060752199 -5556 1213769494 -5557 1923084027 -5558 869808420 -5559 1950721536 -5560 1746605564 -5561 475841756 -5562 818474885 -5563 1637505287 -5564 225758302 -5565 719693842 -5566 2079188183 -5567 387583604 -5568 1881448815 -5569 1561513624 -5570 251497779 -5571 1984487370 -5572 1766932911 -5573 1118031111 -5574 2101597110 -5575 1500076140 -5576 868804117 -5577 1422929614 -5578 754065431 -5579 946703892 -5580 1112575184 -5581 386119563 -5582 163610188 -5583 901594125 -5584 1403888442 -5585 606613136 -5586 1962346325 -5587 470174289 -5588 382213516 -5589 684671097 -5590 273412177 -5591 2128819080 -5592 1160512853 -5593 1091887063 -5594 1618840719 -5595 1386271155 -5596 1811580905 -5597 1550545254 -5598 1773854760 -5599 1545546073 -5600 964575230 -5601 2025352539 -5602 1382549795 -5603 584024493 -5604 995900002 -5605 1336663257 -5606 2084100633 -5607 1864704120 -5608 612109223 -5609 690682416 -5610 663924364 -5611 1724684407 -5612 1076801979 -5613 827534552 -5614 478794885 -5615 333206774 -5616 1434147689 -5617 293657562 -5618 803381063 -5619 1816361205 -5620 978328659 -5621 1076793240 -5622 1797696637 -5623 2138841512 -5624 21196655 -5625 1269053708 -5626 1377629019 -5627 1832777561 -5628 672115314 -5629 1004000131 -5630 1230839986 -5631 1636690545 -5632 881869022 -5633 465906133 -5634 73231390 -5635 1877769025 -5636 1802569390 -5637 9848376 -5638 1594989497 -5639 267194965 -5640 700530792 -5641 111430213 -5642 1991879372 -5643 1777332772 -5644 938964766 -5645 323190609 -5646 2110539546 -5647 225628807 -5648 616848171 -5649 766436961 -5650 2041990012 -5651 1595176830 -5652 1843230201 -5653 1692203001 -5654 1586534694 -5655 1864426857 -5656 813773061 -5657 816680066 -5658 1549720770 -5659 1485888375 -5660 1820680197 -5661 633077108 -5662 975095272 -5663 555065572 -5664 1098983241 -5665 1048326663 -5666 285350949 -5667 754068983 -5668 1058175039 -5669 1880340446 -5670 1021263948 -5671 1758705831 -5672 1991770659 -5673 865659672 -5674 1388554955 -5675 783251777 -5676 1188850282 -5677 1351610853 -5678 1008880584 -5679 1805698453 -5680 2118047814 -5681 903386948 -5682 1253391636 -5683 1813794368 -5684 448106301 -5685 692442682 -5686 1530737577 -5687 1261879362 -5688 1509122748 -5689 932974699 -5690 600284090 -5691 1182319298 -5692 1566051807 -5693 1575379362 -5694 1737384870 -5695 517551400 -5696 476222377 -5697 2022735819 -5698 1271620383 -5699 1534397416 -5700 1755592617 -5701 145400683 -5702 1145619600 -5703 1599879628 -5704 1011060355 -5705 386690907 -5706 235647758 -5707 52426989 -5708 1738301761 -5709 1244528342 -5710 1858125443 -5711 1708865927 -5712 431643 -5713 964033431 -5714 1375176647 -5715 448537944 -5716 1656476113 -5717 758430576 -5718 1710417307 -5719 1018115214 -5720 1691405275 -5721 163217749 -5722 52950864 -5723 1109973434 -5724 1738597111 -5725 1790335734 -5726 1627524834 -5727 67335841 -5728 1665587905 -5729 751661569 -5730 1601733257 -5731 1273696874 -5732 897062252 -5733 599869209 -5734 726092854 -5735 1908122608 -5736 986560117 -5737 961740612 -5738 1960549597 -5739 577378230 -5740 58785307 -5741 1671191392 -5742 138760509 -5743 59216950 -5744 487741175 -5745 1513937157 -5746 507754894 -5747 2144217289 -5748 124884085 -5749 70688553 -5750 1014848855 -5751 1816289361 -5752 233906302 -5753 1067799719 -5754 778779147 -5755 1972503414 -5756 710651805 -5757 258820334 -5758 2039839255 -5759 228756062 -5760 1010481903 -5761 1494088864 -5762 1502452936 -5763 1907544156 -5764 2093958074 -5765 81062142 -5766 1668183116 -5767 933034543 -5768 1042802755 -5769 1481249065 -5770 1510412773 -5771 1101588062 -5772 1004956810 -5773 1649173282 -5774 1160805012 -5775 1492697985 -5776 1015626791 -5777 1668559906 -5778 1489431626 -5779 1140510877 -5780 1739248460 -5781 356796833 -5782 809316590 -5783 1973154762 -5784 1424596552 -5785 1588095737 -5786 1798174528 -5787 2135248357 -5788 1846916071 -5789 1690530135 -5790 216520771 -5791 709914327 -5792 1037135352 -5793 1718973707 -5794 469974835 -5795 983609778 -5796 1800035850 -5797 2138157951 -5798 1916644321 -5799 695354957 -5800 1471923368 -5801 1279573446 -5802 1796943019 -5803 329396530 -5804 781263080 -5805 810264383 -5806 1822094516 -5807 1796889872 -5808 331340641 -5809 1164042494 -5810 789917101 -5811 2070589101 -5812 1520839328 -5813 1599233691 -5814 1896260216 -5815 797952232 -5816 1039845780 -5817 1546951096 -5818 785716942 -5819 739278204 -5820 1089997584 -5821 1002237713 -5822 1449192531 -5823 2127132936 -5824 573727773 -5825 1919167366 -5826 963259066 -5827 226279975 -5828 1909841669 -5829 732419739 -5830 921634932 -5831 1234281389 -5832 2011993185 -5833 571094303 -5834 1563677920 -5835 645772617 -5836 1381358686 -5837 1238288788 -5838 295178841 -5839 1712699327 -5840 254847634 -5841 1085095942 -5842 1635804781 -5843 1775686962 -5844 536845985 -5845 1384581349 -5846 426155547 -5847 1576691766 -5848 784048797 -5849 1211872489 -5850 168486322 -5851 1874046381 -5852 66626554 -5853 1617678853 -5854 1853695669 -5855 640354327 -5856 1389362571 -5857 669471087 -5858 866634302 -5859 1151720592 -5860 1401890826 -5861 1788269234 -5862 238518333 -5863 1266400363 -5864 211879889 -5865 1802196253 -5866 1912172981 -5867 1593238575 -5868 893001393 -5869 59868174 -5870 1158454255 -5871 1147849028 -5872 1144964117 -5873 646775388 -5874 776052342 -5875 1681810102 -5876 2031356737 -5877 1202207889 -5878 1111018220 -5879 667921886 -5880 266596730 -5881 1279504542 -5882 394484620 -5883 333223285 -5884 749699747 -5885 100696641 -5886 973577612 -5887 2139062318 -5888 770167729 -5889 1840211915 -5890 1143299262 -5891 24574907 -5892 1480997501 -5893 1381817596 -5894 1290975271 -5895 1692877391 -5896 1036530201 -5897 1055664604 -5898 1138632318 -5899 1929531595 -5900 1115532778 -5901 149602925 -5902 929896975 -5903 113013247 -5904 796378313 -5905 1705949317 -5906 1794823350 -5907 680251402 -5908 760673559 -5909 758357922 -5910 1348173289 -5911 1027270289 -5912 2037862465 -5913 1742657909 -5914 1360493574 -5915 640078564 -5916 1843354550 -5917 186587539 -5918 631657235 -5919 466038631 -5920 2026799454 -5921 1774956497 -5922 490613539 -5923 1360313307 -5924 1009290445 -5925 1781588810 -5926 905707050 -5927 2045820647 -5928 689769766 -5929 2044339369 -5930 1827868594 -5931 1805302544 -5932 46458646 -5933 610281921 -5934 1918315792 -5935 842836960 -5936 168747590 -5937 1565655494 -5938 1523088362 -5939 929421149 -5940 176529768 -5941 723778003 -5942 1956691439 -5943 66908585 -5944 318952264 -5945 1169701365 -5946 706987150 -5947 14823167 -5948 1356288904 -5949 1338644385 -5950 480861798 -5951 1235604710 -5952 966117234 -5953 971475337 -5954 448434370 -5955 1975407680 -5956 605580499 -5957 1354141420 -5958 1873744679 -5959 1295350265 -5960 1250997141 -5961 1554129625 -5962 953169162 -5963 1297455788 -5964 16927898 -5965 724001306 -5966 2140292748 -5967 185675488 -5968 142173152 -5969 1515897462 -5970 1115096638 -5971 318702920 -5972 92191818 -5973 924304429 -5974 385611506 -5975 411144082 -5976 2094005794 -5977 1092598656 -5978 425967249 -5979 1302811051 -5980 283759393 -5981 906829048 -5982 390932113 -5983 1249876627 -5984 1878304385 -5985 839366483 -5986 1077800659 -5987 336401237 -5988 46024256 -5989 804061690 -5990 1631751502 -5991 1297021397 -5992 210707667 -5993 437437016 -5994 446993537 -5995 227635565 -5996 1161438322 -5997 439802637 -5998 413311054 -5999 1303611474 -6000 1955700100 -6001 1528407692 -6002 1622314395 -6003 2047891918 -6004 305228473 -6005 2007925901 -6006 311552352 -6007 251750619 -6008 953040909 -6009 737519602 -6010 1554561670 -6011 1236800302 -6012 1644348650 -6013 1945493784 -6014 339193281 -6015 1375169387 -6016 637376619 -6017 1416993941 -6018 1711570624 -6019 683400875 -6020 73571983 -6021 1195838479 -6022 1980422273 -6023 284279651 -6024 1633275495 -6025 279932162 -6026 511915216 -6027 647230170 -6028 719734800 -6029 925226270 -6030 1950841644 -6031 527951252 -6032 306150314 -6033 1425672391 -6034 428359522 -6035 611378787 -6036 1286114644 -6037 739911874 -6038 863129407 -6039 91671905 -6040 1477431476 -6041 270207429 -6042 1328472207 -6043 974296478 -6044 68217565 -6045 1667665489 -6046 201982218 -6047 705594185 -6048 937175782 -6049 1913552842 -6050 1388995060 -6051 1010747765 -6052 961907673 -6053 1221933685 -6054 1295027416 -6055 447699521 -6056 1501865848 -6057 1806942633 -6058 1094929691 -6059 74117000 -6060 584685255 -6061 898287687 -6062 602068252 -6063 890835570 -6064 176476431 -6065 1030427774 -6066 1502214357 -6067 1462591075 -6068 1770339648 -6069 217860116 -6070 1554262981 -6071 1100287477 -6072 488067546 -6073 735251540 -6074 2074583955 -6075 556285111 -6076 255433381 -6077 129082525 -6078 1261879296 -6079 1192609163 -6080 2042635368 -6081 503390709 -6082 55873281 -6083 857059393 -6084 1725324394 -6085 1350900697 -6086 1304758914 -6087 1079706594 -6088 1010359682 -6089 252204957 -6090 1153823594 -6091 1595044938 -6092 1150492645 -6093 1755891846 -6094 338396860 -6095 1326969076 -6096 638835972 -6097 1840611217 -6098 642076503 -6099 261691973 -6100 2058471334 -6101 48855836 -6102 1361979450 -6103 399055232 -6104 784107377 -6105 1289079757 -6106 955340343 -6107 1039540758 -6108 1418162283 -6109 69735992 -6110 84666274 -6111 1313314003 -6112 573126701 -6113 140539555 -6114 22889748 -6115 150967447 -6116 1491440252 -6117 1327648663 -6118 1230674042 -6119 354316287 -6120 1579853620 -6121 237013988 -6122 1949361225 -6123 582862617 -6124 1992905835 -6125 140274437 -6126 1909831693 -6127 484258159 -6128 1980885654 -6129 404424549 -6130 745950132 -6131 1891873340 -6132 453280385 -6133 2107929582 -6134 143444924 -6135 1237387762 -6136 1249525692 -6137 1098785268 -6138 129444873 -6139 520204327 -6140 1168521260 -6141 214111147 -6142 1833518330 -6143 1741647961 -6144 354650702 -6145 1856408078 -6146 1892615408 -6147 1846090954 -6148 1036573093 -6149 975805802 -6150 52923593 -6151 468943066 -6152 1212819791 -6153 2002284818 -6154 1051805683 -6155 1058241978 -6156 2142559255 -6157 814153729 -6158 1542500137 -6159 1975961262 -6160 1218578278 -6161 140966622 -6162 1720350954 -6163 1671858663 -6164 101412556 -6165 1863795879 -6166 761762778 -6167 1350938248 -6168 815097499 -6169 891207651 -6170 1871142575 -6171 1983618759 -6172 1105318798 -6173 1557177257 -6174 1577783072 -6175 1459969500 -6176 1266101688 -6177 1322914832 -6178 1158576806 -6179 155191133 -6180 151236987 -6181 1211500400 -6182 624134199 -6183 1364056778 -6184 1066301570 -6185 1675939883 -6186 274815108 -6187 1061377178 -6188 342609964 -6189 1817315245 -6190 889854792 -6191 1561188242 -6192 1958281867 -6193 462722098 -6194 1085563257 -6195 2059694424 -6196 179034329 -6197 1847326035 -6198 1263149024 -6199 994131828 -6200 591050038 -6201 986807952 -6202 830266939 -6203 1696368836 -6204 396501561 -6205 260566363 -6206 1008854688 -6207 1662603249 -6208 1583481196 -6209 19947847 -6210 1817794383 -6211 1734718183 -6212 1231448247 -6213 294444934 -6214 951291313 -6215 150266169 -6216 1970384817 -6217 1226106421 -6218 1211643347 -6219 165511133 -6220 895938018 -6221 2101498139 -6222 1726699375 -6223 706736238 -6224 416736590 -6225 664778985 -6226 618947014 -6227 595770919 -6228 364621372 -6229 1882096038 -6230 1589902748 -6231 955671411 -6232 721420342 -6233 272686039 -6234 504556599 -6235 1117921904 -6236 533252403 -6237 1513411288 -6238 633041505 -6239 2116733599 -6240 1533359135 -6241 303352240 -6242 1703968134 -6243 617323734 -6244 597797175 -6245 507775799 -6246 767589903 -6247 420698344 -6248 1733882220 -6249 1979233251 -6250 586209478 -6251 482336590 -6252 1933247742 -6253 165425205 -6254 1189072828 -6255 202500684 -6256 830204190 -6257 1808019842 -6258 798271604 -6259 1194825563 -6260 1542632233 -6261 240690704 -6262 3013326 -6263 116568927 -6264 513376743 -6265 507569925 -6266 1234490831 -6267 1046629146 -6268 2020981213 -6269 1867532337 -6270 1015879097 -6271 1406856700 -6272 23400929 -6273 572363583 -6274 2024180434 -6275 621198104 -6276 1080139382 -6277 644286690 -6278 1041896449 -6279 666537954 -6280 476036293 -6281 1628105927 -6282 1148874545 -6283 261800387 -6284 1793531132 -6285 190463725 -6286 464301072 -6287 476251675 -6288 1998483568 -6289 1262572676 -6290 1671077238 -6291 1393632153 -6292 1503263380 -6293 1674090564 -6294 1510201080 -6295 2016640123 -6296 34176841 -6297 597208264 -6298 915785622 -6299 2055158055 -6300 317256953 -6301 1931664719 -6302 1314531107 -6303 340657882 -6304 356544655 -6305 1191227894 -6306 961855987 -6307 1436684037 -6308 1835514584 -6309 2003752436 -6310 2103221992 -6311 164067229 -6312 1484374715 -6313 1104612889 -6314 425867616 -6315 1130422199 -6316 1295076614 -6317 890168688 -6318 1606673874 -6319 1146076534 -6320 5257716 -6321 1130267464 -6322 392225039 -6323 1508521096 -6324 656874380 -6325 1902426120 -6326 1377677572 -6327 691051222 -6328 352150736 -6329 145979546 -6330 598725629 -6331 669407689 -6332 2077644265 -6333 1913256736 -6334 1010065571 -6335 286705272 -6336 957000982 -6337 1971921558 -6338 1723389310 -6339 645031918 -6340 1828190346 -6341 1679127654 -6342 809099147 -6343 1165081413 -6344 636256895 -6345 1234966764 -6346 148019965 -6347 1931333509 -6348 2125135452 -6349 1754693839 -6350 929926396 -6351 2130393169 -6352 737477656 -6353 1322151435 -6354 1491430617 -6355 1394352036 -6356 1077093907 -6357 721624541 -6358 2085403258 -6359 1429244643 -6360 867604087 -6361 536645239 -6362 2098652332 -6363 797764705 -6364 302418328 -6365 961234256 -6366 1084469977 -6367 1259419310 -6368 785672166 -6369 660375639 -6370 1904451229 -6371 466378865 -6372 192019645 -6373 566066728 -6374 1631460278 -6375 828276540 -6376 1801033492 -6377 1779480243 -6378 612126402 -6379 1778685297 -6380 1386690435 -6381 1542052798 -6382 1761594818 -6383 2124168091 -6384 716720585 -6385 1105541787 -6386 1371036479 -6387 1793814493 -6388 1827166329 -6389 1308956090 -6390 1075575488 -6391 547286768 -6392 1845601329 -6393 1026744173 -6394 1345051473 -6395 536009 -6396 1987978429 -6397 282037803 -6398 1259955320 -6399 626166947 -6400 942413442 -6401 1016922901 -6402 1092545812 -6403 1134433088 -6404 1582989629 -6405 576522443 -6406 1962709628 -6407 1236539474 -6408 208519038 -6409 427352382 -6410 867741123 -6411 1595209473 -6412 1969405180 -6413 481852293 -6414 1571893916 -6415 538642118 -6416 1587394080 -6417 795446748 -6418 184972963 -6419 1267076761 -6420 2104402838 -6421 1260548451 -6422 1814363530 -6423 1802520519 -6424 139808976 -6425 1011931355 -6426 1803056529 -6427 2127787405 -6428 1293969158 -6429 915528201 -6430 606470705 -6431 88898953 -6432 1932451102 -6433 1699016517 -6434 1223332041 -6435 1367957083 -6436 128055312 -6437 1038558021 -6438 457012909 -6439 336574351 -6440 1465910404 -6441 1324754032 -6442 1931783824 -6443 1287831936 -6444 1806606325 -6445 1356194093 -6446 1826474054 -6447 1246516758 -6448 4157193 -6449 2011447017 -6450 366109871 -6451 2108560031 -6452 1124511821 -6453 32989753 -6454 1763596902 -6455 1264320797 -6456 1044921109 -6457 1419169783 -6458 1244624555 -6459 191406619 -6460 187214336 -6461 1851095260 -6462 280305572 -6463 2119665438 -6464 1402628129 -6465 1503637613 -6466 1340138874 -6467 1530683442 -6468 394711987 -6469 1797151783 -6470 1867257793 -6471 1860622391 -6472 974422168 -6473 1651557969 -6474 1000970679 -6475 633544845 -6476 860268414 -6477 679961086 -6478 1880061603 -6479 864425607 -6480 543924455 -6481 98687827 -6482 825501990 -6483 1668436276 -6484 131677580 -6485 441615245 -6486 785273426 -6487 1176598689 -6488 1860785028 -6489 2029897981 -6490 1368005309 -6491 2047999365 -6492 1733509593 -6493 1648310881 -6494 2020181155 -6495 988654074 -6496 1004464847 -6497 1212836381 -6498 371853868 -6499 1399176834 -6500 862504517 -6501 91628013 -6502 1112315577 -6503 1836926685 -6504 1743185983 -6505 2113286256 -6506 322987882 -6507 455970749 -6508 645763694 -6509 55565838 -6510 1320396357 -6511 1189688150 -6512 154253665 -6513 2145898347 -6514 710640778 -6515 285931245 -6516 440029944 -6517 1495914204 -6518 1462529935 -6519 153331325 -6520 1378328537 -6521 683051596 -6522 53847042 -6523 964354482 -6524 183878829 -6525 2074028197 -6526 1953008557 -6527 1188343676 -6528 1139380931 -6529 177378777 -6530 440036862 -6531 2001885448 -6532 269006791 -6533 1552352439 -6534 1691328485 -6535 2012192774 -6536 1518155048 -6537 2014316367 -6538 320679875 -6539 16435094 -6540 2069882205 -6541 1641076232 -6542 1206123244 -6543 76652222 -6544 1639490932 -6545 1916764023 -6546 362583468 -6547 2079520876 -6548 1265194579 -6549 1825113403 -6550 85368553 -6551 496039469 -6552 360681351 -6553 139215595 -6554 1460393951 -6555 544560180 -6556 65760145 -6557 1265918860 -6558 1732903857 -6559 1205141076 -6560 1443297638 -6561 25457071 -6562 1059542876 -6563 1712304429 -6564 1577809511 -6565 603387713 -6566 1577013555 -6567 948480911 -6568 470220432 -6569 1897693430 -6570 964916005 -6571 392618990 -6572 1391286015 -6573 23555602 -6574 469271212 -6575 883293299 -6576 1940319625 -6577 831854680 -6578 815330527 -6579 1058030556 -6580 509484435 -6581 900699081 -6582 1554070025 -6583 870165786 -6584 1039914676 -6585 866980329 -6586 1414725967 -6587 1105674821 -6588 2132899189 -6589 1000146176 -6590 163332249 -6591 1428713179 -6592 1025603247 -6593 1222875125 -6594 993533960 -6595 455929110 -6596 1826262838 -6597 423063867 -6598 1404410021 -6599 148999623 -6600 173273650 -6601 221842379 -6602 541618613 -6603 1564559665 -6604 245397981 -6605 1010889825 -6606 300369316 -6607 38233958 -6608 1842744506 -6609 1115699843 -6610 1096264514 -6611 204745293 -6612 2016398924 -6613 502850892 -6614 1074911080 -6615 908829953 -6616 1369831221 -6617 342153399 -6618 2014504774 -6619 1355246762 -6620 1342299575 -6621 30353376 -6622 636476294 -6623 220419174 -6624 1253228501 -6625 1630010254 -6626 676348285 -6627 932007692 -6628 2053074122 -6629 2080758306 -6630 1081007315 -6631 78864124 -6632 155117037 -6633 1622625928 -6634 1643423789 -6635 400515018 -6636 486032105 -6637 1943793105 -6638 438748976 -6639 181292963 -6640 912009300 -6641 1535013491 -6642 386038257 -6643 780924577 -6644 2037864383 -6645 1460949337 -6646 1689754530 -6647 1260211956 -6648 1803102736 -6649 1556775656 -6650 467975070 -6651 997918663 -6652 1587129032 -6653 1104451364 -6654 1218337837 -6655 692873886 -6656 586977971 -6657 1894686122 -6658 1624881578 -6659 492568445 -6660 1827960781 -6661 558405245 -6662 571432569 -6663 1983077818 -6664 33547525 -6665 67372710 -6666 236109189 -6667 519579630 -6668 2011165815 -6669 674858165 -6670 700872594 -6671 775691467 -6672 62388008 -6673 1086910851 -6674 1556616044 -6675 2100252391 -6676 400376540 -6677 1098886926 -6678 1212980699 -6679 55995628 -6680 508178935 -6681 1680955770 -6682 1053914291 -6683 2095307967 -6684 637923486 -6685 124768480 -6686 640698205 -6687 1224901457 -6688 2019454603 -6689 118096135 -6690 1717469902 -6691 1699931736 -6692 676501380 -6693 141418823 -6694 1535525906 -6695 710048905 -6696 208791533 -6697 1771635095 -6698 1229628536 -6699 72473700 -6700 299009613 -6701 1930501130 -6702 848165168 -6703 361397621 -6704 869928333 -6705 257297564 -6706 314166365 -6707 1270304873 -6708 1356184491 -6709 1527147064 -6710 1326300501 -6711 1864363426 -6712 1060619186 -6713 232731144 -6714 1812187745 -6715 1698542673 -6716 357499624 -6717 305402303 -6718 775960482 -6719 229470579 -6720 423498438 -6721 345946737 -6722 1929402315 -6723 1099999819 -6724 487365560 -6725 1317444574 -6726 1810048724 -6727 696157094 -6728 941596021 -6729 892193612 -6730 768630794 -6731 1240605634 -6732 675211094 -6733 1616795962 -6734 1602003256 -6735 1545139427 -6736 1874093527 -6737 1916169621 -6738 667960652 -6739 1082794370 -6740 1295833037 -6741 1994261153 -6742 799674148 -6743 208968576 -6744 79508649 -6745 464378245 -6746 1907511249 -6747 437008274 -6748 769780548 -6749 535988083 -6750 666478853 -6751 1193278987 -6752 881934820 -6753 448397521 -6754 145795158 -6755 1369300381 -6756 1765842095 -6757 1955843882 -6758 2065457475 -6759 559954468 -6760 700553847 -6761 686604621 -6762 1800560103 -6763 1375764941 -6764 155916936 -6765 1255079711 -6766 773420721 -6767 2030010463 -6768 1023765684 -6769 1441381373 -6770 965321185 -6771 172115073 -6772 1288158879 -6773 1764995333 -6774 381083649 -6775 1367667528 -6776 81889930 -6777 141111250 -6778 1804675802 -6779 851670479 -6780 677099334 -6781 323671008 -6782 2044949466 -6783 1559034154 -6784 772068529 -6785 43260976 -6786 780850887 -6787 390426976 -6788 1999104858 -6789 698824714 -6790 950381444 -6791 552175057 -6792 1385429336 -6793 603457899 -6794 1927939999 -6795 1541346272 -6796 1858537610 -6797 553877072 -6798 1423873087 -6799 734819646 -6800 1995258445 -6801 241710624 -6802 906934720 -6803 1135933676 -6804 2006705957 -6805 1288018369 -6806 356117557 -6807 2088595887 -6808 1429129620 -6809 13309711 -6810 792782718 -6811 2106228954 -6812 336980719 -6813 690248536 -6814 1517779460 -6815 1109049248 -6816 733509512 -6817 151146700 -6818 1499476224 -6819 585130723 -6820 849971414 -6821 302374021 -6822 1137305780 -6823 87917102 -6824 905831920 -6825 917762131 -6826 1629263374 -6827 616885883 -6828 1471639203 -6829 905652813 -6830 1351705529 -6831 1319414001 -6832 1147363437 -6833 111156601 -6834 307864029 -6835 1006585746 -6836 1399174971 -6837 663981586 -6838 947697986 -6839 680820943 -6840 677291298 -6841 1740480704 -6842 639566249 -6843 1014272017 -6844 283245593 -6845 9862061 -6846 2123321266 -6847 1016755105 -6848 161008761 -6849 1475313842 -6850 1601885828 -6851 1010980176 -6852 1777687863 -6853 591707961 -6854 1098897278 -6855 536036136 -6856 1509470092 -6857 580677005 -6858 1152922019 -6859 833625648 -6860 1486329818 -6861 357143900 -6862 5556001 -6863 486209608 -6864 468300502 -6865 313420030 -6867 1867475473 -6868 977401617 -6869 293009692 -6870 400812768 -6871 1654692915 -6872 2033490397 -6873 1040379017 -6874 521481284 -6875 169252342 -6876 1050241078 -6877 497318902 -6878 1186007447 -6879 1211249840 -6880 1972632745 -6881 640409628 -6882 74746368 -6883 1602836960 -6884 1232117589 -6885 1173643646 -6886 2138873096 -6887 594104033 -6888 1754320651 -6889 1144311467 -6890 1427729681 -6891 1093166822 -6892 1501455368 -6893 1433285682 -6894 1579376430 -6895 1969755870 -6896 1746705713 -6897 924688136 -6898 1689747695 -6899 576623682 -6900 1217697829 -6901 2090560463 -6902 83832949 -6903 1103704578 -6904 983455832 -6905 605314233 -6906 1272956920 -6907 2033696910 -6908 1102633136 -6909 311480719 -6910 1097463102 -6911 927782233 -6912 951890347 -6913 1172209470 -6914 383135545 -6915 36524288 -6916 198369469 -6917 374524994 -6918 630628322 -6919 1952690120 -6920 1518836461 -6921 2058358003 -6922 898373294 -6923 872808181 -6924 1344160038 -6925 330266076 -6926 695080403 -6927 943382103 -6928 1254954213 -6929 237344450 -6930 1520005785 -6931 325168394 -6932 180421265 -6933 1603838734 -6934 1428872972 -6935 1163877097 -6936 61669319 -6937 554346244 -6938 1050090360 -6939 1164302455 -6940 865826963 -6941 69814 -6942 2092084688 -6943 1817717311 -6944 1172279285 -6945 327736586 -6946 1854241599 -6947 1370648754 -6948 702261580 -6949 337386273 -6950 1175855226 -6951 73614393 -6952 248260629 -6953 2074228521 -6954 946422575 -6955 1592420667 -6956 257010949 -6957 1641502978 -6958 388319122 -6959 1511965162 -6960 1878847429 -6961 1908324907 -6962 1837133556 -6963 2059268694 -6964 1364679993 -6965 1118522880 -6966 1075662144 -6967 1426349312 -6968 1672869124 -6969 2125752504 -6970 443168120 -6971 391212440 -6972 2125822318 -6973 387769160 -6974 61446103 -6975 1150617955 -6976 715505746 -6977 1915687702 -6978 373783061 -6979 1417767326 -6980 105590328 -6981 1549638288 -6982 1491381720 -6983 353850957 -6984 1476383161 -6985 290320647 -6986 1946271624 -6987 1733394110 -6988 1931823625 -6989 187107098 -6990 1097875625 -6991 1663187406 -6992 2095432005 -6993 787525533 -6994 1574972453 -6995 1312628350 -6996 1906048414 -6997 503150949 -6998 591494014 -6999 1431433890 -7000 481419805 -7001 1034662134 -7002 1822646330 -7003 459758475 -7004 1422431295 -7005 1884092433 -7006 1610376431 -7007 2137937041 -7008 1652296488 -7009 1984159492 -7010 1408220720 -7011 1757886816 -7012 1386314132 -7013 752118792 -7014 2111737773 -7015 715213645 -7016 1042439439 -7017 1910525749 -7018 301124108 -7019 826779416 -7020 2097632847 -7021 1398999733 -7022 342483175 -7023 2045581204 -7024 39041618 -7025 1917455628 -7026 1210725906 -7027 1945090032 -7028 273122929 -7029 1802219920 -7030 1229040275 -7031 754542734 -7032 689398407 -7033 904202957 -7034 1214301209 -7035 2111829702 -7036 640811743 -7037 677193992 -7038 2102283095 -7039 145624583 -7040 513869837 -7041 1363020167 -7042 1903511399 -7043 1900183969 -7044 2115138959 -7045 1867765524 -7046 467913967 -7047 1010094750 -7048 1630807625 -7049 769038075 -7050 1836874167 -7051 1580956824 -7052 20554160 -7053 31873694 -7054 1479054380 -7055 59595778 -7056 1949329322 -7057 542296638 -7058 2004685811 -7059 74968603 -7060 197032910 -7061 1086242438 -7062 829511337 -7063 886431317 -7064 1990445395 -7065 2043812546 -7066 850777371 -7067 483773490 -7068 573522891 -7069 805576819 -7070 629398073 -7071 1087392728 -7072 21113338 -7073 385425824 -7074 840093049 -7075 2136252298 -7076 105707700 -7077 1308007016 -7078 998863400 -7079 1736515325 -7080 2077045091 -7081 688253919 -7082 1169988501 -7083 2097599251 -7084 720127613 -7085 501559233 -7086 9711382 -7087 521973287 -7088 1043855871 -7089 2014397193 -7090 596941890 -7091 1240888782 -7092 953155983 -7093 1426453227 -7094 2127320099 -7095 796117730 -7096 1322782126 -7097 830613823 -7098 1279891221 -7099 1896305017 -7100 1636190642 -7101 1909289294 -7102 836214097 -7103 1657303980 -7104 147231471 -7105 1676307146 -7106 1646072630 -7107 252939171 -7108 836830515 -7109 497452383 -7110 1989454497 -7111 766391958 -7112 1185706302 -7113 1011959350 -7114 716507562 -7115 1905833916 -7116 1513518584 -7117 726218944 -7118 280323555 -7119 409890807 -7120 593132489 -7121 877265446 -7122 1650779589 -7123 1546288472 -7124 156235025 -7125 1630616041 -7126 194922554 -7127 1479017151 -7128 313746216 -7129 1474813775 -7130 1227838520 -7131 1949936858 -7132 1236619422 -7133 2064052617 -7134 1459757190 -7135 1383850893 -7136 1592876116 -7137 958346173 -7138 1636790064 -7139 282222983 -7140 1455798556 -7141 1478760913 -7142 1048614941 -7143 494021210 -7144 343236616 -7145 1765122503 -7146 252371478 -7147 1856755200 -7148 343857799 -7149 532695034 -7150 119162359 -7151 936990288 -7152 1409960480 -7153 1769941949 -7154 335795112 -7155 1566195505 -7156 1253074342 -7157 530717667 -7158 897729009 -7159 1566820558 -7160 2005531442 -7161 2125567529 -7162 1369273768 -7163 1094667216 -7164 2042136499 -7165 681547310 -7166 331034461 -7167 1487528967 -7168 1639893483 -7169 1967824526 -7170 1769751950 -7171 948208391 -7172 1299101791 -7173 670883243 -7174 1442229602 -7175 1642338407 -7176 288522099 -7177 1694601080 -7178 1351609959 -7179 632379898 -7180 79812466 -7181 1470772319 -7182 1569370187 -7183 1489772946 -7184 1093230620 -7185 1905165299 -7186 908484804 -7187 198821314 -7188 288399318 -7189 1806213813 -7190 1765641872 -7191 146447113 -7192 1784297694 -7193 987431992 -7194 1241114329 -7195 1678950545 -7196 1668979302 -7197 1572148791 -7198 1018995864 -7199 1161389138 -7200 1392489669 -7201 641264166 -7202 2109597529 -7203 544107812 -7204 1312147410 -7205 1404343483 -7206 38962572 -7207 1600669509 -7208 951460916 -7209 1390572531 -7210 85565759 -7211 1031273382 -7212 713861202 -7213 1654935946 -7214 373562681 -7215 1807091822 -7216 1412617598 -7217 1282047485 -7218 2005913136 -7219 1701016916 -7220 940777650 -7221 1624071360 -7222 1847464029 -7223 577591696 -7224 464019704 -7225 941094711 -7226 109058594 -7227 2132999007 -7228 365759854 -7229 1128054458 -7230 1146904497 -7231 1758249523 -7232 1769318625 -7233 1109018378 -7234 154873687 -7235 933982387 -7236 365878214 -7237 193836259 -7238 387168248 -7239 1317339130 -7240 1584408791 -7241 472734007 -7242 201128864 -7243 150786345 -7244 2127669954 -7245 574691545 -7246 1957878168 -7247 1392803904 -7248 1856739030 -7249 1816307656 -7250 946337172 -7251 650033032 -7252 1292895369 -7253 646317554 -7254 1227624729 -7255 1756915073 -7256 1587412265 -7257 1336683323 -7258 1742430432 -7259 1953172119 -7260 317254133 -7261 741851281 -7262 1563937994 -7263 2086572758 -7264 1850869660 -7265 1718811681 -7266 873071497 -7267 69264226 -7268 1912647941 -7269 1260239745 -7270 1386603356 -7271 1349573084 -7272 1732973753 -7273 1587732220 -7274 1500359429 -7275 1713160059 -7276 14940118 -7277 1310753949 -7278 958480315 -7279 1871679148 -7280 979577958 -7281 1904817487 -7282 374228533 -7283 124989679 -7284 403651393 -7285 1601853262 -7286 1881904752 -7287 1991063658 -7288 791052937 -7289 1476851537 -7290 1796752129 -7291 1108307070 -7292 71219170 -7293 1213206475 -7294 1047396181 -7295 1922088830 -7296 784534509 -7297 1920467678 -7298 1991353056 -7299 549698802 -7300 1033223776 -7301 1230472764 -7302 1899271886 -7303 618713881 -7304 670721337 -7305 1252147667 -7306 184390292 -7307 685661455 -7308 415417969 -7309 1142870607 -7310 409856955 -7311 1394995927 -7312 900204446 -7313 784085488 -7314 1519985606 -7315 1303855840 -7316 238455102 -7317 1254406710 -7318 1147435850 -7319 1029508039 -7320 583774599 -7321 796704332 -7322 2137815110 -7323 654993770 -7324 2009910807 -7325 1037727643 -7326 429598952 -7327 646961668 -7328 810711673 -7329 273468361 -7330 1196660470 -7331 1843935449 -7332 1503941125 -7333 948448708 -7334 315165682 -7335 27178814 -7336 53112728 -7337 499555974 -7338 712840269 -7339 468530697 -7340 1642426581 -7341 1122697225 -7342 1863526624 -7343 395147380 -7344 1906782713 -7345 1236028582 -7346 1699003220 -7347 2145237816 -7348 342951644 -7349 698955422 -7350 1027262207 -7351 926726244 -7352 1495659754 -7353 1017593669 -7354 1581720014 -7355 1358086914 -7356 2055321312 -7357 2011318966 -7358 2005048582 -7359 718549338 -7360 137303679 -7361 1054225405 -7362 415001139 -7363 1641244805 -7364 2002674113 -7365 730166822 -7366 1668423619 -7367 2055786841 -7368 1229722796 -7369 233780241 -7370 376833890 -7371 724665730 -7372 1356477466 -7373 92876866 -7374 1119813110 -7375 1115776531 -7376 1328905448 -7377 671332682 -7378 1113530699 -7379 1671857093 -7380 1370288104 -7381 2140792907 -7382 451099689 -7383 718464211 -7384 1010902928 -7385 2032819703 -7386 2076551125 -7387 918740593 -7388 1896655021 -7389 1934116059 -7390 1637289931 -7391 2033958701 -7392 840857816 -7393 2052291070 -7394 1527719858 -7395 696048282 -7396 634974244 -7397 1048659829 -7398 604351475 -7399 1864697041 -7400 1282440070 -7401 981185366 -7402 441879123 -7403 491433888 -7404 1074062232 -7405 1561692233 -7406 1607210420 -7407 255484033 -7408 85541267 -7409 573257471 -7410 1927341126 -7411 1455829371 -7412 566566730 -7413 230957167 -7414 26809934 -7415 1577469659 -7416 116293222 -7417 2103361059 -7418 348726604 -7419 2012948243 -7420 1889993471 -7421 1986016535 -7422 1899423296 -7423 583367639 -7424 1890823957 -7425 1279659506 -7426 1279415921 -7427 378314554 -7428 180835688 -7429 1883767397 -7430 95527947 -7431 1463275758 -7432 717469115 -7433 537407070 -7434 1954709647 -7435 1791531347 -7436 2099099303 -7437 1414436419 -7438 2047015380 -7439 37156922 -7440 1987693890 -7441 1826872858 -7442 1492986293 -7443 406776973 -7444 2057830025 -7445 1519796228 -7446 1984246632 -7447 26639599 -7448 1475673639 -7449 185489588 -7450 2039587843 -7451 1218183462 -7452 24022475 -7453 1791527491 -7454 1801551102 -7455 1914846432 -7456 923703350 -7457 933483375 -7458 145677338 -7459 1104539038 -7460 669767124 -7461 241205285 -7462 420331148 -7463 1387236239 -7464 778612355 -7465 227557147 -7466 1031283939 -7467 730228010 -7468 1641993566 -7469 930815671 -7470 767384932 -7471 1482203809 -7472 610204882 -7473 112887578 -7474 1888980782 -7475 520551259 -7476 1632683806 -7477 1725743766 -7478 547190859 -7479 960873797 -7480 1911233354 -7481 439295054 -7482 31573612 -7483 1935255829 -7484 83338897 -7485 1833124714 -7486 1702618613 -7487 1007042247 -7488 619124441 -7489 1848295952 -7490 2111581285 -7491 1288891566 -7492 2089501237 -7493 384428786 -7494 528644157 -7495 720629945 -7496 611985933 -7497 1559928096 -7498 1450857955 -7499 106495852 -7500 343260120 -7501 70759240 -7502 1588699661 -7503 953465002 -7504 183646818 -7505 1330196795 -7506 1474016261 -7507 1816330624 -7508 908456913 -7509 2021207120 -7510 629720773 -7511 672206619 -7512 313018526 -7513 661294385 -7514 459978800 -7515 396357424 -7516 346935451 -7517 15113765 -7518 1403399671 -7519 966059893 -7520 1863409717 -7521 1367497309 -7522 107467811 -7523 1805427307 -7524 1751926095 -7525 636111968 -7526 378573604 -7527 216428380 -7528 48556417 -7529 1829431559 -7530 322924232 -7531 391816537 -7532 1900190799 -7533 1911623893 -7534 1345281539 -7535 2083837617 -7536 1094337040 -7537 671814152 -7538 1752684593 -7539 2002793953 -7540 545537625 -7541 234921719 -7542 527516924 -7543 858556151 -7544 896216104 -7545 987495724 -7546 1254913575 -7547 1243151556 -7548 1002609490 -7549 510829599 -7550 61727801 -7551 718535559 -7552 1878326908 -7553 169195612 -7554 376479218 -7555 1482769355 -7556 805307580 -7557 755052822 -7558 1699197735 -7559 853863997 -7560 437000734 -7561 2022121968 -7562 1245680534 -7563 189707885 -7564 1786262213 -7565 443478425 -7566 126061855 -7567 733115606 -7568 1115292578 -7569 1878746448 -7570 588425911 -7571 1660830203 -7572 2113668167 -7573 1115942836 -7574 371902706 -7575 862400624 -7576 2103438560 -7577 1626816282 -7578 2105552180 -7579 958564402 -7580 2137645881 -7581 19796333 -7582 1677099962 -7583 1868489141 -7584 188991945 -7585 2053579180 -7586 1203774848 -7587 994299525 -7588 661148355 -7589 755488935 -7590 1848163523 -7591 1098149089 -7592 630127255 -7593 946360409 -7594 1287856974 -7595 268905821 -7596 1389838835 -7597 1413918829 -7598 1002021427 -7599 357647765 -7600 1145181630 -7601 1590447338 -7602 2018477968 -7603 1111366149 -7604 558906526 -7605 242897026 -7606 1973766773 -7607 514861439 -7608 1869713308 -7609 1931835305 -7610 1473425841 -7611 1859875541 -7612 1951631638 -7613 1003042155 -7614 1580881034 -7615 2140623583 -7616 909137688 -7617 637172234 -7618 987439461 -7619 1570286043 -7620 1392661170 -7621 688119336 -7622 520951484 -7623 2022788425 -7624 1634479745 -7625 1808808458 -7626 144210598 -7627 876834932 -7628 1075243640 -7629 1146232025 -7630 1234482697 -7631 72941622 -7632 589195716 -7633 1105477017 -7634 1184307771 -7635 1148102242 -7636 1348374044 -7637 1010590897 -7638 1662963681 -7639 1070603704 -7640 794942554 -7641 988905875 -7642 782995598 -7643 599090545 -7644 1991948030 -7645 216392984 -7646 592230480 -7647 753602070 -7648 853565219 -7649 1579669941 -7650 176404465 -7651 98742741 -7652 120305629 -7653 697355949 -7654 2121531166 -7655 1754785375 -7656 358680760 -7657 118258117 -7658 484136659 -7659 1433924400 -7660 1264490142 -7661 1718619357 -7662 1506866022 -7663 1853685858 -7664 676612726 -7665 543690145 -7666 854304453 -7667 2024986770 -7668 1554281042 -7669 369784486 -7670 948106827 -7671 201739949 -7672 1358690361 -7673 1731102425 -7674 800830494 -7675 1203154744 -7676 1947495409 -7677 1393060974 -7678 1956756814 -7679 653576980 -7680 825247268 -7681 2133161280 -7682 752319721 -7683 945552897 -7684 683033581 -7685 726367240 -7686 552854624 -7687 1041714341 -7688 844625357 -7689 1036991284 -7690 328155093 -7691 2109115499 -7692 608126993 -7693 1835021115 -7694 1815317710 -7695 1284739719 -7696 231227613 -7697 522138515 -7698 1162242842 -7699 1785508655 -7700 891923001 -7701 2110349669 -7702 1987248604 -7703 103129715 -7704 1693968446 -7705 640595450 -7706 1306284459 -7707 1493980207 -7708 2033656425 -7709 1115557625 -7710 73540 -7711 711420045 -7712 1101235257 -7713 752393261 -7714 1656972942 -7715 1784268839 -7716 1478760501 -7717 62343919 -7718 678499532 -7719 175902210 -7720 1099335203 -7721 1006654626 -7722 137534062 -7723 1707462196 -7724 694192093 -7725 1952851772 -7726 844718267 -7727 925419706 -7728 327506639 -7729 2006961109 -7730 563444714 -7731 1219429640 -7732 1969827130 -7733 403209670 -7734 1322559355 -7735 1516311928 -7736 1043805121 -7737 481360166 -7738 862808488 -7739 929977898 -7740 1596917792 -7741 862882028 -7742 1641397943 -7743 550669401 -7744 1615275289 -7745 1150887237 -7746 187454592 -7747 946552143 -7748 1213231156 -7749 865954125 -7750 1122454353 -7751 165082711 -7752 1872608751 -7753 1259988415 -7754 1872544907 -7755 419317196 -7756 1065356539 -7757 569779527 -7758 1344736903 -7759 1392863178 -7760 429256988 -7761 1908181617 -7762 464809171 -7763 251600471 -7764 163907639 -7765 1787368526 -7766 1767912399 -7767 1207712760 -7768 121245045 -7769 483237239 -7770 2137690658 -7771 1718162837 -7772 1346119267 -7773 1631604953 -7774 121348590 -7775 813910909 -7776 635008543 -7777 308803183 -7778 1760463052 -7779 1848239699 -7780 1174757308 -7781 735433757 -7782 2013322411 -7783 899882411 -7784 1995422173 -7785 1738383670 -7786 1319199607 -7787 913295064 -7788 160679549 -7789 516452862 -7790 158674595 -7791 589936538 -7792 277150831 -7793 623483766 -7794 841537009 -7795 441058471 -7796 263368644 -7797 461965760 -7798 1648771231 -7799 384613689 -7800 945203000 -7801 1638978242 -7802 2102776526 -7803 143838619 -7804 1123099547 -7805 76641469 -7806 957749528 -7807 1758108090 -7808 385444652 -7809 570728932 -7810 1458864142 -7811 1560201960 -7812 1306162690 -7813 1324702905 -7814 312600723 -7815 1154101215 -7816 915602927 -7817 1631800330 -7818 2067396279 -7819 1076282477 -7820 769545 -7821 78587226 -7822 1666219015 -7823 277920376 -7824 702070992 -7825 360272376 -7826 718978847 -7827 965439637 -7828 822238136 -7829 220266431 -7830 1350053326 -7831 1767441136 -7832 1859244673 -7833 1305346205 -7834 1911279756 -7835 834860572 -7836 1381987674 -7837 721545636 -7838 445485015 -7839 1767432326 -7840 1292274569 -7841 1904349157 -7842 1180150638 -7843 450953611 -7844 1081568414 -7845 1492751361 -7846 1605054826 -7847 1997171341 -7848 977068043 -7849 1524967457 -7850 925970170 -7851 977837588 -7852 1603554684 -7853 444705537 -7854 1255757965 -7855 158142028 -7856 804977913 -7857 1974736812 -7858 1123581665 -7859 1627216050 -7860 47519595 -7861 326151344 -7862 1247173538 -7863 1906764268 -7864 1631497549 -7865 1010969646 -7866 594141193 -7867 866001575 -7868 1732515283 -7869 1039626208 -7870 485950253 -7871 877306204 -7872 796491717 -7873 1666100891 -7874 1328259815 -7875 1878060131 -7876 1011368604 -7877 785830993 -7878 1727747824 -7879 1988436647 -7880 163314802 -7881 506234347 -7882 818790588 -7883 1766869486 -7884 950939884 -7885 2074548553 -7886 1925011515 -7887 1755917798 -7888 1901801717 -7889 901109532 -7890 1235650200 -7891 1949321313 -7892 1227260876 -7893 335340090 -7894 1708601933 -7895 711274777 -7896 1346309737 -7897 155259478 -7898 1577276352 -7899 931341372 -7900 1194885686 -7901 2063226605 -7902 1808647576 -7903 1991377403 -7904 1581843848 -7905 989423743 -7906 1721953886 -7907 445728804 -7908 1775254736 -7909 1302218063 -7910 286681804 -7911 1938569538 -7912 1808452410 -7913 1105472392 -7914 1557955377 -7915 611908646 -7916 1032537297 -7917 1335483244 -7918 220342796 -7919 786855366 -7920 89109128 -7921 1455992996 -7922 588693031 -7923 1316370005 -7924 1791333087 -7925 149811317 -7926 2027644782 -7927 990159176 -7928 305070795 -7929 1457437487 -7930 1921500548 -7931 1499956482 -7932 1373180444 -7933 1582664476 -7934 1343850237 -7935 807540645 -7936 424604571 -7937 918320476 -7938 1253269449 -7939 52375659 -7940 73054891 -7941 1539951253 -7942 1990945197 -7943 1881507301 -7944 497939997 -7945 1401416926 -7946 345932299 -7947 1530477294 -7948 589416522 -7949 566275096 -7950 169849013 -7951 678525651 -7952 2022268092 -7953 758542044 -7954 1994895656 -7955 1666117531 -7956 908353361 -7957 1875056790 -7958 508793059 -7959 1213424157 -7960 1185010629 -7961 282809959 -7962 565896991 -7963 410707426 -7964 1865474435 -7965 1909747228 -7966 1218248071 -7967 142595358 -7968 680584056 -7969 324033872 -7970 194971017 -7971 753638947 -7972 1863985126 -7973 38432567 -7974 487662600 -7975 214441475 -7976 1439849493 -7977 833594900 -7978 1744918770 -7979 2029266016 -7980 1399869996 -7981 1914767783 -7982 560308019 -7983 1274654440 -7984 525826179 -7985 407720027 -7986 793288324 -7987 1434179541 -7988 135293169 -7989 1302081383 -7990 500120050 -7991 1320303799 -7992 1584891343 -7993 1066017041 -7994 1731011225 -7995 1302882130 -7996 828280621 -7997 801775648 -7998 1445477489 -7999 1508864678 -8000 1125809520 -8001 1640448506 -8002 115019977 -8003 842310998 -8004 1678881073 -8005 602682578 -8006 1056752474 -8007 971246919 -8008 1436277478 -8009 654187596 -8010 853029287 -8011 688663826 -8012 421471731 -8013 1413337306 -8014 1963318266 -8015 947297910 -8016 1821057333 -8017 609122942 -8018 233993803 -8019 1956350502 -8020 1911204326 -8021 734113853 -8022 1129170653 -8023 1348612021 -8024 1800130894 -8025 712698230 -8026 504010503 -8027 480927868 -8028 1514473878 -8029 1949487992 -8030 1989792546 -8031 492799751 -8032 1442452851 -8033 2104812523 -8034 1335110749 -8035 973850276 -8036 560011453 -8037 244379575 -8038 1945097195 -8039 1996288931 -8040 898567171 -8041 650642834 -8042 537469109 -8043 1320038902 -8044 2063980140 -8045 353303728 -8046 119853165 -8047 1737553825 -8048 962426670 -8049 353846968 -8050 1546420680 -8051 726147348 -8052 1087960822 -8053 528107685 -8054 2074759369 -8055 740608068 -8056 1240805916 -8057 431286225 -8058 1221535936 -8059 607796146 -8060 233290569 -8061 1063844834 -8062 1100595897 -8063 1675743420 -8064 1021173710 -8065 288222999 -8066 502110049 -8067 1581185163 -8068 532602574 -8069 299723596 -8070 1429990447 -8071 1431169746 -8072 950366431 -8073 1967459556 -8074 603725000 -8075 866862923 -8076 173279636 -8077 723578165 -8078 456933101 -8079 1135706307 -8080 1077425134 -8081 2003353781 -8082 1861853655 -8083 17902308 -8084 383977818 -8085 1789129377 -8086 758510376 -8087 1624783734 -8088 72931954 -8089 1980046313 -8090 85096233 -8091 306222523 -8092 896407499 -8093 1185692130 -8094 1981965944 -8095 1917581209 -8096 1473915129 -8097 336592345 -8098 1351282725 -8099 2006517704 -8100 636315941 -8101 633789524 -8102 1290203802 -8103 1586682372 -8104 453765432 -8105 1893928802 -8106 306061648 -8107 627045069 -8108 470023320 -8109 762994749 -8110 1762751376 -8111 1547448454 -8112 618864882 -8113 1477121383 -8114 1565350762 -8115 1002842700 -8116 1118767112 -8117 176377490 -8118 480142787 -8119 1191699066 -8120 8940155 -8121 565239020 -8122 1497921590 -8123 905347655 -8124 1750931150 -8125 1332403886 -8126 675445216 -8127 1077362632 -8128 1668996231 -8129 2026727941 -8130 936396688 -8131 157828524 -8132 513033817 -8133 79116842 -8134 1744510897 -8135 966799250 -8136 1973045644 -8137 2050572545 -8138 1593844319 -8139 295585316 -8140 666083646 -8141 1209112047 -8142 1843033770 -8143 1284948528 -8144 538749782 -8145 1260900884 -8146 140307580 -8147 1657516895 -8148 1437278375 -8149 620450367 -8150 701732313 -8151 1446218530 -8152 1185689387 -8153 52170255 -8154 204082537 -8155 789136890 -8156 1384574141 -8157 879527754 -8158 1866499522 -8159 906086724 -8160 758772047 -8161 655412562 -8162 1063915249 -8163 1271805865 -8164 734529404 -8165 660942498 -8166 91121467 -8167 560091400 -8168 564031395 -8169 1684965786 -8170 855676717 -8171 1230115041 -8172 746594185 -8173 551226839 -8174 367579921 -8175 1285343967 -8176 1812127724 -8177 507887501 -8178 795377214 -8179 1101922451 -8180 1128337869 -8181 1497109528 -8182 400657333 -8183 166543608 -8184 1549279783 -8185 604739871 -8186 955680498 -8187 786370277 -8188 1484267625 -8189 674696372 -8190 1692457001 -8191 95556024 -8192 1330108934 -8193 608888602 -8194 1367361889 -8195 2064638338 -8196 1269831100 -8197 1458483356 -8198 477246091 -8199 1833862495 -8200 995965494 -8201 1332922808 -8202 916493888 -8203 1742559679 -8204 1884149647 -8205 1284073809 -8206 880419999 -8207 1548793723 -8208 1791961311 -8209 1675797213 -8210 503232526 -8211 772815532 -8212 1025423093 -8213 903889860 -8214 939359140 -8215 427219229 -8216 1508629731 -8217 1895039639 -8218 1213589506 -8219 845413708 -8220 422252363 -8221 758562859 -8222 940969732 -8223 1752361298 -8224 1367451462 -8225 160847974 -8226 1669515988 -8227 489798914 -8228 1619331330 -8229 2146762079 -8230 176177762 -8231 467813177 -8232 1332201239 -8233 1092671650 -8234 62889208 -8235 1068867239 -8236 229261812 -8237 943309207 -8238 470177314 -8239 2021223123 -8240 471622773 -8241 973409841 -8242 646555007 -8243 1497045866 -8244 1877299701 -8245 1585914147 -8246 1924265095 -8247 1238445784 -8248 1333470138 -8249 990370953 -8250 2083859492 -8251 1755722502 -8252 1748933813 -8253 877345576 -8254 1360600152 -8255 968901627 -8256 1038193550 -8257 882632492 -8258 1458700541 -8259 510041233 -8260 881910924 -8261 1634878303 -8262 977854410 -8263 66628515 -8264 580066306 -8265 1040743618 -8266 1135495754 -8267 809328118 -8268 1984052826 -8269 1605673069 -8270 683067593 -8271 308191951 -8272 431599262 -8273 1329622600 -8274 1805237817 -8275 161415315 -8276 768053099 -8277 1582019265 -8278 1399861099 -8279 2101523238 -8280 424906570 -8281 1336236943 -8282 1709762092 -8283 26356735 -8284 66098871 -8285 922878596 -8286 995258362 -8287 1104292422 -8288 1805511088 -8289 306475256 -8290 1614333655 -8291 539938364 -8292 1941353559 -8293 444704417 -8294 606566880 -8295 373936217 -8296 1485448035 -8297 1742062634 -8298 1183264335 -8299 1322017213 -8300 1200252055 -8301 1866331928 -8302 1630209164 -8303 1631851317 -8304 1048470880 -8305 1287963334 -8306 1793266632 -8307 1816523980 -8308 722498951 -8309 1045644083 -8310 1770563570 -8311 1147405521 -8312 234397378 -8313 1332842014 -8314 1173762257 -8315 300496250 -8316 108236962 -8317 21536971 -8318 1404788672 -8319 1913748050 -8320 328012227 -8321 871638679 -8322 306202767 -8323 121882139 -8324 1316343096 -8325 912769647 -8326 495818356 -8327 654307483 -8328 507348633 -8329 1679082692 -8330 1976324697 -8331 1707600689 -8332 1397930972 -8333 1459050213 -8334 1191968358 -8335 298918205 -8336 599529899 -8337 837751343 -8338 2115442185 -8339 1322028850 -8340 1883395426 -8341 1738522107 -8342 321950724 -8343 2117792805 -8344 923880473 -8345 1495712981 -8346 270805407 -8347 1032117435 -8348 1517249952 -8349 1675594079 -8350 798381837 -8351 1845262180 -8352 399749110 -8353 1104584604 -8354 1967144319 -8355 1716092206 -8356 2017354251 -8357 315479027 -8358 222916041 -8359 377219237 -8360 1994561719 -8361 51757090 -8362 2084819926 -8363 1245009044 -8364 1510807304 -8365 1129304636 -8366 1543927249 -8367 2110337203 -8368 1967055979 -8369 1511885786 -8370 1284882406 -8371 1702967758 -8372 1102924245 -8373 1606833130 -8374 1673276915 -8375 2026804718 -8376 955062463 -8377 1944082322 -8378 911438505 -8379 324828767 -8380 1472192753 -8381 1709820342 -8382 22607299 -8383 1871941863 -8384 666921299 -8385 1989751618 -8386 1440550421 -8387 536791902 -8388 157746998 -8389 1663466462 -8390 914011139 -8391 4825069 -8392 1715223553 -8393 851347417 -8394 1249834113 -8395 1078547209 -8396 1980652054 -8397 646277714 -8398 1041400764 -8399 1800224385 -8400 10679852 -8401 178799522 -8402 1355708495 -8403 1113604097 -8404 1785632652 -8405 881501762 -8406 992925167 -8407 593211467 -8408 678100436 -8409 1904363672 -8410 918040235 -8411 2809541 -8412 1466700367 -8413 940647534 -8414 1874751404 -8415 2133621666 -8416 782915505 -8417 1167818177 -8418 522929920 -8419 940662503 -8420 683800992 -8421 1436941060 -8422 945487572 -8423 251540897 -8424 140804829 -8425 47838038 -8426 1330088106 -8427 2121456883 -8428 694115752 -8429 224005222 -8430 1774197621 -8431 704795605 -8432 402804745 -8433 982422468 -8434 1818399702 -8435 40953749 -8436 1863924231 -8437 663841222 -8438 634165217 -8439 394541019 -8440 420721246 -8441 1552205452 -8442 397350561 -8443 1887421613 -8444 345369338 -8445 124618317 -8446 1873559631 -8447 1128284843 -8448 1292436495 -8449 249005904 -8450 2068947346 -8451 1976237487 -8452 1685946964 -8453 866951271 -8454 80294736 -8455 1826751793 -8456 914789309 -8457 1410382842 -8458 1800725029 -8459 1608905061 -8460 1634388064 -8461 1427439002 -8462 166217018 -8463 2037192809 -8464 262377822 -8465 1984616721 -8466 2078146559 -8467 2126302053 -8468 500974295 -8469 564828128 -8470 373359425 -8471 921695541 -8472 2117033580 -8473 770709986 -8474 661633507 -8475 314919270 -8476 895328303 -8477 387709490 -8478 1443204114 -8479 40281150 -8480 636715394 -8481 1364667812 -8482 2016518637 -8483 175178710 -8484 84135435 -8485 2096813373 -8486 2001930504 -8487 998924744 -8488 1359712567 -8489 1655171885 -8490 460346158 -8491 846616984 -8492 935127239 -8493 626563176 -8494 736326145 -8495 1197505061 -8496 463696249 -8497 666989056 -8498 1176323467 -8499 964670544 -8500 1231817184 -8501 1549682892 -8502 1886366086 -8503 1201367116 -8504 172909230 -8505 400515945 -8506 1516286387 -8507 1068237533 -8508 788225435 -8509 812006853 -8510 1108518684 -8511 1424940830 -8512 29191017 -8513 977553673 -8514 1600119540 -8515 113326453 -8516 926883399 -8517 1454566396 -8518 1112251197 -8519 139112318 -8520 962254633 -8521 1572597355 -8522 985729302 -8523 1897381872 -8524 51676884 -8525 1722055448 -8526 947403286 -8527 515373133 -8528 241560856 -8529 2123726753 -8530 1480043678 -8531 1473378041 -8532 1525925997 -8533 1218926116 -8534 527261509 -8535 1698835227 -8536 1619442061 -8537 2043547896 -8538 619589112 -8539 260183848 -8540 708071101 -8541 1728107796 -8542 1685124678 -8543 737262119 -8544 558177822 -8545 1137760571 -8546 850588572 -8547 1485061221 -8548 444843319 -8549 1962839769 -8550 1624173539 -8551 1407097953 -8552 1387953477 -8553 462419194 -8554 1156996177 -8555 1439630361 -8556 36990994 -8557 2104399463 -8558 1955003494 -8559 278551850 -8560 2080642568 -8561 1287563524 -8562 1751929891 -8563 1459084917 -8564 359005992 -8565 131707753 -8566 1010436496 -8567 1978448053 -8568 27772001 -8569 1630025609 -8570 91148254 -8571 735843103 -8572 1210649757 -8573 1776272932 -8574 1473105222 -8575 1768827579 -8576 766549855 -8577 176210146 -8578 1106405152 -8579 1211393175 -8580 2139049915 -8581 583095044 -8582 471007480 -8583 1379519744 -8584 1045514238 -8585 1628003657 -8586 671666457 -8587 1082505232 -8588 1584919473 -8589 479186304 -8590 1361057082 -8591 1518078393 -8592 1766749828 -8593 965503326 -8594 829679663 -8595 2125755821 -8596 1097211079 -8597 1840116159 -8598 1956720226 -8599 1124983080 -8600 1322658120 -8601 2047868480 -8602 1860826183 -8603 385824230 -8604 1676657765 -8605 1186447757 -8606 7168161 -8607 295723972 -8608 1362657903 -8609 1113573314 -8610 1507117147 -8611 1354224171 -8612 1696668358 -8613 1978124627 -8614 586260267 -8615 594698948 -8616 1458644637 -8617 1257926725 -8618 1677204180 -8619 896080462 -8620 1737113029 -8621 890777614 -8622 266675207 -8623 1356379209 -8624 1856280940 -8625 1096354870 -8626 1334651382 -8627 806008371 -8628 788987382 -8629 1143887961 -8630 1930991452 -8631 2111645502 -8632 1044272793 -8633 1644333987 -8634 349986084 -8635 573446910 -8636 683298097 -8637 357154246 -8638 869170883 -8639 2045956000 -8640 1470727560 -8641 228804382 -8642 1252696523 -8643 1019912270 -8644 59445362 -8645 1838956791 -8646 1614611218 -8647 1518089999 -8648 949399868 -8649 1144331750 -8650 266686813 -8651 539029249 -8652 2035109364 -8653 533362020 -8654 1895408458 -8655 1743906657 -8656 1629716891 -8657 1082576193 -8658 402431380 -8659 271220625 -8660 78980506 -8661 185939184 -8662 235382479 -8663 1123253299 -8664 1830273172 -8665 585368564 -8666 1696700210 -8667 366087621 -8668 942522810 -8669 418387445 -8670 264559973 -8671 265766722 -8672 647191827 -8673 1517256497 -8674 1285678992 -8675 706637189 -8676 1208729640 -8677 752806562 -8678 77243540 -8679 10645860 -8680 1897138312 -8681 343930353 -8682 549675109 -8683 1784764028 -8684 877292374 -8685 297599919 -8686 1381187037 -8687 359525617 -8688 1380176112 -8689 1783618418 -8690 630746242 -8691 1459156618 -8692 1969557602 -8693 866128721 -8694 434926270 -8695 1652347126 -8696 1451497285 -8697 2131626480 -8698 2018434747 -8699 246536447 -8700 402530277 -8701 135511073 -8702 512303169 -8703 1049722104 -8704 1652767570 -8705 1797982161 -8706 1756359294 -8707 714013562 -8708 403305075 -8709 1833602834 -8710 724659422 -8711 152959739 -8712 30049540 -8713 1274334531 -8714 1937723768 -8715 907341914 -8716 1571934450 -8717 1171427157 -8718 1266867531 -8719 804626915 -8720 807561927 -8721 1897613773 -8722 116299885 -8723 629635882 -8724 616258846 -8725 551226155 -8726 134499360 -8727 2067756132 -8728 535368987 -8729 5450460 -8730 166808931 -8731 937899264 -8732 140961533 -8733 679112101 -8734 1987621369 -8735 1793729103 -8736 329610614 -8737 1596497015 -8738 360259017 -8739 732915690 -8740 1282616201 -8741 1084918439 -8742 885875429 -8743 1312665741 -8744 211769322 -8745 676115549 -8746 72524007 -8747 1783703772 -8748 1847542707 -8749 1339391538 -8750 440847039 -8751 507620986 -8752 1089521663 -8753 557146925 -8754 1137256868 -8755 1705780510 -8756 1108373080 -8757 1271756229 -8758 1626052994 -8759 1643742068 -8760 1277206689 -8761 1792861925 -8762 434157684 -8763 1418168222 -8764 324490378 -8765 274295405 -8766 1064413677 -8767 654100993 -8768 1870792420 -8769 1424672694 -8770 1387016683 -8771 1005924974 -8772 362107485 -8773 125408464 -8774 171107067 -8775 573876807 -8776 801524014 -8777 243631075 -8778 210096931 -8779 501583073 -8780 1583022613 -8781 650943971 -8782 1009204059 -8783 525060629 -8784 1208090896 -8785 2146460928 -8786 83357491 -8787 168980328 -8788 1270733509 -8789 1709410485 -8790 1812722396 -8791 400456550 -8792 1354788762 -8793 99396433 -8794 1818624772 -8795 1679279141 -8796 373691838 -8797 735554801 -8798 185896486 -8799 97000611 -8800 12743847 -8801 1572913169 -8802 1102925585 -8803 374851332 -8804 1698321633 -8805 1274032652 -8806 948728139 -8807 352361999 -8808 1517663727 -8809 1158825070 -8810 853945072 -8811 953202693 -8812 1809769041 -8813 1863149132 -8814 1478263322 -8815 870376289 -8816 1862126412 -8817 1561620813 -8818 1039356618 -8819 985376273 -8820 1123547650 -8821 704595366 -8822 1385832823 -8823 330852764 -8824 803991799 -8825 1056973947 -8826 2010131905 -8827 1177683638 -8828 1792528748 -8829 48544743 -8830 1274684249 -8831 1805272595 -8832 1621457912 -8833 230126186 -8834 32640279 -8835 1172295898 -8836 1504158838 -8837 981368418 -8838 1524657897 -8839 874338918 -8840 2140193488 -8841 231119322 -8842 1827541611 -8843 1802478882 -8844 2094268454 -8845 1158321285 -8846 525371523 -8847 1808911218 -8848 572458450 -8849 1564728141 -8850 646803843 -8851 1696006100 -8852 121839860 -8853 2032636666 -8854 2026858864 -8855 925831659 -8856 942126965 -8857 1889507122 -8858 2103515297 -8859 587172065 -8860 1938051865 -8861 1230715898 -8862 244961012 -8863 1412026130 -8864 1460842084 -8865 277601291 -8866 436838380 -8867 817517275 -8868 1258969709 -8869 1961496277 -8870 1691856193 -8871 1251679549 -8872 45131951 -8873 1371914156 -8874 906674783 -8875 2139400405 -8876 382751793 -8877 1432046307 -8878 1800827975 -8879 955210243 -8880 849290800 -8881 300148170 -8882 503732695 -8883 971130660 -8884 185301188 -8885 383107911 -8886 1896962320 -8887 1127428153 -8888 125131385 -8889 1852993969 -8890 1714600218 -8891 2063183251 -8892 936226220 -8893 1959561230 -8894 1327725733 -8895 249584656 -8896 89678873 -8897 1764564113 -8898 1067101931 -8899 1348648582 -8900 1578576742 -8901 611474476 -8902 452844484 -8903 1623708694 -8904 1983388632 -8905 1359519267 -8906 1615625451 -8907 218656777 -8908 644081926 -8909 1268969779 -8910 1173867020 -8911 1493372727 -8912 1569117949 -8913 1677599715 -8914 317019739 -8915 1754419138 -8916 2060707627 -8917 66498411 -8918 734363643 -8919 38355364 -8920 1919492381 -8921 301480214 -8922 2101538615 -8923 708234953 -8924 113557796 -8925 1281780700 -8926 957819609 -8927 203236670 -8928 898861165 -8929 2024921541 -8930 1551885252 -8931 329954260 -8932 488912369 -8933 2004729736 -8934 1953662954 -8935 324817354 -8936 1216765356 -8937 1421804757 -8938 543474131 -8939 1860847282 -8940 543290888 -8941 1717341152 -8942 1206736361 -8943 2112408838 -8944 1247457219 -8945 1523756101 -8946 1719344328 -8947 1160681198 -8948 1590254512 -8949 306224323 -8950 1199036563 -8951 1362263245 -8952 607704537 -8953 1153091530 -8954 2070498198 -8955 721262334 -8956 287388583 -8957 880834160 -8958 924499004 -8959 1186249748 -8960 758272053 -8961 328900608 -8962 1516204008 -8963 1247184422 -8964 186146697 -8965 1322383314 -8966 1572001776 -8967 1402912053 -8968 596704424 -8969 2115475908 -8970 1116275687 -8971 1139995312 -8972 1685333412 -8973 175528401 -8974 1104920502 -8975 785306983 -8976 1699284502 -8977 676781182 -8978 1945988182 -8979 1142055366 -8980 983005506 -8981 997541097 -8982 356834964 -8983 1590710043 -8984 3148979 -8985 279849514 -8986 164488729 -8987 290537562 -8988 1160683674 -8989 1088987733 -8990 1476787311 -8991 1918955727 -8992 1417888342 -8993 845507671 -8994 1018656502 -8995 1604035039 -8996 20407338 -8997 443174630 -8998 859463444 -8999 617111762 -9000 411166890 -9001 1975739131 -9002 1757107074 -9003 2096500302 -9004 3783884 -9005 714543929 -9006 734323638 -9007 1703068386 -9008 1391325111 -9009 532828172 -9010 697640105 -9011 226846969 -9012 1530369269 -9013 1054475069 -9014 1817557013 -9015 1533518248 -9016 1334324583 -9017 1982045742 -9018 1824055811 -9019 347524610 -9020 923549828 -9021 1153359474 -9022 118996689 -9023 193954522 -9024 1998867145 -9025 1137653191 -9026 1797989561 -9027 2019274483 -9028 1580827822 -9029 509969357 -9030 488902597 -9031 1991994712 -9032 338224840 -9033 98526024 -9034 1941011367 -9035 342008725 -9036 813069953 -9037 527851357 -9038 2045077111 -9039 56911416 -9040 1060679529 -9041 595233568 -9042 283758386 -9043 443565150 -9044 1649708637 -9045 2101315399 -9046 1977083398 -9047 836549573 -9048 1935877493 -9049 1653655561 -9050 1184074183 -9051 711943673 -9052 659531387 -9053 1303070872 -9054 905898195 -9055 510914885 -9056 293240416 -9057 556404108 -9058 382705720 -9059 1874068238 -9060 1066373465 -9061 871608318 -9062 1718579302 -9063 1404598306 -9064 970134342 -9065 1512107021 -9066 1746607031 -9067 1783204295 -9068 2039958378 -9069 1644200494 -9070 1840115711 -9071 953154259 -9072 91950415 -9073 2123874097 -9074 1396719409 -9075 1741659052 -9076 2077705848 -9077 1226319160 -9078 430724977 -9079 1866099694 -9080 732491073 -9081 1614799160 -9082 430559719 -9083 1392022461 -9084 770386385 -9085 1336457915 -9086 1902937346 -9087 1063626801 -9088 1892862023 -9089 138159418 -9090 790211391 -9091 811751841 -9092 1009767736 -9093 361307045 -9094 68866499 -9095 1979902078 -9096 1873414067 -9097 1815473530 -9098 1615622725 -9099 1765888797 -9100 1312190376 -9101 1308254789 -9102 571559409 -9103 1404140791 -9104 1284645238 -9105 1968278818 -9106 998316196 -9107 1214867439 -9108 1047114330 -9109 1429041173 -9110 933483485 -9111 1779605404 -9112 896356686 -9113 1364043204 -9114 1024144217 -9115 1666743071 -9116 553017471 -9117 779597915 -9118 582886224 -9119 298395847 -9120 917757333 -9121 1373097615 -9122 1110147688 -9123 1927525070 -9124 1734404660 -9125 1179014187 -9126 1759943500 -9127 1460335079 -9128 847004069 -9129 1228082578 -9130 1078740229 -9131 11710797 -9132 388853719 -9133 1650299638 -9134 1415851589 -9135 1673498957 -9136 1471094808 -9137 266684137 -9138 740882748 -9139 370725491 -9140 1695725310 -9141 1674366233 -9142 2847247 -9143 444598348 -9144 890925790 -9145 1026991464 -9146 2111341419 -9147 1443943261 -9148 1806589379 -9149 546743995 -9150 1742339108 -9151 576863064 -9152 1919841610 -9153 705003148 -9154 356904486 -9155 1506762623 -9156 1884017335 -9157 2116847987 -9158 819614054 -9159 583537756 -9160 1197446917 -9161 1898354283 -9162 595248554 -9163 1586300636 -9164 1401170273 -9165 2011100143 -9166 1112315945 -9167 724781434 -9168 130300632 -9169 1853198694 -9170 1095506925 -9171 1826025942 -9172 1380081279 -9173 1098354172 -9174 123140643 -9175 123523421 -9176 2125345636 -9177 86998414 -9178 1567466683 -9179 1784451367 -9180 633742410 -9181 1162322143 -9182 213830783 -9183 406100372 -9184 1867325292 -9185 570735270 -9186 1912862995 -9187 1603858979 -9188 540099609 -9189 584993402 -9190 39913088 -9191 1737546526 -9192 335864037 -9193 635161642 -9194 1176363514 -9195 1737034311 -9196 498778137 -9197 141195811 -9198 314332097 -9199 629078769 -9200 1994394505 -9201 1409839022 -9202 307621063 -9203 1226992137 -9204 360709546 -9205 430761706 -9206 1350515558 -9207 338571534 -9208 517760121 -9209 770498593 -9210 2123022901 -9211 1151502531 -9212 1932820737 -9213 189370036 -9214 1557602903 -9215 1652662381 -9216 760105306 -9217 1322982251 -9218 1109037712 -9219 1300204915 -9220 1907975653 -9221 1148950800 -9222 890267793 -9223 96356042 -9224 1784112442 -9225 2066631307 -9226 1833390353 -9227 135406931 -9228 60343471 -9229 238802 -9230 764485700 -9231 2054737976 -9232 1410077824 -9233 1072106764 -9234 1134246465 -9235 1770787370 -9236 1502868470 -9237 337278376 -9238 2109358904 -9239 2020628591 -9240 1107776969 -9241 2084898157 -9242 1024647474 -9243 893114058 -9244 126784546 -9245 434766730 -9246 398292791 -9247 886889852 -9248 1757748981 -9249 1507330504 -9250 39611120 -9251 1518240986 -9252 508797656 -9253 929878913 -9254 1614597028 -9255 145426451 -9256 849026573 -9257 1300503734 -9258 280833382 -9259 909370044 -9260 1300742536 -9261 1045319083 -9262 816624372 -9263 563336713 -9264 2117425847 -9265 1950870838 -9266 186640435 -9267 1472810669 -9268 140665566 -9269 148515692 -9270 1345955613 -9271 1248442535 -9272 85930201 -9273 223119439 -9274 2141556594 -9275 212714747 -9276 657886169 -9277 392365737 -9278 1099604600 -9279 268151502 -9280 1899696241 -9281 1139215720 -9282 1786392488 -9283 261010250 -9284 2069094633 -9285 1253505869 -9286 406436701 -9287 770637558 -9288 406525955 -9289 687270083 -9290 1680007602 -9291 1707268491 -9292 1732589166 -9293 349148327 -9294 123121556 -9295 1702531365 -9296 152535517 -9297 309761992 -9298 1027858387 -9299 293201083 -9300 458277684 -9301 226330352 -9302 1541643618 -9303 544207885 -9304 449449791 -9305 1535716564 -9306 756922633 -9307 1107335961 -9308 1928082302 -9309 1856527233 -9310 1375487463 -9311 1680294895 -9312 848259305 -9313 1014396304 -9314 1941305145 -9315 769870290 -9316 120418525 -9317 200258198 -9318 1540507849 -9319 526944480 -9320 887528282 -9321 1073031803 -9322 86729323 -9323 472633800 -9324 1422180130 -9325 209850880 -9326 27681518 -9327 1574715647 -9328 519612872 -9329 1055539905 -9330 1867916730 -9331 977890556 -9332 1281870257 -9333 1262076701 -9334 1522098441 -9335 1731320048 -9336 650309617 -9337 131537426 -9338 691172361 -9339 430908271 -9340 1988064659 -9341 2066659825 -9342 2111203167 -9343 688840316 -9344 933572481 -9345 1905024664 -9346 1458710607 -9347 1053991006 -9348 2105282863 -9349 851734808 -9350 1580935486 -9351 845327497 -9352 1924766611 -9353 1667664809 -9354 1317961297 -9355 1199463094 -9356 1877515689 -9357 1345642815 -9358 626695093 -9359 249644913 -9360 253699072 -9361 347128176 -9362 1227535469 -9363 1535569329 -9364 1609204877 -9365 602150263 -9366 1119405730 -9367 112030846 -9368 733687689 -9369 1810578091 -9370 542939118 -9371 574268701 -9372 1729754268 -9373 506658637 -9374 1263109017 -9375 515843101 -9376 264199653 -9377 574335976 -9378 1569834107 -9379 221998868 -9380 1426070784 -9381 1003285945 -9382 1067326365 -9383 1203353748 -9384 523467107 -9385 237804015 -9386 255333194 -9387 253499148 -9388 1583446830 -9389 882028287 -9390 503144062 -9391 1837145903 -9392 1229156463 -9393 1730679531 -9394 1225231584 -9395 690877692 -9396 185346146 -9397 197153666 -9398 802908539 -9399 919033836 -9400 2007731758 -9401 1345847657 -9402 1493302537 -9403 1590002378 -9404 1852506294 -9405 608927906 -9406 2105845480 -9407 2116705947 -9408 1183263883 -9409 1528195939 -9410 191221168 -9411 461851019 -9412 383998237 -9413 1258547533 -9414 1665204767 -9415 907465344 -9416 1496351548 -9417 1920537961 -9418 1160964492 -9419 932314731 -9420 655082601 -9421 1664108554 -9422 621976986 -9423 1884239064 -9424 1247304438 -9425 1847208570 -9426 427633109 -9427 1432650584 -9428 2044362237 -9429 1230541648 -9430 204200772 -9431 1904610347 -9432 428905657 -9433 1697503309 -9434 1347129077 -9435 133928303 -9436 158947568 -9437 1305490909 -9438 103150602 -9439 1342211451 -9440 686203201 -9441 294371770 -9442 1804062470 -9443 1070201438 -9444 1552919304 -9445 1321783590 -9446 1977666782 -9447 901787204 -9448 1094837903 -9449 991147626 -9450 1834101935 -9451 1749920504 -9452 507772533 -9453 308595273 -9454 1486675921 -9455 1755076971 -9456 8320196 -9457 1914309030 -9458 1040243907 -9459 2052682433 -9460 997367030 -9461 1244444680 -9462 1809809132 -9463 1426272687 -9464 794464341 -9465 1009454561 -9466 1560200990 -9467 953411909 -9468 167461823 -9469 1663351592 -9470 148139712 -9471 853665024 -9472 1957723363 -9473 1952202183 -9474 1923866462 -9475 1363159019 -9476 1126502125 -9477 1754049596 -9478 117462575 -9479 73856380 -9480 597713574 -9481 1951564511 -9482 1823776885 -9483 1105486107 -9484 112676136 -9485 1162969158 -9486 713079430 -9487 120996332 -9488 929794540 -9489 1753323338 -9490 26195117 -9491 1927161570 -9492 850284370 -9493 1836004249 -9494 1205950609 -9495 1644748711 -9496 697975163 -9497 618667951 -9498 450676973 -9499 865436986 -9500 134535895 -9501 598816685 -9502 1719102010 -9503 2092259258 -9504 403535220 -9505 1495484824 -9506 1307934629 -9507 1530037345 -9508 1102050772 -9509 1425397205 -9510 1603893726 -9511 1699764346 -9512 1229478068 -9513 1280186963 -9514 657766806 -9515 1342154204 -9516 295672473 -9517 1370846236 -9518 1463150537 -9519 1225467013 -9520 976685926 -9521 1489345654 -9522 1005144935 -9523 1826970296 -9524 1177866256 -9525 63611896 -9526 1324235360 -9527 1875841419 -9528 682279847 -9529 1774912333 -9530 593794757 -9531 816815742 -9532 226245370 -9533 165413119 -9534 761591353 -9535 629780591 -9536 1660897943 -9537 2069525982 -9538 12334288 -9539 615465067 -9540 1347439539 -9541 1616228014 -9542 167745765 -9543 429433959 -9544 748931329 -9545 825512571 -9546 1771588164 -9547 1044603802 -9548 48875160 -9549 1087255053 -9550 122587167 -9551 1025561086 -9552 429117059 -9553 1127732102 -9554 705047735 -9555 1606983315 -9556 1191343998 -9557 2029283095 -9558 1335341086 -9559 1873623845 -9560 1656711780 -9561 1929135843 -9562 542955940 -9563 1882957150 -9564 2094548962 -9565 1304547293 -9566 365254093 -9567 1607963257 -9568 1226589627 -9569 377588382 -9570 75944676 -9571 426545519 -9572 1993816396 -9573 243690442 -9574 855979478 -9575 595264078 -9576 1069203013 -9577 480083994 -9578 1639867880 -9579 1118078173 -9580 1567339047 -9581 1762455048 -9582 2143639260 -9583 1996456107 -9584 742703502 -9585 701203347 -9586 1455955774 -9587 1934047501 -9588 583002794 -9589 643813213 -9590 1660187698 -9591 92230926 -9592 425465408 -9593 55659990 -9594 1975188076 -9595 372530723 -9596 1360207283 -9597 192958522 -9598 1980493980 -9599 439313263 -9600 570546904 -9601 2056438657 -9602 865858782 -9603 416879652 -9604 152645451 -9605 1721838260 -9606 1012143730 -9607 1221848464 -9608 54438607 -9609 504527963 -9610 192442990 -9611 1621777654 -9612 119499363 -9613 188598602 -9614 1470750113 -9615 862202865 -9616 889801949 -9617 779222240 -9618 648766718 -9619 1472804743 -9620 1423035453 -9621 161470769 -9622 1565035669 -9623 1848500861 -9624 217130759 -9625 1392740097 -9626 73547936 -9627 1577338043 -9628 1585698619 -9629 2054041917 -9630 2016651306 -9631 8761875 -9632 1962996926 -9633 735026440 -9634 425641528 -9635 2115642377 -9636 309381052 -9637 1437785258 -9638 1190007193 -9639 363819659 -9640 1942313221 -9641 1382450183 -9642 1985597314 -9643 2061812584 -9644 1571048785 -9645 1308863779 -9646 776531802 -9647 313367086 -9648 2088086019 -9649 1425298520 -9650 1786171829 -9651 1363637824 -9652 1586769289 -9653 1203723850 -9654 1064655038 -9655 1803900049 -9656 448980300 -9657 1138202974 -9658 1233754444 -9659 2034678919 -9660 1044761243 -9661 1102922102 -9662 2043440795 -9663 860274521 -9664 1837948542 -9665 321598675 -9666 828433250 -9667 2147329594 -9668 1759383933 -9669 2018440444 -9670 363665606 -9671 1554213507 -9672 1253406979 -9673 201779272 -9674 1468542443 -9675 676972117 -9676 1510643051 -9677 97590597 -9678 990339203 -9679 1451245423 -9680 1522889118 -9681 629027385 -9682 667399599 -9683 962174759 -9684 1832751235 -9685 1732054637 -9686 618591160 -9687 134247887 -9688 722773964 -9689 1852345604 -9690 21443159 -9691 1767535207 -9692 807784058 -9693 2064883954 -9694 480326081 -9695 498248952 -9696 238998981 -9697 1308759331 -9698 498094899 -9699 1998382914 -9700 1179716127 -9701 861760505 -9702 1405112773 -9703 285639459 -9704 1063539777 -9705 726171569 -9706 962611576 -9707 426699180 -9708 823762166 -9709 1952950779 -9710 1877944603 -9711 199167636 -9712 434494516 -9713 397860555 -9714 1161342396 -9715 119762104 -9716 2129915192 -9717 1779933556 -9718 254009991 -9719 705205508 -9720 1484795513 -9721 275453150 -9722 325257068 -9723 145095923 -9724 192853456 -9725 805583149 -9726 643344876 -9727 431852437 -9728 2114342480 -9729 1141439775 -9730 282751704 -9731 1146574960 -9732 2003200280 -9733 1687864477 -9734 1432214419 -9735 919256409 -9736 266552398 -9737 247342347 -9738 1345955589 -9739 1090314565 -9740 52809478 -9741 1076416545 -9742 1289482201 -9743 487303995 -9744 1474277100 -9745 303340949 -9746 607066099 -9747 1456708644 -9748 2083274506 -9749 861076090 -9750 14430505 -9751 1420586371 -9752 1136529241 -9753 339687573 -9754 1565682294 -9755 1329382697 -9756 1145270722 -9757 61543522 -9758 1761235135 -9759 1112129554 -9760 1202983297 -9761 2043986839 -9762 111220866 -9763 1058699929 -9764 1584367668 -9765 1543435285 -9766 1977956338 -9767 1850920067 -9768 1790777632 -9769 1176428280 -9770 793750984 -9771 1843587111 -9772 105361177 -9773 2083233185 -9774 183407458 -9775 1579638277 -9776 239090487 -9777 790473557 -9778 888863273 -9779 174881345 -9780 1651549647 -9781 903293778 -9782 1595467716 -9783 640595240 -9784 1242981351 -9785 1013666362 -9786 1969977938 -9787 240768425 -9788 1075209885 -9789 1583729425 -9790 1352897980 -9791 130709534 -9792 1480232616 -9793 1464118846 -9794 1189409464 -9795 917116636 -9796 860070484 -9797 1019882154 -9798 620553055 -9799 503364468 -9800 48826786 -9801 1414304039 -9802 199467931 -9803 154187963 -9804 1350053577 -9805 382875389 -9806 1733826240 -9807 1589144064 -9808 1173348946 -9809 475205866 -9810 1764025409 -9811 677414946 -9812 1378499644 -9813 1212009477 -9814 1318010186 -9815 473997348 -9816 78192191 -9817 1140504476 -9818 714765773 -9819 1153402076 -9820 576750253 -9821 2067663753 -9822 1284111611 -9823 2056982869 -9824 1384298952 -9825 326037427 -9826 826615858 -9827 96885788 -9828 1345919581 -9829 1447168913 -9830 600250256 -9831 1394746368 -9832 713989305 -9833 799718188 -9834 1548934331 -9835 2064042882 -9836 1182593577 -9837 1135276924 -9838 1505703298 -9839 208458876 -9840 1610482790 -9841 1122245059 -9842 885873822 -9843 841498786 -9844 186770888 -9845 56400360 -9846 1315496134 -9847 264963079 -9848 1196904837 -9849 2030261908 -9850 1418365156 -9851 1773655090 -9852 1950442013 -9853 554993119 -9854 1683154312 -9855 1187257317 -9856 881030546 -9857 362286522 -9858 1284143105 -9859 79466479 -9860 1809455435 -9861 1884393362 -9862 1474212847 -9863 375961092 -9864 536627902 -9865 875663531 -9866 292520326 -9867 1719221479 -9868 2010940455 -9869 1798223624 -9870 1927680355 -9871 1473939597 -9872 772985035 -9873 666070529 -9874 167954735 -9875 959755923 -9876 722470890 -9877 1483450870 -9878 1224719003 -9879 1919375727 -9880 1366229130 -9881 495600511 -9882 1545547169 -9883 1169187495 -9884 1050593630 -9885 1081217833 -9886 208961165 -9887 1931624176 -9888 1443504355 -9889 1493104270 -9890 2011090655 -9891 1105476143 -9892 1230013984 -9893 1337819855 -9894 1481437235 -9895 1766641886 -9896 65999738 -9897 1773957562 -9898 1338379718 -9899 2076940193 -9900 1424697538 -9901 1118576425 -9902 1403396142 -9903 50198926 -9904 1784646955 -9905 1571350877 -9906 1009954849 -9907 359634197 -9908 907318099 -9909 87190204 -9910 131526276 -9911 126063581 -9912 582790715 -9913 1677073445 -9914 1295251077 -9915 1633384345 -9916 610807631 -9917 1504212242 -9918 1417524873 -9919 2054311986 -9920 849832864 -9921 1281131881 -9922 1012304481 -9923 2079846849 -9924 471468088 -9925 346258069 -9926 1699005087 -9927 537467826 -9928 2120215631 -9929 889901157 -9930 466924371 -9931 1397429521 -9932 2008477583 -9933 1870320513 -9934 1447628447 -9935 1645640890 -9936 1294187742 -9937 310099649 -9938 2005275087 -9939 54022194 -9940 397289853 -9941 2136801363 -9942 180085775 -9943 980080569 -9944 1666391160 -9945 1475336852 -9946 465981266 -9947 129715143 -9948 832065446 -9949 1883506140 -9950 36543482 -9951 1681898311 -9952 1017154373 -9953 1048847963 -9954 1614261512 -9955 1488622461 -9956 1395106032 -9957 1165782951 -9958 2026090287 -9959 1367838015 -9960 2055684109 -9961 345531010 -9962 617783889 -9963 1916678044 -9964 68367875 -9965 2065412336 -9966 1414835286 -9967 1362555617 -9968 228028337 -9969 1272626725 -9970 1416577811 -9971 625318191 -9972 1261944440 -9973 1596663587 -9974 1605398760 -9975 780851952 -9976 924516791 -9977 2071380026 -9978 910567096 -9979 1756582238 -9980 1807402518 -9981 947110578 -9982 1290996901 -9983 677073243 -9984 1995958541 -9985 757774765 -9986 18212056 -9987 1243580926 -9988 1923557716 -9989 2044302343 -9990 463935293 -9991 1831758177 -9992 242349705 -9993 1081719182 -9994 1600952573 -9995 310717580 -9996 999647871 -9997 868304211 -9998 1673273198 -9999 1227676208 -1492 1 -20000 1492795354 -\. --- --- Data for Name: hash_name_heap; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.hash_name_heap (seqno, random) FROM stdin; -0 1935401906 -1 1345971420 -2 656473370 -3 1269710788 -4 1156776517 -5 1289013296 -6 1415564928 -7 1937919553 -8 435456494 -9 66302641 -10 915852158 -11 1661301944 -12 961711400 -13 74070078 -14 2036973298 -15 843938989 -16 189351248 -17 1388679963 -18 556726251 -19 634715959 -20 1489080225 -21 649132105 -22 886008616 -23 1280154196 -24 2036166893 -25 846480997 -26 1102020422 -27 1533442662 -28 2060089600 -29 1212135685 -30 539384293 -31 1848007858 -32 410623457 -33 1195857664 -34 970234999 -35 1567399975 -36 337387312 -37 238316279 -38 1357835880 -39 772843806 -40 304618920 -41 126204390 -42 286662102 -43 1266330320 -44 200274468 -45 176151752 -46 2110269310 -47 389625717 -48 1564831715 -49 519511913 -50 1024341676 -51 906428292 -52 1168644018 -53 1910350293 -54 39098840 -55 1057327263 -56 609347642 -57 1141119263 -58 443286278 -59 521953594 -60 205771300 -61 982670571 -62 222477805 -63 616394758 -64 31044587 -65 1192712804 -66 36311085 -67 368431899 -68 1431029083 -69 1394146965 -70 1141275706 -71 1735648004 -72 1520351356 -73 1427937808 -74 854494676 -75 1720625824 -76 1604089561 -77 817280338 -78 2110251541 -79 1021437628 -80 1336792251 -81 987109570 -82 1927865921 -83 357952622 -84 749976215 -85 1966964761 -86 1415279885 -87 1359323857 -88 960600376 -89 1858566163 -90 1881277452 -91 1166371677 -92 693753087 -93 2103755257 -94 1782766435 -95 724797674 -96 1148984413 -97 1819077520 -98 1093229574 -99 432529848 -100 1065740837 -101 87021632 -102 20694204 -103 438608545 -104 1514959440 -105 875188881 -106 11750722 -107 971565353 -108 1692469219 -109 2122002263 -110 1993002982 -111 881777823 -112 961628185 -113 1773385255 -114 1239730445 -115 1711604400 -116 1592866368 -117 507526682 -118 923444610 -119 405983097 -120 218609198 -121 657238414 -122 1572354774 -123 912362285 -124 613510023 -125 1207637561 -126 1637159959 -127 1762494436 -128 879231433 -129 582905885 -130 47540636 -131 1944972270 -132 669927517 -133 68234841 -134 236097168 -135 37403310 -136 943423722 -137 247847890 -138 1008968663 -139 488409293 -140 222366505 -141 854487997 -142 1370187116 -143 1183994691 -144 480389604 -145 462433913 -146 748115443 -147 2073255973 -148 969960596 -149 1671560053 -150 331755422 -151 1188569794 -152 181314819 -153 1904110196 -154 2100932079 -155 794824842 -156 964264109 -157 1590608390 -158 409835630 -159 1843495542 -160 26030628 -161 457376267 -162 1640984164 -163 695958145 -164 525611108 -165 1877081332 -166 733361455 -167 1469034830 -168 2124929222 -169 1742330119 -170 1957444123 -171 199812080 -172 449334468 -173 1180147592 -174 1383806771 -175 929724073 -176 1642581505 -177 2131922214 -178 855496398 -179 465058453 -180 1655998620 -181 1187251820 -182 1653628247 -183 1837313439 -184 943878368 -185 1607076678 -186 484654634 -187 1908142477 -188 1050201421 -189 894490264 -190 1604154371 -191 1076232049 -192 1351866531 -193 1097654887 -194 1772190194 -195 1877477639 -196 827252572 -197 358068002 -198 1199028821 -199 804698146 -200 2100398121 -201 1008989297 -202 1004510226 -203 402248941 -204 41653241 -205 240833349 -206 1331973014 -207 1684234746 -208 225271916 -209 39985764 -210 1809552 -211 1881270536 -212 1227237584 -213 1655437799 -214 1571100327 -215 23632304 -216 1115030830 -217 2055754961 -218 1931774781 -219 17748603 -220 802761578 -221 1388445504 -222 1093980652 -223 7144461 -224 338616744 -225 718687198 -226 1884622101 -227 1165869316 -228 1076755200 -229 936167274 -230 1970567462 -231 1029669673 -232 1945156571 -233 827594041 -234 1431918615 -235 1986809812 -236 1068427390 -237 616407981 -238 1523560911 -239 1293699306 -240 656393746 -241 1525370463 -242 1027486194 -243 1883631330 -244 1033324614 -245 451102874 -246 1907263635 -247 871796 -248 359374187 -249 1691554768 -250 18620399 -251 1162135765 -252 932516625 -253 1112601051 -254 1169280227 -255 1271133369 -256 1831288250 -257 906418680 -258 289519037 -259 760559802 -260 1842585954 -261 112602851 -262 1790229476 -263 1640258878 -264 940196892 -265 1074664443 -266 1479585042 -267 2008624283 -268 1691072424 -269 855662305 -270 1154839941 -271 199982522 -272 233549120 -273 34842488 -274 2083613853 -275 1266873735 -276 485945362 -277 1843393840 -278 1267745531 -279 845319549 -280 1387464960 -281 1286365931 -282 2007455315 -283 172497937 -284 251483334 -285 1029251894 -286 1443631306 -287 2082771584 -288 1935670574 -289 1733150343 -290 695847739 -291 1630772880 -292 1845753195 -293 338593567 -294 1123548110 -295 638466439 -296 1413258010 -297 455649505 -298 499607074 -299 956846786 -300 1311311810 -301 1654447016 -302 1156829309 -303 1544860931 -304 1689289504 -305 1092959514 -306 664251018 -307 27751218 -308 788869706 -309 1931996549 -310 873070767 -311 28851018 -312 1070878832 -313 733042434 -314 201348956 -315 1322362167 -316 1762294328 -317 1644980262 -318 1257650103 -319 1550481254 -320 1230646958 -321 1953497842 -322 1033770487 -323 928916505 -324 144607761 -325 9834949 -326 1567382944 -327 1557865771 -328 465484454 -329 2066990019 -330 367228910 -331 1776796265 -332 1573953387 -333 1524058219 -334 1174173548 -335 1115759243 -336 469534085 -337 1838424566 -338 1143510461 -339 1258403791 -340 1622937467 -341 2016581228 -342 1287254809 -343 546332652 -344 602140015 -345 1488603765 -346 1868694819 -347 216950695 -348 986100380 -349 978861274 -350 1767431950 -351 69263690 -352 784875469 -353 653718789 -354 998180195 -355 929483230 -356 663553738 -357 418079491 -358 339865354 -359 1129038193 -360 337585862 -361 707094264 -362 758350810 -363 1911539249 -364 83668835 -365 1932524358 -366 879814844 -367 553202920 -368 1623465276 -369 2023325305 -370 1811606711 -371 1098919095 -372 1892422886 -373 951377872 -374 1645251747 -375 347079253 -376 292497990 -377 1366462918 -378 564029948 -379 1278598370 -380 197840545 -381 183978250 -382 1347862060 -383 982716014 -384 837697039 -385 198558607 -386 1912199244 -387 1501250778 -388 616638098 -389 104580950 -390 482805323 -391 954223961 -392 811675214 -393 1241156133 -394 718279562 -395 895344049 -396 1026196843 -397 1598094407 -398 1448546969 -399 502178471 -400 1473936064 -401 1112670032 -402 1601097566 -403 1218875302 -404 2064047905 -405 1098865666 -406 1565954555 -407 209062247 -408 317844936 -409 2129984504 -410 1487660617 -411 515685481 -412 166479106 -413 688039029 -414 1498401495 -415 1004176146 -416 886597636 -417 1263117092 -418 357943276 -419 1503235734 -420 1367698042 -421 840748599 -422 309976047 -423 31889609 -424 2081904732 -425 1028255610 -426 927233658 -427 960617927 -428 478866369 -429 228296980 -430 1462796398 -431 1952802433 -432 1340967012 -433 916410316 -434 1024194088 -435 1257531269 -436 2015275982 -437 442664995 -438 1466593516 -439 185637271 -440 425165851 -441 806770485 -442 701322752 -443 591644958 -444 1494809514 -445 52240600 -446 1595821104 -447 233923502 -448 1315357692 -449 1953764380 -450 1737159237 -451 535572086 -452 647029331 -453 2047135284 -454 567461695 -455 581450415 -456 927907246 -457 1494695354 -458 1542068342 -459 1406773615 -460 1722992334 -461 857381092 -462 1212092401 -463 916475698 -464 1773791408 -465 88802841 -466 26523320 -467 1641583743 -468 531467836 -469 1493116836 -470 1827221014 -471 956633688 -472 152403674 -473 381060118 -474 1548278646 -475 1647213188 -476 433300718 -477 996616102 -478 1881136691 -479 1748658410 -480 802896834 -481 1470812280 -482 136746849 -483 1449926165 -484 1370463916 -485 704208544 -486 2031376580 -487 150887515 -488 51420250 -489 1425961274 -490 1557661130 -491 1774412584 -492 135858718 -493 622269883 -494 543404635 -495 1909650126 -496 711072724 -497 569927955 -498 1403750221 -499 1242540561 -500 2063044791 -501 1083487587 -502 51690601 -503 67964817 -504 1464547706 -505 1599969247 -506 1715178006 -507 1897848424 -508 449101701 -509 1448831049 -510 1499023187 -511 1251998535 -512 772159681 -513 1635770036 -514 554441052 -515 2142623597 -516 192494932 -517 438333984 -518 146027464 -519 243915183 -520 1864295258 -521 1703688595 -522 2018327767 -523 2000153976 -524 178474830 -525 414248754 -526 1762320454 -527 889547555 -528 984176709 -529 1018587028 -530 2132088116 -531 899737853 -532 2102074615 -533 36295069 -534 967702670 -535 1419138673 -536 1636264316 -537 535397028 -538 1169503450 -539 2085366017 -540 1984228077 -541 521042989 -542 1189880904 -543 608904110 -544 9329377 -545 1744321956 -546 604044060 -547 201824309 -548 35172292 -549 750071524 -550 445739492 -551 1899467550 -552 306276471 -553 316583612 -554 1752137878 -555 484751302 -556 730832366 -557 1366974684 -558 1374298857 -559 1715009076 -560 238078064 -561 1358903325 -562 467263281 -563 192669032 -564 1395198394 -565 1434965951 -566 1611807705 -567 883979062 -568 1970362980 -569 633827507 -570 821861431 -571 1807107409 -572 1154870496 -573 2011742335 -574 268527872 -575 1164199873 -576 1608580643 -577 872571932 -578 1366024183 -579 1643752935 -580 1622643456 -581 1811763675 -582 1395736837 -583 1928919928 -584 2128347287 -585 1000391067 -586 266187582 -587 711696006 -588 219882103 -589 1640486439 -590 279221434 -591 457960168 -592 851906116 -593 746484715 -594 650629200 -595 99620862 -596 33967018 -597 114953257 -598 983599924 -599 2004329998 -600 748780765 -601 1805461355 -602 1663953760 -603 1903651261 -604 1669720042 -605 1932481632 -606 920367487 -607 1130817037 -608 657569916 -609 138908022 -610 627086324 -611 132729724 -612 1950671697 -613 2022823161 -614 2061649652 -615 1931535337 -616 875730580 -617 180353586 -618 495747695 -619 1095612683 -620 1820840025 -621 774969129 -622 1553572851 -623 525262493 -624 1521453844 -625 56718403 -626 624883355 -627 1555420862 -628 171671661 -629 1608483279 -630 1412267213 -631 920452426 -632 1266460986 -633 928737325 -634 676620039 -635 788697380 -636 713735309 -637 1596987526 -638 1919514417 -639 1371305225 -640 1735895548 -641 399117093 -642 1504034949 -643 1539083598 -644 274456606 -645 1418200954 -646 1323135287 -647 1150187186 -648 1598554540 -649 1818882982 -650 98316222 -651 1271910918 -652 446368463 -653 1651889073 -654 1797173411 -655 1967822307 -656 1708607477 -657 274573119 -658 1375759521 -659 1880279138 -660 1883056398 -661 640543086 -662 653247916 -663 1002033737 -664 1569280411 -665 1329867955 -666 1790731117 -667 135532072 -668 779371834 -669 1562761887 -670 1506837297 -671 367783734 -672 1961878980 -673 863388599 -674 1906867332 -675 88851939 -676 134105905 -677 1082518971 -678 1239039125 -679 1732660445 -680 753918305 -681 1337355347 -682 857087715 -683 1200286768 -684 841760773 -685 506777479 -686 1020625427 -687 402884602 -688 781350598 -689 248901301 -690 135680092 -691 516923348 -692 889444387 -693 788928008 -694 1518957085 -695 311241151 -696 2118795963 -697 1162204555 -698 446773223 -699 750684149 -700 577482794 -701 1953610521 -702 1118467884 -703 391878126 -704 669515472 -705 877851568 -706 480730065 -707 803621377 -708 1960370540 -709 1719769191 -710 388798174 -711 566805197 -712 909640890 -713 1245885890 -714 1767091966 -715 1751401663 -716 1752663369 -717 640233745 -718 6802617 -719 386530319 -720 889135046 -721 142482709 -722 903453667 -723 1778579434 -724 931410717 -725 274927105 -726 2089820585 -727 902723033 -728 1437131660 -729 389110160 -730 1653407182 -731 2014614454 -732 195237033 -733 624391418 -734 259008932 -735 864752505 -736 1502242987 -737 739738998 -738 1668373882 -739 1315129879 -740 312024541 -741 2057172057 -742 1881935076 -743 1221665431 -744 1155574299 -745 1501543394 -746 825583447 -747 760754020 -748 2141777140 -749 832386064 -750 1147284339 -751 883428538 -752 974868774 -753 2050738006 -754 514524324 -755 1906279491 -756 178181463 -757 456861261 -758 661518876 -759 1615313123 -760 845971422 -761 167442411 -762 1482443929 -763 1041208455 -764 791833829 -765 1741452862 -766 1905960961 -767 146593168 -768 333708212 -769 1426851195 -770 1461723047 -771 645732753 -772 1336539604 -773 1196174476 -774 1867398184 -775 344630255 -776 550234222 -777 545497983 -778 1105384275 -779 544527714 -780 1377884048 -781 105184966 -782 1427956253 -783 205269174 -784 8439325 -785 1942480577 -786 2111548665 -787 186620788 -788 251858191 -789 625583894 -790 1801933912 -791 1097829613 -792 793026305 -793 1136894193 -794 2139038068 -795 1584860134 -796 730863407 -797 1897515381 -798 1731453303 -799 1064571619 -800 1176882929 -801 1045692702 -802 1710304372 -803 365938885 -804 94383530 -805 1430218909 -806 710569141 -807 644617753 -808 1975716892 -809 1815953416 -810 1189145467 -811 1206117292 -812 1921138383 -813 469618072 -814 1411386466 -815 1929577708 -816 264615002 -817 1375451484 -818 2116198496 -819 516473193 -820 2001035378 -821 1770648760 -822 1614302806 -823 646578035 -824 760059306 -825 1605857226 -826 83954521 -827 1490922713 -828 1355888960 -829 1815407824 -830 408010685 -831 385288241 -832 713616879 -833 2118315057 -834 751227126 -835 808000409 -836 1401050318 -837 1461796267 -838 1452618162 -839 1229283563 -840 1130266036 -841 494279982 -842 287917207 -843 903920771 -844 963898054 -845 1699303674 -846 686014831 -847 1228513056 -848 927271510 -849 654729679 -850 1744986249 -851 780823240 -852 277894792 -853 1211805407 -854 1427401275 -855 1037954098 -856 670178986 -857 1511355796 -858 381393163 -859 2026067946 -860 1179279973 -861 789403848 -862 263872539 -863 1892896852 -864 760235258 -865 1015099665 -866 553413613 -867 13801928 -868 329412285 -869 2006031776 -870 1243085491 -871 1459678321 -872 352828110 -873 1531002699 -874 216115444 -875 1316726164 -876 1082822725 -877 902130275 -878 397755573 -879 2010094235 -880 1556859954 -881 2142741822 -882 643433827 -883 1834754746 -884 1207063582 -885 2070835102 -886 725225196 -887 1877242568 -888 1434707250 -889 1106618360 -890 1755826866 -891 466503575 -892 1896022208 -893 2019699405 -894 211916779 -895 508773818 -896 887315422 -897 765330393 -898 522575747 -899 1216727707 -900 623878521 -901 1765661238 -902 528922380 -903 976706631 -904 1149180289 -905 745037824 -906 145949147 -907 84519366 -908 1647168099 -909 543704720 -910 2094613601 -911 1056544406 -912 538962895 -913 590563780 -914 743815504 -915 1746026477 -916 513915234 -917 1469040701 -918 1475785397 -919 1948622485 -920 428175413 -921 1084128615 -922 267642412 -923 176713973 -924 956344372 -925 479559192 -926 685487792 -927 1843659794 -928 1244889585 -929 1208063539 -930 912903854 -931 1868768106 -932 826241129 -933 1441826234 -934 697991089 -935 1975421419 -936 39380411 -937 843940236 -938 2059940785 -939 1686548510 -940 1387644957 -941 2007070739 -942 595609268 -943 1926607852 -944 450150871 -945 1339424773 -946 1525150681 -947 964066106 -948 660981826 -949 853452430 -950 765204943 -951 1089157239 -952 1937581045 -953 1032847355 -954 1265871212 -955 746441769 -956 1512406547 -957 1951359004 -958 442617915 -959 609812484 -960 1011938895 -961 1355521769 -962 331096942 -963 1838180025 -964 649864356 -965 1029088031 -966 1666117796 -967 689244767 -968 1873028268 -969 1578574933 -970 228309629 -971 1113189577 -972 1438162024 -973 823918898 -974 892313781 -975 1888312896 -976 15860023 -977 269980814 -978 704895354 -979 676841849 -980 1123433244 -981 1470100297 -982 1765999088 -983 913530641 -984 355464004 -985 884386652 -986 1659972410 -987 1867870552 -988 688262009 -989 2102590325 -990 330199388 -991 1700200904 -992 1310628447 -993 661296331 -994 1390897281 -995 1960492803 -996 1690384362 -997 909531429 -998 502253922 -999 1415928982 -1000 340622715 -1001 730563551 -1002 381634911 -1003 1778784739 -1004 1554482449 -1005 1273948692 -1006 1519613987 -1007 1570342472 -1008 1543929506 -1009 77025693 -1010 99700673 -1011 519879102 -1012 1547125990 -1013 1865699761 -1014 1433409743 -1015 1902589995 -1016 602602766 -1017 945898505 -1018 1622976899 -1019 1290864775 -1020 901005183 -1021 1953176287 -1022 843582031 -1023 64149982 -1024 466988970 -1025 86995665 -1026 2024642785 -1027 9889685 -1028 996527094 -1029 379413059 -1030 1425818667 -1031 1337149809 -1032 1109976610 -1033 1807453579 -1034 968450901 -1035 516975412 -1036 933918623 -1037 340581240 -1038 2087317884 -1039 330364482 -1040 417606934 -1041 39534910 -1042 850243584 -1043 1964732924 -1044 1905234671 -1045 136169680 -1046 1719839271 -1047 360353789 -1048 1082068185 -1049 1195332522 -1050 1651218564 -1051 1983073368 -1052 1001025162 -1053 347316948 -1054 2047223350 -1055 1468014132 -1056 434312613 -1057 1924382487 -1058 1477903817 -1059 1430839707 -1060 156311898 -1061 756238837 -1062 620505869 -1063 1266288509 -1064 416208768 -1065 1588956770 -1066 1783263921 -1067 1350127391 -1068 1929538010 -1069 1723098157 -1070 1680491873 -1071 199661296 -1072 1762633067 -1073 383251810 -1074 16910573 -1075 1520384091 -1076 519421490 -1077 1736749844 -1078 1880737880 -1079 1601489675 -1080 784598719 -1081 1384472797 -1082 1437079396 -1083 1785623881 -1084 1731789745 -1085 1336819098 -1086 1106154365 -1087 18618710 -1088 1113717938 -1089 436574535 -1090 1449458417 -1091 1270029836 -1092 1192813372 -1093 2069964286 -1094 388834697 -1095 1609022140 -1096 1511437408 -1097 24614970 -1098 811665883 -1099 1293491771 -1100 1747713128 -1101 344674109 -1102 1493153067 -1103 1362862547 -1104 727925919 -1105 1510063640 -1106 735762990 -1107 1247347409 -1108 1099329837 -1109 469017223 -1110 701353436 -1111 1883928556 -1112 1853490020 -1113 2138432832 -1114 1522068789 -1115 1437796117 -1116 1327768283 -1117 480739506 -1118 1456414827 -1119 294002573 -1120 917314041 -1121 758389596 -1122 1564032409 -1123 2110127413 -1124 680870235 -1125 1952867107 -1126 1571665905 -1127 44823995 -1128 1977482077 -1129 235848141 -1130 1338315766 -1131 1577711557 -1132 580522250 -1133 683985186 -1134 793090457 -1135 1308448169 -1136 46565178 -1137 1528853447 -1138 408311930 -1139 1145895015 -1140 1997870670 -1141 1109665366 -1142 882339923 -1143 1703877042 -1144 1100614551 -1145 256925064 -1146 994189511 -1147 280899186 -1148 737664571 -1149 303120690 -1150 574901759 -1151 1654978612 -1152 1061510287 -1153 2138934168 -1154 1617622378 -1155 1742380522 -1156 1944317627 -1157 1041804635 -1158 1787204517 -1159 1774316057 -1160 1277652776 -1161 978036636 -1162 1204543966 -1163 1858175026 -1164 1662021822 -1165 1997634423 -1166 1019139547 -1167 1708587000 -1168 1379004223 -1169 1427451477 -1170 706998368 -1171 1229391245 -1172 389633196 -1173 1589338291 -1174 785784640 -1175 1490247747 -1176 1846263356 -1177 1779974151 -1178 1771146933 -1179 436444279 -1180 2083094842 -1181 198565044 -1182 2091422891 -1183 997121481 -1184 190015564 -1185 1561561621 -1186 592018355 -1187 2134333192 -1188 455882609 -1189 231739224 -1190 1761165601 -1191 1733535385 -1192 1209775860 -1193 818225919 -1194 1444226764 -1195 724314034 -1196 668376695 -1197 315882663 -1198 285417387 -1199 2047380918 -1200 1743334141 -1201 992415755 -1202 1129288515 -1203 2132967337 -1204 434270398 -1205 1915073155 -1206 1475731436 -1207 133050106 -1208 1547563659 -1209 1099394721 -1210 569494385 -1211 1483174853 -1212 1297959765 -1213 513433629 -1214 332812686 -1215 1487975329 -1216 2074995250 -1217 924831041 -1218 1474824873 -1219 383394211 -1220 1156570265 -1221 1088506826 -1222 2116929597 -1223 218862478 -1224 1906732746 -1225 1413672713 -1226 943176512 -1227 427625793 -1228 1729555376 -1229 1228593899 -1230 327523063 -1231 1325405869 -1232 73526006 -1233 1456811578 -1234 1310889558 -1235 507796405 -1236 1224401086 -1237 639137346 -1238 640846511 -1239 624481097 -1240 1738532067 -1241 1210340897 -1242 2107655950 -1243 889008184 -1244 1723774526 -1245 292984988 -1246 229499866 -1247 1651286128 -1248 1217816029 -1249 1704324739 -1250 2034680340 -1251 226902646 -1252 645347918 -1253 2004126289 -1254 445765124 -1255 404597016 -1256 1270315354 -1257 1388941637 -1258 832222809 -1259 852387082 -1260 470051888 -1261 1159745872 -1262 30309304 -1263 543577895 -1264 469073802 -1265 1341198862 -1266 1051374300 -1267 1693474888 -1268 1980336209 -1269 1692220811 -1270 170472337 -1271 1571384628 -1272 755078060 -1273 130644639 -1274 312909165 -1275 331368938 -1276 423629627 -1277 542409031 -1278 1982655067 -1279 1641445656 -1280 99250122 -1281 1869851759 -1282 1868348303 -1283 744598040 -1284 1726494400 -1285 166629779 -1286 1149195056 -1287 849326106 -1288 1555571416 -1289 1981417865 -1290 1701713188 -1291 2025623305 -1292 993680089 -1293 1732022492 -1294 421717552 -1295 1462753892 -1296 925737707 -1297 1473091852 -1298 1008745132 -1299 758590268 -1300 1017829015 -1301 1179217470 -1302 182491248 -1303 1772907076 -1304 1309862109 -1305 495400413 -1306 2104276014 -1307 1733491737 -1308 1037809444 -1309 1939447433 -1310 1227453745 -1311 1137059567 -1312 1661815544 -1313 948318400 -1314 1881657607 -1315 1240826296 -1316 1114948180 -1317 883369016 -1318 2090152402 -1319 523035948 -1320 717303233 -1321 1644381943 -1322 401175605 -1323 1710983323 -1324 1228920787 -1325 822893157 -1326 1026253567 -1327 7174846 -1328 148501361 -1329 2034998699 -1330 765765114 -1331 1166330377 -1332 1066732521 -1333 948256363 -1334 791753805 -1335 229110983 -1336 1443656776 -1337 748546171 -1338 1962602720 -1339 333982573 -1340 540509957 -1341 1042572817 -1342 1471042140 -1343 54841853 -1344 1990891218 -1345 1205216099 -1346 1295668150 -1347 958355750 -1348 2088585115 -1349 1238336904 -1350 1481391698 -1351 658404701 -1352 735235199 -1353 1882567304 -1354 221904376 -1355 1964155987 -1356 557976813 -1357 1248157943 -1358 1971330833 -1359 706478175 -1360 1135672994 -1361 589612300 -1362 1872808552 -1363 54921868 -1364 1537868663 -1365 517078709 -1366 284032851 -1367 834041791 -1368 1265624880 -1369 99151923 -1370 1168024364 -1371 1806134837 -1372 1141724740 -1373 491582856 -1374 1860976691 -1375 985132310 -1376 1696798956 -1377 1009161193 -1378 1943488060 -1379 1637900423 -1380 100014449 -1381 1277396111 -1382 148821476 -1383 835249649 -1384 1012479767 -1385 370725852 -1386 651921988 -1387 1570456580 -1388 1618883795 -1389 475769173 -1390 129451107 -1391 607073142 -1392 1065381473 -1393 2002259659 -1394 661995010 -1395 455766488 -1396 371854720 -1397 946027861 -1398 1289808280 -1399 1637479601 -1400 1045179784 -1401 310348996 -1402 1296130790 -1403 39420876 -1404 801931853 -1405 1009623833 -1406 1024553187 -1407 351247161 -1408 2018785026 -1409 820557599 -1410 1989147584 -1411 2118799476 -1412 2097953710 -1413 2137969061 -1414 806565477 -1415 962949829 -1416 361211265 -1417 1458487465 -1418 385922762 -1419 1980095061 -1420 1934256638 -1421 515373869 -1422 439684555 -1423 852154464 -1424 370149881 -1425 1101679565 -1426 1307920952 -1427 742004601 -1428 2047707426 -1429 450245584 -1430 232000554 -1431 945403562 -1432 760594581 -1433 1528131345 -1434 984824438 -1435 1562526434 -1436 390271530 -1437 2009377625 -1438 1913773595 -1439 261572909 -1440 682451577 -1441 1755437531 -1442 232888737 -1443 632921639 -1444 1745922944 -1445 1039454214 -1446 1595871469 -1447 2107134210 -1448 350458031 -1449 1981794231 -1450 1939745623 -1451 137231021 -1452 349684452 -1453 231946530 -1454 989385485 -1455 719834333 -1456 1333626095 -1457 149822790 -1458 1461838935 -1459 1233849873 -1460 600068374 -1461 1693839489 -1462 31769787 -1463 1360662955 -1464 1074487186 -1465 1016594225 -1466 775705741 -1467 1464758717 -1468 878488203 -1469 541995688 -1470 1726331626 -1471 1560939780 -1472 149949572 -1473 1959220363 -1474 46377771 -1475 1895872516 -1476 851190929 -1477 1642249240 -1478 1855523078 -1479 1201648960 -1480 1476559823 -1481 1647785053 -1482 1338879981 -1483 1826244276 -1484 1879731583 -1485 180781819 -1486 398594961 -1487 1065874030 -1488 330604609 -1489 1860433896 -1490 152240255 -1491 930672983 -1492 1406789738 -1493 184010042 -1494 143852291 -1495 333793276 -1496 1200604268 -1497 919558032 -1498 1798551993 -1499 2079092471 -1500 1461553721 -1501 1377399971 -1502 1492548603 -1503 1611503293 -1504 1189136686 -1505 1538926374 -1506 1359892161 -1507 2040327615 -1508 1033691967 -1509 1067931592 -1510 1094492927 -1511 362768142 -1512 568232997 -1513 285889261 -1514 41528770 -1515 300480933 -1516 466671080 -1517 440123732 -1518 1366354963 -1519 797275689 -1520 153073980 -1521 1518595219 -1522 1727948672 -1523 1559863718 -1524 1702605261 -1525 1871800963 -1526 1893656995 -1527 755725881 -1528 643875348 -1529 1544725340 -1530 687334704 -1531 2105429069 -1532 774641664 -1533 32399659 -1534 1569448714 -1535 1963778350 -1536 1571326034 -1537 781857227 -1538 1856622318 -1539 457534353 -1540 1849788819 -1541 803631597 -1542 820302495 -1543 270538169 -1544 1089520858 -1545 861831266 -1546 571019102 -1547 1556191938 -1548 1301954998 -1549 1937374065 -1550 205983979 -1551 1455028978 -1552 1308485636 -1553 1933932652 -1554 867409049 -1555 863607250 -1556 1658249967 -1557 613582396 -1558 1619333131 -1559 154641667 -1560 10824088 -1561 159184188 -1562 112587088 -1563 785465752 -1564 191583847 -1565 1682035802 -1566 601760455 -1567 1762909881 -1568 316409382 -1569 310899125 -1570 72960586 -1571 18714553 -1572 1114530722 -1573 893263082 -1574 289252722 -1575 56567933 -1576 1755094348 -1577 860271824 -1578 1612759871 -1579 909565698 -1580 650162242 -1581 1818743851 -1582 217111028 -1583 1958647878 -1584 1605192855 -1585 1084520077 -1586 674771480 -1587 1115959174 -1588 1698102473 -1589 146620964 -1590 1270600842 -1591 1708926562 -1592 305805152 -1593 1383187930 -1594 346908666 -1595 497388999 -1596 917740085 -1597 948669121 -1598 112815233 -1599 1234149467 -1600 1259568246 -1601 185775819 -1602 1252864020 -1603 226615321 -1604 1079038901 -1605 1542116743 -1606 283183254 -1607 686649601 -1608 254904919 -1609 1895943125 -1610 1596215299 -1611 905067161 -1612 1567203328 -1613 1813326328 -1614 716231392 -1615 1024912535 -1616 750362757 -1617 1391002872 -1618 2140871710 -1619 300981583 -1620 1537623836 -1621 1263988904 -1622 2009908145 -1623 1843428988 -1624 499693186 -1625 209333163 -1626 193334340 -1627 1417433271 -1628 1158002285 -1629 306149573 -1630 504099090 -1631 270086883 -1632 491925392 -1633 1756963111 -1634 496702204 -1635 1570964294 -1636 1151596206 -1637 779885458 -1638 110130247 -1639 1406501125 -1640 528344936 -1641 1706345547 -1642 164084639 -1643 2095548264 -1644 1372188227 -1645 880316031 -1646 972977152 -1647 2122550984 -1648 123835255 -1649 966365214 -1650 276048919 -1651 1661459092 -1652 82870470 -1653 138473416 -1654 1357404432 -1655 582563656 -1656 347806580 -1657 1550738772 -1658 1999996928 -1659 1505808865 -1660 1856888345 -1661 356612370 -1662 1775895748 -1663 201330090 -1664 2113575481 -1665 125114305 -1666 1772294384 -1667 1117688039 -1668 904999763 -1669 1882424631 -1670 376705517 -1671 1433344699 -1672 1441286530 -1673 540790156 -1674 1381409316 -1675 665991109 -1676 1421106187 -1677 206902820 -1678 641058446 -1679 1544941442 -1680 1173268034 -1681 917107365 -1682 1058916886 -1683 1256138504 -1684 1055580782 -1685 268837671 -1686 1838702160 -1687 1403387362 -1688 1819576443 -1689 1691215440 -1690 761712579 -1691 1528981141 -1692 2047827811 -1693 390124679 -1694 1730311231 -1695 2013919644 -1696 515238984 -1697 1355121967 -1698 984124036 -1699 1420238748 -1700 1090062950 -1701 1360829553 -1702 706099799 -1703 383865833 -1704 1901619709 -1705 2087509115 -1706 1049856942 -1707 1175242248 -1708 146928287 -1709 1690915388 -1710 572700042 -1711 1320196321 -1712 460539106 -1713 1631616929 -1714 428851177 -1715 1516119888 -1716 1900454600 -1717 120069690 -1718 772023602 -1719 1572547395 -1720 1811285130 -1721 1533736181 -1722 954044888 -1723 1711629293 -1724 1923860860 -1725 536872471 -1726 1578065290 -1727 291616197 -1728 1891994438 -1729 414705678 -1730 1711854945 -1731 834573741 -1732 1775535231 -1733 270471096 -1734 1218439574 -1735 1529671292 -1736 210496564 -1737 120812868 -1738 557429892 -1739 357424851 -1740 1811728257 -1741 1130129934 -1742 1677621173 -1743 124783715 -1744 614263215 -1745 2106472350 -1746 1640903603 -1747 367234167 -1748 79058392 -1749 265443557 -1750 1939781563 -1751 1890343523 -1752 1799179738 -1753 746342803 -1754 1454489168 -1755 1575556950 -1756 1283215275 -1757 885070810 -1758 1867173147 -1759 1027726065 -1760 1299776488 -1761 1431544444 -1762 1862299806 -1763 927828071 -1764 1702015541 -1765 933255732 -1766 310015715 -1767 1912512105 -1768 1054068601 -1769 867445607 -1770 122453308 -1771 718313210 -1772 1997575542 -1773 1800074481 -1774 843096925 -1775 464355109 -1776 1759063184 -1777 336516880 -1778 831589277 -1779 1838121576 -1780 601960437 -1781 623887192 -1782 1580981451 -1783 253656527 -1784 1370229995 -1785 887986972 -1786 1829213477 -1787 505961622 -1788 1773057782 -1789 1548902977 -1790 1533687688 -1791 925350623 -1792 832963773 -1793 1248503846 -1794 1853178694 -1795 387495666 -1796 34275931 -1797 15710762 -1798 152524123 -1799 1088344532 -1800 883156369 -1801 274977432 -1802 1806657742 -1803 733248263 -1804 2075051913 -1805 502271019 -1806 1197603373 -1807 1686631449 -1808 838787899 -1809 2029192650 -1810 1377269378 -1811 1440748336 -1812 505596194 -1813 810767181 -1814 1694404863 -1815 1875826189 -1816 1698754153 -1817 1376134692 -1818 234304164 -1819 1324328288 -1820 777554021 -1821 1767991852 -1822 102195263 -1823 1610517795 -1824 869012050 -1825 1955373957 -1826 1998013461 -1827 903287981 -1828 1971084719 -1829 3053937 -1830 1991632513 -1831 706757441 -1832 278031369 -1833 1650806607 -1834 1440005704 -1835 205599634 -1836 5593978 -1837 490125429 -1838 1892231084 -1839 844381877 -1840 371834431 -1841 1122016814 -1842 137646565 -1843 877430625 -1844 1932783995 -1845 1832051428 -1846 605773167 -1847 1484054501 -1848 1060702473 -1849 840077331 -1850 660899141 -1851 1838256494 -1852 460585535 -1853 763094404 -1854 1301290641 -1855 1329597585 -1856 570984713 -1857 1151820455 -1858 85401919 -1859 394585785 -1860 1154874392 -1861 2077034432 -1862 1101343226 -1863 1432905761 -1864 1580357392 -1865 393865282 -1866 1638505395 -1867 1585951370 -1868 883990712 -1869 1383252831 -1870 282849600 -1871 1255825143 -1872 357785997 -1873 420496165 -1874 2133255769 -1875 143086345 -1876 105063946 -1877 591545288 -1878 1627140846 -1879 1165766419 -1880 1431622619 -1881 140556339 -1882 856539265 -1883 1892208154 -1884 903650743 -1885 10346259 -1886 1074322091 -1887 1474635456 -1888 1162166714 -1889 1159724010 -1890 1869221241 -1891 169557458 -1892 1089274795 -1893 823080819 -1894 1602463219 -1895 522148539 -1896 1216946102 -1897 1093484966 -1898 2108099909 -1899 2100936814 -1900 329254150 -1901 243465861 -1902 1209278309 -1903 687040147 -1904 663962027 -1905 1195050430 -1906 830126492 -1907 769025973 -1908 1786595718 -1909 309783690 -1910 1934792392 -1911 1070734689 -1912 450340029 -1913 643848009 -1914 815459195 -1915 1353990772 -1916 654194268 -1917 1889781287 -1918 681142581 -1919 1816360982 -1920 902021649 -1921 402880174 -1922 1985918440 -1923 1991296444 -1924 1225960994 -1925 1440898011 -1926 365961335 -1927 295423448 -1928 386899330 -1929 326577597 -1930 248876614 -1931 716153480 -1932 570043458 -1933 1458154923 -1934 1403193627 -1935 1234005485 -1936 505721706 -1937 85836472 -1938 2003031458 -1939 144833776 -1940 395620162 -1941 1790340202 -1942 1215568466 -1943 845960192 -1944 286704564 -1945 2031027661 -1946 52467316 -1947 940898832 -1948 1773325300 -1949 733609897 -1950 609776167 -1951 527863302 -1952 1136490072 -1953 448210959 -1954 371676098 -1955 214967418 -1956 1889108971 -1957 737637434 -1958 510390866 -1959 128524653 -1960 1064215031 -1961 759267480 -1962 844678133 -1963 1634258489 -1964 69938755 -1965 100388112 -1966 720780327 -1967 575660461 -1968 186224584 -1969 576328137 -1970 720494238 -1971 581844747 -1972 219184692 -1973 1936062704 -1974 1427804939 -1975 505889256 -1976 1819606717 -1977 1480272255 -1978 1446788088 -1979 1445448370 -1980 66398505 -1981 2056564255 -1982 1973311672 -1983 1202888577 -1984 357291567 -1985 197504122 -1986 1417855995 -1987 98916890 -1988 935141556 -1989 1928246861 -1990 227441543 -1991 1999356587 -1992 540030693 -1993 1072119676 -1994 1486131429 -1995 609969448 -1996 1172507788 -1997 59428108 -1998 1185629910 -1999 1358732373 -2000 635756245 -2001 1906124148 -2002 1940577120 -2003 854940937 -2004 1694703204 -2005 1220898411 -2006 1360830193 -2007 1366826273 -2008 553687018 -2009 660134634 -2010 664790995 -2011 620085523 -2012 569215241 -2013 490619019 -2014 1822974100 -2015 926506808 -2016 688123142 -2017 1093346447 -2018 1025423698 -2019 1623264698 -2020 874109660 -2021 1252865241 -2022 1475137638 -2023 1414140353 -2024 177501269 -2025 813785419 -2026 2024109802 -2027 1350009058 -2028 873213527 -2029 1062256064 -2030 561257783 -2031 1508969772 -2032 820896564 -2033 354351255 -2034 216427062 -2035 368116120 -2036 1575249666 -2037 1577257255 -2038 1734942393 -2039 2128936684 -2040 89908241 -2041 252249741 -2042 601538560 -2043 659123483 -2044 742868760 -2045 277029012 -2046 1585630291 -2047 1430991902 -2048 1370375460 -2049 463570342 -2050 906772953 -2051 97001472 -2052 1716435583 -2053 234426943 -2054 1511141826 -2055 1893936853 -2056 1048212362 -2057 1387767980 -2058 1096462263 -2059 1921425889 -2060 302540396 -2061 1657720046 -2062 1282912013 -2063 1123436960 -2064 2012071301 -2065 1499339075 -2066 1491553080 -2067 1439837319 -2068 929112683 -2069 1079011825 -2070 1421290355 -2071 1019020924 -2072 1331261566 -2073 2022828915 -2074 1678144407 -2075 2074130327 -2076 152374280 -2077 1116291051 -2078 1357638581 -2079 1522749740 -2080 1579861393 -2081 116927886 -2082 1619751212 -2083 1148813328 -2084 351354829 -2085 983409390 -2086 895266533 -2087 1399567191 -2088 223693722 -2089 1991728796 -2090 1173509432 -2091 526234118 -2092 1501965194 -2093 308937798 -2094 1649671078 -2095 1366552847 -2096 1808276873 -2097 993740510 -2098 658906518 -2099 589905908 -2100 2072752336 -2101 2080196874 -2102 1608926833 -2103 1256530254 -2104 1955542141 -2105 1139587592 -2106 1183176933 -2107 2107916421 -2108 108394995 -2109 393331867 -2110 1483182513 -2111 1688256388 -2112 510259753 -2113 955450078 -2114 689586069 -2115 861614583 -2116 1938859468 -2117 1584852602 -2118 113698126 -2119 15069543 -2120 1429097751 -2121 1287207559 -2122 541303661 -2123 783579297 -2124 1596145357 -2125 43491092 -2126 2648497 -2127 1256938582 -2128 1037231602 -2129 661555015 -2130 1846844491 -2131 962500290 -2132 594268241 -2133 1308287676 -2134 71546897 -2135 402326735 -2136 300391620 -2137 1254723830 -2138 362759508 -2139 408786616 -2140 1648055697 -2141 1845942022 -2142 2097043004 -2143 10831803 -2144 653908452 -2145 639145425 -2146 872446386 -2147 445284272 -2148 76514380 -2149 986144512 -2150 460353815 -2151 1505612131 -2152 125868423 -2153 1001657477 -2154 141707780 -2155 1722013780 -2156 1045148569 -2157 144356277 -2158 831468715 -2159 2082380171 -2160 805911293 -2161 530829558 -2162 897396814 -2163 1400179534 -2164 1839117234 -2165 968943711 -2166 1802506269 -2167 2139508854 -2168 76183893 -2169 17782130 -2170 400811822 -2171 1724239591 -2172 1863724152 -2173 350371179 -2174 1735071394 -2175 370148956 -2176 989516604 -2177 460034132 -2178 815433228 -2179 1066030984 -2180 1446178644 -2181 1275787044 -2182 424159467 -2183 1572047068 -2184 129960873 -2185 565867248 -2186 1146577200 -2187 1175109442 -2188 710223525 -2189 1978045915 -2190 1110005965 -2191 1516134818 -2192 361391825 -2193 2007402779 -2194 768830705 -2195 53025411 -2196 828862842 -2197 423853326 -2198 45050618 -2199 905046736 -2200 441635456 -2201 445862440 -2202 481802679 -2203 157875960 -2204 796233619 -2205 69390425 -2206 528024916 -2207 1785750224 -2208 529424557 -2209 1343458145 -2210 704297560 -2211 1975603201 -2212 471761541 -2213 1128457028 -2214 1400166621 -2215 601722414 -2216 1694324276 -2217 399260174 -2218 1776831856 -2219 257064153 -2220 229822441 -2221 739354173 -2222 1773198972 -2223 591214267 -2224 599273305 -2225 394546029 -2226 644239678 -2227 1428136147 -2228 818399355 -2229 689290296 -2230 185699235 -2231 1260034812 -2232 1135152737 -2233 667501914 -2234 1417910772 -2235 1931386356 -2236 736892339 -2237 1945935689 -2238 1569652932 -2239 1266316896 -2240 1141910186 -2241 126466845 -2242 1094436450 -2243 1613671727 -2244 1254923873 -2245 347119423 -2246 67910493 -2247 801764501 -2248 746379597 -2249 1844742349 -2250 1058828654 -2251 976202039 -2252 436612874 -2253 684543978 -2254 1567416306 -2255 1035886179 -2256 1079090007 -2257 64172336 -2258 316538679 -2259 1897489363 -2260 753462633 -2261 502237914 -2262 1010040527 -2263 1888615370 -2264 1169739829 -2265 280467651 -2266 1672518078 -2267 1906632168 -2268 78919692 -2269 1094687363 -2270 1025465417 -2271 1220829878 -2272 1221154208 -2273 2119901867 -2274 687017957 -2275 328594433 -2276 319537642 -2277 754928450 -2278 1130358934 -2279 1065917240 -2280 452187151 -2281 41703940 -2282 2042119279 -2283 888800026 -2284 726247919 -2285 1462051937 -2286 1924686205 -2287 1805337926 -2288 1526224273 -2289 93741236 -2290 1555343641 -2291 132203258 -2292 595979151 -2293 417900520 -2294 2020818628 -2295 1765718980 -2296 698368172 -2297 1545853059 -2298 1524867500 -2299 777287864 -2300 493056774 -2301 402849269 -2302 1998117743 -2303 1714210982 -2304 375267488 -2305 537652052 -2306 2042805415 -2307 694805131 -2308 1292580503 -2309 1025680701 -2310 1760722371 -2311 1744767654 -2312 1067384641 -2313 1655358002 -2314 486084032 -2315 1793632560 -2316 969926291 -2317 263286590 -2318 1451486839 -2319 348666916 -2320 357027826 -2321 859346832 -2322 480870175 -2323 953006977 -2324 1277247353 -2325 354205155 -2326 571242309 -2327 1975615525 -2328 1900058214 -2329 2096109810 -2330 605419741 -2331 245631340 -2332 351475431 -2333 456053836 -2334 1959842322 -2335 726742920 -2336 993705889 -2337 1855164089 -2338 1421548051 -2339 138802744 -2340 733361142 -2341 1034786774 -2342 1883570398 -2343 1800745784 -2344 542661128 -2345 222170783 -2346 1446894696 -2347 1512587419 -2348 485457373 -2349 750897887 -2350 1861254335 -2351 842485199 -2352 1610244720 -2353 194640862 -2354 1795492177 -2355 740008425 -2356 548846018 -2357 219250838 -2358 568140302 -2359 301420584 -2360 167877000 -2361 1173560043 -2362 547051925 -2363 519352432 -2364 1629613880 -2365 359410599 -2366 1246095352 -2367 475836121 -2368 67091041 -2369 520159755 -2370 614638865 -2371 800452183 -2372 1554946529 -2373 350725615 -2374 453714319 -2375 2097607657 -2376 572896398 -2377 1900609016 -2378 1462711428 -2379 1058353771 -2380 504023255 -2381 1176482115 -2382 1900838971 -2383 2114267975 -2384 1371122978 -2385 1548847500 -2386 706792752 -2387 1919968996 -2388 1768098338 -2389 1274933054 -2390 73905932 -2391 1935975339 -2392 301009450 -2393 620957857 -2394 307844123 -2395 1930623330 -2396 980368457 -2397 1553939475 -2398 258975803 -2399 1047459498 -2400 2074099230 -2401 873614668 -2402 1847911681 -2403 1481562111 -2404 1224340283 -2405 154142353 -2406 1431686120 -2407 1797236682 -2408 2054751369 -2409 746913900 -2410 708106805 -2411 411290976 -2412 1923396015 -2413 461462128 -2414 378075304 -2415 1147035345 -2416 2010309628 -2417 1084868056 -2418 919520693 -2419 1630924319 -2420 212317463 -2421 993426626 -2422 1419416010 -2423 513326913 -2424 1614384483 -2425 1727260133 -2426 296466595 -2427 447269292 -2428 1133715960 -2429 555442398 -2430 1494728790 -2431 1060331542 -2432 1429057066 -2433 1195156824 -2434 394410005 -2435 505913701 -2436 1349299177 -2437 1826096125 -2438 155666735 -2439 1256566898 -2440 425526377 -2441 863773541 -2442 1667857874 -2443 201438744 -2444 1325235669 -2445 2045933178 -2446 1348474090 -2447 1188061650 -2448 983317587 -2449 120511135 -2450 671502321 -2451 1195635050 -2452 1113937761 -2453 2090918331 -2454 1708961963 -2455 580838597 -2456 1670694816 -2457 2005428558 -2458 1028107889 -2459 656927128 -2460 413387308 -2461 375353032 -2462 1717258670 -2463 1842444374 -2464 1570509856 -2465 2111668675 -2466 200874427 -2467 772325385 -2468 1790281152 -2469 356541163 -2470 2028892283 -2471 68323881 -2472 1220314704 -2473 1549266509 -2474 269762625 -2475 398066725 -2476 1447716040 -2477 1618236715 -2478 1586128375 -2479 283549979 -2480 1738747851 -2481 110147048 -2482 1479185029 -2483 705201964 -2484 53581731 -2485 1040663344 -2486 1286040561 -2487 1724276547 -2488 898608254 -2489 166664803 -2490 233720027 -2491 1311995562 -2492 542017835 -2493 1950978697 -2494 1006956288 -2495 2112527691 -2496 1915163724 -2497 1207830715 -2498 737369428 -2499 1557961228 -2500 1564371878 -2501 618778063 -2502 1626285109 -2503 637202934 -2504 20560924 -2505 1896047735 -2506 1035269660 -2507 1468276964 -2508 1366800802 -2509 473914387 -2510 1751826943 -2511 958065005 -2512 584061436 -2513 1083528324 -2514 1663266970 -2515 637643167 -2516 2124191668 -2517 801823883 -2518 214436067 -2519 875316274 -2520 968488686 -2521 448156094 -2522 39828188 -2523 1510506521 -2524 251651144 -2525 1046784476 -2526 1475550564 -2527 19331220 -2528 107131544 -2529 65436344 -2530 1577292449 -2531 1671503422 -2532 684214407 -2533 1056093910 -2534 161222709 -2535 704775332 -2536 804657997 -2537 1196492369 -2538 25568648 -2539 23975152 -2540 1670406756 -2541 1777395592 -2542 982040157 -2543 106984544 -2544 713440268 -2545 497823479 -2546 744627712 -2547 690148289 -2548 1299647363 -2549 959063779 -2550 1565464563 -2551 120652401 -2552 1407219873 -2553 1605292752 -2554 1631158923 -2555 1658871017 -2556 504593580 -2557 959225839 -2558 1678202238 -2559 611725124 -2560 1024662184 -2561 1108011039 -2562 135744899 -2563 1708876591 -2564 16621301 -2565 296967608 -2566 266168275 -2567 821279299 -2568 1493459977 -2569 291736924 -2570 845254451 -2571 1016383085 -2572 2069132516 -2573 1827294608 -2574 1123367630 -2575 635089136 -2576 177634440 -2577 1867995342 -2578 1325237425 -2579 1477281803 -2580 679575473 -2581 743218341 -2582 1597934204 -2583 2086795346 -2584 201027445 -2585 1081609479 -2586 1598182716 -2587 705621025 -2588 2040835319 -2589 1128901306 -2590 1317346150 -2591 918013855 -2592 89428697 -2593 1453091049 -2594 479406798 -2595 106049998 -2596 1750058657 -2597 745575074 -2598 927329297 -2599 1096034986 -2600 1037311998 -2601 1772583748 -2602 2112418071 -2603 958960866 -2604 1452394709 -2605 1088302053 -2606 1594050002 -2607 1630029149 -2608 808813747 -2609 771803780 -2610 959827304 -2611 1488389220 -2612 1515022121 -2613 410277860 -2614 1427700919 -2615 1716049566 -2616 1491887340 -2617 878399987 -2618 274186943 -2619 1385239011 -2620 2007301293 -2621 1591533093 -2622 155769218 -2623 2096729990 -2624 897140494 -2625 635176016 -2626 55296340 -2627 499715503 -2628 1380751090 -2629 982625638 -2630 1595750489 -2631 270579440 -2632 607725738 -2633 1560684913 -2634 1229540306 -2635 2060120447 -2636 501503318 -2637 676106661 -2638 1542665948 -2639 1310317066 -2640 1447910441 -2641 355009604 -2642 651222638 -2643 815448914 -2644 765287465 -2645 2078923557 -2646 384014832 -2647 109691157 -2648 809839896 -2649 658201775 -2650 1494930168 -2651 669657541 -2652 102251221 -2653 1650699386 -2654 618903883 -2655 999391715 -2656 138391754 -2657 674200224 -2658 1499107219 -2659 1519142845 -2660 1656825862 -2661 947374060 -2662 1789722285 -2663 117067952 -2664 360575325 -2665 871778944 -2666 29704752 -2667 862078644 -2668 1547885605 -2669 1572370700 -2670 24912062 -2671 848312398 -2672 1927380305 -2673 676134700 -2674 1663761312 -2675 545184122 -2676 607574610 -2677 2047776144 -2678 654875279 -2679 1417414506 -2680 558494271 -2681 2321799 -2682 2087072048 -2683 660745492 -2684 1653021185 -2685 558492283 -2686 1660137208 -2687 1791412939 -2688 1232692507 -2689 1011760779 -2690 1163072136 -2691 742034721 -2692 1959134839 -2693 805310774 -2694 859102674 -2695 172226517 -2696 1677089718 -2697 888807426 -2698 1034305161 -2699 1077491675 -2700 313694478 -2701 1059217223 -2702 1925804073 -2703 93591135 -2704 1735351923 -2705 1442081737 -2706 638775257 -2707 195442885 -2708 1342374233 -2709 1293650536 -2710 1612857392 -2711 1900868504 -2712 1295972335 -2713 1552445792 -2714 414130349 -2715 801509872 -2716 2110938075 -2717 2074267557 -2718 445439164 -2719 1196146935 -2720 938544688 -2721 1608511300 -2722 1938181656 -2723 750195879 -2724 266338426 -2725 649800682 -2726 922422396 -2727 1943428144 -2728 1538608108 -2729 1956727557 -2730 873436171 -2731 1852302587 -2732 868461132 -2733 651756596 -2734 1945893722 -2735 456329408 -2736 2093838333 -2737 437185332 -2738 651772293 -2739 1288728918 -2740 1730835868 -2741 117146037 -2742 1042113775 -2743 879324556 -2744 1669591829 -2745 1456244124 -2746 1680834428 -2747 1633046257 -2748 1383028033 -2749 2126273592 -2750 681709544 -2751 174089073 -2752 1587301245 -2753 472407552 -2754 924284952 -2755 1853639671 -2756 1122208235 -2757 1846707349 -2758 1649584168 -2759 513332695 -2760 1655951258 -2761 375536691 -2762 218151634 -2763 376928743 -2764 1027293288 -2765 16561709 -2766 833258151 -2767 973647973 -2768 453747041 -2769 1485030444 -2770 114893244 -2771 37099261 -2772 1602176482 -2773 1157007019 -2774 916423817 -2775 1124284663 -2776 465767495 -2777 449774598 -2778 609847272 -2779 1848795528 -2780 428564542 -2781 1291556816 -2782 2022884601 -2783 2015865787 -2784 1763964369 -2785 799685905 -2786 1722021811 -2787 738688956 -2788 498909606 -2789 1224122331 -2790 1252021651 -2791 7377217 -2792 1599659022 -2793 1470173286 -2794 384305960 -2795 479468662 -2796 1486734995 -2797 1217564111 -2798 1453116636 -2799 1940482036 -2800 555110907 -2801 1568009880 -2802 1977581297 -2803 9803741 -2804 577533251 -2805 746521467 -2806 1134088405 -2807 1043300746 -2808 1196296065 -2809 1743935677 -2810 744612626 -2811 1624860607 -2812 888008846 -2813 620013579 -2814 1493242747 -2815 504489567 -2816 1419699484 -2817 1067780910 -2818 1243178523 -2819 1918609091 -2820 144419593 -2821 347716526 -2822 1925986308 -2823 1744078615 -2824 1817889812 -2825 162808620 -2826 76063630 -2827 1157141159 -2828 1380372731 -2829 1529180266 -2830 950139547 -2831 1935483638 -2832 949706498 -2833 780237197 -2834 1945287380 -2835 1527239749 -2836 1526758664 -2837 931892137 -2838 423056847 -2839 575571081 -2840 528344166 -2841 1167669473 -2842 52948040 -2843 1416353012 -2844 1787683052 -2845 1546190787 -2846 1920842579 -2847 1059898888 -2848 466488049 -2849 1016537454 -2850 831024331 -2851 610907642 -2852 1364253981 -2853 609526991 -2854 207502610 -2855 1034660145 -2856 772335611 -2857 283566240 -2858 44317657 -2859 5224694 -2860 1812746506 -2861 994457204 -2862 1940708333 -2863 614969356 -2864 1774694401 -2865 1738512065 -2866 2142209105 -2867 1153969417 -2868 522920554 -2869 417782304 -2870 1729540498 -2871 1051264720 -2872 1585451777 -2873 1782488539 -2874 320134085 -2875 1225651181 -2876 1181195678 -2877 93493016 -2878 138066421 -2879 1647683728 -2880 1110030471 -2881 969090753 -2882 111107722 -2883 326800804 -2884 1578617744 -2885 318610332 -2886 1361460949 -2887 203469708 -2888 602176572 -2889 1405778606 -2890 208694402 -2891 267439430 -2892 252752163 -2893 1919087 -2894 882408786 -2895 2027446564 -2896 1740431152 -2897 877134243 -2898 1033932334 -2899 115868058 -2900 1294916547 -2901 615989184 -2902 1167132779 -2903 732884676 -2904 250994075 -2905 1487266864 -2906 1958535857 -2907 1432189754 -2908 1580759880 -2909 2096602279 -2910 932389834 -2911 543306703 -2912 918209384 -2913 1043497556 -2914 870107507 -2915 349343480 -2916 1362107889 -2917 84084809 -2918 552813188 -2919 1964284461 -2920 1489863415 -2921 761507591 -2922 84240244 -2923 1742615578 -2924 763426678 -2925 966649030 -2926 1622578495 -2927 356374183 -2928 1843783274 -2929 509027181 -2930 472242241 -2931 991216173 -2932 1125016365 -2933 1639375020 -2934 1724100850 -2935 1376010441 -2936 979158236 -2937 1535153059 -2938 660716547 -2939 412434469 -2940 1484271690 -2941 1593106381 -2942 955741172 -2943 254997426 -2944 489120289 -2945 1825848680 -2946 604340907 -2947 1851228178 -2948 1909933489 -2949 1157154095 -2950 1668028992 -2951 1252313256 -2952 1918661686 -2953 1752269236 -2954 847445187 -2955 534604717 -2956 571434618 -2957 322540034 -2958 890978900 -2959 267734244 -2960 831567215 -2961 1363221141 -2962 1258950418 -2963 1956583580 -2964 855112514 -2965 835567620 -2966 1185110373 -2967 1834270750 -2968 223237031 -2969 1845826920 -2970 99221571 -2971 1707508722 -2972 1291449653 -2973 1054962744 -2974 1962506148 -2975 1780569943 -2976 733327776 -2977 419363407 -2978 1484314473 -2979 495777617 -2980 1576517503 -2981 1004859817 -2982 1748090873 -2983 1347695541 -2984 609645405 -2985 448052412 -2986 1882300258 -2987 1181080024 -2988 770592446 -2989 625795510 -2990 1448814268 -2991 1602159661 -2992 1989016652 -2993 560281038 -2994 1411259594 -2995 696645518 -2996 1395848658 -2997 448886319 -2998 383432620 -2999 1619085690 -3000 147229592 -3001 482654192 -3002 1179110764 -3003 1438679245 -3004 1537616936 -3005 994133264 -3006 1071765540 -3007 123461064 -3008 1413496672 -3009 408596366 -3010 619238681 -3011 842530527 -3012 1413456183 -3013 219845906 -3014 42742420 -3015 2023101589 -3016 667898319 -3017 1925042679 -3018 1056697965 -3019 1438490765 -3020 403354541 -3021 358028585 -3022 893166779 -3023 244887545 -3024 918309624 -3025 156942725 -3026 941533063 -3027 166674634 -3028 605829044 -3029 1324965684 -3030 1785760324 -3031 753058636 -3032 1807619876 -3033 817387440 -3034 44254234 -3035 1197753164 -3036 1811520705 -3037 1116019774 -3038 1321214228 -3039 1077533729 -3040 1524616140 -3041 1940452909 -3042 1920064256 -3043 790588676 -3044 12815167 -3045 1962806676 -3046 666206617 -3047 680713486 -3048 1740365707 -3049 1722904582 -3050 2119204252 -3051 2143720249 -3052 2080933167 -3053 864887383 -3054 241124146 -3055 851759143 -3056 1021830108 -3057 1182657210 -3058 1018433778 -3059 1627659152 -3060 360139246 -3061 656710454 -3062 233234141 -3063 20275474 -3064 1474097895 -3065 277488375 -3066 1218028638 -3067 1138134952 -3068 1393508149 -3069 391759218 -3070 68185033 -3071 770640642 -3072 184728479 -3073 1988249289 -3074 1561229318 -3075 197543646 -3076 1803572317 -3077 79952287 -3078 878257133 -3079 1396454377 -3080 1802856869 -3081 849977737 -3082 1392690978 -3083 1736306388 -3084 1714865120 -3085 1633815124 -3086 440581884 -3087 589211580 -3088 668988686 -3089 1459015662 -3090 69387084 -3091 1029127932 -3092 2115726116 -3093 302621225 -3094 1049403406 -3095 1442340363 -3096 580109600 -3097 119948396 -3098 432991667 -3099 1973617750 -3100 511707614 -3101 501176700 -3102 596774744 -3103 696436093 -3104 341942341 -3105 10520414 -3106 893979740 -3107 2145514659 -3108 90472701 -3109 1772236873 -3110 1394485388 -3111 1893329570 -3112 474730962 -3113 639692718 -3114 1482152310 -3115 42112434 -3116 126024194 -3117 1922734194 -3118 631324014 -3119 795012881 -3120 1234266208 -3121 700711098 -3122 1824140813 -3123 1202508677 -3124 1003332324 -3125 726060572 -3126 497365392 -3127 1583441924 -3128 846008968 -3129 930357060 -3130 1409576026 -3131 1357716583 -3132 1431533760 -3133 2006350770 -3134 2054152676 -3135 1773476102 -3136 2016871184 -3137 800648768 -3138 1771507113 -3139 2107343885 -3140 425401993 -3141 1018508853 -3142 1853189807 -3143 900132955 -3144 1658201571 -3145 1187858470 -3146 942245389 -3147 1784225765 -3148 963109016 -3149 1573569403 -3150 431754998 -3151 49891577 -3152 126796854 -3153 108412164 -3154 1252400254 -3155 1130129178 -3156 834472736 -3157 1749765646 -3158 566087454 -3159 1680481704 -3160 532639058 -3161 1975663481 -3162 890714639 -3163 1964172819 -3164 1834530603 -3165 797383668 -3166 1590165273 -3167 1703918140 -3168 1598032436 -3169 1214188738 -3170 1663778377 -3171 2023434430 -3172 85213943 -3173 1369484537 -3174 776083737 -3175 1743415514 -3176 409859359 -3177 1718329127 -3178 1380157631 -3179 1372968375 -3180 1144414882 -3181 1811912630 -3182 1422859952 -3183 1271211736 -3184 1920324794 -3185 527776558 -3186 253857266 -3187 607313882 -3188 130058557 -3189 819944721 -3190 140311938 -3191 662697615 -3192 648124554 -3193 1031026578 -3194 479386786 -3195 335171509 -3196 1828410246 -3197 2069552059 -3198 2039089649 -3199 1278959034 -3200 1136257149 -3201 1555384379 -3202 1154909816 -3203 1221471092 -3204 777385268 -3205 1930993554 -3206 817402958 -3207 1187244627 -3208 1501839033 -3209 50076942 -3210 412729354 -3211 498770267 -3212 1861989572 -3213 1835589307 -3214 1769982004 -3215 1634830718 -3216 215882217 -3217 2023839270 -3218 94660952 -3219 345940774 -3220 696300343 -3221 234972890 -3222 1008638390 -3223 1344424897 -3224 1265999468 -3225 1488025176 -3226 1679596407 -3227 946926066 -3228 1410093588 -3229 1571202408 -3230 78401453 -3231 398867089 -3232 979103139 -3233 1233311269 -3234 1620338182 -3235 1756488407 -3236 1016821175 -3237 290257492 -3238 796249386 -3239 371176560 -3240 340334434 -3241 1208978741 -3242 869946828 -3243 54840358 -3244 897084400 -3245 492445184 -3246 1689671076 -3247 1112966617 -3248 368800806 -3249 1784332028 -3250 1458907392 -3251 1065101150 -3252 2019304919 -3253 320062134 -3254 262042399 -3255 1137820739 -3256 1808087310 -3257 1941638806 -3258 2084746806 -3259 1070697250 -3260 1365357567 -3261 15664611 -3262 1469564340 -3263 196977058 -3264 1248975880 -3265 942418874 -3266 1953465466 -3267 118313408 -3268 1232676366 -3269 602231204 -3270 489489968 -3271 1573010801 -3272 1811209945 -3273 1359436796 -3274 1627851159 -3275 560810697 -3276 1851881980 -3277 1170038588 -3278 1673777315 -3279 73199139 -3280 806886968 -3281 985201059 -3282 1138300289 -3283 678708239 -3284 1305263193 -3285 1400342688 -3286 1816528979 -3287 965866855 -3288 1194497847 -3289 1753792137 -3290 2036564106 -3291 412371766 -3292 1769456748 -3293 1358644798 -3294 609348824 -3295 870948980 -3296 153580024 -3297 415330642 -3298 989262388 -3299 1386256390 -3300 1017561847 -3301 1478752357 -3302 811783543 -3303 681288144 -3304 690705505 -3305 292151055 -3306 1242098842 -3307 395103838 -3308 1462189643 -3309 768392509 -3310 468302977 -3311 121592963 -3312 1753593568 -3313 1606603266 -3314 800301203 -3315 911373113 -3316 859462306 -3317 469346534 -3318 1877239968 -3319 2053960153 -3320 75655023 -3321 1766320426 -3322 318848271 -3323 1845111771 -3324 977481576 -3325 928197096 -3326 568577103 -3327 1131061600 -3328 1343527738 -3329 1557839492 -3330 369834343 -3331 213605937 -3332 889108201 -3333 1181617886 -3334 894894082 -3335 1579813706 -3336 1473768941 -3337 2136992924 -3338 1974917544 -3339 788474936 -3340 757901785 -3341 295736873 -3342 910067900 -3343 364011705 -3344 1902340139 -3345 1710369103 -3346 1275384818 -3347 614318798 -3348 32231989 -3349 1005141138 -3350 520795303 -3351 107887012 -3352 623977917 -3353 839643575 -3354 1952998783 -3355 1601459493 -3356 1767840671 -3357 374092238 -3358 585037446 -3359 963884761 -3360 1931931730 -3361 954871789 -3362 1177490699 -3363 673556283 -3364 2136489675 -3365 2072384781 -3366 105886342 -3367 1462774969 -3368 2061894057 -3369 2080803886 -3370 103766257 -3371 672312194 -3372 229057112 -3373 1013834157 -3374 1036323899 -3375 2131397251 -3376 576719612 -3377 164225069 -3378 598232401 -3379 608951601 -3380 1169366207 -3381 1119027705 -3382 716838613 -3383 1793344124 -3384 1958671280 -3385 522353748 -3386 1247319970 -3387 1579028303 -3388 896445987 -3389 1832357416 -3390 395429416 -3391 680894069 -3392 639745557 -3393 1572920115 -3394 1354450353 -3395 628751584 -3396 1497821248 -3397 1460336695 -3398 2091526553 -3399 1412231657 -3400 1393656933 -3401 47809163 -3402 2084543851 -3403 1622714045 -3404 1061643320 -3405 973384102 -3406 1606627649 -3407 1638362933 -3408 1137609171 -3409 57376402 -3410 99830886 -3411 159491731 -3412 1176404107 -3413 816669500 -3414 1952835855 -3415 987591739 -3416 1339023248 -3417 1052672177 -3418 419136394 -3419 87985587 -3420 737545945 -3421 814565811 -3422 768879657 -3423 1377291502 -3424 240002278 -3425 2123330010 -3426 2006043087 -3427 1737823527 -3428 1436183057 -3429 1950085992 -3430 1002571536 -3431 682356342 -3432 1997895155 -3433 939631740 -3434 157586740 -3435 912054828 -3436 1913015842 -3437 1764214389 -3438 402934113 -3439 903141366 -3440 1821590791 -3441 502764999 -3442 1062633097 -3443 850511251 -3444 1319434499 -3445 867985304 -3446 1838102990 -3447 510974100 -3448 1920657482 -3449 109755737 -3450 598959687 -3451 510719779 -3452 924321548 -3453 1367839344 -3454 1888011282 -3455 1164323826 -3456 1343685706 -3457 1746570721 -3458 754663705 -3459 632385115 -3460 1549173065 -3461 1757235242 -3462 1314741458 -3463 1399584573 -3464 549383334 -3465 1472328198 -3466 164155753 -3467 314915528 -3468 1089058939 -3469 567089866 -3470 1218056894 -3471 763166082 -3472 1069854865 -3473 133206343 -3474 1613677333 -3475 241805717 -3476 1001191648 -3477 1304296676 -3478 752779817 -3479 774365482 -3480 1414052413 -3481 1351739504 -3482 1285085261 -3483 190890313 -3484 572095201 -3485 1025612895 -3486 1355214139 -3487 1915780907 -3488 624699968 -3489 2109877845 -3490 400682375 -3491 26389386 -3492 1719629439 -3493 1715423833 -3494 1425973959 -3495 121529125 -3496 1040268383 -3497 1590129712 -3498 436444653 -3499 2129327322 -3500 9735930 -3501 1654501548 -3502 745009756 -3503 1079590795 -3504 1787707891 -3505 211203442 -3506 1321396512 -3507 641415891 -3508 1515500118 -3509 2074176329 -3510 1415781373 -3511 782068883 -3512 1278432186 -3513 553382987 -3514 972959196 -3515 1850527387 -3516 1578995882 -3517 180689687 -3518 1618824646 -3519 56212203 -3520 143083884 -3521 2019507021 -3522 82601589 -3523 1862713323 -3524 1587447206 -3525 1508575548 -3526 1984242448 -3527 480231941 -3528 951221612 -3529 273203454 -3530 462075615 -3531 960957542 -3532 1927705002 -3533 1207085372 -3534 2040548337 -3535 1567929245 -3536 1418288814 -3537 1214461202 -3538 61861489 -3539 786305284 -3540 1141153883 -3541 1477642862 -3542 1568374167 -3543 272102421 -3544 2031025849 -3545 393849715 -3546 2122629808 -3547 1462538084 -3548 574539402 -3549 1593970807 -3550 1518750287 -3551 717623287 -3552 1465994180 -3553 1601351876 -3554 432852962 -3555 905957739 -3556 962443776 -3557 269611763 -3558 1386189680 -3559 1913665388 -3560 542815217 -3561 1848265296 -3562 727139282 -3563 323036571 -3564 907867020 -3565 620203971 -3566 1890965816 -3567 178672186 -3568 1834665173 -3569 1952827305 -3570 964977470 -3571 828335409 -3572 1282986520 -3573 385867989 -3574 1100437830 -3575 1166528721 -3576 779717704 -3577 1075583991 -3578 481583157 -3579 1354257106 -3580 522071150 -3581 2000333444 -3582 2071880393 -3583 1988065330 -3584 1454201672 -3585 357249708 -3586 746539421 -3587 269161800 -3588 626861471 -3589 2132729102 -3590 35343540 -3591 1169676688 -3592 1833510750 -3593 762482822 -3594 1492713259 -3595 593894122 -3596 1382686794 -3597 1236195427 -3598 772566308 -3599 1069868319 -3600 1041539085 -3601 1737543778 -3602 1898203728 -3603 177041957 -3604 2123411767 -3605 851157911 -3606 1343570678 -3607 755645823 -3608 1926741902 -3609 1825153836 -3610 2109902929 -3611 301329404 -3612 1678003632 -3613 2034299675 -3614 141911086 -3615 984721657 -3616 244065735 -3617 888450508 -3618 1253883457 -3619 870927206 -3620 873695962 -3621 1289226998 -3622 2040603894 -3623 559723064 -3624 2051709820 -3625 1385833505 -3626 1153617186 -3627 1286912966 -3628 474545284 -3629 1926183494 -3630 209297638 -3631 1516084369 -3632 1516243624 -3633 2107501366 -3634 1693126326 -3635 1492171743 -3636 811175629 -3637 889213357 -3638 100333918 -3639 590433883 -3640 566883545 -3641 62753199 -3642 891763287 -3643 97403529 -3644 2097052874 -3645 1033674374 -3646 1082125186 -3647 193634961 -3648 1922124882 -3649 188524996 -3650 1064562167 -3651 648337196 -3652 1477751994 -3653 957682413 -3654 1208060260 -3655 1381978166 -3656 196032270 -3657 214193798 -3658 521407485 -3659 670577555 -3660 2140377292 -3661 730705123 -3662 39178276 -3663 1509137268 -3664 690722841 -3665 1732304603 -3666 853825363 -3667 1501898471 -3668 474034312 -3669 954159281 -3670 2092332354 -3671 1040917857 -3672 1016912480 -3673 836611994 -3674 1138321386 -3675 966481707 -3676 1870286368 -3677 72962925 -3678 1160116668 -3679 1644927602 -3680 261487921 -3681 77195188 -3682 145781150 -3683 1739239915 -3684 1034877601 -3685 1353841410 -3686 973734433 -3687 1230909872 -3688 1568035208 -3689 1495141918 -3690 1901487427 -3691 1560928852 -3692 78363393 -3693 1940665703 -3694 922582472 -3695 769086235 -3696 1525486658 -3697 1776407835 -3698 123501058 -3699 1999520970 -3700 583083468 -3701 68349764 -3702 892955179 -3703 1599995948 -3704 904961758 -3705 2031276566 -3706 418994007 -3707 627764478 -3708 2104239491 -3709 1579110676 -3710 125208432 -3711 218243764 -3712 1656305864 -3713 270989582 -3714 1957483679 -3715 543699817 -3716 1624830992 -3717 783734464 -3718 1774609689 -3719 1045382552 -3720 131392735 -3721 1528613468 -3722 458827756 -3723 209756128 -3724 1321795524 -3725 1381410228 -3726 978842363 -3727 699798534 -3728 1010334415 -3729 1102343421 -3730 551835857 -3731 1593417883 -3732 1170693186 -3733 1444791036 -3734 1045930184 -3735 2075654944 -3736 1328583954 -3737 1464924191 -3738 555935775 -3739 1285339797 -3740 896551219 -3741 681144207 -3742 1503583561 -3743 405373435 -3744 952133790 -3745 1313583592 -3746 949073253 -3747 429481134 -3748 2097318057 -3749 576199294 -3750 1474863687 -3751 81227144 -3752 2104812763 -3753 1933691443 -3754 290983272 -3755 1279124639 -3756 1167618024 -3757 1269825636 -3758 1978923173 -3759 30468791 -3760 224685409 -3761 383275382 -3762 1623886675 -3763 1395378595 -3764 1828066419 -3765 522333211 -3766 1323549892 -3767 1009166725 -3768 1987257402 -3769 1879485667 -3770 147022875 -3771 736324974 -3772 413146226 -3773 1650606436 -3774 1141698409 -3775 1365280016 -3776 816706381 -3777 2090771662 -3778 1794761151 -3779 766540790 -3780 519487309 -3781 1122141190 -3782 847767934 -3783 476816424 -3784 908348985 -3785 1138751206 -3786 1755941063 -3787 2075967009 -3788 261093194 -3789 1587380588 -3790 2106435801 -3791 485778604 -3792 1970655971 -3793 1582838828 -3794 1881157199 -3795 1651238742 -3796 2105172039 -3797 1057223443 -3798 512921819 -3799 1944945793 -3800 789225462 -3801 659944694 -3802 533787119 -3803 1202371689 -3804 163067483 -3805 1675485529 -3806 420168057 -3807 979773864 -3808 1618773543 -3809 67445560 -3810 1746314654 -3811 2138260852 -3812 1189586750 -3813 446598940 -3814 467593628 -3815 2097935736 -3816 1585350146 -3817 76051043 -3818 2026419097 -3819 1846443341 -3820 1663431632 -3821 1985371250 -3822 184738297 -3823 1486603955 -3824 1420726430 -3825 2065895496 -3826 990359049 -3827 1378414821 -3828 975635292 -3829 1503280868 -3830 1175876967 -3831 1764860754 -3832 15741915 -3833 1709664086 -3834 819748795 -3835 178809398 -3836 1237665967 -3837 1239916853 -3838 1158583262 -3839 708955863 -3840 1307362413 -3841 757414268 -3842 699733067 -3843 349465516 -3844 1204013208 -3845 1167326696 -3846 299917604 -3847 641879706 -3848 1243377739 -3849 178853053 -3850 340839399 -3851 759325723 -3852 16740656 -3853 525577696 -3854 98446030 -3855 1437467086 -3856 443989545 -3857 1088805079 -3858 668398260 -3859 1419624837 -3860 444602300 -3861 1844275227 -3862 1037001943 -3863 460344215 -3864 1406455665 -3865 1856750739 -3866 639153613 -3867 496637985 -3868 949183944 -3869 1797736875 -3870 1205593848 -3871 109062709 -3872 407667495 -3873 1905326915 -3874 458528225 -3875 1611680703 -3876 925169963 -3877 758445829 -3878 106076761 -3879 21064055 -3880 937298883 -3881 446916161 -3882 780389778 -3883 954039539 -3884 972493857 -3885 878835809 -3886 244022977 -3887 1416483402 -3888 1967640888 -3889 912421237 -3890 688624591 -3891 264759540 -3892 609212816 -3893 1725626535 -3894 725103755 -3895 2015668482 -3896 1434893626 -3897 1364257368 -3898 364822819 -3899 236593922 -3900 1014510595 -3901 1570416667 -3902 345656631 -3903 1422178090 -3904 1328259934 -3905 804184857 -3906 886375145 -3907 105946250 -3908 1562630686 -3909 992451907 -3910 127010305 -3911 352445921 -3912 1439368068 -3913 907400083 -3914 1306485460 -3915 264378277 -3916 1786235892 -3917 1550508438 -3918 1680861680 -3919 1606393133 -3920 315446027 -3921 222002623 -3922 1871152673 -3923 924658844 -3924 1947629158 -3925 448772781 -3926 792843678 -3927 1235039136 -3928 1813030149 -3929 1157666497 -3930 1471633058 -3931 680057097 -3932 580599516 -3933 1817289690 -3934 2102235187 -3935 1908859450 -3936 473990899 -3937 841126685 -3938 2014805700 -3939 2036621585 -3940 1833578592 -3941 2141816005 -3942 241583859 -3943 1125463012 -3944 901732441 -3945 1548069319 -3946 1389841289 -3947 540484685 -3948 951094109 -3949 923219321 -3950 2146877818 -3951 1266540137 -3952 1145221945 -3953 1870546844 -3954 43715333 -3955 945367455 -3956 171835977 -3957 836559011 -3958 32922944 -3959 1984866126 -3960 1994225508 -3961 1504556002 -3962 517439575 -3963 427341376 -3964 1174362044 -3965 472191115 -3966 188717178 -3967 1648352943 -3968 1313317800 -3969 56039231 -3970 1537490881 -3971 999412744 -3972 50371588 -3973 1779074740 -3974 2124875756 -3975 952104029 -3976 1179660411 -3977 1367233397 -3978 1492588715 -3979 2130754521 -3980 142969071 -3981 1491982885 -3982 1249811010 -3983 1288191016 -3984 1215046081 -3985 1293526343 -3986 86074823 -3987 1386882058 -3988 2130085354 -3989 118997767 -3990 1224264537 -3991 1976827214 -3992 1623553770 -3993 1741704112 -3994 256684942 -3995 650432166 -3996 66411579 -3997 445402120 -3998 151301462 -3999 1379729379 -4000 501441351 -4001 1688792343 -4002 231658475 -4003 551812940 -4004 1320383435 -4005 209050583 -4006 1503916969 -4007 352560198 -4008 1576283981 -4009 849022036 -4010 335831071 -4011 1719253052 -4012 193521274 -4013 1585642081 -4014 859960420 -4015 1408567355 -4016 731684776 -4017 946035243 -4018 647965766 -4019 714286482 -4020 1065033011 -4021 1872230303 -4022 543630048 -4023 541103133 -4024 1466450767 -4025 800314990 -4026 1191535299 -4027 1532862347 -4028 1245717111 -4029 1342836761 -4030 765108078 -4031 1747158462 -4032 884145456 -4033 996766554 -4034 151487754 -4035 57045243 -4036 1205817137 -4037 1655404724 -4038 409605442 -4039 634617470 -4040 356943112 -4041 745436513 -4042 206386874 -4043 550464386 -4044 183594947 -4045 1066347294 -4046 1959031742 -4047 915279723 -4048 2012382538 -4049 459513860 -4050 1629566206 -4051 929931901 -4052 184260515 -4053 25712606 -4054 1471035034 -4055 1650711282 -4056 826027597 -4057 515086685 -4058 1036089981 -4059 2071744708 -4060 1857923447 -4061 1801198060 -4062 1671419522 -4063 594585255 -4064 650480966 -4065 1822907277 -4066 651630499 -4067 1856298103 -4068 1330828353 -4069 1061235941 -4070 343431926 -4071 1687771465 -4072 1806672454 -4073 549818800 -4074 90752204 -4075 1990267401 -4076 1616166095 -4077 2049783946 -4078 758063477 -4079 1481064985 -4080 361814158 -4081 240146035 -4082 263513238 -4083 546074673 -4084 265858641 -4085 1734548272 -4086 49302307 -4087 1091886238 -4088 102151309 -4089 1085392289 -4090 1016147298 -4091 1960074756 -4092 739106701 -4093 540083173 -4094 407176364 -4095 1389587667 -4096 215506802 -4097 1058806863 -4098 1098402122 -4099 1546335155 -4100 2120042804 -4101 1441834048 -4102 1086622972 -4103 1779231610 -4104 1991652849 -4105 1177375176 -4106 1622015364 -4107 1460335296 -4108 1079675474 -4109 232595193 -4110 793916633 -4111 1441489632 -4112 472741228 -4113 1057429871 -4114 1987564305 -4115 738599869 -4116 644494495 -4117 2036866613 -4118 1830486108 -4119 746645804 -4120 974775254 -4121 699149758 -4122 559236913 -4123 1713881955 -4124 1239232931 -4125 966413277 -4126 955985974 -4127 1454739733 -4128 2025220140 -4129 2054388096 -4130 853591240 -4131 1997779296 -4132 1348738497 -4133 1940214213 -4134 1629527258 -4135 1192907698 -4136 970105741 -4137 1104058974 -4138 505759346 -4139 2049781216 -4140 1336654167 -4141 1299675979 -4142 1343787200 -4143 1809395395 -4144 209622202 -4145 1183867858 -4146 400511617 -4147 854116697 -4148 1073250823 -4149 83514077 -4150 1600762501 -4151 2048026077 -4152 782663835 -4153 12515766 -4154 1614424384 -4155 2021896767 -4156 978929043 -4157 422926710 -4158 1329152852 -4159 856665535 -4160 329831158 -4161 35260445 -4162 706961183 -4163 1678569655 -4164 1975474658 -4165 189004794 -4166 723993705 -4167 798096751 -4168 1293063768 -4169 1229753051 -4170 700394319 -4171 482234288 -4172 381945382 -4173 2044181520 -4174 144146035 -4175 591567584 -4176 1080565730 -4177 544657652 -4178 1445684281 -4179 6332905 -4180 628171729 -4181 898963135 -4182 2054358982 -4183 1410835565 -4184 911478901 -4185 1521299718 -4186 1285248684 -4187 1890407945 -4188 1944226428 -4189 466917888 -4190 599589832 -4191 126573938 -4192 502178333 -4193 1306551016 -4194 1805143594 -4195 330169343 -4196 1495555810 -4197 381653651 -4198 1128266095 -4199 641135930 -4200 1611406703 -4201 1828660414 -4202 1123370218 -4203 1993352085 -4204 1725358286 -4205 1267516254 -4206 437436022 -4207 658440368 -4208 1812173906 -4209 1883120303 -4210 664773273 -4211 292861988 -4212 634599790 -4213 571648607 -4214 1703697553 -4215 1546078692 -4216 2092948325 -4217 841462589 -4218 1289002989 -4219 1889691105 -4220 1308380477 -4221 1888592821 -4222 2016265044 -4223 1810558811 -4224 1047660189 -4225 1673924990 -4226 2140728154 -4227 395732351 -4228 2055578641 -4229 1121510601 -4230 1036868282 -4231 1519501696 -4232 802687368 -4233 12754852 -4234 1365370134 -4235 380562006 -4236 1280271106 -4237 1802806156 -4238 1039002375 -4239 944961365 -4240 1538442811 -4241 1703775648 -4242 1237823353 -4243 25558954 -4244 127940608 -4245 794037258 -4246 1571637646 -4247 73405285 -4248 1635499847 -4249 713156987 -4250 1963096391 -4251 796396676 -4252 454266160 -4253 1831877787 -4254 459471839 -4255 1501926350 -4256 1358319129 -4257 452716346 -4258 1897658701 -4259 1266414122 -4260 1574226947 -4261 787043335 -4262 638432171 -4263 229430667 -4264 799798188 -4265 2003802305 -4266 609992674 -4267 2080069294 -4268 1659124813 -4269 1648995049 -4270 877547011 -4271 1050083976 -4272 1205287049 -4273 2115370364 -4274 1075642930 -4275 1333227657 -4276 761923974 -4277 499796928 -4278 1406632943 -4279 249940173 -4280 1212953915 -4281 1222245686 -4282 1046336850 -4283 1667220076 -4284 906639825 -4285 1505808689 -4286 1021662778 -4287 117475306 -4288 1958525035 -4289 771837831 -4290 1383889428 -4291 1385268335 -4292 1558881167 -4293 2022321599 -4294 1614699002 -4295 211195707 -4296 1878640256 -4297 77208028 -4298 143781353 -4299 1390281421 -4300 1726203077 -4301 1021328365 -4302 292881750 -4303 784006479 -4304 989215081 -4305 1368524680 -4306 2117234136 -4307 1751139056 -4308 1868321609 -4309 1376383431 -4310 2001079229 -4311 933791876 -4312 451145469 -4313 899932431 -4314 453528304 -4315 1357785294 -4316 258257473 -4317 1475191082 -4318 1475260600 -4319 69298860 -4320 99545266 -4321 711666381 -4322 1454567195 -4323 1658426433 -4324 586504332 -4325 921782550 -4326 1869622140 -4327 317660941 -4328 998990578 -4329 2013403493 -4330 1707942362 -4331 577710008 -4332 887248210 -4333 2000824112 -4334 1361716487 -4335 1876463292 -4336 1221865145 -4337 1331466975 -4338 1480118700 -4339 942703106 -4340 560366759 -4341 1333714281 -4342 1876494982 -4343 1011512228 -4344 86163065 -4345 182539639 -4346 221813875 -4347 344420538 -4348 1657730721 -4349 1697074475 -4350 413719398 -4351 1757275987 -4352 261257208 -4353 1868286594 -4354 1268218772 -4355 847761541 -4356 642585496 -4357 990357264 -4358 1165422482 -4359 1641576074 -4360 856277110 -4361 725881196 -4362 71802434 -4363 1743525320 -4364 579221661 -4365 1433518921 -4366 1472504964 -4367 1801086806 -4368 617502249 -4369 805140016 -4370 596306264 -4371 1177869008 -4372 2138854298 -4373 325317598 -4374 41897588 -4375 77533715 -4376 507857237 -4377 263711463 -4378 421954253 -4379 18104311 -4380 1960785939 -4381 835673651 -4382 1775380298 -4383 74559499 -4384 556476597 -4385 896115423 -4386 922321040 -4387 1199062093 -4388 1886472687 -4389 2087743522 -4390 693154520 -4391 595266149 -4392 666141071 -4393 764956954 -4394 191307822 -4395 1245362732 -4396 50992228 -4397 1663812786 -4398 898965890 -4399 668494477 -4400 321469155 -4401 1495272154 -4402 1846363485 -4403 312839805 -4404 1820589752 -4405 1888261073 -4406 390373520 -4407 180963342 -4408 4488889 -4409 812327773 -4410 199067653 -4411 1965274828 -4412 1648001424 -4413 1974447951 -4414 2039834327 -4415 56994374 -4416 723079726 -4417 814671720 -4418 1256056467 -4419 462068766 -4420 754931594 -4421 1949210987 -4422 1057334915 -4423 1421072665 -4424 566684294 -4425 1248642737 -4426 518951749 -4427 617676522 -4428 764971876 -4429 1417917639 -4430 1286170999 -4431 1086441031 -4432 765706145 -4433 985050836 -4434 1399280836 -4435 438812250 -4436 725828261 -4437 1789654356 -4438 619775592 -4439 730317150 -4440 454498481 -4441 818843245 -4442 548108330 -4443 2102499905 -4444 645807548 -4445 440459010 -4446 12010631 -4447 1368887275 -4448 1255130730 -4449 1268067099 -4450 1830956041 -4451 2010062324 -4452 1069794438 -4453 740807308 -4454 1283651342 -4455 1636478732 -4456 1989450046 -4457 1802603091 -4458 106671606 -4459 606938274 -4460 1073037083 -4461 1392842605 -4462 1693379305 -4463 1838743228 -4464 230409793 -4465 945176493 -4466 130071830 -4467 956238055 -4468 587347201 -4469 749847422 -4470 1686555205 -4471 1041845682 -4472 1568690667 -4473 87179888 -4474 996861939 -4475 67014568 -4476 527638898 -4477 1008872571 -4478 1435901843 -4479 1782769628 -4480 129456022 -4481 1119374236 -4482 1645348304 -4483 1199250460 -4484 1860181544 -4485 781515998 -4486 688245545 -4487 1702147942 -4488 436635442 -4489 794917151 -4490 161602568 -4491 1509672525 -4492 40276109 -4493 1854981873 -4494 1200932105 -4495 270685902 -4496 652674718 -4497 1331003936 -4498 1226923957 -4499 1240021919 -4500 2080851358 -4501 765995515 -4502 134383953 -4503 1502058378 -4504 853175403 -4505 1131245893 -4506 1569072946 -4507 1380814301 -4508 2140118464 -4509 857491141 -4510 1016100281 -4511 122090838 -4512 1976865377 -4513 513964937 -4514 1321341298 -4515 1689563273 -4516 1295480936 -4517 2009586843 -4518 1244227568 -4519 1732116378 -4520 657020347 -4521 1405830136 -4522 1094305255 -4523 697296456 -4524 1113328362 -4525 147753712 -4526 967982358 -4527 1766003080 -4528 1478757648 -4529 47422668 -4530 858541352 -4531 1412125359 -4532 813418183 -4533 992925305 -4534 766700089 -4535 1666593586 -4536 2124171198 -4537 188289387 -4538 899924239 -4539 2116806014 -4540 1045780528 -4541 1916024520 -4542 91413204 -4543 875162257 -4544 282505809 -4545 1412754503 -4546 417241882 -4547 1577986745 -4548 1274857698 -4549 1661469450 -4550 1162619475 -4551 1931878045 -4552 919815939 -4553 109441082 -4554 481690853 -4555 2033144301 -4556 257194795 -4557 1449673212 -4558 1651663733 -4559 1735952443 -4560 1497095880 -4561 362721437 -4562 1000594154 -4563 163030415 -4564 1355646743 -4565 1767294243 -4566 1829624001 -4567 1332334293 -4568 1955583630 -4569 582064592 -4570 1301656660 -4571 853880510 -4572 350605464 -4573 1393069864 -4574 1729042767 -4575 633111273 -4576 658340719 -4577 2146284650 -4578 63614371 -4579 1933198418 -4580 1660270452 -4581 1226233846 -4582 1717592815 -4583 432602743 -4584 1335674929 -4585 51800021 -4586 318263396 -4587 1592869724 -4588 1501473233 -4589 1969927130 -4590 1181338519 -4591 851085465 -4592 185164919 -4593 34449026 -4594 1014115880 -4595 1540811662 -4596 1801743269 -4597 696256233 -4598 725662308 -4599 1609843252 -4600 1278320825 -4601 2027318968 -4602 316240114 -4603 1628926289 -4604 1272905184 -4605 2045282882 -4606 114553914 -4607 1931245904 -4608 2044083884 -4609 178168285 -4610 1716960674 -4611 1556870688 -4612 1404402132 -4613 1287069841 -4614 1989473432 -4615 592593413 -4616 1338869862 -4617 160253180 -4618 37979489 -4619 692859447 -4620 2130180310 -4621 1219318008 -4622 1543944912 -4623 167861582 -4624 1253767034 -4625 410577144 -4626 1708673244 -4627 908026656 -4628 1106833377 -4629 286851904 -4630 370386260 -4631 237670554 -4632 166687224 -4633 686626374 -4634 1866596843 -4635 1439592409 -4636 584425608 -4637 1981150758 -4638 1223354665 -4639 481025844 -4640 11835395 -4641 792831691 -4642 2037896533 -4643 1416237527 -4644 2079901532 -4645 1879886317 -4646 2008830940 -4647 1271287747 -4648 2040139497 -4649 2046810429 -4650 1964147194 -4651 2022836160 -4652 1118644790 -4653 1360608459 -4654 43214094 -4655 224928176 -4656 1771185603 -4657 1751887338 -4658 1132954832 -4659 730535333 -4660 2038739243 -4661 1503341092 -4662 968205887 -4663 57942819 -4664 42483819 -4665 687319083 -4666 1497535228 -4667 626909427 -4668 520986193 -4669 573406245 -4670 1107935272 -4671 532821588 -4672 1366237936 -4673 998348157 -4674 1949059116 -4675 1298655821 -4676 730750826 -4677 1810406408 -4678 422459920 -4679 623406675 -4680 1709733190 -4681 239123466 -4682 498759187 -4683 680894332 -4684 1599731925 -4685 541973281 -4686 905822508 -4687 1223433881 -4688 146376972 -4689 2038777341 -4690 1953969214 -4691 37632567 -4692 1394634785 -4693 774691453 -4694 95575386 -4695 1437118604 -4696 1462010536 -4697 1593110615 -4698 2064028032 -4699 1982996729 -4700 19033212 -4701 1024479656 -4702 368334670 -4703 1385271149 -4704 2022827813 -4705 169910138 -4706 536443322 -4707 606094991 -4708 1980316546 -4709 958903242 -4710 1229501666 -4711 1542566088 -4712 1198026708 -4713 1728260854 -4714 75976772 -4715 650274986 -4716 122750487 -4717 981799281 -4718 1873708867 -4719 269127459 -4720 873092974 -4721 1680194433 -4722 306760026 -4723 120244111 -4724 307402238 -4725 402335413 -4726 1557362716 -4727 1769412775 -4728 1995446028 -4729 1473907100 -4730 1604925856 -4731 2014479240 -4732 350903108 -4733 1973260526 -4734 1252266741 -4735 226247273 -4736 2143170664 -4737 1788710063 -4738 832342264 -4739 1976003563 -4740 600129657 -4741 2061843930 -4742 1371086003 -4743 1798156366 -4744 1642621136 -4745 1447062776 -4746 300947704 -4747 1765371624 -4748 281378409 -4749 27172923 -4750 2034499083 -4751 1154471383 -4752 1707367356 -4753 193775462 -4754 1274715494 -4755 2014769594 -4756 596110875 -4757 684594562 -4758 1636698721 -4759 444073255 -4760 11018014 -4761 1094140930 -4762 311068847 -4763 361921122 -4764 919917808 -4765 1563335589 -4766 588168395 -4767 915604825 -4768 1204562004 -4769 1420510659 -4770 744124740 -4771 1804691662 -4772 1334870942 -4773 2115210743 -4774 1455364380 -4775 830008430 -4776 1414789871 -4777 1756312084 -4778 447896406 -4779 1696168280 -4780 1783485007 -4781 334911842 -4782 703156015 -4783 1343368715 -4784 528687304 -4785 1977871510 -4786 1210654661 -4787 1124798179 -4788 514982424 -4789 699869735 -4790 1568871434 -4791 526000439 -4792 1794010665 -4793 1879940281 -4794 887921561 -4795 566444825 -4796 1295792222 -4797 1476089957 -4798 1482049650 -4799 352870579 -4800 749116968 -4801 78690742 -4802 10078593 -4803 2083987910 -4804 46417838 -4805 1465442973 -4806 766512693 -4807 1461207709 -4808 1074271409 -4809 1214409099 -4810 1009892342 -4811 710272768 -4812 1549320941 -4813 1713048357 -4814 2053641483 -4815 2078008245 -4816 1543436219 -4817 1116812496 -4818 1055322776 -4819 2058418644 -4820 1816682231 -4821 476710562 -4822 436935435 -4823 1463209248 -4824 209167196 -4825 1324856996 -4826 2029654074 -4827 1504959418 -4828 653463305 -4829 1364220076 -4830 1857829997 -4831 1402580274 -4832 1442910819 -4833 1867908590 -4834 1339084536 -4835 1489328657 -4836 1185867915 -4837 2105597229 -4838 803052718 -4839 112655676 -4840 1172522681 -4841 1812945060 -4842 822928444 -4843 574359974 -4844 1378509770 -4845 729086279 -4846 504884572 -4847 774462341 -4848 1845898776 -4849 1560207348 -4850 685397337 -4851 1515097359 -4852 2036917911 -4853 1122332772 -4854 830822960 -4855 98601459 -4856 299706121 -4857 712993386 -4858 1603560877 -4859 953169426 -4860 2077213462 -4861 1313907227 -4862 208266052 -4863 1372640633 -4864 1034332169 -4865 1547350589 -4866 714485642 -4867 72716437 -4868 1505464170 -4869 1517538361 -4870 185372113 -4871 530503203 -4872 1182999773 -4873 1008300558 -4874 1104863178 -4875 414025895 -4876 1737386837 -4877 1609747750 -4878 1188488237 -4879 1435801965 -4880 1022471450 -4881 1873885574 -4882 803415677 -4883 911905713 -4884 848734699 -4885 1634238637 -4886 1010507172 -4887 1148440820 -4888 199748375 -4889 466584402 -4890 2101610246 -4891 129478189 -4892 1780491629 -4893 162392651 -4894 1502118823 -4895 667340150 -4896 1709743240 -4897 69120817 -4898 740056587 -4899 1067723762 -4900 1586659178 -4901 925428701 -4902 1598226966 -4903 622175304 -4904 1933729259 -4905 555606496 -4906 1036201199 -4907 1523632448 -4908 17870598 -4909 77205788 -4910 811950766 -4911 1040342048 -4912 1951091363 -4913 1615366443 -4914 1952247762 -4915 652342414 -4916 1102121432 -4917 815271286 -4918 1800783234 -4919 1301869807 -4920 1281855688 -4921 1754909832 -4922 1431347996 -4923 914863669 -4924 1917302483 -4925 785983171 -4926 1582203820 -4927 1479562075 -4928 855103989 -4929 174776759 -4930 399802190 -4931 294279519 -4932 1100205460 -4933 1998029156 -4934 916454823 -4935 886451071 -4936 406152004 -4937 1952656023 -4938 262599872 -4939 424022602 -4940 2029861811 -4941 1074550638 -4942 1464364650 -4943 1833469526 -4944 542433433 -4945 1269128764 -4946 338328292 -4947 1644554865 -4948 2084400051 -4949 2139111526 -4950 798941024 -4951 1218772091 -4952 1746537711 -4953 82805372 -4954 2133635761 -4955 1516356546 -4956 868788544 -4957 1568355933 -4958 848434974 -4959 1723892533 -4960 1743132692 -4961 1248237164 -4962 2018172052 -4963 695854505 -4964 1098782672 -4965 787143228 -4966 1582305576 -4967 1504934676 -4968 592315603 -4969 1844905448 -4970 1928957278 -4971 474693766 -4972 771972438 -4973 1245838280 -4974 160679645 -4975 1314405871 -4976 367483397 -4977 499007937 -4978 811477088 -4979 304399800 -4980 490635816 -4981 1610418112 -4982 1523171891 -4983 89689879 -4984 1693223485 -4985 1509324004 -4986 1606046425 -4987 414528381 -4988 930196289 -4989 306997751 -4990 2138420914 -4991 525845334 -4992 1555234915 -4993 2009109318 -4994 1221699839 -4995 506533939 -4996 648768898 -4997 656521767 -4998 2011468615 -4999 1241084501 -5000 353943568 -5001 1792942245 -5002 1715778268 -5003 1125916006 -5004 891296878 -5005 1876457913 -5006 292838230 -5007 1258780275 -5008 227982202 -5009 1104315318 -5010 1563180075 -5011 718618018 -5012 567249783 -5013 938868318 -5014 808307897 -5015 112989620 -5016 300708675 -5017 266870675 -5018 527518001 -5019 1230904964 -5020 573868426 -5021 518455267 -5022 1756750298 -5023 2129103342 -5024 380080937 -5025 830966489 -5026 488153633 -5027 1028849836 -5028 1487488257 -5029 352138601 -5030 122450689 -5031 1841431825 -5032 2145080846 -5033 1838228957 -5034 819864183 -5035 888894076 -5036 1567203222 -5037 1112702413 -5038 190703 -5039 1795185425 -5040 69534084 -5041 1563370778 -5042 366319795 -5043 636783867 -5044 354755449 -5045 1174627693 -5046 749773487 -5047 655464124 -5048 1441498368 -5049 1277291488 -5050 1886369088 -5051 2015366794 -5052 1795746755 -5053 1495635739 -5054 1996986488 -5055 28344044 -5056 179118580 -5057 337656474 -5058 1057193880 -5059 1666606837 -5060 689795075 -5061 1179644570 -5062 1360555014 -5063 687392273 -5064 870389879 -5065 32935550 -5066 1576286350 -5067 290109454 -5068 1145637963 -5069 1576477053 -5070 2085294879 -5071 1215172047 -5072 992364184 -5073 304131026 -5074 1851955914 -5075 1347119633 -5076 1478758719 -5077 454245753 -5078 2002583757 -5079 772773439 -5080 1731537241 -5081 1741469197 -5082 640656586 -5083 1379800348 -5084 1089621288 -5085 490159426 -5086 1408144393 -5087 1268739869 -5088 827815900 -5089 317854625 -5090 787863058 -5091 1517610975 -5092 1497499195 -5093 934425 -5094 57519601 -5095 220405427 -5096 33869975 -5097 1633805951 -5098 510514881 -5099 1179507938 -5100 1062799356 -5101 448326112 -5102 247196338 -5103 2055163540 -5104 752457138 -5105 2099152252 -5106 1254799525 -5107 83732210 -5108 405914358 -5109 1109899634 -5110 856505649 -5111 2137451599 -5112 703885184 -5113 1497162235 -5114 1369768300 -5115 1793506472 -5116 1987321662 -5117 630429045 -5118 914762693 -5119 667653914 -5120 948283670 -5121 1702625752 -5122 37781242 -5123 298299218 -5124 1703560177 -5125 95300843 -5126 518704645 -5127 1737430152 -5128 1729106794 -5129 1029219526 -5130 769454442 -5131 644422502 -5132 1477545638 -5133 1016650780 -5134 552102395 -5135 82519128 -5136 968319385 -5137 1806901920 -5138 166251338 -5139 1374233743 -5140 769317907 -5141 1022756988 -5142 1364201694 -5143 1473203091 -5144 372435575 -5145 586486346 -5146 1119225915 -5147 212273589 -5148 1216915391 -5149 2033988609 -5150 879927504 -5151 17715414 -5152 1589130713 -5153 917708746 -5154 316014632 -5155 1145207242 -5156 1013009589 -5157 834719277 -5158 735153746 -5159 594632735 -5160 1863938803 -5161 1504608188 -5162 1239055237 -5163 1194000793 -5164 373775321 -5165 1791157632 -5166 1276519921 -5167 1342094706 -5168 1450575905 -5169 1442771260 -5170 568844801 -5171 72410164 -5172 318044600 -5173 1933046495 -5174 1545613255 -5175 690480175 -5176 372049194 -5177 517355522 -5178 902753765 -5179 1588964585 -5180 403860483 -5181 1782681269 -5182 1606679999 -5183 1992991196 -5184 552906367 -5185 1922694631 -5186 990714790 -5187 1565915956 -5188 609930260 -5189 1725868536 -5190 13065043 -5191 326385415 -5192 1082993077 -5193 1252120280 -5194 1520386208 -5195 1456768398 -5196 895794265 -5197 649422482 -5198 651379456 -5199 198886522 -5200 2092193742 -5201 1220224257 -5202 271296686 -5203 262754694 -5204 1005787104 -5205 1816909941 -5206 953234869 -5207 1377836298 -5208 186781815 -5209 1855988634 -5210 819317236 -5211 590642299 -5212 1491186255 -5213 278513587 -5214 436149847 -5215 2044092622 -5216 53724571 -5217 1426864638 -5218 1462524930 -5219 663654831 -5220 1005249526 -5221 1475589973 -5222 990040247 -5223 2088242603 -5224 580226606 -5225 362942807 -5226 1397527353 -5227 1476020871 -5228 1012365289 -5229 2048906809 -5230 1674907393 -5231 957075383 -5232 1121647418 -5233 1946204079 -5234 1219830077 -5235 2127434523 -5236 1615630372 -5237 25581299 -5238 1357787173 -5239 1802412187 -5240 1881569933 -5241 29620761 -5242 245570838 -5243 1225272541 -5244 308134349 -5245 681720686 -5246 1121881515 -5247 361858920 -5248 2108585324 -5249 436922798 -5250 1025513751 -5251 966351202 -5252 1912512771 -5253 2015553998 -5254 907110158 -5255 345255729 -5256 231013158 -5257 157153863 -5258 1821276600 -5259 1243378447 -5260 58577025 -5261 1348700345 -5262 52970183 -5263 1180224443 -5264 1147420776 -5265 1272800260 -5266 1160175318 -5267 615567500 -5268 1298381559 -5269 370478844 -5270 270496040 -5271 1032467845 -5272 400099605 -5273 516066878 -5274 110256738 -5275 708233954 -5276 1197787564 -5277 1232138253 -5278 1070092874 -5279 1158889240 -5280 1669061051 -5281 2095606626 -5282 2125240443 -5283 1434090175 -5284 1963676976 -5285 884866953 -5286 1779345904 -5287 47206486 -5288 1042020816 -5289 1453138857 -5290 1290584934 -5291 1100597841 -5292 654355554 -5293 1343555117 -5294 133338637 -5295 1801776331 -5296 468871729 -5297 1293513955 -5298 269860183 -5299 1767253289 -5300 1663992799 -5301 540356223 -5302 652237486 -5303 2064092405 -5304 1056423102 -5305 762494224 -5306 624842711 -5307 106727018 -5308 1994632477 -5309 1694935586 -5310 1265616259 -5311 1516209881 -5312 1643058564 -5313 1243373054 -5314 802816408 -5315 1459251892 -5316 2128240007 -5317 434678664 -5318 1506458379 -5319 1022777175 -5320 1887817521 -5321 649559665 -5322 2123375017 -5323 394689428 -5324 1993114782 -5325 109230006 -5326 48982111 -5327 314502863 -5328 1402743961 -5329 318842294 -5330 2081756152 -5331 919253113 -5332 859198518 -5333 586509990 -5334 835861870 -5335 1915621620 -5336 1349004214 -5337 1460704581 -5338 2022348638 -5339 1196153044 -5340 1008156519 -5341 1140481249 -5342 564879277 -5343 503731435 -5344 236370655 -5345 1367695685 -5346 1962983328 -5347 217127014 -5348 1802374349 -5349 1321958059 -5350 1239904190 -5351 1542708223 -5352 1971517724 -5353 1215795559 -5354 1937397651 -5355 1817148858 -5356 1325025565 -5357 1986379762 -5358 2131651721 -5359 580285878 -5360 157738408 -5361 2065924226 -5362 1499538991 -5363 1016936926 -5364 504950568 -5365 187917213 -5366 785074898 -5367 1853954783 -5368 1648621795 -5369 659939889 -5370 902624179 -5371 509294666 -5372 1800421138 -5373 1467503456 -5374 1013026102 -5375 2036791794 -5376 687715493 -5377 828525782 -5378 106435160 -5379 342606194 -5380 3000193 -5381 1346339350 -5382 1885314417 -5383 1974517917 -5384 414651261 -5385 1675228420 -5386 1644183127 -5387 1739676826 -5388 1514124534 -5389 1628351200 -5390 172479057 -5391 1671862943 -5392 1546791778 -5393 1672018048 -5394 541316221 -5395 2051742347 -5396 1859935262 -5397 1326391120 -5398 1758213482 -5399 1361073409 -5400 1986331009 -5401 513354013 -5402 1870368075 -5403 1639268499 -5404 1980857469 -5405 735910529 -5406 1528576645 -5407 521089314 -5408 1564436311 -5409 1635011806 -5410 863695508 -5411 1567436504 -5412 833867508 -5413 601526278 -5414 1394470773 -5415 1248518770 -5416 129271050 -5417 891170252 -5418 840711948 -5419 1643395585 -5420 372037805 -5421 1013191005 -5422 1167774880 -5423 1918829583 -5424 537725406 -5425 1709091101 -5426 1823088282 -5427 250177020 -5428 887998573 -5429 1433818116 -5430 1611250429 -5431 726845934 -5432 1947172129 -5433 1334134856 -5434 218630786 -5435 1780545950 -5436 2070045386 -5437 1747207431 -5438 154151616 -5439 1486998049 -5440 1234735589 -5441 1017847125 -5442 906950906 -5443 2068603098 -5444 1619373403 -5445 153938031 -5446 1169638220 -5447 1748644453 -5448 1045108284 -5449 2010350168 -5450 1244556390 -5451 1417146089 -5452 876057526 -5453 264847622 -5454 1188492024 -5455 1413782932 -5456 1973938724 -5457 864096659 -5458 1663959952 -5459 714453649 -5460 150431127 -5461 1127726733 -5462 1441299584 -5463 2097603257 -5464 314377941 -5465 1659930370 -5466 1730665559 -5467 236939679 -5468 1259654153 -5469 1884817176 -5470 1723937729 -5471 346906095 -5472 755180653 -5473 483404987 -5474 268025545 -5475 227070408 -5476 637343018 -5477 1437663765 -5478 1975714861 -5479 1682451302 -5480 1300530285 -5481 1072787604 -5482 952113743 -5483 29104163 -5484 1337635226 -5485 2140605768 -5486 1442887095 -5487 1164090302 -5488 857218779 -5489 959363399 -5490 1878543952 -5491 1007649906 -5492 2087090132 -5493 1172359888 -5494 957769515 -5495 253984426 -5496 684806610 -5497 540951427 -5498 490924105 -5499 1944460763 -5500 278284955 -5501 67378186 -5502 143883210 -5503 1033465608 -5504 550783173 -5505 411908755 -5506 1260536016 -5507 1188126192 -5508 1849572520 -5509 1088767229 -5510 723093846 -5511 1002619158 -5512 14071185 -5513 1675207590 -5514 1031723321 -5515 1351706412 -5516 1668329710 -5517 327126769 -5518 368313066 -5519 378064841 -5520 1286490168 -5521 99373370 -5522 1385714747 -5523 1226096653 -5524 1271733258 -5525 196000615 -5526 1480081079 -5527 1956539868 -5528 736952042 -5529 1971005184 -5530 1753516984 -5531 1015236997 -5532 2038383371 -5533 1897400194 -5534 2048702605 -5535 441682896 -5536 161825302 -5537 1161754973 -5538 1629809088 -5539 2011397822 -5540 103038554 -5541 205419287 -5542 866533332 -5543 117109740 -5544 1880626877 -5545 1898256654 -5546 1468816152 -5547 1401472939 -5548 77899775 -5549 1837129218 -5550 1779537780 -5551 1364389943 -5552 1936502589 -5553 1017768879 -5554 443002948 -5555 1060752199 -5556 1213769494 -5557 1923084027 -5558 869808420 -5559 1950721536 -5560 1746605564 -5561 475841756 -5562 818474885 -5563 1637505287 -5564 225758302 -5565 719693842 -5566 2079188183 -5567 387583604 -5568 1881448815 -5569 1561513624 -5570 251497779 -5571 1984487370 -5572 1766932911 -5573 1118031111 -5574 2101597110 -5575 1500076140 -5576 868804117 -5577 1422929614 -5578 754065431 -5579 946703892 -5580 1112575184 -5581 386119563 -5582 163610188 -5583 901594125 -5584 1403888442 -5585 606613136 -5586 1962346325 -5587 470174289 -5588 382213516 -5589 684671097 -5590 273412177 -5591 2128819080 -5592 1160512853 -5593 1091887063 -5594 1618840719 -5595 1386271155 -5596 1811580905 -5597 1550545254 -5598 1773854760 -5599 1545546073 -5600 964575230 -5601 2025352539 -5602 1382549795 -5603 584024493 -5604 995900002 -5605 1336663257 -5606 2084100633 -5607 1864704120 -5608 612109223 -5609 690682416 -5610 663924364 -5611 1724684407 -5612 1076801979 -5613 827534552 -5614 478794885 -5615 333206774 -5616 1434147689 -5617 293657562 -5618 803381063 -5619 1816361205 -5620 978328659 -5621 1076793240 -5622 1797696637 -5623 2138841512 -5624 21196655 -5625 1269053708 -5626 1377629019 -5627 1832777561 -5628 672115314 -5629 1004000131 -5630 1230839986 -5631 1636690545 -5632 881869022 -5633 465906133 -5634 73231390 -5635 1877769025 -5636 1802569390 -5637 9848376 -5638 1594989497 -5639 267194965 -5640 700530792 -5641 111430213 -5642 1991879372 -5643 1777332772 -5644 938964766 -5645 323190609 -5646 2110539546 -5647 225628807 -5648 616848171 -5649 766436961 -5650 2041990012 -5651 1595176830 -5652 1843230201 -5653 1692203001 -5654 1586534694 -5655 1864426857 -5656 813773061 -5657 816680066 -5658 1549720770 -5659 1485888375 -5660 1820680197 -5661 633077108 -5662 975095272 -5663 555065572 -5664 1098983241 -5665 1048326663 -5666 285350949 -5667 754068983 -5668 1058175039 -5669 1880340446 -5670 1021263948 -5671 1758705831 -5672 1991770659 -5673 865659672 -5674 1388554955 -5675 783251777 -5676 1188850282 -5677 1351610853 -5678 1008880584 -5679 1805698453 -5680 2118047814 -5681 903386948 -5682 1253391636 -5683 1813794368 -5684 448106301 -5685 692442682 -5686 1530737577 -5687 1261879362 -5688 1509122748 -5689 932974699 -5690 600284090 -5691 1182319298 -5692 1566051807 -5693 1575379362 -5694 1737384870 -5695 517551400 -5696 476222377 -5697 2022735819 -5698 1271620383 -5699 1534397416 -5700 1755592617 -5701 145400683 -5702 1145619600 -5703 1599879628 -5704 1011060355 -5705 386690907 -5706 235647758 -5707 52426989 -5708 1738301761 -5709 1244528342 -5710 1858125443 -5711 1708865927 -5712 431643 -5713 964033431 -5714 1375176647 -5715 448537944 -5716 1656476113 -5717 758430576 -5718 1710417307 -5719 1018115214 -5720 1691405275 -5721 163217749 -5722 52950864 -5723 1109973434 -5724 1738597111 -5725 1790335734 -5726 1627524834 -5727 67335841 -5728 1665587905 -5729 751661569 -5730 1601733257 -5731 1273696874 -5732 897062252 -5733 599869209 -5734 726092854 -5735 1908122608 -5736 986560117 -5737 961740612 -5738 1960549597 -5739 577378230 -5740 58785307 -5741 1671191392 -5742 138760509 -5743 59216950 -5744 487741175 -5745 1513937157 -5746 507754894 -5747 2144217289 -5748 124884085 -5749 70688553 -5750 1014848855 -5751 1816289361 -5752 233906302 -5753 1067799719 -5754 778779147 -5755 1972503414 -5756 710651805 -5757 258820334 -5758 2039839255 -5759 228756062 -5760 1010481903 -5761 1494088864 -5762 1502452936 -5763 1907544156 -5764 2093958074 -5765 81062142 -5766 1668183116 -5767 933034543 -5768 1042802755 -5769 1481249065 -5770 1510412773 -5771 1101588062 -5772 1004956810 -5773 1649173282 -5774 1160805012 -5775 1492697985 -5776 1015626791 -5777 1668559906 -5778 1489431626 -5779 1140510877 -5780 1739248460 -5781 356796833 -5782 809316590 -5783 1973154762 -5784 1424596552 -5785 1588095737 -5786 1798174528 -5787 2135248357 -5788 1846916071 -5789 1690530135 -5790 216520771 -5791 709914327 -5792 1037135352 -5793 1718973707 -5794 469974835 -5795 983609778 -5796 1800035850 -5797 2138157951 -5798 1916644321 -5799 695354957 -5800 1471923368 -5801 1279573446 -5802 1796943019 -5803 329396530 -5804 781263080 -5805 810264383 -5806 1822094516 -5807 1796889872 -5808 331340641 -5809 1164042494 -5810 789917101 -5811 2070589101 -5812 1520839328 -5813 1599233691 -5814 1896260216 -5815 797952232 -5816 1039845780 -5817 1546951096 -5818 785716942 -5819 739278204 -5820 1089997584 -5821 1002237713 -5822 1449192531 -5823 2127132936 -5824 573727773 -5825 1919167366 -5826 963259066 -5827 226279975 -5828 1909841669 -5829 732419739 -5830 921634932 -5831 1234281389 -5832 2011993185 -5833 571094303 -5834 1563677920 -5835 645772617 -5836 1381358686 -5837 1238288788 -5838 295178841 -5839 1712699327 -5840 254847634 -5841 1085095942 -5842 1635804781 -5843 1775686962 -5844 536845985 -5845 1384581349 -5846 426155547 -5847 1576691766 -5848 784048797 -5849 1211872489 -5850 168486322 -5851 1874046381 -5852 66626554 -5853 1617678853 -5854 1853695669 -5855 640354327 -5856 1389362571 -5857 669471087 -5858 866634302 -5859 1151720592 -5860 1401890826 -5861 1788269234 -5862 238518333 -5863 1266400363 -5864 211879889 -5865 1802196253 -5866 1912172981 -5867 1593238575 -5868 893001393 -5869 59868174 -5870 1158454255 -5871 1147849028 -5872 1144964117 -5873 646775388 -5874 776052342 -5875 1681810102 -5876 2031356737 -5877 1202207889 -5878 1111018220 -5879 667921886 -5880 266596730 -5881 1279504542 -5882 394484620 -5883 333223285 -5884 749699747 -5885 100696641 -5886 973577612 -5887 2139062318 -5888 770167729 -5889 1840211915 -5890 1143299262 -5891 24574907 -5892 1480997501 -5893 1381817596 -5894 1290975271 -5895 1692877391 -5896 1036530201 -5897 1055664604 -5898 1138632318 -5899 1929531595 -5900 1115532778 -5901 149602925 -5902 929896975 -5903 113013247 -5904 796378313 -5905 1705949317 -5906 1794823350 -5907 680251402 -5908 760673559 -5909 758357922 -5910 1348173289 -5911 1027270289 -5912 2037862465 -5913 1742657909 -5914 1360493574 -5915 640078564 -5916 1843354550 -5917 186587539 -5918 631657235 -5919 466038631 -5920 2026799454 -5921 1774956497 -5922 490613539 -5923 1360313307 -5924 1009290445 -5925 1781588810 -5926 905707050 -5927 2045820647 -5928 689769766 -5929 2044339369 -5930 1827868594 -5931 1805302544 -5932 46458646 -5933 610281921 -5934 1918315792 -5935 842836960 -5936 168747590 -5937 1565655494 -5938 1523088362 -5939 929421149 -5940 176529768 -5941 723778003 -5942 1956691439 -5943 66908585 -5944 318952264 -5945 1169701365 -5946 706987150 -5947 14823167 -5948 1356288904 -5949 1338644385 -5950 480861798 -5951 1235604710 -5952 966117234 -5953 971475337 -5954 448434370 -5955 1975407680 -5956 605580499 -5957 1354141420 -5958 1873744679 -5959 1295350265 -5960 1250997141 -5961 1554129625 -5962 953169162 -5963 1297455788 -5964 16927898 -5965 724001306 -5966 2140292748 -5967 185675488 -5968 142173152 -5969 1515897462 -5970 1115096638 -5971 318702920 -5972 92191818 -5973 924304429 -5974 385611506 -5975 411144082 -5976 2094005794 -5977 1092598656 -5978 425967249 -5979 1302811051 -5980 283759393 -5981 906829048 -5982 390932113 -5983 1249876627 -5984 1878304385 -5985 839366483 -5986 1077800659 -5987 336401237 -5988 46024256 -5989 804061690 -5990 1631751502 -5991 1297021397 -5992 210707667 -5993 437437016 -5994 446993537 -5995 227635565 -5996 1161438322 -5997 439802637 -5998 413311054 -5999 1303611474 -6000 1955700100 -6001 1528407692 -6002 1622314395 -6003 2047891918 -6004 305228473 -6005 2007925901 -6006 311552352 -6007 251750619 -6008 953040909 -6009 737519602 -6010 1554561670 -6011 1236800302 -6012 1644348650 -6013 1945493784 -6014 339193281 -6015 1375169387 -6016 637376619 -6017 1416993941 -6018 1711570624 -6019 683400875 -6020 73571983 -6021 1195838479 -6022 1980422273 -6023 284279651 -6024 1633275495 -6025 279932162 -6026 511915216 -6027 647230170 -6028 719734800 -6029 925226270 -6030 1950841644 -6031 527951252 -6032 306150314 -6033 1425672391 -6034 428359522 -6035 611378787 -6036 1286114644 -6037 739911874 -6038 863129407 -6039 91671905 -6040 1477431476 -6041 270207429 -6042 1328472207 -6043 974296478 -6044 68217565 -6045 1667665489 -6046 201982218 -6047 705594185 -6048 937175782 -6049 1913552842 -6050 1388995060 -6051 1010747765 -6052 961907673 -6053 1221933685 -6054 1295027416 -6055 447699521 -6056 1501865848 -6057 1806942633 -6058 1094929691 -6059 74117000 -6060 584685255 -6061 898287687 -6062 602068252 -6063 890835570 -6064 176476431 -6065 1030427774 -6066 1502214357 -6067 1462591075 -6068 1770339648 -6069 217860116 -6070 1554262981 -6071 1100287477 -6072 488067546 -6073 735251540 -6074 2074583955 -6075 556285111 -6076 255433381 -6077 129082525 -6078 1261879296 -6079 1192609163 -6080 2042635368 -6081 503390709 -6082 55873281 -6083 857059393 -6084 1725324394 -6085 1350900697 -6086 1304758914 -6087 1079706594 -6088 1010359682 -6089 252204957 -6090 1153823594 -6091 1595044938 -6092 1150492645 -6093 1755891846 -6094 338396860 -6095 1326969076 -6096 638835972 -6097 1840611217 -6098 642076503 -6099 261691973 -6100 2058471334 -6101 48855836 -6102 1361979450 -6103 399055232 -6104 784107377 -6105 1289079757 -6106 955340343 -6107 1039540758 -6108 1418162283 -6109 69735992 -6110 84666274 -6111 1313314003 -6112 573126701 -6113 140539555 -6114 22889748 -6115 150967447 -6116 1491440252 -6117 1327648663 -6118 1230674042 -6119 354316287 -6120 1579853620 -6121 237013988 -6122 1949361225 -6123 582862617 -6124 1992905835 -6125 140274437 -6126 1909831693 -6127 484258159 -6128 1980885654 -6129 404424549 -6130 745950132 -6131 1891873340 -6132 453280385 -6133 2107929582 -6134 143444924 -6135 1237387762 -6136 1249525692 -6137 1098785268 -6138 129444873 -6139 520204327 -6140 1168521260 -6141 214111147 -6142 1833518330 -6143 1741647961 -6144 354650702 -6145 1856408078 -6146 1892615408 -6147 1846090954 -6148 1036573093 -6149 975805802 -6150 52923593 -6151 468943066 -6152 1212819791 -6153 2002284818 -6154 1051805683 -6155 1058241978 -6156 2142559255 -6157 814153729 -6158 1542500137 -6159 1975961262 -6160 1218578278 -6161 140966622 -6162 1720350954 -6163 1671858663 -6164 101412556 -6165 1863795879 -6166 761762778 -6167 1350938248 -6168 815097499 -6169 891207651 -6170 1871142575 -6171 1983618759 -6172 1105318798 -6173 1557177257 -6174 1577783072 -6175 1459969500 -6176 1266101688 -6177 1322914832 -6178 1158576806 -6179 155191133 -6180 151236987 -6181 1211500400 -6182 624134199 -6183 1364056778 -6184 1066301570 -6185 1675939883 -6186 274815108 -6187 1061377178 -6188 342609964 -6189 1817315245 -6190 889854792 -6191 1561188242 -6192 1958281867 -6193 462722098 -6194 1085563257 -6195 2059694424 -6196 179034329 -6197 1847326035 -6198 1263149024 -6199 994131828 -6200 591050038 -6201 986807952 -6202 830266939 -6203 1696368836 -6204 396501561 -6205 260566363 -6206 1008854688 -6207 1662603249 -6208 1583481196 -6209 19947847 -6210 1817794383 -6211 1734718183 -6212 1231448247 -6213 294444934 -6214 951291313 -6215 150266169 -6216 1970384817 -6217 1226106421 -6218 1211643347 -6219 165511133 -6220 895938018 -6221 2101498139 -6222 1726699375 -6223 706736238 -6224 416736590 -6225 664778985 -6226 618947014 -6227 595770919 -6228 364621372 -6229 1882096038 -6230 1589902748 -6231 955671411 -6232 721420342 -6233 272686039 -6234 504556599 -6235 1117921904 -6236 533252403 -6237 1513411288 -6238 633041505 -6239 2116733599 -6240 1533359135 -6241 303352240 -6242 1703968134 -6243 617323734 -6244 597797175 -6245 507775799 -6246 767589903 -6247 420698344 -6248 1733882220 -6249 1979233251 -6250 586209478 -6251 482336590 -6252 1933247742 -6253 165425205 -6254 1189072828 -6255 202500684 -6256 830204190 -6257 1808019842 -6258 798271604 -6259 1194825563 -6260 1542632233 -6261 240690704 -6262 3013326 -6263 116568927 -6264 513376743 -6265 507569925 -6266 1234490831 -6267 1046629146 -6268 2020981213 -6269 1867532337 -6270 1015879097 -6271 1406856700 -6272 23400929 -6273 572363583 -6274 2024180434 -6275 621198104 -6276 1080139382 -6277 644286690 -6278 1041896449 -6279 666537954 -6280 476036293 -6281 1628105927 -6282 1148874545 -6283 261800387 -6284 1793531132 -6285 190463725 -6286 464301072 -6287 476251675 -6288 1998483568 -6289 1262572676 -6290 1671077238 -6291 1393632153 -6292 1503263380 -6293 1674090564 -6294 1510201080 -6295 2016640123 -6296 34176841 -6297 597208264 -6298 915785622 -6299 2055158055 -6300 317256953 -6301 1931664719 -6302 1314531107 -6303 340657882 -6304 356544655 -6305 1191227894 -6306 961855987 -6307 1436684037 -6308 1835514584 -6309 2003752436 -6310 2103221992 -6311 164067229 -6312 1484374715 -6313 1104612889 -6314 425867616 -6315 1130422199 -6316 1295076614 -6317 890168688 -6318 1606673874 -6319 1146076534 -6320 5257716 -6321 1130267464 -6322 392225039 -6323 1508521096 -6324 656874380 -6325 1902426120 -6326 1377677572 -6327 691051222 -6328 352150736 -6329 145979546 -6330 598725629 -6331 669407689 -6332 2077644265 -6333 1913256736 -6334 1010065571 -6335 286705272 -6336 957000982 -6337 1971921558 -6338 1723389310 -6339 645031918 -6340 1828190346 -6341 1679127654 -6342 809099147 -6343 1165081413 -6344 636256895 -6345 1234966764 -6346 148019965 -6347 1931333509 -6348 2125135452 -6349 1754693839 -6350 929926396 -6351 2130393169 -6352 737477656 -6353 1322151435 -6354 1491430617 -6355 1394352036 -6356 1077093907 -6357 721624541 -6358 2085403258 -6359 1429244643 -6360 867604087 -6361 536645239 -6362 2098652332 -6363 797764705 -6364 302418328 -6365 961234256 -6366 1084469977 -6367 1259419310 -6368 785672166 -6369 660375639 -6370 1904451229 -6371 466378865 -6372 192019645 -6373 566066728 -6374 1631460278 -6375 828276540 -6376 1801033492 -6377 1779480243 -6378 612126402 -6379 1778685297 -6380 1386690435 -6381 1542052798 -6382 1761594818 -6383 2124168091 -6384 716720585 -6385 1105541787 -6386 1371036479 -6387 1793814493 -6388 1827166329 -6389 1308956090 -6390 1075575488 -6391 547286768 -6392 1845601329 -6393 1026744173 -6394 1345051473 -6395 536009 -6396 1987978429 -6397 282037803 -6398 1259955320 -6399 626166947 -6400 942413442 -6401 1016922901 -6402 1092545812 -6403 1134433088 -6404 1582989629 -6405 576522443 -6406 1962709628 -6407 1236539474 -6408 208519038 -6409 427352382 -6410 867741123 -6411 1595209473 -6412 1969405180 -6413 481852293 -6414 1571893916 -6415 538642118 -6416 1587394080 -6417 795446748 -6418 184972963 -6419 1267076761 -6420 2104402838 -6421 1260548451 -6422 1814363530 -6423 1802520519 -6424 139808976 -6425 1011931355 -6426 1803056529 -6427 2127787405 -6428 1293969158 -6429 915528201 -6430 606470705 -6431 88898953 -6432 1932451102 -6433 1699016517 -6434 1223332041 -6435 1367957083 -6436 128055312 -6437 1038558021 -6438 457012909 -6439 336574351 -6440 1465910404 -6441 1324754032 -6442 1931783824 -6443 1287831936 -6444 1806606325 -6445 1356194093 -6446 1826474054 -6447 1246516758 -6448 4157193 -6449 2011447017 -6450 366109871 -6451 2108560031 -6452 1124511821 -6453 32989753 -6454 1763596902 -6455 1264320797 -6456 1044921109 -6457 1419169783 -6458 1244624555 -6459 191406619 -6460 187214336 -6461 1851095260 -6462 280305572 -6463 2119665438 -6464 1402628129 -6465 1503637613 -6466 1340138874 -6467 1530683442 -6468 394711987 -6469 1797151783 -6470 1867257793 -6471 1860622391 -6472 974422168 -6473 1651557969 -6474 1000970679 -6475 633544845 -6476 860268414 -6477 679961086 -6478 1880061603 -6479 864425607 -6480 543924455 -6481 98687827 -6482 825501990 -6483 1668436276 -6484 131677580 -6485 441615245 -6486 785273426 -6487 1176598689 -6488 1860785028 -6489 2029897981 -6490 1368005309 -6491 2047999365 -6492 1733509593 -6493 1648310881 -6494 2020181155 -6495 988654074 -6496 1004464847 -6497 1212836381 -6498 371853868 -6499 1399176834 -6500 862504517 -6501 91628013 -6502 1112315577 -6503 1836926685 -6504 1743185983 -6505 2113286256 -6506 322987882 -6507 455970749 -6508 645763694 -6509 55565838 -6510 1320396357 -6511 1189688150 -6512 154253665 -6513 2145898347 -6514 710640778 -6515 285931245 -6516 440029944 -6517 1495914204 -6518 1462529935 -6519 153331325 -6520 1378328537 -6521 683051596 -6522 53847042 -6523 964354482 -6524 183878829 -6525 2074028197 -6526 1953008557 -6527 1188343676 -6528 1139380931 -6529 177378777 -6530 440036862 -6531 2001885448 -6532 269006791 -6533 1552352439 -6534 1691328485 -6535 2012192774 -6536 1518155048 -6537 2014316367 -6538 320679875 -6539 16435094 -6540 2069882205 -6541 1641076232 -6542 1206123244 -6544 1639490932 -6545 1916764023 -6546 362583468 -6547 2079520876 -6548 1265194579 -6549 1825113403 -6550 85368553 -6551 496039469 -6552 360681351 -6553 139215595 -6554 1460393951 -6555 544560180 -6556 65760145 -6557 1265918860 -6558 1732903857 -6559 1205141076 -6560 1443297638 -6561 25457071 -6562 1059542876 -6563 1712304429 -6564 1577809511 -6565 603387713 -6566 1577013555 -6567 948480911 -6568 470220432 -6569 1897693430 -6570 964916005 -6571 392618990 -6572 1391286015 -6573 23555602 -6574 469271212 -6575 883293299 -6576 1940319625 -6577 831854680 -6578 815330527 -6579 1058030556 -6580 509484435 -6581 900699081 -6582 1554070025 -6583 870165786 -6584 1039914676 -6585 866980329 -6586 1414725967 -6587 1105674821 -6588 2132899189 -6589 1000146176 -6590 163332249 -6591 1428713179 -6592 1025603247 -6593 1222875125 -6594 993533960 -6595 455929110 -6596 1826262838 -6597 423063867 -6598 1404410021 -6599 148999623 -6600 173273650 -6601 221842379 -6602 541618613 -6603 1564559665 -6604 245397981 -6605 1010889825 -6606 300369316 -6607 38233958 -6608 1842744506 -6609 1115699843 -6610 1096264514 -6611 204745293 -6612 2016398924 -6613 502850892 -6614 1074911080 -6615 908829953 -6616 1369831221 -6617 342153399 -6618 2014504774 -6619 1355246762 -6620 1342299575 -6621 30353376 -6622 636476294 -6623 220419174 -6624 1253228501 -6625 1630010254 -6626 676348285 -6627 932007692 -6628 2053074122 -6629 2080758306 -6630 1081007315 -6631 78864124 -6632 155117037 -6633 1622625928 -6634 1643423789 -6635 400515018 -6636 486032105 -6637 1943793105 -6638 438748976 -6639 181292963 -6640 912009300 -6641 1535013491 -6642 386038257 -6643 780924577 -6644 2037864383 -6645 1460949337 -6646 1689754530 -6647 1260211956 -6648 1803102736 -6649 1556775656 -6650 467975070 -6651 997918663 -6652 1587129032 -6653 1104451364 -6654 1218337837 -6655 692873886 -6656 586977971 -6657 1894686122 -6658 1624881578 -6659 492568445 -6660 1827960781 -6661 558405245 -6662 571432569 -6663 1983077818 -6664 33547525 -6665 67372710 -6666 236109189 -6667 519579630 -6668 2011165815 -6669 674858165 -6670 700872594 -6671 775691467 -6672 62388008 -6673 1086910851 -6674 1556616044 -6675 2100252391 -6676 400376540 -6677 1098886926 -6678 1212980699 -6679 55995628 -6680 508178935 -6681 1680955770 -6682 1053914291 -6683 2095307967 -6684 637923486 -6685 124768480 -6686 640698205 -6687 1224901457 -6688 2019454603 -6689 118096135 -6690 1717469902 -6691 1699931736 -6692 676501380 -6693 141418823 -6694 1535525906 -6695 710048905 -6696 208791533 -6697 1771635095 -6698 1229628536 -6699 72473700 -6700 299009613 -6701 1930501130 -6702 848165168 -6703 361397621 -6704 869928333 -6705 257297564 -6706 314166365 -6707 1270304873 -6708 1356184491 -6709 1527147064 -6710 1326300501 -6711 1864363426 -6712 1060619186 -6713 232731144 -6714 1812187745 -6715 1698542673 -6716 357499624 -6717 305402303 -6718 775960482 -6719 229470579 -6720 423498438 -6721 345946737 -6722 1929402315 -6723 1099999819 -6724 487365560 -6725 1317444574 -6726 1810048724 -6727 696157094 -6728 941596021 -6729 892193612 -6730 768630794 -6731 1240605634 -6732 675211094 -6733 1616795962 -6734 1602003256 -6735 1545139427 -6736 1874093527 -6737 1916169621 -6738 667960652 -6739 1082794370 -6740 1295833037 -6741 1994261153 -6742 799674148 -6743 208968576 -6744 79508649 -6745 464378245 -6746 1907511249 -6747 437008274 -6748 769780548 -6749 535988083 -6750 666478853 -6751 1193278987 -6752 881934820 -6753 448397521 -6754 145795158 -6755 1369300381 -6756 1765842095 -6757 1955843882 -6758 2065457475 -6759 559954468 -6760 700553847 -6761 686604621 -6762 1800560103 -6763 1375764941 -6764 155916936 -6765 1255079711 -6766 773420721 -6767 2030010463 -6768 1023765684 -6769 1441381373 -6770 965321185 -6771 172115073 -6772 1288158879 -6773 1764995333 -6774 381083649 -6775 1367667528 -6776 81889930 -6777 141111250 -6778 1804675802 -6779 851670479 -6780 677099334 -6781 323671008 -6782 2044949466 -6783 1559034154 -6784 772068529 -6785 43260976 -6786 780850887 -6787 390426976 -6788 1999104858 -6789 698824714 -6790 950381444 -6791 552175057 -6792 1385429336 -6793 603457899 -6794 1927939999 -6795 1541346272 -6796 1858537610 -6797 553877072 -6798 1423873087 -6799 734819646 -6800 1995258445 -6801 241710624 -6802 906934720 -6803 1135933676 -6804 2006705957 -6805 1288018369 -6806 356117557 -6807 2088595887 -6808 1429129620 -6809 13309711 -6810 792782718 -6811 2106228954 -6812 336980719 -6813 690248536 -6814 1517779460 -6815 1109049248 -6816 733509512 -6817 151146700 -6818 1499476224 -6819 585130723 -6820 849971414 -6821 302374021 -6822 1137305780 -6823 87917102 -6824 905831920 -6825 917762131 -6826 1629263374 -6827 616885883 -6828 1471639203 -6829 905652813 -6830 1351705529 -6831 1319414001 -6832 1147363437 -6833 111156601 -6834 307864029 -6835 1006585746 -6836 1399174971 -6837 663981586 -6838 947697986 -6839 680820943 -6840 677291298 -6841 1740480704 -6842 639566249 -6843 1014272017 -6844 283245593 -6845 9862061 -6846 2123321266 -6847 1016755105 -6848 161008761 -6849 1475313842 -6850 1601885828 -6851 1010980176 -6852 1777687863 -6853 591707961 -6854 1098897278 -6855 536036136 -6856 1509470092 -6857 580677005 -6858 1152922019 -6859 833625648 -6860 1486329818 -6861 357143900 -6862 5556001 -6863 486209608 -6864 468300502 -6865 313420030 -6866 1492795354 -6867 1867475473 -6868 977401617 -6869 293009692 -6870 400812768 -6871 1654692915 -6872 2033490397 -6873 1040379017 -6874 521481284 -6875 169252342 -6876 1050241078 -6877 497318902 -6878 1186007447 -6879 1211249840 -6880 1972632745 -6881 640409628 -6882 74746368 -6883 1602836960 -6884 1232117589 -6885 1173643646 -6886 2138873096 -6887 594104033 -6888 1754320651 -6889 1144311467 -6890 1427729681 -6891 1093166822 -6892 1501455368 -6893 1433285682 -6894 1579376430 -6895 1969755870 -6896 1746705713 -6897 924688136 -6898 1689747695 -6899 576623682 -6900 1217697829 -6901 2090560463 -6902 83832949 -6903 1103704578 -6904 983455832 -6905 605314233 -6906 1272956920 -6907 2033696910 -6908 1102633136 -6909 311480719 -6910 1097463102 -6911 927782233 -6912 951890347 -6913 1172209470 -6914 383135545 -6915 36524288 -6916 198369469 -6917 374524994 -6918 630628322 -6919 1952690120 -6920 1518836461 -6921 2058358003 -6922 898373294 -6923 872808181 -6924 1344160038 -6925 330266076 -6926 695080403 -6927 943382103 -6928 1254954213 -6929 237344450 -6930 1520005785 -6931 325168394 -6932 180421265 -6933 1603838734 -6934 1428872972 -6935 1163877097 -6936 61669319 -6937 554346244 -6938 1050090360 -6939 1164302455 -6940 865826963 -6941 69814 -6942 2092084688 -6943 1817717311 -6944 1172279285 -6945 327736586 -6946 1854241599 -6947 1370648754 -6948 702261580 -6949 337386273 -6950 1175855226 -6951 73614393 -6952 248260629 -6953 2074228521 -6954 946422575 -6955 1592420667 -6956 257010949 -6957 1641502978 -6958 388319122 -6959 1511965162 -6960 1878847429 -6961 1908324907 -6962 1837133556 -6963 2059268694 -6964 1364679993 -6965 1118522880 -6966 1075662144 -6967 1426349312 -6968 1672869124 -6969 2125752504 -6970 443168120 -6971 391212440 -6972 2125822318 -6973 387769160 -6974 61446103 -6975 1150617955 -6976 715505746 -6977 1915687702 -6978 373783061 -6979 1417767326 -6980 105590328 -6981 1549638288 -6982 1491381720 -6983 353850957 -6984 1476383161 -6985 290320647 -6986 1946271624 -6987 1733394110 -6988 1931823625 -6989 187107098 -6990 1097875625 -6991 1663187406 -6992 2095432005 -6993 787525533 -6994 1574972453 -6995 1312628350 -6996 1906048414 -6997 503150949 -6998 591494014 -6999 1431433890 -7000 481419805 -7001 1034662134 -7002 1822646330 -7003 459758475 -7004 1422431295 -7005 1884092433 -7006 1610376431 -7007 2137937041 -7008 1652296488 -7009 1984159492 -7010 1408220720 -7011 1757886816 -7012 1386314132 -7013 752118792 -7014 2111737773 -7015 715213645 -7016 1042439439 -7017 1910525749 -7018 301124108 -7019 826779416 -7020 2097632847 -7021 1398999733 -7022 342483175 -7023 2045581204 -7024 39041618 -7025 1917455628 -7026 1210725906 -7027 1945090032 -7028 273122929 -7029 1802219920 -7030 1229040275 -7031 754542734 -7032 689398407 -7033 904202957 -7034 1214301209 -7035 2111829702 -7036 640811743 -7037 677193992 -7038 2102283095 -7039 145624583 -7040 513869837 -7041 1363020167 -7042 1903511399 -7043 1900183969 -7044 2115138959 -7045 1867765524 -7046 467913967 -7047 1010094750 -7048 1630807625 -7049 769038075 -7050 1836874167 -7051 1580956824 -7052 20554160 -7053 31873694 -7054 1479054380 -7055 59595778 -7056 1949329322 -7057 542296638 -7058 2004685811 -7059 74968603 -7060 197032910 -7061 1086242438 -7062 829511337 -7063 886431317 -7064 1990445395 -7065 2043812546 -7066 850777371 -7067 483773490 -7068 573522891 -7069 805576819 -7070 629398073 -7071 1087392728 -7072 21113338 -7073 385425824 -7074 840093049 -7075 2136252298 -7076 105707700 -7077 1308007016 -7078 998863400 -7079 1736515325 -7080 2077045091 -7081 688253919 -7082 1169988501 -7083 2097599251 -7084 720127613 -7085 501559233 -7086 9711382 -7087 521973287 -7088 1043855871 -7089 2014397193 -7090 596941890 -7091 1240888782 -7092 953155983 -7093 1426453227 -7094 2127320099 -7095 796117730 -7096 1322782126 -7097 830613823 -7098 1279891221 -7099 1896305017 -7100 1636190642 -7101 1909289294 -7102 836214097 -7103 1657303980 -7104 147231471 -7105 1676307146 -7106 1646072630 -7107 252939171 -7108 836830515 -7109 497452383 -7110 1989454497 -7111 766391958 -7112 1185706302 -7113 1011959350 -7114 716507562 -7115 1905833916 -7116 1513518584 -7117 726218944 -7118 280323555 -7119 409890807 -7120 593132489 -7121 877265446 -7122 1650779589 -7123 1546288472 -7124 156235025 -7125 1630616041 -7126 194922554 -7127 1479017151 -7128 313746216 -7129 1474813775 -7130 1227838520 -7131 1949936858 -7132 1236619422 -7133 2064052617 -7134 1459757190 -7135 1383850893 -7136 1592876116 -7137 958346173 -7138 1636790064 -7139 282222983 -7140 1455798556 -7141 1478760913 -7142 1048614941 -7143 494021210 -7144 343236616 -7145 1765122503 -7146 252371478 -7147 1856755200 -7148 343857799 -7149 532695034 -7150 119162359 -7151 936990288 -7152 1409960480 -7153 1769941949 -7154 335795112 -7155 1566195505 -7156 1253074342 -7157 530717667 -7158 897729009 -7159 1566820558 -7160 2005531442 -7161 2125567529 -7162 1369273768 -7163 1094667216 -7164 2042136499 -7165 681547310 -7166 331034461 -7167 1487528967 -7168 1639893483 -7169 1967824526 -7170 1769751950 -7171 948208391 -7172 1299101791 -7173 670883243 -7174 1442229602 -7175 1642338407 -7176 288522099 -7177 1694601080 -7178 1351609959 -7179 632379898 -7180 79812466 -7181 1470772319 -7182 1569370187 -7183 1489772946 -7184 1093230620 -7185 1905165299 -7186 908484804 -7187 198821314 -7188 288399318 -7189 1806213813 -7190 1765641872 -7191 146447113 -7192 1784297694 -7193 987431992 -7194 1241114329 -7195 1678950545 -7196 1668979302 -7197 1572148791 -7198 1018995864 -7199 1161389138 -7200 1392489669 -7201 641264166 -7202 2109597529 -7203 544107812 -7204 1312147410 -7205 1404343483 -7206 38962572 -7207 1600669509 -7208 951460916 -7209 1390572531 -7210 85565759 -7211 1031273382 -7212 713861202 -7213 1654935946 -7214 373562681 -7215 1807091822 -7216 1412617598 -7217 1282047485 -7218 2005913136 -7219 1701016916 -7220 940777650 -7221 1624071360 -7222 1847464029 -7223 577591696 -7224 464019704 -7225 941094711 -7226 109058594 -7227 2132999007 -7228 365759854 -7229 1128054458 -7230 1146904497 -7231 1758249523 -7232 1769318625 -7233 1109018378 -7234 154873687 -7235 933982387 -7236 365878214 -7237 193836259 -7238 387168248 -7239 1317339130 -7240 1584408791 -7241 472734007 -7242 201128864 -7243 150786345 -7244 2127669954 -7245 574691545 -7246 1957878168 -7247 1392803904 -7248 1856739030 -7249 1816307656 -7250 946337172 -7251 650033032 -7252 1292895369 -7253 646317554 -7254 1227624729 -7255 1756915073 -7256 1587412265 -7257 1336683323 -7258 1742430432 -7259 1953172119 -7260 317254133 -7261 741851281 -7262 1563937994 -7263 2086572758 -7264 1850869660 -7265 1718811681 -7266 873071497 -7267 69264226 -7268 1912647941 -7269 1260239745 -7270 1386603356 -7271 1349573084 -7272 1732973753 -7273 1587732220 -7274 1500359429 -7275 1713160059 -7276 14940118 -7277 1310753949 -7278 958480315 -7279 1871679148 -7280 979577958 -7281 1904817487 -7282 374228533 -7283 124989679 -7284 403651393 -7285 1601853262 -7286 1881904752 -7287 1991063658 -7288 791052937 -7289 1476851537 -7290 1796752129 -7291 1108307070 -7292 71219170 -7293 1213206475 -7294 1047396181 -7295 1922088830 -7296 784534509 -7297 1920467678 -7298 1991353056 -7299 549698802 -7300 1033223776 -7301 1230472764 -7302 1899271886 -7303 618713881 -7304 670721337 -7305 1252147667 -7306 184390292 -7307 685661455 -7308 415417969 -7309 1142870607 -7310 409856955 -7311 1394995927 -7312 900204446 -7313 784085488 -7314 1519985606 -7315 1303855840 -7316 238455102 -7317 1254406710 -7318 1147435850 -7319 1029508039 -7320 583774599 -7321 796704332 -7322 2137815110 -7323 654993770 -7324 2009910807 -7325 1037727643 -7326 429598952 -7327 646961668 -7328 810711673 -7329 273468361 -7330 1196660470 -7331 1843935449 -7332 1503941125 -7333 948448708 -7334 315165682 -7335 27178814 -7336 53112728 -7337 499555974 -7338 712840269 -7339 468530697 -7340 1642426581 -7341 1122697225 -7342 1863526624 -7343 395147380 -7344 1906782713 -7345 1236028582 -7346 1699003220 -7347 2145237816 -7348 342951644 -7349 698955422 -7350 1027262207 -7351 926726244 -7352 1495659754 -7353 1017593669 -7354 1581720014 -7355 1358086914 -7356 2055321312 -7357 2011318966 -7358 2005048582 -7359 718549338 -7360 137303679 -7361 1054225405 -7362 415001139 -7363 1641244805 -7364 2002674113 -7365 730166822 -7366 1668423619 -7367 2055786841 -7368 1229722796 -7369 233780241 -7370 376833890 -7371 724665730 -7372 1356477466 -7373 92876866 -7374 1119813110 -7375 1115776531 -7376 1328905448 -7377 671332682 -7378 1113530699 -7379 1671857093 -7380 1370288104 -7381 2140792907 -7382 451099689 -7383 718464211 -7384 1010902928 -7385 2032819703 -7386 2076551125 -7387 918740593 -7388 1896655021 -7389 1934116059 -7390 1637289931 -7391 2033958701 -7392 840857816 -7393 2052291070 -7394 1527719858 -7395 696048282 -7396 634974244 -7397 1048659829 -7398 604351475 -7399 1864697041 -7400 1282440070 -7401 981185366 -7402 441879123 -7403 491433888 -7404 1074062232 -7405 1561692233 -7406 1607210420 -7407 255484033 -7408 85541267 -7409 573257471 -7410 1927341126 -7411 1455829371 -7412 566566730 -7413 230957167 -7414 26809934 -7415 1577469659 -7416 116293222 -7417 2103361059 -7418 348726604 -7419 2012948243 -7420 1889993471 -7421 1986016535 -7422 1899423296 -7423 583367639 -7424 1890823957 -7425 1279659506 -7426 1279415921 -7427 378314554 -7428 180835688 -7429 1883767397 -7430 95527947 -7431 1463275758 -7432 717469115 -7433 537407070 -7434 1954709647 -7435 1791531347 -7436 2099099303 -7437 1414436419 -7438 2047015380 -7439 37156922 -7440 1987693890 -7441 1826872858 -7442 1492986293 -7443 406776973 -7444 2057830025 -7445 1519796228 -7446 1984246632 -7447 26639599 -7448 1475673639 -7449 185489588 -7450 2039587843 -7451 1218183462 -7452 24022475 -7453 1791527491 -7454 1801551102 -7455 1914846432 -7456 923703350 -7457 933483375 -7458 145677338 -7459 1104539038 -7460 669767124 -7461 241205285 -7462 420331148 -7463 1387236239 -7464 778612355 -7465 227557147 -7466 1031283939 -7467 730228010 -7468 1641993566 -7469 930815671 -7470 767384932 -7471 1482203809 -7472 610204882 -7473 112887578 -7474 1888980782 -7475 520551259 -7476 1632683806 -7477 1725743766 -7478 547190859 -7479 960873797 -7480 1911233354 -7481 439295054 -7482 31573612 -7483 1935255829 -7484 83338897 -7485 1833124714 -7486 1702618613 -7487 1007042247 -7488 619124441 -7489 1848295952 -7490 2111581285 -7491 1288891566 -7492 2089501237 -7493 384428786 -7494 528644157 -7495 720629945 -7496 611985933 -7497 1559928096 -7498 1450857955 -7499 106495852 -7500 343260120 -7501 70759240 -7502 1588699661 -7503 953465002 -7504 183646818 -7505 1330196795 -7506 1474016261 -7507 1816330624 -7508 908456913 -7509 2021207120 -7510 629720773 -7511 672206619 -7512 313018526 -7513 661294385 -7514 459978800 -7515 396357424 -7516 346935451 -7517 15113765 -7518 1403399671 -7519 966059893 -7520 1863409717 -7521 1367497309 -7522 107467811 -7523 1805427307 -7524 1751926095 -7525 636111968 -7526 378573604 -7527 216428380 -7528 48556417 -7529 1829431559 -7530 322924232 -7531 391816537 -7532 1900190799 -7533 1911623893 -7534 1345281539 -7535 2083837617 -7536 1094337040 -7537 671814152 -7538 1752684593 -7539 2002793953 -7540 545537625 -7541 234921719 -7542 527516924 -7543 858556151 -7544 896216104 -7545 987495724 -7546 1254913575 -7547 1243151556 -7548 1002609490 -7549 510829599 -7550 61727801 -7551 718535559 -7552 1878326908 -7553 169195612 -7554 376479218 -7555 1482769355 -7556 805307580 -7557 755052822 -7558 1699197735 -7559 853863997 -7560 437000734 -7561 2022121968 -7562 1245680534 -7563 189707885 -7564 1786262213 -7565 443478425 -7566 126061855 -7567 733115606 -7568 1115292578 -7569 1878746448 -7570 588425911 -7571 1660830203 -7572 2113668167 -7573 1115942836 -7574 371902706 -7575 862400624 -7576 2103438560 -7577 1626816282 -7578 2105552180 -7579 958564402 -7580 2137645881 -7581 19796333 -7582 1677099962 -7583 1868489141 -7584 188991945 -7585 2053579180 -7586 1203774848 -7587 994299525 -7588 661148355 -7589 755488935 -7590 1848163523 -7591 1098149089 -7592 630127255 -7593 946360409 -7594 1287856974 -7595 268905821 -7596 1389838835 -7597 1413918829 -7598 1002021427 -7599 357647765 -7600 1145181630 -7601 1590447338 -7602 2018477968 -7603 1111366149 -7604 558906526 -7605 242897026 -7606 1973766773 -7607 514861439 -7608 1869713308 -7609 1931835305 -7610 1473425841 -7611 1859875541 -7612 1951631638 -7613 1003042155 -7614 1580881034 -7615 2140623583 -7616 909137688 -7617 637172234 -7618 987439461 -7619 1570286043 -7620 1392661170 -7621 688119336 -7622 520951484 -7623 2022788425 -7624 1634479745 -7625 1808808458 -7626 144210598 -7627 876834932 -7628 1075243640 -7629 1146232025 -7630 1234482697 -7631 72941622 -7632 589195716 -7633 1105477017 -7634 1184307771 -7635 1148102242 -7636 1348374044 -7637 1010590897 -7638 1662963681 -7639 1070603704 -7640 794942554 -7641 988905875 -7642 782995598 -7643 599090545 -7644 1991948030 -7645 216392984 -7646 592230480 -7647 753602070 -7648 853565219 -7649 1579669941 -7650 176404465 -7651 98742741 -7652 120305629 -7653 697355949 -7654 2121531166 -7655 1754785375 -7656 358680760 -7657 118258117 -7658 484136659 -7659 1433924400 -7660 1264490142 -7661 1718619357 -7662 1506866022 -7663 1853685858 -7664 676612726 -7665 543690145 -7666 854304453 -7667 2024986770 -7668 1554281042 -7669 369784486 -7670 948106827 -7671 201739949 -7672 1358690361 -7673 1731102425 -7674 800830494 -7675 1203154744 -7676 1947495409 -7677 1393060974 -7678 1956756814 -7679 653576980 -7680 825247268 -7681 2133161280 -7682 752319721 -7683 945552897 -7684 683033581 -7685 726367240 -7686 552854624 -7687 1041714341 -7688 844625357 -7689 1036991284 -7690 328155093 -7691 2109115499 -7692 608126993 -7693 1835021115 -7694 1815317710 -7695 1284739719 -7696 231227613 -7697 522138515 -7698 1162242842 -7699 1785508655 -7700 891923001 -7701 2110349669 -7702 1987248604 -7703 103129715 -7704 1693968446 -7705 640595450 -7706 1306284459 -7707 1493980207 -7708 2033656425 -7709 1115557625 -7710 73540 -7711 711420045 -7712 1101235257 -7713 752393261 -7714 1656972942 -7715 1784268839 -7716 1478760501 -7717 62343919 -7718 678499532 -7719 175902210 -7720 1099335203 -7721 1006654626 -7722 137534062 -7723 1707462196 -7724 694192093 -7725 1952851772 -7726 844718267 -7727 925419706 -7728 327506639 -7729 2006961109 -7730 563444714 -7731 1219429640 -7732 1969827130 -7733 403209670 -7734 1322559355 -7735 1516311928 -7736 1043805121 -7737 481360166 -7738 862808488 -7739 929977898 -7740 1596917792 -7741 862882028 -7742 1641397943 -7743 550669401 -7744 1615275289 -7745 1150887237 -7746 187454592 -7747 946552143 -7748 1213231156 -7749 865954125 -7750 1122454353 -7751 165082711 -7752 1872608751 -7753 1259988415 -7754 1872544907 -7755 419317196 -7756 1065356539 -7757 569779527 -7758 1344736903 -7759 1392863178 -7760 429256988 -7761 1908181617 -7762 464809171 -7763 251600471 -7764 163907639 -7765 1787368526 -7766 1767912399 -7767 1207712760 -7768 121245045 -7769 483237239 -7770 2137690658 -7771 1718162837 -7772 1346119267 -7773 1631604953 -7774 121348590 -7775 813910909 -7776 635008543 -7777 308803183 -7778 1760463052 -7779 1848239699 -7780 1174757308 -7781 735433757 -7782 2013322411 -7783 899882411 -7784 1995422173 -7785 1738383670 -7786 1319199607 -7787 913295064 -7788 160679549 -7789 516452862 -7790 158674595 -7791 589936538 -7792 277150831 -7793 623483766 -7794 841537009 -7795 441058471 -7796 263368644 -7797 461965760 -7798 1648771231 -7799 384613689 -7800 945203000 -7801 1638978242 -7802 2102776526 -7803 143838619 -7804 1123099547 -7805 76641469 -7806 957749528 -7807 1758108090 -7808 385444652 -7809 570728932 -7810 1458864142 -7811 1560201960 -7812 1306162690 -7813 1324702905 -7814 312600723 -7815 1154101215 -7816 915602927 -7817 1631800330 -7818 2067396279 -7819 1076282477 -7820 769545 -7821 78587226 -7822 1666219015 -7823 277920376 -7824 702070992 -7825 360272376 -7826 718978847 -7827 965439637 -7828 822238136 -7829 220266431 -7830 1350053326 -7831 1767441136 -7832 1859244673 -7833 1305346205 -7834 1911279756 -7835 834860572 -7836 1381987674 -7837 721545636 -7838 445485015 -7839 1767432326 -7840 1292274569 -7841 1904349157 -7842 1180150638 -7843 450953611 -7844 1081568414 -7845 1492751361 -7846 1605054826 -7847 1997171341 -7848 977068043 -7849 1524967457 -7850 925970170 -7851 977837588 -7852 1603554684 -7853 444705537 -7854 1255757965 -7855 158142028 -7856 804977913 -7857 1974736812 -7858 1123581665 -7859 1627216050 -7860 47519595 -7861 326151344 -7862 1247173538 -7863 1906764268 -7864 1631497549 -7865 1010969646 -7866 594141193 -7867 866001575 -7868 1732515283 -7869 1039626208 -7870 485950253 -7871 877306204 -7872 796491717 -7873 1666100891 -7874 1328259815 -7875 1878060131 -7876 1011368604 -7877 785830993 -7878 1727747824 -7879 1988436647 -7880 163314802 -7881 506234347 -7882 818790588 -7883 1766869486 -7884 950939884 -7885 2074548553 -7886 1925011515 -7887 1755917798 -7888 1901801717 -7889 901109532 -7890 1235650200 -7891 1949321313 -7892 1227260876 -7893 335340090 -7894 1708601933 -7895 711274777 -7896 1346309737 -7897 155259478 -7898 1577276352 -7899 931341372 -7900 1194885686 -7901 2063226605 -7902 1808647576 -7903 1991377403 -7904 1581843848 -7905 989423743 -7906 1721953886 -7907 445728804 -7908 1775254736 -7909 1302218063 -7910 286681804 -7911 1938569538 -7912 1808452410 -7913 1105472392 -7914 1557955377 -7915 611908646 -7916 1032537297 -7917 1335483244 -7918 220342796 -7919 786855366 -7920 89109128 -7921 1455992996 -7922 588693031 -7923 1316370005 -7924 1791333087 -7925 149811317 -7926 2027644782 -7927 990159176 -7928 305070795 -7929 1457437487 -7930 1921500548 -7931 1499956482 -7932 1373180444 -7933 1582664476 -7934 1343850237 -7935 807540645 -7936 424604571 -7937 918320476 -7938 1253269449 -7939 52375659 -7940 73054891 -7941 1539951253 -7942 1990945197 -7943 1881507301 -7944 497939997 -7945 1401416926 -7946 345932299 -7947 1530477294 -7948 589416522 -7949 566275096 -7950 169849013 -7951 678525651 -7952 2022268092 -7953 758542044 -7954 1994895656 -7955 1666117531 -7956 908353361 -7957 1875056790 -7958 508793059 -7959 1213424157 -7960 1185010629 -7961 282809959 -7962 565896991 -7963 410707426 -7964 1865474435 -7965 1909747228 -7966 1218248071 -7967 142595358 -7968 680584056 -7969 324033872 -7970 194971017 -7971 753638947 -7972 1863985126 -7973 38432567 -7974 487662600 -7975 214441475 -7976 1439849493 -7977 833594900 -7978 1744918770 -7979 2029266016 -7980 1399869996 -7981 1914767783 -7982 560308019 -7983 1274654440 -7984 525826179 -7985 407720027 -7986 793288324 -7987 1434179541 -7988 135293169 -7989 1302081383 -7990 500120050 -7991 1320303799 -7992 1584891343 -7993 1066017041 -7994 1731011225 -7995 1302882130 -7996 828280621 -7997 801775648 -7998 1445477489 -7999 1508864678 -8000 1125809520 -8001 1640448506 -8002 115019977 -8003 842310998 -8004 1678881073 -8005 602682578 -8006 1056752474 -8007 971246919 -8008 1436277478 -8009 654187596 -8010 853029287 -8011 688663826 -8012 421471731 -8013 1413337306 -8014 1963318266 -8015 947297910 -8016 1821057333 -8017 609122942 -8018 233993803 -8019 1956350502 -8020 1911204326 -8021 734113853 -8022 1129170653 -8023 1348612021 -8024 1800130894 -8025 712698230 -8026 504010503 -8027 480927868 -8028 1514473878 -8029 1949487992 -8030 1989792546 -8031 492799751 -8032 1442452851 -8033 2104812523 -8034 1335110749 -8035 973850276 -8036 560011453 -8037 244379575 -8038 1945097195 -8039 1996288931 -8040 898567171 -8041 650642834 -8042 537469109 -8043 1320038902 -8044 2063980140 -8045 353303728 -8046 119853165 -8047 1737553825 -8048 962426670 -8049 353846968 -8050 1546420680 -8051 726147348 -8052 1087960822 -8053 528107685 -8054 2074759369 -8055 740608068 -8056 1240805916 -8057 431286225 -8058 1221535936 -8059 607796146 -8060 233290569 -8061 1063844834 -8062 1100595897 -8063 1675743420 -8064 1021173710 -8065 288222999 -8066 502110049 -8067 1581185163 -8068 532602574 -8069 299723596 -8070 1429990447 -8071 1431169746 -8072 950366431 -8073 1967459556 -8074 603725000 -8075 866862923 -8076 173279636 -8077 723578165 -8078 456933101 -8079 1135706307 -8080 1077425134 -8081 2003353781 -8082 1861853655 -8083 17902308 -8084 383977818 -8085 1789129377 -8086 758510376 -8087 1624783734 -8088 72931954 -8089 1980046313 -8090 85096233 -8091 306222523 -8092 896407499 -8093 1185692130 -8094 1981965944 -8095 1917581209 -8096 1473915129 -8097 336592345 -8098 1351282725 -8099 2006517704 -8100 636315941 -8101 633789524 -8102 1290203802 -8103 1586682372 -8104 453765432 -8105 1893928802 -8106 306061648 -8107 627045069 -8108 470023320 -8109 762994749 -8110 1762751376 -8111 1547448454 -8112 618864882 -8113 1477121383 -8114 1565350762 -8115 1002842700 -8116 1118767112 -8117 176377490 -8118 480142787 -8119 1191699066 -8120 8940155 -8121 565239020 -8122 1497921590 -8123 905347655 -8124 1750931150 -8125 1332403886 -8126 675445216 -8127 1077362632 -8128 1668996231 -8129 2026727941 -8130 936396688 -8131 157828524 -8132 513033817 -8133 79116842 -8134 1744510897 -8135 966799250 -8136 1973045644 -8137 2050572545 -8138 1593844319 -8139 295585316 -8140 666083646 -8141 1209112047 -8142 1843033770 -8143 1284948528 -8144 538749782 -8145 1260900884 -8146 140307580 -8147 1657516895 -8148 1437278375 -8149 620450367 -8150 701732313 -8151 1446218530 -8152 1185689387 -8153 52170255 -8154 204082537 -8155 789136890 -8156 1384574141 -8157 879527754 -8158 1866499522 -8159 906086724 -8160 758772047 -8161 655412562 -8162 1063915249 -8163 1271805865 -8164 734529404 -8165 660942498 -8166 91121467 -8167 560091400 -8168 564031395 -8169 1684965786 -8170 855676717 -8171 1230115041 -8172 746594185 -8173 551226839 -8174 367579921 -8175 1285343967 -8176 1812127724 -8177 507887501 -8178 795377214 -8179 1101922451 -8180 1128337869 -8181 1497109528 -8182 400657333 -8183 166543608 -8184 1549279783 -8185 604739871 -8186 955680498 -8187 786370277 -8188 1484267625 -8189 674696372 -8190 1692457001 -8191 95556024 -8192 1330108934 -8193 608888602 -8194 1367361889 -8195 2064638338 -8196 1269831100 -8197 1458483356 -8198 477246091 -8199 1833862495 -8200 995965494 -8201 1332922808 -8202 916493888 -8203 1742559679 -8204 1884149647 -8205 1284073809 -8206 880419999 -8207 1548793723 -8208 1791961311 -8209 1675797213 -8210 503232526 -8211 772815532 -8212 1025423093 -8213 903889860 -8214 939359140 -8215 427219229 -8216 1508629731 -8217 1895039639 -8218 1213589506 -8219 845413708 -8220 422252363 -8221 758562859 -8222 940969732 -8223 1752361298 -8224 1367451462 -8225 160847974 -8226 1669515988 -8227 489798914 -8228 1619331330 -8229 2146762079 -8230 176177762 -8231 467813177 -8232 1332201239 -8233 1092671650 -8234 62889208 -8235 1068867239 -8236 229261812 -8237 943309207 -8238 470177314 -8239 2021223123 -8240 471622773 -8241 973409841 -8242 646555007 -8243 1497045866 -8244 1877299701 -8245 1585914147 -8246 1924265095 -8247 1238445784 -8248 1333470138 -8249 990370953 -8250 2083859492 -8251 1755722502 -8252 1748933813 -8253 877345576 -8254 1360600152 -8255 968901627 -8256 1038193550 -8257 882632492 -8258 1458700541 -8259 510041233 -8260 881910924 -8261 1634878303 -8262 977854410 -8263 66628515 -8264 580066306 -8265 1040743618 -8266 1135495754 -8267 809328118 -8268 1984052826 -8269 1605673069 -8270 683067593 -8271 308191951 -8272 431599262 -8273 1329622600 -8274 1805237817 -8275 161415315 -8276 768053099 -8277 1582019265 -8278 1399861099 -8279 2101523238 -8280 424906570 -8281 1336236943 -8282 1709762092 -8283 26356735 -8284 66098871 -8285 922878596 -8286 995258362 -8287 1104292422 -8288 1805511088 -8289 306475256 -8290 1614333655 -8291 539938364 -8292 1941353559 -8293 444704417 -8294 606566880 -8295 373936217 -8296 1485448035 -8297 1742062634 -8298 1183264335 -8299 1322017213 -8300 1200252055 -8301 1866331928 -8302 1630209164 -8303 1631851317 -8304 1048470880 -8305 1287963334 -8306 1793266632 -8307 1816523980 -8308 722498951 -8309 1045644083 -8310 1770563570 -8311 1147405521 -8312 234397378 -8313 1332842014 -8314 1173762257 -8315 300496250 -8316 108236962 -8317 21536971 -8318 1404788672 -8319 1913748050 -8320 328012227 -8321 871638679 -8322 306202767 -8323 121882139 -8324 1316343096 -8325 912769647 -8326 495818356 -8327 654307483 -8328 507348633 -8329 1679082692 -8330 1976324697 -8331 1707600689 -8332 1397930972 -8333 1459050213 -8334 1191968358 -8335 298918205 -8336 599529899 -8337 837751343 -8338 2115442185 -8339 1322028850 -8340 1883395426 -8341 1738522107 -8342 321950724 -8343 2117792805 -8344 923880473 -8345 1495712981 -8346 270805407 -8347 1032117435 -8348 1517249952 -8349 1675594079 -8350 798381837 -8351 1845262180 -8352 399749110 -8353 1104584604 -8354 1967144319 -8355 1716092206 -8356 2017354251 -8357 315479027 -8358 222916041 -8359 377219237 -8360 1994561719 -8361 51757090 -8362 2084819926 -8363 1245009044 -8364 1510807304 -8365 1129304636 -8366 1543927249 -8367 2110337203 -8368 1967055979 -8369 1511885786 -8370 1284882406 -8371 1702967758 -8372 1102924245 -8373 1606833130 -8374 1673276915 -8375 2026804718 -8376 955062463 -8377 1944082322 -8378 911438505 -8379 324828767 -8380 1472192753 -8381 1709820342 -8382 22607299 -8383 1871941863 -8384 666921299 -8385 1989751618 -8386 1440550421 -8387 536791902 -8388 157746998 -8389 1663466462 -8390 914011139 -8391 4825069 -8392 1715223553 -8393 851347417 -8394 1249834113 -8395 1078547209 -8396 1980652054 -8397 646277714 -8398 1041400764 -8399 1800224385 -8400 10679852 -8401 178799522 -8402 1355708495 -8403 1113604097 -8404 1785632652 -8405 881501762 -8406 992925167 -8407 593211467 -8408 678100436 -8409 1904363672 -8410 918040235 -8411 2809541 -8412 1466700367 -8413 940647534 -8414 1874751404 -8415 2133621666 -8416 782915505 -8417 1167818177 -8418 522929920 -8419 940662503 -8420 683800992 -8421 1436941060 -8422 945487572 -8423 251540897 -8424 140804829 -8425 47838038 -8426 1330088106 -8427 2121456883 -8428 694115752 -8429 224005222 -8430 1774197621 -8431 704795605 -8432 402804745 -8433 982422468 -8434 1818399702 -8435 40953749 -8436 1863924231 -8437 663841222 -8438 634165217 -8439 394541019 -8440 420721246 -8441 1552205452 -8442 397350561 -8443 1887421613 -8444 345369338 -8445 124618317 -8446 1873559631 -8447 1128284843 -8448 1292436495 -8449 249005904 -8450 2068947346 -8451 1976237487 -8452 1685946964 -8453 866951271 -8454 80294736 -8455 1826751793 -8456 914789309 -8457 1410382842 -8458 1800725029 -8459 1608905061 -8460 1634388064 -8461 1427439002 -8462 166217018 -8463 2037192809 -8464 262377822 -8465 1984616721 -8466 2078146559 -8467 2126302053 -8468 500974295 -8469 564828128 -8470 373359425 -8471 921695541 -8472 2117033580 -8473 770709986 -8474 661633507 -8475 314919270 -8476 895328303 -8477 387709490 -8478 1443204114 -8479 40281150 -8480 636715394 -8481 1364667812 -8482 2016518637 -8483 175178710 -8484 84135435 -8485 2096813373 -8486 2001930504 -8487 998924744 -8488 1359712567 -8489 1655171885 -8490 460346158 -8491 846616984 -8492 935127239 -8493 626563176 -8494 736326145 -8495 1197505061 -8496 463696249 -8497 666989056 -8498 1176323467 -8499 964670544 -8500 1231817184 -8501 1549682892 -8502 1886366086 -8503 1201367116 -8504 172909230 -8505 400515945 -8506 1516286387 -8507 1068237533 -8508 788225435 -8509 812006853 -8510 1108518684 -8511 1424940830 -8512 29191017 -8513 977553673 -8514 1600119540 -8515 113326453 -8516 926883399 -8517 1454566396 -8518 1112251197 -8519 139112318 -8520 962254633 -8521 1572597355 -8522 985729302 -8523 1897381872 -8524 51676884 -8525 1722055448 -8526 947403286 -8527 515373133 -8528 241560856 -8529 2123726753 -8530 1480043678 -8531 1473378041 -8532 1525925997 -8533 1218926116 -8534 527261509 -8535 1698835227 -8536 1619442061 -8537 2043547896 -8538 619589112 -8539 260183848 -8540 708071101 -8541 1728107796 -8542 1685124678 -8543 737262119 -8544 558177822 -8545 1137760571 -8546 850588572 -8547 1485061221 -8548 444843319 -8549 1962839769 -8550 1624173539 -8551 1407097953 -8552 1387953477 -8553 462419194 -8554 1156996177 -8555 1439630361 -8556 36990994 -8557 2104399463 -8558 1955003494 -8559 278551850 -8560 2080642568 -8561 1287563524 -8562 1751929891 -8563 1459084917 -8564 359005992 -8565 131707753 -8566 1010436496 -8567 1978448053 -8568 27772001 -8569 1630025609 -8570 91148254 -8571 735843103 -8572 1210649757 -8573 1776272932 -8574 1473105222 -8575 1768827579 -8576 766549855 -8577 176210146 -8578 1106405152 -8579 1211393175 -8580 2139049915 -8581 583095044 -8582 471007480 -8583 1379519744 -8584 1045514238 -8585 1628003657 -8586 671666457 -8587 1082505232 -8588 1584919473 -8589 479186304 -8590 1361057082 -8591 1518078393 -8592 1766749828 -8593 965503326 -8594 829679663 -8595 2125755821 -8596 1097211079 -8597 1840116159 -8598 1956720226 -8599 1124983080 -8600 1322658120 -8601 2047868480 -8602 1860826183 -8603 385824230 -8604 1676657765 -8605 1186447757 -8606 7168161 -8607 295723972 -8608 1362657903 -8609 1113573314 -8610 1507117147 -8611 1354224171 -8612 1696668358 -8613 1978124627 -8614 586260267 -8615 594698948 -8616 1458644637 -8617 1257926725 -8618 1677204180 -8619 896080462 -8620 1737113029 -8621 890777614 -8622 266675207 -8623 1356379209 -8624 1856280940 -8625 1096354870 -8626 1334651382 -8627 806008371 -8628 788987382 -8629 1143887961 -8630 1930991452 -8631 2111645502 -8632 1044272793 -8633 1644333987 -8634 349986084 -8635 573446910 -8636 683298097 -8637 357154246 -8638 869170883 -8639 2045956000 -8640 1470727560 -8641 228804382 -8642 1252696523 -8643 1019912270 -8644 59445362 -8645 1838956791 -8646 1614611218 -8647 1518089999 -8648 949399868 -8649 1144331750 -8650 266686813 -8651 539029249 -8652 2035109364 -8653 533362020 -8654 1895408458 -8655 1743906657 -8656 1629716891 -8657 1082576193 -8658 402431380 -8659 271220625 -8660 78980506 -8661 185939184 -8662 235382479 -8663 1123253299 -8664 1830273172 -8665 585368564 -8666 1696700210 -8667 366087621 -8668 942522810 -8669 418387445 -8670 264559973 -8671 265766722 -8672 647191827 -8673 1517256497 -8674 1285678992 -8675 706637189 -8676 1208729640 -8677 752806562 -8678 77243540 -8679 10645860 -8680 1897138312 -8681 343930353 -8682 549675109 -8683 1784764028 -8684 877292374 -8685 297599919 -8686 1381187037 -8687 359525617 -8688 1380176112 -8689 1783618418 -8690 630746242 -8691 1459156618 -8692 1969557602 -8693 866128721 -8694 434926270 -8695 1652347126 -8696 1451497285 -8697 2131626480 -8698 2018434747 -8699 246536447 -8700 402530277 -8701 135511073 -8702 512303169 -8703 1049722104 -8704 1652767570 -8705 1797982161 -8706 1756359294 -8707 714013562 -8708 403305075 -8709 1833602834 -8710 724659422 -8711 152959739 -8712 30049540 -8713 1274334531 -8714 1937723768 -8715 907341914 -8716 1571934450 -8717 1171427157 -8718 1266867531 -8719 804626915 -8720 807561927 -8721 1897613773 -8722 116299885 -8723 629635882 -8724 616258846 -8725 551226155 -8726 134499360 -8727 2067756132 -8728 535368987 -8729 5450460 -8730 166808931 -8731 937899264 -8732 140961533 -8733 679112101 -8734 1987621369 -8735 1793729103 -8736 329610614 -8737 1596497015 -8738 360259017 -8739 732915690 -8740 1282616201 -8741 1084918439 -8742 885875429 -8743 1312665741 -8744 211769322 -8745 676115549 -8746 72524007 -8747 1783703772 -8748 1847542707 -8749 1339391538 -8750 440847039 -8751 507620986 -8752 1089521663 -8753 557146925 -8754 1137256868 -8755 1705780510 -8756 1108373080 -8757 1271756229 -8758 1626052994 -8759 1643742068 -8760 1277206689 -8761 1792861925 -8762 434157684 -8763 1418168222 -8764 324490378 -8765 274295405 -8766 1064413677 -8767 654100993 -8768 1870792420 -8769 1424672694 -8770 1387016683 -8771 1005924974 -8772 362107485 -8773 125408464 -8774 171107067 -8775 573876807 -8776 801524014 -8777 243631075 -8778 210096931 -8779 501583073 -8780 1583022613 -8781 650943971 -8782 1009204059 -8783 525060629 -8784 1208090896 -8785 2146460928 -8786 83357491 -8787 168980328 -8788 1270733509 -8789 1709410485 -8790 1812722396 -8791 400456550 -8792 1354788762 -8793 99396433 -8794 1818624772 -8795 1679279141 -8796 373691838 -8797 735554801 -8798 185896486 -8799 97000611 -8800 12743847 -8801 1572913169 -8802 1102925585 -8803 374851332 -8804 1698321633 -8805 1274032652 -8806 948728139 -8807 352361999 -8808 1517663727 -8809 1158825070 -8810 853945072 -8811 953202693 -8812 1809769041 -8813 1863149132 -8814 1478263322 -8815 870376289 -8816 1862126412 -8817 1561620813 -8818 1039356618 -8819 985376273 -8820 1123547650 -8821 704595366 -8822 1385832823 -8823 330852764 -8824 803991799 -8825 1056973947 -8826 2010131905 -8827 1177683638 -8828 1792528748 -8829 48544743 -8830 1274684249 -8831 1805272595 -8832 1621457912 -8833 230126186 -8834 32640279 -8835 1172295898 -8836 1504158838 -8837 981368418 -8838 1524657897 -8839 874338918 -8840 2140193488 -8841 231119322 -8842 1827541611 -8843 1802478882 -8844 2094268454 -8845 1158321285 -8846 525371523 -8847 1808911218 -8848 572458450 -8849 1564728141 -8850 646803843 -8851 1696006100 -8852 121839860 -8853 2032636666 -8854 2026858864 -8855 925831659 -8856 942126965 -8857 1889507122 -8858 2103515297 -8859 587172065 -8860 1938051865 -8861 1230715898 -8862 244961012 -8863 1412026130 -8864 1460842084 -8865 277601291 -8866 436838380 -8867 817517275 -8868 1258969709 -8869 1961496277 -8870 1691856193 -8871 1251679549 -8872 45131951 -8873 1371914156 -8874 906674783 -8875 2139400405 -8876 382751793 -8877 1432046307 -8878 1800827975 -8879 955210243 -8880 849290800 -8881 300148170 -8882 503732695 -8883 971130660 -8884 185301188 -8885 383107911 -8886 1896962320 -8887 1127428153 -8888 125131385 -8889 1852993969 -8890 1714600218 -8891 2063183251 -8892 936226220 -8893 1959561230 -8894 1327725733 -8895 249584656 -8896 89678873 -8897 1764564113 -8898 1067101931 -8899 1348648582 -8900 1578576742 -8901 611474476 -8902 452844484 -8903 1623708694 -8904 1983388632 -8905 1359519267 -8906 1615625451 -8907 218656777 -8908 644081926 -8909 1268969779 -8910 1173867020 -8911 1493372727 -8912 1569117949 -8913 1677599715 -8914 317019739 -8915 1754419138 -8916 2060707627 -8917 66498411 -8918 734363643 -8919 38355364 -8920 1919492381 -8921 301480214 -8922 2101538615 -8923 708234953 -8924 113557796 -8925 1281780700 -8926 957819609 -8927 203236670 -8928 898861165 -8929 2024921541 -8930 1551885252 -8931 329954260 -8932 488912369 -8933 2004729736 -8934 1953662954 -8935 324817354 -8936 1216765356 -8937 1421804757 -8938 543474131 -8939 1860847282 -8940 543290888 -8941 1717341152 -8942 1206736361 -8943 2112408838 -8944 1247457219 -8945 1523756101 -8946 1719344328 -8947 1160681198 -8948 1590254512 -8949 306224323 -8950 1199036563 -8951 1362263245 -8952 607704537 -8953 1153091530 -8954 2070498198 -8955 721262334 -8956 287388583 -8957 880834160 -8958 924499004 -8959 1186249748 -8960 758272053 -8961 328900608 -8962 1516204008 -8963 1247184422 -8964 186146697 -8965 1322383314 -8966 1572001776 -8967 1402912053 -8968 596704424 -8969 2115475908 -8970 1116275687 -8971 1139995312 -8972 1685333412 -8973 175528401 -8974 1104920502 -8975 785306983 -8976 1699284502 -8977 676781182 -8978 1945988182 -8979 1142055366 -8980 983005506 -8981 997541097 -8982 356834964 -8983 1590710043 -8984 3148979 -8985 279849514 -8986 164488729 -8987 290537562 -8988 1160683674 -8989 1088987733 -8990 1476787311 -8991 1918955727 -8992 1417888342 -8993 845507671 -8994 1018656502 -8995 1604035039 -8996 20407338 -8997 443174630 -8998 859463444 -8999 617111762 -9000 411166890 -9001 1975739131 -9002 1757107074 -9003 2096500302 -9004 3783884 -9005 714543929 -9006 734323638 -9007 1703068386 -9008 1391325111 -9009 532828172 -9010 697640105 -9011 226846969 -9012 1530369269 -9013 1054475069 -9014 1817557013 -9015 1533518248 -9016 1334324583 -9017 1982045742 -9018 1824055811 -9019 347524610 -9020 923549828 -9021 1153359474 -9022 118996689 -9023 193954522 -9024 1998867145 -9025 1137653191 -9026 1797989561 -9027 2019274483 -9028 1580827822 -9029 509969357 -9030 488902597 -9031 1991994712 -9032 338224840 -9033 98526024 -9034 1941011367 -9035 342008725 -9036 813069953 -9037 527851357 -9038 2045077111 -9039 56911416 -9040 1060679529 -9041 595233568 -9042 283758386 -9043 443565150 -9044 1649708637 -9045 2101315399 -9046 1977083398 -9047 836549573 -9048 1935877493 -9049 1653655561 -9050 1184074183 -9051 711943673 -9052 659531387 -9053 1303070872 -9054 905898195 -9055 510914885 -9056 293240416 -9057 556404108 -9058 382705720 -9059 1874068238 -9060 1066373465 -9061 871608318 -9062 1718579302 -9063 1404598306 -9064 970134342 -9065 1512107021 -9066 1746607031 -9067 1783204295 -9068 2039958378 -9069 1644200494 -9070 1840115711 -9071 953154259 -9072 91950415 -9073 2123874097 -9074 1396719409 -9075 1741659052 -9076 2077705848 -9077 1226319160 -9078 430724977 -9079 1866099694 -9080 732491073 -9081 1614799160 -9082 430559719 -9083 1392022461 -9084 770386385 -9085 1336457915 -9086 1902937346 -9087 1063626801 -9088 1892862023 -9089 138159418 -9090 790211391 -9091 811751841 -9092 1009767736 -9093 361307045 -9094 68866499 -9095 1979902078 -9096 1873414067 -9097 1815473530 -9098 1615622725 -9099 1765888797 -9100 1312190376 -9101 1308254789 -9102 571559409 -9103 1404140791 -9104 1284645238 -9105 1968278818 -9106 998316196 -9107 1214867439 -9108 1047114330 -9109 1429041173 -9110 933483485 -9111 1779605404 -9112 896356686 -9113 1364043204 -9114 1024144217 -9115 1666743071 -9116 553017471 -9117 779597915 -9118 582886224 -9119 298395847 -9120 917757333 -9121 1373097615 -9122 1110147688 -9123 1927525070 -9124 1734404660 -9125 1179014187 -9126 1759943500 -9127 1460335079 -9128 847004069 -9129 1228082578 -9130 1078740229 -9131 11710797 -9132 388853719 -9133 1650299638 -9134 1415851589 -9135 1673498957 -9136 1471094808 -9137 266684137 -9138 740882748 -9139 370725491 -9140 1695725310 -9141 1674366233 -9142 2847247 -9143 444598348 -9144 890925790 -9145 1026991464 -9146 2111341419 -9147 1443943261 -9148 1806589379 -9149 546743995 -9150 1742339108 -9151 576863064 -9152 1919841610 -9153 705003148 -9154 356904486 -9155 1506762623 -9156 1884017335 -9157 2116847987 -9158 819614054 -9159 583537756 -9160 1197446917 -9161 1898354283 -9162 595248554 -9163 1586300636 -9164 1401170273 -9165 2011100143 -9166 1112315945 -9167 724781434 -9168 130300632 -9169 1853198694 -9170 1095506925 -9171 1826025942 -9172 1380081279 -9173 1098354172 -9174 123140643 -9175 123523421 -9176 2125345636 -9177 86998414 -9178 1567466683 -9179 1784451367 -9180 633742410 -9181 1162322143 -9182 213830783 -9183 406100372 -9184 1867325292 -9185 570735270 -9186 1912862995 -9187 1603858979 -9188 540099609 -9189 584993402 -9190 39913088 -9191 1737546526 -9192 335864037 -9193 635161642 -9194 1176363514 -9195 1737034311 -9196 498778137 -9197 141195811 -9198 314332097 -9199 629078769 -9200 1994394505 -9201 1409839022 -9202 307621063 -9203 1226992137 -9204 360709546 -9205 430761706 -9206 1350515558 -9207 338571534 -9208 517760121 -9209 770498593 -9210 2123022901 -9211 1151502531 -9212 1932820737 -9213 189370036 -9214 1557602903 -9215 1652662381 -9216 760105306 -9217 1322982251 -9218 1109037712 -9219 1300204915 -9220 1907975653 -9221 1148950800 -9222 890267793 -9223 96356042 -9224 1784112442 -9225 2066631307 -9226 1833390353 -9227 135406931 -9228 60343471 -9229 238802 -9230 764485700 -9231 2054737976 -9232 1410077824 -9233 1072106764 -9234 1134246465 -9235 1770787370 -9236 1502868470 -9237 337278376 -9238 2109358904 -9239 2020628591 -9240 1107776969 -9241 2084898157 -9242 1024647474 -9243 893114058 -9244 126784546 -9245 434766730 -9246 398292791 -9247 886889852 -9248 1757748981 -9249 1507330504 -9250 39611120 -9251 1518240986 -9252 508797656 -9253 929878913 -9254 1614597028 -9255 145426451 -9256 849026573 -9257 1300503734 -9258 280833382 -9259 909370044 -9260 1300742536 -9261 1045319083 -9262 816624372 -9263 563336713 -9264 2117425847 -9265 1950870838 -9266 186640435 -9267 1472810669 -9268 140665566 -9269 148515692 -9270 1345955613 -9271 1248442535 -9272 85930201 -9273 223119439 -9274 2141556594 -9275 212714747 -9276 657886169 -9277 392365737 -9278 1099604600 -9279 268151502 -9280 1899696241 -9281 1139215720 -9282 1786392488 -9283 261010250 -9284 2069094633 -9285 1253505869 -9286 406436701 -9287 770637558 -9288 406525955 -9289 687270083 -9290 1680007602 -9291 1707268491 -9292 1732589166 -9293 349148327 -9294 123121556 -9295 1702531365 -9296 152535517 -9297 309761992 -9298 1027858387 -9299 293201083 -9300 458277684 -9301 226330352 -9302 1541643618 -9303 544207885 -9304 449449791 -9305 1535716564 -9306 756922633 -9307 1107335961 -9308 1928082302 -9309 1856527233 -9310 1375487463 -9311 1680294895 -9312 848259305 -9313 1014396304 -9314 1941305145 -9315 769870290 -9316 120418525 -9317 200258198 -9318 1540507849 -9319 526944480 -9320 887528282 -9321 1073031803 -9322 86729323 -9323 472633800 -9324 1422180130 -9325 209850880 -9326 27681518 -9327 1574715647 -9328 519612872 -9329 1055539905 -9330 1867916730 -9331 977890556 -9332 1281870257 -9333 1262076701 -9334 1522098441 -9335 1731320048 -9336 650309617 -9337 131537426 -9338 691172361 -9339 430908271 -9340 1988064659 -9341 2066659825 -9342 2111203167 -9343 688840316 -9344 933572481 -9345 1905024664 -9346 1458710607 -9347 1053991006 -9348 2105282863 -9349 851734808 -9350 1580935486 -9351 845327497 -9352 1924766611 -9353 1667664809 -9354 1317961297 -9355 1199463094 -9356 1877515689 -9357 1345642815 -9358 626695093 -9359 249644913 -9360 253699072 -9361 347128176 -9362 1227535469 -9363 1535569329 -9364 1609204877 -9365 602150263 -9366 1119405730 -9367 112030846 -9368 733687689 -9369 1810578091 -9370 542939118 -9371 574268701 -9372 1729754268 -9373 506658637 -9374 1263109017 -9375 515843101 -9376 264199653 -9377 574335976 -9378 1569834107 -9379 221998868 -9380 1426070784 -9381 1003285945 -9382 1067326365 -9383 1203353748 -9384 523467107 -9385 237804015 -9386 255333194 -9387 253499148 -9388 1583446830 -9389 882028287 -9390 503144062 -9391 1837145903 -9392 1229156463 -9393 1730679531 -9394 1225231584 -9395 690877692 -9396 185346146 -9397 197153666 -9398 802908539 -9399 919033836 -9400 2007731758 -9401 1345847657 -9402 1493302537 -9403 1590002378 -9404 1852506294 -9405 608927906 -9406 2105845480 -9407 2116705947 -9408 1183263883 -9409 1528195939 -9410 191221168 -9411 461851019 -9412 383998237 -9413 1258547533 -9414 1665204767 -9415 907465344 -9416 1496351548 -9417 1920537961 -9418 1160964492 -9419 932314731 -9420 655082601 -9421 1664108554 -9422 621976986 -9423 1884239064 -9424 1247304438 -9425 1847208570 -9426 427633109 -9427 1432650584 -9428 2044362237 -9429 1230541648 -9430 204200772 -9431 1904610347 -9432 428905657 -9433 1697503309 -9434 1347129077 -9435 133928303 -9436 158947568 -9437 1305490909 -9438 103150602 -9439 1342211451 -9440 686203201 -9441 294371770 -9442 1804062470 -9443 1070201438 -9444 1552919304 -9445 1321783590 -9446 1977666782 -9447 901787204 -9448 1094837903 -9449 991147626 -9450 1834101935 -9451 1749920504 -9452 507772533 -9453 308595273 -9454 1486675921 -9455 1755076971 -9456 8320196 -9457 1914309030 -9458 1040243907 -9459 2052682433 -9460 997367030 -9461 1244444680 -9462 1809809132 -9463 1426272687 -9464 794464341 -9465 1009454561 -9466 1560200990 -9467 953411909 -9468 167461823 -9469 1663351592 -9470 148139712 -9471 853665024 -9472 1957723363 -9473 1952202183 -9474 1923866462 -9475 1363159019 -9476 1126502125 -9477 1754049596 -9478 117462575 -9479 73856380 -9480 597713574 -9481 1951564511 -9482 1823776885 -9483 1105486107 -9484 112676136 -9485 1162969158 -9486 713079430 -9487 120996332 -9488 929794540 -9489 1753323338 -9490 26195117 -9491 1927161570 -9492 850284370 -9493 1836004249 -9494 1205950609 -9495 1644748711 -9496 697975163 -9497 618667951 -9498 450676973 -9499 865436986 -9500 134535895 -9501 598816685 -9502 1719102010 -9503 2092259258 -9504 403535220 -9505 1495484824 -9506 1307934629 -9507 1530037345 -9508 1102050772 -9509 1425397205 -9510 1603893726 -9511 1699764346 -9512 1229478068 -9513 1280186963 -9514 657766806 -9515 1342154204 -9516 295672473 -9517 1370846236 -9518 1463150537 -9519 1225467013 -9520 976685926 -9521 1489345654 -9522 1005144935 -9523 1826970296 -9524 1177866256 -9525 63611896 -9526 1324235360 -9527 1875841419 -9528 682279847 -9529 1774912333 -9530 593794757 -9531 816815742 -9532 226245370 -9533 165413119 -9534 761591353 -9535 629780591 -9536 1660897943 -9537 2069525982 -9538 12334288 -9539 615465067 -9540 1347439539 -9541 1616228014 -9542 167745765 -9543 429433959 -9544 748931329 -9545 825512571 -9546 1771588164 -9547 1044603802 -9548 48875160 -9549 1087255053 -9550 122587167 -9551 1025561086 -9552 429117059 -9553 1127732102 -9554 705047735 -9555 1606983315 -9556 1191343998 -9557 2029283095 -9558 1335341086 -9559 1873623845 -9560 1656711780 -9561 1929135843 -9562 542955940 -9563 1882957150 -9564 2094548962 -9565 1304547293 -9566 365254093 -9567 1607963257 -9568 1226589627 -9569 377588382 -9570 75944676 -9571 426545519 -9572 1993816396 -9573 243690442 -9574 855979478 -9575 595264078 -9576 1069203013 -9577 480083994 -9578 1639867880 -9579 1118078173 -9580 1567339047 -9581 1762455048 -9582 2143639260 -9583 1996456107 -9584 742703502 -9585 701203347 -9586 1455955774 -9587 1934047501 -9588 583002794 -9589 643813213 -9590 1660187698 -9591 92230926 -9592 425465408 -9593 55659990 -9594 1975188076 -9595 372530723 -9596 1360207283 -9597 192958522 -9598 1980493980 -9599 439313263 -9600 570546904 -9601 2056438657 -9602 865858782 -9603 416879652 -9604 152645451 -9605 1721838260 -9606 1012143730 -9607 1221848464 -9608 54438607 -9609 504527963 -9610 192442990 -9611 1621777654 -9612 119499363 -9613 188598602 -9614 1470750113 -9615 862202865 -9616 889801949 -9617 779222240 -9618 648766718 -9619 1472804743 -9620 1423035453 -9621 161470769 -9622 1565035669 -9623 1848500861 -9624 217130759 -9625 1392740097 -9626 73547936 -9627 1577338043 -9628 1585698619 -9629 2054041917 -9630 2016651306 -9631 8761875 -9632 1962996926 -9633 735026440 -9634 425641528 -9635 2115642377 -9636 309381052 -9637 1437785258 -9638 1190007193 -9639 363819659 -9640 1942313221 -9641 1382450183 -9642 1985597314 -9643 2061812584 -9644 1571048785 -9645 1308863779 -9646 776531802 -9647 313367086 -9648 2088086019 -9649 1425298520 -9650 1786171829 -9651 1363637824 -9652 1586769289 -9653 1203723850 -9654 1064655038 -9655 1803900049 -9656 448980300 -9657 1138202974 -9658 1233754444 -9659 2034678919 -9660 1044761243 -9661 1102922102 -9662 2043440795 -9663 860274521 -9664 1837948542 -9665 321598675 -9666 828433250 -9667 2147329594 -9668 1759383933 -9669 2018440444 -9670 363665606 -9671 1554213507 -9672 1253406979 -9673 201779272 -9674 1468542443 -9675 676972117 -9676 1510643051 -9677 97590597 -9678 990339203 -9679 1451245423 -9680 1522889118 -9681 629027385 -9682 667399599 -9683 962174759 -9684 1832751235 -9685 1732054637 -9686 618591160 -9687 134247887 -9688 722773964 -9689 1852345604 -9690 21443159 -9691 1767535207 -9692 807784058 -9693 2064883954 -9694 480326081 -9695 498248952 -9696 238998981 -9697 1308759331 -9698 498094899 -9699 1998382914 -9700 1179716127 -9701 861760505 -9702 1405112773 -9703 285639459 -9704 1063539777 -9705 726171569 -9706 962611576 -9707 426699180 -9708 823762166 -9709 1952950779 -9710 1877944603 -9711 199167636 -9712 434494516 -9713 397860555 -9714 1161342396 -9715 119762104 -9716 2129915192 -9717 1779933556 -9718 254009991 -9719 705205508 -9720 1484795513 -9721 275453150 -9722 325257068 -9723 145095923 -9724 192853456 -9725 805583149 -9726 643344876 -9727 431852437 -9728 2114342480 -9729 1141439775 -9730 282751704 -9731 1146574960 -9732 2003200280 -9733 1687864477 -9734 1432214419 -9735 919256409 -9736 266552398 -9737 247342347 -9738 1345955589 -9739 1090314565 -9740 52809478 -9741 1076416545 -9742 1289482201 -9743 487303995 -9744 1474277100 -9745 303340949 -9746 607066099 -9747 1456708644 -9748 2083274506 -9749 861076090 -9750 14430505 -9751 1420586371 -9752 1136529241 -9753 339687573 -9754 1565682294 -9755 1329382697 -9756 1145270722 -9757 61543522 -9758 1761235135 -9759 1112129554 -9760 1202983297 -9761 2043986839 -9762 111220866 -9763 1058699929 -9764 1584367668 -9765 1543435285 -9766 1977956338 -9767 1850920067 -9768 1790777632 -9769 1176428280 -9770 793750984 -9771 1843587111 -9772 105361177 -9773 2083233185 -9774 183407458 -9775 1579638277 -9776 239090487 -9777 790473557 -9778 888863273 -9779 174881345 -9780 1651549647 -9781 903293778 -9782 1595467716 -9783 640595240 -9784 1242981351 -9785 1013666362 -9786 1969977938 -9787 240768425 -9788 1075209885 -9789 1583729425 -9790 1352897980 -9791 130709534 -9792 1480232616 -9793 1464118846 -9794 1189409464 -9795 917116636 -9796 860070484 -9797 1019882154 -9798 620553055 -9799 503364468 -9800 48826786 -9801 1414304039 -9802 199467931 -9803 154187963 -9804 1350053577 -9805 382875389 -9806 1733826240 -9807 1589144064 -9808 1173348946 -9809 475205866 -9810 1764025409 -9811 677414946 -9812 1378499644 -9813 1212009477 -9814 1318010186 -9815 473997348 -9816 78192191 -9817 1140504476 -9818 714765773 -9819 1153402076 -9820 576750253 -9821 2067663753 -9822 1284111611 -9823 2056982869 -9824 1384298952 -9825 326037427 -9826 826615858 -9827 96885788 -9828 1345919581 -9829 1447168913 -9830 600250256 -9831 1394746368 -9832 713989305 -9833 799718188 -9834 1548934331 -9835 2064042882 -9836 1182593577 -9837 1135276924 -9838 1505703298 -9839 208458876 -9840 1610482790 -9841 1122245059 -9842 885873822 -9843 841498786 -9844 186770888 -9845 56400360 -9846 1315496134 -9847 264963079 -9848 1196904837 -9849 2030261908 -9850 1418365156 -9851 1773655090 -9852 1950442013 -9853 554993119 -9854 1683154312 -9855 1187257317 -9856 881030546 -9857 362286522 -9858 1284143105 -9859 79466479 -9860 1809455435 -9861 1884393362 -9862 1474212847 -9863 375961092 -9864 536627902 -9865 875663531 -9866 292520326 -9867 1719221479 -9868 2010940455 -9869 1798223624 -9870 1927680355 -9871 1473939597 -9872 772985035 -9873 666070529 -9874 167954735 -9875 959755923 -9876 722470890 -9877 1483450870 -9878 1224719003 -9879 1919375727 -9880 1366229130 -9881 495600511 -9882 1545547169 -9883 1169187495 -9884 1050593630 -9885 1081217833 -9886 208961165 -9887 1931624176 -9888 1443504355 -9889 1493104270 -9890 2011090655 -9891 1105476143 -9892 1230013984 -9893 1337819855 -9894 1481437235 -9895 1766641886 -9896 65999738 -9897 1773957562 -9898 1338379718 -9899 2076940193 -9900 1424697538 -9901 1118576425 -9902 1403396142 -9903 50198926 -9904 1784646955 -9905 1571350877 -9906 1009954849 -9907 359634197 -9908 907318099 -9909 87190204 -9910 131526276 -9911 126063581 -9912 582790715 -9913 1677073445 -9914 1295251077 -9915 1633384345 -9916 610807631 -9917 1504212242 -9918 1417524873 -9919 2054311986 -9920 849832864 -9921 1281131881 -9922 1012304481 -9923 2079846849 -9924 471468088 -9925 346258069 -9926 1699005087 -9927 537467826 -9928 2120215631 -9929 889901157 -9930 466924371 -9931 1397429521 -9932 2008477583 -9933 1870320513 -9934 1447628447 -9935 1645640890 -9936 1294187742 -9937 310099649 -9938 2005275087 -9939 54022194 -9940 397289853 -9941 2136801363 -9942 180085775 -9943 980080569 -9944 1666391160 -9945 1475336852 -9946 465981266 -9947 129715143 -9948 832065446 -9949 1883506140 -9950 36543482 -9951 1681898311 -9952 1017154373 -9953 1048847963 -9954 1614261512 -9955 1488622461 -9956 1395106032 -9957 1165782951 -9958 2026090287 -9959 1367838015 -9960 2055684109 -9961 345531010 -9962 617783889 -9963 1916678044 -9964 68367875 -9965 2065412336 -9966 1414835286 -9967 1362555617 -9968 228028337 -9969 1272626725 -9970 1416577811 -9971 625318191 -9972 1261944440 -9973 1596663587 -9974 1605398760 -9975 780851952 -9976 924516791 -9977 2071380026 -9978 910567096 -9979 1756582238 -9980 1807402518 -9981 947110578 -9982 1290996901 -9983 677073243 -9984 1995958541 -9985 757774765 -9986 18212056 -9987 1243580926 -9988 1923557716 -9989 2044302343 -9990 463935293 -9991 1831758177 -9992 242349705 -9993 1081719182 -9994 1600952573 -9995 310717580 -9996 999647871 -9997 868304211 -9998 1673273198 -9999 1227676208 -6543 0123456789abcdef -\. --- --- Data for Name: hash_txt_heap; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.hash_txt_heap (seqno, random) FROM stdin; -0 1935401906 -1 1345971420 -2 656473370 -3 1269710788 -4 1156776517 -5 1289013296 -6 1415564928 -7 1937919553 -8 435456494 -9 66302641 -10 915852158 -11 1661301944 -12 961711400 -13 74070078 -14 2036973298 -15 843938989 -16 189351248 -17 1388679963 -18 556726251 -19 634715959 -20 1489080225 -21 649132105 -22 886008616 -23 1280154196 -24 2036166893 -25 846480997 -26 1102020422 -27 1533442662 -28 2060089600 -29 1212135685 -30 539384293 -31 1848007858 -32 410623457 -33 1195857664 -34 970234999 -35 1567399975 -36 337387312 -37 238316279 -38 1357835880 -39 772843806 -40 304618920 -41 126204390 -42 286662102 -43 1266330320 -44 200274468 -45 176151752 -46 2110269310 -47 389625717 -48 1564831715 -49 519511913 -50 1024341676 -51 906428292 -52 1168644018 -53 1910350293 -54 39098840 -55 1057327263 -56 609347642 -57 1141119263 -58 443286278 -59 521953594 -60 205771300 -61 982670571 -62 222477805 -63 616394758 -64 31044587 -65 1192712804 -66 36311085 -67 368431899 -68 1431029083 -69 1394146965 -70 1141275706 -71 1735648004 -72 1520351356 -73 1427937808 -74 854494676 -75 1720625824 -76 1604089561 -77 817280338 -78 2110251541 -79 1021437628 -80 1336792251 -81 987109570 -82 1927865921 -83 357952622 -84 749976215 -85 1966964761 -86 1415279885 -87 1359323857 -88 960600376 -89 1858566163 -90 1881277452 -91 1166371677 -92 693753087 -93 2103755257 -94 1782766435 -95 724797674 -96 1148984413 -97 1819077520 -98 1093229574 -99 432529848 -100 1065740837 -101 87021632 -102 20694204 -103 438608545 -104 1514959440 -105 875188881 -106 11750722 -107 971565353 -108 1692469219 -109 2122002263 -110 1993002982 -111 881777823 -112 961628185 -113 1773385255 -114 1239730445 -115 1711604400 -116 1592866368 -117 507526682 -118 923444610 -119 405983097 -120 218609198 -121 657238414 -122 1572354774 -123 912362285 -124 613510023 -125 1207637561 -126 1637159959 -127 1762494436 -128 879231433 -129 582905885 -130 47540636 -131 1944972270 -132 669927517 -133 68234841 -134 236097168 -135 37403310 -136 943423722 -137 247847890 -138 1008968663 -139 488409293 -140 222366505 -141 854487997 -142 1370187116 -143 1183994691 -144 480389604 -145 462433913 -146 748115443 -147 2073255973 -148 969960596 -149 1671560053 -150 331755422 -151 1188569794 -152 181314819 -153 1904110196 -154 2100932079 -155 794824842 -156 964264109 -157 1590608390 -158 409835630 -159 1843495542 -160 26030628 -161 457376267 -162 1640984164 -163 695958145 -164 525611108 -165 1877081332 -166 733361455 -167 1469034830 -168 2124929222 -169 1742330119 -170 1957444123 -171 199812080 -172 449334468 -173 1180147592 -174 1383806771 -175 929724073 -176 1642581505 -177 2131922214 -178 855496398 -179 465058453 -180 1655998620 -181 1187251820 -182 1653628247 -183 1837313439 -184 943878368 -185 1607076678 -186 484654634 -187 1908142477 -188 1050201421 -189 894490264 -190 1604154371 -191 1076232049 -192 1351866531 -193 1097654887 -194 1772190194 -195 1877477639 -196 827252572 -197 358068002 -198 1199028821 -199 804698146 -200 2100398121 -201 1008989297 -202 1004510226 -203 402248941 -204 41653241 -205 240833349 -206 1331973014 -207 1684234746 -208 225271916 -209 39985764 -210 1809552 -211 1881270536 -212 1227237584 -213 1655437799 -214 1571100327 -215 23632304 -216 1115030830 -217 2055754961 -218 1931774781 -219 17748603 -220 802761578 -221 1388445504 -222 1093980652 -223 7144461 -224 338616744 -225 718687198 -226 1884622101 -227 1165869316 -228 1076755200 -229 936167274 -230 1970567462 -231 1029669673 -232 1945156571 -233 827594041 -234 1431918615 -235 1986809812 -236 1068427390 -237 616407981 -238 1523560911 -239 1293699306 -240 656393746 -241 1525370463 -242 1027486194 -243 1883631330 -244 1033324614 -245 451102874 -246 1907263635 -247 871796 -248 359374187 -249 1691554768 -250 18620399 -251 1162135765 -252 932516625 -253 1112601051 -254 1169280227 -255 1271133369 -256 1831288250 -257 906418680 -258 289519037 -259 760559802 -260 1842585954 -261 112602851 -262 1790229476 -263 1640258878 -264 940196892 -265 1074664443 -266 1479585042 -267 2008624283 -268 1691072424 -269 855662305 -270 1154839941 -271 199982522 -272 233549120 -273 34842488 -274 2083613853 -275 1266873735 -276 485945362 -277 1843393840 -278 1267745531 -279 845319549 -280 1387464960 -281 1286365931 -282 2007455315 -283 172497937 -284 251483334 -285 1029251894 -286 1443631306 -287 2082771584 -288 1935670574 -289 1733150343 -290 695847739 -291 1630772880 -292 1845753195 -293 338593567 -294 1123548110 -295 638466439 -296 1413258010 -297 455649505 -298 499607074 -299 956846786 -300 1311311810 -301 1654447016 -302 1156829309 -303 1544860931 -304 1689289504 -305 1092959514 -306 664251018 -307 27751218 -308 788869706 -309 1931996549 -310 873070767 -311 28851018 -312 1070878832 -313 733042434 -314 201348956 -315 1322362167 -316 1762294328 -317 1644980262 -318 1257650103 -319 1550481254 -320 1230646958 -321 1953497842 -322 1033770487 -323 928916505 -324 144607761 -325 9834949 -326 1567382944 -327 1557865771 -328 465484454 -329 2066990019 -330 367228910 -331 1776796265 -332 1573953387 -333 1524058219 -334 1174173548 -335 1115759243 -336 469534085 -337 1838424566 -338 1143510461 -339 1258403791 -340 1622937467 -341 2016581228 -342 1287254809 -343 546332652 -344 602140015 -345 1488603765 -346 1868694819 -347 216950695 -348 986100380 -349 978861274 -350 1767431950 -351 69263690 -352 784875469 -353 653718789 -354 998180195 -355 929483230 -356 663553738 -357 418079491 -358 339865354 -359 1129038193 -360 337585862 -361 707094264 -362 758350810 -363 1911539249 -364 83668835 -365 1932524358 -366 879814844 -367 553202920 -368 1623465276 -369 2023325305 -370 1811606711 -371 1098919095 -372 1892422886 -373 951377872 -374 1645251747 -375 347079253 -376 292497990 -377 1366462918 -378 564029948 -379 1278598370 -380 197840545 -381 183978250 -382 1347862060 -383 982716014 -384 837697039 -385 198558607 -386 1912199244 -387 1501250778 -388 616638098 -389 104580950 -390 482805323 -391 954223961 -392 811675214 -393 1241156133 -394 718279562 -395 895344049 -396 1026196843 -397 1598094407 -398 1448546969 -399 502178471 -400 1473936064 -401 1112670032 -402 1601097566 -403 1218875302 -404 2064047905 -405 1098865666 -406 1565954555 -407 209062247 -408 317844936 -409 2129984504 -410 1487660617 -411 515685481 -412 166479106 -413 688039029 -414 1498401495 -415 1004176146 -416 886597636 -417 1263117092 -418 357943276 -419 1503235734 -420 1367698042 -421 840748599 -422 309976047 -423 31889609 -424 2081904732 -425 1028255610 -426 927233658 -427 960617927 -428 478866369 -429 228296980 -430 1462796398 -431 1952802433 -432 1340967012 -433 916410316 -434 1024194088 -435 1257531269 -436 2015275982 -437 442664995 -438 1466593516 -439 185637271 -440 425165851 -441 806770485 -442 701322752 -443 591644958 -444 1494809514 -445 52240600 -446 1595821104 -447 233923502 -448 1315357692 -449 1953764380 -450 1737159237 -451 535572086 -452 647029331 -453 2047135284 -454 567461695 -455 581450415 -456 927907246 -457 1494695354 -458 1542068342 -459 1406773615 -460 1722992334 -461 857381092 -462 1212092401 -463 916475698 -464 1773791408 -465 88802841 -466 26523320 -467 1641583743 -468 531467836 -469 1493116836 -470 1827221014 -471 956633688 -472 152403674 -473 381060118 -474 1548278646 -475 1647213188 -476 433300718 -477 996616102 -478 1881136691 -479 1748658410 -480 802896834 -481 1470812280 -482 136746849 -483 1449926165 -484 1370463916 -485 704208544 -486 2031376580 -487 150887515 -488 51420250 -489 1425961274 -490 1557661130 -491 1774412584 -492 135858718 -493 622269883 -494 543404635 -495 1909650126 -496 711072724 -497 569927955 -498 1403750221 -499 1242540561 -500 2063044791 -501 1083487587 -502 51690601 -503 67964817 -504 1464547706 -505 1599969247 -506 1715178006 -507 1897848424 -508 449101701 -509 1448831049 -510 1499023187 -511 1251998535 -512 772159681 -513 1635770036 -514 554441052 -515 2142623597 -516 192494932 -517 438333984 -518 146027464 -519 243915183 -520 1864295258 -521 1703688595 -522 2018327767 -523 2000153976 -524 178474830 -525 414248754 -526 1762320454 -527 889547555 -528 984176709 -529 1018587028 -530 2132088116 -531 899737853 -532 2102074615 -533 36295069 -534 967702670 -535 1419138673 -536 1636264316 -537 535397028 -538 1169503450 -539 2085366017 -540 1984228077 -541 521042989 -542 1189880904 -543 608904110 -544 9329377 -545 1744321956 -546 604044060 -547 201824309 -548 35172292 -549 750071524 -550 445739492 -551 1899467550 -552 306276471 -553 316583612 -554 1752137878 -555 484751302 -556 730832366 -557 1366974684 -558 1374298857 -559 1715009076 -560 238078064 -561 1358903325 -562 467263281 -563 192669032 -564 1395198394 -565 1434965951 -566 1611807705 -567 883979062 -568 1970362980 -569 633827507 -570 821861431 -571 1807107409 -572 1154870496 -573 2011742335 -574 268527872 -575 1164199873 -576 1608580643 -577 872571932 -578 1366024183 -579 1643752935 -580 1622643456 -581 1811763675 -582 1395736837 -583 1928919928 -584 2128347287 -585 1000391067 -586 266187582 -587 711696006 -588 219882103 -589 1640486439 -590 279221434 -591 457960168 -592 851906116 -593 746484715 -594 650629200 -595 99620862 -596 33967018 -597 114953257 -598 983599924 -599 2004329998 -600 748780765 -601 1805461355 -602 1663953760 -603 1903651261 -604 1669720042 -605 1932481632 -606 920367487 -607 1130817037 -608 657569916 -609 138908022 -610 627086324 -611 132729724 -612 1950671697 -613 2022823161 -614 2061649652 -615 1931535337 -616 875730580 -617 180353586 -618 495747695 -619 1095612683 -620 1820840025 -621 774969129 -622 1553572851 -623 525262493 -624 1521453844 -625 56718403 -626 624883355 -627 1555420862 -628 171671661 -629 1608483279 -630 1412267213 -631 920452426 -632 1266460986 -633 928737325 -634 676620039 -635 788697380 -636 713735309 -637 1596987526 -638 1919514417 -639 1371305225 -640 1735895548 -641 399117093 -642 1504034949 -643 1539083598 -644 274456606 -645 1418200954 -646 1323135287 -647 1150187186 -648 1598554540 -649 1818882982 -650 98316222 -651 1271910918 -652 446368463 -653 1651889073 -654 1797173411 -655 1967822307 -656 1708607477 -657 274573119 -658 1375759521 -659 1880279138 -660 1883056398 -661 640543086 -662 653247916 -663 1002033737 -664 1569280411 -665 1329867955 -666 1790731117 -667 135532072 -668 779371834 -669 1562761887 -670 1506837297 -671 367783734 -672 1961878980 -673 863388599 -674 1906867332 -675 88851939 -676 134105905 -677 1082518971 -678 1239039125 -679 1732660445 -680 753918305 -681 1337355347 -682 857087715 -683 1200286768 -684 841760773 -685 506777479 -686 1020625427 -687 402884602 -688 781350598 -689 248901301 -690 135680092 -691 516923348 -692 889444387 -693 788928008 -694 1518957085 -695 311241151 -696 2118795963 -697 1162204555 -698 446773223 -699 750684149 -700 577482794 -701 1953610521 -702 1118467884 -703 391878126 -704 669515472 -705 877851568 -706 480730065 -707 803621377 -708 1960370540 -709 1719769191 -710 388798174 -711 566805197 -712 909640890 -713 1245885890 -714 1767091966 -715 1751401663 -716 1752663369 -717 640233745 -718 6802617 -719 386530319 -720 889135046 -721 142482709 -722 903453667 -723 1778579434 -724 931410717 -725 274927105 -726 2089820585 -727 902723033 -728 1437131660 -729 389110160 -730 1653407182 -731 2014614454 -732 195237033 -733 624391418 -734 259008932 -735 864752505 -736 1502242987 -737 739738998 -738 1668373882 -739 1315129879 -740 312024541 -741 2057172057 -742 1881935076 -743 1221665431 -744 1155574299 -745 1501543394 -746 825583447 -747 760754020 -748 2141777140 -749 832386064 -750 1147284339 -751 883428538 -752 974868774 -753 2050738006 -754 514524324 -755 1906279491 -756 178181463 -757 456861261 -758 661518876 -759 1615313123 -760 845971422 -761 167442411 -762 1482443929 -763 1041208455 -764 791833829 -765 1741452862 -766 1905960961 -767 146593168 -768 333708212 -769 1426851195 -770 1461723047 -771 645732753 -772 1336539604 -773 1196174476 -774 1867398184 -775 344630255 -776 550234222 -777 545497983 -778 1105384275 -779 544527714 -780 1377884048 -781 105184966 -782 1427956253 -783 205269174 -784 8439325 -785 1942480577 -786 2111548665 -787 186620788 -788 251858191 -789 625583894 -790 1801933912 -791 1097829613 -792 793026305 -793 1136894193 -794 2139038068 -795 1584860134 -796 730863407 -797 1897515381 -798 1731453303 -799 1064571619 -800 1176882929 -801 1045692702 -802 1710304372 -803 365938885 -804 94383530 -805 1430218909 -806 710569141 -807 644617753 -808 1975716892 -809 1815953416 -810 1189145467 -811 1206117292 -812 1921138383 -813 469618072 -814 1411386466 -815 1929577708 -816 264615002 -817 1375451484 -818 2116198496 -819 516473193 -820 2001035378 -821 1770648760 -822 1614302806 -823 646578035 -824 760059306 -825 1605857226 -826 83954521 -827 1490922713 -828 1355888960 -829 1815407824 -830 408010685 -831 385288241 -832 713616879 -833 2118315057 -834 751227126 -835 808000409 -836 1401050318 -837 1461796267 -838 1452618162 -839 1229283563 -840 1130266036 -841 494279982 -842 287917207 -843 903920771 -844 963898054 -845 1699303674 -846 686014831 -847 1228513056 -848 927271510 -849 654729679 -850 1744986249 -851 780823240 -852 277894792 -853 1211805407 -854 1427401275 -855 1037954098 -856 670178986 -857 1511355796 -858 381393163 -859 2026067946 -860 1179279973 -861 789403848 -862 263872539 -863 1892896852 -864 760235258 -865 1015099665 -866 553413613 -867 13801928 -868 329412285 -869 2006031776 -870 1243085491 -871 1459678321 -872 352828110 -873 1531002699 -874 216115444 -875 1316726164 -876 1082822725 -877 902130275 -878 397755573 -879 2010094235 -880 1556859954 -881 2142741822 -882 643433827 -883 1834754746 -884 1207063582 -885 2070835102 -886 725225196 -887 1877242568 -888 1434707250 -889 1106618360 -890 1755826866 -891 466503575 -892 1896022208 -893 2019699405 -894 211916779 -895 508773818 -896 887315422 -897 765330393 -898 522575747 -899 1216727707 -900 623878521 -901 1765661238 -902 528922380 -903 976706631 -904 1149180289 -905 745037824 -906 145949147 -907 84519366 -908 1647168099 -909 543704720 -910 2094613601 -911 1056544406 -912 538962895 -913 590563780 -914 743815504 -915 1746026477 -916 513915234 -917 1469040701 -918 1475785397 -919 1948622485 -920 428175413 -921 1084128615 -922 267642412 -923 176713973 -924 956344372 -925 479559192 -926 685487792 -927 1843659794 -928 1244889585 -929 1208063539 -930 912903854 -931 1868768106 -932 826241129 -933 1441826234 -934 697991089 -935 1975421419 -936 39380411 -937 843940236 -938 2059940785 -939 1686548510 -940 1387644957 -941 2007070739 -942 595609268 -943 1926607852 -944 450150871 -945 1339424773 -946 1525150681 -947 964066106 -948 660981826 -949 853452430 -950 765204943 -951 1089157239 -952 1937581045 -953 1032847355 -954 1265871212 -955 746441769 -956 1512406547 -957 1951359004 -958 442617915 -959 609812484 -960 1011938895 -961 1355521769 -962 331096942 -963 1838180025 -964 649864356 -965 1029088031 -966 1666117796 -967 689244767 -968 1873028268 -969 1578574933 -970 228309629 -971 1113189577 -972 1438162024 -973 823918898 -974 892313781 -975 1888312896 -976 15860023 -977 269980814 -978 704895354 -979 676841849 -980 1123433244 -981 1470100297 -982 1765999088 -983 913530641 -984 355464004 -985 884386652 -986 1659972410 -987 1867870552 -988 688262009 -989 2102590325 -990 330199388 -991 1700200904 -992 1310628447 -993 661296331 -994 1390897281 -995 1960492803 -996 1690384362 -997 909531429 -998 502253922 -999 1415928982 -1000 340622715 -1001 730563551 -1002 381634911 -1003 1778784739 -1004 1554482449 -1005 1273948692 -1006 1519613987 -1007 1570342472 -1008 1543929506 -1009 77025693 -1010 99700673 -1011 519879102 -1012 1547125990 -1013 1865699761 -1014 1433409743 -1015 1902589995 -1016 602602766 -1017 945898505 -1018 1622976899 -1019 1290864775 -1020 901005183 -1021 1953176287 -1022 843582031 -1023 64149982 -1024 466988970 -1025 86995665 -1026 2024642785 -1027 9889685 -1028 996527094 -1029 379413059 -1030 1425818667 -1031 1337149809 -1032 1109976610 -1033 1807453579 -1034 968450901 -1035 516975412 -1036 933918623 -1037 340581240 -1038 2087317884 -1039 330364482 -1040 417606934 -1041 39534910 -1042 850243584 -1043 1964732924 -1044 1905234671 -1045 136169680 -1046 1719839271 -1047 360353789 -1048 1082068185 -1049 1195332522 -1050 1651218564 -1051 1983073368 -1052 1001025162 -1053 347316948 -1054 2047223350 -1055 1468014132 -1056 434312613 -1057 1924382487 -1058 1477903817 -1059 1430839707 -1060 156311898 -1061 756238837 -1062 620505869 -1063 1266288509 -1064 416208768 -1065 1588956770 -1066 1783263921 -1067 1350127391 -1068 1929538010 -1069 1723098157 -1070 1680491873 -1071 199661296 -1072 1762633067 -1073 383251810 -1074 16910573 -1075 1520384091 -1076 519421490 -1077 1736749844 -1078 1880737880 -1079 1601489675 -1080 784598719 -1081 1384472797 -1082 1437079396 -1083 1785623881 -1084 1731789745 -1085 1336819098 -1086 1106154365 -1087 18618710 -1088 1113717938 -1089 436574535 -1090 1449458417 -1091 1270029836 -1092 1192813372 -1093 2069964286 -1094 388834697 -1095 1609022140 -1096 1511437408 -1097 24614970 -1098 811665883 -1099 1293491771 -1100 1747713128 -1101 344674109 -1102 1493153067 -1103 1362862547 -1104 727925919 -1105 1510063640 -1106 735762990 -1107 1247347409 -1108 1099329837 -1109 469017223 -1110 701353436 -1111 1883928556 -1112 1853490020 -1113 2138432832 -1114 1522068789 -1115 1437796117 -1116 1327768283 -1117 480739506 -1118 1456414827 -1119 294002573 -1120 917314041 -1121 758389596 -1122 1564032409 -1123 2110127413 -1124 680870235 -1125 1952867107 -1126 1571665905 -1127 44823995 -1128 1977482077 -1129 235848141 -1130 1338315766 -1131 1577711557 -1132 580522250 -1133 683985186 -1134 793090457 -1135 1308448169 -1136 46565178 -1137 1528853447 -1138 408311930 -1139 1145895015 -1140 1997870670 -1141 1109665366 -1142 882339923 -1143 1703877042 -1144 1100614551 -1145 256925064 -1146 994189511 -1147 280899186 -1148 737664571 -1149 303120690 -1150 574901759 -1151 1654978612 -1152 1061510287 -1153 2138934168 -1154 1617622378 -1155 1742380522 -1156 1944317627 -1157 1041804635 -1158 1787204517 -1159 1774316057 -1160 1277652776 -1161 978036636 -1162 1204543966 -1163 1858175026 -1164 1662021822 -1165 1997634423 -1166 1019139547 -1167 1708587000 -1168 1379004223 -1169 1427451477 -1170 706998368 -1171 1229391245 -1172 389633196 -1173 1589338291 -1174 785784640 -1175 1490247747 -1176 1846263356 -1177 1779974151 -1178 1771146933 -1179 436444279 -1180 2083094842 -1181 198565044 -1182 2091422891 -1183 997121481 -1184 190015564 -1185 1561561621 -1186 592018355 -1187 2134333192 -1188 455882609 -1189 231739224 -1190 1761165601 -1191 1733535385 -1192 1209775860 -1193 818225919 -1194 1444226764 -1195 724314034 -1196 668376695 -1197 315882663 -1198 285417387 -1199 2047380918 -1200 1743334141 -1201 992415755 -1202 1129288515 -1203 2132967337 -1204 434270398 -1205 1915073155 -1206 1475731436 -1207 133050106 -1208 1547563659 -1209 1099394721 -1210 569494385 -1211 1483174853 -1212 1297959765 -1213 513433629 -1214 332812686 -1215 1487975329 -1216 2074995250 -1217 924831041 -1218 1474824873 -1219 383394211 -1220 1156570265 -1221 1088506826 -1222 2116929597 -1223 218862478 -1224 1906732746 -1225 1413672713 -1226 943176512 -1227 427625793 -1228 1729555376 -1229 1228593899 -1230 327523063 -1231 1325405869 -1232 73526006 -1233 1456811578 -1234 1310889558 -1235 507796405 -1236 1224401086 -1237 639137346 -1238 640846511 -1239 624481097 -1240 1738532067 -1241 1210340897 -1242 2107655950 -1243 889008184 -1244 1723774526 -1245 292984988 -1246 229499866 -1247 1651286128 -1248 1217816029 -1249 1704324739 -1250 2034680340 -1251 226902646 -1252 645347918 -1253 2004126289 -1254 445765124 -1255 404597016 -1256 1270315354 -1257 1388941637 -1258 832222809 -1259 852387082 -1260 470051888 -1261 1159745872 -1262 30309304 -1263 543577895 -1264 469073802 -1265 1341198862 -1266 1051374300 -1267 1693474888 -1268 1980336209 -1269 1692220811 -1270 170472337 -1271 1571384628 -1272 755078060 -1273 130644639 -1274 312909165 -1275 331368938 -1276 423629627 -1277 542409031 -1278 1982655067 -1279 1641445656 -1280 99250122 -1281 1869851759 -1282 1868348303 -1283 744598040 -1284 1726494400 -1285 166629779 -1286 1149195056 -1287 849326106 -1288 1555571416 -1289 1981417865 -1290 1701713188 -1291 2025623305 -1292 993680089 -1293 1732022492 -1294 421717552 -1295 1462753892 -1296 925737707 -1297 1473091852 -1298 1008745132 -1299 758590268 -1300 1017829015 -1301 1179217470 -1302 182491248 -1303 1772907076 -1304 1309862109 -1305 495400413 -1306 2104276014 -1307 1733491737 -1308 1037809444 -1309 1939447433 -1310 1227453745 -1311 1137059567 -1312 1661815544 -1313 948318400 -1314 1881657607 -1315 1240826296 -1316 1114948180 -1317 883369016 -1318 2090152402 -1319 523035948 -1320 717303233 -1321 1644381943 -1322 401175605 -1323 1710983323 -1324 1228920787 -1325 822893157 -1326 1026253567 -1327 7174846 -1328 148501361 -1329 2034998699 -1330 765765114 -1331 1166330377 -1332 1066732521 -1333 948256363 -1334 791753805 -1335 229110983 -1336 1443656776 -1337 748546171 -1338 1962602720 -1339 333982573 -1340 540509957 -1341 1042572817 -1342 1471042140 -1343 54841853 -1344 1990891218 -1345 1205216099 -1346 1295668150 -1347 958355750 -1348 2088585115 -1349 1238336904 -1350 1481391698 -1351 658404701 -1352 735235199 -1353 1882567304 -1354 221904376 -1355 1964155987 -1356 557976813 -1357 1248157943 -1358 1971330833 -1359 706478175 -1360 1135672994 -1361 589612300 -1362 1872808552 -1363 54921868 -1364 1537868663 -1365 517078709 -1366 284032851 -1367 834041791 -1368 1265624880 -1369 99151923 -1370 1168024364 -1371 1806134837 -1372 1141724740 -1373 491582856 -1374 1860976691 -1375 985132310 -1376 1696798956 -1377 1009161193 -1378 1943488060 -1379 1637900423 -1380 100014449 -1381 1277396111 -1382 148821476 -1383 835249649 -1384 1012479767 -1385 370725852 -1386 651921988 -1387 1570456580 -1388 1618883795 -1389 475769173 -1390 129451107 -1391 607073142 -1392 1065381473 -1393 2002259659 -1394 661995010 -1395 455766488 -1396 371854720 -1397 946027861 -1398 1289808280 -1399 1637479601 -1400 1045179784 -1401 310348996 -1402 1296130790 -1403 39420876 -1404 801931853 -1405 1009623833 -1406 1024553187 -1407 351247161 -1408 2018785026 -1409 820557599 -1410 1989147584 -1411 2118799476 -1412 2097953710 -1413 2137969061 -1414 806565477 -1415 962949829 -1416 361211265 -1417 1458487465 -1418 385922762 -1419 1980095061 -1420 1934256638 -1421 515373869 -1422 439684555 -1423 852154464 -1424 370149881 -1425 1101679565 -1426 1307920952 -1427 742004601 -1428 2047707426 -1429 450245584 -1430 232000554 -1431 945403562 -1432 760594581 -1433 1528131345 -1434 984824438 -1435 1562526434 -1436 390271530 -1437 2009377625 -1438 1913773595 -1439 261572909 -1440 682451577 -1441 1755437531 -1442 232888737 -1443 632921639 -1444 1745922944 -1445 1039454214 -1446 1595871469 -1447 2107134210 -1448 350458031 -1449 1981794231 -1450 1939745623 -1451 137231021 -1452 349684452 -1453 231946530 -1454 989385485 -1455 719834333 -1456 1333626095 -1457 149822790 -1458 1461838935 -1459 1233849873 -1460 600068374 -1461 1693839489 -1462 31769787 -1463 1360662955 -1464 1074487186 -1465 1016594225 -1466 775705741 -1467 1464758717 -1468 878488203 -1469 541995688 -1470 1726331626 -1471 1560939780 -1472 149949572 -1473 1959220363 -1474 46377771 -1475 1895872516 -1476 851190929 -1477 1642249240 -1478 1855523078 -1479 1201648960 -1480 1476559823 -1481 1647785053 -1482 1338879981 -1483 1826244276 -1484 1879731583 -1485 180781819 -1486 398594961 -1487 1065874030 -1488 330604609 -1489 1860433896 -1490 152240255 -1491 930672983 -1492 1406789738 -1493 184010042 -1494 143852291 -1495 333793276 -1496 1200604268 -1497 919558032 -1498 1798551993 -1499 2079092471 -1500 1461553721 -1501 1377399971 -1502 1492548603 -1503 1611503293 -1504 1189136686 -1505 1538926374 -1506 1359892161 -1507 2040327615 -1508 1033691967 -1509 1067931592 -1510 1094492927 -1511 362768142 -1512 568232997 -1513 285889261 -1514 41528770 -1515 300480933 -1516 466671080 -1517 440123732 -1518 1366354963 -1519 797275689 -1520 153073980 -1521 1518595219 -1522 1727948672 -1523 1559863718 -1524 1702605261 -1525 1871800963 -1526 1893656995 -1527 755725881 -1528 643875348 -1529 1544725340 -1530 687334704 -1531 2105429069 -1532 774641664 -1533 32399659 -1534 1569448714 -1535 1963778350 -1536 1571326034 -1537 781857227 -1538 1856622318 -1539 457534353 -1540 1849788819 -1541 803631597 -1542 820302495 -1543 270538169 -1544 1089520858 -1545 861831266 -1546 571019102 -1547 1556191938 -1548 1301954998 -1549 1937374065 -1550 205983979 -1551 1455028978 -1552 1308485636 -1553 1933932652 -1554 867409049 -1555 863607250 -1556 1658249967 -1557 613582396 -1558 1619333131 -1559 154641667 -1560 10824088 -1561 159184188 -1562 112587088 -1563 785465752 -1564 191583847 -1565 1682035802 -1566 601760455 -1567 1762909881 -1568 316409382 -1569 310899125 -1570 72960586 -1571 18714553 -1572 1114530722 -1573 893263082 -1574 289252722 -1575 56567933 -1576 1755094348 -1577 860271824 -1578 1612759871 -1579 909565698 -1580 650162242 -1581 1818743851 -1582 217111028 -1583 1958647878 -1584 1605192855 -1585 1084520077 -1586 674771480 -1587 1115959174 -1588 1698102473 -1589 146620964 -1590 1270600842 -1591 1708926562 -1592 305805152 -1593 1383187930 -1594 346908666 -1595 497388999 -1596 917740085 -1597 948669121 -1598 112815233 -1599 1234149467 -1600 1259568246 -1601 185775819 -1602 1252864020 -1603 226615321 -1604 1079038901 -1605 1542116743 -1606 283183254 -1607 686649601 -1608 254904919 -1609 1895943125 -1610 1596215299 -1611 905067161 -1612 1567203328 -1613 1813326328 -1614 716231392 -1615 1024912535 -1616 750362757 -1617 1391002872 -1618 2140871710 -1619 300981583 -1620 1537623836 -1621 1263988904 -1622 2009908145 -1623 1843428988 -1624 499693186 -1625 209333163 -1626 193334340 -1627 1417433271 -1628 1158002285 -1629 306149573 -1630 504099090 -1631 270086883 -1632 491925392 -1633 1756963111 -1634 496702204 -1635 1570964294 -1636 1151596206 -1637 779885458 -1638 110130247 -1639 1406501125 -1640 528344936 -1641 1706345547 -1642 164084639 -1643 2095548264 -1644 1372188227 -1645 880316031 -1646 972977152 -1647 2122550984 -1648 123835255 -1649 966365214 -1650 276048919 -1651 1661459092 -1652 82870470 -1653 138473416 -1654 1357404432 -1655 582563656 -1656 347806580 -1657 1550738772 -1658 1999996928 -1659 1505808865 -1660 1856888345 -1661 356612370 -1662 1775895748 -1663 201330090 -1664 2113575481 -1665 125114305 -1666 1772294384 -1667 1117688039 -1668 904999763 -1669 1882424631 -1670 376705517 -1671 1433344699 -1672 1441286530 -1673 540790156 -1674 1381409316 -1675 665991109 -1676 1421106187 -1677 206902820 -1678 641058446 -1679 1544941442 -1680 1173268034 -1681 917107365 -1682 1058916886 -1683 1256138504 -1684 1055580782 -1685 268837671 -1686 1838702160 -1687 1403387362 -1688 1819576443 -1689 1691215440 -1690 761712579 -1691 1528981141 -1692 2047827811 -1693 390124679 -1694 1730311231 -1695 2013919644 -1696 515238984 -1697 1355121967 -1698 984124036 -1699 1420238748 -1700 1090062950 -1701 1360829553 -1702 706099799 -1703 383865833 -1704 1901619709 -1705 2087509115 -1706 1049856942 -1707 1175242248 -1708 146928287 -1709 1690915388 -1710 572700042 -1711 1320196321 -1712 460539106 -1713 1631616929 -1714 428851177 -1715 1516119888 -1716 1900454600 -1717 120069690 -1718 772023602 -1719 1572547395 -1720 1811285130 -1721 1533736181 -1722 954044888 -1723 1711629293 -1724 1923860860 -1725 536872471 -1726 1578065290 -1727 291616197 -1728 1891994438 -1729 414705678 -1730 1711854945 -1731 834573741 -1732 1775535231 -1733 270471096 -1734 1218439574 -1735 1529671292 -1736 210496564 -1737 120812868 -1738 557429892 -1739 357424851 -1740 1811728257 -1741 1130129934 -1742 1677621173 -1743 124783715 -1744 614263215 -1745 2106472350 -1746 1640903603 -1747 367234167 -1748 79058392 -1749 265443557 -1750 1939781563 -1751 1890343523 -1752 1799179738 -1753 746342803 -1754 1454489168 -1755 1575556950 -1756 1283215275 -1757 885070810 -1758 1867173147 -1759 1027726065 -1760 1299776488 -1761 1431544444 -1762 1862299806 -1763 927828071 -1764 1702015541 -1765 933255732 -1766 310015715 -1767 1912512105 -1768 1054068601 -1769 867445607 -1770 122453308 -1771 718313210 -1772 1997575542 -1773 1800074481 -1774 843096925 -1775 464355109 -1776 1759063184 -1777 336516880 -1778 831589277 -1779 1838121576 -1780 601960437 -1781 623887192 -1782 1580981451 -1783 253656527 -1784 1370229995 -1785 887986972 -1786 1829213477 -1787 505961622 -1788 1773057782 -1789 1548902977 -1790 1533687688 -1791 925350623 -1792 832963773 -1793 1248503846 -1794 1853178694 -1795 387495666 -1796 34275931 -1797 15710762 -1798 152524123 -1799 1088344532 -1800 883156369 -1801 274977432 -1802 1806657742 -1803 733248263 -1804 2075051913 -1805 502271019 -1806 1197603373 -1807 1686631449 -1808 838787899 -1809 2029192650 -1810 1377269378 -1811 1440748336 -1812 505596194 -1813 810767181 -1814 1694404863 -1815 1875826189 -1816 1698754153 -1817 1376134692 -1818 234304164 -1819 1324328288 -1820 777554021 -1821 1767991852 -1822 102195263 -1823 1610517795 -1824 869012050 -1825 1955373957 -1826 1998013461 -1827 903287981 -1828 1971084719 -1829 3053937 -1830 1991632513 -1831 706757441 -1832 278031369 -1833 1650806607 -1834 1440005704 -1835 205599634 -1836 5593978 -1837 490125429 -1838 1892231084 -1839 844381877 -1840 371834431 -1841 1122016814 -1842 137646565 -1843 877430625 -1844 1932783995 -1845 1832051428 -1846 605773167 -1847 1484054501 -1848 1060702473 -1849 840077331 -1850 660899141 -1851 1838256494 -1852 460585535 -1853 763094404 -1854 1301290641 -1855 1329597585 -1856 570984713 -1857 1151820455 -1858 85401919 -1859 394585785 -1860 1154874392 -1861 2077034432 -1862 1101343226 -1863 1432905761 -1864 1580357392 -1865 393865282 -1866 1638505395 -1867 1585951370 -1868 883990712 -1869 1383252831 -1870 282849600 -1871 1255825143 -1872 357785997 -1873 420496165 -1874 2133255769 -1875 143086345 -1876 105063946 -1877 591545288 -1878 1627140846 -1879 1165766419 -1880 1431622619 -1881 140556339 -1882 856539265 -1883 1892208154 -1884 903650743 -1885 10346259 -1886 1074322091 -1887 1474635456 -1888 1162166714 -1889 1159724010 -1890 1869221241 -1891 169557458 -1892 1089274795 -1893 823080819 -1894 1602463219 -1895 522148539 -1896 1216946102 -1897 1093484966 -1898 2108099909 -1899 2100936814 -1900 329254150 -1901 243465861 -1902 1209278309 -1903 687040147 -1904 663962027 -1905 1195050430 -1906 830126492 -1907 769025973 -1908 1786595718 -1909 309783690 -1910 1934792392 -1911 1070734689 -1912 450340029 -1913 643848009 -1914 815459195 -1915 1353990772 -1916 654194268 -1917 1889781287 -1918 681142581 -1919 1816360982 -1920 902021649 -1921 402880174 -1922 1985918440 -1923 1991296444 -1924 1225960994 -1925 1440898011 -1926 365961335 -1927 295423448 -1928 386899330 -1929 326577597 -1930 248876614 -1931 716153480 -1932 570043458 -1933 1458154923 -1934 1403193627 -1935 1234005485 -1936 505721706 -1937 85836472 -1938 2003031458 -1939 144833776 -1940 395620162 -1941 1790340202 -1942 1215568466 -1943 845960192 -1944 286704564 -1945 2031027661 -1946 52467316 -1947 940898832 -1948 1773325300 -1949 733609897 -1950 609776167 -1951 527863302 -1952 1136490072 -1953 448210959 -1954 371676098 -1955 214967418 -1956 1889108971 -1957 737637434 -1958 510390866 -1959 128524653 -1960 1064215031 -1961 759267480 -1962 844678133 -1963 1634258489 -1964 69938755 -1965 100388112 -1966 720780327 -1967 575660461 -1968 186224584 -1969 576328137 -1970 720494238 -1971 581844747 -1972 219184692 -1973 1936062704 -1974 1427804939 -1975 505889256 -1976 1819606717 -1977 1480272255 -1978 1446788088 -1979 1445448370 -1980 66398505 -1981 2056564255 -1982 1973311672 -1983 1202888577 -1984 357291567 -1985 197504122 -1986 1417855995 -1987 98916890 -1988 935141556 -1989 1928246861 -1990 227441543 -1991 1999356587 -1992 540030693 -1993 1072119676 -1994 1486131429 -1995 609969448 -1996 1172507788 -1997 59428108 -1998 1185629910 -1999 1358732373 -2000 635756245 -2001 1906124148 -2002 1940577120 -2003 854940937 -2004 1694703204 -2005 1220898411 -2006 1360830193 -2007 1366826273 -2008 553687018 -2009 660134634 -2010 664790995 -2011 620085523 -2012 569215241 -2013 490619019 -2014 1822974100 -2015 926506808 -2016 688123142 -2017 1093346447 -2018 1025423698 -2019 1623264698 -2020 874109660 -2021 1252865241 -2022 1475137638 -2023 1414140353 -2024 177501269 -2025 813785419 -2026 2024109802 -2027 1350009058 -2028 873213527 -2029 1062256064 -2030 561257783 -2031 1508969772 -2032 820896564 -2033 354351255 -2034 216427062 -2035 368116120 -2036 1575249666 -2037 1577257255 -2038 1734942393 -2039 2128936684 -2040 89908241 -2041 252249741 -2042 601538560 -2043 659123483 -2044 742868760 -2045 277029012 -2046 1585630291 -2047 1430991902 -2048 1370375460 -2049 463570342 -2050 906772953 -2051 97001472 -2052 1716435583 -2053 234426943 -2054 1511141826 -2055 1893936853 -2056 1048212362 -2057 1387767980 -2058 1096462263 -2059 1921425889 -2060 302540396 -2061 1657720046 -2062 1282912013 -2063 1123436960 -2064 2012071301 -2065 1499339075 -2066 1491553080 -2067 1439837319 -2068 929112683 -2069 1079011825 -2070 1421290355 -2071 1019020924 -2072 1331261566 -2073 2022828915 -2074 1678144407 -2075 2074130327 -2076 152374280 -2077 1116291051 -2078 1357638581 -2079 1522749740 -2080 1579861393 -2081 116927886 -2082 1619751212 -2083 1148813328 -2084 351354829 -2085 983409390 -2086 895266533 -2087 1399567191 -2088 223693722 -2089 1991728796 -2090 1173509432 -2091 526234118 -2092 1501965194 -2093 308937798 -2094 1649671078 -2095 1366552847 -2096 1808276873 -2097 993740510 -2098 658906518 -2099 589905908 -2100 2072752336 -2101 2080196874 -2102 1608926833 -2103 1256530254 -2104 1955542141 -2105 1139587592 -2106 1183176933 -2107 2107916421 -2108 108394995 -2109 393331867 -2110 1483182513 -2111 1688256388 -2112 510259753 -2113 955450078 -2114 689586069 -2115 861614583 -2116 1938859468 -2117 1584852602 -2118 113698126 -2119 15069543 -2120 1429097751 -2121 1287207559 -2122 541303661 -2123 783579297 -2124 1596145357 -2125 43491092 -2126 2648497 -2127 1256938582 -2128 1037231602 -2129 661555015 -2130 1846844491 -2131 962500290 -2132 594268241 -2133 1308287676 -2134 71546897 -2135 402326735 -2136 300391620 -2137 1254723830 -2138 362759508 -2139 408786616 -2140 1648055697 -2141 1845942022 -2142 2097043004 -2143 10831803 -2144 653908452 -2145 639145425 -2146 872446386 -2147 445284272 -2148 76514380 -2149 986144512 -2150 460353815 -2151 1505612131 -2152 125868423 -2153 1001657477 -2154 141707780 -2155 1722013780 -2156 1045148569 -2157 144356277 -2158 831468715 -2159 2082380171 -2160 805911293 -2161 530829558 -2162 897396814 -2163 1400179534 -2164 1839117234 -2165 968943711 -2166 1802506269 -2167 2139508854 -2168 76183893 -2169 17782130 -2170 400811822 -2171 1724239591 -2172 1863724152 -2173 350371179 -2174 1735071394 -2175 370148956 -2176 989516604 -2177 460034132 -2178 815433228 -2179 1066030984 -2180 1446178644 -2181 1275787044 -2182 424159467 -2183 1572047068 -2184 129960873 -2185 565867248 -2186 1146577200 -2187 1175109442 -2188 710223525 -2189 1978045915 -2190 1110005965 -2191 1516134818 -2192 361391825 -2193 2007402779 -2194 768830705 -2195 53025411 -2196 828862842 -2197 423853326 -2198 45050618 -2199 905046736 -2200 441635456 -2201 445862440 -2202 481802679 -2203 157875960 -2204 796233619 -2205 69390425 -2206 528024916 -2207 1785750224 -2208 529424557 -2209 1343458145 -2210 704297560 -2211 1975603201 -2212 471761541 -2213 1128457028 -2214 1400166621 -2215 601722414 -2216 1694324276 -2217 399260174 -2218 1776831856 -2219 257064153 -2220 229822441 -2221 739354173 -2222 1773198972 -2223 591214267 -2224 599273305 -2225 394546029 -2226 644239678 -2227 1428136147 -2228 818399355 -2229 689290296 -2230 185699235 -2231 1260034812 -2232 1135152737 -2233 667501914 -2234 1417910772 -2235 1931386356 -2236 736892339 -2237 1945935689 -2238 1569652932 -2239 1266316896 -2240 1141910186 -2241 126466845 -2242 1094436450 -2243 1613671727 -2244 1254923873 -2245 347119423 -2246 67910493 -2247 801764501 -2248 746379597 -2249 1844742349 -2250 1058828654 -2251 976202039 -2252 436612874 -2253 684543978 -2254 1567416306 -2255 1035886179 -2256 1079090007 -2257 64172336 -2258 316538679 -2259 1897489363 -2260 753462633 -2261 502237914 -2262 1010040527 -2263 1888615370 -2264 1169739829 -2265 280467651 -2266 1672518078 -2267 1906632168 -2268 78919692 -2269 1094687363 -2270 1025465417 -2271 1220829878 -2272 1221154208 -2273 2119901867 -2274 687017957 -2275 328594433 -2276 319537642 -2277 754928450 -2278 1130358934 -2279 1065917240 -2280 452187151 -2281 41703940 -2282 2042119279 -2283 888800026 -2284 726247919 -2285 1462051937 -2286 1924686205 -2287 1805337926 -2288 1526224273 -2289 93741236 -2290 1555343641 -2291 132203258 -2292 595979151 -2293 417900520 -2294 2020818628 -2295 1765718980 -2296 698368172 -2297 1545853059 -2298 1524867500 -2299 777287864 -2300 493056774 -2301 402849269 -2302 1998117743 -2303 1714210982 -2304 375267488 -2305 537652052 -2306 2042805415 -2307 694805131 -2308 1292580503 -2309 1025680701 -2310 1760722371 -2311 1744767654 -2312 1067384641 -2313 1655358002 -2314 486084032 -2315 1793632560 -2316 969926291 -2317 263286590 -2318 1451486839 -2319 348666916 -2320 357027826 -2321 859346832 -2322 480870175 -2323 953006977 -2324 1277247353 -2325 354205155 -2326 571242309 -2327 1975615525 -2328 1900058214 -2329 2096109810 -2330 605419741 -2331 245631340 -2332 351475431 -2333 456053836 -2334 1959842322 -2335 726742920 -2336 993705889 -2337 1855164089 -2338 1421548051 -2339 138802744 -2340 733361142 -2341 1034786774 -2342 1883570398 -2343 1800745784 -2344 542661128 -2345 222170783 -2346 1446894696 -2347 1512587419 -2348 485457373 -2349 750897887 -2350 1861254335 -2351 842485199 -2352 1610244720 -2353 194640862 -2354 1795492177 -2355 740008425 -2356 548846018 -2357 219250838 -2358 568140302 -2359 301420584 -2360 167877000 -2361 1173560043 -2362 547051925 -2363 519352432 -2364 1629613880 -2365 359410599 -2366 1246095352 -2367 475836121 -2368 67091041 -2369 520159755 -2370 614638865 -2371 800452183 -2372 1554946529 -2373 350725615 -2374 453714319 -2375 2097607657 -2376 572896398 -2377 1900609016 -2378 1462711428 -2379 1058353771 -2380 504023255 -2381 1176482115 -2382 1900838971 -2383 2114267975 -2384 1371122978 -2385 1548847500 -2386 706792752 -2387 1919968996 -2388 1768098338 -2389 1274933054 -2390 73905932 -2391 1935975339 -2392 301009450 -2393 620957857 -2394 307844123 -2395 1930623330 -2396 980368457 -2397 1553939475 -2398 258975803 -2399 1047459498 -2400 2074099230 -2401 873614668 -2402 1847911681 -2403 1481562111 -2404 1224340283 -2405 154142353 -2406 1431686120 -2407 1797236682 -2408 2054751369 -2409 746913900 -2410 708106805 -2411 411290976 -2412 1923396015 -2413 461462128 -2414 378075304 -2415 1147035345 -2416 2010309628 -2417 1084868056 -2418 919520693 -2419 1630924319 -2420 212317463 -2421 993426626 -2422 1419416010 -2423 513326913 -2424 1614384483 -2425 1727260133 -2426 296466595 -2427 447269292 -2428 1133715960 -2429 555442398 -2430 1494728790 -2431 1060331542 -2432 1429057066 -2433 1195156824 -2434 394410005 -2435 505913701 -2436 1349299177 -2437 1826096125 -2438 155666735 -2439 1256566898 -2440 425526377 -2441 863773541 -2442 1667857874 -2443 201438744 -2444 1325235669 -2445 2045933178 -2446 1348474090 -2447 1188061650 -2448 983317587 -2449 120511135 -2450 671502321 -2451 1195635050 -2452 1113937761 -2453 2090918331 -2454 1708961963 -2455 580838597 -2456 1670694816 -2457 2005428558 -2458 1028107889 -2459 656927128 -2460 413387308 -2461 375353032 -2462 1717258670 -2463 1842444374 -2464 1570509856 -2465 2111668675 -2466 200874427 -2467 772325385 -2468 1790281152 -2469 356541163 -2470 2028892283 -2471 68323881 -2472 1220314704 -2473 1549266509 -2474 269762625 -2475 398066725 -2476 1447716040 -2477 1618236715 -2478 1586128375 -2479 283549979 -2480 1738747851 -2481 110147048 -2482 1479185029 -2483 705201964 -2484 53581731 -2485 1040663344 -2486 1286040561 -2487 1724276547 -2488 898608254 -2489 166664803 -2490 233720027 -2491 1311995562 -2492 542017835 -2493 1950978697 -2494 1006956288 -2495 2112527691 -2496 1915163724 -2497 1207830715 -2498 737369428 -2499 1557961228 -2500 1564371878 -2501 618778063 -2502 1626285109 -2503 637202934 -2504 20560924 -2505 1896047735 -2506 1035269660 -2507 1468276964 -2508 1366800802 -2509 473914387 -2510 1751826943 -2511 958065005 -2512 584061436 -2513 1083528324 -2514 1663266970 -2515 637643167 -2516 2124191668 -2517 801823883 -2518 214436067 -2519 875316274 -2520 968488686 -2521 448156094 -2522 39828188 -2523 1510506521 -2524 251651144 -2525 1046784476 -2526 1475550564 -2527 19331220 -2528 107131544 -2529 65436344 -2530 1577292449 -2531 1671503422 -2532 684214407 -2533 1056093910 -2534 161222709 -2535 704775332 -2536 804657997 -2537 1196492369 -2538 25568648 -2539 23975152 -2540 1670406756 -2541 1777395592 -2542 982040157 -2543 106984544 -2544 713440268 -2545 497823479 -2546 744627712 -2547 690148289 -2548 1299647363 -2549 959063779 -2550 1565464563 -2551 120652401 -2552 1407219873 -2553 1605292752 -2554 1631158923 -2555 1658871017 -2556 504593580 -2557 959225839 -2558 1678202238 -2559 611725124 -2560 1024662184 -2561 1108011039 -2562 135744899 -2563 1708876591 -2564 16621301 -2565 296967608 -2566 266168275 -2567 821279299 -2568 1493459977 -2569 291736924 -2570 845254451 -2571 1016383085 -2572 2069132516 -2573 1827294608 -2574 1123367630 -2575 635089136 -2576 177634440 -2577 1867995342 -2578 1325237425 -2579 1477281803 -2580 679575473 -2581 743218341 -2582 1597934204 -2583 2086795346 -2584 201027445 -2585 1081609479 -2586 1598182716 -2587 705621025 -2588 2040835319 -2589 1128901306 -2590 1317346150 -2591 918013855 -2592 89428697 -2593 1453091049 -2594 479406798 -2595 106049998 -2596 1750058657 -2597 745575074 -2598 927329297 -2599 1096034986 -2600 1037311998 -2601 1772583748 -2602 2112418071 -2603 958960866 -2604 1452394709 -2605 1088302053 -2606 1594050002 -2607 1630029149 -2608 808813747 -2609 771803780 -2610 959827304 -2611 1488389220 -2612 1515022121 -2613 410277860 -2614 1427700919 -2615 1716049566 -2616 1491887340 -2617 878399987 -2618 274186943 -2619 1385239011 -2620 2007301293 -2621 1591533093 -2622 155769218 -2623 2096729990 -2624 897140494 -2625 635176016 -2626 55296340 -2627 499715503 -2628 1380751090 -2629 982625638 -2630 1595750489 -2631 270579440 -2632 607725738 -2633 1560684913 -2634 1229540306 -2635 2060120447 -2636 501503318 -2637 676106661 -2638 1542665948 -2639 1310317066 -2640 1447910441 -2641 355009604 -2642 651222638 -2643 815448914 -2644 765287465 -2645 2078923557 -2646 384014832 -2647 109691157 -2648 809839896 -2649 658201775 -2650 1494930168 -2651 669657541 -2652 102251221 -2653 1650699386 -2654 618903883 -2655 999391715 -2656 138391754 -2657 674200224 -2658 1499107219 -2659 1519142845 -2660 1656825862 -2661 947374060 -2662 1789722285 -2663 117067952 -2664 360575325 -2665 871778944 -2666 29704752 -2667 862078644 -2668 1547885605 -2669 1572370700 -2670 24912062 -2671 848312398 -2672 1927380305 -2673 676134700 -2674 1663761312 -2675 545184122 -2676 607574610 -2677 2047776144 -2678 654875279 -2679 1417414506 -2680 558494271 -2681 2321799 -2682 2087072048 -2683 660745492 -2684 1653021185 -2685 558492283 -2686 1660137208 -2687 1791412939 -2688 1232692507 -2689 1011760779 -2690 1163072136 -2691 742034721 -2692 1959134839 -2693 805310774 -2694 859102674 -2695 172226517 -2696 1677089718 -2697 888807426 -2698 1034305161 -2699 1077491675 -2700 313694478 -2701 1059217223 -2702 1925804073 -2703 93591135 -2704 1735351923 -2705 1442081737 -2706 638775257 -2707 195442885 -2708 1342374233 -2709 1293650536 -2710 1612857392 -2711 1900868504 -2712 1295972335 -2713 1552445792 -2714 414130349 -2715 801509872 -2716 2110938075 -2717 2074267557 -2718 445439164 -2719 1196146935 -2720 938544688 -2721 1608511300 -2722 1938181656 -2723 750195879 -2724 266338426 -2725 649800682 -2726 922422396 -2727 1943428144 -2728 1538608108 -2729 1956727557 -2730 873436171 -2731 1852302587 -2732 868461132 -2733 651756596 -2734 1945893722 -2735 456329408 -2736 2093838333 -2737 437185332 -2738 651772293 -2739 1288728918 -2740 1730835868 -2741 117146037 -2742 1042113775 -2743 879324556 -2744 1669591829 -2745 1456244124 -2746 1680834428 -2747 1633046257 -2748 1383028033 -2749 2126273592 -2750 681709544 -2751 174089073 -2752 1587301245 -2753 472407552 -2754 924284952 -2755 1853639671 -2756 1122208235 -2757 1846707349 -2758 1649584168 -2759 513332695 -2760 1655951258 -2761 375536691 -2762 218151634 -2763 376928743 -2764 1027293288 -2765 16561709 -2766 833258151 -2767 973647973 -2768 453747041 -2769 1485030444 -2770 114893244 -2771 37099261 -2772 1602176482 -2773 1157007019 -2774 916423817 -2775 1124284663 -2776 465767495 -2777 449774598 -2778 609847272 -2779 1848795528 -2780 428564542 -2781 1291556816 -2782 2022884601 -2783 2015865787 -2784 1763964369 -2785 799685905 -2786 1722021811 -2787 738688956 -2788 498909606 -2789 1224122331 -2790 1252021651 -2791 7377217 -2792 1599659022 -2793 1470173286 -2794 384305960 -2795 479468662 -2796 1486734995 -2797 1217564111 -2798 1453116636 -2799 1940482036 -2800 555110907 -2801 1568009880 -2802 1977581297 -2803 9803741 -2804 577533251 -2805 746521467 -2806 1134088405 -2807 1043300746 -2808 1196296065 -2809 1743935677 -2810 744612626 -2811 1624860607 -2812 888008846 -2813 620013579 -2814 1493242747 -2815 504489567 -2816 1419699484 -2817 1067780910 -2818 1243178523 -2819 1918609091 -2820 144419593 -2821 347716526 -2822 1925986308 -2823 1744078615 -2824 1817889812 -2825 162808620 -2826 76063630 -2827 1157141159 -2828 1380372731 -2829 1529180266 -2830 950139547 -2831 1935483638 -2832 949706498 -2833 780237197 -2834 1945287380 -2835 1527239749 -2836 1526758664 -2837 931892137 -2838 423056847 -2839 575571081 -2840 528344166 -2841 1167669473 -2842 52948040 -2843 1416353012 -2844 1787683052 -2845 1546190787 -2846 1920842579 -2847 1059898888 -2848 466488049 -2849 1016537454 -2850 831024331 -2851 610907642 -2852 1364253981 -2853 609526991 -2854 207502610 -2855 1034660145 -2856 772335611 -2857 283566240 -2858 44317657 -2859 5224694 -2860 1812746506 -2861 994457204 -2862 1940708333 -2863 614969356 -2864 1774694401 -2865 1738512065 -2866 2142209105 -2867 1153969417 -2868 522920554 -2869 417782304 -2870 1729540498 -2871 1051264720 -2872 1585451777 -2873 1782488539 -2874 320134085 -2875 1225651181 -2876 1181195678 -2877 93493016 -2878 138066421 -2879 1647683728 -2880 1110030471 -2881 969090753 -2882 111107722 -2883 326800804 -2884 1578617744 -2885 318610332 -2886 1361460949 -2887 203469708 -2888 602176572 -2889 1405778606 -2890 208694402 -2891 267439430 -2892 252752163 -2893 1919087 -2894 882408786 -2895 2027446564 -2896 1740431152 -2897 877134243 -2898 1033932334 -2899 115868058 -2900 1294916547 -2901 615989184 -2902 1167132779 -2903 732884676 -2904 250994075 -2905 1487266864 -2906 1958535857 -2907 1432189754 -2908 1580759880 -2909 2096602279 -2910 932389834 -2911 543306703 -2912 918209384 -2913 1043497556 -2914 870107507 -2915 349343480 -2916 1362107889 -2917 84084809 -2918 552813188 -2919 1964284461 -2920 1489863415 -2921 761507591 -2922 84240244 -2923 1742615578 -2924 763426678 -2925 966649030 -2926 1622578495 -2927 356374183 -2928 1843783274 -2929 509027181 -2930 472242241 -2931 991216173 -2932 1125016365 -2933 1639375020 -2934 1724100850 -2935 1376010441 -2936 979158236 -2937 1535153059 -2938 660716547 -2939 412434469 -2940 1484271690 -2941 1593106381 -2942 955741172 -2943 254997426 -2944 489120289 -2945 1825848680 -2946 604340907 -2947 1851228178 -2948 1909933489 -2949 1157154095 -2950 1668028992 -2951 1252313256 -2952 1918661686 -2953 1752269236 -2954 847445187 -2955 534604717 -2956 571434618 -2957 322540034 -2958 890978900 -2959 267734244 -2960 831567215 -2961 1363221141 -2962 1258950418 -2963 1956583580 -2964 855112514 -2965 835567620 -2966 1185110373 -2967 1834270750 -2968 223237031 -2969 1845826920 -2970 99221571 -2971 1707508722 -2972 1291449653 -2973 1054962744 -2974 1962506148 -2975 1780569943 -2976 733327776 -2977 419363407 -2978 1484314473 -2979 495777617 -2980 1576517503 -2981 1004859817 -2982 1748090873 -2983 1347695541 -2984 609645405 -2985 448052412 -2986 1882300258 -2987 1181080024 -2988 770592446 -2989 625795510 -2990 1448814268 -2991 1602159661 -2992 1989016652 -2993 560281038 -2994 1411259594 -2995 696645518 -2996 1395848658 -2997 448886319 -2998 383432620 -2999 1619085690 -3000 147229592 -3001 482654192 -3002 1179110764 -3003 1438679245 -3004 1537616936 -3005 994133264 -3006 1071765540 -3007 123461064 -3008 1413496672 -3009 408596366 -3010 619238681 -3011 842530527 -3012 1413456183 -3013 219845906 -3014 42742420 -3015 2023101589 -3016 667898319 -3017 1925042679 -3018 1056697965 -3019 1438490765 -3020 403354541 -3021 358028585 -3022 893166779 -3023 244887545 -3024 918309624 -3025 156942725 -3026 941533063 -3027 166674634 -3028 605829044 -3029 1324965684 -3030 1785760324 -3031 753058636 -3032 1807619876 -3033 817387440 -3034 44254234 -3035 1197753164 -3036 1811520705 -3037 1116019774 -3038 1321214228 -3039 1077533729 -3040 1524616140 -3041 1940452909 -3042 1920064256 -3043 790588676 -3044 12815167 -3045 1962806676 -3046 666206617 -3047 680713486 -3048 1740365707 -3049 1722904582 -3050 2119204252 -3051 2143720249 -3052 2080933167 -3053 864887383 -3054 241124146 -3055 851759143 -3056 1021830108 -3057 1182657210 -3058 1018433778 -3059 1627659152 -3060 360139246 -3061 656710454 -3062 233234141 -3063 20275474 -3064 1474097895 -3065 277488375 -3066 1218028638 -3067 1138134952 -3068 1393508149 -3069 391759218 -3070 68185033 -3071 770640642 -3072 184728479 -3073 1988249289 -3074 1561229318 -3075 197543646 -3076 1803572317 -3077 79952287 -3078 878257133 -3079 1396454377 -3080 1802856869 -3081 849977737 -3082 1392690978 -3083 1736306388 -3084 1714865120 -3085 1633815124 -3086 440581884 -3087 589211580 -3088 668988686 -3089 1459015662 -3090 69387084 -3091 1029127932 -3092 2115726116 -3093 302621225 -3094 1049403406 -3095 1442340363 -3096 580109600 -3097 119948396 -3098 432991667 -3099 1973617750 -3100 511707614 -3101 501176700 -3102 596774744 -3103 696436093 -3104 341942341 -3105 10520414 -3106 893979740 -3107 2145514659 -3108 90472701 -3109 1772236873 -3110 1394485388 -3111 1893329570 -3112 474730962 -3113 639692718 -3114 1482152310 -3115 42112434 -3116 126024194 -3117 1922734194 -3118 631324014 -3119 795012881 -3120 1234266208 -3121 700711098 -3122 1824140813 -3123 1202508677 -3124 1003332324 -3125 726060572 -3126 497365392 -3127 1583441924 -3128 846008968 -3129 930357060 -3130 1409576026 -3131 1357716583 -3132 1431533760 -3133 2006350770 -3134 2054152676 -3135 1773476102 -3136 2016871184 -3137 800648768 -3138 1771507113 -3139 2107343885 -3140 425401993 -3141 1018508853 -3142 1853189807 -3143 900132955 -3144 1658201571 -3145 1187858470 -3146 942245389 -3147 1784225765 -3148 963109016 -3149 1573569403 -3150 431754998 -3151 49891577 -3152 126796854 -3153 108412164 -3154 1252400254 -3155 1130129178 -3156 834472736 -3157 1749765646 -3158 566087454 -3159 1680481704 -3160 532639058 -3161 1975663481 -3162 890714639 -3163 1964172819 -3164 1834530603 -3165 797383668 -3166 1590165273 -3167 1703918140 -3168 1598032436 -3169 1214188738 -3170 1663778377 -3171 2023434430 -3172 85213943 -3173 1369484537 -3174 776083737 -3175 1743415514 -3176 409859359 -3177 1718329127 -3178 1380157631 -3179 1372968375 -3180 1144414882 -3181 1811912630 -3182 1422859952 -3183 1271211736 -3184 1920324794 -3185 527776558 -3186 253857266 -3187 607313882 -3188 130058557 -3189 819944721 -3190 140311938 -3191 662697615 -3192 648124554 -3193 1031026578 -3194 479386786 -3195 335171509 -3196 1828410246 -3197 2069552059 -3198 2039089649 -3199 1278959034 -3200 1136257149 -3201 1555384379 -3202 1154909816 -3203 1221471092 -3204 777385268 -3205 1930993554 -3206 817402958 -3207 1187244627 -3208 1501839033 -3209 50076942 -3210 412729354 -3211 498770267 -3212 1861989572 -3213 1835589307 -3214 1769982004 -3215 1634830718 -3216 215882217 -3217 2023839270 -3218 94660952 -3219 345940774 -3220 696300343 -3221 234972890 -3222 1008638390 -3223 1344424897 -3224 1265999468 -3225 1488025176 -3226 1679596407 -3227 946926066 -3228 1410093588 -3229 1571202408 -3230 78401453 -3231 398867089 -3232 979103139 -3233 1233311269 -3234 1620338182 -3235 1756488407 -3236 1016821175 -3237 290257492 -3238 796249386 -3239 371176560 -3240 340334434 -3241 1208978741 -3242 869946828 -3243 54840358 -3244 897084400 -3245 492445184 -3246 1689671076 -3247 1112966617 -3248 368800806 -3249 1784332028 -3250 1458907392 -3251 1065101150 -3252 2019304919 -3253 320062134 -3254 262042399 -3255 1137820739 -3256 1808087310 -3257 1941638806 -3258 2084746806 -3259 1070697250 -3260 1365357567 -3261 15664611 -3262 1469564340 -3263 196977058 -3264 1248975880 -3265 942418874 -3266 1953465466 -3267 118313408 -3268 1232676366 -3269 602231204 -3270 489489968 -3271 1573010801 -3272 1811209945 -3273 1359436796 -3274 1627851159 -3275 560810697 -3276 1851881980 -3277 1170038588 -3278 1673777315 -3279 73199139 -3280 806886968 -3281 985201059 -3282 1138300289 -3283 678708239 -3284 1305263193 -3285 1400342688 -3286 1816528979 -3287 965866855 -3288 1194497847 -3289 1753792137 -3290 2036564106 -3291 412371766 -3292 1769456748 -3293 1358644798 -3294 609348824 -3295 870948980 -3296 153580024 -3297 415330642 -3298 989262388 -3299 1386256390 -3300 1017561847 -3301 1478752357 -3302 811783543 -3303 681288144 -3304 690705505 -3305 292151055 -3306 1242098842 -3307 395103838 -3308 1462189643 -3309 768392509 -3310 468302977 -3311 121592963 -3312 1753593568 -3313 1606603266 -3314 800301203 -3315 911373113 -3316 859462306 -3317 469346534 -3318 1877239968 -3319 2053960153 -3320 75655023 -3321 1766320426 -3322 318848271 -3323 1845111771 -3324 977481576 -3325 928197096 -3326 568577103 -3327 1131061600 -3328 1343527738 -3329 1557839492 -3330 369834343 -3331 213605937 -3332 889108201 -3333 1181617886 -3334 894894082 -3335 1579813706 -3336 1473768941 -3337 2136992924 -3338 1974917544 -3339 788474936 -3340 757901785 -3341 295736873 -3342 910067900 -3343 364011705 -3344 1902340139 -3345 1710369103 -3346 1275384818 -3347 614318798 -3348 32231989 -3349 1005141138 -3350 520795303 -3351 107887012 -3352 623977917 -3353 839643575 -3354 1952998783 -3355 1601459493 -3356 1767840671 -3357 374092238 -3358 585037446 -3359 963884761 -3360 1931931730 -3361 954871789 -3362 1177490699 -3363 673556283 -3364 2136489675 -3365 2072384781 -3366 105886342 -3367 1462774969 -3368 2061894057 -3369 2080803886 -3370 103766257 -3371 672312194 -3372 229057112 -3373 1013834157 -3374 1036323899 -3375 2131397251 -3376 576719612 -3377 164225069 -3378 598232401 -3379 608951601 -3380 1169366207 -3381 1119027705 -3382 716838613 -3383 1793344124 -3384 1958671280 -3385 522353748 -3386 1247319970 -3387 1579028303 -3388 896445987 -3389 1832357416 -3390 395429416 -3391 680894069 -3392 639745557 -3393 1572920115 -3394 1354450353 -3395 628751584 -3396 1497821248 -3397 1460336695 -3398 2091526553 -3399 1412231657 -3400 1393656933 -3401 47809163 -3402 2084543851 -3403 1622714045 -3404 1061643320 -3405 973384102 -3406 1606627649 -3407 1638362933 -3408 1137609171 -3409 57376402 -3410 99830886 -3411 159491731 -3412 1176404107 -3413 816669500 -3414 1952835855 -3415 987591739 -3416 1339023248 -3417 1052672177 -3418 419136394 -3419 87985587 -3420 737545945 -3421 814565811 -3422 768879657 -3423 1377291502 -3424 240002278 -3425 2123330010 -3426 2006043087 -3427 1737823527 -3428 1436183057 -3429 1950085992 -3430 1002571536 -3431 682356342 -3432 1997895155 -3433 939631740 -3434 157586740 -3435 912054828 -3436 1913015842 -3437 1764214389 -3438 402934113 -3439 903141366 -3440 1821590791 -3441 502764999 -3442 1062633097 -3443 850511251 -3444 1319434499 -3445 867985304 -3446 1838102990 -3447 510974100 -3448 1920657482 -3449 109755737 -3450 598959687 -3451 510719779 -3452 924321548 -3453 1367839344 -3454 1888011282 -3455 1164323826 -3456 1343685706 -3457 1746570721 -3458 754663705 -3459 632385115 -3460 1549173065 -3461 1757235242 -3462 1314741458 -3463 1399584573 -3464 549383334 -3465 1472328198 -3466 164155753 -3467 314915528 -3468 1089058939 -3469 567089866 -3470 1218056894 -3471 763166082 -3472 1069854865 -3473 133206343 -3474 1613677333 -3475 241805717 -3476 1001191648 -3477 1304296676 -3478 752779817 -3479 774365482 -3480 1414052413 -3481 1351739504 -3482 1285085261 -3483 190890313 -3484 572095201 -3485 1025612895 -3486 1355214139 -3487 1915780907 -3488 624699968 -3489 2109877845 -3490 400682375 -3491 26389386 -3492 1719629439 -3493 1715423833 -3494 1425973959 -3495 121529125 -3496 1040268383 -3497 1590129712 -3498 436444653 -3499 2129327322 -3500 9735930 -3501 1654501548 -3502 745009756 -3503 1079590795 -3504 1787707891 -3505 211203442 -3506 1321396512 -3507 641415891 -3508 1515500118 -3509 2074176329 -3510 1415781373 -3511 782068883 -3512 1278432186 -3513 553382987 -3514 972959196 -3515 1850527387 -3516 1578995882 -3517 180689687 -3518 1618824646 -3519 56212203 -3520 143083884 -3521 2019507021 -3522 82601589 -3523 1862713323 -3524 1587447206 -3525 1508575548 -3526 1984242448 -3527 480231941 -3528 951221612 -3529 273203454 -3530 462075615 -3531 960957542 -3532 1927705002 -3533 1207085372 -3534 2040548337 -3535 1567929245 -3536 1418288814 -3537 1214461202 -3538 61861489 -3539 786305284 -3540 1141153883 -3541 1477642862 -3542 1568374167 -3543 272102421 -3544 2031025849 -3545 393849715 -3546 2122629808 -3547 1462538084 -3548 574539402 -3549 1593970807 -3550 1518750287 -3551 717623287 -3552 1465994180 -3553 1601351876 -3554 432852962 -3555 905957739 -3556 962443776 -3557 269611763 -3558 1386189680 -3559 1913665388 -3560 542815217 -3561 1848265296 -3562 727139282 -3563 323036571 -3564 907867020 -3565 620203971 -3566 1890965816 -3567 178672186 -3568 1834665173 -3569 1952827305 -3570 964977470 -3571 828335409 -3572 1282986520 -3573 385867989 -3574 1100437830 -3575 1166528721 -3576 779717704 -3577 1075583991 -3578 481583157 -3579 1354257106 -3580 522071150 -3581 2000333444 -3582 2071880393 -3583 1988065330 -3584 1454201672 -3585 357249708 -3586 746539421 -3587 269161800 -3588 626861471 -3589 2132729102 -3590 35343540 -3591 1169676688 -3592 1833510750 -3593 762482822 -3594 1492713259 -3595 593894122 -3596 1382686794 -3597 1236195427 -3598 772566308 -3599 1069868319 -3600 1041539085 -3601 1737543778 -3602 1898203728 -3603 177041957 -3604 2123411767 -3605 851157911 -3606 1343570678 -3607 755645823 -3608 1926741902 -3609 1825153836 -3610 2109902929 -3611 301329404 -3612 1678003632 -3613 2034299675 -3614 141911086 -3615 984721657 -3616 244065735 -3617 888450508 -3618 1253883457 -3619 870927206 -3620 873695962 -3621 1289226998 -3622 2040603894 -3623 559723064 -3624 2051709820 -3625 1385833505 -3626 1153617186 -3627 1286912966 -3628 474545284 -3629 1926183494 -3630 209297638 -3631 1516084369 -3632 1516243624 -3633 2107501366 -3634 1693126326 -3635 1492171743 -3636 811175629 -3637 889213357 -3638 100333918 -3639 590433883 -3640 566883545 -3641 62753199 -3642 891763287 -3643 97403529 -3644 2097052874 -3645 1033674374 -3646 1082125186 -3647 193634961 -3648 1922124882 -3649 188524996 -3650 1064562167 -3651 648337196 -3652 1477751994 -3653 957682413 -3654 1208060260 -3655 1381978166 -3656 196032270 -3657 214193798 -3658 521407485 -3659 670577555 -3660 2140377292 -3661 730705123 -3662 39178276 -3663 1509137268 -3664 690722841 -3665 1732304603 -3666 853825363 -3667 1501898471 -3668 474034312 -3669 954159281 -3670 2092332354 -3671 1040917857 -3672 1016912480 -3673 836611994 -3674 1138321386 -3675 966481707 -3676 1870286368 -3677 72962925 -3678 1160116668 -3679 1644927602 -3680 261487921 -3681 77195188 -3682 145781150 -3683 1739239915 -3684 1034877601 -3685 1353841410 -3686 973734433 -3687 1230909872 -3688 1568035208 -3689 1495141918 -3690 1901487427 -3691 1560928852 -3692 78363393 -3693 1940665703 -3694 922582472 -3695 769086235 -3696 1525486658 -3697 1776407835 -3698 123501058 -3699 1999520970 -3700 583083468 -3701 68349764 -3702 892955179 -3703 1599995948 -3704 904961758 -3705 2031276566 -3706 418994007 -3707 627764478 -3708 2104239491 -3709 1579110676 -3710 125208432 -3711 218243764 -3712 1656305864 -3713 270989582 -3714 1957483679 -3715 543699817 -3716 1624830992 -3717 783734464 -3718 1774609689 -3719 1045382552 -3720 131392735 -3721 1528613468 -3722 458827756 -3723 209756128 -3724 1321795524 -3725 1381410228 -3726 978842363 -3727 699798534 -3728 1010334415 -3729 1102343421 -3730 551835857 -3731 1593417883 -3732 1170693186 -3733 1444791036 -3734 1045930184 -3735 2075654944 -3736 1328583954 -3737 1464924191 -3738 555935775 -3739 1285339797 -3740 896551219 -3741 681144207 -3742 1503583561 -3743 405373435 -3744 952133790 -3745 1313583592 -3746 949073253 -3747 429481134 -3748 2097318057 -3749 576199294 -3750 1474863687 -3751 81227144 -3752 2104812763 -3753 1933691443 -3754 290983272 -3755 1279124639 -3756 1167618024 -3757 1269825636 -3758 1978923173 -3759 30468791 -3760 224685409 -3761 383275382 -3762 1623886675 -3763 1395378595 -3764 1828066419 -3765 522333211 -3766 1323549892 -3767 1009166725 -3768 1987257402 -3769 1879485667 -3770 147022875 -3771 736324974 -3772 413146226 -3773 1650606436 -3774 1141698409 -3775 1365280016 -3776 816706381 -3777 2090771662 -3778 1794761151 -3779 766540790 -3780 519487309 -3781 1122141190 -3782 847767934 -3783 476816424 -3784 908348985 -3785 1138751206 -3786 1755941063 -3787 2075967009 -3788 261093194 -3789 1587380588 -3790 2106435801 -3791 485778604 -3792 1970655971 -3793 1582838828 -3794 1881157199 -3795 1651238742 -3796 2105172039 -3797 1057223443 -3798 512921819 -3799 1944945793 -3800 789225462 -3801 659944694 -3802 533787119 -3803 1202371689 -3804 163067483 -3805 1675485529 -3806 420168057 -3807 979773864 -3808 1618773543 -3809 67445560 -3810 1746314654 -3811 2138260852 -3812 1189586750 -3813 446598940 -3814 467593628 -3815 2097935736 -3816 1585350146 -3817 76051043 -3818 2026419097 -3819 1846443341 -3820 1663431632 -3821 1985371250 -3822 184738297 -3823 1486603955 -3824 1420726430 -3825 2065895496 -3826 990359049 -3827 1378414821 -3828 975635292 -3829 1503280868 -3830 1175876967 -3831 1764860754 -3832 15741915 -3833 1709664086 -3834 819748795 -3835 178809398 -3836 1237665967 -3837 1239916853 -3838 1158583262 -3839 708955863 -3840 1307362413 -3841 757414268 -3842 699733067 -3843 349465516 -3844 1204013208 -3845 1167326696 -3846 299917604 -3847 641879706 -3848 1243377739 -3849 178853053 -3850 340839399 -3851 759325723 -3852 16740656 -3853 525577696 -3854 98446030 -3855 1437467086 -3856 443989545 -3857 1088805079 -3858 668398260 -3859 1419624837 -3860 444602300 -3861 1844275227 -3862 1037001943 -3863 460344215 -3864 1406455665 -3865 1856750739 -3866 639153613 -3867 496637985 -3868 949183944 -3869 1797736875 -3870 1205593848 -3871 109062709 -3872 407667495 -3873 1905326915 -3874 458528225 -3875 1611680703 -3876 925169963 -3877 758445829 -3878 106076761 -3879 21064055 -3880 937298883 -3881 446916161 -3882 780389778 -3883 954039539 -3884 972493857 -3885 878835809 -3886 244022977 -3887 1416483402 -3888 1967640888 -3889 912421237 -3890 688624591 -3891 264759540 -3892 609212816 -3893 1725626535 -3894 725103755 -3895 2015668482 -3896 1434893626 -3897 1364257368 -3898 364822819 -3899 236593922 -3900 1014510595 -3901 1570416667 -3902 345656631 -3903 1422178090 -3904 1328259934 -3905 804184857 -3906 886375145 -3907 105946250 -3908 1562630686 -3909 992451907 -3910 127010305 -3911 352445921 -3912 1439368068 -3913 907400083 -3914 1306485460 -3915 264378277 -3916 1786235892 -3917 1550508438 -3918 1680861680 -3919 1606393133 -3920 315446027 -3921 222002623 -3922 1871152673 -3923 924658844 -3924 1947629158 -3925 448772781 -3926 792843678 -3927 1235039136 -3928 1813030149 -3929 1157666497 -3930 1471633058 -3931 680057097 -3932 580599516 -3933 1817289690 -3934 2102235187 -3935 1908859450 -3936 473990899 -3937 841126685 -3938 2014805700 -3939 2036621585 -3940 1833578592 -3941 2141816005 -3942 241583859 -3943 1125463012 -3944 901732441 -3945 1548069319 -3946 1389841289 -3947 540484685 -3948 951094109 -3949 923219321 -3950 2146877818 -3951 1266540137 -3952 1145221945 -3953 1870546844 -3954 43715333 -3955 945367455 -3956 171835977 -3957 836559011 -3958 32922944 -3959 1984866126 -3960 1994225508 -3961 1504556002 -3962 517439575 -3963 427341376 -3964 1174362044 -3965 472191115 -3966 188717178 -3967 1648352943 -3968 1313317800 -3969 56039231 -3970 1537490881 -3971 999412744 -3972 50371588 -3973 1779074740 -3974 2124875756 -3975 952104029 -3976 1179660411 -3977 1367233397 -3978 1492588715 -3979 2130754521 -3980 142969071 -3981 1491982885 -3982 1249811010 -3983 1288191016 -3984 1215046081 -3985 1293526343 -3986 86074823 -3987 1386882058 -3988 2130085354 -3989 118997767 -3990 1224264537 -3991 1976827214 -3992 1623553770 -3993 1741704112 -3994 256684942 -3995 650432166 -3996 66411579 -3997 445402120 -3998 151301462 -3999 1379729379 -4000 501441351 -4001 1688792343 -4003 551812940 -4004 1320383435 -4005 209050583 -4006 1503916969 -4007 352560198 -4008 1576283981 -4009 849022036 -4010 335831071 -4011 1719253052 -4012 193521274 -4013 1585642081 -4014 859960420 -4015 1408567355 -4016 731684776 -4017 946035243 -4018 647965766 -4019 714286482 -4020 1065033011 -4021 1872230303 -4022 543630048 -4023 541103133 -4024 1466450767 -4025 800314990 -4026 1191535299 -4027 1532862347 -4028 1245717111 -4029 1342836761 -4030 765108078 -4031 1747158462 -4032 884145456 -4033 996766554 -4034 151487754 -4035 57045243 -4036 1205817137 -4037 1655404724 -4038 409605442 -4039 634617470 -4040 356943112 -4041 745436513 -4042 206386874 -4043 550464386 -4044 183594947 -4045 1066347294 -4046 1959031742 -4047 915279723 -4048 2012382538 -4049 459513860 -4050 1629566206 -4051 929931901 -4052 184260515 -4053 25712606 -4054 1471035034 -4055 1650711282 -4056 826027597 -4057 515086685 -4058 1036089981 -4059 2071744708 -4060 1857923447 -4061 1801198060 -4062 1671419522 -4063 594585255 -4064 650480966 -4065 1822907277 -4066 651630499 -4067 1856298103 -4068 1330828353 -4069 1061235941 -4070 343431926 -4071 1687771465 -4072 1806672454 -4073 549818800 -4074 90752204 -4075 1990267401 -4076 1616166095 -4077 2049783946 -4078 758063477 -4079 1481064985 -4080 361814158 -4081 240146035 -4082 263513238 -4083 546074673 -4084 265858641 -4085 1734548272 -4086 49302307 -4087 1091886238 -4088 102151309 -4089 1085392289 -4090 1016147298 -4091 1960074756 -4092 739106701 -4093 540083173 -4094 407176364 -4095 1389587667 -4096 215506802 -4097 1058806863 -4098 1098402122 -4099 1546335155 -4100 2120042804 -4101 1441834048 -4102 1086622972 -4103 1779231610 -4104 1991652849 -4105 1177375176 -4106 1622015364 -4107 1460335296 -4108 1079675474 -4109 232595193 -4110 793916633 -4111 1441489632 -4112 472741228 -4113 1057429871 -4114 1987564305 -4115 738599869 -4116 644494495 -4117 2036866613 -4118 1830486108 -4119 746645804 -4120 974775254 -4121 699149758 -4122 559236913 -4123 1713881955 -4124 1239232931 -4125 966413277 -4126 955985974 -4127 1454739733 -4128 2025220140 -4129 2054388096 -4130 853591240 -4131 1997779296 -4132 1348738497 -4133 1940214213 -4134 1629527258 -4135 1192907698 -4136 970105741 -4137 1104058974 -4138 505759346 -4139 2049781216 -4140 1336654167 -4141 1299675979 -4142 1343787200 -4143 1809395395 -4144 209622202 -4145 1183867858 -4146 400511617 -4147 854116697 -4148 1073250823 -4149 83514077 -4150 1600762501 -4151 2048026077 -4152 782663835 -4153 12515766 -4154 1614424384 -4155 2021896767 -4156 978929043 -4157 422926710 -4158 1329152852 -4159 856665535 -4160 329831158 -4161 35260445 -4162 706961183 -4163 1678569655 -4164 1975474658 -4165 189004794 -4166 723993705 -4167 798096751 -4168 1293063768 -4169 1229753051 -4170 700394319 -4171 482234288 -4172 381945382 -4173 2044181520 -4174 144146035 -4175 591567584 -4176 1080565730 -4177 544657652 -4178 1445684281 -4179 6332905 -4180 628171729 -4181 898963135 -4182 2054358982 -4183 1410835565 -4184 911478901 -4185 1521299718 -4186 1285248684 -4187 1890407945 -4188 1944226428 -4189 466917888 -4190 599589832 -4191 126573938 -4192 502178333 -4193 1306551016 -4194 1805143594 -4195 330169343 -4196 1495555810 -4197 381653651 -4198 1128266095 -4199 641135930 -4200 1611406703 -4201 1828660414 -4202 1123370218 -4203 1993352085 -4204 1725358286 -4205 1267516254 -4206 437436022 -4207 658440368 -4208 1812173906 -4209 1883120303 -4210 664773273 -4211 292861988 -4212 634599790 -4213 571648607 -4214 1703697553 -4215 1546078692 -4216 2092948325 -4217 841462589 -4218 1289002989 -4219 1889691105 -4220 1308380477 -4221 1888592821 -4222 2016265044 -4223 1810558811 -4224 1047660189 -4225 1673924990 -4226 2140728154 -4227 395732351 -4228 2055578641 -4229 1121510601 -4230 1036868282 -4231 1519501696 -4232 802687368 -4233 12754852 -4234 1365370134 -4235 380562006 -4236 1280271106 -4237 1802806156 -4238 1039002375 -4239 944961365 -4240 1538442811 -4241 1703775648 -4242 1237823353 -4243 25558954 -4244 127940608 -4245 794037258 -4246 1571637646 -4247 73405285 -4248 1635499847 -4249 713156987 -4250 1963096391 -4251 796396676 -4252 454266160 -4253 1831877787 -4254 459471839 -4255 1501926350 -4256 1358319129 -4257 452716346 -4258 1897658701 -4259 1266414122 -4260 1574226947 -4261 787043335 -4262 638432171 -4263 229430667 -4264 799798188 -4265 2003802305 -4266 609992674 -4267 2080069294 -4268 1659124813 -4269 1648995049 -4270 877547011 -4271 1050083976 -4272 1205287049 -4273 2115370364 -4274 1075642930 -4275 1333227657 -4276 761923974 -4277 499796928 -4278 1406632943 -4279 249940173 -4280 1212953915 -4281 1222245686 -4282 1046336850 -4283 1667220076 -4284 906639825 -4285 1505808689 -4286 1021662778 -4287 117475306 -4288 1958525035 -4289 771837831 -4290 1383889428 -4291 1385268335 -4292 1558881167 -4293 2022321599 -4294 1614699002 -4295 211195707 -4296 1878640256 -4297 77208028 -4298 143781353 -4299 1390281421 -4300 1726203077 -4301 1021328365 -4302 292881750 -4303 784006479 -4304 989215081 -4305 1368524680 -4306 2117234136 -4307 1751139056 -4308 1868321609 -4309 1376383431 -4310 2001079229 -4311 933791876 -4312 451145469 -4313 899932431 -4314 453528304 -4315 1357785294 -4316 258257473 -4317 1475191082 -4318 1475260600 -4319 69298860 -4320 99545266 -4321 711666381 -4322 1454567195 -4323 1658426433 -4324 586504332 -4325 921782550 -4326 1869622140 -4327 317660941 -4328 998990578 -4329 2013403493 -4330 1707942362 -4331 577710008 -4332 887248210 -4333 2000824112 -4334 1361716487 -4335 1876463292 -4336 1221865145 -4337 1331466975 -4338 1480118700 -4339 942703106 -4340 560366759 -4341 1333714281 -4342 1876494982 -4343 1011512228 -4344 86163065 -4345 182539639 -4346 221813875 -4347 344420538 -4348 1657730721 -4349 1697074475 -4350 413719398 -4351 1757275987 -4352 261257208 -4353 1868286594 -4354 1268218772 -4355 847761541 -4356 642585496 -4357 990357264 -4358 1165422482 -4359 1641576074 -4360 856277110 -4361 725881196 -4362 71802434 -4363 1743525320 -4364 579221661 -4365 1433518921 -4366 1472504964 -4367 1801086806 -4368 617502249 -4369 805140016 -4370 596306264 -4371 1177869008 -4372 2138854298 -4373 325317598 -4374 41897588 -4375 77533715 -4376 507857237 -4377 263711463 -4378 421954253 -4379 18104311 -4380 1960785939 -4381 835673651 -4382 1775380298 -4383 74559499 -4384 556476597 -4385 896115423 -4386 922321040 -4387 1199062093 -4388 1886472687 -4389 2087743522 -4390 693154520 -4391 595266149 -4392 666141071 -4393 764956954 -4394 191307822 -4395 1245362732 -4396 50992228 -4397 1663812786 -4398 898965890 -4399 668494477 -4400 321469155 -4401 1495272154 -4402 1846363485 -4403 312839805 -4404 1820589752 -4405 1888261073 -4406 390373520 -4407 180963342 -4408 4488889 -4409 812327773 -4410 199067653 -4411 1965274828 -4412 1648001424 -4413 1974447951 -4414 2039834327 -4415 56994374 -4416 723079726 -4417 814671720 -4418 1256056467 -4419 462068766 -4420 754931594 -4421 1949210987 -4422 1057334915 -4423 1421072665 -4424 566684294 -4425 1248642737 -4426 518951749 -4427 617676522 -4428 764971876 -4429 1417917639 -4430 1286170999 -4431 1086441031 -4432 765706145 -4433 985050836 -4434 1399280836 -4435 438812250 -4436 725828261 -4437 1789654356 -4438 619775592 -4439 730317150 -4440 454498481 -4441 818843245 -4442 548108330 -4443 2102499905 -4444 645807548 -4445 440459010 -4446 12010631 -4447 1368887275 -4448 1255130730 -4449 1268067099 -4450 1830956041 -4451 2010062324 -4452 1069794438 -4453 740807308 -4454 1283651342 -4455 1636478732 -4456 1989450046 -4457 1802603091 -4458 106671606 -4459 606938274 -4460 1073037083 -4461 1392842605 -4462 1693379305 -4463 1838743228 -4464 230409793 -4465 945176493 -4466 130071830 -4467 956238055 -4468 587347201 -4469 749847422 -4470 1686555205 -4471 1041845682 -4472 1568690667 -4473 87179888 -4474 996861939 -4475 67014568 -4476 527638898 -4477 1008872571 -4478 1435901843 -4479 1782769628 -4480 129456022 -4481 1119374236 -4482 1645348304 -4483 1199250460 -4484 1860181544 -4485 781515998 -4486 688245545 -4487 1702147942 -4488 436635442 -4489 794917151 -4490 161602568 -4491 1509672525 -4492 40276109 -4493 1854981873 -4494 1200932105 -4495 270685902 -4496 652674718 -4497 1331003936 -4498 1226923957 -4499 1240021919 -4500 2080851358 -4501 765995515 -4502 134383953 -4503 1502058378 -4504 853175403 -4505 1131245893 -4506 1569072946 -4507 1380814301 -4508 2140118464 -4509 857491141 -4510 1016100281 -4511 122090838 -4512 1976865377 -4513 513964937 -4514 1321341298 -4515 1689563273 -4516 1295480936 -4517 2009586843 -4518 1244227568 -4519 1732116378 -4520 657020347 -4521 1405830136 -4522 1094305255 -4523 697296456 -4524 1113328362 -4525 147753712 -4526 967982358 -4527 1766003080 -4528 1478757648 -4529 47422668 -4530 858541352 -4531 1412125359 -4532 813418183 -4533 992925305 -4534 766700089 -4535 1666593586 -4536 2124171198 -4537 188289387 -4538 899924239 -4539 2116806014 -4540 1045780528 -4541 1916024520 -4542 91413204 -4543 875162257 -4544 282505809 -4545 1412754503 -4546 417241882 -4547 1577986745 -4548 1274857698 -4549 1661469450 -4550 1162619475 -4551 1931878045 -4552 919815939 -4553 109441082 -4554 481690853 -4555 2033144301 -4556 257194795 -4557 1449673212 -4558 1651663733 -4559 1735952443 -4560 1497095880 -4561 362721437 -4562 1000594154 -4563 163030415 -4564 1355646743 -4565 1767294243 -4566 1829624001 -4567 1332334293 -4568 1955583630 -4569 582064592 -4570 1301656660 -4571 853880510 -4572 350605464 -4573 1393069864 -4574 1729042767 -4575 633111273 -4576 658340719 -4577 2146284650 -4578 63614371 -4579 1933198418 -4580 1660270452 -4581 1226233846 -4582 1717592815 -4583 432602743 -4584 1335674929 -4585 51800021 -4586 318263396 -4587 1592869724 -4588 1501473233 -4589 1969927130 -4590 1181338519 -4591 851085465 -4592 185164919 -4593 34449026 -4594 1014115880 -4595 1540811662 -4596 1801743269 -4597 696256233 -4598 725662308 -4599 1609843252 -4600 1278320825 -4601 2027318968 -4602 316240114 -4603 1628926289 -4604 1272905184 -4605 2045282882 -4606 114553914 -4607 1931245904 -4608 2044083884 -4609 178168285 -4610 1716960674 -4611 1556870688 -4612 1404402132 -4613 1287069841 -4614 1989473432 -4615 592593413 -4616 1338869862 -4617 160253180 -4618 37979489 -4619 692859447 -4620 2130180310 -4621 1219318008 -4622 1543944912 -4623 167861582 -4624 1253767034 -4625 410577144 -4626 1708673244 -4627 908026656 -4628 1106833377 -4629 286851904 -4630 370386260 -4631 237670554 -4632 166687224 -4633 686626374 -4634 1866596843 -4635 1439592409 -4636 584425608 -4637 1981150758 -4638 1223354665 -4639 481025844 -4640 11835395 -4641 792831691 -4642 2037896533 -4643 1416237527 -4644 2079901532 -4645 1879886317 -4646 2008830940 -4647 1271287747 -4648 2040139497 -4649 2046810429 -4650 1964147194 -4651 2022836160 -4652 1118644790 -4653 1360608459 -4654 43214094 -4655 224928176 -4656 1771185603 -4657 1751887338 -4658 1132954832 -4659 730535333 -4660 2038739243 -4661 1503341092 -4662 968205887 -4663 57942819 -4664 42483819 -4665 687319083 -4666 1497535228 -4667 626909427 -4668 520986193 -4669 573406245 -4670 1107935272 -4671 532821588 -4672 1366237936 -4673 998348157 -4674 1949059116 -4675 1298655821 -4676 730750826 -4677 1810406408 -4678 422459920 -4679 623406675 -4680 1709733190 -4681 239123466 -4682 498759187 -4683 680894332 -4684 1599731925 -4685 541973281 -4686 905822508 -4687 1223433881 -4688 146376972 -4689 2038777341 -4690 1953969214 -4691 37632567 -4692 1394634785 -4693 774691453 -4694 95575386 -4695 1437118604 -4696 1462010536 -4697 1593110615 -4698 2064028032 -4699 1982996729 -4700 19033212 -4701 1024479656 -4702 368334670 -4703 1385271149 -4704 2022827813 -4705 169910138 -4706 536443322 -4707 606094991 -4708 1980316546 -4709 958903242 -4710 1229501666 -4711 1542566088 -4712 1198026708 -4713 1728260854 -4714 75976772 -4715 650274986 -4716 122750487 -4717 981799281 -4718 1873708867 -4719 269127459 -4720 873092974 -4721 1680194433 -4722 306760026 -4723 120244111 -4724 307402238 -4725 402335413 -4726 1557362716 -4727 1769412775 -4728 1995446028 -4729 1473907100 -4730 1604925856 -4731 2014479240 -4732 350903108 -4733 1973260526 -4734 1252266741 -4735 226247273 -4736 2143170664 -4737 1788710063 -4738 832342264 -4739 1976003563 -4740 600129657 -4741 2061843930 -4742 1371086003 -4743 1798156366 -4744 1642621136 -4745 1447062776 -4746 300947704 -4747 1765371624 -4748 281378409 -4749 27172923 -4750 2034499083 -4751 1154471383 -4752 1707367356 -4753 193775462 -4754 1274715494 -4755 2014769594 -4756 596110875 -4757 684594562 -4758 1636698721 -4759 444073255 -4760 11018014 -4761 1094140930 -4762 311068847 -4763 361921122 -4764 919917808 -4765 1563335589 -4766 588168395 -4767 915604825 -4768 1204562004 -4769 1420510659 -4770 744124740 -4771 1804691662 -4772 1334870942 -4773 2115210743 -4774 1455364380 -4775 830008430 -4776 1414789871 -4777 1756312084 -4778 447896406 -4779 1696168280 -4780 1783485007 -4781 334911842 -4782 703156015 -4783 1343368715 -4784 528687304 -4785 1977871510 -4786 1210654661 -4787 1124798179 -4788 514982424 -4789 699869735 -4790 1568871434 -4791 526000439 -4792 1794010665 -4793 1879940281 -4794 887921561 -4795 566444825 -4796 1295792222 -4797 1476089957 -4798 1482049650 -4799 352870579 -4800 749116968 -4801 78690742 -4802 10078593 -4803 2083987910 -4804 46417838 -4805 1465442973 -4806 766512693 -4807 1461207709 -4808 1074271409 -4809 1214409099 -4810 1009892342 -4811 710272768 -4812 1549320941 -4813 1713048357 -4814 2053641483 -4815 2078008245 -4816 1543436219 -4817 1116812496 -4818 1055322776 -4819 2058418644 -4820 1816682231 -4821 476710562 -4822 436935435 -4823 1463209248 -4824 209167196 -4825 1324856996 -4826 2029654074 -4827 1504959418 -4828 653463305 -4829 1364220076 -4830 1857829997 -4831 1402580274 -4832 1442910819 -4833 1867908590 -4834 1339084536 -4835 1489328657 -4836 1185867915 -4837 2105597229 -4838 803052718 -4839 112655676 -4840 1172522681 -4841 1812945060 -4842 822928444 -4843 574359974 -4844 1378509770 -4845 729086279 -4846 504884572 -4847 774462341 -4848 1845898776 -4849 1560207348 -4850 685397337 -4851 1515097359 -4852 2036917911 -4853 1122332772 -4854 830822960 -4855 98601459 -4856 299706121 -4857 712993386 -4858 1603560877 -4859 953169426 -4860 2077213462 -4861 1313907227 -4862 208266052 -4863 1372640633 -4864 1034332169 -4865 1547350589 -4866 714485642 -4867 72716437 -4868 1505464170 -4869 1517538361 -4870 185372113 -4871 530503203 -4872 1182999773 -4873 1008300558 -4874 1104863178 -4875 414025895 -4876 1737386837 -4877 1609747750 -4878 1188488237 -4879 1435801965 -4880 1022471450 -4881 1873885574 -4882 803415677 -4883 911905713 -4884 848734699 -4885 1634238637 -4886 1010507172 -4887 1148440820 -4888 199748375 -4889 466584402 -4890 2101610246 -4891 129478189 -4892 1780491629 -4893 162392651 -4894 1502118823 -4895 667340150 -4896 1709743240 -4897 69120817 -4898 740056587 -4899 1067723762 -4900 1586659178 -4901 925428701 -4902 1598226966 -4903 622175304 -4904 1933729259 -4905 555606496 -4906 1036201199 -4907 1523632448 -4908 17870598 -4909 77205788 -4910 811950766 -4911 1040342048 -4912 1951091363 -4913 1615366443 -4914 1952247762 -4915 652342414 -4916 1102121432 -4917 815271286 -4918 1800783234 -4919 1301869807 -4920 1281855688 -4921 1754909832 -4922 1431347996 -4923 914863669 -4924 1917302483 -4925 785983171 -4926 1582203820 -4927 1479562075 -4928 855103989 -4929 174776759 -4930 399802190 -4931 294279519 -4932 1100205460 -4933 1998029156 -4934 916454823 -4935 886451071 -4936 406152004 -4937 1952656023 -4938 262599872 -4939 424022602 -4940 2029861811 -4941 1074550638 -4942 1464364650 -4943 1833469526 -4944 542433433 -4945 1269128764 -4946 338328292 -4947 1644554865 -4948 2084400051 -4949 2139111526 -4950 798941024 -4951 1218772091 -4952 1746537711 -4953 82805372 -4954 2133635761 -4955 1516356546 -4956 868788544 -4957 1568355933 -4958 848434974 -4959 1723892533 -4960 1743132692 -4961 1248237164 -4962 2018172052 -4963 695854505 -4964 1098782672 -4965 787143228 -4966 1582305576 -4967 1504934676 -4968 592315603 -4969 1844905448 -4970 1928957278 -4971 474693766 -4972 771972438 -4973 1245838280 -4974 160679645 -4975 1314405871 -4976 367483397 -4977 499007937 -4978 811477088 -4979 304399800 -4980 490635816 -4981 1610418112 -4982 1523171891 -4983 89689879 -4984 1693223485 -4985 1509324004 -4986 1606046425 -4987 414528381 -4988 930196289 -4989 306997751 -4990 2138420914 -4991 525845334 -4992 1555234915 -4993 2009109318 -4994 1221699839 -4995 506533939 -4996 648768898 -4997 656521767 -4998 2011468615 -4999 1241084501 -5000 353943568 -5001 1792942245 -5002 1715778268 -5003 1125916006 -5004 891296878 -5005 1876457913 -5006 292838230 -5007 1258780275 -5008 227982202 -5009 1104315318 -5010 1563180075 -5011 718618018 -5012 567249783 -5013 938868318 -5014 808307897 -5015 112989620 -5016 300708675 -5017 266870675 -5018 527518001 -5019 1230904964 -5020 573868426 -5021 518455267 -5022 1756750298 -5023 2129103342 -5024 380080937 -5025 830966489 -5026 488153633 -5027 1028849836 -5028 1487488257 -5029 352138601 -5030 122450689 -5031 1841431825 -5032 2145080846 -5033 1838228957 -5034 819864183 -5035 888894076 -5036 1567203222 -5037 1112702413 -5038 190703 -5039 1795185425 -5040 69534084 -5041 1563370778 -5042 366319795 -5043 636783867 -5044 354755449 -5045 1174627693 -5046 749773487 -5047 655464124 -5048 1441498368 -5049 1277291488 -5050 1886369088 -5051 2015366794 -5052 1795746755 -5053 1495635739 -5054 1996986488 -5055 28344044 -5056 179118580 -5057 337656474 -5058 1057193880 -5059 1666606837 -5060 689795075 -5061 1179644570 -5062 1360555014 -5063 687392273 -5064 870389879 -5065 32935550 -5066 1576286350 -5067 290109454 -5068 1145637963 -5069 1576477053 -5070 2085294879 -5071 1215172047 -5072 992364184 -5073 304131026 -5074 1851955914 -5075 1347119633 -5076 1478758719 -5077 454245753 -5078 2002583757 -5079 772773439 -5080 1731537241 -5081 1741469197 -5082 640656586 -5083 1379800348 -5084 1089621288 -5085 490159426 -5086 1408144393 -5087 1268739869 -5088 827815900 -5089 317854625 -5090 787863058 -5091 1517610975 -5092 1497499195 -5093 934425 -5094 57519601 -5095 220405427 -5096 33869975 -5097 1633805951 -5098 510514881 -5099 1179507938 -5100 1062799356 -5101 448326112 -5102 247196338 -5103 2055163540 -5104 752457138 -5105 2099152252 -5106 1254799525 -5107 83732210 -5108 405914358 -5109 1109899634 -5110 856505649 -5111 2137451599 -5112 703885184 -5113 1497162235 -5114 1369768300 -5115 1793506472 -5116 1987321662 -5117 630429045 -5118 914762693 -5119 667653914 -5120 948283670 -5121 1702625752 -5122 37781242 -5123 298299218 -5124 1703560177 -5125 95300843 -5126 518704645 -5127 1737430152 -5128 1729106794 -5129 1029219526 -5130 769454442 -5131 644422502 -5132 1477545638 -5133 1016650780 -5134 552102395 -5135 82519128 -5136 968319385 -5137 1806901920 -5138 166251338 -5139 1374233743 -5140 769317907 -5141 1022756988 -5142 1364201694 -5143 1473203091 -5144 372435575 -5145 586486346 -5146 1119225915 -5147 212273589 -5148 1216915391 -5149 2033988609 -5150 879927504 -5151 17715414 -5152 1589130713 -5153 917708746 -5154 316014632 -5155 1145207242 -5156 1013009589 -5157 834719277 -5158 735153746 -5159 594632735 -5160 1863938803 -5161 1504608188 -5162 1239055237 -5163 1194000793 -5164 373775321 -5165 1791157632 -5166 1276519921 -5167 1342094706 -5168 1450575905 -5169 1442771260 -5170 568844801 -5171 72410164 -5172 318044600 -5173 1933046495 -5174 1545613255 -5175 690480175 -5176 372049194 -5177 517355522 -5178 902753765 -5179 1588964585 -5180 403860483 -5181 1782681269 -5182 1606679999 -5183 1992991196 -5184 552906367 -5185 1922694631 -5186 990714790 -5187 1565915956 -5188 609930260 -5189 1725868536 -5190 13065043 -5191 326385415 -5192 1082993077 -5193 1252120280 -5194 1520386208 -5195 1456768398 -5196 895794265 -5197 649422482 -5198 651379456 -5199 198886522 -5200 2092193742 -5201 1220224257 -5202 271296686 -5203 262754694 -5204 1005787104 -5205 1816909941 -5206 953234869 -5207 1377836298 -5208 186781815 -5209 1855988634 -5210 819317236 -5211 590642299 -5212 1491186255 -5213 278513587 -5214 436149847 -5215 2044092622 -5216 53724571 -5217 1426864638 -5218 1462524930 -5219 663654831 -5220 1005249526 -5221 1475589973 -5222 990040247 -5223 2088242603 -5224 580226606 -5225 362942807 -5226 1397527353 -5227 1476020871 -5228 1012365289 -5229 2048906809 -5230 1674907393 -5231 957075383 -5232 1121647418 -5233 1946204079 -5234 1219830077 -5235 2127434523 -5236 1615630372 -5237 25581299 -5238 1357787173 -5239 1802412187 -5240 1881569933 -5241 29620761 -5242 245570838 -5243 1225272541 -5244 308134349 -5245 681720686 -5246 1121881515 -5247 361858920 -5248 2108585324 -5249 436922798 -5250 1025513751 -5251 966351202 -5252 1912512771 -5253 2015553998 -5254 907110158 -5255 345255729 -5256 231013158 -5257 157153863 -5258 1821276600 -5259 1243378447 -5260 58577025 -5261 1348700345 -5262 52970183 -5263 1180224443 -5264 1147420776 -5265 1272800260 -5266 1160175318 -5267 615567500 -5268 1298381559 -5269 370478844 -5270 270496040 -5271 1032467845 -5272 400099605 -5273 516066878 -5274 110256738 -5275 708233954 -5276 1197787564 -5277 1232138253 -5278 1070092874 -5279 1158889240 -5280 1669061051 -5281 2095606626 -5282 2125240443 -5283 1434090175 -5284 1963676976 -5285 884866953 -5286 1779345904 -5287 47206486 -5288 1042020816 -5289 1453138857 -5290 1290584934 -5291 1100597841 -5292 654355554 -5293 1343555117 -5294 133338637 -5295 1801776331 -5296 468871729 -5297 1293513955 -5298 269860183 -5299 1767253289 -5300 1663992799 -5301 540356223 -5302 652237486 -5303 2064092405 -5304 1056423102 -5305 762494224 -5306 624842711 -5307 106727018 -5308 1994632477 -5309 1694935586 -5310 1265616259 -5311 1516209881 -5312 1643058564 -5313 1243373054 -5314 802816408 -5315 1459251892 -5316 2128240007 -5317 434678664 -5318 1506458379 -5319 1022777175 -5320 1887817521 -5321 649559665 -5322 2123375017 -5323 394689428 -5324 1993114782 -5325 109230006 -5326 48982111 -5327 314502863 -5328 1402743961 -5329 318842294 -5330 2081756152 -5331 919253113 -5332 859198518 -5333 586509990 -5334 835861870 -5335 1915621620 -5336 1349004214 -5337 1460704581 -5338 2022348638 -5339 1196153044 -5340 1008156519 -5341 1140481249 -5342 564879277 -5343 503731435 -5344 236370655 -5345 1367695685 -5346 1962983328 -5347 217127014 -5348 1802374349 -5349 1321958059 -5350 1239904190 -5351 1542708223 -5352 1971517724 -5353 1215795559 -5354 1937397651 -5355 1817148858 -5356 1325025565 -5357 1986379762 -5358 2131651721 -5359 580285878 -5360 157738408 -5361 2065924226 -5362 1499538991 -5363 1016936926 -5364 504950568 -5365 187917213 -5366 785074898 -5367 1853954783 -5368 1648621795 -5369 659939889 -5370 902624179 -5371 509294666 -5372 1800421138 -5373 1467503456 -5374 1013026102 -5375 2036791794 -5376 687715493 -5377 828525782 -5378 106435160 -5379 342606194 -5380 3000193 -5381 1346339350 -5382 1885314417 -5383 1974517917 -5384 414651261 -5385 1675228420 -5386 1644183127 -5387 1739676826 -5388 1514124534 -5389 1628351200 -5390 172479057 -5391 1671862943 -5392 1546791778 -5393 1672018048 -5394 541316221 -5395 2051742347 -5396 1859935262 -5397 1326391120 -5398 1758213482 -5399 1361073409 -5400 1986331009 -5401 513354013 -5402 1870368075 -5403 1639268499 -5404 1980857469 -5405 735910529 -5406 1528576645 -5407 521089314 -5408 1564436311 -5409 1635011806 -5410 863695508 -5411 1567436504 -5412 833867508 -5413 601526278 -5414 1394470773 -5415 1248518770 -5416 129271050 -5417 891170252 -5418 840711948 -5419 1643395585 -5420 372037805 -5421 1013191005 -5422 1167774880 -5423 1918829583 -5424 537725406 -5425 1709091101 -5426 1823088282 -5427 250177020 -5428 887998573 -5429 1433818116 -5430 1611250429 -5431 726845934 -5432 1947172129 -5433 1334134856 -5434 218630786 -5435 1780545950 -5436 2070045386 -5437 1747207431 -5438 154151616 -5439 1486998049 -5440 1234735589 -5441 1017847125 -5442 906950906 -5443 2068603098 -5444 1619373403 -5445 153938031 -5446 1169638220 -5447 1748644453 -5448 1045108284 -5449 2010350168 -5450 1244556390 -5451 1417146089 -5452 876057526 -5453 264847622 -5454 1188492024 -5455 1413782932 -5456 1973938724 -5457 864096659 -5458 1663959952 -5459 714453649 -5460 150431127 -5461 1127726733 -5462 1441299584 -5463 2097603257 -5464 314377941 -5465 1659930370 -5466 1730665559 -5467 236939679 -5468 1259654153 -5469 1884817176 -5470 1723937729 -5471 346906095 -5472 755180653 -5473 483404987 -5474 268025545 -5475 227070408 -5476 637343018 -5477 1437663765 -5478 1975714861 -5479 1682451302 -5480 1300530285 -5481 1072787604 -5482 952113743 -5483 29104163 -5484 1337635226 -5485 2140605768 -5486 1442887095 -5487 1164090302 -5488 857218779 -5490 1878543952 -5491 1007649906 -5492 2087090132 -5493 1172359888 -5494 957769515 -5495 253984426 -5496 684806610 -5497 540951427 -5498 490924105 -5499 1944460763 -5500 278284955 -5501 67378186 -5502 143883210 -5503 1033465608 -5504 550783173 -5505 411908755 -5506 1260536016 -5507 1188126192 -5508 1849572520 -5509 1088767229 -5510 723093846 -5511 1002619158 -5512 14071185 -5513 1675207590 -5514 1031723321 -5515 1351706412 -5516 1668329710 -5517 327126769 -5518 368313066 -5519 378064841 -5520 1286490168 -5521 99373370 -5522 1385714747 -5523 1226096653 -5524 1271733258 -5525 196000615 -5526 1480081079 -5527 1956539868 -5528 736952042 -5529 1971005184 -5530 1753516984 -5531 1015236997 -5532 2038383371 -5533 1897400194 -5534 2048702605 -5535 441682896 -5536 161825302 -5537 1161754973 -5538 1629809088 -5539 2011397822 -5540 103038554 -5541 205419287 -5542 866533332 -5543 117109740 -5544 1880626877 -5545 1898256654 -5546 1468816152 -5547 1401472939 -5548 77899775 -5549 1837129218 -5550 1779537780 -5551 1364389943 -5552 1936502589 -5553 1017768879 -5554 443002948 -5555 1060752199 -5556 1213769494 -5557 1923084027 -5558 869808420 -5559 1950721536 -5560 1746605564 -5561 475841756 -5562 818474885 -5563 1637505287 -5564 225758302 -5565 719693842 -5566 2079188183 -5567 387583604 -5568 1881448815 -5569 1561513624 -5570 251497779 -5571 1984487370 -5572 1766932911 -5573 1118031111 -5574 2101597110 -5575 1500076140 -5576 868804117 -5577 1422929614 -5578 754065431 -5579 946703892 -5580 1112575184 -5581 386119563 -5582 163610188 -5583 901594125 -5584 1403888442 -5585 606613136 -5586 1962346325 -5587 470174289 -5588 382213516 -5589 684671097 -5590 273412177 -5591 2128819080 -5592 1160512853 -5593 1091887063 -5594 1618840719 -5595 1386271155 -5596 1811580905 -5597 1550545254 -5598 1773854760 -5599 1545546073 -5600 964575230 -5601 2025352539 -5602 1382549795 -5603 584024493 -5604 995900002 -5605 1336663257 -5606 2084100633 -5607 1864704120 -5608 612109223 -5609 690682416 -5610 663924364 -5611 1724684407 -5612 1076801979 -5613 827534552 -5614 478794885 -5615 333206774 -5616 1434147689 -5617 293657562 -5618 803381063 -5619 1816361205 -5620 978328659 -5621 1076793240 -5622 1797696637 -5623 2138841512 -5624 21196655 -5625 1269053708 -5626 1377629019 -5627 1832777561 -5628 672115314 -5629 1004000131 -5630 1230839986 -5631 1636690545 -5632 881869022 -5633 465906133 -5634 73231390 -5635 1877769025 -5636 1802569390 -5637 9848376 -5638 1594989497 -5639 267194965 -5640 700530792 -5641 111430213 -5642 1991879372 -5643 1777332772 -5644 938964766 -5645 323190609 -5646 2110539546 -5647 225628807 -5648 616848171 -5649 766436961 -5650 2041990012 -5651 1595176830 -5652 1843230201 -5653 1692203001 -5654 1586534694 -5655 1864426857 -5656 813773061 -5657 816680066 -5658 1549720770 -5659 1485888375 -5660 1820680197 -5661 633077108 -5662 975095272 -5663 555065572 -5664 1098983241 -5665 1048326663 -5666 285350949 -5667 754068983 -5668 1058175039 -5669 1880340446 -5670 1021263948 -5671 1758705831 -5672 1991770659 -5673 865659672 -5674 1388554955 -5675 783251777 -5676 1188850282 -5677 1351610853 -5678 1008880584 -5679 1805698453 -5680 2118047814 -5681 903386948 -5682 1253391636 -5683 1813794368 -5684 448106301 -5685 692442682 -5686 1530737577 -5687 1261879362 -5688 1509122748 -5689 932974699 -5690 600284090 -5691 1182319298 -5692 1566051807 -5693 1575379362 -5694 1737384870 -5695 517551400 -5696 476222377 -5697 2022735819 -5698 1271620383 -5699 1534397416 -5700 1755592617 -5701 145400683 -5702 1145619600 -5703 1599879628 -5704 1011060355 -5705 386690907 -5706 235647758 -5707 52426989 -5708 1738301761 -5709 1244528342 -5710 1858125443 -5711 1708865927 -5712 431643 -5713 964033431 -5714 1375176647 -5715 448537944 -5716 1656476113 -5717 758430576 -5718 1710417307 -5719 1018115214 -5720 1691405275 -5721 163217749 -5722 52950864 -5723 1109973434 -5724 1738597111 -5725 1790335734 -5726 1627524834 -5727 67335841 -5728 1665587905 -5729 751661569 -5730 1601733257 -5731 1273696874 -5732 897062252 -5733 599869209 -5734 726092854 -5735 1908122608 -5736 986560117 -5737 961740612 -5738 1960549597 -5739 577378230 -5740 58785307 -5741 1671191392 -5742 138760509 -5743 59216950 -5744 487741175 -5745 1513937157 -5746 507754894 -5747 2144217289 -5748 124884085 -5749 70688553 -5750 1014848855 -5751 1816289361 -5752 233906302 -5753 1067799719 -5754 778779147 -5755 1972503414 -5756 710651805 -5757 258820334 -5758 2039839255 -5759 228756062 -5760 1010481903 -5761 1494088864 -5762 1502452936 -5763 1907544156 -5764 2093958074 -5765 81062142 -5766 1668183116 -5767 933034543 -5768 1042802755 -5769 1481249065 -5770 1510412773 -5771 1101588062 -5772 1004956810 -5773 1649173282 -5774 1160805012 -5775 1492697985 -5776 1015626791 -5777 1668559906 -5778 1489431626 -5779 1140510877 -5780 1739248460 -5781 356796833 -5782 809316590 -5783 1973154762 -5784 1424596552 -5785 1588095737 -5786 1798174528 -5787 2135248357 -5788 1846916071 -5789 1690530135 -5790 216520771 -5791 709914327 -5792 1037135352 -5793 1718973707 -5794 469974835 -5795 983609778 -5796 1800035850 -5797 2138157951 -5798 1916644321 -5799 695354957 -5800 1471923368 -5801 1279573446 -5802 1796943019 -5803 329396530 -5804 781263080 -5805 810264383 -5806 1822094516 -5807 1796889872 -5808 331340641 -5809 1164042494 -5810 789917101 -5811 2070589101 -5812 1520839328 -5813 1599233691 -5814 1896260216 -5815 797952232 -5816 1039845780 -5817 1546951096 -5818 785716942 -5819 739278204 -5820 1089997584 -5821 1002237713 -5822 1449192531 -5823 2127132936 -5824 573727773 -5825 1919167366 -5826 963259066 -5827 226279975 -5828 1909841669 -5829 732419739 -5830 921634932 -5831 1234281389 -5832 2011993185 -5833 571094303 -5834 1563677920 -5835 645772617 -5836 1381358686 -5837 1238288788 -5838 295178841 -5839 1712699327 -5840 254847634 -5841 1085095942 -5842 1635804781 -5843 1775686962 -5844 536845985 -5845 1384581349 -5846 426155547 -5847 1576691766 -5848 784048797 -5849 1211872489 -5850 168486322 -5851 1874046381 -5852 66626554 -5853 1617678853 -5854 1853695669 -5855 640354327 -5856 1389362571 -5857 669471087 -5858 866634302 -5859 1151720592 -5860 1401890826 -5861 1788269234 -5862 238518333 -5863 1266400363 -5864 211879889 -5865 1802196253 -5866 1912172981 -5867 1593238575 -5868 893001393 -5869 59868174 -5870 1158454255 -5871 1147849028 -5872 1144964117 -5873 646775388 -5874 776052342 -5875 1681810102 -5876 2031356737 -5877 1202207889 -5878 1111018220 -5879 667921886 -5880 266596730 -5881 1279504542 -5882 394484620 -5883 333223285 -5884 749699747 -5885 100696641 -5886 973577612 -5887 2139062318 -5888 770167729 -5889 1840211915 -5890 1143299262 -5891 24574907 -5892 1480997501 -5893 1381817596 -5894 1290975271 -5895 1692877391 -5896 1036530201 -5897 1055664604 -5898 1138632318 -5899 1929531595 -5900 1115532778 -5901 149602925 -5902 929896975 -5903 113013247 -5904 796378313 -5905 1705949317 -5906 1794823350 -5907 680251402 -5908 760673559 -5909 758357922 -5910 1348173289 -5911 1027270289 -5912 2037862465 -5913 1742657909 -5914 1360493574 -5915 640078564 -5916 1843354550 -5917 186587539 -5918 631657235 -5919 466038631 -5920 2026799454 -5921 1774956497 -5922 490613539 -5923 1360313307 -5924 1009290445 -5925 1781588810 -5926 905707050 -5927 2045820647 -5928 689769766 -5929 2044339369 -5930 1827868594 -5931 1805302544 -5932 46458646 -5933 610281921 -5934 1918315792 -5935 842836960 -5936 168747590 -5937 1565655494 -5938 1523088362 -5939 929421149 -5940 176529768 -5941 723778003 -5942 1956691439 -5943 66908585 -5944 318952264 -5945 1169701365 -5946 706987150 -5947 14823167 -5948 1356288904 -5949 1338644385 -5950 480861798 -5951 1235604710 -5952 966117234 -5953 971475337 -5954 448434370 -5955 1975407680 -5956 605580499 -5957 1354141420 -5958 1873744679 -5959 1295350265 -5960 1250997141 -5961 1554129625 -5962 953169162 -5963 1297455788 -5964 16927898 -5965 724001306 -5966 2140292748 -5967 185675488 -5968 142173152 -5969 1515897462 -5970 1115096638 -5971 318702920 -5972 92191818 -5973 924304429 -5974 385611506 -5975 411144082 -5976 2094005794 -5977 1092598656 -5978 425967249 -5979 1302811051 -5980 283759393 -5981 906829048 -5982 390932113 -5983 1249876627 -5984 1878304385 -5985 839366483 -5986 1077800659 -5987 336401237 -5988 46024256 -5989 804061690 -5990 1631751502 -5991 1297021397 -5992 210707667 -5993 437437016 -5994 446993537 -5995 227635565 -5996 1161438322 -5997 439802637 -5998 413311054 -5999 1303611474 -6000 1955700100 -6001 1528407692 -6002 1622314395 -6003 2047891918 -6004 305228473 -6005 2007925901 -6006 311552352 -6007 251750619 -6008 953040909 -6009 737519602 -6010 1554561670 -6011 1236800302 -6012 1644348650 -6013 1945493784 -6014 339193281 -6015 1375169387 -6016 637376619 -6017 1416993941 -6018 1711570624 -6019 683400875 -6020 73571983 -6021 1195838479 -6022 1980422273 -6023 284279651 -6024 1633275495 -6025 279932162 -6026 511915216 -6027 647230170 -6028 719734800 -6029 925226270 -6030 1950841644 -6031 527951252 -6032 306150314 -6033 1425672391 -6034 428359522 -6035 611378787 -6036 1286114644 -6037 739911874 -6038 863129407 -6039 91671905 -6040 1477431476 -6041 270207429 -6042 1328472207 -6043 974296478 -6044 68217565 -6045 1667665489 -6046 201982218 -6047 705594185 -6048 937175782 -6049 1913552842 -6050 1388995060 -6051 1010747765 -6052 961907673 -6053 1221933685 -6054 1295027416 -6055 447699521 -6056 1501865848 -6057 1806942633 -6058 1094929691 -6059 74117000 -6060 584685255 -6061 898287687 -6062 602068252 -6063 890835570 -6064 176476431 -6065 1030427774 -6066 1502214357 -6067 1462591075 -6068 1770339648 -6069 217860116 -6070 1554262981 -6071 1100287477 -6072 488067546 -6073 735251540 -6074 2074583955 -6075 556285111 -6076 255433381 -6077 129082525 -6078 1261879296 -6079 1192609163 -6080 2042635368 -6081 503390709 -6082 55873281 -6083 857059393 -6084 1725324394 -6085 1350900697 -6086 1304758914 -6087 1079706594 -6088 1010359682 -6089 252204957 -6090 1153823594 -6091 1595044938 -6092 1150492645 -6093 1755891846 -6094 338396860 -6095 1326969076 -6096 638835972 -6097 1840611217 -6098 642076503 -6099 261691973 -6100 2058471334 -6101 48855836 -6102 1361979450 -6103 399055232 -6104 784107377 -6105 1289079757 -6106 955340343 -6107 1039540758 -6108 1418162283 -6109 69735992 -6110 84666274 -6111 1313314003 -6112 573126701 -6113 140539555 -6114 22889748 -6115 150967447 -6116 1491440252 -6117 1327648663 -6118 1230674042 -6119 354316287 -6120 1579853620 -6121 237013988 -6122 1949361225 -6123 582862617 -6124 1992905835 -6125 140274437 -6126 1909831693 -6127 484258159 -6128 1980885654 -6129 404424549 -6130 745950132 -6131 1891873340 -6132 453280385 -6133 2107929582 -6134 143444924 -6135 1237387762 -6136 1249525692 -6137 1098785268 -6138 129444873 -6139 520204327 -6140 1168521260 -6141 214111147 -6142 1833518330 -6143 1741647961 -6144 354650702 -6145 1856408078 -6146 1892615408 -6147 1846090954 -6148 1036573093 -6149 975805802 -6150 52923593 -6151 468943066 -6152 1212819791 -6153 2002284818 -6154 1051805683 -6155 1058241978 -6156 2142559255 -6157 814153729 -6158 1542500137 -6159 1975961262 -6160 1218578278 -6161 140966622 -6162 1720350954 -6163 1671858663 -6164 101412556 -6165 1863795879 -6166 761762778 -6167 1350938248 -6168 815097499 -6169 891207651 -6170 1871142575 -6171 1983618759 -6172 1105318798 -6173 1557177257 -6174 1577783072 -6175 1459969500 -6176 1266101688 -6177 1322914832 -6178 1158576806 -6179 155191133 -6180 151236987 -6181 1211500400 -6182 624134199 -6183 1364056778 -6184 1066301570 -6185 1675939883 -6186 274815108 -6187 1061377178 -6188 342609964 -6189 1817315245 -6190 889854792 -6191 1561188242 -6192 1958281867 -6193 462722098 -6194 1085563257 -6195 2059694424 -6196 179034329 -6197 1847326035 -6198 1263149024 -6199 994131828 -6200 591050038 -6201 986807952 -6202 830266939 -6203 1696368836 -6204 396501561 -6205 260566363 -6206 1008854688 -6207 1662603249 -6208 1583481196 -6209 19947847 -6210 1817794383 -6211 1734718183 -6212 1231448247 -6213 294444934 -6214 951291313 -6215 150266169 -6216 1970384817 -6217 1226106421 -6218 1211643347 -6219 165511133 -6220 895938018 -6221 2101498139 -6222 1726699375 -6223 706736238 -6224 416736590 -6225 664778985 -6226 618947014 -6227 595770919 -6228 364621372 -6229 1882096038 -6230 1589902748 -6231 955671411 -6232 721420342 -6233 272686039 -6234 504556599 -6235 1117921904 -6236 533252403 -6237 1513411288 -6238 633041505 -6239 2116733599 -6240 1533359135 -6241 303352240 -6242 1703968134 -6243 617323734 -6244 597797175 -6245 507775799 -6246 767589903 -6247 420698344 -6248 1733882220 -6249 1979233251 -6250 586209478 -6251 482336590 -6252 1933247742 -6253 165425205 -6254 1189072828 -6255 202500684 -6256 830204190 -6257 1808019842 -6258 798271604 -6259 1194825563 -6260 1542632233 -6261 240690704 -6262 3013326 -6263 116568927 -6264 513376743 -6265 507569925 -6266 1234490831 -6267 1046629146 -6268 2020981213 -6269 1867532337 -6270 1015879097 -6271 1406856700 -6272 23400929 -6273 572363583 -6274 2024180434 -6275 621198104 -6276 1080139382 -6277 644286690 -6278 1041896449 -6279 666537954 -6280 476036293 -6281 1628105927 -6282 1148874545 -6283 261800387 -6284 1793531132 -6285 190463725 -6286 464301072 -6287 476251675 -6288 1998483568 -6289 1262572676 -6290 1671077238 -6291 1393632153 -6292 1503263380 -6293 1674090564 -6294 1510201080 -6295 2016640123 -6296 34176841 -6297 597208264 -6298 915785622 -6299 2055158055 -6300 317256953 -6301 1931664719 -6302 1314531107 -6303 340657882 -6304 356544655 -6305 1191227894 -6306 961855987 -6307 1436684037 -6308 1835514584 -6309 2003752436 -6310 2103221992 -6311 164067229 -6312 1484374715 -6313 1104612889 -6314 425867616 -6315 1130422199 -6316 1295076614 -6317 890168688 -6318 1606673874 -6319 1146076534 -6320 5257716 -6321 1130267464 -6322 392225039 -6323 1508521096 -6324 656874380 -6325 1902426120 -6326 1377677572 -6327 691051222 -6328 352150736 -6329 145979546 -6330 598725629 -6331 669407689 -6332 2077644265 -6333 1913256736 -6334 1010065571 -6335 286705272 -6336 957000982 -6337 1971921558 -6338 1723389310 -6339 645031918 -6340 1828190346 -6341 1679127654 -6342 809099147 -6343 1165081413 -6344 636256895 -6345 1234966764 -6346 148019965 -6347 1931333509 -6348 2125135452 -6349 1754693839 -6350 929926396 -6351 2130393169 -6352 737477656 -6353 1322151435 -6354 1491430617 -6355 1394352036 -6356 1077093907 -6357 721624541 -6358 2085403258 -6359 1429244643 -6360 867604087 -6361 536645239 -6362 2098652332 -6363 797764705 -6364 302418328 -6365 961234256 -6366 1084469977 -6367 1259419310 -6368 785672166 -6369 660375639 -6370 1904451229 -6371 466378865 -6372 192019645 -6373 566066728 -6374 1631460278 -6375 828276540 -6376 1801033492 -6377 1779480243 -6378 612126402 -6379 1778685297 -6380 1386690435 -6381 1542052798 -6382 1761594818 -6383 2124168091 -6384 716720585 -6385 1105541787 -6386 1371036479 -6387 1793814493 -6388 1827166329 -6389 1308956090 -6390 1075575488 -6391 547286768 -6392 1845601329 -6393 1026744173 -6394 1345051473 -6395 536009 -6396 1987978429 -6397 282037803 -6398 1259955320 -6399 626166947 -6400 942413442 -6401 1016922901 -6402 1092545812 -6403 1134433088 -6404 1582989629 -6405 576522443 -6406 1962709628 -6407 1236539474 -6408 208519038 -6409 427352382 -6410 867741123 -6411 1595209473 -6412 1969405180 -6413 481852293 -6414 1571893916 -6415 538642118 -6416 1587394080 -6417 795446748 -6418 184972963 -6419 1267076761 -6420 2104402838 -6421 1260548451 -6422 1814363530 -6423 1802520519 -6424 139808976 -6425 1011931355 -6426 1803056529 -6427 2127787405 -6428 1293969158 -6429 915528201 -6430 606470705 -6431 88898953 -6432 1932451102 -6433 1699016517 -6434 1223332041 -6435 1367957083 -6436 128055312 -6437 1038558021 -6438 457012909 -6439 336574351 -6440 1465910404 -6441 1324754032 -6442 1931783824 -6443 1287831936 -6444 1806606325 -6445 1356194093 -6446 1826474054 -6447 1246516758 -6448 4157193 -6449 2011447017 -6450 366109871 -6451 2108560031 -6452 1124511821 -6453 32989753 -6454 1763596902 -6455 1264320797 -6456 1044921109 -6457 1419169783 -6458 1244624555 -6459 191406619 -6460 187214336 -6461 1851095260 -6462 280305572 -6463 2119665438 -6464 1402628129 -6465 1503637613 -6466 1340138874 -6467 1530683442 -6468 394711987 -6469 1797151783 -6470 1867257793 -6471 1860622391 -6472 974422168 -6473 1651557969 -6474 1000970679 -6475 633544845 -6476 860268414 -6477 679961086 -6478 1880061603 -6479 864425607 -6480 543924455 -6481 98687827 -6482 825501990 -6483 1668436276 -6484 131677580 -6485 441615245 -6486 785273426 -6487 1176598689 -6488 1860785028 -6489 2029897981 -6490 1368005309 -6491 2047999365 -6492 1733509593 -6493 1648310881 -6494 2020181155 -6495 988654074 -6496 1004464847 -6497 1212836381 -6498 371853868 -6499 1399176834 -6500 862504517 -6501 91628013 -6502 1112315577 -6503 1836926685 -6504 1743185983 -6505 2113286256 -6506 322987882 -6507 455970749 -6508 645763694 -6509 55565838 -6510 1320396357 -6511 1189688150 -6512 154253665 -6513 2145898347 -6514 710640778 -6515 285931245 -6516 440029944 -6517 1495914204 -6518 1462529935 -6519 153331325 -6520 1378328537 -6521 683051596 -6522 53847042 -6523 964354482 -6524 183878829 -6525 2074028197 -6526 1953008557 -6527 1188343676 -6528 1139380931 -6529 177378777 -6530 440036862 -6531 2001885448 -6532 269006791 -6533 1552352439 -6534 1691328485 -6535 2012192774 -6536 1518155048 -6537 2014316367 -6538 320679875 -6539 16435094 -6540 2069882205 -6541 1641076232 -6542 1206123244 -6543 76652222 -6544 1639490932 -6545 1916764023 -6546 362583468 -6547 2079520876 -6548 1265194579 -6549 1825113403 -6550 85368553 -6551 496039469 -6552 360681351 -6553 139215595 -6554 1460393951 -6555 544560180 -6556 65760145 -6557 1265918860 -6558 1732903857 -6559 1205141076 -6560 1443297638 -6561 25457071 -6562 1059542876 -6563 1712304429 -6564 1577809511 -6565 603387713 -6566 1577013555 -6567 948480911 -6568 470220432 -6569 1897693430 -6570 964916005 -6571 392618990 -6572 1391286015 -6573 23555602 -6574 469271212 -6575 883293299 -6576 1940319625 -6577 831854680 -6578 815330527 -6579 1058030556 -6580 509484435 -6581 900699081 -6582 1554070025 -6583 870165786 -6584 1039914676 -6585 866980329 -6586 1414725967 -6587 1105674821 -6588 2132899189 -6589 1000146176 -6590 163332249 -6591 1428713179 -6592 1025603247 -6593 1222875125 -6594 993533960 -6595 455929110 -6596 1826262838 -6597 423063867 -6598 1404410021 -6599 148999623 -6600 173273650 -6601 221842379 -6602 541618613 -6603 1564559665 -6604 245397981 -6605 1010889825 -6606 300369316 -6607 38233958 -6608 1842744506 -6609 1115699843 -6610 1096264514 -6611 204745293 -6612 2016398924 -6613 502850892 -6614 1074911080 -6615 908829953 -6616 1369831221 -6617 342153399 -6618 2014504774 -6619 1355246762 -6620 1342299575 -6621 30353376 -6622 636476294 -6623 220419174 -6624 1253228501 -6625 1630010254 -6626 676348285 -6627 932007692 -6628 2053074122 -6629 2080758306 -6630 1081007315 -6631 78864124 -6632 155117037 -6633 1622625928 -6634 1643423789 -6635 400515018 -6636 486032105 -6637 1943793105 -6638 438748976 -6639 181292963 -6640 912009300 -6641 1535013491 -6642 386038257 -6643 780924577 -6644 2037864383 -6645 1460949337 -6646 1689754530 -6647 1260211956 -6648 1803102736 -6649 1556775656 -6650 467975070 -6651 997918663 -6652 1587129032 -6653 1104451364 -6654 1218337837 -6655 692873886 -6656 586977971 -6657 1894686122 -6658 1624881578 -6659 492568445 -6660 1827960781 -6661 558405245 -6662 571432569 -6663 1983077818 -6664 33547525 -6665 67372710 -6666 236109189 -6667 519579630 -6668 2011165815 -6669 674858165 -6670 700872594 -6671 775691467 -6672 62388008 -6673 1086910851 -6674 1556616044 -6675 2100252391 -6676 400376540 -6677 1098886926 -6678 1212980699 -6679 55995628 -6680 508178935 -6681 1680955770 -6682 1053914291 -6683 2095307967 -6684 637923486 -6685 124768480 -6686 640698205 -6687 1224901457 -6688 2019454603 -6689 118096135 -6690 1717469902 -6691 1699931736 -6692 676501380 -6693 141418823 -6694 1535525906 -6695 710048905 -6696 208791533 -6697 1771635095 -6698 1229628536 -6699 72473700 -6700 299009613 -6701 1930501130 -6702 848165168 -6703 361397621 -6704 869928333 -6705 257297564 -6706 314166365 -6707 1270304873 -6708 1356184491 -6709 1527147064 -6710 1326300501 -6711 1864363426 -6712 1060619186 -6713 232731144 -6714 1812187745 -6715 1698542673 -6716 357499624 -6717 305402303 -6718 775960482 -6719 229470579 -6720 423498438 -6721 345946737 -6722 1929402315 -6723 1099999819 -6724 487365560 -6725 1317444574 -6726 1810048724 -6727 696157094 -6728 941596021 -6729 892193612 -6730 768630794 -6731 1240605634 -6732 675211094 -6733 1616795962 -6734 1602003256 -6735 1545139427 -6736 1874093527 -6737 1916169621 -6738 667960652 -6739 1082794370 -6740 1295833037 -6741 1994261153 -6742 799674148 -6743 208968576 -6744 79508649 -6745 464378245 -6746 1907511249 -6747 437008274 -6748 769780548 -6749 535988083 -6750 666478853 -6751 1193278987 -6752 881934820 -6753 448397521 -6754 145795158 -6755 1369300381 -6756 1765842095 -6757 1955843882 -6758 2065457475 -6759 559954468 -6760 700553847 -6761 686604621 -6762 1800560103 -6763 1375764941 -6764 155916936 -6765 1255079711 -6766 773420721 -6767 2030010463 -6768 1023765684 -6769 1441381373 -6770 965321185 -6771 172115073 -6772 1288158879 -6773 1764995333 -6774 381083649 -6775 1367667528 -6776 81889930 -6777 141111250 -6778 1804675802 -6779 851670479 -6780 677099334 -6781 323671008 -6782 2044949466 -6783 1559034154 -6784 772068529 -6785 43260976 -6786 780850887 -6787 390426976 -6788 1999104858 -6789 698824714 -6790 950381444 -6791 552175057 -6792 1385429336 -6793 603457899 -6794 1927939999 -6795 1541346272 -6796 1858537610 -6797 553877072 -6798 1423873087 -6799 734819646 -6800 1995258445 -6801 241710624 -6802 906934720 -6803 1135933676 -6804 2006705957 -6805 1288018369 -6806 356117557 -6807 2088595887 -6808 1429129620 -6809 13309711 -6810 792782718 -6811 2106228954 -6812 336980719 -6813 690248536 -6814 1517779460 -6815 1109049248 -6816 733509512 -6817 151146700 -6818 1499476224 -6819 585130723 -6820 849971414 -6821 302374021 -6822 1137305780 -6823 87917102 -6824 905831920 -6825 917762131 -6826 1629263374 -6827 616885883 -6828 1471639203 -6829 905652813 -6830 1351705529 -6831 1319414001 -6832 1147363437 -6833 111156601 -6834 307864029 -6835 1006585746 -6836 1399174971 -6837 663981586 -6838 947697986 -6839 680820943 -6840 677291298 -6841 1740480704 -6842 639566249 -6843 1014272017 -6844 283245593 -6845 9862061 -6846 2123321266 -6847 1016755105 -6848 161008761 -6849 1475313842 -6850 1601885828 -6851 1010980176 -6852 1777687863 -6853 591707961 -6854 1098897278 -6855 536036136 -6856 1509470092 -6857 580677005 -6858 1152922019 -6859 833625648 -6860 1486329818 -6861 357143900 -6862 5556001 -6863 486209608 -6864 468300502 -6865 313420030 -6866 1492795354 -6867 1867475473 -6868 977401617 -6869 293009692 -6870 400812768 -6871 1654692915 -6872 2033490397 -6873 1040379017 -6874 521481284 -6875 169252342 -6876 1050241078 -6877 497318902 -6878 1186007447 -6879 1211249840 -6880 1972632745 -6881 640409628 -6882 74746368 -6883 1602836960 -6884 1232117589 -6885 1173643646 -6886 2138873096 -6887 594104033 -6888 1754320651 -6889 1144311467 -6890 1427729681 -6891 1093166822 -6892 1501455368 -6893 1433285682 -6894 1579376430 -6895 1969755870 -6896 1746705713 -6897 924688136 -6898 1689747695 -6899 576623682 -6900 1217697829 -6901 2090560463 -6902 83832949 -6903 1103704578 -6904 983455832 -6905 605314233 -6906 1272956920 -6907 2033696910 -6908 1102633136 -6909 311480719 -6910 1097463102 -6911 927782233 -6912 951890347 -6913 1172209470 -6914 383135545 -6915 36524288 -6916 198369469 -6917 374524994 -6918 630628322 -6919 1952690120 -6920 1518836461 -6921 2058358003 -6922 898373294 -6923 872808181 -6924 1344160038 -6925 330266076 -6926 695080403 -6927 943382103 -6928 1254954213 -6929 237344450 -6930 1520005785 -6931 325168394 -6932 180421265 -6933 1603838734 -6934 1428872972 -6935 1163877097 -6936 61669319 -6937 554346244 -6938 1050090360 -6939 1164302455 -6940 865826963 -6941 69814 -6942 2092084688 -6943 1817717311 -6944 1172279285 -6945 327736586 -6946 1854241599 -6947 1370648754 -6948 702261580 -6949 337386273 -6950 1175855226 -6951 73614393 -6952 248260629 -6953 2074228521 -6954 946422575 -6955 1592420667 -6956 257010949 -6957 1641502978 -6958 388319122 -6959 1511965162 -6960 1878847429 -6961 1908324907 -6962 1837133556 -6963 2059268694 -6964 1364679993 -6965 1118522880 -6966 1075662144 -6967 1426349312 -6968 1672869124 -6969 2125752504 -6970 443168120 -6971 391212440 -6972 2125822318 -6973 387769160 -6974 61446103 -6975 1150617955 -6976 715505746 -6977 1915687702 -6978 373783061 -6979 1417767326 -6980 105590328 -6981 1549638288 -6982 1491381720 -6983 353850957 -6984 1476383161 -6985 290320647 -6986 1946271624 -6987 1733394110 -6988 1931823625 -6989 187107098 -6990 1097875625 -6991 1663187406 -6992 2095432005 -6993 787525533 -6994 1574972453 -6995 1312628350 -6996 1906048414 -6997 503150949 -6998 591494014 -6999 1431433890 -7000 481419805 -7001 1034662134 -7002 1822646330 -7003 459758475 -7004 1422431295 -7005 1884092433 -7006 1610376431 -7007 2137937041 -7008 1652296488 -7009 1984159492 -7010 1408220720 -7011 1757886816 -7012 1386314132 -7013 752118792 -7014 2111737773 -7015 715213645 -7016 1042439439 -7017 1910525749 -7018 301124108 -7019 826779416 -7020 2097632847 -7021 1398999733 -7022 342483175 -7023 2045581204 -7024 39041618 -7025 1917455628 -7026 1210725906 -7027 1945090032 -7028 273122929 -7029 1802219920 -7030 1229040275 -7031 754542734 -7032 689398407 -7033 904202957 -7034 1214301209 -7035 2111829702 -7036 640811743 -7037 677193992 -7038 2102283095 -7039 145624583 -7040 513869837 -7041 1363020167 -7042 1903511399 -7043 1900183969 -7044 2115138959 -7045 1867765524 -7046 467913967 -7047 1010094750 -7048 1630807625 -7049 769038075 -7050 1836874167 -7051 1580956824 -7052 20554160 -7053 31873694 -7054 1479054380 -7055 59595778 -7056 1949329322 -7057 542296638 -7058 2004685811 -7059 74968603 -7060 197032910 -7061 1086242438 -7062 829511337 -7063 886431317 -7064 1990445395 -7065 2043812546 -7066 850777371 -7067 483773490 -7068 573522891 -7069 805576819 -7070 629398073 -7071 1087392728 -7072 21113338 -7073 385425824 -7074 840093049 -7075 2136252298 -7076 105707700 -7077 1308007016 -7078 998863400 -7079 1736515325 -7080 2077045091 -7081 688253919 -7082 1169988501 -7083 2097599251 -7084 720127613 -7085 501559233 -7086 9711382 -7087 521973287 -7088 1043855871 -7089 2014397193 -7090 596941890 -7091 1240888782 -7092 953155983 -7093 1426453227 -7094 2127320099 -7095 796117730 -7096 1322782126 -7097 830613823 -7098 1279891221 -7099 1896305017 -7100 1636190642 -7101 1909289294 -7102 836214097 -7103 1657303980 -7104 147231471 -7105 1676307146 -7106 1646072630 -7107 252939171 -7108 836830515 -7109 497452383 -7110 1989454497 -7111 766391958 -7112 1185706302 -7113 1011959350 -7114 716507562 -7115 1905833916 -7116 1513518584 -7117 726218944 -7118 280323555 -7119 409890807 -7120 593132489 -7121 877265446 -7122 1650779589 -7123 1546288472 -7124 156235025 -7125 1630616041 -7126 194922554 -7127 1479017151 -7128 313746216 -7129 1474813775 -7130 1227838520 -7131 1949936858 -7132 1236619422 -7133 2064052617 -7134 1459757190 -7135 1383850893 -7136 1592876116 -7137 958346173 -7138 1636790064 -7139 282222983 -7140 1455798556 -7141 1478760913 -7142 1048614941 -7143 494021210 -7144 343236616 -7145 1765122503 -7146 252371478 -7147 1856755200 -7148 343857799 -7149 532695034 -7150 119162359 -7151 936990288 -7152 1409960480 -7153 1769941949 -7154 335795112 -7155 1566195505 -7156 1253074342 -7157 530717667 -7158 897729009 -7159 1566820558 -7160 2005531442 -7161 2125567529 -7162 1369273768 -7163 1094667216 -7164 2042136499 -7165 681547310 -7166 331034461 -7167 1487528967 -7168 1639893483 -7169 1967824526 -7170 1769751950 -7171 948208391 -7172 1299101791 -7173 670883243 -7174 1442229602 -7175 1642338407 -7176 288522099 -7177 1694601080 -7178 1351609959 -7179 632379898 -7180 79812466 -7181 1470772319 -7182 1569370187 -7183 1489772946 -7184 1093230620 -7185 1905165299 -7186 908484804 -7187 198821314 -7188 288399318 -7189 1806213813 -7190 1765641872 -7191 146447113 -7192 1784297694 -7193 987431992 -7194 1241114329 -7195 1678950545 -7196 1668979302 -7197 1572148791 -7198 1018995864 -7199 1161389138 -7200 1392489669 -7201 641264166 -7202 2109597529 -7203 544107812 -7204 1312147410 -7205 1404343483 -7206 38962572 -7207 1600669509 -7208 951460916 -7209 1390572531 -7210 85565759 -7211 1031273382 -7212 713861202 -7213 1654935946 -7214 373562681 -7215 1807091822 -7216 1412617598 -7217 1282047485 -7218 2005913136 -7219 1701016916 -7220 940777650 -7221 1624071360 -7222 1847464029 -7223 577591696 -7224 464019704 -7225 941094711 -7226 109058594 -7227 2132999007 -7228 365759854 -7229 1128054458 -7230 1146904497 -7231 1758249523 -7232 1769318625 -7233 1109018378 -7234 154873687 -7235 933982387 -7236 365878214 -7237 193836259 -7238 387168248 -7239 1317339130 -7240 1584408791 -7241 472734007 -7242 201128864 -7243 150786345 -7244 2127669954 -7245 574691545 -7246 1957878168 -7247 1392803904 -7248 1856739030 -7249 1816307656 -7250 946337172 -7251 650033032 -7252 1292895369 -7253 646317554 -7254 1227624729 -7255 1756915073 -7256 1587412265 -7257 1336683323 -7258 1742430432 -7259 1953172119 -7260 317254133 -7261 741851281 -7262 1563937994 -7263 2086572758 -7264 1850869660 -7265 1718811681 -7266 873071497 -7267 69264226 -7268 1912647941 -7269 1260239745 -7270 1386603356 -7271 1349573084 -7272 1732973753 -7273 1587732220 -7274 1500359429 -7275 1713160059 -7276 14940118 -7277 1310753949 -7278 958480315 -7279 1871679148 -7280 979577958 -7281 1904817487 -7282 374228533 -7283 124989679 -7284 403651393 -7285 1601853262 -7286 1881904752 -7287 1991063658 -7288 791052937 -7289 1476851537 -7290 1796752129 -7291 1108307070 -7292 71219170 -7293 1213206475 -7294 1047396181 -7295 1922088830 -7296 784534509 -7297 1920467678 -7298 1991353056 -7299 549698802 -7300 1033223776 -7301 1230472764 -7302 1899271886 -7303 618713881 -7304 670721337 -7305 1252147667 -7306 184390292 -7307 685661455 -7308 415417969 -7309 1142870607 -7310 409856955 -7311 1394995927 -7312 900204446 -7313 784085488 -7314 1519985606 -7315 1303855840 -7316 238455102 -7317 1254406710 -7318 1147435850 -7319 1029508039 -7320 583774599 -7321 796704332 -7322 2137815110 -7323 654993770 -7324 2009910807 -7325 1037727643 -7326 429598952 -7327 646961668 -7328 810711673 -7329 273468361 -7330 1196660470 -7331 1843935449 -7332 1503941125 -7333 948448708 -7334 315165682 -7335 27178814 -7336 53112728 -7337 499555974 -7338 712840269 -7339 468530697 -7340 1642426581 -7341 1122697225 -7342 1863526624 -7343 395147380 -7344 1906782713 -7345 1236028582 -7346 1699003220 -7347 2145237816 -7348 342951644 -7349 698955422 -7350 1027262207 -7351 926726244 -7352 1495659754 -7353 1017593669 -7354 1581720014 -7355 1358086914 -7356 2055321312 -7357 2011318966 -7358 2005048582 -7359 718549338 -7360 137303679 -7361 1054225405 -7362 415001139 -7363 1641244805 -7364 2002674113 -7365 730166822 -7366 1668423619 -7367 2055786841 -7368 1229722796 -7369 233780241 -7370 376833890 -7371 724665730 -7372 1356477466 -7373 92876866 -7374 1119813110 -7375 1115776531 -7376 1328905448 -7377 671332682 -7378 1113530699 -7379 1671857093 -7380 1370288104 -7381 2140792907 -7382 451099689 -7383 718464211 -7384 1010902928 -7385 2032819703 -7386 2076551125 -7387 918740593 -7388 1896655021 -7389 1934116059 -7390 1637289931 -7391 2033958701 -7392 840857816 -7393 2052291070 -7394 1527719858 -7395 696048282 -7396 634974244 -7397 1048659829 -7398 604351475 -7399 1864697041 -7400 1282440070 -7401 981185366 -7402 441879123 -7403 491433888 -7404 1074062232 -7405 1561692233 -7406 1607210420 -7407 255484033 -7408 85541267 -7409 573257471 -7410 1927341126 -7411 1455829371 -7412 566566730 -7413 230957167 -7414 26809934 -7415 1577469659 -7416 116293222 -7417 2103361059 -7418 348726604 -7419 2012948243 -7420 1889993471 -7421 1986016535 -7422 1899423296 -7423 583367639 -7424 1890823957 -7425 1279659506 -7426 1279415921 -7427 378314554 -7428 180835688 -7429 1883767397 -7430 95527947 -7431 1463275758 -7432 717469115 -7433 537407070 -7434 1954709647 -7435 1791531347 -7436 2099099303 -7437 1414436419 -7438 2047015380 -7439 37156922 -7440 1987693890 -7441 1826872858 -7442 1492986293 -7443 406776973 -7444 2057830025 -7445 1519796228 -7446 1984246632 -7447 26639599 -7448 1475673639 -7449 185489588 -7450 2039587843 -7451 1218183462 -7452 24022475 -7453 1791527491 -7454 1801551102 -7455 1914846432 -7456 923703350 -7457 933483375 -7458 145677338 -7459 1104539038 -7460 669767124 -7461 241205285 -7462 420331148 -7463 1387236239 -7464 778612355 -7465 227557147 -7466 1031283939 -7467 730228010 -7468 1641993566 -7469 930815671 -7470 767384932 -7471 1482203809 -7472 610204882 -7473 112887578 -7474 1888980782 -7475 520551259 -7476 1632683806 -7477 1725743766 -7478 547190859 -7479 960873797 -7480 1911233354 -7481 439295054 -7482 31573612 -7483 1935255829 -7484 83338897 -7485 1833124714 -7486 1702618613 -7487 1007042247 -7488 619124441 -7489 1848295952 -7490 2111581285 -7491 1288891566 -7492 2089501237 -7493 384428786 -7494 528644157 -7495 720629945 -7496 611985933 -7497 1559928096 -7498 1450857955 -7499 106495852 -7500 343260120 -7501 70759240 -7502 1588699661 -7503 953465002 -7504 183646818 -7505 1330196795 -7506 1474016261 -7507 1816330624 -7508 908456913 -7509 2021207120 -7510 629720773 -7511 672206619 -7512 313018526 -7513 661294385 -7514 459978800 -7515 396357424 -7516 346935451 -7517 15113765 -7518 1403399671 -7519 966059893 -7520 1863409717 -7521 1367497309 -7522 107467811 -7523 1805427307 -7524 1751926095 -7525 636111968 -7526 378573604 -7527 216428380 -7528 48556417 -7529 1829431559 -7530 322924232 -7531 391816537 -7532 1900190799 -7533 1911623893 -7534 1345281539 -7535 2083837617 -7536 1094337040 -7537 671814152 -7538 1752684593 -7539 2002793953 -7540 545537625 -7541 234921719 -7542 527516924 -7543 858556151 -7544 896216104 -7545 987495724 -7546 1254913575 -7547 1243151556 -7548 1002609490 -7549 510829599 -7550 61727801 -7551 718535559 -7552 1878326908 -7553 169195612 -7554 376479218 -7555 1482769355 -7556 805307580 -7557 755052822 -7558 1699197735 -7559 853863997 -7560 437000734 -7561 2022121968 -7562 1245680534 -7563 189707885 -7564 1786262213 -7565 443478425 -7566 126061855 -7567 733115606 -7568 1115292578 -7569 1878746448 -7570 588425911 -7571 1660830203 -7572 2113668167 -7573 1115942836 -7574 371902706 -7575 862400624 -7576 2103438560 -7577 1626816282 -7578 2105552180 -7579 958564402 -7580 2137645881 -7581 19796333 -7582 1677099962 -7583 1868489141 -7584 188991945 -7585 2053579180 -7586 1203774848 -7587 994299525 -7588 661148355 -7589 755488935 -7590 1848163523 -7591 1098149089 -7592 630127255 -7593 946360409 -7594 1287856974 -7595 268905821 -7596 1389838835 -7597 1413918829 -7598 1002021427 -7599 357647765 -7600 1145181630 -7601 1590447338 -7602 2018477968 -7603 1111366149 -7604 558906526 -7605 242897026 -7606 1973766773 -7607 514861439 -7608 1869713308 -7609 1931835305 -7610 1473425841 -7611 1859875541 -7612 1951631638 -7613 1003042155 -7614 1580881034 -7615 2140623583 -7616 909137688 -7617 637172234 -7618 987439461 -7619 1570286043 -7620 1392661170 -7621 688119336 -7622 520951484 -7623 2022788425 -7624 1634479745 -7625 1808808458 -7626 144210598 -7627 876834932 -7628 1075243640 -7629 1146232025 -7630 1234482697 -7631 72941622 -7632 589195716 -7633 1105477017 -7634 1184307771 -7635 1148102242 -7636 1348374044 -7637 1010590897 -7638 1662963681 -7639 1070603704 -7640 794942554 -7641 988905875 -7642 782995598 -7643 599090545 -7644 1991948030 -7645 216392984 -7646 592230480 -7647 753602070 -7648 853565219 -7649 1579669941 -7650 176404465 -7651 98742741 -7652 120305629 -7653 697355949 -7654 2121531166 -7655 1754785375 -7656 358680760 -7657 118258117 -7658 484136659 -7659 1433924400 -7660 1264490142 -7661 1718619357 -7662 1506866022 -7663 1853685858 -7664 676612726 -7665 543690145 -7666 854304453 -7667 2024986770 -7668 1554281042 -7669 369784486 -7670 948106827 -7671 201739949 -7672 1358690361 -7673 1731102425 -7674 800830494 -7675 1203154744 -7676 1947495409 -7677 1393060974 -7678 1956756814 -7679 653576980 -7680 825247268 -7681 2133161280 -7682 752319721 -7683 945552897 -7684 683033581 -7685 726367240 -7686 552854624 -7687 1041714341 -7688 844625357 -7689 1036991284 -7690 328155093 -7691 2109115499 -7692 608126993 -7693 1835021115 -7694 1815317710 -7695 1284739719 -7696 231227613 -7697 522138515 -7698 1162242842 -7699 1785508655 -7700 891923001 -7701 2110349669 -7702 1987248604 -7703 103129715 -7704 1693968446 -7705 640595450 -7706 1306284459 -7707 1493980207 -7708 2033656425 -7709 1115557625 -7710 73540 -7711 711420045 -7712 1101235257 -7713 752393261 -7714 1656972942 -7715 1784268839 -7716 1478760501 -7717 62343919 -7718 678499532 -7719 175902210 -7720 1099335203 -7721 1006654626 -7722 137534062 -7723 1707462196 -7724 694192093 -7725 1952851772 -7726 844718267 -7727 925419706 -7728 327506639 -7729 2006961109 -7730 563444714 -7731 1219429640 -7732 1969827130 -7733 403209670 -7734 1322559355 -7735 1516311928 -7736 1043805121 -7737 481360166 -7738 862808488 -7739 929977898 -7740 1596917792 -7741 862882028 -7742 1641397943 -7743 550669401 -7744 1615275289 -7745 1150887237 -7746 187454592 -7747 946552143 -7748 1213231156 -7749 865954125 -7750 1122454353 -7751 165082711 -7752 1872608751 -7753 1259988415 -7754 1872544907 -7755 419317196 -7756 1065356539 -7757 569779527 -7758 1344736903 -7759 1392863178 -7760 429256988 -7761 1908181617 -7762 464809171 -7763 251600471 -7764 163907639 -7765 1787368526 -7766 1767912399 -7767 1207712760 -7768 121245045 -7769 483237239 -7770 2137690658 -7771 1718162837 -7772 1346119267 -7773 1631604953 -7774 121348590 -7775 813910909 -7776 635008543 -7777 308803183 -7778 1760463052 -7779 1848239699 -7780 1174757308 -7781 735433757 -7782 2013322411 -7783 899882411 -7784 1995422173 -7785 1738383670 -7786 1319199607 -7787 913295064 -7788 160679549 -7789 516452862 -7790 158674595 -7791 589936538 -7792 277150831 -7793 623483766 -7794 841537009 -7795 441058471 -7796 263368644 -7797 461965760 -7798 1648771231 -7799 384613689 -7800 945203000 -7801 1638978242 -7802 2102776526 -7803 143838619 -7804 1123099547 -7805 76641469 -7806 957749528 -7807 1758108090 -7808 385444652 -7809 570728932 -7810 1458864142 -7811 1560201960 -7812 1306162690 -7813 1324702905 -7814 312600723 -7815 1154101215 -7816 915602927 -7817 1631800330 -7818 2067396279 -7819 1076282477 -7820 769545 -7821 78587226 -7822 1666219015 -7823 277920376 -7824 702070992 -7825 360272376 -7826 718978847 -7827 965439637 -7828 822238136 -7829 220266431 -7830 1350053326 -7831 1767441136 -7832 1859244673 -7833 1305346205 -7834 1911279756 -7835 834860572 -7836 1381987674 -7837 721545636 -7838 445485015 -7839 1767432326 -7840 1292274569 -7841 1904349157 -7842 1180150638 -7843 450953611 -7844 1081568414 -7845 1492751361 -7846 1605054826 -7847 1997171341 -7848 977068043 -7849 1524967457 -7850 925970170 -7851 977837588 -7852 1603554684 -7853 444705537 -7854 1255757965 -7855 158142028 -7856 804977913 -7857 1974736812 -7858 1123581665 -7859 1627216050 -7860 47519595 -7861 326151344 -7862 1247173538 -7863 1906764268 -7864 1631497549 -7865 1010969646 -7866 594141193 -7867 866001575 -7868 1732515283 -7869 1039626208 -7870 485950253 -7871 877306204 -7872 796491717 -7873 1666100891 -7874 1328259815 -7875 1878060131 -7876 1011368604 -7877 785830993 -7878 1727747824 -7879 1988436647 -7880 163314802 -7881 506234347 -7882 818790588 -7883 1766869486 -7884 950939884 -7885 2074548553 -7886 1925011515 -7887 1755917798 -7888 1901801717 -7889 901109532 -7890 1235650200 -7891 1949321313 -7892 1227260876 -7893 335340090 -7894 1708601933 -7895 711274777 -7896 1346309737 -7897 155259478 -7898 1577276352 -7899 931341372 -7900 1194885686 -7901 2063226605 -7902 1808647576 -7903 1991377403 -7904 1581843848 -7905 989423743 -7906 1721953886 -7907 445728804 -7908 1775254736 -7909 1302218063 -7910 286681804 -7911 1938569538 -7912 1808452410 -7913 1105472392 -7914 1557955377 -7915 611908646 -7916 1032537297 -7917 1335483244 -7918 220342796 -7919 786855366 -7920 89109128 -7921 1455992996 -7922 588693031 -7923 1316370005 -7924 1791333087 -7925 149811317 -7926 2027644782 -7927 990159176 -7928 305070795 -7929 1457437487 -7930 1921500548 -7931 1499956482 -7932 1373180444 -7933 1582664476 -7934 1343850237 -7935 807540645 -7936 424604571 -7937 918320476 -7938 1253269449 -7939 52375659 -7940 73054891 -7941 1539951253 -7942 1990945197 -7943 1881507301 -7944 497939997 -7945 1401416926 -7946 345932299 -7947 1530477294 -7948 589416522 -7949 566275096 -7950 169849013 -7951 678525651 -7952 2022268092 -7953 758542044 -7954 1994895656 -7955 1666117531 -7956 908353361 -7957 1875056790 -7958 508793059 -7959 1213424157 -7960 1185010629 -7961 282809959 -7962 565896991 -7963 410707426 -7964 1865474435 -7965 1909747228 -7966 1218248071 -7967 142595358 -7968 680584056 -7969 324033872 -7970 194971017 -7971 753638947 -7972 1863985126 -7973 38432567 -7974 487662600 -7975 214441475 -7976 1439849493 -7977 833594900 -7978 1744918770 -7979 2029266016 -7980 1399869996 -7981 1914767783 -7982 560308019 -7983 1274654440 -7984 525826179 -7985 407720027 -7986 793288324 -7987 1434179541 -7988 135293169 -7989 1302081383 -7990 500120050 -7991 1320303799 -7992 1584891343 -7993 1066017041 -7994 1731011225 -7995 1302882130 -7996 828280621 -7997 801775648 -7998 1445477489 -7999 1508864678 -8000 1125809520 -8001 1640448506 -8002 115019977 -8003 842310998 -8004 1678881073 -8005 602682578 -8006 1056752474 -8007 971246919 -8008 1436277478 -8009 654187596 -8010 853029287 -8011 688663826 -8012 421471731 -8013 1413337306 -8014 1963318266 -8015 947297910 -8016 1821057333 -8017 609122942 -8018 233993803 -8019 1956350502 -8020 1911204326 -8021 734113853 -8022 1129170653 -8023 1348612021 -8024 1800130894 -8025 712698230 -8026 504010503 -8027 480927868 -8028 1514473878 -8029 1949487992 -8030 1989792546 -8031 492799751 -8032 1442452851 -8033 2104812523 -8034 1335110749 -8035 973850276 -8036 560011453 -8037 244379575 -8038 1945097195 -8039 1996288931 -8040 898567171 -8041 650642834 -8042 537469109 -8043 1320038902 -8044 2063980140 -8045 353303728 -8046 119853165 -8047 1737553825 -8048 962426670 -8049 353846968 -8050 1546420680 -8051 726147348 -8052 1087960822 -8053 528107685 -8054 2074759369 -8055 740608068 -8056 1240805916 -8057 431286225 -8058 1221535936 -8059 607796146 -8060 233290569 -8061 1063844834 -8062 1100595897 -8063 1675743420 -8064 1021173710 -8065 288222999 -8066 502110049 -8067 1581185163 -8068 532602574 -8069 299723596 -8070 1429990447 -8071 1431169746 -8072 950366431 -8073 1967459556 -8074 603725000 -8075 866862923 -8076 173279636 -8077 723578165 -8078 456933101 -8079 1135706307 -8080 1077425134 -8081 2003353781 -8082 1861853655 -8083 17902308 -8084 383977818 -8085 1789129377 -8086 758510376 -8087 1624783734 -8088 72931954 -8089 1980046313 -8090 85096233 -8091 306222523 -8092 896407499 -8093 1185692130 -8094 1981965944 -8095 1917581209 -8096 1473915129 -8097 336592345 -8098 1351282725 -8099 2006517704 -8100 636315941 -8101 633789524 -8102 1290203802 -8103 1586682372 -8104 453765432 -8105 1893928802 -8106 306061648 -8107 627045069 -8108 470023320 -8109 762994749 -8110 1762751376 -8111 1547448454 -8112 618864882 -8113 1477121383 -8114 1565350762 -8115 1002842700 -8116 1118767112 -8117 176377490 -8118 480142787 -8119 1191699066 -8120 8940155 -8121 565239020 -8122 1497921590 -8123 905347655 -8124 1750931150 -8125 1332403886 -8126 675445216 -8127 1077362632 -8128 1668996231 -8129 2026727941 -8130 936396688 -8131 157828524 -8132 513033817 -8133 79116842 -8134 1744510897 -8135 966799250 -8136 1973045644 -8137 2050572545 -8138 1593844319 -8139 295585316 -8140 666083646 -8141 1209112047 -8142 1843033770 -8143 1284948528 -8144 538749782 -8145 1260900884 -8146 140307580 -8147 1657516895 -8148 1437278375 -8149 620450367 -8150 701732313 -8151 1446218530 -8152 1185689387 -8153 52170255 -8154 204082537 -8155 789136890 -8156 1384574141 -8157 879527754 -8158 1866499522 -8159 906086724 -8160 758772047 -8161 655412562 -8162 1063915249 -8163 1271805865 -8164 734529404 -8165 660942498 -8166 91121467 -8167 560091400 -8168 564031395 -8169 1684965786 -8170 855676717 -8171 1230115041 -8172 746594185 -8173 551226839 -8174 367579921 -8175 1285343967 -8176 1812127724 -8177 507887501 -8178 795377214 -8179 1101922451 -8180 1128337869 -8181 1497109528 -8182 400657333 -8183 166543608 -8184 1549279783 -8185 604739871 -8186 955680498 -8187 786370277 -8188 1484267625 -8189 674696372 -8190 1692457001 -8191 95556024 -8192 1330108934 -8193 608888602 -8194 1367361889 -8195 2064638338 -8196 1269831100 -8197 1458483356 -8198 477246091 -8199 1833862495 -8200 995965494 -8201 1332922808 -8202 916493888 -8203 1742559679 -8204 1884149647 -8205 1284073809 -8206 880419999 -8207 1548793723 -8208 1791961311 -8209 1675797213 -8210 503232526 -8211 772815532 -8212 1025423093 -8213 903889860 -8214 939359140 -8215 427219229 -8216 1508629731 -8217 1895039639 -8218 1213589506 -8219 845413708 -8220 422252363 -8221 758562859 -8222 940969732 -8223 1752361298 -8224 1367451462 -8225 160847974 -8226 1669515988 -8227 489798914 -8228 1619331330 -8229 2146762079 -8230 176177762 -8231 467813177 -8232 1332201239 -8233 1092671650 -8234 62889208 -8235 1068867239 -8236 229261812 -8237 943309207 -8238 470177314 -8239 2021223123 -8240 471622773 -8241 973409841 -8242 646555007 -8243 1497045866 -8244 1877299701 -8245 1585914147 -8246 1924265095 -8247 1238445784 -8248 1333470138 -8249 990370953 -8250 2083859492 -8251 1755722502 -8252 1748933813 -8253 877345576 -8254 1360600152 -8255 968901627 -8256 1038193550 -8257 882632492 -8258 1458700541 -8259 510041233 -8260 881910924 -8261 1634878303 -8262 977854410 -8263 66628515 -8264 580066306 -8265 1040743618 -8266 1135495754 -8267 809328118 -8268 1984052826 -8269 1605673069 -8270 683067593 -8271 308191951 -8272 431599262 -8273 1329622600 -8274 1805237817 -8275 161415315 -8276 768053099 -8277 1582019265 -8278 1399861099 -8279 2101523238 -8280 424906570 -8281 1336236943 -8282 1709762092 -8283 26356735 -8284 66098871 -8285 922878596 -8286 995258362 -8287 1104292422 -8288 1805511088 -8289 306475256 -8290 1614333655 -8291 539938364 -8292 1941353559 -8293 444704417 -8294 606566880 -8295 373936217 -8296 1485448035 -8297 1742062634 -8298 1183264335 -8299 1322017213 -8300 1200252055 -8301 1866331928 -8302 1630209164 -8303 1631851317 -8304 1048470880 -8305 1287963334 -8306 1793266632 -8307 1816523980 -8308 722498951 -8309 1045644083 -8310 1770563570 -8311 1147405521 -8312 234397378 -8313 1332842014 -8314 1173762257 -8315 300496250 -8316 108236962 -8317 21536971 -8318 1404788672 -8319 1913748050 -8320 328012227 -8321 871638679 -8322 306202767 -8323 121882139 -8324 1316343096 -8325 912769647 -8326 495818356 -8327 654307483 -8328 507348633 -8329 1679082692 -8330 1976324697 -8331 1707600689 -8332 1397930972 -8333 1459050213 -8334 1191968358 -8335 298918205 -8336 599529899 -8337 837751343 -8338 2115442185 -8339 1322028850 -8340 1883395426 -8341 1738522107 -8342 321950724 -8343 2117792805 -8344 923880473 -8345 1495712981 -8346 270805407 -8347 1032117435 -8348 1517249952 -8349 1675594079 -8350 798381837 -8351 1845262180 -8352 399749110 -8353 1104584604 -8354 1967144319 -8355 1716092206 -8356 2017354251 -8357 315479027 -8358 222916041 -8359 377219237 -8360 1994561719 -8361 51757090 -8362 2084819926 -8363 1245009044 -8364 1510807304 -8365 1129304636 -8366 1543927249 -8367 2110337203 -8368 1967055979 -8369 1511885786 -8370 1284882406 -8371 1702967758 -8372 1102924245 -8373 1606833130 -8374 1673276915 -8375 2026804718 -8376 955062463 -8377 1944082322 -8378 911438505 -8379 324828767 -8380 1472192753 -8381 1709820342 -8382 22607299 -8383 1871941863 -8384 666921299 -8385 1989751618 -8386 1440550421 -8387 536791902 -8388 157746998 -8389 1663466462 -8390 914011139 -8391 4825069 -8392 1715223553 -8393 851347417 -8394 1249834113 -8395 1078547209 -8396 1980652054 -8397 646277714 -8398 1041400764 -8399 1800224385 -8400 10679852 -8401 178799522 -8402 1355708495 -8403 1113604097 -8404 1785632652 -8405 881501762 -8406 992925167 -8407 593211467 -8408 678100436 -8409 1904363672 -8410 918040235 -8411 2809541 -8412 1466700367 -8413 940647534 -8414 1874751404 -8415 2133621666 -8416 782915505 -8417 1167818177 -8418 522929920 -8419 940662503 -8420 683800992 -8421 1436941060 -8422 945487572 -8423 251540897 -8424 140804829 -8425 47838038 -8426 1330088106 -8427 2121456883 -8428 694115752 -8429 224005222 -8430 1774197621 -8431 704795605 -8432 402804745 -8433 982422468 -8434 1818399702 -8435 40953749 -8436 1863924231 -8437 663841222 -8438 634165217 -8439 394541019 -8440 420721246 -8441 1552205452 -8442 397350561 -8443 1887421613 -8444 345369338 -8445 124618317 -8446 1873559631 -8447 1128284843 -8448 1292436495 -8449 249005904 -8450 2068947346 -8451 1976237487 -8452 1685946964 -8453 866951271 -8454 80294736 -8455 1826751793 -8456 914789309 -8457 1410382842 -8458 1800725029 -8459 1608905061 -8460 1634388064 -8461 1427439002 -8462 166217018 -8463 2037192809 -8464 262377822 -8465 1984616721 -8466 2078146559 -8467 2126302053 -8468 500974295 -8469 564828128 -8470 373359425 -8471 921695541 -8472 2117033580 -8473 770709986 -8474 661633507 -8475 314919270 -8476 895328303 -8477 387709490 -8478 1443204114 -8479 40281150 -8480 636715394 -8481 1364667812 -8482 2016518637 -8483 175178710 -8484 84135435 -8485 2096813373 -8486 2001930504 -8487 998924744 -8488 1359712567 -8489 1655171885 -8490 460346158 -8491 846616984 -8492 935127239 -8493 626563176 -8494 736326145 -8495 1197505061 -8496 463696249 -8497 666989056 -8498 1176323467 -8499 964670544 -8500 1231817184 -8501 1549682892 -8502 1886366086 -8503 1201367116 -8504 172909230 -8505 400515945 -8506 1516286387 -8507 1068237533 -8508 788225435 -8509 812006853 -8510 1108518684 -8511 1424940830 -8512 29191017 -8513 977553673 -8514 1600119540 -8515 113326453 -8516 926883399 -8517 1454566396 -8518 1112251197 -8519 139112318 -8520 962254633 -8521 1572597355 -8522 985729302 -8523 1897381872 -8524 51676884 -8525 1722055448 -8526 947403286 -8527 515373133 -8528 241560856 -8529 2123726753 -8530 1480043678 -8531 1473378041 -8532 1525925997 -8533 1218926116 -8534 527261509 -8535 1698835227 -8536 1619442061 -8537 2043547896 -8538 619589112 -8539 260183848 -8540 708071101 -8541 1728107796 -8542 1685124678 -8543 737262119 -8544 558177822 -8545 1137760571 -8546 850588572 -8547 1485061221 -8548 444843319 -8549 1962839769 -8550 1624173539 -8551 1407097953 -8552 1387953477 -8553 462419194 -8554 1156996177 -8555 1439630361 -8556 36990994 -8557 2104399463 -8558 1955003494 -8559 278551850 -8560 2080642568 -8561 1287563524 -8562 1751929891 -8563 1459084917 -8564 359005992 -8565 131707753 -8566 1010436496 -8567 1978448053 -8568 27772001 -8569 1630025609 -8570 91148254 -8571 735843103 -8572 1210649757 -8573 1776272932 -8574 1473105222 -8575 1768827579 -8576 766549855 -8577 176210146 -8578 1106405152 -8579 1211393175 -8580 2139049915 -8581 583095044 -8582 471007480 -8583 1379519744 -8584 1045514238 -8585 1628003657 -8586 671666457 -8587 1082505232 -8588 1584919473 -8589 479186304 -8590 1361057082 -8591 1518078393 -8592 1766749828 -8593 965503326 -8594 829679663 -8595 2125755821 -8596 1097211079 -8597 1840116159 -8598 1956720226 -8599 1124983080 -8600 1322658120 -8601 2047868480 -8602 1860826183 -8603 385824230 -8604 1676657765 -8605 1186447757 -8606 7168161 -8607 295723972 -8608 1362657903 -8609 1113573314 -8610 1507117147 -8611 1354224171 -8612 1696668358 -8613 1978124627 -8614 586260267 -8615 594698948 -8616 1458644637 -8617 1257926725 -8618 1677204180 -8619 896080462 -8620 1737113029 -8621 890777614 -8622 266675207 -8623 1356379209 -8624 1856280940 -8625 1096354870 -8626 1334651382 -8627 806008371 -8628 788987382 -8629 1143887961 -8630 1930991452 -8631 2111645502 -8632 1044272793 -8633 1644333987 -8634 349986084 -8635 573446910 -8636 683298097 -8637 357154246 -8638 869170883 -8639 2045956000 -8640 1470727560 -8641 228804382 -8642 1252696523 -8643 1019912270 -8644 59445362 -8645 1838956791 -8646 1614611218 -8647 1518089999 -8648 949399868 -8649 1144331750 -8650 266686813 -8651 539029249 -8652 2035109364 -8653 533362020 -8654 1895408458 -8655 1743906657 -8656 1629716891 -8657 1082576193 -8658 402431380 -8659 271220625 -8660 78980506 -8661 185939184 -8662 235382479 -8663 1123253299 -8664 1830273172 -8665 585368564 -8666 1696700210 -8667 366087621 -8668 942522810 -8669 418387445 -8670 264559973 -8671 265766722 -8672 647191827 -8673 1517256497 -8674 1285678992 -8675 706637189 -8676 1208729640 -8677 752806562 -8678 77243540 -8679 10645860 -8680 1897138312 -8681 343930353 -8682 549675109 -8683 1784764028 -8684 877292374 -8685 297599919 -8686 1381187037 -8687 359525617 -8688 1380176112 -8689 1783618418 -8690 630746242 -8691 1459156618 -8692 1969557602 -8693 866128721 -8694 434926270 -8695 1652347126 -8696 1451497285 -8697 2131626480 -8698 2018434747 -8699 246536447 -8700 402530277 -8701 135511073 -8702 512303169 -8703 1049722104 -8704 1652767570 -8705 1797982161 -8706 1756359294 -8707 714013562 -8708 403305075 -8709 1833602834 -8710 724659422 -8711 152959739 -8712 30049540 -8713 1274334531 -8714 1937723768 -8715 907341914 -8716 1571934450 -8717 1171427157 -8718 1266867531 -8719 804626915 -8720 807561927 -8721 1897613773 -8722 116299885 -8723 629635882 -8724 616258846 -8725 551226155 -8726 134499360 -8727 2067756132 -8728 535368987 -8729 5450460 -8730 166808931 -8731 937899264 -8732 140961533 -8733 679112101 -8734 1987621369 -8735 1793729103 -8736 329610614 -8737 1596497015 -8738 360259017 -8739 732915690 -8740 1282616201 -8741 1084918439 -8742 885875429 -8743 1312665741 -8744 211769322 -8745 676115549 -8746 72524007 -8747 1783703772 -8748 1847542707 -8749 1339391538 -8750 440847039 -8751 507620986 -8752 1089521663 -8753 557146925 -8754 1137256868 -8755 1705780510 -8756 1108373080 -8757 1271756229 -8758 1626052994 -8759 1643742068 -8760 1277206689 -8761 1792861925 -8762 434157684 -8763 1418168222 -8764 324490378 -8765 274295405 -8766 1064413677 -8767 654100993 -8768 1870792420 -8769 1424672694 -8770 1387016683 -8771 1005924974 -8772 362107485 -8773 125408464 -8774 171107067 -8775 573876807 -8776 801524014 -8777 243631075 -8778 210096931 -8779 501583073 -8780 1583022613 -8781 650943971 -8782 1009204059 -8783 525060629 -8784 1208090896 -8785 2146460928 -8786 83357491 -8787 168980328 -8788 1270733509 -8789 1709410485 -8790 1812722396 -8791 400456550 -8792 1354788762 -8793 99396433 -8794 1818624772 -8795 1679279141 -8796 373691838 -8797 735554801 -8798 185896486 -8799 97000611 -8800 12743847 -8801 1572913169 -8802 1102925585 -8803 374851332 -8804 1698321633 -8805 1274032652 -8806 948728139 -8807 352361999 -8808 1517663727 -8809 1158825070 -8810 853945072 -8811 953202693 -8812 1809769041 -8813 1863149132 -8814 1478263322 -8815 870376289 -8816 1862126412 -8817 1561620813 -8818 1039356618 -8819 985376273 -8820 1123547650 -8821 704595366 -8822 1385832823 -8823 330852764 -8824 803991799 -8825 1056973947 -8826 2010131905 -8827 1177683638 -8828 1792528748 -8829 48544743 -8830 1274684249 -8831 1805272595 -8832 1621457912 -8833 230126186 -8834 32640279 -8835 1172295898 -8836 1504158838 -8837 981368418 -8838 1524657897 -8839 874338918 -8840 2140193488 -8841 231119322 -8842 1827541611 -8843 1802478882 -8844 2094268454 -8845 1158321285 -8846 525371523 -8847 1808911218 -8848 572458450 -8849 1564728141 -8850 646803843 -8851 1696006100 -8852 121839860 -8853 2032636666 -8854 2026858864 -8855 925831659 -8856 942126965 -8857 1889507122 -8858 2103515297 -8859 587172065 -8860 1938051865 -8861 1230715898 -8862 244961012 -8863 1412026130 -8864 1460842084 -8865 277601291 -8866 436838380 -8867 817517275 -8868 1258969709 -8869 1961496277 -8870 1691856193 -8871 1251679549 -8872 45131951 -8873 1371914156 -8874 906674783 -8875 2139400405 -8876 382751793 -8877 1432046307 -8878 1800827975 -8879 955210243 -8880 849290800 -8881 300148170 -8882 503732695 -8883 971130660 -8884 185301188 -8885 383107911 -8886 1896962320 -8887 1127428153 -8888 125131385 -8889 1852993969 -8890 1714600218 -8891 2063183251 -8892 936226220 -8893 1959561230 -8894 1327725733 -8895 249584656 -8896 89678873 -8897 1764564113 -8898 1067101931 -8899 1348648582 -8900 1578576742 -8901 611474476 -8902 452844484 -8903 1623708694 -8904 1983388632 -8905 1359519267 -8906 1615625451 -8907 218656777 -8908 644081926 -8909 1268969779 -8910 1173867020 -8911 1493372727 -8912 1569117949 -8913 1677599715 -8914 317019739 -8915 1754419138 -8916 2060707627 -8917 66498411 -8918 734363643 -8919 38355364 -8920 1919492381 -8921 301480214 -8922 2101538615 -8923 708234953 -8924 113557796 -8925 1281780700 -8926 957819609 -8927 203236670 -8928 898861165 -8929 2024921541 -8930 1551885252 -8931 329954260 -8932 488912369 -8933 2004729736 -8934 1953662954 -8935 324817354 -8936 1216765356 -8937 1421804757 -8938 543474131 -8939 1860847282 -8940 543290888 -8941 1717341152 -8942 1206736361 -8943 2112408838 -8944 1247457219 -8945 1523756101 -8946 1719344328 -8947 1160681198 -8948 1590254512 -8949 306224323 -8950 1199036563 -8951 1362263245 -8952 607704537 -8953 1153091530 -8954 2070498198 -8955 721262334 -8956 287388583 -8957 880834160 -8958 924499004 -8959 1186249748 -8960 758272053 -8961 328900608 -8962 1516204008 -8963 1247184422 -8964 186146697 -8965 1322383314 -8966 1572001776 -8967 1402912053 -8968 596704424 -8969 2115475908 -8970 1116275687 -8971 1139995312 -8972 1685333412 -8973 175528401 -8974 1104920502 -8975 785306983 -8976 1699284502 -8977 676781182 -8978 1945988182 -8979 1142055366 -8980 983005506 -8981 997541097 -8982 356834964 -8983 1590710043 -8984 3148979 -8985 279849514 -8986 164488729 -8987 290537562 -8988 1160683674 -8989 1088987733 -8990 1476787311 -8991 1918955727 -8992 1417888342 -8993 845507671 -8994 1018656502 -8995 1604035039 -8996 20407338 -8997 443174630 -8998 859463444 -8999 617111762 -9000 411166890 -9001 1975739131 -9002 1757107074 -9003 2096500302 -9004 3783884 -9005 714543929 -9006 734323638 -9007 1703068386 -9008 1391325111 -9009 532828172 -9010 697640105 -9011 226846969 -9012 1530369269 -9013 1054475069 -9014 1817557013 -9015 1533518248 -9016 1334324583 -9017 1982045742 -9018 1824055811 -9019 347524610 -9020 923549828 -9021 1153359474 -9022 118996689 -9023 193954522 -9024 1998867145 -9025 1137653191 -9026 1797989561 -9027 2019274483 -9028 1580827822 -9029 509969357 -9030 488902597 -9031 1991994712 -9032 338224840 -9033 98526024 -9034 1941011367 -9035 342008725 -9036 813069953 -9037 527851357 -9038 2045077111 -9039 56911416 -9040 1060679529 -9041 595233568 -9042 283758386 -9043 443565150 -9044 1649708637 -9045 2101315399 -9046 1977083398 -9047 836549573 -9048 1935877493 -9049 1653655561 -9050 1184074183 -9051 711943673 -9052 659531387 -9053 1303070872 -9054 905898195 -9055 510914885 -9056 293240416 -9057 556404108 -9058 382705720 -9059 1874068238 -9060 1066373465 -9061 871608318 -9062 1718579302 -9063 1404598306 -9064 970134342 -9065 1512107021 -9066 1746607031 -9067 1783204295 -9068 2039958378 -9069 1644200494 -9070 1840115711 -9071 953154259 -9072 91950415 -9073 2123874097 -9074 1396719409 -9075 1741659052 -9076 2077705848 -9077 1226319160 -9078 430724977 -9079 1866099694 -9080 732491073 -9081 1614799160 -9082 430559719 -9083 1392022461 -9084 770386385 -9085 1336457915 -9086 1902937346 -9087 1063626801 -9088 1892862023 -9089 138159418 -9090 790211391 -9091 811751841 -9092 1009767736 -9093 361307045 -9094 68866499 -9095 1979902078 -9096 1873414067 -9097 1815473530 -9098 1615622725 -9099 1765888797 -9100 1312190376 -9101 1308254789 -9102 571559409 -9103 1404140791 -9104 1284645238 -9105 1968278818 -9106 998316196 -9107 1214867439 -9108 1047114330 -9109 1429041173 -9110 933483485 -9111 1779605404 -9112 896356686 -9113 1364043204 -9114 1024144217 -9115 1666743071 -9116 553017471 -9117 779597915 -9118 582886224 -9119 298395847 -9120 917757333 -9121 1373097615 -9122 1110147688 -9123 1927525070 -9124 1734404660 -9125 1179014187 -9126 1759943500 -9127 1460335079 -9128 847004069 -9129 1228082578 -9130 1078740229 -9131 11710797 -9132 388853719 -9133 1650299638 -9134 1415851589 -9135 1673498957 -9136 1471094808 -9137 266684137 -9138 740882748 -9139 370725491 -9140 1695725310 -9141 1674366233 -9142 2847247 -9143 444598348 -9144 890925790 -9145 1026991464 -9146 2111341419 -9147 1443943261 -9148 1806589379 -9149 546743995 -9150 1742339108 -9151 576863064 -9152 1919841610 -9153 705003148 -9154 356904486 -9155 1506762623 -9156 1884017335 -9157 2116847987 -9158 819614054 -9159 583537756 -9160 1197446917 -9161 1898354283 -9162 595248554 -9163 1586300636 -9164 1401170273 -9165 2011100143 -9166 1112315945 -9167 724781434 -9168 130300632 -9169 1853198694 -9170 1095506925 -9171 1826025942 -9172 1380081279 -9173 1098354172 -9174 123140643 -9175 123523421 -9176 2125345636 -9177 86998414 -9178 1567466683 -9179 1784451367 -9180 633742410 -9181 1162322143 -9182 213830783 -9183 406100372 -9184 1867325292 -9185 570735270 -9186 1912862995 -9187 1603858979 -9188 540099609 -9189 584993402 -9190 39913088 -9191 1737546526 -9192 335864037 -9193 635161642 -9194 1176363514 -9195 1737034311 -9196 498778137 -9197 141195811 -9198 314332097 -9199 629078769 -9200 1994394505 -9201 1409839022 -9202 307621063 -9203 1226992137 -9204 360709546 -9205 430761706 -9206 1350515558 -9207 338571534 -9208 517760121 -9209 770498593 -9210 2123022901 -9211 1151502531 -9212 1932820737 -9213 189370036 -9214 1557602903 -9215 1652662381 -9216 760105306 -9217 1322982251 -9218 1109037712 -9219 1300204915 -9220 1907975653 -9221 1148950800 -9222 890267793 -9223 96356042 -9224 1784112442 -9225 2066631307 -9226 1833390353 -9227 135406931 -9228 60343471 -9229 238802 -9230 764485700 -9231 2054737976 -9232 1410077824 -9233 1072106764 -9234 1134246465 -9235 1770787370 -9236 1502868470 -9237 337278376 -9238 2109358904 -9239 2020628591 -9240 1107776969 -9241 2084898157 -9242 1024647474 -9243 893114058 -9244 126784546 -9245 434766730 -9246 398292791 -9247 886889852 -9248 1757748981 -9249 1507330504 -9250 39611120 -9251 1518240986 -9252 508797656 -9253 929878913 -9254 1614597028 -9255 145426451 -9256 849026573 -9257 1300503734 -9258 280833382 -9259 909370044 -9260 1300742536 -9261 1045319083 -9262 816624372 -9263 563336713 -9264 2117425847 -9265 1950870838 -9266 186640435 -9267 1472810669 -9268 140665566 -9269 148515692 -9270 1345955613 -9271 1248442535 -9272 85930201 -9273 223119439 -9274 2141556594 -9275 212714747 -9276 657886169 -9277 392365737 -9278 1099604600 -9279 268151502 -9280 1899696241 -9281 1139215720 -9282 1786392488 -9283 261010250 -9284 2069094633 -9285 1253505869 -9286 406436701 -9287 770637558 -9288 406525955 -9289 687270083 -9290 1680007602 -9291 1707268491 -9292 1732589166 -9293 349148327 -9294 123121556 -9295 1702531365 -9296 152535517 -9297 309761992 -9298 1027858387 -9299 293201083 -9300 458277684 -9301 226330352 -9302 1541643618 -9303 544207885 -9304 449449791 -9305 1535716564 -9306 756922633 -9307 1107335961 -9308 1928082302 -9309 1856527233 -9310 1375487463 -9311 1680294895 -9312 848259305 -9313 1014396304 -9314 1941305145 -9315 769870290 -9316 120418525 -9317 200258198 -9318 1540507849 -9319 526944480 -9320 887528282 -9321 1073031803 -9322 86729323 -9323 472633800 -9324 1422180130 -9325 209850880 -9326 27681518 -9327 1574715647 -9328 519612872 -9329 1055539905 -9330 1867916730 -9331 977890556 -9332 1281870257 -9333 1262076701 -9334 1522098441 -9335 1731320048 -9336 650309617 -9337 131537426 -9338 691172361 -9339 430908271 -9340 1988064659 -9341 2066659825 -9342 2111203167 -9343 688840316 -9344 933572481 -9345 1905024664 -9346 1458710607 -9347 1053991006 -9348 2105282863 -9349 851734808 -9350 1580935486 -9351 845327497 -9352 1924766611 -9353 1667664809 -9354 1317961297 -9355 1199463094 -9356 1877515689 -9357 1345642815 -9358 626695093 -9359 249644913 -9360 253699072 -9361 347128176 -9362 1227535469 -9363 1535569329 -9364 1609204877 -9365 602150263 -9366 1119405730 -9367 112030846 -9368 733687689 -9369 1810578091 -9370 542939118 -9371 574268701 -9372 1729754268 -9373 506658637 -9374 1263109017 -9375 515843101 -9376 264199653 -9377 574335976 -9378 1569834107 -9379 221998868 -9380 1426070784 -9381 1003285945 -9382 1067326365 -9383 1203353748 -9384 523467107 -9385 237804015 -9386 255333194 -9387 253499148 -9388 1583446830 -9389 882028287 -9390 503144062 -9391 1837145903 -9392 1229156463 -9393 1730679531 -9394 1225231584 -9395 690877692 -9396 185346146 -9397 197153666 -9398 802908539 -9399 919033836 -9400 2007731758 -9401 1345847657 -9402 1493302537 -9403 1590002378 -9404 1852506294 -9405 608927906 -9406 2105845480 -9407 2116705947 -9408 1183263883 -9409 1528195939 -9410 191221168 -9411 461851019 -9412 383998237 -9413 1258547533 -9414 1665204767 -9415 907465344 -9416 1496351548 -9417 1920537961 -9418 1160964492 -9419 932314731 -9420 655082601 -9421 1664108554 -9422 621976986 -9423 1884239064 -9424 1247304438 -9425 1847208570 -9426 427633109 -9427 1432650584 -9428 2044362237 -9429 1230541648 -9430 204200772 -9431 1904610347 -9432 428905657 -9433 1697503309 -9434 1347129077 -9435 133928303 -9436 158947568 -9437 1305490909 -9438 103150602 -9439 1342211451 -9440 686203201 -9441 294371770 -9442 1804062470 -9443 1070201438 -9444 1552919304 -9445 1321783590 -9446 1977666782 -9447 901787204 -9448 1094837903 -9449 991147626 -9450 1834101935 -9451 1749920504 -9452 507772533 -9453 308595273 -9454 1486675921 -9455 1755076971 -9456 8320196 -9457 1914309030 -9458 1040243907 -9459 2052682433 -9460 997367030 -9461 1244444680 -9462 1809809132 -9463 1426272687 -9464 794464341 -9465 1009454561 -9466 1560200990 -9467 953411909 -9468 167461823 -9469 1663351592 -9470 148139712 -9471 853665024 -9472 1957723363 -9473 1952202183 -9474 1923866462 -9475 1363159019 -9476 1126502125 -9477 1754049596 -9478 117462575 -9479 73856380 -9480 597713574 -9481 1951564511 -9482 1823776885 -9483 1105486107 -9484 112676136 -9485 1162969158 -9486 713079430 -9487 120996332 -9488 929794540 -9489 1753323338 -9490 26195117 -9491 1927161570 -9492 850284370 -9493 1836004249 -9494 1205950609 -9495 1644748711 -9496 697975163 -9497 618667951 -9498 450676973 -9499 865436986 -9500 134535895 -9501 598816685 -9502 1719102010 -9503 2092259258 -9504 403535220 -9505 1495484824 -9506 1307934629 -9507 1530037345 -9508 1102050772 -9509 1425397205 -9510 1603893726 -9511 1699764346 -9512 1229478068 -9513 1280186963 -9514 657766806 -9515 1342154204 -9516 295672473 -9517 1370846236 -9518 1463150537 -9519 1225467013 -9520 976685926 -9521 1489345654 -9522 1005144935 -9523 1826970296 -9524 1177866256 -9525 63611896 -9526 1324235360 -9527 1875841419 -9528 682279847 -9529 1774912333 -9530 593794757 -9531 816815742 -9532 226245370 -9533 165413119 -9534 761591353 -9535 629780591 -9536 1660897943 -9537 2069525982 -9538 12334288 -9539 615465067 -9540 1347439539 -9541 1616228014 -9542 167745765 -9543 429433959 -9544 748931329 -9545 825512571 -9546 1771588164 -9547 1044603802 -9548 48875160 -9549 1087255053 -9550 122587167 -9551 1025561086 -9552 429117059 -9553 1127732102 -9554 705047735 -9555 1606983315 -9556 1191343998 -9557 2029283095 -9558 1335341086 -9559 1873623845 -9560 1656711780 -9561 1929135843 -9562 542955940 -9563 1882957150 -9564 2094548962 -9565 1304547293 -9566 365254093 -9567 1607963257 -9568 1226589627 -9569 377588382 -9570 75944676 -9571 426545519 -9572 1993816396 -9573 243690442 -9574 855979478 -9575 595264078 -9576 1069203013 -9577 480083994 -9578 1639867880 -9579 1118078173 -9580 1567339047 -9581 1762455048 -9582 2143639260 -9583 1996456107 -9584 742703502 -9585 701203347 -9586 1455955774 -9587 1934047501 -9588 583002794 -9589 643813213 -9590 1660187698 -9591 92230926 -9592 425465408 -9593 55659990 -9594 1975188076 -9595 372530723 -9596 1360207283 -9597 192958522 -9598 1980493980 -9599 439313263 -9600 570546904 -9601 2056438657 -9602 865858782 -9603 416879652 -9604 152645451 -9605 1721838260 -9606 1012143730 -9607 1221848464 -9608 54438607 -9609 504527963 -9610 192442990 -9611 1621777654 -9612 119499363 -9613 188598602 -9614 1470750113 -9615 862202865 -9616 889801949 -9617 779222240 -9618 648766718 -9619 1472804743 -9620 1423035453 -9621 161470769 -9622 1565035669 -9623 1848500861 -9624 217130759 -9625 1392740097 -9626 73547936 -9627 1577338043 -9628 1585698619 -9629 2054041917 -9630 2016651306 -9631 8761875 -9632 1962996926 -9633 735026440 -9634 425641528 -9635 2115642377 -9636 309381052 -9637 1437785258 -9638 1190007193 -9639 363819659 -9640 1942313221 -9641 1382450183 -9642 1985597314 -9643 2061812584 -9644 1571048785 -9645 1308863779 -9646 776531802 -9647 313367086 -9648 2088086019 -9649 1425298520 -9650 1786171829 -9651 1363637824 -9652 1586769289 -9653 1203723850 -9654 1064655038 -9655 1803900049 -9656 448980300 -9657 1138202974 -9658 1233754444 -9659 2034678919 -9660 1044761243 -9661 1102922102 -9662 2043440795 -9663 860274521 -9664 1837948542 -9665 321598675 -9666 828433250 -9667 2147329594 -9668 1759383933 -9669 2018440444 -9670 363665606 -9671 1554213507 -9672 1253406979 -9673 201779272 -9674 1468542443 -9675 676972117 -9676 1510643051 -9677 97590597 -9678 990339203 -9679 1451245423 -9680 1522889118 -9681 629027385 -9682 667399599 -9683 962174759 -9684 1832751235 -9685 1732054637 -9686 618591160 -9687 134247887 -9688 722773964 -9689 1852345604 -9690 21443159 -9691 1767535207 -9692 807784058 -9693 2064883954 -9694 480326081 -9695 498248952 -9696 238998981 -9697 1308759331 -9698 498094899 -9699 1998382914 -9700 1179716127 -9701 861760505 -9702 1405112773 -9703 285639459 -9704 1063539777 -9705 726171569 -9706 962611576 -9707 426699180 -9708 823762166 -9709 1952950779 -9710 1877944603 -9711 199167636 -9712 434494516 -9713 397860555 -9714 1161342396 -9715 119762104 -9716 2129915192 -9717 1779933556 -9718 254009991 -9719 705205508 -9720 1484795513 -9721 275453150 -9722 325257068 -9723 145095923 -9724 192853456 -9725 805583149 -9726 643344876 -9727 431852437 -9728 2114342480 -9729 1141439775 -9730 282751704 -9731 1146574960 -9732 2003200280 -9733 1687864477 -9734 1432214419 -9735 919256409 -9736 266552398 -9737 247342347 -9738 1345955589 -9739 1090314565 -9740 52809478 -9741 1076416545 -9742 1289482201 -9743 487303995 -9744 1474277100 -9745 303340949 -9746 607066099 -9747 1456708644 -9748 2083274506 -9749 861076090 -9750 14430505 -9751 1420586371 -9752 1136529241 -9753 339687573 -9754 1565682294 -9755 1329382697 -9756 1145270722 -9757 61543522 -9758 1761235135 -9759 1112129554 -9760 1202983297 -9761 2043986839 -9762 111220866 -9763 1058699929 -9764 1584367668 -9765 1543435285 -9766 1977956338 -9767 1850920067 -9768 1790777632 -9769 1176428280 -9770 793750984 -9771 1843587111 -9772 105361177 -9773 2083233185 -9774 183407458 -9775 1579638277 -9776 239090487 -9777 790473557 -9778 888863273 -9779 174881345 -9780 1651549647 -9781 903293778 -9782 1595467716 -9783 640595240 -9784 1242981351 -9785 1013666362 -9786 1969977938 -9787 240768425 -9788 1075209885 -9789 1583729425 -9790 1352897980 -9791 130709534 -9792 1480232616 -9793 1464118846 -9794 1189409464 -9795 917116636 -9796 860070484 -9797 1019882154 -9798 620553055 -9799 503364468 -9800 48826786 -9801 1414304039 -9802 199467931 -9803 154187963 -9804 1350053577 -9805 382875389 -9806 1733826240 -9807 1589144064 -9808 1173348946 -9809 475205866 -9810 1764025409 -9811 677414946 -9812 1378499644 -9813 1212009477 -9814 1318010186 -9815 473997348 -9816 78192191 -9817 1140504476 -9818 714765773 -9819 1153402076 -9820 576750253 -9821 2067663753 -9822 1284111611 -9823 2056982869 -9824 1384298952 -9825 326037427 -9826 826615858 -9827 96885788 -9828 1345919581 -9829 1447168913 -9830 600250256 -9831 1394746368 -9832 713989305 -9833 799718188 -9834 1548934331 -9835 2064042882 -9836 1182593577 -9837 1135276924 -9838 1505703298 -9839 208458876 -9840 1610482790 -9841 1122245059 -9842 885873822 -9843 841498786 -9844 186770888 -9845 56400360 -9846 1315496134 -9847 264963079 -9848 1196904837 -9849 2030261908 -9850 1418365156 -9851 1773655090 -9852 1950442013 -9853 554993119 -9854 1683154312 -9855 1187257317 -9856 881030546 -9857 362286522 -9858 1284143105 -9859 79466479 -9860 1809455435 -9861 1884393362 -9862 1474212847 -9863 375961092 -9864 536627902 -9865 875663531 -9866 292520326 -9867 1719221479 -9868 2010940455 -9869 1798223624 -9870 1927680355 -9871 1473939597 -9872 772985035 -9873 666070529 -9874 167954735 -9875 959755923 -9876 722470890 -9877 1483450870 -9878 1224719003 -9879 1919375727 -9880 1366229130 -9881 495600511 -9882 1545547169 -9883 1169187495 -9884 1050593630 -9885 1081217833 -9886 208961165 -9887 1931624176 -9888 1443504355 -9889 1493104270 -9890 2011090655 -9891 1105476143 -9892 1230013984 -9893 1337819855 -9894 1481437235 -9895 1766641886 -9896 65999738 -9897 1773957562 -9898 1338379718 -9899 2076940193 -9900 1424697538 -9901 1118576425 -9902 1403396142 -9903 50198926 -9904 1784646955 -9905 1571350877 -9906 1009954849 -9907 359634197 -9908 907318099 -9909 87190204 -9910 131526276 -9911 126063581 -9912 582790715 -9913 1677073445 -9914 1295251077 -9915 1633384345 -9916 610807631 -9917 1504212242 -9918 1417524873 -9919 2054311986 -9920 849832864 -9921 1281131881 -9922 1012304481 -9923 2079846849 -9924 471468088 -9925 346258069 -9926 1699005087 -9927 537467826 -9928 2120215631 -9929 889901157 -9930 466924371 -9931 1397429521 -9932 2008477583 -9933 1870320513 -9934 1447628447 -9935 1645640890 -9936 1294187742 -9937 310099649 -9938 2005275087 -9939 54022194 -9940 397289853 -9941 2136801363 -9942 180085775 -9943 980080569 -9944 1666391160 -9945 1475336852 -9946 465981266 -9947 129715143 -9948 832065446 -9949 1883506140 -9950 36543482 -9951 1681898311 -9952 1017154373 -9953 1048847963 -9954 1614261512 -9955 1488622461 -9956 1395106032 -9957 1165782951 -9958 2026090287 -9959 1367838015 -9960 2055684109 -9961 345531010 -9962 617783889 -9963 1916678044 -9964 68367875 -9965 2065412336 -9966 1414835286 -9967 1362555617 -9968 228028337 -9969 1272626725 -9970 1416577811 -9971 625318191 -9972 1261944440 -9973 1596663587 -9974 1605398760 -9975 780851952 -9976 924516791 -9977 2071380026 -9978 910567096 -9979 1756582238 -9980 1807402518 -9981 947110578 -9982 1290996901 -9983 677073243 -9984 1995958541 -9985 757774765 -9986 18212056 -9987 1243580926 -9988 1923557716 -9989 2044302343 -9990 463935293 -9991 1831758177 -9992 242349705 -9993 1081719182 -9994 1600952573 -9995 310717580 -9996 999647871 -9997 868304211 -9998 1673273198 -9999 1227676208 -4002 0123456789abcdefghijklmnop -20000 959363399 -\. --- --- Data for Name: ihighway; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.ihighway (name, thepath) FROM stdin; -I- 205 ((-121.573292,37.41726),(-121.571644,37.42),(-121.563557,37.42641)) -I- 205 [(-121.572819,37.42107),(-121.571705,37.42168),(-121.563557,37.42641),(-121.560856,37.42885),(-121.559467,37.42946),(-121.559055,37.42939),(-121.558781,37.42992),(-121.556644,37.43214),(-121.5559,37.434)] -I- 580 ((-121.628147,37.33089),(-121.605091,37.3605),(-121.589344,37.3946),(-121.58118,37.41062),(-121.573292,37.41726),(-121.571644,37.41779),(-121.55843,37.40406)) -I- 580 ((-121.628147,37.33089),(-121.629246,37.32464),(-121.644337,37.2411),(-121.654377,37.20798),(-121.654356,37.20723),(-121.654926,37.20531),(-121.658827,37.19552)) -I- 580 ((-121.727,37.074),(-121.7255,37.083),(-121.7234,37.092),(-121.723,37.095),(-121.721995,37.09859),(-121.7216,37.1),(-121.7211,37.102),(-121.7188,37.109)) -I- 580 ((-122.1752,37.826),(-122.177,37.833)) -I- 580 ((-122.2029,37.928),(-122.2036,37.933),(-122.2043,37.938)) -I- 580 ((-122.2535,37.196),(-122.2539,37.2)) -I- 580 ((-122.2744,37.262),(-122.2746,37.263),(-122.2774,37.27),(-122.278,37.271),(-122.2792,37.274),(-122.2806,37.275),(-122.2817,37.276),(-122.2828,37.276),(-122.2837,37.276)) -I- 580 ((-122.2837,37.276),(-122.2849,37.273),(-122.286,37.27),(-122.2868,37.269),(-122.2871,37.266),(-122.2882,37.265),(-122.2893,37.266)) -I- 580 [(-121.560856,37.42885),(-121.55843,37.40406),(-121.557655,37.39926),(-121.556,37.389)] -I- 580 [(-121.628757,37.34287),(-121.600742,37.38407),(-121.588856,37.40124),(-121.580494,37.41451),(-121.572819,37.42107)] -I- 580 [(-121.628757,37.34287),(-121.630009,37.33791),(-121.657688,37.20089),(-121.658827,37.19552),(-121.659626,37.19326),(-121.660816,37.18952)] -I- 580 [(-121.664341,37.1822),(-121.662081,37.18693),(-121.661812,37.18746),(-121.660816,37.18952)] -I- 580 [(-121.664341,37.1822),(-121.666965,37.18166),(-121.6697,37.185)] -I- 580 [(-121.727,37.074),(-121.7229,37.093),(-121.722301,37.09522),(-121.721001,37.10005),(-121.7194,37.106),(-121.7188,37.109),(-121.7168,37.12),(-121.7163,37.123),(-121.7145,37.127),(-121.7096,37.148),(-121.707731,37.1568),(-121.7058,37.166),(-121.7055,37.168),(-121.7044,37.174),(-121.7038,37.172),(-121.7037,37.172),(-121.7027,37.175),(-121.7001,37.181),(-121.6957,37.191),(-121.6948,37.192),(-121.6897,37.204),(-121.6697,37.185)] -I- 580 [(-121.727,37.074),(-121.7275,37.072),(-121.7331,37.046)] -I- 580 [(-121.7705,37.013),(-121.769039,37.01504),(-121.7583,37.03),(-121.7557,37.03),(-121.754805,37.02966),(-121.750803,37.02812),(-121.75,37.02738),(-121.7489,37.026),(-121.7453,37.024),(-121.7438,37.024),(-121.7411,37.024),(-121.740416,37.02505),(-121.739035,37.02719),(-121.7379,37.028),(-121.736275,37.03278),(-121.7362,37.033),(-121.7358,37.034),(-121.7331,37.046)] -I- 580 [(-121.8585,37.013),(-121.8521,37.011),(-121.8485,37.011),(-121.8463,37.011),(-121.8455,37.011),(-121.8416,37.011),(-121.8414,37.011),(-121.834001,37.0104),(-121.8292,37.01),(-121.8288,37.009),(-121.82332,37.00833),(-121.8206,37.008)] -I- 580 [(-121.8585,37.013),(-121.863393,37.01213),(-121.8641,37.012)] -I- 580 [(-121.9214,37.015),(-121.9189,37.02),(-121.918,37.02),(-121.9087,37.017),(-121.90609,37.01797),(-121.906,37.018)] -I- 580 [(-121.9214,37.015),(-121.9217,37.014)] -I- 580 [(-121.9322,37.989),(-121.9243,37.006),(-121.9217,37.014)] -I- 580 [(-122.018,37.019),(-122.0009,37.032),(-121.9787,37.983),(-121.958,37.984),(-121.9571,37.986)] -I- 580 [(-122.0911,37.906),(-122.09,37.908),(-122.0882,37.908),(-122.0856,37.909),(-122.078489,37.909),(-122.0726,37.909),(-122.0711,37.91),(-122.068287,37.91137),(-122.0649,37.914)] -I- 580 [(-122.098,37.908),(-122.0965,37.904),(-122.095586,37.903),(-122.0953,37.903),(-122.0943,37.902),(-122.0938,37.903),(-122.093241,37.90351)] -I- 580 [(-122.1108,37.023),(-122.1101,37.02),(-122.108103,37.00764),(-122.108,37.007),(-122.1069,37.998),(-122.1064,37.994),(-122.1053,37.982),(-122.1048,37.977),(-122.1032,37.958),(-122.1026,37.953),(-122.1013,37.938),(-122.0989,37.911),(-122.0984,37.91),(-122.098,37.908)] -I- 580 [(-122.1306,37.157),(-122.1298,37.147),(-122.1277,37.122),(-122.126709,37.11468),(-122.1254,37.105),(-122.125,37.103),(-122.1237,37.096),(-122.1231,37.093),(-122.1214,37.082),(-122.1183,37.066),(-122.116,37.052),(-122.1153,37.048),(-122.1108,37.023)] -I- 580 [(-122.1543,37.703),(-122.1535,37.694),(-122.1512,37.655),(-122.1475,37.603),(-122.1468,37.583),(-122.1472,37.569),(-122.149044,37.54874),(-122.1493,37.546),(-122.1501,37.532),(-122.1506,37.509),(-122.1495,37.482),(-122.1487,37.467),(-122.1477,37.447),(-122.1414,37.383),(-122.1404,37.376),(-122.1398,37.372),(-122.139,37.356),(-122.1388,37.353),(-122.1385,37.34),(-122.1382,37.33),(-122.1378,37.316)] -I- 580 [(-122.1716,37.805),(-122.1703,37.799),(-122.170042,37.79758),(-122.169413,37.79411),(-122.167295,37.78244),(-122.166339,37.77717),(-122.165224,37.77112),(-122.1648,37.769)] -I- 580 [(-122.1716,37.805),(-122.1728,37.811),(-122.1742,37.817)] -I- 580 [(-122.177,37.833),(-122.1789,37.838)] -I- 580 [(-122.2043,37.938),(-122.204734,37.94074),(-122.2062,37.95),(-122.207492,37.95608),(-122.2079,37.958),(-122.2085,37.962)] -I- 580 [(-122.2197,37.99),(-122.22,37.99),(-122.222092,37.99523),(-122.2232,37.998),(-122.224146,37.99963),(-122.2261,37.003),(-122.2278,37.007),(-122.2302,37.026),(-122.2323,37.043),(-122.2344,37.059),(-122.235405,37.06427),(-122.2365,37.07)] -I- 580 [(-122.2535,37.196),(-122.2533,37.196)] -I- 580 [(-122.2539,37.2),(-122.2541,37.201)] -I- 580 [(-122.2613,37.23),(-122.2601,37.22833),(-122.2611,37.231),(-122.2639,37.238),(-122.2646,37.241),(-122.2654,37.242)] -I- 580 [(-122.2613,37.23),(-122.263448,37.23307),(-122.2647,37.23486),(-122.2655,37.236),(-122.2664,37.238)] -I- 580 [(-122.2664,37.238),(-122.2675,37.243)] -I- 580 [(-122.2675,37.243),(-122.2677,37.243),(-122.2681,37.244)] -I- 580 [(-122.2679,37.248),(-122.2681,37.248)] -I- 580 [(-122.2744,37.262),(-122.2734,37.259),(-122.2695,37.247),(-122.268532,37.2449),(-122.268237,37.24426),(-122.2681,37.244)] -I- 580 [(-122.2893,37.266),(-122.2904,37.27),(-122.2909,37.273)] -I- 580 [(-122.2901,37.274),(-122.2905,37.278),(-122.2921,37.286),(-122.2927,37.299)] -I- 580 [(-122.2909,37.273),(-122.2918,37.279),(-122.2923,37.282)] -I- 580 [(-122.2928,37.293),(-122.2931,37.301)] -I- 580 Ramp ((-121.74,37.036),(-121.7393,37.033),(-121.7384,37.032)) -I- 580 Ramp ((-121.7843,37.996),(-121.784294,37.99539),(-121.7842,37.985)) -I- 580 Ramp ((-121.818,37.011),(-121.8187,37.014)) -I- 580 Ramp ((-121.8185,37.008),(-121.8187,37.001)) -I- 580 Ramp ((-121.9025,37.018),(-121.9037,37.022),(-121.9059,37.029)) -I- 580 Ramp ((-121.9335,37.987),(-121.9331,37.979)) -I- 580 Ramp ((-122.0206,37.007),(-122.0203,37.015)) -I- 580 Ramp ((-122.1202,37.085),(-122.1203,37.083)) -I- 580 Ramp ((-122.1522,37.526),(-122.1514,37.524)) -I- 580 Ramp ((-122.2541,37.201),(-122.254,37.205)) -I- 580 Ramp ((-122.2646,37.241),(-122.2653,37.244),(-122.266,37.245)) -I- 580 Ramp ((-122.2654,37.242),(-122.266,37.245),(-122.2671,37.245)) -I- 580 Ramp ((-122.2786,37.288),(-122.2798,37.286),(-122.2804,37.285),(-122.2814,37.282),(-122.2818,37.28)) -I- 580 Ramp ((-122.2796,37.289),(-122.2818,37.283),(-122.2822,37.281)) -I- 580 Ramp [(-121.657688,37.20089),(-121.658176,37.20089),(-121.659977,37.19715),(-121.660232,37.1965),(-121.661524,37.18996),(-121.662081,37.18693)] -I- 580 Ramp [(-121.660816,37.18952),(-121.659428,37.19105),(-121.658115,37.19272),(-121.657078,37.19639),(-121.654926,37.20531)] -I- 580 Ramp [(-121.7218,37.088),(-121.722301,37.09522)] -I- 580 Ramp [(-121.7231,37.108),(-121.7211,37.102)] -I- 580 Ramp [(-121.7232,37.103),(-121.7222,37.103),(-121.721995,37.09859)] -I- 580 Ramp [(-121.7232,37.103),(-121.7234,37.092)] -I- 580 Ramp [(-121.7255,37.083),(-121.7232,37.114)] -I- 580 Ramp [(-121.727,37.074),(-121.7237,37.084),(-121.723311,37.0823),(-121.7221,37.077),(-121.7219,37.081),(-121.720744,37.09257),(-121.7194,37.106)] -I- 580 Ramp [(-121.739,37.02),(-121.738298,37.02506),(-121.737988,37.02686),(-121.7379,37.028)] -I- 580 Ramp [(-121.739,37.02),(-121.7402,37.015)] -I- 580 Ramp [(-121.74,37.034),(-121.7409,37.034),(-121.7401,37.029),(-121.7384,37.032),(-121.7358,37.034)] -I- 580 Ramp [(-121.7411,37.024),(-121.7401,37.018),(-121.7401,37.024)] -I- 580 Ramp [(-121.7438,37.024),(-121.742961,37.02896),(-121.7416,37.037),(-121.74,37.039)] -I- 580 Ramp [(-121.7743,37.006),(-121.7729,37.006),(-121.7705,37.013)] -I- 580 Ramp [(-121.7743,37.006),(-121.7729,37.013),(-121.7705,37.013)] -I- 580 Ramp [(-121.7865,37.995),(-121.7852,37.992),(-121.7842,37.985),(-121.7838,37.966),(-121.7834,37.957)] -I- 580 Ramp [(-121.7891,37.998),(-121.7854,37.999),(-121.78441,37.9963),(-121.7843,37.996)] -I- 580 Ramp [(-121.8195,37.007),(-121.8187,37.014),(-121.8179,37.015)] -I- 580 Ramp [(-121.8206,37.008),(-121.8187,37.001),(-121.8179,37.005)] -I- 580 Ramp [(-121.8454,37.01),(-121.8455,37.011)] -I- 580 Ramp [(-121.8463,37.011),(-121.8496,37.025)] -I- 580 Ramp [(-121.8521,37.011),(-121.8479,37.999),(-121.8476,37.999),(-121.8456,37.01),(-121.8455,37.011)] -I- 580 Ramp [(-121.8521,37.011),(-121.8496,37.025)] -I- 580 Ramp [(-121.866951,37.01385),(-121.871381,37.02608)] -I- 580 Ramp [(-121.8695,37.013),(-121.8712,37.011),(-121.8717,37.001),(-121.8714,37.001)] -I- 580 Ramp [(-121.8713,37.014),(-121.871352,37.02321)] -I- 580 Ramp [(-121.8743,37.014),(-121.8722,37.999),(-121.8714,37.999)] -I- 580 Ramp [(-121.9043,37.998),(-121.9036,37.013),(-121.902632,37.0174),(-121.9025,37.018)] -I- 580 Ramp [(-121.906,37.018),(-121.9056,37.011)] -I- 580 Ramp [(-121.906,37.018),(-121.905635,37.0239),(-121.9065,37.023)] -I- 580 Ramp [(-121.906,37.018),(-121.906044,37.02416),(-121.906177,37.02331),(-121.906315,37.02115)] -I- 580 Ramp [(-121.9068,37.027),(-121.9059,37.029),(-121.9078,37.04)] -I- 580 Ramp [(-121.9087,37.017),(-121.9056,37.003),(-121.905,37.004)] -I- 580 Ramp [(-121.9087,37.017),(-121.907194,37.02619),(-121.9071,37.029),(-121.9072,37.033)] -I- 580 Ramp [(-121.9335,37.987),(-121.9341,37.991),(-121.9345,37.985)] -I- 580 Ramp [(-121.9345,37.985),(-121.9341,37.978)] -I- 580 Ramp [(-121.9364,37.986),(-121.9338,37.971),(-121.9331,37.979),(-121.9322,37.989)] -I- 580 Ramp [(-121.9368,37.986),(-121.936483,37.98832),(-121.9353,37.997),(-121.93504,37.00035),(-121.9346,37.006),(-121.933764,37.00031),(-121.9333,37.997),(-121.9322,37.989)] -I- 580 Ramp [(-121.9562,37.984),(-121.9565,37.98)] -I- 580 Ramp [(-121.9571,37.986),(-121.9565,37.98)] -I- 580 Ramp [(-121.958,37.984),(-121.9565,37.98)] -I- 580 Ramp [(-122.0195,37.012),(-122.0184,37.009),(-122.018,37.019)] -I- 580 Ramp [(-122.0195,37.012),(-122.0203,37.015),(-122.0212,37.02)] -I- 580 Ramp [(-122.0531,37.932),(-122.0544,37.941)] -I- 580 Ramp [(-122.0649,37.914),(-122.0618,37.916),(-122.0604,37.92)] -I- 580 Ramp [(-122.0649,37.914),(-122.0639,37.92),(-122.063,37.923)] -I- 580 Ramp [(-122.0884,37.911),(-122.0856,37.909)] -I- 580 Ramp [(-122.093241,37.90351),(-122.09364,37.89634),(-122.093788,37.89212)] -I- 580 Ramp [(-122.0934,37.896),(-122.09257,37.89961),(-122.0911,37.906)] -I- 580 Ramp [(-122.0941,37.897),(-122.0943,37.902)] -I- 580 Ramp [(-122.0953,37.903),(-122.0971,37.911),(-122.0943,37.902)] -I- 580 Ramp [(-122.096,37.888),(-122.0962,37.891),(-122.0964,37.9)] -I- 580 Ramp [(-122.101,37.898),(-122.1005,37.902),(-122.0989,37.911)] -I- 580 Ramp [(-122.108,37.007),(-122.1093,37.02)] -I- 580 Ramp [(-122.1086,37.003),(-122.1068,37.993),(-122.1066,37.992),(-122.1053,37.982)] -I- 580 Ramp [(-122.1086,37.003),(-122.1103,37.018),(-122.1108,37.023),(-122.1093,37.02)] -I- 580 Ramp [(-122.1206,37.088),(-122.1203,37.083),(-122.1183,37.066)] -I- 580 Ramp [(-122.1215,37.075),(-122.1183,37.066)] -I- 580 Ramp [(-122.1226,37.099),(-122.1238,37.102),(-122.1254,37.105)] -I- 580 Ramp [(-122.1237,37.096),(-122.1234,37.09)] -I- 580 Ramp [(-122.1311,37.177),(-122.1306,37.157)] -I- 580 Ramp [(-122.1338,37.222),(-122.135,37.227)] -I- 580 Ramp [(-122.1362,37.248),(-122.1374,37.249)] -I- 580 Ramp [(-122.1371,37.279),(-122.1367,37.264)] -I- 580 Ramp [(-122.1371,37.279),(-122.1381,37.262)] -I- 580 Ramp [(-122.1378,37.316),(-122.1374,37.311),(-122.1373,37.307),(-122.1367,37.296)] -I- 580 Ramp [(-122.1379,37.282),(-122.1371,37.279)] -I- 580 Ramp [(-122.1391,37.367),(-122.1388,37.353)] -I- 580 Ramp [(-122.1414,37.383),(-122.1407,37.376),(-122.1403,37.372),(-122.139,37.356)] -I- 580 Ramp [(-122.1487,37.467),(-122.1476,37.454)] -I- 580 Ramp [(-122.1493,37.546),(-122.1508,37.535)] -I- 580 Ramp [(-122.1495,37.482),(-122.1489,37.452)] -I- 580 Ramp [(-122.1521,37.529),(-122.1514,37.524),(-122.1506,37.509)] -I- 580 Ramp [(-122.1521,37.682),(-122.151,37.659),(-122.1512,37.655)] -I- 580 Ramp [(-122.1539,37.707),(-122.1535,37.694)] -I- 580 Ramp [(-122.1553,37.706),(-122.1543,37.703)] -I- 580 Ramp [(-122.1567,37.727),(-122.156,37.71)] -I- 580 Ramp [(-122.1648,37.769),(-122.16472,37.7682),(-122.1638,37.759)] -I- 580 Ramp [(-122.1716,37.805),(-122.1725,37.816)] -I- 580 Ramp [(-122.1729,37.803),(-122.1716,37.801),(-122.1703,37.799)] -I- 580 Ramp [(-122.1742,37.817),(-122.1752,37.822),(-122.177,37.833)] -I- 580 Ramp [(-122.1764,37.839),(-122.1756,37.838),(-122.1743,37.833)] -I- 580 Ramp [(-122.1773,37.839),(-122.1764,37.839)] -I- 580 Ramp [(-122.1789,37.838),(-122.1773,37.839)] -I- 580 Ramp [(-122.1823,37.838),(-122.182011,37.83754),(-122.180678,37.83541),(-122.1798,37.834),(-122.1798,37.838)] -I- 580 Ramp [(-122.1873,37.838),(-122.1868,37.841),(-122.1866,37.844),(-122.1854,37.841),(-122.1847,37.84)] -I- 580 Ramp [(-122.1895,37.844),(-122.1886,37.845)] -I- 580 Ramp [(-122.1909,37.85),(-122.1892,37.848),(-122.1879,37.844)] -I- 580 Ramp [(-122.1917,37.853),(-122.1927,37.863)] -I- 580 Ramp [(-122.1924,37.854),(-122.189775,37.84425),(-122.1889,37.841)] -I- 580 Ramp [(-122.1975,37.878),(-122.196458,37.87516),(-122.1964,37.875),(-122.1951,37.871),(-122.1942,37.869)] -I- 580 Ramp [(-122.2017,37.923),(-122.2029,37.928)] -I- 580 Ramp [(-122.2027,37.918),(-122.2037,37.93),(-122.2043,37.938)] -I- 580 Ramp [(-122.2079,37.958),(-122.2099,37.962)] -I- 580 Ramp [(-122.2085,37.962),(-122.209,37.966)] -I- 580 Ramp [(-122.2158,37.985),(-122.2173,37.989),(-122.2178,37.991),(-122.218357,37.99071),(-122.219392,37.99016),(-122.2197,37.99)] -I- 580 Ramp [(-122.2161,37.976),(-122.218,37.982),(-122.218481,37.98426),(-122.2197,37.99)] -I- 580 Ramp [(-122.2271,37.001),(-122.2261,37.003)] -I- 580 Ramp [(-122.2278,37.013),(-122.2261,37.003)] -I- 580 Ramp [(-122.2365,37.07),(-122.2346,37.052),(-122.2338,37.044)] -I- 580 Ramp [(-122.2428,37.096),(-122.2414,37.091),(-122.241182,37.09018),(-122.2406,37.088)] -I- 580 Ramp [(-122.2453,37.095),(-122.2414,37.089)] -I- 580 Ramp [(-122.249,37.121),(-122.2476,37.12)] -I- 580 Ramp [(-122.2491,37.115),(-122.2489,37.113)] -I- 580 Ramp [(-122.2494,37.125),(-122.2489,37.113)] -I- 580 Ramp [(-122.2501,37.148),(-122.249485,37.14041),(-122.2484,37.127)] -I- 580 Ramp [(-122.2529,37.197),(-122.2525,37.192),(-122.2517,37.174)] -I- 580 Ramp [(-122.2535,37.192),(-122.253,37.182)] -I- 580 Ramp [(-122.2535,37.192),(-122.2539,37.2)] -I- 580 Ramp [(-122.2547,37.205),(-122.254,37.205),(-122.2538,37.202),(-122.2535,37.196)] -I- 580 Ramp [(-122.2564,37.213),(-122.2542,37.199),(-122.2538,37.19)] -I- 580 Ramp [(-122.2564,37.213),(-122.2544,37.197),(-122.2538,37.19)] -I- 580 Ramp [(-122.2604,37.222),(-122.2613,37.23)] -I- 580 Ramp [(-122.2639,37.238),(-122.2659,37.239),(-122.2664,37.238),(-122.2676,37.231),(-122.268,37.227)] -I- 580 Ramp [(-122.267,37.261),(-122.2671,37.263)] -I- 580 Ramp [(-122.2671,37.245),(-122.2673,37.248)] -I- 580 Ramp [(-122.2671,37.245),(-122.2675,37.243)] -I- 580 Ramp [(-122.2673,37.248),(-122.2676,37.25),(-122.2677,37.252)] -I- 580 Ramp [(-122.2676,37.273),(-122.267231,37.28349),(-122.266927,37.29214)] -I- 580 Ramp [(-122.2676,37.273),(-122.2679,37.264),(-122.2677,37.252)] -I- 580 Ramp [(-122.2677,37.242),(-122.2675,37.243)] -I- 580 Ramp [(-122.2677,37.242),(-122.2681,37.238),(-122.2678,37.233)] -I- 580 Ramp [(-122.2677,37.242),(-122.2681,37.244)] -I- 580 Ramp [(-122.2677,37.242),(-122.2683,37.243)] -I- 580 Ramp [(-122.2677,37.252),(-122.267508,37.25368),(-122.267,37.261)] -I- 580 Ramp [(-122.2683,37.243),(-122.2685,37.243)] -I- 580 Ramp [(-122.268532,37.2449),(-122.2685,37.243)] -I- 580 Ramp [(-122.2686,37.249),(-122.2682,37.245),(-122.2681,37.244)] -I- 580 Ramp [(-122.2686,37.249),(-122.268532,37.2449)] -I- 580 Ramp [(-122.2686,37.249),(-122.2701,37.255)] -I- 580 Ramp [(-122.2695,37.247),(-122.2686,37.249),(-122.2677,37.252)] -I- 580 Ramp [(-122.2695,37.247),(-122.2692,37.244),(-122.2684,37.234)] -I- 580 Ramp [(-122.2716,37.259),(-122.2734,37.259)] -I- 580 Ramp [(-122.2806,37.275),(-122.2818,37.28),(-122.2822,37.281),(-122.2837,37.276)] -I- 580 Ramp [(-122.2913,37.278),(-122.2917,37.282)] -I- 580 Ramp [(-122.2917,37.282),(-122.2921,37.286)] -I- 580/I-680 Ramp ((-121.9207,37.988),(-121.9192,37.016)) -I- 580/I-680 Ramp ((-121.9218,37.021),(-121.9237,37.017)) -I- 580/I-680 Ramp [(-121.9213,37.005),(-121.9203,37.013),(-121.9192,37.016),(-121.918,37.02)] -I- 580/I-680 Ramp [(-121.922017,37.02317),(-121.9212,37.021)] -I- 580/I-680 Ramp [(-121.9225,37.034),(-121.9218,37.031),(-121.9213,37.026),(-121.919443,37.02043),(-121.921326,37.01739)] -I- 580/I-680 Ramp [(-121.9243,37.006),(-121.9238,37.005),(-121.9225,37.008),(-121.92154,37.0104)] -I- 580/I-680 Ramp [(-121.9243,37.006),(-121.924389,37.00779),(-121.9237,37.017),(-121.9231,37.022),(-121.9227,37.029),(-121.9229,37.039)] -I- 680 ((-121.8706,37.038),(-121.8709,37.047)) -I- 680 ((-121.939,37.15),(-121.9387,37.145),(-121.9373,37.125),(-121.934242,37.07643),(-121.933886,37.0709),(-121.9337,37.068),(-121.933122,37.06139),(-121.932736,37.05698),(-121.93222,37.05108),(-121.931844,37.04678),(-121.930113,37.027),(-121.926829,37),(-121.9265,37.998),(-121.9217,37.96),(-121.9203,37.949),(-121.9184,37.934)) -I- 680 [(-121.8709,37.047),(-121.8831,37.366),(-121.8833,37.376)] -I- 680 [(-121.8852,37.422),(-121.8874,37.444),(-121.8902,37.47),(-121.8905,37.472),(-121.8907,37.474),(-121.8985,37.545),(-121.8994,37.553),(-121.9007,37.565)] -I- 680 [(-121.8867,37.732),(-121.8845,37.744),(-121.8818,37.756),(-121.8761,37.781),(-121.8712,37.857)] -I- 680 [(-121.902447,37.64695),(-121.903435,37.65882)] -I- 680 [(-121.9101,37.715),(-121.909801,37.70519),(-121.909562,37.69734),(-121.909493,37.69507),(-121.9094,37.692),(-121.909295,37.68862),(-121.909145,37.6838),(-121.909103,37.68245),(-121.908715,37.66995),(-121.908524,37.6638),(-121.9082,37.653)] -I- 680 [(-121.9101,37.715),(-121.911269,37.74682),(-121.9119,37.764),(-121.9124,37.776),(-121.9174,37.905),(-121.9194,37.957),(-121.9207,37.988)] -I- 680 [(-121.9139,37.562),(-121.9077,37.609)] -I- 680 [(-121.9139,37.562),(-121.915,37.54),(-121.9156,37.532),(-121.9165,37.519),(-121.9174,37.504),(-121.918,37.493),(-121.92,37.438),(-121.9202,37.435),(-121.9233,37.404),(-121.9238,37.402)] -I- 680 [(-121.9184,37.934),(-121.917,37.913),(-121.9122,37.83),(-121.9052,37.702)] -I- 680 [(-121.92154,37.0104),(-121.9217,37.014)] -I- 680 [(-121.9217,37.014),(-121.9218,37.021)] -I- 680 [(-121.9229,37.039),(-121.9243,37.057),(-121.9286,37.106),(-121.929195,37.11329),(-121.929661,37.119),(-121.932027,37.148),(-121.93391,37.17107),(-121.9357,37.193),(-121.936421,37.20193),(-121.9378,37.219)] -I- 680 [(-121.939,37.15),(-121.9418,37.195)] -I- 680 Ramp ((-121.9007,37.565),(-121.9008,37.558)) -I- 680 Ramp ((-121.921,37.965),(-121.9198,37.96),(-121.9208,37.957),(-121.9199,37.951),(-121.9187,37.941)) -I- 680 Ramp ((-121.9247,37.932),(-121.9211,37.944),(-121.9201,37.944)) -I- 680 Ramp ((-121.9368,37.149),(-121.937,37.144)) -I- 680 Ramp ((-121.9372,37.335),(-121.938,37.32)) -I- 680 Ramp ((-121.9402,37.143),(-121.94,37.139)) -I- 680 Ramp ((-121.9418,37.314),(-121.9414,37.32)) -I- 680 Ramp ((-121.9422,37.314),(-121.9423,37.318)) -I- 680 Ramp [(-121.8698,37.01),(-121.8706,37.038)] -I- 680 Ramp [(-121.8701,37.878),(-121.8681,37.881)] -I- 680 Ramp [(-121.8703,37.891),(-121.8712,37.857),(-121.8678,37.875)] -I- 680 Ramp [(-121.8709,37.924),(-121.8686,37.925)] -I- 680 Ramp [(-121.8712,37.01),(-121.8709,37.047)] -I- 680 Ramp [(-121.8818,37.756),(-121.8842,37.741),(-121.8867,37.732)] -I- 680 Ramp [(-121.8833,37.376),(-121.8833,37.392),(-121.883,37.4),(-121.8835,37.402),(-121.8852,37.422)] -I- 680 Ramp [(-121.8839,37.397),(-121.8847,37.394),(-121.884,37.399)] -I- 680 Ramp [(-121.8985,37.545),(-121.9001,37.565),(-121.8999,37.571),(-121.9008,37.572),(-121.903,37.586)] -I- 680 Ramp [(-121.8994,37.553),(-121.9008,37.558),(-121.9014,37.565)] -I- 680 Ramp [(-121.9027,37.672),(-121.902847,37.6715),(-121.90161,37.64898)] -I- 680 Ramp [(-121.905,37.699),(-121.9004,37.677),(-121.90161,37.64898)] -I- 680 Ramp [(-121.9052,37.702),(-121.9047,37.667),(-121.903435,37.65882)] -I- 680 Ramp [(-121.9077,37.609),(-121.9036,37.614)] -I- 680 Ramp [(-121.9077,37.609),(-121.9053,37.625)] -I- 680 Ramp [(-121.9167,37.5),(-121.9174,37.504)] -I- 680 Ramp [(-121.92,37.438),(-121.9218,37.424),(-121.9238,37.408),(-121.9252,37.392)] -I- 680 Ramp [(-121.921,37.965),(-121.922,37.966),(-121.9214,37.961)] -I- 680 Ramp [(-121.9226,37.394),(-121.9232,37.392),(-121.9252,37.392)] -I- 680 Ramp [(-121.9238,37.402),(-121.9234,37.395),(-121.923,37.399)] -I- 680 Ramp [(-121.9265,37.998),(-121.9242,37.983),(-121.922383,37.9786),(-121.9198,37.975),(-121.9195,37.954),(-121.9187,37.941),(-121.9184,37.934)] -I- 680 Ramp [(-121.9265,37.998),(-121.9249,37.98),(-121.9227,37.963),(-121.9221,37.959),(-121.9214,37.954),(-121.9206,37.947),(-121.9201,37.944),(-121.9184,37.934)] -I- 680 Ramp [(-121.9373,37.148),(-121.937,37.144),(-121.9373,37.125)] -I- 680 Ramp [(-121.9387,37.145),(-121.9376,37.147)] -I- 680 Ramp [(-121.9394,37.144),(-121.9387,37.145)] -I- 680 Ramp [(-121.9401,37.233),(-121.9378,37.219),(-121.937899,37.22791),(-121.938,37.237)] -I- 680 Ramp [(-121.9406,37.142),(-121.94,37.139),(-121.9373,37.125)] -I- 680 Ramp [(-121.9426,37.315),(-121.9423,37.318),(-121.9414,37.32),(-121.9394,37.324),(-121.938,37.32),(-121.9368,37.313)] -I- 80 ((-122.2927,37.299),(-122.2928,37.293),(-122.2932,37.284)) -I- 80 ((-122.2931,37.301),(-122.2949,37.279)) -I- 80 ((-122.2937,37.277),(-122.3016,37.262)) -I- 80 ((-122.2949,37.279),(-122.2962,37.273)) -I- 80 ((-122.2962,37.273),(-122.3004,37.264)) -I- 80 ((-122.3004,37.264),(-122.3016,37.262),(-122.3051,37.254),(-122.3083,37.249)) -I- 80 ((-122.307,37.902),(-122.3074,37.896),(-122.307512,37.89327),(-122.3081,37.879),(-122.3077,37.861)) -I- 80 [(-122.2932,37.284),(-122.2934,37.28)] -I- 80 [(-122.2981,37.492),(-122.2978,37.48),(-122.2976,37.473),(-122.2971,37.452),(-122.2962,37.413)] -I- 80 [(-122.3023,37.644),(-122.2988,37.518)] -I- 80 [(-122.3062,37.774),(-122.3038,37.695)] -I- 80 [(-122.3065,37.935),(-122.3065,37.913),(-122.3067,37.905),(-122.307,37.902)] -I- 80 [(-122.3075,37.828),(-122.3076,37.831)] -I- 80 [(-122.3075,37.828),(-122.3077,37.822),(-122.3074,37.817),(-122.3069,37.801),(-122.3068,37.795)] -I- 80 [(-122.308,37.98),(-122.3066,37.943),(-122.3056,37.912),(-122.3057,37.908),(-122.305805,37.90511),(-122.3061,37.897),(-122.3064,37.893),(-122.3073,37.881),(-122.3073,37.877),(-122.3077,37.861),(-122.3076,37.831)] -I- 80 [(-122.3083,37.249),(-122.3281,37.216),(-122.348,37.175)] -I- 80 Ramp ((-122.2944,37.491),(-122.2956,37.484),(-122.2965,37.478)) -I- 80 Ramp ((-122.2983,37.501),(-122.2979,37.499)) -I- 80 Ramp ((-122.3017,37.67),(-122.3022,37.662)) -I- 80 Ramp [(-122.2871,37.266),(-122.2901,37.274)] -I- 80 Ramp [(-122.2883,37.247),(-122.2904,37.267),(-122.2909,37.273),(-122.2918,37.275),(-122.2937,37.277)] -I- 80 Ramp [(-122.2885,37.254),(-122.2883,37.247)] -I- 80 Ramp [(-122.2885,37.254),(-122.2893,37.266)] -I- 80 Ramp [(-122.2918,37.279),(-122.2926,37.281)] -I- 80 Ramp [(-122.2923,37.282),(-122.2926,37.283),(-122.2932,37.284)] -I- 80 Ramp [(-122.2934,37.28),(-122.2926,37.281)] -I- 80 Ramp [(-122.2934,37.28),(-122.2962,37.273)] -I- 80 Ramp [(-122.2957,37.396),(-122.2946,37.384),(-122.2948,37.367)] -I- 80 Ramp [(-122.2962,37.413),(-122.2959,37.382),(-122.2951,37.372)] -I- 80 Ramp [(-122.2984,37.506),(-122.2977,37.502),(-122.2979,37.499),(-122.2956,37.489),(-122.2962,37.483),(-122.2965,37.478),(-122.2971,37.452)] -I- 80 Ramp [(-122.2988,37.518),(-122.299,37.5),(-122.2994,37.488),(-122.2995,37.477),(-122.2971,37.452)] -I- 80 Ramp [(-122.3038,37.695),(-122.3021,37.67),(-122.3022,37.662),(-122.3023,37.644)] -I- 80 Ramp [(-122.3038,37.695),(-122.3036,37.674),(-122.3034,37.667),(-122.3033,37.661),(-122.3023,37.644)] -I- 80 Ramp [(-122.3044,37.25),(-122.3051,37.254)] -I- 80 Ramp [(-122.3044,37.25),(-122.3083,37.249)] -I- 80 Ramp [(-122.3051,37.254),(-122.3083,37.249)] -I- 80 Ramp [(-122.3051,37.91),(-122.3056,37.912)] -I- 80 Ramp [(-122.3051,37.91),(-122.3057,37.908)] -I- 80 Ramp [(-122.306,37.876),(-122.3066,37.869),(-122.3067,37.843),(-122.3069,37.818)] -I- 80 Ramp [(-122.3068,37.795),(-122.306,37.783),(-122.3062,37.774)] -I- 80 Ramp [(-122.3068,37.795),(-122.3069,37.782),(-122.3062,37.774)] -I- 80 Ramp [(-122.3069,37.925),(-122.3065,37.935)] -I- 80 Ramp [(-122.307,37.902),(-122.3073,37.881)] -I- 80 Ramp [(-122.3072,37.916),(-122.3074,37.896)] -I- 80 Ramp [(-122.307624,37.87781),(-122.307512,37.89327)] -I- 80 Ramp [(-122.3078,37.93),(-122.3081,37.879)] -I- 80 Ramp [(-122.3088,37.885),(-122.3076,37.831)] -I- 880 ((-121.9669,37.075),(-121.9663,37.071),(-121.9656,37.065),(-121.9618,37.037),(-121.95689,37),(-121.948,37.933)) -I- 880 Ramp ((-122.2352,37.767),(-122.2356,37.768),(-122.236,37.768)) -I- 880 [(-121.9357,37.83),(-121.9356,37.826),(-121.9351,37.819),(-121.9349,37.813),(-121.9337,37.788),(-121.9327,37.767),(-121.9232,37.57),(-121.9229,37.563),(-121.9229,37.561),(-121.922487,37.55412)] -I- 880 [(-121.937,37.852),(-121.9368,37.848)] -I- 880 [(-121.948,37.933),(-121.9471,37.925),(-121.9467,37.923),(-121.946,37.918),(-121.9452,37.912),(-121.937,37.852)] -I- 880 [(-121.9995,37.289),(-121.998758,37.28558),(-121.998013,37.282),(-121.996913,37.27613),(-121.9929,37.255),(-121.9919,37.252),(-121.991111,37.24795),(-121.990277,37.24367),(-121.989597,37.24018),(-121.9882,37.233),(-121.9871,37.229),(-121.9865,37.226),(-121.9848,37.216),(-121.982,37.196),(-121.9805,37.186),(-121.975936,37.14723),(-121.9712,37.107)] -I- 880 [(-122.0219,37.466),(-122.0205,37.447),(-122.020331,37.44447),(-122.020008,37.43962),(-122.0195,37.432),(-122.0193,37.429),(-122.0164,37.393),(-122.010219,37.34771),(-122.0041,37.313)] -I- 880 [(-122.0375,37.632),(-122.0359,37.619),(-122.0358,37.616),(-122.034514,37.60409),(-122.031876,37.57965),(-122.031193,37.57332),(-122.03016,37.56375),(-122.02943,37.55698),(-122.028689,37.54929),(-122.027833,37.53908),(-122.025979,37.51698),(-122.0238,37.491)] -I- 880 [(-122.0469,37.774),(-122.0466,37.765),(-122.0465,37.761),(-122.045041,37.72234),(-122.0445,37.708),(-122.0426,37.686),(-122.041515,37.67425),(-122.0414,37.673),(-122.0398,37.656)] -I- 880 [(-122.0612,37.003),(-122.0604,37.991),(-122.0596,37.982),(-122.0585,37.967),(-122.0583,37.961),(-122.0553,37.918),(-122.053635,37.89475),(-122.050759,37.8546),(-122.05,37.844),(-122.0485,37.817),(-122.0483,37.813),(-122.0482,37.811)] -I- 880 [(-122.0666,37.085),(-122.0656,37.067),(-122.0653,37.062),(-122.0644,37.049),(-122.0635,37.036),(-122.0618,37.011)] -I- 880 [(-122.0831,37.312),(-122.0819,37.296),(-122.081,37.285),(-122.0786,37.248),(-122.078,37.24),(-122.077642,37.23496),(-122.076983,37.22567),(-122.076599,37.22026),(-122.076229,37.21505),(-122.0758,37.209)] -I- 880 [(-122.0978,37.528),(-122.096,37.496),(-122.0931,37.453),(-122.09277,37.4496),(-122.090189,37.41442),(-122.0896,37.405),(-122.085,37.34)] -I- 880 [(-122.1048,37.638),(-122.1045,37.633),(-122.1042,37.63),(-122.1033,37.617),(-122.1029,37.61)] -I- 880 [(-122.1365,37.902),(-122.1358,37.898),(-122.1333,37.881),(-122.1323,37.874),(-122.1311,37.866),(-122.1308,37.865),(-122.1307,37.864),(-122.1289,37.851),(-122.1277,37.843),(-122.1264,37.834),(-122.1231,37.812),(-122.1165,37.766),(-122.1104,37.72),(-122.109695,37.71094),(-122.109,37.702),(-122.108312,37.69168),(-122.1076,37.681)] -I- 880 [(-122.1365,37.902),(-122.1376,37.91)] -I- 880 [(-122.1755,37.185),(-122.1747,37.178),(-122.1742,37.173),(-122.1692,37.126),(-122.167792,37.11594),(-122.16757,37.11435),(-122.1671,37.111),(-122.1655,37.1),(-122.165169,37.09811),(-122.1641,37.092),(-122.1596,37.061),(-122.158381,37.05275),(-122.155991,37.03657),(-122.1531,37.017),(-122.1478,37.98),(-122.1407,37.932),(-122.1394,37.924),(-122.1389,37.92),(-122.1376,37.91)] -I- 880 [(-122.1761,37.191),(-122.1757,37.187)] -I- 880 [(-122.1947,37.394),(-122.194,37.385),(-122.1933,37.378),(-122.1882,37.32),(-122.1879,37.317),(-122.1877,37.315),(-122.1876,37.312),(-122.1873,37.309),(-122.1829,37.26),(-122.1818,37.249),(-122.1804,37.234),(-122.1802,37.231),(-122.1776,37.206),(-122.1768,37.197)] -I- 880 [(-122.2068,37.534),(-122.2066,37.53),(-122.206,37.522),(-122.2005,37.46),(-122.1967,37.418),(-122.1959,37.407)] -I- 880 [(-122.2214,37.711),(-122.2202,37.699),(-122.2199,37.695),(-122.219,37.682),(-122.2184,37.672),(-122.2173,37.652),(-122.2159,37.638),(-122.2144,37.616),(-122.2138,37.612),(-122.2135,37.609),(-122.212,37.592),(-122.2116,37.586),(-122.2111,37.581)] -I- 880 [(-122.236,37.783),(-122.2352,37.767),(-122.2348,37.764),(-122.2339,37.758),(-122.2329,37.752),(-122.2323,37.748),(-122.2319,37.746),(-122.2316,37.746),(-122.2312,37.744),(-122.2301,37.743),(-122.2269,37.73),(-122.2267,37.73),(-122.222,37.713)] -I- 880 [(-122.2707,37.975),(-122.2693,37.972),(-122.2681,37.966),(-122.267,37.962),(-122.2659,37.957),(-122.2648,37.952),(-122.2636,37.946),(-122.2625,37.935),(-122.2617,37.927),(-122.2607,37.921),(-122.2593,37.916),(-122.258,37.911),(-122.2536,37.898),(-122.2432,37.858),(-122.2408,37.845),(-122.2386,37.827),(-122.2374,37.811)] -I- 880 [(-122.291,37.052),(-122.2898,37.042),(-122.2888,37.038),(-122.2878,37.036),(-122.2863,37.032)] -I- 880 Ramp ((-121.9349,37.813),(-121.935,37.828)) -I- 880 Ramp ((-121.9351,37.819),(-121.935,37.828),(-121.9339,37.847)) -I- 880 Ramp ((-121.936,37.837),(-121.9351,37.835)) -I- 880 Ramp ((-121.9368,37.848),(-121.9362,37.835)) -I- 880 Ramp ((-121.9376,37.834),(-121.937,37.836)) -I- 880 Ramp ((-121.9477,37.91),(-121.9469,37.911),(-121.9463,37.911)) -I- 880 Ramp ((-121.9682,37.065),(-121.9686,37.066)) -I- 880 Ramp ((-122.0008,37.31),(-122.0002,37.308)) -I- 880 Ramp ((-122.0013,37.298),(-122.0013,37.287)) -I- 880 Ramp ((-122.0369,37.645),(-122.0364,37.646)) -I- 880 Ramp ((-122.0477,37.798),(-122.0466,37.789),(-122.0461,37.785)) -I- 880 Ramp ((-122.0477,37.798),(-122.0482,37.8)) -I- 880 Ramp ((-122.0585,37.967),(-122.0577,37.974),(-122.0548,37.966),(-122.055168,37.96828),(-122.0577,37.984)) -I- 880 Ramp ((-122.0919,37.465),(-122.0931,37.461)) -I- 880 Ramp ((-122.0932,37.439),(-122.0922,37.437),(-122.0915,37.427)) -I- 880 Ramp ((-122.1005,37.571),(-122.1003,37.565),(-122.0997,37.548)) -I- 880 Ramp ((-122.1286,37.836),(-122.1283,37.839)) -I- 880 Ramp ((-122.1335,37.901),(-122.1358,37.905)) -I- 880 Ramp ((-122.1378,37.923),(-122.1374,37.925)) -I- 880 Ramp ((-122.1757,37.187),(-122.1754,37.191)) -I- 880 Ramp ((-122.1863,37.322),(-122.187,37.322)) -I- 880 Ramp ((-122.1876,37.312),(-122.1877,37.309)) -I- 880 Ramp ((-122.2054,37.542),(-122.2057,37.533),(-122.2059,37.526)) -I- 880 Ramp ((-122.2091,37.532),(-122.2089,37.535),(-122.2072,37.535)) -I- 880 Ramp ((-122.2187,37.684),(-122.219,37.688),(-122.2194,37.697)) -I- 880 Ramp ((-122.2301,37.743),(-122.2316,37.751)) -I- 880 Ramp [(-121.9215,37.556),(-121.92179,37.55745),(-121.9229,37.563)] -I- 880 Ramp [(-121.9232,37.57),(-121.9234,37.559),(-121.9229,37.561)] -I- 880 Ramp [(-121.9335,37.851),(-121.9339,37.847),(-121.9351,37.835),(-121.9357,37.83)] -I- 880 Ramp [(-121.9343,37.85),(-121.937,37.852),(-121.937,37.836),(-121.9362,37.835),(-121.9359,37.826),(-121.9349,37.813)] -I- 880 Ramp [(-121.946,37.918),(-121.9463,37.911),(-121.9452,37.912)] -I- 880 Ramp [(-121.9612,37.099),(-121.9615,37.09),(-121.9616,37.087)] -I- 880 Ramp [(-121.9618,37.037),(-121.961998,37.05205),(-121.962212,37.06831),(-121.9623,37.075),(-121.9616,37.087)] -I- 880 Ramp [(-121.9656,37.065),(-121.9678,37.061),(-121.9676,37.065)] -I- 880 Ramp [(-121.9688,37.061),(-121.9686,37.066),(-121.9669,37.075)] -I- 880 Ramp [(-121.9712,37.107),(-121.9643,37.087),(-121.9623,37.085)] -I- 880 Ramp [(-121.986,37.239),(-121.9865,37.236),(-121.9861,37.234)] -I- 880 Ramp [(-121.9865,37.226),(-121.9872,37.22)] -I- 880 Ramp [(-121.9871,37.229),(-121.9863,37.232)] -I- 880 Ramp [(-121.9885,37.211),(-121.9848,37.216)] -I- 880 Ramp [(-122.0019,37.301),(-122.002,37.293)] -I- 880 Ramp [(-122.0041,37.313),(-122.0018,37.315),(-122.0007,37.315),(-122.0005,37.313),(-122.0002,37.308),(-121.9995,37.289)] -I- 880 Ramp [(-122.0041,37.313),(-122.0038,37.308),(-122.0039,37.284),(-122.0013,37.287),(-121.9995,37.289)] -I- 880 Ramp [(-122.0226,37.474),(-122.0214,37.473),(-122.0219,37.466)] -I- 880 Ramp [(-122.0236,37.488),(-122.0231,37.458),(-122.0227,37.458),(-122.0223,37.452),(-122.0205,37.447)] -I- 880 Ramp [(-122.0238,37.491),(-122.0215,37.483),(-122.0211,37.477),(-122.0205,37.447)] -I- 880 Ramp [(-122.0364,37.652),(-122.0364,37.646),(-122.03618,37.63412),(-122.036027,37.62586),(-122.0359,37.619)] -I- 880 Ramp [(-122.0374,37.639),(-122.0375,37.632)] -I- 880 Ramp [(-122.0383,37.64),(-122.0387,37.636),(-122.0387,37.633),(-122.038,37.632)] -I- 880 Ramp [(-122.0392,37.65),(-122.0389,37.625),(-122.0391,37.617),(-122.036099,37.6161),(-122.0358,37.616)] -I- 880 Ramp [(-122.0398,37.656),(-122.0361,37.656)] -I- 880 Ramp [(-122.0482,37.811),(-122.0461,37.785),(-122.0453,37.778),(-122.045,37.775)] -I- 880 Ramp [(-122.0485,37.817),(-122.0484,37.813),(-122.0482,37.8),(-122.0481,37.794),(-122.0478,37.781),(-122.0469,37.774)] -I- 880 Ramp [(-122.059,37.982),(-122.0577,37.984),(-122.0612,37.003)] -I- 880 Ramp [(-122.0604,37.991),(-122.06,37.983),(-122.0605,37.983)] -I- 880 Ramp [(-122.0618,37.011),(-122.0631,37.982),(-122.0585,37.967)] -I- 880 Ramp [(-122.0635,37.036),(-122.064,37.049),(-122.0648,37.069)] -I- 880 Ramp [(-122.0642,37.073),(-122.0648,37.076),(-122.0666,37.085)] -I- 880 Ramp [(-122.0653,37.062),(-122.0663,37.064)] -I- 880 Ramp [(-122.0758,37.209),(-122.073269,37.18911),(-122.073,37.187),(-122.0723,37.183)] -I- 880 Ramp [(-122.0758,37.209),(-122.075697,37.2063),(-122.075,37.188),(-122.0749,37.184)] -I- 880 Ramp [(-122.0837,37.322),(-122.0822,37.316),(-122.0831,37.312)] -I- 880 Ramp [(-122.0837,37.322),(-122.0843,37.316)] -I- 880 Ramp [(-122.085,37.34),(-122.0801,37.316),(-122.081,37.285)] -I- 880 Ramp [(-122.085,37.34),(-122.0866,37.316),(-122.0819,37.296)] -I- 880 Ramp [(-122.0918,37.466),(-122.0896,37.405)] -I- 880 Ramp [(-122.092,37.461),(-122.0923,37.457)] -I- 880 Ramp [(-122.0931,37.453),(-122.0937,37.469),(-122.0931,37.461),(-122.0923,37.457)] -I- 880 Ramp [(-122.096,37.496),(-122.0941,37.464),(-122.0943,37.421),(-122.0915,37.427),(-122.0896,37.405)] -I- 880 Ramp [(-122.0985,37.574),(-122.0986,37.567),(-122.0978,37.528)] -I- 880 Ramp [(-122.0993,37.571),(-122.0999,37.569)] -I- 880 Ramp [(-122.1005,37.571),(-122.1009,37.568)] -I- 880 Ramp [(-122.1022,37.597),(-122.102055,37.59178),(-122.1019,37.562)] -I- 880 Ramp [(-122.1029,37.61),(-122.1013,37.587),(-122.0999,37.569)] -I- 880 Ramp [(-122.1032,37.557),(-122.0997,37.548),(-122.0978,37.528)] -I- 880 Ramp [(-122.1076,37.681),(-122.106243,37.66549),(-122.1062,37.665),(-122.106043,37.66186),(-122.105869,37.65838),(-122.1048,37.638)] -I- 880 Ramp [(-122.1076,37.681),(-122.107021,37.6646),(-122.107,37.664),(-122.106808,37.66184),(-122.1048,37.638)] -I- 880 Ramp [(-122.1287,37.842),(-122.1283,37.839),(-122.1264,37.834)] -I- 880 Ramp [(-122.1289,37.861),(-122.1284,37.855),(-122.1277,37.843)] -I- 880 Ramp [(-122.1296,37.865),(-122.1299,37.866),(-122.1323,37.874)] -I- 880 Ramp [(-122.1318,37.865),(-122.1319,37.866),(-122.1333,37.881)] -I- 880 Ramp [(-122.1376,37.91),(-122.1379,37.909),(-122.1376,37.907),(-122.1365,37.902)] -I- 880 Ramp [(-122.1379,37.891),(-122.1383,37.897),(-122.1377,37.902)] -I- 880 Ramp [(-122.1379,37.931),(-122.137597,37.92736),(-122.1374,37.925),(-122.1373,37.924),(-122.1369,37.914),(-122.1358,37.905),(-122.1365,37.908),(-122.1358,37.898)] -I- 880 Ramp [(-122.1407,37.932),(-122.1397,37.923),(-122.1389,37.917),(-122.1383,37.913)] -I- 880 Ramp [(-122.164,37.106),(-122.1653,37.113),(-122.1651,37.101)] -I- 880 Ramp [(-122.164188,37.10514),(-122.1641,37.092)] -I- 880 Ramp [(-122.1646,37.113),(-122.163,37.111)] -I- 880 Ramp [(-122.1646,37.113),(-122.165458,37.11379),(-122.167792,37.11594)] -I- 880 Ramp [(-122.165757,37.09059),(-122.165169,37.09811)] -I- 880 Ramp [(-122.165757,37.09059),(-122.16635,37.09559)] -I- 880 Ramp [(-122.1675,37.09),(-122.1666,37.089),(-122.165804,37.08972),(-122.1655,37.09),(-122.1641,37.092)] -I- 880 Ramp [(-122.1675,37.09),(-122.16757,37.11435)] -I- 880 Ramp [(-122.173,37.194),(-122.1742,37.173)] -I- 880 Ramp [(-122.1763,37.184),(-122.1761,37.191)] -I- 880 Ramp [(-122.1763,37.193),(-122.1754,37.191),(-122.1745,37.194),(-122.1743,37.192),(-122.1737,37.196),(-122.1725,37.198)] -I- 880 Ramp [(-122.1768,37.197),(-122.1774,37.182),(-122.1769,37.18),(-122.1758,37.181),(-122.1747,37.178)] -I- 880 Ramp [(-122.1868,37.32),(-122.187,37.322),(-122.1873,37.321),(-122.1877,37.319),(-122.1879,37.317)] -I- 880 Ramp [(-122.1893,37.303),(-122.1888,37.305),(-122.1885,37.307),(-122.1877,37.309),(-122.1873,37.309)] -I- 880 Ramp [(-122.1946,37.405),(-122.1942,37.411),(-122.1951,37.411)] -I- 880 Ramp [(-122.1946,37.405),(-122.1947,37.394)] -I- 880 Ramp [(-122.1952,37.418),(-122.1967,37.418)] -I- 880 Ramp [(-122.1954,37.372),(-122.1957,37.378)] -I- 880 Ramp [(-122.1959,37.407),(-122.1958,37.396),(-122.1953,37.396),(-122.1947,37.394)] -I- 880 Ramp [(-122.2065,37.54),(-122.2066,37.535),(-122.2063,37.531),(-122.2059,37.526),(-122.206,37.522)] -I- 880 Ramp [(-122.2092,37.535),(-122.2074,37.536),(-122.2072,37.535),(-122.2066,37.53)] -I- 880 Ramp [(-122.2096,37.565),(-122.2079,37.549),(-122.2061,37.541)] -I- 880 Ramp [(-122.2111,37.581),(-122.2108,37.535)] -I- 880 Ramp [(-122.2176,37.65),(-122.2173,37.652)] -I- 880 Ramp [(-122.2177,37.668),(-122.2168,37.653),(-122.2159,37.638)] -I- 880 Ramp [(-122.218,37.659),(-122.2173,37.652)] -I- 880 Ramp [(-122.2199,37.695),(-122.2194,37.697),(-122.2197,37.7),(-122.2202,37.699)] -I- 880 Ramp [(-122.222,37.713),(-122.2212,37.705),(-122.2207,37.697),(-122.2208,37.694),(-122.2192,37.68),(-122.2184,37.672)] -I- 880 Ramp [(-122.2301,37.743),(-122.2294,37.735)] -I- 880 Ramp [(-122.2316,37.746),(-122.2316,37.751),(-122.2321,37.752),(-122.2329,37.752)] -I- 880 Ramp [(-122.2325,37.743),(-122.2319,37.746)] -I- 880 Ramp [(-122.2361,37.785),(-122.2356,37.781)] -I- 880 Ramp [(-122.237,37.799),(-122.236,37.777),(-122.236,37.768),(-122.2357,37.764),(-122.235,37.754)] -I- 880 Ramp [(-122.2372,37.802),(-122.23638,37.7996),(-122.2361,37.801),(-122.2357,37.801)] -I- 880 Ramp [(-122.2374,37.811),(-122.2374,37.796)] -I- 880 Ramp [(-122.2536,37.898),(-122.254,37.902)] -I- 880 Ramp [(-122.2577,37.914),(-122.258,37.911)] -I- 880 Ramp [(-122.2636,37.946),(-122.2646,37.954)] -I- 880 Ramp [(-122.2636,37.946),(-122.2649,37.95),(-122.2662,37.954)] -I- 880 Ramp [(-122.268,37.969),(-122.2693,37.972)] -I- 880 Ramp [(-122.2685,37.962),(-122.2695,37.969),(-122.2707,37.975)] -I- 880 Ramp [(-122.2729,37.986),(-122.2744,37.986)] -I- 880 Ramp [(-122.274,37.993),(-122.2729,37.986)] -I- 880 Ramp [(-122.2771,37.002),(-122.278,37)] -I- 880 Ramp [(-122.2775,37.007),(-122.2769,37.001)] -I- 880 Ramp [(-122.2849,37.028),(-122.2845,37.026),(-122.2837,37.021)] -I- 880 Ramp [(-122.2863,37.032),(-122.285451,37.03094),(-122.284429,37.02966),(-122.2831,37.028),(-122.2823,37.031)] -I- 880 Ramp [(-122.291454,37.064),(-122.291088,37.06103),(-122.2903,37.05),(-122.2897,37.044),(-122.2888,37.038)] -I- 880 Ramp [(-122.2916,37.052),(-122.2898,37.04),(-122.2888,37.038)] -I- 980 ((-122.268,37.227),(-122.2678,37.233),(-122.2675,37.243)) -I- 980 ((-122.2688,37.2),(-122.2684,37.215),(-122.268,37.227)) -I- 980 [(-122.2675,37.243),(-122.2674,37.246)] -I- 980 [(-122.2681,37.248),(-122.2677,37.252)] -I- 980 [(-122.268237,37.24426),(-122.2682,37.245)] -I- 980 [(-122.2684,37.236),(-122.2683,37.243),(-122.268237,37.24426)] -I- 980 [(-122.2684,37.236),(-122.2684,37.234),(-122.268817,37.22458),(-122.269027,37.21557),(-122.2691,37.213),(-122.2694,37.199),(-122.2693,37.194)] -I- 980 [(-122.2688,37.2),(-122.2688,37.197),(-122.2689,37.191)] -I- 980 [(-122.2699,37.159),(-122.2697,37.165),(-122.2695,37.17),(-122.2693,37.18),(-122.2689,37.191)] -I- 980 [(-122.2701,37.163),(-122.2699,37.172),(-122.2693,37.192),(-122.2693,37.194)] -I- 980 [(-122.2783,37.006),(-122.2787,37.014),(-122.2791,37.024),(-122.279124,37.0254),(-122.2782,37.053),(-122.2778,37.061),(-122.2773,37.068)] -I- 980 [(-122.2789,37.009),(-122.2795,37.022),(-122.279648,37.02711),(-122.2787,37.055),(-122.2782,37.062),(-122.2775,37.075),(-122.2773,37.078),(-122.2763,37.094),(-122.2758,37.1),(-122.274904,37.11235),(-122.274857,37.1131),(-122.2748,37.114)] -I- 980 Ramp [(-122.2688,37.197),(-122.2691,37.191),(-122.2693,37.18)] -I- 980 Ramp [(-122.2688,37.206),(-122.2688,37.203),(-122.2684,37.215)] -I- 980 Ramp [(-122.2691,37.213),(-122.269438,37.20709),(-122.2699,37.199),(-122.27,37.194),(-122.270194,37.18382),(-122.270352,37.17552),(-122.2704,37.173)] -I- 980 Ramp [(-122.2693,37.194),(-122.2691,37.198)] -I- 980 Ramp [(-122.2699,37.159),(-122.2701,37.163)] -I- 980 Ramp [(-122.2739,37.117),(-122.2745,37.119),(-122.2733,37.129)] -I- 980 Ramp [(-122.2773,37.068),(-122.2772,37.061)] -I- 980 Ramp [(-122.2773,37.078),(-122.2766,37.095)] -\. --- --- Data for Name: inet_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.inet_tbl (c, i) FROM stdin; -192.168.1.0/24 192.168.1.226/24 -192.168.1.0/26 192.168.1.226 -192.168.1.0/24 192.168.1.0/24 -192.168.1.0/24 192.168.1.0/25 -192.168.1.0/24 192.168.1.255/24 -192.168.1.0/24 192.168.1.255/25 -10.0.0.0/8 10.1.2.3/8 -10.0.0.0/32 10.1.2.3/8 -10.1.2.3/32 10.1.2.3 -10.1.2.0/24 10.1.2.3/24 -10.1.0.0/16 10.1.2.3/16 -10.0.0.0/8 10.1.2.3/8 -10.0.0.0/8 11.1.2.3/8 -10.0.0.0/8 9.1.2.3/8 -10:23::f1/128 10:23::f1/64 -10:23::8000/113 10:23::ffff -::ffff:1.2.3.4/128 ::4.3.2.1/24 -10.0.0.0/8 10::/8 -\. --- --- Data for Name: infinite_interval_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.infinite_interval_tbl (i) FROM stdin; -infinity --infinity -1 year 2 days 03:00:00 -\. --- --- Data for Name: insert_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.insert_tbl (x, y, z) FROM stdin; -4 Y -4 -\N try again \N -7 try again -7 -5 !check failed \N -6 try again -6 -\. --- --- Data for Name: int2_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.int2_tbl (f1) FROM stdin; -0 -1234 --1234 -32767 --32767 -\. --- --- Data for Name: int4_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.int4_tbl (f1) FROM stdin; -0 -123456 --123456 -2147483647 --2147483647 -\. --- --- Data for Name: int8_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.int8_tbl (q1, q2) FROM stdin; -123 456 -123 4567890123456789 -4567890123456789 123 -4567890123456789 4567890123456789 -4567890123456789 -4567890123456789 -\. --- --- Data for Name: interval_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.interval_tbl (f1) FROM stdin; -00:01:00 -05:00:00 -10 days -34 years -3 mons --00:00:14 -1 day 02:03:04 -6 years -5 mons -5 mons 12:00:00 -infinity --infinity -\. --- --- Data for Name: invalid_check_con; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.invalid_check_con (f1) FROM stdin; -0 -\. --- --- Data for Name: invalid_check_con_child; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.invalid_check_con_child (f1) FROM stdin; -\. --- --- Data for Name: kd_point_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.kd_point_tbl (p) FROM stdin; -(8800,0) -(1891,1) -(3420,2) -(9850,3) -(7164,4) -(8009,5) -(5057,6) -(6701,7) -(4321,8) -(3043,9) -(1314,10) -(1504,11) -(5222,12) -(6243,13) -(5471,14) -(5006,15) -(5387,16) -(5785,17) -(6621,18) -(6969,19) -(9460,20) -(59,21) -(8020,22) -(7695,23) -(3442,24) -(5119,25) -(646,26) -(9605,27) -(263,28) -(3269,29) -(1839,30) -(9144,31) -(2513,32) -(8850,33) -(236,34) -(3162,35) -(4380,36) -(8095,37) -(209,38) -(3055,39) -(6921,40) -(7046,41) -(7912,42) -(7267,43) -(3599,44) -(923,45) -(1437,46) -(6439,47) -(6989,48) -(8798,49) -(5960,50) -(5832,51) -(6066,52) -(322,53) -(8321,54) -(734,55) -(688,56) -(4212,57) -(9653,58) -(2677,59) -(5423,60) -(2592,61) -(3233,62) -(5032,63) -(2525,64) -(4450,65) -(5778,66) -(5852,67) -(5404,68) -(6223,69) -(6133,70) -(9112,71) -(7575,72) -(7414,73) -(9741,74) -(3767,75) -(9372,76) -(8976,77) -(4071,78) -(1311,79) -(2604,80) -(8840,81) -(567,82) -(5215,83) -(5474,84) -(3906,85) -(1769,86) -(1454,87) -(6877,88) -(6501,89) -(934,90) -(4075,91) -(3180,92) -(7787,93) -(6401,94) -(4244,95) -(4591,96) -(4113,97) -(5925,98) -(1987,99) -(8248,100) -(4151,101) -(8670,102) -(6194,103) -(88,104) -(4058,105) -(2742,106) -(8275,107) -(4258,108) -(6129,109) -(7243,110) -(2392,111) -(9853,112) -(6064,113) -(4391,114) -(726,115) -(6957,116) -(3853,117) -(4524,118) -(5330,119) -(6671,120) -(5314,121) -(9202,122) -(4596,123) -(8951,124) -(9902,125) -(1440,126) -(5339,127) -(3371,128) -(4467,129) -(6216,130) -(5364,131) -(7547,132) -(4338,133) -(3481,134) -(826,135) -(3647,136) -(3337,137) -(3591,138) -(7192,139) -(1078,140) -(1310,141) -(9642,142) -(39,143) -(8682,144) -(1794,145) -(5630,146) -(6748,147) -(3766,148) -(6403,149) -(175,150) -(2179,151) -(7897,152) -(2760,153) -(1675,154) -(2564,155) -(157,156) -(8779,157) -(9591,158) -(8732,159) -(139,160) -(5372,161) -(1278,162) -(4697,163) -(8610,164) -(8180,165) -(2399,166) -(615,167) -(7629,168) -(7628,169) -(4659,170) -(5865,171) -(3973,172) -(552,173) -(708,174) -(3550,175) -(5547,176) -(489,177) -(3794,178) -(9479,179) -(6435,180) -(5120,181) -(3615,182) -(8399,183) -(2155,184) -(6690,185) -(1683,186) -(6302,187) -(516,188) -(3901,189) -(6938,190) -(7484,191) -(7424,192) -(9410,193) -(1714,194) -(8278,195) -(3158,196) -(2511,197) -(2912,198) -(2648,199) -(9385,200) -(7545,201) -(8407,202) -(5893,203) -(7049,204) -(6812,205) -(3649,206) -(9275,207) -(1179,208) -(969,209) -(7920,210) -(998,211) -(3958,212) -(6052,213) -(8791,214) -(5191,215) -(4267,216) -(2829,217) -(6396,218) -(9413,219) -(614,220) -(4660,221) -(8834,222) -(2767,223) -(2444,224) -(4129,225) -(3394,226) -(2705,227) -(8499,228) -(8852,229) -(6174,230) -(750,231) -(8164,232) -(4930,233) -(9904,234) -(7378,235) -(2927,236) -(7155,237) -(1302,238) -(5904,239) -(9687,240) -(3553,241) -(4447,242) -(6878,243) -(9470,244) -(9735,245) -(5967,246) -(6601,247) -(7631,248) -(3559,249) -(2247,250) -(9649,251) -(808,252) -(240,253) -(5031,254) -(9563,255) -(5656,256) -(3886,257) -(2431,258) -(5560,259) -(9065,260) -(8130,261) -(4054,262) -(873,263) -(3092,264) -(6697,265) -(2452,266) -(7867,267) -(3753,268) -(7834,269) -(5846,270) -(7604,271) -(3452,272) -(4788,273) -(8600,274) -(8511,275) -(4452,276) -(1709,277) -(3440,278) -(9188,279) -(3058,280) -(5821,281) -(3428,282) -(3581,283) -(7523,284) -(3131,285) -(2404,286) -(5453,287) -(1599,288) -(7081,289) -(1750,290) -(5085,291) -(9777,292) -(574,293) -(5984,294) -(7039,295) -(7143,296) -(5702,297) -(362,298) -(6997,299) -(2529,300) -(6319,301) -(954,302) -(3413,303) -(9081,304) -(5599,305) -(4772,306) -(1124,307) -(7793,308) -(4201,309) -(7015,310) -(5936,311) -(4625,312) -(4989,313) -(4949,314) -(6273,315) -(4478,316) -(8854,317) -(2105,318) -(8345,319) -(1941,320) -(1765,321) -(9592,322) -(1694,323) -(8940,324) -(7264,325) -(4699,326) -(4541,327) -(5768,328) -(6183,329) -(7457,330) -(7317,331) -(1944,332) -(665,333) -(5974,334) -(7370,335) -(9196,336) -(6796,337) -(6180,338) -(8557,339) -(928,340) -(6275,341) -(409,342) -(6442,343) -(5889,344) -(5180,345) -(1629,346) -(6088,347) -(5598,348) -(1803,349) -(2330,350) -(5901,351) -(780,352) -(7171,353) -(8778,354) -(6622,355) -(9938,356) -(8254,357) -(1951,358) -(1434,359) -(7539,360) -(600,361) -(3122,362) -(5704,363) -(6300,364) -(4585,365) -(6313,366) -(3154,367) -(642,368) -(7736,369) -(5087,370) -(5708,371) -(8169,372) -(9768,373) -(3874,374) -(6831,375) -(18,376) -(6375,377) -(7106,378) -(5926,379) -(4956,380) -(7042,381) -(6043,382) -(2084,383) -(6038,384) -(7253,385) -(2061,386) -(7800,387) -(4970,388) -(8580,389) -(9173,390) -(8558,391) -(3897,392) -(5069,393) -(2301,394) -(9863,395) -(5733,396) -(2338,397) -(9639,398) -(1139,399) -(2293,400) -(6125,401) -(5374,402) -(7216,403) -(2285,404) -(2387,405) -(5015,406) -(2087,407) -(4938,408) -(3635,409) -(7737,410) -(8056,411) -(4502,412) -(54,413) -(3182,414) -(3718,415) -(3989,416) -(8028,417) -(1426,418) -(3801,419) -(241,420) -(8000,421) -(8357,422) -(7548,423) -(7307,424) -(2275,425) -(2718,426) -(7068,427) -(3181,428) -(749,429) -(5195,430) -(6136,431) -(8012,432) -(3957,433) -(3083,434) -(9997,435) -(3299,436) -(846,437) -(2985,438) -(9238,439) -(1403,440) -(5563,441) -(7965,442) -(4512,443) -(9730,444) -(1129,445) -(2624,446) -(8178,447) -(6468,448) -(3027,449) -(3845,450) -(786,451) -(4971,452) -(1542,453) -(7967,454) -(443,455) -(7318,456) -(4913,457) -(9466,458) -(7866,459) -(784,460) -(9040,461) -(3954,462) -(4183,463) -(3608,464) -(7630,465) -(590,466) -(3453,467) -(7757,468) -(7394,469) -(396,470) -(7873,471) -(1553,472) -(598,473) -(7191,474) -(8116,475) -(2516,476) -(7750,477) -(6625,478) -(8838,479) -(4636,480) -(7627,481) -(1690,482) -(7071,483) -(2081,484) -(7138,485) -(864,486) -(6392,487) -(7544,488) -(5438,489) -(7099,490) -(5157,491) -(3391,492) -(3805,493) -(2110,494) -(3176,495) -(5918,496) -(1218,497) -(6683,498) -(914,499) -(4737,500) -(7286,501) -(9975,502) -(8030,503) -(7364,504) -(1389,505) -(4025,506) -(4835,507) -(8045,508) -(1864,509) -(3313,510) -(2384,511) -(6115,512) -(5705,513) -(9269,514) -(3379,515) -(8205,516) -(6575,517) -(486,518) -(4894,519) -(3090,520) -(759,521) -(4864,522) -(4083,523) -(6918,524) -(8146,525) -(1523,526) -(1591,527) -(3343,528) -(1391,529) -(9963,530) -(2423,531) -(1822,532) -(8706,533) -(3001,534) -(6707,535) -(2121,536) -(5814,537) -(2659,538) -(2016,539) -(4286,540) -(9205,541) -(3496,542) -(5333,543) -(5571,544) -(1696,545) -(4871,546) -(4852,547) -(8483,548) -(1376,549) -(5456,550) -(499,551) -(3463,552) -(7426,553) -(5341,554) -(9309,555) -(2055,556) -(2199,557) -(7235,558) -(8661,559) -(9494,560) -(935,561) -(7044,562) -(1974,563) -(9679,564) -(9822,565) -(4088,566) -(1749,567) -(2116,568) -(976,569) -(8689,570) -(2563,571) -(7195,572) -(9985,573) -(7699,574) -(5311,575) -(295,576) -(8214,577) -(3275,578) -(9646,579) -(1908,580) -(3858,581) -(9362,582) -(9307,583) -(6124,584) -(2405,585) -(8422,586) -(393,587) -(8973,588) -(5171,589) -(4929,590) -(6935,591) -(8584,592) -(1035,593) -(3734,594) -(1458,595) -(8746,596) -(1677,597) -(8502,598) -(7752,599) -(2556,600) -(6426,601) -(8420,602) -(4462,603) -(1378,604) -(1387,605) -(8094,606) -(7247,607) -(4261,608) -(5029,609) -(3625,610) -(8068,611) -(102,612) -(5596,613) -(5872,614) -(4742,615) -(2117,616) -(3945,617) -(7483,618) -(4455,619) -(609,620) -(9829,621) -(4857,622) -(3314,623) -(5353,624) -(4909,625) -(7597,626) -(2683,627) -(3223,628) -(5363,629) -(4578,630) -(5544,631) -(1589,632) -(7412,633) -(3803,634) -(6179,635) -(5588,636) -(2134,637) -(4383,638) -(6995,639) -(6598,640) -(8731,641) -(7177,642) -(6578,643) -(9393,644) -(1276,645) -(8766,646) -(1015,647) -(4396,648) -(5564,649) -(927,650) -(3306,651) -(1615,652) -(4550,653) -(2468,654) -(5336,655) -(4471,656) -(8085,657) -(540,658) -(5108,659) -(8015,660) -(2857,661) -(9472,662) -(5666,663) -(3555,664) -(378,665) -(4466,666) -(3247,667) -(6570,668) -(5655,669) -(917,670) -(3637,671) -(3668,672) -(5644,673) -(8286,674) -(6896,675) -(2870,676) -(8041,677) -(8137,678) -(4823,679) -(2438,680) -(6329,681) -(623,682) -(1360,683) -(7987,684) -(9788,685) -(3212,686) -(2725,687) -(7837,688) -(4746,689) -(3986,690) -(9128,691) -(5044,692) -(8132,693) -(9992,694) -(8468,695) -(6876,696) -(3532,697) -(2140,698) -(2183,699) -(9766,700) -(7943,701) -(9243,702) -(6241,703) -(9540,704) -(7418,705) -(1603,706) -(8950,707) -(6933,708) -(2646,709) -(3447,710) -(9957,711) -(4623,712) -(9058,713) -(7361,714) -(2489,715) -(7643,716) -(9166,717) -(7789,718) -(2332,719) -(1832,720) -(8375,721) -(948,722) -(5613,723) -(6310,724) -(4254,725) -(4260,726) -(2060,727) -(4831,728) -(6176,729) -(6688,730) -(5752,731) -(8714,732) -(6739,733) -(7066,734) -(7250,735) -(3161,736) -(1411,737) -(9301,738) -(8324,739) -(9641,740) -(7077,741) -(9888,742) -(9909,743) -(2209,744) -(6904,745) -(6608,746) -(8400,747) -(5124,748) -(5484,749) -(3575,750) -(9723,751) -(360,752) -(1059,753) -(4941,754) -(2535,755) -(4119,756) -(3725,757) -(4758,758) -(9593,759) -(4663,760) -(7734,761) -(9156,762) -(8120,763) -(4385,764) -(2926,765) -(4186,766) -(2508,767) -(4012,768) -(6266,769) -(3709,770) -(7289,771) -(8875,772) -(4412,773) -(3033,774) -(1645,775) -(3557,776) -(6316,777) -(2054,778) -(7031,779) -(3405,780) -(5343,781) -(5240,782) -(9650,783) -(3777,784) -(9041,785) -(6923,786) -(2977,787) -(5500,788) -(1044,789) -(434,790) -(611,791) -(5760,792) -(2445,793) -(7098,794) -(2188,795) -(4597,796) -(1913,797) -(8696,798) -(3332,799) -(8760,800) -(3215,801) -(1625,802) -(4219,803) -(415,804) -(4242,805) -(8660,806) -(6525,807) -(2141,808) -(5152,809) -(8560,810) -(9835,811) -(2657,812) -(6085,813) -(6698,814) -(5421,815) -(6661,816) -(5645,817) -(1248,818) -(5690,819) -(4762,820) -(1455,821) -(9846,822) -(5295,823) -(2826,824) -(7496,825) -(3024,826) -(4945,827) -(4404,828) -(9302,829) -(1286,830) -(8435,831) -(8969,832) -(3302,833) -(9753,834) -(9374,835) -(4907,836) -(1659,837) -(5095,838) -(9446,839) -(8528,840) -(4890,841) -(1221,842) -(5583,843) -(7303,844) -(406,845) -(7542,846) -(9507,847) -(9511,848) -(1373,849) -(6556,850) -(4117,851) -(7794,852) -(7170,853) -(5809,854) -(7828,855) -(8046,856) -(4833,857) -(2107,858) -(4276,859) -(9536,860) -(5549,861) -(6427,862) -(1382,863) -(3256,864) -(3270,865) -(4808,866) -(7938,867) -(4405,868) -(2264,869) -(80,870) -(320,871) -(2383,872) -(3146,873) -(6911,874) -(7377,875) -(9965,876) -(8361,877) -(9417,878) -(2483,879) -(9843,880) -(6395,881) -(6444,882) -(1820,883) -(2768,884) -(5413,885) -(2923,886) -(5286,887) -(6126,888) -(8343,889) -(6010,890) -(4177,891) -(5808,892) -(4859,893) -(9252,894) -(2941,895) -(8693,896) -(4432,897) -(2371,898) -(7546,899) -(1369,900) -(4687,901) -(8941,902) -(226,903) -(3493,904) -(6433,905) -(9189,906) -(6027,907) -(4615,908) -(5320,909) -(7002,910) -(7367,911) -(289,912) -(407,913) -(504,914) -(8301,915) -(1396,916) -(4794,917) -(6400,918) -(1275,919) -(5797,920) -(2221,921) -(2504,922) -(2143,923) -(1083,924) -(6148,925) -(3612,926) -(9499,927) -(5773,928) -(1014,929) -(1427,930) -(6770,931) -(9042,932) -(9892,933) -(1771,934) -(7392,935) -(4465,936) -(278,937) -(7776,938) -(3763,939) -(7503,940) -(3793,941) -(6510,942) -(7641,943) -(3228,944) -(194,945) -(8555,946) -(4997,947) -(8687,948) -(6632,949) -(9607,950) -(6201,951) -(857,952) -(5623,953) -(5979,954) -(2201,955) -(3166,956) -(6249,957) -(3271,958) -(7777,959) -(6732,960) -(6297,961) -(5685,962) -(9931,963) -(7485,964) -(386,965) -(8204,966) -(3606,967) -(1692,968) -(3002,969) -(9676,970) -(915,971) -(7706,972) -(6080,973) -(1860,974) -(1444,975) -(7208,976) -(8554,977) -(2028,978) -(9893,979) -(4740,980) -(6186,981) -(6357,982) -(3699,983) -(7620,984) -(921,985) -(5506,986) -(8851,987) -(3205,988) -(1956,989) -(6272,990) -(1509,991) -(53,992) -(213,993) -(4924,994) -(2097,995) -(4607,996) -(1582,997) -(6643,998) -(2238,999) -(2942,1000) -(1655,1001) -(3226,1002) -(4263,1003) -(960,1004) -(1213,1005) -(1845,1006) -(6944,1007) -(5284,1008) -(188,1009) -(748,1010) -(2226,1011) -(7342,1012) -(6120,1013) -(536,1014) -(3239,1015) -(2832,1016) -(5296,1017) -(5795,1018) -(6290,1019) -(4916,1020) -(8366,1021) -(4248,1022) -(6460,1023) -(9296,1024) -(3486,1025) -(5664,1026) -(7624,1027) -(2790,1028) -(682,1029) -(6412,1030) -(6882,1031) -(1332,1032) -(4911,1033) -(3528,1034) -(271,1035) -(7007,1036) -(2198,1037) -(4266,1038) -(9867,1039) -(7602,1040) -(7521,1041) -(7200,1042) -(4816,1043) -(1669,1044) -(4764,1045) -(7393,1046) -(7434,1047) -(9079,1048) -(9668,1049) -(7184,1050) -(7347,1051) -(951,1052) -(4513,1053) -(2692,1054) -(9930,1055) -(4516,1056) -(1592,1057) -(6312,1058) -(185,1059) -(1848,1060) -(5844,1061) -(1666,1062) -(5864,1063) -(1004,1064) -(1758,1065) -(8823,1066) -(129,1067) -(5703,1068) -(3331,1069) -(5791,1070) -(4421,1071) -(9740,1072) -(798,1073) -(571,1074) -(7084,1075) -(650,1076) -(1467,1077) -(5446,1078) -(830,1079) -(5516,1080) -(8520,1081) -(1152,1082) -(862,1083) -(454,1084) -(9956,1085) -(1654,1086) -(257,1087) -(5469,1088) -(9075,1089) -(7799,1090) -(2001,1091) -(9786,1092) -(7281,1093) -(5137,1094) -(4053,1095) -(7911,1096) -(4298,1097) -(4805,1098) -(9038,1099) -(8023,1100) -(6595,1101) -(9831,1102) -(788,1103) -(902,1104) -(9137,1105) -(1744,1106) -(7285,1107) -(7006,1108) -(9236,1109) -(5472,1110) -(7975,1111) -(4181,1112) -(7677,1113) -(35,1114) -(6813,1115) -(6618,1116) -(8069,1117) -(3071,1118) -(4390,1119) -(7764,1120) -(8163,1121) -(1961,1122) -(1103,1123) -(5486,1124) -(9513,1125) -(7311,1126) -(4144,1127) -(7901,1128) -(4629,1129) -(6858,1130) -(125,1131) -(3834,1132) -(8155,1133) -(8230,1134) -(744,1135) -(357,1136) -(2159,1137) -(8559,1138) -(6866,1139) -(3863,1140) -(4193,1141) -(3277,1142) -(5577,1143) -(9503,1144) -(7642,1145) -(6197,1146) -(8995,1147) -(440,1148) -(8418,1149) -(8531,1150) -(3790,1151) -(7610,1152) -(1252,1153) -(7559,1154) -(9945,1155) -(9023,1156) -(3516,1157) -(4671,1158) -(1465,1159) -(9515,1160) -(3242,1161) -(1732,1162) -(1678,1163) -(1464,1164) -(6546,1165) -(4448,1166) -(9847,1167) -(8264,1168) -(1620,1169) -(9388,1170) -(6445,1171) -(4789,1172) -(1562,1173) -(7305,1174) -(6344,1175) -(5130,1176) -(3284,1177) -(6346,1178) -(1061,1179) -(872,1180) -(123,1181) -(7903,1182) -(560,1183) -(4446,1184) -(3909,1185) -(669,1186) -(7843,1187) -(2546,1188) -(6757,1189) -(466,1190) -(5556,1191) -(7196,1192) -(2947,1193) -(6493,1194) -(7203,1195) -(3716,1196) -(8058,1197) -(433,1198) -(7649,1199) -(6966,1200) -(553,1201) -(3677,1202) -(2344,1203) -(7439,1204) -(3910,1205) -(3638,1206) -(6637,1207) -(4438,1208) -(171,1209) -(310,1210) -(2714,1211) -(5199,1212) -(8005,1213) -(3188,1214) -(1518,1215) -(6760,1216) -(9373,1217) -(1938,1218) -(2865,1219) -(3203,1220) -(6025,1221) -(8684,1222) -(7732,1223) -(3218,1224) -(525,1225) -(601,1226) -(6091,1227) -(4498,1228) -(8192,1229) -(8006,1230) -(6157,1231) -(312,1232) -(8652,1233) -(2787,1234) -(1782,1235) -(23,1236) -(1206,1237) -(1076,1238) -(5379,1239) -(2047,1240) -(6262,1241) -(1840,1242) -(2106,1243) -(1307,1244) -(735,1245) -(3657,1246) -(3006,1247) -(1538,1248) -(6098,1249) -(5267,1250) -(9757,1251) -(1236,1252) -(83,1253) -(9227,1254) -(8772,1255) -(8822,1256) -(7167,1257) -(6909,1258) -(1439,1259) -(2370,1260) -(4577,1261) -(2575,1262) -(2795,1263) -(5520,1264) -(382,1265) -(6335,1266) -(8430,1267) -(4131,1268) -(9332,1269) -(293,1270) -(2276,1271) -(5687,1272) -(5862,1273) -(5073,1274) -(4170,1275) -(5039,1276) -(3294,1277) -(6015,1278) -(9015,1279) -(9785,1280) -(4312,1281) -(6343,1282) -(2161,1283) -(4490,1284) -(4454,1285) -(7647,1286) -(1028,1287) -(2965,1288) -(9900,1289) -(5509,1290) -(7751,1291) -(9594,1292) -(7632,1293) -(6528,1294) -(1041,1295) -(1534,1296) -(4229,1297) -(84,1298) -(2189,1299) -(7566,1300) -(707,1301) -(581,1302) -(6753,1303) -(8604,1304) -(373,1305) -(9635,1306) -(9277,1307) -(7117,1308) -(8564,1309) -(1697,1310) -(7840,1311) -(3646,1312) -(368,1313) -(4797,1314) -(5300,1315) -(7664,1316) -(1466,1317) -(2477,1318) -(2036,1319) -(3624,1320) -(5099,1321) -(1308,1322) -(3704,1323) -(2451,1324) -(4898,1325) -(4959,1326) -(5942,1327) -(2425,1328) -(7760,1329) -(6294,1330) -(6785,1331) -(3542,1332) -(1809,1333) -(130,1334) -(8672,1335) -(2125,1336) -(7683,1337) -(7842,1338) -(9584,1339) -(7963,1340) -(8581,1341) -(2135,1342) -(7352,1343) -(5789,1344) -(8490,1345) -(2145,1346) -(7021,1347) -(3736,1348) -(7396,1349) -(6334,1350) -(5461,1351) -(5337,1352) -(7440,1353) -(6879,1354) -(2432,1355) -(8529,1356) -(7859,1357) -(15,1358) -(7475,1359) -(717,1360) -(250,1361) -(4700,1362) -(7510,1363) -(4562,1364) -(8075,1365) -(871,1366) -(7161,1367) -(9109,1368) -(8675,1369) -(1025,1370) -(4065,1371) -(3511,1372) -(9840,1373) -(7495,1374) -(55,1375) -(6151,1376) -(2512,1377) -(5881,1378) -(1442,1379) -(1270,1380) -(959,1381) -(8251,1382) -(3051,1383) -(5052,1384) -(1863,1385) -(344,1386) -(3590,1387) -(4223,1388) -(2284,1389) -(9425,1390) -(6221,1391) -(195,1392) -(1517,1393) -(3791,1394) -(572,1395) -(46,1396) -(9451,1397) -(3359,1398) -(8867,1399) -(674,1400) -(2674,1401) -(6523,1402) -(6210,1403) -(7564,1404) -(4776,1405) -(2993,1406) -(2969,1407) -(1762,1408) -(685,1409) -(5312,1410) -(3264,1411) -(7008,1412) -(5167,1413) -(3060,1414) -(1752,1415) -(1016,1416) -(7365,1417) -(4358,1418) -(2819,1419) -(6727,1420) -(1459,1421) -(1708,1422) -(471,1423) -(387,1424) -(1166,1425) -(2400,1426) -(3584,1427) -(6423,1428) -(9520,1429) -(8080,1430) -(5709,1431) -(1131,1432) -(8562,1433) -(5766,1434) -(245,1435) -(9869,1436) -(3533,1437) -(5109,1438) -(977,1439) -(1651,1440) -(1357,1441) -(9087,1442) -(3399,1443) -(7543,1444) -(2469,1445) -(8305,1446) -(3265,1447) -(9977,1448) -(3961,1449) -(4952,1450) -(5173,1451) -(860,1452) -(4523,1453) -(2361,1454) -(7877,1455) -(3422,1456) -(5781,1457) -(4752,1458) -(1786,1459) -(1892,1460) -(6389,1461) -(8644,1462) -(9056,1463) -(1423,1464) -(4901,1465) -(3859,1466) -(2324,1467) -(8101,1468) -(8016,1469) -(5826,1470) -(8266,1471) -(7558,1472) -(6976,1473) -(222,1474) -(1624,1475) -(1250,1476) -(1621,1477) -(2350,1478) -(5239,1479) -(6681,1480) -(4983,1481) -(7149,1482) -(3502,1483) -(3133,1484) -(8342,1485) -(3041,1486) -(5383,1487) -(3916,1488) -(1438,1489) -(9408,1490) -(5783,1491) -(683,1492) -(9381,1493) -(5676,1494) -(3224,1495) -(8332,1496) -(3372,1497) -(7436,1498) -(5010,1499) -(7256,1500) -(961,1501) -(4182,1502) -(639,1503) -(8836,1504) -(8705,1505) -(32,1506) -(7913,1507) -(229,1508) -(2393,1509) -(2815,1510) -(4858,1511) -(6283,1512) -(4147,1513) -(6801,1514) -(1011,1515) -(2527,1516) -(381,1517) -(3366,1518) -(9636,1519) -(2239,1520) -(5911,1521) -(449,1522) -(5118,1523) -(7684,1524) -(804,1525) -(8378,1526) -(9855,1527) -(1995,1528) -(1979,1529) -(4510,1530) -(3792,1531) -(3541,1532) -(8847,1533) -(1336,1534) -(6780,1535) -(8711,1536) -(7839,1537) -(677,1538) -(1574,1539) -(2905,1540) -(1879,1541) -(7820,1542) -(4308,1543) -(4474,1544) -(6985,1545) -(6929,1546) -(777,1547) -(8271,1548) -(2389,1549) -(946,1550) -(9682,1551) -(8722,1552) -(470,1553) -(7425,1554) -(2372,1555) -(508,1556) -(163,1557) -(6579,1558) -(2355,1559) -(70,1560) -(651,1561) -(4436,1562) -(4240,1563) -(2722,1564) -(8937,1565) -(8364,1566) -(8317,1567) -(8872,1568) -(5512,1569) -(6651,1570) -(5976,1571) -(3301,1572) -(6784,1573) -(573,1574) -(3015,1575) -(8245,1576) -(5251,1577) -(2281,1578) -(518,1579) -(9839,1580) -(4526,1581) -(1261,1582) -(4259,1583) -(9098,1584) -(6037,1585) -(4284,1586) -(3267,1587) -(5908,1588) -(1549,1589) -(8736,1590) -(2008,1591) -(548,1592) -(8846,1593) -(8374,1594) -(7986,1595) -(6819,1596) -(4418,1597) -(833,1598) -(4416,1599) -(4902,1600) -(6828,1601) -(1118,1602) -(9993,1603) -(1430,1604) -(5670,1605) -(5424,1606) -(5561,1607) -(2027,1608) -(6924,1609) -(5946,1610) -(4294,1611) -(2936,1612) -(3855,1613) -(455,1614) -(2918,1615) -(448,1616) -(2149,1617) -(8890,1618) -(8919,1619) -(4957,1620) -(4,1621) -(4837,1622) -(3976,1623) -(9459,1624) -(7097,1625) -(9226,1626) -(5803,1627) -(21,1628) -(5275,1629) -(3488,1630) -(1595,1631) -(5212,1632) -(6574,1633) -(7524,1634) -(6100,1635) -(1198,1636) -(7345,1637) -(5020,1638) -(6925,1639) -(8915,1640) -(3088,1641) -(4828,1642) -(7276,1643) -(299,1644) -(76,1645) -(8458,1646) -(7207,1647) -(5585,1648) -(3234,1649) -(8001,1650) -(1319,1651) -(6342,1652) -(9199,1653) -(5696,1654) -(2562,1655) -(4226,1656) -(1184,1657) -(5807,1658) -(1890,1659) -(451,1660) -(1049,1661) -(5272,1662) -(4588,1663) -(5213,1664) -(9543,1665) -(6318,1666) -(7992,1667) -(4619,1668) -(7189,1669) -(2178,1670) -(4928,1671) -(3966,1672) -(9790,1673) -(9150,1674) -(313,1675) -(1614,1676) -(1581,1677) -(3674,1678) -(3444,1679) -(1050,1680) -(8241,1681) -(3382,1682) -(7105,1683) -(2957,1684) -(6162,1685) -(5150,1686) -(2622,1687) -(2240,1688) -(8880,1689) -(9250,1690) -(7010,1691) -(1098,1692) -(648,1693) -(5536,1694) -(7858,1695) -(7053,1696) -(8681,1697) -(8832,1698) -(6836,1699) -(4856,1700) -(345,1701) -(6559,1702) -(3017,1703) -(4176,1704) -(2839,1705) -(6065,1706) -(7360,1707) -(9527,1708) -(8849,1709) -(7274,1710) -(4368,1711) -(2488,1712) -(4674,1713) -(365,1714) -(5897,1715) -(8918,1716) -(1988,1717) -(1210,1718) -(2945,1719) -(555,1720) -(9615,1721) -(9939,1722) -(1216,1723) -(745,1724) -(3326,1725) -(953,1726) -(444,1727) -(280,1728) -(3707,1729) -(1351,1730) -(1280,1731) -(628,1732) -(6198,1733) -(1957,1734) -(9241,1735) -(303,1736) -(1945,1737) -(3634,1738) -(4768,1739) -(9262,1740) -(2610,1741) -(6640,1742) -(3338,1743) -(6560,1744) -(5986,1745) -(2970,1746) -(4731,1747) -(9486,1748) -(7204,1749) -(6685,1750) -(6852,1751) -(2325,1752) -(1063,1753) -(6810,1754) -(7718,1755) -(1680,1756) -(7402,1757) -(4134,1758) -(8232,1759) -(6682,1760) -(7952,1761) -(5943,1762) -(5394,1763) -(6554,1764) -(8186,1765) -(199,1766) -(3386,1767) -(8974,1768) -(8140,1769) -(3723,1770) -(8827,1771) -(1998,1772) -(879,1773) -(892,1774) -(9468,1775) -(3797,1776) -(8379,1777) -(2817,1778) -(789,1779) -(3871,1780) -(7931,1781) -(3636,1782) -(699,1783) -(6850,1784) -(6394,1785) -(3475,1786) -(3026,1787) -(876,1788) -(1992,1789) -(3079,1790) -(8128,1791) -(8123,1792) -(3285,1793) -(9315,1794) -(9862,1795) -(2764,1796) -(3544,1797) -(7747,1798) -(7725,1799) -(2449,1800) -(8967,1801) -(7371,1802) -(2158,1803) -(5590,1804) -(8072,1805) -(1971,1806) -(772,1807) -(3433,1808) -(8419,1809) -(1493,1810) -(2584,1811) -(9502,1812) -(4673,1813) -(7403,1814) -(7103,1815) -(7026,1816) -(8574,1817) -(1366,1818) -(5787,1819) -(2552,1820) -(4557,1821) -(3237,1822) -(6901,1823) -(7708,1824) -(2011,1825) -(9455,1826) -(5228,1827) -(4043,1828) -(8242,1829) -(6351,1830) -(5899,1831) -(4849,1832) -(9583,1833) -(4994,1834) -(9787,1835) -(243,1836) -(3931,1837) -(5945,1838) -(1325,1839) -(4142,1840) -(1963,1841) -(7041,1842) -(3074,1843) -(3290,1844) -(4146,1845) -(3832,1846) -(2217,1847) -(635,1848) -(6967,1849) -(3522,1850) -(2471,1851) -(4236,1852) -(853,1853) -(3754,1854) -(796,1855) -(4640,1856) -(9496,1857) -(6873,1858) -(4632,1859) -(5758,1860) -(6514,1861) -(9510,1862) -(8411,1863) -(7762,1864) -(2225,1865) -(4373,1866) -(7326,1867) -(8651,1868) -(9825,1869) -(2988,1870) -(8138,1871) -(7792,1872) -(1232,1873) -(8221,1874) -(4044,1875) -(1204,1876) -(5145,1877) -(7791,1878) -(8270,1879) -(9427,1880) -(2152,1881) -(7790,1882) -(5301,1883) -(626,1884) -(260,1885) -(4369,1886) -(5457,1887) -(3468,1888) -(2257,1889) -(9318,1890) -(8762,1891) -(9153,1892) -(9220,1893) -(8003,1894) -(7257,1895) -(3930,1896) -(2976,1897) -(2531,1898) -(2250,1899) -(8549,1900) -(7197,1901) -(5916,1902) -(5287,1903) -(9095,1904) -(7137,1905) -(7902,1906) -(7598,1907) -(5652,1908) -(2017,1909) -(7255,1910) -(7999,1911) -(5388,1912) -(8754,1913) -(5415,1914) -(8861,1915) -(2874,1916) -(9910,1917) -(5178,1918) -(5698,1919) -(8500,1920) -(1814,1921) -(4968,1922) -(2642,1923) -(1578,1924) -(4774,1925) -(7062,1926) -(5381,1927) -(7985,1928) -(3850,1929) -(5624,1930) -(8948,1931) -(995,1932) -(5058,1933) -(9670,1934) -(3115,1935) -(4935,1936) -(4735,1937) -(1348,1938) -(2380,1939) -(4246,1940) -(522,1941) -(1701,1942) -(9709,1943) -(8829,1944) -(7936,1945) -(8474,1946) -(4676,1947) -(6303,1948) -(3485,1949) -(2695,1950) -(8830,1951) -(898,1952) -(7268,1953) -(6568,1954) -(9724,1955) -(3329,1956) -(9860,1957) -(6833,1958) -(5956,1959) -(3963,1960) -(883,1961) -(2761,1962) -(4644,1963) -(1358,1964) -(2049,1965) -(2193,1966) -(9435,1967) -(5890,1968) -(8149,1969) -(423,1970) -(7980,1971) -(9019,1972) -(1647,1973) -(9495,1974) -(3904,1975) -(5838,1976) -(3866,1977) -(3093,1978) -(9666,1979) -(1246,1980) -(9759,1981) -(7174,1982) -(7678,1983) -(3004,1984) -(5607,1985) -(8510,1986) -(1483,1987) -(2915,1988) -(1548,1989) -(5767,1990) -(3214,1991) -(8663,1992) -(5425,1993) -(8530,1994) -(821,1995) -(8816,1996) -(9367,1997) -(4138,1998) -(94,1999) -(1858,2000) -(5513,2001) -(9620,2002) -(4770,2003) -(5193,2004) -(198,2005) -(417,2006) -(173,2007) -(6248,2008) -(302,2009) -(8983,2010) -(4840,2011) -(2876,2012) -(5841,2013) -(2766,2014) -(9482,2015) -(5335,2016) -(1502,2017) -(9291,2018) -(8655,2019) -(1687,2020) -(8171,2021) -(5699,2022) -(1462,2023) -(608,2024) -(6860,2025) -(6063,2026) -(1422,2027) -(1932,2028) -(5065,2029) -(432,2030) -(4680,2031) -(8172,2032) -(8668,2033) -(256,2034) -(2500,2035) -(274,2036) -(5907,2037) -(8587,2038) -(9942,2039) -(116,2040) -(7134,2041) -(9002,2042) -(1209,2043) -(9983,2044) -(1761,2045) -(7723,2046) -(6518,2047) -(1372,2048) -(3587,2049) -(5323,2050) -(5902,2051) -(3749,2052) -(5965,2053) -(663,2054) -(36,2055) -(9782,2056) -(5412,2057) -(9961,2058) -(6492,2059) -(4234,2060) -(4922,2061) -(6166,2062) -(7019,2063) -(7805,2064) -(9808,2065) -(2550,2066) -(8626,2067) -(5649,2068) -(3117,2069) -(866,2070) -(2323,2071) -(5132,2072) -(9222,2073) -(3934,2074) -(4845,2075) -(7714,2076) -(9818,2077) -(2219,2078) -(6573,2079) -(4555,2080) -(7306,2081) -(9313,2082) -(3924,2083) -(5176,2084) -(9767,2085) -(905,2086) -(8037,2087) -(8133,2088) -(2954,2089) -(7262,2090) -(8768,2091) -(6953,2092) -(1984,2093) -(9348,2094) -(7769,2095) -(2994,2096) -(5938,2097) -(556,2098) -(2577,2099) -(8733,2100) -(3108,2101) -(4166,2102) -(3170,2103) -(8118,2104) -(8454,2105) -(5338,2106) -(402,2107) -(5673,2108) -(4324,2109) -(1943,2110) -(7703,2111) -(7180,2112) -(5478,2113) -(5775,2114) -(6952,2115) -(9022,2116) -(547,2117) -(5877,2118) -(9580,2119) -(6094,2120) -(3398,2121) -(4574,2122) -(3675,2123) -(6413,2124) -(9851,2125) -(126,2126) -(6803,2127) -(6949,2128) -(115,2129) -(4165,2130) -(201,2131) -(9324,2132) -(6562,2133) -(1917,2134) -(558,2135) -(8515,2136) -(6321,2137) -(6892,2138) -(1001,2139) -(2858,2140) -(2434,2141) -(4460,2142) -(5447,2143) -(3799,2144) -(4310,2145) -(405,2146) -(4573,2147) -(706,2148) -(7619,2149) -(7959,2150) -(6712,2151) -(6959,2152) -(9791,2153) -(2112,2154) -(9114,2155) -(3506,2156) -(5002,2157) -(3518,2158) -(602,2159) -(9060,2160) -(3292,2161) -(77,2162) -(1420,2163) -(6001,2164) -(7477,2165) -(6655,2166) -(7845,2167) -(8484,2168) -(4345,2169) -(4250,2170) -(2391,2171) -(6884,2172) -(7270,2173) -(2499,2174) -(7312,2175) -(7113,2176) -(6695,2177) -(6521,2178) -(272,2179) -(9976,2180) -(992,2181) -(6158,2182) -(3281,2183) -(7446,2184) -(4679,2185) -(5203,2186) -(9874,2187) -(8371,2188) -(9086,2189) -(430,2190) -(8749,2191) -(577,2192) -(4884,2193) -(3421,2194) -(2812,2195) -(5958,2196) -(9901,2197) -(8478,2198) -(6545,2199) -(1479,2200) -(1046,2201) -(6372,2202) -(8206,2203) -(9544,2204) -(9287,2205) -(6786,2206) -(6511,2207) -(603,2208) -(2022,2209) -(2086,2210) -(1969,2211) -(4841,2212) -(5845,2213) -(4635,2214) -(4658,2215) -(2896,2216) -(5179,2217) -(8667,2218) -(7294,2219) -(3706,2220) -(8389,2221) -(2486,2222) -(8743,2223) -(2777,2224) -(2113,2225) -(2076,2226) -(2300,2227) -(6894,2228) -(6939,2229) -(446,2230) -(6218,2231) -(1295,2232) -(5135,2233) -(8122,2234) -(316,2235) -(514,2236) -(7970,2237) -(9350,2238) -(3700,2239) -(582,2240) -(9722,2241) -(7398,2242) -(2265,2243) -(3049,2244) -(9121,2245) -(4275,2246) -(6567,2247) -(6755,2248) -(4535,2249) -(7968,2250) -(3412,2251) -(6112,2252) -(6805,2253) -(2880,2254) -(7710,2255) -(7949,2256) -(7043,2257) -(9012,2258) -(878,2259) -(7930,2260) -(667,2261) -(1905,2262) -(4958,2263) -(2973,2264) -(3631,2265) -(5868,2266) -(2873,2267) -(6941,2268) -(6384,2269) -(3806,2270) -(5079,2271) -(1970,2272) -(7810,2273) -(4639,2274) -(6527,2275) -(8079,2276) -(2740,2277) -(2337,2278) -(6670,2279) -(2345,2280) -(401,2281) -(2704,2282) -(5530,2283) -(51,2284) -(4282,2285) -(7336,2286) -(8320,2287) -(7772,2288) -(1894,2289) -(2320,2290) -(6232,2291) -(2833,2292) -(8265,2293) -(4589,2294) -(8182,2295) -(8337,2296) -(8210,2297) -(1406,2298) -(4463,2299) -(4347,2300) -(181,2301) -(9986,2302) -(661,2303) -(4105,2304) -(2187,2305) -(1628,2306) -(3119,2307) -(6804,2308) -(9918,2309) -(8916,2310) -(6057,2311) -(3622,2312) -(9168,2313) -(3720,2314) -(9927,2315) -(5616,2316) -(5210,2317) -(636,2318) -(9936,2319) -(2316,2320) -(4363,2321) -(7657,2322) -(697,2323) -(912,2324) -(8806,2325) -(9698,2326) -(6191,2327) -(1188,2328) -(7676,2329) -(7073,2330) -(8019,2331) -(4726,2332) -(4648,2333) -(3227,2334) -(7232,2335) -(9761,2336) -(3105,2337) -(5266,2338) -(6788,2339) -(2442,2340) -(8198,2341) -(5806,2342) -(8928,2343) -(1657,2344) -(9164,2345) -(1851,2346) -(4744,2347) -(8055,2348) -(1533,2349) -(1260,2350) -(1290,2351) -(297,2352) -(4145,2353) -(863,2354) -(3423,2355) -(8750,2356) -(3546,2357) -(3678,2358) -(5313,2359) -(6233,2360) -(5802,2361) -(7059,2362) -(6481,2363) -(1596,2364) -(8181,2365) -(5368,2366) -(9416,2367) -(9521,2368) -(1042,2369) -(4503,2370) -(3023,2371) -(1976,2372) -(5610,2373) -(7410,2374) -(7872,2375) -(8591,2376) -(1804,2377) -(5299,2378) -(4695,2379) -(2672,2380) -(585,2381) -(8622,2382) -(3780,2383) -(7941,2384) -(3305,2385) -(8653,2386) -(5756,2387) -(576,2388) -(1915,2389) -(4627,2390) -(920,2391) -(2537,2392) -(50,2393) -(1313,2394) -(8542,2395) -(6428,2396) -(4351,2397) -(2050,2398) -(5162,2399) -(8229,2400) -(7782,2401) -(1563,2402) -(267,2403) -(5138,2404) -(7022,2405) -(6705,2406) -(6190,2407) -(8226,2408) -(8882,2409) -(5181,2410) -(4598,2411) -(4882,2412) -(7490,2413) -(5224,2414) -(2174,2415) -(3059,2416) -(8790,2417) -(2222,2418) -(5473,2419) -(937,2420) -(2975,2421) -(9569,2422) -(3456,2423) -(6657,2424) -(3776,2425) -(6072,2426) -(8129,2427) -(1085,2428) -(2079,2429) -(1200,2430) -(3276,2431) -(2608,2432) -(702,2433) -(5750,2434) -(2776,2435) -(9151,2436) -(3282,2437) -(408,2438) -(3473,2439) -(7095,2440) -(3288,2441) -(8215,2442) -(6244,2443) -(8440,2444) -(3800,2445) -(7279,2446) -(9206,2447) -(6465,2448) -(4127,2449) -(7463,2450) -(5117,2451) -(4715,2452) -(2010,2453) -(6486,2454) -(6434,2455) -(2151,2456) -(4821,2457) -(6507,2458) -(8741,2459) -(6846,2460) -(4525,2461) -(8299,2462) -(5465,2463) -(7206,2464) -(2616,2465) -(4440,2466) -(6109,2467) -(7905,2468) -(6498,2469) -(2034,2470) -(7693,2471) -(7511,2472) -(7531,2473) -(6869,2474) -(2763,2475) -(575,2476) -(8953,2477) -(5833,2478) -(9035,2479) -(9123,2480) -(206,2481) -(4155,2482) -(532,2483) -(1370,2484) -(7656,2485) -(7735,2486) -(2118,2487) -(6914,2488) -(6277,2489) -(6347,2490) -(4030,2491) -(9673,2492) -(2015,2493) -(1317,2494) -(404,2495) -(1604,2496) -(1912,2497) -(5727,2498) -(4538,2499) -(6868,2500) -(9801,2501) -(1781,2502) -(7061,2503) -(2412,2504) -(9191,2505) -(1958,2506) -(2203,2507) -(9104,2508) -(3837,2509) -(7055,2510) -(4612,2511) -(6420,2512) -(613,2513) -(1691,2514) -(33,2515) -(875,2516) -(9030,2517) -(4285,2518) -(6236,2519) -(4702,2520) -(3441,2521) -(2150,2522) -(1852,2523) -(7713,2524) -(6849,2525) -(3425,2526) -(4681,2527) -(1134,2528) -(7462,2529) -(2148,2530) -(5921,2531) -(118,2532) -(3065,2533) -(6590,2534) -(4993,2535) -(6818,2536) -(1449,2537) -(2039,2538) -(2524,2539) -(1481,2540) -(6984,2541) -(3960,2542) -(1983,2543) -(6379,2544) -(8975,2545) -(1102,2546) -(2517,2547) -(712,2548) -(5419,2549) -(723,2550) -(8057,2551) -(7471,2552) -(8855,2553) -(5074,2554) -(7139,2555) -(3833,2556) -(5186,2557) -(9436,2558) -(8859,2559) -(6943,2560) -(2315,2561) -(1394,2562) -(8863,2563) -(8812,2564) -(7498,2565) -(8962,2566) -(2533,2567) -(8188,2568) -(6137,2569) -(974,2570) -(2751,2571) -(4975,2572) -(3411,2573) -(3143,2574) -(8011,2575) -(988,2576) -(4289,2577) -(8105,2578) -(9885,2579) -(1002,2580) -(5827,2581) -(1228,2582) -(6352,2583) -(8868,2584) -(3643,2585) -(1468,2586) -(8415,2587) -(9631,2588) -(7408,2589) -(1934,2590) -(996,2591) -(8027,2592) -(8464,2593) -(5007,2594) -(8356,2595) -(4579,2596) -(8513,2597) -(383,2598) -(9304,2599) -(7224,2600) -(6023,2601) -(2746,2602) -(137,2603) -(9441,2604) -(3690,2605) -(913,2606) -(1768,2607) -(8492,2608) -(8083,2609) -(4609,2610) -(7520,2611) -(4231,2612) -(6022,2613) -(9784,2614) -(1343,2615) -(7549,2616) -(269,2617) -(1069,2618) -(4610,2619) -(482,2620) -(3025,2621) -(7914,2622) -(3198,2623) -(1187,2624) -(4707,2625) -(8279,2626) -(6127,2627) -(1305,2628) -(4804,2629) -(6069,2630) -(9229,2631) -(4703,2632) -(6410,2633) -(944,2634) -(3744,2635) -(1127,2636) -(6693,2637) -(583,2638) -(2684,2639) -(6192,2640) -(4157,2641) -(6470,2642) -(8965,2643) -(1433,2644) -(4570,2645) -(1806,2646) -(1230,2647) -(2283,2648) -(6456,2649) -(7427,2650) -(8310,2651) -(8103,2652) -(3947,2653) -(3414,2654) -(2043,2655) -(4393,2656) -(6664,2657) -(4545,2658) -(7637,2659) -(1359,2660) -(5018,2661) -(987,2662) -(1320,2663) -(9311,2664) -(7993,2665) -(7588,2666) -(5983,2667) -(4070,2668) -(8349,2669) -(3810,2670) -(6948,2671) -(7153,2672) -(5371,2673) -(8316,2674) -(5903,2675) -(6718,2676) -(4759,2677) -(2555,2678) -(3457,2679) -(9626,2680) -(2570,2681) -(7964,2682) -(1543,2683) -(929,2684) -(9244,2685) -(9210,2686) -(8334,2687) -(9310,2688) -(5024,2689) -(8794,2690) -(4091,2691) -(649,2692) -(8505,2693) -(6652,2694) -(8945,2695) -(2095,2696) -(8676,2697) -(3994,2698) -(2859,2699) -(5403,2700) -(3254,2701) -(7339,2702) -(7220,2703) -(4154,2704) -(7570,2705) -(2576,2706) -(5764,2707) -(4314,2708) -(2274,2709) -(9756,2710) -(8274,2711) -(1289,2712) -(7335,2713) -(5351,2714) -(8978,2715) -(2,2716) -(8906,2717) -(6388,2718) -(5675,2719) -(255,2720) -(9538,2721) -(1480,2722) -(4015,2723) -(5166,2724) -(91,2725) -(2958,2726) -(9131,2727) -(3944,2728) -(4514,2729) -(5661,2730) -(8724,2731) -(6408,2732) -(5013,2733) -(6156,2734) -(7350,2735) -(9858,2736) -(895,2737) -(8368,2738) -(179,2739) -(4048,2740) -(3073,2741) -(321,2742) -(5352,2743) -(1940,2744) -(8803,2745) -(791,2746) -(9809,2747) -(5519,2748) -(7420,2749) -(7541,2750) -(6538,2751) -(710,2752) -(9488,2753) -(3135,2754) -(4273,2755) -(629,2756) -(9167,2757) -(751,2758) -(1126,2759) -(3724,2760) -(1789,2761) -(792,2762) -(2771,2763) -(4313,2764) -(9312,2765) -(955,2766) -(6382,2767) -(7875,2768) -(7491,2769) -(8193,2770) -(968,2771) -(4951,2772) -(2204,2773) -(2066,2774) -(2631,2775) -(8947,2776) -(8033,2777) -(6264,2778) -(7778,2779) -(9701,2780) -(5091,2781) -(7577,2782) -(3345,2783) -(7329,2784) -(7551,2785) -(6207,2786) -(8664,2787) -(8394,2788) -(7324,2789) -(2713,2790) -(2230,2791) -(9211,2792) -(1296,2793) -(8104,2794) -(6916,2795) -(2208,2796) -(3935,2797) -(7814,2798) -(6508,2799) -(1703,2800) -(5640,2801) -(6417,2802) -(1713,2803) -(5309,2804) -(4364,2805) -(619,2806) -(9498,2807) -(2804,2808) -(2220,2809) -(9542,2810) -(3349,2811) -(9198,2812) -(2727,2813) -(3768,2814) -(2334,2815) -(7770,2816) -(5963,2817) -(4732,2818) -(2448,2819) -(5998,2820) -(8577,2821) -(266,2822) -(2169,2823) -(8228,2824) -(4813,2825) -(2769,2826) -(8382,2827) -(1717,2828) -(7178,2829) -(9547,2830) -(8187,2831) -(3168,2832) -(2180,2833) -(859,2834) -(1554,2835) -(3567,2836) -(5985,2837) -(1,2838) -(5937,2839) -(7594,2840) -(3783,2841) -(6841,2842) -(9694,2843) -(4322,2844) -(6012,2845) -(108,2846) -(3396,2847) -(8643,2848) -(6087,2849) -(2629,2850) -(3009,2851) -(438,2852) -(2480,2853) -(936,2854) -(6,2855) -(768,2856) -(1564,2857) -(3236,2858) -(3932,2859) -(8914,2860) -(119,2861) -(6034,2862) -(5384,2863) -(6885,2864) -(232,2865) -(1293,2866) -(9204,2867) -(527,2868) -(6539,2869) -(3679,2870) -(8282,2871) -(5027,2872) -(7694,2873) -(473,2874) -(6325,2875) -(8761,2876) -(6184,2877) -(419,2878) -(6111,2879) -(3836,2880) -(4086,2881) -(5818,2882) -(4528,2883) -(7199,2884) -(1847,2885) -(2875,2886) -(2872,2887) -(3972,2888) -(7590,2889) -(1914,2890) -(1658,2891) -(2126,2892) -(645,2893) -(6636,2894) -(1469,2895) -(1377,2896) -(8425,2897) -(9300,2898) -(5355,2899) -(840,2900) -(5185,2901) -(6467,2902) -(58,2903) -(5051,2904) -(8901,2905) -(1550,2906) -(1698,2907) -(802,2908) -(2440,2909) -(2260,2910) -(8218,2911) -(5144,2912) -(4822,2913) -(9476,2914) -(7535,2915) -(8738,2916) -(7946,2917) -(8143,2918) -(2623,2919) -(5209,2920) -(7674,2921) -(1135,2922) -(424,2923) -(942,2924) -(7813,2925) -(3539,2926) -(2909,2927) -(3748,2928) -(2996,2929) -(1869,2930) -(8151,2931) -(6361,2932) -(5568,2933) -(2796,2934) -(8489,2935) -(9183,2936) -(8227,2937) -(1844,2938) -(3975,2939) -(6490,2940) -(8303,2941) -(7334,2942) -(2382,2943) -(177,2944) -(8117,2945) -(5485,2946) -(6544,2947) -(8517,2948) -(2252,2949) -(4480,2950) -(4785,2951) -(9700,2952) -(2122,2953) -(8783,2954) -(1453,2955) -(3908,2956) -(7707,2957) -(9049,2958) -(654,2959) -(3336,2960) -(622,2961) -(8398,2962) -(9193,2963) -(7896,2964) -(9798,2965) -(2881,2966) -(672,2967) -(6743,2968) -(8935,2969) -(2426,2970) -(722,2971) -(5088,2972) -(8677,2973) -(6963,2974) -(1653,2975) -(7295,2976) -(6675,2977) -(7183,2978) -(4378,2979) -(2157,2980) -(2621,2981) -(9278,2982) -(79,2983) -(7358,2984) -(3589,2985) -(1254,2986) -(3490,2987) -(7533,2988) -(2800,2989) -(351,2990) -(4359,2991) -(5788,2992) -(5521,2993) -(3351,2994) -(5129,2995) -(315,2996) -(7552,2997) -(9176,2998) -(7458,2999) -(279,3000) -(738,3001) -(2557,3002) -(9395,3003) -(7214,3004) -(6354,3005) -(4799,3006) -(1231,3007) -(5252,3008) -(5250,3009) -(9319,3010) -(1724,3011) -(7947,3012) -(1105,3013) -(1417,3014) -(7101,3015) -(1088,3016) -(979,3017) -(7589,3018) -(8952,3019) -(2864,3020) -(234,3021) -(7231,3022) -(6792,3023) -(4311,3024) -(3374,3025) -(3367,3026) -(2598,3027) -(1033,3028) -(7803,3029) -(3870,3030) -(4962,3031) -(4842,3032) -(8814,3033) -(3429,3034) -(6550,3035) -(6317,3036) -(5023,3037) -(5825,3038) -(5297,3039) -(8764,3040) -(5084,3041) -(6808,3042) -(1780,3043) -(4092,3044) -(3618,3045) -(7299,3046) -(8544,3047) -(2359,3048) -(1939,3049) -(5834,3050) -(1997,3051) -(7917,3052) -(2098,3053) -(7576,3054) -(376,3055) -(8535,3056) -(5659,3057) -(2786,3058) -(8820,3059) -(1229,3060) -(9321,3061) -(7662,3062) -(5535,3063) -(4889,3064) -(8259,3065) -(6789,3066) -(5411,3067) -(6992,3068) -(7698,3069) -(2342,3070) -(1501,3071) -(6322,3072) -(9861,3073) -(9802,3074) -(4750,3075) -(5855,3076) -(4304,3077) -(2605,3078) -(1802,3079) -(9368,3080) -(7107,3081) -(8895,3082) -(3750,3083) -(8934,3084) -(9464,3085) -(1928,3086) -(3196,3087) -(5256,3088) -(7119,3089) -(4495,3090) -(9292,3091) -(1617,3092) -(481,3093) -(56,3094) -(9120,3095) -(1306,3096) -(7773,3097) -(4863,3098) -(1114,3099) -(8124,3100) -(6254,3101) -(8109,3102) -(1747,3103) -(6185,3104) -(3388,3105) -(4905,3106) -(5728,3107) -(7507,3108) -(5662,3109) -(1686,3110) -(5202,3111) -(6905,3112) -(9577,3113) -(7194,3114) -(7016,3115) -(8905,3116) -(3419,3117) -(6881,3118) -(8370,3119) -(6117,3120) -(1636,3121) -(6857,3122) -(7163,3123) -(5040,3124) -(6263,3125) -(4809,3126) -(900,3127) -(3199,3128) -(4156,3129) -(3501,3130) -(164,3131) -(9548,3132) -(1149,3133) -(1962,3134) -(4072,3135) -(4280,3136) -(1398,3137) -(725,3138) -(3988,3139) -(5059,3140) -(2632,3141) -(1909,3142) -(6827,3143) -(8156,3144) -(1192,3145) -(9545,3146) -(2249,3147) -(5580,3148) -(8403,3149) -(4024,3150) -(1866,3151) -(9251,3152) -(9979,3153) -(9899,3154) -(2540,3155) -(8957,3156) -(7702,3157) -(4211,3158) -(6684,3159) -(3883,3160) -(3531,3161) -(9178,3162) -(3389,3163) -(7874,3164) -(4522,3165) -(9399,3166) -(9083,3167) -(1530,3168) -(2360,3169) -(4908,3170) -(4628,3171) -(3889,3172) -(1331,3173) -(1942,3174) -(4734,3175) -(8386,3176) -(3586,3177) -(2354,3178) -(7108,3179) -(1857,3180) -(2544,3181) -(819,3182) -(2878,3183) -(1772,3184) -(354,3185) -(3259,3186) -(2170,3187) -(1190,3188) -(3607,3189) -(4661,3190) -(1796,3191) -(1561,3192) -(4336,3193) -(7550,3194) -(3238,3195) -(9870,3196) -(6502,3197) -(3903,3198) -(2869,3199) -(5072,3200) -(1201,3201) -(6245,3202) -(1402,3203) -(2594,3204) -(9171,3205) -(2620,3206) -(6309,3207) -(1285,3208) -(5466,3209) -(168,3210) -(1410,3211) -(6332,3212) -(9530,3213) -(7749,3214) -(3656,3215) -(37,3216) -(2744,3217) -(4206,3218) -(1846,3219) -(9913,3220) -(4078,3221) -(2080,3222) -(4169,3223) -(2070,3224) -(4500,3225) -(4123,3226) -(5594,3227) -(9941,3228) -(7154,3229) -(8340,3230) -(7110,3231) -(7795,3232) -(132,3233) -(4603,3234) -(9720,3235) -(1460,3236) -(4677,3237) -(9272,3238) -(2279,3239) -(4587,3240) -(2244,3241) -(742,3242) -(4426,3243) -(4571,3244) -(4775,3245) -(24,3246) -(4175,3247) -(9877,3248) -(7271,3249) -(5468,3250) -(6106,3251) -(9005,3252) -(109,3253) -(6365,3254) -(7437,3255) -(7979,3256) -(6050,3257) -(2853,3258) -(7603,3259) -(483,3260) -(5994,3261) -(6708,3262) -(5090,3263) -(4608,3264) -(4551,3265) -(5437,3266) -(4130,3267) -(6363,3268) -(1499,3269) -(384,3270) -(2266,3271) -(6018,3272) -(7915,3273) -(6167,3274) -(9988,3275) -(6599,3276) -(1693,3277) -(5971,3278) -(8470,3279) -(2807,3280) -(1120,3281) -(5924,3282) -(9025,3283) -(9454,3284) -(2259,3285) -(5249,3286) -(6350,3287) -(2930,3288) -(6055,3289) -(7691,3290) -(1573,3291) -(9943,3292) -(3085,3293) -(5928,3294) -(887,3295) -(4630,3296) -(9827,3297) -(8926,3298) -(5726,3299) -(1569,3300) -(8074,3301) -(7909,3302) -(8367,3303) -(7217,3304) -(5254,3305) -(1181,3306) -(6907,3307) -(5508,3308) -(4782,3309) -(793,3310) -(5740,3311) -(3107,3312) -(1197,3313) -(4376,3314) -(6226,3315) -(5033,3316) -(5494,3317) -(3244,3318) -(7670,3319) -(9273,3320) -(5248,3321) -(3381,3322) -(4136,3323) -(4163,3324) -(4270,3325) -(1729,3326) -(2778,3327) -(5082,3328) -(870,3329) -(4192,3330) -(308,3331) -(6783,3332) -(7611,3333) -(4221,3334) -(6353,3335) -(1830,3336) -(2437,3337) -(3360,3338) -(1829,3339) -(9475,3340) -(4566,3341) -(9944,3342) -(6054,3343) -(4722,3344) -(2779,3345) -(8051,3346) -(9671,3347) -(6084,3348) -(3729,3349) -(6627,3350) -(4769,3351) -(2224,3352) -(1404,3353) -(8532,3354) -(6759,3355) -(6404,3356) -(3144,3357) -(973,3358) -(9789,3359) -(6181,3360) -(1519,3361) -(9729,3362) -(8167,3363) -(3830,3364) -(6286,3365) -(3047,3366) -(3183,3367) -(6687,3368) -(2783,3369) -(9920,3370) -(4847,3371) -(3645,3372) -(7406,3373) -(6003,3374) -(3408,3375) -(4243,3376) -(1622,3377) -(5319,3378) -(4033,3379) -(8573,3380) -(8404,3381) -(6993,3382) -(660,3383) -(1136,3384) -(3393,3385) -(9743,3386) -(9705,3387) -(6960,3388) -(2753,3389) -(906,3390) -(999,3391) -(6927,3392) -(4846,3393) -(676,3394) -(8612,3395) -(4111,3396) -(9994,3397) -(4399,3398) -(4464,3399) -(7316,3400) -(8982,3401) -(1871,3402) -(4082,3403) -(3949,3404) -(9352,3405) -(9638,3406) -(8177,3407) -(3499,3408) -(4233,3409) -(1953,3410) -(7372,3411) -(5127,3412) -(4384,3413) -(9964,3414) -(5392,3415) -(616,3416) -(591,3417) -(6422,3418) -(6551,3419) -(9286,3420) -(3817,3421) -(7717,3422) -(8718,3423) -(8608,3424) -(2242,3425) -(4811,3426) -(6838,3427) -(787,3428) -(7940,3429) -(336,3430) -(9859,3431) -(3864,3432) -(7162,3433) -(2071,3434) -(7469,3435) -(2917,3436) -(7486,3437) -(3355,3438) -(6998,3439) -(5498,3440) -(5113,3441) -(2846,3442) -(6834,3443) -(8925,3444) -(2757,3445) -(2775,3446) -(6182,3447) -(4488,3448) -(8523,3449) -(52,3450) -(7251,3451) -(6130,3452) -(205,3453) -(1186,3454) -(1738,3455) -(9485,3456) -(4235,3457) -(7891,3458) -(4960,3459) -(8911,3460) -(1219,3461) -(9652,3462) -(9715,3463) -(6629,3464) -(700,3465) -(9819,3466) -(5188,3467) -(5367,3468) -(6447,3469) -(720,3470) -(9157,3471) -(1082,3472) -(3179,3473) -(4818,3474) -(7607,3475) -(2352,3476) -(1170,3477) -(4269,3478) -(8767,3479) -(3984,3480) -(3190,3481) -(7456,3482) -(4348,3483) -(3150,3484) -(8780,3485) -(2553,3486) -(7526,3487) -(2031,3488) -(8793,3489) -(1122,3490) -(1855,3491) -(6613,3492) -(3231,3493) -(9101,3494) -(4937,3495) -(666,3496) -(8943,3497) -(6164,3498) -(1081,3499) -(210,3500) -(6024,3501) -(5715,3502) -(8938,3503) -(1326,3504) -(7111,3505) -(757,3506) -(8933,3507) -(6495,3508) -(3134,3509) -(1304,3510) -(1835,3511) -(7275,3512) -(7337,3513) -(1282,3514) -(6566,3515) -(3786,3516) -(5741,3517) -(6076,3518) -(9998,3519) -(6268,3520) -(9647,3521) -(4877,3522) -(2652,3523) -(1247,3524) -(2721,3525) -(5968,3526) -(9570,3527) -(6425,3528) -(5451,3529) -(5668,3530) -(9493,3531) -(7973,3532) -(8250,3533) -(82,3534) -(6258,3535) -(9978,3536) -(6930,3537) -(3746,3538) -(7065,3539) -(4281,3540) -(4367,3541) -(9526,3542) -(5880,3543) -(8480,3544) -(2476,3545) -(9074,3546) -(4830,3547) -(3207,3548) -(7894,3549) -(3860,3550) -(5293,3551) -(6895,3552) -(9908,3553) -(9247,3554) -(8110,3555) -(4716,3556) -(4979,3557) -(5280,3558) -(8326,3559) -(5572,3560) -(4665,3561) -(3665,3562) -(6744,3563) -(1897,3564) -(1220,3565) -(2614,3566) -(8509,3567) -(8521,3568) -(4121,3569) -(9663,3570) -(2346,3571) -(3370,3572) -(1498,3573) -(7422,3574) -(3472,3575) -(4126,3576) -(4494,3577) -(6323,3578) -(2823,3579) -(8596,3580) -(6642,3581) -(9276,3582) -(4148,3583) -(9770,3584) -(9812,3585) -(4419,3586) -(3802,3587) -(3210,3588) -(6794,3589) -(242,3590) -(962,3591) -(7151,3592) -(9440,3593) -(721,3594) -(2119,3595) -(9883,3596) -(5071,3597) -(8239,3598) -(7451,3599) -(9517,3600) -(9180,3601) -(9327,3602) -(5462,3603) -(8306,3604) -(6234,3605) -(8771,3606) -(5853,3607) -(8373,3608) -(5017,3609) -(8025,3610) -(2526,3611) -(7419,3612) -(4572,3613) -(7744,3614) -(8825,3615) -(6067,3616) -(3291,3617) -(7115,3618) -(2626,3619) -(4109,3620) -(4056,3621) -(6811,3622) -(680,3623) -(474,3624) -(9294,3625) -(7555,3626) -(8076,3627) -(3840,3628) -(5955,3629) -(994,3630) -(2089,3631) -(869,3632) -(1223,3633) -(1514,3634) -(4891,3635) -(4190,3636) -(4377,3637) -(9195,3638) -(3827,3639) -(7386,3640) -(6665,3641) -(7514,3642) -(6431,3643) -(3251,3644) -(8439,3645) -(831,3646) -(8485,3647) -(7314,3648) -(3044,3649) -(4283,3650) -(298,3651) -(7114,3652) -(9664,3653) -(5315,3654) -(2164,3655) -(3390,3656) -(836,3657) -(3316,3658) -(1284,3659) -(2497,3660) -(1374,3661) -(9525,3662) -(2911,3663) -(9686,3664) -(584,3665) -(5653,3666) -(4986,3667) -(6049,3668) -(9891,3669) -(8809,3670) -(8598,3671) -(2573,3672) -(6864,3673) -(7932,3674) -(6605,3675) -(9500,3676) -(8742,3677) -(9815,3678) -(3319,3679) -(184,3680) -(8886,3681) -(7050,3682) -(9781,3683) -(2443,3684) -(1160,3685) -(4600,3686) -(813,3687) -(5078,3688) -(9008,3689) -(9016,3690) -(2747,3691) -(3106,3692) -(8235,3693) -(5582,3694) -(4334,3695) -(1612,3696) -(5650,3697) -(6086,3698) -(9667,3699) -(4215,3700) -(8553,3701) -(9066,3702) -(1092,3703) -(2848,3704) -(2765,3705) -(6513,3706) -(6541,3707) -(9617,3708) -(5870,3709) -(8811,3710) -(4529,3711) -(161,3712) -(641,3713) -(4767,3714) -(6293,3715) -(3816,3716) -(4748,3717) -(9924,3718) -(6716,3719) -(8828,3720) -(4967,3721) -(9680,3722) -(2784,3723) -(2882,3724) -(3641,3725) -(5537,3726) -(820,3727) -(5847,3728) -(566,3729) -(2246,3730) -(6680,3731) -(2014,3732) -(8355,3733) -(1610,3734) -(9719,3735) -(8498,3736) -(5883,3737) -(7380,3738) -(8865,3739) -(4743,3740) -(5086,3741) -(2739,3742) -(9375,3743) -(7876,3744) -(453,3745) -(6987,3746) -(2860,3747) -(8372,3748) -(2048,3749) -(9231,3750) -(634,3751) -(3998,3752) -(4728,3753) -(579,3754) -(815,3755) -(1009,3756) -(6596,3757) -(2793,3758) -(9589,3759) -(2794,3760) -(2551,3761) -(1588,3762) -(4443,3763) -(5009,3764) -(4287,3765) -(2167,3766) -(2290,3767) -(7225,3768) -(8992,3769) -(1540,3770) -(2029,3771) -(2855,3772) -(3534,3773) -(8078,3774) -(9778,3775) -(3543,3776) -(4778,3777) -(8931,3778) -(557,3779) -(5546,3780) -(7527,3781) -(5000,3782) -(7587,3783) -(3014,3784) -(5276,3785) -(6457,3786) -(389,3787) -(7104,3788) -(9995,3789) -(7368,3790) -(3258,3791) -(9208,3792) -(2396,3793) -(1715,3794) -(1240,3795) -(1952,3796) -(4403,3797) -(6333,3798) -(2492,3799) -(6543,3800) -(5548,3801) -(3458,3802) -(2588,3803) -(1364,3804) -(9856,3805) -(4964,3806) -(773,3807) -(6402,3808) -(7213,3809) -(3385,3810) -(6005,3811) -(9346,3812) -(1831,3813) -(5406,3814) -(2154,3815) -(3721,3816) -(2889,3817) -(4410,3818) -(7102,3819) -(4057,3820) -(9780,3821) -(9481,3822) -(2366,3823) -(2708,3824) -(7399,3825) -(5234,3826) -(1843,3827) -(1006,3828) -(7696,3829) -(6411,3830) -(3913,3831) -(2538,3832) -(3019,3833) -(107,3834) -(427,3835) -(9849,3836) -(4195,3837) -(9215,3838) -(3165,3839) -(3280,3840) -(4477,3841) -(5885,3842) -(3311,3843) -(6453,3844) -(8527,3845) -(1921,3846) -(2427,3847) -(3691,3848) -(3882,3849) -(562,3850) -(377,3851) -(1497,3852) -(4453,3853) -(4678,3854) -(2234,3855) -(1073,3856) -(6479,3857) -(5665,3858) -(586,3859) -(1584,3860) -(2574,3861) -(9833,3862) -(6726,3863) -(8497,3864) -(2914,3865) -(8586,3866) -(6973,3867) -(1322,3868) -(5242,3869) -(5581,3870) -(1365,3871) -(2818,3872) -(3758,3873) -(2665,3874) -(9823,3875) -(7057,3876) -(543,3877) -(4008,3878) -(4397,3879) -(8533,3880) -(9728,3881) -(5198,3882) -(5036,3883) -(4394,3884) -(9633,3885) -(3339,3886) -(9529,3887) -(4780,3888) -(4862,3889) -(8152,3890) -(9330,3891) -(4362,3892) -(4688,3893) -(1903,3894) -(9027,3895) -(5385,3896) -(9854,3897) -(9033,3898) -(3185,3899) -(2618,3900) -(371,3901) -(3697,3902) -(1682,3903) -(3333,3904) -(1722,3905) -(2009,3906) -(3517,3907) -(7640,3908) -(259,3909) -(1400,3910) -(6663,3911) -(1576,3912) -(8843,3913) -(9474,3914) -(1597,3915) -(1143,3916) -(4162,3917) -(1301,3918) -(2935,3919) -(886,3920) -(1661,3921) -(1026,3922) -(7034,3923) -(2305,3924) -(1725,3925) -(909,3926) -(9906,3927) -(3309,3928) -(515,3929) -(932,3930) -(8144,3931) -(5592,3932) -(4003,3933) -(9566,3934) -(4556,3935) -(268,3936) -(8107,3937) -(5816,3938) -(8597,3939) -(9611,3940) -(8070,3941) -(6040,3942) -(3184,3943) -(9656,3944) -(1577,3945) -(1805,3946) -(8268,3947) -(3489,3948) -(4564,3949) -(4006,3950) -(8466,3951) -(938,3952) -(5944,3953) -(8363,3954) -(5348,3955) -(71,3956) -(3620,3957) -(3230,3958) -(6132,3959) -(6143,3960) -(8781,3961) -(5522,3962) -(6320,3963) -(3923,3964) -(2207,3965) -(966,3966) -(9020,3967) -(4616,3968) -(8289,3969) -(5796,3970) -(9259,3971) -(3710,3972) -(251,3973) -(7669,3974) -(6304,3975) -(6454,3976) -(1489,3977) -(715,3978) -(4319,3979) -(7112,3980) -(3726,3981) -(7727,3982) -(8387,3983) -(6555,3984) -(1148,3985) -(9000,3986) -(5278,3987) -(2388,3988) -(7984,3989) -(881,3990) -(6830,3991) -(7056,3992) -(7581,3993) -(5214,3994) -(2505,3995) -(5112,3996) -(9884,3997) -(8040,3998) -(7033,3999) -(9343,4000) -(2931,4001) -(9024,4002) -(6485,4003) -(3465,4004) -(3357,4005) -(2929,4006) -(3086,4007) -(8897,4008) -(9688,4009) -(6522,4010) -(3241,4011) -(8770,4012) -(2884,4013) -(9579,4014) -(3125,4015) -(4604,4016) -(2682,4017) -(254,4018) -(6569,4019) -(2686,4020) -(2123,4021) -(1745,4022) -(247,4023) -(5800,4024) -(1121,4025) -(8893,4026) -(7819,4027) -(1339,4028) -(5680,4029) -(5093,4030) -(3508,4031) -(933,4032) -(1106,4033) -(4386,4034) -(5895,4035) -(2980,4036) -(4400,4037) -(7433,4038) -(6110,4039) -(867,4040) -(5292,4041) -(3926,4042) -(1107,4043) -(7355,4044) -(4689,4045) -(4872,4046) -(7821,4047) -(7277,4048) -(3268,4049) -(8877,4050) -(343,4051) -(621,4052) -(5429,4053) -(392,4054) -(6004,4055) -(6377,4056) -(3037,4057) -(3514,4058) -(8740,4059) -(3877,4060) -(5731,4061) -(6407,4062) -(2044,4063) -(7362,4064) -(5458,4065) -(6437,4066) -(1051,4067) -(1203,4068) -(2176,4069) -(8997,4070) -(6378,4071) -(6006,4072) -(2308,4073) -(625,4074) -(7298,4075) -(5575,4076) -(3565,4077) -(47,4078) -(2413,4079) -(2153,4080) -(752,4081) -(4095,4082) -(2518,4083) -(3681,4084) -(4213,4085) -(2615,4086) -(1471,4087) -(7315,4088) -(6013,4089) -(3077,4090) -(2190,4091) -(528,4092) -(9508,4093) -(2473,4094) -(167,4095) -(8448,4096) -(7538,4097) -(7638,4098) -(4328,4099) -(3812,4100) -(2879,4101) -(4741,4102) -(9155,4103) -(5151,4104) -(5591,4105) -(1034,4106) -(765,4107) -(2664,4108) -(6854,4109) -(8263,4110) -(8658,4111) -(587,4112) -(4553,4113) -(1368,4114) -(1718,4115) -(140,4116) -(8341,4117) -(72,4118) -(6589,4119) -(2024,4120) -(8024,4121) -(9564,4122) -(8625,4123) -(2680,4124) -(4323,4125) -(8981,4126) -(8909,4127) -(5288,4128) -(2057,4129) -(5931,4130) -(9794,4131) -(1012,4132) -(5496,4133) -(9182,4134) -(5258,4135) -(3050,4136) -(2083,4137) -(3069,4138) -(8459,4139) -(169,4140) -(4379,4141) -(5126,4142) -(1415,4143) -(1163,4144) -(3500,4145) -(7202,4146) -(747,4147) -(9264,4148) -(8548,4149) -(4228,4150) -(7122,4151) -(3395,4152) -(5674,4153) -(7293,4154) -(737,4155) -(9595,4156) -(594,4157) -(5322,4158) -(2933,4159) -(4955,4160) -(4073,4161) -(7249,4162) -(192,4163) -(2617,4164) -(7409,4165) -(4903,4166) -(9797,4167) -(9919,4168) -(1878,4169) -(4851,4170) -(5514,4171) -(2582,4172) -(3564,4173) -(7085,4174) -(3619,4175) -(261,4176) -(7338,4177) -(4251,4178) -(5360,4179) -(5678,4180) -(9162,4181) -(5920,4182) -(7156,4183) -(4271,4184) -(4698,4185) -(1572,4186) -(6974,4187) -(4291,4188) -(4036,4189) -(7473,4190) -(4786,4191) -(2662,4192) -(916,4193) -(668,4194) -(4874,4195) -(3752,4196) -(4865,4197) -(7052,4198) -(5712,4199) -(31,4200) -(4944,4201) -(1435,4202) -(501,4203) -(9401,4204) -(5014,4205) -(9125,4206) -(6144,4207) -(1743,4208) -(4316,4209) -(8212,4210) -(7344,4211) -(2051,4212) -(8131,4213) -(7023,4214) -(9674,4215) -(4984,4216) -(111,4217) -(2296,4218) -(5025,4219) -(1756,4220) -(2885,4221) -(2541,4222) -(1919,4223) -(6496,4224) -(6103,4225) -(98,4226) -(3727,4227) -(689,4228) -(7181,4229) -(8447,4230) -(4569,4231) -(8844,4232) -(2436,4233) -(391,4234) -(3035,4235) -(7583,4236) -(1145,4237) -(93,4238) -(8896,4239) -(6719,4240) -(7728,4241) -(1349,4242) -(5349,4243) -(3040,4244) -(2414,4245) -(5122,4246) -(9553,4247) -(5987,4248) -(5939,4249) -(3525,4250) -(1371,4251) -(618,4252) -(6529,4253) -(4010,4254) -(328,4255) -(6121,4256) -(3505,4257) -(2033,4258) -(4724,4259) -(8717,4260) -(5639,4261) -(3448,4262) -(2919,4263) -(3417,4264) -(943,4265) -(775,4266) -(2333,4267) -(4801,4268) -(7169,4269) -(2840,4270) -(9034,4271) -(6154,4272) -(1412,4273) -(2263,4274) -(7118,4275) -(1526,4276) -(491,4277) -(9732,4278) -(7067,4279) -(212,4280) -(1955,4281) -(3303,4282) -(2715,4283) -(8168,4284) -(6799,4285) -(5080,4286) -(4939,4287) -(6604,4288) -(6531,4289) -(9948,4290) -(7923,4291) -(9905,4292) -(340,4293) -(1721,4294) -(9047,4295) -(4723,4296) -(5748,4297) -(6845,4298) -(1556,4299) -(9505,4300) -(3573,4301) -(3785,4302) -(2772,4303) -(7282,4304) -(8106,4305) -(2847,4306) -(9803,4307) -(7719,4308) -(4649,4309) -(6196,4310) -(6026,4311) -(1646,4312) -(6526,4313) -(5110,4314) -(3946,4315) -(445,4316) -(3249,4317) -(2501,4318) -(3243,4319) -(4701,4320) -(472,4321) -(3356,4322) -(9967,4323) -(4292,4324) -(7005,4325) -(6267,4326) -(6678,4327) -(6083,4328) -(760,4329) -(7833,4330) -(2877,4331) -(8810,4332) -(1560,4333) -(1367,4334) -(8756,4335) -(1346,4336) -(6449,4337) -(6658,4338) -(6745,4339) -(4866,4340) -(14,4341) -(4506,4342) -(1923,4343) -(8365,4344) -(1279,4345) -(7666,4346) -(7404,4347) -(65,4348) -(5820,4349) -(459,4350) -(4787,4351) -(5631,4352) -(9717,4353) -(2560,4354) -(8295,4355) -(3596,4356) -(2023,4357) -(5055,4358) -(763,4359) -(6733,4360) -(9266,4361) -(4479,4362) -(1816,4363) -(899,4364) -(230,4365) -(5362,4366) -(1609,4367) -(6750,4368) -(9704,4369) -(3991,4370) -(3959,4371) -(9021,4372) -(7585,4373) -(7083,4374) -(7688,4375) -(2673,4376) -(3554,4377) -(7416,4378) -(5672,4379) -(1355,4380) -(3149,4381) -(5811,4382) -(3759,4383) -(5634,4384) -(8617,4385) -(8949,4386) -(3964,4387) -(3852,4388) -(1555,4389) -(6536,4390) -(4779,4391) -(1893,4392) -(9358,4393) -(7438,4394) -(941,4395) -(4844,4396) -(4745,4397) -(1017,4398) -(327,4399) -(3152,4400) -(4711,4401) -(141,4402) -(1303,4403) -(8873,4404) -(8481,4405) -(5445,4406) -(7868,4407) -(6722,4408) -(6628,4409) -(7738,4410) -(1018,4411) -(3296,4412) -(1946,4413) -(6603,4414) -(3562,4415) -(1147,4416) -(6031,4417) -(6484,4418) -(496,4419) -(4563,4420) -(1037,4421) -(9672,4422) -(9053,4423) -(2523,4424) -(8519,4425) -(8190,4426) -(2068,4427) -(8569,4428) -(6535,4429) -(1810,4430) -(3099,4431) -(7466,4432) -(4017,4433) -(1097,4434) -(7686,4435) -(6742,4436) -(5966,4437) -(3632,4438) -(8837,4439) -(1667,4440) -(8833,4441) -(9805,4442) -(3650,4443) -(2237,4444) -(9980,4445) -(2861,4446) -(1334,4447) -(842,4448) -(1116,4449) -(4055,4450) -(3842,4451) -(1886,4452) -(8589,4453) -(5873,4454) -(7711,4455) -(911,4456) -(5837,4457) -(897,4458) -(4299,4459) -(7774,4460) -(7832,4461) -(9915,4462) -(9,4463) -(9675,4464) -(7953,4465) -(8912,4466) -(4188,4467) -(8446,4468) -(1600,4469) -(43,4470) -(544,4471) -(6977,4472) -(3191,4473) -(418,4474) -(3142,4475) -(5042,4476) -(2194,4477) -(2397,4478) -(4684,4479) -(34,4480) -(3844,4481) -(7824,4482) -(6177,4483) -(9657,4484) -(4546,4485) -(599,4486) -(153,4487) -(6910,4488) -(4408,4489) -(1164,4490) -(6469,4491) -(5996,4492) -(2639,4493) -(2678,4494) -(8392,4495) -(1386,4496) -(5125,4497) -(8453,4498) -(2369,4499) -(1608,4500) -(3781,4501) -(903,4502) -(2099,4503) -(538,4504) -(9177,4505) -(420,4506) -(9080,4507) -(2630,4508) -(5978,4509) -(9239,4510) -(4372,4511) -(4357,4512) -(9857,4513) -(7933,4514) -(9574,4515) -(8294,4516) -(627,4517) -(3229,4518) -(3163,4519) -(7349,4520) -(6889,4521) -(2101,4522) -(6476,4523) -(6765,4524) -(4204,4525) -(5915,4526) -(2318,4527) -(294,4528) -(5245,4529) -(4481,4530) -(7754,4531) -(8494,4532) -(4014,4533) -(2197,4534) -(1297,4535) -(1066,4536) -(5710,4537) -(4100,4538) -(7356,4539) -(7658,4540) -(3666,4541) -(9713,4542) -(691,4543) -(3112,4544) -(6035,4545) -(8353,4546) -(5679,4547) -(2124,4548) -(4714,4549) -(9048,4550) -(7692,4551) -(4542,4552) -(8737,4553) -(4977,4554) -(9349,4555) -(731,4556) -(1788,4557) -(7830,4558) -(3977,4559) -(2421,4560) -(5891,4561) -(1111,4562) -(9224,4563) -(9872,4564) -(2433,4565) -(1491,4566) -(6653,4567) -(1907,4568) -(889,4569) -(561,4570) -(7415,4571) -(2703,4572) -(2561,4573) -(1257,4574) -(2390,4575) -(3915,4576) -(8476,4577) -(607,4578) -(3891,4579) -(7269,4580) -(9537,4581) -(8518,4582) -(5221,4583) -(3274,4584) -(6677,4585) -(3114,4586) -(1966,4587) -(5941,4588) -(9463,4589) -(8966,4590) -(4402,4591) -(3364,4592) -(3698,4593) -(4651,4594) -(2127,4595) -(3614,4596) -(5430,4597) -(3361,4598) -(4798,4599) -(8269,4600) -(6458,4601) -(3358,4602) -(5898,4603) -(1880,4604) -(782,4605) -(3102,4606) -(6366,4607) -(399,4608) -(6773,4609) -(7942,4610) -(6274,4611) -(7447,4612) -(7648,4613) -(3997,4614) -(1759,4615) -(1785,4616) -(8930,4617) -(7595,4618) -(6752,4619) -(5635,4620) -(1579,4621) -(7743,4622) -(5856,4623) -(7273,4624) -(1399,4625) -(3694,4626) -(2782,4627) -(6951,4628) -(6053,4629) -(1753,4630) -(3985,4631) -(6159,4632) -(6250,4633) -(6240,4634) -(6571,4635) -(8624,4636) -(9718,4637) -(5529,4638) -(7089,4639) -(5488,4640) -(5444,4641) -(4899,4642) -(7928,4643) -(4736,4644) -(4317,4645) -(1174,4646) -(6138,4647) -(3943,4648) -(1545,4649) -(6867,4650) -(6832,4651) -(2987,4652) -(5169,4653) -(8998,4654) -(9347,4655) -(4800,4656) -(4200,4657) -(4046,4658) -(7142,4659) -(2733,4660) -(1568,4661) -(5105,4662) -(9115,4663) -(6475,4664) -(3796,4665) -(5410,4666) -(4023,4667) -(8904,4668) -(450,4669) -(8087,4670) -(6478,4671) -(2696,4672) -(1792,4673) -(9699,4674) -(9160,4675) -(9989,4676) -(9568,4677) -(487,4678) -(7863,4679) -(1884,4680) -(2651,4681) -(8285,4682) -(3927,4683) -(4076,4684) -(6149,4685) -(6581,4686) -(8293,4687) -(7665,4688) -(4435,4689) -(1271,4690) -(3928,4691) -(7045,4692) -(4943,4693) -(8473,4694) -(1707,4695) -(7509,4696) -(1593,4697) -(9281,4698) -(8986,4699) -(3740,4700) -(9265,4701) -(1510,4702) -(3022,4703) -(9014,4704) -(6816,4705) -(5518,4706) -(4451,4707) -(8747,4708) -(4646,4709) -(7296,4710) -(9644,4711) -(5977,4712) -(6270,4713) -(5578,4714) -(2465,4715) -(6436,4716) -(8089,4717) -(2409,4718) -(284,4719) -(5576,4720) -(6534,4721) -(8848,4722) -(4305,4723) -(5574,4724) -(596,4725) -(1253,4726) -(521,4727) -(8739,4728) -(908,4729) -(6937,4730) -(4515,4731) -(8630,4732) -(7518,4733) -(8300,4734) -(8434,4735) -(6000,4736) -(4508,4737) -(7861,4738) -(5953,4739) -(5063,4740) -(4501,4741) -(7092,4742) -(4388,4743) -(1826,4744) -(568,4745) -(8184,4746) -(4268,4747) -(5798,4748) -(5190,4749) -(1298,4750) -(4035,4751) -(4504,4752) -(5992,4753) -(770,4754) -(7502,4755) -(824,4756) -(7716,4757) -(5749,4758) -(9814,4759) -(350,4760) -(1390,4761) -(6994,4762) -(3629,4763) -(9937,4764) -(5285,4765) -(3157,4766) -(9549,4767) -(4118,4768) -(756,4769) -(5964,4770) -(7701,4771) -(1242,4772) -(7890,4773) -(1991,4774) -(110,4775) -(9334,4776) -(6231,4777) -(9871,4778) -(9471,4779) -(2697,4780) -(4761,4781) -(8493,4782) -(1045,4783) -(3403,4784) -(9412,4785) -(7652,4786) -(5866,4787) -(6942,4788) -(9353,4789) -(2600,4790) -(6971,4791) -(5391,4792) -(7654,4793) -(1797,4794) -(4530,4795) -(3130,4796) -(9442,4797) -(6659,4798) -(9714,4799) -(3660,4800) -(1906,4801) -(7927,4802) -(1767,4803) -(5523,4804) -(9289,4805) -(2717,4806) -(4099,4807) -(4387,4808) -(8864,4809) -(1774,4810) -(6292,4811) -(847,4812) -(5954,4813) -(8032,4814) -(3295,4815) -(8984,4816) -(7809,4817) -(1670,4818) -(7733,4819) -(6187,4820) -(9326,4821) -(2493,4822) -(9512,4823) -(4342,4824) -(5350,4825) -(6009,4826) -(1208,4827) -(7014,4828) -(2967,4829) -(5831,4830) -(3097,4831) -(1528,4832) -(6429,4833) -(7320,4834) -(844,4835) -(7054,4836) -(1643,4837) -(7626,4838) -(8728,4839) -(8277,4840) -(189,4841) -(3717,4842) -(1020,4843) -(9234,4844) -(9541,4845) -(380,4846) -(397,4847) -(835,4848) -(347,4849) -(2490,4850) -(605,4851) -(7960,4852) -(9681,4853) -(5753,4854) -(1676,4855) -(5533,4856) -(8958,4857) -(664,4858) -(3005,4859) -(8576,4860) -(7304,4861) -(3375,4862) -(6336,4863) -(1392,4864) -(2925,4865) -(1217,4866) -(3714,4867) -(2120,4868) -(2845,4869) -(3865,4870) -(124,4871) -(865,4872) -(9361,4873) -(6338,4874) -(7330,4875) -(513,4876) -(5001,4877) -(549,4878) -(1808,4879) -(7168,4880) -(9878,4881) -(233,4882) -(4262,4883) -(7998,4884) -(2419,4885) -(9960,4886) -(3523,4887) -(5440,4888) -(3030,4889) -(2745,4890) -(7175,4891) -(640,4892) -(1798,4893) -(7499,4894) -(1924,4895) -(1327,4896) -(73,4897) -(9558,4898) -(818,4899) -(9916,4900) -(2978,4901) -(8469,4902) -(9845,4903) -(2326,4904) -(4032,4905) -(5604,4906) -(9610,4907) -(5101,4908) -(7246,4909) -(1292,4910) -(6235,4911) -(1733,4912) -(4647,4913) -(258,4914) -(8438,4915) -(7869,4916) -(9691,4917) -(5422,4918) -(9630,4919) -(4439,4920) -(3140,4921) -(9111,4922) -(4606,4923) -(8620,4924) -(7849,4925) -(346,4926) -(9528,4927) -(1811,4928) -(6068,4929) -(6260,4930) -(5909,4931) -(4518,4932) -(7530,4933) -(3900,4934) -(3969,4935) -(8690,4936) -(5532,4937) -(5989,4938) -(1870,4939) -(1113,4940) -(5155,4941) -(7460,4942) -(6217,4943) -(8333,4944) -(6341,4945) -(6230,4946) -(6902,4947) -(670,4948) -(805,4949) -(1340,4950) -(8649,4951) -(3887,4952) -(5400,4953) -(4354,4954) -(950,4955) -(1544,4956) -(3898,4957) -(8038,4958) -(1095,4959) -(1748,4960) -(9154,4961) -(2182,4962) -(6797,4963) -(9149,4964) -(7351,4965) -(2820,4966) -(9696,4967) -(253,4968) -(3600,4969) -(3892,4970) -(231,4971) -(8331,4972) -(403,4973) -(8642,4974) -(3118,4975) -(3835,4976) -(1117,4977) -(7024,4978) -(2636,4979) -(3778,4980) -(2003,4981) -(5717,4982) -(4869,4983) -(8921,4984) -(888,4985) -(7599,4986) -(8621,4987) -(811,4988) -(9147,4989) -(1413,4990) -(5232,4991) -(5912,4992) -(3418,4993) -(3912,4994) -(9576,4995) -(4225,4996) -(8222,4997) -(7013,4998) -(7037,4999) -(1205,5000) -(8114,5001) -(6585,5002) -(155,5003) -(2841,5004) -(1996,5005) -(4948,5006) -(3304,5007) -(5684,5008) -(6962,5009) -(8691,5010) -(8501,5011) -(4783,5012) -(3762,5013) -(4534,5014) -(4999,5015) -(4618,5016) -(4220,5017) -(3384,5018) -(3036,5019) -(545,5020) -(9946,5021) -(1985,5022) -(2310,5023) -(6563,5024) -(4886,5025) -(9359,5026) -(400,5027) -(9742,5028) -(6736,5029) -(8166,5030) -(861,5031) -(7492,5032) -(1155,5033) -(9769,5034) -(6843,5035) -(5625,5036) -(1910,5037) -(9796,5038) -(6950,5039) -(3084,5040) -(2959,5041) -(2093,5042) -(2738,5043) -(6406,5044) -(9082,5045) -(8568,5046) -(3566,5047) -(3016,5048) -(1207,5049) -(4045,5050) -(4173,5051) -(3939,5052) -(9683,5053) -(1684,5054) -(9271,5055) -(9317,5056) -(5793,5057) -(352,5058) -(7328,5059) -(4582,5060) -(7413,5061) -(6772,5062) -(4973,5063) -(7480,5064) -(5555,5065) -(4227,5066) -(4153,5067) -(4601,5068) -(3782,5069) -(3872,5070) -(893,5071) -(2430,5072) -(2591,5073) -(264,5074) -(6238,5075) -(633,5076) -(1029,5077) -(5934,5078) -(8694,5079) -(7401,5080) -(1165,5081) -(9438,5082) -(4790,5083) -(4531,5084) -(6099,5085) -(8236,5086) -(8551,5087) -(3128,5088) -(3504,5089) -(9071,5090) -(5930,5091) -(6825,5092) -(2218,5093) -(3604,5094) -(5761,5095) -(5414,5096) -(5892,5097) -(4080,5098) -(8018,5099) -(1757,5100) -(5854,5101) -(1335,5102) -(3811,5103) -(9917,5104) -(5947,5105) -(7263,5106) -(1730,5107) -(5747,5108) -(3876,5109) -(2762,5110) -(7613,5111) -(152,5112) -(3941,5113) -(5614,5114) -(9279,5115) -(3048,5116) -(6152,5117) -(5481,5118) -(4675,5119) -(3334,5120) -(4691,5121) -(803,5122) -(5409,5123) -(1054,5124) -(103,5125) -(8565,5126) -(4666,5127) -(6634,5128) -(5538,5129) -(3789,5130) -(4641,5131) -(2458,5132) -(5667,5133) -(6524,5134) -(9179,5135) -(6358,5136) -(6668,5137) -(6414,5138) -(2813,5139) -(8927,5140) -(8695,5141) -(363,5142) -(9966,5143) -(1323,5144) -(8211,5145) -(4375,5146) -(3257,5147) -(6239,5148) -(3602,5149) -(9830,5150) -(7826,5151) -(2108,5152) -(7245,5153) -(8330,5154) -(7441,5155) -(9848,5156) -(1226,5157) -(414,5158) -(1273,5159) -(9866,5160) -(4633,5161) -(8727,5162) -(5308,5163) -(1395,5164) -(1825,5165) -(7606,5166) -(9390,5167) -(2376,5168) -(2377,5169) -(5346,5170) -(4140,5171) -(6032,5172) -(9453,5173) -(9297,5174) -(6455,5175) -(4458,5176) -(9516,5177) -(6211,5178) -(526,5179) -(3570,5180) -(4885,5181) -(6390,5182) -(1606,5183) -(7850,5184) -(3315,5185) -(8322,5186) -(3703,5187) -(9489,5188) -(6104,5189) -(3067,5190) -(2521,5191) -(2581,5192) -(595,5193) -(8291,5194) -(1727,5195) -(6847,5196) -(7494,5197) -(7093,5198) -(7357,5199) -(620,5200) -(2460,5201) -(1598,5202) -(4112,5203) -(2956,5204) -(3193,5205) -(6356,5206) -(730,5207) -(8826,5208) -(9036,5209) -(2085,5210) -(9007,5211) -(6047,5212) -(3953,5213) -(1214,5214) -(4814,5215) -(5738,5216) -(7176,5217) -(3609,5218) -(592,5219) -(9391,5220) -(5345,5221) -(1171,5222) -(7238,5223) -(7561,5224) -(5876,5225) -(6611,5226) -(7300,5227) -(1506,5228) -(1153,5229) -(3831,5230) -(9255,5231) -(1841,5232) -(5075,5233) -(101,5234) -(2627,5235) -(7078,5236) -(2850,5237) -(8703,5238) -(4101,5239) -(318,5240) -(6452,5241) -(5558,5242) -(3127,5243) -(535,5244) -(270,5245) -(4038,5246) -(3404,5247) -(2374,5248) -(6446,5249) -(7758,5250) -(356,5251) -(9197,5252) -(9765,5253) -(4974,5254) -(442,5255) -(4349,5256) -(6119,5257) -(7574,5258) -(4445,5259) -(940,5260) -(1875,5261) -(5951,5262) -(9132,5263) -(6913,5264) -(3308,5265) -(7553,5266) -(2138,5267) -(6252,5268) -(2171,5269) -(4159,5270) -(2401,5271) -(6553,5272) -(5217,5273) -(1405,5274) -(1494,5275) -(5553,5276) -(8296,5277) -(6565,5278) -(817,5279) -(6947,5280) -(4184,5281) -(6577,5282) -(6424,5283) -(2482,5284) -(6874,5285) -(7601,5286) -(4552,5287) -(8406,5288) -(2924,5289) -(8255,5290) -(4920,5291) -(228,5292) -(9431,5293) -(4021,5294) -(2966,5295) -(2862,5296) -(4303,5297) -(9643,5298) -(3008,5299) -(7476,5300) -(3686,5301) -(9051,5302) -(6592,5303) -(924,5304) -(4406,5305) -(5233,5306) -(8881,5307) -(2212,5308) -(5804,5309) -(2990,5310) -(4069,5311) -(5380,5312) -(5016,5313) -(5056,5314) -(3732,5315) -(5527,5316) -(1151,5317) -(7900,5318) -(1660,5319) -(8064,5320) -(8240,5321) -(413,5322) -(8311,5323) -(1065,5324) -(2741,5325) -(5306,5326) -(5464,5327) -(4237,5328) -(3822,5329) -(2548,5330) -(2688,5331) -(8061,5332) -(9340,5333) -(4031,5334) -(2635,5335) -(809,5336) -(3209,5337) -(3825,5338) -(1448,5339) -(9077,5340) -(3730,5341) -(9596,5342) -(3563,5343) -(4116,5344) -(4825,5345) -(8376,5346) -(3917,5347) -(4407,5348) -(8202,5349) -(7675,5350) -(4104,5351) -(9225,5352) -(2834,5353) -(1227,5354) -(3383,5355) -(67,5356) -(1751,5357) -(8054,5358) -(8571,5359) -(2466,5360) -(9405,5361) -(6883,5362) -(4301,5363) -(3705,5364) -(5420,5365) -(3692,5366) -(6851,5367) -(9363,5368) -(2269,5369) -(4918,5370) -(4297,5371) -(1836,5372) -(237,5373) -(6131,5374) -(3174,5375) -(9987,5376) -(3630,5377) -(2899,5378) -(4079,5379) -(5049,5380) -(2963,5381) -(3962,5382) -(7921,5383) -(3967,5384) -(2752,5385) -(7944,5386) -(2205,5387) -(5035,5388) -(1425,5389) -(832,5390) -(1447,5391) -(6108,5392) -(4936,5393) -(7704,5394) -(142,5395) -(4272,5396) -(7667,5397) -(366,5398) -(8866,5399) -(7712,5400) -(3880,5401) -(4631,5402) -(2789,5403) -(7720,5404) -(7618,5405) -(4990,5406) -(7918,5407) -(5067,5408) -(6370,5409) -(2268,5410) -(1949,5411) -(5503,5412) -(9951,5413) -(6823,5414) -(6287,5415) -(6016,5416) -(1977,5417) -(8579,5418) -(6204,5419) -(9764,5420) -(2005,5421) -(1648,5422) -(2457,5423) -(2698,5424) -(7730,5425) -(7287,5426) -(2937,5427) -(6824,5428) -(9256,5429) -(4810,5430) -(3869,5431) -(1993,5432) -(6048,5433) -(6922,5434) -(8,5435) -(6706,5436) -(9159,5437) -(7020,5438) -(767,5439) -(8602,5440) -(4442,5441) -(2040,5442) -(5493,5443) -(275,5444) -(8876,5445) -(7381,5446) -(1827,5447) -(3537,5448) -(6978,5449) -(6160,5450) -(9219,5451) -(5034,5452) -(8463,5453) -(2038,5454) -(9562,5455) -(2687,5456) -(5092,5457) -(539,5458) -(2139,5459) -(9221,5460) -(965,5461) -(6051,5462) -(5822,5463) -(6397,5464) -(2375,5465) -(9415,5466) -(6552,5467) -(2248,5468) -(2611,5469) -(9609,5470) -(2132,5471) -(8452,5472) -(9407,5473) -(2814,5474) -(1889,5475) -(7489,5476) -(2255,5477) -(3380,5478) -(1167,5479) -(5369,5480) -(2378,5481) -(8315,5482) -(2934,5483) -(7924,5484) -(2867,5485) -(9141,5486) -(3613,5487) -(2461,5488) -(4567,5489) -(2906,5490) -(4848,5491) -(6614,5492) -(6200,5493) -(7895,5494) -(6829,5495) -(4087,5496) -(8787,5497) -(3322,5498) -(9091,5499) -(5268,5500) -(2719,5501) -(30,5502) -(1975,5503) -(2641,5504) -(8616,5505) -(5980,5506) -(5170,5507) -(1960,5508) -(8141,5509) -(6692,5510) -(7621,5511) -(3890,5512) -(4300,5513) -(736,5514) -(6626,5515) -(1800,5516) -(3430,5517) -(9519,5518) -(5111,5519) -(6915,5520) -(9246,5521) -(5141,5522) -(5922,5523) -(3087,5524) -(1859,5525) -(8482,5526) -(8414,5527) -(6662,5528) -(8614,5529) -(42,5530) -(7582,5531) -(8183,5532) -(1299,5533) -(7004,5534) -(3298,5535) -(7884,5536) -(4191,5537) -(7346,5538) -(7989,5539) -(5719,5540) -(800,5541) -(6509,5542) -(4672,5543) -(4434,5544) -(8309,5545) -(5134,5546) -(5153,5547) -(1522,5548) -(8629,5549) -(4549,5550) -(9506,5551) -(6542,5552) -(2579,5553) -(4664,5554) -(696,5555) -(7950,5556) -(5,5557) -(7806,5558) -(2770,5559) -(1344,5560) -(511,5561) -(9070,5562) -(2961,5563) -(8031,5564) -(326,5565) -(183,5566) -(5917,5567) -(8256,5568) -(7889,5569) -(9029,5570) -(1316,5571) -(7442,5572) -(2810,5573) -(20,5574) -(2306,5575) -(4694,5576) -(9710,5577) -(1791,5578) -(6730,5579) -(359,5580) -(8097,5581) -(6147,5582) -(643,5583) -(698,5584) -(3881,5585) -(7600,5586) -(1583,5587) -(9612,5588) -(1032,5589) -(4834,5590) -(5076,5591) -(3070,5592) -(1421,5593) -(8970,5594) -(6271,5595) -(8547,5596) -(1259,5597) -(8328,5598) -(1503,5599) -(2253,5600) -(7449,5601) -(3579,5602) -(1585,5603) -(5543,5604) -(8627,5605) -(8618,5606) -(1911,5607) -(2758,5608) -(5744,5609) -(4976,5610) -(6380,5611) -(1937,5612) -(9903,5613) -(4409,5614) -(4133,5615) -(5263,5616) -(7888,5617) -(6060,5618) -(2522,5619) -(5550,5620) -(9396,5621) -(176,5622) -(5148,5623) -(6691,5624) -(4652,5625) -(5096,5626) -(2408,5627) -(7322,5628) -(6782,5629) -(4642,5630) -(5427,5631) -(4461,5632) -(8416,5633) -(2593,5634) -(6202,5635) -(3826,5636) -(4417,5637) -(7871,5638) -(5622,5639) -(3010,5640) -(3407,5641) -(1274,5642) -(2828,5643) -(3427,5644) -(612,5645) -(8729,5646) -(1239,5647) -(8990,5648) -(5609,5649) -(4441,5650) -(9078,5651) -(6699,5652) -(8390,5653) -(5455,5654) -(7537,5655) -(4669,5656) -(5534,5657) -(1920,5658) -(9465,5659) -(4897,5660) -(1990,5661) -(7148,5662) -(533,5663) -(4339,5664) -(6450,5665) -(9627,5666) -(5539,5667) -(6758,5668) -(3435,5669) -(4350,5670) -(9088,5671) -(6368,5672) -(6337,5673) -(4361,5674) -(1719,5675) -(3109,5676) -(7135,5677) -(1964,5678) -(3,5679) -(1868,5680) -(5182,5681) -(7567,5682) -(3676,5683) -(9382,5684) -(8645,5685) -(2018,5686) -(217,5687) -(6793,5688) -(7280,5689) -(2168,5690) -(5259,5691) -(6019,5692) -(877,5693) -(4961,5694) -(1873,5695) -(13,5696) -(1537,5697) -(3129,5698) -(6473,5699) -(7865,5700) -(7822,5701) -(239,5702) -(2062,5703) -(762,5704) -(3764,5705) -(465,5706) -(2587,5707) -(8402,5708) -(1055,5709) -(3072,5710) -(7359,5711) -(6558,5712) -(48,5713) -(5382,5714) -(947,5715) -(2644,5716) -(7516,5717) -(2362,5718) -(839,5719) -(2216,5720) -(7673,5721) -(8173,5722) -(1630,5723) -(9057,5724) -(4392,5725) -(3695,5726) -(5751,5727) -(5745,5728) -(7945,5729) -(5174,5730) -(3829,5731) -(3317,5732) -(4253,5733) -(1291,5734) -(3266,5735) -(2939,5736) -(2755,5737) -(6844,5738) -(8594,5739) -(704,5740) -(1681,5741) -(364,5742) -(2928,5743) -(117,5744) -(96,5745) -(7796,5746) -(3101,5747) -(3397,5748) -(1605,5749) -(4881,5750) -(4521,5751) -(6430,5752) -(282,5753) -(9645,5754) -(8946,5755) -(5064,5756) -(7470,5757) -(5886,5758) -(6280,5759) -(5247,5760) -(412,5761) -(5342,5762) -(2271,5763) -(849,5764) -(1885,5765) -(5620,5766) -(7079,5767) -(5819,5768) -(7497,5769) -(5993,5770) -(3739,5771) -(6296,5772) -(2716,5773) -(1130,5774) -(5593,5775) -(6972,5776) -(8360,5777) -(6448,5778) -(3689,5779) -(7951,5780) -(2974,5781) -(6600,5782) -(4662,5783) -(4765,5784) -(355,5785) -(6228,5786) -(964,5787) -(3082,5788) -(7028,5789) -(4505,5790) -(8961,5791) -(9571,5792) -(9394,5793) -(4245,5794) -(7560,5795) -(2907,5796) -(7817,5797) -(5408,5798) -(8092,5799) -(1309,5800) -(6673,5801) -(1245,5802) -(6790,5803) -(8380,5804) -(5786,5805) -(9590,5806) -(5763,5807) -(1345,5808) -(3480,5809) -(7864,5810) -(4853,5811) -(1445,5812) -(170,5813) -(7348,5814) -(3920,5815) -(3307,5816) -(4584,5817) -(3344,5818) -(4360,5819) -(8757,5820) -(4315,5821) -(5243,5822) -(8550,5823) -(159,5824) -(4710,5825) -(7179,5826) -(2509,5827) -(6981,5828) -(5060,5829) -(5601,5830) -(703,5831) -(8719,5832) -(1570,5833) -(1036,5834) -(6703,5835) -(252,5836) -(631,5837) -(5098,5838) -(8346,5839) -(4910,5840) -(559,5841) -(1477,5842) -(5115,5843) -(8784,5844) -(4422,5845) -(2702,5846) -(9599,5847) -(2463,5848) -(498,5849) -(494,5850) -(8632,5851) -(3449,5852) -(5888,5853) -(2211,5854) -(2835,5855) -(4196,5856) -(2177,5857) -(1959,5858) -(5172,5859) -(7898,5860) -(5729,5861) -(469,5862) -(4456,5863) -(3578,5864) -(8623,5865) -(6749,5866) -(6735,5867) -(5197,5868) -(2067,5869) -(5600,5870) -(7741,5871) -(9925,5872) -(9685,5873) -(7622,5874) -(6859,5875) -(3094,5876) -(2628,5877) -(40,5878) -(1644,5879) -(588,5880) -(7522,5881) -(162,5882) -(3610,5883) -(3561,5884) -(8185,5885) -(7237,5886) -(4592,5887) -(7082,5888) -(4719,5889) -(3879,5890) -(1662,5891) -(3995,5892) -(5828,5893) -(4197,5894) -(5146,5895) -(753,5896) -(7064,5897) -(1312,5898) -(5573,5899) -(7634,5900) -(2459,5901) -(8636,5902) -(5318,5903) -(1064,5904) -(9779,5905) -(6512,5906) -(3572,5907) -(816,5908) -(3978,5909) -(5390,5910) -(4685,5911) -(3003,5912) -(2638,5913) -(9716,5914) -(9598,5915) -(9501,5916) -(1704,5917) -(8609,5918) -(5211,5919) -(3605,5920) -(8730,5921) -(4208,5922) -(7784,5923) -(7501,5924) -(7862,5925) -(8922,5926) -(3857,5927) -(6393,5928) -(506,5929) -(4232,5930) -(8991,5931) -(8578,5932) -(3235,5933) -(963,5934) -(113,5935) -(8234,5936) -(2613,5937) -(5540,5938) -(9727,5939) -(2229,5940) -(6242,5941) -(2502,5942) -(6212,5943) -(3495,5944) -(2364,5945) -(6777,5946) -(9811,5947) -(1450,5948) -(5008,5949) -(1318,5950) -(3373,5951) -(398,5952) -(3804,5953) -(9148,5954) -(4382,5955) -(4026,5956) -(7804,5957) -(6839,5958) -(3756,5959) -(6734,5960) -(2228,5961) -(3273,5962) -(3708,5963) -(4320,5964) -(74,5965) -(2520,5966) -(9619,5967) -(1801,5968) -(6399,5969) -(8313,5970) -(7003,5971) -(329,5972) -(9090,5973) -(2299,5974) -(3925,5975) -(8145,5976) -(8561,5977) -(2797,5978) -(1451,5979) -(7977,5980) -(112,5981) -(5265,5982) -(3819,5983) -(3648,5984) -(6306,5985) -(2385,5986) -(9084,5987) -(4499,5988) -(1154,5989) -(6800,5990) -(8049,5991) -(3733,5992) -(8496,5993) -(9952,5994) -(9792,5995) -(5081,5996) -(7908,5997) -(5398,5998) -(8423,5999) -(3362,6000) -(7767,6001) -(7063,6002) -(8350,6003) -(6779,6004) -(5742,6005) -(9045,6006) -(8792,6007) -(8160,6008) -(3061,6009) -(4721,6010) -(9817,6011) -(9257,6012) -(7779,6013) -(2663,6014) -(3885,6015) -(9469,6016) -(6766,6017) -(7173,6018) -(4709,6019) -(4210,6020) -(3715,6021) -(5089,6022) -(1639,6023) -(5757,6024) -(3545,6025) -(709,6026) -(6519,6027) -(4341,6028) -(2381,6029) -(7215,6030) -(9323,6031) -(3593,6032) -(3123,6033) -(8673,6034) -(5094,6035) -(6477,6036) -(9734,6037) -(2998,6038) -(7807,6039) -(5739,6040) -(138,6041) -(2403,6042) -(2484,6043) -(2805,6044) -(5189,6045) -(8336,6046) -(5241,6047) -(2612,6048) -(2571,6049) -(926,6050) -(337,6051) -(2821,6052) -(2658,6053) -(9054,6054) -(5492,6055) -(7313,6056) -(75,6057) -(5489,6058) -(8413,6059) -(3693,6060) -(9820,6061) -(8157,6062) -(4161,6063) -(8339,6064) -(4141,6065) -(9001,6066) -(8247,6067) -(1182,6068) -(9876,6069) -(4302,6070) -(6674,6071) -(4214,6072) -(5584,6073) -(265,6074) -(9207,6075) -(9434,6076) -(2921,6077) -(9355,6078) -(8538,6079) -(4559,6080) -(9175,6081) -(4489,6082) -(1485,6083) -(8853,6084) -(9143,6085) -(9551,6086) -(49,6087) -(8351,6088) -(9748,6089) -(4536,6090) -(930,6091) -(2206,6092) -(8004,6093) -(219,6094) -(2724,6095) -(4868,6096) -(5952,6097) -(2094,6098) -(5707,6099) -(5200,6100) -(967,6101) -(1982,6102) -(3410,6103) -(174,6104) -(9217,6105) -(9103,6106) -(868,6107) -(8261,6108) -(2720,6109) -(2999,6110) -(769,6111) -(4533,6112) -(2030,6113) -(5824,6114) -(2328,6115) -(9970,6116) -(3192,6117) -(3387,6118) -(1936,6119) -(6934,6120) -(5615,6121) -(2241,6122) -(1842,6123) -(8044,6124) -(8902,6125) -(4519,6126) -(492,6127) -(2694,6128) -(5861,6129) -(2104,6130) -(5376,6131) -(3147,6132) -(9880,6133) -(6171,6134) -(1850,6135) -(1775,6136) -(9261,6137) -(9648,6138) -(7846,6139) -(1446,6140) -(3139,6141) -(6142,6142) -(5812,6143) -(6728,6144) -(4428,6145) -(502,6146) -(2363,6147) -(3808,6148) -(1010,6149) -(9565,6150) -(1587,6151) -(1474,6152) -(6215,6153) -(2395,6154) -(8753,6155) -(2446,6156) -(60,6157) -(982,6158) -(6489,6159) -(5334,6160) -(8540,6161) -(490,6162) -(6763,6163) -(8273,6164) -(8327,6165) -(8541,6166) -(3459,6167) -(5557,6168) -(158,6169) -(1741,6170) -(8385,6171) -(617,6172) -(3560,6173) -(5216,6174) -(8443,6175) -(2700,6176) -(3661,6177) -(4875,6178) -(6721,6179) -(3659,6180) -(8944,6181) -(9133,6182) -(9882,6183) -(2102,6184) -(9445,6185) -(5559,6186) -(6096,6187) -(9336,6188) -(2162,6189) -(7459,6190) -(3248,6191) -(9539,6192) -(4449,6193) -(2809,6194) -(7058,6195) -(3512,6196) -(2802,6197) -(6289,6198) -(1947,6199) -(9572,6200) -(2356,6201) -(3039,6202) -(9452,6203) -(6328,6204) -(7661,6205) -(2566,6206) -(6095,6207) -(6367,6208) -(3368,6209) -(5567,6210) -(9834,6211) -(9695,6212) -(7291,6213) -(4806,6214) -(2000,6215) -(6817,6216) -(8487,6217) -(3245,6218) -(632,6219) -(8067,6220) -(7140,6221) -(6802,6222) -(3980,6223) -(1321,6224) -(2273,6225) -(6787,6226) -(9480,6227) -(9404,6228) -(3914,6229) -(5507,6230) -(1813,6231) -(1999,6232) -(3848,6233) -(9693,6234) -(1353,6235) -(7218,6236) -(8223,6237) -(9982,6238) -(8799,6239) -(8929,6240) -(4626,6241) -(7958,6242) -(3743,6243) -(8165,6244) -(7899,6245) -(8698,6246) -(9270,6247) -(6348,6248) -(6999,6249) -(8467,6250) -(3907,6251) -(4738,6252) -(248,6253) -(8769,6254) -(9922,6255) -(778,6256) -(1233,6257) -(1183,6258) -(2838,6259) -(3096,6260) -(8566,6261) -(7635,6262) -(5428,6263) -(7430,6264) -(7210,6265) -(4485,6266) -(9623,6267) -(3670,6268) -(1575,6269) -(5874,6270) -(673,6271) -(9712,6272) -(7729,6273) -(4318,6274) -(4143,6275) -(4932,6276) -(5835,6277) -(4966,6278) -(6711,6279) -(3990,6280) -(990,6281) -(220,6282) -(5693,6283) -(3662,6284) -(7844,6285) -(5515,6286) -(5551,6287) -(2358,6288) -(8977,6289) -(7040,6290) -(105,6291) -(4496,6292) -(2254,6293) -(411,6294) -(2373,6295) -(3477,6296) -(8964,6297) -(8471,6298) -(5776,6299) -(9921,6300) -(7816,6301) -(2439,6302) -(9298,6303) -(9424,6304) -(3252,6305) -(1401,6306) -(9632,6307) -(370,6308) -(728,6309) -(2888,6310) -(1441,6311) -(8308,6312) -(2165,6313) -(6359,6314) -(9637,6315) -(5208,6316) -(4705,6317) -(2341,6318) -(8539,6319) -(7528,6320) -(7969,6321) -(6381,6322) -(4906,6323) -(8697,6324) -(6301,6325) -(7554,6326) -(5107,6327) -(5046,6328) -(4063,6329) -(7580,6330) -(2245,6331) -(3711,6332) -(3220,6333) -(6463,6334) -(8196,6335) -(9875,6336) -(1333,6337) -(7880,6338) -(2322,6339) -(2163,6340) -(421,6341) -(2042,6342) -(1424,6343) -(7870,6344) -(2653,6345) -(4216,6346) -(1515,6347) -(7860,6348) -(2984,6349) -(6269,6350) -(2609,6351) -(3671,6352) -(4544,6353) -(4668,6354) -(2565,6355) -(3126,6356) -(7573,6357) -(1476,6358) -(2146,6359) -(9990,6360) -(2530,6361) -(9288,6362) -(9755,6363) -(5305,6364) -(2495,6365) -(5443,6366) -(1930,6367) -(9134,6368) -(2844,6369) -(896,6370) -(1330,6371) -(8980,6372) -(5940,6373) -(6494,6374) -(165,6375) -(2510,6376) -(9950,6377) -(3854,6378) -(7493,6379) -(4124,6380) -(8563,6381) -(8735,6382) -(9046,6383) -(1754,6384) -(6954,6385) -(4953,6386) -(8142,6387) -(9661,6388) -(6415,6389) -(5782,6390) -(7721,6391) -(580,6392) -(3784,6393) -(9810,6394) -(8488,6395) -(6214,6396) -(9433,6397) -(9959,6398) -(554,6399) -(6646,6400) -(1138,6401) -(9331,6402) -(7331,6403) -(3482,6404) -(3795,6405) -(2441,6406) -(5229,6407) -(7012,6408) -(7036,6409) -(8243,6410) -(9320,6411) -(4693,6412) -(6741,6413) -(2997,6414) -(4838,6415) -(6945,6416) -(8253,6417) -(8989,6418) -(2640,6419) -(5647,6420) -(7186,6421) -(3278,6422) -(8546,6423) -(8297,6424) -(9534,6425) -(9618,6426) -(8839,6427) -(7605,6428) -(6421,6429) -(3582,6430) -(485,6431) -(1925,6432) -(4296,6433) -(8874,6434) -(1443,6435) -(4239,6436) -(9760,6437) -(136,6438) -(6472,6439) -(4896,6440) -(9028,6441) -(8354,6442) -(8648,6443) -(918,6444) -(6606,6445) -(2462,6446) -(7536,6447) -(1700,6448) -(6740,6449) -(28,6450) -(6044,6451) -(5053,6452) -(4832,6453) -(9145,6454) -(5482,6455) -(7644,6456) -(2128,6457) -(6583,6458) -(4224,6459) -(5253,6460) -(8219,6461) -(8113,6462) -(3616,6463) -(1361,6464) -(949,6465) -(8582,6466) -(5104,6467) -(6146,6468) -(7681,6469) -(1904,6470) -(1989,6471) -(4179,6472) -(1739,6473) -(2447,6474) -(3029,6475) -(9783,6476) -(8381,6477) -(8755,6478) -(8384,6479) -(7655,6480) -(4766,6481) -(3324,6482) -(5022,6483) -(2856,6484) -(6503,6485) -(6872,6486) -(1663,6487) -(6964,6488) -(4622,6489) -(6089,6490) -(8567,6491) -(597,6492) -(4222,6493) -(9322,6494) -(624,6495) -(4329,6496) -(6781,6497) -(1673,6498) -(6633,6499) -(2569,6500) -(4995,6501) -(2749,6502) -(9044,6503) -(5823,6504) -(9366,6505) -(1169,6506) -(1300,6507) -(9973,6508) -(2092,6509) -(9776,6510) -(7612,6511) -(7190,6512) -(5147,6513) -(3722,6514) -(5858,6515) -(3204,6516) -(8994,6517) -(7478,6518) -(9624,6519) -(6639,6520) -(369,6521) -(7766,6522) -(4094,6523) -(9556,6524) -(4887,6525) -(2321,6526) -(9201,6527) -(1627,6528) -(150,6529) -(8010,6530) -(8026,6531) -(5495,6532) -(6213,6533) -(6464,6534) -(1158,6535) -(8669,6536) -(3225,6537) -(1294,6538) -(2166,6539) -(9328,6540) -(8431,6541) -(7100,6542) -(8126,6543) -(2185,6544) -(5697,6545) -(5531,6546) -(3020,6547) -(3076,6548) -(9228,6549) -(1734,6550) -(7616,6551) -(9059,6552) -(323,6553) -(1283,6554) -(9535,6555) -(2580,6556) -(7633,6557) -(9497,6558) -(9842,6559) -(3426,6560) -(7650,6561) -(9935,6562) -(9354,6563) -(5569,6564) -(5765,6565) -(7283,6566) -(1068,6567) -(1641,6568) -(1688,6569) -(1133,6570) -(4493,6571) -(3354,6572) -(4029,6573) -(6704,6574) -(3221,6575) -(9432,6576) -(6990,6577) -(1760,6578) -(4754,6579) -(7724,6580) -(9487,6581) -(166,6582) -(5479,6583) -(8744,6584) -(5746,6585) -(907,6586) -(3968,6587) -(5721,6588) -(6738,6589) -(4097,6590) -(8456,6591) -(1269,6592) -(7997,6593) -(9457,6594) -(1159,6595) -(1631,6596) -(2019,6597) -(3186,6598) -(5587,6599) -(9172,6600) -(5589,6601) -(5103,6602) -(3177,6603) -(8887,6604) -(12,6605) -(8575,6606) -(4335,6607) -(4581,6608) -(4444,6609) -(7978,6610) -(3081,6611) -(4059,6612) -(5711,6613) -(7069,6614) -(6150,6615) -(9550,6616) -(7087,6617) -(9557,6618) -(7856,6619) -(1115,6620) -(1086,6621) -(5048,6622) -(5168,6623) -(6029,6624) -(546,6625) -(2908,6626) -(779,6627) -(4202,6628) -(9984,6629) -(4730,6630) -(6517,6631) -(8410,6632) -(4793,6633) -(3431,6634) -(2481,6635) -(3905,6636) -(8807,6637) -(2660,6638) -(4985,6639) -(3080,6640) -(1090,6641) -(6917,6642) -(5177,6643) -(2729,6644) -(9706,6645) -(9929,6646) -(1547,6647) -(2798,6648) -(4420,6649) -(6771,6650) -(2004,6651) -(8686,6652) -(3663,6653) -(806,6654) -(4309,6655) -(7443,6656) -(5779,6657) -(8821,6658) -(4198,6659) -(8115,6660) -(9554,6661) -(8956,6662) -(4733,6663) -(5417,6664) -(4792,6665) -(462,6666) -(3687,6667) -(2013,6668) -(5386,6669) -(2816,6670) -(7827,6671) -(5077,6672) -(6039,6673) -(215,6674) -(855,6675) -(9692,6676) -(8391,6677) -(8424,6678) -(6331,6679) -(6561,6680) -(8955,6681) -(1764,6682) -(6623,6683) -(2900,6684) -(7048,6685) -(3843,6686) -(4855,6687) -(7383,6688) -(7765,6689) -(1125,6690) -(755,6691) -(2995,6692) -(8907,6693) -(9357,6694) -(4469,6695) -(2147,6696) -(2952,6697) -(1324,6698) -(1173,6699) -(3169,6700) -(5149,6701) -(9660,6702) -(3446,6703) -(6988,6704) -(5829,6705) -(7166,6706) -(3940,6707) -(2645,6708) -(478,6709) -(1156,6710) -(2731,6711) -(5637,6712) -(7517,6713) -(5331,6714) -(9640,6715) -(4108,6716) -(1087,6717) -(8017,6718) -(8795,6719) -(7060,6720) -(9450,6721) -(390,6722) -(66,6723) -(8789,6724) -(9260,6725) -(6679,6726) -(9052,6727) -(9561,6728) -(9725,6729) -(6298,6730) -(8654,6731) -(8725,6732) -(9377,6733) -(3807,6734) -(8048,6735) -(764,6736) -(9702,6737) -(8060,6738) -(6371,6739) -(5237,6740) -(743,6741) -(7395,6742) -(3365,6743) -(6667,6744) -(3445,6745) -(4019,6746) -(7035,6747) -(5274,6748) -(519,6749) -(2801,6750) -(3320,6751) -(3153,6752) -(7680,6753) -(8942,6754) -(3195,6755) -(2287,6756) -(8325,6757) -(2603,6758) -(5871,6759) -(1773,6760) -(3323,6761) -(2053,6762) -(4062,6763) -(4611,6764) -(3451,6765) -(1819,6766) -(9806,6767) -(6619,6768) -(1031,6769) -(1865,6770) -(6282,6771) -(1178,6772) -(8007,6773) -(9126,6774) -(9113,6775) -(537,6776) -(6208,6777) -(1626,6778) -(7188,6779) -(9216,6780) -(6134,6781) -(2074,6782) -(6369,6783) -(9306,6784) -(3155,6785) -(3611,6786) -(6530,6787) -(6979,6788) -(9129,6789) -(8013,6790) -(6926,6791) -(1877,6792) -(1882,6793) -(6720,6794) -(690,6795) -(143,6796) -(7241,6797) -(6461,6798) -(2258,6799) -(2280,6800) -(7556,6801) -(1038,6802) -(2634,6803) -(7847,6804) -(4415,6805) -(1933,6806) -(8034,6807) -(9233,6808) -(6572,6809) -(1586,6810) -(8512,6811) -(7421,6812) -(503,6813) -(5332,6814) -(2602,6815) -(2902,6816) -(2979,6817) -(1431,6818) -(8639,6819) -(4218,6820) -(7453,6821) -(5448,6822) -(6768,6823) -(3104,6824) -(2297,6825) -(7994,6826) -(550,6827) -(4777,6828) -(5962,6829) -(1763,6830) -(3654,6831) -(4106,6832) -(5156,6833) -(422,6834) -(5011,6835) -(218,6836) -(9762,6837) -(6074,6838) -(4060,6839) -(8680,6840) -(5863,6841) -(8042,6842) -(2964,6843) -(6931,6844) -(6715,6845) -(5859,6846) -(6173,6847) -(7788,6848) -(9370,6849) -(3038,6850) -(6483,6851) -(7534,6852) -(5769,6853) -(9152,6854) -(6251,6855) -(9209,6856) -(5365,6857) -(509,6858) -(3132,6859) -(5373,6860) -(4247,6861) -(3491,6862) -(495,6863) -(1594,6864) -(2243,6865) -(7780,6866) -(5632,6867) -(2679,6868) -(1354,6869) -(180,6870) -(7017,6871) -(1867,6872) -(2213,6873) -(8773,6874) -(1784,6875) -(5961,6876) -(8801,6877) -(4860,6878) -(2214,6879) -(1735,6880) -(578,6881) -(7853,6882) -(2215,6883) -(4704,6884) -(9379,6885) -(9745,6886) -(5636,6887) -(4548,6888) -(6537,6889) -(7748,6890) -(687,6891) -(1243,6892) -(852,6893) -(785,6894) -(2002,6895) -(2748,6896) -(6075,6897) -(7029,6898) -(7474,6899) -(7755,6900) -(1456,6901) -(2808,6902) -(4089,6903) -(4718,6904) -(910,6905) -(2868,6906) -(2103,6907) -(2407,6908) -(4353,6909) -(7988,6910) -(2750,6911) -(2006,6912) -(4617,6913) -(1251,6914) -(4590,6915) -(1144,6916) -(7131,6917) -(95,6918) -(4827,6919) -(4307,6920) -(1505,6921) -(8191,6922) -(5037,6923) -(7363,6924) -(8427,6925) -(5231,6926) -(2943,6927) -(4624,6928) -(2020,6929) -(6155,6930) -(4381,6931) -(1057,6932) -(9010,6933) -(4947,6934) -(335,6935) -(6890,6936) -(5070,6937) -(5270,6938) -(8657,6939) -(7625,6940) -(5759,6941) -(9483,6942) -(8304,6943) -(296,6944) -(1176,6945) -(2069,6946) -(1531,6947) -(5329,6948) -(3702,6949) -(6520,6950) -(7310,6951) -(1175,6952) -(9107,6953) -(2737,6954) -(3437,6955) -(281,6956) -(6676,6957) -(145,6958) -(3172,6959) -(4049,6960) -(6042,6961) -(9122,6962) -(7244,6963) -(5361,6964) -(8647,6965) -(7956,6966) -(7812,6967) -(570,6968) -(4115,6969) -(1856,6970) -(9582,6971) -(2025,6972) -(986,6973) -(8358,6974) -(510,6975) -(6101,6976) -(4167,6977) -(6139,6978) -(6912,6979) -(339,6980) -(8759,6981) -(246,6982) -(2831,6983) -(2327,6984) -(7001,6985) -(4398,6986) -(1495,6987) -(8522,6988) -(7090,6989) -(8457,6990) -(4238,6991) -(6791,6992) -(1342,6993) -(4580,6994) -(1475,6995) -(9184,6996) -(1189,6997) -(638,6998) -(5867,6999) -(9911,7000) -(8147,7001) -(4492,7002) -(385,7003) -(5235,7004) -(4812,7005) -(9807,7006) -(9588,7007) -(9832,7008) -(3757,7009) -(9703,7010) -(1022,7011) -(5165,7012) -(7129,7013) -(4164,7014) -(7239,7015) -(523,7016) -(4670,7017) -(8503,7018) -(714,7019) -(1350,7020) -(8318,7021) -(1834,7022) -(4306,7023) -(8543,7024) -(9397,7025) -(3145,7026) -(3942,7027) -(8583,7028) -(8073,7029) -(4940,7030) -(9573,7031) -(5325,7032) -(1833,7033) -(1337,7034) -(9749,7035) -(7505,7036) -(9731,7037) -(4098,7038) -(1418,7039) -(63,7040) -(9889,7041) -(2871,7042) -(1003,7043) -(8796,7044) -(22,7045) -(8244,7046) -(2282,7047) -(3487,7048) -(8633,7049) -(6418,7050) -(4682,7051) -(4103,7052) -(6256,7053) -(4040,7054) -(9342,7055) -(9969,7056) -(223,7057) -(4593,7058) -(44,7059) -(3513,7060) -(5771,7061) -(5083,7062) -(3839,7063) -(2986,7064) -(2200,7065) -(197,7066) -(7455,7067) -(1379,7068) -(4356,7069) -(6888,7070) -(9139,7071) -(7682,7072) -(4873,7073) -(783,7074) -(6071,7075) -(5160,7076) -(2291,7077) -(187,7078) -(7786,7079) -(3432,7080) -(5450,7081) -(2699,7082) -(692,7083) -(6081,7084) -(4829,7085) -(238,7086) -(9100,7087) -(1968,7088) -(1872,7089) -(7051,7090) -(2743,7091) -(1237,7092) -(3052,7093) -(8021,7094) -(657,7095) -(2236,7096) -(7011,7097) -(4067,7098) -(9449,7099) -(7428,7100) -(1272,7101) -(6897,7102) -(5839,7103) -(6835,7104) -(1887,7105) -(1551,7106) -(4667,7107) -(9603,7108) -(4332,7109) -(5681,7110) -(8062,7111) -(2302,7112) -(2825,7113) -(4527,7114) -(4230,7115) -(3053,7116) -(983,7117) -(9458,7118) -(4128,7119) -(425,7120) -(3911,7121) -(6607,7122) -(5431,7123) -(6330,7124) -(3592,7125) -(154,7126) -(9879,7127) -(3202,7128) -(3056,7129) -(9890,7130) -(5840,7131) -(9804,7132) -(681,7133) -(3443,7134) -(8088,7135) -(9447,7136) -(1490,7137) -(3684,7138) -(3113,7139) -(9004,7140) -(7147,7141) -(7571,7142) -(5545,7143) -(4558,7144) -(6206,7145) -(5695,7146) -(9600,7147) -(5432,7148) -(9299,7149) -(2386,7150) -(2046,7151) -(3293,7152) -(3046,7153) -(214,7154) -(7893,7155) -(891,7156) -(6499,7157) -(5003,7158) -(6487,7159) -(9403,7160) -(945,7161) -(6713,7162) -(9928,7163) -(8585,7164) -(4004,7165) -(2528,7166) -(3350,7167) -(2160,7168) -(1521,7169) -(5660,7170) -(5755,7171) -(7614,7172) -(3121,7173) -(2735,7174) -(7506,7175) -(2693,7176) -(2892,7177) -(3310,7178) -(3484,7179) -(9733,7180) -(29,7181) -(9013,7182) -(3847,7183) -(6724,7184) -(2559,7185) -(5326,7186) -(4802,7187) -(131,7188) -(1634,7189) -(919,7190) -(9575,7191) -(1256,7192) -(9428,7193) -(5121,7194) -(6584,7195) -(7193,7196) -(4047,7197) -(104,7198) -(1527,7199) -(3460,7200) -(8526,7201) -(8959,7202) -(3633,7203) -(1799,7204) -(461,7205) -(718,7206) -(3219,7207) -(3494,7208) -(9402,7209) -(7983,7210) -(7919,7211) -(8036,7212) -(5164,7213) -(4160,7214) -(5370,7215) -(5347,7216) -(7109,7217) -(4826,7218) -(1338,7219) -(2711,7220) -(6299,7221) -(1616,7222) -(7519,7223) -(1262,7224) -(7228,7225) -(7892,7226) -(7929,7227) -(7705,7228) -(3111,7229) -(3066,7230) -(9559,7231) -(3787,7232) -(8710,7233) -(4870,7234) -(1883,7235) -(9689,7236) -(9491,7237) -(2035,7238) -(655,7239) -(6305,7240) -(9423,7241) -(283,7242) -(2607,7243) -(7740,7244) -(6956,7245) -(884,7246) -(5730,7247) -(3438,7248) -(3250,7249) -(5470,7250) -(2037,7251) -(6593,7252) -(3893,7253) -(3200,7254) -(7125,7255) -(2295,7256) -(2056,7257) -(2962,7258) -(993,7259) -(9127,7260) -(2075,7261) -(9338,7262) -(8100,7263) -(5047,7264) -(7032,7265) -(6374,7266) -(4137,7267) -(7132,7268) -(3064,7269) -(3621,7270) -(6199,7271) -(4926,7272) -(8035,7273) -(2195,7274) -(5366,7275) -(3478,7276) -(1926,7277) -(7265,7278) -(7668,7279) -(3335,7280) -(7660,7281) -(9604,7282) -(7301,7283) -(4475,7284) -(9954,7285) -(5723,7286) -(2669,7287) -(1685,7288) -(2233,7289) -(8111,7290) -(7685,7291) -(3773,7292) -(7172,7293) -(1740,7294) -(5416,7295) -(1823,7296) -(1668,7297) -(1795,7298) -(8599,7299) -(5542,7300) -(5658,7301) -(9824,7302) -(19,7303) -(9344,7304) -(5900,7305) -(7818,7306) -(8377,7307) -(6886,7308) -(3201,7309) -(87,7310) -(1089,7311) -(3948,7312) -(6383,7313) -(837,7314) -(6285,7315) -(78,7316) -(4389,7317) -(4795,7318) -(9369,7319) -(69,7320) -(7689,7321) -(5642,7322) -(2348,7323) -(9308,7324) -(9093,7325) -(1199,7326) -(307,7327) -(3814,7328) -(8817,7329) -(2329,7330) -(2932,7331) -(1986,7332) -(5279,7333) -(5357,7334) -(6778,7335) -(2773,7336) -(244,7337) -(6900,7338) -(4739,7339) -(3217,7340) -(7563,7341) -(1807,7342) -(4199,7343) -(1077,7344) -(8348,7345) -(841,7346) -(8154,7347) -(5261,7348) -(1950,7349) -(8472,7350) -(8745,7351) -(8715,7352) -(9708,7353) -(5860,7354) -(9142,7355) -(6582,7356) -(1255,7357) -(6459,7358) -(6327,7359) -(4692,7360) -(3772,7361) -(4203,7362) -(2946,7363) -(3524,7364) -(8409,7365) -(1824,7366) -(4637,7367) -(589,7368) -(484,7369) -(8963,7370) -(5502,7371) -(6982,7372) -(8029,7373) -(4395,7374) -(2595,7375) -(2133,7376) -(1414,7377) -(8201,7378) -(4706,7379) -(5310,7380) -(7333,7381) -(9420,7382) -(1383,7383) -(6225,7384) -(2064,7385) -(6700,7386) -(1352,7387) -(4249,7388) -(9429,7389) -(8090,7390) -(5378,7391) -(9085,7392) -(7468,7393) -(9955,7394) -(8692,7395) -(1463,7396) -(3577,7397) -(5654,7398) -(7955,7399) -(4843,7400) -(1776,7401) -(2223,7402) -(8442,7403) -(9738,7404) -(4867,7405) -(2983,7406) -(3300,7407) -(3815,7408) -(1779,7409) -(1123,7410) -(4824,7411) -(5407,7412) -(5123,7413) -(2515,7414) -(4781,7415) -(7831,7416) -(6946,7417) -(1215,7418) -(7783,7419) -(4532,7420) -(9068,7421) -(7030,7422) -(436,7423) -(6549,7424) -(3348,7425) -(6229,7426) -(3933,7427) -(1876,7428) -(8920,7429) -(7926,7430) -(8805,7431) -(6729,7432) -(7397,7433) -(9303,7434) -(4255,7435) -(7229,7436) -(854,7437) -(6723,7438) -(9597,7439) -(6532,7440) -(2910,7441) -(6717,7442) -(1790,7443) -(3761,7444) -(1565,7445) -(6205,7446) -(2726,7447) -(799,7448) -(3540,7449) -(5878,7450) -(2542,7451) -(4888,7452) -(5290,7453) -(7995,7454) -(3519,7455) -(3571,7456) -(7854,7457) -(5184,7458) -(3498,7459) -(1264,7460) -(3159,7461) -(5480,7462) -(1706,7463) -(4540,7464) -(2799,7465) -(7389,7466) -(5565,7467) -(3896,7468) -(2100,7469) -(3507,7470) -(7971,7471) -(2312,7472) -(2494,7473) -(2474,7474) -(3136,7475) -(7242,7476) -(9430,7477) -(1052,7478) -(4172,7479) -(970,7480) -(882,7481) -(9799,7482) -(5850,7483) -(9473,7484) -(8635,7485) -(2349,7486) -(2270,7487) -(7887,7488) -(3091,7489) -(3728,7490) -(3658,7491) -(5975,7492) -(332,7493) -(7990,7494) -(8688,7495) -(9601,7496) -(8401,7497) -(8093,7498) -(4278,7499) -(5467,7500) -(3137,7501) -(204,7502) -(8224,7503) -(2944,7504) -(7593,7505) -(814,7506) -(8047,7507) -(7802,7508) -(901,7509) -(6168,7510) -(2950,7511) -(5393,7512) -(3585,7513) -(9392,7514) -(8314,7515) -(9972,7516) -(9130,7517) -(975,7518) -(5720,7519) -(3769,7520) -(5303,7521) -(6564,7522) -(7855,7523) -(8153,7524) -(2292,7525) -(3156,7526) -(6580,7527) -(5324,7528) -(8871,7529) -(2543,7530) -(7857,7531) -(4084,7532) -(9887,7533) -(6940,7534) -(3415,7535) -(5012,7536) -(3187,7537) -(8556,7538) -(7966,7539) -(7481,7540) -(8524,7541) -(3021,7542) -(6045,7543) -(8022,7544) -(3626,7545) -(1030,7546) -(8903,7547) -(7488,7548) -(9293,7549) -(4586,7550) -(9282,7551) -(1948,7552) -(2534,7553) -(1150,7554) -(4931,7555) -(2866,7556) -(6172,7557) -(4819,7558) -(569,7559) -(1146,7560) -(3062,7561) -(7690,7562) -(8611,7563) -(1142,7564) -(1193,7565) -(2507,7566) -(1043,7567) -(7472,7568) -(1817,7569) -(3868,7570) -(9031,7571) -(7254,7572) -(5030,7573) -(6594,7574) -(6862,7575) -(1994,7576) -(9017,7577) -(5716,7578) -(1900,7579) -(120,7580) -(9003,7581) -(4178,7582) -(8777,7583) -(3653,7584) -(1137,7585) -(6362,7586) -(8537,7587) -(1590,7588) -(374,7589) -(2597,7590) -(8071,7591) -(9009,7592) -(1978,7593) -(1541,7594) -(4998,7595) -(1649,7596) -(5426,7597) -(1492,7598) -(9622,7599) -(701,7600) -(2781,7601) -(3982,7602) -(7259,7603) -(9868,7604) -(564,7605) -(6315,7606) -(9092,7607) -(8237,7608) -(1513,7609) -(1922,7610) -(5396,7611) -(2485,7612) -(5774,7613) -(3983,7614) -(221,7615) -(8662,7616) -(2456,7617) -(9736,7618) -(8936,7619) -(5395,7620) -(9523,7621) -(6980,7622) -(2091,7623) -(6807,7624) -(8818,7625) -(5298,7626) -(1726,7627) -(3878,7628) -(8700,7629) -(5201,7630) -(3936,7631) -(776,7632) -(5302,7633) -(3595,7634) -(9061,7635) -(6261,7636) -(8878,7637) -(3312,7638) -(9422,7639) -(7321,7640) -(3813,7641) -(5848,7642) -(3535,7643) -(1040,7644) -(8572,7645) -(5435,7646) -(8199,7647) -(8775,7648) -(7722,7649) -(3549,7650) -(2578,7651) -(1695,7652) -(1902,7653) -(6058,7654) -(6591,7655) -(7962,7656) -(5612,7657) -(3341,7658) -(5460,7659) -(2368,7660) -(8646,7661) -(4987,7662) -(9018,7663) -(8685,7664) -(694,7665) -(2012,7666) -(2417,7667) -(4022,7668) -(5935,7669) -(1656,7670) -(6195,7671) -(3057,7672) -(2852,7673) -(4634,7674) -(1689,7675) -(4102,7676) -(3287,7677) -(5246,7678) -(7450,7679) -(6548,7680) -(379,7681) -(7435,7682) -(2041,7683) -(8462,7684) -(9076,7685) -(761,7686) -(795,7687) -(1671,7688) -(695,7689) -(4981,7690) -(1211,7691) -(5914,7692) -(9356,7693) -(1500,7694) -(3353,7695) -(1060,7696) -(7910,7697) -(1329,7698) -(6011,7699) -(7146,7700) -(4602,7701) -(6751,7702) -(2666,7703) -(2785,7704) -(5851,7705) -(2435,7706) -(7429,7707) -(4241,7708) -(5691,7709) -(7731,7710) -(249,7711) -(1731,7712) -(8716,7713) -(2670,7714) -(4654,7715) -(1027,7716) -(1099,7717) -(3617,7718) -(4330,7719) -(9750,7720) -(467,7721) -(8525,7722) -(5990,7723) -(4839,7724) -(9914,7725) -(7047,7726) -(874,7727) -(6061,7728) -(5491,7729) -(4344,7730) -(1281,7731) -(3597,7732) -(4992,7733) -(3849,7734) -(2655,7735) -(147,7736) -(9110,7737) -(1637,7738) -(9826,7739) -(5957,7740) -(6932,7741) -(9684,7742) -(4653,7743) -(8065,7744) -(1202,7745) -(9214,7746) -(196,7747) -(4486,7748) -(2585,7749) -(2464,7750) -(3467,7751) -(9295,7752) -(517,7753) -(6870,7754) -(5732,7755) -(9376,7756) -(838,7757) -(9254,7758) -(8879,7759) -(6281,7760) -(8216,7761) -(9213,7762) -(7234,7763) -(5692,7764) -(693,7765) -(9050,7766) -(3623,7767) -(2130,7768) -(2514,7769) -(1812,7770) -(9037,7771) -(5054,7772) -(7801,7773) -(7939,7774) -(7374,7775) -(1058,7776) -(1972,7777) -(3741,7778) -(2227,7779) -(304,7780) -(4914,7781) -(2428,7782) -(6660,7783) -(2676,7784) -(2454,7785) -(3798,7786) -(1341,7787) -(1611,7788) -(2681,7789) -(7292,7790) -(7775,7791) -(794,7792) -(8709,7793) -(1901,7794) -(3089,7795) -(7797,7796) -(6070,7797) -(2191,7798) -(3497,7799) -(8302,7800) -(4365,7801) -(3588,7802) -(8292,7803) -(4696,7804) -(5641,7805) -(9386,7806) -(507,7807) -(7201,7808) -(7785,7809) -(463,7810) -(6656,7811) -(807,7812) -(7278,7813) -(6237,7814) -(7671,7815) -(2235,7816) -(4042,7817) -(5273,7818) -(7557,7819) -(4007,7820) -(1428,7821) -(9739,7822) -(7836,7823) -(1777,7824) -(5192,7825) -(7236,7826) -(1623,7827) -(8288,7828) -(2827,7829) -(458,7830) -(1818,7831) -(6837,7832) -(7825,7833) -(9146,7834) -(8451,7835) -(6438,7836) -(4020,7837) -(4068,7838) -(2411,7839) -(6222,7840) -(3164,7841) -(311,7842) -(5683,7843) -(3993,7844) -(9897,7845) -(6609,7846) -(1362,7847) -(3918,7848) -(7376,7849) -(6996,7850) -(9567,7851) -(7525,7852) -(9069,7853) -(9999,7854) -(9237,7855) -(8441,7856) -(6769,7857) -(6073,7858) -(1091,7859) -(9886,7860) -(3971,7861) -(4621,7862) -(3120,7863) -(9773,7864) -(8712,7865) -(801,7866) -(9478,7867) -(3466,7868) -(6326,7869) -(1723,7870) -(4978,7871) -(2311,7872) -(9532,7873) -(3680,7874) -(1244,7875) -(3821,7876) -(9586,7877) -(3894,7878) -(6169,7879) -(5919,7880) -(4187,7881) -(5477,7882) -(2806,7883) -(8158,7884) -(7130,7885) -(7133,7886) -(6033,7887) -(2415,7888) -(8091,7889) -(8347,7890) -(7879,7891) -(9360,7892) -(3369,7893) -(8536,7894) -(8628,7895) -(1580,7896) -(705,7897) -(4650,7898) -(9165,7899) -(4820,7900) -(3538,7901) -(9947,7902) -(4954,7903) -(1104,7904) -(8455,7905) -(8307,7906) -(9203,7907) -(7565,7908) -(7745,7909) -(1787,7910) -(4861,7911) -(5183,7912) -(529,7913) -(2470,7914) -(1267,7915) -(2059,7916) -(1862,7917) -(7382,7918) -(4796,7919) -(2331,7920) -(8870,7921) -(9581,7922) -(9063,7923) -(2192,7924) -(6466,7925) -(7096,7926) -(6257,7927) -(7009,7928) -(8136,7929) -(1854,7930) -(3644,7931) -(4437,7932) -(7209,7933) -(1516,7934) -(822,7935) -(1778,7936) -(8161,7937) -(6030,7938) -(3515,7939) -(1702,7940) -(2671,7941) -(7623,7942) -(9828,7943) -(1888,7944) -(4520,7945) -(3461,7946) -(1488,7947) -(7753,7948) -(5525,7949) -(5220,7950) -(305,7951) -(7883,7952) -(1222,7953) -(8552,7954) -(6097,7955) -(2298,7956) -(956,7957) -(9351,7958) -(6669,7959) -(9383,7960) -(1607,7961) -(812,7962) -(2109,7963) -(207,7964) -(7124,7965) -(9333,7966) -(3262,7967) -(1070,7968) -(7579,7969) -(9283,7970) -(4917,7971) -(1328,7972) -(3042,7973) -(8352,7974) -(2710,7975) -(3330,7976) -(2822,7977) -(5627,7978) -(7848,7979) -(7384,7980) -(727,7981) -(9926,7982) -(2647,7983) -(6416,7984) -(8751,7985) -(6515,7986) -(2472,7987) -(7205,7988) -(9654,7989) -(5646,7990) -(4217,7991) -(4484,7992) -(6654,7993) -(4876,7994) -(9690,7995) -(2453,7996) -(829,7997) -(2547,7998) -(9726,7999) -(9267,8000) -(7448,8001) -(610,8002) -(2791,8003) -(3651,8004) -(5206,8005) -(8774,8006) -(4753,8007) -(4755,8008) -(686,8009) -(8281,8010) -(2058,8011) -(8900,8012) -(8588,8013) -(2904,8014) -(8917,8015) -(9026,8016) -(2416,8017) -(1053,8018) -(7141,8019) -(9771,8020) -(2774,8021) -(3213,8022) -(5694,8023) -(6631,8024) -(6638,8025) -(7407,8026) -(8972,8027) -(2202,8028) -(6135,8029) -(5043,8030) -(5163,8031) -(1191,8032) -(6576,8033) -(3455,8034) -(3688,8035) -(4982,8036) -(4180,8037) -(4708,8038) -(1241,8039) -(4921,8040) -(3197,8041) -(8225,8042) -(5913,8043) -(6387,8044) -(2706,8045) -(1461,8046) -(7646,8047) -(8066,8048) -(4171,8049) -(8008,8050) -(2088,8051) -(7907,8052) -(2429,8053) -(9629,8054) -(1470,8055) -(4346,8056) -(7219,8057) -(1185,8058) -(8776,8059) -(684,8060) -(2343,8061) -(4470,8062) -(5116,8063) -(1746,8064) -(3216,8065) -(4594,8066) -(3013,8067) -(2307,8068) -(7663,8069) -(8504,8070) -(3683,8071) -(144,8072) -(203,8073) -(5255,8074) -(4150,8075) -(5701,8076) -(7400,8077) -(8203,8078) -(637,8079) -(2898,8080) -(1110,8081) -(6255,8082) -(1071,8083) -(541,8084) -(8077,8085) -(6809,8086) -(4749,8087) -(2886,8088) -(5510,8089) -(713,8090) -(8388,8091) -(9524,8092) -(9949,8093) -(885,8094) -(8699,8095) -(2232,8096) -(5142,8097) -(8891,8098) -(1881,8099) -(3751,8100) -(1896,8101) -(8258,8102) -(3820,8103) -(6617,8104) -(5100,8105) -(4277,8106) -(2498,8107) -(4343,8108) -(8319,8109) -(4803,8110) -(3100,8111) -(428,8112) -(2811,8113) -(2989,8114) -(1100,8115) -(6586,8116) -(3124,8117) -(1635,8118) -(3888,8119) -(8369,8120) -(3148,8121) -(2842,8122) -(4965,8123) -(3742,8124) -(5196,8125) -(9105,8126) -(6806,8127) -(5849,8128) -(6504,8129) -(9841,8130) -(457,8131) -(8856,8132) -(8043,8133) -(5933,8134) -(5725,8135) -(8607,8136) -(9280,8137) -(6017,8138) -(4946,8139) -(7373,8140) -(8096,8141) -(3178,8142) -(1849,8143) -(8813,8144) -(460,8145) -(7756,8146) -(4425,8147) -(1602,8148) -(5981,8149) -(8139,8150) -(754,8151) -(26,8152) -(106,8153) -(7465,8154) -(1048,8155) -(2303,8156) -(5794,8157) -(3321,8158) -(6122,8159) -(6474,8160) -(827,8161) -(6616,8162) -(2131,8163) -(5483,8164) -(606,8165) -(922,8166) -(8475,8167) -(7645,8168) -(5097,8169) -(5377,8170) -(6116,8171) -(8674,8172) -(8063,8173) -(5271,8174) -(1619,8175) -(6419,8176) -(7651,8177) -(2897,8178) -(8148,8179) -(7461,8180) -(9186,8181) -(7127,8182) -(8233,8183) -(9651,8184) -(6746,8185) -(7835,8186) -(8815,8187) -(6398,8188) -(5344,8189) -(8209,8190) -(8444,8191) -(5669,8192) -(2455,8193) -(6767,8194) -(135,8195) -(3503,8196) -(6102,8197) -(7136,8198) -(4933,8199) -(8804,8200) -(3760,8201) -(8603,8202) -(7411,8203) -(834,8204) -(7385,8205) -(3696,8206) -(8720,8207) -(4539,8208) -(9837,8209) -(8595,8210) -(3673,8211) -(475,8212) -(2256,8213) -(6349,8214) -(9968,8215) -(7261,8216) -(5799,8217) -(8159,8218) -(92,8219) -(5927,8220) -(7925,8221) -(5836,8222) -(7935,8223) -(5505,8224) -(5882,8225) -(4411,8226) -(64,8227) -(2851,8228) -(1665,8229) -(2895,8230) -(2210,8231) -(9873,8232) -(5402,8233) -(285,8234) -(8545,8235) -(5328,8236) -(733,8237) -(7726,8238) -(5418,8239) -(7761,8240) -(9263,8241) -(5579,8242) -(5434,8243) -(5230,8244) -(9981,8245) -(5830,8246) -(128,8247) -(2734,8248) -(4537,8249) -(3899,8250) -(1000,8251) -(9896,8252) -(3640,8253) -(2568,8254) -(2026,8255) -(3955,8256) -(7152,8257) -(2402,8258) -(9522,8259) -(4011,8260) -(3297,8261) -(4915,8262) -(5397,8263) -(5454,8264) -(4568,8265) -(5875,8266) -(3642,8267) -(8506,8268) -(9621,8269) -(7739,8270) -(3987,8271) -(2090,8272) -(3838,8273) -(17,8274) -(3406,8275) -(8312,8276) -(4034,8277) -(1535,8278) -(7198,8279) -(8885,8280) -(4081,8281) -(980,8282) -(551,8283) -(7746,8284) -(4756,8285) -(3655,8286) -(7075,8287) -(3950,8288) -(2314,8289) -(8432,8290) -(62,8291) -(6920,8292) -(4077,8293) -(9118,8294) -(5375,8295) -(178,8296) -(1079,8297) -(4279,8298) -(8436,8299) -(1931,8300) -(2096,8301) -(1638,8302) -(2788,8303) -(4751,8304) -(8824,8305) -(3098,8306) -(4497,8307) -(5223,8308) -(9212,8309) -(4265,8310) -(6898,8311) -(8808,8312) -(5629,8313) -(3779,8314) -(4972,8315) -(4511,8316) -(6761,8317) -(2335,8318) -(732,8319) -(4757,8320) -(6624,8321) -(5869,8322) -(5842,8323) -(5735,8324) -(8276,8325) -(7227,8326) -(4923,8327) -(9135,8328) -(5813,8329) -(9697,8330) -(3222,8331) -(2394,8332) -(5784,8333) -(3652,8334) -(8175,8335) -(7568,8336) -(6645,8337) -(8176,8338) -(530,8339) -(5439,8340) -(61,8341) -(3951,8342) -(5283,8343) -(7226,8344) -(1954,8345) -(334,8346) -(3921,8347) -(6276,8348) -(3378,8349) -(5236,8350) -(7781,8351) -(8601,8352) -(1473,8353) -(3246,8354) -(3601,8355) -(6861,8356) -(9032,8357) -(216,8358) -(3824,8359) -(8486,8360) -(276,8361) -(1838,8362) -(6175,8363) -(3719,8364) -(6958,8365) -(6822,8366) -(3318,8367) -(7222,8368) -(85,8369) -(5158,8370) -(6360,8371) -(2599,8372) -(4002,8373) -(6597,8374) -(5762,8375) -(8383,8376) -(4686,8377) -(5972,8378) -(1432,8379) -(1601,8380) -(3012,8381) -(9345,8382) -(8869,8383) -(6612,8384) -(262,8385) -(300,8386) -(3045,8387) -(7252,8388) -(9099,8389) -(9006,8390) -(3078,8391) -(5159,8392) -(9329,8393) -(1393,8394) -(5894,8395) -(11,8396) -(5606,8397) -(5541,8398) -(2689,8399) -(1023,8400) -(8134,8401) -(5923,8402) -(6056,8403) -(653,8404) -(367,8405) -(1828,8406) -(6506,8407) -(5772,8408) -(8052,8409) -(2633,8410) -(4878,8411) -(5621,8412) -(41,8413) -(4613,8414) -(9389,8415) -(9414,8416) -(3583,8417) -(3454,8418) -(719,8419) -(6188,8420) -(2288,8421) -(1287,8422) -(1397,8423) -(7763,8424) -(5194,8425) -(3167,8426) -(9218,8427) -(2065,8428) -(9669,8429) -(146,8430) -(6141,8431) -(2843,8432) -(7934,8433) -(2536,8434) -(7088,8435) -(2519,8436) -(6650,8437) -(3007,8438) -(4507,8439) -(4892,8440) -(7159,8441) -(3171,8442) -(1080,8443) -(7248,8444) -(7230,8445) -(3823,8446) -(5517,8447) -(1482,8448) -(9953,8449) -(2754,8450) -(3875,8451) -(9800,8452) -(8819,8453) -(8267,8454) -(520,8455) -(5770,8456) -(2114,8457) -(5045,8458) -(1094,8459) -(8786,8460) -(353,8461) -(290,8462) -(3376,8463) -(9305,8464) -(186,8465) -(4817,8466) -(4638,8467) -(3558,8468) -(9285,8469) -(848,8470) -(8923,8471) -(6826,8472) -(5187,8473) -(2398,8474) -(7653,8475) -(8835,8476) -(5736,8477) -(1238,8478) -(6021,8479) -(6815,8480) -(2549,8481) -(5657,8482) -(6855,8483) -(1225,8484) -(7452,8485) -(2479,8486) -(7974,8487) -(1212,8488) -(8883,8489) -(8150,8490) -(3392,8491) -(6774,8492) -(904,8493) -(5068,8494) -(9339,8495) -(1062,8496) -(3841,8497) -(8924,8498) -(9795,8499) -(3981,8500) -(4290,8501) -(1067,8502) -(8679,8503) -(2894,8504) -(9248,8505) -(1072,8506) -(3510,8507) -(6871,8508) -(8701,8509) -(8170,8510) -(2730,8511) -(2668,8512) -(8723,8513) -(3439,8514) -(6219,8515) -(4264,8516) -(3929,8517) -(7,8518) -(3737,8519) -(358,8520) -(5128,8521) -(7353,8522) -(8758,8523) -(7284,8524) -(4037,8525) -(435,8526) -(3580,8527) -(4554,8528) -(4337,8529) -(512,8530) -(2032,8531) -(1755,8532) -(9923,8533) -(3747,8534) -(27,8535) -(3075,8536) -(6259,8537) -(2940,8538) -(5724,8539) -(5638,8540) -(479,8541) -(4125,8542) -(1525,8543) -(7529,8544) -(931,8545) -(5175,8546) -(6798,8547) -(2111,8548) -(6145,8549) -(4712,8550) -(3110,8551) -(97,8552) -(758,8553) -(1895,8554) -(5289,8555) -(5026,8556) -(4725,8557) -(1679,8558) -(4433,8559) -(5340,8560) -(6340,8561) -(3261,8562) -(8108,8563) -(8785,8564) -(7391,8565) -(1496,8566) -(1484,8567) -(5884,8568) -(342,8569) -(7659,8570) -(6635,8571) -(8507,8572) -(2583,8573) -(6533,8574) -(5879,8575) -(5511,8576) -(3682,8577) -(7182,8578) -(1409,8579) -(3363,8580) -(729,8581) -(5857,8582) -(235,8583) -(193,8584) -(5586,8585) -(6203,8586) -(6795,8587) -(3211,8588) -(9763,8589) -(9043,8590) -(2854,8591) -(565,8592) -(9284,8593) -(7886,8594) -(122,8595) -(4934,8596) -(1766,8597) -(2554,8598) -(488,8599) -(825,8600) -(678,8601) -(4543,8602) -(1699,8603) -(3771,8604) -(1234,8605) -(4152,8606) -(1632,8607) -(4988,8608) -(1980,8609) -(7479,8610) -(2586,8611) -(5433,8612) -(2261,8613) -(1180,8614) -(3938,8615) -(6714,8616) -(2890,8617) -(7379,8618) -(5896,8619) -(5949,8620) -(3194,8621) -(9325,8622) -(9531,8623) -(711,8624) -(2450,8625) -(1929,8626) -(6165,8627) -(4050,8628) -(9011,8629) -(7916,8630) -(9136,8631) -(8782,8632) -(8491,8633) -(5114,8634) -(5815,8635) -(5628,8636) -(810,8637) -(6178,8638) -(2619,8639) -(3340,8640) -(2491,8641) -(3574,8642) -(6754,8643) -(1566,8644) -(9174,8645) -(1520,8646) -(2691,8647) -(6961,8648) -(5722,8649) -(9707,8650) -(2891,8651) -(341,8652) -(4690,8653) -(7841,8654) -(6615,8655) -(9169,8656) -(6689,8657) -(8721,8658) -(7508,8659) -(8631,8660) -(480,8661) -(7094,8662) -(319,8663) -(9421,8664) -(4352,8665) -(5019,8666) -(3956,8667) -(114,8668) -(1196,8669) -(1407,8670) -(7432,8671) -(3141,8672) -(2073,8673) -(3400,8674) -(505,8675) -(1263,8676) -(190,8677) -(6686,8678) -(9821,8679) -(1119,8680) -(2955,8681) -(224,8682) -(7562,8683) -(8845,8684) -(5405,8685) -(9192,8686) -(4927,8687) -(997,8688) -(989,8689) -(7258,8690) -(6899,8691) -(1770,8692) -(4423,8693) -(5671,8694) -(8393,8695) -(4355,8696) -(3919,8697) -(338,8698) -(5790,8699) -(1452,8700) -(939,8701) -(8913,8702) -(7157,8703) -(7240,8704) -(3492,8705) -(3464,8706) -(388,8707) -(4135,8708) -(1194,8709) -(5476,8710) -(9844,8711) -(9364,8712) -(5238,8713) -(3712,8714) -(6189,8715) -(5257,8716) -(81,8717) -(3289,8718) -(1177,8719) -(5038,8720) -(325,8721) -(7221,8722) -(7123,8723) -(6364,8724) -(4468,8725) -(9185,8726) -(4158,8727) -(9439,8728) -(7759,8729) -(3325,8730) -(7991,8731) -(1650,8732) -(8395,8733) -(286,8734) -(1507,8735) -(4122,8736) -(2625,8737) -(1140,8738) -(5262,8739) -(4919,8740) -(7266,8741) -(630,8742) -(2129,8743) -(9552,8744) -(3018,8745) -(7145,8746) -(1633,8747) -(7957,8748) -(774,8749) -(9371,8750) -(6007,8751) -(5277,8752) -(9426,8753) -(9190,8754) -(8996,8755) -(3409,8756) -(7212,8757) -(416,8758) -(7211,8759) -(7454,8760) -(8417,8761) -(5562,8762) -(4996,8763) -(5718,8764) -(7838,8765) -(7715,8766) -(2780,8767) -(1013,8768) -(8465,8769) -(7976,8770) -(7150,8771) -(6471,8772) -(1927,8773) -(227,8774) -(6462,8775) -(5227,8776) -(1074,8777) -(9448,8778) -(4459,8779) -(2478,8780) -(5005,8781) -(2418,8782) -(6991,8783) -(4729,8784) -(3548,8785) -(9616,8786) -(2901,8787) -(10,8788) -(2637,8789) -(6747,8790) -(797,8791) -(7609,8792) -(8290,8793) -(8765,8794) -(8053,8795) -(5602,8796) -(3672,8797) -(7513,8798) -(3462,8799) -(4457,8800) -(6547,8801) -(7417,8802) -(8641,8803) -(149,8804) -(5041,8805) -(9232,8806) -(3603,8807) -(2792,8808) -(6620,8809) -(4000,8810) -(659,8811) -(8174,8812) -(4599,8813) -(7851,8814) -(6284,8815) -(7116,8816) -(5595,8817) -(2903,8818) -(5948,8819) -(225,8820) -(524,8821) -(7639,8822) -(7297,8823) -(2606,8824) -(4771,8825) -(8162,8826) -(8999,8827) -(2309,8828) -(3594,8829) -(6092,8830) -(7467,8831) -(6986,8832) -(9898,8833) -(9578,8834) -(156,8835) -(5810,8836) -(790,8837) -(6840,8838) -(6725,8839) -(5528,8840) -(4120,8841) -(6694,8842) -(3552,8843) -(1478,8844) -(8084,8845) -(7578,8846) -(6314,8847) -(6123,8848) -(9443,8849) -(9628,8850) -(8508,8851) -(5552,8852) -(5327,8853) -(7771,8854) -(8932,8855) -(3526,8856) -(4340,8857) -(9419,8858) -(8421,8859) -(7431,8860) -(172,8861) -(3279,8862) -(1508,8863) -(7091,8864) -(1419,8865) -(3032,8866) -(8683,8867) -(4763,8868) -(4424,8869) -(8640,8870) -(7187,8871) -(6247,8872) -(7340,8873) -(182,8874) -(2948,8875) -(9462,8876) -(5997,8877) -(5608,8878) -(1472,8879) -(277,8880) -(4807,8881) -(4969,8882) -(5611,8883) -(372,8884) -(6666,8885) -(476,8886) -(5225,8887) -(5143,8888) -(1853,8889) -(675,8890) -(5643,8891) -(5317,8892) -(8102,8893) -(978,8894) -(4620,8895) -(151,8896) -(972,8897) -(6820,8898) -(7387,8899) -(9634,8900) -(6308,8901) -(8323,8902) -(6672,8903) -(8283,8904) -(7996,8905) -(6488,8906) -(2365,8907) -(9746,8908) -(8605,8909) -(3342,8910) -(8429,8911) -(1162,8912) -(531,8913) -(8408,8914) -(8862,8915) -(5843,8916) -(8704,8917) -(7070,8918) -(9119,8919) -(8344,8920) -(8979,8921) -(2971,8922) -(7700,8923) -(8280,8924) -(9096,8925) -(99,8926) -(6696,8927) -(9490,8928) -(9073,8929) -(1861,8930) -(4413,8931) -(6002,8932) -(439,8933) -(5449,8934) -(9737,8935) -(1898,8936) -(4189,8937) -(1408,8938) -(394,8939) -(1935,8940) -(3965,8941) -(6821,8942) -(349,8943) -(8428,8944) -(8200,8945) -(1737,8946) -(6516,8947) -(5441,8948) -(5999,8949) -(1539,8950) -(9067,8951) -(4061,8952) -(1642,8953) -(4657,8954) -(9934,8955) -(6385,8956) -(6775,8957) -(3873,8958) -(3862,8959) -(1224,8960) -(4483,8961) -(3685,8962) -(6082,8963) -(7798,8964) -(9039,8965) -(985,8966) -(5389,8967) -(1716,8968) -(4209,8969) -(746,8970) -(6295,8971) -(9754,8972) -(2336,8973) -(3701,8974) -(3551,8975) -(8516,8976) -(9290,8977) -(5686,8978) -(2893,8979) -(6279,8980) -(2278,8981) -(1618,8982) -(3450,8983) -(8857,8984) -(1005,8985) -(4727,8986) -(7617,8987) -(2021,8988) -(9124,8989) -(3175,8990) -(2949,8991) -(2424,8992) -(4791,8993) -(7500,8994) -(4893,8995) -(121,8996) -(1965,8997) -(2972,8998) -(662,8999) -(7074,9000) -(981,9001) -(3520,9002) -(6540,9003) -(6648,9004) -(7076,9005) -(6919,9006) -(1108,9007) -(317,9008) -(3483,9009) -(6764,9010) -(1235,9011) -(7121,9012) -(426,9013) -(6880,9014) -(5401,9015) -(7323,9016) -(9751,9017) -(3436,9018) -(7319,9019) -(7882,9020) -(8260,9021) -(9758,9022) -(4205,9023) -(8884,9024) -(1112,9025) -(2186,9026) -(8666,9027) -(4325,9028) -(4912,9029) -(6497,9030) -(9072,9031) -(8899,9032) -(5619,9033) -(4110,9034) -(7025,9035) -(5605,9036) -(2572,9037) -(3895,9038) -(9138,9039) -(4713,9040) -(6079,9041) -(8898,9042) -(2650,9043) -(5316,9044) -(5133,9045) -(2184,9046) -(2728,9047) -(6737,9048) -(1128,9049) -(9662,9050) -(9384,9051) -(4576,9052) -(9613,9053) -(4001,9054) -(3628,9055) -(6968,9056) -(6491,9057) -(1265,9058) -(6128,9059) -(4274,9060) -(3598,9061) -(7961,9062) -(2643,9063) -(4547,9064) -(3568,9065) -(8954,9066) -(8802,9067) -(7829,9068) -(1008,9069) -(3627,9070) -(3999,9071) -(7697,9072) -(9380,9073) -(2707,9074) -(4430,9075) -(6440,9076) -(9958,9077) -(7592,9078) -(7852,9079) -(9253,9080) -(5910,9081) -(7487,9082) -(6324,9083) -(5792,9084) -(7390,9085) -(8534,9086) -(2690,9087) -(3992,9088) -(6928,9089) -(7815,9090) -(9477,9091) -(497,9092) -(7532,9093) -(9838,9094) -(1557,9095) -(2467,9096) -(2367,9097) -(5677,9098) -(6193,9099) -(7126,9100) -(5264,9101) -(850,9102) -(4854,9103) -(4414,9104) -(8971,9105) -(9240,9106) -(7341,9107) -(3151,9108) -(1742,9109) -(1347,9110) -(9418,9111) -(5452,9112) -(8637,9113) -(8287,9114) -(9865,9115) -(1664,9116) -(9933,9117) -(3416,9118) -(7981,9119) -(1981,9120) -(441,9121) -(1380,9122) -(7325,9123) -(5682,9124) -(1024,9125) -(1096,9126) -(4717,9127) -(7948,9128) -(4074,9129) -(211,9130) -(8993,9131) -(4509,9132) -(823,9133) -(4747,9134) -(6955,9135) -(7922,9136) -(6936,9137) -(1546,9138) -(9836,9139) -(5626,9140) -(4879,9141) -(8590,9142) -(8842,9143) -(6505,9144) -(2803,9145) -(9258,9146) -(741,9147) -(1457,9148) -(5777,9149) -(2883,9150) -(6610,9151) -(4331,9152) -(2712,9153) -(9268,9154) -(410,9155) -(9411,9156) -(4683,9157) -(7072,9158) -(5050,9159) -(5932,9160) -(2756,9161) -(9813,9162) -(7388,9163) -(2596,9164) -(5102,9165) -(208,9166) -(86,9167) -(8127,9168) -(5154,9169) -(4491,9170) -(7423,9171) -(6441,9172) -(2920,9173) -(6386,9174) -(9744,9175) -(2667,9176) -(5754,9177) -(4645,9178) -(4327,9179) -(843,9180) -(4085,9181) -(2849,9182) -(5734,9183) -(5307,9184) -(8433,9185) -(3031,9186) -(5714,9187) -(5969,9188) -(2532,9189) -(5219,9190) -(7343,9191) -(9089,9192) -(9337,9193) -(5131,9194) -(6253,9195) -(5140,9196) -(2953,9197) -(4293,9198) -(9974,9199) -(5061,9200) -(8570,9201) -(9504,9202) -(604,9203) -(4991,9204) -(880,9205) -(3861,9206) -(8262,9207) -(5689,9208) -(1793,9209) -(2661,9210) -(7954,9211) -(1874,9212) -(2982,9213) -(331,9214) -(5021,9215) -(9894,9216) -(7709,9217) -(4980,9218) -(8249,9219) -(7120,9220) -(7464,9221) -(8086,9222) -(3509,9223) -(3902,9224) -(9907,9225) -(6278,9226) -(9316,9227) -(2824,9228) -(1558,9229) -(5436,9230) -(1161,9231) -(7569,9232) -(9614,9233) -(6970,9234) -(2422,9235) -(8860,9236) -(9912,9237) -(1109,9238) -(3286,9239) -(2277,9240) -(8656,9241) -(4656,9242) -(6965,9243) -(7591,9244) -(4883,9245) -(452,9246) -(4018,9247) -(4066,9248) -(6480,9249) -(8634,9250) -(9387,9251) -(3476,9252) -(5995,9253) -(9677,9254) -(3884,9255) -(6500,9256) -(7972,9257) -(5281,9258) -(1288,9259) -(4366,9260) -(6557,9261) -(7086,9262) -(6588,9263) -(9062,9264) -(9230,9265) -(7672,9266) -(5204,9267) -(2836,9268) -(7165,9269) -(971,9270) -(3851,9271) -(8593,9272) -(7742,9273) -(2887,9274) -(8479,9275) -(9514,9276) -(273,9277) -(2938,9278) -(9793,9279) -(8050,9280) -(6702,9281) -(7290,9282) -(1837,9283) -(3206,9284) -(4925,9285) -(5066,9286) -(3401,9287) -(3474,9288) -(57,9289) -(2082,9290) -(100,9291) -(9665,9292) -(8284,9293) -(958,9294) -(5282,9295) -(4257,9296) -(3160,9297) -(8449,9298) -(500,9299) -(6432,9300) -(6220,9301) -(7233,9302) -(2723,9303) -(1899,9304) -(7158,9305) -(202,9306) -(2286,9307) -(5356,9308) -(3809,9309) -(3979,9310) -(8359,9311) -(3479,9312) -(4895,9313) -(6059,9314) -(9560,9315) -(6756,9316) -(7504,9317) -(6762,9318) -(5304,9319) -(9533,9320) -(6649,9321) -(38,9322) -(5713,9323) -(3000,9324) -(3738,9325) -(3327,9326) -(3922,9327) -(9245,9328) -(2172,9329) -(7128,9330) -(1195,9331) -(8445,9332) -(8638,9333) -(1249,9334) -(8659,9335) -(3556,9336) -(3347,9337) -(3260,9338) -(5139,9339) -(9991,9340) -(5499,9341) -(8082,9342) -(1640,9343) -(8726,9344) -(2339,9345) -(2601,9346) -(9940,9347) -(4185,9348) -(9546,9349) -(5218,9350) -(4374,9351) -(288,9352) -(7445,9353) -(1710,9354) -(6409,9355) -(7982,9356) -(4950,9357) -(9242,9358) -(3272,9359) -(739,9360) -(5526,9361) -(8189,9362) -(9106,9363) -(9775,9364) -(4643,9365) -(8396,9366) -(3255,9367) -(301,9368) -(6014,9369) -(6046,9370) -(984,9371) -(2420,9372) -(2922,9373) -(2317,9374) -(7332,9375) -(6451,9376) -(2589,9377) -(4333,9378) -(8650,9379) -(6856,9380) -(4194,9381) -(6246,9382) -(4371,9383) -(1388,9384) -(1056,9385) -(6041,9386) -(6153,9387) -(8450,9388) -(3469,9389) -(5226,9390) -(8112,9391) -(647,9392) -(2567,9393) -(9064,9394) -(5161,9395) -(5260,9396) -(8988,9397) -(9678,9398) -(6853,9399) -(5294,9400) -(9864,9401) -(8702,9402) -(1132,9403) -(1524,9404) -(4560,9405) -(2137,9406) -(3283,9407) -(3377,9408) -(2267,9409) -(8987,9410) -(6709,9411) -(8059,9412) -(3402,9413) -(6443,9414) -(8858,9415) -(3974,9416) -(3521,9417) -(9509,9418) -(5442,9419) -(8968,9420) -(333,9421) -(952,9422) -(7482,9423) -(1486,9424) -(1815,9425) -(7937,9426) -(1436,9427) -(3470,9428) -(8195,9429) -(6906,9430) -(2539,9431) -(5988,9432) -(8908,9433) -(2319,9434) -(3263,9435) -(4039,9436) -(6373,9437) -(1168,9438) -(8338,9439) -(1172,9440) -(200,9441) -(6355,9442) -(7768,9443) -(25,9444) -(7144,9445) -(8671,9446) -(9163,9447) -(8889,9448) -(5950,9449) -(6163,9450) -(8119,9451) -(1416,9452) -(4132,9453) -(2294,9454) -(9094,9455) -(4168,9456) -(9108,9457) -(5706,9458) -(2231,9459) -(2173,9460) -(90,9461) -(9996,9462) -(330,9463) -(2052,9464) -(1093,9465) -(5817,9466) -(1559,9467) -(8405,9468) -(9962,9469) -(9461,9470) -(3028,9471) -(6814,9472) -(9587,9473) -(6863,9474) -(4963,9475) -(7811,9476) -(7608,9477) -(5321,9478) -(9971,9479) -(6161,9480) -(2181,9481) -(3828,9482) -(348,9483) -(5459,9484) -(9406,9485) -(9852,9486) -(3095,9487) -(5597,9488) -(8841,9489) -(3536,9490) -(4009,9491) -(7366,9492) -(7327,9493) -(1613,9494) -(8619,9495) -(4880,9496) -(1552,9497) -(7636,9498) -(8397,9499) -(6224,9500) -(9102,9501) -(7906,9502) -(9467,9503) -(828,9504) -(9585,9505) -(925,9506) -(7375,9507) -(4027,9508) -(766,9509) -(5633,9510) -(5648,9511) -(148,9512) -(2072,9513) -(431,9514) -(1711,9515) -(9378,9516) -(6776,9517) -(6842,9518) -(2656,9519) -(3116,9520) -(7904,9521) -(3529,9522) -(3240,9523) -(5801,9524) -(4090,9525) -(7687,9526) -(9711,9527) -(4760,9528) -(5524,9529) -(2251,9530) -(1511,9531) -(5991,9532) -(7808,9533) -(8708,9534) -(8939,9535) -(4295,9536) -(5905,9537) -(2649,9538) -(2347,9539) -(6339,9540) -(292,9541) -(9314,9542) -(6893,9543) -(3970,9544) -(1652,9545) -(4326,9546) -(7881,9547) -(5291,9548) -(957,9549) -(2313,9550) -(5463,9551) -(1268,9552) -(5028,9553) -(656,9554) -(9274,9555) -(8217,9556) -(2175,9557) -(6028,9558) -(7584,9559) -(4114,9560) -(8894,9561) -(781,9562) -(133,9563) -(7572,9564) -(8514,9565) -(3352,9566) -(8098,9567) -(9116,9568) -(9444,9569) -(2590,9570) -(7302,9571) -(7444,9572) -(8748,9573) -(7615,9574) -(6090,9575) -(1529,9576) -(9398,9577) -(6114,9578) -(2736,9579) -(468,9580) -(1487,9581) -(4784,9582) -(6731,9583) -(3328,9584) -(6891,9585) -(8039,9586) -(4064,9587) -(542,9588) -(1039,9589) -(5603,9590) -(6641,9591) -(6307,9592) -(5354,9593) -(7878,9594) -(6391,9595) -(4575,9596) -(6644,9597) -(5207,9598) -(1736,9599) -(3547,9600) -(6647,9601) -(4107,9602) -(8125,9603) -(9223,9604) -(6903,9605) -(3639,9606) -(9606,9607) -(3232,9608) -(2063,9609) -(3731,9610) -(2558,9611) -(2357,9612) -(6008,9613) -(8246,9614) -(8220,9615) -(1075,9616) -(2410,9617) -(3253,9618) -(4370,9619) -(8426,9620) -(2262,9621) -(4149,9622) -(2732,9623) -(8606,9624) -(6311,9625) -(7223,9626) -(3054,9627) -(3952,9628) -(8252,9629) -(6020,9630) -(3846,9631) -(3755,9632) -(3765,9633) -(3434,9634) -(1381,9635) -(287,9636) -(4476,9637) -(2916,9638) -(4517,9639) -(4561,9640) -(5106,9641) -(2077,9642) -(5269,9643) -(5688,9644) -(8831,9645) -(3867,9646) -(6062,9647) -(8460,9648) -(3138,9649) -(3173,9650) -(7018,9651) -(4836,9652) -(1007,9653) -(658,9654) -(5205,9655) -(5805,9656) -(5959,9657) -(2863,9658) -(7272,9659) -(8437,9660) -(4900,9661) -(890,9662) -(3530,9663) -(6209,9664) -(4595,9665) -(5982,9666) -(1101,9667) -(9555,9668) -(1918,9669) -(3527,9670) -(7309,9671) -(8213,9672) -(306,9673) -(845,9674) -(16,9675) -(437,9676) -(9518,9677) -(2142,9678) -(8121,9679) -(7354,9680) -(1720,9681) -(6078,9682) -(5929,9683) -(3856,9684) -(3424,9685) -(1712,9686) -(2340,9687) -(5570,9688) -(8734,9689) -(6077,9690) -(2960,9691) -(5062,9692) -(1532,9693) -(8298,9694) -(2496,9695) -(8412,9696) -(724,9697) -(1019,9698) -(6265,9699) -(740,9700) -(8495,9701) -(6983,9702) -(991,9703) -(3189,9704) -(4487,9705) -(5554,9706) -(1258,9707) -(5359,9708) -(2709,9709) -(361,9710) -(4028,9711) -(3735,9712) -(4427,9713) -(7540,9714) -(3569,9715) -(1916,9716) -(7596,9717) -(9721,9718) -(4429,9719) -(3471,9720) -(1157,9721) -(5700,9722) -(4431,9723) -(9409,9724) -(8752,9725) -(9484,9726) -(1266,9727) -(9097,9728) -(3068,9729) -(5490,9730) -(1375,9731) -(2487,9732) -(1705,9733) -(1571,9734) -(4005,9735) -(5497,9736) -(2144,9737) -(4052,9738) -(4942,9739) -(5504,9740) -(2913,9741) -(5617,9742) -(8179,9743) -(9437,9744) -(1821,9745) -(5737,9746) -(4207,9747) -(4815,9748) -(8707,9749) -(5970,9750) -(5501,9751) -(4013,9752) -(9235,9753) -(2503,9754) -(9181,9755) -(2289,9756) -(4256,9757) -(191,9758) -(9655,9759) -(8615,9760) -(3011,9761) -(6376,9762) -(68,9763) -(4720,9764) -(6848,9765) -(456,9766) -(5887,9767) -(9249,9768) -(4041,9769) -(2304,9770) -(8763,9771) -(2115,9772) -(8014,9773) -(9895,9774) -(671,9775) -(3774,9776) -(134,9777) -(534,9778) -(7308,9779) -(5244,9780) -(1512,9781) -(8960,9782) -(6602,9783) -(593,9784) -(2353,9785) -(4139,9786) -(3063,9787) -(652,9788) -(7405,9789) -(3034,9790) -(4614,9791) -(2351,9792) -(8208,9793) -(5475,9794) -(6875,9795) -(563,9796) -(3346,9797) -(291,9798) -(6345,9799) -(8099,9800) -(2078,9801) -(8238,9802) -(4482,9803) -(716,9804) -(7288,9805) -(5906,9806) -(5618,9807) -(1141,9808) -(8231,9809) -(3713,9810) -(9158,9811) -(4051,9812) -(1973,9813) -(6710,9814) -(1021,9815) -(2196,9816) -(8335,9817) -(2272,9818) -(3818,9819) -(679,9820) -(7512,9821) -(493,9822) -(5663,9823) -(4655,9824) -(3996,9825) -(8797,9826) -(2991,9827) -(7038,9828) -(4174,9829) -(6908,9830) -(8477,9831) -(3576,9832) -(2685,9833) -(9161,9834) -(2951,9835) -(8362,9836) -(2379,9837) -(1277,9838) -(1728,9839) -(9816,9840) -(6288,9841) -(8985,9842) -(771,9843) -(464,9844) -(9625,9845) -(9608,9846) -(9170,9847) -(9658,9848) -(7515,9849) -(9400,9850) -(2045,9851) -(324,9852) -(4252,9853) -(8329,9854) -(4472,9855) -(1047,9856) -(9341,9857) -(7000,9858) -(1429,9859) -(2701,9860) -(6630,9861) -(3669,9862) -(8613,9863) -(7080,9864) -(8788,9865) -(6291,9866) -(7885,9867) -(7160,9868) -(6140,9869) -(9881,9870) -(9140,9871) -(644,9872) -(3667,9873) -(2675,9874) -(9492,9875) -(5004,9876) -(9456,9877) -(8197,9878) -(2837,9879) -(127,9880) -(9772,9881) -(5743,9882) -(2007,9883) -(7586,9884) -(45,9885) -(6482,9886) -(4565,9887) -(6975,9888) -(7260,9889) -(2830,9890) -(9365,9891) -(8207,9892) -(2506,9893) -(8081,9894) -(8678,9895) -(9932,9896) -(447,9897) -(9187,9898) -(89,9899) -(7027,9900) -(1536,9901) -(160,9902) -(7679,9903) -(5973,9904) -(4401,9905) -(395,9906) -(4904,9907) -(2759,9908) -(8713,9909) -(3770,9910) -(8272,9911) -(5358,9912) -(9747,9913) -(1567,9914) -(2136,9915) -(314,9916) -(4583,9917) -(375,9918) -(5566,9919) -(6865,9920) -(894,9921) -(5399,9922) -(1385,9923) -(2156,9924) -(9659,9925) -(477,9926) -(8194,9927) -(3937,9928) -(3745,9929) -(4096,9930) -(5487,9931) -(2475,9932) -(6105,9933) -(6036,9934) -(1315,9935) -(4473,9936) -(4016,9937) -(8135,9938) -(8892,9939) -(4850,9940) -(2545,9941) -(3788,9942) -(1672,9943) -(3664,9944) -(3775,9945) -(3103,9946) -(9335,9947) -(9200,9948) -(8665,9949) -(1356,9950) -(6118,9951) -(4605,9952) -(5651,9953) -(9055,9954) -(8461,9955) -(6107,9956) -(1967,9957) -(8910,9958) -(8257,9959) -(851,9960) -(7823,9961) -(3208,9962) -(856,9963) -(2654,9964) -(7185,9965) -(309,9966) -(9752,9967) -(6405,9968) -(6113,9969) -(9774,9970) -(1674,9971) -(9602,9972) -(1363,9973) -(6887,9974) -(6170,9975) -(8888,9976) -(2981,9977) -(7369,9978) -(6227,9979) -(8002,9980) -(4288,9981) -(5136,9982) -(1084,9983) -(9117,9984) -(2406,9985) -(1384,9986) -(9194,9987) -(858,9988) -(8592,9989) -(4773,9990) -(4093,9991) -(6587,9992) -(6093,9993) -(429,9994) -(5780,9995) -(1783,9996) -(2992,9997) -(0,9998) -(2968,9999) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -\N -\N -\N -\. --- --- Data for Name: line_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.line_tbl (s) FROM stdin; -{0,-1,5} -{1,0,5} -{0,3,0} -{1,-1,0} -{-0.4,-1,-6} -{-0.0001846153846153846,-1,15.384615384615387} -{3,NaN,5} -{NaN,NaN,NaN} -{0,-1,3} -{-1,0,3} -\. --- --- Data for Name: log_table; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.log_table (tstamp) FROM stdin; -\. --- --- Data for Name: lseg_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.lseg_tbl (s) FROM stdin; -[(1,2),(3,4)] -[(0,0),(6,6)] -[(10,-10),(-3,-4)] -[(-1000000,200),(300000,-40)] -[(11,22),(33,44)] -[(-10,2),(-10,3)] -[(0,-20),(30,-20)] -[(NaN,1),(NaN,90)] -\. --- --- Data for Name: main_table; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.main_table (a, b) FROM stdin; -50 10 -\N 10 -81 10 -6 10 -30 10 -50 10 -\. --- --- Data for Name: mlparted11; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.mlparted11 (b, a, c) FROM stdin; -2 1 a -\. --- --- Data for Name: mlparted12; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.mlparted12 (b, a, c) FROM stdin; -\. --- --- Data for Name: mlparted2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.mlparted2 (b, a, c) FROM stdin; -\. --- --- Data for Name: mlparted3; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.mlparted3 (a, b, c) FROM stdin; -\. --- --- Data for Name: mlparted4; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.mlparted4 (b, a, c) FROM stdin; -\. --- --- Data for Name: mlparted_def1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.mlparted_def1 (a, b, c) FROM stdin; -\. --- --- Data for Name: mlparted_def2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.mlparted_def2 (a, b, c) FROM stdin; -\. --- --- Data for Name: mlparted_defd; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.mlparted_defd (a, b, c) FROM stdin; -\. --- --- Data for Name: money_data; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.money_data (m) FROM stdin; -$123.46 -\. --- --- Data for Name: ne_check_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.ne_check_tbl (x) FROM stdin; -5 -4 -3 -2 -6 -1 -\. --- --- Data for Name: notnull_child_upg; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_child_upg (a) FROM stdin; -\. --- --- Data for Name: notnull_parent_upg; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_parent_upg (a) FROM stdin; -\. --- --- Data for Name: notnull_part1_1_upg; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_part1_1_upg (a, b) FROM stdin; -\. --- --- Data for Name: notnull_part1_2_upg; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_part1_2_upg (a, b) FROM stdin; -\. --- --- Data for Name: notnull_part1_3_upg; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_part1_3_upg (a, b) FROM stdin; -\N 1 -\. --- --- Data for Name: notnull_tbl1_copy; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl1_copy (a, b) FROM stdin; -\. --- --- Data for Name: notnull_tbl1_upg; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl1_upg (a, b) FROM stdin; -\N 1 -\N 2 -300 3 -\. --- --- Data for Name: notnull_tbl3; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl3 (a, b) FROM stdin; -\. --- --- Data for Name: notnull_tbl4; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl4 (a) FROM stdin; -\. --- --- Data for Name: notnull_tbl4_cld; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl4_cld (a) FROM stdin; -\. --- --- Data for Name: notnull_tbl4_cld2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl4_cld2 (a) FROM stdin; -\. --- --- Data for Name: notnull_tbl4_cld3; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl4_cld3 (a) FROM stdin; -\. --- --- Data for Name: notnull_tbl4_lk; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl4_lk (a) FROM stdin; -\. --- --- Data for Name: notnull_tbl4_lk2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl4_lk2 (a) FROM stdin; -\. --- --- Data for Name: notnull_tbl4_lk3; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl4_lk3 (a) FROM stdin; -\. --- --- Data for Name: notnull_tbl5; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl5 (a, b) FROM stdin; -\. --- --- Data for Name: notnull_tbl5_child; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl5_child (a, b) FROM stdin; -\. --- --- Data for Name: notnull_tbl6_1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.notnull_tbl6_1 (a, b) FROM stdin; -\. --- --- Data for Name: num_data; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_data (id, val) FROM stdin; -0 0.0000000000 -1 0.0000000000 -2 -34338492.2153970470 -3 4.3100000000 -4 7799461.4119000000 -5 16397.0384910000 -6 93901.5776302600 -7 -83028485.0000000000 -8 74881.0000000000 -9 -24926804.0450474200 -\. --- --- Data for Name: num_exp_add; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_exp_add (id1, id2, expected) FROM stdin; -0 0 0.0000000000 -0 1 0.0000000000 -0 2 -34338492.2153970470 -0 3 4.3100000000 -0 4 7799461.4119000000 -0 5 16397.0384910000 -0 6 93901.5776302600 -0 7 -83028485.0000000000 -0 8 74881.0000000000 -0 9 -24926804.0450474200 -1 0 0.0000000000 -1 1 0.0000000000 -1 2 -34338492.2153970470 -1 3 4.3100000000 -1 4 7799461.4119000000 -1 5 16397.0384910000 -1 6 93901.5776302600 -1 7 -83028485.0000000000 -1 8 74881.0000000000 -1 9 -24926804.0450474200 -2 0 -34338492.2153970470 -2 1 -34338492.2153970470 -2 2 -68676984.4307940940 -2 3 -34338487.9053970470 -2 4 -26539030.8034970470 -2 5 -34322095.1769060470 -2 6 -34244590.6377667870 -2 7 -117366977.2153970470 -2 8 -34263611.2153970470 -2 9 -59265296.2604444670 -3 0 4.3100000000 -3 1 4.3100000000 -3 2 -34338487.9053970470 -3 3 8.6200000000 -3 4 7799465.7219000000 -3 5 16401.3484910000 -3 6 93905.8876302600 -3 7 -83028480.6900000000 -3 8 74885.3100000000 -3 9 -24926799.7350474200 -4 0 7799461.4119000000 -4 1 7799461.4119000000 -4 2 -26539030.8034970470 -4 3 7799465.7219000000 -4 4 15598922.8238000000 -4 5 7815858.4503910000 -4 6 7893362.9895302600 -4 7 -75229023.5881000000 -4 8 7874342.4119000000 -4 9 -17127342.6331474200 -5 0 16397.0384910000 -5 1 16397.0384910000 -5 2 -34322095.1769060470 -5 3 16401.3484910000 -5 4 7815858.4503910000 -5 5 32794.0769820000 -5 6 110298.6161212600 -5 7 -83012087.9615090000 -5 8 91278.0384910000 -5 9 -24910407.0065564200 -6 0 93901.5776302600 -6 1 93901.5776302600 -6 2 -34244590.6377667870 -6 3 93905.8876302600 -6 4 7893362.9895302600 -6 5 110298.6161212600 -6 6 187803.1552605200 -6 7 -82934583.4223697400 -6 8 168782.5776302600 -6 9 -24832902.4674171600 -7 0 -83028485.0000000000 -7 1 -83028485.0000000000 -7 2 -117366977.2153970470 -7 3 -83028480.6900000000 -7 4 -75229023.5881000000 -7 5 -83012087.9615090000 -7 6 -82934583.4223697400 -7 7 -166056970.0000000000 -7 8 -82953604.0000000000 -7 9 -107955289.0450474200 -8 0 74881.0000000000 -8 1 74881.0000000000 -8 2 -34263611.2153970470 -8 3 74885.3100000000 -8 4 7874342.4119000000 -8 5 91278.0384910000 -8 6 168782.5776302600 -8 7 -82953604.0000000000 -8 8 149762.0000000000 -8 9 -24851923.0450474200 -9 0 -24926804.0450474200 -9 1 -24926804.0450474200 -9 2 -59265296.2604444670 -9 3 -24926799.7350474200 -9 4 -17127342.6331474200 -9 5 -24910407.0065564200 -9 6 -24832902.4674171600 -9 7 -107955289.0450474200 -9 8 -24851923.0450474200 -9 9 -49853608.0900948400 -\. --- --- Data for Name: num_exp_div; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_exp_div (id1, id2, expected) FROM stdin; -0 0 NaN -0 1 NaN -0 2 0.0000000000 -0 3 0.0000000000 -0 4 0.0000000000 -0 5 0.0000000000 -0 6 0.0000000000 -0 7 0.0000000000 -0 8 0.0000000000 -0 9 0.0000000000 -1 0 NaN -1 1 NaN -1 2 0.0000000000 -1 3 0.0000000000 -1 4 0.0000000000 -1 5 0.0000000000 -1 6 0.0000000000 -1 7 0.0000000000 -1 8 0.0000000000 -1 9 0.0000000000 -2 0 NaN -2 1 NaN -2 2 1.0000000000 -2 3 -7967167.5673775051 -2 4 -4.4026748005 -2 5 -2094.1886691456 -2 6 -365.6859989148 -2 7 0.4135748378 -2 8 -458.5741672173 -2 9 1.3775729995 -3 0 NaN -3 1 NaN -3 2 -0.0000001255 -3 3 1.0000000000 -3 4 0.0000005526 -3 5 0.0002628523 -3 6 0.0000458991 -3 7 -0.0000000519 -3 8 0.0000575580 -3 9 -0.0000001729 -4 0 NaN -4 1 NaN -4 2 -0.2271346500 -4 3 1809619.8171461717 -4 4 1.0000000000 -4 5 475.6628104631 -4 6 83.0599613844 -4 7 -0.0939371760 -4 8 104.1580829837 -4 9 -0.3128945611 -5 0 NaN -5 1 NaN -5 2 -0.0004775119 -5 3 3804.4172832947 -5 4 0.0021023296 -5 5 1.0000000000 -5 6 0.1746194143 -5 7 -0.0001974869 -5 8 0.2189746196 -5 9 -0.0006578075 -6 0 NaN -6 1 NaN -6 2 -0.0027345865 -6 3 21786.9089629374 -6 4 0.0120394951 -6 5 5.7267400867 -6 6 1.0000000000 -6 7 -0.0011309562 -6 8 1.2540107321 -6 9 -0.0037670925 -7 0 NaN -7 1 NaN -7 2 2.4179420715 -7 3 -19264149.6519721578 -7 4 -10.6454126273 -7 5 -5063.6268888173 -7 6 -884.2075617401 -7 7 1.0000000000 -7 8 -1108.8057718246 -7 9 3.3308917120 -8 0 NaN -8 1 NaN -8 2 -0.0021806723 -8 3 17373.7819025522 -8 4 0.0096007911 -8 5 4.5667392951 -8 6 0.7974413411 -8 7 -0.0009018712 -8 8 1.0000000000 -8 9 -0.0030040353 -9 0 NaN -9 1 NaN -9 2 0.7259143438 -9 3 -5783481.2169483573 -9 4 -3.1959647889 -9 5 -1520.2015936432 -9 6 -265.4567119543 -9 7 0.3002199070 -9 8 -332.8855656982 -9 9 1.0000000000 -\. --- --- Data for Name: num_exp_ln; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_exp_ln (id, expected) FROM stdin; -0 NaN -1 NaN -2 17.3517775049 -3 1.4609379041 -4 15.8695652395 -5 9.7048560177 -6 11.4500024662 -7 18.2346942997 -8 11.2236554658 -9 17.0314542501 -\. --- --- Data for Name: num_exp_log10; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_exp_log10 (id, expected) FROM stdin; -0 NaN -1 NaN -2 7.5357812216 -3 0.6344772702 -4 6.8920646137 -5 4.2147654161 -6 4.9726728889 -7 7.9192271135 -8 4.8743716356 -9 7.3966665996 -\. --- --- Data for Name: num_exp_mul; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_exp_mul (id1, id2, expected) FROM stdin; -0 0 0.0000000000 -0 1 0.0000000000 -0 2 0.0000000000 -0 3 0.0000000000 -0 4 0.0000000000 -0 5 0.0000000000 -0 6 0.0000000000 -0 7 0.0000000000 -0 8 0.0000000000 -0 9 0.0000000000 -1 0 0.0000000000 -1 1 0.0000000000 -1 2 0.0000000000 -1 3 0.0000000000 -1 4 0.0000000000 -1 5 0.0000000000 -1 6 0.0000000000 -1 7 0.0000000000 -1 8 0.0000000000 -1 9 0.0000000000 -2 0 0.0000000000 -2 1 0.0000000000 -2 2 1179132047626883.5968621359 -2 3 -147998901.4483612726 -2 4 -267821744976817.8111137107 -2 5 -563049578578.7692425067 -2 6 -3224438592470.1844981193 -2 7 2851072985828710.4858837950 -2 8 -2571300635581.1462764070 -2 9 855948866655588.4537415092 -3 0 0.0000000000 -3 1 0.0000000000 -3 2 -147998901.4483612726 -3 3 18.5761000000 -3 4 33615678.6852890000 -3 5 70671.2358962100 -3 6 404715.7995864206 -3 7 -357852770.3500000000 -3 8 322737.1100000000 -3 9 -107434525.4341543802 -4 0 0.0000000000 -4 1 0.0000000000 -4 2 -267821744976817.8111137107 -4 3 33615678.6852890000 -4 4 60831598315717.1414616100 -4 5 127888068979.9935054429 -4 6 732381731243.7451157641 -4 7 -647577464846017.9715000000 -4 8 584031469984.4839000000 -4 9 -194415646271340.1815956523 -5 0 0.0000000000 -5 1 0.0000000000 -5 2 -563049578578.7692425067 -5 3 70671.2358962100 -5 4 127888068979.9935054429 -5 5 268862871.2753355571 -5 6 1539707782.7689977863 -5 7 -1361421264394.4161350000 -5 8 1227826639.2445710000 -5 9 -408725765384.2570436602 -6 0 0.0000000000 -6 1 0.0000000000 -6 2 -3224438592470.1844981193 -6 3 404715.7995864206 -6 4 732381731243.7451157641 -6 5 1539707782.7689977863 -6 6 8817506281.4517452373 -6 7 -7796505729750.3779561000 -6 8 7031444034.5314990600 -6 9 -2340666225110.2992952129 -7 0 0.0000000000 -7 1 0.0000000000 -7 2 2851072985828710.4858837950 -7 3 -357852770.3500000000 -7 4 -647577464846017.9715000000 -7 5 -1361421264394.4161350000 -7 6 -7796505729750.3779561000 -7 7 6893729321395225.0000000000 -7 8 -6217255985285.0000000000 -7 9 2069634775752159.0357587000 -8 0 0.0000000000 -8 1 0.0000000000 -8 2 -2571300635581.1462764070 -8 3 322737.1100000000 -8 4 584031469984.4839000000 -8 5 1227826639.2445710000 -8 6 7031444034.5314990600 -8 7 -6217255985285.0000000000 -8 8 5607164161.0000000000 -8 9 -1866544013697.1958570200 -9 0 0.0000000000 -9 1 0.0000000000 -9 2 855948866655588.4537415092 -9 3 -107434525.4341543802 -9 4 -194415646271340.1815956523 -9 5 -408725765384.2570436602 -9 6 -2340666225110.2992952129 -9 7 2069634775752159.0357587000 -9 8 -1866544013697.1958570200 -9 9 621345559900192.4201206300 -\. --- --- Data for Name: num_exp_power_10_ln; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_exp_power_10_ln (id, expected) FROM stdin; -0 NaN -1 NaN -2 224790267919917955.1326161858 -3 28.9026659945 -4 7405685069594999.0773399947 -5 5068226527.3212726541 -6 281839893606.9937234336 -7 1716699575118597095.4233081991 -8 167361463828.0749132007 -9 107511333880052007.0414112467 -\. --- --- Data for Name: num_exp_sqrt; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_exp_sqrt (id, expected) FROM stdin; -0 0.0000000000 -1 0.0000000000 -2 5859.9054783671 -3 2.0760539492 -4 2792.7515843519 -5 128.0509214766 -6 306.4336431110 -7 9111.9967625104 -8 273.6439292219 -9 4992.6750389994 -\. --- --- Data for Name: num_exp_sub; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_exp_sub (id1, id2, expected) FROM stdin; -0 0 0.0000000000 -0 1 0.0000000000 -0 2 34338492.2153970470 -0 3 -4.3100000000 -0 4 -7799461.4119000000 -0 5 -16397.0384910000 -0 6 -93901.5776302600 -0 7 83028485.0000000000 -0 8 -74881.0000000000 -0 9 24926804.0450474200 -1 0 0.0000000000 -1 1 0.0000000000 -1 2 34338492.2153970470 -1 3 -4.3100000000 -1 4 -7799461.4119000000 -1 5 -16397.0384910000 -1 6 -93901.5776302600 -1 7 83028485.0000000000 -1 8 -74881.0000000000 -1 9 24926804.0450474200 -2 0 -34338492.2153970470 -2 1 -34338492.2153970470 -2 2 0.0000000000 -2 3 -34338496.5253970470 -2 4 -42137953.6272970470 -2 5 -34354889.2538880470 -2 6 -34432393.7930273070 -2 7 48689992.7846029530 -2 8 -34413373.2153970470 -2 9 -9411688.1703496270 -3 0 4.3100000000 -3 1 4.3100000000 -3 2 34338496.5253970470 -3 3 0.0000000000 -3 4 -7799457.1019000000 -3 5 -16392.7284910000 -3 6 -93897.2676302600 -3 7 83028489.3100000000 -3 8 -74876.6900000000 -3 9 24926808.3550474200 -4 0 7799461.4119000000 -4 1 7799461.4119000000 -4 2 42137953.6272970470 -4 3 7799457.1019000000 -4 4 0.0000000000 -4 5 7783064.3734090000 -4 6 7705559.8342697400 -4 7 90827946.4119000000 -4 8 7724580.4119000000 -4 9 32726265.4569474200 -5 0 16397.0384910000 -5 1 16397.0384910000 -5 2 34354889.2538880470 -5 3 16392.7284910000 -5 4 -7783064.3734090000 -5 5 0.0000000000 -5 6 -77504.5391392600 -5 7 83044882.0384910000 -5 8 -58483.9615090000 -5 9 24943201.0835384200 -6 0 93901.5776302600 -6 1 93901.5776302600 -6 2 34432393.7930273070 -6 3 93897.2676302600 -6 4 -7705559.8342697400 -6 5 77504.5391392600 -6 6 0.0000000000 -6 7 83122386.5776302600 -6 8 19020.5776302600 -6 9 25020705.6226776800 -7 0 -83028485.0000000000 -7 1 -83028485.0000000000 -7 2 -48689992.7846029530 -7 3 -83028489.3100000000 -7 4 -90827946.4119000000 -7 5 -83044882.0384910000 -7 6 -83122386.5776302600 -7 7 0.0000000000 -7 8 -83103366.0000000000 -7 9 -58101680.9549525800 -8 0 74881.0000000000 -8 1 74881.0000000000 -8 2 34413373.2153970470 -8 3 74876.6900000000 -8 4 -7724580.4119000000 -8 5 58483.9615090000 -8 6 -19020.5776302600 -8 7 83103366.0000000000 -8 8 0.0000000000 -8 9 25001685.0450474200 -9 0 -24926804.0450474200 -9 1 -24926804.0450474200 -9 2 9411688.1703496270 -9 3 -24926808.3550474200 -9 4 -32726265.4569474200 -9 5 -24943201.0835384200 -9 6 -25020705.6226776800 -9 7 58101680.9549525800 -9 8 -25001685.0450474200 -9 9 0.0000000000 -\. --- --- Data for Name: num_input_test; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_input_test (n1) FROM stdin; -123 -3245874 --93853 -555.50 --555.50 -NaN -NaN -Infinity -Infinity --Infinity -Infinity -Infinity --Infinity -12000000000 -12000.123456 -2.3000000000 -1.23 -12.3 -299792458 --12345678901234567890 -9999999999 --12345678900987654321 --3735928559 -987654321234567898765432123456789 -\. --- --- Data for Name: num_result; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_result (id1, id2, result) FROM stdin; -2 0 224790267919917955.1326161858 -3 0 28.9026659945 -4 0 7405685069594999.0773399947 -5 0 5068226527.3212726541 -6 0 281839893606.9937234336 -7 0 1716699575118597095.4233081991 -8 0 167361463828.0749132007 -9 0 107511333880052007.0414112467 -\. --- --- Data for Name: num_typemod_test; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.num_typemod_test (millions, thousands, units, thousandths, millionths) FROM stdin; -0 0 0 0.000 0.000000 -1000000 1000 1 0.001 0.000001 -2000000 2000 2 0.002 0.000002 -8000000 8000 8 0.008 0.000008 -12000000 12000 12 0.012 0.000012 -88000000 88000 88 0.088 0.000088 -123000000 123000 123 0.123 0.000123 -988000000 988000 988 0.988 0.000988 -NaN NaN NaN NaN NaN -\. --- --- Data for Name: nummultirange_test; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.nummultirange_test (nmr) FROM stdin; -{} -{(,)} -{[3,)} -{(,)} -{(,5)} -{} -{} -{[1.1,2.2)} -{} -{[1.7,1.9)} -{[1.7,1.7],[1.9,2.1)} -\. --- --- Data for Name: numrange_test; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.numrange_test (nr) FROM stdin; -(,) -[3,) -(,5) -[1.1,2.2) -empty -[1.7,1.7] -\. --- --- Data for Name: onek; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.onek (unique1, unique2, two, four, ten, twenty, hundred, thousand, twothousand, fivethous, tenthous, odd, even, stringu1, stringu2, string4) FROM stdin; -147 0 1 3 7 7 7 47 147 147 147 14 15 RFAAAA AAAAAA AAAAxx -931 1 1 3 1 11 1 31 131 431 931 2 3 VJAAAA BAAAAA HHHHxx -714 2 0 2 4 14 4 14 114 214 714 8 9 MBAAAA CAAAAA OOOOxx -711 3 1 3 1 11 1 11 111 211 711 2 3 JBAAAA DAAAAA VVVVxx -883 4 1 3 3 3 3 83 83 383 883 6 7 ZHAAAA EAAAAA AAAAxx -439 5 1 3 9 19 9 39 39 439 439 18 19 XQAAAA FAAAAA HHHHxx -670 6 0 2 0 10 0 70 70 170 670 0 1 UZAAAA GAAAAA OOOOxx -543 7 1 3 3 3 3 43 143 43 543 6 7 XUAAAA HAAAAA VVVVxx -425 8 1 1 5 5 5 25 25 425 425 10 11 JQAAAA IAAAAA AAAAxx -800 9 0 0 0 0 0 0 0 300 800 0 1 UEAAAA JAAAAA HHHHxx -489 10 1 1 9 9 9 89 89 489 489 18 19 VSAAAA KAAAAA OOOOxx -494 11 0 2 4 14 4 94 94 494 494 8 9 ATAAAA LAAAAA VVVVxx -880 12 0 0 0 0 0 80 80 380 880 0 1 WHAAAA MAAAAA AAAAxx -611 13 1 3 1 11 1 11 11 111 611 2 3 NXAAAA NAAAAA HHHHxx -226 14 0 2 6 6 6 26 26 226 226 12 13 SIAAAA OAAAAA OOOOxx -774 15 0 2 4 14 4 74 174 274 774 8 9 UDAAAA PAAAAA VVVVxx -298 16 0 2 8 18 8 98 98 298 298 16 17 MLAAAA QAAAAA AAAAxx -682 17 0 2 2 2 2 82 82 182 682 4 5 GAAAAA RAAAAA HHHHxx -864 18 0 0 4 4 4 64 64 364 864 8 9 GHAAAA SAAAAA OOOOxx -183 19 1 3 3 3 3 83 183 183 183 6 7 BHAAAA TAAAAA VVVVxx -885 20 1 1 5 5 5 85 85 385 885 10 11 BIAAAA UAAAAA AAAAxx -997 21 1 1 7 17 7 97 197 497 997 14 15 JMAAAA VAAAAA HHHHxx -966 22 0 2 6 6 6 66 166 466 966 12 13 ELAAAA WAAAAA OOOOxx -389 23 1 1 9 9 9 89 189 389 389 18 19 ZOAAAA XAAAAA VVVVxx -846 24 0 2 6 6 6 46 46 346 846 12 13 OGAAAA YAAAAA AAAAxx -206 25 0 2 6 6 6 6 6 206 206 12 13 YHAAAA ZAAAAA HHHHxx -239 26 1 3 9 19 9 39 39 239 239 18 19 FJAAAA ABAAAA OOOOxx -365 27 1 1 5 5 5 65 165 365 365 10 11 BOAAAA BBAAAA VVVVxx -204 28 0 0 4 4 4 4 4 204 204 8 9 WHAAAA CBAAAA AAAAxx -690 29 0 2 0 10 0 90 90 190 690 0 1 OAAAAA DBAAAA HHHHxx -69 30 1 1 9 9 9 69 69 69 69 18 19 RCAAAA EBAAAA OOOOxx -358 31 0 2 8 18 8 58 158 358 358 16 17 UNAAAA FBAAAA VVVVxx -269 32 1 1 9 9 9 69 69 269 269 18 19 JKAAAA GBAAAA AAAAxx -663 33 1 3 3 3 3 63 63 163 663 6 7 NZAAAA HBAAAA HHHHxx -608 34 0 0 8 8 8 8 8 108 608 16 17 KXAAAA IBAAAA OOOOxx -398 35 0 2 8 18 8 98 198 398 398 16 17 IPAAAA JBAAAA VVVVxx -330 36 0 2 0 10 0 30 130 330 330 0 1 SMAAAA KBAAAA AAAAxx -529 37 1 1 9 9 9 29 129 29 529 18 19 JUAAAA LBAAAA HHHHxx -555 38 1 3 5 15 5 55 155 55 555 10 11 JVAAAA MBAAAA OOOOxx -746 39 0 2 6 6 6 46 146 246 746 12 13 SCAAAA NBAAAA VVVVxx -558 40 0 2 8 18 8 58 158 58 558 16 17 MVAAAA OBAAAA AAAAxx -574 41 0 2 4 14 4 74 174 74 574 8 9 CWAAAA PBAAAA HHHHxx -343 42 1 3 3 3 3 43 143 343 343 6 7 FNAAAA QBAAAA OOOOxx -120 43 0 0 0 0 0 20 120 120 120 0 1 QEAAAA RBAAAA VVVVxx -461 44 1 1 1 1 1 61 61 461 461 2 3 TRAAAA SBAAAA AAAAxx -754 45 0 2 4 14 4 54 154 254 754 8 9 ADAAAA TBAAAA HHHHxx -772 46 0 0 2 12 2 72 172 272 772 4 5 SDAAAA UBAAAA OOOOxx -749 47 1 1 9 9 9 49 149 249 749 18 19 VCAAAA VBAAAA VVVVxx -386 48 0 2 6 6 6 86 186 386 386 12 13 WOAAAA WBAAAA AAAAxx -9 49 1 1 9 9 9 9 9 9 9 18 19 JAAAAA XBAAAA HHHHxx -771 50 1 3 1 11 1 71 171 271 771 2 3 RDAAAA YBAAAA OOOOxx -470 51 0 2 0 10 0 70 70 470 470 0 1 CSAAAA ZBAAAA VVVVxx -238 52 0 2 8 18 8 38 38 238 238 16 17 EJAAAA ACAAAA AAAAxx -86 53 0 2 6 6 6 86 86 86 86 12 13 IDAAAA BCAAAA HHHHxx -56 54 0 0 6 16 6 56 56 56 56 12 13 ECAAAA CCAAAA OOOOxx -767 55 1 3 7 7 7 67 167 267 767 14 15 NDAAAA DCAAAA VVVVxx -363 56 1 3 3 3 3 63 163 363 363 6 7 ZNAAAA ECAAAA AAAAxx -655 57 1 3 5 15 5 55 55 155 655 10 11 FZAAAA FCAAAA HHHHxx -394 58 0 2 4 14 4 94 194 394 394 8 9 EPAAAA GCAAAA OOOOxx -223 59 1 3 3 3 3 23 23 223 223 6 7 PIAAAA HCAAAA VVVVxx -946 60 0 2 6 6 6 46 146 446 946 12 13 KKAAAA ICAAAA AAAAxx -863 61 1 3 3 3 3 63 63 363 863 6 7 FHAAAA JCAAAA HHHHxx -913 62 1 1 3 13 3 13 113 413 913 6 7 DJAAAA KCAAAA OOOOxx -737 63 1 1 7 17 7 37 137 237 737 14 15 JCAAAA LCAAAA VVVVxx -65 64 1 1 5 5 5 65 65 65 65 10 11 NCAAAA MCAAAA AAAAxx -251 65 1 3 1 11 1 51 51 251 251 2 3 RJAAAA NCAAAA HHHHxx -686 66 0 2 6 6 6 86 86 186 686 12 13 KAAAAA OCAAAA OOOOxx -971 67 1 3 1 11 1 71 171 471 971 2 3 JLAAAA PCAAAA VVVVxx -775 68 1 3 5 15 5 75 175 275 775 10 11 VDAAAA QCAAAA AAAAxx -577 69 1 1 7 17 7 77 177 77 577 14 15 FWAAAA RCAAAA HHHHxx -830 70 0 2 0 10 0 30 30 330 830 0 1 YFAAAA SCAAAA OOOOxx -787 71 1 3 7 7 7 87 187 287 787 14 15 HEAAAA TCAAAA VVVVxx -898 72 0 2 8 18 8 98 98 398 898 16 17 OIAAAA UCAAAA AAAAxx -588 73 0 0 8 8 8 88 188 88 588 16 17 QWAAAA VCAAAA HHHHxx -872 74 0 0 2 12 2 72 72 372 872 4 5 OHAAAA WCAAAA OOOOxx -397 75 1 1 7 17 7 97 197 397 397 14 15 HPAAAA XCAAAA VVVVxx -51 76 1 3 1 11 1 51 51 51 51 2 3 ZBAAAA YCAAAA AAAAxx -381 77 1 1 1 1 1 81 181 381 381 2 3 ROAAAA ZCAAAA HHHHxx -632 78 0 0 2 12 2 32 32 132 632 4 5 IYAAAA ADAAAA OOOOxx -31 79 1 3 1 11 1 31 31 31 31 2 3 FBAAAA BDAAAA VVVVxx -855 80 1 3 5 15 5 55 55 355 855 10 11 XGAAAA CDAAAA AAAAxx -699 81 1 3 9 19 9 99 99 199 699 18 19 XAAAAA DDAAAA HHHHxx -562 82 0 2 2 2 2 62 162 62 562 4 5 QVAAAA EDAAAA OOOOxx -681 83 1 1 1 1 1 81 81 181 681 2 3 FAAAAA FDAAAA VVVVxx -585 84 1 1 5 5 5 85 185 85 585 10 11 NWAAAA GDAAAA AAAAxx -35 85 1 3 5 15 5 35 35 35 35 10 11 JBAAAA HDAAAA HHHHxx -962 86 0 2 2 2 2 62 162 462 962 4 5 ALAAAA IDAAAA OOOOxx -282 87 0 2 2 2 2 82 82 282 282 4 5 WKAAAA JDAAAA VVVVxx -254 88 0 2 4 14 4 54 54 254 254 8 9 UJAAAA KDAAAA AAAAxx -514 89 0 2 4 14 4 14 114 14 514 8 9 UTAAAA LDAAAA HHHHxx -406 90 0 2 6 6 6 6 6 406 406 12 13 QPAAAA MDAAAA OOOOxx -544 91 0 0 4 4 4 44 144 44 544 8 9 YUAAAA NDAAAA VVVVxx -704 92 0 0 4 4 4 4 104 204 704 8 9 CBAAAA ODAAAA AAAAxx -948 93 0 0 8 8 8 48 148 448 948 16 17 MKAAAA PDAAAA HHHHxx -412 94 0 0 2 12 2 12 12 412 412 4 5 WPAAAA QDAAAA OOOOxx -200 95 0 0 0 0 0 0 0 200 200 0 1 SHAAAA RDAAAA VVVVxx -583 96 1 3 3 3 3 83 183 83 583 6 7 LWAAAA SDAAAA AAAAxx -486 97 0 2 6 6 6 86 86 486 486 12 13 SSAAAA TDAAAA HHHHxx -666 98 0 2 6 6 6 66 66 166 666 12 13 QZAAAA UDAAAA OOOOxx -436 99 0 0 6 16 6 36 36 436 436 12 13 UQAAAA VDAAAA VVVVxx -842 100 0 2 2 2 2 42 42 342 842 4 5 KGAAAA WDAAAA AAAAxx -99 101 1 3 9 19 9 99 99 99 99 18 19 VDAAAA XDAAAA HHHHxx -656 102 0 0 6 16 6 56 56 156 656 12 13 GZAAAA YDAAAA OOOOxx -673 103 1 1 3 13 3 73 73 173 673 6 7 XZAAAA ZDAAAA VVVVxx -371 104 1 3 1 11 1 71 171 371 371 2 3 HOAAAA AEAAAA AAAAxx -869 105 1 1 9 9 9 69 69 369 869 18 19 LHAAAA BEAAAA HHHHxx -569 106 1 1 9 9 9 69 169 69 569 18 19 XVAAAA CEAAAA OOOOxx -616 107 0 0 6 16 6 16 16 116 616 12 13 SXAAAA DEAAAA VVVVxx -612 108 0 0 2 12 2 12 12 112 612 4 5 OXAAAA EEAAAA AAAAxx -505 109 1 1 5 5 5 5 105 5 505 10 11 LTAAAA FEAAAA HHHHxx -922 110 0 2 2 2 2 22 122 422 922 4 5 MJAAAA GEAAAA OOOOxx -221 111 1 1 1 1 1 21 21 221 221 2 3 NIAAAA HEAAAA VVVVxx -388 112 0 0 8 8 8 88 188 388 388 16 17 YOAAAA IEAAAA AAAAxx -567 113 1 3 7 7 7 67 167 67 567 14 15 VVAAAA JEAAAA HHHHxx -58 114 0 2 8 18 8 58 58 58 58 16 17 GCAAAA KEAAAA OOOOxx -316 115 0 0 6 16 6 16 116 316 316 12 13 EMAAAA LEAAAA VVVVxx -659 116 1 3 9 19 9 59 59 159 659 18 19 JZAAAA MEAAAA AAAAxx -501 117 1 1 1 1 1 1 101 1 501 2 3 HTAAAA NEAAAA HHHHxx -815 118 1 3 5 15 5 15 15 315 815 10 11 JFAAAA OEAAAA OOOOxx -638 119 0 2 8 18 8 38 38 138 638 16 17 OYAAAA PEAAAA VVVVxx -696 120 0 0 6 16 6 96 96 196 696 12 13 UAAAAA QEAAAA AAAAxx -734 121 0 2 4 14 4 34 134 234 734 8 9 GCAAAA REAAAA HHHHxx -237 122 1 1 7 17 7 37 37 237 237 14 15 DJAAAA SEAAAA OOOOxx -816 123 0 0 6 16 6 16 16 316 816 12 13 KFAAAA TEAAAA VVVVxx -917 124 1 1 7 17 7 17 117 417 917 14 15 HJAAAA UEAAAA AAAAxx -844 125 0 0 4 4 4 44 44 344 844 8 9 MGAAAA VEAAAA HHHHxx -657 126 1 1 7 17 7 57 57 157 657 14 15 HZAAAA WEAAAA OOOOxx -952 127 0 0 2 12 2 52 152 452 952 4 5 QKAAAA XEAAAA VVVVxx -519 128 1 3 9 19 9 19 119 19 519 18 19 ZTAAAA YEAAAA AAAAxx -792 129 0 0 2 12 2 92 192 292 792 4 5 MEAAAA ZEAAAA HHHHxx -275 130 1 3 5 15 5 75 75 275 275 10 11 PKAAAA AFAAAA OOOOxx -319 131 1 3 9 19 9 19 119 319 319 18 19 HMAAAA BFAAAA VVVVxx -487 132 1 3 7 7 7 87 87 487 487 14 15 TSAAAA CFAAAA AAAAxx -945 133 1 1 5 5 5 45 145 445 945 10 11 JKAAAA DFAAAA HHHHxx -584 134 0 0 4 4 4 84 184 84 584 8 9 MWAAAA EFAAAA OOOOxx -765 135 1 1 5 5 5 65 165 265 765 10 11 LDAAAA FFAAAA VVVVxx -814 136 0 2 4 14 4 14 14 314 814 8 9 IFAAAA GFAAAA AAAAxx -359 137 1 3 9 19 9 59 159 359 359 18 19 VNAAAA HFAAAA HHHHxx -548 138 0 0 8 8 8 48 148 48 548 16 17 CVAAAA IFAAAA OOOOxx -811 139 1 3 1 11 1 11 11 311 811 2 3 FFAAAA JFAAAA VVVVxx -531 140 1 3 1 11 1 31 131 31 531 2 3 LUAAAA KFAAAA AAAAxx -104 141 0 0 4 4 4 4 104 104 104 8 9 AEAAAA LFAAAA HHHHxx -33 142 1 1 3 13 3 33 33 33 33 6 7 HBAAAA MFAAAA OOOOxx -404 143 0 0 4 4 4 4 4 404 404 8 9 OPAAAA NFAAAA VVVVxx -995 144 1 3 5 15 5 95 195 495 995 10 11 HMAAAA OFAAAA AAAAxx -408 145 0 0 8 8 8 8 8 408 408 16 17 SPAAAA PFAAAA HHHHxx -93 146 1 1 3 13 3 93 93 93 93 6 7 PDAAAA QFAAAA OOOOxx -794 147 0 2 4 14 4 94 194 294 794 8 9 OEAAAA RFAAAA VVVVxx -833 148 1 1 3 13 3 33 33 333 833 6 7 BGAAAA SFAAAA AAAAxx -615 149 1 3 5 15 5 15 15 115 615 10 11 RXAAAA TFAAAA HHHHxx -333 150 1 1 3 13 3 33 133 333 333 6 7 VMAAAA UFAAAA OOOOxx -357 151 1 1 7 17 7 57 157 357 357 14 15 TNAAAA VFAAAA VVVVxx -999 152 1 3 9 19 9 99 199 499 999 18 19 LMAAAA WFAAAA AAAAxx -515 153 1 3 5 15 5 15 115 15 515 10 11 VTAAAA XFAAAA HHHHxx -685 154 1 1 5 5 5 85 85 185 685 10 11 JAAAAA YFAAAA OOOOxx -692 155 0 0 2 12 2 92 92 192 692 4 5 QAAAAA ZFAAAA VVVVxx -627 156 1 3 7 7 7 27 27 127 627 14 15 DYAAAA AGAAAA AAAAxx -654 157 0 2 4 14 4 54 54 154 654 8 9 EZAAAA BGAAAA HHHHxx -115 158 1 3 5 15 5 15 115 115 115 10 11 LEAAAA CGAAAA OOOOxx -75 159 1 3 5 15 5 75 75 75 75 10 11 XCAAAA DGAAAA VVVVxx -14 160 0 2 4 14 4 14 14 14 14 8 9 OAAAAA EGAAAA AAAAxx -148 161 0 0 8 8 8 48 148 148 148 16 17 SFAAAA FGAAAA HHHHxx -201 162 1 1 1 1 1 1 1 201 201 2 3 THAAAA GGAAAA OOOOxx -862 163 0 2 2 2 2 62 62 362 862 4 5 EHAAAA HGAAAA VVVVxx -634 164 0 2 4 14 4 34 34 134 634 8 9 KYAAAA IGAAAA AAAAxx -589 165 1 1 9 9 9 89 189 89 589 18 19 RWAAAA JGAAAA HHHHxx -142 166 0 2 2 2 2 42 142 142 142 4 5 MFAAAA KGAAAA OOOOxx -545 167 1 1 5 5 5 45 145 45 545 10 11 ZUAAAA LGAAAA VVVVxx -983 168 1 3 3 3 3 83 183 483 983 6 7 VLAAAA MGAAAA AAAAxx -87 169 1 3 7 7 7 87 87 87 87 14 15 JDAAAA NGAAAA HHHHxx -335 170 1 3 5 15 5 35 135 335 335 10 11 XMAAAA OGAAAA OOOOxx -915 171 1 3 5 15 5 15 115 415 915 10 11 FJAAAA PGAAAA VVVVxx -286 172 0 2 6 6 6 86 86 286 286 12 13 ALAAAA QGAAAA AAAAxx -361 173 1 1 1 1 1 61 161 361 361 2 3 XNAAAA RGAAAA HHHHxx -97 174 1 1 7 17 7 97 97 97 97 14 15 TDAAAA SGAAAA OOOOxx -98 175 0 2 8 18 8 98 98 98 98 16 17 UDAAAA TGAAAA VVVVxx -377 176 1 1 7 17 7 77 177 377 377 14 15 NOAAAA UGAAAA AAAAxx -525 177 1 1 5 5 5 25 125 25 525 10 11 FUAAAA VGAAAA HHHHxx -448 178 0 0 8 8 8 48 48 448 448 16 17 GRAAAA WGAAAA OOOOxx -154 179 0 2 4 14 4 54 154 154 154 8 9 YFAAAA XGAAAA VVVVxx -866 180 0 2 6 6 6 66 66 366 866 12 13 IHAAAA YGAAAA AAAAxx -741 181 1 1 1 1 1 41 141 241 741 2 3 NCAAAA ZGAAAA HHHHxx -172 182 0 0 2 12 2 72 172 172 172 4 5 QGAAAA AHAAAA OOOOxx -843 183 1 3 3 3 3 43 43 343 843 6 7 LGAAAA BHAAAA VVVVxx -378 184 0 2 8 18 8 78 178 378 378 16 17 OOAAAA CHAAAA AAAAxx -804 185 0 0 4 4 4 4 4 304 804 8 9 YEAAAA DHAAAA HHHHxx -596 186 0 0 6 16 6 96 196 96 596 12 13 YWAAAA EHAAAA OOOOxx -77 187 1 1 7 17 7 77 77 77 77 14 15 ZCAAAA FHAAAA VVVVxx -572 188 0 0 2 12 2 72 172 72 572 4 5 AWAAAA GHAAAA AAAAxx -444 189 0 0 4 4 4 44 44 444 444 8 9 CRAAAA HHAAAA HHHHxx -47 190 1 3 7 7 7 47 47 47 47 14 15 VBAAAA IHAAAA OOOOxx -274 191 0 2 4 14 4 74 74 274 274 8 9 OKAAAA JHAAAA VVVVxx -40 192 0 0 0 0 0 40 40 40 40 0 1 OBAAAA KHAAAA AAAAxx -339 193 1 3 9 19 9 39 139 339 339 18 19 BNAAAA LHAAAA HHHHxx -13 194 1 1 3 13 3 13 13 13 13 6 7 NAAAAA MHAAAA OOOOxx -878 195 0 2 8 18 8 78 78 378 878 16 17 UHAAAA NHAAAA VVVVxx -53 196 1 1 3 13 3 53 53 53 53 6 7 BCAAAA OHAAAA AAAAxx -939 197 1 3 9 19 9 39 139 439 939 18 19 DKAAAA PHAAAA HHHHxx -928 198 0 0 8 8 8 28 128 428 928 16 17 SJAAAA QHAAAA OOOOxx -886 199 0 2 6 6 6 86 86 386 886 12 13 CIAAAA RHAAAA VVVVxx -267 200 1 3 7 7 7 67 67 267 267 14 15 HKAAAA SHAAAA AAAAxx -105 201 1 1 5 5 5 5 105 105 105 10 11 BEAAAA THAAAA HHHHxx -312 202 0 0 2 12 2 12 112 312 312 4 5 AMAAAA UHAAAA OOOOxx -552 203 0 0 2 12 2 52 152 52 552 4 5 GVAAAA VHAAAA VVVVxx -918 204 0 2 8 18 8 18 118 418 918 16 17 IJAAAA WHAAAA AAAAxx -114 205 0 2 4 14 4 14 114 114 114 8 9 KEAAAA XHAAAA HHHHxx -805 206 1 1 5 5 5 5 5 305 805 10 11 ZEAAAA YHAAAA OOOOxx -875 207 1 3 5 15 5 75 75 375 875 10 11 RHAAAA ZHAAAA VVVVxx -225 208 1 1 5 5 5 25 25 225 225 10 11 RIAAAA AIAAAA AAAAxx -495 209 1 3 5 15 5 95 95 495 495 10 11 BTAAAA BIAAAA HHHHxx -150 210 0 2 0 10 0 50 150 150 150 0 1 UFAAAA CIAAAA OOOOxx -759 211 1 3 9 19 9 59 159 259 759 18 19 FDAAAA DIAAAA VVVVxx -149 212 1 1 9 9 9 49 149 149 149 18 19 TFAAAA EIAAAA AAAAxx -480 213 0 0 0 0 0 80 80 480 480 0 1 MSAAAA FIAAAA HHHHxx -1 214 1 1 1 1 1 1 1 1 1 2 3 BAAAAA GIAAAA OOOOxx -557 215 1 1 7 17 7 57 157 57 557 14 15 LVAAAA HIAAAA VVVVxx -295 216 1 3 5 15 5 95 95 295 295 10 11 JLAAAA IIAAAA AAAAxx -854 217 0 2 4 14 4 54 54 354 854 8 9 WGAAAA JIAAAA HHHHxx -420 218 0 0 0 0 0 20 20 420 420 0 1 EQAAAA KIAAAA OOOOxx -414 219 0 2 4 14 4 14 14 414 414 8 9 YPAAAA LIAAAA VVVVxx -758 220 0 2 8 18 8 58 158 258 758 16 17 EDAAAA MIAAAA AAAAxx -879 221 1 3 9 19 9 79 79 379 879 18 19 VHAAAA NIAAAA HHHHxx -332 222 0 0 2 12 2 32 132 332 332 4 5 UMAAAA OIAAAA OOOOxx -78 223 0 2 8 18 8 78 78 78 78 16 17 ADAAAA PIAAAA VVVVxx -851 224 1 3 1 11 1 51 51 351 851 2 3 TGAAAA QIAAAA AAAAxx -592 225 0 0 2 12 2 92 192 92 592 4 5 UWAAAA RIAAAA HHHHxx -979 226 1 3 9 19 9 79 179 479 979 18 19 RLAAAA SIAAAA OOOOxx -989 227 1 1 9 9 9 89 189 489 989 18 19 BMAAAA TIAAAA VVVVxx -752 228 0 0 2 12 2 52 152 252 752 4 5 YCAAAA UIAAAA AAAAxx -214 229 0 2 4 14 4 14 14 214 214 8 9 GIAAAA VIAAAA HHHHxx -453 230 1 1 3 13 3 53 53 453 453 6 7 LRAAAA WIAAAA OOOOxx -540 231 0 0 0 0 0 40 140 40 540 0 1 UUAAAA XIAAAA VVVVxx -597 232 1 1 7 17 7 97 197 97 597 14 15 ZWAAAA YIAAAA AAAAxx -356 233 0 0 6 16 6 56 156 356 356 12 13 SNAAAA ZIAAAA HHHHxx -720 234 0 0 0 0 0 20 120 220 720 0 1 SBAAAA AJAAAA OOOOxx -367 235 1 3 7 7 7 67 167 367 367 14 15 DOAAAA BJAAAA VVVVxx -762 236 0 2 2 2 2 62 162 262 762 4 5 IDAAAA CJAAAA AAAAxx -986 237 0 2 6 6 6 86 186 486 986 12 13 YLAAAA DJAAAA HHHHxx -924 238 0 0 4 4 4 24 124 424 924 8 9 OJAAAA EJAAAA OOOOxx -779 239 1 3 9 19 9 79 179 279 779 18 19 ZDAAAA FJAAAA VVVVxx -684 240 0 0 4 4 4 84 84 184 684 8 9 IAAAAA GJAAAA AAAAxx -413 241 1 1 3 13 3 13 13 413 413 6 7 XPAAAA HJAAAA HHHHxx -479 242 1 3 9 19 9 79 79 479 479 18 19 LSAAAA IJAAAA OOOOxx -731 243 1 3 1 11 1 31 131 231 731 2 3 DCAAAA JJAAAA VVVVxx -409 244 1 1 9 9 9 9 9 409 409 18 19 TPAAAA KJAAAA AAAAxx -372 245 0 0 2 12 2 72 172 372 372 4 5 IOAAAA LJAAAA HHHHxx -139 246 1 3 9 19 9 39 139 139 139 18 19 JFAAAA MJAAAA OOOOxx -717 247 1 1 7 17 7 17 117 217 717 14 15 PBAAAA NJAAAA VVVVxx -539 248 1 3 9 19 9 39 139 39 539 18 19 TUAAAA OJAAAA AAAAxx -318 249 0 2 8 18 8 18 118 318 318 16 17 GMAAAA PJAAAA HHHHxx -208 250 0 0 8 8 8 8 8 208 208 16 17 AIAAAA QJAAAA OOOOxx -797 251 1 1 7 17 7 97 197 297 797 14 15 REAAAA RJAAAA VVVVxx -661 252 1 1 1 1 1 61 61 161 661 2 3 LZAAAA SJAAAA AAAAxx -50 253 0 2 0 10 0 50 50 50 50 0 1 YBAAAA TJAAAA HHHHxx -102 254 0 2 2 2 2 2 102 102 102 4 5 YDAAAA UJAAAA OOOOxx -484 255 0 0 4 4 4 84 84 484 484 8 9 QSAAAA VJAAAA VVVVxx -108 256 0 0 8 8 8 8 108 108 108 16 17 EEAAAA WJAAAA AAAAxx -140 257 0 0 0 0 0 40 140 140 140 0 1 KFAAAA XJAAAA HHHHxx -996 258 0 0 6 16 6 96 196 496 996 12 13 IMAAAA YJAAAA OOOOxx -687 259 1 3 7 7 7 87 87 187 687 14 15 LAAAAA ZJAAAA VVVVxx -241 260 1 1 1 1 1 41 41 241 241 2 3 HJAAAA AKAAAA AAAAxx -923 261 1 3 3 3 3 23 123 423 923 6 7 NJAAAA BKAAAA HHHHxx -500 262 0 0 0 0 0 0 100 0 500 0 1 GTAAAA CKAAAA OOOOxx -536 263 0 0 6 16 6 36 136 36 536 12 13 QUAAAA DKAAAA VVVVxx -490 264 0 2 0 10 0 90 90 490 490 0 1 WSAAAA EKAAAA AAAAxx -773 265 1 1 3 13 3 73 173 273 773 6 7 TDAAAA FKAAAA HHHHxx -19 266 1 3 9 19 9 19 19 19 19 18 19 TAAAAA GKAAAA OOOOxx -534 267 0 2 4 14 4 34 134 34 534 8 9 OUAAAA HKAAAA VVVVxx -941 268 1 1 1 1 1 41 141 441 941 2 3 FKAAAA IKAAAA AAAAxx -477 269 1 1 7 17 7 77 77 477 477 14 15 JSAAAA JKAAAA HHHHxx -173 270 1 1 3 13 3 73 173 173 173 6 7 RGAAAA KKAAAA OOOOxx -113 271 1 1 3 13 3 13 113 113 113 6 7 JEAAAA LKAAAA VVVVxx -526 272 0 2 6 6 6 26 126 26 526 12 13 GUAAAA MKAAAA AAAAxx -727 273 1 3 7 7 7 27 127 227 727 14 15 ZBAAAA NKAAAA HHHHxx -302 274 0 2 2 2 2 2 102 302 302 4 5 QLAAAA OKAAAA OOOOxx -789 275 1 1 9 9 9 89 189 289 789 18 19 JEAAAA PKAAAA VVVVxx -447 276 1 3 7 7 7 47 47 447 447 14 15 FRAAAA QKAAAA AAAAxx -884 277 0 0 4 4 4 84 84 384 884 8 9 AIAAAA RKAAAA HHHHxx -718 278 0 2 8 18 8 18 118 218 718 16 17 QBAAAA SKAAAA OOOOxx -818 279 0 2 8 18 8 18 18 318 818 16 17 MFAAAA TKAAAA VVVVxx -466 280 0 2 6 6 6 66 66 466 466 12 13 YRAAAA UKAAAA AAAAxx -131 281 1 3 1 11 1 31 131 131 131 2 3 BFAAAA VKAAAA HHHHxx -503 282 1 3 3 3 3 3 103 3 503 6 7 JTAAAA WKAAAA OOOOxx -364 283 0 0 4 4 4 64 164 364 364 8 9 AOAAAA XKAAAA VVVVxx -934 284 0 2 4 14 4 34 134 434 934 8 9 YJAAAA YKAAAA AAAAxx -542 285 0 2 2 2 2 42 142 42 542 4 5 WUAAAA ZKAAAA HHHHxx -146 286 0 2 6 6 6 46 146 146 146 12 13 QFAAAA ALAAAA OOOOxx -652 287 0 0 2 12 2 52 52 152 652 4 5 CZAAAA BLAAAA VVVVxx -566 288 0 2 6 6 6 66 166 66 566 12 13 UVAAAA CLAAAA AAAAxx -788 289 0 0 8 8 8 88 188 288 788 16 17 IEAAAA DLAAAA HHHHxx -168 290 0 0 8 8 8 68 168 168 168 16 17 MGAAAA ELAAAA OOOOxx -736 291 0 0 6 16 6 36 136 236 736 12 13 ICAAAA FLAAAA VVVVxx -795 292 1 3 5 15 5 95 195 295 795 10 11 PEAAAA GLAAAA AAAAxx -103 293 1 3 3 3 3 3 103 103 103 6 7 ZDAAAA HLAAAA HHHHxx -763 294 1 3 3 3 3 63 163 263 763 6 7 JDAAAA ILAAAA OOOOxx -256 295 0 0 6 16 6 56 56 256 256 12 13 WJAAAA JLAAAA VVVVxx -63 296 1 3 3 3 3 63 63 63 63 6 7 LCAAAA KLAAAA AAAAxx -702 297 0 2 2 2 2 2 102 202 702 4 5 ABAAAA LLAAAA HHHHxx -390 298 0 2 0 10 0 90 190 390 390 0 1 APAAAA MLAAAA OOOOxx -116 299 0 0 6 16 6 16 116 116 116 12 13 MEAAAA NLAAAA VVVVxx -354 300 0 2 4 14 4 54 154 354 354 8 9 QNAAAA OLAAAA AAAAxx -162 301 0 2 2 2 2 62 162 162 162 4 5 GGAAAA PLAAAA HHHHxx -71 302 1 3 1 11 1 71 71 71 71 2 3 TCAAAA QLAAAA OOOOxx -916 303 0 0 6 16 6 16 116 416 916 12 13 GJAAAA RLAAAA VVVVxx -565 304 1 1 5 5 5 65 165 65 565 10 11 TVAAAA SLAAAA AAAAxx -509 305 1 1 9 9 9 9 109 9 509 18 19 PTAAAA TLAAAA HHHHxx -20 306 0 0 0 0 0 20 20 20 20 0 1 UAAAAA ULAAAA OOOOxx -813 307 1 1 3 13 3 13 13 313 813 6 7 HFAAAA VLAAAA VVVVxx -80 308 0 0 0 0 0 80 80 80 80 0 1 CDAAAA WLAAAA AAAAxx -400 309 0 0 0 0 0 0 0 400 400 0 1 KPAAAA XLAAAA HHHHxx -888 310 0 0 8 8 8 88 88 388 888 16 17 EIAAAA YLAAAA OOOOxx -825 311 1 1 5 5 5 25 25 325 825 10 11 TFAAAA ZLAAAA VVVVxx -401 312 1 1 1 1 1 1 1 401 401 2 3 LPAAAA AMAAAA AAAAxx -158 313 0 2 8 18 8 58 158 158 158 16 17 CGAAAA BMAAAA HHHHxx -973 314 1 1 3 13 3 73 173 473 973 6 7 LLAAAA CMAAAA OOOOxx -324 315 0 0 4 4 4 24 124 324 324 8 9 MMAAAA DMAAAA VVVVxx -873 316 1 1 3 13 3 73 73 373 873 6 7 PHAAAA EMAAAA AAAAxx -676 317 0 0 6 16 6 76 76 176 676 12 13 AAAAAA FMAAAA HHHHxx -199 318 1 3 9 19 9 99 199 199 199 18 19 RHAAAA GMAAAA OOOOxx -304 319 0 0 4 4 4 4 104 304 304 8 9 SLAAAA HMAAAA VVVVxx -338 320 0 2 8 18 8 38 138 338 338 16 17 ANAAAA IMAAAA AAAAxx -743 321 1 3 3 3 3 43 143 243 743 6 7 PCAAAA JMAAAA HHHHxx -730 322 0 2 0 10 0 30 130 230 730 0 1 CCAAAA KMAAAA OOOOxx -130 323 0 2 0 10 0 30 130 130 130 0 1 AFAAAA LMAAAA VVVVxx -224 324 0 0 4 4 4 24 24 224 224 8 9 QIAAAA MMAAAA AAAAxx -216 325 0 0 6 16 6 16 16 216 216 12 13 IIAAAA NMAAAA HHHHxx -2 326 0 2 2 2 2 2 2 2 2 4 5 CAAAAA OMAAAA OOOOxx -836 327 0 0 6 16 6 36 36 336 836 12 13 EGAAAA PMAAAA VVVVxx -443 328 1 3 3 3 3 43 43 443 443 6 7 BRAAAA QMAAAA AAAAxx -777 329 1 1 7 17 7 77 177 277 777 14 15 XDAAAA RMAAAA HHHHxx -126 330 0 2 6 6 6 26 126 126 126 12 13 WEAAAA SMAAAA OOOOxx -117 331 1 1 7 17 7 17 117 117 117 14 15 NEAAAA TMAAAA VVVVxx -633 332 1 1 3 13 3 33 33 133 633 6 7 JYAAAA UMAAAA AAAAxx -310 333 0 2 0 10 0 10 110 310 310 0 1 YLAAAA VMAAAA HHHHxx -622 334 0 2 2 2 2 22 22 122 622 4 5 YXAAAA WMAAAA OOOOxx -268 335 0 0 8 8 8 68 68 268 268 16 17 IKAAAA XMAAAA VVVVxx -384 336 0 0 4 4 4 84 184 384 384 8 9 UOAAAA YMAAAA AAAAxx -460 337 0 0 0 0 0 60 60 460 460 0 1 SRAAAA ZMAAAA HHHHxx -475 338 1 3 5 15 5 75 75 475 475 10 11 HSAAAA ANAAAA OOOOxx -624 339 0 0 4 4 4 24 24 124 624 8 9 AYAAAA BNAAAA VVVVxx -826 340 0 2 6 6 6 26 26 326 826 12 13 UFAAAA CNAAAA AAAAxx -680 341 0 0 0 0 0 80 80 180 680 0 1 EAAAAA DNAAAA HHHHxx -306 342 0 2 6 6 6 6 106 306 306 12 13 ULAAAA ENAAAA OOOOxx -896 343 0 0 6 16 6 96 96 396 896 12 13 MIAAAA FNAAAA VVVVxx -30 344 0 2 0 10 0 30 30 30 30 0 1 EBAAAA GNAAAA AAAAxx -576 345 0 0 6 16 6 76 176 76 576 12 13 EWAAAA HNAAAA HHHHxx -551 346 1 3 1 11 1 51 151 51 551 2 3 FVAAAA INAAAA OOOOxx -639 347 1 3 9 19 9 39 39 139 639 18 19 PYAAAA JNAAAA VVVVxx -975 348 1 3 5 15 5 75 175 475 975 10 11 NLAAAA KNAAAA AAAAxx -882 349 0 2 2 2 2 82 82 382 882 4 5 YHAAAA LNAAAA HHHHxx -160 350 0 0 0 0 0 60 160 160 160 0 1 EGAAAA MNAAAA OOOOxx -522 351 0 2 2 2 2 22 122 22 522 4 5 CUAAAA NNAAAA VVVVxx -620 352 0 0 0 0 0 20 20 120 620 0 1 WXAAAA ONAAAA AAAAxx -719 353 1 3 9 19 9 19 119 219 719 18 19 RBAAAA PNAAAA HHHHxx -88 354 0 0 8 8 8 88 88 88 88 16 17 KDAAAA QNAAAA OOOOxx -614 355 0 2 4 14 4 14 14 114 614 8 9 QXAAAA RNAAAA VVVVxx -54 356 0 2 4 14 4 54 54 54 54 8 9 CCAAAA SNAAAA AAAAxx -209 357 1 1 9 9 9 9 9 209 209 18 19 BIAAAA TNAAAA HHHHxx -67 358 1 3 7 7 7 67 67 67 67 14 15 PCAAAA UNAAAA OOOOxx -809 359 1 1 9 9 9 9 9 309 809 18 19 DFAAAA VNAAAA VVVVxx -982 360 0 2 2 2 2 82 182 482 982 4 5 ULAAAA WNAAAA AAAAxx -817 361 1 1 7 17 7 17 17 317 817 14 15 LFAAAA XNAAAA HHHHxx -187 362 1 3 7 7 7 87 187 187 187 14 15 FHAAAA YNAAAA OOOOxx -992 363 0 0 2 12 2 92 192 492 992 4 5 EMAAAA ZNAAAA VVVVxx -580 364 0 0 0 0 0 80 180 80 580 0 1 IWAAAA AOAAAA AAAAxx -658 365 0 2 8 18 8 58 58 158 658 16 17 IZAAAA BOAAAA HHHHxx -222 366 0 2 2 2 2 22 22 222 222 4 5 OIAAAA COAAAA OOOOxx -667 367 1 3 7 7 7 67 67 167 667 14 15 RZAAAA DOAAAA VVVVxx -715 368 1 3 5 15 5 15 115 215 715 10 11 NBAAAA EOAAAA AAAAxx -990 369 0 2 0 10 0 90 190 490 990 0 1 CMAAAA FOAAAA HHHHxx -22 370 0 2 2 2 2 22 22 22 22 4 5 WAAAAA GOAAAA OOOOxx -362 371 0 2 2 2 2 62 162 362 362 4 5 YNAAAA HOAAAA VVVVxx -376 372 0 0 6 16 6 76 176 376 376 12 13 MOAAAA IOAAAA AAAAxx -246 373 0 2 6 6 6 46 46 246 246 12 13 MJAAAA JOAAAA HHHHxx -300 374 0 0 0 0 0 0 100 300 300 0 1 OLAAAA KOAAAA OOOOxx -231 375 1 3 1 11 1 31 31 231 231 2 3 XIAAAA LOAAAA VVVVxx -151 376 1 3 1 11 1 51 151 151 151 2 3 VFAAAA MOAAAA AAAAxx -29 377 1 1 9 9 9 29 29 29 29 18 19 DBAAAA NOAAAA HHHHxx -297 378 1 1 7 17 7 97 97 297 297 14 15 LLAAAA OOAAAA OOOOxx -403 379 1 3 3 3 3 3 3 403 403 6 7 NPAAAA POAAAA VVVVxx -716 380 0 0 6 16 6 16 116 216 716 12 13 OBAAAA QOAAAA AAAAxx -260 381 0 0 0 0 0 60 60 260 260 0 1 AKAAAA ROAAAA HHHHxx -170 382 0 2 0 10 0 70 170 170 170 0 1 OGAAAA SOAAAA OOOOxx -285 383 1 1 5 5 5 85 85 285 285 10 11 ZKAAAA TOAAAA VVVVxx -82 384 0 2 2 2 2 82 82 82 82 4 5 EDAAAA UOAAAA AAAAxx -958 385 0 2 8 18 8 58 158 458 958 16 17 WKAAAA VOAAAA HHHHxx -175 386 1 3 5 15 5 75 175 175 175 10 11 TGAAAA WOAAAA OOOOxx -671 387 1 3 1 11 1 71 71 171 671 2 3 VZAAAA XOAAAA VVVVxx -822 388 0 2 2 2 2 22 22 322 822 4 5 QFAAAA YOAAAA AAAAxx -573 389 1 1 3 13 3 73 173 73 573 6 7 BWAAAA ZOAAAA HHHHxx -723 390 1 3 3 3 3 23 123 223 723 6 7 VBAAAA APAAAA OOOOxx -195 391 1 3 5 15 5 95 195 195 195 10 11 NHAAAA BPAAAA VVVVxx -197 392 1 1 7 17 7 97 197 197 197 14 15 PHAAAA CPAAAA AAAAxx -755 393 1 3 5 15 5 55 155 255 755 10 11 BDAAAA DPAAAA HHHHxx -42 394 0 2 2 2 2 42 42 42 42 4 5 QBAAAA EPAAAA OOOOxx -897 395 1 1 7 17 7 97 97 397 897 14 15 NIAAAA FPAAAA VVVVxx -309 396 1 1 9 9 9 9 109 309 309 18 19 XLAAAA GPAAAA AAAAxx -724 397 0 0 4 4 4 24 124 224 724 8 9 WBAAAA HPAAAA HHHHxx -474 398 0 2 4 14 4 74 74 474 474 8 9 GSAAAA IPAAAA OOOOxx -345 399 1 1 5 5 5 45 145 345 345 10 11 HNAAAA JPAAAA VVVVxx -678 400 0 2 8 18 8 78 78 178 678 16 17 CAAAAA KPAAAA AAAAxx -757 401 1 1 7 17 7 57 157 257 757 14 15 DDAAAA LPAAAA HHHHxx -600 402 0 0 0 0 0 0 0 100 600 0 1 CXAAAA MPAAAA OOOOxx -184 403 0 0 4 4 4 84 184 184 184 8 9 CHAAAA NPAAAA VVVVxx -155 404 1 3 5 15 5 55 155 155 155 10 11 ZFAAAA OPAAAA AAAAxx -136 405 0 0 6 16 6 36 136 136 136 12 13 GFAAAA PPAAAA HHHHxx -889 406 1 1 9 9 9 89 89 389 889 18 19 FIAAAA QPAAAA OOOOxx -95 407 1 3 5 15 5 95 95 95 95 10 11 RDAAAA RPAAAA VVVVxx -549 408 1 1 9 9 9 49 149 49 549 18 19 DVAAAA SPAAAA AAAAxx -81 409 1 1 1 1 1 81 81 81 81 2 3 DDAAAA TPAAAA HHHHxx -679 410 1 3 9 19 9 79 79 179 679 18 19 DAAAAA UPAAAA OOOOxx -27 411 1 3 7 7 7 27 27 27 27 14 15 BBAAAA VPAAAA VVVVxx -748 412 0 0 8 8 8 48 148 248 748 16 17 UCAAAA WPAAAA AAAAxx -107 413 1 3 7 7 7 7 107 107 107 14 15 DEAAAA XPAAAA HHHHxx -870 414 0 2 0 10 0 70 70 370 870 0 1 MHAAAA YPAAAA OOOOxx -848 415 0 0 8 8 8 48 48 348 848 16 17 QGAAAA ZPAAAA VVVVxx -764 416 0 0 4 4 4 64 164 264 764 8 9 KDAAAA AQAAAA AAAAxx -535 417 1 3 5 15 5 35 135 35 535 10 11 PUAAAA BQAAAA HHHHxx -211 418 1 3 1 11 1 11 11 211 211 2 3 DIAAAA CQAAAA OOOOxx -625 419 1 1 5 5 5 25 25 125 625 10 11 BYAAAA DQAAAA VVVVxx -96 420 0 0 6 16 6 96 96 96 96 12 13 SDAAAA EQAAAA AAAAxx -828 421 0 0 8 8 8 28 28 328 828 16 17 WFAAAA FQAAAA HHHHxx -229 422 1 1 9 9 9 29 29 229 229 18 19 VIAAAA GQAAAA OOOOxx -602 423 0 2 2 2 2 2 2 102 602 4 5 EXAAAA HQAAAA VVVVxx -742 424 0 2 2 2 2 42 142 242 742 4 5 OCAAAA IQAAAA AAAAxx -451 425 1 3 1 11 1 51 51 451 451 2 3 JRAAAA JQAAAA HHHHxx -991 426 1 3 1 11 1 91 191 491 991 2 3 DMAAAA KQAAAA OOOOxx -301 427 1 1 1 1 1 1 101 301 301 2 3 PLAAAA LQAAAA VVVVxx -510 428 0 2 0 10 0 10 110 10 510 0 1 QTAAAA MQAAAA AAAAxx -299 429 1 3 9 19 9 99 99 299 299 18 19 NLAAAA NQAAAA HHHHxx -961 430 1 1 1 1 1 61 161 461 961 2 3 ZKAAAA OQAAAA OOOOxx -3 431 1 3 3 3 3 3 3 3 3 6 7 DAAAAA PQAAAA VVVVxx -106 432 0 2 6 6 6 6 106 106 106 12 13 CEAAAA QQAAAA AAAAxx -591 433 1 3 1 11 1 91 191 91 591 2 3 TWAAAA RQAAAA HHHHxx -700 434 0 0 0 0 0 0 100 200 700 0 1 YAAAAA SQAAAA OOOOxx -841 435 1 1 1 1 1 41 41 341 841 2 3 JGAAAA TQAAAA VVVVxx -829 436 1 1 9 9 9 29 29 329 829 18 19 XFAAAA UQAAAA AAAAxx -508 437 0 0 8 8 8 8 108 8 508 16 17 OTAAAA VQAAAA HHHHxx -750 438 0 2 0 10 0 50 150 250 750 0 1 WCAAAA WQAAAA OOOOxx -665 439 1 1 5 5 5 65 65 165 665 10 11 PZAAAA XQAAAA VVVVxx -157 440 1 1 7 17 7 57 157 157 157 14 15 BGAAAA YQAAAA AAAAxx -694 441 0 2 4 14 4 94 94 194 694 8 9 SAAAAA ZQAAAA HHHHxx -176 442 0 0 6 16 6 76 176 176 176 12 13 UGAAAA ARAAAA OOOOxx -950 443 0 2 0 10 0 50 150 450 950 0 1 OKAAAA BRAAAA VVVVxx -970 444 0 2 0 10 0 70 170 470 970 0 1 ILAAAA CRAAAA AAAAxx -496 445 0 0 6 16 6 96 96 496 496 12 13 CTAAAA DRAAAA HHHHxx -429 446 1 1 9 9 9 29 29 429 429 18 19 NQAAAA ERAAAA OOOOxx -907 447 1 3 7 7 7 7 107 407 907 14 15 XIAAAA FRAAAA VVVVxx -72 448 0 0 2 12 2 72 72 72 72 4 5 UCAAAA GRAAAA AAAAxx -186 449 0 2 6 6 6 86 186 186 186 12 13 EHAAAA HRAAAA HHHHxx -713 450 1 1 3 13 3 13 113 213 713 6 7 LBAAAA IRAAAA OOOOxx -432 451 0 0 2 12 2 32 32 432 432 4 5 QQAAAA JRAAAA VVVVxx -735 452 1 3 5 15 5 35 135 235 735 10 11 HCAAAA KRAAAA AAAAxx -516 453 0 0 6 16 6 16 116 16 516 12 13 WTAAAA LRAAAA HHHHxx -964 454 0 0 4 4 4 64 164 464 964 8 9 CLAAAA MRAAAA OOOOxx -840 455 0 0 0 0 0 40 40 340 840 0 1 IGAAAA NRAAAA VVVVxx -550 456 0 2 0 10 0 50 150 50 550 0 1 EVAAAA ORAAAA AAAAxx -360 457 0 0 0 0 0 60 160 360 360 0 1 WNAAAA PRAAAA HHHHxx -827 458 1 3 7 7 7 27 27 327 827 14 15 VFAAAA QRAAAA OOOOxx -959 459 1 3 9 19 9 59 159 459 959 18 19 XKAAAA RRAAAA VVVVxx -454 460 0 2 4 14 4 54 54 454 454 8 9 MRAAAA SRAAAA AAAAxx -819 461 1 3 9 19 9 19 19 319 819 18 19 NFAAAA TRAAAA HHHHxx -745 462 1 1 5 5 5 45 145 245 745 10 11 RCAAAA URAAAA OOOOxx -279 463 1 3 9 19 9 79 79 279 279 18 19 TKAAAA VRAAAA VVVVxx -426 464 0 2 6 6 6 26 26 426 426 12 13 KQAAAA WRAAAA AAAAxx -70 465 0 2 0 10 0 70 70 70 70 0 1 SCAAAA XRAAAA HHHHxx -637 466 1 1 7 17 7 37 37 137 637 14 15 NYAAAA YRAAAA OOOOxx -417 467 1 1 7 17 7 17 17 417 417 14 15 BQAAAA ZRAAAA VVVVxx -586 468 0 2 6 6 6 86 186 86 586 12 13 OWAAAA ASAAAA AAAAxx -314 469 0 2 4 14 4 14 114 314 314 8 9 CMAAAA BSAAAA HHHHxx -101 470 1 1 1 1 1 1 101 101 101 2 3 XDAAAA CSAAAA OOOOxx -205 471 1 1 5 5 5 5 5 205 205 10 11 XHAAAA DSAAAA VVVVxx -969 472 1 1 9 9 9 69 169 469 969 18 19 HLAAAA ESAAAA AAAAxx -217 473 1 1 7 17 7 17 17 217 217 14 15 JIAAAA FSAAAA HHHHxx -281 474 1 1 1 1 1 81 81 281 281 2 3 VKAAAA GSAAAA OOOOxx -984 475 0 0 4 4 4 84 184 484 984 8 9 WLAAAA HSAAAA VVVVxx -366 476 0 2 6 6 6 66 166 366 366 12 13 COAAAA ISAAAA AAAAxx -483 477 1 3 3 3 3 83 83 483 483 6 7 PSAAAA JSAAAA HHHHxx -838 478 0 2 8 18 8 38 38 338 838 16 17 GGAAAA KSAAAA OOOOxx -64 479 0 0 4 4 4 64 64 64 64 8 9 MCAAAA LSAAAA VVVVxx -981 480 1 1 1 1 1 81 181 481 981 2 3 TLAAAA MSAAAA AAAAxx -538 481 0 2 8 18 8 38 138 38 538 16 17 SUAAAA NSAAAA HHHHxx -39 482 1 3 9 19 9 39 39 39 39 18 19 NBAAAA OSAAAA OOOOxx -60 483 0 0 0 0 0 60 60 60 60 0 1 ICAAAA PSAAAA VVVVxx -874 484 0 2 4 14 4 74 74 374 874 8 9 QHAAAA QSAAAA AAAAxx -955 485 1 3 5 15 5 55 155 455 955 10 11 TKAAAA RSAAAA HHHHxx -347 486 1 3 7 7 7 47 147 347 347 14 15 JNAAAA SSAAAA OOOOxx -227 487 1 3 7 7 7 27 27 227 227 14 15 TIAAAA TSAAAA VVVVxx -44 488 0 0 4 4 4 44 44 44 44 8 9 SBAAAA USAAAA AAAAxx -446 489 0 2 6 6 6 46 46 446 446 12 13 ERAAAA VSAAAA HHHHxx -605 490 1 1 5 5 5 5 5 105 605 10 11 HXAAAA WSAAAA OOOOxx -570 491 0 2 0 10 0 70 170 70 570 0 1 YVAAAA XSAAAA VVVVxx -895 492 1 3 5 15 5 95 95 395 895 10 11 LIAAAA YSAAAA AAAAxx -760 493 0 0 0 0 0 60 160 260 760 0 1 GDAAAA ZSAAAA HHHHxx -428 494 0 0 8 8 8 28 28 428 428 16 17 MQAAAA ATAAAA OOOOxx -628 495 0 0 8 8 8 28 28 128 628 16 17 EYAAAA BTAAAA VVVVxx -933 496 1 1 3 13 3 33 133 433 933 6 7 XJAAAA CTAAAA AAAAxx -263 497 1 3 3 3 3 63 63 263 263 6 7 DKAAAA DTAAAA HHHHxx -729 498 1 1 9 9 9 29 129 229 729 18 19 BCAAAA ETAAAA OOOOxx -860 499 0 0 0 0 0 60 60 360 860 0 1 CHAAAA FTAAAA VVVVxx -76 500 0 0 6 16 6 76 76 76 76 12 13 YCAAAA GTAAAA AAAAxx -293 501 1 1 3 13 3 93 93 293 293 6 7 HLAAAA HTAAAA HHHHxx -296 502 0 0 6 16 6 96 96 296 296 12 13 KLAAAA ITAAAA OOOOxx -124 503 0 0 4 4 4 24 124 124 124 8 9 UEAAAA JTAAAA VVVVxx -568 504 0 0 8 8 8 68 168 68 568 16 17 WVAAAA KTAAAA AAAAxx -337 505 1 1 7 17 7 37 137 337 337 14 15 ZMAAAA LTAAAA HHHHxx -464 506 0 0 4 4 4 64 64 464 464 8 9 WRAAAA MTAAAA OOOOxx -582 507 0 2 2 2 2 82 182 82 582 4 5 KWAAAA NTAAAA VVVVxx -207 508 1 3 7 7 7 7 7 207 207 14 15 ZHAAAA OTAAAA AAAAxx -518 509 0 2 8 18 8 18 118 18 518 16 17 YTAAAA PTAAAA HHHHxx -513 510 1 1 3 13 3 13 113 13 513 6 7 TTAAAA QTAAAA OOOOxx -127 511 1 3 7 7 7 27 127 127 127 14 15 XEAAAA RTAAAA VVVVxx -396 512 0 0 6 16 6 96 196 396 396 12 13 GPAAAA STAAAA AAAAxx -781 513 1 1 1 1 1 81 181 281 781 2 3 BEAAAA TTAAAA HHHHxx -233 514 1 1 3 13 3 33 33 233 233 6 7 ZIAAAA UTAAAA OOOOxx -709 515 1 1 9 9 9 9 109 209 709 18 19 HBAAAA VTAAAA VVVVxx -325 516 1 1 5 5 5 25 125 325 325 10 11 NMAAAA WTAAAA AAAAxx -143 517 1 3 3 3 3 43 143 143 143 6 7 NFAAAA XTAAAA HHHHxx -824 518 0 0 4 4 4 24 24 324 824 8 9 SFAAAA YTAAAA OOOOxx -122 519 0 2 2 2 2 22 122 122 122 4 5 SEAAAA ZTAAAA VVVVxx -10 520 0 2 0 10 0 10 10 10 10 0 1 KAAAAA AUAAAA AAAAxx -41 521 1 1 1 1 1 41 41 41 41 2 3 PBAAAA BUAAAA HHHHxx -618 522 0 2 8 18 8 18 18 118 618 16 17 UXAAAA CUAAAA OOOOxx -161 523 1 1 1 1 1 61 161 161 161 2 3 FGAAAA DUAAAA VVVVxx -801 524 1 1 1 1 1 1 1 301 801 2 3 VEAAAA EUAAAA AAAAxx -768 525 0 0 8 8 8 68 168 268 768 16 17 ODAAAA FUAAAA HHHHxx -642 526 0 2 2 2 2 42 42 142 642 4 5 SYAAAA GUAAAA OOOOxx -803 527 1 3 3 3 3 3 3 303 803 6 7 XEAAAA HUAAAA VVVVxx -317 528 1 1 7 17 7 17 117 317 317 14 15 FMAAAA IUAAAA AAAAxx -938 529 0 2 8 18 8 38 138 438 938 16 17 CKAAAA JUAAAA HHHHxx -649 530 1 1 9 9 9 49 49 149 649 18 19 ZYAAAA KUAAAA OOOOxx -738 531 0 2 8 18 8 38 138 238 738 16 17 KCAAAA LUAAAA VVVVxx -344 532 0 0 4 4 4 44 144 344 344 8 9 GNAAAA MUAAAA AAAAxx -399 533 1 3 9 19 9 99 199 399 399 18 19 JPAAAA NUAAAA HHHHxx -609 534 1 1 9 9 9 9 9 109 609 18 19 LXAAAA OUAAAA OOOOxx -677 535 1 1 7 17 7 77 77 177 677 14 15 BAAAAA PUAAAA VVVVxx -478 536 0 2 8 18 8 78 78 478 478 16 17 KSAAAA QUAAAA AAAAxx -452 537 0 0 2 12 2 52 52 452 452 4 5 KRAAAA RUAAAA HHHHxx -261 538 1 1 1 1 1 61 61 261 261 2 3 BKAAAA SUAAAA OOOOxx -449 539 1 1 9 9 9 49 49 449 449 18 19 HRAAAA TUAAAA VVVVxx -433 540 1 1 3 13 3 33 33 433 433 6 7 RQAAAA UUAAAA AAAAxx -5 541 1 1 5 5 5 5 5 5 5 10 11 FAAAAA VUAAAA HHHHxx -664 542 0 0 4 4 4 64 64 164 664 8 9 OZAAAA WUAAAA OOOOxx -887 543 1 3 7 7 7 87 87 387 887 14 15 DIAAAA XUAAAA VVVVxx -546 544 0 2 6 6 6 46 146 46 546 12 13 AVAAAA YUAAAA AAAAxx -253 545 1 1 3 13 3 53 53 253 253 6 7 TJAAAA ZUAAAA HHHHxx -235 546 1 3 5 15 5 35 35 235 235 10 11 BJAAAA AVAAAA OOOOxx -258 547 0 2 8 18 8 58 58 258 258 16 17 YJAAAA BVAAAA VVVVxx -621 548 1 1 1 1 1 21 21 121 621 2 3 XXAAAA CVAAAA AAAAxx -998 549 0 2 8 18 8 98 198 498 998 16 17 KMAAAA DVAAAA HHHHxx -236 550 0 0 6 16 6 36 36 236 236 12 13 CJAAAA EVAAAA OOOOxx -537 551 1 1 7 17 7 37 137 37 537 14 15 RUAAAA FVAAAA VVVVxx -769 552 1 1 9 9 9 69 169 269 769 18 19 PDAAAA GVAAAA AAAAxx -921 553 1 1 1 1 1 21 121 421 921 2 3 LJAAAA HVAAAA HHHHxx -951 554 1 3 1 11 1 51 151 451 951 2 3 PKAAAA IVAAAA OOOOxx -240 555 0 0 0 0 0 40 40 240 240 0 1 GJAAAA JVAAAA VVVVxx -644 556 0 0 4 4 4 44 44 144 644 8 9 UYAAAA KVAAAA AAAAxx -352 557 0 0 2 12 2 52 152 352 352 4 5 ONAAAA LVAAAA HHHHxx -613 558 1 1 3 13 3 13 13 113 613 6 7 PXAAAA MVAAAA OOOOxx -784 559 0 0 4 4 4 84 184 284 784 8 9 EEAAAA NVAAAA VVVVxx -61 560 1 1 1 1 1 61 61 61 61 2 3 JCAAAA OVAAAA AAAAxx -144 561 0 0 4 4 4 44 144 144 144 8 9 OFAAAA PVAAAA HHHHxx -94 562 0 2 4 14 4 94 94 94 94 8 9 QDAAAA QVAAAA OOOOxx -270 563 0 2 0 10 0 70 70 270 270 0 1 KKAAAA RVAAAA VVVVxx -942 564 0 2 2 2 2 42 142 442 942 4 5 GKAAAA SVAAAA AAAAxx -756 565 0 0 6 16 6 56 156 256 756 12 13 CDAAAA TVAAAA HHHHxx -321 566 1 1 1 1 1 21 121 321 321 2 3 JMAAAA UVAAAA OOOOxx -36 567 0 0 6 16 6 36 36 36 36 12 13 KBAAAA VVAAAA VVVVxx -232 568 0 0 2 12 2 32 32 232 232 4 5 YIAAAA WVAAAA AAAAxx -430 569 0 2 0 10 0 30 30 430 430 0 1 OQAAAA XVAAAA HHHHxx -177 570 1 1 7 17 7 77 177 177 177 14 15 VGAAAA YVAAAA OOOOxx -220 571 0 0 0 0 0 20 20 220 220 0 1 MIAAAA ZVAAAA VVVVxx -109 572 1 1 9 9 9 9 109 109 109 18 19 FEAAAA AWAAAA AAAAxx -419 573 1 3 9 19 9 19 19 419 419 18 19 DQAAAA BWAAAA HHHHxx -135 574 1 3 5 15 5 35 135 135 135 10 11 FFAAAA CWAAAA OOOOxx -610 575 0 2 0 10 0 10 10 110 610 0 1 MXAAAA DWAAAA VVVVxx -956 576 0 0 6 16 6 56 156 456 956 12 13 UKAAAA EWAAAA AAAAxx -626 577 0 2 6 6 6 26 26 126 626 12 13 CYAAAA FWAAAA HHHHxx -375 578 1 3 5 15 5 75 175 375 375 10 11 LOAAAA GWAAAA OOOOxx -976 579 0 0 6 16 6 76 176 476 976 12 13 OLAAAA HWAAAA VVVVxx -152 580 0 0 2 12 2 52 152 152 152 4 5 WFAAAA IWAAAA AAAAxx -308 581 0 0 8 8 8 8 108 308 308 16 17 WLAAAA JWAAAA HHHHxx -445 582 1 1 5 5 5 45 45 445 445 10 11 DRAAAA KWAAAA OOOOxx -326 583 0 2 6 6 6 26 126 326 326 12 13 OMAAAA LWAAAA VVVVxx -422 584 0 2 2 2 2 22 22 422 422 4 5 GQAAAA MWAAAA AAAAxx -972 585 0 0 2 12 2 72 172 472 972 4 5 KLAAAA NWAAAA HHHHxx -45 586 1 1 5 5 5 45 45 45 45 10 11 TBAAAA OWAAAA OOOOxx -725 587 1 1 5 5 5 25 125 225 725 10 11 XBAAAA PWAAAA VVVVxx -753 588 1 1 3 13 3 53 153 253 753 6 7 ZCAAAA QWAAAA AAAAxx -493 589 1 1 3 13 3 93 93 493 493 6 7 ZSAAAA RWAAAA HHHHxx -601 590 1 1 1 1 1 1 1 101 601 2 3 DXAAAA SWAAAA OOOOxx -463 591 1 3 3 3 3 63 63 463 463 6 7 VRAAAA TWAAAA VVVVxx -303 592 1 3 3 3 3 3 103 303 303 6 7 RLAAAA UWAAAA AAAAxx -59 593 1 3 9 19 9 59 59 59 59 18 19 HCAAAA VWAAAA HHHHxx -595 594 1 3 5 15 5 95 195 95 595 10 11 XWAAAA WWAAAA OOOOxx -807 595 1 3 7 7 7 7 7 307 807 14 15 BFAAAA XWAAAA VVVVxx -424 596 0 0 4 4 4 24 24 424 424 8 9 IQAAAA YWAAAA AAAAxx -521 597 1 1 1 1 1 21 121 21 521 2 3 BUAAAA ZWAAAA HHHHxx -341 598 1 1 1 1 1 41 141 341 341 2 3 DNAAAA AXAAAA OOOOxx -571 599 1 3 1 11 1 71 171 71 571 2 3 ZVAAAA BXAAAA VVVVxx -165 600 1 1 5 5 5 65 165 165 165 10 11 JGAAAA CXAAAA AAAAxx -908 601 0 0 8 8 8 8 108 408 908 16 17 YIAAAA DXAAAA HHHHxx -351 602 1 3 1 11 1 51 151 351 351 2 3 NNAAAA EXAAAA OOOOxx -334 603 0 2 4 14 4 34 134 334 334 8 9 WMAAAA FXAAAA VVVVxx -636 604 0 0 6 16 6 36 36 136 636 12 13 MYAAAA GXAAAA AAAAxx -138 605 0 2 8 18 8 38 138 138 138 16 17 IFAAAA HXAAAA HHHHxx -438 606 0 2 8 18 8 38 38 438 438 16 17 WQAAAA IXAAAA OOOOxx -391 607 1 3 1 11 1 91 191 391 391 2 3 BPAAAA JXAAAA VVVVxx -395 608 1 3 5 15 5 95 195 395 395 10 11 FPAAAA KXAAAA AAAAxx -502 609 0 2 2 2 2 2 102 2 502 4 5 ITAAAA LXAAAA HHHHxx -85 610 1 1 5 5 5 85 85 85 85 10 11 HDAAAA MXAAAA OOOOxx -786 611 0 2 6 6 6 86 186 286 786 12 13 GEAAAA NXAAAA VVVVxx -619 612 1 3 9 19 9 19 19 119 619 18 19 VXAAAA OXAAAA AAAAxx -440 613 0 0 0 0 0 40 40 440 440 0 1 YQAAAA PXAAAA HHHHxx -949 614 1 1 9 9 9 49 149 449 949 18 19 NKAAAA QXAAAA OOOOxx -691 615 1 3 1 11 1 91 91 191 691 2 3 PAAAAA RXAAAA VVVVxx -348 616 0 0 8 8 8 48 148 348 348 16 17 KNAAAA SXAAAA AAAAxx -506 617 0 2 6 6 6 6 106 6 506 12 13 MTAAAA TXAAAA HHHHxx -192 618 0 0 2 12 2 92 192 192 192 4 5 KHAAAA UXAAAA OOOOxx -369 619 1 1 9 9 9 69 169 369 369 18 19 FOAAAA VXAAAA VVVVxx -311 620 1 3 1 11 1 11 111 311 311 2 3 ZLAAAA WXAAAA AAAAxx -273 621 1 1 3 13 3 73 73 273 273 6 7 NKAAAA XXAAAA HHHHxx -770 622 0 2 0 10 0 70 170 270 770 0 1 QDAAAA YXAAAA OOOOxx -191 623 1 3 1 11 1 91 191 191 191 2 3 JHAAAA ZXAAAA VVVVxx -90 624 0 2 0 10 0 90 90 90 90 0 1 MDAAAA AYAAAA AAAAxx -163 625 1 3 3 3 3 63 163 163 163 6 7 HGAAAA BYAAAA HHHHxx -350 626 0 2 0 10 0 50 150 350 350 0 1 MNAAAA CYAAAA OOOOxx -55 627 1 3 5 15 5 55 55 55 55 10 11 DCAAAA DYAAAA VVVVxx -488 628 0 0 8 8 8 88 88 488 488 16 17 USAAAA EYAAAA AAAAxx -215 629 1 3 5 15 5 15 15 215 215 10 11 HIAAAA FYAAAA HHHHxx -732 630 0 0 2 12 2 32 132 232 732 4 5 ECAAAA GYAAAA OOOOxx -688 631 0 0 8 8 8 88 88 188 688 16 17 MAAAAA HYAAAA VVVVxx -520 632 0 0 0 0 0 20 120 20 520 0 1 AUAAAA IYAAAA AAAAxx -62 633 0 2 2 2 2 62 62 62 62 4 5 KCAAAA JYAAAA HHHHxx -423 634 1 3 3 3 3 23 23 423 423 6 7 HQAAAA KYAAAA OOOOxx -242 635 0 2 2 2 2 42 42 242 242 4 5 IJAAAA LYAAAA VVVVxx -193 636 1 1 3 13 3 93 193 193 193 6 7 LHAAAA MYAAAA AAAAxx -648 637 0 0 8 8 8 48 48 148 648 16 17 YYAAAA NYAAAA HHHHxx -459 638 1 3 9 19 9 59 59 459 459 18 19 RRAAAA OYAAAA OOOOxx -196 639 0 0 6 16 6 96 196 196 196 12 13 OHAAAA PYAAAA VVVVxx -476 640 0 0 6 16 6 76 76 476 476 12 13 ISAAAA QYAAAA AAAAxx -903 641 1 3 3 3 3 3 103 403 903 6 7 TIAAAA RYAAAA HHHHxx -974 642 0 2 4 14 4 74 174 474 974 8 9 MLAAAA SYAAAA OOOOxx -603 643 1 3 3 3 3 3 3 103 603 6 7 FXAAAA TYAAAA VVVVxx -12 644 0 0 2 12 2 12 12 12 12 4 5 MAAAAA UYAAAA AAAAxx -599 645 1 3 9 19 9 99 199 99 599 18 19 BXAAAA VYAAAA HHHHxx -914 646 0 2 4 14 4 14 114 414 914 8 9 EJAAAA WYAAAA OOOOxx -7 647 1 3 7 7 7 7 7 7 7 14 15 HAAAAA XYAAAA VVVVxx -213 648 1 1 3 13 3 13 13 213 213 6 7 FIAAAA YYAAAA AAAAxx -174 649 0 2 4 14 4 74 174 174 174 8 9 SGAAAA ZYAAAA HHHHxx -392 650 0 0 2 12 2 92 192 392 392 4 5 CPAAAA AZAAAA OOOOxx -674 651 0 2 4 14 4 74 74 174 674 8 9 YZAAAA BZAAAA VVVVxx -650 652 0 2 0 10 0 50 50 150 650 0 1 AZAAAA CZAAAA AAAAxx -8 653 0 0 8 8 8 8 8 8 8 16 17 IAAAAA DZAAAA HHHHxx -492 654 0 0 2 12 2 92 92 492 492 4 5 YSAAAA EZAAAA OOOOxx -322 655 0 2 2 2 2 22 122 322 322 4 5 KMAAAA FZAAAA VVVVxx -315 656 1 3 5 15 5 15 115 315 315 10 11 DMAAAA GZAAAA AAAAxx -380 657 0 0 0 0 0 80 180 380 380 0 1 QOAAAA HZAAAA HHHHxx -353 658 1 1 3 13 3 53 153 353 353 6 7 PNAAAA IZAAAA OOOOxx -892 659 0 0 2 12 2 92 92 392 892 4 5 IIAAAA JZAAAA VVVVxx -932 660 0 0 2 12 2 32 132 432 932 4 5 WJAAAA KZAAAA AAAAxx -993 661 1 1 3 13 3 93 193 493 993 6 7 FMAAAA LZAAAA HHHHxx -859 662 1 3 9 19 9 59 59 359 859 18 19 BHAAAA MZAAAA OOOOxx -806 663 0 2 6 6 6 6 6 306 806 12 13 AFAAAA NZAAAA VVVVxx -145 664 1 1 5 5 5 45 145 145 145 10 11 PFAAAA OZAAAA AAAAxx -373 665 1 1 3 13 3 73 173 373 373 6 7 JOAAAA PZAAAA HHHHxx -418 666 0 2 8 18 8 18 18 418 418 16 17 CQAAAA QZAAAA OOOOxx -865 667 1 1 5 5 5 65 65 365 865 10 11 HHAAAA RZAAAA VVVVxx -462 668 0 2 2 2 2 62 62 462 462 4 5 URAAAA SZAAAA AAAAxx -24 669 0 0 4 4 4 24 24 24 24 8 9 YAAAAA TZAAAA HHHHxx -920 670 0 0 0 0 0 20 120 420 920 0 1 KJAAAA UZAAAA OOOOxx -672 671 0 0 2 12 2 72 72 172 672 4 5 WZAAAA VZAAAA VVVVxx -92 672 0 0 2 12 2 92 92 92 92 4 5 ODAAAA WZAAAA AAAAxx -721 673 1 1 1 1 1 21 121 221 721 2 3 TBAAAA XZAAAA HHHHxx -646 674 0 2 6 6 6 46 46 146 646 12 13 WYAAAA YZAAAA OOOOxx -910 675 0 2 0 10 0 10 110 410 910 0 1 AJAAAA ZZAAAA VVVVxx -909 676 1 1 9 9 9 9 109 409 909 18 19 ZIAAAA AABAAA AAAAxx -630 677 0 2 0 10 0 30 30 130 630 0 1 GYAAAA BABAAA HHHHxx -482 678 0 2 2 2 2 82 82 482 482 4 5 OSAAAA CABAAA OOOOxx -559 679 1 3 9 19 9 59 159 59 559 18 19 NVAAAA DABAAA VVVVxx -853 680 1 1 3 13 3 53 53 353 853 6 7 VGAAAA EABAAA AAAAxx -141 681 1 1 1 1 1 41 141 141 141 2 3 LFAAAA FABAAA HHHHxx -266 682 0 2 6 6 6 66 66 266 266 12 13 GKAAAA GABAAA OOOOxx -835 683 1 3 5 15 5 35 35 335 835 10 11 DGAAAA HABAAA VVVVxx -164 684 0 0 4 4 4 64 164 164 164 8 9 IGAAAA IABAAA AAAAxx -629 685 1 1 9 9 9 29 29 129 629 18 19 FYAAAA JABAAA HHHHxx -203 686 1 3 3 3 3 3 3 203 203 6 7 VHAAAA KABAAA OOOOxx -411 687 1 3 1 11 1 11 11 411 411 2 3 VPAAAA LABAAA VVVVxx -930 688 0 2 0 10 0 30 130 430 930 0 1 UJAAAA MABAAA AAAAxx -435 689 1 3 5 15 5 35 35 435 435 10 11 TQAAAA NABAAA HHHHxx -563 690 1 3 3 3 3 63 163 63 563 6 7 RVAAAA OABAAA OOOOxx -960 691 0 0 0 0 0 60 160 460 960 0 1 YKAAAA PABAAA VVVVxx -733 692 1 1 3 13 3 33 133 233 733 6 7 FCAAAA QABAAA AAAAxx -967 693 1 3 7 7 7 67 167 467 967 14 15 FLAAAA RABAAA HHHHxx -668 694 0 0 8 8 8 68 68 168 668 16 17 SZAAAA SABAAA OOOOxx -994 695 0 2 4 14 4 94 194 494 994 8 9 GMAAAA TABAAA VVVVxx -129 696 1 1 9 9 9 29 129 129 129 18 19 ZEAAAA UABAAA AAAAxx -954 697 0 2 4 14 4 54 154 454 954 8 9 SKAAAA VABAAA HHHHxx -68 698 0 0 8 8 8 68 68 68 68 16 17 QCAAAA WABAAA OOOOxx -79 699 1 3 9 19 9 79 79 79 79 18 19 BDAAAA XABAAA VVVVxx -121 700 1 1 1 1 1 21 121 121 121 2 3 REAAAA YABAAA AAAAxx -740 701 0 0 0 0 0 40 140 240 740 0 1 MCAAAA ZABAAA HHHHxx -902 702 0 2 2 2 2 2 102 402 902 4 5 SIAAAA ABBAAA OOOOxx -695 703 1 3 5 15 5 95 95 195 695 10 11 TAAAAA BBBAAA VVVVxx -455 704 1 3 5 15 5 55 55 455 455 10 11 NRAAAA CBBAAA AAAAxx -89 705 1 1 9 9 9 89 89 89 89 18 19 LDAAAA DBBAAA HHHHxx -893 706 1 1 3 13 3 93 93 393 893 6 7 JIAAAA EBBAAA OOOOxx -202 707 0 2 2 2 2 2 2 202 202 4 5 UHAAAA FBBAAA VVVVxx -132 708 0 0 2 12 2 32 132 132 132 4 5 CFAAAA GBBAAA AAAAxx -782 709 0 2 2 2 2 82 182 282 782 4 5 CEAAAA HBBAAA HHHHxx -512 710 0 0 2 12 2 12 112 12 512 4 5 STAAAA IBBAAA OOOOxx -857 711 1 1 7 17 7 57 57 357 857 14 15 ZGAAAA JBBAAA VVVVxx -248 712 0 0 8 8 8 48 48 248 248 16 17 OJAAAA KBBAAA AAAAxx -858 713 0 2 8 18 8 58 58 358 858 16 17 AHAAAA LBBAAA HHHHxx -527 714 1 3 7 7 7 27 127 27 527 14 15 HUAAAA MBBAAA OOOOxx -450 715 0 2 0 10 0 50 50 450 450 0 1 IRAAAA NBBAAA VVVVxx -712 716 0 0 2 12 2 12 112 212 712 4 5 KBAAAA OBBAAA AAAAxx -153 717 1 1 3 13 3 53 153 153 153 6 7 XFAAAA PBBAAA HHHHxx -587 718 1 3 7 7 7 87 187 87 587 14 15 PWAAAA QBBAAA OOOOxx -593 719 1 1 3 13 3 93 193 93 593 6 7 VWAAAA RBBAAA VVVVxx -249 720 1 1 9 9 9 49 49 249 249 18 19 PJAAAA SBBAAA AAAAxx -128 721 0 0 8 8 8 28 128 128 128 16 17 YEAAAA TBBAAA HHHHxx -675 722 1 3 5 15 5 75 75 175 675 10 11 ZZAAAA UBBAAA OOOOxx -929 723 1 1 9 9 9 29 129 429 929 18 19 TJAAAA VBBAAA VVVVxx -156 724 0 0 6 16 6 56 156 156 156 12 13 AGAAAA WBBAAA AAAAxx -415 725 1 3 5 15 5 15 15 415 415 10 11 ZPAAAA XBBAAA HHHHxx -28 726 0 0 8 8 8 28 28 28 28 16 17 CBAAAA YBBAAA OOOOxx -18 727 0 2 8 18 8 18 18 18 18 16 17 SAAAAA ZBBAAA VVVVxx -255 728 1 3 5 15 5 55 55 255 255 10 11 VJAAAA ACBAAA AAAAxx -793 729 1 1 3 13 3 93 193 293 793 6 7 NEAAAA BCBAAA HHHHxx -554 730 0 2 4 14 4 54 154 54 554 8 9 IVAAAA CCBAAA OOOOxx -467 731 1 3 7 7 7 67 67 467 467 14 15 ZRAAAA DCBAAA VVVVxx -410 732 0 2 0 10 0 10 10 410 410 0 1 UPAAAA ECBAAA AAAAxx -651 733 1 3 1 11 1 51 51 151 651 2 3 BZAAAA FCBAAA HHHHxx -287 734 1 3 7 7 7 87 87 287 287 14 15 BLAAAA GCBAAA OOOOxx -640 735 0 0 0 0 0 40 40 140 640 0 1 QYAAAA HCBAAA VVVVxx -245 736 1 1 5 5 5 45 45 245 245 10 11 LJAAAA ICBAAA AAAAxx -21 737 1 1 1 1 1 21 21 21 21 2 3 VAAAAA JCBAAA HHHHxx -83 738 1 3 3 3 3 83 83 83 83 6 7 FDAAAA KCBAAA OOOOxx -228 739 0 0 8 8 8 28 28 228 228 16 17 UIAAAA LCBAAA VVVVxx -323 740 1 3 3 3 3 23 123 323 323 6 7 LMAAAA MCBAAA AAAAxx -594 741 0 2 4 14 4 94 194 94 594 8 9 WWAAAA NCBAAA HHHHxx -528 742 0 0 8 8 8 28 128 28 528 16 17 IUAAAA OCBAAA OOOOxx -276 743 0 0 6 16 6 76 76 276 276 12 13 QKAAAA PCBAAA VVVVxx -598 744 0 2 8 18 8 98 198 98 598 16 17 AXAAAA QCBAAA AAAAxx -635 745 1 3 5 15 5 35 35 135 635 10 11 LYAAAA RCBAAA HHHHxx -868 746 0 0 8 8 8 68 68 368 868 16 17 KHAAAA SCBAAA OOOOxx -290 747 0 2 0 10 0 90 90 290 290 0 1 ELAAAA TCBAAA VVVVxx -468 748 0 0 8 8 8 68 68 468 468 16 17 ASAAAA UCBAAA AAAAxx -689 749 1 1 9 9 9 89 89 189 689 18 19 NAAAAA VCBAAA HHHHxx -799 750 1 3 9 19 9 99 199 299 799 18 19 TEAAAA WCBAAA OOOOxx -210 751 0 2 0 10 0 10 10 210 210 0 1 CIAAAA XCBAAA VVVVxx -346 752 0 2 6 6 6 46 146 346 346 12 13 INAAAA YCBAAA AAAAxx -957 753 1 1 7 17 7 57 157 457 957 14 15 VKAAAA ZCBAAA HHHHxx -905 754 1 1 5 5 5 5 105 405 905 10 11 VIAAAA ADBAAA OOOOxx -523 755 1 3 3 3 3 23 123 23 523 6 7 DUAAAA BDBAAA VVVVxx -899 756 1 3 9 19 9 99 99 399 899 18 19 PIAAAA CDBAAA AAAAxx -867 757 1 3 7 7 7 67 67 367 867 14 15 JHAAAA DDBAAA HHHHxx -11 758 1 3 1 11 1 11 11 11 11 2 3 LAAAAA EDBAAA OOOOxx -320 759 0 0 0 0 0 20 120 320 320 0 1 IMAAAA FDBAAA VVVVxx -766 760 0 2 6 6 6 66 166 266 766 12 13 MDAAAA GDBAAA AAAAxx -84 761 0 0 4 4 4 84 84 84 84 8 9 GDAAAA HDBAAA HHHHxx -507 762 1 3 7 7 7 7 107 7 507 14 15 NTAAAA IDBAAA OOOOxx -471 763 1 3 1 11 1 71 71 471 471 2 3 DSAAAA JDBAAA VVVVxx -517 764 1 1 7 17 7 17 117 17 517 14 15 XTAAAA KDBAAA AAAAxx -234 765 0 2 4 14 4 34 34 234 234 8 9 AJAAAA LDBAAA HHHHxx -988 766 0 0 8 8 8 88 188 488 988 16 17 AMAAAA MDBAAA OOOOxx -473 767 1 1 3 13 3 73 73 473 473 6 7 FSAAAA NDBAAA VVVVxx -66 768 0 2 6 6 6 66 66 66 66 12 13 OCAAAA ODBAAA AAAAxx -530 769 0 2 0 10 0 30 130 30 530 0 1 KUAAAA PDBAAA HHHHxx -834 770 0 2 4 14 4 34 34 334 834 8 9 CGAAAA QDBAAA OOOOxx -894 771 0 2 4 14 4 94 94 394 894 8 9 KIAAAA RDBAAA VVVVxx -481 772 1 1 1 1 1 81 81 481 481 2 3 NSAAAA SDBAAA AAAAxx -280 773 0 0 0 0 0 80 80 280 280 0 1 UKAAAA TDBAAA HHHHxx -705 774 1 1 5 5 5 5 105 205 705 10 11 DBAAAA UDBAAA OOOOxx -218 775 0 2 8 18 8 18 18 218 218 16 17 KIAAAA VDBAAA VVVVxx -560 776 0 0 0 0 0 60 160 60 560 0 1 OVAAAA WDBAAA AAAAxx -123 777 1 3 3 3 3 23 123 123 123 6 7 TEAAAA XDBAAA HHHHxx -289 778 1 1 9 9 9 89 89 289 289 18 19 DLAAAA YDBAAA OOOOxx -189 779 1 1 9 9 9 89 189 189 189 18 19 HHAAAA ZDBAAA VVVVxx -541 780 1 1 1 1 1 41 141 41 541 2 3 VUAAAA AEBAAA AAAAxx -876 781 0 0 6 16 6 76 76 376 876 12 13 SHAAAA BEBAAA HHHHxx -504 782 0 0 4 4 4 4 104 4 504 8 9 KTAAAA CEBAAA OOOOxx -643 783 1 3 3 3 3 43 43 143 643 6 7 TYAAAA DEBAAA VVVVxx -73 784 1 1 3 13 3 73 73 73 73 6 7 VCAAAA EEBAAA AAAAxx -465 785 1 1 5 5 5 65 65 465 465 10 11 XRAAAA FEBAAA HHHHxx -861 786 1 1 1 1 1 61 61 361 861 2 3 DHAAAA GEBAAA OOOOxx -355 787 1 3 5 15 5 55 155 355 355 10 11 RNAAAA HEBAAA VVVVxx -441 788 1 1 1 1 1 41 41 441 441 2 3 ZQAAAA IEBAAA AAAAxx -219 789 1 3 9 19 9 19 19 219 219 18 19 LIAAAA JEBAAA HHHHxx -839 790 1 3 9 19 9 39 39 339 839 18 19 HGAAAA KEBAAA OOOOxx -271 791 1 3 1 11 1 71 71 271 271 2 3 LKAAAA LEBAAA VVVVxx -212 792 0 0 2 12 2 12 12 212 212 4 5 EIAAAA MEBAAA AAAAxx -904 793 0 0 4 4 4 4 104 404 904 8 9 UIAAAA NEBAAA HHHHxx -244 794 0 0 4 4 4 44 44 244 244 8 9 KJAAAA OEBAAA OOOOxx -751 795 1 3 1 11 1 51 151 251 751 2 3 XCAAAA PEBAAA VVVVxx -944 796 0 0 4 4 4 44 144 444 944 8 9 IKAAAA QEBAAA AAAAxx -305 797 1 1 5 5 5 5 105 305 305 10 11 TLAAAA REBAAA HHHHxx -617 798 1 1 7 17 7 17 17 117 617 14 15 TXAAAA SEBAAA OOOOxx -891 799 1 3 1 11 1 91 91 391 891 2 3 HIAAAA TEBAAA VVVVxx -653 800 1 1 3 13 3 53 53 153 653 6 7 DZAAAA UEBAAA AAAAxx -845 801 1 1 5 5 5 45 45 345 845 10 11 NGAAAA VEBAAA HHHHxx -936 802 0 0 6 16 6 36 136 436 936 12 13 AKAAAA WEBAAA OOOOxx -91 803 1 3 1 11 1 91 91 91 91 2 3 NDAAAA XEBAAA VVVVxx -442 804 0 2 2 2 2 42 42 442 442 4 5 ARAAAA YEBAAA AAAAxx -498 805 0 2 8 18 8 98 98 498 498 16 17 ETAAAA ZEBAAA HHHHxx -987 806 1 3 7 7 7 87 187 487 987 14 15 ZLAAAA AFBAAA OOOOxx -194 807 0 2 4 14 4 94 194 194 194 8 9 MHAAAA BFBAAA VVVVxx -927 808 1 3 7 7 7 27 127 427 927 14 15 RJAAAA CFBAAA AAAAxx -607 809 1 3 7 7 7 7 7 107 607 14 15 JXAAAA DFBAAA HHHHxx -119 810 1 3 9 19 9 19 119 119 119 18 19 PEAAAA EFBAAA OOOOxx -182 811 0 2 2 2 2 82 182 182 182 4 5 AHAAAA FFBAAA VVVVxx -606 812 0 2 6 6 6 6 6 106 606 12 13 IXAAAA GFBAAA AAAAxx -849 813 1 1 9 9 9 49 49 349 849 18 19 RGAAAA HFBAAA HHHHxx -34 814 0 2 4 14 4 34 34 34 34 8 9 IBAAAA IFBAAA OOOOxx -683 815 1 3 3 3 3 83 83 183 683 6 7 HAAAAA JFBAAA VVVVxx -134 816 0 2 4 14 4 34 134 134 134 8 9 EFAAAA KFBAAA AAAAxx -331 817 1 3 1 11 1 31 131 331 331 2 3 TMAAAA LFBAAA HHHHxx -808 818 0 0 8 8 8 8 8 308 808 16 17 CFAAAA MFBAAA OOOOxx -703 819 1 3 3 3 3 3 103 203 703 6 7 BBAAAA NFBAAA VVVVxx -669 820 1 1 9 9 9 69 69 169 669 18 19 TZAAAA OFBAAA AAAAxx -264 821 0 0 4 4 4 64 64 264 264 8 9 EKAAAA PFBAAA HHHHxx -277 822 1 1 7 17 7 77 77 277 277 14 15 RKAAAA QFBAAA OOOOxx -877 823 1 1 7 17 7 77 77 377 877 14 15 THAAAA RFBAAA VVVVxx -783 824 1 3 3 3 3 83 183 283 783 6 7 DEAAAA SFBAAA AAAAxx -791 825 1 3 1 11 1 91 191 291 791 2 3 LEAAAA TFBAAA HHHHxx -171 826 1 3 1 11 1 71 171 171 171 2 3 PGAAAA UFBAAA OOOOxx -564 827 0 0 4 4 4 64 164 64 564 8 9 SVAAAA VFBAAA VVVVxx -230 828 0 2 0 10 0 30 30 230 230 0 1 WIAAAA WFBAAA AAAAxx -881 829 1 1 1 1 1 81 81 381 881 2 3 XHAAAA XFBAAA HHHHxx -890 830 0 2 0 10 0 90 90 390 890 0 1 GIAAAA YFBAAA OOOOxx -374 831 0 2 4 14 4 74 174 374 374 8 9 KOAAAA ZFBAAA VVVVxx -697 832 1 1 7 17 7 97 97 197 697 14 15 VAAAAA AGBAAA AAAAxx -4 833 0 0 4 4 4 4 4 4 4 8 9 EAAAAA BGBAAA HHHHxx -385 834 1 1 5 5 5 85 185 385 385 10 11 VOAAAA CGBAAA OOOOxx -739 835 1 3 9 19 9 39 139 239 739 18 19 LCAAAA DGBAAA VVVVxx -623 836 1 3 3 3 3 23 23 123 623 6 7 ZXAAAA EGBAAA AAAAxx -547 837 1 3 7 7 7 47 147 47 547 14 15 BVAAAA FGBAAA HHHHxx -532 838 0 0 2 12 2 32 132 32 532 4 5 MUAAAA GGBAAA OOOOxx -383 839 1 3 3 3 3 83 183 383 383 6 7 TOAAAA HGBAAA VVVVxx -181 840 1 1 1 1 1 81 181 181 181 2 3 ZGAAAA IGBAAA AAAAxx -327 841 1 3 7 7 7 27 127 327 327 14 15 PMAAAA JGBAAA HHHHxx -701 842 1 1 1 1 1 1 101 201 701 2 3 ZAAAAA KGBAAA OOOOxx -111 843 1 3 1 11 1 11 111 111 111 2 3 HEAAAA LGBAAA VVVVxx -977 844 1 1 7 17 7 77 177 477 977 14 15 PLAAAA MGBAAA AAAAxx -431 845 1 3 1 11 1 31 31 431 431 2 3 PQAAAA NGBAAA HHHHxx -456 846 0 0 6 16 6 56 56 456 456 12 13 ORAAAA OGBAAA OOOOxx -368 847 0 0 8 8 8 68 168 368 368 16 17 EOAAAA PGBAAA VVVVxx -32 848 0 0 2 12 2 32 32 32 32 4 5 GBAAAA QGBAAA AAAAxx -125 849 1 1 5 5 5 25 125 125 125 10 11 VEAAAA RGBAAA HHHHxx -847 850 1 3 7 7 7 47 47 347 847 14 15 PGAAAA SGBAAA OOOOxx -485 851 1 1 5 5 5 85 85 485 485 10 11 RSAAAA TGBAAA VVVVxx -387 852 1 3 7 7 7 87 187 387 387 14 15 XOAAAA UGBAAA AAAAxx -288 853 0 0 8 8 8 88 88 288 288 16 17 CLAAAA VGBAAA HHHHxx -919 854 1 3 9 19 9 19 119 419 919 18 19 JJAAAA WGBAAA OOOOxx -393 855 1 1 3 13 3 93 193 393 393 6 7 DPAAAA XGBAAA VVVVxx -953 856 1 1 3 13 3 53 153 453 953 6 7 RKAAAA YGBAAA AAAAxx -798 857 0 2 8 18 8 98 198 298 798 16 17 SEAAAA ZGBAAA HHHHxx -940 858 0 0 0 0 0 40 140 440 940 0 1 EKAAAA AHBAAA OOOOxx -198 859 0 2 8 18 8 98 198 198 198 16 17 QHAAAA BHBAAA VVVVxx -25 860 1 1 5 5 5 25 25 25 25 10 11 ZAAAAA CHBAAA AAAAxx -190 861 0 2 0 10 0 90 190 190 190 0 1 IHAAAA DHBAAA HHHHxx -820 862 0 0 0 0 0 20 20 320 820 0 1 OFAAAA EHBAAA OOOOxx -15 863 1 3 5 15 5 15 15 15 15 10 11 PAAAAA FHBAAA VVVVxx -427 864 1 3 7 7 7 27 27 427 427 14 15 LQAAAA GHBAAA AAAAxx -349 865 1 1 9 9 9 49 149 349 349 18 19 LNAAAA HHBAAA HHHHxx -785 866 1 1 5 5 5 85 185 285 785 10 11 FEAAAA IHBAAA OOOOxx -340 867 0 0 0 0 0 40 140 340 340 0 1 CNAAAA JHBAAA VVVVxx -292 868 0 0 2 12 2 92 92 292 292 4 5 GLAAAA KHBAAA AAAAxx -17 869 1 1 7 17 7 17 17 17 17 14 15 RAAAAA LHBAAA HHHHxx -985 870 1 1 5 5 5 85 185 485 985 10 11 XLAAAA MHBAAA OOOOxx -645 871 1 1 5 5 5 45 45 145 645 10 11 VYAAAA NHBAAA VVVVxx -631 872 1 3 1 11 1 31 31 131 631 2 3 HYAAAA OHBAAA AAAAxx -761 873 1 1 1 1 1 61 161 261 761 2 3 HDAAAA PHBAAA HHHHxx -707 874 1 3 7 7 7 7 107 207 707 14 15 FBAAAA QHBAAA OOOOxx -776 875 0 0 6 16 6 76 176 276 776 12 13 WDAAAA RHBAAA VVVVxx -856 876 0 0 6 16 6 56 56 356 856 12 13 YGAAAA SHBAAA AAAAxx -978 877 0 2 8 18 8 78 178 478 978 16 17 QLAAAA THBAAA HHHHxx -710 878 0 2 0 10 0 10 110 210 710 0 1 IBAAAA UHBAAA OOOOxx -604 879 0 0 4 4 4 4 4 104 604 8 9 GXAAAA VHBAAA VVVVxx -291 880 1 3 1 11 1 91 91 291 291 2 3 FLAAAA WHBAAA AAAAxx -747 881 1 3 7 7 7 47 147 247 747 14 15 TCAAAA XHBAAA HHHHxx -837 882 1 1 7 17 7 37 37 337 837 14 15 FGAAAA YHBAAA OOOOxx -722 883 0 2 2 2 2 22 122 222 722 4 5 UBAAAA ZHBAAA VVVVxx -925 884 1 1 5 5 5 25 125 425 925 10 11 PJAAAA AIBAAA AAAAxx -49 885 1 1 9 9 9 49 49 49 49 18 19 XBAAAA BIBAAA HHHHxx -832 886 0 0 2 12 2 32 32 332 832 4 5 AGAAAA CIBAAA OOOOxx -336 887 0 0 6 16 6 36 136 336 336 12 13 YMAAAA DIBAAA VVVVxx -185 888 1 1 5 5 5 85 185 185 185 10 11 DHAAAA EIBAAA AAAAxx -434 889 0 2 4 14 4 34 34 434 434 8 9 SQAAAA FIBAAA HHHHxx -284 890 0 0 4 4 4 84 84 284 284 8 9 YKAAAA GIBAAA OOOOxx -812 891 0 0 2 12 2 12 12 312 812 4 5 GFAAAA HIBAAA VVVVxx -810 892 0 2 0 10 0 10 10 310 810 0 1 EFAAAA IIBAAA AAAAxx -252 893 0 0 2 12 2 52 52 252 252 4 5 SJAAAA JIBAAA HHHHxx -965 894 1 1 5 5 5 65 165 465 965 10 11 DLAAAA KIBAAA OOOOxx -110 895 0 2 0 10 0 10 110 110 110 0 1 GEAAAA LIBAAA VVVVxx -698 896 0 2 8 18 8 98 98 198 698 16 17 WAAAAA MIBAAA AAAAxx -283 897 1 3 3 3 3 83 83 283 283 6 7 XKAAAA NIBAAA HHHHxx -533 898 1 1 3 13 3 33 133 33 533 6 7 NUAAAA OIBAAA OOOOxx -662 899 0 2 2 2 2 62 62 162 662 4 5 MZAAAA PIBAAA VVVVxx -329 900 1 1 9 9 9 29 129 329 329 18 19 RMAAAA QIBAAA AAAAxx -250 901 0 2 0 10 0 50 50 250 250 0 1 QJAAAA RIBAAA HHHHxx -407 902 1 3 7 7 7 7 7 407 407 14 15 RPAAAA SIBAAA OOOOxx -823 903 1 3 3 3 3 23 23 323 823 6 7 RFAAAA TIBAAA VVVVxx -852 904 0 0 2 12 2 52 52 352 852 4 5 UGAAAA UIBAAA AAAAxx -871 905 1 3 1 11 1 71 71 371 871 2 3 NHAAAA VIBAAA HHHHxx -118 906 0 2 8 18 8 18 118 118 118 16 17 OEAAAA WIBAAA OOOOxx -912 907 0 0 2 12 2 12 112 412 912 4 5 CJAAAA XIBAAA VVVVxx -458 908 0 2 8 18 8 58 58 458 458 16 17 QRAAAA YIBAAA AAAAxx -926 909 0 2 6 6 6 26 126 426 926 12 13 QJAAAA ZIBAAA HHHHxx -328 910 0 0 8 8 8 28 128 328 328 16 17 QMAAAA AJBAAA OOOOxx -980 911 0 0 0 0 0 80 180 480 980 0 1 SLAAAA BJBAAA VVVVxx -259 912 1 3 9 19 9 59 59 259 259 18 19 ZJAAAA CJBAAA AAAAxx -900 913 0 0 0 0 0 0 100 400 900 0 1 QIAAAA DJBAAA HHHHxx -137 914 1 1 7 17 7 37 137 137 137 14 15 HFAAAA EJBAAA OOOOxx -159 915 1 3 9 19 9 59 159 159 159 18 19 DGAAAA FJBAAA VVVVxx -243 916 1 3 3 3 3 43 43 243 243 6 7 JJAAAA GJBAAA AAAAxx -472 917 0 0 2 12 2 72 72 472 472 4 5 ESAAAA HJBAAA HHHHxx -796 918 0 0 6 16 6 96 196 296 796 12 13 QEAAAA IJBAAA OOOOxx -382 919 0 2 2 2 2 82 182 382 382 4 5 SOAAAA JJBAAA VVVVxx -911 920 1 3 1 11 1 11 111 411 911 2 3 BJAAAA KJBAAA AAAAxx -179 921 1 3 9 19 9 79 179 179 179 18 19 XGAAAA LJBAAA HHHHxx -778 922 0 2 8 18 8 78 178 278 778 16 17 YDAAAA MJBAAA OOOOxx -405 923 1 1 5 5 5 5 5 405 405 10 11 PPAAAA NJBAAA VVVVxx -265 924 1 1 5 5 5 65 65 265 265 10 11 FKAAAA OJBAAA AAAAxx -556 925 0 0 6 16 6 56 156 56 556 12 13 KVAAAA PJBAAA HHHHxx -16 926 0 0 6 16 6 16 16 16 16 12 13 QAAAAA QJBAAA OOOOxx -706 927 0 2 6 6 6 6 106 206 706 12 13 EBAAAA RJBAAA VVVVxx -497 928 1 1 7 17 7 97 97 497 497 14 15 DTAAAA SJBAAA AAAAxx -708 929 0 0 8 8 8 8 108 208 708 16 17 GBAAAA TJBAAA HHHHxx -46 930 0 2 6 6 6 46 46 46 46 12 13 UBAAAA UJBAAA OOOOxx -901 931 1 1 1 1 1 1 101 401 901 2 3 RIAAAA VJBAAA VVVVxx -416 932 0 0 6 16 6 16 16 416 416 12 13 AQAAAA WJBAAA AAAAxx -307 933 1 3 7 7 7 7 107 307 307 14 15 VLAAAA XJBAAA HHHHxx -166 934 0 2 6 6 6 66 166 166 166 12 13 KGAAAA YJBAAA OOOOxx -178 935 0 2 8 18 8 78 178 178 178 16 17 WGAAAA ZJBAAA VVVVxx -499 936 1 3 9 19 9 99 99 499 499 18 19 FTAAAA AKBAAA AAAAxx -257 937 1 1 7 17 7 57 57 257 257 14 15 XJAAAA BKBAAA HHHHxx -342 938 0 2 2 2 2 42 142 342 342 4 5 ENAAAA CKBAAA OOOOxx -850 939 0 2 0 10 0 50 50 350 850 0 1 SGAAAA DKBAAA VVVVxx -313 940 1 1 3 13 3 13 113 313 313 6 7 BMAAAA EKBAAA AAAAxx -831 941 1 3 1 11 1 31 31 331 831 2 3 ZFAAAA FKBAAA HHHHxx -57 942 1 1 7 17 7 57 57 57 57 14 15 FCAAAA GKBAAA OOOOxx -37 943 1 1 7 17 7 37 37 37 37 14 15 LBAAAA HKBAAA VVVVxx -511 944 1 3 1 11 1 11 111 11 511 2 3 RTAAAA IKBAAA AAAAxx -578 945 0 2 8 18 8 78 178 78 578 16 17 GWAAAA JKBAAA HHHHxx -100 946 0 0 0 0 0 0 100 100 100 0 1 WDAAAA KKBAAA OOOOxx -935 947 1 3 5 15 5 35 135 435 935 10 11 ZJAAAA LKBAAA VVVVxx -821 948 1 1 1 1 1 21 21 321 821 2 3 PFAAAA MKBAAA AAAAxx -294 949 0 2 4 14 4 94 94 294 294 8 9 ILAAAA NKBAAA HHHHxx -575 950 1 3 5 15 5 75 175 75 575 10 11 DWAAAA OKBAAA OOOOxx -272 951 0 0 2 12 2 72 72 272 272 4 5 MKAAAA PKBAAA VVVVxx -491 952 1 3 1 11 1 91 91 491 491 2 3 XSAAAA QKBAAA AAAAxx -43 953 1 3 3 3 3 43 43 43 43 6 7 RBAAAA RKBAAA HHHHxx -167 954 1 3 7 7 7 67 167 167 167 14 15 LGAAAA SKBAAA OOOOxx -457 955 1 1 7 17 7 57 57 457 457 14 15 PRAAAA TKBAAA VVVVxx -647 956 1 3 7 7 7 47 47 147 647 14 15 XYAAAA UKBAAA AAAAxx -180 957 0 0 0 0 0 80 180 180 180 0 1 YGAAAA VKBAAA HHHHxx -48 958 0 0 8 8 8 48 48 48 48 16 17 WBAAAA WKBAAA OOOOxx -553 959 1 1 3 13 3 53 153 53 553 6 7 HVAAAA XKBAAA VVVVxx -188 960 0 0 8 8 8 88 188 188 188 16 17 GHAAAA YKBAAA AAAAxx -262 961 0 2 2 2 2 62 62 262 262 4 5 CKAAAA ZKBAAA HHHHxx -728 962 0 0 8 8 8 28 128 228 728 16 17 ACAAAA ALBAAA OOOOxx -581 963 1 1 1 1 1 81 181 81 581 2 3 JWAAAA BLBAAA VVVVxx -937 964 1 1 7 17 7 37 137 437 937 14 15 BKAAAA CLBAAA AAAAxx -370 965 0 2 0 10 0 70 170 370 370 0 1 GOAAAA DLBAAA HHHHxx -590 966 0 2 0 10 0 90 190 90 590 0 1 SWAAAA ELBAAA OOOOxx -421 967 1 1 1 1 1 21 21 421 421 2 3 FQAAAA FLBAAA VVVVxx -693 968 1 1 3 13 3 93 93 193 693 6 7 RAAAAA GLBAAA AAAAxx -906 969 0 2 6 6 6 6 106 406 906 12 13 WIAAAA HLBAAA HHHHxx -802 970 0 2 2 2 2 2 2 302 802 4 5 WEAAAA ILBAAA OOOOxx -38 971 0 2 8 18 8 38 38 38 38 16 17 MBAAAA JLBAAA VVVVxx -790 972 0 2 0 10 0 90 190 290 790 0 1 KEAAAA KLBAAA AAAAxx -726 973 0 2 6 6 6 26 126 226 726 12 13 YBAAAA LLBAAA HHHHxx -23 974 1 3 3 3 3 23 23 23 23 6 7 XAAAAA MLBAAA OOOOxx -641 975 1 1 1 1 1 41 41 141 641 2 3 RYAAAA NLBAAA VVVVxx -524 976 0 0 4 4 4 24 124 24 524 8 9 EUAAAA OLBAAA AAAAxx -169 977 1 1 9 9 9 69 169 169 169 18 19 NGAAAA PLBAAA HHHHxx -6 978 0 2 6 6 6 6 6 6 6 12 13 GAAAAA QLBAAA OOOOxx -943 979 1 3 3 3 3 43 143 443 943 6 7 HKAAAA RLBAAA VVVVxx -26 980 0 2 6 6 6 26 26 26 26 12 13 ABAAAA SLBAAA AAAAxx -469 981 1 1 9 9 9 69 69 469 469 18 19 BSAAAA TLBAAA HHHHxx -968 982 0 0 8 8 8 68 168 468 968 16 17 GLAAAA ULBAAA OOOOxx -947 983 1 3 7 7 7 47 147 447 947 14 15 LKAAAA VLBAAA VVVVxx -133 984 1 1 3 13 3 33 133 133 133 6 7 DFAAAA WLBAAA AAAAxx -52 985 0 0 2 12 2 52 52 52 52 4 5 ACAAAA XLBAAA HHHHxx -660 986 0 0 0 0 0 60 60 160 660 0 1 KZAAAA YLBAAA OOOOxx -780 987 0 0 0 0 0 80 180 280 780 0 1 AEAAAA ZLBAAA VVVVxx -963 988 1 3 3 3 3 63 163 463 963 6 7 BLAAAA AMBAAA AAAAxx -561 989 1 1 1 1 1 61 161 61 561 2 3 PVAAAA BMBAAA HHHHxx -402 990 0 2 2 2 2 2 2 402 402 4 5 MPAAAA CMBAAA OOOOxx -437 991 1 1 7 17 7 37 37 437 437 14 15 VQAAAA DMBAAA VVVVxx -112 992 0 0 2 12 2 12 112 112 112 4 5 IEAAAA EMBAAA AAAAxx -247 993 1 3 7 7 7 47 47 247 247 14 15 NJAAAA FMBAAA HHHHxx -579 994 1 3 9 19 9 79 179 79 579 18 19 HWAAAA GMBAAA OOOOxx -379 995 1 3 9 19 9 79 179 379 379 18 19 POAAAA HMBAAA VVVVxx -74 996 0 2 4 14 4 74 74 74 74 8 9 WCAAAA IMBAAA AAAAxx -744 997 0 0 4 4 4 44 144 244 744 8 9 QCAAAA JMBAAA HHHHxx -0 998 0 0 0 0 0 0 0 0 0 0 1 AAAAAA KMBAAA OOOOxx -278 999 0 2 8 18 8 78 78 278 278 16 17 SKAAAA LMBAAA VVVVxx -\. --- --- Data for Name: onek2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.onek2 (unique1, unique2, two, four, ten, twenty, hundred, thousand, twothousand, fivethous, tenthous, odd, even, stringu1, stringu2, string4) FROM stdin; -147 0 1 3 7 7 7 47 147 147 147 14 15 RFAAAA AAAAAA AAAAxx -931 1 1 3 1 11 1 31 131 431 931 2 3 VJAAAA BAAAAA HHHHxx -714 2 0 2 4 14 4 14 114 214 714 8 9 MBAAAA CAAAAA OOOOxx -711 3 1 3 1 11 1 11 111 211 711 2 3 JBAAAA DAAAAA VVVVxx -883 4 1 3 3 3 3 83 83 383 883 6 7 ZHAAAA EAAAAA AAAAxx -439 5 1 3 9 19 9 39 39 439 439 18 19 XQAAAA FAAAAA HHHHxx -670 6 0 2 0 10 0 70 70 170 670 0 1 UZAAAA GAAAAA OOOOxx -543 7 1 3 3 3 3 43 143 43 543 6 7 XUAAAA HAAAAA VVVVxx -425 8 1 1 5 5 5 25 25 425 425 10 11 JQAAAA IAAAAA AAAAxx -800 9 0 0 0 0 0 0 0 300 800 0 1 UEAAAA JAAAAA HHHHxx -489 10 1 1 9 9 9 89 89 489 489 18 19 VSAAAA KAAAAA OOOOxx -494 11 0 2 4 14 4 94 94 494 494 8 9 ATAAAA LAAAAA VVVVxx -880 12 0 0 0 0 0 80 80 380 880 0 1 WHAAAA MAAAAA AAAAxx -611 13 1 3 1 11 1 11 11 111 611 2 3 NXAAAA NAAAAA HHHHxx -226 14 0 2 6 6 6 26 26 226 226 12 13 SIAAAA OAAAAA OOOOxx -774 15 0 2 4 14 4 74 174 274 774 8 9 UDAAAA PAAAAA VVVVxx -298 16 0 2 8 18 8 98 98 298 298 16 17 MLAAAA QAAAAA AAAAxx -682 17 0 2 2 2 2 82 82 182 682 4 5 GAAAAA RAAAAA HHHHxx -864 18 0 0 4 4 4 64 64 364 864 8 9 GHAAAA SAAAAA OOOOxx -183 19 1 3 3 3 3 83 183 183 183 6 7 BHAAAA TAAAAA VVVVxx -885 20 1 1 5 5 5 85 85 385 885 10 11 BIAAAA UAAAAA AAAAxx -997 21 1 1 7 17 7 97 197 497 997 14 15 JMAAAA VAAAAA HHHHxx -966 22 0 2 6 6 6 66 166 466 966 12 13 ELAAAA WAAAAA OOOOxx -389 23 1 1 9 9 9 89 189 389 389 18 19 ZOAAAA XAAAAA VVVVxx -846 24 0 2 6 6 6 46 46 346 846 12 13 OGAAAA YAAAAA AAAAxx -206 25 0 2 6 6 6 6 6 206 206 12 13 YHAAAA ZAAAAA HHHHxx -239 26 1 3 9 19 9 39 39 239 239 18 19 FJAAAA ABAAAA OOOOxx -365 27 1 1 5 5 5 65 165 365 365 10 11 BOAAAA BBAAAA VVVVxx -204 28 0 0 4 4 4 4 4 204 204 8 9 WHAAAA CBAAAA AAAAxx -690 29 0 2 0 10 0 90 90 190 690 0 1 OAAAAA DBAAAA HHHHxx -69 30 1 1 9 9 9 69 69 69 69 18 19 RCAAAA EBAAAA OOOOxx -358 31 0 2 8 18 8 58 158 358 358 16 17 UNAAAA FBAAAA VVVVxx -269 32 1 1 9 9 9 69 69 269 269 18 19 JKAAAA GBAAAA AAAAxx -663 33 1 3 3 3 3 63 63 163 663 6 7 NZAAAA HBAAAA HHHHxx -608 34 0 0 8 8 8 8 8 108 608 16 17 KXAAAA IBAAAA OOOOxx -398 35 0 2 8 18 8 98 198 398 398 16 17 IPAAAA JBAAAA VVVVxx -330 36 0 2 0 10 0 30 130 330 330 0 1 SMAAAA KBAAAA AAAAxx -529 37 1 1 9 9 9 29 129 29 529 18 19 JUAAAA LBAAAA HHHHxx -555 38 1 3 5 15 5 55 155 55 555 10 11 JVAAAA MBAAAA OOOOxx -746 39 0 2 6 6 6 46 146 246 746 12 13 SCAAAA NBAAAA VVVVxx -558 40 0 2 8 18 8 58 158 58 558 16 17 MVAAAA OBAAAA AAAAxx -574 41 0 2 4 14 4 74 174 74 574 8 9 CWAAAA PBAAAA HHHHxx -343 42 1 3 3 3 3 43 143 343 343 6 7 FNAAAA QBAAAA OOOOxx -120 43 0 0 0 0 0 20 120 120 120 0 1 QEAAAA RBAAAA VVVVxx -461 44 1 1 1 1 1 61 61 461 461 2 3 TRAAAA SBAAAA AAAAxx -754 45 0 2 4 14 4 54 154 254 754 8 9 ADAAAA TBAAAA HHHHxx -772 46 0 0 2 12 2 72 172 272 772 4 5 SDAAAA UBAAAA OOOOxx -749 47 1 1 9 9 9 49 149 249 749 18 19 VCAAAA VBAAAA VVVVxx -386 48 0 2 6 6 6 86 186 386 386 12 13 WOAAAA WBAAAA AAAAxx -9 49 1 1 9 9 9 9 9 9 9 18 19 JAAAAA XBAAAA HHHHxx -771 50 1 3 1 11 1 71 171 271 771 2 3 RDAAAA YBAAAA OOOOxx -470 51 0 2 0 10 0 70 70 470 470 0 1 CSAAAA ZBAAAA VVVVxx -238 52 0 2 8 18 8 38 38 238 238 16 17 EJAAAA ACAAAA AAAAxx -86 53 0 2 6 6 6 86 86 86 86 12 13 IDAAAA BCAAAA HHHHxx -56 54 0 0 6 16 6 56 56 56 56 12 13 ECAAAA CCAAAA OOOOxx -767 55 1 3 7 7 7 67 167 267 767 14 15 NDAAAA DCAAAA VVVVxx -363 56 1 3 3 3 3 63 163 363 363 6 7 ZNAAAA ECAAAA AAAAxx -655 57 1 3 5 15 5 55 55 155 655 10 11 FZAAAA FCAAAA HHHHxx -394 58 0 2 4 14 4 94 194 394 394 8 9 EPAAAA GCAAAA OOOOxx -223 59 1 3 3 3 3 23 23 223 223 6 7 PIAAAA HCAAAA VVVVxx -946 60 0 2 6 6 6 46 146 446 946 12 13 KKAAAA ICAAAA AAAAxx -863 61 1 3 3 3 3 63 63 363 863 6 7 FHAAAA JCAAAA HHHHxx -913 62 1 1 3 13 3 13 113 413 913 6 7 DJAAAA KCAAAA OOOOxx -737 63 1 1 7 17 7 37 137 237 737 14 15 JCAAAA LCAAAA VVVVxx -65 64 1 1 5 5 5 65 65 65 65 10 11 NCAAAA MCAAAA AAAAxx -251 65 1 3 1 11 1 51 51 251 251 2 3 RJAAAA NCAAAA HHHHxx -686 66 0 2 6 6 6 86 86 186 686 12 13 KAAAAA OCAAAA OOOOxx -971 67 1 3 1 11 1 71 171 471 971 2 3 JLAAAA PCAAAA VVVVxx -775 68 1 3 5 15 5 75 175 275 775 10 11 VDAAAA QCAAAA AAAAxx -577 69 1 1 7 17 7 77 177 77 577 14 15 FWAAAA RCAAAA HHHHxx -830 70 0 2 0 10 0 30 30 330 830 0 1 YFAAAA SCAAAA OOOOxx -787 71 1 3 7 7 7 87 187 287 787 14 15 HEAAAA TCAAAA VVVVxx -898 72 0 2 8 18 8 98 98 398 898 16 17 OIAAAA UCAAAA AAAAxx -588 73 0 0 8 8 8 88 188 88 588 16 17 QWAAAA VCAAAA HHHHxx -872 74 0 0 2 12 2 72 72 372 872 4 5 OHAAAA WCAAAA OOOOxx -397 75 1 1 7 17 7 97 197 397 397 14 15 HPAAAA XCAAAA VVVVxx -51 76 1 3 1 11 1 51 51 51 51 2 3 ZBAAAA YCAAAA AAAAxx -381 77 1 1 1 1 1 81 181 381 381 2 3 ROAAAA ZCAAAA HHHHxx -632 78 0 0 2 12 2 32 32 132 632 4 5 IYAAAA ADAAAA OOOOxx -31 79 1 3 1 11 1 31 31 31 31 2 3 FBAAAA BDAAAA VVVVxx -855 80 1 3 5 15 5 55 55 355 855 10 11 XGAAAA CDAAAA AAAAxx -699 81 1 3 9 19 9 99 99 199 699 18 19 XAAAAA DDAAAA HHHHxx -562 82 0 2 2 2 2 62 162 62 562 4 5 QVAAAA EDAAAA OOOOxx -681 83 1 1 1 1 1 81 81 181 681 2 3 FAAAAA FDAAAA VVVVxx -585 84 1 1 5 5 5 85 185 85 585 10 11 NWAAAA GDAAAA AAAAxx -35 85 1 3 5 15 5 35 35 35 35 10 11 JBAAAA HDAAAA HHHHxx -962 86 0 2 2 2 2 62 162 462 962 4 5 ALAAAA IDAAAA OOOOxx -282 87 0 2 2 2 2 82 82 282 282 4 5 WKAAAA JDAAAA VVVVxx -254 88 0 2 4 14 4 54 54 254 254 8 9 UJAAAA KDAAAA AAAAxx -514 89 0 2 4 14 4 14 114 14 514 8 9 UTAAAA LDAAAA HHHHxx -406 90 0 2 6 6 6 6 6 406 406 12 13 QPAAAA MDAAAA OOOOxx -544 91 0 0 4 4 4 44 144 44 544 8 9 YUAAAA NDAAAA VVVVxx -704 92 0 0 4 4 4 4 104 204 704 8 9 CBAAAA ODAAAA AAAAxx -948 93 0 0 8 8 8 48 148 448 948 16 17 MKAAAA PDAAAA HHHHxx -412 94 0 0 2 12 2 12 12 412 412 4 5 WPAAAA QDAAAA OOOOxx -200 95 0 0 0 0 0 0 0 200 200 0 1 SHAAAA RDAAAA VVVVxx -583 96 1 3 3 3 3 83 183 83 583 6 7 LWAAAA SDAAAA AAAAxx -486 97 0 2 6 6 6 86 86 486 486 12 13 SSAAAA TDAAAA HHHHxx -666 98 0 2 6 6 6 66 66 166 666 12 13 QZAAAA UDAAAA OOOOxx -436 99 0 0 6 16 6 36 36 436 436 12 13 UQAAAA VDAAAA VVVVxx -842 100 0 2 2 2 2 42 42 342 842 4 5 KGAAAA WDAAAA AAAAxx -99 101 1 3 9 19 9 99 99 99 99 18 19 VDAAAA XDAAAA HHHHxx -656 102 0 0 6 16 6 56 56 156 656 12 13 GZAAAA YDAAAA OOOOxx -673 103 1 1 3 13 3 73 73 173 673 6 7 XZAAAA ZDAAAA VVVVxx -371 104 1 3 1 11 1 71 171 371 371 2 3 HOAAAA AEAAAA AAAAxx -869 105 1 1 9 9 9 69 69 369 869 18 19 LHAAAA BEAAAA HHHHxx -569 106 1 1 9 9 9 69 169 69 569 18 19 XVAAAA CEAAAA OOOOxx -616 107 0 0 6 16 6 16 16 116 616 12 13 SXAAAA DEAAAA VVVVxx -612 108 0 0 2 12 2 12 12 112 612 4 5 OXAAAA EEAAAA AAAAxx -505 109 1 1 5 5 5 5 105 5 505 10 11 LTAAAA FEAAAA HHHHxx -922 110 0 2 2 2 2 22 122 422 922 4 5 MJAAAA GEAAAA OOOOxx -221 111 1 1 1 1 1 21 21 221 221 2 3 NIAAAA HEAAAA VVVVxx -388 112 0 0 8 8 8 88 188 388 388 16 17 YOAAAA IEAAAA AAAAxx -567 113 1 3 7 7 7 67 167 67 567 14 15 VVAAAA JEAAAA HHHHxx -58 114 0 2 8 18 8 58 58 58 58 16 17 GCAAAA KEAAAA OOOOxx -316 115 0 0 6 16 6 16 116 316 316 12 13 EMAAAA LEAAAA VVVVxx -659 116 1 3 9 19 9 59 59 159 659 18 19 JZAAAA MEAAAA AAAAxx -501 117 1 1 1 1 1 1 101 1 501 2 3 HTAAAA NEAAAA HHHHxx -815 118 1 3 5 15 5 15 15 315 815 10 11 JFAAAA OEAAAA OOOOxx -638 119 0 2 8 18 8 38 38 138 638 16 17 OYAAAA PEAAAA VVVVxx -696 120 0 0 6 16 6 96 96 196 696 12 13 UAAAAA QEAAAA AAAAxx -734 121 0 2 4 14 4 34 134 234 734 8 9 GCAAAA REAAAA HHHHxx -237 122 1 1 7 17 7 37 37 237 237 14 15 DJAAAA SEAAAA OOOOxx -816 123 0 0 6 16 6 16 16 316 816 12 13 KFAAAA TEAAAA VVVVxx -917 124 1 1 7 17 7 17 117 417 917 14 15 HJAAAA UEAAAA AAAAxx -844 125 0 0 4 4 4 44 44 344 844 8 9 MGAAAA VEAAAA HHHHxx -657 126 1 1 7 17 7 57 57 157 657 14 15 HZAAAA WEAAAA OOOOxx -952 127 0 0 2 12 2 52 152 452 952 4 5 QKAAAA XEAAAA VVVVxx -519 128 1 3 9 19 9 19 119 19 519 18 19 ZTAAAA YEAAAA AAAAxx -792 129 0 0 2 12 2 92 192 292 792 4 5 MEAAAA ZEAAAA HHHHxx -275 130 1 3 5 15 5 75 75 275 275 10 11 PKAAAA AFAAAA OOOOxx -319 131 1 3 9 19 9 19 119 319 319 18 19 HMAAAA BFAAAA VVVVxx -487 132 1 3 7 7 7 87 87 487 487 14 15 TSAAAA CFAAAA AAAAxx -945 133 1 1 5 5 5 45 145 445 945 10 11 JKAAAA DFAAAA HHHHxx -584 134 0 0 4 4 4 84 184 84 584 8 9 MWAAAA EFAAAA OOOOxx -765 135 1 1 5 5 5 65 165 265 765 10 11 LDAAAA FFAAAA VVVVxx -814 136 0 2 4 14 4 14 14 314 814 8 9 IFAAAA GFAAAA AAAAxx -359 137 1 3 9 19 9 59 159 359 359 18 19 VNAAAA HFAAAA HHHHxx -548 138 0 0 8 8 8 48 148 48 548 16 17 CVAAAA IFAAAA OOOOxx -811 139 1 3 1 11 1 11 11 311 811 2 3 FFAAAA JFAAAA VVVVxx -531 140 1 3 1 11 1 31 131 31 531 2 3 LUAAAA KFAAAA AAAAxx -104 141 0 0 4 4 4 4 104 104 104 8 9 AEAAAA LFAAAA HHHHxx -33 142 1 1 3 13 3 33 33 33 33 6 7 HBAAAA MFAAAA OOOOxx -404 143 0 0 4 4 4 4 4 404 404 8 9 OPAAAA NFAAAA VVVVxx -995 144 1 3 5 15 5 95 195 495 995 10 11 HMAAAA OFAAAA AAAAxx -408 145 0 0 8 8 8 8 8 408 408 16 17 SPAAAA PFAAAA HHHHxx -93 146 1 1 3 13 3 93 93 93 93 6 7 PDAAAA QFAAAA OOOOxx -794 147 0 2 4 14 4 94 194 294 794 8 9 OEAAAA RFAAAA VVVVxx -833 148 1 1 3 13 3 33 33 333 833 6 7 BGAAAA SFAAAA AAAAxx -615 149 1 3 5 15 5 15 15 115 615 10 11 RXAAAA TFAAAA HHHHxx -333 150 1 1 3 13 3 33 133 333 333 6 7 VMAAAA UFAAAA OOOOxx -357 151 1 1 7 17 7 57 157 357 357 14 15 TNAAAA VFAAAA VVVVxx -999 152 1 3 9 19 9 99 199 499 999 18 19 LMAAAA WFAAAA AAAAxx -515 153 1 3 5 15 5 15 115 15 515 10 11 VTAAAA XFAAAA HHHHxx -685 154 1 1 5 5 5 85 85 185 685 10 11 JAAAAA YFAAAA OOOOxx -692 155 0 0 2 12 2 92 92 192 692 4 5 QAAAAA ZFAAAA VVVVxx -627 156 1 3 7 7 7 27 27 127 627 14 15 DYAAAA AGAAAA AAAAxx -654 157 0 2 4 14 4 54 54 154 654 8 9 EZAAAA BGAAAA HHHHxx -115 158 1 3 5 15 5 15 115 115 115 10 11 LEAAAA CGAAAA OOOOxx -75 159 1 3 5 15 5 75 75 75 75 10 11 XCAAAA DGAAAA VVVVxx -14 160 0 2 4 14 4 14 14 14 14 8 9 OAAAAA EGAAAA AAAAxx -148 161 0 0 8 8 8 48 148 148 148 16 17 SFAAAA FGAAAA HHHHxx -201 162 1 1 1 1 1 1 1 201 201 2 3 THAAAA GGAAAA OOOOxx -862 163 0 2 2 2 2 62 62 362 862 4 5 EHAAAA HGAAAA VVVVxx -634 164 0 2 4 14 4 34 34 134 634 8 9 KYAAAA IGAAAA AAAAxx -589 165 1 1 9 9 9 89 189 89 589 18 19 RWAAAA JGAAAA HHHHxx -142 166 0 2 2 2 2 42 142 142 142 4 5 MFAAAA KGAAAA OOOOxx -545 167 1 1 5 5 5 45 145 45 545 10 11 ZUAAAA LGAAAA VVVVxx -983 168 1 3 3 3 3 83 183 483 983 6 7 VLAAAA MGAAAA AAAAxx -87 169 1 3 7 7 7 87 87 87 87 14 15 JDAAAA NGAAAA HHHHxx -335 170 1 3 5 15 5 35 135 335 335 10 11 XMAAAA OGAAAA OOOOxx -915 171 1 3 5 15 5 15 115 415 915 10 11 FJAAAA PGAAAA VVVVxx -286 172 0 2 6 6 6 86 86 286 286 12 13 ALAAAA QGAAAA AAAAxx -361 173 1 1 1 1 1 61 161 361 361 2 3 XNAAAA RGAAAA HHHHxx -97 174 1 1 7 17 7 97 97 97 97 14 15 TDAAAA SGAAAA OOOOxx -98 175 0 2 8 18 8 98 98 98 98 16 17 UDAAAA TGAAAA VVVVxx -377 176 1 1 7 17 7 77 177 377 377 14 15 NOAAAA UGAAAA AAAAxx -525 177 1 1 5 5 5 25 125 25 525 10 11 FUAAAA VGAAAA HHHHxx -448 178 0 0 8 8 8 48 48 448 448 16 17 GRAAAA WGAAAA OOOOxx -154 179 0 2 4 14 4 54 154 154 154 8 9 YFAAAA XGAAAA VVVVxx -866 180 0 2 6 6 6 66 66 366 866 12 13 IHAAAA YGAAAA AAAAxx -741 181 1 1 1 1 1 41 141 241 741 2 3 NCAAAA ZGAAAA HHHHxx -172 182 0 0 2 12 2 72 172 172 172 4 5 QGAAAA AHAAAA OOOOxx -843 183 1 3 3 3 3 43 43 343 843 6 7 LGAAAA BHAAAA VVVVxx -378 184 0 2 8 18 8 78 178 378 378 16 17 OOAAAA CHAAAA AAAAxx -804 185 0 0 4 4 4 4 4 304 804 8 9 YEAAAA DHAAAA HHHHxx -596 186 0 0 6 16 6 96 196 96 596 12 13 YWAAAA EHAAAA OOOOxx -77 187 1 1 7 17 7 77 77 77 77 14 15 ZCAAAA FHAAAA VVVVxx -572 188 0 0 2 12 2 72 172 72 572 4 5 AWAAAA GHAAAA AAAAxx -444 189 0 0 4 4 4 44 44 444 444 8 9 CRAAAA HHAAAA HHHHxx -47 190 1 3 7 7 7 47 47 47 47 14 15 VBAAAA IHAAAA OOOOxx -274 191 0 2 4 14 4 74 74 274 274 8 9 OKAAAA JHAAAA VVVVxx -40 192 0 0 0 0 0 40 40 40 40 0 1 OBAAAA KHAAAA AAAAxx -339 193 1 3 9 19 9 39 139 339 339 18 19 BNAAAA LHAAAA HHHHxx -13 194 1 1 3 13 3 13 13 13 13 6 7 NAAAAA MHAAAA OOOOxx -878 195 0 2 8 18 8 78 78 378 878 16 17 UHAAAA NHAAAA VVVVxx -53 196 1 1 3 13 3 53 53 53 53 6 7 BCAAAA OHAAAA AAAAxx -939 197 1 3 9 19 9 39 139 439 939 18 19 DKAAAA PHAAAA HHHHxx -928 198 0 0 8 8 8 28 128 428 928 16 17 SJAAAA QHAAAA OOOOxx -886 199 0 2 6 6 6 86 86 386 886 12 13 CIAAAA RHAAAA VVVVxx -267 200 1 3 7 7 7 67 67 267 267 14 15 HKAAAA SHAAAA AAAAxx -105 201 1 1 5 5 5 5 105 105 105 10 11 BEAAAA THAAAA HHHHxx -312 202 0 0 2 12 2 12 112 312 312 4 5 AMAAAA UHAAAA OOOOxx -552 203 0 0 2 12 2 52 152 52 552 4 5 GVAAAA VHAAAA VVVVxx -918 204 0 2 8 18 8 18 118 418 918 16 17 IJAAAA WHAAAA AAAAxx -114 205 0 2 4 14 4 14 114 114 114 8 9 KEAAAA XHAAAA HHHHxx -805 206 1 1 5 5 5 5 5 305 805 10 11 ZEAAAA YHAAAA OOOOxx -875 207 1 3 5 15 5 75 75 375 875 10 11 RHAAAA ZHAAAA VVVVxx -225 208 1 1 5 5 5 25 25 225 225 10 11 RIAAAA AIAAAA AAAAxx -495 209 1 3 5 15 5 95 95 495 495 10 11 BTAAAA BIAAAA HHHHxx -150 210 0 2 0 10 0 50 150 150 150 0 1 UFAAAA CIAAAA OOOOxx -759 211 1 3 9 19 9 59 159 259 759 18 19 FDAAAA DIAAAA VVVVxx -149 212 1 1 9 9 9 49 149 149 149 18 19 TFAAAA EIAAAA AAAAxx -480 213 0 0 0 0 0 80 80 480 480 0 1 MSAAAA FIAAAA HHHHxx -1 214 1 1 1 1 1 1 1 1 1 2 3 BAAAAA GIAAAA OOOOxx -557 215 1 1 7 17 7 57 157 57 557 14 15 LVAAAA HIAAAA VVVVxx -295 216 1 3 5 15 5 95 95 295 295 10 11 JLAAAA IIAAAA AAAAxx -854 217 0 2 4 14 4 54 54 354 854 8 9 WGAAAA JIAAAA HHHHxx -420 218 0 0 0 0 0 20 20 420 420 0 1 EQAAAA KIAAAA OOOOxx -414 219 0 2 4 14 4 14 14 414 414 8 9 YPAAAA LIAAAA VVVVxx -758 220 0 2 8 18 8 58 158 258 758 16 17 EDAAAA MIAAAA AAAAxx -879 221 1 3 9 19 9 79 79 379 879 18 19 VHAAAA NIAAAA HHHHxx -332 222 0 0 2 12 2 32 132 332 332 4 5 UMAAAA OIAAAA OOOOxx -78 223 0 2 8 18 8 78 78 78 78 16 17 ADAAAA PIAAAA VVVVxx -851 224 1 3 1 11 1 51 51 351 851 2 3 TGAAAA QIAAAA AAAAxx -592 225 0 0 2 12 2 92 192 92 592 4 5 UWAAAA RIAAAA HHHHxx -979 226 1 3 9 19 9 79 179 479 979 18 19 RLAAAA SIAAAA OOOOxx -989 227 1 1 9 9 9 89 189 489 989 18 19 BMAAAA TIAAAA VVVVxx -752 228 0 0 2 12 2 52 152 252 752 4 5 YCAAAA UIAAAA AAAAxx -214 229 0 2 4 14 4 14 14 214 214 8 9 GIAAAA VIAAAA HHHHxx -453 230 1 1 3 13 3 53 53 453 453 6 7 LRAAAA WIAAAA OOOOxx -540 231 0 0 0 0 0 40 140 40 540 0 1 UUAAAA XIAAAA VVVVxx -597 232 1 1 7 17 7 97 197 97 597 14 15 ZWAAAA YIAAAA AAAAxx -356 233 0 0 6 16 6 56 156 356 356 12 13 SNAAAA ZIAAAA HHHHxx -720 234 0 0 0 0 0 20 120 220 720 0 1 SBAAAA AJAAAA OOOOxx -367 235 1 3 7 7 7 67 167 367 367 14 15 DOAAAA BJAAAA VVVVxx -762 236 0 2 2 2 2 62 162 262 762 4 5 IDAAAA CJAAAA AAAAxx -986 237 0 2 6 6 6 86 186 486 986 12 13 YLAAAA DJAAAA HHHHxx -924 238 0 0 4 4 4 24 124 424 924 8 9 OJAAAA EJAAAA OOOOxx -779 239 1 3 9 19 9 79 179 279 779 18 19 ZDAAAA FJAAAA VVVVxx -684 240 0 0 4 4 4 84 84 184 684 8 9 IAAAAA GJAAAA AAAAxx -413 241 1 1 3 13 3 13 13 413 413 6 7 XPAAAA HJAAAA HHHHxx -479 242 1 3 9 19 9 79 79 479 479 18 19 LSAAAA IJAAAA OOOOxx -731 243 1 3 1 11 1 31 131 231 731 2 3 DCAAAA JJAAAA VVVVxx -409 244 1 1 9 9 9 9 9 409 409 18 19 TPAAAA KJAAAA AAAAxx -372 245 0 0 2 12 2 72 172 372 372 4 5 IOAAAA LJAAAA HHHHxx -139 246 1 3 9 19 9 39 139 139 139 18 19 JFAAAA MJAAAA OOOOxx -717 247 1 1 7 17 7 17 117 217 717 14 15 PBAAAA NJAAAA VVVVxx -539 248 1 3 9 19 9 39 139 39 539 18 19 TUAAAA OJAAAA AAAAxx -318 249 0 2 8 18 8 18 118 318 318 16 17 GMAAAA PJAAAA HHHHxx -208 250 0 0 8 8 8 8 8 208 208 16 17 AIAAAA QJAAAA OOOOxx -797 251 1 1 7 17 7 97 197 297 797 14 15 REAAAA RJAAAA VVVVxx -661 252 1 1 1 1 1 61 61 161 661 2 3 LZAAAA SJAAAA AAAAxx -50 253 0 2 0 10 0 50 50 50 50 0 1 YBAAAA TJAAAA HHHHxx -102 254 0 2 2 2 2 2 102 102 102 4 5 YDAAAA UJAAAA OOOOxx -484 255 0 0 4 4 4 84 84 484 484 8 9 QSAAAA VJAAAA VVVVxx -108 256 0 0 8 8 8 8 108 108 108 16 17 EEAAAA WJAAAA AAAAxx -140 257 0 0 0 0 0 40 140 140 140 0 1 KFAAAA XJAAAA HHHHxx -996 258 0 0 6 16 6 96 196 496 996 12 13 IMAAAA YJAAAA OOOOxx -687 259 1 3 7 7 7 87 87 187 687 14 15 LAAAAA ZJAAAA VVVVxx -241 260 1 1 1 1 1 41 41 241 241 2 3 HJAAAA AKAAAA AAAAxx -923 261 1 3 3 3 3 23 123 423 923 6 7 NJAAAA BKAAAA HHHHxx -500 262 0 0 0 0 0 0 100 0 500 0 1 GTAAAA CKAAAA OOOOxx -536 263 0 0 6 16 6 36 136 36 536 12 13 QUAAAA DKAAAA VVVVxx -490 264 0 2 0 10 0 90 90 490 490 0 1 WSAAAA EKAAAA AAAAxx -773 265 1 1 3 13 3 73 173 273 773 6 7 TDAAAA FKAAAA HHHHxx -19 266 1 3 9 19 9 19 19 19 19 18 19 TAAAAA GKAAAA OOOOxx -534 267 0 2 4 14 4 34 134 34 534 8 9 OUAAAA HKAAAA VVVVxx -941 268 1 1 1 1 1 41 141 441 941 2 3 FKAAAA IKAAAA AAAAxx -477 269 1 1 7 17 7 77 77 477 477 14 15 JSAAAA JKAAAA HHHHxx -173 270 1 1 3 13 3 73 173 173 173 6 7 RGAAAA KKAAAA OOOOxx -113 271 1 1 3 13 3 13 113 113 113 6 7 JEAAAA LKAAAA VVVVxx -526 272 0 2 6 6 6 26 126 26 526 12 13 GUAAAA MKAAAA AAAAxx -727 273 1 3 7 7 7 27 127 227 727 14 15 ZBAAAA NKAAAA HHHHxx -302 274 0 2 2 2 2 2 102 302 302 4 5 QLAAAA OKAAAA OOOOxx -789 275 1 1 9 9 9 89 189 289 789 18 19 JEAAAA PKAAAA VVVVxx -447 276 1 3 7 7 7 47 47 447 447 14 15 FRAAAA QKAAAA AAAAxx -884 277 0 0 4 4 4 84 84 384 884 8 9 AIAAAA RKAAAA HHHHxx -718 278 0 2 8 18 8 18 118 218 718 16 17 QBAAAA SKAAAA OOOOxx -818 279 0 2 8 18 8 18 18 318 818 16 17 MFAAAA TKAAAA VVVVxx -466 280 0 2 6 6 6 66 66 466 466 12 13 YRAAAA UKAAAA AAAAxx -131 281 1 3 1 11 1 31 131 131 131 2 3 BFAAAA VKAAAA HHHHxx -503 282 1 3 3 3 3 3 103 3 503 6 7 JTAAAA WKAAAA OOOOxx -364 283 0 0 4 4 4 64 164 364 364 8 9 AOAAAA XKAAAA VVVVxx -934 284 0 2 4 14 4 34 134 434 934 8 9 YJAAAA YKAAAA AAAAxx -542 285 0 2 2 2 2 42 142 42 542 4 5 WUAAAA ZKAAAA HHHHxx -146 286 0 2 6 6 6 46 146 146 146 12 13 QFAAAA ALAAAA OOOOxx -652 287 0 0 2 12 2 52 52 152 652 4 5 CZAAAA BLAAAA VVVVxx -566 288 0 2 6 6 6 66 166 66 566 12 13 UVAAAA CLAAAA AAAAxx -788 289 0 0 8 8 8 88 188 288 788 16 17 IEAAAA DLAAAA HHHHxx -168 290 0 0 8 8 8 68 168 168 168 16 17 MGAAAA ELAAAA OOOOxx -736 291 0 0 6 16 6 36 136 236 736 12 13 ICAAAA FLAAAA VVVVxx -795 292 1 3 5 15 5 95 195 295 795 10 11 PEAAAA GLAAAA AAAAxx -103 293 1 3 3 3 3 3 103 103 103 6 7 ZDAAAA HLAAAA HHHHxx -763 294 1 3 3 3 3 63 163 263 763 6 7 JDAAAA ILAAAA OOOOxx -256 295 0 0 6 16 6 56 56 256 256 12 13 WJAAAA JLAAAA VVVVxx -63 296 1 3 3 3 3 63 63 63 63 6 7 LCAAAA KLAAAA AAAAxx -702 297 0 2 2 2 2 2 102 202 702 4 5 ABAAAA LLAAAA HHHHxx -390 298 0 2 0 10 0 90 190 390 390 0 1 APAAAA MLAAAA OOOOxx -116 299 0 0 6 16 6 16 116 116 116 12 13 MEAAAA NLAAAA VVVVxx -354 300 0 2 4 14 4 54 154 354 354 8 9 QNAAAA OLAAAA AAAAxx -162 301 0 2 2 2 2 62 162 162 162 4 5 GGAAAA PLAAAA HHHHxx -71 302 1 3 1 11 1 71 71 71 71 2 3 TCAAAA QLAAAA OOOOxx -916 303 0 0 6 16 6 16 116 416 916 12 13 GJAAAA RLAAAA VVVVxx -565 304 1 1 5 5 5 65 165 65 565 10 11 TVAAAA SLAAAA AAAAxx -509 305 1 1 9 9 9 9 109 9 509 18 19 PTAAAA TLAAAA HHHHxx -20 306 0 0 0 0 0 20 20 20 20 0 1 UAAAAA ULAAAA OOOOxx -813 307 1 1 3 13 3 13 13 313 813 6 7 HFAAAA VLAAAA VVVVxx -80 308 0 0 0 0 0 80 80 80 80 0 1 CDAAAA WLAAAA AAAAxx -400 309 0 0 0 0 0 0 0 400 400 0 1 KPAAAA XLAAAA HHHHxx -888 310 0 0 8 8 8 88 88 388 888 16 17 EIAAAA YLAAAA OOOOxx -825 311 1 1 5 5 5 25 25 325 825 10 11 TFAAAA ZLAAAA VVVVxx -401 312 1 1 1 1 1 1 1 401 401 2 3 LPAAAA AMAAAA AAAAxx -158 313 0 2 8 18 8 58 158 158 158 16 17 CGAAAA BMAAAA HHHHxx -973 314 1 1 3 13 3 73 173 473 973 6 7 LLAAAA CMAAAA OOOOxx -324 315 0 0 4 4 4 24 124 324 324 8 9 MMAAAA DMAAAA VVVVxx -873 316 1 1 3 13 3 73 73 373 873 6 7 PHAAAA EMAAAA AAAAxx -676 317 0 0 6 16 6 76 76 176 676 12 13 AAAAAA FMAAAA HHHHxx -199 318 1 3 9 19 9 99 199 199 199 18 19 RHAAAA GMAAAA OOOOxx -304 319 0 0 4 4 4 4 104 304 304 8 9 SLAAAA HMAAAA VVVVxx -338 320 0 2 8 18 8 38 138 338 338 16 17 ANAAAA IMAAAA AAAAxx -743 321 1 3 3 3 3 43 143 243 743 6 7 PCAAAA JMAAAA HHHHxx -730 322 0 2 0 10 0 30 130 230 730 0 1 CCAAAA KMAAAA OOOOxx -130 323 0 2 0 10 0 30 130 130 130 0 1 AFAAAA LMAAAA VVVVxx -224 324 0 0 4 4 4 24 24 224 224 8 9 QIAAAA MMAAAA AAAAxx -216 325 0 0 6 16 6 16 16 216 216 12 13 IIAAAA NMAAAA HHHHxx -2 326 0 2 2 2 2 2 2 2 2 4 5 CAAAAA OMAAAA OOOOxx -836 327 0 0 6 16 6 36 36 336 836 12 13 EGAAAA PMAAAA VVVVxx -443 328 1 3 3 3 3 43 43 443 443 6 7 BRAAAA QMAAAA AAAAxx -777 329 1 1 7 17 7 77 177 277 777 14 15 XDAAAA RMAAAA HHHHxx -126 330 0 2 6 6 6 26 126 126 126 12 13 WEAAAA SMAAAA OOOOxx -117 331 1 1 7 17 7 17 117 117 117 14 15 NEAAAA TMAAAA VVVVxx -633 332 1 1 3 13 3 33 33 133 633 6 7 JYAAAA UMAAAA AAAAxx -310 333 0 2 0 10 0 10 110 310 310 0 1 YLAAAA VMAAAA HHHHxx -622 334 0 2 2 2 2 22 22 122 622 4 5 YXAAAA WMAAAA OOOOxx -268 335 0 0 8 8 8 68 68 268 268 16 17 IKAAAA XMAAAA VVVVxx -384 336 0 0 4 4 4 84 184 384 384 8 9 UOAAAA YMAAAA AAAAxx -460 337 0 0 0 0 0 60 60 460 460 0 1 SRAAAA ZMAAAA HHHHxx -475 338 1 3 5 15 5 75 75 475 475 10 11 HSAAAA ANAAAA OOOOxx -624 339 0 0 4 4 4 24 24 124 624 8 9 AYAAAA BNAAAA VVVVxx -826 340 0 2 6 6 6 26 26 326 826 12 13 UFAAAA CNAAAA AAAAxx -680 341 0 0 0 0 0 80 80 180 680 0 1 EAAAAA DNAAAA HHHHxx -306 342 0 2 6 6 6 6 106 306 306 12 13 ULAAAA ENAAAA OOOOxx -896 343 0 0 6 16 6 96 96 396 896 12 13 MIAAAA FNAAAA VVVVxx -30 344 0 2 0 10 0 30 30 30 30 0 1 EBAAAA GNAAAA AAAAxx -576 345 0 0 6 16 6 76 176 76 576 12 13 EWAAAA HNAAAA HHHHxx -551 346 1 3 1 11 1 51 151 51 551 2 3 FVAAAA INAAAA OOOOxx -639 347 1 3 9 19 9 39 39 139 639 18 19 PYAAAA JNAAAA VVVVxx -975 348 1 3 5 15 5 75 175 475 975 10 11 NLAAAA KNAAAA AAAAxx -882 349 0 2 2 2 2 82 82 382 882 4 5 YHAAAA LNAAAA HHHHxx -160 350 0 0 0 0 0 60 160 160 160 0 1 EGAAAA MNAAAA OOOOxx -522 351 0 2 2 2 2 22 122 22 522 4 5 CUAAAA NNAAAA VVVVxx -620 352 0 0 0 0 0 20 20 120 620 0 1 WXAAAA ONAAAA AAAAxx -719 353 1 3 9 19 9 19 119 219 719 18 19 RBAAAA PNAAAA HHHHxx -88 354 0 0 8 8 8 88 88 88 88 16 17 KDAAAA QNAAAA OOOOxx -614 355 0 2 4 14 4 14 14 114 614 8 9 QXAAAA RNAAAA VVVVxx -54 356 0 2 4 14 4 54 54 54 54 8 9 CCAAAA SNAAAA AAAAxx -209 357 1 1 9 9 9 9 9 209 209 18 19 BIAAAA TNAAAA HHHHxx -67 358 1 3 7 7 7 67 67 67 67 14 15 PCAAAA UNAAAA OOOOxx -809 359 1 1 9 9 9 9 9 309 809 18 19 DFAAAA VNAAAA VVVVxx -982 360 0 2 2 2 2 82 182 482 982 4 5 ULAAAA WNAAAA AAAAxx -817 361 1 1 7 17 7 17 17 317 817 14 15 LFAAAA XNAAAA HHHHxx -187 362 1 3 7 7 7 87 187 187 187 14 15 FHAAAA YNAAAA OOOOxx -992 363 0 0 2 12 2 92 192 492 992 4 5 EMAAAA ZNAAAA VVVVxx -580 364 0 0 0 0 0 80 180 80 580 0 1 IWAAAA AOAAAA AAAAxx -658 365 0 2 8 18 8 58 58 158 658 16 17 IZAAAA BOAAAA HHHHxx -222 366 0 2 2 2 2 22 22 222 222 4 5 OIAAAA COAAAA OOOOxx -667 367 1 3 7 7 7 67 67 167 667 14 15 RZAAAA DOAAAA VVVVxx -715 368 1 3 5 15 5 15 115 215 715 10 11 NBAAAA EOAAAA AAAAxx -990 369 0 2 0 10 0 90 190 490 990 0 1 CMAAAA FOAAAA HHHHxx -22 370 0 2 2 2 2 22 22 22 22 4 5 WAAAAA GOAAAA OOOOxx -362 371 0 2 2 2 2 62 162 362 362 4 5 YNAAAA HOAAAA VVVVxx -376 372 0 0 6 16 6 76 176 376 376 12 13 MOAAAA IOAAAA AAAAxx -246 373 0 2 6 6 6 46 46 246 246 12 13 MJAAAA JOAAAA HHHHxx -300 374 0 0 0 0 0 0 100 300 300 0 1 OLAAAA KOAAAA OOOOxx -231 375 1 3 1 11 1 31 31 231 231 2 3 XIAAAA LOAAAA VVVVxx -151 376 1 3 1 11 1 51 151 151 151 2 3 VFAAAA MOAAAA AAAAxx -29 377 1 1 9 9 9 29 29 29 29 18 19 DBAAAA NOAAAA HHHHxx -297 378 1 1 7 17 7 97 97 297 297 14 15 LLAAAA OOAAAA OOOOxx -403 379 1 3 3 3 3 3 3 403 403 6 7 NPAAAA POAAAA VVVVxx -716 380 0 0 6 16 6 16 116 216 716 12 13 OBAAAA QOAAAA AAAAxx -260 381 0 0 0 0 0 60 60 260 260 0 1 AKAAAA ROAAAA HHHHxx -170 382 0 2 0 10 0 70 170 170 170 0 1 OGAAAA SOAAAA OOOOxx -285 383 1 1 5 5 5 85 85 285 285 10 11 ZKAAAA TOAAAA VVVVxx -82 384 0 2 2 2 2 82 82 82 82 4 5 EDAAAA UOAAAA AAAAxx -958 385 0 2 8 18 8 58 158 458 958 16 17 WKAAAA VOAAAA HHHHxx -175 386 1 3 5 15 5 75 175 175 175 10 11 TGAAAA WOAAAA OOOOxx -671 387 1 3 1 11 1 71 71 171 671 2 3 VZAAAA XOAAAA VVVVxx -822 388 0 2 2 2 2 22 22 322 822 4 5 QFAAAA YOAAAA AAAAxx -573 389 1 1 3 13 3 73 173 73 573 6 7 BWAAAA ZOAAAA HHHHxx -723 390 1 3 3 3 3 23 123 223 723 6 7 VBAAAA APAAAA OOOOxx -195 391 1 3 5 15 5 95 195 195 195 10 11 NHAAAA BPAAAA VVVVxx -197 392 1 1 7 17 7 97 197 197 197 14 15 PHAAAA CPAAAA AAAAxx -755 393 1 3 5 15 5 55 155 255 755 10 11 BDAAAA DPAAAA HHHHxx -42 394 0 2 2 2 2 42 42 42 42 4 5 QBAAAA EPAAAA OOOOxx -897 395 1 1 7 17 7 97 97 397 897 14 15 NIAAAA FPAAAA VVVVxx -309 396 1 1 9 9 9 9 109 309 309 18 19 XLAAAA GPAAAA AAAAxx -724 397 0 0 4 4 4 24 124 224 724 8 9 WBAAAA HPAAAA HHHHxx -474 398 0 2 4 14 4 74 74 474 474 8 9 GSAAAA IPAAAA OOOOxx -345 399 1 1 5 5 5 45 145 345 345 10 11 HNAAAA JPAAAA VVVVxx -678 400 0 2 8 18 8 78 78 178 678 16 17 CAAAAA KPAAAA AAAAxx -757 401 1 1 7 17 7 57 157 257 757 14 15 DDAAAA LPAAAA HHHHxx -600 402 0 0 0 0 0 0 0 100 600 0 1 CXAAAA MPAAAA OOOOxx -184 403 0 0 4 4 4 84 184 184 184 8 9 CHAAAA NPAAAA VVVVxx -155 404 1 3 5 15 5 55 155 155 155 10 11 ZFAAAA OPAAAA AAAAxx -136 405 0 0 6 16 6 36 136 136 136 12 13 GFAAAA PPAAAA HHHHxx -889 406 1 1 9 9 9 89 89 389 889 18 19 FIAAAA QPAAAA OOOOxx -95 407 1 3 5 15 5 95 95 95 95 10 11 RDAAAA RPAAAA VVVVxx -549 408 1 1 9 9 9 49 149 49 549 18 19 DVAAAA SPAAAA AAAAxx -81 409 1 1 1 1 1 81 81 81 81 2 3 DDAAAA TPAAAA HHHHxx -679 410 1 3 9 19 9 79 79 179 679 18 19 DAAAAA UPAAAA OOOOxx -27 411 1 3 7 7 7 27 27 27 27 14 15 BBAAAA VPAAAA VVVVxx -748 412 0 0 8 8 8 48 148 248 748 16 17 UCAAAA WPAAAA AAAAxx -107 413 1 3 7 7 7 7 107 107 107 14 15 DEAAAA XPAAAA HHHHxx -870 414 0 2 0 10 0 70 70 370 870 0 1 MHAAAA YPAAAA OOOOxx -848 415 0 0 8 8 8 48 48 348 848 16 17 QGAAAA ZPAAAA VVVVxx -764 416 0 0 4 4 4 64 164 264 764 8 9 KDAAAA AQAAAA AAAAxx -535 417 1 3 5 15 5 35 135 35 535 10 11 PUAAAA BQAAAA HHHHxx -211 418 1 3 1 11 1 11 11 211 211 2 3 DIAAAA CQAAAA OOOOxx -625 419 1 1 5 5 5 25 25 125 625 10 11 BYAAAA DQAAAA VVVVxx -96 420 0 0 6 16 6 96 96 96 96 12 13 SDAAAA EQAAAA AAAAxx -828 421 0 0 8 8 8 28 28 328 828 16 17 WFAAAA FQAAAA HHHHxx -229 422 1 1 9 9 9 29 29 229 229 18 19 VIAAAA GQAAAA OOOOxx -602 423 0 2 2 2 2 2 2 102 602 4 5 EXAAAA HQAAAA VVVVxx -742 424 0 2 2 2 2 42 142 242 742 4 5 OCAAAA IQAAAA AAAAxx -451 425 1 3 1 11 1 51 51 451 451 2 3 JRAAAA JQAAAA HHHHxx -991 426 1 3 1 11 1 91 191 491 991 2 3 DMAAAA KQAAAA OOOOxx -301 427 1 1 1 1 1 1 101 301 301 2 3 PLAAAA LQAAAA VVVVxx -510 428 0 2 0 10 0 10 110 10 510 0 1 QTAAAA MQAAAA AAAAxx -299 429 1 3 9 19 9 99 99 299 299 18 19 NLAAAA NQAAAA HHHHxx -961 430 1 1 1 1 1 61 161 461 961 2 3 ZKAAAA OQAAAA OOOOxx -3 431 1 3 3 3 3 3 3 3 3 6 7 DAAAAA PQAAAA VVVVxx -106 432 0 2 6 6 6 6 106 106 106 12 13 CEAAAA QQAAAA AAAAxx -591 433 1 3 1 11 1 91 191 91 591 2 3 TWAAAA RQAAAA HHHHxx -700 434 0 0 0 0 0 0 100 200 700 0 1 YAAAAA SQAAAA OOOOxx -841 435 1 1 1 1 1 41 41 341 841 2 3 JGAAAA TQAAAA VVVVxx -829 436 1 1 9 9 9 29 29 329 829 18 19 XFAAAA UQAAAA AAAAxx -508 437 0 0 8 8 8 8 108 8 508 16 17 OTAAAA VQAAAA HHHHxx -750 438 0 2 0 10 0 50 150 250 750 0 1 WCAAAA WQAAAA OOOOxx -665 439 1 1 5 5 5 65 65 165 665 10 11 PZAAAA XQAAAA VVVVxx -157 440 1 1 7 17 7 57 157 157 157 14 15 BGAAAA YQAAAA AAAAxx -694 441 0 2 4 14 4 94 94 194 694 8 9 SAAAAA ZQAAAA HHHHxx -176 442 0 0 6 16 6 76 176 176 176 12 13 UGAAAA ARAAAA OOOOxx -950 443 0 2 0 10 0 50 150 450 950 0 1 OKAAAA BRAAAA VVVVxx -970 444 0 2 0 10 0 70 170 470 970 0 1 ILAAAA CRAAAA AAAAxx -496 445 0 0 6 16 6 96 96 496 496 12 13 CTAAAA DRAAAA HHHHxx -429 446 1 1 9 9 9 29 29 429 429 18 19 NQAAAA ERAAAA OOOOxx -907 447 1 3 7 7 7 7 107 407 907 14 15 XIAAAA FRAAAA VVVVxx -72 448 0 0 2 12 2 72 72 72 72 4 5 UCAAAA GRAAAA AAAAxx -186 449 0 2 6 6 6 86 186 186 186 12 13 EHAAAA HRAAAA HHHHxx -713 450 1 1 3 13 3 13 113 213 713 6 7 LBAAAA IRAAAA OOOOxx -432 451 0 0 2 12 2 32 32 432 432 4 5 QQAAAA JRAAAA VVVVxx -735 452 1 3 5 15 5 35 135 235 735 10 11 HCAAAA KRAAAA AAAAxx -516 453 0 0 6 16 6 16 116 16 516 12 13 WTAAAA LRAAAA HHHHxx -964 454 0 0 4 4 4 64 164 464 964 8 9 CLAAAA MRAAAA OOOOxx -840 455 0 0 0 0 0 40 40 340 840 0 1 IGAAAA NRAAAA VVVVxx -550 456 0 2 0 10 0 50 150 50 550 0 1 EVAAAA ORAAAA AAAAxx -360 457 0 0 0 0 0 60 160 360 360 0 1 WNAAAA PRAAAA HHHHxx -827 458 1 3 7 7 7 27 27 327 827 14 15 VFAAAA QRAAAA OOOOxx -959 459 1 3 9 19 9 59 159 459 959 18 19 XKAAAA RRAAAA VVVVxx -454 460 0 2 4 14 4 54 54 454 454 8 9 MRAAAA SRAAAA AAAAxx -819 461 1 3 9 19 9 19 19 319 819 18 19 NFAAAA TRAAAA HHHHxx -745 462 1 1 5 5 5 45 145 245 745 10 11 RCAAAA URAAAA OOOOxx -279 463 1 3 9 19 9 79 79 279 279 18 19 TKAAAA VRAAAA VVVVxx -426 464 0 2 6 6 6 26 26 426 426 12 13 KQAAAA WRAAAA AAAAxx -70 465 0 2 0 10 0 70 70 70 70 0 1 SCAAAA XRAAAA HHHHxx -637 466 1 1 7 17 7 37 37 137 637 14 15 NYAAAA YRAAAA OOOOxx -417 467 1 1 7 17 7 17 17 417 417 14 15 BQAAAA ZRAAAA VVVVxx -586 468 0 2 6 6 6 86 186 86 586 12 13 OWAAAA ASAAAA AAAAxx -314 469 0 2 4 14 4 14 114 314 314 8 9 CMAAAA BSAAAA HHHHxx -101 470 1 1 1 1 1 1 101 101 101 2 3 XDAAAA CSAAAA OOOOxx -205 471 1 1 5 5 5 5 5 205 205 10 11 XHAAAA DSAAAA VVVVxx -969 472 1 1 9 9 9 69 169 469 969 18 19 HLAAAA ESAAAA AAAAxx -217 473 1 1 7 17 7 17 17 217 217 14 15 JIAAAA FSAAAA HHHHxx -281 474 1 1 1 1 1 81 81 281 281 2 3 VKAAAA GSAAAA OOOOxx -984 475 0 0 4 4 4 84 184 484 984 8 9 WLAAAA HSAAAA VVVVxx -366 476 0 2 6 6 6 66 166 366 366 12 13 COAAAA ISAAAA AAAAxx -483 477 1 3 3 3 3 83 83 483 483 6 7 PSAAAA JSAAAA HHHHxx -838 478 0 2 8 18 8 38 38 338 838 16 17 GGAAAA KSAAAA OOOOxx -64 479 0 0 4 4 4 64 64 64 64 8 9 MCAAAA LSAAAA VVVVxx -981 480 1 1 1 1 1 81 181 481 981 2 3 TLAAAA MSAAAA AAAAxx -538 481 0 2 8 18 8 38 138 38 538 16 17 SUAAAA NSAAAA HHHHxx -39 482 1 3 9 19 9 39 39 39 39 18 19 NBAAAA OSAAAA OOOOxx -60 483 0 0 0 0 0 60 60 60 60 0 1 ICAAAA PSAAAA VVVVxx -874 484 0 2 4 14 4 74 74 374 874 8 9 QHAAAA QSAAAA AAAAxx -955 485 1 3 5 15 5 55 155 455 955 10 11 TKAAAA RSAAAA HHHHxx -347 486 1 3 7 7 7 47 147 347 347 14 15 JNAAAA SSAAAA OOOOxx -227 487 1 3 7 7 7 27 27 227 227 14 15 TIAAAA TSAAAA VVVVxx -44 488 0 0 4 4 4 44 44 44 44 8 9 SBAAAA USAAAA AAAAxx -446 489 0 2 6 6 6 46 46 446 446 12 13 ERAAAA VSAAAA HHHHxx -605 490 1 1 5 5 5 5 5 105 605 10 11 HXAAAA WSAAAA OOOOxx -570 491 0 2 0 10 0 70 170 70 570 0 1 YVAAAA XSAAAA VVVVxx -895 492 1 3 5 15 5 95 95 395 895 10 11 LIAAAA YSAAAA AAAAxx -760 493 0 0 0 0 0 60 160 260 760 0 1 GDAAAA ZSAAAA HHHHxx -428 494 0 0 8 8 8 28 28 428 428 16 17 MQAAAA ATAAAA OOOOxx -628 495 0 0 8 8 8 28 28 128 628 16 17 EYAAAA BTAAAA VVVVxx -933 496 1 1 3 13 3 33 133 433 933 6 7 XJAAAA CTAAAA AAAAxx -263 497 1 3 3 3 3 63 63 263 263 6 7 DKAAAA DTAAAA HHHHxx -729 498 1 1 9 9 9 29 129 229 729 18 19 BCAAAA ETAAAA OOOOxx -860 499 0 0 0 0 0 60 60 360 860 0 1 CHAAAA FTAAAA VVVVxx -76 500 0 0 6 16 6 76 76 76 76 12 13 YCAAAA GTAAAA AAAAxx -293 501 1 1 3 13 3 93 93 293 293 6 7 HLAAAA HTAAAA HHHHxx -296 502 0 0 6 16 6 96 96 296 296 12 13 KLAAAA ITAAAA OOOOxx -124 503 0 0 4 4 4 24 124 124 124 8 9 UEAAAA JTAAAA VVVVxx -568 504 0 0 8 8 8 68 168 68 568 16 17 WVAAAA KTAAAA AAAAxx -337 505 1 1 7 17 7 37 137 337 337 14 15 ZMAAAA LTAAAA HHHHxx -464 506 0 0 4 4 4 64 64 464 464 8 9 WRAAAA MTAAAA OOOOxx -582 507 0 2 2 2 2 82 182 82 582 4 5 KWAAAA NTAAAA VVVVxx -207 508 1 3 7 7 7 7 7 207 207 14 15 ZHAAAA OTAAAA AAAAxx -518 509 0 2 8 18 8 18 118 18 518 16 17 YTAAAA PTAAAA HHHHxx -513 510 1 1 3 13 3 13 113 13 513 6 7 TTAAAA QTAAAA OOOOxx -127 511 1 3 7 7 7 27 127 127 127 14 15 XEAAAA RTAAAA VVVVxx -396 512 0 0 6 16 6 96 196 396 396 12 13 GPAAAA STAAAA AAAAxx -781 513 1 1 1 1 1 81 181 281 781 2 3 BEAAAA TTAAAA HHHHxx -233 514 1 1 3 13 3 33 33 233 233 6 7 ZIAAAA UTAAAA OOOOxx -709 515 1 1 9 9 9 9 109 209 709 18 19 HBAAAA VTAAAA VVVVxx -325 516 1 1 5 5 5 25 125 325 325 10 11 NMAAAA WTAAAA AAAAxx -143 517 1 3 3 3 3 43 143 143 143 6 7 NFAAAA XTAAAA HHHHxx -824 518 0 0 4 4 4 24 24 324 824 8 9 SFAAAA YTAAAA OOOOxx -122 519 0 2 2 2 2 22 122 122 122 4 5 SEAAAA ZTAAAA VVVVxx -10 520 0 2 0 10 0 10 10 10 10 0 1 KAAAAA AUAAAA AAAAxx -41 521 1 1 1 1 1 41 41 41 41 2 3 PBAAAA BUAAAA HHHHxx -618 522 0 2 8 18 8 18 18 118 618 16 17 UXAAAA CUAAAA OOOOxx -161 523 1 1 1 1 1 61 161 161 161 2 3 FGAAAA DUAAAA VVVVxx -801 524 1 1 1 1 1 1 1 301 801 2 3 VEAAAA EUAAAA AAAAxx -768 525 0 0 8 8 8 68 168 268 768 16 17 ODAAAA FUAAAA HHHHxx -642 526 0 2 2 2 2 42 42 142 642 4 5 SYAAAA GUAAAA OOOOxx -803 527 1 3 3 3 3 3 3 303 803 6 7 XEAAAA HUAAAA VVVVxx -317 528 1 1 7 17 7 17 117 317 317 14 15 FMAAAA IUAAAA AAAAxx -938 529 0 2 8 18 8 38 138 438 938 16 17 CKAAAA JUAAAA HHHHxx -649 530 1 1 9 9 9 49 49 149 649 18 19 ZYAAAA KUAAAA OOOOxx -738 531 0 2 8 18 8 38 138 238 738 16 17 KCAAAA LUAAAA VVVVxx -344 532 0 0 4 4 4 44 144 344 344 8 9 GNAAAA MUAAAA AAAAxx -399 533 1 3 9 19 9 99 199 399 399 18 19 JPAAAA NUAAAA HHHHxx -609 534 1 1 9 9 9 9 9 109 609 18 19 LXAAAA OUAAAA OOOOxx -677 535 1 1 7 17 7 77 77 177 677 14 15 BAAAAA PUAAAA VVVVxx -478 536 0 2 8 18 8 78 78 478 478 16 17 KSAAAA QUAAAA AAAAxx -452 537 0 0 2 12 2 52 52 452 452 4 5 KRAAAA RUAAAA HHHHxx -261 538 1 1 1 1 1 61 61 261 261 2 3 BKAAAA SUAAAA OOOOxx -449 539 1 1 9 9 9 49 49 449 449 18 19 HRAAAA TUAAAA VVVVxx -433 540 1 1 3 13 3 33 33 433 433 6 7 RQAAAA UUAAAA AAAAxx -5 541 1 1 5 5 5 5 5 5 5 10 11 FAAAAA VUAAAA HHHHxx -664 542 0 0 4 4 4 64 64 164 664 8 9 OZAAAA WUAAAA OOOOxx -887 543 1 3 7 7 7 87 87 387 887 14 15 DIAAAA XUAAAA VVVVxx -546 544 0 2 6 6 6 46 146 46 546 12 13 AVAAAA YUAAAA AAAAxx -253 545 1 1 3 13 3 53 53 253 253 6 7 TJAAAA ZUAAAA HHHHxx -235 546 1 3 5 15 5 35 35 235 235 10 11 BJAAAA AVAAAA OOOOxx -258 547 0 2 8 18 8 58 58 258 258 16 17 YJAAAA BVAAAA VVVVxx -621 548 1 1 1 1 1 21 21 121 621 2 3 XXAAAA CVAAAA AAAAxx -998 549 0 2 8 18 8 98 198 498 998 16 17 KMAAAA DVAAAA HHHHxx -236 550 0 0 6 16 6 36 36 236 236 12 13 CJAAAA EVAAAA OOOOxx -537 551 1 1 7 17 7 37 137 37 537 14 15 RUAAAA FVAAAA VVVVxx -769 552 1 1 9 9 9 69 169 269 769 18 19 PDAAAA GVAAAA AAAAxx -921 553 1 1 1 1 1 21 121 421 921 2 3 LJAAAA HVAAAA HHHHxx -951 554 1 3 1 11 1 51 151 451 951 2 3 PKAAAA IVAAAA OOOOxx -240 555 0 0 0 0 0 40 40 240 240 0 1 GJAAAA JVAAAA VVVVxx -644 556 0 0 4 4 4 44 44 144 644 8 9 UYAAAA KVAAAA AAAAxx -352 557 0 0 2 12 2 52 152 352 352 4 5 ONAAAA LVAAAA HHHHxx -613 558 1 1 3 13 3 13 13 113 613 6 7 PXAAAA MVAAAA OOOOxx -784 559 0 0 4 4 4 84 184 284 784 8 9 EEAAAA NVAAAA VVVVxx -61 560 1 1 1 1 1 61 61 61 61 2 3 JCAAAA OVAAAA AAAAxx -144 561 0 0 4 4 4 44 144 144 144 8 9 OFAAAA PVAAAA HHHHxx -94 562 0 2 4 14 4 94 94 94 94 8 9 QDAAAA QVAAAA OOOOxx -270 563 0 2 0 10 0 70 70 270 270 0 1 KKAAAA RVAAAA VVVVxx -942 564 0 2 2 2 2 42 142 442 942 4 5 GKAAAA SVAAAA AAAAxx -756 565 0 0 6 16 6 56 156 256 756 12 13 CDAAAA TVAAAA HHHHxx -321 566 1 1 1 1 1 21 121 321 321 2 3 JMAAAA UVAAAA OOOOxx -36 567 0 0 6 16 6 36 36 36 36 12 13 KBAAAA VVAAAA VVVVxx -232 568 0 0 2 12 2 32 32 232 232 4 5 YIAAAA WVAAAA AAAAxx -430 569 0 2 0 10 0 30 30 430 430 0 1 OQAAAA XVAAAA HHHHxx -177 570 1 1 7 17 7 77 177 177 177 14 15 VGAAAA YVAAAA OOOOxx -220 571 0 0 0 0 0 20 20 220 220 0 1 MIAAAA ZVAAAA VVVVxx -109 572 1 1 9 9 9 9 109 109 109 18 19 FEAAAA AWAAAA AAAAxx -419 573 1 3 9 19 9 19 19 419 419 18 19 DQAAAA BWAAAA HHHHxx -135 574 1 3 5 15 5 35 135 135 135 10 11 FFAAAA CWAAAA OOOOxx -610 575 0 2 0 10 0 10 10 110 610 0 1 MXAAAA DWAAAA VVVVxx -956 576 0 0 6 16 6 56 156 456 956 12 13 UKAAAA EWAAAA AAAAxx -626 577 0 2 6 6 6 26 26 126 626 12 13 CYAAAA FWAAAA HHHHxx -375 578 1 3 5 15 5 75 175 375 375 10 11 LOAAAA GWAAAA OOOOxx -976 579 0 0 6 16 6 76 176 476 976 12 13 OLAAAA HWAAAA VVVVxx -152 580 0 0 2 12 2 52 152 152 152 4 5 WFAAAA IWAAAA AAAAxx -308 581 0 0 8 8 8 8 108 308 308 16 17 WLAAAA JWAAAA HHHHxx -445 582 1 1 5 5 5 45 45 445 445 10 11 DRAAAA KWAAAA OOOOxx -326 583 0 2 6 6 6 26 126 326 326 12 13 OMAAAA LWAAAA VVVVxx -422 584 0 2 2 2 2 22 22 422 422 4 5 GQAAAA MWAAAA AAAAxx -972 585 0 0 2 12 2 72 172 472 972 4 5 KLAAAA NWAAAA HHHHxx -45 586 1 1 5 5 5 45 45 45 45 10 11 TBAAAA OWAAAA OOOOxx -725 587 1 1 5 5 5 25 125 225 725 10 11 XBAAAA PWAAAA VVVVxx -753 588 1 1 3 13 3 53 153 253 753 6 7 ZCAAAA QWAAAA AAAAxx -493 589 1 1 3 13 3 93 93 493 493 6 7 ZSAAAA RWAAAA HHHHxx -601 590 1 1 1 1 1 1 1 101 601 2 3 DXAAAA SWAAAA OOOOxx -463 591 1 3 3 3 3 63 63 463 463 6 7 VRAAAA TWAAAA VVVVxx -303 592 1 3 3 3 3 3 103 303 303 6 7 RLAAAA UWAAAA AAAAxx -59 593 1 3 9 19 9 59 59 59 59 18 19 HCAAAA VWAAAA HHHHxx -595 594 1 3 5 15 5 95 195 95 595 10 11 XWAAAA WWAAAA OOOOxx -807 595 1 3 7 7 7 7 7 307 807 14 15 BFAAAA XWAAAA VVVVxx -424 596 0 0 4 4 4 24 24 424 424 8 9 IQAAAA YWAAAA AAAAxx -521 597 1 1 1 1 1 21 121 21 521 2 3 BUAAAA ZWAAAA HHHHxx -341 598 1 1 1 1 1 41 141 341 341 2 3 DNAAAA AXAAAA OOOOxx -571 599 1 3 1 11 1 71 171 71 571 2 3 ZVAAAA BXAAAA VVVVxx -165 600 1 1 5 5 5 65 165 165 165 10 11 JGAAAA CXAAAA AAAAxx -908 601 0 0 8 8 8 8 108 408 908 16 17 YIAAAA DXAAAA HHHHxx -351 602 1 3 1 11 1 51 151 351 351 2 3 NNAAAA EXAAAA OOOOxx -334 603 0 2 4 14 4 34 134 334 334 8 9 WMAAAA FXAAAA VVVVxx -636 604 0 0 6 16 6 36 36 136 636 12 13 MYAAAA GXAAAA AAAAxx -138 605 0 2 8 18 8 38 138 138 138 16 17 IFAAAA HXAAAA HHHHxx -438 606 0 2 8 18 8 38 38 438 438 16 17 WQAAAA IXAAAA OOOOxx -391 607 1 3 1 11 1 91 191 391 391 2 3 BPAAAA JXAAAA VVVVxx -395 608 1 3 5 15 5 95 195 395 395 10 11 FPAAAA KXAAAA AAAAxx -502 609 0 2 2 2 2 2 102 2 502 4 5 ITAAAA LXAAAA HHHHxx -85 610 1 1 5 5 5 85 85 85 85 10 11 HDAAAA MXAAAA OOOOxx -786 611 0 2 6 6 6 86 186 286 786 12 13 GEAAAA NXAAAA VVVVxx -619 612 1 3 9 19 9 19 19 119 619 18 19 VXAAAA OXAAAA AAAAxx -440 613 0 0 0 0 0 40 40 440 440 0 1 YQAAAA PXAAAA HHHHxx -949 614 1 1 9 9 9 49 149 449 949 18 19 NKAAAA QXAAAA OOOOxx -691 615 1 3 1 11 1 91 91 191 691 2 3 PAAAAA RXAAAA VVVVxx -348 616 0 0 8 8 8 48 148 348 348 16 17 KNAAAA SXAAAA AAAAxx -506 617 0 2 6 6 6 6 106 6 506 12 13 MTAAAA TXAAAA HHHHxx -192 618 0 0 2 12 2 92 192 192 192 4 5 KHAAAA UXAAAA OOOOxx -369 619 1 1 9 9 9 69 169 369 369 18 19 FOAAAA VXAAAA VVVVxx -311 620 1 3 1 11 1 11 111 311 311 2 3 ZLAAAA WXAAAA AAAAxx -273 621 1 1 3 13 3 73 73 273 273 6 7 NKAAAA XXAAAA HHHHxx -770 622 0 2 0 10 0 70 170 270 770 0 1 QDAAAA YXAAAA OOOOxx -191 623 1 3 1 11 1 91 191 191 191 2 3 JHAAAA ZXAAAA VVVVxx -90 624 0 2 0 10 0 90 90 90 90 0 1 MDAAAA AYAAAA AAAAxx -163 625 1 3 3 3 3 63 163 163 163 6 7 HGAAAA BYAAAA HHHHxx -350 626 0 2 0 10 0 50 150 350 350 0 1 MNAAAA CYAAAA OOOOxx -55 627 1 3 5 15 5 55 55 55 55 10 11 DCAAAA DYAAAA VVVVxx -488 628 0 0 8 8 8 88 88 488 488 16 17 USAAAA EYAAAA AAAAxx -215 629 1 3 5 15 5 15 15 215 215 10 11 HIAAAA FYAAAA HHHHxx -732 630 0 0 2 12 2 32 132 232 732 4 5 ECAAAA GYAAAA OOOOxx -688 631 0 0 8 8 8 88 88 188 688 16 17 MAAAAA HYAAAA VVVVxx -520 632 0 0 0 0 0 20 120 20 520 0 1 AUAAAA IYAAAA AAAAxx -62 633 0 2 2 2 2 62 62 62 62 4 5 KCAAAA JYAAAA HHHHxx -423 634 1 3 3 3 3 23 23 423 423 6 7 HQAAAA KYAAAA OOOOxx -242 635 0 2 2 2 2 42 42 242 242 4 5 IJAAAA LYAAAA VVVVxx -193 636 1 1 3 13 3 93 193 193 193 6 7 LHAAAA MYAAAA AAAAxx -648 637 0 0 8 8 8 48 48 148 648 16 17 YYAAAA NYAAAA HHHHxx -459 638 1 3 9 19 9 59 59 459 459 18 19 RRAAAA OYAAAA OOOOxx -196 639 0 0 6 16 6 96 196 196 196 12 13 OHAAAA PYAAAA VVVVxx -476 640 0 0 6 16 6 76 76 476 476 12 13 ISAAAA QYAAAA AAAAxx -903 641 1 3 3 3 3 3 103 403 903 6 7 TIAAAA RYAAAA HHHHxx -974 642 0 2 4 14 4 74 174 474 974 8 9 MLAAAA SYAAAA OOOOxx -603 643 1 3 3 3 3 3 3 103 603 6 7 FXAAAA TYAAAA VVVVxx -12 644 0 0 2 12 2 12 12 12 12 4 5 MAAAAA UYAAAA AAAAxx -599 645 1 3 9 19 9 99 199 99 599 18 19 BXAAAA VYAAAA HHHHxx -914 646 0 2 4 14 4 14 114 414 914 8 9 EJAAAA WYAAAA OOOOxx -7 647 1 3 7 7 7 7 7 7 7 14 15 HAAAAA XYAAAA VVVVxx -213 648 1 1 3 13 3 13 13 213 213 6 7 FIAAAA YYAAAA AAAAxx -174 649 0 2 4 14 4 74 174 174 174 8 9 SGAAAA ZYAAAA HHHHxx -392 650 0 0 2 12 2 92 192 392 392 4 5 CPAAAA AZAAAA OOOOxx -674 651 0 2 4 14 4 74 74 174 674 8 9 YZAAAA BZAAAA VVVVxx -650 652 0 2 0 10 0 50 50 150 650 0 1 AZAAAA CZAAAA AAAAxx -8 653 0 0 8 8 8 8 8 8 8 16 17 IAAAAA DZAAAA HHHHxx -492 654 0 0 2 12 2 92 92 492 492 4 5 YSAAAA EZAAAA OOOOxx -322 655 0 2 2 2 2 22 122 322 322 4 5 KMAAAA FZAAAA VVVVxx -315 656 1 3 5 15 5 15 115 315 315 10 11 DMAAAA GZAAAA AAAAxx -380 657 0 0 0 0 0 80 180 380 380 0 1 QOAAAA HZAAAA HHHHxx -353 658 1 1 3 13 3 53 153 353 353 6 7 PNAAAA IZAAAA OOOOxx -892 659 0 0 2 12 2 92 92 392 892 4 5 IIAAAA JZAAAA VVVVxx -932 660 0 0 2 12 2 32 132 432 932 4 5 WJAAAA KZAAAA AAAAxx -993 661 1 1 3 13 3 93 193 493 993 6 7 FMAAAA LZAAAA HHHHxx -859 662 1 3 9 19 9 59 59 359 859 18 19 BHAAAA MZAAAA OOOOxx -806 663 0 2 6 6 6 6 6 306 806 12 13 AFAAAA NZAAAA VVVVxx -145 664 1 1 5 5 5 45 145 145 145 10 11 PFAAAA OZAAAA AAAAxx -373 665 1 1 3 13 3 73 173 373 373 6 7 JOAAAA PZAAAA HHHHxx -418 666 0 2 8 18 8 18 18 418 418 16 17 CQAAAA QZAAAA OOOOxx -865 667 1 1 5 5 5 65 65 365 865 10 11 HHAAAA RZAAAA VVVVxx -462 668 0 2 2 2 2 62 62 462 462 4 5 URAAAA SZAAAA AAAAxx -24 669 0 0 4 4 4 24 24 24 24 8 9 YAAAAA TZAAAA HHHHxx -920 670 0 0 0 0 0 20 120 420 920 0 1 KJAAAA UZAAAA OOOOxx -672 671 0 0 2 12 2 72 72 172 672 4 5 WZAAAA VZAAAA VVVVxx -92 672 0 0 2 12 2 92 92 92 92 4 5 ODAAAA WZAAAA AAAAxx -721 673 1 1 1 1 1 21 121 221 721 2 3 TBAAAA XZAAAA HHHHxx -646 674 0 2 6 6 6 46 46 146 646 12 13 WYAAAA YZAAAA OOOOxx -910 675 0 2 0 10 0 10 110 410 910 0 1 AJAAAA ZZAAAA VVVVxx -909 676 1 1 9 9 9 9 109 409 909 18 19 ZIAAAA AABAAA AAAAxx -630 677 0 2 0 10 0 30 30 130 630 0 1 GYAAAA BABAAA HHHHxx -482 678 0 2 2 2 2 82 82 482 482 4 5 OSAAAA CABAAA OOOOxx -559 679 1 3 9 19 9 59 159 59 559 18 19 NVAAAA DABAAA VVVVxx -853 680 1 1 3 13 3 53 53 353 853 6 7 VGAAAA EABAAA AAAAxx -141 681 1 1 1 1 1 41 141 141 141 2 3 LFAAAA FABAAA HHHHxx -266 682 0 2 6 6 6 66 66 266 266 12 13 GKAAAA GABAAA OOOOxx -835 683 1 3 5 15 5 35 35 335 835 10 11 DGAAAA HABAAA VVVVxx -164 684 0 0 4 4 4 64 164 164 164 8 9 IGAAAA IABAAA AAAAxx -629 685 1 1 9 9 9 29 29 129 629 18 19 FYAAAA JABAAA HHHHxx -203 686 1 3 3 3 3 3 3 203 203 6 7 VHAAAA KABAAA OOOOxx -411 687 1 3 1 11 1 11 11 411 411 2 3 VPAAAA LABAAA VVVVxx -930 688 0 2 0 10 0 30 130 430 930 0 1 UJAAAA MABAAA AAAAxx -435 689 1 3 5 15 5 35 35 435 435 10 11 TQAAAA NABAAA HHHHxx -563 690 1 3 3 3 3 63 163 63 563 6 7 RVAAAA OABAAA OOOOxx -960 691 0 0 0 0 0 60 160 460 960 0 1 YKAAAA PABAAA VVVVxx -733 692 1 1 3 13 3 33 133 233 733 6 7 FCAAAA QABAAA AAAAxx -967 693 1 3 7 7 7 67 167 467 967 14 15 FLAAAA RABAAA HHHHxx -668 694 0 0 8 8 8 68 68 168 668 16 17 SZAAAA SABAAA OOOOxx -994 695 0 2 4 14 4 94 194 494 994 8 9 GMAAAA TABAAA VVVVxx -129 696 1 1 9 9 9 29 129 129 129 18 19 ZEAAAA UABAAA AAAAxx -954 697 0 2 4 14 4 54 154 454 954 8 9 SKAAAA VABAAA HHHHxx -68 698 0 0 8 8 8 68 68 68 68 16 17 QCAAAA WABAAA OOOOxx -79 699 1 3 9 19 9 79 79 79 79 18 19 BDAAAA XABAAA VVVVxx -121 700 1 1 1 1 1 21 121 121 121 2 3 REAAAA YABAAA AAAAxx -740 701 0 0 0 0 0 40 140 240 740 0 1 MCAAAA ZABAAA HHHHxx -902 702 0 2 2 2 2 2 102 402 902 4 5 SIAAAA ABBAAA OOOOxx -695 703 1 3 5 15 5 95 95 195 695 10 11 TAAAAA BBBAAA VVVVxx -455 704 1 3 5 15 5 55 55 455 455 10 11 NRAAAA CBBAAA AAAAxx -89 705 1 1 9 9 9 89 89 89 89 18 19 LDAAAA DBBAAA HHHHxx -893 706 1 1 3 13 3 93 93 393 893 6 7 JIAAAA EBBAAA OOOOxx -202 707 0 2 2 2 2 2 2 202 202 4 5 UHAAAA FBBAAA VVVVxx -132 708 0 0 2 12 2 32 132 132 132 4 5 CFAAAA GBBAAA AAAAxx -782 709 0 2 2 2 2 82 182 282 782 4 5 CEAAAA HBBAAA HHHHxx -512 710 0 0 2 12 2 12 112 12 512 4 5 STAAAA IBBAAA OOOOxx -857 711 1 1 7 17 7 57 57 357 857 14 15 ZGAAAA JBBAAA VVVVxx -248 712 0 0 8 8 8 48 48 248 248 16 17 OJAAAA KBBAAA AAAAxx -858 713 0 2 8 18 8 58 58 358 858 16 17 AHAAAA LBBAAA HHHHxx -527 714 1 3 7 7 7 27 127 27 527 14 15 HUAAAA MBBAAA OOOOxx -450 715 0 2 0 10 0 50 50 450 450 0 1 IRAAAA NBBAAA VVVVxx -712 716 0 0 2 12 2 12 112 212 712 4 5 KBAAAA OBBAAA AAAAxx -153 717 1 1 3 13 3 53 153 153 153 6 7 XFAAAA PBBAAA HHHHxx -587 718 1 3 7 7 7 87 187 87 587 14 15 PWAAAA QBBAAA OOOOxx -593 719 1 1 3 13 3 93 193 93 593 6 7 VWAAAA RBBAAA VVVVxx -249 720 1 1 9 9 9 49 49 249 249 18 19 PJAAAA SBBAAA AAAAxx -128 721 0 0 8 8 8 28 128 128 128 16 17 YEAAAA TBBAAA HHHHxx -675 722 1 3 5 15 5 75 75 175 675 10 11 ZZAAAA UBBAAA OOOOxx -929 723 1 1 9 9 9 29 129 429 929 18 19 TJAAAA VBBAAA VVVVxx -156 724 0 0 6 16 6 56 156 156 156 12 13 AGAAAA WBBAAA AAAAxx -415 725 1 3 5 15 5 15 15 415 415 10 11 ZPAAAA XBBAAA HHHHxx -28 726 0 0 8 8 8 28 28 28 28 16 17 CBAAAA YBBAAA OOOOxx -18 727 0 2 8 18 8 18 18 18 18 16 17 SAAAAA ZBBAAA VVVVxx -255 728 1 3 5 15 5 55 55 255 255 10 11 VJAAAA ACBAAA AAAAxx -793 729 1 1 3 13 3 93 193 293 793 6 7 NEAAAA BCBAAA HHHHxx -554 730 0 2 4 14 4 54 154 54 554 8 9 IVAAAA CCBAAA OOOOxx -467 731 1 3 7 7 7 67 67 467 467 14 15 ZRAAAA DCBAAA VVVVxx -410 732 0 2 0 10 0 10 10 410 410 0 1 UPAAAA ECBAAA AAAAxx -651 733 1 3 1 11 1 51 51 151 651 2 3 BZAAAA FCBAAA HHHHxx -287 734 1 3 7 7 7 87 87 287 287 14 15 BLAAAA GCBAAA OOOOxx -640 735 0 0 0 0 0 40 40 140 640 0 1 QYAAAA HCBAAA VVVVxx -245 736 1 1 5 5 5 45 45 245 245 10 11 LJAAAA ICBAAA AAAAxx -21 737 1 1 1 1 1 21 21 21 21 2 3 VAAAAA JCBAAA HHHHxx -83 738 1 3 3 3 3 83 83 83 83 6 7 FDAAAA KCBAAA OOOOxx -228 739 0 0 8 8 8 28 28 228 228 16 17 UIAAAA LCBAAA VVVVxx -323 740 1 3 3 3 3 23 123 323 323 6 7 LMAAAA MCBAAA AAAAxx -594 741 0 2 4 14 4 94 194 94 594 8 9 WWAAAA NCBAAA HHHHxx -528 742 0 0 8 8 8 28 128 28 528 16 17 IUAAAA OCBAAA OOOOxx -276 743 0 0 6 16 6 76 76 276 276 12 13 QKAAAA PCBAAA VVVVxx -598 744 0 2 8 18 8 98 198 98 598 16 17 AXAAAA QCBAAA AAAAxx -635 745 1 3 5 15 5 35 35 135 635 10 11 LYAAAA RCBAAA HHHHxx -868 746 0 0 8 8 8 68 68 368 868 16 17 KHAAAA SCBAAA OOOOxx -290 747 0 2 0 10 0 90 90 290 290 0 1 ELAAAA TCBAAA VVVVxx -468 748 0 0 8 8 8 68 68 468 468 16 17 ASAAAA UCBAAA AAAAxx -689 749 1 1 9 9 9 89 89 189 689 18 19 NAAAAA VCBAAA HHHHxx -799 750 1 3 9 19 9 99 199 299 799 18 19 TEAAAA WCBAAA OOOOxx -210 751 0 2 0 10 0 10 10 210 210 0 1 CIAAAA XCBAAA VVVVxx -346 752 0 2 6 6 6 46 146 346 346 12 13 INAAAA YCBAAA AAAAxx -957 753 1 1 7 17 7 57 157 457 957 14 15 VKAAAA ZCBAAA HHHHxx -905 754 1 1 5 5 5 5 105 405 905 10 11 VIAAAA ADBAAA OOOOxx -523 755 1 3 3 3 3 23 123 23 523 6 7 DUAAAA BDBAAA VVVVxx -899 756 1 3 9 19 9 99 99 399 899 18 19 PIAAAA CDBAAA AAAAxx -867 757 1 3 7 7 7 67 67 367 867 14 15 JHAAAA DDBAAA HHHHxx -11 758 1 3 1 11 1 11 11 11 11 2 3 LAAAAA EDBAAA OOOOxx -320 759 0 0 0 0 0 20 120 320 320 0 1 IMAAAA FDBAAA VVVVxx -766 760 0 2 6 6 6 66 166 266 766 12 13 MDAAAA GDBAAA AAAAxx -84 761 0 0 4 4 4 84 84 84 84 8 9 GDAAAA HDBAAA HHHHxx -507 762 1 3 7 7 7 7 107 7 507 14 15 NTAAAA IDBAAA OOOOxx -471 763 1 3 1 11 1 71 71 471 471 2 3 DSAAAA JDBAAA VVVVxx -517 764 1 1 7 17 7 17 117 17 517 14 15 XTAAAA KDBAAA AAAAxx -234 765 0 2 4 14 4 34 34 234 234 8 9 AJAAAA LDBAAA HHHHxx -988 766 0 0 8 8 8 88 188 488 988 16 17 AMAAAA MDBAAA OOOOxx -473 767 1 1 3 13 3 73 73 473 473 6 7 FSAAAA NDBAAA VVVVxx -66 768 0 2 6 6 6 66 66 66 66 12 13 OCAAAA ODBAAA AAAAxx -530 769 0 2 0 10 0 30 130 30 530 0 1 KUAAAA PDBAAA HHHHxx -834 770 0 2 4 14 4 34 34 334 834 8 9 CGAAAA QDBAAA OOOOxx -894 771 0 2 4 14 4 94 94 394 894 8 9 KIAAAA RDBAAA VVVVxx -481 772 1 1 1 1 1 81 81 481 481 2 3 NSAAAA SDBAAA AAAAxx -280 773 0 0 0 0 0 80 80 280 280 0 1 UKAAAA TDBAAA HHHHxx -705 774 1 1 5 5 5 5 105 205 705 10 11 DBAAAA UDBAAA OOOOxx -218 775 0 2 8 18 8 18 18 218 218 16 17 KIAAAA VDBAAA VVVVxx -560 776 0 0 0 0 0 60 160 60 560 0 1 OVAAAA WDBAAA AAAAxx -123 777 1 3 3 3 3 23 123 123 123 6 7 TEAAAA XDBAAA HHHHxx -289 778 1 1 9 9 9 89 89 289 289 18 19 DLAAAA YDBAAA OOOOxx -189 779 1 1 9 9 9 89 189 189 189 18 19 HHAAAA ZDBAAA VVVVxx -541 780 1 1 1 1 1 41 141 41 541 2 3 VUAAAA AEBAAA AAAAxx -876 781 0 0 6 16 6 76 76 376 876 12 13 SHAAAA BEBAAA HHHHxx -504 782 0 0 4 4 4 4 104 4 504 8 9 KTAAAA CEBAAA OOOOxx -643 783 1 3 3 3 3 43 43 143 643 6 7 TYAAAA DEBAAA VVVVxx -73 784 1 1 3 13 3 73 73 73 73 6 7 VCAAAA EEBAAA AAAAxx -465 785 1 1 5 5 5 65 65 465 465 10 11 XRAAAA FEBAAA HHHHxx -861 786 1 1 1 1 1 61 61 361 861 2 3 DHAAAA GEBAAA OOOOxx -355 787 1 3 5 15 5 55 155 355 355 10 11 RNAAAA HEBAAA VVVVxx -441 788 1 1 1 1 1 41 41 441 441 2 3 ZQAAAA IEBAAA AAAAxx -219 789 1 3 9 19 9 19 19 219 219 18 19 LIAAAA JEBAAA HHHHxx -839 790 1 3 9 19 9 39 39 339 839 18 19 HGAAAA KEBAAA OOOOxx -271 791 1 3 1 11 1 71 71 271 271 2 3 LKAAAA LEBAAA VVVVxx -212 792 0 0 2 12 2 12 12 212 212 4 5 EIAAAA MEBAAA AAAAxx -904 793 0 0 4 4 4 4 104 404 904 8 9 UIAAAA NEBAAA HHHHxx -244 794 0 0 4 4 4 44 44 244 244 8 9 KJAAAA OEBAAA OOOOxx -751 795 1 3 1 11 1 51 151 251 751 2 3 XCAAAA PEBAAA VVVVxx -944 796 0 0 4 4 4 44 144 444 944 8 9 IKAAAA QEBAAA AAAAxx -305 797 1 1 5 5 5 5 105 305 305 10 11 TLAAAA REBAAA HHHHxx -617 798 1 1 7 17 7 17 17 117 617 14 15 TXAAAA SEBAAA OOOOxx -891 799 1 3 1 11 1 91 91 391 891 2 3 HIAAAA TEBAAA VVVVxx -653 800 1 1 3 13 3 53 53 153 653 6 7 DZAAAA UEBAAA AAAAxx -845 801 1 1 5 5 5 45 45 345 845 10 11 NGAAAA VEBAAA HHHHxx -936 802 0 0 6 16 6 36 136 436 936 12 13 AKAAAA WEBAAA OOOOxx -91 803 1 3 1 11 1 91 91 91 91 2 3 NDAAAA XEBAAA VVVVxx -442 804 0 2 2 2 2 42 42 442 442 4 5 ARAAAA YEBAAA AAAAxx -498 805 0 2 8 18 8 98 98 498 498 16 17 ETAAAA ZEBAAA HHHHxx -987 806 1 3 7 7 7 87 187 487 987 14 15 ZLAAAA AFBAAA OOOOxx -194 807 0 2 4 14 4 94 194 194 194 8 9 MHAAAA BFBAAA VVVVxx -927 808 1 3 7 7 7 27 127 427 927 14 15 RJAAAA CFBAAA AAAAxx -607 809 1 3 7 7 7 7 7 107 607 14 15 JXAAAA DFBAAA HHHHxx -119 810 1 3 9 19 9 19 119 119 119 18 19 PEAAAA EFBAAA OOOOxx -182 811 0 2 2 2 2 82 182 182 182 4 5 AHAAAA FFBAAA VVVVxx -606 812 0 2 6 6 6 6 6 106 606 12 13 IXAAAA GFBAAA AAAAxx -849 813 1 1 9 9 9 49 49 349 849 18 19 RGAAAA HFBAAA HHHHxx -34 814 0 2 4 14 4 34 34 34 34 8 9 IBAAAA IFBAAA OOOOxx -683 815 1 3 3 3 3 83 83 183 683 6 7 HAAAAA JFBAAA VVVVxx -134 816 0 2 4 14 4 34 134 134 134 8 9 EFAAAA KFBAAA AAAAxx -331 817 1 3 1 11 1 31 131 331 331 2 3 TMAAAA LFBAAA HHHHxx -808 818 0 0 8 8 8 8 8 308 808 16 17 CFAAAA MFBAAA OOOOxx -703 819 1 3 3 3 3 3 103 203 703 6 7 BBAAAA NFBAAA VVVVxx -669 820 1 1 9 9 9 69 69 169 669 18 19 TZAAAA OFBAAA AAAAxx -264 821 0 0 4 4 4 64 64 264 264 8 9 EKAAAA PFBAAA HHHHxx -277 822 1 1 7 17 7 77 77 277 277 14 15 RKAAAA QFBAAA OOOOxx -877 823 1 1 7 17 7 77 77 377 877 14 15 THAAAA RFBAAA VVVVxx -783 824 1 3 3 3 3 83 183 283 783 6 7 DEAAAA SFBAAA AAAAxx -791 825 1 3 1 11 1 91 191 291 791 2 3 LEAAAA TFBAAA HHHHxx -171 826 1 3 1 11 1 71 171 171 171 2 3 PGAAAA UFBAAA OOOOxx -564 827 0 0 4 4 4 64 164 64 564 8 9 SVAAAA VFBAAA VVVVxx -230 828 0 2 0 10 0 30 30 230 230 0 1 WIAAAA WFBAAA AAAAxx -881 829 1 1 1 1 1 81 81 381 881 2 3 XHAAAA XFBAAA HHHHxx -890 830 0 2 0 10 0 90 90 390 890 0 1 GIAAAA YFBAAA OOOOxx -374 831 0 2 4 14 4 74 174 374 374 8 9 KOAAAA ZFBAAA VVVVxx -697 832 1 1 7 17 7 97 97 197 697 14 15 VAAAAA AGBAAA AAAAxx -4 833 0 0 4 4 4 4 4 4 4 8 9 EAAAAA BGBAAA HHHHxx -385 834 1 1 5 5 5 85 185 385 385 10 11 VOAAAA CGBAAA OOOOxx -739 835 1 3 9 19 9 39 139 239 739 18 19 LCAAAA DGBAAA VVVVxx -623 836 1 3 3 3 3 23 23 123 623 6 7 ZXAAAA EGBAAA AAAAxx -547 837 1 3 7 7 7 47 147 47 547 14 15 BVAAAA FGBAAA HHHHxx -532 838 0 0 2 12 2 32 132 32 532 4 5 MUAAAA GGBAAA OOOOxx -383 839 1 3 3 3 3 83 183 383 383 6 7 TOAAAA HGBAAA VVVVxx -181 840 1 1 1 1 1 81 181 181 181 2 3 ZGAAAA IGBAAA AAAAxx -327 841 1 3 7 7 7 27 127 327 327 14 15 PMAAAA JGBAAA HHHHxx -701 842 1 1 1 1 1 1 101 201 701 2 3 ZAAAAA KGBAAA OOOOxx -111 843 1 3 1 11 1 11 111 111 111 2 3 HEAAAA LGBAAA VVVVxx -977 844 1 1 7 17 7 77 177 477 977 14 15 PLAAAA MGBAAA AAAAxx -431 845 1 3 1 11 1 31 31 431 431 2 3 PQAAAA NGBAAA HHHHxx -456 846 0 0 6 16 6 56 56 456 456 12 13 ORAAAA OGBAAA OOOOxx -368 847 0 0 8 8 8 68 168 368 368 16 17 EOAAAA PGBAAA VVVVxx -32 848 0 0 2 12 2 32 32 32 32 4 5 GBAAAA QGBAAA AAAAxx -125 849 1 1 5 5 5 25 125 125 125 10 11 VEAAAA RGBAAA HHHHxx -847 850 1 3 7 7 7 47 47 347 847 14 15 PGAAAA SGBAAA OOOOxx -485 851 1 1 5 5 5 85 85 485 485 10 11 RSAAAA TGBAAA VVVVxx -387 852 1 3 7 7 7 87 187 387 387 14 15 XOAAAA UGBAAA AAAAxx -288 853 0 0 8 8 8 88 88 288 288 16 17 CLAAAA VGBAAA HHHHxx -919 854 1 3 9 19 9 19 119 419 919 18 19 JJAAAA WGBAAA OOOOxx -393 855 1 1 3 13 3 93 193 393 393 6 7 DPAAAA XGBAAA VVVVxx -953 856 1 1 3 13 3 53 153 453 953 6 7 RKAAAA YGBAAA AAAAxx -798 857 0 2 8 18 8 98 198 298 798 16 17 SEAAAA ZGBAAA HHHHxx -940 858 0 0 0 0 0 40 140 440 940 0 1 EKAAAA AHBAAA OOOOxx -198 859 0 2 8 18 8 98 198 198 198 16 17 QHAAAA BHBAAA VVVVxx -25 860 1 1 5 5 5 25 25 25 25 10 11 ZAAAAA CHBAAA AAAAxx -190 861 0 2 0 10 0 90 190 190 190 0 1 IHAAAA DHBAAA HHHHxx -820 862 0 0 0 0 0 20 20 320 820 0 1 OFAAAA EHBAAA OOOOxx -15 863 1 3 5 15 5 15 15 15 15 10 11 PAAAAA FHBAAA VVVVxx -427 864 1 3 7 7 7 27 27 427 427 14 15 LQAAAA GHBAAA AAAAxx -349 865 1 1 9 9 9 49 149 349 349 18 19 LNAAAA HHBAAA HHHHxx -785 866 1 1 5 5 5 85 185 285 785 10 11 FEAAAA IHBAAA OOOOxx -340 867 0 0 0 0 0 40 140 340 340 0 1 CNAAAA JHBAAA VVVVxx -292 868 0 0 2 12 2 92 92 292 292 4 5 GLAAAA KHBAAA AAAAxx -17 869 1 1 7 17 7 17 17 17 17 14 15 RAAAAA LHBAAA HHHHxx -985 870 1 1 5 5 5 85 185 485 985 10 11 XLAAAA MHBAAA OOOOxx -645 871 1 1 5 5 5 45 45 145 645 10 11 VYAAAA NHBAAA VVVVxx -631 872 1 3 1 11 1 31 31 131 631 2 3 HYAAAA OHBAAA AAAAxx -761 873 1 1 1 1 1 61 161 261 761 2 3 HDAAAA PHBAAA HHHHxx -707 874 1 3 7 7 7 7 107 207 707 14 15 FBAAAA QHBAAA OOOOxx -776 875 0 0 6 16 6 76 176 276 776 12 13 WDAAAA RHBAAA VVVVxx -856 876 0 0 6 16 6 56 56 356 856 12 13 YGAAAA SHBAAA AAAAxx -978 877 0 2 8 18 8 78 178 478 978 16 17 QLAAAA THBAAA HHHHxx -710 878 0 2 0 10 0 10 110 210 710 0 1 IBAAAA UHBAAA OOOOxx -604 879 0 0 4 4 4 4 4 104 604 8 9 GXAAAA VHBAAA VVVVxx -291 880 1 3 1 11 1 91 91 291 291 2 3 FLAAAA WHBAAA AAAAxx -747 881 1 3 7 7 7 47 147 247 747 14 15 TCAAAA XHBAAA HHHHxx -837 882 1 1 7 17 7 37 37 337 837 14 15 FGAAAA YHBAAA OOOOxx -722 883 0 2 2 2 2 22 122 222 722 4 5 UBAAAA ZHBAAA VVVVxx -925 884 1 1 5 5 5 25 125 425 925 10 11 PJAAAA AIBAAA AAAAxx -49 885 1 1 9 9 9 49 49 49 49 18 19 XBAAAA BIBAAA HHHHxx -832 886 0 0 2 12 2 32 32 332 832 4 5 AGAAAA CIBAAA OOOOxx -336 887 0 0 6 16 6 36 136 336 336 12 13 YMAAAA DIBAAA VVVVxx -185 888 1 1 5 5 5 85 185 185 185 10 11 DHAAAA EIBAAA AAAAxx -434 889 0 2 4 14 4 34 34 434 434 8 9 SQAAAA FIBAAA HHHHxx -284 890 0 0 4 4 4 84 84 284 284 8 9 YKAAAA GIBAAA OOOOxx -812 891 0 0 2 12 2 12 12 312 812 4 5 GFAAAA HIBAAA VVVVxx -810 892 0 2 0 10 0 10 10 310 810 0 1 EFAAAA IIBAAA AAAAxx -252 893 0 0 2 12 2 52 52 252 252 4 5 SJAAAA JIBAAA HHHHxx -965 894 1 1 5 5 5 65 165 465 965 10 11 DLAAAA KIBAAA OOOOxx -110 895 0 2 0 10 0 10 110 110 110 0 1 GEAAAA LIBAAA VVVVxx -698 896 0 2 8 18 8 98 98 198 698 16 17 WAAAAA MIBAAA AAAAxx -283 897 1 3 3 3 3 83 83 283 283 6 7 XKAAAA NIBAAA HHHHxx -533 898 1 1 3 13 3 33 133 33 533 6 7 NUAAAA OIBAAA OOOOxx -662 899 0 2 2 2 2 62 62 162 662 4 5 MZAAAA PIBAAA VVVVxx -329 900 1 1 9 9 9 29 129 329 329 18 19 RMAAAA QIBAAA AAAAxx -250 901 0 2 0 10 0 50 50 250 250 0 1 QJAAAA RIBAAA HHHHxx -407 902 1 3 7 7 7 7 7 407 407 14 15 RPAAAA SIBAAA OOOOxx -823 903 1 3 3 3 3 23 23 323 823 6 7 RFAAAA TIBAAA VVVVxx -852 904 0 0 2 12 2 52 52 352 852 4 5 UGAAAA UIBAAA AAAAxx -871 905 1 3 1 11 1 71 71 371 871 2 3 NHAAAA VIBAAA HHHHxx -118 906 0 2 8 18 8 18 118 118 118 16 17 OEAAAA WIBAAA OOOOxx -912 907 0 0 2 12 2 12 112 412 912 4 5 CJAAAA XIBAAA VVVVxx -458 908 0 2 8 18 8 58 58 458 458 16 17 QRAAAA YIBAAA AAAAxx -926 909 0 2 6 6 6 26 126 426 926 12 13 QJAAAA ZIBAAA HHHHxx -328 910 0 0 8 8 8 28 128 328 328 16 17 QMAAAA AJBAAA OOOOxx -980 911 0 0 0 0 0 80 180 480 980 0 1 SLAAAA BJBAAA VVVVxx -259 912 1 3 9 19 9 59 59 259 259 18 19 ZJAAAA CJBAAA AAAAxx -900 913 0 0 0 0 0 0 100 400 900 0 1 QIAAAA DJBAAA HHHHxx -137 914 1 1 7 17 7 37 137 137 137 14 15 HFAAAA EJBAAA OOOOxx -159 915 1 3 9 19 9 59 159 159 159 18 19 DGAAAA FJBAAA VVVVxx -243 916 1 3 3 3 3 43 43 243 243 6 7 JJAAAA GJBAAA AAAAxx -472 917 0 0 2 12 2 72 72 472 472 4 5 ESAAAA HJBAAA HHHHxx -796 918 0 0 6 16 6 96 196 296 796 12 13 QEAAAA IJBAAA OOOOxx -382 919 0 2 2 2 2 82 182 382 382 4 5 SOAAAA JJBAAA VVVVxx -911 920 1 3 1 11 1 11 111 411 911 2 3 BJAAAA KJBAAA AAAAxx -179 921 1 3 9 19 9 79 179 179 179 18 19 XGAAAA LJBAAA HHHHxx -778 922 0 2 8 18 8 78 178 278 778 16 17 YDAAAA MJBAAA OOOOxx -405 923 1 1 5 5 5 5 5 405 405 10 11 PPAAAA NJBAAA VVVVxx -265 924 1 1 5 5 5 65 65 265 265 10 11 FKAAAA OJBAAA AAAAxx -556 925 0 0 6 16 6 56 156 56 556 12 13 KVAAAA PJBAAA HHHHxx -16 926 0 0 6 16 6 16 16 16 16 12 13 QAAAAA QJBAAA OOOOxx -706 927 0 2 6 6 6 6 106 206 706 12 13 EBAAAA RJBAAA VVVVxx -497 928 1 1 7 17 7 97 97 497 497 14 15 DTAAAA SJBAAA AAAAxx -708 929 0 0 8 8 8 8 108 208 708 16 17 GBAAAA TJBAAA HHHHxx -46 930 0 2 6 6 6 46 46 46 46 12 13 UBAAAA UJBAAA OOOOxx -901 931 1 1 1 1 1 1 101 401 901 2 3 RIAAAA VJBAAA VVVVxx -416 932 0 0 6 16 6 16 16 416 416 12 13 AQAAAA WJBAAA AAAAxx -307 933 1 3 7 7 7 7 107 307 307 14 15 VLAAAA XJBAAA HHHHxx -166 934 0 2 6 6 6 66 166 166 166 12 13 KGAAAA YJBAAA OOOOxx -178 935 0 2 8 18 8 78 178 178 178 16 17 WGAAAA ZJBAAA VVVVxx -499 936 1 3 9 19 9 99 99 499 499 18 19 FTAAAA AKBAAA AAAAxx -257 937 1 1 7 17 7 57 57 257 257 14 15 XJAAAA BKBAAA HHHHxx -342 938 0 2 2 2 2 42 142 342 342 4 5 ENAAAA CKBAAA OOOOxx -850 939 0 2 0 10 0 50 50 350 850 0 1 SGAAAA DKBAAA VVVVxx -313 940 1 1 3 13 3 13 113 313 313 6 7 BMAAAA EKBAAA AAAAxx -831 941 1 3 1 11 1 31 31 331 831 2 3 ZFAAAA FKBAAA HHHHxx -57 942 1 1 7 17 7 57 57 57 57 14 15 FCAAAA GKBAAA OOOOxx -37 943 1 1 7 17 7 37 37 37 37 14 15 LBAAAA HKBAAA VVVVxx -511 944 1 3 1 11 1 11 111 11 511 2 3 RTAAAA IKBAAA AAAAxx -578 945 0 2 8 18 8 78 178 78 578 16 17 GWAAAA JKBAAA HHHHxx -100 946 0 0 0 0 0 0 100 100 100 0 1 WDAAAA KKBAAA OOOOxx -935 947 1 3 5 15 5 35 135 435 935 10 11 ZJAAAA LKBAAA VVVVxx -821 948 1 1 1 1 1 21 21 321 821 2 3 PFAAAA MKBAAA AAAAxx -294 949 0 2 4 14 4 94 94 294 294 8 9 ILAAAA NKBAAA HHHHxx -575 950 1 3 5 15 5 75 175 75 575 10 11 DWAAAA OKBAAA OOOOxx -272 951 0 0 2 12 2 72 72 272 272 4 5 MKAAAA PKBAAA VVVVxx -491 952 1 3 1 11 1 91 91 491 491 2 3 XSAAAA QKBAAA AAAAxx -43 953 1 3 3 3 3 43 43 43 43 6 7 RBAAAA RKBAAA HHHHxx -167 954 1 3 7 7 7 67 167 167 167 14 15 LGAAAA SKBAAA OOOOxx -457 955 1 1 7 17 7 57 57 457 457 14 15 PRAAAA TKBAAA VVVVxx -647 956 1 3 7 7 7 47 47 147 647 14 15 XYAAAA UKBAAA AAAAxx -180 957 0 0 0 0 0 80 180 180 180 0 1 YGAAAA VKBAAA HHHHxx -48 958 0 0 8 8 8 48 48 48 48 16 17 WBAAAA WKBAAA OOOOxx -553 959 1 1 3 13 3 53 153 53 553 6 7 HVAAAA XKBAAA VVVVxx -188 960 0 0 8 8 8 88 188 188 188 16 17 GHAAAA YKBAAA AAAAxx -262 961 0 2 2 2 2 62 62 262 262 4 5 CKAAAA ZKBAAA HHHHxx -728 962 0 0 8 8 8 28 128 228 728 16 17 ACAAAA ALBAAA OOOOxx -581 963 1 1 1 1 1 81 181 81 581 2 3 JWAAAA BLBAAA VVVVxx -937 964 1 1 7 17 7 37 137 437 937 14 15 BKAAAA CLBAAA AAAAxx -370 965 0 2 0 10 0 70 170 370 370 0 1 GOAAAA DLBAAA HHHHxx -590 966 0 2 0 10 0 90 190 90 590 0 1 SWAAAA ELBAAA OOOOxx -421 967 1 1 1 1 1 21 21 421 421 2 3 FQAAAA FLBAAA VVVVxx -693 968 1 1 3 13 3 93 93 193 693 6 7 RAAAAA GLBAAA AAAAxx -906 969 0 2 6 6 6 6 106 406 906 12 13 WIAAAA HLBAAA HHHHxx -802 970 0 2 2 2 2 2 2 302 802 4 5 WEAAAA ILBAAA OOOOxx -38 971 0 2 8 18 8 38 38 38 38 16 17 MBAAAA JLBAAA VVVVxx -790 972 0 2 0 10 0 90 190 290 790 0 1 KEAAAA KLBAAA AAAAxx -726 973 0 2 6 6 6 26 126 226 726 12 13 YBAAAA LLBAAA HHHHxx -23 974 1 3 3 3 3 23 23 23 23 6 7 XAAAAA MLBAAA OOOOxx -641 975 1 1 1 1 1 41 41 141 641 2 3 RYAAAA NLBAAA VVVVxx -524 976 0 0 4 4 4 24 124 24 524 8 9 EUAAAA OLBAAA AAAAxx -169 977 1 1 9 9 9 69 169 169 169 18 19 NGAAAA PLBAAA HHHHxx -6 978 0 2 6 6 6 6 6 6 6 12 13 GAAAAA QLBAAA OOOOxx -943 979 1 3 3 3 3 43 143 443 943 6 7 HKAAAA RLBAAA VVVVxx -26 980 0 2 6 6 6 26 26 26 26 12 13 ABAAAA SLBAAA AAAAxx -469 981 1 1 9 9 9 69 69 469 469 18 19 BSAAAA TLBAAA HHHHxx -968 982 0 0 8 8 8 68 168 468 968 16 17 GLAAAA ULBAAA OOOOxx -947 983 1 3 7 7 7 47 147 447 947 14 15 LKAAAA VLBAAA VVVVxx -133 984 1 1 3 13 3 33 133 133 133 6 7 DFAAAA WLBAAA AAAAxx -52 985 0 0 2 12 2 52 52 52 52 4 5 ACAAAA XLBAAA HHHHxx -660 986 0 0 0 0 0 60 60 160 660 0 1 KZAAAA YLBAAA OOOOxx -780 987 0 0 0 0 0 80 180 280 780 0 1 AEAAAA ZLBAAA VVVVxx -963 988 1 3 3 3 3 63 163 463 963 6 7 BLAAAA AMBAAA AAAAxx -561 989 1 1 1 1 1 61 161 61 561 2 3 PVAAAA BMBAAA HHHHxx -402 990 0 2 2 2 2 2 2 402 402 4 5 MPAAAA CMBAAA OOOOxx -437 991 1 1 7 17 7 37 37 437 437 14 15 VQAAAA DMBAAA VVVVxx -112 992 0 0 2 12 2 12 112 112 112 4 5 IEAAAA EMBAAA AAAAxx -247 993 1 3 7 7 7 47 47 247 247 14 15 NJAAAA FMBAAA HHHHxx -579 994 1 3 9 19 9 79 179 79 579 18 19 HWAAAA GMBAAA OOOOxx -379 995 1 3 9 19 9 79 179 379 379 18 19 POAAAA HMBAAA VVVVxx -74 996 0 2 4 14 4 74 74 74 74 8 9 WCAAAA IMBAAA AAAAxx -744 997 0 0 4 4 4 44 144 244 744 8 9 QCAAAA JMBAAA HHHHxx -0 998 0 0 0 0 0 0 0 0 0 0 1 AAAAAA KMBAAA OOOOxx -278 999 0 2 8 18 8 78 78 278 278 16 17 SKAAAA LMBAAA VVVVxx -\. --- --- Data for Name: past_inh_parent; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.past_inh_parent FROM stdin; -\. --- --- Data for Name: path_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.path_tbl (f1) FROM stdin; -[(1,2),(3,4)] -((1,2),(3,4)) -[(0,0),(3,0),(4,5),(1,6)] -((1,2),(3,4)) -((1,2),(3,4)) -[(1,2),(3,4)] -((10,20)) -[(11,12),(13,14)] -((11,12),(13,14)) -\. --- --- Data for Name: person; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.person (name, age, location) FROM stdin; -mike 40 (3.1,6.2) -joe 20 (5.5,2.5) -sally 34 (3.8,45.8) -sandra 19 (9.345,9.6) -alex 30 (1.352,8.2) -sue 50 (8.34,7.375) -denise 24 (3.78,87.9) -sarah 88 (8.4,2.3) -teresa 38 (7.7,1.8) -nan 28 (6.35,0.43) -leah 68 (0.6,3.37) -wendy 78 (2.62,3.3) -melissa 28 (3.089,87.23) -joan 18 (9.4,47.04) -mary 8 (3.7,39.2) -jane 58 (1.34,0.44) -liza 38 (9.76,6.9) -jean 28 (8.561,7.3) -jenifer 38 (6.6,23.3) -juanita 58 (4.57,35.8) -susan 78 (6.579,3) -zena 98 (0.35,0) -martie 88 (8.358,0.93) -chris 78 (9.78,2) -pat 18 (1.19,0.6) -zola 58 (2.56,4.3) -louise 98 (5,8.7) -edna 18 (1.53,3.5) -bertha 88 (2.75,9.4) -sumi 38 (1.15,0.6) -koko 88 (1.7,5.5) -gina 18 (9.82,7.5) -rean 48 (8.5,5) -sharon 78 (9.237,8.8) -paula 68 (0.5,0.5) -julie 68 (3.6,7.2) -belinda 38 (8.9,1.7) -karen 48 (8.73,0) -carina 58 (4.27,8.8) -diane 18 (5.912,5.3) -esther 98 (5.36,7.6) -trudy 88 (6.01,0.5) -fanny 8 (1.2,0.9) -carmen 78 (3.8,8.2) -lita 25 (1.3,8.7) -pamela 48 (8.21,9.3) -sandy 38 (3.8,0.2) -trisha 88 (1.29,2.2) -uma 78 (9.73,6.4) -velma 68 (8.8,8.9) -\. --- --- Data for Name: persons; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.persons (id, name) FROM stdin; -1 test -\. --- --- Data for Name: persons2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.persons2 (id, name) FROM stdin; -\. --- --- Data for Name: persons3; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.persons3 (id, name) FROM stdin; -\. --- --- Data for Name: point_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.point_tbl (f1) FROM stdin; -(0,0) -(-10,0) -(-3,4) -(5.1,34.5) -(-5,-12) -(1e-300,-1e-300) -(1e+300,Infinity) -(Infinity,1e+300) -(NaN,NaN) -(10,10) -\. --- --- Data for Name: polygon_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.polygon_tbl (f1) FROM stdin; -((2,0),(2,4),(0,0)) -((3,1),(3,3),(1,0)) -((1,2),(3,4),(5,6),(7,8)) -((7,8),(5,6),(3,4),(1,2)) -((1,2),(7,8),(5,6),(3,-4)) -((0,0)) -((0,1),(0,1)) -\. --- --- Data for Name: pp1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.pp1 (f1) FROM stdin; -\. --- --- Data for Name: quad_box_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.quad_box_tbl (id, b) FROM stdin; -1 (15,15),(10,10) -2 (15,25),(10,20) -3 (15,35),(10,30) -4 (15,45),(10,40) -5 (15,55),(10,50) -6 (15,65),(10,60) -7 (15,75),(10,70) -8 (15,85),(10,80) -9 (15,95),(10,90) -10 (15,105),(10,100) -11 (15,115),(10,110) -12 (15,125),(10,120) -13 (15,135),(10,130) -14 (15,145),(10,140) -15 (15,155),(10,150) -16 (15,165),(10,160) -17 (15,175),(10,170) -18 (15,185),(10,180) -19 (15,195),(10,190) -20 (15,205),(10,200) -21 (15,215),(10,210) -22 (15,225),(10,220) -23 (15,235),(10,230) -24 (15,245),(10,240) -25 (15,255),(10,250) -26 (15,265),(10,260) -27 (15,275),(10,270) -28 (15,285),(10,280) -29 (15,295),(10,290) -30 (15,305),(10,300) -31 (15,315),(10,310) -32 (15,325),(10,320) -33 (15,335),(10,330) -34 (15,345),(10,340) -35 (15,355),(10,350) -36 (15,365),(10,360) -37 (15,375),(10,370) -38 (15,385),(10,380) -39 (15,395),(10,390) -40 (15,405),(10,400) -41 (15,415),(10,410) -42 (15,425),(10,420) -43 (15,435),(10,430) -44 (15,445),(10,440) -45 (15,455),(10,450) -46 (15,465),(10,460) -47 (15,475),(10,470) -48 (15,485),(10,480) -49 (15,495),(10,490) -50 (15,505),(10,500) -51 (15,515),(10,510) -52 (15,525),(10,520) -53 (15,535),(10,530) -54 (15,545),(10,540) -55 (15,555),(10,550) -56 (15,565),(10,560) -57 (15,575),(10,570) -58 (15,585),(10,580) -59 (15,595),(10,590) -60 (15,605),(10,600) -61 (15,615),(10,610) -62 (15,625),(10,620) -63 (15,635),(10,630) -64 (15,645),(10,640) -65 (15,655),(10,650) -66 (15,665),(10,660) -67 (15,675),(10,670) -68 (15,685),(10,680) -69 (15,695),(10,690) -70 (15,705),(10,700) -71 (15,715),(10,710) -72 (15,725),(10,720) -73 (15,735),(10,730) -74 (15,745),(10,740) -75 (15,755),(10,750) -76 (15,765),(10,760) -77 (15,775),(10,770) -78 (15,785),(10,780) -79 (15,795),(10,790) -80 (15,805),(10,800) -81 (15,815),(10,810) -82 (15,825),(10,820) -83 (15,835),(10,830) -84 (15,845),(10,840) -85 (15,855),(10,850) -86 (15,865),(10,860) -87 (15,875),(10,870) -88 (15,885),(10,880) -89 (15,895),(10,890) -90 (15,905),(10,900) -91 (15,915),(10,910) -92 (15,925),(10,920) -93 (15,935),(10,930) -94 (15,945),(10,940) -95 (15,955),(10,950) -96 (15,965),(10,960) -97 (15,975),(10,970) -98 (15,985),(10,980) -99 (15,995),(10,990) -100 (15,1005),(10,1000) -101 (25,15),(20,10) -102 (25,25),(20,20) -103 (25,35),(20,30) -104 (25,45),(20,40) -105 (25,55),(20,50) -106 (25,65),(20,60) -107 (25,75),(20,70) -108 (25,85),(20,80) -109 (25,95),(20,90) -110 (25,105),(20,100) -111 (25,115),(20,110) -112 (25,125),(20,120) -113 (25,135),(20,130) -114 (25,145),(20,140) -115 (25,155),(20,150) -116 (25,165),(20,160) -117 (25,175),(20,170) -118 (25,185),(20,180) -119 (25,195),(20,190) -120 (25,205),(20,200) -121 (25,215),(20,210) -122 (25,225),(20,220) -123 (25,235),(20,230) -124 (25,245),(20,240) -125 (25,255),(20,250) -126 (25,265),(20,260) -127 (25,275),(20,270) -128 (25,285),(20,280) -129 (25,295),(20,290) -130 (25,305),(20,300) -131 (25,315),(20,310) -132 (25,325),(20,320) -133 (25,335),(20,330) -134 (25,345),(20,340) -135 (25,355),(20,350) -136 (25,365),(20,360) -137 (25,375),(20,370) -138 (25,385),(20,380) -139 (25,395),(20,390) -140 (25,405),(20,400) -141 (25,415),(20,410) -142 (25,425),(20,420) -143 (25,435),(20,430) -144 (25,445),(20,440) -145 (25,455),(20,450) -146 (25,465),(20,460) -147 (25,475),(20,470) -148 (25,485),(20,480) -149 (25,495),(20,490) -150 (25,505),(20,500) -151 (25,515),(20,510) -152 (25,525),(20,520) -153 (25,535),(20,530) -154 (25,545),(20,540) -155 (25,555),(20,550) -156 (25,565),(20,560) -157 (25,575),(20,570) -158 (25,585),(20,580) -159 (25,595),(20,590) -160 (25,605),(20,600) -161 (25,615),(20,610) -162 (25,625),(20,620) -163 (25,635),(20,630) -164 (25,645),(20,640) -165 (25,655),(20,650) -166 (25,665),(20,660) -167 (25,675),(20,670) -168 (25,685),(20,680) -169 (25,695),(20,690) -170 (25,705),(20,700) -171 (25,715),(20,710) -172 (25,725),(20,720) -173 (25,735),(20,730) -174 (25,745),(20,740) -175 (25,755),(20,750) -176 (25,765),(20,760) -177 (25,775),(20,770) -178 (25,785),(20,780) -179 (25,795),(20,790) -180 (25,805),(20,800) -181 (25,815),(20,810) -182 (25,825),(20,820) -183 (25,835),(20,830) -184 (25,845),(20,840) -185 (25,855),(20,850) -186 (25,865),(20,860) -187 (25,875),(20,870) -188 (25,885),(20,880) -189 (25,895),(20,890) -190 (25,905),(20,900) -191 (25,915),(20,910) -192 (25,925),(20,920) -193 (25,935),(20,930) -194 (25,945),(20,940) -195 (25,955),(20,950) -196 (25,965),(20,960) -197 (25,975),(20,970) -198 (25,985),(20,980) -199 (25,995),(20,990) -200 (25,1005),(20,1000) -201 (35,15),(30,10) -202 (35,25),(30,20) -203 (35,35),(30,30) -204 (35,45),(30,40) -205 (35,55),(30,50) -206 (35,65),(30,60) -207 (35,75),(30,70) -208 (35,85),(30,80) -209 (35,95),(30,90) -210 (35,105),(30,100) -211 (35,115),(30,110) -212 (35,125),(30,120) -213 (35,135),(30,130) -214 (35,145),(30,140) -215 (35,155),(30,150) -216 (35,165),(30,160) -217 (35,175),(30,170) -218 (35,185),(30,180) -219 (35,195),(30,190) -220 (35,205),(30,200) -221 (35,215),(30,210) -222 (35,225),(30,220) -223 (35,235),(30,230) -224 (35,245),(30,240) -225 (35,255),(30,250) -226 (35,265),(30,260) -227 (35,275),(30,270) -228 (35,285),(30,280) -229 (35,295),(30,290) -230 (35,305),(30,300) -231 (35,315),(30,310) -232 (35,325),(30,320) -233 (35,335),(30,330) -234 (35,345),(30,340) -235 (35,355),(30,350) -236 (35,365),(30,360) -237 (35,375),(30,370) -238 (35,385),(30,380) -239 (35,395),(30,390) -240 (35,405),(30,400) -241 (35,415),(30,410) -242 (35,425),(30,420) -243 (35,435),(30,430) -244 (35,445),(30,440) -245 (35,455),(30,450) -246 (35,465),(30,460) -247 (35,475),(30,470) -248 (35,485),(30,480) -249 (35,495),(30,490) -250 (35,505),(30,500) -251 (35,515),(30,510) -252 (35,525),(30,520) -253 (35,535),(30,530) -254 (35,545),(30,540) -255 (35,555),(30,550) -256 (35,565),(30,560) -257 (35,575),(30,570) -258 (35,585),(30,580) -259 (35,595),(30,590) -260 (35,605),(30,600) -261 (35,615),(30,610) -262 (35,625),(30,620) -263 (35,635),(30,630) -264 (35,645),(30,640) -265 (35,655),(30,650) -266 (35,665),(30,660) -267 (35,675),(30,670) -268 (35,685),(30,680) -269 (35,695),(30,690) -270 (35,705),(30,700) -271 (35,715),(30,710) -272 (35,725),(30,720) -273 (35,735),(30,730) -274 (35,745),(30,740) -275 (35,755),(30,750) -276 (35,765),(30,760) -277 (35,775),(30,770) -278 (35,785),(30,780) -279 (35,795),(30,790) -280 (35,805),(30,800) -281 (35,815),(30,810) -282 (35,825),(30,820) -283 (35,835),(30,830) -284 (35,845),(30,840) -285 (35,855),(30,850) -286 (35,865),(30,860) -287 (35,875),(30,870) -288 (35,885),(30,880) -289 (35,895),(30,890) -290 (35,905),(30,900) -291 (35,915),(30,910) -292 (35,925),(30,920) -293 (35,935),(30,930) -294 (35,945),(30,940) -295 (35,955),(30,950) -296 (35,965),(30,960) -297 (35,975),(30,970) -298 (35,985),(30,980) -299 (35,995),(30,990) -300 (35,1005),(30,1000) -301 (45,15),(40,10) -302 (45,25),(40,20) -303 (45,35),(40,30) -304 (45,45),(40,40) -305 (45,55),(40,50) -306 (45,65),(40,60) -307 (45,75),(40,70) -308 (45,85),(40,80) -309 (45,95),(40,90) -310 (45,105),(40,100) -311 (45,115),(40,110) -312 (45,125),(40,120) -313 (45,135),(40,130) -314 (45,145),(40,140) -315 (45,155),(40,150) -316 (45,165),(40,160) -317 (45,175),(40,170) -318 (45,185),(40,180) -319 (45,195),(40,190) -320 (45,205),(40,200) -321 (45,215),(40,210) -322 (45,225),(40,220) -323 (45,235),(40,230) -324 (45,245),(40,240) -325 (45,255),(40,250) -326 (45,265),(40,260) -327 (45,275),(40,270) -328 (45,285),(40,280) -329 (45,295),(40,290) -330 (45,305),(40,300) -331 (45,315),(40,310) -332 (45,325),(40,320) -333 (45,335),(40,330) -334 (45,345),(40,340) -335 (45,355),(40,350) -336 (45,365),(40,360) -337 (45,375),(40,370) -338 (45,385),(40,380) -339 (45,395),(40,390) -340 (45,405),(40,400) -341 (45,415),(40,410) -342 (45,425),(40,420) -343 (45,435),(40,430) -344 (45,445),(40,440) -345 (45,455),(40,450) -346 (45,465),(40,460) -347 (45,475),(40,470) -348 (45,485),(40,480) -349 (45,495),(40,490) -350 (45,505),(40,500) -351 (45,515),(40,510) -352 (45,525),(40,520) -353 (45,535),(40,530) -354 (45,545),(40,540) -355 (45,555),(40,550) -356 (45,565),(40,560) -357 (45,575),(40,570) -358 (45,585),(40,580) -359 (45,595),(40,590) -360 (45,605),(40,600) -361 (45,615),(40,610) -362 (45,625),(40,620) -363 (45,635),(40,630) -364 (45,645),(40,640) -365 (45,655),(40,650) -366 (45,665),(40,660) -367 (45,675),(40,670) -368 (45,685),(40,680) -369 (45,695),(40,690) -370 (45,705),(40,700) -371 (45,715),(40,710) -372 (45,725),(40,720) -373 (45,735),(40,730) -374 (45,745),(40,740) -375 (45,755),(40,750) -376 (45,765),(40,760) -377 (45,775),(40,770) -378 (45,785),(40,780) -379 (45,795),(40,790) -380 (45,805),(40,800) -381 (45,815),(40,810) -382 (45,825),(40,820) -383 (45,835),(40,830) -384 (45,845),(40,840) -385 (45,855),(40,850) -386 (45,865),(40,860) -387 (45,875),(40,870) -388 (45,885),(40,880) -389 (45,895),(40,890) -390 (45,905),(40,900) -391 (45,915),(40,910) -392 (45,925),(40,920) -393 (45,935),(40,930) -394 (45,945),(40,940) -395 (45,955),(40,950) -396 (45,965),(40,960) -397 (45,975),(40,970) -398 (45,985),(40,980) -399 (45,995),(40,990) -400 (45,1005),(40,1000) -401 (55,15),(50,10) -402 (55,25),(50,20) -403 (55,35),(50,30) -404 (55,45),(50,40) -405 (55,55),(50,50) -406 (55,65),(50,60) -407 (55,75),(50,70) -408 (55,85),(50,80) -409 (55,95),(50,90) -410 (55,105),(50,100) -411 (55,115),(50,110) -412 (55,125),(50,120) -413 (55,135),(50,130) -414 (55,145),(50,140) -415 (55,155),(50,150) -416 (55,165),(50,160) -417 (55,175),(50,170) -418 (55,185),(50,180) -419 (55,195),(50,190) -420 (55,205),(50,200) -421 (55,215),(50,210) -422 (55,225),(50,220) -423 (55,235),(50,230) -424 (55,245),(50,240) -425 (55,255),(50,250) -426 (55,265),(50,260) -427 (55,275),(50,270) -428 (55,285),(50,280) -429 (55,295),(50,290) -430 (55,305),(50,300) -431 (55,315),(50,310) -432 (55,325),(50,320) -433 (55,335),(50,330) -434 (55,345),(50,340) -435 (55,355),(50,350) -436 (55,365),(50,360) -437 (55,375),(50,370) -438 (55,385),(50,380) -439 (55,395),(50,390) -440 (55,405),(50,400) -441 (55,415),(50,410) -442 (55,425),(50,420) -443 (55,435),(50,430) -444 (55,445),(50,440) -445 (55,455),(50,450) -446 (55,465),(50,460) -447 (55,475),(50,470) -448 (55,485),(50,480) -449 (55,495),(50,490) -450 (55,505),(50,500) -451 (55,515),(50,510) -452 (55,525),(50,520) -453 (55,535),(50,530) -454 (55,545),(50,540) -455 (55,555),(50,550) -456 (55,565),(50,560) -457 (55,575),(50,570) -458 (55,585),(50,580) -459 (55,595),(50,590) -460 (55,605),(50,600) -461 (55,615),(50,610) -462 (55,625),(50,620) -463 (55,635),(50,630) -464 (55,645),(50,640) -465 (55,655),(50,650) -466 (55,665),(50,660) -467 (55,675),(50,670) -468 (55,685),(50,680) -469 (55,695),(50,690) -470 (55,705),(50,700) -471 (55,715),(50,710) -472 (55,725),(50,720) -473 (55,735),(50,730) -474 (55,745),(50,740) -475 (55,755),(50,750) -476 (55,765),(50,760) -477 (55,775),(50,770) -478 (55,785),(50,780) -479 (55,795),(50,790) -480 (55,805),(50,800) -481 (55,815),(50,810) -482 (55,825),(50,820) -483 (55,835),(50,830) -484 (55,845),(50,840) -485 (55,855),(50,850) -486 (55,865),(50,860) -487 (55,875),(50,870) -488 (55,885),(50,880) -489 (55,895),(50,890) -490 (55,905),(50,900) -491 (55,915),(50,910) -492 (55,925),(50,920) -493 (55,935),(50,930) -494 (55,945),(50,940) -495 (55,955),(50,950) -496 (55,965),(50,960) -497 (55,975),(50,970) -498 (55,985),(50,980) -499 (55,995),(50,990) -500 (55,1005),(50,1000) -501 (65,15),(60,10) -502 (65,25),(60,20) -503 (65,35),(60,30) -504 (65,45),(60,40) -505 (65,55),(60,50) -506 (65,65),(60,60) -507 (65,75),(60,70) -508 (65,85),(60,80) -509 (65,95),(60,90) -510 (65,105),(60,100) -511 (65,115),(60,110) -512 (65,125),(60,120) -513 (65,135),(60,130) -514 (65,145),(60,140) -515 (65,155),(60,150) -516 (65,165),(60,160) -517 (65,175),(60,170) -518 (65,185),(60,180) -519 (65,195),(60,190) -520 (65,205),(60,200) -521 (65,215),(60,210) -522 (65,225),(60,220) -523 (65,235),(60,230) -524 (65,245),(60,240) -525 (65,255),(60,250) -526 (65,265),(60,260) -527 (65,275),(60,270) -528 (65,285),(60,280) -529 (65,295),(60,290) -530 (65,305),(60,300) -531 (65,315),(60,310) -532 (65,325),(60,320) -533 (65,335),(60,330) -534 (65,345),(60,340) -535 (65,355),(60,350) -536 (65,365),(60,360) -537 (65,375),(60,370) -538 (65,385),(60,380) -539 (65,395),(60,390) -540 (65,405),(60,400) -541 (65,415),(60,410) -542 (65,425),(60,420) -543 (65,435),(60,430) -544 (65,445),(60,440) -545 (65,455),(60,450) -546 (65,465),(60,460) -547 (65,475),(60,470) -548 (65,485),(60,480) -549 (65,495),(60,490) -550 (65,505),(60,500) -551 (65,515),(60,510) -552 (65,525),(60,520) -553 (65,535),(60,530) -554 (65,545),(60,540) -555 (65,555),(60,550) -556 (65,565),(60,560) -557 (65,575),(60,570) -558 (65,585),(60,580) -559 (65,595),(60,590) -560 (65,605),(60,600) -561 (65,615),(60,610) -562 (65,625),(60,620) -563 (65,635),(60,630) -564 (65,645),(60,640) -565 (65,655),(60,650) -566 (65,665),(60,660) -567 (65,675),(60,670) -568 (65,685),(60,680) -569 (65,695),(60,690) -570 (65,705),(60,700) -571 (65,715),(60,710) -572 (65,725),(60,720) -573 (65,735),(60,730) -574 (65,745),(60,740) -575 (65,755),(60,750) -576 (65,765),(60,760) -577 (65,775),(60,770) -578 (65,785),(60,780) -579 (65,795),(60,790) -580 (65,805),(60,800) -581 (65,815),(60,810) -582 (65,825),(60,820) -583 (65,835),(60,830) -584 (65,845),(60,840) -585 (65,855),(60,850) -586 (65,865),(60,860) -587 (65,875),(60,870) -588 (65,885),(60,880) -589 (65,895),(60,890) -590 (65,905),(60,900) -591 (65,915),(60,910) -592 (65,925),(60,920) -593 (65,935),(60,930) -594 (65,945),(60,940) -595 (65,955),(60,950) -596 (65,965),(60,960) -597 (65,975),(60,970) -598 (65,985),(60,980) -599 (65,995),(60,990) -600 (65,1005),(60,1000) -601 (75,15),(70,10) -602 (75,25),(70,20) -603 (75,35),(70,30) -604 (75,45),(70,40) -605 (75,55),(70,50) -606 (75,65),(70,60) -607 (75,75),(70,70) -608 (75,85),(70,80) -609 (75,95),(70,90) -610 (75,105),(70,100) -611 (75,115),(70,110) -612 (75,125),(70,120) -613 (75,135),(70,130) -614 (75,145),(70,140) -615 (75,155),(70,150) -616 (75,165),(70,160) -617 (75,175),(70,170) -618 (75,185),(70,180) -619 (75,195),(70,190) -620 (75,205),(70,200) -621 (75,215),(70,210) -622 (75,225),(70,220) -623 (75,235),(70,230) -624 (75,245),(70,240) -625 (75,255),(70,250) -626 (75,265),(70,260) -627 (75,275),(70,270) -628 (75,285),(70,280) -629 (75,295),(70,290) -630 (75,305),(70,300) -631 (75,315),(70,310) -632 (75,325),(70,320) -633 (75,335),(70,330) -634 (75,345),(70,340) -635 (75,355),(70,350) -636 (75,365),(70,360) -637 (75,375),(70,370) -638 (75,385),(70,380) -639 (75,395),(70,390) -640 (75,405),(70,400) -641 (75,415),(70,410) -642 (75,425),(70,420) -643 (75,435),(70,430) -644 (75,445),(70,440) -645 (75,455),(70,450) -646 (75,465),(70,460) -647 (75,475),(70,470) -648 (75,485),(70,480) -649 (75,495),(70,490) -650 (75,505),(70,500) -651 (75,515),(70,510) -652 (75,525),(70,520) -653 (75,535),(70,530) -654 (75,545),(70,540) -655 (75,555),(70,550) -656 (75,565),(70,560) -657 (75,575),(70,570) -658 (75,585),(70,580) -659 (75,595),(70,590) -660 (75,605),(70,600) -661 (75,615),(70,610) -662 (75,625),(70,620) -663 (75,635),(70,630) -664 (75,645),(70,640) -665 (75,655),(70,650) -666 (75,665),(70,660) -667 (75,675),(70,670) -668 (75,685),(70,680) -669 (75,695),(70,690) -670 (75,705),(70,700) -671 (75,715),(70,710) -672 (75,725),(70,720) -673 (75,735),(70,730) -674 (75,745),(70,740) -675 (75,755),(70,750) -676 (75,765),(70,760) -677 (75,775),(70,770) -678 (75,785),(70,780) -679 (75,795),(70,790) -680 (75,805),(70,800) -681 (75,815),(70,810) -682 (75,825),(70,820) -683 (75,835),(70,830) -684 (75,845),(70,840) -685 (75,855),(70,850) -686 (75,865),(70,860) -687 (75,875),(70,870) -688 (75,885),(70,880) -689 (75,895),(70,890) -690 (75,905),(70,900) -691 (75,915),(70,910) -692 (75,925),(70,920) -693 (75,935),(70,930) -694 (75,945),(70,940) -695 (75,955),(70,950) -696 (75,965),(70,960) -697 (75,975),(70,970) -698 (75,985),(70,980) -699 (75,995),(70,990) -700 (75,1005),(70,1000) -701 (85,15),(80,10) -702 (85,25),(80,20) -703 (85,35),(80,30) -704 (85,45),(80,40) -705 (85,55),(80,50) -706 (85,65),(80,60) -707 (85,75),(80,70) -708 (85,85),(80,80) -709 (85,95),(80,90) -710 (85,105),(80,100) -711 (85,115),(80,110) -712 (85,125),(80,120) -713 (85,135),(80,130) -714 (85,145),(80,140) -715 (85,155),(80,150) -716 (85,165),(80,160) -717 (85,175),(80,170) -718 (85,185),(80,180) -719 (85,195),(80,190) -720 (85,205),(80,200) -721 (85,215),(80,210) -722 (85,225),(80,220) -723 (85,235),(80,230) -724 (85,245),(80,240) -725 (85,255),(80,250) -726 (85,265),(80,260) -727 (85,275),(80,270) -728 (85,285),(80,280) -729 (85,295),(80,290) -730 (85,305),(80,300) -731 (85,315),(80,310) -732 (85,325),(80,320) -733 (85,335),(80,330) -734 (85,345),(80,340) -735 (85,355),(80,350) -736 (85,365),(80,360) -737 (85,375),(80,370) -738 (85,385),(80,380) -739 (85,395),(80,390) -740 (85,405),(80,400) -741 (85,415),(80,410) -742 (85,425),(80,420) -743 (85,435),(80,430) -744 (85,445),(80,440) -745 (85,455),(80,450) -746 (85,465),(80,460) -747 (85,475),(80,470) -748 (85,485),(80,480) -749 (85,495),(80,490) -750 (85,505),(80,500) -751 (85,515),(80,510) -752 (85,525),(80,520) -753 (85,535),(80,530) -754 (85,545),(80,540) -755 (85,555),(80,550) -756 (85,565),(80,560) -757 (85,575),(80,570) -758 (85,585),(80,580) -759 (85,595),(80,590) -760 (85,605),(80,600) -761 (85,615),(80,610) -762 (85,625),(80,620) -763 (85,635),(80,630) -764 (85,645),(80,640) -765 (85,655),(80,650) -766 (85,665),(80,660) -767 (85,675),(80,670) -768 (85,685),(80,680) -769 (85,695),(80,690) -770 (85,705),(80,700) -771 (85,715),(80,710) -772 (85,725),(80,720) -773 (85,735),(80,730) -774 (85,745),(80,740) -775 (85,755),(80,750) -776 (85,765),(80,760) -777 (85,775),(80,770) -778 (85,785),(80,780) -779 (85,795),(80,790) -780 (85,805),(80,800) -781 (85,815),(80,810) -782 (85,825),(80,820) -783 (85,835),(80,830) -784 (85,845),(80,840) -785 (85,855),(80,850) -786 (85,865),(80,860) -787 (85,875),(80,870) -788 (85,885),(80,880) -789 (85,895),(80,890) -790 (85,905),(80,900) -791 (85,915),(80,910) -792 (85,925),(80,920) -793 (85,935),(80,930) -794 (85,945),(80,940) -795 (85,955),(80,950) -796 (85,965),(80,960) -797 (85,975),(80,970) -798 (85,985),(80,980) -799 (85,995),(80,990) -800 (85,1005),(80,1000) -801 (95,15),(90,10) -802 (95,25),(90,20) -803 (95,35),(90,30) -804 (95,45),(90,40) -805 (95,55),(90,50) -806 (95,65),(90,60) -807 (95,75),(90,70) -808 (95,85),(90,80) -809 (95,95),(90,90) -810 (95,105),(90,100) -811 (95,115),(90,110) -812 (95,125),(90,120) -813 (95,135),(90,130) -814 (95,145),(90,140) -815 (95,155),(90,150) -816 (95,165),(90,160) -817 (95,175),(90,170) -818 (95,185),(90,180) -819 (95,195),(90,190) -820 (95,205),(90,200) -821 (95,215),(90,210) -822 (95,225),(90,220) -823 (95,235),(90,230) -824 (95,245),(90,240) -825 (95,255),(90,250) -826 (95,265),(90,260) -827 (95,275),(90,270) -828 (95,285),(90,280) -829 (95,295),(90,290) -830 (95,305),(90,300) -831 (95,315),(90,310) -832 (95,325),(90,320) -833 (95,335),(90,330) -834 (95,345),(90,340) -835 (95,355),(90,350) -836 (95,365),(90,360) -837 (95,375),(90,370) -838 (95,385),(90,380) -839 (95,395),(90,390) -840 (95,405),(90,400) -841 (95,415),(90,410) -842 (95,425),(90,420) -843 (95,435),(90,430) -844 (95,445),(90,440) -845 (95,455),(90,450) -846 (95,465),(90,460) -847 (95,475),(90,470) -848 (95,485),(90,480) -849 (95,495),(90,490) -850 (95,505),(90,500) -851 (95,515),(90,510) -852 (95,525),(90,520) -853 (95,535),(90,530) -854 (95,545),(90,540) -855 (95,555),(90,550) -856 (95,565),(90,560) -857 (95,575),(90,570) -858 (95,585),(90,580) -859 (95,595),(90,590) -860 (95,605),(90,600) -861 (95,615),(90,610) -862 (95,625),(90,620) -863 (95,635),(90,630) -864 (95,645),(90,640) -865 (95,655),(90,650) -866 (95,665),(90,660) -867 (95,675),(90,670) -868 (95,685),(90,680) -869 (95,695),(90,690) -870 (95,705),(90,700) -871 (95,715),(90,710) -872 (95,725),(90,720) -873 (95,735),(90,730) -874 (95,745),(90,740) -875 (95,755),(90,750) -876 (95,765),(90,760) -877 (95,775),(90,770) -878 (95,785),(90,780) -879 (95,795),(90,790) -880 (95,805),(90,800) -881 (95,815),(90,810) -882 (95,825),(90,820) -883 (95,835),(90,830) -884 (95,845),(90,840) -885 (95,855),(90,850) -886 (95,865),(90,860) -887 (95,875),(90,870) -888 (95,885),(90,880) -889 (95,895),(90,890) -890 (95,905),(90,900) -891 (95,915),(90,910) -892 (95,925),(90,920) -893 (95,935),(90,930) -894 (95,945),(90,940) -895 (95,955),(90,950) -896 (95,965),(90,960) -897 (95,975),(90,970) -898 (95,985),(90,980) -899 (95,995),(90,990) -900 (95,1005),(90,1000) -901 (105,15),(100,10) -902 (105,25),(100,20) -903 (105,35),(100,30) -904 (105,45),(100,40) -905 (105,55),(100,50) -906 (105,65),(100,60) -907 (105,75),(100,70) -908 (105,85),(100,80) -909 (105,95),(100,90) -910 (105,105),(100,100) -911 (105,115),(100,110) -912 (105,125),(100,120) -913 (105,135),(100,130) -914 (105,145),(100,140) -915 (105,155),(100,150) -916 (105,165),(100,160) -917 (105,175),(100,170) -918 (105,185),(100,180) -919 (105,195),(100,190) -920 (105,205),(100,200) -921 (105,215),(100,210) -922 (105,225),(100,220) -923 (105,235),(100,230) -924 (105,245),(100,240) -925 (105,255),(100,250) -926 (105,265),(100,260) -927 (105,275),(100,270) -928 (105,285),(100,280) -929 (105,295),(100,290) -930 (105,305),(100,300) -931 (105,315),(100,310) -932 (105,325),(100,320) -933 (105,335),(100,330) -934 (105,345),(100,340) -935 (105,355),(100,350) -936 (105,365),(100,360) -937 (105,375),(100,370) -938 (105,385),(100,380) -939 (105,395),(100,390) -940 (105,405),(100,400) -941 (105,415),(100,410) -942 (105,425),(100,420) -943 (105,435),(100,430) -944 (105,445),(100,440) -945 (105,455),(100,450) -946 (105,465),(100,460) -947 (105,475),(100,470) -948 (105,485),(100,480) -949 (105,495),(100,490) -950 (105,505),(100,500) -951 (105,515),(100,510) -952 (105,525),(100,520) -953 (105,535),(100,530) -954 (105,545),(100,540) -955 (105,555),(100,550) -956 (105,565),(100,560) -957 (105,575),(100,570) -958 (105,585),(100,580) -959 (105,595),(100,590) -960 (105,605),(100,600) -961 (105,615),(100,610) -962 (105,625),(100,620) -963 (105,635),(100,630) -964 (105,645),(100,640) -965 (105,655),(100,650) -966 (105,665),(100,660) -967 (105,675),(100,670) -968 (105,685),(100,680) -969 (105,695),(100,690) -970 (105,705),(100,700) -971 (105,715),(100,710) -972 (105,725),(100,720) -973 (105,735),(100,730) -974 (105,745),(100,740) -975 (105,755),(100,750) -976 (105,765),(100,760) -977 (105,775),(100,770) -978 (105,785),(100,780) -979 (105,795),(100,790) -980 (105,805),(100,800) -981 (105,815),(100,810) -982 (105,825),(100,820) -983 (105,835),(100,830) -984 (105,845),(100,840) -985 (105,855),(100,850) -986 (105,865),(100,860) -987 (105,875),(100,870) -988 (105,885),(100,880) -989 (105,895),(100,890) -990 (105,905),(100,900) -991 (105,915),(100,910) -992 (105,925),(100,920) -993 (105,935),(100,930) -994 (105,945),(100,940) -995 (105,955),(100,950) -996 (105,965),(100,960) -997 (105,975),(100,970) -998 (105,985),(100,980) -999 (105,995),(100,990) -1000 (105,1005),(100,1000) -1001 (115,15),(110,10) -1002 (115,25),(110,20) -1003 (115,35),(110,30) -1004 (115,45),(110,40) -1005 (115,55),(110,50) -1006 (115,65),(110,60) -1007 (115,75),(110,70) -1008 (115,85),(110,80) -1009 (115,95),(110,90) -1010 (115,105),(110,100) -1011 (115,115),(110,110) -1012 (115,125),(110,120) -1013 (115,135),(110,130) -1014 (115,145),(110,140) -1015 (115,155),(110,150) -1016 (115,165),(110,160) -1017 (115,175),(110,170) -1018 (115,185),(110,180) -1019 (115,195),(110,190) -1020 (115,205),(110,200) -1021 (115,215),(110,210) -1022 (115,225),(110,220) -1023 (115,235),(110,230) -1024 (115,245),(110,240) -1025 (115,255),(110,250) -1026 (115,265),(110,260) -1027 (115,275),(110,270) -1028 (115,285),(110,280) -1029 (115,295),(110,290) -1030 (115,305),(110,300) -1031 (115,315),(110,310) -1032 (115,325),(110,320) -1033 (115,335),(110,330) -1034 (115,345),(110,340) -1035 (115,355),(110,350) -1036 (115,365),(110,360) -1037 (115,375),(110,370) -1038 (115,385),(110,380) -1039 (115,395),(110,390) -1040 (115,405),(110,400) -1041 (115,415),(110,410) -1042 (115,425),(110,420) -1043 (115,435),(110,430) -1044 (115,445),(110,440) -1045 (115,455),(110,450) -1046 (115,465),(110,460) -1047 (115,475),(110,470) -1048 (115,485),(110,480) -1049 (115,495),(110,490) -1050 (115,505),(110,500) -1051 (115,515),(110,510) -1052 (115,525),(110,520) -1053 (115,535),(110,530) -1054 (115,545),(110,540) -1055 (115,555),(110,550) -1056 (115,565),(110,560) -1057 (115,575),(110,570) -1058 (115,585),(110,580) -1059 (115,595),(110,590) -1060 (115,605),(110,600) -1061 (115,615),(110,610) -1062 (115,625),(110,620) -1063 (115,635),(110,630) -1064 (115,645),(110,640) -1065 (115,655),(110,650) -1066 (115,665),(110,660) -1067 (115,675),(110,670) -1068 (115,685),(110,680) -1069 (115,695),(110,690) -1070 (115,705),(110,700) -1071 (115,715),(110,710) -1072 (115,725),(110,720) -1073 (115,735),(110,730) -1074 (115,745),(110,740) -1075 (115,755),(110,750) -1076 (115,765),(110,760) -1077 (115,775),(110,770) -1078 (115,785),(110,780) -1079 (115,795),(110,790) -1080 (115,805),(110,800) -1081 (115,815),(110,810) -1082 (115,825),(110,820) -1083 (115,835),(110,830) -1084 (115,845),(110,840) -1085 (115,855),(110,850) -1086 (115,865),(110,860) -1087 (115,875),(110,870) -1088 (115,885),(110,880) -1089 (115,895),(110,890) -1090 (115,905),(110,900) -1091 (115,915),(110,910) -1092 (115,925),(110,920) -1093 (115,935),(110,930) -1094 (115,945),(110,940) -1095 (115,955),(110,950) -1096 (115,965),(110,960) -1097 (115,975),(110,970) -1098 (115,985),(110,980) -1099 (115,995),(110,990) -1100 (115,1005),(110,1000) -1101 (125,15),(120,10) -1102 (125,25),(120,20) -1103 (125,35),(120,30) -1104 (125,45),(120,40) -1105 (125,55),(120,50) -1106 (125,65),(120,60) -1107 (125,75),(120,70) -1108 (125,85),(120,80) -1109 (125,95),(120,90) -1110 (125,105),(120,100) -1111 (125,115),(120,110) -1112 (125,125),(120,120) -1113 (125,135),(120,130) -1114 (125,145),(120,140) -1115 (125,155),(120,150) -1116 (125,165),(120,160) -1117 (125,175),(120,170) -1118 (125,185),(120,180) -1119 (125,195),(120,190) -1120 (125,205),(120,200) -1121 (125,215),(120,210) -1122 (125,225),(120,220) -1123 (125,235),(120,230) -1124 (125,245),(120,240) -1125 (125,255),(120,250) -1126 (125,265),(120,260) -1127 (125,275),(120,270) -1128 (125,285),(120,280) -1129 (125,295),(120,290) -1130 (125,305),(120,300) -1131 (125,315),(120,310) -1132 (125,325),(120,320) -1133 (125,335),(120,330) -1134 (125,345),(120,340) -1135 (125,355),(120,350) -1136 (125,365),(120,360) -1137 (125,375),(120,370) -1138 (125,385),(120,380) -1139 (125,395),(120,390) -1140 (125,405),(120,400) -1141 (125,415),(120,410) -1142 (125,425),(120,420) -1143 (125,435),(120,430) -1144 (125,445),(120,440) -1145 (125,455),(120,450) -1146 (125,465),(120,460) -1147 (125,475),(120,470) -1148 (125,485),(120,480) -1149 (125,495),(120,490) -1150 (125,505),(120,500) -1151 (125,515),(120,510) -1152 (125,525),(120,520) -1153 (125,535),(120,530) -1154 (125,545),(120,540) -1155 (125,555),(120,550) -1156 (125,565),(120,560) -1157 (125,575),(120,570) -1158 (125,585),(120,580) -1159 (125,595),(120,590) -1160 (125,605),(120,600) -1161 (125,615),(120,610) -1162 (125,625),(120,620) -1163 (125,635),(120,630) -1164 (125,645),(120,640) -1165 (125,655),(120,650) -1166 (125,665),(120,660) -1167 (125,675),(120,670) -1168 (125,685),(120,680) -1169 (125,695),(120,690) -1170 (125,705),(120,700) -1171 (125,715),(120,710) -1172 (125,725),(120,720) -1173 (125,735),(120,730) -1174 (125,745),(120,740) -1175 (125,755),(120,750) -1176 (125,765),(120,760) -1177 (125,775),(120,770) -1178 (125,785),(120,780) -1179 (125,795),(120,790) -1180 (125,805),(120,800) -1181 (125,815),(120,810) -1182 (125,825),(120,820) -1183 (125,835),(120,830) -1184 (125,845),(120,840) -1185 (125,855),(120,850) -1186 (125,865),(120,860) -1187 (125,875),(120,870) -1188 (125,885),(120,880) -1189 (125,895),(120,890) -1190 (125,905),(120,900) -1191 (125,915),(120,910) -1192 (125,925),(120,920) -1193 (125,935),(120,930) -1194 (125,945),(120,940) -1195 (125,955),(120,950) -1196 (125,965),(120,960) -1197 (125,975),(120,970) -1198 (125,985),(120,980) -1199 (125,995),(120,990) -1200 (125,1005),(120,1000) -1201 (135,15),(130,10) -1202 (135,25),(130,20) -1203 (135,35),(130,30) -1204 (135,45),(130,40) -1205 (135,55),(130,50) -1206 (135,65),(130,60) -1207 (135,75),(130,70) -1208 (135,85),(130,80) -1209 (135,95),(130,90) -1210 (135,105),(130,100) -1211 (135,115),(130,110) -1212 (135,125),(130,120) -1213 (135,135),(130,130) -1214 (135,145),(130,140) -1215 (135,155),(130,150) -1216 (135,165),(130,160) -1217 (135,175),(130,170) -1218 (135,185),(130,180) -1219 (135,195),(130,190) -1220 (135,205),(130,200) -1221 (135,215),(130,210) -1222 (135,225),(130,220) -1223 (135,235),(130,230) -1224 (135,245),(130,240) -1225 (135,255),(130,250) -1226 (135,265),(130,260) -1227 (135,275),(130,270) -1228 (135,285),(130,280) -1229 (135,295),(130,290) -1230 (135,305),(130,300) -1231 (135,315),(130,310) -1232 (135,325),(130,320) -1233 (135,335),(130,330) -1234 (135,345),(130,340) -1235 (135,355),(130,350) -1236 (135,365),(130,360) -1237 (135,375),(130,370) -1238 (135,385),(130,380) -1239 (135,395),(130,390) -1240 (135,405),(130,400) -1241 (135,415),(130,410) -1242 (135,425),(130,420) -1243 (135,435),(130,430) -1244 (135,445),(130,440) -1245 (135,455),(130,450) -1246 (135,465),(130,460) -1247 (135,475),(130,470) -1248 (135,485),(130,480) -1249 (135,495),(130,490) -1250 (135,505),(130,500) -1251 (135,515),(130,510) -1252 (135,525),(130,520) -1253 (135,535),(130,530) -1254 (135,545),(130,540) -1255 (135,555),(130,550) -1256 (135,565),(130,560) -1257 (135,575),(130,570) -1258 (135,585),(130,580) -1259 (135,595),(130,590) -1260 (135,605),(130,600) -1261 (135,615),(130,610) -1262 (135,625),(130,620) -1263 (135,635),(130,630) -1264 (135,645),(130,640) -1265 (135,655),(130,650) -1266 (135,665),(130,660) -1267 (135,675),(130,670) -1268 (135,685),(130,680) -1269 (135,695),(130,690) -1270 (135,705),(130,700) -1271 (135,715),(130,710) -1272 (135,725),(130,720) -1273 (135,735),(130,730) -1274 (135,745),(130,740) -1275 (135,755),(130,750) -1276 (135,765),(130,760) -1277 (135,775),(130,770) -1278 (135,785),(130,780) -1279 (135,795),(130,790) -1280 (135,805),(130,800) -1281 (135,815),(130,810) -1282 (135,825),(130,820) -1283 (135,835),(130,830) -1284 (135,845),(130,840) -1285 (135,855),(130,850) -1286 (135,865),(130,860) -1287 (135,875),(130,870) -1288 (135,885),(130,880) -1289 (135,895),(130,890) -1290 (135,905),(130,900) -1291 (135,915),(130,910) -1292 (135,925),(130,920) -1293 (135,935),(130,930) -1294 (135,945),(130,940) -1295 (135,955),(130,950) -1296 (135,965),(130,960) -1297 (135,975),(130,970) -1298 (135,985),(130,980) -1299 (135,995),(130,990) -1300 (135,1005),(130,1000) -1301 (145,15),(140,10) -1302 (145,25),(140,20) -1303 (145,35),(140,30) -1304 (145,45),(140,40) -1305 (145,55),(140,50) -1306 (145,65),(140,60) -1307 (145,75),(140,70) -1308 (145,85),(140,80) -1309 (145,95),(140,90) -1310 (145,105),(140,100) -1311 (145,115),(140,110) -1312 (145,125),(140,120) -1313 (145,135),(140,130) -1314 (145,145),(140,140) -1315 (145,155),(140,150) -1316 (145,165),(140,160) -1317 (145,175),(140,170) -1318 (145,185),(140,180) -1319 (145,195),(140,190) -1320 (145,205),(140,200) -1321 (145,215),(140,210) -1322 (145,225),(140,220) -1323 (145,235),(140,230) -1324 (145,245),(140,240) -1325 (145,255),(140,250) -1326 (145,265),(140,260) -1327 (145,275),(140,270) -1328 (145,285),(140,280) -1329 (145,295),(140,290) -1330 (145,305),(140,300) -1331 (145,315),(140,310) -1332 (145,325),(140,320) -1333 (145,335),(140,330) -1334 (145,345),(140,340) -1335 (145,355),(140,350) -1336 (145,365),(140,360) -1337 (145,375),(140,370) -1338 (145,385),(140,380) -1339 (145,395),(140,390) -1340 (145,405),(140,400) -1341 (145,415),(140,410) -1342 (145,425),(140,420) -1343 (145,435),(140,430) -1344 (145,445),(140,440) -1345 (145,455),(140,450) -1346 (145,465),(140,460) -1347 (145,475),(140,470) -1348 (145,485),(140,480) -1349 (145,495),(140,490) -1350 (145,505),(140,500) -1351 (145,515),(140,510) -1352 (145,525),(140,520) -1353 (145,535),(140,530) -1354 (145,545),(140,540) -1355 (145,555),(140,550) -1356 (145,565),(140,560) -1357 (145,575),(140,570) -1358 (145,585),(140,580) -1359 (145,595),(140,590) -1360 (145,605),(140,600) -1361 (145,615),(140,610) -1362 (145,625),(140,620) -1363 (145,635),(140,630) -1364 (145,645),(140,640) -1365 (145,655),(140,650) -1366 (145,665),(140,660) -1367 (145,675),(140,670) -1368 (145,685),(140,680) -1369 (145,695),(140,690) -1370 (145,705),(140,700) -1371 (145,715),(140,710) -1372 (145,725),(140,720) -1373 (145,735),(140,730) -1374 (145,745),(140,740) -1375 (145,755),(140,750) -1376 (145,765),(140,760) -1377 (145,775),(140,770) -1378 (145,785),(140,780) -1379 (145,795),(140,790) -1380 (145,805),(140,800) -1381 (145,815),(140,810) -1382 (145,825),(140,820) -1383 (145,835),(140,830) -1384 (145,845),(140,840) -1385 (145,855),(140,850) -1386 (145,865),(140,860) -1387 (145,875),(140,870) -1388 (145,885),(140,880) -1389 (145,895),(140,890) -1390 (145,905),(140,900) -1391 (145,915),(140,910) -1392 (145,925),(140,920) -1393 (145,935),(140,930) -1394 (145,945),(140,940) -1395 (145,955),(140,950) -1396 (145,965),(140,960) -1397 (145,975),(140,970) -1398 (145,985),(140,980) -1399 (145,995),(140,990) -1400 (145,1005),(140,1000) -1401 (155,15),(150,10) -1402 (155,25),(150,20) -1403 (155,35),(150,30) -1404 (155,45),(150,40) -1405 (155,55),(150,50) -1406 (155,65),(150,60) -1407 (155,75),(150,70) -1408 (155,85),(150,80) -1409 (155,95),(150,90) -1410 (155,105),(150,100) -1411 (155,115),(150,110) -1412 (155,125),(150,120) -1413 (155,135),(150,130) -1414 (155,145),(150,140) -1415 (155,155),(150,150) -1416 (155,165),(150,160) -1417 (155,175),(150,170) -1418 (155,185),(150,180) -1419 (155,195),(150,190) -1420 (155,205),(150,200) -1421 (155,215),(150,210) -1422 (155,225),(150,220) -1423 (155,235),(150,230) -1424 (155,245),(150,240) -1425 (155,255),(150,250) -1426 (155,265),(150,260) -1427 (155,275),(150,270) -1428 (155,285),(150,280) -1429 (155,295),(150,290) -1430 (155,305),(150,300) -1431 (155,315),(150,310) -1432 (155,325),(150,320) -1433 (155,335),(150,330) -1434 (155,345),(150,340) -1435 (155,355),(150,350) -1436 (155,365),(150,360) -1437 (155,375),(150,370) -1438 (155,385),(150,380) -1439 (155,395),(150,390) -1440 (155,405),(150,400) -1441 (155,415),(150,410) -1442 (155,425),(150,420) -1443 (155,435),(150,430) -1444 (155,445),(150,440) -1445 (155,455),(150,450) -1446 (155,465),(150,460) -1447 (155,475),(150,470) -1448 (155,485),(150,480) -1449 (155,495),(150,490) -1450 (155,505),(150,500) -1451 (155,515),(150,510) -1452 (155,525),(150,520) -1453 (155,535),(150,530) -1454 (155,545),(150,540) -1455 (155,555),(150,550) -1456 (155,565),(150,560) -1457 (155,575),(150,570) -1458 (155,585),(150,580) -1459 (155,595),(150,590) -1460 (155,605),(150,600) -1461 (155,615),(150,610) -1462 (155,625),(150,620) -1463 (155,635),(150,630) -1464 (155,645),(150,640) -1465 (155,655),(150,650) -1466 (155,665),(150,660) -1467 (155,675),(150,670) -1468 (155,685),(150,680) -1469 (155,695),(150,690) -1470 (155,705),(150,700) -1471 (155,715),(150,710) -1472 (155,725),(150,720) -1473 (155,735),(150,730) -1474 (155,745),(150,740) -1475 (155,755),(150,750) -1476 (155,765),(150,760) -1477 (155,775),(150,770) -1478 (155,785),(150,780) -1479 (155,795),(150,790) -1480 (155,805),(150,800) -1481 (155,815),(150,810) -1482 (155,825),(150,820) -1483 (155,835),(150,830) -1484 (155,845),(150,840) -1485 (155,855),(150,850) -1486 (155,865),(150,860) -1487 (155,875),(150,870) -1488 (155,885),(150,880) -1489 (155,895),(150,890) -1490 (155,905),(150,900) -1491 (155,915),(150,910) -1492 (155,925),(150,920) -1493 (155,935),(150,930) -1494 (155,945),(150,940) -1495 (155,955),(150,950) -1496 (155,965),(150,960) -1497 (155,975),(150,970) -1498 (155,985),(150,980) -1499 (155,995),(150,990) -1500 (155,1005),(150,1000) -1501 (165,15),(160,10) -1502 (165,25),(160,20) -1503 (165,35),(160,30) -1504 (165,45),(160,40) -1505 (165,55),(160,50) -1506 (165,65),(160,60) -1507 (165,75),(160,70) -1508 (165,85),(160,80) -1509 (165,95),(160,90) -1510 (165,105),(160,100) -1511 (165,115),(160,110) -1512 (165,125),(160,120) -1513 (165,135),(160,130) -1514 (165,145),(160,140) -1515 (165,155),(160,150) -1516 (165,165),(160,160) -1517 (165,175),(160,170) -1518 (165,185),(160,180) -1519 (165,195),(160,190) -1520 (165,205),(160,200) -1521 (165,215),(160,210) -1522 (165,225),(160,220) -1523 (165,235),(160,230) -1524 (165,245),(160,240) -1525 (165,255),(160,250) -1526 (165,265),(160,260) -1527 (165,275),(160,270) -1528 (165,285),(160,280) -1529 (165,295),(160,290) -1530 (165,305),(160,300) -1531 (165,315),(160,310) -1532 (165,325),(160,320) -1533 (165,335),(160,330) -1534 (165,345),(160,340) -1535 (165,355),(160,350) -1536 (165,365),(160,360) -1537 (165,375),(160,370) -1538 (165,385),(160,380) -1539 (165,395),(160,390) -1540 (165,405),(160,400) -1541 (165,415),(160,410) -1542 (165,425),(160,420) -1543 (165,435),(160,430) -1544 (165,445),(160,440) -1545 (165,455),(160,450) -1546 (165,465),(160,460) -1547 (165,475),(160,470) -1548 (165,485),(160,480) -1549 (165,495),(160,490) -1550 (165,505),(160,500) -1551 (165,515),(160,510) -1552 (165,525),(160,520) -1553 (165,535),(160,530) -1554 (165,545),(160,540) -1555 (165,555),(160,550) -1556 (165,565),(160,560) -1557 (165,575),(160,570) -1558 (165,585),(160,580) -1559 (165,595),(160,590) -1560 (165,605),(160,600) -1561 (165,615),(160,610) -1562 (165,625),(160,620) -1563 (165,635),(160,630) -1564 (165,645),(160,640) -1565 (165,655),(160,650) -1566 (165,665),(160,660) -1567 (165,675),(160,670) -1568 (165,685),(160,680) -1569 (165,695),(160,690) -1570 (165,705),(160,700) -1571 (165,715),(160,710) -1572 (165,725),(160,720) -1573 (165,735),(160,730) -1574 (165,745),(160,740) -1575 (165,755),(160,750) -1576 (165,765),(160,760) -1577 (165,775),(160,770) -1578 (165,785),(160,780) -1579 (165,795),(160,790) -1580 (165,805),(160,800) -1581 (165,815),(160,810) -1582 (165,825),(160,820) -1583 (165,835),(160,830) -1584 (165,845),(160,840) -1585 (165,855),(160,850) -1586 (165,865),(160,860) -1587 (165,875),(160,870) -1588 (165,885),(160,880) -1589 (165,895),(160,890) -1590 (165,905),(160,900) -1591 (165,915),(160,910) -1592 (165,925),(160,920) -1593 (165,935),(160,930) -1594 (165,945),(160,940) -1595 (165,955),(160,950) -1596 (165,965),(160,960) -1597 (165,975),(160,970) -1598 (165,985),(160,980) -1599 (165,995),(160,990) -1600 (165,1005),(160,1000) -1601 (175,15),(170,10) -1602 (175,25),(170,20) -1603 (175,35),(170,30) -1604 (175,45),(170,40) -1605 (175,55),(170,50) -1606 (175,65),(170,60) -1607 (175,75),(170,70) -1608 (175,85),(170,80) -1609 (175,95),(170,90) -1610 (175,105),(170,100) -1611 (175,115),(170,110) -1612 (175,125),(170,120) -1613 (175,135),(170,130) -1614 (175,145),(170,140) -1615 (175,155),(170,150) -1616 (175,165),(170,160) -1617 (175,175),(170,170) -1618 (175,185),(170,180) -1619 (175,195),(170,190) -1620 (175,205),(170,200) -1621 (175,215),(170,210) -1622 (175,225),(170,220) -1623 (175,235),(170,230) -1624 (175,245),(170,240) -1625 (175,255),(170,250) -1626 (175,265),(170,260) -1627 (175,275),(170,270) -1628 (175,285),(170,280) -1629 (175,295),(170,290) -1630 (175,305),(170,300) -1631 (175,315),(170,310) -1632 (175,325),(170,320) -1633 (175,335),(170,330) -1634 (175,345),(170,340) -1635 (175,355),(170,350) -1636 (175,365),(170,360) -1637 (175,375),(170,370) -1638 (175,385),(170,380) -1639 (175,395),(170,390) -1640 (175,405),(170,400) -1641 (175,415),(170,410) -1642 (175,425),(170,420) -1643 (175,435),(170,430) -1644 (175,445),(170,440) -1645 (175,455),(170,450) -1646 (175,465),(170,460) -1647 (175,475),(170,470) -1648 (175,485),(170,480) -1649 (175,495),(170,490) -1650 (175,505),(170,500) -1651 (175,515),(170,510) -1652 (175,525),(170,520) -1653 (175,535),(170,530) -1654 (175,545),(170,540) -1655 (175,555),(170,550) -1656 (175,565),(170,560) -1657 (175,575),(170,570) -1658 (175,585),(170,580) -1659 (175,595),(170,590) -1660 (175,605),(170,600) -1661 (175,615),(170,610) -1662 (175,625),(170,620) -1663 (175,635),(170,630) -1664 (175,645),(170,640) -1665 (175,655),(170,650) -1666 (175,665),(170,660) -1667 (175,675),(170,670) -1668 (175,685),(170,680) -1669 (175,695),(170,690) -1670 (175,705),(170,700) -1671 (175,715),(170,710) -1672 (175,725),(170,720) -1673 (175,735),(170,730) -1674 (175,745),(170,740) -1675 (175,755),(170,750) -1676 (175,765),(170,760) -1677 (175,775),(170,770) -1678 (175,785),(170,780) -1679 (175,795),(170,790) -1680 (175,805),(170,800) -1681 (175,815),(170,810) -1682 (175,825),(170,820) -1683 (175,835),(170,830) -1684 (175,845),(170,840) -1685 (175,855),(170,850) -1686 (175,865),(170,860) -1687 (175,875),(170,870) -1688 (175,885),(170,880) -1689 (175,895),(170,890) -1690 (175,905),(170,900) -1691 (175,915),(170,910) -1692 (175,925),(170,920) -1693 (175,935),(170,930) -1694 (175,945),(170,940) -1695 (175,955),(170,950) -1696 (175,965),(170,960) -1697 (175,975),(170,970) -1698 (175,985),(170,980) -1699 (175,995),(170,990) -1700 (175,1005),(170,1000) -1701 (185,15),(180,10) -1702 (185,25),(180,20) -1703 (185,35),(180,30) -1704 (185,45),(180,40) -1705 (185,55),(180,50) -1706 (185,65),(180,60) -1707 (185,75),(180,70) -1708 (185,85),(180,80) -1709 (185,95),(180,90) -1710 (185,105),(180,100) -1711 (185,115),(180,110) -1712 (185,125),(180,120) -1713 (185,135),(180,130) -1714 (185,145),(180,140) -1715 (185,155),(180,150) -1716 (185,165),(180,160) -1717 (185,175),(180,170) -1718 (185,185),(180,180) -1719 (185,195),(180,190) -1720 (185,205),(180,200) -1721 (185,215),(180,210) -1722 (185,225),(180,220) -1723 (185,235),(180,230) -1724 (185,245),(180,240) -1725 (185,255),(180,250) -1726 (185,265),(180,260) -1727 (185,275),(180,270) -1728 (185,285),(180,280) -1729 (185,295),(180,290) -1730 (185,305),(180,300) -1731 (185,315),(180,310) -1732 (185,325),(180,320) -1733 (185,335),(180,330) -1734 (185,345),(180,340) -1735 (185,355),(180,350) -1736 (185,365),(180,360) -1737 (185,375),(180,370) -1738 (185,385),(180,380) -1739 (185,395),(180,390) -1740 (185,405),(180,400) -1741 (185,415),(180,410) -1742 (185,425),(180,420) -1743 (185,435),(180,430) -1744 (185,445),(180,440) -1745 (185,455),(180,450) -1746 (185,465),(180,460) -1747 (185,475),(180,470) -1748 (185,485),(180,480) -1749 (185,495),(180,490) -1750 (185,505),(180,500) -1751 (185,515),(180,510) -1752 (185,525),(180,520) -1753 (185,535),(180,530) -1754 (185,545),(180,540) -1755 (185,555),(180,550) -1756 (185,565),(180,560) -1757 (185,575),(180,570) -1758 (185,585),(180,580) -1759 (185,595),(180,590) -1760 (185,605),(180,600) -1761 (185,615),(180,610) -1762 (185,625),(180,620) -1763 (185,635),(180,630) -1764 (185,645),(180,640) -1765 (185,655),(180,650) -1766 (185,665),(180,660) -1767 (185,675),(180,670) -1768 (185,685),(180,680) -1769 (185,695),(180,690) -1770 (185,705),(180,700) -1771 (185,715),(180,710) -1772 (185,725),(180,720) -1773 (185,735),(180,730) -1774 (185,745),(180,740) -1775 (185,755),(180,750) -1776 (185,765),(180,760) -1777 (185,775),(180,770) -1778 (185,785),(180,780) -1779 (185,795),(180,790) -1780 (185,805),(180,800) -1781 (185,815),(180,810) -1782 (185,825),(180,820) -1783 (185,835),(180,830) -1784 (185,845),(180,840) -1785 (185,855),(180,850) -1786 (185,865),(180,860) -1787 (185,875),(180,870) -1788 (185,885),(180,880) -1789 (185,895),(180,890) -1790 (185,905),(180,900) -1791 (185,915),(180,910) -1792 (185,925),(180,920) -1793 (185,935),(180,930) -1794 (185,945),(180,940) -1795 (185,955),(180,950) -1796 (185,965),(180,960) -1797 (185,975),(180,970) -1798 (185,985),(180,980) -1799 (185,995),(180,990) -1800 (185,1005),(180,1000) -1801 (195,15),(190,10) -1802 (195,25),(190,20) -1803 (195,35),(190,30) -1804 (195,45),(190,40) -1805 (195,55),(190,50) -1806 (195,65),(190,60) -1807 (195,75),(190,70) -1808 (195,85),(190,80) -1809 (195,95),(190,90) -1810 (195,105),(190,100) -1811 (195,115),(190,110) -1812 (195,125),(190,120) -1813 (195,135),(190,130) -1814 (195,145),(190,140) -1815 (195,155),(190,150) -1816 (195,165),(190,160) -1817 (195,175),(190,170) -1818 (195,185),(190,180) -1819 (195,195),(190,190) -1820 (195,205),(190,200) -1821 (195,215),(190,210) -1822 (195,225),(190,220) -1823 (195,235),(190,230) -1824 (195,245),(190,240) -1825 (195,255),(190,250) -1826 (195,265),(190,260) -1827 (195,275),(190,270) -1828 (195,285),(190,280) -1829 (195,295),(190,290) -1830 (195,305),(190,300) -1831 (195,315),(190,310) -1832 (195,325),(190,320) -1833 (195,335),(190,330) -1834 (195,345),(190,340) -1835 (195,355),(190,350) -1836 (195,365),(190,360) -1837 (195,375),(190,370) -1838 (195,385),(190,380) -1839 (195,395),(190,390) -1840 (195,405),(190,400) -1841 (195,415),(190,410) -1842 (195,425),(190,420) -1843 (195,435),(190,430) -1844 (195,445),(190,440) -1845 (195,455),(190,450) -1846 (195,465),(190,460) -1847 (195,475),(190,470) -1848 (195,485),(190,480) -1849 (195,495),(190,490) -1850 (195,505),(190,500) -1851 (195,515),(190,510) -1852 (195,525),(190,520) -1853 (195,535),(190,530) -1854 (195,545),(190,540) -1855 (195,555),(190,550) -1856 (195,565),(190,560) -1857 (195,575),(190,570) -1858 (195,585),(190,580) -1859 (195,595),(190,590) -1860 (195,605),(190,600) -1861 (195,615),(190,610) -1862 (195,625),(190,620) -1863 (195,635),(190,630) -1864 (195,645),(190,640) -1865 (195,655),(190,650) -1866 (195,665),(190,660) -1867 (195,675),(190,670) -1868 (195,685),(190,680) -1869 (195,695),(190,690) -1870 (195,705),(190,700) -1871 (195,715),(190,710) -1872 (195,725),(190,720) -1873 (195,735),(190,730) -1874 (195,745),(190,740) -1875 (195,755),(190,750) -1876 (195,765),(190,760) -1877 (195,775),(190,770) -1878 (195,785),(190,780) -1879 (195,795),(190,790) -1880 (195,805),(190,800) -1881 (195,815),(190,810) -1882 (195,825),(190,820) -1883 (195,835),(190,830) -1884 (195,845),(190,840) -1885 (195,855),(190,850) -1886 (195,865),(190,860) -1887 (195,875),(190,870) -1888 (195,885),(190,880) -1889 (195,895),(190,890) -1890 (195,905),(190,900) -1891 (195,915),(190,910) -1892 (195,925),(190,920) -1893 (195,935),(190,930) -1894 (195,945),(190,940) -1895 (195,955),(190,950) -1896 (195,965),(190,960) -1897 (195,975),(190,970) -1898 (195,985),(190,980) -1899 (195,995),(190,990) -1900 (195,1005),(190,1000) -1901 (205,15),(200,10) -1902 (205,25),(200,20) -1903 (205,35),(200,30) -1904 (205,45),(200,40) -1905 (205,55),(200,50) -1906 (205,65),(200,60) -1907 (205,75),(200,70) -1908 (205,85),(200,80) -1909 (205,95),(200,90) -1910 (205,105),(200,100) -1911 (205,115),(200,110) -1912 (205,125),(200,120) -1913 (205,135),(200,130) -1914 (205,145),(200,140) -1915 (205,155),(200,150) -1916 (205,165),(200,160) -1917 (205,175),(200,170) -1918 (205,185),(200,180) -1919 (205,195),(200,190) -1920 (205,205),(200,200) -1921 (205,215),(200,210) -1922 (205,225),(200,220) -1923 (205,235),(200,230) -1924 (205,245),(200,240) -1925 (205,255),(200,250) -1926 (205,265),(200,260) -1927 (205,275),(200,270) -1928 (205,285),(200,280) -1929 (205,295),(200,290) -1930 (205,305),(200,300) -1931 (205,315),(200,310) -1932 (205,325),(200,320) -1933 (205,335),(200,330) -1934 (205,345),(200,340) -1935 (205,355),(200,350) -1936 (205,365),(200,360) -1937 (205,375),(200,370) -1938 (205,385),(200,380) -1939 (205,395),(200,390) -1940 (205,405),(200,400) -1941 (205,415),(200,410) -1942 (205,425),(200,420) -1943 (205,435),(200,430) -1944 (205,445),(200,440) -1945 (205,455),(200,450) -1946 (205,465),(200,460) -1947 (205,475),(200,470) -1948 (205,485),(200,480) -1949 (205,495),(200,490) -1950 (205,505),(200,500) -1951 (205,515),(200,510) -1952 (205,525),(200,520) -1953 (205,535),(200,530) -1954 (205,545),(200,540) -1955 (205,555),(200,550) -1956 (205,565),(200,560) -1957 (205,575),(200,570) -1958 (205,585),(200,580) -1959 (205,595),(200,590) -1960 (205,605),(200,600) -1961 (205,615),(200,610) -1962 (205,625),(200,620) -1963 (205,635),(200,630) -1964 (205,645),(200,640) -1965 (205,655),(200,650) -1966 (205,665),(200,660) -1967 (205,675),(200,670) -1968 (205,685),(200,680) -1969 (205,695),(200,690) -1970 (205,705),(200,700) -1971 (205,715),(200,710) -1972 (205,725),(200,720) -1973 (205,735),(200,730) -1974 (205,745),(200,740) -1975 (205,755),(200,750) -1976 (205,765),(200,760) -1977 (205,775),(200,770) -1978 (205,785),(200,780) -1979 (205,795),(200,790) -1980 (205,805),(200,800) -1981 (205,815),(200,810) -1982 (205,825),(200,820) -1983 (205,835),(200,830) -1984 (205,845),(200,840) -1985 (205,855),(200,850) -1986 (205,865),(200,860) -1987 (205,875),(200,870) -1988 (205,885),(200,880) -1989 (205,895),(200,890) -1990 (205,905),(200,900) -1991 (205,915),(200,910) -1992 (205,925),(200,920) -1993 (205,935),(200,930) -1994 (205,945),(200,940) -1995 (205,955),(200,950) -1996 (205,965),(200,960) -1997 (205,975),(200,970) -1998 (205,985),(200,980) -1999 (205,995),(200,990) -2000 (205,1005),(200,1000) -2001 (215,15),(210,10) -2002 (215,25),(210,20) -2003 (215,35),(210,30) -2004 (215,45),(210,40) -2005 (215,55),(210,50) -2006 (215,65),(210,60) -2007 (215,75),(210,70) -2008 (215,85),(210,80) -2009 (215,95),(210,90) -2010 (215,105),(210,100) -2011 (215,115),(210,110) -2012 (215,125),(210,120) -2013 (215,135),(210,130) -2014 (215,145),(210,140) -2015 (215,155),(210,150) -2016 (215,165),(210,160) -2017 (215,175),(210,170) -2018 (215,185),(210,180) -2019 (215,195),(210,190) -2020 (215,205),(210,200) -2021 (215,215),(210,210) -2022 (215,225),(210,220) -2023 (215,235),(210,230) -2024 (215,245),(210,240) -2025 (215,255),(210,250) -2026 (215,265),(210,260) -2027 (215,275),(210,270) -2028 (215,285),(210,280) -2029 (215,295),(210,290) -2030 (215,305),(210,300) -2031 (215,315),(210,310) -2032 (215,325),(210,320) -2033 (215,335),(210,330) -2034 (215,345),(210,340) -2035 (215,355),(210,350) -2036 (215,365),(210,360) -2037 (215,375),(210,370) -2038 (215,385),(210,380) -2039 (215,395),(210,390) -2040 (215,405),(210,400) -2041 (215,415),(210,410) -2042 (215,425),(210,420) -2043 (215,435),(210,430) -2044 (215,445),(210,440) -2045 (215,455),(210,450) -2046 (215,465),(210,460) -2047 (215,475),(210,470) -2048 (215,485),(210,480) -2049 (215,495),(210,490) -2050 (215,505),(210,500) -2051 (215,515),(210,510) -2052 (215,525),(210,520) -2053 (215,535),(210,530) -2054 (215,545),(210,540) -2055 (215,555),(210,550) -2056 (215,565),(210,560) -2057 (215,575),(210,570) -2058 (215,585),(210,580) -2059 (215,595),(210,590) -2060 (215,605),(210,600) -2061 (215,615),(210,610) -2062 (215,625),(210,620) -2063 (215,635),(210,630) -2064 (215,645),(210,640) -2065 (215,655),(210,650) -2066 (215,665),(210,660) -2067 (215,675),(210,670) -2068 (215,685),(210,680) -2069 (215,695),(210,690) -2070 (215,705),(210,700) -2071 (215,715),(210,710) -2072 (215,725),(210,720) -2073 (215,735),(210,730) -2074 (215,745),(210,740) -2075 (215,755),(210,750) -2076 (215,765),(210,760) -2077 (215,775),(210,770) -2078 (215,785),(210,780) -2079 (215,795),(210,790) -2080 (215,805),(210,800) -2081 (215,815),(210,810) -2082 (215,825),(210,820) -2083 (215,835),(210,830) -2084 (215,845),(210,840) -2085 (215,855),(210,850) -2086 (215,865),(210,860) -2087 (215,875),(210,870) -2088 (215,885),(210,880) -2089 (215,895),(210,890) -2090 (215,905),(210,900) -2091 (215,915),(210,910) -2092 (215,925),(210,920) -2093 (215,935),(210,930) -2094 (215,945),(210,940) -2095 (215,955),(210,950) -2096 (215,965),(210,960) -2097 (215,975),(210,970) -2098 (215,985),(210,980) -2099 (215,995),(210,990) -2100 (215,1005),(210,1000) -2101 (225,15),(220,10) -2102 (225,25),(220,20) -2103 (225,35),(220,30) -2104 (225,45),(220,40) -2105 (225,55),(220,50) -2106 (225,65),(220,60) -2107 (225,75),(220,70) -2108 (225,85),(220,80) -2109 (225,95),(220,90) -2110 (225,105),(220,100) -2111 (225,115),(220,110) -2112 (225,125),(220,120) -2113 (225,135),(220,130) -2114 (225,145),(220,140) -2115 (225,155),(220,150) -2116 (225,165),(220,160) -2117 (225,175),(220,170) -2118 (225,185),(220,180) -2119 (225,195),(220,190) -2120 (225,205),(220,200) -2121 (225,215),(220,210) -2122 (225,225),(220,220) -2123 (225,235),(220,230) -2124 (225,245),(220,240) -2125 (225,255),(220,250) -2126 (225,265),(220,260) -2127 (225,275),(220,270) -2128 (225,285),(220,280) -2129 (225,295),(220,290) -2130 (225,305),(220,300) -2131 (225,315),(220,310) -2132 (225,325),(220,320) -2133 (225,335),(220,330) -2134 (225,345),(220,340) -2135 (225,355),(220,350) -2136 (225,365),(220,360) -2137 (225,375),(220,370) -2138 (225,385),(220,380) -2139 (225,395),(220,390) -2140 (225,405),(220,400) -2141 (225,415),(220,410) -2142 (225,425),(220,420) -2143 (225,435),(220,430) -2144 (225,445),(220,440) -2145 (225,455),(220,450) -2146 (225,465),(220,460) -2147 (225,475),(220,470) -2148 (225,485),(220,480) -2149 (225,495),(220,490) -2150 (225,505),(220,500) -2151 (225,515),(220,510) -2152 (225,525),(220,520) -2153 (225,535),(220,530) -2154 (225,545),(220,540) -2155 (225,555),(220,550) -2156 (225,565),(220,560) -2157 (225,575),(220,570) -2158 (225,585),(220,580) -2159 (225,595),(220,590) -2160 (225,605),(220,600) -2161 (225,615),(220,610) -2162 (225,625),(220,620) -2163 (225,635),(220,630) -2164 (225,645),(220,640) -2165 (225,655),(220,650) -2166 (225,665),(220,660) -2167 (225,675),(220,670) -2168 (225,685),(220,680) -2169 (225,695),(220,690) -2170 (225,705),(220,700) -2171 (225,715),(220,710) -2172 (225,725),(220,720) -2173 (225,735),(220,730) -2174 (225,745),(220,740) -2175 (225,755),(220,750) -2176 (225,765),(220,760) -2177 (225,775),(220,770) -2178 (225,785),(220,780) -2179 (225,795),(220,790) -2180 (225,805),(220,800) -2181 (225,815),(220,810) -2182 (225,825),(220,820) -2183 (225,835),(220,830) -2184 (225,845),(220,840) -2185 (225,855),(220,850) -2186 (225,865),(220,860) -2187 (225,875),(220,870) -2188 (225,885),(220,880) -2189 (225,895),(220,890) -2190 (225,905),(220,900) -2191 (225,915),(220,910) -2192 (225,925),(220,920) -2193 (225,935),(220,930) -2194 (225,945),(220,940) -2195 (225,955),(220,950) -2196 (225,965),(220,960) -2197 (225,975),(220,970) -2198 (225,985),(220,980) -2199 (225,995),(220,990) -2200 (225,1005),(220,1000) -2201 (235,15),(230,10) -2202 (235,25),(230,20) -2203 (235,35),(230,30) -2204 (235,45),(230,40) -2205 (235,55),(230,50) -2206 (235,65),(230,60) -2207 (235,75),(230,70) -2208 (235,85),(230,80) -2209 (235,95),(230,90) -2210 (235,105),(230,100) -2211 (235,115),(230,110) -2212 (235,125),(230,120) -2213 (235,135),(230,130) -2214 (235,145),(230,140) -2215 (235,155),(230,150) -2216 (235,165),(230,160) -2217 (235,175),(230,170) -2218 (235,185),(230,180) -2219 (235,195),(230,190) -2220 (235,205),(230,200) -2221 (235,215),(230,210) -2222 (235,225),(230,220) -2223 (235,235),(230,230) -2224 (235,245),(230,240) -2225 (235,255),(230,250) -2226 (235,265),(230,260) -2227 (235,275),(230,270) -2228 (235,285),(230,280) -2229 (235,295),(230,290) -2230 (235,305),(230,300) -2231 (235,315),(230,310) -2232 (235,325),(230,320) -2233 (235,335),(230,330) -2234 (235,345),(230,340) -2235 (235,355),(230,350) -2236 (235,365),(230,360) -2237 (235,375),(230,370) -2238 (235,385),(230,380) -2239 (235,395),(230,390) -2240 (235,405),(230,400) -2241 (235,415),(230,410) -2242 (235,425),(230,420) -2243 (235,435),(230,430) -2244 (235,445),(230,440) -2245 (235,455),(230,450) -2246 (235,465),(230,460) -2247 (235,475),(230,470) -2248 (235,485),(230,480) -2249 (235,495),(230,490) -2250 (235,505),(230,500) -2251 (235,515),(230,510) -2252 (235,525),(230,520) -2253 (235,535),(230,530) -2254 (235,545),(230,540) -2255 (235,555),(230,550) -2256 (235,565),(230,560) -2257 (235,575),(230,570) -2258 (235,585),(230,580) -2259 (235,595),(230,590) -2260 (235,605),(230,600) -2261 (235,615),(230,610) -2262 (235,625),(230,620) -2263 (235,635),(230,630) -2264 (235,645),(230,640) -2265 (235,655),(230,650) -2266 (235,665),(230,660) -2267 (235,675),(230,670) -2268 (235,685),(230,680) -2269 (235,695),(230,690) -2270 (235,705),(230,700) -2271 (235,715),(230,710) -2272 (235,725),(230,720) -2273 (235,735),(230,730) -2274 (235,745),(230,740) -2275 (235,755),(230,750) -2276 (235,765),(230,760) -2277 (235,775),(230,770) -2278 (235,785),(230,780) -2279 (235,795),(230,790) -2280 (235,805),(230,800) -2281 (235,815),(230,810) -2282 (235,825),(230,820) -2283 (235,835),(230,830) -2284 (235,845),(230,840) -2285 (235,855),(230,850) -2286 (235,865),(230,860) -2287 (235,875),(230,870) -2288 (235,885),(230,880) -2289 (235,895),(230,890) -2290 (235,905),(230,900) -2291 (235,915),(230,910) -2292 (235,925),(230,920) -2293 (235,935),(230,930) -2294 (235,945),(230,940) -2295 (235,955),(230,950) -2296 (235,965),(230,960) -2297 (235,975),(230,970) -2298 (235,985),(230,980) -2299 (235,995),(230,990) -2300 (235,1005),(230,1000) -2301 (245,15),(240,10) -2302 (245,25),(240,20) -2303 (245,35),(240,30) -2304 (245,45),(240,40) -2305 (245,55),(240,50) -2306 (245,65),(240,60) -2307 (245,75),(240,70) -2308 (245,85),(240,80) -2309 (245,95),(240,90) -2310 (245,105),(240,100) -2311 (245,115),(240,110) -2312 (245,125),(240,120) -2313 (245,135),(240,130) -2314 (245,145),(240,140) -2315 (245,155),(240,150) -2316 (245,165),(240,160) -2317 (245,175),(240,170) -2318 (245,185),(240,180) -2319 (245,195),(240,190) -2320 (245,205),(240,200) -2321 (245,215),(240,210) -2322 (245,225),(240,220) -2323 (245,235),(240,230) -2324 (245,245),(240,240) -2325 (245,255),(240,250) -2326 (245,265),(240,260) -2327 (245,275),(240,270) -2328 (245,285),(240,280) -2329 (245,295),(240,290) -2330 (245,305),(240,300) -2331 (245,315),(240,310) -2332 (245,325),(240,320) -2333 (245,335),(240,330) -2334 (245,345),(240,340) -2335 (245,355),(240,350) -2336 (245,365),(240,360) -2337 (245,375),(240,370) -2338 (245,385),(240,380) -2339 (245,395),(240,390) -2340 (245,405),(240,400) -2341 (245,415),(240,410) -2342 (245,425),(240,420) -2343 (245,435),(240,430) -2344 (245,445),(240,440) -2345 (245,455),(240,450) -2346 (245,465),(240,460) -2347 (245,475),(240,470) -2348 (245,485),(240,480) -2349 (245,495),(240,490) -2350 (245,505),(240,500) -2351 (245,515),(240,510) -2352 (245,525),(240,520) -2353 (245,535),(240,530) -2354 (245,545),(240,540) -2355 (245,555),(240,550) -2356 (245,565),(240,560) -2357 (245,575),(240,570) -2358 (245,585),(240,580) -2359 (245,595),(240,590) -2360 (245,605),(240,600) -2361 (245,615),(240,610) -2362 (245,625),(240,620) -2363 (245,635),(240,630) -2364 (245,645),(240,640) -2365 (245,655),(240,650) -2366 (245,665),(240,660) -2367 (245,675),(240,670) -2368 (245,685),(240,680) -2369 (245,695),(240,690) -2370 (245,705),(240,700) -2371 (245,715),(240,710) -2372 (245,725),(240,720) -2373 (245,735),(240,730) -2374 (245,745),(240,740) -2375 (245,755),(240,750) -2376 (245,765),(240,760) -2377 (245,775),(240,770) -2378 (245,785),(240,780) -2379 (245,795),(240,790) -2380 (245,805),(240,800) -2381 (245,815),(240,810) -2382 (245,825),(240,820) -2383 (245,835),(240,830) -2384 (245,845),(240,840) -2385 (245,855),(240,850) -2386 (245,865),(240,860) -2387 (245,875),(240,870) -2388 (245,885),(240,880) -2389 (245,895),(240,890) -2390 (245,905),(240,900) -2391 (245,915),(240,910) -2392 (245,925),(240,920) -2393 (245,935),(240,930) -2394 (245,945),(240,940) -2395 (245,955),(240,950) -2396 (245,965),(240,960) -2397 (245,975),(240,970) -2398 (245,985),(240,980) -2399 (245,995),(240,990) -2400 (245,1005),(240,1000) -2401 (255,15),(250,10) -2402 (255,25),(250,20) -2403 (255,35),(250,30) -2404 (255,45),(250,40) -2405 (255,55),(250,50) -2406 (255,65),(250,60) -2407 (255,75),(250,70) -2408 (255,85),(250,80) -2409 (255,95),(250,90) -2410 (255,105),(250,100) -2411 (255,115),(250,110) -2412 (255,125),(250,120) -2413 (255,135),(250,130) -2414 (255,145),(250,140) -2415 (255,155),(250,150) -2416 (255,165),(250,160) -2417 (255,175),(250,170) -2418 (255,185),(250,180) -2419 (255,195),(250,190) -2420 (255,205),(250,200) -2421 (255,215),(250,210) -2422 (255,225),(250,220) -2423 (255,235),(250,230) -2424 (255,245),(250,240) -2425 (255,255),(250,250) -2426 (255,265),(250,260) -2427 (255,275),(250,270) -2428 (255,285),(250,280) -2429 (255,295),(250,290) -2430 (255,305),(250,300) -2431 (255,315),(250,310) -2432 (255,325),(250,320) -2433 (255,335),(250,330) -2434 (255,345),(250,340) -2435 (255,355),(250,350) -2436 (255,365),(250,360) -2437 (255,375),(250,370) -2438 (255,385),(250,380) -2439 (255,395),(250,390) -2440 (255,405),(250,400) -2441 (255,415),(250,410) -2442 (255,425),(250,420) -2443 (255,435),(250,430) -2444 (255,445),(250,440) -2445 (255,455),(250,450) -2446 (255,465),(250,460) -2447 (255,475),(250,470) -2448 (255,485),(250,480) -2449 (255,495),(250,490) -2450 (255,505),(250,500) -2451 (255,515),(250,510) -2452 (255,525),(250,520) -2453 (255,535),(250,530) -2454 (255,545),(250,540) -2455 (255,555),(250,550) -2456 (255,565),(250,560) -2457 (255,575),(250,570) -2458 (255,585),(250,580) -2459 (255,595),(250,590) -2460 (255,605),(250,600) -2461 (255,615),(250,610) -2462 (255,625),(250,620) -2463 (255,635),(250,630) -2464 (255,645),(250,640) -2465 (255,655),(250,650) -2466 (255,665),(250,660) -2467 (255,675),(250,670) -2468 (255,685),(250,680) -2469 (255,695),(250,690) -2470 (255,705),(250,700) -2471 (255,715),(250,710) -2472 (255,725),(250,720) -2473 (255,735),(250,730) -2474 (255,745),(250,740) -2475 (255,755),(250,750) -2476 (255,765),(250,760) -2477 (255,775),(250,770) -2478 (255,785),(250,780) -2479 (255,795),(250,790) -2480 (255,805),(250,800) -2481 (255,815),(250,810) -2482 (255,825),(250,820) -2483 (255,835),(250,830) -2484 (255,845),(250,840) -2485 (255,855),(250,850) -2486 (255,865),(250,860) -2487 (255,875),(250,870) -2488 (255,885),(250,880) -2489 (255,895),(250,890) -2490 (255,905),(250,900) -2491 (255,915),(250,910) -2492 (255,925),(250,920) -2493 (255,935),(250,930) -2494 (255,945),(250,940) -2495 (255,955),(250,950) -2496 (255,965),(250,960) -2497 (255,975),(250,970) -2498 (255,985),(250,980) -2499 (255,995),(250,990) -2500 (255,1005),(250,1000) -2501 (265,15),(260,10) -2502 (265,25),(260,20) -2503 (265,35),(260,30) -2504 (265,45),(260,40) -2505 (265,55),(260,50) -2506 (265,65),(260,60) -2507 (265,75),(260,70) -2508 (265,85),(260,80) -2509 (265,95),(260,90) -2510 (265,105),(260,100) -2511 (265,115),(260,110) -2512 (265,125),(260,120) -2513 (265,135),(260,130) -2514 (265,145),(260,140) -2515 (265,155),(260,150) -2516 (265,165),(260,160) -2517 (265,175),(260,170) -2518 (265,185),(260,180) -2519 (265,195),(260,190) -2520 (265,205),(260,200) -2521 (265,215),(260,210) -2522 (265,225),(260,220) -2523 (265,235),(260,230) -2524 (265,245),(260,240) -2525 (265,255),(260,250) -2526 (265,265),(260,260) -2527 (265,275),(260,270) -2528 (265,285),(260,280) -2529 (265,295),(260,290) -2530 (265,305),(260,300) -2531 (265,315),(260,310) -2532 (265,325),(260,320) -2533 (265,335),(260,330) -2534 (265,345),(260,340) -2535 (265,355),(260,350) -2536 (265,365),(260,360) -2537 (265,375),(260,370) -2538 (265,385),(260,380) -2539 (265,395),(260,390) -2540 (265,405),(260,400) -2541 (265,415),(260,410) -2542 (265,425),(260,420) -2543 (265,435),(260,430) -2544 (265,445),(260,440) -2545 (265,455),(260,450) -2546 (265,465),(260,460) -2547 (265,475),(260,470) -2548 (265,485),(260,480) -2549 (265,495),(260,490) -2550 (265,505),(260,500) -2551 (265,515),(260,510) -2552 (265,525),(260,520) -2553 (265,535),(260,530) -2554 (265,545),(260,540) -2555 (265,555),(260,550) -2556 (265,565),(260,560) -2557 (265,575),(260,570) -2558 (265,585),(260,580) -2559 (265,595),(260,590) -2560 (265,605),(260,600) -2561 (265,615),(260,610) -2562 (265,625),(260,620) -2563 (265,635),(260,630) -2564 (265,645),(260,640) -2565 (265,655),(260,650) -2566 (265,665),(260,660) -2567 (265,675),(260,670) -2568 (265,685),(260,680) -2569 (265,695),(260,690) -2570 (265,705),(260,700) -2571 (265,715),(260,710) -2572 (265,725),(260,720) -2573 (265,735),(260,730) -2574 (265,745),(260,740) -2575 (265,755),(260,750) -2576 (265,765),(260,760) -2577 (265,775),(260,770) -2578 (265,785),(260,780) -2579 (265,795),(260,790) -2580 (265,805),(260,800) -2581 (265,815),(260,810) -2582 (265,825),(260,820) -2583 (265,835),(260,830) -2584 (265,845),(260,840) -2585 (265,855),(260,850) -2586 (265,865),(260,860) -2587 (265,875),(260,870) -2588 (265,885),(260,880) -2589 (265,895),(260,890) -2590 (265,905),(260,900) -2591 (265,915),(260,910) -2592 (265,925),(260,920) -2593 (265,935),(260,930) -2594 (265,945),(260,940) -2595 (265,955),(260,950) -2596 (265,965),(260,960) -2597 (265,975),(260,970) -2598 (265,985),(260,980) -2599 (265,995),(260,990) -2600 (265,1005),(260,1000) -2601 (275,15),(270,10) -2602 (275,25),(270,20) -2603 (275,35),(270,30) -2604 (275,45),(270,40) -2605 (275,55),(270,50) -2606 (275,65),(270,60) -2607 (275,75),(270,70) -2608 (275,85),(270,80) -2609 (275,95),(270,90) -2610 (275,105),(270,100) -2611 (275,115),(270,110) -2612 (275,125),(270,120) -2613 (275,135),(270,130) -2614 (275,145),(270,140) -2615 (275,155),(270,150) -2616 (275,165),(270,160) -2617 (275,175),(270,170) -2618 (275,185),(270,180) -2619 (275,195),(270,190) -2620 (275,205),(270,200) -2621 (275,215),(270,210) -2622 (275,225),(270,220) -2623 (275,235),(270,230) -2624 (275,245),(270,240) -2625 (275,255),(270,250) -2626 (275,265),(270,260) -2627 (275,275),(270,270) -2628 (275,285),(270,280) -2629 (275,295),(270,290) -2630 (275,305),(270,300) -2631 (275,315),(270,310) -2632 (275,325),(270,320) -2633 (275,335),(270,330) -2634 (275,345),(270,340) -2635 (275,355),(270,350) -2636 (275,365),(270,360) -2637 (275,375),(270,370) -2638 (275,385),(270,380) -2639 (275,395),(270,390) -2640 (275,405),(270,400) -2641 (275,415),(270,410) -2642 (275,425),(270,420) -2643 (275,435),(270,430) -2644 (275,445),(270,440) -2645 (275,455),(270,450) -2646 (275,465),(270,460) -2647 (275,475),(270,470) -2648 (275,485),(270,480) -2649 (275,495),(270,490) -2650 (275,505),(270,500) -2651 (275,515),(270,510) -2652 (275,525),(270,520) -2653 (275,535),(270,530) -2654 (275,545),(270,540) -2655 (275,555),(270,550) -2656 (275,565),(270,560) -2657 (275,575),(270,570) -2658 (275,585),(270,580) -2659 (275,595),(270,590) -2660 (275,605),(270,600) -2661 (275,615),(270,610) -2662 (275,625),(270,620) -2663 (275,635),(270,630) -2664 (275,645),(270,640) -2665 (275,655),(270,650) -2666 (275,665),(270,660) -2667 (275,675),(270,670) -2668 (275,685),(270,680) -2669 (275,695),(270,690) -2670 (275,705),(270,700) -2671 (275,715),(270,710) -2672 (275,725),(270,720) -2673 (275,735),(270,730) -2674 (275,745),(270,740) -2675 (275,755),(270,750) -2676 (275,765),(270,760) -2677 (275,775),(270,770) -2678 (275,785),(270,780) -2679 (275,795),(270,790) -2680 (275,805),(270,800) -2681 (275,815),(270,810) -2682 (275,825),(270,820) -2683 (275,835),(270,830) -2684 (275,845),(270,840) -2685 (275,855),(270,850) -2686 (275,865),(270,860) -2687 (275,875),(270,870) -2688 (275,885),(270,880) -2689 (275,895),(270,890) -2690 (275,905),(270,900) -2691 (275,915),(270,910) -2692 (275,925),(270,920) -2693 (275,935),(270,930) -2694 (275,945),(270,940) -2695 (275,955),(270,950) -2696 (275,965),(270,960) -2697 (275,975),(270,970) -2698 (275,985),(270,980) -2699 (275,995),(270,990) -2700 (275,1005),(270,1000) -2701 (285,15),(280,10) -2702 (285,25),(280,20) -2703 (285,35),(280,30) -2704 (285,45),(280,40) -2705 (285,55),(280,50) -2706 (285,65),(280,60) -2707 (285,75),(280,70) -2708 (285,85),(280,80) -2709 (285,95),(280,90) -2710 (285,105),(280,100) -2711 (285,115),(280,110) -2712 (285,125),(280,120) -2713 (285,135),(280,130) -2714 (285,145),(280,140) -2715 (285,155),(280,150) -2716 (285,165),(280,160) -2717 (285,175),(280,170) -2718 (285,185),(280,180) -2719 (285,195),(280,190) -2720 (285,205),(280,200) -2721 (285,215),(280,210) -2722 (285,225),(280,220) -2723 (285,235),(280,230) -2724 (285,245),(280,240) -2725 (285,255),(280,250) -2726 (285,265),(280,260) -2727 (285,275),(280,270) -2728 (285,285),(280,280) -2729 (285,295),(280,290) -2730 (285,305),(280,300) -2731 (285,315),(280,310) -2732 (285,325),(280,320) -2733 (285,335),(280,330) -2734 (285,345),(280,340) -2735 (285,355),(280,350) -2736 (285,365),(280,360) -2737 (285,375),(280,370) -2738 (285,385),(280,380) -2739 (285,395),(280,390) -2740 (285,405),(280,400) -2741 (285,415),(280,410) -2742 (285,425),(280,420) -2743 (285,435),(280,430) -2744 (285,445),(280,440) -2745 (285,455),(280,450) -2746 (285,465),(280,460) -2747 (285,475),(280,470) -2748 (285,485),(280,480) -2749 (285,495),(280,490) -2750 (285,505),(280,500) -2751 (285,515),(280,510) -2752 (285,525),(280,520) -2753 (285,535),(280,530) -2754 (285,545),(280,540) -2755 (285,555),(280,550) -2756 (285,565),(280,560) -2757 (285,575),(280,570) -2758 (285,585),(280,580) -2759 (285,595),(280,590) -2760 (285,605),(280,600) -2761 (285,615),(280,610) -2762 (285,625),(280,620) -2763 (285,635),(280,630) -2764 (285,645),(280,640) -2765 (285,655),(280,650) -2766 (285,665),(280,660) -2767 (285,675),(280,670) -2768 (285,685),(280,680) -2769 (285,695),(280,690) -2770 (285,705),(280,700) -2771 (285,715),(280,710) -2772 (285,725),(280,720) -2773 (285,735),(280,730) -2774 (285,745),(280,740) -2775 (285,755),(280,750) -2776 (285,765),(280,760) -2777 (285,775),(280,770) -2778 (285,785),(280,780) -2779 (285,795),(280,790) -2780 (285,805),(280,800) -2781 (285,815),(280,810) -2782 (285,825),(280,820) -2783 (285,835),(280,830) -2784 (285,845),(280,840) -2785 (285,855),(280,850) -2786 (285,865),(280,860) -2787 (285,875),(280,870) -2788 (285,885),(280,880) -2789 (285,895),(280,890) -2790 (285,905),(280,900) -2791 (285,915),(280,910) -2792 (285,925),(280,920) -2793 (285,935),(280,930) -2794 (285,945),(280,940) -2795 (285,955),(280,950) -2796 (285,965),(280,960) -2797 (285,975),(280,970) -2798 (285,985),(280,980) -2799 (285,995),(280,990) -2800 (285,1005),(280,1000) -2801 (295,15),(290,10) -2802 (295,25),(290,20) -2803 (295,35),(290,30) -2804 (295,45),(290,40) -2805 (295,55),(290,50) -2806 (295,65),(290,60) -2807 (295,75),(290,70) -2808 (295,85),(290,80) -2809 (295,95),(290,90) -2810 (295,105),(290,100) -2811 (295,115),(290,110) -2812 (295,125),(290,120) -2813 (295,135),(290,130) -2814 (295,145),(290,140) -2815 (295,155),(290,150) -2816 (295,165),(290,160) -2817 (295,175),(290,170) -2818 (295,185),(290,180) -2819 (295,195),(290,190) -2820 (295,205),(290,200) -2821 (295,215),(290,210) -2822 (295,225),(290,220) -2823 (295,235),(290,230) -2824 (295,245),(290,240) -2825 (295,255),(290,250) -2826 (295,265),(290,260) -2827 (295,275),(290,270) -2828 (295,285),(290,280) -2829 (295,295),(290,290) -2830 (295,305),(290,300) -2831 (295,315),(290,310) -2832 (295,325),(290,320) -2833 (295,335),(290,330) -2834 (295,345),(290,340) -2835 (295,355),(290,350) -2836 (295,365),(290,360) -2837 (295,375),(290,370) -2838 (295,385),(290,380) -2839 (295,395),(290,390) -2840 (295,405),(290,400) -2841 (295,415),(290,410) -2842 (295,425),(290,420) -2843 (295,435),(290,430) -2844 (295,445),(290,440) -2845 (295,455),(290,450) -2846 (295,465),(290,460) -2847 (295,475),(290,470) -2848 (295,485),(290,480) -2849 (295,495),(290,490) -2850 (295,505),(290,500) -2851 (295,515),(290,510) -2852 (295,525),(290,520) -2853 (295,535),(290,530) -2854 (295,545),(290,540) -2855 (295,555),(290,550) -2856 (295,565),(290,560) -2857 (295,575),(290,570) -2858 (295,585),(290,580) -2859 (295,595),(290,590) -2860 (295,605),(290,600) -2861 (295,615),(290,610) -2862 (295,625),(290,620) -2863 (295,635),(290,630) -2864 (295,645),(290,640) -2865 (295,655),(290,650) -2866 (295,665),(290,660) -2867 (295,675),(290,670) -2868 (295,685),(290,680) -2869 (295,695),(290,690) -2870 (295,705),(290,700) -2871 (295,715),(290,710) -2872 (295,725),(290,720) -2873 (295,735),(290,730) -2874 (295,745),(290,740) -2875 (295,755),(290,750) -2876 (295,765),(290,760) -2877 (295,775),(290,770) -2878 (295,785),(290,780) -2879 (295,795),(290,790) -2880 (295,805),(290,800) -2881 (295,815),(290,810) -2882 (295,825),(290,820) -2883 (295,835),(290,830) -2884 (295,845),(290,840) -2885 (295,855),(290,850) -2886 (295,865),(290,860) -2887 (295,875),(290,870) -2888 (295,885),(290,880) -2889 (295,895),(290,890) -2890 (295,905),(290,900) -2891 (295,915),(290,910) -2892 (295,925),(290,920) -2893 (295,935),(290,930) -2894 (295,945),(290,940) -2895 (295,955),(290,950) -2896 (295,965),(290,960) -2897 (295,975),(290,970) -2898 (295,985),(290,980) -2899 (295,995),(290,990) -2900 (295,1005),(290,1000) -2901 (305,15),(300,10) -2902 (305,25),(300,20) -2903 (305,35),(300,30) -2904 (305,45),(300,40) -2905 (305,55),(300,50) -2906 (305,65),(300,60) -2907 (305,75),(300,70) -2908 (305,85),(300,80) -2909 (305,95),(300,90) -2910 (305,105),(300,100) -2911 (305,115),(300,110) -2912 (305,125),(300,120) -2913 (305,135),(300,130) -2914 (305,145),(300,140) -2915 (305,155),(300,150) -2916 (305,165),(300,160) -2917 (305,175),(300,170) -2918 (305,185),(300,180) -2919 (305,195),(300,190) -2920 (305,205),(300,200) -2921 (305,215),(300,210) -2922 (305,225),(300,220) -2923 (305,235),(300,230) -2924 (305,245),(300,240) -2925 (305,255),(300,250) -2926 (305,265),(300,260) -2927 (305,275),(300,270) -2928 (305,285),(300,280) -2929 (305,295),(300,290) -2930 (305,305),(300,300) -2931 (305,315),(300,310) -2932 (305,325),(300,320) -2933 (305,335),(300,330) -2934 (305,345),(300,340) -2935 (305,355),(300,350) -2936 (305,365),(300,360) -2937 (305,375),(300,370) -2938 (305,385),(300,380) -2939 (305,395),(300,390) -2940 (305,405),(300,400) -2941 (305,415),(300,410) -2942 (305,425),(300,420) -2943 (305,435),(300,430) -2944 (305,445),(300,440) -2945 (305,455),(300,450) -2946 (305,465),(300,460) -2947 (305,475),(300,470) -2948 (305,485),(300,480) -2949 (305,495),(300,490) -2950 (305,505),(300,500) -2951 (305,515),(300,510) -2952 (305,525),(300,520) -2953 (305,535),(300,530) -2954 (305,545),(300,540) -2955 (305,555),(300,550) -2956 (305,565),(300,560) -2957 (305,575),(300,570) -2958 (305,585),(300,580) -2959 (305,595),(300,590) -2960 (305,605),(300,600) -2961 (305,615),(300,610) -2962 (305,625),(300,620) -2963 (305,635),(300,630) -2964 (305,645),(300,640) -2965 (305,655),(300,650) -2966 (305,665),(300,660) -2967 (305,675),(300,670) -2968 (305,685),(300,680) -2969 (305,695),(300,690) -2970 (305,705),(300,700) -2971 (305,715),(300,710) -2972 (305,725),(300,720) -2973 (305,735),(300,730) -2974 (305,745),(300,740) -2975 (305,755),(300,750) -2976 (305,765),(300,760) -2977 (305,775),(300,770) -2978 (305,785),(300,780) -2979 (305,795),(300,790) -2980 (305,805),(300,800) -2981 (305,815),(300,810) -2982 (305,825),(300,820) -2983 (305,835),(300,830) -2984 (305,845),(300,840) -2985 (305,855),(300,850) -2986 (305,865),(300,860) -2987 (305,875),(300,870) -2988 (305,885),(300,880) -2989 (305,895),(300,890) -2990 (305,905),(300,900) -2991 (305,915),(300,910) -2992 (305,925),(300,920) -2993 (305,935),(300,930) -2994 (305,945),(300,940) -2995 (305,955),(300,950) -2996 (305,965),(300,960) -2997 (305,975),(300,970) -2998 (305,985),(300,980) -2999 (305,995),(300,990) -3000 (305,1005),(300,1000) -3001 (315,15),(310,10) -3002 (315,25),(310,20) -3003 (315,35),(310,30) -3004 (315,45),(310,40) -3005 (315,55),(310,50) -3006 (315,65),(310,60) -3007 (315,75),(310,70) -3008 (315,85),(310,80) -3009 (315,95),(310,90) -3010 (315,105),(310,100) -3011 (315,115),(310,110) -3012 (315,125),(310,120) -3013 (315,135),(310,130) -3014 (315,145),(310,140) -3015 (315,155),(310,150) -3016 (315,165),(310,160) -3017 (315,175),(310,170) -3018 (315,185),(310,180) -3019 (315,195),(310,190) -3020 (315,205),(310,200) -3021 (315,215),(310,210) -3022 (315,225),(310,220) -3023 (315,235),(310,230) -3024 (315,245),(310,240) -3025 (315,255),(310,250) -3026 (315,265),(310,260) -3027 (315,275),(310,270) -3028 (315,285),(310,280) -3029 (315,295),(310,290) -3030 (315,305),(310,300) -3031 (315,315),(310,310) -3032 (315,325),(310,320) -3033 (315,335),(310,330) -3034 (315,345),(310,340) -3035 (315,355),(310,350) -3036 (315,365),(310,360) -3037 (315,375),(310,370) -3038 (315,385),(310,380) -3039 (315,395),(310,390) -3040 (315,405),(310,400) -3041 (315,415),(310,410) -3042 (315,425),(310,420) -3043 (315,435),(310,430) -3044 (315,445),(310,440) -3045 (315,455),(310,450) -3046 (315,465),(310,460) -3047 (315,475),(310,470) -3048 (315,485),(310,480) -3049 (315,495),(310,490) -3050 (315,505),(310,500) -3051 (315,515),(310,510) -3052 (315,525),(310,520) -3053 (315,535),(310,530) -3054 (315,545),(310,540) -3055 (315,555),(310,550) -3056 (315,565),(310,560) -3057 (315,575),(310,570) -3058 (315,585),(310,580) -3059 (315,595),(310,590) -3060 (315,605),(310,600) -3061 (315,615),(310,610) -3062 (315,625),(310,620) -3063 (315,635),(310,630) -3064 (315,645),(310,640) -3065 (315,655),(310,650) -3066 (315,665),(310,660) -3067 (315,675),(310,670) -3068 (315,685),(310,680) -3069 (315,695),(310,690) -3070 (315,705),(310,700) -3071 (315,715),(310,710) -3072 (315,725),(310,720) -3073 (315,735),(310,730) -3074 (315,745),(310,740) -3075 (315,755),(310,750) -3076 (315,765),(310,760) -3077 (315,775),(310,770) -3078 (315,785),(310,780) -3079 (315,795),(310,790) -3080 (315,805),(310,800) -3081 (315,815),(310,810) -3082 (315,825),(310,820) -3083 (315,835),(310,830) -3084 (315,845),(310,840) -3085 (315,855),(310,850) -3086 (315,865),(310,860) -3087 (315,875),(310,870) -3088 (315,885),(310,880) -3089 (315,895),(310,890) -3090 (315,905),(310,900) -3091 (315,915),(310,910) -3092 (315,925),(310,920) -3093 (315,935),(310,930) -3094 (315,945),(310,940) -3095 (315,955),(310,950) -3096 (315,965),(310,960) -3097 (315,975),(310,970) -3098 (315,985),(310,980) -3099 (315,995),(310,990) -3100 (315,1005),(310,1000) -3101 (325,15),(320,10) -3102 (325,25),(320,20) -3103 (325,35),(320,30) -3104 (325,45),(320,40) -3105 (325,55),(320,50) -3106 (325,65),(320,60) -3107 (325,75),(320,70) -3108 (325,85),(320,80) -3109 (325,95),(320,90) -3110 (325,105),(320,100) -3111 (325,115),(320,110) -3112 (325,125),(320,120) -3113 (325,135),(320,130) -3114 (325,145),(320,140) -3115 (325,155),(320,150) -3116 (325,165),(320,160) -3117 (325,175),(320,170) -3118 (325,185),(320,180) -3119 (325,195),(320,190) -3120 (325,205),(320,200) -3121 (325,215),(320,210) -3122 (325,225),(320,220) -3123 (325,235),(320,230) -3124 (325,245),(320,240) -3125 (325,255),(320,250) -3126 (325,265),(320,260) -3127 (325,275),(320,270) -3128 (325,285),(320,280) -3129 (325,295),(320,290) -3130 (325,305),(320,300) -3131 (325,315),(320,310) -3132 (325,325),(320,320) -3133 (325,335),(320,330) -3134 (325,345),(320,340) -3135 (325,355),(320,350) -3136 (325,365),(320,360) -3137 (325,375),(320,370) -3138 (325,385),(320,380) -3139 (325,395),(320,390) -3140 (325,405),(320,400) -3141 (325,415),(320,410) -3142 (325,425),(320,420) -3143 (325,435),(320,430) -3144 (325,445),(320,440) -3145 (325,455),(320,450) -3146 (325,465),(320,460) -3147 (325,475),(320,470) -3148 (325,485),(320,480) -3149 (325,495),(320,490) -3150 (325,505),(320,500) -3151 (325,515),(320,510) -3152 (325,525),(320,520) -3153 (325,535),(320,530) -3154 (325,545),(320,540) -3155 (325,555),(320,550) -3156 (325,565),(320,560) -3157 (325,575),(320,570) -3158 (325,585),(320,580) -3159 (325,595),(320,590) -3160 (325,605),(320,600) -3161 (325,615),(320,610) -3162 (325,625),(320,620) -3163 (325,635),(320,630) -3164 (325,645),(320,640) -3165 (325,655),(320,650) -3166 (325,665),(320,660) -3167 (325,675),(320,670) -3168 (325,685),(320,680) -3169 (325,695),(320,690) -3170 (325,705),(320,700) -3171 (325,715),(320,710) -3172 (325,725),(320,720) -3173 (325,735),(320,730) -3174 (325,745),(320,740) -3175 (325,755),(320,750) -3176 (325,765),(320,760) -3177 (325,775),(320,770) -3178 (325,785),(320,780) -3179 (325,795),(320,790) -3180 (325,805),(320,800) -3181 (325,815),(320,810) -3182 (325,825),(320,820) -3183 (325,835),(320,830) -3184 (325,845),(320,840) -3185 (325,855),(320,850) -3186 (325,865),(320,860) -3187 (325,875),(320,870) -3188 (325,885),(320,880) -3189 (325,895),(320,890) -3190 (325,905),(320,900) -3191 (325,915),(320,910) -3192 (325,925),(320,920) -3193 (325,935),(320,930) -3194 (325,945),(320,940) -3195 (325,955),(320,950) -3196 (325,965),(320,960) -3197 (325,975),(320,970) -3198 (325,985),(320,980) -3199 (325,995),(320,990) -3200 (325,1005),(320,1000) -3201 (335,15),(330,10) -3202 (335,25),(330,20) -3203 (335,35),(330,30) -3204 (335,45),(330,40) -3205 (335,55),(330,50) -3206 (335,65),(330,60) -3207 (335,75),(330,70) -3208 (335,85),(330,80) -3209 (335,95),(330,90) -3210 (335,105),(330,100) -3211 (335,115),(330,110) -3212 (335,125),(330,120) -3213 (335,135),(330,130) -3214 (335,145),(330,140) -3215 (335,155),(330,150) -3216 (335,165),(330,160) -3217 (335,175),(330,170) -3218 (335,185),(330,180) -3219 (335,195),(330,190) -3220 (335,205),(330,200) -3221 (335,215),(330,210) -3222 (335,225),(330,220) -3223 (335,235),(330,230) -3224 (335,245),(330,240) -3225 (335,255),(330,250) -3226 (335,265),(330,260) -3227 (335,275),(330,270) -3228 (335,285),(330,280) -3229 (335,295),(330,290) -3230 (335,305),(330,300) -3231 (335,315),(330,310) -3232 (335,325),(330,320) -3233 (335,335),(330,330) -3234 (335,345),(330,340) -3235 (335,355),(330,350) -3236 (335,365),(330,360) -3237 (335,375),(330,370) -3238 (335,385),(330,380) -3239 (335,395),(330,390) -3240 (335,405),(330,400) -3241 (335,415),(330,410) -3242 (335,425),(330,420) -3243 (335,435),(330,430) -3244 (335,445),(330,440) -3245 (335,455),(330,450) -3246 (335,465),(330,460) -3247 (335,475),(330,470) -3248 (335,485),(330,480) -3249 (335,495),(330,490) -3250 (335,505),(330,500) -3251 (335,515),(330,510) -3252 (335,525),(330,520) -3253 (335,535),(330,530) -3254 (335,545),(330,540) -3255 (335,555),(330,550) -3256 (335,565),(330,560) -3257 (335,575),(330,570) -3258 (335,585),(330,580) -3259 (335,595),(330,590) -3260 (335,605),(330,600) -3261 (335,615),(330,610) -3262 (335,625),(330,620) -3263 (335,635),(330,630) -3264 (335,645),(330,640) -3265 (335,655),(330,650) -3266 (335,665),(330,660) -3267 (335,675),(330,670) -3268 (335,685),(330,680) -3269 (335,695),(330,690) -3270 (335,705),(330,700) -3271 (335,715),(330,710) -3272 (335,725),(330,720) -3273 (335,735),(330,730) -3274 (335,745),(330,740) -3275 (335,755),(330,750) -3276 (335,765),(330,760) -3277 (335,775),(330,770) -3278 (335,785),(330,780) -3279 (335,795),(330,790) -3280 (335,805),(330,800) -3281 (335,815),(330,810) -3282 (335,825),(330,820) -3283 (335,835),(330,830) -3284 (335,845),(330,840) -3285 (335,855),(330,850) -3286 (335,865),(330,860) -3287 (335,875),(330,870) -3288 (335,885),(330,880) -3289 (335,895),(330,890) -3290 (335,905),(330,900) -3291 (335,915),(330,910) -3292 (335,925),(330,920) -3293 (335,935),(330,930) -3294 (335,945),(330,940) -3295 (335,955),(330,950) -3296 (335,965),(330,960) -3297 (335,975),(330,970) -3298 (335,985),(330,980) -3299 (335,995),(330,990) -3300 (335,1005),(330,1000) -3301 (345,15),(340,10) -3302 (345,25),(340,20) -3303 (345,35),(340,30) -3304 (345,45),(340,40) -3305 (345,55),(340,50) -3306 (345,65),(340,60) -3307 (345,75),(340,70) -3308 (345,85),(340,80) -3309 (345,95),(340,90) -3310 (345,105),(340,100) -3311 (345,115),(340,110) -3312 (345,125),(340,120) -3313 (345,135),(340,130) -3314 (345,145),(340,140) -3315 (345,155),(340,150) -3316 (345,165),(340,160) -3317 (345,175),(340,170) -3318 (345,185),(340,180) -3319 (345,195),(340,190) -3320 (345,205),(340,200) -3321 (345,215),(340,210) -3322 (345,225),(340,220) -3323 (345,235),(340,230) -3324 (345,245),(340,240) -3325 (345,255),(340,250) -3326 (345,265),(340,260) -3327 (345,275),(340,270) -3328 (345,285),(340,280) -3329 (345,295),(340,290) -3330 (345,305),(340,300) -3331 (345,315),(340,310) -3332 (345,325),(340,320) -3333 (345,335),(340,330) -3334 (345,345),(340,340) -3335 (345,355),(340,350) -3336 (345,365),(340,360) -3337 (345,375),(340,370) -3338 (345,385),(340,380) -3339 (345,395),(340,390) -3340 (345,405),(340,400) -3341 (345,415),(340,410) -3342 (345,425),(340,420) -3343 (345,435),(340,430) -3344 (345,445),(340,440) -3345 (345,455),(340,450) -3346 (345,465),(340,460) -3347 (345,475),(340,470) -3348 (345,485),(340,480) -3349 (345,495),(340,490) -3350 (345,505),(340,500) -3351 (345,515),(340,510) -3352 (345,525),(340,520) -3353 (345,535),(340,530) -3354 (345,545),(340,540) -3355 (345,555),(340,550) -3356 (345,565),(340,560) -3357 (345,575),(340,570) -3358 (345,585),(340,580) -3359 (345,595),(340,590) -3360 (345,605),(340,600) -3361 (345,615),(340,610) -3362 (345,625),(340,620) -3363 (345,635),(340,630) -3364 (345,645),(340,640) -3365 (345,655),(340,650) -3366 (345,665),(340,660) -3367 (345,675),(340,670) -3368 (345,685),(340,680) -3369 (345,695),(340,690) -3370 (345,705),(340,700) -3371 (345,715),(340,710) -3372 (345,725),(340,720) -3373 (345,735),(340,730) -3374 (345,745),(340,740) -3375 (345,755),(340,750) -3376 (345,765),(340,760) -3377 (345,775),(340,770) -3378 (345,785),(340,780) -3379 (345,795),(340,790) -3380 (345,805),(340,800) -3381 (345,815),(340,810) -3382 (345,825),(340,820) -3383 (345,835),(340,830) -3384 (345,845),(340,840) -3385 (345,855),(340,850) -3386 (345,865),(340,860) -3387 (345,875),(340,870) -3388 (345,885),(340,880) -3389 (345,895),(340,890) -3390 (345,905),(340,900) -3391 (345,915),(340,910) -3392 (345,925),(340,920) -3393 (345,935),(340,930) -3394 (345,945),(340,940) -3395 (345,955),(340,950) -3396 (345,965),(340,960) -3397 (345,975),(340,970) -3398 (345,985),(340,980) -3399 (345,995),(340,990) -3400 (345,1005),(340,1000) -3401 (355,15),(350,10) -3402 (355,25),(350,20) -3403 (355,35),(350,30) -3404 (355,45),(350,40) -3405 (355,55),(350,50) -3406 (355,65),(350,60) -3407 (355,75),(350,70) -3408 (355,85),(350,80) -3409 (355,95),(350,90) -3410 (355,105),(350,100) -3411 (355,115),(350,110) -3412 (355,125),(350,120) -3413 (355,135),(350,130) -3414 (355,145),(350,140) -3415 (355,155),(350,150) -3416 (355,165),(350,160) -3417 (355,175),(350,170) -3418 (355,185),(350,180) -3419 (355,195),(350,190) -3420 (355,205),(350,200) -3421 (355,215),(350,210) -3422 (355,225),(350,220) -3423 (355,235),(350,230) -3424 (355,245),(350,240) -3425 (355,255),(350,250) -3426 (355,265),(350,260) -3427 (355,275),(350,270) -3428 (355,285),(350,280) -3429 (355,295),(350,290) -3430 (355,305),(350,300) -3431 (355,315),(350,310) -3432 (355,325),(350,320) -3433 (355,335),(350,330) -3434 (355,345),(350,340) -3435 (355,355),(350,350) -3436 (355,365),(350,360) -3437 (355,375),(350,370) -3438 (355,385),(350,380) -3439 (355,395),(350,390) -3440 (355,405),(350,400) -3441 (355,415),(350,410) -3442 (355,425),(350,420) -3443 (355,435),(350,430) -3444 (355,445),(350,440) -3445 (355,455),(350,450) -3446 (355,465),(350,460) -3447 (355,475),(350,470) -3448 (355,485),(350,480) -3449 (355,495),(350,490) -3450 (355,505),(350,500) -3451 (355,515),(350,510) -3452 (355,525),(350,520) -3453 (355,535),(350,530) -3454 (355,545),(350,540) -3455 (355,555),(350,550) -3456 (355,565),(350,560) -3457 (355,575),(350,570) -3458 (355,585),(350,580) -3459 (355,595),(350,590) -3460 (355,605),(350,600) -3461 (355,615),(350,610) -3462 (355,625),(350,620) -3463 (355,635),(350,630) -3464 (355,645),(350,640) -3465 (355,655),(350,650) -3466 (355,665),(350,660) -3467 (355,675),(350,670) -3468 (355,685),(350,680) -3469 (355,695),(350,690) -3470 (355,705),(350,700) -3471 (355,715),(350,710) -3472 (355,725),(350,720) -3473 (355,735),(350,730) -3474 (355,745),(350,740) -3475 (355,755),(350,750) -3476 (355,765),(350,760) -3477 (355,775),(350,770) -3478 (355,785),(350,780) -3479 (355,795),(350,790) -3480 (355,805),(350,800) -3481 (355,815),(350,810) -3482 (355,825),(350,820) -3483 (355,835),(350,830) -3484 (355,845),(350,840) -3485 (355,855),(350,850) -3486 (355,865),(350,860) -3487 (355,875),(350,870) -3488 (355,885),(350,880) -3489 (355,895),(350,890) -3490 (355,905),(350,900) -3491 (355,915),(350,910) -3492 (355,925),(350,920) -3493 (355,935),(350,930) -3494 (355,945),(350,940) -3495 (355,955),(350,950) -3496 (355,965),(350,960) -3497 (355,975),(350,970) -3498 (355,985),(350,980) -3499 (355,995),(350,990) -3500 (355,1005),(350,1000) -3501 (365,15),(360,10) -3502 (365,25),(360,20) -3503 (365,35),(360,30) -3504 (365,45),(360,40) -3505 (365,55),(360,50) -3506 (365,65),(360,60) -3507 (365,75),(360,70) -3508 (365,85),(360,80) -3509 (365,95),(360,90) -3510 (365,105),(360,100) -3511 (365,115),(360,110) -3512 (365,125),(360,120) -3513 (365,135),(360,130) -3514 (365,145),(360,140) -3515 (365,155),(360,150) -3516 (365,165),(360,160) -3517 (365,175),(360,170) -3518 (365,185),(360,180) -3519 (365,195),(360,190) -3520 (365,205),(360,200) -3521 (365,215),(360,210) -3522 (365,225),(360,220) -3523 (365,235),(360,230) -3524 (365,245),(360,240) -3525 (365,255),(360,250) -3526 (365,265),(360,260) -3527 (365,275),(360,270) -3528 (365,285),(360,280) -3529 (365,295),(360,290) -3530 (365,305),(360,300) -3531 (365,315),(360,310) -3532 (365,325),(360,320) -3533 (365,335),(360,330) -3534 (365,345),(360,340) -3535 (365,355),(360,350) -3536 (365,365),(360,360) -3537 (365,375),(360,370) -3538 (365,385),(360,380) -3539 (365,395),(360,390) -3540 (365,405),(360,400) -3541 (365,415),(360,410) -3542 (365,425),(360,420) -3543 (365,435),(360,430) -3544 (365,445),(360,440) -3545 (365,455),(360,450) -3546 (365,465),(360,460) -3547 (365,475),(360,470) -3548 (365,485),(360,480) -3549 (365,495),(360,490) -3550 (365,505),(360,500) -3551 (365,515),(360,510) -3552 (365,525),(360,520) -3553 (365,535),(360,530) -3554 (365,545),(360,540) -3555 (365,555),(360,550) -3556 (365,565),(360,560) -3557 (365,575),(360,570) -3558 (365,585),(360,580) -3559 (365,595),(360,590) -3560 (365,605),(360,600) -3561 (365,615),(360,610) -3562 (365,625),(360,620) -3563 (365,635),(360,630) -3564 (365,645),(360,640) -3565 (365,655),(360,650) -3566 (365,665),(360,660) -3567 (365,675),(360,670) -3568 (365,685),(360,680) -3569 (365,695),(360,690) -3570 (365,705),(360,700) -3571 (365,715),(360,710) -3572 (365,725),(360,720) -3573 (365,735),(360,730) -3574 (365,745),(360,740) -3575 (365,755),(360,750) -3576 (365,765),(360,760) -3577 (365,775),(360,770) -3578 (365,785),(360,780) -3579 (365,795),(360,790) -3580 (365,805),(360,800) -3581 (365,815),(360,810) -3582 (365,825),(360,820) -3583 (365,835),(360,830) -3584 (365,845),(360,840) -3585 (365,855),(360,850) -3586 (365,865),(360,860) -3587 (365,875),(360,870) -3588 (365,885),(360,880) -3589 (365,895),(360,890) -3590 (365,905),(360,900) -3591 (365,915),(360,910) -3592 (365,925),(360,920) -3593 (365,935),(360,930) -3594 (365,945),(360,940) -3595 (365,955),(360,950) -3596 (365,965),(360,960) -3597 (365,975),(360,970) -3598 (365,985),(360,980) -3599 (365,995),(360,990) -3600 (365,1005),(360,1000) -3601 (375,15),(370,10) -3602 (375,25),(370,20) -3603 (375,35),(370,30) -3604 (375,45),(370,40) -3605 (375,55),(370,50) -3606 (375,65),(370,60) -3607 (375,75),(370,70) -3608 (375,85),(370,80) -3609 (375,95),(370,90) -3610 (375,105),(370,100) -3611 (375,115),(370,110) -3612 (375,125),(370,120) -3613 (375,135),(370,130) -3614 (375,145),(370,140) -3615 (375,155),(370,150) -3616 (375,165),(370,160) -3617 (375,175),(370,170) -3618 (375,185),(370,180) -3619 (375,195),(370,190) -3620 (375,205),(370,200) -3621 (375,215),(370,210) -3622 (375,225),(370,220) -3623 (375,235),(370,230) -3624 (375,245),(370,240) -3625 (375,255),(370,250) -3626 (375,265),(370,260) -3627 (375,275),(370,270) -3628 (375,285),(370,280) -3629 (375,295),(370,290) -3630 (375,305),(370,300) -3631 (375,315),(370,310) -3632 (375,325),(370,320) -3633 (375,335),(370,330) -3634 (375,345),(370,340) -3635 (375,355),(370,350) -3636 (375,365),(370,360) -3637 (375,375),(370,370) -3638 (375,385),(370,380) -3639 (375,395),(370,390) -3640 (375,405),(370,400) -3641 (375,415),(370,410) -3642 (375,425),(370,420) -3643 (375,435),(370,430) -3644 (375,445),(370,440) -3645 (375,455),(370,450) -3646 (375,465),(370,460) -3647 (375,475),(370,470) -3648 (375,485),(370,480) -3649 (375,495),(370,490) -3650 (375,505),(370,500) -3651 (375,515),(370,510) -3652 (375,525),(370,520) -3653 (375,535),(370,530) -3654 (375,545),(370,540) -3655 (375,555),(370,550) -3656 (375,565),(370,560) -3657 (375,575),(370,570) -3658 (375,585),(370,580) -3659 (375,595),(370,590) -3660 (375,605),(370,600) -3661 (375,615),(370,610) -3662 (375,625),(370,620) -3663 (375,635),(370,630) -3664 (375,645),(370,640) -3665 (375,655),(370,650) -3666 (375,665),(370,660) -3667 (375,675),(370,670) -3668 (375,685),(370,680) -3669 (375,695),(370,690) -3670 (375,705),(370,700) -3671 (375,715),(370,710) -3672 (375,725),(370,720) -3673 (375,735),(370,730) -3674 (375,745),(370,740) -3675 (375,755),(370,750) -3676 (375,765),(370,760) -3677 (375,775),(370,770) -3678 (375,785),(370,780) -3679 (375,795),(370,790) -3680 (375,805),(370,800) -3681 (375,815),(370,810) -3682 (375,825),(370,820) -3683 (375,835),(370,830) -3684 (375,845),(370,840) -3685 (375,855),(370,850) -3686 (375,865),(370,860) -3687 (375,875),(370,870) -3688 (375,885),(370,880) -3689 (375,895),(370,890) -3690 (375,905),(370,900) -3691 (375,915),(370,910) -3692 (375,925),(370,920) -3693 (375,935),(370,930) -3694 (375,945),(370,940) -3695 (375,955),(370,950) -3696 (375,965),(370,960) -3697 (375,975),(370,970) -3698 (375,985),(370,980) -3699 (375,995),(370,990) -3700 (375,1005),(370,1000) -3701 (385,15),(380,10) -3702 (385,25),(380,20) -3703 (385,35),(380,30) -3704 (385,45),(380,40) -3705 (385,55),(380,50) -3706 (385,65),(380,60) -3707 (385,75),(380,70) -3708 (385,85),(380,80) -3709 (385,95),(380,90) -3710 (385,105),(380,100) -3711 (385,115),(380,110) -3712 (385,125),(380,120) -3713 (385,135),(380,130) -3714 (385,145),(380,140) -3715 (385,155),(380,150) -3716 (385,165),(380,160) -3717 (385,175),(380,170) -3718 (385,185),(380,180) -3719 (385,195),(380,190) -3720 (385,205),(380,200) -3721 (385,215),(380,210) -3722 (385,225),(380,220) -3723 (385,235),(380,230) -3724 (385,245),(380,240) -3725 (385,255),(380,250) -3726 (385,265),(380,260) -3727 (385,275),(380,270) -3728 (385,285),(380,280) -3729 (385,295),(380,290) -3730 (385,305),(380,300) -3731 (385,315),(380,310) -3732 (385,325),(380,320) -3733 (385,335),(380,330) -3734 (385,345),(380,340) -3735 (385,355),(380,350) -3736 (385,365),(380,360) -3737 (385,375),(380,370) -3738 (385,385),(380,380) -3739 (385,395),(380,390) -3740 (385,405),(380,400) -3741 (385,415),(380,410) -3742 (385,425),(380,420) -3743 (385,435),(380,430) -3744 (385,445),(380,440) -3745 (385,455),(380,450) -3746 (385,465),(380,460) -3747 (385,475),(380,470) -3748 (385,485),(380,480) -3749 (385,495),(380,490) -3750 (385,505),(380,500) -3751 (385,515),(380,510) -3752 (385,525),(380,520) -3753 (385,535),(380,530) -3754 (385,545),(380,540) -3755 (385,555),(380,550) -3756 (385,565),(380,560) -3757 (385,575),(380,570) -3758 (385,585),(380,580) -3759 (385,595),(380,590) -3760 (385,605),(380,600) -3761 (385,615),(380,610) -3762 (385,625),(380,620) -3763 (385,635),(380,630) -3764 (385,645),(380,640) -3765 (385,655),(380,650) -3766 (385,665),(380,660) -3767 (385,675),(380,670) -3768 (385,685),(380,680) -3769 (385,695),(380,690) -3770 (385,705),(380,700) -3771 (385,715),(380,710) -3772 (385,725),(380,720) -3773 (385,735),(380,730) -3774 (385,745),(380,740) -3775 (385,755),(380,750) -3776 (385,765),(380,760) -3777 (385,775),(380,770) -3778 (385,785),(380,780) -3779 (385,795),(380,790) -3780 (385,805),(380,800) -3781 (385,815),(380,810) -3782 (385,825),(380,820) -3783 (385,835),(380,830) -3784 (385,845),(380,840) -3785 (385,855),(380,850) -3786 (385,865),(380,860) -3787 (385,875),(380,870) -3788 (385,885),(380,880) -3789 (385,895),(380,890) -3790 (385,905),(380,900) -3791 (385,915),(380,910) -3792 (385,925),(380,920) -3793 (385,935),(380,930) -3794 (385,945),(380,940) -3795 (385,955),(380,950) -3796 (385,965),(380,960) -3797 (385,975),(380,970) -3798 (385,985),(380,980) -3799 (385,995),(380,990) -3800 (385,1005),(380,1000) -3801 (395,15),(390,10) -3802 (395,25),(390,20) -3803 (395,35),(390,30) -3804 (395,45),(390,40) -3805 (395,55),(390,50) -3806 (395,65),(390,60) -3807 (395,75),(390,70) -3808 (395,85),(390,80) -3809 (395,95),(390,90) -3810 (395,105),(390,100) -3811 (395,115),(390,110) -3812 (395,125),(390,120) -3813 (395,135),(390,130) -3814 (395,145),(390,140) -3815 (395,155),(390,150) -3816 (395,165),(390,160) -3817 (395,175),(390,170) -3818 (395,185),(390,180) -3819 (395,195),(390,190) -3820 (395,205),(390,200) -3821 (395,215),(390,210) -3822 (395,225),(390,220) -3823 (395,235),(390,230) -3824 (395,245),(390,240) -3825 (395,255),(390,250) -3826 (395,265),(390,260) -3827 (395,275),(390,270) -3828 (395,285),(390,280) -3829 (395,295),(390,290) -3830 (395,305),(390,300) -3831 (395,315),(390,310) -3832 (395,325),(390,320) -3833 (395,335),(390,330) -3834 (395,345),(390,340) -3835 (395,355),(390,350) -3836 (395,365),(390,360) -3837 (395,375),(390,370) -3838 (395,385),(390,380) -3839 (395,395),(390,390) -3840 (395,405),(390,400) -3841 (395,415),(390,410) -3842 (395,425),(390,420) -3843 (395,435),(390,430) -3844 (395,445),(390,440) -3845 (395,455),(390,450) -3846 (395,465),(390,460) -3847 (395,475),(390,470) -3848 (395,485),(390,480) -3849 (395,495),(390,490) -3850 (395,505),(390,500) -3851 (395,515),(390,510) -3852 (395,525),(390,520) -3853 (395,535),(390,530) -3854 (395,545),(390,540) -3855 (395,555),(390,550) -3856 (395,565),(390,560) -3857 (395,575),(390,570) -3858 (395,585),(390,580) -3859 (395,595),(390,590) -3860 (395,605),(390,600) -3861 (395,615),(390,610) -3862 (395,625),(390,620) -3863 (395,635),(390,630) -3864 (395,645),(390,640) -3865 (395,655),(390,650) -3866 (395,665),(390,660) -3867 (395,675),(390,670) -3868 (395,685),(390,680) -3869 (395,695),(390,690) -3870 (395,705),(390,700) -3871 (395,715),(390,710) -3872 (395,725),(390,720) -3873 (395,735),(390,730) -3874 (395,745),(390,740) -3875 (395,755),(390,750) -3876 (395,765),(390,760) -3877 (395,775),(390,770) -3878 (395,785),(390,780) -3879 (395,795),(390,790) -3880 (395,805),(390,800) -3881 (395,815),(390,810) -3882 (395,825),(390,820) -3883 (395,835),(390,830) -3884 (395,845),(390,840) -3885 (395,855),(390,850) -3886 (395,865),(390,860) -3887 (395,875),(390,870) -3888 (395,885),(390,880) -3889 (395,895),(390,890) -3890 (395,905),(390,900) -3891 (395,915),(390,910) -3892 (395,925),(390,920) -3893 (395,935),(390,930) -3894 (395,945),(390,940) -3895 (395,955),(390,950) -3896 (395,965),(390,960) -3897 (395,975),(390,970) -3898 (395,985),(390,980) -3899 (395,995),(390,990) -3900 (395,1005),(390,1000) -3901 (405,15),(400,10) -3902 (405,25),(400,20) -3903 (405,35),(400,30) -3904 (405,45),(400,40) -3905 (405,55),(400,50) -3906 (405,65),(400,60) -3907 (405,75),(400,70) -3908 (405,85),(400,80) -3909 (405,95),(400,90) -3910 (405,105),(400,100) -3911 (405,115),(400,110) -3912 (405,125),(400,120) -3913 (405,135),(400,130) -3914 (405,145),(400,140) -3915 (405,155),(400,150) -3916 (405,165),(400,160) -3917 (405,175),(400,170) -3918 (405,185),(400,180) -3919 (405,195),(400,190) -3920 (405,205),(400,200) -3921 (405,215),(400,210) -3922 (405,225),(400,220) -3923 (405,235),(400,230) -3924 (405,245),(400,240) -3925 (405,255),(400,250) -3926 (405,265),(400,260) -3927 (405,275),(400,270) -3928 (405,285),(400,280) -3929 (405,295),(400,290) -3930 (405,305),(400,300) -3931 (405,315),(400,310) -3932 (405,325),(400,320) -3933 (405,335),(400,330) -3934 (405,345),(400,340) -3935 (405,355),(400,350) -3936 (405,365),(400,360) -3937 (405,375),(400,370) -3938 (405,385),(400,380) -3939 (405,395),(400,390) -3940 (405,405),(400,400) -3941 (405,415),(400,410) -3942 (405,425),(400,420) -3943 (405,435),(400,430) -3944 (405,445),(400,440) -3945 (405,455),(400,450) -3946 (405,465),(400,460) -3947 (405,475),(400,470) -3948 (405,485),(400,480) -3949 (405,495),(400,490) -3950 (405,505),(400,500) -3951 (405,515),(400,510) -3952 (405,525),(400,520) -3953 (405,535),(400,530) -3954 (405,545),(400,540) -3955 (405,555),(400,550) -3956 (405,565),(400,560) -3957 (405,575),(400,570) -3958 (405,585),(400,580) -3959 (405,595),(400,590) -3960 (405,605),(400,600) -3961 (405,615),(400,610) -3962 (405,625),(400,620) -3963 (405,635),(400,630) -3964 (405,645),(400,640) -3965 (405,655),(400,650) -3966 (405,665),(400,660) -3967 (405,675),(400,670) -3968 (405,685),(400,680) -3969 (405,695),(400,690) -3970 (405,705),(400,700) -3971 (405,715),(400,710) -3972 (405,725),(400,720) -3973 (405,735),(400,730) -3974 (405,745),(400,740) -3975 (405,755),(400,750) -3976 (405,765),(400,760) -3977 (405,775),(400,770) -3978 (405,785),(400,780) -3979 (405,795),(400,790) -3980 (405,805),(400,800) -3981 (405,815),(400,810) -3982 (405,825),(400,820) -3983 (405,835),(400,830) -3984 (405,845),(400,840) -3985 (405,855),(400,850) -3986 (405,865),(400,860) -3987 (405,875),(400,870) -3988 (405,885),(400,880) -3989 (405,895),(400,890) -3990 (405,905),(400,900) -3991 (405,915),(400,910) -3992 (405,925),(400,920) -3993 (405,935),(400,930) -3994 (405,945),(400,940) -3995 (405,955),(400,950) -3996 (405,965),(400,960) -3997 (405,975),(400,970) -3998 (405,985),(400,980) -3999 (405,995),(400,990) -4000 (405,1005),(400,1000) -4001 (415,15),(410,10) -4002 (415,25),(410,20) -4003 (415,35),(410,30) -4004 (415,45),(410,40) -4005 (415,55),(410,50) -4006 (415,65),(410,60) -4007 (415,75),(410,70) -4008 (415,85),(410,80) -4009 (415,95),(410,90) -4010 (415,105),(410,100) -4011 (415,115),(410,110) -4012 (415,125),(410,120) -4013 (415,135),(410,130) -4014 (415,145),(410,140) -4015 (415,155),(410,150) -4016 (415,165),(410,160) -4017 (415,175),(410,170) -4018 (415,185),(410,180) -4019 (415,195),(410,190) -4020 (415,205),(410,200) -4021 (415,215),(410,210) -4022 (415,225),(410,220) -4023 (415,235),(410,230) -4024 (415,245),(410,240) -4025 (415,255),(410,250) -4026 (415,265),(410,260) -4027 (415,275),(410,270) -4028 (415,285),(410,280) -4029 (415,295),(410,290) -4030 (415,305),(410,300) -4031 (415,315),(410,310) -4032 (415,325),(410,320) -4033 (415,335),(410,330) -4034 (415,345),(410,340) -4035 (415,355),(410,350) -4036 (415,365),(410,360) -4037 (415,375),(410,370) -4038 (415,385),(410,380) -4039 (415,395),(410,390) -4040 (415,405),(410,400) -4041 (415,415),(410,410) -4042 (415,425),(410,420) -4043 (415,435),(410,430) -4044 (415,445),(410,440) -4045 (415,455),(410,450) -4046 (415,465),(410,460) -4047 (415,475),(410,470) -4048 (415,485),(410,480) -4049 (415,495),(410,490) -4050 (415,505),(410,500) -4051 (415,515),(410,510) -4052 (415,525),(410,520) -4053 (415,535),(410,530) -4054 (415,545),(410,540) -4055 (415,555),(410,550) -4056 (415,565),(410,560) -4057 (415,575),(410,570) -4058 (415,585),(410,580) -4059 (415,595),(410,590) -4060 (415,605),(410,600) -4061 (415,615),(410,610) -4062 (415,625),(410,620) -4063 (415,635),(410,630) -4064 (415,645),(410,640) -4065 (415,655),(410,650) -4066 (415,665),(410,660) -4067 (415,675),(410,670) -4068 (415,685),(410,680) -4069 (415,695),(410,690) -4070 (415,705),(410,700) -4071 (415,715),(410,710) -4072 (415,725),(410,720) -4073 (415,735),(410,730) -4074 (415,745),(410,740) -4075 (415,755),(410,750) -4076 (415,765),(410,760) -4077 (415,775),(410,770) -4078 (415,785),(410,780) -4079 (415,795),(410,790) -4080 (415,805),(410,800) -4081 (415,815),(410,810) -4082 (415,825),(410,820) -4083 (415,835),(410,830) -4084 (415,845),(410,840) -4085 (415,855),(410,850) -4086 (415,865),(410,860) -4087 (415,875),(410,870) -4088 (415,885),(410,880) -4089 (415,895),(410,890) -4090 (415,905),(410,900) -4091 (415,915),(410,910) -4092 (415,925),(410,920) -4093 (415,935),(410,930) -4094 (415,945),(410,940) -4095 (415,955),(410,950) -4096 (415,965),(410,960) -4097 (415,975),(410,970) -4098 (415,985),(410,980) -4099 (415,995),(410,990) -4100 (415,1005),(410,1000) -4101 (425,15),(420,10) -4102 (425,25),(420,20) -4103 (425,35),(420,30) -4104 (425,45),(420,40) -4105 (425,55),(420,50) -4106 (425,65),(420,60) -4107 (425,75),(420,70) -4108 (425,85),(420,80) -4109 (425,95),(420,90) -4110 (425,105),(420,100) -4111 (425,115),(420,110) -4112 (425,125),(420,120) -4113 (425,135),(420,130) -4114 (425,145),(420,140) -4115 (425,155),(420,150) -4116 (425,165),(420,160) -4117 (425,175),(420,170) -4118 (425,185),(420,180) -4119 (425,195),(420,190) -4120 (425,205),(420,200) -4121 (425,215),(420,210) -4122 (425,225),(420,220) -4123 (425,235),(420,230) -4124 (425,245),(420,240) -4125 (425,255),(420,250) -4126 (425,265),(420,260) -4127 (425,275),(420,270) -4128 (425,285),(420,280) -4129 (425,295),(420,290) -4130 (425,305),(420,300) -4131 (425,315),(420,310) -4132 (425,325),(420,320) -4133 (425,335),(420,330) -4134 (425,345),(420,340) -4135 (425,355),(420,350) -4136 (425,365),(420,360) -4137 (425,375),(420,370) -4138 (425,385),(420,380) -4139 (425,395),(420,390) -4140 (425,405),(420,400) -4141 (425,415),(420,410) -4142 (425,425),(420,420) -4143 (425,435),(420,430) -4144 (425,445),(420,440) -4145 (425,455),(420,450) -4146 (425,465),(420,460) -4147 (425,475),(420,470) -4148 (425,485),(420,480) -4149 (425,495),(420,490) -4150 (425,505),(420,500) -4151 (425,515),(420,510) -4152 (425,525),(420,520) -4153 (425,535),(420,530) -4154 (425,545),(420,540) -4155 (425,555),(420,550) -4156 (425,565),(420,560) -4157 (425,575),(420,570) -4158 (425,585),(420,580) -4159 (425,595),(420,590) -4160 (425,605),(420,600) -4161 (425,615),(420,610) -4162 (425,625),(420,620) -4163 (425,635),(420,630) -4164 (425,645),(420,640) -4165 (425,655),(420,650) -4166 (425,665),(420,660) -4167 (425,675),(420,670) -4168 (425,685),(420,680) -4169 (425,695),(420,690) -4170 (425,705),(420,700) -4171 (425,715),(420,710) -4172 (425,725),(420,720) -4173 (425,735),(420,730) -4174 (425,745),(420,740) -4175 (425,755),(420,750) -4176 (425,765),(420,760) -4177 (425,775),(420,770) -4178 (425,785),(420,780) -4179 (425,795),(420,790) -4180 (425,805),(420,800) -4181 (425,815),(420,810) -4182 (425,825),(420,820) -4183 (425,835),(420,830) -4184 (425,845),(420,840) -4185 (425,855),(420,850) -4186 (425,865),(420,860) -4187 (425,875),(420,870) -4188 (425,885),(420,880) -4189 (425,895),(420,890) -4190 (425,905),(420,900) -4191 (425,915),(420,910) -4192 (425,925),(420,920) -4193 (425,935),(420,930) -4194 (425,945),(420,940) -4195 (425,955),(420,950) -4196 (425,965),(420,960) -4197 (425,975),(420,970) -4198 (425,985),(420,980) -4199 (425,995),(420,990) -4200 (425,1005),(420,1000) -4201 (435,15),(430,10) -4202 (435,25),(430,20) -4203 (435,35),(430,30) -4204 (435,45),(430,40) -4205 (435,55),(430,50) -4206 (435,65),(430,60) -4207 (435,75),(430,70) -4208 (435,85),(430,80) -4209 (435,95),(430,90) -4210 (435,105),(430,100) -4211 (435,115),(430,110) -4212 (435,125),(430,120) -4213 (435,135),(430,130) -4214 (435,145),(430,140) -4215 (435,155),(430,150) -4216 (435,165),(430,160) -4217 (435,175),(430,170) -4218 (435,185),(430,180) -4219 (435,195),(430,190) -4220 (435,205),(430,200) -4221 (435,215),(430,210) -4222 (435,225),(430,220) -4223 (435,235),(430,230) -4224 (435,245),(430,240) -4225 (435,255),(430,250) -4226 (435,265),(430,260) -4227 (435,275),(430,270) -4228 (435,285),(430,280) -4229 (435,295),(430,290) -4230 (435,305),(430,300) -4231 (435,315),(430,310) -4232 (435,325),(430,320) -4233 (435,335),(430,330) -4234 (435,345),(430,340) -4235 (435,355),(430,350) -4236 (435,365),(430,360) -4237 (435,375),(430,370) -4238 (435,385),(430,380) -4239 (435,395),(430,390) -4240 (435,405),(430,400) -4241 (435,415),(430,410) -4242 (435,425),(430,420) -4243 (435,435),(430,430) -4244 (435,445),(430,440) -4245 (435,455),(430,450) -4246 (435,465),(430,460) -4247 (435,475),(430,470) -4248 (435,485),(430,480) -4249 (435,495),(430,490) -4250 (435,505),(430,500) -4251 (435,515),(430,510) -4252 (435,525),(430,520) -4253 (435,535),(430,530) -4254 (435,545),(430,540) -4255 (435,555),(430,550) -4256 (435,565),(430,560) -4257 (435,575),(430,570) -4258 (435,585),(430,580) -4259 (435,595),(430,590) -4260 (435,605),(430,600) -4261 (435,615),(430,610) -4262 (435,625),(430,620) -4263 (435,635),(430,630) -4264 (435,645),(430,640) -4265 (435,655),(430,650) -4266 (435,665),(430,660) -4267 (435,675),(430,670) -4268 (435,685),(430,680) -4269 (435,695),(430,690) -4270 (435,705),(430,700) -4271 (435,715),(430,710) -4272 (435,725),(430,720) -4273 (435,735),(430,730) -4274 (435,745),(430,740) -4275 (435,755),(430,750) -4276 (435,765),(430,760) -4277 (435,775),(430,770) -4278 (435,785),(430,780) -4279 (435,795),(430,790) -4280 (435,805),(430,800) -4281 (435,815),(430,810) -4282 (435,825),(430,820) -4283 (435,835),(430,830) -4284 (435,845),(430,840) -4285 (435,855),(430,850) -4286 (435,865),(430,860) -4287 (435,875),(430,870) -4288 (435,885),(430,880) -4289 (435,895),(430,890) -4290 (435,905),(430,900) -4291 (435,915),(430,910) -4292 (435,925),(430,920) -4293 (435,935),(430,930) -4294 (435,945),(430,940) -4295 (435,955),(430,950) -4296 (435,965),(430,960) -4297 (435,975),(430,970) -4298 (435,985),(430,980) -4299 (435,995),(430,990) -4300 (435,1005),(430,1000) -4301 (445,15),(440,10) -4302 (445,25),(440,20) -4303 (445,35),(440,30) -4304 (445,45),(440,40) -4305 (445,55),(440,50) -4306 (445,65),(440,60) -4307 (445,75),(440,70) -4308 (445,85),(440,80) -4309 (445,95),(440,90) -4310 (445,105),(440,100) -4311 (445,115),(440,110) -4312 (445,125),(440,120) -4313 (445,135),(440,130) -4314 (445,145),(440,140) -4315 (445,155),(440,150) -4316 (445,165),(440,160) -4317 (445,175),(440,170) -4318 (445,185),(440,180) -4319 (445,195),(440,190) -4320 (445,205),(440,200) -4321 (445,215),(440,210) -4322 (445,225),(440,220) -4323 (445,235),(440,230) -4324 (445,245),(440,240) -4325 (445,255),(440,250) -4326 (445,265),(440,260) -4327 (445,275),(440,270) -4328 (445,285),(440,280) -4329 (445,295),(440,290) -4330 (445,305),(440,300) -4331 (445,315),(440,310) -4332 (445,325),(440,320) -4333 (445,335),(440,330) -4334 (445,345),(440,340) -4335 (445,355),(440,350) -4336 (445,365),(440,360) -4337 (445,375),(440,370) -4338 (445,385),(440,380) -4339 (445,395),(440,390) -4340 (445,405),(440,400) -4341 (445,415),(440,410) -4342 (445,425),(440,420) -4343 (445,435),(440,430) -4344 (445,445),(440,440) -4345 (445,455),(440,450) -4346 (445,465),(440,460) -4347 (445,475),(440,470) -4348 (445,485),(440,480) -4349 (445,495),(440,490) -4350 (445,505),(440,500) -4351 (445,515),(440,510) -4352 (445,525),(440,520) -4353 (445,535),(440,530) -4354 (445,545),(440,540) -4355 (445,555),(440,550) -4356 (445,565),(440,560) -4357 (445,575),(440,570) -4358 (445,585),(440,580) -4359 (445,595),(440,590) -4360 (445,605),(440,600) -4361 (445,615),(440,610) -4362 (445,625),(440,620) -4363 (445,635),(440,630) -4364 (445,645),(440,640) -4365 (445,655),(440,650) -4366 (445,665),(440,660) -4367 (445,675),(440,670) -4368 (445,685),(440,680) -4369 (445,695),(440,690) -4370 (445,705),(440,700) -4371 (445,715),(440,710) -4372 (445,725),(440,720) -4373 (445,735),(440,730) -4374 (445,745),(440,740) -4375 (445,755),(440,750) -4376 (445,765),(440,760) -4377 (445,775),(440,770) -4378 (445,785),(440,780) -4379 (445,795),(440,790) -4380 (445,805),(440,800) -4381 (445,815),(440,810) -4382 (445,825),(440,820) -4383 (445,835),(440,830) -4384 (445,845),(440,840) -4385 (445,855),(440,850) -4386 (445,865),(440,860) -4387 (445,875),(440,870) -4388 (445,885),(440,880) -4389 (445,895),(440,890) -4390 (445,905),(440,900) -4391 (445,915),(440,910) -4392 (445,925),(440,920) -4393 (445,935),(440,930) -4394 (445,945),(440,940) -4395 (445,955),(440,950) -4396 (445,965),(440,960) -4397 (445,975),(440,970) -4398 (445,985),(440,980) -4399 (445,995),(440,990) -4400 (445,1005),(440,1000) -4401 (455,15),(450,10) -4402 (455,25),(450,20) -4403 (455,35),(450,30) -4404 (455,45),(450,40) -4405 (455,55),(450,50) -4406 (455,65),(450,60) -4407 (455,75),(450,70) -4408 (455,85),(450,80) -4409 (455,95),(450,90) -4410 (455,105),(450,100) -4411 (455,115),(450,110) -4412 (455,125),(450,120) -4413 (455,135),(450,130) -4414 (455,145),(450,140) -4415 (455,155),(450,150) -4416 (455,165),(450,160) -4417 (455,175),(450,170) -4418 (455,185),(450,180) -4419 (455,195),(450,190) -4420 (455,205),(450,200) -4421 (455,215),(450,210) -4422 (455,225),(450,220) -4423 (455,235),(450,230) -4424 (455,245),(450,240) -4425 (455,255),(450,250) -4426 (455,265),(450,260) -4427 (455,275),(450,270) -4428 (455,285),(450,280) -4429 (455,295),(450,290) -4430 (455,305),(450,300) -4431 (455,315),(450,310) -4432 (455,325),(450,320) -4433 (455,335),(450,330) -4434 (455,345),(450,340) -4435 (455,355),(450,350) -4436 (455,365),(450,360) -4437 (455,375),(450,370) -4438 (455,385),(450,380) -4439 (455,395),(450,390) -4440 (455,405),(450,400) -4441 (455,415),(450,410) -4442 (455,425),(450,420) -4443 (455,435),(450,430) -4444 (455,445),(450,440) -4445 (455,455),(450,450) -4446 (455,465),(450,460) -4447 (455,475),(450,470) -4448 (455,485),(450,480) -4449 (455,495),(450,490) -4450 (455,505),(450,500) -4451 (455,515),(450,510) -4452 (455,525),(450,520) -4453 (455,535),(450,530) -4454 (455,545),(450,540) -4455 (455,555),(450,550) -4456 (455,565),(450,560) -4457 (455,575),(450,570) -4458 (455,585),(450,580) -4459 (455,595),(450,590) -4460 (455,605),(450,600) -4461 (455,615),(450,610) -4462 (455,625),(450,620) -4463 (455,635),(450,630) -4464 (455,645),(450,640) -4465 (455,655),(450,650) -4466 (455,665),(450,660) -4467 (455,675),(450,670) -4468 (455,685),(450,680) -4469 (455,695),(450,690) -4470 (455,705),(450,700) -4471 (455,715),(450,710) -4472 (455,725),(450,720) -4473 (455,735),(450,730) -4474 (455,745),(450,740) -4475 (455,755),(450,750) -4476 (455,765),(450,760) -4477 (455,775),(450,770) -4478 (455,785),(450,780) -4479 (455,795),(450,790) -4480 (455,805),(450,800) -4481 (455,815),(450,810) -4482 (455,825),(450,820) -4483 (455,835),(450,830) -4484 (455,845),(450,840) -4485 (455,855),(450,850) -4486 (455,865),(450,860) -4487 (455,875),(450,870) -4488 (455,885),(450,880) -4489 (455,895),(450,890) -4490 (455,905),(450,900) -4491 (455,915),(450,910) -4492 (455,925),(450,920) -4493 (455,935),(450,930) -4494 (455,945),(450,940) -4495 (455,955),(450,950) -4496 (455,965),(450,960) -4497 (455,975),(450,970) -4498 (455,985),(450,980) -4499 (455,995),(450,990) -4500 (455,1005),(450,1000) -4501 (465,15),(460,10) -4502 (465,25),(460,20) -4503 (465,35),(460,30) -4504 (465,45),(460,40) -4505 (465,55),(460,50) -4506 (465,65),(460,60) -4507 (465,75),(460,70) -4508 (465,85),(460,80) -4509 (465,95),(460,90) -4510 (465,105),(460,100) -4511 (465,115),(460,110) -4512 (465,125),(460,120) -4513 (465,135),(460,130) -4514 (465,145),(460,140) -4515 (465,155),(460,150) -4516 (465,165),(460,160) -4517 (465,175),(460,170) -4518 (465,185),(460,180) -4519 (465,195),(460,190) -4520 (465,205),(460,200) -4521 (465,215),(460,210) -4522 (465,225),(460,220) -4523 (465,235),(460,230) -4524 (465,245),(460,240) -4525 (465,255),(460,250) -4526 (465,265),(460,260) -4527 (465,275),(460,270) -4528 (465,285),(460,280) -4529 (465,295),(460,290) -4530 (465,305),(460,300) -4531 (465,315),(460,310) -4532 (465,325),(460,320) -4533 (465,335),(460,330) -4534 (465,345),(460,340) -4535 (465,355),(460,350) -4536 (465,365),(460,360) -4537 (465,375),(460,370) -4538 (465,385),(460,380) -4539 (465,395),(460,390) -4540 (465,405),(460,400) -4541 (465,415),(460,410) -4542 (465,425),(460,420) -4543 (465,435),(460,430) -4544 (465,445),(460,440) -4545 (465,455),(460,450) -4546 (465,465),(460,460) -4547 (465,475),(460,470) -4548 (465,485),(460,480) -4549 (465,495),(460,490) -4550 (465,505),(460,500) -4551 (465,515),(460,510) -4552 (465,525),(460,520) -4553 (465,535),(460,530) -4554 (465,545),(460,540) -4555 (465,555),(460,550) -4556 (465,565),(460,560) -4557 (465,575),(460,570) -4558 (465,585),(460,580) -4559 (465,595),(460,590) -4560 (465,605),(460,600) -4561 (465,615),(460,610) -4562 (465,625),(460,620) -4563 (465,635),(460,630) -4564 (465,645),(460,640) -4565 (465,655),(460,650) -4566 (465,665),(460,660) -4567 (465,675),(460,670) -4568 (465,685),(460,680) -4569 (465,695),(460,690) -4570 (465,705),(460,700) -4571 (465,715),(460,710) -4572 (465,725),(460,720) -4573 (465,735),(460,730) -4574 (465,745),(460,740) -4575 (465,755),(460,750) -4576 (465,765),(460,760) -4577 (465,775),(460,770) -4578 (465,785),(460,780) -4579 (465,795),(460,790) -4580 (465,805),(460,800) -4581 (465,815),(460,810) -4582 (465,825),(460,820) -4583 (465,835),(460,830) -4584 (465,845),(460,840) -4585 (465,855),(460,850) -4586 (465,865),(460,860) -4587 (465,875),(460,870) -4588 (465,885),(460,880) -4589 (465,895),(460,890) -4590 (465,905),(460,900) -4591 (465,915),(460,910) -4592 (465,925),(460,920) -4593 (465,935),(460,930) -4594 (465,945),(460,940) -4595 (465,955),(460,950) -4596 (465,965),(460,960) -4597 (465,975),(460,970) -4598 (465,985),(460,980) -4599 (465,995),(460,990) -4600 (465,1005),(460,1000) -4601 (475,15),(470,10) -4602 (475,25),(470,20) -4603 (475,35),(470,30) -4604 (475,45),(470,40) -4605 (475,55),(470,50) -4606 (475,65),(470,60) -4607 (475,75),(470,70) -4608 (475,85),(470,80) -4609 (475,95),(470,90) -4610 (475,105),(470,100) -4611 (475,115),(470,110) -4612 (475,125),(470,120) -4613 (475,135),(470,130) -4614 (475,145),(470,140) -4615 (475,155),(470,150) -4616 (475,165),(470,160) -4617 (475,175),(470,170) -4618 (475,185),(470,180) -4619 (475,195),(470,190) -4620 (475,205),(470,200) -4621 (475,215),(470,210) -4622 (475,225),(470,220) -4623 (475,235),(470,230) -4624 (475,245),(470,240) -4625 (475,255),(470,250) -4626 (475,265),(470,260) -4627 (475,275),(470,270) -4628 (475,285),(470,280) -4629 (475,295),(470,290) -4630 (475,305),(470,300) -4631 (475,315),(470,310) -4632 (475,325),(470,320) -4633 (475,335),(470,330) -4634 (475,345),(470,340) -4635 (475,355),(470,350) -4636 (475,365),(470,360) -4637 (475,375),(470,370) -4638 (475,385),(470,380) -4639 (475,395),(470,390) -4640 (475,405),(470,400) -4641 (475,415),(470,410) -4642 (475,425),(470,420) -4643 (475,435),(470,430) -4644 (475,445),(470,440) -4645 (475,455),(470,450) -4646 (475,465),(470,460) -4647 (475,475),(470,470) -4648 (475,485),(470,480) -4649 (475,495),(470,490) -4650 (475,505),(470,500) -4651 (475,515),(470,510) -4652 (475,525),(470,520) -4653 (475,535),(470,530) -4654 (475,545),(470,540) -4655 (475,555),(470,550) -4656 (475,565),(470,560) -4657 (475,575),(470,570) -4658 (475,585),(470,580) -4659 (475,595),(470,590) -4660 (475,605),(470,600) -4661 (475,615),(470,610) -4662 (475,625),(470,620) -4663 (475,635),(470,630) -4664 (475,645),(470,640) -4665 (475,655),(470,650) -4666 (475,665),(470,660) -4667 (475,675),(470,670) -4668 (475,685),(470,680) -4669 (475,695),(470,690) -4670 (475,705),(470,700) -4671 (475,715),(470,710) -4672 (475,725),(470,720) -4673 (475,735),(470,730) -4674 (475,745),(470,740) -4675 (475,755),(470,750) -4676 (475,765),(470,760) -4677 (475,775),(470,770) -4678 (475,785),(470,780) -4679 (475,795),(470,790) -4680 (475,805),(470,800) -4681 (475,815),(470,810) -4682 (475,825),(470,820) -4683 (475,835),(470,830) -4684 (475,845),(470,840) -4685 (475,855),(470,850) -4686 (475,865),(470,860) -4687 (475,875),(470,870) -4688 (475,885),(470,880) -4689 (475,895),(470,890) -4690 (475,905),(470,900) -4691 (475,915),(470,910) -4692 (475,925),(470,920) -4693 (475,935),(470,930) -4694 (475,945),(470,940) -4695 (475,955),(470,950) -4696 (475,965),(470,960) -4697 (475,975),(470,970) -4698 (475,985),(470,980) -4699 (475,995),(470,990) -4700 (475,1005),(470,1000) -4701 (485,15),(480,10) -4702 (485,25),(480,20) -4703 (485,35),(480,30) -4704 (485,45),(480,40) -4705 (485,55),(480,50) -4706 (485,65),(480,60) -4707 (485,75),(480,70) -4708 (485,85),(480,80) -4709 (485,95),(480,90) -4710 (485,105),(480,100) -4711 (485,115),(480,110) -4712 (485,125),(480,120) -4713 (485,135),(480,130) -4714 (485,145),(480,140) -4715 (485,155),(480,150) -4716 (485,165),(480,160) -4717 (485,175),(480,170) -4718 (485,185),(480,180) -4719 (485,195),(480,190) -4720 (485,205),(480,200) -4721 (485,215),(480,210) -4722 (485,225),(480,220) -4723 (485,235),(480,230) -4724 (485,245),(480,240) -4725 (485,255),(480,250) -4726 (485,265),(480,260) -4727 (485,275),(480,270) -4728 (485,285),(480,280) -4729 (485,295),(480,290) -4730 (485,305),(480,300) -4731 (485,315),(480,310) -4732 (485,325),(480,320) -4733 (485,335),(480,330) -4734 (485,345),(480,340) -4735 (485,355),(480,350) -4736 (485,365),(480,360) -4737 (485,375),(480,370) -4738 (485,385),(480,380) -4739 (485,395),(480,390) -4740 (485,405),(480,400) -4741 (485,415),(480,410) -4742 (485,425),(480,420) -4743 (485,435),(480,430) -4744 (485,445),(480,440) -4745 (485,455),(480,450) -4746 (485,465),(480,460) -4747 (485,475),(480,470) -4748 (485,485),(480,480) -4749 (485,495),(480,490) -4750 (485,505),(480,500) -4751 (485,515),(480,510) -4752 (485,525),(480,520) -4753 (485,535),(480,530) -4754 (485,545),(480,540) -4755 (485,555),(480,550) -4756 (485,565),(480,560) -4757 (485,575),(480,570) -4758 (485,585),(480,580) -4759 (485,595),(480,590) -4760 (485,605),(480,600) -4761 (485,615),(480,610) -4762 (485,625),(480,620) -4763 (485,635),(480,630) -4764 (485,645),(480,640) -4765 (485,655),(480,650) -4766 (485,665),(480,660) -4767 (485,675),(480,670) -4768 (485,685),(480,680) -4769 (485,695),(480,690) -4770 (485,705),(480,700) -4771 (485,715),(480,710) -4772 (485,725),(480,720) -4773 (485,735),(480,730) -4774 (485,745),(480,740) -4775 (485,755),(480,750) -4776 (485,765),(480,760) -4777 (485,775),(480,770) -4778 (485,785),(480,780) -4779 (485,795),(480,790) -4780 (485,805),(480,800) -4781 (485,815),(480,810) -4782 (485,825),(480,820) -4783 (485,835),(480,830) -4784 (485,845),(480,840) -4785 (485,855),(480,850) -4786 (485,865),(480,860) -4787 (485,875),(480,870) -4788 (485,885),(480,880) -4789 (485,895),(480,890) -4790 (485,905),(480,900) -4791 (485,915),(480,910) -4792 (485,925),(480,920) -4793 (485,935),(480,930) -4794 (485,945),(480,940) -4795 (485,955),(480,950) -4796 (485,965),(480,960) -4797 (485,975),(480,970) -4798 (485,985),(480,980) -4799 (485,995),(480,990) -4800 (485,1005),(480,1000) -4801 (495,15),(490,10) -4802 (495,25),(490,20) -4803 (495,35),(490,30) -4804 (495,45),(490,40) -4805 (495,55),(490,50) -4806 (495,65),(490,60) -4807 (495,75),(490,70) -4808 (495,85),(490,80) -4809 (495,95),(490,90) -4810 (495,105),(490,100) -4811 (495,115),(490,110) -4812 (495,125),(490,120) -4813 (495,135),(490,130) -4814 (495,145),(490,140) -4815 (495,155),(490,150) -4816 (495,165),(490,160) -4817 (495,175),(490,170) -4818 (495,185),(490,180) -4819 (495,195),(490,190) -4820 (495,205),(490,200) -4821 (495,215),(490,210) -4822 (495,225),(490,220) -4823 (495,235),(490,230) -4824 (495,245),(490,240) -4825 (495,255),(490,250) -4826 (495,265),(490,260) -4827 (495,275),(490,270) -4828 (495,285),(490,280) -4829 (495,295),(490,290) -4830 (495,305),(490,300) -4831 (495,315),(490,310) -4832 (495,325),(490,320) -4833 (495,335),(490,330) -4834 (495,345),(490,340) -4835 (495,355),(490,350) -4836 (495,365),(490,360) -4837 (495,375),(490,370) -4838 (495,385),(490,380) -4839 (495,395),(490,390) -4840 (495,405),(490,400) -4841 (495,415),(490,410) -4842 (495,425),(490,420) -4843 (495,435),(490,430) -4844 (495,445),(490,440) -4845 (495,455),(490,450) -4846 (495,465),(490,460) -4847 (495,475),(490,470) -4848 (495,485),(490,480) -4849 (495,495),(490,490) -4850 (495,505),(490,500) -4851 (495,515),(490,510) -4852 (495,525),(490,520) -4853 (495,535),(490,530) -4854 (495,545),(490,540) -4855 (495,555),(490,550) -4856 (495,565),(490,560) -4857 (495,575),(490,570) -4858 (495,585),(490,580) -4859 (495,595),(490,590) -4860 (495,605),(490,600) -4861 (495,615),(490,610) -4862 (495,625),(490,620) -4863 (495,635),(490,630) -4864 (495,645),(490,640) -4865 (495,655),(490,650) -4866 (495,665),(490,660) -4867 (495,675),(490,670) -4868 (495,685),(490,680) -4869 (495,695),(490,690) -4870 (495,705),(490,700) -4871 (495,715),(490,710) -4872 (495,725),(490,720) -4873 (495,735),(490,730) -4874 (495,745),(490,740) -4875 (495,755),(490,750) -4876 (495,765),(490,760) -4877 (495,775),(490,770) -4878 (495,785),(490,780) -4879 (495,795),(490,790) -4880 (495,805),(490,800) -4881 (495,815),(490,810) -4882 (495,825),(490,820) -4883 (495,835),(490,830) -4884 (495,845),(490,840) -4885 (495,855),(490,850) -4886 (495,865),(490,860) -4887 (495,875),(490,870) -4888 (495,885),(490,880) -4889 (495,895),(490,890) -4890 (495,905),(490,900) -4891 (495,915),(490,910) -4892 (495,925),(490,920) -4893 (495,935),(490,930) -4894 (495,945),(490,940) -4895 (495,955),(490,950) -4896 (495,965),(490,960) -4897 (495,975),(490,970) -4898 (495,985),(490,980) -4899 (495,995),(490,990) -4900 (495,1005),(490,1000) -4901 (505,15),(500,10) -4902 (505,25),(500,20) -4903 (505,35),(500,30) -4904 (505,45),(500,40) -4905 (505,55),(500,50) -4906 (505,65),(500,60) -4907 (505,75),(500,70) -4908 (505,85),(500,80) -4909 (505,95),(500,90) -4910 (505,105),(500,100) -4911 (505,115),(500,110) -4912 (505,125),(500,120) -4913 (505,135),(500,130) -4914 (505,145),(500,140) -4915 (505,155),(500,150) -4916 (505,165),(500,160) -4917 (505,175),(500,170) -4918 (505,185),(500,180) -4919 (505,195),(500,190) -4920 (505,205),(500,200) -4921 (505,215),(500,210) -4922 (505,225),(500,220) -4923 (505,235),(500,230) -4924 (505,245),(500,240) -4925 (505,255),(500,250) -4926 (505,265),(500,260) -4927 (505,275),(500,270) -4928 (505,285),(500,280) -4929 (505,295),(500,290) -4930 (505,305),(500,300) -4931 (505,315),(500,310) -4932 (505,325),(500,320) -4933 (505,335),(500,330) -4934 (505,345),(500,340) -4935 (505,355),(500,350) -4936 (505,365),(500,360) -4937 (505,375),(500,370) -4938 (505,385),(500,380) -4939 (505,395),(500,390) -4940 (505,405),(500,400) -4941 (505,415),(500,410) -4942 (505,425),(500,420) -4943 (505,435),(500,430) -4944 (505,445),(500,440) -4945 (505,455),(500,450) -4946 (505,465),(500,460) -4947 (505,475),(500,470) -4948 (505,485),(500,480) -4949 (505,495),(500,490) -4950 (505,505),(500,500) -4951 (505,515),(500,510) -4952 (505,525),(500,520) -4953 (505,535),(500,530) -4954 (505,545),(500,540) -4955 (505,555),(500,550) -4956 (505,565),(500,560) -4957 (505,575),(500,570) -4958 (505,585),(500,580) -4959 (505,595),(500,590) -4960 (505,605),(500,600) -4961 (505,615),(500,610) -4962 (505,625),(500,620) -4963 (505,635),(500,630) -4964 (505,645),(500,640) -4965 (505,655),(500,650) -4966 (505,665),(500,660) -4967 (505,675),(500,670) -4968 (505,685),(500,680) -4969 (505,695),(500,690) -4970 (505,705),(500,700) -4971 (505,715),(500,710) -4972 (505,725),(500,720) -4973 (505,735),(500,730) -4974 (505,745),(500,740) -4975 (505,755),(500,750) -4976 (505,765),(500,760) -4977 (505,775),(500,770) -4978 (505,785),(500,780) -4979 (505,795),(500,790) -4980 (505,805),(500,800) -4981 (505,815),(500,810) -4982 (505,825),(500,820) -4983 (505,835),(500,830) -4984 (505,845),(500,840) -4985 (505,855),(500,850) -4986 (505,865),(500,860) -4987 (505,875),(500,870) -4988 (505,885),(500,880) -4989 (505,895),(500,890) -4990 (505,905),(500,900) -4991 (505,915),(500,910) -4992 (505,925),(500,920) -4993 (505,935),(500,930) -4994 (505,945),(500,940) -4995 (505,955),(500,950) -4996 (505,965),(500,960) -4997 (505,975),(500,970) -4998 (505,985),(500,980) -4999 (505,995),(500,990) -5000 (505,1005),(500,1000) -5001 (515,15),(510,10) -5002 (515,25),(510,20) -5003 (515,35),(510,30) -5004 (515,45),(510,40) -5005 (515,55),(510,50) -5006 (515,65),(510,60) -5007 (515,75),(510,70) -5008 (515,85),(510,80) -5009 (515,95),(510,90) -5010 (515,105),(510,100) -5011 (515,115),(510,110) -5012 (515,125),(510,120) -5013 (515,135),(510,130) -5014 (515,145),(510,140) -5015 (515,155),(510,150) -5016 (515,165),(510,160) -5017 (515,175),(510,170) -5018 (515,185),(510,180) -5019 (515,195),(510,190) -5020 (515,205),(510,200) -5021 (515,215),(510,210) -5022 (515,225),(510,220) -5023 (515,235),(510,230) -5024 (515,245),(510,240) -5025 (515,255),(510,250) -5026 (515,265),(510,260) -5027 (515,275),(510,270) -5028 (515,285),(510,280) -5029 (515,295),(510,290) -5030 (515,305),(510,300) -5031 (515,315),(510,310) -5032 (515,325),(510,320) -5033 (515,335),(510,330) -5034 (515,345),(510,340) -5035 (515,355),(510,350) -5036 (515,365),(510,360) -5037 (515,375),(510,370) -5038 (515,385),(510,380) -5039 (515,395),(510,390) -5040 (515,405),(510,400) -5041 (515,415),(510,410) -5042 (515,425),(510,420) -5043 (515,435),(510,430) -5044 (515,445),(510,440) -5045 (515,455),(510,450) -5046 (515,465),(510,460) -5047 (515,475),(510,470) -5048 (515,485),(510,480) -5049 (515,495),(510,490) -5050 (515,505),(510,500) -5051 (515,515),(510,510) -5052 (515,525),(510,520) -5053 (515,535),(510,530) -5054 (515,545),(510,540) -5055 (515,555),(510,550) -5056 (515,565),(510,560) -5057 (515,575),(510,570) -5058 (515,585),(510,580) -5059 (515,595),(510,590) -5060 (515,605),(510,600) -5061 (515,615),(510,610) -5062 (515,625),(510,620) -5063 (515,635),(510,630) -5064 (515,645),(510,640) -5065 (515,655),(510,650) -5066 (515,665),(510,660) -5067 (515,675),(510,670) -5068 (515,685),(510,680) -5069 (515,695),(510,690) -5070 (515,705),(510,700) -5071 (515,715),(510,710) -5072 (515,725),(510,720) -5073 (515,735),(510,730) -5074 (515,745),(510,740) -5075 (515,755),(510,750) -5076 (515,765),(510,760) -5077 (515,775),(510,770) -5078 (515,785),(510,780) -5079 (515,795),(510,790) -5080 (515,805),(510,800) -5081 (515,815),(510,810) -5082 (515,825),(510,820) -5083 (515,835),(510,830) -5084 (515,845),(510,840) -5085 (515,855),(510,850) -5086 (515,865),(510,860) -5087 (515,875),(510,870) -5088 (515,885),(510,880) -5089 (515,895),(510,890) -5090 (515,905),(510,900) -5091 (515,915),(510,910) -5092 (515,925),(510,920) -5093 (515,935),(510,930) -5094 (515,945),(510,940) -5095 (515,955),(510,950) -5096 (515,965),(510,960) -5097 (515,975),(510,970) -5098 (515,985),(510,980) -5099 (515,995),(510,990) -5100 (515,1005),(510,1000) -5101 (525,15),(520,10) -5102 (525,25),(520,20) -5103 (525,35),(520,30) -5104 (525,45),(520,40) -5105 (525,55),(520,50) -5106 (525,65),(520,60) -5107 (525,75),(520,70) -5108 (525,85),(520,80) -5109 (525,95),(520,90) -5110 (525,105),(520,100) -5111 (525,115),(520,110) -5112 (525,125),(520,120) -5113 (525,135),(520,130) -5114 (525,145),(520,140) -5115 (525,155),(520,150) -5116 (525,165),(520,160) -5117 (525,175),(520,170) -5118 (525,185),(520,180) -5119 (525,195),(520,190) -5120 (525,205),(520,200) -5121 (525,215),(520,210) -5122 (525,225),(520,220) -5123 (525,235),(520,230) -5124 (525,245),(520,240) -5125 (525,255),(520,250) -5126 (525,265),(520,260) -5127 (525,275),(520,270) -5128 (525,285),(520,280) -5129 (525,295),(520,290) -5130 (525,305),(520,300) -5131 (525,315),(520,310) -5132 (525,325),(520,320) -5133 (525,335),(520,330) -5134 (525,345),(520,340) -5135 (525,355),(520,350) -5136 (525,365),(520,360) -5137 (525,375),(520,370) -5138 (525,385),(520,380) -5139 (525,395),(520,390) -5140 (525,405),(520,400) -5141 (525,415),(520,410) -5142 (525,425),(520,420) -5143 (525,435),(520,430) -5144 (525,445),(520,440) -5145 (525,455),(520,450) -5146 (525,465),(520,460) -5147 (525,475),(520,470) -5148 (525,485),(520,480) -5149 (525,495),(520,490) -5150 (525,505),(520,500) -5151 (525,515),(520,510) -5152 (525,525),(520,520) -5153 (525,535),(520,530) -5154 (525,545),(520,540) -5155 (525,555),(520,550) -5156 (525,565),(520,560) -5157 (525,575),(520,570) -5158 (525,585),(520,580) -5159 (525,595),(520,590) -5160 (525,605),(520,600) -5161 (525,615),(520,610) -5162 (525,625),(520,620) -5163 (525,635),(520,630) -5164 (525,645),(520,640) -5165 (525,655),(520,650) -5166 (525,665),(520,660) -5167 (525,675),(520,670) -5168 (525,685),(520,680) -5169 (525,695),(520,690) -5170 (525,705),(520,700) -5171 (525,715),(520,710) -5172 (525,725),(520,720) -5173 (525,735),(520,730) -5174 (525,745),(520,740) -5175 (525,755),(520,750) -5176 (525,765),(520,760) -5177 (525,775),(520,770) -5178 (525,785),(520,780) -5179 (525,795),(520,790) -5180 (525,805),(520,800) -5181 (525,815),(520,810) -5182 (525,825),(520,820) -5183 (525,835),(520,830) -5184 (525,845),(520,840) -5185 (525,855),(520,850) -5186 (525,865),(520,860) -5187 (525,875),(520,870) -5188 (525,885),(520,880) -5189 (525,895),(520,890) -5190 (525,905),(520,900) -5191 (525,915),(520,910) -5192 (525,925),(520,920) -5193 (525,935),(520,930) -5194 (525,945),(520,940) -5195 (525,955),(520,950) -5196 (525,965),(520,960) -5197 (525,975),(520,970) -5198 (525,985),(520,980) -5199 (525,995),(520,990) -5200 (525,1005),(520,1000) -5201 (535,15),(530,10) -5202 (535,25),(530,20) -5203 (535,35),(530,30) -5204 (535,45),(530,40) -5205 (535,55),(530,50) -5206 (535,65),(530,60) -5207 (535,75),(530,70) -5208 (535,85),(530,80) -5209 (535,95),(530,90) -5210 (535,105),(530,100) -5211 (535,115),(530,110) -5212 (535,125),(530,120) -5213 (535,135),(530,130) -5214 (535,145),(530,140) -5215 (535,155),(530,150) -5216 (535,165),(530,160) -5217 (535,175),(530,170) -5218 (535,185),(530,180) -5219 (535,195),(530,190) -5220 (535,205),(530,200) -5221 (535,215),(530,210) -5222 (535,225),(530,220) -5223 (535,235),(530,230) -5224 (535,245),(530,240) -5225 (535,255),(530,250) -5226 (535,265),(530,260) -5227 (535,275),(530,270) -5228 (535,285),(530,280) -5229 (535,295),(530,290) -5230 (535,305),(530,300) -5231 (535,315),(530,310) -5232 (535,325),(530,320) -5233 (535,335),(530,330) -5234 (535,345),(530,340) -5235 (535,355),(530,350) -5236 (535,365),(530,360) -5237 (535,375),(530,370) -5238 (535,385),(530,380) -5239 (535,395),(530,390) -5240 (535,405),(530,400) -5241 (535,415),(530,410) -5242 (535,425),(530,420) -5243 (535,435),(530,430) -5244 (535,445),(530,440) -5245 (535,455),(530,450) -5246 (535,465),(530,460) -5247 (535,475),(530,470) -5248 (535,485),(530,480) -5249 (535,495),(530,490) -5250 (535,505),(530,500) -5251 (535,515),(530,510) -5252 (535,525),(530,520) -5253 (535,535),(530,530) -5254 (535,545),(530,540) -5255 (535,555),(530,550) -5256 (535,565),(530,560) -5257 (535,575),(530,570) -5258 (535,585),(530,580) -5259 (535,595),(530,590) -5260 (535,605),(530,600) -5261 (535,615),(530,610) -5262 (535,625),(530,620) -5263 (535,635),(530,630) -5264 (535,645),(530,640) -5265 (535,655),(530,650) -5266 (535,665),(530,660) -5267 (535,675),(530,670) -5268 (535,685),(530,680) -5269 (535,695),(530,690) -5270 (535,705),(530,700) -5271 (535,715),(530,710) -5272 (535,725),(530,720) -5273 (535,735),(530,730) -5274 (535,745),(530,740) -5275 (535,755),(530,750) -5276 (535,765),(530,760) -5277 (535,775),(530,770) -5278 (535,785),(530,780) -5279 (535,795),(530,790) -5280 (535,805),(530,800) -5281 (535,815),(530,810) -5282 (535,825),(530,820) -5283 (535,835),(530,830) -5284 (535,845),(530,840) -5285 (535,855),(530,850) -5286 (535,865),(530,860) -5287 (535,875),(530,870) -5288 (535,885),(530,880) -5289 (535,895),(530,890) -5290 (535,905),(530,900) -5291 (535,915),(530,910) -5292 (535,925),(530,920) -5293 (535,935),(530,930) -5294 (535,945),(530,940) -5295 (535,955),(530,950) -5296 (535,965),(530,960) -5297 (535,975),(530,970) -5298 (535,985),(530,980) -5299 (535,995),(530,990) -5300 (535,1005),(530,1000) -5301 (545,15),(540,10) -5302 (545,25),(540,20) -5303 (545,35),(540,30) -5304 (545,45),(540,40) -5305 (545,55),(540,50) -5306 (545,65),(540,60) -5307 (545,75),(540,70) -5308 (545,85),(540,80) -5309 (545,95),(540,90) -5310 (545,105),(540,100) -5311 (545,115),(540,110) -5312 (545,125),(540,120) -5313 (545,135),(540,130) -5314 (545,145),(540,140) -5315 (545,155),(540,150) -5316 (545,165),(540,160) -5317 (545,175),(540,170) -5318 (545,185),(540,180) -5319 (545,195),(540,190) -5320 (545,205),(540,200) -5321 (545,215),(540,210) -5322 (545,225),(540,220) -5323 (545,235),(540,230) -5324 (545,245),(540,240) -5325 (545,255),(540,250) -5326 (545,265),(540,260) -5327 (545,275),(540,270) -5328 (545,285),(540,280) -5329 (545,295),(540,290) -5330 (545,305),(540,300) -5331 (545,315),(540,310) -5332 (545,325),(540,320) -5333 (545,335),(540,330) -5334 (545,345),(540,340) -5335 (545,355),(540,350) -5336 (545,365),(540,360) -5337 (545,375),(540,370) -5338 (545,385),(540,380) -5339 (545,395),(540,390) -5340 (545,405),(540,400) -5341 (545,415),(540,410) -5342 (545,425),(540,420) -5343 (545,435),(540,430) -5344 (545,445),(540,440) -5345 (545,455),(540,450) -5346 (545,465),(540,460) -5347 (545,475),(540,470) -5348 (545,485),(540,480) -5349 (545,495),(540,490) -5350 (545,505),(540,500) -5351 (545,515),(540,510) -5352 (545,525),(540,520) -5353 (545,535),(540,530) -5354 (545,545),(540,540) -5355 (545,555),(540,550) -5356 (545,565),(540,560) -5357 (545,575),(540,570) -5358 (545,585),(540,580) -5359 (545,595),(540,590) -5360 (545,605),(540,600) -5361 (545,615),(540,610) -5362 (545,625),(540,620) -5363 (545,635),(540,630) -5364 (545,645),(540,640) -5365 (545,655),(540,650) -5366 (545,665),(540,660) -5367 (545,675),(540,670) -5368 (545,685),(540,680) -5369 (545,695),(540,690) -5370 (545,705),(540,700) -5371 (545,715),(540,710) -5372 (545,725),(540,720) -5373 (545,735),(540,730) -5374 (545,745),(540,740) -5375 (545,755),(540,750) -5376 (545,765),(540,760) -5377 (545,775),(540,770) -5378 (545,785),(540,780) -5379 (545,795),(540,790) -5380 (545,805),(540,800) -5381 (545,815),(540,810) -5382 (545,825),(540,820) -5383 (545,835),(540,830) -5384 (545,845),(540,840) -5385 (545,855),(540,850) -5386 (545,865),(540,860) -5387 (545,875),(540,870) -5388 (545,885),(540,880) -5389 (545,895),(540,890) -5390 (545,905),(540,900) -5391 (545,915),(540,910) -5392 (545,925),(540,920) -5393 (545,935),(540,930) -5394 (545,945),(540,940) -5395 (545,955),(540,950) -5396 (545,965),(540,960) -5397 (545,975),(540,970) -5398 (545,985),(540,980) -5399 (545,995),(540,990) -5400 (545,1005),(540,1000) -5401 (555,15),(550,10) -5402 (555,25),(550,20) -5403 (555,35),(550,30) -5404 (555,45),(550,40) -5405 (555,55),(550,50) -5406 (555,65),(550,60) -5407 (555,75),(550,70) -5408 (555,85),(550,80) -5409 (555,95),(550,90) -5410 (555,105),(550,100) -5411 (555,115),(550,110) -5412 (555,125),(550,120) -5413 (555,135),(550,130) -5414 (555,145),(550,140) -5415 (555,155),(550,150) -5416 (555,165),(550,160) -5417 (555,175),(550,170) -5418 (555,185),(550,180) -5419 (555,195),(550,190) -5420 (555,205),(550,200) -5421 (555,215),(550,210) -5422 (555,225),(550,220) -5423 (555,235),(550,230) -5424 (555,245),(550,240) -5425 (555,255),(550,250) -5426 (555,265),(550,260) -5427 (555,275),(550,270) -5428 (555,285),(550,280) -5429 (555,295),(550,290) -5430 (555,305),(550,300) -5431 (555,315),(550,310) -5432 (555,325),(550,320) -5433 (555,335),(550,330) -5434 (555,345),(550,340) -5435 (555,355),(550,350) -5436 (555,365),(550,360) -5437 (555,375),(550,370) -5438 (555,385),(550,380) -5439 (555,395),(550,390) -5440 (555,405),(550,400) -5441 (555,415),(550,410) -5442 (555,425),(550,420) -5443 (555,435),(550,430) -5444 (555,445),(550,440) -5445 (555,455),(550,450) -5446 (555,465),(550,460) -5447 (555,475),(550,470) -5448 (555,485),(550,480) -5449 (555,495),(550,490) -5450 (555,505),(550,500) -5451 (555,515),(550,510) -5452 (555,525),(550,520) -5453 (555,535),(550,530) -5454 (555,545),(550,540) -5455 (555,555),(550,550) -5456 (555,565),(550,560) -5457 (555,575),(550,570) -5458 (555,585),(550,580) -5459 (555,595),(550,590) -5460 (555,605),(550,600) -5461 (555,615),(550,610) -5462 (555,625),(550,620) -5463 (555,635),(550,630) -5464 (555,645),(550,640) -5465 (555,655),(550,650) -5466 (555,665),(550,660) -5467 (555,675),(550,670) -5468 (555,685),(550,680) -5469 (555,695),(550,690) -5470 (555,705),(550,700) -5471 (555,715),(550,710) -5472 (555,725),(550,720) -5473 (555,735),(550,730) -5474 (555,745),(550,740) -5475 (555,755),(550,750) -5476 (555,765),(550,760) -5477 (555,775),(550,770) -5478 (555,785),(550,780) -5479 (555,795),(550,790) -5480 (555,805),(550,800) -5481 (555,815),(550,810) -5482 (555,825),(550,820) -5483 (555,835),(550,830) -5484 (555,845),(550,840) -5485 (555,855),(550,850) -5486 (555,865),(550,860) -5487 (555,875),(550,870) -5488 (555,885),(550,880) -5489 (555,895),(550,890) -5490 (555,905),(550,900) -5491 (555,915),(550,910) -5492 (555,925),(550,920) -5493 (555,935),(550,930) -5494 (555,945),(550,940) -5495 (555,955),(550,950) -5496 (555,965),(550,960) -5497 (555,975),(550,970) -5498 (555,985),(550,980) -5499 (555,995),(550,990) -5500 (555,1005),(550,1000) -5501 (565,15),(560,10) -5502 (565,25),(560,20) -5503 (565,35),(560,30) -5504 (565,45),(560,40) -5505 (565,55),(560,50) -5506 (565,65),(560,60) -5507 (565,75),(560,70) -5508 (565,85),(560,80) -5509 (565,95),(560,90) -5510 (565,105),(560,100) -5511 (565,115),(560,110) -5512 (565,125),(560,120) -5513 (565,135),(560,130) -5514 (565,145),(560,140) -5515 (565,155),(560,150) -5516 (565,165),(560,160) -5517 (565,175),(560,170) -5518 (565,185),(560,180) -5519 (565,195),(560,190) -5520 (565,205),(560,200) -5521 (565,215),(560,210) -5522 (565,225),(560,220) -5523 (565,235),(560,230) -5524 (565,245),(560,240) -5525 (565,255),(560,250) -5526 (565,265),(560,260) -5527 (565,275),(560,270) -5528 (565,285),(560,280) -5529 (565,295),(560,290) -5530 (565,305),(560,300) -5531 (565,315),(560,310) -5532 (565,325),(560,320) -5533 (565,335),(560,330) -5534 (565,345),(560,340) -5535 (565,355),(560,350) -5536 (565,365),(560,360) -5537 (565,375),(560,370) -5538 (565,385),(560,380) -5539 (565,395),(560,390) -5540 (565,405),(560,400) -5541 (565,415),(560,410) -5542 (565,425),(560,420) -5543 (565,435),(560,430) -5544 (565,445),(560,440) -5545 (565,455),(560,450) -5546 (565,465),(560,460) -5547 (565,475),(560,470) -5548 (565,485),(560,480) -5549 (565,495),(560,490) -5550 (565,505),(560,500) -5551 (565,515),(560,510) -5552 (565,525),(560,520) -5553 (565,535),(560,530) -5554 (565,545),(560,540) -5555 (565,555),(560,550) -5556 (565,565),(560,560) -5557 (565,575),(560,570) -5558 (565,585),(560,580) -5559 (565,595),(560,590) -5560 (565,605),(560,600) -5561 (565,615),(560,610) -5562 (565,625),(560,620) -5563 (565,635),(560,630) -5564 (565,645),(560,640) -5565 (565,655),(560,650) -5566 (565,665),(560,660) -5567 (565,675),(560,670) -5568 (565,685),(560,680) -5569 (565,695),(560,690) -5570 (565,705),(560,700) -5571 (565,715),(560,710) -5572 (565,725),(560,720) -5573 (565,735),(560,730) -5574 (565,745),(560,740) -5575 (565,755),(560,750) -5576 (565,765),(560,760) -5577 (565,775),(560,770) -5578 (565,785),(560,780) -5579 (565,795),(560,790) -5580 (565,805),(560,800) -5581 (565,815),(560,810) -5582 (565,825),(560,820) -5583 (565,835),(560,830) -5584 (565,845),(560,840) -5585 (565,855),(560,850) -5586 (565,865),(560,860) -5587 (565,875),(560,870) -5588 (565,885),(560,880) -5589 (565,895),(560,890) -5590 (565,905),(560,900) -5591 (565,915),(560,910) -5592 (565,925),(560,920) -5593 (565,935),(560,930) -5594 (565,945),(560,940) -5595 (565,955),(560,950) -5596 (565,965),(560,960) -5597 (565,975),(560,970) -5598 (565,985),(560,980) -5599 (565,995),(560,990) -5600 (565,1005),(560,1000) -5601 (575,15),(570,10) -5602 (575,25),(570,20) -5603 (575,35),(570,30) -5604 (575,45),(570,40) -5605 (575,55),(570,50) -5606 (575,65),(570,60) -5607 (575,75),(570,70) -5608 (575,85),(570,80) -5609 (575,95),(570,90) -5610 (575,105),(570,100) -5611 (575,115),(570,110) -5612 (575,125),(570,120) -5613 (575,135),(570,130) -5614 (575,145),(570,140) -5615 (575,155),(570,150) -5616 (575,165),(570,160) -5617 (575,175),(570,170) -5618 (575,185),(570,180) -5619 (575,195),(570,190) -5620 (575,205),(570,200) -5621 (575,215),(570,210) -5622 (575,225),(570,220) -5623 (575,235),(570,230) -5624 (575,245),(570,240) -5625 (575,255),(570,250) -5626 (575,265),(570,260) -5627 (575,275),(570,270) -5628 (575,285),(570,280) -5629 (575,295),(570,290) -5630 (575,305),(570,300) -5631 (575,315),(570,310) -5632 (575,325),(570,320) -5633 (575,335),(570,330) -5634 (575,345),(570,340) -5635 (575,355),(570,350) -5636 (575,365),(570,360) -5637 (575,375),(570,370) -5638 (575,385),(570,380) -5639 (575,395),(570,390) -5640 (575,405),(570,400) -5641 (575,415),(570,410) -5642 (575,425),(570,420) -5643 (575,435),(570,430) -5644 (575,445),(570,440) -5645 (575,455),(570,450) -5646 (575,465),(570,460) -5647 (575,475),(570,470) -5648 (575,485),(570,480) -5649 (575,495),(570,490) -5650 (575,505),(570,500) -5651 (575,515),(570,510) -5652 (575,525),(570,520) -5653 (575,535),(570,530) -5654 (575,545),(570,540) -5655 (575,555),(570,550) -5656 (575,565),(570,560) -5657 (575,575),(570,570) -5658 (575,585),(570,580) -5659 (575,595),(570,590) -5660 (575,605),(570,600) -5661 (575,615),(570,610) -5662 (575,625),(570,620) -5663 (575,635),(570,630) -5664 (575,645),(570,640) -5665 (575,655),(570,650) -5666 (575,665),(570,660) -5667 (575,675),(570,670) -5668 (575,685),(570,680) -5669 (575,695),(570,690) -5670 (575,705),(570,700) -5671 (575,715),(570,710) -5672 (575,725),(570,720) -5673 (575,735),(570,730) -5674 (575,745),(570,740) -5675 (575,755),(570,750) -5676 (575,765),(570,760) -5677 (575,775),(570,770) -5678 (575,785),(570,780) -5679 (575,795),(570,790) -5680 (575,805),(570,800) -5681 (575,815),(570,810) -5682 (575,825),(570,820) -5683 (575,835),(570,830) -5684 (575,845),(570,840) -5685 (575,855),(570,850) -5686 (575,865),(570,860) -5687 (575,875),(570,870) -5688 (575,885),(570,880) -5689 (575,895),(570,890) -5690 (575,905),(570,900) -5691 (575,915),(570,910) -5692 (575,925),(570,920) -5693 (575,935),(570,930) -5694 (575,945),(570,940) -5695 (575,955),(570,950) -5696 (575,965),(570,960) -5697 (575,975),(570,970) -5698 (575,985),(570,980) -5699 (575,995),(570,990) -5700 (575,1005),(570,1000) -5701 (585,15),(580,10) -5702 (585,25),(580,20) -5703 (585,35),(580,30) -5704 (585,45),(580,40) -5705 (585,55),(580,50) -5706 (585,65),(580,60) -5707 (585,75),(580,70) -5708 (585,85),(580,80) -5709 (585,95),(580,90) -5710 (585,105),(580,100) -5711 (585,115),(580,110) -5712 (585,125),(580,120) -5713 (585,135),(580,130) -5714 (585,145),(580,140) -5715 (585,155),(580,150) -5716 (585,165),(580,160) -5717 (585,175),(580,170) -5718 (585,185),(580,180) -5719 (585,195),(580,190) -5720 (585,205),(580,200) -5721 (585,215),(580,210) -5722 (585,225),(580,220) -5723 (585,235),(580,230) -5724 (585,245),(580,240) -5725 (585,255),(580,250) -5726 (585,265),(580,260) -5727 (585,275),(580,270) -5728 (585,285),(580,280) -5729 (585,295),(580,290) -5730 (585,305),(580,300) -5731 (585,315),(580,310) -5732 (585,325),(580,320) -5733 (585,335),(580,330) -5734 (585,345),(580,340) -5735 (585,355),(580,350) -5736 (585,365),(580,360) -5737 (585,375),(580,370) -5738 (585,385),(580,380) -5739 (585,395),(580,390) -5740 (585,405),(580,400) -5741 (585,415),(580,410) -5742 (585,425),(580,420) -5743 (585,435),(580,430) -5744 (585,445),(580,440) -5745 (585,455),(580,450) -5746 (585,465),(580,460) -5747 (585,475),(580,470) -5748 (585,485),(580,480) -5749 (585,495),(580,490) -5750 (585,505),(580,500) -5751 (585,515),(580,510) -5752 (585,525),(580,520) -5753 (585,535),(580,530) -5754 (585,545),(580,540) -5755 (585,555),(580,550) -5756 (585,565),(580,560) -5757 (585,575),(580,570) -5758 (585,585),(580,580) -5759 (585,595),(580,590) -5760 (585,605),(580,600) -5761 (585,615),(580,610) -5762 (585,625),(580,620) -5763 (585,635),(580,630) -5764 (585,645),(580,640) -5765 (585,655),(580,650) -5766 (585,665),(580,660) -5767 (585,675),(580,670) -5768 (585,685),(580,680) -5769 (585,695),(580,690) -5770 (585,705),(580,700) -5771 (585,715),(580,710) -5772 (585,725),(580,720) -5773 (585,735),(580,730) -5774 (585,745),(580,740) -5775 (585,755),(580,750) -5776 (585,765),(580,760) -5777 (585,775),(580,770) -5778 (585,785),(580,780) -5779 (585,795),(580,790) -5780 (585,805),(580,800) -5781 (585,815),(580,810) -5782 (585,825),(580,820) -5783 (585,835),(580,830) -5784 (585,845),(580,840) -5785 (585,855),(580,850) -5786 (585,865),(580,860) -5787 (585,875),(580,870) -5788 (585,885),(580,880) -5789 (585,895),(580,890) -5790 (585,905),(580,900) -5791 (585,915),(580,910) -5792 (585,925),(580,920) -5793 (585,935),(580,930) -5794 (585,945),(580,940) -5795 (585,955),(580,950) -5796 (585,965),(580,960) -5797 (585,975),(580,970) -5798 (585,985),(580,980) -5799 (585,995),(580,990) -5800 (585,1005),(580,1000) -5801 (595,15),(590,10) -5802 (595,25),(590,20) -5803 (595,35),(590,30) -5804 (595,45),(590,40) -5805 (595,55),(590,50) -5806 (595,65),(590,60) -5807 (595,75),(590,70) -5808 (595,85),(590,80) -5809 (595,95),(590,90) -5810 (595,105),(590,100) -5811 (595,115),(590,110) -5812 (595,125),(590,120) -5813 (595,135),(590,130) -5814 (595,145),(590,140) -5815 (595,155),(590,150) -5816 (595,165),(590,160) -5817 (595,175),(590,170) -5818 (595,185),(590,180) -5819 (595,195),(590,190) -5820 (595,205),(590,200) -5821 (595,215),(590,210) -5822 (595,225),(590,220) -5823 (595,235),(590,230) -5824 (595,245),(590,240) -5825 (595,255),(590,250) -5826 (595,265),(590,260) -5827 (595,275),(590,270) -5828 (595,285),(590,280) -5829 (595,295),(590,290) -5830 (595,305),(590,300) -5831 (595,315),(590,310) -5832 (595,325),(590,320) -5833 (595,335),(590,330) -5834 (595,345),(590,340) -5835 (595,355),(590,350) -5836 (595,365),(590,360) -5837 (595,375),(590,370) -5838 (595,385),(590,380) -5839 (595,395),(590,390) -5840 (595,405),(590,400) -5841 (595,415),(590,410) -5842 (595,425),(590,420) -5843 (595,435),(590,430) -5844 (595,445),(590,440) -5845 (595,455),(590,450) -5846 (595,465),(590,460) -5847 (595,475),(590,470) -5848 (595,485),(590,480) -5849 (595,495),(590,490) -5850 (595,505),(590,500) -5851 (595,515),(590,510) -5852 (595,525),(590,520) -5853 (595,535),(590,530) -5854 (595,545),(590,540) -5855 (595,555),(590,550) -5856 (595,565),(590,560) -5857 (595,575),(590,570) -5858 (595,585),(590,580) -5859 (595,595),(590,590) -5860 (595,605),(590,600) -5861 (595,615),(590,610) -5862 (595,625),(590,620) -5863 (595,635),(590,630) -5864 (595,645),(590,640) -5865 (595,655),(590,650) -5866 (595,665),(590,660) -5867 (595,675),(590,670) -5868 (595,685),(590,680) -5869 (595,695),(590,690) -5870 (595,705),(590,700) -5871 (595,715),(590,710) -5872 (595,725),(590,720) -5873 (595,735),(590,730) -5874 (595,745),(590,740) -5875 (595,755),(590,750) -5876 (595,765),(590,760) -5877 (595,775),(590,770) -5878 (595,785),(590,780) -5879 (595,795),(590,790) -5880 (595,805),(590,800) -5881 (595,815),(590,810) -5882 (595,825),(590,820) -5883 (595,835),(590,830) -5884 (595,845),(590,840) -5885 (595,855),(590,850) -5886 (595,865),(590,860) -5887 (595,875),(590,870) -5888 (595,885),(590,880) -5889 (595,895),(590,890) -5890 (595,905),(590,900) -5891 (595,915),(590,910) -5892 (595,925),(590,920) -5893 (595,935),(590,930) -5894 (595,945),(590,940) -5895 (595,955),(590,950) -5896 (595,965),(590,960) -5897 (595,975),(590,970) -5898 (595,985),(590,980) -5899 (595,995),(590,990) -5900 (595,1005),(590,1000) -5901 (605,15),(600,10) -5902 (605,25),(600,20) -5903 (605,35),(600,30) -5904 (605,45),(600,40) -5905 (605,55),(600,50) -5906 (605,65),(600,60) -5907 (605,75),(600,70) -5908 (605,85),(600,80) -5909 (605,95),(600,90) -5910 (605,105),(600,100) -5911 (605,115),(600,110) -5912 (605,125),(600,120) -5913 (605,135),(600,130) -5914 (605,145),(600,140) -5915 (605,155),(600,150) -5916 (605,165),(600,160) -5917 (605,175),(600,170) -5918 (605,185),(600,180) -5919 (605,195),(600,190) -5920 (605,205),(600,200) -5921 (605,215),(600,210) -5922 (605,225),(600,220) -5923 (605,235),(600,230) -5924 (605,245),(600,240) -5925 (605,255),(600,250) -5926 (605,265),(600,260) -5927 (605,275),(600,270) -5928 (605,285),(600,280) -5929 (605,295),(600,290) -5930 (605,305),(600,300) -5931 (605,315),(600,310) -5932 (605,325),(600,320) -5933 (605,335),(600,330) -5934 (605,345),(600,340) -5935 (605,355),(600,350) -5936 (605,365),(600,360) -5937 (605,375),(600,370) -5938 (605,385),(600,380) -5939 (605,395),(600,390) -5940 (605,405),(600,400) -5941 (605,415),(600,410) -5942 (605,425),(600,420) -5943 (605,435),(600,430) -5944 (605,445),(600,440) -5945 (605,455),(600,450) -5946 (605,465),(600,460) -5947 (605,475),(600,470) -5948 (605,485),(600,480) -5949 (605,495),(600,490) -5950 (605,505),(600,500) -5951 (605,515),(600,510) -5952 (605,525),(600,520) -5953 (605,535),(600,530) -5954 (605,545),(600,540) -5955 (605,555),(600,550) -5956 (605,565),(600,560) -5957 (605,575),(600,570) -5958 (605,585),(600,580) -5959 (605,595),(600,590) -5960 (605,605),(600,600) -5961 (605,615),(600,610) -5962 (605,625),(600,620) -5963 (605,635),(600,630) -5964 (605,645),(600,640) -5965 (605,655),(600,650) -5966 (605,665),(600,660) -5967 (605,675),(600,670) -5968 (605,685),(600,680) -5969 (605,695),(600,690) -5970 (605,705),(600,700) -5971 (605,715),(600,710) -5972 (605,725),(600,720) -5973 (605,735),(600,730) -5974 (605,745),(600,740) -5975 (605,755),(600,750) -5976 (605,765),(600,760) -5977 (605,775),(600,770) -5978 (605,785),(600,780) -5979 (605,795),(600,790) -5980 (605,805),(600,800) -5981 (605,815),(600,810) -5982 (605,825),(600,820) -5983 (605,835),(600,830) -5984 (605,845),(600,840) -5985 (605,855),(600,850) -5986 (605,865),(600,860) -5987 (605,875),(600,870) -5988 (605,885),(600,880) -5989 (605,895),(600,890) -5990 (605,905),(600,900) -5991 (605,915),(600,910) -5992 (605,925),(600,920) -5993 (605,935),(600,930) -5994 (605,945),(600,940) -5995 (605,955),(600,950) -5996 (605,965),(600,960) -5997 (605,975),(600,970) -5998 (605,985),(600,980) -5999 (605,995),(600,990) -6000 (605,1005),(600,1000) -6001 (615,15),(610,10) -6002 (615,25),(610,20) -6003 (615,35),(610,30) -6004 (615,45),(610,40) -6005 (615,55),(610,50) -6006 (615,65),(610,60) -6007 (615,75),(610,70) -6008 (615,85),(610,80) -6009 (615,95),(610,90) -6010 (615,105),(610,100) -6011 (615,115),(610,110) -6012 (615,125),(610,120) -6013 (615,135),(610,130) -6014 (615,145),(610,140) -6015 (615,155),(610,150) -6016 (615,165),(610,160) -6017 (615,175),(610,170) -6018 (615,185),(610,180) -6019 (615,195),(610,190) -6020 (615,205),(610,200) -6021 (615,215),(610,210) -6022 (615,225),(610,220) -6023 (615,235),(610,230) -6024 (615,245),(610,240) -6025 (615,255),(610,250) -6026 (615,265),(610,260) -6027 (615,275),(610,270) -6028 (615,285),(610,280) -6029 (615,295),(610,290) -6030 (615,305),(610,300) -6031 (615,315),(610,310) -6032 (615,325),(610,320) -6033 (615,335),(610,330) -6034 (615,345),(610,340) -6035 (615,355),(610,350) -6036 (615,365),(610,360) -6037 (615,375),(610,370) -6038 (615,385),(610,380) -6039 (615,395),(610,390) -6040 (615,405),(610,400) -6041 (615,415),(610,410) -6042 (615,425),(610,420) -6043 (615,435),(610,430) -6044 (615,445),(610,440) -6045 (615,455),(610,450) -6046 (615,465),(610,460) -6047 (615,475),(610,470) -6048 (615,485),(610,480) -6049 (615,495),(610,490) -6050 (615,505),(610,500) -6051 (615,515),(610,510) -6052 (615,525),(610,520) -6053 (615,535),(610,530) -6054 (615,545),(610,540) -6055 (615,555),(610,550) -6056 (615,565),(610,560) -6057 (615,575),(610,570) -6058 (615,585),(610,580) -6059 (615,595),(610,590) -6060 (615,605),(610,600) -6061 (615,615),(610,610) -6062 (615,625),(610,620) -6063 (615,635),(610,630) -6064 (615,645),(610,640) -6065 (615,655),(610,650) -6066 (615,665),(610,660) -6067 (615,675),(610,670) -6068 (615,685),(610,680) -6069 (615,695),(610,690) -6070 (615,705),(610,700) -6071 (615,715),(610,710) -6072 (615,725),(610,720) -6073 (615,735),(610,730) -6074 (615,745),(610,740) -6075 (615,755),(610,750) -6076 (615,765),(610,760) -6077 (615,775),(610,770) -6078 (615,785),(610,780) -6079 (615,795),(610,790) -6080 (615,805),(610,800) -6081 (615,815),(610,810) -6082 (615,825),(610,820) -6083 (615,835),(610,830) -6084 (615,845),(610,840) -6085 (615,855),(610,850) -6086 (615,865),(610,860) -6087 (615,875),(610,870) -6088 (615,885),(610,880) -6089 (615,895),(610,890) -6090 (615,905),(610,900) -6091 (615,915),(610,910) -6092 (615,925),(610,920) -6093 (615,935),(610,930) -6094 (615,945),(610,940) -6095 (615,955),(610,950) -6096 (615,965),(610,960) -6097 (615,975),(610,970) -6098 (615,985),(610,980) -6099 (615,995),(610,990) -6100 (615,1005),(610,1000) -6101 (625,15),(620,10) -6102 (625,25),(620,20) -6103 (625,35),(620,30) -6104 (625,45),(620,40) -6105 (625,55),(620,50) -6106 (625,65),(620,60) -6107 (625,75),(620,70) -6108 (625,85),(620,80) -6109 (625,95),(620,90) -6110 (625,105),(620,100) -6111 (625,115),(620,110) -6112 (625,125),(620,120) -6113 (625,135),(620,130) -6114 (625,145),(620,140) -6115 (625,155),(620,150) -6116 (625,165),(620,160) -6117 (625,175),(620,170) -6118 (625,185),(620,180) -6119 (625,195),(620,190) -6120 (625,205),(620,200) -6121 (625,215),(620,210) -6122 (625,225),(620,220) -6123 (625,235),(620,230) -6124 (625,245),(620,240) -6125 (625,255),(620,250) -6126 (625,265),(620,260) -6127 (625,275),(620,270) -6128 (625,285),(620,280) -6129 (625,295),(620,290) -6130 (625,305),(620,300) -6131 (625,315),(620,310) -6132 (625,325),(620,320) -6133 (625,335),(620,330) -6134 (625,345),(620,340) -6135 (625,355),(620,350) -6136 (625,365),(620,360) -6137 (625,375),(620,370) -6138 (625,385),(620,380) -6139 (625,395),(620,390) -6140 (625,405),(620,400) -6141 (625,415),(620,410) -6142 (625,425),(620,420) -6143 (625,435),(620,430) -6144 (625,445),(620,440) -6145 (625,455),(620,450) -6146 (625,465),(620,460) -6147 (625,475),(620,470) -6148 (625,485),(620,480) -6149 (625,495),(620,490) -6150 (625,505),(620,500) -6151 (625,515),(620,510) -6152 (625,525),(620,520) -6153 (625,535),(620,530) -6154 (625,545),(620,540) -6155 (625,555),(620,550) -6156 (625,565),(620,560) -6157 (625,575),(620,570) -6158 (625,585),(620,580) -6159 (625,595),(620,590) -6160 (625,605),(620,600) -6161 (625,615),(620,610) -6162 (625,625),(620,620) -6163 (625,635),(620,630) -6164 (625,645),(620,640) -6165 (625,655),(620,650) -6166 (625,665),(620,660) -6167 (625,675),(620,670) -6168 (625,685),(620,680) -6169 (625,695),(620,690) -6170 (625,705),(620,700) -6171 (625,715),(620,710) -6172 (625,725),(620,720) -6173 (625,735),(620,730) -6174 (625,745),(620,740) -6175 (625,755),(620,750) -6176 (625,765),(620,760) -6177 (625,775),(620,770) -6178 (625,785),(620,780) -6179 (625,795),(620,790) -6180 (625,805),(620,800) -6181 (625,815),(620,810) -6182 (625,825),(620,820) -6183 (625,835),(620,830) -6184 (625,845),(620,840) -6185 (625,855),(620,850) -6186 (625,865),(620,860) -6187 (625,875),(620,870) -6188 (625,885),(620,880) -6189 (625,895),(620,890) -6190 (625,905),(620,900) -6191 (625,915),(620,910) -6192 (625,925),(620,920) -6193 (625,935),(620,930) -6194 (625,945),(620,940) -6195 (625,955),(620,950) -6196 (625,965),(620,960) -6197 (625,975),(620,970) -6198 (625,985),(620,980) -6199 (625,995),(620,990) -6200 (625,1005),(620,1000) -6201 (635,15),(630,10) -6202 (635,25),(630,20) -6203 (635,35),(630,30) -6204 (635,45),(630,40) -6205 (635,55),(630,50) -6206 (635,65),(630,60) -6207 (635,75),(630,70) -6208 (635,85),(630,80) -6209 (635,95),(630,90) -6210 (635,105),(630,100) -6211 (635,115),(630,110) -6212 (635,125),(630,120) -6213 (635,135),(630,130) -6214 (635,145),(630,140) -6215 (635,155),(630,150) -6216 (635,165),(630,160) -6217 (635,175),(630,170) -6218 (635,185),(630,180) -6219 (635,195),(630,190) -6220 (635,205),(630,200) -6221 (635,215),(630,210) -6222 (635,225),(630,220) -6223 (635,235),(630,230) -6224 (635,245),(630,240) -6225 (635,255),(630,250) -6226 (635,265),(630,260) -6227 (635,275),(630,270) -6228 (635,285),(630,280) -6229 (635,295),(630,290) -6230 (635,305),(630,300) -6231 (635,315),(630,310) -6232 (635,325),(630,320) -6233 (635,335),(630,330) -6234 (635,345),(630,340) -6235 (635,355),(630,350) -6236 (635,365),(630,360) -6237 (635,375),(630,370) -6238 (635,385),(630,380) -6239 (635,395),(630,390) -6240 (635,405),(630,400) -6241 (635,415),(630,410) -6242 (635,425),(630,420) -6243 (635,435),(630,430) -6244 (635,445),(630,440) -6245 (635,455),(630,450) -6246 (635,465),(630,460) -6247 (635,475),(630,470) -6248 (635,485),(630,480) -6249 (635,495),(630,490) -6250 (635,505),(630,500) -6251 (635,515),(630,510) -6252 (635,525),(630,520) -6253 (635,535),(630,530) -6254 (635,545),(630,540) -6255 (635,555),(630,550) -6256 (635,565),(630,560) -6257 (635,575),(630,570) -6258 (635,585),(630,580) -6259 (635,595),(630,590) -6260 (635,605),(630,600) -6261 (635,615),(630,610) -6262 (635,625),(630,620) -6263 (635,635),(630,630) -6264 (635,645),(630,640) -6265 (635,655),(630,650) -6266 (635,665),(630,660) -6267 (635,675),(630,670) -6268 (635,685),(630,680) -6269 (635,695),(630,690) -6270 (635,705),(630,700) -6271 (635,715),(630,710) -6272 (635,725),(630,720) -6273 (635,735),(630,730) -6274 (635,745),(630,740) -6275 (635,755),(630,750) -6276 (635,765),(630,760) -6277 (635,775),(630,770) -6278 (635,785),(630,780) -6279 (635,795),(630,790) -6280 (635,805),(630,800) -6281 (635,815),(630,810) -6282 (635,825),(630,820) -6283 (635,835),(630,830) -6284 (635,845),(630,840) -6285 (635,855),(630,850) -6286 (635,865),(630,860) -6287 (635,875),(630,870) -6288 (635,885),(630,880) -6289 (635,895),(630,890) -6290 (635,905),(630,900) -6291 (635,915),(630,910) -6292 (635,925),(630,920) -6293 (635,935),(630,930) -6294 (635,945),(630,940) -6295 (635,955),(630,950) -6296 (635,965),(630,960) -6297 (635,975),(630,970) -6298 (635,985),(630,980) -6299 (635,995),(630,990) -6300 (635,1005),(630,1000) -6301 (645,15),(640,10) -6302 (645,25),(640,20) -6303 (645,35),(640,30) -6304 (645,45),(640,40) -6305 (645,55),(640,50) -6306 (645,65),(640,60) -6307 (645,75),(640,70) -6308 (645,85),(640,80) -6309 (645,95),(640,90) -6310 (645,105),(640,100) -6311 (645,115),(640,110) -6312 (645,125),(640,120) -6313 (645,135),(640,130) -6314 (645,145),(640,140) -6315 (645,155),(640,150) -6316 (645,165),(640,160) -6317 (645,175),(640,170) -6318 (645,185),(640,180) -6319 (645,195),(640,190) -6320 (645,205),(640,200) -6321 (645,215),(640,210) -6322 (645,225),(640,220) -6323 (645,235),(640,230) -6324 (645,245),(640,240) -6325 (645,255),(640,250) -6326 (645,265),(640,260) -6327 (645,275),(640,270) -6328 (645,285),(640,280) -6329 (645,295),(640,290) -6330 (645,305),(640,300) -6331 (645,315),(640,310) -6332 (645,325),(640,320) -6333 (645,335),(640,330) -6334 (645,345),(640,340) -6335 (645,355),(640,350) -6336 (645,365),(640,360) -6337 (645,375),(640,370) -6338 (645,385),(640,380) -6339 (645,395),(640,390) -6340 (645,405),(640,400) -6341 (645,415),(640,410) -6342 (645,425),(640,420) -6343 (645,435),(640,430) -6344 (645,445),(640,440) -6345 (645,455),(640,450) -6346 (645,465),(640,460) -6347 (645,475),(640,470) -6348 (645,485),(640,480) -6349 (645,495),(640,490) -6350 (645,505),(640,500) -6351 (645,515),(640,510) -6352 (645,525),(640,520) -6353 (645,535),(640,530) -6354 (645,545),(640,540) -6355 (645,555),(640,550) -6356 (645,565),(640,560) -6357 (645,575),(640,570) -6358 (645,585),(640,580) -6359 (645,595),(640,590) -6360 (645,605),(640,600) -6361 (645,615),(640,610) -6362 (645,625),(640,620) -6363 (645,635),(640,630) -6364 (645,645),(640,640) -6365 (645,655),(640,650) -6366 (645,665),(640,660) -6367 (645,675),(640,670) -6368 (645,685),(640,680) -6369 (645,695),(640,690) -6370 (645,705),(640,700) -6371 (645,715),(640,710) -6372 (645,725),(640,720) -6373 (645,735),(640,730) -6374 (645,745),(640,740) -6375 (645,755),(640,750) -6376 (645,765),(640,760) -6377 (645,775),(640,770) -6378 (645,785),(640,780) -6379 (645,795),(640,790) -6380 (645,805),(640,800) -6381 (645,815),(640,810) -6382 (645,825),(640,820) -6383 (645,835),(640,830) -6384 (645,845),(640,840) -6385 (645,855),(640,850) -6386 (645,865),(640,860) -6387 (645,875),(640,870) -6388 (645,885),(640,880) -6389 (645,895),(640,890) -6390 (645,905),(640,900) -6391 (645,915),(640,910) -6392 (645,925),(640,920) -6393 (645,935),(640,930) -6394 (645,945),(640,940) -6395 (645,955),(640,950) -6396 (645,965),(640,960) -6397 (645,975),(640,970) -6398 (645,985),(640,980) -6399 (645,995),(640,990) -6400 (645,1005),(640,1000) -6401 (655,15),(650,10) -6402 (655,25),(650,20) -6403 (655,35),(650,30) -6404 (655,45),(650,40) -6405 (655,55),(650,50) -6406 (655,65),(650,60) -6407 (655,75),(650,70) -6408 (655,85),(650,80) -6409 (655,95),(650,90) -6410 (655,105),(650,100) -6411 (655,115),(650,110) -6412 (655,125),(650,120) -6413 (655,135),(650,130) -6414 (655,145),(650,140) -6415 (655,155),(650,150) -6416 (655,165),(650,160) -6417 (655,175),(650,170) -6418 (655,185),(650,180) -6419 (655,195),(650,190) -6420 (655,205),(650,200) -6421 (655,215),(650,210) -6422 (655,225),(650,220) -6423 (655,235),(650,230) -6424 (655,245),(650,240) -6425 (655,255),(650,250) -6426 (655,265),(650,260) -6427 (655,275),(650,270) -6428 (655,285),(650,280) -6429 (655,295),(650,290) -6430 (655,305),(650,300) -6431 (655,315),(650,310) -6432 (655,325),(650,320) -6433 (655,335),(650,330) -6434 (655,345),(650,340) -6435 (655,355),(650,350) -6436 (655,365),(650,360) -6437 (655,375),(650,370) -6438 (655,385),(650,380) -6439 (655,395),(650,390) -6440 (655,405),(650,400) -6441 (655,415),(650,410) -6442 (655,425),(650,420) -6443 (655,435),(650,430) -6444 (655,445),(650,440) -6445 (655,455),(650,450) -6446 (655,465),(650,460) -6447 (655,475),(650,470) -6448 (655,485),(650,480) -6449 (655,495),(650,490) -6450 (655,505),(650,500) -6451 (655,515),(650,510) -6452 (655,525),(650,520) -6453 (655,535),(650,530) -6454 (655,545),(650,540) -6455 (655,555),(650,550) -6456 (655,565),(650,560) -6457 (655,575),(650,570) -6458 (655,585),(650,580) -6459 (655,595),(650,590) -6460 (655,605),(650,600) -6461 (655,615),(650,610) -6462 (655,625),(650,620) -6463 (655,635),(650,630) -6464 (655,645),(650,640) -6465 (655,655),(650,650) -6466 (655,665),(650,660) -6467 (655,675),(650,670) -6468 (655,685),(650,680) -6469 (655,695),(650,690) -6470 (655,705),(650,700) -6471 (655,715),(650,710) -6472 (655,725),(650,720) -6473 (655,735),(650,730) -6474 (655,745),(650,740) -6475 (655,755),(650,750) -6476 (655,765),(650,760) -6477 (655,775),(650,770) -6478 (655,785),(650,780) -6479 (655,795),(650,790) -6480 (655,805),(650,800) -6481 (655,815),(650,810) -6482 (655,825),(650,820) -6483 (655,835),(650,830) -6484 (655,845),(650,840) -6485 (655,855),(650,850) -6486 (655,865),(650,860) -6487 (655,875),(650,870) -6488 (655,885),(650,880) -6489 (655,895),(650,890) -6490 (655,905),(650,900) -6491 (655,915),(650,910) -6492 (655,925),(650,920) -6493 (655,935),(650,930) -6494 (655,945),(650,940) -6495 (655,955),(650,950) -6496 (655,965),(650,960) -6497 (655,975),(650,970) -6498 (655,985),(650,980) -6499 (655,995),(650,990) -6500 (655,1005),(650,1000) -6501 (665,15),(660,10) -6502 (665,25),(660,20) -6503 (665,35),(660,30) -6504 (665,45),(660,40) -6505 (665,55),(660,50) -6506 (665,65),(660,60) -6507 (665,75),(660,70) -6508 (665,85),(660,80) -6509 (665,95),(660,90) -6510 (665,105),(660,100) -6511 (665,115),(660,110) -6512 (665,125),(660,120) -6513 (665,135),(660,130) -6514 (665,145),(660,140) -6515 (665,155),(660,150) -6516 (665,165),(660,160) -6517 (665,175),(660,170) -6518 (665,185),(660,180) -6519 (665,195),(660,190) -6520 (665,205),(660,200) -6521 (665,215),(660,210) -6522 (665,225),(660,220) -6523 (665,235),(660,230) -6524 (665,245),(660,240) -6525 (665,255),(660,250) -6526 (665,265),(660,260) -6527 (665,275),(660,270) -6528 (665,285),(660,280) -6529 (665,295),(660,290) -6530 (665,305),(660,300) -6531 (665,315),(660,310) -6532 (665,325),(660,320) -6533 (665,335),(660,330) -6534 (665,345),(660,340) -6535 (665,355),(660,350) -6536 (665,365),(660,360) -6537 (665,375),(660,370) -6538 (665,385),(660,380) -6539 (665,395),(660,390) -6540 (665,405),(660,400) -6541 (665,415),(660,410) -6542 (665,425),(660,420) -6543 (665,435),(660,430) -6544 (665,445),(660,440) -6545 (665,455),(660,450) -6546 (665,465),(660,460) -6547 (665,475),(660,470) -6548 (665,485),(660,480) -6549 (665,495),(660,490) -6550 (665,505),(660,500) -6551 (665,515),(660,510) -6552 (665,525),(660,520) -6553 (665,535),(660,530) -6554 (665,545),(660,540) -6555 (665,555),(660,550) -6556 (665,565),(660,560) -6557 (665,575),(660,570) -6558 (665,585),(660,580) -6559 (665,595),(660,590) -6560 (665,605),(660,600) -6561 (665,615),(660,610) -6562 (665,625),(660,620) -6563 (665,635),(660,630) -6564 (665,645),(660,640) -6565 (665,655),(660,650) -6566 (665,665),(660,660) -6567 (665,675),(660,670) -6568 (665,685),(660,680) -6569 (665,695),(660,690) -6570 (665,705),(660,700) -6571 (665,715),(660,710) -6572 (665,725),(660,720) -6573 (665,735),(660,730) -6574 (665,745),(660,740) -6575 (665,755),(660,750) -6576 (665,765),(660,760) -6577 (665,775),(660,770) -6578 (665,785),(660,780) -6579 (665,795),(660,790) -6580 (665,805),(660,800) -6581 (665,815),(660,810) -6582 (665,825),(660,820) -6583 (665,835),(660,830) -6584 (665,845),(660,840) -6585 (665,855),(660,850) -6586 (665,865),(660,860) -6587 (665,875),(660,870) -6588 (665,885),(660,880) -6589 (665,895),(660,890) -6590 (665,905),(660,900) -6591 (665,915),(660,910) -6592 (665,925),(660,920) -6593 (665,935),(660,930) -6594 (665,945),(660,940) -6595 (665,955),(660,950) -6596 (665,965),(660,960) -6597 (665,975),(660,970) -6598 (665,985),(660,980) -6599 (665,995),(660,990) -6600 (665,1005),(660,1000) -6601 (675,15),(670,10) -6602 (675,25),(670,20) -6603 (675,35),(670,30) -6604 (675,45),(670,40) -6605 (675,55),(670,50) -6606 (675,65),(670,60) -6607 (675,75),(670,70) -6608 (675,85),(670,80) -6609 (675,95),(670,90) -6610 (675,105),(670,100) -6611 (675,115),(670,110) -6612 (675,125),(670,120) -6613 (675,135),(670,130) -6614 (675,145),(670,140) -6615 (675,155),(670,150) -6616 (675,165),(670,160) -6617 (675,175),(670,170) -6618 (675,185),(670,180) -6619 (675,195),(670,190) -6620 (675,205),(670,200) -6621 (675,215),(670,210) -6622 (675,225),(670,220) -6623 (675,235),(670,230) -6624 (675,245),(670,240) -6625 (675,255),(670,250) -6626 (675,265),(670,260) -6627 (675,275),(670,270) -6628 (675,285),(670,280) -6629 (675,295),(670,290) -6630 (675,305),(670,300) -6631 (675,315),(670,310) -6632 (675,325),(670,320) -6633 (675,335),(670,330) -6634 (675,345),(670,340) -6635 (675,355),(670,350) -6636 (675,365),(670,360) -6637 (675,375),(670,370) -6638 (675,385),(670,380) -6639 (675,395),(670,390) -6640 (675,405),(670,400) -6641 (675,415),(670,410) -6642 (675,425),(670,420) -6643 (675,435),(670,430) -6644 (675,445),(670,440) -6645 (675,455),(670,450) -6646 (675,465),(670,460) -6647 (675,475),(670,470) -6648 (675,485),(670,480) -6649 (675,495),(670,490) -6650 (675,505),(670,500) -6651 (675,515),(670,510) -6652 (675,525),(670,520) -6653 (675,535),(670,530) -6654 (675,545),(670,540) -6655 (675,555),(670,550) -6656 (675,565),(670,560) -6657 (675,575),(670,570) -6658 (675,585),(670,580) -6659 (675,595),(670,590) -6660 (675,605),(670,600) -6661 (675,615),(670,610) -6662 (675,625),(670,620) -6663 (675,635),(670,630) -6664 (675,645),(670,640) -6665 (675,655),(670,650) -6666 (675,665),(670,660) -6667 (675,675),(670,670) -6668 (675,685),(670,680) -6669 (675,695),(670,690) -6670 (675,705),(670,700) -6671 (675,715),(670,710) -6672 (675,725),(670,720) -6673 (675,735),(670,730) -6674 (675,745),(670,740) -6675 (675,755),(670,750) -6676 (675,765),(670,760) -6677 (675,775),(670,770) -6678 (675,785),(670,780) -6679 (675,795),(670,790) -6680 (675,805),(670,800) -6681 (675,815),(670,810) -6682 (675,825),(670,820) -6683 (675,835),(670,830) -6684 (675,845),(670,840) -6685 (675,855),(670,850) -6686 (675,865),(670,860) -6687 (675,875),(670,870) -6688 (675,885),(670,880) -6689 (675,895),(670,890) -6690 (675,905),(670,900) -6691 (675,915),(670,910) -6692 (675,925),(670,920) -6693 (675,935),(670,930) -6694 (675,945),(670,940) -6695 (675,955),(670,950) -6696 (675,965),(670,960) -6697 (675,975),(670,970) -6698 (675,985),(670,980) -6699 (675,995),(670,990) -6700 (675,1005),(670,1000) -6701 (685,15),(680,10) -6702 (685,25),(680,20) -6703 (685,35),(680,30) -6704 (685,45),(680,40) -6705 (685,55),(680,50) -6706 (685,65),(680,60) -6707 (685,75),(680,70) -6708 (685,85),(680,80) -6709 (685,95),(680,90) -6710 (685,105),(680,100) -6711 (685,115),(680,110) -6712 (685,125),(680,120) -6713 (685,135),(680,130) -6714 (685,145),(680,140) -6715 (685,155),(680,150) -6716 (685,165),(680,160) -6717 (685,175),(680,170) -6718 (685,185),(680,180) -6719 (685,195),(680,190) -6720 (685,205),(680,200) -6721 (685,215),(680,210) -6722 (685,225),(680,220) -6723 (685,235),(680,230) -6724 (685,245),(680,240) -6725 (685,255),(680,250) -6726 (685,265),(680,260) -6727 (685,275),(680,270) -6728 (685,285),(680,280) -6729 (685,295),(680,290) -6730 (685,305),(680,300) -6731 (685,315),(680,310) -6732 (685,325),(680,320) -6733 (685,335),(680,330) -6734 (685,345),(680,340) -6735 (685,355),(680,350) -6736 (685,365),(680,360) -6737 (685,375),(680,370) -6738 (685,385),(680,380) -6739 (685,395),(680,390) -6740 (685,405),(680,400) -6741 (685,415),(680,410) -6742 (685,425),(680,420) -6743 (685,435),(680,430) -6744 (685,445),(680,440) -6745 (685,455),(680,450) -6746 (685,465),(680,460) -6747 (685,475),(680,470) -6748 (685,485),(680,480) -6749 (685,495),(680,490) -6750 (685,505),(680,500) -6751 (685,515),(680,510) -6752 (685,525),(680,520) -6753 (685,535),(680,530) -6754 (685,545),(680,540) -6755 (685,555),(680,550) -6756 (685,565),(680,560) -6757 (685,575),(680,570) -6758 (685,585),(680,580) -6759 (685,595),(680,590) -6760 (685,605),(680,600) -6761 (685,615),(680,610) -6762 (685,625),(680,620) -6763 (685,635),(680,630) -6764 (685,645),(680,640) -6765 (685,655),(680,650) -6766 (685,665),(680,660) -6767 (685,675),(680,670) -6768 (685,685),(680,680) -6769 (685,695),(680,690) -6770 (685,705),(680,700) -6771 (685,715),(680,710) -6772 (685,725),(680,720) -6773 (685,735),(680,730) -6774 (685,745),(680,740) -6775 (685,755),(680,750) -6776 (685,765),(680,760) -6777 (685,775),(680,770) -6778 (685,785),(680,780) -6779 (685,795),(680,790) -6780 (685,805),(680,800) -6781 (685,815),(680,810) -6782 (685,825),(680,820) -6783 (685,835),(680,830) -6784 (685,845),(680,840) -6785 (685,855),(680,850) -6786 (685,865),(680,860) -6787 (685,875),(680,870) -6788 (685,885),(680,880) -6789 (685,895),(680,890) -6790 (685,905),(680,900) -6791 (685,915),(680,910) -6792 (685,925),(680,920) -6793 (685,935),(680,930) -6794 (685,945),(680,940) -6795 (685,955),(680,950) -6796 (685,965),(680,960) -6797 (685,975),(680,970) -6798 (685,985),(680,980) -6799 (685,995),(680,990) -6800 (685,1005),(680,1000) -6801 (695,15),(690,10) -6802 (695,25),(690,20) -6803 (695,35),(690,30) -6804 (695,45),(690,40) -6805 (695,55),(690,50) -6806 (695,65),(690,60) -6807 (695,75),(690,70) -6808 (695,85),(690,80) -6809 (695,95),(690,90) -6810 (695,105),(690,100) -6811 (695,115),(690,110) -6812 (695,125),(690,120) -6813 (695,135),(690,130) -6814 (695,145),(690,140) -6815 (695,155),(690,150) -6816 (695,165),(690,160) -6817 (695,175),(690,170) -6818 (695,185),(690,180) -6819 (695,195),(690,190) -6820 (695,205),(690,200) -6821 (695,215),(690,210) -6822 (695,225),(690,220) -6823 (695,235),(690,230) -6824 (695,245),(690,240) -6825 (695,255),(690,250) -6826 (695,265),(690,260) -6827 (695,275),(690,270) -6828 (695,285),(690,280) -6829 (695,295),(690,290) -6830 (695,305),(690,300) -6831 (695,315),(690,310) -6832 (695,325),(690,320) -6833 (695,335),(690,330) -6834 (695,345),(690,340) -6835 (695,355),(690,350) -6836 (695,365),(690,360) -6837 (695,375),(690,370) -6838 (695,385),(690,380) -6839 (695,395),(690,390) -6840 (695,405),(690,400) -6841 (695,415),(690,410) -6842 (695,425),(690,420) -6843 (695,435),(690,430) -6844 (695,445),(690,440) -6845 (695,455),(690,450) -6846 (695,465),(690,460) -6847 (695,475),(690,470) -6848 (695,485),(690,480) -6849 (695,495),(690,490) -6850 (695,505),(690,500) -6851 (695,515),(690,510) -6852 (695,525),(690,520) -6853 (695,535),(690,530) -6854 (695,545),(690,540) -6855 (695,555),(690,550) -6856 (695,565),(690,560) -6857 (695,575),(690,570) -6858 (695,585),(690,580) -6859 (695,595),(690,590) -6860 (695,605),(690,600) -6861 (695,615),(690,610) -6862 (695,625),(690,620) -6863 (695,635),(690,630) -6864 (695,645),(690,640) -6865 (695,655),(690,650) -6866 (695,665),(690,660) -6867 (695,675),(690,670) -6868 (695,685),(690,680) -6869 (695,695),(690,690) -6870 (695,705),(690,700) -6871 (695,715),(690,710) -6872 (695,725),(690,720) -6873 (695,735),(690,730) -6874 (695,745),(690,740) -6875 (695,755),(690,750) -6876 (695,765),(690,760) -6877 (695,775),(690,770) -6878 (695,785),(690,780) -6879 (695,795),(690,790) -6880 (695,805),(690,800) -6881 (695,815),(690,810) -6882 (695,825),(690,820) -6883 (695,835),(690,830) -6884 (695,845),(690,840) -6885 (695,855),(690,850) -6886 (695,865),(690,860) -6887 (695,875),(690,870) -6888 (695,885),(690,880) -6889 (695,895),(690,890) -6890 (695,905),(690,900) -6891 (695,915),(690,910) -6892 (695,925),(690,920) -6893 (695,935),(690,930) -6894 (695,945),(690,940) -6895 (695,955),(690,950) -6896 (695,965),(690,960) -6897 (695,975),(690,970) -6898 (695,985),(690,980) -6899 (695,995),(690,990) -6900 (695,1005),(690,1000) -6901 (705,15),(700,10) -6902 (705,25),(700,20) -6903 (705,35),(700,30) -6904 (705,45),(700,40) -6905 (705,55),(700,50) -6906 (705,65),(700,60) -6907 (705,75),(700,70) -6908 (705,85),(700,80) -6909 (705,95),(700,90) -6910 (705,105),(700,100) -6911 (705,115),(700,110) -6912 (705,125),(700,120) -6913 (705,135),(700,130) -6914 (705,145),(700,140) -6915 (705,155),(700,150) -6916 (705,165),(700,160) -6917 (705,175),(700,170) -6918 (705,185),(700,180) -6919 (705,195),(700,190) -6920 (705,205),(700,200) -6921 (705,215),(700,210) -6922 (705,225),(700,220) -6923 (705,235),(700,230) -6924 (705,245),(700,240) -6925 (705,255),(700,250) -6926 (705,265),(700,260) -6927 (705,275),(700,270) -6928 (705,285),(700,280) -6929 (705,295),(700,290) -6930 (705,305),(700,300) -6931 (705,315),(700,310) -6932 (705,325),(700,320) -6933 (705,335),(700,330) -6934 (705,345),(700,340) -6935 (705,355),(700,350) -6936 (705,365),(700,360) -6937 (705,375),(700,370) -6938 (705,385),(700,380) -6939 (705,395),(700,390) -6940 (705,405),(700,400) -6941 (705,415),(700,410) -6942 (705,425),(700,420) -6943 (705,435),(700,430) -6944 (705,445),(700,440) -6945 (705,455),(700,450) -6946 (705,465),(700,460) -6947 (705,475),(700,470) -6948 (705,485),(700,480) -6949 (705,495),(700,490) -6950 (705,505),(700,500) -6951 (705,515),(700,510) -6952 (705,525),(700,520) -6953 (705,535),(700,530) -6954 (705,545),(700,540) -6955 (705,555),(700,550) -6956 (705,565),(700,560) -6957 (705,575),(700,570) -6958 (705,585),(700,580) -6959 (705,595),(700,590) -6960 (705,605),(700,600) -6961 (705,615),(700,610) -6962 (705,625),(700,620) -6963 (705,635),(700,630) -6964 (705,645),(700,640) -6965 (705,655),(700,650) -6966 (705,665),(700,660) -6967 (705,675),(700,670) -6968 (705,685),(700,680) -6969 (705,695),(700,690) -6970 (705,705),(700,700) -6971 (705,715),(700,710) -6972 (705,725),(700,720) -6973 (705,735),(700,730) -6974 (705,745),(700,740) -6975 (705,755),(700,750) -6976 (705,765),(700,760) -6977 (705,775),(700,770) -6978 (705,785),(700,780) -6979 (705,795),(700,790) -6980 (705,805),(700,800) -6981 (705,815),(700,810) -6982 (705,825),(700,820) -6983 (705,835),(700,830) -6984 (705,845),(700,840) -6985 (705,855),(700,850) -6986 (705,865),(700,860) -6987 (705,875),(700,870) -6988 (705,885),(700,880) -6989 (705,895),(700,890) -6990 (705,905),(700,900) -6991 (705,915),(700,910) -6992 (705,925),(700,920) -6993 (705,935),(700,930) -6994 (705,945),(700,940) -6995 (705,955),(700,950) -6996 (705,965),(700,960) -6997 (705,975),(700,970) -6998 (705,985),(700,980) -6999 (705,995),(700,990) -7000 (705,1005),(700,1000) -7001 (715,15),(710,10) -7002 (715,25),(710,20) -7003 (715,35),(710,30) -7004 (715,45),(710,40) -7005 (715,55),(710,50) -7006 (715,65),(710,60) -7007 (715,75),(710,70) -7008 (715,85),(710,80) -7009 (715,95),(710,90) -7010 (715,105),(710,100) -7011 (715,115),(710,110) -7012 (715,125),(710,120) -7013 (715,135),(710,130) -7014 (715,145),(710,140) -7015 (715,155),(710,150) -7016 (715,165),(710,160) -7017 (715,175),(710,170) -7018 (715,185),(710,180) -7019 (715,195),(710,190) -7020 (715,205),(710,200) -7021 (715,215),(710,210) -7022 (715,225),(710,220) -7023 (715,235),(710,230) -7024 (715,245),(710,240) -7025 (715,255),(710,250) -7026 (715,265),(710,260) -7027 (715,275),(710,270) -7028 (715,285),(710,280) -7029 (715,295),(710,290) -7030 (715,305),(710,300) -7031 (715,315),(710,310) -7032 (715,325),(710,320) -7033 (715,335),(710,330) -7034 (715,345),(710,340) -7035 (715,355),(710,350) -7036 (715,365),(710,360) -7037 (715,375),(710,370) -7038 (715,385),(710,380) -7039 (715,395),(710,390) -7040 (715,405),(710,400) -7041 (715,415),(710,410) -7042 (715,425),(710,420) -7043 (715,435),(710,430) -7044 (715,445),(710,440) -7045 (715,455),(710,450) -7046 (715,465),(710,460) -7047 (715,475),(710,470) -7048 (715,485),(710,480) -7049 (715,495),(710,490) -7050 (715,505),(710,500) -7051 (715,515),(710,510) -7052 (715,525),(710,520) -7053 (715,535),(710,530) -7054 (715,545),(710,540) -7055 (715,555),(710,550) -7056 (715,565),(710,560) -7057 (715,575),(710,570) -7058 (715,585),(710,580) -7059 (715,595),(710,590) -7060 (715,605),(710,600) -7061 (715,615),(710,610) -7062 (715,625),(710,620) -7063 (715,635),(710,630) -7064 (715,645),(710,640) -7065 (715,655),(710,650) -7066 (715,665),(710,660) -7067 (715,675),(710,670) -7068 (715,685),(710,680) -7069 (715,695),(710,690) -7070 (715,705),(710,700) -7071 (715,715),(710,710) -7072 (715,725),(710,720) -7073 (715,735),(710,730) -7074 (715,745),(710,740) -7075 (715,755),(710,750) -7076 (715,765),(710,760) -7077 (715,775),(710,770) -7078 (715,785),(710,780) -7079 (715,795),(710,790) -7080 (715,805),(710,800) -7081 (715,815),(710,810) -7082 (715,825),(710,820) -7083 (715,835),(710,830) -7084 (715,845),(710,840) -7085 (715,855),(710,850) -7086 (715,865),(710,860) -7087 (715,875),(710,870) -7088 (715,885),(710,880) -7089 (715,895),(710,890) -7090 (715,905),(710,900) -7091 (715,915),(710,910) -7092 (715,925),(710,920) -7093 (715,935),(710,930) -7094 (715,945),(710,940) -7095 (715,955),(710,950) -7096 (715,965),(710,960) -7097 (715,975),(710,970) -7098 (715,985),(710,980) -7099 (715,995),(710,990) -7100 (715,1005),(710,1000) -7101 (725,15),(720,10) -7102 (725,25),(720,20) -7103 (725,35),(720,30) -7104 (725,45),(720,40) -7105 (725,55),(720,50) -7106 (725,65),(720,60) -7107 (725,75),(720,70) -7108 (725,85),(720,80) -7109 (725,95),(720,90) -7110 (725,105),(720,100) -7111 (725,115),(720,110) -7112 (725,125),(720,120) -7113 (725,135),(720,130) -7114 (725,145),(720,140) -7115 (725,155),(720,150) -7116 (725,165),(720,160) -7117 (725,175),(720,170) -7118 (725,185),(720,180) -7119 (725,195),(720,190) -7120 (725,205),(720,200) -7121 (725,215),(720,210) -7122 (725,225),(720,220) -7123 (725,235),(720,230) -7124 (725,245),(720,240) -7125 (725,255),(720,250) -7126 (725,265),(720,260) -7127 (725,275),(720,270) -7128 (725,285),(720,280) -7129 (725,295),(720,290) -7130 (725,305),(720,300) -7131 (725,315),(720,310) -7132 (725,325),(720,320) -7133 (725,335),(720,330) -7134 (725,345),(720,340) -7135 (725,355),(720,350) -7136 (725,365),(720,360) -7137 (725,375),(720,370) -7138 (725,385),(720,380) -7139 (725,395),(720,390) -7140 (725,405),(720,400) -7141 (725,415),(720,410) -7142 (725,425),(720,420) -7143 (725,435),(720,430) -7144 (725,445),(720,440) -7145 (725,455),(720,450) -7146 (725,465),(720,460) -7147 (725,475),(720,470) -7148 (725,485),(720,480) -7149 (725,495),(720,490) -7150 (725,505),(720,500) -7151 (725,515),(720,510) -7152 (725,525),(720,520) -7153 (725,535),(720,530) -7154 (725,545),(720,540) -7155 (725,555),(720,550) -7156 (725,565),(720,560) -7157 (725,575),(720,570) -7158 (725,585),(720,580) -7159 (725,595),(720,590) -7160 (725,605),(720,600) -7161 (725,615),(720,610) -7162 (725,625),(720,620) -7163 (725,635),(720,630) -7164 (725,645),(720,640) -7165 (725,655),(720,650) -7166 (725,665),(720,660) -7167 (725,675),(720,670) -7168 (725,685),(720,680) -7169 (725,695),(720,690) -7170 (725,705),(720,700) -7171 (725,715),(720,710) -7172 (725,725),(720,720) -7173 (725,735),(720,730) -7174 (725,745),(720,740) -7175 (725,755),(720,750) -7176 (725,765),(720,760) -7177 (725,775),(720,770) -7178 (725,785),(720,780) -7179 (725,795),(720,790) -7180 (725,805),(720,800) -7181 (725,815),(720,810) -7182 (725,825),(720,820) -7183 (725,835),(720,830) -7184 (725,845),(720,840) -7185 (725,855),(720,850) -7186 (725,865),(720,860) -7187 (725,875),(720,870) -7188 (725,885),(720,880) -7189 (725,895),(720,890) -7190 (725,905),(720,900) -7191 (725,915),(720,910) -7192 (725,925),(720,920) -7193 (725,935),(720,930) -7194 (725,945),(720,940) -7195 (725,955),(720,950) -7196 (725,965),(720,960) -7197 (725,975),(720,970) -7198 (725,985),(720,980) -7199 (725,995),(720,990) -7200 (725,1005),(720,1000) -7201 (735,15),(730,10) -7202 (735,25),(730,20) -7203 (735,35),(730,30) -7204 (735,45),(730,40) -7205 (735,55),(730,50) -7206 (735,65),(730,60) -7207 (735,75),(730,70) -7208 (735,85),(730,80) -7209 (735,95),(730,90) -7210 (735,105),(730,100) -7211 (735,115),(730,110) -7212 (735,125),(730,120) -7213 (735,135),(730,130) -7214 (735,145),(730,140) -7215 (735,155),(730,150) -7216 (735,165),(730,160) -7217 (735,175),(730,170) -7218 (735,185),(730,180) -7219 (735,195),(730,190) -7220 (735,205),(730,200) -7221 (735,215),(730,210) -7222 (735,225),(730,220) -7223 (735,235),(730,230) -7224 (735,245),(730,240) -7225 (735,255),(730,250) -7226 (735,265),(730,260) -7227 (735,275),(730,270) -7228 (735,285),(730,280) -7229 (735,295),(730,290) -7230 (735,305),(730,300) -7231 (735,315),(730,310) -7232 (735,325),(730,320) -7233 (735,335),(730,330) -7234 (735,345),(730,340) -7235 (735,355),(730,350) -7236 (735,365),(730,360) -7237 (735,375),(730,370) -7238 (735,385),(730,380) -7239 (735,395),(730,390) -7240 (735,405),(730,400) -7241 (735,415),(730,410) -7242 (735,425),(730,420) -7243 (735,435),(730,430) -7244 (735,445),(730,440) -7245 (735,455),(730,450) -7246 (735,465),(730,460) -7247 (735,475),(730,470) -7248 (735,485),(730,480) -7249 (735,495),(730,490) -7250 (735,505),(730,500) -7251 (735,515),(730,510) -7252 (735,525),(730,520) -7253 (735,535),(730,530) -7254 (735,545),(730,540) -7255 (735,555),(730,550) -7256 (735,565),(730,560) -7257 (735,575),(730,570) -7258 (735,585),(730,580) -7259 (735,595),(730,590) -7260 (735,605),(730,600) -7261 (735,615),(730,610) -7262 (735,625),(730,620) -7263 (735,635),(730,630) -7264 (735,645),(730,640) -7265 (735,655),(730,650) -7266 (735,665),(730,660) -7267 (735,675),(730,670) -7268 (735,685),(730,680) -7269 (735,695),(730,690) -7270 (735,705),(730,700) -7271 (735,715),(730,710) -7272 (735,725),(730,720) -7273 (735,735),(730,730) -7274 (735,745),(730,740) -7275 (735,755),(730,750) -7276 (735,765),(730,760) -7277 (735,775),(730,770) -7278 (735,785),(730,780) -7279 (735,795),(730,790) -7280 (735,805),(730,800) -7281 (735,815),(730,810) -7282 (735,825),(730,820) -7283 (735,835),(730,830) -7284 (735,845),(730,840) -7285 (735,855),(730,850) -7286 (735,865),(730,860) -7287 (735,875),(730,870) -7288 (735,885),(730,880) -7289 (735,895),(730,890) -7290 (735,905),(730,900) -7291 (735,915),(730,910) -7292 (735,925),(730,920) -7293 (735,935),(730,930) -7294 (735,945),(730,940) -7295 (735,955),(730,950) -7296 (735,965),(730,960) -7297 (735,975),(730,970) -7298 (735,985),(730,980) -7299 (735,995),(730,990) -7300 (735,1005),(730,1000) -7301 (745,15),(740,10) -7302 (745,25),(740,20) -7303 (745,35),(740,30) -7304 (745,45),(740,40) -7305 (745,55),(740,50) -7306 (745,65),(740,60) -7307 (745,75),(740,70) -7308 (745,85),(740,80) -7309 (745,95),(740,90) -7310 (745,105),(740,100) -7311 (745,115),(740,110) -7312 (745,125),(740,120) -7313 (745,135),(740,130) -7314 (745,145),(740,140) -7315 (745,155),(740,150) -7316 (745,165),(740,160) -7317 (745,175),(740,170) -7318 (745,185),(740,180) -7319 (745,195),(740,190) -7320 (745,205),(740,200) -7321 (745,215),(740,210) -7322 (745,225),(740,220) -7323 (745,235),(740,230) -7324 (745,245),(740,240) -7325 (745,255),(740,250) -7326 (745,265),(740,260) -7327 (745,275),(740,270) -7328 (745,285),(740,280) -7329 (745,295),(740,290) -7330 (745,305),(740,300) -7331 (745,315),(740,310) -7332 (745,325),(740,320) -7333 (745,335),(740,330) -7334 (745,345),(740,340) -7335 (745,355),(740,350) -7336 (745,365),(740,360) -7337 (745,375),(740,370) -7338 (745,385),(740,380) -7339 (745,395),(740,390) -7340 (745,405),(740,400) -7341 (745,415),(740,410) -7342 (745,425),(740,420) -7343 (745,435),(740,430) -7344 (745,445),(740,440) -7345 (745,455),(740,450) -7346 (745,465),(740,460) -7347 (745,475),(740,470) -7348 (745,485),(740,480) -7349 (745,495),(740,490) -7350 (745,505),(740,500) -7351 (745,515),(740,510) -7352 (745,525),(740,520) -7353 (745,535),(740,530) -7354 (745,545),(740,540) -7355 (745,555),(740,550) -7356 (745,565),(740,560) -7357 (745,575),(740,570) -7358 (745,585),(740,580) -7359 (745,595),(740,590) -7360 (745,605),(740,600) -7361 (745,615),(740,610) -7362 (745,625),(740,620) -7363 (745,635),(740,630) -7364 (745,645),(740,640) -7365 (745,655),(740,650) -7366 (745,665),(740,660) -7367 (745,675),(740,670) -7368 (745,685),(740,680) -7369 (745,695),(740,690) -7370 (745,705),(740,700) -7371 (745,715),(740,710) -7372 (745,725),(740,720) -7373 (745,735),(740,730) -7374 (745,745),(740,740) -7375 (745,755),(740,750) -7376 (745,765),(740,760) -7377 (745,775),(740,770) -7378 (745,785),(740,780) -7379 (745,795),(740,790) -7380 (745,805),(740,800) -7381 (745,815),(740,810) -7382 (745,825),(740,820) -7383 (745,835),(740,830) -7384 (745,845),(740,840) -7385 (745,855),(740,850) -7386 (745,865),(740,860) -7387 (745,875),(740,870) -7388 (745,885),(740,880) -7389 (745,895),(740,890) -7390 (745,905),(740,900) -7391 (745,915),(740,910) -7392 (745,925),(740,920) -7393 (745,935),(740,930) -7394 (745,945),(740,940) -7395 (745,955),(740,950) -7396 (745,965),(740,960) -7397 (745,975),(740,970) -7398 (745,985),(740,980) -7399 (745,995),(740,990) -7400 (745,1005),(740,1000) -7401 (755,15),(750,10) -7402 (755,25),(750,20) -7403 (755,35),(750,30) -7404 (755,45),(750,40) -7405 (755,55),(750,50) -7406 (755,65),(750,60) -7407 (755,75),(750,70) -7408 (755,85),(750,80) -7409 (755,95),(750,90) -7410 (755,105),(750,100) -7411 (755,115),(750,110) -7412 (755,125),(750,120) -7413 (755,135),(750,130) -7414 (755,145),(750,140) -7415 (755,155),(750,150) -7416 (755,165),(750,160) -7417 (755,175),(750,170) -7418 (755,185),(750,180) -7419 (755,195),(750,190) -7420 (755,205),(750,200) -7421 (755,215),(750,210) -7422 (755,225),(750,220) -7423 (755,235),(750,230) -7424 (755,245),(750,240) -7425 (755,255),(750,250) -7426 (755,265),(750,260) -7427 (755,275),(750,270) -7428 (755,285),(750,280) -7429 (755,295),(750,290) -7430 (755,305),(750,300) -7431 (755,315),(750,310) -7432 (755,325),(750,320) -7433 (755,335),(750,330) -7434 (755,345),(750,340) -7435 (755,355),(750,350) -7436 (755,365),(750,360) -7437 (755,375),(750,370) -7438 (755,385),(750,380) -7439 (755,395),(750,390) -7440 (755,405),(750,400) -7441 (755,415),(750,410) -7442 (755,425),(750,420) -7443 (755,435),(750,430) -7444 (755,445),(750,440) -7445 (755,455),(750,450) -7446 (755,465),(750,460) -7447 (755,475),(750,470) -7448 (755,485),(750,480) -7449 (755,495),(750,490) -7450 (755,505),(750,500) -7451 (755,515),(750,510) -7452 (755,525),(750,520) -7453 (755,535),(750,530) -7454 (755,545),(750,540) -7455 (755,555),(750,550) -7456 (755,565),(750,560) -7457 (755,575),(750,570) -7458 (755,585),(750,580) -7459 (755,595),(750,590) -7460 (755,605),(750,600) -7461 (755,615),(750,610) -7462 (755,625),(750,620) -7463 (755,635),(750,630) -7464 (755,645),(750,640) -7465 (755,655),(750,650) -7466 (755,665),(750,660) -7467 (755,675),(750,670) -7468 (755,685),(750,680) -7469 (755,695),(750,690) -7470 (755,705),(750,700) -7471 (755,715),(750,710) -7472 (755,725),(750,720) -7473 (755,735),(750,730) -7474 (755,745),(750,740) -7475 (755,755),(750,750) -7476 (755,765),(750,760) -7477 (755,775),(750,770) -7478 (755,785),(750,780) -7479 (755,795),(750,790) -7480 (755,805),(750,800) -7481 (755,815),(750,810) -7482 (755,825),(750,820) -7483 (755,835),(750,830) -7484 (755,845),(750,840) -7485 (755,855),(750,850) -7486 (755,865),(750,860) -7487 (755,875),(750,870) -7488 (755,885),(750,880) -7489 (755,895),(750,890) -7490 (755,905),(750,900) -7491 (755,915),(750,910) -7492 (755,925),(750,920) -7493 (755,935),(750,930) -7494 (755,945),(750,940) -7495 (755,955),(750,950) -7496 (755,965),(750,960) -7497 (755,975),(750,970) -7498 (755,985),(750,980) -7499 (755,995),(750,990) -7500 (755,1005),(750,1000) -7501 (765,15),(760,10) -7502 (765,25),(760,20) -7503 (765,35),(760,30) -7504 (765,45),(760,40) -7505 (765,55),(760,50) -7506 (765,65),(760,60) -7507 (765,75),(760,70) -7508 (765,85),(760,80) -7509 (765,95),(760,90) -7510 (765,105),(760,100) -7511 (765,115),(760,110) -7512 (765,125),(760,120) -7513 (765,135),(760,130) -7514 (765,145),(760,140) -7515 (765,155),(760,150) -7516 (765,165),(760,160) -7517 (765,175),(760,170) -7518 (765,185),(760,180) -7519 (765,195),(760,190) -7520 (765,205),(760,200) -7521 (765,215),(760,210) -7522 (765,225),(760,220) -7523 (765,235),(760,230) -7524 (765,245),(760,240) -7525 (765,255),(760,250) -7526 (765,265),(760,260) -7527 (765,275),(760,270) -7528 (765,285),(760,280) -7529 (765,295),(760,290) -7530 (765,305),(760,300) -7531 (765,315),(760,310) -7532 (765,325),(760,320) -7533 (765,335),(760,330) -7534 (765,345),(760,340) -7535 (765,355),(760,350) -7536 (765,365),(760,360) -7537 (765,375),(760,370) -7538 (765,385),(760,380) -7539 (765,395),(760,390) -7540 (765,405),(760,400) -7541 (765,415),(760,410) -7542 (765,425),(760,420) -7543 (765,435),(760,430) -7544 (765,445),(760,440) -7545 (765,455),(760,450) -7546 (765,465),(760,460) -7547 (765,475),(760,470) -7548 (765,485),(760,480) -7549 (765,495),(760,490) -7550 (765,505),(760,500) -7551 (765,515),(760,510) -7552 (765,525),(760,520) -7553 (765,535),(760,530) -7554 (765,545),(760,540) -7555 (765,555),(760,550) -7556 (765,565),(760,560) -7557 (765,575),(760,570) -7558 (765,585),(760,580) -7559 (765,595),(760,590) -7560 (765,605),(760,600) -7561 (765,615),(760,610) -7562 (765,625),(760,620) -7563 (765,635),(760,630) -7564 (765,645),(760,640) -7565 (765,655),(760,650) -7566 (765,665),(760,660) -7567 (765,675),(760,670) -7568 (765,685),(760,680) -7569 (765,695),(760,690) -7570 (765,705),(760,700) -7571 (765,715),(760,710) -7572 (765,725),(760,720) -7573 (765,735),(760,730) -7574 (765,745),(760,740) -7575 (765,755),(760,750) -7576 (765,765),(760,760) -7577 (765,775),(760,770) -7578 (765,785),(760,780) -7579 (765,795),(760,790) -7580 (765,805),(760,800) -7581 (765,815),(760,810) -7582 (765,825),(760,820) -7583 (765,835),(760,830) -7584 (765,845),(760,840) -7585 (765,855),(760,850) -7586 (765,865),(760,860) -7587 (765,875),(760,870) -7588 (765,885),(760,880) -7589 (765,895),(760,890) -7590 (765,905),(760,900) -7591 (765,915),(760,910) -7592 (765,925),(760,920) -7593 (765,935),(760,930) -7594 (765,945),(760,940) -7595 (765,955),(760,950) -7596 (765,965),(760,960) -7597 (765,975),(760,970) -7598 (765,985),(760,980) -7599 (765,995),(760,990) -7600 (765,1005),(760,1000) -7601 (775,15),(770,10) -7602 (775,25),(770,20) -7603 (775,35),(770,30) -7604 (775,45),(770,40) -7605 (775,55),(770,50) -7606 (775,65),(770,60) -7607 (775,75),(770,70) -7608 (775,85),(770,80) -7609 (775,95),(770,90) -7610 (775,105),(770,100) -7611 (775,115),(770,110) -7612 (775,125),(770,120) -7613 (775,135),(770,130) -7614 (775,145),(770,140) -7615 (775,155),(770,150) -7616 (775,165),(770,160) -7617 (775,175),(770,170) -7618 (775,185),(770,180) -7619 (775,195),(770,190) -7620 (775,205),(770,200) -7621 (775,215),(770,210) -7622 (775,225),(770,220) -7623 (775,235),(770,230) -7624 (775,245),(770,240) -7625 (775,255),(770,250) -7626 (775,265),(770,260) -7627 (775,275),(770,270) -7628 (775,285),(770,280) -7629 (775,295),(770,290) -7630 (775,305),(770,300) -7631 (775,315),(770,310) -7632 (775,325),(770,320) -7633 (775,335),(770,330) -7634 (775,345),(770,340) -7635 (775,355),(770,350) -7636 (775,365),(770,360) -7637 (775,375),(770,370) -7638 (775,385),(770,380) -7639 (775,395),(770,390) -7640 (775,405),(770,400) -7641 (775,415),(770,410) -7642 (775,425),(770,420) -7643 (775,435),(770,430) -7644 (775,445),(770,440) -7645 (775,455),(770,450) -7646 (775,465),(770,460) -7647 (775,475),(770,470) -7648 (775,485),(770,480) -7649 (775,495),(770,490) -7650 (775,505),(770,500) -7651 (775,515),(770,510) -7652 (775,525),(770,520) -7653 (775,535),(770,530) -7654 (775,545),(770,540) -7655 (775,555),(770,550) -7656 (775,565),(770,560) -7657 (775,575),(770,570) -7658 (775,585),(770,580) -7659 (775,595),(770,590) -7660 (775,605),(770,600) -7661 (775,615),(770,610) -7662 (775,625),(770,620) -7663 (775,635),(770,630) -7664 (775,645),(770,640) -7665 (775,655),(770,650) -7666 (775,665),(770,660) -7667 (775,675),(770,670) -7668 (775,685),(770,680) -7669 (775,695),(770,690) -7670 (775,705),(770,700) -7671 (775,715),(770,710) -7672 (775,725),(770,720) -7673 (775,735),(770,730) -7674 (775,745),(770,740) -7675 (775,755),(770,750) -7676 (775,765),(770,760) -7677 (775,775),(770,770) -7678 (775,785),(770,780) -7679 (775,795),(770,790) -7680 (775,805),(770,800) -7681 (775,815),(770,810) -7682 (775,825),(770,820) -7683 (775,835),(770,830) -7684 (775,845),(770,840) -7685 (775,855),(770,850) -7686 (775,865),(770,860) -7687 (775,875),(770,870) -7688 (775,885),(770,880) -7689 (775,895),(770,890) -7690 (775,905),(770,900) -7691 (775,915),(770,910) -7692 (775,925),(770,920) -7693 (775,935),(770,930) -7694 (775,945),(770,940) -7695 (775,955),(770,950) -7696 (775,965),(770,960) -7697 (775,975),(770,970) -7698 (775,985),(770,980) -7699 (775,995),(770,990) -7700 (775,1005),(770,1000) -7701 (785,15),(780,10) -7702 (785,25),(780,20) -7703 (785,35),(780,30) -7704 (785,45),(780,40) -7705 (785,55),(780,50) -7706 (785,65),(780,60) -7707 (785,75),(780,70) -7708 (785,85),(780,80) -7709 (785,95),(780,90) -7710 (785,105),(780,100) -7711 (785,115),(780,110) -7712 (785,125),(780,120) -7713 (785,135),(780,130) -7714 (785,145),(780,140) -7715 (785,155),(780,150) -7716 (785,165),(780,160) -7717 (785,175),(780,170) -7718 (785,185),(780,180) -7719 (785,195),(780,190) -7720 (785,205),(780,200) -7721 (785,215),(780,210) -7722 (785,225),(780,220) -7723 (785,235),(780,230) -7724 (785,245),(780,240) -7725 (785,255),(780,250) -7726 (785,265),(780,260) -7727 (785,275),(780,270) -7728 (785,285),(780,280) -7729 (785,295),(780,290) -7730 (785,305),(780,300) -7731 (785,315),(780,310) -7732 (785,325),(780,320) -7733 (785,335),(780,330) -7734 (785,345),(780,340) -7735 (785,355),(780,350) -7736 (785,365),(780,360) -7737 (785,375),(780,370) -7738 (785,385),(780,380) -7739 (785,395),(780,390) -7740 (785,405),(780,400) -7741 (785,415),(780,410) -7742 (785,425),(780,420) -7743 (785,435),(780,430) -7744 (785,445),(780,440) -7745 (785,455),(780,450) -7746 (785,465),(780,460) -7747 (785,475),(780,470) -7748 (785,485),(780,480) -7749 (785,495),(780,490) -7750 (785,505),(780,500) -7751 (785,515),(780,510) -7752 (785,525),(780,520) -7753 (785,535),(780,530) -7754 (785,545),(780,540) -7755 (785,555),(780,550) -7756 (785,565),(780,560) -7757 (785,575),(780,570) -7758 (785,585),(780,580) -7759 (785,595),(780,590) -7760 (785,605),(780,600) -7761 (785,615),(780,610) -7762 (785,625),(780,620) -7763 (785,635),(780,630) -7764 (785,645),(780,640) -7765 (785,655),(780,650) -7766 (785,665),(780,660) -7767 (785,675),(780,670) -7768 (785,685),(780,680) -7769 (785,695),(780,690) -7770 (785,705),(780,700) -7771 (785,715),(780,710) -7772 (785,725),(780,720) -7773 (785,735),(780,730) -7774 (785,745),(780,740) -7775 (785,755),(780,750) -7776 (785,765),(780,760) -7777 (785,775),(780,770) -7778 (785,785),(780,780) -7779 (785,795),(780,790) -7780 (785,805),(780,800) -7781 (785,815),(780,810) -7782 (785,825),(780,820) -7783 (785,835),(780,830) -7784 (785,845),(780,840) -7785 (785,855),(780,850) -7786 (785,865),(780,860) -7787 (785,875),(780,870) -7788 (785,885),(780,880) -7789 (785,895),(780,890) -7790 (785,905),(780,900) -7791 (785,915),(780,910) -7792 (785,925),(780,920) -7793 (785,935),(780,930) -7794 (785,945),(780,940) -7795 (785,955),(780,950) -7796 (785,965),(780,960) -7797 (785,975),(780,970) -7798 (785,985),(780,980) -7799 (785,995),(780,990) -7800 (785,1005),(780,1000) -7801 (795,15),(790,10) -7802 (795,25),(790,20) -7803 (795,35),(790,30) -7804 (795,45),(790,40) -7805 (795,55),(790,50) -7806 (795,65),(790,60) -7807 (795,75),(790,70) -7808 (795,85),(790,80) -7809 (795,95),(790,90) -7810 (795,105),(790,100) -7811 (795,115),(790,110) -7812 (795,125),(790,120) -7813 (795,135),(790,130) -7814 (795,145),(790,140) -7815 (795,155),(790,150) -7816 (795,165),(790,160) -7817 (795,175),(790,170) -7818 (795,185),(790,180) -7819 (795,195),(790,190) -7820 (795,205),(790,200) -7821 (795,215),(790,210) -7822 (795,225),(790,220) -7823 (795,235),(790,230) -7824 (795,245),(790,240) -7825 (795,255),(790,250) -7826 (795,265),(790,260) -7827 (795,275),(790,270) -7828 (795,285),(790,280) -7829 (795,295),(790,290) -7830 (795,305),(790,300) -7831 (795,315),(790,310) -7832 (795,325),(790,320) -7833 (795,335),(790,330) -7834 (795,345),(790,340) -7835 (795,355),(790,350) -7836 (795,365),(790,360) -7837 (795,375),(790,370) -7838 (795,385),(790,380) -7839 (795,395),(790,390) -7840 (795,405),(790,400) -7841 (795,415),(790,410) -7842 (795,425),(790,420) -7843 (795,435),(790,430) -7844 (795,445),(790,440) -7845 (795,455),(790,450) -7846 (795,465),(790,460) -7847 (795,475),(790,470) -7848 (795,485),(790,480) -7849 (795,495),(790,490) -7850 (795,505),(790,500) -7851 (795,515),(790,510) -7852 (795,525),(790,520) -7853 (795,535),(790,530) -7854 (795,545),(790,540) -7855 (795,555),(790,550) -7856 (795,565),(790,560) -7857 (795,575),(790,570) -7858 (795,585),(790,580) -7859 (795,595),(790,590) -7860 (795,605),(790,600) -7861 (795,615),(790,610) -7862 (795,625),(790,620) -7863 (795,635),(790,630) -7864 (795,645),(790,640) -7865 (795,655),(790,650) -7866 (795,665),(790,660) -7867 (795,675),(790,670) -7868 (795,685),(790,680) -7869 (795,695),(790,690) -7870 (795,705),(790,700) -7871 (795,715),(790,710) -7872 (795,725),(790,720) -7873 (795,735),(790,730) -7874 (795,745),(790,740) -7875 (795,755),(790,750) -7876 (795,765),(790,760) -7877 (795,775),(790,770) -7878 (795,785),(790,780) -7879 (795,795),(790,790) -7880 (795,805),(790,800) -7881 (795,815),(790,810) -7882 (795,825),(790,820) -7883 (795,835),(790,830) -7884 (795,845),(790,840) -7885 (795,855),(790,850) -7886 (795,865),(790,860) -7887 (795,875),(790,870) -7888 (795,885),(790,880) -7889 (795,895),(790,890) -7890 (795,905),(790,900) -7891 (795,915),(790,910) -7892 (795,925),(790,920) -7893 (795,935),(790,930) -7894 (795,945),(790,940) -7895 (795,955),(790,950) -7896 (795,965),(790,960) -7897 (795,975),(790,970) -7898 (795,985),(790,980) -7899 (795,995),(790,990) -7900 (795,1005),(790,1000) -7901 (805,15),(800,10) -7902 (805,25),(800,20) -7903 (805,35),(800,30) -7904 (805,45),(800,40) -7905 (805,55),(800,50) -7906 (805,65),(800,60) -7907 (805,75),(800,70) -7908 (805,85),(800,80) -7909 (805,95),(800,90) -7910 (805,105),(800,100) -7911 (805,115),(800,110) -7912 (805,125),(800,120) -7913 (805,135),(800,130) -7914 (805,145),(800,140) -7915 (805,155),(800,150) -7916 (805,165),(800,160) -7917 (805,175),(800,170) -7918 (805,185),(800,180) -7919 (805,195),(800,190) -7920 (805,205),(800,200) -7921 (805,215),(800,210) -7922 (805,225),(800,220) -7923 (805,235),(800,230) -7924 (805,245),(800,240) -7925 (805,255),(800,250) -7926 (805,265),(800,260) -7927 (805,275),(800,270) -7928 (805,285),(800,280) -7929 (805,295),(800,290) -7930 (805,305),(800,300) -7931 (805,315),(800,310) -7932 (805,325),(800,320) -7933 (805,335),(800,330) -7934 (805,345),(800,340) -7935 (805,355),(800,350) -7936 (805,365),(800,360) -7937 (805,375),(800,370) -7938 (805,385),(800,380) -7939 (805,395),(800,390) -7940 (805,405),(800,400) -7941 (805,415),(800,410) -7942 (805,425),(800,420) -7943 (805,435),(800,430) -7944 (805,445),(800,440) -7945 (805,455),(800,450) -7946 (805,465),(800,460) -7947 (805,475),(800,470) -7948 (805,485),(800,480) -7949 (805,495),(800,490) -7950 (805,505),(800,500) -7951 (805,515),(800,510) -7952 (805,525),(800,520) -7953 (805,535),(800,530) -7954 (805,545),(800,540) -7955 (805,555),(800,550) -7956 (805,565),(800,560) -7957 (805,575),(800,570) -7958 (805,585),(800,580) -7959 (805,595),(800,590) -7960 (805,605),(800,600) -7961 (805,615),(800,610) -7962 (805,625),(800,620) -7963 (805,635),(800,630) -7964 (805,645),(800,640) -7965 (805,655),(800,650) -7966 (805,665),(800,660) -7967 (805,675),(800,670) -7968 (805,685),(800,680) -7969 (805,695),(800,690) -7970 (805,705),(800,700) -7971 (805,715),(800,710) -7972 (805,725),(800,720) -7973 (805,735),(800,730) -7974 (805,745),(800,740) -7975 (805,755),(800,750) -7976 (805,765),(800,760) -7977 (805,775),(800,770) -7978 (805,785),(800,780) -7979 (805,795),(800,790) -7980 (805,805),(800,800) -7981 (805,815),(800,810) -7982 (805,825),(800,820) -7983 (805,835),(800,830) -7984 (805,845),(800,840) -7985 (805,855),(800,850) -7986 (805,865),(800,860) -7987 (805,875),(800,870) -7988 (805,885),(800,880) -7989 (805,895),(800,890) -7990 (805,905),(800,900) -7991 (805,915),(800,910) -7992 (805,925),(800,920) -7993 (805,935),(800,930) -7994 (805,945),(800,940) -7995 (805,955),(800,950) -7996 (805,965),(800,960) -7997 (805,975),(800,970) -7998 (805,985),(800,980) -7999 (805,995),(800,990) -8000 (805,1005),(800,1000) -8001 (815,15),(810,10) -8002 (815,25),(810,20) -8003 (815,35),(810,30) -8004 (815,45),(810,40) -8005 (815,55),(810,50) -8006 (815,65),(810,60) -8007 (815,75),(810,70) -8008 (815,85),(810,80) -8009 (815,95),(810,90) -8010 (815,105),(810,100) -8011 (815,115),(810,110) -8012 (815,125),(810,120) -8013 (815,135),(810,130) -8014 (815,145),(810,140) -8015 (815,155),(810,150) -8016 (815,165),(810,160) -8017 (815,175),(810,170) -8018 (815,185),(810,180) -8019 (815,195),(810,190) -8020 (815,205),(810,200) -8021 (815,215),(810,210) -8022 (815,225),(810,220) -8023 (815,235),(810,230) -8024 (815,245),(810,240) -8025 (815,255),(810,250) -8026 (815,265),(810,260) -8027 (815,275),(810,270) -8028 (815,285),(810,280) -8029 (815,295),(810,290) -8030 (815,305),(810,300) -8031 (815,315),(810,310) -8032 (815,325),(810,320) -8033 (815,335),(810,330) -8034 (815,345),(810,340) -8035 (815,355),(810,350) -8036 (815,365),(810,360) -8037 (815,375),(810,370) -8038 (815,385),(810,380) -8039 (815,395),(810,390) -8040 (815,405),(810,400) -8041 (815,415),(810,410) -8042 (815,425),(810,420) -8043 (815,435),(810,430) -8044 (815,445),(810,440) -8045 (815,455),(810,450) -8046 (815,465),(810,460) -8047 (815,475),(810,470) -8048 (815,485),(810,480) -8049 (815,495),(810,490) -8050 (815,505),(810,500) -8051 (815,515),(810,510) -8052 (815,525),(810,520) -8053 (815,535),(810,530) -8054 (815,545),(810,540) -8055 (815,555),(810,550) -8056 (815,565),(810,560) -8057 (815,575),(810,570) -8058 (815,585),(810,580) -8059 (815,595),(810,590) -8060 (815,605),(810,600) -8061 (815,615),(810,610) -8062 (815,625),(810,620) -8063 (815,635),(810,630) -8064 (815,645),(810,640) -8065 (815,655),(810,650) -8066 (815,665),(810,660) -8067 (815,675),(810,670) -8068 (815,685),(810,680) -8069 (815,695),(810,690) -8070 (815,705),(810,700) -8071 (815,715),(810,710) -8072 (815,725),(810,720) -8073 (815,735),(810,730) -8074 (815,745),(810,740) -8075 (815,755),(810,750) -8076 (815,765),(810,760) -8077 (815,775),(810,770) -8078 (815,785),(810,780) -8079 (815,795),(810,790) -8080 (815,805),(810,800) -8081 (815,815),(810,810) -8082 (815,825),(810,820) -8083 (815,835),(810,830) -8084 (815,845),(810,840) -8085 (815,855),(810,850) -8086 (815,865),(810,860) -8087 (815,875),(810,870) -8088 (815,885),(810,880) -8089 (815,895),(810,890) -8090 (815,905),(810,900) -8091 (815,915),(810,910) -8092 (815,925),(810,920) -8093 (815,935),(810,930) -8094 (815,945),(810,940) -8095 (815,955),(810,950) -8096 (815,965),(810,960) -8097 (815,975),(810,970) -8098 (815,985),(810,980) -8099 (815,995),(810,990) -8100 (815,1005),(810,1000) -8101 (825,15),(820,10) -8102 (825,25),(820,20) -8103 (825,35),(820,30) -8104 (825,45),(820,40) -8105 (825,55),(820,50) -8106 (825,65),(820,60) -8107 (825,75),(820,70) -8108 (825,85),(820,80) -8109 (825,95),(820,90) -8110 (825,105),(820,100) -8111 (825,115),(820,110) -8112 (825,125),(820,120) -8113 (825,135),(820,130) -8114 (825,145),(820,140) -8115 (825,155),(820,150) -8116 (825,165),(820,160) -8117 (825,175),(820,170) -8118 (825,185),(820,180) -8119 (825,195),(820,190) -8120 (825,205),(820,200) -8121 (825,215),(820,210) -8122 (825,225),(820,220) -8123 (825,235),(820,230) -8124 (825,245),(820,240) -8125 (825,255),(820,250) -8126 (825,265),(820,260) -8127 (825,275),(820,270) -8128 (825,285),(820,280) -8129 (825,295),(820,290) -8130 (825,305),(820,300) -8131 (825,315),(820,310) -8132 (825,325),(820,320) -8133 (825,335),(820,330) -8134 (825,345),(820,340) -8135 (825,355),(820,350) -8136 (825,365),(820,360) -8137 (825,375),(820,370) -8138 (825,385),(820,380) -8139 (825,395),(820,390) -8140 (825,405),(820,400) -8141 (825,415),(820,410) -8142 (825,425),(820,420) -8143 (825,435),(820,430) -8144 (825,445),(820,440) -8145 (825,455),(820,450) -8146 (825,465),(820,460) -8147 (825,475),(820,470) -8148 (825,485),(820,480) -8149 (825,495),(820,490) -8150 (825,505),(820,500) -8151 (825,515),(820,510) -8152 (825,525),(820,520) -8153 (825,535),(820,530) -8154 (825,545),(820,540) -8155 (825,555),(820,550) -8156 (825,565),(820,560) -8157 (825,575),(820,570) -8158 (825,585),(820,580) -8159 (825,595),(820,590) -8160 (825,605),(820,600) -8161 (825,615),(820,610) -8162 (825,625),(820,620) -8163 (825,635),(820,630) -8164 (825,645),(820,640) -8165 (825,655),(820,650) -8166 (825,665),(820,660) -8167 (825,675),(820,670) -8168 (825,685),(820,680) -8169 (825,695),(820,690) -8170 (825,705),(820,700) -8171 (825,715),(820,710) -8172 (825,725),(820,720) -8173 (825,735),(820,730) -8174 (825,745),(820,740) -8175 (825,755),(820,750) -8176 (825,765),(820,760) -8177 (825,775),(820,770) -8178 (825,785),(820,780) -8179 (825,795),(820,790) -8180 (825,805),(820,800) -8181 (825,815),(820,810) -8182 (825,825),(820,820) -8183 (825,835),(820,830) -8184 (825,845),(820,840) -8185 (825,855),(820,850) -8186 (825,865),(820,860) -8187 (825,875),(820,870) -8188 (825,885),(820,880) -8189 (825,895),(820,890) -8190 (825,905),(820,900) -8191 (825,915),(820,910) -8192 (825,925),(820,920) -8193 (825,935),(820,930) -8194 (825,945),(820,940) -8195 (825,955),(820,950) -8196 (825,965),(820,960) -8197 (825,975),(820,970) -8198 (825,985),(820,980) -8199 (825,995),(820,990) -8200 (825,1005),(820,1000) -8201 (835,15),(830,10) -8202 (835,25),(830,20) -8203 (835,35),(830,30) -8204 (835,45),(830,40) -8205 (835,55),(830,50) -8206 (835,65),(830,60) -8207 (835,75),(830,70) -8208 (835,85),(830,80) -8209 (835,95),(830,90) -8210 (835,105),(830,100) -8211 (835,115),(830,110) -8212 (835,125),(830,120) -8213 (835,135),(830,130) -8214 (835,145),(830,140) -8215 (835,155),(830,150) -8216 (835,165),(830,160) -8217 (835,175),(830,170) -8218 (835,185),(830,180) -8219 (835,195),(830,190) -8220 (835,205),(830,200) -8221 (835,215),(830,210) -8222 (835,225),(830,220) -8223 (835,235),(830,230) -8224 (835,245),(830,240) -8225 (835,255),(830,250) -8226 (835,265),(830,260) -8227 (835,275),(830,270) -8228 (835,285),(830,280) -8229 (835,295),(830,290) -8230 (835,305),(830,300) -8231 (835,315),(830,310) -8232 (835,325),(830,320) -8233 (835,335),(830,330) -8234 (835,345),(830,340) -8235 (835,355),(830,350) -8236 (835,365),(830,360) -8237 (835,375),(830,370) -8238 (835,385),(830,380) -8239 (835,395),(830,390) -8240 (835,405),(830,400) -8241 (835,415),(830,410) -8242 (835,425),(830,420) -8243 (835,435),(830,430) -8244 (835,445),(830,440) -8245 (835,455),(830,450) -8246 (835,465),(830,460) -8247 (835,475),(830,470) -8248 (835,485),(830,480) -8249 (835,495),(830,490) -8250 (835,505),(830,500) -8251 (835,515),(830,510) -8252 (835,525),(830,520) -8253 (835,535),(830,530) -8254 (835,545),(830,540) -8255 (835,555),(830,550) -8256 (835,565),(830,560) -8257 (835,575),(830,570) -8258 (835,585),(830,580) -8259 (835,595),(830,590) -8260 (835,605),(830,600) -8261 (835,615),(830,610) -8262 (835,625),(830,620) -8263 (835,635),(830,630) -8264 (835,645),(830,640) -8265 (835,655),(830,650) -8266 (835,665),(830,660) -8267 (835,675),(830,670) -8268 (835,685),(830,680) -8269 (835,695),(830,690) -8270 (835,705),(830,700) -8271 (835,715),(830,710) -8272 (835,725),(830,720) -8273 (835,735),(830,730) -8274 (835,745),(830,740) -8275 (835,755),(830,750) -8276 (835,765),(830,760) -8277 (835,775),(830,770) -8278 (835,785),(830,780) -8279 (835,795),(830,790) -8280 (835,805),(830,800) -8281 (835,815),(830,810) -8282 (835,825),(830,820) -8283 (835,835),(830,830) -8284 (835,845),(830,840) -8285 (835,855),(830,850) -8286 (835,865),(830,860) -8287 (835,875),(830,870) -8288 (835,885),(830,880) -8289 (835,895),(830,890) -8290 (835,905),(830,900) -8291 (835,915),(830,910) -8292 (835,925),(830,920) -8293 (835,935),(830,930) -8294 (835,945),(830,940) -8295 (835,955),(830,950) -8296 (835,965),(830,960) -8297 (835,975),(830,970) -8298 (835,985),(830,980) -8299 (835,995),(830,990) -8300 (835,1005),(830,1000) -8301 (845,15),(840,10) -8302 (845,25),(840,20) -8303 (845,35),(840,30) -8304 (845,45),(840,40) -8305 (845,55),(840,50) -8306 (845,65),(840,60) -8307 (845,75),(840,70) -8308 (845,85),(840,80) -8309 (845,95),(840,90) -8310 (845,105),(840,100) -8311 (845,115),(840,110) -8312 (845,125),(840,120) -8313 (845,135),(840,130) -8314 (845,145),(840,140) -8315 (845,155),(840,150) -8316 (845,165),(840,160) -8317 (845,175),(840,170) -8318 (845,185),(840,180) -8319 (845,195),(840,190) -8320 (845,205),(840,200) -8321 (845,215),(840,210) -8322 (845,225),(840,220) -8323 (845,235),(840,230) -8324 (845,245),(840,240) -8325 (845,255),(840,250) -8326 (845,265),(840,260) -8327 (845,275),(840,270) -8328 (845,285),(840,280) -8329 (845,295),(840,290) -8330 (845,305),(840,300) -8331 (845,315),(840,310) -8332 (845,325),(840,320) -8333 (845,335),(840,330) -8334 (845,345),(840,340) -8335 (845,355),(840,350) -8336 (845,365),(840,360) -8337 (845,375),(840,370) -8338 (845,385),(840,380) -8339 (845,395),(840,390) -8340 (845,405),(840,400) -8341 (845,415),(840,410) -8342 (845,425),(840,420) -8343 (845,435),(840,430) -8344 (845,445),(840,440) -8345 (845,455),(840,450) -8346 (845,465),(840,460) -8347 (845,475),(840,470) -8348 (845,485),(840,480) -8349 (845,495),(840,490) -8350 (845,505),(840,500) -8351 (845,515),(840,510) -8352 (845,525),(840,520) -8353 (845,535),(840,530) -8354 (845,545),(840,540) -8355 (845,555),(840,550) -8356 (845,565),(840,560) -8357 (845,575),(840,570) -8358 (845,585),(840,580) -8359 (845,595),(840,590) -8360 (845,605),(840,600) -8361 (845,615),(840,610) -8362 (845,625),(840,620) -8363 (845,635),(840,630) -8364 (845,645),(840,640) -8365 (845,655),(840,650) -8366 (845,665),(840,660) -8367 (845,675),(840,670) -8368 (845,685),(840,680) -8369 (845,695),(840,690) -8370 (845,705),(840,700) -8371 (845,715),(840,710) -8372 (845,725),(840,720) -8373 (845,735),(840,730) -8374 (845,745),(840,740) -8375 (845,755),(840,750) -8376 (845,765),(840,760) -8377 (845,775),(840,770) -8378 (845,785),(840,780) -8379 (845,795),(840,790) -8380 (845,805),(840,800) -8381 (845,815),(840,810) -8382 (845,825),(840,820) -8383 (845,835),(840,830) -8384 (845,845),(840,840) -8385 (845,855),(840,850) -8386 (845,865),(840,860) -8387 (845,875),(840,870) -8388 (845,885),(840,880) -8389 (845,895),(840,890) -8390 (845,905),(840,900) -8391 (845,915),(840,910) -8392 (845,925),(840,920) -8393 (845,935),(840,930) -8394 (845,945),(840,940) -8395 (845,955),(840,950) -8396 (845,965),(840,960) -8397 (845,975),(840,970) -8398 (845,985),(840,980) -8399 (845,995),(840,990) -8400 (845,1005),(840,1000) -8401 (855,15),(850,10) -8402 (855,25),(850,20) -8403 (855,35),(850,30) -8404 (855,45),(850,40) -8405 (855,55),(850,50) -8406 (855,65),(850,60) -8407 (855,75),(850,70) -8408 (855,85),(850,80) -8409 (855,95),(850,90) -8410 (855,105),(850,100) -8411 (855,115),(850,110) -8412 (855,125),(850,120) -8413 (855,135),(850,130) -8414 (855,145),(850,140) -8415 (855,155),(850,150) -8416 (855,165),(850,160) -8417 (855,175),(850,170) -8418 (855,185),(850,180) -8419 (855,195),(850,190) -8420 (855,205),(850,200) -8421 (855,215),(850,210) -8422 (855,225),(850,220) -8423 (855,235),(850,230) -8424 (855,245),(850,240) -8425 (855,255),(850,250) -8426 (855,265),(850,260) -8427 (855,275),(850,270) -8428 (855,285),(850,280) -8429 (855,295),(850,290) -8430 (855,305),(850,300) -8431 (855,315),(850,310) -8432 (855,325),(850,320) -8433 (855,335),(850,330) -8434 (855,345),(850,340) -8435 (855,355),(850,350) -8436 (855,365),(850,360) -8437 (855,375),(850,370) -8438 (855,385),(850,380) -8439 (855,395),(850,390) -8440 (855,405),(850,400) -8441 (855,415),(850,410) -8442 (855,425),(850,420) -8443 (855,435),(850,430) -8444 (855,445),(850,440) -8445 (855,455),(850,450) -8446 (855,465),(850,460) -8447 (855,475),(850,470) -8448 (855,485),(850,480) -8449 (855,495),(850,490) -8450 (855,505),(850,500) -8451 (855,515),(850,510) -8452 (855,525),(850,520) -8453 (855,535),(850,530) -8454 (855,545),(850,540) -8455 (855,555),(850,550) -8456 (855,565),(850,560) -8457 (855,575),(850,570) -8458 (855,585),(850,580) -8459 (855,595),(850,590) -8460 (855,605),(850,600) -8461 (855,615),(850,610) -8462 (855,625),(850,620) -8463 (855,635),(850,630) -8464 (855,645),(850,640) -8465 (855,655),(850,650) -8466 (855,665),(850,660) -8467 (855,675),(850,670) -8468 (855,685),(850,680) -8469 (855,695),(850,690) -8470 (855,705),(850,700) -8471 (855,715),(850,710) -8472 (855,725),(850,720) -8473 (855,735),(850,730) -8474 (855,745),(850,740) -8475 (855,755),(850,750) -8476 (855,765),(850,760) -8477 (855,775),(850,770) -8478 (855,785),(850,780) -8479 (855,795),(850,790) -8480 (855,805),(850,800) -8481 (855,815),(850,810) -8482 (855,825),(850,820) -8483 (855,835),(850,830) -8484 (855,845),(850,840) -8485 (855,855),(850,850) -8486 (855,865),(850,860) -8487 (855,875),(850,870) -8488 (855,885),(850,880) -8489 (855,895),(850,890) -8490 (855,905),(850,900) -8491 (855,915),(850,910) -8492 (855,925),(850,920) -8493 (855,935),(850,930) -8494 (855,945),(850,940) -8495 (855,955),(850,950) -8496 (855,965),(850,960) -8497 (855,975),(850,970) -8498 (855,985),(850,980) -8499 (855,995),(850,990) -8500 (855,1005),(850,1000) -8501 (865,15),(860,10) -8502 (865,25),(860,20) -8503 (865,35),(860,30) -8504 (865,45),(860,40) -8505 (865,55),(860,50) -8506 (865,65),(860,60) -8507 (865,75),(860,70) -8508 (865,85),(860,80) -8509 (865,95),(860,90) -8510 (865,105),(860,100) -8511 (865,115),(860,110) -8512 (865,125),(860,120) -8513 (865,135),(860,130) -8514 (865,145),(860,140) -8515 (865,155),(860,150) -8516 (865,165),(860,160) -8517 (865,175),(860,170) -8518 (865,185),(860,180) -8519 (865,195),(860,190) -8520 (865,205),(860,200) -8521 (865,215),(860,210) -8522 (865,225),(860,220) -8523 (865,235),(860,230) -8524 (865,245),(860,240) -8525 (865,255),(860,250) -8526 (865,265),(860,260) -8527 (865,275),(860,270) -8528 (865,285),(860,280) -8529 (865,295),(860,290) -8530 (865,305),(860,300) -8531 (865,315),(860,310) -8532 (865,325),(860,320) -8533 (865,335),(860,330) -8534 (865,345),(860,340) -8535 (865,355),(860,350) -8536 (865,365),(860,360) -8537 (865,375),(860,370) -8538 (865,385),(860,380) -8539 (865,395),(860,390) -8540 (865,405),(860,400) -8541 (865,415),(860,410) -8542 (865,425),(860,420) -8543 (865,435),(860,430) -8544 (865,445),(860,440) -8545 (865,455),(860,450) -8546 (865,465),(860,460) -8547 (865,475),(860,470) -8548 (865,485),(860,480) -8549 (865,495),(860,490) -8550 (865,505),(860,500) -8551 (865,515),(860,510) -8552 (865,525),(860,520) -8553 (865,535),(860,530) -8554 (865,545),(860,540) -8555 (865,555),(860,550) -8556 (865,565),(860,560) -8557 (865,575),(860,570) -8558 (865,585),(860,580) -8559 (865,595),(860,590) -8560 (865,605),(860,600) -8561 (865,615),(860,610) -8562 (865,625),(860,620) -8563 (865,635),(860,630) -8564 (865,645),(860,640) -8565 (865,655),(860,650) -8566 (865,665),(860,660) -8567 (865,675),(860,670) -8568 (865,685),(860,680) -8569 (865,695),(860,690) -8570 (865,705),(860,700) -8571 (865,715),(860,710) -8572 (865,725),(860,720) -8573 (865,735),(860,730) -8574 (865,745),(860,740) -8575 (865,755),(860,750) -8576 (865,765),(860,760) -8577 (865,775),(860,770) -8578 (865,785),(860,780) -8579 (865,795),(860,790) -8580 (865,805),(860,800) -8581 (865,815),(860,810) -8582 (865,825),(860,820) -8583 (865,835),(860,830) -8584 (865,845),(860,840) -8585 (865,855),(860,850) -8586 (865,865),(860,860) -8587 (865,875),(860,870) -8588 (865,885),(860,880) -8589 (865,895),(860,890) -8590 (865,905),(860,900) -8591 (865,915),(860,910) -8592 (865,925),(860,920) -8593 (865,935),(860,930) -8594 (865,945),(860,940) -8595 (865,955),(860,950) -8596 (865,965),(860,960) -8597 (865,975),(860,970) -8598 (865,985),(860,980) -8599 (865,995),(860,990) -8600 (865,1005),(860,1000) -8601 (875,15),(870,10) -8602 (875,25),(870,20) -8603 (875,35),(870,30) -8604 (875,45),(870,40) -8605 (875,55),(870,50) -8606 (875,65),(870,60) -8607 (875,75),(870,70) -8608 (875,85),(870,80) -8609 (875,95),(870,90) -8610 (875,105),(870,100) -8611 (875,115),(870,110) -8612 (875,125),(870,120) -8613 (875,135),(870,130) -8614 (875,145),(870,140) -8615 (875,155),(870,150) -8616 (875,165),(870,160) -8617 (875,175),(870,170) -8618 (875,185),(870,180) -8619 (875,195),(870,190) -8620 (875,205),(870,200) -8621 (875,215),(870,210) -8622 (875,225),(870,220) -8623 (875,235),(870,230) -8624 (875,245),(870,240) -8625 (875,255),(870,250) -8626 (875,265),(870,260) -8627 (875,275),(870,270) -8628 (875,285),(870,280) -8629 (875,295),(870,290) -8630 (875,305),(870,300) -8631 (875,315),(870,310) -8632 (875,325),(870,320) -8633 (875,335),(870,330) -8634 (875,345),(870,340) -8635 (875,355),(870,350) -8636 (875,365),(870,360) -8637 (875,375),(870,370) -8638 (875,385),(870,380) -8639 (875,395),(870,390) -8640 (875,405),(870,400) -8641 (875,415),(870,410) -8642 (875,425),(870,420) -8643 (875,435),(870,430) -8644 (875,445),(870,440) -8645 (875,455),(870,450) -8646 (875,465),(870,460) -8647 (875,475),(870,470) -8648 (875,485),(870,480) -8649 (875,495),(870,490) -8650 (875,505),(870,500) -8651 (875,515),(870,510) -8652 (875,525),(870,520) -8653 (875,535),(870,530) -8654 (875,545),(870,540) -8655 (875,555),(870,550) -8656 (875,565),(870,560) -8657 (875,575),(870,570) -8658 (875,585),(870,580) -8659 (875,595),(870,590) -8660 (875,605),(870,600) -8661 (875,615),(870,610) -8662 (875,625),(870,620) -8663 (875,635),(870,630) -8664 (875,645),(870,640) -8665 (875,655),(870,650) -8666 (875,665),(870,660) -8667 (875,675),(870,670) -8668 (875,685),(870,680) -8669 (875,695),(870,690) -8670 (875,705),(870,700) -8671 (875,715),(870,710) -8672 (875,725),(870,720) -8673 (875,735),(870,730) -8674 (875,745),(870,740) -8675 (875,755),(870,750) -8676 (875,765),(870,760) -8677 (875,775),(870,770) -8678 (875,785),(870,780) -8679 (875,795),(870,790) -8680 (875,805),(870,800) -8681 (875,815),(870,810) -8682 (875,825),(870,820) -8683 (875,835),(870,830) -8684 (875,845),(870,840) -8685 (875,855),(870,850) -8686 (875,865),(870,860) -8687 (875,875),(870,870) -8688 (875,885),(870,880) -8689 (875,895),(870,890) -8690 (875,905),(870,900) -8691 (875,915),(870,910) -8692 (875,925),(870,920) -8693 (875,935),(870,930) -8694 (875,945),(870,940) -8695 (875,955),(870,950) -8696 (875,965),(870,960) -8697 (875,975),(870,970) -8698 (875,985),(870,980) -8699 (875,995),(870,990) -8700 (875,1005),(870,1000) -8701 (885,15),(880,10) -8702 (885,25),(880,20) -8703 (885,35),(880,30) -8704 (885,45),(880,40) -8705 (885,55),(880,50) -8706 (885,65),(880,60) -8707 (885,75),(880,70) -8708 (885,85),(880,80) -8709 (885,95),(880,90) -8710 (885,105),(880,100) -8711 (885,115),(880,110) -8712 (885,125),(880,120) -8713 (885,135),(880,130) -8714 (885,145),(880,140) -8715 (885,155),(880,150) -8716 (885,165),(880,160) -8717 (885,175),(880,170) -8718 (885,185),(880,180) -8719 (885,195),(880,190) -8720 (885,205),(880,200) -8721 (885,215),(880,210) -8722 (885,225),(880,220) -8723 (885,235),(880,230) -8724 (885,245),(880,240) -8725 (885,255),(880,250) -8726 (885,265),(880,260) -8727 (885,275),(880,270) -8728 (885,285),(880,280) -8729 (885,295),(880,290) -8730 (885,305),(880,300) -8731 (885,315),(880,310) -8732 (885,325),(880,320) -8733 (885,335),(880,330) -8734 (885,345),(880,340) -8735 (885,355),(880,350) -8736 (885,365),(880,360) -8737 (885,375),(880,370) -8738 (885,385),(880,380) -8739 (885,395),(880,390) -8740 (885,405),(880,400) -8741 (885,415),(880,410) -8742 (885,425),(880,420) -8743 (885,435),(880,430) -8744 (885,445),(880,440) -8745 (885,455),(880,450) -8746 (885,465),(880,460) -8747 (885,475),(880,470) -8748 (885,485),(880,480) -8749 (885,495),(880,490) -8750 (885,505),(880,500) -8751 (885,515),(880,510) -8752 (885,525),(880,520) -8753 (885,535),(880,530) -8754 (885,545),(880,540) -8755 (885,555),(880,550) -8756 (885,565),(880,560) -8757 (885,575),(880,570) -8758 (885,585),(880,580) -8759 (885,595),(880,590) -8760 (885,605),(880,600) -8761 (885,615),(880,610) -8762 (885,625),(880,620) -8763 (885,635),(880,630) -8764 (885,645),(880,640) -8765 (885,655),(880,650) -8766 (885,665),(880,660) -8767 (885,675),(880,670) -8768 (885,685),(880,680) -8769 (885,695),(880,690) -8770 (885,705),(880,700) -8771 (885,715),(880,710) -8772 (885,725),(880,720) -8773 (885,735),(880,730) -8774 (885,745),(880,740) -8775 (885,755),(880,750) -8776 (885,765),(880,760) -8777 (885,775),(880,770) -8778 (885,785),(880,780) -8779 (885,795),(880,790) -8780 (885,805),(880,800) -8781 (885,815),(880,810) -8782 (885,825),(880,820) -8783 (885,835),(880,830) -8784 (885,845),(880,840) -8785 (885,855),(880,850) -8786 (885,865),(880,860) -8787 (885,875),(880,870) -8788 (885,885),(880,880) -8789 (885,895),(880,890) -8790 (885,905),(880,900) -8791 (885,915),(880,910) -8792 (885,925),(880,920) -8793 (885,935),(880,930) -8794 (885,945),(880,940) -8795 (885,955),(880,950) -8796 (885,965),(880,960) -8797 (885,975),(880,970) -8798 (885,985),(880,980) -8799 (885,995),(880,990) -8800 (885,1005),(880,1000) -8801 (895,15),(890,10) -8802 (895,25),(890,20) -8803 (895,35),(890,30) -8804 (895,45),(890,40) -8805 (895,55),(890,50) -8806 (895,65),(890,60) -8807 (895,75),(890,70) -8808 (895,85),(890,80) -8809 (895,95),(890,90) -8810 (895,105),(890,100) -8811 (895,115),(890,110) -8812 (895,125),(890,120) -8813 (895,135),(890,130) -8814 (895,145),(890,140) -8815 (895,155),(890,150) -8816 (895,165),(890,160) -8817 (895,175),(890,170) -8818 (895,185),(890,180) -8819 (895,195),(890,190) -8820 (895,205),(890,200) -8821 (895,215),(890,210) -8822 (895,225),(890,220) -8823 (895,235),(890,230) -8824 (895,245),(890,240) -8825 (895,255),(890,250) -8826 (895,265),(890,260) -8827 (895,275),(890,270) -8828 (895,285),(890,280) -8829 (895,295),(890,290) -8830 (895,305),(890,300) -8831 (895,315),(890,310) -8832 (895,325),(890,320) -8833 (895,335),(890,330) -8834 (895,345),(890,340) -8835 (895,355),(890,350) -8836 (895,365),(890,360) -8837 (895,375),(890,370) -8838 (895,385),(890,380) -8839 (895,395),(890,390) -8840 (895,405),(890,400) -8841 (895,415),(890,410) -8842 (895,425),(890,420) -8843 (895,435),(890,430) -8844 (895,445),(890,440) -8845 (895,455),(890,450) -8846 (895,465),(890,460) -8847 (895,475),(890,470) -8848 (895,485),(890,480) -8849 (895,495),(890,490) -8850 (895,505),(890,500) -8851 (895,515),(890,510) -8852 (895,525),(890,520) -8853 (895,535),(890,530) -8854 (895,545),(890,540) -8855 (895,555),(890,550) -8856 (895,565),(890,560) -8857 (895,575),(890,570) -8858 (895,585),(890,580) -8859 (895,595),(890,590) -8860 (895,605),(890,600) -8861 (895,615),(890,610) -8862 (895,625),(890,620) -8863 (895,635),(890,630) -8864 (895,645),(890,640) -8865 (895,655),(890,650) -8866 (895,665),(890,660) -8867 (895,675),(890,670) -8868 (895,685),(890,680) -8869 (895,695),(890,690) -8870 (895,705),(890,700) -8871 (895,715),(890,710) -8872 (895,725),(890,720) -8873 (895,735),(890,730) -8874 (895,745),(890,740) -8875 (895,755),(890,750) -8876 (895,765),(890,760) -8877 (895,775),(890,770) -8878 (895,785),(890,780) -8879 (895,795),(890,790) -8880 (895,805),(890,800) -8881 (895,815),(890,810) -8882 (895,825),(890,820) -8883 (895,835),(890,830) -8884 (895,845),(890,840) -8885 (895,855),(890,850) -8886 (895,865),(890,860) -8887 (895,875),(890,870) -8888 (895,885),(890,880) -8889 (895,895),(890,890) -8890 (895,905),(890,900) -8891 (895,915),(890,910) -8892 (895,925),(890,920) -8893 (895,935),(890,930) -8894 (895,945),(890,940) -8895 (895,955),(890,950) -8896 (895,965),(890,960) -8897 (895,975),(890,970) -8898 (895,985),(890,980) -8899 (895,995),(890,990) -8900 (895,1005),(890,1000) -8901 (905,15),(900,10) -8902 (905,25),(900,20) -8903 (905,35),(900,30) -8904 (905,45),(900,40) -8905 (905,55),(900,50) -8906 (905,65),(900,60) -8907 (905,75),(900,70) -8908 (905,85),(900,80) -8909 (905,95),(900,90) -8910 (905,105),(900,100) -8911 (905,115),(900,110) -8912 (905,125),(900,120) -8913 (905,135),(900,130) -8914 (905,145),(900,140) -8915 (905,155),(900,150) -8916 (905,165),(900,160) -8917 (905,175),(900,170) -8918 (905,185),(900,180) -8919 (905,195),(900,190) -8920 (905,205),(900,200) -8921 (905,215),(900,210) -8922 (905,225),(900,220) -8923 (905,235),(900,230) -8924 (905,245),(900,240) -8925 (905,255),(900,250) -8926 (905,265),(900,260) -8927 (905,275),(900,270) -8928 (905,285),(900,280) -8929 (905,295),(900,290) -8930 (905,305),(900,300) -8931 (905,315),(900,310) -8932 (905,325),(900,320) -8933 (905,335),(900,330) -8934 (905,345),(900,340) -8935 (905,355),(900,350) -8936 (905,365),(900,360) -8937 (905,375),(900,370) -8938 (905,385),(900,380) -8939 (905,395),(900,390) -8940 (905,405),(900,400) -8941 (905,415),(900,410) -8942 (905,425),(900,420) -8943 (905,435),(900,430) -8944 (905,445),(900,440) -8945 (905,455),(900,450) -8946 (905,465),(900,460) -8947 (905,475),(900,470) -8948 (905,485),(900,480) -8949 (905,495),(900,490) -8950 (905,505),(900,500) -8951 (905,515),(900,510) -8952 (905,525),(900,520) -8953 (905,535),(900,530) -8954 (905,545),(900,540) -8955 (905,555),(900,550) -8956 (905,565),(900,560) -8957 (905,575),(900,570) -8958 (905,585),(900,580) -8959 (905,595),(900,590) -8960 (905,605),(900,600) -8961 (905,615),(900,610) -8962 (905,625),(900,620) -8963 (905,635),(900,630) -8964 (905,645),(900,640) -8965 (905,655),(900,650) -8966 (905,665),(900,660) -8967 (905,675),(900,670) -8968 (905,685),(900,680) -8969 (905,695),(900,690) -8970 (905,705),(900,700) -8971 (905,715),(900,710) -8972 (905,725),(900,720) -8973 (905,735),(900,730) -8974 (905,745),(900,740) -8975 (905,755),(900,750) -8976 (905,765),(900,760) -8977 (905,775),(900,770) -8978 (905,785),(900,780) -8979 (905,795),(900,790) -8980 (905,805),(900,800) -8981 (905,815),(900,810) -8982 (905,825),(900,820) -8983 (905,835),(900,830) -8984 (905,845),(900,840) -8985 (905,855),(900,850) -8986 (905,865),(900,860) -8987 (905,875),(900,870) -8988 (905,885),(900,880) -8989 (905,895),(900,890) -8990 (905,905),(900,900) -8991 (905,915),(900,910) -8992 (905,925),(900,920) -8993 (905,935),(900,930) -8994 (905,945),(900,940) -8995 (905,955),(900,950) -8996 (905,965),(900,960) -8997 (905,975),(900,970) -8998 (905,985),(900,980) -8999 (905,995),(900,990) -9000 (905,1005),(900,1000) -9001 (915,15),(910,10) -9002 (915,25),(910,20) -9003 (915,35),(910,30) -9004 (915,45),(910,40) -9005 (915,55),(910,50) -9006 (915,65),(910,60) -9007 (915,75),(910,70) -9008 (915,85),(910,80) -9009 (915,95),(910,90) -9010 (915,105),(910,100) -9011 (915,115),(910,110) -9012 (915,125),(910,120) -9013 (915,135),(910,130) -9014 (915,145),(910,140) -9015 (915,155),(910,150) -9016 (915,165),(910,160) -9017 (915,175),(910,170) -9018 (915,185),(910,180) -9019 (915,195),(910,190) -9020 (915,205),(910,200) -9021 (915,215),(910,210) -9022 (915,225),(910,220) -9023 (915,235),(910,230) -9024 (915,245),(910,240) -9025 (915,255),(910,250) -9026 (915,265),(910,260) -9027 (915,275),(910,270) -9028 (915,285),(910,280) -9029 (915,295),(910,290) -9030 (915,305),(910,300) -9031 (915,315),(910,310) -9032 (915,325),(910,320) -9033 (915,335),(910,330) -9034 (915,345),(910,340) -9035 (915,355),(910,350) -9036 (915,365),(910,360) -9037 (915,375),(910,370) -9038 (915,385),(910,380) -9039 (915,395),(910,390) -9040 (915,405),(910,400) -9041 (915,415),(910,410) -9042 (915,425),(910,420) -9043 (915,435),(910,430) -9044 (915,445),(910,440) -9045 (915,455),(910,450) -9046 (915,465),(910,460) -9047 (915,475),(910,470) -9048 (915,485),(910,480) -9049 (915,495),(910,490) -9050 (915,505),(910,500) -9051 (915,515),(910,510) -9052 (915,525),(910,520) -9053 (915,535),(910,530) -9054 (915,545),(910,540) -9055 (915,555),(910,550) -9056 (915,565),(910,560) -9057 (915,575),(910,570) -9058 (915,585),(910,580) -9059 (915,595),(910,590) -9060 (915,605),(910,600) -9061 (915,615),(910,610) -9062 (915,625),(910,620) -9063 (915,635),(910,630) -9064 (915,645),(910,640) -9065 (915,655),(910,650) -9066 (915,665),(910,660) -9067 (915,675),(910,670) -9068 (915,685),(910,680) -9069 (915,695),(910,690) -9070 (915,705),(910,700) -9071 (915,715),(910,710) -9072 (915,725),(910,720) -9073 (915,735),(910,730) -9074 (915,745),(910,740) -9075 (915,755),(910,750) -9076 (915,765),(910,760) -9077 (915,775),(910,770) -9078 (915,785),(910,780) -9079 (915,795),(910,790) -9080 (915,805),(910,800) -9081 (915,815),(910,810) -9082 (915,825),(910,820) -9083 (915,835),(910,830) -9084 (915,845),(910,840) -9085 (915,855),(910,850) -9086 (915,865),(910,860) -9087 (915,875),(910,870) -9088 (915,885),(910,880) -9089 (915,895),(910,890) -9090 (915,905),(910,900) -9091 (915,915),(910,910) -9092 (915,925),(910,920) -9093 (915,935),(910,930) -9094 (915,945),(910,940) -9095 (915,955),(910,950) -9096 (915,965),(910,960) -9097 (915,975),(910,970) -9098 (915,985),(910,980) -9099 (915,995),(910,990) -9100 (915,1005),(910,1000) -9101 (925,15),(920,10) -9102 (925,25),(920,20) -9103 (925,35),(920,30) -9104 (925,45),(920,40) -9105 (925,55),(920,50) -9106 (925,65),(920,60) -9107 (925,75),(920,70) -9108 (925,85),(920,80) -9109 (925,95),(920,90) -9110 (925,105),(920,100) -9111 (925,115),(920,110) -9112 (925,125),(920,120) -9113 (925,135),(920,130) -9114 (925,145),(920,140) -9115 (925,155),(920,150) -9116 (925,165),(920,160) -9117 (925,175),(920,170) -9118 (925,185),(920,180) -9119 (925,195),(920,190) -9120 (925,205),(920,200) -9121 (925,215),(920,210) -9122 (925,225),(920,220) -9123 (925,235),(920,230) -9124 (925,245),(920,240) -9125 (925,255),(920,250) -9126 (925,265),(920,260) -9127 (925,275),(920,270) -9128 (925,285),(920,280) -9129 (925,295),(920,290) -9130 (925,305),(920,300) -9131 (925,315),(920,310) -9132 (925,325),(920,320) -9133 (925,335),(920,330) -9134 (925,345),(920,340) -9135 (925,355),(920,350) -9136 (925,365),(920,360) -9137 (925,375),(920,370) -9138 (925,385),(920,380) -9139 (925,395),(920,390) -9140 (925,405),(920,400) -9141 (925,415),(920,410) -9142 (925,425),(920,420) -9143 (925,435),(920,430) -9144 (925,445),(920,440) -9145 (925,455),(920,450) -9146 (925,465),(920,460) -9147 (925,475),(920,470) -9148 (925,485),(920,480) -9149 (925,495),(920,490) -9150 (925,505),(920,500) -9151 (925,515),(920,510) -9152 (925,525),(920,520) -9153 (925,535),(920,530) -9154 (925,545),(920,540) -9155 (925,555),(920,550) -9156 (925,565),(920,560) -9157 (925,575),(920,570) -9158 (925,585),(920,580) -9159 (925,595),(920,590) -9160 (925,605),(920,600) -9161 (925,615),(920,610) -9162 (925,625),(920,620) -9163 (925,635),(920,630) -9164 (925,645),(920,640) -9165 (925,655),(920,650) -9166 (925,665),(920,660) -9167 (925,675),(920,670) -9168 (925,685),(920,680) -9169 (925,695),(920,690) -9170 (925,705),(920,700) -9171 (925,715),(920,710) -9172 (925,725),(920,720) -9173 (925,735),(920,730) -9174 (925,745),(920,740) -9175 (925,755),(920,750) -9176 (925,765),(920,760) -9177 (925,775),(920,770) -9178 (925,785),(920,780) -9179 (925,795),(920,790) -9180 (925,805),(920,800) -9181 (925,815),(920,810) -9182 (925,825),(920,820) -9183 (925,835),(920,830) -9184 (925,845),(920,840) -9185 (925,855),(920,850) -9186 (925,865),(920,860) -9187 (925,875),(920,870) -9188 (925,885),(920,880) -9189 (925,895),(920,890) -9190 (925,905),(920,900) -9191 (925,915),(920,910) -9192 (925,925),(920,920) -9193 (925,935),(920,930) -9194 (925,945),(920,940) -9195 (925,955),(920,950) -9196 (925,965),(920,960) -9197 (925,975),(920,970) -9198 (925,985),(920,980) -9199 (925,995),(920,990) -9200 (925,1005),(920,1000) -9201 (935,15),(930,10) -9202 (935,25),(930,20) -9203 (935,35),(930,30) -9204 (935,45),(930,40) -9205 (935,55),(930,50) -9206 (935,65),(930,60) -9207 (935,75),(930,70) -9208 (935,85),(930,80) -9209 (935,95),(930,90) -9210 (935,105),(930,100) -9211 (935,115),(930,110) -9212 (935,125),(930,120) -9213 (935,135),(930,130) -9214 (935,145),(930,140) -9215 (935,155),(930,150) -9216 (935,165),(930,160) -9217 (935,175),(930,170) -9218 (935,185),(930,180) -9219 (935,195),(930,190) -9220 (935,205),(930,200) -9221 (935,215),(930,210) -9222 (935,225),(930,220) -9223 (935,235),(930,230) -9224 (935,245),(930,240) -9225 (935,255),(930,250) -9226 (935,265),(930,260) -9227 (935,275),(930,270) -9228 (935,285),(930,280) -9229 (935,295),(930,290) -9230 (935,305),(930,300) -9231 (935,315),(930,310) -9232 (935,325),(930,320) -9233 (935,335),(930,330) -9234 (935,345),(930,340) -9235 (935,355),(930,350) -9236 (935,365),(930,360) -9237 (935,375),(930,370) -9238 (935,385),(930,380) -9239 (935,395),(930,390) -9240 (935,405),(930,400) -9241 (935,415),(930,410) -9242 (935,425),(930,420) -9243 (935,435),(930,430) -9244 (935,445),(930,440) -9245 (935,455),(930,450) -9246 (935,465),(930,460) -9247 (935,475),(930,470) -9248 (935,485),(930,480) -9249 (935,495),(930,490) -9250 (935,505),(930,500) -9251 (935,515),(930,510) -9252 (935,525),(930,520) -9253 (935,535),(930,530) -9254 (935,545),(930,540) -9255 (935,555),(930,550) -9256 (935,565),(930,560) -9257 (935,575),(930,570) -9258 (935,585),(930,580) -9259 (935,595),(930,590) -9260 (935,605),(930,600) -9261 (935,615),(930,610) -9262 (935,625),(930,620) -9263 (935,635),(930,630) -9264 (935,645),(930,640) -9265 (935,655),(930,650) -9266 (935,665),(930,660) -9267 (935,675),(930,670) -9268 (935,685),(930,680) -9269 (935,695),(930,690) -9270 (935,705),(930,700) -9271 (935,715),(930,710) -9272 (935,725),(930,720) -9273 (935,735),(930,730) -9274 (935,745),(930,740) -9275 (935,755),(930,750) -9276 (935,765),(930,760) -9277 (935,775),(930,770) -9278 (935,785),(930,780) -9279 (935,795),(930,790) -9280 (935,805),(930,800) -9281 (935,815),(930,810) -9282 (935,825),(930,820) -9283 (935,835),(930,830) -9284 (935,845),(930,840) -9285 (935,855),(930,850) -9286 (935,865),(930,860) -9287 (935,875),(930,870) -9288 (935,885),(930,880) -9289 (935,895),(930,890) -9290 (935,905),(930,900) -9291 (935,915),(930,910) -9292 (935,925),(930,920) -9293 (935,935),(930,930) -9294 (935,945),(930,940) -9295 (935,955),(930,950) -9296 (935,965),(930,960) -9297 (935,975),(930,970) -9298 (935,985),(930,980) -9299 (935,995),(930,990) -9300 (935,1005),(930,1000) -9301 (945,15),(940,10) -9302 (945,25),(940,20) -9303 (945,35),(940,30) -9304 (945,45),(940,40) -9305 (945,55),(940,50) -9306 (945,65),(940,60) -9307 (945,75),(940,70) -9308 (945,85),(940,80) -9309 (945,95),(940,90) -9310 (945,105),(940,100) -9311 (945,115),(940,110) -9312 (945,125),(940,120) -9313 (945,135),(940,130) -9314 (945,145),(940,140) -9315 (945,155),(940,150) -9316 (945,165),(940,160) -9317 (945,175),(940,170) -9318 (945,185),(940,180) -9319 (945,195),(940,190) -9320 (945,205),(940,200) -9321 (945,215),(940,210) -9322 (945,225),(940,220) -9323 (945,235),(940,230) -9324 (945,245),(940,240) -9325 (945,255),(940,250) -9326 (945,265),(940,260) -9327 (945,275),(940,270) -9328 (945,285),(940,280) -9329 (945,295),(940,290) -9330 (945,305),(940,300) -9331 (945,315),(940,310) -9332 (945,325),(940,320) -9333 (945,335),(940,330) -9334 (945,345),(940,340) -9335 (945,355),(940,350) -9336 (945,365),(940,360) -9337 (945,375),(940,370) -9338 (945,385),(940,380) -9339 (945,395),(940,390) -9340 (945,405),(940,400) -9341 (945,415),(940,410) -9342 (945,425),(940,420) -9343 (945,435),(940,430) -9344 (945,445),(940,440) -9345 (945,455),(940,450) -9346 (945,465),(940,460) -9347 (945,475),(940,470) -9348 (945,485),(940,480) -9349 (945,495),(940,490) -9350 (945,505),(940,500) -9351 (945,515),(940,510) -9352 (945,525),(940,520) -9353 (945,535),(940,530) -9354 (945,545),(940,540) -9355 (945,555),(940,550) -9356 (945,565),(940,560) -9357 (945,575),(940,570) -9358 (945,585),(940,580) -9359 (945,595),(940,590) -9360 (945,605),(940,600) -9361 (945,615),(940,610) -9362 (945,625),(940,620) -9363 (945,635),(940,630) -9364 (945,645),(940,640) -9365 (945,655),(940,650) -9366 (945,665),(940,660) -9367 (945,675),(940,670) -9368 (945,685),(940,680) -9369 (945,695),(940,690) -9370 (945,705),(940,700) -9371 (945,715),(940,710) -9372 (945,725),(940,720) -9373 (945,735),(940,730) -9374 (945,745),(940,740) -9375 (945,755),(940,750) -9376 (945,765),(940,760) -9377 (945,775),(940,770) -9378 (945,785),(940,780) -9379 (945,795),(940,790) -9380 (945,805),(940,800) -9381 (945,815),(940,810) -9382 (945,825),(940,820) -9383 (945,835),(940,830) -9384 (945,845),(940,840) -9385 (945,855),(940,850) -9386 (945,865),(940,860) -9387 (945,875),(940,870) -9388 (945,885),(940,880) -9389 (945,895),(940,890) -9390 (945,905),(940,900) -9391 (945,915),(940,910) -9392 (945,925),(940,920) -9393 (945,935),(940,930) -9394 (945,945),(940,940) -9395 (945,955),(940,950) -9396 (945,965),(940,960) -9397 (945,975),(940,970) -9398 (945,985),(940,980) -9399 (945,995),(940,990) -9400 (945,1005),(940,1000) -9401 (955,15),(950,10) -9402 (955,25),(950,20) -9403 (955,35),(950,30) -9404 (955,45),(950,40) -9405 (955,55),(950,50) -9406 (955,65),(950,60) -9407 (955,75),(950,70) -9408 (955,85),(950,80) -9409 (955,95),(950,90) -9410 (955,105),(950,100) -9411 (955,115),(950,110) -9412 (955,125),(950,120) -9413 (955,135),(950,130) -9414 (955,145),(950,140) -9415 (955,155),(950,150) -9416 (955,165),(950,160) -9417 (955,175),(950,170) -9418 (955,185),(950,180) -9419 (955,195),(950,190) -9420 (955,205),(950,200) -9421 (955,215),(950,210) -9422 (955,225),(950,220) -9423 (955,235),(950,230) -9424 (955,245),(950,240) -9425 (955,255),(950,250) -9426 (955,265),(950,260) -9427 (955,275),(950,270) -9428 (955,285),(950,280) -9429 (955,295),(950,290) -9430 (955,305),(950,300) -9431 (955,315),(950,310) -9432 (955,325),(950,320) -9433 (955,335),(950,330) -9434 (955,345),(950,340) -9435 (955,355),(950,350) -9436 (955,365),(950,360) -9437 (955,375),(950,370) -9438 (955,385),(950,380) -9439 (955,395),(950,390) -9440 (955,405),(950,400) -9441 (955,415),(950,410) -9442 (955,425),(950,420) -9443 (955,435),(950,430) -9444 (955,445),(950,440) -9445 (955,455),(950,450) -9446 (955,465),(950,460) -9447 (955,475),(950,470) -9448 (955,485),(950,480) -9449 (955,495),(950,490) -9450 (955,505),(950,500) -9451 (955,515),(950,510) -9452 (955,525),(950,520) -9453 (955,535),(950,530) -9454 (955,545),(950,540) -9455 (955,555),(950,550) -9456 (955,565),(950,560) -9457 (955,575),(950,570) -9458 (955,585),(950,580) -9459 (955,595),(950,590) -9460 (955,605),(950,600) -9461 (955,615),(950,610) -9462 (955,625),(950,620) -9463 (955,635),(950,630) -9464 (955,645),(950,640) -9465 (955,655),(950,650) -9466 (955,665),(950,660) -9467 (955,675),(950,670) -9468 (955,685),(950,680) -9469 (955,695),(950,690) -9470 (955,705),(950,700) -9471 (955,715),(950,710) -9472 (955,725),(950,720) -9473 (955,735),(950,730) -9474 (955,745),(950,740) -9475 (955,755),(950,750) -9476 (955,765),(950,760) -9477 (955,775),(950,770) -9478 (955,785),(950,780) -9479 (955,795),(950,790) -9480 (955,805),(950,800) -9481 (955,815),(950,810) -9482 (955,825),(950,820) -9483 (955,835),(950,830) -9484 (955,845),(950,840) -9485 (955,855),(950,850) -9486 (955,865),(950,860) -9487 (955,875),(950,870) -9488 (955,885),(950,880) -9489 (955,895),(950,890) -9490 (955,905),(950,900) -9491 (955,915),(950,910) -9492 (955,925),(950,920) -9493 (955,935),(950,930) -9494 (955,945),(950,940) -9495 (955,955),(950,950) -9496 (955,965),(950,960) -9497 (955,975),(950,970) -9498 (955,985),(950,980) -9499 (955,995),(950,990) -9500 (955,1005),(950,1000) -9501 (965,15),(960,10) -9502 (965,25),(960,20) -9503 (965,35),(960,30) -9504 (965,45),(960,40) -9505 (965,55),(960,50) -9506 (965,65),(960,60) -9507 (965,75),(960,70) -9508 (965,85),(960,80) -9509 (965,95),(960,90) -9510 (965,105),(960,100) -9511 (965,115),(960,110) -9512 (965,125),(960,120) -9513 (965,135),(960,130) -9514 (965,145),(960,140) -9515 (965,155),(960,150) -9516 (965,165),(960,160) -9517 (965,175),(960,170) -9518 (965,185),(960,180) -9519 (965,195),(960,190) -9520 (965,205),(960,200) -9521 (965,215),(960,210) -9522 (965,225),(960,220) -9523 (965,235),(960,230) -9524 (965,245),(960,240) -9525 (965,255),(960,250) -9526 (965,265),(960,260) -9527 (965,275),(960,270) -9528 (965,285),(960,280) -9529 (965,295),(960,290) -9530 (965,305),(960,300) -9531 (965,315),(960,310) -9532 (965,325),(960,320) -9533 (965,335),(960,330) -9534 (965,345),(960,340) -9535 (965,355),(960,350) -9536 (965,365),(960,360) -9537 (965,375),(960,370) -9538 (965,385),(960,380) -9539 (965,395),(960,390) -9540 (965,405),(960,400) -9541 (965,415),(960,410) -9542 (965,425),(960,420) -9543 (965,435),(960,430) -9544 (965,445),(960,440) -9545 (965,455),(960,450) -9546 (965,465),(960,460) -9547 (965,475),(960,470) -9548 (965,485),(960,480) -9549 (965,495),(960,490) -9550 (965,505),(960,500) -9551 (965,515),(960,510) -9552 (965,525),(960,520) -9553 (965,535),(960,530) -9554 (965,545),(960,540) -9555 (965,555),(960,550) -9556 (965,565),(960,560) -9557 (965,575),(960,570) -9558 (965,585),(960,580) -9559 (965,595),(960,590) -9560 (965,605),(960,600) -9561 (965,615),(960,610) -9562 (965,625),(960,620) -9563 (965,635),(960,630) -9564 (965,645),(960,640) -9565 (965,655),(960,650) -9566 (965,665),(960,660) -9567 (965,675),(960,670) -9568 (965,685),(960,680) -9569 (965,695),(960,690) -9570 (965,705),(960,700) -9571 (965,715),(960,710) -9572 (965,725),(960,720) -9573 (965,735),(960,730) -9574 (965,745),(960,740) -9575 (965,755),(960,750) -9576 (965,765),(960,760) -9577 (965,775),(960,770) -9578 (965,785),(960,780) -9579 (965,795),(960,790) -9580 (965,805),(960,800) -9581 (965,815),(960,810) -9582 (965,825),(960,820) -9583 (965,835),(960,830) -9584 (965,845),(960,840) -9585 (965,855),(960,850) -9586 (965,865),(960,860) -9587 (965,875),(960,870) -9588 (965,885),(960,880) -9589 (965,895),(960,890) -9590 (965,905),(960,900) -9591 (965,915),(960,910) -9592 (965,925),(960,920) -9593 (965,935),(960,930) -9594 (965,945),(960,940) -9595 (965,955),(960,950) -9596 (965,965),(960,960) -9597 (965,975),(960,970) -9598 (965,985),(960,980) -9599 (965,995),(960,990) -9600 (965,1005),(960,1000) -9601 (975,15),(970,10) -9602 (975,25),(970,20) -9603 (975,35),(970,30) -9604 (975,45),(970,40) -9605 (975,55),(970,50) -9606 (975,65),(970,60) -9607 (975,75),(970,70) -9608 (975,85),(970,80) -9609 (975,95),(970,90) -9610 (975,105),(970,100) -9611 (975,115),(970,110) -9612 (975,125),(970,120) -9613 (975,135),(970,130) -9614 (975,145),(970,140) -9615 (975,155),(970,150) -9616 (975,165),(970,160) -9617 (975,175),(970,170) -9618 (975,185),(970,180) -9619 (975,195),(970,190) -9620 (975,205),(970,200) -9621 (975,215),(970,210) -9622 (975,225),(970,220) -9623 (975,235),(970,230) -9624 (975,245),(970,240) -9625 (975,255),(970,250) -9626 (975,265),(970,260) -9627 (975,275),(970,270) -9628 (975,285),(970,280) -9629 (975,295),(970,290) -9630 (975,305),(970,300) -9631 (975,315),(970,310) -9632 (975,325),(970,320) -9633 (975,335),(970,330) -9634 (975,345),(970,340) -9635 (975,355),(970,350) -9636 (975,365),(970,360) -9637 (975,375),(970,370) -9638 (975,385),(970,380) -9639 (975,395),(970,390) -9640 (975,405),(970,400) -9641 (975,415),(970,410) -9642 (975,425),(970,420) -9643 (975,435),(970,430) -9644 (975,445),(970,440) -9645 (975,455),(970,450) -9646 (975,465),(970,460) -9647 (975,475),(970,470) -9648 (975,485),(970,480) -9649 (975,495),(970,490) -9650 (975,505),(970,500) -9651 (975,515),(970,510) -9652 (975,525),(970,520) -9653 (975,535),(970,530) -9654 (975,545),(970,540) -9655 (975,555),(970,550) -9656 (975,565),(970,560) -9657 (975,575),(970,570) -9658 (975,585),(970,580) -9659 (975,595),(970,590) -9660 (975,605),(970,600) -9661 (975,615),(970,610) -9662 (975,625),(970,620) -9663 (975,635),(970,630) -9664 (975,645),(970,640) -9665 (975,655),(970,650) -9666 (975,665),(970,660) -9667 (975,675),(970,670) -9668 (975,685),(970,680) -9669 (975,695),(970,690) -9670 (975,705),(970,700) -9671 (975,715),(970,710) -9672 (975,725),(970,720) -9673 (975,735),(970,730) -9674 (975,745),(970,740) -9675 (975,755),(970,750) -9676 (975,765),(970,760) -9677 (975,775),(970,770) -9678 (975,785),(970,780) -9679 (975,795),(970,790) -9680 (975,805),(970,800) -9681 (975,815),(970,810) -9682 (975,825),(970,820) -9683 (975,835),(970,830) -9684 (975,845),(970,840) -9685 (975,855),(970,850) -9686 (975,865),(970,860) -9687 (975,875),(970,870) -9688 (975,885),(970,880) -9689 (975,895),(970,890) -9690 (975,905),(970,900) -9691 (975,915),(970,910) -9692 (975,925),(970,920) -9693 (975,935),(970,930) -9694 (975,945),(970,940) -9695 (975,955),(970,950) -9696 (975,965),(970,960) -9697 (975,975),(970,970) -9698 (975,985),(970,980) -9699 (975,995),(970,990) -9700 (975,1005),(970,1000) -9701 (985,15),(980,10) -9702 (985,25),(980,20) -9703 (985,35),(980,30) -9704 (985,45),(980,40) -9705 (985,55),(980,50) -9706 (985,65),(980,60) -9707 (985,75),(980,70) -9708 (985,85),(980,80) -9709 (985,95),(980,90) -9710 (985,105),(980,100) -9711 (985,115),(980,110) -9712 (985,125),(980,120) -9713 (985,135),(980,130) -9714 (985,145),(980,140) -9715 (985,155),(980,150) -9716 (985,165),(980,160) -9717 (985,175),(980,170) -9718 (985,185),(980,180) -9719 (985,195),(980,190) -9720 (985,205),(980,200) -9721 (985,215),(980,210) -9722 (985,225),(980,220) -9723 (985,235),(980,230) -9724 (985,245),(980,240) -9725 (985,255),(980,250) -9726 (985,265),(980,260) -9727 (985,275),(980,270) -9728 (985,285),(980,280) -9729 (985,295),(980,290) -9730 (985,305),(980,300) -9731 (985,315),(980,310) -9732 (985,325),(980,320) -9733 (985,335),(980,330) -9734 (985,345),(980,340) -9735 (985,355),(980,350) -9736 (985,365),(980,360) -9737 (985,375),(980,370) -9738 (985,385),(980,380) -9739 (985,395),(980,390) -9740 (985,405),(980,400) -9741 (985,415),(980,410) -9742 (985,425),(980,420) -9743 (985,435),(980,430) -9744 (985,445),(980,440) -9745 (985,455),(980,450) -9746 (985,465),(980,460) -9747 (985,475),(980,470) -9748 (985,485),(980,480) -9749 (985,495),(980,490) -9750 (985,505),(980,500) -9751 (985,515),(980,510) -9752 (985,525),(980,520) -9753 (985,535),(980,530) -9754 (985,545),(980,540) -9755 (985,555),(980,550) -9756 (985,565),(980,560) -9757 (985,575),(980,570) -9758 (985,585),(980,580) -9759 (985,595),(980,590) -9760 (985,605),(980,600) -9761 (985,615),(980,610) -9762 (985,625),(980,620) -9763 (985,635),(980,630) -9764 (985,645),(980,640) -9765 (985,655),(980,650) -9766 (985,665),(980,660) -9767 (985,675),(980,670) -9768 (985,685),(980,680) -9769 (985,695),(980,690) -9770 (985,705),(980,700) -9771 (985,715),(980,710) -9772 (985,725),(980,720) -9773 (985,735),(980,730) -9774 (985,745),(980,740) -9775 (985,755),(980,750) -9776 (985,765),(980,760) -9777 (985,775),(980,770) -9778 (985,785),(980,780) -9779 (985,795),(980,790) -9780 (985,805),(980,800) -9781 (985,815),(980,810) -9782 (985,825),(980,820) -9783 (985,835),(980,830) -9784 (985,845),(980,840) -9785 (985,855),(980,850) -9786 (985,865),(980,860) -9787 (985,875),(980,870) -9788 (985,885),(980,880) -9789 (985,895),(980,890) -9790 (985,905),(980,900) -9791 (985,915),(980,910) -9792 (985,925),(980,920) -9793 (985,935),(980,930) -9794 (985,945),(980,940) -9795 (985,955),(980,950) -9796 (985,965),(980,960) -9797 (985,975),(980,970) -9798 (985,985),(980,980) -9799 (985,995),(980,990) -9800 (985,1005),(980,1000) -9801 (995,15),(990,10) -9802 (995,25),(990,20) -9803 (995,35),(990,30) -9804 (995,45),(990,40) -9805 (995,55),(990,50) -9806 (995,65),(990,60) -9807 (995,75),(990,70) -9808 (995,85),(990,80) -9809 (995,95),(990,90) -9810 (995,105),(990,100) -9811 (995,115),(990,110) -9812 (995,125),(990,120) -9813 (995,135),(990,130) -9814 (995,145),(990,140) -9815 (995,155),(990,150) -9816 (995,165),(990,160) -9817 (995,175),(990,170) -9818 (995,185),(990,180) -9819 (995,195),(990,190) -9820 (995,205),(990,200) -9821 (995,215),(990,210) -9822 (995,225),(990,220) -9823 (995,235),(990,230) -9824 (995,245),(990,240) -9825 (995,255),(990,250) -9826 (995,265),(990,260) -9827 (995,275),(990,270) -9828 (995,285),(990,280) -9829 (995,295),(990,290) -9830 (995,305),(990,300) -9831 (995,315),(990,310) -9832 (995,325),(990,320) -9833 (995,335),(990,330) -9834 (995,345),(990,340) -9835 (995,355),(990,350) -9836 (995,365),(990,360) -9837 (995,375),(990,370) -9838 (995,385),(990,380) -9839 (995,395),(990,390) -9840 (995,405),(990,400) -9841 (995,415),(990,410) -9842 (995,425),(990,420) -9843 (995,435),(990,430) -9844 (995,445),(990,440) -9845 (995,455),(990,450) -9846 (995,465),(990,460) -9847 (995,475),(990,470) -9848 (995,485),(990,480) -9849 (995,495),(990,490) -9850 (995,505),(990,500) -9851 (995,515),(990,510) -9852 (995,525),(990,520) -9853 (995,535),(990,530) -9854 (995,545),(990,540) -9855 (995,555),(990,550) -9856 (995,565),(990,560) -9857 (995,575),(990,570) -9858 (995,585),(990,580) -9859 (995,595),(990,590) -9860 (995,605),(990,600) -9861 (995,615),(990,610) -9862 (995,625),(990,620) -9863 (995,635),(990,630) -9864 (995,645),(990,640) -9865 (995,655),(990,650) -9866 (995,665),(990,660) -9867 (995,675),(990,670) -9868 (995,685),(990,680) -9869 (995,695),(990,690) -9870 (995,705),(990,700) -9871 (995,715),(990,710) -9872 (995,725),(990,720) -9873 (995,735),(990,730) -9874 (995,745),(990,740) -9875 (995,755),(990,750) -9876 (995,765),(990,760) -9877 (995,775),(990,770) -9878 (995,785),(990,780) -9879 (995,795),(990,790) -9880 (995,805),(990,800) -9881 (995,815),(990,810) -9882 (995,825),(990,820) -9883 (995,835),(990,830) -9884 (995,845),(990,840) -9885 (995,855),(990,850) -9886 (995,865),(990,860) -9887 (995,875),(990,870) -9888 (995,885),(990,880) -9889 (995,895),(990,890) -9890 (995,905),(990,900) -9891 (995,915),(990,910) -9892 (995,925),(990,920) -9893 (995,935),(990,930) -9894 (995,945),(990,940) -9895 (995,955),(990,950) -9896 (995,965),(990,960) -9897 (995,975),(990,970) -9898 (995,985),(990,980) -9899 (995,995),(990,990) -9900 (995,1005),(990,1000) -9901 (1005,15),(1000,10) -9902 (1005,25),(1000,20) -9903 (1005,35),(1000,30) -9904 (1005,45),(1000,40) -9905 (1005,55),(1000,50) -9906 (1005,65),(1000,60) -9907 (1005,75),(1000,70) -9908 (1005,85),(1000,80) -9909 (1005,95),(1000,90) -9910 (1005,105),(1000,100) -9911 (1005,115),(1000,110) -9912 (1005,125),(1000,120) -9913 (1005,135),(1000,130) -9914 (1005,145),(1000,140) -9915 (1005,155),(1000,150) -9916 (1005,165),(1000,160) -9917 (1005,175),(1000,170) -9918 (1005,185),(1000,180) -9919 (1005,195),(1000,190) -9920 (1005,205),(1000,200) -9921 (1005,215),(1000,210) -9922 (1005,225),(1000,220) -9923 (1005,235),(1000,230) -9924 (1005,245),(1000,240) -9925 (1005,255),(1000,250) -9926 (1005,265),(1000,260) -9927 (1005,275),(1000,270) -9928 (1005,285),(1000,280) -9929 (1005,295),(1000,290) -9930 (1005,305),(1000,300) -9931 (1005,315),(1000,310) -9932 (1005,325),(1000,320) -9933 (1005,335),(1000,330) -9934 (1005,345),(1000,340) -9935 (1005,355),(1000,350) -9936 (1005,365),(1000,360) -9937 (1005,375),(1000,370) -9938 (1005,385),(1000,380) -9939 (1005,395),(1000,390) -9940 (1005,405),(1000,400) -9941 (1005,415),(1000,410) -9942 (1005,425),(1000,420) -9943 (1005,435),(1000,430) -9944 (1005,445),(1000,440) -9945 (1005,455),(1000,450) -9946 (1005,465),(1000,460) -9947 (1005,475),(1000,470) -9948 (1005,485),(1000,480) -9949 (1005,495),(1000,490) -9950 (1005,505),(1000,500) -9951 (1005,515),(1000,510) -9952 (1005,525),(1000,520) -9953 (1005,535),(1000,530) -9954 (1005,545),(1000,540) -9955 (1005,555),(1000,550) -9956 (1005,565),(1000,560) -9957 (1005,575),(1000,570) -9958 (1005,585),(1000,580) -9959 (1005,595),(1000,590) -9960 (1005,605),(1000,600) -9961 (1005,615),(1000,610) -9962 (1005,625),(1000,620) -9963 (1005,635),(1000,630) -9964 (1005,645),(1000,640) -9965 (1005,655),(1000,650) -9966 (1005,665),(1000,660) -9967 (1005,675),(1000,670) -9968 (1005,685),(1000,680) -9969 (1005,695),(1000,690) -9970 (1005,705),(1000,700) -9971 (1005,715),(1000,710) -9972 (1005,725),(1000,720) -9973 (1005,735),(1000,730) -9974 (1005,745),(1000,740) -9975 (1005,755),(1000,750) -9976 (1005,765),(1000,760) -9977 (1005,775),(1000,770) -9978 (1005,785),(1000,780) -9979 (1005,795),(1000,790) -9980 (1005,805),(1000,800) -9981 (1005,815),(1000,810) -9982 (1005,825),(1000,820) -9983 (1005,835),(1000,830) -9984 (1005,845),(1000,840) -9985 (1005,855),(1000,850) -9986 (1005,865),(1000,860) -9987 (1005,875),(1000,870) -9988 (1005,885),(1000,880) -9989 (1005,895),(1000,890) -9990 (1005,905),(1000,900) -9991 (1005,915),(1000,910) -9992 (1005,925),(1000,920) -9993 (1005,935),(1000,930) -9994 (1005,945),(1000,940) -9995 (1005,955),(1000,950) -9996 (1005,965),(1000,960) -9997 (1005,975),(1000,970) -9998 (1005,985),(1000,980) -9999 (1005,995),(1000,990) -10000 (1005,1005),(1000,1000) -10001 (210,310),(200,300) -10002 (210,310),(200,300) -10003 (210,310),(200,300) -10004 (210,310),(200,300) -10005 (210,310),(200,300) -10006 (210,310),(200,300) -10007 (210,310),(200,300) -10008 (210,310),(200,300) -10009 (210,310),(200,300) -10010 (210,310),(200,300) -10011 (210,310),(200,300) -10012 (210,310),(200,300) -10013 (210,310),(200,300) -10014 (210,310),(200,300) -10015 (210,310),(200,300) -10016 (210,310),(200,300) -10017 (210,310),(200,300) -10018 (210,310),(200,300) -10019 (210,310),(200,300) -10020 (210,310),(200,300) -10021 (210,310),(200,300) -10022 (210,310),(200,300) -10023 (210,310),(200,300) -10024 (210,310),(200,300) -10025 (210,310),(200,300) -10026 (210,310),(200,300) -10027 (210,310),(200,300) -10028 (210,310),(200,300) -10029 (210,310),(200,300) -10030 (210,310),(200,300) -10031 (210,310),(200,300) -10032 (210,310),(200,300) -10033 (210,310),(200,300) -10034 (210,310),(200,300) -10035 (210,310),(200,300) -10036 (210,310),(200,300) -10037 (210,310),(200,300) -10038 (210,310),(200,300) -10039 (210,310),(200,300) -10040 (210,310),(200,300) -10041 (210,310),(200,300) -10042 (210,310),(200,300) -10043 (210,310),(200,300) -10044 (210,310),(200,300) -10045 (210,310),(200,300) -10046 (210,310),(200,300) -10047 (210,310),(200,300) -10048 (210,310),(200,300) -10049 (210,310),(200,300) -10050 (210,310),(200,300) -10051 (210,310),(200,300) -10052 (210,310),(200,300) -10053 (210,310),(200,300) -10054 (210,310),(200,300) -10055 (210,310),(200,300) -10056 (210,310),(200,300) -10057 (210,310),(200,300) -10058 (210,310),(200,300) -10059 (210,310),(200,300) -10060 (210,310),(200,300) -10061 (210,310),(200,300) -10062 (210,310),(200,300) -10063 (210,310),(200,300) -10064 (210,310),(200,300) -10065 (210,310),(200,300) -10066 (210,310),(200,300) -10067 (210,310),(200,300) -10068 (210,310),(200,300) -10069 (210,310),(200,300) -10070 (210,310),(200,300) -10071 (210,310),(200,300) -10072 (210,310),(200,300) -10073 (210,310),(200,300) -10074 (210,310),(200,300) -10075 (210,310),(200,300) -10076 (210,310),(200,300) -10077 (210,310),(200,300) -10078 (210,310),(200,300) -10079 (210,310),(200,300) -10080 (210,310),(200,300) -10081 (210,310),(200,300) -10082 (210,310),(200,300) -10083 (210,310),(200,300) -10084 (210,310),(200,300) -10085 (210,310),(200,300) -10086 (210,310),(200,300) -10087 (210,310),(200,300) -10088 (210,310),(200,300) -10089 (210,310),(200,300) -10090 (210,310),(200,300) -10091 (210,310),(200,300) -10092 (210,310),(200,300) -10093 (210,310),(200,300) -10094 (210,310),(200,300) -10095 (210,310),(200,300) -10096 (210,310),(200,300) -10097 (210,310),(200,300) -10098 (210,310),(200,300) -10099 (210,310),(200,300) -10100 (210,310),(200,300) -10101 (210,310),(200,300) -10102 (210,310),(200,300) -10103 (210,310),(200,300) -10104 (210,310),(200,300) -10105 (210,310),(200,300) -10106 (210,310),(200,300) -10107 (210,310),(200,300) -10108 (210,310),(200,300) -10109 (210,310),(200,300) -10110 (210,310),(200,300) -10111 (210,310),(200,300) -10112 (210,310),(200,300) -10113 (210,310),(200,300) -10114 (210,310),(200,300) -10115 (210,310),(200,300) -10116 (210,310),(200,300) -10117 (210,310),(200,300) -10118 (210,310),(200,300) -10119 (210,310),(200,300) -10120 (210,310),(200,300) -10121 (210,310),(200,300) -10122 (210,310),(200,300) -10123 (210,310),(200,300) -10124 (210,310),(200,300) -10125 (210,310),(200,300) -10126 (210,310),(200,300) -10127 (210,310),(200,300) -10128 (210,310),(200,300) -10129 (210,310),(200,300) -10130 (210,310),(200,300) -10131 (210,310),(200,300) -10132 (210,310),(200,300) -10133 (210,310),(200,300) -10134 (210,310),(200,300) -10135 (210,310),(200,300) -10136 (210,310),(200,300) -10137 (210,310),(200,300) -10138 (210,310),(200,300) -10139 (210,310),(200,300) -10140 (210,310),(200,300) -10141 (210,310),(200,300) -10142 (210,310),(200,300) -10143 (210,310),(200,300) -10144 (210,310),(200,300) -10145 (210,310),(200,300) -10146 (210,310),(200,300) -10147 (210,310),(200,300) -10148 (210,310),(200,300) -10149 (210,310),(200,300) -10150 (210,310),(200,300) -10151 (210,310),(200,300) -10152 (210,310),(200,300) -10153 (210,310),(200,300) -10154 (210,310),(200,300) -10155 (210,310),(200,300) -10156 (210,310),(200,300) -10157 (210,310),(200,300) -10158 (210,310),(200,300) -10159 (210,310),(200,300) -10160 (210,310),(200,300) -10161 (210,310),(200,300) -10162 (210,310),(200,300) -10163 (210,310),(200,300) -10164 (210,310),(200,300) -10165 (210,310),(200,300) -10166 (210,310),(200,300) -10167 (210,310),(200,300) -10168 (210,310),(200,300) -10169 (210,310),(200,300) -10170 (210,310),(200,300) -10171 (210,310),(200,300) -10172 (210,310),(200,300) -10173 (210,310),(200,300) -10174 (210,310),(200,300) -10175 (210,310),(200,300) -10176 (210,310),(200,300) -10177 (210,310),(200,300) -10178 (210,310),(200,300) -10179 (210,310),(200,300) -10180 (210,310),(200,300) -10181 (210,310),(200,300) -10182 (210,310),(200,300) -10183 (210,310),(200,300) -10184 (210,310),(200,300) -10185 (210,310),(200,300) -10186 (210,310),(200,300) -10187 (210,310),(200,300) -10188 (210,310),(200,300) -10189 (210,310),(200,300) -10190 (210,310),(200,300) -10191 (210,310),(200,300) -10192 (210,310),(200,300) -10193 (210,310),(200,300) -10194 (210,310),(200,300) -10195 (210,310),(200,300) -10196 (210,310),(200,300) -10197 (210,310),(200,300) -10198 (210,310),(200,300) -10199 (210,310),(200,300) -10200 (210,310),(200,300) -10201 (210,310),(200,300) -10202 (210,310),(200,300) -10203 (210,310),(200,300) -10204 (210,310),(200,300) -10205 (210,310),(200,300) -10206 (210,310),(200,300) -10207 (210,310),(200,300) -10208 (210,310),(200,300) -10209 (210,310),(200,300) -10210 (210,310),(200,300) -10211 (210,310),(200,300) -10212 (210,310),(200,300) -10213 (210,310),(200,300) -10214 (210,310),(200,300) -10215 (210,310),(200,300) -10216 (210,310),(200,300) -10217 (210,310),(200,300) -10218 (210,310),(200,300) -10219 (210,310),(200,300) -10220 (210,310),(200,300) -10221 (210,310),(200,300) -10222 (210,310),(200,300) -10223 (210,310),(200,300) -10224 (210,310),(200,300) -10225 (210,310),(200,300) -10226 (210,310),(200,300) -10227 (210,310),(200,300) -10228 (210,310),(200,300) -10229 (210,310),(200,300) -10230 (210,310),(200,300) -10231 (210,310),(200,300) -10232 (210,310),(200,300) -10233 (210,310),(200,300) -10234 (210,310),(200,300) -10235 (210,310),(200,300) -10236 (210,310),(200,300) -10237 (210,310),(200,300) -10238 (210,310),(200,300) -10239 (210,310),(200,300) -10240 (210,310),(200,300) -10241 (210,310),(200,300) -10242 (210,310),(200,300) -10243 (210,310),(200,300) -10244 (210,310),(200,300) -10245 (210,310),(200,300) -10246 (210,310),(200,300) -10247 (210,310),(200,300) -10248 (210,310),(200,300) -10249 (210,310),(200,300) -10250 (210,310),(200,300) -10251 (210,310),(200,300) -10252 (210,310),(200,300) -10253 (210,310),(200,300) -10254 (210,310),(200,300) -10255 (210,310),(200,300) -10256 (210,310),(200,300) -10257 (210,310),(200,300) -10258 (210,310),(200,300) -10259 (210,310),(200,300) -10260 (210,310),(200,300) -10261 (210,310),(200,300) -10262 (210,310),(200,300) -10263 (210,310),(200,300) -10264 (210,310),(200,300) -10265 (210,310),(200,300) -10266 (210,310),(200,300) -10267 (210,310),(200,300) -10268 (210,310),(200,300) -10269 (210,310),(200,300) -10270 (210,310),(200,300) -10271 (210,310),(200,300) -10272 (210,310),(200,300) -10273 (210,310),(200,300) -10274 (210,310),(200,300) -10275 (210,310),(200,300) -10276 (210,310),(200,300) -10277 (210,310),(200,300) -10278 (210,310),(200,300) -10279 (210,310),(200,300) -10280 (210,310),(200,300) -10281 (210,310),(200,300) -10282 (210,310),(200,300) -10283 (210,310),(200,300) -10284 (210,310),(200,300) -10285 (210,310),(200,300) -10286 (210,310),(200,300) -10287 (210,310),(200,300) -10288 (210,310),(200,300) -10289 (210,310),(200,300) -10290 (210,310),(200,300) -10291 (210,310),(200,300) -10292 (210,310),(200,300) -10293 (210,310),(200,300) -10294 (210,310),(200,300) -10295 (210,310),(200,300) -10296 (210,310),(200,300) -10297 (210,310),(200,300) -10298 (210,310),(200,300) -10299 (210,310),(200,300) -10300 (210,310),(200,300) -10301 (210,310),(200,300) -10302 (210,310),(200,300) -10303 (210,310),(200,300) -10304 (210,310),(200,300) -10305 (210,310),(200,300) -10306 (210,310),(200,300) -10307 (210,310),(200,300) -10308 (210,310),(200,300) -10309 (210,310),(200,300) -10310 (210,310),(200,300) -10311 (210,310),(200,300) -10312 (210,310),(200,300) -10313 (210,310),(200,300) -10314 (210,310),(200,300) -10315 (210,310),(200,300) -10316 (210,310),(200,300) -10317 (210,310),(200,300) -10318 (210,310),(200,300) -10319 (210,310),(200,300) -10320 (210,310),(200,300) -10321 (210,310),(200,300) -10322 (210,310),(200,300) -10323 (210,310),(200,300) -10324 (210,310),(200,300) -10325 (210,310),(200,300) -10326 (210,310),(200,300) -10327 (210,310),(200,300) -10328 (210,310),(200,300) -10329 (210,310),(200,300) -10330 (210,310),(200,300) -10331 (210,310),(200,300) -10332 (210,310),(200,300) -10333 (210,310),(200,300) -10334 (210,310),(200,300) -10335 (210,310),(200,300) -10336 (210,310),(200,300) -10337 (210,310),(200,300) -10338 (210,310),(200,300) -10339 (210,310),(200,300) -10340 (210,310),(200,300) -10341 (210,310),(200,300) -10342 (210,310),(200,300) -10343 (210,310),(200,300) -10344 (210,310),(200,300) -10345 (210,310),(200,300) -10346 (210,310),(200,300) -10347 (210,310),(200,300) -10348 (210,310),(200,300) -10349 (210,310),(200,300) -10350 (210,310),(200,300) -10351 (210,310),(200,300) -10352 (210,310),(200,300) -10353 (210,310),(200,300) -10354 (210,310),(200,300) -10355 (210,310),(200,300) -10356 (210,310),(200,300) -10357 (210,310),(200,300) -10358 (210,310),(200,300) -10359 (210,310),(200,300) -10360 (210,310),(200,300) -10361 (210,310),(200,300) -10362 (210,310),(200,300) -10363 (210,310),(200,300) -10364 (210,310),(200,300) -10365 (210,310),(200,300) -10366 (210,310),(200,300) -10367 (210,310),(200,300) -10368 (210,310),(200,300) -10369 (210,310),(200,300) -10370 (210,310),(200,300) -10371 (210,310),(200,300) -10372 (210,310),(200,300) -10373 (210,310),(200,300) -10374 (210,310),(200,300) -10375 (210,310),(200,300) -10376 (210,310),(200,300) -10377 (210,310),(200,300) -10378 (210,310),(200,300) -10379 (210,310),(200,300) -10380 (210,310),(200,300) -10381 (210,310),(200,300) -10382 (210,310),(200,300) -10383 (210,310),(200,300) -10384 (210,310),(200,300) -10385 (210,310),(200,300) -10386 (210,310),(200,300) -10387 (210,310),(200,300) -10388 (210,310),(200,300) -10389 (210,310),(200,300) -10390 (210,310),(200,300) -10391 (210,310),(200,300) -10392 (210,310),(200,300) -10393 (210,310),(200,300) -10394 (210,310),(200,300) -10395 (210,310),(200,300) -10396 (210,310),(200,300) -10397 (210,310),(200,300) -10398 (210,310),(200,300) -10399 (210,310),(200,300) -10400 (210,310),(200,300) -10401 (210,310),(200,300) -10402 (210,310),(200,300) -10403 (210,310),(200,300) -10404 (210,310),(200,300) -10405 (210,310),(200,300) -10406 (210,310),(200,300) -10407 (210,310),(200,300) -10408 (210,310),(200,300) -10409 (210,310),(200,300) -10410 (210,310),(200,300) -10411 (210,310),(200,300) -10412 (210,310),(200,300) -10413 (210,310),(200,300) -10414 (210,310),(200,300) -10415 (210,310),(200,300) -10416 (210,310),(200,300) -10417 (210,310),(200,300) -10418 (210,310),(200,300) -10419 (210,310),(200,300) -10420 (210,310),(200,300) -10421 (210,310),(200,300) -10422 (210,310),(200,300) -10423 (210,310),(200,300) -10424 (210,310),(200,300) -10425 (210,310),(200,300) -10426 (210,310),(200,300) -10427 (210,310),(200,300) -10428 (210,310),(200,300) -10429 (210,310),(200,300) -10430 (210,310),(200,300) -10431 (210,310),(200,300) -10432 (210,310),(200,300) -10433 (210,310),(200,300) -10434 (210,310),(200,300) -10435 (210,310),(200,300) -10436 (210,310),(200,300) -10437 (210,310),(200,300) -10438 (210,310),(200,300) -10439 (210,310),(200,300) -10440 (210,310),(200,300) -10441 (210,310),(200,300) -10442 (210,310),(200,300) -10443 (210,310),(200,300) -10444 (210,310),(200,300) -10445 (210,310),(200,300) -10446 (210,310),(200,300) -10447 (210,310),(200,300) -10448 (210,310),(200,300) -10449 (210,310),(200,300) -10450 (210,310),(200,300) -10451 (210,310),(200,300) -10452 (210,310),(200,300) -10453 (210,310),(200,300) -10454 (210,310),(200,300) -10455 (210,310),(200,300) -10456 (210,310),(200,300) -10457 (210,310),(200,300) -10458 (210,310),(200,300) -10459 (210,310),(200,300) -10460 (210,310),(200,300) -10461 (210,310),(200,300) -10462 (210,310),(200,300) -10463 (210,310),(200,300) -10464 (210,310),(200,300) -10465 (210,310),(200,300) -10466 (210,310),(200,300) -10467 (210,310),(200,300) -10468 (210,310),(200,300) -10469 (210,310),(200,300) -10470 (210,310),(200,300) -10471 (210,310),(200,300) -10472 (210,310),(200,300) -10473 (210,310),(200,300) -10474 (210,310),(200,300) -10475 (210,310),(200,300) -10476 (210,310),(200,300) -10477 (210,310),(200,300) -10478 (210,310),(200,300) -10479 (210,310),(200,300) -10480 (210,310),(200,300) -10481 (210,310),(200,300) -10482 (210,310),(200,300) -10483 (210,310),(200,300) -10484 (210,310),(200,300) -10485 (210,310),(200,300) -10486 (210,310),(200,300) -10487 (210,310),(200,300) -10488 (210,310),(200,300) -10489 (210,310),(200,300) -10490 (210,310),(200,300) -10491 (210,310),(200,300) -10492 (210,310),(200,300) -10493 (210,310),(200,300) -10494 (210,310),(200,300) -10495 (210,310),(200,300) -10496 (210,310),(200,300) -10497 (210,310),(200,300) -10498 (210,310),(200,300) -10499 (210,310),(200,300) -10500 (210,310),(200,300) -10501 (210,310),(200,300) -10502 (210,310),(200,300) -10503 (210,310),(200,300) -10504 (210,310),(200,300) -10505 (210,310),(200,300) -10506 (210,310),(200,300) -10507 (210,310),(200,300) -10508 (210,310),(200,300) -10509 (210,310),(200,300) -10510 (210,310),(200,300) -10511 (210,310),(200,300) -10512 (210,310),(200,300) -10513 (210,310),(200,300) -10514 (210,310),(200,300) -10515 (210,310),(200,300) -10516 (210,310),(200,300) -10517 (210,310),(200,300) -10518 (210,310),(200,300) -10519 (210,310),(200,300) -10520 (210,310),(200,300) -10521 (210,310),(200,300) -10522 (210,310),(200,300) -10523 (210,310),(200,300) -10524 (210,310),(200,300) -10525 (210,310),(200,300) -10526 (210,310),(200,300) -10527 (210,310),(200,300) -10528 (210,310),(200,300) -10529 (210,310),(200,300) -10530 (210,310),(200,300) -10531 (210,310),(200,300) -10532 (210,310),(200,300) -10533 (210,310),(200,300) -10534 (210,310),(200,300) -10535 (210,310),(200,300) -10536 (210,310),(200,300) -10537 (210,310),(200,300) -10538 (210,310),(200,300) -10539 (210,310),(200,300) -10540 (210,310),(200,300) -10541 (210,310),(200,300) -10542 (210,310),(200,300) -10543 (210,310),(200,300) -10544 (210,310),(200,300) -10545 (210,310),(200,300) -10546 (210,310),(200,300) -10547 (210,310),(200,300) -10548 (210,310),(200,300) -10549 (210,310),(200,300) -10550 (210,310),(200,300) -10551 (210,310),(200,300) -10552 (210,310),(200,300) -10553 (210,310),(200,300) -10554 (210,310),(200,300) -10555 (210,310),(200,300) -10556 (210,310),(200,300) -10557 (210,310),(200,300) -10558 (210,310),(200,300) -10559 (210,310),(200,300) -10560 (210,310),(200,300) -10561 (210,310),(200,300) -10562 (210,310),(200,300) -10563 (210,310),(200,300) -10564 (210,310),(200,300) -10565 (210,310),(200,300) -10566 (210,310),(200,300) -10567 (210,310),(200,300) -10568 (210,310),(200,300) -10569 (210,310),(200,300) -10570 (210,310),(200,300) -10571 (210,310),(200,300) -10572 (210,310),(200,300) -10573 (210,310),(200,300) -10574 (210,310),(200,300) -10575 (210,310),(200,300) -10576 (210,310),(200,300) -10577 (210,310),(200,300) -10578 (210,310),(200,300) -10579 (210,310),(200,300) -10580 (210,310),(200,300) -10581 (210,310),(200,300) -10582 (210,310),(200,300) -10583 (210,310),(200,300) -10584 (210,310),(200,300) -10585 (210,310),(200,300) -10586 (210,310),(200,300) -10587 (210,310),(200,300) -10588 (210,310),(200,300) -10589 (210,310),(200,300) -10590 (210,310),(200,300) -10591 (210,310),(200,300) -10592 (210,310),(200,300) -10593 (210,310),(200,300) -10594 (210,310),(200,300) -10595 (210,310),(200,300) -10596 (210,310),(200,300) -10597 (210,310),(200,300) -10598 (210,310),(200,300) -10599 (210,310),(200,300) -10600 (210,310),(200,300) -10601 (210,310),(200,300) -10602 (210,310),(200,300) -10603 (210,310),(200,300) -10604 (210,310),(200,300) -10605 (210,310),(200,300) -10606 (210,310),(200,300) -10607 (210,310),(200,300) -10608 (210,310),(200,300) -10609 (210,310),(200,300) -10610 (210,310),(200,300) -10611 (210,310),(200,300) -10612 (210,310),(200,300) -10613 (210,310),(200,300) -10614 (210,310),(200,300) -10615 (210,310),(200,300) -10616 (210,310),(200,300) -10617 (210,310),(200,300) -10618 (210,310),(200,300) -10619 (210,310),(200,300) -10620 (210,310),(200,300) -10621 (210,310),(200,300) -10622 (210,310),(200,300) -10623 (210,310),(200,300) -10624 (210,310),(200,300) -10625 (210,310),(200,300) -10626 (210,310),(200,300) -10627 (210,310),(200,300) -10628 (210,310),(200,300) -10629 (210,310),(200,300) -10630 (210,310),(200,300) -10631 (210,310),(200,300) -10632 (210,310),(200,300) -10633 (210,310),(200,300) -10634 (210,310),(200,300) -10635 (210,310),(200,300) -10636 (210,310),(200,300) -10637 (210,310),(200,300) -10638 (210,310),(200,300) -10639 (210,310),(200,300) -10640 (210,310),(200,300) -10641 (210,310),(200,300) -10642 (210,310),(200,300) -10643 (210,310),(200,300) -10644 (210,310),(200,300) -10645 (210,310),(200,300) -10646 (210,310),(200,300) -10647 (210,310),(200,300) -10648 (210,310),(200,300) -10649 (210,310),(200,300) -10650 (210,310),(200,300) -10651 (210,310),(200,300) -10652 (210,310),(200,300) -10653 (210,310),(200,300) -10654 (210,310),(200,300) -10655 (210,310),(200,300) -10656 (210,310),(200,300) -10657 (210,310),(200,300) -10658 (210,310),(200,300) -10659 (210,310),(200,300) -10660 (210,310),(200,300) -10661 (210,310),(200,300) -10662 (210,310),(200,300) -10663 (210,310),(200,300) -10664 (210,310),(200,300) -10665 (210,310),(200,300) -10666 (210,310),(200,300) -10667 (210,310),(200,300) -10668 (210,310),(200,300) -10669 (210,310),(200,300) -10670 (210,310),(200,300) -10671 (210,310),(200,300) -10672 (210,310),(200,300) -10673 (210,310),(200,300) -10674 (210,310),(200,300) -10675 (210,310),(200,300) -10676 (210,310),(200,300) -10677 (210,310),(200,300) -10678 (210,310),(200,300) -10679 (210,310),(200,300) -10680 (210,310),(200,300) -10681 (210,310),(200,300) -10682 (210,310),(200,300) -10683 (210,310),(200,300) -10684 (210,310),(200,300) -10685 (210,310),(200,300) -10686 (210,310),(200,300) -10687 (210,310),(200,300) -10688 (210,310),(200,300) -10689 (210,310),(200,300) -10690 (210,310),(200,300) -10691 (210,310),(200,300) -10692 (210,310),(200,300) -10693 (210,310),(200,300) -10694 (210,310),(200,300) -10695 (210,310),(200,300) -10696 (210,310),(200,300) -10697 (210,310),(200,300) -10698 (210,310),(200,300) -10699 (210,310),(200,300) -10700 (210,310),(200,300) -10701 (210,310),(200,300) -10702 (210,310),(200,300) -10703 (210,310),(200,300) -10704 (210,310),(200,300) -10705 (210,310),(200,300) -10706 (210,310),(200,300) -10707 (210,310),(200,300) -10708 (210,310),(200,300) -10709 (210,310),(200,300) -10710 (210,310),(200,300) -10711 (210,310),(200,300) -10712 (210,310),(200,300) -10713 (210,310),(200,300) -10714 (210,310),(200,300) -10715 (210,310),(200,300) -10716 (210,310),(200,300) -10717 (210,310),(200,300) -10718 (210,310),(200,300) -10719 (210,310),(200,300) -10720 (210,310),(200,300) -10721 (210,310),(200,300) -10722 (210,310),(200,300) -10723 (210,310),(200,300) -10724 (210,310),(200,300) -10725 (210,310),(200,300) -10726 (210,310),(200,300) -10727 (210,310),(200,300) -10728 (210,310),(200,300) -10729 (210,310),(200,300) -10730 (210,310),(200,300) -10731 (210,310),(200,300) -10732 (210,310),(200,300) -10733 (210,310),(200,300) -10734 (210,310),(200,300) -10735 (210,310),(200,300) -10736 (210,310),(200,300) -10737 (210,310),(200,300) -10738 (210,310),(200,300) -10739 (210,310),(200,300) -10740 (210,310),(200,300) -10741 (210,310),(200,300) -10742 (210,310),(200,300) -10743 (210,310),(200,300) -10744 (210,310),(200,300) -10745 (210,310),(200,300) -10746 (210,310),(200,300) -10747 (210,310),(200,300) -10748 (210,310),(200,300) -10749 (210,310),(200,300) -10750 (210,310),(200,300) -10751 (210,310),(200,300) -10752 (210,310),(200,300) -10753 (210,310),(200,300) -10754 (210,310),(200,300) -10755 (210,310),(200,300) -10756 (210,310),(200,300) -10757 (210,310),(200,300) -10758 (210,310),(200,300) -10759 (210,310),(200,300) -10760 (210,310),(200,300) -10761 (210,310),(200,300) -10762 (210,310),(200,300) -10763 (210,310),(200,300) -10764 (210,310),(200,300) -10765 (210,310),(200,300) -10766 (210,310),(200,300) -10767 (210,310),(200,300) -10768 (210,310),(200,300) -10769 (210,310),(200,300) -10770 (210,310),(200,300) -10771 (210,310),(200,300) -10772 (210,310),(200,300) -10773 (210,310),(200,300) -10774 (210,310),(200,300) -10775 (210,310),(200,300) -10776 (210,310),(200,300) -10777 (210,310),(200,300) -10778 (210,310),(200,300) -10779 (210,310),(200,300) -10780 (210,310),(200,300) -10781 (210,310),(200,300) -10782 (210,310),(200,300) -10783 (210,310),(200,300) -10784 (210,310),(200,300) -10785 (210,310),(200,300) -10786 (210,310),(200,300) -10787 (210,310),(200,300) -10788 (210,310),(200,300) -10789 (210,310),(200,300) -10790 (210,310),(200,300) -10791 (210,310),(200,300) -10792 (210,310),(200,300) -10793 (210,310),(200,300) -10794 (210,310),(200,300) -10795 (210,310),(200,300) -10796 (210,310),(200,300) -10797 (210,310),(200,300) -10798 (210,310),(200,300) -10799 (210,310),(200,300) -10800 (210,310),(200,300) -10801 (210,310),(200,300) -10802 (210,310),(200,300) -10803 (210,310),(200,300) -10804 (210,310),(200,300) -10805 (210,310),(200,300) -10806 (210,310),(200,300) -10807 (210,310),(200,300) -10808 (210,310),(200,300) -10809 (210,310),(200,300) -10810 (210,310),(200,300) -10811 (210,310),(200,300) -10812 (210,310),(200,300) -10813 (210,310),(200,300) -10814 (210,310),(200,300) -10815 (210,310),(200,300) -10816 (210,310),(200,300) -10817 (210,310),(200,300) -10818 (210,310),(200,300) -10819 (210,310),(200,300) -10820 (210,310),(200,300) -10821 (210,310),(200,300) -10822 (210,310),(200,300) -10823 (210,310),(200,300) -10824 (210,310),(200,300) -10825 (210,310),(200,300) -10826 (210,310),(200,300) -10827 (210,310),(200,300) -10828 (210,310),(200,300) -10829 (210,310),(200,300) -10830 (210,310),(200,300) -10831 (210,310),(200,300) -10832 (210,310),(200,300) -10833 (210,310),(200,300) -10834 (210,310),(200,300) -10835 (210,310),(200,300) -10836 (210,310),(200,300) -10837 (210,310),(200,300) -10838 (210,310),(200,300) -10839 (210,310),(200,300) -10840 (210,310),(200,300) -10841 (210,310),(200,300) -10842 (210,310),(200,300) -10843 (210,310),(200,300) -10844 (210,310),(200,300) -10845 (210,310),(200,300) -10846 (210,310),(200,300) -10847 (210,310),(200,300) -10848 (210,310),(200,300) -10849 (210,310),(200,300) -10850 (210,310),(200,300) -10851 (210,310),(200,300) -10852 (210,310),(200,300) -10853 (210,310),(200,300) -10854 (210,310),(200,300) -10855 (210,310),(200,300) -10856 (210,310),(200,300) -10857 (210,310),(200,300) -10858 (210,310),(200,300) -10859 (210,310),(200,300) -10860 (210,310),(200,300) -10861 (210,310),(200,300) -10862 (210,310),(200,300) -10863 (210,310),(200,300) -10864 (210,310),(200,300) -10865 (210,310),(200,300) -10866 (210,310),(200,300) -10867 (210,310),(200,300) -10868 (210,310),(200,300) -10869 (210,310),(200,300) -10870 (210,310),(200,300) -10871 (210,310),(200,300) -10872 (210,310),(200,300) -10873 (210,310),(200,300) -10874 (210,310),(200,300) -10875 (210,310),(200,300) -10876 (210,310),(200,300) -10877 (210,310),(200,300) -10878 (210,310),(200,300) -10879 (210,310),(200,300) -10880 (210,310),(200,300) -10881 (210,310),(200,300) -10882 (210,310),(200,300) -10883 (210,310),(200,300) -10884 (210,310),(200,300) -10885 (210,310),(200,300) -10886 (210,310),(200,300) -10887 (210,310),(200,300) -10888 (210,310),(200,300) -10889 (210,310),(200,300) -10890 (210,310),(200,300) -10891 (210,310),(200,300) -10892 (210,310),(200,300) -10893 (210,310),(200,300) -10894 (210,310),(200,300) -10895 (210,310),(200,300) -10896 (210,310),(200,300) -10897 (210,310),(200,300) -10898 (210,310),(200,300) -10899 (210,310),(200,300) -10900 (210,310),(200,300) -10901 (210,310),(200,300) -10902 (210,310),(200,300) -10903 (210,310),(200,300) -10904 (210,310),(200,300) -10905 (210,310),(200,300) -10906 (210,310),(200,300) -10907 (210,310),(200,300) -10908 (210,310),(200,300) -10909 (210,310),(200,300) -10910 (210,310),(200,300) -10911 (210,310),(200,300) -10912 (210,310),(200,300) -10913 (210,310),(200,300) -10914 (210,310),(200,300) -10915 (210,310),(200,300) -10916 (210,310),(200,300) -10917 (210,310),(200,300) -10918 (210,310),(200,300) -10919 (210,310),(200,300) -10920 (210,310),(200,300) -10921 (210,310),(200,300) -10922 (210,310),(200,300) -10923 (210,310),(200,300) -10924 (210,310),(200,300) -10925 (210,310),(200,300) -10926 (210,310),(200,300) -10927 (210,310),(200,300) -10928 (210,310),(200,300) -10929 (210,310),(200,300) -10930 (210,310),(200,300) -10931 (210,310),(200,300) -10932 (210,310),(200,300) -10933 (210,310),(200,300) -10934 (210,310),(200,300) -10935 (210,310),(200,300) -10936 (210,310),(200,300) -10937 (210,310),(200,300) -10938 (210,310),(200,300) -10939 (210,310),(200,300) -10940 (210,310),(200,300) -10941 (210,310),(200,300) -10942 (210,310),(200,300) -10943 (210,310),(200,300) -10944 (210,310),(200,300) -10945 (210,310),(200,300) -10946 (210,310),(200,300) -10947 (210,310),(200,300) -10948 (210,310),(200,300) -10949 (210,310),(200,300) -10950 (210,310),(200,300) -10951 (210,310),(200,300) -10952 (210,310),(200,300) -10953 (210,310),(200,300) -10954 (210,310),(200,300) -10955 (210,310),(200,300) -10956 (210,310),(200,300) -10957 (210,310),(200,300) -10958 (210,310),(200,300) -10959 (210,310),(200,300) -10960 (210,310),(200,300) -10961 (210,310),(200,300) -10962 (210,310),(200,300) -10963 (210,310),(200,300) -10964 (210,310),(200,300) -10965 (210,310),(200,300) -10966 (210,310),(200,300) -10967 (210,310),(200,300) -10968 (210,310),(200,300) -10969 (210,310),(200,300) -10970 (210,310),(200,300) -10971 (210,310),(200,300) -10972 (210,310),(200,300) -10973 (210,310),(200,300) -10974 (210,310),(200,300) -10975 (210,310),(200,300) -10976 (210,310),(200,300) -10977 (210,310),(200,300) -10978 (210,310),(200,300) -10979 (210,310),(200,300) -10980 (210,310),(200,300) -10981 (210,310),(200,300) -10982 (210,310),(200,300) -10983 (210,310),(200,300) -10984 (210,310),(200,300) -10985 (210,310),(200,300) -10986 (210,310),(200,300) -10987 (210,310),(200,300) -10988 (210,310),(200,300) -10989 (210,310),(200,300) -10990 (210,310),(200,300) -10991 (210,310),(200,300) -10992 (210,310),(200,300) -10993 (210,310),(200,300) -10994 (210,310),(200,300) -10995 (210,310),(200,300) -10996 (210,310),(200,300) -10997 (210,310),(200,300) -10998 (210,310),(200,300) -10999 (210,310),(200,300) -11000 (210,310),(200,300) -11001 \N -11002 \N -11003 (Infinity,Infinity),(-Infinity,-Infinity) -11004 (-Infinity,500),(-Infinity,100) -11005 (700,Infinity),(-Infinity,-Infinity) -\. --- --- Data for Name: quad_box_tbl_ord_seq1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.quad_box_tbl_ord_seq1 (n, dist, id) FROM stdin; -1 0 11005 -1 0 11003 -3 1 1145 -4 4 1146 -5 7.0710678118654755 1245 -6 8.06225774829855 1045 -6 8.06225774829855 1246 -8 8.94427190999916 1046 -9 11 1144 -10 13.038404810405298 1244 -11 13.601470508735444 1044 -12 14 1147 -13 15.652475842498529 1247 -14 16.1245154965971 1047 -15 17.029386365926403 1345 -16 17.46424919657298 1346 -17 18.027756377319946 945 -18 18.439088914585778 946 -19 20.248456731316587 1344 -20 21 1143 -21 21.095023109728988 944 -22 22.022715545545243 1347 -23 22.135943621178658 1243 -24 22.472205054244228 1043 -25 22.80350850198276 947 -26 24 1148 -27 25 1248 -28 25.298221281347036 1048 -29 27.018512172212592 1445 -30 27.018512172212596 1343 -31 27.294688127912362 1446 -32 27.65863337187866 943 -33 28.017851452243796 845 -34 28.284271247461902 846 -35 29.154759474226502 1444 -36 29.410882339705484 1348 -37 30 948 -38 30.083217912982644 844 -39 30.413812651491096 1447 -40 31 1142 -41 31.304951684997057 847 -42 31.780497164141405 1242 -43 32.01562118716424 1042 -44 34 1149 -45 34.20526275297414 1443 -46 34.713109915419565 1249 -47 34.92849839314596 1049 -48 35 843 -49 35.35533905932738 1342 -50 35.84689665786985 942 -51 36.124783736376884 1448 -52 36.87817782917155 848 -53 37.0135110466435 1545 -54 37.21558813185679 1546 -55 38.01315561749642 1349 -55 38.01315561749642 745 -57 38.2099463490856 746 -58 38.47076812334269 949 -59 38.600518131237564 1544 -60 39.56008088970496 1547 -61 39.56008088970497 744 -62 40.496913462633174 747 -63 41 1141 -64 41.10960958218894 1442 -65 41.59326868617084 1241 -66 41.77319714841084 1041 -67 41.773197148410844 842 -68 42.5440947723653 1543 -69 43.41658669218482 1449 -69 43.41658669218482 743 -71 44 1150 -72 44.045431091090485 849 -73 44.1021541423999 1548 -74 44.384682042344295 1341 -75 44.55333881989093 1250 -76 44.72135954999579 1050 -77 44.77722635447623 941 -78 44.94441010848846 748 -79 47.01063709417264 1645 -80 47.16990566028302 1646 -80 47.16990566028302 1350 -82 47.53945729601885 950 -83 48.010415536631214 645 -84 48.166378315169176 646 -85 48.270073544588676 1542 -86 48.27007354458868 1644 -87 49.04079934095691 1647 -88 49.040799340956916 742 -89 49.09175083453431 1441 -90 49.244289008980516 644 -91 49.648766349225646 841 -92 50 647 -93 50.24937810560445 1549 -94 50.99019513592785 749 -95 51 1140 -96 51.478150704935 1643 -97 51.478150704935004 1240 -98 51.62363799656122 1450 -99 51.62363799656123 1040 -100 52.15361924162119 850 -101 52.39274758971894 643 -102 52.773099207835045 1648 -103 53.665631459994955 648 -104 53.75872022286245 1340 -105 54 1151 -106 54.083269131959845 940 -107 54.45181356024793 1251 -108 54.589376255824725 1051 -109 55.226805085936306 1541 -110 55.90169943749474 741 -111 56.302753041036986 1642 -112 56.61271941887264 1351 -113 56.92099788303083 951 -114 57.008771254956905 1745 -115 57.140178508646606 642 -116 57.14017850864661 1746 -117 57.48912940721924 1550 -118 57.706152185014034 1440 -119 58.008620049092706 545 -119 58.008620049092706 1649 -121 58.05170109479997 1744 -122 58.13776741499453 546 -123 58.137767414994535 750 -124 58.18075283115543 840 -125 58.69412236331676 1747 -126 58.82176467941097 649 -127 59.033888572581766 544 -128 59.66573556070519 547 -129 60.37383539249433 1451 -130 60.74537019394976 1743 -131 60.82762530298219 851 -132 61 1139 -133 61.40032573203501 1239 -134 61.522353661088104 1039 -135 61.68468205316454 543 -136 61.8465843842649 1748 -137 62.36986451805071 1641 -138 62.76941930590086 548 -139 63.00793600809345 1540 -140 63.12685640834651 641 -141 63.32456079595025 1339 -142 63.60031446463139 939 -142 63.60031446463139 740 -144 64 1152 -145 64.38167441127949 1252 -145 64.38167441127949 1650 -147 64.4980619863884 1052 -148 64.88451279003334 1742 -149 65.11528238439882 650 -150 65.45991139621258 1551 -151 65.76473218982952 542 -152 66.03029607687671 751 -153 66.21933252457322 1352 -154 66.37017402418047 1749 -155 66.48308055437865 952 -156 66.70832032063167 1439 -157 67.00746227100382 1845 -158 67.11929677819934 1846 -158 67.11929677819934 839 -160 67.23094525588644 549 -161 67.89698078707183 1844 -162 68.00735254367721 445 -163 68.11754546370561 446 -164 68.44705983459042 1847 -165 68.88396039717809 444 -166 69.35416353759881 1640 -167 69.42621983083913 447 -168 69.46221994724903 1452 -169 69.85699678629192 852 -170 70.0357051795725 640 -171 70.21395872616783 1741 -171 70.21395872616783 1843 -173 71 1138 -174 71.02816342831906 541 -175 71.16881339463234 1848 -175 71.16881339463234 443 -177 71.34423592694787 1238 -177 71.34423592694787 1539 -179 71.449282711585 1038 -180 71.58910531638176 1651 -181 71.86793443532379 739 -182 72.00694410957877 1750 -183 72.1110255092798 448 -184 72.24956747275377 651 -185 72.80109889280517 550 -186 73.00684899377592 1338 -187 73.24616030891995 938 -188 73.824115301167 1842 -189 73.92563831310488 1552 -190 74 1153 -191 74.33034373659252 1253 -192 74.43117626371358 1053 -192 74.43117626371358 752 -194 74.73285756613352 442 -195 75.13321502504735 1849 -196 75.92759709091287 1353 -197 75.96051605933177 1438 -198 76.02631123499285 449 -199 76.15773105863909 953 -200 76.32168761236873 838 -201 76.48529270389177 1740 -202 77.00649323271382 1945 -202 77.00649323271382 1639 -204 77.10382610480494 1946 -205 77.23341245859851 540 -206 77.62087348130012 639 -207 77.78174593052023 1944 -208 78.00640999302557 345 -209 78.10249675906655 346 -210 78.26237921249263 1947 -211 78.5175139698144 1751 -212 78.54934754662193 1841 -213 78.77182237323191 344 -213 78.77182237323191 1453 -215 79.12016177940993 853 -216 79.24645102463579 551 -217 79.2464510246358 347 -218 79.40403012442127 1652 -218 79.40403012442127 441 -220 79.81227975693965 1943 -221 80 652 -222 80.06247560499237 1538 -223 80.15609770940699 1850 -224 80.52949770115296 738 -225 80.65358020571684 1948 -226 80.77747210701756 343 -227 80.99382692526635 450 -228 81 1137 -229 81.30190649671138 1237 -230 81.39410298049853 1037 -231 81.60882305241267 348 -232 82.73451516749222 1553 -233 82.76472678623425 1337 -234 82.975900115636 937 -235 83.00602387778852 1942 -236 83.18653737234168 753 -237 83.4865258589672 1739 -238 83.93449827097318 342 -239 84 1154 -240 84.17244204607586 539 -240 84.17244204607586 1949 -242 84.20213774008353 1840 -243 84.29116205154605 1254 -244 84.38009243891594 1054 -245 85 440 -246 85.0881895447306 349 -247 85.14693182963201 1638 -248 85.38149682454625 1437 -249 85.7029754442633 638 -249 85.7029754442633 1354 -251 85.70297544426332 1752 -251 85.70297544426332 837 -253 85.9069263796581 954 -254 86.05230967266364 1851 -255 86.37129152675674 552 -256 86.83317338436964 451 -257 87.00574693662483 2045 -258 87.09190547921202 2046 -259 87.23531395025755 1941 -260 87.66413177577246 1653 -261 87.69264507357501 2044 -262 88.0056816347672 245 -263 88.09086218218096 246 -264 88.11923740024082 341 -265 88.11923740024083 2047 -266 88.2043082847998 653 -267 88.23264701911646 1454 -268 88.54377448471463 854 -269 88.68483523128404 244 -269 88.68483523128404 1950 -271 89.05054744357274 1537 -272 89.10667763978186 247 -273 89.47066558375433 737 -274 89.49860334105777 2043 -275 89.55445270895244 350 -276 90.24965373894794 2048 -277 90.47098982546838 243 -278 90.60905032059435 1839 -279 91 1136 -280 91.04943712072031 1738 -281 91.21403400793103 248 -282 91.26883367283709 1236 -283 91.35097153287424 1036 -283 91.35097153287424 439 -285 91.67878707749138 538 -286 91.78779875342909 1554 -287 92.19544457292888 754 -288 92.35799911215054 1940 -288 92.35799911215054 2042 -290 92.57429448826494 1336 -291 92.65527507918802 1852 -292 92.7631392310545 936 -293 93.1933474020544 340 -294 93.30058949438637 242 -295 93.38094023943 452 -296 93.40770846134703 2049 -296 93.40770846134703 1753 -298 93.64827814754524 1637 -299 94 1155 -300 94.02127418834526 553 -301 94.04786015641184 1951 -302 94.15412895885129 637 -303 94.26027795418386 1255 -304 94.33981132056604 249 -304 94.33981132056604 1055 -306 94.86832980505137 351 -307 94.92101980067429 1436 -308 95.2102935611481 836 -309 95.52486587271402 1355 -310 95.70788891204319 955 -311 96.17692030835671 2041 -312 96.25487000666513 1654 -313 96.74709297958259 654 -314 97.00515450222221 2145 -315 97.08243919473799 241 -316 97.082439194738 2146 -317 97.49358953285082 2050 -318 97.62171889492623 1838 -319 97.62171889492625 2144 -320 97.8008179924892 1455 -321 98.00510190801293 145 -322 98.00510190801295 2147 -323 98.08159868191382 855 -324 98.08159868191383 146 -325 98.2344135219425 1536 -326 98.23441352194251 1939 -327 98.3107318658548 438 -328 98.38699100999075 250 -329 98.6154146165801 736 -330 98.61541461658011 144 -331 98.99494936611666 147 -332 99.02019995940223 339 -333 99.04544411531506 1737 -334 99.24716620639605 2143 -335 99.62429422585637 537 -336 99.82484660644363 1853 -337 99.92497185388646 2148 -338 100.12492197250393 1952 -339 100.22474744293446 143 -340 100.4987562112089 453 -341 100.84641788382966 2040 -342 100.8959860450355 352 -343 100.89598604503551 148 -344 101 1135 -345 101.01980003939822 1555 -346 101.24228365658293 1235 -347 101.316336293808 1035 -348 101.3903348450926 755 -349 101.5135458941318 1754 -350 101.71037311896954 240 -351 101.83319694480774 2142 -352 102.07840124139875 554 -353 102.39628899525607 2051 -354 102.42070103255493 1335 -355 102.42070103255494 1636 -356 102.59142264341597 935 -357 102.78618584226189 2149 -358 102.7861858422619 142 -359 102.88342918079665 636 -360 103.24727599312244 251 -361 103.73041983911953 149 -362 104 1156 -363 104.23531071570707 1256 -364 104.30723848324239 1056 -365 104.54664030948102 1435 -366 104.7377677822093 1938 -367 104.80935072788114 835 -368 105.09519494249012 1655 -369 105.11898020814318 1837 -370 105.30906893520614 2141 -371 105.38026380684383 1356 -372 105.47511554864494 338 -373 105.54619841567008 956 -374 105.54619841567009 655 -375 105.75916035975324 437 -376 106.23088063270491 141 -377 106.25441167311595 2039 -378 106.51291001564083 2150 -379 106.7941945987702 1953 -380 107.00467279516347 2245 -381 107.07474025184464 239 -381 107.07474025184464 2246 -383 107.37783756436893 1736 -384 107.42439201596629 150 -385 107.44766167767449 1456 -386 107.4476616776745 1854 -387 107.5174404457249 353 -388 107.56393447619885 1535 -389 107.56393447619887 2244 -390 107.70329614269008 856 -391 107.91200118615167 735 -391 107.91200118615167 536 -393 107.91200118615168 2247 -394 108.00462953040484 45 -395 108.00462953040486 2052 -396 108.07404868885037 46 -397 108.07404868885038 454 -398 108.55873986004075 44 -399 108.81176406988355 252 -400 108.90362712049586 47 -401 109.04127658827184 2243 -402 109.59014554237986 2140 -403 109.65856099730654 2248 -404 109.9317970379817 1755 -405 110.02272492535349 43 -406 110.3856874780422 1556 -407 110.4536101718726 555 -408 110.47624178980746 140 -409 110.63453348751466 48 -410 110.72488428533127 756 -411 111 1134 -412 111.01801655587258 2151 -413 111.22050170719426 1234 -414 111.28791488746654 1034 -415 111.40017953306896 2242 -415 111.40017953306896 1635 -417 111.75866856758807 1937 -418 111.82575731914362 635 -419 111.89280584559492 151 -420 112.2719911643149 2249 -421 112.29425630903835 2038 -421 112.29425630903835 1334 -423 112.36102527122117 42 -424 112.44998888394787 337 -425 112.44998888394788 934 -426 113.00442469213318 1836 -427 113.07077429645558 238 -428 113.22543883774529 49 -429 113.6001760562016 436 -430 113.95174417269794 1954 -431 114 1157 -432 114.12712210513328 1656 -433 114.21471008587291 1257 -433 114.21471008587291 2053 -435 114.23659658795863 1434 -436 114.28035701729323 1057 -437 114.47707194019245 834 -438 114.54256850621081 656 -439 114.58621208504974 2139 -439 114.58621208504974 2241 -441 114.6298390472568 354 -442 114.97825881443848 253 -443 115.26057435220423 1357 -444 115.41230437002808 957 -445 115.43396380615195 139 -446 115.43396380615197 1855 -447 115.52056094046635 41 -448 115.6935607542615 2250 -449 115.97413504743201 1735 -450 116.01724009818541 455 -451 116.21101496846157 2152 -452 116.46887996370532 535 -453 116.61903789690601 50 -454 117.00427342623004 2345 -454 117.00427342623004 1534 -456 117.04699910719626 152 -457 117.0683561001862 2346 -458 117.15374513859982 1457 -459 117.3243367763057 734 -460 117.38824472663352 857 -461 117.51595636338072 2344 -462 117.83462988442746 2347 -463 118.53269591129698 2240 -464 118.59595271340419 1756 -465 118.86967653695369 2037 -466 118.8696765369537 2343 -467 119.07980517283356 556 -468 119.20570456148481 1936 -469 119.4361754243663 40 -470 119.43617542436631 2348 -471 119.60351165413162 237 -472 119.85407794480751 2251 -473 119.85407794480753 336 -474 119.85407794480754 1557 -475 120.16655108639843 757 -476 120.20815280171307 2138 -477 120.54044964243329 1634 -478 120.74767078498866 51 -479 120.93386622447825 2054 -479 120.93386622447825 634 -481 121 1133 -482 121.01652779682615 138 -483 121.03718436910206 2342 -484 121.2023102090055 1835 -484 121.2023102090055 1233 -486 121.26417442921878 1033 -487 121.51131634543346 1955 -488 121.6552506059644 254 -489 121.75795661885921 435 -490 121.8400590938793 2349 -491 122.00409829181969 2153 -492 122.14745187681977 355 -493 122.18837915284742 1333 -494 122.3315167894194 933 -495 122.80065146407 153 -496 123.16655390161729 2239 -497 123.30855606972293 1657 -498 123.6931687685298 657 -499 123.71337841963576 1856 -500 123.9758040909596 1433 -501 123.97580409095961 2341 -502 124 1158 -503 124.03628501370072 39 -504 124.19742348374221 1258 -504 124.19742348374221 833 -506 124.25779653607253 456 -506 124.25779653607253 1058 -508 124.67958934805647 2252 -509 124.77980605851252 1734 -510 125 2350 -511 125.15989773086267 1358 -512 125.23977004130917 534 -513 125.29964086141668 958 -514 125.53883861180172 52 -515 125.89678312014172 2036 -516 126.37246535539298 2137 -517 126.53062870309307 1533 -518 126.58988901172164 236 -519 126.82665335015349 733 -520 126.90547663517125 1458 -521 127.00393694685216 2445 -521 127.00393694685216 1935 -523 127.06297651164951 2446 -524 127.12198865656562 858 -525 127.1416532848303 137 -526 127.45587471748802 1757 -527 127.4754878398196 2444 -528 127.61269529321916 335 -529 127.63228431709588 2340 -530 127.76932339180638 2447 -531 127.90621564255585 557 -532 128.08200498118384 2055 -533 128.3160161476345 2154 -534 128.41339493993607 2238 -535 128.72451204024821 2443 -536 128.76334882255898 255 -537 128.86038956948718 2351 -538 129.07362240210043 154 -539 129.24782396620841 2448 -539 129.24782396620841 38 -541 129.40247292845683 1956 -541 129.40247292845683 1558 -543 129.65338406690356 1834 -544 129.6919426949878 758 -545 129.8075498574717 1633 -546 130 356 -547 130.09611831257686 2253 -548 130.17296186228535 434 -548 130.17296186228535 633 -550 130.728726758888 2442 -551 130.91982279242515 53 -552 131 1132 -553 131.18688958886096 1232 -554 131.24404748406687 1032 -555 131.47243057006287 2449 -556 131.94695904036593 2339 -557 132.09844813622905 1332 -558 132.23085872821062 932 -559 132.23085872821065 1857 -560 132.60844618650805 1658 -561 132.74034804836094 457 -562 132.9661611087573 658 -563 133.0037593453659 2136 -564 133.30416347586447 2035 -565 133.3604139165742 2352 -566 133.4541119636259 2441 -567 133.7348122217996 136 -568 133.75350462698165 1432 -568 133.75350462698165 1733 -570 133.95894893585867 832 -571 133.9589489358587 235 -572 134 1159 -573 134.18271125595874 1259 -574 134.18271125595876 533 -575 134.20134127496638 2237 -576 134.23859355639868 1059 -577 134.40610105199838 2450 -578 135 37 -579 135.07405376311175 1359 -579 135.07405376311175 2155 -581 135.09256086106296 1934 -582 135.20355024924459 959 -583 135.5912976558599 2056 -584 135.66502865514016 334 -585 135.79396157414362 155 -586 136.03308421115798 2254 -587 136.12494260788506 1532 -588 136.23509092741122 256 -589 136.40014662748717 732 -590 136.4734406395618 1758 -591 136.69308687713507 1459 -592 136.82105101189657 54 -593 136.8575902169843 2440 -593 136.8575902169843 2338 -595 136.8941196691808 558 -596 136.89411966918084 859 -597 137.00364958642527 2545 -598 137.05838172107534 2546 -599 137.44089638822936 2544 -600 137.56816492197603 1957 -601 137.71347065556077 2547 -602 138.00362314084364 2451 -603 138.13037319865606 357 -604 138.31124321616085 1833 -605 138.43771162512041 2353 -606 138.6001443000692 2543 -607 138.79841497654073 433 -608 139.01438774457844 1559 -609 139.08630414242808 2548 -610 139.17614738165446 1632 -611 139.2838827718412 759 -612 139.51702405083046 632 -613 140.03570973148243 2135 -614 140.46351839534705 2542 -614 140.46351839534705 2236 -616 140.73023839957068 135 -617 140.8900280360537 2439 -618 140.9432509913121 1858 -619 141 1131 -620 141.03191128251788 2034 -621 141.15594213493105 2549 -622 141.1736519326464 1231 -623 141.22676800097068 1031 -623 141.22676800097068 36 -625 141.4213562373095 458 -626 141.65097952361643 234 -627 142.00352108310557 1659 -628 142.0211251891774 1331 -629 142.1442928857856 931 -630 142.2146265332789 2452 -631 142.21462653327893 2156 -632 142.30249470757707 2337 -633 142.33762678926468 659 -634 142.42541907960108 2255 -635 142.86357128393507 1732 -636 142.89856542317003 156 -637 143.0034964607509 2541 -638 143.17821063276352 55 -639 143.26548781894402 532 -640 143.40502083260543 2057 -641 143.42245291445826 1933 -642 143.56183336806478 1431 -643 143.75326083258076 831 -644 143.8923208513922 2550 -645 143.96180048887967 333 -646 144 1160 -647 144.01388821915754 257 -648 144.03124660989366 2354 -649 144.1700384962146 1260 -650 144.22205101855957 1060 -651 145 1360 -652 145.12063946937388 960 -653 145.49914089093446 2438 -654 145.61936684383707 1759 -655 145.77379737113253 1531 -656 145.96232390586277 1958 -657 146.01369798755184 559 -658 146.03081866510234 731 -659 146.18481453283715 2540 -660 146.49232061783988 358 -661 146.50938536489735 1460 -662 146.696966567138 860 -663 146.9863939281456 2453 -664 147.00340132119393 2645 -665 147.05441169852742 2646 -666 147.13938969562162 1832 -666 147.13938969562162 2235 -668 147.2582765076381 2551 -669 147.41099009232656 2134 -670 147.41099009232659 2644 -671 147.59742545180114 432 -672 147.6651617681029 2647 -673 147.8681845428556 35 -674 148.07092894960846 134 -675 148.22280526288793 2336 -676 148.49242404917499 2643 -677 148.62705002791384 1631 -678 148.67750334196492 1560 -679 148.92951352905172 760 -680 148.94629904767692 631 -680 148.94629904767692 2648 -682 149.03019828209315 2033 -683 149.21461054467824 2256 -684 149.61617559608987 233 -685 149.68299836654796 2157 -686 149.81655449248592 1859 -687 149.93331851193048 56 -688 149.96666296213968 2539 -689 150.08331019803634 2355 -690 150.23315213360863 2642 -691 150.2664300500947 459 -692 150.33296378372907 157 -693 150.63200191194434 2437 -694 150.88074761214568 2649 -695 151 1130 -696 151.16216457830973 1230 -697 151.2117720285031 1030 -698 151.21177202850313 2552 -699 151.47607071745688 1660 -700 151.4760707174569 2058 -701 151.7893276880822 660 -702 151.95394038984315 1330 -702 151.95394038984315 1932 -704 152.05262246998572 258 -705 152.06906325745547 930 -706 152.0855022676389 1731 -707 152.26621424334422 2454 -708 152.46311029229332 531 -708 152.46311029229332 332 -710 152.6106156202772 2641 -711 153.3949151699625 1430 -712 153.4438007871286 2650 -713 153.5740863557391 830 -714 154 1161 -715 154.1590088188167 1261 -716 154.17522498767434 2234 -717 154.20765220960988 1061 -718 154.30489298787646 2538 -719 154.5477272560163 1959 -720 154.56390264224052 2335 -721 154.8709139896837 1760 -721 154.8709139896837 34 -723 154.93547043850225 1361 -724 155.04837954651444 961 -725 155.04837954651447 359 -726 155.08062419270823 2133 -727 155.24174696260025 560 -728 155.46703830716012 1530 -729 155.5956297586793 2640 -730 155.70806016388488 2553 -731 155.7080601638849 730 -731 155.7080601638849 133 -733 156.1089363233252 1831 -734 156.236999459155 2436 -735 156.34896865665598 1461 -736 156.348968656656 2257 -737 156.52475842498527 861 -738 156.54072952429985 431 -738 156.54072952429985 2356 -740 156.60459763365827 2651 -741 157.00318468107582 2745 -742 157.0350279396288 57 -743 157.05094714773293 2746 -744 157.25775020646836 2032 -745 157.3848785620779 2744 -746 157.4325252290644 2158 -747 157.62296786953354 2747 -748 157.8131806916013 232 -749 158.00316452527144 2455 -750 158.0506248010428 158 -751 158.1455026233753 1630 -752 158.38244852255568 1561 -753 158.39823231336896 2743 -754 158.44557425185468 630 -755 158.61904047118682 761 -756 158.8238017426859 2748 -757 158.82380174268593 1860 -758 159.1540134586621 2639 -759 159.15401345866212 2537 -760 159.24823389915505 460 -761 159.76545308670458 2059 -762 160.0312469488381 2742 -763 160.31219541881399 259 -764 160.32778923193572 2652 -765 160.639347608237 2749 -766 160.65490966665163 1931 -767 160.701586799882 2554 -768 161 1129 -769 161.0124218810462 1661 -770 161.1365880239494 331 -771 161.15210206509872 1229 -772 161.1986352299547 1029 -773 161.27616066858735 2334 -774 161.30716041143367 661 -775 161.40012391568973 1730 -776 161.5239920259526 2233 -777 161.75598906995683 530 -778 161.89502771858065 1329 -779 162.00308639035242 929 -780 162.18816233005415 33 -781 162.265215003093 2741 -782 162.26521500309303 2435 -783 163.00306745579974 2132 -784 163.04907236779977 2750 -785 163.24827717314506 1429 -786 163.24827717314508 2638 -787 163.29421300217592 1960 -788 163.35544068074378 2357 -789 163.41664541900252 829 -790 163.6001222493431 132 -791 163.76812876747417 360 -792 163.783393541592 2258 -793 164 1162 -794 164.1493222648208 1262 -795 164.14932226482082 2456 -796 164.1950060141903 1062 -797 164.21023110634735 1761 -798 164.43843832875575 58 -799 164.46884203398525 2536 -800 164.5600194457937 561 -801 164.57521077003062 2653 -802 164.87874332369225 1362 -803 164.98484778912277 962 -804 165.0605949341029 10002 -804 165.0605949341029 11000 -804 165.0605949341029 10999 -804 165.0605949341029 10998 -804 165.0605949341029 10997 -804 165.0605949341029 10996 -804 165.0605949341029 10995 -804 165.0605949341029 10994 -804 165.0605949341029 10993 -804 165.0605949341029 10992 -804 165.0605949341029 10991 -804 165.0605949341029 10990 -804 165.0605949341029 10989 -804 165.0605949341029 10988 -804 165.0605949341029 10987 -804 165.0605949341029 10986 -804 165.0605949341029 10985 -804 165.0605949341029 10984 -804 165.0605949341029 10983 -804 165.0605949341029 10982 -804 165.0605949341029 10981 -804 165.0605949341029 10980 -804 165.0605949341029 10979 -804 165.0605949341029 10978 -804 165.0605949341029 10977 -804 165.0605949341029 10976 -804 165.0605949341029 10975 -804 165.0605949341029 10974 -804 165.0605949341029 10973 -804 165.0605949341029 10972 -804 165.0605949341029 10971 -804 165.0605949341029 10970 -804 165.0605949341029 10969 -804 165.0605949341029 10968 -804 165.0605949341029 10967 -804 165.0605949341029 10966 -804 165.0605949341029 10965 -804 165.0605949341029 10964 -804 165.0605949341029 10963 -804 165.0605949341029 10962 -804 165.0605949341029 10961 -804 165.0605949341029 10960 -804 165.0605949341029 10959 -804 165.0605949341029 10958 -804 165.0605949341029 10957 -804 165.0605949341029 10956 -804 165.0605949341029 10955 -804 165.0605949341029 10954 -804 165.0605949341029 10953 -804 165.0605949341029 10952 -804 165.0605949341029 10951 -804 165.0605949341029 10950 -804 165.0605949341029 10949 -804 165.0605949341029 10948 -804 165.0605949341029 10947 -804 165.0605949341029 10946 -804 165.0605949341029 10945 -804 165.0605949341029 10944 -804 165.0605949341029 10943 -804 165.0605949341029 10942 -804 165.0605949341029 10941 -804 165.0605949341029 10940 -804 165.0605949341029 10939 -804 165.0605949341029 10938 -804 165.0605949341029 10937 -804 165.0605949341029 10936 -804 165.0605949341029 10935 -804 165.0605949341029 10934 -804 165.0605949341029 10933 -804 165.0605949341029 10932 -804 165.0605949341029 10931 -804 165.0605949341029 10930 -804 165.0605949341029 10929 -804 165.0605949341029 10928 -804 165.0605949341029 10927 -804 165.0605949341029 10926 -804 165.0605949341029 10925 -804 165.0605949341029 10924 -804 165.0605949341029 10923 -804 165.0605949341029 10922 -804 165.0605949341029 10921 -804 165.0605949341029 10920 -804 165.0605949341029 10919 -804 165.0605949341029 10918 -804 165.0605949341029 10917 -804 165.0605949341029 10916 -804 165.0605949341029 10915 -804 165.0605949341029 10914 -804 165.0605949341029 10913 -804 165.0605949341029 10912 -804 165.0605949341029 10911 -804 165.0605949341029 10910 -804 165.0605949341029 10909 -804 165.0605949341029 10908 -804 165.0605949341029 10907 -804 165.0605949341029 10906 -804 165.0605949341029 10905 -804 165.0605949341029 10904 -804 165.0605949341029 10903 -804 165.0605949341029 10902 -804 165.0605949341029 10901 -804 165.0605949341029 10900 -804 165.0605949341029 10899 -804 165.0605949341029 10898 -804 165.0605949341029 10897 -804 165.0605949341029 10896 -804 165.0605949341029 10895 -804 165.0605949341029 10894 -804 165.0605949341029 10893 -804 165.0605949341029 10892 -804 165.0605949341029 10891 -804 165.0605949341029 10890 -804 165.0605949341029 10889 -804 165.0605949341029 10888 -804 165.0605949341029 10887 -804 165.0605949341029 10886 -804 165.0605949341029 10885 -804 165.0605949341029 10884 -804 165.0605949341029 10883 -804 165.0605949341029 10882 -804 165.0605949341029 10881 -804 165.0605949341029 10880 -804 165.0605949341029 10879 -804 165.0605949341029 10878 -804 165.0605949341029 10877 -804 165.0605949341029 10876 -804 165.0605949341029 10875 -804 165.0605949341029 10874 -804 165.0605949341029 10873 -804 165.0605949341029 10872 -804 165.0605949341029 10871 -804 165.0605949341029 10870 -804 165.0605949341029 10869 -804 165.0605949341029 10868 -804 165.0605949341029 10867 -804 165.0605949341029 10866 -804 165.0605949341029 10865 -804 165.0605949341029 10864 -804 165.0605949341029 10863 -804 165.0605949341029 10862 -804 165.0605949341029 10861 -804 165.0605949341029 10860 -804 165.0605949341029 10859 -804 165.0605949341029 10858 -804 165.0605949341029 10857 -804 165.0605949341029 10856 -804 165.0605949341029 10855 -804 165.0605949341029 10854 -804 165.0605949341029 10853 -804 165.0605949341029 10852 -804 165.0605949341029 10851 -804 165.0605949341029 10850 -804 165.0605949341029 10849 -804 165.0605949341029 10848 -804 165.0605949341029 10847 -804 165.0605949341029 10846 -804 165.0605949341029 10845 -804 165.0605949341029 10844 -804 165.0605949341029 10843 -804 165.0605949341029 10842 -804 165.0605949341029 10841 -804 165.0605949341029 10840 -804 165.0605949341029 10839 -804 165.0605949341029 10838 -804 165.0605949341029 10837 -804 165.0605949341029 10836 -804 165.0605949341029 10835 -804 165.0605949341029 10834 -804 165.0605949341029 10833 -804 165.0605949341029 10832 -804 165.0605949341029 10831 -804 165.0605949341029 10830 -804 165.0605949341029 10829 -804 165.0605949341029 10828 -804 165.0605949341029 10827 -804 165.0605949341029 10826 -804 165.0605949341029 10825 -804 165.0605949341029 10824 -804 165.0605949341029 10823 -804 165.0605949341029 10822 -804 165.0605949341029 10821 -804 165.0605949341029 10820 -804 165.0605949341029 10819 -804 165.0605949341029 10818 -804 165.0605949341029 10817 -804 165.0605949341029 10816 -804 165.0605949341029 10815 -804 165.0605949341029 10814 -804 165.0605949341029 10813 -804 165.0605949341029 10812 -804 165.0605949341029 10811 -804 165.0605949341029 10810 -804 165.0605949341029 10809 -804 165.0605949341029 10808 -804 165.0605949341029 10807 -804 165.0605949341029 10806 -804 165.0605949341029 10805 -804 165.0605949341029 10804 -804 165.0605949341029 10803 -804 165.0605949341029 10802 -804 165.0605949341029 10801 -804 165.0605949341029 10800 -804 165.0605949341029 10799 -804 165.0605949341029 10798 -804 165.0605949341029 10797 -804 165.0605949341029 10796 -804 165.0605949341029 10795 -804 165.0605949341029 10794 -804 165.0605949341029 10793 -804 165.0605949341029 10792 -804 165.0605949341029 10791 -804 165.0605949341029 10790 -804 165.0605949341029 10789 -804 165.0605949341029 10788 -804 165.0605949341029 10787 -804 165.0605949341029 10786 -804 165.0605949341029 10785 -804 165.0605949341029 10784 -804 165.0605949341029 10783 -804 165.0605949341029 10782 -804 165.0605949341029 10781 -804 165.0605949341029 10780 -804 165.0605949341029 10779 -804 165.0605949341029 10778 -804 165.0605949341029 10777 -804 165.0605949341029 10776 -804 165.0605949341029 10775 -804 165.0605949341029 10774 -804 165.0605949341029 10773 -804 165.0605949341029 10772 -804 165.0605949341029 10771 -804 165.0605949341029 10770 -804 165.0605949341029 10769 -804 165.0605949341029 10768 -804 165.0605949341029 10767 -804 165.0605949341029 10766 -804 165.0605949341029 10765 -804 165.0605949341029 10764 -804 165.0605949341029 10763 -804 165.0605949341029 10762 -804 165.0605949341029 10761 -804 165.0605949341029 10760 -804 165.0605949341029 10759 -804 165.0605949341029 10758 -804 165.0605949341029 10757 -804 165.0605949341029 10756 -804 165.0605949341029 10755 -804 165.0605949341029 10754 -804 165.0605949341029 10753 -804 165.0605949341029 10752 -804 165.0605949341029 10751 -804 165.0605949341029 10750 -804 165.0605949341029 10749 -804 165.0605949341029 10748 -804 165.0605949341029 10747 -804 165.0605949341029 10746 -804 165.0605949341029 10745 -804 165.0605949341029 10744 -804 165.0605949341029 10743 -804 165.0605949341029 10742 -804 165.0605949341029 10741 -804 165.0605949341029 10740 -804 165.0605949341029 10739 -804 165.0605949341029 10738 -804 165.0605949341029 10737 -804 165.0605949341029 10736 -804 165.0605949341029 10735 -804 165.0605949341029 10734 -804 165.0605949341029 10733 -804 165.0605949341029 10732 -804 165.0605949341029 10731 -804 165.0605949341029 10730 -804 165.0605949341029 10729 -804 165.0605949341029 10728 -804 165.0605949341029 10727 -804 165.0605949341029 10726 -804 165.0605949341029 10725 -804 165.0605949341029 10724 -804 165.0605949341029 10723 -804 165.0605949341029 10722 -804 165.0605949341029 10721 -804 165.0605949341029 10720 -804 165.0605949341029 10719 -804 165.0605949341029 10718 -804 165.0605949341029 10717 -804 165.0605949341029 10716 -804 165.0605949341029 10715 -804 165.0605949341029 10714 -804 165.0605949341029 10713 -804 165.0605949341029 10712 -804 165.0605949341029 10711 -804 165.0605949341029 10710 -804 165.0605949341029 10709 -804 165.0605949341029 10708 -804 165.0605949341029 10707 -804 165.0605949341029 10706 -804 165.0605949341029 10705 -804 165.0605949341029 10704 -804 165.0605949341029 10703 -804 165.0605949341029 10702 -804 165.0605949341029 10701 -804 165.0605949341029 10700 -804 165.0605949341029 10699 -804 165.0605949341029 10698 -804 165.0605949341029 10697 -804 165.0605949341029 10696 -804 165.0605949341029 10695 -804 165.0605949341029 10694 -804 165.0605949341029 10693 -804 165.0605949341029 10692 -804 165.0605949341029 10691 -804 165.0605949341029 10690 -804 165.0605949341029 10689 -804 165.0605949341029 10688 -804 165.0605949341029 10687 -804 165.0605949341029 10686 -804 165.0605949341029 10685 -804 165.0605949341029 10684 -804 165.0605949341029 10683 -804 165.0605949341029 10682 -804 165.0605949341029 10681 -804 165.0605949341029 10680 -804 165.0605949341029 10679 -804 165.0605949341029 10678 -804 165.0605949341029 10677 -804 165.0605949341029 10676 -804 165.0605949341029 10675 -804 165.0605949341029 10674 -804 165.0605949341029 10673 -804 165.0605949341029 10672 -804 165.0605949341029 10671 -804 165.0605949341029 10670 -804 165.0605949341029 10669 -804 165.0605949341029 10668 -804 165.0605949341029 10667 -804 165.0605949341029 10666 -804 165.0605949341029 10665 -804 165.0605949341029 10664 -804 165.0605949341029 10663 -804 165.0605949341029 10662 -804 165.0605949341029 10661 -804 165.0605949341029 10660 -804 165.0605949341029 10659 -804 165.0605949341029 10658 -804 165.0605949341029 10657 -804 165.0605949341029 10656 -804 165.0605949341029 10655 -804 165.0605949341029 10654 -804 165.0605949341029 10653 -804 165.0605949341029 10652 -804 165.0605949341029 10651 -804 165.0605949341029 10650 -804 165.0605949341029 10649 -804 165.0605949341029 10648 -804 165.0605949341029 10647 -804 165.0605949341029 10646 -804 165.0605949341029 10645 -804 165.0605949341029 10644 -804 165.0605949341029 10643 -804 165.0605949341029 10642 -804 165.0605949341029 10641 -804 165.0605949341029 10640 -804 165.0605949341029 10639 -804 165.0605949341029 10638 -804 165.0605949341029 10637 -804 165.0605949341029 10636 -804 165.0605949341029 10635 -804 165.0605949341029 10634 -804 165.0605949341029 10633 -804 165.0605949341029 10632 -804 165.0605949341029 10631 -804 165.0605949341029 10630 -804 165.0605949341029 10629 -804 165.0605949341029 10628 -804 165.0605949341029 10627 -804 165.0605949341029 10626 -804 165.0605949341029 10625 -804 165.0605949341029 10624 -804 165.0605949341029 10623 -804 165.0605949341029 10622 -804 165.0605949341029 10621 -804 165.0605949341029 10620 -804 165.0605949341029 10619 -804 165.0605949341029 10618 -804 165.0605949341029 10617 -804 165.0605949341029 10616 -804 165.0605949341029 10615 -804 165.0605949341029 10614 -804 165.0605949341029 10613 -804 165.0605949341029 10612 -804 165.0605949341029 10611 -804 165.0605949341029 10610 -804 165.0605949341029 10609 -804 165.0605949341029 10608 -804 165.0605949341029 10607 -804 165.0605949341029 10606 -804 165.0605949341029 10605 -804 165.0605949341029 10604 -804 165.0605949341029 10603 -804 165.0605949341029 10602 -804 165.0605949341029 10601 -804 165.0605949341029 10600 -804 165.0605949341029 10599 -804 165.0605949341029 10598 -804 165.0605949341029 10597 -804 165.0605949341029 10596 -804 165.0605949341029 10595 -804 165.0605949341029 10594 -804 165.0605949341029 10593 -804 165.0605949341029 10592 -804 165.0605949341029 10591 -804 165.0605949341029 10590 -804 165.0605949341029 10589 -804 165.0605949341029 10588 -804 165.0605949341029 10587 -804 165.0605949341029 10586 -804 165.0605949341029 10585 -804 165.0605949341029 10584 -804 165.0605949341029 10583 -804 165.0605949341029 10582 -804 165.0605949341029 10581 -804 165.0605949341029 10580 -804 165.0605949341029 10579 -804 165.0605949341029 10578 -804 165.0605949341029 10577 -804 165.0605949341029 10576 -804 165.0605949341029 10575 -804 165.0605949341029 10574 -804 165.0605949341029 10573 -804 165.0605949341029 10572 -804 165.0605949341029 10571 -804 165.0605949341029 10570 -804 165.0605949341029 10569 -804 165.0605949341029 10568 -804 165.0605949341029 10567 -804 165.0605949341029 10566 -804 165.0605949341029 10565 -804 165.0605949341029 10564 -804 165.0605949341029 10563 -804 165.0605949341029 10562 -804 165.0605949341029 10561 -804 165.0605949341029 10560 -804 165.0605949341029 10559 -804 165.0605949341029 10558 -804 165.0605949341029 10557 -804 165.0605949341029 10556 -804 165.0605949341029 10555 -804 165.0605949341029 10554 -804 165.0605949341029 10553 -804 165.0605949341029 10552 -804 165.0605949341029 10551 -804 165.0605949341029 10550 -804 165.0605949341029 10549 -804 165.0605949341029 10548 -804 165.0605949341029 10547 -804 165.0605949341029 10546 -804 165.0605949341029 10545 -804 165.0605949341029 10544 -804 165.0605949341029 10543 -804 165.0605949341029 10542 -804 165.0605949341029 10541 -804 165.0605949341029 10540 -804 165.0605949341029 10539 -804 165.0605949341029 10538 -804 165.0605949341029 10537 -804 165.0605949341029 10536 -804 165.0605949341029 10535 -804 165.0605949341029 10534 -804 165.0605949341029 10533 -804 165.0605949341029 10532 -804 165.0605949341029 10531 -804 165.0605949341029 10530 -804 165.0605949341029 10529 -804 165.0605949341029 10528 -804 165.0605949341029 10527 -804 165.0605949341029 10526 -804 165.0605949341029 10525 -804 165.0605949341029 10524 -804 165.0605949341029 10523 -804 165.0605949341029 10522 -804 165.0605949341029 10521 -804 165.0605949341029 10520 -804 165.0605949341029 10519 -804 165.0605949341029 10518 -804 165.0605949341029 10517 -804 165.0605949341029 10516 -804 165.0605949341029 10515 -804 165.0605949341029 10514 -804 165.0605949341029 10513 -804 165.0605949341029 10512 -804 165.0605949341029 10511 -804 165.0605949341029 10510 -804 165.0605949341029 10509 -804 165.0605949341029 10508 -804 165.0605949341029 10507 -804 165.0605949341029 10506 -804 165.0605949341029 10505 -804 165.0605949341029 10504 -804 165.0605949341029 10503 -804 165.0605949341029 10502 -804 165.0605949341029 10501 -804 165.0605949341029 10500 -804 165.0605949341029 10499 -804 165.0605949341029 10498 -804 165.0605949341029 10497 -804 165.0605949341029 10496 -804 165.0605949341029 10495 -804 165.0605949341029 10494 -804 165.0605949341029 10493 -804 165.0605949341029 10492 -804 165.0605949341029 10491 -804 165.0605949341029 10490 -804 165.0605949341029 10489 -804 165.0605949341029 10488 -804 165.0605949341029 10487 -804 165.0605949341029 10486 -804 165.0605949341029 10485 -804 165.0605949341029 10484 -804 165.0605949341029 10483 -804 165.0605949341029 10482 -804 165.0605949341029 10481 -804 165.0605949341029 10480 -804 165.0605949341029 10479 -804 165.0605949341029 10478 -804 165.0605949341029 10477 -804 165.0605949341029 10476 -804 165.0605949341029 10475 -804 165.0605949341029 10474 -804 165.0605949341029 10473 -804 165.0605949341029 10472 -804 165.0605949341029 10471 -804 165.0605949341029 10470 -804 165.0605949341029 10469 -804 165.0605949341029 10468 -804 165.0605949341029 10467 -804 165.0605949341029 10466 -804 165.0605949341029 10465 -804 165.0605949341029 10464 -804 165.0605949341029 10463 -804 165.0605949341029 10462 -804 165.0605949341029 10461 -804 165.0605949341029 10460 -804 165.0605949341029 10459 -804 165.0605949341029 10458 -804 165.0605949341029 10457 -804 165.0605949341029 10456 -804 165.0605949341029 10455 -804 165.0605949341029 10454 -804 165.0605949341029 10453 -804 165.0605949341029 10452 -804 165.0605949341029 10451 -804 165.0605949341029 10450 -804 165.0605949341029 10449 -804 165.0605949341029 10448 -804 165.0605949341029 10447 -804 165.0605949341029 10446 -804 165.0605949341029 10445 -804 165.0605949341029 10444 -804 165.0605949341029 10443 -804 165.0605949341029 10442 -804 165.0605949341029 10441 -804 165.0605949341029 10440 -804 165.0605949341029 10439 -804 165.0605949341029 10438 -804 165.0605949341029 10437 -804 165.0605949341029 10436 -804 165.0605949341029 10435 -804 165.0605949341029 10434 -804 165.0605949341029 10433 -804 165.0605949341029 10432 -804 165.0605949341029 10431 -804 165.0605949341029 10430 -804 165.0605949341029 10429 -804 165.0605949341029 10428 -804 165.0605949341029 10427 -804 165.0605949341029 10426 -804 165.0605949341029 10425 -804 165.0605949341029 10424 -804 165.0605949341029 10423 -804 165.0605949341029 10422 -804 165.0605949341029 10421 -804 165.0605949341029 10420 -804 165.0605949341029 10419 -804 165.0605949341029 10418 -804 165.0605949341029 10417 -804 165.0605949341029 10416 -804 165.0605949341029 10415 -804 165.0605949341029 10414 -804 165.0605949341029 10413 -804 165.0605949341029 10412 -804 165.0605949341029 10411 -804 165.0605949341029 10410 -804 165.0605949341029 10409 -804 165.0605949341029 10408 -804 165.0605949341029 10407 -804 165.0605949341029 10406 -804 165.0605949341029 10405 -804 165.0605949341029 10404 -804 165.0605949341029 10403 -804 165.0605949341029 10402 -804 165.0605949341029 10401 -804 165.0605949341029 10400 -804 165.0605949341029 10399 -804 165.0605949341029 10398 -804 165.0605949341029 10397 -804 165.0605949341029 10396 -804 165.0605949341029 10395 -804 165.0605949341029 10394 -804 165.0605949341029 10393 -804 165.0605949341029 10392 -804 165.0605949341029 10391 -804 165.0605949341029 10390 -804 165.0605949341029 10389 -804 165.0605949341029 10388 -804 165.0605949341029 10387 -804 165.0605949341029 10386 -804 165.0605949341029 10385 -804 165.0605949341029 10384 -804 165.0605949341029 10383 -804 165.0605949341029 10382 -804 165.0605949341029 10381 -804 165.0605949341029 10380 -804 165.0605949341029 10379 -804 165.0605949341029 10378 -804 165.0605949341029 10377 -804 165.0605949341029 10376 -804 165.0605949341029 10375 -804 165.0605949341029 10374 -804 165.0605949341029 10373 -804 165.0605949341029 10372 -804 165.0605949341029 10371 -804 165.0605949341029 10370 -804 165.0605949341029 10369 -804 165.0605949341029 10368 -804 165.0605949341029 10367 -804 165.0605949341029 10366 -804 165.0605949341029 10365 -804 165.0605949341029 10364 -804 165.0605949341029 10363 -804 165.0605949341029 10362 -804 165.0605949341029 10361 -804 165.0605949341029 10360 -804 165.0605949341029 10359 -804 165.0605949341029 10358 -804 165.0605949341029 10357 -804 165.0605949341029 10356 -804 165.0605949341029 10355 -804 165.0605949341029 10354 -804 165.0605949341029 10353 -804 165.0605949341029 10352 -804 165.0605949341029 10351 -804 165.0605949341029 10350 -804 165.0605949341029 10349 -804 165.0605949341029 10348 -804 165.0605949341029 10347 -804 165.0605949341029 10346 -804 165.0605949341029 10345 -804 165.0605949341029 10344 -804 165.0605949341029 10343 -804 165.0605949341029 10342 -804 165.0605949341029 10341 -804 165.0605949341029 10340 -804 165.0605949341029 10339 -804 165.0605949341029 10338 -804 165.0605949341029 10337 -804 165.0605949341029 10336 -804 165.0605949341029 10335 -804 165.0605949341029 10334 -804 165.0605949341029 10333 -804 165.0605949341029 10332 -804 165.0605949341029 10331 -804 165.0605949341029 10330 -804 165.0605949341029 10329 -804 165.0605949341029 10328 -804 165.0605949341029 10327 -804 165.0605949341029 10326 -804 165.0605949341029 10325 -804 165.0605949341029 10324 -804 165.0605949341029 10323 -804 165.0605949341029 10322 -804 165.0605949341029 10321 -804 165.0605949341029 10320 -804 165.0605949341029 10319 -804 165.0605949341029 10318 -804 165.0605949341029 10317 -804 165.0605949341029 10316 -804 165.0605949341029 10315 -804 165.0605949341029 10314 -804 165.0605949341029 10313 -804 165.0605949341029 10312 -804 165.0605949341029 10311 -804 165.0605949341029 10310 -804 165.0605949341029 10309 -804 165.0605949341029 10308 -804 165.0605949341029 10307 -804 165.0605949341029 10306 -804 165.0605949341029 10305 -804 165.0605949341029 10304 -804 165.0605949341029 10303 -804 165.0605949341029 10302 -804 165.0605949341029 10301 -804 165.0605949341029 10300 -804 165.0605949341029 10299 -804 165.0605949341029 10298 -804 165.0605949341029 10297 -804 165.0605949341029 10296 -804 165.0605949341029 10295 -804 165.0605949341029 10294 -804 165.0605949341029 10293 -804 165.0605949341029 10292 -804 165.0605949341029 10291 -804 165.0605949341029 10290 -804 165.0605949341029 10289 -804 165.0605949341029 10288 -804 165.0605949341029 10287 -804 165.0605949341029 10286 -804 165.0605949341029 10285 -804 165.0605949341029 10284 -804 165.0605949341029 10283 -804 165.0605949341029 10282 -804 165.0605949341029 10281 -804 165.0605949341029 10280 -804 165.0605949341029 10279 -804 165.0605949341029 10278 -804 165.0605949341029 10277 -804 165.0605949341029 10276 -804 165.0605949341029 10275 -804 165.0605949341029 10274 -804 165.0605949341029 10273 -804 165.0605949341029 10272 -804 165.0605949341029 10271 -804 165.0605949341029 10270 -804 165.0605949341029 10269 -804 165.0605949341029 10268 -804 165.0605949341029 10267 -804 165.0605949341029 10266 -804 165.0605949341029 10265 -804 165.0605949341029 10264 -804 165.0605949341029 10263 -804 165.0605949341029 10262 -804 165.0605949341029 10261 -804 165.0605949341029 10260 -804 165.0605949341029 10259 -804 165.0605949341029 10258 -804 165.0605949341029 10257 -804 165.0605949341029 10256 -804 165.0605949341029 10255 -804 165.0605949341029 10254 -804 165.0605949341029 10253 -804 165.0605949341029 10252 -804 165.0605949341029 10251 -804 165.0605949341029 10250 -804 165.0605949341029 10249 -804 165.0605949341029 10248 -804 165.0605949341029 10247 -804 165.0605949341029 10246 -804 165.0605949341029 10245 -804 165.0605949341029 10244 -804 165.0605949341029 10243 -804 165.0605949341029 10242 -804 165.0605949341029 10241 -804 165.0605949341029 10240 -804 165.0605949341029 10239 -804 165.0605949341029 10238 -804 165.0605949341029 10237 -804 165.0605949341029 10236 -804 165.0605949341029 10235 -804 165.0605949341029 10234 -804 165.0605949341029 10233 -804 165.0605949341029 10232 -804 165.0605949341029 10231 -804 165.0605949341029 10230 -804 165.0605949341029 10229 -804 165.0605949341029 10228 -804 165.0605949341029 10227 -804 165.0605949341029 10226 -804 165.0605949341029 10225 -804 165.0605949341029 10224 -804 165.0605949341029 10223 -804 165.0605949341029 10222 -804 165.0605949341029 10221 -804 165.0605949341029 10220 -804 165.0605949341029 10219 -804 165.0605949341029 10218 -804 165.0605949341029 10217 -804 165.0605949341029 10216 -804 165.0605949341029 10215 -804 165.0605949341029 10214 -804 165.0605949341029 10213 -804 165.0605949341029 10212 -804 165.0605949341029 10211 -804 165.0605949341029 10210 -804 165.0605949341029 10209 -804 165.0605949341029 10208 -804 165.0605949341029 10207 -804 165.0605949341029 10206 -804 165.0605949341029 10205 -804 165.0605949341029 10204 -804 165.0605949341029 10203 -804 165.0605949341029 10202 -804 165.0605949341029 10201 -804 165.0605949341029 10200 -804 165.0605949341029 10199 -804 165.0605949341029 10198 -804 165.0605949341029 10197 -804 165.0605949341029 10196 -804 165.0605949341029 10195 -804 165.0605949341029 10194 -804 165.0605949341029 10193 -804 165.0605949341029 10192 -804 165.0605949341029 10191 -804 165.0605949341029 10190 -804 165.0605949341029 10189 -804 165.0605949341029 10188 -804 165.0605949341029 10187 -804 165.0605949341029 10186 -804 165.0605949341029 10185 -804 165.0605949341029 10184 -804 165.0605949341029 10183 -804 165.0605949341029 10182 -804 165.0605949341029 10181 -804 165.0605949341029 10180 -804 165.0605949341029 10179 -804 165.0605949341029 10178 -804 165.0605949341029 10177 -804 165.0605949341029 10176 -804 165.0605949341029 10175 -804 165.0605949341029 10174 -804 165.0605949341029 10173 -804 165.0605949341029 10172 -804 165.0605949341029 10171 -804 165.0605949341029 10170 -804 165.0605949341029 10169 -804 165.0605949341029 10168 -804 165.0605949341029 10167 -804 165.0605949341029 10166 -804 165.0605949341029 10165 -804 165.0605949341029 10164 -804 165.0605949341029 10163 -804 165.0605949341029 10162 -804 165.0605949341029 10161 -804 165.0605949341029 10160 -804 165.0605949341029 10159 -804 165.0605949341029 10158 -804 165.0605949341029 10157 -804 165.0605949341029 10156 -804 165.0605949341029 10155 -804 165.0605949341029 10154 -804 165.0605949341029 10153 -804 165.0605949341029 10152 -804 165.0605949341029 10151 -804 165.0605949341029 10150 -804 165.0605949341029 10149 -804 165.0605949341029 10148 -804 165.0605949341029 10147 -804 165.0605949341029 10146 -804 165.0605949341029 10145 -804 165.0605949341029 10144 -804 165.0605949341029 10143 -804 165.0605949341029 10142 -804 165.0605949341029 10141 -804 165.0605949341029 10140 -804 165.0605949341029 10139 -804 165.0605949341029 10138 -804 165.0605949341029 10137 -804 165.0605949341029 10136 -804 165.0605949341029 10135 -804 165.0605949341029 10134 -804 165.0605949341029 10133 -804 165.0605949341029 10132 -804 165.0605949341029 10131 -804 165.0605949341029 10130 -804 165.0605949341029 10129 -804 165.0605949341029 10128 -804 165.0605949341029 10127 -804 165.0605949341029 10126 -804 165.0605949341029 10125 -804 165.0605949341029 10124 -804 165.0605949341029 10123 -804 165.0605949341029 10122 -804 165.0605949341029 10121 -804 165.0605949341029 10120 -804 165.0605949341029 10119 -804 165.0605949341029 10118 -804 165.0605949341029 10117 -804 165.0605949341029 10116 -804 165.0605949341029 10115 -804 165.0605949341029 10114 -804 165.0605949341029 10113 -804 165.0605949341029 10112 -804 165.0605949341029 10111 -804 165.0605949341029 10110 -804 165.0605949341029 10109 -804 165.0605949341029 10108 -804 165.0605949341029 10107 -804 165.0605949341029 10106 -804 165.0605949341029 10105 -804 165.0605949341029 10104 -804 165.0605949341029 10103 -804 165.0605949341029 10102 -804 165.0605949341029 10101 -804 165.0605949341029 10100 -804 165.0605949341029 10099 -804 165.0605949341029 10098 -804 165.0605949341029 10097 -804 165.0605949341029 10096 -804 165.0605949341029 10095 -804 165.0605949341029 10094 -804 165.0605949341029 10093 -804 165.0605949341029 10092 -804 165.0605949341029 10091 -804 165.0605949341029 10090 -804 165.0605949341029 10089 -804 165.0605949341029 10088 -804 165.0605949341029 10087 -804 165.0605949341029 10086 -804 165.0605949341029 10085 -804 165.0605949341029 10084 -804 165.0605949341029 10083 -804 165.0605949341029 10082 -804 165.0605949341029 10081 -804 165.0605949341029 10080 -804 165.0605949341029 10079 -804 165.0605949341029 10078 -804 165.0605949341029 10077 -804 165.0605949341029 10076 -804 165.0605949341029 10075 -804 165.0605949341029 10074 -804 165.0605949341029 10073 -804 165.0605949341029 10072 -804 165.0605949341029 10071 -804 165.0605949341029 10070 -804 165.0605949341029 10069 -804 165.0605949341029 10068 -804 165.0605949341029 10067 -804 165.0605949341029 10066 -804 165.0605949341029 10065 -804 165.0605949341029 10064 -804 165.0605949341029 10063 -804 165.0605949341029 10062 -804 165.0605949341029 10061 -804 165.0605949341029 10060 -804 165.0605949341029 10059 -804 165.0605949341029 10058 -804 165.0605949341029 10057 -804 165.0605949341029 10056 -804 165.0605949341029 10055 -804 165.0605949341029 10054 -804 165.0605949341029 10053 -804 165.0605949341029 10052 -804 165.0605949341029 10051 -804 165.0605949341029 10050 -804 165.0605949341029 10049 -804 165.0605949341029 10048 -804 165.0605949341029 10047 -804 165.0605949341029 10046 -804 165.0605949341029 10045 -804 165.0605949341029 10044 -804 165.0605949341029 10043 -804 165.0605949341029 10042 -804 165.0605949341029 10041 -804 165.0605949341029 10040 -804 165.0605949341029 10039 -804 165.0605949341029 10038 -804 165.0605949341029 10037 -804 165.0605949341029 10036 -804 165.0605949341029 10035 -804 165.0605949341029 10034 -804 165.0605949341029 10033 -804 165.0605949341029 10032 -804 165.0605949341029 10031 -804 165.0605949341029 10030 -804 165.0605949341029 10029 -804 165.0605949341029 10028 -804 165.0605949341029 10027 -804 165.0605949341029 10026 -804 165.0605949341029 10025 -804 165.0605949341029 10024 -804 165.0605949341029 10023 -804 165.0605949341029 10022 -804 165.0605949341029 10021 -804 165.0605949341029 10020 -804 165.0605949341029 10019 -804 165.0605949341029 10018 -804 165.0605949341029 10017 -804 165.0605949341029 10016 -804 165.0605949341029 10015 -804 165.0605949341029 10014 -804 165.0605949341029 10013 -804 165.0605949341029 10012 -804 165.0605949341029 10011 -804 165.0605949341029 10010 -804 165.0605949341029 10009 -804 165.0605949341029 10008 -804 165.0605949341029 10007 -804 165.0605949341029 10006 -804 165.0605949341029 10005 -804 165.0605949341029 10004 -804 165.0605949341029 10003 -804 165.0605949341029 10001 -1804 165.07574019219177 2740 -1805 165.19685227025363 1830 -1805 165.19685227025363 1529 -1807 165.4236984231703 729 -1807 165.4236984231703 2159 -1809 165.60495161679196 430 -1810 165.6804152578089 2031 -1811 166.01204775557707 159 -1812 166.02710622064097 2751 -1813 166.14752480852673 2555 -1814 166.2077013859466 231 -1815 166.20770138594662 1462 -1816 166.37307474468335 862 -1817 167.0029939851379 2845 -1818 167.04789732289362 2846 -1819 167.36188335460378 2844 -1820 167.5857989210303 2847 -1821 167.72000476985446 1629 -1822 167.83920876839238 2637 -1823 167.94344286098223 1861 -1824 168.00297616411444 629 -1825 168.12197952677099 1562 -1826 168.24089871371942 2060 -1827 168.31518053936784 2333 -1827 168.31518053936784 2843 -1829 168.34488409215172 762 -1829 168.34488409215172 461 -1831 168.4339633209407 2739 -1832 168.67127793433 2434 -1833 168.71573726241425 2848 -1834 168.7601848778319 260 -1835 169.14490828872147 2232 -1836 169.30741271426953 2654 -1837 169.49926253526888 1930 -1838 169.5435047414085 2752 -1839 169.77926846349644 32 -1840 169.85287751463028 2842 -1841 169.95587662684687 330 -1842 170.20575783445167 2535 -1843 170.42593699317013 2849 -1844 170.484603410396 2358 -1845 170.60187572239644 1662 -1846 170.66048165876012 2457 -1847 170.79227148791014 1729 -1848 170.88007490635061 662 -1849 171 1128 -1850 171.12860660918147 529 -1851 171.14321488157222 2131 -1851 171.14321488157222 1228 -1853 171.18703221914913 1028 -1854 171.4788616710526 2259 -1855 171.71196813268432 131 -1856 171.84295155751954 1328 -1857 171.9447585708852 928 -1858 171.95929750961417 2841 -1859 172.00290695217916 2556 -1860 172.10461934532728 59 -1861 172.1772342674838 1961 -1862 172.30786401090347 2738 -1863 172.62676501632066 361 -1864 172.69916039170542 2850 -1865 172.88724649319855 2636 -1866 173.11845655504212 1428 -1867 173.27723451163453 828 -1868 173.5655495770978 2753 -1869 173.62315513778685 2160 -1870 173.62315513778688 1762 -1871 173.9540169125163 562 -1872 174 1163 -1873 174.14074767268 1263 -1874 174.18381095842403 160 -1874 174.18381095842403 1063 -1876 174.2699056062176 2030 -1877 174.38463235044537 1829 -1878 174.48495637160244 2655 -1879 174.61385970191483 2840 -1880 174.77127910500627 230 -1880 174.77127910500627 429 -1882 174.82848738120458 1363 -1883 174.928556845359 963 -1884 174.95713760804387 1528 -1885 175.1713446885649 728 -1886 175.41379649275027 2433 -1887 175.5135322418189 2851 -1888 175.64168070250295 2332 -1889 176.08236708995028 1463 -1890 176.23847480048167 863 -1891 176.32356620712955 2534 -1892 176.66352198459083 2737 -1893 176.87566254292875 2061 -1894 177.00282483621552 2231 -1894 177.00282483621552 2945 -1896 177.04519197086375 2946 -1897 177.15812146215598 1862 -1898 177.341478509682 1628 -1898 177.341478509682 2944 -1900 177.36967046256808 261 -1901 177.49647883831386 2458 -1902 177.53872816937718 462 -1903 177.55280904564705 2947 -1904 177.6091213873882 628 -1904 177.6091213873882 31 -1906 177.79201331893398 2839 -1907 177.89041570584965 1563 -1907 177.89041570584965 2359 -1909 178.05897899291685 2754 -1910 178.10109488714548 763 -1911 178.22738285684383 2557 -1912 178.24140933015536 2943 -1913 178.35358140502814 2635 -1914 178.46568297574746 1929 -1915 178.61970775925033 2948 -1916 178.8435070110179 2852 -1917 178.89941307897016 329 -1918 179.40178371465544 2260 -1919 179.47144619688115 2130 -1920 179.6941846582688 2942 -1921 180 60 -1922 180.01388835309345 130 -1923 180.06943105369106 2656 -1924 180.2359564570843 2949 -1925 180.23595645708437 1663 -1926 180.24982662959764 1728 -1927 180.49930747789588 663 -1928 180.56854654119581 528 -1929 181 1127 -1930 181.1353085403285 1227 -1931 181.1767093199344 1027 -1931 181.1767093199344 1962 -1933 181.4662503056698 2838 -1933 181.4662503056698 2736 -1935 181.6039647144302 362 -1936 181.68654325513486 2941 -1937 181.79658962697843 1327 -1938 181.89282558693733 927 -1939 182.00274723201295 2161 -1940 182.3869512876401 2950 -1941 182.45547402037573 2432 -1942 182.53766734567418 161 -1943 182.66088798645427 2853 -1944 182.78402556022232 2533 -1945 182.98907071188705 2755 -1946 183.00273222004088 1427 -1947 183.0027322200409 2029 -1948 183.09833423600554 1763 -1949 183.1529415543196 827 -1950 183.22117781522965 2331 -1951 183.412104289766 563 -1952 183.48024416813928 229 -1953 183.65728953678916 1828 -1954 184 1164 -1955 184.02445489662506 428 -1956 184.13310403075272 1264 -1957 184.1738309315414 1064 -1958 184.200977196105 2634 -1959 184.20097719610501 2940 -1960 184.62123388169627 2459 -1961 184.74306482247175 1527 -1962 184.78365728602733 1364 -1962 184.78365728602733 2558 -1964 184.87833837418594 964 -1965 184.94593804677086 727 -1966 185.05404615949365 2951 -1967 185.06755523321746 2230 -1968 185.53975315279473 2360 -1969 185.60711193270586 2837 -1970 185.64751546950475 30 -1970 185.64751546950475 2062 -1972 185.9704277566732 1464 -1973 186.02419197512992 2657 -1974 186.11824198610947 864 -1975 186.1182419861095 262 -1976 186.45374761586314 1863 -1977 186.68154702594467 2735 -1978 186.81541692269406 463 -1979 186.93581786270926 2854 -1980 187.00267377767622 1627 -1981 187.00267377767625 3045 -1982 187.0427758562196 3046 -1983 187.21645226849054 2939 -1984 187.25650856512306 627 -1985 187.32325002519042 3044 -1986 187.5233318816621 3047 -1986 187.5233318816621 2261 -1988 187.53666308218243 1928 -1989 187.6832437912346 1564 -1990 187.88294228055935 764 -1991 187.94946129212502 328 -1992 187.9627622695517 2129 -1993 188.0957203128237 61 -1994 188.17545004596107 3043 -1995 188.2153022471871 2952 -1996 188.3215335536539 2756 -1997 188.48076824970764 129 -1998 188.53381659532593 3048 -1999 189.5521036549054 3042 -1999 189.5521036549054 2532 -2001 189.76301009416983 1727 -2001 189.76301009416983 2431 -2003 189.90787240133045 1664 -2004 190.0657780874821 527 -2004 190.0657780874821 3049 -2006 190.15782918407538 664 -2007 190.18412131405714 2836 -2008 190.2761151589973 1963 -2009 190.39432764659773 2633 -2010 190.538709977789 2162 -2011 190.68298298484842 363 -2012 190.70920271449936 2938 -2013 191 1126 -2014 191.0235587565052 2330 -2015 191.049731745428 162 -2016 191.12822920751398 1226 -2017 191.16746585127922 1026 -2018 191.4418971907665 3041 -2019 191.637678967368 2855 -2019 191.637678967368 2559 -2021 191.75505208468434 1326 -2022 191.84629264074923 926 -2023 191.84629264074925 2953 -2024 191.85932346383376 2028 -2025 192.0026041490063 2460 -2026 192.10674116230277 3050 -2027 192.27584351654784 2734 -2028 192.31484602078956 2658 -2028 192.31484602078956 228 -2030 192.62658175859323 1764 -2031 192.89893727027118 1426 -2032 192.92485583770693 564 -2033 193.00259065618783 1827 -2034 193.04144632694815 826 -2035 193.3132173442882 2229 -2036 193.3520105920805 427 -2037 193.40372281835735 2361 -2038 193.82982226685343 3040 -2039 193.86851214160592 29 -2040 194 1165 -2041 194.02319448973105 2757 -2042 194.12624758130983 1265 -2043 194.164878389476 1065 -2044 194.5379140424817 2063 -2045 194.5507645834372 1526 -2046 194.64069461446132 3051 -2047 194.65353837010002 2937 -2048 194.74342094150447 1365 -2049 194.7434209415045 726 -2050 194.83326204732086 965 -2051 194.98717906570164 263 -2052 195.16659550240658 2835 -2053 195.81879378650046 1864 -2054 195.8187937865005 2262 -2055 195.86985475054604 1465 -2056 195.92090240706835 2954 -2057 196.0102038160259 865 -2058 196.16319736382766 464 -2059 196.36700333813724 62 -2060 196.596032513375 2531 -2060 196.596032513375 2128 -2062 196.69773765857093 1626 -2062 196.69773765857093 3039 -2064 196.69773765857096 1927 -2065 196.73586353280885 2856 -2066 196.9009903479411 2632 -2067 196.93907687404246 626 -2068 197.00253805471644 3145 -2069 197.04060495238028 3146 -2070 197.0913493789111 327 -2070 197.0913493789111 128 -2072 197.3068675946177 3144 -2072 197.3068675946177 2430 -2074 197.4968354176846 3147 -2075 197.49683541768462 1565 -2076 197.6486782146544 3052 -2077 197.6866206904251 765 -2078 198.11612756158948 3143 -2079 198.21705274773916 2733 -2080 198.45654436173174 3148 -2081 198.7586476106134 2560 -2082 198.90952717253137 2659 -2083 199.02261178067178 2329 -2084 199.0226117806718 2936 -2085 199.21094347449892 2163 -2086 199.32385707686873 1726 -2087 199.42417105255822 3142 -2088 199.46177578674065 1964 -2089 199.61212388028937 1665 -2089 199.61212388028937 526 -2091 199.6121238802894 2461 -2092 199.69977466186583 163 -2093 199.84994370777292 665 -2093 199.84994370777292 364 -2095 199.9124808509964 3149 -2096 200.02499843769527 3038 -2097 200.06249023742555 2758 -2098 200.41207548448773 2955 -2099 200.5243127403757 2834 -2100 200.82330542046157 2027 -2101 201 1125 -2102 201.10942295178515 3053 -2103 201.12185361118767 1225 -2104 201.1591409804685 1025 -2105 201.22127124138743 3141 -2106 201.25854019146615 227 -2107 201.4571914824586 2362 -2108 201.71762441591463 2228 -2109 201.71762441591466 1325 -2110 201.80436070610565 925 -2111 201.85390756683407 3150 -2112 202.2003956474863 1765 -2113 202.20039564748632 2857 -2114 202.24984548819808 28 -2115 202.41047403728888 1826 -2116 202.48456731316588 565 -2117 202.74368054269905 426 -2118 202.80532537386685 1425 -2119 202.94087809014724 825 -2120 203.49447166937975 3140 -2121 203.5313243704762 2064 -2122 203.69094236121543 2631 -2123 203.78910667648555 3037 -2123 203.78910667648555 2935 -2125 203.8872237291979 2530 -2126 203.9607805437114 264 -2127 204 1166 -2128 204.12006270820123 1266 -2129 204.15680248279753 1066 -2130 204.26698215815497 2263 -2130 204.26698215815497 3151 -2132 204.37710243566912 1525 -2133 204.47493733951845 2732 -2134 204.56050449683585 725 -2135 204.707107839469 1366 -2136 204.79257799051214 966 -2136 204.79257799051214 63 -2138 205 3054 -2139 205.0609665440988 2429 -2140 205.24375751773792 1865 -2141 205.29247428973133 2956 -2142 205.35335400231472 2127 -2143 205.57237168452377 465 -2144 205.7790076757102 2660 -2145 205.77900767571023 1466 -2146 205.82759776084447 127 -2147 205.91260281974002 866 -2148 205.93688353473743 1926 -2149 206.11889772653063 2561 -2150 206.2280291328024 3139 -2151 206.22802913280242 2833 -2152 206.31286920597074 326 -2153 206.4097865896867 2759 -2154 206.4218980631658 1625 -2155 206.6518811915343 625 -2156 207.0024154448445 3245 -2157 207.03864373589778 3246 -2158 207.13522153414664 3152 -2159 207.1955597979841 2328 -2160 207.2920644887305 3244 -2161 207.32824216685967 1566 -2162 207.42468512691542 2462 -2163 207.47288979526942 3247 -2164 207.50903594783532 766 -2165 207.9663434308542 3036 -2166 208.00240383226344 2164 -2166 208.00240383226344 2858 -2168 208.06249061279644 3243 -2169 208.38665984174708 3248 -2170 208.4706214314142 164 -2171 208.72230355187247 1965 -2172 208.92582415776175 2934 -2173 208.9258241577618 1725 -2174 209.093280618962 365 -2175 209.20086041888067 525 -2176 209.29644048573786 3055 -2177 209.3083849252103 3242 -2178 209.3442141545832 1666 -2179 209.40391591371926 3138 -2180 209.57099035887575 666 -2181 209.67832506007863 2363 -2182 209.77368757782753 3249 -2183 209.88091861815357 2026 -2184 210.261741645978 2227 -2185 210.2974084481309 226 -2186 210.440015206234 3153 -2187 210.53503271427297 2957 -2188 210.73680267100949 2630 -2189 210.77238908357992 27 -2190 211 1124 -2191 211.0213259365034 3241 -2191 211.0213259365034 2731 -2193 211.11608181282637 1224 -2194 211.15160430363773 1024 -2195 211.4000946073582 2529 -2196 211.6246677492962 3250 -2197 211.68372634664198 1324 -2198 211.7663807123312 924 -2199 211.81359729724625 1766 -2200 211.87260323128143 1825 -2201 212.08488866489284 566 -2202 212.19095173922943 425 -2203 212.24985276791125 2832 -2204 212.53235047869774 3035 -2205 212.61467494037188 2065 -2206 212.7204738618265 1424 -2207 212.8497122384712 2264 -2207 212.8497122384712 824 -2209 212.8966885604377 2661 -2210 213.00234740490538 2428 -2211 213.0023474049054 3137 -2212 213.02582003128165 265 -2213 213.03755537463343 2760 -2214 213.19005605327843 3240 -2215 213.3541656495134 64 -2216 213.693706037403 2562 -2217 213.9275578320848 3251 -2218 213.97429752192198 3056 -2219 214 1167 -2220 214.11445537375565 1267 -2220 214.11445537375565 2859 -2222 214.1494805036893 1067 -2223 214.16115427406532 3154 -2224 214.21951358361355 2126 -2225 214.21951358361358 1524 -2226 214.39449619801346 724 -2227 214.40615662802222 2933 -2228 214.67417171145667 1367 -2229 214.67417171145672 126 -2230 214.72074888095932 1866 -2231 214.75567512873786 967 -2232 215.0348808914498 466 -2233 215.24404753674372 1925 -2234 215.41819793137253 2463 -2235 215.52262062252305 2327 -2236 215.6038033059714 325 -2237 215.6965461012299 1467 -2238 215.80083410404143 3239 -2239 215.82400237230337 867 -2240 216.11339616044165 2958 -2241 216.1712284278368 1624 -2242 216.39085008382403 624 -2243 216.6679487141557 3252 -2244 216.89859381747962 2165 -2245 217.0023041352326 3136 -2246 217.00230413523263 3345 -2247 217.0368632283465 3346 -2248 217.17504460687928 1567 -2249 217.27862297059966 3344 -2250 217.3476477903545 165 -2250 217.3476477903545 767 -2252 217.45114393812693 3347 -2253 217.46264046957583 3034 -2254 217.83020910791967 2730 -2255 218.0137610335641 2629 -2256 218.01376103356412 3343 -2257 218.04815981796315 1966 -2258 218.04815981796318 2364 -2259 218.27734651126764 3155 -2260 218.3231549790356 3348 -2261 218.40329667841556 366 -2262 218.56349191939628 2831 -2262 218.56349191939628 1724 -2264 218.82641522448796 524 -2265 218.83783950679094 3238 -2266 218.92921230388603 2226 -2267 219.00913222968578 3057 -2268 219.02054698132775 2025 -2269 219.10043359153812 1667 -2270 219.1118435867856 2528 -2271 219.20310216782974 3342 -2272 219.31712199461307 667 -2273 219.41968918034678 26 -2274 219.41968918034684 225 -2275 219.64744478368058 3349 -2276 219.82947936980608 3253 -2277 219.9204401596177 2761 -2278 220.20445045457186 2932 -2279 220.238507078122 2662 -2280 220.51077071199944 2860 -2281 220.83930809527547 3341 -2282 221 1123 -2283 221.11083193728885 2427 -2284 221.11083193728888 1223 -2285 221.14474897677314 1023 -2286 221.38202275704322 1824 -2286 221.38202275704322 3135 -2288 221.4158982548453 3350 -2289 221.46105752479372 2563 -2289 221.46105752479372 1767 -2291 221.55134844996994 2265 -2292 221.65288177689007 1323 -2293 221.6867158852781 424 -2294 221.7205448306494 567 -2295 221.73181999884454 923 -2296 221.77691493931465 2066 -2297 222.00225224082752 2959 -2298 222.03603311174516 65 -2299 222.17110523198104 266 -2300 222.2836026341124 3237 -2301 222.64321233758736 1423 -2302 222.73302404448245 3033 -2303 222.76669409945464 3156 -2304 222.76669409945467 823 -2305 222.9125389025929 3340 -2306 223.18154045529843 2125 -2307 223.3942702935776 3254 -2308 223.5732542143626 2464 -2309 223.61797781037197 125 -2309 223.61797781037197 3351 -2311 223.98660674245684 2326 -2312 224 1168 -2313 224.07588000496617 1523 -2314 224.1093483101497 1268 -2315 224.14281161795037 1068 -2316 224.24317157942625 723 -2316 224.24317157942625 1867 -2318 224.37691503361037 3058 -2319 224.5439823286298 467 -2320 224.610774452162 1924 -2321 224.6441630668378 1368 -2322 224.72205054244233 968 -2323 224.87774456357394 2729 -2324 224.9555511651135 324 -2325 225.14439810930227 2830 -2326 225.41073621280773 3339 -2327 225.49944567559362 2628 -2328 225.6213642366343 1468 -2329 225.74321695235938 868 -2330 225.88713996153035 2166 -2331 225.94247055390005 1623 -2332 226.11943746613204 3236 -2333 226.11943746613207 3134 -2334 226.15260334561702 623 -2335 226.24102192131295 3352 -2336 226.29626598775334 2931 -2337 226.3183598385248 166 -2338 226.55021518418383 2365 -2339 227.00220263248548 3445 -2339 227.00220263248548 2527 -2341 227.03523955544873 3446 -2341 227.03523955544873 1568 -2341 227.03523955544873 2762 -2344 227.16733920174352 2861 -2345 227.20035211240318 768 -2346 227.26636354727023 3444 -2347 227.343352662883 3255 -2348 227.4313083108832 1967 -2348 227.4313083108832 3447 -2350 227.6071176391459 3157 -2351 227.705950734714 2225 -2352 227.771815640127 367 -2353 227.7827912727386 2663 -2354 227.96929617823537 3443 -2355 228.17756243767704 2960 -2356 228.17756243767707 25 -2357 228.232337761326 1723 -2357 228.232337761326 2024 -2359 228.2651966463569 3448 -2360 228.31995094603536 3338 -2361 228.3199509460354 3032 -2362 228.4841351166422 523 -2363 228.61539755668252 224 -2364 228.87769659798656 1668 -2365 229.08513701242163 668 -2366 229.10696191953662 3442 -2367 229.2705825002414 3353 -2368 229.3686988235317 2426 -2369 229.40139493908927 2564 -2370 229.53213282675696 3449 -2371 230.05434140654683 3059 -2372 230.32585612562042 3235 -2373 230.3584163862914 2266 -2374 230.6729286240585 3441 -2375 230.82460874005614 66 -2376 230.93289068471816 1823 -2377 231 1122 -2378 231.00865784641059 2067 -2379 231.1060362690685 1222 -2380 231.1384866265244 1768 -2380 231.1384866265244 1022 -2382 231.1925604339378 3133 -2383 231.22499864850255 3450 -2383 231.22499864850255 423 -2385 231.387121508523 267 -2386 231.38712150852302 568 -2387 231.62469643800938 1322 -2387 231.62469643800938 3337 -2389 231.65707414193074 3256 -2390 231.70023737579555 922 -2391 231.87280996270346 2465 -2392 231.96982562393757 2829 -2393 232.14219780126146 2728 -2394 232.22833591101667 2124 -2395 232.57256931977167 1422 -2396 232.5725693197717 2325 -2397 232.64780248263685 124 -2398 232.65854809140367 3440 -2399 232.6585480914037 2930 -2400 232.69078194032525 3354 -2400 232.69078194032525 822 -2402 232.7767170487633 3158 -2403 233.173754955398 2627 -2404 233.33452380648689 3451 -2405 233.80547470065795 1868 -2406 233.94443784796422 1522 -2407 234 1169 -2408 234.02991261802413 1923 -2409 234.06195760951843 2862 -2410 234.09399821439249 468 -2411 234.104677441524 722 -2412 234.10467744152402 1269 -2413 234.1367122003724 1069 -2414 234.2007685726074 3031 -2415 234.3608329051593 2763 -2416 234.36083290515933 323 -2417 234.6167086973986 2961 -2418 234.61670869739862 1369 -2419 234.69128658729537 969 -2420 234.8829495727606 3234 -2421 234.957442955102 2167 -2422 235.05318547086318 3439 -2422 235.05318547086318 2526 -2424 235.17015116719213 2366 -2425 235.30830839560258 3336 -2426 235.37204591879637 167 -2427 235.51008470976353 2664 -2428 235.5525419094432 1469 -2429 235.66925976885491 869 -2430 235.73289969794206 1622 -2431 235.8495283014151 3452 -2432 235.93431289238114 622 -2433 236.01906702637393 3060 -2434 236.31546711969577 3257 -2435 236.4846718077093 3355 -2436 236.57979626333267 2224 -2437 236.5797962633327 3132 -2438 236.86494041964085 1968 -2439 236.9071548096427 1569 -2440 237.00210969525145 3545 -2441 237.0337528707673 24 -2442 237.03375287076733 3546 -2443 237.06539182259397 769 -2444 237.19190542680832 368 -2445 237.25513693068902 3544 -2446 237.41314201197875 3547 -2447 237.4973684064731 2565 -2448 237.507894605632 2023 -2449 237.76038357977131 2425 -2450 237.84448700779254 3438 -2451 237.87601812709073 223 -2452 237.92856070678022 1722 -2453 237.92856070678025 3543 -2454 238.17010727629105 522 -2455 238.21209037326378 3548 -2456 238.25406607233379 3159 -2457 238.6734170367534 1669 -2458 238.75719884434898 3453 -2459 238.87235084873262 669 -2460 239.01882771028727 2828 -2461 239.0188277102873 3542 -2462 239.2592735924775 2267 -2463 239.26972228010797 2929 -2464 239.35329536064464 3335 -2465 239.4263978762576 3549 -2466 239.60383970212166 2727 -2467 239.70815588961503 67 -2468 239.77072381756705 3233 -2469 240.3018934590404 2068 -2470 240.30189345904043 2466 -2471 240.35390573069537 3030 -2472 240.52026941611385 1822 -2472 240.52026941611385 3541 -2474 240.63457773146402 3356 -2475 240.66574330386115 268 -2476 240.80074750714542 422 -2477 240.84227203711563 1769 -2478 241 1121 -2479 241.0186714758838 2626 -2480 241.01867147588382 3437 -2481 241.04978738841487 3550 -2482 241.0808992848666 569 -2483 241.10163831878043 1221 -2484 241.13274352522097 1021 -2485 241.1742108932877 2863 -2486 241.2674864129023 2324 -2487 241.29857024027305 3258 -2488 241.29857024027308 2962 -2489 241.3503677229434 2123 -2490 241.59884105682295 1321 -2491 241.67126432408133 921 -2492 241.7540072056718 123 -2493 241.87806845598877 2764 -2494 242.0433845408711 3454 -2495 242.24987100099767 3061 -2496 242.26019070412704 3131 -2497 242.42524621004304 3540 -2498 242.5077318355025 1421 -2499 242.6211037811839 821 -2500 243.0740627874558 3551 -2501 243.24884377936928 2525 -2502 243.40295807569797 1869 -2503 243.402958075698 2665 -2504 243.49537983296523 1922 -2505 243.6801181877586 469 -2506 243.74166652421167 3334 -2507 243.81345327934633 322 -2508 243.82370680473215 1521 -2509 243.89546941261534 2367 -2510 243.97745797511703 721 -2511 244 1170 -2512 244.0184419260151 3160 -2513 244.1003891844501 2168 -2513 244.1003891844501 1270 -2515 244.13111231467406 1070 -2516 244.4994887520217 168 -2517 244.56083087853622 3436 -2518 244.59149617270018 1370 -2519 244.6630335788388 970 -2520 244.72433471152803 3539 -2521 244.9693858423946 3232 -2522 245.12241839538055 3357 -2523 245.48930730278255 3552 -2524 245.48930730278258 1470 -2525 245.54022073786606 2223 -2525 245.54022073786606 1621 -2527 245.60130292814003 870 -2528 245.6928977402481 3455 -2529 245.73359558676546 2566 -2529 245.73359558676546 621 -2531 245.9776412603389 23 -2532 246.10973162392423 2928 -2533 246.272207120495 2827 -2533 246.272207120495 2424 -2535 246.34325645326686 1969 -2536 246.5866987491418 3259 -2537 246.6576574931336 369 -2538 246.7589917307979 3029 -2539 246.78938388836744 1570 -2540 246.84002916869056 2022 -2541 246.9412885687608 770 -2542 247.002024283203 3645 -2543 247.03238654071248 3646 -2544 247.19425559668653 222 -2545 247.244817943673 2726 -2545 247.244817943673 3644 -2547 247.39644298170498 3647 -2548 247.40654801358838 3538 -2549 247.6489450815408 1721 -2550 247.8810198462157 521 -2551 247.89110512481082 3643 -2552 248.1632527188504 3648 -2553 248.20354550247666 2963 -2554 248.21361767638777 3130 -2555 248.24383174612817 2268 -2556 248.28411145298847 3553 -2557 248.4552273549502 3333 -2557 248.4552273549502 3435 -2559 248.4854120466632 2864 -2560 248.48541204666324 1670 -2561 248.67649667791284 68 -2562 248.67649667791287 670 -2563 248.7267577081324 3062 -2564 248.84734276258607 2467 -2565 248.93774322107123 3642 -2566 249.0180716333656 2625 -2567 249.3290997858052 3649 -2568 249.5696295625732 2765 -2569 249.64975465639858 2069 -2570 249.68980756130193 3456 -2571 249.92999019725502 3358 -2572 250 269 -2573 250.04999500099973 3161 -2574 250.05999280172747 2323 -2575 250.13996082193665 1821 -2576 250.3797116381437 3641 -2577 250.40966435024026 421 -2578 250.4595775769016 3537 -2579 250.45957757690164 3231 -2580 250.53941805632104 2122 -2581 250.56935167733505 1770 -2582 250.79872407968904 570 -2583 250.88842141477951 3650 -2584 250.92827660508888 122 -2585 251 1120 -2586 251.09759058979435 1220 -2587 251.127457678367 1020 -2588 251.44581921360316 2666 -2588 251.44581921360316 3554 -2590 251.57503850740042 2524 -2590 251.57503850740042 1320 -2592 251.6445906432324 920 -2593 252.1606630701942 3260 -2594 252.21022976873877 3640 -2595 252.44801445050032 1420 -2596 252.55692427648864 820 -2597 252.68557536986555 3434 -2598 252.7152547829276 2368 -2599 252.83393759541067 3651 -2600 253.0019762768663 1921 -2601 253.0316185775999 1870 -2602 253.1600284405103 2927 -2603 253.298243183801 470 -2604 253.3081127796739 2169 -2604 253.3081127796739 321 -2606 253.3969218439719 3028 -2607 253.47583711273154 3332 -2608 253.69272752682525 169 -2609 253.71243564319033 2826 -2609 253.71243564319033 1520 -2611 253.86019774671254 720 -2612 253.87004549572208 3536 -2613 254 1171 -2614 254.0177159176108 3457 -2615 254.0964383851139 1271 -2616 254.09643838511394 2567 -2617 254.12595302329902 1071 -2618 254.42091109026396 3639 -2619 254.42091109026398 3129 -2620 254.56826196523397 1371 -2621 254.57808232446092 2222 -2622 254.63699652642777 971 -2623 254.8921340488953 2423 -2624 254.9607812978302 3555 -2625 255 22 -2626 255.0392126713067 3359 -2627 255.049014897137 2725 -2628 255.1568145278507 3652 -2629 255.31353273964936 2964 -2630 255.36248745655652 1620 -2631 255.43100829773974 1471 -2632 255.43100829773977 3063 -2633 255.53864678361276 871 -2634 255.54842985234717 620 -2635 255.8612905462645 1970 -2636 255.97851472340412 2865 -2637 256.16400996236763 370 -2638 256.2225595063791 2021 -2638 256.2225595063791 3230 -2640 256.3298656028985 3162 -2641 256.56383221335 221 -2642 256.6807355451515 1571 -2643 256.82678987987214 771 -2644 257.00194551792794 3745 -2644 257.00194551792794 3638 -2646 257.03112651972714 3746 -2647 257.1575392633862 2624 -2648 257.23530084341064 3744 -2648 257.23530084341064 3433 -2650 257.30332294783915 2269 -2651 257.3810404827831 3747 -2652 257.390753524675 1720 -2653 257.4198904513791 2766 -2654 257.4975728040946 2468 -2655 257.6140524117425 520 -2656 257.62375666851847 3535 -2657 257.72077913897436 69 -2658 257.84685377176896 3653 -2659 257.85654926722333 3743 -2660 258.0019379772175 3261 -2661 258.11818998280614 3748 -2662 258.31182706178976 1671 -2663 258.49564793241683 671 -2664 258.6600085053737 3458 -2665 258.7856255668 3331 -2666 258.8146054611293 3556 -2667 258.8628980754098 3742 -2668 258.940147524481 2322 -2669 259.0463279029448 2070 -2670 259.2392717163046 3749 -2671 259.3838853899756 270 -2672 259.62472917655595 2667 -2673 259.7883754135277 2121 -2673 259.7883754135277 1820 -2675 259.9423012901133 3637 -2676 260.0192300580863 2523 -2677 260.0480724789169 420 -2678 260.16341018675166 121 -2679 260.2498799231231 3027 -2679 260.2498799231231 3741 -2681 260.3171143048417 1771 -2682 260.4035330021465 2926 -2683 260.43233286210835 3360 -2684 260.53790511171303 571 -2685 260.73933343475437 3750 -2686 260.86394921491166 3128 -2687 260.8926982496827 3654 -2688 261 1119 -2689 261.0938528575501 1219 -2690 261.1225765804252 1019 -2691 261.3235542388018 2825 -2692 261.55305389155757 1319 -2693 261.6199533674754 919 -2694 261.61995336747543 2369 -2695 261.70594185077266 3534 -2696 262.01145013147806 3740 -2697 262.08777155754524 3432 -2698 262.2403477728017 3229 -2699 262.3451924468981 3064 -2700 262.3928352680385 1419 -2701 262.497619036821 819 -2702 262.54523419784255 1920 -2703 262.5737991498771 2568 -2703 262.5737991498771 2170 -2705 262.61188091935213 3751 -2706 262.6118809193522 2965 -2707 262.68802789621 1871 -2708 262.8402556687236 320 -2708 262.8402556687236 3163 -2710 262.9448611401257 170 -2711 262.94486114012574 471 -2712 262.99239532731735 3557 -2713 263.00190113381313 2724 -2714 263.22993750711566 3636 -2715 263.60007587252323 3459 -2716 263.60955976595386 1519 -2716 263.60955976595386 2422 -2718 263.63800939925187 2866 -2719 263.6854186336438 2221 -2720 263.751777245197 719 -2721 264 1172 -2722 264.09278672466615 3262 -2722 264.09278672466615 1272 -2722 264.09278672466615 21 -2725 264.12118430750684 1072 -2726 264.14011433328335 3739 -2727 264.2820463065927 3655 -2728 264.36716891475004 3330 -2729 264.5467822522134 1372 -2730 264.6129248543993 972 -2731 264.8490135907627 3752 -2732 265.19803920843754 1619 -2733 265.37709019431196 619 -2734 265.377090194312 1472 -2735 265.41476974727686 1971 -2736 265.4147697472769 2767 -2737 265.42418879973997 2623 -2738 265.48069609672183 872 -2739 265.6501458685841 2020 -2740 265.70660511172844 371 -2741 265.97932250458865 220 -2742 266.09208932247503 3361 -2743 266.101484400219 3533 -2744 266.2423707827137 2469 -2745 266.4301034042512 2270 -2746 266.580194313081 1572 -2747 266.62708039507163 3738 -2748 266.7208278331484 772 -2749 266.8332812825267 70 -2750 266.8520189168521 3635 -2751 267.00187265260894 3845 -2752 267.02996086581743 3846 -2753 267.15164233071823 1719 -2754 267.22649569232465 3844 -2754 267.22649569232465 3431 -2756 267.3013280924732 3026 -2757 267.36678926149375 3847 -2757 267.36678926149375 519 -2759 267.44158240632663 3753 -2760 267.47897113605023 3558 -2761 267.52569970004754 3127 -2762 267.8245694479877 3843 -2762 267.8245694479877 2925 -2764 267.89923478800756 2321 -2765 267.9272289260649 2668 -2766 268.00186566514793 3656 -2767 268.07648162418127 3848 -2768 268.1510768205117 1672 -2769 268.32815729997475 672 -2770 268.48649872945197 2071 -2771 268.49581002317336 3228 -2772 268.5702887513807 2522 -2773 268.79360111431225 3842 -2774 268.81220210399675 271 -2775 268.8215021161812 3460 -2776 269.0910626535188 2120 -2777 269.09106265351886 2824 -2778 269.15608854343236 3849 -2779 269.45314991664134 3065 -2780 269.4531499166414 120 -2781 269.46242780766295 1819 -2782 269.46242780766306 3737 -2783 269.56446353330773 3164 -2784 269.71281022598833 419 -2785 270.08332047721865 2966 -2785 270.08332047721865 1772 -2787 270.12959852633696 3841 -2788 270.20362691866296 3329 -2789 270.2961338976198 572 -2790 270.3793631178238 3754 -2791 270.41634565979916 3263 -2792 270.60118255469615 2370 -2792 270.60118255469615 3850 -2794 270.7951255100431 3634 -2795 270.79512551004314 3532 -2796 271 1118 -2797 271.0903908293321 1218 -2797 271.0903908293321 2723 -2799 271.1180554666177 1018 -2800 271.154937259125 2569 -2801 271.4498111990502 2867 -2802 271.5326867984773 1318 -2803 271.5971281144188 918 -2804 271.8271509617831 3840 -2805 271.89152248645047 2171 -2806 272.0018382290825 3362 -2807 272.0386002022507 3657 -2808 272.12129648375554 1919 -2809 272.2498852157701 171 -2810 272.2590678012396 3559 -2811 272.3416971379888 1418 -2812 272.36923467968995 1872 -2813 272.40594707164524 3851 -2814 272.4059470716453 319 -2815 272.4151243965724 2421 -2816 272.4426545165055 818 -2817 272.6169473822198 472 -2818 272.6352875179587 3736 -2818 272.6352875179587 3430 -2820 272.8552729928451 2220 -2821 273.2489707208428 20 -2822 273.5141678231678 1518 -2823 273.5415873317986 2768 -2824 273.65123789232166 718 -2824 273.65123789232166 3755 -2826 273.80650101851126 2622 -2827 273.87953556262653 3839 -2828 274 1173 -2829 274.0894014733149 1273 -2830 274.11676344215067 1073 -2831 274.30822080280427 3461 -2832 274.3902330623304 3126 -2833 274.5268657162719 1373 -2834 274.5359721420856 3025 -2835 274.5632896073326 3852 -2836 274.59060435491966 973 -2837 274.97272592022654 3227 -2838 275 1972 -2839 275.04545078950133 1618 -2840 275.0454507895014 3633 -2841 275.07271765844024 2470 -2842 275.118156434649 2019 -2843 275.2180953353177 618 -2844 275.28167392690705 372 -2845 275.3270782178898 1473 -2846 275.40878707840824 2924 -2847 275.42694131112154 873 -2848 275.4360179787676 219 -2849 275.61748855977913 2271 -2850 275.77164466275354 3531 -2851 276.0072462816873 71 -2852 276.13402542968157 3735 -2853 276.27884464793897 3328 -2853 276.27884464793897 3838 -2855 276.34217919094436 2669 -2856 276.3783638420345 3658 -2857 276.4868893817571 3165 -2857 276.4868893817571 1573 -2859 276.6224864323217 773 -2860 276.739950133695 3066 -2861 276.9295939404093 1718 -2862 276.92959394040935 2320 -2863 276.9566753122228 3264 -2864 277.0018050482704 2823 -2864 277.0018050482704 3945 -2866 277.02887936097926 3946 -2867 277.0649743291273 3853 -2868 277.13715016215343 518 -2869 277.2183255125822 3944 -2870 277.2183255125823 2521 -2871 277.24537868105216 3756 -2872 277.31750756127894 3560 -2873 277.35356496717327 3947 -2874 277.71388153997634 2967 -2875 277.7948883618991 3943 -2876 277.96582523756405 2072 -2877 278.00179855533304 1673 -2878 278.0377672187719 3948 -2879 278.1456453011623 3363 -2880 278.17260828485615 673 -2881 278.2804340948174 272 -2882 278.2984010015149 3429 -2883 278.44209451877066 2119 -2884 278.72925931807015 3942 -2885 278.792037189013 119 -2886 279.0161285660741 3837 -2887 279.0788419067272 3949 -2888 279.1594526431086 1818 -2889 279.3027031734566 2722 -2890 279.4011453090341 418 -2890 279.4011453090341 2868 -2892 279.5889840462246 3632 -2893 279.6515689210415 2371 -2894 279.8303057211638 2570 -2895 279.86603938313056 1773 -2896 279.9017684831591 3854 -2897 279.94642344563005 3734 -2898 280.01785657346926 3941 -2899 280.04463929880893 3462 -2900 280.0714194629648 573 -2901 280.4728150819612 3950 -2902 281 1117 -2903 281.0071173475861 3659 -2904 281.0160137785745 3530 -2905 281.0871750898642 1217 -2906 281.1138559374119 1017 -2907 281.1494264621573 3757 -2908 281.2561110447202 2172 -2909 281.30055101261354 2420 -2910 281.44271175498574 3125 -2911 281.513765205185 1317 -2912 281.5759222660915 917 -2913 281.60255680657446 172 -2914 281.65581833152316 3940 -2915 281.6558183315232 3226 -2916 281.7268180347764 1918 -2917 281.78892810044897 2769 -2918 281.93970986719836 3024 -2919 282.00177304407146 318 -2920 282.07268566807386 1873 -2921 282.08154849263 3836 -2922 282.0815484926301 2219 -2923 282.2144574609883 3951 -2924 282.29417280560364 2621 -2924 282.29417280560364 1417 -2926 282.3118842698621 473 -2927 282.39157211220027 817 -2928 282.46238687655386 19 -2929 282.57742301889584 3327 -2930 282.63934616397626 3561 -2931 283.0635970943632 3855 -2932 283.14307337457507 2923 -2933 283.42547521350303 1517 -2934 283.5577542582816 717 -2935 283.59301824974466 3166 -2936 283.6370920736567 3939 -2937 283.6987839240768 3265 -2938 283.9806331424733 2471 -2939 284 1174 -2940 284.05985284795173 3733 -2941 284.0862545073239 1274 -2942 284.1126537132762 1074 -2943 284.1918366174511 3067 -2944 284.20063335608523 3428 -2945 284.29737951659 3952 -2946 284.4116734594415 3631 -2947 284.50834785643815 1374 -2947 284.50834785643815 3364 -2949 284.56985082752533 974 -2950 284.6137733842127 1973 -2951 284.6225570821821 2018 -2952 284.8596145472362 2272 -2952 284.8596145472362 2670 -2954 284.8859420891105 373 -2955 284.9034924320865 1617 -2956 284.92981591964013 218 -2957 285.0438562747845 2822 -2958 285.0701668010878 617 -2959 285.23674377611314 72 -2960 285.2805636562014 1474 -2961 285.3506614676055 3758 -2962 285.3769437077915 874 -2963 285.4645336990219 3835 -2964 285.4908054561477 2968 -2965 285.91082525850607 3660 -2966 285.9545418418809 3938 -2966 285.9545418418809 2520 -2968 286.01573383294846 3463 -2969 286.02447447727263 2319 -2970 286.40006983239374 1574 -2971 286.5135249861689 3529 -2972 286.5309756378881 774 -2973 286.5397005652096 3856 -2974 286.7141433553636 3953 -2975 286.7228627089232 1717 -2976 286.9233347080714 517 -2977 287.00174215499106 4045 -2978 287.027873210948 4046 -2979 287.2107240337658 4044 -2980 287.34126052483305 4047 -2981 287.4804341168282 2073 -2982 287.48043411682823 2869 -2983 287.62823227214676 2721 -2984 287.76726707532254 4043 -2985 287.7846417027844 273 -2986 287.83675929248506 2118 -2987 287.862814548875 1674 -2988 288.00173610587836 4048 -2989 288.027776438315 674 -2990 288.17529387509956 118 -2991 288.20999288713085 3562 -2992 288.46143589741763 3732 -2993 288.5307609250702 3225 -2994 288.59140666346946 2571 -2995 288.600069300061 3937 -2996 288.6693610343848 3124 -2996 288.6693610343848 4042 -2998 288.76461001999536 2372 -2999 288.8771365130858 1817 -3000 289.0069203323685 4049 -3001 289.0847626562147 3326 -3002 289.110705439975 417 -3003 289.15393824051574 3834 -3004 289.4563870430224 3954 -3005 289.4995682207488 3023 -3006 289.49956822074887 3630 -3007 289.66359798911566 1774 -3008 289.8361606149239 3759 -3009 289.8620361482338 574 -3010 289.9137802864845 4041 -3011 290.14651471282576 2770 -3012 290.25850547399983 2419 -3013 290.31879029783795 3857 -3014 290.327401393668 3427 -3015 290.3532331488665 4050 -3016 290.6286290096005 3266 -3017 290.66303514551004 2173 -3018 290.8693864950383 3167 -3019 290.87798129112485 2620 -3020 290.99828178186897 173 -3021 291 1116 -3022 291.0154635066666 2922 -3023 291.0755915565577 3661 -3023 291.0755915565577 3365 -3025 291.08418026406036 1216 -3026 291.1099448661966 1016 -3027 291.35888522576414 1917 -3027 291.35888522576414 2218 -3029 291.4961406262525 1316 -3030 291.49614062625255 4040 -3031 291.556169545424 916 -3032 291.56474409640134 3936 -3033 291.62475889402805 317 -3034 291.72761268004786 18 -3035 291.7961617293826 3068 -3035 291.7961617293826 1874 -3037 292.0273959751037 474 -3038 292.0359566902679 4051 -3039 292.2071183253413 3464 -3040 292.2498930709813 3528 -3040 292.2498930709813 1416 -3042 292.34397548093926 816 -3043 292.5149568825499 3955 -3044 292.9590415058051 2472 -3045 293.1381926668717 3833 -3045 293.1381926668717 3731 -3047 293.2064119353463 2821 -3048 293.3428028774526 1516 -3049 293.40245397746764 2969 -3050 293.41097457320853 4039 -3051 293.47061181658376 2671 -3052 293.4706118165838 716 -3053 294 1175 -3054 294.0153057240388 3563 -3055 294.0493155917898 4052 -3056 294.0833215264 1275 -3057 294.10882339705483 1075 -3058 294.15132160165456 2273 -3059 294.1598205057924 2017 -3060 294.25329225006135 1974 -3061 294.38919817140027 3858 -3062 294.45712760943655 217 -3063 294.4910864525444 1375 -3064 294.5165530152762 73 -3064 294.5165530152762 374 -3066 294.55050500720586 975 -3067 294.5929394944828 3760 -3068 294.7710976334009 2519 -3068 294.7710976334009 1616 -3070 294.83893908369697 3935 -3071 294.838939083697 3629 -3072 294.93219559756443 616 -3073 295.1779124528121 2318 -3074 295.2371927789587 1475 -3075 295.3303235362058 875 -3076 295.584167370311 3224 -3077 295.6518222504302 4038 -3078 295.6771888394504 2870 -3079 295.78708558691335 3325 -3080 295.8800432607782 3956 -3081 296.05742686174926 2720 -3081 296.05742686174926 3123 -3083 296.31908477180474 1575 -3084 296.38657189555664 4053 -3085 296.44561052577586 775 -3086 296.48777377827906 3662 -3087 296.5299310356377 1716 -3088 296.66479400158016 3426 -3089 296.7237772744206 516 -3090 297.0016834969122 4145 -3091 297.0269348055829 2074 -3091 297.0269348055829 4146 -3093 297.2036338943385 3022 -3093 297.2036338943385 4144 -3095 297.27092020579477 2117 -3096 297.3213749463701 274 -3097 297.3297832374012 4147 -3098 297.40544715926103 3832 -3099 297.4306641891518 2572 -3100 297.5987231155403 117 -3101 297.7331019554258 3267 -3102 297.73310195542587 1675 -3103 297.7414986191881 4143 -3104 297.83384629689084 3366 -3105 297.89259809535383 675 -3106 297.9345565724124 2373 -3107 297.9681191000138 4148 -3108 298.0771712157776 3730 -3109 298.2113344593059 4037 -3109 298.2113344593059 3527 -3111 298.30353668704635 3168 -3112 298.4124662275355 3934 -3113 298.6050903785801 3465 -3113 298.6050903785801 2771 -3115 298.6134625230416 1816 -3116 298.6134625230417 4142 -3117 298.73901653449957 3859 -3118 298.83942176359534 416 -3119 298.93979326948096 4149 -3120 299.01504978846805 2921 -3121 299.0401310861136 4054 -3122 299.2824752637548 2418 -3123 299.4745398193309 1775 -3124 299.5413160150032 3957 -3124 299.5413160150032 3069 -3126 299.54966199279875 2619 -3127 299.6080773276982 3761 -3128 299.66648127543397 575 -3129 299.81661061388843 4141 -3130 300.04166377354994 3564 -3131 300.10831378020833 2174 -3132 300.24156940703597 4150 -3133 300.416377715996 3628 -3134 300.4330208216134 174 -3135 300.682556860221 2217 -3136 301 1115 -3137 301.0149497948565 1916 -3138 301.03986446980736 17 -3139 301.081384346492 1215 -3139 301.081384346492 4036 -3141 301.10629352439645 1015 -3142 301.27230207903284 316 -3143 301.34697609234445 4140 -3144 301.43821920917725 2970 -3145 301.4796842243271 1315 -3145 301.4796842243271 2820 -3147 301.537725666292 915 -3148 301.5377256662921 1875 -3149 301.76149522429137 475 -3150 301.86917696247156 4151 -3151 301.94370336206714 3831 -3152 302.0016556246008 2473 -3153 302.00165562460086 4055 -3154 302.1340761979688 3663 -3155 302.1671722738921 2672 -3156 302.2085372718646 1415 -3157 302.27470949452584 3933 -3158 302.29952034364857 815 -3159 302.671439022581 3324 -3160 302.80356668969404 3223 -3161 303.19960422137757 3425 -3161 303.19960422137757 4139 -3163 303.2655601943617 1515 -3163 303.2655601943617 3729 -3165 303.35622624235026 3860 -3166 303.38918899657585 715 -3167 303.48805577814755 2274 -3167 303.48805577814755 3958 -3169 303.59512512555267 3122 -3170 303.66099519036027 2518 -3171 303.72685096974885 2016 -3172 303.81737935806103 4152 -3173 303.84206423732707 74 -3174 303.91610684529377 1975 -3175 303.98190735634256 2871 -3176 304 1176 -3177 304.0148022712052 216 -3178 304.08058142538465 1276 -3179 304.1052449399714 1076 -3180 304.17100453527786 375 -3181 304.25318404250106 4035 -3182 304.3846251044885 3526 -3182 304.3846251044885 2317 -3184 304.4749579193665 1376 -3185 304.53242848668845 976 -3186 304.58168034207176 2719 -3187 304.64733709651887 1615 -3188 304.77040538739976 3367 -3189 304.80321520613916 615 -3190 304.86882425069314 3762 -3191 305 3268 -3192 305.0409808533929 3021 -3193 305.19665791092797 3466 -3194 305.196657910928 1476 -3195 305.26218239408564 4056 -3196 305.28675044947494 876 -3197 305.3686296920494 4138 -3198 305.88396492787916 3169 -3199 306.08005488760614 4153 -3200 306.2188759694608 3627 -3201 306.2433672751134 1576 -3202 306.27601930285044 3565 -3203 306.3413129174712 2573 -3204 306.34947364080784 1715 -3205 306.36579443534487 776 -3206 306.41475160311717 3932 -3207 306.5371103145588 515 -3208 306.6023483276017 2075 -3209 306.74093303633276 3830 -3210 306.7409330363328 2116 -3211 306.8876015742572 275 -3212 307.0016286601751 4245 -3213 307.0260575260673 4246 -3214 307.05862632402955 116 -3215 307.1318934920306 2920 -3216 307.15631199765375 2374 -3216 307.15631199765375 2772 -3218 307.1970051937356 4244 -3219 307.3190524520079 4247 -3220 307.416655371826 3070 -3221 307.6117683054405 1676 -3222 307.709278378147 3959 -3223 307.7174028227848 4243 -3223 307.7174028227848 4034 -3225 307.76614498674155 676 -3226 307.8473647767672 4137 -3227 307.9366818032564 4248 -3228 308.00162337234525 3664 -3229 308.22881111278355 3861 -3230 308.30180018935994 2618 -3231 308.3666648650596 2417 -3232 308.36666486505965 1815 -3233 308.5611770783875 4242 -3234 308.58548248418947 415 -3235 308.65028754239 4154 -3236 308.6907837950463 3728 -3237 308.8122406900348 4057 -3238 308.8769981724117 4249 -3239 309.2975913258944 1776 -3240 309.48344059093046 576 -3241 309.5884364765583 2971 -3242 309.58843647655834 2175 -3243 309.72568508278414 3323 -3244 309.7256850827842 4241 -3245 309.8548047069789 2819 -3246 309.9032106965012 175 -3247 309.9193443462347 3424 -3248 310.04838332105527 2216 -3249 310.1370664722293 4250 -3250 310.17736861350795 3222 -3251 310.3626910567699 3763 -3252 310.39490975207696 16 -3253 310.6283953536765 4136 -3254 310.69277429641005 1915 -3255 310.7571399018854 3525 -3256 310.82149217838844 3931 -3257 310.9421167998957 315 -3258 310.94211679989576 2673 -3259 311 1114 -3260 311.07876816009156 1214 -3261 311.1028768751584 1014 -3262 311.1028768751585 2474 -3263 311.20732639190874 4240 -3264 311.2715855968867 3121 -3265 311.2956793789468 1876 -3266 311.464283666683 4033 -3267 311.46428366668306 1314 -3268 311.51243955900065 476 -3269 311.5204648173214 914 -3269 311.5204648173214 4155 -3271 311.7130090323469 4251 -3272 311.7851824574093 3829 -3273 311.87337173923646 3368 -3274 311.96954979612997 3467 -3275 312.1698255757593 1414 -3276 312.19385003551884 3960 -3277 312.2338866939333 3626 -3278 312.2579062249665 814 -3279 312.385979198811 2872 -3280 312.41798923877604 3269 -3281 312.61797773000836 2517 -3282 312.64196775225173 4058 -3283 312.70593214712125 3566 -3284 312.86578592105593 2275 -3285 313.0015974400131 3020 -3285 313.0015974400131 4239 -3287 313.19323108905144 1514 -3288 313.1932310890515 2718 -3289 313.20919526731655 75 -3290 313.31294259892934 714 -3291 313.3209217399949 2015 -3292 313.3448579440869 3862 -3293 313.6000637755037 3170 -3293 313.6000637755037 215 -3293 313.6000637755037 4252 -3293 313.6000637755037 1976 -3297 313.639920928443 2316 -3298 313.70368184004474 4135 -3299 313.8470965295043 376 -3300 314 1177 -3301 314.07801578588715 3665 -3302 314.0780157858872 1277 -3303 314.10189429546585 1077 -3304 314.3405796266209 3727 -3305 314.45985435346114 1377 -3306 314.5155004129368 977 -3307 314.5313974788527 1614 -3308 314.6823795511913 614 -3308 314.6823795511913 4156 -3310 315.1031577118833 4238 -3311 315.1586901863885 1477 -3312 315.2459357390671 877 -3313 315.3173005085512 2574 -3314 315.35694062442957 2919 -3315 315.41242841714404 3071 -3316 315.48375552474965 4032 -3316 315.48375552474965 3930 -3318 315.79265349276255 4253 -3318 315.79265349276255 2773 -3320 316.07752213657966 3764 -3321 316.1724213146997 1577 -3322 316.1803282938393 1714 -3323 316.2040480449294 2076 -3324 316.24357700987383 2115 -3325 316.2910052467506 777 -3326 316.36213427020624 514 -3327 316.42534664593484 2375 -3328 316.48064711763976 276 -3329 316.5517335286604 115 -3330 316.7412192942371 4059 -3331 316.8122472380132 3423 -3332 316.93059177050105 3961 -3333 316.9384798348096 3322 -3334 317.00157728314224 4345 -3335 317.0252355885885 4346 -3336 317.0646621747684 4134 -3337 317.06466217476844 3828 -3338 317.1277345171816 2617 -3339 317.1907943178679 4344 -3340 317.3089976663126 4347 -3341 317.31687632396734 3524 -3342 317.49803148996057 1677 -3343 317.5059054568906 2416 -3344 317.5059054568907 4237 -3345 317.6476034853718 677 -3346 317.6948221170751 3221 -3347 317.69482211707515 4343 -3348 317.84430150625633 2972 -3349 317.90721916936707 4348 -3350 318.1273329973393 4157 -3351 318.1351913888182 1814 -3352 318.28446396266344 4254 -3353 318.32373458477764 2818 -3354 318.3472946327642 414 -3355 318.4493680320311 3625 -3356 318.51216617265976 4342 -3357 318.69264189811474 3863 -3358 318.8181299738144 4349 -3359 318.912213626258 3468 -3360 319.0767932645682 3120 -3361 319.100297712177 2176 -3362 319.13163428278307 1777 -3362 319.13163428278307 3369 -3364 319.3117598836598 577 -3365 319.3195891266303 3567 -3366 319.4056981332675 176 -3367 319.4526568992658 2215 -3368 319.64042297556796 4341 -3369 319.76553910638967 4031 -3370 319.7889929312765 15 -3370 319.7889929312765 2674 -3372 319.9765616416302 3270 -3373 320.03906011610513 4350 -3374 320.2030605725061 3726 -3374 320.2030605725061 4236 -3376 320.2577087284551 2475 -3377 320.3513695928269 3666 -3378 320.3903868720158 1914 -3379 320.3903868720159 3929 -3380 320.6321880285883 314 -3381 320.7023542164915 4133 -3382 320.8815981012311 2873 -3383 321 1113 -3384 321.06852851065923 4255 -3384 321.06852851065923 1877 -3386 321.07631491594015 1213 -3386 321.07631491594015 4340 -3388 321.0763149159402 3019 -3389 321.09967299889917 4060 -3390 321.0996729988992 1013 -3391 321.278695216474 477 -3392 321.4420632089086 3171 -3393 321.4498405661449 1313 -3394 321.50427679892533 913 -3395 321.56647835245514 4351 -3396 321.6364407215078 2516 -3397 321.84623657889796 4158 -3398 321.8850726579287 2717 -3399 321.90837205639747 3962 -3400 322.001552791287 3765 -3401 322.13351269310675 1413 -3402 322.2188697143605 813 -3403 322.28093334853054 2276 -3404 322.5678223257862 3827 -3405 322.6143208228674 76 -3406 322.81573691503945 4339 -3407 322.9396228399358 2315 -3407 322.9396228399358 2014 -3409 323.12536266904215 1513 -3410 323.18725222384626 4235 -3411 323.21045775160184 214 -3412 323.24139586383427 713 -3413 323.30326320654416 1977 -3414 323.39604202896487 4352 -3415 323.51970573676033 3072 -3416 323.54288741989063 377 -3417 323.681942653587 2918 -3418 323.86725675807367 3422 -3419 324 1178 -3420 324.05246488801777 3523 -3421 324.07560846197606 1278 -3422 324.09875038327436 1078 -3423 324.13731658048874 4256 -3424 324.2606975876047 3864 -3425 324.29924452579286 4030 -3426 324.2992445257929 3321 -3427 324.35320254315354 2575 -3428 324.42256395016665 1613 -3429 324.4456811239749 1378 -3430 324.49961479175903 978 -3431 324.5073188696982 2774 -3432 324.56894491001447 613 -3433 324.6074552440224 4132 -3434 324.8538132760642 3624 -3434 324.8538132760642 4338 -3436 325.1230536273919 1478 -3437 325.2076259868455 878 -3438 325.34596969994885 3220 -3439 325.5226566615602 4353 -3440 325.53033652794943 3928 -3441 325.7069234756916 4061 -3442 325.73762447712426 2376 -3443 325.7759966602819 2114 -3444 325.82971012478276 4159 -3445 325.8297101247828 2077 -3446 326.01380338875225 3469 -3447 326.02147168553176 2616 -3447 326.02147168553176 1713 -3449 326.0751447136074 114 -3450 326.09814473559953 277 -3451 326.1058110491133 3568 -3452 326.10581104911336 1578 -3453 326.197792757707 2973 -3453 326.197792757707 513 -3455 326.22078413246453 778 -3456 326.266762021509 3725 -3457 326.4506088216103 4234 -3458 326.5348373451139 3370 -3459 326.6955769519997 2415 -3460 326.8103425535979 3667 -3461 326.87918257362304 2817 -3462 327.00152904841286 3119 -3462 327.00152904841286 4445 -3464 327.02446391669235 4446 -3465 327.1161873096469 3963 -3466 327.1849629796577 4444 -3467 327.18496297965777 4337 -3468 327.29955698106284 4447 -3469 327.3912033027155 1678 -3470 327.4828239770752 4257 -3471 327.53625753494833 678 -3472 327.6659884699662 3271 -3473 327.67361810191557 4443 -3474 327.8795510549567 4448 -3475 327.9176725948146 1813 -3476 327.9405433916337 4354 -3477 328.1234523773026 3766 -3478 328.12345237730267 413 -3479 328.28341414089135 3826 -3480 328.4661321963042 4442 -3481 328.64114167279786 2177 -3482 328.7019926924691 2675 -3483 328.76283244916846 4449 -3484 328.77043662713953 4131 -3485 328.8920795641026 2214 -3486 328.93768406797057 177 -3487 328.97568299191965 1778 -3488 329.0744596592084 4029 -3489 329.1504215400612 578 -3490 329.2187722472703 14 -3491 329.2567387313432 3018 -3492 329.40097146183405 3172 -3493 329.46168214224855 2874 -3493 329.46168214224855 2476 -3495 329.56031314465037 4441 -3496 329.802971484491 4336 -3497 329.946965435356 4450 -3498 329.98484813700156 4233 -3499 330.037876614185 3865 -3500 330.06817477606046 4160 -3501 330.1060435678208 1913 -3502 330.3407331831786 313 -3503 330.55256768024054 4062 -3504 330.6433123473088 4355 -3505 330.65087327875005 2716 -3506 330.7113545072198 2515 -3507 330.8549531138985 1878 -3508 330.89273186336385 3927 -3509 330.95316889251865 3522 -3509 330.95316889251865 4440 -3511 331 1112 -3512 331.058907144937 478 -3513 331.074009852782 3421 -3513 331.074009852782 1212 -3515 331.09666262286606 4258 -3515 331.09666262286606 1012 -3517 331.42872536942235 4451 -3518 331.436268383531 3623 -3519 331.43626838353106 1312 -3520 331.489064676348 912 -3521 331.7303121513016 2277 -3522 331.73031215130163 3073 -3523 331.79813139919884 3320 -3524 332.05421244128195 77 -3525 332.09938271547566 2917 -3525 332.09938271547566 1412 -3527 332.18217893198306 812 -3528 332.28000240760804 2314 -3529 332.52067604887367 3724 -3530 332.54323027239633 3964 -3531 332.5808172459741 2013 -3532 332.6409475695979 4439 -3533 332.7010670256409 4335 -3534 332.8438072129328 213 -3535 333.02402315748935 1978 -3536 333.0540496676178 3569 -3537 333.0615558721841 1512 -3538 333.12159941979144 3219 -3539 333.17412864746865 712 -3540 333.1816321467917 4130 -3541 333.20414163092266 4452 -3542 333.2566578479716 378 -3543 333.2641594891356 3470 -3544 333.2941643653546 2775 -3545 333.4441482467491 3668 -3546 333.44414824674914 2576 -3547 333.6240399012038 4356 -3548 333.7813655673426 4232 -3549 334 1179 -3550 334.07334524023315 3371 -3550 334.07334524023315 1279 -3552 334.0808285430339 4028 -3553 334.09579464578724 1079 -3554 334.20053859920694 3825 -3555 334.32020579079574 1612 -3556 334.43235489408016 1379 -3556 334.43235489408016 3767 -3558 334.46225497057213 612 -3559 334.4846782739084 979 -3560 334.55193916640206 4161 -3561 334.61918653896697 4438 -3562 334.6415993268021 2974 -3563 334.970147923662 4259 -3564 334.97761119215113 2615 -3565 335.0373113550191 3118 -3566 335.08954027244715 1479 -3567 335.0895402724472 2377 -3568 335.1715978420606 879 -3569 335.26854907670656 4453 -3570 335.33565274214425 2113 -3571 335.4772719574308 2078 -3572 335.47727195743084 3272 -3573 335.51453023676936 2816 -3574 335.62628025826587 4063 -3574 335.62628025826587 113 -3576 335.7379930838927 278 -3577 335.8719994283536 1712 -3578 335.87199942835366 4334 -3579 335.9315406448165 2414 -3580 336.01339259023587 3866 -3581 336.0431519909311 512 -3581 336.0431519909311 1579 -3583 336.1547262794322 779 -3584 336.46693745448454 3926 -3585 336.87534786623974 4357 -3586 336.8827689271151 4437 -3587 337.0014836762592 4545 -3588 337.02373803635845 4546 -3589 337.17947743004765 4544 -3590 337.2906758272455 4547 -3590 337.2906758272455 1679 -3592 337.4314745248285 679 -3593 337.4685170501094 3173 -3594 337.53518335130633 3017 -3595 337.61664650902503 4454 -3596 337.65366871988823 4543 -3597 337.67588009806093 2676 -3598 337.7128958153656 1812 -3599 337.83131885602313 4129 -3599 337.83131885602313 4231 -3601 337.85351855500926 4548 -3602 337.91271062213684 412 -3603 338.0088756231114 3521 -3604 338.1198012539342 2875 -3605 338.178946713127 3965 -3606 338.1863391682166 3622 -3607 338.20851556399344 2178 -3608 338.3637096380166 2213 -3609 338.42281246984516 3420 -3610 338.4228124698452 4542 -3611 338.4966764977169 178 -3612 338.6812660895196 13 -3613 338.71079108879894 4549 -3613 338.71079108879894 2477 -3615 338.82886535831034 1779 -3616 338.9542742022883 3723 -3617 338.9985250705377 579 -3618 339.0943821416097 4260 -3619 339.27127788835884 4162 -3620 339.3081195609677 4027 -3620 339.3081195609677 4333 -3622 339.4259860411397 3319 -3623 339.42598604113977 4436 -3624 339.4849039353591 4541 -3624 339.4849039353591 2715 -3626 339.8381967937094 1912 -3627 339.83819679370947 2514 -3628 339.8602654032978 4550 -3629 340.03676271838606 3074 -3630 340.06617003165724 312 -3631 340.1543767173958 3570 -3632 340.24256053586237 3669 -3633 340.2425605358624 4455 -3634 340.3086834037592 3824 -3635 340.3894827987492 4358 -3636 340.6024075076393 2916 -3637 340.6537831875642 1879 -3637 340.6537831875642 3471 -3639 340.8372045419925 4540 -3640 340.85187398634025 479 -3641 340.91787867461574 4064 -3641 340.91787867461574 3768 -3643 341 1111 -3644 341.0131962256006 3218 -3645 341.0718399399165 1211 -3646 341.09382873338535 1011 -3647 341.2110783664564 2278 -3648 341.29898915760066 4551 -3649 341.42349069740357 1311 -3650 341.4747428434495 911 -3651 341.525987298185 78 -3652 341.6577234601905 2313 -3653 341.7382038929801 3372 -3654 342.06724485106724 1411 -3655 342.12570789112004 4230 -3656 342.14762895568924 2776 -3656 342.14762895568924 811 -3658 342.1768548572507 3867 -3659 342.2426040106638 3925 -3659 342.2426040106638 4435 -3659 342.2426040106638 2012 -3662 342.47627655065395 4539 -3663 342.49817517762045 212 -3664 342.5857556875359 2577 -3665 342.7097897638759 4128 -3666 342.7608495729931 1979 -3667 342.9868802155558 379 -3668 343.0014577228499 4332 -3668 343.0014577228499 1511 -3670 343.02332282222443 4552 -3671 343.1107692859552 711 -3672 343.13991315496946 4456 -3673 343.16905454892054 2975 -3674 343.17633951075356 3117 -3675 343.40209667385545 3273 -3676 343.4603324985289 4261 -3677 343.9912789592201 2614 -3678 344 1180 -3679 344.01308114663317 3966 -3680 344.0712135590538 1280 -3681 344.0930106817051 1080 -3682 344.15839376659113 4359 -3683 344.21650163814047 4163 -3684 344.223764432382 2815 -3684 344.223764432382 1611 -3686 344.361728419405 611 -3687 344.3980255460243 4538 -3688 344.4198019858905 1380 -3689 344.4706083252967 980 -3690 344.47786576208347 2378 -3691 344.74628351876396 4026 -3692 344.920280644673 2112 -3693 345.028984289726 4553 -3694 345.0579661448204 1480 -3695 345.094190040922 3621 -3696 345.1376536977674 880 -3697 345.1448971084463 2079 -3698 345.2028389222777 112 -3699 345.2100809652001 2413 -3699 345.2100809652001 3520 -3701 345.3259329966402 4434 -3702 345.39832078341084 279 -3703 345.5575205374642 3722 -3704 345.6370929168338 3174 -3705 345.73110938994193 1711 -3706 345.8973836269942 511 -3707 345.90461112855957 3016 -3707 345.90461112855957 3419 -3709 345.98410368107955 1580 -3710 346.0924731917757 780 -3711 346.30189141845585 4457 -3712 346.41737831696605 4065 -3713 346.5977495599185 4537 -3714 346.59774955991855 3823 -3715 346.6554485364394 4229 -3716 346.70592726401435 2677 -3717 346.85011171974554 2876 -3718 346.9437994834322 4331 -3719 347.0014409191985 4645 -3720 347.02305398921266 4646 -3721 347.1743078051715 3318 -3722 347.17430780517157 4644 -3723 347.19591011416014 1680 -3724 347.1959101141602 3670 -3725 347.28230591263934 4647 -3726 347.3110997362451 4554 -3727 347.3326935374786 680 -3728 347.3974668877135 3571 -3729 347.51978360950903 1811 -3730 347.57013680694723 3769 -3731 347.63486591537395 4643 -3732 347.71396290629457 411 -3733 347.80023001717524 2179 -3734 347.80741797724784 4127 -3735 347.82898096622137 4648 -3736 347.8649163109152 2212 -3737 348.0014367786432 2478 -3738 348.0589030609618 4262 -3739 348.08045047086455 179 -3740 348.1738071710737 12 -3740 348.1738071710737 3472 -3740 348.1738071710737 4360 -3743 348.20970692960293 3924 -3744 348.38197427536346 4642 -3744 348.38197427536346 2714 -3746 348.43220287453346 3075 -3747 348.51829220286277 3868 -3748 348.66172717979816 4649 -3749 348.66889737973474 4433 -3750 348.6904070948898 1780 -3751 348.85527085024813 580 -3752 349.0128937446294 3217 -3753 349.0128937446295 2513 -3754 349.0701935141412 4536 -3755 349.1847648452034 2915 -3756 349.37801877050026 4164 -3757 349.4137948049561 4641 -3758 349.521100936696 3373 -3759 349.5854688055554 1911 -3760 349.7213176230468 4458 -3761 349.7785013404912 4650 -3762 349.80708969373393 311 -3763 349.86425939212484 4555 -3764 350.03571246374275 3967 -3765 350.3855019831728 4025 -3766 350.46397817750113 1880 -3767 350.6565271030899 480 -3768 350.72068658691916 2279 -3769 350.727814693959 4640 -3770 351 1110 -3771 351.0270644836378 79 -3772 351.062672467467 2777 -3773 351.0697936308391 1210 -3774 351.0697936308392 2312 -3775 351.0911562543266 1010 -3776 351.1267577385694 4330 -3777 351.17659375305755 4651 -3778 351.41143976825794 1310 -3778 351.41143976825794 4228 -3780 351.411439768258 3116 -3781 351.4327816240255 3274 -3782 351.4612354157995 910 -3783 351.7740752244258 2578 -3783 351.7740752244258 2976 -3785 351.80960760047475 4535 -3786 351.92328709535553 2011 -3787 352.03692988094303 1410 -3788 352.11503802024697 4066 -3789 352.115038020247 810 -3790 352.1505359927768 3620 -3791 352.17183305880667 211 -3792 352.26410546633895 4432 -3793 352.3208764748407 3721 -3794 352.32087647484076 4639 -3795 352.42729746715133 4361 -3796 352.51241112902676 1980 -3797 352.5478690901421 3519 -3798 352.6825768307814 4556 -3799 352.7321930303499 380 -3800 352.8526604689271 4652 -3801 352.8809997718778 4263 -3802 352.9447548838203 1510 -3803 353.00141642775316 2814 -3804 353.05098781904013 710 -3805 353.05806887819455 2613 -3806 353.0580688781946 3822 -3807 353.11471223952145 4126 -3808 353.3907186104355 4459 -3809 353.5109616405126 3418 -3810 353.89970330589426 2379 -3811 353.8997033058943 3175 -3812 354 1181 -3813 354.0692022754874 1281 -3814 354.0903839417275 1081 -3815 354.1327434734043 1610 -3816 354.1892149684968 4638 -3817 354.26684857604164 610 -3818 354.2950747611375 3671 -3819 354.3585754571208 3015 -3820 354.3585754571209 3923 -3821 354.37973982720854 3770 -3822 354.40795702128366 1381 -3823 354.45733170580627 981 -3824 354.52785504103906 2412 -3824 354.52785504103906 2111 -3826 354.74638828323543 4165 -3827 354.7745763157219 3572 -3828 354.80276210875246 4653 -3829 354.8027621087525 111 -3830 354.80980820715763 4534 -3831 354.8309456628607 2080 -3832 355.02816789657686 1481 -3833 355.0281678965769 3869 -3834 355.0352095215346 3317 -3835 355.07745633875436 280 -3836 355.1056180912941 881 -3837 355.54184001323955 4329 -3838 355.59808773389096 1710 -3839 355.64729719203547 2877 -3840 355.75975039343615 510 -3840 355.75975039343615 4557 -3842 355.78785814021256 2678 -3843 355.81596366661233 3473 -3844 355.9283635789651 1581 -3845 356.0337062695048 781 -3846 356.10391741737413 4431 -3847 356.21622646926124 4024 -3848 356.23728047468586 3968 -3849 356.3285001231308 4637 -3850 356.38462368626404 4227 -3851 356.9103528899099 4362 -3851 356.9103528899099 3076 -3853 357.0014005574768 4745 -3854 357.022408260322 4746 -3854 357.022408260322 4654 -3856 357.1064267133819 1681 -3857 357.11342735887155 3216 -3858 357.169427583045 4744 -3859 357.23941551850066 681 -3860 357.2744043448957 4747 -3861 357.30239293909017 4460 -3862 357.3303793410239 2479 -3863 357.33737559902687 1810 -3863 357.33737559902687 2713 -3865 357.39334073258834 2211 -3866 357.4143253984093 2180 -3866 357.4143253984093 3374 -3868 357.5262228144951 410 -3869 357.61711368445447 4743 -3870 357.6870140220357 180 -3871 357.6940033045004 11 -3872 357.8058132562969 4748 -3873 357.8407467016578 2914 -3874 357.91758827976025 4264 -3875 358.0013966453203 4067 -3876 358.06424004639166 4533 -3877 358.23176855214837 2512 -3878 358.3434107110105 4742 -3879 358.55961847369264 1781 -3880 358.6153928653928 4749 -3881 358.62236405444656 4125 -3882 358.7199464763564 581 -3883 358.73388465546435 4636 -3884 359.08912542710056 4558 -3885 359.2352989337212 3720 -3886 359.3466293149276 1910 -3886 359.3466293149276 4741 -3886 359.3466293149276 3619 -3889 359.5066063370741 4655 -3890 359.5622338344226 310 -3890 359.5622338344226 3275 -3892 359.6804137008297 3821 -3893 359.7012649407839 4750 -3894 359.73601432161337 3115 -3895 360.0138886209809 3518 -3896 360.0347205478938 2778 -3897 360.18051030004386 4430 -3897 360.18051030004386 4328 -3899 360.256852814766 2280 -3900 360.2846097184835 1881 -3901 360.3123644839294 4166 -3902 360.4511062543712 2977 -3903 360.4719129141686 481 -3904 360.51352263125995 2311 -3905 360.55512754639886 80 -3906 360.62445840513925 4740 -3907 360.67991349671803 3922 -3908 361 1109 -3909 361.00554012369395 2579 -3910 361.0609366852083 4751 -3911 361.0678606577994 1209 -3912 361.08863177895813 1009 -3913 361.2339961852981 3417 -3914 361.3377921004112 3771 -3915 361.4000553403389 4635 -3915 361.4000553403389 1309 -3917 361.4484748895754 909 -3917 361.4484748895754 4461 -3919 361.53146474408004 3672 -3920 361.5660382281499 4532 -3921 361.56603822815 4226 -3922 361.6144355525647 4363 -3923 361.6213489272999 2010 -3924 361.69738732813653 3870 -3925 361.8425071768103 2813 -3926 361.86323383289437 210 -3927 362.0082871979591 1409 -3928 362.0842443410097 809 -3929 362.17399133565624 2612 -3929 362.17399133565624 4739 -3931 362.2292092032336 4023 -3932 362.2499137335991 3176 -3932 362.2499137335991 4656 -3934 362.27751793342077 1981 -3934 362.27751793342077 3573 -3936 362.49137920783716 381 -3937 362.6086044207997 3969 -3938 362.6637561157718 4559 -3939 362.6913288183218 4752 -3940 362.89116825847384 3014 -3941 362.8911682584739 1509 -3942 362.99449031631315 709 -3943 363.00137740785505 3316 -3944 363.1597444651595 4265 -3945 363.35244598048325 2380 -3946 363.572551219148 3474 -3947 363.8818489564985 2411 -3948 363.9917581484504 4738 -3949 364 1182 -3950 364.04670030093666 1609 -3951 364.06730147048364 4068 -3951 364.06730147048364 1282 -3953 364.08790147435553 1082 -3954 364.156559737704 2110 -3955 364.17715469260287 609 -3956 364.3212867785796 4124 -3956 364.3212867785796 4634 -3958 364.3967617858315 1382 -3959 364.42420336744925 110 -3960 364.44478319767455 982 -3961 364.4859393721519 4429 -3962 364.50651571679754 2878 -3963 364.5339490363003 2081 -3964 364.5888094826829 4753 -3965 364.7739025752802 281 -3966 364.91779896299937 2679 -3967 365 1482 -3968 365.03424496887965 4327 -3969 365.07533469134836 882 -3970 365.246492111834 4657 -3971 365.3080891521566 3215 -3972 365.30808915215664 4531 -3973 365.41072781186926 3375 -3974 365.46545664398985 3077 -3975 365.4722971717556 1709 -3976 365.6295939882329 509 -3977 365.82099447680685 4462 -3978 365.8756619399546 1582 -3979 365.97814142377405 782 -3980 366.06693377031473 4167 -3981 366.0737630587584 4737 -3982 366.29223305988893 3719 -3983 366.3468302032924 2712 -3984 366.4560000873229 3820 -3985 366.47646582011237 4560 -3986 366.5310355208683 4364 -3987 366.56513745854227 2913 -3988 366.67424234598207 3618 -3989 366.6946958983727 2480 -3990 366.74923312803253 4754 -3991 366.9468626381754 4225 -3991 366.9468626381754 2210 -3993 367.0013623952914 4845 -3994 367.02179771779225 1682 -3994 367.02179771779225 4846 -3996 367.04904304465913 2181 -3997 367.1511950137164 682 -3998 367.1648131289271 1809 -3999 367.16481312892716 3921 -4000 367.1648131289272 4844 -4001 367.239703735857 10 -4002 367.2669328975861 4847 -4003 367.3145790735783 181 -4004 367.34860827285024 409 -4005 367.49149650025913 4633 -4006 367.4914965002592 2511 -4007 367.6003264416396 3517 -4007 367.6003264416396 4843 -4009 367.7839039436065 3276 -4009 367.7839039436065 4848 -4011 368.1439935677343 3114 -4012 368.30693721405794 4842 -4013 368.41552627434146 4022 -4014 368.4155262743415 4736 -4015 368.43588316015035 1782 -4016 368.4358831601504 3772 -4017 368.4901626909462 4658 -4018 368.517299458248 3871 -4019 368.5715669988666 4849 -4020 368.59191526673504 582 -4021 368.5986977730659 4266 -4022 368.89700459613385 3673 -4023 369.0121949204389 4428 -4024 369.05961578043184 2779 -4025 369.0663896916109 3416 -4026 369.12057650583495 1909 -4027 369.14089451048363 3970 -4028 369.1679834438517 4755 -4029 369.1950703896248 2978 -4030 369.2830892418443 4530 -4031 369.2830892418444 4841 -4032 369.3304753198685 309 -4033 369.6281915655244 4850 -4034 369.8175225702535 2281 -4035 369.8986347636336 3574 -4036 369.9864862397004 2310 -4037 370.0945825056076 4326 -4038 370.1080923189873 81 -4039 370.11484704075303 1882 -4040 370.20264720825537 4123 -4041 370.2769233965303 2580 -4042 370.29717795305976 482 -4043 370.30392922571053 4069 -4044 370.4119328531412 4463 -4045 370.5199049983685 4561 -4046 370.5266522127659 4840 -4047 370.6818042472546 3177 -4048 370.74249823833253 2812 -4049 370.9043003255692 4632 -4050 370.9514793069304 4851 -4051 371 1108 -4052 371.01212918178294 4735 -4053 371.06603185956 1208 -4053 371.06603185956 3315 -4055 371.0862433451286 1008 -4056 371.33542788158525 2009 -4056 371.33542788158525 2611 -4058 371.38928363645607 1308 -4059 371.43640101637857 3475 -4060 371.4364010163786 908 -4061 371.4969717238621 3013 -4062 371.57098917972587 209 -4063 371.65171868296267 4365 -4064 371.8400193631665 4756 -4065 371.97446148895756 4659 -4066 371.9811823197512 1408 -4067 372.0013440835933 4168 -4068 372.0349445952625 4839 -4069 372.0551034457127 1982 -4070 372.05510344571275 808 -4071 372.26334764518515 382 -4072 372.5184559186296 4224 -4073 372.5385886052611 4852 -4074 372.83374310810444 2381 -4075 372.84044844946743 1508 -4076 372.94101410276664 708 -4077 373.2693397534815 2410 -4078 373.37648560132976 3819 -4079 373.4233522424649 2879 -4080 373.48360071092816 4529 -4080 373.48360071092816 3718 -4082 373.503681374093 3376 -4083 373.5906851087163 3214 -4084 373.75125417849773 4427 -4085 373.80476187443094 3920 -4085 373.80476187443094 4838 -4085 373.80476187443094 2109 -4088 373.8582619121851 4734 -4089 373.9652390263031 1608 -4090 374 1183 -4091 374.0655022853618 1283 -4091 374.0655022853618 109 -4093 374.0855517124392 1083 -4094 374.09223461601016 608 -4094 374.09223461601016 2680 -4094 374.09223461601016 3078 -4097 374.1256473432422 3617 -4098 374.22586762542215 4267 -4099 374.2525885014024 2082 -4100 374.3861642742691 4853 -4100 374.3861642742691 1383 -4102 374.4329045369811 983 -4103 374.48631483673745 282 -4104 374.5530670011928 4631 -4105 374.7599231508086 4757 -4106 374.76659402887014 4021 -4107 374.78660595063957 4562 -4108 374.9733323851178 1483 -4109 375.0466637633242 883 -4110 375.2132726863484 4464 -4111 375.29988009590414 3516 -4112 375.3531670307312 4325 -4112 375.3531670307312 2912 -4114 375.35316703073124 1708 -4115 375.4064464017633 2711 -4116 375.479693192588 3872 -4117 375.50632484686594 508 -4118 375.6660751252367 3773 -4119 375.6926935674954 4660 -4120 375.82575749940287 3971 -4121 375.8257574994029 1583 -4122 375.8324094593227 4837 -4123 375.9255245391034 783 -4124 376.0917441263501 2481 -4124 376.0917441263501 3277 -4126 376.25789028271555 4122 -4127 376.38411231081477 3674 -4128 376.49037172283704 4854 -4129 376.52357163927996 2209 -4130 376.62979170532964 3113 -4131 376.70280062670093 4070 -4131 376.70280062670093 2182 -4133 376.78906565875826 2510 -4134 376.8089701692358 9 -4135 376.9416400452463 1683 -4136 376.9482723133242 4733 -4137 376.9615364994153 182 -4138 376.9681684174408 4366 -4139 377.00132625761415 4945 -4139 377.00132625761415 3415 -4139 377.00132625761415 1808 -4142 377.02121956197635 4946 -4143 377.06763319065186 683 -4144 377.1604433129222 4944 -4145 377.1803282251077 408 -4146 377.25985739275256 4947 -4147 377.58442764499705 4943 -4148 377.63077205121937 3575 -4149 377.7631533117014 4948 -4150 377.9021037252902 4528 -4151 377.9219496139381 4758 -4152 378.00132274900835 2979 -4153 378.10712767680013 4169 -4154 378.1137395017537 4836 -4155 378.133574282951 2780 -4156 378.27238863020386 4942 -4156 378.27238863020386 4223 -4158 378.31864876053896 1783 -4159 378.43097124839034 4630 -4160 378.4706065205064 583 -4161 378.5300516471579 4949 -4162 378.6951280383734 4426 -4163 378.8469347902924 4855 -4164 378.90632087628205 1908 -4165 379.11080174534726 308 -4166 379.189926026523 3178 -4167 379.2228896045174 3314 -4167 379.2228896045174 4941 -4169 379.26903380054637 4563 -4170 379.4008434360683 3476 -4170 379.4008434360683 2282 -4172 379.4864951483781 2309 -4173 379.55895457754656 4950 -4174 379.58530003149497 2581 -4175 379.63798545456433 4661 -4176 379.68407920269715 82 -4177 379.69724781725773 2811 -4178 379.9539445774975 1883 -4179 380.0328933131973 4268 -4180 380.1315561749642 483 -4181 380.171014150211 3012 -4182 380.2170432792302 4465 -4183 380.27621540138426 4732 -4184 380.4339627320358 3818 -4184 380.4339627320358 4940 -4186 380.5390912902379 2610 -4187 380.5916446797013 3919 -4188 380.64419081341566 4835 -4189 380.8017857100988 3717 -4190 380.80178571009884 4324 -4191 380.84773860428794 4951 -4192 381 1107 -4193 381.06429903626497 2008 -4193 381.06429903626497 1207 -4195 381.0839802458246 1007 -4196 381.2741795611132 4020 -4197 381.2938499372892 208 -4198 381.3200755271089 4759 -4199 381.37907651049767 1307 -4200 381.4249598544909 907 -4201 381.4511764302216 4856 -4202 381.6870445797185 3377 -4203 381.6935943921511 3616 -4204 381.8442090696152 1983 -4205 381.90312907856617 4939 -4206 381.95549478964165 1407 -4207 381.9554947896417 3213 -4208 382.027485922152 807 -4209 382.04711751301045 383 -4210 382.3414704161713 2382 -4211 382.39377609997786 4952 -4211 382.39377609997786 2880 -4213 382.472221213515 4367 -4214 382.4787575800779 4121 -4215 382.5310444918164 4629 -4215 382.5310444918164 4527 -4217 382.5767896775757 3873 -4218 382.6551972729496 3972 -4219 382.6878623630491 2409 -4220 382.78584090846414 3079 -4221 382.79237191981764 1507 -4222 382.890323722081 707 -4223 383.02088715891205 3774 -4224 383.10572953167906 3515 -4225 383.2557892582967 4071 -4226 383.3079701754192 2681 -4227 383.4188310451118 4834 -4228 383.4709897762802 2108 -4229 383.6274234201721 4938 -4230 383.72516206264083 108 -4231 383.803335055859 4662 -4232 383.83590243748694 4731 -4232 383.83590243748694 4425 -4234 383.8880045013129 1607 -4235 383.9596332949598 4564 -4236 383.9856768162062 2083 -4237 383.98567681620625 3675 -4238 384 1184 -4239 384.0117185711916 607 -4240 384.06379678381563 1284 -4241 384.0833242930497 1084 -4242 384.19396143094184 4953 -4243 384.2004685057008 2911 -4243 384.2004685057008 4222 -4245 384.21348232460554 283 -4246 384.2980614054669 4857 -4247 384.3761178845532 1384 -4248 384.37611788455325 4170 -4249 384.42164351139235 984 -4250 384.48016853928885 3278 -4251 384.51267859460756 2710 -4252 384.94804844290354 4760 -4252 384.94804844290354 1484 -4254 385.0194800266605 884 -4255 385.03246616356915 3414 -4256 385.1882656571978 3112 -4257 385.24018481980823 1707 -4258 385.3894134508628 507 -4259 385.4153603581466 4466 -4260 385.4672489330319 3576 -4261 385.51913052402466 2482 -4262 385.6034232213194 4937 -4263 385.7784338192066 1584 -4264 385.8756276314948 784 -4265 386.0116578550446 4269 -4266 386.12174245955117 2509 -4267 386.1217424595512 2208 -4268 386.24474106452243 4954 -4269 386.3741709793759 2183 -4270 386.4000517598309 8 -4271 386.4324002979046 4323 -4272 386.4324002979047 4833 -4273 386.62643468857635 183 -4274 386.846222677694 1807 -4274 386.846222677694 4628 -4276 386.86560974064366 2980 -4276 386.86560974064366 1684 -4278 386.98837191833036 684 -4279 387.00129198750744 5045 -4280 387.02067128255567 407 -4280 387.02067128255567 5046 -4282 387.15629918677547 5044 -4283 387.2531471789481 5047 -4283 387.2531471789481 2781 -4285 387.3628789649313 4526 -4286 387.38224017112606 4858 -4287 387.4596753211875 3477 -4288 387.4661275518158 3313 -4289 387.51774152933956 3918 -4290 387.56934863324784 5043 -4291 387.6209488662861 4730 -4292 387.62094886628614 3817 -4293 387.7434718986253 5048 -4294 387.76926128820475 3179 -4295 387.8272811445837 4936 -4296 387.93040612975926 4019 -4297 388.15589651582 4368 -4298 388.1816585053961 4663 -4299 388.20741878537046 1784 -4300 388.23961673172926 3716 -4300 388.23961673172926 5042 -4302 388.3555072353165 584 -4303 388.4906691286163 5049 -4304 388.54214700595867 4955 -4305 388.7029714319149 1907 -4305 388.7029714319149 2810 -4307 388.7994341559669 4761 -4308 388.8508711575686 4565 -4309 388.8573003043661 4120 -4310 388.902301356009 307 -4311 388.9087296526011 3011 -4312 388.92801390488705 2582 -4313 389.0051413541986 2283 -4314 389.0115679513914 2308 -4315 389.1657744458009 4424 -4316 389.16577444580093 5041 -4317 389.28138922892265 83 -4318 389.3712881042977 3615 -4319 389.4932605321946 5050 -4320 389.62161131025573 3973 -4321 389.67935536797427 4832 -4322 389.7819903484511 2609 -4323 389.80123139877327 3874 -4324 389.8012313987733 1884 -4325 389.95512562344913 4072 -4326 389.9551256234492 3378 -4327 389.9743581314033 484 -4328 390.2947604055171 4935 -4329 390.29476040551714 4221 -4330 390.3460003637798 5040 -4331 390.39723359675594 3212 -4332 390.4932777910523 3775 -4333 390.69809316145887 4859 -4334 390.7492802296634 5051 -4335 390.80046059338264 4171 -4335 390.80046059338264 4467 -4337 390.80685766756955 2007 -4338 391 1106 -4339 391.0115087820306 3514 -4340 391.0306893326916 207 -4341 391.0626548265635 1206 -4342 391.0818328687744 1006 -4342 391.0818328687744 4956 -4344 391.3693907295255 4627 -4344 391.3693907295255 1306 -4346 391.41410296513334 2881 -4347 391.4141029651334 906 -4348 391.5418240750278 3080 -4349 391.62482045958217 4729 -4350 391.64397097363826 1984 -4351 391.6950344336778 3676 -4352 391.77799836131686 5039 -4353 391.8418048141367 384 -4354 391.87370414458786 2383 -4355 391.9311163967464 1406 -4356 392.0012755081289 806 -4357 392.13518077316144 2408 -4358 392.1543063642168 4270 -4359 392.23717314910374 4322 -4360 392.2562937672256 5052 -4361 392.3901120058965 4525 -4362 392.5620969986787 2682 -4363 392.7467377331096 1506 -4364 392.7658335446198 4664 -4365 392.84220750830735 706 -4366 392.86766219682676 4762 -4367 392.94401636874426 3279 -4368 393.0012722625717 4934 -4369 393.1030399271926 2910 -4370 393.15391388106514 2107 -4371 393.1539138810652 4831 -4371 393.1539138810652 3413 -4373 393.4018301940142 107 -4373 393.4018301940142 3577 -4375 393.45901946708506 5038 -4376 393.6622918187619 2709 -4377 393.7321424522006 2084 -4378 393.8146772277539 3111 -4379 393.814677227754 1606 -4380 393.85911186615954 4957 -4381 393.9352738712288 4566 -4381 393.9352738712288 606 -4383 393.95431207184413 284 -4384 394 1185 -4385 394.0114211542604 5053 -4386 394.01142115426046 4369 -4387 394.06217783491985 1285 -4388 394.08120990476056 1085 -4389 394.23977475642914 4860 -4390 394.3665807342199 1385 -4391 394.4109531947611 985 -4392 394.5757215034904 3917 -4393 394.6770831958704 4423 -4394 394.72775428135276 4018 -4395 394.9240433298535 1485 -4396 394.9303736103365 3816 -4397 394.974682732957 2483 -4398 394.9936708353692 885 -4399 395.1328890386119 1706 -4400 395.2783829151298 506 -4401 395.3858874567983 5037 -4402 395.38588745679834 4119 -4403 395.4870415070512 2508 -4404 395.60712834831475 3478 -4405 395.73349618145795 1585 -4406 395.7398135138793 2207 -4407 395.7840320174628 2981 -4408 395.790348543266 3312 -4409 395.7903485432661 3715 -4410 395.82824558133797 785 -4411 395.8408771210977 4728 -4412 395.9419149319758 4933 -4413 396.01136347332255 7 -4413 396.01136347332255 5054 -4415 396.0618638546256 2184 -4416 396.0934233233367 4626 -4417 396.3079610605873 184 -4418 396.36473102434326 4468 -4419 396.4151863892199 2782 -4420 396.41518638921997 3180 -4421 396.54760117796707 4220 -4422 396.6988782439396 1806 -4423 396.71778382119453 3974 -4424 396.79339712248236 1685 -4424 396.79339712248236 4073 -4426 396.850097643934 4830 -4427 396.86899601757756 406 -4428 396.8689960175776 4958 -4429 396.9130887234635 685 -4430 397.0012594438461 5145 -4431 397.0201506221063 5146 -4432 397.1460688462118 3875 -4432 397.1460688462118 4763 -4434 397.15236370944586 5144 -4435 397.1523637094459 3614 -4436 397.2467746879766 5147 -4437 397.37262110014575 4172 -4438 397.54873915030845 4665 -4439 397.55502763768436 5036 -4440 397.5550276376844 5143 -4441 397.6053319562 4524 -4442 397.70592150482247 3010 -4443 397.7247792129628 5148 -4444 397.7562067397566 2809 -4445 398.0012562794243 4861 -4446 398.0766257895583 3776 -4447 398.10174578868657 1785 -4448 398.20848810641894 5142 -4449 398.208488106419 4321 -4450 398.24615503479754 585 -4451 398.2524325098341 5055 -4452 398.3026487484109 2583 -4452 398.3026487484109 3379 -4454 398.4532594922521 4271 -4455 398.4532594922522 5149 -4456 398.5097238462319 1906 -4457 398.55990766759265 2307 -4458 398.62890010635203 2284 -4459 398.7041509691114 306 -4460 398.89848332627184 84 -4461 398.911017646793 3211 -4462 399.01127803609756 3513 -4463 399.0613987846983 2608 -4464 399.11151323909456 5141 -4465 399.1115132390947 4932 -4466 399.2054608844924 4567 -4467 399.43084507834396 5150 -4468 399.5059448869316 3677 -4469 399.6561021678513 1885 -4470 399.8249617019928 485 -4471 399.96249824202266 5035 -4472 400.03124877939223 4370 -4473 400.10623589241897 4959 -4474 400.2624139236658 4727 -4475 400.26241392366586 5140 -4476 400.3560914985558 3081 -4477 400.3623358908777 4422 -4478 400.48096084583096 2882 -4479 400.5621050473946 2006 -4480 400.6557125513126 5151 -4481 400.73058281094546 5056 -4482 400.7617746242772 4829 -4483 400.78048854703496 206 -4484 401 1105 -4485 401.011221788119 4625 -4486 401.0610926031095 1205 -4487 401.07979256003415 1005 -4488 401.36018736292215 3412 -4488 401.36018736292215 1305 -4490 401.40378672852603 905 -4491 401.4286985256535 3578 -4492 401.42869852565354 2384 -4493 401.4536087769046 1985 -4494 401.4785174825672 3280 -4495 401.6092628413842 2407 -4496 401.6279372752847 4764 -4497 401.6466108409232 385 -4498 401.6590594023742 4017 -4498 401.6590594023742 5139 -4500 401.75863400803223 3916 -4501 401.85196279227006 2683 -4502 401.90794966011805 1405 -4503 401.97636746455623 805 -4504 401.9763674645563 4862 -4505 402.0572098594925 2909 -4505 402.0572098594925 4118 -4507 402.1007336476769 4469 -4508 402.1256022687439 5152 -4509 402.35556414693707 3815 -4510 402.5046583581363 3110 -4510 402.5046583581363 4931 -4512 402.5232912515746 4666 -4513 402.60402382489923 5034 -4514 402.70336477362594 1505 -4515 402.7964746618321 705 -4516 402.85233026507365 2708 -4517 402.8523302650737 2106 -4518 402.9516099980245 4219 -4519 403.00124069287926 4523 -4520 403.0942817753683 106 -4521 403.2988966015156 5138 -4522 403.4414455655244 5057 -4523 403.4476422040412 3714 -4524 403.4910160090309 2085 -4525 403.5653602577902 4960 -4526 403.70781513366813 285 -4527 403.74496900890296 1605 -4528 403.7635446644484 4074 -4529 403.83783874223576 5153 -4529 403.83783874223576 3479 -4531 403.8626003977095 605 -4532 403.93687625667457 3975 -4533 404 1186 -4534 404.06063901350257 1286 -4535 404.0792001575929 1086 -4536 404.0853870161602 4173 -4537 404.1905491225642 3311 -4538 404.33896670986337 4320 -4539 404.357515077932 1386 -4540 404.40079129497263 986 -4541 404.45642534146987 2484 -4542 404.6047453997543 3876 -4543 404.6541733381728 4568 -4544 404.75301110677356 2982 -4545 404.8826990623333 4726 -4546 404.88269906233336 2507 -4546 404.88269906233336 4828 -4548 404.90122252223443 4272 -4548 404.90122252223443 1486 -4550 404.9691346263317 886 -4551 405.0308630215727 1705 -4552 405.03086302157277 3613 -4553 405.123437979093 3181 -4554 405.172802641046 505 -4555 405.17897280090926 5137 -4556 405.37636832948215 2206 -4557 405.47503005733904 5033 -4558 405.6168142471414 2783 -4559 405.6414673082623 6 -4560 405.69076893614425 1586 -4561 405.76471014616334 2185 -4562 405.76471014616345 3777 -4563 405.7831933434405 786 -4564 405.7893542221136 5154 -4565 406.0049260784898 185 -4566 406.11574704756276 4624 -4566 406.11574704756276 4930 -4568 406.1588359250602 4863 -4569 406.20807475972214 4371 -4570 406.2142291943993 4421 -4571 406.30653452781183 4765 -4572 406.38036369883815 5058 -4573 406.5587288449234 1805 -4574 406.55872884492345 3009 -4575 406.7247226319049 405 -4575 406.7247226319049 1686 -4577 406.72472263190497 3380 -4578 406.8414924758781 686 -4579 406.8537820888482 2808 -4580 407.0012284993744 5245 -4581 407.0196555450363 5246 -4582 407.0994964379101 3512 -4583 407.14862151307847 5244 -4584 407.24071505683224 4961 -4584 407.24071505683224 5247 -4586 407.2959611879303 5136 -4587 407.4125673073917 3678 -4588 407.4923312161837 3210 -4589 407.5414089390181 5243 -4590 407.68247448228624 4667 -4591 407.7070026379238 5248 -4592 407.70700263792384 2584 -4593 407.9767150218257 5155 -4594 408.0012254883556 4470 -4595 408.00122548835566 1786 -4596 408.1298812878077 2306 -4597 408.14213210596137 586 -4598 408.17888235429325 5242 -4599 408.27074350239695 2285 -4600 408.32585027156927 1905 -4601 408.37482782365515 2607 -4602 408.4176783637065 5249 -4603 408.5156055770697 305 -4604 408.53396431630995 85 -4605 408.57067931999234 5032 -4605 408.57067931999234 4522 -4607 408.71750635371615 4016 -4608 408.8642806604656 4117 -4609 409.05989781448875 5241 -4609 409.05989781448875 3915 -4611 409.2065493122025 4827 -4612 409.22487705416927 3082 -4613 409.3714694504247 5250 -4614 409.499694749581 4218 -4615 409.51800937199334 1886 -4616 409.54242759450455 5059 -4616 409.54242759450455 3579 -4618 409.59125967237145 2883 -4619 409.64618880199527 3411 -4620 409.6461888019954 5135 -4621 409.6828041302197 486 -4622 409.69500851242987 4725 -4623 409.89022920777217 3814 -4624 409.93901985539264 4929 -4625 410.0792606314053 3281 -4626 410.1828860398737 5240 -4627 410.27429848821873 4569 -4628 410.32913618216287 2005 -4629 410.396150079408 5156 -4630 410.5423242492788 4864 -4630 410.5423242492788 205 -4632 410.5666815512432 5251 -4633 410.6214801980043 4319 -4634 410.85885654321726 4075 -4635 410.93186783212616 4174 -4636 411 1104 -4637 411.0048661512416 2385 -4638 411.0596063833079 2908 -4638 411.0596063833079 1204 -4640 411.07785150747293 1004 -4641 411.1082582483596 2406 -4642 411.1265012134343 4962 -4643 411.17514516322603 4766 -4643 411.17514516322603 2684 -4645 411.2055447096987 3713 -4646 411.254179310071 3109 -4647 411.2724158024703 3976 -4647 411.2724158024703 1986 -4649 411.3514312604248 1304 -4650 411.3939717594316 904 -4651 411.40004861448426 4623 -4652 411.46081222881963 386 -4653 411.4911906711977 4273 -4654 411.5458662166344 5239 -4655 411.8859065323794 5031 -4656 411.88590653237947 1404 -4657 411.9526671839861 804 -4658 412.0012135904457 5252 -4659 412.0800893030383 2707 -4660 412.146818500398 3480 -4661 412.1710809845834 3877 -4662 412.22566635278787 4420 -4662 412.22566635278787 5134 -4664 412.53484701295235 4372 -4665 412.56514637084894 2105 -4666 412.66208936610593 3310 -4667 412.662089366106 1504 -4668 412.75295274534375 704 -4669 412.8014050363686 105 -4670 412.9225108903606 5060 -4671 413.0012106519786 3612 -4672 413.01937000581466 4668 -4673 413.04358123568505 5157 -4674 413.1464631338383 5238 -4675 413.2614184750375 2086 -4676 413.47309465066775 286 -4677 413.5516896350443 3778 -4678 413.67257583746107 5253 -4679 413.6786192202831 1604 -4680 413.726963104896 4826 -4681 413.7692593704854 2983 -4682 413.7934267240116 604 -4683 413.8900820266173 3182 -4684 413.96255869341616 2485 -4685 413.9685978428799 4928 -4686 414 1187 -4687 414.05917451494776 4471 -4688 414.0591745149478 1287 -4689 414.07728747179556 1087 -4690 414.306649717332 4521 -4690 414.306649717332 2506 -4692 414.348886809172 1387 -4693 414.3911195959682 987 -4694 414.6926572776518 4724 -4695 414.8553964937663 2784 -4696 414.87950057818 1487 -4697 414.93372964848254 1704 -4698 414.94577959053885 887 -4699 414.9819273173231 5237 -4700 415.03011938894264 5133 -4701 415.0301193889427 2205 -4702 415.07228286167214 504 -4703 415.12046444375636 4865 -4704 415.2168108350142 4963 -4705 415.21681083501426 3381 -4706 415.2709958569223 3511 -4707 415.2890559598218 5 -4708 415.40943658034536 3679 -4709 415.4154546956577 5030 -4710 415.4635964798842 3008 -4711 415.4816482108446 2186 -4712 415.577910866302 5254 -4713 415.6500932274646 1587 -4714 415.7162493817147 186 -4715 415.7403035549957 787 -4716 415.8004329002075 4116 -4717 415.8966217703626 4015 -4718 415.9146547069483 5158 -4719 415.9927883990298 2807 -4720 416.0588900624526 4570 -4721 416.13699667297067 3209 -4722 416.1850549935689 4217 -4723 416.22710147226115 4767 -4724 416.4252634026903 1804 -4725 416.473288459176 3914 -4726 416.5153058412139 5061 -4727 416.5873257793616 404 -4728 416.65933326879883 1687 -4729 416.77331968349415 687 -4730 416.85728972875114 4622 -4731 417.00119903904357 5345 -4732 417.01918421099043 5346 -4733 417.04915777399674 5236 -4733 417.04915777399674 4318 -4735 417.13906554049817 2585 -4736 417.14505870260524 5344 -4737 417.23494580391986 5347 -4738 417.5284421449633 5343 -4738 417.5284421449633 3813 -4740 417.6900764921283 5348 -4741 417.71401700206326 5255 -4742 417.7200019151585 2606 -4742 417.7200019151585 2305 -4744 417.73795613997055 3580 -4745 417.90549170835266 1787 -4745 417.90549170835266 4175 -4747 417.92941987852447 2286 -4748 418.00717697187923 3410 -4749 418.0430599830596 587 -4750 418.0550203023521 5132 -4751 418.07296013973445 4076 -4752 418.14471179246067 3083 -4753 418.1506905411014 5342 -4753 418.1506905411014 1904 -4755 418.1865612379241 86 -4756 418.19851745313485 4927 -4757 418.21645113505514 4274 -4758 418.33598936739827 304 -4759 418.38379509727673 5349 -4760 418.3897704294406 4419 -4761 418.4375700149307 4825 -4762 418.5271795236242 4669 -4763 418.71828238088676 3977 -4764 418.7421641057895 3282 -4765 418.7421641057896 2884 -4766 419.0047732425014 4373 -4766 419.0047732425014 5159 -4768 419.01073971916276 5341 -4769 419.0584684742691 3712 -4770 419.15390967996467 5029 -4771 419.3149174546501 5350 -4772 419.34472692523514 5235 -4773 419.38645662443605 1887 -4774 419.505661463585 4964 -4775 419.54737515565506 487 -4776 419.8392549536072 3878 -4777 419.8690271977679 4723 -4778 419.88688953097835 4866 -4779 420.05951959216446 3108 -4780 420.0773738253466 5256 -4781 420.1071291944472 2004 -4781 420.1071291944472 5340 -4783 420.1071291944473 2907 -4784 420.20233221627893 4520 -4785 420.26777178365694 4472 -4786 420.315357796976 204 -4787 420.3153577969761 5062 -4788 420.48186643421377 5351 -4789 420.52942822114125 3481 -4789 420.52942822114125 2685 -4791 420.6007608171911 2386 -4792 420.63047916193614 2405 -4793 421 1103 -4794 421.05819075277464 1203 -4795 421.0581907527747 3611 -4796 421.0760026408534 1003 -4797 421.0997506529777 1987 -4798 421.2006647668068 3309 -4799 421.28375235700696 387 -4800 421.2956206750789 5131 -4801 421.3430906043198 2706 -4801 421.3430906043198 1303 -4803 421.3846224057067 903 -4804 421.4320823098308 3779 -4805 421.43801442204995 5339 -4806 421.4558102577303 4768 -4807 421.864907286681 5234 -4808 421.86490728668105 1403 -4809 421.8826851151869 5352 -4810 421.9300889957956 803 -4811 422.00118483245996 4571 -4812 422.29136860703176 2104 -4813 422.309128482916 5160 -4814 422.4807687930895 4621 -4815 422.5221887664599 104 -4816 422.62276322980995 4926 -4816 422.62276322980995 1503 -4818 422.6641692881004 5257 -4819 422.7114855312072 703 -4820 422.71148553120725 3183 -4821 422.82975297393637 2984 -4822 422.8593146662374 4115 -4823 423.00118203144535 5338 -4823 423.00118203144535 4216 -4825 423.0425510513097 2087 -4826 423.09573384755373 5028 -4827 423.1902645383043 4014 -4828 423.2493354985924 287 -4829 423.33202099534117 4824 -4830 423.49144029130036 2486 -4830 423.49144029130036 3680 -4832 423.51505286117043 5353 -4833 423.5209557979392 3510 -4834 423.61539159950263 1603 -4835 423.6153915995027 4317 -4836 423.7275067776459 603 -4837 423.75700584179134 2505 -4838 423.77470429462875 3382 -4839 423.9870281034551 4965 -4840 423.9929244692652 3913 -4841 424 1188 -4842 424.0577790820491 1288 -4843 424.0754649823543 1088 -4844 424.12851825832223 2785 -4845 424.1992456381788 4670 -4846 424.3170984063687 5063 -4847 424.3406650322356 1388 -4848 424.3819034784589 988 -4849 424.41724752889104 3007 -4850 424.60569944361316 5233 -4851 424.6998940428405 4418 -4852 424.69989404284064 2204 -4853 424.7469835090062 5130 -4854 424.7940677551889 5337 -4855 424.8352621899458 4867 -4856 424.84114678312403 3208 -4857 424.84114678312415 1703 -4858 424.8588000736245 1488 -4859 424.92352253081964 888 -4860 424.95293857084926 4 -4861 424.976469936866 503 -4862 425 4176 -4863 425.0705823742687 4275 -4864 425.17055401332766 2806 -4865 425.2117119741647 2187 -4866 425.2175913576483 4722 -4867 425.26462349929835 3812 -4868 425.376303994475 5354 -4869 425.3998119416604 4077 -4870 425.440947723653 187 -4871 425.4703279900961 5258 -4872 425.61132503729266 4374 -4873 425.6113250372927 1588 -4874 425.6994244769424 788 -4875 425.8227330709341 5161 -4876 426.01056324931665 3581 -4877 426.2510997053263 4519 -4878 426.26869460470584 3978 -4879 426.29801782321255 1803 -4880 426.4387412044079 3409 -4881 426.45632836200247 403 -4882 426.5969995206248 2586 -4883 426.5969995206249 1688 -4884 426.6204402041703 4473 -4885 426.7083312990268 688 -4886 426.81377672235465 5336 -4887 426.85477624128794 4769 -4888 427.0011709585818 3711 -4889 427.00117095858184 5445 -4890 427.0187349519925 5446 -4891 427.0948372434394 2605 -4892 427.1123973850443 3084 -4893 427.1416626834709 5444 -4894 427.2294465506796 5447 -4895 427.23529816718093 5027 -4895 427.23529816718093 4925 -4897 427.32891313366565 2304 -4898 427.46344872982996 3283 -4899 427.46344872983 5355 -4900 427.51608156886914 5443 -4901 427.56286087545067 5232 -4902 427.6037885706814 3879 -4903 427.60378857068144 2287 -4904 427.67394122158055 5448 -4905 427.81421201264453 1788 -4906 427.8551156641696 87 -4907 427.9310692155923 2885 -4908 427.948595043844 588 -4909 427.98364454731217 1903 -4910 428.0946157101255 4572 -4911 428.12381386697 5442 -4912 428.16468794145084 303 -4913 428.26393730969227 4620 -4914 428.3514911845178 5449 -4915 428.40401492049534 4823 -4915 428.40401492049534 5129 -4917 428.4915401731988 5259 -4918 428.51487722131657 5064 -4919 428.6548728289461 4966 -4920 428.9172414347551 3107 -4921 428.96386794227794 5441 -4922 428.981351576033 3482 -4923 429.05710575633174 5335 -4924 429.19692449969864 2906 -4924 429.19692449969864 3610 -4926 429.26099287030496 1888 -4926 429.26099287030496 5450 -4928 429.4007452252499 3780 -4929 429.4182110716778 488 -4930 429.5404521113233 5162 -4931 429.7731959999368 5356 -4932 429.80228012424504 3308 -4933 429.89533609938127 2003 -4934 429.9127818523194 2686 -4935 429.94185653411324 4215 -4936 429.9593003994681 4868 -4937 430.0290687848904 4671 -4938 430.03488230607525 4114 -4938 430.03488230607525 5440 -4940 430.0988258528498 203 -4941 430.17438324474875 2404 -4942 430.21506249781635 2387 -4943 430.31383895942736 4316 -4944 430.40097583532497 5451 -4945 430.59261489254544 4013 -4946 430.63906000268946 2705 -4947 430.73193519868016 5231 -4948 430.7319351986802 4721 -4949 430.9350299059012 1988 -4950 431 1102 -4951 431.05684079944723 1202 -4952 431.0742395458119 1002 -4953 431.1148338899974 388 -4954 431.14962600006976 4417 -4955 431.335136523794 5439 -4955 431.335136523794 1302 -4957 431.3757063164313 902 -4958 431.52056729662377 5334 -4959 431.56691254080175 5026 -4960 431.58429072430334 3184 -4961 431.6132528085763 3912 -4962 431.6537964619331 3681 -4963 431.72329100941494 5260 -4964 431.7696144936556 5452 -4965 431.8448795574633 1402 -4965 431.8448795574633 3509 -4967 431.9085551363853 802 -4968 431.9317075649807 2985 -4969 432.03009154455896 2103 -4970 432.030091544559 4924 -4971 432.0474510976774 4276 -4972 432.2094399709474 4177 -4973 432.255711356137 103 -4974 432.26149493101974 5128 -4975 432.3019777886749 5357 -4976 432.34823927015134 4375 -4977 432.3944958021552 3383 -4978 432.4176222126014 4770 -4979 432.4465284864708 4518 -4980 432.58525171346275 1502 -4981 432.6719311441407 702 -4982 432.83368630456664 2088 -4983 432.8336863045667 4078 -4984 432.86256479395394 5438 -4985 432.90299144265566 5065 -4986 433.0357952871795 288 -4987 433.0415684434925 2487 -4988 433.09352338727024 3811 -4989 433.110840316887 4474 -4990 433.232039443068 2504 -4991 433.36474245143665 5453 -4992 433.4166586553867 3006 -4993 433.4339626748232 2786 -4994 433.45703362617155 5163 -4995 433.50317184537414 4967 -4996 433.5550714730482 1602 -4997 433.60119926033417 3207 -4998 433.6473221409305 4822 -4999 433.66461695646785 602 -5000 433.91819505524313 3979 -5001 434 1189 -5002 434.0564479419698 1289 -5003 434.073726456693 1089 -5004 434.1082814229648 5230 -5005 434.20041455530645 4619 -5005 434.20041455530645 5333 -5007 434.3328216932264 4573 -5007 434.3328216932264 1389 -5009 434.3558449013896 3582 -5010 434.37311150668614 989 -5011 434.3846221955837 2203 -5012 434.38462219558374 2805 -5013 434.61477195327825 5437 -5014 434.6320282721926 3 -5015 434.7528033262121 1702 -5016 434.83905068427333 1489 -5017 434.88504228129074 502 -5018 434.90228787625387 889 -5019 434.93677701477486 3408 -5020 434.9540205584953 2188 -5021 435.02873468312407 3710 -5022 435.0459745819974 5358 -5023 435.1608897867546 5261 -5024 435.1781244502071 188 -5025 435.1838691863475 5454 -5026 435.2528001058695 4869 -5027 435.4595273960601 3880 -5028 435.57433349544374 1589 -5029 435.66041821583934 789 -5030 436.0103209787585 4672 -5031 436.0791212612683 2587 -5032 436.0848541281846 5025 -5033 436.1249820865574 3085 -5034 436.17656975128773 1802 -5035 436.23961305686123 3284 -5036 436.31410703757905 5127 -5037 436.3312961500699 402 -5038 436.4057744805859 4720 -5039 436.4974226728034 2604 -5040 436.5375127065256 1689 -5041 436.5890516263549 5436 -5042 436.6463099580712 689 -5043 436.95537529592195 2303 -5044 437.00114416326187 5545 -5044 437.00114416326187 4923 -5046 437.0011441632619 4214 -5047 437.0183062527244 5546 -5048 437.09266752028685 5332 -5049 437.13842201298206 4315 -5049 437.13842201298206 5544 -5051 437.15557871311677 2886 -5052 437.2241987813574 5455 -5053 437.2241987813575 5547 -5054 437.29280808172456 2288 -5055 437.3213921133975 4113 -5056 437.41284846241086 3609 -5057 437.45285460264176 3781 -5058 437.4757136116244 5066 -5059 437.4985714262391 3483 -5060 437.5042856932947 5543 -5061 437.5385697284298 88 -5062 437.5671377057468 5164 -5063 437.6585427019562 5548 -5064 437.68710284859895 5229 -5065 437.7270839233049 1789 -5066 437.7327952073045 4416 -5067 437.8241656190302 3106 -5068 437.8241656190303 1902 -5069 437.85842460777206 589 -5070 438.00114155102375 5359 -5071 438.00114155102386 302 -5072 438.09816251611915 5542 -5073 438.0981625161192 4012 -5074 438.1381060807197 4771 -5075 438.3206588788623 5549 -5076 438.3263624287273 2905 -5077 438.463225367875 3307 -5078 438.525939939703 4968 -5079 438.78240621064106 5435 -5079 438.78240621064106 4517 -5081 438.799498632348 5262 -5082 438.91912694709487 5541 -5083 439.0558051091 4821 -5084 439.14120735817994 4277 -5085 439.14120735818 1889 -5086 439.20951720107337 5550 -5087 439.2095172010734 4376 -5088 439.29488956736117 489 -5089 439.32334333609 2687 -5090 439.3290338686939 3911 -5091 439.48265039703216 5456 -5092 439.52815609469206 4178 -5093 439.69307476920756 2002 -5094 439.73287345842135 4475 -5095 439.7385586914115 2403 -5096 439.8465641561839 2388 -5097 439.89203220790444 202 -5097 439.89203220790444 3682 -5099 439.9659077701362 5540 -5099 439.9659077701362 2704 -5101 440.19313942859225 5331 -5102 440.23857168585306 3508 -5103 440.28399925502634 4618 -5104 440.3237445334966 5551 -5105 440.3691633164157 4079 -5106 440.5053915674586 3185 -5107 440.55646630142655 5126 -5108 440.70965498840616 4870 -5108 440.70965498840616 4574 -5110 440.77772176007255 1989 -5111 440.7833935165889 5024 -5112 440.95351228899403 389 -5113 441 1101 -5114 441.0102039635818 3810 -5115 441.05555205665416 1201 -5116 441.0725563895355 1001 -5116 441.0725563895355 3384 -5116 441.0725563895355 2986 -5119 441.16323509558225 5360 -5120 441.1915683691156 5434 -5121 441.23689782247357 5539 -5122 441.3275427616092 1301 -5123 441.3671940686122 901 -5124 441.46347527287014 5228 -5125 441.6616351914664 5552 -5126 441.6616351914665 3980 -5127 441.78048847815813 2102 -5128 441.8257575108087 1401 -5129 441.86536410992886 5165 -5130 441.88799485842566 801 -5131 441.95588015094904 5457 -5132 442.0011312202719 102 -5133 442.1368566405655 4673 -5134 442.1425109622462 4922 -5135 442.2273171119125 5067 -5136 442.2329702769797 4719 -5137 442.4138334184409 3206 -5138 442.45903765207464 3005 -5139 442.54943226717626 1501 -5140 442.61156785606045 2488 -5141 442.6341604530766 2089 -5141 442.6341604530766 701 -5141 442.6341604530766 5263 -5144 442.73016612830884 2503 -5145 442.7301661283089 5538 -5146 442.7696918263489 3583 -5147 442.76969182634895 2787 -5148 442.8317965096906 289 -5149 443.13654780439856 3709 -5150 443.2211637546203 5553 -5151 443.4016238129942 3881 -5152 443.4974633523849 1601 -5152 443.4974633523849 3407 -5154 443.49746335238495 5330 -5155 443.6045536285668 601 -5156 443.632730983637 2804 -5157 443.7172523127763 4969 -5158 443.81302369353693 5433 -5159 444 1190 -5160 444.01013501946096 4772 -5161 444.05517675171853 1290 -5162 444.0720662234903 1090 -5163 444.0833255144804 2202 -5164 444.08332551448046 4314 -5165 444.1733895676327 4213 -5166 444.3253312607779 1390 -5166 444.3253312607779 2 -5168 444.3647150708526 990 -5169 444.4434722211588 5537 -5169 444.4434722211588 4415 -5171 444.5278393981641 5361 -5172 444.62343617942594 4820 -5173 444.64030406610686 5458 -5174 444.66841578866376 1701 -5175 444.70776921479575 2189 -5176 444.7133908485329 4112 -5177 444.79770682862113 501 -5178 444.82018839076983 1490 -5179 444.88200682877704 890 -5180 444.9269602979797 189 -5181 444.9831457482407 5125 -5182 445 5554 -5183 445.06741062450305 3285 -5184 445.1797389819083 3086 -5185 445.25273721786374 4516 -5186 445.4323742163338 5227 -5187 445.5389994153149 1590 -5188 445.58388660273613 3782 -5189 445.5838866027362 2588 -5190 445.6231591827337 790 -5191 445.6568186396344 5023 -5192 445.70169396133105 4011 -5192 445.70169396133105 3608 -5194 445.9260028300659 2603 -5195 446.0605340085581 1801 -5196 446.0773475530898 3484 -5197 446.18942165855975 4377 -5198 446.21183310172313 401 -5199 446.323873437216 4871 -5200 446.3462781294362 4278 -5200 446.3462781294362 5166 -5202 446.3742824133129 5536 -5203 446.4134854593888 2887 -5204 446.48068267283406 1690 -5205 446.4806826728342 4476 -5206 446.50867852708086 4617 -5207 446.5870575822815 690 -5208 446.59825346725216 2302 -5209 446.6430342006914 5432 -5210 446.65982581826177 5264 -5211 446.77734947062834 3105 -5212 446.95078028794177 4179 -5213 446.99552570467637 5555 -5213 446.99552570467637 2289 -5215 447.0011185668331 5329 -5215 447.0011185668331 5645 -5217 447.017896733453 5646 -5218 447.1353262715886 3910 -5219 447.13532627158867 5644 -5220 447.15209940242926 5068 -5221 447.1800532224128 3306 -5222 447.2191856349636 4575 -5222 447.2191856349636 5647 -5224 447.23595562074394 89 -5225 447.4483210383072 4921 -5226 447.493016705289 5643 -5226 447.493016705289 2904 -5228 447.53212175217095 5459 -5229 447.64383163403465 1790 -5230 447.6438316340347 5648 -5231 447.6717547489455 1901 -5232 447.77226354476227 590 -5233 447.8448392021504 301 -5234 448.00111607003834 4080 -5235 448.07365465958827 5642 -5236 448.0903926664798 5362 -5237 448.2019634048918 3683 -5238 448.20754121277344 4718 -5239 448.2912000028553 5649 -5240 448.4027207767589 4674 -5241 448.51978774631556 5535 -5242 448.6981167778621 3507 -5243 448.7594010157336 2688 -5244 448.8763749630849 5641 -5245 449.0100221598623 3809 -5246 449.02672526253934 1890 -5247 449.07126383236766 4970 -5248 449.1603277227409 5650 -5249 449.1770252361534 490 -5250 449.20485304591267 5556 -5251 449.32171102674306 2402 -5251 449.32171102674306 2703 -5253 449.47191235938203 3186 -5254 449.49416014004004 3981 -5255 449.4941601400401 2389 -5256 449.4997219131509 2001 -5257 449.5887009256349 5226 -5257 449.5887009256349 5124 -5259 449.67766233158613 5431 -5260 449.6943406359479 201 -5261 449.8055135277913 3385 -5262 449.89998888641907 5640 -5263 450.0277769204919 4773 -5264 450.249930594109 2987 -5265 450.24993059410906 5651 -5266 450.3443127208336 4819 -5267 450.62734049322836 5460 -5268 450.6273404932285 1990 -5269 450.6994564008259 5022 -5270 450.69945640082597 5328 -5271 450.7992901502841 390 -5272 450.87137855490454 5265 -5273 450.87692333939646 5534 -5274 451.00443456799843 5167 -5275 451.1429928525988 4313 -5276 451.14299285259887 5639 -5277 451.24826869473964 3584 -5278 451.27596878185307 4414 -5279 451.2759687818531 3205 -5280 451.32028538500236 3708 -5281 451.42551988118703 3882 -5282 451.4532090925925 4212 -5283 451.54180315891017 2101 -5284 451.5418031589102 3004 -5285 451.558412611259 5652 -5286 451.62484431217905 5557 -5287 451.75767840735153 101 -5288 451.84621277598427 5363 -5289 451.8517455980446 4515 -5290 452.0895928906128 4872 -5291 452.11724143191003 3406 -5292 452.133829745132 2788 -5293 452.20017691283584 2489 -5294 452.2057054040783 4111 -5295 452.24440295044 5069 -5296 452.249930901045 2502 -5297 452.44336662172424 2090 -5298 452.6035793053343 5638 -5299 452.63671967704965 290 -5300 452.868634374252 4616 -5301 452.9127951383136 2803 -5301 452.9127951383136 5430 -5301 452.9127951383136 4920 -5304 453.0838774443426 5653 -5305 453.28247263709636 4378 -5306 453.3486517019765 4477 -5307 453.3982796614915 4010 -5308 453.44238884338984 5533 -5309 453.65735968900583 4279 -5310 453.7895988230669 3783 -5311 453.79510795071377 2201 -5312 453.8557039412417 4576 -5313 453.92179943245736 5461 -5314 453.92730695564023 5225 -5315 453.9438291242651 3286 -5316 454 1191 -5317 454.0319372026598 1 -5318 454.0539615508271 1291 -5319 454.059467470947 3607 -5320 454.07047911089745 1091 -5321 454.2521326312074 5558 -5322 454.27414630374903 3087 -5323 454.2796495552052 5637 -5324 454.3181704488607 1391 -5325 454.3236731670495 4717 -5326 454.35668807666957 991 -5327 454.3676925134532 5123 -5328 454.47222137332005 2190 -5328 454.47222137332005 4180 -5330 454.5822257853908 4971 -5331 454.5877253072283 5327 -5332 454.686705325766 190 -5333 454.71419595169885 3485 -5334 454.80215478821117 4675 -5334 454.80215478821117 1491 -5336 454.8241418394586 5654 -5337 454.8626166217664 891 -5338 455.02747169813824 3909 -5339 455.10987684294446 2589 -5340 455.26365987194714 5266 -5341 455.3789630626342 2602 -5342 455.50521402065203 1591 -5343 455.5875327530374 791 -5344 455.7027539965059 2888 -5345 455.7246975971349 4081 -5346 455.7740668357514 3104 -5347 455.79052206029917 5364 -5348 455.83439975499874 5168 -5349 455.9056920021947 5021 -5350 455.94955861366947 3305 -5351 456.16882839580353 5636 -5352 456.18526938076377 4774 -5353 456.21266970569764 4818 -5354 456.21266970569775 5532 -5355 456.25650680291676 2301 -5356 456.3441683641854 5429 -5357 456.42633578705784 1691 -5358 456.5303932927138 691 -5359 456.5796754127367 3684 -5360 456.6946463447979 2903 -5361 456.71106840101874 2290 -5362 456.77675072183786 5655 -5363 456.9463863518345 90 -5364 457.0010940905941 5745 -5365 457.0175051351972 5746 -5366 457.08314342141296 5559 -5367 457.08861285313156 3808 -5368 457.13236595104485 5744 -5369 457.21439172449504 5747 -5370 457.21985958617324 3506 -5371 457.41119356657634 5462 -5372 457.4111935665764 3982 -5373 457.4822400924434 5743 -5374 457.4986338777417 5070 -5375 457.56420314530726 1791 -5376 457.6297630180974 5748 -5377 457.689851318554 591 -5378 458.0010917017556 4873 -5379 458.0502155877671 5742 -5380 458.219379773488 2689 -5381 458.22483564294066 4413 -5382 458.26302491036733 5749 -5383 458.2684802602073 5635 -5384 458.31212072123947 4312 -5385 458.4430171787983 5224 -5386 458.4811882727578 3187 -5387 458.530260724415 4919 -5388 458.5738762729513 4514 -5389 458.590231034199 3386 -5390 458.66109492739844 5326 -5391 458.7046980356752 2702 -5392 458.83548249890174 4211 -5393 458.8354824989018 5741 -5394 458.9172038614373 1891 -5395 458.9226514348578 2401 -5396 458.93899376714546 5656 -5397 459.0642656535139 491 -5398 459.1132757827854 5750 -5399 459.156835950419 2390 -5400 459.18405895675426 5531 -5401 459.31470692761405 5122 -5402 459.3582479938724 4615 -5403 459.46164148925425 2988 -5404 459.52693065804095 3883 -5405 459.5758914477564 3707 -5406 459.78799462360905 3585 -5407 459.79343188001286 4110 -5408 459.83149087464636 5267 -5409 459.8369276167367 5740 -5410 459.91847103590004 5365 -5411 459.96739014847566 5428 -5412 460.11411627986377 5560 -5413 460.17931287705665 5751 -5414 460.18474550988765 3204 -5415 460.24450023873175 4972 -5416 460.33140236138576 4478 -5417 460.483441613268 1991 -5417 460.483441613268 4379 -5419 460.575726672607 4716 -5420 460.57572667260706 5634 -5421 460.613721028803 4577 -5422 460.6517122512409 391 -5423 460.66256631074333 3003 -5424 460.79279508256207 3405 -5425 460.83077154200544 5169 -5426 461.0531422732091 5739 -5427 461.06940909151626 4280 -5428 461.0910972898957 5463 -5429 461.183260754334 4009 -5430 461.26998601686626 5020 -5431 461.30792319230767 5657 -5432 461.3296001775737 4676 -5433 461.4596407054467 5752 -5434 461.5246472291593 2789 -5435 461.7899955607527 2501 -5436 461.8062364238924 2490 -5437 462.06601259993147 3784 -5438 462.0876540224809 4181 -5439 462.2228899567826 2802 -5439 462.2228899567826 4817 -5441 462.26074892856735 2091 -5442 462.3526792395606 5530 -5443 462.4499972970051 291 -5444 462.47702645645006 4775 -5445 462.4824320987771 3606 -5446 462.48243209877717 5738 -5447 462.8660713424565 3287 -5448 462.909278368883 5071 -5449 462.9146789636293 5325 -5450 462.9524813628284 5753 -5451 463.00107991234756 3908 -5452 463.0874647407334 5633 -5453 463.1306511126207 5223 -5454 463.34112703277265 5561 -5455 463.4058696218683 3486 -5455 463.4058696218683 3088 -5457 463.5353276720125 4082 -5458 463.7779641164509 5427 -5459 463.8803725099823 5658 -5460 464 1192 -5461 464.05279872014563 4874 -5462 464.0527987201457 1292 -5463 464.06896039274164 1092 -5464 464.1228285701965 5737 -5465 464.2251608863957 5366 -5466 464.2467016576424 2191 -5467 464.2951647389837 4918 -5468 464.31131797534294 1392 -5469 464.34900667493616 992 -5470 464.42437489864807 5121 -5471 464.45667182203334 191 -5472 464.5696933722647 5268 -5473 464.6557865775482 5754 -5473 464.6557865775482 2590 -5475 464.76875970744845 3304 -5476 464.78489648438455 1492 -5477 464.8117898676839 3103 -5478 464.84405987384633 892 -5479 464.8548160447518 2601 -5480 464.9569872579614 5464 -5481 465.02150487907545 3685 -5481 465.02150487907545 2889 -5483 465.2418725781247 3807 -5484 465.2848589842571 4412 -5485 465.4084227858366 3983 -5486 465.41379438087137 4513 -5487 465.47287783500343 1592 -5488 465.5534340975265 792 -5489 465.5856526999087 4311 -5490 465.7145048202815 5529 -5491 465.8003864317847 3505 -5491 465.8003864317847 5632 -5493 465.92917916782164 2902 -5494 465.97210216921786 5736 -5494 465.97210216921786 4614 -5496 465.98819727542457 5170 -5497 466.05257214181324 4973 -5498 466.31534394656154 4210 -5499 466.3743131863074 1692 -5500 466.4386347634595 2291 -5501 466.476151587624 692 -5502 466.56725131539184 5755 -5503 466.6529759896534 5659 -5504 466.66904761297377 91 -5505 466.76010969233437 5562 -5506 466.7868892760378 5019 -5507 466.9582422444217 4715 -5508 467.0010706625843 5845 -5509 467.01713030680145 5846 -5510 467.1295323569256 5844 -5511 467.2098029793467 5847 -5512 467.34355671176206 5324 -5513 467.423790579812 3387 -5514 467.4237905798121 4479 -5515 467.47192429064654 4109 -5516 467.4719242906466 5843 -5517 467.4879677595991 1792 -5518 467.48796775959914 4578 -5519 467.53074765195925 3188 -5520 467.61094940131585 592 -5521 467.61629569552 5848 -5522 467.70182809135997 3884 -5522 467.70182809135997 2690 -5524 467.7713116470483 5426 -5525 467.7873448480623 4380 -5526 467.89956187198976 3706 -5527 467.97970041445177 4677 -5528 467.98504249601825 5222 -5529 468.0277769534624 5842 -5530 468.0277769534625 5735 -5531 468.11323416455554 2701 -5532 468.2360515808239 5849 -5533 468.369512244339 4816 -5534 468.3855249684815 3586 -5535 468.47091692014357 5072 -5536 468.5776349763185 4281 -5537 468.68432873310365 5756 -5538 468.7056645699943 2989 -5538 468.7056645699943 5367 -5540 468.71099837746505 5631 -5541 468.7963310436633 5841 -5542 468.8123291894103 1892 -5543 468.83365920121395 2391 -5544 468.89764341485017 4776 -5545 468.95628794163747 492 -5546 469.0042643729372 5465 -5547 469.0522358970267 4008 -5548 469.06822531482555 5850 -5549 469.137506494631 3203 -5550 469.2653833386818 5528 -5551 469.4731089210542 5269 -5552 469.5210325427393 3404 -5553 469.6221885728996 5660 -5554 469.6913880411264 5120 -5555 469.77654262425665 5840 -5556 469.79250739023075 4182 -5557 469.8191141279801 3002 -5558 470.1116888570204 5851 -5559 470.20208421486177 4917 -5560 470.2393007820593 4875 -5561 470.28714632658205 5734 -5562 470.34561760475674 1992 -5563 470.3668780856067 5563 -5564 470.40939616465994 3785 -5565 470.5103612036615 392 -5566 470.9405482648526 2790 -5567 470.9670901453731 3605 -5567 470.9670901453731 5839 -5569 471.00424626536017 5757 -5570 471.05201411309133 3907 -5571 471.30138977091934 5171 -5572 471.36503900904654 5852 -5573 471.42867965366725 2491 -5573 471.42867965366725 4083 -5575 471.5612367444975 2801 -5576 471.81564196198497 5630 -5577 471.8315377335432 3288 -5578 471.9427931434063 5425 -5579 471.94279314340633 5323 -5580 472.0010593208452 4974 -5581 472.0857972868915 2092 -5582 472.1493407810711 3487 -5583 472.27110858065413 292 -5584 472.36638322386995 4512 -5585 472.36638322387 5838 -5586 472.451055666087 4411 -5586 472.451055666087 5018 -5588 472.5727457228146 3089 -5589 472.70498199193963 4613 -5590 472.7472897859912 5733 -5591 472.78430600010404 5661 -5592 472.82660669636596 5853 -5593 472.95877198758035 4310 -5594 473.0010570812712 5221 -5594 473.0010570812712 5527 -5596 473.2282747258452 5466 -5597 473.3550464503362 5368 -5598 473.465943865026 3806 -5599 473.4659438650261 4714 -5600 473.48178423250874 3984 -5601 473.52402262187286 5758 -5602 473.5240226218729 3686 -5603 473.6348804722895 3303 -5604 473.8881724626602 4209 -5604 473.8881724626602 3102 -5606 473.9725730461627 5837 -5607 474 1193 -5608 474.030589730241 2192 -5609 474.0516849458506 1293 -5610 474.06750574153466 1093 -5611 474.15714694603093 5564 -5612 474.17823653137015 5073 -5613 474.22041288835305 2591 -5614 474.23622805517505 192 -5615 474.30475435103955 1393 -5616 474.3416490252569 993 -5617 474.3680006071236 2890 -5618 474.43650787012587 3504 -5619 474.47339229929423 4579 -5620 474.4944678286566 5854 -5621 474.53661607930735 5270 -5622 474.62090135180523 4480 -5623 474.6472374300729 4815 -5624 474.74730120349284 4678 -5625 474.7683645737151 1493 -5626 474.8262840239575 893 -5627 475.11051345976335 5629 -5628 475.1105134597634 5119 -5629 475.18943590951176 4381 -5630 475.19469694010684 2901 -5631 475.2367830881781 4108 -5632 475.40509042289403 5732 -5633 475.44189971015385 4777 -5634 475.4418997101539 1593 -5635 475.52076715954263 793 -5636 475.783564239035 5836 -5637 475.9464255564905 3885 -5638 476.1354849199963 5662 -5639 476.1774879181081 2292 -5640 476.17748791810817 4282 -5641 476.2404854692637 5759 -5642 476.24573488903815 4916 -5643 476.2877281643943 5424 -5644 476.28772816439437 3705 -5645 476.3034746881446 3388 -5646 476.32446924339297 1693 -5647 476.36645557805593 5855 -5648 476.40319058545356 92 -5649 476.42418074652755 693 -5650 476.5553483069936 4876 -5651 476.6182959140364 3189 -5652 476.7074574621211 5322 -5653 476.7651413431985 5172 -5654 476.9171835864168 5526 -5655 477.0010482168776 5945 -5655 477.0010482168776 4007 -5657 477.01677119363427 5946 -5658 477.0377343565182 3587 -5659 477.12681752339176 5944 -5660 477.2054065075122 2691 -5661 477.2054065075123 5947 -5662 477.4149138851864 1793 -5663 477.4620403759863 5943 -5664 477.5353390064446 593 -5665 477.582453614033 4183 -5666 477.6033919477541 5948 -5667 477.62432936357 5467 -5668 477.7970280359642 5835 -5669 477.98012510982085 2990 -5670 478.0062761094252 5942 -5671 478.0847205255571 4975 -5672 478.12655228506185 5565 -5673 478.13178099766594 3202 -5674 478.16838038498526 5369 -5675 478.1736086402093 5220 -5676 478.2102048262877 5949 -5677 478.2572529507524 5017 -5678 478.25725295075245 5731 -5679 478.29906962067156 3403 -5680 478.4401738984718 5856 -5681 478.5237716143264 2392 -5682 478.59168400631455 5628 -5683 478.71181309844445 1893 -5684 478.75881192934713 5941 -5685 478.81624868001296 3786 -5686 478.8527957525152 493 -5687 479.0093944798995 3001 -5688 479.02505153697336 5950 -5689 479.15028957520207 5760 -5690 479.1763767132099 3906 -5691 479.40066750057827 4084 -5692 479.4267410147248 4511 -5693 479.51016673267736 3604 -5694 479.5518741491894 4612 -5695 479.6717627711684 5663 -5696 479.7186675542238 5940 -5697 479.71866755422394 4410 -5698 479.75514588172996 5271 -5699 480.01041655364105 5834 -5700 480.02604096027954 5074 -5701 480.0468727114051 5951 -5702 480.0937408465143 4713 -5703 480.21349418774145 1993 -5704 480.37485362995426 393 -5705 480.38005787084876 2791 -5706 480.4268935020187 4309 -5707 480.67660646218263 5118 -5708 480.7130120976548 5857 -5709 480.80141430740406 5423 -5710 480.8378104933097 3289 -5711 480.8846015417836 5939 -5712 480.94178441886294 3488 -5713 481.00935541837435 5525 -5714 481.0509328543081 4814 -5715 481.06652346634974 2492 -5716 481.27435003332556 5952 -5717 481.3003220443552 5730 -5718 481.5495820785228 4208 -5719 481.5651565468582 4580 -5720 481.62744938385725 3985 -5721 481.6274493838573 4679 -5722 481.6326400899341 5321 -5723 481.75720025755714 3805 -5724 481.7727680141334 3090 -5725 481.918042824711 2093 -5726 481.91804282471105 4481 -5727 482.0840175737005 3687 -5728 482.09957477682974 293 -5729 482.1047603996459 4778 -5730 482.18772278024665 5468 -5731 482.24993519958093 5761 -5732 482.2551192055922 5627 -5732 482.2551192055922 5938 -5734 482.27067088928396 5566 -5735 482.3743359674102 5173 -5736 482.420977984996 5833 -5737 482.42097798499606 4915 -5738 482.5453346577915 3302 -5739 482.68519761848916 4382 -5740 482.70591461054215 5953 -5741 482.99585919550077 4877 -5742 483.001035195578 3101 -5743 483.08384365449444 4107 -5744 483.12524256138806 3503 -5745 483.14076623692193 5370 -5746 483.1821602667052 5858 -5747 483.3890772452353 5664 -5748 483.49767321053366 5219 -5749 483.74063298424704 2891 -5750 483.80264571413824 2592 -5751 483.8233148578105 2193 -5752 483.828482005762 5937 -5753 483.86465049639656 4283 -5754 484 1194 -5755 484.0247927534291 193 -5756 484.05061718791353 1294 -5757 484.06611118730467 1094 -5758 484.2003717470692 5016 -5759 484.25716308589597 3886 -5760 484.29846169485194 1394 -5761 484.298461694852 4976 -5762 484.33459508897363 994 -5763 484.33975678236453 5954 -5764 484.5307007816945 5729 -5765 484.7370421166511 3704 -5766 484.7525141760484 1494 -5767 484.809240836022 894 -5768 485.025772511111 5832 -5769 485.02577251111103 4006 -5770 485.12369556639885 5272 -5771 485.2267511174544 3389 -5772 485.27311897528386 5524 -5773 485.41219597368996 1594 -5774 485.45339632141827 4184 -5775 485.4791447631917 5422 -5776 485.4894437575342 794 -5777 485.5357865286553 5762 -5778 485.60271827904756 5936 -5779 485.7417009069738 3588 -5780 485.74170090697385 3190 -5781 485.84462536905767 5859 -5782 485.92694924237327 2293 -5783 486.00925917105735 5075 -5784 486.09669819903127 5626 -5785 486.1481255749116 93 -5786 486.17383722286 5955 -5787 486.2766702197423 1694 -5788 486.3743414284927 694 -5789 486.3846214674143 5117 -5790 486.5079649913247 4611 -5791 486.58503881644367 5567 -5792 486.5901766373835 4510 -5793 486.7134680692533 5320 -5794 486.7288773023437 2692 -5795 486.8367282775613 4712 -5796 486.9137500625753 5469 -5797 487.00102669296297 6045 -5798 487.0164268276789 6046 -5799 487.08315511830216 4409 -5800 487.12421413844737 3402 -5801 487.1242141384475 6044 -5802 487.16526969807694 3201 -5803 487.201190474736 6047 -5804 487.2832851637741 3787 -5804 487.2832851637741 5665 -5806 487.28328516377417 2991 -5807 487.34484710520945 1794 -5808 487.3704956190927 3905 -5809 487.4474330632996 4085 -5810 487.4525617944787 6043 -5811 487.46281909495417 594 -5812 487.5756351582798 4813 -5813 487.57563515827985 5935 -5814 487.5910171444917 6048 -5815 487.8216887347261 5831 -5816 487.9446689943441 5728 -5817 487.9856555268812 6042 -5818 487.98565552688126 4308 -5819 488.1085944746312 3603 -5820 488.1239596659848 5174 -5821 488.18541559534526 6049 -5822 488.2058991859889 5956 -5823 488.2263819172414 2393 -5824 488.26734480200497 5371 -5825 488.6153906704127 4680 -5825 488.6153906704127 1894 -5827 488.69724779253664 5860 -5828 488.722825331496 6041 -5829 488.7228253314961 4914 -5830 488.75351661138967 494 -5831 488.7586316373349 4581 -5832 488.88137620490306 4779 -5833 488.9683016310975 5218 -5834 488.9836398081228 6050 -5835 489.004089962446 5763 -5836 489.29541179128177 4207 -5837 489.3107397145499 4482 -5838 489.5559212184038 4878 -5839 489.6631495221996 6040 -5840 489.703992223874 5523 -5841 489.7448315194352 5934 -5842 489.78056310964405 3489 -5843 489.84181120030985 2792 -5844 489.8418112003099 3986 -5845 489.88263900652777 3290 -5846 489.984693638485 6051 -5847 490.0867270188002 1994 -5848 490.1122320448654 5625 -5848 490.1122320448654 3804 -5850 490.2448367907611 394 -5851 490.2703335915809 4383 -5852 490.2754327926293 5015 -5853 490.3162244919089 5421 -5854 490.4334817281545 5957 -5855 490.6373406091306 5273 -5855 490.6373406091306 4977 -5857 490.6984817584012 3688 -5858 490.718860448628 2493 -5859 490.80546044232227 5830 -5860 490.8054604423223 6039 -5861 491.0040733028597 3091 -5862 491.00916488391545 4106 -5863 491.0651687912715 5568 -5864 491.1873369703254 6052 -5865 491.350180624776 5666 -5866 491.49771108317475 3301 -5867 491.5384013482568 5727 -5868 491.6350272305666 4284 -5869 491.7367181734551 5861 -5870 491.7570538385799 2094 -5871 491.7977226462115 5470 -5872 491.86380228677126 3502 -5873 491.9349550499537 294 -5874 491.9451188903087 5319 -5875 492.1077117867592 5933 -5876 492.1229521166434 5076 -5877 492.1483516176804 6038 -5878 492.22962121351446 5116 -5879 492.590093282437 6053 -5880 492.630693319042 3887 -5881 492.65099208263047 5764 -5882 492.8539337369643 5958 -5883 493.12270278298894 4005 -5884 493.13791174477757 2892 -5885 493.24436134638177 3703 -5886 493.4014592601039 4185 -5887 493.40145926010393 2593 -5888 493.543311169344 5372 -5889 493.56863757738904 4610 -5890 493.62435110111824 2194 -5891 493.69018625044595 6037 -5891 493.69018625044595 4711 -5893 493.8218302181466 194 -5894 493.85220461186566 4509 -5895 493.973683509557 5829 -5896 494 1195 -5897 494.00910922775495 5175 -5898 494.0495926523976 1295 -5899 494.06477308142496 1095 -5900 494.19125852244696 3390 -5900 494.19125852244696 6054 -5902 494.21655172606273 4812 -5903 494.2924235713106 1395 -5904 494.2974812802509 5624 -5905 494.29748128025096 5522 -5906 494.32782644718674 995 -5907 494.4946915791918 3589 -5908 494.54019048000544 4408 -5909 494.5806304335017 5217 -5910 494.6615004222585 5932 -5911 494.73730403113933 1495 -5912 494.79288596340996 895 -5913 494.8989795907848 3191 -5914 494.9595943104851 5862 -5915 495.14644298429533 4913 -5916 495.30798499519466 5420 -5917 495.3079849951947 5726 -5918 495.3836896790204 1595 -5919 495.429106936603 6036 -5920 495.4593827954013 795 -5921 495.46442859200295 5959 -5922 495.5653337351191 4086 -5923 495.5855122983318 5667 -5924 495.63091106185055 3904 -5924 495.63091106185055 4307 -5926 495.6863927928625 2294 -5927 495.7065664281642 4681 -5928 495.70656642816425 5569 -5929 495.7670824086649 4780 -5930 495.8074222921638 3788 -5931 495.9032163638384 94 -5932 495.9889111663687 6055 -5933 495.9939515760248 3401 -5934 496.04939270197684 4582 -5935 496.2307930791881 1695 -5935 496.2307930791881 4879 -5937 496.2710952695109 2693 -5938 496.2912451373689 5274 -5939 496.3265054377008 695 -5940 496.4725571469183 5765 -5941 496.47759264643554 5014 -5942 496.6135318333563 2992 -5943 496.7594991542688 3602 -5944 496.79472621999525 4483 -5945 496.83498266527084 5471 -5946 497.0010060351991 6145 -5947 497.01609631882144 6146 -5948 497.0965700947855 4978 -5949 497.1217154782116 6144 -5949 497.1217154782116 4206 -5951 497.1971439982333 6147 -5952 497.2775884754912 1795 -5953 497.32283277565284 5318 -5954 497.32283277565296 5828 -5955 497.36304647611286 6035 -5956 497.39320461783547 595 -5957 497.4032569254045 5931 -5958 497.44346412431634 6143 -5959 497.5791394341205 6148 -5960 497.9407595286813 4384 -5960 497.9407595286813 2394 -5962 497.9658622837513 6142 -5963 497.98092332939825 6056 -5964 498.1214711292819 3987 -5965 498.1616203603003 6149 -5966 498.20678437773205 5115 -5967 498.2619792839908 5960 -5968 498.3623179976592 5863 -5969 498.36231799765926 5077 -5970 498.5228179331414 1895 -5971 498.5278327235101 3803 -5972 498.6481725625794 5623 -5973 498.6581995716104 495 -5974 498.66321300051806 3490 -5975 498.68827938903877 6141 -5976 498.94388462030474 6150 -5977 498.96392655180995 5373 -5978 498.96392655181 3291 -5979 499.0090179545857 4105 -5980 499.04909578116667 5521 -5981 499.2494366546647 5725 -5982 499.32454375886635 2793 -5983 499.3645962620899 3689 -5984 499.484734501466 4285 -5985 499.48973963435924 6034 -5986 499.6098477812462 6140 -5987 499.9249943741561 6151 -5988 499.96499877491425 1995 -5989 499.98499977499324 5668 -5990 500.02499937503126 5176 -5991 500.119985603455 395 -5992 500.16497278398055 6057 -5993 500.2649298121946 3092 -5994 500.3298911718148 5930 -5994 500.3298911718148 5216 -5996 500.38485188902354 2494 -5997 500.44979768204524 5419 -5998 500.4647839758558 5766 -5999 500.5047452322505 5570 -6000 500.64957804835905 4710 -6001 500.6495780483591 3501 -6002 500.729467876617 4609 -6002 500.729467876617 6139 -6004 500.8492787256462 5827 -6005 500.9690609209315 4811 -6006 501.0638681844861 3888 -6007 501.1037816660337 6152 -6008 501.20853943244026 4508 -6009 501.24345382259105 5961 -6010 501.28834017958167 4004 -6011 501.422975141746 4186 -6012 501.6024322110091 2095 -6013 501.6871535130235 4912 -6014 501.77684282955903 295 -6015 501.8067357060883 3702 -6016 501.8067357060884 6033 -6017 501.9412316197984 5864 -6018 502.02091589892945 5472 -6019 502.04581464244876 6138 -6020 502.0806708089847 5275 -6021 502.08565006381133 4407 -6022 502.47885527651806 6153 -6023 502.5385557347814 6058 -6024 502.5584543115358 2893 -6025 502.7573967630909 4781 -6026 502.80214796677234 5013 -6027 502.8419234709851 5317 -6028 502.89660965252097 4682 -6029 503.0159043211258 2594 -6029 503.0159043211258 4880 -6031 503.16001430956334 5622 -6032 503.1947932957971 3391 -6033 503.2941485850992 3590 -6034 503.35871900663443 4306 -6034 503.35871900663443 5724 -6036 503.4332130481659 4583 -6036 503.4332130481659 2195 -6038 503.4381789256751 5929 -6039 503.557345294456 6137 -6040 503.626845988178 195 -6041 503.67151994132047 4979 -6042 503.7509305202324 4087 -6043 503.9543630131601 5520 -6043 503.9543630131601 3903 -6045 504 1196 -6046 504.0486087670513 6154 -6047 504.04860876705135 1296 -6048 504.0634880647476 1096 -6049 504.0882859182507 3192 -6050 504.2866248474175 1396 -6051 504.3114117289039 5114 -6051 504.3114117289039 6032 -6053 504.32132614038835 996 -6054 504.36593858031296 4484 -6055 504.38576506479643 3789 -6056 504.4055907699676 5962 -6057 504.5245286405805 5374 -6058 504.54434889313745 5669 -6059 504.54930383462033 5826 -6060 504.62362211850524 5767 -6061 504.7226961411582 1496 -6062 504.7226961411583 5078 -6063 504.7771785649585 896 -6064 505.02475186865837 4205 -6065 505.0990001969911 6059 -6066 505.26230811332044 6136 -6067 505.35630994378613 1596 -6068 505.4305095658552 796 -6069 505.4552403526943 2295 -6070 505.4552403526944 5571 -6071 505.46018636486093 3601 -6072 505.66787519082135 95 -6073 505.69259436934607 4385 -6074 505.6925943693461 5865 -6075 505.7370858459957 5418 -6076 505.811229610415 6155 -6077 505.83099944546694 2694 -6078 505.96936666165874 2993 -6079 506.16696849952586 5177 -6080 506.1867244406949 1696 -6081 506.2114182829146 5215 -6082 506.2805546334956 696 -6083 506.4632267006164 3988 -6084 506.7247773693329 5928 -6085 507.0009861923347 6031 -6085 507.0009861923347 3802 -6087 507.00098619233484 6245 -6088 507.0157788471676 6246 -6089 507.07987536481863 4104 -6090 507.119315348962 6244 -6091 507.1587522659941 6135 -6092 507.19325705296984 6247 -6093 507.2129730202097 1796 -6094 507.3263249625432 596 -6095 507.3509633380034 5473 -6096 507.41009055792335 4286 -6097 507.4347248661644 6243 -6098 507.56772947065895 6248 -6099 507.5874308924523 3491 -6100 507.63175629584094 5723 -6101 507.6662289339326 2395 -6102 507.71054745789945 4709 -6103 507.74501474657535 5963 -6104 507.76470928964727 6156 -6105 507.82871127969906 4810 -6106 507.8287112796992 5621 -6107 507.84347982424663 6060 -6108 507.94684761301556 6242 -6109 507.9862202855507 4608 -6110 508.000984251015 5276 -6111 508.0797181545431 3690 -6111 508.0797181545431 3292 -6113 508.1387605762819 6249 -6114 508.34043710883367 4911 -6115 508.41911844461555 5825 -6116 508.4338698395299 1896 -6117 508.49778760580654 5316 -6118 508.56661313932125 496 -6119 508.6550894270104 4507 -6120 508.6550894270105 6241 -6121 508.82708261255124 2794 -6122 508.9056887086251 6250 -6123 508.94498720392164 5768 -6124 509.00884078766256 5519 -6125 509.2445385077782 5012 -6125 509.2445385077782 6134 -6127 509.259265993266 5670 -6128 509.51447476985385 4187 -6129 509.5193813781768 4003 -6130 509.5537263135263 3093 -6130 509.5537263135263 3889 -6132 509.55863254389084 6240 -6133 509.6125979604507 5866 -6134 509.71560698099097 4406 -6135 509.84801656964396 1996 -6136 509.8480165696441 4782 -6137 509.8676298805406 6251 -6138 509.8725330903794 6030 -6139 509.9068542390855 4881 -6139 509.9068542390855 6157 -6141 510 396 -6142 510.06372150938165 2495 -6143 510.1813403095021 4683 -6144 510.1862405043868 5927 -6145 510.2205405508484 5375 -6146 510.35771768437087 4980 -6147 510.4213945359266 3701 -6148 510.5389309347525 5113 -6149 510.5536210820564 5572 -6150 510.65644028054714 6239 -6151 510.76902803517754 6061 -6152 510.9060579010588 4584 -6153 511.0234828263766 6252 -6154 511.16533528790853 4305 -6154 511.16533528790853 5417 -6156 511.1995696398814 5079 -6157 511.25825176714756 5964 -6158 511.45381023118796 2096 -6159 511.51735063436513 6133 -6160 511.6248625702234 296 -6161 511.94726290898365 6238 -6162 512.0009765615687 4088 -6162 512.0009765615687 2894 -6164 512.0205074018032 4485 -6165 512.0644490686694 5722 -6166 512.1376768018537 3591 -6167 512.2206555772619 5214 -6168 512.2352974952038 3392 -6168 512.2352974952038 6158 -6170 512.3377792043058 3902 -6171 512.3719352189385 6253 -6172 512.4304830901457 5178 -6173 512.4548760622735 5824 -6174 512.6451014103226 2595 -6175 512.6499780552028 5620 -6176 512.8206314102426 5474 -6177 512.9229961699905 6029 -6178 513.0009746579435 4204 -6179 513.0155943048906 3790 -6180 513.2494520211395 2196 -6181 513.3078998028376 3193 -6182 513.4247754053168 5769 -6183 513.4296446447166 6237 -6184 513.439382984983 196 -6185 513.522151420949 4386 -6186 513.6973817336429 5867 -6187 513.8190342912571 5926 -6188 513.8725522928813 6062 -6189 513.9114709753032 6254 -6190 513.9747075489221 6132 -6191 514 1197 -6192 514.0476631597502 5277 -6192 514.0476631597502 1297 -6194 514.0622530394543 1097 -6195 514.1254710671317 5671 -6196 514.2081290683764 5518 -6197 514.2810515661645 1397 -6198 514.2859126983744 5315 -6199 514.3150785267723 997 -6200 514.7086554547145 1497 -6201 514.7475109216168 6159 -6202 514.7620809655662 897 -6203 514.7912198163446 4809 -6204 514.8640597283908 3989 -6205 514.8689153561322 4708 -6206 514.9417442779328 5965 -6207 515.1019316601327 6236 -6207 515.1019316601327 4910 -6209 515.2184002925362 4103 -6210 515.2329570204142 2296 -6211 515.3299913647566 1597 -6212 515.3348426023608 4607 -6213 515.3493960411713 2994 -6214 515.4027551342735 797 -6215 515.4076056869941 4287 -6215 515.4076056869941 2695 -6217 515.4415582779486 96 -6218 515.5288546725585 3801 -6219 515.6403785585454 6255 -6220 515.7955021129983 5573 -6221 515.8003489723519 5011 -6222 516.047478435851 5376 -6223 516.1443596514448 1697 -6224 516.1492032348787 6028 -6225 516.1879502661797 4506 -6226 516.2363799656123 697 -6227 516.5510623355643 3492 -6228 516.6139758078559 6131 -6229 516.6526879829427 5721 -6230 516.6526879829428 5823 -6231 516.7301036324476 5416 -6232 516.8413683133346 3691 -6233 516.884900147025 5112 -6234 516.8994099435595 4882 -6235 516.9622810225133 6235 -6236 517.0009671170837 6345 -6237 517.0154736562533 6346 -6238 517.0348150753487 4783 -6239 517.117008035899 6344 -6240 517.150848399188 1797 -6241 517.1508483991881 4981 -6241 517.1508483991881 6063 -6243 517.189520388803 6347 -6244 517.228189487 3293 -6245 517.2620225765661 597 -6246 517.4021646649732 2396 -6247 517.4263232577175 4405 -6248 517.4263232577176 6343 -6249 517.4408178719572 6160 -6250 517.556760172254 6256 -6250 517.556760172254 4684 -6250 517.556760172254 6348 -6253 517.6195514081747 5619 -6253 517.6195514081747 5925 -6255 517.6726765051445 4188 -6256 517.7885668880687 5080 -6257 517.8127074531872 4002 -6258 517.9285665031423 6342 -6259 517.9430470621263 5868 -6260 518.0588769628409 5770 -6261 518.0974811751163 3890 -6262 518.1167822026227 6349 -6263 518.3483384751995 1897 -6263 518.3483384751995 2795 -6265 518.3531614642666 5213 -6266 518.4255009159947 5475 -6267 518.4640778298916 4585 -6268 518.4785434326092 497 -6269 518.6231772684287 6341 -6270 518.7918657804881 5966 -6271 518.8111409752107 5179 -6272 518.8689622631132 6350 -6272 518.8689622631132 3094 -6274 519.0086704478067 6234 -6275 519.0472040190564 4304 -6276 519.1387097876635 5672 -6277 519.4323825099856 6130 -6278 519.5093839383462 6340 -6279 519.5478803729258 6027 -6280 519.5478803729259 5517 -6281 519.6585417367831 6257 -6282 519.7355096585186 1997 -6283 519.754749858046 2496 -6283 519.754749858046 4486 -6285 519.8124661837189 6351 -6286 519.8846025802263 397 -6287 520.2018838874001 5314 -6288 520.2163011671203 5278 -6289 520.3124061561476 6161 -6290 520.3124061561477 4089 -6291 520.5862080385917 6339 -6292 520.6006146750117 6064 -6293 520.7782637553146 3901 -6294 520.9462544255406 6352 -6295 521.0086371644908 5822 -6296 521.0230321204621 3592 -6297 521.0470228299937 4203 -6298 521.1765535785354 5574 -6299 521.238908754901 6233 -6300 521.3108477674332 3393 -6301 521.3108477674333 2097 -6302 521.3923666491484 5720 -6303 521.4259295432095 4387 -6304 521.4642844912776 2895 -6305 521.4786668695087 297 -6306 521.5841255253077 5924 -6307 521.6943549627501 3791 -6308 521.8524695735376 4808 -6308 521.8524695735376 6338 -6310 521.9434835305447 6258 -6311 521.9674319342156 4909 -6312 522.0009578535273 5377 -6313 522.1206757062969 4707 -6314 522.2690877316022 6353 -6315 522.2882345984831 2596 -6316 522.345670988092 5869 -6317 522.4270283972681 6129 -6317 522.4270283972681 5415 -6319 522.4653098531996 5010 -6320 522.5562170714267 3194 -6321 522.7332015474051 5618 -6322 522.7714605829204 4606 -6323 522.8049349422785 5967 -6324 522.8431887287048 5771 -6325 523.0726526975005 2197 -6326 523.1156659860226 6026 -6327 523.2590180780452 197 -6328 523.3067933822376 6337 -6329 523.3211251229975 3990 -6330 523.345010485435 5111 -6331 523.3593411796526 6162 -6332 523.4214363206764 4102 -6333 523.4739726099093 4288 -6334 523.6506469011568 6232 -6335 523.7795337735143 6354 -6336 523.8033982325811 4505 -6337 523.9895037116679 4883 -6338 524 1198 -6339 524.0467536394057 1298 -6340 524.0467536394058 4982 -6341 524.0610651441299 1098 -6342 524.1612347360305 5476 -6343 524.218465909014 6065 -6344 524.2756908345074 1398 -6345 524.2947644216944 5673 -6346 524.3090691567331 998 -6347 524.3138373150189 4784 -6348 524.4091913763526 6259 -6349 524.4854621436136 5081 -6350 524.6046130182235 5212 -6351 524.6951495868816 1498 -6352 524.7475583554439 898 -6353 524.7523225294005 2995 -6354 524.9476164342495 6336 -6355 525 2696 -6356 525.0190472735251 2297 -6357 525.0190472735252 4685 -6358 525.0238089839354 5516 -6359 525.2142420003479 4404 -6360 525.2237618387043 97 -6361 525.3046734991037 1598 -6362 525.3046734991038 5180 -6363 525.37605579242 798 -6364 525.4759747124506 6355 -6365 525.5187912910441 5821 -6366 525.552090662762 3493 -6367 525.594901040716 6128 -6368 525.6472201010864 3692 -6369 525.7090450049343 5923 -6370 525.8944761071369 4189 -6371 526.1036019644799 4586 -6372 526.10360196448 1698 -6373 526.1653732430517 4001 -6374 526.1938806181614 698 -6375 526.2413894782507 5313 -6376 526.2413894782508 6231 -6377 526.2793934784071 5719 -6378 526.4076367227209 3294 -6379 526.5026115794678 5279 -6380 526.5785791313581 6163 -6381 526.6925099144661 3891 -6381 526.6925099144661 5575 -6383 526.7731959771681 6335 -6384 526.8491245128912 6025 -6385 526.9013190342191 5870 -6386 526.9772291095699 5968 -6387 527.0009487657494 4303 -6387 527.0009487657494 6445 -6389 527.0151800470268 6446 -6390 527.053128251792 6260 -6391 527.0910737244561 1798 -6392 527.114788257738 6444 -6393 527.1479868120526 2397 -6394 527.1859254570442 6447 -6395 527.2001517450465 598 -6396 527.3566155838001 6356 -6397 527.4182401093084 6443 -6398 527.5462065070699 6448 -6399 527.5651618520692 4487 -6400 527.7736257146619 5772 -6401 527.8872985780204 2796 -6402 527.9109773437185 6442 -6403 527.9867422577958 5617 -6404 528.0009469688478 6066 -6405 528.076698974685 5378 -6406 528.0956352783082 6449 -6407 528.2092388438505 3095 -6408 528.2518338822877 5414 -6409 528.2660314652079 1898 -6410 528.3937925449162 498 -6411 528.5924706236365 6441 -6412 528.682324274228 4090 -6413 528.7816184399757 6334 -6414 528.8336222291468 6450 -6415 528.9328879924182 6127 -6415 528.9328879924182 4908 -6417 529.0085065478626 6230 -6418 529.0085065478627 4807 -6419 529.1597112403778 4202 -6420 529.2352973867106 5009 -6421 529.4006044575318 4388 -6422 529.419493407638 6357 -6423 529.4572692862002 2497 -6424 529.4619910815128 4706 -6425 529.4619910815129 6440 -6426 529.5894636414134 5674 -6427 529.6272273967795 1998 -6428 529.7593793412251 6451 -6429 529.7735365229184 398 -6430 529.8726262036943 6261 -6431 529.9150875376167 5110 -6432 529.9481106674502 3593 -6433 529.9669801034778 6164 -6434 529.9905659537724 5922 -6435 530.0235843809216 5477 -6436 530.1792149830093 5820 -6437 530.292372187268 4605 -6438 530.4196451867144 3394 -6438 530.4196451867144 3792 -6440 530.5186141880414 6439 -6441 530.6316990154282 5515 -6442 530.7447597480356 6024 -6443 530.8719242905958 6452 -6444 530.9472666847433 2896 -6445 530.9708089904755 5211 -6445 530.9708089904755 6333 -6447 531.0414296455598 4983 -6448 531.1732297471325 4884 -6448 531.1732297471325 2098 -6450 531.2861752389197 5082 -6451 531.3049971532358 5969 -6452 531.3097025276313 5718 -6453 531.3379338989453 298 -6454 531.4978833447975 4504 -6455 531.6060571513458 5871 -6456 531.6060571513459 4289 -6457 531.6624869219193 6358 -6458 531.6812955145216 4785 -6459 531.6859975587095 4101 -6460 531.761224611197 6438 -6461 531.8317403089063 3991 -6462 531.8317403089064 3195 -6463 531.9069467491471 5181 -6464 531.9445459820037 6067 -6464 531.9445459820037 2597 -6466 531.949245699249 6229 -6467 532.1700855929427 6453 -6468 532.3391775926323 5576 -6469 532.4002253943925 5312 -6470 532.4377897933241 6126 -6471 532.5645500782041 4686 -6472 532.8461316365166 5773 -6473 532.8648984498791 6262 -6474 532.9024300939151 2198 -6474 532.9024300939151 5280 -6476 533.0759795751446 4403 -6477 533.0853590186098 198 -6478 533.1885220069914 6437 -6479 533.3385416412357 6332 -6480 533.376039956802 5616 -6481 533.5213210360014 6165 -6482 533.6525086608326 6454 -6483 533.8211310916794 4587 -6484 534 1199 -6485 534.0458781790194 1299 -6486 534.0599217316349 1099 -6487 534.083326832059 6359 -6488 534.1769369787505 4190 -6488 534.1769369787505 2996 -6490 534.200336952346 5413 -6491 534.2705307239021 5379 -6491 534.2705307239021 1399 -6493 534.3032846614365 999 -6494 534.424924568456 5921 -6495 534.4950888455385 3693 -6496 534.5886268898731 3494 -6497 534.6073325348242 2697 -6498 534.6821485705316 1499 -6499 534.7335785229875 899 -6500 534.7990276730128 6023 -6500 534.7990276730128 6436 -6502 534.8130514488217 2298 -6503 534.9859811247394 5819 -6504 535.0140185079266 98 -6505 535.0186912622773 5675 -6506 535.0233639758175 4302 -6507 535.0607442150844 6228 -6508 535.2803004034428 1599 -6509 535.3176627013161 6455 -6510 535.3363428724039 3892 -6511 535.3503525729669 799 -6512 535.4484102133463 4488 -6513 535.6164672599228 3295 -6514 535.7844715928225 5970 -6515 535.8824497965948 6331 -6516 535.9944029558518 4907 -6517 536.0083954566384 5478 -6518 536.0270515561691 6263 -6519 536.0457070064083 6068 -6520 536.0643618074233 1699 -6521 536.1063327363331 5008 -6522 536.1063327363332 6125 -6523 536.1529632483625 699 -6524 536.2555361019595 4806 -6525 536.3674113888726 5514 -6526 536.4559627779338 5872 -6527 536.4792633457513 5717 -6528 536.5910919871852 6435 -6529 536.5910919871853 5109 -6530 536.6796064692602 6360 -6531 536.8891878218446 4705 -6532 536.9031570031974 2398 -6533 537.0009310978893 6545 -6534 537.014897372503 6546 -6535 537.0335185069922 1799 -6536 537.1079965891404 4091 -6537 537.1126511263722 6544 -6538 537.1405775027614 599 -6539 537.163848374032 6456 -6540 537.1824643452167 6547 -6541 537.2383083883724 6166 -6542 537.3360214986521 4201 -6543 537.4104576578316 6543 -6544 537.4430202356339 4389 -6544 537.4430202356339 2797 -6546 537.4476718714111 5210 -6547 537.5360453030104 6548 -6548 537.5732508226204 3096 -6549 537.8940416104272 4604 -6550 537.8940416104273 6542 -6551 538.0566884632138 5774 -6552 538.0752735445107 6549 -6553 538.1124417814551 5577 -6554 538.1310249372359 4984 -6555 538.1867705546097 1899 -6555 538.1867705546097 5083 -6557 538.3121770868647 499 -6558 538.3400412378779 6227 -6559 538.4468404587401 4885 -6560 538.5629025471397 6541 -6561 538.5629025471399 6434 -6562 538.6000371333073 6330 -6563 538.61396194306 5182 -6564 538.6742986258023 5311 -6565 538.7995916850717 6550 -6566 538.8970217026626 5615 -6567 538.9109388386917 3594 -6568 539.008348729405 6022 -6569 539.0083487294052 5920 -6570 539.1335641564157 4786 -6571 539.1706594391056 2498 -6572 539.1892061234164 3793 -6572 539.1892061234164 6457 -6574 539.2680224155703 4503 -6575 539.3560975830347 6264 -6576 539.4117165950329 5281 -6577 539.4163512538344 6540 -6578 539.448792750526 6361 -6579 539.5229374178637 1999 -6580 539.5600059307584 3395 -6581 539.6665637224527 399 -6582 539.7082545227561 6551 -6583 539.8008892174965 4290 -6584 539.9351812949402 5818 -6585 539.9351812949403 6124 -6586 540.1897814657362 4687 -6587 540.2684517904039 5412 -6588 540.3008421240892 6069 -6589 540.3933752369657 3992 -6590 540.4118799582408 5971 -6591 540.4488875000113 2897 -6592 540.4535132645544 6539 -6593 540.5783939448561 5676 -6593 540.5783939448561 5380 -6595 540.712492920221 6433 -6596 540.8003328401342 6552 -6597 541.0083178658161 4402 -6598 541.040663906143 2099 -6599 541.114590451967 6167 -6600 541.1330705103875 3196 -6601 541.2023651093923 299 -6602 541.3917250937624 6458 -6603 541.4471350002694 5873 -6604 541.4886887091917 6329 -6605 541.6133307074338 4588 -6605 541.6133307074338 2598 -6607 541.6733332923081 6538 -6608 541.7840898365325 5716 -6609 541.7840898365326 6226 -6610 542.0747180970535 6553 -6611 542.1116121242932 5479 -6612 542.226889779546 5513 -6613 542.3882373355823 6362 -6614 542.5172808307584 4191 -6615 542.7384268687817 2199 -6616 542.8489661038326 6265 -6617 542.9180416969028 199 -6618 543.0377519104911 6432 -6619 543.0745805135791 6537 -6620 543.0745805135792 5007 -6621 543.111406619305 4301 -6622 543.1482302281763 4906 -6623 543.3691194758862 5108 -6624 543.3691194758864 6021 -6625 543.3829220724554 3694 -6626 543.4013249891833 5775 -6626 543.4013249891833 4489 -6628 543.5301279598032 6554 -6629 543.5899189646548 4805 -6630 543.6221113972462 2997 -6631 543.658900414589 3495 -6632 543.7370688117556 5919 -6633 543.7692525327265 6459 -6634 543.9209501388966 6123 -6635 544 1200 -6636 544.0082719959321 5578 -6637 544.0266537588026 3893 -6638 544.0312491024757 5209 -6639 544.0450349006045 1300 -6640 544.0588203494177 1100 -6641 544.2288121737032 2698 -6642 544.2655601817921 1400 -6643 544.2977126536543 1000 -6644 544.3987509170094 4704 -6645 544.5456821975545 6328 -6645 544.5456821975545 5614 -6647 544.6145425895272 2299 -6648 544.6558546458488 6536 -6649 544.6696246349708 1500 -6650 544.7063429041376 6070 -6651 544.720111616966 900 -6652 544.8118941432905 99 -6653 544.8531912359513 3296 -6654 545.0229352972221 5817 -6655 545.0596297654047 5310 -6656 545.1467692282511 6168 -6657 545.165112603512 6555 -6658 545.1834553615874 5972 -6658 545.1834553615874 5084 -6660 545.2568202232779 1600 -6661 545.3118373921476 4985 -6662 545.3255908170825 800 -6663 545.3897688809352 6225 -6664 545.4218550810007 5183 -6665 545.4951878797833 6363 -6666 545.5364332471297 6431 -6667 545.5501810099599 4390 -6668 545.5730931781735 4603 -6669 545.5868400172424 4092 -6670 545.8067423548375 4886 -6671 546.0265561307435 1700 -6671 546.0265561307435 5282 -6673 546.1135413080324 700 -6674 546.2645879058974 5677 -6675 546.3195035874154 6460 -6676 546.4155927496946 6535 -6677 546.4521937004188 5411 -6678 546.5025160051873 6266 -6679 546.5757038142109 5874 -6680 546.6671747965119 2399 -6680 546.6671747965119 4787 -6682 546.9597791428542 3097 -6683 546.9780617172868 1800 -6684 546.9780617172869 6556 -6685 546.9963436806502 5381 -6686 547.0009140760187 6645 -6687 547.0146250330059 2798 -6687 547.0146250330059 6646 -6689 547.0831746635972 600 -6690 547.1105921109552 6644 -6690 547.1105921109552 4502 -6692 547.1791297189613 6647 -6693 547.220248163388 5715 -6694 547.4029594366476 6643 -6695 547.5262550782383 6648 -6696 547.768199149969 6327 -6697 547.8777235843778 6642 -6697 547.8777235843778 6020 -6699 547.8914125992485 4688 -6700 547.9096640870646 3595 -6701 548.0009124079996 3794 -6702 548.0556541082301 6649 -6702 548.0556541082301 4291 -6704 548.0602156697747 6122 -6705 548.1103903412159 1900 -6706 548.2061655983084 5512 -6706 548.2061655983084 6430 -6708 548.2335268843013 500 -6709 548.329280633453 5480 -6710 548.3520766806669 6534 -6711 548.534410953406 6641 -6712 548.6073276944084 5918 -6713 548.7303527234484 3396 -6714 548.7667992872747 6650 -6714 548.7667992872747 6364 -6716 548.876124457969 5776 -6717 548.8943432027697 2499 -6718 548.9672121356612 6557 -6719 549.0036429751628 3993 -6720 549.0081966601227 4401 -6721 549.0400713973435 6461 -6722 549.1538946415659 6224 -6723 549.2585911936198 6071 -6724 549.3314118089371 6169 -6725 549.3723691632116 6640 -6726 549.4224240054276 2000 -6727 549.4770240874499 4589 -6728 549.5634631232319 400 -6729 549.6589851899084 6651 -6730 549.968180897768 2898 -6731 550.0227268031749 5579 -6732 550.0954462636462 5973 -6733 550.1363467359706 5006 -6734 550.2453997990351 5107 -6734 550.2453997990351 5816 -6736 550.3135469893505 6267 -6737 550.3180898353243 5613 -6738 550.3907702714499 4905 -6739 550.39077027145 6639 -6740 550.458899464801 3197 -6741 550.4634411112149 6533 -6742 550.7177135338939 5208 -6743 550.7313319577886 6652 -6744 550.9128787748567 4192 -6744 550.9128787748567 2100 -6746 551.0081669086221 4804 -6747 551.044462815842 6429 -6748 551.0716831774247 300 -6749 551.1306560154316 6558 -6750 551.1533361960172 6326 -6751 551.2939324897382 2599 -6752 551.420891878427 4490 -6753 551.5523547225595 5309 -6754 551.5886148208644 6638 -6755 551.837838499681 5875 -6756 551.9284373902109 6462 -6757 551.9827895867769 6653 -6758 551.9873186949135 4703 -6759 552.0733646898752 5678 -6760 552.2001448750262 6365 -6761 552.2725776281129 5085 -6762 552.3087904424481 3695 -6763 552.326895959268 5184 -6764 552.3495270207081 6121 -6765 552.5305421422421 6019 -6766 552.5803109051208 2200 -6767 552.5803109051209 4986 -6768 552.7431591616489 5283 -6769 552.7476820394636 6532 -6770 552.7476820394637 5410 -6771 552.756727684069 200 -6772 552.7612504508616 3894 -6772 552.7612504508616 3496 -6774 552.7838637297583 5714 -6775 552.9647366695275 6637 -6776 553.0732320407488 6223 -6777 553.0867924657034 2998 -6778 553.2494916400738 4887 -6779 553.3263051762495 4602 -6780 553.4121429820636 6654 -6781 553.4663494739315 6559 -6782 553.5205506573357 5382 -6783 553.6153899594917 5917 -6784 553.6650612057799 6170 -6785 553.7192429381518 4391 -6786 553.8637016450889 2699 -6787 553.9539692068286 6072 -6788 554.0487343185616 6428 -6789 554.1164137615849 4093 -6790 554.116413761585 3297 -6791 554.2788107081128 6268 -6792 554.2788107081129 4788 -6793 554.3013620766235 5511 -6794 554.4231236158896 2300 -6795 554.477231272845 5777 -6796 554.5178085508165 6636 -6797 554.616984954482 100 -6798 554.6575520084442 5481 -6799 554.698116095593 6325 -6800 554.9819816894959 6463 -6801 555.018017725551 6655 -6802 555.0225220655465 4501 -6803 555.1441254305048 5974 -6804 555.2026656996524 6531 -6805 555.5987760965642 5815 -6806 555.6662667465067 4689 -6807 555.7922273655867 6366 -6808 555.972121603233 6560 -6809 556.1519576518633 5580 -6810 556.2103918482645 5612 -6811 556.2463483026203 6635 -6812 556.3676841801652 4292 -6812 556.3676841801652 3098 -6814 556.4395744373328 2400 -6815 556.6012935665888 2799 -6816 556.7854164756833 6120 -6817 556.7988864931394 6656 -6818 556.852763304628 3795 -6819 556.9425464085142 3596 -6820 557.000897665345 6745 -6821 557.0143624719205 6746 -6822 557.1086070058512 6744 -6823 557.1445054920672 6222 -6824 557.1759147701918 6747 -6825 557.2162955262526 6427 -6825 557.2162955262526 5106 -6827 557.2297551279903 5876 -6828 557.288076312422 5005 -6829 557.3239632386176 6018 -6830 557.3957301594621 6743 -6831 557.4091854284427 4590 -6832 557.503363218555 5207 -6833 557.5168158898887 6748 -6834 557.6602908581532 3994 -6835 557.718567021038 4904 -6836 557.8261377884689 6530 -6837 557.8619901014946 6742 -6838 557.9292069788065 3397 -6839 558.0008960566282 5679 -6840 558.0367371419197 6749 -6841 558.1442465886395 6171 -6842 558.1487256995218 5308 -6842 558.1487256995218 6634 -6844 558.1979935470926 6464 -6845 558.3950214677777 6269 -6846 558.3994985671101 6324 -6847 558.4711272751708 5713 -6848 558.5069381842986 4803 -6849 558.5069381842987 6741 -6850 558.627783054155 2500 -6851 558.6456837746086 6561 -6852 558.7351787743456 6750 -6853 558.7530760541725 6657 -6854 558.7575502845577 5916 -6855 558.7888688941468 6073 -6856 559.1511423577708 5409 -6857 559.3254866354653 5185 -6858 559.3299562869845 6740 -6859 559.3612428475894 4193 -6860 559.4506233797582 5086 -6861 559.504244845381 4491 -6861 559.504244845381 2899 -6863 559.5399896343424 6367 -6864 559.5578611725512 5284 -6865 559.6114723627456 6751 -6866 559.6516773851392 4702 -6867 559.8080028009603 3198 -6868 559.933031710043 4987 -6869 560.1473020554504 5383 -6870 560.2008568361887 5778 -6871 560.2231698171721 6633 -6872 560.325798085364 5975 -6873 560.3302597575827 6739 -6874 560.5086975239545 5510 -6875 560.5443782609901 6426 -6876 560.6157329222932 6529 -6877 560.6647839841557 6752 -6878 560.7717895900256 4888 -6879 560.8787747811464 6658 -6880 560.985739569198 2600 -6881 561.0793170310237 5814 -6882 561.0926839658489 5482 -6883 561.1506036707079 4601 -6884 561.2708793443679 3696 -6885 561.3644092744036 6119 -6885 561.3644092744036 6221 -6887 561.4846391487483 6562 -6888 561.5069011152044 6738 -6889 561.5380663855301 3895 -6890 561.573681719505 6465 -6891 561.8941181397079 6753 -6891 561.8941181397079 3497 -6893 561.9475064452195 4392 -6894 561.9653014199365 4789 -6895 562.21881861069 5611 -6896 562.2543908232286 6017 -6896 562.2543908232286 6323 -6898 562.3922118948661 5581 -6899 562.4677768548169 6632 -6900 562.5699956449863 2999 -6901 562.6588664546218 6270 -6902 562.6944108483752 4094 -6903 562.7477232295125 5877 -6904 562.7654929009062 6172 -6905 562.8587744718918 6737 -6906 563.1740405949124 6659 -6907 563.2983223834418 6754 -6908 563.404827810341 3298 -6909 563.4403251454407 6368 -6910 563.5113131073767 2700 -6910 563.5113131073767 4690 -6912 563.5689842423907 6528 -6913 563.7597005817283 6074 -6914 564.0301410385796 5915 -6915 564.0301410385797 6425 -6916 564.0434380435606 5680 -6917 564.2783001321245 5105 -6918 564.2783001321246 5712 -6919 564.3846206267494 6736 -6920 564.3846206267496 5206 -6921 564.4864923096035 6563 -6922 564.5263501378834 5004 -6923 564.7344508704954 4293 -6924 564.8451115128819 5307 -6925 564.8760926079276 6755 -6926 564.8805183399406 6631 -6927 565.1061847122185 6466 -6928 565.1283040159996 4903 -6929 565.4069331021684 4591 -6930 565.6368092689867 5976 -6931 565.6368092689868 6660 -6932 565.6589078234338 5408 -6933 565.7296173968621 6220 -6934 565.7428744579997 3796 -6935 565.795899596312 3099 -6936 566.007950474196 3597 -6937 566.0432845639987 5779 -6938 566.0830327787611 4802 -6939 566.0830327787612 6735 -6939 566.0830327787612 6118 -6941 566.2022606807571 2800 -6942 566.259657754285 6322 -6943 566.3611921733338 3995 -6944 566.4141594275341 5186 -6945 566.467121729055 5285 -6946 566.6259789314288 6756 -6947 566.6833330882424 5813 -6948 566.6833330882425 6527 -6949 566.714213691522 5087 -6950 566.8244878266993 5509 -6951 566.8730016502815 5384 -6952 567.0008818335293 6845 -6953 567.0141091718971 6846 -6954 567.0670154399742 6271 -6955 567.1066919019736 6844 -6956 567.1551815861335 3398 -6957 567.1728131707301 6847 -6958 567.3182528352141 6016 -6959 567.3667244384359 4988 -6960 567.3887556164644 4701 -6960 567.3887556164644 6843 -6962 567.459249638245 6630 -6963 567.4900880191653 6369 -6964 567.5077091987386 6848 -6965 567.5253298311892 6173 -6966 567.6310421391698 5483 -6967 567.6486589431883 6564 -6967 567.6486589431883 4492 -6969 567.6706791793989 6424 -6970 567.8468103282787 6842 -6971 567.8600179621735 4194 -6972 567.9524627994847 6734 -6973 568.0184856146849 6849 -6974 568.2649030161901 6661 -6975 568.3396871590088 5610 -6976 568.3704777695618 4889 -6977 568.3880716552733 5878 -6978 568.4804306218465 6841 -6979 568.5463921264474 6757 -6980 568.7046685231272 6850 -6981 568.7398350739994 5582 -6982 568.792580823625 6467 -6983 568.8629008821018 6075 -6984 569.0562362368064 2900 -6985 569.1792336338352 3199 -6986 569.2890302825095 6840 -6987 569.4295391003175 5914 -6988 569.5656239626826 6851 -6989 569.7236172039914 4790 -6990 569.9561386633185 6526 -6991 569.9912280026773 6733 -6992 570.1973342624464 5681 -6993 570.2017186926045 6629 -6993 570.2017186926045 5711 -6995 570.2324087597968 4393 -6996 570.2367929202744 6219 -6997 570.2674810998782 3697 -6998 570.2718649907252 6839 -6999 570.3551525146415 3896 -7000 570.4121317082938 6321 -7001 570.6005608129035 6852 -7002 570.6356105256664 6758 -7003 570.9378249862239 6117 -7004 570.9684754870448 6565 -7005 571.0560392816103 6662 -7005 571.0560392816103 3498 -7007 571.0735504293646 5977 -7008 571.3186501419327 4095 -7009 571.358031360372 5205 -7010 571.4236606931847 4691 -7011 571.4280357140346 6838 -7011 571.4280357140346 5104 -7013 571.4630346750348 6423 -7014 571.6161299333671 6272 -7015 571.6379973374758 5306 -7016 571.6861026822324 6370 -7017 571.8085343889159 6853 -7018 571.8478818706947 5003 -7019 572.0008741252062 5780 -7020 572.0707998141488 3000 -7021 572.1975183448457 6732 -7022 572.2674200057172 5407 -7023 572.4071977185472 5812 -7024 572.420300129197 6174 -7025 572.5120086076798 6015 -7026 572.6168003123904 4902 -7027 572.6298979270991 6468 -7028 572.7172077037671 3299 -7029 572.7564927611036 6837 -7030 572.8917873385864 6759 -7031 573.1055749161753 6628 -7032 573.1535570857081 4294 -7033 573.1884506861596 6854 -7034 573.2451482568343 5508 -7035 573.384687622542 6525 -7036 573.467523056014 5286 -7037 573.4675230560141 4592 -7038 573.5895745217132 5187 -7039 573.6941693969009 5385 -7040 573.7333875590648 4801 -7041 574.0078396677175 6663 -7042 574.0601013831217 5088 -7043 574.0949398836398 6076 -7044 574.147193670752 5879 -7045 574.2560404558232 6836 -7046 574.2691006836429 5484 -7047 574.4432086812412 6566 -7048 574.569403988761 5609 -7048 574.569403988761 6731 -7050 574.669470217446 3797 -7051 574.708621825008 6320 -7052 574.739071231459 6855 -7053 574.8782479795178 4989 -7054 574.8825967099717 6218 -7055 574.9521719238913 5913 -7056 575.1043383595711 3598 -7056 575.1043383595711 3996 -7058 575.1912725346239 5583 -7059 575.2434267334135 3100 -7060 575.3129583105182 6760 -7061 575.4042057545287 6422 -7062 575.8515433686011 4493 -7063 575.9253423838892 6835 -7064 575.9253423838893 6116 -7065 576.025173061039 6371 -7066 576.0425331518499 4890 -7067 576.1683781673548 6627 -7068 576.2377981354573 5710 -7069 576.3028717610212 6273 -7070 576.406974281193 4195 -7071 576.4069742811931 3399 -7072 576.4590184913408 5682 -7073 576.4590184913409 6856 -7074 576.6151229373021 6469 -7075 576.6324652670884 5978 -7076 576.9662035162892 6524 -7077 577.0008665504758 6945 -7078 577.0138646514484 6946 -7079 577.1048431611018 6730 -7080 577.1048431611019 6944 -7081 577.1178389202677 6664 -7082 577.1698190307599 6947 -7083 577.3820225812369 6943 -7084 577.4469672619297 6175 -7085 577.4989177479036 6948 -7086 577.5508635609508 4791 -7087 577.7629271595747 6834 -7088 577.8321555607648 6014 -7089 577.8321555607649 6942 -7090 577.8970496550402 6761 -7091 578.0008650512557 6949 -7092 578.0700649575274 6567 -7092 578.0700649575274 5781 -7094 578.247351917845 5811 -7095 578.3467817840781 6857 -7096 578.4202624389986 5204 -7097 578.4548383409028 6941 -7098 578.5239839453504 5305 -7099 578.5715167548434 4394 -7099 578.5715167548434 3200 -7101 578.6622503671723 5103 -7102 578.6752111504345 6950 -7103 578.9732290874942 5406 -7104 579.1459228899053 6319 -7105 579.2106697912255 3897 -7106 579.2495144581478 6940 -7106 579.2495144581478 5002 -7108 579.2969877359972 3698 -7109 579.3876077376872 6626 -7110 579.4005522952149 4692 -7111 579.4523276336026 6077 -7112 579.4911561016268 6421 -7113 579.5213542226032 6951 -7114 579.6636956028901 6217 -7115 579.7671946566138 5507 -7116 579.7671946566139 6833 -7117 579.8016902355495 6729 -7118 579.987068821366 4096 -7119 580.0215513237417 5880 -7120 580.1810062385704 4901 -7121 580.2154772151464 6939 -7122 580.2456376397844 3499 -7123 580.3834939072613 6665 -7124 580.4007236384186 6858 -7125 580.5040912861855 6372 -7126 580.5385430787521 6952 -7127 580.5557682083609 5287 -7128 580.5945228815029 5912 -7129 580.6074405310356 5386 -7130 580.6418861914804 6762 -7131 580.6978560318611 6523 -7132 580.7452109143907 6470 -7133 580.8485172572966 5188 -7134 580.904467188883 5608 -7135 581.0034423305941 5485 -7136 581.0421671445197 6115 -7137 581.1239110551209 6274 -7138 581.3518727930615 6938 -7139 581.4851674806504 5089 -7140 581.588342386606 4593 -7141 581.6227299547362 4295 -7142 581.725880462611 6953 -7143 581.743070435738 5584 -7144 581.8461996094845 6568 -7145 581.936422644261 6832 -7146 582.0524031390988 3300 -7147 582.3100548676796 5979 -7148 582.3830354672086 5709 -7149 582.4645911984693 4990 -7150 582.6019224135807 6176 -7151 582.6190865393958 6859 -7152 582.6577039737825 6728 -7152 582.6577039737825 6937 -7154 582.7606712879654 6625 -7155 582.8250166216271 5683 -7156 583.0823269487767 6954 -7157 583.2752352020442 6013 -7158 583.5451996203893 6763 -7159 583.6308764964376 3798 -7160 583.7208236820064 6420 -7160 583.7208236820064 6318 -7162 583.7850631867861 4891 -7163 583.8021925275718 6666 -7164 583.8878316937253 3997 -7165 584.1104347638382 4494 -7166 584.131834434659 6936 -7167 584.2003081135784 5810 -7168 584.2302628245134 3599 -7169 584.2473791126495 5782 -7170 584.2687737676899 6831 -7171 584.5767699797864 6216 -7171 584.5767699797864 6522 -7173 584.6067054011611 6955 -7174 584.9316199351853 6078 -7175 584.9999999999999 6860 -7176 585 4196 -7177 585.0170937673531 6471 -7178 585.1196458844977 6373 -7179 585.4442757427901 4792 -7180 585.4997865072198 5304 -7181 585.5681002240474 5203 -7182 585.6705558588378 6727 -7183 585.6833615529812 3400 -7184 585.7687256929992 6569 -7185 585.7729935734491 5405 -7185 585.7729935734491 6935 -7187 585.9778152797254 5102 -7188 586.0076791305725 5881 -7189 586.075933646827 6275 -7190 586.2849136725249 6114 -7190 586.2849136725249 6624 -7192 586.2977059480959 6956 -7193 586.3531359172559 5911 -7194 586.3872440631702 5506 -7195 586.6046368722293 6764 -7196 586.7282164682383 5001 -7197 586.7623028109424 6830 -7198 586.9625200981747 4395 -7199 587.0008517881384 7045 -7200 587.0136284618952 7046 -7201 587.1030573928226 7044 -7202 587.1669268615187 7047 -7203 587.3414679724224 5607 -7204 587.3712624907691 6667 -7205 587.3755187271597 7043 -7206 587.4393585724403 4693 -7207 587.4904254538961 7048 -7208 587.5414878968123 6861 -7209 587.5797818169036 6934 -7210 587.6095642516382 5387 -7211 587.7286788986905 5288 -7212 587.8179990439218 7042 -7213 587.8307579567439 5486 -7214 587.8817908389407 6177 -7215 587.9838433154436 7049 -7216 588.0901291468851 6419 -7217 588.102882155835 5980 -7217 588.102882155835 3898 -7219 588.1538914263851 6957 -7220 588.1878951491606 5189 -7221 588.3578842847268 3699 -7222 588.3918762185624 5585 -7223 588.430114796991 7041 -7223 588.430114796991 6317 -7225 588.6000339789321 6521 -7226 588.6340119293142 5708 -7227 588.646753155065 7050 -7228 588.6977153004757 4097 -7229 588.8378384580936 6012 -7230 588.8378384580938 6726 -7231 588.9864175004378 5090 -7232 589.2113372975779 7040 -7233 589.2919480189764 5684 -7234 589.4149641805848 6829 -7235 589.4276885250641 6472 -7236 589.4616187674986 3500 -7237 589.4785831563349 7051 -7238 589.55067636294 6933 -7239 589.6185207403173 6215 -7240 589.7669031066426 4594 -7241 589.8177684675156 6765 -7242 589.8347226130385 6570 -7243 589.8686294421835 6374 -7244 589.9576255969575 6623 -7245 590.1228685621326 4991 -7246 590.139813942425 4296 -7247 590.1609949835723 7039 -7248 590.1737032433757 6958 -7249 590.2414760079132 6862 -7250 590.2626534010093 5809 -7251 590.4786194266478 7052 -7252 590.5294234837074 5783 -7253 590.5294234837075 6079 -7254 591.0879799150039 6668 -7255 591.1556478627266 6276 -7256 591.278276279452 7038 -7257 591.5953008603094 4892 -7258 591.6460090290477 7053 -7259 591.6502345136017 6113 -7260 591.6840373036946 6932 -7261 592.1021871265128 5882 -7262 592.1570737566174 6725 -7263 592.2246195490355 5910 -7264 592.2246195490357 6828 -7265 592.3554676037015 6959 -7266 592.4229907760164 4495 -7267 592.5622330186088 7037 -7267 592.5622330186088 5303 -7269 592.595983786593 6418 -7270 592.6255141318167 3799 -7271 592.663479556485 5404 -7272 592.7098784396967 3998 -7273 592.7647088010555 6520 -7274 592.7984480411534 5202 -7275 592.9797635670209 7054 -7276 593.0977996924285 6863 -7277 593.1020148338732 5505 -7278 593.1820968303072 6766 -7279 593.2705959340982 6316 -7280 593.2832375855567 6178 -7281 593.3717216045942 5101 -7282 593.3843611016388 3600 -7283 593.4012133455744 4793 -7284 593.6370945282986 4197 -7285 593.7760520600339 6622 -7286 593.8770916612291 5606 -7287 593.9739051507229 6473 -7288 593.9781140749211 6931 -7289 594.0075757092666 5981 -7290 594.0117843948889 7036 -7291 594.0412443593458 6571 -7292 594.4787632876383 7055 -7293 594.5166103650931 6011 -7294 594.6974020457799 6960 -7295 594.69740204578 5388 -7296 594.7478457295999 5487 -7296 594.7478457295999 6375 -7298 594.7856756849479 6214 -7299 594.9495776954548 6669 -7300 594.9831930399379 5289 -7301 594.9873948244618 5707 -7302 595.1344385934997 5586 -7303 595.1890455981192 6827 -7304 595.4032247141428 4396 -7305 595.5375722823875 4694 -7306 595.6047347024702 5190 -7307 595.6257214056492 6724 -7307 595.6257214056492 7035 -7309 595.8565263551285 5685 -7310 596.1082116528844 6864 -7311 596.1417616641196 7056 -7312 596.2424003708559 6080 -7313 596.3597907303946 6277 -7314 596.4310521761925 5808 -7314 596.4310521761925 6930 -7316 596.5609776041339 5091 -7317 596.6950645011235 6767 -7318 596.9128914674234 5784 -7319 597.0008375203506 7145 -7320 597.013400184619 7146 -7321 597.0301499924439 3899 -7322 597.0678353420153 6519 -7323 597.101331433786 7144 -7324 597.1348256466039 6112 -7325 597.1641315417395 7147 -7326 597.1976222323729 6961 -7327 597.2352970145017 6417 -7328 597.3692325521963 7143 -7329 597.4027117447661 7034 -7330 597.448742571277 3700 -7330 597.448742571277 4098 -7332 597.4822173085992 7148 -7333 597.7374005363894 6621 -7334 597.8043158091116 7142 -7335 597.8503157145608 4992 -7336 597.9673904152299 7057 -7336 597.9673904152299 7149 -7338 598.0008361198169 4595 -7339 598.2056502575012 5909 -7340 598.2390826417144 6315 -7341 598.3017633268349 5883 -7342 598.3059418056953 6826 -7343 598.3853273602219 6572 -7344 598.4062165452494 7141 -7345 598.6192445954273 7150 -7346 598.652653882032 6474 -7347 598.7027643163175 4297 -7348 598.8029726045121 6179 -7349 598.9532536016479 6670 -7350 599.0409001061614 6929 -7351 599.1744320312741 7140 -7352 599.2411868354844 6723 -7353 599.2703897240376 6865 -7354 599.3413051008582 7033 -7355 599.4372360806426 7151 -7356 599.4705997795055 4893 -7357 599.6415596004 5403 -7358 599.7082624076477 5302 -7359 599.754116284332 6376 -7360 599.8541489395568 6962 -7361 599.9083263299485 5504 -7362 599.9541649159542 7058 -7363 600.0208329716561 5982 -7364 600.0749953130858 6213 -7365 600.1083235550061 5201 -7366 600.1083235550062 7139 -7367 600.3082541494828 6010 -7368 600.3540621999655 6768 -7369 600.4206858528444 7152 -7370 600.5081181799294 5605 -7371 600.7869838803101 4496 -7372 601.2071190529932 7138 -7373 601.4191549992402 4794 -7374 601.4399388135112 5706 -7374 601.4399388135112 7032 -7376 601.5064421932652 6518 -7377 601.5687824347272 3999 -7377 601.5687824347272 7153 -7379 601.5729382211272 6825 -7380 601.6518927087324 3800 -7381 601.6851336039474 6278 -7382 601.7516098856737 5488 -7383 601.8056164576732 6928 -7384 601.8388488623845 6620 -7385 601.867925711281 5389 -7386 601.9676071019104 5587 -7387 602.0049833680781 6416 -7388 602.0672719887704 6081 -7389 602.1004899516358 7059 -7390 602.3163620556891 5290 -7390 602.3163620556891 4198 -7392 602.4699162613847 7137 -7393 602.5155599650518 5686 -7394 602.5819446349184 6866 -7395 602.6649151891953 6963 -7396 602.7022482121665 5807 -7397 602.7354311802153 6111 -7398 602.8639979298814 6573 -7399 602.8805851907987 7154 -7400 603.0008291868263 6722 -7401 603.0961780678103 6671 -7402 603.0961780678105 5191 -7403 603.3324125223177 6314 -7404 603.3945641120741 5785 -7405 603.4608520857007 6475 -7406 603.6928026736778 4695 -7407 603.6969438385455 7031 -7408 603.8915465545118 4397 -7409 603.8956863565098 7136 -7410 604.1564366950004 6769 -7411 604.2060906677456 5092 -7412 604.2929753025431 5908 -7413 604.3550281084786 7155 -7414 604.4046657662398 7060 -7415 604.4377552734442 6180 -7416 604.6031756449846 5884 -7417 604.7230771187751 6927 -7418 604.8842864548557 6377 -7419 604.9876031787759 6824 -7420 605.4832780515081 6212 -7421 605.4832780515083 7135 -7422 605.6277734714615 6964 -7423 605.6442850386686 4993 -7424 605.9909240244444 3900 -7425 605.9909240244446 7156 -7426 606.0404276943907 6867 -7427 606.0775527933698 6517 -7427 606.0775527933698 6619 -7429 606.1105509723453 7030 -7430 606.1394229053246 5983 -7431 606.20953473201 6009 -7432 606.2384019509157 4099 -7433 606.2878854141817 4596 -7434 606.704211292455 5402 -7435 606.803098212262 5503 -7436 606.8648943545836 7061 -7437 606.9019690197091 6415 -7438 606.9019690197092 6721 -7439 606.9349223763616 5301 -7440 607.00082372267 7245 -7441 607.0131794285854 7246 -7442 607.0996623290117 7244 -7443 607.1284872249037 6279 -7444 607.1614282874036 7247 -7445 607.2314221118667 5604 -7445 607.2314221118667 7134 -7447 607.3096409575596 4298 -7448 607.3631533110978 7243 -7449 607.3755016462221 6672 -7450 607.4084293126002 4894 -7451 607.4742792909013 7248 -7451 607.4742792909013 6574 -7453 607.786969258144 7157 -7454 607.7910825275409 6926 -7454 607.7910825275409 7242 -7456 607.9514783270125 7249 -7457 607.9884867330959 5705 -7458 608.0008223678649 6082 -7459 608.0994984375501 6770 -7460 608.3831029869255 7241 -7461 608.3954306205792 6476 -7462 608.4488474802133 6110 -7463 608.547450902557 6823 -7463 608.547450902557 6313 -7465 608.5926387987288 7250 -7466 608.6788972849314 7029 -7467 608.7405030060017 6965 -7468 608.839059193807 5489 -7469 608.888331305503 5588 -7470 609.0730662244064 5806 -7471 609.1182151274086 5390 -7472 609.1387362497971 7240 -7473 609.1387362497973 7133 -7474 609.2002954693966 4497 -7475 609.2659517813219 5687 -7476 609.3972431837874 7251 -7477 609.4792859482592 7062 -7478 609.495693175924 4795 -7479 609.6433383544842 6868 -7480 609.7253480051489 5291 -7481 609.741748611656 7158 -7482 609.9713108007621 5786 -7483 610.0573743509703 7239 -7484 610.1352309119676 6378 -7485 610.184398358398 6181 -7486 610.3646451097901 7252 -7487 610.4506532063014 6618 -7488 610.4629390880334 4000 -7489 610.4834150081393 5907 -7490 610.6594795792497 5192 -7491 610.77819214507 6516 -7492 610.9418957642372 6720 -7493 611.0032733136542 5885 -7494 611.007364931062 6211 -7494 611.007364931062 6925 -7496 611.0360054857651 4199 -7497 611.1382822242443 7238 -7498 611.2037303551083 7132 -7499 611.4000327118081 7028 -7500 611.4940719254766 7253 -7501 611.7883620991821 6673 -7502 611.8537406929862 7159 -7503 611.9027700541975 4696 -7504 611.9191123016178 5093 -7505 611.9231977952788 6414 -7506 612.0008169929188 6966 -7507 612.1805289291713 6771 -7508 612.2131981589421 6575 -7509 612.2172816900875 6008 -7510 612.2458656454937 7063 -7511 612.2499489587565 6822 -7512 612.3601881246036 5984 -7513 612.3806006071713 7237 -7514 612.4255056739555 4398 -7515 612.6867062373722 6280 -7516 612.7846277445283 7254 -7517 613.3881316099945 6869 -7518 613.4248120185554 7131 -7519 613.4533397088975 6477 -7520 613.5022412346999 4994 -7521 613.783349399444 5502 -7522 613.7833493994441 7236 -7523 613.8485155150252 5401 -7524 613.881095978692 6312 -7525 614.0399009836412 6083 -7526 614.0439723668005 5603 -7527 614.1213235184072 7160 -7528 614.2352969343264 7255 -7529 614.2719267555698 6109 -7529 614.2719267555698 7027 -7531 614.3695956018657 6924 -7532 614.6259024805252 4597 -7533 614.6299699819397 5704 -7534 614.955282927141 6617 -7535 615.0650372115132 4100 -7536 615.1178748825301 6719 -7537 615.1625801363408 7064 -7538 615.3454314448105 7235 -7539 615.406369807788 4895 -7540 615.4063698077881 6967 -7541 615.5038586394077 6379 -7542 615.5404129705863 5805 -7543 615.605393088787 6515 -7544 615.8002923026263 7130 -7545 615.844948018574 7256 -7546 615.8936596523786 5589 -7547 615.9586025050709 4299 -7548 616.0073051514893 5490 -7549 616.0397714433705 6182 -7550 616.0925255186918 6821 -7551 616.1046988945953 5688 -7552 616.3318911106255 6674 -7553 616.39678779176 6772 -7554 616.4454558190854 5391 -7555 616.5427803486147 7161 -7556 616.640089517378 5787 -7557 616.644143732834 6210 -7558 616.7738645565327 5906 -7559 617.0008103722394 7345 -7560 617.0129658281097 7346 -7561 617.0656367032603 6413 -7561 617.0656367032603 7234 -7563 617.0777908821544 6576 -7564 617.0980473150114 7344 -7565 617.158812624433 7347 -7566 617.2074205645944 5292 -7567 617.2722251972788 6870 -7568 617.2924752497797 7026 -7569 617.3572709541859 7343 -7570 617.4665982869033 7348 -7571 617.4989878534216 5886 -7572 617.6123379596621 7257 -7573 617.6285291338152 4796 -7574 617.6609102088297 4498 -7575 617.7782773778954 7342 -7576 617.875391968316 6923 -7577 617.9360808368451 7349 -7578 618.2273044762743 7065 -7579 618.2920022125468 5193 -7580 618.3283917143058 6007 -7580 618.3283917143058 7129 -7582 618.356693179592 6281 -7583 618.3607361403213 7341 -7584 618.5668920981788 7350 -7585 618.6315543196936 6478 -7586 618.6800465507191 5985 -7587 618.9426467775507 7233 -7588 618.9547640983144 6968 -7589 619.1041915542165 7340 -7590 619.1163057132318 7162 -7591 619.3302834514068 6311 -7592 619.358539135451 7351 -7593 619.4271547163557 6718 -7594 619.536116784163 7258 -7595 619.588573167711 6616 -7596 619.697506853142 5094 -7597 619.7943207226087 4200 -7598 620.008064463681 7339 -7599 620.0725763973118 6820 -7600 620.1653005449434 4697 -7601 620.1814250685037 6084 -7602 620.2015801334272 6108 -7603 620.3104061677508 7352 -7604 620.4595071396682 7025 -7605 620.556202128381 6514 -7606 620.7455195166534 6773 -7607 620.8461967347469 5501 -7608 620.942831507056 5602 -7609 620.9750397560275 7232 -7610 620.987117418711 6380 -7611 621.003220603565 4399 -7611 621.003220603565 6675 -7613 621.0072463345334 7128 -7614 621.0716544811879 7338 -7615 621.2930065597069 6871 -7616 621.3614085216429 5703 -7617 621.4217569412901 4995 -7618 621.4217569412903 7353 -7619 621.4378488634242 7066 -7620 621.5223246191563 6922 -7621 621.6148325128672 7259 -7622 621.8400115785411 7163 -7623 622.0008038580015 6183 -7624 622.0651091324766 6577 -7625 622.1012779282808 5804 -7626 622.2941426688828 7337 -7627 622.3262809812871 6412 -7628 622.3905526275282 6209 -7629 622.643557743915 6969 -7630 622.6917375395309 7354 -7631 622.9807380649902 5590 -7632 623.0128409591572 4598 -7633 623.0288917859267 5689 -7634 623.1612953321154 5905 -7635 623.1612953321155 7231 -7636 623.253559957743 5491 -7637 623.3979467402825 5788 -7638 623.4621079103365 4896 -7639 623.6745946405065 7336 -7640 623.7707912366529 7024 -7641 623.8349140598017 7127 -7642 623.8469363553852 5392 -7642 623.8469363553852 7260 -7644 623.8669729998535 6717 -7645 623.9270790725467 6479 -7646 624.0873336320807 5887 -7647 624.1193796061776 7355 -7648 624.1354019762058 6282 -7649 624.1874718383892 6819 -7650 624.347659561562 6615 -7651 624.5398305952951 6006 -7652 624.6479008209345 4300 -7653 624.7119336142059 7164 -7654 624.7599539022967 5293 -7655 624.7919653772765 7067 -7656 624.8919906671872 6310 -7657 625.0959926283322 5986 -7658 625.2119640569908 7335 -7659 625.22395987358 6774 -7660 625.3079241461762 6921 -7661 625.4478395517887 6872 -7662 625.4998001598401 7230 -7663 625.6276848094241 6513 -7664 625.7036039531816 7356 -7665 625.7994886543132 6676 -7666 625.8154680095404 4797 -7667 625.9912139958516 5194 -7668 626.1669106556175 4499 -7669 626.2307881284662 7261 -7670 626.2347802541791 6107 -7671 626.4223814647748 6085 -7672 626.4702706433881 6970 -7673 626.581997826302 6381 -7674 626.8093809125705 7126 -7675 626.9050964859034 7334 -7676 627.0007974476588 7445 -7677 627.0127590408349 7446 -7678 627.096483804526 7444 -7679 627.1562803639935 7447 -7680 627.172225150317 6578 -7681 627.2240429065199 7023 -7682 627.3515760719822 7443 -7683 627.4432245231436 7357 -7684 627.4591620177364 7448 -7685 627.5388434192739 5095 -7686 627.7021586708141 6411 -7687 627.7300375161284 7165 -7688 627.7658799265854 7442 -7689 627.9211733967887 7449 -7690 627.9251547756309 5601 -7691 627.9888534042623 7229 -7692 628.0644871348802 6184 -7693 628.1799105351905 5702 -7694 628.2435833337257 6208 -7695 628.2873546395789 7068 -7696 628.339080433487 7441 -7697 628.4345630214812 6818 -7698 628.4345630214813 6716 -7699 628.4783210262706 4698 -7700 628.5419635951127 7450 -7701 628.7527335924672 7333 -7702 628.7527335924673 5803 -7703 628.7646618568826 7262 -7704 629.0707432395819 7440 -7705 629.2296877929393 6920 -7706 629.2296877929394 6614 -7707 629.3210627334827 7451 -7708 629.3369526732082 7358 -7708 629.3369526732082 6480 -7710 629.4005084205129 4996 -7711 629.6229030141773 4400 -7712 629.6427558544607 5904 -7713 629.7340708584854 6873 -7714 629.8293419649485 6775 -7715 629.9285673788736 7125 -7716 629.9603162104737 7439 -7717 630.0198409574099 6283 -7718 630.035713273462 5690 -7719 630.1468082915283 5591 -7720 630.2420170061656 5789 -7721 630.2578837269708 7452 -7722 630.4323912998126 6971 -7723 630.563240286016 6309 -7724 630.5751343020116 5492 -7725 630.6266724457506 7228 -7726 630.7178449988553 6677 -7727 630.7535176279241 7332 -7728 630.7654080559586 5888 -7729 630.8169306542113 6512 -7729 630.8169306542113 7022 -7731 630.8486347769963 6005 -7732 630.8922253443927 7166 -7733 631.0071314969427 7438 -7734 631.320045618702 5393 -7735 631.3517244769353 7453 -7736 631.3834017457223 7359 -7737 631.4467515159135 7263 -7738 631.4467515159137 4599 -7739 631.5734319934619 4897 -7740 631.605098142819 5987 -7741 631.9216723613774 7069 -7742 632.2104080130285 7437 -7743 632.2855367632569 6382 -7744 632.3685634185179 6106 -7745 632.3804234794117 5294 -7746 632.3962365479415 6579 -7747 632.6017704685942 7454 -7748 632.7598280548473 6086 -7749 632.8111882702453 6817 -7750 632.9059961795274 7331 -7751 633.1271594237606 6715 -7752 633.1903347335617 7124 -7753 633.1903347335618 6410 -7754 633.2850858815483 6919 -7755 633.4113986975606 7227 -7756 633.5692543045315 7436 -7757 633.581091889586 7360 -7758 633.7546844008334 5195 -7759 634.0070977520678 7455 -7760 634.0544140686981 4798 -7761 634.1490361105975 6874 -7762 634.196341837447 7167 -7763 634.2002838220745 6207 -7764 634.2278770284385 6185 -7765 634.2318188170632 6613 -7766 634.2751768751477 7264 -7767 634.5273831758562 6972 -7768 634.5470825714983 7021 -7769 634.5589019153383 6776 -7770 634.7164721353937 4500 -7771 634.8582518956496 6481 -7772 635.0826717837607 7435 -7773 635.0826717837608 5701 -7774 635.2086271454443 7330 -7775 635.4407918917387 5096 -7776 635.4919354327009 5802 -7777 635.5666762818831 7456 -7778 635.6925357434992 7070 -7779 635.7554561307359 6678 -7780 635.9284550953824 7361 -7781 636.0070754323414 6284 -7782 636.121057661197 6511 -7783 636.2153723386444 5903 -7784 636.3411034971731 7226 -7785 636.3411034971732 6308 -7786 636.5924913160694 7123 -7787 636.7495583037338 7434 -7788 636.8398542804933 4699 -7789 637.0007849288727 7545 -7790 637.012558745901 7546 -7791 637.0949693726986 7544 -7792 637.1224372128171 5691 -7793 637.1538275801222 7547 -7794 637.1695221838534 5790 -7795 637.247989404439 7265 -7796 637.2519125118417 6004 -7797 637.27937358744 7457 -7798 637.3146789459663 6816 -7799 637.3460598450422 7543 -7800 637.3892060585902 5592 -7801 637.436271324436 4997 -7802 637.4519589741645 7548 -7803 637.4715679934283 6918 -7804 637.53039143244 5889 -7805 637.6401806661811 7168 -7806 637.6597838973381 7329 -7807 637.7342706801949 6580 -7808 637.75387101922 7542 -7809 637.9067329947223 7549 -7810 637.9420036335591 6714 -7811 637.9694350045305 5493 -7812 638.0948205400198 6383 -7813 638.2045126759916 5988 -7814 638.3181025162925 7541 -7815 638.4120926172999 7020 -7816 638.4238404069822 7362 -7817 638.5178149433264 7550 -7818 638.5687120427997 7433 -7819 638.6000313185085 6105 -7820 638.6900656813131 6875 -7821 638.7526907966808 6973 -7822 638.7879147260066 6409 -7823 638.8622699768706 5394 -7824 639.038340007859 7540 -7825 639.1439587448199 7458 -7826 639.1908948037355 6087 -7827 639.2847565834805 7551 -7828 639.3512336736358 6612 -7829 639.4098841901023 6777 -7830 639.4137940332536 7225 -7831 639.5975297012959 7071 -7832 639.7382277150554 4898 -7833 639.9140567294954 7539 -7834 639.9257769460455 4600 -7835 640.0664028052089 5295 -7836 640.1327987222652 7122 -7837 640.2069977749385 7552 -7838 640.257760593341 7328 -7839 640.2577605933411 6206 -7840 640.3631782043686 7266 -7841 640.4880951274582 6482 -7841 640.4880951274582 6186 -7843 640.5388356688453 7432 -7844 640.9095099934154 6679 -7845 640.944615392001 7538 -7846 641.0655192724064 7363 -7847 641.1591066186303 7459 -7848 641.2214905943188 7169 -7849 641.2838685013058 7553 -7850 641.5372163795332 6510 -7851 641.5800807381726 5196 -7852 641.7865688840801 6917 -7853 641.942365014181 6815 -7854 642.0942298448102 6285 -7855 642.1292704744116 7537 -7856 642.2227028064331 6307 -7857 642.3161215476379 5801 -7858 642.343366121267 4799 -7859 642.4095267039554 7019 -7860 642.5145912740037 7554 -7861 642.6274192718515 7224 -7862 642.6585407508406 7431 -7863 642.8763489194481 5902 -7864 642.8763489194482 6713 -7865 643.0007776045064 7327 -7866 643.105745581549 6974 -7867 643.1834885940403 6581 -7868 643.3234023413107 7460 -7869 643.3544901529793 6876 -7870 643.4011190540471 5097 -7871 643.4671708797583 7536 -7872 643.6186759254272 7267 -7873 643.6342128880347 7072 -7874 643.7468446524612 6003 -7875 643.8089778808617 7121 -7876 643.8516909972358 7364 -7877 643.8982838927279 7555 -7878 644.0069875397317 6384 -7879 644.1777704950707 5791 -7880 644.2864269872523 5692 -7881 644.3795465407014 6778 -7881 644.3795465407014 5890 -7883 644.4920480502456 6408 -7884 644.5851378987884 6611 -7885 644.7053590594699 5593 -7886 644.8914637363407 5989 -7887 644.9263523845184 7430 -7887 644.9263523845184 6104 -7889 644.9379815145019 7170 -7890 644.9573629318453 7535 -7891 645.2480143324735 4700 -7892 645.4339625399333 5494 -7892 645.4339625399333 7556 -7894 645.526916557319 4998 -7895 645.6353459964844 7461 -7896 645.7127844483181 6088 -7897 645.886987018627 7326 -7898 645.9798758475375 7223 -7899 646.1772202732003 6680 -7900 646.2236454974393 6483 -7901 646.2275141155784 6916 -7902 646.4131805586889 6205 -7903 646.4711903867023 5395 -7904 646.5369285663427 7018 -7905 646.598793688946 7534 -7906 646.6915802761004 6814 -7907 646.7804882647589 7365 -7908 646.8423300928905 6187 -7909 647.0007727970656 7645 -7910 647.0123646422841 7268 -7911 647.0123646422842 7646 -7912 647.0625935719048 6509 -7913 647.0935017445315 7644 -7914 647.1205451845893 7557 -7915 647.1514505894273 7647 -7916 647.3407139984322 7643 -7916 647.3407139984322 7429 -7918 647.4449783572346 7648 -7919 647.5839713890392 6975 -7920 647.6187149859089 7120 -7921 647.7422326821064 7642 -7922 647.800123494894 7073 -7923 647.8155601712574 5296 -7924 647.8927380361661 7649 -7925 647.9274650761456 6712 -7926 647.9544737093803 4899 -7927 648.0933574725173 7462 -7928 648.1396454468743 6877 -7929 648.205214419014 6306 -7930 648.2784895397965 6286 -7931 648.297771089798 7641 -7932 648.3903145482666 7533 -7933 648.494410153241 7650 -7934 648.7410885707795 6582 -7935 648.7873303325212 7171 -7936 648.9144781864555 7325 -7937 648.9568552685148 7558 -7938 649.0069337071831 7640 -7939 649.2495668077107 7651 -7940 649.465164577747 5197 -7940 649.465164577747 6779 -7942 649.4690138874987 7222 -7943 649.6229675742692 5901 -7944 649.8499826883125 7366 -7945 649.8692176122825 7639 -7946 649.8999923065086 7428 -7947 649.9307655435308 6610 -7948 650.0192304847603 6385 -7949 650.1576731839747 7652 -7950 650.299930801165 6407 -7951 650.3306851133506 6002 -7951 650.3306851133506 7532 -7953 650.5420816519098 7269 -7954 650.6804131061577 4800 -7955 650.6957814524387 7463 -7956 650.7918253942653 6915 -7957 650.7918253942654 7017 -7958 650.8840142452417 7638 -7959 650.9416256470314 7559 -7960 651.21808942934 7653 -7961 651.2641553164123 5792 -7962 651.3102179453351 5891 -7963 651.3447627792826 6103 -7964 651.4176847461237 5098 -7965 651.5251338206378 5693 -7966 651.5558303015944 6681 -7967 651.5596672600292 6813 -7968 651.5596672600293 7119 -7969 651.6632565980684 5990 -7970 652.0506115325711 7637 -7971 652.0621136057515 6484 -7972 652.0812832768627 7324 -7973 652.0927848090331 5594 -7974 652.0927848090332 7074 -7975 652.1847897643735 6976 -7976 652.3227728663165 6089 -7977 652.4185772952821 7531 -7978 652.4300728813778 7654 -7979 652.6024823734583 7427 -7980 652.6637725506143 6204 -7981 652.6944154809355 6508 -7982 652.7671866753108 7172 -7983 652.9663084723437 5495 -7984 653.0428776121825 6878 -7985 653.0581903628497 7367 -7986 653.0735027544755 7560 -7987 653.0926427391446 7221 -7988 653.0926427391447 6711 -7989 653.2878385520429 6188 -7990 653.3681963487356 7636 -7991 653.4408925067363 7464 -7992 653.6704062446149 4999 -7993 653.7927806270118 7655 -7994 654.1444794538895 5396 -7995 654.2056251668889 7270 -7996 654.2858702432752 6305 -7997 654.4043092767652 6583 -7998 654.5571021690927 6287 -7999 654.6525796176168 7530 -8000 654.6640359757056 6780 -8001 654.8358572955515 7635 -8002 655.1717332119877 7016 -8003 655.3052723731132 7656 -8004 655.3510509642905 7561 -8005 655.3853828092292 6609 -8005 655.3853828092292 7323 -8007 655.4464127600364 7426 -8008 655.4769256045554 6914 -8009 655.6256553857544 5297 -8010 655.62946852624 7118 -8011 656.128798331547 6386 -8012 656.2088082310387 6406 -8013 656.2202374203343 4900 -8014 656.3269002562672 7465 -8015 656.4030773846205 7368 -8016 656.4525877776703 7634 -8017 656.5097105146275 7075 -8018 656.5439817712138 6812 -8019 656.8485365744526 7220 -8020 656.8751784014981 7173 -8021 656.9056248807739 6977 -8022 656.9665136062873 7657 -8023 657.0007610345668 7745 -8023 657.0007610345668 6001 -8025 657.0121764472862 7746 -8026 657.0312016944097 7529 -8027 657.0426165782551 6682 -8028 657.0920787834838 7744 -8029 657.1491459326413 7747 -8030 657.3355307603568 7743 -8031 657.4077882106357 5198 -8032 657.4382100243337 7748 -8033 657.7309480327043 7742 -8034 657.7727571129714 7562 -8035 657.8525670695524 6102 -8036 657.8791682368427 7749 -8037 658.0007598779807 6485 -8037 658.0007598779807 7271 -8039 658.0615472735054 6879 -8040 658.2172893505608 7633 -8041 658.2780567510965 7741 -8042 658.3198310851648 5892 -8043 658.3691973353552 6710 -8044 658.4261537940303 5793 -8045 658.4299507160955 6507 -8045 658.4299507160955 7425 -8047 658.4717154138058 7750 -8048 658.5172738812553 5991 -8049 658.775379017765 7658 -8050 658.824711133394 7322 -8051 658.836094943196 5694 -8052 658.9764790946638 7740 -8053 659.0068284926948 6203 -8054 659.0182091566211 6090 -8055 659.2154427802795 7751 -8056 659.3519545735797 7466 -8057 659.4884381094183 5099 -8058 659.5490883929717 5595 -8059 659.5528788505134 7528 -8060 659.6741619921156 7015 -8061 659.821945679287 6189 -8062 659.8257345693634 7117 -8062 659.8257345693634 7739 -8064 659.8825653099193 7369 -8065 659.9734843158474 6781 -8066 660.1098393449381 7752 -8067 660.128775315847 7632 -8068 660.1704325399616 6584 -8069 660.2802435330017 6913 -8070 660.3370351570477 7563 -8071 660.4619595404416 6304 -8072 660.5641528269605 5496 -8073 660.7306561678517 7659 -8074 660.7344398470537 7219 -8075 660.8252416486525 7738 -8076 660.9273787641121 6288 -8077 660.9462913126906 6608 -8078 661.0484097250367 7076 -8079 661.1089168964521 7174 -8080 661.1542936410532 7753 -8081 661.5512073906298 7424 -8082 661.6418971014457 6811 -8083 661.7439081699204 6978 -8084 661.8647898173765 5000 -8085 661.8798984710141 5397 -8086 661.9252223627682 7272 -8087 661.9743197435986 7737 -8088 662.1857745376292 7631 -8089 662.2159768534733 7527 -8090 662.2159768534734 6405 -8091 662.3329978190728 6387 -8092 662.3480957925373 7754 -8093 662.3971618296686 7321 -8094 662.514150792268 7467 -8095 662.6348919276738 6683 -8096 662.8310493632596 7660 -8097 663.0422309325402 7564 -8098 663.1930337390464 6880 -8099 663.2721914870244 7736 -8100 663.4945365261118 7370 -8101 663.4945365261119 5298 -8102 663.6904398889592 7755 -8103 663.7544726779624 6709 -8104 664.0368965652436 6486 -8105 664.1460682711296 7116 -8106 664.2665127793211 6506 -8107 664.2966204941886 7014 -8108 664.3869354525267 7630 -8109 664.4471386047201 6101 -8110 664.717985314073 7735 -8111 664.7480725808838 7218 -8112 664.808243029522 7423 -8113 665.0187967268294 7526 -8114 665.0751837198559 7661 -8115 665.1804266512958 7756 -8116 665.1992182797571 6912 -8117 665.3908625762755 6782 -8118 665.4058911671882 5893 -8119 665.4058911671883 5199 -8120 665.4397042557649 6202 -8121 665.4509749034861 5992 -8122 665.4660021368485 7175 -8123 665.6613252998854 5794 -8124 665.7063917373785 7077 -8125 665.7965154609927 6091 -8126 665.8115348955739 7468 -8127 665.8866269869069 7565 -8128 665.976726320072 7273 -8129 666.0367857708761 6585 -8130 666.1005930037895 7320 -8131 666.2169316371358 5695 -8132 666.3107383195921 7734 -8133 666.4420454923293 6190 -8134 666.6108309951168 6607 -8135 666.6970826394848 6979 -8136 666.7308302456097 6303 -8136 666.7308302456097 7629 -8138 666.8170663682806 7757 -8139 666.8508079023372 6810 -8140 667.0007496247661 7845 -8141 667.0119938951623 7846 -8142 667.071960136236 5596 -8143 667.0906984810986 7844 -8144 667.1469103578312 7847 -8145 667.2368395105294 7371 -8146 667.3305028245001 7843 -8147 667.3866945032693 6289 -8148 667.431644440088 7848 -8149 667.4616093828918 7662 -8150 667.6114139227999 5100 -8151 667.720001198107 7842 -8152 667.8660045248598 7849 -8153 667.9595796154135 7525 -8154 668.0493993710345 7733 -8155 668.1990721334474 7422 -8156 668.2252614201292 5497 -8157 668.258931852018 7841 -8158 668.3187862090965 6404 -8159 668.3300083042808 6684 -8160 668.4347387741004 6881 -8161 668.4496989302935 7850 -8162 668.5880645060903 7115 -8163 668.5992820815768 7758 -8164 668.6291946961335 6388 -8165 668.8684474543555 7566 -8166 668.8871354720466 7217 -8167 668.9469336202984 7840 -8168 669.0366208213119 7013 -8169 669.1823368858446 7851 -8170 669.215959164155 7628 -8171 669.2421086572482 7469 -8172 669.2458442157111 6708 -8173 669.6752944524682 5398 -8174 669.7835471254874 7839 -8175 669.93283245412 7732 -8175 669.93283245412 7319 -8177 669.9440275127467 7176 -8178 669.9888058766355 7663 -8179 670.0634298333256 7852 -8180 670.152967612619 7274 -8181 670.1678894127948 6487 -8182 670.2014622484794 6505 -8183 670.2313033572813 6911 -8184 670.4811705036913 7078 -8185 670.5259129966568 7759 -8186 670.7682163012795 7838 -8187 670.9135562797936 6783 -8188 671.0365116742903 7524 -8189 671.0923930428656 7853 -8190 671.107293955296 7372 -8191 671.4201367251359 5299 -8192 671.7216685503006 7421 -8193 671.7626068783526 6980 -8194 671.8407549412286 7627 -8195 671.9002902216965 7837 -8196 671.9598202273704 7731 -8197 671.9598202273705 6201 -8198 671.9858629465355 7567 -8199 672.000744047207 6586 -8200 672.1681337284593 6809 -8201 672.2685475314162 7854 -8202 672.3763826905284 6606 -8203 672.461894831224 5993 -8204 672.5659818932265 5894 -8205 672.5957180952017 7760 -8206 672.6551865554892 6092 -8207 672.6551865554893 7664 -8208 672.8038347096426 7470 -8209 672.9673097558306 5795 -8210 673.0898899849856 6302 -8211 673.145600891813 6191 -8212 673.1493147883314 7216 -8212 673.1493147883314 7114 -8214 673.17902522286 7836 -8215 673.4574968028792 5200 -8216 673.5911222692888 7855 -8217 673.6653471865685 5696 -8218 673.7840900466558 6882 -8219 673.8916826909202 7318 -8220 673.8916826909203 7012 -8221 673.9324892005134 6290 -8222 674.1253592619106 6685 -8223 674.1290677607665 7730 -8224 674.2477289542769 7523 -8225 674.4516291032293 7275 -8226 674.5146403155383 6403 -8227 674.5405843980034 7177 -8228 674.6035873014611 7835 -8228 674.6035873014611 7626 -8230 674.6591732126674 5597 -8231 674.8073799240788 7761 -8232 674.8407219485202 6707 -8233 675.0148146522415 6389 -8234 675.0592566582582 7856 -8235 675.103695738662 7373 -8236 675.2369954319743 7568 -8237 675.3702688155587 7079 -8238 675.3739704785785 6910 -8239 675.3739704785786 7420 -8240 675.4591031291237 7665 -8241 675.9474831671466 5498 -8242 676.1730547722232 7834 -8243 676.2322086384233 6504 -8244 676.3911590196903 6488 -8245 676.4392064332168 7729 -8246 676.4946415161025 7471 -8247 676.5389863119494 6784 -8248 676.6720032630285 7857 -8249 676.9379587524991 6981 -8250 677.0007385520344 7945 -8251 677.0118167358677 7946 -8252 677.0893589475469 7944 -8253 677.1447408050956 7947 -8254 677.1595085354705 7762 -8255 677.3256233156989 7943 -8256 677.4252726316018 7948 -8257 677.5027675220229 7625 -8258 677.5285971824363 5399 -8259 677.5322870535397 7215 -8260 677.5913222584835 7522 -8260 677.5913222584835 6808 -8262 677.7093772407168 7942 -8263 677.8274116617001 7113 -8264 677.8532289515186 7949 -8265 677.8864211650799 7833 -8266 677.9749257900324 7317 -8267 678.0597318820813 6587 -8268 678.2403703702693 7941 -8268 678.2403703702693 6605 -8270 678.3988502348748 7666 -8271 678.4283307763613 7950 -8272 678.4283307763615 7858 -8273 678.6199230791858 7569 -8274 678.8593374182902 7011 -8275 678.870385272476 7276 -8276 678.8887979632599 7728 -8277 678.9182572298376 7940 -8278 679.1502042994613 7951 -8279 679.1538853603062 7419 -8280 679.2238217259463 7374 -8281 679.2385442537843 6883 -8282 679.2532664625177 7178 -8283 679.4004710036636 5300 -8284 679.5366068137905 6301 -8285 679.5476436571611 5994 -8286 679.5917892382162 6093 -8287 679.6506455525515 7763 -8288 679.7425983414603 7939 -8289 679.7425983414605 7832 -8290 679.7977640445723 5895 -8291 679.9301434706363 6192 -8292 680.018382104484 6686 -8292 680.018382104484 7952 -8294 680.312428226914 7472 -8295 680.3271271969096 7859 -8296 680.34182584933 5796 -8297 680.3712222015272 7080 -8298 680.5365530226867 6706 -8299 680.5365530226868 7624 -8300 680.5622675405976 6291 -8301 680.6247130394254 6909 -8302 680.7128616384446 7938 -8303 680.8009988241791 6402 -8304 681.0323046669666 7953 -8305 681.065341945984 7521 -8306 681.1791247535409 5697 -8307 681.4726700316015 7667 -8308 681.4763385474215 7727 -8309 681.4873439763941 6390 -8310 681.7404198080087 7831 -8311 681.8284241654934 7937 -8312 682.0337235063967 7214 -8313 682.1326850400881 7570 -8314 682.1803280658276 7316 -8315 682.1913221377123 7954 -8316 682.2206387965699 6982 -8317 682.2646114228701 6785 -8318 682.2792683351885 7764 -8319 682.3085812152739 5598 -8320 682.3562119597066 6503 -8321 682.3672031978091 7860 -8322 682.619952828805 7112 -8323 682.7041819119025 6489 -8324 683.059294644323 7418 -8325 683.088574051711 7936 -8326 683.117852204142 6807 -8327 683.4069066083543 7277 -8328 683.4654343856755 7375 -8329 683.4946963949318 7955 -8330 683.7031519599716 7623 -8331 683.7287473845164 5499 -8332 683.878644205242 7830 -8333 683.9371316137178 7010 -8334 684.0796737222939 7179 -8335 684.2002630809199 6604 -8335 684.2002630809199 7726 -8337 684.2112246959998 6588 -8338 684.2550694002932 7473 -8339 684.4925127421044 7935 -8340 684.5472956633457 7861 -8341 684.6678026605313 7520 -8342 684.6787567903652 7668 -8343 684.7955899390707 6884 -8344 684.9416033502418 7956 -8345 685.0437942204862 7765 -8346 685.4378162897054 5400 -8347 685.4815825388747 7081 -8348 685.7732861522093 7571 -8349 685.9810493009263 6908 -8350 686.0065597354007 6687 -8351 686.0393574715666 7934 -8352 686.1559589481096 7829 -8353 686.3308240200203 6705 -8354 686.5056445507204 7315 -8355 686.5311354920474 7957 -8356 686.6039615382364 6094 -8357 686.6512943263124 7213 -8358 686.7059050277637 5995 -8359 686.7932731179012 6193 -8360 686.8660713705401 7862 -8361 687.0007278016523 8045 -8362 687.0007278016524 7622 -8363 687.0116447339158 8046 -8364 687.0589494359272 7725 -8365 687.0880584029968 8044 -8365 687.0880584029968 7417 -8367 687.098973947713 5896 -8368 687.1426343925983 8047 -8369 687.1753779058153 6401 -8370 687.2735990855462 6292 -8371 687.3208857586097 8043 -8372 687.4190861475989 8048 -8373 687.5245450163942 7111 -8374 687.6081733080258 6983 -8375 687.6990620903885 8042 -8376 687.7281439638776 7933 -8377 687.782669162287 5797 -8378 687.8262862089526 7376 -8379 687.8408246098802 8049 -8380 687.9425848135874 7766 -8381 688.0152614586394 7669 -8382 688.0443299671904 6391 -8383 688.058863760943 7278 -8384 688.0879304275 6786 -8385 688.2223477917584 8041 -8386 688.2623046484531 7958 -8387 688.320419572164 7474 -8388 688.3966879641417 7519 -8389 688.4075827589351 8050 -8390 688.5709839951143 7828 -8391 688.5709839951144 6502 -8392 688.7452359181877 6806 -8393 688.7561251996239 5698 -8394 688.8904121846958 8040 -8395 689.0174163255962 7180 -8396 689.1044913509126 6490 -8397 689.1190027854406 8051 -8398 689.1226305963257 7009 -8399 689.3221307922732 7863 -8400 689.5397015400927 7572 -8401 689.5578293370324 7932 -8402 689.7028345599284 8039 -8403 689.9746372150211 8052 -8404 690.0181157042184 5599 -8405 690.0507227733335 7724 -8406 690.1340449506893 7959 -8407 690.2535765934139 6603 -8408 690.4274038593775 7621 -8409 690.4527500126276 6885 -8409 690.4527500126276 6589 -8411 690.659105492717 8038 -8412 690.6989213832609 7082 -8413 690.9486232709346 7314 -8414 690.9739503049301 7767 -8414 690.9739503049301 8053 -8416 691.1222757226104 7827 -8417 691.2380197876851 7416 -8418 691.3826726205973 7212 -8419 691.4405252803743 6907 -8420 691.480296176254 7670 -8421 691.5272951952078 7931 -8422 691.5670611010909 5500 -8423 691.7586284246839 8037 -8424 691.9140119986009 7864 -8425 692.0874222235223 6688 -8426 692.1163197035597 8054 -8427 692.1452159771097 7960 -8428 692.2210629560474 6704 -8429 692.2499548573477 7518 -8430 692.3041239224275 7377 -8431 692.5063176607127 7475 -8432 692.538807576875 7110 -8433 692.8239314573364 7279 -8434 693.0007215003459 8036 -8435 693.0981171522544 6984 -8436 693.173859864897 7723 -8437 693.4010383609185 8055 -8438 693.4298810982982 7573 -8439 693.6353508869051 7930 -8440 693.6894117686965 6095 -8441 693.7326574408905 6194 -8442 693.8083308810872 7826 -8443 693.9344349432445 5996 -8444 693.9812677587199 7620 -8445 694.006484119565 6787 -8446 694.0641180755565 7181 -8446 694.0641180755565 6293 -8448 694.1361537911708 7768 -8449 694.2946060571118 7961 -8450 694.3846196453376 8035 -8451 694.4134215292789 7008 -8452 694.4674218420905 5897 -8453 694.4710217136493 6805 -8454 694.640194633164 7865 -8455 694.6833811168941 6392 -8456 694.827316676597 8056 -8457 694.8740893140282 6501 -8458 695.0719387228921 7671 -8459 695.2877102322462 5798 -8460 695.5070093104741 7415 -8460 695.5070093104741 7313 -8462 695.5896778992627 6491 -8463 695.8807369082722 7929 -8464 695.9094768718128 8034 -8465 696.0208330215411 7083 -8466 696.2075839862706 6886 -8467 696.2255381699238 7517 -8468 696.2255381699239 7211 -8469 696.3942848702881 8057 -8469 696.3942848702881 5699 -8471 696.3978747813637 6602 -8472 696.4265934037844 7722 -8473 696.5809357138623 7962 -8474 696.6275906106504 7825 -8475 696.781888398371 6590 -8476 696.8105911939055 7476 -8477 696.8966924874877 7378 -8478 697.0007173597456 6906 -8479 697.0007173597457 8145 -8480 697.0114776673337 8146 -8481 697.0867951697263 8144 -8482 697.1405884038024 8147 -8483 697.3162840490676 8143 -8484 697.4130770210722 8148 -8485 697.4274155781375 7769 -8486 697.4417538404192 7574 -8487 697.4991039420768 7866 -8488 697.5743687951845 8033 -8489 697.6603758276659 7109 -8489 697.6603758276659 7619 -8491 697.6890424823941 8142 -8492 697.699792174256 7280 -8493 697.7857837474191 5600 -8494 697.8287755603088 8149 -8495 698.1009955586655 8058 -8496 698.2048410029824 6703 -8496 698.2048410029824 8141 -8498 698.2585481037809 6689 -8499 698.2621284302909 7928 -8500 698.3874282946393 8150 -8501 698.6880562883554 6985 -8502 698.7882368786699 7672 -8503 698.8633628972119 8140 -8504 699.002861224473 7963 -8505 699.088692513332 8151 -8506 699.217419691472 7182 -8507 699.3782953452303 8032 -8508 699.5784444935393 7824 -8509 699.6642051727385 8139 -8510 699.8071162827654 7007 -8510 699.8071162827654 7721 -8512 699.8928489418935 7414 -8513 699.9321395678297 8152 -8514 699.9464265213446 8059 -8515 700.0178569150933 6788 -8516 700.1785486574121 7312 -8517 700.2927959075404 6804 -8518 700.3213548079196 7516 -8519 700.4891148333428 7867 -8520 700.6068797835202 8138 -8521 700.7460310269335 6195 -8522 700.7781389284343 7927 -8523 700.8459174454824 7770 -8524 700.8459174454825 6096 -8525 700.9172561722247 8153 -8526 700.9315230462959 6294 -8527 701.1775809308224 7210 -8528 701.2310603502956 7477 -8529 701.2310603502957 5997 -8530 701.3201836536576 8031 -8531 701.4021670910349 6393 -8532 701.4449372545218 7084 -8533 701.4627573863063 7618 -8534 701.5589782762387 7964 -8535 701.5732321005413 7575 -8536 701.6017388803994 7379 -8537 701.6908151030623 8137 -8538 701.9009901688413 5898 -8539 701.9294836377796 8060 -8540 702.0434459490381 8154 -8541 702.0576899372302 6887 -8542 702.1573897638619 6492 -8543 702.6272126810917 7673 -8544 702.6307707466276 6601 -8545 702.6592346223025 7823 -8546 702.6592346223026 6905 -8547 702.6841395677009 7281 -8548 702.8548925631804 5799 -8549 702.8869041318098 7108 -8550 702.9153576356117 8136 -8551 703.1962741653286 6591 -8552 703.3100312095655 8155 -8553 703.3135858207205 7720 -8554 703.3988910994955 8030 -8555 703.4273238935207 7926 -8556 703.6085559457048 7868 -8557 704.0490039762857 8061 -8558 704.0916133572392 5700 -8559 704.247825697744 7965 -8560 704.2797739535049 8135 -8560 704.2797739535049 6702 -8562 704.3756100263552 6986 -8563 704.389806854131 7771 -8564 704.3933560163669 7413 -8565 704.4749818126971 7183 -8566 704.5175654304156 6690 -8567 704.5353078448234 7515 -8568 704.7162549565605 8156 -8569 704.960991828626 7311 -8570 705.3013540324448 7006 -8571 705.3864189222812 7617 -8572 705.6132084931518 8029 -8573 705.7655418054923 7478 -8574 705.7832528475013 8134 -8575 705.8222155755656 7576 -8576 705.868259663232 7822 -8577 706.1196782415853 6789 -8578 706.2081846028125 6803 -8578 706.2081846028125 7925 -8580 706.2365042958344 7209 -8581 706.261283095711 8157 -8582 706.3037590159066 8062 -8583 706.4170156501045 7380 -8584 706.5868665634821 7674 -8585 706.8557137068356 7869 -8586 706.9441279195972 7719 -8587 706.9688819177262 7085 -8588 707.0007072132248 8245 -8589 707.0113153267068 8246 -8590 707.0678892440244 7966 -8591 707.0855676649044 8244 -8592 707.1386002757874 8247 -8593 707.3118124278711 8243 -8594 707.4072377350969 8248 -8595 707.4249076757193 8133 -8596 707.6793059006319 8242 -8597 707.7746816607669 7282 -8598 707.8170667623097 8249 -8599 707.831194565484 6196 -8600 707.8735762832231 6295 -8601 707.9442068411889 8158 -8602 707.9618633796598 8028 -8603 708.0007062143371 6888 -8604 708.0572010791218 7772 -8605 708.0713240910127 6097 -8606 708.187828192493 8241 -8607 708.1984185240744 6394 -8608 708.2160687247924 7107 -8609 708.3678422966418 8250 -8610 708.4137209286675 6904 -8611 708.5936776460824 5998 -8612 708.6924579815987 8063 -8613 708.8053329370483 6493 -8614 708.8370757797591 8240 -8615 708.8652904466405 7514 -8616 709.0063469391512 7412 -8617 709.0592358893579 8251 -8618 709.1191719309245 7924 -8619 709.2037788957416 7821 -8620 709.2037788957417 8132 -8621 709.3976317975695 5899 -8622 709.429348138347 7616 -8623 709.6266624077763 8239 -8624 709.6935958566909 6592 -8625 709.7640452995629 8159 -8626 709.8344877504895 7184 -8627 709.8520972709738 7310 -8628 709.8908366784291 8252 -8629 710.0176054155277 7967 -8630 710.1584330274478 6987 -8631 710.1865951987548 7577 -8632 710.2288363619151 7870 -8633 710.4118523786044 7479 -8634 710.4435234415189 6701 -8634 710.4435234415189 8027 -8636 710.4822306011602 5800 -8637 710.5561202325963 8238 -8638 710.6651813618 7675 -8639 710.6968411355153 7718 -8640 710.862152600629 8253 -8641 710.8621526006291 6691 -8642 710.8938036021976 7005 -8643 711.1188367635891 8131 -8644 711.2137512731316 8064 -8645 711.3402842521996 7381 -8646 711.4000281135784 7208 -8647 711.6249011944425 8237 -8648 711.7197482155459 8160 -8649 711.8461912520147 7773 -8650 711.9726118327867 8254 -8651 712.1586901807771 7923 -8652 712.2148552227761 6802 -8653 712.3096236890248 6790 -8654 712.590345149301 7086 -8655 712.6640162096021 7820 -8656 712.8323786136541 8236 -8657 712.9691437923524 7283 -8658 713.0567999816004 8026 -8659 713.0953652913472 7968 -8660 713.1689841825709 8130 -8661 713.2215644524499 8255 -8662 713.3091896225648 7513 -8663 713.5895178602332 7615 -8664 713.6455702938258 7106 -8665 713.7261379548881 7871 -8666 713.7296406903668 7411 -8667 713.8101988624147 8161 -8668 713.8662339682415 8065 -8669 714.0343129009977 6889 -8670 714.1778489984131 8235 -8671 714.2618567444295 6903 -8672 714.5698006493138 7717 -8673 714.6082843068642 8256 -8674 714.664256836733 7578 -8675 714.849634538621 7309 -8676 714.8601261785413 7676 -8677 714.8881031322313 6296 -8678 714.986013849222 6197 -8679 715.069926650534 6395 -8680 715.1678124748065 7480 -8681 715.2936459944265 7185 -8682 715.3251009156606 7922 -8683 715.3530596845169 8129 -8684 715.3635439411208 6098 -8685 715.5312711545178 6494 -8686 715.6605340522837 8234 -8687 715.7548462986472 7774 -8688 715.800251466846 8025 -8689 716.0202511102601 5999 -8690 716.0342170594921 6988 -8690 716.0342170594921 8162 -8692 716.1319710779571 8257 -8693 716.2471640432511 7819 -8694 716.2715965330469 6593 -8695 716.2995183580679 7969 -8696 716.3693181592857 7382 -8697 716.5821655609356 7004 -8698 716.6484493808662 8066 -8699 716.665891472449 7207 -8700 716.9553682064178 5900 -8701 717.0006973497306 8345 -8702 717.0111575143025 8346 -8703 717.0843743939761 8344 -8704 717.1366675885427 8347 -8705 717.2795828684934 8233 -8706 717.2900389661074 6692 -8707 717.3074654567594 8343 -8708 717.3458022460297 7872 -8709 717.4015611914989 8348 -8710 717.669840525572 8342 -8710 717.669840525572 8128 -8712 717.7917525299382 8258 -8713 717.8056840120452 8349 -8714 717.8648897947301 7512 -8715 717.8648897947302 7614 -8716 718.1712887605573 8341 -8717 718.2652713308643 7284 -8718 718.3070374150598 7087 -8719 718.310517812457 6801 -8720 718.3488010709004 8350 -8721 718.3905622988096 8163 -8722 718.5610621234634 7410 -8723 718.5610621234636 7716 -8724 718.5854159388431 6791 -8725 718.616726774433 7921 -8726 718.672387113906 8024 -8727 718.8115191063649 8340 -8728 719.0305974018073 8351 -8729 719.0340742969001 8232 -8730 719.169660094195 7677 -8731 719.173136316979 7105 -8732 719.2530848039513 7579 -8733 719.5588926557715 8067 -8734 719.5866869252098 8259 -8735 719.5901611334051 8339 -8736 719.6283763165541 7970 -8737 719.7812167596485 7775 -8738 719.8506789605744 8352 -8739 719.9513872477779 7818 -8740 719.951387247778 7308 -8741 720.031249321861 7481 -8742 720.1180458785907 8127 -8743 720.1562330494683 6890 -8744 720.2013607318443 6902 -8745 720.506766102859 8338 -8746 720.8085737558897 8353 -8747 720.850192481073 7186 -8748 720.8779369629785 8164 -8749 720.923019468792 8231 -8750 721.0859865508412 7873 -8751 721.5019057493888 7383 -8752 721.5157655935177 8260 -8753 721.5608082483416 8337 -8754 721.6716704984339 8023 -8755 721.903733194392 8354 -8756 721.9729911845733 6297 -8757 722.0006925204435 6989 -8758 722.014542789825 6396 -8759 722.0318552529383 7206 -8760 722.0318552529384 7920 -8761 722.2084186715078 6198 -8762 722.2534181296755 7613 -8763 722.33302568829 6495 -8764 722.3641740839588 7003 -8765 722.530276182251 7511 -8766 722.59601438148 8068 -8767 722.6686654338903 7715 -8768 722.6963401041962 8126 -8769 722.7205545714056 6099 -8770 722.7516862657603 8336 -8771 722.9280738773394 6594 -8772 722.9453644640098 8230 -8773 723.0802168501086 7971 -8774 723.1355336311444 8355 -8775 723.494989616376 8165 -8776 723.4984450570713 7409 -8777 723.5088112801392 6000 -8778 723.5779156386685 8261 -8779 723.5917357184229 7678 -8780 723.6608321582701 7285 -8781 723.7748268626092 7817 -8782 723.7990052493855 6693 -8783 723.923338482743 7776 -8784 723.9509651903227 7580 -8785 724.0787250016396 8335 -8786 724.1167033013394 7088 -8787 724.5032781154271 8356 -8788 724.7965231704688 8022 -8788 724.7965231704688 7104 -8790 724.94482548674 6792 -8791 724.9448254867401 7874 -8792 725 7482 -8793 725.0999931043992 8229 -8794 725.1551558114994 7307 -8795 725.4033360827616 8125 -8796 725.5411773290335 8334 -8797 725.5687424358908 7919 -8798 725.7582242041767 8069 -8799 725.7720027667091 8262 -8800 726.0061983206481 8357 -8801 726.2299911185161 6901 -8802 726.2403183519901 8166 -8803 726.3642337009719 6891 -8804 726.5018926334603 7187 -8805 726.6532873386042 7972 -8806 726.7358529754811 7384 -8807 726.7530529691636 7612 -8808 726.8906382668579 7714 -8809 727.0006877575838 8445 -8810 727.0110040432675 8446 -8811 727.0832139445938 8444 -8812 727.1347880551446 8447 -8813 727.1382261991182 8333 -8814 727.3032379963669 8443 -8815 727.303237996367 7510 -8816 727.3857298572747 8228 -8817 727.3960406821033 8448 -8818 727.4957044546724 7205 -8819 727.6434566461792 8358 -8820 727.6606351864858 8442 -8821 727.7156037903818 7816 -8822 727.7946138849887 8449 -8823 728.0453282591683 8021 -8824 728.055629742673 6990 -8825 728.0968342191853 8263 -8826 728.1243025747733 7679 -8827 728.1552032362331 8441 -8828 728.1792361774675 7777 -8829 728.2375985899108 8124 -8829 728.2375985899108 7002 -8831 728.3302822209165 8450 -8832 728.5396351606412 7408 -8833 728.7557889993053 7581 -8834 728.7866628856486 8440 -8835 728.8689868556627 8332 -8836 728.9204346154661 7875 -8837 729.0027434790627 8451 -8838 729.0301777018562 6397 -8839 729.0438944261176 8070 -8840 729.1124741766528 8167 -8841 729.1261893527072 6298 -8842 729.1536189308807 7286 -8843 729.2084749918914 6496 -8844 729.2256166646918 7918 -8845 729.4141484780782 8359 -8846 729.4964016360876 6199 -8847 729.5546586788408 8439 -8848 729.6608801354229 6595 -8849 729.8013428324177 8227 -8850 729.8116195293138 8452 -8851 730.0171230868492 7089 -8852 730.0719142659852 7483 -8853 730.1403974579135 6100 -8854 730.3458085044372 7973 -8855 730.3868837814655 6694 -8856 730.458759958425 8438 -8856 730.458759958425 7306 -8858 730.513518013185 7103 -8859 730.5511617949834 8264 -8860 730.7325091988176 8331 -8861 730.756457378243 8453 -8862 731.1976476986233 8123 -8863 731.224999572635 7713 -8864 731.3173045949344 8360 -8865 731.3617435988842 7611 -8866 731.3856711749281 6793 -8867 731.4164340510815 8020 -8868 731.4984620626348 8437 -8869 731.7718223599485 7815 -8870 731.8367304255779 8454 -8871 732.0689858203255 7385 -8872 732.1099644179144 8168 -8873 732.1816714450041 7509 -8874 732.2465431806421 7188 -8875 732.3455468561273 8226 -8876 732.4513635730362 8071 -8877 732.5469268244867 7778 -8878 732.6561267061103 6892 -8879 732.673187717416 8436 -8880 732.7277802840562 8330 -8881 732.7653103142915 7680 -8882 733.0006821279227 7917 -8883 733.0109139705902 7876 -8884 733.0518399131129 8455 -8885 733.0552503051869 7204 -8886 733.1336849442944 8265 -8887 733.3518937045162 8361 -8888 733.665455095168 7582 -8889 733.6824926356086 7407 -8890 733.9822886146504 8435 -8891 734.1559779774324 7974 -8892 734.196840091266 6991 -8893 734.2002451647643 7001 -8894 734.2819621916365 8122 -8895 734.4011165568854 8456 -8896 734.7414511241353 7287 -8897 734.8537269416275 8329 -8898 734.9081575271838 8019 -8899 735.0170066059696 8225 -8900 735.2312561364622 8169 -8901 735.2448571734453 7484 -8902 735.4250471666028 8434 -8903 735.516825096476 8362 -8904 735.669762869183 7712 -8905 735.843053918429 8266 -8906 735.8600410404142 7305 -8907 735.8838223524145 8457 -8908 735.9415737679182 7814 -8909 735.9789399160821 8072 -8910 736.0061141050392 7090 -8911 736.0774415779905 7610 -8912 736.1148008293271 6398 -8913 736.1555542139175 6497 -8914 736.3219404581124 7102 -8915 736.3457068524267 6299 -8916 736.4679219083476 6596 -8917 736.8480168935789 6200 -8918 736.8921223625612 7916 -8919 737.0006784257392 8545 -8920 737.0006784257394 8433 -8921 737.0108547368893 8546 -8922 737.0244229331889 7779 -8923 737.0515585764675 6695 -8924 737.0820849810419 8544 -8925 737.1092185015732 8328 -8926 737.1329595127327 8547 -8927 737.163482546443 7508 -8928 737.2143514609573 7877 -8929 737.2991251859722 8543 -8930 737.3906698623193 8548 -8931 737.4889829685593 8121 -8932 737.4991525418859 8458 -8933 737.499152541886 7386 -8934 737.5127117548551 7681 -8935 737.651679317549 8542 -8936 737.7838436832295 8549 -8937 737.8109513960877 8363 -8938 737.8143397901669 8224 -8939 737.905820548937 6794 -8940 738.0819737671419 7189 -8940 738.0819737671419 7975 -8942 738.1395532011545 8541 -8943 738.3122645601928 8550 -8944 738.4747795287257 8170 -8945 738.5187878449674 8018 -8946 738.6778729595195 7583 -8946 738.6778729595195 8267 -8948 738.7083321582342 8432 -8948 738.7083321582342 7203 -8950 738.7624787440142 8540 -8951 738.9248946949887 7406 -8952 738.97564235907 8551 -8953 739.0297693598005 6893 -8954 739.2462377313801 8459 -8955 739.4930696091749 8327 -8956 739.5201146689656 8539 -8957 739.624904934927 8073 -8958 739.7736140198567 8552 -8959 740.2229393905595 7711 -8959 740.2229393905595 7813 -8961 740.2330714038653 8364 -8962 740.412047443854 8538 -8963 740.4221768693857 6992 -8964 740.4221768693859 7288 -8965 740.5167114927251 7485 -8966 740.5470950587815 8431 -8967 740.7057445436751 8553 -8968 740.7361203559606 8223 -8969 740.8171164329291 8120 -8970 740.8981036552868 7915 -8970 740.8981036552868 7609 -8972 741.1241461455699 8460 -8973 741.3568641349455 7304 -8974 741.4377924006841 8537 -8975 741.5288261423152 7878 -8976 741.6097356426762 7780 -8977 741.6367035145981 8268 -8978 741.7715281675348 8554 -8979 741.8389313051722 8171 -8980 742.0040431156693 8326 -8981 742.081531908725 7091 -8982 742.1219576323018 7976 -8983 742.219644040765 7101 -8984 742.246589753028 8017 -8984 742.246589753028 7507 -8986 742.3644657444213 7682 -8987 742.5159930937516 8430 -8988 742.5967950375224 8536 -8989 742.7819330059126 8365 -8990 742.9703897195366 8555 -8991 743.0242257154205 7387 -8992 743.1318860067842 8461 -8993 743.1722545951242 6498 -8994 743.2664394414697 6399 -8995 743.3471598116187 6597 -8996 743.3875167098248 8074 -8997 743.6296121053814 6300 -8998 743.7808817118116 8222 -8999 743.7909652583849 7584 -8999 743.7909652583849 6696 -9001 743.8884324950886 8535 -9002 744.0060483625117 7190 -9003 744.2647378453449 7405 -9003 744.2647378453449 8119 -9005 744.3016861461487 8556 -9006 744.452819190041 7202 -9007 744.5031900536088 6795 -9008 744.6139939592862 8429 -9009 744.6139939592864 7812 -9010 744.6408530291634 8325 -9011 744.7180674590888 8269 -9012 744.8825410761082 7710 -9013 745.0167783345554 7914 -9014 745.268408024921 8462 -9015 745.3120151990038 8534 -9016 745.3220780306995 8172 -9017 745.4562361399895 8366 -9018 745.4830648646554 6894 -9019 745.7647082022587 8557 -9020 745.8216945088149 7608 -9021 745.8853799344777 7486 -9022 745.952411350751 7879 -9023 746.0898069267532 8016 -9024 746.1936745912552 7289 -9025 746.2740783385151 7977 -9026 746.3008776626222 7781 -9027 746.7295360436736 6993 -9028 746.840009640619 8428 -9029 746.86678865779 8533 -9030 746.9471199489292 8221 -9030 746.9471199489292 7303 -9032 747.000669343743 8645 -9033 747.010709427917 8646 -9034 747.0809862391092 8644 -9035 747.1311799142102 8647 -9036 747.2650132315845 8075 -9037 747.2951224248691 8643 -9038 747.3185398476342 7683 -9039 747.3586822938502 8558 -9040 747.3854427268436 8648 -9041 747.4021675109057 8324 -9042 747.4289263869844 7506 -9043 747.5326079844277 8463 -9044 747.642962917461 8642 -9045 747.7733613869914 8649 -9046 747.8301946297703 8118 -9047 747.9204503154062 8270 -9048 748.124321219408 8641 -9049 748.2412712487863 7092 -9050 748.2546358025455 8367 -9051 748.294728031676 8650 -9052 748.5519354059543 8532 -9053 748.6421040791121 7388 -9054 748.738939818145 8640 -9055 748.9225594145231 8173 -9056 748.9492639691957 8651 -9057 749.0026702222095 7585 -9058 749.0827724624295 8559 -9059 749.1128085942731 7811 -9060 749.1928990587137 8427 -9061 749.2462879454259 7913 -9062 749.4864908722506 8639 -9063 749.6465833978035 7709 -9064 749.699939975988 7404 -9065 749.7366204207983 8652 -9066 749.9233294144142 8464 -9067 750.0166664814856 7191 -9068 750.0466652149051 8015 -9069 750.2332970483249 8220 -9070 750.2566227631717 6499 -9071 750.2866119024116 7201 -9072 750.2866119024117 8323 -9073 750.29660801579 6598 -9074 750.3665770808292 8638 -9074 750.3665770808292 8531 -9076 750.483177692878 6400 -9077 750.4831776928781 7880 -9078 750.5364747965284 7978 -9079 750.603090854281 6697 -9080 750.656379444017 8653 -9081 750.8461893091021 7607 -9082 750.9360824997025 8560 -9083 751.095866051731 7782 -9084 751.1757450823342 8368 -9085 751.1757450823343 6796 -9086 751.2423044530972 8271 -9087 751.2556156196106 8076 -9088 751.3487871820917 7487 -9089 751.3787327307048 8637 -9090 751.511809621113 8117 -9091 751.6714707902648 8426 -9092 751.7080550320052 8654 -9093 752.0139626363331 6895 -9094 752.0538544545861 7290 -9095 752.3097766213065 8530 -9096 752.372912856384 7684 -9097 752.4393663279454 8465 -9098 752.5224249150322 8636 -9099 752.6287265312161 7302 -9100 752.6386915379783 8174 -9101 752.7084428914027 7505 -9102 752.8910943821821 8655 -9103 752.9176581804945 8561 -9104 753.1168568024488 6994 -9105 753.2927717693831 8322 -9106 753.5847663003811 7912 -9107 753.6378440603949 8219 -9108 753.7174536920318 7810 -9109 753.7970549159766 8635 -9110 754.1153757880819 8014 -9111 754.204879326566 8656 -9112 754.2181382067128 8369 -9113 754.2744858471616 8425 -9114 754.3109438421267 7586 -9115 754.3507141906873 7389 -9116 754.3805405761735 8529 -9117 754.4832668787294 7093 -9118 754.5130880243232 7708 -9119 754.6820522577704 8272 -9120 754.9072790747218 7979 -9121 755.0264896015238 8562 -9122 755.0794660166571 8466 -9123 755.1191958889668 7881 -9124 755.2019597432201 8634 -9125 755.2284422610154 7403 -9126 755.3078842432402 8116 -9127 755.3575312393463 8077 -9128 755.6487279152926 8657 -9129 755.9695761073986 7606 -9130 755.9927248327194 7783 -9131 756.111764225369 7192 -9132 756.4191959489129 8321 -9133 756.4687700097078 8175 -9134 756.5778215094598 8528 -9135 756.7364138192373 8633 -9136 756.9048817387823 7488 -9137 757.0006605016933 8745 -9138 757.0006605016935 8424 -9139 757.0105679579382 8746 -9140 757.079916521367 8744 -9141 757.1294473206018 8747 -9142 757.1591642448765 8218 -9143 757.2218961440564 8658 -9144 757.2615136133619 8563 -9145 757.2912253552129 8743 -9146 757.3143336818603 6599 -9147 757.3803535872844 8748 -9148 757.3803535872845 8370 -9149 757.4067599381457 6500 -9150 757.485973467496 6698 -9151 757.5255771259476 7685 -9152 757.6344765122559 8742 -9153 757.7631556099834 8749 -9154 757.8423318870489 8467 -9155 757.9214998929639 6797 -9156 758.0006596303198 7291 -9157 758.0303424006192 7911 -9158 758.0831089003368 7504 -9159 758.1094907729357 8741 -9160 758.2380892569299 8273 -9161 758.2776536335488 8750 -9162 758.2941381812204 8013 -9163 758.3996308015979 8632 -9163 758.3996308015979 7301 -9165 758.4260016639724 7809 -9166 758.6204584639146 6896 -9167 758.71602065595 8740 -9168 758.9005204900045 8527 -9169 758.9235798155173 8751 -9169 758.9235798155173 8659 -9171 759.2167016076504 8115 -9172 759.3846192806383 7980 -9173 759.4537510605896 8739 -9174 759.480085321531 7707 -9175 759.568956711634 8078 -9176 759.582121959173 6995 -9177 759.6216163327634 8564 -9178 759.6643995870809 8320 -9179 759.7005989203905 8752 -9180 759.7137618866727 7587 -9181 759.8486691440604 8423 -9182 759.8585394663929 7882 -9183 760.1480119029452 7390 -9184 760.1907655319156 8631 -9185 760.3223000806961 8738 -9186 760.4110730387874 8176 -9187 760.6083091841688 8753 -9188 760.6608968522045 8371 -9189 760.7266263251208 8468 -9190 760.7529165241498 8660 -9191 760.7956361599348 8217 -9192 760.8054941967757 7094 -9193 760.8482108804619 7402 -9194 760.9894874438148 7784 -9195 761.1898580511961 7605 -9196 761.3212199853621 8737 -9197 761.3474896523925 8526 -9198 761.6462433439818 8754 -9199 761.9087871917477 8274 -9200 762.1056357225027 8565 -9201 762.1089161005794 8630 -9202 762.2893151553418 7193 -9203 762.4499983605482 8736 -9204 762.5516375957762 7489 -9205 762.5811432234603 7910 -9206 762.5811432234606 8012 -9207 762.7089877535205 8661 -9208 762.7745407392672 7686 -9209 762.8138698267095 8755 -9210 762.8171471591342 8422 -9211 763.0268671547549 8319 -9212 763.236529524105 8114 -9212 763.236529524105 7808 -9214 763.5509151327107 7503 -9215 763.7080594049012 8735 -9216 763.7309735764289 8469 -9217 763.8880808076534 8079 -9218 763.9175348164224 8525 -9219 763.9666223075455 7981 -9220 764.0320673898445 7292 -9221 764.0582438531764 8372 -9222 764.1105940896252 8756 -9223 764.1531260159837 8629 -9224 764.3984563040405 6600 -9225 764.4377018436492 6699 -9226 764.4638644174099 8177 -9227 764.5456166900702 8216 -9228 764.5456166900705 7706 -9229 764.6992873018778 7883 -9230 764.7123642259224 8566 -9231 764.7385174031709 6798 -9232 764.7908210746256 8662 -9233 765.094765372238 8734 -9234 765.2091217438538 7588 -9235 765.3005945378587 6897 -9236 765.5357601053004 8757 -9237 765.6924970247521 8275 -9238 765.9046938098761 8421 -9239 766.0319836664785 7391 -9240 766.084199027757 7785 -9241 766.1233582132841 6996 -9242 766.322386466688 8628 -9243 766.5050554301647 8318 -9244 766.5050554301648 7604 -9245 766.5572385673493 7401 -9246 766.6094181524253 8733 -9246 766.6094181524253 8524 -9248 766.8539626291305 8470 -9249 766.9745758498126 8011 -9250 766.9973924336379 8663 -9251 767.0006518902054 8845 -9252 767.0104301768001 8846 -9253 767.0788746928181 8844 -9254 767.0886519822857 8758 -9255 767.1277598940088 8847 -9256 767.205969736941 7095 -9257 767.2352963726316 7909 -9258 767.2874298462083 8843 -9259 767.3656234155918 8113 -9260 767.3753970515344 8848 -9261 767.4405514435629 8567 -9262 767.5708436359474 8373 -9263 767.6262111210117 8842 -9264 767.7532155582287 8849 -9265 768.0950462019658 8841 -9266 768.1178295027398 7687 -9267 768.1471213250753 7807 -9268 768.2512609817181 8732 -9269 768.261023350788 8850 -9270 768.2870557285213 7490 -9271 768.3130872242123 8080 -9272 768.4074440035052 8215 -9273 768.5473310083121 7194 -9274 768.615638664736 8627 -9275 768.6253964058175 8178 -9276 768.6514164431104 7982 -9277 768.6936971251944 8840 -9278 768.7684957124608 8759 -9279 768.8985628806962 8851 -9280 769.1098751153829 7502 -9280 769.1098751153829 8420 -9282 769.3276285172657 8664 -9283 769.4218608799725 8523 -9284 769.4218608799727 8839 -9285 769.5875518743791 8276 -9286 769.6395260120156 7884 -9287 769.6655117646886 8852 -9288 769.7077367416805 7705 -9289 770.0194802730642 8731 -9290 770.0941500881564 8471 -9291 770.0973964376194 8317 -9292 770.1460900374682 7293 -9293 770.2791701714385 8838 -9294 770.2889068395052 8568 -9295 770.5614835949171 8853 -9296 770.5744610354019 8760 -9297 770.7950440940834 7589 -9298 771.0317762582811 8626 -9299 771.1971213639221 8374 -9300 771.2651943397939 8837 -9301 771.2749185601721 7786 -9302 771.4564148414348 6700 -9303 771.4726177901584 8010 -9304 771.5860289041009 8854 -9305 771.6022291310466 8112 -9306 771.6249088773639 6799 -9307 771.7804091838559 8665 -9308 771.9132075563937 8730 -9308 771.9132075563937 7603 -9310 771.9909325892372 7908 -9311 772.0006476681222 7392 -9312 772.0524593575232 6898 -9313 772.3535459878462 8522 -9314 772.3794404306733 8836 -9314 772.3794404306733 8214 -9316 772.4312267121261 8419 -9317 772.5056634096608 8761 -9318 772.7386362800814 8855 -9318 772.7386362800814 6997 -9320 772.8421572352274 8081 -9321 772.8939125132247 8179 -9322 773.1558704426941 7806 -9323 773.2561024654123 8569 -9324 773.4371338382972 7983 -9325 773.4500630292818 8472 -9326 773.5534887776022 7688 -9327 773.5696478016702 8625 -9328 773.5922698683073 8277 -9329 773.621354410541 8835 -9330 773.6827515202856 7096 -9331 773.802300332585 8316 -9332 773.9315215185385 8729 -9333 774.0187336234181 8856 -9334 774.109165428236 7491 -9335 774.3545699484184 8666 -9336 774.5611660805102 8762 -9337 774.6773521925112 7885 -9338 774.7580267412529 7501 -9339 774.8838622658237 7195 -9340 774.9354811853693 8375 -9341 774.9645153166692 7704 -9342 774.9903225202235 8834 -9343 775.4031209635413 8521 -9344 775.4256895409128 8857 -9345 775.8672566876372 8418 -9346 775.9445856502899 8111 -9347 776.0734501321379 8728 -9348 776.073450132138 8009 -9349 776.2280592712427 8624 -9350 776.3407756906756 8570 -9350 776.3407756906756 7294 -9352 776.4599152564156 8213 -9353 776.4695744200155 7590 -9354 776.485672759002 8833 -9355 776.5597208199765 7787 -9356 776.7399822334369 8763 -9357 776.8461881222048 7907 -9358 776.9202018225552 8473 -9359 776.9588148673004 8858 -9360 777.0006435003771 8945 -9361 777.0102959420808 8946 -9362 777.0489045098769 8667 -9363 777.0778596768794 8944 -9364 777.126115891108 8947 -9365 777.2676501694896 8180 -9366 777.2837319795135 8943 -9367 777.3705680047323 8948 -9368 777.4123744834527 7602 -9369 777.4734722162551 8082 -9370 777.6181582242019 8315 -9370 777.6181582242019 8942 -9372 777.7049569084668 8278 -9373 777.7435309920617 8949 -9374 778.0520548138152 7393 -9375 778.0809726500192 8941 -9376 778.1066764910837 8832 -9377 778.2448200919812 8950 -9378 778.2608817099829 7805 -9379 778.3219128355568 7984 -9380 778.337972862689 8727 -9381 778.5692005210584 8520 -9382 778.5788335165554 6800 -9383 778.6173643067563 8859 -9384 778.6719463291328 8940 -9385 778.7843090355635 8376 -9386 778.8741875296677 6899 -9387 778.8741875296678 8951 -9388 779.0057766152958 8623 -9389 779.0410772225044 8764 -9390 779.0795851516069 7689 -9391 779.3907877310329 8939 -9392 779.4164483766043 8417 -9393 779.4260709008904 6998 -9394 779.5415319275811 8571 -9395 779.6313231265146 8952 -9396 779.8108745074026 7886 -9397 779.8525501657349 8831 -9398 779.8621673090702 8668 -9399 780.0160254764002 7492 -9400 780.2339392771888 7097 -9401 780.2371434378141 8938 -9402 780.3140393456982 7703 -9403 780.3909276766357 8110 -9404 780.4005381853602 8860 -9405 780.5030429152727 8474 -9406 780.5158550599724 8953 -9407 780.647167419443 8212 -9408 780.7240229428066 8726 -9409 780.7752557554575 8008 -9410 781.2105990064395 8937 -9411 781.296998586325 7196 -9412 781.4633708626401 8765 -9413 781.5273507689926 8954 -9414 781.5433449272023 8314 -9415 781.7224571419193 8830 -9416 781.74484328328 8181 -9417 781.7992069578991 7906 -9418 781.8503693162778 8519 -9419 781.9015283269371 8622 -9420 781.9239093415677 8279 -9421 781.936698205168 7788 -9422 782.205216039883 8083 -9423 782.2307843597054 7591 -9424 782.3074843052442 8861 -9425 782.3106799731166 8936 -9426 782.6142089177782 7295 -9427 782.6653179999737 8955 -9428 782.7419753660845 8377 -9429 782.7930761063233 8669 -9430 782.8569473409557 8572 -9431 783.0006385693437 7601 -9432 783.077263110097 8416 -9433 783.230489702744 8725 -9434 783.3039001562548 7985 -9435 783.4602734025509 7804 -9436 783.5368529941652 8935 -9437 783.7155096079189 8829 -9438 783.9292059873775 8956 -9439 784.0057397749075 8766 -9440 784.1842895646405 7394 -9441 784.1970415654473 8475 -9442 784.337299890806 8862 -9443 784.6942079561949 7690 -9444 784.8885271170678 8934 -9445 784.914008028905 8621 -9446 784.9394881135743 8109 -9447 784.9394881135744 8211 -9448 785.0382156302966 7887 -9449 785.245184639804 8518 -9450 785.3184067625054 8957 -9451 785.5762216360675 8313 -9451 785.5762216360675 8007 -9453 785.7544145596638 7702 -9454 785.7639594687453 6900 -9455 785.8307705861357 8828 -9456 785.840314567788 8670 -9457 785.8562209463 8724 -9458 786.0057251699888 7493 -9459 786.1838207442328 6999 -9460 786.2474165299369 8280 -9461 786.285571532379 8573 -9462 786.3237246834157 8182 -9463 786.3650551747578 8933 -9464 786.4890336171255 8863 -9465 786.667019773932 8767 -9466 786.8068377943853 8378 -9467 786.8322565833203 8958 -9468 786.848142909418 8415 -9469 786.8481429094181 7905 -9470 786.8576745511224 7098 -9471 787.000635323759 9045 -9472 787.0101651185963 9046 -9473 787.0355773406943 8084 -9474 787.0768704516732 9044 -9475 787.1245136571468 9047 -9476 787.2801280357584 9043 -9477 787.3658615916745 9048 -9478 787.403962397955 7789 -9479 787.6103097344524 9042 -9480 787.7340921910135 9049 -9481 787.7848691108507 7197 -9482 787.9657352956408 8932 -9483 788.000634517511 8476 -9484 788.0418770598426 8620 -9485 788.0672560130893 8827 -9486 788.0672560130894 9041 -9487 788.0767729098479 7592 -9488 788.2290276309291 9050 -9489 788.3812529480899 7986 -9490 788.4700374776457 8959 -9491 788.6000253613996 8723 -9492 788.650746528525 9040 -9493 788.7521790778139 8517 -9494 788.7521790778142 7803 -9495 788.761687710553 8864 -9496 788.8504294224603 9051 -9497 788.9645112424259 7296 -9498 789.002534850174 8671 -9499 789.335163286167 8210 -9500 789.3605006586027 9039 -9501 789.4460082868238 8768 -9502 789.5885004228468 8108 -9503 789.5979989842932 9052 -9504 789.6898125213469 8931 -9505 789.7151385151485 8312 -9506 789.8259301896842 8574 -9507 790.1961781734964 9038 -9508 790.2309788916149 8960 -9509 790.3575140403234 7888 -9510 790.3954706347955 7691 -9511 790.3954706347956 7395 -9512 790.4239368845051 8826 -9513 790.4713783559781 9053 -9514 790.4745410195068 8006 -9515 790.6737633183487 8281 -9516 790.7275131168764 8414 -9517 790.977243667604 8379 -9518 791.0025284409653 8183 -9519 791.154220111351 8865 -9520 791.1573800452094 9037 -9521 791.2837670519975 7701 -9521 791.2837670519975 8619 -9523 791.4606749548584 8722 -9524 791.4701510480355 9054 -9525 791.5364805237974 8930 -9526 791.9122426127784 8477 -9527 791.9627516493437 8085 -9528 791.9911615668449 7904 -9529 792.0763852053665 7494 -9530 792.1142594348369 8961 -9531 792.2436493907666 9036 -9532 792.2783601739984 8672 -9533 792.3414667932002 8769 -9534 792.3698631321109 8516 -9535 792.5938430242819 9055 -9536 792.8997414553746 8825 -9537 792.9596458836982 7790 -9538 793.0100882082145 7000 -9539 793.4544725439513 9035 -9540 793.4765276931637 8575 -9541 793.5048834128244 8929 -9542 793.5521406939811 7099 -9542 793.5521406939811 7987 -9544 793.665546688276 8866 -9545 793.83247603005 8209 -9546 793.8419238110317 9056 -9547 793.9584371993285 8311 -9548 794.0056674860703 7593 -9549 794.1190087134296 8962 -9550 794.13474927118 7802 -9551 794.3362008620783 8107 -9552 794.3456426518622 7198 -9553 794.4369075011558 8721 -9554 794.638282490845 8618 -9555 794.7137849565717 8413 -9556 794.789280249803 9034 -9557 795.2012323934113 8282 -9558 795.2138077272049 9057 -9559 795.2515325354614 8380 -9560 795.3521232762254 8770 -9561 795.3898415242679 7297 -9562 795.4684154634929 8005 -9563 795.4935574849113 8824 -9564 795.5941176253127 8928 -9565 795.6663873760159 8673 -9566 795.7669256761052 7889 -9567 795.7794920705106 8184 -9568 795.9302733280095 8478 -9569 796.0967277912905 8515 -9570 796.1815119682194 7692 -9571 796.2443092418307 8963 -9572 796.2474489755053 9033 -9573 796.2945434950562 8867 -9574 796.6837515601784 7396 -9575 796.7088552288095 9058 -9576 796.9849433960469 8086 -9577 797.0006273523252 9145 -9578 797.0100375779466 9146 -9579 797.0759060465949 9144 -9580 797.1229516203883 9147 -9581 797.2264421103956 7903 -9582 797.2358496705978 8576 -9583 797.2766144820755 9143 -9584 797.3612732005487 9148 -9585 797.5274289953919 8720 -9586 797.6026579694931 9142 -9587 797.7248899213313 9149 -9588 797.8032338866519 8927 -9589 797.828302330771 9032 -9590 798.0538828926277 9141 -9591 798.104003247697 8617 -9592 798.204234516455 8823 -9593 798.2136305526234 9150 -9594 798.2261584288002 7495 -9595 798.304453200657 8310 -9596 798.3263743607622 9059 -9597 798.4297088660968 8208 -9598 798.4766746749714 8771 -9599 798.489198424124 8964 -9600 798.6019033285609 7791 -9601 798.6300770694777 9140 -9602 798.8053580190859 8412 -9603 798.8147469845558 7988 -9604 798.8272654335228 9151 -9605 799.0400490588692 8868 -9606 799.1651894320723 8674 -9607 799.1808306009347 8106 -9608 799.3309702494956 9139 -9609 799.5311125903731 9031 -9610 799.565507009901 9152 -9611 799.6061530528639 7801 -9612 799.6280385279146 8381 -9613 799.8281065328976 8283 -9614 799.9312470456446 8514 -9615 800.015624847415 7594 -9616 800.0531232362011 8479 -9617 800.0656223085705 9060 -9618 800.1312392351645 8926 -9619 800.1562347441904 9138 -9620 800.3155627625893 7100 -9621 800.4280105043802 9153 -9622 800.5560567505563 8004 -9623 800.6528586097722 8185 -9624 800.7309161010332 8719 -9625 800.8526705955348 8965 -9626 800.9775277746561 7199 -9627 801.0305861825751 8822 -9628 801.1023654939486 8577 -9629 801.1054861876805 9137 -9630 801.2646254515421 7890 -9631 801.3551023110791 9030 -9632 801.4143747151032 9154 -9633 801.6794870769739 8616 -9634 801.7137893288351 8772 -9635 801.8883962248113 7298 -9636 801.9008666911392 8869 -9637 801.925807042023 9061 -9638 802.0504971633644 7693 -9639 802.1003677844813 8087 -9640 802.1782844231076 9136 -9641 802.5241429390146 9155 -9642 802.552178989005 7902 -9643 802.5770991001425 8925 -9644 802.7515182171877 8309 -9645 802.7733179422446 8675 -9646 803.0006226647649 8411 -9647 803.0473211461451 7397 -9648 803.1251459143836 8207 -9649 803.2994460349142 9029 -9650 803.3336791147251 8966 -9651 803.374134510192 9135 -9652 803.7568040147468 9156 -9653 803.8718803391497 8513 -9654 803.9060890427438 9062 -9655 803.9713925258784 8821 -9656 804.0460185835137 8718 -9657 804.1050926340413 8382 -9658 804.120637715511 8105 -9659 804.1672711569404 7989 -9660 804.279180384523 8480 -9661 804.328912821117 7792 -9662 804.4532304615353 7496 -9663 804.5526707431901 8284 -9664 804.6924878486192 9134 -9665 804.8757668112513 8870 -9666 805.0621094052309 8773 -9667 805.0745307112876 8578 -9668 805.1117934796383 9157 -9669 805.1397394241573 8924 -9670 805.3632720704364 9028 -9670 805.3632720704364 8615 -9672 805.6208785775104 8186 -9673 805.73568867216 8003 -9674 805.9311384975765 8967 -9675 806.005583107214 9063 -9676 806.1048318922296 7595 -9677 806.1327434114063 9133 -9678 806.4893055707558 8676 -9679 806.5884948348818 9158 -9680 806.848808637653 7891 -9681 807.0006195784487 9245 -9682 807.0099131980969 9246 -9683 807.0254023263457 8820 -9684 807.0749655391376 9244 -9685 807.121428286971 9247 -9686 807.2731879605566 9243 -9687 807.297962341043 8410 -9687 807.297962341043 8308 -9689 807.3072525377188 8088 -9690 807.3567984478734 9248 -9691 807.4713617212687 8717 -9692 807.5456643435095 9027 -9693 807.5951956271163 9242 -9694 807.6787727803672 7200 -9695 807.6942490819159 9132 -9696 807.7159154059054 9249 -9697 807.8180488204013 8923 -9698 807.9170749526215 8512 -9699 807.9170749526216 8206 -9700 807.9634892741132 8871 -9701 807.9665834674105 7901 -9702 808.0006188116442 7694 -9703 808.0408405520108 9241 -9704 808.1862409123283 9159 -9705 808.1986142032167 9250 -9706 808.2233602167163 9064 -9707 808.4584095672454 7299 -9708 808.5202533022906 8774 -9709 808.6068265850838 8481 -9710 808.6099183166133 9240 -9711 808.6439265832644 8968 -9712 808.6810248794021 8383 -9713 808.8046735770016 9251 -9714 809.1507894082537 8579 -9715 809.1538790613316 8104 -9715 809.1538790613316 8614 -9717 809.3021685378088 9239 -9718 809.3732142837443 8285 -9719 809.3763030877541 9131 -9720 809.4844038028157 7398 -9721 809.5338164647602 9252 -9722 809.6079298030621 7990 -9723 809.8456643089472 9026 -9724 809.9043153360772 9160 -9725 810.1172754607817 9238 -9726 810.1388769834466 7793 -9727 810.1913354263918 8819 -9728 810.3116684338192 8677 -9729 810.38571063414 9253 -9730 810.5584494655523 9065 -9731 810.6108807559888 8922 -9732 810.681811810281 8187 -9733 810.7558202072928 7497 -9734 811.0055486863206 8002 -9734 811.0055486863206 8716 -9736 811.0548686741237 9237 -9737 811.1627456928727 8872 -9738 811.1781555244199 9130 -9739 811.3599694340361 9254 -9740 811.4708867236089 8969 -9741 811.6957558100202 8409 -9742 811.7419540716127 9161 -9743 811.9421161634615 8307 -9744 812.065268312837 8511 -9745 812.0868180188618 8775 -9746 812.1145239435137 9236 -9747 812.2622729143585 9025 -9748 812.271506332704 7596 -9749 812.4561526630222 9255 -9750 812.5176921150702 7892 -9751 812.6038395183721 8089 -9752 812.8037893612457 8205 -9753 813.0098400388522 9066 -9754 813.0344396149526 8482 -9755 813.049813972059 8613 -9756 813.0990099612716 9129 -9757 813.2957641596321 9235 -9758 813.3295764940557 8580 -9759 813.354166399853 8384 -9760 813.4678850452548 8818 -9761 813.517055752367 8921 -9762 813.6737675506075 9256 -9763 813.6983470549759 9162 -9764 814.0300977236653 7695 -9765 814.2389084292153 8678 -9766 814.2788220259691 8103 -9767 814.2880325781534 8286 -9768 814.4108299869299 8970 -9769 814.4722217485382 8873 -9770 814.5980603954322 9234 -9771 814.6471628870992 8715 -9772 814.7944526075273 9024 -9773 815.0122698462889 9257 -9774 815.0981535986939 7300 -9775 815.1349581511028 7991 -9776 815.1380251221261 9128 -9777 815.5764832313398 9067 -9778 815.7603814846613 8776 -9779 815.7726398942294 9163 -9780 815.8339291792172 8188 -9781 815.9932597760842 7399 -9782 816.0208330673917 9233 -9783 816.0300239574522 7794 -9784 816.1923792832177 8408 -9785 816.3148902231295 8510 -9786 816.3638894512667 8001 -9787 816.4710650108797 9258 -9788 816.5353635942536 8920 -9789 816.6823127752921 8306 -9790 816.8537200747757 8817 -9791 817.0006119948748 9345 -9792 817.0097918629863 9346 -9793 817.049570099636 8612 -9794 817.0740480519497 9344 -9795 817.1199422361443 9347 -9796 817.1321802499275 7498 -9797 817.2698452775559 9343 -9798 817.2943166326314 9127 -9799 817.3524331645438 9348 -9800 817.4411293787462 9023 -9801 817.4625373679212 8971 -9802 817.5603953225718 8483 -9803 817.5634531949186 9232 -9804 817.5879157619686 9342 -9805 817.6093199077417 8581 -9806 817.7071602963986 9349 -9807 817.783589955191 8204 -9808 817.8905794786978 8874 -9809 817.9639356353066 9164 -9810 817.9883862256236 8090 -9811 818.0281168761865 9341 -9812 818.049509504162 9259 -9813 818.1228514104712 8385 -9814 818.183964643649 9350 -9815 818.257294498497 9068 -9816 818.2695155020747 7893 -9816 818.2695155020747 8679 -9818 818.3947702667704 8714 -9819 818.5138972552634 7597 -9820 818.590251591112 9340 -9821 818.7826329374604 9351 -9822 819.2252437516802 9231 -9823 819.2740689171114 9339 -9824 819.2954290120261 8287 -9825 819.4937461628368 8102 -9826 819.5028981034784 9352 -9827 819.5395048440313 8777 -9828 819.566958826428 9126 -9829 819.6645655388551 8919 -9830 819.7469121625284 9260 -9831 820.0792644616738 9338 -9832 820.137183646736 7696 -9833 820.2011948296588 9022 -9834 820.2712965842459 9165 -9835 820.3444398543821 9353 -9836 820.347487349111 8816 -9837 820.6247619953958 8972 -9838 820.6643650116654 8509 -9839 820.7466113241042 7992 -9840 820.7862084611314 8407 -9841 821.0054811022884 9230 -9841 821.0054811022884 9337 -9843 821.0511555317366 9069 -9844 821.075514188555 8189 -9845 821.1516303338866 8611 -9846 821.306885396683 9354 -9847 821.4164595380348 8875 -9848 821.5168896620446 8305 -9849 821.562535659946 9261 -9850 821.9549866020645 9125 -9851 821.9884427411373 8582 -9852 822.000608272281 7795 -9853 822.0523097710995 9336 -9854 822.1830696383865 8484 -9855 822.2469215509414 8713 -9856 822.3898102481572 9355 -9857 822.4019698419988 8680 -9858 822.5721852822402 7400 -9859 822.693746177762 9166 -9860 822.8547867029758 8203 -9861 822.903396517477 8918 -9861 822.903396517477 9229 -9863 822.9854190688922 8386 -9864 823.0735082603497 9021 -9865 823.2192903473533 9335 -9866 823.4227346873537 8778 -9867 823.4591671722407 8091 -9868 823.4955980453083 9262 -9869 823.5805971488159 7499 -9870 823.5927391617777 9356 -9871 823.8962313301354 8973 -9872 823.9478138814376 8815 -9873 823.9569163493926 9070 -9874 824.1025421632917 7894 -9875 824.3937166184613 8288 -9876 824.457397322627 9124 -9877 824.5059126531476 9334 -9878 824.7969447082113 8101 -9879 824.8302855739477 7598 -9880 824.9151471515115 9357 -9881 824.9181777606796 9228 -9882 825.0484834238531 8876 -9883 825.1121135942678 8508 -9884 825.2302708941305 9167 -9885 825.3544693039471 8610 -9886 825.4756204758563 8406 -9887 825.5452743490207 9263 -9888 825.9116175475436 9333 -9889 826.0568987666649 9020 -9890 826.2021544392147 8712 -9891 826.2505673220443 8917 -9892 826.3201558718025 7697 -9893 826.3564606149092 9358 -9894 826.4048644580936 8190 -9895 826.4411654800359 7993 -9896 826.4441904932238 8304 -9897 826.4653652755209 8583 -9898 826.6347440072914 8681 -9899 826.9008404881447 8485 -9900 826.9733973955874 9071 -9901 827.0006045947003 9445 -9902 827.0096734621669 9446 -9903 827.0489707387344 9227 -9904 827.0731527501058 9444 -9905 827.0731527501059 9123 -9906 827.1184921158515 9447 -9907 827.2665833937691 9443 -9908 827.2756493454887 8974 -9909 827.3481733828872 9448 -9910 827.4086052247704 8779 -9911 827.4357981136665 9332 -9912 827.5808117640235 9442 -9913 827.6533090612276 8814 -9914 827.6986166473881 9449 -9915 827.7106982515086 9264 -9916 827.8798221964346 9168 -9917 827.9160585470003 9359 -9918 827.9402152329599 8387 -9919 828.0157003342388 8202 -9920 828.0157003342389 9441 -9921 828.0489115988257 7796 -9922 828.1696686066207 9450 -9923 828.5710591132182 9440 -9924 828.7611236055899 9451 -9925 828.785255660355 8877 -9926 829.0144751450363 8092 -9927 829.0778009330608 9331 -9928 829.1501673400302 9019 -9929 829.2466460589395 9439 -9930 829.294881209332 9226 -9931 829.472724084403 9452 -9932 829.5812196524221 8289 -9933 829.593273839657 9360 -9934 829.6565554493015 8507 -9934 829.6565554493015 8609 -9936 829.7047667694816 8916 -9937 829.8011810066313 9122 -9938 829.9909638062333 9265 -9939 830.0150601043333 7895 -9940 830.0421676035502 9438 -9941 830.0993916393385 7500 -9942 830.0993916393386 9072 -9943 830.258995735668 8405 -9944 830.2589957356681 8711 -9945 830.3041611361465 9453 -9946 830.64131850035 9169 -9947 830.7616986838042 8975 -9948 830.8369274412398 9330 -9949 830.957279286968 9437 -9950 830.9663049727106 8682 -9951 831.0385069297331 8584 -9952 831.2189843837783 7599 -9953 831.2550751724767 9454 -9954 831.387394660275 9361 -9955 831.4625668062273 8303 -9955 831.4625668062273 8813 -9957 831.4956403974708 8780 -9958 831.6549765377466 9225 -9959 831.7120896079364 8486 -9960 831.8202930922039 8191 -9961 831.9915864959213 9436 -9962 832.2169188378713 7994 -9963 832.3250566935973 9455 -9964 832.3520889623574 9018 -9965 832.3851272097551 9266 -9966 832.5773237363602 7698 -9967 832.6253659359652 8878 -9968 832.6403785548716 9121 -9969 832.7124353580892 9329 -9970 832.9855941131275 8388 -9971 833.1446453047633 9435 -9972 833.2646638373668 8915 -9972 833.2646638373668 8201 -9974 833.2976659033673 9362 -9975 833.3336666666 9073 -9976 833.5136471588213 9170 -9976 833.5136471588213 9456 -9978 834.0563530121931 8608 -9979 834.1282874953947 9224 -9980 834.1732433973174 7797 -9981 834.29611050274 8506 -9982 834.3530427822506 8976 -9983 834.4159634139319 9434 -9983 834.4159634139319 8710 -9985 834.6526223525569 8093 -9986 834.7035401865742 9328 -9987 834.8203399534538 9457 -9988 834.8562750557728 8290 -9989 834.892208611387 9267 -9990 835.1347196710241 8404 -9991 835.3232907084538 9363 -9992 835.3741676638081 8812 -9993 835.395116097766 8683 -9994 835.5896121900989 9120 -9995 835.6614146889875 9017 -9996 835.6823559223923 8781 -9997 835.7062881180207 8585 -9998 835.8050011814956 9433 -9999 836.0053827577906 7896 -10000 836.244581447318 9458 -10001 836.4956664561986 9171 -10002 836.5673911885401 8879 -10003 836.5703795856031 8302 -10004 836.6152042605967 8487 -10005 836.6749667582985 9074 -10006 836.7138100927938 9223 -10007 836.8094167730189 9327 -10008 836.9289097647421 8914 -10009 837.0005973713519 9545 -10010 837.00955789047 9546 -10011 837.0722788385721 9544 -10012 837.1170766386264 9547 -10013 837.2633994150228 9543 -10014 837.3111727428459 9432 -10015 837.3201299383647 8192 -10016 837.3440153246453 9548 -10017 837.4634320374831 9364 -10018 837.5111939550419 9268 -10019 837.5738773385904 9542 -10020 837.6783392209686 7600 -10021 837.6902768923609 9549 -10022 837.785772139871 9459 -10023 838.0035799446205 9541 -10024 838.0483279620574 8977 -10025 838.0721925944089 7995 -10026 838.1199198205469 8389 -10027 838.1557134566345 9550 -10028 838.5523239488398 8607 -10029 838.5523239488399 9540 -10030 838.64772103667 9119 -10031 838.6715686131253 8709 -10032 838.7401266184895 9551 -10033 838.9070270298134 7699 -10034 838.9338472132354 9431 -10035 839.0292009221132 8505 -10036 839.0292009221134 9326 -10037 839.076873713011 9016 -10038 839.2198758370777 9539 -10039 839.3866808569219 8811 -10040 839.4105074395959 9222 -10041 839.4432678865201 9552 -10042 839.4432678865202 9460 -10043 839.5862076046748 9172 -10044 839.7172143049111 9365 -10045 839.9196390131618 8684 -10046 839.967261266771 8782 -10047 840.0059523598627 9538 -10048 840.1011843819767 8403 -10049 840.122014947829 9075 -10050 840.2172338151605 8291 -10051 840.2410368459755 9269 -10052 840.264839202498 9553 -10053 840.3719414640162 7798 -10053 840.3719414640162 8094 -10055 840.4671320164757 8586 -10056 840.609897633855 8880 -10057 840.6723499675722 9430 -10058 840.6961401124667 8913 -10059 840.9102211294617 9537 -10060 841.2044935685973 9554 -10061 841.2163812004613 9461 -10062 841.361991059734 9325 -10063 841.6085788536142 8488 -10064 841.7660007389227 8301 -10065 841.8135185419632 9118 -10066 841.8461854757079 8978 -10067 841.932301316442 9536 -10068 842.0718496660484 7897 -10069 842.0837250535127 9366 -10070 842.2173116244999 9221 -10071 842.2618357731757 9555 -10072 842.525963991615 9429 -10073 842.5971754047126 9015 -10074 842.7840767361471 9173 -10075 842.9027227385138 8193 -10076 843.0243175614805 8708 -10077 843.0717644423872 9535 -10078 843.0806604352872 9270 -10079 843.1043826241208 9462 -10080 843.142929757464 8606 -10081 843.3415678122359 8390 -10082 843.4364232116136 9556 -10083 843.4986662704334 8810 -10084 843.673515051883 9076 -10085 843.8068499366428 9324 -10086 843.8542528185776 8504 -10087 844.0053317367137 7996 -10088 844.3281352649573 9534 -10089 844.3488615495376 8783 -10090 844.4939312985026 9428 -10091 844.5383354235615 8685 -10092 844.562016668995 9367 -10093 844.564976777986 8912 -10094 844.7277667982744 9557 -10095 844.7514427333048 8881 -10096 845.0857944611305 9117 -10097 845.1065021640763 9463 -10098 845.1331256080312 9220 -10099 845.1567901874777 8402 -10100 845.3076363076345 7700 -10101 845.3194662374692 8587 -10102 845.6624622152742 8292 -10103 845.7008927510956 9533 -10104 845.7452335071124 8979 -10105 846.0289593152235 9271 -10106 846.08805688297 9174 -10107 846.1353319652833 9558 -10108 846.1707865437094 8095 -10109 846.2210113203289 9014 -10110 846.3628063661587 9323 -10111 846.5754544043904 9427 -10112 846.643372382965 7799 -10113 846.6906164591644 8489 -10114 847.0005903185664 9645 -10115 847.0094450476923 9646 -10116 847.0714255598521 9644 -10117 847.1156945777832 9647 -10118 847.1511081265254 9368 -10119 847.189471133819 9532 -10120 847.2219307831922 9464 -10121 847.2602905837143 9643 -10122 847.3281536689313 9077 -10123 847.339955389807 9648 -10124 847.47271342504 8707 -10125 847.56710648774 9642 -10126 847.6585397434511 9559 -10127 847.682133821399 9649 -10128 847.7086763741421 8809 -10129 847.8266332216747 8605 -10130 847.9917452428414 9641 -10131 848.1420871528543 9650 -10132 848.1568251213923 9219 -10133 848.212827066415 7898 -10134 848.4633168263671 9116 -10135 848.5340299599069 8911 -10135 848.5340299599069 9640 -10137 848.5664381767642 8194 -10138 848.6489262351068 8391 -10139 848.719623904149 9651 -10140 848.7696978568449 9426 -10141 848.7696978568451 8503 -10142 848.7932610477066 9531 -10143 848.8256593671047 8784 -10144 848.9905770972962 8882 -10145 849.0288569889719 9322 -10146 849.0848014185627 9272 -10147 849.1937352571555 9639 -10148 849.2496688253696 8686 -10149 849.2967679203778 9560 -10150 849.41450423218 9652 -10151 849.4498219435918 9465 -10152 849.4969099414076 9175 -10153 849.7440791202961 8980 -10154 849.8499867623698 9369 -10155 849.9470571747395 9013 -10156 849.9705877264224 9638 -10157 850.0147057551416 7997 -10158 850.2264404263136 9653 -10159 850.2617244119601 8588 -10160 850.2999470775005 8401 -10161 850.5116107379134 9530 -10162 850.8642664961314 9637 -10163 851.0493522704779 9561 -10164 851.0757898095799 9425 -10165 851.0846021401162 9078 -10166 851.1550974998622 9654 -10167 851.1903429903325 8293 -10168 851.287260564846 9218 -10169 851.7892931940387 9466 -10170 851.8039680583789 9321 -10171 851.8597302373203 8490 -10172 851.8744038882728 9636 -10173 851.9448338947774 9115 -10174 852.0152580793374 8808 -10174 852.0152580793374 8706 -10176 852.0475338852875 8096 -10177 852.2000938746722 9655 -10178 852.2470299156226 9273 -10179 852.3438273373017 9529 -10180 852.6019000682558 8604 -10180 852.6019000682558 8910 -10182 852.6576100639694 9370 -10183 852.9155878514591 9562 -10184 852.98593188868 7800 -10185 853.0005861662697 9635 -10186 853.0093786119822 9176 -10187 853.3258463213218 8883 -10188 853.3610021555942 9656 -10189 853.3961565416146 8785 -10190 853.4928236370824 9424 -10191 853.7739747731831 8502 -10192 853.7739747731832 9012 -10193 853.8413201526381 8981 -10194 854.0403971710004 8392 -10195 854.0521061387296 8687 -10196 854.2394277952757 9467 -10197 854.2423543702338 9634 -10198 854.2891782060686 9528 -10199 854.3096628272444 8195 -10200 854.4267083840485 7899 -10201 854.5232588993701 9217 -10202 854.6373499912112 9657 -10203 854.6870772393835 9320 -10204 854.8947303615809 9563 -10205 854.9415184677839 9079 -10206 855.2923476800199 8589 -10207 855.514465102724 9274 -10208 855.5290760693057 9114 -10209 855.5729074719466 9371 -10210 855.5992052357226 9633 -10211 856.0198595827084 9423 -10212 856.0286210168443 9658 -10213 856.0987092619636 7998 -10214 856.3468923281032 9527 -10215 856.41695452624 8807 -10216 856.6241883113038 9177 -10217 856.650453802483 8705 -10218 856.7671795768089 8909 -10219 856.7992763769121 8294 -10219 856.7992763769121 9468 -10221 856.9859975518854 9564 -10222 857.0005834303731 9745 -10223 857.0093348383084 9746 -10224 857.0705921917984 9744 -10225 857.0705921917985 9632 -10226 857.114344763871 8491 -10227 857.1143447638711 9747 -10228 857.2572542708518 9743 -10229 857.3359901462203 9748 -10230 857.4672005388894 8603 -10231 857.5342558755307 9659 -10232 857.5604934930246 9742 -10233 857.674180560427 9749 -10234 857.677095415285 9319 -10235 857.7004138975333 9011 -10236 857.7557927522263 8884 -10237 857.8636255256426 9216 -10238 857.9801862514075 9741 -10239 858.0005827503848 8097 -10240 858.0355470491884 8982 -10241 858.0588557902075 8786 -10242 858.1287782145521 9750 -10243 858.5161617581814 9526 -10244 858.5161617581815 9740 -10245 858.5947821877327 9372 -10246 858.6559264338656 9422 -10246 858.6559264338656 9631 -10248 858.6995982297884 9751 -10249 858.8655308021157 8501 -10250 858.8859062762643 9275 -10251 858.8975491873288 9080 -10252 858.9441192534006 8688 -10253 859.1536533123746 9660 -10254 859.1682023911267 9739 -10255 859.1885706874831 9565 -10256 859.2147577875977 9113 -10257 859.3864090151765 9752 -10258 859.4678586195066 9469 -10259 859.514397785168 8393 -10260 859.9360441335158 9738 -10261 860.1308040059954 8196 -10262 860.1889327351288 9753 -10263 860.3400490503741 9178 -10264 860.3545780665087 9630 -10265 860.4097860903257 8590 -10266 860.7119146381093 7900 -10267 860.7729084956146 9318 -10268 860.796143114036 9525 -10269 860.8193771053251 9737 -10270 860.886171337419 9661 -10271 860.9123068001757 8806 -10272 861.0284548143575 8908 -10273 861.1068458675729 9754 -10274 861.307146144742 9215 -10275 861.3768048885458 8704 -10276 861.4000232180168 9421 -10277 861.5015960519167 9566 -10278 861.722112980745 9373 -10279 861.725014143143 9010 -10280 861.8178461832871 9736 -10281 862.1397798501121 9755 -10282 862.1658773113211 9629 -10283 862.2441649556116 9470 -10284 862.2557625206108 7999 -10285 862.278957182651 8885 -10286 862.3253446350744 8983 -10287 862.3601335868907 9276 -10288 862.4210108757787 8602 -10289 862.4528972645404 8492 -10290 862.4876810714459 8295 -10291 862.7311284519645 9662 -10292 862.8122623143461 8787 -10293 862.9310517069135 9735 -10294 862.9513311884976 9081 -10295 863.0005793740813 9112 -10296 863.1859591073062 9524 -10297 863.2873218112263 9756 -10298 863.9241864886062 8689 -10299 863.9241864886063 9567 -10300 863.973379219522 9317 -10301 864.0283560161669 8098 -10302 864.0891157745248 9628 -10303 864.155657274776 9179 -10304 864.1585502672527 9734 -10305 864.2511209133604 9420 -10306 864.5490153831649 9757 -10307 864.6878049330869 9663 -10308 864.8525885953052 9214 -10309 864.9537559893014 9374 -10310 865.0693613809242 8394 -10311 865.1271582836825 9471 -10312 865.3843076922531 8907 -10313 865.4998555748002 9733 -10313 865.4998555748002 8805 -10315 865.6124999097459 8591 -10316 865.6847001073774 9523 -10317 865.8464067027131 9009 -10318 865.9243615928588 9758 -10319 865.935909868623 9277 -10320 866.0282905309734 8197 -10321 866.1235477690235 9627 -10322 866.1928191805794 8703 -10323 866.4554229733922 9568 -10324 866.7092938234827 8984 -10325 866.7554441709611 9664 -10326 866.8852288509707 9111 -10327 866.893880472114 8886 -10328 866.9544394026713 9732 -10329 867.0005767010771 9845 -10330 867.0092271711992 9846 -10331 867.0697780455735 9844 -10332 867.101493482741 9082 -10333 867.1130260813754 9847 -10334 867.2081641682117 9419 -10335 867.2542879686441 9843 -10336 867.2773489489967 9316 -10337 867.332116319925 9848 -10338 867.4128198268688 9759 -10339 867.4618147215473 8601 -10340 867.5540328993924 9842 -10341 867.6548853086693 8788 -10342 867.6664105518895 9849 -10343 867.8738387576849 8493 -10344 867.9688934518334 9841 -10345 868.0696976625783 9180 -10346 868.1157756889341 9850 -10347 868.1157756889343 9472 -10348 868.2539950959051 8296 -10349 868.268391685428 9626 -10350 868.2885465097416 9375 -10351 868.2914257321675 9522 -10352 868.4843118905487 8000 -10353 868.4987046622465 9840 -10353 868.4987046622465 9213 -10355 868.5217326008602 9731 -10356 868.6800331537498 9851 -10357 868.9332540534974 9665 -10358 868.9907939673469 8690 -10359 869.0138088661193 9760 -10360 869.0943562122584 9569 -10361 869.1432563162416 9839 -10362 869.3589592337564 9852 -10363 869.6119824381447 9278 -10364 869.8333173660341 8906 -10365 869.9022933640306 9838 -10366 870.0632160940952 9008 -10367 870.1293007363906 8099 -10368 870.1522855224825 9853 -10369 870.178142681141 8804 -10370 870.2011261771614 9730 -10371 870.2700730233115 9418 -10372 870.5228314065059 9625 -10373 870.6836394466133 9315 -10374 870.7037383633999 8395 -10375 870.7267079859214 9761 -10376 870.7755164219997 9837 -10377 870.8673837043158 9110 -10378 870.8989608444828 8592 -10379 871.0051664599929 9521 -10380 871.0596994465993 9854 -10381 871.0970095230497 8702 -10382 871.1859732571456 8985 -10383 871.2089301654339 9473 -10384 871.2204083927327 9666 -10385 871.346658913661 9083 -10386 871.5991050936204 8887 -10387 871.725300768539 9376 -10388 871.7625823582932 9836 -10389 871.840008258396 9570 -10390 871.9919724401136 9729 -10391 872.0005733943068 8198 -10392 872.0808448762075 9855 -10393 872.0808448762076 9181 -10394 872.2442318525242 9212 -10395 872.5508581165914 9762 -10396 872.585239389253 8789 -10397 872.863104959764 9835 -10398 872.8860177594781 9624 -10399 873.215322815627 9856 -10400 873.3756351078268 8494 -10401 873.3870848598575 9279 -10402 873.4357446315097 9417 -10403 873.6160483873908 9667 -10404 873.8249252567701 9520 -10405 873.8935861991436 9728 -10406 874.0766556772925 9834 -10407 874.0966765753088 8297 -10408 874.1424369060228 8691 -10409 874.1910546327961 9314 -10410 874.3740618293751 9007 -10410 874.3740618293751 8905 -10412 874.4055123339515 9474 -10413 874.4626921715985 9857 -10414 874.4855630597912 9763 -10415 874.691374142903 9571 -10416 874.9457126016448 9109 -10416 874.9457126016448 8803 -10418 875.2628176724977 9377 -10419 875.3570700005798 9623 -10420 875.402764446172 9833 -10421 875.6854458080253 9084 -10422 875.7539608817079 8986 -10423 875.822470595497 9858 -10424 875.9052460169422 9727 -10425 876.0878951338158 9211 -10426 876.0878951338159 8701 -10427 876.1192841160388 9668 -10428 876.1877652649574 9182 -10429 876.2676531745308 8593 -10430 876.3018886205826 8100 -10431 876.3931766051126 8888 -10432 876.4159971155251 8396 -10433 876.5300907555884 9764 -10434 876.7040549695204 9416 -10435 876.7496792129438 9519 -10436 876.8409205779575 9832 -10437 877.0005701252422 9945 -10438 877.0091219594013 9946 -10439 877.0689824637512 9944 -10440 877.1117374656435 9947 -10441 877.2513892835965 9943 -10442 877.2599386726832 9280 -10443 877.2941353958773 9859 -10444 877.328330786143 9948 -10445 877.547719500199 9942 -10446 877.6018459415409 8790 -10447 877.6474235135656 9572 -10448 877.6588175367465 9949 -10449 877.7043921503412 9475 -10450 877.7983823179443 9313 -10451 877.9350773263361 9622 -10452 877.9578577585601 9941 -10453 878.026195508995 9726 -10454 878.0461263510022 8199 -10455 878.1030691211597 9950 -10456 878.3905737199142 9831 -10457 878.4816446574168 9940 -10458 878.660912980656 9951 -10459 878.6836745951299 9765 -10460 878.7291960553034 9669 -10461 878.7775600230128 9006 -10462 878.8771245174152 9860 -10463 878.8998805324755 9378 -10464 878.9567679926015 8495 -10465 879.0051194390167 8904 -10466 879.1188770581598 9108 -10466 879.1188770581598 9939 -10468 879.3321329281674 9952 -10469 879.3776208205437 8692 -10470 879.7783811847164 9518 -10471 879.8011138888153 8802 -10472 879.869308477117 9938 -10473 880.0142044308149 8298 -10474 880.0284086323578 9210 -10475 880.0511348779684 9830 -10476 880.0738605367166 9415 -10477 880.1164695652501 9085 -10478 880.1164695652503 9953 -10479 880.2556446851107 9725 -10480 880.3891185152166 9183 -10481 880.4118354497514 8987 -10482 880.5708375820766 9861 -10483 880.6191004060723 9621 -10484 880.707102276347 9573 -10485 880.732649559445 9937 -10486 880.9455147737572 9766 -10487 881.0136207800648 9954 -10488 881.104420599511 9476 -10489 881.2292550749777 9281 -10490 881.2746450454591 8889 -10491 881.4448366176979 9670 -10492 881.5043959050912 9312 -10493 881.7085686325158 9936 -10494 881.717074803477 8594 -10495 881.8219774988602 9829 -10496 882.0232423241465 9955 -10497 882.2046247895098 8397 -10498 882.3746369881674 9862 -10499 882.5927713277512 9724 -10500 882.6352587564129 9379 -10501 882.7032343885458 8791 -10502 882.7966923363498 9935 -10503 882.9099614343469 9517 -10504 883.1449484654261 9956 -10505 883.2723249372189 9005 -10506 883.3147796793622 9767 -10507 883.3855330488495 9107 -10508 883.4081729302711 9620 -10509 883.5440000362177 9414 -10510 883.7024386070234 9828 -10511 883.7250703697389 8903 -10512 883.8693342344218 9574 -10513 883.9966063283274 9934 -10514 884.0644772865835 9209 -10515 884.1634464283175 8200 -10516 884.265231703701 9671 -10517 884.287849062736 9863 -10518 884.3783127146436 9957 -10519 884.604431370316 9477 -10520 884.6157357858835 8496 -10521 884.6383441836557 9086 -10522 884.6835592459034 9184 -10523 884.6948626503943 8693 -10524 884.7429005083907 8801 -10525 885.0367224019576 9723 -10526 885.1581779546524 8988 -10527 885.2937365643112 9282 -10528 885.3078560591225 9933 -10529 885.3078560591226 9311 -10530 885.6918199915814 9827 -10531 885.7228686220086 9958 -10532 885.7906073107797 9768 -10533 886.0050789922143 8299 -10534 886.1433292645158 9516 -10535 886.2420662550384 8890 -10536 886.3013031695259 9619 -10537 886.3097652626873 9864 -10538 886.4677095077969 9380 -10539 886.729947616522 9932 -10540 887.1132960338268 9413 -10541 887.1330227198174 9575 -10542 887.1781106406988 9959 -10543 887.1893822628851 9672 -10544 887.2457382258875 8595 -10545 887.5866154916939 9722 -10546 887.7443325642806 9106 -10547 887.7893894387339 9826 -10548 887.8569704631485 9004 -10549 887.8879433802443 8792 -10550 888.0681280172148 8398 -10551 888.1947984535824 9208 -10552 888.2032425070289 9478 -10553 888.2623486335555 9931 -10554 888.372106721052 9769 -10555 888.4396434198555 9865 -10556 888.532497998807 8902 -10557 888.7434950535503 9960 -10558 889.0697385469826 9185 -10559 889.2075123389365 9310 -10560 889.2496837221817 9087 -10561 889.2974755389786 9618 -10562 889.4520785292483 9283 -10563 889.477374641986 9515 -10564 889.9044892571338 9930 -10565 889.9915729938122 8989 -10566 889.9943820047405 9825 -10567 890.0926918023763 8694 -10568 890.2162658590327 9673 -10569 890.2415402574742 9721 -10570 890.3510543600204 8497 -10571 890.3959793260524 9381 -10572 890.4184409590807 9961 -10573 890.4970522129761 9576 -10574 890.676709025222 9866 -10575 890.780556590679 9412 -10576 891.0583594804551 9770 -10577 891.2940031213045 8891 -10578 891.6557631732103 9929 -10579 891.8996580333463 9479 -10580 892.0678225336904 8300 -10581 892.1939251082132 9105 -10582 892.2023313128025 9962 -10583 892.3060013246577 9824 -10584 892.3956521633216 9617 -10585 892.4180634657728 9207 -10586 892.5301115368601 9003 -10587 892.852171414731 8596 -10588 892.9109698060607 9514 -10589 893.0005599102387 9720 -10590 893.0201565474321 9867 -10591 893.1545219053644 8793 -10592 893.2021047892802 9309 -10593 893.344838234374 9674 -10594 893.4259902196712 8901 -10595 893.5155286843087 9928 -10596 893.5463054593197 9186 -10597 893.7029707906313 9284 -10598 893.8484211542806 9771 -10599 893.9491036966253 9088 -10600 893.960289945812 9577 -10601 894.0050335428766 8399 -10602 894.094514019631 9963 -10603 894.418805705694 9382 -10604 894.5445768657927 9411 -10605 894.7234209519722 9823 -10606 894.910610061139 8990 -10607 895.4691507807513 9868 -10608 895.4831098351326 9927 -10609 895.569651115981 8695 -10610 895.594774437636 9616 -10611 895.6924695452118 9480 -10612 895.8627126965381 9719 -10613 896.0943030730639 9964 -10614 896.1612578102224 8498 -10615 896.4290267500267 8892 -10616 896.4429708576 9513 -10617 896.5740348682868 9675 -10618 896.7329591355499 9206 -10619 896.73295913555 9104 -10620 896.7413227904689 9772 -10621 897.2457857242907 9822 -10622 897.2903654893437 9002 -10622 897.2903654893437 9308 -10624 897.5215874841117 9578 -10625 897.5577975818604 9926 -10626 898.0228282176349 9869 -10627 898.0450990902406 9285 -10628 898.111908394494 9187 -10629 898.2009797367178 9965 -10630 898.404140685026 9410 -10631 898.5015303270218 8794 -10632 898.5349186314353 9383 -10632 898.5349186314353 8597 -10634 898.7352224098041 9089 -10635 898.8270133902296 9718 -10636 898.8937645795526 9615 -10637 899.5804577690648 9481 -10638 899.7360724123491 9773 -10639 899.7388510006666 9925 -10640 899.8722131502896 9821 -10641 899.9027725260103 9676 -10642 899.9138847689816 8991 -10643 900.0138887817232 8400 -10644 900.0722193246494 9512 -10645 900.4137937637339 9966 -10646 900.6802984411282 9870 -10647 901.1242977525353 8696 -10648 901.1381692060323 9205 -10649 901.1797822854215 9579 -10650 901.3600834294805 9103 -10651 901.4710200555535 9307 -10652 901.6457175631679 8893 -10653 901.892454786046 9717 -10654 902.0254985309451 9924 -10655 902.0448991042518 8499 -10656 902.136353330249 9001 -10657 902.2915271684645 9614 -10658 902.3580220732789 9409 -10659 902.4771465250519 9286 -10660 902.6017948131945 9820 -10661 902.7319646495297 9967 -10662 902.7430420667887 9384 -10663 902.765196493529 9188 -10664 902.831656511888 9774 -10665 903.329950793175 9677 -10666 903.4406455324004 9871 -10667 903.5623940824452 9482 -10668 903.606662215369 9090 -10669 903.7975437010215 9511 -10670 903.9275413438845 8795 -10671 904.2925411613213 8598 -10672 904.4169392487074 9923 -10673 904.933699228844 9580 -10674 905 8992 -10675 905.0580091905713 9716 -10676 905.1546829133681 9968 -10677 905.4335977861656 9819 -10678 905.6323757463621 9204 -10679 905.7427890963306 9306 -10680 905.7869506677605 9613 -10681 906.027041539048 9775 -10682 906.0739484170152 9102 -10683 906.3029294888106 9872 -10684 906.4049867470942 9408 -10685 906.755204010432 8697 -10686 906.8544535921958 9678 -10687 906.912344165631 9922 -10688 906.9426663246139 8894 -10689 906.9977949256546 9287 -10690 907.0418953940331 9385 -10691 907.504820923834 9189 -10692 907.617760954467 9510 -10693 907.6370419942103 9483 -10694 907.68111140422 9969 -10695 908.000550660626 8500 -10696 908.3226299063565 9715 -10697 908.3666660550684 9818 -10698 908.5620507153047 9091 -10699 908.7821521134755 9581 -10700 909.2661876480397 9873 -10701 909.3211753830436 9776 -10702 909.3789089263066 9612 -10703 909.4311408787363 8796 -10704 909.5108575492654 9921 -10705 910.1043896169274 9305 -10706 910.1236179772503 8599 -10707 910.1675669897274 8993 -10708 910.2142604903529 9203 -10709 910.3103866264516 9970 -10710 910.475150676832 9679 -10711 910.5437935651421 9407 -10712 910.8732074224163 9101 -10713 911.4000219442613 9817 -10714 911.4301948037491 9386 -10715 911.5316780013737 9509 -10716 911.6057261777155 9288 -10717 911.6852527051208 9714 -10718 911.8031585819386 9484 -10719 912.2115982599652 9920 -10720 912.318475095183 8895 -10721 912.329436113951 9874 -10722 912.3294361139513 9190 -10723 912.4609580688918 8698 -10724 912.7129888415086 9777 -10725 912.7239451225107 9582 -10726 913.0416200809249 9971 -10727 913.0662626556738 9611 -10728 913.6000218914184 9092 -10729 914.1908991014951 9680 -10730 914.5326675411875 9816 -10731 914.5545363727634 9304 -10732 914.7731959343803 9406 -10733 914.8825061175887 9202 -10734 915.0109288964806 8797 -10735 915.0136611002046 9919 -10736 915.1447972862001 9713 -10737 915.4152063408167 8994 -10738 915.4916711800277 9875 -10739 915.5380931452279 9508 -10740 915.8738996171908 9972 -10741 915.9066546324467 9387 -10742 916.026746334407 8600 -10743 916.0594958844102 9485 -10744 916.2013970738093 9778 -10745 916.2996234856805 9289 -10746 916.7578742503389 9583 -10747 916.8478608798736 9610 -10748 917.2377009259923 9191 -10749 917.7635861157273 9815 -10750 917.7717581185422 8896 -10751 917.9161181720254 9918 -10752 918.0005446621478 9681 -10753 918.2401646628184 8699 -10754 918.7001687166495 9712 -10755 918.7192171713838 9093 -10756 918.7518707463947 9876 -10757 918.8062907925695 9973 -10758 919.0919431699964 9405 -10759 919.0919431699965 9303 -10760 919.6357974763705 9201 -10760 919.6357974763705 9507 -10762 919.7853010349752 9779 -10763 920.4048022473589 9486 -10764 920.4699886471042 9388 -10765 920.6655201537635 8798 -10766 920.7225423546444 9609 -10767 920.7415489701765 8995 -10768 920.8827286902497 9584 -10769 920.918020238501 9917 -10770 921.0781725782019 9290 -10771 921.0917435304694 9814 -10772 921.8378382340355 9974 -10773 921.9029233059196 9682 -10774 922.1089957266441 9877 -10775 922.2282797659157 9192 -10776 922.3502588496412 9711 -10777 923.3011426398216 8897 -10778 923.4635888869685 9780 -10779 923.4987818075344 9404 -10780 923.7153241123588 9302 -10781 923.8235762308733 9506 -10782 923.9182864301367 9094 -10783 924.0183980852329 9916 -10784 924.0914456913882 8700 -10785 924.5160896382497 9813 -10786 924.6891369536035 9608 -10787 924.8378236209849 9487 -10788 924.9675669989733 9975 -10789 925.0972921806657 9585 -10790 925.1189112757343 9389 -10791 925.5619914408759 9878 -10792 925.8968625068344 9683 -10793 925.9400628550425 9291 -10794 926.0939477180486 9710 -10795 926.1452369903978 8996 -10796 926.3935448825192 8799 -10797 927.2162638780663 9915 -10798 927.2351373842561 9781 -10799 927.2998436320369 9193 -10800 927.9924568658951 9403 -10801 928.0355596635293 9812 -10802 928.1002101066458 9505 -10803 928.1944839310348 9976 -10804 928.4233947935609 9301 -10805 928.7464670188523 9607 -10806 928.9052696588602 8898 -10807 929.1097889915917 9879 -10808 929.1958889276254 9095 -10809 929.3573048080056 9488 -10810 929.4003443080919 9586 -10811 929.8521387833658 9390 -10812 929.9301049003628 9709 -10813 929.9811826053257 9684 -10814 930.5106125133661 9914 -10815 930.8839884754707 9292 -10816 931.0988132309051 9782 -10817 931.5175790075032 9977 -10818 931.624924527033 8997 -10819 931.6490755643995 9811 -10820 932.1936494098208 8800 -10821 932.451071102393 9194 -10822 932.4644765351654 9504 -10823 932.5717130601806 9402 -10824 932.7513066192939 9880 -10825 932.8933486738986 9606 -10826 933.790661765259 9587 -10827 933.8575908563361 9708 -10828 933.9004229573943 9913 -10829 933.9619906612902 9489 -10830 934.1546981094725 9685 -10831 934.5506941841089 9096 -10832 934.582794620145 8899 -10833 934.6683903930848 9391 -10834 934.9358266747508 9978 -10835 935.0534744066781 9783 -10836 935.355547372228 9810 -10837 935.9086493883898 9293 -10838 936.4854510348786 9881 -10839 936.9151509074874 9503 -10840 937.12859309702 9605 -10841 937.1792784734413 8998 -10842 937.2352959636123 9401 -10843 937.3846595715122 9912 -10844 937.6806492617836 9195 -10845 937.8752582300057 9707 -10846 938.2670195631945 9588 -10847 938.416218956173 9686 -10848 938.448187168583 9979 -10849 938.6506272303876 9490 -10850 939.0979714598471 9784 -10851 939.1538745061962 9809 -10852 939.5663893520244 9392 -10853 939.9813827943615 9097 -10854 940.3111187261374 9882 -10855 940.3323880415903 8900 -10856 940.9622734201408 9911 -10857 941.0127523046646 9294 -10858 941.4510077534571 9604 -10858 941.4510077534571 9502 -10860 941.9819531179988 9706 -10861 942.0536078164555 9980 -10862 942.7645517307066 9687 -10863 942.8069791850291 8999 -10864 942.828192196224 9589 -10865 942.9872745694928 9196 -10866 943.0429470602069 9808 -10867 943.2311487647129 9785 -10868 943.421962856494 9491 -10869 944.2271972359194 9883 -10870 944.5448639424176 9393 -10871 944.6322035586124 9910 -10872 945.4866471822858 9098 -10873 945.7510243187686 9981 -10874 945.8593975850744 9603 -10875 946.0708218732887 9501 -10876 946.1765163012661 9705 -10877 946.1950116122996 9295 -10878 947.0216470598759 9807 -10879 947.1985008434082 9688 -10880 947.4518457420409 9786 -10881 947.472954759132 9590 -10882 948.232566409739 9884 -10883 948.2747492156478 9492 -10884 948.3696536688634 9197 -10885 948.3933782982671 9909 -10886 948.5067211148267 9000 -10887 949.5393620066521 9982 -10888 949.6025484380294 9394 -10889 950.3525661563714 9602 -10890 950.4577844386356 9704 -10891 951.0651922975627 9099 -10892 951.0888496875567 9806 -10893 951.4541502353122 9296 -10894 951.7168696624011 9689 -10895 951.7588980408851 9787 -10896 952.2000840159593 9591 -10897 952.2447164463555 9908 -10898 952.3260996108422 9885 -10899 953.2077423101431 9493 -10900 953.4175370738678 9983 -10901 953.8265041400349 9198 -10902 954.7381840064845 9395 -10903 954.8245912208168 9703 -10904 954.9293167559575 9601 -10905 955.2434244735737 9805 -10906 956.1511386804912 9788 -10907 956.1851285185311 9907 -10908 956.3184616015734 9690 -10909 956.5066649009822 9886 -10910 956.7157362560731 9100 -10911 956.7889004372909 9297 -10912 957.0083594201253 9592 -10913 957.3844577806766 9984 -10914 958.2197034083572 9494 -10915 959.2757684837035 9702 -10916 959.3565551972844 9199 -10917 959.4842364520638 9804 -10918 959.9505195581697 9396 -10919 960.2135179219255 9906 -10920 960.6273991512006 9789 -10921 960.7731261853654 9887 -10922 961.0020811631993 9691 -10923 961.4390256277306 9985 -10924 961.8965640857648 9593 -10925 962.1980045707847 9298 -10926 963.3093999333755 9495 -10927 963.8101472800543 9701 -10927 963.8101472800543 9803 -10929 964.3287821070155 9905 -10930 964.9585483325178 9200 -10931 965.1243443204612 9888 -10932 965.186510473494 9790 -10933 965.2383125425555 9397 -10934 965.5801364982609 9986 -10935 965.7665349348155 9692 -10936 966.8634857103665 9594 -10937 967.6802157737854 9299 -10938 968.2200163186051 9802 -10939 968.4756063009539 9496 -10940 968.5298136867033 9904 -10941 969.5591781835702 9889 -10942 969.8066817670417 9987 -10943 969.8273042145183 9791 -10944 970.6003296929174 9398 -10945 970.6106325401553 9693 -10946 971.9079174489731 9595 -10947 972.7127016750629 9801 -10948 972.8155015212288 9903 -10949 973.2342986146758 9300 -10950 973.7171047075224 9497 -10951 974.0764857032531 9890 -10952 974.1175493748176 9988 -10953 974.5486134616375 9792 -10954 975.5331875441244 9694 -10955 976.0353477205629 9399 -10956 977.0286587403668 9596 -10957 977.1847317677452 9902 -10958 978.5116248670734 9989 -10959 978.6751248499168 9891 -10960 979.0326858690673 9498 -10961 979.3492737527301 9793 -10962 980.5330183119792 9695 -10963 981.5421539597777 9400 -10964 981.6363888935657 9901 -10965 982.2245160858081 9597 -10966 982.9877923962231 9990 -10967 983.3539545860381 9892 -10968 984.2281239631388 9794 -10969 984.4211497118497 9499 -10970 985.6089488230107 9696 -10971 987.4943037810395 9598 -10972 987.544935686473 9991 -10973 988.111835775688 9893 -10974 989.1840071493272 9795 -10975 989.8813060160294 9500 -10976 990.7598094392001 9697 -10977 992.1819389607937 9992 -10978 992.8368446023749 9599 -10979 992.9476320531712 9894 -10980 994.215771349459 9796 -10981 995.984437629424 9698 -10982 996.8976878295986 9993 -10983 997.8602106507706 9895 -10984 998.2509704478127 9600 -10985 999.3222703412548 9797 -10986 1001.2816786499193 9699 -10987 1001.6910701408892 9994 -10988 1002.8484431857089 9896 -10989 1004.5023643575958 9798 -10990 1006.5609767917689 9995 -10991 1006.6503861818164 9700 -10992 1007.9112064065962 9897 -10993 1009.7549207604784 9799 -10994 1011.5063025013735 9996 -10995 1013.0473828997339 9898 -10996 1015.0788146740133 9800 -10997 1016.5259465453895 9997 -10998 1018.2558617557769 9899 -10999 1021.6188134524541 9998 -11000 1023.5355391973451 9900 -11001 1026.7838136628372 9999 -11002 1032.0198641499107 10000 -11003 Infinity 11004 -11004 \N 11002 -11004 \N 11001 -\. --- --- Data for Name: quad_box_tbl_ord_seq2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.quad_box_tbl_ord_seq2 (n, dist, id) FROM stdin; -1 77.00649323271382 1945 -2 77.10382610480494 1946 -3 77.78174593052023 1944 -4 78.26237921249263 1947 -5 79.81227975693965 1943 -6 80.65358020571684 1948 -7 83.00602387778852 1942 -8 84.17244204607586 1949 -9 87.00574693662483 2045 -10 87.09190547921202 2046 -11 87.23531395025755 1941 -12 87.69264507357501 2044 -13 88.11923740024083 2047 -14 88.68483523128404 1950 -15 89.49860334105777 2043 -16 90.24965373894794 2048 -17 92.35799911215054 1940 -17 92.35799911215054 2042 -19 93.40770846134703 2049 -20 94.04786015641184 1951 -21 96.17692030835671 2041 -22 97.00515450222221 2145 -23 97.082439194738 2146 -24 97.49358953285082 2050 -25 97.62171889492625 2144 -26 98.00510190801295 2147 -27 98.23441352194251 1939 -28 99.24716620639605 2143 -29 99.92497185388646 2148 -30 100.12492197250393 1952 -31 100.84641788382966 2040 -32 101.83319694480774 2142 -33 102.39628899525607 2051 -34 102.78618584226189 2149 -35 104.7377677822093 1938 -36 105.30906893520614 2141 -37 106.25441167311595 2039 -38 106.51291001564083 2150 -39 106.7941945987702 1953 -40 107.00467279516347 2245 -41 107.07474025184464 2246 -42 107.56393447619887 2244 -43 107.91200118615168 2247 -44 108.00462953040486 2052 -45 109.04127658827184 2243 -46 109.59014554237986 2140 -47 109.65856099730654 2248 -48 111.01801655587258 2151 -49 111.40017953306896 2242 -50 111.75866856758807 1937 -51 112.2719911643149 2249 -52 112.29425630903835 2038 -53 113.95174417269794 1954 -54 114.21471008587291 2053 -55 114.58621208504974 2139 -55 114.58621208504974 2241 -57 115.6935607542615 2250 -58 116.21101496846157 2152 -59 117.00427342623004 2345 -60 117.0683561001862 2346 -61 117.51595636338072 2344 -62 117.83462988442746 2347 -63 118.53269591129698 2240 -64 118.86967653695369 2037 -65 118.8696765369537 2343 -66 119.20570456148481 1936 -67 119.43617542436631 2348 -68 119.85407794480751 2251 -69 120.20815280171307 2138 -70 120.93386622447825 2054 -71 121.03718436910206 2342 -72 121.51131634543346 1955 -73 121.8400590938793 2349 -74 122.00409829181969 2153 -75 123.16655390161729 2239 -76 123.97580409095961 2341 -77 124.67958934805647 2252 -78 125 2350 -79 125.89678312014172 2036 -80 126.37246535539298 2137 -81 127.00393694685216 1935 -81 127.00393694685216 2445 -83 127.06297651164951 2446 -84 127.4754878398196 2444 -85 127.63228431709588 2340 -86 127.76932339180638 2447 -87 128.08200498118384 2055 -88 128.3160161476345 2154 -89 128.41339493993607 2238 -90 128.72451204024821 2443 -91 128.86038956948718 2351 -92 129.24782396620841 2448 -93 129.40247292845683 1956 -94 130.09611831257686 2253 -95 130.728726758888 2442 -96 131.47243057006287 2449 -97 131.94695904036593 2339 -98 133.0037593453659 2136 -99 133.30416347586447 2035 -100 133.3604139165742 2352 -101 133.4541119636259 2441 -102 134.20134127496638 2237 -103 134.40610105199838 2450 -104 135.07405376311175 2155 -105 135.09256086106296 1934 -106 135.5912976558599 2056 -107 136.03308421115798 2254 -108 136.8575902169843 2440 -108 136.8575902169843 2338 -110 137.00364958642527 2545 -111 137.05838172107534 2546 -112 137.44089638822936 2544 -113 137.56816492197603 1957 -114 137.71347065556077 2547 -115 138.00362314084364 2451 -116 138.43771162512041 2353 -117 138.6001443000692 2543 -118 139.08630414242808 2548 -119 140.03570973148243 2135 -120 140.46351839534705 2236 -120 140.46351839534705 2542 -122 140.8900280360537 2439 -123 141.03191128251788 2034 -124 141.15594213493105 2549 -125 142.2146265332789 2452 -126 142.21462653327893 2156 -127 142.30249470757707 2337 -128 142.42541907960108 2255 -129 143.0034964607509 2541 -130 143.40502083260543 2057 -131 143.42245291445826 1933 -132 143.8923208513922 2550 -133 144.03124660989366 2354 -134 145.49914089093446 2438 -135 145.96232390586277 1958 -136 146.18481453283715 2540 -137 146.9863939281456 2453 -138 147.00340132119393 2645 -139 147.05441169852742 2646 -140 147.13938969562162 2235 -141 147.2582765076381 2551 -142 147.41099009232656 2134 -143 147.41099009232659 2644 -144 147.6651617681029 2647 -145 148.22280526288793 2336 -146 148.49242404917499 2643 -147 148.94629904767692 2648 -148 149.03019828209315 2033 -149 149.21461054467824 2256 -150 149.68299836654796 2157 -151 149.96666296213968 2539 -152 150.08331019803634 2355 -153 150.23315213360863 2642 -154 150.63200191194434 2437 -155 150.88074761214568 2649 -156 151.21177202850313 2552 -157 151.4760707174569 2058 -158 151.95394038984315 1932 -159 152.26621424334422 2454 -160 152.6106156202772 2641 -161 153.4438007871286 2650 -162 154.17522498767434 2234 -163 154.30489298787646 2538 -164 154.5477272560163 1959 -165 154.56390264224052 2335 -166 155.08062419270823 2133 -167 155.5956297586793 2640 -168 155.70806016388488 2553 -169 156.236999459155 2436 -170 156.348968656656 2257 -171 156.54072952429985 2356 -172 156.60459763365827 2651 -173 157.00318468107582 2745 -174 157.05094714773293 2746 -175 157.25775020646836 2032 -176 157.3848785620779 2744 -177 157.4325252290644 2158 -178 157.62296786953354 2747 -179 158.00316452527144 2455 -180 158.39823231336896 2743 -181 158.8238017426859 2748 -182 159.1540134586621 2639 -183 159.15401345866212 2537 -184 159.76545308670458 2059 -185 160.0312469488381 2742 -186 160.32778923193572 2652 -187 160.639347608237 2749 -188 160.65490966665163 1931 -189 160.701586799882 2554 -190 161.27616066858735 2334 -191 161.5239920259526 2233 -192 162.265215003093 2741 -193 162.26521500309303 2435 -194 163.00306745579974 2132 -195 163.04907236779977 2750 -196 163.24827717314508 2638 -197 163.35544068074378 2357 -198 163.783393541592 2258 -199 164.14932226482082 2456 -200 164.46884203398525 2536 -201 164.57521077003062 2653 -202 165.0605949341029 11000 -202 165.0605949341029 10301 -202 165.0605949341029 10302 -202 165.0605949341029 10303 -202 165.0605949341029 10304 -202 165.0605949341029 10305 -202 165.0605949341029 10306 -202 165.0605949341029 10307 -202 165.0605949341029 10308 -202 165.0605949341029 10309 -202 165.0605949341029 10310 -202 165.0605949341029 10311 -202 165.0605949341029 10312 -202 165.0605949341029 10313 -202 165.0605949341029 10314 -202 165.0605949341029 10315 -202 165.0605949341029 10316 -202 165.0605949341029 10317 -202 165.0605949341029 10318 -202 165.0605949341029 10319 -202 165.0605949341029 10320 -202 165.0605949341029 10321 -202 165.0605949341029 10322 -202 165.0605949341029 10323 -202 165.0605949341029 10324 -202 165.0605949341029 10325 -202 165.0605949341029 10326 -202 165.0605949341029 10327 -202 165.0605949341029 10328 -202 165.0605949341029 10329 -202 165.0605949341029 10330 -202 165.0605949341029 10331 -202 165.0605949341029 10332 -202 165.0605949341029 10333 -202 165.0605949341029 10334 -202 165.0605949341029 10335 -202 165.0605949341029 10336 -202 165.0605949341029 10337 -202 165.0605949341029 10338 -202 165.0605949341029 10339 -202 165.0605949341029 10340 -202 165.0605949341029 10341 -202 165.0605949341029 10342 -202 165.0605949341029 10343 -202 165.0605949341029 10344 -202 165.0605949341029 10345 -202 165.0605949341029 10346 -202 165.0605949341029 10347 -202 165.0605949341029 10348 -202 165.0605949341029 10349 -202 165.0605949341029 10350 -202 165.0605949341029 10351 -202 165.0605949341029 10352 -202 165.0605949341029 10353 -202 165.0605949341029 10354 -202 165.0605949341029 10355 -202 165.0605949341029 10356 -202 165.0605949341029 10357 -202 165.0605949341029 10358 -202 165.0605949341029 10359 -202 165.0605949341029 10360 -202 165.0605949341029 10361 -202 165.0605949341029 10362 -202 165.0605949341029 10363 -202 165.0605949341029 10364 -202 165.0605949341029 10365 -202 165.0605949341029 10366 -202 165.0605949341029 10367 -202 165.0605949341029 10368 -202 165.0605949341029 10369 -202 165.0605949341029 10370 -202 165.0605949341029 10371 -202 165.0605949341029 10372 -202 165.0605949341029 10373 -202 165.0605949341029 10374 -202 165.0605949341029 10375 -202 165.0605949341029 10376 -202 165.0605949341029 10377 -202 165.0605949341029 10378 -202 165.0605949341029 10379 -202 165.0605949341029 10380 -202 165.0605949341029 10381 -202 165.0605949341029 10382 -202 165.0605949341029 10383 -202 165.0605949341029 10384 -202 165.0605949341029 10385 -202 165.0605949341029 10386 -202 165.0605949341029 10387 -202 165.0605949341029 10388 -202 165.0605949341029 10389 -202 165.0605949341029 10390 -202 165.0605949341029 10391 -202 165.0605949341029 10392 -202 165.0605949341029 10393 -202 165.0605949341029 10394 -202 165.0605949341029 10395 -202 165.0605949341029 10396 -202 165.0605949341029 10397 -202 165.0605949341029 10398 -202 165.0605949341029 10399 -202 165.0605949341029 10400 -202 165.0605949341029 10401 -202 165.0605949341029 10402 -202 165.0605949341029 10403 -202 165.0605949341029 10404 -202 165.0605949341029 10405 -202 165.0605949341029 10406 -202 165.0605949341029 10407 -202 165.0605949341029 10408 -202 165.0605949341029 10409 -202 165.0605949341029 10410 -202 165.0605949341029 10411 -202 165.0605949341029 10412 -202 165.0605949341029 10413 -202 165.0605949341029 10414 -202 165.0605949341029 10415 -202 165.0605949341029 10416 -202 165.0605949341029 10417 -202 165.0605949341029 10418 -202 165.0605949341029 10419 -202 165.0605949341029 10420 -202 165.0605949341029 10421 -202 165.0605949341029 10422 -202 165.0605949341029 10423 -202 165.0605949341029 10424 -202 165.0605949341029 10425 -202 165.0605949341029 10426 -202 165.0605949341029 10427 -202 165.0605949341029 10428 -202 165.0605949341029 10429 -202 165.0605949341029 10430 -202 165.0605949341029 10431 -202 165.0605949341029 10432 -202 165.0605949341029 10433 -202 165.0605949341029 10434 -202 165.0605949341029 10435 -202 165.0605949341029 10436 -202 165.0605949341029 10437 -202 165.0605949341029 10438 -202 165.0605949341029 10439 -202 165.0605949341029 10440 -202 165.0605949341029 10441 -202 165.0605949341029 10442 -202 165.0605949341029 10443 -202 165.0605949341029 10444 -202 165.0605949341029 10445 -202 165.0605949341029 10446 -202 165.0605949341029 10447 -202 165.0605949341029 10448 -202 165.0605949341029 10449 -202 165.0605949341029 10450 -202 165.0605949341029 10451 -202 165.0605949341029 10452 -202 165.0605949341029 10453 -202 165.0605949341029 10454 -202 165.0605949341029 10455 -202 165.0605949341029 10456 -202 165.0605949341029 10457 -202 165.0605949341029 10458 -202 165.0605949341029 10459 -202 165.0605949341029 10460 -202 165.0605949341029 10461 -202 165.0605949341029 10462 -202 165.0605949341029 10463 -202 165.0605949341029 10464 -202 165.0605949341029 10465 -202 165.0605949341029 10466 -202 165.0605949341029 10467 -202 165.0605949341029 10468 -202 165.0605949341029 10469 -202 165.0605949341029 10470 -202 165.0605949341029 10471 -202 165.0605949341029 10472 -202 165.0605949341029 10473 -202 165.0605949341029 10474 -202 165.0605949341029 10475 -202 165.0605949341029 10476 -202 165.0605949341029 10477 -202 165.0605949341029 10478 -202 165.0605949341029 10479 -202 165.0605949341029 10480 -202 165.0605949341029 10481 -202 165.0605949341029 10482 -202 165.0605949341029 10483 -202 165.0605949341029 10484 -202 165.0605949341029 10485 -202 165.0605949341029 10486 -202 165.0605949341029 10487 -202 165.0605949341029 10488 -202 165.0605949341029 10489 -202 165.0605949341029 10490 -202 165.0605949341029 10491 -202 165.0605949341029 10492 -202 165.0605949341029 10493 -202 165.0605949341029 10494 -202 165.0605949341029 10495 -202 165.0605949341029 10496 -202 165.0605949341029 10497 -202 165.0605949341029 10498 -202 165.0605949341029 10499 -202 165.0605949341029 10500 -202 165.0605949341029 10501 -202 165.0605949341029 10502 -202 165.0605949341029 10503 -202 165.0605949341029 10504 -202 165.0605949341029 10505 -202 165.0605949341029 10506 -202 165.0605949341029 10507 -202 165.0605949341029 10508 -202 165.0605949341029 10509 -202 165.0605949341029 10510 -202 165.0605949341029 10511 -202 165.0605949341029 10512 -202 165.0605949341029 10513 -202 165.0605949341029 10514 -202 165.0605949341029 10515 -202 165.0605949341029 10516 -202 165.0605949341029 10517 -202 165.0605949341029 10518 -202 165.0605949341029 10519 -202 165.0605949341029 10520 -202 165.0605949341029 10521 -202 165.0605949341029 10522 -202 165.0605949341029 10523 -202 165.0605949341029 10524 -202 165.0605949341029 10525 -202 165.0605949341029 10526 -202 165.0605949341029 10527 -202 165.0605949341029 10528 -202 165.0605949341029 10529 -202 165.0605949341029 10530 -202 165.0605949341029 10531 -202 165.0605949341029 10532 -202 165.0605949341029 10533 -202 165.0605949341029 10534 -202 165.0605949341029 10535 -202 165.0605949341029 10536 -202 165.0605949341029 10537 -202 165.0605949341029 10538 -202 165.0605949341029 10539 -202 165.0605949341029 10540 -202 165.0605949341029 10541 -202 165.0605949341029 10542 -202 165.0605949341029 10543 -202 165.0605949341029 10544 -202 165.0605949341029 10545 -202 165.0605949341029 10546 -202 165.0605949341029 10547 -202 165.0605949341029 10548 -202 165.0605949341029 10549 -202 165.0605949341029 10550 -202 165.0605949341029 10551 -202 165.0605949341029 10552 -202 165.0605949341029 10553 -202 165.0605949341029 10554 -202 165.0605949341029 10555 -202 165.0605949341029 10556 -202 165.0605949341029 10557 -202 165.0605949341029 10558 -202 165.0605949341029 10559 -202 165.0605949341029 10560 -202 165.0605949341029 10561 -202 165.0605949341029 10562 -202 165.0605949341029 10563 -202 165.0605949341029 10564 -202 165.0605949341029 10565 -202 165.0605949341029 10566 -202 165.0605949341029 10567 -202 165.0605949341029 10568 -202 165.0605949341029 10569 -202 165.0605949341029 10570 -202 165.0605949341029 10571 -202 165.0605949341029 10572 -202 165.0605949341029 10573 -202 165.0605949341029 10574 -202 165.0605949341029 10575 -202 165.0605949341029 10576 -202 165.0605949341029 10577 -202 165.0605949341029 10578 -202 165.0605949341029 10579 -202 165.0605949341029 10580 -202 165.0605949341029 10581 -202 165.0605949341029 10582 -202 165.0605949341029 10583 -202 165.0605949341029 10584 -202 165.0605949341029 10585 -202 165.0605949341029 10586 -202 165.0605949341029 10587 -202 165.0605949341029 10588 -202 165.0605949341029 10589 -202 165.0605949341029 10590 -202 165.0605949341029 10591 -202 165.0605949341029 10592 -202 165.0605949341029 10593 -202 165.0605949341029 10594 -202 165.0605949341029 10595 -202 165.0605949341029 10596 -202 165.0605949341029 10597 -202 165.0605949341029 10598 -202 165.0605949341029 10599 -202 165.0605949341029 10600 -202 165.0605949341029 10601 -202 165.0605949341029 10602 -202 165.0605949341029 10603 -202 165.0605949341029 10604 -202 165.0605949341029 10605 -202 165.0605949341029 10606 -202 165.0605949341029 10607 -202 165.0605949341029 10608 -202 165.0605949341029 10609 -202 165.0605949341029 10610 -202 165.0605949341029 10611 -202 165.0605949341029 10612 -202 165.0605949341029 10613 -202 165.0605949341029 10614 -202 165.0605949341029 10615 -202 165.0605949341029 10616 -202 165.0605949341029 10617 -202 165.0605949341029 10618 -202 165.0605949341029 10619 -202 165.0605949341029 10620 -202 165.0605949341029 10621 -202 165.0605949341029 10622 -202 165.0605949341029 10623 -202 165.0605949341029 10624 -202 165.0605949341029 10625 -202 165.0605949341029 10626 -202 165.0605949341029 10627 -202 165.0605949341029 10628 -202 165.0605949341029 10629 -202 165.0605949341029 10630 -202 165.0605949341029 10631 -202 165.0605949341029 10632 -202 165.0605949341029 10633 -202 165.0605949341029 10634 -202 165.0605949341029 10635 -202 165.0605949341029 10636 -202 165.0605949341029 10637 -202 165.0605949341029 10638 -202 165.0605949341029 10639 -202 165.0605949341029 10640 -202 165.0605949341029 10641 -202 165.0605949341029 10642 -202 165.0605949341029 10643 -202 165.0605949341029 10644 -202 165.0605949341029 10645 -202 165.0605949341029 10646 -202 165.0605949341029 10647 -202 165.0605949341029 10648 -202 165.0605949341029 10649 -202 165.0605949341029 10650 -202 165.0605949341029 10651 -202 165.0605949341029 10652 -202 165.0605949341029 10653 -202 165.0605949341029 10654 -202 165.0605949341029 10655 -202 165.0605949341029 10656 -202 165.0605949341029 10657 -202 165.0605949341029 10658 -202 165.0605949341029 10659 -202 165.0605949341029 10660 -202 165.0605949341029 10661 -202 165.0605949341029 10662 -202 165.0605949341029 10663 -202 165.0605949341029 10664 -202 165.0605949341029 10665 -202 165.0605949341029 10666 -202 165.0605949341029 10667 -202 165.0605949341029 10668 -202 165.0605949341029 10669 -202 165.0605949341029 10670 -202 165.0605949341029 10671 -202 165.0605949341029 10672 -202 165.0605949341029 10673 -202 165.0605949341029 10674 -202 165.0605949341029 10675 -202 165.0605949341029 10676 -202 165.0605949341029 10677 -202 165.0605949341029 10678 -202 165.0605949341029 10679 -202 165.0605949341029 10680 -202 165.0605949341029 10681 -202 165.0605949341029 10682 -202 165.0605949341029 10683 -202 165.0605949341029 10684 -202 165.0605949341029 10685 -202 165.0605949341029 10686 -202 165.0605949341029 10687 -202 165.0605949341029 10688 -202 165.0605949341029 10689 -202 165.0605949341029 10690 -202 165.0605949341029 10691 -202 165.0605949341029 10692 -202 165.0605949341029 10693 -202 165.0605949341029 10694 -202 165.0605949341029 10695 -202 165.0605949341029 10696 -202 165.0605949341029 10697 -202 165.0605949341029 10698 -202 165.0605949341029 10699 -202 165.0605949341029 10700 -202 165.0605949341029 10701 -202 165.0605949341029 10702 -202 165.0605949341029 10703 -202 165.0605949341029 10704 -202 165.0605949341029 10705 -202 165.0605949341029 10706 -202 165.0605949341029 10707 -202 165.0605949341029 10708 -202 165.0605949341029 10709 -202 165.0605949341029 10710 -202 165.0605949341029 10711 -202 165.0605949341029 10712 -202 165.0605949341029 10713 -202 165.0605949341029 10714 -202 165.0605949341029 10715 -202 165.0605949341029 10716 -202 165.0605949341029 10717 -202 165.0605949341029 10718 -202 165.0605949341029 10719 -202 165.0605949341029 10720 -202 165.0605949341029 10721 -202 165.0605949341029 10722 -202 165.0605949341029 10723 -202 165.0605949341029 10724 -202 165.0605949341029 10725 -202 165.0605949341029 10726 -202 165.0605949341029 10727 -202 165.0605949341029 10728 -202 165.0605949341029 10729 -202 165.0605949341029 10730 -202 165.0605949341029 10731 -202 165.0605949341029 10732 -202 165.0605949341029 10733 -202 165.0605949341029 10734 -202 165.0605949341029 10735 -202 165.0605949341029 10736 -202 165.0605949341029 10737 -202 165.0605949341029 10738 -202 165.0605949341029 10739 -202 165.0605949341029 10740 -202 165.0605949341029 10741 -202 165.0605949341029 10742 -202 165.0605949341029 10743 -202 165.0605949341029 10744 -202 165.0605949341029 10745 -202 165.0605949341029 10746 -202 165.0605949341029 10747 -202 165.0605949341029 10748 -202 165.0605949341029 10749 -202 165.0605949341029 10750 -202 165.0605949341029 10751 -202 165.0605949341029 10752 -202 165.0605949341029 10753 -202 165.0605949341029 10754 -202 165.0605949341029 10755 -202 165.0605949341029 10756 -202 165.0605949341029 10757 -202 165.0605949341029 10758 -202 165.0605949341029 10759 -202 165.0605949341029 10760 -202 165.0605949341029 10761 -202 165.0605949341029 10762 -202 165.0605949341029 10763 -202 165.0605949341029 10764 -202 165.0605949341029 10765 -202 165.0605949341029 10766 -202 165.0605949341029 10767 -202 165.0605949341029 10768 -202 165.0605949341029 10769 -202 165.0605949341029 10770 -202 165.0605949341029 10771 -202 165.0605949341029 10772 -202 165.0605949341029 10773 -202 165.0605949341029 10774 -202 165.0605949341029 10775 -202 165.0605949341029 10776 -202 165.0605949341029 10777 -202 165.0605949341029 10778 -202 165.0605949341029 10779 -202 165.0605949341029 10780 -202 165.0605949341029 10781 -202 165.0605949341029 10782 -202 165.0605949341029 10783 -202 165.0605949341029 10784 -202 165.0605949341029 10785 -202 165.0605949341029 10786 -202 165.0605949341029 10787 -202 165.0605949341029 10788 -202 165.0605949341029 10789 -202 165.0605949341029 10790 -202 165.0605949341029 10791 -202 165.0605949341029 10792 -202 165.0605949341029 10793 -202 165.0605949341029 10794 -202 165.0605949341029 10795 -202 165.0605949341029 10796 -202 165.0605949341029 10797 -202 165.0605949341029 10798 -202 165.0605949341029 10799 -202 165.0605949341029 10800 -202 165.0605949341029 10801 -202 165.0605949341029 10802 -202 165.0605949341029 10803 -202 165.0605949341029 10804 -202 165.0605949341029 10805 -202 165.0605949341029 10806 -202 165.0605949341029 10807 -202 165.0605949341029 10808 -202 165.0605949341029 10809 -202 165.0605949341029 10810 -202 165.0605949341029 10811 -202 165.0605949341029 10812 -202 165.0605949341029 10813 -202 165.0605949341029 10814 -202 165.0605949341029 10815 -202 165.0605949341029 10816 -202 165.0605949341029 10817 -202 165.0605949341029 10818 -202 165.0605949341029 10819 -202 165.0605949341029 10820 -202 165.0605949341029 10821 -202 165.0605949341029 10822 -202 165.0605949341029 10823 -202 165.0605949341029 10824 -202 165.0605949341029 10825 -202 165.0605949341029 10826 -202 165.0605949341029 10827 -202 165.0605949341029 10828 -202 165.0605949341029 10829 -202 165.0605949341029 10830 -202 165.0605949341029 10831 -202 165.0605949341029 10832 -202 165.0605949341029 10833 -202 165.0605949341029 10834 -202 165.0605949341029 10835 -202 165.0605949341029 10836 -202 165.0605949341029 10837 -202 165.0605949341029 10838 -202 165.0605949341029 10839 -202 165.0605949341029 10840 -202 165.0605949341029 10841 -202 165.0605949341029 10842 -202 165.0605949341029 10843 -202 165.0605949341029 10844 -202 165.0605949341029 10845 -202 165.0605949341029 10846 -202 165.0605949341029 10847 -202 165.0605949341029 10848 -202 165.0605949341029 10849 -202 165.0605949341029 10850 -202 165.0605949341029 10851 -202 165.0605949341029 10852 -202 165.0605949341029 10853 -202 165.0605949341029 10854 -202 165.0605949341029 10855 -202 165.0605949341029 10856 -202 165.0605949341029 10857 -202 165.0605949341029 10858 -202 165.0605949341029 10859 -202 165.0605949341029 10860 -202 165.0605949341029 10861 -202 165.0605949341029 10862 -202 165.0605949341029 10863 -202 165.0605949341029 10864 -202 165.0605949341029 10865 -202 165.0605949341029 10866 -202 165.0605949341029 10867 -202 165.0605949341029 10868 -202 165.0605949341029 10869 -202 165.0605949341029 10870 -202 165.0605949341029 10871 -202 165.0605949341029 10872 -202 165.0605949341029 10873 -202 165.0605949341029 10874 -202 165.0605949341029 10875 -202 165.0605949341029 10876 -202 165.0605949341029 10877 -202 165.0605949341029 10878 -202 165.0605949341029 10879 -202 165.0605949341029 10880 -202 165.0605949341029 10881 -202 165.0605949341029 10882 -202 165.0605949341029 10883 -202 165.0605949341029 10884 -202 165.0605949341029 10885 -202 165.0605949341029 10886 -202 165.0605949341029 10887 -202 165.0605949341029 10888 -202 165.0605949341029 10889 -202 165.0605949341029 10890 -202 165.0605949341029 10891 -202 165.0605949341029 10892 -202 165.0605949341029 10893 -202 165.0605949341029 10894 -202 165.0605949341029 10895 -202 165.0605949341029 10896 -202 165.0605949341029 10897 -202 165.0605949341029 10898 -202 165.0605949341029 10899 -202 165.0605949341029 10900 -202 165.0605949341029 10901 -202 165.0605949341029 10902 -202 165.0605949341029 10903 -202 165.0605949341029 10904 -202 165.0605949341029 10905 -202 165.0605949341029 10906 -202 165.0605949341029 10907 -202 165.0605949341029 10908 -202 165.0605949341029 10909 -202 165.0605949341029 10910 -202 165.0605949341029 10911 -202 165.0605949341029 10912 -202 165.0605949341029 10913 -202 165.0605949341029 10914 -202 165.0605949341029 10915 -202 165.0605949341029 10916 -202 165.0605949341029 10917 -202 165.0605949341029 10918 -202 165.0605949341029 10919 -202 165.0605949341029 10920 -202 165.0605949341029 10921 -202 165.0605949341029 10922 -202 165.0605949341029 10923 -202 165.0605949341029 10924 -202 165.0605949341029 10925 -202 165.0605949341029 10926 -202 165.0605949341029 10927 -202 165.0605949341029 10928 -202 165.0605949341029 10929 -202 165.0605949341029 10930 -202 165.0605949341029 10931 -202 165.0605949341029 10932 -202 165.0605949341029 10933 -202 165.0605949341029 10934 -202 165.0605949341029 10935 -202 165.0605949341029 10936 -202 165.0605949341029 10937 -202 165.0605949341029 10938 -202 165.0605949341029 10939 -202 165.0605949341029 10940 -202 165.0605949341029 10941 -202 165.0605949341029 10942 -202 165.0605949341029 10943 -202 165.0605949341029 10944 -202 165.0605949341029 10945 -202 165.0605949341029 10946 -202 165.0605949341029 10947 -202 165.0605949341029 10948 -202 165.0605949341029 10949 -202 165.0605949341029 10950 -202 165.0605949341029 10951 -202 165.0605949341029 10952 -202 165.0605949341029 10953 -202 165.0605949341029 10954 -202 165.0605949341029 10955 -202 165.0605949341029 10956 -202 165.0605949341029 10957 -202 165.0605949341029 10958 -202 165.0605949341029 10959 -202 165.0605949341029 10960 -202 165.0605949341029 10961 -202 165.0605949341029 10962 -202 165.0605949341029 10963 -202 165.0605949341029 10964 -202 165.0605949341029 10965 -202 165.0605949341029 10966 -202 165.0605949341029 10967 -202 165.0605949341029 10968 -202 165.0605949341029 10969 -202 165.0605949341029 10970 -202 165.0605949341029 10971 -202 165.0605949341029 10972 -202 165.0605949341029 10973 -202 165.0605949341029 10974 -202 165.0605949341029 10975 -202 165.0605949341029 10976 -202 165.0605949341029 10977 -202 165.0605949341029 10978 -202 165.0605949341029 10979 -202 165.0605949341029 10980 -202 165.0605949341029 10981 -202 165.0605949341029 10982 -202 165.0605949341029 10983 -202 165.0605949341029 10984 -202 165.0605949341029 10985 -202 165.0605949341029 10986 -202 165.0605949341029 10987 -202 165.0605949341029 10988 -202 165.0605949341029 10989 -202 165.0605949341029 10990 -202 165.0605949341029 10991 -202 165.0605949341029 10992 -202 165.0605949341029 10993 -202 165.0605949341029 10994 -202 165.0605949341029 10995 -202 165.0605949341029 10996 -202 165.0605949341029 10997 -202 165.0605949341029 10998 -202 165.0605949341029 10999 -202 165.0605949341029 10001 -202 165.0605949341029 10002 -202 165.0605949341029 10003 -202 165.0605949341029 10004 -202 165.0605949341029 10005 -202 165.0605949341029 10006 -202 165.0605949341029 10007 -202 165.0605949341029 10008 -202 165.0605949341029 10009 -202 165.0605949341029 10010 -202 165.0605949341029 10011 -202 165.0605949341029 10012 -202 165.0605949341029 10013 -202 165.0605949341029 10014 -202 165.0605949341029 10015 -202 165.0605949341029 10016 -202 165.0605949341029 10017 -202 165.0605949341029 10018 -202 165.0605949341029 10019 -202 165.0605949341029 10020 -202 165.0605949341029 10021 -202 165.0605949341029 10022 -202 165.0605949341029 10023 -202 165.0605949341029 10024 -202 165.0605949341029 10025 -202 165.0605949341029 10026 -202 165.0605949341029 10027 -202 165.0605949341029 10028 -202 165.0605949341029 10029 -202 165.0605949341029 10030 -202 165.0605949341029 10031 -202 165.0605949341029 10032 -202 165.0605949341029 10033 -202 165.0605949341029 10034 -202 165.0605949341029 10035 -202 165.0605949341029 10036 -202 165.0605949341029 10037 -202 165.0605949341029 10038 -202 165.0605949341029 10039 -202 165.0605949341029 10040 -202 165.0605949341029 10041 -202 165.0605949341029 10042 -202 165.0605949341029 10043 -202 165.0605949341029 10044 -202 165.0605949341029 10045 -202 165.0605949341029 10046 -202 165.0605949341029 10047 -202 165.0605949341029 10048 -202 165.0605949341029 10049 -202 165.0605949341029 10050 -202 165.0605949341029 10051 -202 165.0605949341029 10052 -202 165.0605949341029 10053 -202 165.0605949341029 10054 -202 165.0605949341029 10055 -202 165.0605949341029 10056 -202 165.0605949341029 10057 -202 165.0605949341029 10058 -202 165.0605949341029 10059 -202 165.0605949341029 10060 -202 165.0605949341029 10061 -202 165.0605949341029 10062 -202 165.0605949341029 10063 -202 165.0605949341029 10064 -202 165.0605949341029 10065 -202 165.0605949341029 10066 -202 165.0605949341029 10067 -202 165.0605949341029 10068 -202 165.0605949341029 10069 -202 165.0605949341029 10070 -202 165.0605949341029 10071 -202 165.0605949341029 10072 -202 165.0605949341029 10073 -202 165.0605949341029 10074 -202 165.0605949341029 10075 -202 165.0605949341029 10076 -202 165.0605949341029 10077 -202 165.0605949341029 10078 -202 165.0605949341029 10079 -202 165.0605949341029 10080 -202 165.0605949341029 10081 -202 165.0605949341029 10082 -202 165.0605949341029 10083 -202 165.0605949341029 10084 -202 165.0605949341029 10085 -202 165.0605949341029 10086 -202 165.0605949341029 10087 -202 165.0605949341029 10088 -202 165.0605949341029 10089 -202 165.0605949341029 10090 -202 165.0605949341029 10091 -202 165.0605949341029 10092 -202 165.0605949341029 10093 -202 165.0605949341029 10094 -202 165.0605949341029 10095 -202 165.0605949341029 10096 -202 165.0605949341029 10097 -202 165.0605949341029 10098 -202 165.0605949341029 10099 -202 165.0605949341029 10100 -202 165.0605949341029 10101 -202 165.0605949341029 10102 -202 165.0605949341029 10103 -202 165.0605949341029 10104 -202 165.0605949341029 10105 -202 165.0605949341029 10106 -202 165.0605949341029 10107 -202 165.0605949341029 10108 -202 165.0605949341029 10109 -202 165.0605949341029 10110 -202 165.0605949341029 10111 -202 165.0605949341029 10112 -202 165.0605949341029 10113 -202 165.0605949341029 10114 -202 165.0605949341029 10115 -202 165.0605949341029 10116 -202 165.0605949341029 10117 -202 165.0605949341029 10118 -202 165.0605949341029 10119 -202 165.0605949341029 10120 -202 165.0605949341029 10121 -202 165.0605949341029 10122 -202 165.0605949341029 10123 -202 165.0605949341029 10124 -202 165.0605949341029 10125 -202 165.0605949341029 10126 -202 165.0605949341029 10127 -202 165.0605949341029 10128 -202 165.0605949341029 10129 -202 165.0605949341029 10130 -202 165.0605949341029 10131 -202 165.0605949341029 10132 -202 165.0605949341029 10133 -202 165.0605949341029 10134 -202 165.0605949341029 10135 -202 165.0605949341029 10136 -202 165.0605949341029 10137 -202 165.0605949341029 10138 -202 165.0605949341029 10139 -202 165.0605949341029 10140 -202 165.0605949341029 10141 -202 165.0605949341029 10142 -202 165.0605949341029 10143 -202 165.0605949341029 10144 -202 165.0605949341029 10145 -202 165.0605949341029 10146 -202 165.0605949341029 10147 -202 165.0605949341029 10148 -202 165.0605949341029 10149 -202 165.0605949341029 10150 -202 165.0605949341029 10151 -202 165.0605949341029 10152 -202 165.0605949341029 10153 -202 165.0605949341029 10154 -202 165.0605949341029 10155 -202 165.0605949341029 10156 -202 165.0605949341029 10157 -202 165.0605949341029 10158 -202 165.0605949341029 10159 -202 165.0605949341029 10160 -202 165.0605949341029 10161 -202 165.0605949341029 10162 -202 165.0605949341029 10163 -202 165.0605949341029 10164 -202 165.0605949341029 10165 -202 165.0605949341029 10166 -202 165.0605949341029 10167 -202 165.0605949341029 10168 -202 165.0605949341029 10169 -202 165.0605949341029 10170 -202 165.0605949341029 10171 -202 165.0605949341029 10172 -202 165.0605949341029 10173 -202 165.0605949341029 10174 -202 165.0605949341029 10175 -202 165.0605949341029 10176 -202 165.0605949341029 10177 -202 165.0605949341029 10178 -202 165.0605949341029 10179 -202 165.0605949341029 10180 -202 165.0605949341029 10181 -202 165.0605949341029 10182 -202 165.0605949341029 10183 -202 165.0605949341029 10184 -202 165.0605949341029 10185 -202 165.0605949341029 10186 -202 165.0605949341029 10187 -202 165.0605949341029 10188 -202 165.0605949341029 10189 -202 165.0605949341029 10190 -202 165.0605949341029 10191 -202 165.0605949341029 10192 -202 165.0605949341029 10193 -202 165.0605949341029 10194 -202 165.0605949341029 10195 -202 165.0605949341029 10196 -202 165.0605949341029 10197 -202 165.0605949341029 10198 -202 165.0605949341029 10199 -202 165.0605949341029 10200 -202 165.0605949341029 10201 -202 165.0605949341029 10202 -202 165.0605949341029 10203 -202 165.0605949341029 10204 -202 165.0605949341029 10205 -202 165.0605949341029 10206 -202 165.0605949341029 10207 -202 165.0605949341029 10208 -202 165.0605949341029 10209 -202 165.0605949341029 10210 -202 165.0605949341029 10211 -202 165.0605949341029 10212 -202 165.0605949341029 10213 -202 165.0605949341029 10214 -202 165.0605949341029 10215 -202 165.0605949341029 10216 -202 165.0605949341029 10217 -202 165.0605949341029 10218 -202 165.0605949341029 10219 -202 165.0605949341029 10220 -202 165.0605949341029 10221 -202 165.0605949341029 10222 -202 165.0605949341029 10223 -202 165.0605949341029 10224 -202 165.0605949341029 10225 -202 165.0605949341029 10226 -202 165.0605949341029 10227 -202 165.0605949341029 10228 -202 165.0605949341029 10229 -202 165.0605949341029 10230 -202 165.0605949341029 10231 -202 165.0605949341029 10232 -202 165.0605949341029 10233 -202 165.0605949341029 10234 -202 165.0605949341029 10235 -202 165.0605949341029 10236 -202 165.0605949341029 10237 -202 165.0605949341029 10238 -202 165.0605949341029 10239 -202 165.0605949341029 10240 -202 165.0605949341029 10241 -202 165.0605949341029 10242 -202 165.0605949341029 10243 -202 165.0605949341029 10244 -202 165.0605949341029 10245 -202 165.0605949341029 10246 -202 165.0605949341029 10247 -202 165.0605949341029 10248 -202 165.0605949341029 10249 -202 165.0605949341029 10250 -202 165.0605949341029 10251 -202 165.0605949341029 10252 -202 165.0605949341029 10253 -202 165.0605949341029 10254 -202 165.0605949341029 10255 -202 165.0605949341029 10256 -202 165.0605949341029 10257 -202 165.0605949341029 10258 -202 165.0605949341029 10259 -202 165.0605949341029 10260 -202 165.0605949341029 10261 -202 165.0605949341029 10262 -202 165.0605949341029 10263 -202 165.0605949341029 10264 -202 165.0605949341029 10265 -202 165.0605949341029 10266 -202 165.0605949341029 10267 -202 165.0605949341029 10268 -202 165.0605949341029 10269 -202 165.0605949341029 10270 -202 165.0605949341029 10271 -202 165.0605949341029 10272 -202 165.0605949341029 10273 -202 165.0605949341029 10274 -202 165.0605949341029 10275 -202 165.0605949341029 10276 -202 165.0605949341029 10277 -202 165.0605949341029 10278 -202 165.0605949341029 10279 -202 165.0605949341029 10280 -202 165.0605949341029 10281 -202 165.0605949341029 10282 -202 165.0605949341029 10283 -202 165.0605949341029 10284 -202 165.0605949341029 10285 -202 165.0605949341029 10286 -202 165.0605949341029 10287 -202 165.0605949341029 10288 -202 165.0605949341029 10289 -202 165.0605949341029 10290 -202 165.0605949341029 10291 -202 165.0605949341029 10292 -202 165.0605949341029 10293 -202 165.0605949341029 10294 -202 165.0605949341029 10295 -202 165.0605949341029 10296 -202 165.0605949341029 10297 -202 165.0605949341029 10298 -202 165.0605949341029 10299 -202 165.0605949341029 10300 -1202 165.07574019219177 2740 -1203 165.4236984231703 2159 -1204 165.6804152578089 2031 -1205 166.02710622064097 2751 -1206 166.14752480852673 2555 -1207 167.0029939851379 2845 -1208 167.04789732289362 2846 -1209 167.36188335460378 2844 -1210 167.5857989210303 2847 -1211 167.83920876839238 2637 -1212 168.31518053936784 2333 -1212 168.31518053936784 2843 -1214 168.4339633209407 2739 -1215 168.67127793433 2434 -1216 168.71573726241425 2848 -1217 169.14490828872147 2232 -1218 169.30741271426953 2654 -1219 169.49926253526888 1930 -1220 169.5435047414085 2752 -1221 169.85287751463028 2842 -1222 170.20575783445167 2535 -1223 170.42593699317013 2849 -1224 170.484603410396 2358 -1225 170.66048165876012 2457 -1226 171.14321488157222 2131 -1227 171.4788616710526 2259 -1228 171.95929750961417 2841 -1229 172.00290695217916 2556 -1230 172.30786401090347 2738 -1231 172.69916039170542 2850 -1232 172.88724649319855 2636 -1233 173.5655495770978 2753 -1234 174.2699056062176 2030 -1235 174.48495637160244 2655 -1236 174.61385970191483 2840 -1237 175.41379649275027 2433 -1238 175.5135322418189 2851 -1239 175.64168070250295 2332 -1240 176.32356620712955 2534 -1241 176.66352198459083 2737 -1242 177.00282483621552 2945 -1242 177.00282483621552 2231 -1244 177.04519197086375 2946 -1245 177.341478509682 2944 -1246 177.49647883831386 2458 -1247 177.55280904564705 2947 -1248 177.79201331893398 2839 -1249 177.89041570584965 2359 -1250 178.05897899291685 2754 -1251 178.22738285684383 2557 -1252 178.24140933015536 2943 -1253 178.35358140502814 2635 -1254 178.61970775925033 2948 -1255 178.8435070110179 2852 -1256 179.47144619688115 2130 -1257 179.6941846582688 2942 -1258 180.06943105369106 2656 -1259 180.2359564570843 2949 -1260 181.4662503056698 2838 -1260 181.4662503056698 2736 -1262 181.68654325513486 2941 -1263 182.3869512876401 2950 -1264 182.45547402037573 2432 -1265 182.66088798645427 2853 -1266 182.78402556022232 2533 -1267 182.98907071188705 2755 -1268 183.22117781522965 2331 -1269 184.200977196105 2634 -1270 184.20097719610501 2940 -1271 184.62123388169627 2459 -1272 184.78365728602733 2558 -1273 185.05404615949365 2951 -1274 185.06755523321746 2230 -1275 185.60711193270586 2837 -1276 186.02419197512992 2657 -1277 186.68154702594467 2735 -1278 186.93581786270926 2854 -1279 187.00267377767625 3045 -1280 187.0427758562196 3046 -1281 187.21645226849054 2939 -1282 187.32325002519042 3044 -1283 187.5233318816621 3047 -1284 188.17545004596107 3043 -1285 188.2153022471871 2952 -1286 188.3215335536539 2756 -1287 188.53381659532593 3048 -1288 189.5521036549054 3042 -1288 189.5521036549054 2532 -1290 189.76301009416983 2431 -1291 190.0657780874821 3049 -1292 190.18412131405714 2836 -1293 190.39432764659773 2633 -1294 190.70920271449936 2938 -1295 191.0235587565052 2330 -1296 191.4418971907665 3041 -1297 191.637678967368 2559 -1297 191.637678967368 2855 -1299 191.84629264074925 2953 -1300 192.10674116230277 3050 -1301 192.27584351654784 2734 -1302 192.31484602078956 2658 -1303 193.82982226685343 3040 -1304 194.02319448973105 2757 -1305 194.64069461446132 3051 -1306 194.65353837010002 2937 -1307 195.16659550240658 2835 -1308 195.92090240706835 2954 -1309 196.596032513375 2531 -1310 196.69773765857093 3039 -1311 196.73586353280885 2856 -1312 196.9009903479411 2632 -1313 197.00253805471644 3145 -1314 197.04060495238028 3146 -1315 197.3068675946177 3144 -1315 197.3068675946177 2430 -1317 197.4968354176846 3147 -1318 197.6486782146544 3052 -1319 198.11612756158948 3143 -1320 198.21705274773916 2733 -1321 198.45654436173174 3148 -1322 198.90952717253137 2659 -1323 199.0226117806718 2936 -1324 199.42417105255822 3142 -1325 199.9124808509964 3149 -1326 200.02499843769527 3038 -1327 200.06249023742555 2758 -1328 200.41207548448773 2955 -1329 200.5243127403757 2834 -1330 201.10942295178515 3053 -1331 201.22127124138743 3141 -1332 201.85390756683407 3150 -1333 202.20039564748632 2857 -1334 203.49447166937975 3140 -1335 203.69094236121543 2631 -1336 203.78910667648555 3037 -1336 203.78910667648555 2935 -1338 203.8872237291979 2530 -1339 204.26698215815497 3151 -1340 204.47493733951845 2732 -1341 205 3054 -1342 205.29247428973133 2956 -1343 206.2280291328024 3139 -1344 206.22802913280242 2833 -1345 206.4097865896867 2759 -1346 207.0024154448445 3245 -1347 207.03864373589778 3246 -1348 207.13522153414664 3152 -1349 207.2920644887305 3244 -1350 207.47288979526942 3247 -1351 207.9663434308542 3036 -1352 208.00240383226344 2858 -1353 208.06249061279644 3243 -1354 208.38665984174708 3248 -1355 208.92582415776175 2934 -1356 209.29644048573786 3055 -1357 209.3083849252103 3242 -1358 209.40391591371926 3138 -1359 209.77368757782753 3249 -1360 210.440015206234 3153 -1361 210.53503271427297 2957 -1362 210.73680267100949 2630 -1363 211.0213259365034 3241 -1363 211.0213259365034 2731 -1365 211.6246677492962 3250 -1366 212.24985276791125 2832 -1367 212.53235047869774 3035 -1368 213.0023474049054 3137 -1369 213.19005605327843 3240 -1370 213.9275578320848 3251 -1371 213.97429752192198 3056 -1372 214.11445537375565 2859 -1373 214.16115427406532 3154 -1374 214.40615662802222 2933 -1375 215.80083410404143 3239 -1376 216.11339616044165 2958 -1377 216.6679487141557 3252 -1378 217.0023041352326 3136 -1379 217.00230413523263 3345 -1380 217.0368632283465 3346 -1381 217.27862297059966 3344 -1382 217.45114393812693 3347 -1383 217.46264046957583 3034 -1384 217.83020910791967 2730 -1385 218.01376103356412 3343 -1386 218.27734651126764 3155 -1387 218.3231549790356 3348 -1388 218.56349191939628 2831 -1389 218.83783950679094 3238 -1390 219.00913222968578 3057 -1391 219.20310216782974 3342 -1392 219.64744478368058 3349 -1393 219.82947936980608 3253 -1394 220.20445045457186 2932 -1395 220.83930809527547 3341 -1396 221.38202275704322 3135 -1397 221.4158982548453 3350 -1398 222.00225224082752 2959 -1399 222.2836026341124 3237 -1400 222.73302404448245 3033 -1401 222.76669409945464 3156 -1402 222.9125389025929 3340 -1403 223.3942702935776 3254 -1404 223.61797781037197 3351 -1405 224.37691503361037 3058 -1406 225.14439810930227 2830 -1407 225.41073621280773 3339 -1408 226.11943746613204 3236 -1409 226.11943746613207 3134 -1410 226.24102192131295 3352 -1411 226.29626598775334 2931 -1412 227.00220263248548 3445 -1413 227.03523955544873 3446 -1414 227.26636354727023 3444 -1415 227.343352662883 3255 -1416 227.4313083108832 3447 -1417 227.6071176391459 3157 -1418 227.96929617823537 3443 -1419 228.2651966463569 3448 -1420 228.31995094603536 3338 -1421 228.3199509460354 3032 -1422 229.10696191953662 3442 -1423 229.2705825002414 3353 -1424 229.53213282675696 3449 -1425 230.05434140654683 3059 -1426 230.32585612562042 3235 -1427 230.6729286240585 3441 -1428 231.1925604339378 3133 -1429 231.22499864850255 3450 -1430 231.62469643800938 3337 -1431 231.65707414193074 3256 -1432 232.65854809140367 3440 -1433 232.6585480914037 2930 -1434 232.69078194032525 3354 -1435 232.7767170487633 3158 -1436 233.33452380648689 3451 -1437 234.2007685726074 3031 -1438 234.8829495727606 3234 -1439 235.05318547086318 3439 -1440 235.30830839560258 3336 -1441 235.8495283014151 3452 -1442 236.31546711969577 3257 -1443 236.4846718077093 3355 -1444 236.5797962633327 3132 -1445 237.00210969525145 3545 -1446 237.03375287076733 3546 -1447 237.25513693068902 3544 -1448 237.41314201197875 3547 -1449 237.84448700779254 3438 -1450 237.92856070678025 3543 -1451 238.21209037326378 3548 -1452 238.25406607233379 3159 -1453 238.75719884434898 3453 -1454 239.0188277102873 3542 -1455 239.35329536064464 3335 -1456 239.4263978762576 3549 -1457 239.77072381756705 3233 -1458 240.35390573069537 3030 -1459 240.52026941611385 3541 -1460 240.63457773146402 3356 -1461 241.01867147588382 3437 -1462 241.04978738841487 3550 -1463 241.29857024027305 3258 -1464 242.0433845408711 3454 -1465 242.26019070412704 3131 -1466 242.42524621004304 3540 -1467 243.0740627874558 3551 -1468 243.74166652421167 3334 -1469 244.56083087853622 3436 -1470 244.72433471152803 3539 -1471 244.9693858423946 3232 -1472 245.12241839538055 3357 -1473 245.48930730278255 3552 -1474 245.6928977402481 3455 -1475 246.5866987491418 3259 -1476 247.002024283203 3645 -1477 247.03238654071248 3646 -1478 247.244817943673 3644 -1479 247.39644298170498 3647 -1480 247.40654801358838 3538 -1481 247.89110512481082 3643 -1482 248.1632527188504 3648 -1483 248.21361767638777 3130 -1484 248.28411145298847 3553 -1485 248.4552273549502 3333 -1485 248.4552273549502 3435 -1487 248.93774322107123 3642 -1488 249.3290997858052 3649 -1489 249.68980756130193 3456 -1490 249.92999019725502 3358 -1491 250.3797116381437 3641 -1492 250.4595775769016 3537 -1493 250.45957757690164 3231 -1494 250.88842141477951 3650 -1495 251.44581921360316 3554 -1496 252.21022976873877 3640 -1497 252.68557536986555 3434 -1498 252.83393759541067 3651 -1499 253.47583711273154 3332 -1500 253.87004549572208 3536 -1501 254.0177159176108 3457 -1502 254.42091109026396 3639 -1503 254.9607812978302 3555 -1504 255.0392126713067 3359 -1505 255.1568145278507 3652 -1506 256.2225595063791 3230 -1507 257.00194551792794 3745 -1507 257.00194551792794 3638 -1509 257.03112651972714 3746 -1510 257.23530084341064 3744 -1510 257.23530084341064 3433 -1512 257.3810404827831 3747 -1513 257.62375666851847 3535 -1514 257.84685377176896 3653 -1515 257.85654926722333 3743 -1516 258.11818998280614 3748 -1517 258.6600085053737 3458 -1518 258.7856255668 3331 -1519 258.8146054611293 3556 -1520 258.8628980754098 3742 -1521 259.2392717163046 3749 -1522 259.9423012901133 3637 -1523 260.2498799231231 3741 -1524 260.73933343475437 3750 -1525 260.8926982496827 3654 -1526 261.70594185077266 3534 -1527 262.01145013147806 3740 -1528 262.08777155754524 3432 -1529 262.61188091935213 3751 -1530 262.99239532731735 3557 -1531 263.22993750711566 3636 -1532 263.60007587252323 3459 -1533 264.14011433328335 3739 -1534 264.2820463065927 3655 -1535 264.36716891475004 3330 -1536 264.8490135907627 3752 -1537 266.101484400219 3533 -1538 266.62708039507163 3738 -1539 266.8520189168521 3635 -1540 267.00187265260894 3845 -1541 267.02996086581743 3846 -1542 267.22649569232465 3844 -1542 267.22649569232465 3431 -1544 267.36678926149375 3847 -1545 267.44158240632663 3753 -1546 267.47897113605023 3558 -1547 267.8245694479877 3843 -1548 268.00186566514793 3656 -1549 268.07648162418127 3848 -1550 268.79360111431225 3842 -1551 269.15608854343236 3849 -1552 269.46242780766306 3737 -1553 270.12959852633696 3841 -1554 270.3793631178238 3754 -1555 270.60118255469615 3850 -1556 270.7951255100431 3634 -1557 270.79512551004314 3532 -1558 271.8271509617831 3840 -1559 272.0386002022507 3657 -1560 272.2590678012396 3559 -1561 272.40594707164524 3851 -1562 272.6352875179587 3430 -1562 272.6352875179587 3736 -1564 273.65123789232166 3755 -1565 273.87953556262653 3839 -1566 274.5632896073326 3852 -1567 275.0454507895014 3633 -1568 275.77164466275354 3531 -1569 276.13402542968157 3735 -1570 276.27884464793897 3838 -1571 276.3783638420345 3658 -1572 277.0018050482704 3945 -1573 277.02887936097926 3946 -1574 277.0649743291273 3853 -1575 277.2183255125822 3944 -1576 277.24537868105216 3756 -1577 277.35356496717327 3947 -1578 277.7948883618991 3943 -1579 278.0377672187719 3948 -1580 278.72925931807015 3942 -1581 279.0161285660741 3837 -1582 279.0788419067272 3949 -1583 279.5889840462246 3632 -1584 279.9017684831591 3854 -1585 279.94642344563005 3734 -1586 280.01785657346926 3941 -1587 280.4728150819612 3950 -1588 281.0071173475861 3659 -1589 281.0160137785745 3530 -1590 281.1494264621573 3757 -1591 281.65581833152316 3940 -1592 282.08154849263 3836 -1593 282.2144574609883 3951 -1594 283.0635970943632 3855 -1595 283.6370920736567 3939 -1596 284.05985284795173 3733 -1597 284.29737951659 3952 -1598 284.4116734594415 3631 -1599 285.3506614676055 3758 -1600 285.4645336990219 3835 -1601 285.9545418418809 3938 -1602 286.5397005652096 3856 -1603 286.7141433553636 3953 -1604 287.00174215499106 4045 -1605 287.027873210948 4046 -1606 287.2107240337658 4044 -1607 287.34126052483305 4047 -1608 287.76726707532254 4043 -1609 288.00173610587836 4048 -1610 288.46143589741763 3732 -1611 288.600069300061 3937 -1612 288.6693610343848 4042 -1613 289.0069203323685 4049 -1614 289.15393824051574 3834 -1615 289.4563870430224 3954 -1616 289.49956822074887 3630 -1617 289.8361606149239 3759 -1618 289.9137802864845 4041 -1619 290.31879029783795 3857 -1620 290.3532331488665 4050 -1621 291.49614062625255 4040 -1622 291.56474409640134 3936 -1623 292.0359566902679 4051 -1624 292.5149568825499 3955 -1625 293.1381926668717 3731 -1625 293.1381926668717 3833 -1627 293.41097457320853 4039 -1628 294.0493155917898 4052 -1629 294.38919817140027 3858 -1630 294.83893908369697 3935 -1631 295.6518222504302 4038 -1632 295.8800432607782 3956 -1633 296.38657189555664 4053 -1634 297.0016834969122 4145 -1635 297.0269348055829 4146 -1636 297.2036338943385 4144 -1637 297.3297832374012 4147 -1638 297.40544715926103 3832 -1639 297.7414986191881 4143 -1640 297.9681191000138 4148 -1641 298.0771712157776 3730 -1642 298.2113344593059 4037 -1643 298.4124662275355 3934 -1644 298.6134625230417 4142 -1645 298.73901653449957 3859 -1646 298.93979326948096 4149 -1647 299.0401310861136 4054 -1648 299.5413160150032 3957 -1649 299.81661061388843 4141 -1650 300.24156940703597 4150 -1651 301.081384346492 4036 -1652 301.34697609234445 4140 -1653 301.86917696247156 4151 -1654 301.94370336206714 3831 -1655 302.00165562460086 4055 -1656 302.27470949452584 3933 -1657 303.19960422137757 4139 -1658 303.48805577814755 3958 -1659 303.81737935806103 4152 -1660 304.25318404250106 4035 -1661 305.26218239408564 4056 -1662 305.3686296920494 4138 -1663 306.08005488760614 4153 -1664 306.41475160311717 3932 -1665 306.74093303633276 3830 -1666 307.0016286601751 4245 -1667 307.0260575260673 4246 -1668 307.1970051937356 4244 -1669 307.3190524520079 4247 -1670 307.709278378147 3959 -1671 307.7174028227848 4034 -1671 307.7174028227848 4243 -1673 307.8473647767672 4137 -1674 307.9366818032564 4248 -1675 308.5611770783875 4242 -1676 308.65028754239 4154 -1677 308.8122406900348 4057 -1678 308.8769981724117 4249 -1679 309.7256850827842 4241 -1680 310.1370664722293 4250 -1681 310.6283953536765 4136 -1682 310.82149217838844 3931 -1683 311.20732639190874 4240 -1684 311.464283666683 4033 -1685 311.5204648173214 4155 -1686 311.7130090323469 4251 -1687 312.64196775225173 4058 -1688 313.0015974400131 4239 -1689 313.6000637755037 4252 -1690 313.70368184004474 4135 -1691 314.6823795511913 4156 -1692 315.1031577118833 4238 -1693 315.48375552474965 4032 -1693 315.48375552474965 3930 -1695 315.79265349276255 4253 -1696 316.7412192942371 4059 -1697 317.00157728314224 4345 -1698 317.0252355885885 4346 -1699 317.0646621747684 4134 -1700 317.1907943178679 4344 -1701 317.3089976663126 4347 -1702 317.5059054568907 4237 -1703 317.69482211707515 4343 -1704 317.90721916936707 4348 -1705 318.1273329973393 4157 -1706 318.28446396266344 4254 -1707 318.51216617265976 4342 -1708 318.8181299738144 4349 -1709 319.64042297556796 4341 -1710 319.76553910638967 4031 -1711 320.03906011610513 4350 -1712 320.2030605725061 4236 -1713 320.7023542164915 4133 -1714 321.06852851065923 4255 -1715 321.07631491594015 4340 -1716 321.56647835245514 4351 -1717 321.84623657889796 4158 -1718 322.81573691503945 4339 -1719 323.18725222384626 4235 -1720 323.39604202896487 4352 -1721 324.13731658048874 4256 -1722 324.29924452579286 4030 -1723 324.6074552440224 4132 -1724 324.8538132760642 4338 -1725 325.5226566615602 4353 -1726 325.82971012478276 4159 -1727 326.4506088216103 4234 -1728 327.00152904841286 4445 -1729 327.02446391669235 4446 -1730 327.1849629796577 4444 -1731 327.18496297965777 4337 -1732 327.29955698106284 4447 -1733 327.4828239770752 4257 -1734 327.67361810191557 4443 -1735 327.8795510549567 4448 -1736 327.9405433916337 4354 -1737 328.4661321963042 4442 -1738 328.76283244916846 4449 -1739 328.77043662713953 4131 -1740 329.56031314465037 4441 -1741 329.802971484491 4336 -1742 329.946965435356 4450 -1743 329.98484813700156 4233 -1744 330.6433123473088 4355 -1745 330.95316889251865 4440 -1746 331.09666262286606 4258 -1747 331.42872536942235 4451 -1748 332.6409475695979 4439 -1749 332.7010670256409 4335 -1750 333.1816321467917 4130 -1751 333.20414163092266 4452 -1752 333.6240399012038 4356 -1753 333.7813655673426 4232 -1754 334.61918653896697 4438 -1755 334.970147923662 4259 -1756 335.26854907670656 4453 -1757 335.87199942835366 4334 -1758 336.87534786623974 4357 -1759 336.8827689271151 4437 -1760 337.0014836762592 4545 -1761 337.02373803635845 4546 -1762 337.17947743004765 4544 -1763 337.2906758272455 4547 -1764 337.61664650902503 4454 -1765 337.65366871988823 4543 -1766 337.83131885602313 4231 -1767 337.85351855500926 4548 -1768 338.4228124698452 4542 -1769 338.71079108879894 4549 -1770 339.3081195609677 4333 -1771 339.42598604113977 4436 -1772 339.4849039353591 4541 -1773 339.8602654032978 4550 -1774 340.2425605358624 4455 -1775 340.3894827987492 4358 -1776 340.8372045419925 4540 -1777 341.29898915760066 4551 -1778 342.12570789112004 4230 -1779 342.2426040106638 4435 -1780 342.47627655065395 4539 -1781 343.0014577228499 4332 -1782 343.02332282222443 4552 -1783 343.13991315496946 4456 -1784 344.15839376659113 4359 -1785 344.3980255460243 4538 -1786 345.028984289726 4553 -1787 345.3259329966402 4434 -1788 346.30189141845585 4457 -1789 346.5977495599185 4537 -1790 346.9437994834322 4331 -1791 347.0014409191985 4645 -1792 347.02305398921266 4646 -1793 347.17430780517157 4644 -1794 347.28230591263934 4647 -1795 347.3110997362451 4554 -1796 347.63486591537395 4643 -1797 347.82898096622137 4648 -1798 348.38197427536346 4642 -1799 348.66172717979816 4649 -1800 348.66889737973474 4433 -1801 349.0701935141412 4536 -1802 349.4137948049561 4641 -1803 349.7213176230468 4458 -1804 349.7785013404912 4650 -1805 349.86425939212484 4555 -1806 350.727814693959 4640 -1807 351.1267577385694 4330 -1808 351.17659375305755 4651 -1809 351.80960760047475 4535 -1810 352.26410546633895 4432 -1811 352.32087647484076 4639 -1812 352.6825768307814 4556 -1813 352.8526604689271 4652 -1814 353.3907186104355 4459 -1815 354.1892149684968 4638 -1816 354.80276210875246 4653 -1817 354.80980820715763 4534 -1818 355.75975039343615 4557 -1819 356.10391741737413 4431 -1820 356.3285001231308 4637 -1821 357.0014005574768 4745 -1822 357.022408260322 4746 -1822 357.022408260322 4654 -1824 357.169427583045 4744 -1825 357.2744043448957 4747 -1826 357.61711368445447 4743 -1827 357.8058132562969 4748 -1828 358.06424004639166 4533 -1829 358.3434107110105 4742 -1830 358.6153928653928 4749 -1831 358.73388465546435 4636 -1832 359.08912542710056 4558 -1833 359.3466293149276 4741 -1834 359.5066063370741 4655 -1835 359.7012649407839 4750 -1836 360.18051030004386 4430 -1837 360.62445840513925 4740 -1838 361.0609366852083 4751 -1839 361.4000553403389 4635 -1840 361.5660382281499 4532 -1841 362.17399133565624 4739 -1842 362.2499137335991 4656 -1843 362.6637561157718 4559 -1844 362.6913288183218 4752 -1845 363.9917581484504 4738 -1846 364.3212867785796 4634 -1847 364.5888094826829 4753 -1848 365.246492111834 4657 -1849 365.30808915215664 4531 -1850 366.0737630587584 4737 -1851 366.74923312803253 4754 -1852 367.0013623952914 4845 -1853 367.02179771779225 4846 -1854 367.1648131289272 4844 -1855 367.2669328975861 4847 -1856 367.49149650025913 4633 -1857 367.6003264416396 4843 -1858 367.7839039436065 4848 -1859 368.30693721405794 4842 -1860 368.4155262743415 4736 -1861 368.4901626909462 4658 -1862 368.5715669988666 4849 -1863 369.1679834438517 4755 -1864 369.2830892418443 4530 -1865 369.2830892418444 4841 -1866 369.6281915655244 4850 -1867 370.5266522127659 4840 -1868 370.9043003255692 4632 -1869 370.9514793069304 4851 -1870 371.01212918178294 4735 -1871 371.8400193631665 4756 -1872 371.97446148895756 4659 -1873 372.0349445952625 4839 -1874 372.5385886052611 4852 -1875 373.80476187443094 4838 -1876 373.8582619121851 4734 -1877 374.3861642742691 4853 -1878 374.5530670011928 4631 -1879 374.7599231508086 4757 -1880 375.8324094593227 4837 -1881 376.49037172283704 4854 -1882 376.9482723133242 4733 -1883 377.9219496139381 4758 -1884 378.1137395017537 4836 -1885 378.43097124839034 4630 -1886 378.8469347902924 4855 -1887 380.27621540138426 4732 -1888 380.64419081341566 4835 -1889 381.3200755271089 4759 -1890 381.4511764302216 4856 -1891 383.4188310451118 4834 -1892 383.83590243748694 4731 -1893 384.2980614054669 4857 -1894 386.4324002979047 4833 -1895 387.38224017112606 4858 -1896 387.6209488662861 4730 -1897 389.67935536797427 4832 -1898 390.69809316145887 4859 -1899 393.1539138810652 4831 -1900 396.850097643934 4830 -\. --- --- Data for Name: quad_point_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.quad_point_tbl (p) FROM stdin; -(8800,0) -(1891,1) -(3420,2) -(9850,3) -(7164,4) -(8009,5) -(5057,6) -(6701,7) -(4321,8) -(3043,9) -(1314,10) -(1504,11) -(5222,12) -(6243,13) -(5471,14) -(5006,15) -(5387,16) -(5785,17) -(6621,18) -(6969,19) -(9460,20) -(59,21) -(8020,22) -(7695,23) -(3442,24) -(5119,25) -(646,26) -(9605,27) -(263,28) -(3269,29) -(1839,30) -(9144,31) -(2513,32) -(8850,33) -(236,34) -(3162,35) -(4380,36) -(8095,37) -(209,38) -(3055,39) -(6921,40) -(7046,41) -(7912,42) -(7267,43) -(3599,44) -(923,45) -(1437,46) -(6439,47) -(6989,48) -(8798,49) -(5960,50) -(5832,51) -(6066,52) -(322,53) -(8321,54) -(734,55) -(688,56) -(4212,57) -(9653,58) -(2677,59) -(5423,60) -(2592,61) -(3233,62) -(5032,63) -(2525,64) -(4450,65) -(5778,66) -(5852,67) -(5404,68) -(6223,69) -(6133,70) -(9112,71) -(7575,72) -(7414,73) -(9741,74) -(3767,75) -(9372,76) -(8976,77) -(4071,78) -(1311,79) -(2604,80) -(8840,81) -(567,82) -(5215,83) -(5474,84) -(3906,85) -(1769,86) -(1454,87) -(6877,88) -(6501,89) -(934,90) -(4075,91) -(3180,92) -(7787,93) -(6401,94) -(4244,95) -(4591,96) -(4113,97) -(5925,98) -(1987,99) -(8248,100) -(4151,101) -(8670,102) -(6194,103) -(88,104) -(4058,105) -(2742,106) -(8275,107) -(4258,108) -(6129,109) -(7243,110) -(2392,111) -(9853,112) -(6064,113) -(4391,114) -(726,115) -(6957,116) -(3853,117) -(4524,118) -(5330,119) -(6671,120) -(5314,121) -(9202,122) -(4596,123) -(8951,124) -(9902,125) -(1440,126) -(5339,127) -(3371,128) -(4467,129) -(6216,130) -(5364,131) -(7547,132) -(4338,133) -(3481,134) -(826,135) -(3647,136) -(3337,137) -(3591,138) -(7192,139) -(1078,140) -(1310,141) -(9642,142) -(39,143) -(8682,144) -(1794,145) -(5630,146) -(6748,147) -(3766,148) -(6403,149) -(175,150) -(2179,151) -(7897,152) -(2760,153) -(1675,154) -(2564,155) -(157,156) -(8779,157) -(9591,158) -(8732,159) -(139,160) -(5372,161) -(1278,162) -(4697,163) -(8610,164) -(8180,165) -(2399,166) -(615,167) -(7629,168) -(7628,169) -(4659,170) -(5865,171) -(3973,172) -(552,173) -(708,174) -(3550,175) -(5547,176) -(489,177) -(3794,178) -(9479,179) -(6435,180) -(5120,181) -(3615,182) -(8399,183) -(2155,184) -(6690,185) -(1683,186) -(6302,187) -(516,188) -(3901,189) -(6938,190) -(7484,191) -(7424,192) -(9410,193) -(1714,194) -(8278,195) -(3158,196) -(2511,197) -(2912,198) -(2648,199) -(9385,200) -(7545,201) -(8407,202) -(5893,203) -(7049,204) -(6812,205) -(3649,206) -(9275,207) -(1179,208) -(969,209) -(7920,210) -(998,211) -(3958,212) -(6052,213) -(8791,214) -(5191,215) -(4267,216) -(2829,217) -(6396,218) -(9413,219) -(614,220) -(4660,221) -(8834,222) -(2767,223) -(2444,224) -(4129,225) -(3394,226) -(2705,227) -(8499,228) -(8852,229) -(6174,230) -(750,231) -(8164,232) -(4930,233) -(9904,234) -(7378,235) -(2927,236) -(7155,237) -(1302,238) -(5904,239) -(9687,240) -(3553,241) -(4447,242) -(6878,243) -(9470,244) -(9735,245) -(5967,246) -(6601,247) -(7631,248) -(3559,249) -(2247,250) -(9649,251) -(808,252) -(240,253) -(5031,254) -(9563,255) -(5656,256) -(3886,257) -(2431,258) -(5560,259) -(9065,260) -(8130,261) -(4054,262) -(873,263) -(3092,264) -(6697,265) -(2452,266) -(7867,267) -(3753,268) -(7834,269) -(5846,270) -(7604,271) -(3452,272) -(4788,273) -(8600,274) -(8511,275) -(4452,276) -(1709,277) -(3440,278) -(9188,279) -(3058,280) -(5821,281) -(3428,282) -(3581,283) -(7523,284) -(3131,285) -(2404,286) -(5453,287) -(1599,288) -(7081,289) -(1750,290) -(5085,291) -(9777,292) -(574,293) -(5984,294) -(7039,295) -(7143,296) -(5702,297) -(362,298) -(6997,299) -(2529,300) -(6319,301) -(954,302) -(3413,303) -(9081,304) -(5599,305) -(4772,306) -(1124,307) -(7793,308) -(4201,309) -(7015,310) -(5936,311) -(4625,312) -(4989,313) -(4949,314) -(6273,315) -(4478,316) -(8854,317) -(2105,318) -(8345,319) -(1941,320) -(1765,321) -(9592,322) -(1694,323) -(8940,324) -(7264,325) -(4699,326) -(4541,327) -(5768,328) -(6183,329) -(7457,330) -(7317,331) -(1944,332) -(665,333) -(5974,334) -(7370,335) -(9196,336) -(6796,337) -(6180,338) -(8557,339) -(928,340) -(6275,341) -(409,342) -(6442,343) -(5889,344) -(5180,345) -(1629,346) -(6088,347) -(5598,348) -(1803,349) -(2330,350) -(5901,351) -(780,352) -(7171,353) -(8778,354) -(6622,355) -(9938,356) -(8254,357) -(1951,358) -(1434,359) -(7539,360) -(600,361) -(3122,362) -(5704,363) -(6300,364) -(4585,365) -(6313,366) -(3154,367) -(642,368) -(7736,369) -(5087,370) -(5708,371) -(8169,372) -(9768,373) -(3874,374) -(6831,375) -(18,376) -(6375,377) -(7106,378) -(5926,379) -(4956,380) -(7042,381) -(6043,382) -(2084,383) -(6038,384) -(7253,385) -(2061,386) -(7800,387) -(4970,388) -(8580,389) -(9173,390) -(8558,391) -(3897,392) -(5069,393) -(2301,394) -(9863,395) -(5733,396) -(2338,397) -(9639,398) -(1139,399) -(2293,400) -(6125,401) -(5374,402) -(7216,403) -(2285,404) -(2387,405) -(5015,406) -(2087,407) -(4938,408) -(3635,409) -(7737,410) -(8056,411) -(4502,412) -(54,413) -(3182,414) -(3718,415) -(3989,416) -(8028,417) -(1426,418) -(3801,419) -(241,420) -(8000,421) -(8357,422) -(7548,423) -(7307,424) -(2275,425) -(2718,426) -(7068,427) -(3181,428) -(749,429) -(5195,430) -(6136,431) -(8012,432) -(3957,433) -(3083,434) -(9997,435) -(3299,436) -(846,437) -(2985,438) -(9238,439) -(1403,440) -(5563,441) -(7965,442) -(4512,443) -(9730,444) -(1129,445) -(2624,446) -(8178,447) -(6468,448) -(3027,449) -(3845,450) -(786,451) -(4971,452) -(1542,453) -(7967,454) -(443,455) -(7318,456) -(4913,457) -(9466,458) -(7866,459) -(784,460) -(9040,461) -(3954,462) -(4183,463) -(3608,464) -(7630,465) -(590,466) -(3453,467) -(7757,468) -(7394,469) -(396,470) -(7873,471) -(1553,472) -(598,473) -(7191,474) -(8116,475) -(2516,476) -(7750,477) -(6625,478) -(8838,479) -(4636,480) -(7627,481) -(1690,482) -(7071,483) -(2081,484) -(7138,485) -(864,486) -(6392,487) -(7544,488) -(5438,489) -(7099,490) -(5157,491) -(3391,492) -(3805,493) -(2110,494) -(3176,495) -(5918,496) -(1218,497) -(6683,498) -(914,499) -(4737,500) -(7286,501) -(9975,502) -(8030,503) -(7364,504) -(1389,505) -(4025,506) -(4835,507) -(8045,508) -(1864,509) -(3313,510) -(2384,511) -(6115,512) -(5705,513) -(9269,514) -(3379,515) -(8205,516) -(6575,517) -(486,518) -(4894,519) -(3090,520) -(759,521) -(4864,522) -(4083,523) -(6918,524) -(8146,525) -(1523,526) -(1591,527) -(3343,528) -(1391,529) -(9963,530) -(2423,531) -(1822,532) -(8706,533) -(3001,534) -(6707,535) -(2121,536) -(5814,537) -(2659,538) -(2016,539) -(4286,540) -(9205,541) -(3496,542) -(5333,543) -(5571,544) -(1696,545) -(4871,546) -(4852,547) -(8483,548) -(1376,549) -(5456,550) -(499,551) -(3463,552) -(7426,553) -(5341,554) -(9309,555) -(2055,556) -(2199,557) -(7235,558) -(8661,559) -(9494,560) -(935,561) -(7044,562) -(1974,563) -(9679,564) -(9822,565) -(4088,566) -(1749,567) -(2116,568) -(976,569) -(8689,570) -(2563,571) -(7195,572) -(9985,573) -(7699,574) -(5311,575) -(295,576) -(8214,577) -(3275,578) -(9646,579) -(1908,580) -(3858,581) -(9362,582) -(9307,583) -(6124,584) -(2405,585) -(8422,586) -(393,587) -(8973,588) -(5171,589) -(4929,590) -(6935,591) -(8584,592) -(1035,593) -(3734,594) -(1458,595) -(8746,596) -(1677,597) -(8502,598) -(7752,599) -(2556,600) -(6426,601) -(8420,602) -(4462,603) -(1378,604) -(1387,605) -(8094,606) -(7247,607) -(4261,608) -(5029,609) -(3625,610) -(8068,611) -(102,612) -(5596,613) -(5872,614) -(4742,615) -(2117,616) -(3945,617) -(7483,618) -(4455,619) -(609,620) -(9829,621) -(4857,622) -(3314,623) -(5353,624) -(4909,625) -(7597,626) -(2683,627) -(3223,628) -(5363,629) -(4578,630) -(5544,631) -(1589,632) -(7412,633) -(3803,634) -(6179,635) -(5588,636) -(2134,637) -(4383,638) -(6995,639) -(6598,640) -(8731,641) -(7177,642) -(6578,643) -(9393,644) -(1276,645) -(8766,646) -(1015,647) -(4396,648) -(5564,649) -(927,650) -(3306,651) -(1615,652) -(4550,653) -(2468,654) -(5336,655) -(4471,656) -(8085,657) -(540,658) -(5108,659) -(8015,660) -(2857,661) -(9472,662) -(5666,663) -(3555,664) -(378,665) -(4466,666) -(3247,667) -(6570,668) -(5655,669) -(917,670) -(3637,671) -(3668,672) -(5644,673) -(8286,674) -(6896,675) -(2870,676) -(8041,677) -(8137,678) -(4823,679) -(2438,680) -(6329,681) -(623,682) -(1360,683) -(7987,684) -(9788,685) -(3212,686) -(2725,687) -(7837,688) -(4746,689) -(3986,690) -(9128,691) -(5044,692) -(8132,693) -(9992,694) -(8468,695) -(6876,696) -(3532,697) -(2140,698) -(2183,699) -(9766,700) -(7943,701) -(9243,702) -(6241,703) -(9540,704) -(7418,705) -(1603,706) -(8950,707) -(6933,708) -(2646,709) -(3447,710) -(9957,711) -(4623,712) -(9058,713) -(7361,714) -(2489,715) -(7643,716) -(9166,717) -(7789,718) -(2332,719) -(1832,720) -(8375,721) -(948,722) -(5613,723) -(6310,724) -(4254,725) -(4260,726) -(2060,727) -(4831,728) -(6176,729) -(6688,730) -(5752,731) -(8714,732) -(6739,733) -(7066,734) -(7250,735) -(3161,736) -(1411,737) -(9301,738) -(8324,739) -(9641,740) -(7077,741) -(9888,742) -(9909,743) -(2209,744) -(6904,745) -(6608,746) -(8400,747) -(5124,748) -(5484,749) -(3575,750) -(9723,751) -(360,752) -(1059,753) -(4941,754) -(2535,755) -(4119,756) -(3725,757) -(4758,758) -(9593,759) -(4663,760) -(7734,761) -(9156,762) -(8120,763) -(4385,764) -(2926,765) -(4186,766) -(2508,767) -(4012,768) -(6266,769) -(3709,770) -(7289,771) -(8875,772) -(4412,773) -(3033,774) -(1645,775) -(3557,776) -(6316,777) -(2054,778) -(7031,779) -(3405,780) -(5343,781) -(5240,782) -(9650,783) -(3777,784) -(9041,785) -(6923,786) -(2977,787) -(5500,788) -(1044,789) -(434,790) -(611,791) -(5760,792) -(2445,793) -(7098,794) -(2188,795) -(4597,796) -(1913,797) -(8696,798) -(3332,799) -(8760,800) -(3215,801) -(1625,802) -(4219,803) -(415,804) -(4242,805) -(8660,806) -(6525,807) -(2141,808) -(5152,809) -(8560,810) -(9835,811) -(2657,812) -(6085,813) -(6698,814) -(5421,815) -(6661,816) -(5645,817) -(1248,818) -(5690,819) -(4762,820) -(1455,821) -(9846,822) -(5295,823) -(2826,824) -(7496,825) -(3024,826) -(4945,827) -(4404,828) -(9302,829) -(1286,830) -(8435,831) -(8969,832) -(3302,833) -(9753,834) -(9374,835) -(4907,836) -(1659,837) -(5095,838) -(9446,839) -(8528,840) -(4890,841) -(1221,842) -(5583,843) -(7303,844) -(406,845) -(7542,846) -(9507,847) -(9511,848) -(1373,849) -(6556,850) -(4117,851) -(7794,852) -(7170,853) -(5809,854) -(7828,855) -(8046,856) -(4833,857) -(2107,858) -(4276,859) -(9536,860) -(5549,861) -(6427,862) -(1382,863) -(3256,864) -(3270,865) -(4808,866) -(7938,867) -(4405,868) -(2264,869) -(80,870) -(320,871) -(2383,872) -(3146,873) -(6911,874) -(7377,875) -(9965,876) -(8361,877) -(9417,878) -(2483,879) -(9843,880) -(6395,881) -(6444,882) -(1820,883) -(2768,884) -(5413,885) -(2923,886) -(5286,887) -(6126,888) -(8343,889) -(6010,890) -(4177,891) -(5808,892) -(4859,893) -(9252,894) -(2941,895) -(8693,896) -(4432,897) -(2371,898) -(7546,899) -(1369,900) -(4687,901) -(8941,902) -(226,903) -(3493,904) -(6433,905) -(9189,906) -(6027,907) -(4615,908) -(5320,909) -(7002,910) -(7367,911) -(289,912) -(407,913) -(504,914) -(8301,915) -(1396,916) -(4794,917) -(6400,918) -(1275,919) -(5797,920) -(2221,921) -(2504,922) -(2143,923) -(1083,924) -(6148,925) -(3612,926) -(9499,927) -(5773,928) -(1014,929) -(1427,930) -(6770,931) -(9042,932) -(9892,933) -(1771,934) -(7392,935) -(4465,936) -(278,937) -(7776,938) -(3763,939) -(7503,940) -(3793,941) -(6510,942) -(7641,943) -(3228,944) -(194,945) -(8555,946) -(4997,947) -(8687,948) -(6632,949) -(9607,950) -(6201,951) -(857,952) -(5623,953) -(5979,954) -(2201,955) -(3166,956) -(6249,957) -(3271,958) -(7777,959) -(6732,960) -(6297,961) -(5685,962) -(9931,963) -(7485,964) -(386,965) -(8204,966) -(3606,967) -(1692,968) -(3002,969) -(9676,970) -(915,971) -(7706,972) -(6080,973) -(1860,974) -(1444,975) -(7208,976) -(8554,977) -(2028,978) -(9893,979) -(4740,980) -(6186,981) -(6357,982) -(3699,983) -(7620,984) -(921,985) -(5506,986) -(8851,987) -(3205,988) -(1956,989) -(6272,990) -(1509,991) -(53,992) -(213,993) -(4924,994) -(2097,995) -(4607,996) -(1582,997) -(6643,998) -(2238,999) -(2942,1000) -(1655,1001) -(3226,1002) -(4263,1003) -(960,1004) -(1213,1005) -(1845,1006) -(6944,1007) -(5284,1008) -(188,1009) -(748,1010) -(2226,1011) -(7342,1012) -(6120,1013) -(536,1014) -(3239,1015) -(2832,1016) -(5296,1017) -(5795,1018) -(6290,1019) -(4916,1020) -(8366,1021) -(4248,1022) -(6460,1023) -(9296,1024) -(3486,1025) -(5664,1026) -(7624,1027) -(2790,1028) -(682,1029) -(6412,1030) -(6882,1031) -(1332,1032) -(4911,1033) -(3528,1034) -(271,1035) -(7007,1036) -(2198,1037) -(4266,1038) -(9867,1039) -(7602,1040) -(7521,1041) -(7200,1042) -(4816,1043) -(1669,1044) -(4764,1045) -(7393,1046) -(7434,1047) -(9079,1048) -(9668,1049) -(7184,1050) -(7347,1051) -(951,1052) -(4513,1053) -(2692,1054) -(9930,1055) -(4516,1056) -(1592,1057) -(6312,1058) -(185,1059) -(1848,1060) -(5844,1061) -(1666,1062) -(5864,1063) -(1004,1064) -(1758,1065) -(8823,1066) -(129,1067) -(5703,1068) -(3331,1069) -(5791,1070) -(4421,1071) -(9740,1072) -(798,1073) -(571,1074) -(7084,1075) -(650,1076) -(1467,1077) -(5446,1078) -(830,1079) -(5516,1080) -(8520,1081) -(1152,1082) -(862,1083) -(454,1084) -(9956,1085) -(1654,1086) -(257,1087) -(5469,1088) -(9075,1089) -(7799,1090) -(2001,1091) -(9786,1092) -(7281,1093) -(5137,1094) -(4053,1095) -(7911,1096) -(4298,1097) -(4805,1098) -(9038,1099) -(8023,1100) -(6595,1101) -(9831,1102) -(788,1103) -(902,1104) -(9137,1105) -(1744,1106) -(7285,1107) -(7006,1108) -(9236,1109) -(5472,1110) -(7975,1111) -(4181,1112) -(7677,1113) -(35,1114) -(6813,1115) -(6618,1116) -(8069,1117) -(3071,1118) -(4390,1119) -(7764,1120) -(8163,1121) -(1961,1122) -(1103,1123) -(5486,1124) -(9513,1125) -(7311,1126) -(4144,1127) -(7901,1128) -(4629,1129) -(6858,1130) -(125,1131) -(3834,1132) -(8155,1133) -(8230,1134) -(744,1135) -(357,1136) -(2159,1137) -(8559,1138) -(6866,1139) -(3863,1140) -(4193,1141) -(3277,1142) -(5577,1143) -(9503,1144) -(7642,1145) -(6197,1146) -(8995,1147) -(440,1148) -(8418,1149) -(8531,1150) -(3790,1151) -(7610,1152) -(1252,1153) -(7559,1154) -(9945,1155) -(9023,1156) -(3516,1157) -(4671,1158) -(1465,1159) -(9515,1160) -(3242,1161) -(1732,1162) -(1678,1163) -(1464,1164) -(6546,1165) -(4448,1166) -(9847,1167) -(8264,1168) -(1620,1169) -(9388,1170) -(6445,1171) -(4789,1172) -(1562,1173) -(7305,1174) -(6344,1175) -(5130,1176) -(3284,1177) -(6346,1178) -(1061,1179) -(872,1180) -(123,1181) -(7903,1182) -(560,1183) -(4446,1184) -(3909,1185) -(669,1186) -(7843,1187) -(2546,1188) -(6757,1189) -(466,1190) -(5556,1191) -(7196,1192) -(2947,1193) -(6493,1194) -(7203,1195) -(3716,1196) -(8058,1197) -(433,1198) -(7649,1199) -(6966,1200) -(553,1201) -(3677,1202) -(2344,1203) -(7439,1204) -(3910,1205) -(3638,1206) -(6637,1207) -(4438,1208) -(171,1209) -(310,1210) -(2714,1211) -(5199,1212) -(8005,1213) -(3188,1214) -(1518,1215) -(6760,1216) -(9373,1217) -(1938,1218) -(2865,1219) -(3203,1220) -(6025,1221) -(8684,1222) -(7732,1223) -(3218,1224) -(525,1225) -(601,1226) -(6091,1227) -(4498,1228) -(8192,1229) -(8006,1230) -(6157,1231) -(312,1232) -(8652,1233) -(2787,1234) -(1782,1235) -(23,1236) -(1206,1237) -(1076,1238) -(5379,1239) -(2047,1240) -(6262,1241) -(1840,1242) -(2106,1243) -(1307,1244) -(735,1245) -(3657,1246) -(3006,1247) -(1538,1248) -(6098,1249) -(5267,1250) -(9757,1251) -(1236,1252) -(83,1253) -(9227,1254) -(8772,1255) -(8822,1256) -(7167,1257) -(6909,1258) -(1439,1259) -(2370,1260) -(4577,1261) -(2575,1262) -(2795,1263) -(5520,1264) -(382,1265) -(6335,1266) -(8430,1267) -(4131,1268) -(9332,1269) -(293,1270) -(2276,1271) -(5687,1272) -(5862,1273) -(5073,1274) -(4170,1275) -(5039,1276) -(3294,1277) -(6015,1278) -(9015,1279) -(9785,1280) -(4312,1281) -(6343,1282) -(2161,1283) -(4490,1284) -(4454,1285) -(7647,1286) -(1028,1287) -(2965,1288) -(9900,1289) -(5509,1290) -(7751,1291) -(9594,1292) -(7632,1293) -(6528,1294) -(1041,1295) -(1534,1296) -(4229,1297) -(84,1298) -(2189,1299) -(7566,1300) -(707,1301) -(581,1302) -(6753,1303) -(8604,1304) -(373,1305) -(9635,1306) -(9277,1307) -(7117,1308) -(8564,1309) -(1697,1310) -(7840,1311) -(3646,1312) -(368,1313) -(4797,1314) -(5300,1315) -(7664,1316) -(1466,1317) -(2477,1318) -(2036,1319) -(3624,1320) -(5099,1321) -(1308,1322) -(3704,1323) -(2451,1324) -(4898,1325) -(4959,1326) -(5942,1327) -(2425,1328) -(7760,1329) -(6294,1330) -(6785,1331) -(3542,1332) -(1809,1333) -(130,1334) -(8672,1335) -(2125,1336) -(7683,1337) -(7842,1338) -(9584,1339) -(7963,1340) -(8581,1341) -(2135,1342) -(7352,1343) -(5789,1344) -(8490,1345) -(2145,1346) -(7021,1347) -(3736,1348) -(7396,1349) -(6334,1350) -(5461,1351) -(5337,1352) -(7440,1353) -(6879,1354) -(2432,1355) -(8529,1356) -(7859,1357) -(15,1358) -(7475,1359) -(717,1360) -(250,1361) -(4700,1362) -(7510,1363) -(4562,1364) -(8075,1365) -(871,1366) -(7161,1367) -(9109,1368) -(8675,1369) -(1025,1370) -(4065,1371) -(3511,1372) -(9840,1373) -(7495,1374) -(55,1375) -(6151,1376) -(2512,1377) -(5881,1378) -(1442,1379) -(1270,1380) -(959,1381) -(8251,1382) -(3051,1383) -(5052,1384) -(1863,1385) -(344,1386) -(3590,1387) -(4223,1388) -(2284,1389) -(9425,1390) -(6221,1391) -(195,1392) -(1517,1393) -(3791,1394) -(572,1395) -(46,1396) -(9451,1397) -(3359,1398) -(8867,1399) -(674,1400) -(2674,1401) -(6523,1402) -(6210,1403) -(7564,1404) -(4776,1405) -(2993,1406) -(2969,1407) -(1762,1408) -(685,1409) -(5312,1410) -(3264,1411) -(7008,1412) -(5167,1413) -(3060,1414) -(1752,1415) -(1016,1416) -(7365,1417) -(4358,1418) -(2819,1419) -(6727,1420) -(1459,1421) -(1708,1422) -(471,1423) -(387,1424) -(1166,1425) -(2400,1426) -(3584,1427) -(6423,1428) -(9520,1429) -(8080,1430) -(5709,1431) -(1131,1432) -(8562,1433) -(5766,1434) -(245,1435) -(9869,1436) -(3533,1437) -(5109,1438) -(977,1439) -(1651,1440) -(1357,1441) -(9087,1442) -(3399,1443) -(7543,1444) -(2469,1445) -(8305,1446) -(3265,1447) -(9977,1448) -(3961,1449) -(4952,1450) -(5173,1451) -(860,1452) -(4523,1453) -(2361,1454) -(7877,1455) -(3422,1456) -(5781,1457) -(4752,1458) -(1786,1459) -(1892,1460) -(6389,1461) -(8644,1462) -(9056,1463) -(1423,1464) -(4901,1465) -(3859,1466) -(2324,1467) -(8101,1468) -(8016,1469) -(5826,1470) -(8266,1471) -(7558,1472) -(6976,1473) -(222,1474) -(1624,1475) -(1250,1476) -(1621,1477) -(2350,1478) -(5239,1479) -(6681,1480) -(4983,1481) -(7149,1482) -(3502,1483) -(3133,1484) -(8342,1485) -(3041,1486) -(5383,1487) -(3916,1488) -(1438,1489) -(9408,1490) -(5783,1491) -(683,1492) -(9381,1493) -(5676,1494) -(3224,1495) -(8332,1496) -(3372,1497) -(7436,1498) -(5010,1499) -(7256,1500) -(961,1501) -(4182,1502) -(639,1503) -(8836,1504) -(8705,1505) -(32,1506) -(7913,1507) -(229,1508) -(2393,1509) -(2815,1510) -(4858,1511) -(6283,1512) -(4147,1513) -(6801,1514) -(1011,1515) -(2527,1516) -(381,1517) -(3366,1518) -(9636,1519) -(2239,1520) -(5911,1521) -(449,1522) -(5118,1523) -(7684,1524) -(804,1525) -(8378,1526) -(9855,1527) -(1995,1528) -(1979,1529) -(4510,1530) -(3792,1531) -(3541,1532) -(8847,1533) -(1336,1534) -(6780,1535) -(8711,1536) -(7839,1537) -(677,1538) -(1574,1539) -(2905,1540) -(1879,1541) -(7820,1542) -(4308,1543) -(4474,1544) -(6985,1545) -(6929,1546) -(777,1547) -(8271,1548) -(2389,1549) -(946,1550) -(9682,1551) -(8722,1552) -(470,1553) -(7425,1554) -(2372,1555) -(508,1556) -(163,1557) -(6579,1558) -(2355,1559) -(70,1560) -(651,1561) -(4436,1562) -(4240,1563) -(2722,1564) -(8937,1565) -(8364,1566) -(8317,1567) -(8872,1568) -(5512,1569) -(6651,1570) -(5976,1571) -(3301,1572) -(6784,1573) -(573,1574) -(3015,1575) -(8245,1576) -(5251,1577) -(2281,1578) -(518,1579) -(9839,1580) -(4526,1581) -(1261,1582) -(4259,1583) -(9098,1584) -(6037,1585) -(4284,1586) -(3267,1587) -(5908,1588) -(1549,1589) -(8736,1590) -(2008,1591) -(548,1592) -(8846,1593) -(8374,1594) -(7986,1595) -(6819,1596) -(4418,1597) -(833,1598) -(4416,1599) -(4902,1600) -(6828,1601) -(1118,1602) -(9993,1603) -(1430,1604) -(5670,1605) -(5424,1606) -(5561,1607) -(2027,1608) -(6924,1609) -(5946,1610) -(4294,1611) -(2936,1612) -(3855,1613) -(455,1614) -(2918,1615) -(448,1616) -(2149,1617) -(8890,1618) -(8919,1619) -(4957,1620) -(4,1621) -(4837,1622) -(3976,1623) -(9459,1624) -(7097,1625) -(9226,1626) -(5803,1627) -(21,1628) -(5275,1629) -(3488,1630) -(1595,1631) -(5212,1632) -(6574,1633) -(7524,1634) -(6100,1635) -(1198,1636) -(7345,1637) -(5020,1638) -(6925,1639) -(8915,1640) -(3088,1641) -(4828,1642) -(7276,1643) -(299,1644) -(76,1645) -(8458,1646) -(7207,1647) -(5585,1648) -(3234,1649) -(8001,1650) -(1319,1651) -(6342,1652) -(9199,1653) -(5696,1654) -(2562,1655) -(4226,1656) -(1184,1657) -(5807,1658) -(1890,1659) -(451,1660) -(1049,1661) -(5272,1662) -(4588,1663) -(5213,1664) -(9543,1665) -(6318,1666) -(7992,1667) -(4619,1668) -(7189,1669) -(2178,1670) -(4928,1671) -(3966,1672) -(9790,1673) -(9150,1674) -(313,1675) -(1614,1676) -(1581,1677) -(3674,1678) -(3444,1679) -(1050,1680) -(8241,1681) -(3382,1682) -(7105,1683) -(2957,1684) -(6162,1685) -(5150,1686) -(2622,1687) -(2240,1688) -(8880,1689) -(9250,1690) -(7010,1691) -(1098,1692) -(648,1693) -(5536,1694) -(7858,1695) -(7053,1696) -(8681,1697) -(8832,1698) -(6836,1699) -(4856,1700) -(345,1701) -(6559,1702) -(3017,1703) -(4176,1704) -(2839,1705) -(6065,1706) -(7360,1707) -(9527,1708) -(8849,1709) -(7274,1710) -(4368,1711) -(2488,1712) -(4674,1713) -(365,1714) -(5897,1715) -(8918,1716) -(1988,1717) -(1210,1718) -(2945,1719) -(555,1720) -(9615,1721) -(9939,1722) -(1216,1723) -(745,1724) -(3326,1725) -(953,1726) -(444,1727) -(280,1728) -(3707,1729) -(1351,1730) -(1280,1731) -(628,1732) -(6198,1733) -(1957,1734) -(9241,1735) -(303,1736) -(1945,1737) -(3634,1738) -(4768,1739) -(9262,1740) -(2610,1741) -(6640,1742) -(3338,1743) -(6560,1744) -(5986,1745) -(2970,1746) -(4731,1747) -(9486,1748) -(7204,1749) -(6685,1750) -(6852,1751) -(2325,1752) -(1063,1753) -(6810,1754) -(7718,1755) -(1680,1756) -(7402,1757) -(4134,1758) -(8232,1759) -(6682,1760) -(7952,1761) -(5943,1762) -(5394,1763) -(6554,1764) -(8186,1765) -(199,1766) -(3386,1767) -(8974,1768) -(8140,1769) -(3723,1770) -(8827,1771) -(1998,1772) -(879,1773) -(892,1774) -(9468,1775) -(3797,1776) -(8379,1777) -(2817,1778) -(789,1779) -(3871,1780) -(7931,1781) -(3636,1782) -(699,1783) -(6850,1784) -(6394,1785) -(3475,1786) -(3026,1787) -(876,1788) -(1992,1789) -(3079,1790) -(8128,1791) -(8123,1792) -(3285,1793) -(9315,1794) -(9862,1795) -(2764,1796) -(3544,1797) -(7747,1798) -(7725,1799) -(2449,1800) -(8967,1801) -(7371,1802) -(2158,1803) -(5590,1804) -(8072,1805) -(1971,1806) -(772,1807) -(3433,1808) -(8419,1809) -(1493,1810) -(2584,1811) -(9502,1812) -(4673,1813) -(7403,1814) -(7103,1815) -(7026,1816) -(8574,1817) -(1366,1818) -(5787,1819) -(2552,1820) -(4557,1821) -(3237,1822) -(6901,1823) -(7708,1824) -(2011,1825) -(9455,1826) -(5228,1827) -(4043,1828) -(8242,1829) -(6351,1830) -(5899,1831) -(4849,1832) -(9583,1833) -(4994,1834) -(9787,1835) -(243,1836) -(3931,1837) -(5945,1838) -(1325,1839) -(4142,1840) -(1963,1841) -(7041,1842) -(3074,1843) -(3290,1844) -(4146,1845) -(3832,1846) -(2217,1847) -(635,1848) -(6967,1849) -(3522,1850) -(2471,1851) -(4236,1852) -(853,1853) -(3754,1854) -(796,1855) -(4640,1856) -(9496,1857) -(6873,1858) -(4632,1859) -(5758,1860) -(6514,1861) -(9510,1862) -(8411,1863) -(7762,1864) -(2225,1865) -(4373,1866) -(7326,1867) -(8651,1868) -(9825,1869) -(2988,1870) -(8138,1871) -(7792,1872) -(1232,1873) -(8221,1874) -(4044,1875) -(1204,1876) -(5145,1877) -(7791,1878) -(8270,1879) -(9427,1880) -(2152,1881) -(7790,1882) -(5301,1883) -(626,1884) -(260,1885) -(4369,1886) -(5457,1887) -(3468,1888) -(2257,1889) -(9318,1890) -(8762,1891) -(9153,1892) -(9220,1893) -(8003,1894) -(7257,1895) -(3930,1896) -(2976,1897) -(2531,1898) -(2250,1899) -(8549,1900) -(7197,1901) -(5916,1902) -(5287,1903) -(9095,1904) -(7137,1905) -(7902,1906) -(7598,1907) -(5652,1908) -(2017,1909) -(7255,1910) -(7999,1911) -(5388,1912) -(8754,1913) -(5415,1914) -(8861,1915) -(2874,1916) -(9910,1917) -(5178,1918) -(5698,1919) -(8500,1920) -(1814,1921) -(4968,1922) -(2642,1923) -(1578,1924) -(4774,1925) -(7062,1926) -(5381,1927) -(7985,1928) -(3850,1929) -(5624,1930) -(8948,1931) -(995,1932) -(5058,1933) -(9670,1934) -(3115,1935) -(4935,1936) -(4735,1937) -(1348,1938) -(2380,1939) -(4246,1940) -(522,1941) -(1701,1942) -(9709,1943) -(8829,1944) -(7936,1945) -(8474,1946) -(4676,1947) -(6303,1948) -(3485,1949) -(2695,1950) -(8830,1951) -(898,1952) -(7268,1953) -(6568,1954) -(9724,1955) -(3329,1956) -(9860,1957) -(6833,1958) -(5956,1959) -(3963,1960) -(883,1961) -(2761,1962) -(4644,1963) -(1358,1964) -(2049,1965) -(2193,1966) -(9435,1967) -(5890,1968) -(8149,1969) -(423,1970) -(7980,1971) -(9019,1972) -(1647,1973) -(9495,1974) -(3904,1975) -(5838,1976) -(3866,1977) -(3093,1978) -(9666,1979) -(1246,1980) -(9759,1981) -(7174,1982) -(7678,1983) -(3004,1984) -(5607,1985) -(8510,1986) -(1483,1987) -(2915,1988) -(1548,1989) -(5767,1990) -(3214,1991) -(8663,1992) -(5425,1993) -(8530,1994) -(821,1995) -(8816,1996) -(9367,1997) -(4138,1998) -(94,1999) -(1858,2000) -(5513,2001) -(9620,2002) -(4770,2003) -(5193,2004) -(198,2005) -(417,2006) -(173,2007) -(6248,2008) -(302,2009) -(8983,2010) -(4840,2011) -(2876,2012) -(5841,2013) -(2766,2014) -(9482,2015) -(5335,2016) -(1502,2017) -(9291,2018) -(8655,2019) -(1687,2020) -(8171,2021) -(5699,2022) -(1462,2023) -(608,2024) -(6860,2025) -(6063,2026) -(1422,2027) -(1932,2028) -(5065,2029) -(432,2030) -(4680,2031) -(8172,2032) -(8668,2033) -(256,2034) -(2500,2035) -(274,2036) -(5907,2037) -(8587,2038) -(9942,2039) -(116,2040) -(7134,2041) -(9002,2042) -(1209,2043) -(9983,2044) -(1761,2045) -(7723,2046) -(6518,2047) -(1372,2048) -(3587,2049) -(5323,2050) -(5902,2051) -(3749,2052) -(5965,2053) -(663,2054) -(36,2055) -(9782,2056) -(5412,2057) -(9961,2058) -(6492,2059) -(4234,2060) -(4922,2061) -(6166,2062) -(7019,2063) -(7805,2064) -(9808,2065) -(2550,2066) -(8626,2067) -(5649,2068) -(3117,2069) -(866,2070) -(2323,2071) -(5132,2072) -(9222,2073) -(3934,2074) -(4845,2075) -(7714,2076) -(9818,2077) -(2219,2078) -(6573,2079) -(4555,2080) -(7306,2081) -(9313,2082) -(3924,2083) -(5176,2084) -(9767,2085) -(905,2086) -(8037,2087) -(8133,2088) -(2954,2089) -(7262,2090) -(8768,2091) -(6953,2092) -(1984,2093) -(9348,2094) -(7769,2095) -(2994,2096) -(5938,2097) -(556,2098) -(2577,2099) -(8733,2100) -(3108,2101) -(4166,2102) -(3170,2103) -(8118,2104) -(8454,2105) -(5338,2106) -(402,2107) -(5673,2108) -(4324,2109) -(1943,2110) -(7703,2111) -(7180,2112) -(5478,2113) -(5775,2114) -(6952,2115) -(9022,2116) -(547,2117) -(5877,2118) -(9580,2119) -(6094,2120) -(3398,2121) -(4574,2122) -(3675,2123) -(6413,2124) -(9851,2125) -(126,2126) -(6803,2127) -(6949,2128) -(115,2129) -(4165,2130) -(201,2131) -(9324,2132) -(6562,2133) -(1917,2134) -(558,2135) -(8515,2136) -(6321,2137) -(6892,2138) -(1001,2139) -(2858,2140) -(2434,2141) -(4460,2142) -(5447,2143) -(3799,2144) -(4310,2145) -(405,2146) -(4573,2147) -(706,2148) -(7619,2149) -(7959,2150) -(6712,2151) -(6959,2152) -(9791,2153) -(2112,2154) -(9114,2155) -(3506,2156) -(5002,2157) -(3518,2158) -(602,2159) -(9060,2160) -(3292,2161) -(77,2162) -(1420,2163) -(6001,2164) -(7477,2165) -(6655,2166) -(7845,2167) -(8484,2168) -(4345,2169) -(4250,2170) -(2391,2171) -(6884,2172) -(7270,2173) -(2499,2174) -(7312,2175) -(7113,2176) -(6695,2177) -(6521,2178) -(272,2179) -(9976,2180) -(992,2181) -(6158,2182) -(3281,2183) -(7446,2184) -(4679,2185) -(5203,2186) -(9874,2187) -(8371,2188) -(9086,2189) -(430,2190) -(8749,2191) -(577,2192) -(4884,2193) -(3421,2194) -(2812,2195) -(5958,2196) -(9901,2197) -(8478,2198) -(6545,2199) -(1479,2200) -(1046,2201) -(6372,2202) -(8206,2203) -(9544,2204) -(9287,2205) -(6786,2206) -(6511,2207) -(603,2208) -(2022,2209) -(2086,2210) -(1969,2211) -(4841,2212) -(5845,2213) -(4635,2214) -(4658,2215) -(2896,2216) -(5179,2217) -(8667,2218) -(7294,2219) -(3706,2220) -(8389,2221) -(2486,2222) -(8743,2223) -(2777,2224) -(2113,2225) -(2076,2226) -(2300,2227) -(6894,2228) -(6939,2229) -(446,2230) -(6218,2231) -(1295,2232) -(5135,2233) -(8122,2234) -(316,2235) -(514,2236) -(7970,2237) -(9350,2238) -(3700,2239) -(582,2240) -(9722,2241) -(7398,2242) -(2265,2243) -(3049,2244) -(9121,2245) -(4275,2246) -(6567,2247) -(6755,2248) -(4535,2249) -(7968,2250) -(3412,2251) -(6112,2252) -(6805,2253) -(2880,2254) -(7710,2255) -(7949,2256) -(7043,2257) -(9012,2258) -(878,2259) -(7930,2260) -(667,2261) -(1905,2262) -(4958,2263) -(2973,2264) -(3631,2265) -(5868,2266) -(2873,2267) -(6941,2268) -(6384,2269) -(3806,2270) -(5079,2271) -(1970,2272) -(7810,2273) -(4639,2274) -(6527,2275) -(8079,2276) -(2740,2277) -(2337,2278) -(6670,2279) -(2345,2280) -(401,2281) -(2704,2282) -(5530,2283) -(51,2284) -(4282,2285) -(7336,2286) -(8320,2287) -(7772,2288) -(1894,2289) -(2320,2290) -(6232,2291) -(2833,2292) -(8265,2293) -(4589,2294) -(8182,2295) -(8337,2296) -(8210,2297) -(1406,2298) -(4463,2299) -(4347,2300) -(181,2301) -(9986,2302) -(661,2303) -(4105,2304) -(2187,2305) -(1628,2306) -(3119,2307) -(6804,2308) -(9918,2309) -(8916,2310) -(6057,2311) -(3622,2312) -(9168,2313) -(3720,2314) -(9927,2315) -(5616,2316) -(5210,2317) -(636,2318) -(9936,2319) -(2316,2320) -(4363,2321) -(7657,2322) -(697,2323) -(912,2324) -(8806,2325) -(9698,2326) -(6191,2327) -(1188,2328) -(7676,2329) -(7073,2330) -(8019,2331) -(4726,2332) -(4648,2333) -(3227,2334) -(7232,2335) -(9761,2336) -(3105,2337) -(5266,2338) -(6788,2339) -(2442,2340) -(8198,2341) -(5806,2342) -(8928,2343) -(1657,2344) -(9164,2345) -(1851,2346) -(4744,2347) -(8055,2348) -(1533,2349) -(1260,2350) -(1290,2351) -(297,2352) -(4145,2353) -(863,2354) -(3423,2355) -(8750,2356) -(3546,2357) -(3678,2358) -(5313,2359) -(6233,2360) -(5802,2361) -(7059,2362) -(6481,2363) -(1596,2364) -(8181,2365) -(5368,2366) -(9416,2367) -(9521,2368) -(1042,2369) -(4503,2370) -(3023,2371) -(1976,2372) -(5610,2373) -(7410,2374) -(7872,2375) -(8591,2376) -(1804,2377) -(5299,2378) -(4695,2379) -(2672,2380) -(585,2381) -(8622,2382) -(3780,2383) -(7941,2384) -(3305,2385) -(8653,2386) -(5756,2387) -(576,2388) -(1915,2389) -(4627,2390) -(920,2391) -(2537,2392) -(50,2393) -(1313,2394) -(8542,2395) -(6428,2396) -(4351,2397) -(2050,2398) -(5162,2399) -(8229,2400) -(7782,2401) -(1563,2402) -(267,2403) -(5138,2404) -(7022,2405) -(6705,2406) -(6190,2407) -(8226,2408) -(8882,2409) -(5181,2410) -(4598,2411) -(4882,2412) -(7490,2413) -(5224,2414) -(2174,2415) -(3059,2416) -(8790,2417) -(2222,2418) -(5473,2419) -(937,2420) -(2975,2421) -(9569,2422) -(3456,2423) -(6657,2424) -(3776,2425) -(6072,2426) -(8129,2427) -(1085,2428) -(2079,2429) -(1200,2430) -(3276,2431) -(2608,2432) -(702,2433) -(5750,2434) -(2776,2435) -(9151,2436) -(3282,2437) -(408,2438) -(3473,2439) -(7095,2440) -(3288,2441) -(8215,2442) -(6244,2443) -(8440,2444) -(3800,2445) -(7279,2446) -(9206,2447) -(6465,2448) -(4127,2449) -(7463,2450) -(5117,2451) -(4715,2452) -(2010,2453) -(6486,2454) -(6434,2455) -(2151,2456) -(4821,2457) -(6507,2458) -(8741,2459) -(6846,2460) -(4525,2461) -(8299,2462) -(5465,2463) -(7206,2464) -(2616,2465) -(4440,2466) -(6109,2467) -(7905,2468) -(6498,2469) -(2034,2470) -(7693,2471) -(7511,2472) -(7531,2473) -(6869,2474) -(2763,2475) -(575,2476) -(8953,2477) -(5833,2478) -(9035,2479) -(9123,2480) -(206,2481) -(4155,2482) -(532,2483) -(1370,2484) -(7656,2485) -(7735,2486) -(2118,2487) -(6914,2488) -(6277,2489) -(6347,2490) -(4030,2491) -(9673,2492) -(2015,2493) -(1317,2494) -(404,2495) -(1604,2496) -(1912,2497) -(5727,2498) -(4538,2499) -(6868,2500) -(9801,2501) -(1781,2502) -(7061,2503) -(2412,2504) -(9191,2505) -(1958,2506) -(2203,2507) -(9104,2508) -(3837,2509) -(7055,2510) -(4612,2511) -(6420,2512) -(613,2513) -(1691,2514) -(33,2515) -(875,2516) -(9030,2517) -(4285,2518) -(6236,2519) -(4702,2520) -(3441,2521) -(2150,2522) -(1852,2523) -(7713,2524) -(6849,2525) -(3425,2526) -(4681,2527) -(1134,2528) -(7462,2529) -(2148,2530) -(5921,2531) -(118,2532) -(3065,2533) -(6590,2534) -(4993,2535) -(6818,2536) -(1449,2537) -(2039,2538) -(2524,2539) -(1481,2540) -(6984,2541) -(3960,2542) -(1983,2543) -(6379,2544) -(8975,2545) -(1102,2546) -(2517,2547) -(712,2548) -(5419,2549) -(723,2550) -(8057,2551) -(7471,2552) -(8855,2553) -(5074,2554) -(7139,2555) -(3833,2556) -(5186,2557) -(9436,2558) -(8859,2559) -(6943,2560) -(2315,2561) -(1394,2562) -(8863,2563) -(8812,2564) -(7498,2565) -(8962,2566) -(2533,2567) -(8188,2568) -(6137,2569) -(974,2570) -(2751,2571) -(4975,2572) -(3411,2573) -(3143,2574) -(8011,2575) -(988,2576) -(4289,2577) -(8105,2578) -(9885,2579) -(1002,2580) -(5827,2581) -(1228,2582) -(6352,2583) -(8868,2584) -(3643,2585) -(1468,2586) -(8415,2587) -(9631,2588) -(7408,2589) -(1934,2590) -(996,2591) -(8027,2592) -(8464,2593) -(5007,2594) -(8356,2595) -(4579,2596) -(8513,2597) -(383,2598) -(9304,2599) -(7224,2600) -(6023,2601) -(2746,2602) -(137,2603) -(9441,2604) -(3690,2605) -(913,2606) -(1768,2607) -(8492,2608) -(8083,2609) -(4609,2610) -(7520,2611) -(4231,2612) -(6022,2613) -(9784,2614) -(1343,2615) -(7549,2616) -(269,2617) -(1069,2618) -(4610,2619) -(482,2620) -(3025,2621) -(7914,2622) -(3198,2623) -(1187,2624) -(4707,2625) -(8279,2626) -(6127,2627) -(1305,2628) -(4804,2629) -(6069,2630) -(9229,2631) -(4703,2632) -(6410,2633) -(944,2634) -(3744,2635) -(1127,2636) -(6693,2637) -(583,2638) -(2684,2639) -(6192,2640) -(4157,2641) -(6470,2642) -(8965,2643) -(1433,2644) -(4570,2645) -(1806,2646) -(1230,2647) -(2283,2648) -(6456,2649) -(7427,2650) -(8310,2651) -(8103,2652) -(3947,2653) -(3414,2654) -(2043,2655) -(4393,2656) -(6664,2657) -(4545,2658) -(7637,2659) -(1359,2660) -(5018,2661) -(987,2662) -(1320,2663) -(9311,2664) -(7993,2665) -(7588,2666) -(5983,2667) -(4070,2668) -(8349,2669) -(3810,2670) -(6948,2671) -(7153,2672) -(5371,2673) -(8316,2674) -(5903,2675) -(6718,2676) -(4759,2677) -(2555,2678) -(3457,2679) -(9626,2680) -(2570,2681) -(7964,2682) -(1543,2683) -(929,2684) -(9244,2685) -(9210,2686) -(8334,2687) -(9310,2688) -(5024,2689) -(8794,2690) -(4091,2691) -(649,2692) -(8505,2693) -(6652,2694) -(8945,2695) -(2095,2696) -(8676,2697) -(3994,2698) -(2859,2699) -(5403,2700) -(3254,2701) -(7339,2702) -(7220,2703) -(4154,2704) -(7570,2705) -(2576,2706) -(5764,2707) -(4314,2708) -(2274,2709) -(9756,2710) -(8274,2711) -(1289,2712) -(7335,2713) -(5351,2714) -(8978,2715) -(2,2716) -(8906,2717) -(6388,2718) -(5675,2719) -(255,2720) -(9538,2721) -(1480,2722) -(4015,2723) -(5166,2724) -(91,2725) -(2958,2726) -(9131,2727) -(3944,2728) -(4514,2729) -(5661,2730) -(8724,2731) -(6408,2732) -(5013,2733) -(6156,2734) -(7350,2735) -(9858,2736) -(895,2737) -(8368,2738) -(179,2739) -(4048,2740) -(3073,2741) -(321,2742) -(5352,2743) -(1940,2744) -(8803,2745) -(791,2746) -(9809,2747) -(5519,2748) -(7420,2749) -(7541,2750) -(6538,2751) -(710,2752) -(9488,2753) -(3135,2754) -(4273,2755) -(629,2756) -(9167,2757) -(751,2758) -(1126,2759) -(3724,2760) -(1789,2761) -(792,2762) -(2771,2763) -(4313,2764) -(9312,2765) -(955,2766) -(6382,2767) -(7875,2768) -(7491,2769) -(8193,2770) -(968,2771) -(4951,2772) -(2204,2773) -(2066,2774) -(2631,2775) -(8947,2776) -(8033,2777) -(6264,2778) -(7778,2779) -(9701,2780) -(5091,2781) -(7577,2782) -(3345,2783) -(7329,2784) -(7551,2785) -(6207,2786) -(8664,2787) -(8394,2788) -(7324,2789) -(2713,2790) -(2230,2791) -(9211,2792) -(1296,2793) -(8104,2794) -(6916,2795) -(2208,2796) -(3935,2797) -(7814,2798) -(6508,2799) -(1703,2800) -(5640,2801) -(6417,2802) -(1713,2803) -(5309,2804) -(4364,2805) -(619,2806) -(9498,2807) -(2804,2808) -(2220,2809) -(9542,2810) -(3349,2811) -(9198,2812) -(2727,2813) -(3768,2814) -(2334,2815) -(7770,2816) -(5963,2817) -(4732,2818) -(2448,2819) -(5998,2820) -(8577,2821) -(266,2822) -(2169,2823) -(8228,2824) -(4813,2825) -(2769,2826) -(8382,2827) -(1717,2828) -(7178,2829) -(9547,2830) -(8187,2831) -(3168,2832) -(2180,2833) -(859,2834) -(1554,2835) -(3567,2836) -(5985,2837) -(1,2838) -(5937,2839) -(7594,2840) -(3783,2841) -(6841,2842) -(9694,2843) -(4322,2844) -(6012,2845) -(108,2846) -(3396,2847) -(8643,2848) -(6087,2849) -(2629,2850) -(3009,2851) -(438,2852) -(2480,2853) -(936,2854) -(6,2855) -(768,2856) -(1564,2857) -(3236,2858) -(3932,2859) -(8914,2860) -(119,2861) -(6034,2862) -(5384,2863) -(6885,2864) -(232,2865) -(1293,2866) -(9204,2867) -(527,2868) -(6539,2869) -(3679,2870) -(8282,2871) -(5027,2872) -(7694,2873) -(473,2874) -(6325,2875) -(8761,2876) -(6184,2877) -(419,2878) -(6111,2879) -(3836,2880) -(4086,2881) -(5818,2882) -(4528,2883) -(7199,2884) -(1847,2885) -(2875,2886) -(2872,2887) -(3972,2888) -(7590,2889) -(1914,2890) -(1658,2891) -(2126,2892) -(645,2893) -(6636,2894) -(1469,2895) -(1377,2896) -(8425,2897) -(9300,2898) -(5355,2899) -(840,2900) -(5185,2901) -(6467,2902) -(58,2903) -(5051,2904) -(8901,2905) -(1550,2906) -(1698,2907) -(802,2908) -(2440,2909) -(2260,2910) -(8218,2911) -(5144,2912) -(4822,2913) -(9476,2914) -(7535,2915) -(8738,2916) -(7946,2917) -(8143,2918) -(2623,2919) -(5209,2920) -(7674,2921) -(1135,2922) -(424,2923) -(942,2924) -(7813,2925) -(3539,2926) -(2909,2927) -(3748,2928) -(2996,2929) -(1869,2930) -(8151,2931) -(6361,2932) -(5568,2933) -(2796,2934) -(8489,2935) -(9183,2936) -(8227,2937) -(1844,2938) -(3975,2939) -(6490,2940) -(8303,2941) -(7334,2942) -(2382,2943) -(177,2944) -(8117,2945) -(5485,2946) -(6544,2947) -(8517,2948) -(2252,2949) -(4480,2950) -(4785,2951) -(9700,2952) -(2122,2953) -(8783,2954) -(1453,2955) -(3908,2956) -(7707,2957) -(9049,2958) -(654,2959) -(3336,2960) -(622,2961) -(8398,2962) -(9193,2963) -(7896,2964) -(9798,2965) -(2881,2966) -(672,2967) -(6743,2968) -(8935,2969) -(2426,2970) -(722,2971) -(5088,2972) -(8677,2973) -(6963,2974) -(1653,2975) -(7295,2976) -(6675,2977) -(7183,2978) -(4378,2979) -(2157,2980) -(2621,2981) -(9278,2982) -(79,2983) -(7358,2984) -(3589,2985) -(1254,2986) -(3490,2987) -(7533,2988) -(2800,2989) -(351,2990) -(4359,2991) -(5788,2992) -(5521,2993) -(3351,2994) -(5129,2995) -(315,2996) -(7552,2997) -(9176,2998) -(7458,2999) -(279,3000) -(738,3001) -(2557,3002) -(9395,3003) -(7214,3004) -(6354,3005) -(4799,3006) -(1231,3007) -(5252,3008) -(5250,3009) -(9319,3010) -(1724,3011) -(7947,3012) -(1105,3013) -(1417,3014) -(7101,3015) -(1088,3016) -(979,3017) -(7589,3018) -(8952,3019) -(2864,3020) -(234,3021) -(7231,3022) -(6792,3023) -(4311,3024) -(3374,3025) -(3367,3026) -(2598,3027) -(1033,3028) -(7803,3029) -(3870,3030) -(4962,3031) -(4842,3032) -(8814,3033) -(3429,3034) -(6550,3035) -(6317,3036) -(5023,3037) -(5825,3038) -(5297,3039) -(8764,3040) -(5084,3041) -(6808,3042) -(1780,3043) -(4092,3044) -(3618,3045) -(7299,3046) -(8544,3047) -(2359,3048) -(1939,3049) -(5834,3050) -(1997,3051) -(7917,3052) -(2098,3053) -(7576,3054) -(376,3055) -(8535,3056) -(5659,3057) -(2786,3058) -(8820,3059) -(1229,3060) -(9321,3061) -(7662,3062) -(5535,3063) -(4889,3064) -(8259,3065) -(6789,3066) -(5411,3067) -(6992,3068) -(7698,3069) -(2342,3070) -(1501,3071) -(6322,3072) -(9861,3073) -(9802,3074) -(4750,3075) -(5855,3076) -(4304,3077) -(2605,3078) -(1802,3079) -(9368,3080) -(7107,3081) -(8895,3082) -(3750,3083) -(8934,3084) -(9464,3085) -(1928,3086) -(3196,3087) -(5256,3088) -(7119,3089) -(4495,3090) -(9292,3091) -(1617,3092) -(481,3093) -(56,3094) -(9120,3095) -(1306,3096) -(7773,3097) -(4863,3098) -(1114,3099) -(8124,3100) -(6254,3101) -(8109,3102) -(1747,3103) -(6185,3104) -(3388,3105) -(4905,3106) -(5728,3107) -(7507,3108) -(5662,3109) -(1686,3110) -(5202,3111) -(6905,3112) -(9577,3113) -(7194,3114) -(7016,3115) -(8905,3116) -(3419,3117) -(6881,3118) -(8370,3119) -(6117,3120) -(1636,3121) -(6857,3122) -(7163,3123) -(5040,3124) -(6263,3125) -(4809,3126) -(900,3127) -(3199,3128) -(4156,3129) -(3501,3130) -(164,3131) -(9548,3132) -(1149,3133) -(1962,3134) -(4072,3135) -(4280,3136) -(1398,3137) -(725,3138) -(3988,3139) -(5059,3140) -(2632,3141) -(1909,3142) -(6827,3143) -(8156,3144) -(1192,3145) -(9545,3146) -(2249,3147) -(5580,3148) -(8403,3149) -(4024,3150) -(1866,3151) -(9251,3152) -(9979,3153) -(9899,3154) -(2540,3155) -(8957,3156) -(7702,3157) -(4211,3158) -(6684,3159) -(3883,3160) -(3531,3161) -(9178,3162) -(3389,3163) -(7874,3164) -(4522,3165) -(9399,3166) -(9083,3167) -(1530,3168) -(2360,3169) -(4908,3170) -(4628,3171) -(3889,3172) -(1331,3173) -(1942,3174) -(4734,3175) -(8386,3176) -(3586,3177) -(2354,3178) -(7108,3179) -(1857,3180) -(2544,3181) -(819,3182) -(2878,3183) -(1772,3184) -(354,3185) -(3259,3186) -(2170,3187) -(1190,3188) -(3607,3189) -(4661,3190) -(1796,3191) -(1561,3192) -(4336,3193) -(7550,3194) -(3238,3195) -(9870,3196) -(6502,3197) -(3903,3198) -(2869,3199) -(5072,3200) -(1201,3201) -(6245,3202) -(1402,3203) -(2594,3204) -(9171,3205) -(2620,3206) -(6309,3207) -(1285,3208) -(5466,3209) -(168,3210) -(1410,3211) -(6332,3212) -(9530,3213) -(7749,3214) -(3656,3215) -(37,3216) -(2744,3217) -(4206,3218) -(1846,3219) -(9913,3220) -(4078,3221) -(2080,3222) -(4169,3223) -(2070,3224) -(4500,3225) -(4123,3226) -(5594,3227) -(9941,3228) -(7154,3229) -(8340,3230) -(7110,3231) -(7795,3232) -(132,3233) -(4603,3234) -(9720,3235) -(1460,3236) -(4677,3237) -(9272,3238) -(2279,3239) -(4587,3240) -(2244,3241) -(742,3242) -(4426,3243) -(4571,3244) -(4775,3245) -(24,3246) -(4175,3247) -(9877,3248) -(7271,3249) -(5468,3250) -(6106,3251) -(9005,3252) -(109,3253) -(6365,3254) -(7437,3255) -(7979,3256) -(6050,3257) -(2853,3258) -(7603,3259) -(483,3260) -(5994,3261) -(6708,3262) -(5090,3263) -(4608,3264) -(4551,3265) -(5437,3266) -(4130,3267) -(6363,3268) -(1499,3269) -(384,3270) -(2266,3271) -(6018,3272) -(7915,3273) -(6167,3274) -(9988,3275) -(6599,3276) -(1693,3277) -(5971,3278) -(8470,3279) -(2807,3280) -(1120,3281) -(5924,3282) -(9025,3283) -(9454,3284) -(2259,3285) -(5249,3286) -(6350,3287) -(2930,3288) -(6055,3289) -(7691,3290) -(1573,3291) -(9943,3292) -(3085,3293) -(5928,3294) -(887,3295) -(4630,3296) -(9827,3297) -(8926,3298) -(5726,3299) -(1569,3300) -(8074,3301) -(7909,3302) -(8367,3303) -(7217,3304) -(5254,3305) -(1181,3306) -(6907,3307) -(5508,3308) -(4782,3309) -(793,3310) -(5740,3311) -(3107,3312) -(1197,3313) -(4376,3314) -(6226,3315) -(5033,3316) -(5494,3317) -(3244,3318) -(7670,3319) -(9273,3320) -(5248,3321) -(3381,3322) -(4136,3323) -(4163,3324) -(4270,3325) -(1729,3326) -(2778,3327) -(5082,3328) -(870,3329) -(4192,3330) -(308,3331) -(6783,3332) -(7611,3333) -(4221,3334) -(6353,3335) -(1830,3336) -(2437,3337) -(3360,3338) -(1829,3339) -(9475,3340) -(4566,3341) -(9944,3342) -(6054,3343) -(4722,3344) -(2779,3345) -(8051,3346) -(9671,3347) -(6084,3348) -(3729,3349) -(6627,3350) -(4769,3351) -(2224,3352) -(1404,3353) -(8532,3354) -(6759,3355) -(6404,3356) -(3144,3357) -(973,3358) -(9789,3359) -(6181,3360) -(1519,3361) -(9729,3362) -(8167,3363) -(3830,3364) -(6286,3365) -(3047,3366) -(3183,3367) -(6687,3368) -(2783,3369) -(9920,3370) -(4847,3371) -(3645,3372) -(7406,3373) -(6003,3374) -(3408,3375) -(4243,3376) -(1622,3377) -(5319,3378) -(4033,3379) -(8573,3380) -(8404,3381) -(6993,3382) -(660,3383) -(1136,3384) -(3393,3385) -(9743,3386) -(9705,3387) -(6960,3388) -(2753,3389) -(906,3390) -(999,3391) -(6927,3392) -(4846,3393) -(676,3394) -(8612,3395) -(4111,3396) -(9994,3397) -(4399,3398) -(4464,3399) -(7316,3400) -(8982,3401) -(1871,3402) -(4082,3403) -(3949,3404) -(9352,3405) -(9638,3406) -(8177,3407) -(3499,3408) -(4233,3409) -(1953,3410) -(7372,3411) -(5127,3412) -(4384,3413) -(9964,3414) -(5392,3415) -(616,3416) -(591,3417) -(6422,3418) -(6551,3419) -(9286,3420) -(3817,3421) -(7717,3422) -(8718,3423) -(8608,3424) -(2242,3425) -(4811,3426) -(6838,3427) -(787,3428) -(7940,3429) -(336,3430) -(9859,3431) -(3864,3432) -(7162,3433) -(2071,3434) -(7469,3435) -(2917,3436) -(7486,3437) -(3355,3438) -(6998,3439) -(5498,3440) -(5113,3441) -(2846,3442) -(6834,3443) -(8925,3444) -(2757,3445) -(2775,3446) -(6182,3447) -(4488,3448) -(8523,3449) -(52,3450) -(7251,3451) -(6130,3452) -(205,3453) -(1186,3454) -(1738,3455) -(9485,3456) -(4235,3457) -(7891,3458) -(4960,3459) -(8911,3460) -(1219,3461) -(9652,3462) -(9715,3463) -(6629,3464) -(700,3465) -(9819,3466) -(5188,3467) -(5367,3468) -(6447,3469) -(720,3470) -(9157,3471) -(1082,3472) -(3179,3473) -(4818,3474) -(7607,3475) -(2352,3476) -(1170,3477) -(4269,3478) -(8767,3479) -(3984,3480) -(3190,3481) -(7456,3482) -(4348,3483) -(3150,3484) -(8780,3485) -(2553,3486) -(7526,3487) -(2031,3488) -(8793,3489) -(1122,3490) -(1855,3491) -(6613,3492) -(3231,3493) -(9101,3494) -(4937,3495) -(666,3496) -(8943,3497) -(6164,3498) -(1081,3499) -(210,3500) -(6024,3501) -(5715,3502) -(8938,3503) -(1326,3504) -(7111,3505) -(757,3506) -(8933,3507) -(6495,3508) -(3134,3509) -(1304,3510) -(1835,3511) -(7275,3512) -(7337,3513) -(1282,3514) -(6566,3515) -(3786,3516) -(5741,3517) -(6076,3518) -(9998,3519) -(6268,3520) -(9647,3521) -(4877,3522) -(2652,3523) -(1247,3524) -(2721,3525) -(5968,3526) -(9570,3527) -(6425,3528) -(5451,3529) -(5668,3530) -(9493,3531) -(7973,3532) -(8250,3533) -(82,3534) -(6258,3535) -(9978,3536) -(6930,3537) -(3746,3538) -(7065,3539) -(4281,3540) -(4367,3541) -(9526,3542) -(5880,3543) -(8480,3544) -(2476,3545) -(9074,3546) -(4830,3547) -(3207,3548) -(7894,3549) -(3860,3550) -(5293,3551) -(6895,3552) -(9908,3553) -(9247,3554) -(8110,3555) -(4716,3556) -(4979,3557) -(5280,3558) -(8326,3559) -(5572,3560) -(4665,3561) -(3665,3562) -(6744,3563) -(1897,3564) -(1220,3565) -(2614,3566) -(8509,3567) -(8521,3568) -(4121,3569) -(9663,3570) -(2346,3571) -(3370,3572) -(1498,3573) -(7422,3574) -(3472,3575) -(4126,3576) -(4494,3577) -(6323,3578) -(2823,3579) -(8596,3580) -(6642,3581) -(9276,3582) -(4148,3583) -(9770,3584) -(9812,3585) -(4419,3586) -(3802,3587) -(3210,3588) -(6794,3589) -(242,3590) -(962,3591) -(7151,3592) -(9440,3593) -(721,3594) -(2119,3595) -(9883,3596) -(5071,3597) -(8239,3598) -(7451,3599) -(9517,3600) -(9180,3601) -(9327,3602) -(5462,3603) -(8306,3604) -(6234,3605) -(8771,3606) -(5853,3607) -(8373,3608) -(5017,3609) -(8025,3610) -(2526,3611) -(7419,3612) -(4572,3613) -(7744,3614) -(8825,3615) -(6067,3616) -(3291,3617) -(7115,3618) -(2626,3619) -(4109,3620) -(4056,3621) -(6811,3622) -(680,3623) -(474,3624) -(9294,3625) -(7555,3626) -(8076,3627) -(3840,3628) -(5955,3629) -(994,3630) -(2089,3631) -(869,3632) -(1223,3633) -(1514,3634) -(4891,3635) -(4190,3636) -(4377,3637) -(9195,3638) -(3827,3639) -(7386,3640) -(6665,3641) -(7514,3642) -(6431,3643) -(3251,3644) -(8439,3645) -(831,3646) -(8485,3647) -(7314,3648) -(3044,3649) -(4283,3650) -(298,3651) -(7114,3652) -(9664,3653) -(5315,3654) -(2164,3655) -(3390,3656) -(836,3657) -(3316,3658) -(1284,3659) -(2497,3660) -(1374,3661) -(9525,3662) -(2911,3663) -(9686,3664) -(584,3665) -(5653,3666) -(4986,3667) -(6049,3668) -(9891,3669) -(8809,3670) -(8598,3671) -(2573,3672) -(6864,3673) -(7932,3674) -(6605,3675) -(9500,3676) -(8742,3677) -(9815,3678) -(3319,3679) -(184,3680) -(8886,3681) -(7050,3682) -(9781,3683) -(2443,3684) -(1160,3685) -(4600,3686) -(813,3687) -(5078,3688) -(9008,3689) -(9016,3690) -(2747,3691) -(3106,3692) -(8235,3693) -(5582,3694) -(4334,3695) -(1612,3696) -(5650,3697) -(6086,3698) -(9667,3699) -(4215,3700) -(8553,3701) -(9066,3702) -(1092,3703) -(2848,3704) -(2765,3705) -(6513,3706) -(6541,3707) -(9617,3708) -(5870,3709) -(8811,3710) -(4529,3711) -(161,3712) -(641,3713) -(4767,3714) -(6293,3715) -(3816,3716) -(4748,3717) -(9924,3718) -(6716,3719) -(8828,3720) -(4967,3721) -(9680,3722) -(2784,3723) -(2882,3724) -(3641,3725) -(5537,3726) -(820,3727) -(5847,3728) -(566,3729) -(2246,3730) -(6680,3731) -(2014,3732) -(8355,3733) -(1610,3734) -(9719,3735) -(8498,3736) -(5883,3737) -(7380,3738) -(8865,3739) -(4743,3740) -(5086,3741) -(2739,3742) -(9375,3743) -(7876,3744) -(453,3745) -(6987,3746) -(2860,3747) -(8372,3748) -(2048,3749) -(9231,3750) -(634,3751) -(3998,3752) -(4728,3753) -(579,3754) -(815,3755) -(1009,3756) -(6596,3757) -(2793,3758) -(9589,3759) -(2794,3760) -(2551,3761) -(1588,3762) -(4443,3763) -(5009,3764) -(4287,3765) -(2167,3766) -(2290,3767) -(7225,3768) -(8992,3769) -(1540,3770) -(2029,3771) -(2855,3772) -(3534,3773) -(8078,3774) -(9778,3775) -(3543,3776) -(4778,3777) -(8931,3778) -(557,3779) -(5546,3780) -(7527,3781) -(5000,3782) -(7587,3783) -(3014,3784) -(5276,3785) -(6457,3786) -(389,3787) -(7104,3788) -(9995,3789) -(7368,3790) -(3258,3791) -(9208,3792) -(2396,3793) -(1715,3794) -(1240,3795) -(1952,3796) -(4403,3797) -(6333,3798) -(2492,3799) -(6543,3800) -(5548,3801) -(3458,3802) -(2588,3803) -(1364,3804) -(9856,3805) -(4964,3806) -(773,3807) -(6402,3808) -(7213,3809) -(3385,3810) -(6005,3811) -(9346,3812) -(1831,3813) -(5406,3814) -(2154,3815) -(3721,3816) -(2889,3817) -(4410,3818) -(7102,3819) -(4057,3820) -(9780,3821) -(9481,3822) -(2366,3823) -(2708,3824) -(7399,3825) -(5234,3826) -(1843,3827) -(1006,3828) -(7696,3829) -(6411,3830) -(3913,3831) -(2538,3832) -(3019,3833) -(107,3834) -(427,3835) -(9849,3836) -(4195,3837) -(9215,3838) -(3165,3839) -(3280,3840) -(4477,3841) -(5885,3842) -(3311,3843) -(6453,3844) -(8527,3845) -(1921,3846) -(2427,3847) -(3691,3848) -(3882,3849) -(562,3850) -(377,3851) -(1497,3852) -(4453,3853) -(4678,3854) -(2234,3855) -(1073,3856) -(6479,3857) -(5665,3858) -(586,3859) -(1584,3860) -(2574,3861) -(9833,3862) -(6726,3863) -(8497,3864) -(2914,3865) -(8586,3866) -(6973,3867) -(1322,3868) -(5242,3869) -(5581,3870) -(1365,3871) -(2818,3872) -(3758,3873) -(2665,3874) -(9823,3875) -(7057,3876) -(543,3877) -(4008,3878) -(4397,3879) -(8533,3880) -(9728,3881) -(5198,3882) -(5036,3883) -(4394,3884) -(9633,3885) -(3339,3886) -(9529,3887) -(4780,3888) -(4862,3889) -(8152,3890) -(9330,3891) -(4362,3892) -(4688,3893) -(1903,3894) -(9027,3895) -(5385,3896) -(9854,3897) -(9033,3898) -(3185,3899) -(2618,3900) -(371,3901) -(3697,3902) -(1682,3903) -(3333,3904) -(1722,3905) -(2009,3906) -(3517,3907) -(7640,3908) -(259,3909) -(1400,3910) -(6663,3911) -(1576,3912) -(8843,3913) -(9474,3914) -(1597,3915) -(1143,3916) -(4162,3917) -(1301,3918) -(2935,3919) -(886,3920) -(1661,3921) -(1026,3922) -(7034,3923) -(2305,3924) -(1725,3925) -(909,3926) -(9906,3927) -(3309,3928) -(515,3929) -(932,3930) -(8144,3931) -(5592,3932) -(4003,3933) -(9566,3934) -(4556,3935) -(268,3936) -(8107,3937) -(5816,3938) -(8597,3939) -(9611,3940) -(8070,3941) -(6040,3942) -(3184,3943) -(9656,3944) -(1577,3945) -(1805,3946) -(8268,3947) -(3489,3948) -(4564,3949) -(4006,3950) -(8466,3951) -(938,3952) -(5944,3953) -(8363,3954) -(5348,3955) -(71,3956) -(3620,3957) -(3230,3958) -(6132,3959) -(6143,3960) -(8781,3961) -(5522,3962) -(6320,3963) -(3923,3964) -(2207,3965) -(966,3966) -(9020,3967) -(4616,3968) -(8289,3969) -(5796,3970) -(9259,3971) -(3710,3972) -(251,3973) -(7669,3974) -(6304,3975) -(6454,3976) -(1489,3977) -(715,3978) -(4319,3979) -(7112,3980) -(3726,3981) -(7727,3982) -(8387,3983) -(6555,3984) -(1148,3985) -(9000,3986) -(5278,3987) -(2388,3988) -(7984,3989) -(881,3990) -(6830,3991) -(7056,3992) -(7581,3993) -(5214,3994) -(2505,3995) -(5112,3996) -(9884,3997) -(8040,3998) -(7033,3999) -(9343,4000) -(2931,4001) -(9024,4002) -(6485,4003) -(3465,4004) -(3357,4005) -(2929,4006) -(3086,4007) -(8897,4008) -(9688,4009) -(6522,4010) -(3241,4011) -(8770,4012) -(2884,4013) -(9579,4014) -(3125,4015) -(4604,4016) -(2682,4017) -(254,4018) -(6569,4019) -(2686,4020) -(2123,4021) -(1745,4022) -(247,4023) -(5800,4024) -(1121,4025) -(8893,4026) -(7819,4027) -(1339,4028) -(5680,4029) -(5093,4030) -(3508,4031) -(933,4032) -(1106,4033) -(4386,4034) -(5895,4035) -(2980,4036) -(4400,4037) -(7433,4038) -(6110,4039) -(867,4040) -(5292,4041) -(3926,4042) -(1107,4043) -(7355,4044) -(4689,4045) -(4872,4046) -(7821,4047) -(7277,4048) -(3268,4049) -(8877,4050) -(343,4051) -(621,4052) -(5429,4053) -(392,4054) -(6004,4055) -(6377,4056) -(3037,4057) -(3514,4058) -(8740,4059) -(3877,4060) -(5731,4061) -(6407,4062) -(2044,4063) -(7362,4064) -(5458,4065) -(6437,4066) -(1051,4067) -(1203,4068) -(2176,4069) -(8997,4070) -(6378,4071) -(6006,4072) -(2308,4073) -(625,4074) -(7298,4075) -(5575,4076) -(3565,4077) -(47,4078) -(2413,4079) -(2153,4080) -(752,4081) -(4095,4082) -(2518,4083) -(3681,4084) -(4213,4085) -(2615,4086) -(1471,4087) -(7315,4088) -(6013,4089) -(3077,4090) -(2190,4091) -(528,4092) -(9508,4093) -(2473,4094) -(167,4095) -(8448,4096) -(7538,4097) -(7638,4098) -(4328,4099) -(3812,4100) -(2879,4101) -(4741,4102) -(9155,4103) -(5151,4104) -(5591,4105) -(1034,4106) -(765,4107) -(2664,4108) -(6854,4109) -(8263,4110) -(8658,4111) -(587,4112) -(4553,4113) -(1368,4114) -(1718,4115) -(140,4116) -(8341,4117) -(72,4118) -(6589,4119) -(2024,4120) -(8024,4121) -(9564,4122) -(8625,4123) -(2680,4124) -(4323,4125) -(8981,4126) -(8909,4127) -(5288,4128) -(2057,4129) -(5931,4130) -(9794,4131) -(1012,4132) -(5496,4133) -(9182,4134) -(5258,4135) -(3050,4136) -(2083,4137) -(3069,4138) -(8459,4139) -(169,4140) -(4379,4141) -(5126,4142) -(1415,4143) -(1163,4144) -(3500,4145) -(7202,4146) -(747,4147) -(9264,4148) -(8548,4149) -(4228,4150) -(7122,4151) -(3395,4152) -(5674,4153) -(7293,4154) -(737,4155) -(9595,4156) -(594,4157) -(5322,4158) -(2933,4159) -(4955,4160) -(4073,4161) -(7249,4162) -(192,4163) -(2617,4164) -(7409,4165) -(4903,4166) -(9797,4167) -(9919,4168) -(1878,4169) -(4851,4170) -(5514,4171) -(2582,4172) -(3564,4173) -(7085,4174) -(3619,4175) -(261,4176) -(7338,4177) -(4251,4178) -(5360,4179) -(5678,4180) -(9162,4181) -(5920,4182) -(7156,4183) -(4271,4184) -(4698,4185) -(1572,4186) -(6974,4187) -(4291,4188) -(4036,4189) -(7473,4190) -(4786,4191) -(2662,4192) -(916,4193) -(668,4194) -(4874,4195) -(3752,4196) -(4865,4197) -(7052,4198) -(5712,4199) -(31,4200) -(4944,4201) -(1435,4202) -(501,4203) -(9401,4204) -(5014,4205) -(9125,4206) -(6144,4207) -(1743,4208) -(4316,4209) -(8212,4210) -(7344,4211) -(2051,4212) -(8131,4213) -(7023,4214) -(9674,4215) -(4984,4216) -(111,4217) -(2296,4218) -(5025,4219) -(1756,4220) -(2885,4221) -(2541,4222) -(1919,4223) -(6496,4224) -(6103,4225) -(98,4226) -(3727,4227) -(689,4228) -(7181,4229) -(8447,4230) -(4569,4231) -(8844,4232) -(2436,4233) -(391,4234) -(3035,4235) -(7583,4236) -(1145,4237) -(93,4238) -(8896,4239) -(6719,4240) -(7728,4241) -(1349,4242) -(5349,4243) -(3040,4244) -(2414,4245) -(5122,4246) -(9553,4247) -(5987,4248) -(5939,4249) -(3525,4250) -(1371,4251) -(618,4252) -(6529,4253) -(4010,4254) -(328,4255) -(6121,4256) -(3505,4257) -(2033,4258) -(4724,4259) -(8717,4260) -(5639,4261) -(3448,4262) -(2919,4263) -(3417,4264) -(943,4265) -(775,4266) -(2333,4267) -(4801,4268) -(7169,4269) -(2840,4270) -(9034,4271) -(6154,4272) -(1412,4273) -(2263,4274) -(7118,4275) -(1526,4276) -(491,4277) -(9732,4278) -(7067,4279) -(212,4280) -(1955,4281) -(3303,4282) -(2715,4283) -(8168,4284) -(6799,4285) -(5080,4286) -(4939,4287) -(6604,4288) -(6531,4289) -(9948,4290) -(7923,4291) -(9905,4292) -(340,4293) -(1721,4294) -(9047,4295) -(4723,4296) -(5748,4297) -(6845,4298) -(1556,4299) -(9505,4300) -(3573,4301) -(3785,4302) -(2772,4303) -(7282,4304) -(8106,4305) -(2847,4306) -(9803,4307) -(7719,4308) -(4649,4309) -(6196,4310) -(6026,4311) -(1646,4312) -(6526,4313) -(5110,4314) -(3946,4315) -(445,4316) -(3249,4317) -(2501,4318) -(3243,4319) -(4701,4320) -(472,4321) -(3356,4322) -(9967,4323) -(4292,4324) -(7005,4325) -(6267,4326) -(6678,4327) -(6083,4328) -(760,4329) -(7833,4330) -(2877,4331) -(8810,4332) -(1560,4333) -(1367,4334) -(8756,4335) -(1346,4336) -(6449,4337) -(6658,4338) -(6745,4339) -(4866,4340) -(14,4341) -(4506,4342) -(1923,4343) -(8365,4344) -(1279,4345) -(7666,4346) -(7404,4347) -(65,4348) -(5820,4349) -(459,4350) -(4787,4351) -(5631,4352) -(9717,4353) -(2560,4354) -(8295,4355) -(3596,4356) -(2023,4357) -(5055,4358) -(763,4359) -(6733,4360) -(9266,4361) -(4479,4362) -(1816,4363) -(899,4364) -(230,4365) -(5362,4366) -(1609,4367) -(6750,4368) -(9704,4369) -(3991,4370) -(3959,4371) -(9021,4372) -(7585,4373) -(7083,4374) -(7688,4375) -(2673,4376) -(3554,4377) -(7416,4378) -(5672,4379) -(1355,4380) -(3149,4381) -(5811,4382) -(3759,4383) -(5634,4384) -(8617,4385) -(8949,4386) -(3964,4387) -(3852,4388) -(1555,4389) -(6536,4390) -(4779,4391) -(1893,4392) -(9358,4393) -(7438,4394) -(941,4395) -(4844,4396) -(4745,4397) -(1017,4398) -(327,4399) -(3152,4400) -(4711,4401) -(141,4402) -(1303,4403) -(8873,4404) -(8481,4405) -(5445,4406) -(7868,4407) -(6722,4408) -(6628,4409) -(7738,4410) -(1018,4411) -(3296,4412) -(1946,4413) -(6603,4414) -(3562,4415) -(1147,4416) -(6031,4417) -(6484,4418) -(496,4419) -(4563,4420) -(1037,4421) -(9672,4422) -(9053,4423) -(2523,4424) -(8519,4425) -(8190,4426) -(2068,4427) -(8569,4428) -(6535,4429) -(1810,4430) -(3099,4431) -(7466,4432) -(4017,4433) -(1097,4434) -(7686,4435) -(6742,4436) -(5966,4437) -(3632,4438) -(8837,4439) -(1667,4440) -(8833,4441) -(9805,4442) -(3650,4443) -(2237,4444) -(9980,4445) -(2861,4446) -(1334,4447) -(842,4448) -(1116,4449) -(4055,4450) -(3842,4451) -(1886,4452) -(8589,4453) -(5873,4454) -(7711,4455) -(911,4456) -(5837,4457) -(897,4458) -(4299,4459) -(7774,4460) -(7832,4461) -(9915,4462) -(9,4463) -(9675,4464) -(7953,4465) -(8912,4466) -(4188,4467) -(8446,4468) -(1600,4469) -(43,4470) -(544,4471) -(6977,4472) -(3191,4473) -(418,4474) -(3142,4475) -(5042,4476) -(2194,4477) -(2397,4478) -(4684,4479) -(34,4480) -(3844,4481) -(7824,4482) -(6177,4483) -(9657,4484) -(4546,4485) -(599,4486) -(153,4487) -(6910,4488) -(4408,4489) -(1164,4490) -(6469,4491) -(5996,4492) -(2639,4493) -(2678,4494) -(8392,4495) -(1386,4496) -(5125,4497) -(8453,4498) -(2369,4499) -(1608,4500) -(3781,4501) -(903,4502) -(2099,4503) -(538,4504) -(9177,4505) -(420,4506) -(9080,4507) -(2630,4508) -(5978,4509) -(9239,4510) -(4372,4511) -(4357,4512) -(9857,4513) -(7933,4514) -(9574,4515) -(8294,4516) -(627,4517) -(3229,4518) -(3163,4519) -(7349,4520) -(6889,4521) -(2101,4522) -(6476,4523) -(6765,4524) -(4204,4525) -(5915,4526) -(2318,4527) -(294,4528) -(5245,4529) -(4481,4530) -(7754,4531) -(8494,4532) -(4014,4533) -(2197,4534) -(1297,4535) -(1066,4536) -(5710,4537) -(4100,4538) -(7356,4539) -(7658,4540) -(3666,4541) -(9713,4542) -(691,4543) -(3112,4544) -(6035,4545) -(8353,4546) -(5679,4547) -(2124,4548) -(4714,4549) -(9048,4550) -(7692,4551) -(4542,4552) -(8737,4553) -(4977,4554) -(9349,4555) -(731,4556) -(1788,4557) -(7830,4558) -(3977,4559) -(2421,4560) -(5891,4561) -(1111,4562) -(9224,4563) -(9872,4564) -(2433,4565) -(1491,4566) -(6653,4567) -(1907,4568) -(889,4569) -(561,4570) -(7415,4571) -(2703,4572) -(2561,4573) -(1257,4574) -(2390,4575) -(3915,4576) -(8476,4577) -(607,4578) -(3891,4579) -(7269,4580) -(9537,4581) -(8518,4582) -(5221,4583) -(3274,4584) -(6677,4585) -(3114,4586) -(1966,4587) -(5941,4588) -(9463,4589) -(8966,4590) -(4402,4591) -(3364,4592) -(3698,4593) -(4651,4594) -(2127,4595) -(3614,4596) -(5430,4597) -(3361,4598) -(4798,4599) -(8269,4600) -(6458,4601) -(3358,4602) -(5898,4603) -(1880,4604) -(782,4605) -(3102,4606) -(6366,4607) -(399,4608) -(6773,4609) -(7942,4610) -(6274,4611) -(7447,4612) -(7648,4613) -(3997,4614) -(1759,4615) -(1785,4616) -(8930,4617) -(7595,4618) -(6752,4619) -(5635,4620) -(1579,4621) -(7743,4622) -(5856,4623) -(7273,4624) -(1399,4625) -(3694,4626) -(2782,4627) -(6951,4628) -(6053,4629) -(1753,4630) -(3985,4631) -(6159,4632) -(6250,4633) -(6240,4634) -(6571,4635) -(8624,4636) -(9718,4637) -(5529,4638) -(7089,4639) -(5488,4640) -(5444,4641) -(4899,4642) -(7928,4643) -(4736,4644) -(4317,4645) -(1174,4646) -(6138,4647) -(3943,4648) -(1545,4649) -(6867,4650) -(6832,4651) -(2987,4652) -(5169,4653) -(8998,4654) -(9347,4655) -(4800,4656) -(4200,4657) -(4046,4658) -(7142,4659) -(2733,4660) -(1568,4661) -(5105,4662) -(9115,4663) -(6475,4664) -(3796,4665) -(5410,4666) -(4023,4667) -(8904,4668) -(450,4669) -(8087,4670) -(6478,4671) -(2696,4672) -(1792,4673) -(9699,4674) -(9160,4675) -(9989,4676) -(9568,4677) -(487,4678) -(7863,4679) -(1884,4680) -(2651,4681) -(8285,4682) -(3927,4683) -(4076,4684) -(6149,4685) -(6581,4686) -(8293,4687) -(7665,4688) -(4435,4689) -(1271,4690) -(3928,4691) -(7045,4692) -(4943,4693) -(8473,4694) -(1707,4695) -(7509,4696) -(1593,4697) -(9281,4698) -(8986,4699) -(3740,4700) -(9265,4701) -(1510,4702) -(3022,4703) -(9014,4704) -(6816,4705) -(5518,4706) -(4451,4707) -(8747,4708) -(4646,4709) -(7296,4710) -(9644,4711) -(5977,4712) -(6270,4713) -(5578,4714) -(2465,4715) -(6436,4716) -(8089,4717) -(2409,4718) -(284,4719) -(5576,4720) -(6534,4721) -(8848,4722) -(4305,4723) -(5574,4724) -(596,4725) -(1253,4726) -(521,4727) -(8739,4728) -(908,4729) -(6937,4730) -(4515,4731) -(8630,4732) -(7518,4733) -(8300,4734) -(8434,4735) -(6000,4736) -(4508,4737) -(7861,4738) -(5953,4739) -(5063,4740) -(4501,4741) -(7092,4742) -(4388,4743) -(1826,4744) -(568,4745) -(8184,4746) -(4268,4747) -(5798,4748) -(5190,4749) -(1298,4750) -(4035,4751) -(4504,4752) -(5992,4753) -(770,4754) -(7502,4755) -(824,4756) -(7716,4757) -(5749,4758) -(9814,4759) -(350,4760) -(1390,4761) -(6994,4762) -(3629,4763) -(9937,4764) -(5285,4765) -(3157,4766) -(9549,4767) -(4118,4768) -(756,4769) -(5964,4770) -(7701,4771) -(1242,4772) -(7890,4773) -(1991,4774) -(110,4775) -(9334,4776) -(6231,4777) -(9871,4778) -(9471,4779) -(2697,4780) -(4761,4781) -(8493,4782) -(1045,4783) -(3403,4784) -(9412,4785) -(7652,4786) -(5866,4787) -(6942,4788) -(9353,4789) -(2600,4790) -(6971,4791) -(5391,4792) -(7654,4793) -(1797,4794) -(4530,4795) -(3130,4796) -(9442,4797) -(6659,4798) -(9714,4799) -(3660,4800) -(1906,4801) -(7927,4802) -(1767,4803) -(5523,4804) -(9289,4805) -(2717,4806) -(4099,4807) -(4387,4808) -(8864,4809) -(1774,4810) -(6292,4811) -(847,4812) -(5954,4813) -(8032,4814) -(3295,4815) -(8984,4816) -(7809,4817) -(1670,4818) -(7733,4819) -(6187,4820) -(9326,4821) -(2493,4822) -(9512,4823) -(4342,4824) -(5350,4825) -(6009,4826) -(1208,4827) -(7014,4828) -(2967,4829) -(5831,4830) -(3097,4831) -(1528,4832) -(6429,4833) -(7320,4834) -(844,4835) -(7054,4836) -(1643,4837) -(7626,4838) -(8728,4839) -(8277,4840) -(189,4841) -(3717,4842) -(1020,4843) -(9234,4844) -(9541,4845) -(380,4846) -(397,4847) -(835,4848) -(347,4849) -(2490,4850) -(605,4851) -(7960,4852) -(9681,4853) -(5753,4854) -(1676,4855) -(5533,4856) -(8958,4857) -(664,4858) -(3005,4859) -(8576,4860) -(7304,4861) -(3375,4862) -(6336,4863) -(1392,4864) -(2925,4865) -(1217,4866) -(3714,4867) -(2120,4868) -(2845,4869) -(3865,4870) -(124,4871) -(865,4872) -(9361,4873) -(6338,4874) -(7330,4875) -(513,4876) -(5001,4877) -(549,4878) -(1808,4879) -(7168,4880) -(9878,4881) -(233,4882) -(4262,4883) -(7998,4884) -(2419,4885) -(9960,4886) -(3523,4887) -(5440,4888) -(3030,4889) -(2745,4890) -(7175,4891) -(640,4892) -(1798,4893) -(7499,4894) -(1924,4895) -(1327,4896) -(73,4897) -(9558,4898) -(818,4899) -(9916,4900) -(2978,4901) -(8469,4902) -(9845,4903) -(2326,4904) -(4032,4905) -(5604,4906) -(9610,4907) -(5101,4908) -(7246,4909) -(1292,4910) -(6235,4911) -(1733,4912) -(4647,4913) -(258,4914) -(8438,4915) -(7869,4916) -(9691,4917) -(5422,4918) -(9630,4919) -(4439,4920) -(3140,4921) -(9111,4922) -(4606,4923) -(8620,4924) -(7849,4925) -(346,4926) -(9528,4927) -(1811,4928) -(6068,4929) -(6260,4930) -(5909,4931) -(4518,4932) -(7530,4933) -(3900,4934) -(3969,4935) -(8690,4936) -(5532,4937) -(5989,4938) -(1870,4939) -(1113,4940) -(5155,4941) -(7460,4942) -(6217,4943) -(8333,4944) -(6341,4945) -(6230,4946) -(6902,4947) -(670,4948) -(805,4949) -(1340,4950) -(8649,4951) -(3887,4952) -(5400,4953) -(4354,4954) -(950,4955) -(1544,4956) -(3898,4957) -(8038,4958) -(1095,4959) -(1748,4960) -(9154,4961) -(2182,4962) -(6797,4963) -(9149,4964) -(7351,4965) -(2820,4966) -(9696,4967) -(253,4968) -(3600,4969) -(3892,4970) -(231,4971) -(8331,4972) -(403,4973) -(8642,4974) -(3118,4975) -(3835,4976) -(1117,4977) -(7024,4978) -(2636,4979) -(3778,4980) -(2003,4981) -(5717,4982) -(4869,4983) -(8921,4984) -(888,4985) -(7599,4986) -(8621,4987) -(811,4988) -(9147,4989) -(1413,4990) -(5232,4991) -(5912,4992) -(3418,4993) -(3912,4994) -(9576,4995) -(4225,4996) -(8222,4997) -(7013,4998) -(7037,4999) -(1205,5000) -(8114,5001) -(6585,5002) -(155,5003) -(2841,5004) -(1996,5005) -(4948,5006) -(3304,5007) -(5684,5008) -(6962,5009) -(8691,5010) -(8501,5011) -(4783,5012) -(3762,5013) -(4534,5014) -(4999,5015) -(4618,5016) -(4220,5017) -(3384,5018) -(3036,5019) -(545,5020) -(9946,5021) -(1985,5022) -(2310,5023) -(6563,5024) -(4886,5025) -(9359,5026) -(400,5027) -(9742,5028) -(6736,5029) -(8166,5030) -(861,5031) -(7492,5032) -(1155,5033) -(9769,5034) -(6843,5035) -(5625,5036) -(1910,5037) -(9796,5038) -(6950,5039) -(3084,5040) -(2959,5041) -(2093,5042) -(2738,5043) -(6406,5044) -(9082,5045) -(8568,5046) -(3566,5047) -(3016,5048) -(1207,5049) -(4045,5050) -(4173,5051) -(3939,5052) -(9683,5053) -(1684,5054) -(9271,5055) -(9317,5056) -(5793,5057) -(352,5058) -(7328,5059) -(4582,5060) -(7413,5061) -(6772,5062) -(4973,5063) -(7480,5064) -(5555,5065) -(4227,5066) -(4153,5067) -(4601,5068) -(3782,5069) -(3872,5070) -(893,5071) -(2430,5072) -(2591,5073) -(264,5074) -(6238,5075) -(633,5076) -(1029,5077) -(5934,5078) -(8694,5079) -(7401,5080) -(1165,5081) -(9438,5082) -(4790,5083) -(4531,5084) -(6099,5085) -(8236,5086) -(8551,5087) -(3128,5088) -(3504,5089) -(9071,5090) -(5930,5091) -(6825,5092) -(2218,5093) -(3604,5094) -(5761,5095) -(5414,5096) -(5892,5097) -(4080,5098) -(8018,5099) -(1757,5100) -(5854,5101) -(1335,5102) -(3811,5103) -(9917,5104) -(5947,5105) -(7263,5106) -(1730,5107) -(5747,5108) -(3876,5109) -(2762,5110) -(7613,5111) -(152,5112) -(3941,5113) -(5614,5114) -(9279,5115) -(3048,5116) -(6152,5117) -(5481,5118) -(4675,5119) -(3334,5120) -(4691,5121) -(803,5122) -(5409,5123) -(1054,5124) -(103,5125) -(8565,5126) -(4666,5127) -(6634,5128) -(5538,5129) -(3789,5130) -(4641,5131) -(2458,5132) -(5667,5133) -(6524,5134) -(9179,5135) -(6358,5136) -(6668,5137) -(6414,5138) -(2813,5139) -(8927,5140) -(8695,5141) -(363,5142) -(9966,5143) -(1323,5144) -(8211,5145) -(4375,5146) -(3257,5147) -(6239,5148) -(3602,5149) -(9830,5150) -(7826,5151) -(2108,5152) -(7245,5153) -(8330,5154) -(7441,5155) -(9848,5156) -(1226,5157) -(414,5158) -(1273,5159) -(9866,5160) -(4633,5161) -(8727,5162) -(5308,5163) -(1395,5164) -(1825,5165) -(7606,5166) -(9390,5167) -(2376,5168) -(2377,5169) -(5346,5170) -(4140,5171) -(6032,5172) -(9453,5173) -(9297,5174) -(6455,5175) -(4458,5176) -(9516,5177) -(6211,5178) -(526,5179) -(3570,5180) -(4885,5181) -(6390,5182) -(1606,5183) -(7850,5184) -(3315,5185) -(8322,5186) -(3703,5187) -(9489,5188) -(6104,5189) -(3067,5190) -(2521,5191) -(2581,5192) -(595,5193) -(8291,5194) -(1727,5195) -(6847,5196) -(7494,5197) -(7093,5198) -(7357,5199) -(620,5200) -(2460,5201) -(1598,5202) -(4112,5203) -(2956,5204) -(3193,5205) -(6356,5206) -(730,5207) -(8826,5208) -(9036,5209) -(2085,5210) -(9007,5211) -(6047,5212) -(3953,5213) -(1214,5214) -(4814,5215) -(5738,5216) -(7176,5217) -(3609,5218) -(592,5219) -(9391,5220) -(5345,5221) -(1171,5222) -(7238,5223) -(7561,5224) -(5876,5225) -(6611,5226) -(7300,5227) -(1506,5228) -(1153,5229) -(3831,5230) -(9255,5231) -(1841,5232) -(5075,5233) -(101,5234) -(2627,5235) -(7078,5236) -(2850,5237) -(8703,5238) -(4101,5239) -(318,5240) -(6452,5241) -(5558,5242) -(3127,5243) -(535,5244) -(270,5245) -(4038,5246) -(3404,5247) -(2374,5248) -(6446,5249) -(7758,5250) -(356,5251) -(9197,5252) -(9765,5253) -(4974,5254) -(442,5255) -(4349,5256) -(6119,5257) -(7574,5258) -(4445,5259) -(940,5260) -(1875,5261) -(5951,5262) -(9132,5263) -(6913,5264) -(3308,5265) -(7553,5266) -(2138,5267) -(6252,5268) -(2171,5269) -(4159,5270) -(2401,5271) -(6553,5272) -(5217,5273) -(1405,5274) -(1494,5275) -(5553,5276) -(8296,5277) -(6565,5278) -(817,5279) -(6947,5280) -(4184,5281) -(6577,5282) -(6424,5283) -(2482,5284) -(6874,5285) -(7601,5286) -(4552,5287) -(8406,5288) -(2924,5289) -(8255,5290) -(4920,5291) -(228,5292) -(9431,5293) -(4021,5294) -(2966,5295) -(2862,5296) -(4303,5297) -(9643,5298) -(3008,5299) -(7476,5300) -(3686,5301) -(9051,5302) -(6592,5303) -(924,5304) -(4406,5305) -(5233,5306) -(8881,5307) -(2212,5308) -(5804,5309) -(2990,5310) -(4069,5311) -(5380,5312) -(5016,5313) -(5056,5314) -(3732,5315) -(5527,5316) -(1151,5317) -(7900,5318) -(1660,5319) -(8064,5320) -(8240,5321) -(413,5322) -(8311,5323) -(1065,5324) -(2741,5325) -(5306,5326) -(5464,5327) -(4237,5328) -(3822,5329) -(2548,5330) -(2688,5331) -(8061,5332) -(9340,5333) -(4031,5334) -(2635,5335) -(809,5336) -(3209,5337) -(3825,5338) -(1448,5339) -(9077,5340) -(3730,5341) -(9596,5342) -(3563,5343) -(4116,5344) -(4825,5345) -(8376,5346) -(3917,5347) -(4407,5348) -(8202,5349) -(7675,5350) -(4104,5351) -(9225,5352) -(2834,5353) -(1227,5354) -(3383,5355) -(67,5356) -(1751,5357) -(8054,5358) -(8571,5359) -(2466,5360) -(9405,5361) -(6883,5362) -(4301,5363) -(3705,5364) -(5420,5365) -(3692,5366) -(6851,5367) -(9363,5368) -(2269,5369) -(4918,5370) -(4297,5371) -(1836,5372) -(237,5373) -(6131,5374) -(3174,5375) -(9987,5376) -(3630,5377) -(2899,5378) -(4079,5379) -(5049,5380) -(2963,5381) -(3962,5382) -(7921,5383) -(3967,5384) -(2752,5385) -(7944,5386) -(2205,5387) -(5035,5388) -(1425,5389) -(832,5390) -(1447,5391) -(6108,5392) -(4936,5393) -(7704,5394) -(142,5395) -(4272,5396) -(7667,5397) -(366,5398) -(8866,5399) -(7712,5400) -(3880,5401) -(4631,5402) -(2789,5403) -(7720,5404) -(7618,5405) -(4990,5406) -(7918,5407) -(5067,5408) -(6370,5409) -(2268,5410) -(1949,5411) -(5503,5412) -(9951,5413) -(6823,5414) -(6287,5415) -(6016,5416) -(1977,5417) -(8579,5418) -(6204,5419) -(9764,5420) -(2005,5421) -(1648,5422) -(2457,5423) -(2698,5424) -(7730,5425) -(7287,5426) -(2937,5427) -(6824,5428) -(9256,5429) -(4810,5430) -(3869,5431) -(1993,5432) -(6048,5433) -(6922,5434) -(8,5435) -(6706,5436) -(9159,5437) -(7020,5438) -(767,5439) -(8602,5440) -(4442,5441) -(2040,5442) -(5493,5443) -(275,5444) -(8876,5445) -(7381,5446) -(1827,5447) -(3537,5448) -(6978,5449) -(6160,5450) -(9219,5451) -(5034,5452) -(8463,5453) -(2038,5454) -(9562,5455) -(2687,5456) -(5092,5457) -(539,5458) -(2139,5459) -(9221,5460) -(965,5461) -(6051,5462) -(5822,5463) -(6397,5464) -(2375,5465) -(9415,5466) -(6552,5467) -(2248,5468) -(2611,5469) -(9609,5470) -(2132,5471) -(8452,5472) -(9407,5473) -(2814,5474) -(1889,5475) -(7489,5476) -(2255,5477) -(3380,5478) -(1167,5479) -(5369,5480) -(2378,5481) -(8315,5482) -(2934,5483) -(7924,5484) -(2867,5485) -(9141,5486) -(3613,5487) -(2461,5488) -(4567,5489) -(2906,5490) -(4848,5491) -(6614,5492) -(6200,5493) -(7895,5494) -(6829,5495) -(4087,5496) -(8787,5497) -(3322,5498) -(9091,5499) -(5268,5500) -(2719,5501) -(30,5502) -(1975,5503) -(2641,5504) -(8616,5505) -(5980,5506) -(5170,5507) -(1960,5508) -(8141,5509) -(6692,5510) -(7621,5511) -(3890,5512) -(4300,5513) -(736,5514) -(6626,5515) -(1800,5516) -(3430,5517) -(9519,5518) -(5111,5519) -(6915,5520) -(9246,5521) -(5141,5522) -(5922,5523) -(3087,5524) -(1859,5525) -(8482,5526) -(8414,5527) -(6662,5528) -(8614,5529) -(42,5530) -(7582,5531) -(8183,5532) -(1299,5533) -(7004,5534) -(3298,5535) -(7884,5536) -(4191,5537) -(7346,5538) -(7989,5539) -(5719,5540) -(800,5541) -(6509,5542) -(4672,5543) -(4434,5544) -(8309,5545) -(5134,5546) -(5153,5547) -(1522,5548) -(8629,5549) -(4549,5550) -(9506,5551) -(6542,5552) -(2579,5553) -(4664,5554) -(696,5555) -(7950,5556) -(5,5557) -(7806,5558) -(2770,5559) -(1344,5560) -(511,5561) -(9070,5562) -(2961,5563) -(8031,5564) -(326,5565) -(183,5566) -(5917,5567) -(8256,5568) -(7889,5569) -(9029,5570) -(1316,5571) -(7442,5572) -(2810,5573) -(20,5574) -(2306,5575) -(4694,5576) -(9710,5577) -(1791,5578) -(6730,5579) -(359,5580) -(8097,5581) -(6147,5582) -(643,5583) -(698,5584) -(3881,5585) -(7600,5586) -(1583,5587) -(9612,5588) -(1032,5589) -(4834,5590) -(5076,5591) -(3070,5592) -(1421,5593) -(8970,5594) -(6271,5595) -(8547,5596) -(1259,5597) -(8328,5598) -(1503,5599) -(2253,5600) -(7449,5601) -(3579,5602) -(1585,5603) -(5543,5604) -(8627,5605) -(8618,5606) -(1911,5607) -(2758,5608) -(5744,5609) -(4976,5610) -(6380,5611) -(1937,5612) -(9903,5613) -(4409,5614) -(4133,5615) -(5263,5616) -(7888,5617) -(6060,5618) -(2522,5619) -(5550,5620) -(9396,5621) -(176,5622) -(5148,5623) -(6691,5624) -(4652,5625) -(5096,5626) -(2408,5627) -(7322,5628) -(6782,5629) -(4642,5630) -(5427,5631) -(4461,5632) -(8416,5633) -(2593,5634) -(6202,5635) -(3826,5636) -(4417,5637) -(7871,5638) -(5622,5639) -(3010,5640) -(3407,5641) -(1274,5642) -(2828,5643) -(3427,5644) -(612,5645) -(8729,5646) -(1239,5647) -(8990,5648) -(5609,5649) -(4441,5650) -(9078,5651) -(6699,5652) -(8390,5653) -(5455,5654) -(7537,5655) -(4669,5656) -(5534,5657) -(1920,5658) -(9465,5659) -(4897,5660) -(1990,5661) -(7148,5662) -(533,5663) -(4339,5664) -(6450,5665) -(9627,5666) -(5539,5667) -(6758,5668) -(3435,5669) -(4350,5670) -(9088,5671) -(6368,5672) -(6337,5673) -(4361,5674) -(1719,5675) -(3109,5676) -(7135,5677) -(1964,5678) -(3,5679) -(1868,5680) -(5182,5681) -(7567,5682) -(3676,5683) -(9382,5684) -(8645,5685) -(2018,5686) -(217,5687) -(6793,5688) -(7280,5689) -(2168,5690) -(5259,5691) -(6019,5692) -(877,5693) -(4961,5694) -(1873,5695) -(13,5696) -(1537,5697) -(3129,5698) -(6473,5699) -(7865,5700) -(7822,5701) -(239,5702) -(2062,5703) -(762,5704) -(3764,5705) -(465,5706) -(2587,5707) -(8402,5708) -(1055,5709) -(3072,5710) -(7359,5711) -(6558,5712) -(48,5713) -(5382,5714) -(947,5715) -(2644,5716) -(7516,5717) -(2362,5718) -(839,5719) -(2216,5720) -(7673,5721) -(8173,5722) -(1630,5723) -(9057,5724) -(4392,5725) -(3695,5726) -(5751,5727) -(5745,5728) -(7945,5729) -(5174,5730) -(3829,5731) -(3317,5732) -(4253,5733) -(1291,5734) -(3266,5735) -(2939,5736) -(2755,5737) -(6844,5738) -(8594,5739) -(704,5740) -(1681,5741) -(364,5742) -(2928,5743) -(117,5744) -(96,5745) -(7796,5746) -(3101,5747) -(3397,5748) -(1605,5749) -(4881,5750) -(4521,5751) -(6430,5752) -(282,5753) -(9645,5754) -(8946,5755) -(5064,5756) -(7470,5757) -(5886,5758) -(6280,5759) -(5247,5760) -(412,5761) -(5342,5762) -(2271,5763) -(849,5764) -(1885,5765) -(5620,5766) -(7079,5767) -(5819,5768) -(7497,5769) -(5993,5770) -(3739,5771) -(6296,5772) -(2716,5773) -(1130,5774) -(5593,5775) -(6972,5776) -(8360,5777) -(6448,5778) -(3689,5779) -(7951,5780) -(2974,5781) -(6600,5782) -(4662,5783) -(4765,5784) -(355,5785) -(6228,5786) -(964,5787) -(3082,5788) -(7028,5789) -(4505,5790) -(8961,5791) -(9571,5792) -(9394,5793) -(4245,5794) -(7560,5795) -(2907,5796) -(7817,5797) -(5408,5798) -(8092,5799) -(1309,5800) -(6673,5801) -(1245,5802) -(6790,5803) -(8380,5804) -(5786,5805) -(9590,5806) -(5763,5807) -(1345,5808) -(3480,5809) -(7864,5810) -(4853,5811) -(1445,5812) -(170,5813) -(7348,5814) -(3920,5815) -(3307,5816) -(4584,5817) -(3344,5818) -(4360,5819) -(8757,5820) -(4315,5821) -(5243,5822) -(8550,5823) -(159,5824) -(4710,5825) -(7179,5826) -(2509,5827) -(6981,5828) -(5060,5829) -(5601,5830) -(703,5831) -(8719,5832) -(1570,5833) -(1036,5834) -(6703,5835) -(252,5836) -(631,5837) -(5098,5838) -(8346,5839) -(4910,5840) -(559,5841) -(1477,5842) -(5115,5843) -(8784,5844) -(4422,5845) -(2702,5846) -(9599,5847) -(2463,5848) -(498,5849) -(494,5850) -(8632,5851) -(3449,5852) -(5888,5853) -(2211,5854) -(2835,5855) -(4196,5856) -(2177,5857) -(1959,5858) -(5172,5859) -(7898,5860) -(5729,5861) -(469,5862) -(4456,5863) -(3578,5864) -(8623,5865) -(6749,5866) -(6735,5867) -(5197,5868) -(2067,5869) -(5600,5870) -(7741,5871) -(9925,5872) -(9685,5873) -(7622,5874) -(6859,5875) -(3094,5876) -(2628,5877) -(40,5878) -(1644,5879) -(588,5880) -(7522,5881) -(162,5882) -(3610,5883) -(3561,5884) -(8185,5885) -(7237,5886) -(4592,5887) -(7082,5888) -(4719,5889) -(3879,5890) -(1662,5891) -(3995,5892) -(5828,5893) -(4197,5894) -(5146,5895) -(753,5896) -(7064,5897) -(1312,5898) -(5573,5899) -(7634,5900) -(2459,5901) -(8636,5902) -(5318,5903) -(1064,5904) -(9779,5905) -(6512,5906) -(3572,5907) -(816,5908) -(3978,5909) -(5390,5910) -(4685,5911) -(3003,5912) -(2638,5913) -(9716,5914) -(9598,5915) -(9501,5916) -(1704,5917) -(8609,5918) -(5211,5919) -(3605,5920) -(8730,5921) -(4208,5922) -(7784,5923) -(7501,5924) -(7862,5925) -(8922,5926) -(3857,5927) -(6393,5928) -(506,5929) -(4232,5930) -(8991,5931) -(8578,5932) -(3235,5933) -(963,5934) -(113,5935) -(8234,5936) -(2613,5937) -(5540,5938) -(9727,5939) -(2229,5940) -(6242,5941) -(2502,5942) -(6212,5943) -(3495,5944) -(2364,5945) -(6777,5946) -(9811,5947) -(1450,5948) -(5008,5949) -(1318,5950) -(3373,5951) -(398,5952) -(3804,5953) -(9148,5954) -(4382,5955) -(4026,5956) -(7804,5957) -(6839,5958) -(3756,5959) -(6734,5960) -(2228,5961) -(3273,5962) -(3708,5963) -(4320,5964) -(74,5965) -(2520,5966) -(9619,5967) -(1801,5968) -(6399,5969) -(8313,5970) -(7003,5971) -(329,5972) -(9090,5973) -(2299,5974) -(3925,5975) -(8145,5976) -(8561,5977) -(2797,5978) -(1451,5979) -(7977,5980) -(112,5981) -(5265,5982) -(3819,5983) -(3648,5984) -(6306,5985) -(2385,5986) -(9084,5987) -(4499,5988) -(1154,5989) -(6800,5990) -(8049,5991) -(3733,5992) -(8496,5993) -(9952,5994) -(9792,5995) -(5081,5996) -(7908,5997) -(5398,5998) -(8423,5999) -(3362,6000) -(7767,6001) -(7063,6002) -(8350,6003) -(6779,6004) -(5742,6005) -(9045,6006) -(8792,6007) -(8160,6008) -(3061,6009) -(4721,6010) -(9817,6011) -(9257,6012) -(7779,6013) -(2663,6014) -(3885,6015) -(9469,6016) -(6766,6017) -(7173,6018) -(4709,6019) -(4210,6020) -(3715,6021) -(5089,6022) -(1639,6023) -(5757,6024) -(3545,6025) -(709,6026) -(6519,6027) -(4341,6028) -(2381,6029) -(7215,6030) -(9323,6031) -(3593,6032) -(3123,6033) -(8673,6034) -(5094,6035) -(6477,6036) -(9734,6037) -(2998,6038) -(7807,6039) -(5739,6040) -(138,6041) -(2403,6042) -(2484,6043) -(2805,6044) -(5189,6045) -(8336,6046) -(5241,6047) -(2612,6048) -(2571,6049) -(926,6050) -(337,6051) -(2821,6052) -(2658,6053) -(9054,6054) -(5492,6055) -(7313,6056) -(75,6057) -(5489,6058) -(8413,6059) -(3693,6060) -(9820,6061) -(8157,6062) -(4161,6063) -(8339,6064) -(4141,6065) -(9001,6066) -(8247,6067) -(1182,6068) -(9876,6069) -(4302,6070) -(6674,6071) -(4214,6072) -(5584,6073) -(265,6074) -(9207,6075) -(9434,6076) -(2921,6077) -(9355,6078) -(8538,6079) -(4559,6080) -(9175,6081) -(4489,6082) -(1485,6083) -(8853,6084) -(9143,6085) -(9551,6086) -(49,6087) -(8351,6088) -(9748,6089) -(4536,6090) -(930,6091) -(2206,6092) -(8004,6093) -(219,6094) -(2724,6095) -(4868,6096) -(5952,6097) -(2094,6098) -(5707,6099) -(5200,6100) -(967,6101) -(1982,6102) -(3410,6103) -(174,6104) -(9217,6105) -(9103,6106) -(868,6107) -(8261,6108) -(2720,6109) -(2999,6110) -(769,6111) -(4533,6112) -(2030,6113) -(5824,6114) -(2328,6115) -(9970,6116) -(3192,6117) -(3387,6118) -(1936,6119) -(6934,6120) -(5615,6121) -(2241,6122) -(1842,6123) -(8044,6124) -(8902,6125) -(4519,6126) -(492,6127) -(2694,6128) -(5861,6129) -(2104,6130) -(5376,6131) -(3147,6132) -(9880,6133) -(6171,6134) -(1850,6135) -(1775,6136) -(9261,6137) -(9648,6138) -(7846,6139) -(1446,6140) -(3139,6141) -(6142,6142) -(5812,6143) -(6728,6144) -(4428,6145) -(502,6146) -(2363,6147) -(3808,6148) -(1010,6149) -(9565,6150) -(1587,6151) -(1474,6152) -(6215,6153) -(2395,6154) -(8753,6155) -(2446,6156) -(60,6157) -(982,6158) -(6489,6159) -(5334,6160) -(8540,6161) -(490,6162) -(6763,6163) -(8273,6164) -(8327,6165) -(8541,6166) -(3459,6167) -(5557,6168) -(158,6169) -(1741,6170) -(8385,6171) -(617,6172) -(3560,6173) -(5216,6174) -(8443,6175) -(2700,6176) -(3661,6177) -(4875,6178) -(6721,6179) -(3659,6180) -(8944,6181) -(9133,6182) -(9882,6183) -(2102,6184) -(9445,6185) -(5559,6186) -(6096,6187) -(9336,6188) -(2162,6189) -(7459,6190) -(3248,6191) -(9539,6192) -(4449,6193) -(2809,6194) -(7058,6195) -(3512,6196) -(2802,6197) -(6289,6198) -(1947,6199) -(9572,6200) -(2356,6201) -(3039,6202) -(9452,6203) -(6328,6204) -(7661,6205) -(2566,6206) -(6095,6207) -(6367,6208) -(3368,6209) -(5567,6210) -(9834,6211) -(9695,6212) -(7291,6213) -(4806,6214) -(2000,6215) -(6817,6216) -(8487,6217) -(3245,6218) -(632,6219) -(8067,6220) -(7140,6221) -(6802,6222) -(3980,6223) -(1321,6224) -(2273,6225) -(6787,6226) -(9480,6227) -(9404,6228) -(3914,6229) -(5507,6230) -(1813,6231) -(1999,6232) -(3848,6233) -(9693,6234) -(1353,6235) -(7218,6236) -(8223,6237) -(9982,6238) -(8799,6239) -(8929,6240) -(4626,6241) -(7958,6242) -(3743,6243) -(8165,6244) -(7899,6245) -(8698,6246) -(9270,6247) -(6348,6248) -(6999,6249) -(8467,6250) -(3907,6251) -(4738,6252) -(248,6253) -(8769,6254) -(9922,6255) -(778,6256) -(1233,6257) -(1183,6258) -(2838,6259) -(3096,6260) -(8566,6261) -(7635,6262) -(5428,6263) -(7430,6264) -(7210,6265) -(4485,6266) -(9623,6267) -(3670,6268) -(1575,6269) -(5874,6270) -(673,6271) -(9712,6272) -(7729,6273) -(4318,6274) -(4143,6275) -(4932,6276) -(5835,6277) -(4966,6278) -(6711,6279) -(3990,6280) -(990,6281) -(220,6282) -(5693,6283) -(3662,6284) -(7844,6285) -(5515,6286) -(5551,6287) -(2358,6288) -(8977,6289) -(7040,6290) -(105,6291) -(4496,6292) -(2254,6293) -(411,6294) -(2373,6295) -(3477,6296) -(8964,6297) -(8471,6298) -(5776,6299) -(9921,6300) -(7816,6301) -(2439,6302) -(9298,6303) -(9424,6304) -(3252,6305) -(1401,6306) -(9632,6307) -(370,6308) -(728,6309) -(2888,6310) -(1441,6311) -(8308,6312) -(2165,6313) -(6359,6314) -(9637,6315) -(5208,6316) -(4705,6317) -(2341,6318) -(8539,6319) -(7528,6320) -(7969,6321) -(6381,6322) -(4906,6323) -(8697,6324) -(6301,6325) -(7554,6326) -(5107,6327) -(5046,6328) -(4063,6329) -(7580,6330) -(2245,6331) -(3711,6332) -(3220,6333) -(6463,6334) -(8196,6335) -(9875,6336) -(1333,6337) -(7880,6338) -(2322,6339) -(2163,6340) -(421,6341) -(2042,6342) -(1424,6343) -(7870,6344) -(2653,6345) -(4216,6346) -(1515,6347) -(7860,6348) -(2984,6349) -(6269,6350) -(2609,6351) -(3671,6352) -(4544,6353) -(4668,6354) -(2565,6355) -(3126,6356) -(7573,6357) -(1476,6358) -(2146,6359) -(9990,6360) -(2530,6361) -(9288,6362) -(9755,6363) -(5305,6364) -(2495,6365) -(5443,6366) -(1930,6367) -(9134,6368) -(2844,6369) -(896,6370) -(1330,6371) -(8980,6372) -(5940,6373) -(6494,6374) -(165,6375) -(2510,6376) -(9950,6377) -(3854,6378) -(7493,6379) -(4124,6380) -(8563,6381) -(8735,6382) -(9046,6383) -(1754,6384) -(6954,6385) -(4953,6386) -(8142,6387) -(9661,6388) -(6415,6389) -(5782,6390) -(7721,6391) -(580,6392) -(3784,6393) -(9810,6394) -(8488,6395) -(6214,6396) -(9433,6397) -(9959,6398) -(554,6399) -(6646,6400) -(1138,6401) -(9331,6402) -(7331,6403) -(3482,6404) -(3795,6405) -(2441,6406) -(5229,6407) -(7012,6408) -(7036,6409) -(8243,6410) -(9320,6411) -(4693,6412) -(6741,6413) -(2997,6414) -(4838,6415) -(6945,6416) -(8253,6417) -(8989,6418) -(2640,6419) -(5647,6420) -(7186,6421) -(3278,6422) -(8546,6423) -(8297,6424) -(9534,6425) -(9618,6426) -(8839,6427) -(7605,6428) -(6421,6429) -(3582,6430) -(485,6431) -(1925,6432) -(4296,6433) -(8874,6434) -(1443,6435) -(4239,6436) -(9760,6437) -(136,6438) -(6472,6439) -(4896,6440) -(9028,6441) -(8354,6442) -(8648,6443) -(918,6444) -(6606,6445) -(2462,6446) -(7536,6447) -(1700,6448) -(6740,6449) -(28,6450) -(6044,6451) -(5053,6452) -(4832,6453) -(9145,6454) -(5482,6455) -(7644,6456) -(2128,6457) -(6583,6458) -(4224,6459) -(5253,6460) -(8219,6461) -(8113,6462) -(3616,6463) -(1361,6464) -(949,6465) -(8582,6466) -(5104,6467) -(6146,6468) -(7681,6469) -(1904,6470) -(1989,6471) -(4179,6472) -(1739,6473) -(2447,6474) -(3029,6475) -(9783,6476) -(8381,6477) -(8755,6478) -(8384,6479) -(7655,6480) -(4766,6481) -(3324,6482) -(5022,6483) -(2856,6484) -(6503,6485) -(6872,6486) -(1663,6487) -(6964,6488) -(4622,6489) -(6089,6490) -(8567,6491) -(597,6492) -(4222,6493) -(9322,6494) -(624,6495) -(4329,6496) -(6781,6497) -(1673,6498) -(6633,6499) -(2569,6500) -(4995,6501) -(2749,6502) -(9044,6503) -(5823,6504) -(9366,6505) -(1169,6506) -(1300,6507) -(9973,6508) -(2092,6509) -(9776,6510) -(7612,6511) -(7190,6512) -(5147,6513) -(3722,6514) -(5858,6515) -(3204,6516) -(8994,6517) -(7478,6518) -(9624,6519) -(6639,6520) -(369,6521) -(7766,6522) -(4094,6523) -(9556,6524) -(4887,6525) -(2321,6526) -(9201,6527) -(1627,6528) -(150,6529) -(8010,6530) -(8026,6531) -(5495,6532) -(6213,6533) -(6464,6534) -(1158,6535) -(8669,6536) -(3225,6537) -(1294,6538) -(2166,6539) -(9328,6540) -(8431,6541) -(7100,6542) -(8126,6543) -(2185,6544) -(5697,6545) -(5531,6546) -(3020,6547) -(3076,6548) -(9228,6549) -(1734,6550) -(7616,6551) -(9059,6552) -(323,6553) -(1283,6554) -(9535,6555) -(2580,6556) -(7633,6557) -(9497,6558) -(9842,6559) -(3426,6560) -(7650,6561) -(9935,6562) -(9354,6563) -(5569,6564) -(5765,6565) -(7283,6566) -(1068,6567) -(1641,6568) -(1688,6569) -(1133,6570) -(4493,6571) -(3354,6572) -(4029,6573) -(6704,6574) -(3221,6575) -(9432,6576) -(6990,6577) -(1760,6578) -(4754,6579) -(7724,6580) -(9487,6581) -(166,6582) -(5479,6583) -(8744,6584) -(5746,6585) -(907,6586) -(3968,6587) -(5721,6588) -(6738,6589) -(4097,6590) -(8456,6591) -(1269,6592) -(7997,6593) -(9457,6594) -(1159,6595) -(1631,6596) -(2019,6597) -(3186,6598) -(5587,6599) -(9172,6600) -(5589,6601) -(5103,6602) -(3177,6603) -(8887,6604) -(12,6605) -(8575,6606) -(4335,6607) -(4581,6608) -(4444,6609) -(7978,6610) -(3081,6611) -(4059,6612) -(5711,6613) -(7069,6614) -(6150,6615) -(9550,6616) -(7087,6617) -(9557,6618) -(7856,6619) -(1115,6620) -(1086,6621) -(5048,6622) -(5168,6623) -(6029,6624) -(546,6625) -(2908,6626) -(779,6627) -(4202,6628) -(9984,6629) -(4730,6630) -(6517,6631) -(8410,6632) -(4793,6633) -(3431,6634) -(2481,6635) -(3905,6636) -(8807,6637) -(2660,6638) -(4985,6639) -(3080,6640) -(1090,6641) -(6917,6642) -(5177,6643) -(2729,6644) -(9706,6645) -(9929,6646) -(1547,6647) -(2798,6648) -(4420,6649) -(6771,6650) -(2004,6651) -(8686,6652) -(3663,6653) -(806,6654) -(4309,6655) -(7443,6656) -(5779,6657) -(8821,6658) -(4198,6659) -(8115,6660) -(9554,6661) -(8956,6662) -(4733,6663) -(5417,6664) -(4792,6665) -(462,6666) -(3687,6667) -(2013,6668) -(5386,6669) -(2816,6670) -(7827,6671) -(5077,6672) -(6039,6673) -(215,6674) -(855,6675) -(9692,6676) -(8391,6677) -(8424,6678) -(6331,6679) -(6561,6680) -(8955,6681) -(1764,6682) -(6623,6683) -(2900,6684) -(7048,6685) -(3843,6686) -(4855,6687) -(7383,6688) -(7765,6689) -(1125,6690) -(755,6691) -(2995,6692) -(8907,6693) -(9357,6694) -(4469,6695) -(2147,6696) -(2952,6697) -(1324,6698) -(1173,6699) -(3169,6700) -(5149,6701) -(9660,6702) -(3446,6703) -(6988,6704) -(5829,6705) -(7166,6706) -(3940,6707) -(2645,6708) -(478,6709) -(1156,6710) -(2731,6711) -(5637,6712) -(7517,6713) -(5331,6714) -(9640,6715) -(4108,6716) -(1087,6717) -(8017,6718) -(8795,6719) -(7060,6720) -(9450,6721) -(390,6722) -(66,6723) -(8789,6724) -(9260,6725) -(6679,6726) -(9052,6727) -(9561,6728) -(9725,6729) -(6298,6730) -(8654,6731) -(8725,6732) -(9377,6733) -(3807,6734) -(8048,6735) -(764,6736) -(9702,6737) -(8060,6738) -(6371,6739) -(5237,6740) -(743,6741) -(7395,6742) -(3365,6743) -(6667,6744) -(3445,6745) -(4019,6746) -(7035,6747) -(5274,6748) -(519,6749) -(2801,6750) -(3320,6751) -(3153,6752) -(7680,6753) -(8942,6754) -(3195,6755) -(2287,6756) -(8325,6757) -(2603,6758) -(5871,6759) -(1773,6760) -(3323,6761) -(2053,6762) -(4062,6763) -(4611,6764) -(3451,6765) -(1819,6766) -(9806,6767) -(6619,6768) -(1031,6769) -(1865,6770) -(6282,6771) -(1178,6772) -(8007,6773) -(9126,6774) -(9113,6775) -(537,6776) -(6208,6777) -(1626,6778) -(7188,6779) -(9216,6780) -(6134,6781) -(2074,6782) -(6369,6783) -(9306,6784) -(3155,6785) -(3611,6786) -(6530,6787) -(6979,6788) -(9129,6789) -(8013,6790) -(6926,6791) -(1877,6792) -(1882,6793) -(6720,6794) -(690,6795) -(143,6796) -(7241,6797) -(6461,6798) -(2258,6799) -(2280,6800) -(7556,6801) -(1038,6802) -(2634,6803) -(7847,6804) -(4415,6805) -(1933,6806) -(8034,6807) -(9233,6808) -(6572,6809) -(1586,6810) -(8512,6811) -(7421,6812) -(503,6813) -(5332,6814) -(2602,6815) -(2902,6816) -(2979,6817) -(1431,6818) -(8639,6819) -(4218,6820) -(7453,6821) -(5448,6822) -(6768,6823) -(3104,6824) -(2297,6825) -(7994,6826) -(550,6827) -(4777,6828) -(5962,6829) -(1763,6830) -(3654,6831) -(4106,6832) -(5156,6833) -(422,6834) -(5011,6835) -(218,6836) -(9762,6837) -(6074,6838) -(4060,6839) -(8680,6840) -(5863,6841) -(8042,6842) -(2964,6843) -(6931,6844) -(6715,6845) -(5859,6846) -(6173,6847) -(7788,6848) -(9370,6849) -(3038,6850) -(6483,6851) -(7534,6852) -(5769,6853) -(9152,6854) -(6251,6855) -(9209,6856) -(5365,6857) -(509,6858) -(3132,6859) -(5373,6860) -(4247,6861) -(3491,6862) -(495,6863) -(1594,6864) -(2243,6865) -(7780,6866) -(5632,6867) -(2679,6868) -(1354,6869) -(180,6870) -(7017,6871) -(1867,6872) -(2213,6873) -(8773,6874) -(1784,6875) -(5961,6876) -(8801,6877) -(4860,6878) -(2214,6879) -(1735,6880) -(578,6881) -(7853,6882) -(2215,6883) -(4704,6884) -(9379,6885) -(9745,6886) -(5636,6887) -(4548,6888) -(6537,6889) -(7748,6890) -(687,6891) -(1243,6892) -(852,6893) -(785,6894) -(2002,6895) -(2748,6896) -(6075,6897) -(7029,6898) -(7474,6899) -(7755,6900) -(1456,6901) -(2808,6902) -(4089,6903) -(4718,6904) -(910,6905) -(2868,6906) -(2103,6907) -(2407,6908) -(4353,6909) -(7988,6910) -(2750,6911) -(2006,6912) -(4617,6913) -(1251,6914) -(4590,6915) -(1144,6916) -(7131,6917) -(95,6918) -(4827,6919) -(4307,6920) -(1505,6921) -(8191,6922) -(5037,6923) -(7363,6924) -(8427,6925) -(5231,6926) -(2943,6927) -(4624,6928) -(2020,6929) -(6155,6930) -(4381,6931) -(1057,6932) -(9010,6933) -(4947,6934) -(335,6935) -(6890,6936) -(5070,6937) -(5270,6938) -(8657,6939) -(7625,6940) -(5759,6941) -(9483,6942) -(8304,6943) -(296,6944) -(1176,6945) -(2069,6946) -(1531,6947) -(5329,6948) -(3702,6949) -(6520,6950) -(7310,6951) -(1175,6952) -(9107,6953) -(2737,6954) -(3437,6955) -(281,6956) -(6676,6957) -(145,6958) -(3172,6959) -(4049,6960) -(6042,6961) -(9122,6962) -(7244,6963) -(5361,6964) -(8647,6965) -(7956,6966) -(7812,6967) -(570,6968) -(4115,6969) -(1856,6970) -(9582,6971) -(2025,6972) -(986,6973) -(8358,6974) -(510,6975) -(6101,6976) -(4167,6977) -(6139,6978) -(6912,6979) -(339,6980) -(8759,6981) -(246,6982) -(2831,6983) -(2327,6984) -(7001,6985) -(4398,6986) -(1495,6987) -(8522,6988) -(7090,6989) -(8457,6990) -(4238,6991) -(6791,6992) -(1342,6993) -(4580,6994) -(1475,6995) -(9184,6996) -(1189,6997) -(638,6998) -(5867,6999) -(9911,7000) -(8147,7001) -(4492,7002) -(385,7003) -(5235,7004) -(4812,7005) -(9807,7006) -(9588,7007) -(9832,7008) -(3757,7009) -(9703,7010) -(1022,7011) -(5165,7012) -(7129,7013) -(4164,7014) -(7239,7015) -(523,7016) -(4670,7017) -(8503,7018) -(714,7019) -(1350,7020) -(8318,7021) -(1834,7022) -(4306,7023) -(8543,7024) -(9397,7025) -(3145,7026) -(3942,7027) -(8583,7028) -(8073,7029) -(4940,7030) -(9573,7031) -(5325,7032) -(1833,7033) -(1337,7034) -(9749,7035) -(7505,7036) -(9731,7037) -(4098,7038) -(1418,7039) -(63,7040) -(9889,7041) -(2871,7042) -(1003,7043) -(8796,7044) -(22,7045) -(8244,7046) -(2282,7047) -(3487,7048) -(8633,7049) -(6418,7050) -(4682,7051) -(4103,7052) -(6256,7053) -(4040,7054) -(9342,7055) -(9969,7056) -(223,7057) -(4593,7058) -(44,7059) -(3513,7060) -(5771,7061) -(5083,7062) -(3839,7063) -(2986,7064) -(2200,7065) -(197,7066) -(7455,7067) -(1379,7068) -(4356,7069) -(6888,7070) -(9139,7071) -(7682,7072) -(4873,7073) -(783,7074) -(6071,7075) -(5160,7076) -(2291,7077) -(187,7078) -(7786,7079) -(3432,7080) -(5450,7081) -(2699,7082) -(692,7083) -(6081,7084) -(4829,7085) -(238,7086) -(9100,7087) -(1968,7088) -(1872,7089) -(7051,7090) -(2743,7091) -(1237,7092) -(3052,7093) -(8021,7094) -(657,7095) -(2236,7096) -(7011,7097) -(4067,7098) -(9449,7099) -(7428,7100) -(1272,7101) -(6897,7102) -(5839,7103) -(6835,7104) -(1887,7105) -(1551,7106) -(4667,7107) -(9603,7108) -(4332,7109) -(5681,7110) -(8062,7111) -(2302,7112) -(2825,7113) -(4527,7114) -(4230,7115) -(3053,7116) -(983,7117) -(9458,7118) -(4128,7119) -(425,7120) -(3911,7121) -(6607,7122) -(5431,7123) -(6330,7124) -(3592,7125) -(154,7126) -(9879,7127) -(3202,7128) -(3056,7129) -(9890,7130) -(5840,7131) -(9804,7132) -(681,7133) -(3443,7134) -(8088,7135) -(9447,7136) -(1490,7137) -(3684,7138) -(3113,7139) -(9004,7140) -(7147,7141) -(7571,7142) -(5545,7143) -(4558,7144) -(6206,7145) -(5695,7146) -(9600,7147) -(5432,7148) -(9299,7149) -(2386,7150) -(2046,7151) -(3293,7152) -(3046,7153) -(214,7154) -(7893,7155) -(891,7156) -(6499,7157) -(5003,7158) -(6487,7159) -(9403,7160) -(945,7161) -(6713,7162) -(9928,7163) -(8585,7164) -(4004,7165) -(2528,7166) -(3350,7167) -(2160,7168) -(1521,7169) -(5660,7170) -(5755,7171) -(7614,7172) -(3121,7173) -(2735,7174) -(7506,7175) -(2693,7176) -(2892,7177) -(3310,7178) -(3484,7179) -(9733,7180) -(29,7181) -(9013,7182) -(3847,7183) -(6724,7184) -(2559,7185) -(5326,7186) -(4802,7187) -(131,7188) -(1634,7189) -(919,7190) -(9575,7191) -(1256,7192) -(9428,7193) -(5121,7194) -(6584,7195) -(7193,7196) -(4047,7197) -(104,7198) -(1527,7199) -(3460,7200) -(8526,7201) -(8959,7202) -(3633,7203) -(1799,7204) -(461,7205) -(718,7206) -(3219,7207) -(3494,7208) -(9402,7209) -(7983,7210) -(7919,7211) -(8036,7212) -(5164,7213) -(4160,7214) -(5370,7215) -(5347,7216) -(7109,7217) -(4826,7218) -(1338,7219) -(2711,7220) -(6299,7221) -(1616,7222) -(7519,7223) -(1262,7224) -(7228,7225) -(7892,7226) -(7929,7227) -(7705,7228) -(3111,7229) -(3066,7230) -(9559,7231) -(3787,7232) -(8710,7233) -(4870,7234) -(1883,7235) -(9689,7236) -(9491,7237) -(2035,7238) -(655,7239) -(6305,7240) -(9423,7241) -(283,7242) -(2607,7243) -(7740,7244) -(6956,7245) -(884,7246) -(5730,7247) -(3438,7248) -(3250,7249) -(5470,7250) -(2037,7251) -(6593,7252) -(3893,7253) -(3200,7254) -(7125,7255) -(2295,7256) -(2056,7257) -(2962,7258) -(993,7259) -(9127,7260) -(2075,7261) -(9338,7262) -(8100,7263) -(5047,7264) -(7032,7265) -(6374,7266) -(4137,7267) -(7132,7268) -(3064,7269) -(3621,7270) -(6199,7271) -(4926,7272) -(8035,7273) -(2195,7274) -(5366,7275) -(3478,7276) -(1926,7277) -(7265,7278) -(7668,7279) -(3335,7280) -(7660,7281) -(9604,7282) -(7301,7283) -(4475,7284) -(9954,7285) -(5723,7286) -(2669,7287) -(1685,7288) -(2233,7289) -(8111,7290) -(7685,7291) -(3773,7292) -(7172,7293) -(1740,7294) -(5416,7295) -(1823,7296) -(1668,7297) -(1795,7298) -(8599,7299) -(5542,7300) -(5658,7301) -(9824,7302) -(19,7303) -(9344,7304) -(5900,7305) -(7818,7306) -(8377,7307) -(6886,7308) -(3201,7309) -(87,7310) -(1089,7311) -(3948,7312) -(6383,7313) -(837,7314) -(6285,7315) -(78,7316) -(4389,7317) -(4795,7318) -(9369,7319) -(69,7320) -(7689,7321) -(5642,7322) -(2348,7323) -(9308,7324) -(9093,7325) -(1199,7326) -(307,7327) -(3814,7328) -(8817,7329) -(2329,7330) -(2932,7331) -(1986,7332) -(5279,7333) -(5357,7334) -(6778,7335) -(2773,7336) -(244,7337) -(6900,7338) -(4739,7339) -(3217,7340) -(7563,7341) -(1807,7342) -(4199,7343) -(1077,7344) -(8348,7345) -(841,7346) -(8154,7347) -(5261,7348) -(1950,7349) -(8472,7350) -(8745,7351) -(8715,7352) -(9708,7353) -(5860,7354) -(9142,7355) -(6582,7356) -(1255,7357) -(6459,7358) -(6327,7359) -(4692,7360) -(3772,7361) -(4203,7362) -(2946,7363) -(3524,7364) -(8409,7365) -(1824,7366) -(4637,7367) -(589,7368) -(484,7369) -(8963,7370) -(5502,7371) -(6982,7372) -(8029,7373) -(4395,7374) -(2595,7375) -(2133,7376) -(1414,7377) -(8201,7378) -(4706,7379) -(5310,7380) -(7333,7381) -(9420,7382) -(1383,7383) -(6225,7384) -(2064,7385) -(6700,7386) -(1352,7387) -(4249,7388) -(9429,7389) -(8090,7390) -(5378,7391) -(9085,7392) -(7468,7393) -(9955,7394) -(8692,7395) -(1463,7396) -(3577,7397) -(5654,7398) -(7955,7399) -(4843,7400) -(1776,7401) -(2223,7402) -(8442,7403) -(9738,7404) -(4867,7405) -(2983,7406) -(3300,7407) -(3815,7408) -(1779,7409) -(1123,7410) -(4824,7411) -(5407,7412) -(5123,7413) -(2515,7414) -(4781,7415) -(7831,7416) -(6946,7417) -(1215,7418) -(7783,7419) -(4532,7420) -(9068,7421) -(7030,7422) -(436,7423) -(6549,7424) -(3348,7425) -(6229,7426) -(3933,7427) -(1876,7428) -(8920,7429) -(7926,7430) -(8805,7431) -(6729,7432) -(7397,7433) -(9303,7434) -(4255,7435) -(7229,7436) -(854,7437) -(6723,7438) -(9597,7439) -(6532,7440) -(2910,7441) -(6717,7442) -(1790,7443) -(3761,7444) -(1565,7445) -(6205,7446) -(2726,7447) -(799,7448) -(3540,7449) -(5878,7450) -(2542,7451) -(4888,7452) -(5290,7453) -(7995,7454) -(3519,7455) -(3571,7456) -(7854,7457) -(5184,7458) -(3498,7459) -(1264,7460) -(3159,7461) -(5480,7462) -(1706,7463) -(4540,7464) -(2799,7465) -(7389,7466) -(5565,7467) -(3896,7468) -(2100,7469) -(3507,7470) -(7971,7471) -(2312,7472) -(2494,7473) -(2474,7474) -(3136,7475) -(7242,7476) -(9430,7477) -(1052,7478) -(4172,7479) -(970,7480) -(882,7481) -(9799,7482) -(5850,7483) -(9473,7484) -(8635,7485) -(2349,7486) -(2270,7487) -(7887,7488) -(3091,7489) -(3728,7490) -(3658,7491) -(5975,7492) -(332,7493) -(7990,7494) -(8688,7495) -(9601,7496) -(8401,7497) -(8093,7498) -(4278,7499) -(5467,7500) -(3137,7501) -(204,7502) -(8224,7503) -(2944,7504) -(7593,7505) -(814,7506) -(8047,7507) -(7802,7508) -(901,7509) -(6168,7510) -(2950,7511) -(5393,7512) -(3585,7513) -(9392,7514) -(8314,7515) -(9972,7516) -(9130,7517) -(975,7518) -(5720,7519) -(3769,7520) -(5303,7521) -(6564,7522) -(7855,7523) -(8153,7524) -(2292,7525) -(3156,7526) -(6580,7527) -(5324,7528) -(8871,7529) -(2543,7530) -(7857,7531) -(4084,7532) -(9887,7533) -(6940,7534) -(3415,7535) -(5012,7536) -(3187,7537) -(8556,7538) -(7966,7539) -(7481,7540) -(8524,7541) -(3021,7542) -(6045,7543) -(8022,7544) -(3626,7545) -(1030,7546) -(8903,7547) -(7488,7548) -(9293,7549) -(4586,7550) -(9282,7551) -(1948,7552) -(2534,7553) -(1150,7554) -(4931,7555) -(2866,7556) -(6172,7557) -(4819,7558) -(569,7559) -(1146,7560) -(3062,7561) -(7690,7562) -(8611,7563) -(1142,7564) -(1193,7565) -(2507,7566) -(1043,7567) -(7472,7568) -(1817,7569) -(3868,7570) -(9031,7571) -(7254,7572) -(5030,7573) -(6594,7574) -(6862,7575) -(1994,7576) -(9017,7577) -(5716,7578) -(1900,7579) -(120,7580) -(9003,7581) -(4178,7582) -(8777,7583) -(3653,7584) -(1137,7585) -(6362,7586) -(8537,7587) -(1590,7588) -(374,7589) -(2597,7590) -(8071,7591) -(9009,7592) -(1978,7593) -(1541,7594) -(4998,7595) -(1649,7596) -(5426,7597) -(1492,7598) -(9622,7599) -(701,7600) -(2781,7601) -(3982,7602) -(7259,7603) -(9868,7604) -(564,7605) -(6315,7606) -(9092,7607) -(8237,7608) -(1513,7609) -(1922,7610) -(5396,7611) -(2485,7612) -(5774,7613) -(3983,7614) -(221,7615) -(8662,7616) -(2456,7617) -(9736,7618) -(8936,7619) -(5395,7620) -(9523,7621) -(6980,7622) -(2091,7623) -(6807,7624) -(8818,7625) -(5298,7626) -(1726,7627) -(3878,7628) -(8700,7629) -(5201,7630) -(3936,7631) -(776,7632) -(5302,7633) -(3595,7634) -(9061,7635) -(6261,7636) -(8878,7637) -(3312,7638) -(9422,7639) -(7321,7640) -(3813,7641) -(5848,7642) -(3535,7643) -(1040,7644) -(8572,7645) -(5435,7646) -(8199,7647) -(8775,7648) -(7722,7649) -(3549,7650) -(2578,7651) -(1695,7652) -(1902,7653) -(6058,7654) -(6591,7655) -(7962,7656) -(5612,7657) -(3341,7658) -(5460,7659) -(2368,7660) -(8646,7661) -(4987,7662) -(9018,7663) -(8685,7664) -(694,7665) -(2012,7666) -(2417,7667) -(4022,7668) -(5935,7669) -(1656,7670) -(6195,7671) -(3057,7672) -(2852,7673) -(4634,7674) -(1689,7675) -(4102,7676) -(3287,7677) -(5246,7678) -(7450,7679) -(6548,7680) -(379,7681) -(7435,7682) -(2041,7683) -(8462,7684) -(9076,7685) -(761,7686) -(795,7687) -(1671,7688) -(695,7689) -(4981,7690) -(1211,7691) -(5914,7692) -(9356,7693) -(1500,7694) -(3353,7695) -(1060,7696) -(7910,7697) -(1329,7698) -(6011,7699) -(7146,7700) -(4602,7701) -(6751,7702) -(2666,7703) -(2785,7704) -(5851,7705) -(2435,7706) -(7429,7707) -(4241,7708) -(5691,7709) -(7731,7710) -(249,7711) -(1731,7712) -(8716,7713) -(2670,7714) -(4654,7715) -(1027,7716) -(1099,7717) -(3617,7718) -(4330,7719) -(9750,7720) -(467,7721) -(8525,7722) -(5990,7723) -(4839,7724) -(9914,7725) -(7047,7726) -(874,7727) -(6061,7728) -(5491,7729) -(4344,7730) -(1281,7731) -(3597,7732) -(4992,7733) -(3849,7734) -(2655,7735) -(147,7736) -(9110,7737) -(1637,7738) -(9826,7739) -(5957,7740) -(6932,7741) -(9684,7742) -(4653,7743) -(8065,7744) -(1202,7745) -(9214,7746) -(196,7747) -(4486,7748) -(2585,7749) -(2464,7750) -(3467,7751) -(9295,7752) -(517,7753) -(6870,7754) -(5732,7755) -(9376,7756) -(838,7757) -(9254,7758) -(8879,7759) -(6281,7760) -(8216,7761) -(9213,7762) -(7234,7763) -(5692,7764) -(693,7765) -(9050,7766) -(3623,7767) -(2130,7768) -(2514,7769) -(1812,7770) -(9037,7771) -(5054,7772) -(7801,7773) -(7939,7774) -(7374,7775) -(1058,7776) -(1972,7777) -(3741,7778) -(2227,7779) -(304,7780) -(4914,7781) -(2428,7782) -(6660,7783) -(2676,7784) -(2454,7785) -(3798,7786) -(1341,7787) -(1611,7788) -(2681,7789) -(7292,7790) -(7775,7791) -(794,7792) -(8709,7793) -(1901,7794) -(3089,7795) -(7797,7796) -(6070,7797) -(2191,7798) -(3497,7799) -(8302,7800) -(4365,7801) -(3588,7802) -(8292,7803) -(4696,7804) -(5641,7805) -(9386,7806) -(507,7807) -(7201,7808) -(7785,7809) -(463,7810) -(6656,7811) -(807,7812) -(7278,7813) -(6237,7814) -(7671,7815) -(2235,7816) -(4042,7817) -(5273,7818) -(7557,7819) -(4007,7820) -(1428,7821) -(9739,7822) -(7836,7823) -(1777,7824) -(5192,7825) -(7236,7826) -(1623,7827) -(8288,7828) -(2827,7829) -(458,7830) -(1818,7831) -(6837,7832) -(7825,7833) -(9146,7834) -(8451,7835) -(6438,7836) -(4020,7837) -(4068,7838) -(2411,7839) -(6222,7840) -(3164,7841) -(311,7842) -(5683,7843) -(3993,7844) -(9897,7845) -(6609,7846) -(1362,7847) -(3918,7848) -(7376,7849) -(6996,7850) -(9567,7851) -(7525,7852) -(9069,7853) -(9999,7854) -(9237,7855) -(8441,7856) -(6769,7857) -(6073,7858) -(1091,7859) -(9886,7860) -(3971,7861) -(4621,7862) -(3120,7863) -(9773,7864) -(8712,7865) -(801,7866) -(9478,7867) -(3466,7868) -(6326,7869) -(1723,7870) -(4978,7871) -(2311,7872) -(9532,7873) -(3680,7874) -(1244,7875) -(3821,7876) -(9586,7877) -(3894,7878) -(6169,7879) -(5919,7880) -(4187,7881) -(5477,7882) -(2806,7883) -(8158,7884) -(7130,7885) -(7133,7886) -(6033,7887) -(2415,7888) -(8091,7889) -(8347,7890) -(7879,7891) -(9360,7892) -(3369,7893) -(8536,7894) -(8628,7895) -(1580,7896) -(705,7897) -(4650,7898) -(9165,7899) -(4820,7900) -(3538,7901) -(9947,7902) -(4954,7903) -(1104,7904) -(8455,7905) -(8307,7906) -(9203,7907) -(7565,7908) -(7745,7909) -(1787,7910) -(4861,7911) -(5183,7912) -(529,7913) -(2470,7914) -(1267,7915) -(2059,7916) -(1862,7917) -(7382,7918) -(4796,7919) -(2331,7920) -(8870,7921) -(9581,7922) -(9063,7923) -(2192,7924) -(6466,7925) -(7096,7926) -(6257,7927) -(7009,7928) -(8136,7929) -(1854,7930) -(3644,7931) -(4437,7932) -(7209,7933) -(1516,7934) -(822,7935) -(1778,7936) -(8161,7937) -(6030,7938) -(3515,7939) -(1702,7940) -(2671,7941) -(7623,7942) -(9828,7943) -(1888,7944) -(4520,7945) -(3461,7946) -(1488,7947) -(7753,7948) -(5525,7949) -(5220,7950) -(305,7951) -(7883,7952) -(1222,7953) -(8552,7954) -(6097,7955) -(2298,7956) -(956,7957) -(9351,7958) -(6669,7959) -(9383,7960) -(1607,7961) -(812,7962) -(2109,7963) -(207,7964) -(7124,7965) -(9333,7966) -(3262,7967) -(1070,7968) -(7579,7969) -(9283,7970) -(4917,7971) -(1328,7972) -(3042,7973) -(8352,7974) -(2710,7975) -(3330,7976) -(2822,7977) -(5627,7978) -(7848,7979) -(7384,7980) -(727,7981) -(9926,7982) -(2647,7983) -(6416,7984) -(8751,7985) -(6515,7986) -(2472,7987) -(7205,7988) -(9654,7989) -(5646,7990) -(4217,7991) -(4484,7992) -(6654,7993) -(4876,7994) -(9690,7995) -(2453,7996) -(829,7997) -(2547,7998) -(9726,7999) -(9267,8000) -(7448,8001) -(610,8002) -(2791,8003) -(3651,8004) -(5206,8005) -(8774,8006) -(4753,8007) -(4755,8008) -(686,8009) -(8281,8010) -(2058,8011) -(8900,8012) -(8588,8013) -(2904,8014) -(8917,8015) -(9026,8016) -(2416,8017) -(1053,8018) -(7141,8019) -(9771,8020) -(2774,8021) -(3213,8022) -(5694,8023) -(6631,8024) -(6638,8025) -(7407,8026) -(8972,8027) -(2202,8028) -(6135,8029) -(5043,8030) -(5163,8031) -(1191,8032) -(6576,8033) -(3455,8034) -(3688,8035) -(4982,8036) -(4180,8037) -(4708,8038) -(1241,8039) -(4921,8040) -(3197,8041) -(8225,8042) -(5913,8043) -(6387,8044) -(2706,8045) -(1461,8046) -(7646,8047) -(8066,8048) -(4171,8049) -(8008,8050) -(2088,8051) -(7907,8052) -(2429,8053) -(9629,8054) -(1470,8055) -(4346,8056) -(7219,8057) -(1185,8058) -(8776,8059) -(684,8060) -(2343,8061) -(4470,8062) -(5116,8063) -(1746,8064) -(3216,8065) -(4594,8066) -(3013,8067) -(2307,8068) -(7663,8069) -(8504,8070) -(3683,8071) -(144,8072) -(203,8073) -(5255,8074) -(4150,8075) -(5701,8076) -(7400,8077) -(8203,8078) -(637,8079) -(2898,8080) -(1110,8081) -(6255,8082) -(1071,8083) -(541,8084) -(8077,8085) -(6809,8086) -(4749,8087) -(2886,8088) -(5510,8089) -(713,8090) -(8388,8091) -(9524,8092) -(9949,8093) -(885,8094) -(8699,8095) -(2232,8096) -(5142,8097) -(8891,8098) -(1881,8099) -(3751,8100) -(1896,8101) -(8258,8102) -(3820,8103) -(6617,8104) -(5100,8105) -(4277,8106) -(2498,8107) -(4343,8108) -(8319,8109) -(4803,8110) -(3100,8111) -(428,8112) -(2811,8113) -(2989,8114) -(1100,8115) -(6586,8116) -(3124,8117) -(1635,8118) -(3888,8119) -(8369,8120) -(3148,8121) -(2842,8122) -(4965,8123) -(3742,8124) -(5196,8125) -(9105,8126) -(6806,8127) -(5849,8128) -(6504,8129) -(9841,8130) -(457,8131) -(8856,8132) -(8043,8133) -(5933,8134) -(5725,8135) -(8607,8136) -(9280,8137) -(6017,8138) -(4946,8139) -(7373,8140) -(8096,8141) -(3178,8142) -(1849,8143) -(8813,8144) -(460,8145) -(7756,8146) -(4425,8147) -(1602,8148) -(5981,8149) -(8139,8150) -(754,8151) -(26,8152) -(106,8153) -(7465,8154) -(1048,8155) -(2303,8156) -(5794,8157) -(3321,8158) -(6122,8159) -(6474,8160) -(827,8161) -(6616,8162) -(2131,8163) -(5483,8164) -(606,8165) -(922,8166) -(8475,8167) -(7645,8168) -(5097,8169) -(5377,8170) -(6116,8171) -(8674,8172) -(8063,8173) -(5271,8174) -(1619,8175) -(6419,8176) -(7651,8177) -(2897,8178) -(8148,8179) -(7461,8180) -(9186,8181) -(7127,8182) -(8233,8183) -(9651,8184) -(6746,8185) -(7835,8186) -(8815,8187) -(6398,8188) -(5344,8189) -(8209,8190) -(8444,8191) -(5669,8192) -(2455,8193) -(6767,8194) -(135,8195) -(3503,8196) -(6102,8197) -(7136,8198) -(4933,8199) -(8804,8200) -(3760,8201) -(8603,8202) -(7411,8203) -(834,8204) -(7385,8205) -(3696,8206) -(8720,8207) -(4539,8208) -(9837,8209) -(8595,8210) -(3673,8211) -(475,8212) -(2256,8213) -(6349,8214) -(9968,8215) -(7261,8216) -(5799,8217) -(8159,8218) -(92,8219) -(5927,8220) -(7925,8221) -(5836,8222) -(7935,8223) -(5505,8224) -(5882,8225) -(4411,8226) -(64,8227) -(2851,8228) -(1665,8229) -(2895,8230) -(2210,8231) -(9873,8232) -(5402,8233) -(285,8234) -(8545,8235) -(5328,8236) -(733,8237) -(7726,8238) -(5418,8239) -(7761,8240) -(9263,8241) -(5579,8242) -(5434,8243) -(5230,8244) -(9981,8245) -(5830,8246) -(128,8247) -(2734,8248) -(4537,8249) -(3899,8250) -(1000,8251) -(9896,8252) -(3640,8253) -(2568,8254) -(2026,8255) -(3955,8256) -(7152,8257) -(2402,8258) -(9522,8259) -(4011,8260) -(3297,8261) -(4915,8262) -(5397,8263) -(5454,8264) -(4568,8265) -(5875,8266) -(3642,8267) -(8506,8268) -(9621,8269) -(7739,8270) -(3987,8271) -(2090,8272) -(3838,8273) -(17,8274) -(3406,8275) -(8312,8276) -(4034,8277) -(1535,8278) -(7198,8279) -(8885,8280) -(4081,8281) -(980,8282) -(551,8283) -(7746,8284) -(4756,8285) -(3655,8286) -(7075,8287) -(3950,8288) -(2314,8289) -(8432,8290) -(62,8291) -(6920,8292) -(4077,8293) -(9118,8294) -(5375,8295) -(178,8296) -(1079,8297) -(4279,8298) -(8436,8299) -(1931,8300) -(2096,8301) -(1638,8302) -(2788,8303) -(4751,8304) -(8824,8305) -(3098,8306) -(4497,8307) -(5223,8308) -(9212,8309) -(4265,8310) -(6898,8311) -(8808,8312) -(5629,8313) -(3779,8314) -(4972,8315) -(4511,8316) -(6761,8317) -(2335,8318) -(732,8319) -(4757,8320) -(6624,8321) -(5869,8322) -(5842,8323) -(5735,8324) -(8276,8325) -(7227,8326) -(4923,8327) -(9135,8328) -(5813,8329) -(9697,8330) -(3222,8331) -(2394,8332) -(5784,8333) -(3652,8334) -(8175,8335) -(7568,8336) -(6645,8337) -(8176,8338) -(530,8339) -(5439,8340) -(61,8341) -(3951,8342) -(5283,8343) -(7226,8344) -(1954,8345) -(334,8346) -(3921,8347) -(6276,8348) -(3378,8349) -(5236,8350) -(7781,8351) -(8601,8352) -(1473,8353) -(3246,8354) -(3601,8355) -(6861,8356) -(9032,8357) -(216,8358) -(3824,8359) -(8486,8360) -(276,8361) -(1838,8362) -(6175,8363) -(3719,8364) -(6958,8365) -(6822,8366) -(3318,8367) -(7222,8368) -(85,8369) -(5158,8370) -(6360,8371) -(2599,8372) -(4002,8373) -(6597,8374) -(5762,8375) -(8383,8376) -(4686,8377) -(5972,8378) -(1432,8379) -(1601,8380) -(3012,8381) -(9345,8382) -(8869,8383) -(6612,8384) -(262,8385) -(300,8386) -(3045,8387) -(7252,8388) -(9099,8389) -(9006,8390) -(3078,8391) -(5159,8392) -(9329,8393) -(1393,8394) -(5894,8395) -(11,8396) -(5606,8397) -(5541,8398) -(2689,8399) -(1023,8400) -(8134,8401) -(5923,8402) -(6056,8403) -(653,8404) -(367,8405) -(1828,8406) -(6506,8407) -(5772,8408) -(8052,8409) -(2633,8410) -(4878,8411) -(5621,8412) -(41,8413) -(4613,8414) -(9389,8415) -(9414,8416) -(3583,8417) -(3454,8418) -(719,8419) -(6188,8420) -(2288,8421) -(1287,8422) -(1397,8423) -(7763,8424) -(5194,8425) -(3167,8426) -(9218,8427) -(2065,8428) -(9669,8429) -(146,8430) -(6141,8431) -(2843,8432) -(7934,8433) -(2536,8434) -(7088,8435) -(2519,8436) -(6650,8437) -(3007,8438) -(4507,8439) -(4892,8440) -(7159,8441) -(3171,8442) -(1080,8443) -(7248,8444) -(7230,8445) -(3823,8446) -(5517,8447) -(1482,8448) -(9953,8449) -(2754,8450) -(3875,8451) -(9800,8452) -(8819,8453) -(8267,8454) -(520,8455) -(5770,8456) -(2114,8457) -(5045,8458) -(1094,8459) -(8786,8460) -(353,8461) -(290,8462) -(3376,8463) -(9305,8464) -(186,8465) -(4817,8466) -(4638,8467) -(3558,8468) -(9285,8469) -(848,8470) -(8923,8471) -(6826,8472) -(5187,8473) -(2398,8474) -(7653,8475) -(8835,8476) -(5736,8477) -(1238,8478) -(6021,8479) -(6815,8480) -(2549,8481) -(5657,8482) -(6855,8483) -(1225,8484) -(7452,8485) -(2479,8486) -(7974,8487) -(1212,8488) -(8883,8489) -(8150,8490) -(3392,8491) -(6774,8492) -(904,8493) -(5068,8494) -(9339,8495) -(1062,8496) -(3841,8497) -(8924,8498) -(9795,8499) -(3981,8500) -(4290,8501) -(1067,8502) -(8679,8503) -(2894,8504) -(9248,8505) -(1072,8506) -(3510,8507) -(6871,8508) -(8701,8509) -(8170,8510) -(2730,8511) -(2668,8512) -(8723,8513) -(3439,8514) -(6219,8515) -(4264,8516) -(3929,8517) -(7,8518) -(3737,8519) -(358,8520) -(5128,8521) -(7353,8522) -(8758,8523) -(7284,8524) -(4037,8525) -(435,8526) -(3580,8527) -(4554,8528) -(4337,8529) -(512,8530) -(2032,8531) -(1755,8532) -(9923,8533) -(3747,8534) -(27,8535) -(3075,8536) -(6259,8537) -(2940,8538) -(5724,8539) -(5638,8540) -(479,8541) -(4125,8542) -(1525,8543) -(7529,8544) -(931,8545) -(5175,8546) -(6798,8547) -(2111,8548) -(6145,8549) -(4712,8550) -(3110,8551) -(97,8552) -(758,8553) -(1895,8554) -(5289,8555) -(5026,8556) -(4725,8557) -(1679,8558) -(4433,8559) -(5340,8560) -(6340,8561) -(3261,8562) -(8108,8563) -(8785,8564) -(7391,8565) -(1496,8566) -(1484,8567) -(5884,8568) -(342,8569) -(7659,8570) -(6635,8571) -(8507,8572) -(2583,8573) -(6533,8574) -(5879,8575) -(5511,8576) -(3682,8577) -(7182,8578) -(1409,8579) -(3363,8580) -(729,8581) -(5857,8582) -(235,8583) -(193,8584) -(5586,8585) -(6203,8586) -(6795,8587) -(3211,8588) -(9763,8589) -(9043,8590) -(2854,8591) -(565,8592) -(9284,8593) -(7886,8594) -(122,8595) -(4934,8596) -(1766,8597) -(2554,8598) -(488,8599) -(825,8600) -(678,8601) -(4543,8602) -(1699,8603) -(3771,8604) -(1234,8605) -(4152,8606) -(1632,8607) -(4988,8608) -(1980,8609) -(7479,8610) -(2586,8611) -(5433,8612) -(2261,8613) -(1180,8614) -(3938,8615) -(6714,8616) -(2890,8617) -(7379,8618) -(5896,8619) -(5949,8620) -(3194,8621) -(9325,8622) -(9531,8623) -(711,8624) -(2450,8625) -(1929,8626) -(6165,8627) -(4050,8628) -(9011,8629) -(7916,8630) -(9136,8631) -(8782,8632) -(8491,8633) -(5114,8634) -(5815,8635) -(5628,8636) -(810,8637) -(6178,8638) -(2619,8639) -(3340,8640) -(2491,8641) -(3574,8642) -(6754,8643) -(1566,8644) -(9174,8645) -(1520,8646) -(2691,8647) -(6961,8648) -(5722,8649) -(9707,8650) -(2891,8651) -(341,8652) -(4690,8653) -(7841,8654) -(6615,8655) -(9169,8656) -(6689,8657) -(8721,8658) -(7508,8659) -(8631,8660) -(480,8661) -(7094,8662) -(319,8663) -(9421,8664) -(4352,8665) -(5019,8666) -(3956,8667) -(114,8668) -(1196,8669) -(1407,8670) -(7432,8671) -(3141,8672) -(2073,8673) -(3400,8674) -(505,8675) -(1263,8676) -(190,8677) -(6686,8678) -(9821,8679) -(1119,8680) -(2955,8681) -(224,8682) -(7562,8683) -(8845,8684) -(5405,8685) -(9192,8686) -(4927,8687) -(997,8688) -(989,8689) -(7258,8690) -(6899,8691) -(1770,8692) -(4423,8693) -(5671,8694) -(8393,8695) -(4355,8696) -(3919,8697) -(338,8698) -(5790,8699) -(1452,8700) -(939,8701) -(8913,8702) -(7157,8703) -(7240,8704) -(3492,8705) -(3464,8706) -(388,8707) -(4135,8708) -(1194,8709) -(5476,8710) -(9844,8711) -(9364,8712) -(5238,8713) -(3712,8714) -(6189,8715) -(5257,8716) -(81,8717) -(3289,8718) -(1177,8719) -(5038,8720) -(325,8721) -(7221,8722) -(7123,8723) -(6364,8724) -(4468,8725) -(9185,8726) -(4158,8727) -(9439,8728) -(7759,8729) -(3325,8730) -(7991,8731) -(1650,8732) -(8395,8733) -(286,8734) -(1507,8735) -(4122,8736) -(2625,8737) -(1140,8738) -(5262,8739) -(4919,8740) -(7266,8741) -(630,8742) -(2129,8743) -(9552,8744) -(3018,8745) -(7145,8746) -(1633,8747) -(7957,8748) -(774,8749) -(9371,8750) -(6007,8751) -(5277,8752) -(9426,8753) -(9190,8754) -(8996,8755) -(3409,8756) -(7212,8757) -(416,8758) -(7211,8759) -(7454,8760) -(8417,8761) -(5562,8762) -(4996,8763) -(5718,8764) -(7838,8765) -(7715,8766) -(2780,8767) -(1013,8768) -(8465,8769) -(7976,8770) -(7150,8771) -(6471,8772) -(1927,8773) -(227,8774) -(6462,8775) -(5227,8776) -(1074,8777) -(9448,8778) -(4459,8779) -(2478,8780) -(5005,8781) -(2418,8782) -(6991,8783) -(4729,8784) -(3548,8785) -(9616,8786) -(2901,8787) -(10,8788) -(2637,8789) -(6747,8790) -(797,8791) -(7609,8792) -(8290,8793) -(8765,8794) -(8053,8795) -(5602,8796) -(3672,8797) -(7513,8798) -(3462,8799) -(4457,8800) -(6547,8801) -(7417,8802) -(8641,8803) -(149,8804) -(5041,8805) -(9232,8806) -(3603,8807) -(2792,8808) -(6620,8809) -(4000,8810) -(659,8811) -(8174,8812) -(4599,8813) -(7851,8814) -(6284,8815) -(7116,8816) -(5595,8817) -(2903,8818) -(5948,8819) -(225,8820) -(524,8821) -(7639,8822) -(7297,8823) -(2606,8824) -(4771,8825) -(8162,8826) -(8999,8827) -(2309,8828) -(3594,8829) -(6092,8830) -(7467,8831) -(6986,8832) -(9898,8833) -(9578,8834) -(156,8835) -(5810,8836) -(790,8837) -(6840,8838) -(6725,8839) -(5528,8840) -(4120,8841) -(6694,8842) -(3552,8843) -(1478,8844) -(8084,8845) -(7578,8846) -(6314,8847) -(6123,8848) -(9443,8849) -(9628,8850) -(8508,8851) -(5552,8852) -(5327,8853) -(7771,8854) -(8932,8855) -(3526,8856) -(4340,8857) -(9419,8858) -(8421,8859) -(7431,8860) -(172,8861) -(3279,8862) -(1508,8863) -(7091,8864) -(1419,8865) -(3032,8866) -(8683,8867) -(4763,8868) -(4424,8869) -(8640,8870) -(7187,8871) -(6247,8872) -(7340,8873) -(182,8874) -(2948,8875) -(9462,8876) -(5997,8877) -(5608,8878) -(1472,8879) -(277,8880) -(4807,8881) -(4969,8882) -(5611,8883) -(372,8884) -(6666,8885) -(476,8886) -(5225,8887) -(5143,8888) -(1853,8889) -(675,8890) -(5643,8891) -(5317,8892) -(8102,8893) -(978,8894) -(4620,8895) -(151,8896) -(972,8897) -(6820,8898) -(7387,8899) -(9634,8900) -(6308,8901) -(8323,8902) -(6672,8903) -(8283,8904) -(7996,8905) -(6488,8906) -(2365,8907) -(9746,8908) -(8605,8909) -(3342,8910) -(8429,8911) -(1162,8912) -(531,8913) -(8408,8914) -(8862,8915) -(5843,8916) -(8704,8917) -(7070,8918) -(9119,8919) -(8344,8920) -(8979,8921) -(2971,8922) -(7700,8923) -(8280,8924) -(9096,8925) -(99,8926) -(6696,8927) -(9490,8928) -(9073,8929) -(1861,8930) -(4413,8931) -(6002,8932) -(439,8933) -(5449,8934) -(9737,8935) -(1898,8936) -(4189,8937) -(1408,8938) -(394,8939) -(1935,8940) -(3965,8941) -(6821,8942) -(349,8943) -(8428,8944) -(8200,8945) -(1737,8946) -(6516,8947) -(5441,8948) -(5999,8949) -(1539,8950) -(9067,8951) -(4061,8952) -(1642,8953) -(4657,8954) -(9934,8955) -(6385,8956) -(6775,8957) -(3873,8958) -(3862,8959) -(1224,8960) -(4483,8961) -(3685,8962) -(6082,8963) -(7798,8964) -(9039,8965) -(985,8966) -(5389,8967) -(1716,8968) -(4209,8969) -(746,8970) -(6295,8971) -(9754,8972) -(2336,8973) -(3701,8974) -(3551,8975) -(8516,8976) -(9290,8977) -(5686,8978) -(2893,8979) -(6279,8980) -(2278,8981) -(1618,8982) -(3450,8983) -(8857,8984) -(1005,8985) -(4727,8986) -(7617,8987) -(2021,8988) -(9124,8989) -(3175,8990) -(2949,8991) -(2424,8992) -(4791,8993) -(7500,8994) -(4893,8995) -(121,8996) -(1965,8997) -(2972,8998) -(662,8999) -(7074,9000) -(981,9001) -(3520,9002) -(6540,9003) -(6648,9004) -(7076,9005) -(6919,9006) -(1108,9007) -(317,9008) -(3483,9009) -(6764,9010) -(1235,9011) -(7121,9012) -(426,9013) -(6880,9014) -(5401,9015) -(7323,9016) -(9751,9017) -(3436,9018) -(7319,9019) -(7882,9020) -(8260,9021) -(9758,9022) -(4205,9023) -(8884,9024) -(1112,9025) -(2186,9026) -(8666,9027) -(4325,9028) -(4912,9029) -(6497,9030) -(9072,9031) -(8899,9032) -(5619,9033) -(4110,9034) -(7025,9035) -(5605,9036) -(2572,9037) -(3895,9038) -(9138,9039) -(4713,9040) -(6079,9041) -(8898,9042) -(2650,9043) -(5316,9044) -(5133,9045) -(2184,9046) -(2728,9047) -(6737,9048) -(1128,9049) -(9662,9050) -(9384,9051) -(4576,9052) -(9613,9053) -(4001,9054) -(3628,9055) -(6968,9056) -(6491,9057) -(1265,9058) -(6128,9059) -(4274,9060) -(3598,9061) -(7961,9062) -(2643,9063) -(4547,9064) -(3568,9065) -(8954,9066) -(8802,9067) -(7829,9068) -(1008,9069) -(3627,9070) -(3999,9071) -(7697,9072) -(9380,9073) -(2707,9074) -(4430,9075) -(6440,9076) -(9958,9077) -(7592,9078) -(7852,9079) -(9253,9080) -(5910,9081) -(7487,9082) -(6324,9083) -(5792,9084) -(7390,9085) -(8534,9086) -(2690,9087) -(3992,9088) -(6928,9089) -(7815,9090) -(9477,9091) -(497,9092) -(7532,9093) -(9838,9094) -(1557,9095) -(2467,9096) -(2367,9097) -(5677,9098) -(6193,9099) -(7126,9100) -(5264,9101) -(850,9102) -(4854,9103) -(4414,9104) -(8971,9105) -(9240,9106) -(7341,9107) -(3151,9108) -(1742,9109) -(1347,9110) -(9418,9111) -(5452,9112) -(8637,9113) -(8287,9114) -(9865,9115) -(1664,9116) -(9933,9117) -(3416,9118) -(7981,9119) -(1981,9120) -(441,9121) -(1380,9122) -(7325,9123) -(5682,9124) -(1024,9125) -(1096,9126) -(4717,9127) -(7948,9128) -(4074,9129) -(211,9130) -(8993,9131) -(4509,9132) -(823,9133) -(4747,9134) -(6955,9135) -(7922,9136) -(6936,9137) -(1546,9138) -(9836,9139) -(5626,9140) -(4879,9141) -(8590,9142) -(8842,9143) -(6505,9144) -(2803,9145) -(9258,9146) -(741,9147) -(1457,9148) -(5777,9149) -(2883,9150) -(6610,9151) -(4331,9152) -(2712,9153) -(9268,9154) -(410,9155) -(9411,9156) -(4683,9157) -(7072,9158) -(5050,9159) -(5932,9160) -(2756,9161) -(9813,9162) -(7388,9163) -(2596,9164) -(5102,9165) -(208,9166) -(86,9167) -(8127,9168) -(5154,9169) -(4491,9170) -(7423,9171) -(6441,9172) -(2920,9173) -(6386,9174) -(9744,9175) -(2667,9176) -(5754,9177) -(4645,9178) -(4327,9179) -(843,9180) -(4085,9181) -(2849,9182) -(5734,9183) -(5307,9184) -(8433,9185) -(3031,9186) -(5714,9187) -(5969,9188) -(2532,9189) -(5219,9190) -(7343,9191) -(9089,9192) -(9337,9193) -(5131,9194) -(6253,9195) -(5140,9196) -(2953,9197) -(4293,9198) -(9974,9199) -(5061,9200) -(8570,9201) -(9504,9202) -(604,9203) -(4991,9204) -(880,9205) -(3861,9206) -(8262,9207) -(5689,9208) -(1793,9209) -(2661,9210) -(7954,9211) -(1874,9212) -(2982,9213) -(331,9214) -(5021,9215) -(9894,9216) -(7709,9217) -(4980,9218) -(8249,9219) -(7120,9220) -(7464,9221) -(8086,9222) -(3509,9223) -(3902,9224) -(9907,9225) -(6278,9226) -(9316,9227) -(2824,9228) -(1558,9229) -(5436,9230) -(1161,9231) -(7569,9232) -(9614,9233) -(6970,9234) -(2422,9235) -(8860,9236) -(9912,9237) -(1109,9238) -(3286,9239) -(2277,9240) -(8656,9241) -(4656,9242) -(6965,9243) -(7591,9244) -(4883,9245) -(452,9246) -(4018,9247) -(4066,9248) -(6480,9249) -(8634,9250) -(9387,9251) -(3476,9252) -(5995,9253) -(9677,9254) -(3884,9255) -(6500,9256) -(7972,9257) -(5281,9258) -(1288,9259) -(4366,9260) -(6557,9261) -(7086,9262) -(6588,9263) -(9062,9264) -(9230,9265) -(7672,9266) -(5204,9267) -(2836,9268) -(7165,9269) -(971,9270) -(3851,9271) -(8593,9272) -(7742,9273) -(2887,9274) -(8479,9275) -(9514,9276) -(273,9277) -(2938,9278) -(9793,9279) -(8050,9280) -(6702,9281) -(7290,9282) -(1837,9283) -(3206,9284) -(4925,9285) -(5066,9286) -(3401,9287) -(3474,9288) -(57,9289) -(2082,9290) -(100,9291) -(9665,9292) -(8284,9293) -(958,9294) -(5282,9295) -(4257,9296) -(3160,9297) -(8449,9298) -(500,9299) -(6432,9300) -(6220,9301) -(7233,9302) -(2723,9303) -(1899,9304) -(7158,9305) -(202,9306) -(2286,9307) -(5356,9308) -(3809,9309) -(3979,9310) -(8359,9311) -(3479,9312) -(4895,9313) -(6059,9314) -(9560,9315) -(6756,9316) -(7504,9317) -(6762,9318) -(5304,9319) -(9533,9320) -(6649,9321) -(38,9322) -(5713,9323) -(3000,9324) -(3738,9325) -(3327,9326) -(3922,9327) -(9245,9328) -(2172,9329) -(7128,9330) -(1195,9331) -(8445,9332) -(8638,9333) -(1249,9334) -(8659,9335) -(3556,9336) -(3347,9337) -(3260,9338) -(5139,9339) -(9991,9340) -(5499,9341) -(8082,9342) -(1640,9343) -(8726,9344) -(2339,9345) -(2601,9346) -(9940,9347) -(4185,9348) -(9546,9349) -(5218,9350) -(4374,9351) -(288,9352) -(7445,9353) -(1710,9354) -(6409,9355) -(7982,9356) -(4950,9357) -(9242,9358) -(3272,9359) -(739,9360) -(5526,9361) -(8189,9362) -(9106,9363) -(9775,9364) -(4643,9365) -(8396,9366) -(3255,9367) -(301,9368) -(6014,9369) -(6046,9370) -(984,9371) -(2420,9372) -(2922,9373) -(2317,9374) -(7332,9375) -(6451,9376) -(2589,9377) -(4333,9378) -(8650,9379) -(6856,9380) -(4194,9381) -(6246,9382) -(4371,9383) -(1388,9384) -(1056,9385) -(6041,9386) -(6153,9387) -(8450,9388) -(3469,9389) -(5226,9390) -(8112,9391) -(647,9392) -(2567,9393) -(9064,9394) -(5161,9395) -(5260,9396) -(8988,9397) -(9678,9398) -(6853,9399) -(5294,9400) -(9864,9401) -(8702,9402) -(1132,9403) -(1524,9404) -(4560,9405) -(2137,9406) -(3283,9407) -(3377,9408) -(2267,9409) -(8987,9410) -(6709,9411) -(8059,9412) -(3402,9413) -(6443,9414) -(8858,9415) -(3974,9416) -(3521,9417) -(9509,9418) -(5442,9419) -(8968,9420) -(333,9421) -(952,9422) -(7482,9423) -(1486,9424) -(1815,9425) -(7937,9426) -(1436,9427) -(3470,9428) -(8195,9429) -(6906,9430) -(2539,9431) -(5988,9432) -(8908,9433) -(2319,9434) -(3263,9435) -(4039,9436) -(6373,9437) -(1168,9438) -(8338,9439) -(1172,9440) -(200,9441) -(6355,9442) -(7768,9443) -(25,9444) -(7144,9445) -(8671,9446) -(9163,9447) -(8889,9448) -(5950,9449) -(6163,9450) -(8119,9451) -(1416,9452) -(4132,9453) -(2294,9454) -(9094,9455) -(4168,9456) -(9108,9457) -(5706,9458) -(2231,9459) -(2173,9460) -(90,9461) -(9996,9462) -(330,9463) -(2052,9464) -(1093,9465) -(5817,9466) -(1559,9467) -(8405,9468) -(9962,9469) -(9461,9470) -(3028,9471) -(6814,9472) -(9587,9473) -(6863,9474) -(4963,9475) -(7811,9476) -(7608,9477) -(5321,9478) -(9971,9479) -(6161,9480) -(2181,9481) -(3828,9482) -(348,9483) -(5459,9484) -(9406,9485) -(9852,9486) -(3095,9487) -(5597,9488) -(8841,9489) -(3536,9490) -(4009,9491) -(7366,9492) -(7327,9493) -(1613,9494) -(8619,9495) -(4880,9496) -(1552,9497) -(7636,9498) -(8397,9499) -(6224,9500) -(9102,9501) -(7906,9502) -(9467,9503) -(828,9504) -(9585,9505) -(925,9506) -(7375,9507) -(4027,9508) -(766,9509) -(5633,9510) -(5648,9511) -(148,9512) -(2072,9513) -(431,9514) -(1711,9515) -(9378,9516) -(6776,9517) -(6842,9518) -(2656,9519) -(3116,9520) -(7904,9521) -(3529,9522) -(3240,9523) -(5801,9524) -(4090,9525) -(7687,9526) -(9711,9527) -(4760,9528) -(5524,9529) -(2251,9530) -(1511,9531) -(5991,9532) -(7808,9533) -(8708,9534) -(8939,9535) -(4295,9536) -(5905,9537) -(2649,9538) -(2347,9539) -(6339,9540) -(292,9541) -(9314,9542) -(6893,9543) -(3970,9544) -(1652,9545) -(4326,9546) -(7881,9547) -(5291,9548) -(957,9549) -(2313,9550) -(5463,9551) -(1268,9552) -(5028,9553) -(656,9554) -(9274,9555) -(8217,9556) -(2175,9557) -(6028,9558) -(7584,9559) -(4114,9560) -(8894,9561) -(781,9562) -(133,9563) -(7572,9564) -(8514,9565) -(3352,9566) -(8098,9567) -(9116,9568) -(9444,9569) -(2590,9570) -(7302,9571) -(7444,9572) -(8748,9573) -(7615,9574) -(6090,9575) -(1529,9576) -(9398,9577) -(6114,9578) -(2736,9579) -(468,9580) -(1487,9581) -(4784,9582) -(6731,9583) -(3328,9584) -(6891,9585) -(8039,9586) -(4064,9587) -(542,9588) -(1039,9589) -(5603,9590) -(6641,9591) -(6307,9592) -(5354,9593) -(7878,9594) -(6391,9595) -(4575,9596) -(6644,9597) -(5207,9598) -(1736,9599) -(3547,9600) -(6647,9601) -(4107,9602) -(8125,9603) -(9223,9604) -(6903,9605) -(3639,9606) -(9606,9607) -(3232,9608) -(2063,9609) -(3731,9610) -(2558,9611) -(2357,9612) -(6008,9613) -(8246,9614) -(8220,9615) -(1075,9616) -(2410,9617) -(3253,9618) -(4370,9619) -(8426,9620) -(2262,9621) -(4149,9622) -(2732,9623) -(8606,9624) -(6311,9625) -(7223,9626) -(3054,9627) -(3952,9628) -(8252,9629) -(6020,9630) -(3846,9631) -(3755,9632) -(3765,9633) -(3434,9634) -(1381,9635) -(287,9636) -(4476,9637) -(2916,9638) -(4517,9639) -(4561,9640) -(5106,9641) -(2077,9642) -(5269,9643) -(5688,9644) -(8831,9645) -(3867,9646) -(6062,9647) -(8460,9648) -(3138,9649) -(3173,9650) -(7018,9651) -(4836,9652) -(1007,9653) -(658,9654) -(5205,9655) -(5805,9656) -(5959,9657) -(2863,9658) -(7272,9659) -(8437,9660) -(4900,9661) -(890,9662) -(3530,9663) -(6209,9664) -(4595,9665) -(5982,9666) -(1101,9667) -(9555,9668) -(1918,9669) -(3527,9670) -(7309,9671) -(8213,9672) -(306,9673) -(845,9674) -(16,9675) -(437,9676) -(9518,9677) -(2142,9678) -(8121,9679) -(7354,9680) -(1720,9681) -(6078,9682) -(5929,9683) -(3856,9684) -(3424,9685) -(1712,9686) -(2340,9687) -(5570,9688) -(8734,9689) -(6077,9690) -(2960,9691) -(5062,9692) -(1532,9693) -(8298,9694) -(2496,9695) -(8412,9696) -(724,9697) -(1019,9698) -(6265,9699) -(740,9700) -(8495,9701) -(6983,9702) -(991,9703) -(3189,9704) -(4487,9705) -(5554,9706) -(1258,9707) -(5359,9708) -(2709,9709) -(361,9710) -(4028,9711) -(3735,9712) -(4427,9713) -(7540,9714) -(3569,9715) -(1916,9716) -(7596,9717) -(9721,9718) -(4429,9719) -(3471,9720) -(1157,9721) -(5700,9722) -(4431,9723) -(9409,9724) -(8752,9725) -(9484,9726) -(1266,9727) -(9097,9728) -(3068,9729) -(5490,9730) -(1375,9731) -(2487,9732) -(1705,9733) -(1571,9734) -(4005,9735) -(5497,9736) -(2144,9737) -(4052,9738) -(4942,9739) -(5504,9740) -(2913,9741) -(5617,9742) -(8179,9743) -(9437,9744) -(1821,9745) -(5737,9746) -(4207,9747) -(4815,9748) -(8707,9749) -(5970,9750) -(5501,9751) -(4013,9752) -(9235,9753) -(2503,9754) -(9181,9755) -(2289,9756) -(4256,9757) -(191,9758) -(9655,9759) -(8615,9760) -(3011,9761) -(6376,9762) -(68,9763) -(4720,9764) -(6848,9765) -(456,9766) -(5887,9767) -(9249,9768) -(4041,9769) -(2304,9770) -(8763,9771) -(2115,9772) -(8014,9773) -(9895,9774) -(671,9775) -(3774,9776) -(134,9777) -(534,9778) -(7308,9779) -(5244,9780) -(1512,9781) -(8960,9782) -(6602,9783) -(593,9784) -(2353,9785) -(4139,9786) -(3063,9787) -(652,9788) -(7405,9789) -(3034,9790) -(4614,9791) -(2351,9792) -(8208,9793) -(5475,9794) -(6875,9795) -(563,9796) -(3346,9797) -(291,9798) -(6345,9799) -(8099,9800) -(2078,9801) -(8238,9802) -(4482,9803) -(716,9804) -(7288,9805) -(5906,9806) -(5618,9807) -(1141,9808) -(8231,9809) -(3713,9810) -(9158,9811) -(4051,9812) -(1973,9813) -(6710,9814) -(1021,9815) -(2196,9816) -(8335,9817) -(2272,9818) -(3818,9819) -(679,9820) -(7512,9821) -(493,9822) -(5663,9823) -(4655,9824) -(3996,9825) -(8797,9826) -(2991,9827) -(7038,9828) -(4174,9829) -(6908,9830) -(8477,9831) -(3576,9832) -(2685,9833) -(9161,9834) -(2951,9835) -(8362,9836) -(2379,9837) -(1277,9838) -(1728,9839) -(9816,9840) -(6288,9841) -(8985,9842) -(771,9843) -(464,9844) -(9625,9845) -(9608,9846) -(9170,9847) -(9658,9848) -(7515,9849) -(9400,9850) -(2045,9851) -(324,9852) -(4252,9853) -(8329,9854) -(4472,9855) -(1047,9856) -(9341,9857) -(7000,9858) -(1429,9859) -(2701,9860) -(6630,9861) -(3669,9862) -(8613,9863) -(7080,9864) -(8788,9865) -(6291,9866) -(7885,9867) -(7160,9868) -(6140,9869) -(9881,9870) -(9140,9871) -(644,9872) -(3667,9873) -(2675,9874) -(9492,9875) -(5004,9876) -(9456,9877) -(8197,9878) -(2837,9879) -(127,9880) -(9772,9881) -(5743,9882) -(2007,9883) -(7586,9884) -(45,9885) -(6482,9886) -(4565,9887) -(6975,9888) -(7260,9889) -(2830,9890) -(9365,9891) -(8207,9892) -(2506,9893) -(8081,9894) -(8678,9895) -(9932,9896) -(447,9897) -(9187,9898) -(89,9899) -(7027,9900) -(1536,9901) -(160,9902) -(7679,9903) -(5973,9904) -(4401,9905) -(395,9906) -(4904,9907) -(2759,9908) -(8713,9909) -(3770,9910) -(8272,9911) -(5358,9912) -(9747,9913) -(1567,9914) -(2136,9915) -(314,9916) -(4583,9917) -(375,9918) -(5566,9919) -(6865,9920) -(894,9921) -(5399,9922) -(1385,9923) -(2156,9924) -(9659,9925) -(477,9926) -(8194,9927) -(3937,9928) -(3745,9929) -(4096,9930) -(5487,9931) -(2475,9932) -(6105,9933) -(6036,9934) -(1315,9935) -(4473,9936) -(4016,9937) -(8135,9938) -(8892,9939) -(4850,9940) -(2545,9941) -(3788,9942) -(1672,9943) -(3664,9944) -(3775,9945) -(3103,9946) -(9335,9947) -(9200,9948) -(8665,9949) -(1356,9950) -(6118,9951) -(4605,9952) -(5651,9953) -(9055,9954) -(8461,9955) -(6107,9956) -(1967,9957) -(8910,9958) -(8257,9959) -(851,9960) -(7823,9961) -(3208,9962) -(856,9963) -(2654,9964) -(7185,9965) -(309,9966) -(9752,9967) -(6405,9968) -(6113,9969) -(9774,9970) -(1674,9971) -(9602,9972) -(1363,9973) -(6887,9974) -(6170,9975) -(8888,9976) -(2981,9977) -(7369,9978) -(6227,9979) -(8002,9980) -(4288,9981) -(5136,9982) -(1084,9983) -(9117,9984) -(2406,9985) -(1384,9986) -(9194,9987) -(858,9988) -(8592,9989) -(4773,9990) -(4093,9991) -(6587,9992) -(6093,9993) -(429,9994) -(5780,9995) -(1783,9996) -(2992,9997) -(0,9998) -(2968,9999) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -(333,400) -\N -\N -\N -\. --- --- Data for Name: quad_poly_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.quad_poly_tbl (id, p) FROM stdin; -1 ((7,10),(7.401923788646684,11.5),(8.5,12.598076211353316),(10,13),(11.5,12.598076211353316),(12.598076211353316,11.5),(13,10),(12.598076211353316,8.5),(11.500000000000002,7.401923788646684),(10,7),(8.500000000000002,7.401923788646683),(7.401923788646685,8.499999999999998)) -2 ((6,20),(6.535898384862245,22),(8,23.464101615137753),(10,24),(12,23.464101615137753),(13.464101615137753,22),(14,20),(13.464101615137755,18),(12.000000000000002,16.535898384862247),(10,16),(8.000000000000004,16.535898384862243),(6.5358983848622465,18)) -3 ((5,30),(5.669872981077806,32.5),(7.5,34.33012701892219),(10,35),(12.5,34.33012701892219),(14.330127018922193,32.5),(15,30),(14.330127018922195,27.5),(12.500000000000002,25.66987298107781),(10.000000000000002,25),(7.5000000000000036,25.669872981077805),(5.669872981077808,27.499999999999996)) -4 ((4,40),(4.803847577293368,43),(6.999999999999999,45.19615242270663),(10,46),(12.999999999999998,45.19615242270663),(15.196152422706632,43),(16,40),(15.196152422706632,37),(13.000000000000004,34.80384757729337),(10.000000000000002,34),(7.0000000000000036,34.80384757729337),(4.80384757729337,37)) -5 ((3,50),(3.9378221735089287,53.5),(6.499999999999999,56.06217782649107),(10,57),(13.499999999999998,56.06217782649107),(16.06217782649107,53.5),(17,50),(16.062177826491073,46.5),(13.500000000000004,43.937822173508934),(10.000000000000002,43),(6.500000000000004,43.93782217350893),(3.9378221735089314,46.5)) -6 ((2,60),(3.0717967697244903,64),(5.999999999999999,66.92820323027551),(10,68),(13.999999999999998,66.92820323027551),(16.928203230275507,64),(18,60),(16.92820323027551,56),(14.000000000000004,53.07179676972449),(10.000000000000002,52),(6.000000000000005,53.071796769724486),(3.071796769724493,56)) -7 ((1,70),(2.205771365940052,74.5),(5.499999999999999,77.79422863405995),(10,79),(14.499999999999998,77.79422863405995),(17.794228634059948,74.5),(19,70),(17.794228634059948,65.5),(14.500000000000004,62.20577136594005),(10.000000000000002,61),(5.500000000000006,62.20577136594005),(2.2057713659400546,65.5)) -8 ((0,80),(1.3397459621556127,85),(4.999999999999999,88.66025403784438),(10,90),(14.999999999999998,88.66025403784438),(18.660254037844386,85),(20,80),(18.66025403784439,75),(15.000000000000004,71.33974596215562),(10.000000000000002,70),(5.000000000000007,71.3397459621556),(1.3397459621556163,75)) -9 ((9,90),(9.13397459621556,90.5),(9.5,90.86602540378443),(10,91),(10.5,90.86602540378443),(10.86602540378444,90.5),(11,90),(10.86602540378444,89.5),(10.5,89.13397459621557),(10,89),(9.5,89.13397459621557),(9.133974596215563,89.5)) -10 ((8,100),(8.267949192431123,101),(9,101.73205080756888),(10,102),(11,101.73205080756888),(11.732050807568877,101),(12,100),(11.732050807568879,99),(11,98.26794919243112),(10,98),(9.000000000000002,98.26794919243112),(8.267949192431123,99)) -11 ((7,110),(7.401923788646684,111.5),(8.5,112.59807621135332),(10,113),(11.5,112.59807621135332),(12.598076211353316,111.5),(13,110),(12.598076211353316,108.5),(11.500000000000002,107.40192378864668),(10,107),(8.500000000000002,107.40192378864668),(7.401923788646685,108.5)) -12 ((6,120),(6.535898384862245,122),(8,123.46410161513775),(10,124),(12,123.46410161513775),(13.464101615137753,122),(14,120),(13.464101615137755,118),(12.000000000000002,116.53589838486225),(10,116),(8.000000000000004,116.53589838486225),(6.5358983848622465,118)) -13 ((5,130),(5.669872981077806,132.5),(7.5,134.33012701892218),(10,135),(12.5,134.33012701892218),(14.330127018922193,132.5),(15,130),(14.330127018922195,127.5),(12.500000000000002,125.6698729810778),(10.000000000000002,125),(7.5000000000000036,125.6698729810778),(5.669872981077808,127.5)) -14 ((4,140),(4.803847577293368,143),(6.999999999999999,145.19615242270663),(10,146),(12.999999999999998,145.19615242270663),(15.196152422706632,143),(16,140),(15.196152422706632,137),(13.000000000000004,134.80384757729337),(10.000000000000002,134),(7.0000000000000036,134.80384757729337),(4.80384757729337,137)) -15 ((3,150),(3.9378221735089287,153.5),(6.499999999999999,156.06217782649108),(10,157),(13.499999999999998,156.06217782649108),(16.06217782649107,153.5),(17,150),(16.062177826491073,146.5),(13.500000000000004,143.93782217350892),(10.000000000000002,143),(6.500000000000004,143.93782217350892),(3.9378221735089314,146.5)) -16 ((2,160),(3.0717967697244903,164),(5.999999999999999,166.9282032302755),(10,168),(13.999999999999998,166.9282032302755),(16.928203230275507,164),(18,160),(16.92820323027551,156),(14.000000000000004,153.0717967697245),(10.000000000000002,152),(6.000000000000005,153.0717967697245),(3.071796769724493,156)) -17 ((1,170),(2.205771365940052,174.5),(5.499999999999999,177.79422863405995),(10,179),(14.499999999999998,177.79422863405995),(17.794228634059948,174.5),(19,170),(17.794228634059948,165.5),(14.500000000000004,162.20577136594005),(10.000000000000002,161),(5.500000000000006,162.20577136594005),(2.2057713659400546,165.5)) -18 ((0,180),(1.3397459621556127,185),(4.999999999999999,188.6602540378444),(10,190),(14.999999999999998,188.6602540378444),(18.660254037844386,185),(20,180),(18.66025403784439,175),(15.000000000000004,171.3397459621556),(10.000000000000002,170),(5.000000000000007,171.3397459621556),(1.3397459621556163,175)) -19 ((9,190),(9.13397459621556,190.5),(9.5,190.86602540378445),(10,191),(10.5,190.86602540378445),(10.86602540378444,190.5),(11,190),(10.86602540378444,189.5),(10.5,189.13397459621555),(10,189),(9.5,189.13397459621555),(9.133974596215563,189.5)) -20 ((8,200),(8.267949192431123,201),(9,201.73205080756887),(10,202),(11,201.73205080756887),(11.732050807568877,201),(12,200),(11.732050807568879,199),(11,198.26794919243113),(10,198),(9.000000000000002,198.26794919243113),(8.267949192431123,199)) -21 ((7,210),(7.401923788646684,211.5),(8.5,212.59807621135332),(10,213),(11.5,212.59807621135332),(12.598076211353316,211.5),(13,210),(12.598076211353316,208.5),(11.500000000000002,207.40192378864668),(10,207),(8.500000000000002,207.40192378864668),(7.401923788646685,208.5)) -22 ((6,220),(6.535898384862245,222),(8,223.46410161513776),(10,224),(12,223.46410161513776),(13.464101615137753,222),(14,220),(13.464101615137755,218),(12.000000000000002,216.53589838486224),(10,216),(8.000000000000004,216.53589838486224),(6.5358983848622465,218)) -23 ((5,230),(5.669872981077806,232.5),(7.5,234.33012701892218),(10,235),(12.5,234.33012701892218),(14.330127018922193,232.5),(15,230),(14.330127018922195,227.5),(12.500000000000002,225.66987298107782),(10.000000000000002,225),(7.5000000000000036,225.66987298107782),(5.669872981077808,227.5)) -24 ((4,240),(4.803847577293368,243),(6.999999999999999,245.19615242270663),(10,246),(12.999999999999998,245.19615242270663),(15.196152422706632,243),(16,240),(15.196152422706632,237),(13.000000000000004,234.80384757729337),(10.000000000000002,234),(7.0000000000000036,234.80384757729337),(4.80384757729337,237)) -25 ((3,250),(3.9378221735089287,253.5),(6.499999999999999,256.06217782649105),(10,257),(13.499999999999998,256.06217782649105),(16.06217782649107,253.5),(17,250),(16.062177826491073,246.5),(13.500000000000004,243.93782217350892),(10.000000000000002,243),(6.500000000000004,243.93782217350892),(3.9378221735089314,246.5)) -26 ((2,260),(3.0717967697244903,264),(5.999999999999999,266.9282032302755),(10,268),(13.999999999999998,266.9282032302755),(16.928203230275507,264),(18,260),(16.92820323027551,256),(14.000000000000004,253.0717967697245),(10.000000000000002,252),(6.000000000000005,253.0717967697245),(3.071796769724493,256)) -27 ((1,270),(2.205771365940052,274.5),(5.499999999999999,277.79422863405995),(10,279),(14.499999999999998,277.79422863405995),(17.794228634059948,274.5),(19,270),(17.794228634059948,265.5),(14.500000000000004,262.20577136594005),(10.000000000000002,261),(5.500000000000006,262.20577136594005),(2.2057713659400546,265.5)) -28 ((0,280),(1.3397459621556127,285),(4.999999999999999,288.66025403784437),(10,290),(14.999999999999998,288.66025403784437),(18.660254037844386,285),(20,280),(18.66025403784439,275),(15.000000000000004,271.33974596215563),(10.000000000000002,270),(5.000000000000007,271.33974596215563),(1.3397459621556163,275)) -29 ((9,290),(9.13397459621556,290.5),(9.5,290.8660254037844),(10,291),(10.5,290.8660254037844),(10.86602540378444,290.5),(11,290),(10.86602540378444,289.5),(10.5,289.1339745962156),(10,289),(9.5,289.1339745962156),(9.133974596215563,289.5)) -30 ((8,300),(8.267949192431123,301),(9,301.7320508075689),(10,302),(11,301.7320508075689),(11.732050807568877,301),(12,300),(11.732050807568879,299),(11,298.2679491924311),(10,298),(9.000000000000002,298.2679491924311),(8.267949192431123,299)) -31 ((7,310),(7.401923788646684,311.5),(8.5,312.5980762113533),(10,313),(11.5,312.5980762113533),(12.598076211353316,311.5),(13,310),(12.598076211353316,308.5),(11.500000000000002,307.4019237886467),(10,307),(8.500000000000002,307.4019237886467),(7.401923788646685,308.5)) -32 ((6,320),(6.535898384862245,322),(8,323.46410161513774),(10,324),(12,323.46410161513774),(13.464101615137753,322),(14,320),(13.464101615137755,318),(12.000000000000002,316.53589838486226),(10,316),(8.000000000000004,316.53589838486226),(6.5358983848622465,318)) -33 ((5,330),(5.669872981077806,332.5),(7.5,334.3301270189222),(10,335),(12.5,334.3301270189222),(14.330127018922193,332.5),(15,330),(14.330127018922195,327.5),(12.500000000000002,325.6698729810778),(10.000000000000002,325),(7.5000000000000036,325.6698729810778),(5.669872981077808,327.5)) -34 ((4,340),(4.803847577293368,343),(6.999999999999999,345.19615242270663),(10,346),(12.999999999999998,345.19615242270663),(15.196152422706632,343),(16,340),(15.196152422706632,337),(13.000000000000004,334.80384757729337),(10.000000000000002,334),(7.0000000000000036,334.80384757729337),(4.80384757729337,337)) -35 ((3,350),(3.9378221735089287,353.5),(6.499999999999999,356.06217782649105),(10,357),(13.499999999999998,356.06217782649105),(16.06217782649107,353.5),(17,350),(16.062177826491073,346.5),(13.500000000000004,343.93782217350895),(10.000000000000002,343),(6.500000000000004,343.93782217350895),(3.9378221735089314,346.5)) -36 ((2,360),(3.0717967697244903,364),(5.999999999999999,366.9282032302755),(10,368),(13.999999999999998,366.9282032302755),(16.928203230275507,364),(18,360),(16.92820323027551,356),(14.000000000000004,353.0717967697245),(10.000000000000002,352),(6.000000000000005,353.0717967697245),(3.071796769724493,356)) -37 ((1,370),(2.205771365940052,374.5),(5.499999999999999,377.79422863405995),(10,379),(14.499999999999998,377.79422863405995),(17.794228634059948,374.5),(19,370),(17.794228634059948,365.5),(14.500000000000004,362.20577136594005),(10.000000000000002,361),(5.500000000000006,362.20577136594005),(2.2057713659400546,365.5)) -38 ((0,380),(1.3397459621556127,385),(4.999999999999999,388.66025403784437),(10,390),(14.999999999999998,388.66025403784437),(18.660254037844386,385),(20,380),(18.66025403784439,375),(15.000000000000004,371.33974596215563),(10.000000000000002,370),(5.000000000000007,371.33974596215563),(1.3397459621556163,375)) -39 ((9,390),(9.13397459621556,390.5),(9.5,390.8660254037844),(10,391),(10.5,390.8660254037844),(10.86602540378444,390.5),(11,390),(10.86602540378444,389.5),(10.5,389.1339745962156),(10,389),(9.5,389.1339745962156),(9.133974596215563,389.5)) -40 ((8,400),(8.267949192431123,401),(9,401.7320508075689),(10,402),(11,401.7320508075689),(11.732050807568877,401),(12,400),(11.732050807568879,399),(11,398.2679491924311),(10,398),(9.000000000000002,398.2679491924311),(8.267949192431123,399)) -41 ((7,410),(7.401923788646684,411.5),(8.5,412.5980762113533),(10,413),(11.5,412.5980762113533),(12.598076211353316,411.5),(13,410),(12.598076211353316,408.5),(11.500000000000002,407.4019237886467),(10,407),(8.500000000000002,407.4019237886467),(7.401923788646685,408.5)) -42 ((6,420),(6.535898384862245,422),(8,423.46410161513774),(10,424),(12,423.46410161513774),(13.464101615137753,422),(14,420),(13.464101615137755,418),(12.000000000000002,416.53589838486226),(10,416),(8.000000000000004,416.53589838486226),(6.5358983848622465,418)) -43 ((5,430),(5.669872981077806,432.5),(7.5,434.3301270189222),(10,435),(12.5,434.3301270189222),(14.330127018922193,432.5),(15,430),(14.330127018922195,427.5),(12.500000000000002,425.6698729810778),(10.000000000000002,425),(7.5000000000000036,425.6698729810778),(5.669872981077808,427.5)) -44 ((4,440),(4.803847577293368,443),(6.999999999999999,445.19615242270663),(10,446),(12.999999999999998,445.19615242270663),(15.196152422706632,443),(16,440),(15.196152422706632,437),(13.000000000000004,434.80384757729337),(10.000000000000002,434),(7.0000000000000036,434.80384757729337),(4.80384757729337,437)) -45 ((3,450),(3.9378221735089287,453.5),(6.499999999999999,456.06217782649105),(10,457),(13.499999999999998,456.06217782649105),(16.06217782649107,453.5),(17,450),(16.062177826491073,446.5),(13.500000000000004,443.93782217350895),(10.000000000000002,443),(6.500000000000004,443.93782217350895),(3.9378221735089314,446.5)) -46 ((2,460),(3.0717967697244903,464),(5.999999999999999,466.9282032302755),(10,468),(13.999999999999998,466.9282032302755),(16.928203230275507,464),(18,460),(16.92820323027551,456),(14.000000000000004,453.0717967697245),(10.000000000000002,452),(6.000000000000005,453.0717967697245),(3.071796769724493,456)) -47 ((1,470),(2.205771365940052,474.5),(5.499999999999999,477.79422863405995),(10,479),(14.499999999999998,477.79422863405995),(17.794228634059948,474.5),(19,470),(17.794228634059948,465.5),(14.500000000000004,462.20577136594005),(10.000000000000002,461),(5.500000000000006,462.20577136594005),(2.2057713659400546,465.5)) -48 ((0,480),(1.3397459621556127,485),(4.999999999999999,488.66025403784437),(10,490),(14.999999999999998,488.66025403784437),(18.660254037844386,485),(20,480),(18.66025403784439,475),(15.000000000000004,471.33974596215563),(10.000000000000002,470),(5.000000000000007,471.33974596215563),(1.3397459621556163,475)) -49 ((9,490),(9.13397459621556,490.5),(9.5,490.8660254037844),(10,491),(10.5,490.8660254037844),(10.86602540378444,490.5),(11,490),(10.86602540378444,489.5),(10.5,489.1339745962156),(10,489),(9.5,489.1339745962156),(9.133974596215563,489.5)) -50 ((8,500),(8.267949192431123,501),(9,501.7320508075689),(10,502),(11,501.7320508075689),(11.732050807568877,501),(12,500),(11.732050807568879,499),(11,498.2679491924311),(10,498),(9.000000000000002,498.2679491924311),(8.267949192431123,499)) -51 ((7,510),(7.401923788646684,511.5),(8.5,512.5980762113534),(10,513),(11.5,512.5980762113534),(12.598076211353316,511.5),(13,510),(12.598076211353316,508.5),(11.500000000000002,507.4019237886467),(10,507),(8.500000000000002,507.4019237886467),(7.401923788646685,508.5)) -52 ((6,520),(6.535898384862245,522),(8,523.4641016151378),(10,524),(12,523.4641016151378),(13.464101615137753,522),(14,520),(13.464101615137755,518),(12.000000000000002,516.5358983848622),(10,516),(8.000000000000004,516.5358983848622),(6.5358983848622465,518)) -53 ((5,530),(5.669872981077806,532.5),(7.5,534.3301270189222),(10,535),(12.5,534.3301270189222),(14.330127018922193,532.5),(15,530),(14.330127018922195,527.5),(12.500000000000002,525.6698729810778),(10.000000000000002,525),(7.5000000000000036,525.6698729810778),(5.669872981077808,527.5)) -54 ((4,540),(4.803847577293368,543),(6.999999999999999,545.1961524227066),(10,546),(12.999999999999998,545.1961524227066),(15.196152422706632,543),(16,540),(15.196152422706632,537),(13.000000000000004,534.8038475772934),(10.000000000000002,534),(7.0000000000000036,534.8038475772934),(4.80384757729337,537)) -55 ((3,550),(3.9378221735089287,553.5),(6.499999999999999,556.062177826491),(10,557),(13.499999999999998,556.062177826491),(16.06217782649107,553.5),(17,550),(16.062177826491073,546.5),(13.500000000000004,543.937822173509),(10.000000000000002,543),(6.500000000000004,543.937822173509),(3.9378221735089314,546.5)) -56 ((2,560),(3.0717967697244903,564),(5.999999999999999,566.9282032302755),(10,568),(13.999999999999998,566.9282032302755),(16.928203230275507,564),(18,560),(16.92820323027551,556),(14.000000000000004,553.0717967697245),(10.000000000000002,552),(6.000000000000005,553.0717967697245),(3.071796769724493,556)) -57 ((1,570),(2.205771365940052,574.5),(5.499999999999999,577.7942286340599),(10,579),(14.499999999999998,577.7942286340599),(17.794228634059948,574.5),(19,570),(17.794228634059948,565.5),(14.500000000000004,562.2057713659401),(10.000000000000002,561),(5.500000000000006,562.20577136594),(2.2057713659400546,565.5)) -58 ((0,580),(1.3397459621556127,585),(4.999999999999999,588.6602540378444),(10,590),(14.999999999999998,588.6602540378444),(18.660254037844386,585),(20,580),(18.66025403784439,575),(15.000000000000004,571.3397459621556),(10.000000000000002,570),(5.000000000000007,571.3397459621556),(1.3397459621556163,575)) -59 ((9,590),(9.13397459621556,590.5),(9.5,590.8660254037844),(10,591),(10.5,590.8660254037844),(10.86602540378444,590.5),(11,590),(10.86602540378444,589.5),(10.5,589.1339745962156),(10,589),(9.5,589.1339745962156),(9.133974596215563,589.5)) -60 ((8,600),(8.267949192431123,601),(9,601.7320508075688),(10,602),(11,601.7320508075688),(11.732050807568877,601),(12,600),(11.732050807568879,599),(11,598.2679491924312),(10,598),(9.000000000000002,598.2679491924312),(8.267949192431123,599)) -61 ((7,610),(7.401923788646684,611.5),(8.5,612.5980762113534),(10,613),(11.5,612.5980762113534),(12.598076211353316,611.5),(13,610),(12.598076211353316,608.5),(11.500000000000002,607.4019237886467),(10,607),(8.500000000000002,607.4019237886466),(7.401923788646685,608.5)) -62 ((6,620),(6.535898384862245,622),(8,623.4641016151378),(10,624),(12,623.4641016151378),(13.464101615137753,622),(14,620),(13.464101615137755,618),(12.000000000000002,616.5358983848622),(10,616),(8.000000000000004,616.5358983848622),(6.5358983848622465,618)) -63 ((5,630),(5.669872981077806,632.5),(7.5,634.3301270189222),(10,635),(12.5,634.3301270189222),(14.330127018922193,632.5),(15,630),(14.330127018922195,627.5),(12.500000000000002,625.6698729810778),(10.000000000000002,625),(7.5000000000000036,625.6698729810778),(5.669872981077808,627.5)) -64 ((4,640),(4.803847577293368,643),(6.999999999999999,645.1961524227066),(10,646),(12.999999999999998,645.1961524227066),(15.196152422706632,643),(16,640),(15.196152422706632,637),(13.000000000000004,634.8038475772934),(10.000000000000002,634),(7.0000000000000036,634.8038475772934),(4.80384757729337,637)) -65 ((3,650),(3.9378221735089287,653.5),(6.499999999999999,656.062177826491),(10,657),(13.499999999999998,656.062177826491),(16.06217782649107,653.5),(17,650),(16.062177826491073,646.5),(13.500000000000004,643.937822173509),(10.000000000000002,643),(6.500000000000004,643.937822173509),(3.9378221735089314,646.5)) -66 ((2,660),(3.0717967697244903,664),(5.999999999999999,666.9282032302755),(10,668),(13.999999999999998,666.9282032302755),(16.928203230275507,664),(18,660),(16.92820323027551,656),(14.000000000000004,653.0717967697245),(10.000000000000002,652),(6.000000000000005,653.0717967697245),(3.071796769724493,656)) -67 ((1,670),(2.205771365940052,674.5),(5.499999999999999,677.7942286340599),(10,679),(14.499999999999998,677.7942286340599),(17.794228634059948,674.5),(19,670),(17.794228634059948,665.5),(14.500000000000004,662.2057713659401),(10.000000000000002,661),(5.500000000000006,662.20577136594),(2.2057713659400546,665.5)) -68 ((0,680),(1.3397459621556127,685),(4.999999999999999,688.6602540378444),(10,690),(14.999999999999998,688.6602540378444),(18.660254037844386,685),(20,680),(18.66025403784439,675),(15.000000000000004,671.3397459621556),(10.000000000000002,670),(5.000000000000007,671.3397459621556),(1.3397459621556163,675)) -69 ((9,690),(9.13397459621556,690.5),(9.5,690.8660254037844),(10,691),(10.5,690.8660254037844),(10.86602540378444,690.5),(11,690),(10.86602540378444,689.5),(10.5,689.1339745962156),(10,689),(9.5,689.1339745962156),(9.133974596215563,689.5)) -70 ((8,700),(8.267949192431123,701),(9,701.7320508075688),(10,702),(11,701.7320508075688),(11.732050807568877,701),(12,700),(11.732050807568879,699),(11,698.2679491924312),(10,698),(9.000000000000002,698.2679491924312),(8.267949192431123,699)) -71 ((7,710),(7.401923788646684,711.5),(8.5,712.5980762113534),(10,713),(11.5,712.5980762113534),(12.598076211353316,711.5),(13,710),(12.598076211353316,708.5),(11.500000000000002,707.4019237886467),(10,707),(8.500000000000002,707.4019237886466),(7.401923788646685,708.5)) -72 ((6,720),(6.535898384862245,722),(8,723.4641016151378),(10,724),(12,723.4641016151378),(13.464101615137753,722),(14,720),(13.464101615137755,718),(12.000000000000002,716.5358983848622),(10,716),(8.000000000000004,716.5358983848622),(6.5358983848622465,718)) -73 ((5,730),(5.669872981077806,732.5),(7.5,734.3301270189222),(10,735),(12.5,734.3301270189222),(14.330127018922193,732.5),(15,730),(14.330127018922195,727.5),(12.500000000000002,725.6698729810778),(10.000000000000002,725),(7.5000000000000036,725.6698729810778),(5.669872981077808,727.5)) -74 ((4,740),(4.803847577293368,743),(6.999999999999999,745.1961524227066),(10,746),(12.999999999999998,745.1961524227066),(15.196152422706632,743),(16,740),(15.196152422706632,737),(13.000000000000004,734.8038475772934),(10.000000000000002,734),(7.0000000000000036,734.8038475772934),(4.80384757729337,737)) -75 ((3,750),(3.9378221735089287,753.5),(6.499999999999999,756.062177826491),(10,757),(13.499999999999998,756.062177826491),(16.06217782649107,753.5),(17,750),(16.062177826491073,746.5),(13.500000000000004,743.937822173509),(10.000000000000002,743),(6.500000000000004,743.937822173509),(3.9378221735089314,746.5)) -76 ((2,760),(3.0717967697244903,764),(5.999999999999999,766.9282032302755),(10,768),(13.999999999999998,766.9282032302755),(16.928203230275507,764),(18,760),(16.92820323027551,756),(14.000000000000004,753.0717967697245),(10.000000000000002,752),(6.000000000000005,753.0717967697245),(3.071796769724493,756)) -77 ((1,770),(2.205771365940052,774.5),(5.499999999999999,777.7942286340599),(10,779),(14.499999999999998,777.7942286340599),(17.794228634059948,774.5),(19,770),(17.794228634059948,765.5),(14.500000000000004,762.2057713659401),(10.000000000000002,761),(5.500000000000006,762.20577136594),(2.2057713659400546,765.5)) -78 ((0,780),(1.3397459621556127,785),(4.999999999999999,788.6602540378444),(10,790),(14.999999999999998,788.6602540378444),(18.660254037844386,785),(20,780),(18.66025403784439,775),(15.000000000000004,771.3397459621556),(10.000000000000002,770),(5.000000000000007,771.3397459621556),(1.3397459621556163,775)) -79 ((9,790),(9.13397459621556,790.5),(9.5,790.8660254037844),(10,791),(10.5,790.8660254037844),(10.86602540378444,790.5),(11,790),(10.86602540378444,789.5),(10.5,789.1339745962156),(10,789),(9.5,789.1339745962156),(9.133974596215563,789.5)) -80 ((8,800),(8.267949192431123,801),(9,801.7320508075688),(10,802),(11,801.7320508075688),(11.732050807568877,801),(12,800),(11.732050807568879,799),(11,798.2679491924312),(10,798),(9.000000000000002,798.2679491924312),(8.267949192431123,799)) -81 ((7,810),(7.401923788646684,811.5),(8.5,812.5980762113534),(10,813),(11.5,812.5980762113534),(12.598076211353316,811.5),(13,810),(12.598076211353316,808.5),(11.500000000000002,807.4019237886467),(10,807),(8.500000000000002,807.4019237886466),(7.401923788646685,808.5)) -82 ((6,820),(6.535898384862245,822),(8,823.4641016151378),(10,824),(12,823.4641016151378),(13.464101615137753,822),(14,820),(13.464101615137755,818),(12.000000000000002,816.5358983848622),(10,816),(8.000000000000004,816.5358983848622),(6.5358983848622465,818)) -83 ((5,830),(5.669872981077806,832.5),(7.5,834.3301270189222),(10,835),(12.5,834.3301270189222),(14.330127018922193,832.5),(15,830),(14.330127018922195,827.5),(12.500000000000002,825.6698729810778),(10.000000000000002,825),(7.5000000000000036,825.6698729810778),(5.669872981077808,827.5)) -84 ((4,840),(4.803847577293368,843),(6.999999999999999,845.1961524227066),(10,846),(12.999999999999998,845.1961524227066),(15.196152422706632,843),(16,840),(15.196152422706632,837),(13.000000000000004,834.8038475772934),(10.000000000000002,834),(7.0000000000000036,834.8038475772934),(4.80384757729337,837)) -85 ((3,850),(3.9378221735089287,853.5),(6.499999999999999,856.062177826491),(10,857),(13.499999999999998,856.062177826491),(16.06217782649107,853.5),(17,850),(16.062177826491073,846.5),(13.500000000000004,843.937822173509),(10.000000000000002,843),(6.500000000000004,843.937822173509),(3.9378221735089314,846.5)) -86 ((2,860),(3.0717967697244903,864),(5.999999999999999,866.9282032302755),(10,868),(13.999999999999998,866.9282032302755),(16.928203230275507,864),(18,860),(16.92820323027551,856),(14.000000000000004,853.0717967697245),(10.000000000000002,852),(6.000000000000005,853.0717967697245),(3.071796769724493,856)) -87 ((1,870),(2.205771365940052,874.5),(5.499999999999999,877.7942286340599),(10,879),(14.499999999999998,877.7942286340599),(17.794228634059948,874.5),(19,870),(17.794228634059948,865.5),(14.500000000000004,862.2057713659401),(10.000000000000002,861),(5.500000000000006,862.20577136594),(2.2057713659400546,865.5)) -88 ((0,880),(1.3397459621556127,885),(4.999999999999999,888.6602540378444),(10,890),(14.999999999999998,888.6602540378444),(18.660254037844386,885),(20,880),(18.66025403784439,875),(15.000000000000004,871.3397459621556),(10.000000000000002,870),(5.000000000000007,871.3397459621556),(1.3397459621556163,875)) -89 ((9,890),(9.13397459621556,890.5),(9.5,890.8660254037844),(10,891),(10.5,890.8660254037844),(10.86602540378444,890.5),(11,890),(10.86602540378444,889.5),(10.5,889.1339745962156),(10,889),(9.5,889.1339745962156),(9.133974596215563,889.5)) -90 ((8,900),(8.267949192431123,901),(9,901.7320508075688),(10,902),(11,901.7320508075688),(11.732050807568877,901),(12,900),(11.732050807568879,899),(11,898.2679491924312),(10,898),(9.000000000000002,898.2679491924312),(8.267949192431123,899)) -91 ((7,910),(7.401923788646684,911.5),(8.5,912.5980762113534),(10,913),(11.5,912.5980762113534),(12.598076211353316,911.5),(13,910),(12.598076211353316,908.5),(11.500000000000002,907.4019237886467),(10,907),(8.500000000000002,907.4019237886466),(7.401923788646685,908.5)) -92 ((6,920),(6.535898384862245,922),(8,923.4641016151378),(10,924),(12,923.4641016151378),(13.464101615137753,922),(14,920),(13.464101615137755,918),(12.000000000000002,916.5358983848622),(10,916),(8.000000000000004,916.5358983848622),(6.5358983848622465,918)) -93 ((5,930),(5.669872981077806,932.5),(7.5,934.3301270189222),(10,935),(12.5,934.3301270189222),(14.330127018922193,932.5),(15,930),(14.330127018922195,927.5),(12.500000000000002,925.6698729810778),(10.000000000000002,925),(7.5000000000000036,925.6698729810778),(5.669872981077808,927.5)) -94 ((4,940),(4.803847577293368,943),(6.999999999999999,945.1961524227066),(10,946),(12.999999999999998,945.1961524227066),(15.196152422706632,943),(16,940),(15.196152422706632,937),(13.000000000000004,934.8038475772934),(10.000000000000002,934),(7.0000000000000036,934.8038475772934),(4.80384757729337,937)) -95 ((3,950),(3.9378221735089287,953.5),(6.499999999999999,956.062177826491),(10,957),(13.499999999999998,956.062177826491),(16.06217782649107,953.5),(17,950),(16.062177826491073,946.5),(13.500000000000004,943.937822173509),(10.000000000000002,943),(6.500000000000004,943.937822173509),(3.9378221735089314,946.5)) -96 ((2,960),(3.0717967697244903,964),(5.999999999999999,966.9282032302755),(10,968),(13.999999999999998,966.9282032302755),(16.928203230275507,964),(18,960),(16.92820323027551,956),(14.000000000000004,953.0717967697245),(10.000000000000002,952),(6.000000000000005,953.0717967697245),(3.071796769724493,956)) -97 ((1,970),(2.205771365940052,974.5),(5.499999999999999,977.7942286340599),(10,979),(14.499999999999998,977.7942286340599),(17.794228634059948,974.5),(19,970),(17.794228634059948,965.5),(14.500000000000004,962.2057713659401),(10.000000000000002,961),(5.500000000000006,962.20577136594),(2.2057713659400546,965.5)) -98 ((0,980),(1.3397459621556127,985),(4.999999999999999,988.6602540378444),(10,990),(14.999999999999998,988.6602540378444),(18.660254037844386,985),(20,980),(18.66025403784439,975),(15.000000000000004,971.3397459621556),(10.000000000000002,970),(5.000000000000007,971.3397459621556),(1.3397459621556163,975)) -99 ((9,990),(9.13397459621556,990.5),(9.5,990.8660254037844),(10,991),(10.5,990.8660254037844),(10.86602540378444,990.5),(11,990),(10.86602540378444,989.5),(10.5,989.1339745962156),(10,989),(9.5,989.1339745962156),(9.133974596215563,989.5)) -100 ((8,1000),(8.267949192431123,1001),(9,1001.7320508075688),(10,1002),(11,1001.7320508075688),(11.732050807568877,1001),(12,1000),(11.732050807568879,999),(11,998.2679491924312),(10,998),(9.000000000000002,998.2679491924312),(8.267949192431123,999)) -101 ((16,10),(16.535898384862247,12),(18,13.464101615137753),(20,14),(22,13.464101615137755),(23.464101615137753,12.000000000000002),(24,10),(23.464101615137757,8.000000000000002),(22,6.5358983848622465),(20,6),(18.000000000000004,6.535898384862244),(16.535898384862247,7.999999999999998)) -102 ((15,20),(15.669872981077805,22.5),(17.5,24.33012701892219),(20,25),(22.5,24.330127018922195),(24.33012701892219,22.5),(25,20),(24.330127018922195,17.5),(22.500000000000004,15.669872981077807),(20,15),(17.500000000000004,15.669872981077805),(15.669872981077809,17.499999999999996)) -103 ((14,30),(14.803847577293368,33),(17,35.19615242270663),(20,36),(23,35.19615242270663),(25.196152422706632,33),(26,30),(25.196152422706632,27),(23.000000000000004,24.803847577293368),(20,24),(17.000000000000004,24.803847577293368),(14.80384757729337,26.999999999999996)) -104 ((13,40),(13.937822173508929,43.5),(16.5,46.06217782649107),(20,47),(23.5,46.06217782649107),(26.06217782649107,43.5),(27,40),(26.062177826491073,36.5),(23.500000000000004,33.937822173508934),(20,33),(16.500000000000004,33.93782217350893),(13.93782217350893,36.5)) -105 ((12,50),(13.07179676972449,54),(16,56.92820323027551),(20,58),(24,56.92820323027551),(26.928203230275507,54),(28,50),(26.92820323027551,46),(24.000000000000004,43.07179676972449),(20,42),(16.000000000000007,43.071796769724486),(13.071796769724493,46)) -106 ((11,60),(12.205771365940052,64.5),(15.5,67.79422863405995),(20,69),(24.5,67.79422863405995),(27.794228634059948,64.5),(29,60),(27.794228634059948,55.5),(24.500000000000004,52.20577136594005),(20,51),(15.500000000000007,52.20577136594005),(12.205771365940056,55.5)) -107 ((10,70),(11.339745962155613,75),(15,78.66025403784438),(20,80),(25,78.66025403784438),(28.660254037844386,75),(30,70),(28.66025403784439,65),(25.000000000000004,61.33974596215562),(20.000000000000004,60),(15.000000000000007,61.33974596215561),(11.339745962155616,65)) -108 ((19,80),(19.133974596215563,80.5),(19.5,80.86602540378443),(20,81),(20.5,80.86602540378443),(20.866025403784437,80.5),(21,80),(20.866025403784437,79.5),(20.5,79.13397459621557),(20,79),(19.5,79.13397459621557),(19.133974596215563,79.5)) -109 ((18,90),(18.26794919243112,91),(19,91.73205080756888),(20,92),(21,91.73205080756888),(21.73205080756888,91),(22,90),(21.73205080756888,89),(21,88.26794919243112),(20,88),(19,88.26794919243112),(18.267949192431125,89)) -110 ((17,100),(17.401923788646684,101.5),(18.5,102.59807621135332),(20,103),(21.5,102.59807621135332),(22.598076211353316,101.5),(23,100),(22.598076211353316,98.5),(21.5,97.40192378864668),(20,97),(18.500000000000004,97.40192378864668),(17.401923788646684,98.5)) -111 ((16,110),(16.535898384862247,112),(18,113.46410161513775),(20,114),(22,113.46410161513775),(23.464101615137753,112),(24,110),(23.464101615137757,108),(22,106.53589838486225),(20,106),(18.000000000000004,106.53589838486225),(16.535898384862247,108)) -112 ((15,120),(15.669872981077805,122.5),(17.5,124.3301270189222),(20,125),(22.5,124.3301270189222),(24.33012701892219,122.5),(25,120),(24.330127018922195,117.5),(22.500000000000004,115.6698729810778),(20,115),(17.500000000000004,115.6698729810778),(15.669872981077809,117.5)) -113 ((14,130),(14.803847577293368,133),(17,135.19615242270663),(20,136),(23,135.19615242270663),(25.196152422706632,133),(26,130),(25.196152422706632,127),(23.000000000000004,124.80384757729337),(20,124),(17.000000000000004,124.80384757729337),(14.80384757729337,127)) -114 ((13,140),(13.937822173508929,143.5),(16.5,146.06217782649108),(20,147),(23.5,146.06217782649108),(26.06217782649107,143.5),(27,140),(26.062177826491073,136.5),(23.500000000000004,133.93782217350892),(20,133),(16.500000000000004,133.93782217350892),(13.93782217350893,136.5)) -115 ((12,150),(13.07179676972449,154),(16,156.9282032302755),(20,158),(24,156.9282032302755),(26.928203230275507,154),(28,150),(26.92820323027551,146),(24.000000000000004,143.0717967697245),(20,142),(16.000000000000007,143.0717967697245),(13.071796769724493,146)) -116 ((11,160),(12.205771365940052,164.5),(15.5,167.79422863405995),(20,169),(24.5,167.79422863405995),(27.794228634059948,164.5),(29,160),(27.794228634059948,155.5),(24.500000000000004,152.20577136594005),(20,151),(15.500000000000007,152.20577136594005),(12.205771365940056,155.5)) -117 ((10,170),(11.339745962155613,175),(15,178.6602540378444),(20,180),(25,178.6602540378444),(28.660254037844386,175),(30,170),(28.66025403784439,165),(25.000000000000004,161.3397459621556),(20.000000000000004,160),(15.000000000000007,161.3397459621556),(11.339745962155616,165)) -118 ((19,180),(19.133974596215563,180.5),(19.5,180.86602540378445),(20,181),(20.5,180.86602540378445),(20.866025403784437,180.5),(21,180),(20.866025403784437,179.5),(20.5,179.13397459621555),(20,179),(19.5,179.13397459621555),(19.133974596215563,179.5)) -119 ((18,190),(18.26794919243112,191),(19,191.73205080756887),(20,192),(21,191.73205080756887),(21.73205080756888,191),(22,190),(21.73205080756888,189),(21,188.26794919243113),(20,188),(19,188.26794919243113),(18.267949192431125,189)) -120 ((17,200),(17.401923788646684,201.5),(18.5,202.59807621135332),(20,203),(21.5,202.59807621135332),(22.598076211353316,201.5),(23,200),(22.598076211353316,198.5),(21.5,197.40192378864668),(20,197),(18.500000000000004,197.40192378864668),(17.401923788646684,198.5)) -121 ((16,210),(16.535898384862247,212),(18,213.46410161513776),(20,214),(22,213.46410161513776),(23.464101615137753,212),(24,210),(23.464101615137757,208),(22,206.53589838486224),(20,206),(18.000000000000004,206.53589838486224),(16.535898384862247,208)) -122 ((15,220),(15.669872981077805,222.5),(17.5,224.33012701892218),(20,225),(22.5,224.33012701892218),(24.33012701892219,222.5),(25,220),(24.330127018922195,217.5),(22.500000000000004,215.66987298107782),(20,215),(17.500000000000004,215.66987298107782),(15.669872981077809,217.5)) -123 ((14,230),(14.803847577293368,233),(17,235.19615242270663),(20,236),(23,235.19615242270663),(25.196152422706632,233),(26,230),(25.196152422706632,227),(23.000000000000004,224.80384757729337),(20,224),(17.000000000000004,224.80384757729337),(14.80384757729337,227)) -124 ((13,240),(13.937822173508929,243.5),(16.5,246.06217782649108),(20,247),(23.5,246.06217782649108),(26.06217782649107,243.5),(27,240),(26.062177826491073,236.5),(23.500000000000004,233.93782217350892),(20,233),(16.500000000000004,233.93782217350892),(13.93782217350893,236.5)) -125 ((12,250),(13.07179676972449,254),(16,256.9282032302755),(20,258),(24,256.9282032302755),(26.928203230275507,254),(28,250),(26.92820323027551,246),(24.000000000000004,243.0717967697245),(20,242),(16.000000000000007,243.0717967697245),(13.071796769724493,246)) -126 ((11,260),(12.205771365940052,264.5),(15.5,267.79422863405995),(20,269),(24.5,267.79422863405995),(27.794228634059948,264.5),(29,260),(27.794228634059948,255.5),(24.500000000000004,252.20577136594005),(20,251),(15.500000000000007,252.20577136594005),(12.205771365940056,255.5)) -127 ((10,270),(11.339745962155613,275),(15,278.66025403784437),(20,280),(25,278.66025403784437),(28.660254037844386,275),(30,270),(28.66025403784439,265),(25.000000000000004,261.33974596215563),(20.000000000000004,260),(15.000000000000007,261.33974596215563),(11.339745962155616,265)) -128 ((19,280),(19.133974596215563,280.5),(19.5,280.8660254037844),(20,281),(20.5,280.8660254037844),(20.866025403784437,280.5),(21,280),(20.866025403784437,279.5),(20.5,279.1339745962156),(20,279),(19.5,279.1339745962156),(19.133974596215563,279.5)) -129 ((18,290),(18.26794919243112,291),(19,291.7320508075689),(20,292),(21,291.7320508075689),(21.73205080756888,291),(22,290),(21.73205080756888,289),(21,288.2679491924311),(20,288),(19,288.2679491924311),(18.267949192431125,289)) -130 ((17,300),(17.401923788646684,301.5),(18.5,302.5980762113533),(20,303),(21.5,302.5980762113533),(22.598076211353316,301.5),(23,300),(22.598076211353316,298.5),(21.5,297.4019237886467),(20,297),(18.500000000000004,297.4019237886467),(17.401923788646684,298.5)) -131 ((16,310),(16.535898384862247,312),(18,313.46410161513774),(20,314),(22,313.46410161513774),(23.464101615137753,312),(24,310),(23.464101615137757,308),(22,306.53589838486226),(20,306),(18.000000000000004,306.53589838486226),(16.535898384862247,308)) -132 ((15,320),(15.669872981077805,322.5),(17.5,324.3301270189222),(20,325),(22.5,324.3301270189222),(24.33012701892219,322.5),(25,320),(24.330127018922195,317.5),(22.500000000000004,315.6698729810778),(20,315),(17.500000000000004,315.6698729810778),(15.669872981077809,317.5)) -133 ((14,330),(14.803847577293368,333),(17,335.19615242270663),(20,336),(23,335.19615242270663),(25.196152422706632,333),(26,330),(25.196152422706632,327),(23.000000000000004,324.80384757729337),(20,324),(17.000000000000004,324.80384757729337),(14.80384757729337,327)) -134 ((13,340),(13.937822173508929,343.5),(16.5,346.06217782649105),(20,347),(23.5,346.06217782649105),(26.06217782649107,343.5),(27,340),(26.062177826491073,336.5),(23.500000000000004,333.93782217350895),(20,333),(16.500000000000004,333.93782217350895),(13.93782217350893,336.5)) -135 ((12,350),(13.07179676972449,354),(16,356.9282032302755),(20,358),(24,356.9282032302755),(26.928203230275507,354),(28,350),(26.92820323027551,346),(24.000000000000004,343.0717967697245),(20,342),(16.000000000000007,343.0717967697245),(13.071796769724493,346)) -136 ((11,360),(12.205771365940052,364.5),(15.5,367.79422863405995),(20,369),(24.5,367.79422863405995),(27.794228634059948,364.5),(29,360),(27.794228634059948,355.5),(24.500000000000004,352.20577136594005),(20,351),(15.500000000000007,352.20577136594005),(12.205771365940056,355.5)) -137 ((10,370),(11.339745962155613,375),(15,378.66025403784437),(20,380),(25,378.66025403784437),(28.660254037844386,375),(30,370),(28.66025403784439,365),(25.000000000000004,361.33974596215563),(20.000000000000004,360),(15.000000000000007,361.33974596215563),(11.339745962155616,365)) -138 ((19,380),(19.133974596215563,380.5),(19.5,380.8660254037844),(20,381),(20.5,380.8660254037844),(20.866025403784437,380.5),(21,380),(20.866025403784437,379.5),(20.5,379.1339745962156),(20,379),(19.5,379.1339745962156),(19.133974596215563,379.5)) -139 ((18,390),(18.26794919243112,391),(19,391.7320508075689),(20,392),(21,391.7320508075689),(21.73205080756888,391),(22,390),(21.73205080756888,389),(21,388.2679491924311),(20,388),(19,388.2679491924311),(18.267949192431125,389)) -140 ((17,400),(17.401923788646684,401.5),(18.5,402.5980762113533),(20,403),(21.5,402.5980762113533),(22.598076211353316,401.5),(23,400),(22.598076211353316,398.5),(21.5,397.4019237886467),(20,397),(18.500000000000004,397.4019237886467),(17.401923788646684,398.5)) -141 ((16,410),(16.535898384862247,412),(18,413.46410161513774),(20,414),(22,413.46410161513774),(23.464101615137753,412),(24,410),(23.464101615137757,408),(22,406.53589838486226),(20,406),(18.000000000000004,406.53589838486226),(16.535898384862247,408)) -142 ((15,420),(15.669872981077805,422.5),(17.5,424.3301270189222),(20,425),(22.5,424.3301270189222),(24.33012701892219,422.5),(25,420),(24.330127018922195,417.5),(22.500000000000004,415.6698729810778),(20,415),(17.500000000000004,415.6698729810778),(15.669872981077809,417.5)) -143 ((14,430),(14.803847577293368,433),(17,435.19615242270663),(20,436),(23,435.19615242270663),(25.196152422706632,433),(26,430),(25.196152422706632,427),(23.000000000000004,424.80384757729337),(20,424),(17.000000000000004,424.80384757729337),(14.80384757729337,427)) -144 ((13,440),(13.937822173508929,443.5),(16.5,446.06217782649105),(20,447),(23.5,446.06217782649105),(26.06217782649107,443.5),(27,440),(26.062177826491073,436.5),(23.500000000000004,433.93782217350895),(20,433),(16.500000000000004,433.93782217350895),(13.93782217350893,436.5)) -145 ((12,450),(13.07179676972449,454),(16,456.9282032302755),(20,458),(24,456.9282032302755),(26.928203230275507,454),(28,450),(26.92820323027551,446),(24.000000000000004,443.0717967697245),(20,442),(16.000000000000007,443.0717967697245),(13.071796769724493,446)) -146 ((11,460),(12.205771365940052,464.5),(15.5,467.79422863405995),(20,469),(24.5,467.79422863405995),(27.794228634059948,464.5),(29,460),(27.794228634059948,455.5),(24.500000000000004,452.20577136594005),(20,451),(15.500000000000007,452.20577136594005),(12.205771365940056,455.5)) -147 ((10,470),(11.339745962155613,475),(15,478.66025403784437),(20,480),(25,478.66025403784437),(28.660254037844386,475),(30,470),(28.66025403784439,465),(25.000000000000004,461.33974596215563),(20.000000000000004,460),(15.000000000000007,461.33974596215563),(11.339745962155616,465)) -148 ((19,480),(19.133974596215563,480.5),(19.5,480.8660254037844),(20,481),(20.5,480.8660254037844),(20.866025403784437,480.5),(21,480),(20.866025403784437,479.5),(20.5,479.1339745962156),(20,479),(19.5,479.1339745962156),(19.133974596215563,479.5)) -149 ((18,490),(18.26794919243112,491),(19,491.7320508075689),(20,492),(21,491.7320508075689),(21.73205080756888,491),(22,490),(21.73205080756888,489),(21,488.2679491924311),(20,488),(19,488.2679491924311),(18.267949192431125,489)) -150 ((17,500),(17.401923788646684,501.5),(18.5,502.5980762113533),(20,503),(21.5,502.5980762113533),(22.598076211353316,501.5),(23,500),(22.598076211353316,498.5),(21.5,497.4019237886467),(20,497),(18.500000000000004,497.4019237886467),(17.401923788646684,498.5)) -151 ((16,510),(16.535898384862247,512),(18,513.4641016151378),(20,514),(22,513.4641016151378),(23.464101615137753,512),(24,510),(23.464101615137757,508),(22,506.53589838486226),(20,506),(18.000000000000004,506.53589838486226),(16.535898384862247,508)) -152 ((15,520),(15.669872981077805,522.5),(17.5,524.3301270189222),(20,525),(22.5,524.3301270189222),(24.33012701892219,522.5),(25,520),(24.330127018922195,517.5),(22.500000000000004,515.6698729810778),(20,515),(17.500000000000004,515.6698729810778),(15.669872981077809,517.5)) -153 ((14,530),(14.803847577293368,533),(17,535.1961524227066),(20,536),(23,535.1961524227066),(25.196152422706632,533),(26,530),(25.196152422706632,527),(23.000000000000004,524.8038475772934),(20,524),(17.000000000000004,524.8038475772934),(14.80384757729337,527)) -154 ((13,540),(13.937822173508929,543.5),(16.5,546.062177826491),(20,547),(23.5,546.062177826491),(26.06217782649107,543.5),(27,540),(26.062177826491073,536.5),(23.500000000000004,533.937822173509),(20,533),(16.500000000000004,533.937822173509),(13.93782217350893,536.5)) -155 ((12,550),(13.07179676972449,554),(16,556.9282032302755),(20,558),(24,556.9282032302755),(26.928203230275507,554),(28,550),(26.92820323027551,546),(24.000000000000004,543.0717967697245),(20,542),(16.000000000000007,543.0717967697245),(13.071796769724493,546)) -156 ((11,560),(12.205771365940052,564.5),(15.5,567.7942286340599),(20,569),(24.5,567.7942286340599),(27.794228634059948,564.5),(29,560),(27.794228634059948,555.5),(24.500000000000004,552.2057713659401),(20,551),(15.500000000000007,552.20577136594),(12.205771365940056,555.5)) -157 ((10,570),(11.339745962155613,575),(15,578.6602540378444),(20,580),(25,578.6602540378444),(28.660254037844386,575),(30,570),(28.66025403784439,565),(25.000000000000004,561.3397459621556),(20.000000000000004,560),(15.000000000000007,561.3397459621556),(11.339745962155616,565)) -158 ((19,580),(19.133974596215563,580.5),(19.5,580.8660254037844),(20,581),(20.5,580.8660254037844),(20.866025403784437,580.5),(21,580),(20.866025403784437,579.5),(20.5,579.1339745962156),(20,579),(19.5,579.1339745962156),(19.133974596215563,579.5)) -159 ((18,590),(18.26794919243112,591),(19,591.7320508075688),(20,592),(21,591.7320508075688),(21.73205080756888,591),(22,590),(21.73205080756888,589),(21,588.2679491924312),(20,588),(19,588.2679491924312),(18.267949192431125,589)) -160 ((17,600),(17.401923788646684,601.5),(18.5,602.5980762113534),(20,603),(21.5,602.5980762113534),(22.598076211353316,601.5),(23,600),(22.598076211353316,598.5),(21.5,597.4019237886467),(20,597),(18.500000000000004,597.4019237886466),(17.401923788646684,598.5)) -161 ((16,610),(16.535898384862247,612),(18,613.4641016151378),(20,614),(22,613.4641016151378),(23.464101615137753,612),(24,610),(23.464101615137757,608),(22,606.5358983848622),(20,606),(18.000000000000004,606.5358983848622),(16.535898384862247,608)) -162 ((15,620),(15.669872981077805,622.5),(17.5,624.3301270189222),(20,625),(22.5,624.3301270189222),(24.33012701892219,622.5),(25,620),(24.330127018922195,617.5),(22.500000000000004,615.6698729810778),(20,615),(17.500000000000004,615.6698729810778),(15.669872981077809,617.5)) -163 ((14,630),(14.803847577293368,633),(17,635.1961524227066),(20,636),(23,635.1961524227066),(25.196152422706632,633),(26,630),(25.196152422706632,627),(23.000000000000004,624.8038475772934),(20,624),(17.000000000000004,624.8038475772934),(14.80384757729337,627)) -164 ((13,640),(13.937822173508929,643.5),(16.5,646.062177826491),(20,647),(23.5,646.062177826491),(26.06217782649107,643.5),(27,640),(26.062177826491073,636.5),(23.500000000000004,633.937822173509),(20,633),(16.500000000000004,633.937822173509),(13.93782217350893,636.5)) -165 ((12,650),(13.07179676972449,654),(16,656.9282032302755),(20,658),(24,656.9282032302755),(26.928203230275507,654),(28,650),(26.92820323027551,646),(24.000000000000004,643.0717967697245),(20,642),(16.000000000000007,643.0717967697245),(13.071796769724493,646)) -166 ((11,660),(12.205771365940052,664.5),(15.5,667.7942286340599),(20,669),(24.5,667.7942286340599),(27.794228634059948,664.5),(29,660),(27.794228634059948,655.5),(24.500000000000004,652.2057713659401),(20,651),(15.500000000000007,652.20577136594),(12.205771365940056,655.5)) -167 ((10,670),(11.339745962155613,675),(15,678.6602540378444),(20,680),(25,678.6602540378444),(28.660254037844386,675),(30,670),(28.66025403784439,665),(25.000000000000004,661.3397459621556),(20.000000000000004,660),(15.000000000000007,661.3397459621556),(11.339745962155616,665)) -168 ((19,680),(19.133974596215563,680.5),(19.5,680.8660254037844),(20,681),(20.5,680.8660254037844),(20.866025403784437,680.5),(21,680),(20.866025403784437,679.5),(20.5,679.1339745962156),(20,679),(19.5,679.1339745962156),(19.133974596215563,679.5)) -169 ((18,690),(18.26794919243112,691),(19,691.7320508075688),(20,692),(21,691.7320508075688),(21.73205080756888,691),(22,690),(21.73205080756888,689),(21,688.2679491924312),(20,688),(19,688.2679491924312),(18.267949192431125,689)) -170 ((17,700),(17.401923788646684,701.5),(18.5,702.5980762113534),(20,703),(21.5,702.5980762113534),(22.598076211353316,701.5),(23,700),(22.598076211353316,698.5),(21.5,697.4019237886467),(20,697),(18.500000000000004,697.4019237886466),(17.401923788646684,698.5)) -171 ((16,710),(16.535898384862247,712),(18,713.4641016151378),(20,714),(22,713.4641016151378),(23.464101615137753,712),(24,710),(23.464101615137757,708),(22,706.5358983848622),(20,706),(18.000000000000004,706.5358983848622),(16.535898384862247,708)) -172 ((15,720),(15.669872981077805,722.5),(17.5,724.3301270189222),(20,725),(22.5,724.3301270189222),(24.33012701892219,722.5),(25,720),(24.330127018922195,717.5),(22.500000000000004,715.6698729810778),(20,715),(17.500000000000004,715.6698729810778),(15.669872981077809,717.5)) -173 ((14,730),(14.803847577293368,733),(17,735.1961524227066),(20,736),(23,735.1961524227066),(25.196152422706632,733),(26,730),(25.196152422706632,727),(23.000000000000004,724.8038475772934),(20,724),(17.000000000000004,724.8038475772934),(14.80384757729337,727)) -174 ((13,740),(13.937822173508929,743.5),(16.5,746.062177826491),(20,747),(23.5,746.062177826491),(26.06217782649107,743.5),(27,740),(26.062177826491073,736.5),(23.500000000000004,733.937822173509),(20,733),(16.500000000000004,733.937822173509),(13.93782217350893,736.5)) -175 ((12,750),(13.07179676972449,754),(16,756.9282032302755),(20,758),(24,756.9282032302755),(26.928203230275507,754),(28,750),(26.92820323027551,746),(24.000000000000004,743.0717967697245),(20,742),(16.000000000000007,743.0717967697245),(13.071796769724493,746)) -176 ((11,760),(12.205771365940052,764.5),(15.5,767.7942286340599),(20,769),(24.5,767.7942286340599),(27.794228634059948,764.5),(29,760),(27.794228634059948,755.5),(24.500000000000004,752.2057713659401),(20,751),(15.500000000000007,752.20577136594),(12.205771365940056,755.5)) -177 ((10,770),(11.339745962155613,775),(15,778.6602540378444),(20,780),(25,778.6602540378444),(28.660254037844386,775),(30,770),(28.66025403784439,765),(25.000000000000004,761.3397459621556),(20.000000000000004,760),(15.000000000000007,761.3397459621556),(11.339745962155616,765)) -178 ((19,780),(19.133974596215563,780.5),(19.5,780.8660254037844),(20,781),(20.5,780.8660254037844),(20.866025403784437,780.5),(21,780),(20.866025403784437,779.5),(20.5,779.1339745962156),(20,779),(19.5,779.1339745962156),(19.133974596215563,779.5)) -179 ((18,790),(18.26794919243112,791),(19,791.7320508075688),(20,792),(21,791.7320508075688),(21.73205080756888,791),(22,790),(21.73205080756888,789),(21,788.2679491924312),(20,788),(19,788.2679491924312),(18.267949192431125,789)) -180 ((17,800),(17.401923788646684,801.5),(18.5,802.5980762113534),(20,803),(21.5,802.5980762113534),(22.598076211353316,801.5),(23,800),(22.598076211353316,798.5),(21.5,797.4019237886467),(20,797),(18.500000000000004,797.4019237886466),(17.401923788646684,798.5)) -181 ((16,810),(16.535898384862247,812),(18,813.4641016151378),(20,814),(22,813.4641016151378),(23.464101615137753,812),(24,810),(23.464101615137757,808),(22,806.5358983848622),(20,806),(18.000000000000004,806.5358983848622),(16.535898384862247,808)) -182 ((15,820),(15.669872981077805,822.5),(17.5,824.3301270189222),(20,825),(22.5,824.3301270189222),(24.33012701892219,822.5),(25,820),(24.330127018922195,817.5),(22.500000000000004,815.6698729810778),(20,815),(17.500000000000004,815.6698729810778),(15.669872981077809,817.5)) -183 ((14,830),(14.803847577293368,833),(17,835.1961524227066),(20,836),(23,835.1961524227066),(25.196152422706632,833),(26,830),(25.196152422706632,827),(23.000000000000004,824.8038475772934),(20,824),(17.000000000000004,824.8038475772934),(14.80384757729337,827)) -184 ((13,840),(13.937822173508929,843.5),(16.5,846.062177826491),(20,847),(23.5,846.062177826491),(26.06217782649107,843.5),(27,840),(26.062177826491073,836.5),(23.500000000000004,833.937822173509),(20,833),(16.500000000000004,833.937822173509),(13.93782217350893,836.5)) -185 ((12,850),(13.07179676972449,854),(16,856.9282032302755),(20,858),(24,856.9282032302755),(26.928203230275507,854),(28,850),(26.92820323027551,846),(24.000000000000004,843.0717967697245),(20,842),(16.000000000000007,843.0717967697245),(13.071796769724493,846)) -186 ((11,860),(12.205771365940052,864.5),(15.5,867.7942286340599),(20,869),(24.5,867.7942286340599),(27.794228634059948,864.5),(29,860),(27.794228634059948,855.5),(24.500000000000004,852.2057713659401),(20,851),(15.500000000000007,852.20577136594),(12.205771365940056,855.5)) -187 ((10,870),(11.339745962155613,875),(15,878.6602540378444),(20,880),(25,878.6602540378444),(28.660254037844386,875),(30,870),(28.66025403784439,865),(25.000000000000004,861.3397459621556),(20.000000000000004,860),(15.000000000000007,861.3397459621556),(11.339745962155616,865)) -188 ((19,880),(19.133974596215563,880.5),(19.5,880.8660254037844),(20,881),(20.5,880.8660254037844),(20.866025403784437,880.5),(21,880),(20.866025403784437,879.5),(20.5,879.1339745962156),(20,879),(19.5,879.1339745962156),(19.133974596215563,879.5)) -189 ((18,890),(18.26794919243112,891),(19,891.7320508075688),(20,892),(21,891.7320508075688),(21.73205080756888,891),(22,890),(21.73205080756888,889),(21,888.2679491924312),(20,888),(19,888.2679491924312),(18.267949192431125,889)) -190 ((17,900),(17.401923788646684,901.5),(18.5,902.5980762113534),(20,903),(21.5,902.5980762113534),(22.598076211353316,901.5),(23,900),(22.598076211353316,898.5),(21.5,897.4019237886467),(20,897),(18.500000000000004,897.4019237886466),(17.401923788646684,898.5)) -191 ((16,910),(16.535898384862247,912),(18,913.4641016151378),(20,914),(22,913.4641016151378),(23.464101615137753,912),(24,910),(23.464101615137757,908),(22,906.5358983848622),(20,906),(18.000000000000004,906.5358983848622),(16.535898384862247,908)) -192 ((15,920),(15.669872981077805,922.5),(17.5,924.3301270189222),(20,925),(22.5,924.3301270189222),(24.33012701892219,922.5),(25,920),(24.330127018922195,917.5),(22.500000000000004,915.6698729810778),(20,915),(17.500000000000004,915.6698729810778),(15.669872981077809,917.5)) -193 ((14,930),(14.803847577293368,933),(17,935.1961524227066),(20,936),(23,935.1961524227066),(25.196152422706632,933),(26,930),(25.196152422706632,927),(23.000000000000004,924.8038475772934),(20,924),(17.000000000000004,924.8038475772934),(14.80384757729337,927)) -194 ((13,940),(13.937822173508929,943.5),(16.5,946.062177826491),(20,947),(23.5,946.062177826491),(26.06217782649107,943.5),(27,940),(26.062177826491073,936.5),(23.500000000000004,933.937822173509),(20,933),(16.500000000000004,933.937822173509),(13.93782217350893,936.5)) -195 ((12,950),(13.07179676972449,954),(16,956.9282032302755),(20,958),(24,956.9282032302755),(26.928203230275507,954),(28,950),(26.92820323027551,946),(24.000000000000004,943.0717967697245),(20,942),(16.000000000000007,943.0717967697245),(13.071796769724493,946)) -196 ((11,960),(12.205771365940052,964.5),(15.5,967.7942286340599),(20,969),(24.5,967.7942286340599),(27.794228634059948,964.5),(29,960),(27.794228634059948,955.5),(24.500000000000004,952.2057713659401),(20,951),(15.500000000000007,952.20577136594),(12.205771365940056,955.5)) -197 ((10,970),(11.339745962155613,975),(15,978.6602540378444),(20,980),(25,978.6602540378444),(28.660254037844386,975),(30,970),(28.66025403784439,965),(25.000000000000004,961.3397459621556),(20.000000000000004,960),(15.000000000000007,961.3397459621556),(11.339745962155616,965)) -198 ((19,980),(19.133974596215563,980.5),(19.5,980.8660254037844),(20,981),(20.5,980.8660254037844),(20.866025403784437,980.5),(21,980),(20.866025403784437,979.5),(20.5,979.1339745962156),(20,979),(19.5,979.1339745962156),(19.133974596215563,979.5)) -199 ((18,990),(18.26794919243112,991),(19,991.7320508075688),(20,992),(21,991.7320508075688),(21.73205080756888,991),(22,990),(21.73205080756888,989),(21,988.2679491924312),(20,988),(19,988.2679491924312),(18.267949192431125,989)) -200 ((17,1000),(17.401923788646684,1001.5),(18.5,1002.5980762113534),(20,1003),(21.5,1002.5980762113534),(22.598076211353316,1001.5),(23,1000),(22.598076211353316,998.5),(21.5,997.4019237886467),(20,997),(18.500000000000004,997.4019237886466),(17.401923788646684,998.5)) -201 ((25,10),(25.669872981077805,12.5),(27.5,14.330127018922193),(30,15),(32.5,14.330127018922195),(34.33012701892219,12.500000000000002),(35,10),(34.3301270189222,7.500000000000002),(32.5,5.669872981077807),(30,5),(27.500000000000004,5.669872981077805),(25.66987298107781,7.499999999999998)) -202 ((24,20),(24.803847577293368,23),(27,25.196152422706632),(30,26),(33,25.196152422706632),(35.19615242270663,23),(36,20),(35.19615242270663,17),(33,14.803847577293368),(30,14),(27.000000000000004,14.803847577293366),(24.803847577293368,16.999999999999996)) -203 ((23,30),(23.937822173508927,33.5),(26.5,36.06217782649107),(30,37),(33.5,36.06217782649107),(36.062177826491066,33.5),(37,30),(36.06217782649107,26.5),(33.5,23.93782217350893),(30,23),(26.500000000000004,23.937822173508927),(23.93782217350893,26.499999999999996)) -204 ((22,40),(23.07179676972449,44),(26,46.92820323027551),(30,48),(34,46.92820323027551),(36.92820323027551,44),(38,40),(36.928203230275514,36),(34,33.07179676972449),(30,32),(26.000000000000007,33.071796769724486),(23.071796769724493,36)) -205 ((21,50),(22.205771365940052,54.5),(25.5,57.79422863405995),(30,59),(34.5,57.79422863405995),(37.79422863405995,54.5),(39,50),(37.79422863405995,45.5),(34.5,42.20577136594005),(30,41),(25.500000000000007,42.20577136594005),(22.205771365940056,45.5)) -206 ((20,60),(21.33974596215561,65),(25,68.66025403784438),(30,70),(35,68.66025403784438),(38.66025403784438,65),(40,60),(38.66025403784439,55),(35.00000000000001,51.33974596215562),(30.000000000000004,50),(25.000000000000007,51.33974596215561),(21.339745962155618,54.99999999999999)) -207 ((29,70),(29.133974596215563,70.5),(29.5,70.86602540378443),(30,71),(30.5,70.86602540378443),(30.866025403784437,70.5),(31,70),(30.866025403784437,69.5),(30.5,69.13397459621557),(30,69),(29.5,69.13397459621557),(29.133974596215563,69.5)) -208 ((28,80),(28.26794919243112,81),(29,81.73205080756888),(30,82),(31,81.73205080756888),(31.73205080756888,81),(32,80),(31.73205080756888,79),(31,78.26794919243112),(30,78),(29,78.26794919243112),(28.267949192431125,79)) -209 ((27,90),(27.401923788646684,91.5),(28.5,92.59807621135332),(30,93),(31.5,92.59807621135332),(32.598076211353316,91.5),(33,90),(32.598076211353316,88.5),(31.5,87.40192378864668),(30,87),(28.500000000000004,87.40192378864668),(27.401923788646684,88.5)) -210 ((26,100),(26.535898384862247,102),(28,103.46410161513775),(30,104),(32,103.46410161513775),(33.46410161513776,102),(34,100),(33.46410161513776,98),(32,96.53589838486225),(30,96),(28.000000000000004,96.53589838486225),(26.535898384862247,98)) -211 ((25,110),(25.669872981077805,112.5),(27.5,114.3301270189222),(30,115),(32.5,114.3301270189222),(34.33012701892219,112.5),(35,110),(34.3301270189222,107.5),(32.5,105.6698729810778),(30,105),(27.500000000000004,105.6698729810778),(25.66987298107781,107.5)) -212 ((24,120),(24.803847577293368,123),(27,125.19615242270663),(30,126),(33,125.19615242270663),(35.19615242270663,123),(36,120),(35.19615242270663,117),(33,114.80384757729337),(30,114),(27.000000000000004,114.80384757729337),(24.803847577293368,117)) -213 ((23,130),(23.937822173508927,133.5),(26.5,136.06217782649108),(30,137),(33.5,136.06217782649108),(36.062177826491066,133.5),(37,130),(36.06217782649107,126.5),(33.5,123.93782217350893),(30,123),(26.500000000000004,123.93782217350892),(23.93782217350893,126.5)) -214 ((22,140),(23.07179676972449,144),(26,146.9282032302755),(30,148),(34,146.9282032302755),(36.92820323027551,144),(38,140),(36.928203230275514,136),(34,133.0717967697245),(30,132),(26.000000000000007,133.0717967697245),(23.071796769724493,136)) -215 ((21,150),(22.205771365940052,154.5),(25.5,157.79422863405995),(30,159),(34.5,157.79422863405995),(37.79422863405995,154.5),(39,150),(37.79422863405995,145.5),(34.5,142.20577136594005),(30,141),(25.500000000000007,142.20577136594005),(22.205771365940056,145.5)) -216 ((20,160),(21.33974596215561,165),(25,168.6602540378444),(30,170),(35,168.6602540378444),(38.66025403784438,165),(40,160),(38.66025403784439,155),(35.00000000000001,151.3397459621556),(30.000000000000004,150),(25.000000000000007,151.3397459621556),(21.339745962155618,155)) -217 ((29,170),(29.133974596215563,170.5),(29.5,170.86602540378445),(30,171),(30.5,170.86602540378445),(30.866025403784437,170.5),(31,170),(30.866025403784437,169.5),(30.5,169.13397459621555),(30,169),(29.5,169.13397459621555),(29.133974596215563,169.5)) -218 ((28,180),(28.26794919243112,181),(29,181.73205080756887),(30,182),(31,181.73205080756887),(31.73205080756888,181),(32,180),(31.73205080756888,179),(31,178.26794919243113),(30,178),(29,178.26794919243113),(28.267949192431125,179)) -219 ((27,190),(27.401923788646684,191.5),(28.5,192.59807621135332),(30,193),(31.5,192.59807621135332),(32.598076211353316,191.5),(33,190),(32.598076211353316,188.5),(31.5,187.40192378864668),(30,187),(28.500000000000004,187.40192378864668),(27.401923788646684,188.5)) -220 ((26,200),(26.535898384862247,202),(28,203.46410161513776),(30,204),(32,203.46410161513776),(33.46410161513776,202),(34,200),(33.46410161513776,198),(32,196.53589838486224),(30,196),(28.000000000000004,196.53589838486224),(26.535898384862247,198)) -221 ((25,210),(25.669872981077805,212.5),(27.5,214.33012701892218),(30,215),(32.5,214.33012701892218),(34.33012701892219,212.5),(35,210),(34.3301270189222,207.5),(32.5,205.66987298107782),(30,205),(27.500000000000004,205.66987298107782),(25.66987298107781,207.5)) -222 ((24,220),(24.803847577293368,223),(27,225.19615242270663),(30,226),(33,225.19615242270663),(35.19615242270663,223),(36,220),(35.19615242270663,217),(33,214.80384757729337),(30,214),(27.000000000000004,214.80384757729337),(24.803847577293368,217)) -223 ((23,230),(23.937822173508927,233.5),(26.5,236.06217782649108),(30,237),(33.5,236.06217782649108),(36.062177826491066,233.5),(37,230),(36.06217782649107,226.5),(33.5,223.93782217350892),(30,223),(26.500000000000004,223.93782217350892),(23.93782217350893,226.5)) -224 ((22,240),(23.07179676972449,244),(26,246.9282032302755),(30,248),(34,246.9282032302755),(36.92820323027551,244),(38,240),(36.928203230275514,236),(34,233.0717967697245),(30,232),(26.000000000000007,233.0717967697245),(23.071796769724493,236)) -225 ((21,250),(22.205771365940052,254.5),(25.5,257.79422863405995),(30,259),(34.5,257.79422863405995),(37.79422863405995,254.5),(39,250),(37.79422863405995,245.5),(34.5,242.20577136594005),(30,241),(25.500000000000007,242.20577136594005),(22.205771365940056,245.5)) -226 ((20,260),(21.33974596215561,265),(25,268.66025403784437),(30,270),(35,268.66025403784437),(38.66025403784438,265),(40,260),(38.66025403784439,255),(35.00000000000001,251.3397459621556),(30.000000000000004,250),(25.000000000000007,251.3397459621556),(21.339745962155618,255)) -227 ((29,270),(29.133974596215563,270.5),(29.5,270.8660254037844),(30,271),(30.5,270.8660254037844),(30.866025403784437,270.5),(31,270),(30.866025403784437,269.5),(30.5,269.1339745962156),(30,269),(29.5,269.1339745962156),(29.133974596215563,269.5)) -228 ((28,280),(28.26794919243112,281),(29,281.7320508075689),(30,282),(31,281.7320508075689),(31.73205080756888,281),(32,280),(31.73205080756888,279),(31,278.2679491924311),(30,278),(29,278.2679491924311),(28.267949192431125,279)) -229 ((27,290),(27.401923788646684,291.5),(28.5,292.5980762113533),(30,293),(31.5,292.5980762113533),(32.598076211353316,291.5),(33,290),(32.598076211353316,288.5),(31.5,287.4019237886467),(30,287),(28.500000000000004,287.4019237886467),(27.401923788646684,288.5)) -230 ((26,300),(26.535898384862247,302),(28,303.46410161513774),(30,304),(32,303.46410161513774),(33.46410161513776,302),(34,300),(33.46410161513776,298),(32,296.53589838486226),(30,296),(28.000000000000004,296.53589838486226),(26.535898384862247,298)) -231 ((25,310),(25.669872981077805,312.5),(27.5,314.3301270189222),(30,315),(32.5,314.3301270189222),(34.33012701892219,312.5),(35,310),(34.3301270189222,307.5),(32.5,305.6698729810778),(30,305),(27.500000000000004,305.6698729810778),(25.66987298107781,307.5)) -232 ((24,320),(24.803847577293368,323),(27,325.19615242270663),(30,326),(33,325.19615242270663),(35.19615242270663,323),(36,320),(35.19615242270663,317),(33,314.80384757729337),(30,314),(27.000000000000004,314.80384757729337),(24.803847577293368,317)) -233 ((23,330),(23.937822173508927,333.5),(26.5,336.06217782649105),(30,337),(33.5,336.06217782649105),(36.062177826491066,333.5),(37,330),(36.06217782649107,326.5),(33.5,323.93782217350895),(30,323),(26.500000000000004,323.93782217350895),(23.93782217350893,326.5)) -234 ((22,340),(23.07179676972449,344),(26,346.9282032302755),(30,348),(34,346.9282032302755),(36.92820323027551,344),(38,340),(36.928203230275514,336),(34,333.0717967697245),(30,332),(26.000000000000007,333.0717967697245),(23.071796769724493,336)) -235 ((21,350),(22.205771365940052,354.5),(25.5,357.79422863405995),(30,359),(34.5,357.79422863405995),(37.79422863405995,354.5),(39,350),(37.79422863405995,345.5),(34.5,342.20577136594005),(30,341),(25.500000000000007,342.20577136594005),(22.205771365940056,345.5)) -236 ((20,360),(21.33974596215561,365),(25,368.66025403784437),(30,370),(35,368.66025403784437),(38.66025403784438,365),(40,360),(38.66025403784439,355),(35.00000000000001,351.33974596215563),(30.000000000000004,350),(25.000000000000007,351.33974596215563),(21.339745962155618,355)) -237 ((29,370),(29.133974596215563,370.5),(29.5,370.8660254037844),(30,371),(30.5,370.8660254037844),(30.866025403784437,370.5),(31,370),(30.866025403784437,369.5),(30.5,369.1339745962156),(30,369),(29.5,369.1339745962156),(29.133974596215563,369.5)) -238 ((28,380),(28.26794919243112,381),(29,381.7320508075689),(30,382),(31,381.7320508075689),(31.73205080756888,381),(32,380),(31.73205080756888,379),(31,378.2679491924311),(30,378),(29,378.2679491924311),(28.267949192431125,379)) -239 ((27,390),(27.401923788646684,391.5),(28.5,392.5980762113533),(30,393),(31.5,392.5980762113533),(32.598076211353316,391.5),(33,390),(32.598076211353316,388.5),(31.5,387.4019237886467),(30,387),(28.500000000000004,387.4019237886467),(27.401923788646684,388.5)) -240 ((26,400),(26.535898384862247,402),(28,403.46410161513774),(30,404),(32,403.46410161513774),(33.46410161513776,402),(34,400),(33.46410161513776,398),(32,396.53589838486226),(30,396),(28.000000000000004,396.53589838486226),(26.535898384862247,398)) -241 ((25,410),(25.669872981077805,412.5),(27.5,414.3301270189222),(30,415),(32.5,414.3301270189222),(34.33012701892219,412.5),(35,410),(34.3301270189222,407.5),(32.5,405.6698729810778),(30,405),(27.500000000000004,405.6698729810778),(25.66987298107781,407.5)) -242 ((24,420),(24.803847577293368,423),(27,425.19615242270663),(30,426),(33,425.19615242270663),(35.19615242270663,423),(36,420),(35.19615242270663,417),(33,414.80384757729337),(30,414),(27.000000000000004,414.80384757729337),(24.803847577293368,417)) -243 ((23,430),(23.937822173508927,433.5),(26.5,436.06217782649105),(30,437),(33.5,436.06217782649105),(36.062177826491066,433.5),(37,430),(36.06217782649107,426.5),(33.5,423.93782217350895),(30,423),(26.500000000000004,423.93782217350895),(23.93782217350893,426.5)) -244 ((22,440),(23.07179676972449,444),(26,446.9282032302755),(30,448),(34,446.9282032302755),(36.92820323027551,444),(38,440),(36.928203230275514,436),(34,433.0717967697245),(30,432),(26.000000000000007,433.0717967697245),(23.071796769724493,436)) -245 ((21,450),(22.205771365940052,454.5),(25.5,457.79422863405995),(30,459),(34.5,457.79422863405995),(37.79422863405995,454.5),(39,450),(37.79422863405995,445.5),(34.5,442.20577136594005),(30,441),(25.500000000000007,442.20577136594005),(22.205771365940056,445.5)) -246 ((20,460),(21.33974596215561,465),(25,468.66025403784437),(30,470),(35,468.66025403784437),(38.66025403784438,465),(40,460),(38.66025403784439,455),(35.00000000000001,451.33974596215563),(30.000000000000004,450),(25.000000000000007,451.33974596215563),(21.339745962155618,455)) -247 ((29,470),(29.133974596215563,470.5),(29.5,470.8660254037844),(30,471),(30.5,470.8660254037844),(30.866025403784437,470.5),(31,470),(30.866025403784437,469.5),(30.5,469.1339745962156),(30,469),(29.5,469.1339745962156),(29.133974596215563,469.5)) -248 ((28,480),(28.26794919243112,481),(29,481.7320508075689),(30,482),(31,481.7320508075689),(31.73205080756888,481),(32,480),(31.73205080756888,479),(31,478.2679491924311),(30,478),(29,478.2679491924311),(28.267949192431125,479)) -249 ((27,490),(27.401923788646684,491.5),(28.5,492.5980762113533),(30,493),(31.5,492.5980762113533),(32.598076211353316,491.5),(33,490),(32.598076211353316,488.5),(31.5,487.4019237886467),(30,487),(28.500000000000004,487.4019237886467),(27.401923788646684,488.5)) -250 ((26,500),(26.535898384862247,502),(28,503.46410161513774),(30,504),(32,503.46410161513774),(33.46410161513776,502),(34,500),(33.46410161513776,498),(32,496.53589838486226),(30,496),(28.000000000000004,496.53589838486226),(26.535898384862247,498)) -251 ((25,510),(25.669872981077805,512.5),(27.5,514.3301270189222),(30,515),(32.5,514.3301270189222),(34.33012701892219,512.5),(35,510),(34.3301270189222,507.5),(32.5,505.6698729810778),(30,505),(27.500000000000004,505.6698729810778),(25.66987298107781,507.5)) -252 ((24,520),(24.803847577293368,523),(27,525.1961524227066),(30,526),(33,525.1961524227066),(35.19615242270663,523),(36,520),(35.19615242270663,517),(33,514.8038475772934),(30,514),(27.000000000000004,514.8038475772934),(24.803847577293368,517)) -253 ((23,530),(23.937822173508927,533.5),(26.5,536.062177826491),(30,537),(33.5,536.062177826491),(36.062177826491066,533.5),(37,530),(36.06217782649107,526.5),(33.5,523.937822173509),(30,523),(26.500000000000004,523.937822173509),(23.93782217350893,526.5)) -254 ((22,540),(23.07179676972449,544),(26,546.9282032302755),(30,548),(34,546.9282032302755),(36.92820323027551,544),(38,540),(36.928203230275514,536),(34,533.0717967697245),(30,532),(26.000000000000007,533.0717967697245),(23.071796769724493,536)) -255 ((21,550),(22.205771365940052,554.5),(25.5,557.7942286340599),(30,559),(34.5,557.7942286340599),(37.79422863405995,554.5),(39,550),(37.79422863405995,545.5),(34.5,542.2057713659401),(30,541),(25.500000000000007,542.20577136594),(22.205771365940056,545.5)) -256 ((20,560),(21.33974596215561,565),(25,568.6602540378444),(30,570),(35,568.6602540378444),(38.66025403784438,565),(40,560),(38.66025403784439,555),(35.00000000000001,551.3397459621556),(30.000000000000004,550),(25.000000000000007,551.3397459621556),(21.339745962155618,555)) -257 ((29,570),(29.133974596215563,570.5),(29.5,570.8660254037844),(30,571),(30.5,570.8660254037844),(30.866025403784437,570.5),(31,570),(30.866025403784437,569.5),(30.5,569.1339745962156),(30,569),(29.5,569.1339745962156),(29.133974596215563,569.5)) -258 ((28,580),(28.26794919243112,581),(29,581.7320508075688),(30,582),(31,581.7320508075688),(31.73205080756888,581),(32,580),(31.73205080756888,579),(31,578.2679491924312),(30,578),(29,578.2679491924312),(28.267949192431125,579)) -259 ((27,590),(27.401923788646684,591.5),(28.5,592.5980762113534),(30,593),(31.5,592.5980762113534),(32.598076211353316,591.5),(33,590),(32.598076211353316,588.5),(31.5,587.4019237886467),(30,587),(28.500000000000004,587.4019237886466),(27.401923788646684,588.5)) -260 ((26,600),(26.535898384862247,602),(28,603.4641016151378),(30,604),(32,603.4641016151378),(33.46410161513776,602),(34,600),(33.46410161513776,598),(32,596.5358983848622),(30,596),(28.000000000000004,596.5358983848622),(26.535898384862247,598)) -261 ((25,610),(25.669872981077805,612.5),(27.5,614.3301270189222),(30,615),(32.5,614.3301270189222),(34.33012701892219,612.5),(35,610),(34.3301270189222,607.5),(32.5,605.6698729810778),(30,605),(27.500000000000004,605.6698729810778),(25.66987298107781,607.5)) -262 ((24,620),(24.803847577293368,623),(27,625.1961524227066),(30,626),(33,625.1961524227066),(35.19615242270663,623),(36,620),(35.19615242270663,617),(33,614.8038475772934),(30,614),(27.000000000000004,614.8038475772934),(24.803847577293368,617)) -263 ((23,630),(23.937822173508927,633.5),(26.5,636.062177826491),(30,637),(33.5,636.062177826491),(36.062177826491066,633.5),(37,630),(36.06217782649107,626.5),(33.5,623.937822173509),(30,623),(26.500000000000004,623.937822173509),(23.93782217350893,626.5)) -264 ((22,640),(23.07179676972449,644),(26,646.9282032302755),(30,648),(34,646.9282032302755),(36.92820323027551,644),(38,640),(36.928203230275514,636),(34,633.0717967697245),(30,632),(26.000000000000007,633.0717967697245),(23.071796769724493,636)) -265 ((21,650),(22.205771365940052,654.5),(25.5,657.7942286340599),(30,659),(34.5,657.7942286340599),(37.79422863405995,654.5),(39,650),(37.79422863405995,645.5),(34.5,642.2057713659401),(30,641),(25.500000000000007,642.20577136594),(22.205771365940056,645.5)) -266 ((20,660),(21.33974596215561,665),(25,668.6602540378444),(30,670),(35,668.6602540378444),(38.66025403784438,665),(40,660),(38.66025403784439,655),(35.00000000000001,651.3397459621556),(30.000000000000004,650),(25.000000000000007,651.3397459621556),(21.339745962155618,655)) -267 ((29,670),(29.133974596215563,670.5),(29.5,670.8660254037844),(30,671),(30.5,670.8660254037844),(30.866025403784437,670.5),(31,670),(30.866025403784437,669.5),(30.5,669.1339745962156),(30,669),(29.5,669.1339745962156),(29.133974596215563,669.5)) -268 ((28,680),(28.26794919243112,681),(29,681.7320508075688),(30,682),(31,681.7320508075688),(31.73205080756888,681),(32,680),(31.73205080756888,679),(31,678.2679491924312),(30,678),(29,678.2679491924312),(28.267949192431125,679)) -269 ((27,690),(27.401923788646684,691.5),(28.5,692.5980762113534),(30,693),(31.5,692.5980762113534),(32.598076211353316,691.5),(33,690),(32.598076211353316,688.5),(31.5,687.4019237886467),(30,687),(28.500000000000004,687.4019237886466),(27.401923788646684,688.5)) -270 ((26,700),(26.535898384862247,702),(28,703.4641016151378),(30,704),(32,703.4641016151378),(33.46410161513776,702),(34,700),(33.46410161513776,698),(32,696.5358983848622),(30,696),(28.000000000000004,696.5358983848622),(26.535898384862247,698)) -271 ((25,710),(25.669872981077805,712.5),(27.5,714.3301270189222),(30,715),(32.5,714.3301270189222),(34.33012701892219,712.5),(35,710),(34.3301270189222,707.5),(32.5,705.6698729810778),(30,705),(27.500000000000004,705.6698729810778),(25.66987298107781,707.5)) -272 ((24,720),(24.803847577293368,723),(27,725.1961524227066),(30,726),(33,725.1961524227066),(35.19615242270663,723),(36,720),(35.19615242270663,717),(33,714.8038475772934),(30,714),(27.000000000000004,714.8038475772934),(24.803847577293368,717)) -273 ((23,730),(23.937822173508927,733.5),(26.5,736.062177826491),(30,737),(33.5,736.062177826491),(36.062177826491066,733.5),(37,730),(36.06217782649107,726.5),(33.5,723.937822173509),(30,723),(26.500000000000004,723.937822173509),(23.93782217350893,726.5)) -274 ((22,740),(23.07179676972449,744),(26,746.9282032302755),(30,748),(34,746.9282032302755),(36.92820323027551,744),(38,740),(36.928203230275514,736),(34,733.0717967697245),(30,732),(26.000000000000007,733.0717967697245),(23.071796769724493,736)) -275 ((21,750),(22.205771365940052,754.5),(25.5,757.7942286340599),(30,759),(34.5,757.7942286340599),(37.79422863405995,754.5),(39,750),(37.79422863405995,745.5),(34.5,742.2057713659401),(30,741),(25.500000000000007,742.20577136594),(22.205771365940056,745.5)) -276 ((20,760),(21.33974596215561,765),(25,768.6602540378444),(30,770),(35,768.6602540378444),(38.66025403784438,765),(40,760),(38.66025403784439,755),(35.00000000000001,751.3397459621556),(30.000000000000004,750),(25.000000000000007,751.3397459621556),(21.339745962155618,755)) -277 ((29,770),(29.133974596215563,770.5),(29.5,770.8660254037844),(30,771),(30.5,770.8660254037844),(30.866025403784437,770.5),(31,770),(30.866025403784437,769.5),(30.5,769.1339745962156),(30,769),(29.5,769.1339745962156),(29.133974596215563,769.5)) -278 ((28,780),(28.26794919243112,781),(29,781.7320508075688),(30,782),(31,781.7320508075688),(31.73205080756888,781),(32,780),(31.73205080756888,779),(31,778.2679491924312),(30,778),(29,778.2679491924312),(28.267949192431125,779)) -279 ((27,790),(27.401923788646684,791.5),(28.5,792.5980762113534),(30,793),(31.5,792.5980762113534),(32.598076211353316,791.5),(33,790),(32.598076211353316,788.5),(31.5,787.4019237886467),(30,787),(28.500000000000004,787.4019237886466),(27.401923788646684,788.5)) -280 ((26,800),(26.535898384862247,802),(28,803.4641016151378),(30,804),(32,803.4641016151378),(33.46410161513776,802),(34,800),(33.46410161513776,798),(32,796.5358983848622),(30,796),(28.000000000000004,796.5358983848622),(26.535898384862247,798)) -281 ((25,810),(25.669872981077805,812.5),(27.5,814.3301270189222),(30,815),(32.5,814.3301270189222),(34.33012701892219,812.5),(35,810),(34.3301270189222,807.5),(32.5,805.6698729810778),(30,805),(27.500000000000004,805.6698729810778),(25.66987298107781,807.5)) -282 ((24,820),(24.803847577293368,823),(27,825.1961524227066),(30,826),(33,825.1961524227066),(35.19615242270663,823),(36,820),(35.19615242270663,817),(33,814.8038475772934),(30,814),(27.000000000000004,814.8038475772934),(24.803847577293368,817)) -283 ((23,830),(23.937822173508927,833.5),(26.5,836.062177826491),(30,837),(33.5,836.062177826491),(36.062177826491066,833.5),(37,830),(36.06217782649107,826.5),(33.5,823.937822173509),(30,823),(26.500000000000004,823.937822173509),(23.93782217350893,826.5)) -284 ((22,840),(23.07179676972449,844),(26,846.9282032302755),(30,848),(34,846.9282032302755),(36.92820323027551,844),(38,840),(36.928203230275514,836),(34,833.0717967697245),(30,832),(26.000000000000007,833.0717967697245),(23.071796769724493,836)) -285 ((21,850),(22.205771365940052,854.5),(25.5,857.7942286340599),(30,859),(34.5,857.7942286340599),(37.79422863405995,854.5),(39,850),(37.79422863405995,845.5),(34.5,842.2057713659401),(30,841),(25.500000000000007,842.20577136594),(22.205771365940056,845.5)) -286 ((20,860),(21.33974596215561,865),(25,868.6602540378444),(30,870),(35,868.6602540378444),(38.66025403784438,865),(40,860),(38.66025403784439,855),(35.00000000000001,851.3397459621556),(30.000000000000004,850),(25.000000000000007,851.3397459621556),(21.339745962155618,855)) -287 ((29,870),(29.133974596215563,870.5),(29.5,870.8660254037844),(30,871),(30.5,870.8660254037844),(30.866025403784437,870.5),(31,870),(30.866025403784437,869.5),(30.5,869.1339745962156),(30,869),(29.5,869.1339745962156),(29.133974596215563,869.5)) -288 ((28,880),(28.26794919243112,881),(29,881.7320508075688),(30,882),(31,881.7320508075688),(31.73205080756888,881),(32,880),(31.73205080756888,879),(31,878.2679491924312),(30,878),(29,878.2679491924312),(28.267949192431125,879)) -289 ((27,890),(27.401923788646684,891.5),(28.5,892.5980762113534),(30,893),(31.5,892.5980762113534),(32.598076211353316,891.5),(33,890),(32.598076211353316,888.5),(31.5,887.4019237886467),(30,887),(28.500000000000004,887.4019237886466),(27.401923788646684,888.5)) -290 ((26,900),(26.535898384862247,902),(28,903.4641016151378),(30,904),(32,903.4641016151378),(33.46410161513776,902),(34,900),(33.46410161513776,898),(32,896.5358983848622),(30,896),(28.000000000000004,896.5358983848622),(26.535898384862247,898)) -291 ((25,910),(25.669872981077805,912.5),(27.5,914.3301270189222),(30,915),(32.5,914.3301270189222),(34.33012701892219,912.5),(35,910),(34.3301270189222,907.5),(32.5,905.6698729810778),(30,905),(27.500000000000004,905.6698729810778),(25.66987298107781,907.5)) -292 ((24,920),(24.803847577293368,923),(27,925.1961524227066),(30,926),(33,925.1961524227066),(35.19615242270663,923),(36,920),(35.19615242270663,917),(33,914.8038475772934),(30,914),(27.000000000000004,914.8038475772934),(24.803847577293368,917)) -293 ((23,930),(23.937822173508927,933.5),(26.5,936.062177826491),(30,937),(33.5,936.062177826491),(36.062177826491066,933.5),(37,930),(36.06217782649107,926.5),(33.5,923.937822173509),(30,923),(26.500000000000004,923.937822173509),(23.93782217350893,926.5)) -294 ((22,940),(23.07179676972449,944),(26,946.9282032302755),(30,948),(34,946.9282032302755),(36.92820323027551,944),(38,940),(36.928203230275514,936),(34,933.0717967697245),(30,932),(26.000000000000007,933.0717967697245),(23.071796769724493,936)) -295 ((21,950),(22.205771365940052,954.5),(25.5,957.7942286340599),(30,959),(34.5,957.7942286340599),(37.79422863405995,954.5),(39,950),(37.79422863405995,945.5),(34.5,942.2057713659401),(30,941),(25.500000000000007,942.20577136594),(22.205771365940056,945.5)) -296 ((20,960),(21.33974596215561,965),(25,968.6602540378444),(30,970),(35,968.6602540378444),(38.66025403784438,965),(40,960),(38.66025403784439,955),(35.00000000000001,951.3397459621556),(30.000000000000004,950),(25.000000000000007,951.3397459621556),(21.339745962155618,955)) -297 ((29,970),(29.133974596215563,970.5),(29.5,970.8660254037844),(30,971),(30.5,970.8660254037844),(30.866025403784437,970.5),(31,970),(30.866025403784437,969.5),(30.5,969.1339745962156),(30,969),(29.5,969.1339745962156),(29.133974596215563,969.5)) -298 ((28,980),(28.26794919243112,981),(29,981.7320508075688),(30,982),(31,981.7320508075688),(31.73205080756888,981),(32,980),(31.73205080756888,979),(31,978.2679491924312),(30,978),(29,978.2679491924312),(28.267949192431125,979)) -299 ((27,990),(27.401923788646684,991.5),(28.5,992.5980762113534),(30,993),(31.5,992.5980762113534),(32.598076211353316,991.5),(33,990),(32.598076211353316,988.5),(31.5,987.4019237886467),(30,987),(28.500000000000004,987.4019237886466),(27.401923788646684,988.5)) -300 ((26,1000),(26.535898384862247,1002),(28,1003.4641016151378),(30,1004),(32,1003.4641016151378),(33.46410161513776,1002),(34,1000),(33.46410161513776,998),(32,996.5358983848622),(30,996),(28.000000000000004,996.5358983848622),(26.535898384862247,998)) -301 ((34,10),(34.80384757729337,13),(37,15.196152422706632),(40,16),(43,15.196152422706632),(45.19615242270663,13.000000000000002),(46,10),(45.19615242270663,7.000000000000002),(43,4.803847577293369),(40,4),(37.00000000000001,4.803847577293366),(34.80384757729337,6.999999999999997)) -302 ((33,20),(33.93782217350893,23.5),(36.5,26.06217782649107),(40,27),(43.5,26.062177826491073),(46.062177826491066,23.500000000000004),(47,20),(46.06217782649107,16.5),(43.5,13.93782217350893),(40,13),(36.50000000000001,13.937822173508927),(33.937822173508934,16.499999999999996)) -303 ((32,30),(33.07179676972449,34),(36,36.92820323027551),(40,38),(44,36.92820323027551),(46.92820323027551,34),(48,30),(46.928203230275514,26.000000000000004),(44,23.071796769724493),(40,22),(36.00000000000001,23.071796769724486),(33.07179676972449,25.999999999999996)) -304 ((31,40),(32.20577136594005,44.5),(35.5,47.79422863405995),(40,49),(44.5,47.79422863405995),(47.79422863405995,44.5),(49,40),(47.79422863405995,35.5),(44.5,32.20577136594005),(40,31),(35.50000000000001,32.20577136594005),(32.20577136594005,35.5)) -305 ((30,50),(31.33974596215561,55),(35,58.66025403784438),(40,60),(45,58.66025403784439),(48.66025403784438,55),(50,50),(48.66025403784439,45),(45.00000000000001,41.33974596215562),(40,40),(35.00000000000001,41.33974596215561),(31.339745962155618,44.99999999999999)) -306 ((39,60),(39.13397459621556,60.5),(39.5,60.86602540378444),(40,61),(40.5,60.86602540378444),(40.86602540378444,60.5),(41,60),(40.86602540378444,59.5),(40.5,59.13397459621556),(40,59),(39.5,59.13397459621556),(39.13397459621556,59.5)) -307 ((38,70),(38.267949192431125,71),(39,71.73205080756888),(40,72),(41,71.73205080756888),(41.732050807568875,71),(42,70),(41.732050807568875,69),(41,68.26794919243112),(40,68),(39,68.26794919243112),(38.267949192431125,69)) -308 ((37,80),(37.401923788646684,81.5),(38.5,82.59807621135332),(40,83),(41.5,82.59807621135332),(42.598076211353316,81.5),(43,80),(42.598076211353316,78.5),(41.5,77.40192378864668),(40,77),(38.5,77.40192378864668),(37.401923788646684,78.5)) -309 ((36,90),(36.53589838486224,92),(38,93.46410161513775),(40,94),(42,93.46410161513775),(43.46410161513776,92),(44,90),(43.46410161513776,88),(42,86.53589838486225),(40,86),(38,86.53589838486225),(36.53589838486225,88)) -310 ((35,100),(35.66987298107781,102.5),(37.5,104.3301270189222),(40,105),(42.5,104.3301270189222),(44.33012701892219,102.5),(45,100),(44.3301270189222,97.5),(42.5,95.6698729810778),(40,95),(37.5,95.6698729810778),(35.66987298107781,97.5)) -311 ((34,110),(34.80384757729337,113),(37,115.19615242270663),(40,116),(43,115.19615242270663),(45.19615242270663,113),(46,110),(45.19615242270663,107),(43,104.80384757729337),(40,104),(37.00000000000001,104.80384757729337),(34.80384757729337,107)) -312 ((33,120),(33.93782217350893,123.5),(36.5,126.06217782649107),(40,127),(43.5,126.06217782649107),(46.062177826491066,123.5),(47,120),(46.06217782649107,116.5),(43.5,113.93782217350893),(40,113),(36.50000000000001,113.93782217350892),(33.937822173508934,116.5)) -313 ((32,130),(33.07179676972449,134),(36,136.9282032302755),(40,138),(44,136.9282032302755),(46.92820323027551,134),(48,130),(46.928203230275514,126),(44,123.07179676972449),(40,122),(36.00000000000001,123.07179676972449),(33.07179676972449,126)) -314 ((31,140),(32.20577136594005,144.5),(35.5,147.79422863405995),(40,149),(44.5,147.79422863405995),(47.79422863405995,144.5),(49,140),(47.79422863405995,135.5),(44.5,132.20577136594005),(40,131),(35.50000000000001,132.20577136594005),(32.20577136594005,135.5)) -315 ((30,150),(31.33974596215561,155),(35,158.6602540378444),(40,160),(45,158.6602540378444),(48.66025403784438,155),(50,150),(48.66025403784439,145),(45.00000000000001,141.3397459621556),(40,140),(35.00000000000001,141.3397459621556),(31.339745962155618,145)) -316 ((39,160),(39.13397459621556,160.5),(39.5,160.86602540378445),(40,161),(40.5,160.86602540378445),(40.86602540378444,160.5),(41,160),(40.86602540378444,159.5),(40.5,159.13397459621555),(40,159),(39.5,159.13397459621555),(39.13397459621556,159.5)) -317 ((38,170),(38.267949192431125,171),(39,171.73205080756887),(40,172),(41,171.73205080756887),(41.732050807568875,171),(42,170),(41.732050807568875,169),(41,168.26794919243113),(40,168),(39,168.26794919243113),(38.267949192431125,169)) -318 ((37,180),(37.401923788646684,181.5),(38.5,182.59807621135332),(40,183),(41.5,182.59807621135332),(42.598076211353316,181.5),(43,180),(42.598076211353316,178.5),(41.5,177.40192378864668),(40,177),(38.5,177.40192378864668),(37.401923788646684,178.5)) -319 ((36,190),(36.53589838486224,192),(38,193.46410161513776),(40,194),(42,193.46410161513776),(43.46410161513776,192),(44,190),(43.46410161513776,188),(42,186.53589838486224),(40,186),(38,186.53589838486224),(36.53589838486225,188)) -320 ((35,200),(35.66987298107781,202.5),(37.5,204.33012701892218),(40,205),(42.5,204.33012701892218),(44.33012701892219,202.5),(45,200),(44.3301270189222,197.5),(42.5,195.66987298107782),(40,195),(37.5,195.66987298107782),(35.66987298107781,197.5)) -321 ((34,210),(34.80384757729337,213),(37,215.19615242270663),(40,216),(43,215.19615242270663),(45.19615242270663,213),(46,210),(45.19615242270663,207),(43,204.80384757729337),(40,204),(37.00000000000001,204.80384757729337),(34.80384757729337,207)) -322 ((33,220),(33.93782217350893,223.5),(36.5,226.06217782649108),(40,227),(43.5,226.06217782649108),(46.062177826491066,223.5),(47,220),(46.06217782649107,216.5),(43.5,213.93782217350892),(40,213),(36.50000000000001,213.93782217350892),(33.937822173508934,216.5)) -323 ((32,230),(33.07179676972449,234),(36,236.9282032302755),(40,238),(44,236.9282032302755),(46.92820323027551,234),(48,230),(46.928203230275514,226),(44,223.0717967697245),(40,222),(36.00000000000001,223.0717967697245),(33.07179676972449,226)) -324 ((31,240),(32.20577136594005,244.5),(35.5,247.79422863405995),(40,249),(44.5,247.79422863405995),(47.79422863405995,244.5),(49,240),(47.79422863405995,235.5),(44.5,232.20577136594005),(40,231),(35.50000000000001,232.20577136594005),(32.20577136594005,235.5)) -325 ((30,250),(31.33974596215561,255),(35,258.66025403784437),(40,260),(45,258.66025403784437),(48.66025403784438,255),(50,250),(48.66025403784439,245),(45.00000000000001,241.3397459621556),(40,240),(35.00000000000001,241.3397459621556),(31.339745962155618,245)) -326 ((39,260),(39.13397459621556,260.5),(39.5,260.8660254037844),(40,261),(40.5,260.8660254037844),(40.86602540378444,260.5),(41,260),(40.86602540378444,259.5),(40.5,259.1339745962156),(40,259),(39.5,259.1339745962156),(39.13397459621556,259.5)) -327 ((38,270),(38.267949192431125,271),(39,271.7320508075689),(40,272),(41,271.7320508075689),(41.732050807568875,271),(42,270),(41.732050807568875,269),(41,268.2679491924311),(40,268),(39,268.2679491924311),(38.267949192431125,269)) -328 ((37,280),(37.401923788646684,281.5),(38.5,282.5980762113533),(40,283),(41.5,282.5980762113533),(42.598076211353316,281.5),(43,280),(42.598076211353316,278.5),(41.5,277.4019237886467),(40,277),(38.5,277.4019237886467),(37.401923788646684,278.5)) -329 ((36,290),(36.53589838486224,292),(38,293.46410161513774),(40,294),(42,293.46410161513774),(43.46410161513776,292),(44,290),(43.46410161513776,288),(42,286.53589838486226),(40,286),(38,286.53589838486226),(36.53589838486225,288)) -330 ((35,300),(35.66987298107781,302.5),(37.5,304.3301270189222),(40,305),(42.5,304.3301270189222),(44.33012701892219,302.5),(45,300),(44.3301270189222,297.5),(42.5,295.6698729810778),(40,295),(37.5,295.6698729810778),(35.66987298107781,297.5)) -331 ((34,310),(34.80384757729337,313),(37,315.19615242270663),(40,316),(43,315.19615242270663),(45.19615242270663,313),(46,310),(45.19615242270663,307),(43,304.80384757729337),(40,304),(37.00000000000001,304.80384757729337),(34.80384757729337,307)) -332 ((33,320),(33.93782217350893,323.5),(36.5,326.06217782649105),(40,327),(43.5,326.06217782649105),(46.062177826491066,323.5),(47,320),(46.06217782649107,316.5),(43.5,313.93782217350895),(40,313),(36.50000000000001,313.93782217350895),(33.937822173508934,316.5)) -333 ((32,330),(33.07179676972449,334),(36,336.9282032302755),(40,338),(44,336.9282032302755),(46.92820323027551,334),(48,330),(46.928203230275514,326),(44,323.0717967697245),(40,322),(36.00000000000001,323.0717967697245),(33.07179676972449,326)) -334 ((31,340),(32.20577136594005,344.5),(35.5,347.79422863405995),(40,349),(44.5,347.79422863405995),(47.79422863405995,344.5),(49,340),(47.79422863405995,335.5),(44.5,332.20577136594005),(40,331),(35.50000000000001,332.20577136594005),(32.20577136594005,335.5)) -335 ((30,350),(31.33974596215561,355),(35,358.66025403784437),(40,360),(45,358.66025403784437),(48.66025403784438,355),(50,350),(48.66025403784439,345),(45.00000000000001,341.33974596215563),(40,340),(35.00000000000001,341.33974596215563),(31.339745962155618,345)) -336 ((39,360),(39.13397459621556,360.5),(39.5,360.8660254037844),(40,361),(40.5,360.8660254037844),(40.86602540378444,360.5),(41,360),(40.86602540378444,359.5),(40.5,359.1339745962156),(40,359),(39.5,359.1339745962156),(39.13397459621556,359.5)) -337 ((38,370),(38.267949192431125,371),(39,371.7320508075689),(40,372),(41,371.7320508075689),(41.732050807568875,371),(42,370),(41.732050807568875,369),(41,368.2679491924311),(40,368),(39,368.2679491924311),(38.267949192431125,369)) -338 ((37,380),(37.401923788646684,381.5),(38.5,382.5980762113533),(40,383),(41.5,382.5980762113533),(42.598076211353316,381.5),(43,380),(42.598076211353316,378.5),(41.5,377.4019237886467),(40,377),(38.5,377.4019237886467),(37.401923788646684,378.5)) -339 ((36,390),(36.53589838486224,392),(38,393.46410161513774),(40,394),(42,393.46410161513774),(43.46410161513776,392),(44,390),(43.46410161513776,388),(42,386.53589838486226),(40,386),(38,386.53589838486226),(36.53589838486225,388)) -340 ((35,400),(35.66987298107781,402.5),(37.5,404.3301270189222),(40,405),(42.5,404.3301270189222),(44.33012701892219,402.5),(45,400),(44.3301270189222,397.5),(42.5,395.6698729810778),(40,395),(37.5,395.6698729810778),(35.66987298107781,397.5)) -341 ((34,410),(34.80384757729337,413),(37,415.19615242270663),(40,416),(43,415.19615242270663),(45.19615242270663,413),(46,410),(45.19615242270663,407),(43,404.80384757729337),(40,404),(37.00000000000001,404.80384757729337),(34.80384757729337,407)) -342 ((33,420),(33.93782217350893,423.5),(36.5,426.06217782649105),(40,427),(43.5,426.06217782649105),(46.062177826491066,423.5),(47,420),(46.06217782649107,416.5),(43.5,413.93782217350895),(40,413),(36.50000000000001,413.93782217350895),(33.937822173508934,416.5)) -343 ((32,430),(33.07179676972449,434),(36,436.9282032302755),(40,438),(44,436.9282032302755),(46.92820323027551,434),(48,430),(46.928203230275514,426),(44,423.0717967697245),(40,422),(36.00000000000001,423.0717967697245),(33.07179676972449,426)) -344 ((31,440),(32.20577136594005,444.5),(35.5,447.79422863405995),(40,449),(44.5,447.79422863405995),(47.79422863405995,444.5),(49,440),(47.79422863405995,435.5),(44.5,432.20577136594005),(40,431),(35.50000000000001,432.20577136594005),(32.20577136594005,435.5)) -345 ((30,450),(31.33974596215561,455),(35,458.66025403784437),(40,460),(45,458.66025403784437),(48.66025403784438,455),(50,450),(48.66025403784439,445),(45.00000000000001,441.33974596215563),(40,440),(35.00000000000001,441.33974596215563),(31.339745962155618,445)) -346 ((39,460),(39.13397459621556,460.5),(39.5,460.8660254037844),(40,461),(40.5,460.8660254037844),(40.86602540378444,460.5),(41,460),(40.86602540378444,459.5),(40.5,459.1339745962156),(40,459),(39.5,459.1339745962156),(39.13397459621556,459.5)) -347 ((38,470),(38.267949192431125,471),(39,471.7320508075689),(40,472),(41,471.7320508075689),(41.732050807568875,471),(42,470),(41.732050807568875,469),(41,468.2679491924311),(40,468),(39,468.2679491924311),(38.267949192431125,469)) -348 ((37,480),(37.401923788646684,481.5),(38.5,482.5980762113533),(40,483),(41.5,482.5980762113533),(42.598076211353316,481.5),(43,480),(42.598076211353316,478.5),(41.5,477.4019237886467),(40,477),(38.5,477.4019237886467),(37.401923788646684,478.5)) -349 ((36,490),(36.53589838486224,492),(38,493.46410161513774),(40,494),(42,493.46410161513774),(43.46410161513776,492),(44,490),(43.46410161513776,488),(42,486.53589838486226),(40,486),(38,486.53589838486226),(36.53589838486225,488)) -350 ((35,500),(35.66987298107781,502.5),(37.5,504.3301270189222),(40,505),(42.5,504.3301270189222),(44.33012701892219,502.5),(45,500),(44.3301270189222,497.5),(42.5,495.6698729810778),(40,495),(37.5,495.6698729810778),(35.66987298107781,497.5)) -351 ((34,510),(34.80384757729337,513),(37,515.1961524227066),(40,516),(43,515.1961524227066),(45.19615242270663,513),(46,510),(45.19615242270663,507),(43,504.80384757729337),(40,504),(37.00000000000001,504.80384757729337),(34.80384757729337,507)) -352 ((33,520),(33.93782217350893,523.5),(36.5,526.062177826491),(40,527),(43.5,526.062177826491),(46.062177826491066,523.5),(47,520),(46.06217782649107,516.5),(43.5,513.937822173509),(40,513),(36.50000000000001,513.937822173509),(33.937822173508934,516.5)) -353 ((32,530),(33.07179676972449,534),(36,536.9282032302755),(40,538),(44,536.9282032302755),(46.92820323027551,534),(48,530),(46.928203230275514,526),(44,523.0717967697245),(40,522),(36.00000000000001,523.0717967697245),(33.07179676972449,526)) -354 ((31,540),(32.20577136594005,544.5),(35.5,547.7942286340599),(40,549),(44.5,547.7942286340599),(47.79422863405995,544.5),(49,540),(47.79422863405995,535.5),(44.5,532.2057713659401),(40,531),(35.50000000000001,532.20577136594),(32.20577136594005,535.5)) -355 ((30,550),(31.33974596215561,555),(35,558.6602540378444),(40,560),(45,558.6602540378444),(48.66025403784438,555),(50,550),(48.66025403784439,545),(45.00000000000001,541.3397459621556),(40,540),(35.00000000000001,541.3397459621556),(31.339745962155618,545)) -356 ((39,560),(39.13397459621556,560.5),(39.5,560.8660254037844),(40,561),(40.5,560.8660254037844),(40.86602540378444,560.5),(41,560),(40.86602540378444,559.5),(40.5,559.1339745962156),(40,559),(39.5,559.1339745962156),(39.13397459621556,559.5)) -357 ((38,570),(38.267949192431125,571),(39,571.7320508075688),(40,572),(41,571.7320508075688),(41.732050807568875,571),(42,570),(41.732050807568875,569),(41,568.2679491924312),(40,568),(39,568.2679491924312),(38.267949192431125,569)) -358 ((37,580),(37.401923788646684,581.5),(38.5,582.5980762113534),(40,583),(41.5,582.5980762113534),(42.598076211353316,581.5),(43,580),(42.598076211353316,578.5),(41.5,577.4019237886467),(40,577),(38.5,577.4019237886466),(37.401923788646684,578.5)) -359 ((36,590),(36.53589838486224,592),(38,593.4641016151378),(40,594),(42,593.4641016151378),(43.46410161513776,592),(44,590),(43.46410161513776,588),(42,586.5358983848622),(40,586),(38,586.5358983848622),(36.53589838486225,588)) -360 ((35,600),(35.66987298107781,602.5),(37.5,604.3301270189222),(40,605),(42.5,604.3301270189222),(44.33012701892219,602.5),(45,600),(44.3301270189222,597.5),(42.5,595.6698729810778),(40,595),(37.5,595.6698729810778),(35.66987298107781,597.5)) -361 ((34,610),(34.80384757729337,613),(37,615.1961524227066),(40,616),(43,615.1961524227066),(45.19615242270663,613),(46,610),(45.19615242270663,607),(43,604.8038475772934),(40,604),(37.00000000000001,604.8038475772934),(34.80384757729337,607)) -362 ((33,620),(33.93782217350893,623.5),(36.5,626.062177826491),(40,627),(43.5,626.062177826491),(46.062177826491066,623.5),(47,620),(46.06217782649107,616.5),(43.5,613.937822173509),(40,613),(36.50000000000001,613.937822173509),(33.937822173508934,616.5)) -363 ((32,630),(33.07179676972449,634),(36,636.9282032302755),(40,638),(44,636.9282032302755),(46.92820323027551,634),(48,630),(46.928203230275514,626),(44,623.0717967697245),(40,622),(36.00000000000001,623.0717967697245),(33.07179676972449,626)) -364 ((31,640),(32.20577136594005,644.5),(35.5,647.7942286340599),(40,649),(44.5,647.7942286340599),(47.79422863405995,644.5),(49,640),(47.79422863405995,635.5),(44.5,632.2057713659401),(40,631),(35.50000000000001,632.20577136594),(32.20577136594005,635.5)) -365 ((30,650),(31.33974596215561,655),(35,658.6602540378444),(40,660),(45,658.6602540378444),(48.66025403784438,655),(50,650),(48.66025403784439,645),(45.00000000000001,641.3397459621556),(40,640),(35.00000000000001,641.3397459621556),(31.339745962155618,645)) -366 ((39,660),(39.13397459621556,660.5),(39.5,660.8660254037844),(40,661),(40.5,660.8660254037844),(40.86602540378444,660.5),(41,660),(40.86602540378444,659.5),(40.5,659.1339745962156),(40,659),(39.5,659.1339745962156),(39.13397459621556,659.5)) -367 ((38,670),(38.267949192431125,671),(39,671.7320508075688),(40,672),(41,671.7320508075688),(41.732050807568875,671),(42,670),(41.732050807568875,669),(41,668.2679491924312),(40,668),(39,668.2679491924312),(38.267949192431125,669)) -368 ((37,680),(37.401923788646684,681.5),(38.5,682.5980762113534),(40,683),(41.5,682.5980762113534),(42.598076211353316,681.5),(43,680),(42.598076211353316,678.5),(41.5,677.4019237886467),(40,677),(38.5,677.4019237886466),(37.401923788646684,678.5)) -369 ((36,690),(36.53589838486224,692),(38,693.4641016151378),(40,694),(42,693.4641016151378),(43.46410161513776,692),(44,690),(43.46410161513776,688),(42,686.5358983848622),(40,686),(38,686.5358983848622),(36.53589838486225,688)) -370 ((35,700),(35.66987298107781,702.5),(37.5,704.3301270189222),(40,705),(42.5,704.3301270189222),(44.33012701892219,702.5),(45,700),(44.3301270189222,697.5),(42.5,695.6698729810778),(40,695),(37.5,695.6698729810778),(35.66987298107781,697.5)) -371 ((34,710),(34.80384757729337,713),(37,715.1961524227066),(40,716),(43,715.1961524227066),(45.19615242270663,713),(46,710),(45.19615242270663,707),(43,704.8038475772934),(40,704),(37.00000000000001,704.8038475772934),(34.80384757729337,707)) -372 ((33,720),(33.93782217350893,723.5),(36.5,726.062177826491),(40,727),(43.5,726.062177826491),(46.062177826491066,723.5),(47,720),(46.06217782649107,716.5),(43.5,713.937822173509),(40,713),(36.50000000000001,713.937822173509),(33.937822173508934,716.5)) -373 ((32,730),(33.07179676972449,734),(36,736.9282032302755),(40,738),(44,736.9282032302755),(46.92820323027551,734),(48,730),(46.928203230275514,726),(44,723.0717967697245),(40,722),(36.00000000000001,723.0717967697245),(33.07179676972449,726)) -374 ((31,740),(32.20577136594005,744.5),(35.5,747.7942286340599),(40,749),(44.5,747.7942286340599),(47.79422863405995,744.5),(49,740),(47.79422863405995,735.5),(44.5,732.2057713659401),(40,731),(35.50000000000001,732.20577136594),(32.20577136594005,735.5)) -375 ((30,750),(31.33974596215561,755),(35,758.6602540378444),(40,760),(45,758.6602540378444),(48.66025403784438,755),(50,750),(48.66025403784439,745),(45.00000000000001,741.3397459621556),(40,740),(35.00000000000001,741.3397459621556),(31.339745962155618,745)) -376 ((39,760),(39.13397459621556,760.5),(39.5,760.8660254037844),(40,761),(40.5,760.8660254037844),(40.86602540378444,760.5),(41,760),(40.86602540378444,759.5),(40.5,759.1339745962156),(40,759),(39.5,759.1339745962156),(39.13397459621556,759.5)) -377 ((38,770),(38.267949192431125,771),(39,771.7320508075688),(40,772),(41,771.7320508075688),(41.732050807568875,771),(42,770),(41.732050807568875,769),(41,768.2679491924312),(40,768),(39,768.2679491924312),(38.267949192431125,769)) -378 ((37,780),(37.401923788646684,781.5),(38.5,782.5980762113534),(40,783),(41.5,782.5980762113534),(42.598076211353316,781.5),(43,780),(42.598076211353316,778.5),(41.5,777.4019237886467),(40,777),(38.5,777.4019237886466),(37.401923788646684,778.5)) -379 ((36,790),(36.53589838486224,792),(38,793.4641016151378),(40,794),(42,793.4641016151378),(43.46410161513776,792),(44,790),(43.46410161513776,788),(42,786.5358983848622),(40,786),(38,786.5358983848622),(36.53589838486225,788)) -380 ((35,800),(35.66987298107781,802.5),(37.5,804.3301270189222),(40,805),(42.5,804.3301270189222),(44.33012701892219,802.5),(45,800),(44.3301270189222,797.5),(42.5,795.6698729810778),(40,795),(37.5,795.6698729810778),(35.66987298107781,797.5)) -381 ((34,810),(34.80384757729337,813),(37,815.1961524227066),(40,816),(43,815.1961524227066),(45.19615242270663,813),(46,810),(45.19615242270663,807),(43,804.8038475772934),(40,804),(37.00000000000001,804.8038475772934),(34.80384757729337,807)) -382 ((33,820),(33.93782217350893,823.5),(36.5,826.062177826491),(40,827),(43.5,826.062177826491),(46.062177826491066,823.5),(47,820),(46.06217782649107,816.5),(43.5,813.937822173509),(40,813),(36.50000000000001,813.937822173509),(33.937822173508934,816.5)) -383 ((32,830),(33.07179676972449,834),(36,836.9282032302755),(40,838),(44,836.9282032302755),(46.92820323027551,834),(48,830),(46.928203230275514,826),(44,823.0717967697245),(40,822),(36.00000000000001,823.0717967697245),(33.07179676972449,826)) -384 ((31,840),(32.20577136594005,844.5),(35.5,847.7942286340599),(40,849),(44.5,847.7942286340599),(47.79422863405995,844.5),(49,840),(47.79422863405995,835.5),(44.5,832.2057713659401),(40,831),(35.50000000000001,832.20577136594),(32.20577136594005,835.5)) -385 ((30,850),(31.33974596215561,855),(35,858.6602540378444),(40,860),(45,858.6602540378444),(48.66025403784438,855),(50,850),(48.66025403784439,845),(45.00000000000001,841.3397459621556),(40,840),(35.00000000000001,841.3397459621556),(31.339745962155618,845)) -386 ((39,860),(39.13397459621556,860.5),(39.5,860.8660254037844),(40,861),(40.5,860.8660254037844),(40.86602540378444,860.5),(41,860),(40.86602540378444,859.5),(40.5,859.1339745962156),(40,859),(39.5,859.1339745962156),(39.13397459621556,859.5)) -387 ((38,870),(38.267949192431125,871),(39,871.7320508075688),(40,872),(41,871.7320508075688),(41.732050807568875,871),(42,870),(41.732050807568875,869),(41,868.2679491924312),(40,868),(39,868.2679491924312),(38.267949192431125,869)) -388 ((37,880),(37.401923788646684,881.5),(38.5,882.5980762113534),(40,883),(41.5,882.5980762113534),(42.598076211353316,881.5),(43,880),(42.598076211353316,878.5),(41.5,877.4019237886467),(40,877),(38.5,877.4019237886466),(37.401923788646684,878.5)) -389 ((36,890),(36.53589838486224,892),(38,893.4641016151378),(40,894),(42,893.4641016151378),(43.46410161513776,892),(44,890),(43.46410161513776,888),(42,886.5358983848622),(40,886),(38,886.5358983848622),(36.53589838486225,888)) -390 ((35,900),(35.66987298107781,902.5),(37.5,904.3301270189222),(40,905),(42.5,904.3301270189222),(44.33012701892219,902.5),(45,900),(44.3301270189222,897.5),(42.5,895.6698729810778),(40,895),(37.5,895.6698729810778),(35.66987298107781,897.5)) -391 ((34,910),(34.80384757729337,913),(37,915.1961524227066),(40,916),(43,915.1961524227066),(45.19615242270663,913),(46,910),(45.19615242270663,907),(43,904.8038475772934),(40,904),(37.00000000000001,904.8038475772934),(34.80384757729337,907)) -392 ((33,920),(33.93782217350893,923.5),(36.5,926.062177826491),(40,927),(43.5,926.062177826491),(46.062177826491066,923.5),(47,920),(46.06217782649107,916.5),(43.5,913.937822173509),(40,913),(36.50000000000001,913.937822173509),(33.937822173508934,916.5)) -393 ((32,930),(33.07179676972449,934),(36,936.9282032302755),(40,938),(44,936.9282032302755),(46.92820323027551,934),(48,930),(46.928203230275514,926),(44,923.0717967697245),(40,922),(36.00000000000001,923.0717967697245),(33.07179676972449,926)) -394 ((31,940),(32.20577136594005,944.5),(35.5,947.7942286340599),(40,949),(44.5,947.7942286340599),(47.79422863405995,944.5),(49,940),(47.79422863405995,935.5),(44.5,932.2057713659401),(40,931),(35.50000000000001,932.20577136594),(32.20577136594005,935.5)) -395 ((30,950),(31.33974596215561,955),(35,958.6602540378444),(40,960),(45,958.6602540378444),(48.66025403784438,955),(50,950),(48.66025403784439,945),(45.00000000000001,941.3397459621556),(40,940),(35.00000000000001,941.3397459621556),(31.339745962155618,945)) -396 ((39,960),(39.13397459621556,960.5),(39.5,960.8660254037844),(40,961),(40.5,960.8660254037844),(40.86602540378444,960.5),(41,960),(40.86602540378444,959.5),(40.5,959.1339745962156),(40,959),(39.5,959.1339745962156),(39.13397459621556,959.5)) -397 ((38,970),(38.267949192431125,971),(39,971.7320508075688),(40,972),(41,971.7320508075688),(41.732050807568875,971),(42,970),(41.732050807568875,969),(41,968.2679491924312),(40,968),(39,968.2679491924312),(38.267949192431125,969)) -398 ((37,980),(37.401923788646684,981.5),(38.5,982.5980762113534),(40,983),(41.5,982.5980762113534),(42.598076211353316,981.5),(43,980),(42.598076211353316,978.5),(41.5,977.4019237886467),(40,977),(38.5,977.4019237886466),(37.401923788646684,978.5)) -399 ((36,990),(36.53589838486224,992),(38,993.4641016151378),(40,994),(42,993.4641016151378),(43.46410161513776,992),(44,990),(43.46410161513776,988),(42,986.5358983848622),(40,986),(38,986.5358983848622),(36.53589838486225,988)) -400 ((35,1000),(35.66987298107781,1002.5),(37.5,1004.3301270189222),(40,1005),(42.5,1004.3301270189222),(44.33012701892219,1002.5),(45,1000),(44.3301270189222,997.5),(42.5,995.6698729810778),(40,995),(37.5,995.6698729810778),(35.66987298107781,997.5)) -401 ((43,10),(43.93782217350893,13.5),(46.5,16.06217782649107),(50,17),(53.5,16.062177826491073),(56.062177826491066,13.500000000000002),(57,10),(56.06217782649107,6.500000000000002),(53.5,3.9378221735089305),(50,3),(46.50000000000001,3.937822173508927),(43.937822173508934,6.4999999999999964)) -402 ((42,20),(43.07179676972449,24),(46,26.928203230275507),(50,28),(54,26.92820323027551),(56.92820323027551,24.000000000000004),(58,20),(56.928203230275514,16.000000000000004),(54,13.071796769724493),(50,12),(46.00000000000001,13.071796769724488),(43.07179676972449,15.999999999999996)) -403 ((41,30),(42.20577136594005,34.5),(45.5,37.79422863405995),(50,39),(54.5,37.79422863405995),(57.79422863405995,34.5),(59,30),(57.79422863405995,25.500000000000004),(54.5,22.205771365940052),(50,21),(45.50000000000001,22.20577136594005),(42.20577136594005,25.499999999999996)) -404 ((40,40),(41.33974596215561,45),(45,48.66025403784438),(50,50),(55,48.66025403784439),(58.66025403784438,45),(60,40),(58.66025403784439,35),(55.00000000000001,31.339745962155614),(50,30),(45.00000000000001,31.33974596215561),(41.33974596215562,34.99999999999999)) -405 ((49,50),(49.13397459621556,50.5),(49.5,50.86602540378444),(50,51),(50.5,50.86602540378444),(50.86602540378444,50.5),(51,50),(50.86602540378444,49.5),(50.5,49.13397459621556),(50,49),(49.5,49.13397459621556),(49.13397459621556,49.5)) -406 ((48,60),(48.267949192431125,61),(49,61.732050807568875),(50,62),(51,61.732050807568875),(51.732050807568875,61),(52,60),(51.732050807568875,59),(51,58.267949192431125),(50,58),(49,58.267949192431125),(48.267949192431125,59)) -407 ((47,70),(47.401923788646684,71.5),(48.5,72.59807621135332),(50,73),(51.5,72.59807621135332),(52.598076211353316,71.5),(53,70),(52.598076211353316,68.5),(51.5,67.40192378864668),(50,67),(48.5,67.40192378864668),(47.401923788646684,68.5)) -408 ((46,80),(46.53589838486224,82),(48,83.46410161513775),(50,84),(52,83.46410161513775),(53.46410161513776,82),(54,80),(53.46410161513776,78),(52,76.53589838486225),(50,76),(48,76.53589838486225),(46.53589838486225,78)) -409 ((45,90),(45.66987298107781,92.5),(47.5,94.3301270189222),(50,95),(52.5,94.3301270189222),(54.33012701892219,92.5),(55,90),(54.3301270189222,87.5),(52.5,85.6698729810778),(50,85),(47.5,85.6698729810778),(45.66987298107781,87.5)) -410 ((44,100),(44.80384757729337,103),(47,105.19615242270663),(50,106),(53,105.19615242270663),(55.19615242270663,103),(56,100),(55.19615242270663,97),(53,94.80384757729337),(50,94),(47.00000000000001,94.80384757729337),(44.80384757729337,97)) -411 ((43,110),(43.93782217350893,113.5),(46.5,116.06217782649107),(50,117),(53.5,116.06217782649107),(56.062177826491066,113.5),(57,110),(56.06217782649107,106.5),(53.5,103.93782217350893),(50,103),(46.50000000000001,103.93782217350892),(43.937822173508934,106.5)) -412 ((42,120),(43.07179676972449,124),(46,126.92820323027551),(50,128),(54,126.92820323027551),(56.92820323027551,124),(58,120),(56.928203230275514,116),(54,113.07179676972449),(50,112),(46.00000000000001,113.07179676972449),(43.07179676972449,116)) -413 ((41,130),(42.20577136594005,134.5),(45.5,137.79422863405995),(50,139),(54.5,137.79422863405995),(57.79422863405995,134.5),(59,130),(57.79422863405995,125.5),(54.5,122.20577136594005),(50,121),(45.50000000000001,122.20577136594005),(42.20577136594005,125.5)) -414 ((40,140),(41.33974596215561,145),(45,148.6602540378444),(50,150),(55,148.6602540378444),(58.66025403784438,145),(60,140),(58.66025403784439,135),(55.00000000000001,131.3397459621556),(50,130),(45.00000000000001,131.3397459621556),(41.33974596215562,135)) -415 ((49,150),(49.13397459621556,150.5),(49.5,150.86602540378445),(50,151),(50.5,150.86602540378445),(50.86602540378444,150.5),(51,150),(50.86602540378444,149.5),(50.5,149.13397459621555),(50,149),(49.5,149.13397459621555),(49.13397459621556,149.5)) -416 ((48,160),(48.267949192431125,161),(49,161.73205080756887),(50,162),(51,161.73205080756887),(51.732050807568875,161),(52,160),(51.732050807568875,159),(51,158.26794919243113),(50,158),(49,158.26794919243113),(48.267949192431125,159)) -417 ((47,170),(47.401923788646684,171.5),(48.5,172.59807621135332),(50,173),(51.5,172.59807621135332),(52.598076211353316,171.5),(53,170),(52.598076211353316,168.5),(51.5,167.40192378864668),(50,167),(48.5,167.40192378864668),(47.401923788646684,168.5)) -418 ((46,180),(46.53589838486224,182),(48,183.46410161513776),(50,184),(52,183.46410161513776),(53.46410161513776,182),(54,180),(53.46410161513776,178),(52,176.53589838486224),(50,176),(48,176.53589838486224),(46.53589838486225,178)) -419 ((45,190),(45.66987298107781,192.5),(47.5,194.33012701892218),(50,195),(52.5,194.33012701892218),(54.33012701892219,192.5),(55,190),(54.3301270189222,187.5),(52.5,185.66987298107782),(50,185),(47.5,185.66987298107782),(45.66987298107781,187.5)) -420 ((44,200),(44.80384757729337,203),(47,205.19615242270663),(50,206),(53,205.19615242270663),(55.19615242270663,203),(56,200),(55.19615242270663,197),(53,194.80384757729337),(50,194),(47.00000000000001,194.80384757729337),(44.80384757729337,197)) -421 ((43,210),(43.93782217350893,213.5),(46.5,216.06217782649108),(50,217),(53.5,216.06217782649108),(56.062177826491066,213.5),(57,210),(56.06217782649107,206.5),(53.5,203.93782217350892),(50,203),(46.50000000000001,203.93782217350892),(43.937822173508934,206.5)) -422 ((42,220),(43.07179676972449,224),(46,226.9282032302755),(50,228),(54,226.9282032302755),(56.92820323027551,224),(58,220),(56.928203230275514,216),(54,213.0717967697245),(50,212),(46.00000000000001,213.0717967697245),(43.07179676972449,216)) -423 ((41,230),(42.20577136594005,234.5),(45.5,237.79422863405995),(50,239),(54.5,237.79422863405995),(57.79422863405995,234.5),(59,230),(57.79422863405995,225.5),(54.5,222.20577136594005),(50,221),(45.50000000000001,222.20577136594005),(42.20577136594005,225.5)) -424 ((40,240),(41.33974596215561,245),(45,248.6602540378444),(50,250),(55,248.6602540378444),(58.66025403784438,245),(60,240),(58.66025403784439,235),(55.00000000000001,231.3397459621556),(50,230),(45.00000000000001,231.3397459621556),(41.33974596215562,235)) -425 ((49,250),(49.13397459621556,250.5),(49.5,250.86602540378445),(50,251),(50.5,250.86602540378445),(50.86602540378444,250.5),(51,250),(50.86602540378444,249.5),(50.5,249.13397459621555),(50,249),(49.5,249.13397459621555),(49.13397459621556,249.5)) -426 ((48,260),(48.267949192431125,261),(49,261.7320508075689),(50,262),(51,261.7320508075689),(51.732050807568875,261),(52,260),(51.732050807568875,259),(51,258.2679491924311),(50,258),(49,258.2679491924311),(48.267949192431125,259)) -427 ((47,270),(47.401923788646684,271.5),(48.5,272.5980762113533),(50,273),(51.5,272.5980762113533),(52.598076211353316,271.5),(53,270),(52.598076211353316,268.5),(51.5,267.4019237886467),(50,267),(48.5,267.4019237886467),(47.401923788646684,268.5)) -428 ((46,280),(46.53589838486224,282),(48,283.46410161513774),(50,284),(52,283.46410161513774),(53.46410161513776,282),(54,280),(53.46410161513776,278),(52,276.53589838486226),(50,276),(48,276.53589838486226),(46.53589838486225,278)) -429 ((45,290),(45.66987298107781,292.5),(47.5,294.3301270189222),(50,295),(52.5,294.3301270189222),(54.33012701892219,292.5),(55,290),(54.3301270189222,287.5),(52.5,285.6698729810778),(50,285),(47.5,285.6698729810778),(45.66987298107781,287.5)) -430 ((44,300),(44.80384757729337,303),(47,305.19615242270663),(50,306),(53,305.19615242270663),(55.19615242270663,303),(56,300),(55.19615242270663,297),(53,294.80384757729337),(50,294),(47.00000000000001,294.80384757729337),(44.80384757729337,297)) -431 ((43,310),(43.93782217350893,313.5),(46.5,316.06217782649105),(50,317),(53.5,316.06217782649105),(56.062177826491066,313.5),(57,310),(56.06217782649107,306.5),(53.5,303.93782217350895),(50,303),(46.50000000000001,303.93782217350895),(43.937822173508934,306.5)) -432 ((42,320),(43.07179676972449,324),(46,326.9282032302755),(50,328),(54,326.9282032302755),(56.92820323027551,324),(58,320),(56.928203230275514,316),(54,313.0717967697245),(50,312),(46.00000000000001,313.0717967697245),(43.07179676972449,316)) -433 ((41,330),(42.20577136594005,334.5),(45.5,337.79422863405995),(50,339),(54.5,337.79422863405995),(57.79422863405995,334.5),(59,330),(57.79422863405995,325.5),(54.5,322.20577136594005),(50,321),(45.50000000000001,322.20577136594005),(42.20577136594005,325.5)) -434 ((40,340),(41.33974596215561,345),(45,348.66025403784437),(50,350),(55,348.66025403784437),(58.66025403784438,345),(60,340),(58.66025403784439,335),(55.00000000000001,331.33974596215563),(50,330),(45.00000000000001,331.33974596215563),(41.33974596215562,335)) -435 ((49,350),(49.13397459621556,350.5),(49.5,350.8660254037844),(50,351),(50.5,350.8660254037844),(50.86602540378444,350.5),(51,350),(50.86602540378444,349.5),(50.5,349.1339745962156),(50,349),(49.5,349.1339745962156),(49.13397459621556,349.5)) -436 ((48,360),(48.267949192431125,361),(49,361.7320508075689),(50,362),(51,361.7320508075689),(51.732050807568875,361),(52,360),(51.732050807568875,359),(51,358.2679491924311),(50,358),(49,358.2679491924311),(48.267949192431125,359)) -437 ((47,370),(47.401923788646684,371.5),(48.5,372.5980762113533),(50,373),(51.5,372.5980762113533),(52.598076211353316,371.5),(53,370),(52.598076211353316,368.5),(51.5,367.4019237886467),(50,367),(48.5,367.4019237886467),(47.401923788646684,368.5)) -438 ((46,380),(46.53589838486224,382),(48,383.46410161513774),(50,384),(52,383.46410161513774),(53.46410161513776,382),(54,380),(53.46410161513776,378),(52,376.53589838486226),(50,376),(48,376.53589838486226),(46.53589838486225,378)) -439 ((45,390),(45.66987298107781,392.5),(47.5,394.3301270189222),(50,395),(52.5,394.3301270189222),(54.33012701892219,392.5),(55,390),(54.3301270189222,387.5),(52.5,385.6698729810778),(50,385),(47.5,385.6698729810778),(45.66987298107781,387.5)) -440 ((44,400),(44.80384757729337,403),(47,405.19615242270663),(50,406),(53,405.19615242270663),(55.19615242270663,403),(56,400),(55.19615242270663,397),(53,394.80384757729337),(50,394),(47.00000000000001,394.80384757729337),(44.80384757729337,397)) -441 ((43,410),(43.93782217350893,413.5),(46.5,416.06217782649105),(50,417),(53.5,416.06217782649105),(56.062177826491066,413.5),(57,410),(56.06217782649107,406.5),(53.5,403.93782217350895),(50,403),(46.50000000000001,403.93782217350895),(43.937822173508934,406.5)) -442 ((42,420),(43.07179676972449,424),(46,426.9282032302755),(50,428),(54,426.9282032302755),(56.92820323027551,424),(58,420),(56.928203230275514,416),(54,413.0717967697245),(50,412),(46.00000000000001,413.0717967697245),(43.07179676972449,416)) -443 ((41,430),(42.20577136594005,434.5),(45.5,437.79422863405995),(50,439),(54.5,437.79422863405995),(57.79422863405995,434.5),(59,430),(57.79422863405995,425.5),(54.5,422.20577136594005),(50,421),(45.50000000000001,422.20577136594005),(42.20577136594005,425.5)) -444 ((40,440),(41.33974596215561,445),(45,448.66025403784437),(50,450),(55,448.66025403784437),(58.66025403784438,445),(60,440),(58.66025403784439,435),(55.00000000000001,431.33974596215563),(50,430),(45.00000000000001,431.33974596215563),(41.33974596215562,435)) -445 ((49,450),(49.13397459621556,450.5),(49.5,450.8660254037844),(50,451),(50.5,450.8660254037844),(50.86602540378444,450.5),(51,450),(50.86602540378444,449.5),(50.5,449.1339745962156),(50,449),(49.5,449.1339745962156),(49.13397459621556,449.5)) -446 ((48,460),(48.267949192431125,461),(49,461.7320508075689),(50,462),(51,461.7320508075689),(51.732050807568875,461),(52,460),(51.732050807568875,459),(51,458.2679491924311),(50,458),(49,458.2679491924311),(48.267949192431125,459)) -447 ((47,470),(47.401923788646684,471.5),(48.5,472.5980762113533),(50,473),(51.5,472.5980762113533),(52.598076211353316,471.5),(53,470),(52.598076211353316,468.5),(51.5,467.4019237886467),(50,467),(48.5,467.4019237886467),(47.401923788646684,468.5)) -448 ((46,480),(46.53589838486224,482),(48,483.46410161513774),(50,484),(52,483.46410161513774),(53.46410161513776,482),(54,480),(53.46410161513776,478),(52,476.53589838486226),(50,476),(48,476.53589838486226),(46.53589838486225,478)) -449 ((45,490),(45.66987298107781,492.5),(47.5,494.3301270189222),(50,495),(52.5,494.3301270189222),(54.33012701892219,492.5),(55,490),(54.3301270189222,487.5),(52.5,485.6698729810778),(50,485),(47.5,485.6698729810778),(45.66987298107781,487.5)) -450 ((44,500),(44.80384757729337,503),(47,505.19615242270663),(50,506),(53,505.19615242270663),(55.19615242270663,503),(56,500),(55.19615242270663,497),(53,494.80384757729337),(50,494),(47.00000000000001,494.80384757729337),(44.80384757729337,497)) -451 ((43,510),(43.93782217350893,513.5),(46.5,516.062177826491),(50,517),(53.5,516.062177826491),(56.062177826491066,513.5),(57,510),(56.06217782649107,506.5),(53.5,503.93782217350895),(50,503),(46.50000000000001,503.93782217350895),(43.937822173508934,506.5)) -452 ((42,520),(43.07179676972449,524),(46,526.9282032302755),(50,528),(54,526.9282032302755),(56.92820323027551,524),(58,520),(56.928203230275514,516),(54,513.0717967697245),(50,512),(46.00000000000001,513.0717967697245),(43.07179676972449,516)) -453 ((41,530),(42.20577136594005,534.5),(45.5,537.7942286340599),(50,539),(54.5,537.7942286340599),(57.79422863405995,534.5),(59,530),(57.79422863405995,525.5),(54.5,522.2057713659401),(50,521),(45.50000000000001,522.20577136594),(42.20577136594005,525.5)) -454 ((40,540),(41.33974596215561,545),(45,548.6602540378444),(50,550),(55,548.6602540378444),(58.66025403784438,545),(60,540),(58.66025403784439,535),(55.00000000000001,531.3397459621556),(50,530),(45.00000000000001,531.3397459621556),(41.33974596215562,535)) -455 ((49,550),(49.13397459621556,550.5),(49.5,550.8660254037844),(50,551),(50.5,550.8660254037844),(50.86602540378444,550.5),(51,550),(50.86602540378444,549.5),(50.5,549.1339745962156),(50,549),(49.5,549.1339745962156),(49.13397459621556,549.5)) -456 ((48,560),(48.267949192431125,561),(49,561.7320508075688),(50,562),(51,561.7320508075688),(51.732050807568875,561),(52,560),(51.732050807568875,559),(51,558.2679491924312),(50,558),(49,558.2679491924312),(48.267949192431125,559)) -457 ((47,570),(47.401923788646684,571.5),(48.5,572.5980762113534),(50,573),(51.5,572.5980762113534),(52.598076211353316,571.5),(53,570),(52.598076211353316,568.5),(51.5,567.4019237886467),(50,567),(48.5,567.4019237886466),(47.401923788646684,568.5)) -458 ((46,580),(46.53589838486224,582),(48,583.4641016151378),(50,584),(52,583.4641016151378),(53.46410161513776,582),(54,580),(53.46410161513776,578),(52,576.5358983848622),(50,576),(48,576.5358983848622),(46.53589838486225,578)) -459 ((45,590),(45.66987298107781,592.5),(47.5,594.3301270189222),(50,595),(52.5,594.3301270189222),(54.33012701892219,592.5),(55,590),(54.3301270189222,587.5),(52.5,585.6698729810778),(50,585),(47.5,585.6698729810778),(45.66987298107781,587.5)) -460 ((44,600),(44.80384757729337,603),(47,605.1961524227066),(50,606),(53,605.1961524227066),(55.19615242270663,603),(56,600),(55.19615242270663,597),(53,594.8038475772934),(50,594),(47.00000000000001,594.8038475772934),(44.80384757729337,597)) -461 ((43,610),(43.93782217350893,613.5),(46.5,616.062177826491),(50,617),(53.5,616.062177826491),(56.062177826491066,613.5),(57,610),(56.06217782649107,606.5),(53.5,603.937822173509),(50,603),(46.50000000000001,603.937822173509),(43.937822173508934,606.5)) -462 ((42,620),(43.07179676972449,624),(46,626.9282032302755),(50,628),(54,626.9282032302755),(56.92820323027551,624),(58,620),(56.928203230275514,616),(54,613.0717967697245),(50,612),(46.00000000000001,613.0717967697245),(43.07179676972449,616)) -463 ((41,630),(42.20577136594005,634.5),(45.5,637.7942286340599),(50,639),(54.5,637.7942286340599),(57.79422863405995,634.5),(59,630),(57.79422863405995,625.5),(54.5,622.2057713659401),(50,621),(45.50000000000001,622.20577136594),(42.20577136594005,625.5)) -464 ((40,640),(41.33974596215561,645),(45,648.6602540378444),(50,650),(55,648.6602540378444),(58.66025403784438,645),(60,640),(58.66025403784439,635),(55.00000000000001,631.3397459621556),(50,630),(45.00000000000001,631.3397459621556),(41.33974596215562,635)) -465 ((49,650),(49.13397459621556,650.5),(49.5,650.8660254037844),(50,651),(50.5,650.8660254037844),(50.86602540378444,650.5),(51,650),(50.86602540378444,649.5),(50.5,649.1339745962156),(50,649),(49.5,649.1339745962156),(49.13397459621556,649.5)) -466 ((48,660),(48.267949192431125,661),(49,661.7320508075688),(50,662),(51,661.7320508075688),(51.732050807568875,661),(52,660),(51.732050807568875,659),(51,658.2679491924312),(50,658),(49,658.2679491924312),(48.267949192431125,659)) -467 ((47,670),(47.401923788646684,671.5),(48.5,672.5980762113534),(50,673),(51.5,672.5980762113534),(52.598076211353316,671.5),(53,670),(52.598076211353316,668.5),(51.5,667.4019237886467),(50,667),(48.5,667.4019237886466),(47.401923788646684,668.5)) -468 ((46,680),(46.53589838486224,682),(48,683.4641016151378),(50,684),(52,683.4641016151378),(53.46410161513776,682),(54,680),(53.46410161513776,678),(52,676.5358983848622),(50,676),(48,676.5358983848622),(46.53589838486225,678)) -469 ((45,690),(45.66987298107781,692.5),(47.5,694.3301270189222),(50,695),(52.5,694.3301270189222),(54.33012701892219,692.5),(55,690),(54.3301270189222,687.5),(52.5,685.6698729810778),(50,685),(47.5,685.6698729810778),(45.66987298107781,687.5)) -470 ((44,700),(44.80384757729337,703),(47,705.1961524227066),(50,706),(53,705.1961524227066),(55.19615242270663,703),(56,700),(55.19615242270663,697),(53,694.8038475772934),(50,694),(47.00000000000001,694.8038475772934),(44.80384757729337,697)) -471 ((43,710),(43.93782217350893,713.5),(46.5,716.062177826491),(50,717),(53.5,716.062177826491),(56.062177826491066,713.5),(57,710),(56.06217782649107,706.5),(53.5,703.937822173509),(50,703),(46.50000000000001,703.937822173509),(43.937822173508934,706.5)) -472 ((42,720),(43.07179676972449,724),(46,726.9282032302755),(50,728),(54,726.9282032302755),(56.92820323027551,724),(58,720),(56.928203230275514,716),(54,713.0717967697245),(50,712),(46.00000000000001,713.0717967697245),(43.07179676972449,716)) -473 ((41,730),(42.20577136594005,734.5),(45.5,737.7942286340599),(50,739),(54.5,737.7942286340599),(57.79422863405995,734.5),(59,730),(57.79422863405995,725.5),(54.5,722.2057713659401),(50,721),(45.50000000000001,722.20577136594),(42.20577136594005,725.5)) -474 ((40,740),(41.33974596215561,745),(45,748.6602540378444),(50,750),(55,748.6602540378444),(58.66025403784438,745),(60,740),(58.66025403784439,735),(55.00000000000001,731.3397459621556),(50,730),(45.00000000000001,731.3397459621556),(41.33974596215562,735)) -475 ((49,750),(49.13397459621556,750.5),(49.5,750.8660254037844),(50,751),(50.5,750.8660254037844),(50.86602540378444,750.5),(51,750),(50.86602540378444,749.5),(50.5,749.1339745962156),(50,749),(49.5,749.1339745962156),(49.13397459621556,749.5)) -476 ((48,760),(48.267949192431125,761),(49,761.7320508075688),(50,762),(51,761.7320508075688),(51.732050807568875,761),(52,760),(51.732050807568875,759),(51,758.2679491924312),(50,758),(49,758.2679491924312),(48.267949192431125,759)) -477 ((47,770),(47.401923788646684,771.5),(48.5,772.5980762113534),(50,773),(51.5,772.5980762113534),(52.598076211353316,771.5),(53,770),(52.598076211353316,768.5),(51.5,767.4019237886467),(50,767),(48.5,767.4019237886466),(47.401923788646684,768.5)) -478 ((46,780),(46.53589838486224,782),(48,783.4641016151378),(50,784),(52,783.4641016151378),(53.46410161513776,782),(54,780),(53.46410161513776,778),(52,776.5358983848622),(50,776),(48,776.5358983848622),(46.53589838486225,778)) -479 ((45,790),(45.66987298107781,792.5),(47.5,794.3301270189222),(50,795),(52.5,794.3301270189222),(54.33012701892219,792.5),(55,790),(54.3301270189222,787.5),(52.5,785.6698729810778),(50,785),(47.5,785.6698729810778),(45.66987298107781,787.5)) -480 ((44,800),(44.80384757729337,803),(47,805.1961524227066),(50,806),(53,805.1961524227066),(55.19615242270663,803),(56,800),(55.19615242270663,797),(53,794.8038475772934),(50,794),(47.00000000000001,794.8038475772934),(44.80384757729337,797)) -481 ((43,810),(43.93782217350893,813.5),(46.5,816.062177826491),(50,817),(53.5,816.062177826491),(56.062177826491066,813.5),(57,810),(56.06217782649107,806.5),(53.5,803.937822173509),(50,803),(46.50000000000001,803.937822173509),(43.937822173508934,806.5)) -482 ((42,820),(43.07179676972449,824),(46,826.9282032302755),(50,828),(54,826.9282032302755),(56.92820323027551,824),(58,820),(56.928203230275514,816),(54,813.0717967697245),(50,812),(46.00000000000001,813.0717967697245),(43.07179676972449,816)) -483 ((41,830),(42.20577136594005,834.5),(45.5,837.7942286340599),(50,839),(54.5,837.7942286340599),(57.79422863405995,834.5),(59,830),(57.79422863405995,825.5),(54.5,822.2057713659401),(50,821),(45.50000000000001,822.20577136594),(42.20577136594005,825.5)) -484 ((40,840),(41.33974596215561,845),(45,848.6602540378444),(50,850),(55,848.6602540378444),(58.66025403784438,845),(60,840),(58.66025403784439,835),(55.00000000000001,831.3397459621556),(50,830),(45.00000000000001,831.3397459621556),(41.33974596215562,835)) -485 ((49,850),(49.13397459621556,850.5),(49.5,850.8660254037844),(50,851),(50.5,850.8660254037844),(50.86602540378444,850.5),(51,850),(50.86602540378444,849.5),(50.5,849.1339745962156),(50,849),(49.5,849.1339745962156),(49.13397459621556,849.5)) -486 ((48,860),(48.267949192431125,861),(49,861.7320508075688),(50,862),(51,861.7320508075688),(51.732050807568875,861),(52,860),(51.732050807568875,859),(51,858.2679491924312),(50,858),(49,858.2679491924312),(48.267949192431125,859)) -487 ((47,870),(47.401923788646684,871.5),(48.5,872.5980762113534),(50,873),(51.5,872.5980762113534),(52.598076211353316,871.5),(53,870),(52.598076211353316,868.5),(51.5,867.4019237886467),(50,867),(48.5,867.4019237886466),(47.401923788646684,868.5)) -488 ((46,880),(46.53589838486224,882),(48,883.4641016151378),(50,884),(52,883.4641016151378),(53.46410161513776,882),(54,880),(53.46410161513776,878),(52,876.5358983848622),(50,876),(48,876.5358983848622),(46.53589838486225,878)) -489 ((45,890),(45.66987298107781,892.5),(47.5,894.3301270189222),(50,895),(52.5,894.3301270189222),(54.33012701892219,892.5),(55,890),(54.3301270189222,887.5),(52.5,885.6698729810778),(50,885),(47.5,885.6698729810778),(45.66987298107781,887.5)) -490 ((44,900),(44.80384757729337,903),(47,905.1961524227066),(50,906),(53,905.1961524227066),(55.19615242270663,903),(56,900),(55.19615242270663,897),(53,894.8038475772934),(50,894),(47.00000000000001,894.8038475772934),(44.80384757729337,897)) -491 ((43,910),(43.93782217350893,913.5),(46.5,916.062177826491),(50,917),(53.5,916.062177826491),(56.062177826491066,913.5),(57,910),(56.06217782649107,906.5),(53.5,903.937822173509),(50,903),(46.50000000000001,903.937822173509),(43.937822173508934,906.5)) -492 ((42,920),(43.07179676972449,924),(46,926.9282032302755),(50,928),(54,926.9282032302755),(56.92820323027551,924),(58,920),(56.928203230275514,916),(54,913.0717967697245),(50,912),(46.00000000000001,913.0717967697245),(43.07179676972449,916)) -493 ((41,930),(42.20577136594005,934.5),(45.5,937.7942286340599),(50,939),(54.5,937.7942286340599),(57.79422863405995,934.5),(59,930),(57.79422863405995,925.5),(54.5,922.2057713659401),(50,921),(45.50000000000001,922.20577136594),(42.20577136594005,925.5)) -494 ((40,940),(41.33974596215561,945),(45,948.6602540378444),(50,950),(55,948.6602540378444),(58.66025403784438,945),(60,940),(58.66025403784439,935),(55.00000000000001,931.3397459621556),(50,930),(45.00000000000001,931.3397459621556),(41.33974596215562,935)) -495 ((49,950),(49.13397459621556,950.5),(49.5,950.8660254037844),(50,951),(50.5,950.8660254037844),(50.86602540378444,950.5),(51,950),(50.86602540378444,949.5),(50.5,949.1339745962156),(50,949),(49.5,949.1339745962156),(49.13397459621556,949.5)) -496 ((48,960),(48.267949192431125,961),(49,961.7320508075688),(50,962),(51,961.7320508075688),(51.732050807568875,961),(52,960),(51.732050807568875,959),(51,958.2679491924312),(50,958),(49,958.2679491924312),(48.267949192431125,959)) -497 ((47,970),(47.401923788646684,971.5),(48.5,972.5980762113534),(50,973),(51.5,972.5980762113534),(52.598076211353316,971.5),(53,970),(52.598076211353316,968.5),(51.5,967.4019237886467),(50,967),(48.5,967.4019237886466),(47.401923788646684,968.5)) -498 ((46,980),(46.53589838486224,982),(48,983.4641016151378),(50,984),(52,983.4641016151378),(53.46410161513776,982),(54,980),(53.46410161513776,978),(52,976.5358983848622),(50,976),(48,976.5358983848622),(46.53589838486225,978)) -499 ((45,990),(45.66987298107781,992.5),(47.5,994.3301270189222),(50,995),(52.5,994.3301270189222),(54.33012701892219,992.5),(55,990),(54.3301270189222,987.5),(52.5,985.6698729810778),(50,985),(47.5,985.6698729810778),(45.66987298107781,987.5)) -500 ((44,1000),(44.80384757729337,1003),(47,1005.1961524227066),(50,1006),(53,1005.1961524227066),(55.19615242270663,1003),(56,1000),(55.19615242270663,997),(53,994.8038475772934),(50,994),(47.00000000000001,994.8038475772934),(44.80384757729337,997)) -501 ((52,10),(53.07179676972449,14),(56,16.928203230275507),(60,18),(64,16.92820323027551),(66.92820323027551,14.000000000000004),(68,10.000000000000002),(66.92820323027551,6.000000000000002),(64,3.071796769724492),(60,2),(56.00000000000001,3.0717967697244877),(53.07179676972449,5.9999999999999964)) -502 ((51,20),(52.20577136594005,24.5),(55.5,27.794228634059948),(60,29),(64.5,27.794228634059948),(67.79422863405995,24.500000000000004),(69,20),(67.79422863405995,15.500000000000004),(64.5,12.205771365940054),(60,11),(55.50000000000001,12.205771365940048),(52.20577136594005,15.499999999999996)) -503 ((50,30),(51.33974596215561,35),(55,38.66025403784438),(60,40),(65,38.66025403784439),(68.66025403784438,35),(70,30),(68.6602540378444,25.000000000000004),(65,21.339745962155614),(60,20),(55.00000000000001,21.33974596215561),(51.33974596215562,24.999999999999996)) -504 ((59,40),(59.13397459621556,40.5),(59.5,40.86602540378444),(60,41),(60.5,40.86602540378444),(60.86602540378444,40.5),(61,40),(60.86602540378444,39.5),(60.5,39.13397459621556),(60,39),(59.5,39.13397459621556),(59.13397459621556,39.5)) -505 ((58,50),(58.267949192431125,51),(59,51.732050807568875),(60,52),(61,51.732050807568875),(61.732050807568875,51),(62,50),(61.732050807568875,49),(61,48.267949192431125),(60,48),(59,48.267949192431125),(58.267949192431125,49)) -506 ((57,60),(57.401923788646684,61.5),(58.5,62.598076211353316),(60,63),(61.5,62.598076211353316),(62.598076211353316,61.5),(63,60),(62.598076211353316,58.5),(61.5,57.401923788646684),(60,57),(58.5,57.401923788646684),(57.401923788646684,58.5)) -507 ((56,70),(56.53589838486224,72),(58,73.46410161513775),(60,74),(62,73.46410161513775),(63.46410161513776,72),(64,70),(63.46410161513776,68),(62,66.53589838486225),(60,66),(58,66.53589838486225),(56.53589838486225,68)) -508 ((55,80),(55.66987298107781,82.5),(57.5,84.3301270189222),(60,85),(62.5,84.3301270189222),(64.3301270189222,82.5),(65,80),(64.3301270189222,77.5),(62.5,75.6698729810778),(60,75),(57.5,75.6698729810778),(55.66987298107781,77.5)) -509 ((54,90),(54.80384757729337,93),(57,95.19615242270663),(60,96),(63,95.19615242270663),(65.19615242270663,93),(66,90),(65.19615242270663,87),(63,84.80384757729337),(60,84),(57.00000000000001,84.80384757729337),(54.80384757729337,87)) -510 ((53,100),(53.93782217350893,103.5),(56.5,106.06217782649107),(60,107),(63.5,106.06217782649107),(66.06217782649107,103.5),(67,100),(66.06217782649107,96.5),(63.5,93.93782217350893),(60,93),(56.50000000000001,93.93782217350892),(53.937822173508934,96.5)) -511 ((52,110),(53.07179676972449,114),(56,116.92820323027551),(60,118),(64,116.92820323027551),(66.92820323027551,114),(68,110),(66.92820323027551,106),(64,103.07179676972449),(60,102),(56.00000000000001,103.07179676972449),(53.07179676972449,106)) -512 ((51,120),(52.20577136594005,124.5),(55.5,127.79422863405995),(60,129),(64.5,127.79422863405995),(67.79422863405995,124.5),(69,120),(67.79422863405995,115.5),(64.5,112.20577136594005),(60,111),(55.50000000000001,112.20577136594005),(52.20577136594005,115.5)) -513 ((50,130),(51.33974596215561,135),(55,138.6602540378444),(60,140),(65,138.6602540378444),(68.66025403784438,135),(70,130),(68.6602540378444,125),(65,121.33974596215562),(60,120),(55.00000000000001,121.3397459621556),(51.33974596215562,125)) -514 ((59,140),(59.13397459621556,140.5),(59.5,140.86602540378445),(60,141),(60.5,140.86602540378445),(60.86602540378444,140.5),(61,140),(60.86602540378444,139.5),(60.5,139.13397459621555),(60,139),(59.5,139.13397459621555),(59.13397459621556,139.5)) -515 ((58,150),(58.267949192431125,151),(59,151.73205080756887),(60,152),(61,151.73205080756887),(61.732050807568875,151),(62,150),(61.732050807568875,149),(61,148.26794919243113),(60,148),(59,148.26794919243113),(58.267949192431125,149)) -516 ((57,160),(57.401923788646684,161.5),(58.5,162.59807621135332),(60,163),(61.5,162.59807621135332),(62.598076211353316,161.5),(63,160),(62.598076211353316,158.5),(61.5,157.40192378864668),(60,157),(58.5,157.40192378864668),(57.401923788646684,158.5)) -517 ((56,170),(56.53589838486224,172),(58,173.46410161513776),(60,174),(62,173.46410161513776),(63.46410161513776,172),(64,170),(63.46410161513776,168),(62,166.53589838486224),(60,166),(58,166.53589838486224),(56.53589838486225,168)) -518 ((55,180),(55.66987298107781,182.5),(57.5,184.33012701892218),(60,185),(62.5,184.33012701892218),(64.3301270189222,182.5),(65,180),(64.3301270189222,177.5),(62.5,175.66987298107782),(60,175),(57.5,175.66987298107782),(55.66987298107781,177.5)) -519 ((54,190),(54.80384757729337,193),(57,195.19615242270663),(60,196),(63,195.19615242270663),(65.19615242270663,193),(66,190),(65.19615242270663,187),(63,184.80384757729337),(60,184),(57.00000000000001,184.80384757729337),(54.80384757729337,187)) -520 ((53,200),(53.93782217350893,203.5),(56.5,206.06217782649108),(60,207),(63.5,206.06217782649108),(66.06217782649107,203.5),(67,200),(66.06217782649107,196.5),(63.5,193.93782217350892),(60,193),(56.50000000000001,193.93782217350892),(53.937822173508934,196.5)) -521 ((52,210),(53.07179676972449,214),(56,216.9282032302755),(60,218),(64,216.9282032302755),(66.92820323027551,214),(68,210),(66.92820323027551,206),(64,203.0717967697245),(60,202),(56.00000000000001,203.0717967697245),(53.07179676972449,206)) -522 ((51,220),(52.20577136594005,224.5),(55.5,227.79422863405995),(60,229),(64.5,227.79422863405995),(67.79422863405995,224.5),(69,220),(67.79422863405995,215.5),(64.5,212.20577136594005),(60,211),(55.50000000000001,212.20577136594005),(52.20577136594005,215.5)) -523 ((50,230),(51.33974596215561,235),(55,238.6602540378444),(60,240),(65,238.6602540378444),(68.66025403784438,235),(70,230),(68.6602540378444,225),(65,221.3397459621556),(60,220),(55.00000000000001,221.3397459621556),(51.33974596215562,225)) -524 ((59,240),(59.13397459621556,240.5),(59.5,240.86602540378445),(60,241),(60.5,240.86602540378445),(60.86602540378444,240.5),(61,240),(60.86602540378444,239.5),(60.5,239.13397459621555),(60,239),(59.5,239.13397459621555),(59.13397459621556,239.5)) -525 ((58,250),(58.267949192431125,251),(59,251.73205080756887),(60,252),(61,251.73205080756887),(61.732050807568875,251),(62,250),(61.732050807568875,249),(61,248.26794919243113),(60,248),(59,248.26794919243113),(58.267949192431125,249)) -526 ((57,260),(57.401923788646684,261.5),(58.5,262.5980762113533),(60,263),(61.5,262.5980762113533),(62.598076211353316,261.5),(63,260),(62.598076211353316,258.5),(61.5,257.4019237886467),(60,257),(58.5,257.4019237886467),(57.401923788646684,258.5)) -527 ((56,270),(56.53589838486224,272),(58,273.46410161513774),(60,274),(62,273.46410161513774),(63.46410161513776,272),(64,270),(63.46410161513776,268),(62,266.53589838486226),(60,266),(58,266.53589838486226),(56.53589838486225,268)) -528 ((55,280),(55.66987298107781,282.5),(57.5,284.3301270189222),(60,285),(62.5,284.3301270189222),(64.3301270189222,282.5),(65,280),(64.3301270189222,277.5),(62.5,275.6698729810778),(60,275),(57.5,275.6698729810778),(55.66987298107781,277.5)) -529 ((54,290),(54.80384757729337,293),(57,295.19615242270663),(60,296),(63,295.19615242270663),(65.19615242270663,293),(66,290),(65.19615242270663,287),(63,284.80384757729337),(60,284),(57.00000000000001,284.80384757729337),(54.80384757729337,287)) -530 ((53,300),(53.93782217350893,303.5),(56.5,306.06217782649105),(60,307),(63.5,306.06217782649105),(66.06217782649107,303.5),(67,300),(66.06217782649107,296.5),(63.5,293.93782217350895),(60,293),(56.50000000000001,293.93782217350895),(53.937822173508934,296.5)) -531 ((52,310),(53.07179676972449,314),(56,316.9282032302755),(60,318),(64,316.9282032302755),(66.92820323027551,314),(68,310),(66.92820323027551,306),(64,303.0717967697245),(60,302),(56.00000000000001,303.0717967697245),(53.07179676972449,306)) -532 ((51,320),(52.20577136594005,324.5),(55.5,327.79422863405995),(60,329),(64.5,327.79422863405995),(67.79422863405995,324.5),(69,320),(67.79422863405995,315.5),(64.5,312.20577136594005),(60,311),(55.50000000000001,312.20577136594005),(52.20577136594005,315.5)) -533 ((50,330),(51.33974596215561,335),(55,338.66025403784437),(60,340),(65,338.66025403784437),(68.66025403784438,335),(70,330),(68.6602540378444,325),(65,321.33974596215563),(60,320),(55.00000000000001,321.33974596215563),(51.33974596215562,325)) -534 ((59,340),(59.13397459621556,340.5),(59.5,340.8660254037844),(60,341),(60.5,340.8660254037844),(60.86602540378444,340.5),(61,340),(60.86602540378444,339.5),(60.5,339.1339745962156),(60,339),(59.5,339.1339745962156),(59.13397459621556,339.5)) -535 ((58,350),(58.267949192431125,351),(59,351.7320508075689),(60,352),(61,351.7320508075689),(61.732050807568875,351),(62,350),(61.732050807568875,349),(61,348.2679491924311),(60,348),(59,348.2679491924311),(58.267949192431125,349)) -536 ((57,360),(57.401923788646684,361.5),(58.5,362.5980762113533),(60,363),(61.5,362.5980762113533),(62.598076211353316,361.5),(63,360),(62.598076211353316,358.5),(61.5,357.4019237886467),(60,357),(58.5,357.4019237886467),(57.401923788646684,358.5)) -537 ((56,370),(56.53589838486224,372),(58,373.46410161513774),(60,374),(62,373.46410161513774),(63.46410161513776,372),(64,370),(63.46410161513776,368),(62,366.53589838486226),(60,366),(58,366.53589838486226),(56.53589838486225,368)) -538 ((55,380),(55.66987298107781,382.5),(57.5,384.3301270189222),(60,385),(62.5,384.3301270189222),(64.3301270189222,382.5),(65,380),(64.3301270189222,377.5),(62.5,375.6698729810778),(60,375),(57.5,375.6698729810778),(55.66987298107781,377.5)) -539 ((54,390),(54.80384757729337,393),(57,395.19615242270663),(60,396),(63,395.19615242270663),(65.19615242270663,393),(66,390),(65.19615242270663,387),(63,384.80384757729337),(60,384),(57.00000000000001,384.80384757729337),(54.80384757729337,387)) -540 ((53,400),(53.93782217350893,403.5),(56.5,406.06217782649105),(60,407),(63.5,406.06217782649105),(66.06217782649107,403.5),(67,400),(66.06217782649107,396.5),(63.5,393.93782217350895),(60,393),(56.50000000000001,393.93782217350895),(53.937822173508934,396.5)) -541 ((52,410),(53.07179676972449,414),(56,416.9282032302755),(60,418),(64,416.9282032302755),(66.92820323027551,414),(68,410),(66.92820323027551,406),(64,403.0717967697245),(60,402),(56.00000000000001,403.0717967697245),(53.07179676972449,406)) -542 ((51,420),(52.20577136594005,424.5),(55.5,427.79422863405995),(60,429),(64.5,427.79422863405995),(67.79422863405995,424.5),(69,420),(67.79422863405995,415.5),(64.5,412.20577136594005),(60,411),(55.50000000000001,412.20577136594005),(52.20577136594005,415.5)) -543 ((50,430),(51.33974596215561,435),(55,438.66025403784437),(60,440),(65,438.66025403784437),(68.66025403784438,435),(70,430),(68.6602540378444,425),(65,421.33974596215563),(60,420),(55.00000000000001,421.33974596215563),(51.33974596215562,425)) -544 ((59,440),(59.13397459621556,440.5),(59.5,440.8660254037844),(60,441),(60.5,440.8660254037844),(60.86602540378444,440.5),(61,440),(60.86602540378444,439.5),(60.5,439.1339745962156),(60,439),(59.5,439.1339745962156),(59.13397459621556,439.5)) -545 ((58,450),(58.267949192431125,451),(59,451.7320508075689),(60,452),(61,451.7320508075689),(61.732050807568875,451),(62,450),(61.732050807568875,449),(61,448.2679491924311),(60,448),(59,448.2679491924311),(58.267949192431125,449)) -546 ((57,460),(57.401923788646684,461.5),(58.5,462.5980762113533),(60,463),(61.5,462.5980762113533),(62.598076211353316,461.5),(63,460),(62.598076211353316,458.5),(61.5,457.4019237886467),(60,457),(58.5,457.4019237886467),(57.401923788646684,458.5)) -547 ((56,470),(56.53589838486224,472),(58,473.46410161513774),(60,474),(62,473.46410161513774),(63.46410161513776,472),(64,470),(63.46410161513776,468),(62,466.53589838486226),(60,466),(58,466.53589838486226),(56.53589838486225,468)) -548 ((55,480),(55.66987298107781,482.5),(57.5,484.3301270189222),(60,485),(62.5,484.3301270189222),(64.3301270189222,482.5),(65,480),(64.3301270189222,477.5),(62.5,475.6698729810778),(60,475),(57.5,475.6698729810778),(55.66987298107781,477.5)) -549 ((54,490),(54.80384757729337,493),(57,495.19615242270663),(60,496),(63,495.19615242270663),(65.19615242270663,493),(66,490),(65.19615242270663,487),(63,484.80384757729337),(60,484),(57.00000000000001,484.80384757729337),(54.80384757729337,487)) -550 ((53,500),(53.93782217350893,503.5),(56.5,506.06217782649105),(60,507),(63.5,506.06217782649105),(66.06217782649107,503.5),(67,500),(66.06217782649107,496.5),(63.5,493.93782217350895),(60,493),(56.50000000000001,493.93782217350895),(53.937822173508934,496.5)) -551 ((52,510),(53.07179676972449,514),(56,516.9282032302755),(60,518),(64,516.9282032302755),(66.92820323027551,514),(68,510),(66.92820323027551,506),(64,503.0717967697245),(60,502),(56.00000000000001,503.0717967697245),(53.07179676972449,506)) -552 ((51,520),(52.20577136594005,524.5),(55.5,527.7942286340599),(60,529),(64.5,527.7942286340599),(67.79422863405995,524.5),(69,520),(67.79422863405995,515.5),(64.5,512.2057713659401),(60,511),(55.50000000000001,512.20577136594),(52.20577136594005,515.5)) -553 ((50,530),(51.33974596215561,535),(55,538.6602540378444),(60,540),(65,538.6602540378444),(68.66025403784438,535),(70,530),(68.6602540378444,525),(65,521.3397459621556),(60,520),(55.00000000000001,521.3397459621556),(51.33974596215562,525)) -554 ((59,540),(59.13397459621556,540.5),(59.5,540.8660254037844),(60,541),(60.5,540.8660254037844),(60.86602540378444,540.5),(61,540),(60.86602540378444,539.5),(60.5,539.1339745962156),(60,539),(59.5,539.1339745962156),(59.13397459621556,539.5)) -555 ((58,550),(58.267949192431125,551),(59,551.7320508075688),(60,552),(61,551.7320508075688),(61.732050807568875,551),(62,550),(61.732050807568875,549),(61,548.2679491924312),(60,548),(59,548.2679491924312),(58.267949192431125,549)) -556 ((57,560),(57.401923788646684,561.5),(58.5,562.5980762113534),(60,563),(61.5,562.5980762113534),(62.598076211353316,561.5),(63,560),(62.598076211353316,558.5),(61.5,557.4019237886467),(60,557),(58.5,557.4019237886466),(57.401923788646684,558.5)) -557 ((56,570),(56.53589838486224,572),(58,573.4641016151378),(60,574),(62,573.4641016151378),(63.46410161513776,572),(64,570),(63.46410161513776,568),(62,566.5358983848622),(60,566),(58,566.5358983848622),(56.53589838486225,568)) -558 ((55,580),(55.66987298107781,582.5),(57.5,584.3301270189222),(60,585),(62.5,584.3301270189222),(64.3301270189222,582.5),(65,580),(64.3301270189222,577.5),(62.5,575.6698729810778),(60,575),(57.5,575.6698729810778),(55.66987298107781,577.5)) -559 ((54,590),(54.80384757729337,593),(57,595.1961524227066),(60,596),(63,595.1961524227066),(65.19615242270663,593),(66,590),(65.19615242270663,587),(63,584.8038475772934),(60,584),(57.00000000000001,584.8038475772934),(54.80384757729337,587)) -560 ((53,600),(53.93782217350893,603.5),(56.5,606.062177826491),(60,607),(63.5,606.062177826491),(66.06217782649107,603.5),(67,600),(66.06217782649107,596.5),(63.5,593.937822173509),(60,593),(56.50000000000001,593.937822173509),(53.937822173508934,596.5)) -561 ((52,610),(53.07179676972449,614),(56,616.9282032302755),(60,618),(64,616.9282032302755),(66.92820323027551,614),(68,610),(66.92820323027551,606),(64,603.0717967697245),(60,602),(56.00000000000001,603.0717967697245),(53.07179676972449,606)) -562 ((51,620),(52.20577136594005,624.5),(55.5,627.7942286340599),(60,629),(64.5,627.7942286340599),(67.79422863405995,624.5),(69,620),(67.79422863405995,615.5),(64.5,612.2057713659401),(60,611),(55.50000000000001,612.20577136594),(52.20577136594005,615.5)) -563 ((50,630),(51.33974596215561,635),(55,638.6602540378444),(60,640),(65,638.6602540378444),(68.66025403784438,635),(70,630),(68.6602540378444,625),(65,621.3397459621556),(60,620),(55.00000000000001,621.3397459621556),(51.33974596215562,625)) -564 ((59,640),(59.13397459621556,640.5),(59.5,640.8660254037844),(60,641),(60.5,640.8660254037844),(60.86602540378444,640.5),(61,640),(60.86602540378444,639.5),(60.5,639.1339745962156),(60,639),(59.5,639.1339745962156),(59.13397459621556,639.5)) -565 ((58,650),(58.267949192431125,651),(59,651.7320508075688),(60,652),(61,651.7320508075688),(61.732050807568875,651),(62,650),(61.732050807568875,649),(61,648.2679491924312),(60,648),(59,648.2679491924312),(58.267949192431125,649)) -566 ((57,660),(57.401923788646684,661.5),(58.5,662.5980762113534),(60,663),(61.5,662.5980762113534),(62.598076211353316,661.5),(63,660),(62.598076211353316,658.5),(61.5,657.4019237886467),(60,657),(58.5,657.4019237886466),(57.401923788646684,658.5)) -567 ((56,670),(56.53589838486224,672),(58,673.4641016151378),(60,674),(62,673.4641016151378),(63.46410161513776,672),(64,670),(63.46410161513776,668),(62,666.5358983848622),(60,666),(58,666.5358983848622),(56.53589838486225,668)) -568 ((55,680),(55.66987298107781,682.5),(57.5,684.3301270189222),(60,685),(62.5,684.3301270189222),(64.3301270189222,682.5),(65,680),(64.3301270189222,677.5),(62.5,675.6698729810778),(60,675),(57.5,675.6698729810778),(55.66987298107781,677.5)) -569 ((54,690),(54.80384757729337,693),(57,695.1961524227066),(60,696),(63,695.1961524227066),(65.19615242270663,693),(66,690),(65.19615242270663,687),(63,684.8038475772934),(60,684),(57.00000000000001,684.8038475772934),(54.80384757729337,687)) -570 ((53,700),(53.93782217350893,703.5),(56.5,706.062177826491),(60,707),(63.5,706.062177826491),(66.06217782649107,703.5),(67,700),(66.06217782649107,696.5),(63.5,693.937822173509),(60,693),(56.50000000000001,693.937822173509),(53.937822173508934,696.5)) -571 ((52,710),(53.07179676972449,714),(56,716.9282032302755),(60,718),(64,716.9282032302755),(66.92820323027551,714),(68,710),(66.92820323027551,706),(64,703.0717967697245),(60,702),(56.00000000000001,703.0717967697245),(53.07179676972449,706)) -572 ((51,720),(52.20577136594005,724.5),(55.5,727.7942286340599),(60,729),(64.5,727.7942286340599),(67.79422863405995,724.5),(69,720),(67.79422863405995,715.5),(64.5,712.2057713659401),(60,711),(55.50000000000001,712.20577136594),(52.20577136594005,715.5)) -573 ((50,730),(51.33974596215561,735),(55,738.6602540378444),(60,740),(65,738.6602540378444),(68.66025403784438,735),(70,730),(68.6602540378444,725),(65,721.3397459621556),(60,720),(55.00000000000001,721.3397459621556),(51.33974596215562,725)) -574 ((59,740),(59.13397459621556,740.5),(59.5,740.8660254037844),(60,741),(60.5,740.8660254037844),(60.86602540378444,740.5),(61,740),(60.86602540378444,739.5),(60.5,739.1339745962156),(60,739),(59.5,739.1339745962156),(59.13397459621556,739.5)) -575 ((58,750),(58.267949192431125,751),(59,751.7320508075688),(60,752),(61,751.7320508075688),(61.732050807568875,751),(62,750),(61.732050807568875,749),(61,748.2679491924312),(60,748),(59,748.2679491924312),(58.267949192431125,749)) -576 ((57,760),(57.401923788646684,761.5),(58.5,762.5980762113534),(60,763),(61.5,762.5980762113534),(62.598076211353316,761.5),(63,760),(62.598076211353316,758.5),(61.5,757.4019237886467),(60,757),(58.5,757.4019237886466),(57.401923788646684,758.5)) -577 ((56,770),(56.53589838486224,772),(58,773.4641016151378),(60,774),(62,773.4641016151378),(63.46410161513776,772),(64,770),(63.46410161513776,768),(62,766.5358983848622),(60,766),(58,766.5358983848622),(56.53589838486225,768)) -578 ((55,780),(55.66987298107781,782.5),(57.5,784.3301270189222),(60,785),(62.5,784.3301270189222),(64.3301270189222,782.5),(65,780),(64.3301270189222,777.5),(62.5,775.6698729810778),(60,775),(57.5,775.6698729810778),(55.66987298107781,777.5)) -579 ((54,790),(54.80384757729337,793),(57,795.1961524227066),(60,796),(63,795.1961524227066),(65.19615242270663,793),(66,790),(65.19615242270663,787),(63,784.8038475772934),(60,784),(57.00000000000001,784.8038475772934),(54.80384757729337,787)) -580 ((53,800),(53.93782217350893,803.5),(56.5,806.062177826491),(60,807),(63.5,806.062177826491),(66.06217782649107,803.5),(67,800),(66.06217782649107,796.5),(63.5,793.937822173509),(60,793),(56.50000000000001,793.937822173509),(53.937822173508934,796.5)) -581 ((52,810),(53.07179676972449,814),(56,816.9282032302755),(60,818),(64,816.9282032302755),(66.92820323027551,814),(68,810),(66.92820323027551,806),(64,803.0717967697245),(60,802),(56.00000000000001,803.0717967697245),(53.07179676972449,806)) -582 ((51,820),(52.20577136594005,824.5),(55.5,827.7942286340599),(60,829),(64.5,827.7942286340599),(67.79422863405995,824.5),(69,820),(67.79422863405995,815.5),(64.5,812.2057713659401),(60,811),(55.50000000000001,812.20577136594),(52.20577136594005,815.5)) -583 ((50,830),(51.33974596215561,835),(55,838.6602540378444),(60,840),(65,838.6602540378444),(68.66025403784438,835),(70,830),(68.6602540378444,825),(65,821.3397459621556),(60,820),(55.00000000000001,821.3397459621556),(51.33974596215562,825)) -584 ((59,840),(59.13397459621556,840.5),(59.5,840.8660254037844),(60,841),(60.5,840.8660254037844),(60.86602540378444,840.5),(61,840),(60.86602540378444,839.5),(60.5,839.1339745962156),(60,839),(59.5,839.1339745962156),(59.13397459621556,839.5)) -585 ((58,850),(58.267949192431125,851),(59,851.7320508075688),(60,852),(61,851.7320508075688),(61.732050807568875,851),(62,850),(61.732050807568875,849),(61,848.2679491924312),(60,848),(59,848.2679491924312),(58.267949192431125,849)) -586 ((57,860),(57.401923788646684,861.5),(58.5,862.5980762113534),(60,863),(61.5,862.5980762113534),(62.598076211353316,861.5),(63,860),(62.598076211353316,858.5),(61.5,857.4019237886467),(60,857),(58.5,857.4019237886466),(57.401923788646684,858.5)) -587 ((56,870),(56.53589838486224,872),(58,873.4641016151378),(60,874),(62,873.4641016151378),(63.46410161513776,872),(64,870),(63.46410161513776,868),(62,866.5358983848622),(60,866),(58,866.5358983848622),(56.53589838486225,868)) -588 ((55,880),(55.66987298107781,882.5),(57.5,884.3301270189222),(60,885),(62.5,884.3301270189222),(64.3301270189222,882.5),(65,880),(64.3301270189222,877.5),(62.5,875.6698729810778),(60,875),(57.5,875.6698729810778),(55.66987298107781,877.5)) -589 ((54,890),(54.80384757729337,893),(57,895.1961524227066),(60,896),(63,895.1961524227066),(65.19615242270663,893),(66,890),(65.19615242270663,887),(63,884.8038475772934),(60,884),(57.00000000000001,884.8038475772934),(54.80384757729337,887)) -590 ((53,900),(53.93782217350893,903.5),(56.5,906.062177826491),(60,907),(63.5,906.062177826491),(66.06217782649107,903.5),(67,900),(66.06217782649107,896.5),(63.5,893.937822173509),(60,893),(56.50000000000001,893.937822173509),(53.937822173508934,896.5)) -591 ((52,910),(53.07179676972449,914),(56,916.9282032302755),(60,918),(64,916.9282032302755),(66.92820323027551,914),(68,910),(66.92820323027551,906),(64,903.0717967697245),(60,902),(56.00000000000001,903.0717967697245),(53.07179676972449,906)) -592 ((51,920),(52.20577136594005,924.5),(55.5,927.7942286340599),(60,929),(64.5,927.7942286340599),(67.79422863405995,924.5),(69,920),(67.79422863405995,915.5),(64.5,912.2057713659401),(60,911),(55.50000000000001,912.20577136594),(52.20577136594005,915.5)) -593 ((50,930),(51.33974596215561,935),(55,938.6602540378444),(60,940),(65,938.6602540378444),(68.66025403784438,935),(70,930),(68.6602540378444,925),(65,921.3397459621556),(60,920),(55.00000000000001,921.3397459621556),(51.33974596215562,925)) -594 ((59,940),(59.13397459621556,940.5),(59.5,940.8660254037844),(60,941),(60.5,940.8660254037844),(60.86602540378444,940.5),(61,940),(60.86602540378444,939.5),(60.5,939.1339745962156),(60,939),(59.5,939.1339745962156),(59.13397459621556,939.5)) -595 ((58,950),(58.267949192431125,951),(59,951.7320508075688),(60,952),(61,951.7320508075688),(61.732050807568875,951),(62,950),(61.732050807568875,949),(61,948.2679491924312),(60,948),(59,948.2679491924312),(58.267949192431125,949)) -596 ((57,960),(57.401923788646684,961.5),(58.5,962.5980762113534),(60,963),(61.5,962.5980762113534),(62.598076211353316,961.5),(63,960),(62.598076211353316,958.5),(61.5,957.4019237886467),(60,957),(58.5,957.4019237886466),(57.401923788646684,958.5)) -597 ((56,970),(56.53589838486224,972),(58,973.4641016151378),(60,974),(62,973.4641016151378),(63.46410161513776,972),(64,970),(63.46410161513776,968),(62,966.5358983848622),(60,966),(58,966.5358983848622),(56.53589838486225,968)) -598 ((55,980),(55.66987298107781,982.5),(57.5,984.3301270189222),(60,985),(62.5,984.3301270189222),(64.3301270189222,982.5),(65,980),(64.3301270189222,977.5),(62.5,975.6698729810778),(60,975),(57.5,975.6698729810778),(55.66987298107781,977.5)) -599 ((54,990),(54.80384757729337,993),(57,995.1961524227066),(60,996),(63,995.1961524227066),(65.19615242270663,993),(66,990),(65.19615242270663,987),(63,984.8038475772934),(60,984),(57.00000000000001,984.8038475772934),(54.80384757729337,987)) -600 ((53,1000),(53.93782217350893,1003.5),(56.5,1006.062177826491),(60,1007),(63.5,1006.062177826491),(66.06217782649107,1003.5),(67,1000),(66.06217782649107,996.5),(63.5,993.937822173509),(60,993),(56.50000000000001,993.937822173509),(53.937822173508934,996.5)) -601 ((61,10),(62.20577136594005,14.5),(65.5,17.794228634059948),(70,19),(74.5,17.794228634059948),(77.79422863405995,14.500000000000004),(79,10.000000000000002),(77.79422863405995,5.500000000000003),(74.5,2.2057713659400537),(70,1),(65.5,2.2057713659400484),(62.20577136594005,5.4999999999999964)) -602 ((60,20),(61.33974596215561,25),(65,28.660254037844386),(70,30),(75,28.66025403784439),(78.66025403784438,25.000000000000004),(80,20),(78.6602540378444,15.000000000000004),(75,11.339745962155614),(70,10),(65,11.33974596215561),(61.33974596215562,14.999999999999996)) -603 ((69,30),(69.13397459621557,30.5),(69.5,30.866025403784437),(70,31),(70.5,30.866025403784437),(70.86602540378443,30.5),(71,30),(70.86602540378443,29.5),(70.5,29.133974596215563),(70,29),(69.5,29.133974596215563),(69.13397459621557,29.5)) -604 ((68,40),(68.26794919243112,41),(69,41.732050807568875),(70,42),(71,41.732050807568875),(71.73205080756888,41),(72,40),(71.73205080756888,39),(71,38.267949192431125),(70,38),(69,38.267949192431125),(68.26794919243112,39)) -605 ((67,50),(67.40192378864668,51.5),(68.5,52.598076211353316),(70,53),(71.5,52.598076211353316),(72.59807621135332,51.5),(73,50),(72.59807621135332,48.5),(71.5,47.401923788646684),(70,47),(68.5,47.401923788646684),(67.40192378864668,48.5)) -606 ((66,60),(66.53589838486225,62),(68,63.46410161513776),(70,64),(72,63.46410161513776),(73.46410161513775,62),(74,60),(73.46410161513775,58),(72,56.53589838486224),(70,56),(68,56.53589838486224),(66.53589838486225,58)) -607 ((65,70),(65.6698729810778,72.5),(67.5,74.3301270189222),(70,75),(72.5,74.3301270189222),(74.3301270189222,72.5),(75,70),(74.3301270189222,67.5),(72.5,65.6698729810778),(70,65),(67.5,65.6698729810778),(65.6698729810778,67.5)) -608 ((64,80),(64.80384757729337,83),(67,85.19615242270663),(70,86),(73,85.19615242270663),(75.19615242270663,83),(76,80),(75.19615242270663,77),(73,74.80384757729337),(70,74),(67,74.80384757729337),(64.80384757729337,77)) -609 ((63,90),(63.93782217350893,93.5),(66.5,96.06217782649107),(70,97),(73.5,96.06217782649107),(76.06217782649107,93.5),(77,90),(76.06217782649107,86.5),(73.5,83.93782217350893),(70,83),(66.5,83.93782217350892),(63.937822173508934,86.5)) -610 ((62,100),(63.07179676972449,104),(66,106.92820323027551),(70,108),(74,106.92820323027551),(76.92820323027551,104),(78,100),(76.92820323027551,96),(74,93.07179676972449),(70,92),(66,93.07179676972449),(63.07179676972449,96)) -611 ((61,110),(62.20577136594005,114.5),(65.5,117.79422863405995),(70,119),(74.5,117.79422863405995),(77.79422863405995,114.5),(79,110),(77.79422863405995,105.5),(74.5,102.20577136594005),(70,101),(65.5,102.20577136594005),(62.20577136594005,105.5)) -612 ((60,120),(61.33974596215561,125),(65,128.6602540378444),(70,130),(75,128.6602540378444),(78.66025403784438,125),(80,120),(78.6602540378444,115),(75,111.33974596215562),(70,110),(65,111.3397459621556),(61.33974596215562,115)) -613 ((69,130),(69.13397459621557,130.5),(69.5,130.86602540378445),(70,131),(70.5,130.86602540378445),(70.86602540378443,130.5),(71,130),(70.86602540378443,129.5),(70.5,129.13397459621555),(70,129),(69.5,129.13397459621555),(69.13397459621557,129.5)) -614 ((68,140),(68.26794919243112,141),(69,141.73205080756887),(70,142),(71,141.73205080756887),(71.73205080756888,141),(72,140),(71.73205080756888,139),(71,138.26794919243113),(70,138),(69,138.26794919243113),(68.26794919243112,139)) -615 ((67,150),(67.40192378864668,151.5),(68.5,152.59807621135332),(70,153),(71.5,152.59807621135332),(72.59807621135332,151.5),(73,150),(72.59807621135332,148.5),(71.5,147.40192378864668),(70,147),(68.5,147.40192378864668),(67.40192378864668,148.5)) -616 ((66,160),(66.53589838486225,162),(68,163.46410161513776),(70,164),(72,163.46410161513776),(73.46410161513775,162),(74,160),(73.46410161513775,158),(72,156.53589838486224),(70,156),(68,156.53589838486224),(66.53589838486225,158)) -617 ((65,170),(65.6698729810778,172.5),(67.5,174.33012701892218),(70,175),(72.5,174.33012701892218),(74.3301270189222,172.5),(75,170),(74.3301270189222,167.5),(72.5,165.66987298107782),(70,165),(67.5,165.66987298107782),(65.6698729810778,167.5)) -618 ((64,180),(64.80384757729337,183),(67,185.19615242270663),(70,186),(73,185.19615242270663),(75.19615242270663,183),(76,180),(75.19615242270663,177),(73,174.80384757729337),(70,174),(67,174.80384757729337),(64.80384757729337,177)) -619 ((63,190),(63.93782217350893,193.5),(66.5,196.06217782649108),(70,197),(73.5,196.06217782649108),(76.06217782649107,193.5),(77,190),(76.06217782649107,186.5),(73.5,183.93782217350892),(70,183),(66.5,183.93782217350892),(63.937822173508934,186.5)) -620 ((62,200),(63.07179676972449,204),(66,206.9282032302755),(70,208),(74,206.9282032302755),(76.92820323027551,204),(78,200),(76.92820323027551,196),(74,193.0717967697245),(70,192),(66,193.0717967697245),(63.07179676972449,196)) -621 ((61,210),(62.20577136594005,214.5),(65.5,217.79422863405995),(70,219),(74.5,217.79422863405995),(77.79422863405995,214.5),(79,210),(77.79422863405995,205.5),(74.5,202.20577136594005),(70,201),(65.5,202.20577136594005),(62.20577136594005,205.5)) -622 ((60,220),(61.33974596215561,225),(65,228.6602540378444),(70,230),(75,228.6602540378444),(78.66025403784438,225),(80,220),(78.6602540378444,215),(75,211.3397459621556),(70,210),(65,211.3397459621556),(61.33974596215562,215)) -623 ((69,230),(69.13397459621557,230.5),(69.5,230.86602540378445),(70,231),(70.5,230.86602540378445),(70.86602540378443,230.5),(71,230),(70.86602540378443,229.5),(70.5,229.13397459621555),(70,229),(69.5,229.13397459621555),(69.13397459621557,229.5)) -624 ((68,240),(68.26794919243112,241),(69,241.73205080756887),(70,242),(71,241.73205080756887),(71.73205080756888,241),(72,240),(71.73205080756888,239),(71,238.26794919243113),(70,238),(69,238.26794919243113),(68.26794919243112,239)) -625 ((67,250),(67.40192378864668,251.5),(68.5,252.59807621135332),(70,253),(71.5,252.59807621135332),(72.59807621135332,251.5),(73,250),(72.59807621135332,248.5),(71.5,247.40192378864668),(70,247),(68.5,247.40192378864668),(67.40192378864668,248.5)) -626 ((66,260),(66.53589838486225,262),(68,263.46410161513774),(70,264),(72,263.46410161513774),(73.46410161513775,262),(74,260),(73.46410161513775,258),(72,256.53589838486226),(70,256),(68,256.53589838486226),(66.53589838486225,258)) -627 ((65,270),(65.6698729810778,272.5),(67.5,274.3301270189222),(70,275),(72.5,274.3301270189222),(74.3301270189222,272.5),(75,270),(74.3301270189222,267.5),(72.5,265.6698729810778),(70,265),(67.5,265.6698729810778),(65.6698729810778,267.5)) -628 ((64,280),(64.80384757729337,283),(67,285.19615242270663),(70,286),(73,285.19615242270663),(75.19615242270663,283),(76,280),(75.19615242270663,277),(73,274.80384757729337),(70,274),(67,274.80384757729337),(64.80384757729337,277)) -629 ((63,290),(63.93782217350893,293.5),(66.5,296.06217782649105),(70,297),(73.5,296.06217782649105),(76.06217782649107,293.5),(77,290),(76.06217782649107,286.5),(73.5,283.93782217350895),(70,283),(66.5,283.93782217350895),(63.937822173508934,286.5)) -630 ((62,300),(63.07179676972449,304),(66,306.9282032302755),(70,308),(74,306.9282032302755),(76.92820323027551,304),(78,300),(76.92820323027551,296),(74,293.0717967697245),(70,292),(66,293.0717967697245),(63.07179676972449,296)) -631 ((61,310),(62.20577136594005,314.5),(65.5,317.79422863405995),(70,319),(74.5,317.79422863405995),(77.79422863405995,314.5),(79,310),(77.79422863405995,305.5),(74.5,302.20577136594005),(70,301),(65.5,302.20577136594005),(62.20577136594005,305.5)) -632 ((60,320),(61.33974596215561,325),(65,328.66025403784437),(70,330),(75,328.66025403784437),(78.66025403784438,325),(80,320),(78.6602540378444,315),(75,311.33974596215563),(70,310),(65,311.33974596215563),(61.33974596215562,315)) -633 ((69,330),(69.13397459621557,330.5),(69.5,330.8660254037844),(70,331),(70.5,330.8660254037844),(70.86602540378443,330.5),(71,330),(70.86602540378443,329.5),(70.5,329.1339745962156),(70,329),(69.5,329.1339745962156),(69.13397459621557,329.5)) -634 ((68,340),(68.26794919243112,341),(69,341.7320508075689),(70,342),(71,341.7320508075689),(71.73205080756888,341),(72,340),(71.73205080756888,339),(71,338.2679491924311),(70,338),(69,338.2679491924311),(68.26794919243112,339)) -635 ((67,350),(67.40192378864668,351.5),(68.5,352.5980762113533),(70,353),(71.5,352.5980762113533),(72.59807621135332,351.5),(73,350),(72.59807621135332,348.5),(71.5,347.4019237886467),(70,347),(68.5,347.4019237886467),(67.40192378864668,348.5)) -636 ((66,360),(66.53589838486225,362),(68,363.46410161513774),(70,364),(72,363.46410161513774),(73.46410161513775,362),(74,360),(73.46410161513775,358),(72,356.53589838486226),(70,356),(68,356.53589838486226),(66.53589838486225,358)) -637 ((65,370),(65.6698729810778,372.5),(67.5,374.3301270189222),(70,375),(72.5,374.3301270189222),(74.3301270189222,372.5),(75,370),(74.3301270189222,367.5),(72.5,365.6698729810778),(70,365),(67.5,365.6698729810778),(65.6698729810778,367.5)) -638 ((64,380),(64.80384757729337,383),(67,385.19615242270663),(70,386),(73,385.19615242270663),(75.19615242270663,383),(76,380),(75.19615242270663,377),(73,374.80384757729337),(70,374),(67,374.80384757729337),(64.80384757729337,377)) -639 ((63,390),(63.93782217350893,393.5),(66.5,396.06217782649105),(70,397),(73.5,396.06217782649105),(76.06217782649107,393.5),(77,390),(76.06217782649107,386.5),(73.5,383.93782217350895),(70,383),(66.5,383.93782217350895),(63.937822173508934,386.5)) -640 ((62,400),(63.07179676972449,404),(66,406.9282032302755),(70,408),(74,406.9282032302755),(76.92820323027551,404),(78,400),(76.92820323027551,396),(74,393.0717967697245),(70,392),(66,393.0717967697245),(63.07179676972449,396)) -641 ((61,410),(62.20577136594005,414.5),(65.5,417.79422863405995),(70,419),(74.5,417.79422863405995),(77.79422863405995,414.5),(79,410),(77.79422863405995,405.5),(74.5,402.20577136594005),(70,401),(65.5,402.20577136594005),(62.20577136594005,405.5)) -642 ((60,420),(61.33974596215561,425),(65,428.66025403784437),(70,430),(75,428.66025403784437),(78.66025403784438,425),(80,420),(78.6602540378444,415),(75,411.33974596215563),(70,410),(65,411.33974596215563),(61.33974596215562,415)) -643 ((69,430),(69.13397459621557,430.5),(69.5,430.8660254037844),(70,431),(70.5,430.8660254037844),(70.86602540378443,430.5),(71,430),(70.86602540378443,429.5),(70.5,429.1339745962156),(70,429),(69.5,429.1339745962156),(69.13397459621557,429.5)) -644 ((68,440),(68.26794919243112,441),(69,441.7320508075689),(70,442),(71,441.7320508075689),(71.73205080756888,441),(72,440),(71.73205080756888,439),(71,438.2679491924311),(70,438),(69,438.2679491924311),(68.26794919243112,439)) -645 ((67,450),(67.40192378864668,451.5),(68.5,452.5980762113533),(70,453),(71.5,452.5980762113533),(72.59807621135332,451.5),(73,450),(72.59807621135332,448.5),(71.5,447.4019237886467),(70,447),(68.5,447.4019237886467),(67.40192378864668,448.5)) -646 ((66,460),(66.53589838486225,462),(68,463.46410161513774),(70,464),(72,463.46410161513774),(73.46410161513775,462),(74,460),(73.46410161513775,458),(72,456.53589838486226),(70,456),(68,456.53589838486226),(66.53589838486225,458)) -647 ((65,470),(65.6698729810778,472.5),(67.5,474.3301270189222),(70,475),(72.5,474.3301270189222),(74.3301270189222,472.5),(75,470),(74.3301270189222,467.5),(72.5,465.6698729810778),(70,465),(67.5,465.6698729810778),(65.6698729810778,467.5)) -648 ((64,480),(64.80384757729337,483),(67,485.19615242270663),(70,486),(73,485.19615242270663),(75.19615242270663,483),(76,480),(75.19615242270663,477),(73,474.80384757729337),(70,474),(67,474.80384757729337),(64.80384757729337,477)) -649 ((63,490),(63.93782217350893,493.5),(66.5,496.06217782649105),(70,497),(73.5,496.06217782649105),(76.06217782649107,493.5),(77,490),(76.06217782649107,486.5),(73.5,483.93782217350895),(70,483),(66.5,483.93782217350895),(63.937822173508934,486.5)) -650 ((62,500),(63.07179676972449,504),(66,506.9282032302755),(70,508),(74,506.9282032302755),(76.92820323027551,504),(78,500),(76.92820323027551,496),(74,493.0717967697245),(70,492),(66,493.0717967697245),(63.07179676972449,496)) -651 ((61,510),(62.20577136594005,514.5),(65.5,517.7942286340599),(70,519),(74.5,517.7942286340599),(77.79422863405995,514.5),(79,510),(77.79422863405995,505.5),(74.5,502.20577136594005),(70,501),(65.5,502.20577136594005),(62.20577136594005,505.5)) -652 ((60,520),(61.33974596215561,525),(65,528.6602540378444),(70,530),(75,528.6602540378444),(78.66025403784438,525),(80,520),(78.6602540378444,515),(75,511.33974596215563),(70,510),(65,511.33974596215563),(61.33974596215562,515)) -653 ((69,530),(69.13397459621557,530.5),(69.5,530.8660254037844),(70,531),(70.5,530.8660254037844),(70.86602540378443,530.5),(71,530),(70.86602540378443,529.5),(70.5,529.1339745962156),(70,529),(69.5,529.1339745962156),(69.13397459621557,529.5)) -654 ((68,540),(68.26794919243112,541),(69,541.7320508075688),(70,542),(71,541.7320508075688),(71.73205080756888,541),(72,540),(71.73205080756888,539),(71,538.2679491924312),(70,538),(69,538.2679491924312),(68.26794919243112,539)) -655 ((67,550),(67.40192378864668,551.5),(68.5,552.5980762113534),(70,553),(71.5,552.5980762113534),(72.59807621135332,551.5),(73,550),(72.59807621135332,548.5),(71.5,547.4019237886467),(70,547),(68.5,547.4019237886466),(67.40192378864668,548.5)) -656 ((66,560),(66.53589838486225,562),(68,563.4641016151378),(70,564),(72,563.4641016151378),(73.46410161513775,562),(74,560),(73.46410161513775,558),(72,556.5358983848622),(70,556),(68,556.5358983848622),(66.53589838486225,558)) -657 ((65,570),(65.6698729810778,572.5),(67.5,574.3301270189222),(70,575),(72.5,574.3301270189222),(74.3301270189222,572.5),(75,570),(74.3301270189222,567.5),(72.5,565.6698729810778),(70,565),(67.5,565.6698729810778),(65.6698729810778,567.5)) -658 ((64,580),(64.80384757729337,583),(67,585.1961524227066),(70,586),(73,585.1961524227066),(75.19615242270663,583),(76,580),(75.19615242270663,577),(73,574.8038475772934),(70,574),(67,574.8038475772934),(64.80384757729337,577)) -659 ((63,590),(63.93782217350893,593.5),(66.5,596.062177826491),(70,597),(73.5,596.062177826491),(76.06217782649107,593.5),(77,590),(76.06217782649107,586.5),(73.5,583.937822173509),(70,583),(66.5,583.937822173509),(63.937822173508934,586.5)) -660 ((62,600),(63.07179676972449,604),(66,606.9282032302755),(70,608),(74,606.9282032302755),(76.92820323027551,604),(78,600),(76.92820323027551,596),(74,593.0717967697245),(70,592),(66,593.0717967697245),(63.07179676972449,596)) -661 ((61,610),(62.20577136594005,614.5),(65.5,617.7942286340599),(70,619),(74.5,617.7942286340599),(77.79422863405995,614.5),(79,610),(77.79422863405995,605.5),(74.5,602.2057713659401),(70,601),(65.5,602.20577136594),(62.20577136594005,605.5)) -662 ((60,620),(61.33974596215561,625),(65,628.6602540378444),(70,630),(75,628.6602540378444),(78.66025403784438,625),(80,620),(78.6602540378444,615),(75,611.3397459621556),(70,610),(65,611.3397459621556),(61.33974596215562,615)) -663 ((69,630),(69.13397459621557,630.5),(69.5,630.8660254037844),(70,631),(70.5,630.8660254037844),(70.86602540378443,630.5),(71,630),(70.86602540378443,629.5),(70.5,629.1339745962156),(70,629),(69.5,629.1339745962156),(69.13397459621557,629.5)) -664 ((68,640),(68.26794919243112,641),(69,641.7320508075688),(70,642),(71,641.7320508075688),(71.73205080756888,641),(72,640),(71.73205080756888,639),(71,638.2679491924312),(70,638),(69,638.2679491924312),(68.26794919243112,639)) -665 ((67,650),(67.40192378864668,651.5),(68.5,652.5980762113534),(70,653),(71.5,652.5980762113534),(72.59807621135332,651.5),(73,650),(72.59807621135332,648.5),(71.5,647.4019237886467),(70,647),(68.5,647.4019237886466),(67.40192378864668,648.5)) -666 ((66,660),(66.53589838486225,662),(68,663.4641016151378),(70,664),(72,663.4641016151378),(73.46410161513775,662),(74,660),(73.46410161513775,658),(72,656.5358983848622),(70,656),(68,656.5358983848622),(66.53589838486225,658)) -667 ((65,670),(65.6698729810778,672.5),(67.5,674.3301270189222),(70,675),(72.5,674.3301270189222),(74.3301270189222,672.5),(75,670),(74.3301270189222,667.5),(72.5,665.6698729810778),(70,665),(67.5,665.6698729810778),(65.6698729810778,667.5)) -668 ((64,680),(64.80384757729337,683),(67,685.1961524227066),(70,686),(73,685.1961524227066),(75.19615242270663,683),(76,680),(75.19615242270663,677),(73,674.8038475772934),(70,674),(67,674.8038475772934),(64.80384757729337,677)) -669 ((63,690),(63.93782217350893,693.5),(66.5,696.062177826491),(70,697),(73.5,696.062177826491),(76.06217782649107,693.5),(77,690),(76.06217782649107,686.5),(73.5,683.937822173509),(70,683),(66.5,683.937822173509),(63.937822173508934,686.5)) -670 ((62,700),(63.07179676972449,704),(66,706.9282032302755),(70,708),(74,706.9282032302755),(76.92820323027551,704),(78,700),(76.92820323027551,696),(74,693.0717967697245),(70,692),(66,693.0717967697245),(63.07179676972449,696)) -671 ((61,710),(62.20577136594005,714.5),(65.5,717.7942286340599),(70,719),(74.5,717.7942286340599),(77.79422863405995,714.5),(79,710),(77.79422863405995,705.5),(74.5,702.2057713659401),(70,701),(65.5,702.20577136594),(62.20577136594005,705.5)) -672 ((60,720),(61.33974596215561,725),(65,728.6602540378444),(70,730),(75,728.6602540378444),(78.66025403784438,725),(80,720),(78.6602540378444,715),(75,711.3397459621556),(70,710),(65,711.3397459621556),(61.33974596215562,715)) -673 ((69,730),(69.13397459621557,730.5),(69.5,730.8660254037844),(70,731),(70.5,730.8660254037844),(70.86602540378443,730.5),(71,730),(70.86602540378443,729.5),(70.5,729.1339745962156),(70,729),(69.5,729.1339745962156),(69.13397459621557,729.5)) -674 ((68,740),(68.26794919243112,741),(69,741.7320508075688),(70,742),(71,741.7320508075688),(71.73205080756888,741),(72,740),(71.73205080756888,739),(71,738.2679491924312),(70,738),(69,738.2679491924312),(68.26794919243112,739)) -675 ((67,750),(67.40192378864668,751.5),(68.5,752.5980762113534),(70,753),(71.5,752.5980762113534),(72.59807621135332,751.5),(73,750),(72.59807621135332,748.5),(71.5,747.4019237886467),(70,747),(68.5,747.4019237886466),(67.40192378864668,748.5)) -676 ((66,760),(66.53589838486225,762),(68,763.4641016151378),(70,764),(72,763.4641016151378),(73.46410161513775,762),(74,760),(73.46410161513775,758),(72,756.5358983848622),(70,756),(68,756.5358983848622),(66.53589838486225,758)) -677 ((65,770),(65.6698729810778,772.5),(67.5,774.3301270189222),(70,775),(72.5,774.3301270189222),(74.3301270189222,772.5),(75,770),(74.3301270189222,767.5),(72.5,765.6698729810778),(70,765),(67.5,765.6698729810778),(65.6698729810778,767.5)) -678 ((64,780),(64.80384757729337,783),(67,785.1961524227066),(70,786),(73,785.1961524227066),(75.19615242270663,783),(76,780),(75.19615242270663,777),(73,774.8038475772934),(70,774),(67,774.8038475772934),(64.80384757729337,777)) -679 ((63,790),(63.93782217350893,793.5),(66.5,796.062177826491),(70,797),(73.5,796.062177826491),(76.06217782649107,793.5),(77,790),(76.06217782649107,786.5),(73.5,783.937822173509),(70,783),(66.5,783.937822173509),(63.937822173508934,786.5)) -680 ((62,800),(63.07179676972449,804),(66,806.9282032302755),(70,808),(74,806.9282032302755),(76.92820323027551,804),(78,800),(76.92820323027551,796),(74,793.0717967697245),(70,792),(66,793.0717967697245),(63.07179676972449,796)) -681 ((61,810),(62.20577136594005,814.5),(65.5,817.7942286340599),(70,819),(74.5,817.7942286340599),(77.79422863405995,814.5),(79,810),(77.79422863405995,805.5),(74.5,802.2057713659401),(70,801),(65.5,802.20577136594),(62.20577136594005,805.5)) -682 ((60,820),(61.33974596215561,825),(65,828.6602540378444),(70,830),(75,828.6602540378444),(78.66025403784438,825),(80,820),(78.6602540378444,815),(75,811.3397459621556),(70,810),(65,811.3397459621556),(61.33974596215562,815)) -683 ((69,830),(69.13397459621557,830.5),(69.5,830.8660254037844),(70,831),(70.5,830.8660254037844),(70.86602540378443,830.5),(71,830),(70.86602540378443,829.5),(70.5,829.1339745962156),(70,829),(69.5,829.1339745962156),(69.13397459621557,829.5)) -684 ((68,840),(68.26794919243112,841),(69,841.7320508075688),(70,842),(71,841.7320508075688),(71.73205080756888,841),(72,840),(71.73205080756888,839),(71,838.2679491924312),(70,838),(69,838.2679491924312),(68.26794919243112,839)) -685 ((67,850),(67.40192378864668,851.5),(68.5,852.5980762113534),(70,853),(71.5,852.5980762113534),(72.59807621135332,851.5),(73,850),(72.59807621135332,848.5),(71.5,847.4019237886467),(70,847),(68.5,847.4019237886466),(67.40192378864668,848.5)) -686 ((66,860),(66.53589838486225,862),(68,863.4641016151378),(70,864),(72,863.4641016151378),(73.46410161513775,862),(74,860),(73.46410161513775,858),(72,856.5358983848622),(70,856),(68,856.5358983848622),(66.53589838486225,858)) -687 ((65,870),(65.6698729810778,872.5),(67.5,874.3301270189222),(70,875),(72.5,874.3301270189222),(74.3301270189222,872.5),(75,870),(74.3301270189222,867.5),(72.5,865.6698729810778),(70,865),(67.5,865.6698729810778),(65.6698729810778,867.5)) -688 ((64,880),(64.80384757729337,883),(67,885.1961524227066),(70,886),(73,885.1961524227066),(75.19615242270663,883),(76,880),(75.19615242270663,877),(73,874.8038475772934),(70,874),(67,874.8038475772934),(64.80384757729337,877)) -689 ((63,890),(63.93782217350893,893.5),(66.5,896.062177826491),(70,897),(73.5,896.062177826491),(76.06217782649107,893.5),(77,890),(76.06217782649107,886.5),(73.5,883.937822173509),(70,883),(66.5,883.937822173509),(63.937822173508934,886.5)) -690 ((62,900),(63.07179676972449,904),(66,906.9282032302755),(70,908),(74,906.9282032302755),(76.92820323027551,904),(78,900),(76.92820323027551,896),(74,893.0717967697245),(70,892),(66,893.0717967697245),(63.07179676972449,896)) -691 ((61,910),(62.20577136594005,914.5),(65.5,917.7942286340599),(70,919),(74.5,917.7942286340599),(77.79422863405995,914.5),(79,910),(77.79422863405995,905.5),(74.5,902.2057713659401),(70,901),(65.5,902.20577136594),(62.20577136594005,905.5)) -692 ((60,920),(61.33974596215561,925),(65,928.6602540378444),(70,930),(75,928.6602540378444),(78.66025403784438,925),(80,920),(78.6602540378444,915),(75,911.3397459621556),(70,910),(65,911.3397459621556),(61.33974596215562,915)) -693 ((69,930),(69.13397459621557,930.5),(69.5,930.8660254037844),(70,931),(70.5,930.8660254037844),(70.86602540378443,930.5),(71,930),(70.86602540378443,929.5),(70.5,929.1339745962156),(70,929),(69.5,929.1339745962156),(69.13397459621557,929.5)) -694 ((68,940),(68.26794919243112,941),(69,941.7320508075688),(70,942),(71,941.7320508075688),(71.73205080756888,941),(72,940),(71.73205080756888,939),(71,938.2679491924312),(70,938),(69,938.2679491924312),(68.26794919243112,939)) -695 ((67,950),(67.40192378864668,951.5),(68.5,952.5980762113534),(70,953),(71.5,952.5980762113534),(72.59807621135332,951.5),(73,950),(72.59807621135332,948.5),(71.5,947.4019237886467),(70,947),(68.5,947.4019237886466),(67.40192378864668,948.5)) -696 ((66,960),(66.53589838486225,962),(68,963.4641016151378),(70,964),(72,963.4641016151378),(73.46410161513775,962),(74,960),(73.46410161513775,958),(72,956.5358983848622),(70,956),(68,956.5358983848622),(66.53589838486225,958)) -697 ((65,970),(65.6698729810778,972.5),(67.5,974.3301270189222),(70,975),(72.5,974.3301270189222),(74.3301270189222,972.5),(75,970),(74.3301270189222,967.5),(72.5,965.6698729810778),(70,965),(67.5,965.6698729810778),(65.6698729810778,967.5)) -698 ((64,980),(64.80384757729337,983),(67,985.1961524227066),(70,986),(73,985.1961524227066),(75.19615242270663,983),(76,980),(75.19615242270663,977),(73,974.8038475772934),(70,974),(67,974.8038475772934),(64.80384757729337,977)) -699 ((63,990),(63.93782217350893,993.5),(66.5,996.062177826491),(70,997),(73.5,996.062177826491),(76.06217782649107,993.5),(77,990),(76.06217782649107,986.5),(73.5,983.937822173509),(70,983),(66.5,983.937822173509),(63.937822173508934,986.5)) -700 ((62,1000),(63.07179676972449,1004),(66,1006.9282032302755),(70,1008),(74,1006.9282032302755),(76.92820323027551,1004),(78,1000),(76.92820323027551,996),(74,993.0717967697245),(70,992),(66,993.0717967697245),(63.07179676972449,996)) -701 ((70,10),(71.33974596215562,15),(75,18.660254037844386),(80,20),(85,18.66025403784439),(88.66025403784438,15.000000000000004),(90,10.000000000000002),(88.6602540378444,5.000000000000003),(85,1.3397459621556145),(80,0),(75,1.3397459621556091),(71.33974596215562,4.999999999999996)) -702 ((79,20),(79.13397459621557,20.5),(79.5,20.866025403784437),(80,21),(80.5,20.866025403784437),(80.86602540378443,20.5),(81,20),(80.86602540378443,19.5),(80.5,19.133974596215563),(80,19),(79.5,19.133974596215563),(79.13397459621557,19.5)) -703 ((78,30),(78.26794919243112,31),(79,31.73205080756888),(80,32),(81,31.73205080756888),(81.73205080756888,31),(82,30),(81.73205080756888,29),(81,28.26794919243112),(80,28),(79,28.26794919243112),(78.26794919243112,29)) -704 ((77,40),(77.40192378864668,41.5),(78.5,42.598076211353316),(80,43),(81.5,42.598076211353316),(82.59807621135332,41.5),(83,40),(82.59807621135332,38.5),(81.5,37.401923788646684),(80,37),(78.5,37.401923788646684),(77.40192378864668,38.5)) -705 ((76,50),(76.53589838486225,52),(78,53.46410161513776),(80,54),(82,53.46410161513776),(83.46410161513775,52),(84,50),(83.46410161513775,48),(82,46.53589838486224),(80,46),(78,46.53589838486224),(76.53589838486225,48)) -706 ((75,60),(75.6698729810778,62.5),(77.5,64.3301270189222),(80,65),(82.5,64.3301270189222),(84.3301270189222,62.5),(85,60),(84.3301270189222,57.5),(82.5,55.66987298107781),(80,55),(77.5,55.6698729810778),(75.6698729810778,57.5)) -707 ((74,70),(74.80384757729337,73),(77,75.19615242270663),(80,76),(83,75.19615242270663),(85.19615242270663,73),(86,70),(85.19615242270663,67),(83,64.80384757729337),(80,64),(77,64.80384757729337),(74.80384757729337,67)) -708 ((73,80),(73.93782217350893,83.5),(76.5,86.06217782649107),(80,87),(83.5,86.06217782649107),(86.06217782649107,83.5),(87,80),(86.06217782649107,76.5),(83.5,73.93782217350893),(80,73),(76.5,73.93782217350892),(73.93782217350893,76.5)) -709 ((72,90),(73.07179676972449,94),(76,96.92820323027551),(80,98),(84,96.92820323027551),(86.92820323027551,94),(88,90),(86.92820323027551,86),(84,83.07179676972449),(80,82),(76,83.07179676972449),(73.0717967697245,86)) -710 ((71,100),(72.20577136594005,104.5),(75.5,107.79422863405995),(80,109),(84.5,107.79422863405995),(87.79422863405995,104.5),(89,100),(87.79422863405995,95.5),(84.5,92.20577136594005),(80,91),(75.5,92.20577136594005),(72.20577136594005,95.5)) -711 ((70,110),(71.33974596215562,115),(75,118.66025403784438),(80,120),(85,118.66025403784438),(88.66025403784438,115),(90,110),(88.6602540378444,105),(85,101.33974596215562),(80,100),(75,101.3397459621556),(71.33974596215562,105)) -712 ((79,120),(79.13397459621557,120.5),(79.5,120.86602540378443),(80,121),(80.5,120.86602540378443),(80.86602540378443,120.5),(81,120),(80.86602540378443,119.5),(80.5,119.13397459621557),(80,119),(79.5,119.13397459621557),(79.13397459621557,119.5)) -713 ((78,130),(78.26794919243112,131),(79,131.73205080756887),(80,132),(81,131.73205080756887),(81.73205080756888,131),(82,130),(81.73205080756888,129),(81,128.26794919243113),(80,128),(79,128.26794919243113),(78.26794919243112,129)) -714 ((77,140),(77.40192378864668,141.5),(78.5,142.59807621135332),(80,143),(81.5,142.59807621135332),(82.59807621135332,141.5),(83,140),(82.59807621135332,138.5),(81.5,137.40192378864668),(80,137),(78.5,137.40192378864668),(77.40192378864668,138.5)) -715 ((76,150),(76.53589838486225,152),(78,153.46410161513776),(80,154),(82,153.46410161513776),(83.46410161513775,152),(84,150),(83.46410161513775,148),(82,146.53589838486224),(80,146),(78,146.53589838486224),(76.53589838486225,148)) -716 ((75,160),(75.6698729810778,162.5),(77.5,164.33012701892218),(80,165),(82.5,164.33012701892218),(84.3301270189222,162.5),(85,160),(84.3301270189222,157.5),(82.5,155.66987298107782),(80,155),(77.5,155.66987298107782),(75.6698729810778,157.5)) -717 ((74,170),(74.80384757729337,173),(77,175.19615242270663),(80,176),(83,175.19615242270663),(85.19615242270663,173),(86,170),(85.19615242270663,167),(83,164.80384757729337),(80,164),(77,164.80384757729337),(74.80384757729337,167)) -718 ((73,180),(73.93782217350893,183.5),(76.5,186.06217782649108),(80,187),(83.5,186.06217782649108),(86.06217782649107,183.5),(87,180),(86.06217782649107,176.5),(83.5,173.93782217350892),(80,173),(76.5,173.93782217350892),(73.93782217350893,176.5)) -719 ((72,190),(73.07179676972449,194),(76,196.9282032302755),(80,198),(84,196.9282032302755),(86.92820323027551,194),(88,190),(86.92820323027551,186),(84,183.0717967697245),(80,182),(76,183.0717967697245),(73.0717967697245,186)) -720 ((71,200),(72.20577136594005,204.5),(75.5,207.79422863405995),(80,209),(84.5,207.79422863405995),(87.79422863405995,204.5),(89,200),(87.79422863405995,195.5),(84.5,192.20577136594005),(80,191),(75.5,192.20577136594005),(72.20577136594005,195.5)) -721 ((70,210),(71.33974596215562,215),(75,218.6602540378444),(80,220),(85,218.6602540378444),(88.66025403784438,215),(90,210),(88.6602540378444,205),(85,201.3397459621556),(80,200),(75,201.3397459621556),(71.33974596215562,205)) -722 ((79,220),(79.13397459621557,220.5),(79.5,220.86602540378445),(80,221),(80.5,220.86602540378445),(80.86602540378443,220.5),(81,220),(80.86602540378443,219.5),(80.5,219.13397459621555),(80,219),(79.5,219.13397459621555),(79.13397459621557,219.5)) -723 ((78,230),(78.26794919243112,231),(79,231.73205080756887),(80,232),(81,231.73205080756887),(81.73205080756888,231),(82,230),(81.73205080756888,229),(81,228.26794919243113),(80,228),(79,228.26794919243113),(78.26794919243112,229)) -724 ((77,240),(77.40192378864668,241.5),(78.5,242.59807621135332),(80,243),(81.5,242.59807621135332),(82.59807621135332,241.5),(83,240),(82.59807621135332,238.5),(81.5,237.40192378864668),(80,237),(78.5,237.40192378864668),(77.40192378864668,238.5)) -725 ((76,250),(76.53589838486225,252),(78,253.46410161513776),(80,254),(82,253.46410161513776),(83.46410161513775,252),(84,250),(83.46410161513775,248),(82,246.53589838486224),(80,246),(78,246.53589838486224),(76.53589838486225,248)) -726 ((75,260),(75.6698729810778,262.5),(77.5,264.3301270189222),(80,265),(82.5,264.3301270189222),(84.3301270189222,262.5),(85,260),(84.3301270189222,257.5),(82.5,255.66987298107782),(80,255),(77.5,255.66987298107782),(75.6698729810778,257.5)) -727 ((74,270),(74.80384757729337,273),(77,275.19615242270663),(80,276),(83,275.19615242270663),(85.19615242270663,273),(86,270),(85.19615242270663,267),(83,264.80384757729337),(80,264),(77,264.80384757729337),(74.80384757729337,267)) -728 ((73,280),(73.93782217350893,283.5),(76.5,286.06217782649105),(80,287),(83.5,286.06217782649105),(86.06217782649107,283.5),(87,280),(86.06217782649107,276.5),(83.5,273.93782217350895),(80,273),(76.5,273.93782217350895),(73.93782217350893,276.5)) -729 ((72,290),(73.07179676972449,294),(76,296.9282032302755),(80,298),(84,296.9282032302755),(86.92820323027551,294),(88,290),(86.92820323027551,286),(84,283.0717967697245),(80,282),(76,283.0717967697245),(73.0717967697245,286)) -730 ((71,300),(72.20577136594005,304.5),(75.5,307.79422863405995),(80,309),(84.5,307.79422863405995),(87.79422863405995,304.5),(89,300),(87.79422863405995,295.5),(84.5,292.20577136594005),(80,291),(75.5,292.20577136594005),(72.20577136594005,295.5)) -731 ((70,310),(71.33974596215562,315),(75,318.66025403784437),(80,320),(85,318.66025403784437),(88.66025403784438,315),(90,310),(88.6602540378444,305),(85,301.33974596215563),(80,300),(75,301.33974596215563),(71.33974596215562,305)) -732 ((79,320),(79.13397459621557,320.5),(79.5,320.8660254037844),(80,321),(80.5,320.8660254037844),(80.86602540378443,320.5),(81,320),(80.86602540378443,319.5),(80.5,319.1339745962156),(80,319),(79.5,319.1339745962156),(79.13397459621557,319.5)) -733 ((78,330),(78.26794919243112,331),(79,331.7320508075689),(80,332),(81,331.7320508075689),(81.73205080756888,331),(82,330),(81.73205080756888,329),(81,328.2679491924311),(80,328),(79,328.2679491924311),(78.26794919243112,329)) -734 ((77,340),(77.40192378864668,341.5),(78.5,342.5980762113533),(80,343),(81.5,342.5980762113533),(82.59807621135332,341.5),(83,340),(82.59807621135332,338.5),(81.5,337.4019237886467),(80,337),(78.5,337.4019237886467),(77.40192378864668,338.5)) -735 ((76,350),(76.53589838486225,352),(78,353.46410161513774),(80,354),(82,353.46410161513774),(83.46410161513775,352),(84,350),(83.46410161513775,348),(82,346.53589838486226),(80,346),(78,346.53589838486226),(76.53589838486225,348)) -736 ((75,360),(75.6698729810778,362.5),(77.5,364.3301270189222),(80,365),(82.5,364.3301270189222),(84.3301270189222,362.5),(85,360),(84.3301270189222,357.5),(82.5,355.6698729810778),(80,355),(77.5,355.6698729810778),(75.6698729810778,357.5)) -737 ((74,370),(74.80384757729337,373),(77,375.19615242270663),(80,376),(83,375.19615242270663),(85.19615242270663,373),(86,370),(85.19615242270663,367),(83,364.80384757729337),(80,364),(77,364.80384757729337),(74.80384757729337,367)) -738 ((73,380),(73.93782217350893,383.5),(76.5,386.06217782649105),(80,387),(83.5,386.06217782649105),(86.06217782649107,383.5),(87,380),(86.06217782649107,376.5),(83.5,373.93782217350895),(80,373),(76.5,373.93782217350895),(73.93782217350893,376.5)) -739 ((72,390),(73.07179676972449,394),(76,396.9282032302755),(80,398),(84,396.9282032302755),(86.92820323027551,394),(88,390),(86.92820323027551,386),(84,383.0717967697245),(80,382),(76,383.0717967697245),(73.0717967697245,386)) -740 ((71,400),(72.20577136594005,404.5),(75.5,407.79422863405995),(80,409),(84.5,407.79422863405995),(87.79422863405995,404.5),(89,400),(87.79422863405995,395.5),(84.5,392.20577136594005),(80,391),(75.5,392.20577136594005),(72.20577136594005,395.5)) -741 ((70,410),(71.33974596215562,415),(75,418.66025403784437),(80,420),(85,418.66025403784437),(88.66025403784438,415),(90,410),(88.6602540378444,405),(85,401.33974596215563),(80,400),(75,401.33974596215563),(71.33974596215562,405)) -742 ((79,420),(79.13397459621557,420.5),(79.5,420.8660254037844),(80,421),(80.5,420.8660254037844),(80.86602540378443,420.5),(81,420),(80.86602540378443,419.5),(80.5,419.1339745962156),(80,419),(79.5,419.1339745962156),(79.13397459621557,419.5)) -743 ((78,430),(78.26794919243112,431),(79,431.7320508075689),(80,432),(81,431.7320508075689),(81.73205080756888,431),(82,430),(81.73205080756888,429),(81,428.2679491924311),(80,428),(79,428.2679491924311),(78.26794919243112,429)) -744 ((77,440),(77.40192378864668,441.5),(78.5,442.5980762113533),(80,443),(81.5,442.5980762113533),(82.59807621135332,441.5),(83,440),(82.59807621135332,438.5),(81.5,437.4019237886467),(80,437),(78.5,437.4019237886467),(77.40192378864668,438.5)) -745 ((76,450),(76.53589838486225,452),(78,453.46410161513774),(80,454),(82,453.46410161513774),(83.46410161513775,452),(84,450),(83.46410161513775,448),(82,446.53589838486226),(80,446),(78,446.53589838486226),(76.53589838486225,448)) -746 ((75,460),(75.6698729810778,462.5),(77.5,464.3301270189222),(80,465),(82.5,464.3301270189222),(84.3301270189222,462.5),(85,460),(84.3301270189222,457.5),(82.5,455.6698729810778),(80,455),(77.5,455.6698729810778),(75.6698729810778,457.5)) -747 ((74,470),(74.80384757729337,473),(77,475.19615242270663),(80,476),(83,475.19615242270663),(85.19615242270663,473),(86,470),(85.19615242270663,467),(83,464.80384757729337),(80,464),(77,464.80384757729337),(74.80384757729337,467)) -748 ((73,480),(73.93782217350893,483.5),(76.5,486.06217782649105),(80,487),(83.5,486.06217782649105),(86.06217782649107,483.5),(87,480),(86.06217782649107,476.5),(83.5,473.93782217350895),(80,473),(76.5,473.93782217350895),(73.93782217350893,476.5)) -749 ((72,490),(73.07179676972449,494),(76,496.9282032302755),(80,498),(84,496.9282032302755),(86.92820323027551,494),(88,490),(86.92820323027551,486),(84,483.0717967697245),(80,482),(76,483.0717967697245),(73.0717967697245,486)) -750 ((71,500),(72.20577136594005,504.5),(75.5,507.79422863405995),(80,509),(84.5,507.79422863405995),(87.79422863405995,504.5),(89,500),(87.79422863405995,495.5),(84.5,492.20577136594005),(80,491),(75.5,492.20577136594005),(72.20577136594005,495.5)) -751 ((70,510),(71.33974596215562,515),(75,518.6602540378444),(80,520),(85,518.6602540378444),(88.66025403784438,515),(90,510),(88.6602540378444,505),(85,501.33974596215563),(80,500),(75,501.33974596215563),(71.33974596215562,505)) -752 ((79,520),(79.13397459621557,520.5),(79.5,520.8660254037844),(80,521),(80.5,520.8660254037844),(80.86602540378443,520.5),(81,520),(80.86602540378443,519.5),(80.5,519.1339745962156),(80,519),(79.5,519.1339745962156),(79.13397459621557,519.5)) -753 ((78,530),(78.26794919243112,531),(79,531.7320508075688),(80,532),(81,531.7320508075688),(81.73205080756888,531),(82,530),(81.73205080756888,529),(81,528.2679491924312),(80,528),(79,528.2679491924312),(78.26794919243112,529)) -754 ((77,540),(77.40192378864668,541.5),(78.5,542.5980762113534),(80,543),(81.5,542.5980762113534),(82.59807621135332,541.5),(83,540),(82.59807621135332,538.5),(81.5,537.4019237886467),(80,537),(78.5,537.4019237886466),(77.40192378864668,538.5)) -755 ((76,550),(76.53589838486225,552),(78,553.4641016151378),(80,554),(82,553.4641016151378),(83.46410161513775,552),(84,550),(83.46410161513775,548),(82,546.5358983848622),(80,546),(78,546.5358983848622),(76.53589838486225,548)) -756 ((75,560),(75.6698729810778,562.5),(77.5,564.3301270189222),(80,565),(82.5,564.3301270189222),(84.3301270189222,562.5),(85,560),(84.3301270189222,557.5),(82.5,555.6698729810778),(80,555),(77.5,555.6698729810778),(75.6698729810778,557.5)) -757 ((74,570),(74.80384757729337,573),(77,575.1961524227066),(80,576),(83,575.1961524227066),(85.19615242270663,573),(86,570),(85.19615242270663,567),(83,564.8038475772934),(80,564),(77,564.8038475772934),(74.80384757729337,567)) -758 ((73,580),(73.93782217350893,583.5),(76.5,586.062177826491),(80,587),(83.5,586.062177826491),(86.06217782649107,583.5),(87,580),(86.06217782649107,576.5),(83.5,573.937822173509),(80,573),(76.5,573.937822173509),(73.93782217350893,576.5)) -759 ((72,590),(73.07179676972449,594),(76,596.9282032302755),(80,598),(84,596.9282032302755),(86.92820323027551,594),(88,590),(86.92820323027551,586),(84,583.0717967697245),(80,582),(76,583.0717967697245),(73.0717967697245,586)) -760 ((71,600),(72.20577136594005,604.5),(75.5,607.7942286340599),(80,609),(84.5,607.7942286340599),(87.79422863405995,604.5),(89,600),(87.79422863405995,595.5),(84.5,592.2057713659401),(80,591),(75.5,592.20577136594),(72.20577136594005,595.5)) -761 ((70,610),(71.33974596215562,615),(75,618.6602540378444),(80,620),(85,618.6602540378444),(88.66025403784438,615),(90,610),(88.6602540378444,605),(85,601.3397459621556),(80,600),(75,601.3397459621556),(71.33974596215562,605)) -762 ((79,620),(79.13397459621557,620.5),(79.5,620.8660254037844),(80,621),(80.5,620.8660254037844),(80.86602540378443,620.5),(81,620),(80.86602540378443,619.5),(80.5,619.1339745962156),(80,619),(79.5,619.1339745962156),(79.13397459621557,619.5)) -763 ((78,630),(78.26794919243112,631),(79,631.7320508075688),(80,632),(81,631.7320508075688),(81.73205080756888,631),(82,630),(81.73205080756888,629),(81,628.2679491924312),(80,628),(79,628.2679491924312),(78.26794919243112,629)) -764 ((77,640),(77.40192378864668,641.5),(78.5,642.5980762113534),(80,643),(81.5,642.5980762113534),(82.59807621135332,641.5),(83,640),(82.59807621135332,638.5),(81.5,637.4019237886467),(80,637),(78.5,637.4019237886466),(77.40192378864668,638.5)) -765 ((76,650),(76.53589838486225,652),(78,653.4641016151378),(80,654),(82,653.4641016151378),(83.46410161513775,652),(84,650),(83.46410161513775,648),(82,646.5358983848622),(80,646),(78,646.5358983848622),(76.53589838486225,648)) -766 ((75,660),(75.6698729810778,662.5),(77.5,664.3301270189222),(80,665),(82.5,664.3301270189222),(84.3301270189222,662.5),(85,660),(84.3301270189222,657.5),(82.5,655.6698729810778),(80,655),(77.5,655.6698729810778),(75.6698729810778,657.5)) -767 ((74,670),(74.80384757729337,673),(77,675.1961524227066),(80,676),(83,675.1961524227066),(85.19615242270663,673),(86,670),(85.19615242270663,667),(83,664.8038475772934),(80,664),(77,664.8038475772934),(74.80384757729337,667)) -768 ((73,680),(73.93782217350893,683.5),(76.5,686.062177826491),(80,687),(83.5,686.062177826491),(86.06217782649107,683.5),(87,680),(86.06217782649107,676.5),(83.5,673.937822173509),(80,673),(76.5,673.937822173509),(73.93782217350893,676.5)) -769 ((72,690),(73.07179676972449,694),(76,696.9282032302755),(80,698),(84,696.9282032302755),(86.92820323027551,694),(88,690),(86.92820323027551,686),(84,683.0717967697245),(80,682),(76,683.0717967697245),(73.0717967697245,686)) -770 ((71,700),(72.20577136594005,704.5),(75.5,707.7942286340599),(80,709),(84.5,707.7942286340599),(87.79422863405995,704.5),(89,700),(87.79422863405995,695.5),(84.5,692.2057713659401),(80,691),(75.5,692.20577136594),(72.20577136594005,695.5)) -771 ((70,710),(71.33974596215562,715),(75,718.6602540378444),(80,720),(85,718.6602540378444),(88.66025403784438,715),(90,710),(88.6602540378444,705),(85,701.3397459621556),(80,700),(75,701.3397459621556),(71.33974596215562,705)) -772 ((79,720),(79.13397459621557,720.5),(79.5,720.8660254037844),(80,721),(80.5,720.8660254037844),(80.86602540378443,720.5),(81,720),(80.86602540378443,719.5),(80.5,719.1339745962156),(80,719),(79.5,719.1339745962156),(79.13397459621557,719.5)) -773 ((78,730),(78.26794919243112,731),(79,731.7320508075688),(80,732),(81,731.7320508075688),(81.73205080756888,731),(82,730),(81.73205080756888,729),(81,728.2679491924312),(80,728),(79,728.2679491924312),(78.26794919243112,729)) -774 ((77,740),(77.40192378864668,741.5),(78.5,742.5980762113534),(80,743),(81.5,742.5980762113534),(82.59807621135332,741.5),(83,740),(82.59807621135332,738.5),(81.5,737.4019237886467),(80,737),(78.5,737.4019237886466),(77.40192378864668,738.5)) -775 ((76,750),(76.53589838486225,752),(78,753.4641016151378),(80,754),(82,753.4641016151378),(83.46410161513775,752),(84,750),(83.46410161513775,748),(82,746.5358983848622),(80,746),(78,746.5358983848622),(76.53589838486225,748)) -776 ((75,760),(75.6698729810778,762.5),(77.5,764.3301270189222),(80,765),(82.5,764.3301270189222),(84.3301270189222,762.5),(85,760),(84.3301270189222,757.5),(82.5,755.6698729810778),(80,755),(77.5,755.6698729810778),(75.6698729810778,757.5)) -777 ((74,770),(74.80384757729337,773),(77,775.1961524227066),(80,776),(83,775.1961524227066),(85.19615242270663,773),(86,770),(85.19615242270663,767),(83,764.8038475772934),(80,764),(77,764.8038475772934),(74.80384757729337,767)) -778 ((73,780),(73.93782217350893,783.5),(76.5,786.062177826491),(80,787),(83.5,786.062177826491),(86.06217782649107,783.5),(87,780),(86.06217782649107,776.5),(83.5,773.937822173509),(80,773),(76.5,773.937822173509),(73.93782217350893,776.5)) -779 ((72,790),(73.07179676972449,794),(76,796.9282032302755),(80,798),(84,796.9282032302755),(86.92820323027551,794),(88,790),(86.92820323027551,786),(84,783.0717967697245),(80,782),(76,783.0717967697245),(73.0717967697245,786)) -780 ((71,800),(72.20577136594005,804.5),(75.5,807.7942286340599),(80,809),(84.5,807.7942286340599),(87.79422863405995,804.5),(89,800),(87.79422863405995,795.5),(84.5,792.2057713659401),(80,791),(75.5,792.20577136594),(72.20577136594005,795.5)) -781 ((70,810),(71.33974596215562,815),(75,818.6602540378444),(80,820),(85,818.6602540378444),(88.66025403784438,815),(90,810),(88.6602540378444,805),(85,801.3397459621556),(80,800),(75,801.3397459621556),(71.33974596215562,805)) -782 ((79,820),(79.13397459621557,820.5),(79.5,820.8660254037844),(80,821),(80.5,820.8660254037844),(80.86602540378443,820.5),(81,820),(80.86602540378443,819.5),(80.5,819.1339745962156),(80,819),(79.5,819.1339745962156),(79.13397459621557,819.5)) -783 ((78,830),(78.26794919243112,831),(79,831.7320508075688),(80,832),(81,831.7320508075688),(81.73205080756888,831),(82,830),(81.73205080756888,829),(81,828.2679491924312),(80,828),(79,828.2679491924312),(78.26794919243112,829)) -784 ((77,840),(77.40192378864668,841.5),(78.5,842.5980762113534),(80,843),(81.5,842.5980762113534),(82.59807621135332,841.5),(83,840),(82.59807621135332,838.5),(81.5,837.4019237886467),(80,837),(78.5,837.4019237886466),(77.40192378864668,838.5)) -785 ((76,850),(76.53589838486225,852),(78,853.4641016151378),(80,854),(82,853.4641016151378),(83.46410161513775,852),(84,850),(83.46410161513775,848),(82,846.5358983848622),(80,846),(78,846.5358983848622),(76.53589838486225,848)) -786 ((75,860),(75.6698729810778,862.5),(77.5,864.3301270189222),(80,865),(82.5,864.3301270189222),(84.3301270189222,862.5),(85,860),(84.3301270189222,857.5),(82.5,855.6698729810778),(80,855),(77.5,855.6698729810778),(75.6698729810778,857.5)) -787 ((74,870),(74.80384757729337,873),(77,875.1961524227066),(80,876),(83,875.1961524227066),(85.19615242270663,873),(86,870),(85.19615242270663,867),(83,864.8038475772934),(80,864),(77,864.8038475772934),(74.80384757729337,867)) -788 ((73,880),(73.93782217350893,883.5),(76.5,886.062177826491),(80,887),(83.5,886.062177826491),(86.06217782649107,883.5),(87,880),(86.06217782649107,876.5),(83.5,873.937822173509),(80,873),(76.5,873.937822173509),(73.93782217350893,876.5)) -789 ((72,890),(73.07179676972449,894),(76,896.9282032302755),(80,898),(84,896.9282032302755),(86.92820323027551,894),(88,890),(86.92820323027551,886),(84,883.0717967697245),(80,882),(76,883.0717967697245),(73.0717967697245,886)) -790 ((71,900),(72.20577136594005,904.5),(75.5,907.7942286340599),(80,909),(84.5,907.7942286340599),(87.79422863405995,904.5),(89,900),(87.79422863405995,895.5),(84.5,892.2057713659401),(80,891),(75.5,892.20577136594),(72.20577136594005,895.5)) -791 ((70,910),(71.33974596215562,915),(75,918.6602540378444),(80,920),(85,918.6602540378444),(88.66025403784438,915),(90,910),(88.6602540378444,905),(85,901.3397459621556),(80,900),(75,901.3397459621556),(71.33974596215562,905)) -792 ((79,920),(79.13397459621557,920.5),(79.5,920.8660254037844),(80,921),(80.5,920.8660254037844),(80.86602540378443,920.5),(81,920),(80.86602540378443,919.5),(80.5,919.1339745962156),(80,919),(79.5,919.1339745962156),(79.13397459621557,919.5)) -793 ((78,930),(78.26794919243112,931),(79,931.7320508075688),(80,932),(81,931.7320508075688),(81.73205080756888,931),(82,930),(81.73205080756888,929),(81,928.2679491924312),(80,928),(79,928.2679491924312),(78.26794919243112,929)) -794 ((77,940),(77.40192378864668,941.5),(78.5,942.5980762113534),(80,943),(81.5,942.5980762113534),(82.59807621135332,941.5),(83,940),(82.59807621135332,938.5),(81.5,937.4019237886467),(80,937),(78.5,937.4019237886466),(77.40192378864668,938.5)) -795 ((76,950),(76.53589838486225,952),(78,953.4641016151378),(80,954),(82,953.4641016151378),(83.46410161513775,952),(84,950),(83.46410161513775,948),(82,946.5358983848622),(80,946),(78,946.5358983848622),(76.53589838486225,948)) -796 ((75,960),(75.6698729810778,962.5),(77.5,964.3301270189222),(80,965),(82.5,964.3301270189222),(84.3301270189222,962.5),(85,960),(84.3301270189222,957.5),(82.5,955.6698729810778),(80,955),(77.5,955.6698729810778),(75.6698729810778,957.5)) -797 ((74,970),(74.80384757729337,973),(77,975.1961524227066),(80,976),(83,975.1961524227066),(85.19615242270663,973),(86,970),(85.19615242270663,967),(83,964.8038475772934),(80,964),(77,964.8038475772934),(74.80384757729337,967)) -798 ((73,980),(73.93782217350893,983.5),(76.5,986.062177826491),(80,987),(83.5,986.062177826491),(86.06217782649107,983.5),(87,980),(86.06217782649107,976.5),(83.5,973.937822173509),(80,973),(76.5,973.937822173509),(73.93782217350893,976.5)) -799 ((72,990),(73.07179676972449,994),(76,996.9282032302755),(80,998),(84,996.9282032302755),(86.92820323027551,994),(88,990),(86.92820323027551,986),(84,983.0717967697245),(80,982),(76,983.0717967697245),(73.0717967697245,986)) -800 ((71,1000),(72.20577136594005,1004.5),(75.5,1007.7942286340599),(80,1009),(84.5,1007.7942286340599),(87.79422863405995,1004.5),(89,1000),(87.79422863405995,995.5),(84.5,992.2057713659401),(80,991),(75.5,992.20577136594),(72.20577136594005,995.5)) -801 ((89,10),(89.13397459621557,10.5),(89.5,10.86602540378444),(90,11),(90.5,10.86602540378444),(90.86602540378443,10.5),(91,10),(90.86602540378443,9.5),(90.5,9.13397459621556),(90,9),(89.5,9.13397459621556),(89.13397459621557,9.5)) -802 ((88,20),(88.26794919243112,21),(89,21.73205080756888),(90,22),(91,21.73205080756888),(91.73205080756888,21),(92,20),(91.73205080756888,19),(91,18.26794919243112),(90,18),(89,18.26794919243112),(88.26794919243112,19)) -803 ((87,30),(87.40192378864668,31.5),(88.5,32.598076211353316),(90,33),(91.5,32.598076211353316),(92.59807621135332,31.5),(93,30),(92.59807621135332,28.5),(91.5,27.401923788646684),(90,27),(88.5,27.401923788646684),(87.40192378864668,28.5)) -804 ((86,40),(86.53589838486225,42),(88,43.46410161513776),(90,44),(92,43.46410161513776),(93.46410161513775,42),(94,40),(93.46410161513775,38),(92,36.53589838486224),(90,36),(88,36.53589838486224),(86.53589838486225,38)) -805 ((85,50),(85.6698729810778,52.5),(87.5,54.33012701892219),(90,55),(92.5,54.33012701892219),(94.3301270189222,52.5),(95,50),(94.3301270189222,47.5),(92.5,45.66987298107781),(90,45),(87.5,45.6698729810778),(85.6698729810778,47.5)) -806 ((84,60),(84.80384757729337,63),(87,65.19615242270663),(90,66),(93,65.19615242270663),(95.19615242270663,63),(96,60),(95.19615242270663,57),(93,54.80384757729337),(90,54),(87,54.80384757729337),(84.80384757729337,57)) -807 ((83,70),(83.93782217350893,73.5),(86.5,76.06217782649107),(90,77),(93.5,76.06217782649107),(96.06217782649107,73.5),(97,70),(96.06217782649107,66.5),(93.5,63.937822173508934),(90,63),(86.5,63.93782217350893),(83.93782217350893,66.5)) -808 ((82,80),(83.07179676972449,84),(86,86.92820323027551),(90,88),(94,86.92820323027551),(96.92820323027551,84),(98,80),(96.92820323027551,76),(94,73.07179676972449),(90,72),(86,73.07179676972449),(83.0717967697245,76)) -809 ((81,90),(82.20577136594005,94.5),(85.5,97.79422863405995),(90,99),(94.5,97.79422863405995),(97.79422863405995,94.5),(99,90),(97.79422863405995,85.5),(94.5,82.20577136594005),(90,81),(85.5,82.20577136594005),(82.20577136594005,85.5)) -810 ((80,100),(81.33974596215562,105),(85,108.66025403784438),(90,110),(95,108.66025403784438),(98.66025403784438,105),(100,100),(98.6602540378444,95),(95,91.33974596215562),(90,90),(85,91.3397459621556),(81.33974596215562,95)) -811 ((89,110),(89.13397459621557,110.5),(89.5,110.86602540378443),(90,111),(90.5,110.86602540378443),(90.86602540378443,110.5),(91,110),(90.86602540378443,109.5),(90.5,109.13397459621557),(90,109),(89.5,109.13397459621557),(89.13397459621557,109.5)) -812 ((88,120),(88.26794919243112,121),(89,121.73205080756888),(90,122),(91,121.73205080756888),(91.73205080756888,121),(92,120),(91.73205080756888,119),(91,118.26794919243112),(90,118),(89,118.26794919243112),(88.26794919243112,119)) -813 ((87,130),(87.40192378864668,131.5),(88.5,132.59807621135332),(90,133),(91.5,132.59807621135332),(92.59807621135332,131.5),(93,130),(92.59807621135332,128.5),(91.5,127.40192378864668),(90,127),(88.5,127.40192378864668),(87.40192378864668,128.5)) -814 ((86,140),(86.53589838486225,142),(88,143.46410161513776),(90,144),(92,143.46410161513776),(93.46410161513775,142),(94,140),(93.46410161513775,138),(92,136.53589838486224),(90,136),(88,136.53589838486224),(86.53589838486225,138)) -815 ((85,150),(85.6698729810778,152.5),(87.5,154.33012701892218),(90,155),(92.5,154.33012701892218),(94.3301270189222,152.5),(95,150),(94.3301270189222,147.5),(92.5,145.66987298107782),(90,145),(87.5,145.66987298107782),(85.6698729810778,147.5)) -816 ((84,160),(84.80384757729337,163),(87,165.19615242270663),(90,166),(93,165.19615242270663),(95.19615242270663,163),(96,160),(95.19615242270663,157),(93,154.80384757729337),(90,154),(87,154.80384757729337),(84.80384757729337,157)) -817 ((83,170),(83.93782217350893,173.5),(86.5,176.06217782649108),(90,177),(93.5,176.06217782649108),(96.06217782649107,173.5),(97,170),(96.06217782649107,166.5),(93.5,163.93782217350892),(90,163),(86.5,163.93782217350892),(83.93782217350893,166.5)) -818 ((82,180),(83.07179676972449,184),(86,186.9282032302755),(90,188),(94,186.9282032302755),(96.92820323027551,184),(98,180),(96.92820323027551,176),(94,173.0717967697245),(90,172),(86,173.0717967697245),(83.0717967697245,176)) -819 ((81,190),(82.20577136594005,194.5),(85.5,197.79422863405995),(90,199),(94.5,197.79422863405995),(97.79422863405995,194.5),(99,190),(97.79422863405995,185.5),(94.5,182.20577136594005),(90,181),(85.5,182.20577136594005),(82.20577136594005,185.5)) -820 ((80,200),(81.33974596215562,205),(85,208.6602540378444),(90,210),(95,208.6602540378444),(98.66025403784438,205),(100,200),(98.6602540378444,195),(95,191.3397459621556),(90,190),(85,191.3397459621556),(81.33974596215562,195)) -821 ((89,210),(89.13397459621557,210.5),(89.5,210.86602540378445),(90,211),(90.5,210.86602540378445),(90.86602540378443,210.5),(91,210),(90.86602540378443,209.5),(90.5,209.13397459621555),(90,209),(89.5,209.13397459621555),(89.13397459621557,209.5)) -822 ((88,220),(88.26794919243112,221),(89,221.73205080756887),(90,222),(91,221.73205080756887),(91.73205080756888,221),(92,220),(91.73205080756888,219),(91,218.26794919243113),(90,218),(89,218.26794919243113),(88.26794919243112,219)) -823 ((87,230),(87.40192378864668,231.5),(88.5,232.59807621135332),(90,233),(91.5,232.59807621135332),(92.59807621135332,231.5),(93,230),(92.59807621135332,228.5),(91.5,227.40192378864668),(90,227),(88.5,227.40192378864668),(87.40192378864668,228.5)) -824 ((86,240),(86.53589838486225,242),(88,243.46410161513776),(90,244),(92,243.46410161513776),(93.46410161513775,242),(94,240),(93.46410161513775,238),(92,236.53589838486224),(90,236),(88,236.53589838486224),(86.53589838486225,238)) -825 ((85,250),(85.6698729810778,252.5),(87.5,254.33012701892218),(90,255),(92.5,254.33012701892218),(94.3301270189222,252.5),(95,250),(94.3301270189222,247.5),(92.5,245.66987298107782),(90,245),(87.5,245.66987298107782),(85.6698729810778,247.5)) -826 ((84,260),(84.80384757729337,263),(87,265.19615242270663),(90,266),(93,265.19615242270663),(95.19615242270663,263),(96,260),(95.19615242270663,257),(93,254.80384757729337),(90,254),(87,254.80384757729337),(84.80384757729337,257)) -827 ((83,270),(83.93782217350893,273.5),(86.5,276.06217782649105),(90,277),(93.5,276.06217782649105),(96.06217782649107,273.5),(97,270),(96.06217782649107,266.5),(93.5,263.93782217350895),(90,263),(86.5,263.93782217350895),(83.93782217350893,266.5)) -828 ((82,280),(83.07179676972449,284),(86,286.9282032302755),(90,288),(94,286.9282032302755),(96.92820323027551,284),(98,280),(96.92820323027551,276),(94,273.0717967697245),(90,272),(86,273.0717967697245),(83.0717967697245,276)) -829 ((81,290),(82.20577136594005,294.5),(85.5,297.79422863405995),(90,299),(94.5,297.79422863405995),(97.79422863405995,294.5),(99,290),(97.79422863405995,285.5),(94.5,282.20577136594005),(90,281),(85.5,282.20577136594005),(82.20577136594005,285.5)) -830 ((80,300),(81.33974596215562,305),(85,308.66025403784437),(90,310),(95,308.66025403784437),(98.66025403784438,305),(100,300),(98.6602540378444,295),(95,291.33974596215563),(90,290),(85,291.33974596215563),(81.33974596215562,295)) -831 ((89,310),(89.13397459621557,310.5),(89.5,310.8660254037844),(90,311),(90.5,310.8660254037844),(90.86602540378443,310.5),(91,310),(90.86602540378443,309.5),(90.5,309.1339745962156),(90,309),(89.5,309.1339745962156),(89.13397459621557,309.5)) -832 ((88,320),(88.26794919243112,321),(89,321.7320508075689),(90,322),(91,321.7320508075689),(91.73205080756888,321),(92,320),(91.73205080756888,319),(91,318.2679491924311),(90,318),(89,318.2679491924311),(88.26794919243112,319)) -833 ((87,330),(87.40192378864668,331.5),(88.5,332.5980762113533),(90,333),(91.5,332.5980762113533),(92.59807621135332,331.5),(93,330),(92.59807621135332,328.5),(91.5,327.4019237886467),(90,327),(88.5,327.4019237886467),(87.40192378864668,328.5)) -834 ((86,340),(86.53589838486225,342),(88,343.46410161513774),(90,344),(92,343.46410161513774),(93.46410161513775,342),(94,340),(93.46410161513775,338),(92,336.53589838486226),(90,336),(88,336.53589838486226),(86.53589838486225,338)) -835 ((85,350),(85.6698729810778,352.5),(87.5,354.3301270189222),(90,355),(92.5,354.3301270189222),(94.3301270189222,352.5),(95,350),(94.3301270189222,347.5),(92.5,345.6698729810778),(90,345),(87.5,345.6698729810778),(85.6698729810778,347.5)) -836 ((84,360),(84.80384757729337,363),(87,365.19615242270663),(90,366),(93,365.19615242270663),(95.19615242270663,363),(96,360),(95.19615242270663,357),(93,354.80384757729337),(90,354),(87,354.80384757729337),(84.80384757729337,357)) -837 ((83,370),(83.93782217350893,373.5),(86.5,376.06217782649105),(90,377),(93.5,376.06217782649105),(96.06217782649107,373.5),(97,370),(96.06217782649107,366.5),(93.5,363.93782217350895),(90,363),(86.5,363.93782217350895),(83.93782217350893,366.5)) -838 ((82,380),(83.07179676972449,384),(86,386.9282032302755),(90,388),(94,386.9282032302755),(96.92820323027551,384),(98,380),(96.92820323027551,376),(94,373.0717967697245),(90,372),(86,373.0717967697245),(83.0717967697245,376)) -839 ((81,390),(82.20577136594005,394.5),(85.5,397.79422863405995),(90,399),(94.5,397.79422863405995),(97.79422863405995,394.5),(99,390),(97.79422863405995,385.5),(94.5,382.20577136594005),(90,381),(85.5,382.20577136594005),(82.20577136594005,385.5)) -840 ((80,400),(81.33974596215562,405),(85,408.66025403784437),(90,410),(95,408.66025403784437),(98.66025403784438,405),(100,400),(98.6602540378444,395),(95,391.33974596215563),(90,390),(85,391.33974596215563),(81.33974596215562,395)) -841 ((89,410),(89.13397459621557,410.5),(89.5,410.8660254037844),(90,411),(90.5,410.8660254037844),(90.86602540378443,410.5),(91,410),(90.86602540378443,409.5),(90.5,409.1339745962156),(90,409),(89.5,409.1339745962156),(89.13397459621557,409.5)) -842 ((88,420),(88.26794919243112,421),(89,421.7320508075689),(90,422),(91,421.7320508075689),(91.73205080756888,421),(92,420),(91.73205080756888,419),(91,418.2679491924311),(90,418),(89,418.2679491924311),(88.26794919243112,419)) -843 ((87,430),(87.40192378864668,431.5),(88.5,432.5980762113533),(90,433),(91.5,432.5980762113533),(92.59807621135332,431.5),(93,430),(92.59807621135332,428.5),(91.5,427.4019237886467),(90,427),(88.5,427.4019237886467),(87.40192378864668,428.5)) -844 ((86,440),(86.53589838486225,442),(88,443.46410161513774),(90,444),(92,443.46410161513774),(93.46410161513775,442),(94,440),(93.46410161513775,438),(92,436.53589838486226),(90,436),(88,436.53589838486226),(86.53589838486225,438)) -845 ((85,450),(85.6698729810778,452.5),(87.5,454.3301270189222),(90,455),(92.5,454.3301270189222),(94.3301270189222,452.5),(95,450),(94.3301270189222,447.5),(92.5,445.6698729810778),(90,445),(87.5,445.6698729810778),(85.6698729810778,447.5)) -846 ((84,460),(84.80384757729337,463),(87,465.19615242270663),(90,466),(93,465.19615242270663),(95.19615242270663,463),(96,460),(95.19615242270663,457),(93,454.80384757729337),(90,454),(87,454.80384757729337),(84.80384757729337,457)) -847 ((83,470),(83.93782217350893,473.5),(86.5,476.06217782649105),(90,477),(93.5,476.06217782649105),(96.06217782649107,473.5),(97,470),(96.06217782649107,466.5),(93.5,463.93782217350895),(90,463),(86.5,463.93782217350895),(83.93782217350893,466.5)) -848 ((82,480),(83.07179676972449,484),(86,486.9282032302755),(90,488),(94,486.9282032302755),(96.92820323027551,484),(98,480),(96.92820323027551,476),(94,473.0717967697245),(90,472),(86,473.0717967697245),(83.0717967697245,476)) -849 ((81,490),(82.20577136594005,494.5),(85.5,497.79422863405995),(90,499),(94.5,497.79422863405995),(97.79422863405995,494.5),(99,490),(97.79422863405995,485.5),(94.5,482.20577136594005),(90,481),(85.5,482.20577136594005),(82.20577136594005,485.5)) -850 ((80,500),(81.33974596215562,505),(85,508.66025403784437),(90,510),(95,508.66025403784437),(98.66025403784438,505),(100,500),(98.6602540378444,495),(95,491.33974596215563),(90,490),(85,491.33974596215563),(81.33974596215562,495)) -851 ((89,510),(89.13397459621557,510.5),(89.5,510.8660254037844),(90,511),(90.5,510.8660254037844),(90.86602540378443,510.5),(91,510),(90.86602540378443,509.5),(90.5,509.1339745962156),(90,509),(89.5,509.1339745962156),(89.13397459621557,509.5)) -852 ((88,520),(88.26794919243112,521),(89,521.7320508075688),(90,522),(91,521.7320508075688),(91.73205080756888,521),(92,520),(91.73205080756888,519),(91,518.2679491924312),(90,518),(89,518.2679491924312),(88.26794919243112,519)) -853 ((87,530),(87.40192378864668,531.5),(88.5,532.5980762113534),(90,533),(91.5,532.5980762113534),(92.59807621135332,531.5),(93,530),(92.59807621135332,528.5),(91.5,527.4019237886467),(90,527),(88.5,527.4019237886466),(87.40192378864668,528.5)) -854 ((86,540),(86.53589838486225,542),(88,543.4641016151378),(90,544),(92,543.4641016151378),(93.46410161513775,542),(94,540),(93.46410161513775,538),(92,536.5358983848622),(90,536),(88,536.5358983848622),(86.53589838486225,538)) -855 ((85,550),(85.6698729810778,552.5),(87.5,554.3301270189222),(90,555),(92.5,554.3301270189222),(94.3301270189222,552.5),(95,550),(94.3301270189222,547.5),(92.5,545.6698729810778),(90,545),(87.5,545.6698729810778),(85.6698729810778,547.5)) -856 ((84,560),(84.80384757729337,563),(87,565.1961524227066),(90,566),(93,565.1961524227066),(95.19615242270663,563),(96,560),(95.19615242270663,557),(93,554.8038475772934),(90,554),(87,554.8038475772934),(84.80384757729337,557)) -857 ((83,570),(83.93782217350893,573.5),(86.5,576.062177826491),(90,577),(93.5,576.062177826491),(96.06217782649107,573.5),(97,570),(96.06217782649107,566.5),(93.5,563.937822173509),(90,563),(86.5,563.937822173509),(83.93782217350893,566.5)) -858 ((82,580),(83.07179676972449,584),(86,586.9282032302755),(90,588),(94,586.9282032302755),(96.92820323027551,584),(98,580),(96.92820323027551,576),(94,573.0717967697245),(90,572),(86,573.0717967697245),(83.0717967697245,576)) -859 ((81,590),(82.20577136594005,594.5),(85.5,597.7942286340599),(90,599),(94.5,597.7942286340599),(97.79422863405995,594.5),(99,590),(97.79422863405995,585.5),(94.5,582.2057713659401),(90,581),(85.5,582.20577136594),(82.20577136594005,585.5)) -860 ((80,600),(81.33974596215562,605),(85,608.6602540378444),(90,610),(95,608.6602540378444),(98.66025403784438,605),(100,600),(98.6602540378444,595),(95,591.3397459621556),(90,590),(85,591.3397459621556),(81.33974596215562,595)) -861 ((89,610),(89.13397459621557,610.5),(89.5,610.8660254037844),(90,611),(90.5,610.8660254037844),(90.86602540378443,610.5),(91,610),(90.86602540378443,609.5),(90.5,609.1339745962156),(90,609),(89.5,609.1339745962156),(89.13397459621557,609.5)) -862 ((88,620),(88.26794919243112,621),(89,621.7320508075688),(90,622),(91,621.7320508075688),(91.73205080756888,621),(92,620),(91.73205080756888,619),(91,618.2679491924312),(90,618),(89,618.2679491924312),(88.26794919243112,619)) -863 ((87,630),(87.40192378864668,631.5),(88.5,632.5980762113534),(90,633),(91.5,632.5980762113534),(92.59807621135332,631.5),(93,630),(92.59807621135332,628.5),(91.5,627.4019237886467),(90,627),(88.5,627.4019237886466),(87.40192378864668,628.5)) -864 ((86,640),(86.53589838486225,642),(88,643.4641016151378),(90,644),(92,643.4641016151378),(93.46410161513775,642),(94,640),(93.46410161513775,638),(92,636.5358983848622),(90,636),(88,636.5358983848622),(86.53589838486225,638)) -865 ((85,650),(85.6698729810778,652.5),(87.5,654.3301270189222),(90,655),(92.5,654.3301270189222),(94.3301270189222,652.5),(95,650),(94.3301270189222,647.5),(92.5,645.6698729810778),(90,645),(87.5,645.6698729810778),(85.6698729810778,647.5)) -866 ((84,660),(84.80384757729337,663),(87,665.1961524227066),(90,666),(93,665.1961524227066),(95.19615242270663,663),(96,660),(95.19615242270663,657),(93,654.8038475772934),(90,654),(87,654.8038475772934),(84.80384757729337,657)) -867 ((83,670),(83.93782217350893,673.5),(86.5,676.062177826491),(90,677),(93.5,676.062177826491),(96.06217782649107,673.5),(97,670),(96.06217782649107,666.5),(93.5,663.937822173509),(90,663),(86.5,663.937822173509),(83.93782217350893,666.5)) -868 ((82,680),(83.07179676972449,684),(86,686.9282032302755),(90,688),(94,686.9282032302755),(96.92820323027551,684),(98,680),(96.92820323027551,676),(94,673.0717967697245),(90,672),(86,673.0717967697245),(83.0717967697245,676)) -869 ((81,690),(82.20577136594005,694.5),(85.5,697.7942286340599),(90,699),(94.5,697.7942286340599),(97.79422863405995,694.5),(99,690),(97.79422863405995,685.5),(94.5,682.2057713659401),(90,681),(85.5,682.20577136594),(82.20577136594005,685.5)) -870 ((80,700),(81.33974596215562,705),(85,708.6602540378444),(90,710),(95,708.6602540378444),(98.66025403784438,705),(100,700),(98.6602540378444,695),(95,691.3397459621556),(90,690),(85,691.3397459621556),(81.33974596215562,695)) -871 ((89,710),(89.13397459621557,710.5),(89.5,710.8660254037844),(90,711),(90.5,710.8660254037844),(90.86602540378443,710.5),(91,710),(90.86602540378443,709.5),(90.5,709.1339745962156),(90,709),(89.5,709.1339745962156),(89.13397459621557,709.5)) -872 ((88,720),(88.26794919243112,721),(89,721.7320508075688),(90,722),(91,721.7320508075688),(91.73205080756888,721),(92,720),(91.73205080756888,719),(91,718.2679491924312),(90,718),(89,718.2679491924312),(88.26794919243112,719)) -873 ((87,730),(87.40192378864668,731.5),(88.5,732.5980762113534),(90,733),(91.5,732.5980762113534),(92.59807621135332,731.5),(93,730),(92.59807621135332,728.5),(91.5,727.4019237886467),(90,727),(88.5,727.4019237886466),(87.40192378864668,728.5)) -874 ((86,740),(86.53589838486225,742),(88,743.4641016151378),(90,744),(92,743.4641016151378),(93.46410161513775,742),(94,740),(93.46410161513775,738),(92,736.5358983848622),(90,736),(88,736.5358983848622),(86.53589838486225,738)) -875 ((85,750),(85.6698729810778,752.5),(87.5,754.3301270189222),(90,755),(92.5,754.3301270189222),(94.3301270189222,752.5),(95,750),(94.3301270189222,747.5),(92.5,745.6698729810778),(90,745),(87.5,745.6698729810778),(85.6698729810778,747.5)) -876 ((84,760),(84.80384757729337,763),(87,765.1961524227066),(90,766),(93,765.1961524227066),(95.19615242270663,763),(96,760),(95.19615242270663,757),(93,754.8038475772934),(90,754),(87,754.8038475772934),(84.80384757729337,757)) -877 ((83,770),(83.93782217350893,773.5),(86.5,776.062177826491),(90,777),(93.5,776.062177826491),(96.06217782649107,773.5),(97,770),(96.06217782649107,766.5),(93.5,763.937822173509),(90,763),(86.5,763.937822173509),(83.93782217350893,766.5)) -878 ((82,780),(83.07179676972449,784),(86,786.9282032302755),(90,788),(94,786.9282032302755),(96.92820323027551,784),(98,780),(96.92820323027551,776),(94,773.0717967697245),(90,772),(86,773.0717967697245),(83.0717967697245,776)) -879 ((81,790),(82.20577136594005,794.5),(85.5,797.7942286340599),(90,799),(94.5,797.7942286340599),(97.79422863405995,794.5),(99,790),(97.79422863405995,785.5),(94.5,782.2057713659401),(90,781),(85.5,782.20577136594),(82.20577136594005,785.5)) -880 ((80,800),(81.33974596215562,805),(85,808.6602540378444),(90,810),(95,808.6602540378444),(98.66025403784438,805),(100,800),(98.6602540378444,795),(95,791.3397459621556),(90,790),(85,791.3397459621556),(81.33974596215562,795)) -881 ((89,810),(89.13397459621557,810.5),(89.5,810.8660254037844),(90,811),(90.5,810.8660254037844),(90.86602540378443,810.5),(91,810),(90.86602540378443,809.5),(90.5,809.1339745962156),(90,809),(89.5,809.1339745962156),(89.13397459621557,809.5)) -882 ((88,820),(88.26794919243112,821),(89,821.7320508075688),(90,822),(91,821.7320508075688),(91.73205080756888,821),(92,820),(91.73205080756888,819),(91,818.2679491924312),(90,818),(89,818.2679491924312),(88.26794919243112,819)) -883 ((87,830),(87.40192378864668,831.5),(88.5,832.5980762113534),(90,833),(91.5,832.5980762113534),(92.59807621135332,831.5),(93,830),(92.59807621135332,828.5),(91.5,827.4019237886467),(90,827),(88.5,827.4019237886466),(87.40192378864668,828.5)) -884 ((86,840),(86.53589838486225,842),(88,843.4641016151378),(90,844),(92,843.4641016151378),(93.46410161513775,842),(94,840),(93.46410161513775,838),(92,836.5358983848622),(90,836),(88,836.5358983848622),(86.53589838486225,838)) -885 ((85,850),(85.6698729810778,852.5),(87.5,854.3301270189222),(90,855),(92.5,854.3301270189222),(94.3301270189222,852.5),(95,850),(94.3301270189222,847.5),(92.5,845.6698729810778),(90,845),(87.5,845.6698729810778),(85.6698729810778,847.5)) -886 ((84,860),(84.80384757729337,863),(87,865.1961524227066),(90,866),(93,865.1961524227066),(95.19615242270663,863),(96,860),(95.19615242270663,857),(93,854.8038475772934),(90,854),(87,854.8038475772934),(84.80384757729337,857)) -887 ((83,870),(83.93782217350893,873.5),(86.5,876.062177826491),(90,877),(93.5,876.062177826491),(96.06217782649107,873.5),(97,870),(96.06217782649107,866.5),(93.5,863.937822173509),(90,863),(86.5,863.937822173509),(83.93782217350893,866.5)) -888 ((82,880),(83.07179676972449,884),(86,886.9282032302755),(90,888),(94,886.9282032302755),(96.92820323027551,884),(98,880),(96.92820323027551,876),(94,873.0717967697245),(90,872),(86,873.0717967697245),(83.0717967697245,876)) -889 ((81,890),(82.20577136594005,894.5),(85.5,897.7942286340599),(90,899),(94.5,897.7942286340599),(97.79422863405995,894.5),(99,890),(97.79422863405995,885.5),(94.5,882.2057713659401),(90,881),(85.5,882.20577136594),(82.20577136594005,885.5)) -890 ((80,900),(81.33974596215562,905),(85,908.6602540378444),(90,910),(95,908.6602540378444),(98.66025403784438,905),(100,900),(98.6602540378444,895),(95,891.3397459621556),(90,890),(85,891.3397459621556),(81.33974596215562,895)) -891 ((89,910),(89.13397459621557,910.5),(89.5,910.8660254037844),(90,911),(90.5,910.8660254037844),(90.86602540378443,910.5),(91,910),(90.86602540378443,909.5),(90.5,909.1339745962156),(90,909),(89.5,909.1339745962156),(89.13397459621557,909.5)) -892 ((88,920),(88.26794919243112,921),(89,921.7320508075688),(90,922),(91,921.7320508075688),(91.73205080756888,921),(92,920),(91.73205080756888,919),(91,918.2679491924312),(90,918),(89,918.2679491924312),(88.26794919243112,919)) -893 ((87,930),(87.40192378864668,931.5),(88.5,932.5980762113534),(90,933),(91.5,932.5980762113534),(92.59807621135332,931.5),(93,930),(92.59807621135332,928.5),(91.5,927.4019237886467),(90,927),(88.5,927.4019237886466),(87.40192378864668,928.5)) -894 ((86,940),(86.53589838486225,942),(88,943.4641016151378),(90,944),(92,943.4641016151378),(93.46410161513775,942),(94,940),(93.46410161513775,938),(92,936.5358983848622),(90,936),(88,936.5358983848622),(86.53589838486225,938)) -895 ((85,950),(85.6698729810778,952.5),(87.5,954.3301270189222),(90,955),(92.5,954.3301270189222),(94.3301270189222,952.5),(95,950),(94.3301270189222,947.5),(92.5,945.6698729810778),(90,945),(87.5,945.6698729810778),(85.6698729810778,947.5)) -896 ((84,960),(84.80384757729337,963),(87,965.1961524227066),(90,966),(93,965.1961524227066),(95.19615242270663,963),(96,960),(95.19615242270663,957),(93,954.8038475772934),(90,954),(87,954.8038475772934),(84.80384757729337,957)) -897 ((83,970),(83.93782217350893,973.5),(86.5,976.062177826491),(90,977),(93.5,976.062177826491),(96.06217782649107,973.5),(97,970),(96.06217782649107,966.5),(93.5,963.937822173509),(90,963),(86.5,963.937822173509),(83.93782217350893,966.5)) -898 ((82,980),(83.07179676972449,984),(86,986.9282032302755),(90,988),(94,986.9282032302755),(96.92820323027551,984),(98,980),(96.92820323027551,976),(94,973.0717967697245),(90,972),(86,973.0717967697245),(83.0717967697245,976)) -899 ((81,990),(82.20577136594005,994.5),(85.5,997.7942286340599),(90,999),(94.5,997.7942286340599),(97.79422863405995,994.5),(99,990),(97.79422863405995,985.5),(94.5,982.2057713659401),(90,981),(85.5,982.20577136594),(82.20577136594005,985.5)) -900 ((80,1000),(81.33974596215562,1005),(85,1008.6602540378444),(90,1010),(95,1008.6602540378444),(98.66025403784438,1005),(100,1000),(98.6602540378444,995),(95,991.3397459621556),(90,990),(85,991.3397459621556),(81.33974596215562,995)) -901 ((98,10),(98.26794919243112,11),(99,11.732050807568877),(100,12),(101,11.732050807568877),(101.73205080756888,11),(102,10),(101.73205080756888,9),(101,8.267949192431123),(100,8),(99,8.267949192431121),(98.26794919243112,9)) -902 ((97,20),(97.40192378864668,21.5),(98.5,22.598076211353316),(100,23),(101.5,22.598076211353316),(102.59807621135332,21.5),(103,20),(102.59807621135332,18.5),(101.5,17.401923788646684),(100,17),(98.5,17.401923788646684),(97.40192378864668,18.5)) -903 ((96,30),(96.53589838486225,32),(98,33.46410161513776),(100,34),(102,33.46410161513776),(103.46410161513775,32),(104,30),(103.46410161513775,28),(102,26.535898384862247),(100,26),(98,26.535898384862243),(96.53589838486225,28)) -904 ((95,40),(95.6698729810778,42.5),(97.5,44.33012701892219),(100,45),(102.5,44.33012701892219),(104.3301270189222,42.5),(105,40),(104.3301270189222,37.5),(102.5,35.66987298107781),(100,35),(97.5,35.6698729810778),(95.6698729810778,37.5)) -905 ((94,50),(94.80384757729337,53),(97,55.19615242270663),(100,56),(103,55.19615242270663),(105.19615242270663,53),(106,50),(105.19615242270663,47),(103,44.80384757729337),(100,44),(97,44.80384757729337),(94.80384757729337,47)) -906 ((93,60),(93.93782217350893,63.5),(96.5,66.06217782649107),(100,67),(103.5,66.06217782649107),(106.06217782649107,63.5),(107,60),(106.06217782649107,56.5),(103.5,53.937822173508934),(100,53),(96.5,53.93782217350893),(93.93782217350893,56.5)) -907 ((92,70),(93.07179676972449,74),(96,76.92820323027551),(100,78),(104,76.92820323027551),(106.92820323027551,74),(108,70),(106.92820323027551,66),(104,63.07179676972449),(100,62),(96,63.071796769724486),(93.0717967697245,66)) -908 ((91,80),(92.20577136594005,84.5),(95.5,87.79422863405995),(100,89),(104.5,87.79422863405995),(107.79422863405995,84.5),(109,80),(107.79422863405995,75.5),(104.5,72.20577136594005),(100,71),(95.5,72.20577136594005),(92.20577136594005,75.5)) -909 ((90,90),(91.33974596215562,95),(95,98.66025403784438),(100,100),(105,98.66025403784438),(108.66025403784438,95),(110,90),(108.6602540378444,85),(105,81.33974596215562),(100,80),(95,81.3397459621556),(91.33974596215562,85)) -910 ((99,100),(99.13397459621557,100.5),(99.5,100.86602540378443),(100,101),(100.5,100.86602540378443),(100.86602540378443,100.5),(101,100),(100.86602540378443,99.5),(100.5,99.13397459621557),(100,99),(99.5,99.13397459621557),(99.13397459621557,99.5)) -911 ((98,110),(98.26794919243112,111),(99,111.73205080756888),(100,112),(101,111.73205080756888),(101.73205080756888,111),(102,110),(101.73205080756888,109),(101,108.26794919243112),(100,108),(99,108.26794919243112),(98.26794919243112,109)) -912 ((97,120),(97.40192378864668,121.5),(98.5,122.59807621135332),(100,123),(101.5,122.59807621135332),(102.59807621135332,121.5),(103,120),(102.59807621135332,118.5),(101.5,117.40192378864668),(100,117),(98.5,117.40192378864668),(97.40192378864668,118.5)) -913 ((96,130),(96.53589838486225,132),(98,133.46410161513776),(100,134),(102,133.46410161513776),(103.46410161513775,132),(104,130),(103.46410161513775,128),(102,126.53589838486225),(100,126),(98,126.53589838486225),(96.53589838486225,128)) -914 ((95,140),(95.6698729810778,142.5),(97.5,144.33012701892218),(100,145),(102.5,144.33012701892218),(104.3301270189222,142.5),(105,140),(104.3301270189222,137.5),(102.5,135.66987298107782),(100,135),(97.5,135.66987298107782),(95.6698729810778,137.5)) -915 ((94,150),(94.80384757729337,153),(97,155.19615242270663),(100,156),(103,155.19615242270663),(105.19615242270663,153),(106,150),(105.19615242270663,147),(103,144.80384757729337),(100,144),(97,144.80384757729337),(94.80384757729337,147)) -916 ((93,160),(93.93782217350893,163.5),(96.5,166.06217782649108),(100,167),(103.5,166.06217782649108),(106.06217782649107,163.5),(107,160),(106.06217782649107,156.5),(103.5,153.93782217350892),(100,153),(96.5,153.93782217350892),(93.93782217350893,156.5)) -917 ((92,170),(93.07179676972449,174),(96,176.9282032302755),(100,178),(104,176.9282032302755),(106.92820323027551,174),(108,170),(106.92820323027551,166),(104,163.0717967697245),(100,162),(96,163.0717967697245),(93.0717967697245,166)) -918 ((91,180),(92.20577136594005,184.5),(95.5,187.79422863405995),(100,189),(104.5,187.79422863405995),(107.79422863405995,184.5),(109,180),(107.79422863405995,175.5),(104.5,172.20577136594005),(100,171),(95.5,172.20577136594005),(92.20577136594005,175.5)) -919 ((90,190),(91.33974596215562,195),(95,198.6602540378444),(100,200),(105,198.6602540378444),(108.66025403784438,195),(110,190),(108.6602540378444,185),(105,181.3397459621556),(100,180),(95,181.3397459621556),(91.33974596215562,185)) -920 ((99,200),(99.13397459621557,200.5),(99.5,200.86602540378445),(100,201),(100.5,200.86602540378445),(100.86602540378443,200.5),(101,200),(100.86602540378443,199.5),(100.5,199.13397459621555),(100,199),(99.5,199.13397459621555),(99.13397459621557,199.5)) -921 ((98,210),(98.26794919243112,211),(99,211.73205080756887),(100,212),(101,211.73205080756887),(101.73205080756888,211),(102,210),(101.73205080756888,209),(101,208.26794919243113),(100,208),(99,208.26794919243113),(98.26794919243112,209)) -922 ((97,220),(97.40192378864668,221.5),(98.5,222.59807621135332),(100,223),(101.5,222.59807621135332),(102.59807621135332,221.5),(103,220),(102.59807621135332,218.5),(101.5,217.40192378864668),(100,217),(98.5,217.40192378864668),(97.40192378864668,218.5)) -923 ((96,230),(96.53589838486225,232),(98,233.46410161513776),(100,234),(102,233.46410161513776),(103.46410161513775,232),(104,230),(103.46410161513775,228),(102,226.53589838486224),(100,226),(98,226.53589838486224),(96.53589838486225,228)) -924 ((95,240),(95.6698729810778,242.5),(97.5,244.33012701892218),(100,245),(102.5,244.33012701892218),(104.3301270189222,242.5),(105,240),(104.3301270189222,237.5),(102.5,235.66987298107782),(100,235),(97.5,235.66987298107782),(95.6698729810778,237.5)) -925 ((94,250),(94.80384757729337,253),(97,255.19615242270663),(100,256),(103,255.19615242270663),(105.19615242270663,253),(106,250),(105.19615242270663,247),(103,244.80384757729337),(100,244),(97,244.80384757729337),(94.80384757729337,247)) -926 ((93,260),(93.93782217350893,263.5),(96.5,266.06217782649105),(100,267),(103.5,266.06217782649105),(106.06217782649107,263.5),(107,260),(106.06217782649107,256.5),(103.5,253.93782217350892),(100,253),(96.5,253.93782217350892),(93.93782217350893,256.5)) -927 ((92,270),(93.07179676972449,274),(96,276.9282032302755),(100,278),(104,276.9282032302755),(106.92820323027551,274),(108,270),(106.92820323027551,266),(104,263.0717967697245),(100,262),(96,263.0717967697245),(93.0717967697245,266)) -928 ((91,280),(92.20577136594005,284.5),(95.5,287.79422863405995),(100,289),(104.5,287.79422863405995),(107.79422863405995,284.5),(109,280),(107.79422863405995,275.5),(104.5,272.20577136594005),(100,271),(95.5,272.20577136594005),(92.20577136594005,275.5)) -929 ((90,290),(91.33974596215562,295),(95,298.66025403784437),(100,300),(105,298.66025403784437),(108.66025403784438,295),(110,290),(108.6602540378444,285),(105,281.33974596215563),(100,280),(95,281.33974596215563),(91.33974596215562,285)) -930 ((99,300),(99.13397459621557,300.5),(99.5,300.8660254037844),(100,301),(100.5,300.8660254037844),(100.86602540378443,300.5),(101,300),(100.86602540378443,299.5),(100.5,299.1339745962156),(100,299),(99.5,299.1339745962156),(99.13397459621557,299.5)) -931 ((98,310),(98.26794919243112,311),(99,311.7320508075689),(100,312),(101,311.7320508075689),(101.73205080756888,311),(102,310),(101.73205080756888,309),(101,308.2679491924311),(100,308),(99,308.2679491924311),(98.26794919243112,309)) -932 ((97,320),(97.40192378864668,321.5),(98.5,322.5980762113533),(100,323),(101.5,322.5980762113533),(102.59807621135332,321.5),(103,320),(102.59807621135332,318.5),(101.5,317.4019237886467),(100,317),(98.5,317.4019237886467),(97.40192378864668,318.5)) -933 ((96,330),(96.53589838486225,332),(98,333.46410161513774),(100,334),(102,333.46410161513774),(103.46410161513775,332),(104,330),(103.46410161513775,328),(102,326.53589838486226),(100,326),(98,326.53589838486226),(96.53589838486225,328)) -934 ((95,340),(95.6698729810778,342.5),(97.5,344.3301270189222),(100,345),(102.5,344.3301270189222),(104.3301270189222,342.5),(105,340),(104.3301270189222,337.5),(102.5,335.6698729810778),(100,335),(97.5,335.6698729810778),(95.6698729810778,337.5)) -935 ((94,350),(94.80384757729337,353),(97,355.19615242270663),(100,356),(103,355.19615242270663),(105.19615242270663,353),(106,350),(105.19615242270663,347),(103,344.80384757729337),(100,344),(97,344.80384757729337),(94.80384757729337,347)) -936 ((93,360),(93.93782217350893,363.5),(96.5,366.06217782649105),(100,367),(103.5,366.06217782649105),(106.06217782649107,363.5),(107,360),(106.06217782649107,356.5),(103.5,353.93782217350895),(100,353),(96.5,353.93782217350895),(93.93782217350893,356.5)) -937 ((92,370),(93.07179676972449,374),(96,376.9282032302755),(100,378),(104,376.9282032302755),(106.92820323027551,374),(108,370),(106.92820323027551,366),(104,363.0717967697245),(100,362),(96,363.0717967697245),(93.0717967697245,366)) -938 ((91,380),(92.20577136594005,384.5),(95.5,387.79422863405995),(100,389),(104.5,387.79422863405995),(107.79422863405995,384.5),(109,380),(107.79422863405995,375.5),(104.5,372.20577136594005),(100,371),(95.5,372.20577136594005),(92.20577136594005,375.5)) -939 ((90,390),(91.33974596215562,395),(95,398.66025403784437),(100,400),(105,398.66025403784437),(108.66025403784438,395),(110,390),(108.6602540378444,385),(105,381.33974596215563),(100,380),(95,381.33974596215563),(91.33974596215562,385)) -940 ((99,400),(99.13397459621557,400.5),(99.5,400.8660254037844),(100,401),(100.5,400.8660254037844),(100.86602540378443,400.5),(101,400),(100.86602540378443,399.5),(100.5,399.1339745962156),(100,399),(99.5,399.1339745962156),(99.13397459621557,399.5)) -941 ((98,410),(98.26794919243112,411),(99,411.7320508075689),(100,412),(101,411.7320508075689),(101.73205080756888,411),(102,410),(101.73205080756888,409),(101,408.2679491924311),(100,408),(99,408.2679491924311),(98.26794919243112,409)) -942 ((97,420),(97.40192378864668,421.5),(98.5,422.5980762113533),(100,423),(101.5,422.5980762113533),(102.59807621135332,421.5),(103,420),(102.59807621135332,418.5),(101.5,417.4019237886467),(100,417),(98.5,417.4019237886467),(97.40192378864668,418.5)) -943 ((96,430),(96.53589838486225,432),(98,433.46410161513774),(100,434),(102,433.46410161513774),(103.46410161513775,432),(104,430),(103.46410161513775,428),(102,426.53589838486226),(100,426),(98,426.53589838486226),(96.53589838486225,428)) -944 ((95,440),(95.6698729810778,442.5),(97.5,444.3301270189222),(100,445),(102.5,444.3301270189222),(104.3301270189222,442.5),(105,440),(104.3301270189222,437.5),(102.5,435.6698729810778),(100,435),(97.5,435.6698729810778),(95.6698729810778,437.5)) -945 ((94,450),(94.80384757729337,453),(97,455.19615242270663),(100,456),(103,455.19615242270663),(105.19615242270663,453),(106,450),(105.19615242270663,447),(103,444.80384757729337),(100,444),(97,444.80384757729337),(94.80384757729337,447)) -946 ((93,460),(93.93782217350893,463.5),(96.5,466.06217782649105),(100,467),(103.5,466.06217782649105),(106.06217782649107,463.5),(107,460),(106.06217782649107,456.5),(103.5,453.93782217350895),(100,453),(96.5,453.93782217350895),(93.93782217350893,456.5)) -947 ((92,470),(93.07179676972449,474),(96,476.9282032302755),(100,478),(104,476.9282032302755),(106.92820323027551,474),(108,470),(106.92820323027551,466),(104,463.0717967697245),(100,462),(96,463.0717967697245),(93.0717967697245,466)) -948 ((91,480),(92.20577136594005,484.5),(95.5,487.79422863405995),(100,489),(104.5,487.79422863405995),(107.79422863405995,484.5),(109,480),(107.79422863405995,475.5),(104.5,472.20577136594005),(100,471),(95.5,472.20577136594005),(92.20577136594005,475.5)) -949 ((90,490),(91.33974596215562,495),(95,498.66025403784437),(100,500),(105,498.66025403784437),(108.66025403784438,495),(110,490),(108.6602540378444,485),(105,481.33974596215563),(100,480),(95,481.33974596215563),(91.33974596215562,485)) -950 ((99,500),(99.13397459621557,500.5),(99.5,500.8660254037844),(100,501),(100.5,500.8660254037844),(100.86602540378443,500.5),(101,500),(100.86602540378443,499.5),(100.5,499.1339745962156),(100,499),(99.5,499.1339745962156),(99.13397459621557,499.5)) -951 ((98,510),(98.26794919243112,511),(99,511.7320508075689),(100,512),(101,511.7320508075689),(101.73205080756888,511),(102,510),(101.73205080756888,509),(101,508.2679491924311),(100,508),(99,508.2679491924311),(98.26794919243112,509)) -952 ((97,520),(97.40192378864668,521.5),(98.5,522.5980762113534),(100,523),(101.5,522.5980762113534),(102.59807621135332,521.5),(103,520),(102.59807621135332,518.5),(101.5,517.4019237886467),(100,517),(98.5,517.4019237886466),(97.40192378864668,518.5)) -953 ((96,530),(96.53589838486225,532),(98,533.4641016151378),(100,534),(102,533.4641016151378),(103.46410161513775,532),(104,530),(103.46410161513775,528),(102,526.5358983848622),(100,526),(98,526.5358983848622),(96.53589838486225,528)) -954 ((95,540),(95.6698729810778,542.5),(97.5,544.3301270189222),(100,545),(102.5,544.3301270189222),(104.3301270189222,542.5),(105,540),(104.3301270189222,537.5),(102.5,535.6698729810778),(100,535),(97.5,535.6698729810778),(95.6698729810778,537.5)) -955 ((94,550),(94.80384757729337,553),(97,555.1961524227066),(100,556),(103,555.1961524227066),(105.19615242270663,553),(106,550),(105.19615242270663,547),(103,544.8038475772934),(100,544),(97,544.8038475772934),(94.80384757729337,547)) -956 ((93,560),(93.93782217350893,563.5),(96.5,566.062177826491),(100,567),(103.5,566.062177826491),(106.06217782649107,563.5),(107,560),(106.06217782649107,556.5),(103.5,553.937822173509),(100,553),(96.5,553.937822173509),(93.93782217350893,556.5)) -957 ((92,570),(93.07179676972449,574),(96,576.9282032302755),(100,578),(104,576.9282032302755),(106.92820323027551,574),(108,570),(106.92820323027551,566),(104,563.0717967697245),(100,562),(96,563.0717967697245),(93.0717967697245,566)) -958 ((91,580),(92.20577136594005,584.5),(95.5,587.7942286340599),(100,589),(104.5,587.7942286340599),(107.79422863405995,584.5),(109,580),(107.79422863405995,575.5),(104.5,572.2057713659401),(100,571),(95.5,572.20577136594),(92.20577136594005,575.5)) -959 ((90,590),(91.33974596215562,595),(95,598.6602540378444),(100,600),(105,598.6602540378444),(108.66025403784438,595),(110,590),(108.6602540378444,585),(105,581.3397459621556),(100,580),(95,581.3397459621556),(91.33974596215562,585)) -960 ((99,600),(99.13397459621557,600.5),(99.5,600.8660254037844),(100,601),(100.5,600.8660254037844),(100.86602540378443,600.5),(101,600),(100.86602540378443,599.5),(100.5,599.1339745962156),(100,599),(99.5,599.1339745962156),(99.13397459621557,599.5)) -961 ((98,610),(98.26794919243112,611),(99,611.7320508075688),(100,612),(101,611.7320508075688),(101.73205080756888,611),(102,610),(101.73205080756888,609),(101,608.2679491924312),(100,608),(99,608.2679491924312),(98.26794919243112,609)) -962 ((97,620),(97.40192378864668,621.5),(98.5,622.5980762113534),(100,623),(101.5,622.5980762113534),(102.59807621135332,621.5),(103,620),(102.59807621135332,618.5),(101.5,617.4019237886467),(100,617),(98.5,617.4019237886466),(97.40192378864668,618.5)) -963 ((96,630),(96.53589838486225,632),(98,633.4641016151378),(100,634),(102,633.4641016151378),(103.46410161513775,632),(104,630),(103.46410161513775,628),(102,626.5358983848622),(100,626),(98,626.5358983848622),(96.53589838486225,628)) -964 ((95,640),(95.6698729810778,642.5),(97.5,644.3301270189222),(100,645),(102.5,644.3301270189222),(104.3301270189222,642.5),(105,640),(104.3301270189222,637.5),(102.5,635.6698729810778),(100,635),(97.5,635.6698729810778),(95.6698729810778,637.5)) -965 ((94,650),(94.80384757729337,653),(97,655.1961524227066),(100,656),(103,655.1961524227066),(105.19615242270663,653),(106,650),(105.19615242270663,647),(103,644.8038475772934),(100,644),(97,644.8038475772934),(94.80384757729337,647)) -966 ((93,660),(93.93782217350893,663.5),(96.5,666.062177826491),(100,667),(103.5,666.062177826491),(106.06217782649107,663.5),(107,660),(106.06217782649107,656.5),(103.5,653.937822173509),(100,653),(96.5,653.937822173509),(93.93782217350893,656.5)) -967 ((92,670),(93.07179676972449,674),(96,676.9282032302755),(100,678),(104,676.9282032302755),(106.92820323027551,674),(108,670),(106.92820323027551,666),(104,663.0717967697245),(100,662),(96,663.0717967697245),(93.0717967697245,666)) -968 ((91,680),(92.20577136594005,684.5),(95.5,687.7942286340599),(100,689),(104.5,687.7942286340599),(107.79422863405995,684.5),(109,680),(107.79422863405995,675.5),(104.5,672.2057713659401),(100,671),(95.5,672.20577136594),(92.20577136594005,675.5)) -969 ((90,690),(91.33974596215562,695),(95,698.6602540378444),(100,700),(105,698.6602540378444),(108.66025403784438,695),(110,690),(108.6602540378444,685),(105,681.3397459621556),(100,680),(95,681.3397459621556),(91.33974596215562,685)) -970 ((99,700),(99.13397459621557,700.5),(99.5,700.8660254037844),(100,701),(100.5,700.8660254037844),(100.86602540378443,700.5),(101,700),(100.86602540378443,699.5),(100.5,699.1339745962156),(100,699),(99.5,699.1339745962156),(99.13397459621557,699.5)) -971 ((98,710),(98.26794919243112,711),(99,711.7320508075688),(100,712),(101,711.7320508075688),(101.73205080756888,711),(102,710),(101.73205080756888,709),(101,708.2679491924312),(100,708),(99,708.2679491924312),(98.26794919243112,709)) -972 ((97,720),(97.40192378864668,721.5),(98.5,722.5980762113534),(100,723),(101.5,722.5980762113534),(102.59807621135332,721.5),(103,720),(102.59807621135332,718.5),(101.5,717.4019237886467),(100,717),(98.5,717.4019237886466),(97.40192378864668,718.5)) -973 ((96,730),(96.53589838486225,732),(98,733.4641016151378),(100,734),(102,733.4641016151378),(103.46410161513775,732),(104,730),(103.46410161513775,728),(102,726.5358983848622),(100,726),(98,726.5358983848622),(96.53589838486225,728)) -974 ((95,740),(95.6698729810778,742.5),(97.5,744.3301270189222),(100,745),(102.5,744.3301270189222),(104.3301270189222,742.5),(105,740),(104.3301270189222,737.5),(102.5,735.6698729810778),(100,735),(97.5,735.6698729810778),(95.6698729810778,737.5)) -975 ((94,750),(94.80384757729337,753),(97,755.1961524227066),(100,756),(103,755.1961524227066),(105.19615242270663,753),(106,750),(105.19615242270663,747),(103,744.8038475772934),(100,744),(97,744.8038475772934),(94.80384757729337,747)) -976 ((93,760),(93.93782217350893,763.5),(96.5,766.062177826491),(100,767),(103.5,766.062177826491),(106.06217782649107,763.5),(107,760),(106.06217782649107,756.5),(103.5,753.937822173509),(100,753),(96.5,753.937822173509),(93.93782217350893,756.5)) -977 ((92,770),(93.07179676972449,774),(96,776.9282032302755),(100,778),(104,776.9282032302755),(106.92820323027551,774),(108,770),(106.92820323027551,766),(104,763.0717967697245),(100,762),(96,763.0717967697245),(93.0717967697245,766)) -978 ((91,780),(92.20577136594005,784.5),(95.5,787.7942286340599),(100,789),(104.5,787.7942286340599),(107.79422863405995,784.5),(109,780),(107.79422863405995,775.5),(104.5,772.2057713659401),(100,771),(95.5,772.20577136594),(92.20577136594005,775.5)) -979 ((90,790),(91.33974596215562,795),(95,798.6602540378444),(100,800),(105,798.6602540378444),(108.66025403784438,795),(110,790),(108.6602540378444,785),(105,781.3397459621556),(100,780),(95,781.3397459621556),(91.33974596215562,785)) -980 ((99,800),(99.13397459621557,800.5),(99.5,800.8660254037844),(100,801),(100.5,800.8660254037844),(100.86602540378443,800.5),(101,800),(100.86602540378443,799.5),(100.5,799.1339745962156),(100,799),(99.5,799.1339745962156),(99.13397459621557,799.5)) -981 ((98,810),(98.26794919243112,811),(99,811.7320508075688),(100,812),(101,811.7320508075688),(101.73205080756888,811),(102,810),(101.73205080756888,809),(101,808.2679491924312),(100,808),(99,808.2679491924312),(98.26794919243112,809)) -982 ((97,820),(97.40192378864668,821.5),(98.5,822.5980762113534),(100,823),(101.5,822.5980762113534),(102.59807621135332,821.5),(103,820),(102.59807621135332,818.5),(101.5,817.4019237886467),(100,817),(98.5,817.4019237886466),(97.40192378864668,818.5)) -983 ((96,830),(96.53589838486225,832),(98,833.4641016151378),(100,834),(102,833.4641016151378),(103.46410161513775,832),(104,830),(103.46410161513775,828),(102,826.5358983848622),(100,826),(98,826.5358983848622),(96.53589838486225,828)) -984 ((95,840),(95.6698729810778,842.5),(97.5,844.3301270189222),(100,845),(102.5,844.3301270189222),(104.3301270189222,842.5),(105,840),(104.3301270189222,837.5),(102.5,835.6698729810778),(100,835),(97.5,835.6698729810778),(95.6698729810778,837.5)) -985 ((94,850),(94.80384757729337,853),(97,855.1961524227066),(100,856),(103,855.1961524227066),(105.19615242270663,853),(106,850),(105.19615242270663,847),(103,844.8038475772934),(100,844),(97,844.8038475772934),(94.80384757729337,847)) -986 ((93,860),(93.93782217350893,863.5),(96.5,866.062177826491),(100,867),(103.5,866.062177826491),(106.06217782649107,863.5),(107,860),(106.06217782649107,856.5),(103.5,853.937822173509),(100,853),(96.5,853.937822173509),(93.93782217350893,856.5)) -987 ((92,870),(93.07179676972449,874),(96,876.9282032302755),(100,878),(104,876.9282032302755),(106.92820323027551,874),(108,870),(106.92820323027551,866),(104,863.0717967697245),(100,862),(96,863.0717967697245),(93.0717967697245,866)) -988 ((91,880),(92.20577136594005,884.5),(95.5,887.7942286340599),(100,889),(104.5,887.7942286340599),(107.79422863405995,884.5),(109,880),(107.79422863405995,875.5),(104.5,872.2057713659401),(100,871),(95.5,872.20577136594),(92.20577136594005,875.5)) -989 ((90,890),(91.33974596215562,895),(95,898.6602540378444),(100,900),(105,898.6602540378444),(108.66025403784438,895),(110,890),(108.6602540378444,885),(105,881.3397459621556),(100,880),(95,881.3397459621556),(91.33974596215562,885)) -990 ((99,900),(99.13397459621557,900.5),(99.5,900.8660254037844),(100,901),(100.5,900.8660254037844),(100.86602540378443,900.5),(101,900),(100.86602540378443,899.5),(100.5,899.1339745962156),(100,899),(99.5,899.1339745962156),(99.13397459621557,899.5)) -991 ((98,910),(98.26794919243112,911),(99,911.7320508075688),(100,912),(101,911.7320508075688),(101.73205080756888,911),(102,910),(101.73205080756888,909),(101,908.2679491924312),(100,908),(99,908.2679491924312),(98.26794919243112,909)) -992 ((97,920),(97.40192378864668,921.5),(98.5,922.5980762113534),(100,923),(101.5,922.5980762113534),(102.59807621135332,921.5),(103,920),(102.59807621135332,918.5),(101.5,917.4019237886467),(100,917),(98.5,917.4019237886466),(97.40192378864668,918.5)) -993 ((96,930),(96.53589838486225,932),(98,933.4641016151378),(100,934),(102,933.4641016151378),(103.46410161513775,932),(104,930),(103.46410161513775,928),(102,926.5358983848622),(100,926),(98,926.5358983848622),(96.53589838486225,928)) -994 ((95,940),(95.6698729810778,942.5),(97.5,944.3301270189222),(100,945),(102.5,944.3301270189222),(104.3301270189222,942.5),(105,940),(104.3301270189222,937.5),(102.5,935.6698729810778),(100,935),(97.5,935.6698729810778),(95.6698729810778,937.5)) -995 ((94,950),(94.80384757729337,953),(97,955.1961524227066),(100,956),(103,955.1961524227066),(105.19615242270663,953),(106,950),(105.19615242270663,947),(103,944.8038475772934),(100,944),(97,944.8038475772934),(94.80384757729337,947)) -996 ((93,960),(93.93782217350893,963.5),(96.5,966.062177826491),(100,967),(103.5,966.062177826491),(106.06217782649107,963.5),(107,960),(106.06217782649107,956.5),(103.5,953.937822173509),(100,953),(96.5,953.937822173509),(93.93782217350893,956.5)) -997 ((92,970),(93.07179676972449,974),(96,976.9282032302755),(100,978),(104,976.9282032302755),(106.92820323027551,974),(108,970),(106.92820323027551,966),(104,963.0717967697245),(100,962),(96,963.0717967697245),(93.0717967697245,966)) -998 ((91,980),(92.20577136594005,984.5),(95.5,987.7942286340599),(100,989),(104.5,987.7942286340599),(107.79422863405995,984.5),(109,980),(107.79422863405995,975.5),(104.5,972.2057713659401),(100,971),(95.5,972.20577136594),(92.20577136594005,975.5)) -999 ((90,990),(91.33974596215562,995),(95,998.6602540378444),(100,1000),(105,998.6602540378444),(108.66025403784438,995),(110,990),(108.6602540378444,985),(105,981.3397459621556),(100,980),(95,981.3397459621556),(91.33974596215562,985)) -1000 ((99,1000),(99.13397459621557,1000.5),(99.5,1000.8660254037844),(100,1001),(100.5,1000.8660254037844),(100.86602540378443,1000.5),(101,1000),(100.86602540378443,999.5),(100.5,999.1339745962156),(100,999),(99.5,999.1339745962156),(99.13397459621557,999.5)) -1001 ((107,10),(107.40192378864668,11.5),(108.5,12.598076211353316),(110,13),(111.5,12.598076211353316),(112.59807621135332,11.5),(113,10),(112.59807621135332,8.5),(111.5,7.401923788646684),(110,7),(108.5,7.401923788646683),(107.40192378864668,8.499999999999998)) -1002 ((106,20),(106.53589838486225,22),(108,23.464101615137753),(110,24),(112,23.464101615137753),(113.46410161513775,22),(114,20),(113.46410161513775,18),(112,16.535898384862247),(110,16),(108,16.535898384862243),(106.53589838486225,18)) -1003 ((105,30),(105.6698729810778,32.5),(107.5,34.33012701892219),(110,35),(112.5,34.33012701892219),(114.3301270189222,32.5),(115,30),(114.3301270189222,27.5),(112.5,25.66987298107781),(110,25),(107.5,25.669872981077805),(105.6698729810778,27.499999999999996)) -1004 ((104,40),(104.80384757729337,43),(107,45.19615242270663),(110,46),(113,45.19615242270663),(115.19615242270663,43),(116,40),(115.19615242270663,37),(113,34.80384757729337),(110,34),(107,34.80384757729337),(104.80384757729337,37)) -1005 ((103,50),(103.93782217350893,53.5),(106.5,56.06217782649107),(110,57),(113.5,56.06217782649107),(116.06217782649107,53.5),(117,50),(116.06217782649107,46.5),(113.5,43.937822173508934),(110,43),(106.5,43.93782217350893),(103.93782217350893,46.5)) -1006 ((102,60),(103.07179676972449,64),(106,66.92820323027551),(110,68),(114,66.92820323027551),(116.92820323027551,64),(118,60),(116.92820323027551,56),(114,53.07179676972449),(110,52),(106,53.071796769724486),(103.0717967697245,56)) -1007 ((101,70),(102.20577136594005,74.5),(105.5,77.79422863405995),(110,79),(114.5,77.79422863405995),(117.79422863405995,74.5),(119,70),(117.79422863405995,65.5),(114.5,62.20577136594005),(110,61),(105.5,62.20577136594005),(102.20577136594005,65.5)) -1008 ((100,80),(101.33974596215562,85),(105,88.66025403784438),(110,90),(115,88.66025403784438),(118.66025403784438,85),(120,80),(118.6602540378444,75),(115,71.33974596215562),(110,70),(105,71.3397459621556),(101.33974596215562,75)) -1009 ((109,90),(109.13397459621557,90.5),(109.5,90.86602540378443),(110,91),(110.5,90.86602540378443),(110.86602540378443,90.5),(111,90),(110.86602540378443,89.5),(110.5,89.13397459621557),(110,89),(109.5,89.13397459621557),(109.13397459621557,89.5)) -1010 ((108,100),(108.26794919243112,101),(109,101.73205080756888),(110,102),(111,101.73205080756888),(111.73205080756888,101),(112,100),(111.73205080756888,99),(111,98.26794919243112),(110,98),(109,98.26794919243112),(108.26794919243112,99)) -1011 ((107,110),(107.40192378864668,111.5),(108.5,112.59807621135332),(110,113),(111.5,112.59807621135332),(112.59807621135332,111.5),(113,110),(112.59807621135332,108.5),(111.5,107.40192378864668),(110,107),(108.5,107.40192378864668),(107.40192378864668,108.5)) -1012 ((106,120),(106.53589838486225,122),(108,123.46410161513775),(110,124),(112,123.46410161513775),(113.46410161513775,122),(114,120),(113.46410161513775,118),(112,116.53589838486225),(110,116),(108,116.53589838486225),(106.53589838486225,118)) -1013 ((105,130),(105.6698729810778,132.5),(107.5,134.33012701892218),(110,135),(112.5,134.33012701892218),(114.3301270189222,132.5),(115,130),(114.3301270189222,127.5),(112.5,125.6698729810778),(110,125),(107.5,125.6698729810778),(105.6698729810778,127.5)) -1014 ((104,140),(104.80384757729337,143),(107,145.19615242270663),(110,146),(113,145.19615242270663),(115.19615242270663,143),(116,140),(115.19615242270663,137),(113,134.80384757729337),(110,134),(107,134.80384757729337),(104.80384757729337,137)) -1015 ((103,150),(103.93782217350893,153.5),(106.5,156.06217782649108),(110,157),(113.5,156.06217782649108),(116.06217782649107,153.5),(117,150),(116.06217782649107,146.5),(113.5,143.93782217350892),(110,143),(106.5,143.93782217350892),(103.93782217350893,146.5)) -1016 ((102,160),(103.07179676972449,164),(106,166.9282032302755),(110,168),(114,166.9282032302755),(116.92820323027551,164),(118,160),(116.92820323027551,156),(114,153.0717967697245),(110,152),(106,153.0717967697245),(103.0717967697245,156)) -1017 ((101,170),(102.20577136594005,174.5),(105.5,177.79422863405995),(110,179),(114.5,177.79422863405995),(117.79422863405995,174.5),(119,170),(117.79422863405995,165.5),(114.5,162.20577136594005),(110,161),(105.5,162.20577136594005),(102.20577136594005,165.5)) -1018 ((100,180),(101.33974596215562,185),(105,188.6602540378444),(110,190),(115,188.6602540378444),(118.66025403784438,185),(120,180),(118.6602540378444,175),(115,171.3397459621556),(110,170),(105,171.3397459621556),(101.33974596215562,175)) -1019 ((109,190),(109.13397459621557,190.5),(109.5,190.86602540378445),(110,191),(110.5,190.86602540378445),(110.86602540378443,190.5),(111,190),(110.86602540378443,189.5),(110.5,189.13397459621555),(110,189),(109.5,189.13397459621555),(109.13397459621557,189.5)) -1020 ((108,200),(108.26794919243112,201),(109,201.73205080756887),(110,202),(111,201.73205080756887),(111.73205080756888,201),(112,200),(111.73205080756888,199),(111,198.26794919243113),(110,198),(109,198.26794919243113),(108.26794919243112,199)) -1021 ((107,210),(107.40192378864668,211.5),(108.5,212.59807621135332),(110,213),(111.5,212.59807621135332),(112.59807621135332,211.5),(113,210),(112.59807621135332,208.5),(111.5,207.40192378864668),(110,207),(108.5,207.40192378864668),(107.40192378864668,208.5)) -1022 ((106,220),(106.53589838486225,222),(108,223.46410161513776),(110,224),(112,223.46410161513776),(113.46410161513775,222),(114,220),(113.46410161513775,218),(112,216.53589838486224),(110,216),(108,216.53589838486224),(106.53589838486225,218)) -1023 ((105,230),(105.6698729810778,232.5),(107.5,234.33012701892218),(110,235),(112.5,234.33012701892218),(114.3301270189222,232.5),(115,230),(114.3301270189222,227.5),(112.5,225.66987298107782),(110,225),(107.5,225.66987298107782),(105.6698729810778,227.5)) -1024 ((104,240),(104.80384757729337,243),(107,245.19615242270663),(110,246),(113,245.19615242270663),(115.19615242270663,243),(116,240),(115.19615242270663,237),(113,234.80384757729337),(110,234),(107,234.80384757729337),(104.80384757729337,237)) -1025 ((103,250),(103.93782217350893,253.5),(106.5,256.06217782649105),(110,257),(113.5,256.06217782649105),(116.06217782649107,253.5),(117,250),(116.06217782649107,246.5),(113.5,243.93782217350892),(110,243),(106.5,243.93782217350892),(103.93782217350893,246.5)) -1026 ((102,260),(103.07179676972449,264),(106,266.9282032302755),(110,268),(114,266.9282032302755),(116.92820323027551,264),(118,260),(116.92820323027551,256),(114,253.0717967697245),(110,252),(106,253.0717967697245),(103.0717967697245,256)) -1027 ((101,270),(102.20577136594005,274.5),(105.5,277.79422863405995),(110,279),(114.5,277.79422863405995),(117.79422863405995,274.5),(119,270),(117.79422863405995,265.5),(114.5,262.20577136594005),(110,261),(105.5,262.20577136594005),(102.20577136594005,265.5)) -1028 ((100,280),(101.33974596215562,285),(105,288.66025403784437),(110,290),(115,288.66025403784437),(118.66025403784438,285),(120,280),(118.6602540378444,275),(115,271.33974596215563),(110,270),(105,271.33974596215563),(101.33974596215562,275)) -1029 ((109,290),(109.13397459621557,290.5),(109.5,290.8660254037844),(110,291),(110.5,290.8660254037844),(110.86602540378443,290.5),(111,290),(110.86602540378443,289.5),(110.5,289.1339745962156),(110,289),(109.5,289.1339745962156),(109.13397459621557,289.5)) -1030 ((108,300),(108.26794919243112,301),(109,301.7320508075689),(110,302),(111,301.7320508075689),(111.73205080756888,301),(112,300),(111.73205080756888,299),(111,298.2679491924311),(110,298),(109,298.2679491924311),(108.26794919243112,299)) -1031 ((107,310),(107.40192378864668,311.5),(108.5,312.5980762113533),(110,313),(111.5,312.5980762113533),(112.59807621135332,311.5),(113,310),(112.59807621135332,308.5),(111.5,307.4019237886467),(110,307),(108.5,307.4019237886467),(107.40192378864668,308.5)) -1032 ((106,320),(106.53589838486225,322),(108,323.46410161513774),(110,324),(112,323.46410161513774),(113.46410161513775,322),(114,320),(113.46410161513775,318),(112,316.53589838486226),(110,316),(108,316.53589838486226),(106.53589838486225,318)) -1033 ((105,330),(105.6698729810778,332.5),(107.5,334.3301270189222),(110,335),(112.5,334.3301270189222),(114.3301270189222,332.5),(115,330),(114.3301270189222,327.5),(112.5,325.6698729810778),(110,325),(107.5,325.6698729810778),(105.6698729810778,327.5)) -1034 ((104,340),(104.80384757729337,343),(107,345.19615242270663),(110,346),(113,345.19615242270663),(115.19615242270663,343),(116,340),(115.19615242270663,337),(113,334.80384757729337),(110,334),(107,334.80384757729337),(104.80384757729337,337)) -1035 ((103,350),(103.93782217350893,353.5),(106.5,356.06217782649105),(110,357),(113.5,356.06217782649105),(116.06217782649107,353.5),(117,350),(116.06217782649107,346.5),(113.5,343.93782217350895),(110,343),(106.5,343.93782217350895),(103.93782217350893,346.5)) -1036 ((102,360),(103.07179676972449,364),(106,366.9282032302755),(110,368),(114,366.9282032302755),(116.92820323027551,364),(118,360),(116.92820323027551,356),(114,353.0717967697245),(110,352),(106,353.0717967697245),(103.0717967697245,356)) -1037 ((101,370),(102.20577136594005,374.5),(105.5,377.79422863405995),(110,379),(114.5,377.79422863405995),(117.79422863405995,374.5),(119,370),(117.79422863405995,365.5),(114.5,362.20577136594005),(110,361),(105.5,362.20577136594005),(102.20577136594005,365.5)) -1038 ((100,380),(101.33974596215562,385),(105,388.66025403784437),(110,390),(115,388.66025403784437),(118.66025403784438,385),(120,380),(118.6602540378444,375),(115,371.33974596215563),(110,370),(105,371.33974596215563),(101.33974596215562,375)) -1039 ((109,390),(109.13397459621557,390.5),(109.5,390.8660254037844),(110,391),(110.5,390.8660254037844),(110.86602540378443,390.5),(111,390),(110.86602540378443,389.5),(110.5,389.1339745962156),(110,389),(109.5,389.1339745962156),(109.13397459621557,389.5)) -1040 ((108,400),(108.26794919243112,401),(109,401.7320508075689),(110,402),(111,401.7320508075689),(111.73205080756888,401),(112,400),(111.73205080756888,399),(111,398.2679491924311),(110,398),(109,398.2679491924311),(108.26794919243112,399)) -1041 ((107,410),(107.40192378864668,411.5),(108.5,412.5980762113533),(110,413),(111.5,412.5980762113533),(112.59807621135332,411.5),(113,410),(112.59807621135332,408.5),(111.5,407.4019237886467),(110,407),(108.5,407.4019237886467),(107.40192378864668,408.5)) -1042 ((106,420),(106.53589838486225,422),(108,423.46410161513774),(110,424),(112,423.46410161513774),(113.46410161513775,422),(114,420),(113.46410161513775,418),(112,416.53589838486226),(110,416),(108,416.53589838486226),(106.53589838486225,418)) -1043 ((105,430),(105.6698729810778,432.5),(107.5,434.3301270189222),(110,435),(112.5,434.3301270189222),(114.3301270189222,432.5),(115,430),(114.3301270189222,427.5),(112.5,425.6698729810778),(110,425),(107.5,425.6698729810778),(105.6698729810778,427.5)) -1044 ((104,440),(104.80384757729337,443),(107,445.19615242270663),(110,446),(113,445.19615242270663),(115.19615242270663,443),(116,440),(115.19615242270663,437),(113,434.80384757729337),(110,434),(107,434.80384757729337),(104.80384757729337,437)) -1045 ((103,450),(103.93782217350893,453.5),(106.5,456.06217782649105),(110,457),(113.5,456.06217782649105),(116.06217782649107,453.5),(117,450),(116.06217782649107,446.5),(113.5,443.93782217350895),(110,443),(106.5,443.93782217350895),(103.93782217350893,446.5)) -1046 ((102,460),(103.07179676972449,464),(106,466.9282032302755),(110,468),(114,466.9282032302755),(116.92820323027551,464),(118,460),(116.92820323027551,456),(114,453.0717967697245),(110,452),(106,453.0717967697245),(103.0717967697245,456)) -1047 ((101,470),(102.20577136594005,474.5),(105.5,477.79422863405995),(110,479),(114.5,477.79422863405995),(117.79422863405995,474.5),(119,470),(117.79422863405995,465.5),(114.5,462.20577136594005),(110,461),(105.5,462.20577136594005),(102.20577136594005,465.5)) -1048 ((100,480),(101.33974596215562,485),(105,488.66025403784437),(110,490),(115,488.66025403784437),(118.66025403784438,485),(120,480),(118.6602540378444,475),(115,471.33974596215563),(110,470),(105,471.33974596215563),(101.33974596215562,475)) -1049 ((109,490),(109.13397459621557,490.5),(109.5,490.8660254037844),(110,491),(110.5,490.8660254037844),(110.86602540378443,490.5),(111,490),(110.86602540378443,489.5),(110.5,489.1339745962156),(110,489),(109.5,489.1339745962156),(109.13397459621557,489.5)) -1050 ((108,500),(108.26794919243112,501),(109,501.7320508075689),(110,502),(111,501.7320508075689),(111.73205080756888,501),(112,500),(111.73205080756888,499),(111,498.2679491924311),(110,498),(109,498.2679491924311),(108.26794919243112,499)) -1051 ((107,510),(107.40192378864668,511.5),(108.5,512.5980762113534),(110,513),(111.5,512.5980762113534),(112.59807621135332,511.5),(113,510),(112.59807621135332,508.5),(111.5,507.4019237886467),(110,507),(108.5,507.4019237886467),(107.40192378864668,508.5)) -1052 ((106,520),(106.53589838486225,522),(108,523.4641016151378),(110,524),(112,523.4641016151378),(113.46410161513775,522),(114,520),(113.46410161513775,518),(112,516.5358983848622),(110,516),(108,516.5358983848622),(106.53589838486225,518)) -1053 ((105,530),(105.6698729810778,532.5),(107.5,534.3301270189222),(110,535),(112.5,534.3301270189222),(114.3301270189222,532.5),(115,530),(114.3301270189222,527.5),(112.5,525.6698729810778),(110,525),(107.5,525.6698729810778),(105.6698729810778,527.5)) -1054 ((104,540),(104.80384757729337,543),(107,545.1961524227066),(110,546),(113,545.1961524227066),(115.19615242270663,543),(116,540),(115.19615242270663,537),(113,534.8038475772934),(110,534),(107,534.8038475772934),(104.80384757729337,537)) -1055 ((103,550),(103.93782217350893,553.5),(106.5,556.062177826491),(110,557),(113.5,556.062177826491),(116.06217782649107,553.5),(117,550),(116.06217782649107,546.5),(113.5,543.937822173509),(110,543),(106.5,543.937822173509),(103.93782217350893,546.5)) -1056 ((102,560),(103.07179676972449,564),(106,566.9282032302755),(110,568),(114,566.9282032302755),(116.92820323027551,564),(118,560),(116.92820323027551,556),(114,553.0717967697245),(110,552),(106,553.0717967697245),(103.0717967697245,556)) -1057 ((101,570),(102.20577136594005,574.5),(105.5,577.7942286340599),(110,579),(114.5,577.7942286340599),(117.79422863405995,574.5),(119,570),(117.79422863405995,565.5),(114.5,562.2057713659401),(110,561),(105.5,562.20577136594),(102.20577136594005,565.5)) -1058 ((100,580),(101.33974596215562,585),(105,588.6602540378444),(110,590),(115,588.6602540378444),(118.66025403784438,585),(120,580),(118.6602540378444,575),(115,571.3397459621556),(110,570),(105,571.3397459621556),(101.33974596215562,575)) -1059 ((109,590),(109.13397459621557,590.5),(109.5,590.8660254037844),(110,591),(110.5,590.8660254037844),(110.86602540378443,590.5),(111,590),(110.86602540378443,589.5),(110.5,589.1339745962156),(110,589),(109.5,589.1339745962156),(109.13397459621557,589.5)) -1060 ((108,600),(108.26794919243112,601),(109,601.7320508075688),(110,602),(111,601.7320508075688),(111.73205080756888,601),(112,600),(111.73205080756888,599),(111,598.2679491924312),(110,598),(109,598.2679491924312),(108.26794919243112,599)) -1061 ((107,610),(107.40192378864668,611.5),(108.5,612.5980762113534),(110,613),(111.5,612.5980762113534),(112.59807621135332,611.5),(113,610),(112.59807621135332,608.5),(111.5,607.4019237886467),(110,607),(108.5,607.4019237886466),(107.40192378864668,608.5)) -1062 ((106,620),(106.53589838486225,622),(108,623.4641016151378),(110,624),(112,623.4641016151378),(113.46410161513775,622),(114,620),(113.46410161513775,618),(112,616.5358983848622),(110,616),(108,616.5358983848622),(106.53589838486225,618)) -1063 ((105,630),(105.6698729810778,632.5),(107.5,634.3301270189222),(110,635),(112.5,634.3301270189222),(114.3301270189222,632.5),(115,630),(114.3301270189222,627.5),(112.5,625.6698729810778),(110,625),(107.5,625.6698729810778),(105.6698729810778,627.5)) -1064 ((104,640),(104.80384757729337,643),(107,645.1961524227066),(110,646),(113,645.1961524227066),(115.19615242270663,643),(116,640),(115.19615242270663,637),(113,634.8038475772934),(110,634),(107,634.8038475772934),(104.80384757729337,637)) -1065 ((103,650),(103.93782217350893,653.5),(106.5,656.062177826491),(110,657),(113.5,656.062177826491),(116.06217782649107,653.5),(117,650),(116.06217782649107,646.5),(113.5,643.937822173509),(110,643),(106.5,643.937822173509),(103.93782217350893,646.5)) -1066 ((102,660),(103.07179676972449,664),(106,666.9282032302755),(110,668),(114,666.9282032302755),(116.92820323027551,664),(118,660),(116.92820323027551,656),(114,653.0717967697245),(110,652),(106,653.0717967697245),(103.0717967697245,656)) -1067 ((101,670),(102.20577136594005,674.5),(105.5,677.7942286340599),(110,679),(114.5,677.7942286340599),(117.79422863405995,674.5),(119,670),(117.79422863405995,665.5),(114.5,662.2057713659401),(110,661),(105.5,662.20577136594),(102.20577136594005,665.5)) -1068 ((100,680),(101.33974596215562,685),(105,688.6602540378444),(110,690),(115,688.6602540378444),(118.66025403784438,685),(120,680),(118.6602540378444,675),(115,671.3397459621556),(110,670),(105,671.3397459621556),(101.33974596215562,675)) -1069 ((109,690),(109.13397459621557,690.5),(109.5,690.8660254037844),(110,691),(110.5,690.8660254037844),(110.86602540378443,690.5),(111,690),(110.86602540378443,689.5),(110.5,689.1339745962156),(110,689),(109.5,689.1339745962156),(109.13397459621557,689.5)) -1070 ((108,700),(108.26794919243112,701),(109,701.7320508075688),(110,702),(111,701.7320508075688),(111.73205080756888,701),(112,700),(111.73205080756888,699),(111,698.2679491924312),(110,698),(109,698.2679491924312),(108.26794919243112,699)) -1071 ((107,710),(107.40192378864668,711.5),(108.5,712.5980762113534),(110,713),(111.5,712.5980762113534),(112.59807621135332,711.5),(113,710),(112.59807621135332,708.5),(111.5,707.4019237886467),(110,707),(108.5,707.4019237886466),(107.40192378864668,708.5)) -1072 ((106,720),(106.53589838486225,722),(108,723.4641016151378),(110,724),(112,723.4641016151378),(113.46410161513775,722),(114,720),(113.46410161513775,718),(112,716.5358983848622),(110,716),(108,716.5358983848622),(106.53589838486225,718)) -1073 ((105,730),(105.6698729810778,732.5),(107.5,734.3301270189222),(110,735),(112.5,734.3301270189222),(114.3301270189222,732.5),(115,730),(114.3301270189222,727.5),(112.5,725.6698729810778),(110,725),(107.5,725.6698729810778),(105.6698729810778,727.5)) -1074 ((104,740),(104.80384757729337,743),(107,745.1961524227066),(110,746),(113,745.1961524227066),(115.19615242270663,743),(116,740),(115.19615242270663,737),(113,734.8038475772934),(110,734),(107,734.8038475772934),(104.80384757729337,737)) -1075 ((103,750),(103.93782217350893,753.5),(106.5,756.062177826491),(110,757),(113.5,756.062177826491),(116.06217782649107,753.5),(117,750),(116.06217782649107,746.5),(113.5,743.937822173509),(110,743),(106.5,743.937822173509),(103.93782217350893,746.5)) -1076 ((102,760),(103.07179676972449,764),(106,766.9282032302755),(110,768),(114,766.9282032302755),(116.92820323027551,764),(118,760),(116.92820323027551,756),(114,753.0717967697245),(110,752),(106,753.0717967697245),(103.0717967697245,756)) -1077 ((101,770),(102.20577136594005,774.5),(105.5,777.7942286340599),(110,779),(114.5,777.7942286340599),(117.79422863405995,774.5),(119,770),(117.79422863405995,765.5),(114.5,762.2057713659401),(110,761),(105.5,762.20577136594),(102.20577136594005,765.5)) -1078 ((100,780),(101.33974596215562,785),(105,788.6602540378444),(110,790),(115,788.6602540378444),(118.66025403784438,785),(120,780),(118.6602540378444,775),(115,771.3397459621556),(110,770),(105,771.3397459621556),(101.33974596215562,775)) -1079 ((109,790),(109.13397459621557,790.5),(109.5,790.8660254037844),(110,791),(110.5,790.8660254037844),(110.86602540378443,790.5),(111,790),(110.86602540378443,789.5),(110.5,789.1339745962156),(110,789),(109.5,789.1339745962156),(109.13397459621557,789.5)) -1080 ((108,800),(108.26794919243112,801),(109,801.7320508075688),(110,802),(111,801.7320508075688),(111.73205080756888,801),(112,800),(111.73205080756888,799),(111,798.2679491924312),(110,798),(109,798.2679491924312),(108.26794919243112,799)) -1081 ((107,810),(107.40192378864668,811.5),(108.5,812.5980762113534),(110,813),(111.5,812.5980762113534),(112.59807621135332,811.5),(113,810),(112.59807621135332,808.5),(111.5,807.4019237886467),(110,807),(108.5,807.4019237886466),(107.40192378864668,808.5)) -1082 ((106,820),(106.53589838486225,822),(108,823.4641016151378),(110,824),(112,823.4641016151378),(113.46410161513775,822),(114,820),(113.46410161513775,818),(112,816.5358983848622),(110,816),(108,816.5358983848622),(106.53589838486225,818)) -1083 ((105,830),(105.6698729810778,832.5),(107.5,834.3301270189222),(110,835),(112.5,834.3301270189222),(114.3301270189222,832.5),(115,830),(114.3301270189222,827.5),(112.5,825.6698729810778),(110,825),(107.5,825.6698729810778),(105.6698729810778,827.5)) -1084 ((104,840),(104.80384757729337,843),(107,845.1961524227066),(110,846),(113,845.1961524227066),(115.19615242270663,843),(116,840),(115.19615242270663,837),(113,834.8038475772934),(110,834),(107,834.8038475772934),(104.80384757729337,837)) -1085 ((103,850),(103.93782217350893,853.5),(106.5,856.062177826491),(110,857),(113.5,856.062177826491),(116.06217782649107,853.5),(117,850),(116.06217782649107,846.5),(113.5,843.937822173509),(110,843),(106.5,843.937822173509),(103.93782217350893,846.5)) -1086 ((102,860),(103.07179676972449,864),(106,866.9282032302755),(110,868),(114,866.9282032302755),(116.92820323027551,864),(118,860),(116.92820323027551,856),(114,853.0717967697245),(110,852),(106,853.0717967697245),(103.0717967697245,856)) -1087 ((101,870),(102.20577136594005,874.5),(105.5,877.7942286340599),(110,879),(114.5,877.7942286340599),(117.79422863405995,874.5),(119,870),(117.79422863405995,865.5),(114.5,862.2057713659401),(110,861),(105.5,862.20577136594),(102.20577136594005,865.5)) -1088 ((100,880),(101.33974596215562,885),(105,888.6602540378444),(110,890),(115,888.6602540378444),(118.66025403784438,885),(120,880),(118.6602540378444,875),(115,871.3397459621556),(110,870),(105,871.3397459621556),(101.33974596215562,875)) -1089 ((109,890),(109.13397459621557,890.5),(109.5,890.8660254037844),(110,891),(110.5,890.8660254037844),(110.86602540378443,890.5),(111,890),(110.86602540378443,889.5),(110.5,889.1339745962156),(110,889),(109.5,889.1339745962156),(109.13397459621557,889.5)) -1090 ((108,900),(108.26794919243112,901),(109,901.7320508075688),(110,902),(111,901.7320508075688),(111.73205080756888,901),(112,900),(111.73205080756888,899),(111,898.2679491924312),(110,898),(109,898.2679491924312),(108.26794919243112,899)) -1091 ((107,910),(107.40192378864668,911.5),(108.5,912.5980762113534),(110,913),(111.5,912.5980762113534),(112.59807621135332,911.5),(113,910),(112.59807621135332,908.5),(111.5,907.4019237886467),(110,907),(108.5,907.4019237886466),(107.40192378864668,908.5)) -1092 ((106,920),(106.53589838486225,922),(108,923.4641016151378),(110,924),(112,923.4641016151378),(113.46410161513775,922),(114,920),(113.46410161513775,918),(112,916.5358983848622),(110,916),(108,916.5358983848622),(106.53589838486225,918)) -1093 ((105,930),(105.6698729810778,932.5),(107.5,934.3301270189222),(110,935),(112.5,934.3301270189222),(114.3301270189222,932.5),(115,930),(114.3301270189222,927.5),(112.5,925.6698729810778),(110,925),(107.5,925.6698729810778),(105.6698729810778,927.5)) -1094 ((104,940),(104.80384757729337,943),(107,945.1961524227066),(110,946),(113,945.1961524227066),(115.19615242270663,943),(116,940),(115.19615242270663,937),(113,934.8038475772934),(110,934),(107,934.8038475772934),(104.80384757729337,937)) -1095 ((103,950),(103.93782217350893,953.5),(106.5,956.062177826491),(110,957),(113.5,956.062177826491),(116.06217782649107,953.5),(117,950),(116.06217782649107,946.5),(113.5,943.937822173509),(110,943),(106.5,943.937822173509),(103.93782217350893,946.5)) -1096 ((102,960),(103.07179676972449,964),(106,966.9282032302755),(110,968),(114,966.9282032302755),(116.92820323027551,964),(118,960),(116.92820323027551,956),(114,953.0717967697245),(110,952),(106,953.0717967697245),(103.0717967697245,956)) -1097 ((101,970),(102.20577136594005,974.5),(105.5,977.7942286340599),(110,979),(114.5,977.7942286340599),(117.79422863405995,974.5),(119,970),(117.79422863405995,965.5),(114.5,962.2057713659401),(110,961),(105.5,962.20577136594),(102.20577136594005,965.5)) -1098 ((100,980),(101.33974596215562,985),(105,988.6602540378444),(110,990),(115,988.6602540378444),(118.66025403784438,985),(120,980),(118.6602540378444,975),(115,971.3397459621556),(110,970),(105,971.3397459621556),(101.33974596215562,975)) -1099 ((109,990),(109.13397459621557,990.5),(109.5,990.8660254037844),(110,991),(110.5,990.8660254037844),(110.86602540378443,990.5),(111,990),(110.86602540378443,989.5),(110.5,989.1339745962156),(110,989),(109.5,989.1339745962156),(109.13397459621557,989.5)) -1100 ((108,1000),(108.26794919243112,1001),(109,1001.7320508075688),(110,1002),(111,1001.7320508075688),(111.73205080756888,1001),(112,1000),(111.73205080756888,999),(111,998.2679491924312),(110,998),(109,998.2679491924312),(108.26794919243112,999)) -1101 ((116,10),(116.53589838486225,12),(118,13.464101615137753),(120,14),(122,13.464101615137755),(123.46410161513775,12.000000000000002),(124,10),(123.46410161513775,8.000000000000002),(122,6.5358983848622465),(120,6),(118,6.535898384862244),(116.53589838486225,7.999999999999998)) -1102 ((115,20),(115.6698729810778,22.5),(117.5,24.33012701892219),(120,25),(122.5,24.330127018922195),(124.3301270189222,22.5),(125,20),(124.3301270189222,17.5),(122.5,15.669872981077807),(120,15),(117.5,15.669872981077805),(115.6698729810778,17.499999999999996)) -1103 ((114,30),(114.80384757729337,33),(117,35.19615242270663),(120,36),(123,35.19615242270663),(125.19615242270663,33),(126,30),(125.19615242270663,27),(123,24.803847577293368),(120,24),(117,24.803847577293368),(114.80384757729337,26.999999999999996)) -1104 ((113,40),(113.93782217350893,43.5),(116.5,46.06217782649107),(120,47),(123.5,46.06217782649107),(126.06217782649107,43.5),(127,40),(126.06217782649107,36.5),(123.5,33.937822173508934),(120,33),(116.5,33.93782217350893),(113.93782217350893,36.5)) -1105 ((112,50),(113.07179676972449,54),(116,56.92820323027551),(120,58),(124,56.92820323027551),(126.92820323027551,54),(128,50),(126.92820323027551,46),(124,43.07179676972449),(120,42),(116,43.071796769724486),(113.0717967697245,46)) -1106 ((111,60),(112.20577136594005,64.5),(115.5,67.79422863405995),(120,69),(124.5,67.79422863405995),(127.79422863405995,64.5),(129,60),(127.79422863405995,55.5),(124.5,52.20577136594005),(120,51),(115.5,52.20577136594005),(112.20577136594005,55.5)) -1107 ((110,70),(111.33974596215562,75),(115,78.66025403784438),(120,80),(125,78.66025403784438),(128.6602540378444,75),(130,70),(128.6602540378444,65),(125,61.33974596215562),(120,60),(115,61.33974596215561),(111.33974596215562,65)) -1108 ((119,80),(119.13397459621557,80.5),(119.5,80.86602540378443),(120,81),(120.5,80.86602540378443),(120.86602540378443,80.5),(121,80),(120.86602540378443,79.5),(120.5,79.13397459621557),(120,79),(119.5,79.13397459621557),(119.13397459621557,79.5)) -1109 ((118,90),(118.26794919243112,91),(119,91.73205080756888),(120,92),(121,91.73205080756888),(121.73205080756888,91),(122,90),(121.73205080756888,89),(121,88.26794919243112),(120,88),(119,88.26794919243112),(118.26794919243112,89)) -1110 ((117,100),(117.40192378864668,101.5),(118.5,102.59807621135332),(120,103),(121.5,102.59807621135332),(122.59807621135332,101.5),(123,100),(122.59807621135332,98.5),(121.5,97.40192378864668),(120,97),(118.5,97.40192378864668),(117.40192378864668,98.5)) -1111 ((116,110),(116.53589838486225,112),(118,113.46410161513775),(120,114),(122,113.46410161513775),(123.46410161513775,112),(124,110),(123.46410161513775,108),(122,106.53589838486225),(120,106),(118,106.53589838486225),(116.53589838486225,108)) -1112 ((115,120),(115.6698729810778,122.5),(117.5,124.3301270189222),(120,125),(122.5,124.3301270189222),(124.3301270189222,122.5),(125,120),(124.3301270189222,117.5),(122.5,115.6698729810778),(120,115),(117.5,115.6698729810778),(115.6698729810778,117.5)) -1113 ((114,130),(114.80384757729337,133),(117,135.19615242270663),(120,136),(123,135.19615242270663),(125.19615242270663,133),(126,130),(125.19615242270663,127),(123,124.80384757729337),(120,124),(117,124.80384757729337),(114.80384757729337,127)) -1114 ((113,140),(113.93782217350893,143.5),(116.5,146.06217782649108),(120,147),(123.5,146.06217782649108),(126.06217782649107,143.5),(127,140),(126.06217782649107,136.5),(123.5,133.93782217350892),(120,133),(116.5,133.93782217350892),(113.93782217350893,136.5)) -1115 ((112,150),(113.07179676972449,154),(116,156.9282032302755),(120,158),(124,156.9282032302755),(126.92820323027551,154),(128,150),(126.92820323027551,146),(124,143.0717967697245),(120,142),(116,143.0717967697245),(113.0717967697245,146)) -1116 ((111,160),(112.20577136594005,164.5),(115.5,167.79422863405995),(120,169),(124.5,167.79422863405995),(127.79422863405995,164.5),(129,160),(127.79422863405995,155.5),(124.5,152.20577136594005),(120,151),(115.5,152.20577136594005),(112.20577136594005,155.5)) -1117 ((110,170),(111.33974596215562,175),(115,178.6602540378444),(120,180),(125,178.6602540378444),(128.6602540378444,175),(130,170),(128.6602540378444,165),(125,161.3397459621556),(120,160),(115,161.3397459621556),(111.33974596215562,165)) -1118 ((119,180),(119.13397459621557,180.5),(119.5,180.86602540378445),(120,181),(120.5,180.86602540378445),(120.86602540378443,180.5),(121,180),(120.86602540378443,179.5),(120.5,179.13397459621555),(120,179),(119.5,179.13397459621555),(119.13397459621557,179.5)) -1119 ((118,190),(118.26794919243112,191),(119,191.73205080756887),(120,192),(121,191.73205080756887),(121.73205080756888,191),(122,190),(121.73205080756888,189),(121,188.26794919243113),(120,188),(119,188.26794919243113),(118.26794919243112,189)) -1120 ((117,200),(117.40192378864668,201.5),(118.5,202.59807621135332),(120,203),(121.5,202.59807621135332),(122.59807621135332,201.5),(123,200),(122.59807621135332,198.5),(121.5,197.40192378864668),(120,197),(118.5,197.40192378864668),(117.40192378864668,198.5)) -1121 ((116,210),(116.53589838486225,212),(118,213.46410161513776),(120,214),(122,213.46410161513776),(123.46410161513775,212),(124,210),(123.46410161513775,208),(122,206.53589838486224),(120,206),(118,206.53589838486224),(116.53589838486225,208)) -1122 ((115,220),(115.6698729810778,222.5),(117.5,224.33012701892218),(120,225),(122.5,224.33012701892218),(124.3301270189222,222.5),(125,220),(124.3301270189222,217.5),(122.5,215.66987298107782),(120,215),(117.5,215.66987298107782),(115.6698729810778,217.5)) -1123 ((114,230),(114.80384757729337,233),(117,235.19615242270663),(120,236),(123,235.19615242270663),(125.19615242270663,233),(126,230),(125.19615242270663,227),(123,224.80384757729337),(120,224),(117,224.80384757729337),(114.80384757729337,227)) -1124 ((113,240),(113.93782217350893,243.5),(116.5,246.06217782649108),(120,247),(123.5,246.06217782649108),(126.06217782649107,243.5),(127,240),(126.06217782649107,236.5),(123.5,233.93782217350892),(120,233),(116.5,233.93782217350892),(113.93782217350893,236.5)) -1125 ((112,250),(113.07179676972449,254),(116,256.9282032302755),(120,258),(124,256.9282032302755),(126.92820323027551,254),(128,250),(126.92820323027551,246),(124,243.0717967697245),(120,242),(116,243.0717967697245),(113.0717967697245,246)) -1126 ((111,260),(112.20577136594005,264.5),(115.5,267.79422863405995),(120,269),(124.5,267.79422863405995),(127.79422863405995,264.5),(129,260),(127.79422863405995,255.5),(124.5,252.20577136594005),(120,251),(115.5,252.20577136594005),(112.20577136594005,255.5)) -1127 ((110,270),(111.33974596215562,275),(115,278.66025403784437),(120,280),(125,278.66025403784437),(128.6602540378444,275),(130,270),(128.6602540378444,265),(125,261.33974596215563),(120,260),(115,261.33974596215563),(111.33974596215562,265)) -1128 ((119,280),(119.13397459621557,280.5),(119.5,280.8660254037844),(120,281),(120.5,280.8660254037844),(120.86602540378443,280.5),(121,280),(120.86602540378443,279.5),(120.5,279.1339745962156),(120,279),(119.5,279.1339745962156),(119.13397459621557,279.5)) -1129 ((118,290),(118.26794919243112,291),(119,291.7320508075689),(120,292),(121,291.7320508075689),(121.73205080756888,291),(122,290),(121.73205080756888,289),(121,288.2679491924311),(120,288),(119,288.2679491924311),(118.26794919243112,289)) -1130 ((117,300),(117.40192378864668,301.5),(118.5,302.5980762113533),(120,303),(121.5,302.5980762113533),(122.59807621135332,301.5),(123,300),(122.59807621135332,298.5),(121.5,297.4019237886467),(120,297),(118.5,297.4019237886467),(117.40192378864668,298.5)) -1131 ((116,310),(116.53589838486225,312),(118,313.46410161513774),(120,314),(122,313.46410161513774),(123.46410161513775,312),(124,310),(123.46410161513775,308),(122,306.53589838486226),(120,306),(118,306.53589838486226),(116.53589838486225,308)) -1132 ((115,320),(115.6698729810778,322.5),(117.5,324.3301270189222),(120,325),(122.5,324.3301270189222),(124.3301270189222,322.5),(125,320),(124.3301270189222,317.5),(122.5,315.6698729810778),(120,315),(117.5,315.6698729810778),(115.6698729810778,317.5)) -1133 ((114,330),(114.80384757729337,333),(117,335.19615242270663),(120,336),(123,335.19615242270663),(125.19615242270663,333),(126,330),(125.19615242270663,327),(123,324.80384757729337),(120,324),(117,324.80384757729337),(114.80384757729337,327)) -1134 ((113,340),(113.93782217350893,343.5),(116.5,346.06217782649105),(120,347),(123.5,346.06217782649105),(126.06217782649107,343.5),(127,340),(126.06217782649107,336.5),(123.5,333.93782217350895),(120,333),(116.5,333.93782217350895),(113.93782217350893,336.5)) -1135 ((112,350),(113.07179676972449,354),(116,356.9282032302755),(120,358),(124,356.9282032302755),(126.92820323027551,354),(128,350),(126.92820323027551,346),(124,343.0717967697245),(120,342),(116,343.0717967697245),(113.0717967697245,346)) -1136 ((111,360),(112.20577136594005,364.5),(115.5,367.79422863405995),(120,369),(124.5,367.79422863405995),(127.79422863405995,364.5),(129,360),(127.79422863405995,355.5),(124.5,352.20577136594005),(120,351),(115.5,352.20577136594005),(112.20577136594005,355.5)) -1137 ((110,370),(111.33974596215562,375),(115,378.66025403784437),(120,380),(125,378.66025403784437),(128.6602540378444,375),(130,370),(128.6602540378444,365),(125,361.33974596215563),(120,360),(115,361.33974596215563),(111.33974596215562,365)) -1138 ((119,380),(119.13397459621557,380.5),(119.5,380.8660254037844),(120,381),(120.5,380.8660254037844),(120.86602540378443,380.5),(121,380),(120.86602540378443,379.5),(120.5,379.1339745962156),(120,379),(119.5,379.1339745962156),(119.13397459621557,379.5)) -1139 ((118,390),(118.26794919243112,391),(119,391.7320508075689),(120,392),(121,391.7320508075689),(121.73205080756888,391),(122,390),(121.73205080756888,389),(121,388.2679491924311),(120,388),(119,388.2679491924311),(118.26794919243112,389)) -1140 ((117,400),(117.40192378864668,401.5),(118.5,402.5980762113533),(120,403),(121.5,402.5980762113533),(122.59807621135332,401.5),(123,400),(122.59807621135332,398.5),(121.5,397.4019237886467),(120,397),(118.5,397.4019237886467),(117.40192378864668,398.5)) -1141 ((116,410),(116.53589838486225,412),(118,413.46410161513774),(120,414),(122,413.46410161513774),(123.46410161513775,412),(124,410),(123.46410161513775,408),(122,406.53589838486226),(120,406),(118,406.53589838486226),(116.53589838486225,408)) -1142 ((115,420),(115.6698729810778,422.5),(117.5,424.3301270189222),(120,425),(122.5,424.3301270189222),(124.3301270189222,422.5),(125,420),(124.3301270189222,417.5),(122.5,415.6698729810778),(120,415),(117.5,415.6698729810778),(115.6698729810778,417.5)) -1143 ((114,430),(114.80384757729337,433),(117,435.19615242270663),(120,436),(123,435.19615242270663),(125.19615242270663,433),(126,430),(125.19615242270663,427),(123,424.80384757729337),(120,424),(117,424.80384757729337),(114.80384757729337,427)) -1144 ((113,440),(113.93782217350893,443.5),(116.5,446.06217782649105),(120,447),(123.5,446.06217782649105),(126.06217782649107,443.5),(127,440),(126.06217782649107,436.5),(123.5,433.93782217350895),(120,433),(116.5,433.93782217350895),(113.93782217350893,436.5)) -1145 ((112,450),(113.07179676972449,454),(116,456.9282032302755),(120,458),(124,456.9282032302755),(126.92820323027551,454),(128,450),(126.92820323027551,446),(124,443.0717967697245),(120,442),(116,443.0717967697245),(113.0717967697245,446)) -1146 ((111,460),(112.20577136594005,464.5),(115.5,467.79422863405995),(120,469),(124.5,467.79422863405995),(127.79422863405995,464.5),(129,460),(127.79422863405995,455.5),(124.5,452.20577136594005),(120,451),(115.5,452.20577136594005),(112.20577136594005,455.5)) -1147 ((110,470),(111.33974596215562,475),(115,478.66025403784437),(120,480),(125,478.66025403784437),(128.6602540378444,475),(130,470),(128.6602540378444,465),(125,461.33974596215563),(120,460),(115,461.33974596215563),(111.33974596215562,465)) -1148 ((119,480),(119.13397459621557,480.5),(119.5,480.8660254037844),(120,481),(120.5,480.8660254037844),(120.86602540378443,480.5),(121,480),(120.86602540378443,479.5),(120.5,479.1339745962156),(120,479),(119.5,479.1339745962156),(119.13397459621557,479.5)) -1149 ((118,490),(118.26794919243112,491),(119,491.7320508075689),(120,492),(121,491.7320508075689),(121.73205080756888,491),(122,490),(121.73205080756888,489),(121,488.2679491924311),(120,488),(119,488.2679491924311),(118.26794919243112,489)) -1150 ((117,500),(117.40192378864668,501.5),(118.5,502.5980762113533),(120,503),(121.5,502.5980762113533),(122.59807621135332,501.5),(123,500),(122.59807621135332,498.5),(121.5,497.4019237886467),(120,497),(118.5,497.4019237886467),(117.40192378864668,498.5)) -1151 ((116,510),(116.53589838486225,512),(118,513.4641016151378),(120,514),(122,513.4641016151378),(123.46410161513775,512),(124,510),(123.46410161513775,508),(122,506.53589838486226),(120,506),(118,506.53589838486226),(116.53589838486225,508)) -1152 ((115,520),(115.6698729810778,522.5),(117.5,524.3301270189222),(120,525),(122.5,524.3301270189222),(124.3301270189222,522.5),(125,520),(124.3301270189222,517.5),(122.5,515.6698729810778),(120,515),(117.5,515.6698729810778),(115.6698729810778,517.5)) -1153 ((114,530),(114.80384757729337,533),(117,535.1961524227066),(120,536),(123,535.1961524227066),(125.19615242270663,533),(126,530),(125.19615242270663,527),(123,524.8038475772934),(120,524),(117,524.8038475772934),(114.80384757729337,527)) -1154 ((113,540),(113.93782217350893,543.5),(116.5,546.062177826491),(120,547),(123.5,546.062177826491),(126.06217782649107,543.5),(127,540),(126.06217782649107,536.5),(123.5,533.937822173509),(120,533),(116.5,533.937822173509),(113.93782217350893,536.5)) -1155 ((112,550),(113.07179676972449,554),(116,556.9282032302755),(120,558),(124,556.9282032302755),(126.92820323027551,554),(128,550),(126.92820323027551,546),(124,543.0717967697245),(120,542),(116,543.0717967697245),(113.0717967697245,546)) -1156 ((111,560),(112.20577136594005,564.5),(115.5,567.7942286340599),(120,569),(124.5,567.7942286340599),(127.79422863405995,564.5),(129,560),(127.79422863405995,555.5),(124.5,552.2057713659401),(120,551),(115.5,552.20577136594),(112.20577136594005,555.5)) -1157 ((110,570),(111.33974596215562,575),(115,578.6602540378444),(120,580),(125,578.6602540378444),(128.6602540378444,575),(130,570),(128.6602540378444,565),(125,561.3397459621556),(120,560),(115,561.3397459621556),(111.33974596215562,565)) -1158 ((119,580),(119.13397459621557,580.5),(119.5,580.8660254037844),(120,581),(120.5,580.8660254037844),(120.86602540378443,580.5),(121,580),(120.86602540378443,579.5),(120.5,579.1339745962156),(120,579),(119.5,579.1339745962156),(119.13397459621557,579.5)) -1159 ((118,590),(118.26794919243112,591),(119,591.7320508075688),(120,592),(121,591.7320508075688),(121.73205080756888,591),(122,590),(121.73205080756888,589),(121,588.2679491924312),(120,588),(119,588.2679491924312),(118.26794919243112,589)) -1160 ((117,600),(117.40192378864668,601.5),(118.5,602.5980762113534),(120,603),(121.5,602.5980762113534),(122.59807621135332,601.5),(123,600),(122.59807621135332,598.5),(121.5,597.4019237886467),(120,597),(118.5,597.4019237886466),(117.40192378864668,598.5)) -1161 ((116,610),(116.53589838486225,612),(118,613.4641016151378),(120,614),(122,613.4641016151378),(123.46410161513775,612),(124,610),(123.46410161513775,608),(122,606.5358983848622),(120,606),(118,606.5358983848622),(116.53589838486225,608)) -1162 ((115,620),(115.6698729810778,622.5),(117.5,624.3301270189222),(120,625),(122.5,624.3301270189222),(124.3301270189222,622.5),(125,620),(124.3301270189222,617.5),(122.5,615.6698729810778),(120,615),(117.5,615.6698729810778),(115.6698729810778,617.5)) -1163 ((114,630),(114.80384757729337,633),(117,635.1961524227066),(120,636),(123,635.1961524227066),(125.19615242270663,633),(126,630),(125.19615242270663,627),(123,624.8038475772934),(120,624),(117,624.8038475772934),(114.80384757729337,627)) -1164 ((113,640),(113.93782217350893,643.5),(116.5,646.062177826491),(120,647),(123.5,646.062177826491),(126.06217782649107,643.5),(127,640),(126.06217782649107,636.5),(123.5,633.937822173509),(120,633),(116.5,633.937822173509),(113.93782217350893,636.5)) -1165 ((112,650),(113.07179676972449,654),(116,656.9282032302755),(120,658),(124,656.9282032302755),(126.92820323027551,654),(128,650),(126.92820323027551,646),(124,643.0717967697245),(120,642),(116,643.0717967697245),(113.0717967697245,646)) -1166 ((111,660),(112.20577136594005,664.5),(115.5,667.7942286340599),(120,669),(124.5,667.7942286340599),(127.79422863405995,664.5),(129,660),(127.79422863405995,655.5),(124.5,652.2057713659401),(120,651),(115.5,652.20577136594),(112.20577136594005,655.5)) -1167 ((110,670),(111.33974596215562,675),(115,678.6602540378444),(120,680),(125,678.6602540378444),(128.6602540378444,675),(130,670),(128.6602540378444,665),(125,661.3397459621556),(120,660),(115,661.3397459621556),(111.33974596215562,665)) -1168 ((119,680),(119.13397459621557,680.5),(119.5,680.8660254037844),(120,681),(120.5,680.8660254037844),(120.86602540378443,680.5),(121,680),(120.86602540378443,679.5),(120.5,679.1339745962156),(120,679),(119.5,679.1339745962156),(119.13397459621557,679.5)) -1169 ((118,690),(118.26794919243112,691),(119,691.7320508075688),(120,692),(121,691.7320508075688),(121.73205080756888,691),(122,690),(121.73205080756888,689),(121,688.2679491924312),(120,688),(119,688.2679491924312),(118.26794919243112,689)) -1170 ((117,700),(117.40192378864668,701.5),(118.5,702.5980762113534),(120,703),(121.5,702.5980762113534),(122.59807621135332,701.5),(123,700),(122.59807621135332,698.5),(121.5,697.4019237886467),(120,697),(118.5,697.4019237886466),(117.40192378864668,698.5)) -1171 ((116,710),(116.53589838486225,712),(118,713.4641016151378),(120,714),(122,713.4641016151378),(123.46410161513775,712),(124,710),(123.46410161513775,708),(122,706.5358983848622),(120,706),(118,706.5358983848622),(116.53589838486225,708)) -1172 ((115,720),(115.6698729810778,722.5),(117.5,724.3301270189222),(120,725),(122.5,724.3301270189222),(124.3301270189222,722.5),(125,720),(124.3301270189222,717.5),(122.5,715.6698729810778),(120,715),(117.5,715.6698729810778),(115.6698729810778,717.5)) -1173 ((114,730),(114.80384757729337,733),(117,735.1961524227066),(120,736),(123,735.1961524227066),(125.19615242270663,733),(126,730),(125.19615242270663,727),(123,724.8038475772934),(120,724),(117,724.8038475772934),(114.80384757729337,727)) -1174 ((113,740),(113.93782217350893,743.5),(116.5,746.062177826491),(120,747),(123.5,746.062177826491),(126.06217782649107,743.5),(127,740),(126.06217782649107,736.5),(123.5,733.937822173509),(120,733),(116.5,733.937822173509),(113.93782217350893,736.5)) -1175 ((112,750),(113.07179676972449,754),(116,756.9282032302755),(120,758),(124,756.9282032302755),(126.92820323027551,754),(128,750),(126.92820323027551,746),(124,743.0717967697245),(120,742),(116,743.0717967697245),(113.0717967697245,746)) -1176 ((111,760),(112.20577136594005,764.5),(115.5,767.7942286340599),(120,769),(124.5,767.7942286340599),(127.79422863405995,764.5),(129,760),(127.79422863405995,755.5),(124.5,752.2057713659401),(120,751),(115.5,752.20577136594),(112.20577136594005,755.5)) -1177 ((110,770),(111.33974596215562,775),(115,778.6602540378444),(120,780),(125,778.6602540378444),(128.6602540378444,775),(130,770),(128.6602540378444,765),(125,761.3397459621556),(120,760),(115,761.3397459621556),(111.33974596215562,765)) -1178 ((119,780),(119.13397459621557,780.5),(119.5,780.8660254037844),(120,781),(120.5,780.8660254037844),(120.86602540378443,780.5),(121,780),(120.86602540378443,779.5),(120.5,779.1339745962156),(120,779),(119.5,779.1339745962156),(119.13397459621557,779.5)) -1179 ((118,790),(118.26794919243112,791),(119,791.7320508075688),(120,792),(121,791.7320508075688),(121.73205080756888,791),(122,790),(121.73205080756888,789),(121,788.2679491924312),(120,788),(119,788.2679491924312),(118.26794919243112,789)) -1180 ((117,800),(117.40192378864668,801.5),(118.5,802.5980762113534),(120,803),(121.5,802.5980762113534),(122.59807621135332,801.5),(123,800),(122.59807621135332,798.5),(121.5,797.4019237886467),(120,797),(118.5,797.4019237886466),(117.40192378864668,798.5)) -1181 ((116,810),(116.53589838486225,812),(118,813.4641016151378),(120,814),(122,813.4641016151378),(123.46410161513775,812),(124,810),(123.46410161513775,808),(122,806.5358983848622),(120,806),(118,806.5358983848622),(116.53589838486225,808)) -1182 ((115,820),(115.6698729810778,822.5),(117.5,824.3301270189222),(120,825),(122.5,824.3301270189222),(124.3301270189222,822.5),(125,820),(124.3301270189222,817.5),(122.5,815.6698729810778),(120,815),(117.5,815.6698729810778),(115.6698729810778,817.5)) -1183 ((114,830),(114.80384757729337,833),(117,835.1961524227066),(120,836),(123,835.1961524227066),(125.19615242270663,833),(126,830),(125.19615242270663,827),(123,824.8038475772934),(120,824),(117,824.8038475772934),(114.80384757729337,827)) -1184 ((113,840),(113.93782217350893,843.5),(116.5,846.062177826491),(120,847),(123.5,846.062177826491),(126.06217782649107,843.5),(127,840),(126.06217782649107,836.5),(123.5,833.937822173509),(120,833),(116.5,833.937822173509),(113.93782217350893,836.5)) -1185 ((112,850),(113.07179676972449,854),(116,856.9282032302755),(120,858),(124,856.9282032302755),(126.92820323027551,854),(128,850),(126.92820323027551,846),(124,843.0717967697245),(120,842),(116,843.0717967697245),(113.0717967697245,846)) -1186 ((111,860),(112.20577136594005,864.5),(115.5,867.7942286340599),(120,869),(124.5,867.7942286340599),(127.79422863405995,864.5),(129,860),(127.79422863405995,855.5),(124.5,852.2057713659401),(120,851),(115.5,852.20577136594),(112.20577136594005,855.5)) -1187 ((110,870),(111.33974596215562,875),(115,878.6602540378444),(120,880),(125,878.6602540378444),(128.6602540378444,875),(130,870),(128.6602540378444,865),(125,861.3397459621556),(120,860),(115,861.3397459621556),(111.33974596215562,865)) -1188 ((119,880),(119.13397459621557,880.5),(119.5,880.8660254037844),(120,881),(120.5,880.8660254037844),(120.86602540378443,880.5),(121,880),(120.86602540378443,879.5),(120.5,879.1339745962156),(120,879),(119.5,879.1339745962156),(119.13397459621557,879.5)) -1189 ((118,890),(118.26794919243112,891),(119,891.7320508075688),(120,892),(121,891.7320508075688),(121.73205080756888,891),(122,890),(121.73205080756888,889),(121,888.2679491924312),(120,888),(119,888.2679491924312),(118.26794919243112,889)) -1190 ((117,900),(117.40192378864668,901.5),(118.5,902.5980762113534),(120,903),(121.5,902.5980762113534),(122.59807621135332,901.5),(123,900),(122.59807621135332,898.5),(121.5,897.4019237886467),(120,897),(118.5,897.4019237886466),(117.40192378864668,898.5)) -1191 ((116,910),(116.53589838486225,912),(118,913.4641016151378),(120,914),(122,913.4641016151378),(123.46410161513775,912),(124,910),(123.46410161513775,908),(122,906.5358983848622),(120,906),(118,906.5358983848622),(116.53589838486225,908)) -1192 ((115,920),(115.6698729810778,922.5),(117.5,924.3301270189222),(120,925),(122.5,924.3301270189222),(124.3301270189222,922.5),(125,920),(124.3301270189222,917.5),(122.5,915.6698729810778),(120,915),(117.5,915.6698729810778),(115.6698729810778,917.5)) -1193 ((114,930),(114.80384757729337,933),(117,935.1961524227066),(120,936),(123,935.1961524227066),(125.19615242270663,933),(126,930),(125.19615242270663,927),(123,924.8038475772934),(120,924),(117,924.8038475772934),(114.80384757729337,927)) -1194 ((113,940),(113.93782217350893,943.5),(116.5,946.062177826491),(120,947),(123.5,946.062177826491),(126.06217782649107,943.5),(127,940),(126.06217782649107,936.5),(123.5,933.937822173509),(120,933),(116.5,933.937822173509),(113.93782217350893,936.5)) -1195 ((112,950),(113.07179676972449,954),(116,956.9282032302755),(120,958),(124,956.9282032302755),(126.92820323027551,954),(128,950),(126.92820323027551,946),(124,943.0717967697245),(120,942),(116,943.0717967697245),(113.0717967697245,946)) -1196 ((111,960),(112.20577136594005,964.5),(115.5,967.7942286340599),(120,969),(124.5,967.7942286340599),(127.79422863405995,964.5),(129,960),(127.79422863405995,955.5),(124.5,952.2057713659401),(120,951),(115.5,952.20577136594),(112.20577136594005,955.5)) -1197 ((110,970),(111.33974596215562,975),(115,978.6602540378444),(120,980),(125,978.6602540378444),(128.6602540378444,975),(130,970),(128.6602540378444,965),(125,961.3397459621556),(120,960),(115,961.3397459621556),(111.33974596215562,965)) -1198 ((119,980),(119.13397459621557,980.5),(119.5,980.8660254037844),(120,981),(120.5,980.8660254037844),(120.86602540378443,980.5),(121,980),(120.86602540378443,979.5),(120.5,979.1339745962156),(120,979),(119.5,979.1339745962156),(119.13397459621557,979.5)) -1199 ((118,990),(118.26794919243112,991),(119,991.7320508075688),(120,992),(121,991.7320508075688),(121.73205080756888,991),(122,990),(121.73205080756888,989),(121,988.2679491924312),(120,988),(119,988.2679491924312),(118.26794919243112,989)) -1200 ((117,1000),(117.40192378864668,1001.5),(118.5,1002.5980762113534),(120,1003),(121.5,1002.5980762113534),(122.59807621135332,1001.5),(123,1000),(122.59807621135332,998.5),(121.5,997.4019237886467),(120,997),(118.5,997.4019237886466),(117.40192378864668,998.5)) -1201 ((125,10),(125.6698729810778,12.5),(127.5,14.330127018922193),(130,15),(132.5,14.330127018922195),(134.33012701892218,12.500000000000002),(135,10),(134.33012701892218,7.500000000000002),(132.5,5.669872981077807),(130,5),(127.5,5.669872981077805),(125.6698729810778,7.499999999999998)) -1202 ((124,20),(124.80384757729337,23),(127,25.196152422706632),(130,26),(133,25.196152422706632),(135.19615242270663,23),(136,20),(135.19615242270663,17),(133,14.803847577293368),(130,14),(127,14.803847577293366),(124.80384757729337,16.999999999999996)) -1203 ((123,30),(123.93782217350893,33.5),(126.5,36.06217782649107),(130,37),(133.5,36.06217782649107),(136.06217782649108,33.5),(137,30),(136.06217782649108,26.5),(133.5,23.93782217350893),(130,23),(126.5,23.937822173508927),(123.93782217350893,26.499999999999996)) -1204 ((122,40),(123.07179676972449,44),(126,46.92820323027551),(130,48),(134,46.92820323027551),(136.9282032302755,44),(138,40),(136.9282032302755,36),(134,33.07179676972449),(130,32),(126,33.071796769724486),(123.0717967697245,36)) -1205 ((121,50),(122.20577136594005,54.5),(125.5,57.79422863405995),(130,59),(134.5,57.79422863405995),(137.79422863405995,54.5),(139,50),(137.79422863405995,45.5),(134.5,42.20577136594005),(130,41),(125.5,42.20577136594005),(122.20577136594005,45.5)) -1206 ((120,60),(121.33974596215562,65),(125,68.66025403784438),(130,70),(135,68.66025403784438),(138.6602540378444,65),(140,60),(138.6602540378444,55),(135,51.33974596215562),(130,50),(125,51.33974596215561),(121.33974596215562,54.99999999999999)) -1207 ((129,70),(129.13397459621555,70.5),(129.5,70.86602540378443),(130,71),(130.5,70.86602540378443),(130.86602540378445,70.5),(131,70),(130.86602540378445,69.5),(130.5,69.13397459621557),(130,69),(129.5,69.13397459621557),(129.13397459621555,69.5)) -1208 ((128,80),(128.26794919243113,81),(129,81.73205080756888),(130,82),(131,81.73205080756888),(131.73205080756887,81),(132,80),(131.73205080756887,79),(131,78.26794919243112),(130,78),(129,78.26794919243112),(128.26794919243113,79)) -1209 ((127,90),(127.40192378864668,91.5),(128.5,92.59807621135332),(130,93),(131.5,92.59807621135332),(132.59807621135332,91.5),(133,90),(132.59807621135332,88.5),(131.5,87.40192378864668),(130,87),(128.5,87.40192378864668),(127.40192378864668,88.5)) -1210 ((126,100),(126.53589838486225,102),(128,103.46410161513775),(130,104),(132,103.46410161513775),(133.46410161513776,102),(134,100),(133.46410161513776,98),(132,96.53589838486225),(130,96),(128,96.53589838486225),(126.53589838486225,98)) -1211 ((125,110),(125.6698729810778,112.5),(127.5,114.3301270189222),(130,115),(132.5,114.3301270189222),(134.33012701892218,112.5),(135,110),(134.33012701892218,107.5),(132.5,105.6698729810778),(130,105),(127.5,105.6698729810778),(125.6698729810778,107.5)) -1212 ((124,120),(124.80384757729337,123),(127,125.19615242270663),(130,126),(133,125.19615242270663),(135.19615242270663,123),(136,120),(135.19615242270663,117),(133,114.80384757729337),(130,114),(127,114.80384757729337),(124.80384757729337,117)) -1213 ((123,130),(123.93782217350893,133.5),(126.5,136.06217782649108),(130,137),(133.5,136.06217782649108),(136.06217782649108,133.5),(137,130),(136.06217782649108,126.5),(133.5,123.93782217350893),(130,123),(126.5,123.93782217350892),(123.93782217350893,126.5)) -1214 ((122,140),(123.07179676972449,144),(126,146.9282032302755),(130,148),(134,146.9282032302755),(136.9282032302755,144),(138,140),(136.9282032302755,136),(134,133.0717967697245),(130,132),(126,133.0717967697245),(123.0717967697245,136)) -1215 ((121,150),(122.20577136594005,154.5),(125.5,157.79422863405995),(130,159),(134.5,157.79422863405995),(137.79422863405995,154.5),(139,150),(137.79422863405995,145.5),(134.5,142.20577136594005),(130,141),(125.5,142.20577136594005),(122.20577136594005,145.5)) -1216 ((120,160),(121.33974596215562,165),(125,168.6602540378444),(130,170),(135,168.6602540378444),(138.6602540378444,165),(140,160),(138.6602540378444,155),(135,151.3397459621556),(130,150),(125,151.3397459621556),(121.33974596215562,155)) -1217 ((129,170),(129.13397459621555,170.5),(129.5,170.86602540378445),(130,171),(130.5,170.86602540378445),(130.86602540378445,170.5),(131,170),(130.86602540378445,169.5),(130.5,169.13397459621555),(130,169),(129.5,169.13397459621555),(129.13397459621555,169.5)) -1218 ((128,180),(128.26794919243113,181),(129,181.73205080756887),(130,182),(131,181.73205080756887),(131.73205080756887,181),(132,180),(131.73205080756887,179),(131,178.26794919243113),(130,178),(129,178.26794919243113),(128.26794919243113,179)) -1219 ((127,190),(127.40192378864668,191.5),(128.5,192.59807621135332),(130,193),(131.5,192.59807621135332),(132.59807621135332,191.5),(133,190),(132.59807621135332,188.5),(131.5,187.40192378864668),(130,187),(128.5,187.40192378864668),(127.40192378864668,188.5)) -1220 ((126,200),(126.53589838486225,202),(128,203.46410161513776),(130,204),(132,203.46410161513776),(133.46410161513776,202),(134,200),(133.46410161513776,198),(132,196.53589838486224),(130,196),(128,196.53589838486224),(126.53589838486225,198)) -1221 ((125,210),(125.6698729810778,212.5),(127.5,214.33012701892218),(130,215),(132.5,214.33012701892218),(134.33012701892218,212.5),(135,210),(134.33012701892218,207.5),(132.5,205.66987298107782),(130,205),(127.5,205.66987298107782),(125.6698729810778,207.5)) -1222 ((124,220),(124.80384757729337,223),(127,225.19615242270663),(130,226),(133,225.19615242270663),(135.19615242270663,223),(136,220),(135.19615242270663,217),(133,214.80384757729337),(130,214),(127,214.80384757729337),(124.80384757729337,217)) -1223 ((123,230),(123.93782217350893,233.5),(126.5,236.06217782649108),(130,237),(133.5,236.06217782649108),(136.06217782649108,233.5),(137,230),(136.06217782649108,226.5),(133.5,223.93782217350892),(130,223),(126.5,223.93782217350892),(123.93782217350893,226.5)) -1224 ((122,240),(123.07179676972449,244),(126,246.9282032302755),(130,248),(134,246.9282032302755),(136.9282032302755,244),(138,240),(136.9282032302755,236),(134,233.0717967697245),(130,232),(126,233.0717967697245),(123.0717967697245,236)) -1225 ((121,250),(122.20577136594005,254.5),(125.5,257.79422863405995),(130,259),(134.5,257.79422863405995),(137.79422863405995,254.5),(139,250),(137.79422863405995,245.5),(134.5,242.20577136594005),(130,241),(125.5,242.20577136594005),(122.20577136594005,245.5)) -1226 ((120,260),(121.33974596215562,265),(125,268.66025403784437),(130,270),(135,268.66025403784437),(138.6602540378444,265),(140,260),(138.6602540378444,255),(135,251.3397459621556),(130,250),(125,251.3397459621556),(121.33974596215562,255)) -1227 ((129,270),(129.13397459621555,270.5),(129.5,270.8660254037844),(130,271),(130.5,270.8660254037844),(130.86602540378445,270.5),(131,270),(130.86602540378445,269.5),(130.5,269.1339745962156),(130,269),(129.5,269.1339745962156),(129.13397459621555,269.5)) -1228 ((128,280),(128.26794919243113,281),(129,281.7320508075689),(130,282),(131,281.7320508075689),(131.73205080756887,281),(132,280),(131.73205080756887,279),(131,278.2679491924311),(130,278),(129,278.2679491924311),(128.26794919243113,279)) -1229 ((127,290),(127.40192378864668,291.5),(128.5,292.5980762113533),(130,293),(131.5,292.5980762113533),(132.59807621135332,291.5),(133,290),(132.59807621135332,288.5),(131.5,287.4019237886467),(130,287),(128.5,287.4019237886467),(127.40192378864668,288.5)) -1230 ((126,300),(126.53589838486225,302),(128,303.46410161513774),(130,304),(132,303.46410161513774),(133.46410161513776,302),(134,300),(133.46410161513776,298),(132,296.53589838486226),(130,296),(128,296.53589838486226),(126.53589838486225,298)) -1231 ((125,310),(125.6698729810778,312.5),(127.5,314.3301270189222),(130,315),(132.5,314.3301270189222),(134.33012701892218,312.5),(135,310),(134.33012701892218,307.5),(132.5,305.6698729810778),(130,305),(127.5,305.6698729810778),(125.6698729810778,307.5)) -1232 ((124,320),(124.80384757729337,323),(127,325.19615242270663),(130,326),(133,325.19615242270663),(135.19615242270663,323),(136,320),(135.19615242270663,317),(133,314.80384757729337),(130,314),(127,314.80384757729337),(124.80384757729337,317)) -1233 ((123,330),(123.93782217350893,333.5),(126.5,336.06217782649105),(130,337),(133.5,336.06217782649105),(136.06217782649108,333.5),(137,330),(136.06217782649108,326.5),(133.5,323.93782217350895),(130,323),(126.5,323.93782217350895),(123.93782217350893,326.5)) -1234 ((122,340),(123.07179676972449,344),(126,346.9282032302755),(130,348),(134,346.9282032302755),(136.9282032302755,344),(138,340),(136.9282032302755,336),(134,333.0717967697245),(130,332),(126,333.0717967697245),(123.0717967697245,336)) -1235 ((121,350),(122.20577136594005,354.5),(125.5,357.79422863405995),(130,359),(134.5,357.79422863405995),(137.79422863405995,354.5),(139,350),(137.79422863405995,345.5),(134.5,342.20577136594005),(130,341),(125.5,342.20577136594005),(122.20577136594005,345.5)) -1236 ((120,360),(121.33974596215562,365),(125,368.66025403784437),(130,370),(135,368.66025403784437),(138.6602540378444,365),(140,360),(138.6602540378444,355),(135,351.33974596215563),(130,350),(125,351.33974596215563),(121.33974596215562,355)) -1237 ((129,370),(129.13397459621555,370.5),(129.5,370.8660254037844),(130,371),(130.5,370.8660254037844),(130.86602540378445,370.5),(131,370),(130.86602540378445,369.5),(130.5,369.1339745962156),(130,369),(129.5,369.1339745962156),(129.13397459621555,369.5)) -1238 ((128,380),(128.26794919243113,381),(129,381.7320508075689),(130,382),(131,381.7320508075689),(131.73205080756887,381),(132,380),(131.73205080756887,379),(131,378.2679491924311),(130,378),(129,378.2679491924311),(128.26794919243113,379)) -1239 ((127,390),(127.40192378864668,391.5),(128.5,392.5980762113533),(130,393),(131.5,392.5980762113533),(132.59807621135332,391.5),(133,390),(132.59807621135332,388.5),(131.5,387.4019237886467),(130,387),(128.5,387.4019237886467),(127.40192378864668,388.5)) -1240 ((126,400),(126.53589838486225,402),(128,403.46410161513774),(130,404),(132,403.46410161513774),(133.46410161513776,402),(134,400),(133.46410161513776,398),(132,396.53589838486226),(130,396),(128,396.53589838486226),(126.53589838486225,398)) -1241 ((125,410),(125.6698729810778,412.5),(127.5,414.3301270189222),(130,415),(132.5,414.3301270189222),(134.33012701892218,412.5),(135,410),(134.33012701892218,407.5),(132.5,405.6698729810778),(130,405),(127.5,405.6698729810778),(125.6698729810778,407.5)) -1242 ((124,420),(124.80384757729337,423),(127,425.19615242270663),(130,426),(133,425.19615242270663),(135.19615242270663,423),(136,420),(135.19615242270663,417),(133,414.80384757729337),(130,414),(127,414.80384757729337),(124.80384757729337,417)) -1243 ((123,430),(123.93782217350893,433.5),(126.5,436.06217782649105),(130,437),(133.5,436.06217782649105),(136.06217782649108,433.5),(137,430),(136.06217782649108,426.5),(133.5,423.93782217350895),(130,423),(126.5,423.93782217350895),(123.93782217350893,426.5)) -1244 ((122,440),(123.07179676972449,444),(126,446.9282032302755),(130,448),(134,446.9282032302755),(136.9282032302755,444),(138,440),(136.9282032302755,436),(134,433.0717967697245),(130,432),(126,433.0717967697245),(123.0717967697245,436)) -1245 ((121,450),(122.20577136594005,454.5),(125.5,457.79422863405995),(130,459),(134.5,457.79422863405995),(137.79422863405995,454.5),(139,450),(137.79422863405995,445.5),(134.5,442.20577136594005),(130,441),(125.5,442.20577136594005),(122.20577136594005,445.5)) -1246 ((120,460),(121.33974596215562,465),(125,468.66025403784437),(130,470),(135,468.66025403784437),(138.6602540378444,465),(140,460),(138.6602540378444,455),(135,451.33974596215563),(130,450),(125,451.33974596215563),(121.33974596215562,455)) -1247 ((129,470),(129.13397459621555,470.5),(129.5,470.8660254037844),(130,471),(130.5,470.8660254037844),(130.86602540378445,470.5),(131,470),(130.86602540378445,469.5),(130.5,469.1339745962156),(130,469),(129.5,469.1339745962156),(129.13397459621555,469.5)) -1248 ((128,480),(128.26794919243113,481),(129,481.7320508075689),(130,482),(131,481.7320508075689),(131.73205080756887,481),(132,480),(131.73205080756887,479),(131,478.2679491924311),(130,478),(129,478.2679491924311),(128.26794919243113,479)) -1249 ((127,490),(127.40192378864668,491.5),(128.5,492.5980762113533),(130,493),(131.5,492.5980762113533),(132.59807621135332,491.5),(133,490),(132.59807621135332,488.5),(131.5,487.4019237886467),(130,487),(128.5,487.4019237886467),(127.40192378864668,488.5)) -1250 ((126,500),(126.53589838486225,502),(128,503.46410161513774),(130,504),(132,503.46410161513774),(133.46410161513776,502),(134,500),(133.46410161513776,498),(132,496.53589838486226),(130,496),(128,496.53589838486226),(126.53589838486225,498)) -1251 ((125,510),(125.6698729810778,512.5),(127.5,514.3301270189222),(130,515),(132.5,514.3301270189222),(134.33012701892218,512.5),(135,510),(134.33012701892218,507.5),(132.5,505.6698729810778),(130,505),(127.5,505.6698729810778),(125.6698729810778,507.5)) -1252 ((124,520),(124.80384757729337,523),(127,525.1961524227066),(130,526),(133,525.1961524227066),(135.19615242270663,523),(136,520),(135.19615242270663,517),(133,514.8038475772934),(130,514),(127,514.8038475772934),(124.80384757729337,517)) -1253 ((123,530),(123.93782217350893,533.5),(126.5,536.062177826491),(130,537),(133.5,536.062177826491),(136.06217782649108,533.5),(137,530),(136.06217782649108,526.5),(133.5,523.937822173509),(130,523),(126.5,523.937822173509),(123.93782217350893,526.5)) -1254 ((122,540),(123.07179676972449,544),(126,546.9282032302755),(130,548),(134,546.9282032302755),(136.9282032302755,544),(138,540),(136.9282032302755,536),(134,533.0717967697245),(130,532),(126,533.0717967697245),(123.0717967697245,536)) -1255 ((121,550),(122.20577136594005,554.5),(125.5,557.7942286340599),(130,559),(134.5,557.7942286340599),(137.79422863405995,554.5),(139,550),(137.79422863405995,545.5),(134.5,542.2057713659401),(130,541),(125.5,542.20577136594),(122.20577136594005,545.5)) -1256 ((120,560),(121.33974596215562,565),(125,568.6602540378444),(130,570),(135,568.6602540378444),(138.6602540378444,565),(140,560),(138.6602540378444,555),(135,551.3397459621556),(130,550),(125,551.3397459621556),(121.33974596215562,555)) -1257 ((129,570),(129.13397459621555,570.5),(129.5,570.8660254037844),(130,571),(130.5,570.8660254037844),(130.86602540378445,570.5),(131,570),(130.86602540378445,569.5),(130.5,569.1339745962156),(130,569),(129.5,569.1339745962156),(129.13397459621555,569.5)) -1258 ((128,580),(128.26794919243113,581),(129,581.7320508075688),(130,582),(131,581.7320508075688),(131.73205080756887,581),(132,580),(131.73205080756887,579),(131,578.2679491924312),(130,578),(129,578.2679491924312),(128.26794919243113,579)) -1259 ((127,590),(127.40192378864668,591.5),(128.5,592.5980762113534),(130,593),(131.5,592.5980762113534),(132.59807621135332,591.5),(133,590),(132.59807621135332,588.5),(131.5,587.4019237886467),(130,587),(128.5,587.4019237886466),(127.40192378864668,588.5)) -1260 ((126,600),(126.53589838486225,602),(128,603.4641016151378),(130,604),(132,603.4641016151378),(133.46410161513776,602),(134,600),(133.46410161513776,598),(132,596.5358983848622),(130,596),(128,596.5358983848622),(126.53589838486225,598)) -1261 ((125,610),(125.6698729810778,612.5),(127.5,614.3301270189222),(130,615),(132.5,614.3301270189222),(134.33012701892218,612.5),(135,610),(134.33012701892218,607.5),(132.5,605.6698729810778),(130,605),(127.5,605.6698729810778),(125.6698729810778,607.5)) -1262 ((124,620),(124.80384757729337,623),(127,625.1961524227066),(130,626),(133,625.1961524227066),(135.19615242270663,623),(136,620),(135.19615242270663,617),(133,614.8038475772934),(130,614),(127,614.8038475772934),(124.80384757729337,617)) -1263 ((123,630),(123.93782217350893,633.5),(126.5,636.062177826491),(130,637),(133.5,636.062177826491),(136.06217782649108,633.5),(137,630),(136.06217782649108,626.5),(133.5,623.937822173509),(130,623),(126.5,623.937822173509),(123.93782217350893,626.5)) -1264 ((122,640),(123.07179676972449,644),(126,646.9282032302755),(130,648),(134,646.9282032302755),(136.9282032302755,644),(138,640),(136.9282032302755,636),(134,633.0717967697245),(130,632),(126,633.0717967697245),(123.0717967697245,636)) -1265 ((121,650),(122.20577136594005,654.5),(125.5,657.7942286340599),(130,659),(134.5,657.7942286340599),(137.79422863405995,654.5),(139,650),(137.79422863405995,645.5),(134.5,642.2057713659401),(130,641),(125.5,642.20577136594),(122.20577136594005,645.5)) -1266 ((120,660),(121.33974596215562,665),(125,668.6602540378444),(130,670),(135,668.6602540378444),(138.6602540378444,665),(140,660),(138.6602540378444,655),(135,651.3397459621556),(130,650),(125,651.3397459621556),(121.33974596215562,655)) -1267 ((129,670),(129.13397459621555,670.5),(129.5,670.8660254037844),(130,671),(130.5,670.8660254037844),(130.86602540378445,670.5),(131,670),(130.86602540378445,669.5),(130.5,669.1339745962156),(130,669),(129.5,669.1339745962156),(129.13397459621555,669.5)) -1268 ((128,680),(128.26794919243113,681),(129,681.7320508075688),(130,682),(131,681.7320508075688),(131.73205080756887,681),(132,680),(131.73205080756887,679),(131,678.2679491924312),(130,678),(129,678.2679491924312),(128.26794919243113,679)) -1269 ((127,690),(127.40192378864668,691.5),(128.5,692.5980762113534),(130,693),(131.5,692.5980762113534),(132.59807621135332,691.5),(133,690),(132.59807621135332,688.5),(131.5,687.4019237886467),(130,687),(128.5,687.4019237886466),(127.40192378864668,688.5)) -1270 ((126,700),(126.53589838486225,702),(128,703.4641016151378),(130,704),(132,703.4641016151378),(133.46410161513776,702),(134,700),(133.46410161513776,698),(132,696.5358983848622),(130,696),(128,696.5358983848622),(126.53589838486225,698)) -1271 ((125,710),(125.6698729810778,712.5),(127.5,714.3301270189222),(130,715),(132.5,714.3301270189222),(134.33012701892218,712.5),(135,710),(134.33012701892218,707.5),(132.5,705.6698729810778),(130,705),(127.5,705.6698729810778),(125.6698729810778,707.5)) -1272 ((124,720),(124.80384757729337,723),(127,725.1961524227066),(130,726),(133,725.1961524227066),(135.19615242270663,723),(136,720),(135.19615242270663,717),(133,714.8038475772934),(130,714),(127,714.8038475772934),(124.80384757729337,717)) -1273 ((123,730),(123.93782217350893,733.5),(126.5,736.062177826491),(130,737),(133.5,736.062177826491),(136.06217782649108,733.5),(137,730),(136.06217782649108,726.5),(133.5,723.937822173509),(130,723),(126.5,723.937822173509),(123.93782217350893,726.5)) -1274 ((122,740),(123.07179676972449,744),(126,746.9282032302755),(130,748),(134,746.9282032302755),(136.9282032302755,744),(138,740),(136.9282032302755,736),(134,733.0717967697245),(130,732),(126,733.0717967697245),(123.0717967697245,736)) -1275 ((121,750),(122.20577136594005,754.5),(125.5,757.7942286340599),(130,759),(134.5,757.7942286340599),(137.79422863405995,754.5),(139,750),(137.79422863405995,745.5),(134.5,742.2057713659401),(130,741),(125.5,742.20577136594),(122.20577136594005,745.5)) -1276 ((120,760),(121.33974596215562,765),(125,768.6602540378444),(130,770),(135,768.6602540378444),(138.6602540378444,765),(140,760),(138.6602540378444,755),(135,751.3397459621556),(130,750),(125,751.3397459621556),(121.33974596215562,755)) -1277 ((129,770),(129.13397459621555,770.5),(129.5,770.8660254037844),(130,771),(130.5,770.8660254037844),(130.86602540378445,770.5),(131,770),(130.86602540378445,769.5),(130.5,769.1339745962156),(130,769),(129.5,769.1339745962156),(129.13397459621555,769.5)) -1278 ((128,780),(128.26794919243113,781),(129,781.7320508075688),(130,782),(131,781.7320508075688),(131.73205080756887,781),(132,780),(131.73205080756887,779),(131,778.2679491924312),(130,778),(129,778.2679491924312),(128.26794919243113,779)) -1279 ((127,790),(127.40192378864668,791.5),(128.5,792.5980762113534),(130,793),(131.5,792.5980762113534),(132.59807621135332,791.5),(133,790),(132.59807621135332,788.5),(131.5,787.4019237886467),(130,787),(128.5,787.4019237886466),(127.40192378864668,788.5)) -1280 ((126,800),(126.53589838486225,802),(128,803.4641016151378),(130,804),(132,803.4641016151378),(133.46410161513776,802),(134,800),(133.46410161513776,798),(132,796.5358983848622),(130,796),(128,796.5358983848622),(126.53589838486225,798)) -1281 ((125,810),(125.6698729810778,812.5),(127.5,814.3301270189222),(130,815),(132.5,814.3301270189222),(134.33012701892218,812.5),(135,810),(134.33012701892218,807.5),(132.5,805.6698729810778),(130,805),(127.5,805.6698729810778),(125.6698729810778,807.5)) -1282 ((124,820),(124.80384757729337,823),(127,825.1961524227066),(130,826),(133,825.1961524227066),(135.19615242270663,823),(136,820),(135.19615242270663,817),(133,814.8038475772934),(130,814),(127,814.8038475772934),(124.80384757729337,817)) -1283 ((123,830),(123.93782217350893,833.5),(126.5,836.062177826491),(130,837),(133.5,836.062177826491),(136.06217782649108,833.5),(137,830),(136.06217782649108,826.5),(133.5,823.937822173509),(130,823),(126.5,823.937822173509),(123.93782217350893,826.5)) -1284 ((122,840),(123.07179676972449,844),(126,846.9282032302755),(130,848),(134,846.9282032302755),(136.9282032302755,844),(138,840),(136.9282032302755,836),(134,833.0717967697245),(130,832),(126,833.0717967697245),(123.0717967697245,836)) -1285 ((121,850),(122.20577136594005,854.5),(125.5,857.7942286340599),(130,859),(134.5,857.7942286340599),(137.79422863405995,854.5),(139,850),(137.79422863405995,845.5),(134.5,842.2057713659401),(130,841),(125.5,842.20577136594),(122.20577136594005,845.5)) -1286 ((120,860),(121.33974596215562,865),(125,868.6602540378444),(130,870),(135,868.6602540378444),(138.6602540378444,865),(140,860),(138.6602540378444,855),(135,851.3397459621556),(130,850),(125,851.3397459621556),(121.33974596215562,855)) -1287 ((129,870),(129.13397459621555,870.5),(129.5,870.8660254037844),(130,871),(130.5,870.8660254037844),(130.86602540378445,870.5),(131,870),(130.86602540378445,869.5),(130.5,869.1339745962156),(130,869),(129.5,869.1339745962156),(129.13397459621555,869.5)) -1288 ((128,880),(128.26794919243113,881),(129,881.7320508075688),(130,882),(131,881.7320508075688),(131.73205080756887,881),(132,880),(131.73205080756887,879),(131,878.2679491924312),(130,878),(129,878.2679491924312),(128.26794919243113,879)) -1289 ((127,890),(127.40192378864668,891.5),(128.5,892.5980762113534),(130,893),(131.5,892.5980762113534),(132.59807621135332,891.5),(133,890),(132.59807621135332,888.5),(131.5,887.4019237886467),(130,887),(128.5,887.4019237886466),(127.40192378864668,888.5)) -1290 ((126,900),(126.53589838486225,902),(128,903.4641016151378),(130,904),(132,903.4641016151378),(133.46410161513776,902),(134,900),(133.46410161513776,898),(132,896.5358983848622),(130,896),(128,896.5358983848622),(126.53589838486225,898)) -1291 ((125,910),(125.6698729810778,912.5),(127.5,914.3301270189222),(130,915),(132.5,914.3301270189222),(134.33012701892218,912.5),(135,910),(134.33012701892218,907.5),(132.5,905.6698729810778),(130,905),(127.5,905.6698729810778),(125.6698729810778,907.5)) -1292 ((124,920),(124.80384757729337,923),(127,925.1961524227066),(130,926),(133,925.1961524227066),(135.19615242270663,923),(136,920),(135.19615242270663,917),(133,914.8038475772934),(130,914),(127,914.8038475772934),(124.80384757729337,917)) -1293 ((123,930),(123.93782217350893,933.5),(126.5,936.062177826491),(130,937),(133.5,936.062177826491),(136.06217782649108,933.5),(137,930),(136.06217782649108,926.5),(133.5,923.937822173509),(130,923),(126.5,923.937822173509),(123.93782217350893,926.5)) -1294 ((122,940),(123.07179676972449,944),(126,946.9282032302755),(130,948),(134,946.9282032302755),(136.9282032302755,944),(138,940),(136.9282032302755,936),(134,933.0717967697245),(130,932),(126,933.0717967697245),(123.0717967697245,936)) -1295 ((121,950),(122.20577136594005,954.5),(125.5,957.7942286340599),(130,959),(134.5,957.7942286340599),(137.79422863405995,954.5),(139,950),(137.79422863405995,945.5),(134.5,942.2057713659401),(130,941),(125.5,942.20577136594),(122.20577136594005,945.5)) -1296 ((120,960),(121.33974596215562,965),(125,968.6602540378444),(130,970),(135,968.6602540378444),(138.6602540378444,965),(140,960),(138.6602540378444,955),(135,951.3397459621556),(130,950),(125,951.3397459621556),(121.33974596215562,955)) -1297 ((129,970),(129.13397459621555,970.5),(129.5,970.8660254037844),(130,971),(130.5,970.8660254037844),(130.86602540378445,970.5),(131,970),(130.86602540378445,969.5),(130.5,969.1339745962156),(130,969),(129.5,969.1339745962156),(129.13397459621555,969.5)) -1298 ((128,980),(128.26794919243113,981),(129,981.7320508075688),(130,982),(131,981.7320508075688),(131.73205080756887,981),(132,980),(131.73205080756887,979),(131,978.2679491924312),(130,978),(129,978.2679491924312),(128.26794919243113,979)) -1299 ((127,990),(127.40192378864668,991.5),(128.5,992.5980762113534),(130,993),(131.5,992.5980762113534),(132.59807621135332,991.5),(133,990),(132.59807621135332,988.5),(131.5,987.4019237886467),(130,987),(128.5,987.4019237886466),(127.40192378864668,988.5)) -1300 ((126,1000),(126.53589838486225,1002),(128,1003.4641016151378),(130,1004),(132,1003.4641016151378),(133.46410161513776,1002),(134,1000),(133.46410161513776,998),(132,996.5358983848622),(130,996),(128,996.5358983848622),(126.53589838486225,998)) -1301 ((134,10),(134.80384757729337,13),(137,15.196152422706632),(140,16),(143,15.196152422706632),(145.19615242270663,13.000000000000002),(146,10),(145.19615242270663,7.000000000000002),(143,4.803847577293369),(140,4),(137,4.803847577293366),(134.80384757729337,6.999999999999997)) -1302 ((133,20),(133.93782217350892,23.5),(136.5,26.06217782649107),(140,27),(143.5,26.062177826491073),(146.06217782649108,23.500000000000004),(147,20),(146.06217782649108,16.5),(143.5,13.93782217350893),(140,13),(136.5,13.937822173508927),(133.93782217350892,16.499999999999996)) -1303 ((132,30),(133.0717967697245,34),(136,36.92820323027551),(140,38),(144,36.92820323027551),(146.9282032302755,34),(148,30),(146.9282032302755,26.000000000000004),(144,23.071796769724493),(140,22),(136,23.071796769724486),(133.0717967697245,25.999999999999996)) -1304 ((131,40),(132.20577136594005,44.5),(135.5,47.79422863405995),(140,49),(144.5,47.79422863405995),(147.79422863405995,44.5),(149,40),(147.79422863405995,35.5),(144.5,32.20577136594005),(140,31),(135.5,32.20577136594005),(132.20577136594005,35.5)) -1305 ((130,50),(131.3397459621556,55),(135,58.66025403784438),(140,60),(145,58.66025403784439),(148.6602540378444,55),(150,50),(148.6602540378444,45),(145,41.33974596215562),(140,40),(135,41.33974596215561),(131.3397459621556,44.99999999999999)) -1306 ((139,60),(139.13397459621555,60.5),(139.5,60.86602540378444),(140,61),(140.5,60.86602540378444),(140.86602540378445,60.5),(141,60),(140.86602540378445,59.5),(140.5,59.13397459621556),(140,59),(139.5,59.13397459621556),(139.13397459621555,59.5)) -1307 ((138,70),(138.26794919243113,71),(139,71.73205080756888),(140,72),(141,71.73205080756888),(141.73205080756887,71),(142,70),(141.73205080756887,69),(141,68.26794919243112),(140,68),(139,68.26794919243112),(138.26794919243113,69)) -1308 ((137,80),(137.40192378864668,81.5),(138.5,82.59807621135332),(140,83),(141.5,82.59807621135332),(142.59807621135332,81.5),(143,80),(142.59807621135332,78.5),(141.5,77.40192378864668),(140,77),(138.5,77.40192378864668),(137.40192378864668,78.5)) -1309 ((136,90),(136.53589838486224,92),(138,93.46410161513775),(140,94),(142,93.46410161513775),(143.46410161513776,92),(144,90),(143.46410161513776,88),(142,86.53589838486225),(140,86),(138,86.53589838486225),(136.53589838486224,88)) -1310 ((135,100),(135.66987298107782,102.5),(137.5,104.3301270189222),(140,105),(142.5,104.3301270189222),(144.33012701892218,102.5),(145,100),(144.33012701892218,97.5),(142.5,95.6698729810778),(140,95),(137.5,95.6698729810778),(135.66987298107782,97.5)) -1311 ((134,110),(134.80384757729337,113),(137,115.19615242270663),(140,116),(143,115.19615242270663),(145.19615242270663,113),(146,110),(145.19615242270663,107),(143,104.80384757729337),(140,104),(137,104.80384757729337),(134.80384757729337,107)) -1312 ((133,120),(133.93782217350892,123.5),(136.5,126.06217782649107),(140,127),(143.5,126.06217782649107),(146.06217782649108,123.5),(147,120),(146.06217782649108,116.5),(143.5,113.93782217350893),(140,113),(136.5,113.93782217350892),(133.93782217350892,116.5)) -1313 ((132,130),(133.0717967697245,134),(136,136.9282032302755),(140,138),(144,136.9282032302755),(146.9282032302755,134),(148,130),(146.9282032302755,126),(144,123.07179676972449),(140,122),(136,123.07179676972449),(133.0717967697245,126)) -1314 ((131,140),(132.20577136594005,144.5),(135.5,147.79422863405995),(140,149),(144.5,147.79422863405995),(147.79422863405995,144.5),(149,140),(147.79422863405995,135.5),(144.5,132.20577136594005),(140,131),(135.5,132.20577136594005),(132.20577136594005,135.5)) -1315 ((130,150),(131.3397459621556,155),(135,158.6602540378444),(140,160),(145,158.6602540378444),(148.6602540378444,155),(150,150),(148.6602540378444,145),(145,141.3397459621556),(140,140),(135,141.3397459621556),(131.3397459621556,145)) -1316 ((139,160),(139.13397459621555,160.5),(139.5,160.86602540378445),(140,161),(140.5,160.86602540378445),(140.86602540378445,160.5),(141,160),(140.86602540378445,159.5),(140.5,159.13397459621555),(140,159),(139.5,159.13397459621555),(139.13397459621555,159.5)) -1317 ((138,170),(138.26794919243113,171),(139,171.73205080756887),(140,172),(141,171.73205080756887),(141.73205080756887,171),(142,170),(141.73205080756887,169),(141,168.26794919243113),(140,168),(139,168.26794919243113),(138.26794919243113,169)) -1318 ((137,180),(137.40192378864668,181.5),(138.5,182.59807621135332),(140,183),(141.5,182.59807621135332),(142.59807621135332,181.5),(143,180),(142.59807621135332,178.5),(141.5,177.40192378864668),(140,177),(138.5,177.40192378864668),(137.40192378864668,178.5)) -1319 ((136,190),(136.53589838486224,192),(138,193.46410161513776),(140,194),(142,193.46410161513776),(143.46410161513776,192),(144,190),(143.46410161513776,188),(142,186.53589838486224),(140,186),(138,186.53589838486224),(136.53589838486224,188)) -1320 ((135,200),(135.66987298107782,202.5),(137.5,204.33012701892218),(140,205),(142.5,204.33012701892218),(144.33012701892218,202.5),(145,200),(144.33012701892218,197.5),(142.5,195.66987298107782),(140,195),(137.5,195.66987298107782),(135.66987298107782,197.5)) -1321 ((134,210),(134.80384757729337,213),(137,215.19615242270663),(140,216),(143,215.19615242270663),(145.19615242270663,213),(146,210),(145.19615242270663,207),(143,204.80384757729337),(140,204),(137,204.80384757729337),(134.80384757729337,207)) -1322 ((133,220),(133.93782217350892,223.5),(136.5,226.06217782649108),(140,227),(143.5,226.06217782649108),(146.06217782649108,223.5),(147,220),(146.06217782649108,216.5),(143.5,213.93782217350892),(140,213),(136.5,213.93782217350892),(133.93782217350892,216.5)) -1323 ((132,230),(133.0717967697245,234),(136,236.9282032302755),(140,238),(144,236.9282032302755),(146.9282032302755,234),(148,230),(146.9282032302755,226),(144,223.0717967697245),(140,222),(136,223.0717967697245),(133.0717967697245,226)) -1324 ((131,240),(132.20577136594005,244.5),(135.5,247.79422863405995),(140,249),(144.5,247.79422863405995),(147.79422863405995,244.5),(149,240),(147.79422863405995,235.5),(144.5,232.20577136594005),(140,231),(135.5,232.20577136594005),(132.20577136594005,235.5)) -1325 ((130,250),(131.3397459621556,255),(135,258.66025403784437),(140,260),(145,258.66025403784437),(148.6602540378444,255),(150,250),(148.6602540378444,245),(145,241.3397459621556),(140,240),(135,241.3397459621556),(131.3397459621556,245)) -1326 ((139,260),(139.13397459621555,260.5),(139.5,260.8660254037844),(140,261),(140.5,260.8660254037844),(140.86602540378445,260.5),(141,260),(140.86602540378445,259.5),(140.5,259.1339745962156),(140,259),(139.5,259.1339745962156),(139.13397459621555,259.5)) -1327 ((138,270),(138.26794919243113,271),(139,271.7320508075689),(140,272),(141,271.7320508075689),(141.73205080756887,271),(142,270),(141.73205080756887,269),(141,268.2679491924311),(140,268),(139,268.2679491924311),(138.26794919243113,269)) -1328 ((137,280),(137.40192378864668,281.5),(138.5,282.5980762113533),(140,283),(141.5,282.5980762113533),(142.59807621135332,281.5),(143,280),(142.59807621135332,278.5),(141.5,277.4019237886467),(140,277),(138.5,277.4019237886467),(137.40192378864668,278.5)) -1329 ((136,290),(136.53589838486224,292),(138,293.46410161513774),(140,294),(142,293.46410161513774),(143.46410161513776,292),(144,290),(143.46410161513776,288),(142,286.53589838486226),(140,286),(138,286.53589838486226),(136.53589838486224,288)) -1330 ((135,300),(135.66987298107782,302.5),(137.5,304.3301270189222),(140,305),(142.5,304.3301270189222),(144.33012701892218,302.5),(145,300),(144.33012701892218,297.5),(142.5,295.6698729810778),(140,295),(137.5,295.6698729810778),(135.66987298107782,297.5)) -1331 ((134,310),(134.80384757729337,313),(137,315.19615242270663),(140,316),(143,315.19615242270663),(145.19615242270663,313),(146,310),(145.19615242270663,307),(143,304.80384757729337),(140,304),(137,304.80384757729337),(134.80384757729337,307)) -1332 ((133,320),(133.93782217350892,323.5),(136.5,326.06217782649105),(140,327),(143.5,326.06217782649105),(146.06217782649108,323.5),(147,320),(146.06217782649108,316.5),(143.5,313.93782217350895),(140,313),(136.5,313.93782217350895),(133.93782217350892,316.5)) -1333 ((132,330),(133.0717967697245,334),(136,336.9282032302755),(140,338),(144,336.9282032302755),(146.9282032302755,334),(148,330),(146.9282032302755,326),(144,323.0717967697245),(140,322),(136,323.0717967697245),(133.0717967697245,326)) -1334 ((131,340),(132.20577136594005,344.5),(135.5,347.79422863405995),(140,349),(144.5,347.79422863405995),(147.79422863405995,344.5),(149,340),(147.79422863405995,335.5),(144.5,332.20577136594005),(140,331),(135.5,332.20577136594005),(132.20577136594005,335.5)) -1335 ((130,350),(131.3397459621556,355),(135,358.66025403784437),(140,360),(145,358.66025403784437),(148.6602540378444,355),(150,350),(148.6602540378444,345),(145,341.33974596215563),(140,340),(135,341.33974596215563),(131.3397459621556,345)) -1336 ((139,360),(139.13397459621555,360.5),(139.5,360.8660254037844),(140,361),(140.5,360.8660254037844),(140.86602540378445,360.5),(141,360),(140.86602540378445,359.5),(140.5,359.1339745962156),(140,359),(139.5,359.1339745962156),(139.13397459621555,359.5)) -1337 ((138,370),(138.26794919243113,371),(139,371.7320508075689),(140,372),(141,371.7320508075689),(141.73205080756887,371),(142,370),(141.73205080756887,369),(141,368.2679491924311),(140,368),(139,368.2679491924311),(138.26794919243113,369)) -1338 ((137,380),(137.40192378864668,381.5),(138.5,382.5980762113533),(140,383),(141.5,382.5980762113533),(142.59807621135332,381.5),(143,380),(142.59807621135332,378.5),(141.5,377.4019237886467),(140,377),(138.5,377.4019237886467),(137.40192378864668,378.5)) -1339 ((136,390),(136.53589838486224,392),(138,393.46410161513774),(140,394),(142,393.46410161513774),(143.46410161513776,392),(144,390),(143.46410161513776,388),(142,386.53589838486226),(140,386),(138,386.53589838486226),(136.53589838486224,388)) -1340 ((135,400),(135.66987298107782,402.5),(137.5,404.3301270189222),(140,405),(142.5,404.3301270189222),(144.33012701892218,402.5),(145,400),(144.33012701892218,397.5),(142.5,395.6698729810778),(140,395),(137.5,395.6698729810778),(135.66987298107782,397.5)) -1341 ((134,410),(134.80384757729337,413),(137,415.19615242270663),(140,416),(143,415.19615242270663),(145.19615242270663,413),(146,410),(145.19615242270663,407),(143,404.80384757729337),(140,404),(137,404.80384757729337),(134.80384757729337,407)) -1342 ((133,420),(133.93782217350892,423.5),(136.5,426.06217782649105),(140,427),(143.5,426.06217782649105),(146.06217782649108,423.5),(147,420),(146.06217782649108,416.5),(143.5,413.93782217350895),(140,413),(136.5,413.93782217350895),(133.93782217350892,416.5)) -1343 ((132,430),(133.0717967697245,434),(136,436.9282032302755),(140,438),(144,436.9282032302755),(146.9282032302755,434),(148,430),(146.9282032302755,426),(144,423.0717967697245),(140,422),(136,423.0717967697245),(133.0717967697245,426)) -1344 ((131,440),(132.20577136594005,444.5),(135.5,447.79422863405995),(140,449),(144.5,447.79422863405995),(147.79422863405995,444.5),(149,440),(147.79422863405995,435.5),(144.5,432.20577136594005),(140,431),(135.5,432.20577136594005),(132.20577136594005,435.5)) -1345 ((130,450),(131.3397459621556,455),(135,458.66025403784437),(140,460),(145,458.66025403784437),(148.6602540378444,455),(150,450),(148.6602540378444,445),(145,441.33974596215563),(140,440),(135,441.33974596215563),(131.3397459621556,445)) -1346 ((139,460),(139.13397459621555,460.5),(139.5,460.8660254037844),(140,461),(140.5,460.8660254037844),(140.86602540378445,460.5),(141,460),(140.86602540378445,459.5),(140.5,459.1339745962156),(140,459),(139.5,459.1339745962156),(139.13397459621555,459.5)) -1347 ((138,470),(138.26794919243113,471),(139,471.7320508075689),(140,472),(141,471.7320508075689),(141.73205080756887,471),(142,470),(141.73205080756887,469),(141,468.2679491924311),(140,468),(139,468.2679491924311),(138.26794919243113,469)) -1348 ((137,480),(137.40192378864668,481.5),(138.5,482.5980762113533),(140,483),(141.5,482.5980762113533),(142.59807621135332,481.5),(143,480),(142.59807621135332,478.5),(141.5,477.4019237886467),(140,477),(138.5,477.4019237886467),(137.40192378864668,478.5)) -1349 ((136,490),(136.53589838486224,492),(138,493.46410161513774),(140,494),(142,493.46410161513774),(143.46410161513776,492),(144,490),(143.46410161513776,488),(142,486.53589838486226),(140,486),(138,486.53589838486226),(136.53589838486224,488)) -1350 ((135,500),(135.66987298107782,502.5),(137.5,504.3301270189222),(140,505),(142.5,504.3301270189222),(144.33012701892218,502.5),(145,500),(144.33012701892218,497.5),(142.5,495.6698729810778),(140,495),(137.5,495.6698729810778),(135.66987298107782,497.5)) -1351 ((134,510),(134.80384757729337,513),(137,515.1961524227066),(140,516),(143,515.1961524227066),(145.19615242270663,513),(146,510),(145.19615242270663,507),(143,504.80384757729337),(140,504),(137,504.80384757729337),(134.80384757729337,507)) -1352 ((133,520),(133.93782217350892,523.5),(136.5,526.062177826491),(140,527),(143.5,526.062177826491),(146.06217782649108,523.5),(147,520),(146.06217782649108,516.5),(143.5,513.937822173509),(140,513),(136.5,513.937822173509),(133.93782217350892,516.5)) -1353 ((132,530),(133.0717967697245,534),(136,536.9282032302755),(140,538),(144,536.9282032302755),(146.9282032302755,534),(148,530),(146.9282032302755,526),(144,523.0717967697245),(140,522),(136,523.0717967697245),(133.0717967697245,526)) -1354 ((131,540),(132.20577136594005,544.5),(135.5,547.7942286340599),(140,549),(144.5,547.7942286340599),(147.79422863405995,544.5),(149,540),(147.79422863405995,535.5),(144.5,532.2057713659401),(140,531),(135.5,532.20577136594),(132.20577136594005,535.5)) -1355 ((130,550),(131.3397459621556,555),(135,558.6602540378444),(140,560),(145,558.6602540378444),(148.6602540378444,555),(150,550),(148.6602540378444,545),(145,541.3397459621556),(140,540),(135,541.3397459621556),(131.3397459621556,545)) -1356 ((139,560),(139.13397459621555,560.5),(139.5,560.8660254037844),(140,561),(140.5,560.8660254037844),(140.86602540378445,560.5),(141,560),(140.86602540378445,559.5),(140.5,559.1339745962156),(140,559),(139.5,559.1339745962156),(139.13397459621555,559.5)) -1357 ((138,570),(138.26794919243113,571),(139,571.7320508075688),(140,572),(141,571.7320508075688),(141.73205080756887,571),(142,570),(141.73205080756887,569),(141,568.2679491924312),(140,568),(139,568.2679491924312),(138.26794919243113,569)) -1358 ((137,580),(137.40192378864668,581.5),(138.5,582.5980762113534),(140,583),(141.5,582.5980762113534),(142.59807621135332,581.5),(143,580),(142.59807621135332,578.5),(141.5,577.4019237886467),(140,577),(138.5,577.4019237886466),(137.40192378864668,578.5)) -1359 ((136,590),(136.53589838486224,592),(138,593.4641016151378),(140,594),(142,593.4641016151378),(143.46410161513776,592),(144,590),(143.46410161513776,588),(142,586.5358983848622),(140,586),(138,586.5358983848622),(136.53589838486224,588)) -1360 ((135,600),(135.66987298107782,602.5),(137.5,604.3301270189222),(140,605),(142.5,604.3301270189222),(144.33012701892218,602.5),(145,600),(144.33012701892218,597.5),(142.5,595.6698729810778),(140,595),(137.5,595.6698729810778),(135.66987298107782,597.5)) -1361 ((134,610),(134.80384757729337,613),(137,615.1961524227066),(140,616),(143,615.1961524227066),(145.19615242270663,613),(146,610),(145.19615242270663,607),(143,604.8038475772934),(140,604),(137,604.8038475772934),(134.80384757729337,607)) -1362 ((133,620),(133.93782217350892,623.5),(136.5,626.062177826491),(140,627),(143.5,626.062177826491),(146.06217782649108,623.5),(147,620),(146.06217782649108,616.5),(143.5,613.937822173509),(140,613),(136.5,613.937822173509),(133.93782217350892,616.5)) -1363 ((132,630),(133.0717967697245,634),(136,636.9282032302755),(140,638),(144,636.9282032302755),(146.9282032302755,634),(148,630),(146.9282032302755,626),(144,623.0717967697245),(140,622),(136,623.0717967697245),(133.0717967697245,626)) -1364 ((131,640),(132.20577136594005,644.5),(135.5,647.7942286340599),(140,649),(144.5,647.7942286340599),(147.79422863405995,644.5),(149,640),(147.79422863405995,635.5),(144.5,632.2057713659401),(140,631),(135.5,632.20577136594),(132.20577136594005,635.5)) -1365 ((130,650),(131.3397459621556,655),(135,658.6602540378444),(140,660),(145,658.6602540378444),(148.6602540378444,655),(150,650),(148.6602540378444,645),(145,641.3397459621556),(140,640),(135,641.3397459621556),(131.3397459621556,645)) -1366 ((139,660),(139.13397459621555,660.5),(139.5,660.8660254037844),(140,661),(140.5,660.8660254037844),(140.86602540378445,660.5),(141,660),(140.86602540378445,659.5),(140.5,659.1339745962156),(140,659),(139.5,659.1339745962156),(139.13397459621555,659.5)) -1367 ((138,670),(138.26794919243113,671),(139,671.7320508075688),(140,672),(141,671.7320508075688),(141.73205080756887,671),(142,670),(141.73205080756887,669),(141,668.2679491924312),(140,668),(139,668.2679491924312),(138.26794919243113,669)) -1368 ((137,680),(137.40192378864668,681.5),(138.5,682.5980762113534),(140,683),(141.5,682.5980762113534),(142.59807621135332,681.5),(143,680),(142.59807621135332,678.5),(141.5,677.4019237886467),(140,677),(138.5,677.4019237886466),(137.40192378864668,678.5)) -1369 ((136,690),(136.53589838486224,692),(138,693.4641016151378),(140,694),(142,693.4641016151378),(143.46410161513776,692),(144,690),(143.46410161513776,688),(142,686.5358983848622),(140,686),(138,686.5358983848622),(136.53589838486224,688)) -1370 ((135,700),(135.66987298107782,702.5),(137.5,704.3301270189222),(140,705),(142.5,704.3301270189222),(144.33012701892218,702.5),(145,700),(144.33012701892218,697.5),(142.5,695.6698729810778),(140,695),(137.5,695.6698729810778),(135.66987298107782,697.5)) -1371 ((134,710),(134.80384757729337,713),(137,715.1961524227066),(140,716),(143,715.1961524227066),(145.19615242270663,713),(146,710),(145.19615242270663,707),(143,704.8038475772934),(140,704),(137,704.8038475772934),(134.80384757729337,707)) -1372 ((133,720),(133.93782217350892,723.5),(136.5,726.062177826491),(140,727),(143.5,726.062177826491),(146.06217782649108,723.5),(147,720),(146.06217782649108,716.5),(143.5,713.937822173509),(140,713),(136.5,713.937822173509),(133.93782217350892,716.5)) -1373 ((132,730),(133.0717967697245,734),(136,736.9282032302755),(140,738),(144,736.9282032302755),(146.9282032302755,734),(148,730),(146.9282032302755,726),(144,723.0717967697245),(140,722),(136,723.0717967697245),(133.0717967697245,726)) -1374 ((131,740),(132.20577136594005,744.5),(135.5,747.7942286340599),(140,749),(144.5,747.7942286340599),(147.79422863405995,744.5),(149,740),(147.79422863405995,735.5),(144.5,732.2057713659401),(140,731),(135.5,732.20577136594),(132.20577136594005,735.5)) -1375 ((130,750),(131.3397459621556,755),(135,758.6602540378444),(140,760),(145,758.6602540378444),(148.6602540378444,755),(150,750),(148.6602540378444,745),(145,741.3397459621556),(140,740),(135,741.3397459621556),(131.3397459621556,745)) -1376 ((139,760),(139.13397459621555,760.5),(139.5,760.8660254037844),(140,761),(140.5,760.8660254037844),(140.86602540378445,760.5),(141,760),(140.86602540378445,759.5),(140.5,759.1339745962156),(140,759),(139.5,759.1339745962156),(139.13397459621555,759.5)) -1377 ((138,770),(138.26794919243113,771),(139,771.7320508075688),(140,772),(141,771.7320508075688),(141.73205080756887,771),(142,770),(141.73205080756887,769),(141,768.2679491924312),(140,768),(139,768.2679491924312),(138.26794919243113,769)) -1378 ((137,780),(137.40192378864668,781.5),(138.5,782.5980762113534),(140,783),(141.5,782.5980762113534),(142.59807621135332,781.5),(143,780),(142.59807621135332,778.5),(141.5,777.4019237886467),(140,777),(138.5,777.4019237886466),(137.40192378864668,778.5)) -1379 ((136,790),(136.53589838486224,792),(138,793.4641016151378),(140,794),(142,793.4641016151378),(143.46410161513776,792),(144,790),(143.46410161513776,788),(142,786.5358983848622),(140,786),(138,786.5358983848622),(136.53589838486224,788)) -1380 ((135,800),(135.66987298107782,802.5),(137.5,804.3301270189222),(140,805),(142.5,804.3301270189222),(144.33012701892218,802.5),(145,800),(144.33012701892218,797.5),(142.5,795.6698729810778),(140,795),(137.5,795.6698729810778),(135.66987298107782,797.5)) -1381 ((134,810),(134.80384757729337,813),(137,815.1961524227066),(140,816),(143,815.1961524227066),(145.19615242270663,813),(146,810),(145.19615242270663,807),(143,804.8038475772934),(140,804),(137,804.8038475772934),(134.80384757729337,807)) -1382 ((133,820),(133.93782217350892,823.5),(136.5,826.062177826491),(140,827),(143.5,826.062177826491),(146.06217782649108,823.5),(147,820),(146.06217782649108,816.5),(143.5,813.937822173509),(140,813),(136.5,813.937822173509),(133.93782217350892,816.5)) -1383 ((132,830),(133.0717967697245,834),(136,836.9282032302755),(140,838),(144,836.9282032302755),(146.9282032302755,834),(148,830),(146.9282032302755,826),(144,823.0717967697245),(140,822),(136,823.0717967697245),(133.0717967697245,826)) -1384 ((131,840),(132.20577136594005,844.5),(135.5,847.7942286340599),(140,849),(144.5,847.7942286340599),(147.79422863405995,844.5),(149,840),(147.79422863405995,835.5),(144.5,832.2057713659401),(140,831),(135.5,832.20577136594),(132.20577136594005,835.5)) -1385 ((130,850),(131.3397459621556,855),(135,858.6602540378444),(140,860),(145,858.6602540378444),(148.6602540378444,855),(150,850),(148.6602540378444,845),(145,841.3397459621556),(140,840),(135,841.3397459621556),(131.3397459621556,845)) -1386 ((139,860),(139.13397459621555,860.5),(139.5,860.8660254037844),(140,861),(140.5,860.8660254037844),(140.86602540378445,860.5),(141,860),(140.86602540378445,859.5),(140.5,859.1339745962156),(140,859),(139.5,859.1339745962156),(139.13397459621555,859.5)) -1387 ((138,870),(138.26794919243113,871),(139,871.7320508075688),(140,872),(141,871.7320508075688),(141.73205080756887,871),(142,870),(141.73205080756887,869),(141,868.2679491924312),(140,868),(139,868.2679491924312),(138.26794919243113,869)) -1388 ((137,880),(137.40192378864668,881.5),(138.5,882.5980762113534),(140,883),(141.5,882.5980762113534),(142.59807621135332,881.5),(143,880),(142.59807621135332,878.5),(141.5,877.4019237886467),(140,877),(138.5,877.4019237886466),(137.40192378864668,878.5)) -1389 ((136,890),(136.53589838486224,892),(138,893.4641016151378),(140,894),(142,893.4641016151378),(143.46410161513776,892),(144,890),(143.46410161513776,888),(142,886.5358983848622),(140,886),(138,886.5358983848622),(136.53589838486224,888)) -1390 ((135,900),(135.66987298107782,902.5),(137.5,904.3301270189222),(140,905),(142.5,904.3301270189222),(144.33012701892218,902.5),(145,900),(144.33012701892218,897.5),(142.5,895.6698729810778),(140,895),(137.5,895.6698729810778),(135.66987298107782,897.5)) -1391 ((134,910),(134.80384757729337,913),(137,915.1961524227066),(140,916),(143,915.1961524227066),(145.19615242270663,913),(146,910),(145.19615242270663,907),(143,904.8038475772934),(140,904),(137,904.8038475772934),(134.80384757729337,907)) -1392 ((133,920),(133.93782217350892,923.5),(136.5,926.062177826491),(140,927),(143.5,926.062177826491),(146.06217782649108,923.5),(147,920),(146.06217782649108,916.5),(143.5,913.937822173509),(140,913),(136.5,913.937822173509),(133.93782217350892,916.5)) -1393 ((132,930),(133.0717967697245,934),(136,936.9282032302755),(140,938),(144,936.9282032302755),(146.9282032302755,934),(148,930),(146.9282032302755,926),(144,923.0717967697245),(140,922),(136,923.0717967697245),(133.0717967697245,926)) -1394 ((131,940),(132.20577136594005,944.5),(135.5,947.7942286340599),(140,949),(144.5,947.7942286340599),(147.79422863405995,944.5),(149,940),(147.79422863405995,935.5),(144.5,932.2057713659401),(140,931),(135.5,932.20577136594),(132.20577136594005,935.5)) -1395 ((130,950),(131.3397459621556,955),(135,958.6602540378444),(140,960),(145,958.6602540378444),(148.6602540378444,955),(150,950),(148.6602540378444,945),(145,941.3397459621556),(140,940),(135,941.3397459621556),(131.3397459621556,945)) -1396 ((139,960),(139.13397459621555,960.5),(139.5,960.8660254037844),(140,961),(140.5,960.8660254037844),(140.86602540378445,960.5),(141,960),(140.86602540378445,959.5),(140.5,959.1339745962156),(140,959),(139.5,959.1339745962156),(139.13397459621555,959.5)) -1397 ((138,970),(138.26794919243113,971),(139,971.7320508075688),(140,972),(141,971.7320508075688),(141.73205080756887,971),(142,970),(141.73205080756887,969),(141,968.2679491924312),(140,968),(139,968.2679491924312),(138.26794919243113,969)) -1398 ((137,980),(137.40192378864668,981.5),(138.5,982.5980762113534),(140,983),(141.5,982.5980762113534),(142.59807621135332,981.5),(143,980),(142.59807621135332,978.5),(141.5,977.4019237886467),(140,977),(138.5,977.4019237886466),(137.40192378864668,978.5)) -1399 ((136,990),(136.53589838486224,992),(138,993.4641016151378),(140,994),(142,993.4641016151378),(143.46410161513776,992),(144,990),(143.46410161513776,988),(142,986.5358983848622),(140,986),(138,986.5358983848622),(136.53589838486224,988)) -1400 ((135,1000),(135.66987298107782,1002.5),(137.5,1004.3301270189222),(140,1005),(142.5,1004.3301270189222),(144.33012701892218,1002.5),(145,1000),(144.33012701892218,997.5),(142.5,995.6698729810778),(140,995),(137.5,995.6698729810778),(135.66987298107782,997.5)) -1401 ((143,10),(143.93782217350892,13.5),(146.5,16.06217782649107),(150,17),(153.5,16.062177826491073),(156.06217782649108,13.500000000000002),(157,10),(156.06217782649108,6.500000000000002),(153.5,3.9378221735089305),(150,3),(146.5,3.937822173508927),(143.93782217350892,6.4999999999999964)) -1402 ((142,20),(143.0717967697245,24),(146,26.928203230275507),(150,28),(154,26.92820323027551),(156.9282032302755,24.000000000000004),(158,20),(156.9282032302755,16.000000000000004),(154,13.071796769724493),(150,12),(146,13.071796769724488),(143.0717967697245,15.999999999999996)) -1403 ((141,30),(142.20577136594005,34.5),(145.5,37.79422863405995),(150,39),(154.5,37.79422863405995),(157.79422863405995,34.5),(159,30),(157.79422863405995,25.500000000000004),(154.5,22.205771365940052),(150,21),(145.5,22.20577136594005),(142.20577136594005,25.499999999999996)) -1404 ((140,40),(141.3397459621556,45),(145,48.66025403784438),(150,50),(155,48.66025403784439),(158.6602540378444,45),(160,40),(158.6602540378444,35),(155,31.339745962155614),(150,30),(145,31.33974596215561),(141.3397459621556,34.99999999999999)) -1405 ((149,50),(149.13397459621555,50.5),(149.5,50.86602540378444),(150,51),(150.5,50.86602540378444),(150.86602540378445,50.5),(151,50),(150.86602540378445,49.5),(150.5,49.13397459621556),(150,49),(149.5,49.13397459621556),(149.13397459621555,49.5)) -1406 ((148,60),(148.26794919243113,61),(149,61.732050807568875),(150,62),(151,61.732050807568875),(151.73205080756887,61),(152,60),(151.73205080756887,59),(151,58.267949192431125),(150,58),(149,58.267949192431125),(148.26794919243113,59)) -1407 ((147,70),(147.40192378864668,71.5),(148.5,72.59807621135332),(150,73),(151.5,72.59807621135332),(152.59807621135332,71.5),(153,70),(152.59807621135332,68.5),(151.5,67.40192378864668),(150,67),(148.5,67.40192378864668),(147.40192378864668,68.5)) -1408 ((146,80),(146.53589838486224,82),(148,83.46410161513775),(150,84),(152,83.46410161513775),(153.46410161513776,82),(154,80),(153.46410161513776,78),(152,76.53589838486225),(150,76),(148,76.53589838486225),(146.53589838486224,78)) -1409 ((145,90),(145.66987298107782,92.5),(147.5,94.3301270189222),(150,95),(152.5,94.3301270189222),(154.33012701892218,92.5),(155,90),(154.33012701892218,87.5),(152.5,85.6698729810778),(150,85),(147.5,85.6698729810778),(145.66987298107782,87.5)) -1410 ((144,100),(144.80384757729337,103),(147,105.19615242270663),(150,106),(153,105.19615242270663),(155.19615242270663,103),(156,100),(155.19615242270663,97),(153,94.80384757729337),(150,94),(147,94.80384757729337),(144.80384757729337,97)) -1411 ((143,110),(143.93782217350892,113.5),(146.5,116.06217782649107),(150,117),(153.5,116.06217782649107),(156.06217782649108,113.5),(157,110),(156.06217782649108,106.5),(153.5,103.93782217350893),(150,103),(146.5,103.93782217350892),(143.93782217350892,106.5)) -1412 ((142,120),(143.0717967697245,124),(146,126.92820323027551),(150,128),(154,126.92820323027551),(156.9282032302755,124),(158,120),(156.9282032302755,116),(154,113.07179676972449),(150,112),(146,113.07179676972449),(143.0717967697245,116)) -1413 ((141,130),(142.20577136594005,134.5),(145.5,137.79422863405995),(150,139),(154.5,137.79422863405995),(157.79422863405995,134.5),(159,130),(157.79422863405995,125.5),(154.5,122.20577136594005),(150,121),(145.5,122.20577136594005),(142.20577136594005,125.5)) -1414 ((140,140),(141.3397459621556,145),(145,148.6602540378444),(150,150),(155,148.6602540378444),(158.6602540378444,145),(160,140),(158.6602540378444,135),(155,131.3397459621556),(150,130),(145,131.3397459621556),(141.3397459621556,135)) -1415 ((149,150),(149.13397459621555,150.5),(149.5,150.86602540378445),(150,151),(150.5,150.86602540378445),(150.86602540378445,150.5),(151,150),(150.86602540378445,149.5),(150.5,149.13397459621555),(150,149),(149.5,149.13397459621555),(149.13397459621555,149.5)) -1416 ((148,160),(148.26794919243113,161),(149,161.73205080756887),(150,162),(151,161.73205080756887),(151.73205080756887,161),(152,160),(151.73205080756887,159),(151,158.26794919243113),(150,158),(149,158.26794919243113),(148.26794919243113,159)) -1417 ((147,170),(147.40192378864668,171.5),(148.5,172.59807621135332),(150,173),(151.5,172.59807621135332),(152.59807621135332,171.5),(153,170),(152.59807621135332,168.5),(151.5,167.40192378864668),(150,167),(148.5,167.40192378864668),(147.40192378864668,168.5)) -1418 ((146,180),(146.53589838486224,182),(148,183.46410161513776),(150,184),(152,183.46410161513776),(153.46410161513776,182),(154,180),(153.46410161513776,178),(152,176.53589838486224),(150,176),(148,176.53589838486224),(146.53589838486224,178)) -1419 ((145,190),(145.66987298107782,192.5),(147.5,194.33012701892218),(150,195),(152.5,194.33012701892218),(154.33012701892218,192.5),(155,190),(154.33012701892218,187.5),(152.5,185.66987298107782),(150,185),(147.5,185.66987298107782),(145.66987298107782,187.5)) -1420 ((144,200),(144.80384757729337,203),(147,205.19615242270663),(150,206),(153,205.19615242270663),(155.19615242270663,203),(156,200),(155.19615242270663,197),(153,194.80384757729337),(150,194),(147,194.80384757729337),(144.80384757729337,197)) -1421 ((143,210),(143.93782217350892,213.5),(146.5,216.06217782649108),(150,217),(153.5,216.06217782649108),(156.06217782649108,213.5),(157,210),(156.06217782649108,206.5),(153.5,203.93782217350892),(150,203),(146.5,203.93782217350892),(143.93782217350892,206.5)) -1422 ((142,220),(143.0717967697245,224),(146,226.9282032302755),(150,228),(154,226.9282032302755),(156.9282032302755,224),(158,220),(156.9282032302755,216),(154,213.0717967697245),(150,212),(146,213.0717967697245),(143.0717967697245,216)) -1423 ((141,230),(142.20577136594005,234.5),(145.5,237.79422863405995),(150,239),(154.5,237.79422863405995),(157.79422863405995,234.5),(159,230),(157.79422863405995,225.5),(154.5,222.20577136594005),(150,221),(145.5,222.20577136594005),(142.20577136594005,225.5)) -1424 ((140,240),(141.3397459621556,245),(145,248.6602540378444),(150,250),(155,248.6602540378444),(158.6602540378444,245),(160,240),(158.6602540378444,235),(155,231.3397459621556),(150,230),(145,231.3397459621556),(141.3397459621556,235)) -1425 ((149,250),(149.13397459621555,250.5),(149.5,250.86602540378445),(150,251),(150.5,250.86602540378445),(150.86602540378445,250.5),(151,250),(150.86602540378445,249.5),(150.5,249.13397459621555),(150,249),(149.5,249.13397459621555),(149.13397459621555,249.5)) -1426 ((148,260),(148.26794919243113,261),(149,261.7320508075689),(150,262),(151,261.7320508075689),(151.73205080756887,261),(152,260),(151.73205080756887,259),(151,258.2679491924311),(150,258),(149,258.2679491924311),(148.26794919243113,259)) -1427 ((147,270),(147.40192378864668,271.5),(148.5,272.5980762113533),(150,273),(151.5,272.5980762113533),(152.59807621135332,271.5),(153,270),(152.59807621135332,268.5),(151.5,267.4019237886467),(150,267),(148.5,267.4019237886467),(147.40192378864668,268.5)) -1428 ((146,280),(146.53589838486224,282),(148,283.46410161513774),(150,284),(152,283.46410161513774),(153.46410161513776,282),(154,280),(153.46410161513776,278),(152,276.53589838486226),(150,276),(148,276.53589838486226),(146.53589838486224,278)) -1429 ((145,290),(145.66987298107782,292.5),(147.5,294.3301270189222),(150,295),(152.5,294.3301270189222),(154.33012701892218,292.5),(155,290),(154.33012701892218,287.5),(152.5,285.6698729810778),(150,285),(147.5,285.6698729810778),(145.66987298107782,287.5)) -1430 ((144,300),(144.80384757729337,303),(147,305.19615242270663),(150,306),(153,305.19615242270663),(155.19615242270663,303),(156,300),(155.19615242270663,297),(153,294.80384757729337),(150,294),(147,294.80384757729337),(144.80384757729337,297)) -1431 ((143,310),(143.93782217350892,313.5),(146.5,316.06217782649105),(150,317),(153.5,316.06217782649105),(156.06217782649108,313.5),(157,310),(156.06217782649108,306.5),(153.5,303.93782217350895),(150,303),(146.5,303.93782217350895),(143.93782217350892,306.5)) -1432 ((142,320),(143.0717967697245,324),(146,326.9282032302755),(150,328),(154,326.9282032302755),(156.9282032302755,324),(158,320),(156.9282032302755,316),(154,313.0717967697245),(150,312),(146,313.0717967697245),(143.0717967697245,316)) -1433 ((141,330),(142.20577136594005,334.5),(145.5,337.79422863405995),(150,339),(154.5,337.79422863405995),(157.79422863405995,334.5),(159,330),(157.79422863405995,325.5),(154.5,322.20577136594005),(150,321),(145.5,322.20577136594005),(142.20577136594005,325.5)) -1434 ((140,340),(141.3397459621556,345),(145,348.66025403784437),(150,350),(155,348.66025403784437),(158.6602540378444,345),(160,340),(158.6602540378444,335),(155,331.33974596215563),(150,330),(145,331.33974596215563),(141.3397459621556,335)) -1435 ((149,350),(149.13397459621555,350.5),(149.5,350.8660254037844),(150,351),(150.5,350.8660254037844),(150.86602540378445,350.5),(151,350),(150.86602540378445,349.5),(150.5,349.1339745962156),(150,349),(149.5,349.1339745962156),(149.13397459621555,349.5)) -1436 ((148,360),(148.26794919243113,361),(149,361.7320508075689),(150,362),(151,361.7320508075689),(151.73205080756887,361),(152,360),(151.73205080756887,359),(151,358.2679491924311),(150,358),(149,358.2679491924311),(148.26794919243113,359)) -1437 ((147,370),(147.40192378864668,371.5),(148.5,372.5980762113533),(150,373),(151.5,372.5980762113533),(152.59807621135332,371.5),(153,370),(152.59807621135332,368.5),(151.5,367.4019237886467),(150,367),(148.5,367.4019237886467),(147.40192378864668,368.5)) -1438 ((146,380),(146.53589838486224,382),(148,383.46410161513774),(150,384),(152,383.46410161513774),(153.46410161513776,382),(154,380),(153.46410161513776,378),(152,376.53589838486226),(150,376),(148,376.53589838486226),(146.53589838486224,378)) -1439 ((145,390),(145.66987298107782,392.5),(147.5,394.3301270189222),(150,395),(152.5,394.3301270189222),(154.33012701892218,392.5),(155,390),(154.33012701892218,387.5),(152.5,385.6698729810778),(150,385),(147.5,385.6698729810778),(145.66987298107782,387.5)) -1440 ((144,400),(144.80384757729337,403),(147,405.19615242270663),(150,406),(153,405.19615242270663),(155.19615242270663,403),(156,400),(155.19615242270663,397),(153,394.80384757729337),(150,394),(147,394.80384757729337),(144.80384757729337,397)) -1441 ((143,410),(143.93782217350892,413.5),(146.5,416.06217782649105),(150,417),(153.5,416.06217782649105),(156.06217782649108,413.5),(157,410),(156.06217782649108,406.5),(153.5,403.93782217350895),(150,403),(146.5,403.93782217350895),(143.93782217350892,406.5)) -1442 ((142,420),(143.0717967697245,424),(146,426.9282032302755),(150,428),(154,426.9282032302755),(156.9282032302755,424),(158,420),(156.9282032302755,416),(154,413.0717967697245),(150,412),(146,413.0717967697245),(143.0717967697245,416)) -1443 ((141,430),(142.20577136594005,434.5),(145.5,437.79422863405995),(150,439),(154.5,437.79422863405995),(157.79422863405995,434.5),(159,430),(157.79422863405995,425.5),(154.5,422.20577136594005),(150,421),(145.5,422.20577136594005),(142.20577136594005,425.5)) -1444 ((140,440),(141.3397459621556,445),(145,448.66025403784437),(150,450),(155,448.66025403784437),(158.6602540378444,445),(160,440),(158.6602540378444,435),(155,431.33974596215563),(150,430),(145,431.33974596215563),(141.3397459621556,435)) -1445 ((149,450),(149.13397459621555,450.5),(149.5,450.8660254037844),(150,451),(150.5,450.8660254037844),(150.86602540378445,450.5),(151,450),(150.86602540378445,449.5),(150.5,449.1339745962156),(150,449),(149.5,449.1339745962156),(149.13397459621555,449.5)) -1446 ((148,460),(148.26794919243113,461),(149,461.7320508075689),(150,462),(151,461.7320508075689),(151.73205080756887,461),(152,460),(151.73205080756887,459),(151,458.2679491924311),(150,458),(149,458.2679491924311),(148.26794919243113,459)) -1447 ((147,470),(147.40192378864668,471.5),(148.5,472.5980762113533),(150,473),(151.5,472.5980762113533),(152.59807621135332,471.5),(153,470),(152.59807621135332,468.5),(151.5,467.4019237886467),(150,467),(148.5,467.4019237886467),(147.40192378864668,468.5)) -1448 ((146,480),(146.53589838486224,482),(148,483.46410161513774),(150,484),(152,483.46410161513774),(153.46410161513776,482),(154,480),(153.46410161513776,478),(152,476.53589838486226),(150,476),(148,476.53589838486226),(146.53589838486224,478)) -1449 ((145,490),(145.66987298107782,492.5),(147.5,494.3301270189222),(150,495),(152.5,494.3301270189222),(154.33012701892218,492.5),(155,490),(154.33012701892218,487.5),(152.5,485.6698729810778),(150,485),(147.5,485.6698729810778),(145.66987298107782,487.5)) -1450 ((144,500),(144.80384757729337,503),(147,505.19615242270663),(150,506),(153,505.19615242270663),(155.19615242270663,503),(156,500),(155.19615242270663,497),(153,494.80384757729337),(150,494),(147,494.80384757729337),(144.80384757729337,497)) -1451 ((143,510),(143.93782217350892,513.5),(146.5,516.062177826491),(150,517),(153.5,516.062177826491),(156.06217782649108,513.5),(157,510),(156.06217782649108,506.5),(153.5,503.93782217350895),(150,503),(146.5,503.93782217350895),(143.93782217350892,506.5)) -1452 ((142,520),(143.0717967697245,524),(146,526.9282032302755),(150,528),(154,526.9282032302755),(156.9282032302755,524),(158,520),(156.9282032302755,516),(154,513.0717967697245),(150,512),(146,513.0717967697245),(143.0717967697245,516)) -1453 ((141,530),(142.20577136594005,534.5),(145.5,537.7942286340599),(150,539),(154.5,537.7942286340599),(157.79422863405995,534.5),(159,530),(157.79422863405995,525.5),(154.5,522.2057713659401),(150,521),(145.5,522.20577136594),(142.20577136594005,525.5)) -1454 ((140,540),(141.3397459621556,545),(145,548.6602540378444),(150,550),(155,548.6602540378444),(158.6602540378444,545),(160,540),(158.6602540378444,535),(155,531.3397459621556),(150,530),(145,531.3397459621556),(141.3397459621556,535)) -1455 ((149,550),(149.13397459621555,550.5),(149.5,550.8660254037844),(150,551),(150.5,550.8660254037844),(150.86602540378445,550.5),(151,550),(150.86602540378445,549.5),(150.5,549.1339745962156),(150,549),(149.5,549.1339745962156),(149.13397459621555,549.5)) -1456 ((148,560),(148.26794919243113,561),(149,561.7320508075688),(150,562),(151,561.7320508075688),(151.73205080756887,561),(152,560),(151.73205080756887,559),(151,558.2679491924312),(150,558),(149,558.2679491924312),(148.26794919243113,559)) -1457 ((147,570),(147.40192378864668,571.5),(148.5,572.5980762113534),(150,573),(151.5,572.5980762113534),(152.59807621135332,571.5),(153,570),(152.59807621135332,568.5),(151.5,567.4019237886467),(150,567),(148.5,567.4019237886466),(147.40192378864668,568.5)) -1458 ((146,580),(146.53589838486224,582),(148,583.4641016151378),(150,584),(152,583.4641016151378),(153.46410161513776,582),(154,580),(153.46410161513776,578),(152,576.5358983848622),(150,576),(148,576.5358983848622),(146.53589838486224,578)) -1459 ((145,590),(145.66987298107782,592.5),(147.5,594.3301270189222),(150,595),(152.5,594.3301270189222),(154.33012701892218,592.5),(155,590),(154.33012701892218,587.5),(152.5,585.6698729810778),(150,585),(147.5,585.6698729810778),(145.66987298107782,587.5)) -1460 ((144,600),(144.80384757729337,603),(147,605.1961524227066),(150,606),(153,605.1961524227066),(155.19615242270663,603),(156,600),(155.19615242270663,597),(153,594.8038475772934),(150,594),(147,594.8038475772934),(144.80384757729337,597)) -1461 ((143,610),(143.93782217350892,613.5),(146.5,616.062177826491),(150,617),(153.5,616.062177826491),(156.06217782649108,613.5),(157,610),(156.06217782649108,606.5),(153.5,603.937822173509),(150,603),(146.5,603.937822173509),(143.93782217350892,606.5)) -1462 ((142,620),(143.0717967697245,624),(146,626.9282032302755),(150,628),(154,626.9282032302755),(156.9282032302755,624),(158,620),(156.9282032302755,616),(154,613.0717967697245),(150,612),(146,613.0717967697245),(143.0717967697245,616)) -1463 ((141,630),(142.20577136594005,634.5),(145.5,637.7942286340599),(150,639),(154.5,637.7942286340599),(157.79422863405995,634.5),(159,630),(157.79422863405995,625.5),(154.5,622.2057713659401),(150,621),(145.5,622.20577136594),(142.20577136594005,625.5)) -1464 ((140,640),(141.3397459621556,645),(145,648.6602540378444),(150,650),(155,648.6602540378444),(158.6602540378444,645),(160,640),(158.6602540378444,635),(155,631.3397459621556),(150,630),(145,631.3397459621556),(141.3397459621556,635)) -1465 ((149,650),(149.13397459621555,650.5),(149.5,650.8660254037844),(150,651),(150.5,650.8660254037844),(150.86602540378445,650.5),(151,650),(150.86602540378445,649.5),(150.5,649.1339745962156),(150,649),(149.5,649.1339745962156),(149.13397459621555,649.5)) -1466 ((148,660),(148.26794919243113,661),(149,661.7320508075688),(150,662),(151,661.7320508075688),(151.73205080756887,661),(152,660),(151.73205080756887,659),(151,658.2679491924312),(150,658),(149,658.2679491924312),(148.26794919243113,659)) -1467 ((147,670),(147.40192378864668,671.5),(148.5,672.5980762113534),(150,673),(151.5,672.5980762113534),(152.59807621135332,671.5),(153,670),(152.59807621135332,668.5),(151.5,667.4019237886467),(150,667),(148.5,667.4019237886466),(147.40192378864668,668.5)) -1468 ((146,680),(146.53589838486224,682),(148,683.4641016151378),(150,684),(152,683.4641016151378),(153.46410161513776,682),(154,680),(153.46410161513776,678),(152,676.5358983848622),(150,676),(148,676.5358983848622),(146.53589838486224,678)) -1469 ((145,690),(145.66987298107782,692.5),(147.5,694.3301270189222),(150,695),(152.5,694.3301270189222),(154.33012701892218,692.5),(155,690),(154.33012701892218,687.5),(152.5,685.6698729810778),(150,685),(147.5,685.6698729810778),(145.66987298107782,687.5)) -1470 ((144,700),(144.80384757729337,703),(147,705.1961524227066),(150,706),(153,705.1961524227066),(155.19615242270663,703),(156,700),(155.19615242270663,697),(153,694.8038475772934),(150,694),(147,694.8038475772934),(144.80384757729337,697)) -1471 ((143,710),(143.93782217350892,713.5),(146.5,716.062177826491),(150,717),(153.5,716.062177826491),(156.06217782649108,713.5),(157,710),(156.06217782649108,706.5),(153.5,703.937822173509),(150,703),(146.5,703.937822173509),(143.93782217350892,706.5)) -1472 ((142,720),(143.0717967697245,724),(146,726.9282032302755),(150,728),(154,726.9282032302755),(156.9282032302755,724),(158,720),(156.9282032302755,716),(154,713.0717967697245),(150,712),(146,713.0717967697245),(143.0717967697245,716)) -1473 ((141,730),(142.20577136594005,734.5),(145.5,737.7942286340599),(150,739),(154.5,737.7942286340599),(157.79422863405995,734.5),(159,730),(157.79422863405995,725.5),(154.5,722.2057713659401),(150,721),(145.5,722.20577136594),(142.20577136594005,725.5)) -1474 ((140,740),(141.3397459621556,745),(145,748.6602540378444),(150,750),(155,748.6602540378444),(158.6602540378444,745),(160,740),(158.6602540378444,735),(155,731.3397459621556),(150,730),(145,731.3397459621556),(141.3397459621556,735)) -1475 ((149,750),(149.13397459621555,750.5),(149.5,750.8660254037844),(150,751),(150.5,750.8660254037844),(150.86602540378445,750.5),(151,750),(150.86602540378445,749.5),(150.5,749.1339745962156),(150,749),(149.5,749.1339745962156),(149.13397459621555,749.5)) -1476 ((148,760),(148.26794919243113,761),(149,761.7320508075688),(150,762),(151,761.7320508075688),(151.73205080756887,761),(152,760),(151.73205080756887,759),(151,758.2679491924312),(150,758),(149,758.2679491924312),(148.26794919243113,759)) -1477 ((147,770),(147.40192378864668,771.5),(148.5,772.5980762113534),(150,773),(151.5,772.5980762113534),(152.59807621135332,771.5),(153,770),(152.59807621135332,768.5),(151.5,767.4019237886467),(150,767),(148.5,767.4019237886466),(147.40192378864668,768.5)) -1478 ((146,780),(146.53589838486224,782),(148,783.4641016151378),(150,784),(152,783.4641016151378),(153.46410161513776,782),(154,780),(153.46410161513776,778),(152,776.5358983848622),(150,776),(148,776.5358983848622),(146.53589838486224,778)) -1479 ((145,790),(145.66987298107782,792.5),(147.5,794.3301270189222),(150,795),(152.5,794.3301270189222),(154.33012701892218,792.5),(155,790),(154.33012701892218,787.5),(152.5,785.6698729810778),(150,785),(147.5,785.6698729810778),(145.66987298107782,787.5)) -1480 ((144,800),(144.80384757729337,803),(147,805.1961524227066),(150,806),(153,805.1961524227066),(155.19615242270663,803),(156,800),(155.19615242270663,797),(153,794.8038475772934),(150,794),(147,794.8038475772934),(144.80384757729337,797)) -1481 ((143,810),(143.93782217350892,813.5),(146.5,816.062177826491),(150,817),(153.5,816.062177826491),(156.06217782649108,813.5),(157,810),(156.06217782649108,806.5),(153.5,803.937822173509),(150,803),(146.5,803.937822173509),(143.93782217350892,806.5)) -1482 ((142,820),(143.0717967697245,824),(146,826.9282032302755),(150,828),(154,826.9282032302755),(156.9282032302755,824),(158,820),(156.9282032302755,816),(154,813.0717967697245),(150,812),(146,813.0717967697245),(143.0717967697245,816)) -1483 ((141,830),(142.20577136594005,834.5),(145.5,837.7942286340599),(150,839),(154.5,837.7942286340599),(157.79422863405995,834.5),(159,830),(157.79422863405995,825.5),(154.5,822.2057713659401),(150,821),(145.5,822.20577136594),(142.20577136594005,825.5)) -1484 ((140,840),(141.3397459621556,845),(145,848.6602540378444),(150,850),(155,848.6602540378444),(158.6602540378444,845),(160,840),(158.6602540378444,835),(155,831.3397459621556),(150,830),(145,831.3397459621556),(141.3397459621556,835)) -1485 ((149,850),(149.13397459621555,850.5),(149.5,850.8660254037844),(150,851),(150.5,850.8660254037844),(150.86602540378445,850.5),(151,850),(150.86602540378445,849.5),(150.5,849.1339745962156),(150,849),(149.5,849.1339745962156),(149.13397459621555,849.5)) -1486 ((148,860),(148.26794919243113,861),(149,861.7320508075688),(150,862),(151,861.7320508075688),(151.73205080756887,861),(152,860),(151.73205080756887,859),(151,858.2679491924312),(150,858),(149,858.2679491924312),(148.26794919243113,859)) -1487 ((147,870),(147.40192378864668,871.5),(148.5,872.5980762113534),(150,873),(151.5,872.5980762113534),(152.59807621135332,871.5),(153,870),(152.59807621135332,868.5),(151.5,867.4019237886467),(150,867),(148.5,867.4019237886466),(147.40192378864668,868.5)) -1488 ((146,880),(146.53589838486224,882),(148,883.4641016151378),(150,884),(152,883.4641016151378),(153.46410161513776,882),(154,880),(153.46410161513776,878),(152,876.5358983848622),(150,876),(148,876.5358983848622),(146.53589838486224,878)) -1489 ((145,890),(145.66987298107782,892.5),(147.5,894.3301270189222),(150,895),(152.5,894.3301270189222),(154.33012701892218,892.5),(155,890),(154.33012701892218,887.5),(152.5,885.6698729810778),(150,885),(147.5,885.6698729810778),(145.66987298107782,887.5)) -1490 ((144,900),(144.80384757729337,903),(147,905.1961524227066),(150,906),(153,905.1961524227066),(155.19615242270663,903),(156,900),(155.19615242270663,897),(153,894.8038475772934),(150,894),(147,894.8038475772934),(144.80384757729337,897)) -1491 ((143,910),(143.93782217350892,913.5),(146.5,916.062177826491),(150,917),(153.5,916.062177826491),(156.06217782649108,913.5),(157,910),(156.06217782649108,906.5),(153.5,903.937822173509),(150,903),(146.5,903.937822173509),(143.93782217350892,906.5)) -1492 ((142,920),(143.0717967697245,924),(146,926.9282032302755),(150,928),(154,926.9282032302755),(156.9282032302755,924),(158,920),(156.9282032302755,916),(154,913.0717967697245),(150,912),(146,913.0717967697245),(143.0717967697245,916)) -1493 ((141,930),(142.20577136594005,934.5),(145.5,937.7942286340599),(150,939),(154.5,937.7942286340599),(157.79422863405995,934.5),(159,930),(157.79422863405995,925.5),(154.5,922.2057713659401),(150,921),(145.5,922.20577136594),(142.20577136594005,925.5)) -1494 ((140,940),(141.3397459621556,945),(145,948.6602540378444),(150,950),(155,948.6602540378444),(158.6602540378444,945),(160,940),(158.6602540378444,935),(155,931.3397459621556),(150,930),(145,931.3397459621556),(141.3397459621556,935)) -1495 ((149,950),(149.13397459621555,950.5),(149.5,950.8660254037844),(150,951),(150.5,950.8660254037844),(150.86602540378445,950.5),(151,950),(150.86602540378445,949.5),(150.5,949.1339745962156),(150,949),(149.5,949.1339745962156),(149.13397459621555,949.5)) -1496 ((148,960),(148.26794919243113,961),(149,961.7320508075688),(150,962),(151,961.7320508075688),(151.73205080756887,961),(152,960),(151.73205080756887,959),(151,958.2679491924312),(150,958),(149,958.2679491924312),(148.26794919243113,959)) -1497 ((147,970),(147.40192378864668,971.5),(148.5,972.5980762113534),(150,973),(151.5,972.5980762113534),(152.59807621135332,971.5),(153,970),(152.59807621135332,968.5),(151.5,967.4019237886467),(150,967),(148.5,967.4019237886466),(147.40192378864668,968.5)) -1498 ((146,980),(146.53589838486224,982),(148,983.4641016151378),(150,984),(152,983.4641016151378),(153.46410161513776,982),(154,980),(153.46410161513776,978),(152,976.5358983848622),(150,976),(148,976.5358983848622),(146.53589838486224,978)) -1499 ((145,990),(145.66987298107782,992.5),(147.5,994.3301270189222),(150,995),(152.5,994.3301270189222),(154.33012701892218,992.5),(155,990),(154.33012701892218,987.5),(152.5,985.6698729810778),(150,985),(147.5,985.6698729810778),(145.66987298107782,987.5)) -1500 ((144,1000),(144.80384757729337,1003),(147,1005.1961524227066),(150,1006),(153,1005.1961524227066),(155.19615242270663,1003),(156,1000),(155.19615242270663,997),(153,994.8038475772934),(150,994),(147,994.8038475772934),(144.80384757729337,997)) -1501 ((152,10),(153.0717967697245,14),(156,16.928203230275507),(160,18),(164,16.92820323027551),(166.9282032302755,14.000000000000004),(168,10.000000000000002),(166.9282032302755,6.000000000000002),(164,3.071796769724492),(160,2),(156,3.0717967697244877),(153.0717967697245,5.9999999999999964)) -1502 ((151,20),(152.20577136594005,24.5),(155.5,27.794228634059948),(160,29),(164.5,27.794228634059948),(167.79422863405995,24.500000000000004),(169,20),(167.79422863405995,15.500000000000004),(164.5,12.205771365940054),(160,11),(155.5,12.205771365940048),(152.20577136594005,15.499999999999996)) -1503 ((150,30),(151.3397459621556,35),(155,38.66025403784438),(160,40),(165,38.66025403784439),(168.6602540378444,35),(170,30),(168.6602540378444,25.000000000000004),(165,21.339745962155614),(160,20),(155,21.33974596215561),(151.3397459621556,24.999999999999996)) -1504 ((159,40),(159.13397459621555,40.5),(159.5,40.86602540378444),(160,41),(160.5,40.86602540378444),(160.86602540378445,40.5),(161,40),(160.86602540378445,39.5),(160.5,39.13397459621556),(160,39),(159.5,39.13397459621556),(159.13397459621555,39.5)) -1505 ((158,50),(158.26794919243113,51),(159,51.732050807568875),(160,52),(161,51.732050807568875),(161.73205080756887,51),(162,50),(161.73205080756887,49),(161,48.267949192431125),(160,48),(159,48.267949192431125),(158.26794919243113,49)) -1506 ((157,60),(157.40192378864668,61.5),(158.5,62.598076211353316),(160,63),(161.5,62.598076211353316),(162.59807621135332,61.5),(163,60),(162.59807621135332,58.5),(161.5,57.401923788646684),(160,57),(158.5,57.401923788646684),(157.40192378864668,58.5)) -1507 ((156,70),(156.53589838486224,72),(158,73.46410161513775),(160,74),(162,73.46410161513775),(163.46410161513776,72),(164,70),(163.46410161513776,68),(162,66.53589838486225),(160,66),(158,66.53589838486225),(156.53589838486224,68)) -1508 ((155,80),(155.66987298107782,82.5),(157.5,84.3301270189222),(160,85),(162.5,84.3301270189222),(164.33012701892218,82.5),(165,80),(164.33012701892218,77.5),(162.5,75.6698729810778),(160,75),(157.5,75.6698729810778),(155.66987298107782,77.5)) -1509 ((154,90),(154.80384757729337,93),(157,95.19615242270663),(160,96),(163,95.19615242270663),(165.19615242270663,93),(166,90),(165.19615242270663,87),(163,84.80384757729337),(160,84),(157,84.80384757729337),(154.80384757729337,87)) -1510 ((153,100),(153.93782217350892,103.5),(156.5,106.06217782649107),(160,107),(163.5,106.06217782649107),(166.06217782649108,103.5),(167,100),(166.06217782649108,96.5),(163.5,93.93782217350893),(160,93),(156.5,93.93782217350892),(153.93782217350892,96.5)) -1511 ((152,110),(153.0717967697245,114),(156,116.92820323027551),(160,118),(164,116.92820323027551),(166.9282032302755,114),(168,110),(166.9282032302755,106),(164,103.07179676972449),(160,102),(156,103.07179676972449),(153.0717967697245,106)) -1512 ((151,120),(152.20577136594005,124.5),(155.5,127.79422863405995),(160,129),(164.5,127.79422863405995),(167.79422863405995,124.5),(169,120),(167.79422863405995,115.5),(164.5,112.20577136594005),(160,111),(155.5,112.20577136594005),(152.20577136594005,115.5)) -1513 ((150,130),(151.3397459621556,135),(155,138.6602540378444),(160,140),(165,138.6602540378444),(168.6602540378444,135),(170,130),(168.6602540378444,125),(165,121.33974596215562),(160,120),(155,121.3397459621556),(151.3397459621556,125)) -1514 ((159,140),(159.13397459621555,140.5),(159.5,140.86602540378445),(160,141),(160.5,140.86602540378445),(160.86602540378445,140.5),(161,140),(160.86602540378445,139.5),(160.5,139.13397459621555),(160,139),(159.5,139.13397459621555),(159.13397459621555,139.5)) -1515 ((158,150),(158.26794919243113,151),(159,151.73205080756887),(160,152),(161,151.73205080756887),(161.73205080756887,151),(162,150),(161.73205080756887,149),(161,148.26794919243113),(160,148),(159,148.26794919243113),(158.26794919243113,149)) -1516 ((157,160),(157.40192378864668,161.5),(158.5,162.59807621135332),(160,163),(161.5,162.59807621135332),(162.59807621135332,161.5),(163,160),(162.59807621135332,158.5),(161.5,157.40192378864668),(160,157),(158.5,157.40192378864668),(157.40192378864668,158.5)) -1517 ((156,170),(156.53589838486224,172),(158,173.46410161513776),(160,174),(162,173.46410161513776),(163.46410161513776,172),(164,170),(163.46410161513776,168),(162,166.53589838486224),(160,166),(158,166.53589838486224),(156.53589838486224,168)) -1518 ((155,180),(155.66987298107782,182.5),(157.5,184.33012701892218),(160,185),(162.5,184.33012701892218),(164.33012701892218,182.5),(165,180),(164.33012701892218,177.5),(162.5,175.66987298107782),(160,175),(157.5,175.66987298107782),(155.66987298107782,177.5)) -1519 ((154,190),(154.80384757729337,193),(157,195.19615242270663),(160,196),(163,195.19615242270663),(165.19615242270663,193),(166,190),(165.19615242270663,187),(163,184.80384757729337),(160,184),(157,184.80384757729337),(154.80384757729337,187)) -1520 ((153,200),(153.93782217350892,203.5),(156.5,206.06217782649108),(160,207),(163.5,206.06217782649108),(166.06217782649108,203.5),(167,200),(166.06217782649108,196.5),(163.5,193.93782217350892),(160,193),(156.5,193.93782217350892),(153.93782217350892,196.5)) -1521 ((152,210),(153.0717967697245,214),(156,216.9282032302755),(160,218),(164,216.9282032302755),(166.9282032302755,214),(168,210),(166.9282032302755,206),(164,203.0717967697245),(160,202),(156,203.0717967697245),(153.0717967697245,206)) -1522 ((151,220),(152.20577136594005,224.5),(155.5,227.79422863405995),(160,229),(164.5,227.79422863405995),(167.79422863405995,224.5),(169,220),(167.79422863405995,215.5),(164.5,212.20577136594005),(160,211),(155.5,212.20577136594005),(152.20577136594005,215.5)) -1523 ((150,230),(151.3397459621556,235),(155,238.6602540378444),(160,240),(165,238.6602540378444),(168.6602540378444,235),(170,230),(168.6602540378444,225),(165,221.3397459621556),(160,220),(155,221.3397459621556),(151.3397459621556,225)) -1524 ((159,240),(159.13397459621555,240.5),(159.5,240.86602540378445),(160,241),(160.5,240.86602540378445),(160.86602540378445,240.5),(161,240),(160.86602540378445,239.5),(160.5,239.13397459621555),(160,239),(159.5,239.13397459621555),(159.13397459621555,239.5)) -1525 ((158,250),(158.26794919243113,251),(159,251.73205080756887),(160,252),(161,251.73205080756887),(161.73205080756887,251),(162,250),(161.73205080756887,249),(161,248.26794919243113),(160,248),(159,248.26794919243113),(158.26794919243113,249)) -1526 ((157,260),(157.40192378864668,261.5),(158.5,262.5980762113533),(160,263),(161.5,262.5980762113533),(162.59807621135332,261.5),(163,260),(162.59807621135332,258.5),(161.5,257.4019237886467),(160,257),(158.5,257.4019237886467),(157.40192378864668,258.5)) -1527 ((156,270),(156.53589838486224,272),(158,273.46410161513774),(160,274),(162,273.46410161513774),(163.46410161513776,272),(164,270),(163.46410161513776,268),(162,266.53589838486226),(160,266),(158,266.53589838486226),(156.53589838486224,268)) -1528 ((155,280),(155.66987298107782,282.5),(157.5,284.3301270189222),(160,285),(162.5,284.3301270189222),(164.33012701892218,282.5),(165,280),(164.33012701892218,277.5),(162.5,275.6698729810778),(160,275),(157.5,275.6698729810778),(155.66987298107782,277.5)) -1529 ((154,290),(154.80384757729337,293),(157,295.19615242270663),(160,296),(163,295.19615242270663),(165.19615242270663,293),(166,290),(165.19615242270663,287),(163,284.80384757729337),(160,284),(157,284.80384757729337),(154.80384757729337,287)) -1530 ((153,300),(153.93782217350892,303.5),(156.5,306.06217782649105),(160,307),(163.5,306.06217782649105),(166.06217782649108,303.5),(167,300),(166.06217782649108,296.5),(163.5,293.93782217350895),(160,293),(156.5,293.93782217350895),(153.93782217350892,296.5)) -1531 ((152,310),(153.0717967697245,314),(156,316.9282032302755),(160,318),(164,316.9282032302755),(166.9282032302755,314),(168,310),(166.9282032302755,306),(164,303.0717967697245),(160,302),(156,303.0717967697245),(153.0717967697245,306)) -1532 ((151,320),(152.20577136594005,324.5),(155.5,327.79422863405995),(160,329),(164.5,327.79422863405995),(167.79422863405995,324.5),(169,320),(167.79422863405995,315.5),(164.5,312.20577136594005),(160,311),(155.5,312.20577136594005),(152.20577136594005,315.5)) -1533 ((150,330),(151.3397459621556,335),(155,338.66025403784437),(160,340),(165,338.66025403784437),(168.6602540378444,335),(170,330),(168.6602540378444,325),(165,321.33974596215563),(160,320),(155,321.33974596215563),(151.3397459621556,325)) -1534 ((159,340),(159.13397459621555,340.5),(159.5,340.8660254037844),(160,341),(160.5,340.8660254037844),(160.86602540378445,340.5),(161,340),(160.86602540378445,339.5),(160.5,339.1339745962156),(160,339),(159.5,339.1339745962156),(159.13397459621555,339.5)) -1535 ((158,350),(158.26794919243113,351),(159,351.7320508075689),(160,352),(161,351.7320508075689),(161.73205080756887,351),(162,350),(161.73205080756887,349),(161,348.2679491924311),(160,348),(159,348.2679491924311),(158.26794919243113,349)) -1536 ((157,360),(157.40192378864668,361.5),(158.5,362.5980762113533),(160,363),(161.5,362.5980762113533),(162.59807621135332,361.5),(163,360),(162.59807621135332,358.5),(161.5,357.4019237886467),(160,357),(158.5,357.4019237886467),(157.40192378864668,358.5)) -1537 ((156,370),(156.53589838486224,372),(158,373.46410161513774),(160,374),(162,373.46410161513774),(163.46410161513776,372),(164,370),(163.46410161513776,368),(162,366.53589838486226),(160,366),(158,366.53589838486226),(156.53589838486224,368)) -1538 ((155,380),(155.66987298107782,382.5),(157.5,384.3301270189222),(160,385),(162.5,384.3301270189222),(164.33012701892218,382.5),(165,380),(164.33012701892218,377.5),(162.5,375.6698729810778),(160,375),(157.5,375.6698729810778),(155.66987298107782,377.5)) -1539 ((154,390),(154.80384757729337,393),(157,395.19615242270663),(160,396),(163,395.19615242270663),(165.19615242270663,393),(166,390),(165.19615242270663,387),(163,384.80384757729337),(160,384),(157,384.80384757729337),(154.80384757729337,387)) -1540 ((153,400),(153.93782217350892,403.5),(156.5,406.06217782649105),(160,407),(163.5,406.06217782649105),(166.06217782649108,403.5),(167,400),(166.06217782649108,396.5),(163.5,393.93782217350895),(160,393),(156.5,393.93782217350895),(153.93782217350892,396.5)) -1541 ((152,410),(153.0717967697245,414),(156,416.9282032302755),(160,418),(164,416.9282032302755),(166.9282032302755,414),(168,410),(166.9282032302755,406),(164,403.0717967697245),(160,402),(156,403.0717967697245),(153.0717967697245,406)) -1542 ((151,420),(152.20577136594005,424.5),(155.5,427.79422863405995),(160,429),(164.5,427.79422863405995),(167.79422863405995,424.5),(169,420),(167.79422863405995,415.5),(164.5,412.20577136594005),(160,411),(155.5,412.20577136594005),(152.20577136594005,415.5)) -1543 ((150,430),(151.3397459621556,435),(155,438.66025403784437),(160,440),(165,438.66025403784437),(168.6602540378444,435),(170,430),(168.6602540378444,425),(165,421.33974596215563),(160,420),(155,421.33974596215563),(151.3397459621556,425)) -1544 ((159,440),(159.13397459621555,440.5),(159.5,440.8660254037844),(160,441),(160.5,440.8660254037844),(160.86602540378445,440.5),(161,440),(160.86602540378445,439.5),(160.5,439.1339745962156),(160,439),(159.5,439.1339745962156),(159.13397459621555,439.5)) -1545 ((158,450),(158.26794919243113,451),(159,451.7320508075689),(160,452),(161,451.7320508075689),(161.73205080756887,451),(162,450),(161.73205080756887,449),(161,448.2679491924311),(160,448),(159,448.2679491924311),(158.26794919243113,449)) -1546 ((157,460),(157.40192378864668,461.5),(158.5,462.5980762113533),(160,463),(161.5,462.5980762113533),(162.59807621135332,461.5),(163,460),(162.59807621135332,458.5),(161.5,457.4019237886467),(160,457),(158.5,457.4019237886467),(157.40192378864668,458.5)) -1547 ((156,470),(156.53589838486224,472),(158,473.46410161513774),(160,474),(162,473.46410161513774),(163.46410161513776,472),(164,470),(163.46410161513776,468),(162,466.53589838486226),(160,466),(158,466.53589838486226),(156.53589838486224,468)) -1548 ((155,480),(155.66987298107782,482.5),(157.5,484.3301270189222),(160,485),(162.5,484.3301270189222),(164.33012701892218,482.5),(165,480),(164.33012701892218,477.5),(162.5,475.6698729810778),(160,475),(157.5,475.6698729810778),(155.66987298107782,477.5)) -1549 ((154,490),(154.80384757729337,493),(157,495.19615242270663),(160,496),(163,495.19615242270663),(165.19615242270663,493),(166,490),(165.19615242270663,487),(163,484.80384757729337),(160,484),(157,484.80384757729337),(154.80384757729337,487)) -1550 ((153,500),(153.93782217350892,503.5),(156.5,506.06217782649105),(160,507),(163.5,506.06217782649105),(166.06217782649108,503.5),(167,500),(166.06217782649108,496.5),(163.5,493.93782217350895),(160,493),(156.5,493.93782217350895),(153.93782217350892,496.5)) -1551 ((152,510),(153.0717967697245,514),(156,516.9282032302755),(160,518),(164,516.9282032302755),(166.9282032302755,514),(168,510),(166.9282032302755,506),(164,503.0717967697245),(160,502),(156,503.0717967697245),(153.0717967697245,506)) -1552 ((151,520),(152.20577136594005,524.5),(155.5,527.7942286340599),(160,529),(164.5,527.7942286340599),(167.79422863405995,524.5),(169,520),(167.79422863405995,515.5),(164.5,512.2057713659401),(160,511),(155.5,512.20577136594),(152.20577136594005,515.5)) -1553 ((150,530),(151.3397459621556,535),(155,538.6602540378444),(160,540),(165,538.6602540378444),(168.6602540378444,535),(170,530),(168.6602540378444,525),(165,521.3397459621556),(160,520),(155,521.3397459621556),(151.3397459621556,525)) -1554 ((159,540),(159.13397459621555,540.5),(159.5,540.8660254037844),(160,541),(160.5,540.8660254037844),(160.86602540378445,540.5),(161,540),(160.86602540378445,539.5),(160.5,539.1339745962156),(160,539),(159.5,539.1339745962156),(159.13397459621555,539.5)) -1555 ((158,550),(158.26794919243113,551),(159,551.7320508075688),(160,552),(161,551.7320508075688),(161.73205080756887,551),(162,550),(161.73205080756887,549),(161,548.2679491924312),(160,548),(159,548.2679491924312),(158.26794919243113,549)) -1556 ((157,560),(157.40192378864668,561.5),(158.5,562.5980762113534),(160,563),(161.5,562.5980762113534),(162.59807621135332,561.5),(163,560),(162.59807621135332,558.5),(161.5,557.4019237886467),(160,557),(158.5,557.4019237886466),(157.40192378864668,558.5)) -1557 ((156,570),(156.53589838486224,572),(158,573.4641016151378),(160,574),(162,573.4641016151378),(163.46410161513776,572),(164,570),(163.46410161513776,568),(162,566.5358983848622),(160,566),(158,566.5358983848622),(156.53589838486224,568)) -1558 ((155,580),(155.66987298107782,582.5),(157.5,584.3301270189222),(160,585),(162.5,584.3301270189222),(164.33012701892218,582.5),(165,580),(164.33012701892218,577.5),(162.5,575.6698729810778),(160,575),(157.5,575.6698729810778),(155.66987298107782,577.5)) -1559 ((154,590),(154.80384757729337,593),(157,595.1961524227066),(160,596),(163,595.1961524227066),(165.19615242270663,593),(166,590),(165.19615242270663,587),(163,584.8038475772934),(160,584),(157,584.8038475772934),(154.80384757729337,587)) -1560 ((153,600),(153.93782217350892,603.5),(156.5,606.062177826491),(160,607),(163.5,606.062177826491),(166.06217782649108,603.5),(167,600),(166.06217782649108,596.5),(163.5,593.937822173509),(160,593),(156.5,593.937822173509),(153.93782217350892,596.5)) -1561 ((152,610),(153.0717967697245,614),(156,616.9282032302755),(160,618),(164,616.9282032302755),(166.9282032302755,614),(168,610),(166.9282032302755,606),(164,603.0717967697245),(160,602),(156,603.0717967697245),(153.0717967697245,606)) -1562 ((151,620),(152.20577136594005,624.5),(155.5,627.7942286340599),(160,629),(164.5,627.7942286340599),(167.79422863405995,624.5),(169,620),(167.79422863405995,615.5),(164.5,612.2057713659401),(160,611),(155.5,612.20577136594),(152.20577136594005,615.5)) -1563 ((150,630),(151.3397459621556,635),(155,638.6602540378444),(160,640),(165,638.6602540378444),(168.6602540378444,635),(170,630),(168.6602540378444,625),(165,621.3397459621556),(160,620),(155,621.3397459621556),(151.3397459621556,625)) -1564 ((159,640),(159.13397459621555,640.5),(159.5,640.8660254037844),(160,641),(160.5,640.8660254037844),(160.86602540378445,640.5),(161,640),(160.86602540378445,639.5),(160.5,639.1339745962156),(160,639),(159.5,639.1339745962156),(159.13397459621555,639.5)) -1565 ((158,650),(158.26794919243113,651),(159,651.7320508075688),(160,652),(161,651.7320508075688),(161.73205080756887,651),(162,650),(161.73205080756887,649),(161,648.2679491924312),(160,648),(159,648.2679491924312),(158.26794919243113,649)) -1566 ((157,660),(157.40192378864668,661.5),(158.5,662.5980762113534),(160,663),(161.5,662.5980762113534),(162.59807621135332,661.5),(163,660),(162.59807621135332,658.5),(161.5,657.4019237886467),(160,657),(158.5,657.4019237886466),(157.40192378864668,658.5)) -1567 ((156,670),(156.53589838486224,672),(158,673.4641016151378),(160,674),(162,673.4641016151378),(163.46410161513776,672),(164,670),(163.46410161513776,668),(162,666.5358983848622),(160,666),(158,666.5358983848622),(156.53589838486224,668)) -1568 ((155,680),(155.66987298107782,682.5),(157.5,684.3301270189222),(160,685),(162.5,684.3301270189222),(164.33012701892218,682.5),(165,680),(164.33012701892218,677.5),(162.5,675.6698729810778),(160,675),(157.5,675.6698729810778),(155.66987298107782,677.5)) -1569 ((154,690),(154.80384757729337,693),(157,695.1961524227066),(160,696),(163,695.1961524227066),(165.19615242270663,693),(166,690),(165.19615242270663,687),(163,684.8038475772934),(160,684),(157,684.8038475772934),(154.80384757729337,687)) -1570 ((153,700),(153.93782217350892,703.5),(156.5,706.062177826491),(160,707),(163.5,706.062177826491),(166.06217782649108,703.5),(167,700),(166.06217782649108,696.5),(163.5,693.937822173509),(160,693),(156.5,693.937822173509),(153.93782217350892,696.5)) -1571 ((152,710),(153.0717967697245,714),(156,716.9282032302755),(160,718),(164,716.9282032302755),(166.9282032302755,714),(168,710),(166.9282032302755,706),(164,703.0717967697245),(160,702),(156,703.0717967697245),(153.0717967697245,706)) -1572 ((151,720),(152.20577136594005,724.5),(155.5,727.7942286340599),(160,729),(164.5,727.7942286340599),(167.79422863405995,724.5),(169,720),(167.79422863405995,715.5),(164.5,712.2057713659401),(160,711),(155.5,712.20577136594),(152.20577136594005,715.5)) -1573 ((150,730),(151.3397459621556,735),(155,738.6602540378444),(160,740),(165,738.6602540378444),(168.6602540378444,735),(170,730),(168.6602540378444,725),(165,721.3397459621556),(160,720),(155,721.3397459621556),(151.3397459621556,725)) -1574 ((159,740),(159.13397459621555,740.5),(159.5,740.8660254037844),(160,741),(160.5,740.8660254037844),(160.86602540378445,740.5),(161,740),(160.86602540378445,739.5),(160.5,739.1339745962156),(160,739),(159.5,739.1339745962156),(159.13397459621555,739.5)) -1575 ((158,750),(158.26794919243113,751),(159,751.7320508075688),(160,752),(161,751.7320508075688),(161.73205080756887,751),(162,750),(161.73205080756887,749),(161,748.2679491924312),(160,748),(159,748.2679491924312),(158.26794919243113,749)) -1576 ((157,760),(157.40192378864668,761.5),(158.5,762.5980762113534),(160,763),(161.5,762.5980762113534),(162.59807621135332,761.5),(163,760),(162.59807621135332,758.5),(161.5,757.4019237886467),(160,757),(158.5,757.4019237886466),(157.40192378864668,758.5)) -1577 ((156,770),(156.53589838486224,772),(158,773.4641016151378),(160,774),(162,773.4641016151378),(163.46410161513776,772),(164,770),(163.46410161513776,768),(162,766.5358983848622),(160,766),(158,766.5358983848622),(156.53589838486224,768)) -1578 ((155,780),(155.66987298107782,782.5),(157.5,784.3301270189222),(160,785),(162.5,784.3301270189222),(164.33012701892218,782.5),(165,780),(164.33012701892218,777.5),(162.5,775.6698729810778),(160,775),(157.5,775.6698729810778),(155.66987298107782,777.5)) -1579 ((154,790),(154.80384757729337,793),(157,795.1961524227066),(160,796),(163,795.1961524227066),(165.19615242270663,793),(166,790),(165.19615242270663,787),(163,784.8038475772934),(160,784),(157,784.8038475772934),(154.80384757729337,787)) -1580 ((153,800),(153.93782217350892,803.5),(156.5,806.062177826491),(160,807),(163.5,806.062177826491),(166.06217782649108,803.5),(167,800),(166.06217782649108,796.5),(163.5,793.937822173509),(160,793),(156.5,793.937822173509),(153.93782217350892,796.5)) -1581 ((152,810),(153.0717967697245,814),(156,816.9282032302755),(160,818),(164,816.9282032302755),(166.9282032302755,814),(168,810),(166.9282032302755,806),(164,803.0717967697245),(160,802),(156,803.0717967697245),(153.0717967697245,806)) -1582 ((151,820),(152.20577136594005,824.5),(155.5,827.7942286340599),(160,829),(164.5,827.7942286340599),(167.79422863405995,824.5),(169,820),(167.79422863405995,815.5),(164.5,812.2057713659401),(160,811),(155.5,812.20577136594),(152.20577136594005,815.5)) -1583 ((150,830),(151.3397459621556,835),(155,838.6602540378444),(160,840),(165,838.6602540378444),(168.6602540378444,835),(170,830),(168.6602540378444,825),(165,821.3397459621556),(160,820),(155,821.3397459621556),(151.3397459621556,825)) -1584 ((159,840),(159.13397459621555,840.5),(159.5,840.8660254037844),(160,841),(160.5,840.8660254037844),(160.86602540378445,840.5),(161,840),(160.86602540378445,839.5),(160.5,839.1339745962156),(160,839),(159.5,839.1339745962156),(159.13397459621555,839.5)) -1585 ((158,850),(158.26794919243113,851),(159,851.7320508075688),(160,852),(161,851.7320508075688),(161.73205080756887,851),(162,850),(161.73205080756887,849),(161,848.2679491924312),(160,848),(159,848.2679491924312),(158.26794919243113,849)) -1586 ((157,860),(157.40192378864668,861.5),(158.5,862.5980762113534),(160,863),(161.5,862.5980762113534),(162.59807621135332,861.5),(163,860),(162.59807621135332,858.5),(161.5,857.4019237886467),(160,857),(158.5,857.4019237886466),(157.40192378864668,858.5)) -1587 ((156,870),(156.53589838486224,872),(158,873.4641016151378),(160,874),(162,873.4641016151378),(163.46410161513776,872),(164,870),(163.46410161513776,868),(162,866.5358983848622),(160,866),(158,866.5358983848622),(156.53589838486224,868)) -1588 ((155,880),(155.66987298107782,882.5),(157.5,884.3301270189222),(160,885),(162.5,884.3301270189222),(164.33012701892218,882.5),(165,880),(164.33012701892218,877.5),(162.5,875.6698729810778),(160,875),(157.5,875.6698729810778),(155.66987298107782,877.5)) -1589 ((154,890),(154.80384757729337,893),(157,895.1961524227066),(160,896),(163,895.1961524227066),(165.19615242270663,893),(166,890),(165.19615242270663,887),(163,884.8038475772934),(160,884),(157,884.8038475772934),(154.80384757729337,887)) -1590 ((153,900),(153.93782217350892,903.5),(156.5,906.062177826491),(160,907),(163.5,906.062177826491),(166.06217782649108,903.5),(167,900),(166.06217782649108,896.5),(163.5,893.937822173509),(160,893),(156.5,893.937822173509),(153.93782217350892,896.5)) -1591 ((152,910),(153.0717967697245,914),(156,916.9282032302755),(160,918),(164,916.9282032302755),(166.9282032302755,914),(168,910),(166.9282032302755,906),(164,903.0717967697245),(160,902),(156,903.0717967697245),(153.0717967697245,906)) -1592 ((151,920),(152.20577136594005,924.5),(155.5,927.7942286340599),(160,929),(164.5,927.7942286340599),(167.79422863405995,924.5),(169,920),(167.79422863405995,915.5),(164.5,912.2057713659401),(160,911),(155.5,912.20577136594),(152.20577136594005,915.5)) -1593 ((150,930),(151.3397459621556,935),(155,938.6602540378444),(160,940),(165,938.6602540378444),(168.6602540378444,935),(170,930),(168.6602540378444,925),(165,921.3397459621556),(160,920),(155,921.3397459621556),(151.3397459621556,925)) -1594 ((159,940),(159.13397459621555,940.5),(159.5,940.8660254037844),(160,941),(160.5,940.8660254037844),(160.86602540378445,940.5),(161,940),(160.86602540378445,939.5),(160.5,939.1339745962156),(160,939),(159.5,939.1339745962156),(159.13397459621555,939.5)) -1595 ((158,950),(158.26794919243113,951),(159,951.7320508075688),(160,952),(161,951.7320508075688),(161.73205080756887,951),(162,950),(161.73205080756887,949),(161,948.2679491924312),(160,948),(159,948.2679491924312),(158.26794919243113,949)) -1596 ((157,960),(157.40192378864668,961.5),(158.5,962.5980762113534),(160,963),(161.5,962.5980762113534),(162.59807621135332,961.5),(163,960),(162.59807621135332,958.5),(161.5,957.4019237886467),(160,957),(158.5,957.4019237886466),(157.40192378864668,958.5)) -1597 ((156,970),(156.53589838486224,972),(158,973.4641016151378),(160,974),(162,973.4641016151378),(163.46410161513776,972),(164,970),(163.46410161513776,968),(162,966.5358983848622),(160,966),(158,966.5358983848622),(156.53589838486224,968)) -1598 ((155,980),(155.66987298107782,982.5),(157.5,984.3301270189222),(160,985),(162.5,984.3301270189222),(164.33012701892218,982.5),(165,980),(164.33012701892218,977.5),(162.5,975.6698729810778),(160,975),(157.5,975.6698729810778),(155.66987298107782,977.5)) -1599 ((154,990),(154.80384757729337,993),(157,995.1961524227066),(160,996),(163,995.1961524227066),(165.19615242270663,993),(166,990),(165.19615242270663,987),(163,984.8038475772934),(160,984),(157,984.8038475772934),(154.80384757729337,987)) -1600 ((153,1000),(153.93782217350892,1003.5),(156.5,1006.062177826491),(160,1007),(163.5,1006.062177826491),(166.06217782649108,1003.5),(167,1000),(166.06217782649108,996.5),(163.5,993.937822173509),(160,993),(156.5,993.937822173509),(153.93782217350892,996.5)) -1601 ((161,10),(162.20577136594005,14.5),(165.5,17.794228634059948),(170,19),(174.5,17.794228634059948),(177.79422863405995,14.500000000000004),(179,10.000000000000002),(177.79422863405995,5.500000000000003),(174.5,2.2057713659400537),(170,1),(165.5,2.2057713659400484),(162.20577136594005,5.4999999999999964)) -1602 ((160,20),(161.3397459621556,25),(165,28.660254037844386),(170,30),(175,28.66025403784439),(178.6602540378444,25.000000000000004),(180,20),(178.6602540378444,15.000000000000004),(175,11.339745962155614),(170,10),(165,11.33974596215561),(161.3397459621556,14.999999999999996)) -1603 ((169,30),(169.13397459621555,30.5),(169.5,30.866025403784437),(170,31),(170.5,30.866025403784437),(170.86602540378445,30.5),(171,30),(170.86602540378445,29.5),(170.5,29.133974596215563),(170,29),(169.5,29.133974596215563),(169.13397459621555,29.5)) -1604 ((168,40),(168.26794919243113,41),(169,41.732050807568875),(170,42),(171,41.732050807568875),(171.73205080756887,41),(172,40),(171.73205080756887,39),(171,38.267949192431125),(170,38),(169,38.267949192431125),(168.26794919243113,39)) -1605 ((167,50),(167.40192378864668,51.5),(168.5,52.598076211353316),(170,53),(171.5,52.598076211353316),(172.59807621135332,51.5),(173,50),(172.59807621135332,48.5),(171.5,47.401923788646684),(170,47),(168.5,47.401923788646684),(167.40192378864668,48.5)) -1606 ((166,60),(166.53589838486224,62),(168,63.46410161513776),(170,64),(172,63.46410161513776),(173.46410161513776,62),(174,60),(173.46410161513776,58),(172,56.53589838486224),(170,56),(168,56.53589838486224),(166.53589838486224,58)) -1607 ((165,70),(165.66987298107782,72.5),(167.5,74.3301270189222),(170,75),(172.5,74.3301270189222),(174.33012701892218,72.5),(175,70),(174.33012701892218,67.5),(172.5,65.6698729810778),(170,65),(167.5,65.6698729810778),(165.66987298107782,67.5)) -1608 ((164,80),(164.80384757729337,83),(167,85.19615242270663),(170,86),(173,85.19615242270663),(175.19615242270663,83),(176,80),(175.19615242270663,77),(173,74.80384757729337),(170,74),(167,74.80384757729337),(164.80384757729337,77)) -1609 ((163,90),(163.93782217350892,93.5),(166.5,96.06217782649107),(170,97),(173.5,96.06217782649107),(176.06217782649108,93.5),(177,90),(176.06217782649108,86.5),(173.5,83.93782217350893),(170,83),(166.5,83.93782217350892),(163.93782217350892,86.5)) -1610 ((162,100),(163.0717967697245,104),(166,106.92820323027551),(170,108),(174,106.92820323027551),(176.9282032302755,104),(178,100),(176.9282032302755,96),(174,93.07179676972449),(170,92),(166,93.07179676972449),(163.0717967697245,96)) -1611 ((161,110),(162.20577136594005,114.5),(165.5,117.79422863405995),(170,119),(174.5,117.79422863405995),(177.79422863405995,114.5),(179,110),(177.79422863405995,105.5),(174.5,102.20577136594005),(170,101),(165.5,102.20577136594005),(162.20577136594005,105.5)) -1612 ((160,120),(161.3397459621556,125),(165,128.6602540378444),(170,130),(175,128.6602540378444),(178.6602540378444,125),(180,120),(178.6602540378444,115),(175,111.33974596215562),(170,110),(165,111.3397459621556),(161.3397459621556,115)) -1613 ((169,130),(169.13397459621555,130.5),(169.5,130.86602540378445),(170,131),(170.5,130.86602540378445),(170.86602540378445,130.5),(171,130),(170.86602540378445,129.5),(170.5,129.13397459621555),(170,129),(169.5,129.13397459621555),(169.13397459621555,129.5)) -1614 ((168,140),(168.26794919243113,141),(169,141.73205080756887),(170,142),(171,141.73205080756887),(171.73205080756887,141),(172,140),(171.73205080756887,139),(171,138.26794919243113),(170,138),(169,138.26794919243113),(168.26794919243113,139)) -1615 ((167,150),(167.40192378864668,151.5),(168.5,152.59807621135332),(170,153),(171.5,152.59807621135332),(172.59807621135332,151.5),(173,150),(172.59807621135332,148.5),(171.5,147.40192378864668),(170,147),(168.5,147.40192378864668),(167.40192378864668,148.5)) -1616 ((166,160),(166.53589838486224,162),(168,163.46410161513776),(170,164),(172,163.46410161513776),(173.46410161513776,162),(174,160),(173.46410161513776,158),(172,156.53589838486224),(170,156),(168,156.53589838486224),(166.53589838486224,158)) -1617 ((165,170),(165.66987298107782,172.5),(167.5,174.33012701892218),(170,175),(172.5,174.33012701892218),(174.33012701892218,172.5),(175,170),(174.33012701892218,167.5),(172.5,165.66987298107782),(170,165),(167.5,165.66987298107782),(165.66987298107782,167.5)) -1618 ((164,180),(164.80384757729337,183),(167,185.19615242270663),(170,186),(173,185.19615242270663),(175.19615242270663,183),(176,180),(175.19615242270663,177),(173,174.80384757729337),(170,174),(167,174.80384757729337),(164.80384757729337,177)) -1619 ((163,190),(163.93782217350892,193.5),(166.5,196.06217782649108),(170,197),(173.5,196.06217782649108),(176.06217782649108,193.5),(177,190),(176.06217782649108,186.5),(173.5,183.93782217350892),(170,183),(166.5,183.93782217350892),(163.93782217350892,186.5)) -1620 ((162,200),(163.0717967697245,204),(166,206.9282032302755),(170,208),(174,206.9282032302755),(176.9282032302755,204),(178,200),(176.9282032302755,196),(174,193.0717967697245),(170,192),(166,193.0717967697245),(163.0717967697245,196)) -1621 ((161,210),(162.20577136594005,214.5),(165.5,217.79422863405995),(170,219),(174.5,217.79422863405995),(177.79422863405995,214.5),(179,210),(177.79422863405995,205.5),(174.5,202.20577136594005),(170,201),(165.5,202.20577136594005),(162.20577136594005,205.5)) -1622 ((160,220),(161.3397459621556,225),(165,228.6602540378444),(170,230),(175,228.6602540378444),(178.6602540378444,225),(180,220),(178.6602540378444,215),(175,211.3397459621556),(170,210),(165,211.3397459621556),(161.3397459621556,215)) -1623 ((169,230),(169.13397459621555,230.5),(169.5,230.86602540378445),(170,231),(170.5,230.86602540378445),(170.86602540378445,230.5),(171,230),(170.86602540378445,229.5),(170.5,229.13397459621555),(170,229),(169.5,229.13397459621555),(169.13397459621555,229.5)) -1624 ((168,240),(168.26794919243113,241),(169,241.73205080756887),(170,242),(171,241.73205080756887),(171.73205080756887,241),(172,240),(171.73205080756887,239),(171,238.26794919243113),(170,238),(169,238.26794919243113),(168.26794919243113,239)) -1625 ((167,250),(167.40192378864668,251.5),(168.5,252.59807621135332),(170,253),(171.5,252.59807621135332),(172.59807621135332,251.5),(173,250),(172.59807621135332,248.5),(171.5,247.40192378864668),(170,247),(168.5,247.40192378864668),(167.40192378864668,248.5)) -1626 ((166,260),(166.53589838486224,262),(168,263.46410161513774),(170,264),(172,263.46410161513774),(173.46410161513776,262),(174,260),(173.46410161513776,258),(172,256.53589838486226),(170,256),(168,256.53589838486226),(166.53589838486224,258)) -1627 ((165,270),(165.66987298107782,272.5),(167.5,274.3301270189222),(170,275),(172.5,274.3301270189222),(174.33012701892218,272.5),(175,270),(174.33012701892218,267.5),(172.5,265.6698729810778),(170,265),(167.5,265.6698729810778),(165.66987298107782,267.5)) -1628 ((164,280),(164.80384757729337,283),(167,285.19615242270663),(170,286),(173,285.19615242270663),(175.19615242270663,283),(176,280),(175.19615242270663,277),(173,274.80384757729337),(170,274),(167,274.80384757729337),(164.80384757729337,277)) -1629 ((163,290),(163.93782217350892,293.5),(166.5,296.06217782649105),(170,297),(173.5,296.06217782649105),(176.06217782649108,293.5),(177,290),(176.06217782649108,286.5),(173.5,283.93782217350895),(170,283),(166.5,283.93782217350895),(163.93782217350892,286.5)) -1630 ((162,300),(163.0717967697245,304),(166,306.9282032302755),(170,308),(174,306.9282032302755),(176.9282032302755,304),(178,300),(176.9282032302755,296),(174,293.0717967697245),(170,292),(166,293.0717967697245),(163.0717967697245,296)) -1631 ((161,310),(162.20577136594005,314.5),(165.5,317.79422863405995),(170,319),(174.5,317.79422863405995),(177.79422863405995,314.5),(179,310),(177.79422863405995,305.5),(174.5,302.20577136594005),(170,301),(165.5,302.20577136594005),(162.20577136594005,305.5)) -1632 ((160,320),(161.3397459621556,325),(165,328.66025403784437),(170,330),(175,328.66025403784437),(178.6602540378444,325),(180,320),(178.6602540378444,315),(175,311.33974596215563),(170,310),(165,311.33974596215563),(161.3397459621556,315)) -1633 ((169,330),(169.13397459621555,330.5),(169.5,330.8660254037844),(170,331),(170.5,330.8660254037844),(170.86602540378445,330.5),(171,330),(170.86602540378445,329.5),(170.5,329.1339745962156),(170,329),(169.5,329.1339745962156),(169.13397459621555,329.5)) -1634 ((168,340),(168.26794919243113,341),(169,341.7320508075689),(170,342),(171,341.7320508075689),(171.73205080756887,341),(172,340),(171.73205080756887,339),(171,338.2679491924311),(170,338),(169,338.2679491924311),(168.26794919243113,339)) -1635 ((167,350),(167.40192378864668,351.5),(168.5,352.5980762113533),(170,353),(171.5,352.5980762113533),(172.59807621135332,351.5),(173,350),(172.59807621135332,348.5),(171.5,347.4019237886467),(170,347),(168.5,347.4019237886467),(167.40192378864668,348.5)) -1636 ((166,360),(166.53589838486224,362),(168,363.46410161513774),(170,364),(172,363.46410161513774),(173.46410161513776,362),(174,360),(173.46410161513776,358),(172,356.53589838486226),(170,356),(168,356.53589838486226),(166.53589838486224,358)) -1637 ((165,370),(165.66987298107782,372.5),(167.5,374.3301270189222),(170,375),(172.5,374.3301270189222),(174.33012701892218,372.5),(175,370),(174.33012701892218,367.5),(172.5,365.6698729810778),(170,365),(167.5,365.6698729810778),(165.66987298107782,367.5)) -1638 ((164,380),(164.80384757729337,383),(167,385.19615242270663),(170,386),(173,385.19615242270663),(175.19615242270663,383),(176,380),(175.19615242270663,377),(173,374.80384757729337),(170,374),(167,374.80384757729337),(164.80384757729337,377)) -1639 ((163,390),(163.93782217350892,393.5),(166.5,396.06217782649105),(170,397),(173.5,396.06217782649105),(176.06217782649108,393.5),(177,390),(176.06217782649108,386.5),(173.5,383.93782217350895),(170,383),(166.5,383.93782217350895),(163.93782217350892,386.5)) -1640 ((162,400),(163.0717967697245,404),(166,406.9282032302755),(170,408),(174,406.9282032302755),(176.9282032302755,404),(178,400),(176.9282032302755,396),(174,393.0717967697245),(170,392),(166,393.0717967697245),(163.0717967697245,396)) -1641 ((161,410),(162.20577136594005,414.5),(165.5,417.79422863405995),(170,419),(174.5,417.79422863405995),(177.79422863405995,414.5),(179,410),(177.79422863405995,405.5),(174.5,402.20577136594005),(170,401),(165.5,402.20577136594005),(162.20577136594005,405.5)) -1642 ((160,420),(161.3397459621556,425),(165,428.66025403784437),(170,430),(175,428.66025403784437),(178.6602540378444,425),(180,420),(178.6602540378444,415),(175,411.33974596215563),(170,410),(165,411.33974596215563),(161.3397459621556,415)) -1643 ((169,430),(169.13397459621555,430.5),(169.5,430.8660254037844),(170,431),(170.5,430.8660254037844),(170.86602540378445,430.5),(171,430),(170.86602540378445,429.5),(170.5,429.1339745962156),(170,429),(169.5,429.1339745962156),(169.13397459621555,429.5)) -1644 ((168,440),(168.26794919243113,441),(169,441.7320508075689),(170,442),(171,441.7320508075689),(171.73205080756887,441),(172,440),(171.73205080756887,439),(171,438.2679491924311),(170,438),(169,438.2679491924311),(168.26794919243113,439)) -1645 ((167,450),(167.40192378864668,451.5),(168.5,452.5980762113533),(170,453),(171.5,452.5980762113533),(172.59807621135332,451.5),(173,450),(172.59807621135332,448.5),(171.5,447.4019237886467),(170,447),(168.5,447.4019237886467),(167.40192378864668,448.5)) -1646 ((166,460),(166.53589838486224,462),(168,463.46410161513774),(170,464),(172,463.46410161513774),(173.46410161513776,462),(174,460),(173.46410161513776,458),(172,456.53589838486226),(170,456),(168,456.53589838486226),(166.53589838486224,458)) -1647 ((165,470),(165.66987298107782,472.5),(167.5,474.3301270189222),(170,475),(172.5,474.3301270189222),(174.33012701892218,472.5),(175,470),(174.33012701892218,467.5),(172.5,465.6698729810778),(170,465),(167.5,465.6698729810778),(165.66987298107782,467.5)) -1648 ((164,480),(164.80384757729337,483),(167,485.19615242270663),(170,486),(173,485.19615242270663),(175.19615242270663,483),(176,480),(175.19615242270663,477),(173,474.80384757729337),(170,474),(167,474.80384757729337),(164.80384757729337,477)) -1649 ((163,490),(163.93782217350892,493.5),(166.5,496.06217782649105),(170,497),(173.5,496.06217782649105),(176.06217782649108,493.5),(177,490),(176.06217782649108,486.5),(173.5,483.93782217350895),(170,483),(166.5,483.93782217350895),(163.93782217350892,486.5)) -1650 ((162,500),(163.0717967697245,504),(166,506.9282032302755),(170,508),(174,506.9282032302755),(176.9282032302755,504),(178,500),(176.9282032302755,496),(174,493.0717967697245),(170,492),(166,493.0717967697245),(163.0717967697245,496)) -1651 ((161,510),(162.20577136594005,514.5),(165.5,517.7942286340599),(170,519),(174.5,517.7942286340599),(177.79422863405995,514.5),(179,510),(177.79422863405995,505.5),(174.5,502.20577136594005),(170,501),(165.5,502.20577136594005),(162.20577136594005,505.5)) -1652 ((160,520),(161.3397459621556,525),(165,528.6602540378444),(170,530),(175,528.6602540378444),(178.6602540378444,525),(180,520),(178.6602540378444,515),(175,511.33974596215563),(170,510),(165,511.33974596215563),(161.3397459621556,515)) -1653 ((169,530),(169.13397459621555,530.5),(169.5,530.8660254037844),(170,531),(170.5,530.8660254037844),(170.86602540378445,530.5),(171,530),(170.86602540378445,529.5),(170.5,529.1339745962156),(170,529),(169.5,529.1339745962156),(169.13397459621555,529.5)) -1654 ((168,540),(168.26794919243113,541),(169,541.7320508075688),(170,542),(171,541.7320508075688),(171.73205080756887,541),(172,540),(171.73205080756887,539),(171,538.2679491924312),(170,538),(169,538.2679491924312),(168.26794919243113,539)) -1655 ((167,550),(167.40192378864668,551.5),(168.5,552.5980762113534),(170,553),(171.5,552.5980762113534),(172.59807621135332,551.5),(173,550),(172.59807621135332,548.5),(171.5,547.4019237886467),(170,547),(168.5,547.4019237886466),(167.40192378864668,548.5)) -1656 ((166,560),(166.53589838486224,562),(168,563.4641016151378),(170,564),(172,563.4641016151378),(173.46410161513776,562),(174,560),(173.46410161513776,558),(172,556.5358983848622),(170,556),(168,556.5358983848622),(166.53589838486224,558)) -1657 ((165,570),(165.66987298107782,572.5),(167.5,574.3301270189222),(170,575),(172.5,574.3301270189222),(174.33012701892218,572.5),(175,570),(174.33012701892218,567.5),(172.5,565.6698729810778),(170,565),(167.5,565.6698729810778),(165.66987298107782,567.5)) -1658 ((164,580),(164.80384757729337,583),(167,585.1961524227066),(170,586),(173,585.1961524227066),(175.19615242270663,583),(176,580),(175.19615242270663,577),(173,574.8038475772934),(170,574),(167,574.8038475772934),(164.80384757729337,577)) -1659 ((163,590),(163.93782217350892,593.5),(166.5,596.062177826491),(170,597),(173.5,596.062177826491),(176.06217782649108,593.5),(177,590),(176.06217782649108,586.5),(173.5,583.937822173509),(170,583),(166.5,583.937822173509),(163.93782217350892,586.5)) -1660 ((162,600),(163.0717967697245,604),(166,606.9282032302755),(170,608),(174,606.9282032302755),(176.9282032302755,604),(178,600),(176.9282032302755,596),(174,593.0717967697245),(170,592),(166,593.0717967697245),(163.0717967697245,596)) -1661 ((161,610),(162.20577136594005,614.5),(165.5,617.7942286340599),(170,619),(174.5,617.7942286340599),(177.79422863405995,614.5),(179,610),(177.79422863405995,605.5),(174.5,602.2057713659401),(170,601),(165.5,602.20577136594),(162.20577136594005,605.5)) -1662 ((160,620),(161.3397459621556,625),(165,628.6602540378444),(170,630),(175,628.6602540378444),(178.6602540378444,625),(180,620),(178.6602540378444,615),(175,611.3397459621556),(170,610),(165,611.3397459621556),(161.3397459621556,615)) -1663 ((169,630),(169.13397459621555,630.5),(169.5,630.8660254037844),(170,631),(170.5,630.8660254037844),(170.86602540378445,630.5),(171,630),(170.86602540378445,629.5),(170.5,629.1339745962156),(170,629),(169.5,629.1339745962156),(169.13397459621555,629.5)) -1664 ((168,640),(168.26794919243113,641),(169,641.7320508075688),(170,642),(171,641.7320508075688),(171.73205080756887,641),(172,640),(171.73205080756887,639),(171,638.2679491924312),(170,638),(169,638.2679491924312),(168.26794919243113,639)) -1665 ((167,650),(167.40192378864668,651.5),(168.5,652.5980762113534),(170,653),(171.5,652.5980762113534),(172.59807621135332,651.5),(173,650),(172.59807621135332,648.5),(171.5,647.4019237886467),(170,647),(168.5,647.4019237886466),(167.40192378864668,648.5)) -1666 ((166,660),(166.53589838486224,662),(168,663.4641016151378),(170,664),(172,663.4641016151378),(173.46410161513776,662),(174,660),(173.46410161513776,658),(172,656.5358983848622),(170,656),(168,656.5358983848622),(166.53589838486224,658)) -1667 ((165,670),(165.66987298107782,672.5),(167.5,674.3301270189222),(170,675),(172.5,674.3301270189222),(174.33012701892218,672.5),(175,670),(174.33012701892218,667.5),(172.5,665.6698729810778),(170,665),(167.5,665.6698729810778),(165.66987298107782,667.5)) -1668 ((164,680),(164.80384757729337,683),(167,685.1961524227066),(170,686),(173,685.1961524227066),(175.19615242270663,683),(176,680),(175.19615242270663,677),(173,674.8038475772934),(170,674),(167,674.8038475772934),(164.80384757729337,677)) -1669 ((163,690),(163.93782217350892,693.5),(166.5,696.062177826491),(170,697),(173.5,696.062177826491),(176.06217782649108,693.5),(177,690),(176.06217782649108,686.5),(173.5,683.937822173509),(170,683),(166.5,683.937822173509),(163.93782217350892,686.5)) -1670 ((162,700),(163.0717967697245,704),(166,706.9282032302755),(170,708),(174,706.9282032302755),(176.9282032302755,704),(178,700),(176.9282032302755,696),(174,693.0717967697245),(170,692),(166,693.0717967697245),(163.0717967697245,696)) -1671 ((161,710),(162.20577136594005,714.5),(165.5,717.7942286340599),(170,719),(174.5,717.7942286340599),(177.79422863405995,714.5),(179,710),(177.79422863405995,705.5),(174.5,702.2057713659401),(170,701),(165.5,702.20577136594),(162.20577136594005,705.5)) -1672 ((160,720),(161.3397459621556,725),(165,728.6602540378444),(170,730),(175,728.6602540378444),(178.6602540378444,725),(180,720),(178.6602540378444,715),(175,711.3397459621556),(170,710),(165,711.3397459621556),(161.3397459621556,715)) -1673 ((169,730),(169.13397459621555,730.5),(169.5,730.8660254037844),(170,731),(170.5,730.8660254037844),(170.86602540378445,730.5),(171,730),(170.86602540378445,729.5),(170.5,729.1339745962156),(170,729),(169.5,729.1339745962156),(169.13397459621555,729.5)) -1674 ((168,740),(168.26794919243113,741),(169,741.7320508075688),(170,742),(171,741.7320508075688),(171.73205080756887,741),(172,740),(171.73205080756887,739),(171,738.2679491924312),(170,738),(169,738.2679491924312),(168.26794919243113,739)) -1675 ((167,750),(167.40192378864668,751.5),(168.5,752.5980762113534),(170,753),(171.5,752.5980762113534),(172.59807621135332,751.5),(173,750),(172.59807621135332,748.5),(171.5,747.4019237886467),(170,747),(168.5,747.4019237886466),(167.40192378864668,748.5)) -1676 ((166,760),(166.53589838486224,762),(168,763.4641016151378),(170,764),(172,763.4641016151378),(173.46410161513776,762),(174,760),(173.46410161513776,758),(172,756.5358983848622),(170,756),(168,756.5358983848622),(166.53589838486224,758)) -1677 ((165,770),(165.66987298107782,772.5),(167.5,774.3301270189222),(170,775),(172.5,774.3301270189222),(174.33012701892218,772.5),(175,770),(174.33012701892218,767.5),(172.5,765.6698729810778),(170,765),(167.5,765.6698729810778),(165.66987298107782,767.5)) -1678 ((164,780),(164.80384757729337,783),(167,785.1961524227066),(170,786),(173,785.1961524227066),(175.19615242270663,783),(176,780),(175.19615242270663,777),(173,774.8038475772934),(170,774),(167,774.8038475772934),(164.80384757729337,777)) -1679 ((163,790),(163.93782217350892,793.5),(166.5,796.062177826491),(170,797),(173.5,796.062177826491),(176.06217782649108,793.5),(177,790),(176.06217782649108,786.5),(173.5,783.937822173509),(170,783),(166.5,783.937822173509),(163.93782217350892,786.5)) -1680 ((162,800),(163.0717967697245,804),(166,806.9282032302755),(170,808),(174,806.9282032302755),(176.9282032302755,804),(178,800),(176.9282032302755,796),(174,793.0717967697245),(170,792),(166,793.0717967697245),(163.0717967697245,796)) -1681 ((161,810),(162.20577136594005,814.5),(165.5,817.7942286340599),(170,819),(174.5,817.7942286340599),(177.79422863405995,814.5),(179,810),(177.79422863405995,805.5),(174.5,802.2057713659401),(170,801),(165.5,802.20577136594),(162.20577136594005,805.5)) -1682 ((160,820),(161.3397459621556,825),(165,828.6602540378444),(170,830),(175,828.6602540378444),(178.6602540378444,825),(180,820),(178.6602540378444,815),(175,811.3397459621556),(170,810),(165,811.3397459621556),(161.3397459621556,815)) -1683 ((169,830),(169.13397459621555,830.5),(169.5,830.8660254037844),(170,831),(170.5,830.8660254037844),(170.86602540378445,830.5),(171,830),(170.86602540378445,829.5),(170.5,829.1339745962156),(170,829),(169.5,829.1339745962156),(169.13397459621555,829.5)) -1684 ((168,840),(168.26794919243113,841),(169,841.7320508075688),(170,842),(171,841.7320508075688),(171.73205080756887,841),(172,840),(171.73205080756887,839),(171,838.2679491924312),(170,838),(169,838.2679491924312),(168.26794919243113,839)) -1685 ((167,850),(167.40192378864668,851.5),(168.5,852.5980762113534),(170,853),(171.5,852.5980762113534),(172.59807621135332,851.5),(173,850),(172.59807621135332,848.5),(171.5,847.4019237886467),(170,847),(168.5,847.4019237886466),(167.40192378864668,848.5)) -1686 ((166,860),(166.53589838486224,862),(168,863.4641016151378),(170,864),(172,863.4641016151378),(173.46410161513776,862),(174,860),(173.46410161513776,858),(172,856.5358983848622),(170,856),(168,856.5358983848622),(166.53589838486224,858)) -1687 ((165,870),(165.66987298107782,872.5),(167.5,874.3301270189222),(170,875),(172.5,874.3301270189222),(174.33012701892218,872.5),(175,870),(174.33012701892218,867.5),(172.5,865.6698729810778),(170,865),(167.5,865.6698729810778),(165.66987298107782,867.5)) -1688 ((164,880),(164.80384757729337,883),(167,885.1961524227066),(170,886),(173,885.1961524227066),(175.19615242270663,883),(176,880),(175.19615242270663,877),(173,874.8038475772934),(170,874),(167,874.8038475772934),(164.80384757729337,877)) -1689 ((163,890),(163.93782217350892,893.5),(166.5,896.062177826491),(170,897),(173.5,896.062177826491),(176.06217782649108,893.5),(177,890),(176.06217782649108,886.5),(173.5,883.937822173509),(170,883),(166.5,883.937822173509),(163.93782217350892,886.5)) -1690 ((162,900),(163.0717967697245,904),(166,906.9282032302755),(170,908),(174,906.9282032302755),(176.9282032302755,904),(178,900),(176.9282032302755,896),(174,893.0717967697245),(170,892),(166,893.0717967697245),(163.0717967697245,896)) -1691 ((161,910),(162.20577136594005,914.5),(165.5,917.7942286340599),(170,919),(174.5,917.7942286340599),(177.79422863405995,914.5),(179,910),(177.79422863405995,905.5),(174.5,902.2057713659401),(170,901),(165.5,902.20577136594),(162.20577136594005,905.5)) -1692 ((160,920),(161.3397459621556,925),(165,928.6602540378444),(170,930),(175,928.6602540378444),(178.6602540378444,925),(180,920),(178.6602540378444,915),(175,911.3397459621556),(170,910),(165,911.3397459621556),(161.3397459621556,915)) -1693 ((169,930),(169.13397459621555,930.5),(169.5,930.8660254037844),(170,931),(170.5,930.8660254037844),(170.86602540378445,930.5),(171,930),(170.86602540378445,929.5),(170.5,929.1339745962156),(170,929),(169.5,929.1339745962156),(169.13397459621555,929.5)) -1694 ((168,940),(168.26794919243113,941),(169,941.7320508075688),(170,942),(171,941.7320508075688),(171.73205080756887,941),(172,940),(171.73205080756887,939),(171,938.2679491924312),(170,938),(169,938.2679491924312),(168.26794919243113,939)) -1695 ((167,950),(167.40192378864668,951.5),(168.5,952.5980762113534),(170,953),(171.5,952.5980762113534),(172.59807621135332,951.5),(173,950),(172.59807621135332,948.5),(171.5,947.4019237886467),(170,947),(168.5,947.4019237886466),(167.40192378864668,948.5)) -1696 ((166,960),(166.53589838486224,962),(168,963.4641016151378),(170,964),(172,963.4641016151378),(173.46410161513776,962),(174,960),(173.46410161513776,958),(172,956.5358983848622),(170,956),(168,956.5358983848622),(166.53589838486224,958)) -1697 ((165,970),(165.66987298107782,972.5),(167.5,974.3301270189222),(170,975),(172.5,974.3301270189222),(174.33012701892218,972.5),(175,970),(174.33012701892218,967.5),(172.5,965.6698729810778),(170,965),(167.5,965.6698729810778),(165.66987298107782,967.5)) -1698 ((164,980),(164.80384757729337,983),(167,985.1961524227066),(170,986),(173,985.1961524227066),(175.19615242270663,983),(176,980),(175.19615242270663,977),(173,974.8038475772934),(170,974),(167,974.8038475772934),(164.80384757729337,977)) -1699 ((163,990),(163.93782217350892,993.5),(166.5,996.062177826491),(170,997),(173.5,996.062177826491),(176.06217782649108,993.5),(177,990),(176.06217782649108,986.5),(173.5,983.937822173509),(170,983),(166.5,983.937822173509),(163.93782217350892,986.5)) -1700 ((162,1000),(163.0717967697245,1004),(166,1006.9282032302755),(170,1008),(174,1006.9282032302755),(176.9282032302755,1004),(178,1000),(176.9282032302755,996),(174,993.0717967697245),(170,992),(166,993.0717967697245),(163.0717967697245,996)) -1701 ((170,10),(171.3397459621556,15),(175,18.660254037844386),(180,20),(185,18.66025403784439),(188.6602540378444,15.000000000000004),(190,10.000000000000002),(188.6602540378444,5.000000000000003),(185,1.3397459621556145),(180,0),(175,1.3397459621556091),(171.3397459621556,4.999999999999996)) -1702 ((179,20),(179.13397459621555,20.5),(179.5,20.866025403784437),(180,21),(180.5,20.866025403784437),(180.86602540378445,20.5),(181,20),(180.86602540378445,19.5),(180.5,19.133974596215563),(180,19),(179.5,19.133974596215563),(179.13397459621555,19.5)) -1703 ((178,30),(178.26794919243113,31),(179,31.73205080756888),(180,32),(181,31.73205080756888),(181.73205080756887,31),(182,30),(181.73205080756887,29),(181,28.26794919243112),(180,28),(179,28.26794919243112),(178.26794919243113,29)) -1704 ((177,40),(177.40192378864668,41.5),(178.5,42.598076211353316),(180,43),(181.5,42.598076211353316),(182.59807621135332,41.5),(183,40),(182.59807621135332,38.5),(181.5,37.401923788646684),(180,37),(178.5,37.401923788646684),(177.40192378864668,38.5)) -1705 ((176,50),(176.53589838486224,52),(178,53.46410161513776),(180,54),(182,53.46410161513776),(183.46410161513776,52),(184,50),(183.46410161513776,48),(182,46.53589838486224),(180,46),(178,46.53589838486224),(176.53589838486224,48)) -1706 ((175,60),(175.66987298107782,62.5),(177.5,64.3301270189222),(180,65),(182.5,64.3301270189222),(184.33012701892218,62.5),(185,60),(184.33012701892218,57.5),(182.5,55.66987298107781),(180,55),(177.5,55.6698729810778),(175.66987298107782,57.5)) -1707 ((174,70),(174.80384757729337,73),(177,75.19615242270663),(180,76),(183,75.19615242270663),(185.19615242270663,73),(186,70),(185.19615242270663,67),(183,64.80384757729337),(180,64),(177,64.80384757729337),(174.80384757729337,67)) -1708 ((173,80),(173.93782217350892,83.5),(176.5,86.06217782649107),(180,87),(183.5,86.06217782649107),(186.06217782649108,83.5),(187,80),(186.06217782649108,76.5),(183.5,73.93782217350893),(180,73),(176.5,73.93782217350892),(173.93782217350892,76.5)) -1709 ((172,90),(173.0717967697245,94),(176,96.92820323027551),(180,98),(184,96.92820323027551),(186.9282032302755,94),(188,90),(186.9282032302755,86),(184,83.07179676972449),(180,82),(176,83.07179676972449),(173.0717967697245,86)) -1710 ((171,100),(172.20577136594005,104.5),(175.5,107.79422863405995),(180,109),(184.5,107.79422863405995),(187.79422863405995,104.5),(189,100),(187.79422863405995,95.5),(184.5,92.20577136594005),(180,91),(175.5,92.20577136594005),(172.20577136594005,95.5)) -1711 ((170,110),(171.3397459621556,115),(175,118.66025403784438),(180,120),(185,118.66025403784438),(188.6602540378444,115),(190,110),(188.6602540378444,105),(185,101.33974596215562),(180,100),(175,101.3397459621556),(171.3397459621556,105)) -1712 ((179,120),(179.13397459621555,120.5),(179.5,120.86602540378443),(180,121),(180.5,120.86602540378443),(180.86602540378445,120.5),(181,120),(180.86602540378445,119.5),(180.5,119.13397459621557),(180,119),(179.5,119.13397459621557),(179.13397459621555,119.5)) -1713 ((178,130),(178.26794919243113,131),(179,131.73205080756887),(180,132),(181,131.73205080756887),(181.73205080756887,131),(182,130),(181.73205080756887,129),(181,128.26794919243113),(180,128),(179,128.26794919243113),(178.26794919243113,129)) -1714 ((177,140),(177.40192378864668,141.5),(178.5,142.59807621135332),(180,143),(181.5,142.59807621135332),(182.59807621135332,141.5),(183,140),(182.59807621135332,138.5),(181.5,137.40192378864668),(180,137),(178.5,137.40192378864668),(177.40192378864668,138.5)) -1715 ((176,150),(176.53589838486224,152),(178,153.46410161513776),(180,154),(182,153.46410161513776),(183.46410161513776,152),(184,150),(183.46410161513776,148),(182,146.53589838486224),(180,146),(178,146.53589838486224),(176.53589838486224,148)) -1716 ((175,160),(175.66987298107782,162.5),(177.5,164.33012701892218),(180,165),(182.5,164.33012701892218),(184.33012701892218,162.5),(185,160),(184.33012701892218,157.5),(182.5,155.66987298107782),(180,155),(177.5,155.66987298107782),(175.66987298107782,157.5)) -1717 ((174,170),(174.80384757729337,173),(177,175.19615242270663),(180,176),(183,175.19615242270663),(185.19615242270663,173),(186,170),(185.19615242270663,167),(183,164.80384757729337),(180,164),(177,164.80384757729337),(174.80384757729337,167)) -1718 ((173,180),(173.93782217350892,183.5),(176.5,186.06217782649108),(180,187),(183.5,186.06217782649108),(186.06217782649108,183.5),(187,180),(186.06217782649108,176.5),(183.5,173.93782217350892),(180,173),(176.5,173.93782217350892),(173.93782217350892,176.5)) -1719 ((172,190),(173.0717967697245,194),(176,196.9282032302755),(180,198),(184,196.9282032302755),(186.9282032302755,194),(188,190),(186.9282032302755,186),(184,183.0717967697245),(180,182),(176,183.0717967697245),(173.0717967697245,186)) -1720 ((171,200),(172.20577136594005,204.5),(175.5,207.79422863405995),(180,209),(184.5,207.79422863405995),(187.79422863405995,204.5),(189,200),(187.79422863405995,195.5),(184.5,192.20577136594005),(180,191),(175.5,192.20577136594005),(172.20577136594005,195.5)) -1721 ((170,210),(171.3397459621556,215),(175,218.6602540378444),(180,220),(185,218.6602540378444),(188.6602540378444,215),(190,210),(188.6602540378444,205),(185,201.3397459621556),(180,200),(175,201.3397459621556),(171.3397459621556,205)) -1722 ((179,220),(179.13397459621555,220.5),(179.5,220.86602540378445),(180,221),(180.5,220.86602540378445),(180.86602540378445,220.5),(181,220),(180.86602540378445,219.5),(180.5,219.13397459621555),(180,219),(179.5,219.13397459621555),(179.13397459621555,219.5)) -1723 ((178,230),(178.26794919243113,231),(179,231.73205080756887),(180,232),(181,231.73205080756887),(181.73205080756887,231),(182,230),(181.73205080756887,229),(181,228.26794919243113),(180,228),(179,228.26794919243113),(178.26794919243113,229)) -1724 ((177,240),(177.40192378864668,241.5),(178.5,242.59807621135332),(180,243),(181.5,242.59807621135332),(182.59807621135332,241.5),(183,240),(182.59807621135332,238.5),(181.5,237.40192378864668),(180,237),(178.5,237.40192378864668),(177.40192378864668,238.5)) -1725 ((176,250),(176.53589838486224,252),(178,253.46410161513776),(180,254),(182,253.46410161513776),(183.46410161513776,252),(184,250),(183.46410161513776,248),(182,246.53589838486224),(180,246),(178,246.53589838486224),(176.53589838486224,248)) -1726 ((175,260),(175.66987298107782,262.5),(177.5,264.3301270189222),(180,265),(182.5,264.3301270189222),(184.33012701892218,262.5),(185,260),(184.33012701892218,257.5),(182.5,255.66987298107782),(180,255),(177.5,255.66987298107782),(175.66987298107782,257.5)) -1727 ((174,270),(174.80384757729337,273),(177,275.19615242270663),(180,276),(183,275.19615242270663),(185.19615242270663,273),(186,270),(185.19615242270663,267),(183,264.80384757729337),(180,264),(177,264.80384757729337),(174.80384757729337,267)) -1728 ((173,280),(173.93782217350892,283.5),(176.5,286.06217782649105),(180,287),(183.5,286.06217782649105),(186.06217782649108,283.5),(187,280),(186.06217782649108,276.5),(183.5,273.93782217350895),(180,273),(176.5,273.93782217350895),(173.93782217350892,276.5)) -1729 ((172,290),(173.0717967697245,294),(176,296.9282032302755),(180,298),(184,296.9282032302755),(186.9282032302755,294),(188,290),(186.9282032302755,286),(184,283.0717967697245),(180,282),(176,283.0717967697245),(173.0717967697245,286)) -1730 ((171,300),(172.20577136594005,304.5),(175.5,307.79422863405995),(180,309),(184.5,307.79422863405995),(187.79422863405995,304.5),(189,300),(187.79422863405995,295.5),(184.5,292.20577136594005),(180,291),(175.5,292.20577136594005),(172.20577136594005,295.5)) -1731 ((170,310),(171.3397459621556,315),(175,318.66025403784437),(180,320),(185,318.66025403784437),(188.6602540378444,315),(190,310),(188.6602540378444,305),(185,301.33974596215563),(180,300),(175,301.33974596215563),(171.3397459621556,305)) -1732 ((179,320),(179.13397459621555,320.5),(179.5,320.8660254037844),(180,321),(180.5,320.8660254037844),(180.86602540378445,320.5),(181,320),(180.86602540378445,319.5),(180.5,319.1339745962156),(180,319),(179.5,319.1339745962156),(179.13397459621555,319.5)) -1733 ((178,330),(178.26794919243113,331),(179,331.7320508075689),(180,332),(181,331.7320508075689),(181.73205080756887,331),(182,330),(181.73205080756887,329),(181,328.2679491924311),(180,328),(179,328.2679491924311),(178.26794919243113,329)) -1734 ((177,340),(177.40192378864668,341.5),(178.5,342.5980762113533),(180,343),(181.5,342.5980762113533),(182.59807621135332,341.5),(183,340),(182.59807621135332,338.5),(181.5,337.4019237886467),(180,337),(178.5,337.4019237886467),(177.40192378864668,338.5)) -1735 ((176,350),(176.53589838486224,352),(178,353.46410161513774),(180,354),(182,353.46410161513774),(183.46410161513776,352),(184,350),(183.46410161513776,348),(182,346.53589838486226),(180,346),(178,346.53589838486226),(176.53589838486224,348)) -1736 ((175,360),(175.66987298107782,362.5),(177.5,364.3301270189222),(180,365),(182.5,364.3301270189222),(184.33012701892218,362.5),(185,360),(184.33012701892218,357.5),(182.5,355.6698729810778),(180,355),(177.5,355.6698729810778),(175.66987298107782,357.5)) -1737 ((174,370),(174.80384757729337,373),(177,375.19615242270663),(180,376),(183,375.19615242270663),(185.19615242270663,373),(186,370),(185.19615242270663,367),(183,364.80384757729337),(180,364),(177,364.80384757729337),(174.80384757729337,367)) -1738 ((173,380),(173.93782217350892,383.5),(176.5,386.06217782649105),(180,387),(183.5,386.06217782649105),(186.06217782649108,383.5),(187,380),(186.06217782649108,376.5),(183.5,373.93782217350895),(180,373),(176.5,373.93782217350895),(173.93782217350892,376.5)) -1739 ((172,390),(173.0717967697245,394),(176,396.9282032302755),(180,398),(184,396.9282032302755),(186.9282032302755,394),(188,390),(186.9282032302755,386),(184,383.0717967697245),(180,382),(176,383.0717967697245),(173.0717967697245,386)) -1740 ((171,400),(172.20577136594005,404.5),(175.5,407.79422863405995),(180,409),(184.5,407.79422863405995),(187.79422863405995,404.5),(189,400),(187.79422863405995,395.5),(184.5,392.20577136594005),(180,391),(175.5,392.20577136594005),(172.20577136594005,395.5)) -1741 ((170,410),(171.3397459621556,415),(175,418.66025403784437),(180,420),(185,418.66025403784437),(188.6602540378444,415),(190,410),(188.6602540378444,405),(185,401.33974596215563),(180,400),(175,401.33974596215563),(171.3397459621556,405)) -1742 ((179,420),(179.13397459621555,420.5),(179.5,420.8660254037844),(180,421),(180.5,420.8660254037844),(180.86602540378445,420.5),(181,420),(180.86602540378445,419.5),(180.5,419.1339745962156),(180,419),(179.5,419.1339745962156),(179.13397459621555,419.5)) -1743 ((178,430),(178.26794919243113,431),(179,431.7320508075689),(180,432),(181,431.7320508075689),(181.73205080756887,431),(182,430),(181.73205080756887,429),(181,428.2679491924311),(180,428),(179,428.2679491924311),(178.26794919243113,429)) -1744 ((177,440),(177.40192378864668,441.5),(178.5,442.5980762113533),(180,443),(181.5,442.5980762113533),(182.59807621135332,441.5),(183,440),(182.59807621135332,438.5),(181.5,437.4019237886467),(180,437),(178.5,437.4019237886467),(177.40192378864668,438.5)) -1745 ((176,450),(176.53589838486224,452),(178,453.46410161513774),(180,454),(182,453.46410161513774),(183.46410161513776,452),(184,450),(183.46410161513776,448),(182,446.53589838486226),(180,446),(178,446.53589838486226),(176.53589838486224,448)) -1746 ((175,460),(175.66987298107782,462.5),(177.5,464.3301270189222),(180,465),(182.5,464.3301270189222),(184.33012701892218,462.5),(185,460),(184.33012701892218,457.5),(182.5,455.6698729810778),(180,455),(177.5,455.6698729810778),(175.66987298107782,457.5)) -1747 ((174,470),(174.80384757729337,473),(177,475.19615242270663),(180,476),(183,475.19615242270663),(185.19615242270663,473),(186,470),(185.19615242270663,467),(183,464.80384757729337),(180,464),(177,464.80384757729337),(174.80384757729337,467)) -1748 ((173,480),(173.93782217350892,483.5),(176.5,486.06217782649105),(180,487),(183.5,486.06217782649105),(186.06217782649108,483.5),(187,480),(186.06217782649108,476.5),(183.5,473.93782217350895),(180,473),(176.5,473.93782217350895),(173.93782217350892,476.5)) -1749 ((172,490),(173.0717967697245,494),(176,496.9282032302755),(180,498),(184,496.9282032302755),(186.9282032302755,494),(188,490),(186.9282032302755,486),(184,483.0717967697245),(180,482),(176,483.0717967697245),(173.0717967697245,486)) -1750 ((171,500),(172.20577136594005,504.5),(175.5,507.79422863405995),(180,509),(184.5,507.79422863405995),(187.79422863405995,504.5),(189,500),(187.79422863405995,495.5),(184.5,492.20577136594005),(180,491),(175.5,492.20577136594005),(172.20577136594005,495.5)) -1751 ((170,510),(171.3397459621556,515),(175,518.6602540378444),(180,520),(185,518.6602540378444),(188.6602540378444,515),(190,510),(188.6602540378444,505),(185,501.33974596215563),(180,500),(175,501.33974596215563),(171.3397459621556,505)) -1752 ((179,520),(179.13397459621555,520.5),(179.5,520.8660254037844),(180,521),(180.5,520.8660254037844),(180.86602540378445,520.5),(181,520),(180.86602540378445,519.5),(180.5,519.1339745962156),(180,519),(179.5,519.1339745962156),(179.13397459621555,519.5)) -1753 ((178,530),(178.26794919243113,531),(179,531.7320508075688),(180,532),(181,531.7320508075688),(181.73205080756887,531),(182,530),(181.73205080756887,529),(181,528.2679491924312),(180,528),(179,528.2679491924312),(178.26794919243113,529)) -1754 ((177,540),(177.40192378864668,541.5),(178.5,542.5980762113534),(180,543),(181.5,542.5980762113534),(182.59807621135332,541.5),(183,540),(182.59807621135332,538.5),(181.5,537.4019237886467),(180,537),(178.5,537.4019237886466),(177.40192378864668,538.5)) -1755 ((176,550),(176.53589838486224,552),(178,553.4641016151378),(180,554),(182,553.4641016151378),(183.46410161513776,552),(184,550),(183.46410161513776,548),(182,546.5358983848622),(180,546),(178,546.5358983848622),(176.53589838486224,548)) -1756 ((175,560),(175.66987298107782,562.5),(177.5,564.3301270189222),(180,565),(182.5,564.3301270189222),(184.33012701892218,562.5),(185,560),(184.33012701892218,557.5),(182.5,555.6698729810778),(180,555),(177.5,555.6698729810778),(175.66987298107782,557.5)) -1757 ((174,570),(174.80384757729337,573),(177,575.1961524227066),(180,576),(183,575.1961524227066),(185.19615242270663,573),(186,570),(185.19615242270663,567),(183,564.8038475772934),(180,564),(177,564.8038475772934),(174.80384757729337,567)) -1758 ((173,580),(173.93782217350892,583.5),(176.5,586.062177826491),(180,587),(183.5,586.062177826491),(186.06217782649108,583.5),(187,580),(186.06217782649108,576.5),(183.5,573.937822173509),(180,573),(176.5,573.937822173509),(173.93782217350892,576.5)) -1759 ((172,590),(173.0717967697245,594),(176,596.9282032302755),(180,598),(184,596.9282032302755),(186.9282032302755,594),(188,590),(186.9282032302755,586),(184,583.0717967697245),(180,582),(176,583.0717967697245),(173.0717967697245,586)) -1760 ((171,600),(172.20577136594005,604.5),(175.5,607.7942286340599),(180,609),(184.5,607.7942286340599),(187.79422863405995,604.5),(189,600),(187.79422863405995,595.5),(184.5,592.2057713659401),(180,591),(175.5,592.20577136594),(172.20577136594005,595.5)) -1761 ((170,610),(171.3397459621556,615),(175,618.6602540378444),(180,620),(185,618.6602540378444),(188.6602540378444,615),(190,610),(188.6602540378444,605),(185,601.3397459621556),(180,600),(175,601.3397459621556),(171.3397459621556,605)) -1762 ((179,620),(179.13397459621555,620.5),(179.5,620.8660254037844),(180,621),(180.5,620.8660254037844),(180.86602540378445,620.5),(181,620),(180.86602540378445,619.5),(180.5,619.1339745962156),(180,619),(179.5,619.1339745962156),(179.13397459621555,619.5)) -1763 ((178,630),(178.26794919243113,631),(179,631.7320508075688),(180,632),(181,631.7320508075688),(181.73205080756887,631),(182,630),(181.73205080756887,629),(181,628.2679491924312),(180,628),(179,628.2679491924312),(178.26794919243113,629)) -1764 ((177,640),(177.40192378864668,641.5),(178.5,642.5980762113534),(180,643),(181.5,642.5980762113534),(182.59807621135332,641.5),(183,640),(182.59807621135332,638.5),(181.5,637.4019237886467),(180,637),(178.5,637.4019237886466),(177.40192378864668,638.5)) -1765 ((176,650),(176.53589838486224,652),(178,653.4641016151378),(180,654),(182,653.4641016151378),(183.46410161513776,652),(184,650),(183.46410161513776,648),(182,646.5358983848622),(180,646),(178,646.5358983848622),(176.53589838486224,648)) -1766 ((175,660),(175.66987298107782,662.5),(177.5,664.3301270189222),(180,665),(182.5,664.3301270189222),(184.33012701892218,662.5),(185,660),(184.33012701892218,657.5),(182.5,655.6698729810778),(180,655),(177.5,655.6698729810778),(175.66987298107782,657.5)) -1767 ((174,670),(174.80384757729337,673),(177,675.1961524227066),(180,676),(183,675.1961524227066),(185.19615242270663,673),(186,670),(185.19615242270663,667),(183,664.8038475772934),(180,664),(177,664.8038475772934),(174.80384757729337,667)) -1768 ((173,680),(173.93782217350892,683.5),(176.5,686.062177826491),(180,687),(183.5,686.062177826491),(186.06217782649108,683.5),(187,680),(186.06217782649108,676.5),(183.5,673.937822173509),(180,673),(176.5,673.937822173509),(173.93782217350892,676.5)) -1769 ((172,690),(173.0717967697245,694),(176,696.9282032302755),(180,698),(184,696.9282032302755),(186.9282032302755,694),(188,690),(186.9282032302755,686),(184,683.0717967697245),(180,682),(176,683.0717967697245),(173.0717967697245,686)) -1770 ((171,700),(172.20577136594005,704.5),(175.5,707.7942286340599),(180,709),(184.5,707.7942286340599),(187.79422863405995,704.5),(189,700),(187.79422863405995,695.5),(184.5,692.2057713659401),(180,691),(175.5,692.20577136594),(172.20577136594005,695.5)) -1771 ((170,710),(171.3397459621556,715),(175,718.6602540378444),(180,720),(185,718.6602540378444),(188.6602540378444,715),(190,710),(188.6602540378444,705),(185,701.3397459621556),(180,700),(175,701.3397459621556),(171.3397459621556,705)) -1772 ((179,720),(179.13397459621555,720.5),(179.5,720.8660254037844),(180,721),(180.5,720.8660254037844),(180.86602540378445,720.5),(181,720),(180.86602540378445,719.5),(180.5,719.1339745962156),(180,719),(179.5,719.1339745962156),(179.13397459621555,719.5)) -1773 ((178,730),(178.26794919243113,731),(179,731.7320508075688),(180,732),(181,731.7320508075688),(181.73205080756887,731),(182,730),(181.73205080756887,729),(181,728.2679491924312),(180,728),(179,728.2679491924312),(178.26794919243113,729)) -1774 ((177,740),(177.40192378864668,741.5),(178.5,742.5980762113534),(180,743),(181.5,742.5980762113534),(182.59807621135332,741.5),(183,740),(182.59807621135332,738.5),(181.5,737.4019237886467),(180,737),(178.5,737.4019237886466),(177.40192378864668,738.5)) -1775 ((176,750),(176.53589838486224,752),(178,753.4641016151378),(180,754),(182,753.4641016151378),(183.46410161513776,752),(184,750),(183.46410161513776,748),(182,746.5358983848622),(180,746),(178,746.5358983848622),(176.53589838486224,748)) -1776 ((175,760),(175.66987298107782,762.5),(177.5,764.3301270189222),(180,765),(182.5,764.3301270189222),(184.33012701892218,762.5),(185,760),(184.33012701892218,757.5),(182.5,755.6698729810778),(180,755),(177.5,755.6698729810778),(175.66987298107782,757.5)) -1777 ((174,770),(174.80384757729337,773),(177,775.1961524227066),(180,776),(183,775.1961524227066),(185.19615242270663,773),(186,770),(185.19615242270663,767),(183,764.8038475772934),(180,764),(177,764.8038475772934),(174.80384757729337,767)) -1778 ((173,780),(173.93782217350892,783.5),(176.5,786.062177826491),(180,787),(183.5,786.062177826491),(186.06217782649108,783.5),(187,780),(186.06217782649108,776.5),(183.5,773.937822173509),(180,773),(176.5,773.937822173509),(173.93782217350892,776.5)) -1779 ((172,790),(173.0717967697245,794),(176,796.9282032302755),(180,798),(184,796.9282032302755),(186.9282032302755,794),(188,790),(186.9282032302755,786),(184,783.0717967697245),(180,782),(176,783.0717967697245),(173.0717967697245,786)) -1780 ((171,800),(172.20577136594005,804.5),(175.5,807.7942286340599),(180,809),(184.5,807.7942286340599),(187.79422863405995,804.5),(189,800),(187.79422863405995,795.5),(184.5,792.2057713659401),(180,791),(175.5,792.20577136594),(172.20577136594005,795.5)) -1781 ((170,810),(171.3397459621556,815),(175,818.6602540378444),(180,820),(185,818.6602540378444),(188.6602540378444,815),(190,810),(188.6602540378444,805),(185,801.3397459621556),(180,800),(175,801.3397459621556),(171.3397459621556,805)) -1782 ((179,820),(179.13397459621555,820.5),(179.5,820.8660254037844),(180,821),(180.5,820.8660254037844),(180.86602540378445,820.5),(181,820),(180.86602540378445,819.5),(180.5,819.1339745962156),(180,819),(179.5,819.1339745962156),(179.13397459621555,819.5)) -1783 ((178,830),(178.26794919243113,831),(179,831.7320508075688),(180,832),(181,831.7320508075688),(181.73205080756887,831),(182,830),(181.73205080756887,829),(181,828.2679491924312),(180,828),(179,828.2679491924312),(178.26794919243113,829)) -1784 ((177,840),(177.40192378864668,841.5),(178.5,842.5980762113534),(180,843),(181.5,842.5980762113534),(182.59807621135332,841.5),(183,840),(182.59807621135332,838.5),(181.5,837.4019237886467),(180,837),(178.5,837.4019237886466),(177.40192378864668,838.5)) -1785 ((176,850),(176.53589838486224,852),(178,853.4641016151378),(180,854),(182,853.4641016151378),(183.46410161513776,852),(184,850),(183.46410161513776,848),(182,846.5358983848622),(180,846),(178,846.5358983848622),(176.53589838486224,848)) -1786 ((175,860),(175.66987298107782,862.5),(177.5,864.3301270189222),(180,865),(182.5,864.3301270189222),(184.33012701892218,862.5),(185,860),(184.33012701892218,857.5),(182.5,855.6698729810778),(180,855),(177.5,855.6698729810778),(175.66987298107782,857.5)) -1787 ((174,870),(174.80384757729337,873),(177,875.1961524227066),(180,876),(183,875.1961524227066),(185.19615242270663,873),(186,870),(185.19615242270663,867),(183,864.8038475772934),(180,864),(177,864.8038475772934),(174.80384757729337,867)) -1788 ((173,880),(173.93782217350892,883.5),(176.5,886.062177826491),(180,887),(183.5,886.062177826491),(186.06217782649108,883.5),(187,880),(186.06217782649108,876.5),(183.5,873.937822173509),(180,873),(176.5,873.937822173509),(173.93782217350892,876.5)) -1789 ((172,890),(173.0717967697245,894),(176,896.9282032302755),(180,898),(184,896.9282032302755),(186.9282032302755,894),(188,890),(186.9282032302755,886),(184,883.0717967697245),(180,882),(176,883.0717967697245),(173.0717967697245,886)) -1790 ((171,900),(172.20577136594005,904.5),(175.5,907.7942286340599),(180,909),(184.5,907.7942286340599),(187.79422863405995,904.5),(189,900),(187.79422863405995,895.5),(184.5,892.2057713659401),(180,891),(175.5,892.20577136594),(172.20577136594005,895.5)) -1791 ((170,910),(171.3397459621556,915),(175,918.6602540378444),(180,920),(185,918.6602540378444),(188.6602540378444,915),(190,910),(188.6602540378444,905),(185,901.3397459621556),(180,900),(175,901.3397459621556),(171.3397459621556,905)) -1792 ((179,920),(179.13397459621555,920.5),(179.5,920.8660254037844),(180,921),(180.5,920.8660254037844),(180.86602540378445,920.5),(181,920),(180.86602540378445,919.5),(180.5,919.1339745962156),(180,919),(179.5,919.1339745962156),(179.13397459621555,919.5)) -1793 ((178,930),(178.26794919243113,931),(179,931.7320508075688),(180,932),(181,931.7320508075688),(181.73205080756887,931),(182,930),(181.73205080756887,929),(181,928.2679491924312),(180,928),(179,928.2679491924312),(178.26794919243113,929)) -1794 ((177,940),(177.40192378864668,941.5),(178.5,942.5980762113534),(180,943),(181.5,942.5980762113534),(182.59807621135332,941.5),(183,940),(182.59807621135332,938.5),(181.5,937.4019237886467),(180,937),(178.5,937.4019237886466),(177.40192378864668,938.5)) -1795 ((176,950),(176.53589838486224,952),(178,953.4641016151378),(180,954),(182,953.4641016151378),(183.46410161513776,952),(184,950),(183.46410161513776,948),(182,946.5358983848622),(180,946),(178,946.5358983848622),(176.53589838486224,948)) -1796 ((175,960),(175.66987298107782,962.5),(177.5,964.3301270189222),(180,965),(182.5,964.3301270189222),(184.33012701892218,962.5),(185,960),(184.33012701892218,957.5),(182.5,955.6698729810778),(180,955),(177.5,955.6698729810778),(175.66987298107782,957.5)) -1797 ((174,970),(174.80384757729337,973),(177,975.1961524227066),(180,976),(183,975.1961524227066),(185.19615242270663,973),(186,970),(185.19615242270663,967),(183,964.8038475772934),(180,964),(177,964.8038475772934),(174.80384757729337,967)) -1798 ((173,980),(173.93782217350892,983.5),(176.5,986.062177826491),(180,987),(183.5,986.062177826491),(186.06217782649108,983.5),(187,980),(186.06217782649108,976.5),(183.5,973.937822173509),(180,973),(176.5,973.937822173509),(173.93782217350892,976.5)) -1799 ((172,990),(173.0717967697245,994),(176,996.9282032302755),(180,998),(184,996.9282032302755),(186.9282032302755,994),(188,990),(186.9282032302755,986),(184,983.0717967697245),(180,982),(176,983.0717967697245),(173.0717967697245,986)) -1800 ((171,1000),(172.20577136594005,1004.5),(175.5,1007.7942286340599),(180,1009),(184.5,1007.7942286340599),(187.79422863405995,1004.5),(189,1000),(187.79422863405995,995.5),(184.5,992.2057713659401),(180,991),(175.5,992.20577136594),(172.20577136594005,995.5)) -1801 ((189,10),(189.13397459621555,10.5),(189.5,10.86602540378444),(190,11),(190.5,10.86602540378444),(190.86602540378445,10.5),(191,10),(190.86602540378445,9.5),(190.5,9.13397459621556),(190,9),(189.5,9.13397459621556),(189.13397459621555,9.5)) -1802 ((188,20),(188.26794919243113,21),(189,21.73205080756888),(190,22),(191,21.73205080756888),(191.73205080756887,21),(192,20),(191.73205080756887,19),(191,18.26794919243112),(190,18),(189,18.26794919243112),(188.26794919243113,19)) -1803 ((187,30),(187.40192378864668,31.5),(188.5,32.598076211353316),(190,33),(191.5,32.598076211353316),(192.59807621135332,31.5),(193,30),(192.59807621135332,28.5),(191.5,27.401923788646684),(190,27),(188.5,27.401923788646684),(187.40192378864668,28.5)) -1804 ((186,40),(186.53589838486224,42),(188,43.46410161513776),(190,44),(192,43.46410161513776),(193.46410161513776,42),(194,40),(193.46410161513776,38),(192,36.53589838486224),(190,36),(188,36.53589838486224),(186.53589838486224,38)) -1805 ((185,50),(185.66987298107782,52.5),(187.5,54.33012701892219),(190,55),(192.5,54.33012701892219),(194.33012701892218,52.5),(195,50),(194.33012701892218,47.5),(192.5,45.66987298107781),(190,45),(187.5,45.6698729810778),(185.66987298107782,47.5)) -1806 ((184,60),(184.80384757729337,63),(187,65.19615242270663),(190,66),(193,65.19615242270663),(195.19615242270663,63),(196,60),(195.19615242270663,57),(193,54.80384757729337),(190,54),(187,54.80384757729337),(184.80384757729337,57)) -1807 ((183,70),(183.93782217350892,73.5),(186.5,76.06217782649107),(190,77),(193.5,76.06217782649107),(196.06217782649108,73.5),(197,70),(196.06217782649108,66.5),(193.5,63.937822173508934),(190,63),(186.5,63.93782217350893),(183.93782217350892,66.5)) -1808 ((182,80),(183.0717967697245,84),(186,86.92820323027551),(190,88),(194,86.92820323027551),(196.9282032302755,84),(198,80),(196.9282032302755,76),(194,73.07179676972449),(190,72),(186,73.07179676972449),(183.0717967697245,76)) -1809 ((181,90),(182.20577136594005,94.5),(185.5,97.79422863405995),(190,99),(194.5,97.79422863405995),(197.79422863405995,94.5),(199,90),(197.79422863405995,85.5),(194.5,82.20577136594005),(190,81),(185.5,82.20577136594005),(182.20577136594005,85.5)) -1810 ((180,100),(181.3397459621556,105),(185,108.66025403784438),(190,110),(195,108.66025403784438),(198.6602540378444,105),(200,100),(198.6602540378444,95),(195,91.33974596215562),(190,90),(185,91.3397459621556),(181.3397459621556,95)) -1811 ((189,110),(189.13397459621555,110.5),(189.5,110.86602540378443),(190,111),(190.5,110.86602540378443),(190.86602540378445,110.5),(191,110),(190.86602540378445,109.5),(190.5,109.13397459621557),(190,109),(189.5,109.13397459621557),(189.13397459621555,109.5)) -1812 ((188,120),(188.26794919243113,121),(189,121.73205080756888),(190,122),(191,121.73205080756888),(191.73205080756887,121),(192,120),(191.73205080756887,119),(191,118.26794919243112),(190,118),(189,118.26794919243112),(188.26794919243113,119)) -1813 ((187,130),(187.40192378864668,131.5),(188.5,132.59807621135332),(190,133),(191.5,132.59807621135332),(192.59807621135332,131.5),(193,130),(192.59807621135332,128.5),(191.5,127.40192378864668),(190,127),(188.5,127.40192378864668),(187.40192378864668,128.5)) -1814 ((186,140),(186.53589838486224,142),(188,143.46410161513776),(190,144),(192,143.46410161513776),(193.46410161513776,142),(194,140),(193.46410161513776,138),(192,136.53589838486224),(190,136),(188,136.53589838486224),(186.53589838486224,138)) -1815 ((185,150),(185.66987298107782,152.5),(187.5,154.33012701892218),(190,155),(192.5,154.33012701892218),(194.33012701892218,152.5),(195,150),(194.33012701892218,147.5),(192.5,145.66987298107782),(190,145),(187.5,145.66987298107782),(185.66987298107782,147.5)) -1816 ((184,160),(184.80384757729337,163),(187,165.19615242270663),(190,166),(193,165.19615242270663),(195.19615242270663,163),(196,160),(195.19615242270663,157),(193,154.80384757729337),(190,154),(187,154.80384757729337),(184.80384757729337,157)) -1817 ((183,170),(183.93782217350892,173.5),(186.5,176.06217782649108),(190,177),(193.5,176.06217782649108),(196.06217782649108,173.5),(197,170),(196.06217782649108,166.5),(193.5,163.93782217350892),(190,163),(186.5,163.93782217350892),(183.93782217350892,166.5)) -1818 ((182,180),(183.0717967697245,184),(186,186.9282032302755),(190,188),(194,186.9282032302755),(196.9282032302755,184),(198,180),(196.9282032302755,176),(194,173.0717967697245),(190,172),(186,173.0717967697245),(183.0717967697245,176)) -1819 ((181,190),(182.20577136594005,194.5),(185.5,197.79422863405995),(190,199),(194.5,197.79422863405995),(197.79422863405995,194.5),(199,190),(197.79422863405995,185.5),(194.5,182.20577136594005),(190,181),(185.5,182.20577136594005),(182.20577136594005,185.5)) -1820 ((180,200),(181.3397459621556,205),(185,208.6602540378444),(190,210),(195,208.6602540378444),(198.6602540378444,205),(200,200),(198.6602540378444,195),(195,191.3397459621556),(190,190),(185,191.3397459621556),(181.3397459621556,195)) -1821 ((189,210),(189.13397459621555,210.5),(189.5,210.86602540378445),(190,211),(190.5,210.86602540378445),(190.86602540378445,210.5),(191,210),(190.86602540378445,209.5),(190.5,209.13397459621555),(190,209),(189.5,209.13397459621555),(189.13397459621555,209.5)) -1822 ((188,220),(188.26794919243113,221),(189,221.73205080756887),(190,222),(191,221.73205080756887),(191.73205080756887,221),(192,220),(191.73205080756887,219),(191,218.26794919243113),(190,218),(189,218.26794919243113),(188.26794919243113,219)) -1823 ((187,230),(187.40192378864668,231.5),(188.5,232.59807621135332),(190,233),(191.5,232.59807621135332),(192.59807621135332,231.5),(193,230),(192.59807621135332,228.5),(191.5,227.40192378864668),(190,227),(188.5,227.40192378864668),(187.40192378864668,228.5)) -1824 ((186,240),(186.53589838486224,242),(188,243.46410161513776),(190,244),(192,243.46410161513776),(193.46410161513776,242),(194,240),(193.46410161513776,238),(192,236.53589838486224),(190,236),(188,236.53589838486224),(186.53589838486224,238)) -1825 ((185,250),(185.66987298107782,252.5),(187.5,254.33012701892218),(190,255),(192.5,254.33012701892218),(194.33012701892218,252.5),(195,250),(194.33012701892218,247.5),(192.5,245.66987298107782),(190,245),(187.5,245.66987298107782),(185.66987298107782,247.5)) -1826 ((184,260),(184.80384757729337,263),(187,265.19615242270663),(190,266),(193,265.19615242270663),(195.19615242270663,263),(196,260),(195.19615242270663,257),(193,254.80384757729337),(190,254),(187,254.80384757729337),(184.80384757729337,257)) -1827 ((183,270),(183.93782217350892,273.5),(186.5,276.06217782649105),(190,277),(193.5,276.06217782649105),(196.06217782649108,273.5),(197,270),(196.06217782649108,266.5),(193.5,263.93782217350895),(190,263),(186.5,263.93782217350895),(183.93782217350892,266.5)) -1828 ((182,280),(183.0717967697245,284),(186,286.9282032302755),(190,288),(194,286.9282032302755),(196.9282032302755,284),(198,280),(196.9282032302755,276),(194,273.0717967697245),(190,272),(186,273.0717967697245),(183.0717967697245,276)) -1829 ((181,290),(182.20577136594005,294.5),(185.5,297.79422863405995),(190,299),(194.5,297.79422863405995),(197.79422863405995,294.5),(199,290),(197.79422863405995,285.5),(194.5,282.20577136594005),(190,281),(185.5,282.20577136594005),(182.20577136594005,285.5)) -1830 ((180,300),(181.3397459621556,305),(185,308.66025403784437),(190,310),(195,308.66025403784437),(198.6602540378444,305),(200,300),(198.6602540378444,295),(195,291.33974596215563),(190,290),(185,291.33974596215563),(181.3397459621556,295)) -1831 ((189,310),(189.13397459621555,310.5),(189.5,310.8660254037844),(190,311),(190.5,310.8660254037844),(190.86602540378445,310.5),(191,310),(190.86602540378445,309.5),(190.5,309.1339745962156),(190,309),(189.5,309.1339745962156),(189.13397459621555,309.5)) -1832 ((188,320),(188.26794919243113,321),(189,321.7320508075689),(190,322),(191,321.7320508075689),(191.73205080756887,321),(192,320),(191.73205080756887,319),(191,318.2679491924311),(190,318),(189,318.2679491924311),(188.26794919243113,319)) -1833 ((187,330),(187.40192378864668,331.5),(188.5,332.5980762113533),(190,333),(191.5,332.5980762113533),(192.59807621135332,331.5),(193,330),(192.59807621135332,328.5),(191.5,327.4019237886467),(190,327),(188.5,327.4019237886467),(187.40192378864668,328.5)) -1834 ((186,340),(186.53589838486224,342),(188,343.46410161513774),(190,344),(192,343.46410161513774),(193.46410161513776,342),(194,340),(193.46410161513776,338),(192,336.53589838486226),(190,336),(188,336.53589838486226),(186.53589838486224,338)) -1835 ((185,350),(185.66987298107782,352.5),(187.5,354.3301270189222),(190,355),(192.5,354.3301270189222),(194.33012701892218,352.5),(195,350),(194.33012701892218,347.5),(192.5,345.6698729810778),(190,345),(187.5,345.6698729810778),(185.66987298107782,347.5)) -1836 ((184,360),(184.80384757729337,363),(187,365.19615242270663),(190,366),(193,365.19615242270663),(195.19615242270663,363),(196,360),(195.19615242270663,357),(193,354.80384757729337),(190,354),(187,354.80384757729337),(184.80384757729337,357)) -1837 ((183,370),(183.93782217350892,373.5),(186.5,376.06217782649105),(190,377),(193.5,376.06217782649105),(196.06217782649108,373.5),(197,370),(196.06217782649108,366.5),(193.5,363.93782217350895),(190,363),(186.5,363.93782217350895),(183.93782217350892,366.5)) -1838 ((182,380),(183.0717967697245,384),(186,386.9282032302755),(190,388),(194,386.9282032302755),(196.9282032302755,384),(198,380),(196.9282032302755,376),(194,373.0717967697245),(190,372),(186,373.0717967697245),(183.0717967697245,376)) -1839 ((181,390),(182.20577136594005,394.5),(185.5,397.79422863405995),(190,399),(194.5,397.79422863405995),(197.79422863405995,394.5),(199,390),(197.79422863405995,385.5),(194.5,382.20577136594005),(190,381),(185.5,382.20577136594005),(182.20577136594005,385.5)) -1840 ((180,400),(181.3397459621556,405),(185,408.66025403784437),(190,410),(195,408.66025403784437),(198.6602540378444,405),(200,400),(198.6602540378444,395),(195,391.33974596215563),(190,390),(185,391.33974596215563),(181.3397459621556,395)) -1841 ((189,410),(189.13397459621555,410.5),(189.5,410.8660254037844),(190,411),(190.5,410.8660254037844),(190.86602540378445,410.5),(191,410),(190.86602540378445,409.5),(190.5,409.1339745962156),(190,409),(189.5,409.1339745962156),(189.13397459621555,409.5)) -1842 ((188,420),(188.26794919243113,421),(189,421.7320508075689),(190,422),(191,421.7320508075689),(191.73205080756887,421),(192,420),(191.73205080756887,419),(191,418.2679491924311),(190,418),(189,418.2679491924311),(188.26794919243113,419)) -1843 ((187,430),(187.40192378864668,431.5),(188.5,432.5980762113533),(190,433),(191.5,432.5980762113533),(192.59807621135332,431.5),(193,430),(192.59807621135332,428.5),(191.5,427.4019237886467),(190,427),(188.5,427.4019237886467),(187.40192378864668,428.5)) -1844 ((186,440),(186.53589838486224,442),(188,443.46410161513774),(190,444),(192,443.46410161513774),(193.46410161513776,442),(194,440),(193.46410161513776,438),(192,436.53589838486226),(190,436),(188,436.53589838486226),(186.53589838486224,438)) -1845 ((185,450),(185.66987298107782,452.5),(187.5,454.3301270189222),(190,455),(192.5,454.3301270189222),(194.33012701892218,452.5),(195,450),(194.33012701892218,447.5),(192.5,445.6698729810778),(190,445),(187.5,445.6698729810778),(185.66987298107782,447.5)) -1846 ((184,460),(184.80384757729337,463),(187,465.19615242270663),(190,466),(193,465.19615242270663),(195.19615242270663,463),(196,460),(195.19615242270663,457),(193,454.80384757729337),(190,454),(187,454.80384757729337),(184.80384757729337,457)) -1847 ((183,470),(183.93782217350892,473.5),(186.5,476.06217782649105),(190,477),(193.5,476.06217782649105),(196.06217782649108,473.5),(197,470),(196.06217782649108,466.5),(193.5,463.93782217350895),(190,463),(186.5,463.93782217350895),(183.93782217350892,466.5)) -1848 ((182,480),(183.0717967697245,484),(186,486.9282032302755),(190,488),(194,486.9282032302755),(196.9282032302755,484),(198,480),(196.9282032302755,476),(194,473.0717967697245),(190,472),(186,473.0717967697245),(183.0717967697245,476)) -1849 ((181,490),(182.20577136594005,494.5),(185.5,497.79422863405995),(190,499),(194.5,497.79422863405995),(197.79422863405995,494.5),(199,490),(197.79422863405995,485.5),(194.5,482.20577136594005),(190,481),(185.5,482.20577136594005),(182.20577136594005,485.5)) -1850 ((180,500),(181.3397459621556,505),(185,508.66025403784437),(190,510),(195,508.66025403784437),(198.6602540378444,505),(200,500),(198.6602540378444,495),(195,491.33974596215563),(190,490),(185,491.33974596215563),(181.3397459621556,495)) -1851 ((189,510),(189.13397459621555,510.5),(189.5,510.8660254037844),(190,511),(190.5,510.8660254037844),(190.86602540378445,510.5),(191,510),(190.86602540378445,509.5),(190.5,509.1339745962156),(190,509),(189.5,509.1339745962156),(189.13397459621555,509.5)) -1852 ((188,520),(188.26794919243113,521),(189,521.7320508075688),(190,522),(191,521.7320508075688),(191.73205080756887,521),(192,520),(191.73205080756887,519),(191,518.2679491924312),(190,518),(189,518.2679491924312),(188.26794919243113,519)) -1853 ((187,530),(187.40192378864668,531.5),(188.5,532.5980762113534),(190,533),(191.5,532.5980762113534),(192.59807621135332,531.5),(193,530),(192.59807621135332,528.5),(191.5,527.4019237886467),(190,527),(188.5,527.4019237886466),(187.40192378864668,528.5)) -1854 ((186,540),(186.53589838486224,542),(188,543.4641016151378),(190,544),(192,543.4641016151378),(193.46410161513776,542),(194,540),(193.46410161513776,538),(192,536.5358983848622),(190,536),(188,536.5358983848622),(186.53589838486224,538)) -1855 ((185,550),(185.66987298107782,552.5),(187.5,554.3301270189222),(190,555),(192.5,554.3301270189222),(194.33012701892218,552.5),(195,550),(194.33012701892218,547.5),(192.5,545.6698729810778),(190,545),(187.5,545.6698729810778),(185.66987298107782,547.5)) -1856 ((184,560),(184.80384757729337,563),(187,565.1961524227066),(190,566),(193,565.1961524227066),(195.19615242270663,563),(196,560),(195.19615242270663,557),(193,554.8038475772934),(190,554),(187,554.8038475772934),(184.80384757729337,557)) -1857 ((183,570),(183.93782217350892,573.5),(186.5,576.062177826491),(190,577),(193.5,576.062177826491),(196.06217782649108,573.5),(197,570),(196.06217782649108,566.5),(193.5,563.937822173509),(190,563),(186.5,563.937822173509),(183.93782217350892,566.5)) -1858 ((182,580),(183.0717967697245,584),(186,586.9282032302755),(190,588),(194,586.9282032302755),(196.9282032302755,584),(198,580),(196.9282032302755,576),(194,573.0717967697245),(190,572),(186,573.0717967697245),(183.0717967697245,576)) -1859 ((181,590),(182.20577136594005,594.5),(185.5,597.7942286340599),(190,599),(194.5,597.7942286340599),(197.79422863405995,594.5),(199,590),(197.79422863405995,585.5),(194.5,582.2057713659401),(190,581),(185.5,582.20577136594),(182.20577136594005,585.5)) -1860 ((180,600),(181.3397459621556,605),(185,608.6602540378444),(190,610),(195,608.6602540378444),(198.6602540378444,605),(200,600),(198.6602540378444,595),(195,591.3397459621556),(190,590),(185,591.3397459621556),(181.3397459621556,595)) -1861 ((189,610),(189.13397459621555,610.5),(189.5,610.8660254037844),(190,611),(190.5,610.8660254037844),(190.86602540378445,610.5),(191,610),(190.86602540378445,609.5),(190.5,609.1339745962156),(190,609),(189.5,609.1339745962156),(189.13397459621555,609.5)) -1862 ((188,620),(188.26794919243113,621),(189,621.7320508075688),(190,622),(191,621.7320508075688),(191.73205080756887,621),(192,620),(191.73205080756887,619),(191,618.2679491924312),(190,618),(189,618.2679491924312),(188.26794919243113,619)) -1863 ((187,630),(187.40192378864668,631.5),(188.5,632.5980762113534),(190,633),(191.5,632.5980762113534),(192.59807621135332,631.5),(193,630),(192.59807621135332,628.5),(191.5,627.4019237886467),(190,627),(188.5,627.4019237886466),(187.40192378864668,628.5)) -1864 ((186,640),(186.53589838486224,642),(188,643.4641016151378),(190,644),(192,643.4641016151378),(193.46410161513776,642),(194,640),(193.46410161513776,638),(192,636.5358983848622),(190,636),(188,636.5358983848622),(186.53589838486224,638)) -1865 ((185,650),(185.66987298107782,652.5),(187.5,654.3301270189222),(190,655),(192.5,654.3301270189222),(194.33012701892218,652.5),(195,650),(194.33012701892218,647.5),(192.5,645.6698729810778),(190,645),(187.5,645.6698729810778),(185.66987298107782,647.5)) -1866 ((184,660),(184.80384757729337,663),(187,665.1961524227066),(190,666),(193,665.1961524227066),(195.19615242270663,663),(196,660),(195.19615242270663,657),(193,654.8038475772934),(190,654),(187,654.8038475772934),(184.80384757729337,657)) -1867 ((183,670),(183.93782217350892,673.5),(186.5,676.062177826491),(190,677),(193.5,676.062177826491),(196.06217782649108,673.5),(197,670),(196.06217782649108,666.5),(193.5,663.937822173509),(190,663),(186.5,663.937822173509),(183.93782217350892,666.5)) -1868 ((182,680),(183.0717967697245,684),(186,686.9282032302755),(190,688),(194,686.9282032302755),(196.9282032302755,684),(198,680),(196.9282032302755,676),(194,673.0717967697245),(190,672),(186,673.0717967697245),(183.0717967697245,676)) -1869 ((181,690),(182.20577136594005,694.5),(185.5,697.7942286340599),(190,699),(194.5,697.7942286340599),(197.79422863405995,694.5),(199,690),(197.79422863405995,685.5),(194.5,682.2057713659401),(190,681),(185.5,682.20577136594),(182.20577136594005,685.5)) -1870 ((180,700),(181.3397459621556,705),(185,708.6602540378444),(190,710),(195,708.6602540378444),(198.6602540378444,705),(200,700),(198.6602540378444,695),(195,691.3397459621556),(190,690),(185,691.3397459621556),(181.3397459621556,695)) -1871 ((189,710),(189.13397459621555,710.5),(189.5,710.8660254037844),(190,711),(190.5,710.8660254037844),(190.86602540378445,710.5),(191,710),(190.86602540378445,709.5),(190.5,709.1339745962156),(190,709),(189.5,709.1339745962156),(189.13397459621555,709.5)) -1872 ((188,720),(188.26794919243113,721),(189,721.7320508075688),(190,722),(191,721.7320508075688),(191.73205080756887,721),(192,720),(191.73205080756887,719),(191,718.2679491924312),(190,718),(189,718.2679491924312),(188.26794919243113,719)) -1873 ((187,730),(187.40192378864668,731.5),(188.5,732.5980762113534),(190,733),(191.5,732.5980762113534),(192.59807621135332,731.5),(193,730),(192.59807621135332,728.5),(191.5,727.4019237886467),(190,727),(188.5,727.4019237886466),(187.40192378864668,728.5)) -1874 ((186,740),(186.53589838486224,742),(188,743.4641016151378),(190,744),(192,743.4641016151378),(193.46410161513776,742),(194,740),(193.46410161513776,738),(192,736.5358983848622),(190,736),(188,736.5358983848622),(186.53589838486224,738)) -1875 ((185,750),(185.66987298107782,752.5),(187.5,754.3301270189222),(190,755),(192.5,754.3301270189222),(194.33012701892218,752.5),(195,750),(194.33012701892218,747.5),(192.5,745.6698729810778),(190,745),(187.5,745.6698729810778),(185.66987298107782,747.5)) -1876 ((184,760),(184.80384757729337,763),(187,765.1961524227066),(190,766),(193,765.1961524227066),(195.19615242270663,763),(196,760),(195.19615242270663,757),(193,754.8038475772934),(190,754),(187,754.8038475772934),(184.80384757729337,757)) -1877 ((183,770),(183.93782217350892,773.5),(186.5,776.062177826491),(190,777),(193.5,776.062177826491),(196.06217782649108,773.5),(197,770),(196.06217782649108,766.5),(193.5,763.937822173509),(190,763),(186.5,763.937822173509),(183.93782217350892,766.5)) -1878 ((182,780),(183.0717967697245,784),(186,786.9282032302755),(190,788),(194,786.9282032302755),(196.9282032302755,784),(198,780),(196.9282032302755,776),(194,773.0717967697245),(190,772),(186,773.0717967697245),(183.0717967697245,776)) -1879 ((181,790),(182.20577136594005,794.5),(185.5,797.7942286340599),(190,799),(194.5,797.7942286340599),(197.79422863405995,794.5),(199,790),(197.79422863405995,785.5),(194.5,782.2057713659401),(190,781),(185.5,782.20577136594),(182.20577136594005,785.5)) -1880 ((180,800),(181.3397459621556,805),(185,808.6602540378444),(190,810),(195,808.6602540378444),(198.6602540378444,805),(200,800),(198.6602540378444,795),(195,791.3397459621556),(190,790),(185,791.3397459621556),(181.3397459621556,795)) -1881 ((189,810),(189.13397459621555,810.5),(189.5,810.8660254037844),(190,811),(190.5,810.8660254037844),(190.86602540378445,810.5),(191,810),(190.86602540378445,809.5),(190.5,809.1339745962156),(190,809),(189.5,809.1339745962156),(189.13397459621555,809.5)) -1882 ((188,820),(188.26794919243113,821),(189,821.7320508075688),(190,822),(191,821.7320508075688),(191.73205080756887,821),(192,820),(191.73205080756887,819),(191,818.2679491924312),(190,818),(189,818.2679491924312),(188.26794919243113,819)) -1883 ((187,830),(187.40192378864668,831.5),(188.5,832.5980762113534),(190,833),(191.5,832.5980762113534),(192.59807621135332,831.5),(193,830),(192.59807621135332,828.5),(191.5,827.4019237886467),(190,827),(188.5,827.4019237886466),(187.40192378864668,828.5)) -1884 ((186,840),(186.53589838486224,842),(188,843.4641016151378),(190,844),(192,843.4641016151378),(193.46410161513776,842),(194,840),(193.46410161513776,838),(192,836.5358983848622),(190,836),(188,836.5358983848622),(186.53589838486224,838)) -1885 ((185,850),(185.66987298107782,852.5),(187.5,854.3301270189222),(190,855),(192.5,854.3301270189222),(194.33012701892218,852.5),(195,850),(194.33012701892218,847.5),(192.5,845.6698729810778),(190,845),(187.5,845.6698729810778),(185.66987298107782,847.5)) -1886 ((184,860),(184.80384757729337,863),(187,865.1961524227066),(190,866),(193,865.1961524227066),(195.19615242270663,863),(196,860),(195.19615242270663,857),(193,854.8038475772934),(190,854),(187,854.8038475772934),(184.80384757729337,857)) -1887 ((183,870),(183.93782217350892,873.5),(186.5,876.062177826491),(190,877),(193.5,876.062177826491),(196.06217782649108,873.5),(197,870),(196.06217782649108,866.5),(193.5,863.937822173509),(190,863),(186.5,863.937822173509),(183.93782217350892,866.5)) -1888 ((182,880),(183.0717967697245,884),(186,886.9282032302755),(190,888),(194,886.9282032302755),(196.9282032302755,884),(198,880),(196.9282032302755,876),(194,873.0717967697245),(190,872),(186,873.0717967697245),(183.0717967697245,876)) -1889 ((181,890),(182.20577136594005,894.5),(185.5,897.7942286340599),(190,899),(194.5,897.7942286340599),(197.79422863405995,894.5),(199,890),(197.79422863405995,885.5),(194.5,882.2057713659401),(190,881),(185.5,882.20577136594),(182.20577136594005,885.5)) -1890 ((180,900),(181.3397459621556,905),(185,908.6602540378444),(190,910),(195,908.6602540378444),(198.6602540378444,905),(200,900),(198.6602540378444,895),(195,891.3397459621556),(190,890),(185,891.3397459621556),(181.3397459621556,895)) -1891 ((189,910),(189.13397459621555,910.5),(189.5,910.8660254037844),(190,911),(190.5,910.8660254037844),(190.86602540378445,910.5),(191,910),(190.86602540378445,909.5),(190.5,909.1339745962156),(190,909),(189.5,909.1339745962156),(189.13397459621555,909.5)) -1892 ((188,920),(188.26794919243113,921),(189,921.7320508075688),(190,922),(191,921.7320508075688),(191.73205080756887,921),(192,920),(191.73205080756887,919),(191,918.2679491924312),(190,918),(189,918.2679491924312),(188.26794919243113,919)) -1893 ((187,930),(187.40192378864668,931.5),(188.5,932.5980762113534),(190,933),(191.5,932.5980762113534),(192.59807621135332,931.5),(193,930),(192.59807621135332,928.5),(191.5,927.4019237886467),(190,927),(188.5,927.4019237886466),(187.40192378864668,928.5)) -1894 ((186,940),(186.53589838486224,942),(188,943.4641016151378),(190,944),(192,943.4641016151378),(193.46410161513776,942),(194,940),(193.46410161513776,938),(192,936.5358983848622),(190,936),(188,936.5358983848622),(186.53589838486224,938)) -1895 ((185,950),(185.66987298107782,952.5),(187.5,954.3301270189222),(190,955),(192.5,954.3301270189222),(194.33012701892218,952.5),(195,950),(194.33012701892218,947.5),(192.5,945.6698729810778),(190,945),(187.5,945.6698729810778),(185.66987298107782,947.5)) -1896 ((184,960),(184.80384757729337,963),(187,965.1961524227066),(190,966),(193,965.1961524227066),(195.19615242270663,963),(196,960),(195.19615242270663,957),(193,954.8038475772934),(190,954),(187,954.8038475772934),(184.80384757729337,957)) -1897 ((183,970),(183.93782217350892,973.5),(186.5,976.062177826491),(190,977),(193.5,976.062177826491),(196.06217782649108,973.5),(197,970),(196.06217782649108,966.5),(193.5,963.937822173509),(190,963),(186.5,963.937822173509),(183.93782217350892,966.5)) -1898 ((182,980),(183.0717967697245,984),(186,986.9282032302755),(190,988),(194,986.9282032302755),(196.9282032302755,984),(198,980),(196.9282032302755,976),(194,973.0717967697245),(190,972),(186,973.0717967697245),(183.0717967697245,976)) -1899 ((181,990),(182.20577136594005,994.5),(185.5,997.7942286340599),(190,999),(194.5,997.7942286340599),(197.79422863405995,994.5),(199,990),(197.79422863405995,985.5),(194.5,982.2057713659401),(190,981),(185.5,982.20577136594),(182.20577136594005,985.5)) -1900 ((180,1000),(181.3397459621556,1005),(185,1008.6602540378444),(190,1010),(195,1008.6602540378444),(198.6602540378444,1005),(200,1000),(198.6602540378444,995),(195,991.3397459621556),(190,990),(185,991.3397459621556),(181.3397459621556,995)) -1901 ((198,10),(198.26794919243113,11),(199,11.732050807568877),(200,12),(201,11.732050807568877),(201.73205080756887,11),(202,10),(201.73205080756887,9),(201,8.267949192431123),(200,8),(199,8.267949192431121),(198.26794919243113,9)) -1902 ((197,20),(197.40192378864668,21.5),(198.5,22.598076211353316),(200,23),(201.5,22.598076211353316),(202.59807621135332,21.5),(203,20),(202.59807621135332,18.5),(201.5,17.401923788646684),(200,17),(198.5,17.401923788646684),(197.40192378864668,18.5)) -1903 ((196,30),(196.53589838486224,32),(198,33.46410161513776),(200,34),(202,33.46410161513776),(203.46410161513776,32),(204,30),(203.46410161513776,28),(202,26.535898384862247),(200,26),(198,26.535898384862243),(196.53589838486224,28)) -1904 ((195,40),(195.66987298107782,42.5),(197.5,44.33012701892219),(200,45),(202.5,44.33012701892219),(204.33012701892218,42.5),(205,40),(204.33012701892218,37.5),(202.5,35.66987298107781),(200,35),(197.5,35.6698729810778),(195.66987298107782,37.5)) -1905 ((194,50),(194.80384757729337,53),(197,55.19615242270663),(200,56),(203,55.19615242270663),(205.19615242270663,53),(206,50),(205.19615242270663,47),(203,44.80384757729337),(200,44),(197,44.80384757729337),(194.80384757729337,47)) -1906 ((193,60),(193.93782217350892,63.5),(196.5,66.06217782649107),(200,67),(203.5,66.06217782649107),(206.06217782649108,63.5),(207,60),(206.06217782649108,56.5),(203.5,53.937822173508934),(200,53),(196.5,53.93782217350893),(193.93782217350892,56.5)) -1907 ((192,70),(193.0717967697245,74),(196,76.92820323027551),(200,78),(204,76.92820323027551),(206.9282032302755,74),(208,70),(206.9282032302755,66),(204,63.07179676972449),(200,62),(196,63.071796769724486),(193.0717967697245,66)) -1908 ((191,80),(192.20577136594005,84.5),(195.5,87.79422863405995),(200,89),(204.5,87.79422863405995),(207.79422863405995,84.5),(209,80),(207.79422863405995,75.5),(204.5,72.20577136594005),(200,71),(195.5,72.20577136594005),(192.20577136594005,75.5)) -1909 ((190,90),(191.3397459621556,95),(195,98.66025403784438),(200,100),(205,98.66025403784438),(208.6602540378444,95),(210,90),(208.6602540378444,85),(205,81.33974596215562),(200,80),(195,81.3397459621556),(191.3397459621556,85)) -1910 ((199,100),(199.13397459621555,100.5),(199.5,100.86602540378443),(200,101),(200.5,100.86602540378443),(200.86602540378445,100.5),(201,100),(200.86602540378445,99.5),(200.5,99.13397459621557),(200,99),(199.5,99.13397459621557),(199.13397459621555,99.5)) -1911 ((198,110),(198.26794919243113,111),(199,111.73205080756888),(200,112),(201,111.73205080756888),(201.73205080756887,111),(202,110),(201.73205080756887,109),(201,108.26794919243112),(200,108),(199,108.26794919243112),(198.26794919243113,109)) -1912 ((197,120),(197.40192378864668,121.5),(198.5,122.59807621135332),(200,123),(201.5,122.59807621135332),(202.59807621135332,121.5),(203,120),(202.59807621135332,118.5),(201.5,117.40192378864668),(200,117),(198.5,117.40192378864668),(197.40192378864668,118.5)) -1913 ((196,130),(196.53589838486224,132),(198,133.46410161513776),(200,134),(202,133.46410161513776),(203.46410161513776,132),(204,130),(203.46410161513776,128),(202,126.53589838486225),(200,126),(198,126.53589838486225),(196.53589838486224,128)) -1914 ((195,140),(195.66987298107782,142.5),(197.5,144.33012701892218),(200,145),(202.5,144.33012701892218),(204.33012701892218,142.5),(205,140),(204.33012701892218,137.5),(202.5,135.66987298107782),(200,135),(197.5,135.66987298107782),(195.66987298107782,137.5)) -1915 ((194,150),(194.80384757729337,153),(197,155.19615242270663),(200,156),(203,155.19615242270663),(205.19615242270663,153),(206,150),(205.19615242270663,147),(203,144.80384757729337),(200,144),(197,144.80384757729337),(194.80384757729337,147)) -1916 ((193,160),(193.93782217350892,163.5),(196.5,166.06217782649108),(200,167),(203.5,166.06217782649108),(206.06217782649108,163.5),(207,160),(206.06217782649108,156.5),(203.5,153.93782217350892),(200,153),(196.5,153.93782217350892),(193.93782217350892,156.5)) -1917 ((192,170),(193.0717967697245,174),(196,176.9282032302755),(200,178),(204,176.9282032302755),(206.9282032302755,174),(208,170),(206.9282032302755,166),(204,163.0717967697245),(200,162),(196,163.0717967697245),(193.0717967697245,166)) -1918 ((191,180),(192.20577136594005,184.5),(195.5,187.79422863405995),(200,189),(204.5,187.79422863405995),(207.79422863405995,184.5),(209,180),(207.79422863405995,175.5),(204.5,172.20577136594005),(200,171),(195.5,172.20577136594005),(192.20577136594005,175.5)) -1919 ((190,190),(191.3397459621556,195),(195,198.6602540378444),(200,200),(205,198.6602540378444),(208.6602540378444,195),(210,190),(208.6602540378444,185),(205,181.3397459621556),(200,180),(195,181.3397459621556),(191.3397459621556,185)) -1920 ((199,200),(199.13397459621555,200.5),(199.5,200.86602540378445),(200,201),(200.5,200.86602540378445),(200.86602540378445,200.5),(201,200),(200.86602540378445,199.5),(200.5,199.13397459621555),(200,199),(199.5,199.13397459621555),(199.13397459621555,199.5)) -1921 ((198,210),(198.26794919243113,211),(199,211.73205080756887),(200,212),(201,211.73205080756887),(201.73205080756887,211),(202,210),(201.73205080756887,209),(201,208.26794919243113),(200,208),(199,208.26794919243113),(198.26794919243113,209)) -1922 ((197,220),(197.40192378864668,221.5),(198.5,222.59807621135332),(200,223),(201.5,222.59807621135332),(202.59807621135332,221.5),(203,220),(202.59807621135332,218.5),(201.5,217.40192378864668),(200,217),(198.5,217.40192378864668),(197.40192378864668,218.5)) -1923 ((196,230),(196.53589838486224,232),(198,233.46410161513776),(200,234),(202,233.46410161513776),(203.46410161513776,232),(204,230),(203.46410161513776,228),(202,226.53589838486224),(200,226),(198,226.53589838486224),(196.53589838486224,228)) -1924 ((195,240),(195.66987298107782,242.5),(197.5,244.33012701892218),(200,245),(202.5,244.33012701892218),(204.33012701892218,242.5),(205,240),(204.33012701892218,237.5),(202.5,235.66987298107782),(200,235),(197.5,235.66987298107782),(195.66987298107782,237.5)) -1925 ((194,250),(194.80384757729337,253),(197,255.19615242270663),(200,256),(203,255.19615242270663),(205.19615242270663,253),(206,250),(205.19615242270663,247),(203,244.80384757729337),(200,244),(197,244.80384757729337),(194.80384757729337,247)) -1926 ((193,260),(193.93782217350892,263.5),(196.5,266.06217782649105),(200,267),(203.5,266.06217782649105),(206.06217782649108,263.5),(207,260),(206.06217782649108,256.5),(203.5,253.93782217350892),(200,253),(196.5,253.93782217350892),(193.93782217350892,256.5)) -1927 ((192,270),(193.0717967697245,274),(196,276.9282032302755),(200,278),(204,276.9282032302755),(206.9282032302755,274),(208,270),(206.9282032302755,266),(204,263.0717967697245),(200,262),(196,263.0717967697245),(193.0717967697245,266)) -1928 ((191,280),(192.20577136594005,284.5),(195.5,287.79422863405995),(200,289),(204.5,287.79422863405995),(207.79422863405995,284.5),(209,280),(207.79422863405995,275.5),(204.5,272.20577136594005),(200,271),(195.5,272.20577136594005),(192.20577136594005,275.5)) -1929 ((190,290),(191.3397459621556,295),(195,298.66025403784437),(200,300),(205,298.66025403784437),(208.6602540378444,295),(210,290),(208.6602540378444,285),(205,281.33974596215563),(200,280),(195,281.33974596215563),(191.3397459621556,285)) -1930 ((199,300),(199.13397459621555,300.5),(199.5,300.8660254037844),(200,301),(200.5,300.8660254037844),(200.86602540378445,300.5),(201,300),(200.86602540378445,299.5),(200.5,299.1339745962156),(200,299),(199.5,299.1339745962156),(199.13397459621555,299.5)) -1931 ((198,310),(198.26794919243113,311),(199,311.7320508075689),(200,312),(201,311.7320508075689),(201.73205080756887,311),(202,310),(201.73205080756887,309),(201,308.2679491924311),(200,308),(199,308.2679491924311),(198.26794919243113,309)) -1932 ((197,320),(197.40192378864668,321.5),(198.5,322.5980762113533),(200,323),(201.5,322.5980762113533),(202.59807621135332,321.5),(203,320),(202.59807621135332,318.5),(201.5,317.4019237886467),(200,317),(198.5,317.4019237886467),(197.40192378864668,318.5)) -1933 ((196,330),(196.53589838486224,332),(198,333.46410161513774),(200,334),(202,333.46410161513774),(203.46410161513776,332),(204,330),(203.46410161513776,328),(202,326.53589838486226),(200,326),(198,326.53589838486226),(196.53589838486224,328)) -1934 ((195,340),(195.66987298107782,342.5),(197.5,344.3301270189222),(200,345),(202.5,344.3301270189222),(204.33012701892218,342.5),(205,340),(204.33012701892218,337.5),(202.5,335.6698729810778),(200,335),(197.5,335.6698729810778),(195.66987298107782,337.5)) -1935 ((194,350),(194.80384757729337,353),(197,355.19615242270663),(200,356),(203,355.19615242270663),(205.19615242270663,353),(206,350),(205.19615242270663,347),(203,344.80384757729337),(200,344),(197,344.80384757729337),(194.80384757729337,347)) -1936 ((193,360),(193.93782217350892,363.5),(196.5,366.06217782649105),(200,367),(203.5,366.06217782649105),(206.06217782649108,363.5),(207,360),(206.06217782649108,356.5),(203.5,353.93782217350895),(200,353),(196.5,353.93782217350895),(193.93782217350892,356.5)) -1937 ((192,370),(193.0717967697245,374),(196,376.9282032302755),(200,378),(204,376.9282032302755),(206.9282032302755,374),(208,370),(206.9282032302755,366),(204,363.0717967697245),(200,362),(196,363.0717967697245),(193.0717967697245,366)) -1938 ((191,380),(192.20577136594005,384.5),(195.5,387.79422863405995),(200,389),(204.5,387.79422863405995),(207.79422863405995,384.5),(209,380),(207.79422863405995,375.5),(204.5,372.20577136594005),(200,371),(195.5,372.20577136594005),(192.20577136594005,375.5)) -1939 ((190,390),(191.3397459621556,395),(195,398.66025403784437),(200,400),(205,398.66025403784437),(208.6602540378444,395),(210,390),(208.6602540378444,385),(205,381.33974596215563),(200,380),(195,381.33974596215563),(191.3397459621556,385)) -1940 ((199,400),(199.13397459621555,400.5),(199.5,400.8660254037844),(200,401),(200.5,400.8660254037844),(200.86602540378445,400.5),(201,400),(200.86602540378445,399.5),(200.5,399.1339745962156),(200,399),(199.5,399.1339745962156),(199.13397459621555,399.5)) -1941 ((198,410),(198.26794919243113,411),(199,411.7320508075689),(200,412),(201,411.7320508075689),(201.73205080756887,411),(202,410),(201.73205080756887,409),(201,408.2679491924311),(200,408),(199,408.2679491924311),(198.26794919243113,409)) -1942 ((197,420),(197.40192378864668,421.5),(198.5,422.5980762113533),(200,423),(201.5,422.5980762113533),(202.59807621135332,421.5),(203,420),(202.59807621135332,418.5),(201.5,417.4019237886467),(200,417),(198.5,417.4019237886467),(197.40192378864668,418.5)) -1943 ((196,430),(196.53589838486224,432),(198,433.46410161513774),(200,434),(202,433.46410161513774),(203.46410161513776,432),(204,430),(203.46410161513776,428),(202,426.53589838486226),(200,426),(198,426.53589838486226),(196.53589838486224,428)) -1944 ((195,440),(195.66987298107782,442.5),(197.5,444.3301270189222),(200,445),(202.5,444.3301270189222),(204.33012701892218,442.5),(205,440),(204.33012701892218,437.5),(202.5,435.6698729810778),(200,435),(197.5,435.6698729810778),(195.66987298107782,437.5)) -1945 ((194,450),(194.80384757729337,453),(197,455.19615242270663),(200,456),(203,455.19615242270663),(205.19615242270663,453),(206,450),(205.19615242270663,447),(203,444.80384757729337),(200,444),(197,444.80384757729337),(194.80384757729337,447)) -1946 ((193,460),(193.93782217350892,463.5),(196.5,466.06217782649105),(200,467),(203.5,466.06217782649105),(206.06217782649108,463.5),(207,460),(206.06217782649108,456.5),(203.5,453.93782217350895),(200,453),(196.5,453.93782217350895),(193.93782217350892,456.5)) -1947 ((192,470),(193.0717967697245,474),(196,476.9282032302755),(200,478),(204,476.9282032302755),(206.9282032302755,474),(208,470),(206.9282032302755,466),(204,463.0717967697245),(200,462),(196,463.0717967697245),(193.0717967697245,466)) -1948 ((191,480),(192.20577136594005,484.5),(195.5,487.79422863405995),(200,489),(204.5,487.79422863405995),(207.79422863405995,484.5),(209,480),(207.79422863405995,475.5),(204.5,472.20577136594005),(200,471),(195.5,472.20577136594005),(192.20577136594005,475.5)) -1949 ((190,490),(191.3397459621556,495),(195,498.66025403784437),(200,500),(205,498.66025403784437),(208.6602540378444,495),(210,490),(208.6602540378444,485),(205,481.33974596215563),(200,480),(195,481.33974596215563),(191.3397459621556,485)) -1950 ((199,500),(199.13397459621555,500.5),(199.5,500.8660254037844),(200,501),(200.5,500.8660254037844),(200.86602540378445,500.5),(201,500),(200.86602540378445,499.5),(200.5,499.1339745962156),(200,499),(199.5,499.1339745962156),(199.13397459621555,499.5)) -1951 ((198,510),(198.26794919243113,511),(199,511.7320508075689),(200,512),(201,511.7320508075689),(201.73205080756887,511),(202,510),(201.73205080756887,509),(201,508.2679491924311),(200,508),(199,508.2679491924311),(198.26794919243113,509)) -1952 ((197,520),(197.40192378864668,521.5),(198.5,522.5980762113534),(200,523),(201.5,522.5980762113534),(202.59807621135332,521.5),(203,520),(202.59807621135332,518.5),(201.5,517.4019237886467),(200,517),(198.5,517.4019237886466),(197.40192378864668,518.5)) -1953 ((196,530),(196.53589838486224,532),(198,533.4641016151378),(200,534),(202,533.4641016151378),(203.46410161513776,532),(204,530),(203.46410161513776,528),(202,526.5358983848622),(200,526),(198,526.5358983848622),(196.53589838486224,528)) -1954 ((195,540),(195.66987298107782,542.5),(197.5,544.3301270189222),(200,545),(202.5,544.3301270189222),(204.33012701892218,542.5),(205,540),(204.33012701892218,537.5),(202.5,535.6698729810778),(200,535),(197.5,535.6698729810778),(195.66987298107782,537.5)) -1955 ((194,550),(194.80384757729337,553),(197,555.1961524227066),(200,556),(203,555.1961524227066),(205.19615242270663,553),(206,550),(205.19615242270663,547),(203,544.8038475772934),(200,544),(197,544.8038475772934),(194.80384757729337,547)) -1956 ((193,560),(193.93782217350892,563.5),(196.5,566.062177826491),(200,567),(203.5,566.062177826491),(206.06217782649108,563.5),(207,560),(206.06217782649108,556.5),(203.5,553.937822173509),(200,553),(196.5,553.937822173509),(193.93782217350892,556.5)) -1957 ((192,570),(193.0717967697245,574),(196,576.9282032302755),(200,578),(204,576.9282032302755),(206.9282032302755,574),(208,570),(206.9282032302755,566),(204,563.0717967697245),(200,562),(196,563.0717967697245),(193.0717967697245,566)) -1958 ((191,580),(192.20577136594005,584.5),(195.5,587.7942286340599),(200,589),(204.5,587.7942286340599),(207.79422863405995,584.5),(209,580),(207.79422863405995,575.5),(204.5,572.2057713659401),(200,571),(195.5,572.20577136594),(192.20577136594005,575.5)) -1959 ((190,590),(191.3397459621556,595),(195,598.6602540378444),(200,600),(205,598.6602540378444),(208.6602540378444,595),(210,590),(208.6602540378444,585),(205,581.3397459621556),(200,580),(195,581.3397459621556),(191.3397459621556,585)) -1960 ((199,600),(199.13397459621555,600.5),(199.5,600.8660254037844),(200,601),(200.5,600.8660254037844),(200.86602540378445,600.5),(201,600),(200.86602540378445,599.5),(200.5,599.1339745962156),(200,599),(199.5,599.1339745962156),(199.13397459621555,599.5)) -1961 ((198,610),(198.26794919243113,611),(199,611.7320508075688),(200,612),(201,611.7320508075688),(201.73205080756887,611),(202,610),(201.73205080756887,609),(201,608.2679491924312),(200,608),(199,608.2679491924312),(198.26794919243113,609)) -1962 ((197,620),(197.40192378864668,621.5),(198.5,622.5980762113534),(200,623),(201.5,622.5980762113534),(202.59807621135332,621.5),(203,620),(202.59807621135332,618.5),(201.5,617.4019237886467),(200,617),(198.5,617.4019237886466),(197.40192378864668,618.5)) -1963 ((196,630),(196.53589838486224,632),(198,633.4641016151378),(200,634),(202,633.4641016151378),(203.46410161513776,632),(204,630),(203.46410161513776,628),(202,626.5358983848622),(200,626),(198,626.5358983848622),(196.53589838486224,628)) -1964 ((195,640),(195.66987298107782,642.5),(197.5,644.3301270189222),(200,645),(202.5,644.3301270189222),(204.33012701892218,642.5),(205,640),(204.33012701892218,637.5),(202.5,635.6698729810778),(200,635),(197.5,635.6698729810778),(195.66987298107782,637.5)) -1965 ((194,650),(194.80384757729337,653),(197,655.1961524227066),(200,656),(203,655.1961524227066),(205.19615242270663,653),(206,650),(205.19615242270663,647),(203,644.8038475772934),(200,644),(197,644.8038475772934),(194.80384757729337,647)) -1966 ((193,660),(193.93782217350892,663.5),(196.5,666.062177826491),(200,667),(203.5,666.062177826491),(206.06217782649108,663.5),(207,660),(206.06217782649108,656.5),(203.5,653.937822173509),(200,653),(196.5,653.937822173509),(193.93782217350892,656.5)) -1967 ((192,670),(193.0717967697245,674),(196,676.9282032302755),(200,678),(204,676.9282032302755),(206.9282032302755,674),(208,670),(206.9282032302755,666),(204,663.0717967697245),(200,662),(196,663.0717967697245),(193.0717967697245,666)) -1968 ((191,680),(192.20577136594005,684.5),(195.5,687.7942286340599),(200,689),(204.5,687.7942286340599),(207.79422863405995,684.5),(209,680),(207.79422863405995,675.5),(204.5,672.2057713659401),(200,671),(195.5,672.20577136594),(192.20577136594005,675.5)) -1969 ((190,690),(191.3397459621556,695),(195,698.6602540378444),(200,700),(205,698.6602540378444),(208.6602540378444,695),(210,690),(208.6602540378444,685),(205,681.3397459621556),(200,680),(195,681.3397459621556),(191.3397459621556,685)) -1970 ((199,700),(199.13397459621555,700.5),(199.5,700.8660254037844),(200,701),(200.5,700.8660254037844),(200.86602540378445,700.5),(201,700),(200.86602540378445,699.5),(200.5,699.1339745962156),(200,699),(199.5,699.1339745962156),(199.13397459621555,699.5)) -1971 ((198,710),(198.26794919243113,711),(199,711.7320508075688),(200,712),(201,711.7320508075688),(201.73205080756887,711),(202,710),(201.73205080756887,709),(201,708.2679491924312),(200,708),(199,708.2679491924312),(198.26794919243113,709)) -1972 ((197,720),(197.40192378864668,721.5),(198.5,722.5980762113534),(200,723),(201.5,722.5980762113534),(202.59807621135332,721.5),(203,720),(202.59807621135332,718.5),(201.5,717.4019237886467),(200,717),(198.5,717.4019237886466),(197.40192378864668,718.5)) -1973 ((196,730),(196.53589838486224,732),(198,733.4641016151378),(200,734),(202,733.4641016151378),(203.46410161513776,732),(204,730),(203.46410161513776,728),(202,726.5358983848622),(200,726),(198,726.5358983848622),(196.53589838486224,728)) -1974 ((195,740),(195.66987298107782,742.5),(197.5,744.3301270189222),(200,745),(202.5,744.3301270189222),(204.33012701892218,742.5),(205,740),(204.33012701892218,737.5),(202.5,735.6698729810778),(200,735),(197.5,735.6698729810778),(195.66987298107782,737.5)) -1975 ((194,750),(194.80384757729337,753),(197,755.1961524227066),(200,756),(203,755.1961524227066),(205.19615242270663,753),(206,750),(205.19615242270663,747),(203,744.8038475772934),(200,744),(197,744.8038475772934),(194.80384757729337,747)) -1976 ((193,760),(193.93782217350892,763.5),(196.5,766.062177826491),(200,767),(203.5,766.062177826491),(206.06217782649108,763.5),(207,760),(206.06217782649108,756.5),(203.5,753.937822173509),(200,753),(196.5,753.937822173509),(193.93782217350892,756.5)) -1977 ((192,770),(193.0717967697245,774),(196,776.9282032302755),(200,778),(204,776.9282032302755),(206.9282032302755,774),(208,770),(206.9282032302755,766),(204,763.0717967697245),(200,762),(196,763.0717967697245),(193.0717967697245,766)) -1978 ((191,780),(192.20577136594005,784.5),(195.5,787.7942286340599),(200,789),(204.5,787.7942286340599),(207.79422863405995,784.5),(209,780),(207.79422863405995,775.5),(204.5,772.2057713659401),(200,771),(195.5,772.20577136594),(192.20577136594005,775.5)) -1979 ((190,790),(191.3397459621556,795),(195,798.6602540378444),(200,800),(205,798.6602540378444),(208.6602540378444,795),(210,790),(208.6602540378444,785),(205,781.3397459621556),(200,780),(195,781.3397459621556),(191.3397459621556,785)) -1980 ((199,800),(199.13397459621555,800.5),(199.5,800.8660254037844),(200,801),(200.5,800.8660254037844),(200.86602540378445,800.5),(201,800),(200.86602540378445,799.5),(200.5,799.1339745962156),(200,799),(199.5,799.1339745962156),(199.13397459621555,799.5)) -1981 ((198,810),(198.26794919243113,811),(199,811.7320508075688),(200,812),(201,811.7320508075688),(201.73205080756887,811),(202,810),(201.73205080756887,809),(201,808.2679491924312),(200,808),(199,808.2679491924312),(198.26794919243113,809)) -1982 ((197,820),(197.40192378864668,821.5),(198.5,822.5980762113534),(200,823),(201.5,822.5980762113534),(202.59807621135332,821.5),(203,820),(202.59807621135332,818.5),(201.5,817.4019237886467),(200,817),(198.5,817.4019237886466),(197.40192378864668,818.5)) -1983 ((196,830),(196.53589838486224,832),(198,833.4641016151378),(200,834),(202,833.4641016151378),(203.46410161513776,832),(204,830),(203.46410161513776,828),(202,826.5358983848622),(200,826),(198,826.5358983848622),(196.53589838486224,828)) -1984 ((195,840),(195.66987298107782,842.5),(197.5,844.3301270189222),(200,845),(202.5,844.3301270189222),(204.33012701892218,842.5),(205,840),(204.33012701892218,837.5),(202.5,835.6698729810778),(200,835),(197.5,835.6698729810778),(195.66987298107782,837.5)) -1985 ((194,850),(194.80384757729337,853),(197,855.1961524227066),(200,856),(203,855.1961524227066),(205.19615242270663,853),(206,850),(205.19615242270663,847),(203,844.8038475772934),(200,844),(197,844.8038475772934),(194.80384757729337,847)) -1986 ((193,860),(193.93782217350892,863.5),(196.5,866.062177826491),(200,867),(203.5,866.062177826491),(206.06217782649108,863.5),(207,860),(206.06217782649108,856.5),(203.5,853.937822173509),(200,853),(196.5,853.937822173509),(193.93782217350892,856.5)) -1987 ((192,870),(193.0717967697245,874),(196,876.9282032302755),(200,878),(204,876.9282032302755),(206.9282032302755,874),(208,870),(206.9282032302755,866),(204,863.0717967697245),(200,862),(196,863.0717967697245),(193.0717967697245,866)) -1988 ((191,880),(192.20577136594005,884.5),(195.5,887.7942286340599),(200,889),(204.5,887.7942286340599),(207.79422863405995,884.5),(209,880),(207.79422863405995,875.5),(204.5,872.2057713659401),(200,871),(195.5,872.20577136594),(192.20577136594005,875.5)) -1989 ((190,890),(191.3397459621556,895),(195,898.6602540378444),(200,900),(205,898.6602540378444),(208.6602540378444,895),(210,890),(208.6602540378444,885),(205,881.3397459621556),(200,880),(195,881.3397459621556),(191.3397459621556,885)) -1990 ((199,900),(199.13397459621555,900.5),(199.5,900.8660254037844),(200,901),(200.5,900.8660254037844),(200.86602540378445,900.5),(201,900),(200.86602540378445,899.5),(200.5,899.1339745962156),(200,899),(199.5,899.1339745962156),(199.13397459621555,899.5)) -1991 ((198,910),(198.26794919243113,911),(199,911.7320508075688),(200,912),(201,911.7320508075688),(201.73205080756887,911),(202,910),(201.73205080756887,909),(201,908.2679491924312),(200,908),(199,908.2679491924312),(198.26794919243113,909)) -1992 ((197,920),(197.40192378864668,921.5),(198.5,922.5980762113534),(200,923),(201.5,922.5980762113534),(202.59807621135332,921.5),(203,920),(202.59807621135332,918.5),(201.5,917.4019237886467),(200,917),(198.5,917.4019237886466),(197.40192378864668,918.5)) -1993 ((196,930),(196.53589838486224,932),(198,933.4641016151378),(200,934),(202,933.4641016151378),(203.46410161513776,932),(204,930),(203.46410161513776,928),(202,926.5358983848622),(200,926),(198,926.5358983848622),(196.53589838486224,928)) -1994 ((195,940),(195.66987298107782,942.5),(197.5,944.3301270189222),(200,945),(202.5,944.3301270189222),(204.33012701892218,942.5),(205,940),(204.33012701892218,937.5),(202.5,935.6698729810778),(200,935),(197.5,935.6698729810778),(195.66987298107782,937.5)) -1995 ((194,950),(194.80384757729337,953),(197,955.1961524227066),(200,956),(203,955.1961524227066),(205.19615242270663,953),(206,950),(205.19615242270663,947),(203,944.8038475772934),(200,944),(197,944.8038475772934),(194.80384757729337,947)) -1996 ((193,960),(193.93782217350892,963.5),(196.5,966.062177826491),(200,967),(203.5,966.062177826491),(206.06217782649108,963.5),(207,960),(206.06217782649108,956.5),(203.5,953.937822173509),(200,953),(196.5,953.937822173509),(193.93782217350892,956.5)) -1997 ((192,970),(193.0717967697245,974),(196,976.9282032302755),(200,978),(204,976.9282032302755),(206.9282032302755,974),(208,970),(206.9282032302755,966),(204,963.0717967697245),(200,962),(196,963.0717967697245),(193.0717967697245,966)) -1998 ((191,980),(192.20577136594005,984.5),(195.5,987.7942286340599),(200,989),(204.5,987.7942286340599),(207.79422863405995,984.5),(209,980),(207.79422863405995,975.5),(204.5,972.2057713659401),(200,971),(195.5,972.20577136594),(192.20577136594005,975.5)) -1999 ((190,990),(191.3397459621556,995),(195,998.6602540378444),(200,1000),(205,998.6602540378444),(208.6602540378444,995),(210,990),(208.6602540378444,985),(205,981.3397459621556),(200,980),(195,981.3397459621556),(191.3397459621556,985)) -2000 ((199,1000),(199.13397459621555,1000.5),(199.5,1000.8660254037844),(200,1001),(200.5,1000.8660254037844),(200.86602540378445,1000.5),(201,1000),(200.86602540378445,999.5),(200.5,999.1339745962156),(200,999),(199.5,999.1339745962156),(199.13397459621555,999.5)) -2001 ((207,10),(207.40192378864668,11.5),(208.5,12.598076211353316),(210,13),(211.5,12.598076211353316),(212.59807621135332,11.5),(213,10),(212.59807621135332,8.5),(211.5,7.401923788646684),(210,7),(208.5,7.401923788646683),(207.40192378864668,8.499999999999998)) -2002 ((206,20),(206.53589838486224,22),(208,23.464101615137753),(210,24),(212,23.464101615137753),(213.46410161513776,22),(214,20),(213.46410161513776,18),(212,16.535898384862247),(210,16),(208,16.535898384862243),(206.53589838486224,18)) -2003 ((205,30),(205.66987298107782,32.5),(207.5,34.33012701892219),(210,35),(212.5,34.33012701892219),(214.33012701892218,32.5),(215,30),(214.33012701892218,27.5),(212.5,25.66987298107781),(210,25),(207.5,25.669872981077805),(205.66987298107782,27.499999999999996)) -2004 ((204,40),(204.80384757729337,43),(207,45.19615242270663),(210,46),(213,45.19615242270663),(215.19615242270663,43),(216,40),(215.19615242270663,37),(213,34.80384757729337),(210,34),(207,34.80384757729337),(204.80384757729337,37)) -2005 ((203,50),(203.93782217350892,53.5),(206.5,56.06217782649107),(210,57),(213.5,56.06217782649107),(216.06217782649108,53.5),(217,50),(216.06217782649108,46.5),(213.5,43.937822173508934),(210,43),(206.5,43.93782217350893),(203.93782217350892,46.5)) -2006 ((202,60),(203.0717967697245,64),(206,66.92820323027551),(210,68),(214,66.92820323027551),(216.9282032302755,64),(218,60),(216.9282032302755,56),(214,53.07179676972449),(210,52),(206,53.071796769724486),(203.0717967697245,56)) -2007 ((201,70),(202.20577136594005,74.5),(205.5,77.79422863405995),(210,79),(214.5,77.79422863405995),(217.79422863405995,74.5),(219,70),(217.79422863405995,65.5),(214.5,62.20577136594005),(210,61),(205.5,62.20577136594005),(202.20577136594005,65.5)) -2008 ((200,80),(201.3397459621556,85),(205,88.66025403784438),(210,90),(215,88.66025403784438),(218.6602540378444,85),(220,80),(218.6602540378444,75),(215,71.33974596215562),(210,70),(205,71.3397459621556),(201.3397459621556,75)) -2009 ((209,90),(209.13397459621555,90.5),(209.5,90.86602540378443),(210,91),(210.5,90.86602540378443),(210.86602540378445,90.5),(211,90),(210.86602540378445,89.5),(210.5,89.13397459621557),(210,89),(209.5,89.13397459621557),(209.13397459621555,89.5)) -2010 ((208,100),(208.26794919243113,101),(209,101.73205080756888),(210,102),(211,101.73205080756888),(211.73205080756887,101),(212,100),(211.73205080756887,99),(211,98.26794919243112),(210,98),(209,98.26794919243112),(208.26794919243113,99)) -2011 ((207,110),(207.40192378864668,111.5),(208.5,112.59807621135332),(210,113),(211.5,112.59807621135332),(212.59807621135332,111.5),(213,110),(212.59807621135332,108.5),(211.5,107.40192378864668),(210,107),(208.5,107.40192378864668),(207.40192378864668,108.5)) -2012 ((206,120),(206.53589838486224,122),(208,123.46410161513775),(210,124),(212,123.46410161513775),(213.46410161513776,122),(214,120),(213.46410161513776,118),(212,116.53589838486225),(210,116),(208,116.53589838486225),(206.53589838486224,118)) -2013 ((205,130),(205.66987298107782,132.5),(207.5,134.33012701892218),(210,135),(212.5,134.33012701892218),(214.33012701892218,132.5),(215,130),(214.33012701892218,127.5),(212.5,125.6698729810778),(210,125),(207.5,125.6698729810778),(205.66987298107782,127.5)) -2014 ((204,140),(204.80384757729337,143),(207,145.19615242270663),(210,146),(213,145.19615242270663),(215.19615242270663,143),(216,140),(215.19615242270663,137),(213,134.80384757729337),(210,134),(207,134.80384757729337),(204.80384757729337,137)) -2015 ((203,150),(203.93782217350892,153.5),(206.5,156.06217782649108),(210,157),(213.5,156.06217782649108),(216.06217782649108,153.5),(217,150),(216.06217782649108,146.5),(213.5,143.93782217350892),(210,143),(206.5,143.93782217350892),(203.93782217350892,146.5)) -2016 ((202,160),(203.0717967697245,164),(206,166.9282032302755),(210,168),(214,166.9282032302755),(216.9282032302755,164),(218,160),(216.9282032302755,156),(214,153.0717967697245),(210,152),(206,153.0717967697245),(203.0717967697245,156)) -2017 ((201,170),(202.20577136594005,174.5),(205.5,177.79422863405995),(210,179),(214.5,177.79422863405995),(217.79422863405995,174.5),(219,170),(217.79422863405995,165.5),(214.5,162.20577136594005),(210,161),(205.5,162.20577136594005),(202.20577136594005,165.5)) -2018 ((200,180),(201.3397459621556,185),(205,188.6602540378444),(210,190),(215,188.6602540378444),(218.6602540378444,185),(220,180),(218.6602540378444,175),(215,171.3397459621556),(210,170),(205,171.3397459621556),(201.3397459621556,175)) -2019 ((209,190),(209.13397459621555,190.5),(209.5,190.86602540378445),(210,191),(210.5,190.86602540378445),(210.86602540378445,190.5),(211,190),(210.86602540378445,189.5),(210.5,189.13397459621555),(210,189),(209.5,189.13397459621555),(209.13397459621555,189.5)) -2020 ((208,200),(208.26794919243113,201),(209,201.73205080756887),(210,202),(211,201.73205080756887),(211.73205080756887,201),(212,200),(211.73205080756887,199),(211,198.26794919243113),(210,198),(209,198.26794919243113),(208.26794919243113,199)) -2021 ((207,210),(207.40192378864668,211.5),(208.5,212.59807621135332),(210,213),(211.5,212.59807621135332),(212.59807621135332,211.5),(213,210),(212.59807621135332,208.5),(211.5,207.40192378864668),(210,207),(208.5,207.40192378864668),(207.40192378864668,208.5)) -2022 ((206,220),(206.53589838486224,222),(208,223.46410161513776),(210,224),(212,223.46410161513776),(213.46410161513776,222),(214,220),(213.46410161513776,218),(212,216.53589838486224),(210,216),(208,216.53589838486224),(206.53589838486224,218)) -2023 ((205,230),(205.66987298107782,232.5),(207.5,234.33012701892218),(210,235),(212.5,234.33012701892218),(214.33012701892218,232.5),(215,230),(214.33012701892218,227.5),(212.5,225.66987298107782),(210,225),(207.5,225.66987298107782),(205.66987298107782,227.5)) -2024 ((204,240),(204.80384757729337,243),(207,245.19615242270663),(210,246),(213,245.19615242270663),(215.19615242270663,243),(216,240),(215.19615242270663,237),(213,234.80384757729337),(210,234),(207,234.80384757729337),(204.80384757729337,237)) -2025 ((203,250),(203.93782217350892,253.5),(206.5,256.06217782649105),(210,257),(213.5,256.06217782649105),(216.06217782649108,253.5),(217,250),(216.06217782649108,246.5),(213.5,243.93782217350892),(210,243),(206.5,243.93782217350892),(203.93782217350892,246.5)) -2026 ((202,260),(203.0717967697245,264),(206,266.9282032302755),(210,268),(214,266.9282032302755),(216.9282032302755,264),(218,260),(216.9282032302755,256),(214,253.0717967697245),(210,252),(206,253.0717967697245),(203.0717967697245,256)) -2027 ((201,270),(202.20577136594005,274.5),(205.5,277.79422863405995),(210,279),(214.5,277.79422863405995),(217.79422863405995,274.5),(219,270),(217.79422863405995,265.5),(214.5,262.20577136594005),(210,261),(205.5,262.20577136594005),(202.20577136594005,265.5)) -2028 ((200,280),(201.3397459621556,285),(205,288.66025403784437),(210,290),(215,288.66025403784437),(218.6602540378444,285),(220,280),(218.6602540378444,275),(215,271.33974596215563),(210,270),(205,271.33974596215563),(201.3397459621556,275)) -2029 ((209,290),(209.13397459621555,290.5),(209.5,290.8660254037844),(210,291),(210.5,290.8660254037844),(210.86602540378445,290.5),(211,290),(210.86602540378445,289.5),(210.5,289.1339745962156),(210,289),(209.5,289.1339745962156),(209.13397459621555,289.5)) -2030 ((208,300),(208.26794919243113,301),(209,301.7320508075689),(210,302),(211,301.7320508075689),(211.73205080756887,301),(212,300),(211.73205080756887,299),(211,298.2679491924311),(210,298),(209,298.2679491924311),(208.26794919243113,299)) -2031 ((207,310),(207.40192378864668,311.5),(208.5,312.5980762113533),(210,313),(211.5,312.5980762113533),(212.59807621135332,311.5),(213,310),(212.59807621135332,308.5),(211.5,307.4019237886467),(210,307),(208.5,307.4019237886467),(207.40192378864668,308.5)) -2032 ((206,320),(206.53589838486224,322),(208,323.46410161513774),(210,324),(212,323.46410161513774),(213.46410161513776,322),(214,320),(213.46410161513776,318),(212,316.53589838486226),(210,316),(208,316.53589838486226),(206.53589838486224,318)) -2033 ((205,330),(205.66987298107782,332.5),(207.5,334.3301270189222),(210,335),(212.5,334.3301270189222),(214.33012701892218,332.5),(215,330),(214.33012701892218,327.5),(212.5,325.6698729810778),(210,325),(207.5,325.6698729810778),(205.66987298107782,327.5)) -2034 ((204,340),(204.80384757729337,343),(207,345.19615242270663),(210,346),(213,345.19615242270663),(215.19615242270663,343),(216,340),(215.19615242270663,337),(213,334.80384757729337),(210,334),(207,334.80384757729337),(204.80384757729337,337)) -2035 ((203,350),(203.93782217350892,353.5),(206.5,356.06217782649105),(210,357),(213.5,356.06217782649105),(216.06217782649108,353.5),(217,350),(216.06217782649108,346.5),(213.5,343.93782217350895),(210,343),(206.5,343.93782217350895),(203.93782217350892,346.5)) -2036 ((202,360),(203.0717967697245,364),(206,366.9282032302755),(210,368),(214,366.9282032302755),(216.9282032302755,364),(218,360),(216.9282032302755,356),(214,353.0717967697245),(210,352),(206,353.0717967697245),(203.0717967697245,356)) -2037 ((201,370),(202.20577136594005,374.5),(205.5,377.79422863405995),(210,379),(214.5,377.79422863405995),(217.79422863405995,374.5),(219,370),(217.79422863405995,365.5),(214.5,362.20577136594005),(210,361),(205.5,362.20577136594005),(202.20577136594005,365.5)) -2038 ((200,380),(201.3397459621556,385),(205,388.66025403784437),(210,390),(215,388.66025403784437),(218.6602540378444,385),(220,380),(218.6602540378444,375),(215,371.33974596215563),(210,370),(205,371.33974596215563),(201.3397459621556,375)) -2039 ((209,390),(209.13397459621555,390.5),(209.5,390.8660254037844),(210,391),(210.5,390.8660254037844),(210.86602540378445,390.5),(211,390),(210.86602540378445,389.5),(210.5,389.1339745962156),(210,389),(209.5,389.1339745962156),(209.13397459621555,389.5)) -2040 ((208,400),(208.26794919243113,401),(209,401.7320508075689),(210,402),(211,401.7320508075689),(211.73205080756887,401),(212,400),(211.73205080756887,399),(211,398.2679491924311),(210,398),(209,398.2679491924311),(208.26794919243113,399)) -2041 ((207,410),(207.40192378864668,411.5),(208.5,412.5980762113533),(210,413),(211.5,412.5980762113533),(212.59807621135332,411.5),(213,410),(212.59807621135332,408.5),(211.5,407.4019237886467),(210,407),(208.5,407.4019237886467),(207.40192378864668,408.5)) -2042 ((206,420),(206.53589838486224,422),(208,423.46410161513774),(210,424),(212,423.46410161513774),(213.46410161513776,422),(214,420),(213.46410161513776,418),(212,416.53589838486226),(210,416),(208,416.53589838486226),(206.53589838486224,418)) -2043 ((205,430),(205.66987298107782,432.5),(207.5,434.3301270189222),(210,435),(212.5,434.3301270189222),(214.33012701892218,432.5),(215,430),(214.33012701892218,427.5),(212.5,425.6698729810778),(210,425),(207.5,425.6698729810778),(205.66987298107782,427.5)) -2044 ((204,440),(204.80384757729337,443),(207,445.19615242270663),(210,446),(213,445.19615242270663),(215.19615242270663,443),(216,440),(215.19615242270663,437),(213,434.80384757729337),(210,434),(207,434.80384757729337),(204.80384757729337,437)) -2045 ((203,450),(203.93782217350892,453.5),(206.5,456.06217782649105),(210,457),(213.5,456.06217782649105),(216.06217782649108,453.5),(217,450),(216.06217782649108,446.5),(213.5,443.93782217350895),(210,443),(206.5,443.93782217350895),(203.93782217350892,446.5)) -2046 ((202,460),(203.0717967697245,464),(206,466.9282032302755),(210,468),(214,466.9282032302755),(216.9282032302755,464),(218,460),(216.9282032302755,456),(214,453.0717967697245),(210,452),(206,453.0717967697245),(203.0717967697245,456)) -2047 ((201,470),(202.20577136594005,474.5),(205.5,477.79422863405995),(210,479),(214.5,477.79422863405995),(217.79422863405995,474.5),(219,470),(217.79422863405995,465.5),(214.5,462.20577136594005),(210,461),(205.5,462.20577136594005),(202.20577136594005,465.5)) -2048 ((200,480),(201.3397459621556,485),(205,488.66025403784437),(210,490),(215,488.66025403784437),(218.6602540378444,485),(220,480),(218.6602540378444,475),(215,471.33974596215563),(210,470),(205,471.33974596215563),(201.3397459621556,475)) -2049 ((209,490),(209.13397459621555,490.5),(209.5,490.8660254037844),(210,491),(210.5,490.8660254037844),(210.86602540378445,490.5),(211,490),(210.86602540378445,489.5),(210.5,489.1339745962156),(210,489),(209.5,489.1339745962156),(209.13397459621555,489.5)) -2050 ((208,500),(208.26794919243113,501),(209,501.7320508075689),(210,502),(211,501.7320508075689),(211.73205080756887,501),(212,500),(211.73205080756887,499),(211,498.2679491924311),(210,498),(209,498.2679491924311),(208.26794919243113,499)) -2051 ((207,510),(207.40192378864668,511.5),(208.5,512.5980762113534),(210,513),(211.5,512.5980762113534),(212.59807621135332,511.5),(213,510),(212.59807621135332,508.5),(211.5,507.4019237886467),(210,507),(208.5,507.4019237886467),(207.40192378864668,508.5)) -2052 ((206,520),(206.53589838486224,522),(208,523.4641016151378),(210,524),(212,523.4641016151378),(213.46410161513776,522),(214,520),(213.46410161513776,518),(212,516.5358983848622),(210,516),(208,516.5358983848622),(206.53589838486224,518)) -2053 ((205,530),(205.66987298107782,532.5),(207.5,534.3301270189222),(210,535),(212.5,534.3301270189222),(214.33012701892218,532.5),(215,530),(214.33012701892218,527.5),(212.5,525.6698729810778),(210,525),(207.5,525.6698729810778),(205.66987298107782,527.5)) -2054 ((204,540),(204.80384757729337,543),(207,545.1961524227066),(210,546),(213,545.1961524227066),(215.19615242270663,543),(216,540),(215.19615242270663,537),(213,534.8038475772934),(210,534),(207,534.8038475772934),(204.80384757729337,537)) -2055 ((203,550),(203.93782217350892,553.5),(206.5,556.062177826491),(210,557),(213.5,556.062177826491),(216.06217782649108,553.5),(217,550),(216.06217782649108,546.5),(213.5,543.937822173509),(210,543),(206.5,543.937822173509),(203.93782217350892,546.5)) -2056 ((202,560),(203.0717967697245,564),(206,566.9282032302755),(210,568),(214,566.9282032302755),(216.9282032302755,564),(218,560),(216.9282032302755,556),(214,553.0717967697245),(210,552),(206,553.0717967697245),(203.0717967697245,556)) -2057 ((201,570),(202.20577136594005,574.5),(205.5,577.7942286340599),(210,579),(214.5,577.7942286340599),(217.79422863405995,574.5),(219,570),(217.79422863405995,565.5),(214.5,562.2057713659401),(210,561),(205.5,562.20577136594),(202.20577136594005,565.5)) -2058 ((200,580),(201.3397459621556,585),(205,588.6602540378444),(210,590),(215,588.6602540378444),(218.6602540378444,585),(220,580),(218.6602540378444,575),(215,571.3397459621556),(210,570),(205,571.3397459621556),(201.3397459621556,575)) -2059 ((209,590),(209.13397459621555,590.5),(209.5,590.8660254037844),(210,591),(210.5,590.8660254037844),(210.86602540378445,590.5),(211,590),(210.86602540378445,589.5),(210.5,589.1339745962156),(210,589),(209.5,589.1339745962156),(209.13397459621555,589.5)) -2060 ((208,600),(208.26794919243113,601),(209,601.7320508075688),(210,602),(211,601.7320508075688),(211.73205080756887,601),(212,600),(211.73205080756887,599),(211,598.2679491924312),(210,598),(209,598.2679491924312),(208.26794919243113,599)) -2061 ((207,610),(207.40192378864668,611.5),(208.5,612.5980762113534),(210,613),(211.5,612.5980762113534),(212.59807621135332,611.5),(213,610),(212.59807621135332,608.5),(211.5,607.4019237886467),(210,607),(208.5,607.4019237886466),(207.40192378864668,608.5)) -2062 ((206,620),(206.53589838486224,622),(208,623.4641016151378),(210,624),(212,623.4641016151378),(213.46410161513776,622),(214,620),(213.46410161513776,618),(212,616.5358983848622),(210,616),(208,616.5358983848622),(206.53589838486224,618)) -2063 ((205,630),(205.66987298107782,632.5),(207.5,634.3301270189222),(210,635),(212.5,634.3301270189222),(214.33012701892218,632.5),(215,630),(214.33012701892218,627.5),(212.5,625.6698729810778),(210,625),(207.5,625.6698729810778),(205.66987298107782,627.5)) -2064 ((204,640),(204.80384757729337,643),(207,645.1961524227066),(210,646),(213,645.1961524227066),(215.19615242270663,643),(216,640),(215.19615242270663,637),(213,634.8038475772934),(210,634),(207,634.8038475772934),(204.80384757729337,637)) -2065 ((203,650),(203.93782217350892,653.5),(206.5,656.062177826491),(210,657),(213.5,656.062177826491),(216.06217782649108,653.5),(217,650),(216.06217782649108,646.5),(213.5,643.937822173509),(210,643),(206.5,643.937822173509),(203.93782217350892,646.5)) -2066 ((202,660),(203.0717967697245,664),(206,666.9282032302755),(210,668),(214,666.9282032302755),(216.9282032302755,664),(218,660),(216.9282032302755,656),(214,653.0717967697245),(210,652),(206,653.0717967697245),(203.0717967697245,656)) -2067 ((201,670),(202.20577136594005,674.5),(205.5,677.7942286340599),(210,679),(214.5,677.7942286340599),(217.79422863405995,674.5),(219,670),(217.79422863405995,665.5),(214.5,662.2057713659401),(210,661),(205.5,662.20577136594),(202.20577136594005,665.5)) -2068 ((200,680),(201.3397459621556,685),(205,688.6602540378444),(210,690),(215,688.6602540378444),(218.6602540378444,685),(220,680),(218.6602540378444,675),(215,671.3397459621556),(210,670),(205,671.3397459621556),(201.3397459621556,675)) -2069 ((209,690),(209.13397459621555,690.5),(209.5,690.8660254037844),(210,691),(210.5,690.8660254037844),(210.86602540378445,690.5),(211,690),(210.86602540378445,689.5),(210.5,689.1339745962156),(210,689),(209.5,689.1339745962156),(209.13397459621555,689.5)) -2070 ((208,700),(208.26794919243113,701),(209,701.7320508075688),(210,702),(211,701.7320508075688),(211.73205080756887,701),(212,700),(211.73205080756887,699),(211,698.2679491924312),(210,698),(209,698.2679491924312),(208.26794919243113,699)) -2071 ((207,710),(207.40192378864668,711.5),(208.5,712.5980762113534),(210,713),(211.5,712.5980762113534),(212.59807621135332,711.5),(213,710),(212.59807621135332,708.5),(211.5,707.4019237886467),(210,707),(208.5,707.4019237886466),(207.40192378864668,708.5)) -2072 ((206,720),(206.53589838486224,722),(208,723.4641016151378),(210,724),(212,723.4641016151378),(213.46410161513776,722),(214,720),(213.46410161513776,718),(212,716.5358983848622),(210,716),(208,716.5358983848622),(206.53589838486224,718)) -2073 ((205,730),(205.66987298107782,732.5),(207.5,734.3301270189222),(210,735),(212.5,734.3301270189222),(214.33012701892218,732.5),(215,730),(214.33012701892218,727.5),(212.5,725.6698729810778),(210,725),(207.5,725.6698729810778),(205.66987298107782,727.5)) -2074 ((204,740),(204.80384757729337,743),(207,745.1961524227066),(210,746),(213,745.1961524227066),(215.19615242270663,743),(216,740),(215.19615242270663,737),(213,734.8038475772934),(210,734),(207,734.8038475772934),(204.80384757729337,737)) -2075 ((203,750),(203.93782217350892,753.5),(206.5,756.062177826491),(210,757),(213.5,756.062177826491),(216.06217782649108,753.5),(217,750),(216.06217782649108,746.5),(213.5,743.937822173509),(210,743),(206.5,743.937822173509),(203.93782217350892,746.5)) -2076 ((202,760),(203.0717967697245,764),(206,766.9282032302755),(210,768),(214,766.9282032302755),(216.9282032302755,764),(218,760),(216.9282032302755,756),(214,753.0717967697245),(210,752),(206,753.0717967697245),(203.0717967697245,756)) -2077 ((201,770),(202.20577136594005,774.5),(205.5,777.7942286340599),(210,779),(214.5,777.7942286340599),(217.79422863405995,774.5),(219,770),(217.79422863405995,765.5),(214.5,762.2057713659401),(210,761),(205.5,762.20577136594),(202.20577136594005,765.5)) -2078 ((200,780),(201.3397459621556,785),(205,788.6602540378444),(210,790),(215,788.6602540378444),(218.6602540378444,785),(220,780),(218.6602540378444,775),(215,771.3397459621556),(210,770),(205,771.3397459621556),(201.3397459621556,775)) -2079 ((209,790),(209.13397459621555,790.5),(209.5,790.8660254037844),(210,791),(210.5,790.8660254037844),(210.86602540378445,790.5),(211,790),(210.86602540378445,789.5),(210.5,789.1339745962156),(210,789),(209.5,789.1339745962156),(209.13397459621555,789.5)) -2080 ((208,800),(208.26794919243113,801),(209,801.7320508075688),(210,802),(211,801.7320508075688),(211.73205080756887,801),(212,800),(211.73205080756887,799),(211,798.2679491924312),(210,798),(209,798.2679491924312),(208.26794919243113,799)) -2081 ((207,810),(207.40192378864668,811.5),(208.5,812.5980762113534),(210,813),(211.5,812.5980762113534),(212.59807621135332,811.5),(213,810),(212.59807621135332,808.5),(211.5,807.4019237886467),(210,807),(208.5,807.4019237886466),(207.40192378864668,808.5)) -2082 ((206,820),(206.53589838486224,822),(208,823.4641016151378),(210,824),(212,823.4641016151378),(213.46410161513776,822),(214,820),(213.46410161513776,818),(212,816.5358983848622),(210,816),(208,816.5358983848622),(206.53589838486224,818)) -2083 ((205,830),(205.66987298107782,832.5),(207.5,834.3301270189222),(210,835),(212.5,834.3301270189222),(214.33012701892218,832.5),(215,830),(214.33012701892218,827.5),(212.5,825.6698729810778),(210,825),(207.5,825.6698729810778),(205.66987298107782,827.5)) -2084 ((204,840),(204.80384757729337,843),(207,845.1961524227066),(210,846),(213,845.1961524227066),(215.19615242270663,843),(216,840),(215.19615242270663,837),(213,834.8038475772934),(210,834),(207,834.8038475772934),(204.80384757729337,837)) -2085 ((203,850),(203.93782217350892,853.5),(206.5,856.062177826491),(210,857),(213.5,856.062177826491),(216.06217782649108,853.5),(217,850),(216.06217782649108,846.5),(213.5,843.937822173509),(210,843),(206.5,843.937822173509),(203.93782217350892,846.5)) -2086 ((202,860),(203.0717967697245,864),(206,866.9282032302755),(210,868),(214,866.9282032302755),(216.9282032302755,864),(218,860),(216.9282032302755,856),(214,853.0717967697245),(210,852),(206,853.0717967697245),(203.0717967697245,856)) -2087 ((201,870),(202.20577136594005,874.5),(205.5,877.7942286340599),(210,879),(214.5,877.7942286340599),(217.79422863405995,874.5),(219,870),(217.79422863405995,865.5),(214.5,862.2057713659401),(210,861),(205.5,862.20577136594),(202.20577136594005,865.5)) -2088 ((200,880),(201.3397459621556,885),(205,888.6602540378444),(210,890),(215,888.6602540378444),(218.6602540378444,885),(220,880),(218.6602540378444,875),(215,871.3397459621556),(210,870),(205,871.3397459621556),(201.3397459621556,875)) -2089 ((209,890),(209.13397459621555,890.5),(209.5,890.8660254037844),(210,891),(210.5,890.8660254037844),(210.86602540378445,890.5),(211,890),(210.86602540378445,889.5),(210.5,889.1339745962156),(210,889),(209.5,889.1339745962156),(209.13397459621555,889.5)) -2090 ((208,900),(208.26794919243113,901),(209,901.7320508075688),(210,902),(211,901.7320508075688),(211.73205080756887,901),(212,900),(211.73205080756887,899),(211,898.2679491924312),(210,898),(209,898.2679491924312),(208.26794919243113,899)) -2091 ((207,910),(207.40192378864668,911.5),(208.5,912.5980762113534),(210,913),(211.5,912.5980762113534),(212.59807621135332,911.5),(213,910),(212.59807621135332,908.5),(211.5,907.4019237886467),(210,907),(208.5,907.4019237886466),(207.40192378864668,908.5)) -2092 ((206,920),(206.53589838486224,922),(208,923.4641016151378),(210,924),(212,923.4641016151378),(213.46410161513776,922),(214,920),(213.46410161513776,918),(212,916.5358983848622),(210,916),(208,916.5358983848622),(206.53589838486224,918)) -2093 ((205,930),(205.66987298107782,932.5),(207.5,934.3301270189222),(210,935),(212.5,934.3301270189222),(214.33012701892218,932.5),(215,930),(214.33012701892218,927.5),(212.5,925.6698729810778),(210,925),(207.5,925.6698729810778),(205.66987298107782,927.5)) -2094 ((204,940),(204.80384757729337,943),(207,945.1961524227066),(210,946),(213,945.1961524227066),(215.19615242270663,943),(216,940),(215.19615242270663,937),(213,934.8038475772934),(210,934),(207,934.8038475772934),(204.80384757729337,937)) -2095 ((203,950),(203.93782217350892,953.5),(206.5,956.062177826491),(210,957),(213.5,956.062177826491),(216.06217782649108,953.5),(217,950),(216.06217782649108,946.5),(213.5,943.937822173509),(210,943),(206.5,943.937822173509),(203.93782217350892,946.5)) -2096 ((202,960),(203.0717967697245,964),(206,966.9282032302755),(210,968),(214,966.9282032302755),(216.9282032302755,964),(218,960),(216.9282032302755,956),(214,953.0717967697245),(210,952),(206,953.0717967697245),(203.0717967697245,956)) -2097 ((201,970),(202.20577136594005,974.5),(205.5,977.7942286340599),(210,979),(214.5,977.7942286340599),(217.79422863405995,974.5),(219,970),(217.79422863405995,965.5),(214.5,962.2057713659401),(210,961),(205.5,962.20577136594),(202.20577136594005,965.5)) -2098 ((200,980),(201.3397459621556,985),(205,988.6602540378444),(210,990),(215,988.6602540378444),(218.6602540378444,985),(220,980),(218.6602540378444,975),(215,971.3397459621556),(210,970),(205,971.3397459621556),(201.3397459621556,975)) -2099 ((209,990),(209.13397459621555,990.5),(209.5,990.8660254037844),(210,991),(210.5,990.8660254037844),(210.86602540378445,990.5),(211,990),(210.86602540378445,989.5),(210.5,989.1339745962156),(210,989),(209.5,989.1339745962156),(209.13397459621555,989.5)) -2100 ((208,1000),(208.26794919243113,1001),(209,1001.7320508075688),(210,1002),(211,1001.7320508075688),(211.73205080756887,1001),(212,1000),(211.73205080756887,999),(211,998.2679491924312),(210,998),(209,998.2679491924312),(208.26794919243113,999)) -2101 ((216,10),(216.53589838486224,12),(218,13.464101615137753),(220,14),(222,13.464101615137755),(223.46410161513776,12.000000000000002),(224,10),(223.46410161513776,8.000000000000002),(222,6.5358983848622465),(220,6),(218,6.535898384862244),(216.53589838486224,7.999999999999998)) -2102 ((215,20),(215.66987298107782,22.5),(217.5,24.33012701892219),(220,25),(222.5,24.330127018922195),(224.33012701892218,22.5),(225,20),(224.33012701892218,17.5),(222.5,15.669872981077807),(220,15),(217.5,15.669872981077805),(215.66987298107782,17.499999999999996)) -2103 ((214,30),(214.80384757729337,33),(217,35.19615242270663),(220,36),(223,35.19615242270663),(225.19615242270663,33),(226,30),(225.19615242270663,27),(223,24.803847577293368),(220,24),(217,24.803847577293368),(214.80384757729337,26.999999999999996)) -2104 ((213,40),(213.93782217350892,43.5),(216.5,46.06217782649107),(220,47),(223.5,46.06217782649107),(226.06217782649108,43.5),(227,40),(226.06217782649108,36.5),(223.5,33.937822173508934),(220,33),(216.5,33.93782217350893),(213.93782217350892,36.5)) -2105 ((212,50),(213.0717967697245,54),(216,56.92820323027551),(220,58),(224,56.92820323027551),(226.9282032302755,54),(228,50),(226.9282032302755,46),(224,43.07179676972449),(220,42),(216,43.071796769724486),(213.0717967697245,46)) -2106 ((211,60),(212.20577136594005,64.5),(215.5,67.79422863405995),(220,69),(224.5,67.79422863405995),(227.79422863405995,64.5),(229,60),(227.79422863405995,55.5),(224.5,52.20577136594005),(220,51),(215.5,52.20577136594005),(212.20577136594005,55.5)) -2107 ((210,70),(211.3397459621556,75),(215,78.66025403784438),(220,80),(225,78.66025403784438),(228.6602540378444,75),(230,70),(228.6602540378444,65),(225,61.33974596215562),(220,60),(215,61.33974596215561),(211.3397459621556,65)) -2108 ((219,80),(219.13397459621555,80.5),(219.5,80.86602540378443),(220,81),(220.5,80.86602540378443),(220.86602540378445,80.5),(221,80),(220.86602540378445,79.5),(220.5,79.13397459621557),(220,79),(219.5,79.13397459621557),(219.13397459621555,79.5)) -2109 ((218,90),(218.26794919243113,91),(219,91.73205080756888),(220,92),(221,91.73205080756888),(221.73205080756887,91),(222,90),(221.73205080756887,89),(221,88.26794919243112),(220,88),(219,88.26794919243112),(218.26794919243113,89)) -2110 ((217,100),(217.40192378864668,101.5),(218.5,102.59807621135332),(220,103),(221.5,102.59807621135332),(222.59807621135332,101.5),(223,100),(222.59807621135332,98.5),(221.5,97.40192378864668),(220,97),(218.5,97.40192378864668),(217.40192378864668,98.5)) -2111 ((216,110),(216.53589838486224,112),(218,113.46410161513775),(220,114),(222,113.46410161513775),(223.46410161513776,112),(224,110),(223.46410161513776,108),(222,106.53589838486225),(220,106),(218,106.53589838486225),(216.53589838486224,108)) -2112 ((215,120),(215.66987298107782,122.5),(217.5,124.3301270189222),(220,125),(222.5,124.3301270189222),(224.33012701892218,122.5),(225,120),(224.33012701892218,117.5),(222.5,115.6698729810778),(220,115),(217.5,115.6698729810778),(215.66987298107782,117.5)) -2113 ((214,130),(214.80384757729337,133),(217,135.19615242270663),(220,136),(223,135.19615242270663),(225.19615242270663,133),(226,130),(225.19615242270663,127),(223,124.80384757729337),(220,124),(217,124.80384757729337),(214.80384757729337,127)) -2114 ((213,140),(213.93782217350892,143.5),(216.5,146.06217782649108),(220,147),(223.5,146.06217782649108),(226.06217782649108,143.5),(227,140),(226.06217782649108,136.5),(223.5,133.93782217350892),(220,133),(216.5,133.93782217350892),(213.93782217350892,136.5)) -2115 ((212,150),(213.0717967697245,154),(216,156.9282032302755),(220,158),(224,156.9282032302755),(226.9282032302755,154),(228,150),(226.9282032302755,146),(224,143.0717967697245),(220,142),(216,143.0717967697245),(213.0717967697245,146)) -2116 ((211,160),(212.20577136594005,164.5),(215.5,167.79422863405995),(220,169),(224.5,167.79422863405995),(227.79422863405995,164.5),(229,160),(227.79422863405995,155.5),(224.5,152.20577136594005),(220,151),(215.5,152.20577136594005),(212.20577136594005,155.5)) -2117 ((210,170),(211.3397459621556,175),(215,178.6602540378444),(220,180),(225,178.6602540378444),(228.6602540378444,175),(230,170),(228.6602540378444,165),(225,161.3397459621556),(220,160),(215,161.3397459621556),(211.3397459621556,165)) -2118 ((219,180),(219.13397459621555,180.5),(219.5,180.86602540378445),(220,181),(220.5,180.86602540378445),(220.86602540378445,180.5),(221,180),(220.86602540378445,179.5),(220.5,179.13397459621555),(220,179),(219.5,179.13397459621555),(219.13397459621555,179.5)) -2119 ((218,190),(218.26794919243113,191),(219,191.73205080756887),(220,192),(221,191.73205080756887),(221.73205080756887,191),(222,190),(221.73205080756887,189),(221,188.26794919243113),(220,188),(219,188.26794919243113),(218.26794919243113,189)) -2120 ((217,200),(217.40192378864668,201.5),(218.5,202.59807621135332),(220,203),(221.5,202.59807621135332),(222.59807621135332,201.5),(223,200),(222.59807621135332,198.5),(221.5,197.40192378864668),(220,197),(218.5,197.40192378864668),(217.40192378864668,198.5)) -2121 ((216,210),(216.53589838486224,212),(218,213.46410161513776),(220,214),(222,213.46410161513776),(223.46410161513776,212),(224,210),(223.46410161513776,208),(222,206.53589838486224),(220,206),(218,206.53589838486224),(216.53589838486224,208)) -2122 ((215,220),(215.66987298107782,222.5),(217.5,224.33012701892218),(220,225),(222.5,224.33012701892218),(224.33012701892218,222.5),(225,220),(224.33012701892218,217.5),(222.5,215.66987298107782),(220,215),(217.5,215.66987298107782),(215.66987298107782,217.5)) -2123 ((214,230),(214.80384757729337,233),(217,235.19615242270663),(220,236),(223,235.19615242270663),(225.19615242270663,233),(226,230),(225.19615242270663,227),(223,224.80384757729337),(220,224),(217,224.80384757729337),(214.80384757729337,227)) -2124 ((213,240),(213.93782217350892,243.5),(216.5,246.06217782649108),(220,247),(223.5,246.06217782649108),(226.06217782649108,243.5),(227,240),(226.06217782649108,236.5),(223.5,233.93782217350892),(220,233),(216.5,233.93782217350892),(213.93782217350892,236.5)) -2125 ((212,250),(213.0717967697245,254),(216,256.9282032302755),(220,258),(224,256.9282032302755),(226.9282032302755,254),(228,250),(226.9282032302755,246),(224,243.0717967697245),(220,242),(216,243.0717967697245),(213.0717967697245,246)) -2126 ((211,260),(212.20577136594005,264.5),(215.5,267.79422863405995),(220,269),(224.5,267.79422863405995),(227.79422863405995,264.5),(229,260),(227.79422863405995,255.5),(224.5,252.20577136594005),(220,251),(215.5,252.20577136594005),(212.20577136594005,255.5)) -2127 ((210,270),(211.3397459621556,275),(215,278.66025403784437),(220,280),(225,278.66025403784437),(228.6602540378444,275),(230,270),(228.6602540378444,265),(225,261.33974596215563),(220,260),(215,261.33974596215563),(211.3397459621556,265)) -2128 ((219,280),(219.13397459621555,280.5),(219.5,280.8660254037844),(220,281),(220.5,280.8660254037844),(220.86602540378445,280.5),(221,280),(220.86602540378445,279.5),(220.5,279.1339745962156),(220,279),(219.5,279.1339745962156),(219.13397459621555,279.5)) -2129 ((218,290),(218.26794919243113,291),(219,291.7320508075689),(220,292),(221,291.7320508075689),(221.73205080756887,291),(222,290),(221.73205080756887,289),(221,288.2679491924311),(220,288),(219,288.2679491924311),(218.26794919243113,289)) -2130 ((217,300),(217.40192378864668,301.5),(218.5,302.5980762113533),(220,303),(221.5,302.5980762113533),(222.59807621135332,301.5),(223,300),(222.59807621135332,298.5),(221.5,297.4019237886467),(220,297),(218.5,297.4019237886467),(217.40192378864668,298.5)) -2131 ((216,310),(216.53589838486224,312),(218,313.46410161513774),(220,314),(222,313.46410161513774),(223.46410161513776,312),(224,310),(223.46410161513776,308),(222,306.53589838486226),(220,306),(218,306.53589838486226),(216.53589838486224,308)) -2132 ((215,320),(215.66987298107782,322.5),(217.5,324.3301270189222),(220,325),(222.5,324.3301270189222),(224.33012701892218,322.5),(225,320),(224.33012701892218,317.5),(222.5,315.6698729810778),(220,315),(217.5,315.6698729810778),(215.66987298107782,317.5)) -2133 ((214,330),(214.80384757729337,333),(217,335.19615242270663),(220,336),(223,335.19615242270663),(225.19615242270663,333),(226,330),(225.19615242270663,327),(223,324.80384757729337),(220,324),(217,324.80384757729337),(214.80384757729337,327)) -2134 ((213,340),(213.93782217350892,343.5),(216.5,346.06217782649105),(220,347),(223.5,346.06217782649105),(226.06217782649108,343.5),(227,340),(226.06217782649108,336.5),(223.5,333.93782217350895),(220,333),(216.5,333.93782217350895),(213.93782217350892,336.5)) -2135 ((212,350),(213.0717967697245,354),(216,356.9282032302755),(220,358),(224,356.9282032302755),(226.9282032302755,354),(228,350),(226.9282032302755,346),(224,343.0717967697245),(220,342),(216,343.0717967697245),(213.0717967697245,346)) -2136 ((211,360),(212.20577136594005,364.5),(215.5,367.79422863405995),(220,369),(224.5,367.79422863405995),(227.79422863405995,364.5),(229,360),(227.79422863405995,355.5),(224.5,352.20577136594005),(220,351),(215.5,352.20577136594005),(212.20577136594005,355.5)) -2137 ((210,370),(211.3397459621556,375),(215,378.66025403784437),(220,380),(225,378.66025403784437),(228.6602540378444,375),(230,370),(228.6602540378444,365),(225,361.33974596215563),(220,360),(215,361.33974596215563),(211.3397459621556,365)) -2138 ((219,380),(219.13397459621555,380.5),(219.5,380.8660254037844),(220,381),(220.5,380.8660254037844),(220.86602540378445,380.5),(221,380),(220.86602540378445,379.5),(220.5,379.1339745962156),(220,379),(219.5,379.1339745962156),(219.13397459621555,379.5)) -2139 ((218,390),(218.26794919243113,391),(219,391.7320508075689),(220,392),(221,391.7320508075689),(221.73205080756887,391),(222,390),(221.73205080756887,389),(221,388.2679491924311),(220,388),(219,388.2679491924311),(218.26794919243113,389)) -2140 ((217,400),(217.40192378864668,401.5),(218.5,402.5980762113533),(220,403),(221.5,402.5980762113533),(222.59807621135332,401.5),(223,400),(222.59807621135332,398.5),(221.5,397.4019237886467),(220,397),(218.5,397.4019237886467),(217.40192378864668,398.5)) -2141 ((216,410),(216.53589838486224,412),(218,413.46410161513774),(220,414),(222,413.46410161513774),(223.46410161513776,412),(224,410),(223.46410161513776,408),(222,406.53589838486226),(220,406),(218,406.53589838486226),(216.53589838486224,408)) -2142 ((215,420),(215.66987298107782,422.5),(217.5,424.3301270189222),(220,425),(222.5,424.3301270189222),(224.33012701892218,422.5),(225,420),(224.33012701892218,417.5),(222.5,415.6698729810778),(220,415),(217.5,415.6698729810778),(215.66987298107782,417.5)) -2143 ((214,430),(214.80384757729337,433),(217,435.19615242270663),(220,436),(223,435.19615242270663),(225.19615242270663,433),(226,430),(225.19615242270663,427),(223,424.80384757729337),(220,424),(217,424.80384757729337),(214.80384757729337,427)) -2144 ((213,440),(213.93782217350892,443.5),(216.5,446.06217782649105),(220,447),(223.5,446.06217782649105),(226.06217782649108,443.5),(227,440),(226.06217782649108,436.5),(223.5,433.93782217350895),(220,433),(216.5,433.93782217350895),(213.93782217350892,436.5)) -2145 ((212,450),(213.0717967697245,454),(216,456.9282032302755),(220,458),(224,456.9282032302755),(226.9282032302755,454),(228,450),(226.9282032302755,446),(224,443.0717967697245),(220,442),(216,443.0717967697245),(213.0717967697245,446)) -2146 ((211,460),(212.20577136594005,464.5),(215.5,467.79422863405995),(220,469),(224.5,467.79422863405995),(227.79422863405995,464.5),(229,460),(227.79422863405995,455.5),(224.5,452.20577136594005),(220,451),(215.5,452.20577136594005),(212.20577136594005,455.5)) -2147 ((210,470),(211.3397459621556,475),(215,478.66025403784437),(220,480),(225,478.66025403784437),(228.6602540378444,475),(230,470),(228.6602540378444,465),(225,461.33974596215563),(220,460),(215,461.33974596215563),(211.3397459621556,465)) -2148 ((219,480),(219.13397459621555,480.5),(219.5,480.8660254037844),(220,481),(220.5,480.8660254037844),(220.86602540378445,480.5),(221,480),(220.86602540378445,479.5),(220.5,479.1339745962156),(220,479),(219.5,479.1339745962156),(219.13397459621555,479.5)) -2149 ((218,490),(218.26794919243113,491),(219,491.7320508075689),(220,492),(221,491.7320508075689),(221.73205080756887,491),(222,490),(221.73205080756887,489),(221,488.2679491924311),(220,488),(219,488.2679491924311),(218.26794919243113,489)) -2150 ((217,500),(217.40192378864668,501.5),(218.5,502.5980762113533),(220,503),(221.5,502.5980762113533),(222.59807621135332,501.5),(223,500),(222.59807621135332,498.5),(221.5,497.4019237886467),(220,497),(218.5,497.4019237886467),(217.40192378864668,498.5)) -2151 ((216,510),(216.53589838486224,512),(218,513.4641016151378),(220,514),(222,513.4641016151378),(223.46410161513776,512),(224,510),(223.46410161513776,508),(222,506.53589838486226),(220,506),(218,506.53589838486226),(216.53589838486224,508)) -2152 ((215,520),(215.66987298107782,522.5),(217.5,524.3301270189222),(220,525),(222.5,524.3301270189222),(224.33012701892218,522.5),(225,520),(224.33012701892218,517.5),(222.5,515.6698729810778),(220,515),(217.5,515.6698729810778),(215.66987298107782,517.5)) -2153 ((214,530),(214.80384757729337,533),(217,535.1961524227066),(220,536),(223,535.1961524227066),(225.19615242270663,533),(226,530),(225.19615242270663,527),(223,524.8038475772934),(220,524),(217,524.8038475772934),(214.80384757729337,527)) -2154 ((213,540),(213.93782217350892,543.5),(216.5,546.062177826491),(220,547),(223.5,546.062177826491),(226.06217782649108,543.5),(227,540),(226.06217782649108,536.5),(223.5,533.937822173509),(220,533),(216.5,533.937822173509),(213.93782217350892,536.5)) -2155 ((212,550),(213.0717967697245,554),(216,556.9282032302755),(220,558),(224,556.9282032302755),(226.9282032302755,554),(228,550),(226.9282032302755,546),(224,543.0717967697245),(220,542),(216,543.0717967697245),(213.0717967697245,546)) -2156 ((211,560),(212.20577136594005,564.5),(215.5,567.7942286340599),(220,569),(224.5,567.7942286340599),(227.79422863405995,564.5),(229,560),(227.79422863405995,555.5),(224.5,552.2057713659401),(220,551),(215.5,552.20577136594),(212.20577136594005,555.5)) -2157 ((210,570),(211.3397459621556,575),(215,578.6602540378444),(220,580),(225,578.6602540378444),(228.6602540378444,575),(230,570),(228.6602540378444,565),(225,561.3397459621556),(220,560),(215,561.3397459621556),(211.3397459621556,565)) -2158 ((219,580),(219.13397459621555,580.5),(219.5,580.8660254037844),(220,581),(220.5,580.8660254037844),(220.86602540378445,580.5),(221,580),(220.86602540378445,579.5),(220.5,579.1339745962156),(220,579),(219.5,579.1339745962156),(219.13397459621555,579.5)) -2159 ((218,590),(218.26794919243113,591),(219,591.7320508075688),(220,592),(221,591.7320508075688),(221.73205080756887,591),(222,590),(221.73205080756887,589),(221,588.2679491924312),(220,588),(219,588.2679491924312),(218.26794919243113,589)) -2160 ((217,600),(217.40192378864668,601.5),(218.5,602.5980762113534),(220,603),(221.5,602.5980762113534),(222.59807621135332,601.5),(223,600),(222.59807621135332,598.5),(221.5,597.4019237886467),(220,597),(218.5,597.4019237886466),(217.40192378864668,598.5)) -2161 ((216,610),(216.53589838486224,612),(218,613.4641016151378),(220,614),(222,613.4641016151378),(223.46410161513776,612),(224,610),(223.46410161513776,608),(222,606.5358983848622),(220,606),(218,606.5358983848622),(216.53589838486224,608)) -2162 ((215,620),(215.66987298107782,622.5),(217.5,624.3301270189222),(220,625),(222.5,624.3301270189222),(224.33012701892218,622.5),(225,620),(224.33012701892218,617.5),(222.5,615.6698729810778),(220,615),(217.5,615.6698729810778),(215.66987298107782,617.5)) -2163 ((214,630),(214.80384757729337,633),(217,635.1961524227066),(220,636),(223,635.1961524227066),(225.19615242270663,633),(226,630),(225.19615242270663,627),(223,624.8038475772934),(220,624),(217,624.8038475772934),(214.80384757729337,627)) -2164 ((213,640),(213.93782217350892,643.5),(216.5,646.062177826491),(220,647),(223.5,646.062177826491),(226.06217782649108,643.5),(227,640),(226.06217782649108,636.5),(223.5,633.937822173509),(220,633),(216.5,633.937822173509),(213.93782217350892,636.5)) -2165 ((212,650),(213.0717967697245,654),(216,656.9282032302755),(220,658),(224,656.9282032302755),(226.9282032302755,654),(228,650),(226.9282032302755,646),(224,643.0717967697245),(220,642),(216,643.0717967697245),(213.0717967697245,646)) -2166 ((211,660),(212.20577136594005,664.5),(215.5,667.7942286340599),(220,669),(224.5,667.7942286340599),(227.79422863405995,664.5),(229,660),(227.79422863405995,655.5),(224.5,652.2057713659401),(220,651),(215.5,652.20577136594),(212.20577136594005,655.5)) -2167 ((210,670),(211.3397459621556,675),(215,678.6602540378444),(220,680),(225,678.6602540378444),(228.6602540378444,675),(230,670),(228.6602540378444,665),(225,661.3397459621556),(220,660),(215,661.3397459621556),(211.3397459621556,665)) -2168 ((219,680),(219.13397459621555,680.5),(219.5,680.8660254037844),(220,681),(220.5,680.8660254037844),(220.86602540378445,680.5),(221,680),(220.86602540378445,679.5),(220.5,679.1339745962156),(220,679),(219.5,679.1339745962156),(219.13397459621555,679.5)) -2169 ((218,690),(218.26794919243113,691),(219,691.7320508075688),(220,692),(221,691.7320508075688),(221.73205080756887,691),(222,690),(221.73205080756887,689),(221,688.2679491924312),(220,688),(219,688.2679491924312),(218.26794919243113,689)) -2170 ((217,700),(217.40192378864668,701.5),(218.5,702.5980762113534),(220,703),(221.5,702.5980762113534),(222.59807621135332,701.5),(223,700),(222.59807621135332,698.5),(221.5,697.4019237886467),(220,697),(218.5,697.4019237886466),(217.40192378864668,698.5)) -2171 ((216,710),(216.53589838486224,712),(218,713.4641016151378),(220,714),(222,713.4641016151378),(223.46410161513776,712),(224,710),(223.46410161513776,708),(222,706.5358983848622),(220,706),(218,706.5358983848622),(216.53589838486224,708)) -2172 ((215,720),(215.66987298107782,722.5),(217.5,724.3301270189222),(220,725),(222.5,724.3301270189222),(224.33012701892218,722.5),(225,720),(224.33012701892218,717.5),(222.5,715.6698729810778),(220,715),(217.5,715.6698729810778),(215.66987298107782,717.5)) -2173 ((214,730),(214.80384757729337,733),(217,735.1961524227066),(220,736),(223,735.1961524227066),(225.19615242270663,733),(226,730),(225.19615242270663,727),(223,724.8038475772934),(220,724),(217,724.8038475772934),(214.80384757729337,727)) -2174 ((213,740),(213.93782217350892,743.5),(216.5,746.062177826491),(220,747),(223.5,746.062177826491),(226.06217782649108,743.5),(227,740),(226.06217782649108,736.5),(223.5,733.937822173509),(220,733),(216.5,733.937822173509),(213.93782217350892,736.5)) -2175 ((212,750),(213.0717967697245,754),(216,756.9282032302755),(220,758),(224,756.9282032302755),(226.9282032302755,754),(228,750),(226.9282032302755,746),(224,743.0717967697245),(220,742),(216,743.0717967697245),(213.0717967697245,746)) -2176 ((211,760),(212.20577136594005,764.5),(215.5,767.7942286340599),(220,769),(224.5,767.7942286340599),(227.79422863405995,764.5),(229,760),(227.79422863405995,755.5),(224.5,752.2057713659401),(220,751),(215.5,752.20577136594),(212.20577136594005,755.5)) -2177 ((210,770),(211.3397459621556,775),(215,778.6602540378444),(220,780),(225,778.6602540378444),(228.6602540378444,775),(230,770),(228.6602540378444,765),(225,761.3397459621556),(220,760),(215,761.3397459621556),(211.3397459621556,765)) -2178 ((219,780),(219.13397459621555,780.5),(219.5,780.8660254037844),(220,781),(220.5,780.8660254037844),(220.86602540378445,780.5),(221,780),(220.86602540378445,779.5),(220.5,779.1339745962156),(220,779),(219.5,779.1339745962156),(219.13397459621555,779.5)) -2179 ((218,790),(218.26794919243113,791),(219,791.7320508075688),(220,792),(221,791.7320508075688),(221.73205080756887,791),(222,790),(221.73205080756887,789),(221,788.2679491924312),(220,788),(219,788.2679491924312),(218.26794919243113,789)) -2180 ((217,800),(217.40192378864668,801.5),(218.5,802.5980762113534),(220,803),(221.5,802.5980762113534),(222.59807621135332,801.5),(223,800),(222.59807621135332,798.5),(221.5,797.4019237886467),(220,797),(218.5,797.4019237886466),(217.40192378864668,798.5)) -2181 ((216,810),(216.53589838486224,812),(218,813.4641016151378),(220,814),(222,813.4641016151378),(223.46410161513776,812),(224,810),(223.46410161513776,808),(222,806.5358983848622),(220,806),(218,806.5358983848622),(216.53589838486224,808)) -2182 ((215,820),(215.66987298107782,822.5),(217.5,824.3301270189222),(220,825),(222.5,824.3301270189222),(224.33012701892218,822.5),(225,820),(224.33012701892218,817.5),(222.5,815.6698729810778),(220,815),(217.5,815.6698729810778),(215.66987298107782,817.5)) -2183 ((214,830),(214.80384757729337,833),(217,835.1961524227066),(220,836),(223,835.1961524227066),(225.19615242270663,833),(226,830),(225.19615242270663,827),(223,824.8038475772934),(220,824),(217,824.8038475772934),(214.80384757729337,827)) -2184 ((213,840),(213.93782217350892,843.5),(216.5,846.062177826491),(220,847),(223.5,846.062177826491),(226.06217782649108,843.5),(227,840),(226.06217782649108,836.5),(223.5,833.937822173509),(220,833),(216.5,833.937822173509),(213.93782217350892,836.5)) -2185 ((212,850),(213.0717967697245,854),(216,856.9282032302755),(220,858),(224,856.9282032302755),(226.9282032302755,854),(228,850),(226.9282032302755,846),(224,843.0717967697245),(220,842),(216,843.0717967697245),(213.0717967697245,846)) -2186 ((211,860),(212.20577136594005,864.5),(215.5,867.7942286340599),(220,869),(224.5,867.7942286340599),(227.79422863405995,864.5),(229,860),(227.79422863405995,855.5),(224.5,852.2057713659401),(220,851),(215.5,852.20577136594),(212.20577136594005,855.5)) -2187 ((210,870),(211.3397459621556,875),(215,878.6602540378444),(220,880),(225,878.6602540378444),(228.6602540378444,875),(230,870),(228.6602540378444,865),(225,861.3397459621556),(220,860),(215,861.3397459621556),(211.3397459621556,865)) -2188 ((219,880),(219.13397459621555,880.5),(219.5,880.8660254037844),(220,881),(220.5,880.8660254037844),(220.86602540378445,880.5),(221,880),(220.86602540378445,879.5),(220.5,879.1339745962156),(220,879),(219.5,879.1339745962156),(219.13397459621555,879.5)) -2189 ((218,890),(218.26794919243113,891),(219,891.7320508075688),(220,892),(221,891.7320508075688),(221.73205080756887,891),(222,890),(221.73205080756887,889),(221,888.2679491924312),(220,888),(219,888.2679491924312),(218.26794919243113,889)) -2190 ((217,900),(217.40192378864668,901.5),(218.5,902.5980762113534),(220,903),(221.5,902.5980762113534),(222.59807621135332,901.5),(223,900),(222.59807621135332,898.5),(221.5,897.4019237886467),(220,897),(218.5,897.4019237886466),(217.40192378864668,898.5)) -2191 ((216,910),(216.53589838486224,912),(218,913.4641016151378),(220,914),(222,913.4641016151378),(223.46410161513776,912),(224,910),(223.46410161513776,908),(222,906.5358983848622),(220,906),(218,906.5358983848622),(216.53589838486224,908)) -2192 ((215,920),(215.66987298107782,922.5),(217.5,924.3301270189222),(220,925),(222.5,924.3301270189222),(224.33012701892218,922.5),(225,920),(224.33012701892218,917.5),(222.5,915.6698729810778),(220,915),(217.5,915.6698729810778),(215.66987298107782,917.5)) -2193 ((214,930),(214.80384757729337,933),(217,935.1961524227066),(220,936),(223,935.1961524227066),(225.19615242270663,933),(226,930),(225.19615242270663,927),(223,924.8038475772934),(220,924),(217,924.8038475772934),(214.80384757729337,927)) -2194 ((213,940),(213.93782217350892,943.5),(216.5,946.062177826491),(220,947),(223.5,946.062177826491),(226.06217782649108,943.5),(227,940),(226.06217782649108,936.5),(223.5,933.937822173509),(220,933),(216.5,933.937822173509),(213.93782217350892,936.5)) -2195 ((212,950),(213.0717967697245,954),(216,956.9282032302755),(220,958),(224,956.9282032302755),(226.9282032302755,954),(228,950),(226.9282032302755,946),(224,943.0717967697245),(220,942),(216,943.0717967697245),(213.0717967697245,946)) -2196 ((211,960),(212.20577136594005,964.5),(215.5,967.7942286340599),(220,969),(224.5,967.7942286340599),(227.79422863405995,964.5),(229,960),(227.79422863405995,955.5),(224.5,952.2057713659401),(220,951),(215.5,952.20577136594),(212.20577136594005,955.5)) -2197 ((210,970),(211.3397459621556,975),(215,978.6602540378444),(220,980),(225,978.6602540378444),(228.6602540378444,975),(230,970),(228.6602540378444,965),(225,961.3397459621556),(220,960),(215,961.3397459621556),(211.3397459621556,965)) -2198 ((219,980),(219.13397459621555,980.5),(219.5,980.8660254037844),(220,981),(220.5,980.8660254037844),(220.86602540378445,980.5),(221,980),(220.86602540378445,979.5),(220.5,979.1339745962156),(220,979),(219.5,979.1339745962156),(219.13397459621555,979.5)) -2199 ((218,990),(218.26794919243113,991),(219,991.7320508075688),(220,992),(221,991.7320508075688),(221.73205080756887,991),(222,990),(221.73205080756887,989),(221,988.2679491924312),(220,988),(219,988.2679491924312),(218.26794919243113,989)) -2200 ((217,1000),(217.40192378864668,1001.5),(218.5,1002.5980762113534),(220,1003),(221.5,1002.5980762113534),(222.59807621135332,1001.5),(223,1000),(222.59807621135332,998.5),(221.5,997.4019237886467),(220,997),(218.5,997.4019237886466),(217.40192378864668,998.5)) -2201 ((225,10),(225.66987298107782,12.5),(227.5,14.330127018922193),(230,15),(232.5,14.330127018922195),(234.33012701892218,12.500000000000002),(235,10),(234.33012701892218,7.500000000000002),(232.5,5.669872981077807),(230,5),(227.5,5.669872981077805),(225.66987298107782,7.499999999999998)) -2202 ((224,20),(224.80384757729337,23),(227,25.196152422706632),(230,26),(233,25.196152422706632),(235.19615242270663,23),(236,20),(235.19615242270663,17),(233,14.803847577293368),(230,14),(227,14.803847577293366),(224.80384757729337,16.999999999999996)) -2203 ((223,30),(223.93782217350892,33.5),(226.5,36.06217782649107),(230,37),(233.5,36.06217782649107),(236.06217782649108,33.5),(237,30),(236.06217782649108,26.5),(233.5,23.93782217350893),(230,23),(226.5,23.937822173508927),(223.93782217350892,26.499999999999996)) -2204 ((222,40),(223.0717967697245,44),(226,46.92820323027551),(230,48),(234,46.92820323027551),(236.9282032302755,44),(238,40),(236.9282032302755,36),(234,33.07179676972449),(230,32),(226,33.071796769724486),(223.0717967697245,36)) -2205 ((221,50),(222.20577136594005,54.5),(225.5,57.79422863405995),(230,59),(234.5,57.79422863405995),(237.79422863405995,54.5),(239,50),(237.79422863405995,45.5),(234.5,42.20577136594005),(230,41),(225.5,42.20577136594005),(222.20577136594005,45.5)) -2206 ((220,60),(221.3397459621556,65),(225,68.66025403784438),(230,70),(235,68.66025403784438),(238.6602540378444,65),(240,60),(238.6602540378444,55),(235,51.33974596215562),(230,50),(225,51.33974596215561),(221.3397459621556,54.99999999999999)) -2207 ((229,70),(229.13397459621555,70.5),(229.5,70.86602540378443),(230,71),(230.5,70.86602540378443),(230.86602540378445,70.5),(231,70),(230.86602540378445,69.5),(230.5,69.13397459621557),(230,69),(229.5,69.13397459621557),(229.13397459621555,69.5)) -2208 ((228,80),(228.26794919243113,81),(229,81.73205080756888),(230,82),(231,81.73205080756888),(231.73205080756887,81),(232,80),(231.73205080756887,79),(231,78.26794919243112),(230,78),(229,78.26794919243112),(228.26794919243113,79)) -2209 ((227,90),(227.40192378864668,91.5),(228.5,92.59807621135332),(230,93),(231.5,92.59807621135332),(232.59807621135332,91.5),(233,90),(232.59807621135332,88.5),(231.5,87.40192378864668),(230,87),(228.5,87.40192378864668),(227.40192378864668,88.5)) -2210 ((226,100),(226.53589838486224,102),(228,103.46410161513775),(230,104),(232,103.46410161513775),(233.46410161513776,102),(234,100),(233.46410161513776,98),(232,96.53589838486225),(230,96),(228,96.53589838486225),(226.53589838486224,98)) -2211 ((225,110),(225.66987298107782,112.5),(227.5,114.3301270189222),(230,115),(232.5,114.3301270189222),(234.33012701892218,112.5),(235,110),(234.33012701892218,107.5),(232.5,105.6698729810778),(230,105),(227.5,105.6698729810778),(225.66987298107782,107.5)) -2212 ((224,120),(224.80384757729337,123),(227,125.19615242270663),(230,126),(233,125.19615242270663),(235.19615242270663,123),(236,120),(235.19615242270663,117),(233,114.80384757729337),(230,114),(227,114.80384757729337),(224.80384757729337,117)) -2213 ((223,130),(223.93782217350892,133.5),(226.5,136.06217782649108),(230,137),(233.5,136.06217782649108),(236.06217782649108,133.5),(237,130),(236.06217782649108,126.5),(233.5,123.93782217350893),(230,123),(226.5,123.93782217350892),(223.93782217350892,126.5)) -2214 ((222,140),(223.0717967697245,144),(226,146.9282032302755),(230,148),(234,146.9282032302755),(236.9282032302755,144),(238,140),(236.9282032302755,136),(234,133.0717967697245),(230,132),(226,133.0717967697245),(223.0717967697245,136)) -2215 ((221,150),(222.20577136594005,154.5),(225.5,157.79422863405995),(230,159),(234.5,157.79422863405995),(237.79422863405995,154.5),(239,150),(237.79422863405995,145.5),(234.5,142.20577136594005),(230,141),(225.5,142.20577136594005),(222.20577136594005,145.5)) -2216 ((220,160),(221.3397459621556,165),(225,168.6602540378444),(230,170),(235,168.6602540378444),(238.6602540378444,165),(240,160),(238.6602540378444,155),(235,151.3397459621556),(230,150),(225,151.3397459621556),(221.3397459621556,155)) -2217 ((229,170),(229.13397459621555,170.5),(229.5,170.86602540378445),(230,171),(230.5,170.86602540378445),(230.86602540378445,170.5),(231,170),(230.86602540378445,169.5),(230.5,169.13397459621555),(230,169),(229.5,169.13397459621555),(229.13397459621555,169.5)) -2218 ((228,180),(228.26794919243113,181),(229,181.73205080756887),(230,182),(231,181.73205080756887),(231.73205080756887,181),(232,180),(231.73205080756887,179),(231,178.26794919243113),(230,178),(229,178.26794919243113),(228.26794919243113,179)) -2219 ((227,190),(227.40192378864668,191.5),(228.5,192.59807621135332),(230,193),(231.5,192.59807621135332),(232.59807621135332,191.5),(233,190),(232.59807621135332,188.5),(231.5,187.40192378864668),(230,187),(228.5,187.40192378864668),(227.40192378864668,188.5)) -2220 ((226,200),(226.53589838486224,202),(228,203.46410161513776),(230,204),(232,203.46410161513776),(233.46410161513776,202),(234,200),(233.46410161513776,198),(232,196.53589838486224),(230,196),(228,196.53589838486224),(226.53589838486224,198)) -2221 ((225,210),(225.66987298107782,212.5),(227.5,214.33012701892218),(230,215),(232.5,214.33012701892218),(234.33012701892218,212.5),(235,210),(234.33012701892218,207.5),(232.5,205.66987298107782),(230,205),(227.5,205.66987298107782),(225.66987298107782,207.5)) -2222 ((224,220),(224.80384757729337,223),(227,225.19615242270663),(230,226),(233,225.19615242270663),(235.19615242270663,223),(236,220),(235.19615242270663,217),(233,214.80384757729337),(230,214),(227,214.80384757729337),(224.80384757729337,217)) -2223 ((223,230),(223.93782217350892,233.5),(226.5,236.06217782649108),(230,237),(233.5,236.06217782649108),(236.06217782649108,233.5),(237,230),(236.06217782649108,226.5),(233.5,223.93782217350892),(230,223),(226.5,223.93782217350892),(223.93782217350892,226.5)) -2224 ((222,240),(223.0717967697245,244),(226,246.9282032302755),(230,248),(234,246.9282032302755),(236.9282032302755,244),(238,240),(236.9282032302755,236),(234,233.0717967697245),(230,232),(226,233.0717967697245),(223.0717967697245,236)) -2225 ((221,250),(222.20577136594005,254.5),(225.5,257.79422863405995),(230,259),(234.5,257.79422863405995),(237.79422863405995,254.5),(239,250),(237.79422863405995,245.5),(234.5,242.20577136594005),(230,241),(225.5,242.20577136594005),(222.20577136594005,245.5)) -2226 ((220,260),(221.3397459621556,265),(225,268.66025403784437),(230,270),(235,268.66025403784437),(238.6602540378444,265),(240,260),(238.6602540378444,255),(235,251.3397459621556),(230,250),(225,251.3397459621556),(221.3397459621556,255)) -2227 ((229,270),(229.13397459621555,270.5),(229.5,270.8660254037844),(230,271),(230.5,270.8660254037844),(230.86602540378445,270.5),(231,270),(230.86602540378445,269.5),(230.5,269.1339745962156),(230,269),(229.5,269.1339745962156),(229.13397459621555,269.5)) -2228 ((228,280),(228.26794919243113,281),(229,281.7320508075689),(230,282),(231,281.7320508075689),(231.73205080756887,281),(232,280),(231.73205080756887,279),(231,278.2679491924311),(230,278),(229,278.2679491924311),(228.26794919243113,279)) -2229 ((227,290),(227.40192378864668,291.5),(228.5,292.5980762113533),(230,293),(231.5,292.5980762113533),(232.59807621135332,291.5),(233,290),(232.59807621135332,288.5),(231.5,287.4019237886467),(230,287),(228.5,287.4019237886467),(227.40192378864668,288.5)) -2230 ((226,300),(226.53589838486224,302),(228,303.46410161513774),(230,304),(232,303.46410161513774),(233.46410161513776,302),(234,300),(233.46410161513776,298),(232,296.53589838486226),(230,296),(228,296.53589838486226),(226.53589838486224,298)) -2231 ((225,310),(225.66987298107782,312.5),(227.5,314.3301270189222),(230,315),(232.5,314.3301270189222),(234.33012701892218,312.5),(235,310),(234.33012701892218,307.5),(232.5,305.6698729810778),(230,305),(227.5,305.6698729810778),(225.66987298107782,307.5)) -2232 ((224,320),(224.80384757729337,323),(227,325.19615242270663),(230,326),(233,325.19615242270663),(235.19615242270663,323),(236,320),(235.19615242270663,317),(233,314.80384757729337),(230,314),(227,314.80384757729337),(224.80384757729337,317)) -2233 ((223,330),(223.93782217350892,333.5),(226.5,336.06217782649105),(230,337),(233.5,336.06217782649105),(236.06217782649108,333.5),(237,330),(236.06217782649108,326.5),(233.5,323.93782217350895),(230,323),(226.5,323.93782217350895),(223.93782217350892,326.5)) -2234 ((222,340),(223.0717967697245,344),(226,346.9282032302755),(230,348),(234,346.9282032302755),(236.9282032302755,344),(238,340),(236.9282032302755,336),(234,333.0717967697245),(230,332),(226,333.0717967697245),(223.0717967697245,336)) -2235 ((221,350),(222.20577136594005,354.5),(225.5,357.79422863405995),(230,359),(234.5,357.79422863405995),(237.79422863405995,354.5),(239,350),(237.79422863405995,345.5),(234.5,342.20577136594005),(230,341),(225.5,342.20577136594005),(222.20577136594005,345.5)) -2236 ((220,360),(221.3397459621556,365),(225,368.66025403784437),(230,370),(235,368.66025403784437),(238.6602540378444,365),(240,360),(238.6602540378444,355),(235,351.33974596215563),(230,350),(225,351.33974596215563),(221.3397459621556,355)) -2237 ((229,370),(229.13397459621555,370.5),(229.5,370.8660254037844),(230,371),(230.5,370.8660254037844),(230.86602540378445,370.5),(231,370),(230.86602540378445,369.5),(230.5,369.1339745962156),(230,369),(229.5,369.1339745962156),(229.13397459621555,369.5)) -2238 ((228,380),(228.26794919243113,381),(229,381.7320508075689),(230,382),(231,381.7320508075689),(231.73205080756887,381),(232,380),(231.73205080756887,379),(231,378.2679491924311),(230,378),(229,378.2679491924311),(228.26794919243113,379)) -2239 ((227,390),(227.40192378864668,391.5),(228.5,392.5980762113533),(230,393),(231.5,392.5980762113533),(232.59807621135332,391.5),(233,390),(232.59807621135332,388.5),(231.5,387.4019237886467),(230,387),(228.5,387.4019237886467),(227.40192378864668,388.5)) -2240 ((226,400),(226.53589838486224,402),(228,403.46410161513774),(230,404),(232,403.46410161513774),(233.46410161513776,402),(234,400),(233.46410161513776,398),(232,396.53589838486226),(230,396),(228,396.53589838486226),(226.53589838486224,398)) -2241 ((225,410),(225.66987298107782,412.5),(227.5,414.3301270189222),(230,415),(232.5,414.3301270189222),(234.33012701892218,412.5),(235,410),(234.33012701892218,407.5),(232.5,405.6698729810778),(230,405),(227.5,405.6698729810778),(225.66987298107782,407.5)) -2242 ((224,420),(224.80384757729337,423),(227,425.19615242270663),(230,426),(233,425.19615242270663),(235.19615242270663,423),(236,420),(235.19615242270663,417),(233,414.80384757729337),(230,414),(227,414.80384757729337),(224.80384757729337,417)) -2243 ((223,430),(223.93782217350892,433.5),(226.5,436.06217782649105),(230,437),(233.5,436.06217782649105),(236.06217782649108,433.5),(237,430),(236.06217782649108,426.5),(233.5,423.93782217350895),(230,423),(226.5,423.93782217350895),(223.93782217350892,426.5)) -2244 ((222,440),(223.0717967697245,444),(226,446.9282032302755),(230,448),(234,446.9282032302755),(236.9282032302755,444),(238,440),(236.9282032302755,436),(234,433.0717967697245),(230,432),(226,433.0717967697245),(223.0717967697245,436)) -2245 ((221,450),(222.20577136594005,454.5),(225.5,457.79422863405995),(230,459),(234.5,457.79422863405995),(237.79422863405995,454.5),(239,450),(237.79422863405995,445.5),(234.5,442.20577136594005),(230,441),(225.5,442.20577136594005),(222.20577136594005,445.5)) -2246 ((220,460),(221.3397459621556,465),(225,468.66025403784437),(230,470),(235,468.66025403784437),(238.6602540378444,465),(240,460),(238.6602540378444,455),(235,451.33974596215563),(230,450),(225,451.33974596215563),(221.3397459621556,455)) -2247 ((229,470),(229.13397459621555,470.5),(229.5,470.8660254037844),(230,471),(230.5,470.8660254037844),(230.86602540378445,470.5),(231,470),(230.86602540378445,469.5),(230.5,469.1339745962156),(230,469),(229.5,469.1339745962156),(229.13397459621555,469.5)) -2248 ((228,480),(228.26794919243113,481),(229,481.7320508075689),(230,482),(231,481.7320508075689),(231.73205080756887,481),(232,480),(231.73205080756887,479),(231,478.2679491924311),(230,478),(229,478.2679491924311),(228.26794919243113,479)) -2249 ((227,490),(227.40192378864668,491.5),(228.5,492.5980762113533),(230,493),(231.5,492.5980762113533),(232.59807621135332,491.5),(233,490),(232.59807621135332,488.5),(231.5,487.4019237886467),(230,487),(228.5,487.4019237886467),(227.40192378864668,488.5)) -2250 ((226,500),(226.53589838486224,502),(228,503.46410161513774),(230,504),(232,503.46410161513774),(233.46410161513776,502),(234,500),(233.46410161513776,498),(232,496.53589838486226),(230,496),(228,496.53589838486226),(226.53589838486224,498)) -2251 ((225,510),(225.66987298107782,512.5),(227.5,514.3301270189222),(230,515),(232.5,514.3301270189222),(234.33012701892218,512.5),(235,510),(234.33012701892218,507.5),(232.5,505.6698729810778),(230,505),(227.5,505.6698729810778),(225.66987298107782,507.5)) -2252 ((224,520),(224.80384757729337,523),(227,525.1961524227066),(230,526),(233,525.1961524227066),(235.19615242270663,523),(236,520),(235.19615242270663,517),(233,514.8038475772934),(230,514),(227,514.8038475772934),(224.80384757729337,517)) -2253 ((223,530),(223.93782217350892,533.5),(226.5,536.062177826491),(230,537),(233.5,536.062177826491),(236.06217782649108,533.5),(237,530),(236.06217782649108,526.5),(233.5,523.937822173509),(230,523),(226.5,523.937822173509),(223.93782217350892,526.5)) -2254 ((222,540),(223.0717967697245,544),(226,546.9282032302755),(230,548),(234,546.9282032302755),(236.9282032302755,544),(238,540),(236.9282032302755,536),(234,533.0717967697245),(230,532),(226,533.0717967697245),(223.0717967697245,536)) -2255 ((221,550),(222.20577136594005,554.5),(225.5,557.7942286340599),(230,559),(234.5,557.7942286340599),(237.79422863405995,554.5),(239,550),(237.79422863405995,545.5),(234.5,542.2057713659401),(230,541),(225.5,542.20577136594),(222.20577136594005,545.5)) -2256 ((220,560),(221.3397459621556,565),(225,568.6602540378444),(230,570),(235,568.6602540378444),(238.6602540378444,565),(240,560),(238.6602540378444,555),(235,551.3397459621556),(230,550),(225,551.3397459621556),(221.3397459621556,555)) -2257 ((229,570),(229.13397459621555,570.5),(229.5,570.8660254037844),(230,571),(230.5,570.8660254037844),(230.86602540378445,570.5),(231,570),(230.86602540378445,569.5),(230.5,569.1339745962156),(230,569),(229.5,569.1339745962156),(229.13397459621555,569.5)) -2258 ((228,580),(228.26794919243113,581),(229,581.7320508075688),(230,582),(231,581.7320508075688),(231.73205080756887,581),(232,580),(231.73205080756887,579),(231,578.2679491924312),(230,578),(229,578.2679491924312),(228.26794919243113,579)) -2259 ((227,590),(227.40192378864668,591.5),(228.5,592.5980762113534),(230,593),(231.5,592.5980762113534),(232.59807621135332,591.5),(233,590),(232.59807621135332,588.5),(231.5,587.4019237886467),(230,587),(228.5,587.4019237886466),(227.40192378864668,588.5)) -2260 ((226,600),(226.53589838486224,602),(228,603.4641016151378),(230,604),(232,603.4641016151378),(233.46410161513776,602),(234,600),(233.46410161513776,598),(232,596.5358983848622),(230,596),(228,596.5358983848622),(226.53589838486224,598)) -2261 ((225,610),(225.66987298107782,612.5),(227.5,614.3301270189222),(230,615),(232.5,614.3301270189222),(234.33012701892218,612.5),(235,610),(234.33012701892218,607.5),(232.5,605.6698729810778),(230,605),(227.5,605.6698729810778),(225.66987298107782,607.5)) -2262 ((224,620),(224.80384757729337,623),(227,625.1961524227066),(230,626),(233,625.1961524227066),(235.19615242270663,623),(236,620),(235.19615242270663,617),(233,614.8038475772934),(230,614),(227,614.8038475772934),(224.80384757729337,617)) -2263 ((223,630),(223.93782217350892,633.5),(226.5,636.062177826491),(230,637),(233.5,636.062177826491),(236.06217782649108,633.5),(237,630),(236.06217782649108,626.5),(233.5,623.937822173509),(230,623),(226.5,623.937822173509),(223.93782217350892,626.5)) -2264 ((222,640),(223.0717967697245,644),(226,646.9282032302755),(230,648),(234,646.9282032302755),(236.9282032302755,644),(238,640),(236.9282032302755,636),(234,633.0717967697245),(230,632),(226,633.0717967697245),(223.0717967697245,636)) -2265 ((221,650),(222.20577136594005,654.5),(225.5,657.7942286340599),(230,659),(234.5,657.7942286340599),(237.79422863405995,654.5),(239,650),(237.79422863405995,645.5),(234.5,642.2057713659401),(230,641),(225.5,642.20577136594),(222.20577136594005,645.5)) -2266 ((220,660),(221.3397459621556,665),(225,668.6602540378444),(230,670),(235,668.6602540378444),(238.6602540378444,665),(240,660),(238.6602540378444,655),(235,651.3397459621556),(230,650),(225,651.3397459621556),(221.3397459621556,655)) -2267 ((229,670),(229.13397459621555,670.5),(229.5,670.8660254037844),(230,671),(230.5,670.8660254037844),(230.86602540378445,670.5),(231,670),(230.86602540378445,669.5),(230.5,669.1339745962156),(230,669),(229.5,669.1339745962156),(229.13397459621555,669.5)) -2268 ((228,680),(228.26794919243113,681),(229,681.7320508075688),(230,682),(231,681.7320508075688),(231.73205080756887,681),(232,680),(231.73205080756887,679),(231,678.2679491924312),(230,678),(229,678.2679491924312),(228.26794919243113,679)) -2269 ((227,690),(227.40192378864668,691.5),(228.5,692.5980762113534),(230,693),(231.5,692.5980762113534),(232.59807621135332,691.5),(233,690),(232.59807621135332,688.5),(231.5,687.4019237886467),(230,687),(228.5,687.4019237886466),(227.40192378864668,688.5)) -2270 ((226,700),(226.53589838486224,702),(228,703.4641016151378),(230,704),(232,703.4641016151378),(233.46410161513776,702),(234,700),(233.46410161513776,698),(232,696.5358983848622),(230,696),(228,696.5358983848622),(226.53589838486224,698)) -2271 ((225,710),(225.66987298107782,712.5),(227.5,714.3301270189222),(230,715),(232.5,714.3301270189222),(234.33012701892218,712.5),(235,710),(234.33012701892218,707.5),(232.5,705.6698729810778),(230,705),(227.5,705.6698729810778),(225.66987298107782,707.5)) -2272 ((224,720),(224.80384757729337,723),(227,725.1961524227066),(230,726),(233,725.1961524227066),(235.19615242270663,723),(236,720),(235.19615242270663,717),(233,714.8038475772934),(230,714),(227,714.8038475772934),(224.80384757729337,717)) -2273 ((223,730),(223.93782217350892,733.5),(226.5,736.062177826491),(230,737),(233.5,736.062177826491),(236.06217782649108,733.5),(237,730),(236.06217782649108,726.5),(233.5,723.937822173509),(230,723),(226.5,723.937822173509),(223.93782217350892,726.5)) -2274 ((222,740),(223.0717967697245,744),(226,746.9282032302755),(230,748),(234,746.9282032302755),(236.9282032302755,744),(238,740),(236.9282032302755,736),(234,733.0717967697245),(230,732),(226,733.0717967697245),(223.0717967697245,736)) -2275 ((221,750),(222.20577136594005,754.5),(225.5,757.7942286340599),(230,759),(234.5,757.7942286340599),(237.79422863405995,754.5),(239,750),(237.79422863405995,745.5),(234.5,742.2057713659401),(230,741),(225.5,742.20577136594),(222.20577136594005,745.5)) -2276 ((220,760),(221.3397459621556,765),(225,768.6602540378444),(230,770),(235,768.6602540378444),(238.6602540378444,765),(240,760),(238.6602540378444,755),(235,751.3397459621556),(230,750),(225,751.3397459621556),(221.3397459621556,755)) -2277 ((229,770),(229.13397459621555,770.5),(229.5,770.8660254037844),(230,771),(230.5,770.8660254037844),(230.86602540378445,770.5),(231,770),(230.86602540378445,769.5),(230.5,769.1339745962156),(230,769),(229.5,769.1339745962156),(229.13397459621555,769.5)) -2278 ((228,780),(228.26794919243113,781),(229,781.7320508075688),(230,782),(231,781.7320508075688),(231.73205080756887,781),(232,780),(231.73205080756887,779),(231,778.2679491924312),(230,778),(229,778.2679491924312),(228.26794919243113,779)) -2279 ((227,790),(227.40192378864668,791.5),(228.5,792.5980762113534),(230,793),(231.5,792.5980762113534),(232.59807621135332,791.5),(233,790),(232.59807621135332,788.5),(231.5,787.4019237886467),(230,787),(228.5,787.4019237886466),(227.40192378864668,788.5)) -2280 ((226,800),(226.53589838486224,802),(228,803.4641016151378),(230,804),(232,803.4641016151378),(233.46410161513776,802),(234,800),(233.46410161513776,798),(232,796.5358983848622),(230,796),(228,796.5358983848622),(226.53589838486224,798)) -2281 ((225,810),(225.66987298107782,812.5),(227.5,814.3301270189222),(230,815),(232.5,814.3301270189222),(234.33012701892218,812.5),(235,810),(234.33012701892218,807.5),(232.5,805.6698729810778),(230,805),(227.5,805.6698729810778),(225.66987298107782,807.5)) -2282 ((224,820),(224.80384757729337,823),(227,825.1961524227066),(230,826),(233,825.1961524227066),(235.19615242270663,823),(236,820),(235.19615242270663,817),(233,814.8038475772934),(230,814),(227,814.8038475772934),(224.80384757729337,817)) -2283 ((223,830),(223.93782217350892,833.5),(226.5,836.062177826491),(230,837),(233.5,836.062177826491),(236.06217782649108,833.5),(237,830),(236.06217782649108,826.5),(233.5,823.937822173509),(230,823),(226.5,823.937822173509),(223.93782217350892,826.5)) -2284 ((222,840),(223.0717967697245,844),(226,846.9282032302755),(230,848),(234,846.9282032302755),(236.9282032302755,844),(238,840),(236.9282032302755,836),(234,833.0717967697245),(230,832),(226,833.0717967697245),(223.0717967697245,836)) -2285 ((221,850),(222.20577136594005,854.5),(225.5,857.7942286340599),(230,859),(234.5,857.7942286340599),(237.79422863405995,854.5),(239,850),(237.79422863405995,845.5),(234.5,842.2057713659401),(230,841),(225.5,842.20577136594),(222.20577136594005,845.5)) -2286 ((220,860),(221.3397459621556,865),(225,868.6602540378444),(230,870),(235,868.6602540378444),(238.6602540378444,865),(240,860),(238.6602540378444,855),(235,851.3397459621556),(230,850),(225,851.3397459621556),(221.3397459621556,855)) -2287 ((229,870),(229.13397459621555,870.5),(229.5,870.8660254037844),(230,871),(230.5,870.8660254037844),(230.86602540378445,870.5),(231,870),(230.86602540378445,869.5),(230.5,869.1339745962156),(230,869),(229.5,869.1339745962156),(229.13397459621555,869.5)) -2288 ((228,880),(228.26794919243113,881),(229,881.7320508075688),(230,882),(231,881.7320508075688),(231.73205080756887,881),(232,880),(231.73205080756887,879),(231,878.2679491924312),(230,878),(229,878.2679491924312),(228.26794919243113,879)) -2289 ((227,890),(227.40192378864668,891.5),(228.5,892.5980762113534),(230,893),(231.5,892.5980762113534),(232.59807621135332,891.5),(233,890),(232.59807621135332,888.5),(231.5,887.4019237886467),(230,887),(228.5,887.4019237886466),(227.40192378864668,888.5)) -2290 ((226,900),(226.53589838486224,902),(228,903.4641016151378),(230,904),(232,903.4641016151378),(233.46410161513776,902),(234,900),(233.46410161513776,898),(232,896.5358983848622),(230,896),(228,896.5358983848622),(226.53589838486224,898)) -2291 ((225,910),(225.66987298107782,912.5),(227.5,914.3301270189222),(230,915),(232.5,914.3301270189222),(234.33012701892218,912.5),(235,910),(234.33012701892218,907.5),(232.5,905.6698729810778),(230,905),(227.5,905.6698729810778),(225.66987298107782,907.5)) -2292 ((224,920),(224.80384757729337,923),(227,925.1961524227066),(230,926),(233,925.1961524227066),(235.19615242270663,923),(236,920),(235.19615242270663,917),(233,914.8038475772934),(230,914),(227,914.8038475772934),(224.80384757729337,917)) -2293 ((223,930),(223.93782217350892,933.5),(226.5,936.062177826491),(230,937),(233.5,936.062177826491),(236.06217782649108,933.5),(237,930),(236.06217782649108,926.5),(233.5,923.937822173509),(230,923),(226.5,923.937822173509),(223.93782217350892,926.5)) -2294 ((222,940),(223.0717967697245,944),(226,946.9282032302755),(230,948),(234,946.9282032302755),(236.9282032302755,944),(238,940),(236.9282032302755,936),(234,933.0717967697245),(230,932),(226,933.0717967697245),(223.0717967697245,936)) -2295 ((221,950),(222.20577136594005,954.5),(225.5,957.7942286340599),(230,959),(234.5,957.7942286340599),(237.79422863405995,954.5),(239,950),(237.79422863405995,945.5),(234.5,942.2057713659401),(230,941),(225.5,942.20577136594),(222.20577136594005,945.5)) -2296 ((220,960),(221.3397459621556,965),(225,968.6602540378444),(230,970),(235,968.6602540378444),(238.6602540378444,965),(240,960),(238.6602540378444,955),(235,951.3397459621556),(230,950),(225,951.3397459621556),(221.3397459621556,955)) -2297 ((229,970),(229.13397459621555,970.5),(229.5,970.8660254037844),(230,971),(230.5,970.8660254037844),(230.86602540378445,970.5),(231,970),(230.86602540378445,969.5),(230.5,969.1339745962156),(230,969),(229.5,969.1339745962156),(229.13397459621555,969.5)) -2298 ((228,980),(228.26794919243113,981),(229,981.7320508075688),(230,982),(231,981.7320508075688),(231.73205080756887,981),(232,980),(231.73205080756887,979),(231,978.2679491924312),(230,978),(229,978.2679491924312),(228.26794919243113,979)) -2299 ((227,990),(227.40192378864668,991.5),(228.5,992.5980762113534),(230,993),(231.5,992.5980762113534),(232.59807621135332,991.5),(233,990),(232.59807621135332,988.5),(231.5,987.4019237886467),(230,987),(228.5,987.4019237886466),(227.40192378864668,988.5)) -2300 ((226,1000),(226.53589838486224,1002),(228,1003.4641016151378),(230,1004),(232,1003.4641016151378),(233.46410161513776,1002),(234,1000),(233.46410161513776,998),(232,996.5358983848622),(230,996),(228,996.5358983848622),(226.53589838486224,998)) -2301 ((234,10),(234.80384757729337,13),(237,15.196152422706632),(240,16),(243,15.196152422706632),(245.19615242270663,13.000000000000002),(246,10),(245.19615242270663,7.000000000000002),(243,4.803847577293369),(240,4),(237,4.803847577293366),(234.80384757729337,6.999999999999997)) -2302 ((233,20),(233.93782217350892,23.5),(236.5,26.06217782649107),(240,27),(243.5,26.062177826491073),(246.06217782649108,23.500000000000004),(247,20),(246.06217782649108,16.5),(243.5,13.93782217350893),(240,13),(236.5,13.937822173508927),(233.93782217350892,16.499999999999996)) -2303 ((232,30),(233.0717967697245,34),(236,36.92820323027551),(240,38),(244,36.92820323027551),(246.9282032302755,34),(248,30),(246.9282032302755,26.000000000000004),(244,23.071796769724493),(240,22),(236,23.071796769724486),(233.0717967697245,25.999999999999996)) -2304 ((231,40),(232.20577136594005,44.5),(235.5,47.79422863405995),(240,49),(244.5,47.79422863405995),(247.79422863405995,44.5),(249,40),(247.79422863405995,35.5),(244.5,32.20577136594005),(240,31),(235.5,32.20577136594005),(232.20577136594005,35.5)) -2305 ((230,50),(231.3397459621556,55),(235,58.66025403784438),(240,60),(245,58.66025403784439),(248.6602540378444,55),(250,50),(248.6602540378444,45),(245,41.33974596215562),(240,40),(235,41.33974596215561),(231.3397459621556,44.99999999999999)) -2306 ((239,60),(239.13397459621555,60.5),(239.5,60.86602540378444),(240,61),(240.5,60.86602540378444),(240.86602540378445,60.5),(241,60),(240.86602540378445,59.5),(240.5,59.13397459621556),(240,59),(239.5,59.13397459621556),(239.13397459621555,59.5)) -2307 ((238,70),(238.26794919243113,71),(239,71.73205080756888),(240,72),(241,71.73205080756888),(241.73205080756887,71),(242,70),(241.73205080756887,69),(241,68.26794919243112),(240,68),(239,68.26794919243112),(238.26794919243113,69)) -2308 ((237,80),(237.40192378864668,81.5),(238.5,82.59807621135332),(240,83),(241.5,82.59807621135332),(242.59807621135332,81.5),(243,80),(242.59807621135332,78.5),(241.5,77.40192378864668),(240,77),(238.5,77.40192378864668),(237.40192378864668,78.5)) -2309 ((236,90),(236.53589838486224,92),(238,93.46410161513775),(240,94),(242,93.46410161513775),(243.46410161513776,92),(244,90),(243.46410161513776,88),(242,86.53589838486225),(240,86),(238,86.53589838486225),(236.53589838486224,88)) -2310 ((235,100),(235.66987298107782,102.5),(237.5,104.3301270189222),(240,105),(242.5,104.3301270189222),(244.33012701892218,102.5),(245,100),(244.33012701892218,97.5),(242.5,95.6698729810778),(240,95),(237.5,95.6698729810778),(235.66987298107782,97.5)) -2311 ((234,110),(234.80384757729337,113),(237,115.19615242270663),(240,116),(243,115.19615242270663),(245.19615242270663,113),(246,110),(245.19615242270663,107),(243,104.80384757729337),(240,104),(237,104.80384757729337),(234.80384757729337,107)) -2312 ((233,120),(233.93782217350892,123.5),(236.5,126.06217782649107),(240,127),(243.5,126.06217782649107),(246.06217782649108,123.5),(247,120),(246.06217782649108,116.5),(243.5,113.93782217350893),(240,113),(236.5,113.93782217350892),(233.93782217350892,116.5)) -2313 ((232,130),(233.0717967697245,134),(236,136.9282032302755),(240,138),(244,136.9282032302755),(246.9282032302755,134),(248,130),(246.9282032302755,126),(244,123.07179676972449),(240,122),(236,123.07179676972449),(233.0717967697245,126)) -2314 ((231,140),(232.20577136594005,144.5),(235.5,147.79422863405995),(240,149),(244.5,147.79422863405995),(247.79422863405995,144.5),(249,140),(247.79422863405995,135.5),(244.5,132.20577136594005),(240,131),(235.5,132.20577136594005),(232.20577136594005,135.5)) -2315 ((230,150),(231.3397459621556,155),(235,158.6602540378444),(240,160),(245,158.6602540378444),(248.6602540378444,155),(250,150),(248.6602540378444,145),(245,141.3397459621556),(240,140),(235,141.3397459621556),(231.3397459621556,145)) -2316 ((239,160),(239.13397459621555,160.5),(239.5,160.86602540378445),(240,161),(240.5,160.86602540378445),(240.86602540378445,160.5),(241,160),(240.86602540378445,159.5),(240.5,159.13397459621555),(240,159),(239.5,159.13397459621555),(239.13397459621555,159.5)) -2317 ((238,170),(238.26794919243113,171),(239,171.73205080756887),(240,172),(241,171.73205080756887),(241.73205080756887,171),(242,170),(241.73205080756887,169),(241,168.26794919243113),(240,168),(239,168.26794919243113),(238.26794919243113,169)) -2318 ((237,180),(237.40192378864668,181.5),(238.5,182.59807621135332),(240,183),(241.5,182.59807621135332),(242.59807621135332,181.5),(243,180),(242.59807621135332,178.5),(241.5,177.40192378864668),(240,177),(238.5,177.40192378864668),(237.40192378864668,178.5)) -2319 ((236,190),(236.53589838486224,192),(238,193.46410161513776),(240,194),(242,193.46410161513776),(243.46410161513776,192),(244,190),(243.46410161513776,188),(242,186.53589838486224),(240,186),(238,186.53589838486224),(236.53589838486224,188)) -2320 ((235,200),(235.66987298107782,202.5),(237.5,204.33012701892218),(240,205),(242.5,204.33012701892218),(244.33012701892218,202.5),(245,200),(244.33012701892218,197.5),(242.5,195.66987298107782),(240,195),(237.5,195.66987298107782),(235.66987298107782,197.5)) -2321 ((234,210),(234.80384757729337,213),(237,215.19615242270663),(240,216),(243,215.19615242270663),(245.19615242270663,213),(246,210),(245.19615242270663,207),(243,204.80384757729337),(240,204),(237,204.80384757729337),(234.80384757729337,207)) -2322 ((233,220),(233.93782217350892,223.5),(236.5,226.06217782649108),(240,227),(243.5,226.06217782649108),(246.06217782649108,223.5),(247,220),(246.06217782649108,216.5),(243.5,213.93782217350892),(240,213),(236.5,213.93782217350892),(233.93782217350892,216.5)) -2323 ((232,230),(233.0717967697245,234),(236,236.9282032302755),(240,238),(244,236.9282032302755),(246.9282032302755,234),(248,230),(246.9282032302755,226),(244,223.0717967697245),(240,222),(236,223.0717967697245),(233.0717967697245,226)) -2324 ((231,240),(232.20577136594005,244.5),(235.5,247.79422863405995),(240,249),(244.5,247.79422863405995),(247.79422863405995,244.5),(249,240),(247.79422863405995,235.5),(244.5,232.20577136594005),(240,231),(235.5,232.20577136594005),(232.20577136594005,235.5)) -2325 ((230,250),(231.3397459621556,255),(235,258.66025403784437),(240,260),(245,258.66025403784437),(248.6602540378444,255),(250,250),(248.6602540378444,245),(245,241.3397459621556),(240,240),(235,241.3397459621556),(231.3397459621556,245)) -2326 ((239,260),(239.13397459621555,260.5),(239.5,260.8660254037844),(240,261),(240.5,260.8660254037844),(240.86602540378445,260.5),(241,260),(240.86602540378445,259.5),(240.5,259.1339745962156),(240,259),(239.5,259.1339745962156),(239.13397459621555,259.5)) -2327 ((238,270),(238.26794919243113,271),(239,271.7320508075689),(240,272),(241,271.7320508075689),(241.73205080756887,271),(242,270),(241.73205080756887,269),(241,268.2679491924311),(240,268),(239,268.2679491924311),(238.26794919243113,269)) -2328 ((237,280),(237.40192378864668,281.5),(238.5,282.5980762113533),(240,283),(241.5,282.5980762113533),(242.59807621135332,281.5),(243,280),(242.59807621135332,278.5),(241.5,277.4019237886467),(240,277),(238.5,277.4019237886467),(237.40192378864668,278.5)) -2329 ((236,290),(236.53589838486224,292),(238,293.46410161513774),(240,294),(242,293.46410161513774),(243.46410161513776,292),(244,290),(243.46410161513776,288),(242,286.53589838486226),(240,286),(238,286.53589838486226),(236.53589838486224,288)) -2330 ((235,300),(235.66987298107782,302.5),(237.5,304.3301270189222),(240,305),(242.5,304.3301270189222),(244.33012701892218,302.5),(245,300),(244.33012701892218,297.5),(242.5,295.6698729810778),(240,295),(237.5,295.6698729810778),(235.66987298107782,297.5)) -2331 ((234,310),(234.80384757729337,313),(237,315.19615242270663),(240,316),(243,315.19615242270663),(245.19615242270663,313),(246,310),(245.19615242270663,307),(243,304.80384757729337),(240,304),(237,304.80384757729337),(234.80384757729337,307)) -2332 ((233,320),(233.93782217350892,323.5),(236.5,326.06217782649105),(240,327),(243.5,326.06217782649105),(246.06217782649108,323.5),(247,320),(246.06217782649108,316.5),(243.5,313.93782217350895),(240,313),(236.5,313.93782217350895),(233.93782217350892,316.5)) -2333 ((232,330),(233.0717967697245,334),(236,336.9282032302755),(240,338),(244,336.9282032302755),(246.9282032302755,334),(248,330),(246.9282032302755,326),(244,323.0717967697245),(240,322),(236,323.0717967697245),(233.0717967697245,326)) -2334 ((231,340),(232.20577136594005,344.5),(235.5,347.79422863405995),(240,349),(244.5,347.79422863405995),(247.79422863405995,344.5),(249,340),(247.79422863405995,335.5),(244.5,332.20577136594005),(240,331),(235.5,332.20577136594005),(232.20577136594005,335.5)) -2335 ((230,350),(231.3397459621556,355),(235,358.66025403784437),(240,360),(245,358.66025403784437),(248.6602540378444,355),(250,350),(248.6602540378444,345),(245,341.33974596215563),(240,340),(235,341.33974596215563),(231.3397459621556,345)) -2336 ((239,360),(239.13397459621555,360.5),(239.5,360.8660254037844),(240,361),(240.5,360.8660254037844),(240.86602540378445,360.5),(241,360),(240.86602540378445,359.5),(240.5,359.1339745962156),(240,359),(239.5,359.1339745962156),(239.13397459621555,359.5)) -2337 ((238,370),(238.26794919243113,371),(239,371.7320508075689),(240,372),(241,371.7320508075689),(241.73205080756887,371),(242,370),(241.73205080756887,369),(241,368.2679491924311),(240,368),(239,368.2679491924311),(238.26794919243113,369)) -2338 ((237,380),(237.40192378864668,381.5),(238.5,382.5980762113533),(240,383),(241.5,382.5980762113533),(242.59807621135332,381.5),(243,380),(242.59807621135332,378.5),(241.5,377.4019237886467),(240,377),(238.5,377.4019237886467),(237.40192378864668,378.5)) -2339 ((236,390),(236.53589838486224,392),(238,393.46410161513774),(240,394),(242,393.46410161513774),(243.46410161513776,392),(244,390),(243.46410161513776,388),(242,386.53589838486226),(240,386),(238,386.53589838486226),(236.53589838486224,388)) -2340 ((235,400),(235.66987298107782,402.5),(237.5,404.3301270189222),(240,405),(242.5,404.3301270189222),(244.33012701892218,402.5),(245,400),(244.33012701892218,397.5),(242.5,395.6698729810778),(240,395),(237.5,395.6698729810778),(235.66987298107782,397.5)) -2341 ((234,410),(234.80384757729337,413),(237,415.19615242270663),(240,416),(243,415.19615242270663),(245.19615242270663,413),(246,410),(245.19615242270663,407),(243,404.80384757729337),(240,404),(237,404.80384757729337),(234.80384757729337,407)) -2342 ((233,420),(233.93782217350892,423.5),(236.5,426.06217782649105),(240,427),(243.5,426.06217782649105),(246.06217782649108,423.5),(247,420),(246.06217782649108,416.5),(243.5,413.93782217350895),(240,413),(236.5,413.93782217350895),(233.93782217350892,416.5)) -2343 ((232,430),(233.0717967697245,434),(236,436.9282032302755),(240,438),(244,436.9282032302755),(246.9282032302755,434),(248,430),(246.9282032302755,426),(244,423.0717967697245),(240,422),(236,423.0717967697245),(233.0717967697245,426)) -2344 ((231,440),(232.20577136594005,444.5),(235.5,447.79422863405995),(240,449),(244.5,447.79422863405995),(247.79422863405995,444.5),(249,440),(247.79422863405995,435.5),(244.5,432.20577136594005),(240,431),(235.5,432.20577136594005),(232.20577136594005,435.5)) -2345 ((230,450),(231.3397459621556,455),(235,458.66025403784437),(240,460),(245,458.66025403784437),(248.6602540378444,455),(250,450),(248.6602540378444,445),(245,441.33974596215563),(240,440),(235,441.33974596215563),(231.3397459621556,445)) -2346 ((239,460),(239.13397459621555,460.5),(239.5,460.8660254037844),(240,461),(240.5,460.8660254037844),(240.86602540378445,460.5),(241,460),(240.86602540378445,459.5),(240.5,459.1339745962156),(240,459),(239.5,459.1339745962156),(239.13397459621555,459.5)) -2347 ((238,470),(238.26794919243113,471),(239,471.7320508075689),(240,472),(241,471.7320508075689),(241.73205080756887,471),(242,470),(241.73205080756887,469),(241,468.2679491924311),(240,468),(239,468.2679491924311),(238.26794919243113,469)) -2348 ((237,480),(237.40192378864668,481.5),(238.5,482.5980762113533),(240,483),(241.5,482.5980762113533),(242.59807621135332,481.5),(243,480),(242.59807621135332,478.5),(241.5,477.4019237886467),(240,477),(238.5,477.4019237886467),(237.40192378864668,478.5)) -2349 ((236,490),(236.53589838486224,492),(238,493.46410161513774),(240,494),(242,493.46410161513774),(243.46410161513776,492),(244,490),(243.46410161513776,488),(242,486.53589838486226),(240,486),(238,486.53589838486226),(236.53589838486224,488)) -2350 ((235,500),(235.66987298107782,502.5),(237.5,504.3301270189222),(240,505),(242.5,504.3301270189222),(244.33012701892218,502.5),(245,500),(244.33012701892218,497.5),(242.5,495.6698729810778),(240,495),(237.5,495.6698729810778),(235.66987298107782,497.5)) -2351 ((234,510),(234.80384757729337,513),(237,515.1961524227066),(240,516),(243,515.1961524227066),(245.19615242270663,513),(246,510),(245.19615242270663,507),(243,504.80384757729337),(240,504),(237,504.80384757729337),(234.80384757729337,507)) -2352 ((233,520),(233.93782217350892,523.5),(236.5,526.062177826491),(240,527),(243.5,526.062177826491),(246.06217782649108,523.5),(247,520),(246.06217782649108,516.5),(243.5,513.937822173509),(240,513),(236.5,513.937822173509),(233.93782217350892,516.5)) -2353 ((232,530),(233.0717967697245,534),(236,536.9282032302755),(240,538),(244,536.9282032302755),(246.9282032302755,534),(248,530),(246.9282032302755,526),(244,523.0717967697245),(240,522),(236,523.0717967697245),(233.0717967697245,526)) -2354 ((231,540),(232.20577136594005,544.5),(235.5,547.7942286340599),(240,549),(244.5,547.7942286340599),(247.79422863405995,544.5),(249,540),(247.79422863405995,535.5),(244.5,532.2057713659401),(240,531),(235.5,532.20577136594),(232.20577136594005,535.5)) -2355 ((230,550),(231.3397459621556,555),(235,558.6602540378444),(240,560),(245,558.6602540378444),(248.6602540378444,555),(250,550),(248.6602540378444,545),(245,541.3397459621556),(240,540),(235,541.3397459621556),(231.3397459621556,545)) -2356 ((239,560),(239.13397459621555,560.5),(239.5,560.8660254037844),(240,561),(240.5,560.8660254037844),(240.86602540378445,560.5),(241,560),(240.86602540378445,559.5),(240.5,559.1339745962156),(240,559),(239.5,559.1339745962156),(239.13397459621555,559.5)) -2357 ((238,570),(238.26794919243113,571),(239,571.7320508075688),(240,572),(241,571.7320508075688),(241.73205080756887,571),(242,570),(241.73205080756887,569),(241,568.2679491924312),(240,568),(239,568.2679491924312),(238.26794919243113,569)) -2358 ((237,580),(237.40192378864668,581.5),(238.5,582.5980762113534),(240,583),(241.5,582.5980762113534),(242.59807621135332,581.5),(243,580),(242.59807621135332,578.5),(241.5,577.4019237886467),(240,577),(238.5,577.4019237886466),(237.40192378864668,578.5)) -2359 ((236,590),(236.53589838486224,592),(238,593.4641016151378),(240,594),(242,593.4641016151378),(243.46410161513776,592),(244,590),(243.46410161513776,588),(242,586.5358983848622),(240,586),(238,586.5358983848622),(236.53589838486224,588)) -2360 ((235,600),(235.66987298107782,602.5),(237.5,604.3301270189222),(240,605),(242.5,604.3301270189222),(244.33012701892218,602.5),(245,600),(244.33012701892218,597.5),(242.5,595.6698729810778),(240,595),(237.5,595.6698729810778),(235.66987298107782,597.5)) -2361 ((234,610),(234.80384757729337,613),(237,615.1961524227066),(240,616),(243,615.1961524227066),(245.19615242270663,613),(246,610),(245.19615242270663,607),(243,604.8038475772934),(240,604),(237,604.8038475772934),(234.80384757729337,607)) -2362 ((233,620),(233.93782217350892,623.5),(236.5,626.062177826491),(240,627),(243.5,626.062177826491),(246.06217782649108,623.5),(247,620),(246.06217782649108,616.5),(243.5,613.937822173509),(240,613),(236.5,613.937822173509),(233.93782217350892,616.5)) -2363 ((232,630),(233.0717967697245,634),(236,636.9282032302755),(240,638),(244,636.9282032302755),(246.9282032302755,634),(248,630),(246.9282032302755,626),(244,623.0717967697245),(240,622),(236,623.0717967697245),(233.0717967697245,626)) -2364 ((231,640),(232.20577136594005,644.5),(235.5,647.7942286340599),(240,649),(244.5,647.7942286340599),(247.79422863405995,644.5),(249,640),(247.79422863405995,635.5),(244.5,632.2057713659401),(240,631),(235.5,632.20577136594),(232.20577136594005,635.5)) -2365 ((230,650),(231.3397459621556,655),(235,658.6602540378444),(240,660),(245,658.6602540378444),(248.6602540378444,655),(250,650),(248.6602540378444,645),(245,641.3397459621556),(240,640),(235,641.3397459621556),(231.3397459621556,645)) -2366 ((239,660),(239.13397459621555,660.5),(239.5,660.8660254037844),(240,661),(240.5,660.8660254037844),(240.86602540378445,660.5),(241,660),(240.86602540378445,659.5),(240.5,659.1339745962156),(240,659),(239.5,659.1339745962156),(239.13397459621555,659.5)) -2367 ((238,670),(238.26794919243113,671),(239,671.7320508075688),(240,672),(241,671.7320508075688),(241.73205080756887,671),(242,670),(241.73205080756887,669),(241,668.2679491924312),(240,668),(239,668.2679491924312),(238.26794919243113,669)) -2368 ((237,680),(237.40192378864668,681.5),(238.5,682.5980762113534),(240,683),(241.5,682.5980762113534),(242.59807621135332,681.5),(243,680),(242.59807621135332,678.5),(241.5,677.4019237886467),(240,677),(238.5,677.4019237886466),(237.40192378864668,678.5)) -2369 ((236,690),(236.53589838486224,692),(238,693.4641016151378),(240,694),(242,693.4641016151378),(243.46410161513776,692),(244,690),(243.46410161513776,688),(242,686.5358983848622),(240,686),(238,686.5358983848622),(236.53589838486224,688)) -2370 ((235,700),(235.66987298107782,702.5),(237.5,704.3301270189222),(240,705),(242.5,704.3301270189222),(244.33012701892218,702.5),(245,700),(244.33012701892218,697.5),(242.5,695.6698729810778),(240,695),(237.5,695.6698729810778),(235.66987298107782,697.5)) -2371 ((234,710),(234.80384757729337,713),(237,715.1961524227066),(240,716),(243,715.1961524227066),(245.19615242270663,713),(246,710),(245.19615242270663,707),(243,704.8038475772934),(240,704),(237,704.8038475772934),(234.80384757729337,707)) -2372 ((233,720),(233.93782217350892,723.5),(236.5,726.062177826491),(240,727),(243.5,726.062177826491),(246.06217782649108,723.5),(247,720),(246.06217782649108,716.5),(243.5,713.937822173509),(240,713),(236.5,713.937822173509),(233.93782217350892,716.5)) -2373 ((232,730),(233.0717967697245,734),(236,736.9282032302755),(240,738),(244,736.9282032302755),(246.9282032302755,734),(248,730),(246.9282032302755,726),(244,723.0717967697245),(240,722),(236,723.0717967697245),(233.0717967697245,726)) -2374 ((231,740),(232.20577136594005,744.5),(235.5,747.7942286340599),(240,749),(244.5,747.7942286340599),(247.79422863405995,744.5),(249,740),(247.79422863405995,735.5),(244.5,732.2057713659401),(240,731),(235.5,732.20577136594),(232.20577136594005,735.5)) -2375 ((230,750),(231.3397459621556,755),(235,758.6602540378444),(240,760),(245,758.6602540378444),(248.6602540378444,755),(250,750),(248.6602540378444,745),(245,741.3397459621556),(240,740),(235,741.3397459621556),(231.3397459621556,745)) -2376 ((239,760),(239.13397459621555,760.5),(239.5,760.8660254037844),(240,761),(240.5,760.8660254037844),(240.86602540378445,760.5),(241,760),(240.86602540378445,759.5),(240.5,759.1339745962156),(240,759),(239.5,759.1339745962156),(239.13397459621555,759.5)) -2377 ((238,770),(238.26794919243113,771),(239,771.7320508075688),(240,772),(241,771.7320508075688),(241.73205080756887,771),(242,770),(241.73205080756887,769),(241,768.2679491924312),(240,768),(239,768.2679491924312),(238.26794919243113,769)) -2378 ((237,780),(237.40192378864668,781.5),(238.5,782.5980762113534),(240,783),(241.5,782.5980762113534),(242.59807621135332,781.5),(243,780),(242.59807621135332,778.5),(241.5,777.4019237886467),(240,777),(238.5,777.4019237886466),(237.40192378864668,778.5)) -2379 ((236,790),(236.53589838486224,792),(238,793.4641016151378),(240,794),(242,793.4641016151378),(243.46410161513776,792),(244,790),(243.46410161513776,788),(242,786.5358983848622),(240,786),(238,786.5358983848622),(236.53589838486224,788)) -2380 ((235,800),(235.66987298107782,802.5),(237.5,804.3301270189222),(240,805),(242.5,804.3301270189222),(244.33012701892218,802.5),(245,800),(244.33012701892218,797.5),(242.5,795.6698729810778),(240,795),(237.5,795.6698729810778),(235.66987298107782,797.5)) -2381 ((234,810),(234.80384757729337,813),(237,815.1961524227066),(240,816),(243,815.1961524227066),(245.19615242270663,813),(246,810),(245.19615242270663,807),(243,804.8038475772934),(240,804),(237,804.8038475772934),(234.80384757729337,807)) -2382 ((233,820),(233.93782217350892,823.5),(236.5,826.062177826491),(240,827),(243.5,826.062177826491),(246.06217782649108,823.5),(247,820),(246.06217782649108,816.5),(243.5,813.937822173509),(240,813),(236.5,813.937822173509),(233.93782217350892,816.5)) -2383 ((232,830),(233.0717967697245,834),(236,836.9282032302755),(240,838),(244,836.9282032302755),(246.9282032302755,834),(248,830),(246.9282032302755,826),(244,823.0717967697245),(240,822),(236,823.0717967697245),(233.0717967697245,826)) -2384 ((231,840),(232.20577136594005,844.5),(235.5,847.7942286340599),(240,849),(244.5,847.7942286340599),(247.79422863405995,844.5),(249,840),(247.79422863405995,835.5),(244.5,832.2057713659401),(240,831),(235.5,832.20577136594),(232.20577136594005,835.5)) -2385 ((230,850),(231.3397459621556,855),(235,858.6602540378444),(240,860),(245,858.6602540378444),(248.6602540378444,855),(250,850),(248.6602540378444,845),(245,841.3397459621556),(240,840),(235,841.3397459621556),(231.3397459621556,845)) -2386 ((239,860),(239.13397459621555,860.5),(239.5,860.8660254037844),(240,861),(240.5,860.8660254037844),(240.86602540378445,860.5),(241,860),(240.86602540378445,859.5),(240.5,859.1339745962156),(240,859),(239.5,859.1339745962156),(239.13397459621555,859.5)) -2387 ((238,870),(238.26794919243113,871),(239,871.7320508075688),(240,872),(241,871.7320508075688),(241.73205080756887,871),(242,870),(241.73205080756887,869),(241,868.2679491924312),(240,868),(239,868.2679491924312),(238.26794919243113,869)) -2388 ((237,880),(237.40192378864668,881.5),(238.5,882.5980762113534),(240,883),(241.5,882.5980762113534),(242.59807621135332,881.5),(243,880),(242.59807621135332,878.5),(241.5,877.4019237886467),(240,877),(238.5,877.4019237886466),(237.40192378864668,878.5)) -2389 ((236,890),(236.53589838486224,892),(238,893.4641016151378),(240,894),(242,893.4641016151378),(243.46410161513776,892),(244,890),(243.46410161513776,888),(242,886.5358983848622),(240,886),(238,886.5358983848622),(236.53589838486224,888)) -2390 ((235,900),(235.66987298107782,902.5),(237.5,904.3301270189222),(240,905),(242.5,904.3301270189222),(244.33012701892218,902.5),(245,900),(244.33012701892218,897.5),(242.5,895.6698729810778),(240,895),(237.5,895.6698729810778),(235.66987298107782,897.5)) -2391 ((234,910),(234.80384757729337,913),(237,915.1961524227066),(240,916),(243,915.1961524227066),(245.19615242270663,913),(246,910),(245.19615242270663,907),(243,904.8038475772934),(240,904),(237,904.8038475772934),(234.80384757729337,907)) -2392 ((233,920),(233.93782217350892,923.5),(236.5,926.062177826491),(240,927),(243.5,926.062177826491),(246.06217782649108,923.5),(247,920),(246.06217782649108,916.5),(243.5,913.937822173509),(240,913),(236.5,913.937822173509),(233.93782217350892,916.5)) -2393 ((232,930),(233.0717967697245,934),(236,936.9282032302755),(240,938),(244,936.9282032302755),(246.9282032302755,934),(248,930),(246.9282032302755,926),(244,923.0717967697245),(240,922),(236,923.0717967697245),(233.0717967697245,926)) -2394 ((231,940),(232.20577136594005,944.5),(235.5,947.7942286340599),(240,949),(244.5,947.7942286340599),(247.79422863405995,944.5),(249,940),(247.79422863405995,935.5),(244.5,932.2057713659401),(240,931),(235.5,932.20577136594),(232.20577136594005,935.5)) -2395 ((230,950),(231.3397459621556,955),(235,958.6602540378444),(240,960),(245,958.6602540378444),(248.6602540378444,955),(250,950),(248.6602540378444,945),(245,941.3397459621556),(240,940),(235,941.3397459621556),(231.3397459621556,945)) -2396 ((239,960),(239.13397459621555,960.5),(239.5,960.8660254037844),(240,961),(240.5,960.8660254037844),(240.86602540378445,960.5),(241,960),(240.86602540378445,959.5),(240.5,959.1339745962156),(240,959),(239.5,959.1339745962156),(239.13397459621555,959.5)) -2397 ((238,970),(238.26794919243113,971),(239,971.7320508075688),(240,972),(241,971.7320508075688),(241.73205080756887,971),(242,970),(241.73205080756887,969),(241,968.2679491924312),(240,968),(239,968.2679491924312),(238.26794919243113,969)) -2398 ((237,980),(237.40192378864668,981.5),(238.5,982.5980762113534),(240,983),(241.5,982.5980762113534),(242.59807621135332,981.5),(243,980),(242.59807621135332,978.5),(241.5,977.4019237886467),(240,977),(238.5,977.4019237886466),(237.40192378864668,978.5)) -2399 ((236,990),(236.53589838486224,992),(238,993.4641016151378),(240,994),(242,993.4641016151378),(243.46410161513776,992),(244,990),(243.46410161513776,988),(242,986.5358983848622),(240,986),(238,986.5358983848622),(236.53589838486224,988)) -2400 ((235,1000),(235.66987298107782,1002.5),(237.5,1004.3301270189222),(240,1005),(242.5,1004.3301270189222),(244.33012701892218,1002.5),(245,1000),(244.33012701892218,997.5),(242.5,995.6698729810778),(240,995),(237.5,995.6698729810778),(235.66987298107782,997.5)) -2401 ((243,10),(243.93782217350892,13.5),(246.5,16.06217782649107),(250,17),(253.5,16.062177826491073),(256.06217782649105,13.500000000000002),(257,10),(256.06217782649105,6.500000000000002),(253.5,3.9378221735089305),(250,3),(246.5,3.937822173508927),(243.93782217350892,6.4999999999999964)) -2402 ((242,20),(243.0717967697245,24),(246,26.928203230275507),(250,28),(254,26.92820323027551),(256.9282032302755,24.000000000000004),(258,20),(256.9282032302755,16.000000000000004),(254,13.071796769724493),(250,12),(246,13.071796769724488),(243.0717967697245,15.999999999999996)) -2403 ((241,30),(242.20577136594005,34.5),(245.5,37.79422863405995),(250,39),(254.5,37.79422863405995),(257.79422863405995,34.5),(259,30),(257.79422863405995,25.500000000000004),(254.5,22.205771365940052),(250,21),(245.5,22.20577136594005),(242.20577136594005,25.499999999999996)) -2404 ((240,40),(241.3397459621556,45),(245,48.66025403784438),(250,50),(255,48.66025403784439),(258.66025403784437,45),(260,40),(258.66025403784437,35),(255,31.339745962155614),(250,30),(245,31.33974596215561),(241.3397459621556,34.99999999999999)) -2405 ((249,50),(249.13397459621555,50.5),(249.5,50.86602540378444),(250,51),(250.5,50.86602540378444),(250.86602540378445,50.5),(251,50),(250.86602540378445,49.5),(250.5,49.13397459621556),(250,49),(249.5,49.13397459621556),(249.13397459621555,49.5)) -2406 ((248,60),(248.26794919243113,61),(249,61.732050807568875),(250,62),(251,61.732050807568875),(251.73205080756887,61),(252,60),(251.73205080756887,59),(251,58.267949192431125),(250,58),(249,58.267949192431125),(248.26794919243113,59)) -2407 ((247,70),(247.40192378864668,71.5),(248.5,72.59807621135332),(250,73),(251.5,72.59807621135332),(252.59807621135332,71.5),(253,70),(252.59807621135332,68.5),(251.5,67.40192378864668),(250,67),(248.5,67.40192378864668),(247.40192378864668,68.5)) -2408 ((246,80),(246.53589838486224,82),(248,83.46410161513775),(250,84),(252,83.46410161513775),(253.46410161513776,82),(254,80),(253.46410161513776,78),(252,76.53589838486225),(250,76),(248,76.53589838486225),(246.53589838486224,78)) -2409 ((245,90),(245.66987298107782,92.5),(247.5,94.3301270189222),(250,95),(252.5,94.3301270189222),(254.33012701892218,92.5),(255,90),(254.33012701892218,87.5),(252.5,85.6698729810778),(250,85),(247.5,85.6698729810778),(245.66987298107782,87.5)) -2410 ((244,100),(244.80384757729337,103),(247,105.19615242270663),(250,106),(253,105.19615242270663),(255.19615242270663,103),(256,100),(255.19615242270663,97),(253,94.80384757729337),(250,94),(247,94.80384757729337),(244.80384757729337,97)) -2411 ((243,110),(243.93782217350892,113.5),(246.5,116.06217782649107),(250,117),(253.5,116.06217782649107),(256.06217782649105,113.5),(257,110),(256.06217782649105,106.5),(253.5,103.93782217350893),(250,103),(246.5,103.93782217350892),(243.93782217350892,106.5)) -2412 ((242,120),(243.0717967697245,124),(246,126.92820323027551),(250,128),(254,126.92820323027551),(256.9282032302755,124),(258,120),(256.9282032302755,116),(254,113.07179676972449),(250,112),(246,113.07179676972449),(243.0717967697245,116)) -2413 ((241,130),(242.20577136594005,134.5),(245.5,137.79422863405995),(250,139),(254.5,137.79422863405995),(257.79422863405995,134.5),(259,130),(257.79422863405995,125.5),(254.5,122.20577136594005),(250,121),(245.5,122.20577136594005),(242.20577136594005,125.5)) -2414 ((240,140),(241.3397459621556,145),(245,148.6602540378444),(250,150),(255,148.6602540378444),(258.66025403784437,145),(260,140),(258.66025403784437,135),(255,131.3397459621556),(250,130),(245,131.3397459621556),(241.3397459621556,135)) -2415 ((249,150),(249.13397459621555,150.5),(249.5,150.86602540378445),(250,151),(250.5,150.86602540378445),(250.86602540378445,150.5),(251,150),(250.86602540378445,149.5),(250.5,149.13397459621555),(250,149),(249.5,149.13397459621555),(249.13397459621555,149.5)) -2416 ((248,160),(248.26794919243113,161),(249,161.73205080756887),(250,162),(251,161.73205080756887),(251.73205080756887,161),(252,160),(251.73205080756887,159),(251,158.26794919243113),(250,158),(249,158.26794919243113),(248.26794919243113,159)) -2417 ((247,170),(247.40192378864668,171.5),(248.5,172.59807621135332),(250,173),(251.5,172.59807621135332),(252.59807621135332,171.5),(253,170),(252.59807621135332,168.5),(251.5,167.40192378864668),(250,167),(248.5,167.40192378864668),(247.40192378864668,168.5)) -2418 ((246,180),(246.53589838486224,182),(248,183.46410161513776),(250,184),(252,183.46410161513776),(253.46410161513776,182),(254,180),(253.46410161513776,178),(252,176.53589838486224),(250,176),(248,176.53589838486224),(246.53589838486224,178)) -2419 ((245,190),(245.66987298107782,192.5),(247.5,194.33012701892218),(250,195),(252.5,194.33012701892218),(254.33012701892218,192.5),(255,190),(254.33012701892218,187.5),(252.5,185.66987298107782),(250,185),(247.5,185.66987298107782),(245.66987298107782,187.5)) -2420 ((244,200),(244.80384757729337,203),(247,205.19615242270663),(250,206),(253,205.19615242270663),(255.19615242270663,203),(256,200),(255.19615242270663,197),(253,194.80384757729337),(250,194),(247,194.80384757729337),(244.80384757729337,197)) -2421 ((243,210),(243.93782217350892,213.5),(246.5,216.06217782649108),(250,217),(253.5,216.06217782649108),(256.06217782649105,213.5),(257,210),(256.06217782649105,206.5),(253.5,203.93782217350892),(250,203),(246.5,203.93782217350892),(243.93782217350892,206.5)) -2422 ((242,220),(243.0717967697245,224),(246,226.9282032302755),(250,228),(254,226.9282032302755),(256.9282032302755,224),(258,220),(256.9282032302755,216),(254,213.0717967697245),(250,212),(246,213.0717967697245),(243.0717967697245,216)) -2423 ((241,230),(242.20577136594005,234.5),(245.5,237.79422863405995),(250,239),(254.5,237.79422863405995),(257.79422863405995,234.5),(259,230),(257.79422863405995,225.5),(254.5,222.20577136594005),(250,221),(245.5,222.20577136594005),(242.20577136594005,225.5)) -2424 ((240,240),(241.3397459621556,245),(245,248.6602540378444),(250,250),(255,248.6602540378444),(258.66025403784437,245),(260,240),(258.66025403784437,235),(255,231.3397459621556),(250,230),(245,231.3397459621556),(241.3397459621556,235)) -2425 ((249,250),(249.13397459621555,250.5),(249.5,250.86602540378445),(250,251),(250.5,250.86602540378445),(250.86602540378445,250.5),(251,250),(250.86602540378445,249.5),(250.5,249.13397459621555),(250,249),(249.5,249.13397459621555),(249.13397459621555,249.5)) -2426 ((248,260),(248.26794919243113,261),(249,261.7320508075689),(250,262),(251,261.7320508075689),(251.73205080756887,261),(252,260),(251.73205080756887,259),(251,258.2679491924311),(250,258),(249,258.2679491924311),(248.26794919243113,259)) -2427 ((247,270),(247.40192378864668,271.5),(248.5,272.5980762113533),(250,273),(251.5,272.5980762113533),(252.59807621135332,271.5),(253,270),(252.59807621135332,268.5),(251.5,267.4019237886467),(250,267),(248.5,267.4019237886467),(247.40192378864668,268.5)) -2428 ((246,280),(246.53589838486224,282),(248,283.46410161513774),(250,284),(252,283.46410161513774),(253.46410161513776,282),(254,280),(253.46410161513776,278),(252,276.53589838486226),(250,276),(248,276.53589838486226),(246.53589838486224,278)) -2429 ((245,290),(245.66987298107782,292.5),(247.5,294.3301270189222),(250,295),(252.5,294.3301270189222),(254.33012701892218,292.5),(255,290),(254.33012701892218,287.5),(252.5,285.6698729810778),(250,285),(247.5,285.6698729810778),(245.66987298107782,287.5)) -2430 ((244,300),(244.80384757729337,303),(247,305.19615242270663),(250,306),(253,305.19615242270663),(255.19615242270663,303),(256,300),(255.19615242270663,297),(253,294.80384757729337),(250,294),(247,294.80384757729337),(244.80384757729337,297)) -2431 ((243,310),(243.93782217350892,313.5),(246.5,316.06217782649105),(250,317),(253.5,316.06217782649105),(256.06217782649105,313.5),(257,310),(256.06217782649105,306.5),(253.5,303.93782217350895),(250,303),(246.5,303.93782217350895),(243.93782217350892,306.5)) -2432 ((242,320),(243.0717967697245,324),(246,326.9282032302755),(250,328),(254,326.9282032302755),(256.9282032302755,324),(258,320),(256.9282032302755,316),(254,313.0717967697245),(250,312),(246,313.0717967697245),(243.0717967697245,316)) -2433 ((241,330),(242.20577136594005,334.5),(245.5,337.79422863405995),(250,339),(254.5,337.79422863405995),(257.79422863405995,334.5),(259,330),(257.79422863405995,325.5),(254.5,322.20577136594005),(250,321),(245.5,322.20577136594005),(242.20577136594005,325.5)) -2434 ((240,340),(241.3397459621556,345),(245,348.66025403784437),(250,350),(255,348.66025403784437),(258.66025403784437,345),(260,340),(258.66025403784437,335),(255,331.33974596215563),(250,330),(245,331.33974596215563),(241.3397459621556,335)) -2435 ((249,350),(249.13397459621555,350.5),(249.5,350.8660254037844),(250,351),(250.5,350.8660254037844),(250.86602540378445,350.5),(251,350),(250.86602540378445,349.5),(250.5,349.1339745962156),(250,349),(249.5,349.1339745962156),(249.13397459621555,349.5)) -2436 ((248,360),(248.26794919243113,361),(249,361.7320508075689),(250,362),(251,361.7320508075689),(251.73205080756887,361),(252,360),(251.73205080756887,359),(251,358.2679491924311),(250,358),(249,358.2679491924311),(248.26794919243113,359)) -2437 ((247,370),(247.40192378864668,371.5),(248.5,372.5980762113533),(250,373),(251.5,372.5980762113533),(252.59807621135332,371.5),(253,370),(252.59807621135332,368.5),(251.5,367.4019237886467),(250,367),(248.5,367.4019237886467),(247.40192378864668,368.5)) -2438 ((246,380),(246.53589838486224,382),(248,383.46410161513774),(250,384),(252,383.46410161513774),(253.46410161513776,382),(254,380),(253.46410161513776,378),(252,376.53589838486226),(250,376),(248,376.53589838486226),(246.53589838486224,378)) -2439 ((245,390),(245.66987298107782,392.5),(247.5,394.3301270189222),(250,395),(252.5,394.3301270189222),(254.33012701892218,392.5),(255,390),(254.33012701892218,387.5),(252.5,385.6698729810778),(250,385),(247.5,385.6698729810778),(245.66987298107782,387.5)) -2440 ((244,400),(244.80384757729337,403),(247,405.19615242270663),(250,406),(253,405.19615242270663),(255.19615242270663,403),(256,400),(255.19615242270663,397),(253,394.80384757729337),(250,394),(247,394.80384757729337),(244.80384757729337,397)) -2441 ((243,410),(243.93782217350892,413.5),(246.5,416.06217782649105),(250,417),(253.5,416.06217782649105),(256.06217782649105,413.5),(257,410),(256.06217782649105,406.5),(253.5,403.93782217350895),(250,403),(246.5,403.93782217350895),(243.93782217350892,406.5)) -2442 ((242,420),(243.0717967697245,424),(246,426.9282032302755),(250,428),(254,426.9282032302755),(256.9282032302755,424),(258,420),(256.9282032302755,416),(254,413.0717967697245),(250,412),(246,413.0717967697245),(243.0717967697245,416)) -2443 ((241,430),(242.20577136594005,434.5),(245.5,437.79422863405995),(250,439),(254.5,437.79422863405995),(257.79422863405995,434.5),(259,430),(257.79422863405995,425.5),(254.5,422.20577136594005),(250,421),(245.5,422.20577136594005),(242.20577136594005,425.5)) -2444 ((240,440),(241.3397459621556,445),(245,448.66025403784437),(250,450),(255,448.66025403784437),(258.66025403784437,445),(260,440),(258.66025403784437,435),(255,431.33974596215563),(250,430),(245,431.33974596215563),(241.3397459621556,435)) -2445 ((249,450),(249.13397459621555,450.5),(249.5,450.8660254037844),(250,451),(250.5,450.8660254037844),(250.86602540378445,450.5),(251,450),(250.86602540378445,449.5),(250.5,449.1339745962156),(250,449),(249.5,449.1339745962156),(249.13397459621555,449.5)) -2446 ((248,460),(248.26794919243113,461),(249,461.7320508075689),(250,462),(251,461.7320508075689),(251.73205080756887,461),(252,460),(251.73205080756887,459),(251,458.2679491924311),(250,458),(249,458.2679491924311),(248.26794919243113,459)) -2447 ((247,470),(247.40192378864668,471.5),(248.5,472.5980762113533),(250,473),(251.5,472.5980762113533),(252.59807621135332,471.5),(253,470),(252.59807621135332,468.5),(251.5,467.4019237886467),(250,467),(248.5,467.4019237886467),(247.40192378864668,468.5)) -2448 ((246,480),(246.53589838486224,482),(248,483.46410161513774),(250,484),(252,483.46410161513774),(253.46410161513776,482),(254,480),(253.46410161513776,478),(252,476.53589838486226),(250,476),(248,476.53589838486226),(246.53589838486224,478)) -2449 ((245,490),(245.66987298107782,492.5),(247.5,494.3301270189222),(250,495),(252.5,494.3301270189222),(254.33012701892218,492.5),(255,490),(254.33012701892218,487.5),(252.5,485.6698729810778),(250,485),(247.5,485.6698729810778),(245.66987298107782,487.5)) -2450 ((244,500),(244.80384757729337,503),(247,505.19615242270663),(250,506),(253,505.19615242270663),(255.19615242270663,503),(256,500),(255.19615242270663,497),(253,494.80384757729337),(250,494),(247,494.80384757729337),(244.80384757729337,497)) -2451 ((243,510),(243.93782217350892,513.5),(246.5,516.062177826491),(250,517),(253.5,516.062177826491),(256.06217782649105,513.5),(257,510),(256.06217782649105,506.5),(253.5,503.93782217350895),(250,503),(246.5,503.93782217350895),(243.93782217350892,506.5)) -2452 ((242,520),(243.0717967697245,524),(246,526.9282032302755),(250,528),(254,526.9282032302755),(256.9282032302755,524),(258,520),(256.9282032302755,516),(254,513.0717967697245),(250,512),(246,513.0717967697245),(243.0717967697245,516)) -2453 ((241,530),(242.20577136594005,534.5),(245.5,537.7942286340599),(250,539),(254.5,537.7942286340599),(257.79422863405995,534.5),(259,530),(257.79422863405995,525.5),(254.5,522.2057713659401),(250,521),(245.5,522.20577136594),(242.20577136594005,525.5)) -2454 ((240,540),(241.3397459621556,545),(245,548.6602540378444),(250,550),(255,548.6602540378444),(258.66025403784437,545),(260,540),(258.66025403784437,535),(255,531.3397459621556),(250,530),(245,531.3397459621556),(241.3397459621556,535)) -2455 ((249,550),(249.13397459621555,550.5),(249.5,550.8660254037844),(250,551),(250.5,550.8660254037844),(250.86602540378445,550.5),(251,550),(250.86602540378445,549.5),(250.5,549.1339745962156),(250,549),(249.5,549.1339745962156),(249.13397459621555,549.5)) -2456 ((248,560),(248.26794919243113,561),(249,561.7320508075688),(250,562),(251,561.7320508075688),(251.73205080756887,561),(252,560),(251.73205080756887,559),(251,558.2679491924312),(250,558),(249,558.2679491924312),(248.26794919243113,559)) -2457 ((247,570),(247.40192378864668,571.5),(248.5,572.5980762113534),(250,573),(251.5,572.5980762113534),(252.59807621135332,571.5),(253,570),(252.59807621135332,568.5),(251.5,567.4019237886467),(250,567),(248.5,567.4019237886466),(247.40192378864668,568.5)) -2458 ((246,580),(246.53589838486224,582),(248,583.4641016151378),(250,584),(252,583.4641016151378),(253.46410161513776,582),(254,580),(253.46410161513776,578),(252,576.5358983848622),(250,576),(248,576.5358983848622),(246.53589838486224,578)) -2459 ((245,590),(245.66987298107782,592.5),(247.5,594.3301270189222),(250,595),(252.5,594.3301270189222),(254.33012701892218,592.5),(255,590),(254.33012701892218,587.5),(252.5,585.6698729810778),(250,585),(247.5,585.6698729810778),(245.66987298107782,587.5)) -2460 ((244,600),(244.80384757729337,603),(247,605.1961524227066),(250,606),(253,605.1961524227066),(255.19615242270663,603),(256,600),(255.19615242270663,597),(253,594.8038475772934),(250,594),(247,594.8038475772934),(244.80384757729337,597)) -2461 ((243,610),(243.93782217350892,613.5),(246.5,616.062177826491),(250,617),(253.5,616.062177826491),(256.06217782649105,613.5),(257,610),(256.06217782649105,606.5),(253.5,603.937822173509),(250,603),(246.5,603.937822173509),(243.93782217350892,606.5)) -2462 ((242,620),(243.0717967697245,624),(246,626.9282032302755),(250,628),(254,626.9282032302755),(256.9282032302755,624),(258,620),(256.9282032302755,616),(254,613.0717967697245),(250,612),(246,613.0717967697245),(243.0717967697245,616)) -2463 ((241,630),(242.20577136594005,634.5),(245.5,637.7942286340599),(250,639),(254.5,637.7942286340599),(257.79422863405995,634.5),(259,630),(257.79422863405995,625.5),(254.5,622.2057713659401),(250,621),(245.5,622.20577136594),(242.20577136594005,625.5)) -2464 ((240,640),(241.3397459621556,645),(245,648.6602540378444),(250,650),(255,648.6602540378444),(258.66025403784437,645),(260,640),(258.66025403784437,635),(255,631.3397459621556),(250,630),(245,631.3397459621556),(241.3397459621556,635)) -2465 ((249,650),(249.13397459621555,650.5),(249.5,650.8660254037844),(250,651),(250.5,650.8660254037844),(250.86602540378445,650.5),(251,650),(250.86602540378445,649.5),(250.5,649.1339745962156),(250,649),(249.5,649.1339745962156),(249.13397459621555,649.5)) -2466 ((248,660),(248.26794919243113,661),(249,661.7320508075688),(250,662),(251,661.7320508075688),(251.73205080756887,661),(252,660),(251.73205080756887,659),(251,658.2679491924312),(250,658),(249,658.2679491924312),(248.26794919243113,659)) -2467 ((247,670),(247.40192378864668,671.5),(248.5,672.5980762113534),(250,673),(251.5,672.5980762113534),(252.59807621135332,671.5),(253,670),(252.59807621135332,668.5),(251.5,667.4019237886467),(250,667),(248.5,667.4019237886466),(247.40192378864668,668.5)) -2468 ((246,680),(246.53589838486224,682),(248,683.4641016151378),(250,684),(252,683.4641016151378),(253.46410161513776,682),(254,680),(253.46410161513776,678),(252,676.5358983848622),(250,676),(248,676.5358983848622),(246.53589838486224,678)) -2469 ((245,690),(245.66987298107782,692.5),(247.5,694.3301270189222),(250,695),(252.5,694.3301270189222),(254.33012701892218,692.5),(255,690),(254.33012701892218,687.5),(252.5,685.6698729810778),(250,685),(247.5,685.6698729810778),(245.66987298107782,687.5)) -2470 ((244,700),(244.80384757729337,703),(247,705.1961524227066),(250,706),(253,705.1961524227066),(255.19615242270663,703),(256,700),(255.19615242270663,697),(253,694.8038475772934),(250,694),(247,694.8038475772934),(244.80384757729337,697)) -2471 ((243,710),(243.93782217350892,713.5),(246.5,716.062177826491),(250,717),(253.5,716.062177826491),(256.06217782649105,713.5),(257,710),(256.06217782649105,706.5),(253.5,703.937822173509),(250,703),(246.5,703.937822173509),(243.93782217350892,706.5)) -2472 ((242,720),(243.0717967697245,724),(246,726.9282032302755),(250,728),(254,726.9282032302755),(256.9282032302755,724),(258,720),(256.9282032302755,716),(254,713.0717967697245),(250,712),(246,713.0717967697245),(243.0717967697245,716)) -2473 ((241,730),(242.20577136594005,734.5),(245.5,737.7942286340599),(250,739),(254.5,737.7942286340599),(257.79422863405995,734.5),(259,730),(257.79422863405995,725.5),(254.5,722.2057713659401),(250,721),(245.5,722.20577136594),(242.20577136594005,725.5)) -2474 ((240,740),(241.3397459621556,745),(245,748.6602540378444),(250,750),(255,748.6602540378444),(258.66025403784437,745),(260,740),(258.66025403784437,735),(255,731.3397459621556),(250,730),(245,731.3397459621556),(241.3397459621556,735)) -2475 ((249,750),(249.13397459621555,750.5),(249.5,750.8660254037844),(250,751),(250.5,750.8660254037844),(250.86602540378445,750.5),(251,750),(250.86602540378445,749.5),(250.5,749.1339745962156),(250,749),(249.5,749.1339745962156),(249.13397459621555,749.5)) -2476 ((248,760),(248.26794919243113,761),(249,761.7320508075688),(250,762),(251,761.7320508075688),(251.73205080756887,761),(252,760),(251.73205080756887,759),(251,758.2679491924312),(250,758),(249,758.2679491924312),(248.26794919243113,759)) -2477 ((247,770),(247.40192378864668,771.5),(248.5,772.5980762113534),(250,773),(251.5,772.5980762113534),(252.59807621135332,771.5),(253,770),(252.59807621135332,768.5),(251.5,767.4019237886467),(250,767),(248.5,767.4019237886466),(247.40192378864668,768.5)) -2478 ((246,780),(246.53589838486224,782),(248,783.4641016151378),(250,784),(252,783.4641016151378),(253.46410161513776,782),(254,780),(253.46410161513776,778),(252,776.5358983848622),(250,776),(248,776.5358983848622),(246.53589838486224,778)) -2479 ((245,790),(245.66987298107782,792.5),(247.5,794.3301270189222),(250,795),(252.5,794.3301270189222),(254.33012701892218,792.5),(255,790),(254.33012701892218,787.5),(252.5,785.6698729810778),(250,785),(247.5,785.6698729810778),(245.66987298107782,787.5)) -2480 ((244,800),(244.80384757729337,803),(247,805.1961524227066),(250,806),(253,805.1961524227066),(255.19615242270663,803),(256,800),(255.19615242270663,797),(253,794.8038475772934),(250,794),(247,794.8038475772934),(244.80384757729337,797)) -2481 ((243,810),(243.93782217350892,813.5),(246.5,816.062177826491),(250,817),(253.5,816.062177826491),(256.06217782649105,813.5),(257,810),(256.06217782649105,806.5),(253.5,803.937822173509),(250,803),(246.5,803.937822173509),(243.93782217350892,806.5)) -2482 ((242,820),(243.0717967697245,824),(246,826.9282032302755),(250,828),(254,826.9282032302755),(256.9282032302755,824),(258,820),(256.9282032302755,816),(254,813.0717967697245),(250,812),(246,813.0717967697245),(243.0717967697245,816)) -2483 ((241,830),(242.20577136594005,834.5),(245.5,837.7942286340599),(250,839),(254.5,837.7942286340599),(257.79422863405995,834.5),(259,830),(257.79422863405995,825.5),(254.5,822.2057713659401),(250,821),(245.5,822.20577136594),(242.20577136594005,825.5)) -2484 ((240,840),(241.3397459621556,845),(245,848.6602540378444),(250,850),(255,848.6602540378444),(258.66025403784437,845),(260,840),(258.66025403784437,835),(255,831.3397459621556),(250,830),(245,831.3397459621556),(241.3397459621556,835)) -2485 ((249,850),(249.13397459621555,850.5),(249.5,850.8660254037844),(250,851),(250.5,850.8660254037844),(250.86602540378445,850.5),(251,850),(250.86602540378445,849.5),(250.5,849.1339745962156),(250,849),(249.5,849.1339745962156),(249.13397459621555,849.5)) -2486 ((248,860),(248.26794919243113,861),(249,861.7320508075688),(250,862),(251,861.7320508075688),(251.73205080756887,861),(252,860),(251.73205080756887,859),(251,858.2679491924312),(250,858),(249,858.2679491924312),(248.26794919243113,859)) -2487 ((247,870),(247.40192378864668,871.5),(248.5,872.5980762113534),(250,873),(251.5,872.5980762113534),(252.59807621135332,871.5),(253,870),(252.59807621135332,868.5),(251.5,867.4019237886467),(250,867),(248.5,867.4019237886466),(247.40192378864668,868.5)) -2488 ((246,880),(246.53589838486224,882),(248,883.4641016151378),(250,884),(252,883.4641016151378),(253.46410161513776,882),(254,880),(253.46410161513776,878),(252,876.5358983848622),(250,876),(248,876.5358983848622),(246.53589838486224,878)) -2489 ((245,890),(245.66987298107782,892.5),(247.5,894.3301270189222),(250,895),(252.5,894.3301270189222),(254.33012701892218,892.5),(255,890),(254.33012701892218,887.5),(252.5,885.6698729810778),(250,885),(247.5,885.6698729810778),(245.66987298107782,887.5)) -2490 ((244,900),(244.80384757729337,903),(247,905.1961524227066),(250,906),(253,905.1961524227066),(255.19615242270663,903),(256,900),(255.19615242270663,897),(253,894.8038475772934),(250,894),(247,894.8038475772934),(244.80384757729337,897)) -2491 ((243,910),(243.93782217350892,913.5),(246.5,916.062177826491),(250,917),(253.5,916.062177826491),(256.06217782649105,913.5),(257,910),(256.06217782649105,906.5),(253.5,903.937822173509),(250,903),(246.5,903.937822173509),(243.93782217350892,906.5)) -2492 ((242,920),(243.0717967697245,924),(246,926.9282032302755),(250,928),(254,926.9282032302755),(256.9282032302755,924),(258,920),(256.9282032302755,916),(254,913.0717967697245),(250,912),(246,913.0717967697245),(243.0717967697245,916)) -2493 ((241,930),(242.20577136594005,934.5),(245.5,937.7942286340599),(250,939),(254.5,937.7942286340599),(257.79422863405995,934.5),(259,930),(257.79422863405995,925.5),(254.5,922.2057713659401),(250,921),(245.5,922.20577136594),(242.20577136594005,925.5)) -2494 ((240,940),(241.3397459621556,945),(245,948.6602540378444),(250,950),(255,948.6602540378444),(258.66025403784437,945),(260,940),(258.66025403784437,935),(255,931.3397459621556),(250,930),(245,931.3397459621556),(241.3397459621556,935)) -2495 ((249,950),(249.13397459621555,950.5),(249.5,950.8660254037844),(250,951),(250.5,950.8660254037844),(250.86602540378445,950.5),(251,950),(250.86602540378445,949.5),(250.5,949.1339745962156),(250,949),(249.5,949.1339745962156),(249.13397459621555,949.5)) -2496 ((248,960),(248.26794919243113,961),(249,961.7320508075688),(250,962),(251,961.7320508075688),(251.73205080756887,961),(252,960),(251.73205080756887,959),(251,958.2679491924312),(250,958),(249,958.2679491924312),(248.26794919243113,959)) -2497 ((247,970),(247.40192378864668,971.5),(248.5,972.5980762113534),(250,973),(251.5,972.5980762113534),(252.59807621135332,971.5),(253,970),(252.59807621135332,968.5),(251.5,967.4019237886467),(250,967),(248.5,967.4019237886466),(247.40192378864668,968.5)) -2498 ((246,980),(246.53589838486224,982),(248,983.4641016151378),(250,984),(252,983.4641016151378),(253.46410161513776,982),(254,980),(253.46410161513776,978),(252,976.5358983848622),(250,976),(248,976.5358983848622),(246.53589838486224,978)) -2499 ((245,990),(245.66987298107782,992.5),(247.5,994.3301270189222),(250,995),(252.5,994.3301270189222),(254.33012701892218,992.5),(255,990),(254.33012701892218,987.5),(252.5,985.6698729810778),(250,985),(247.5,985.6698729810778),(245.66987298107782,987.5)) -2500 ((244,1000),(244.80384757729337,1003),(247,1005.1961524227066),(250,1006),(253,1005.1961524227066),(255.19615242270663,1003),(256,1000),(255.19615242270663,997),(253,994.8038475772934),(250,994),(247,994.8038475772934),(244.80384757729337,997)) -2501 ((252,10),(253.0717967697245,14),(256,16.928203230275507),(260,18),(264,16.92820323027551),(266.9282032302755,14.000000000000004),(268,10.000000000000002),(266.9282032302755,6.000000000000002),(264,3.071796769724492),(260,2),(256,3.0717967697244877),(253.0717967697245,5.9999999999999964)) -2502 ((251,20),(252.20577136594005,24.5),(255.5,27.794228634059948),(260,29),(264.5,27.794228634059948),(267.79422863405995,24.500000000000004),(269,20),(267.79422863405995,15.500000000000004),(264.5,12.205771365940054),(260,11),(255.5,12.205771365940048),(252.20577136594005,15.499999999999996)) -2503 ((250,30),(251.3397459621556,35),(255,38.66025403784438),(260,40),(265,38.66025403784439),(268.66025403784437,35),(270,30),(268.66025403784437,25.000000000000004),(265,21.339745962155614),(260,20),(255,21.33974596215561),(251.3397459621556,24.999999999999996)) -2504 ((259,40),(259.1339745962156,40.5),(259.5,40.86602540378444),(260,41),(260.5,40.86602540378444),(260.8660254037844,40.5),(261,40),(260.8660254037844,39.5),(260.5,39.13397459621556),(260,39),(259.5,39.13397459621556),(259.1339745962156,39.5)) -2505 ((258,50),(258.2679491924311,51),(259,51.732050807568875),(260,52),(261,51.732050807568875),(261.7320508075689,51),(262,50),(261.7320508075689,49),(261,48.267949192431125),(260,48),(259,48.267949192431125),(258.2679491924311,49)) -2506 ((257,60),(257.4019237886467,61.5),(258.5,62.598076211353316),(260,63),(261.5,62.598076211353316),(262.5980762113533,61.5),(263,60),(262.5980762113533,58.5),(261.5,57.401923788646684),(260,57),(258.5,57.401923788646684),(257.4019237886467,58.5)) -2507 ((256,70),(256.53589838486226,72),(258,73.46410161513775),(260,74),(262,73.46410161513775),(263.46410161513774,72),(264,70),(263.46410161513774,68),(262,66.53589838486225),(260,66),(258,66.53589838486225),(256.53589838486226,68)) -2508 ((255,80),(255.66987298107782,82.5),(257.5,84.3301270189222),(260,85),(262.5,84.3301270189222),(264.3301270189222,82.5),(265,80),(264.3301270189222,77.5),(262.5,75.6698729810778),(260,75),(257.5,75.6698729810778),(255.66987298107782,77.5)) -2509 ((254,90),(254.80384757729337,93),(257,95.19615242270663),(260,96),(263,95.19615242270663),(265.19615242270663,93),(266,90),(265.19615242270663,87),(263,84.80384757729337),(260,84),(257,84.80384757729337),(254.80384757729337,87)) -2510 ((253,100),(253.93782217350892,103.5),(256.5,106.06217782649107),(260,107),(263.5,106.06217782649107),(266.06217782649105,103.5),(267,100),(266.06217782649105,96.5),(263.5,93.93782217350893),(260,93),(256.5,93.93782217350892),(253.93782217350892,96.5)) -2511 ((252,110),(253.0717967697245,114),(256,116.92820323027551),(260,118),(264,116.92820323027551),(266.9282032302755,114),(268,110),(266.9282032302755,106),(264,103.07179676972449),(260,102),(256,103.07179676972449),(253.0717967697245,106)) -2512 ((251,120),(252.20577136594005,124.5),(255.5,127.79422863405995),(260,129),(264.5,127.79422863405995),(267.79422863405995,124.5),(269,120),(267.79422863405995,115.5),(264.5,112.20577136594005),(260,111),(255.5,112.20577136594005),(252.20577136594005,115.5)) -2513 ((250,130),(251.3397459621556,135),(255,138.6602540378444),(260,140),(265,138.6602540378444),(268.66025403784437,135),(270,130),(268.66025403784437,125),(265,121.33974596215562),(260,120),(255,121.3397459621556),(251.3397459621556,125)) -2514 ((259,140),(259.1339745962156,140.5),(259.5,140.86602540378445),(260,141),(260.5,140.86602540378445),(260.8660254037844,140.5),(261,140),(260.8660254037844,139.5),(260.5,139.13397459621555),(260,139),(259.5,139.13397459621555),(259.1339745962156,139.5)) -2515 ((258,150),(258.2679491924311,151),(259,151.73205080756887),(260,152),(261,151.73205080756887),(261.7320508075689,151),(262,150),(261.7320508075689,149),(261,148.26794919243113),(260,148),(259,148.26794919243113),(258.2679491924311,149)) -2516 ((257,160),(257.4019237886467,161.5),(258.5,162.59807621135332),(260,163),(261.5,162.59807621135332),(262.5980762113533,161.5),(263,160),(262.5980762113533,158.5),(261.5,157.40192378864668),(260,157),(258.5,157.40192378864668),(257.4019237886467,158.5)) -2517 ((256,170),(256.53589838486226,172),(258,173.46410161513776),(260,174),(262,173.46410161513776),(263.46410161513774,172),(264,170),(263.46410161513774,168),(262,166.53589838486224),(260,166),(258,166.53589838486224),(256.53589838486226,168)) -2518 ((255,180),(255.66987298107782,182.5),(257.5,184.33012701892218),(260,185),(262.5,184.33012701892218),(264.3301270189222,182.5),(265,180),(264.3301270189222,177.5),(262.5,175.66987298107782),(260,175),(257.5,175.66987298107782),(255.66987298107782,177.5)) -2519 ((254,190),(254.80384757729337,193),(257,195.19615242270663),(260,196),(263,195.19615242270663),(265.19615242270663,193),(266,190),(265.19615242270663,187),(263,184.80384757729337),(260,184),(257,184.80384757729337),(254.80384757729337,187)) -2520 ((253,200),(253.93782217350892,203.5),(256.5,206.06217782649108),(260,207),(263.5,206.06217782649108),(266.06217782649105,203.5),(267,200),(266.06217782649105,196.5),(263.5,193.93782217350892),(260,193),(256.5,193.93782217350892),(253.93782217350892,196.5)) -2521 ((252,210),(253.0717967697245,214),(256,216.9282032302755),(260,218),(264,216.9282032302755),(266.9282032302755,214),(268,210),(266.9282032302755,206),(264,203.0717967697245),(260,202),(256,203.0717967697245),(253.0717967697245,206)) -2522 ((251,220),(252.20577136594005,224.5),(255.5,227.79422863405995),(260,229),(264.5,227.79422863405995),(267.79422863405995,224.5),(269,220),(267.79422863405995,215.5),(264.5,212.20577136594005),(260,211),(255.5,212.20577136594005),(252.20577136594005,215.5)) -2523 ((250,230),(251.3397459621556,235),(255,238.6602540378444),(260,240),(265,238.6602540378444),(268.66025403784437,235),(270,230),(268.66025403784437,225),(265,221.3397459621556),(260,220),(255,221.3397459621556),(251.3397459621556,225)) -2524 ((259,240),(259.1339745962156,240.5),(259.5,240.86602540378445),(260,241),(260.5,240.86602540378445),(260.8660254037844,240.5),(261,240),(260.8660254037844,239.5),(260.5,239.13397459621555),(260,239),(259.5,239.13397459621555),(259.1339745962156,239.5)) -2525 ((258,250),(258.2679491924311,251),(259,251.73205080756887),(260,252),(261,251.73205080756887),(261.7320508075689,251),(262,250),(261.7320508075689,249),(261,248.26794919243113),(260,248),(259,248.26794919243113),(258.2679491924311,249)) -2526 ((257,260),(257.4019237886467,261.5),(258.5,262.5980762113533),(260,263),(261.5,262.5980762113533),(262.5980762113533,261.5),(263,260),(262.5980762113533,258.5),(261.5,257.4019237886467),(260,257),(258.5,257.4019237886467),(257.4019237886467,258.5)) -2527 ((256,270),(256.53589838486226,272),(258,273.46410161513774),(260,274),(262,273.46410161513774),(263.46410161513774,272),(264,270),(263.46410161513774,268),(262,266.53589838486226),(260,266),(258,266.53589838486226),(256.53589838486226,268)) -2528 ((255,280),(255.66987298107782,282.5),(257.5,284.3301270189222),(260,285),(262.5,284.3301270189222),(264.3301270189222,282.5),(265,280),(264.3301270189222,277.5),(262.5,275.6698729810778),(260,275),(257.5,275.6698729810778),(255.66987298107782,277.5)) -2529 ((254,290),(254.80384757729337,293),(257,295.19615242270663),(260,296),(263,295.19615242270663),(265.19615242270663,293),(266,290),(265.19615242270663,287),(263,284.80384757729337),(260,284),(257,284.80384757729337),(254.80384757729337,287)) -2530 ((253,300),(253.93782217350892,303.5),(256.5,306.06217782649105),(260,307),(263.5,306.06217782649105),(266.06217782649105,303.5),(267,300),(266.06217782649105,296.5),(263.5,293.93782217350895),(260,293),(256.5,293.93782217350895),(253.93782217350892,296.5)) -2531 ((252,310),(253.0717967697245,314),(256,316.9282032302755),(260,318),(264,316.9282032302755),(266.9282032302755,314),(268,310),(266.9282032302755,306),(264,303.0717967697245),(260,302),(256,303.0717967697245),(253.0717967697245,306)) -2532 ((251,320),(252.20577136594005,324.5),(255.5,327.79422863405995),(260,329),(264.5,327.79422863405995),(267.79422863405995,324.5),(269,320),(267.79422863405995,315.5),(264.5,312.20577136594005),(260,311),(255.5,312.20577136594005),(252.20577136594005,315.5)) -2533 ((250,330),(251.3397459621556,335),(255,338.66025403784437),(260,340),(265,338.66025403784437),(268.66025403784437,335),(270,330),(268.66025403784437,325),(265,321.33974596215563),(260,320),(255,321.33974596215563),(251.3397459621556,325)) -2534 ((259,340),(259.1339745962156,340.5),(259.5,340.8660254037844),(260,341),(260.5,340.8660254037844),(260.8660254037844,340.5),(261,340),(260.8660254037844,339.5),(260.5,339.1339745962156),(260,339),(259.5,339.1339745962156),(259.1339745962156,339.5)) -2535 ((258,350),(258.2679491924311,351),(259,351.7320508075689),(260,352),(261,351.7320508075689),(261.7320508075689,351),(262,350),(261.7320508075689,349),(261,348.2679491924311),(260,348),(259,348.2679491924311),(258.2679491924311,349)) -2536 ((257,360),(257.4019237886467,361.5),(258.5,362.5980762113533),(260,363),(261.5,362.5980762113533),(262.5980762113533,361.5),(263,360),(262.5980762113533,358.5),(261.5,357.4019237886467),(260,357),(258.5,357.4019237886467),(257.4019237886467,358.5)) -2537 ((256,370),(256.53589838486226,372),(258,373.46410161513774),(260,374),(262,373.46410161513774),(263.46410161513774,372),(264,370),(263.46410161513774,368),(262,366.53589838486226),(260,366),(258,366.53589838486226),(256.53589838486226,368)) -2538 ((255,380),(255.66987298107782,382.5),(257.5,384.3301270189222),(260,385),(262.5,384.3301270189222),(264.3301270189222,382.5),(265,380),(264.3301270189222,377.5),(262.5,375.6698729810778),(260,375),(257.5,375.6698729810778),(255.66987298107782,377.5)) -2539 ((254,390),(254.80384757729337,393),(257,395.19615242270663),(260,396),(263,395.19615242270663),(265.19615242270663,393),(266,390),(265.19615242270663,387),(263,384.80384757729337),(260,384),(257,384.80384757729337),(254.80384757729337,387)) -2540 ((253,400),(253.93782217350892,403.5),(256.5,406.06217782649105),(260,407),(263.5,406.06217782649105),(266.06217782649105,403.5),(267,400),(266.06217782649105,396.5),(263.5,393.93782217350895),(260,393),(256.5,393.93782217350895),(253.93782217350892,396.5)) -2541 ((252,410),(253.0717967697245,414),(256,416.9282032302755),(260,418),(264,416.9282032302755),(266.9282032302755,414),(268,410),(266.9282032302755,406),(264,403.0717967697245),(260,402),(256,403.0717967697245),(253.0717967697245,406)) -2542 ((251,420),(252.20577136594005,424.5),(255.5,427.79422863405995),(260,429),(264.5,427.79422863405995),(267.79422863405995,424.5),(269,420),(267.79422863405995,415.5),(264.5,412.20577136594005),(260,411),(255.5,412.20577136594005),(252.20577136594005,415.5)) -2543 ((250,430),(251.3397459621556,435),(255,438.66025403784437),(260,440),(265,438.66025403784437),(268.66025403784437,435),(270,430),(268.66025403784437,425),(265,421.33974596215563),(260,420),(255,421.33974596215563),(251.3397459621556,425)) -2544 ((259,440),(259.1339745962156,440.5),(259.5,440.8660254037844),(260,441),(260.5,440.8660254037844),(260.8660254037844,440.5),(261,440),(260.8660254037844,439.5),(260.5,439.1339745962156),(260,439),(259.5,439.1339745962156),(259.1339745962156,439.5)) -2545 ((258,450),(258.2679491924311,451),(259,451.7320508075689),(260,452),(261,451.7320508075689),(261.7320508075689,451),(262,450),(261.7320508075689,449),(261,448.2679491924311),(260,448),(259,448.2679491924311),(258.2679491924311,449)) -2546 ((257,460),(257.4019237886467,461.5),(258.5,462.5980762113533),(260,463),(261.5,462.5980762113533),(262.5980762113533,461.5),(263,460),(262.5980762113533,458.5),(261.5,457.4019237886467),(260,457),(258.5,457.4019237886467),(257.4019237886467,458.5)) -2547 ((256,470),(256.53589838486226,472),(258,473.46410161513774),(260,474),(262,473.46410161513774),(263.46410161513774,472),(264,470),(263.46410161513774,468),(262,466.53589838486226),(260,466),(258,466.53589838486226),(256.53589838486226,468)) -2548 ((255,480),(255.66987298107782,482.5),(257.5,484.3301270189222),(260,485),(262.5,484.3301270189222),(264.3301270189222,482.5),(265,480),(264.3301270189222,477.5),(262.5,475.6698729810778),(260,475),(257.5,475.6698729810778),(255.66987298107782,477.5)) -2549 ((254,490),(254.80384757729337,493),(257,495.19615242270663),(260,496),(263,495.19615242270663),(265.19615242270663,493),(266,490),(265.19615242270663,487),(263,484.80384757729337),(260,484),(257,484.80384757729337),(254.80384757729337,487)) -2550 ((253,500),(253.93782217350892,503.5),(256.5,506.06217782649105),(260,507),(263.5,506.06217782649105),(266.06217782649105,503.5),(267,500),(266.06217782649105,496.5),(263.5,493.93782217350895),(260,493),(256.5,493.93782217350895),(253.93782217350892,496.5)) -2551 ((252,510),(253.0717967697245,514),(256,516.9282032302755),(260,518),(264,516.9282032302755),(266.9282032302755,514),(268,510),(266.9282032302755,506),(264,503.0717967697245),(260,502),(256,503.0717967697245),(253.0717967697245,506)) -2552 ((251,520),(252.20577136594005,524.5),(255.5,527.7942286340599),(260,529),(264.5,527.7942286340599),(267.79422863405995,524.5),(269,520),(267.79422863405995,515.5),(264.5,512.2057713659401),(260,511),(255.5,512.20577136594),(252.20577136594005,515.5)) -2553 ((250,530),(251.3397459621556,535),(255,538.6602540378444),(260,540),(265,538.6602540378444),(268.66025403784437,535),(270,530),(268.66025403784437,525),(265,521.3397459621556),(260,520),(255,521.3397459621556),(251.3397459621556,525)) -2554 ((259,540),(259.1339745962156,540.5),(259.5,540.8660254037844),(260,541),(260.5,540.8660254037844),(260.8660254037844,540.5),(261,540),(260.8660254037844,539.5),(260.5,539.1339745962156),(260,539),(259.5,539.1339745962156),(259.1339745962156,539.5)) -2555 ((258,550),(258.2679491924311,551),(259,551.7320508075688),(260,552),(261,551.7320508075688),(261.7320508075689,551),(262,550),(261.7320508075689,549),(261,548.2679491924312),(260,548),(259,548.2679491924312),(258.2679491924311,549)) -2556 ((257,560),(257.4019237886467,561.5),(258.5,562.5980762113534),(260,563),(261.5,562.5980762113534),(262.5980762113533,561.5),(263,560),(262.5980762113533,558.5),(261.5,557.4019237886467),(260,557),(258.5,557.4019237886466),(257.4019237886467,558.5)) -2557 ((256,570),(256.53589838486226,572),(258,573.4641016151378),(260,574),(262,573.4641016151378),(263.46410161513774,572),(264,570),(263.46410161513774,568),(262,566.5358983848622),(260,566),(258,566.5358983848622),(256.53589838486226,568)) -2558 ((255,580),(255.66987298107782,582.5),(257.5,584.3301270189222),(260,585),(262.5,584.3301270189222),(264.3301270189222,582.5),(265,580),(264.3301270189222,577.5),(262.5,575.6698729810778),(260,575),(257.5,575.6698729810778),(255.66987298107782,577.5)) -2559 ((254,590),(254.80384757729337,593),(257,595.1961524227066),(260,596),(263,595.1961524227066),(265.19615242270663,593),(266,590),(265.19615242270663,587),(263,584.8038475772934),(260,584),(257,584.8038475772934),(254.80384757729337,587)) -2560 ((253,600),(253.93782217350892,603.5),(256.5,606.062177826491),(260,607),(263.5,606.062177826491),(266.06217782649105,603.5),(267,600),(266.06217782649105,596.5),(263.5,593.937822173509),(260,593),(256.5,593.937822173509),(253.93782217350892,596.5)) -2561 ((252,610),(253.0717967697245,614),(256,616.9282032302755),(260,618),(264,616.9282032302755),(266.9282032302755,614),(268,610),(266.9282032302755,606),(264,603.0717967697245),(260,602),(256,603.0717967697245),(253.0717967697245,606)) -2562 ((251,620),(252.20577136594005,624.5),(255.5,627.7942286340599),(260,629),(264.5,627.7942286340599),(267.79422863405995,624.5),(269,620),(267.79422863405995,615.5),(264.5,612.2057713659401),(260,611),(255.5,612.20577136594),(252.20577136594005,615.5)) -2563 ((250,630),(251.3397459621556,635),(255,638.6602540378444),(260,640),(265,638.6602540378444),(268.66025403784437,635),(270,630),(268.66025403784437,625),(265,621.3397459621556),(260,620),(255,621.3397459621556),(251.3397459621556,625)) -2564 ((259,640),(259.1339745962156,640.5),(259.5,640.8660254037844),(260,641),(260.5,640.8660254037844),(260.8660254037844,640.5),(261,640),(260.8660254037844,639.5),(260.5,639.1339745962156),(260,639),(259.5,639.1339745962156),(259.1339745962156,639.5)) -2565 ((258,650),(258.2679491924311,651),(259,651.7320508075688),(260,652),(261,651.7320508075688),(261.7320508075689,651),(262,650),(261.7320508075689,649),(261,648.2679491924312),(260,648),(259,648.2679491924312),(258.2679491924311,649)) -2566 ((257,660),(257.4019237886467,661.5),(258.5,662.5980762113534),(260,663),(261.5,662.5980762113534),(262.5980762113533,661.5),(263,660),(262.5980762113533,658.5),(261.5,657.4019237886467),(260,657),(258.5,657.4019237886466),(257.4019237886467,658.5)) -2567 ((256,670),(256.53589838486226,672),(258,673.4641016151378),(260,674),(262,673.4641016151378),(263.46410161513774,672),(264,670),(263.46410161513774,668),(262,666.5358983848622),(260,666),(258,666.5358983848622),(256.53589838486226,668)) -2568 ((255,680),(255.66987298107782,682.5),(257.5,684.3301270189222),(260,685),(262.5,684.3301270189222),(264.3301270189222,682.5),(265,680),(264.3301270189222,677.5),(262.5,675.6698729810778),(260,675),(257.5,675.6698729810778),(255.66987298107782,677.5)) -2569 ((254,690),(254.80384757729337,693),(257,695.1961524227066),(260,696),(263,695.1961524227066),(265.19615242270663,693),(266,690),(265.19615242270663,687),(263,684.8038475772934),(260,684),(257,684.8038475772934),(254.80384757729337,687)) -2570 ((253,700),(253.93782217350892,703.5),(256.5,706.062177826491),(260,707),(263.5,706.062177826491),(266.06217782649105,703.5),(267,700),(266.06217782649105,696.5),(263.5,693.937822173509),(260,693),(256.5,693.937822173509),(253.93782217350892,696.5)) -2571 ((252,710),(253.0717967697245,714),(256,716.9282032302755),(260,718),(264,716.9282032302755),(266.9282032302755,714),(268,710),(266.9282032302755,706),(264,703.0717967697245),(260,702),(256,703.0717967697245),(253.0717967697245,706)) -2572 ((251,720),(252.20577136594005,724.5),(255.5,727.7942286340599),(260,729),(264.5,727.7942286340599),(267.79422863405995,724.5),(269,720),(267.79422863405995,715.5),(264.5,712.2057713659401),(260,711),(255.5,712.20577136594),(252.20577136594005,715.5)) -2573 ((250,730),(251.3397459621556,735),(255,738.6602540378444),(260,740),(265,738.6602540378444),(268.66025403784437,735),(270,730),(268.66025403784437,725),(265,721.3397459621556),(260,720),(255,721.3397459621556),(251.3397459621556,725)) -2574 ((259,740),(259.1339745962156,740.5),(259.5,740.8660254037844),(260,741),(260.5,740.8660254037844),(260.8660254037844,740.5),(261,740),(260.8660254037844,739.5),(260.5,739.1339745962156),(260,739),(259.5,739.1339745962156),(259.1339745962156,739.5)) -2575 ((258,750),(258.2679491924311,751),(259,751.7320508075688),(260,752),(261,751.7320508075688),(261.7320508075689,751),(262,750),(261.7320508075689,749),(261,748.2679491924312),(260,748),(259,748.2679491924312),(258.2679491924311,749)) -2576 ((257,760),(257.4019237886467,761.5),(258.5,762.5980762113534),(260,763),(261.5,762.5980762113534),(262.5980762113533,761.5),(263,760),(262.5980762113533,758.5),(261.5,757.4019237886467),(260,757),(258.5,757.4019237886466),(257.4019237886467,758.5)) -2577 ((256,770),(256.53589838486226,772),(258,773.4641016151378),(260,774),(262,773.4641016151378),(263.46410161513774,772),(264,770),(263.46410161513774,768),(262,766.5358983848622),(260,766),(258,766.5358983848622),(256.53589838486226,768)) -2578 ((255,780),(255.66987298107782,782.5),(257.5,784.3301270189222),(260,785),(262.5,784.3301270189222),(264.3301270189222,782.5),(265,780),(264.3301270189222,777.5),(262.5,775.6698729810778),(260,775),(257.5,775.6698729810778),(255.66987298107782,777.5)) -2579 ((254,790),(254.80384757729337,793),(257,795.1961524227066),(260,796),(263,795.1961524227066),(265.19615242270663,793),(266,790),(265.19615242270663,787),(263,784.8038475772934),(260,784),(257,784.8038475772934),(254.80384757729337,787)) -2580 ((253,800),(253.93782217350892,803.5),(256.5,806.062177826491),(260,807),(263.5,806.062177826491),(266.06217782649105,803.5),(267,800),(266.06217782649105,796.5),(263.5,793.937822173509),(260,793),(256.5,793.937822173509),(253.93782217350892,796.5)) -2581 ((252,810),(253.0717967697245,814),(256,816.9282032302755),(260,818),(264,816.9282032302755),(266.9282032302755,814),(268,810),(266.9282032302755,806),(264,803.0717967697245),(260,802),(256,803.0717967697245),(253.0717967697245,806)) -2582 ((251,820),(252.20577136594005,824.5),(255.5,827.7942286340599),(260,829),(264.5,827.7942286340599),(267.79422863405995,824.5),(269,820),(267.79422863405995,815.5),(264.5,812.2057713659401),(260,811),(255.5,812.20577136594),(252.20577136594005,815.5)) -2583 ((250,830),(251.3397459621556,835),(255,838.6602540378444),(260,840),(265,838.6602540378444),(268.66025403784437,835),(270,830),(268.66025403784437,825),(265,821.3397459621556),(260,820),(255,821.3397459621556),(251.3397459621556,825)) -2584 ((259,840),(259.1339745962156,840.5),(259.5,840.8660254037844),(260,841),(260.5,840.8660254037844),(260.8660254037844,840.5),(261,840),(260.8660254037844,839.5),(260.5,839.1339745962156),(260,839),(259.5,839.1339745962156),(259.1339745962156,839.5)) -2585 ((258,850),(258.2679491924311,851),(259,851.7320508075688),(260,852),(261,851.7320508075688),(261.7320508075689,851),(262,850),(261.7320508075689,849),(261,848.2679491924312),(260,848),(259,848.2679491924312),(258.2679491924311,849)) -2586 ((257,860),(257.4019237886467,861.5),(258.5,862.5980762113534),(260,863),(261.5,862.5980762113534),(262.5980762113533,861.5),(263,860),(262.5980762113533,858.5),(261.5,857.4019237886467),(260,857),(258.5,857.4019237886466),(257.4019237886467,858.5)) -2587 ((256,870),(256.53589838486226,872),(258,873.4641016151378),(260,874),(262,873.4641016151378),(263.46410161513774,872),(264,870),(263.46410161513774,868),(262,866.5358983848622),(260,866),(258,866.5358983848622),(256.53589838486226,868)) -2588 ((255,880),(255.66987298107782,882.5),(257.5,884.3301270189222),(260,885),(262.5,884.3301270189222),(264.3301270189222,882.5),(265,880),(264.3301270189222,877.5),(262.5,875.6698729810778),(260,875),(257.5,875.6698729810778),(255.66987298107782,877.5)) -2589 ((254,890),(254.80384757729337,893),(257,895.1961524227066),(260,896),(263,895.1961524227066),(265.19615242270663,893),(266,890),(265.19615242270663,887),(263,884.8038475772934),(260,884),(257,884.8038475772934),(254.80384757729337,887)) -2590 ((253,900),(253.93782217350892,903.5),(256.5,906.062177826491),(260,907),(263.5,906.062177826491),(266.06217782649105,903.5),(267,900),(266.06217782649105,896.5),(263.5,893.937822173509),(260,893),(256.5,893.937822173509),(253.93782217350892,896.5)) -2591 ((252,910),(253.0717967697245,914),(256,916.9282032302755),(260,918),(264,916.9282032302755),(266.9282032302755,914),(268,910),(266.9282032302755,906),(264,903.0717967697245),(260,902),(256,903.0717967697245),(253.0717967697245,906)) -2592 ((251,920),(252.20577136594005,924.5),(255.5,927.7942286340599),(260,929),(264.5,927.7942286340599),(267.79422863405995,924.5),(269,920),(267.79422863405995,915.5),(264.5,912.2057713659401),(260,911),(255.5,912.20577136594),(252.20577136594005,915.5)) -2593 ((250,930),(251.3397459621556,935),(255,938.6602540378444),(260,940),(265,938.6602540378444),(268.66025403784437,935),(270,930),(268.66025403784437,925),(265,921.3397459621556),(260,920),(255,921.3397459621556),(251.3397459621556,925)) -2594 ((259,940),(259.1339745962156,940.5),(259.5,940.8660254037844),(260,941),(260.5,940.8660254037844),(260.8660254037844,940.5),(261,940),(260.8660254037844,939.5),(260.5,939.1339745962156),(260,939),(259.5,939.1339745962156),(259.1339745962156,939.5)) -2595 ((258,950),(258.2679491924311,951),(259,951.7320508075688),(260,952),(261,951.7320508075688),(261.7320508075689,951),(262,950),(261.7320508075689,949),(261,948.2679491924312),(260,948),(259,948.2679491924312),(258.2679491924311,949)) -2596 ((257,960),(257.4019237886467,961.5),(258.5,962.5980762113534),(260,963),(261.5,962.5980762113534),(262.5980762113533,961.5),(263,960),(262.5980762113533,958.5),(261.5,957.4019237886467),(260,957),(258.5,957.4019237886466),(257.4019237886467,958.5)) -2597 ((256,970),(256.53589838486226,972),(258,973.4641016151378),(260,974),(262,973.4641016151378),(263.46410161513774,972),(264,970),(263.46410161513774,968),(262,966.5358983848622),(260,966),(258,966.5358983848622),(256.53589838486226,968)) -2598 ((255,980),(255.66987298107782,982.5),(257.5,984.3301270189222),(260,985),(262.5,984.3301270189222),(264.3301270189222,982.5),(265,980),(264.3301270189222,977.5),(262.5,975.6698729810778),(260,975),(257.5,975.6698729810778),(255.66987298107782,977.5)) -2599 ((254,990),(254.80384757729337,993),(257,995.1961524227066),(260,996),(263,995.1961524227066),(265.19615242270663,993),(266,990),(265.19615242270663,987),(263,984.8038475772934),(260,984),(257,984.8038475772934),(254.80384757729337,987)) -2600 ((253,1000),(253.93782217350892,1003.5),(256.5,1006.062177826491),(260,1007),(263.5,1006.062177826491),(266.06217782649105,1003.5),(267,1000),(266.06217782649105,996.5),(263.5,993.937822173509),(260,993),(256.5,993.937822173509),(253.93782217350892,996.5)) -2601 ((261,10),(262.20577136594005,14.5),(265.5,17.794228634059948),(270,19),(274.5,17.794228634059948),(277.79422863405995,14.500000000000004),(279,10.000000000000002),(277.79422863405995,5.500000000000003),(274.5,2.2057713659400537),(270,1),(265.5,2.2057713659400484),(262.20577136594005,5.4999999999999964)) -2602 ((260,20),(261.33974596215563,25),(265,28.660254037844386),(270,30),(275,28.66025403784439),(278.66025403784437,25.000000000000004),(280,20),(278.66025403784437,15.000000000000004),(275,11.339745962155614),(270,10),(265,11.33974596215561),(261.33974596215563,14.999999999999996)) -2603 ((269,30),(269.1339745962156,30.5),(269.5,30.866025403784437),(270,31),(270.5,30.866025403784437),(270.8660254037844,30.5),(271,30),(270.8660254037844,29.5),(270.5,29.133974596215563),(270,29),(269.5,29.133974596215563),(269.1339745962156,29.5)) -2604 ((268,40),(268.2679491924311,41),(269,41.732050807568875),(270,42),(271,41.732050807568875),(271.7320508075689,41),(272,40),(271.7320508075689,39),(271,38.267949192431125),(270,38),(269,38.267949192431125),(268.2679491924311,39)) -2605 ((267,50),(267.4019237886467,51.5),(268.5,52.598076211353316),(270,53),(271.5,52.598076211353316),(272.5980762113533,51.5),(273,50),(272.5980762113533,48.5),(271.5,47.401923788646684),(270,47),(268.5,47.401923788646684),(267.4019237886467,48.5)) -2606 ((266,60),(266.53589838486226,62),(268,63.46410161513776),(270,64),(272,63.46410161513776),(273.46410161513774,62),(274,60),(273.46410161513774,58),(272,56.53589838486224),(270,56),(268,56.53589838486224),(266.53589838486226,58)) -2607 ((265,70),(265.6698729810778,72.5),(267.5,74.3301270189222),(270,75),(272.5,74.3301270189222),(274.3301270189222,72.5),(275,70),(274.3301270189222,67.5),(272.5,65.6698729810778),(270,65),(267.5,65.6698729810778),(265.6698729810778,67.5)) -2608 ((264,80),(264.80384757729337,83),(267,85.19615242270663),(270,86),(273,85.19615242270663),(275.19615242270663,83),(276,80),(275.19615242270663,77),(273,74.80384757729337),(270,74),(267,74.80384757729337),(264.80384757729337,77)) -2609 ((263,90),(263.93782217350895,93.5),(266.5,96.06217782649107),(270,97),(273.5,96.06217782649107),(276.06217782649105,93.5),(277,90),(276.06217782649105,86.5),(273.5,83.93782217350893),(270,83),(266.5,83.93782217350892),(263.93782217350895,86.5)) -2610 ((262,100),(263.0717967697245,104),(266,106.92820323027551),(270,108),(274,106.92820323027551),(276.9282032302755,104),(278,100),(276.9282032302755,96),(274,93.07179676972449),(270,92),(266,93.07179676972449),(263.0717967697245,96)) -2611 ((261,110),(262.20577136594005,114.5),(265.5,117.79422863405995),(270,119),(274.5,117.79422863405995),(277.79422863405995,114.5),(279,110),(277.79422863405995,105.5),(274.5,102.20577136594005),(270,101),(265.5,102.20577136594005),(262.20577136594005,105.5)) -2612 ((260,120),(261.33974596215563,125),(265,128.6602540378444),(270,130),(275,128.6602540378444),(278.66025403784437,125),(280,120),(278.66025403784437,115),(275,111.33974596215562),(270,110),(265,111.3397459621556),(261.33974596215563,115)) -2613 ((269,130),(269.1339745962156,130.5),(269.5,130.86602540378445),(270,131),(270.5,130.86602540378445),(270.8660254037844,130.5),(271,130),(270.8660254037844,129.5),(270.5,129.13397459621555),(270,129),(269.5,129.13397459621555),(269.1339745962156,129.5)) -2614 ((268,140),(268.2679491924311,141),(269,141.73205080756887),(270,142),(271,141.73205080756887),(271.7320508075689,141),(272,140),(271.7320508075689,139),(271,138.26794919243113),(270,138),(269,138.26794919243113),(268.2679491924311,139)) -2615 ((267,150),(267.4019237886467,151.5),(268.5,152.59807621135332),(270,153),(271.5,152.59807621135332),(272.5980762113533,151.5),(273,150),(272.5980762113533,148.5),(271.5,147.40192378864668),(270,147),(268.5,147.40192378864668),(267.4019237886467,148.5)) -2616 ((266,160),(266.53589838486226,162),(268,163.46410161513776),(270,164),(272,163.46410161513776),(273.46410161513774,162),(274,160),(273.46410161513774,158),(272,156.53589838486224),(270,156),(268,156.53589838486224),(266.53589838486226,158)) -2617 ((265,170),(265.6698729810778,172.5),(267.5,174.33012701892218),(270,175),(272.5,174.33012701892218),(274.3301270189222,172.5),(275,170),(274.3301270189222,167.5),(272.5,165.66987298107782),(270,165),(267.5,165.66987298107782),(265.6698729810778,167.5)) -2618 ((264,180),(264.80384757729337,183),(267,185.19615242270663),(270,186),(273,185.19615242270663),(275.19615242270663,183),(276,180),(275.19615242270663,177),(273,174.80384757729337),(270,174),(267,174.80384757729337),(264.80384757729337,177)) -2619 ((263,190),(263.93782217350895,193.5),(266.5,196.06217782649108),(270,197),(273.5,196.06217782649108),(276.06217782649105,193.5),(277,190),(276.06217782649105,186.5),(273.5,183.93782217350892),(270,183),(266.5,183.93782217350892),(263.93782217350895,186.5)) -2620 ((262,200),(263.0717967697245,204),(266,206.9282032302755),(270,208),(274,206.9282032302755),(276.9282032302755,204),(278,200),(276.9282032302755,196),(274,193.0717967697245),(270,192),(266,193.0717967697245),(263.0717967697245,196)) -2621 ((261,210),(262.20577136594005,214.5),(265.5,217.79422863405995),(270,219),(274.5,217.79422863405995),(277.79422863405995,214.5),(279,210),(277.79422863405995,205.5),(274.5,202.20577136594005),(270,201),(265.5,202.20577136594005),(262.20577136594005,205.5)) -2622 ((260,220),(261.33974596215563,225),(265,228.6602540378444),(270,230),(275,228.6602540378444),(278.66025403784437,225),(280,220),(278.66025403784437,215),(275,211.3397459621556),(270,210),(265,211.3397459621556),(261.33974596215563,215)) -2623 ((269,230),(269.1339745962156,230.5),(269.5,230.86602540378445),(270,231),(270.5,230.86602540378445),(270.8660254037844,230.5),(271,230),(270.8660254037844,229.5),(270.5,229.13397459621555),(270,229),(269.5,229.13397459621555),(269.1339745962156,229.5)) -2624 ((268,240),(268.2679491924311,241),(269,241.73205080756887),(270,242),(271,241.73205080756887),(271.7320508075689,241),(272,240),(271.7320508075689,239),(271,238.26794919243113),(270,238),(269,238.26794919243113),(268.2679491924311,239)) -2625 ((267,250),(267.4019237886467,251.5),(268.5,252.59807621135332),(270,253),(271.5,252.59807621135332),(272.5980762113533,251.5),(273,250),(272.5980762113533,248.5),(271.5,247.40192378864668),(270,247),(268.5,247.40192378864668),(267.4019237886467,248.5)) -2626 ((266,260),(266.53589838486226,262),(268,263.46410161513774),(270,264),(272,263.46410161513774),(273.46410161513774,262),(274,260),(273.46410161513774,258),(272,256.53589838486226),(270,256),(268,256.53589838486226),(266.53589838486226,258)) -2627 ((265,270),(265.6698729810778,272.5),(267.5,274.3301270189222),(270,275),(272.5,274.3301270189222),(274.3301270189222,272.5),(275,270),(274.3301270189222,267.5),(272.5,265.6698729810778),(270,265),(267.5,265.6698729810778),(265.6698729810778,267.5)) -2628 ((264,280),(264.80384757729337,283),(267,285.19615242270663),(270,286),(273,285.19615242270663),(275.19615242270663,283),(276,280),(275.19615242270663,277),(273,274.80384757729337),(270,274),(267,274.80384757729337),(264.80384757729337,277)) -2629 ((263,290),(263.93782217350895,293.5),(266.5,296.06217782649105),(270,297),(273.5,296.06217782649105),(276.06217782649105,293.5),(277,290),(276.06217782649105,286.5),(273.5,283.93782217350895),(270,283),(266.5,283.93782217350895),(263.93782217350895,286.5)) -2630 ((262,300),(263.0717967697245,304),(266,306.9282032302755),(270,308),(274,306.9282032302755),(276.9282032302755,304),(278,300),(276.9282032302755,296),(274,293.0717967697245),(270,292),(266,293.0717967697245),(263.0717967697245,296)) -2631 ((261,310),(262.20577136594005,314.5),(265.5,317.79422863405995),(270,319),(274.5,317.79422863405995),(277.79422863405995,314.5),(279,310),(277.79422863405995,305.5),(274.5,302.20577136594005),(270,301),(265.5,302.20577136594005),(262.20577136594005,305.5)) -2632 ((260,320),(261.33974596215563,325),(265,328.66025403784437),(270,330),(275,328.66025403784437),(278.66025403784437,325),(280,320),(278.66025403784437,315),(275,311.33974596215563),(270,310),(265,311.33974596215563),(261.33974596215563,315)) -2633 ((269,330),(269.1339745962156,330.5),(269.5,330.8660254037844),(270,331),(270.5,330.8660254037844),(270.8660254037844,330.5),(271,330),(270.8660254037844,329.5),(270.5,329.1339745962156),(270,329),(269.5,329.1339745962156),(269.1339745962156,329.5)) -2634 ((268,340),(268.2679491924311,341),(269,341.7320508075689),(270,342),(271,341.7320508075689),(271.7320508075689,341),(272,340),(271.7320508075689,339),(271,338.2679491924311),(270,338),(269,338.2679491924311),(268.2679491924311,339)) -2635 ((267,350),(267.4019237886467,351.5),(268.5,352.5980762113533),(270,353),(271.5,352.5980762113533),(272.5980762113533,351.5),(273,350),(272.5980762113533,348.5),(271.5,347.4019237886467),(270,347),(268.5,347.4019237886467),(267.4019237886467,348.5)) -2636 ((266,360),(266.53589838486226,362),(268,363.46410161513774),(270,364),(272,363.46410161513774),(273.46410161513774,362),(274,360),(273.46410161513774,358),(272,356.53589838486226),(270,356),(268,356.53589838486226),(266.53589838486226,358)) -2637 ((265,370),(265.6698729810778,372.5),(267.5,374.3301270189222),(270,375),(272.5,374.3301270189222),(274.3301270189222,372.5),(275,370),(274.3301270189222,367.5),(272.5,365.6698729810778),(270,365),(267.5,365.6698729810778),(265.6698729810778,367.5)) -2638 ((264,380),(264.80384757729337,383),(267,385.19615242270663),(270,386),(273,385.19615242270663),(275.19615242270663,383),(276,380),(275.19615242270663,377),(273,374.80384757729337),(270,374),(267,374.80384757729337),(264.80384757729337,377)) -2639 ((263,390),(263.93782217350895,393.5),(266.5,396.06217782649105),(270,397),(273.5,396.06217782649105),(276.06217782649105,393.5),(277,390),(276.06217782649105,386.5),(273.5,383.93782217350895),(270,383),(266.5,383.93782217350895),(263.93782217350895,386.5)) -2640 ((262,400),(263.0717967697245,404),(266,406.9282032302755),(270,408),(274,406.9282032302755),(276.9282032302755,404),(278,400),(276.9282032302755,396),(274,393.0717967697245),(270,392),(266,393.0717967697245),(263.0717967697245,396)) -2641 ((261,410),(262.20577136594005,414.5),(265.5,417.79422863405995),(270,419),(274.5,417.79422863405995),(277.79422863405995,414.5),(279,410),(277.79422863405995,405.5),(274.5,402.20577136594005),(270,401),(265.5,402.20577136594005),(262.20577136594005,405.5)) -2642 ((260,420),(261.33974596215563,425),(265,428.66025403784437),(270,430),(275,428.66025403784437),(278.66025403784437,425),(280,420),(278.66025403784437,415),(275,411.33974596215563),(270,410),(265,411.33974596215563),(261.33974596215563,415)) -2643 ((269,430),(269.1339745962156,430.5),(269.5,430.8660254037844),(270,431),(270.5,430.8660254037844),(270.8660254037844,430.5),(271,430),(270.8660254037844,429.5),(270.5,429.1339745962156),(270,429),(269.5,429.1339745962156),(269.1339745962156,429.5)) -2644 ((268,440),(268.2679491924311,441),(269,441.7320508075689),(270,442),(271,441.7320508075689),(271.7320508075689,441),(272,440),(271.7320508075689,439),(271,438.2679491924311),(270,438),(269,438.2679491924311),(268.2679491924311,439)) -2645 ((267,450),(267.4019237886467,451.5),(268.5,452.5980762113533),(270,453),(271.5,452.5980762113533),(272.5980762113533,451.5),(273,450),(272.5980762113533,448.5),(271.5,447.4019237886467),(270,447),(268.5,447.4019237886467),(267.4019237886467,448.5)) -2646 ((266,460),(266.53589838486226,462),(268,463.46410161513774),(270,464),(272,463.46410161513774),(273.46410161513774,462),(274,460),(273.46410161513774,458),(272,456.53589838486226),(270,456),(268,456.53589838486226),(266.53589838486226,458)) -2647 ((265,470),(265.6698729810778,472.5),(267.5,474.3301270189222),(270,475),(272.5,474.3301270189222),(274.3301270189222,472.5),(275,470),(274.3301270189222,467.5),(272.5,465.6698729810778),(270,465),(267.5,465.6698729810778),(265.6698729810778,467.5)) -2648 ((264,480),(264.80384757729337,483),(267,485.19615242270663),(270,486),(273,485.19615242270663),(275.19615242270663,483),(276,480),(275.19615242270663,477),(273,474.80384757729337),(270,474),(267,474.80384757729337),(264.80384757729337,477)) -2649 ((263,490),(263.93782217350895,493.5),(266.5,496.06217782649105),(270,497),(273.5,496.06217782649105),(276.06217782649105,493.5),(277,490),(276.06217782649105,486.5),(273.5,483.93782217350895),(270,483),(266.5,483.93782217350895),(263.93782217350895,486.5)) -2650 ((262,500),(263.0717967697245,504),(266,506.9282032302755),(270,508),(274,506.9282032302755),(276.9282032302755,504),(278,500),(276.9282032302755,496),(274,493.0717967697245),(270,492),(266,493.0717967697245),(263.0717967697245,496)) -2651 ((261,510),(262.20577136594005,514.5),(265.5,517.7942286340599),(270,519),(274.5,517.7942286340599),(277.79422863405995,514.5),(279,510),(277.79422863405995,505.5),(274.5,502.20577136594005),(270,501),(265.5,502.20577136594005),(262.20577136594005,505.5)) -2652 ((260,520),(261.33974596215563,525),(265,528.6602540378444),(270,530),(275,528.6602540378444),(278.66025403784437,525),(280,520),(278.66025403784437,515),(275,511.33974596215563),(270,510),(265,511.33974596215563),(261.33974596215563,515)) -2653 ((269,530),(269.1339745962156,530.5),(269.5,530.8660254037844),(270,531),(270.5,530.8660254037844),(270.8660254037844,530.5),(271,530),(270.8660254037844,529.5),(270.5,529.1339745962156),(270,529),(269.5,529.1339745962156),(269.1339745962156,529.5)) -2654 ((268,540),(268.2679491924311,541),(269,541.7320508075688),(270,542),(271,541.7320508075688),(271.7320508075689,541),(272,540),(271.7320508075689,539),(271,538.2679491924312),(270,538),(269,538.2679491924312),(268.2679491924311,539)) -2655 ((267,550),(267.4019237886467,551.5),(268.5,552.5980762113534),(270,553),(271.5,552.5980762113534),(272.5980762113533,551.5),(273,550),(272.5980762113533,548.5),(271.5,547.4019237886467),(270,547),(268.5,547.4019237886466),(267.4019237886467,548.5)) -2656 ((266,560),(266.53589838486226,562),(268,563.4641016151378),(270,564),(272,563.4641016151378),(273.46410161513774,562),(274,560),(273.46410161513774,558),(272,556.5358983848622),(270,556),(268,556.5358983848622),(266.53589838486226,558)) -2657 ((265,570),(265.6698729810778,572.5),(267.5,574.3301270189222),(270,575),(272.5,574.3301270189222),(274.3301270189222,572.5),(275,570),(274.3301270189222,567.5),(272.5,565.6698729810778),(270,565),(267.5,565.6698729810778),(265.6698729810778,567.5)) -2658 ((264,580),(264.80384757729337,583),(267,585.1961524227066),(270,586),(273,585.1961524227066),(275.19615242270663,583),(276,580),(275.19615242270663,577),(273,574.8038475772934),(270,574),(267,574.8038475772934),(264.80384757729337,577)) -2659 ((263,590),(263.93782217350895,593.5),(266.5,596.062177826491),(270,597),(273.5,596.062177826491),(276.06217782649105,593.5),(277,590),(276.06217782649105,586.5),(273.5,583.937822173509),(270,583),(266.5,583.937822173509),(263.93782217350895,586.5)) -2660 ((262,600),(263.0717967697245,604),(266,606.9282032302755),(270,608),(274,606.9282032302755),(276.9282032302755,604),(278,600),(276.9282032302755,596),(274,593.0717967697245),(270,592),(266,593.0717967697245),(263.0717967697245,596)) -2661 ((261,610),(262.20577136594005,614.5),(265.5,617.7942286340599),(270,619),(274.5,617.7942286340599),(277.79422863405995,614.5),(279,610),(277.79422863405995,605.5),(274.5,602.2057713659401),(270,601),(265.5,602.20577136594),(262.20577136594005,605.5)) -2662 ((260,620),(261.33974596215563,625),(265,628.6602540378444),(270,630),(275,628.6602540378444),(278.66025403784437,625),(280,620),(278.66025403784437,615),(275,611.3397459621556),(270,610),(265,611.3397459621556),(261.33974596215563,615)) -2663 ((269,630),(269.1339745962156,630.5),(269.5,630.8660254037844),(270,631),(270.5,630.8660254037844),(270.8660254037844,630.5),(271,630),(270.8660254037844,629.5),(270.5,629.1339745962156),(270,629),(269.5,629.1339745962156),(269.1339745962156,629.5)) -2664 ((268,640),(268.2679491924311,641),(269,641.7320508075688),(270,642),(271,641.7320508075688),(271.7320508075689,641),(272,640),(271.7320508075689,639),(271,638.2679491924312),(270,638),(269,638.2679491924312),(268.2679491924311,639)) -2665 ((267,650),(267.4019237886467,651.5),(268.5,652.5980762113534),(270,653),(271.5,652.5980762113534),(272.5980762113533,651.5),(273,650),(272.5980762113533,648.5),(271.5,647.4019237886467),(270,647),(268.5,647.4019237886466),(267.4019237886467,648.5)) -2666 ((266,660),(266.53589838486226,662),(268,663.4641016151378),(270,664),(272,663.4641016151378),(273.46410161513774,662),(274,660),(273.46410161513774,658),(272,656.5358983848622),(270,656),(268,656.5358983848622),(266.53589838486226,658)) -2667 ((265,670),(265.6698729810778,672.5),(267.5,674.3301270189222),(270,675),(272.5,674.3301270189222),(274.3301270189222,672.5),(275,670),(274.3301270189222,667.5),(272.5,665.6698729810778),(270,665),(267.5,665.6698729810778),(265.6698729810778,667.5)) -2668 ((264,680),(264.80384757729337,683),(267,685.1961524227066),(270,686),(273,685.1961524227066),(275.19615242270663,683),(276,680),(275.19615242270663,677),(273,674.8038475772934),(270,674),(267,674.8038475772934),(264.80384757729337,677)) -2669 ((263,690),(263.93782217350895,693.5),(266.5,696.062177826491),(270,697),(273.5,696.062177826491),(276.06217782649105,693.5),(277,690),(276.06217782649105,686.5),(273.5,683.937822173509),(270,683),(266.5,683.937822173509),(263.93782217350895,686.5)) -2670 ((262,700),(263.0717967697245,704),(266,706.9282032302755),(270,708),(274,706.9282032302755),(276.9282032302755,704),(278,700),(276.9282032302755,696),(274,693.0717967697245),(270,692),(266,693.0717967697245),(263.0717967697245,696)) -2671 ((261,710),(262.20577136594005,714.5),(265.5,717.7942286340599),(270,719),(274.5,717.7942286340599),(277.79422863405995,714.5),(279,710),(277.79422863405995,705.5),(274.5,702.2057713659401),(270,701),(265.5,702.20577136594),(262.20577136594005,705.5)) -2672 ((260,720),(261.33974596215563,725),(265,728.6602540378444),(270,730),(275,728.6602540378444),(278.66025403784437,725),(280,720),(278.66025403784437,715),(275,711.3397459621556),(270,710),(265,711.3397459621556),(261.33974596215563,715)) -2673 ((269,730),(269.1339745962156,730.5),(269.5,730.8660254037844),(270,731),(270.5,730.8660254037844),(270.8660254037844,730.5),(271,730),(270.8660254037844,729.5),(270.5,729.1339745962156),(270,729),(269.5,729.1339745962156),(269.1339745962156,729.5)) -2674 ((268,740),(268.2679491924311,741),(269,741.7320508075688),(270,742),(271,741.7320508075688),(271.7320508075689,741),(272,740),(271.7320508075689,739),(271,738.2679491924312),(270,738),(269,738.2679491924312),(268.2679491924311,739)) -2675 ((267,750),(267.4019237886467,751.5),(268.5,752.5980762113534),(270,753),(271.5,752.5980762113534),(272.5980762113533,751.5),(273,750),(272.5980762113533,748.5),(271.5,747.4019237886467),(270,747),(268.5,747.4019237886466),(267.4019237886467,748.5)) -2676 ((266,760),(266.53589838486226,762),(268,763.4641016151378),(270,764),(272,763.4641016151378),(273.46410161513774,762),(274,760),(273.46410161513774,758),(272,756.5358983848622),(270,756),(268,756.5358983848622),(266.53589838486226,758)) -2677 ((265,770),(265.6698729810778,772.5),(267.5,774.3301270189222),(270,775),(272.5,774.3301270189222),(274.3301270189222,772.5),(275,770),(274.3301270189222,767.5),(272.5,765.6698729810778),(270,765),(267.5,765.6698729810778),(265.6698729810778,767.5)) -2678 ((264,780),(264.80384757729337,783),(267,785.1961524227066),(270,786),(273,785.1961524227066),(275.19615242270663,783),(276,780),(275.19615242270663,777),(273,774.8038475772934),(270,774),(267,774.8038475772934),(264.80384757729337,777)) -2679 ((263,790),(263.93782217350895,793.5),(266.5,796.062177826491),(270,797),(273.5,796.062177826491),(276.06217782649105,793.5),(277,790),(276.06217782649105,786.5),(273.5,783.937822173509),(270,783),(266.5,783.937822173509),(263.93782217350895,786.5)) -2680 ((262,800),(263.0717967697245,804),(266,806.9282032302755),(270,808),(274,806.9282032302755),(276.9282032302755,804),(278,800),(276.9282032302755,796),(274,793.0717967697245),(270,792),(266,793.0717967697245),(263.0717967697245,796)) -2681 ((261,810),(262.20577136594005,814.5),(265.5,817.7942286340599),(270,819),(274.5,817.7942286340599),(277.79422863405995,814.5),(279,810),(277.79422863405995,805.5),(274.5,802.2057713659401),(270,801),(265.5,802.20577136594),(262.20577136594005,805.5)) -2682 ((260,820),(261.33974596215563,825),(265,828.6602540378444),(270,830),(275,828.6602540378444),(278.66025403784437,825),(280,820),(278.66025403784437,815),(275,811.3397459621556),(270,810),(265,811.3397459621556),(261.33974596215563,815)) -2683 ((269,830),(269.1339745962156,830.5),(269.5,830.8660254037844),(270,831),(270.5,830.8660254037844),(270.8660254037844,830.5),(271,830),(270.8660254037844,829.5),(270.5,829.1339745962156),(270,829),(269.5,829.1339745962156),(269.1339745962156,829.5)) -2684 ((268,840),(268.2679491924311,841),(269,841.7320508075688),(270,842),(271,841.7320508075688),(271.7320508075689,841),(272,840),(271.7320508075689,839),(271,838.2679491924312),(270,838),(269,838.2679491924312),(268.2679491924311,839)) -2685 ((267,850),(267.4019237886467,851.5),(268.5,852.5980762113534),(270,853),(271.5,852.5980762113534),(272.5980762113533,851.5),(273,850),(272.5980762113533,848.5),(271.5,847.4019237886467),(270,847),(268.5,847.4019237886466),(267.4019237886467,848.5)) -2686 ((266,860),(266.53589838486226,862),(268,863.4641016151378),(270,864),(272,863.4641016151378),(273.46410161513774,862),(274,860),(273.46410161513774,858),(272,856.5358983848622),(270,856),(268,856.5358983848622),(266.53589838486226,858)) -2687 ((265,870),(265.6698729810778,872.5),(267.5,874.3301270189222),(270,875),(272.5,874.3301270189222),(274.3301270189222,872.5),(275,870),(274.3301270189222,867.5),(272.5,865.6698729810778),(270,865),(267.5,865.6698729810778),(265.6698729810778,867.5)) -2688 ((264,880),(264.80384757729337,883),(267,885.1961524227066),(270,886),(273,885.1961524227066),(275.19615242270663,883),(276,880),(275.19615242270663,877),(273,874.8038475772934),(270,874),(267,874.8038475772934),(264.80384757729337,877)) -2689 ((263,890),(263.93782217350895,893.5),(266.5,896.062177826491),(270,897),(273.5,896.062177826491),(276.06217782649105,893.5),(277,890),(276.06217782649105,886.5),(273.5,883.937822173509),(270,883),(266.5,883.937822173509),(263.93782217350895,886.5)) -2690 ((262,900),(263.0717967697245,904),(266,906.9282032302755),(270,908),(274,906.9282032302755),(276.9282032302755,904),(278,900),(276.9282032302755,896),(274,893.0717967697245),(270,892),(266,893.0717967697245),(263.0717967697245,896)) -2691 ((261,910),(262.20577136594005,914.5),(265.5,917.7942286340599),(270,919),(274.5,917.7942286340599),(277.79422863405995,914.5),(279,910),(277.79422863405995,905.5),(274.5,902.2057713659401),(270,901),(265.5,902.20577136594),(262.20577136594005,905.5)) -2692 ((260,920),(261.33974596215563,925),(265,928.6602540378444),(270,930),(275,928.6602540378444),(278.66025403784437,925),(280,920),(278.66025403784437,915),(275,911.3397459621556),(270,910),(265,911.3397459621556),(261.33974596215563,915)) -2693 ((269,930),(269.1339745962156,930.5),(269.5,930.8660254037844),(270,931),(270.5,930.8660254037844),(270.8660254037844,930.5),(271,930),(270.8660254037844,929.5),(270.5,929.1339745962156),(270,929),(269.5,929.1339745962156),(269.1339745962156,929.5)) -2694 ((268,940),(268.2679491924311,941),(269,941.7320508075688),(270,942),(271,941.7320508075688),(271.7320508075689,941),(272,940),(271.7320508075689,939),(271,938.2679491924312),(270,938),(269,938.2679491924312),(268.2679491924311,939)) -2695 ((267,950),(267.4019237886467,951.5),(268.5,952.5980762113534),(270,953),(271.5,952.5980762113534),(272.5980762113533,951.5),(273,950),(272.5980762113533,948.5),(271.5,947.4019237886467),(270,947),(268.5,947.4019237886466),(267.4019237886467,948.5)) -2696 ((266,960),(266.53589838486226,962),(268,963.4641016151378),(270,964),(272,963.4641016151378),(273.46410161513774,962),(274,960),(273.46410161513774,958),(272,956.5358983848622),(270,956),(268,956.5358983848622),(266.53589838486226,958)) -2697 ((265,970),(265.6698729810778,972.5),(267.5,974.3301270189222),(270,975),(272.5,974.3301270189222),(274.3301270189222,972.5),(275,970),(274.3301270189222,967.5),(272.5,965.6698729810778),(270,965),(267.5,965.6698729810778),(265.6698729810778,967.5)) -2698 ((264,980),(264.80384757729337,983),(267,985.1961524227066),(270,986),(273,985.1961524227066),(275.19615242270663,983),(276,980),(275.19615242270663,977),(273,974.8038475772934),(270,974),(267,974.8038475772934),(264.80384757729337,977)) -2699 ((263,990),(263.93782217350895,993.5),(266.5,996.062177826491),(270,997),(273.5,996.062177826491),(276.06217782649105,993.5),(277,990),(276.06217782649105,986.5),(273.5,983.937822173509),(270,983),(266.5,983.937822173509),(263.93782217350895,986.5)) -2700 ((262,1000),(263.0717967697245,1004),(266,1006.9282032302755),(270,1008),(274,1006.9282032302755),(276.9282032302755,1004),(278,1000),(276.9282032302755,996),(274,993.0717967697245),(270,992),(266,993.0717967697245),(263.0717967697245,996)) -2701 ((270,10),(271.33974596215563,15),(275,18.660254037844386),(280,20),(285,18.66025403784439),(288.66025403784437,15.000000000000004),(290,10.000000000000002),(288.66025403784437,5.000000000000003),(285,1.3397459621556145),(280,0),(275,1.3397459621556091),(271.33974596215563,4.999999999999996)) -2702 ((279,20),(279.1339745962156,20.5),(279.5,20.866025403784437),(280,21),(280.5,20.866025403784437),(280.8660254037844,20.5),(281,20),(280.8660254037844,19.5),(280.5,19.133974596215563),(280,19),(279.5,19.133974596215563),(279.1339745962156,19.5)) -2703 ((278,30),(278.2679491924311,31),(279,31.73205080756888),(280,32),(281,31.73205080756888),(281.7320508075689,31),(282,30),(281.7320508075689,29),(281,28.26794919243112),(280,28),(279,28.26794919243112),(278.2679491924311,29)) -2704 ((277,40),(277.4019237886467,41.5),(278.5,42.598076211353316),(280,43),(281.5,42.598076211353316),(282.5980762113533,41.5),(283,40),(282.5980762113533,38.5),(281.5,37.401923788646684),(280,37),(278.5,37.401923788646684),(277.4019237886467,38.5)) -2705 ((276,50),(276.53589838486226,52),(278,53.46410161513776),(280,54),(282,53.46410161513776),(283.46410161513774,52),(284,50),(283.46410161513774,48),(282,46.53589838486224),(280,46),(278,46.53589838486224),(276.53589838486226,48)) -2706 ((275,60),(275.6698729810778,62.5),(277.5,64.3301270189222),(280,65),(282.5,64.3301270189222),(284.3301270189222,62.5),(285,60),(284.3301270189222,57.5),(282.5,55.66987298107781),(280,55),(277.5,55.6698729810778),(275.6698729810778,57.5)) -2707 ((274,70),(274.80384757729337,73),(277,75.19615242270663),(280,76),(283,75.19615242270663),(285.19615242270663,73),(286,70),(285.19615242270663,67),(283,64.80384757729337),(280,64),(277,64.80384757729337),(274.80384757729337,67)) -2708 ((273,80),(273.93782217350895,83.5),(276.5,86.06217782649107),(280,87),(283.5,86.06217782649107),(286.06217782649105,83.5),(287,80),(286.06217782649105,76.5),(283.5,73.93782217350893),(280,73),(276.5,73.93782217350892),(273.93782217350895,76.5)) -2709 ((272,90),(273.0717967697245,94),(276,96.92820323027551),(280,98),(284,96.92820323027551),(286.9282032302755,94),(288,90),(286.9282032302755,86),(284,83.07179676972449),(280,82),(276,83.07179676972449),(273.0717967697245,86)) -2710 ((271,100),(272.20577136594005,104.5),(275.5,107.79422863405995),(280,109),(284.5,107.79422863405995),(287.79422863405995,104.5),(289,100),(287.79422863405995,95.5),(284.5,92.20577136594005),(280,91),(275.5,92.20577136594005),(272.20577136594005,95.5)) -2711 ((270,110),(271.33974596215563,115),(275,118.66025403784438),(280,120),(285,118.66025403784438),(288.66025403784437,115),(290,110),(288.66025403784437,105),(285,101.33974596215562),(280,100),(275,101.3397459621556),(271.33974596215563,105)) -2712 ((279,120),(279.1339745962156,120.5),(279.5,120.86602540378443),(280,121),(280.5,120.86602540378443),(280.8660254037844,120.5),(281,120),(280.8660254037844,119.5),(280.5,119.13397459621557),(280,119),(279.5,119.13397459621557),(279.1339745962156,119.5)) -2713 ((278,130),(278.2679491924311,131),(279,131.73205080756887),(280,132),(281,131.73205080756887),(281.7320508075689,131),(282,130),(281.7320508075689,129),(281,128.26794919243113),(280,128),(279,128.26794919243113),(278.2679491924311,129)) -2714 ((277,140),(277.4019237886467,141.5),(278.5,142.59807621135332),(280,143),(281.5,142.59807621135332),(282.5980762113533,141.5),(283,140),(282.5980762113533,138.5),(281.5,137.40192378864668),(280,137),(278.5,137.40192378864668),(277.4019237886467,138.5)) -2715 ((276,150),(276.53589838486226,152),(278,153.46410161513776),(280,154),(282,153.46410161513776),(283.46410161513774,152),(284,150),(283.46410161513774,148),(282,146.53589838486224),(280,146),(278,146.53589838486224),(276.53589838486226,148)) -2716 ((275,160),(275.6698729810778,162.5),(277.5,164.33012701892218),(280,165),(282.5,164.33012701892218),(284.3301270189222,162.5),(285,160),(284.3301270189222,157.5),(282.5,155.66987298107782),(280,155),(277.5,155.66987298107782),(275.6698729810778,157.5)) -2717 ((274,170),(274.80384757729337,173),(277,175.19615242270663),(280,176),(283,175.19615242270663),(285.19615242270663,173),(286,170),(285.19615242270663,167),(283,164.80384757729337),(280,164),(277,164.80384757729337),(274.80384757729337,167)) -2718 ((273,180),(273.93782217350895,183.5),(276.5,186.06217782649108),(280,187),(283.5,186.06217782649108),(286.06217782649105,183.5),(287,180),(286.06217782649105,176.5),(283.5,173.93782217350892),(280,173),(276.5,173.93782217350892),(273.93782217350895,176.5)) -2719 ((272,190),(273.0717967697245,194),(276,196.9282032302755),(280,198),(284,196.9282032302755),(286.9282032302755,194),(288,190),(286.9282032302755,186),(284,183.0717967697245),(280,182),(276,183.0717967697245),(273.0717967697245,186)) -2720 ((271,200),(272.20577136594005,204.5),(275.5,207.79422863405995),(280,209),(284.5,207.79422863405995),(287.79422863405995,204.5),(289,200),(287.79422863405995,195.5),(284.5,192.20577136594005),(280,191),(275.5,192.20577136594005),(272.20577136594005,195.5)) -2721 ((270,210),(271.33974596215563,215),(275,218.6602540378444),(280,220),(285,218.6602540378444),(288.66025403784437,215),(290,210),(288.66025403784437,205),(285,201.3397459621556),(280,200),(275,201.3397459621556),(271.33974596215563,205)) -2722 ((279,220),(279.1339745962156,220.5),(279.5,220.86602540378445),(280,221),(280.5,220.86602540378445),(280.8660254037844,220.5),(281,220),(280.8660254037844,219.5),(280.5,219.13397459621555),(280,219),(279.5,219.13397459621555),(279.1339745962156,219.5)) -2723 ((278,230),(278.2679491924311,231),(279,231.73205080756887),(280,232),(281,231.73205080756887),(281.7320508075689,231),(282,230),(281.7320508075689,229),(281,228.26794919243113),(280,228),(279,228.26794919243113),(278.2679491924311,229)) -2724 ((277,240),(277.4019237886467,241.5),(278.5,242.59807621135332),(280,243),(281.5,242.59807621135332),(282.5980762113533,241.5),(283,240),(282.5980762113533,238.5),(281.5,237.40192378864668),(280,237),(278.5,237.40192378864668),(277.4019237886467,238.5)) -2725 ((276,250),(276.53589838486226,252),(278,253.46410161513776),(280,254),(282,253.46410161513776),(283.46410161513774,252),(284,250),(283.46410161513774,248),(282,246.53589838486224),(280,246),(278,246.53589838486224),(276.53589838486226,248)) -2726 ((275,260),(275.6698729810778,262.5),(277.5,264.3301270189222),(280,265),(282.5,264.3301270189222),(284.3301270189222,262.5),(285,260),(284.3301270189222,257.5),(282.5,255.66987298107782),(280,255),(277.5,255.66987298107782),(275.6698729810778,257.5)) -2727 ((274,270),(274.80384757729337,273),(277,275.19615242270663),(280,276),(283,275.19615242270663),(285.19615242270663,273),(286,270),(285.19615242270663,267),(283,264.80384757729337),(280,264),(277,264.80384757729337),(274.80384757729337,267)) -2728 ((273,280),(273.93782217350895,283.5),(276.5,286.06217782649105),(280,287),(283.5,286.06217782649105),(286.06217782649105,283.5),(287,280),(286.06217782649105,276.5),(283.5,273.93782217350895),(280,273),(276.5,273.93782217350895),(273.93782217350895,276.5)) -2729 ((272,290),(273.0717967697245,294),(276,296.9282032302755),(280,298),(284,296.9282032302755),(286.9282032302755,294),(288,290),(286.9282032302755,286),(284,283.0717967697245),(280,282),(276,283.0717967697245),(273.0717967697245,286)) -2730 ((271,300),(272.20577136594005,304.5),(275.5,307.79422863405995),(280,309),(284.5,307.79422863405995),(287.79422863405995,304.5),(289,300),(287.79422863405995,295.5),(284.5,292.20577136594005),(280,291),(275.5,292.20577136594005),(272.20577136594005,295.5)) -2731 ((270,310),(271.33974596215563,315),(275,318.66025403784437),(280,320),(285,318.66025403784437),(288.66025403784437,315),(290,310),(288.66025403784437,305),(285,301.33974596215563),(280,300),(275,301.33974596215563),(271.33974596215563,305)) -2732 ((279,320),(279.1339745962156,320.5),(279.5,320.8660254037844),(280,321),(280.5,320.8660254037844),(280.8660254037844,320.5),(281,320),(280.8660254037844,319.5),(280.5,319.1339745962156),(280,319),(279.5,319.1339745962156),(279.1339745962156,319.5)) -2733 ((278,330),(278.2679491924311,331),(279,331.7320508075689),(280,332),(281,331.7320508075689),(281.7320508075689,331),(282,330),(281.7320508075689,329),(281,328.2679491924311),(280,328),(279,328.2679491924311),(278.2679491924311,329)) -2734 ((277,340),(277.4019237886467,341.5),(278.5,342.5980762113533),(280,343),(281.5,342.5980762113533),(282.5980762113533,341.5),(283,340),(282.5980762113533,338.5),(281.5,337.4019237886467),(280,337),(278.5,337.4019237886467),(277.4019237886467,338.5)) -2735 ((276,350),(276.53589838486226,352),(278,353.46410161513774),(280,354),(282,353.46410161513774),(283.46410161513774,352),(284,350),(283.46410161513774,348),(282,346.53589838486226),(280,346),(278,346.53589838486226),(276.53589838486226,348)) -2736 ((275,360),(275.6698729810778,362.5),(277.5,364.3301270189222),(280,365),(282.5,364.3301270189222),(284.3301270189222,362.5),(285,360),(284.3301270189222,357.5),(282.5,355.6698729810778),(280,355),(277.5,355.6698729810778),(275.6698729810778,357.5)) -2737 ((274,370),(274.80384757729337,373),(277,375.19615242270663),(280,376),(283,375.19615242270663),(285.19615242270663,373),(286,370),(285.19615242270663,367),(283,364.80384757729337),(280,364),(277,364.80384757729337),(274.80384757729337,367)) -2738 ((273,380),(273.93782217350895,383.5),(276.5,386.06217782649105),(280,387),(283.5,386.06217782649105),(286.06217782649105,383.5),(287,380),(286.06217782649105,376.5),(283.5,373.93782217350895),(280,373),(276.5,373.93782217350895),(273.93782217350895,376.5)) -2739 ((272,390),(273.0717967697245,394),(276,396.9282032302755),(280,398),(284,396.9282032302755),(286.9282032302755,394),(288,390),(286.9282032302755,386),(284,383.0717967697245),(280,382),(276,383.0717967697245),(273.0717967697245,386)) -2740 ((271,400),(272.20577136594005,404.5),(275.5,407.79422863405995),(280,409),(284.5,407.79422863405995),(287.79422863405995,404.5),(289,400),(287.79422863405995,395.5),(284.5,392.20577136594005),(280,391),(275.5,392.20577136594005),(272.20577136594005,395.5)) -2741 ((270,410),(271.33974596215563,415),(275,418.66025403784437),(280,420),(285,418.66025403784437),(288.66025403784437,415),(290,410),(288.66025403784437,405),(285,401.33974596215563),(280,400),(275,401.33974596215563),(271.33974596215563,405)) -2742 ((279,420),(279.1339745962156,420.5),(279.5,420.8660254037844),(280,421),(280.5,420.8660254037844),(280.8660254037844,420.5),(281,420),(280.8660254037844,419.5),(280.5,419.1339745962156),(280,419),(279.5,419.1339745962156),(279.1339745962156,419.5)) -2743 ((278,430),(278.2679491924311,431),(279,431.7320508075689),(280,432),(281,431.7320508075689),(281.7320508075689,431),(282,430),(281.7320508075689,429),(281,428.2679491924311),(280,428),(279,428.2679491924311),(278.2679491924311,429)) -2744 ((277,440),(277.4019237886467,441.5),(278.5,442.5980762113533),(280,443),(281.5,442.5980762113533),(282.5980762113533,441.5),(283,440),(282.5980762113533,438.5),(281.5,437.4019237886467),(280,437),(278.5,437.4019237886467),(277.4019237886467,438.5)) -2745 ((276,450),(276.53589838486226,452),(278,453.46410161513774),(280,454),(282,453.46410161513774),(283.46410161513774,452),(284,450),(283.46410161513774,448),(282,446.53589838486226),(280,446),(278,446.53589838486226),(276.53589838486226,448)) -2746 ((275,460),(275.6698729810778,462.5),(277.5,464.3301270189222),(280,465),(282.5,464.3301270189222),(284.3301270189222,462.5),(285,460),(284.3301270189222,457.5),(282.5,455.6698729810778),(280,455),(277.5,455.6698729810778),(275.6698729810778,457.5)) -2747 ((274,470),(274.80384757729337,473),(277,475.19615242270663),(280,476),(283,475.19615242270663),(285.19615242270663,473),(286,470),(285.19615242270663,467),(283,464.80384757729337),(280,464),(277,464.80384757729337),(274.80384757729337,467)) -2748 ((273,480),(273.93782217350895,483.5),(276.5,486.06217782649105),(280,487),(283.5,486.06217782649105),(286.06217782649105,483.5),(287,480),(286.06217782649105,476.5),(283.5,473.93782217350895),(280,473),(276.5,473.93782217350895),(273.93782217350895,476.5)) -2749 ((272,490),(273.0717967697245,494),(276,496.9282032302755),(280,498),(284,496.9282032302755),(286.9282032302755,494),(288,490),(286.9282032302755,486),(284,483.0717967697245),(280,482),(276,483.0717967697245),(273.0717967697245,486)) -2750 ((271,500),(272.20577136594005,504.5),(275.5,507.79422863405995),(280,509),(284.5,507.79422863405995),(287.79422863405995,504.5),(289,500),(287.79422863405995,495.5),(284.5,492.20577136594005),(280,491),(275.5,492.20577136594005),(272.20577136594005,495.5)) -2751 ((270,510),(271.33974596215563,515),(275,518.6602540378444),(280,520),(285,518.6602540378444),(288.66025403784437,515),(290,510),(288.66025403784437,505),(285,501.33974596215563),(280,500),(275,501.33974596215563),(271.33974596215563,505)) -2752 ((279,520),(279.1339745962156,520.5),(279.5,520.8660254037844),(280,521),(280.5,520.8660254037844),(280.8660254037844,520.5),(281,520),(280.8660254037844,519.5),(280.5,519.1339745962156),(280,519),(279.5,519.1339745962156),(279.1339745962156,519.5)) -2753 ((278,530),(278.2679491924311,531),(279,531.7320508075688),(280,532),(281,531.7320508075688),(281.7320508075689,531),(282,530),(281.7320508075689,529),(281,528.2679491924312),(280,528),(279,528.2679491924312),(278.2679491924311,529)) -2754 ((277,540),(277.4019237886467,541.5),(278.5,542.5980762113534),(280,543),(281.5,542.5980762113534),(282.5980762113533,541.5),(283,540),(282.5980762113533,538.5),(281.5,537.4019237886467),(280,537),(278.5,537.4019237886466),(277.4019237886467,538.5)) -2755 ((276,550),(276.53589838486226,552),(278,553.4641016151378),(280,554),(282,553.4641016151378),(283.46410161513774,552),(284,550),(283.46410161513774,548),(282,546.5358983848622),(280,546),(278,546.5358983848622),(276.53589838486226,548)) -2756 ((275,560),(275.6698729810778,562.5),(277.5,564.3301270189222),(280,565),(282.5,564.3301270189222),(284.3301270189222,562.5),(285,560),(284.3301270189222,557.5),(282.5,555.6698729810778),(280,555),(277.5,555.6698729810778),(275.6698729810778,557.5)) -2757 ((274,570),(274.80384757729337,573),(277,575.1961524227066),(280,576),(283,575.1961524227066),(285.19615242270663,573),(286,570),(285.19615242270663,567),(283,564.8038475772934),(280,564),(277,564.8038475772934),(274.80384757729337,567)) -2758 ((273,580),(273.93782217350895,583.5),(276.5,586.062177826491),(280,587),(283.5,586.062177826491),(286.06217782649105,583.5),(287,580),(286.06217782649105,576.5),(283.5,573.937822173509),(280,573),(276.5,573.937822173509),(273.93782217350895,576.5)) -2759 ((272,590),(273.0717967697245,594),(276,596.9282032302755),(280,598),(284,596.9282032302755),(286.9282032302755,594),(288,590),(286.9282032302755,586),(284,583.0717967697245),(280,582),(276,583.0717967697245),(273.0717967697245,586)) -2760 ((271,600),(272.20577136594005,604.5),(275.5,607.7942286340599),(280,609),(284.5,607.7942286340599),(287.79422863405995,604.5),(289,600),(287.79422863405995,595.5),(284.5,592.2057713659401),(280,591),(275.5,592.20577136594),(272.20577136594005,595.5)) -2761 ((270,610),(271.33974596215563,615),(275,618.6602540378444),(280,620),(285,618.6602540378444),(288.66025403784437,615),(290,610),(288.66025403784437,605),(285,601.3397459621556),(280,600),(275,601.3397459621556),(271.33974596215563,605)) -2762 ((279,620),(279.1339745962156,620.5),(279.5,620.8660254037844),(280,621),(280.5,620.8660254037844),(280.8660254037844,620.5),(281,620),(280.8660254037844,619.5),(280.5,619.1339745962156),(280,619),(279.5,619.1339745962156),(279.1339745962156,619.5)) -2763 ((278,630),(278.2679491924311,631),(279,631.7320508075688),(280,632),(281,631.7320508075688),(281.7320508075689,631),(282,630),(281.7320508075689,629),(281,628.2679491924312),(280,628),(279,628.2679491924312),(278.2679491924311,629)) -2764 ((277,640),(277.4019237886467,641.5),(278.5,642.5980762113534),(280,643),(281.5,642.5980762113534),(282.5980762113533,641.5),(283,640),(282.5980762113533,638.5),(281.5,637.4019237886467),(280,637),(278.5,637.4019237886466),(277.4019237886467,638.5)) -2765 ((276,650),(276.53589838486226,652),(278,653.4641016151378),(280,654),(282,653.4641016151378),(283.46410161513774,652),(284,650),(283.46410161513774,648),(282,646.5358983848622),(280,646),(278,646.5358983848622),(276.53589838486226,648)) -2766 ((275,660),(275.6698729810778,662.5),(277.5,664.3301270189222),(280,665),(282.5,664.3301270189222),(284.3301270189222,662.5),(285,660),(284.3301270189222,657.5),(282.5,655.6698729810778),(280,655),(277.5,655.6698729810778),(275.6698729810778,657.5)) -2767 ((274,670),(274.80384757729337,673),(277,675.1961524227066),(280,676),(283,675.1961524227066),(285.19615242270663,673),(286,670),(285.19615242270663,667),(283,664.8038475772934),(280,664),(277,664.8038475772934),(274.80384757729337,667)) -2768 ((273,680),(273.93782217350895,683.5),(276.5,686.062177826491),(280,687),(283.5,686.062177826491),(286.06217782649105,683.5),(287,680),(286.06217782649105,676.5),(283.5,673.937822173509),(280,673),(276.5,673.937822173509),(273.93782217350895,676.5)) -2769 ((272,690),(273.0717967697245,694),(276,696.9282032302755),(280,698),(284,696.9282032302755),(286.9282032302755,694),(288,690),(286.9282032302755,686),(284,683.0717967697245),(280,682),(276,683.0717967697245),(273.0717967697245,686)) -2770 ((271,700),(272.20577136594005,704.5),(275.5,707.7942286340599),(280,709),(284.5,707.7942286340599),(287.79422863405995,704.5),(289,700),(287.79422863405995,695.5),(284.5,692.2057713659401),(280,691),(275.5,692.20577136594),(272.20577136594005,695.5)) -2771 ((270,710),(271.33974596215563,715),(275,718.6602540378444),(280,720),(285,718.6602540378444),(288.66025403784437,715),(290,710),(288.66025403784437,705),(285,701.3397459621556),(280,700),(275,701.3397459621556),(271.33974596215563,705)) -2772 ((279,720),(279.1339745962156,720.5),(279.5,720.8660254037844),(280,721),(280.5,720.8660254037844),(280.8660254037844,720.5),(281,720),(280.8660254037844,719.5),(280.5,719.1339745962156),(280,719),(279.5,719.1339745962156),(279.1339745962156,719.5)) -2773 ((278,730),(278.2679491924311,731),(279,731.7320508075688),(280,732),(281,731.7320508075688),(281.7320508075689,731),(282,730),(281.7320508075689,729),(281,728.2679491924312),(280,728),(279,728.2679491924312),(278.2679491924311,729)) -2774 ((277,740),(277.4019237886467,741.5),(278.5,742.5980762113534),(280,743),(281.5,742.5980762113534),(282.5980762113533,741.5),(283,740),(282.5980762113533,738.5),(281.5,737.4019237886467),(280,737),(278.5,737.4019237886466),(277.4019237886467,738.5)) -2775 ((276,750),(276.53589838486226,752),(278,753.4641016151378),(280,754),(282,753.4641016151378),(283.46410161513774,752),(284,750),(283.46410161513774,748),(282,746.5358983848622),(280,746),(278,746.5358983848622),(276.53589838486226,748)) -2776 ((275,760),(275.6698729810778,762.5),(277.5,764.3301270189222),(280,765),(282.5,764.3301270189222),(284.3301270189222,762.5),(285,760),(284.3301270189222,757.5),(282.5,755.6698729810778),(280,755),(277.5,755.6698729810778),(275.6698729810778,757.5)) -2777 ((274,770),(274.80384757729337,773),(277,775.1961524227066),(280,776),(283,775.1961524227066),(285.19615242270663,773),(286,770),(285.19615242270663,767),(283,764.8038475772934),(280,764),(277,764.8038475772934),(274.80384757729337,767)) -2778 ((273,780),(273.93782217350895,783.5),(276.5,786.062177826491),(280,787),(283.5,786.062177826491),(286.06217782649105,783.5),(287,780),(286.06217782649105,776.5),(283.5,773.937822173509),(280,773),(276.5,773.937822173509),(273.93782217350895,776.5)) -2779 ((272,790),(273.0717967697245,794),(276,796.9282032302755),(280,798),(284,796.9282032302755),(286.9282032302755,794),(288,790),(286.9282032302755,786),(284,783.0717967697245),(280,782),(276,783.0717967697245),(273.0717967697245,786)) -2780 ((271,800),(272.20577136594005,804.5),(275.5,807.7942286340599),(280,809),(284.5,807.7942286340599),(287.79422863405995,804.5),(289,800),(287.79422863405995,795.5),(284.5,792.2057713659401),(280,791),(275.5,792.20577136594),(272.20577136594005,795.5)) -2781 ((270,810),(271.33974596215563,815),(275,818.6602540378444),(280,820),(285,818.6602540378444),(288.66025403784437,815),(290,810),(288.66025403784437,805),(285,801.3397459621556),(280,800),(275,801.3397459621556),(271.33974596215563,805)) -2782 ((279,820),(279.1339745962156,820.5),(279.5,820.8660254037844),(280,821),(280.5,820.8660254037844),(280.8660254037844,820.5),(281,820),(280.8660254037844,819.5),(280.5,819.1339745962156),(280,819),(279.5,819.1339745962156),(279.1339745962156,819.5)) -2783 ((278,830),(278.2679491924311,831),(279,831.7320508075688),(280,832),(281,831.7320508075688),(281.7320508075689,831),(282,830),(281.7320508075689,829),(281,828.2679491924312),(280,828),(279,828.2679491924312),(278.2679491924311,829)) -2784 ((277,840),(277.4019237886467,841.5),(278.5,842.5980762113534),(280,843),(281.5,842.5980762113534),(282.5980762113533,841.5),(283,840),(282.5980762113533,838.5),(281.5,837.4019237886467),(280,837),(278.5,837.4019237886466),(277.4019237886467,838.5)) -2785 ((276,850),(276.53589838486226,852),(278,853.4641016151378),(280,854),(282,853.4641016151378),(283.46410161513774,852),(284,850),(283.46410161513774,848),(282,846.5358983848622),(280,846),(278,846.5358983848622),(276.53589838486226,848)) -2786 ((275,860),(275.6698729810778,862.5),(277.5,864.3301270189222),(280,865),(282.5,864.3301270189222),(284.3301270189222,862.5),(285,860),(284.3301270189222,857.5),(282.5,855.6698729810778),(280,855),(277.5,855.6698729810778),(275.6698729810778,857.5)) -2787 ((274,870),(274.80384757729337,873),(277,875.1961524227066),(280,876),(283,875.1961524227066),(285.19615242270663,873),(286,870),(285.19615242270663,867),(283,864.8038475772934),(280,864),(277,864.8038475772934),(274.80384757729337,867)) -2788 ((273,880),(273.93782217350895,883.5),(276.5,886.062177826491),(280,887),(283.5,886.062177826491),(286.06217782649105,883.5),(287,880),(286.06217782649105,876.5),(283.5,873.937822173509),(280,873),(276.5,873.937822173509),(273.93782217350895,876.5)) -2789 ((272,890),(273.0717967697245,894),(276,896.9282032302755),(280,898),(284,896.9282032302755),(286.9282032302755,894),(288,890),(286.9282032302755,886),(284,883.0717967697245),(280,882),(276,883.0717967697245),(273.0717967697245,886)) -2790 ((271,900),(272.20577136594005,904.5),(275.5,907.7942286340599),(280,909),(284.5,907.7942286340599),(287.79422863405995,904.5),(289,900),(287.79422863405995,895.5),(284.5,892.2057713659401),(280,891),(275.5,892.20577136594),(272.20577136594005,895.5)) -2791 ((270,910),(271.33974596215563,915),(275,918.6602540378444),(280,920),(285,918.6602540378444),(288.66025403784437,915),(290,910),(288.66025403784437,905),(285,901.3397459621556),(280,900),(275,901.3397459621556),(271.33974596215563,905)) -2792 ((279,920),(279.1339745962156,920.5),(279.5,920.8660254037844),(280,921),(280.5,920.8660254037844),(280.8660254037844,920.5),(281,920),(280.8660254037844,919.5),(280.5,919.1339745962156),(280,919),(279.5,919.1339745962156),(279.1339745962156,919.5)) -2793 ((278,930),(278.2679491924311,931),(279,931.7320508075688),(280,932),(281,931.7320508075688),(281.7320508075689,931),(282,930),(281.7320508075689,929),(281,928.2679491924312),(280,928),(279,928.2679491924312),(278.2679491924311,929)) -2794 ((277,940),(277.4019237886467,941.5),(278.5,942.5980762113534),(280,943),(281.5,942.5980762113534),(282.5980762113533,941.5),(283,940),(282.5980762113533,938.5),(281.5,937.4019237886467),(280,937),(278.5,937.4019237886466),(277.4019237886467,938.5)) -2795 ((276,950),(276.53589838486226,952),(278,953.4641016151378),(280,954),(282,953.4641016151378),(283.46410161513774,952),(284,950),(283.46410161513774,948),(282,946.5358983848622),(280,946),(278,946.5358983848622),(276.53589838486226,948)) -2796 ((275,960),(275.6698729810778,962.5),(277.5,964.3301270189222),(280,965),(282.5,964.3301270189222),(284.3301270189222,962.5),(285,960),(284.3301270189222,957.5),(282.5,955.6698729810778),(280,955),(277.5,955.6698729810778),(275.6698729810778,957.5)) -2797 ((274,970),(274.80384757729337,973),(277,975.1961524227066),(280,976),(283,975.1961524227066),(285.19615242270663,973),(286,970),(285.19615242270663,967),(283,964.8038475772934),(280,964),(277,964.8038475772934),(274.80384757729337,967)) -2798 ((273,980),(273.93782217350895,983.5),(276.5,986.062177826491),(280,987),(283.5,986.062177826491),(286.06217782649105,983.5),(287,980),(286.06217782649105,976.5),(283.5,973.937822173509),(280,973),(276.5,973.937822173509),(273.93782217350895,976.5)) -2799 ((272,990),(273.0717967697245,994),(276,996.9282032302755),(280,998),(284,996.9282032302755),(286.9282032302755,994),(288,990),(286.9282032302755,986),(284,983.0717967697245),(280,982),(276,983.0717967697245),(273.0717967697245,986)) -2800 ((271,1000),(272.20577136594005,1004.5),(275.5,1007.7942286340599),(280,1009),(284.5,1007.7942286340599),(287.79422863405995,1004.5),(289,1000),(287.79422863405995,995.5),(284.5,992.2057713659401),(280,991),(275.5,992.20577136594),(272.20577136594005,995.5)) -2801 ((289,10),(289.1339745962156,10.5),(289.5,10.86602540378444),(290,11),(290.5,10.86602540378444),(290.8660254037844,10.5),(291,10),(290.8660254037844,9.5),(290.5,9.13397459621556),(290,9),(289.5,9.13397459621556),(289.1339745962156,9.5)) -2802 ((288,20),(288.2679491924311,21),(289,21.73205080756888),(290,22),(291,21.73205080756888),(291.7320508075689,21),(292,20),(291.7320508075689,19),(291,18.26794919243112),(290,18),(289,18.26794919243112),(288.2679491924311,19)) -2803 ((287,30),(287.4019237886467,31.5),(288.5,32.598076211353316),(290,33),(291.5,32.598076211353316),(292.5980762113533,31.5),(293,30),(292.5980762113533,28.5),(291.5,27.401923788646684),(290,27),(288.5,27.401923788646684),(287.4019237886467,28.5)) -2804 ((286,40),(286.53589838486226,42),(288,43.46410161513776),(290,44),(292,43.46410161513776),(293.46410161513774,42),(294,40),(293.46410161513774,38),(292,36.53589838486224),(290,36),(288,36.53589838486224),(286.53589838486226,38)) -2805 ((285,50),(285.6698729810778,52.5),(287.5,54.33012701892219),(290,55),(292.5,54.33012701892219),(294.3301270189222,52.5),(295,50),(294.3301270189222,47.5),(292.5,45.66987298107781),(290,45),(287.5,45.6698729810778),(285.6698729810778,47.5)) -2806 ((284,60),(284.80384757729337,63),(287,65.19615242270663),(290,66),(293,65.19615242270663),(295.19615242270663,63),(296,60),(295.19615242270663,57),(293,54.80384757729337),(290,54),(287,54.80384757729337),(284.80384757729337,57)) -2807 ((283,70),(283.93782217350895,73.5),(286.5,76.06217782649107),(290,77),(293.5,76.06217782649107),(296.06217782649105,73.5),(297,70),(296.06217782649105,66.5),(293.5,63.937822173508934),(290,63),(286.5,63.93782217350893),(283.93782217350895,66.5)) -2808 ((282,80),(283.0717967697245,84),(286,86.92820323027551),(290,88),(294,86.92820323027551),(296.9282032302755,84),(298,80),(296.9282032302755,76),(294,73.07179676972449),(290,72),(286,73.07179676972449),(283.0717967697245,76)) -2809 ((281,90),(282.20577136594005,94.5),(285.5,97.79422863405995),(290,99),(294.5,97.79422863405995),(297.79422863405995,94.5),(299,90),(297.79422863405995,85.5),(294.5,82.20577136594005),(290,81),(285.5,82.20577136594005),(282.20577136594005,85.5)) -2810 ((280,100),(281.33974596215563,105),(285,108.66025403784438),(290,110),(295,108.66025403784438),(298.66025403784437,105),(300,100),(298.66025403784437,95),(295,91.33974596215562),(290,90),(285,91.3397459621556),(281.33974596215563,95)) -2811 ((289,110),(289.1339745962156,110.5),(289.5,110.86602540378443),(290,111),(290.5,110.86602540378443),(290.8660254037844,110.5),(291,110),(290.8660254037844,109.5),(290.5,109.13397459621557),(290,109),(289.5,109.13397459621557),(289.1339745962156,109.5)) -2812 ((288,120),(288.2679491924311,121),(289,121.73205080756888),(290,122),(291,121.73205080756888),(291.7320508075689,121),(292,120),(291.7320508075689,119),(291,118.26794919243112),(290,118),(289,118.26794919243112),(288.2679491924311,119)) -2813 ((287,130),(287.4019237886467,131.5),(288.5,132.59807621135332),(290,133),(291.5,132.59807621135332),(292.5980762113533,131.5),(293,130),(292.5980762113533,128.5),(291.5,127.40192378864668),(290,127),(288.5,127.40192378864668),(287.4019237886467,128.5)) -2814 ((286,140),(286.53589838486226,142),(288,143.46410161513776),(290,144),(292,143.46410161513776),(293.46410161513774,142),(294,140),(293.46410161513774,138),(292,136.53589838486224),(290,136),(288,136.53589838486224),(286.53589838486226,138)) -2815 ((285,150),(285.6698729810778,152.5),(287.5,154.33012701892218),(290,155),(292.5,154.33012701892218),(294.3301270189222,152.5),(295,150),(294.3301270189222,147.5),(292.5,145.66987298107782),(290,145),(287.5,145.66987298107782),(285.6698729810778,147.5)) -2816 ((284,160),(284.80384757729337,163),(287,165.19615242270663),(290,166),(293,165.19615242270663),(295.19615242270663,163),(296,160),(295.19615242270663,157),(293,154.80384757729337),(290,154),(287,154.80384757729337),(284.80384757729337,157)) -2817 ((283,170),(283.93782217350895,173.5),(286.5,176.06217782649108),(290,177),(293.5,176.06217782649108),(296.06217782649105,173.5),(297,170),(296.06217782649105,166.5),(293.5,163.93782217350892),(290,163),(286.5,163.93782217350892),(283.93782217350895,166.5)) -2818 ((282,180),(283.0717967697245,184),(286,186.9282032302755),(290,188),(294,186.9282032302755),(296.9282032302755,184),(298,180),(296.9282032302755,176),(294,173.0717967697245),(290,172),(286,173.0717967697245),(283.0717967697245,176)) -2819 ((281,190),(282.20577136594005,194.5),(285.5,197.79422863405995),(290,199),(294.5,197.79422863405995),(297.79422863405995,194.5),(299,190),(297.79422863405995,185.5),(294.5,182.20577136594005),(290,181),(285.5,182.20577136594005),(282.20577136594005,185.5)) -2820 ((280,200),(281.33974596215563,205),(285,208.6602540378444),(290,210),(295,208.6602540378444),(298.66025403784437,205),(300,200),(298.66025403784437,195),(295,191.3397459621556),(290,190),(285,191.3397459621556),(281.33974596215563,195)) -2821 ((289,210),(289.1339745962156,210.5),(289.5,210.86602540378445),(290,211),(290.5,210.86602540378445),(290.8660254037844,210.5),(291,210),(290.8660254037844,209.5),(290.5,209.13397459621555),(290,209),(289.5,209.13397459621555),(289.1339745962156,209.5)) -2822 ((288,220),(288.2679491924311,221),(289,221.73205080756887),(290,222),(291,221.73205080756887),(291.7320508075689,221),(292,220),(291.7320508075689,219),(291,218.26794919243113),(290,218),(289,218.26794919243113),(288.2679491924311,219)) -2823 ((287,230),(287.4019237886467,231.5),(288.5,232.59807621135332),(290,233),(291.5,232.59807621135332),(292.5980762113533,231.5),(293,230),(292.5980762113533,228.5),(291.5,227.40192378864668),(290,227),(288.5,227.40192378864668),(287.4019237886467,228.5)) -2824 ((286,240),(286.53589838486226,242),(288,243.46410161513776),(290,244),(292,243.46410161513776),(293.46410161513774,242),(294,240),(293.46410161513774,238),(292,236.53589838486224),(290,236),(288,236.53589838486224),(286.53589838486226,238)) -2825 ((285,250),(285.6698729810778,252.5),(287.5,254.33012701892218),(290,255),(292.5,254.33012701892218),(294.3301270189222,252.5),(295,250),(294.3301270189222,247.5),(292.5,245.66987298107782),(290,245),(287.5,245.66987298107782),(285.6698729810778,247.5)) -2826 ((284,260),(284.80384757729337,263),(287,265.19615242270663),(290,266),(293,265.19615242270663),(295.19615242270663,263),(296,260),(295.19615242270663,257),(293,254.80384757729337),(290,254),(287,254.80384757729337),(284.80384757729337,257)) -2827 ((283,270),(283.93782217350895,273.5),(286.5,276.06217782649105),(290,277),(293.5,276.06217782649105),(296.06217782649105,273.5),(297,270),(296.06217782649105,266.5),(293.5,263.93782217350895),(290,263),(286.5,263.93782217350895),(283.93782217350895,266.5)) -2828 ((282,280),(283.0717967697245,284),(286,286.9282032302755),(290,288),(294,286.9282032302755),(296.9282032302755,284),(298,280),(296.9282032302755,276),(294,273.0717967697245),(290,272),(286,273.0717967697245),(283.0717967697245,276)) -2829 ((281,290),(282.20577136594005,294.5),(285.5,297.79422863405995),(290,299),(294.5,297.79422863405995),(297.79422863405995,294.5),(299,290),(297.79422863405995,285.5),(294.5,282.20577136594005),(290,281),(285.5,282.20577136594005),(282.20577136594005,285.5)) -2830 ((280,300),(281.33974596215563,305),(285,308.66025403784437),(290,310),(295,308.66025403784437),(298.66025403784437,305),(300,300),(298.66025403784437,295),(295,291.33974596215563),(290,290),(285,291.33974596215563),(281.33974596215563,295)) -2831 ((289,310),(289.1339745962156,310.5),(289.5,310.8660254037844),(290,311),(290.5,310.8660254037844),(290.8660254037844,310.5),(291,310),(290.8660254037844,309.5),(290.5,309.1339745962156),(290,309),(289.5,309.1339745962156),(289.1339745962156,309.5)) -2832 ((288,320),(288.2679491924311,321),(289,321.7320508075689),(290,322),(291,321.7320508075689),(291.7320508075689,321),(292,320),(291.7320508075689,319),(291,318.2679491924311),(290,318),(289,318.2679491924311),(288.2679491924311,319)) -2833 ((287,330),(287.4019237886467,331.5),(288.5,332.5980762113533),(290,333),(291.5,332.5980762113533),(292.5980762113533,331.5),(293,330),(292.5980762113533,328.5),(291.5,327.4019237886467),(290,327),(288.5,327.4019237886467),(287.4019237886467,328.5)) -2834 ((286,340),(286.53589838486226,342),(288,343.46410161513774),(290,344),(292,343.46410161513774),(293.46410161513774,342),(294,340),(293.46410161513774,338),(292,336.53589838486226),(290,336),(288,336.53589838486226),(286.53589838486226,338)) -2835 ((285,350),(285.6698729810778,352.5),(287.5,354.3301270189222),(290,355),(292.5,354.3301270189222),(294.3301270189222,352.5),(295,350),(294.3301270189222,347.5),(292.5,345.6698729810778),(290,345),(287.5,345.6698729810778),(285.6698729810778,347.5)) -2836 ((284,360),(284.80384757729337,363),(287,365.19615242270663),(290,366),(293,365.19615242270663),(295.19615242270663,363),(296,360),(295.19615242270663,357),(293,354.80384757729337),(290,354),(287,354.80384757729337),(284.80384757729337,357)) -2837 ((283,370),(283.93782217350895,373.5),(286.5,376.06217782649105),(290,377),(293.5,376.06217782649105),(296.06217782649105,373.5),(297,370),(296.06217782649105,366.5),(293.5,363.93782217350895),(290,363),(286.5,363.93782217350895),(283.93782217350895,366.5)) -2838 ((282,380),(283.0717967697245,384),(286,386.9282032302755),(290,388),(294,386.9282032302755),(296.9282032302755,384),(298,380),(296.9282032302755,376),(294,373.0717967697245),(290,372),(286,373.0717967697245),(283.0717967697245,376)) -2839 ((281,390),(282.20577136594005,394.5),(285.5,397.79422863405995),(290,399),(294.5,397.79422863405995),(297.79422863405995,394.5),(299,390),(297.79422863405995,385.5),(294.5,382.20577136594005),(290,381),(285.5,382.20577136594005),(282.20577136594005,385.5)) -2840 ((280,400),(281.33974596215563,405),(285,408.66025403784437),(290,410),(295,408.66025403784437),(298.66025403784437,405),(300,400),(298.66025403784437,395),(295,391.33974596215563),(290,390),(285,391.33974596215563),(281.33974596215563,395)) -2841 ((289,410),(289.1339745962156,410.5),(289.5,410.8660254037844),(290,411),(290.5,410.8660254037844),(290.8660254037844,410.5),(291,410),(290.8660254037844,409.5),(290.5,409.1339745962156),(290,409),(289.5,409.1339745962156),(289.1339745962156,409.5)) -2842 ((288,420),(288.2679491924311,421),(289,421.7320508075689),(290,422),(291,421.7320508075689),(291.7320508075689,421),(292,420),(291.7320508075689,419),(291,418.2679491924311),(290,418),(289,418.2679491924311),(288.2679491924311,419)) -2843 ((287,430),(287.4019237886467,431.5),(288.5,432.5980762113533),(290,433),(291.5,432.5980762113533),(292.5980762113533,431.5),(293,430),(292.5980762113533,428.5),(291.5,427.4019237886467),(290,427),(288.5,427.4019237886467),(287.4019237886467,428.5)) -2844 ((286,440),(286.53589838486226,442),(288,443.46410161513774),(290,444),(292,443.46410161513774),(293.46410161513774,442),(294,440),(293.46410161513774,438),(292,436.53589838486226),(290,436),(288,436.53589838486226),(286.53589838486226,438)) -2845 ((285,450),(285.6698729810778,452.5),(287.5,454.3301270189222),(290,455),(292.5,454.3301270189222),(294.3301270189222,452.5),(295,450),(294.3301270189222,447.5),(292.5,445.6698729810778),(290,445),(287.5,445.6698729810778),(285.6698729810778,447.5)) -2846 ((284,460),(284.80384757729337,463),(287,465.19615242270663),(290,466),(293,465.19615242270663),(295.19615242270663,463),(296,460),(295.19615242270663,457),(293,454.80384757729337),(290,454),(287,454.80384757729337),(284.80384757729337,457)) -2847 ((283,470),(283.93782217350895,473.5),(286.5,476.06217782649105),(290,477),(293.5,476.06217782649105),(296.06217782649105,473.5),(297,470),(296.06217782649105,466.5),(293.5,463.93782217350895),(290,463),(286.5,463.93782217350895),(283.93782217350895,466.5)) -2848 ((282,480),(283.0717967697245,484),(286,486.9282032302755),(290,488),(294,486.9282032302755),(296.9282032302755,484),(298,480),(296.9282032302755,476),(294,473.0717967697245),(290,472),(286,473.0717967697245),(283.0717967697245,476)) -2849 ((281,490),(282.20577136594005,494.5),(285.5,497.79422863405995),(290,499),(294.5,497.79422863405995),(297.79422863405995,494.5),(299,490),(297.79422863405995,485.5),(294.5,482.20577136594005),(290,481),(285.5,482.20577136594005),(282.20577136594005,485.5)) -2850 ((280,500),(281.33974596215563,505),(285,508.66025403784437),(290,510),(295,508.66025403784437),(298.66025403784437,505),(300,500),(298.66025403784437,495),(295,491.33974596215563),(290,490),(285,491.33974596215563),(281.33974596215563,495)) -2851 ((289,510),(289.1339745962156,510.5),(289.5,510.8660254037844),(290,511),(290.5,510.8660254037844),(290.8660254037844,510.5),(291,510),(290.8660254037844,509.5),(290.5,509.1339745962156),(290,509),(289.5,509.1339745962156),(289.1339745962156,509.5)) -2852 ((288,520),(288.2679491924311,521),(289,521.7320508075688),(290,522),(291,521.7320508075688),(291.7320508075689,521),(292,520),(291.7320508075689,519),(291,518.2679491924312),(290,518),(289,518.2679491924312),(288.2679491924311,519)) -2853 ((287,530),(287.4019237886467,531.5),(288.5,532.5980762113534),(290,533),(291.5,532.5980762113534),(292.5980762113533,531.5),(293,530),(292.5980762113533,528.5),(291.5,527.4019237886467),(290,527),(288.5,527.4019237886466),(287.4019237886467,528.5)) -2854 ((286,540),(286.53589838486226,542),(288,543.4641016151378),(290,544),(292,543.4641016151378),(293.46410161513774,542),(294,540),(293.46410161513774,538),(292,536.5358983848622),(290,536),(288,536.5358983848622),(286.53589838486226,538)) -2855 ((285,550),(285.6698729810778,552.5),(287.5,554.3301270189222),(290,555),(292.5,554.3301270189222),(294.3301270189222,552.5),(295,550),(294.3301270189222,547.5),(292.5,545.6698729810778),(290,545),(287.5,545.6698729810778),(285.6698729810778,547.5)) -2856 ((284,560),(284.80384757729337,563),(287,565.1961524227066),(290,566),(293,565.1961524227066),(295.19615242270663,563),(296,560),(295.19615242270663,557),(293,554.8038475772934),(290,554),(287,554.8038475772934),(284.80384757729337,557)) -2857 ((283,570),(283.93782217350895,573.5),(286.5,576.062177826491),(290,577),(293.5,576.062177826491),(296.06217782649105,573.5),(297,570),(296.06217782649105,566.5),(293.5,563.937822173509),(290,563),(286.5,563.937822173509),(283.93782217350895,566.5)) -2858 ((282,580),(283.0717967697245,584),(286,586.9282032302755),(290,588),(294,586.9282032302755),(296.9282032302755,584),(298,580),(296.9282032302755,576),(294,573.0717967697245),(290,572),(286,573.0717967697245),(283.0717967697245,576)) -2859 ((281,590),(282.20577136594005,594.5),(285.5,597.7942286340599),(290,599),(294.5,597.7942286340599),(297.79422863405995,594.5),(299,590),(297.79422863405995,585.5),(294.5,582.2057713659401),(290,581),(285.5,582.20577136594),(282.20577136594005,585.5)) -2860 ((280,600),(281.33974596215563,605),(285,608.6602540378444),(290,610),(295,608.6602540378444),(298.66025403784437,605),(300,600),(298.66025403784437,595),(295,591.3397459621556),(290,590),(285,591.3397459621556),(281.33974596215563,595)) -2861 ((289,610),(289.1339745962156,610.5),(289.5,610.8660254037844),(290,611),(290.5,610.8660254037844),(290.8660254037844,610.5),(291,610),(290.8660254037844,609.5),(290.5,609.1339745962156),(290,609),(289.5,609.1339745962156),(289.1339745962156,609.5)) -2862 ((288,620),(288.2679491924311,621),(289,621.7320508075688),(290,622),(291,621.7320508075688),(291.7320508075689,621),(292,620),(291.7320508075689,619),(291,618.2679491924312),(290,618),(289,618.2679491924312),(288.2679491924311,619)) -2863 ((287,630),(287.4019237886467,631.5),(288.5,632.5980762113534),(290,633),(291.5,632.5980762113534),(292.5980762113533,631.5),(293,630),(292.5980762113533,628.5),(291.5,627.4019237886467),(290,627),(288.5,627.4019237886466),(287.4019237886467,628.5)) -2864 ((286,640),(286.53589838486226,642),(288,643.4641016151378),(290,644),(292,643.4641016151378),(293.46410161513774,642),(294,640),(293.46410161513774,638),(292,636.5358983848622),(290,636),(288,636.5358983848622),(286.53589838486226,638)) -2865 ((285,650),(285.6698729810778,652.5),(287.5,654.3301270189222),(290,655),(292.5,654.3301270189222),(294.3301270189222,652.5),(295,650),(294.3301270189222,647.5),(292.5,645.6698729810778),(290,645),(287.5,645.6698729810778),(285.6698729810778,647.5)) -2866 ((284,660),(284.80384757729337,663),(287,665.1961524227066),(290,666),(293,665.1961524227066),(295.19615242270663,663),(296,660),(295.19615242270663,657),(293,654.8038475772934),(290,654),(287,654.8038475772934),(284.80384757729337,657)) -2867 ((283,670),(283.93782217350895,673.5),(286.5,676.062177826491),(290,677),(293.5,676.062177826491),(296.06217782649105,673.5),(297,670),(296.06217782649105,666.5),(293.5,663.937822173509),(290,663),(286.5,663.937822173509),(283.93782217350895,666.5)) -2868 ((282,680),(283.0717967697245,684),(286,686.9282032302755),(290,688),(294,686.9282032302755),(296.9282032302755,684),(298,680),(296.9282032302755,676),(294,673.0717967697245),(290,672),(286,673.0717967697245),(283.0717967697245,676)) -2869 ((281,690),(282.20577136594005,694.5),(285.5,697.7942286340599),(290,699),(294.5,697.7942286340599),(297.79422863405995,694.5),(299,690),(297.79422863405995,685.5),(294.5,682.2057713659401),(290,681),(285.5,682.20577136594),(282.20577136594005,685.5)) -2870 ((280,700),(281.33974596215563,705),(285,708.6602540378444),(290,710),(295,708.6602540378444),(298.66025403784437,705),(300,700),(298.66025403784437,695),(295,691.3397459621556),(290,690),(285,691.3397459621556),(281.33974596215563,695)) -2871 ((289,710),(289.1339745962156,710.5),(289.5,710.8660254037844),(290,711),(290.5,710.8660254037844),(290.8660254037844,710.5),(291,710),(290.8660254037844,709.5),(290.5,709.1339745962156),(290,709),(289.5,709.1339745962156),(289.1339745962156,709.5)) -2872 ((288,720),(288.2679491924311,721),(289,721.7320508075688),(290,722),(291,721.7320508075688),(291.7320508075689,721),(292,720),(291.7320508075689,719),(291,718.2679491924312),(290,718),(289,718.2679491924312),(288.2679491924311,719)) -2873 ((287,730),(287.4019237886467,731.5),(288.5,732.5980762113534),(290,733),(291.5,732.5980762113534),(292.5980762113533,731.5),(293,730),(292.5980762113533,728.5),(291.5,727.4019237886467),(290,727),(288.5,727.4019237886466),(287.4019237886467,728.5)) -2874 ((286,740),(286.53589838486226,742),(288,743.4641016151378),(290,744),(292,743.4641016151378),(293.46410161513774,742),(294,740),(293.46410161513774,738),(292,736.5358983848622),(290,736),(288,736.5358983848622),(286.53589838486226,738)) -2875 ((285,750),(285.6698729810778,752.5),(287.5,754.3301270189222),(290,755),(292.5,754.3301270189222),(294.3301270189222,752.5),(295,750),(294.3301270189222,747.5),(292.5,745.6698729810778),(290,745),(287.5,745.6698729810778),(285.6698729810778,747.5)) -2876 ((284,760),(284.80384757729337,763),(287,765.1961524227066),(290,766),(293,765.1961524227066),(295.19615242270663,763),(296,760),(295.19615242270663,757),(293,754.8038475772934),(290,754),(287,754.8038475772934),(284.80384757729337,757)) -2877 ((283,770),(283.93782217350895,773.5),(286.5,776.062177826491),(290,777),(293.5,776.062177826491),(296.06217782649105,773.5),(297,770),(296.06217782649105,766.5),(293.5,763.937822173509),(290,763),(286.5,763.937822173509),(283.93782217350895,766.5)) -2878 ((282,780),(283.0717967697245,784),(286,786.9282032302755),(290,788),(294,786.9282032302755),(296.9282032302755,784),(298,780),(296.9282032302755,776),(294,773.0717967697245),(290,772),(286,773.0717967697245),(283.0717967697245,776)) -2879 ((281,790),(282.20577136594005,794.5),(285.5,797.7942286340599),(290,799),(294.5,797.7942286340599),(297.79422863405995,794.5),(299,790),(297.79422863405995,785.5),(294.5,782.2057713659401),(290,781),(285.5,782.20577136594),(282.20577136594005,785.5)) -2880 ((280,800),(281.33974596215563,805),(285,808.6602540378444),(290,810),(295,808.6602540378444),(298.66025403784437,805),(300,800),(298.66025403784437,795),(295,791.3397459621556),(290,790),(285,791.3397459621556),(281.33974596215563,795)) -2881 ((289,810),(289.1339745962156,810.5),(289.5,810.8660254037844),(290,811),(290.5,810.8660254037844),(290.8660254037844,810.5),(291,810),(290.8660254037844,809.5),(290.5,809.1339745962156),(290,809),(289.5,809.1339745962156),(289.1339745962156,809.5)) -2882 ((288,820),(288.2679491924311,821),(289,821.7320508075688),(290,822),(291,821.7320508075688),(291.7320508075689,821),(292,820),(291.7320508075689,819),(291,818.2679491924312),(290,818),(289,818.2679491924312),(288.2679491924311,819)) -2883 ((287,830),(287.4019237886467,831.5),(288.5,832.5980762113534),(290,833),(291.5,832.5980762113534),(292.5980762113533,831.5),(293,830),(292.5980762113533,828.5),(291.5,827.4019237886467),(290,827),(288.5,827.4019237886466),(287.4019237886467,828.5)) -2884 ((286,840),(286.53589838486226,842),(288,843.4641016151378),(290,844),(292,843.4641016151378),(293.46410161513774,842),(294,840),(293.46410161513774,838),(292,836.5358983848622),(290,836),(288,836.5358983848622),(286.53589838486226,838)) -2885 ((285,850),(285.6698729810778,852.5),(287.5,854.3301270189222),(290,855),(292.5,854.3301270189222),(294.3301270189222,852.5),(295,850),(294.3301270189222,847.5),(292.5,845.6698729810778),(290,845),(287.5,845.6698729810778),(285.6698729810778,847.5)) -2886 ((284,860),(284.80384757729337,863),(287,865.1961524227066),(290,866),(293,865.1961524227066),(295.19615242270663,863),(296,860),(295.19615242270663,857),(293,854.8038475772934),(290,854),(287,854.8038475772934),(284.80384757729337,857)) -2887 ((283,870),(283.93782217350895,873.5),(286.5,876.062177826491),(290,877),(293.5,876.062177826491),(296.06217782649105,873.5),(297,870),(296.06217782649105,866.5),(293.5,863.937822173509),(290,863),(286.5,863.937822173509),(283.93782217350895,866.5)) -2888 ((282,880),(283.0717967697245,884),(286,886.9282032302755),(290,888),(294,886.9282032302755),(296.9282032302755,884),(298,880),(296.9282032302755,876),(294,873.0717967697245),(290,872),(286,873.0717967697245),(283.0717967697245,876)) -2889 ((281,890),(282.20577136594005,894.5),(285.5,897.7942286340599),(290,899),(294.5,897.7942286340599),(297.79422863405995,894.5),(299,890),(297.79422863405995,885.5),(294.5,882.2057713659401),(290,881),(285.5,882.20577136594),(282.20577136594005,885.5)) -2890 ((280,900),(281.33974596215563,905),(285,908.6602540378444),(290,910),(295,908.6602540378444),(298.66025403784437,905),(300,900),(298.66025403784437,895),(295,891.3397459621556),(290,890),(285,891.3397459621556),(281.33974596215563,895)) -2891 ((289,910),(289.1339745962156,910.5),(289.5,910.8660254037844),(290,911),(290.5,910.8660254037844),(290.8660254037844,910.5),(291,910),(290.8660254037844,909.5),(290.5,909.1339745962156),(290,909),(289.5,909.1339745962156),(289.1339745962156,909.5)) -2892 ((288,920),(288.2679491924311,921),(289,921.7320508075688),(290,922),(291,921.7320508075688),(291.7320508075689,921),(292,920),(291.7320508075689,919),(291,918.2679491924312),(290,918),(289,918.2679491924312),(288.2679491924311,919)) -2893 ((287,930),(287.4019237886467,931.5),(288.5,932.5980762113534),(290,933),(291.5,932.5980762113534),(292.5980762113533,931.5),(293,930),(292.5980762113533,928.5),(291.5,927.4019237886467),(290,927),(288.5,927.4019237886466),(287.4019237886467,928.5)) -2894 ((286,940),(286.53589838486226,942),(288,943.4641016151378),(290,944),(292,943.4641016151378),(293.46410161513774,942),(294,940),(293.46410161513774,938),(292,936.5358983848622),(290,936),(288,936.5358983848622),(286.53589838486226,938)) -2895 ((285,950),(285.6698729810778,952.5),(287.5,954.3301270189222),(290,955),(292.5,954.3301270189222),(294.3301270189222,952.5),(295,950),(294.3301270189222,947.5),(292.5,945.6698729810778),(290,945),(287.5,945.6698729810778),(285.6698729810778,947.5)) -2896 ((284,960),(284.80384757729337,963),(287,965.1961524227066),(290,966),(293,965.1961524227066),(295.19615242270663,963),(296,960),(295.19615242270663,957),(293,954.8038475772934),(290,954),(287,954.8038475772934),(284.80384757729337,957)) -2897 ((283,970),(283.93782217350895,973.5),(286.5,976.062177826491),(290,977),(293.5,976.062177826491),(296.06217782649105,973.5),(297,970),(296.06217782649105,966.5),(293.5,963.937822173509),(290,963),(286.5,963.937822173509),(283.93782217350895,966.5)) -2898 ((282,980),(283.0717967697245,984),(286,986.9282032302755),(290,988),(294,986.9282032302755),(296.9282032302755,984),(298,980),(296.9282032302755,976),(294,973.0717967697245),(290,972),(286,973.0717967697245),(283.0717967697245,976)) -2899 ((281,990),(282.20577136594005,994.5),(285.5,997.7942286340599),(290,999),(294.5,997.7942286340599),(297.79422863405995,994.5),(299,990),(297.79422863405995,985.5),(294.5,982.2057713659401),(290,981),(285.5,982.20577136594),(282.20577136594005,985.5)) -2900 ((280,1000),(281.33974596215563,1005),(285,1008.6602540378444),(290,1010),(295,1008.6602540378444),(298.66025403784437,1005),(300,1000),(298.66025403784437,995),(295,991.3397459621556),(290,990),(285,991.3397459621556),(281.33974596215563,995)) -2901 ((298,10),(298.2679491924311,11),(299,11.732050807568877),(300,12),(301,11.732050807568877),(301.7320508075689,11),(302,10),(301.7320508075689,9),(301,8.267949192431123),(300,8),(299,8.267949192431121),(298.2679491924311,9)) -2902 ((297,20),(297.4019237886467,21.5),(298.5,22.598076211353316),(300,23),(301.5,22.598076211353316),(302.5980762113533,21.5),(303,20),(302.5980762113533,18.5),(301.5,17.401923788646684),(300,17),(298.5,17.401923788646684),(297.4019237886467,18.5)) -2903 ((296,30),(296.53589838486226,32),(298,33.46410161513776),(300,34),(302,33.46410161513776),(303.46410161513774,32),(304,30),(303.46410161513774,28),(302,26.535898384862247),(300,26),(298,26.535898384862243),(296.53589838486226,28)) -2904 ((295,40),(295.6698729810778,42.5),(297.5,44.33012701892219),(300,45),(302.5,44.33012701892219),(304.3301270189222,42.5),(305,40),(304.3301270189222,37.5),(302.5,35.66987298107781),(300,35),(297.5,35.6698729810778),(295.6698729810778,37.5)) -2905 ((294,50),(294.80384757729337,53),(297,55.19615242270663),(300,56),(303,55.19615242270663),(305.19615242270663,53),(306,50),(305.19615242270663,47),(303,44.80384757729337),(300,44),(297,44.80384757729337),(294.80384757729337,47)) -2906 ((293,60),(293.93782217350895,63.5),(296.5,66.06217782649107),(300,67),(303.5,66.06217782649107),(306.06217782649105,63.5),(307,60),(306.06217782649105,56.5),(303.5,53.937822173508934),(300,53),(296.5,53.93782217350893),(293.93782217350895,56.5)) -2907 ((292,70),(293.0717967697245,74),(296,76.92820323027551),(300,78),(304,76.92820323027551),(306.9282032302755,74),(308,70),(306.9282032302755,66),(304,63.07179676972449),(300,62),(296,63.071796769724486),(293.0717967697245,66)) -2908 ((291,80),(292.20577136594005,84.5),(295.5,87.79422863405995),(300,89),(304.5,87.79422863405995),(307.79422863405995,84.5),(309,80),(307.79422863405995,75.5),(304.5,72.20577136594005),(300,71),(295.5,72.20577136594005),(292.20577136594005,75.5)) -2909 ((290,90),(291.33974596215563,95),(295,98.66025403784438),(300,100),(305,98.66025403784438),(308.66025403784437,95),(310,90),(308.66025403784437,85),(305,81.33974596215562),(300,80),(295,81.3397459621556),(291.33974596215563,85)) -2910 ((299,100),(299.1339745962156,100.5),(299.5,100.86602540378443),(300,101),(300.5,100.86602540378443),(300.8660254037844,100.5),(301,100),(300.8660254037844,99.5),(300.5,99.13397459621557),(300,99),(299.5,99.13397459621557),(299.1339745962156,99.5)) -2911 ((298,110),(298.2679491924311,111),(299,111.73205080756888),(300,112),(301,111.73205080756888),(301.7320508075689,111),(302,110),(301.7320508075689,109),(301,108.26794919243112),(300,108),(299,108.26794919243112),(298.2679491924311,109)) -2912 ((297,120),(297.4019237886467,121.5),(298.5,122.59807621135332),(300,123),(301.5,122.59807621135332),(302.5980762113533,121.5),(303,120),(302.5980762113533,118.5),(301.5,117.40192378864668),(300,117),(298.5,117.40192378864668),(297.4019237886467,118.5)) -2913 ((296,130),(296.53589838486226,132),(298,133.46410161513776),(300,134),(302,133.46410161513776),(303.46410161513774,132),(304,130),(303.46410161513774,128),(302,126.53589838486225),(300,126),(298,126.53589838486225),(296.53589838486226,128)) -2914 ((295,140),(295.6698729810778,142.5),(297.5,144.33012701892218),(300,145),(302.5,144.33012701892218),(304.3301270189222,142.5),(305,140),(304.3301270189222,137.5),(302.5,135.66987298107782),(300,135),(297.5,135.66987298107782),(295.6698729810778,137.5)) -2915 ((294,150),(294.80384757729337,153),(297,155.19615242270663),(300,156),(303,155.19615242270663),(305.19615242270663,153),(306,150),(305.19615242270663,147),(303,144.80384757729337),(300,144),(297,144.80384757729337),(294.80384757729337,147)) -2916 ((293,160),(293.93782217350895,163.5),(296.5,166.06217782649108),(300,167),(303.5,166.06217782649108),(306.06217782649105,163.5),(307,160),(306.06217782649105,156.5),(303.5,153.93782217350892),(300,153),(296.5,153.93782217350892),(293.93782217350895,156.5)) -2917 ((292,170),(293.0717967697245,174),(296,176.9282032302755),(300,178),(304,176.9282032302755),(306.9282032302755,174),(308,170),(306.9282032302755,166),(304,163.0717967697245),(300,162),(296,163.0717967697245),(293.0717967697245,166)) -2918 ((291,180),(292.20577136594005,184.5),(295.5,187.79422863405995),(300,189),(304.5,187.79422863405995),(307.79422863405995,184.5),(309,180),(307.79422863405995,175.5),(304.5,172.20577136594005),(300,171),(295.5,172.20577136594005),(292.20577136594005,175.5)) -2919 ((290,190),(291.33974596215563,195),(295,198.6602540378444),(300,200),(305,198.6602540378444),(308.66025403784437,195),(310,190),(308.66025403784437,185),(305,181.3397459621556),(300,180),(295,181.3397459621556),(291.33974596215563,185)) -2920 ((299,200),(299.1339745962156,200.5),(299.5,200.86602540378445),(300,201),(300.5,200.86602540378445),(300.8660254037844,200.5),(301,200),(300.8660254037844,199.5),(300.5,199.13397459621555),(300,199),(299.5,199.13397459621555),(299.1339745962156,199.5)) -2921 ((298,210),(298.2679491924311,211),(299,211.73205080756887),(300,212),(301,211.73205080756887),(301.7320508075689,211),(302,210),(301.7320508075689,209),(301,208.26794919243113),(300,208),(299,208.26794919243113),(298.2679491924311,209)) -2922 ((297,220),(297.4019237886467,221.5),(298.5,222.59807621135332),(300,223),(301.5,222.59807621135332),(302.5980762113533,221.5),(303,220),(302.5980762113533,218.5),(301.5,217.40192378864668),(300,217),(298.5,217.40192378864668),(297.4019237886467,218.5)) -2923 ((296,230),(296.53589838486226,232),(298,233.46410161513776),(300,234),(302,233.46410161513776),(303.46410161513774,232),(304,230),(303.46410161513774,228),(302,226.53589838486224),(300,226),(298,226.53589838486224),(296.53589838486226,228)) -2924 ((295,240),(295.6698729810778,242.5),(297.5,244.33012701892218),(300,245),(302.5,244.33012701892218),(304.3301270189222,242.5),(305,240),(304.3301270189222,237.5),(302.5,235.66987298107782),(300,235),(297.5,235.66987298107782),(295.6698729810778,237.5)) -2925 ((294,250),(294.80384757729337,253),(297,255.19615242270663),(300,256),(303,255.19615242270663),(305.19615242270663,253),(306,250),(305.19615242270663,247),(303,244.80384757729337),(300,244),(297,244.80384757729337),(294.80384757729337,247)) -2926 ((293,260),(293.93782217350895,263.5),(296.5,266.06217782649105),(300,267),(303.5,266.06217782649105),(306.06217782649105,263.5),(307,260),(306.06217782649105,256.5),(303.5,253.93782217350892),(300,253),(296.5,253.93782217350892),(293.93782217350895,256.5)) -2927 ((292,270),(293.0717967697245,274),(296,276.9282032302755),(300,278),(304,276.9282032302755),(306.9282032302755,274),(308,270),(306.9282032302755,266),(304,263.0717967697245),(300,262),(296,263.0717967697245),(293.0717967697245,266)) -2928 ((291,280),(292.20577136594005,284.5),(295.5,287.79422863405995),(300,289),(304.5,287.79422863405995),(307.79422863405995,284.5),(309,280),(307.79422863405995,275.5),(304.5,272.20577136594005),(300,271),(295.5,272.20577136594005),(292.20577136594005,275.5)) -2929 ((290,290),(291.33974596215563,295),(295,298.66025403784437),(300,300),(305,298.66025403784437),(308.66025403784437,295),(310,290),(308.66025403784437,285),(305,281.33974596215563),(300,280),(295,281.33974596215563),(291.33974596215563,285)) -2930 ((299,300),(299.1339745962156,300.5),(299.5,300.8660254037844),(300,301),(300.5,300.8660254037844),(300.8660254037844,300.5),(301,300),(300.8660254037844,299.5),(300.5,299.1339745962156),(300,299),(299.5,299.1339745962156),(299.1339745962156,299.5)) -2931 ((298,310),(298.2679491924311,311),(299,311.7320508075689),(300,312),(301,311.7320508075689),(301.7320508075689,311),(302,310),(301.7320508075689,309),(301,308.2679491924311),(300,308),(299,308.2679491924311),(298.2679491924311,309)) -2932 ((297,320),(297.4019237886467,321.5),(298.5,322.5980762113533),(300,323),(301.5,322.5980762113533),(302.5980762113533,321.5),(303,320),(302.5980762113533,318.5),(301.5,317.4019237886467),(300,317),(298.5,317.4019237886467),(297.4019237886467,318.5)) -2933 ((296,330),(296.53589838486226,332),(298,333.46410161513774),(300,334),(302,333.46410161513774),(303.46410161513774,332),(304,330),(303.46410161513774,328),(302,326.53589838486226),(300,326),(298,326.53589838486226),(296.53589838486226,328)) -2934 ((295,340),(295.6698729810778,342.5),(297.5,344.3301270189222),(300,345),(302.5,344.3301270189222),(304.3301270189222,342.5),(305,340),(304.3301270189222,337.5),(302.5,335.6698729810778),(300,335),(297.5,335.6698729810778),(295.6698729810778,337.5)) -2935 ((294,350),(294.80384757729337,353),(297,355.19615242270663),(300,356),(303,355.19615242270663),(305.19615242270663,353),(306,350),(305.19615242270663,347),(303,344.80384757729337),(300,344),(297,344.80384757729337),(294.80384757729337,347)) -2936 ((293,360),(293.93782217350895,363.5),(296.5,366.06217782649105),(300,367),(303.5,366.06217782649105),(306.06217782649105,363.5),(307,360),(306.06217782649105,356.5),(303.5,353.93782217350895),(300,353),(296.5,353.93782217350895),(293.93782217350895,356.5)) -2937 ((292,370),(293.0717967697245,374),(296,376.9282032302755),(300,378),(304,376.9282032302755),(306.9282032302755,374),(308,370),(306.9282032302755,366),(304,363.0717967697245),(300,362),(296,363.0717967697245),(293.0717967697245,366)) -2938 ((291,380),(292.20577136594005,384.5),(295.5,387.79422863405995),(300,389),(304.5,387.79422863405995),(307.79422863405995,384.5),(309,380),(307.79422863405995,375.5),(304.5,372.20577136594005),(300,371),(295.5,372.20577136594005),(292.20577136594005,375.5)) -2939 ((290,390),(291.33974596215563,395),(295,398.66025403784437),(300,400),(305,398.66025403784437),(308.66025403784437,395),(310,390),(308.66025403784437,385),(305,381.33974596215563),(300,380),(295,381.33974596215563),(291.33974596215563,385)) -2940 ((299,400),(299.1339745962156,400.5),(299.5,400.8660254037844),(300,401),(300.5,400.8660254037844),(300.8660254037844,400.5),(301,400),(300.8660254037844,399.5),(300.5,399.1339745962156),(300,399),(299.5,399.1339745962156),(299.1339745962156,399.5)) -2941 ((298,410),(298.2679491924311,411),(299,411.7320508075689),(300,412),(301,411.7320508075689),(301.7320508075689,411),(302,410),(301.7320508075689,409),(301,408.2679491924311),(300,408),(299,408.2679491924311),(298.2679491924311,409)) -2942 ((297,420),(297.4019237886467,421.5),(298.5,422.5980762113533),(300,423),(301.5,422.5980762113533),(302.5980762113533,421.5),(303,420),(302.5980762113533,418.5),(301.5,417.4019237886467),(300,417),(298.5,417.4019237886467),(297.4019237886467,418.5)) -2943 ((296,430),(296.53589838486226,432),(298,433.46410161513774),(300,434),(302,433.46410161513774),(303.46410161513774,432),(304,430),(303.46410161513774,428),(302,426.53589838486226),(300,426),(298,426.53589838486226),(296.53589838486226,428)) -2944 ((295,440),(295.6698729810778,442.5),(297.5,444.3301270189222),(300,445),(302.5,444.3301270189222),(304.3301270189222,442.5),(305,440),(304.3301270189222,437.5),(302.5,435.6698729810778),(300,435),(297.5,435.6698729810778),(295.6698729810778,437.5)) -2945 ((294,450),(294.80384757729337,453),(297,455.19615242270663),(300,456),(303,455.19615242270663),(305.19615242270663,453),(306,450),(305.19615242270663,447),(303,444.80384757729337),(300,444),(297,444.80384757729337),(294.80384757729337,447)) -2946 ((293,460),(293.93782217350895,463.5),(296.5,466.06217782649105),(300,467),(303.5,466.06217782649105),(306.06217782649105,463.5),(307,460),(306.06217782649105,456.5),(303.5,453.93782217350895),(300,453),(296.5,453.93782217350895),(293.93782217350895,456.5)) -2947 ((292,470),(293.0717967697245,474),(296,476.9282032302755),(300,478),(304,476.9282032302755),(306.9282032302755,474),(308,470),(306.9282032302755,466),(304,463.0717967697245),(300,462),(296,463.0717967697245),(293.0717967697245,466)) -2948 ((291,480),(292.20577136594005,484.5),(295.5,487.79422863405995),(300,489),(304.5,487.79422863405995),(307.79422863405995,484.5),(309,480),(307.79422863405995,475.5),(304.5,472.20577136594005),(300,471),(295.5,472.20577136594005),(292.20577136594005,475.5)) -2949 ((290,490),(291.33974596215563,495),(295,498.66025403784437),(300,500),(305,498.66025403784437),(308.66025403784437,495),(310,490),(308.66025403784437,485),(305,481.33974596215563),(300,480),(295,481.33974596215563),(291.33974596215563,485)) -2950 ((299,500),(299.1339745962156,500.5),(299.5,500.8660254037844),(300,501),(300.5,500.8660254037844),(300.8660254037844,500.5),(301,500),(300.8660254037844,499.5),(300.5,499.1339745962156),(300,499),(299.5,499.1339745962156),(299.1339745962156,499.5)) -2951 ((298,510),(298.2679491924311,511),(299,511.7320508075689),(300,512),(301,511.7320508075689),(301.7320508075689,511),(302,510),(301.7320508075689,509),(301,508.2679491924311),(300,508),(299,508.2679491924311),(298.2679491924311,509)) -2952 ((297,520),(297.4019237886467,521.5),(298.5,522.5980762113534),(300,523),(301.5,522.5980762113534),(302.5980762113533,521.5),(303,520),(302.5980762113533,518.5),(301.5,517.4019237886467),(300,517),(298.5,517.4019237886466),(297.4019237886467,518.5)) -2953 ((296,530),(296.53589838486226,532),(298,533.4641016151378),(300,534),(302,533.4641016151378),(303.46410161513774,532),(304,530),(303.46410161513774,528),(302,526.5358983848622),(300,526),(298,526.5358983848622),(296.53589838486226,528)) -2954 ((295,540),(295.6698729810778,542.5),(297.5,544.3301270189222),(300,545),(302.5,544.3301270189222),(304.3301270189222,542.5),(305,540),(304.3301270189222,537.5),(302.5,535.6698729810778),(300,535),(297.5,535.6698729810778),(295.6698729810778,537.5)) -2955 ((294,550),(294.80384757729337,553),(297,555.1961524227066),(300,556),(303,555.1961524227066),(305.19615242270663,553),(306,550),(305.19615242270663,547),(303,544.8038475772934),(300,544),(297,544.8038475772934),(294.80384757729337,547)) -2956 ((293,560),(293.93782217350895,563.5),(296.5,566.062177826491),(300,567),(303.5,566.062177826491),(306.06217782649105,563.5),(307,560),(306.06217782649105,556.5),(303.5,553.937822173509),(300,553),(296.5,553.937822173509),(293.93782217350895,556.5)) -2957 ((292,570),(293.0717967697245,574),(296,576.9282032302755),(300,578),(304,576.9282032302755),(306.9282032302755,574),(308,570),(306.9282032302755,566),(304,563.0717967697245),(300,562),(296,563.0717967697245),(293.0717967697245,566)) -2958 ((291,580),(292.20577136594005,584.5),(295.5,587.7942286340599),(300,589),(304.5,587.7942286340599),(307.79422863405995,584.5),(309,580),(307.79422863405995,575.5),(304.5,572.2057713659401),(300,571),(295.5,572.20577136594),(292.20577136594005,575.5)) -2959 ((290,590),(291.33974596215563,595),(295,598.6602540378444),(300,600),(305,598.6602540378444),(308.66025403784437,595),(310,590),(308.66025403784437,585),(305,581.3397459621556),(300,580),(295,581.3397459621556),(291.33974596215563,585)) -2960 ((299,600),(299.1339745962156,600.5),(299.5,600.8660254037844),(300,601),(300.5,600.8660254037844),(300.8660254037844,600.5),(301,600),(300.8660254037844,599.5),(300.5,599.1339745962156),(300,599),(299.5,599.1339745962156),(299.1339745962156,599.5)) -2961 ((298,610),(298.2679491924311,611),(299,611.7320508075688),(300,612),(301,611.7320508075688),(301.7320508075689,611),(302,610),(301.7320508075689,609),(301,608.2679491924312),(300,608),(299,608.2679491924312),(298.2679491924311,609)) -2962 ((297,620),(297.4019237886467,621.5),(298.5,622.5980762113534),(300,623),(301.5,622.5980762113534),(302.5980762113533,621.5),(303,620),(302.5980762113533,618.5),(301.5,617.4019237886467),(300,617),(298.5,617.4019237886466),(297.4019237886467,618.5)) -2963 ((296,630),(296.53589838486226,632),(298,633.4641016151378),(300,634),(302,633.4641016151378),(303.46410161513774,632),(304,630),(303.46410161513774,628),(302,626.5358983848622),(300,626),(298,626.5358983848622),(296.53589838486226,628)) -2964 ((295,640),(295.6698729810778,642.5),(297.5,644.3301270189222),(300,645),(302.5,644.3301270189222),(304.3301270189222,642.5),(305,640),(304.3301270189222,637.5),(302.5,635.6698729810778),(300,635),(297.5,635.6698729810778),(295.6698729810778,637.5)) -2965 ((294,650),(294.80384757729337,653),(297,655.1961524227066),(300,656),(303,655.1961524227066),(305.19615242270663,653),(306,650),(305.19615242270663,647),(303,644.8038475772934),(300,644),(297,644.8038475772934),(294.80384757729337,647)) -2966 ((293,660),(293.93782217350895,663.5),(296.5,666.062177826491),(300,667),(303.5,666.062177826491),(306.06217782649105,663.5),(307,660),(306.06217782649105,656.5),(303.5,653.937822173509),(300,653),(296.5,653.937822173509),(293.93782217350895,656.5)) -2967 ((292,670),(293.0717967697245,674),(296,676.9282032302755),(300,678),(304,676.9282032302755),(306.9282032302755,674),(308,670),(306.9282032302755,666),(304,663.0717967697245),(300,662),(296,663.0717967697245),(293.0717967697245,666)) -2968 ((291,680),(292.20577136594005,684.5),(295.5,687.7942286340599),(300,689),(304.5,687.7942286340599),(307.79422863405995,684.5),(309,680),(307.79422863405995,675.5),(304.5,672.2057713659401),(300,671),(295.5,672.20577136594),(292.20577136594005,675.5)) -2969 ((290,690),(291.33974596215563,695),(295,698.6602540378444),(300,700),(305,698.6602540378444),(308.66025403784437,695),(310,690),(308.66025403784437,685),(305,681.3397459621556),(300,680),(295,681.3397459621556),(291.33974596215563,685)) -2970 ((299,700),(299.1339745962156,700.5),(299.5,700.8660254037844),(300,701),(300.5,700.8660254037844),(300.8660254037844,700.5),(301,700),(300.8660254037844,699.5),(300.5,699.1339745962156),(300,699),(299.5,699.1339745962156),(299.1339745962156,699.5)) -2971 ((298,710),(298.2679491924311,711),(299,711.7320508075688),(300,712),(301,711.7320508075688),(301.7320508075689,711),(302,710),(301.7320508075689,709),(301,708.2679491924312),(300,708),(299,708.2679491924312),(298.2679491924311,709)) -2972 ((297,720),(297.4019237886467,721.5),(298.5,722.5980762113534),(300,723),(301.5,722.5980762113534),(302.5980762113533,721.5),(303,720),(302.5980762113533,718.5),(301.5,717.4019237886467),(300,717),(298.5,717.4019237886466),(297.4019237886467,718.5)) -2973 ((296,730),(296.53589838486226,732),(298,733.4641016151378),(300,734),(302,733.4641016151378),(303.46410161513774,732),(304,730),(303.46410161513774,728),(302,726.5358983848622),(300,726),(298,726.5358983848622),(296.53589838486226,728)) -2974 ((295,740),(295.6698729810778,742.5),(297.5,744.3301270189222),(300,745),(302.5,744.3301270189222),(304.3301270189222,742.5),(305,740),(304.3301270189222,737.5),(302.5,735.6698729810778),(300,735),(297.5,735.6698729810778),(295.6698729810778,737.5)) -2975 ((294,750),(294.80384757729337,753),(297,755.1961524227066),(300,756),(303,755.1961524227066),(305.19615242270663,753),(306,750),(305.19615242270663,747),(303,744.8038475772934),(300,744),(297,744.8038475772934),(294.80384757729337,747)) -2976 ((293,760),(293.93782217350895,763.5),(296.5,766.062177826491),(300,767),(303.5,766.062177826491),(306.06217782649105,763.5),(307,760),(306.06217782649105,756.5),(303.5,753.937822173509),(300,753),(296.5,753.937822173509),(293.93782217350895,756.5)) -2977 ((292,770),(293.0717967697245,774),(296,776.9282032302755),(300,778),(304,776.9282032302755),(306.9282032302755,774),(308,770),(306.9282032302755,766),(304,763.0717967697245),(300,762),(296,763.0717967697245),(293.0717967697245,766)) -2978 ((291,780),(292.20577136594005,784.5),(295.5,787.7942286340599),(300,789),(304.5,787.7942286340599),(307.79422863405995,784.5),(309,780),(307.79422863405995,775.5),(304.5,772.2057713659401),(300,771),(295.5,772.20577136594),(292.20577136594005,775.5)) -2979 ((290,790),(291.33974596215563,795),(295,798.6602540378444),(300,800),(305,798.6602540378444),(308.66025403784437,795),(310,790),(308.66025403784437,785),(305,781.3397459621556),(300,780),(295,781.3397459621556),(291.33974596215563,785)) -2980 ((299,800),(299.1339745962156,800.5),(299.5,800.8660254037844),(300,801),(300.5,800.8660254037844),(300.8660254037844,800.5),(301,800),(300.8660254037844,799.5),(300.5,799.1339745962156),(300,799),(299.5,799.1339745962156),(299.1339745962156,799.5)) -2981 ((298,810),(298.2679491924311,811),(299,811.7320508075688),(300,812),(301,811.7320508075688),(301.7320508075689,811),(302,810),(301.7320508075689,809),(301,808.2679491924312),(300,808),(299,808.2679491924312),(298.2679491924311,809)) -2982 ((297,820),(297.4019237886467,821.5),(298.5,822.5980762113534),(300,823),(301.5,822.5980762113534),(302.5980762113533,821.5),(303,820),(302.5980762113533,818.5),(301.5,817.4019237886467),(300,817),(298.5,817.4019237886466),(297.4019237886467,818.5)) -2983 ((296,830),(296.53589838486226,832),(298,833.4641016151378),(300,834),(302,833.4641016151378),(303.46410161513774,832),(304,830),(303.46410161513774,828),(302,826.5358983848622),(300,826),(298,826.5358983848622),(296.53589838486226,828)) -2984 ((295,840),(295.6698729810778,842.5),(297.5,844.3301270189222),(300,845),(302.5,844.3301270189222),(304.3301270189222,842.5),(305,840),(304.3301270189222,837.5),(302.5,835.6698729810778),(300,835),(297.5,835.6698729810778),(295.6698729810778,837.5)) -2985 ((294,850),(294.80384757729337,853),(297,855.1961524227066),(300,856),(303,855.1961524227066),(305.19615242270663,853),(306,850),(305.19615242270663,847),(303,844.8038475772934),(300,844),(297,844.8038475772934),(294.80384757729337,847)) -2986 ((293,860),(293.93782217350895,863.5),(296.5,866.062177826491),(300,867),(303.5,866.062177826491),(306.06217782649105,863.5),(307,860),(306.06217782649105,856.5),(303.5,853.937822173509),(300,853),(296.5,853.937822173509),(293.93782217350895,856.5)) -2987 ((292,870),(293.0717967697245,874),(296,876.9282032302755),(300,878),(304,876.9282032302755),(306.9282032302755,874),(308,870),(306.9282032302755,866),(304,863.0717967697245),(300,862),(296,863.0717967697245),(293.0717967697245,866)) -2988 ((291,880),(292.20577136594005,884.5),(295.5,887.7942286340599),(300,889),(304.5,887.7942286340599),(307.79422863405995,884.5),(309,880),(307.79422863405995,875.5),(304.5,872.2057713659401),(300,871),(295.5,872.20577136594),(292.20577136594005,875.5)) -2989 ((290,890),(291.33974596215563,895),(295,898.6602540378444),(300,900),(305,898.6602540378444),(308.66025403784437,895),(310,890),(308.66025403784437,885),(305,881.3397459621556),(300,880),(295,881.3397459621556),(291.33974596215563,885)) -2990 ((299,900),(299.1339745962156,900.5),(299.5,900.8660254037844),(300,901),(300.5,900.8660254037844),(300.8660254037844,900.5),(301,900),(300.8660254037844,899.5),(300.5,899.1339745962156),(300,899),(299.5,899.1339745962156),(299.1339745962156,899.5)) -2991 ((298,910),(298.2679491924311,911),(299,911.7320508075688),(300,912),(301,911.7320508075688),(301.7320508075689,911),(302,910),(301.7320508075689,909),(301,908.2679491924312),(300,908),(299,908.2679491924312),(298.2679491924311,909)) -2992 ((297,920),(297.4019237886467,921.5),(298.5,922.5980762113534),(300,923),(301.5,922.5980762113534),(302.5980762113533,921.5),(303,920),(302.5980762113533,918.5),(301.5,917.4019237886467),(300,917),(298.5,917.4019237886466),(297.4019237886467,918.5)) -2993 ((296,930),(296.53589838486226,932),(298,933.4641016151378),(300,934),(302,933.4641016151378),(303.46410161513774,932),(304,930),(303.46410161513774,928),(302,926.5358983848622),(300,926),(298,926.5358983848622),(296.53589838486226,928)) -2994 ((295,940),(295.6698729810778,942.5),(297.5,944.3301270189222),(300,945),(302.5,944.3301270189222),(304.3301270189222,942.5),(305,940),(304.3301270189222,937.5),(302.5,935.6698729810778),(300,935),(297.5,935.6698729810778),(295.6698729810778,937.5)) -2995 ((294,950),(294.80384757729337,953),(297,955.1961524227066),(300,956),(303,955.1961524227066),(305.19615242270663,953),(306,950),(305.19615242270663,947),(303,944.8038475772934),(300,944),(297,944.8038475772934),(294.80384757729337,947)) -2996 ((293,960),(293.93782217350895,963.5),(296.5,966.062177826491),(300,967),(303.5,966.062177826491),(306.06217782649105,963.5),(307,960),(306.06217782649105,956.5),(303.5,953.937822173509),(300,953),(296.5,953.937822173509),(293.93782217350895,956.5)) -2997 ((292,970),(293.0717967697245,974),(296,976.9282032302755),(300,978),(304,976.9282032302755),(306.9282032302755,974),(308,970),(306.9282032302755,966),(304,963.0717967697245),(300,962),(296,963.0717967697245),(293.0717967697245,966)) -2998 ((291,980),(292.20577136594005,984.5),(295.5,987.7942286340599),(300,989),(304.5,987.7942286340599),(307.79422863405995,984.5),(309,980),(307.79422863405995,975.5),(304.5,972.2057713659401),(300,971),(295.5,972.20577136594),(292.20577136594005,975.5)) -2999 ((290,990),(291.33974596215563,995),(295,998.6602540378444),(300,1000),(305,998.6602540378444),(308.66025403784437,995),(310,990),(308.66025403784437,985),(305,981.3397459621556),(300,980),(295,981.3397459621556),(291.33974596215563,985)) -3000 ((299,1000),(299.1339745962156,1000.5),(299.5,1000.8660254037844),(300,1001),(300.5,1000.8660254037844),(300.8660254037844,1000.5),(301,1000),(300.8660254037844,999.5),(300.5,999.1339745962156),(300,999),(299.5,999.1339745962156),(299.1339745962156,999.5)) -3001 ((307,10),(307.4019237886467,11.5),(308.5,12.598076211353316),(310,13),(311.5,12.598076211353316),(312.5980762113533,11.5),(313,10),(312.5980762113533,8.5),(311.5,7.401923788646684),(310,7),(308.5,7.401923788646683),(307.4019237886467,8.499999999999998)) -3002 ((306,20),(306.53589838486226,22),(308,23.464101615137753),(310,24),(312,23.464101615137753),(313.46410161513774,22),(314,20),(313.46410161513774,18),(312,16.535898384862247),(310,16),(308,16.535898384862243),(306.53589838486226,18)) -3003 ((305,30),(305.6698729810778,32.5),(307.5,34.33012701892219),(310,35),(312.5,34.33012701892219),(314.3301270189222,32.5),(315,30),(314.3301270189222,27.5),(312.5,25.66987298107781),(310,25),(307.5,25.669872981077805),(305.6698729810778,27.499999999999996)) -3004 ((304,40),(304.80384757729337,43),(307,45.19615242270663),(310,46),(313,45.19615242270663),(315.19615242270663,43),(316,40),(315.19615242270663,37),(313,34.80384757729337),(310,34),(307,34.80384757729337),(304.80384757729337,37)) -3005 ((303,50),(303.93782217350895,53.5),(306.5,56.06217782649107),(310,57),(313.5,56.06217782649107),(316.06217782649105,53.5),(317,50),(316.06217782649105,46.5),(313.5,43.937822173508934),(310,43),(306.5,43.93782217350893),(303.93782217350895,46.5)) -3006 ((302,60),(303.0717967697245,64),(306,66.92820323027551),(310,68),(314,66.92820323027551),(316.9282032302755,64),(318,60),(316.9282032302755,56),(314,53.07179676972449),(310,52),(306,53.071796769724486),(303.0717967697245,56)) -3007 ((301,70),(302.20577136594005,74.5),(305.5,77.79422863405995),(310,79),(314.5,77.79422863405995),(317.79422863405995,74.5),(319,70),(317.79422863405995,65.5),(314.5,62.20577136594005),(310,61),(305.5,62.20577136594005),(302.20577136594005,65.5)) -3008 ((300,80),(301.33974596215563,85),(305,88.66025403784438),(310,90),(315,88.66025403784438),(318.66025403784437,85),(320,80),(318.66025403784437,75),(315,71.33974596215562),(310,70),(305,71.3397459621556),(301.33974596215563,75)) -3009 ((309,90),(309.1339745962156,90.5),(309.5,90.86602540378443),(310,91),(310.5,90.86602540378443),(310.8660254037844,90.5),(311,90),(310.8660254037844,89.5),(310.5,89.13397459621557),(310,89),(309.5,89.13397459621557),(309.1339745962156,89.5)) -3010 ((308,100),(308.2679491924311,101),(309,101.73205080756888),(310,102),(311,101.73205080756888),(311.7320508075689,101),(312,100),(311.7320508075689,99),(311,98.26794919243112),(310,98),(309,98.26794919243112),(308.2679491924311,99)) -3011 ((307,110),(307.4019237886467,111.5),(308.5,112.59807621135332),(310,113),(311.5,112.59807621135332),(312.5980762113533,111.5),(313,110),(312.5980762113533,108.5),(311.5,107.40192378864668),(310,107),(308.5,107.40192378864668),(307.4019237886467,108.5)) -3012 ((306,120),(306.53589838486226,122),(308,123.46410161513775),(310,124),(312,123.46410161513775),(313.46410161513774,122),(314,120),(313.46410161513774,118),(312,116.53589838486225),(310,116),(308,116.53589838486225),(306.53589838486226,118)) -3013 ((305,130),(305.6698729810778,132.5),(307.5,134.33012701892218),(310,135),(312.5,134.33012701892218),(314.3301270189222,132.5),(315,130),(314.3301270189222,127.5),(312.5,125.6698729810778),(310,125),(307.5,125.6698729810778),(305.6698729810778,127.5)) -3014 ((304,140),(304.80384757729337,143),(307,145.19615242270663),(310,146),(313,145.19615242270663),(315.19615242270663,143),(316,140),(315.19615242270663,137),(313,134.80384757729337),(310,134),(307,134.80384757729337),(304.80384757729337,137)) -3015 ((303,150),(303.93782217350895,153.5),(306.5,156.06217782649108),(310,157),(313.5,156.06217782649108),(316.06217782649105,153.5),(317,150),(316.06217782649105,146.5),(313.5,143.93782217350892),(310,143),(306.5,143.93782217350892),(303.93782217350895,146.5)) -3016 ((302,160),(303.0717967697245,164),(306,166.9282032302755),(310,168),(314,166.9282032302755),(316.9282032302755,164),(318,160),(316.9282032302755,156),(314,153.0717967697245),(310,152),(306,153.0717967697245),(303.0717967697245,156)) -3017 ((301,170),(302.20577136594005,174.5),(305.5,177.79422863405995),(310,179),(314.5,177.79422863405995),(317.79422863405995,174.5),(319,170),(317.79422863405995,165.5),(314.5,162.20577136594005),(310,161),(305.5,162.20577136594005),(302.20577136594005,165.5)) -3018 ((300,180),(301.33974596215563,185),(305,188.6602540378444),(310,190),(315,188.6602540378444),(318.66025403784437,185),(320,180),(318.66025403784437,175),(315,171.3397459621556),(310,170),(305,171.3397459621556),(301.33974596215563,175)) -3019 ((309,190),(309.1339745962156,190.5),(309.5,190.86602540378445),(310,191),(310.5,190.86602540378445),(310.8660254037844,190.5),(311,190),(310.8660254037844,189.5),(310.5,189.13397459621555),(310,189),(309.5,189.13397459621555),(309.1339745962156,189.5)) -3020 ((308,200),(308.2679491924311,201),(309,201.73205080756887),(310,202),(311,201.73205080756887),(311.7320508075689,201),(312,200),(311.7320508075689,199),(311,198.26794919243113),(310,198),(309,198.26794919243113),(308.2679491924311,199)) -3021 ((307,210),(307.4019237886467,211.5),(308.5,212.59807621135332),(310,213),(311.5,212.59807621135332),(312.5980762113533,211.5),(313,210),(312.5980762113533,208.5),(311.5,207.40192378864668),(310,207),(308.5,207.40192378864668),(307.4019237886467,208.5)) -3022 ((306,220),(306.53589838486226,222),(308,223.46410161513776),(310,224),(312,223.46410161513776),(313.46410161513774,222),(314,220),(313.46410161513774,218),(312,216.53589838486224),(310,216),(308,216.53589838486224),(306.53589838486226,218)) -3023 ((305,230),(305.6698729810778,232.5),(307.5,234.33012701892218),(310,235),(312.5,234.33012701892218),(314.3301270189222,232.5),(315,230),(314.3301270189222,227.5),(312.5,225.66987298107782),(310,225),(307.5,225.66987298107782),(305.6698729810778,227.5)) -3024 ((304,240),(304.80384757729337,243),(307,245.19615242270663),(310,246),(313,245.19615242270663),(315.19615242270663,243),(316,240),(315.19615242270663,237),(313,234.80384757729337),(310,234),(307,234.80384757729337),(304.80384757729337,237)) -3025 ((303,250),(303.93782217350895,253.5),(306.5,256.06217782649105),(310,257),(313.5,256.06217782649105),(316.06217782649105,253.5),(317,250),(316.06217782649105,246.5),(313.5,243.93782217350892),(310,243),(306.5,243.93782217350892),(303.93782217350895,246.5)) -3026 ((302,260),(303.0717967697245,264),(306,266.9282032302755),(310,268),(314,266.9282032302755),(316.9282032302755,264),(318,260),(316.9282032302755,256),(314,253.0717967697245),(310,252),(306,253.0717967697245),(303.0717967697245,256)) -3027 ((301,270),(302.20577136594005,274.5),(305.5,277.79422863405995),(310,279),(314.5,277.79422863405995),(317.79422863405995,274.5),(319,270),(317.79422863405995,265.5),(314.5,262.20577136594005),(310,261),(305.5,262.20577136594005),(302.20577136594005,265.5)) -3028 ((300,280),(301.33974596215563,285),(305,288.66025403784437),(310,290),(315,288.66025403784437),(318.66025403784437,285),(320,280),(318.66025403784437,275),(315,271.33974596215563),(310,270),(305,271.33974596215563),(301.33974596215563,275)) -3029 ((309,290),(309.1339745962156,290.5),(309.5,290.8660254037844),(310,291),(310.5,290.8660254037844),(310.8660254037844,290.5),(311,290),(310.8660254037844,289.5),(310.5,289.1339745962156),(310,289),(309.5,289.1339745962156),(309.1339745962156,289.5)) -3030 ((308,300),(308.2679491924311,301),(309,301.7320508075689),(310,302),(311,301.7320508075689),(311.7320508075689,301),(312,300),(311.7320508075689,299),(311,298.2679491924311),(310,298),(309,298.2679491924311),(308.2679491924311,299)) -3031 ((307,310),(307.4019237886467,311.5),(308.5,312.5980762113533),(310,313),(311.5,312.5980762113533),(312.5980762113533,311.5),(313,310),(312.5980762113533,308.5),(311.5,307.4019237886467),(310,307),(308.5,307.4019237886467),(307.4019237886467,308.5)) -3032 ((306,320),(306.53589838486226,322),(308,323.46410161513774),(310,324),(312,323.46410161513774),(313.46410161513774,322),(314,320),(313.46410161513774,318),(312,316.53589838486226),(310,316),(308,316.53589838486226),(306.53589838486226,318)) -3033 ((305,330),(305.6698729810778,332.5),(307.5,334.3301270189222),(310,335),(312.5,334.3301270189222),(314.3301270189222,332.5),(315,330),(314.3301270189222,327.5),(312.5,325.6698729810778),(310,325),(307.5,325.6698729810778),(305.6698729810778,327.5)) -3034 ((304,340),(304.80384757729337,343),(307,345.19615242270663),(310,346),(313,345.19615242270663),(315.19615242270663,343),(316,340),(315.19615242270663,337),(313,334.80384757729337),(310,334),(307,334.80384757729337),(304.80384757729337,337)) -3035 ((303,350),(303.93782217350895,353.5),(306.5,356.06217782649105),(310,357),(313.5,356.06217782649105),(316.06217782649105,353.5),(317,350),(316.06217782649105,346.5),(313.5,343.93782217350895),(310,343),(306.5,343.93782217350895),(303.93782217350895,346.5)) -3036 ((302,360),(303.0717967697245,364),(306,366.9282032302755),(310,368),(314,366.9282032302755),(316.9282032302755,364),(318,360),(316.9282032302755,356),(314,353.0717967697245),(310,352),(306,353.0717967697245),(303.0717967697245,356)) -3037 ((301,370),(302.20577136594005,374.5),(305.5,377.79422863405995),(310,379),(314.5,377.79422863405995),(317.79422863405995,374.5),(319,370),(317.79422863405995,365.5),(314.5,362.20577136594005),(310,361),(305.5,362.20577136594005),(302.20577136594005,365.5)) -3038 ((300,380),(301.33974596215563,385),(305,388.66025403784437),(310,390),(315,388.66025403784437),(318.66025403784437,385),(320,380),(318.66025403784437,375),(315,371.33974596215563),(310,370),(305,371.33974596215563),(301.33974596215563,375)) -3039 ((309,390),(309.1339745962156,390.5),(309.5,390.8660254037844),(310,391),(310.5,390.8660254037844),(310.8660254037844,390.5),(311,390),(310.8660254037844,389.5),(310.5,389.1339745962156),(310,389),(309.5,389.1339745962156),(309.1339745962156,389.5)) -3040 ((308,400),(308.2679491924311,401),(309,401.7320508075689),(310,402),(311,401.7320508075689),(311.7320508075689,401),(312,400),(311.7320508075689,399),(311,398.2679491924311),(310,398),(309,398.2679491924311),(308.2679491924311,399)) -3041 ((307,410),(307.4019237886467,411.5),(308.5,412.5980762113533),(310,413),(311.5,412.5980762113533),(312.5980762113533,411.5),(313,410),(312.5980762113533,408.5),(311.5,407.4019237886467),(310,407),(308.5,407.4019237886467),(307.4019237886467,408.5)) -3042 ((306,420),(306.53589838486226,422),(308,423.46410161513774),(310,424),(312,423.46410161513774),(313.46410161513774,422),(314,420),(313.46410161513774,418),(312,416.53589838486226),(310,416),(308,416.53589838486226),(306.53589838486226,418)) -3043 ((305,430),(305.6698729810778,432.5),(307.5,434.3301270189222),(310,435),(312.5,434.3301270189222),(314.3301270189222,432.5),(315,430),(314.3301270189222,427.5),(312.5,425.6698729810778),(310,425),(307.5,425.6698729810778),(305.6698729810778,427.5)) -3044 ((304,440),(304.80384757729337,443),(307,445.19615242270663),(310,446),(313,445.19615242270663),(315.19615242270663,443),(316,440),(315.19615242270663,437),(313,434.80384757729337),(310,434),(307,434.80384757729337),(304.80384757729337,437)) -3045 ((303,450),(303.93782217350895,453.5),(306.5,456.06217782649105),(310,457),(313.5,456.06217782649105),(316.06217782649105,453.5),(317,450),(316.06217782649105,446.5),(313.5,443.93782217350895),(310,443),(306.5,443.93782217350895),(303.93782217350895,446.5)) -3046 ((302,460),(303.0717967697245,464),(306,466.9282032302755),(310,468),(314,466.9282032302755),(316.9282032302755,464),(318,460),(316.9282032302755,456),(314,453.0717967697245),(310,452),(306,453.0717967697245),(303.0717967697245,456)) -3047 ((301,470),(302.20577136594005,474.5),(305.5,477.79422863405995),(310,479),(314.5,477.79422863405995),(317.79422863405995,474.5),(319,470),(317.79422863405995,465.5),(314.5,462.20577136594005),(310,461),(305.5,462.20577136594005),(302.20577136594005,465.5)) -3048 ((300,480),(301.33974596215563,485),(305,488.66025403784437),(310,490),(315,488.66025403784437),(318.66025403784437,485),(320,480),(318.66025403784437,475),(315,471.33974596215563),(310,470),(305,471.33974596215563),(301.33974596215563,475)) -3049 ((309,490),(309.1339745962156,490.5),(309.5,490.8660254037844),(310,491),(310.5,490.8660254037844),(310.8660254037844,490.5),(311,490),(310.8660254037844,489.5),(310.5,489.1339745962156),(310,489),(309.5,489.1339745962156),(309.1339745962156,489.5)) -3050 ((308,500),(308.2679491924311,501),(309,501.7320508075689),(310,502),(311,501.7320508075689),(311.7320508075689,501),(312,500),(311.7320508075689,499),(311,498.2679491924311),(310,498),(309,498.2679491924311),(308.2679491924311,499)) -3051 ((307,510),(307.4019237886467,511.5),(308.5,512.5980762113534),(310,513),(311.5,512.5980762113534),(312.5980762113533,511.5),(313,510),(312.5980762113533,508.5),(311.5,507.4019237886467),(310,507),(308.5,507.4019237886467),(307.4019237886467,508.5)) -3052 ((306,520),(306.53589838486226,522),(308,523.4641016151378),(310,524),(312,523.4641016151378),(313.46410161513774,522),(314,520),(313.46410161513774,518),(312,516.5358983848622),(310,516),(308,516.5358983848622),(306.53589838486226,518)) -3053 ((305,530),(305.6698729810778,532.5),(307.5,534.3301270189222),(310,535),(312.5,534.3301270189222),(314.3301270189222,532.5),(315,530),(314.3301270189222,527.5),(312.5,525.6698729810778),(310,525),(307.5,525.6698729810778),(305.6698729810778,527.5)) -3054 ((304,540),(304.80384757729337,543),(307,545.1961524227066),(310,546),(313,545.1961524227066),(315.19615242270663,543),(316,540),(315.19615242270663,537),(313,534.8038475772934),(310,534),(307,534.8038475772934),(304.80384757729337,537)) -3055 ((303,550),(303.93782217350895,553.5),(306.5,556.062177826491),(310,557),(313.5,556.062177826491),(316.06217782649105,553.5),(317,550),(316.06217782649105,546.5),(313.5,543.937822173509),(310,543),(306.5,543.937822173509),(303.93782217350895,546.5)) -3056 ((302,560),(303.0717967697245,564),(306,566.9282032302755),(310,568),(314,566.9282032302755),(316.9282032302755,564),(318,560),(316.9282032302755,556),(314,553.0717967697245),(310,552),(306,553.0717967697245),(303.0717967697245,556)) -3057 ((301,570),(302.20577136594005,574.5),(305.5,577.7942286340599),(310,579),(314.5,577.7942286340599),(317.79422863405995,574.5),(319,570),(317.79422863405995,565.5),(314.5,562.2057713659401),(310,561),(305.5,562.20577136594),(302.20577136594005,565.5)) -3058 ((300,580),(301.33974596215563,585),(305,588.6602540378444),(310,590),(315,588.6602540378444),(318.66025403784437,585),(320,580),(318.66025403784437,575),(315,571.3397459621556),(310,570),(305,571.3397459621556),(301.33974596215563,575)) -3059 ((309,590),(309.1339745962156,590.5),(309.5,590.8660254037844),(310,591),(310.5,590.8660254037844),(310.8660254037844,590.5),(311,590),(310.8660254037844,589.5),(310.5,589.1339745962156),(310,589),(309.5,589.1339745962156),(309.1339745962156,589.5)) -3060 ((308,600),(308.2679491924311,601),(309,601.7320508075688),(310,602),(311,601.7320508075688),(311.7320508075689,601),(312,600),(311.7320508075689,599),(311,598.2679491924312),(310,598),(309,598.2679491924312),(308.2679491924311,599)) -3061 ((307,610),(307.4019237886467,611.5),(308.5,612.5980762113534),(310,613),(311.5,612.5980762113534),(312.5980762113533,611.5),(313,610),(312.5980762113533,608.5),(311.5,607.4019237886467),(310,607),(308.5,607.4019237886466),(307.4019237886467,608.5)) -3062 ((306,620),(306.53589838486226,622),(308,623.4641016151378),(310,624),(312,623.4641016151378),(313.46410161513774,622),(314,620),(313.46410161513774,618),(312,616.5358983848622),(310,616),(308,616.5358983848622),(306.53589838486226,618)) -3063 ((305,630),(305.6698729810778,632.5),(307.5,634.3301270189222),(310,635),(312.5,634.3301270189222),(314.3301270189222,632.5),(315,630),(314.3301270189222,627.5),(312.5,625.6698729810778),(310,625),(307.5,625.6698729810778),(305.6698729810778,627.5)) -3064 ((304,640),(304.80384757729337,643),(307,645.1961524227066),(310,646),(313,645.1961524227066),(315.19615242270663,643),(316,640),(315.19615242270663,637),(313,634.8038475772934),(310,634),(307,634.8038475772934),(304.80384757729337,637)) -3065 ((303,650),(303.93782217350895,653.5),(306.5,656.062177826491),(310,657),(313.5,656.062177826491),(316.06217782649105,653.5),(317,650),(316.06217782649105,646.5),(313.5,643.937822173509),(310,643),(306.5,643.937822173509),(303.93782217350895,646.5)) -3066 ((302,660),(303.0717967697245,664),(306,666.9282032302755),(310,668),(314,666.9282032302755),(316.9282032302755,664),(318,660),(316.9282032302755,656),(314,653.0717967697245),(310,652),(306,653.0717967697245),(303.0717967697245,656)) -3067 ((301,670),(302.20577136594005,674.5),(305.5,677.7942286340599),(310,679),(314.5,677.7942286340599),(317.79422863405995,674.5),(319,670),(317.79422863405995,665.5),(314.5,662.2057713659401),(310,661),(305.5,662.20577136594),(302.20577136594005,665.5)) -3068 ((300,680),(301.33974596215563,685),(305,688.6602540378444),(310,690),(315,688.6602540378444),(318.66025403784437,685),(320,680),(318.66025403784437,675),(315,671.3397459621556),(310,670),(305,671.3397459621556),(301.33974596215563,675)) -3069 ((309,690),(309.1339745962156,690.5),(309.5,690.8660254037844),(310,691),(310.5,690.8660254037844),(310.8660254037844,690.5),(311,690),(310.8660254037844,689.5),(310.5,689.1339745962156),(310,689),(309.5,689.1339745962156),(309.1339745962156,689.5)) -3070 ((308,700),(308.2679491924311,701),(309,701.7320508075688),(310,702),(311,701.7320508075688),(311.7320508075689,701),(312,700),(311.7320508075689,699),(311,698.2679491924312),(310,698),(309,698.2679491924312),(308.2679491924311,699)) -3071 ((307,710),(307.4019237886467,711.5),(308.5,712.5980762113534),(310,713),(311.5,712.5980762113534),(312.5980762113533,711.5),(313,710),(312.5980762113533,708.5),(311.5,707.4019237886467),(310,707),(308.5,707.4019237886466),(307.4019237886467,708.5)) -3072 ((306,720),(306.53589838486226,722),(308,723.4641016151378),(310,724),(312,723.4641016151378),(313.46410161513774,722),(314,720),(313.46410161513774,718),(312,716.5358983848622),(310,716),(308,716.5358983848622),(306.53589838486226,718)) -3073 ((305,730),(305.6698729810778,732.5),(307.5,734.3301270189222),(310,735),(312.5,734.3301270189222),(314.3301270189222,732.5),(315,730),(314.3301270189222,727.5),(312.5,725.6698729810778),(310,725),(307.5,725.6698729810778),(305.6698729810778,727.5)) -3074 ((304,740),(304.80384757729337,743),(307,745.1961524227066),(310,746),(313,745.1961524227066),(315.19615242270663,743),(316,740),(315.19615242270663,737),(313,734.8038475772934),(310,734),(307,734.8038475772934),(304.80384757729337,737)) -3075 ((303,750),(303.93782217350895,753.5),(306.5,756.062177826491),(310,757),(313.5,756.062177826491),(316.06217782649105,753.5),(317,750),(316.06217782649105,746.5),(313.5,743.937822173509),(310,743),(306.5,743.937822173509),(303.93782217350895,746.5)) -3076 ((302,760),(303.0717967697245,764),(306,766.9282032302755),(310,768),(314,766.9282032302755),(316.9282032302755,764),(318,760),(316.9282032302755,756),(314,753.0717967697245),(310,752),(306,753.0717967697245),(303.0717967697245,756)) -3077 ((301,770),(302.20577136594005,774.5),(305.5,777.7942286340599),(310,779),(314.5,777.7942286340599),(317.79422863405995,774.5),(319,770),(317.79422863405995,765.5),(314.5,762.2057713659401),(310,761),(305.5,762.20577136594),(302.20577136594005,765.5)) -3078 ((300,780),(301.33974596215563,785),(305,788.6602540378444),(310,790),(315,788.6602540378444),(318.66025403784437,785),(320,780),(318.66025403784437,775),(315,771.3397459621556),(310,770),(305,771.3397459621556),(301.33974596215563,775)) -3079 ((309,790),(309.1339745962156,790.5),(309.5,790.8660254037844),(310,791),(310.5,790.8660254037844),(310.8660254037844,790.5),(311,790),(310.8660254037844,789.5),(310.5,789.1339745962156),(310,789),(309.5,789.1339745962156),(309.1339745962156,789.5)) -3080 ((308,800),(308.2679491924311,801),(309,801.7320508075688),(310,802),(311,801.7320508075688),(311.7320508075689,801),(312,800),(311.7320508075689,799),(311,798.2679491924312),(310,798),(309,798.2679491924312),(308.2679491924311,799)) -3081 ((307,810),(307.4019237886467,811.5),(308.5,812.5980762113534),(310,813),(311.5,812.5980762113534),(312.5980762113533,811.5),(313,810),(312.5980762113533,808.5),(311.5,807.4019237886467),(310,807),(308.5,807.4019237886466),(307.4019237886467,808.5)) -3082 ((306,820),(306.53589838486226,822),(308,823.4641016151378),(310,824),(312,823.4641016151378),(313.46410161513774,822),(314,820),(313.46410161513774,818),(312,816.5358983848622),(310,816),(308,816.5358983848622),(306.53589838486226,818)) -3083 ((305,830),(305.6698729810778,832.5),(307.5,834.3301270189222),(310,835),(312.5,834.3301270189222),(314.3301270189222,832.5),(315,830),(314.3301270189222,827.5),(312.5,825.6698729810778),(310,825),(307.5,825.6698729810778),(305.6698729810778,827.5)) -3084 ((304,840),(304.80384757729337,843),(307,845.1961524227066),(310,846),(313,845.1961524227066),(315.19615242270663,843),(316,840),(315.19615242270663,837),(313,834.8038475772934),(310,834),(307,834.8038475772934),(304.80384757729337,837)) -3085 ((303,850),(303.93782217350895,853.5),(306.5,856.062177826491),(310,857),(313.5,856.062177826491),(316.06217782649105,853.5),(317,850),(316.06217782649105,846.5),(313.5,843.937822173509),(310,843),(306.5,843.937822173509),(303.93782217350895,846.5)) -3086 ((302,860),(303.0717967697245,864),(306,866.9282032302755),(310,868),(314,866.9282032302755),(316.9282032302755,864),(318,860),(316.9282032302755,856),(314,853.0717967697245),(310,852),(306,853.0717967697245),(303.0717967697245,856)) -3087 ((301,870),(302.20577136594005,874.5),(305.5,877.7942286340599),(310,879),(314.5,877.7942286340599),(317.79422863405995,874.5),(319,870),(317.79422863405995,865.5),(314.5,862.2057713659401),(310,861),(305.5,862.20577136594),(302.20577136594005,865.5)) -3088 ((300,880),(301.33974596215563,885),(305,888.6602540378444),(310,890),(315,888.6602540378444),(318.66025403784437,885),(320,880),(318.66025403784437,875),(315,871.3397459621556),(310,870),(305,871.3397459621556),(301.33974596215563,875)) -3089 ((309,890),(309.1339745962156,890.5),(309.5,890.8660254037844),(310,891),(310.5,890.8660254037844),(310.8660254037844,890.5),(311,890),(310.8660254037844,889.5),(310.5,889.1339745962156),(310,889),(309.5,889.1339745962156),(309.1339745962156,889.5)) -3090 ((308,900),(308.2679491924311,901),(309,901.7320508075688),(310,902),(311,901.7320508075688),(311.7320508075689,901),(312,900),(311.7320508075689,899),(311,898.2679491924312),(310,898),(309,898.2679491924312),(308.2679491924311,899)) -3091 ((307,910),(307.4019237886467,911.5),(308.5,912.5980762113534),(310,913),(311.5,912.5980762113534),(312.5980762113533,911.5),(313,910),(312.5980762113533,908.5),(311.5,907.4019237886467),(310,907),(308.5,907.4019237886466),(307.4019237886467,908.5)) -3092 ((306,920),(306.53589838486226,922),(308,923.4641016151378),(310,924),(312,923.4641016151378),(313.46410161513774,922),(314,920),(313.46410161513774,918),(312,916.5358983848622),(310,916),(308,916.5358983848622),(306.53589838486226,918)) -3093 ((305,930),(305.6698729810778,932.5),(307.5,934.3301270189222),(310,935),(312.5,934.3301270189222),(314.3301270189222,932.5),(315,930),(314.3301270189222,927.5),(312.5,925.6698729810778),(310,925),(307.5,925.6698729810778),(305.6698729810778,927.5)) -3094 ((304,940),(304.80384757729337,943),(307,945.1961524227066),(310,946),(313,945.1961524227066),(315.19615242270663,943),(316,940),(315.19615242270663,937),(313,934.8038475772934),(310,934),(307,934.8038475772934),(304.80384757729337,937)) -3095 ((303,950),(303.93782217350895,953.5),(306.5,956.062177826491),(310,957),(313.5,956.062177826491),(316.06217782649105,953.5),(317,950),(316.06217782649105,946.5),(313.5,943.937822173509),(310,943),(306.5,943.937822173509),(303.93782217350895,946.5)) -3096 ((302,960),(303.0717967697245,964),(306,966.9282032302755),(310,968),(314,966.9282032302755),(316.9282032302755,964),(318,960),(316.9282032302755,956),(314,953.0717967697245),(310,952),(306,953.0717967697245),(303.0717967697245,956)) -3097 ((301,970),(302.20577136594005,974.5),(305.5,977.7942286340599),(310,979),(314.5,977.7942286340599),(317.79422863405995,974.5),(319,970),(317.79422863405995,965.5),(314.5,962.2057713659401),(310,961),(305.5,962.20577136594),(302.20577136594005,965.5)) -3098 ((300,980),(301.33974596215563,985),(305,988.6602540378444),(310,990),(315,988.6602540378444),(318.66025403784437,985),(320,980),(318.66025403784437,975),(315,971.3397459621556),(310,970),(305,971.3397459621556),(301.33974596215563,975)) -3099 ((309,990),(309.1339745962156,990.5),(309.5,990.8660254037844),(310,991),(310.5,990.8660254037844),(310.8660254037844,990.5),(311,990),(310.8660254037844,989.5),(310.5,989.1339745962156),(310,989),(309.5,989.1339745962156),(309.1339745962156,989.5)) -3100 ((308,1000),(308.2679491924311,1001),(309,1001.7320508075688),(310,1002),(311,1001.7320508075688),(311.7320508075689,1001),(312,1000),(311.7320508075689,999),(311,998.2679491924312),(310,998),(309,998.2679491924312),(308.2679491924311,999)) -3101 ((316,10),(316.53589838486226,12),(318,13.464101615137753),(320,14),(322,13.464101615137755),(323.46410161513774,12.000000000000002),(324,10),(323.46410161513774,8.000000000000002),(322,6.5358983848622465),(320,6),(318,6.535898384862244),(316.53589838486226,7.999999999999998)) -3102 ((315,20),(315.6698729810778,22.5),(317.5,24.33012701892219),(320,25),(322.5,24.330127018922195),(324.3301270189222,22.5),(325,20),(324.3301270189222,17.5),(322.5,15.669872981077807),(320,15),(317.5,15.669872981077805),(315.6698729810778,17.499999999999996)) -3103 ((314,30),(314.80384757729337,33),(317,35.19615242270663),(320,36),(323,35.19615242270663),(325.19615242270663,33),(326,30),(325.19615242270663,27),(323,24.803847577293368),(320,24),(317,24.803847577293368),(314.80384757729337,26.999999999999996)) -3104 ((313,40),(313.93782217350895,43.5),(316.5,46.06217782649107),(320,47),(323.5,46.06217782649107),(326.06217782649105,43.5),(327,40),(326.06217782649105,36.5),(323.5,33.937822173508934),(320,33),(316.5,33.93782217350893),(313.93782217350895,36.5)) -3105 ((312,50),(313.0717967697245,54),(316,56.92820323027551),(320,58),(324,56.92820323027551),(326.9282032302755,54),(328,50),(326.9282032302755,46),(324,43.07179676972449),(320,42),(316,43.071796769724486),(313.0717967697245,46)) -3106 ((311,60),(312.20577136594005,64.5),(315.5,67.79422863405995),(320,69),(324.5,67.79422863405995),(327.79422863405995,64.5),(329,60),(327.79422863405995,55.5),(324.5,52.20577136594005),(320,51),(315.5,52.20577136594005),(312.20577136594005,55.5)) -3107 ((310,70),(311.33974596215563,75),(315,78.66025403784438),(320,80),(325,78.66025403784438),(328.66025403784437,75),(330,70),(328.66025403784437,65),(325,61.33974596215562),(320,60),(315,61.33974596215561),(311.33974596215563,65)) -3108 ((319,80),(319.1339745962156,80.5),(319.5,80.86602540378443),(320,81),(320.5,80.86602540378443),(320.8660254037844,80.5),(321,80),(320.8660254037844,79.5),(320.5,79.13397459621557),(320,79),(319.5,79.13397459621557),(319.1339745962156,79.5)) -3109 ((318,90),(318.2679491924311,91),(319,91.73205080756888),(320,92),(321,91.73205080756888),(321.7320508075689,91),(322,90),(321.7320508075689,89),(321,88.26794919243112),(320,88),(319,88.26794919243112),(318.2679491924311,89)) -3110 ((317,100),(317.4019237886467,101.5),(318.5,102.59807621135332),(320,103),(321.5,102.59807621135332),(322.5980762113533,101.5),(323,100),(322.5980762113533,98.5),(321.5,97.40192378864668),(320,97),(318.5,97.40192378864668),(317.4019237886467,98.5)) -3111 ((316,110),(316.53589838486226,112),(318,113.46410161513775),(320,114),(322,113.46410161513775),(323.46410161513774,112),(324,110),(323.46410161513774,108),(322,106.53589838486225),(320,106),(318,106.53589838486225),(316.53589838486226,108)) -3112 ((315,120),(315.6698729810778,122.5),(317.5,124.3301270189222),(320,125),(322.5,124.3301270189222),(324.3301270189222,122.5),(325,120),(324.3301270189222,117.5),(322.5,115.6698729810778),(320,115),(317.5,115.6698729810778),(315.6698729810778,117.5)) -3113 ((314,130),(314.80384757729337,133),(317,135.19615242270663),(320,136),(323,135.19615242270663),(325.19615242270663,133),(326,130),(325.19615242270663,127),(323,124.80384757729337),(320,124),(317,124.80384757729337),(314.80384757729337,127)) -3114 ((313,140),(313.93782217350895,143.5),(316.5,146.06217782649108),(320,147),(323.5,146.06217782649108),(326.06217782649105,143.5),(327,140),(326.06217782649105,136.5),(323.5,133.93782217350892),(320,133),(316.5,133.93782217350892),(313.93782217350895,136.5)) -3115 ((312,150),(313.0717967697245,154),(316,156.9282032302755),(320,158),(324,156.9282032302755),(326.9282032302755,154),(328,150),(326.9282032302755,146),(324,143.0717967697245),(320,142),(316,143.0717967697245),(313.0717967697245,146)) -3116 ((311,160),(312.20577136594005,164.5),(315.5,167.79422863405995),(320,169),(324.5,167.79422863405995),(327.79422863405995,164.5),(329,160),(327.79422863405995,155.5),(324.5,152.20577136594005),(320,151),(315.5,152.20577136594005),(312.20577136594005,155.5)) -3117 ((310,170),(311.33974596215563,175),(315,178.6602540378444),(320,180),(325,178.6602540378444),(328.66025403784437,175),(330,170),(328.66025403784437,165),(325,161.3397459621556),(320,160),(315,161.3397459621556),(311.33974596215563,165)) -3118 ((319,180),(319.1339745962156,180.5),(319.5,180.86602540378445),(320,181),(320.5,180.86602540378445),(320.8660254037844,180.5),(321,180),(320.8660254037844,179.5),(320.5,179.13397459621555),(320,179),(319.5,179.13397459621555),(319.1339745962156,179.5)) -3119 ((318,190),(318.2679491924311,191),(319,191.73205080756887),(320,192),(321,191.73205080756887),(321.7320508075689,191),(322,190),(321.7320508075689,189),(321,188.26794919243113),(320,188),(319,188.26794919243113),(318.2679491924311,189)) -3120 ((317,200),(317.4019237886467,201.5),(318.5,202.59807621135332),(320,203),(321.5,202.59807621135332),(322.5980762113533,201.5),(323,200),(322.5980762113533,198.5),(321.5,197.40192378864668),(320,197),(318.5,197.40192378864668),(317.4019237886467,198.5)) -3121 ((316,210),(316.53589838486226,212),(318,213.46410161513776),(320,214),(322,213.46410161513776),(323.46410161513774,212),(324,210),(323.46410161513774,208),(322,206.53589838486224),(320,206),(318,206.53589838486224),(316.53589838486226,208)) -3122 ((315,220),(315.6698729810778,222.5),(317.5,224.33012701892218),(320,225),(322.5,224.33012701892218),(324.3301270189222,222.5),(325,220),(324.3301270189222,217.5),(322.5,215.66987298107782),(320,215),(317.5,215.66987298107782),(315.6698729810778,217.5)) -3123 ((314,230),(314.80384757729337,233),(317,235.19615242270663),(320,236),(323,235.19615242270663),(325.19615242270663,233),(326,230),(325.19615242270663,227),(323,224.80384757729337),(320,224),(317,224.80384757729337),(314.80384757729337,227)) -3124 ((313,240),(313.93782217350895,243.5),(316.5,246.06217782649108),(320,247),(323.5,246.06217782649108),(326.06217782649105,243.5),(327,240),(326.06217782649105,236.5),(323.5,233.93782217350892),(320,233),(316.5,233.93782217350892),(313.93782217350895,236.5)) -3125 ((312,250),(313.0717967697245,254),(316,256.9282032302755),(320,258),(324,256.9282032302755),(326.9282032302755,254),(328,250),(326.9282032302755,246),(324,243.0717967697245),(320,242),(316,243.0717967697245),(313.0717967697245,246)) -3126 ((311,260),(312.20577136594005,264.5),(315.5,267.79422863405995),(320,269),(324.5,267.79422863405995),(327.79422863405995,264.5),(329,260),(327.79422863405995,255.5),(324.5,252.20577136594005),(320,251),(315.5,252.20577136594005),(312.20577136594005,255.5)) -3127 ((310,270),(311.33974596215563,275),(315,278.66025403784437),(320,280),(325,278.66025403784437),(328.66025403784437,275),(330,270),(328.66025403784437,265),(325,261.33974596215563),(320,260),(315,261.33974596215563),(311.33974596215563,265)) -3128 ((319,280),(319.1339745962156,280.5),(319.5,280.8660254037844),(320,281),(320.5,280.8660254037844),(320.8660254037844,280.5),(321,280),(320.8660254037844,279.5),(320.5,279.1339745962156),(320,279),(319.5,279.1339745962156),(319.1339745962156,279.5)) -3129 ((318,290),(318.2679491924311,291),(319,291.7320508075689),(320,292),(321,291.7320508075689),(321.7320508075689,291),(322,290),(321.7320508075689,289),(321,288.2679491924311),(320,288),(319,288.2679491924311),(318.2679491924311,289)) -3130 ((317,300),(317.4019237886467,301.5),(318.5,302.5980762113533),(320,303),(321.5,302.5980762113533),(322.5980762113533,301.5),(323,300),(322.5980762113533,298.5),(321.5,297.4019237886467),(320,297),(318.5,297.4019237886467),(317.4019237886467,298.5)) -3131 ((316,310),(316.53589838486226,312),(318,313.46410161513774),(320,314),(322,313.46410161513774),(323.46410161513774,312),(324,310),(323.46410161513774,308),(322,306.53589838486226),(320,306),(318,306.53589838486226),(316.53589838486226,308)) -3132 ((315,320),(315.6698729810778,322.5),(317.5,324.3301270189222),(320,325),(322.5,324.3301270189222),(324.3301270189222,322.5),(325,320),(324.3301270189222,317.5),(322.5,315.6698729810778),(320,315),(317.5,315.6698729810778),(315.6698729810778,317.5)) -3133 ((314,330),(314.80384757729337,333),(317,335.19615242270663),(320,336),(323,335.19615242270663),(325.19615242270663,333),(326,330),(325.19615242270663,327),(323,324.80384757729337),(320,324),(317,324.80384757729337),(314.80384757729337,327)) -3134 ((313,340),(313.93782217350895,343.5),(316.5,346.06217782649105),(320,347),(323.5,346.06217782649105),(326.06217782649105,343.5),(327,340),(326.06217782649105,336.5),(323.5,333.93782217350895),(320,333),(316.5,333.93782217350895),(313.93782217350895,336.5)) -3135 ((312,350),(313.0717967697245,354),(316,356.9282032302755),(320,358),(324,356.9282032302755),(326.9282032302755,354),(328,350),(326.9282032302755,346),(324,343.0717967697245),(320,342),(316,343.0717967697245),(313.0717967697245,346)) -3136 ((311,360),(312.20577136594005,364.5),(315.5,367.79422863405995),(320,369),(324.5,367.79422863405995),(327.79422863405995,364.5),(329,360),(327.79422863405995,355.5),(324.5,352.20577136594005),(320,351),(315.5,352.20577136594005),(312.20577136594005,355.5)) -3137 ((310,370),(311.33974596215563,375),(315,378.66025403784437),(320,380),(325,378.66025403784437),(328.66025403784437,375),(330,370),(328.66025403784437,365),(325,361.33974596215563),(320,360),(315,361.33974596215563),(311.33974596215563,365)) -3138 ((319,380),(319.1339745962156,380.5),(319.5,380.8660254037844),(320,381),(320.5,380.8660254037844),(320.8660254037844,380.5),(321,380),(320.8660254037844,379.5),(320.5,379.1339745962156),(320,379),(319.5,379.1339745962156),(319.1339745962156,379.5)) -3139 ((318,390),(318.2679491924311,391),(319,391.7320508075689),(320,392),(321,391.7320508075689),(321.7320508075689,391),(322,390),(321.7320508075689,389),(321,388.2679491924311),(320,388),(319,388.2679491924311),(318.2679491924311,389)) -3140 ((317,400),(317.4019237886467,401.5),(318.5,402.5980762113533),(320,403),(321.5,402.5980762113533),(322.5980762113533,401.5),(323,400),(322.5980762113533,398.5),(321.5,397.4019237886467),(320,397),(318.5,397.4019237886467),(317.4019237886467,398.5)) -3141 ((316,410),(316.53589838486226,412),(318,413.46410161513774),(320,414),(322,413.46410161513774),(323.46410161513774,412),(324,410),(323.46410161513774,408),(322,406.53589838486226),(320,406),(318,406.53589838486226),(316.53589838486226,408)) -3142 ((315,420),(315.6698729810778,422.5),(317.5,424.3301270189222),(320,425),(322.5,424.3301270189222),(324.3301270189222,422.5),(325,420),(324.3301270189222,417.5),(322.5,415.6698729810778),(320,415),(317.5,415.6698729810778),(315.6698729810778,417.5)) -3143 ((314,430),(314.80384757729337,433),(317,435.19615242270663),(320,436),(323,435.19615242270663),(325.19615242270663,433),(326,430),(325.19615242270663,427),(323,424.80384757729337),(320,424),(317,424.80384757729337),(314.80384757729337,427)) -3144 ((313,440),(313.93782217350895,443.5),(316.5,446.06217782649105),(320,447),(323.5,446.06217782649105),(326.06217782649105,443.5),(327,440),(326.06217782649105,436.5),(323.5,433.93782217350895),(320,433),(316.5,433.93782217350895),(313.93782217350895,436.5)) -3145 ((312,450),(313.0717967697245,454),(316,456.9282032302755),(320,458),(324,456.9282032302755),(326.9282032302755,454),(328,450),(326.9282032302755,446),(324,443.0717967697245),(320,442),(316,443.0717967697245),(313.0717967697245,446)) -3146 ((311,460),(312.20577136594005,464.5),(315.5,467.79422863405995),(320,469),(324.5,467.79422863405995),(327.79422863405995,464.5),(329,460),(327.79422863405995,455.5),(324.5,452.20577136594005),(320,451),(315.5,452.20577136594005),(312.20577136594005,455.5)) -3147 ((310,470),(311.33974596215563,475),(315,478.66025403784437),(320,480),(325,478.66025403784437),(328.66025403784437,475),(330,470),(328.66025403784437,465),(325,461.33974596215563),(320,460),(315,461.33974596215563),(311.33974596215563,465)) -3148 ((319,480),(319.1339745962156,480.5),(319.5,480.8660254037844),(320,481),(320.5,480.8660254037844),(320.8660254037844,480.5),(321,480),(320.8660254037844,479.5),(320.5,479.1339745962156),(320,479),(319.5,479.1339745962156),(319.1339745962156,479.5)) -3149 ((318,490),(318.2679491924311,491),(319,491.7320508075689),(320,492),(321,491.7320508075689),(321.7320508075689,491),(322,490),(321.7320508075689,489),(321,488.2679491924311),(320,488),(319,488.2679491924311),(318.2679491924311,489)) -3150 ((317,500),(317.4019237886467,501.5),(318.5,502.5980762113533),(320,503),(321.5,502.5980762113533),(322.5980762113533,501.5),(323,500),(322.5980762113533,498.5),(321.5,497.4019237886467),(320,497),(318.5,497.4019237886467),(317.4019237886467,498.5)) -3151 ((316,510),(316.53589838486226,512),(318,513.4641016151378),(320,514),(322,513.4641016151378),(323.46410161513774,512),(324,510),(323.46410161513774,508),(322,506.53589838486226),(320,506),(318,506.53589838486226),(316.53589838486226,508)) -3152 ((315,520),(315.6698729810778,522.5),(317.5,524.3301270189222),(320,525),(322.5,524.3301270189222),(324.3301270189222,522.5),(325,520),(324.3301270189222,517.5),(322.5,515.6698729810778),(320,515),(317.5,515.6698729810778),(315.6698729810778,517.5)) -3153 ((314,530),(314.80384757729337,533),(317,535.1961524227066),(320,536),(323,535.1961524227066),(325.19615242270663,533),(326,530),(325.19615242270663,527),(323,524.8038475772934),(320,524),(317,524.8038475772934),(314.80384757729337,527)) -3154 ((313,540),(313.93782217350895,543.5),(316.5,546.062177826491),(320,547),(323.5,546.062177826491),(326.06217782649105,543.5),(327,540),(326.06217782649105,536.5),(323.5,533.937822173509),(320,533),(316.5,533.937822173509),(313.93782217350895,536.5)) -3155 ((312,550),(313.0717967697245,554),(316,556.9282032302755),(320,558),(324,556.9282032302755),(326.9282032302755,554),(328,550),(326.9282032302755,546),(324,543.0717967697245),(320,542),(316,543.0717967697245),(313.0717967697245,546)) -3156 ((311,560),(312.20577136594005,564.5),(315.5,567.7942286340599),(320,569),(324.5,567.7942286340599),(327.79422863405995,564.5),(329,560),(327.79422863405995,555.5),(324.5,552.2057713659401),(320,551),(315.5,552.20577136594),(312.20577136594005,555.5)) -3157 ((310,570),(311.33974596215563,575),(315,578.6602540378444),(320,580),(325,578.6602540378444),(328.66025403784437,575),(330,570),(328.66025403784437,565),(325,561.3397459621556),(320,560),(315,561.3397459621556),(311.33974596215563,565)) -3158 ((319,580),(319.1339745962156,580.5),(319.5,580.8660254037844),(320,581),(320.5,580.8660254037844),(320.8660254037844,580.5),(321,580),(320.8660254037844,579.5),(320.5,579.1339745962156),(320,579),(319.5,579.1339745962156),(319.1339745962156,579.5)) -3159 ((318,590),(318.2679491924311,591),(319,591.7320508075688),(320,592),(321,591.7320508075688),(321.7320508075689,591),(322,590),(321.7320508075689,589),(321,588.2679491924312),(320,588),(319,588.2679491924312),(318.2679491924311,589)) -3160 ((317,600),(317.4019237886467,601.5),(318.5,602.5980762113534),(320,603),(321.5,602.5980762113534),(322.5980762113533,601.5),(323,600),(322.5980762113533,598.5),(321.5,597.4019237886467),(320,597),(318.5,597.4019237886466),(317.4019237886467,598.5)) -3161 ((316,610),(316.53589838486226,612),(318,613.4641016151378),(320,614),(322,613.4641016151378),(323.46410161513774,612),(324,610),(323.46410161513774,608),(322,606.5358983848622),(320,606),(318,606.5358983848622),(316.53589838486226,608)) -3162 ((315,620),(315.6698729810778,622.5),(317.5,624.3301270189222),(320,625),(322.5,624.3301270189222),(324.3301270189222,622.5),(325,620),(324.3301270189222,617.5),(322.5,615.6698729810778),(320,615),(317.5,615.6698729810778),(315.6698729810778,617.5)) -3163 ((314,630),(314.80384757729337,633),(317,635.1961524227066),(320,636),(323,635.1961524227066),(325.19615242270663,633),(326,630),(325.19615242270663,627),(323,624.8038475772934),(320,624),(317,624.8038475772934),(314.80384757729337,627)) -3164 ((313,640),(313.93782217350895,643.5),(316.5,646.062177826491),(320,647),(323.5,646.062177826491),(326.06217782649105,643.5),(327,640),(326.06217782649105,636.5),(323.5,633.937822173509),(320,633),(316.5,633.937822173509),(313.93782217350895,636.5)) -3165 ((312,650),(313.0717967697245,654),(316,656.9282032302755),(320,658),(324,656.9282032302755),(326.9282032302755,654),(328,650),(326.9282032302755,646),(324,643.0717967697245),(320,642),(316,643.0717967697245),(313.0717967697245,646)) -3166 ((311,660),(312.20577136594005,664.5),(315.5,667.7942286340599),(320,669),(324.5,667.7942286340599),(327.79422863405995,664.5),(329,660),(327.79422863405995,655.5),(324.5,652.2057713659401),(320,651),(315.5,652.20577136594),(312.20577136594005,655.5)) -3167 ((310,670),(311.33974596215563,675),(315,678.6602540378444),(320,680),(325,678.6602540378444),(328.66025403784437,675),(330,670),(328.66025403784437,665),(325,661.3397459621556),(320,660),(315,661.3397459621556),(311.33974596215563,665)) -3168 ((319,680),(319.1339745962156,680.5),(319.5,680.8660254037844),(320,681),(320.5,680.8660254037844),(320.8660254037844,680.5),(321,680),(320.8660254037844,679.5),(320.5,679.1339745962156),(320,679),(319.5,679.1339745962156),(319.1339745962156,679.5)) -3169 ((318,690),(318.2679491924311,691),(319,691.7320508075688),(320,692),(321,691.7320508075688),(321.7320508075689,691),(322,690),(321.7320508075689,689),(321,688.2679491924312),(320,688),(319,688.2679491924312),(318.2679491924311,689)) -3170 ((317,700),(317.4019237886467,701.5),(318.5,702.5980762113534),(320,703),(321.5,702.5980762113534),(322.5980762113533,701.5),(323,700),(322.5980762113533,698.5),(321.5,697.4019237886467),(320,697),(318.5,697.4019237886466),(317.4019237886467,698.5)) -3171 ((316,710),(316.53589838486226,712),(318,713.4641016151378),(320,714),(322,713.4641016151378),(323.46410161513774,712),(324,710),(323.46410161513774,708),(322,706.5358983848622),(320,706),(318,706.5358983848622),(316.53589838486226,708)) -3172 ((315,720),(315.6698729810778,722.5),(317.5,724.3301270189222),(320,725),(322.5,724.3301270189222),(324.3301270189222,722.5),(325,720),(324.3301270189222,717.5),(322.5,715.6698729810778),(320,715),(317.5,715.6698729810778),(315.6698729810778,717.5)) -3173 ((314,730),(314.80384757729337,733),(317,735.1961524227066),(320,736),(323,735.1961524227066),(325.19615242270663,733),(326,730),(325.19615242270663,727),(323,724.8038475772934),(320,724),(317,724.8038475772934),(314.80384757729337,727)) -3174 ((313,740),(313.93782217350895,743.5),(316.5,746.062177826491),(320,747),(323.5,746.062177826491),(326.06217782649105,743.5),(327,740),(326.06217782649105,736.5),(323.5,733.937822173509),(320,733),(316.5,733.937822173509),(313.93782217350895,736.5)) -3175 ((312,750),(313.0717967697245,754),(316,756.9282032302755),(320,758),(324,756.9282032302755),(326.9282032302755,754),(328,750),(326.9282032302755,746),(324,743.0717967697245),(320,742),(316,743.0717967697245),(313.0717967697245,746)) -3176 ((311,760),(312.20577136594005,764.5),(315.5,767.7942286340599),(320,769),(324.5,767.7942286340599),(327.79422863405995,764.5),(329,760),(327.79422863405995,755.5),(324.5,752.2057713659401),(320,751),(315.5,752.20577136594),(312.20577136594005,755.5)) -3177 ((310,770),(311.33974596215563,775),(315,778.6602540378444),(320,780),(325,778.6602540378444),(328.66025403784437,775),(330,770),(328.66025403784437,765),(325,761.3397459621556),(320,760),(315,761.3397459621556),(311.33974596215563,765)) -3178 ((319,780),(319.1339745962156,780.5),(319.5,780.8660254037844),(320,781),(320.5,780.8660254037844),(320.8660254037844,780.5),(321,780),(320.8660254037844,779.5),(320.5,779.1339745962156),(320,779),(319.5,779.1339745962156),(319.1339745962156,779.5)) -3179 ((318,790),(318.2679491924311,791),(319,791.7320508075688),(320,792),(321,791.7320508075688),(321.7320508075689,791),(322,790),(321.7320508075689,789),(321,788.2679491924312),(320,788),(319,788.2679491924312),(318.2679491924311,789)) -3180 ((317,800),(317.4019237886467,801.5),(318.5,802.5980762113534),(320,803),(321.5,802.5980762113534),(322.5980762113533,801.5),(323,800),(322.5980762113533,798.5),(321.5,797.4019237886467),(320,797),(318.5,797.4019237886466),(317.4019237886467,798.5)) -3181 ((316,810),(316.53589838486226,812),(318,813.4641016151378),(320,814),(322,813.4641016151378),(323.46410161513774,812),(324,810),(323.46410161513774,808),(322,806.5358983848622),(320,806),(318,806.5358983848622),(316.53589838486226,808)) -3182 ((315,820),(315.6698729810778,822.5),(317.5,824.3301270189222),(320,825),(322.5,824.3301270189222),(324.3301270189222,822.5),(325,820),(324.3301270189222,817.5),(322.5,815.6698729810778),(320,815),(317.5,815.6698729810778),(315.6698729810778,817.5)) -3183 ((314,830),(314.80384757729337,833),(317,835.1961524227066),(320,836),(323,835.1961524227066),(325.19615242270663,833),(326,830),(325.19615242270663,827),(323,824.8038475772934),(320,824),(317,824.8038475772934),(314.80384757729337,827)) -3184 ((313,840),(313.93782217350895,843.5),(316.5,846.062177826491),(320,847),(323.5,846.062177826491),(326.06217782649105,843.5),(327,840),(326.06217782649105,836.5),(323.5,833.937822173509),(320,833),(316.5,833.937822173509),(313.93782217350895,836.5)) -3185 ((312,850),(313.0717967697245,854),(316,856.9282032302755),(320,858),(324,856.9282032302755),(326.9282032302755,854),(328,850),(326.9282032302755,846),(324,843.0717967697245),(320,842),(316,843.0717967697245),(313.0717967697245,846)) -3186 ((311,860),(312.20577136594005,864.5),(315.5,867.7942286340599),(320,869),(324.5,867.7942286340599),(327.79422863405995,864.5),(329,860),(327.79422863405995,855.5),(324.5,852.2057713659401),(320,851),(315.5,852.20577136594),(312.20577136594005,855.5)) -3187 ((310,870),(311.33974596215563,875),(315,878.6602540378444),(320,880),(325,878.6602540378444),(328.66025403784437,875),(330,870),(328.66025403784437,865),(325,861.3397459621556),(320,860),(315,861.3397459621556),(311.33974596215563,865)) -3188 ((319,880),(319.1339745962156,880.5),(319.5,880.8660254037844),(320,881),(320.5,880.8660254037844),(320.8660254037844,880.5),(321,880),(320.8660254037844,879.5),(320.5,879.1339745962156),(320,879),(319.5,879.1339745962156),(319.1339745962156,879.5)) -3189 ((318,890),(318.2679491924311,891),(319,891.7320508075688),(320,892),(321,891.7320508075688),(321.7320508075689,891),(322,890),(321.7320508075689,889),(321,888.2679491924312),(320,888),(319,888.2679491924312),(318.2679491924311,889)) -3190 ((317,900),(317.4019237886467,901.5),(318.5,902.5980762113534),(320,903),(321.5,902.5980762113534),(322.5980762113533,901.5),(323,900),(322.5980762113533,898.5),(321.5,897.4019237886467),(320,897),(318.5,897.4019237886466),(317.4019237886467,898.5)) -3191 ((316,910),(316.53589838486226,912),(318,913.4641016151378),(320,914),(322,913.4641016151378),(323.46410161513774,912),(324,910),(323.46410161513774,908),(322,906.5358983848622),(320,906),(318,906.5358983848622),(316.53589838486226,908)) -3192 ((315,920),(315.6698729810778,922.5),(317.5,924.3301270189222),(320,925),(322.5,924.3301270189222),(324.3301270189222,922.5),(325,920),(324.3301270189222,917.5),(322.5,915.6698729810778),(320,915),(317.5,915.6698729810778),(315.6698729810778,917.5)) -3193 ((314,930),(314.80384757729337,933),(317,935.1961524227066),(320,936),(323,935.1961524227066),(325.19615242270663,933),(326,930),(325.19615242270663,927),(323,924.8038475772934),(320,924),(317,924.8038475772934),(314.80384757729337,927)) -3194 ((313,940),(313.93782217350895,943.5),(316.5,946.062177826491),(320,947),(323.5,946.062177826491),(326.06217782649105,943.5),(327,940),(326.06217782649105,936.5),(323.5,933.937822173509),(320,933),(316.5,933.937822173509),(313.93782217350895,936.5)) -3195 ((312,950),(313.0717967697245,954),(316,956.9282032302755),(320,958),(324,956.9282032302755),(326.9282032302755,954),(328,950),(326.9282032302755,946),(324,943.0717967697245),(320,942),(316,943.0717967697245),(313.0717967697245,946)) -3196 ((311,960),(312.20577136594005,964.5),(315.5,967.7942286340599),(320,969),(324.5,967.7942286340599),(327.79422863405995,964.5),(329,960),(327.79422863405995,955.5),(324.5,952.2057713659401),(320,951),(315.5,952.20577136594),(312.20577136594005,955.5)) -3197 ((310,970),(311.33974596215563,975),(315,978.6602540378444),(320,980),(325,978.6602540378444),(328.66025403784437,975),(330,970),(328.66025403784437,965),(325,961.3397459621556),(320,960),(315,961.3397459621556),(311.33974596215563,965)) -3198 ((319,980),(319.1339745962156,980.5),(319.5,980.8660254037844),(320,981),(320.5,980.8660254037844),(320.8660254037844,980.5),(321,980),(320.8660254037844,979.5),(320.5,979.1339745962156),(320,979),(319.5,979.1339745962156),(319.1339745962156,979.5)) -3199 ((318,990),(318.2679491924311,991),(319,991.7320508075688),(320,992),(321,991.7320508075688),(321.7320508075689,991),(322,990),(321.7320508075689,989),(321,988.2679491924312),(320,988),(319,988.2679491924312),(318.2679491924311,989)) -3200 ((317,1000),(317.4019237886467,1001.5),(318.5,1002.5980762113534),(320,1003),(321.5,1002.5980762113534),(322.5980762113533,1001.5),(323,1000),(322.5980762113533,998.5),(321.5,997.4019237886467),(320,997),(318.5,997.4019237886466),(317.4019237886467,998.5)) -3201 ((325,10),(325.6698729810778,12.5),(327.5,14.330127018922193),(330,15),(332.5,14.330127018922195),(334.3301270189222,12.500000000000002),(335,10),(334.3301270189222,7.500000000000002),(332.5,5.669872981077807),(330,5),(327.5,5.669872981077805),(325.6698729810778,7.499999999999998)) -3202 ((324,20),(324.80384757729337,23),(327,25.196152422706632),(330,26),(333,25.196152422706632),(335.19615242270663,23),(336,20),(335.19615242270663,17),(333,14.803847577293368),(330,14),(327,14.803847577293366),(324.80384757729337,16.999999999999996)) -3203 ((323,30),(323.93782217350895,33.5),(326.5,36.06217782649107),(330,37),(333.5,36.06217782649107),(336.06217782649105,33.5),(337,30),(336.06217782649105,26.5),(333.5,23.93782217350893),(330,23),(326.5,23.937822173508927),(323.93782217350895,26.499999999999996)) -3204 ((322,40),(323.0717967697245,44),(326,46.92820323027551),(330,48),(334,46.92820323027551),(336.9282032302755,44),(338,40),(336.9282032302755,36),(334,33.07179676972449),(330,32),(326,33.071796769724486),(323.0717967697245,36)) -3205 ((321,50),(322.20577136594005,54.5),(325.5,57.79422863405995),(330,59),(334.5,57.79422863405995),(337.79422863405995,54.5),(339,50),(337.79422863405995,45.5),(334.5,42.20577136594005),(330,41),(325.5,42.20577136594005),(322.20577136594005,45.5)) -3206 ((320,60),(321.33974596215563,65),(325,68.66025403784438),(330,70),(335,68.66025403784438),(338.66025403784437,65),(340,60),(338.66025403784437,55),(335,51.33974596215562),(330,50),(325,51.33974596215561),(321.33974596215563,54.99999999999999)) -3207 ((329,70),(329.1339745962156,70.5),(329.5,70.86602540378443),(330,71),(330.5,70.86602540378443),(330.8660254037844,70.5),(331,70),(330.8660254037844,69.5),(330.5,69.13397459621557),(330,69),(329.5,69.13397459621557),(329.1339745962156,69.5)) -3208 ((328,80),(328.2679491924311,81),(329,81.73205080756888),(330,82),(331,81.73205080756888),(331.7320508075689,81),(332,80),(331.7320508075689,79),(331,78.26794919243112),(330,78),(329,78.26794919243112),(328.2679491924311,79)) -3209 ((327,90),(327.4019237886467,91.5),(328.5,92.59807621135332),(330,93),(331.5,92.59807621135332),(332.5980762113533,91.5),(333,90),(332.5980762113533,88.5),(331.5,87.40192378864668),(330,87),(328.5,87.40192378864668),(327.4019237886467,88.5)) -3210 ((326,100),(326.53589838486226,102),(328,103.46410161513775),(330,104),(332,103.46410161513775),(333.46410161513774,102),(334,100),(333.46410161513774,98),(332,96.53589838486225),(330,96),(328,96.53589838486225),(326.53589838486226,98)) -3211 ((325,110),(325.6698729810778,112.5),(327.5,114.3301270189222),(330,115),(332.5,114.3301270189222),(334.3301270189222,112.5),(335,110),(334.3301270189222,107.5),(332.5,105.6698729810778),(330,105),(327.5,105.6698729810778),(325.6698729810778,107.5)) -3212 ((324,120),(324.80384757729337,123),(327,125.19615242270663),(330,126),(333,125.19615242270663),(335.19615242270663,123),(336,120),(335.19615242270663,117),(333,114.80384757729337),(330,114),(327,114.80384757729337),(324.80384757729337,117)) -3213 ((323,130),(323.93782217350895,133.5),(326.5,136.06217782649108),(330,137),(333.5,136.06217782649108),(336.06217782649105,133.5),(337,130),(336.06217782649105,126.5),(333.5,123.93782217350893),(330,123),(326.5,123.93782217350892),(323.93782217350895,126.5)) -3214 ((322,140),(323.0717967697245,144),(326,146.9282032302755),(330,148),(334,146.9282032302755),(336.9282032302755,144),(338,140),(336.9282032302755,136),(334,133.0717967697245),(330,132),(326,133.0717967697245),(323.0717967697245,136)) -3215 ((321,150),(322.20577136594005,154.5),(325.5,157.79422863405995),(330,159),(334.5,157.79422863405995),(337.79422863405995,154.5),(339,150),(337.79422863405995,145.5),(334.5,142.20577136594005),(330,141),(325.5,142.20577136594005),(322.20577136594005,145.5)) -3216 ((320,160),(321.33974596215563,165),(325,168.6602540378444),(330,170),(335,168.6602540378444),(338.66025403784437,165),(340,160),(338.66025403784437,155),(335,151.3397459621556),(330,150),(325,151.3397459621556),(321.33974596215563,155)) -3217 ((329,170),(329.1339745962156,170.5),(329.5,170.86602540378445),(330,171),(330.5,170.86602540378445),(330.8660254037844,170.5),(331,170),(330.8660254037844,169.5),(330.5,169.13397459621555),(330,169),(329.5,169.13397459621555),(329.1339745962156,169.5)) -3218 ((328,180),(328.2679491924311,181),(329,181.73205080756887),(330,182),(331,181.73205080756887),(331.7320508075689,181),(332,180),(331.7320508075689,179),(331,178.26794919243113),(330,178),(329,178.26794919243113),(328.2679491924311,179)) -3219 ((327,190),(327.4019237886467,191.5),(328.5,192.59807621135332),(330,193),(331.5,192.59807621135332),(332.5980762113533,191.5),(333,190),(332.5980762113533,188.5),(331.5,187.40192378864668),(330,187),(328.5,187.40192378864668),(327.4019237886467,188.5)) -3220 ((326,200),(326.53589838486226,202),(328,203.46410161513776),(330,204),(332,203.46410161513776),(333.46410161513774,202),(334,200),(333.46410161513774,198),(332,196.53589838486224),(330,196),(328,196.53589838486224),(326.53589838486226,198)) -3221 ((325,210),(325.6698729810778,212.5),(327.5,214.33012701892218),(330,215),(332.5,214.33012701892218),(334.3301270189222,212.5),(335,210),(334.3301270189222,207.5),(332.5,205.66987298107782),(330,205),(327.5,205.66987298107782),(325.6698729810778,207.5)) -3222 ((324,220),(324.80384757729337,223),(327,225.19615242270663),(330,226),(333,225.19615242270663),(335.19615242270663,223),(336,220),(335.19615242270663,217),(333,214.80384757729337),(330,214),(327,214.80384757729337),(324.80384757729337,217)) -3223 ((323,230),(323.93782217350895,233.5),(326.5,236.06217782649108),(330,237),(333.5,236.06217782649108),(336.06217782649105,233.5),(337,230),(336.06217782649105,226.5),(333.5,223.93782217350892),(330,223),(326.5,223.93782217350892),(323.93782217350895,226.5)) -3224 ((322,240),(323.0717967697245,244),(326,246.9282032302755),(330,248),(334,246.9282032302755),(336.9282032302755,244),(338,240),(336.9282032302755,236),(334,233.0717967697245),(330,232),(326,233.0717967697245),(323.0717967697245,236)) -3225 ((321,250),(322.20577136594005,254.5),(325.5,257.79422863405995),(330,259),(334.5,257.79422863405995),(337.79422863405995,254.5),(339,250),(337.79422863405995,245.5),(334.5,242.20577136594005),(330,241),(325.5,242.20577136594005),(322.20577136594005,245.5)) -3226 ((320,260),(321.33974596215563,265),(325,268.66025403784437),(330,270),(335,268.66025403784437),(338.66025403784437,265),(340,260),(338.66025403784437,255),(335,251.3397459621556),(330,250),(325,251.3397459621556),(321.33974596215563,255)) -3227 ((329,270),(329.1339745962156,270.5),(329.5,270.8660254037844),(330,271),(330.5,270.8660254037844),(330.8660254037844,270.5),(331,270),(330.8660254037844,269.5),(330.5,269.1339745962156),(330,269),(329.5,269.1339745962156),(329.1339745962156,269.5)) -3228 ((328,280),(328.2679491924311,281),(329,281.7320508075689),(330,282),(331,281.7320508075689),(331.7320508075689,281),(332,280),(331.7320508075689,279),(331,278.2679491924311),(330,278),(329,278.2679491924311),(328.2679491924311,279)) -3229 ((327,290),(327.4019237886467,291.5),(328.5,292.5980762113533),(330,293),(331.5,292.5980762113533),(332.5980762113533,291.5),(333,290),(332.5980762113533,288.5),(331.5,287.4019237886467),(330,287),(328.5,287.4019237886467),(327.4019237886467,288.5)) -3230 ((326,300),(326.53589838486226,302),(328,303.46410161513774),(330,304),(332,303.46410161513774),(333.46410161513774,302),(334,300),(333.46410161513774,298),(332,296.53589838486226),(330,296),(328,296.53589838486226),(326.53589838486226,298)) -3231 ((325,310),(325.6698729810778,312.5),(327.5,314.3301270189222),(330,315),(332.5,314.3301270189222),(334.3301270189222,312.5),(335,310),(334.3301270189222,307.5),(332.5,305.6698729810778),(330,305),(327.5,305.6698729810778),(325.6698729810778,307.5)) -3232 ((324,320),(324.80384757729337,323),(327,325.19615242270663),(330,326),(333,325.19615242270663),(335.19615242270663,323),(336,320),(335.19615242270663,317),(333,314.80384757729337),(330,314),(327,314.80384757729337),(324.80384757729337,317)) -3233 ((323,330),(323.93782217350895,333.5),(326.5,336.06217782649105),(330,337),(333.5,336.06217782649105),(336.06217782649105,333.5),(337,330),(336.06217782649105,326.5),(333.5,323.93782217350895),(330,323),(326.5,323.93782217350895),(323.93782217350895,326.5)) -3234 ((322,340),(323.0717967697245,344),(326,346.9282032302755),(330,348),(334,346.9282032302755),(336.9282032302755,344),(338,340),(336.9282032302755,336),(334,333.0717967697245),(330,332),(326,333.0717967697245),(323.0717967697245,336)) -3235 ((321,350),(322.20577136594005,354.5),(325.5,357.79422863405995),(330,359),(334.5,357.79422863405995),(337.79422863405995,354.5),(339,350),(337.79422863405995,345.5),(334.5,342.20577136594005),(330,341),(325.5,342.20577136594005),(322.20577136594005,345.5)) -3236 ((320,360),(321.33974596215563,365),(325,368.66025403784437),(330,370),(335,368.66025403784437),(338.66025403784437,365),(340,360),(338.66025403784437,355),(335,351.33974596215563),(330,350),(325,351.33974596215563),(321.33974596215563,355)) -3237 ((329,370),(329.1339745962156,370.5),(329.5,370.8660254037844),(330,371),(330.5,370.8660254037844),(330.8660254037844,370.5),(331,370),(330.8660254037844,369.5),(330.5,369.1339745962156),(330,369),(329.5,369.1339745962156),(329.1339745962156,369.5)) -3238 ((328,380),(328.2679491924311,381),(329,381.7320508075689),(330,382),(331,381.7320508075689),(331.7320508075689,381),(332,380),(331.7320508075689,379),(331,378.2679491924311),(330,378),(329,378.2679491924311),(328.2679491924311,379)) -3239 ((327,390),(327.4019237886467,391.5),(328.5,392.5980762113533),(330,393),(331.5,392.5980762113533),(332.5980762113533,391.5),(333,390),(332.5980762113533,388.5),(331.5,387.4019237886467),(330,387),(328.5,387.4019237886467),(327.4019237886467,388.5)) -3240 ((326,400),(326.53589838486226,402),(328,403.46410161513774),(330,404),(332,403.46410161513774),(333.46410161513774,402),(334,400),(333.46410161513774,398),(332,396.53589838486226),(330,396),(328,396.53589838486226),(326.53589838486226,398)) -3241 ((325,410),(325.6698729810778,412.5),(327.5,414.3301270189222),(330,415),(332.5,414.3301270189222),(334.3301270189222,412.5),(335,410),(334.3301270189222,407.5),(332.5,405.6698729810778),(330,405),(327.5,405.6698729810778),(325.6698729810778,407.5)) -3242 ((324,420),(324.80384757729337,423),(327,425.19615242270663),(330,426),(333,425.19615242270663),(335.19615242270663,423),(336,420),(335.19615242270663,417),(333,414.80384757729337),(330,414),(327,414.80384757729337),(324.80384757729337,417)) -3243 ((323,430),(323.93782217350895,433.5),(326.5,436.06217782649105),(330,437),(333.5,436.06217782649105),(336.06217782649105,433.5),(337,430),(336.06217782649105,426.5),(333.5,423.93782217350895),(330,423),(326.5,423.93782217350895),(323.93782217350895,426.5)) -3244 ((322,440),(323.0717967697245,444),(326,446.9282032302755),(330,448),(334,446.9282032302755),(336.9282032302755,444),(338,440),(336.9282032302755,436),(334,433.0717967697245),(330,432),(326,433.0717967697245),(323.0717967697245,436)) -3245 ((321,450),(322.20577136594005,454.5),(325.5,457.79422863405995),(330,459),(334.5,457.79422863405995),(337.79422863405995,454.5),(339,450),(337.79422863405995,445.5),(334.5,442.20577136594005),(330,441),(325.5,442.20577136594005),(322.20577136594005,445.5)) -3246 ((320,460),(321.33974596215563,465),(325,468.66025403784437),(330,470),(335,468.66025403784437),(338.66025403784437,465),(340,460),(338.66025403784437,455),(335,451.33974596215563),(330,450),(325,451.33974596215563),(321.33974596215563,455)) -3247 ((329,470),(329.1339745962156,470.5),(329.5,470.8660254037844),(330,471),(330.5,470.8660254037844),(330.8660254037844,470.5),(331,470),(330.8660254037844,469.5),(330.5,469.1339745962156),(330,469),(329.5,469.1339745962156),(329.1339745962156,469.5)) -3248 ((328,480),(328.2679491924311,481),(329,481.7320508075689),(330,482),(331,481.7320508075689),(331.7320508075689,481),(332,480),(331.7320508075689,479),(331,478.2679491924311),(330,478),(329,478.2679491924311),(328.2679491924311,479)) -3249 ((327,490),(327.4019237886467,491.5),(328.5,492.5980762113533),(330,493),(331.5,492.5980762113533),(332.5980762113533,491.5),(333,490),(332.5980762113533,488.5),(331.5,487.4019237886467),(330,487),(328.5,487.4019237886467),(327.4019237886467,488.5)) -3250 ((326,500),(326.53589838486226,502),(328,503.46410161513774),(330,504),(332,503.46410161513774),(333.46410161513774,502),(334,500),(333.46410161513774,498),(332,496.53589838486226),(330,496),(328,496.53589838486226),(326.53589838486226,498)) -3251 ((325,510),(325.6698729810778,512.5),(327.5,514.3301270189222),(330,515),(332.5,514.3301270189222),(334.3301270189222,512.5),(335,510),(334.3301270189222,507.5),(332.5,505.6698729810778),(330,505),(327.5,505.6698729810778),(325.6698729810778,507.5)) -3252 ((324,520),(324.80384757729337,523),(327,525.1961524227066),(330,526),(333,525.1961524227066),(335.19615242270663,523),(336,520),(335.19615242270663,517),(333,514.8038475772934),(330,514),(327,514.8038475772934),(324.80384757729337,517)) -3253 ((323,530),(323.93782217350895,533.5),(326.5,536.062177826491),(330,537),(333.5,536.062177826491),(336.06217782649105,533.5),(337,530),(336.06217782649105,526.5),(333.5,523.937822173509),(330,523),(326.5,523.937822173509),(323.93782217350895,526.5)) -3254 ((322,540),(323.0717967697245,544),(326,546.9282032302755),(330,548),(334,546.9282032302755),(336.9282032302755,544),(338,540),(336.9282032302755,536),(334,533.0717967697245),(330,532),(326,533.0717967697245),(323.0717967697245,536)) -3255 ((321,550),(322.20577136594005,554.5),(325.5,557.7942286340599),(330,559),(334.5,557.7942286340599),(337.79422863405995,554.5),(339,550),(337.79422863405995,545.5),(334.5,542.2057713659401),(330,541),(325.5,542.20577136594),(322.20577136594005,545.5)) -3256 ((320,560),(321.33974596215563,565),(325,568.6602540378444),(330,570),(335,568.6602540378444),(338.66025403784437,565),(340,560),(338.66025403784437,555),(335,551.3397459621556),(330,550),(325,551.3397459621556),(321.33974596215563,555)) -3257 ((329,570),(329.1339745962156,570.5),(329.5,570.8660254037844),(330,571),(330.5,570.8660254037844),(330.8660254037844,570.5),(331,570),(330.8660254037844,569.5),(330.5,569.1339745962156),(330,569),(329.5,569.1339745962156),(329.1339745962156,569.5)) -3258 ((328,580),(328.2679491924311,581),(329,581.7320508075688),(330,582),(331,581.7320508075688),(331.7320508075689,581),(332,580),(331.7320508075689,579),(331,578.2679491924312),(330,578),(329,578.2679491924312),(328.2679491924311,579)) -3259 ((327,590),(327.4019237886467,591.5),(328.5,592.5980762113534),(330,593),(331.5,592.5980762113534),(332.5980762113533,591.5),(333,590),(332.5980762113533,588.5),(331.5,587.4019237886467),(330,587),(328.5,587.4019237886466),(327.4019237886467,588.5)) -3260 ((326,600),(326.53589838486226,602),(328,603.4641016151378),(330,604),(332,603.4641016151378),(333.46410161513774,602),(334,600),(333.46410161513774,598),(332,596.5358983848622),(330,596),(328,596.5358983848622),(326.53589838486226,598)) -3261 ((325,610),(325.6698729810778,612.5),(327.5,614.3301270189222),(330,615),(332.5,614.3301270189222),(334.3301270189222,612.5),(335,610),(334.3301270189222,607.5),(332.5,605.6698729810778),(330,605),(327.5,605.6698729810778),(325.6698729810778,607.5)) -3262 ((324,620),(324.80384757729337,623),(327,625.1961524227066),(330,626),(333,625.1961524227066),(335.19615242270663,623),(336,620),(335.19615242270663,617),(333,614.8038475772934),(330,614),(327,614.8038475772934),(324.80384757729337,617)) -3263 ((323,630),(323.93782217350895,633.5),(326.5,636.062177826491),(330,637),(333.5,636.062177826491),(336.06217782649105,633.5),(337,630),(336.06217782649105,626.5),(333.5,623.937822173509),(330,623),(326.5,623.937822173509),(323.93782217350895,626.5)) -3264 ((322,640),(323.0717967697245,644),(326,646.9282032302755),(330,648),(334,646.9282032302755),(336.9282032302755,644),(338,640),(336.9282032302755,636),(334,633.0717967697245),(330,632),(326,633.0717967697245),(323.0717967697245,636)) -3265 ((321,650),(322.20577136594005,654.5),(325.5,657.7942286340599),(330,659),(334.5,657.7942286340599),(337.79422863405995,654.5),(339,650),(337.79422863405995,645.5),(334.5,642.2057713659401),(330,641),(325.5,642.20577136594),(322.20577136594005,645.5)) -3266 ((320,660),(321.33974596215563,665),(325,668.6602540378444),(330,670),(335,668.6602540378444),(338.66025403784437,665),(340,660),(338.66025403784437,655),(335,651.3397459621556),(330,650),(325,651.3397459621556),(321.33974596215563,655)) -3267 ((329,670),(329.1339745962156,670.5),(329.5,670.8660254037844),(330,671),(330.5,670.8660254037844),(330.8660254037844,670.5),(331,670),(330.8660254037844,669.5),(330.5,669.1339745962156),(330,669),(329.5,669.1339745962156),(329.1339745962156,669.5)) -3268 ((328,680),(328.2679491924311,681),(329,681.7320508075688),(330,682),(331,681.7320508075688),(331.7320508075689,681),(332,680),(331.7320508075689,679),(331,678.2679491924312),(330,678),(329,678.2679491924312),(328.2679491924311,679)) -3269 ((327,690),(327.4019237886467,691.5),(328.5,692.5980762113534),(330,693),(331.5,692.5980762113534),(332.5980762113533,691.5),(333,690),(332.5980762113533,688.5),(331.5,687.4019237886467),(330,687),(328.5,687.4019237886466),(327.4019237886467,688.5)) -3270 ((326,700),(326.53589838486226,702),(328,703.4641016151378),(330,704),(332,703.4641016151378),(333.46410161513774,702),(334,700),(333.46410161513774,698),(332,696.5358983848622),(330,696),(328,696.5358983848622),(326.53589838486226,698)) -3271 ((325,710),(325.6698729810778,712.5),(327.5,714.3301270189222),(330,715),(332.5,714.3301270189222),(334.3301270189222,712.5),(335,710),(334.3301270189222,707.5),(332.5,705.6698729810778),(330,705),(327.5,705.6698729810778),(325.6698729810778,707.5)) -3272 ((324,720),(324.80384757729337,723),(327,725.1961524227066),(330,726),(333,725.1961524227066),(335.19615242270663,723),(336,720),(335.19615242270663,717),(333,714.8038475772934),(330,714),(327,714.8038475772934),(324.80384757729337,717)) -3273 ((323,730),(323.93782217350895,733.5),(326.5,736.062177826491),(330,737),(333.5,736.062177826491),(336.06217782649105,733.5),(337,730),(336.06217782649105,726.5),(333.5,723.937822173509),(330,723),(326.5,723.937822173509),(323.93782217350895,726.5)) -3274 ((322,740),(323.0717967697245,744),(326,746.9282032302755),(330,748),(334,746.9282032302755),(336.9282032302755,744),(338,740),(336.9282032302755,736),(334,733.0717967697245),(330,732),(326,733.0717967697245),(323.0717967697245,736)) -3275 ((321,750),(322.20577136594005,754.5),(325.5,757.7942286340599),(330,759),(334.5,757.7942286340599),(337.79422863405995,754.5),(339,750),(337.79422863405995,745.5),(334.5,742.2057713659401),(330,741),(325.5,742.20577136594),(322.20577136594005,745.5)) -3276 ((320,760),(321.33974596215563,765),(325,768.6602540378444),(330,770),(335,768.6602540378444),(338.66025403784437,765),(340,760),(338.66025403784437,755),(335,751.3397459621556),(330,750),(325,751.3397459621556),(321.33974596215563,755)) -3277 ((329,770),(329.1339745962156,770.5),(329.5,770.8660254037844),(330,771),(330.5,770.8660254037844),(330.8660254037844,770.5),(331,770),(330.8660254037844,769.5),(330.5,769.1339745962156),(330,769),(329.5,769.1339745962156),(329.1339745962156,769.5)) -3278 ((328,780),(328.2679491924311,781),(329,781.7320508075688),(330,782),(331,781.7320508075688),(331.7320508075689,781),(332,780),(331.7320508075689,779),(331,778.2679491924312),(330,778),(329,778.2679491924312),(328.2679491924311,779)) -3279 ((327,790),(327.4019237886467,791.5),(328.5,792.5980762113534),(330,793),(331.5,792.5980762113534),(332.5980762113533,791.5),(333,790),(332.5980762113533,788.5),(331.5,787.4019237886467),(330,787),(328.5,787.4019237886466),(327.4019237886467,788.5)) -3280 ((326,800),(326.53589838486226,802),(328,803.4641016151378),(330,804),(332,803.4641016151378),(333.46410161513774,802),(334,800),(333.46410161513774,798),(332,796.5358983848622),(330,796),(328,796.5358983848622),(326.53589838486226,798)) -3281 ((325,810),(325.6698729810778,812.5),(327.5,814.3301270189222),(330,815),(332.5,814.3301270189222),(334.3301270189222,812.5),(335,810),(334.3301270189222,807.5),(332.5,805.6698729810778),(330,805),(327.5,805.6698729810778),(325.6698729810778,807.5)) -3282 ((324,820),(324.80384757729337,823),(327,825.1961524227066),(330,826),(333,825.1961524227066),(335.19615242270663,823),(336,820),(335.19615242270663,817),(333,814.8038475772934),(330,814),(327,814.8038475772934),(324.80384757729337,817)) -3283 ((323,830),(323.93782217350895,833.5),(326.5,836.062177826491),(330,837),(333.5,836.062177826491),(336.06217782649105,833.5),(337,830),(336.06217782649105,826.5),(333.5,823.937822173509),(330,823),(326.5,823.937822173509),(323.93782217350895,826.5)) -3284 ((322,840),(323.0717967697245,844),(326,846.9282032302755),(330,848),(334,846.9282032302755),(336.9282032302755,844),(338,840),(336.9282032302755,836),(334,833.0717967697245),(330,832),(326,833.0717967697245),(323.0717967697245,836)) -3285 ((321,850),(322.20577136594005,854.5),(325.5,857.7942286340599),(330,859),(334.5,857.7942286340599),(337.79422863405995,854.5),(339,850),(337.79422863405995,845.5),(334.5,842.2057713659401),(330,841),(325.5,842.20577136594),(322.20577136594005,845.5)) -3286 ((320,860),(321.33974596215563,865),(325,868.6602540378444),(330,870),(335,868.6602540378444),(338.66025403784437,865),(340,860),(338.66025403784437,855),(335,851.3397459621556),(330,850),(325,851.3397459621556),(321.33974596215563,855)) -3287 ((329,870),(329.1339745962156,870.5),(329.5,870.8660254037844),(330,871),(330.5,870.8660254037844),(330.8660254037844,870.5),(331,870),(330.8660254037844,869.5),(330.5,869.1339745962156),(330,869),(329.5,869.1339745962156),(329.1339745962156,869.5)) -3288 ((328,880),(328.2679491924311,881),(329,881.7320508075688),(330,882),(331,881.7320508075688),(331.7320508075689,881),(332,880),(331.7320508075689,879),(331,878.2679491924312),(330,878),(329,878.2679491924312),(328.2679491924311,879)) -3289 ((327,890),(327.4019237886467,891.5),(328.5,892.5980762113534),(330,893),(331.5,892.5980762113534),(332.5980762113533,891.5),(333,890),(332.5980762113533,888.5),(331.5,887.4019237886467),(330,887),(328.5,887.4019237886466),(327.4019237886467,888.5)) -3290 ((326,900),(326.53589838486226,902),(328,903.4641016151378),(330,904),(332,903.4641016151378),(333.46410161513774,902),(334,900),(333.46410161513774,898),(332,896.5358983848622),(330,896),(328,896.5358983848622),(326.53589838486226,898)) -3291 ((325,910),(325.6698729810778,912.5),(327.5,914.3301270189222),(330,915),(332.5,914.3301270189222),(334.3301270189222,912.5),(335,910),(334.3301270189222,907.5),(332.5,905.6698729810778),(330,905),(327.5,905.6698729810778),(325.6698729810778,907.5)) -3292 ((324,920),(324.80384757729337,923),(327,925.1961524227066),(330,926),(333,925.1961524227066),(335.19615242270663,923),(336,920),(335.19615242270663,917),(333,914.8038475772934),(330,914),(327,914.8038475772934),(324.80384757729337,917)) -3293 ((323,930),(323.93782217350895,933.5),(326.5,936.062177826491),(330,937),(333.5,936.062177826491),(336.06217782649105,933.5),(337,930),(336.06217782649105,926.5),(333.5,923.937822173509),(330,923),(326.5,923.937822173509),(323.93782217350895,926.5)) -3294 ((322,940),(323.0717967697245,944),(326,946.9282032302755),(330,948),(334,946.9282032302755),(336.9282032302755,944),(338,940),(336.9282032302755,936),(334,933.0717967697245),(330,932),(326,933.0717967697245),(323.0717967697245,936)) -3295 ((321,950),(322.20577136594005,954.5),(325.5,957.7942286340599),(330,959),(334.5,957.7942286340599),(337.79422863405995,954.5),(339,950),(337.79422863405995,945.5),(334.5,942.2057713659401),(330,941),(325.5,942.20577136594),(322.20577136594005,945.5)) -3296 ((320,960),(321.33974596215563,965),(325,968.6602540378444),(330,970),(335,968.6602540378444),(338.66025403784437,965),(340,960),(338.66025403784437,955),(335,951.3397459621556),(330,950),(325,951.3397459621556),(321.33974596215563,955)) -3297 ((329,970),(329.1339745962156,970.5),(329.5,970.8660254037844),(330,971),(330.5,970.8660254037844),(330.8660254037844,970.5),(331,970),(330.8660254037844,969.5),(330.5,969.1339745962156),(330,969),(329.5,969.1339745962156),(329.1339745962156,969.5)) -3298 ((328,980),(328.2679491924311,981),(329,981.7320508075688),(330,982),(331,981.7320508075688),(331.7320508075689,981),(332,980),(331.7320508075689,979),(331,978.2679491924312),(330,978),(329,978.2679491924312),(328.2679491924311,979)) -3299 ((327,990),(327.4019237886467,991.5),(328.5,992.5980762113534),(330,993),(331.5,992.5980762113534),(332.5980762113533,991.5),(333,990),(332.5980762113533,988.5),(331.5,987.4019237886467),(330,987),(328.5,987.4019237886466),(327.4019237886467,988.5)) -3300 ((326,1000),(326.53589838486226,1002),(328,1003.4641016151378),(330,1004),(332,1003.4641016151378),(333.46410161513774,1002),(334,1000),(333.46410161513774,998),(332,996.5358983848622),(330,996),(328,996.5358983848622),(326.53589838486226,998)) -3301 ((334,10),(334.80384757729337,13),(337,15.196152422706632),(340,16),(343,15.196152422706632),(345.19615242270663,13.000000000000002),(346,10),(345.19615242270663,7.000000000000002),(343,4.803847577293369),(340,4),(337,4.803847577293366),(334.80384757729337,6.999999999999997)) -3302 ((333,20),(333.93782217350895,23.5),(336.5,26.06217782649107),(340,27),(343.5,26.062177826491073),(346.06217782649105,23.500000000000004),(347,20),(346.06217782649105,16.5),(343.5,13.93782217350893),(340,13),(336.5,13.937822173508927),(333.93782217350895,16.499999999999996)) -3303 ((332,30),(333.0717967697245,34),(336,36.92820323027551),(340,38),(344,36.92820323027551),(346.9282032302755,34),(348,30),(346.9282032302755,26.000000000000004),(344,23.071796769724493),(340,22),(336,23.071796769724486),(333.0717967697245,25.999999999999996)) -3304 ((331,40),(332.20577136594005,44.5),(335.5,47.79422863405995),(340,49),(344.5,47.79422863405995),(347.79422863405995,44.5),(349,40),(347.79422863405995,35.5),(344.5,32.20577136594005),(340,31),(335.5,32.20577136594005),(332.20577136594005,35.5)) -3305 ((330,50),(331.33974596215563,55),(335,58.66025403784438),(340,60),(345,58.66025403784439),(348.66025403784437,55),(350,50),(348.66025403784437,45),(345,41.33974596215562),(340,40),(335,41.33974596215561),(331.33974596215563,44.99999999999999)) -3306 ((339,60),(339.1339745962156,60.5),(339.5,60.86602540378444),(340,61),(340.5,60.86602540378444),(340.8660254037844,60.5),(341,60),(340.8660254037844,59.5),(340.5,59.13397459621556),(340,59),(339.5,59.13397459621556),(339.1339745962156,59.5)) -3307 ((338,70),(338.2679491924311,71),(339,71.73205080756888),(340,72),(341,71.73205080756888),(341.7320508075689,71),(342,70),(341.7320508075689,69),(341,68.26794919243112),(340,68),(339,68.26794919243112),(338.2679491924311,69)) -3308 ((337,80),(337.4019237886467,81.5),(338.5,82.59807621135332),(340,83),(341.5,82.59807621135332),(342.5980762113533,81.5),(343,80),(342.5980762113533,78.5),(341.5,77.40192378864668),(340,77),(338.5,77.40192378864668),(337.4019237886467,78.5)) -3309 ((336,90),(336.53589838486226,92),(338,93.46410161513775),(340,94),(342,93.46410161513775),(343.46410161513774,92),(344,90),(343.46410161513774,88),(342,86.53589838486225),(340,86),(338,86.53589838486225),(336.53589838486226,88)) -3310 ((335,100),(335.6698729810778,102.5),(337.5,104.3301270189222),(340,105),(342.5,104.3301270189222),(344.3301270189222,102.5),(345,100),(344.3301270189222,97.5),(342.5,95.6698729810778),(340,95),(337.5,95.6698729810778),(335.6698729810778,97.5)) -3311 ((334,110),(334.80384757729337,113),(337,115.19615242270663),(340,116),(343,115.19615242270663),(345.19615242270663,113),(346,110),(345.19615242270663,107),(343,104.80384757729337),(340,104),(337,104.80384757729337),(334.80384757729337,107)) -3312 ((333,120),(333.93782217350895,123.5),(336.5,126.06217782649107),(340,127),(343.5,126.06217782649107),(346.06217782649105,123.5),(347,120),(346.06217782649105,116.5),(343.5,113.93782217350893),(340,113),(336.5,113.93782217350892),(333.93782217350895,116.5)) -3313 ((332,130),(333.0717967697245,134),(336,136.9282032302755),(340,138),(344,136.9282032302755),(346.9282032302755,134),(348,130),(346.9282032302755,126),(344,123.07179676972449),(340,122),(336,123.07179676972449),(333.0717967697245,126)) -3314 ((331,140),(332.20577136594005,144.5),(335.5,147.79422863405995),(340,149),(344.5,147.79422863405995),(347.79422863405995,144.5),(349,140),(347.79422863405995,135.5),(344.5,132.20577136594005),(340,131),(335.5,132.20577136594005),(332.20577136594005,135.5)) -3315 ((330,150),(331.33974596215563,155),(335,158.6602540378444),(340,160),(345,158.6602540378444),(348.66025403784437,155),(350,150),(348.66025403784437,145),(345,141.3397459621556),(340,140),(335,141.3397459621556),(331.33974596215563,145)) -3316 ((339,160),(339.1339745962156,160.5),(339.5,160.86602540378445),(340,161),(340.5,160.86602540378445),(340.8660254037844,160.5),(341,160),(340.8660254037844,159.5),(340.5,159.13397459621555),(340,159),(339.5,159.13397459621555),(339.1339745962156,159.5)) -3317 ((338,170),(338.2679491924311,171),(339,171.73205080756887),(340,172),(341,171.73205080756887),(341.7320508075689,171),(342,170),(341.7320508075689,169),(341,168.26794919243113),(340,168),(339,168.26794919243113),(338.2679491924311,169)) -3318 ((337,180),(337.4019237886467,181.5),(338.5,182.59807621135332),(340,183),(341.5,182.59807621135332),(342.5980762113533,181.5),(343,180),(342.5980762113533,178.5),(341.5,177.40192378864668),(340,177),(338.5,177.40192378864668),(337.4019237886467,178.5)) -3319 ((336,190),(336.53589838486226,192),(338,193.46410161513776),(340,194),(342,193.46410161513776),(343.46410161513774,192),(344,190),(343.46410161513774,188),(342,186.53589838486224),(340,186),(338,186.53589838486224),(336.53589838486226,188)) -3320 ((335,200),(335.6698729810778,202.5),(337.5,204.33012701892218),(340,205),(342.5,204.33012701892218),(344.3301270189222,202.5),(345,200),(344.3301270189222,197.5),(342.5,195.66987298107782),(340,195),(337.5,195.66987298107782),(335.6698729810778,197.5)) -3321 ((334,210),(334.80384757729337,213),(337,215.19615242270663),(340,216),(343,215.19615242270663),(345.19615242270663,213),(346,210),(345.19615242270663,207),(343,204.80384757729337),(340,204),(337,204.80384757729337),(334.80384757729337,207)) -3322 ((333,220),(333.93782217350895,223.5),(336.5,226.06217782649108),(340,227),(343.5,226.06217782649108),(346.06217782649105,223.5),(347,220),(346.06217782649105,216.5),(343.5,213.93782217350892),(340,213),(336.5,213.93782217350892),(333.93782217350895,216.5)) -3323 ((332,230),(333.0717967697245,234),(336,236.9282032302755),(340,238),(344,236.9282032302755),(346.9282032302755,234),(348,230),(346.9282032302755,226),(344,223.0717967697245),(340,222),(336,223.0717967697245),(333.0717967697245,226)) -3324 ((331,240),(332.20577136594005,244.5),(335.5,247.79422863405995),(340,249),(344.5,247.79422863405995),(347.79422863405995,244.5),(349,240),(347.79422863405995,235.5),(344.5,232.20577136594005),(340,231),(335.5,232.20577136594005),(332.20577136594005,235.5)) -3325 ((330,250),(331.33974596215563,255),(335,258.66025403784437),(340,260),(345,258.66025403784437),(348.66025403784437,255),(350,250),(348.66025403784437,245),(345,241.3397459621556),(340,240),(335,241.3397459621556),(331.33974596215563,245)) -3326 ((339,260),(339.1339745962156,260.5),(339.5,260.8660254037844),(340,261),(340.5,260.8660254037844),(340.8660254037844,260.5),(341,260),(340.8660254037844,259.5),(340.5,259.1339745962156),(340,259),(339.5,259.1339745962156),(339.1339745962156,259.5)) -3327 ((338,270),(338.2679491924311,271),(339,271.7320508075689),(340,272),(341,271.7320508075689),(341.7320508075689,271),(342,270),(341.7320508075689,269),(341,268.2679491924311),(340,268),(339,268.2679491924311),(338.2679491924311,269)) -3328 ((337,280),(337.4019237886467,281.5),(338.5,282.5980762113533),(340,283),(341.5,282.5980762113533),(342.5980762113533,281.5),(343,280),(342.5980762113533,278.5),(341.5,277.4019237886467),(340,277),(338.5,277.4019237886467),(337.4019237886467,278.5)) -3329 ((336,290),(336.53589838486226,292),(338,293.46410161513774),(340,294),(342,293.46410161513774),(343.46410161513774,292),(344,290),(343.46410161513774,288),(342,286.53589838486226),(340,286),(338,286.53589838486226),(336.53589838486226,288)) -3330 ((335,300),(335.6698729810778,302.5),(337.5,304.3301270189222),(340,305),(342.5,304.3301270189222),(344.3301270189222,302.5),(345,300),(344.3301270189222,297.5),(342.5,295.6698729810778),(340,295),(337.5,295.6698729810778),(335.6698729810778,297.5)) -3331 ((334,310),(334.80384757729337,313),(337,315.19615242270663),(340,316),(343,315.19615242270663),(345.19615242270663,313),(346,310),(345.19615242270663,307),(343,304.80384757729337),(340,304),(337,304.80384757729337),(334.80384757729337,307)) -3332 ((333,320),(333.93782217350895,323.5),(336.5,326.06217782649105),(340,327),(343.5,326.06217782649105),(346.06217782649105,323.5),(347,320),(346.06217782649105,316.5),(343.5,313.93782217350895),(340,313),(336.5,313.93782217350895),(333.93782217350895,316.5)) -3333 ((332,330),(333.0717967697245,334),(336,336.9282032302755),(340,338),(344,336.9282032302755),(346.9282032302755,334),(348,330),(346.9282032302755,326),(344,323.0717967697245),(340,322),(336,323.0717967697245),(333.0717967697245,326)) -3334 ((331,340),(332.20577136594005,344.5),(335.5,347.79422863405995),(340,349),(344.5,347.79422863405995),(347.79422863405995,344.5),(349,340),(347.79422863405995,335.5),(344.5,332.20577136594005),(340,331),(335.5,332.20577136594005),(332.20577136594005,335.5)) -3335 ((330,350),(331.33974596215563,355),(335,358.66025403784437),(340,360),(345,358.66025403784437),(348.66025403784437,355),(350,350),(348.66025403784437,345),(345,341.33974596215563),(340,340),(335,341.33974596215563),(331.33974596215563,345)) -3336 ((339,360),(339.1339745962156,360.5),(339.5,360.8660254037844),(340,361),(340.5,360.8660254037844),(340.8660254037844,360.5),(341,360),(340.8660254037844,359.5),(340.5,359.1339745962156),(340,359),(339.5,359.1339745962156),(339.1339745962156,359.5)) -3337 ((338,370),(338.2679491924311,371),(339,371.7320508075689),(340,372),(341,371.7320508075689),(341.7320508075689,371),(342,370),(341.7320508075689,369),(341,368.2679491924311),(340,368),(339,368.2679491924311),(338.2679491924311,369)) -3338 ((337,380),(337.4019237886467,381.5),(338.5,382.5980762113533),(340,383),(341.5,382.5980762113533),(342.5980762113533,381.5),(343,380),(342.5980762113533,378.5),(341.5,377.4019237886467),(340,377),(338.5,377.4019237886467),(337.4019237886467,378.5)) -3339 ((336,390),(336.53589838486226,392),(338,393.46410161513774),(340,394),(342,393.46410161513774),(343.46410161513774,392),(344,390),(343.46410161513774,388),(342,386.53589838486226),(340,386),(338,386.53589838486226),(336.53589838486226,388)) -3340 ((335,400),(335.6698729810778,402.5),(337.5,404.3301270189222),(340,405),(342.5,404.3301270189222),(344.3301270189222,402.5),(345,400),(344.3301270189222,397.5),(342.5,395.6698729810778),(340,395),(337.5,395.6698729810778),(335.6698729810778,397.5)) -3341 ((334,410),(334.80384757729337,413),(337,415.19615242270663),(340,416),(343,415.19615242270663),(345.19615242270663,413),(346,410),(345.19615242270663,407),(343,404.80384757729337),(340,404),(337,404.80384757729337),(334.80384757729337,407)) -3342 ((333,420),(333.93782217350895,423.5),(336.5,426.06217782649105),(340,427),(343.5,426.06217782649105),(346.06217782649105,423.5),(347,420),(346.06217782649105,416.5),(343.5,413.93782217350895),(340,413),(336.5,413.93782217350895),(333.93782217350895,416.5)) -3343 ((332,430),(333.0717967697245,434),(336,436.9282032302755),(340,438),(344,436.9282032302755),(346.9282032302755,434),(348,430),(346.9282032302755,426),(344,423.0717967697245),(340,422),(336,423.0717967697245),(333.0717967697245,426)) -3344 ((331,440),(332.20577136594005,444.5),(335.5,447.79422863405995),(340,449),(344.5,447.79422863405995),(347.79422863405995,444.5),(349,440),(347.79422863405995,435.5),(344.5,432.20577136594005),(340,431),(335.5,432.20577136594005),(332.20577136594005,435.5)) -3345 ((330,450),(331.33974596215563,455),(335,458.66025403784437),(340,460),(345,458.66025403784437),(348.66025403784437,455),(350,450),(348.66025403784437,445),(345,441.33974596215563),(340,440),(335,441.33974596215563),(331.33974596215563,445)) -3346 ((339,460),(339.1339745962156,460.5),(339.5,460.8660254037844),(340,461),(340.5,460.8660254037844),(340.8660254037844,460.5),(341,460),(340.8660254037844,459.5),(340.5,459.1339745962156),(340,459),(339.5,459.1339745962156),(339.1339745962156,459.5)) -3347 ((338,470),(338.2679491924311,471),(339,471.7320508075689),(340,472),(341,471.7320508075689),(341.7320508075689,471),(342,470),(341.7320508075689,469),(341,468.2679491924311),(340,468),(339,468.2679491924311),(338.2679491924311,469)) -3348 ((337,480),(337.4019237886467,481.5),(338.5,482.5980762113533),(340,483),(341.5,482.5980762113533),(342.5980762113533,481.5),(343,480),(342.5980762113533,478.5),(341.5,477.4019237886467),(340,477),(338.5,477.4019237886467),(337.4019237886467,478.5)) -3349 ((336,490),(336.53589838486226,492),(338,493.46410161513774),(340,494),(342,493.46410161513774),(343.46410161513774,492),(344,490),(343.46410161513774,488),(342,486.53589838486226),(340,486),(338,486.53589838486226),(336.53589838486226,488)) -3350 ((335,500),(335.6698729810778,502.5),(337.5,504.3301270189222),(340,505),(342.5,504.3301270189222),(344.3301270189222,502.5),(345,500),(344.3301270189222,497.5),(342.5,495.6698729810778),(340,495),(337.5,495.6698729810778),(335.6698729810778,497.5)) -3351 ((334,510),(334.80384757729337,513),(337,515.1961524227066),(340,516),(343,515.1961524227066),(345.19615242270663,513),(346,510),(345.19615242270663,507),(343,504.80384757729337),(340,504),(337,504.80384757729337),(334.80384757729337,507)) -3352 ((333,520),(333.93782217350895,523.5),(336.5,526.062177826491),(340,527),(343.5,526.062177826491),(346.06217782649105,523.5),(347,520),(346.06217782649105,516.5),(343.5,513.937822173509),(340,513),(336.5,513.937822173509),(333.93782217350895,516.5)) -3353 ((332,530),(333.0717967697245,534),(336,536.9282032302755),(340,538),(344,536.9282032302755),(346.9282032302755,534),(348,530),(346.9282032302755,526),(344,523.0717967697245),(340,522),(336,523.0717967697245),(333.0717967697245,526)) -3354 ((331,540),(332.20577136594005,544.5),(335.5,547.7942286340599),(340,549),(344.5,547.7942286340599),(347.79422863405995,544.5),(349,540),(347.79422863405995,535.5),(344.5,532.2057713659401),(340,531),(335.5,532.20577136594),(332.20577136594005,535.5)) -3355 ((330,550),(331.33974596215563,555),(335,558.6602540378444),(340,560),(345,558.6602540378444),(348.66025403784437,555),(350,550),(348.66025403784437,545),(345,541.3397459621556),(340,540),(335,541.3397459621556),(331.33974596215563,545)) -3356 ((339,560),(339.1339745962156,560.5),(339.5,560.8660254037844),(340,561),(340.5,560.8660254037844),(340.8660254037844,560.5),(341,560),(340.8660254037844,559.5),(340.5,559.1339745962156),(340,559),(339.5,559.1339745962156),(339.1339745962156,559.5)) -3357 ((338,570),(338.2679491924311,571),(339,571.7320508075688),(340,572),(341,571.7320508075688),(341.7320508075689,571),(342,570),(341.7320508075689,569),(341,568.2679491924312),(340,568),(339,568.2679491924312),(338.2679491924311,569)) -3358 ((337,580),(337.4019237886467,581.5),(338.5,582.5980762113534),(340,583),(341.5,582.5980762113534),(342.5980762113533,581.5),(343,580),(342.5980762113533,578.5),(341.5,577.4019237886467),(340,577),(338.5,577.4019237886466),(337.4019237886467,578.5)) -3359 ((336,590),(336.53589838486226,592),(338,593.4641016151378),(340,594),(342,593.4641016151378),(343.46410161513774,592),(344,590),(343.46410161513774,588),(342,586.5358983848622),(340,586),(338,586.5358983848622),(336.53589838486226,588)) -3360 ((335,600),(335.6698729810778,602.5),(337.5,604.3301270189222),(340,605),(342.5,604.3301270189222),(344.3301270189222,602.5),(345,600),(344.3301270189222,597.5),(342.5,595.6698729810778),(340,595),(337.5,595.6698729810778),(335.6698729810778,597.5)) -3361 ((334,610),(334.80384757729337,613),(337,615.1961524227066),(340,616),(343,615.1961524227066),(345.19615242270663,613),(346,610),(345.19615242270663,607),(343,604.8038475772934),(340,604),(337,604.8038475772934),(334.80384757729337,607)) -3362 ((333,620),(333.93782217350895,623.5),(336.5,626.062177826491),(340,627),(343.5,626.062177826491),(346.06217782649105,623.5),(347,620),(346.06217782649105,616.5),(343.5,613.937822173509),(340,613),(336.5,613.937822173509),(333.93782217350895,616.5)) -3363 ((332,630),(333.0717967697245,634),(336,636.9282032302755),(340,638),(344,636.9282032302755),(346.9282032302755,634),(348,630),(346.9282032302755,626),(344,623.0717967697245),(340,622),(336,623.0717967697245),(333.0717967697245,626)) -3364 ((331,640),(332.20577136594005,644.5),(335.5,647.7942286340599),(340,649),(344.5,647.7942286340599),(347.79422863405995,644.5),(349,640),(347.79422863405995,635.5),(344.5,632.2057713659401),(340,631),(335.5,632.20577136594),(332.20577136594005,635.5)) -3365 ((330,650),(331.33974596215563,655),(335,658.6602540378444),(340,660),(345,658.6602540378444),(348.66025403784437,655),(350,650),(348.66025403784437,645),(345,641.3397459621556),(340,640),(335,641.3397459621556),(331.33974596215563,645)) -3366 ((339,660),(339.1339745962156,660.5),(339.5,660.8660254037844),(340,661),(340.5,660.8660254037844),(340.8660254037844,660.5),(341,660),(340.8660254037844,659.5),(340.5,659.1339745962156),(340,659),(339.5,659.1339745962156),(339.1339745962156,659.5)) -3367 ((338,670),(338.2679491924311,671),(339,671.7320508075688),(340,672),(341,671.7320508075688),(341.7320508075689,671),(342,670),(341.7320508075689,669),(341,668.2679491924312),(340,668),(339,668.2679491924312),(338.2679491924311,669)) -3368 ((337,680),(337.4019237886467,681.5),(338.5,682.5980762113534),(340,683),(341.5,682.5980762113534),(342.5980762113533,681.5),(343,680),(342.5980762113533,678.5),(341.5,677.4019237886467),(340,677),(338.5,677.4019237886466),(337.4019237886467,678.5)) -3369 ((336,690),(336.53589838486226,692),(338,693.4641016151378),(340,694),(342,693.4641016151378),(343.46410161513774,692),(344,690),(343.46410161513774,688),(342,686.5358983848622),(340,686),(338,686.5358983848622),(336.53589838486226,688)) -3370 ((335,700),(335.6698729810778,702.5),(337.5,704.3301270189222),(340,705),(342.5,704.3301270189222),(344.3301270189222,702.5),(345,700),(344.3301270189222,697.5),(342.5,695.6698729810778),(340,695),(337.5,695.6698729810778),(335.6698729810778,697.5)) -3371 ((334,710),(334.80384757729337,713),(337,715.1961524227066),(340,716),(343,715.1961524227066),(345.19615242270663,713),(346,710),(345.19615242270663,707),(343,704.8038475772934),(340,704),(337,704.8038475772934),(334.80384757729337,707)) -3372 ((333,720),(333.93782217350895,723.5),(336.5,726.062177826491),(340,727),(343.5,726.062177826491),(346.06217782649105,723.5),(347,720),(346.06217782649105,716.5),(343.5,713.937822173509),(340,713),(336.5,713.937822173509),(333.93782217350895,716.5)) -3373 ((332,730),(333.0717967697245,734),(336,736.9282032302755),(340,738),(344,736.9282032302755),(346.9282032302755,734),(348,730),(346.9282032302755,726),(344,723.0717967697245),(340,722),(336,723.0717967697245),(333.0717967697245,726)) -3374 ((331,740),(332.20577136594005,744.5),(335.5,747.7942286340599),(340,749),(344.5,747.7942286340599),(347.79422863405995,744.5),(349,740),(347.79422863405995,735.5),(344.5,732.2057713659401),(340,731),(335.5,732.20577136594),(332.20577136594005,735.5)) -3375 ((330,750),(331.33974596215563,755),(335,758.6602540378444),(340,760),(345,758.6602540378444),(348.66025403784437,755),(350,750),(348.66025403784437,745),(345,741.3397459621556),(340,740),(335,741.3397459621556),(331.33974596215563,745)) -3376 ((339,760),(339.1339745962156,760.5),(339.5,760.8660254037844),(340,761),(340.5,760.8660254037844),(340.8660254037844,760.5),(341,760),(340.8660254037844,759.5),(340.5,759.1339745962156),(340,759),(339.5,759.1339745962156),(339.1339745962156,759.5)) -3377 ((338,770),(338.2679491924311,771),(339,771.7320508075688),(340,772),(341,771.7320508075688),(341.7320508075689,771),(342,770),(341.7320508075689,769),(341,768.2679491924312),(340,768),(339,768.2679491924312),(338.2679491924311,769)) -3378 ((337,780),(337.4019237886467,781.5),(338.5,782.5980762113534),(340,783),(341.5,782.5980762113534),(342.5980762113533,781.5),(343,780),(342.5980762113533,778.5),(341.5,777.4019237886467),(340,777),(338.5,777.4019237886466),(337.4019237886467,778.5)) -3379 ((336,790),(336.53589838486226,792),(338,793.4641016151378),(340,794),(342,793.4641016151378),(343.46410161513774,792),(344,790),(343.46410161513774,788),(342,786.5358983848622),(340,786),(338,786.5358983848622),(336.53589838486226,788)) -3380 ((335,800),(335.6698729810778,802.5),(337.5,804.3301270189222),(340,805),(342.5,804.3301270189222),(344.3301270189222,802.5),(345,800),(344.3301270189222,797.5),(342.5,795.6698729810778),(340,795),(337.5,795.6698729810778),(335.6698729810778,797.5)) -3381 ((334,810),(334.80384757729337,813),(337,815.1961524227066),(340,816),(343,815.1961524227066),(345.19615242270663,813),(346,810),(345.19615242270663,807),(343,804.8038475772934),(340,804),(337,804.8038475772934),(334.80384757729337,807)) -3382 ((333,820),(333.93782217350895,823.5),(336.5,826.062177826491),(340,827),(343.5,826.062177826491),(346.06217782649105,823.5),(347,820),(346.06217782649105,816.5),(343.5,813.937822173509),(340,813),(336.5,813.937822173509),(333.93782217350895,816.5)) -3383 ((332,830),(333.0717967697245,834),(336,836.9282032302755),(340,838),(344,836.9282032302755),(346.9282032302755,834),(348,830),(346.9282032302755,826),(344,823.0717967697245),(340,822),(336,823.0717967697245),(333.0717967697245,826)) -3384 ((331,840),(332.20577136594005,844.5),(335.5,847.7942286340599),(340,849),(344.5,847.7942286340599),(347.79422863405995,844.5),(349,840),(347.79422863405995,835.5),(344.5,832.2057713659401),(340,831),(335.5,832.20577136594),(332.20577136594005,835.5)) -3385 ((330,850),(331.33974596215563,855),(335,858.6602540378444),(340,860),(345,858.6602540378444),(348.66025403784437,855),(350,850),(348.66025403784437,845),(345,841.3397459621556),(340,840),(335,841.3397459621556),(331.33974596215563,845)) -3386 ((339,860),(339.1339745962156,860.5),(339.5,860.8660254037844),(340,861),(340.5,860.8660254037844),(340.8660254037844,860.5),(341,860),(340.8660254037844,859.5),(340.5,859.1339745962156),(340,859),(339.5,859.1339745962156),(339.1339745962156,859.5)) -3387 ((338,870),(338.2679491924311,871),(339,871.7320508075688),(340,872),(341,871.7320508075688),(341.7320508075689,871),(342,870),(341.7320508075689,869),(341,868.2679491924312),(340,868),(339,868.2679491924312),(338.2679491924311,869)) -3388 ((337,880),(337.4019237886467,881.5),(338.5,882.5980762113534),(340,883),(341.5,882.5980762113534),(342.5980762113533,881.5),(343,880),(342.5980762113533,878.5),(341.5,877.4019237886467),(340,877),(338.5,877.4019237886466),(337.4019237886467,878.5)) -3389 ((336,890),(336.53589838486226,892),(338,893.4641016151378),(340,894),(342,893.4641016151378),(343.46410161513774,892),(344,890),(343.46410161513774,888),(342,886.5358983848622),(340,886),(338,886.5358983848622),(336.53589838486226,888)) -3390 ((335,900),(335.6698729810778,902.5),(337.5,904.3301270189222),(340,905),(342.5,904.3301270189222),(344.3301270189222,902.5),(345,900),(344.3301270189222,897.5),(342.5,895.6698729810778),(340,895),(337.5,895.6698729810778),(335.6698729810778,897.5)) -3391 ((334,910),(334.80384757729337,913),(337,915.1961524227066),(340,916),(343,915.1961524227066),(345.19615242270663,913),(346,910),(345.19615242270663,907),(343,904.8038475772934),(340,904),(337,904.8038475772934),(334.80384757729337,907)) -3392 ((333,920),(333.93782217350895,923.5),(336.5,926.062177826491),(340,927),(343.5,926.062177826491),(346.06217782649105,923.5),(347,920),(346.06217782649105,916.5),(343.5,913.937822173509),(340,913),(336.5,913.937822173509),(333.93782217350895,916.5)) -3393 ((332,930),(333.0717967697245,934),(336,936.9282032302755),(340,938),(344,936.9282032302755),(346.9282032302755,934),(348,930),(346.9282032302755,926),(344,923.0717967697245),(340,922),(336,923.0717967697245),(333.0717967697245,926)) -3394 ((331,940),(332.20577136594005,944.5),(335.5,947.7942286340599),(340,949),(344.5,947.7942286340599),(347.79422863405995,944.5),(349,940),(347.79422863405995,935.5),(344.5,932.2057713659401),(340,931),(335.5,932.20577136594),(332.20577136594005,935.5)) -3395 ((330,950),(331.33974596215563,955),(335,958.6602540378444),(340,960),(345,958.6602540378444),(348.66025403784437,955),(350,950),(348.66025403784437,945),(345,941.3397459621556),(340,940),(335,941.3397459621556),(331.33974596215563,945)) -3396 ((339,960),(339.1339745962156,960.5),(339.5,960.8660254037844),(340,961),(340.5,960.8660254037844),(340.8660254037844,960.5),(341,960),(340.8660254037844,959.5),(340.5,959.1339745962156),(340,959),(339.5,959.1339745962156),(339.1339745962156,959.5)) -3397 ((338,970),(338.2679491924311,971),(339,971.7320508075688),(340,972),(341,971.7320508075688),(341.7320508075689,971),(342,970),(341.7320508075689,969),(341,968.2679491924312),(340,968),(339,968.2679491924312),(338.2679491924311,969)) -3398 ((337,980),(337.4019237886467,981.5),(338.5,982.5980762113534),(340,983),(341.5,982.5980762113534),(342.5980762113533,981.5),(343,980),(342.5980762113533,978.5),(341.5,977.4019237886467),(340,977),(338.5,977.4019237886466),(337.4019237886467,978.5)) -3399 ((336,990),(336.53589838486226,992),(338,993.4641016151378),(340,994),(342,993.4641016151378),(343.46410161513774,992),(344,990),(343.46410161513774,988),(342,986.5358983848622),(340,986),(338,986.5358983848622),(336.53589838486226,988)) -3400 ((335,1000),(335.6698729810778,1002.5),(337.5,1004.3301270189222),(340,1005),(342.5,1004.3301270189222),(344.3301270189222,1002.5),(345,1000),(344.3301270189222,997.5),(342.5,995.6698729810778),(340,995),(337.5,995.6698729810778),(335.6698729810778,997.5)) -3401 ((343,10),(343.93782217350895,13.5),(346.5,16.06217782649107),(350,17),(353.5,16.062177826491073),(356.06217782649105,13.500000000000002),(357,10),(356.06217782649105,6.500000000000002),(353.5,3.9378221735089305),(350,3),(346.5,3.937822173508927),(343.93782217350895,6.4999999999999964)) -3402 ((342,20),(343.0717967697245,24),(346,26.928203230275507),(350,28),(354,26.92820323027551),(356.9282032302755,24.000000000000004),(358,20),(356.9282032302755,16.000000000000004),(354,13.071796769724493),(350,12),(346,13.071796769724488),(343.0717967697245,15.999999999999996)) -3403 ((341,30),(342.20577136594005,34.5),(345.5,37.79422863405995),(350,39),(354.5,37.79422863405995),(357.79422863405995,34.5),(359,30),(357.79422863405995,25.500000000000004),(354.5,22.205771365940052),(350,21),(345.5,22.20577136594005),(342.20577136594005,25.499999999999996)) -3404 ((340,40),(341.33974596215563,45),(345,48.66025403784438),(350,50),(355,48.66025403784439),(358.66025403784437,45),(360,40),(358.66025403784437,35),(355,31.339745962155614),(350,30),(345,31.33974596215561),(341.33974596215563,34.99999999999999)) -3405 ((349,50),(349.1339745962156,50.5),(349.5,50.86602540378444),(350,51),(350.5,50.86602540378444),(350.8660254037844,50.5),(351,50),(350.8660254037844,49.5),(350.5,49.13397459621556),(350,49),(349.5,49.13397459621556),(349.1339745962156,49.5)) -3406 ((348,60),(348.2679491924311,61),(349,61.732050807568875),(350,62),(351,61.732050807568875),(351.7320508075689,61),(352,60),(351.7320508075689,59),(351,58.267949192431125),(350,58),(349,58.267949192431125),(348.2679491924311,59)) -3407 ((347,70),(347.4019237886467,71.5),(348.5,72.59807621135332),(350,73),(351.5,72.59807621135332),(352.5980762113533,71.5),(353,70),(352.5980762113533,68.5),(351.5,67.40192378864668),(350,67),(348.5,67.40192378864668),(347.4019237886467,68.5)) -3408 ((346,80),(346.53589838486226,82),(348,83.46410161513775),(350,84),(352,83.46410161513775),(353.46410161513774,82),(354,80),(353.46410161513774,78),(352,76.53589838486225),(350,76),(348,76.53589838486225),(346.53589838486226,78)) -3409 ((345,90),(345.6698729810778,92.5),(347.5,94.3301270189222),(350,95),(352.5,94.3301270189222),(354.3301270189222,92.5),(355,90),(354.3301270189222,87.5),(352.5,85.6698729810778),(350,85),(347.5,85.6698729810778),(345.6698729810778,87.5)) -3410 ((344,100),(344.80384757729337,103),(347,105.19615242270663),(350,106),(353,105.19615242270663),(355.19615242270663,103),(356,100),(355.19615242270663,97),(353,94.80384757729337),(350,94),(347,94.80384757729337),(344.80384757729337,97)) -3411 ((343,110),(343.93782217350895,113.5),(346.5,116.06217782649107),(350,117),(353.5,116.06217782649107),(356.06217782649105,113.5),(357,110),(356.06217782649105,106.5),(353.5,103.93782217350893),(350,103),(346.5,103.93782217350892),(343.93782217350895,106.5)) -3412 ((342,120),(343.0717967697245,124),(346,126.92820323027551),(350,128),(354,126.92820323027551),(356.9282032302755,124),(358,120),(356.9282032302755,116),(354,113.07179676972449),(350,112),(346,113.07179676972449),(343.0717967697245,116)) -3413 ((341,130),(342.20577136594005,134.5),(345.5,137.79422863405995),(350,139),(354.5,137.79422863405995),(357.79422863405995,134.5),(359,130),(357.79422863405995,125.5),(354.5,122.20577136594005),(350,121),(345.5,122.20577136594005),(342.20577136594005,125.5)) -3414 ((340,140),(341.33974596215563,145),(345,148.6602540378444),(350,150),(355,148.6602540378444),(358.66025403784437,145),(360,140),(358.66025403784437,135),(355,131.3397459621556),(350,130),(345,131.3397459621556),(341.33974596215563,135)) -3415 ((349,150),(349.1339745962156,150.5),(349.5,150.86602540378445),(350,151),(350.5,150.86602540378445),(350.8660254037844,150.5),(351,150),(350.8660254037844,149.5),(350.5,149.13397459621555),(350,149),(349.5,149.13397459621555),(349.1339745962156,149.5)) -3416 ((348,160),(348.2679491924311,161),(349,161.73205080756887),(350,162),(351,161.73205080756887),(351.7320508075689,161),(352,160),(351.7320508075689,159),(351,158.26794919243113),(350,158),(349,158.26794919243113),(348.2679491924311,159)) -3417 ((347,170),(347.4019237886467,171.5),(348.5,172.59807621135332),(350,173),(351.5,172.59807621135332),(352.5980762113533,171.5),(353,170),(352.5980762113533,168.5),(351.5,167.40192378864668),(350,167),(348.5,167.40192378864668),(347.4019237886467,168.5)) -3418 ((346,180),(346.53589838486226,182),(348,183.46410161513776),(350,184),(352,183.46410161513776),(353.46410161513774,182),(354,180),(353.46410161513774,178),(352,176.53589838486224),(350,176),(348,176.53589838486224),(346.53589838486226,178)) -3419 ((345,190),(345.6698729810778,192.5),(347.5,194.33012701892218),(350,195),(352.5,194.33012701892218),(354.3301270189222,192.5),(355,190),(354.3301270189222,187.5),(352.5,185.66987298107782),(350,185),(347.5,185.66987298107782),(345.6698729810778,187.5)) -3420 ((344,200),(344.80384757729337,203),(347,205.19615242270663),(350,206),(353,205.19615242270663),(355.19615242270663,203),(356,200),(355.19615242270663,197),(353,194.80384757729337),(350,194),(347,194.80384757729337),(344.80384757729337,197)) -3421 ((343,210),(343.93782217350895,213.5),(346.5,216.06217782649108),(350,217),(353.5,216.06217782649108),(356.06217782649105,213.5),(357,210),(356.06217782649105,206.5),(353.5,203.93782217350892),(350,203),(346.5,203.93782217350892),(343.93782217350895,206.5)) -3422 ((342,220),(343.0717967697245,224),(346,226.9282032302755),(350,228),(354,226.9282032302755),(356.9282032302755,224),(358,220),(356.9282032302755,216),(354,213.0717967697245),(350,212),(346,213.0717967697245),(343.0717967697245,216)) -3423 ((341,230),(342.20577136594005,234.5),(345.5,237.79422863405995),(350,239),(354.5,237.79422863405995),(357.79422863405995,234.5),(359,230),(357.79422863405995,225.5),(354.5,222.20577136594005),(350,221),(345.5,222.20577136594005),(342.20577136594005,225.5)) -3424 ((340,240),(341.33974596215563,245),(345,248.6602540378444),(350,250),(355,248.6602540378444),(358.66025403784437,245),(360,240),(358.66025403784437,235),(355,231.3397459621556),(350,230),(345,231.3397459621556),(341.33974596215563,235)) -3425 ((349,250),(349.1339745962156,250.5),(349.5,250.86602540378445),(350,251),(350.5,250.86602540378445),(350.8660254037844,250.5),(351,250),(350.8660254037844,249.5),(350.5,249.13397459621555),(350,249),(349.5,249.13397459621555),(349.1339745962156,249.5)) -3426 ((348,260),(348.2679491924311,261),(349,261.7320508075689),(350,262),(351,261.7320508075689),(351.7320508075689,261),(352,260),(351.7320508075689,259),(351,258.2679491924311),(350,258),(349,258.2679491924311),(348.2679491924311,259)) -3427 ((347,270),(347.4019237886467,271.5),(348.5,272.5980762113533),(350,273),(351.5,272.5980762113533),(352.5980762113533,271.5),(353,270),(352.5980762113533,268.5),(351.5,267.4019237886467),(350,267),(348.5,267.4019237886467),(347.4019237886467,268.5)) -3428 ((346,280),(346.53589838486226,282),(348,283.46410161513774),(350,284),(352,283.46410161513774),(353.46410161513774,282),(354,280),(353.46410161513774,278),(352,276.53589838486226),(350,276),(348,276.53589838486226),(346.53589838486226,278)) -3429 ((345,290),(345.6698729810778,292.5),(347.5,294.3301270189222),(350,295),(352.5,294.3301270189222),(354.3301270189222,292.5),(355,290),(354.3301270189222,287.5),(352.5,285.6698729810778),(350,285),(347.5,285.6698729810778),(345.6698729810778,287.5)) -3430 ((344,300),(344.80384757729337,303),(347,305.19615242270663),(350,306),(353,305.19615242270663),(355.19615242270663,303),(356,300),(355.19615242270663,297),(353,294.80384757729337),(350,294),(347,294.80384757729337),(344.80384757729337,297)) -3431 ((343,310),(343.93782217350895,313.5),(346.5,316.06217782649105),(350,317),(353.5,316.06217782649105),(356.06217782649105,313.5),(357,310),(356.06217782649105,306.5),(353.5,303.93782217350895),(350,303),(346.5,303.93782217350895),(343.93782217350895,306.5)) -3432 ((342,320),(343.0717967697245,324),(346,326.9282032302755),(350,328),(354,326.9282032302755),(356.9282032302755,324),(358,320),(356.9282032302755,316),(354,313.0717967697245),(350,312),(346,313.0717967697245),(343.0717967697245,316)) -3433 ((341,330),(342.20577136594005,334.5),(345.5,337.79422863405995),(350,339),(354.5,337.79422863405995),(357.79422863405995,334.5),(359,330),(357.79422863405995,325.5),(354.5,322.20577136594005),(350,321),(345.5,322.20577136594005),(342.20577136594005,325.5)) -3434 ((340,340),(341.33974596215563,345),(345,348.66025403784437),(350,350),(355,348.66025403784437),(358.66025403784437,345),(360,340),(358.66025403784437,335),(355,331.33974596215563),(350,330),(345,331.33974596215563),(341.33974596215563,335)) -3435 ((349,350),(349.1339745962156,350.5),(349.5,350.8660254037844),(350,351),(350.5,350.8660254037844),(350.8660254037844,350.5),(351,350),(350.8660254037844,349.5),(350.5,349.1339745962156),(350,349),(349.5,349.1339745962156),(349.1339745962156,349.5)) -3436 ((348,360),(348.2679491924311,361),(349,361.7320508075689),(350,362),(351,361.7320508075689),(351.7320508075689,361),(352,360),(351.7320508075689,359),(351,358.2679491924311),(350,358),(349,358.2679491924311),(348.2679491924311,359)) -3437 ((347,370),(347.4019237886467,371.5),(348.5,372.5980762113533),(350,373),(351.5,372.5980762113533),(352.5980762113533,371.5),(353,370),(352.5980762113533,368.5),(351.5,367.4019237886467),(350,367),(348.5,367.4019237886467),(347.4019237886467,368.5)) -3438 ((346,380),(346.53589838486226,382),(348,383.46410161513774),(350,384),(352,383.46410161513774),(353.46410161513774,382),(354,380),(353.46410161513774,378),(352,376.53589838486226),(350,376),(348,376.53589838486226),(346.53589838486226,378)) -3439 ((345,390),(345.6698729810778,392.5),(347.5,394.3301270189222),(350,395),(352.5,394.3301270189222),(354.3301270189222,392.5),(355,390),(354.3301270189222,387.5),(352.5,385.6698729810778),(350,385),(347.5,385.6698729810778),(345.6698729810778,387.5)) -3440 ((344,400),(344.80384757729337,403),(347,405.19615242270663),(350,406),(353,405.19615242270663),(355.19615242270663,403),(356,400),(355.19615242270663,397),(353,394.80384757729337),(350,394),(347,394.80384757729337),(344.80384757729337,397)) -3441 ((343,410),(343.93782217350895,413.5),(346.5,416.06217782649105),(350,417),(353.5,416.06217782649105),(356.06217782649105,413.5),(357,410),(356.06217782649105,406.5),(353.5,403.93782217350895),(350,403),(346.5,403.93782217350895),(343.93782217350895,406.5)) -3442 ((342,420),(343.0717967697245,424),(346,426.9282032302755),(350,428),(354,426.9282032302755),(356.9282032302755,424),(358,420),(356.9282032302755,416),(354,413.0717967697245),(350,412),(346,413.0717967697245),(343.0717967697245,416)) -3443 ((341,430),(342.20577136594005,434.5),(345.5,437.79422863405995),(350,439),(354.5,437.79422863405995),(357.79422863405995,434.5),(359,430),(357.79422863405995,425.5),(354.5,422.20577136594005),(350,421),(345.5,422.20577136594005),(342.20577136594005,425.5)) -3444 ((340,440),(341.33974596215563,445),(345,448.66025403784437),(350,450),(355,448.66025403784437),(358.66025403784437,445),(360,440),(358.66025403784437,435),(355,431.33974596215563),(350,430),(345,431.33974596215563),(341.33974596215563,435)) -3445 ((349,450),(349.1339745962156,450.5),(349.5,450.8660254037844),(350,451),(350.5,450.8660254037844),(350.8660254037844,450.5),(351,450),(350.8660254037844,449.5),(350.5,449.1339745962156),(350,449),(349.5,449.1339745962156),(349.1339745962156,449.5)) -3446 ((348,460),(348.2679491924311,461),(349,461.7320508075689),(350,462),(351,461.7320508075689),(351.7320508075689,461),(352,460),(351.7320508075689,459),(351,458.2679491924311),(350,458),(349,458.2679491924311),(348.2679491924311,459)) -3447 ((347,470),(347.4019237886467,471.5),(348.5,472.5980762113533),(350,473),(351.5,472.5980762113533),(352.5980762113533,471.5),(353,470),(352.5980762113533,468.5),(351.5,467.4019237886467),(350,467),(348.5,467.4019237886467),(347.4019237886467,468.5)) -3448 ((346,480),(346.53589838486226,482),(348,483.46410161513774),(350,484),(352,483.46410161513774),(353.46410161513774,482),(354,480),(353.46410161513774,478),(352,476.53589838486226),(350,476),(348,476.53589838486226),(346.53589838486226,478)) -3449 ((345,490),(345.6698729810778,492.5),(347.5,494.3301270189222),(350,495),(352.5,494.3301270189222),(354.3301270189222,492.5),(355,490),(354.3301270189222,487.5),(352.5,485.6698729810778),(350,485),(347.5,485.6698729810778),(345.6698729810778,487.5)) -3450 ((344,500),(344.80384757729337,503),(347,505.19615242270663),(350,506),(353,505.19615242270663),(355.19615242270663,503),(356,500),(355.19615242270663,497),(353,494.80384757729337),(350,494),(347,494.80384757729337),(344.80384757729337,497)) -3451 ((343,510),(343.93782217350895,513.5),(346.5,516.062177826491),(350,517),(353.5,516.062177826491),(356.06217782649105,513.5),(357,510),(356.06217782649105,506.5),(353.5,503.93782217350895),(350,503),(346.5,503.93782217350895),(343.93782217350895,506.5)) -3452 ((342,520),(343.0717967697245,524),(346,526.9282032302755),(350,528),(354,526.9282032302755),(356.9282032302755,524),(358,520),(356.9282032302755,516),(354,513.0717967697245),(350,512),(346,513.0717967697245),(343.0717967697245,516)) -3453 ((341,530),(342.20577136594005,534.5),(345.5,537.7942286340599),(350,539),(354.5,537.7942286340599),(357.79422863405995,534.5),(359,530),(357.79422863405995,525.5),(354.5,522.2057713659401),(350,521),(345.5,522.20577136594),(342.20577136594005,525.5)) -3454 ((340,540),(341.33974596215563,545),(345,548.6602540378444),(350,550),(355,548.6602540378444),(358.66025403784437,545),(360,540),(358.66025403784437,535),(355,531.3397459621556),(350,530),(345,531.3397459621556),(341.33974596215563,535)) -3455 ((349,550),(349.1339745962156,550.5),(349.5,550.8660254037844),(350,551),(350.5,550.8660254037844),(350.8660254037844,550.5),(351,550),(350.8660254037844,549.5),(350.5,549.1339745962156),(350,549),(349.5,549.1339745962156),(349.1339745962156,549.5)) -3456 ((348,560),(348.2679491924311,561),(349,561.7320508075688),(350,562),(351,561.7320508075688),(351.7320508075689,561),(352,560),(351.7320508075689,559),(351,558.2679491924312),(350,558),(349,558.2679491924312),(348.2679491924311,559)) -3457 ((347,570),(347.4019237886467,571.5),(348.5,572.5980762113534),(350,573),(351.5,572.5980762113534),(352.5980762113533,571.5),(353,570),(352.5980762113533,568.5),(351.5,567.4019237886467),(350,567),(348.5,567.4019237886466),(347.4019237886467,568.5)) -3458 ((346,580),(346.53589838486226,582),(348,583.4641016151378),(350,584),(352,583.4641016151378),(353.46410161513774,582),(354,580),(353.46410161513774,578),(352,576.5358983848622),(350,576),(348,576.5358983848622),(346.53589838486226,578)) -3459 ((345,590),(345.6698729810778,592.5),(347.5,594.3301270189222),(350,595),(352.5,594.3301270189222),(354.3301270189222,592.5),(355,590),(354.3301270189222,587.5),(352.5,585.6698729810778),(350,585),(347.5,585.6698729810778),(345.6698729810778,587.5)) -3460 ((344,600),(344.80384757729337,603),(347,605.1961524227066),(350,606),(353,605.1961524227066),(355.19615242270663,603),(356,600),(355.19615242270663,597),(353,594.8038475772934),(350,594),(347,594.8038475772934),(344.80384757729337,597)) -3461 ((343,610),(343.93782217350895,613.5),(346.5,616.062177826491),(350,617),(353.5,616.062177826491),(356.06217782649105,613.5),(357,610),(356.06217782649105,606.5),(353.5,603.937822173509),(350,603),(346.5,603.937822173509),(343.93782217350895,606.5)) -3462 ((342,620),(343.0717967697245,624),(346,626.9282032302755),(350,628),(354,626.9282032302755),(356.9282032302755,624),(358,620),(356.9282032302755,616),(354,613.0717967697245),(350,612),(346,613.0717967697245),(343.0717967697245,616)) -3463 ((341,630),(342.20577136594005,634.5),(345.5,637.7942286340599),(350,639),(354.5,637.7942286340599),(357.79422863405995,634.5),(359,630),(357.79422863405995,625.5),(354.5,622.2057713659401),(350,621),(345.5,622.20577136594),(342.20577136594005,625.5)) -3464 ((340,640),(341.33974596215563,645),(345,648.6602540378444),(350,650),(355,648.6602540378444),(358.66025403784437,645),(360,640),(358.66025403784437,635),(355,631.3397459621556),(350,630),(345,631.3397459621556),(341.33974596215563,635)) -3465 ((349,650),(349.1339745962156,650.5),(349.5,650.8660254037844),(350,651),(350.5,650.8660254037844),(350.8660254037844,650.5),(351,650),(350.8660254037844,649.5),(350.5,649.1339745962156),(350,649),(349.5,649.1339745962156),(349.1339745962156,649.5)) -3466 ((348,660),(348.2679491924311,661),(349,661.7320508075688),(350,662),(351,661.7320508075688),(351.7320508075689,661),(352,660),(351.7320508075689,659),(351,658.2679491924312),(350,658),(349,658.2679491924312),(348.2679491924311,659)) -3467 ((347,670),(347.4019237886467,671.5),(348.5,672.5980762113534),(350,673),(351.5,672.5980762113534),(352.5980762113533,671.5),(353,670),(352.5980762113533,668.5),(351.5,667.4019237886467),(350,667),(348.5,667.4019237886466),(347.4019237886467,668.5)) -3468 ((346,680),(346.53589838486226,682),(348,683.4641016151378),(350,684),(352,683.4641016151378),(353.46410161513774,682),(354,680),(353.46410161513774,678),(352,676.5358983848622),(350,676),(348,676.5358983848622),(346.53589838486226,678)) -3469 ((345,690),(345.6698729810778,692.5),(347.5,694.3301270189222),(350,695),(352.5,694.3301270189222),(354.3301270189222,692.5),(355,690),(354.3301270189222,687.5),(352.5,685.6698729810778),(350,685),(347.5,685.6698729810778),(345.6698729810778,687.5)) -3470 ((344,700),(344.80384757729337,703),(347,705.1961524227066),(350,706),(353,705.1961524227066),(355.19615242270663,703),(356,700),(355.19615242270663,697),(353,694.8038475772934),(350,694),(347,694.8038475772934),(344.80384757729337,697)) -3471 ((343,710),(343.93782217350895,713.5),(346.5,716.062177826491),(350,717),(353.5,716.062177826491),(356.06217782649105,713.5),(357,710),(356.06217782649105,706.5),(353.5,703.937822173509),(350,703),(346.5,703.937822173509),(343.93782217350895,706.5)) -3472 ((342,720),(343.0717967697245,724),(346,726.9282032302755),(350,728),(354,726.9282032302755),(356.9282032302755,724),(358,720),(356.9282032302755,716),(354,713.0717967697245),(350,712),(346,713.0717967697245),(343.0717967697245,716)) -3473 ((341,730),(342.20577136594005,734.5),(345.5,737.7942286340599),(350,739),(354.5,737.7942286340599),(357.79422863405995,734.5),(359,730),(357.79422863405995,725.5),(354.5,722.2057713659401),(350,721),(345.5,722.20577136594),(342.20577136594005,725.5)) -3474 ((340,740),(341.33974596215563,745),(345,748.6602540378444),(350,750),(355,748.6602540378444),(358.66025403784437,745),(360,740),(358.66025403784437,735),(355,731.3397459621556),(350,730),(345,731.3397459621556),(341.33974596215563,735)) -3475 ((349,750),(349.1339745962156,750.5),(349.5,750.8660254037844),(350,751),(350.5,750.8660254037844),(350.8660254037844,750.5),(351,750),(350.8660254037844,749.5),(350.5,749.1339745962156),(350,749),(349.5,749.1339745962156),(349.1339745962156,749.5)) -3476 ((348,760),(348.2679491924311,761),(349,761.7320508075688),(350,762),(351,761.7320508075688),(351.7320508075689,761),(352,760),(351.7320508075689,759),(351,758.2679491924312),(350,758),(349,758.2679491924312),(348.2679491924311,759)) -3477 ((347,770),(347.4019237886467,771.5),(348.5,772.5980762113534),(350,773),(351.5,772.5980762113534),(352.5980762113533,771.5),(353,770),(352.5980762113533,768.5),(351.5,767.4019237886467),(350,767),(348.5,767.4019237886466),(347.4019237886467,768.5)) -3478 ((346,780),(346.53589838486226,782),(348,783.4641016151378),(350,784),(352,783.4641016151378),(353.46410161513774,782),(354,780),(353.46410161513774,778),(352,776.5358983848622),(350,776),(348,776.5358983848622),(346.53589838486226,778)) -3479 ((345,790),(345.6698729810778,792.5),(347.5,794.3301270189222),(350,795),(352.5,794.3301270189222),(354.3301270189222,792.5),(355,790),(354.3301270189222,787.5),(352.5,785.6698729810778),(350,785),(347.5,785.6698729810778),(345.6698729810778,787.5)) -3480 ((344,800),(344.80384757729337,803),(347,805.1961524227066),(350,806),(353,805.1961524227066),(355.19615242270663,803),(356,800),(355.19615242270663,797),(353,794.8038475772934),(350,794),(347,794.8038475772934),(344.80384757729337,797)) -3481 ((343,810),(343.93782217350895,813.5),(346.5,816.062177826491),(350,817),(353.5,816.062177826491),(356.06217782649105,813.5),(357,810),(356.06217782649105,806.5),(353.5,803.937822173509),(350,803),(346.5,803.937822173509),(343.93782217350895,806.5)) -3482 ((342,820),(343.0717967697245,824),(346,826.9282032302755),(350,828),(354,826.9282032302755),(356.9282032302755,824),(358,820),(356.9282032302755,816),(354,813.0717967697245),(350,812),(346,813.0717967697245),(343.0717967697245,816)) -3483 ((341,830),(342.20577136594005,834.5),(345.5,837.7942286340599),(350,839),(354.5,837.7942286340599),(357.79422863405995,834.5),(359,830),(357.79422863405995,825.5),(354.5,822.2057713659401),(350,821),(345.5,822.20577136594),(342.20577136594005,825.5)) -3484 ((340,840),(341.33974596215563,845),(345,848.6602540378444),(350,850),(355,848.6602540378444),(358.66025403784437,845),(360,840),(358.66025403784437,835),(355,831.3397459621556),(350,830),(345,831.3397459621556),(341.33974596215563,835)) -3485 ((349,850),(349.1339745962156,850.5),(349.5,850.8660254037844),(350,851),(350.5,850.8660254037844),(350.8660254037844,850.5),(351,850),(350.8660254037844,849.5),(350.5,849.1339745962156),(350,849),(349.5,849.1339745962156),(349.1339745962156,849.5)) -3486 ((348,860),(348.2679491924311,861),(349,861.7320508075688),(350,862),(351,861.7320508075688),(351.7320508075689,861),(352,860),(351.7320508075689,859),(351,858.2679491924312),(350,858),(349,858.2679491924312),(348.2679491924311,859)) -3487 ((347,870),(347.4019237886467,871.5),(348.5,872.5980762113534),(350,873),(351.5,872.5980762113534),(352.5980762113533,871.5),(353,870),(352.5980762113533,868.5),(351.5,867.4019237886467),(350,867),(348.5,867.4019237886466),(347.4019237886467,868.5)) -3488 ((346,880),(346.53589838486226,882),(348,883.4641016151378),(350,884),(352,883.4641016151378),(353.46410161513774,882),(354,880),(353.46410161513774,878),(352,876.5358983848622),(350,876),(348,876.5358983848622),(346.53589838486226,878)) -3489 ((345,890),(345.6698729810778,892.5),(347.5,894.3301270189222),(350,895),(352.5,894.3301270189222),(354.3301270189222,892.5),(355,890),(354.3301270189222,887.5),(352.5,885.6698729810778),(350,885),(347.5,885.6698729810778),(345.6698729810778,887.5)) -3490 ((344,900),(344.80384757729337,903),(347,905.1961524227066),(350,906),(353,905.1961524227066),(355.19615242270663,903),(356,900),(355.19615242270663,897),(353,894.8038475772934),(350,894),(347,894.8038475772934),(344.80384757729337,897)) -3491 ((343,910),(343.93782217350895,913.5),(346.5,916.062177826491),(350,917),(353.5,916.062177826491),(356.06217782649105,913.5),(357,910),(356.06217782649105,906.5),(353.5,903.937822173509),(350,903),(346.5,903.937822173509),(343.93782217350895,906.5)) -3492 ((342,920),(343.0717967697245,924),(346,926.9282032302755),(350,928),(354,926.9282032302755),(356.9282032302755,924),(358,920),(356.9282032302755,916),(354,913.0717967697245),(350,912),(346,913.0717967697245),(343.0717967697245,916)) -3493 ((341,930),(342.20577136594005,934.5),(345.5,937.7942286340599),(350,939),(354.5,937.7942286340599),(357.79422863405995,934.5),(359,930),(357.79422863405995,925.5),(354.5,922.2057713659401),(350,921),(345.5,922.20577136594),(342.20577136594005,925.5)) -3494 ((340,940),(341.33974596215563,945),(345,948.6602540378444),(350,950),(355,948.6602540378444),(358.66025403784437,945),(360,940),(358.66025403784437,935),(355,931.3397459621556),(350,930),(345,931.3397459621556),(341.33974596215563,935)) -3495 ((349,950),(349.1339745962156,950.5),(349.5,950.8660254037844),(350,951),(350.5,950.8660254037844),(350.8660254037844,950.5),(351,950),(350.8660254037844,949.5),(350.5,949.1339745962156),(350,949),(349.5,949.1339745962156),(349.1339745962156,949.5)) -3496 ((348,960),(348.2679491924311,961),(349,961.7320508075688),(350,962),(351,961.7320508075688),(351.7320508075689,961),(352,960),(351.7320508075689,959),(351,958.2679491924312),(350,958),(349,958.2679491924312),(348.2679491924311,959)) -3497 ((347,970),(347.4019237886467,971.5),(348.5,972.5980762113534),(350,973),(351.5,972.5980762113534),(352.5980762113533,971.5),(353,970),(352.5980762113533,968.5),(351.5,967.4019237886467),(350,967),(348.5,967.4019237886466),(347.4019237886467,968.5)) -3498 ((346,980),(346.53589838486226,982),(348,983.4641016151378),(350,984),(352,983.4641016151378),(353.46410161513774,982),(354,980),(353.46410161513774,978),(352,976.5358983848622),(350,976),(348,976.5358983848622),(346.53589838486226,978)) -3499 ((345,990),(345.6698729810778,992.5),(347.5,994.3301270189222),(350,995),(352.5,994.3301270189222),(354.3301270189222,992.5),(355,990),(354.3301270189222,987.5),(352.5,985.6698729810778),(350,985),(347.5,985.6698729810778),(345.6698729810778,987.5)) -3500 ((344,1000),(344.80384757729337,1003),(347,1005.1961524227066),(350,1006),(353,1005.1961524227066),(355.19615242270663,1003),(356,1000),(355.19615242270663,997),(353,994.8038475772934),(350,994),(347,994.8038475772934),(344.80384757729337,997)) -3501 ((352,10),(353.0717967697245,14),(356,16.928203230275507),(360,18),(364,16.92820323027551),(366.9282032302755,14.000000000000004),(368,10.000000000000002),(366.9282032302755,6.000000000000002),(364,3.071796769724492),(360,2),(356,3.0717967697244877),(353.0717967697245,5.9999999999999964)) -3502 ((351,20),(352.20577136594005,24.5),(355.5,27.794228634059948),(360,29),(364.5,27.794228634059948),(367.79422863405995,24.500000000000004),(369,20),(367.79422863405995,15.500000000000004),(364.5,12.205771365940054),(360,11),(355.5,12.205771365940048),(352.20577136594005,15.499999999999996)) -3503 ((350,30),(351.33974596215563,35),(355,38.66025403784438),(360,40),(365,38.66025403784439),(368.66025403784437,35),(370,30),(368.66025403784437,25.000000000000004),(365,21.339745962155614),(360,20),(355,21.33974596215561),(351.33974596215563,24.999999999999996)) -3504 ((359,40),(359.1339745962156,40.5),(359.5,40.86602540378444),(360,41),(360.5,40.86602540378444),(360.8660254037844,40.5),(361,40),(360.8660254037844,39.5),(360.5,39.13397459621556),(360,39),(359.5,39.13397459621556),(359.1339745962156,39.5)) -3505 ((358,50),(358.2679491924311,51),(359,51.732050807568875),(360,52),(361,51.732050807568875),(361.7320508075689,51),(362,50),(361.7320508075689,49),(361,48.267949192431125),(360,48),(359,48.267949192431125),(358.2679491924311,49)) -3506 ((357,60),(357.4019237886467,61.5),(358.5,62.598076211353316),(360,63),(361.5,62.598076211353316),(362.5980762113533,61.5),(363,60),(362.5980762113533,58.5),(361.5,57.401923788646684),(360,57),(358.5,57.401923788646684),(357.4019237886467,58.5)) -3507 ((356,70),(356.53589838486226,72),(358,73.46410161513775),(360,74),(362,73.46410161513775),(363.46410161513774,72),(364,70),(363.46410161513774,68),(362,66.53589838486225),(360,66),(358,66.53589838486225),(356.53589838486226,68)) -3508 ((355,80),(355.6698729810778,82.5),(357.5,84.3301270189222),(360,85),(362.5,84.3301270189222),(364.3301270189222,82.5),(365,80),(364.3301270189222,77.5),(362.5,75.6698729810778),(360,75),(357.5,75.6698729810778),(355.6698729810778,77.5)) -3509 ((354,90),(354.80384757729337,93),(357,95.19615242270663),(360,96),(363,95.19615242270663),(365.19615242270663,93),(366,90),(365.19615242270663,87),(363,84.80384757729337),(360,84),(357,84.80384757729337),(354.80384757729337,87)) -3510 ((353,100),(353.93782217350895,103.5),(356.5,106.06217782649107),(360,107),(363.5,106.06217782649107),(366.06217782649105,103.5),(367,100),(366.06217782649105,96.5),(363.5,93.93782217350893),(360,93),(356.5,93.93782217350892),(353.93782217350895,96.5)) -3511 ((352,110),(353.0717967697245,114),(356,116.92820323027551),(360,118),(364,116.92820323027551),(366.9282032302755,114),(368,110),(366.9282032302755,106),(364,103.07179676972449),(360,102),(356,103.07179676972449),(353.0717967697245,106)) -3512 ((351,120),(352.20577136594005,124.5),(355.5,127.79422863405995),(360,129),(364.5,127.79422863405995),(367.79422863405995,124.5),(369,120),(367.79422863405995,115.5),(364.5,112.20577136594005),(360,111),(355.5,112.20577136594005),(352.20577136594005,115.5)) -3513 ((350,130),(351.33974596215563,135),(355,138.6602540378444),(360,140),(365,138.6602540378444),(368.66025403784437,135),(370,130),(368.66025403784437,125),(365,121.33974596215562),(360,120),(355,121.3397459621556),(351.33974596215563,125)) -3514 ((359,140),(359.1339745962156,140.5),(359.5,140.86602540378445),(360,141),(360.5,140.86602540378445),(360.8660254037844,140.5),(361,140),(360.8660254037844,139.5),(360.5,139.13397459621555),(360,139),(359.5,139.13397459621555),(359.1339745962156,139.5)) -3515 ((358,150),(358.2679491924311,151),(359,151.73205080756887),(360,152),(361,151.73205080756887),(361.7320508075689,151),(362,150),(361.7320508075689,149),(361,148.26794919243113),(360,148),(359,148.26794919243113),(358.2679491924311,149)) -3516 ((357,160),(357.4019237886467,161.5),(358.5,162.59807621135332),(360,163),(361.5,162.59807621135332),(362.5980762113533,161.5),(363,160),(362.5980762113533,158.5),(361.5,157.40192378864668),(360,157),(358.5,157.40192378864668),(357.4019237886467,158.5)) -3517 ((356,170),(356.53589838486226,172),(358,173.46410161513776),(360,174),(362,173.46410161513776),(363.46410161513774,172),(364,170),(363.46410161513774,168),(362,166.53589838486224),(360,166),(358,166.53589838486224),(356.53589838486226,168)) -3518 ((355,180),(355.6698729810778,182.5),(357.5,184.33012701892218),(360,185),(362.5,184.33012701892218),(364.3301270189222,182.5),(365,180),(364.3301270189222,177.5),(362.5,175.66987298107782),(360,175),(357.5,175.66987298107782),(355.6698729810778,177.5)) -3519 ((354,190),(354.80384757729337,193),(357,195.19615242270663),(360,196),(363,195.19615242270663),(365.19615242270663,193),(366,190),(365.19615242270663,187),(363,184.80384757729337),(360,184),(357,184.80384757729337),(354.80384757729337,187)) -3520 ((353,200),(353.93782217350895,203.5),(356.5,206.06217782649108),(360,207),(363.5,206.06217782649108),(366.06217782649105,203.5),(367,200),(366.06217782649105,196.5),(363.5,193.93782217350892),(360,193),(356.5,193.93782217350892),(353.93782217350895,196.5)) -3521 ((352,210),(353.0717967697245,214),(356,216.9282032302755),(360,218),(364,216.9282032302755),(366.9282032302755,214),(368,210),(366.9282032302755,206),(364,203.0717967697245),(360,202),(356,203.0717967697245),(353.0717967697245,206)) -3522 ((351,220),(352.20577136594005,224.5),(355.5,227.79422863405995),(360,229),(364.5,227.79422863405995),(367.79422863405995,224.5),(369,220),(367.79422863405995,215.5),(364.5,212.20577136594005),(360,211),(355.5,212.20577136594005),(352.20577136594005,215.5)) -3523 ((350,230),(351.33974596215563,235),(355,238.6602540378444),(360,240),(365,238.6602540378444),(368.66025403784437,235),(370,230),(368.66025403784437,225),(365,221.3397459621556),(360,220),(355,221.3397459621556),(351.33974596215563,225)) -3524 ((359,240),(359.1339745962156,240.5),(359.5,240.86602540378445),(360,241),(360.5,240.86602540378445),(360.8660254037844,240.5),(361,240),(360.8660254037844,239.5),(360.5,239.13397459621555),(360,239),(359.5,239.13397459621555),(359.1339745962156,239.5)) -3525 ((358,250),(358.2679491924311,251),(359,251.73205080756887),(360,252),(361,251.73205080756887),(361.7320508075689,251),(362,250),(361.7320508075689,249),(361,248.26794919243113),(360,248),(359,248.26794919243113),(358.2679491924311,249)) -3526 ((357,260),(357.4019237886467,261.5),(358.5,262.5980762113533),(360,263),(361.5,262.5980762113533),(362.5980762113533,261.5),(363,260),(362.5980762113533,258.5),(361.5,257.4019237886467),(360,257),(358.5,257.4019237886467),(357.4019237886467,258.5)) -3527 ((356,270),(356.53589838486226,272),(358,273.46410161513774),(360,274),(362,273.46410161513774),(363.46410161513774,272),(364,270),(363.46410161513774,268),(362,266.53589838486226),(360,266),(358,266.53589838486226),(356.53589838486226,268)) -3528 ((355,280),(355.6698729810778,282.5),(357.5,284.3301270189222),(360,285),(362.5,284.3301270189222),(364.3301270189222,282.5),(365,280),(364.3301270189222,277.5),(362.5,275.6698729810778),(360,275),(357.5,275.6698729810778),(355.6698729810778,277.5)) -3529 ((354,290),(354.80384757729337,293),(357,295.19615242270663),(360,296),(363,295.19615242270663),(365.19615242270663,293),(366,290),(365.19615242270663,287),(363,284.80384757729337),(360,284),(357,284.80384757729337),(354.80384757729337,287)) -3530 ((353,300),(353.93782217350895,303.5),(356.5,306.06217782649105),(360,307),(363.5,306.06217782649105),(366.06217782649105,303.5),(367,300),(366.06217782649105,296.5),(363.5,293.93782217350895),(360,293),(356.5,293.93782217350895),(353.93782217350895,296.5)) -3531 ((352,310),(353.0717967697245,314),(356,316.9282032302755),(360,318),(364,316.9282032302755),(366.9282032302755,314),(368,310),(366.9282032302755,306),(364,303.0717967697245),(360,302),(356,303.0717967697245),(353.0717967697245,306)) -3532 ((351,320),(352.20577136594005,324.5),(355.5,327.79422863405995),(360,329),(364.5,327.79422863405995),(367.79422863405995,324.5),(369,320),(367.79422863405995,315.5),(364.5,312.20577136594005),(360,311),(355.5,312.20577136594005),(352.20577136594005,315.5)) -3533 ((350,330),(351.33974596215563,335),(355,338.66025403784437),(360,340),(365,338.66025403784437),(368.66025403784437,335),(370,330),(368.66025403784437,325),(365,321.33974596215563),(360,320),(355,321.33974596215563),(351.33974596215563,325)) -3534 ((359,340),(359.1339745962156,340.5),(359.5,340.8660254037844),(360,341),(360.5,340.8660254037844),(360.8660254037844,340.5),(361,340),(360.8660254037844,339.5),(360.5,339.1339745962156),(360,339),(359.5,339.1339745962156),(359.1339745962156,339.5)) -3535 ((358,350),(358.2679491924311,351),(359,351.7320508075689),(360,352),(361,351.7320508075689),(361.7320508075689,351),(362,350),(361.7320508075689,349),(361,348.2679491924311),(360,348),(359,348.2679491924311),(358.2679491924311,349)) -3536 ((357,360),(357.4019237886467,361.5),(358.5,362.5980762113533),(360,363),(361.5,362.5980762113533),(362.5980762113533,361.5),(363,360),(362.5980762113533,358.5),(361.5,357.4019237886467),(360,357),(358.5,357.4019237886467),(357.4019237886467,358.5)) -3537 ((356,370),(356.53589838486226,372),(358,373.46410161513774),(360,374),(362,373.46410161513774),(363.46410161513774,372),(364,370),(363.46410161513774,368),(362,366.53589838486226),(360,366),(358,366.53589838486226),(356.53589838486226,368)) -3538 ((355,380),(355.6698729810778,382.5),(357.5,384.3301270189222),(360,385),(362.5,384.3301270189222),(364.3301270189222,382.5),(365,380),(364.3301270189222,377.5),(362.5,375.6698729810778),(360,375),(357.5,375.6698729810778),(355.6698729810778,377.5)) -3539 ((354,390),(354.80384757729337,393),(357,395.19615242270663),(360,396),(363,395.19615242270663),(365.19615242270663,393),(366,390),(365.19615242270663,387),(363,384.80384757729337),(360,384),(357,384.80384757729337),(354.80384757729337,387)) -3540 ((353,400),(353.93782217350895,403.5),(356.5,406.06217782649105),(360,407),(363.5,406.06217782649105),(366.06217782649105,403.5),(367,400),(366.06217782649105,396.5),(363.5,393.93782217350895),(360,393),(356.5,393.93782217350895),(353.93782217350895,396.5)) -3541 ((352,410),(353.0717967697245,414),(356,416.9282032302755),(360,418),(364,416.9282032302755),(366.9282032302755,414),(368,410),(366.9282032302755,406),(364,403.0717967697245),(360,402),(356,403.0717967697245),(353.0717967697245,406)) -3542 ((351,420),(352.20577136594005,424.5),(355.5,427.79422863405995),(360,429),(364.5,427.79422863405995),(367.79422863405995,424.5),(369,420),(367.79422863405995,415.5),(364.5,412.20577136594005),(360,411),(355.5,412.20577136594005),(352.20577136594005,415.5)) -3543 ((350,430),(351.33974596215563,435),(355,438.66025403784437),(360,440),(365,438.66025403784437),(368.66025403784437,435),(370,430),(368.66025403784437,425),(365,421.33974596215563),(360,420),(355,421.33974596215563),(351.33974596215563,425)) -3544 ((359,440),(359.1339745962156,440.5),(359.5,440.8660254037844),(360,441),(360.5,440.8660254037844),(360.8660254037844,440.5),(361,440),(360.8660254037844,439.5),(360.5,439.1339745962156),(360,439),(359.5,439.1339745962156),(359.1339745962156,439.5)) -3545 ((358,450),(358.2679491924311,451),(359,451.7320508075689),(360,452),(361,451.7320508075689),(361.7320508075689,451),(362,450),(361.7320508075689,449),(361,448.2679491924311),(360,448),(359,448.2679491924311),(358.2679491924311,449)) -3546 ((357,460),(357.4019237886467,461.5),(358.5,462.5980762113533),(360,463),(361.5,462.5980762113533),(362.5980762113533,461.5),(363,460),(362.5980762113533,458.5),(361.5,457.4019237886467),(360,457),(358.5,457.4019237886467),(357.4019237886467,458.5)) -3547 ((356,470),(356.53589838486226,472),(358,473.46410161513774),(360,474),(362,473.46410161513774),(363.46410161513774,472),(364,470),(363.46410161513774,468),(362,466.53589838486226),(360,466),(358,466.53589838486226),(356.53589838486226,468)) -3548 ((355,480),(355.6698729810778,482.5),(357.5,484.3301270189222),(360,485),(362.5,484.3301270189222),(364.3301270189222,482.5),(365,480),(364.3301270189222,477.5),(362.5,475.6698729810778),(360,475),(357.5,475.6698729810778),(355.6698729810778,477.5)) -3549 ((354,490),(354.80384757729337,493),(357,495.19615242270663),(360,496),(363,495.19615242270663),(365.19615242270663,493),(366,490),(365.19615242270663,487),(363,484.80384757729337),(360,484),(357,484.80384757729337),(354.80384757729337,487)) -3550 ((353,500),(353.93782217350895,503.5),(356.5,506.06217782649105),(360,507),(363.5,506.06217782649105),(366.06217782649105,503.5),(367,500),(366.06217782649105,496.5),(363.5,493.93782217350895),(360,493),(356.5,493.93782217350895),(353.93782217350895,496.5)) -3551 ((352,510),(353.0717967697245,514),(356,516.9282032302755),(360,518),(364,516.9282032302755),(366.9282032302755,514),(368,510),(366.9282032302755,506),(364,503.0717967697245),(360,502),(356,503.0717967697245),(353.0717967697245,506)) -3552 ((351,520),(352.20577136594005,524.5),(355.5,527.7942286340599),(360,529),(364.5,527.7942286340599),(367.79422863405995,524.5),(369,520),(367.79422863405995,515.5),(364.5,512.2057713659401),(360,511),(355.5,512.20577136594),(352.20577136594005,515.5)) -3553 ((350,530),(351.33974596215563,535),(355,538.6602540378444),(360,540),(365,538.6602540378444),(368.66025403784437,535),(370,530),(368.66025403784437,525),(365,521.3397459621556),(360,520),(355,521.3397459621556),(351.33974596215563,525)) -3554 ((359,540),(359.1339745962156,540.5),(359.5,540.8660254037844),(360,541),(360.5,540.8660254037844),(360.8660254037844,540.5),(361,540),(360.8660254037844,539.5),(360.5,539.1339745962156),(360,539),(359.5,539.1339745962156),(359.1339745962156,539.5)) -3555 ((358,550),(358.2679491924311,551),(359,551.7320508075688),(360,552),(361,551.7320508075688),(361.7320508075689,551),(362,550),(361.7320508075689,549),(361,548.2679491924312),(360,548),(359,548.2679491924312),(358.2679491924311,549)) -3556 ((357,560),(357.4019237886467,561.5),(358.5,562.5980762113534),(360,563),(361.5,562.5980762113534),(362.5980762113533,561.5),(363,560),(362.5980762113533,558.5),(361.5,557.4019237886467),(360,557),(358.5,557.4019237886466),(357.4019237886467,558.5)) -3557 ((356,570),(356.53589838486226,572),(358,573.4641016151378),(360,574),(362,573.4641016151378),(363.46410161513774,572),(364,570),(363.46410161513774,568),(362,566.5358983848622),(360,566),(358,566.5358983848622),(356.53589838486226,568)) -3558 ((355,580),(355.6698729810778,582.5),(357.5,584.3301270189222),(360,585),(362.5,584.3301270189222),(364.3301270189222,582.5),(365,580),(364.3301270189222,577.5),(362.5,575.6698729810778),(360,575),(357.5,575.6698729810778),(355.6698729810778,577.5)) -3559 ((354,590),(354.80384757729337,593),(357,595.1961524227066),(360,596),(363,595.1961524227066),(365.19615242270663,593),(366,590),(365.19615242270663,587),(363,584.8038475772934),(360,584),(357,584.8038475772934),(354.80384757729337,587)) -3560 ((353,600),(353.93782217350895,603.5),(356.5,606.062177826491),(360,607),(363.5,606.062177826491),(366.06217782649105,603.5),(367,600),(366.06217782649105,596.5),(363.5,593.937822173509),(360,593),(356.5,593.937822173509),(353.93782217350895,596.5)) -3561 ((352,610),(353.0717967697245,614),(356,616.9282032302755),(360,618),(364,616.9282032302755),(366.9282032302755,614),(368,610),(366.9282032302755,606),(364,603.0717967697245),(360,602),(356,603.0717967697245),(353.0717967697245,606)) -3562 ((351,620),(352.20577136594005,624.5),(355.5,627.7942286340599),(360,629),(364.5,627.7942286340599),(367.79422863405995,624.5),(369,620),(367.79422863405995,615.5),(364.5,612.2057713659401),(360,611),(355.5,612.20577136594),(352.20577136594005,615.5)) -3563 ((350,630),(351.33974596215563,635),(355,638.6602540378444),(360,640),(365,638.6602540378444),(368.66025403784437,635),(370,630),(368.66025403784437,625),(365,621.3397459621556),(360,620),(355,621.3397459621556),(351.33974596215563,625)) -3564 ((359,640),(359.1339745962156,640.5),(359.5,640.8660254037844),(360,641),(360.5,640.8660254037844),(360.8660254037844,640.5),(361,640),(360.8660254037844,639.5),(360.5,639.1339745962156),(360,639),(359.5,639.1339745962156),(359.1339745962156,639.5)) -3565 ((358,650),(358.2679491924311,651),(359,651.7320508075688),(360,652),(361,651.7320508075688),(361.7320508075689,651),(362,650),(361.7320508075689,649),(361,648.2679491924312),(360,648),(359,648.2679491924312),(358.2679491924311,649)) -3566 ((357,660),(357.4019237886467,661.5),(358.5,662.5980762113534),(360,663),(361.5,662.5980762113534),(362.5980762113533,661.5),(363,660),(362.5980762113533,658.5),(361.5,657.4019237886467),(360,657),(358.5,657.4019237886466),(357.4019237886467,658.5)) -3567 ((356,670),(356.53589838486226,672),(358,673.4641016151378),(360,674),(362,673.4641016151378),(363.46410161513774,672),(364,670),(363.46410161513774,668),(362,666.5358983848622),(360,666),(358,666.5358983848622),(356.53589838486226,668)) -3568 ((355,680),(355.6698729810778,682.5),(357.5,684.3301270189222),(360,685),(362.5,684.3301270189222),(364.3301270189222,682.5),(365,680),(364.3301270189222,677.5),(362.5,675.6698729810778),(360,675),(357.5,675.6698729810778),(355.6698729810778,677.5)) -3569 ((354,690),(354.80384757729337,693),(357,695.1961524227066),(360,696),(363,695.1961524227066),(365.19615242270663,693),(366,690),(365.19615242270663,687),(363,684.8038475772934),(360,684),(357,684.8038475772934),(354.80384757729337,687)) -3570 ((353,700),(353.93782217350895,703.5),(356.5,706.062177826491),(360,707),(363.5,706.062177826491),(366.06217782649105,703.5),(367,700),(366.06217782649105,696.5),(363.5,693.937822173509),(360,693),(356.5,693.937822173509),(353.93782217350895,696.5)) -3571 ((352,710),(353.0717967697245,714),(356,716.9282032302755),(360,718),(364,716.9282032302755),(366.9282032302755,714),(368,710),(366.9282032302755,706),(364,703.0717967697245),(360,702),(356,703.0717967697245),(353.0717967697245,706)) -3572 ((351,720),(352.20577136594005,724.5),(355.5,727.7942286340599),(360,729),(364.5,727.7942286340599),(367.79422863405995,724.5),(369,720),(367.79422863405995,715.5),(364.5,712.2057713659401),(360,711),(355.5,712.20577136594),(352.20577136594005,715.5)) -3573 ((350,730),(351.33974596215563,735),(355,738.6602540378444),(360,740),(365,738.6602540378444),(368.66025403784437,735),(370,730),(368.66025403784437,725),(365,721.3397459621556),(360,720),(355,721.3397459621556),(351.33974596215563,725)) -3574 ((359,740),(359.1339745962156,740.5),(359.5,740.8660254037844),(360,741),(360.5,740.8660254037844),(360.8660254037844,740.5),(361,740),(360.8660254037844,739.5),(360.5,739.1339745962156),(360,739),(359.5,739.1339745962156),(359.1339745962156,739.5)) -3575 ((358,750),(358.2679491924311,751),(359,751.7320508075688),(360,752),(361,751.7320508075688),(361.7320508075689,751),(362,750),(361.7320508075689,749),(361,748.2679491924312),(360,748),(359,748.2679491924312),(358.2679491924311,749)) -3576 ((357,760),(357.4019237886467,761.5),(358.5,762.5980762113534),(360,763),(361.5,762.5980762113534),(362.5980762113533,761.5),(363,760),(362.5980762113533,758.5),(361.5,757.4019237886467),(360,757),(358.5,757.4019237886466),(357.4019237886467,758.5)) -3577 ((356,770),(356.53589838486226,772),(358,773.4641016151378),(360,774),(362,773.4641016151378),(363.46410161513774,772),(364,770),(363.46410161513774,768),(362,766.5358983848622),(360,766),(358,766.5358983848622),(356.53589838486226,768)) -3578 ((355,780),(355.6698729810778,782.5),(357.5,784.3301270189222),(360,785),(362.5,784.3301270189222),(364.3301270189222,782.5),(365,780),(364.3301270189222,777.5),(362.5,775.6698729810778),(360,775),(357.5,775.6698729810778),(355.6698729810778,777.5)) -3579 ((354,790),(354.80384757729337,793),(357,795.1961524227066),(360,796),(363,795.1961524227066),(365.19615242270663,793),(366,790),(365.19615242270663,787),(363,784.8038475772934),(360,784),(357,784.8038475772934),(354.80384757729337,787)) -3580 ((353,800),(353.93782217350895,803.5),(356.5,806.062177826491),(360,807),(363.5,806.062177826491),(366.06217782649105,803.5),(367,800),(366.06217782649105,796.5),(363.5,793.937822173509),(360,793),(356.5,793.937822173509),(353.93782217350895,796.5)) -3581 ((352,810),(353.0717967697245,814),(356,816.9282032302755),(360,818),(364,816.9282032302755),(366.9282032302755,814),(368,810),(366.9282032302755,806),(364,803.0717967697245),(360,802),(356,803.0717967697245),(353.0717967697245,806)) -3582 ((351,820),(352.20577136594005,824.5),(355.5,827.7942286340599),(360,829),(364.5,827.7942286340599),(367.79422863405995,824.5),(369,820),(367.79422863405995,815.5),(364.5,812.2057713659401),(360,811),(355.5,812.20577136594),(352.20577136594005,815.5)) -3583 ((350,830),(351.33974596215563,835),(355,838.6602540378444),(360,840),(365,838.6602540378444),(368.66025403784437,835),(370,830),(368.66025403784437,825),(365,821.3397459621556),(360,820),(355,821.3397459621556),(351.33974596215563,825)) -3584 ((359,840),(359.1339745962156,840.5),(359.5,840.8660254037844),(360,841),(360.5,840.8660254037844),(360.8660254037844,840.5),(361,840),(360.8660254037844,839.5),(360.5,839.1339745962156),(360,839),(359.5,839.1339745962156),(359.1339745962156,839.5)) -3585 ((358,850),(358.2679491924311,851),(359,851.7320508075688),(360,852),(361,851.7320508075688),(361.7320508075689,851),(362,850),(361.7320508075689,849),(361,848.2679491924312),(360,848),(359,848.2679491924312),(358.2679491924311,849)) -3586 ((357,860),(357.4019237886467,861.5),(358.5,862.5980762113534),(360,863),(361.5,862.5980762113534),(362.5980762113533,861.5),(363,860),(362.5980762113533,858.5),(361.5,857.4019237886467),(360,857),(358.5,857.4019237886466),(357.4019237886467,858.5)) -3587 ((356,870),(356.53589838486226,872),(358,873.4641016151378),(360,874),(362,873.4641016151378),(363.46410161513774,872),(364,870),(363.46410161513774,868),(362,866.5358983848622),(360,866),(358,866.5358983848622),(356.53589838486226,868)) -3588 ((355,880),(355.6698729810778,882.5),(357.5,884.3301270189222),(360,885),(362.5,884.3301270189222),(364.3301270189222,882.5),(365,880),(364.3301270189222,877.5),(362.5,875.6698729810778),(360,875),(357.5,875.6698729810778),(355.6698729810778,877.5)) -3589 ((354,890),(354.80384757729337,893),(357,895.1961524227066),(360,896),(363,895.1961524227066),(365.19615242270663,893),(366,890),(365.19615242270663,887),(363,884.8038475772934),(360,884),(357,884.8038475772934),(354.80384757729337,887)) -3590 ((353,900),(353.93782217350895,903.5),(356.5,906.062177826491),(360,907),(363.5,906.062177826491),(366.06217782649105,903.5),(367,900),(366.06217782649105,896.5),(363.5,893.937822173509),(360,893),(356.5,893.937822173509),(353.93782217350895,896.5)) -3591 ((352,910),(353.0717967697245,914),(356,916.9282032302755),(360,918),(364,916.9282032302755),(366.9282032302755,914),(368,910),(366.9282032302755,906),(364,903.0717967697245),(360,902),(356,903.0717967697245),(353.0717967697245,906)) -3592 ((351,920),(352.20577136594005,924.5),(355.5,927.7942286340599),(360,929),(364.5,927.7942286340599),(367.79422863405995,924.5),(369,920),(367.79422863405995,915.5),(364.5,912.2057713659401),(360,911),(355.5,912.20577136594),(352.20577136594005,915.5)) -3593 ((350,930),(351.33974596215563,935),(355,938.6602540378444),(360,940),(365,938.6602540378444),(368.66025403784437,935),(370,930),(368.66025403784437,925),(365,921.3397459621556),(360,920),(355,921.3397459621556),(351.33974596215563,925)) -3594 ((359,940),(359.1339745962156,940.5),(359.5,940.8660254037844),(360,941),(360.5,940.8660254037844),(360.8660254037844,940.5),(361,940),(360.8660254037844,939.5),(360.5,939.1339745962156),(360,939),(359.5,939.1339745962156),(359.1339745962156,939.5)) -3595 ((358,950),(358.2679491924311,951),(359,951.7320508075688),(360,952),(361,951.7320508075688),(361.7320508075689,951),(362,950),(361.7320508075689,949),(361,948.2679491924312),(360,948),(359,948.2679491924312),(358.2679491924311,949)) -3596 ((357,960),(357.4019237886467,961.5),(358.5,962.5980762113534),(360,963),(361.5,962.5980762113534),(362.5980762113533,961.5),(363,960),(362.5980762113533,958.5),(361.5,957.4019237886467),(360,957),(358.5,957.4019237886466),(357.4019237886467,958.5)) -3597 ((356,970),(356.53589838486226,972),(358,973.4641016151378),(360,974),(362,973.4641016151378),(363.46410161513774,972),(364,970),(363.46410161513774,968),(362,966.5358983848622),(360,966),(358,966.5358983848622),(356.53589838486226,968)) -3598 ((355,980),(355.6698729810778,982.5),(357.5,984.3301270189222),(360,985),(362.5,984.3301270189222),(364.3301270189222,982.5),(365,980),(364.3301270189222,977.5),(362.5,975.6698729810778),(360,975),(357.5,975.6698729810778),(355.6698729810778,977.5)) -3599 ((354,990),(354.80384757729337,993),(357,995.1961524227066),(360,996),(363,995.1961524227066),(365.19615242270663,993),(366,990),(365.19615242270663,987),(363,984.8038475772934),(360,984),(357,984.8038475772934),(354.80384757729337,987)) -3600 ((353,1000),(353.93782217350895,1003.5),(356.5,1006.062177826491),(360,1007),(363.5,1006.062177826491),(366.06217782649105,1003.5),(367,1000),(366.06217782649105,996.5),(363.5,993.937822173509),(360,993),(356.5,993.937822173509),(353.93782217350895,996.5)) -3601 ((361,10),(362.20577136594005,14.5),(365.5,17.794228634059948),(370,19),(374.5,17.794228634059948),(377.79422863405995,14.500000000000004),(379,10.000000000000002),(377.79422863405995,5.500000000000003),(374.5,2.2057713659400537),(370,1),(365.5,2.2057713659400484),(362.20577136594005,5.4999999999999964)) -3602 ((360,20),(361.33974596215563,25),(365,28.660254037844386),(370,30),(375,28.66025403784439),(378.66025403784437,25.000000000000004),(380,20),(378.66025403784437,15.000000000000004),(375,11.339745962155614),(370,10),(365,11.33974596215561),(361.33974596215563,14.999999999999996)) -3603 ((369,30),(369.1339745962156,30.5),(369.5,30.866025403784437),(370,31),(370.5,30.866025403784437),(370.8660254037844,30.5),(371,30),(370.8660254037844,29.5),(370.5,29.133974596215563),(370,29),(369.5,29.133974596215563),(369.1339745962156,29.5)) -3604 ((368,40),(368.2679491924311,41),(369,41.732050807568875),(370,42),(371,41.732050807568875),(371.7320508075689,41),(372,40),(371.7320508075689,39),(371,38.267949192431125),(370,38),(369,38.267949192431125),(368.2679491924311,39)) -3605 ((367,50),(367.4019237886467,51.5),(368.5,52.598076211353316),(370,53),(371.5,52.598076211353316),(372.5980762113533,51.5),(373,50),(372.5980762113533,48.5),(371.5,47.401923788646684),(370,47),(368.5,47.401923788646684),(367.4019237886467,48.5)) -3606 ((366,60),(366.53589838486226,62),(368,63.46410161513776),(370,64),(372,63.46410161513776),(373.46410161513774,62),(374,60),(373.46410161513774,58),(372,56.53589838486224),(370,56),(368,56.53589838486224),(366.53589838486226,58)) -3607 ((365,70),(365.6698729810778,72.5),(367.5,74.3301270189222),(370,75),(372.5,74.3301270189222),(374.3301270189222,72.5),(375,70),(374.3301270189222,67.5),(372.5,65.6698729810778),(370,65),(367.5,65.6698729810778),(365.6698729810778,67.5)) -3608 ((364,80),(364.80384757729337,83),(367,85.19615242270663),(370,86),(373,85.19615242270663),(375.19615242270663,83),(376,80),(375.19615242270663,77),(373,74.80384757729337),(370,74),(367,74.80384757729337),(364.80384757729337,77)) -3609 ((363,90),(363.93782217350895,93.5),(366.5,96.06217782649107),(370,97),(373.5,96.06217782649107),(376.06217782649105,93.5),(377,90),(376.06217782649105,86.5),(373.5,83.93782217350893),(370,83),(366.5,83.93782217350892),(363.93782217350895,86.5)) -3610 ((362,100),(363.0717967697245,104),(366,106.92820323027551),(370,108),(374,106.92820323027551),(376.9282032302755,104),(378,100),(376.9282032302755,96),(374,93.07179676972449),(370,92),(366,93.07179676972449),(363.0717967697245,96)) -3611 ((361,110),(362.20577136594005,114.5),(365.5,117.79422863405995),(370,119),(374.5,117.79422863405995),(377.79422863405995,114.5),(379,110),(377.79422863405995,105.5),(374.5,102.20577136594005),(370,101),(365.5,102.20577136594005),(362.20577136594005,105.5)) -3612 ((360,120),(361.33974596215563,125),(365,128.6602540378444),(370,130),(375,128.6602540378444),(378.66025403784437,125),(380,120),(378.66025403784437,115),(375,111.33974596215562),(370,110),(365,111.3397459621556),(361.33974596215563,115)) -3613 ((369,130),(369.1339745962156,130.5),(369.5,130.86602540378445),(370,131),(370.5,130.86602540378445),(370.8660254037844,130.5),(371,130),(370.8660254037844,129.5),(370.5,129.13397459621555),(370,129),(369.5,129.13397459621555),(369.1339745962156,129.5)) -3614 ((368,140),(368.2679491924311,141),(369,141.73205080756887),(370,142),(371,141.73205080756887),(371.7320508075689,141),(372,140),(371.7320508075689,139),(371,138.26794919243113),(370,138),(369,138.26794919243113),(368.2679491924311,139)) -3615 ((367,150),(367.4019237886467,151.5),(368.5,152.59807621135332),(370,153),(371.5,152.59807621135332),(372.5980762113533,151.5),(373,150),(372.5980762113533,148.5),(371.5,147.40192378864668),(370,147),(368.5,147.40192378864668),(367.4019237886467,148.5)) -3616 ((366,160),(366.53589838486226,162),(368,163.46410161513776),(370,164),(372,163.46410161513776),(373.46410161513774,162),(374,160),(373.46410161513774,158),(372,156.53589838486224),(370,156),(368,156.53589838486224),(366.53589838486226,158)) -3617 ((365,170),(365.6698729810778,172.5),(367.5,174.33012701892218),(370,175),(372.5,174.33012701892218),(374.3301270189222,172.5),(375,170),(374.3301270189222,167.5),(372.5,165.66987298107782),(370,165),(367.5,165.66987298107782),(365.6698729810778,167.5)) -3618 ((364,180),(364.80384757729337,183),(367,185.19615242270663),(370,186),(373,185.19615242270663),(375.19615242270663,183),(376,180),(375.19615242270663,177),(373,174.80384757729337),(370,174),(367,174.80384757729337),(364.80384757729337,177)) -3619 ((363,190),(363.93782217350895,193.5),(366.5,196.06217782649108),(370,197),(373.5,196.06217782649108),(376.06217782649105,193.5),(377,190),(376.06217782649105,186.5),(373.5,183.93782217350892),(370,183),(366.5,183.93782217350892),(363.93782217350895,186.5)) -3620 ((362,200),(363.0717967697245,204),(366,206.9282032302755),(370,208),(374,206.9282032302755),(376.9282032302755,204),(378,200),(376.9282032302755,196),(374,193.0717967697245),(370,192),(366,193.0717967697245),(363.0717967697245,196)) -3621 ((361,210),(362.20577136594005,214.5),(365.5,217.79422863405995),(370,219),(374.5,217.79422863405995),(377.79422863405995,214.5),(379,210),(377.79422863405995,205.5),(374.5,202.20577136594005),(370,201),(365.5,202.20577136594005),(362.20577136594005,205.5)) -3622 ((360,220),(361.33974596215563,225),(365,228.6602540378444),(370,230),(375,228.6602540378444),(378.66025403784437,225),(380,220),(378.66025403784437,215),(375,211.3397459621556),(370,210),(365,211.3397459621556),(361.33974596215563,215)) -3623 ((369,230),(369.1339745962156,230.5),(369.5,230.86602540378445),(370,231),(370.5,230.86602540378445),(370.8660254037844,230.5),(371,230),(370.8660254037844,229.5),(370.5,229.13397459621555),(370,229),(369.5,229.13397459621555),(369.1339745962156,229.5)) -3624 ((368,240),(368.2679491924311,241),(369,241.73205080756887),(370,242),(371,241.73205080756887),(371.7320508075689,241),(372,240),(371.7320508075689,239),(371,238.26794919243113),(370,238),(369,238.26794919243113),(368.2679491924311,239)) -3625 ((367,250),(367.4019237886467,251.5),(368.5,252.59807621135332),(370,253),(371.5,252.59807621135332),(372.5980762113533,251.5),(373,250),(372.5980762113533,248.5),(371.5,247.40192378864668),(370,247),(368.5,247.40192378864668),(367.4019237886467,248.5)) -3626 ((366,260),(366.53589838486226,262),(368,263.46410161513774),(370,264),(372,263.46410161513774),(373.46410161513774,262),(374,260),(373.46410161513774,258),(372,256.53589838486226),(370,256),(368,256.53589838486226),(366.53589838486226,258)) -3627 ((365,270),(365.6698729810778,272.5),(367.5,274.3301270189222),(370,275),(372.5,274.3301270189222),(374.3301270189222,272.5),(375,270),(374.3301270189222,267.5),(372.5,265.6698729810778),(370,265),(367.5,265.6698729810778),(365.6698729810778,267.5)) -3628 ((364,280),(364.80384757729337,283),(367,285.19615242270663),(370,286),(373,285.19615242270663),(375.19615242270663,283),(376,280),(375.19615242270663,277),(373,274.80384757729337),(370,274),(367,274.80384757729337),(364.80384757729337,277)) -3629 ((363,290),(363.93782217350895,293.5),(366.5,296.06217782649105),(370,297),(373.5,296.06217782649105),(376.06217782649105,293.5),(377,290),(376.06217782649105,286.5),(373.5,283.93782217350895),(370,283),(366.5,283.93782217350895),(363.93782217350895,286.5)) -3630 ((362,300),(363.0717967697245,304),(366,306.9282032302755),(370,308),(374,306.9282032302755),(376.9282032302755,304),(378,300),(376.9282032302755,296),(374,293.0717967697245),(370,292),(366,293.0717967697245),(363.0717967697245,296)) -3631 ((361,310),(362.20577136594005,314.5),(365.5,317.79422863405995),(370,319),(374.5,317.79422863405995),(377.79422863405995,314.5),(379,310),(377.79422863405995,305.5),(374.5,302.20577136594005),(370,301),(365.5,302.20577136594005),(362.20577136594005,305.5)) -3632 ((360,320),(361.33974596215563,325),(365,328.66025403784437),(370,330),(375,328.66025403784437),(378.66025403784437,325),(380,320),(378.66025403784437,315),(375,311.33974596215563),(370,310),(365,311.33974596215563),(361.33974596215563,315)) -3633 ((369,330),(369.1339745962156,330.5),(369.5,330.8660254037844),(370,331),(370.5,330.8660254037844),(370.8660254037844,330.5),(371,330),(370.8660254037844,329.5),(370.5,329.1339745962156),(370,329),(369.5,329.1339745962156),(369.1339745962156,329.5)) -3634 ((368,340),(368.2679491924311,341),(369,341.7320508075689),(370,342),(371,341.7320508075689),(371.7320508075689,341),(372,340),(371.7320508075689,339),(371,338.2679491924311),(370,338),(369,338.2679491924311),(368.2679491924311,339)) -3635 ((367,350),(367.4019237886467,351.5),(368.5,352.5980762113533),(370,353),(371.5,352.5980762113533),(372.5980762113533,351.5),(373,350),(372.5980762113533,348.5),(371.5,347.4019237886467),(370,347),(368.5,347.4019237886467),(367.4019237886467,348.5)) -3636 ((366,360),(366.53589838486226,362),(368,363.46410161513774),(370,364),(372,363.46410161513774),(373.46410161513774,362),(374,360),(373.46410161513774,358),(372,356.53589838486226),(370,356),(368,356.53589838486226),(366.53589838486226,358)) -3637 ((365,370),(365.6698729810778,372.5),(367.5,374.3301270189222),(370,375),(372.5,374.3301270189222),(374.3301270189222,372.5),(375,370),(374.3301270189222,367.5),(372.5,365.6698729810778),(370,365),(367.5,365.6698729810778),(365.6698729810778,367.5)) -3638 ((364,380),(364.80384757729337,383),(367,385.19615242270663),(370,386),(373,385.19615242270663),(375.19615242270663,383),(376,380),(375.19615242270663,377),(373,374.80384757729337),(370,374),(367,374.80384757729337),(364.80384757729337,377)) -3639 ((363,390),(363.93782217350895,393.5),(366.5,396.06217782649105),(370,397),(373.5,396.06217782649105),(376.06217782649105,393.5),(377,390),(376.06217782649105,386.5),(373.5,383.93782217350895),(370,383),(366.5,383.93782217350895),(363.93782217350895,386.5)) -3640 ((362,400),(363.0717967697245,404),(366,406.9282032302755),(370,408),(374,406.9282032302755),(376.9282032302755,404),(378,400),(376.9282032302755,396),(374,393.0717967697245),(370,392),(366,393.0717967697245),(363.0717967697245,396)) -3641 ((361,410),(362.20577136594005,414.5),(365.5,417.79422863405995),(370,419),(374.5,417.79422863405995),(377.79422863405995,414.5),(379,410),(377.79422863405995,405.5),(374.5,402.20577136594005),(370,401),(365.5,402.20577136594005),(362.20577136594005,405.5)) -3642 ((360,420),(361.33974596215563,425),(365,428.66025403784437),(370,430),(375,428.66025403784437),(378.66025403784437,425),(380,420),(378.66025403784437,415),(375,411.33974596215563),(370,410),(365,411.33974596215563),(361.33974596215563,415)) -3643 ((369,430),(369.1339745962156,430.5),(369.5,430.8660254037844),(370,431),(370.5,430.8660254037844),(370.8660254037844,430.5),(371,430),(370.8660254037844,429.5),(370.5,429.1339745962156),(370,429),(369.5,429.1339745962156),(369.1339745962156,429.5)) -3644 ((368,440),(368.2679491924311,441),(369,441.7320508075689),(370,442),(371,441.7320508075689),(371.7320508075689,441),(372,440),(371.7320508075689,439),(371,438.2679491924311),(370,438),(369,438.2679491924311),(368.2679491924311,439)) -3645 ((367,450),(367.4019237886467,451.5),(368.5,452.5980762113533),(370,453),(371.5,452.5980762113533),(372.5980762113533,451.5),(373,450),(372.5980762113533,448.5),(371.5,447.4019237886467),(370,447),(368.5,447.4019237886467),(367.4019237886467,448.5)) -3646 ((366,460),(366.53589838486226,462),(368,463.46410161513774),(370,464),(372,463.46410161513774),(373.46410161513774,462),(374,460),(373.46410161513774,458),(372,456.53589838486226),(370,456),(368,456.53589838486226),(366.53589838486226,458)) -3647 ((365,470),(365.6698729810778,472.5),(367.5,474.3301270189222),(370,475),(372.5,474.3301270189222),(374.3301270189222,472.5),(375,470),(374.3301270189222,467.5),(372.5,465.6698729810778),(370,465),(367.5,465.6698729810778),(365.6698729810778,467.5)) -3648 ((364,480),(364.80384757729337,483),(367,485.19615242270663),(370,486),(373,485.19615242270663),(375.19615242270663,483),(376,480),(375.19615242270663,477),(373,474.80384757729337),(370,474),(367,474.80384757729337),(364.80384757729337,477)) -3649 ((363,490),(363.93782217350895,493.5),(366.5,496.06217782649105),(370,497),(373.5,496.06217782649105),(376.06217782649105,493.5),(377,490),(376.06217782649105,486.5),(373.5,483.93782217350895),(370,483),(366.5,483.93782217350895),(363.93782217350895,486.5)) -3650 ((362,500),(363.0717967697245,504),(366,506.9282032302755),(370,508),(374,506.9282032302755),(376.9282032302755,504),(378,500),(376.9282032302755,496),(374,493.0717967697245),(370,492),(366,493.0717967697245),(363.0717967697245,496)) -3651 ((361,510),(362.20577136594005,514.5),(365.5,517.7942286340599),(370,519),(374.5,517.7942286340599),(377.79422863405995,514.5),(379,510),(377.79422863405995,505.5),(374.5,502.20577136594005),(370,501),(365.5,502.20577136594005),(362.20577136594005,505.5)) -3652 ((360,520),(361.33974596215563,525),(365,528.6602540378444),(370,530),(375,528.6602540378444),(378.66025403784437,525),(380,520),(378.66025403784437,515),(375,511.33974596215563),(370,510),(365,511.33974596215563),(361.33974596215563,515)) -3653 ((369,530),(369.1339745962156,530.5),(369.5,530.8660254037844),(370,531),(370.5,530.8660254037844),(370.8660254037844,530.5),(371,530),(370.8660254037844,529.5),(370.5,529.1339745962156),(370,529),(369.5,529.1339745962156),(369.1339745962156,529.5)) -3654 ((368,540),(368.2679491924311,541),(369,541.7320508075688),(370,542),(371,541.7320508075688),(371.7320508075689,541),(372,540),(371.7320508075689,539),(371,538.2679491924312),(370,538),(369,538.2679491924312),(368.2679491924311,539)) -3655 ((367,550),(367.4019237886467,551.5),(368.5,552.5980762113534),(370,553),(371.5,552.5980762113534),(372.5980762113533,551.5),(373,550),(372.5980762113533,548.5),(371.5,547.4019237886467),(370,547),(368.5,547.4019237886466),(367.4019237886467,548.5)) -3656 ((366,560),(366.53589838486226,562),(368,563.4641016151378),(370,564),(372,563.4641016151378),(373.46410161513774,562),(374,560),(373.46410161513774,558),(372,556.5358983848622),(370,556),(368,556.5358983848622),(366.53589838486226,558)) -3657 ((365,570),(365.6698729810778,572.5),(367.5,574.3301270189222),(370,575),(372.5,574.3301270189222),(374.3301270189222,572.5),(375,570),(374.3301270189222,567.5),(372.5,565.6698729810778),(370,565),(367.5,565.6698729810778),(365.6698729810778,567.5)) -3658 ((364,580),(364.80384757729337,583),(367,585.1961524227066),(370,586),(373,585.1961524227066),(375.19615242270663,583),(376,580),(375.19615242270663,577),(373,574.8038475772934),(370,574),(367,574.8038475772934),(364.80384757729337,577)) -3659 ((363,590),(363.93782217350895,593.5),(366.5,596.062177826491),(370,597),(373.5,596.062177826491),(376.06217782649105,593.5),(377,590),(376.06217782649105,586.5),(373.5,583.937822173509),(370,583),(366.5,583.937822173509),(363.93782217350895,586.5)) -3660 ((362,600),(363.0717967697245,604),(366,606.9282032302755),(370,608),(374,606.9282032302755),(376.9282032302755,604),(378,600),(376.9282032302755,596),(374,593.0717967697245),(370,592),(366,593.0717967697245),(363.0717967697245,596)) -3661 ((361,610),(362.20577136594005,614.5),(365.5,617.7942286340599),(370,619),(374.5,617.7942286340599),(377.79422863405995,614.5),(379,610),(377.79422863405995,605.5),(374.5,602.2057713659401),(370,601),(365.5,602.20577136594),(362.20577136594005,605.5)) -3662 ((360,620),(361.33974596215563,625),(365,628.6602540378444),(370,630),(375,628.6602540378444),(378.66025403784437,625),(380,620),(378.66025403784437,615),(375,611.3397459621556),(370,610),(365,611.3397459621556),(361.33974596215563,615)) -3663 ((369,630),(369.1339745962156,630.5),(369.5,630.8660254037844),(370,631),(370.5,630.8660254037844),(370.8660254037844,630.5),(371,630),(370.8660254037844,629.5),(370.5,629.1339745962156),(370,629),(369.5,629.1339745962156),(369.1339745962156,629.5)) -3664 ((368,640),(368.2679491924311,641),(369,641.7320508075688),(370,642),(371,641.7320508075688),(371.7320508075689,641),(372,640),(371.7320508075689,639),(371,638.2679491924312),(370,638),(369,638.2679491924312),(368.2679491924311,639)) -3665 ((367,650),(367.4019237886467,651.5),(368.5,652.5980762113534),(370,653),(371.5,652.5980762113534),(372.5980762113533,651.5),(373,650),(372.5980762113533,648.5),(371.5,647.4019237886467),(370,647),(368.5,647.4019237886466),(367.4019237886467,648.5)) -3666 ((366,660),(366.53589838486226,662),(368,663.4641016151378),(370,664),(372,663.4641016151378),(373.46410161513774,662),(374,660),(373.46410161513774,658),(372,656.5358983848622),(370,656),(368,656.5358983848622),(366.53589838486226,658)) -3667 ((365,670),(365.6698729810778,672.5),(367.5,674.3301270189222),(370,675),(372.5,674.3301270189222),(374.3301270189222,672.5),(375,670),(374.3301270189222,667.5),(372.5,665.6698729810778),(370,665),(367.5,665.6698729810778),(365.6698729810778,667.5)) -3668 ((364,680),(364.80384757729337,683),(367,685.1961524227066),(370,686),(373,685.1961524227066),(375.19615242270663,683),(376,680),(375.19615242270663,677),(373,674.8038475772934),(370,674),(367,674.8038475772934),(364.80384757729337,677)) -3669 ((363,690),(363.93782217350895,693.5),(366.5,696.062177826491),(370,697),(373.5,696.062177826491),(376.06217782649105,693.5),(377,690),(376.06217782649105,686.5),(373.5,683.937822173509),(370,683),(366.5,683.937822173509),(363.93782217350895,686.5)) -3670 ((362,700),(363.0717967697245,704),(366,706.9282032302755),(370,708),(374,706.9282032302755),(376.9282032302755,704),(378,700),(376.9282032302755,696),(374,693.0717967697245),(370,692),(366,693.0717967697245),(363.0717967697245,696)) -3671 ((361,710),(362.20577136594005,714.5),(365.5,717.7942286340599),(370,719),(374.5,717.7942286340599),(377.79422863405995,714.5),(379,710),(377.79422863405995,705.5),(374.5,702.2057713659401),(370,701),(365.5,702.20577136594),(362.20577136594005,705.5)) -3672 ((360,720),(361.33974596215563,725),(365,728.6602540378444),(370,730),(375,728.6602540378444),(378.66025403784437,725),(380,720),(378.66025403784437,715),(375,711.3397459621556),(370,710),(365,711.3397459621556),(361.33974596215563,715)) -3673 ((369,730),(369.1339745962156,730.5),(369.5,730.8660254037844),(370,731),(370.5,730.8660254037844),(370.8660254037844,730.5),(371,730),(370.8660254037844,729.5),(370.5,729.1339745962156),(370,729),(369.5,729.1339745962156),(369.1339745962156,729.5)) -3674 ((368,740),(368.2679491924311,741),(369,741.7320508075688),(370,742),(371,741.7320508075688),(371.7320508075689,741),(372,740),(371.7320508075689,739),(371,738.2679491924312),(370,738),(369,738.2679491924312),(368.2679491924311,739)) -3675 ((367,750),(367.4019237886467,751.5),(368.5,752.5980762113534),(370,753),(371.5,752.5980762113534),(372.5980762113533,751.5),(373,750),(372.5980762113533,748.5),(371.5,747.4019237886467),(370,747),(368.5,747.4019237886466),(367.4019237886467,748.5)) -3676 ((366,760),(366.53589838486226,762),(368,763.4641016151378),(370,764),(372,763.4641016151378),(373.46410161513774,762),(374,760),(373.46410161513774,758),(372,756.5358983848622),(370,756),(368,756.5358983848622),(366.53589838486226,758)) -3677 ((365,770),(365.6698729810778,772.5),(367.5,774.3301270189222),(370,775),(372.5,774.3301270189222),(374.3301270189222,772.5),(375,770),(374.3301270189222,767.5),(372.5,765.6698729810778),(370,765),(367.5,765.6698729810778),(365.6698729810778,767.5)) -3678 ((364,780),(364.80384757729337,783),(367,785.1961524227066),(370,786),(373,785.1961524227066),(375.19615242270663,783),(376,780),(375.19615242270663,777),(373,774.8038475772934),(370,774),(367,774.8038475772934),(364.80384757729337,777)) -3679 ((363,790),(363.93782217350895,793.5),(366.5,796.062177826491),(370,797),(373.5,796.062177826491),(376.06217782649105,793.5),(377,790),(376.06217782649105,786.5),(373.5,783.937822173509),(370,783),(366.5,783.937822173509),(363.93782217350895,786.5)) -3680 ((362,800),(363.0717967697245,804),(366,806.9282032302755),(370,808),(374,806.9282032302755),(376.9282032302755,804),(378,800),(376.9282032302755,796),(374,793.0717967697245),(370,792),(366,793.0717967697245),(363.0717967697245,796)) -3681 ((361,810),(362.20577136594005,814.5),(365.5,817.7942286340599),(370,819),(374.5,817.7942286340599),(377.79422863405995,814.5),(379,810),(377.79422863405995,805.5),(374.5,802.2057713659401),(370,801),(365.5,802.20577136594),(362.20577136594005,805.5)) -3682 ((360,820),(361.33974596215563,825),(365,828.6602540378444),(370,830),(375,828.6602540378444),(378.66025403784437,825),(380,820),(378.66025403784437,815),(375,811.3397459621556),(370,810),(365,811.3397459621556),(361.33974596215563,815)) -3683 ((369,830),(369.1339745962156,830.5),(369.5,830.8660254037844),(370,831),(370.5,830.8660254037844),(370.8660254037844,830.5),(371,830),(370.8660254037844,829.5),(370.5,829.1339745962156),(370,829),(369.5,829.1339745962156),(369.1339745962156,829.5)) -3684 ((368,840),(368.2679491924311,841),(369,841.7320508075688),(370,842),(371,841.7320508075688),(371.7320508075689,841),(372,840),(371.7320508075689,839),(371,838.2679491924312),(370,838),(369,838.2679491924312),(368.2679491924311,839)) -3685 ((367,850),(367.4019237886467,851.5),(368.5,852.5980762113534),(370,853),(371.5,852.5980762113534),(372.5980762113533,851.5),(373,850),(372.5980762113533,848.5),(371.5,847.4019237886467),(370,847),(368.5,847.4019237886466),(367.4019237886467,848.5)) -3686 ((366,860),(366.53589838486226,862),(368,863.4641016151378),(370,864),(372,863.4641016151378),(373.46410161513774,862),(374,860),(373.46410161513774,858),(372,856.5358983848622),(370,856),(368,856.5358983848622),(366.53589838486226,858)) -3687 ((365,870),(365.6698729810778,872.5),(367.5,874.3301270189222),(370,875),(372.5,874.3301270189222),(374.3301270189222,872.5),(375,870),(374.3301270189222,867.5),(372.5,865.6698729810778),(370,865),(367.5,865.6698729810778),(365.6698729810778,867.5)) -3688 ((364,880),(364.80384757729337,883),(367,885.1961524227066),(370,886),(373,885.1961524227066),(375.19615242270663,883),(376,880),(375.19615242270663,877),(373,874.8038475772934),(370,874),(367,874.8038475772934),(364.80384757729337,877)) -3689 ((363,890),(363.93782217350895,893.5),(366.5,896.062177826491),(370,897),(373.5,896.062177826491),(376.06217782649105,893.5),(377,890),(376.06217782649105,886.5),(373.5,883.937822173509),(370,883),(366.5,883.937822173509),(363.93782217350895,886.5)) -3690 ((362,900),(363.0717967697245,904),(366,906.9282032302755),(370,908),(374,906.9282032302755),(376.9282032302755,904),(378,900),(376.9282032302755,896),(374,893.0717967697245),(370,892),(366,893.0717967697245),(363.0717967697245,896)) -3691 ((361,910),(362.20577136594005,914.5),(365.5,917.7942286340599),(370,919),(374.5,917.7942286340599),(377.79422863405995,914.5),(379,910),(377.79422863405995,905.5),(374.5,902.2057713659401),(370,901),(365.5,902.20577136594),(362.20577136594005,905.5)) -3692 ((360,920),(361.33974596215563,925),(365,928.6602540378444),(370,930),(375,928.6602540378444),(378.66025403784437,925),(380,920),(378.66025403784437,915),(375,911.3397459621556),(370,910),(365,911.3397459621556),(361.33974596215563,915)) -3693 ((369,930),(369.1339745962156,930.5),(369.5,930.8660254037844),(370,931),(370.5,930.8660254037844),(370.8660254037844,930.5),(371,930),(370.8660254037844,929.5),(370.5,929.1339745962156),(370,929),(369.5,929.1339745962156),(369.1339745962156,929.5)) -3694 ((368,940),(368.2679491924311,941),(369,941.7320508075688),(370,942),(371,941.7320508075688),(371.7320508075689,941),(372,940),(371.7320508075689,939),(371,938.2679491924312),(370,938),(369,938.2679491924312),(368.2679491924311,939)) -3695 ((367,950),(367.4019237886467,951.5),(368.5,952.5980762113534),(370,953),(371.5,952.5980762113534),(372.5980762113533,951.5),(373,950),(372.5980762113533,948.5),(371.5,947.4019237886467),(370,947),(368.5,947.4019237886466),(367.4019237886467,948.5)) -3696 ((366,960),(366.53589838486226,962),(368,963.4641016151378),(370,964),(372,963.4641016151378),(373.46410161513774,962),(374,960),(373.46410161513774,958),(372,956.5358983848622),(370,956),(368,956.5358983848622),(366.53589838486226,958)) -3697 ((365,970),(365.6698729810778,972.5),(367.5,974.3301270189222),(370,975),(372.5,974.3301270189222),(374.3301270189222,972.5),(375,970),(374.3301270189222,967.5),(372.5,965.6698729810778),(370,965),(367.5,965.6698729810778),(365.6698729810778,967.5)) -3698 ((364,980),(364.80384757729337,983),(367,985.1961524227066),(370,986),(373,985.1961524227066),(375.19615242270663,983),(376,980),(375.19615242270663,977),(373,974.8038475772934),(370,974),(367,974.8038475772934),(364.80384757729337,977)) -3699 ((363,990),(363.93782217350895,993.5),(366.5,996.062177826491),(370,997),(373.5,996.062177826491),(376.06217782649105,993.5),(377,990),(376.06217782649105,986.5),(373.5,983.937822173509),(370,983),(366.5,983.937822173509),(363.93782217350895,986.5)) -3700 ((362,1000),(363.0717967697245,1004),(366,1006.9282032302755),(370,1008),(374,1006.9282032302755),(376.9282032302755,1004),(378,1000),(376.9282032302755,996),(374,993.0717967697245),(370,992),(366,993.0717967697245),(363.0717967697245,996)) -3701 ((370,10),(371.33974596215563,15),(375,18.660254037844386),(380,20),(385,18.66025403784439),(388.66025403784437,15.000000000000004),(390,10.000000000000002),(388.66025403784437,5.000000000000003),(385,1.3397459621556145),(380,0),(375,1.3397459621556091),(371.33974596215563,4.999999999999996)) -3702 ((379,20),(379.1339745962156,20.5),(379.5,20.866025403784437),(380,21),(380.5,20.866025403784437),(380.8660254037844,20.5),(381,20),(380.8660254037844,19.5),(380.5,19.133974596215563),(380,19),(379.5,19.133974596215563),(379.1339745962156,19.5)) -3703 ((378,30),(378.2679491924311,31),(379,31.73205080756888),(380,32),(381,31.73205080756888),(381.7320508075689,31),(382,30),(381.7320508075689,29),(381,28.26794919243112),(380,28),(379,28.26794919243112),(378.2679491924311,29)) -3704 ((377,40),(377.4019237886467,41.5),(378.5,42.598076211353316),(380,43),(381.5,42.598076211353316),(382.5980762113533,41.5),(383,40),(382.5980762113533,38.5),(381.5,37.401923788646684),(380,37),(378.5,37.401923788646684),(377.4019237886467,38.5)) -3705 ((376,50),(376.53589838486226,52),(378,53.46410161513776),(380,54),(382,53.46410161513776),(383.46410161513774,52),(384,50),(383.46410161513774,48),(382,46.53589838486224),(380,46),(378,46.53589838486224),(376.53589838486226,48)) -3706 ((375,60),(375.6698729810778,62.5),(377.5,64.3301270189222),(380,65),(382.5,64.3301270189222),(384.3301270189222,62.5),(385,60),(384.3301270189222,57.5),(382.5,55.66987298107781),(380,55),(377.5,55.6698729810778),(375.6698729810778,57.5)) -3707 ((374,70),(374.80384757729337,73),(377,75.19615242270663),(380,76),(383,75.19615242270663),(385.19615242270663,73),(386,70),(385.19615242270663,67),(383,64.80384757729337),(380,64),(377,64.80384757729337),(374.80384757729337,67)) -3708 ((373,80),(373.93782217350895,83.5),(376.5,86.06217782649107),(380,87),(383.5,86.06217782649107),(386.06217782649105,83.5),(387,80),(386.06217782649105,76.5),(383.5,73.93782217350893),(380,73),(376.5,73.93782217350892),(373.93782217350895,76.5)) -3709 ((372,90),(373.0717967697245,94),(376,96.92820323027551),(380,98),(384,96.92820323027551),(386.9282032302755,94),(388,90),(386.9282032302755,86),(384,83.07179676972449),(380,82),(376,83.07179676972449),(373.0717967697245,86)) -3710 ((371,100),(372.20577136594005,104.5),(375.5,107.79422863405995),(380,109),(384.5,107.79422863405995),(387.79422863405995,104.5),(389,100),(387.79422863405995,95.5),(384.5,92.20577136594005),(380,91),(375.5,92.20577136594005),(372.20577136594005,95.5)) -3711 ((370,110),(371.33974596215563,115),(375,118.66025403784438),(380,120),(385,118.66025403784438),(388.66025403784437,115),(390,110),(388.66025403784437,105),(385,101.33974596215562),(380,100),(375,101.3397459621556),(371.33974596215563,105)) -3712 ((379,120),(379.1339745962156,120.5),(379.5,120.86602540378443),(380,121),(380.5,120.86602540378443),(380.8660254037844,120.5),(381,120),(380.8660254037844,119.5),(380.5,119.13397459621557),(380,119),(379.5,119.13397459621557),(379.1339745962156,119.5)) -3713 ((378,130),(378.2679491924311,131),(379,131.73205080756887),(380,132),(381,131.73205080756887),(381.7320508075689,131),(382,130),(381.7320508075689,129),(381,128.26794919243113),(380,128),(379,128.26794919243113),(378.2679491924311,129)) -3714 ((377,140),(377.4019237886467,141.5),(378.5,142.59807621135332),(380,143),(381.5,142.59807621135332),(382.5980762113533,141.5),(383,140),(382.5980762113533,138.5),(381.5,137.40192378864668),(380,137),(378.5,137.40192378864668),(377.4019237886467,138.5)) -3715 ((376,150),(376.53589838486226,152),(378,153.46410161513776),(380,154),(382,153.46410161513776),(383.46410161513774,152),(384,150),(383.46410161513774,148),(382,146.53589838486224),(380,146),(378,146.53589838486224),(376.53589838486226,148)) -3716 ((375,160),(375.6698729810778,162.5),(377.5,164.33012701892218),(380,165),(382.5,164.33012701892218),(384.3301270189222,162.5),(385,160),(384.3301270189222,157.5),(382.5,155.66987298107782),(380,155),(377.5,155.66987298107782),(375.6698729810778,157.5)) -3717 ((374,170),(374.80384757729337,173),(377,175.19615242270663),(380,176),(383,175.19615242270663),(385.19615242270663,173),(386,170),(385.19615242270663,167),(383,164.80384757729337),(380,164),(377,164.80384757729337),(374.80384757729337,167)) -3718 ((373,180),(373.93782217350895,183.5),(376.5,186.06217782649108),(380,187),(383.5,186.06217782649108),(386.06217782649105,183.5),(387,180),(386.06217782649105,176.5),(383.5,173.93782217350892),(380,173),(376.5,173.93782217350892),(373.93782217350895,176.5)) -3719 ((372,190),(373.0717967697245,194),(376,196.9282032302755),(380,198),(384,196.9282032302755),(386.9282032302755,194),(388,190),(386.9282032302755,186),(384,183.0717967697245),(380,182),(376,183.0717967697245),(373.0717967697245,186)) -3720 ((371,200),(372.20577136594005,204.5),(375.5,207.79422863405995),(380,209),(384.5,207.79422863405995),(387.79422863405995,204.5),(389,200),(387.79422863405995,195.5),(384.5,192.20577136594005),(380,191),(375.5,192.20577136594005),(372.20577136594005,195.5)) -3721 ((370,210),(371.33974596215563,215),(375,218.6602540378444),(380,220),(385,218.6602540378444),(388.66025403784437,215),(390,210),(388.66025403784437,205),(385,201.3397459621556),(380,200),(375,201.3397459621556),(371.33974596215563,205)) -3722 ((379,220),(379.1339745962156,220.5),(379.5,220.86602540378445),(380,221),(380.5,220.86602540378445),(380.8660254037844,220.5),(381,220),(380.8660254037844,219.5),(380.5,219.13397459621555),(380,219),(379.5,219.13397459621555),(379.1339745962156,219.5)) -3723 ((378,230),(378.2679491924311,231),(379,231.73205080756887),(380,232),(381,231.73205080756887),(381.7320508075689,231),(382,230),(381.7320508075689,229),(381,228.26794919243113),(380,228),(379,228.26794919243113),(378.2679491924311,229)) -3724 ((377,240),(377.4019237886467,241.5),(378.5,242.59807621135332),(380,243),(381.5,242.59807621135332),(382.5980762113533,241.5),(383,240),(382.5980762113533,238.5),(381.5,237.40192378864668),(380,237),(378.5,237.40192378864668),(377.4019237886467,238.5)) -3725 ((376,250),(376.53589838486226,252),(378,253.46410161513776),(380,254),(382,253.46410161513776),(383.46410161513774,252),(384,250),(383.46410161513774,248),(382,246.53589838486224),(380,246),(378,246.53589838486224),(376.53589838486226,248)) -3726 ((375,260),(375.6698729810778,262.5),(377.5,264.3301270189222),(380,265),(382.5,264.3301270189222),(384.3301270189222,262.5),(385,260),(384.3301270189222,257.5),(382.5,255.66987298107782),(380,255),(377.5,255.66987298107782),(375.6698729810778,257.5)) -3727 ((374,270),(374.80384757729337,273),(377,275.19615242270663),(380,276),(383,275.19615242270663),(385.19615242270663,273),(386,270),(385.19615242270663,267),(383,264.80384757729337),(380,264),(377,264.80384757729337),(374.80384757729337,267)) -3728 ((373,280),(373.93782217350895,283.5),(376.5,286.06217782649105),(380,287),(383.5,286.06217782649105),(386.06217782649105,283.5),(387,280),(386.06217782649105,276.5),(383.5,273.93782217350895),(380,273),(376.5,273.93782217350895),(373.93782217350895,276.5)) -3729 ((372,290),(373.0717967697245,294),(376,296.9282032302755),(380,298),(384,296.9282032302755),(386.9282032302755,294),(388,290),(386.9282032302755,286),(384,283.0717967697245),(380,282),(376,283.0717967697245),(373.0717967697245,286)) -3730 ((371,300),(372.20577136594005,304.5),(375.5,307.79422863405995),(380,309),(384.5,307.79422863405995),(387.79422863405995,304.5),(389,300),(387.79422863405995,295.5),(384.5,292.20577136594005),(380,291),(375.5,292.20577136594005),(372.20577136594005,295.5)) -3731 ((370,310),(371.33974596215563,315),(375,318.66025403784437),(380,320),(385,318.66025403784437),(388.66025403784437,315),(390,310),(388.66025403784437,305),(385,301.33974596215563),(380,300),(375,301.33974596215563),(371.33974596215563,305)) -3732 ((379,320),(379.1339745962156,320.5),(379.5,320.8660254037844),(380,321),(380.5,320.8660254037844),(380.8660254037844,320.5),(381,320),(380.8660254037844,319.5),(380.5,319.1339745962156),(380,319),(379.5,319.1339745962156),(379.1339745962156,319.5)) -3733 ((378,330),(378.2679491924311,331),(379,331.7320508075689),(380,332),(381,331.7320508075689),(381.7320508075689,331),(382,330),(381.7320508075689,329),(381,328.2679491924311),(380,328),(379,328.2679491924311),(378.2679491924311,329)) -3734 ((377,340),(377.4019237886467,341.5),(378.5,342.5980762113533),(380,343),(381.5,342.5980762113533),(382.5980762113533,341.5),(383,340),(382.5980762113533,338.5),(381.5,337.4019237886467),(380,337),(378.5,337.4019237886467),(377.4019237886467,338.5)) -3735 ((376,350),(376.53589838486226,352),(378,353.46410161513774),(380,354),(382,353.46410161513774),(383.46410161513774,352),(384,350),(383.46410161513774,348),(382,346.53589838486226),(380,346),(378,346.53589838486226),(376.53589838486226,348)) -3736 ((375,360),(375.6698729810778,362.5),(377.5,364.3301270189222),(380,365),(382.5,364.3301270189222),(384.3301270189222,362.5),(385,360),(384.3301270189222,357.5),(382.5,355.6698729810778),(380,355),(377.5,355.6698729810778),(375.6698729810778,357.5)) -3737 ((374,370),(374.80384757729337,373),(377,375.19615242270663),(380,376),(383,375.19615242270663),(385.19615242270663,373),(386,370),(385.19615242270663,367),(383,364.80384757729337),(380,364),(377,364.80384757729337),(374.80384757729337,367)) -3738 ((373,380),(373.93782217350895,383.5),(376.5,386.06217782649105),(380,387),(383.5,386.06217782649105),(386.06217782649105,383.5),(387,380),(386.06217782649105,376.5),(383.5,373.93782217350895),(380,373),(376.5,373.93782217350895),(373.93782217350895,376.5)) -3739 ((372,390),(373.0717967697245,394),(376,396.9282032302755),(380,398),(384,396.9282032302755),(386.9282032302755,394),(388,390),(386.9282032302755,386),(384,383.0717967697245),(380,382),(376,383.0717967697245),(373.0717967697245,386)) -3740 ((371,400),(372.20577136594005,404.5),(375.5,407.79422863405995),(380,409),(384.5,407.79422863405995),(387.79422863405995,404.5),(389,400),(387.79422863405995,395.5),(384.5,392.20577136594005),(380,391),(375.5,392.20577136594005),(372.20577136594005,395.5)) -3741 ((370,410),(371.33974596215563,415),(375,418.66025403784437),(380,420),(385,418.66025403784437),(388.66025403784437,415),(390,410),(388.66025403784437,405),(385,401.33974596215563),(380,400),(375,401.33974596215563),(371.33974596215563,405)) -3742 ((379,420),(379.1339745962156,420.5),(379.5,420.8660254037844),(380,421),(380.5,420.8660254037844),(380.8660254037844,420.5),(381,420),(380.8660254037844,419.5),(380.5,419.1339745962156),(380,419),(379.5,419.1339745962156),(379.1339745962156,419.5)) -3743 ((378,430),(378.2679491924311,431),(379,431.7320508075689),(380,432),(381,431.7320508075689),(381.7320508075689,431),(382,430),(381.7320508075689,429),(381,428.2679491924311),(380,428),(379,428.2679491924311),(378.2679491924311,429)) -3744 ((377,440),(377.4019237886467,441.5),(378.5,442.5980762113533),(380,443),(381.5,442.5980762113533),(382.5980762113533,441.5),(383,440),(382.5980762113533,438.5),(381.5,437.4019237886467),(380,437),(378.5,437.4019237886467),(377.4019237886467,438.5)) -3745 ((376,450),(376.53589838486226,452),(378,453.46410161513774),(380,454),(382,453.46410161513774),(383.46410161513774,452),(384,450),(383.46410161513774,448),(382,446.53589838486226),(380,446),(378,446.53589838486226),(376.53589838486226,448)) -3746 ((375,460),(375.6698729810778,462.5),(377.5,464.3301270189222),(380,465),(382.5,464.3301270189222),(384.3301270189222,462.5),(385,460),(384.3301270189222,457.5),(382.5,455.6698729810778),(380,455),(377.5,455.6698729810778),(375.6698729810778,457.5)) -3747 ((374,470),(374.80384757729337,473),(377,475.19615242270663),(380,476),(383,475.19615242270663),(385.19615242270663,473),(386,470),(385.19615242270663,467),(383,464.80384757729337),(380,464),(377,464.80384757729337),(374.80384757729337,467)) -3748 ((373,480),(373.93782217350895,483.5),(376.5,486.06217782649105),(380,487),(383.5,486.06217782649105),(386.06217782649105,483.5),(387,480),(386.06217782649105,476.5),(383.5,473.93782217350895),(380,473),(376.5,473.93782217350895),(373.93782217350895,476.5)) -3749 ((372,490),(373.0717967697245,494),(376,496.9282032302755),(380,498),(384,496.9282032302755),(386.9282032302755,494),(388,490),(386.9282032302755,486),(384,483.0717967697245),(380,482),(376,483.0717967697245),(373.0717967697245,486)) -3750 ((371,500),(372.20577136594005,504.5),(375.5,507.79422863405995),(380,509),(384.5,507.79422863405995),(387.79422863405995,504.5),(389,500),(387.79422863405995,495.5),(384.5,492.20577136594005),(380,491),(375.5,492.20577136594005),(372.20577136594005,495.5)) -3751 ((370,510),(371.33974596215563,515),(375,518.6602540378444),(380,520),(385,518.6602540378444),(388.66025403784437,515),(390,510),(388.66025403784437,505),(385,501.33974596215563),(380,500),(375,501.33974596215563),(371.33974596215563,505)) -3752 ((379,520),(379.1339745962156,520.5),(379.5,520.8660254037844),(380,521),(380.5,520.8660254037844),(380.8660254037844,520.5),(381,520),(380.8660254037844,519.5),(380.5,519.1339745962156),(380,519),(379.5,519.1339745962156),(379.1339745962156,519.5)) -3753 ((378,530),(378.2679491924311,531),(379,531.7320508075688),(380,532),(381,531.7320508075688),(381.7320508075689,531),(382,530),(381.7320508075689,529),(381,528.2679491924312),(380,528),(379,528.2679491924312),(378.2679491924311,529)) -3754 ((377,540),(377.4019237886467,541.5),(378.5,542.5980762113534),(380,543),(381.5,542.5980762113534),(382.5980762113533,541.5),(383,540),(382.5980762113533,538.5),(381.5,537.4019237886467),(380,537),(378.5,537.4019237886466),(377.4019237886467,538.5)) -3755 ((376,550),(376.53589838486226,552),(378,553.4641016151378),(380,554),(382,553.4641016151378),(383.46410161513774,552),(384,550),(383.46410161513774,548),(382,546.5358983848622),(380,546),(378,546.5358983848622),(376.53589838486226,548)) -3756 ((375,560),(375.6698729810778,562.5),(377.5,564.3301270189222),(380,565),(382.5,564.3301270189222),(384.3301270189222,562.5),(385,560),(384.3301270189222,557.5),(382.5,555.6698729810778),(380,555),(377.5,555.6698729810778),(375.6698729810778,557.5)) -3757 ((374,570),(374.80384757729337,573),(377,575.1961524227066),(380,576),(383,575.1961524227066),(385.19615242270663,573),(386,570),(385.19615242270663,567),(383,564.8038475772934),(380,564),(377,564.8038475772934),(374.80384757729337,567)) -3758 ((373,580),(373.93782217350895,583.5),(376.5,586.062177826491),(380,587),(383.5,586.062177826491),(386.06217782649105,583.5),(387,580),(386.06217782649105,576.5),(383.5,573.937822173509),(380,573),(376.5,573.937822173509),(373.93782217350895,576.5)) -3759 ((372,590),(373.0717967697245,594),(376,596.9282032302755),(380,598),(384,596.9282032302755),(386.9282032302755,594),(388,590),(386.9282032302755,586),(384,583.0717967697245),(380,582),(376,583.0717967697245),(373.0717967697245,586)) -3760 ((371,600),(372.20577136594005,604.5),(375.5,607.7942286340599),(380,609),(384.5,607.7942286340599),(387.79422863405995,604.5),(389,600),(387.79422863405995,595.5),(384.5,592.2057713659401),(380,591),(375.5,592.20577136594),(372.20577136594005,595.5)) -3761 ((370,610),(371.33974596215563,615),(375,618.6602540378444),(380,620),(385,618.6602540378444),(388.66025403784437,615),(390,610),(388.66025403784437,605),(385,601.3397459621556),(380,600),(375,601.3397459621556),(371.33974596215563,605)) -3762 ((379,620),(379.1339745962156,620.5),(379.5,620.8660254037844),(380,621),(380.5,620.8660254037844),(380.8660254037844,620.5),(381,620),(380.8660254037844,619.5),(380.5,619.1339745962156),(380,619),(379.5,619.1339745962156),(379.1339745962156,619.5)) -3763 ((378,630),(378.2679491924311,631),(379,631.7320508075688),(380,632),(381,631.7320508075688),(381.7320508075689,631),(382,630),(381.7320508075689,629),(381,628.2679491924312),(380,628),(379,628.2679491924312),(378.2679491924311,629)) -3764 ((377,640),(377.4019237886467,641.5),(378.5,642.5980762113534),(380,643),(381.5,642.5980762113534),(382.5980762113533,641.5),(383,640),(382.5980762113533,638.5),(381.5,637.4019237886467),(380,637),(378.5,637.4019237886466),(377.4019237886467,638.5)) -3765 ((376,650),(376.53589838486226,652),(378,653.4641016151378),(380,654),(382,653.4641016151378),(383.46410161513774,652),(384,650),(383.46410161513774,648),(382,646.5358983848622),(380,646),(378,646.5358983848622),(376.53589838486226,648)) -3766 ((375,660),(375.6698729810778,662.5),(377.5,664.3301270189222),(380,665),(382.5,664.3301270189222),(384.3301270189222,662.5),(385,660),(384.3301270189222,657.5),(382.5,655.6698729810778),(380,655),(377.5,655.6698729810778),(375.6698729810778,657.5)) -3767 ((374,670),(374.80384757729337,673),(377,675.1961524227066),(380,676),(383,675.1961524227066),(385.19615242270663,673),(386,670),(385.19615242270663,667),(383,664.8038475772934),(380,664),(377,664.8038475772934),(374.80384757729337,667)) -3768 ((373,680),(373.93782217350895,683.5),(376.5,686.062177826491),(380,687),(383.5,686.062177826491),(386.06217782649105,683.5),(387,680),(386.06217782649105,676.5),(383.5,673.937822173509),(380,673),(376.5,673.937822173509),(373.93782217350895,676.5)) -3769 ((372,690),(373.0717967697245,694),(376,696.9282032302755),(380,698),(384,696.9282032302755),(386.9282032302755,694),(388,690),(386.9282032302755,686),(384,683.0717967697245),(380,682),(376,683.0717967697245),(373.0717967697245,686)) -3770 ((371,700),(372.20577136594005,704.5),(375.5,707.7942286340599),(380,709),(384.5,707.7942286340599),(387.79422863405995,704.5),(389,700),(387.79422863405995,695.5),(384.5,692.2057713659401),(380,691),(375.5,692.20577136594),(372.20577136594005,695.5)) -3771 ((370,710),(371.33974596215563,715),(375,718.6602540378444),(380,720),(385,718.6602540378444),(388.66025403784437,715),(390,710),(388.66025403784437,705),(385,701.3397459621556),(380,700),(375,701.3397459621556),(371.33974596215563,705)) -3772 ((379,720),(379.1339745962156,720.5),(379.5,720.8660254037844),(380,721),(380.5,720.8660254037844),(380.8660254037844,720.5),(381,720),(380.8660254037844,719.5),(380.5,719.1339745962156),(380,719),(379.5,719.1339745962156),(379.1339745962156,719.5)) -3773 ((378,730),(378.2679491924311,731),(379,731.7320508075688),(380,732),(381,731.7320508075688),(381.7320508075689,731),(382,730),(381.7320508075689,729),(381,728.2679491924312),(380,728),(379,728.2679491924312),(378.2679491924311,729)) -3774 ((377,740),(377.4019237886467,741.5),(378.5,742.5980762113534),(380,743),(381.5,742.5980762113534),(382.5980762113533,741.5),(383,740),(382.5980762113533,738.5),(381.5,737.4019237886467),(380,737),(378.5,737.4019237886466),(377.4019237886467,738.5)) -3775 ((376,750),(376.53589838486226,752),(378,753.4641016151378),(380,754),(382,753.4641016151378),(383.46410161513774,752),(384,750),(383.46410161513774,748),(382,746.5358983848622),(380,746),(378,746.5358983848622),(376.53589838486226,748)) -3776 ((375,760),(375.6698729810778,762.5),(377.5,764.3301270189222),(380,765),(382.5,764.3301270189222),(384.3301270189222,762.5),(385,760),(384.3301270189222,757.5),(382.5,755.6698729810778),(380,755),(377.5,755.6698729810778),(375.6698729810778,757.5)) -3777 ((374,770),(374.80384757729337,773),(377,775.1961524227066),(380,776),(383,775.1961524227066),(385.19615242270663,773),(386,770),(385.19615242270663,767),(383,764.8038475772934),(380,764),(377,764.8038475772934),(374.80384757729337,767)) -3778 ((373,780),(373.93782217350895,783.5),(376.5,786.062177826491),(380,787),(383.5,786.062177826491),(386.06217782649105,783.5),(387,780),(386.06217782649105,776.5),(383.5,773.937822173509),(380,773),(376.5,773.937822173509),(373.93782217350895,776.5)) -3779 ((372,790),(373.0717967697245,794),(376,796.9282032302755),(380,798),(384,796.9282032302755),(386.9282032302755,794),(388,790),(386.9282032302755,786),(384,783.0717967697245),(380,782),(376,783.0717967697245),(373.0717967697245,786)) -3780 ((371,800),(372.20577136594005,804.5),(375.5,807.7942286340599),(380,809),(384.5,807.7942286340599),(387.79422863405995,804.5),(389,800),(387.79422863405995,795.5),(384.5,792.2057713659401),(380,791),(375.5,792.20577136594),(372.20577136594005,795.5)) -3781 ((370,810),(371.33974596215563,815),(375,818.6602540378444),(380,820),(385,818.6602540378444),(388.66025403784437,815),(390,810),(388.66025403784437,805),(385,801.3397459621556),(380,800),(375,801.3397459621556),(371.33974596215563,805)) -3782 ((379,820),(379.1339745962156,820.5),(379.5,820.8660254037844),(380,821),(380.5,820.8660254037844),(380.8660254037844,820.5),(381,820),(380.8660254037844,819.5),(380.5,819.1339745962156),(380,819),(379.5,819.1339745962156),(379.1339745962156,819.5)) -3783 ((378,830),(378.2679491924311,831),(379,831.7320508075688),(380,832),(381,831.7320508075688),(381.7320508075689,831),(382,830),(381.7320508075689,829),(381,828.2679491924312),(380,828),(379,828.2679491924312),(378.2679491924311,829)) -3784 ((377,840),(377.4019237886467,841.5),(378.5,842.5980762113534),(380,843),(381.5,842.5980762113534),(382.5980762113533,841.5),(383,840),(382.5980762113533,838.5),(381.5,837.4019237886467),(380,837),(378.5,837.4019237886466),(377.4019237886467,838.5)) -3785 ((376,850),(376.53589838486226,852),(378,853.4641016151378),(380,854),(382,853.4641016151378),(383.46410161513774,852),(384,850),(383.46410161513774,848),(382,846.5358983848622),(380,846),(378,846.5358983848622),(376.53589838486226,848)) -3786 ((375,860),(375.6698729810778,862.5),(377.5,864.3301270189222),(380,865),(382.5,864.3301270189222),(384.3301270189222,862.5),(385,860),(384.3301270189222,857.5),(382.5,855.6698729810778),(380,855),(377.5,855.6698729810778),(375.6698729810778,857.5)) -3787 ((374,870),(374.80384757729337,873),(377,875.1961524227066),(380,876),(383,875.1961524227066),(385.19615242270663,873),(386,870),(385.19615242270663,867),(383,864.8038475772934),(380,864),(377,864.8038475772934),(374.80384757729337,867)) -3788 ((373,880),(373.93782217350895,883.5),(376.5,886.062177826491),(380,887),(383.5,886.062177826491),(386.06217782649105,883.5),(387,880),(386.06217782649105,876.5),(383.5,873.937822173509),(380,873),(376.5,873.937822173509),(373.93782217350895,876.5)) -3789 ((372,890),(373.0717967697245,894),(376,896.9282032302755),(380,898),(384,896.9282032302755),(386.9282032302755,894),(388,890),(386.9282032302755,886),(384,883.0717967697245),(380,882),(376,883.0717967697245),(373.0717967697245,886)) -3790 ((371,900),(372.20577136594005,904.5),(375.5,907.7942286340599),(380,909),(384.5,907.7942286340599),(387.79422863405995,904.5),(389,900),(387.79422863405995,895.5),(384.5,892.2057713659401),(380,891),(375.5,892.20577136594),(372.20577136594005,895.5)) -3791 ((370,910),(371.33974596215563,915),(375,918.6602540378444),(380,920),(385,918.6602540378444),(388.66025403784437,915),(390,910),(388.66025403784437,905),(385,901.3397459621556),(380,900),(375,901.3397459621556),(371.33974596215563,905)) -3792 ((379,920),(379.1339745962156,920.5),(379.5,920.8660254037844),(380,921),(380.5,920.8660254037844),(380.8660254037844,920.5),(381,920),(380.8660254037844,919.5),(380.5,919.1339745962156),(380,919),(379.5,919.1339745962156),(379.1339745962156,919.5)) -3793 ((378,930),(378.2679491924311,931),(379,931.7320508075688),(380,932),(381,931.7320508075688),(381.7320508075689,931),(382,930),(381.7320508075689,929),(381,928.2679491924312),(380,928),(379,928.2679491924312),(378.2679491924311,929)) -3794 ((377,940),(377.4019237886467,941.5),(378.5,942.5980762113534),(380,943),(381.5,942.5980762113534),(382.5980762113533,941.5),(383,940),(382.5980762113533,938.5),(381.5,937.4019237886467),(380,937),(378.5,937.4019237886466),(377.4019237886467,938.5)) -3795 ((376,950),(376.53589838486226,952),(378,953.4641016151378),(380,954),(382,953.4641016151378),(383.46410161513774,952),(384,950),(383.46410161513774,948),(382,946.5358983848622),(380,946),(378,946.5358983848622),(376.53589838486226,948)) -3796 ((375,960),(375.6698729810778,962.5),(377.5,964.3301270189222),(380,965),(382.5,964.3301270189222),(384.3301270189222,962.5),(385,960),(384.3301270189222,957.5),(382.5,955.6698729810778),(380,955),(377.5,955.6698729810778),(375.6698729810778,957.5)) -3797 ((374,970),(374.80384757729337,973),(377,975.1961524227066),(380,976),(383,975.1961524227066),(385.19615242270663,973),(386,970),(385.19615242270663,967),(383,964.8038475772934),(380,964),(377,964.8038475772934),(374.80384757729337,967)) -3798 ((373,980),(373.93782217350895,983.5),(376.5,986.062177826491),(380,987),(383.5,986.062177826491),(386.06217782649105,983.5),(387,980),(386.06217782649105,976.5),(383.5,973.937822173509),(380,973),(376.5,973.937822173509),(373.93782217350895,976.5)) -3799 ((372,990),(373.0717967697245,994),(376,996.9282032302755),(380,998),(384,996.9282032302755),(386.9282032302755,994),(388,990),(386.9282032302755,986),(384,983.0717967697245),(380,982),(376,983.0717967697245),(373.0717967697245,986)) -3800 ((371,1000),(372.20577136594005,1004.5),(375.5,1007.7942286340599),(380,1009),(384.5,1007.7942286340599),(387.79422863405995,1004.5),(389,1000),(387.79422863405995,995.5),(384.5,992.2057713659401),(380,991),(375.5,992.20577136594),(372.20577136594005,995.5)) -3801 ((389,10),(389.1339745962156,10.5),(389.5,10.86602540378444),(390,11),(390.5,10.86602540378444),(390.8660254037844,10.5),(391,10),(390.8660254037844,9.5),(390.5,9.13397459621556),(390,9),(389.5,9.13397459621556),(389.1339745962156,9.5)) -3802 ((388,20),(388.2679491924311,21),(389,21.73205080756888),(390,22),(391,21.73205080756888),(391.7320508075689,21),(392,20),(391.7320508075689,19),(391,18.26794919243112),(390,18),(389,18.26794919243112),(388.2679491924311,19)) -3803 ((387,30),(387.4019237886467,31.5),(388.5,32.598076211353316),(390,33),(391.5,32.598076211353316),(392.5980762113533,31.5),(393,30),(392.5980762113533,28.5),(391.5,27.401923788646684),(390,27),(388.5,27.401923788646684),(387.4019237886467,28.5)) -3804 ((386,40),(386.53589838486226,42),(388,43.46410161513776),(390,44),(392,43.46410161513776),(393.46410161513774,42),(394,40),(393.46410161513774,38),(392,36.53589838486224),(390,36),(388,36.53589838486224),(386.53589838486226,38)) -3805 ((385,50),(385.6698729810778,52.5),(387.5,54.33012701892219),(390,55),(392.5,54.33012701892219),(394.3301270189222,52.5),(395,50),(394.3301270189222,47.5),(392.5,45.66987298107781),(390,45),(387.5,45.6698729810778),(385.6698729810778,47.5)) -3806 ((384,60),(384.80384757729337,63),(387,65.19615242270663),(390,66),(393,65.19615242270663),(395.19615242270663,63),(396,60),(395.19615242270663,57),(393,54.80384757729337),(390,54),(387,54.80384757729337),(384.80384757729337,57)) -3807 ((383,70),(383.93782217350895,73.5),(386.5,76.06217782649107),(390,77),(393.5,76.06217782649107),(396.06217782649105,73.5),(397,70),(396.06217782649105,66.5),(393.5,63.937822173508934),(390,63),(386.5,63.93782217350893),(383.93782217350895,66.5)) -3808 ((382,80),(383.0717967697245,84),(386,86.92820323027551),(390,88),(394,86.92820323027551),(396.9282032302755,84),(398,80),(396.9282032302755,76),(394,73.07179676972449),(390,72),(386,73.07179676972449),(383.0717967697245,76)) -3809 ((381,90),(382.20577136594005,94.5),(385.5,97.79422863405995),(390,99),(394.5,97.79422863405995),(397.79422863405995,94.5),(399,90),(397.79422863405995,85.5),(394.5,82.20577136594005),(390,81),(385.5,82.20577136594005),(382.20577136594005,85.5)) -3810 ((380,100),(381.33974596215563,105),(385,108.66025403784438),(390,110),(395,108.66025403784438),(398.66025403784437,105),(400,100),(398.66025403784437,95),(395,91.33974596215562),(390,90),(385,91.3397459621556),(381.33974596215563,95)) -3811 ((389,110),(389.1339745962156,110.5),(389.5,110.86602540378443),(390,111),(390.5,110.86602540378443),(390.8660254037844,110.5),(391,110),(390.8660254037844,109.5),(390.5,109.13397459621557),(390,109),(389.5,109.13397459621557),(389.1339745962156,109.5)) -3812 ((388,120),(388.2679491924311,121),(389,121.73205080756888),(390,122),(391,121.73205080756888),(391.7320508075689,121),(392,120),(391.7320508075689,119),(391,118.26794919243112),(390,118),(389,118.26794919243112),(388.2679491924311,119)) -3813 ((387,130),(387.4019237886467,131.5),(388.5,132.59807621135332),(390,133),(391.5,132.59807621135332),(392.5980762113533,131.5),(393,130),(392.5980762113533,128.5),(391.5,127.40192378864668),(390,127),(388.5,127.40192378864668),(387.4019237886467,128.5)) -3814 ((386,140),(386.53589838486226,142),(388,143.46410161513776),(390,144),(392,143.46410161513776),(393.46410161513774,142),(394,140),(393.46410161513774,138),(392,136.53589838486224),(390,136),(388,136.53589838486224),(386.53589838486226,138)) -3815 ((385,150),(385.6698729810778,152.5),(387.5,154.33012701892218),(390,155),(392.5,154.33012701892218),(394.3301270189222,152.5),(395,150),(394.3301270189222,147.5),(392.5,145.66987298107782),(390,145),(387.5,145.66987298107782),(385.6698729810778,147.5)) -3816 ((384,160),(384.80384757729337,163),(387,165.19615242270663),(390,166),(393,165.19615242270663),(395.19615242270663,163),(396,160),(395.19615242270663,157),(393,154.80384757729337),(390,154),(387,154.80384757729337),(384.80384757729337,157)) -3817 ((383,170),(383.93782217350895,173.5),(386.5,176.06217782649108),(390,177),(393.5,176.06217782649108),(396.06217782649105,173.5),(397,170),(396.06217782649105,166.5),(393.5,163.93782217350892),(390,163),(386.5,163.93782217350892),(383.93782217350895,166.5)) -3818 ((382,180),(383.0717967697245,184),(386,186.9282032302755),(390,188),(394,186.9282032302755),(396.9282032302755,184),(398,180),(396.9282032302755,176),(394,173.0717967697245),(390,172),(386,173.0717967697245),(383.0717967697245,176)) -3819 ((381,190),(382.20577136594005,194.5),(385.5,197.79422863405995),(390,199),(394.5,197.79422863405995),(397.79422863405995,194.5),(399,190),(397.79422863405995,185.5),(394.5,182.20577136594005),(390,181),(385.5,182.20577136594005),(382.20577136594005,185.5)) -3820 ((380,200),(381.33974596215563,205),(385,208.6602540378444),(390,210),(395,208.6602540378444),(398.66025403784437,205),(400,200),(398.66025403784437,195),(395,191.3397459621556),(390,190),(385,191.3397459621556),(381.33974596215563,195)) -3821 ((389,210),(389.1339745962156,210.5),(389.5,210.86602540378445),(390,211),(390.5,210.86602540378445),(390.8660254037844,210.5),(391,210),(390.8660254037844,209.5),(390.5,209.13397459621555),(390,209),(389.5,209.13397459621555),(389.1339745962156,209.5)) -3822 ((388,220),(388.2679491924311,221),(389,221.73205080756887),(390,222),(391,221.73205080756887),(391.7320508075689,221),(392,220),(391.7320508075689,219),(391,218.26794919243113),(390,218),(389,218.26794919243113),(388.2679491924311,219)) -3823 ((387,230),(387.4019237886467,231.5),(388.5,232.59807621135332),(390,233),(391.5,232.59807621135332),(392.5980762113533,231.5),(393,230),(392.5980762113533,228.5),(391.5,227.40192378864668),(390,227),(388.5,227.40192378864668),(387.4019237886467,228.5)) -3824 ((386,240),(386.53589838486226,242),(388,243.46410161513776),(390,244),(392,243.46410161513776),(393.46410161513774,242),(394,240),(393.46410161513774,238),(392,236.53589838486224),(390,236),(388,236.53589838486224),(386.53589838486226,238)) -3825 ((385,250),(385.6698729810778,252.5),(387.5,254.33012701892218),(390,255),(392.5,254.33012701892218),(394.3301270189222,252.5),(395,250),(394.3301270189222,247.5),(392.5,245.66987298107782),(390,245),(387.5,245.66987298107782),(385.6698729810778,247.5)) -3826 ((384,260),(384.80384757729337,263),(387,265.19615242270663),(390,266),(393,265.19615242270663),(395.19615242270663,263),(396,260),(395.19615242270663,257),(393,254.80384757729337),(390,254),(387,254.80384757729337),(384.80384757729337,257)) -3827 ((383,270),(383.93782217350895,273.5),(386.5,276.06217782649105),(390,277),(393.5,276.06217782649105),(396.06217782649105,273.5),(397,270),(396.06217782649105,266.5),(393.5,263.93782217350895),(390,263),(386.5,263.93782217350895),(383.93782217350895,266.5)) -3828 ((382,280),(383.0717967697245,284),(386,286.9282032302755),(390,288),(394,286.9282032302755),(396.9282032302755,284),(398,280),(396.9282032302755,276),(394,273.0717967697245),(390,272),(386,273.0717967697245),(383.0717967697245,276)) -3829 ((381,290),(382.20577136594005,294.5),(385.5,297.79422863405995),(390,299),(394.5,297.79422863405995),(397.79422863405995,294.5),(399,290),(397.79422863405995,285.5),(394.5,282.20577136594005),(390,281),(385.5,282.20577136594005),(382.20577136594005,285.5)) -3830 ((380,300),(381.33974596215563,305),(385,308.66025403784437),(390,310),(395,308.66025403784437),(398.66025403784437,305),(400,300),(398.66025403784437,295),(395,291.33974596215563),(390,290),(385,291.33974596215563),(381.33974596215563,295)) -3831 ((389,310),(389.1339745962156,310.5),(389.5,310.8660254037844),(390,311),(390.5,310.8660254037844),(390.8660254037844,310.5),(391,310),(390.8660254037844,309.5),(390.5,309.1339745962156),(390,309),(389.5,309.1339745962156),(389.1339745962156,309.5)) -3832 ((388,320),(388.2679491924311,321),(389,321.7320508075689),(390,322),(391,321.7320508075689),(391.7320508075689,321),(392,320),(391.7320508075689,319),(391,318.2679491924311),(390,318),(389,318.2679491924311),(388.2679491924311,319)) -3833 ((387,330),(387.4019237886467,331.5),(388.5,332.5980762113533),(390,333),(391.5,332.5980762113533),(392.5980762113533,331.5),(393,330),(392.5980762113533,328.5),(391.5,327.4019237886467),(390,327),(388.5,327.4019237886467),(387.4019237886467,328.5)) -3834 ((386,340),(386.53589838486226,342),(388,343.46410161513774),(390,344),(392,343.46410161513774),(393.46410161513774,342),(394,340),(393.46410161513774,338),(392,336.53589838486226),(390,336),(388,336.53589838486226),(386.53589838486226,338)) -3835 ((385,350),(385.6698729810778,352.5),(387.5,354.3301270189222),(390,355),(392.5,354.3301270189222),(394.3301270189222,352.5),(395,350),(394.3301270189222,347.5),(392.5,345.6698729810778),(390,345),(387.5,345.6698729810778),(385.6698729810778,347.5)) -3836 ((384,360),(384.80384757729337,363),(387,365.19615242270663),(390,366),(393,365.19615242270663),(395.19615242270663,363),(396,360),(395.19615242270663,357),(393,354.80384757729337),(390,354),(387,354.80384757729337),(384.80384757729337,357)) -3837 ((383,370),(383.93782217350895,373.5),(386.5,376.06217782649105),(390,377),(393.5,376.06217782649105),(396.06217782649105,373.5),(397,370),(396.06217782649105,366.5),(393.5,363.93782217350895),(390,363),(386.5,363.93782217350895),(383.93782217350895,366.5)) -3838 ((382,380),(383.0717967697245,384),(386,386.9282032302755),(390,388),(394,386.9282032302755),(396.9282032302755,384),(398,380),(396.9282032302755,376),(394,373.0717967697245),(390,372),(386,373.0717967697245),(383.0717967697245,376)) -3839 ((381,390),(382.20577136594005,394.5),(385.5,397.79422863405995),(390,399),(394.5,397.79422863405995),(397.79422863405995,394.5),(399,390),(397.79422863405995,385.5),(394.5,382.20577136594005),(390,381),(385.5,382.20577136594005),(382.20577136594005,385.5)) -3840 ((380,400),(381.33974596215563,405),(385,408.66025403784437),(390,410),(395,408.66025403784437),(398.66025403784437,405),(400,400),(398.66025403784437,395),(395,391.33974596215563),(390,390),(385,391.33974596215563),(381.33974596215563,395)) -3841 ((389,410),(389.1339745962156,410.5),(389.5,410.8660254037844),(390,411),(390.5,410.8660254037844),(390.8660254037844,410.5),(391,410),(390.8660254037844,409.5),(390.5,409.1339745962156),(390,409),(389.5,409.1339745962156),(389.1339745962156,409.5)) -3842 ((388,420),(388.2679491924311,421),(389,421.7320508075689),(390,422),(391,421.7320508075689),(391.7320508075689,421),(392,420),(391.7320508075689,419),(391,418.2679491924311),(390,418),(389,418.2679491924311),(388.2679491924311,419)) -3843 ((387,430),(387.4019237886467,431.5),(388.5,432.5980762113533),(390,433),(391.5,432.5980762113533),(392.5980762113533,431.5),(393,430),(392.5980762113533,428.5),(391.5,427.4019237886467),(390,427),(388.5,427.4019237886467),(387.4019237886467,428.5)) -3844 ((386,440),(386.53589838486226,442),(388,443.46410161513774),(390,444),(392,443.46410161513774),(393.46410161513774,442),(394,440),(393.46410161513774,438),(392,436.53589838486226),(390,436),(388,436.53589838486226),(386.53589838486226,438)) -3845 ((385,450),(385.6698729810778,452.5),(387.5,454.3301270189222),(390,455),(392.5,454.3301270189222),(394.3301270189222,452.5),(395,450),(394.3301270189222,447.5),(392.5,445.6698729810778),(390,445),(387.5,445.6698729810778),(385.6698729810778,447.5)) -3846 ((384,460),(384.80384757729337,463),(387,465.19615242270663),(390,466),(393,465.19615242270663),(395.19615242270663,463),(396,460),(395.19615242270663,457),(393,454.80384757729337),(390,454),(387,454.80384757729337),(384.80384757729337,457)) -3847 ((383,470),(383.93782217350895,473.5),(386.5,476.06217782649105),(390,477),(393.5,476.06217782649105),(396.06217782649105,473.5),(397,470),(396.06217782649105,466.5),(393.5,463.93782217350895),(390,463),(386.5,463.93782217350895),(383.93782217350895,466.5)) -3848 ((382,480),(383.0717967697245,484),(386,486.9282032302755),(390,488),(394,486.9282032302755),(396.9282032302755,484),(398,480),(396.9282032302755,476),(394,473.0717967697245),(390,472),(386,473.0717967697245),(383.0717967697245,476)) -3849 ((381,490),(382.20577136594005,494.5),(385.5,497.79422863405995),(390,499),(394.5,497.79422863405995),(397.79422863405995,494.5),(399,490),(397.79422863405995,485.5),(394.5,482.20577136594005),(390,481),(385.5,482.20577136594005),(382.20577136594005,485.5)) -3850 ((380,500),(381.33974596215563,505),(385,508.66025403784437),(390,510),(395,508.66025403784437),(398.66025403784437,505),(400,500),(398.66025403784437,495),(395,491.33974596215563),(390,490),(385,491.33974596215563),(381.33974596215563,495)) -3851 ((389,510),(389.1339745962156,510.5),(389.5,510.8660254037844),(390,511),(390.5,510.8660254037844),(390.8660254037844,510.5),(391,510),(390.8660254037844,509.5),(390.5,509.1339745962156),(390,509),(389.5,509.1339745962156),(389.1339745962156,509.5)) -3852 ((388,520),(388.2679491924311,521),(389,521.7320508075688),(390,522),(391,521.7320508075688),(391.7320508075689,521),(392,520),(391.7320508075689,519),(391,518.2679491924312),(390,518),(389,518.2679491924312),(388.2679491924311,519)) -3853 ((387,530),(387.4019237886467,531.5),(388.5,532.5980762113534),(390,533),(391.5,532.5980762113534),(392.5980762113533,531.5),(393,530),(392.5980762113533,528.5),(391.5,527.4019237886467),(390,527),(388.5,527.4019237886466),(387.4019237886467,528.5)) -3854 ((386,540),(386.53589838486226,542),(388,543.4641016151378),(390,544),(392,543.4641016151378),(393.46410161513774,542),(394,540),(393.46410161513774,538),(392,536.5358983848622),(390,536),(388,536.5358983848622),(386.53589838486226,538)) -3855 ((385,550),(385.6698729810778,552.5),(387.5,554.3301270189222),(390,555),(392.5,554.3301270189222),(394.3301270189222,552.5),(395,550),(394.3301270189222,547.5),(392.5,545.6698729810778),(390,545),(387.5,545.6698729810778),(385.6698729810778,547.5)) -3856 ((384,560),(384.80384757729337,563),(387,565.1961524227066),(390,566),(393,565.1961524227066),(395.19615242270663,563),(396,560),(395.19615242270663,557),(393,554.8038475772934),(390,554),(387,554.8038475772934),(384.80384757729337,557)) -3857 ((383,570),(383.93782217350895,573.5),(386.5,576.062177826491),(390,577),(393.5,576.062177826491),(396.06217782649105,573.5),(397,570),(396.06217782649105,566.5),(393.5,563.937822173509),(390,563),(386.5,563.937822173509),(383.93782217350895,566.5)) -3858 ((382,580),(383.0717967697245,584),(386,586.9282032302755),(390,588),(394,586.9282032302755),(396.9282032302755,584),(398,580),(396.9282032302755,576),(394,573.0717967697245),(390,572),(386,573.0717967697245),(383.0717967697245,576)) -3859 ((381,590),(382.20577136594005,594.5),(385.5,597.7942286340599),(390,599),(394.5,597.7942286340599),(397.79422863405995,594.5),(399,590),(397.79422863405995,585.5),(394.5,582.2057713659401),(390,581),(385.5,582.20577136594),(382.20577136594005,585.5)) -3860 ((380,600),(381.33974596215563,605),(385,608.6602540378444),(390,610),(395,608.6602540378444),(398.66025403784437,605),(400,600),(398.66025403784437,595),(395,591.3397459621556),(390,590),(385,591.3397459621556),(381.33974596215563,595)) -3861 ((389,610),(389.1339745962156,610.5),(389.5,610.8660254037844),(390,611),(390.5,610.8660254037844),(390.8660254037844,610.5),(391,610),(390.8660254037844,609.5),(390.5,609.1339745962156),(390,609),(389.5,609.1339745962156),(389.1339745962156,609.5)) -3862 ((388,620),(388.2679491924311,621),(389,621.7320508075688),(390,622),(391,621.7320508075688),(391.7320508075689,621),(392,620),(391.7320508075689,619),(391,618.2679491924312),(390,618),(389,618.2679491924312),(388.2679491924311,619)) -3863 ((387,630),(387.4019237886467,631.5),(388.5,632.5980762113534),(390,633),(391.5,632.5980762113534),(392.5980762113533,631.5),(393,630),(392.5980762113533,628.5),(391.5,627.4019237886467),(390,627),(388.5,627.4019237886466),(387.4019237886467,628.5)) -3864 ((386,640),(386.53589838486226,642),(388,643.4641016151378),(390,644),(392,643.4641016151378),(393.46410161513774,642),(394,640),(393.46410161513774,638),(392,636.5358983848622),(390,636),(388,636.5358983848622),(386.53589838486226,638)) -3865 ((385,650),(385.6698729810778,652.5),(387.5,654.3301270189222),(390,655),(392.5,654.3301270189222),(394.3301270189222,652.5),(395,650),(394.3301270189222,647.5),(392.5,645.6698729810778),(390,645),(387.5,645.6698729810778),(385.6698729810778,647.5)) -3866 ((384,660),(384.80384757729337,663),(387,665.1961524227066),(390,666),(393,665.1961524227066),(395.19615242270663,663),(396,660),(395.19615242270663,657),(393,654.8038475772934),(390,654),(387,654.8038475772934),(384.80384757729337,657)) -3867 ((383,670),(383.93782217350895,673.5),(386.5,676.062177826491),(390,677),(393.5,676.062177826491),(396.06217782649105,673.5),(397,670),(396.06217782649105,666.5),(393.5,663.937822173509),(390,663),(386.5,663.937822173509),(383.93782217350895,666.5)) -3868 ((382,680),(383.0717967697245,684),(386,686.9282032302755),(390,688),(394,686.9282032302755),(396.9282032302755,684),(398,680),(396.9282032302755,676),(394,673.0717967697245),(390,672),(386,673.0717967697245),(383.0717967697245,676)) -3869 ((381,690),(382.20577136594005,694.5),(385.5,697.7942286340599),(390,699),(394.5,697.7942286340599),(397.79422863405995,694.5),(399,690),(397.79422863405995,685.5),(394.5,682.2057713659401),(390,681),(385.5,682.20577136594),(382.20577136594005,685.5)) -3870 ((380,700),(381.33974596215563,705),(385,708.6602540378444),(390,710),(395,708.6602540378444),(398.66025403784437,705),(400,700),(398.66025403784437,695),(395,691.3397459621556),(390,690),(385,691.3397459621556),(381.33974596215563,695)) -3871 ((389,710),(389.1339745962156,710.5),(389.5,710.8660254037844),(390,711),(390.5,710.8660254037844),(390.8660254037844,710.5),(391,710),(390.8660254037844,709.5),(390.5,709.1339745962156),(390,709),(389.5,709.1339745962156),(389.1339745962156,709.5)) -3872 ((388,720),(388.2679491924311,721),(389,721.7320508075688),(390,722),(391,721.7320508075688),(391.7320508075689,721),(392,720),(391.7320508075689,719),(391,718.2679491924312),(390,718),(389,718.2679491924312),(388.2679491924311,719)) -3873 ((387,730),(387.4019237886467,731.5),(388.5,732.5980762113534),(390,733),(391.5,732.5980762113534),(392.5980762113533,731.5),(393,730),(392.5980762113533,728.5),(391.5,727.4019237886467),(390,727),(388.5,727.4019237886466),(387.4019237886467,728.5)) -3874 ((386,740),(386.53589838486226,742),(388,743.4641016151378),(390,744),(392,743.4641016151378),(393.46410161513774,742),(394,740),(393.46410161513774,738),(392,736.5358983848622),(390,736),(388,736.5358983848622),(386.53589838486226,738)) -3875 ((385,750),(385.6698729810778,752.5),(387.5,754.3301270189222),(390,755),(392.5,754.3301270189222),(394.3301270189222,752.5),(395,750),(394.3301270189222,747.5),(392.5,745.6698729810778),(390,745),(387.5,745.6698729810778),(385.6698729810778,747.5)) -3876 ((384,760),(384.80384757729337,763),(387,765.1961524227066),(390,766),(393,765.1961524227066),(395.19615242270663,763),(396,760),(395.19615242270663,757),(393,754.8038475772934),(390,754),(387,754.8038475772934),(384.80384757729337,757)) -3877 ((383,770),(383.93782217350895,773.5),(386.5,776.062177826491),(390,777),(393.5,776.062177826491),(396.06217782649105,773.5),(397,770),(396.06217782649105,766.5),(393.5,763.937822173509),(390,763),(386.5,763.937822173509),(383.93782217350895,766.5)) -3878 ((382,780),(383.0717967697245,784),(386,786.9282032302755),(390,788),(394,786.9282032302755),(396.9282032302755,784),(398,780),(396.9282032302755,776),(394,773.0717967697245),(390,772),(386,773.0717967697245),(383.0717967697245,776)) -3879 ((381,790),(382.20577136594005,794.5),(385.5,797.7942286340599),(390,799),(394.5,797.7942286340599),(397.79422863405995,794.5),(399,790),(397.79422863405995,785.5),(394.5,782.2057713659401),(390,781),(385.5,782.20577136594),(382.20577136594005,785.5)) -3880 ((380,800),(381.33974596215563,805),(385,808.6602540378444),(390,810),(395,808.6602540378444),(398.66025403784437,805),(400,800),(398.66025403784437,795),(395,791.3397459621556),(390,790),(385,791.3397459621556),(381.33974596215563,795)) -3881 ((389,810),(389.1339745962156,810.5),(389.5,810.8660254037844),(390,811),(390.5,810.8660254037844),(390.8660254037844,810.5),(391,810),(390.8660254037844,809.5),(390.5,809.1339745962156),(390,809),(389.5,809.1339745962156),(389.1339745962156,809.5)) -3882 ((388,820),(388.2679491924311,821),(389,821.7320508075688),(390,822),(391,821.7320508075688),(391.7320508075689,821),(392,820),(391.7320508075689,819),(391,818.2679491924312),(390,818),(389,818.2679491924312),(388.2679491924311,819)) -3883 ((387,830),(387.4019237886467,831.5),(388.5,832.5980762113534),(390,833),(391.5,832.5980762113534),(392.5980762113533,831.5),(393,830),(392.5980762113533,828.5),(391.5,827.4019237886467),(390,827),(388.5,827.4019237886466),(387.4019237886467,828.5)) -3884 ((386,840),(386.53589838486226,842),(388,843.4641016151378),(390,844),(392,843.4641016151378),(393.46410161513774,842),(394,840),(393.46410161513774,838),(392,836.5358983848622),(390,836),(388,836.5358983848622),(386.53589838486226,838)) -3885 ((385,850),(385.6698729810778,852.5),(387.5,854.3301270189222),(390,855),(392.5,854.3301270189222),(394.3301270189222,852.5),(395,850),(394.3301270189222,847.5),(392.5,845.6698729810778),(390,845),(387.5,845.6698729810778),(385.6698729810778,847.5)) -3886 ((384,860),(384.80384757729337,863),(387,865.1961524227066),(390,866),(393,865.1961524227066),(395.19615242270663,863),(396,860),(395.19615242270663,857),(393,854.8038475772934),(390,854),(387,854.8038475772934),(384.80384757729337,857)) -3887 ((383,870),(383.93782217350895,873.5),(386.5,876.062177826491),(390,877),(393.5,876.062177826491),(396.06217782649105,873.5),(397,870),(396.06217782649105,866.5),(393.5,863.937822173509),(390,863),(386.5,863.937822173509),(383.93782217350895,866.5)) -3888 ((382,880),(383.0717967697245,884),(386,886.9282032302755),(390,888),(394,886.9282032302755),(396.9282032302755,884),(398,880),(396.9282032302755,876),(394,873.0717967697245),(390,872),(386,873.0717967697245),(383.0717967697245,876)) -3889 ((381,890),(382.20577136594005,894.5),(385.5,897.7942286340599),(390,899),(394.5,897.7942286340599),(397.79422863405995,894.5),(399,890),(397.79422863405995,885.5),(394.5,882.2057713659401),(390,881),(385.5,882.20577136594),(382.20577136594005,885.5)) -3890 ((380,900),(381.33974596215563,905),(385,908.6602540378444),(390,910),(395,908.6602540378444),(398.66025403784437,905),(400,900),(398.66025403784437,895),(395,891.3397459621556),(390,890),(385,891.3397459621556),(381.33974596215563,895)) -3891 ((389,910),(389.1339745962156,910.5),(389.5,910.8660254037844),(390,911),(390.5,910.8660254037844),(390.8660254037844,910.5),(391,910),(390.8660254037844,909.5),(390.5,909.1339745962156),(390,909),(389.5,909.1339745962156),(389.1339745962156,909.5)) -3892 ((388,920),(388.2679491924311,921),(389,921.7320508075688),(390,922),(391,921.7320508075688),(391.7320508075689,921),(392,920),(391.7320508075689,919),(391,918.2679491924312),(390,918),(389,918.2679491924312),(388.2679491924311,919)) -3893 ((387,930),(387.4019237886467,931.5),(388.5,932.5980762113534),(390,933),(391.5,932.5980762113534),(392.5980762113533,931.5),(393,930),(392.5980762113533,928.5),(391.5,927.4019237886467),(390,927),(388.5,927.4019237886466),(387.4019237886467,928.5)) -3894 ((386,940),(386.53589838486226,942),(388,943.4641016151378),(390,944),(392,943.4641016151378),(393.46410161513774,942),(394,940),(393.46410161513774,938),(392,936.5358983848622),(390,936),(388,936.5358983848622),(386.53589838486226,938)) -3895 ((385,950),(385.6698729810778,952.5),(387.5,954.3301270189222),(390,955),(392.5,954.3301270189222),(394.3301270189222,952.5),(395,950),(394.3301270189222,947.5),(392.5,945.6698729810778),(390,945),(387.5,945.6698729810778),(385.6698729810778,947.5)) -3896 ((384,960),(384.80384757729337,963),(387,965.1961524227066),(390,966),(393,965.1961524227066),(395.19615242270663,963),(396,960),(395.19615242270663,957),(393,954.8038475772934),(390,954),(387,954.8038475772934),(384.80384757729337,957)) -3897 ((383,970),(383.93782217350895,973.5),(386.5,976.062177826491),(390,977),(393.5,976.062177826491),(396.06217782649105,973.5),(397,970),(396.06217782649105,966.5),(393.5,963.937822173509),(390,963),(386.5,963.937822173509),(383.93782217350895,966.5)) -3898 ((382,980),(383.0717967697245,984),(386,986.9282032302755),(390,988),(394,986.9282032302755),(396.9282032302755,984),(398,980),(396.9282032302755,976),(394,973.0717967697245),(390,972),(386,973.0717967697245),(383.0717967697245,976)) -3899 ((381,990),(382.20577136594005,994.5),(385.5,997.7942286340599),(390,999),(394.5,997.7942286340599),(397.79422863405995,994.5),(399,990),(397.79422863405995,985.5),(394.5,982.2057713659401),(390,981),(385.5,982.20577136594),(382.20577136594005,985.5)) -3900 ((380,1000),(381.33974596215563,1005),(385,1008.6602540378444),(390,1010),(395,1008.6602540378444),(398.66025403784437,1005),(400,1000),(398.66025403784437,995),(395,991.3397459621556),(390,990),(385,991.3397459621556),(381.33974596215563,995)) -3901 ((398,10),(398.2679491924311,11),(399,11.732050807568877),(400,12),(401,11.732050807568877),(401.7320508075689,11),(402,10),(401.7320508075689,9),(401,8.267949192431123),(400,8),(399,8.267949192431121),(398.2679491924311,9)) -3902 ((397,20),(397.4019237886467,21.5),(398.5,22.598076211353316),(400,23),(401.5,22.598076211353316),(402.5980762113533,21.5),(403,20),(402.5980762113533,18.5),(401.5,17.401923788646684),(400,17),(398.5,17.401923788646684),(397.4019237886467,18.5)) -3903 ((396,30),(396.53589838486226,32),(398,33.46410161513776),(400,34),(402,33.46410161513776),(403.46410161513774,32),(404,30),(403.46410161513774,28),(402,26.535898384862247),(400,26),(398,26.535898384862243),(396.53589838486226,28)) -3904 ((395,40),(395.6698729810778,42.5),(397.5,44.33012701892219),(400,45),(402.5,44.33012701892219),(404.3301270189222,42.5),(405,40),(404.3301270189222,37.5),(402.5,35.66987298107781),(400,35),(397.5,35.6698729810778),(395.6698729810778,37.5)) -3905 ((394,50),(394.80384757729337,53),(397,55.19615242270663),(400,56),(403,55.19615242270663),(405.19615242270663,53),(406,50),(405.19615242270663,47),(403,44.80384757729337),(400,44),(397,44.80384757729337),(394.80384757729337,47)) -3906 ((393,60),(393.93782217350895,63.5),(396.5,66.06217782649107),(400,67),(403.5,66.06217782649107),(406.06217782649105,63.5),(407,60),(406.06217782649105,56.5),(403.5,53.937822173508934),(400,53),(396.5,53.93782217350893),(393.93782217350895,56.5)) -3907 ((392,70),(393.0717967697245,74),(396,76.92820323027551),(400,78),(404,76.92820323027551),(406.9282032302755,74),(408,70),(406.9282032302755,66),(404,63.07179676972449),(400,62),(396,63.071796769724486),(393.0717967697245,66)) -3908 ((391,80),(392.20577136594005,84.5),(395.5,87.79422863405995),(400,89),(404.5,87.79422863405995),(407.79422863405995,84.5),(409,80),(407.79422863405995,75.5),(404.5,72.20577136594005),(400,71),(395.5,72.20577136594005),(392.20577136594005,75.5)) -3909 ((390,90),(391.33974596215563,95),(395,98.66025403784438),(400,100),(405,98.66025403784438),(408.66025403784437,95),(410,90),(408.66025403784437,85),(405,81.33974596215562),(400,80),(395,81.3397459621556),(391.33974596215563,85)) -3910 ((399,100),(399.1339745962156,100.5),(399.5,100.86602540378443),(400,101),(400.5,100.86602540378443),(400.8660254037844,100.5),(401,100),(400.8660254037844,99.5),(400.5,99.13397459621557),(400,99),(399.5,99.13397459621557),(399.1339745962156,99.5)) -3911 ((398,110),(398.2679491924311,111),(399,111.73205080756888),(400,112),(401,111.73205080756888),(401.7320508075689,111),(402,110),(401.7320508075689,109),(401,108.26794919243112),(400,108),(399,108.26794919243112),(398.2679491924311,109)) -3912 ((397,120),(397.4019237886467,121.5),(398.5,122.59807621135332),(400,123),(401.5,122.59807621135332),(402.5980762113533,121.5),(403,120),(402.5980762113533,118.5),(401.5,117.40192378864668),(400,117),(398.5,117.40192378864668),(397.4019237886467,118.5)) -3913 ((396,130),(396.53589838486226,132),(398,133.46410161513776),(400,134),(402,133.46410161513776),(403.46410161513774,132),(404,130),(403.46410161513774,128),(402,126.53589838486225),(400,126),(398,126.53589838486225),(396.53589838486226,128)) -3914 ((395,140),(395.6698729810778,142.5),(397.5,144.33012701892218),(400,145),(402.5,144.33012701892218),(404.3301270189222,142.5),(405,140),(404.3301270189222,137.5),(402.5,135.66987298107782),(400,135),(397.5,135.66987298107782),(395.6698729810778,137.5)) -3915 ((394,150),(394.80384757729337,153),(397,155.19615242270663),(400,156),(403,155.19615242270663),(405.19615242270663,153),(406,150),(405.19615242270663,147),(403,144.80384757729337),(400,144),(397,144.80384757729337),(394.80384757729337,147)) -3916 ((393,160),(393.93782217350895,163.5),(396.5,166.06217782649108),(400,167),(403.5,166.06217782649108),(406.06217782649105,163.5),(407,160),(406.06217782649105,156.5),(403.5,153.93782217350892),(400,153),(396.5,153.93782217350892),(393.93782217350895,156.5)) -3917 ((392,170),(393.0717967697245,174),(396,176.9282032302755),(400,178),(404,176.9282032302755),(406.9282032302755,174),(408,170),(406.9282032302755,166),(404,163.0717967697245),(400,162),(396,163.0717967697245),(393.0717967697245,166)) -3918 ((391,180),(392.20577136594005,184.5),(395.5,187.79422863405995),(400,189),(404.5,187.79422863405995),(407.79422863405995,184.5),(409,180),(407.79422863405995,175.5),(404.5,172.20577136594005),(400,171),(395.5,172.20577136594005),(392.20577136594005,175.5)) -3919 ((390,190),(391.33974596215563,195),(395,198.6602540378444),(400,200),(405,198.6602540378444),(408.66025403784437,195),(410,190),(408.66025403784437,185),(405,181.3397459621556),(400,180),(395,181.3397459621556),(391.33974596215563,185)) -3920 ((399,200),(399.1339745962156,200.5),(399.5,200.86602540378445),(400,201),(400.5,200.86602540378445),(400.8660254037844,200.5),(401,200),(400.8660254037844,199.5),(400.5,199.13397459621555),(400,199),(399.5,199.13397459621555),(399.1339745962156,199.5)) -3921 ((398,210),(398.2679491924311,211),(399,211.73205080756887),(400,212),(401,211.73205080756887),(401.7320508075689,211),(402,210),(401.7320508075689,209),(401,208.26794919243113),(400,208),(399,208.26794919243113),(398.2679491924311,209)) -3922 ((397,220),(397.4019237886467,221.5),(398.5,222.59807621135332),(400,223),(401.5,222.59807621135332),(402.5980762113533,221.5),(403,220),(402.5980762113533,218.5),(401.5,217.40192378864668),(400,217),(398.5,217.40192378864668),(397.4019237886467,218.5)) -3923 ((396,230),(396.53589838486226,232),(398,233.46410161513776),(400,234),(402,233.46410161513776),(403.46410161513774,232),(404,230),(403.46410161513774,228),(402,226.53589838486224),(400,226),(398,226.53589838486224),(396.53589838486226,228)) -3924 ((395,240),(395.6698729810778,242.5),(397.5,244.33012701892218),(400,245),(402.5,244.33012701892218),(404.3301270189222,242.5),(405,240),(404.3301270189222,237.5),(402.5,235.66987298107782),(400,235),(397.5,235.66987298107782),(395.6698729810778,237.5)) -3925 ((394,250),(394.80384757729337,253),(397,255.19615242270663),(400,256),(403,255.19615242270663),(405.19615242270663,253),(406,250),(405.19615242270663,247),(403,244.80384757729337),(400,244),(397,244.80384757729337),(394.80384757729337,247)) -3926 ((393,260),(393.93782217350895,263.5),(396.5,266.06217782649105),(400,267),(403.5,266.06217782649105),(406.06217782649105,263.5),(407,260),(406.06217782649105,256.5),(403.5,253.93782217350892),(400,253),(396.5,253.93782217350892),(393.93782217350895,256.5)) -3927 ((392,270),(393.0717967697245,274),(396,276.9282032302755),(400,278),(404,276.9282032302755),(406.9282032302755,274),(408,270),(406.9282032302755,266),(404,263.0717967697245),(400,262),(396,263.0717967697245),(393.0717967697245,266)) -3928 ((391,280),(392.20577136594005,284.5),(395.5,287.79422863405995),(400,289),(404.5,287.79422863405995),(407.79422863405995,284.5),(409,280),(407.79422863405995,275.5),(404.5,272.20577136594005),(400,271),(395.5,272.20577136594005),(392.20577136594005,275.5)) -3929 ((390,290),(391.33974596215563,295),(395,298.66025403784437),(400,300),(405,298.66025403784437),(408.66025403784437,295),(410,290),(408.66025403784437,285),(405,281.33974596215563),(400,280),(395,281.33974596215563),(391.33974596215563,285)) -3930 ((399,300),(399.1339745962156,300.5),(399.5,300.8660254037844),(400,301),(400.5,300.8660254037844),(400.8660254037844,300.5),(401,300),(400.8660254037844,299.5),(400.5,299.1339745962156),(400,299),(399.5,299.1339745962156),(399.1339745962156,299.5)) -3931 ((398,310),(398.2679491924311,311),(399,311.7320508075689),(400,312),(401,311.7320508075689),(401.7320508075689,311),(402,310),(401.7320508075689,309),(401,308.2679491924311),(400,308),(399,308.2679491924311),(398.2679491924311,309)) -3932 ((397,320),(397.4019237886467,321.5),(398.5,322.5980762113533),(400,323),(401.5,322.5980762113533),(402.5980762113533,321.5),(403,320),(402.5980762113533,318.5),(401.5,317.4019237886467),(400,317),(398.5,317.4019237886467),(397.4019237886467,318.5)) -3933 ((396,330),(396.53589838486226,332),(398,333.46410161513774),(400,334),(402,333.46410161513774),(403.46410161513774,332),(404,330),(403.46410161513774,328),(402,326.53589838486226),(400,326),(398,326.53589838486226),(396.53589838486226,328)) -3934 ((395,340),(395.6698729810778,342.5),(397.5,344.3301270189222),(400,345),(402.5,344.3301270189222),(404.3301270189222,342.5),(405,340),(404.3301270189222,337.5),(402.5,335.6698729810778),(400,335),(397.5,335.6698729810778),(395.6698729810778,337.5)) -3935 ((394,350),(394.80384757729337,353),(397,355.19615242270663),(400,356),(403,355.19615242270663),(405.19615242270663,353),(406,350),(405.19615242270663,347),(403,344.80384757729337),(400,344),(397,344.80384757729337),(394.80384757729337,347)) -3936 ((393,360),(393.93782217350895,363.5),(396.5,366.06217782649105),(400,367),(403.5,366.06217782649105),(406.06217782649105,363.5),(407,360),(406.06217782649105,356.5),(403.5,353.93782217350895),(400,353),(396.5,353.93782217350895),(393.93782217350895,356.5)) -3937 ((392,370),(393.0717967697245,374),(396,376.9282032302755),(400,378),(404,376.9282032302755),(406.9282032302755,374),(408,370),(406.9282032302755,366),(404,363.0717967697245),(400,362),(396,363.0717967697245),(393.0717967697245,366)) -3938 ((391,380),(392.20577136594005,384.5),(395.5,387.79422863405995),(400,389),(404.5,387.79422863405995),(407.79422863405995,384.5),(409,380),(407.79422863405995,375.5),(404.5,372.20577136594005),(400,371),(395.5,372.20577136594005),(392.20577136594005,375.5)) -3939 ((390,390),(391.33974596215563,395),(395,398.66025403784437),(400,400),(405,398.66025403784437),(408.66025403784437,395),(410,390),(408.66025403784437,385),(405,381.33974596215563),(400,380),(395,381.33974596215563),(391.33974596215563,385)) -3940 ((399,400),(399.1339745962156,400.5),(399.5,400.8660254037844),(400,401),(400.5,400.8660254037844),(400.8660254037844,400.5),(401,400),(400.8660254037844,399.5),(400.5,399.1339745962156),(400,399),(399.5,399.1339745962156),(399.1339745962156,399.5)) -3941 ((398,410),(398.2679491924311,411),(399,411.7320508075689),(400,412),(401,411.7320508075689),(401.7320508075689,411),(402,410),(401.7320508075689,409),(401,408.2679491924311),(400,408),(399,408.2679491924311),(398.2679491924311,409)) -3942 ((397,420),(397.4019237886467,421.5),(398.5,422.5980762113533),(400,423),(401.5,422.5980762113533),(402.5980762113533,421.5),(403,420),(402.5980762113533,418.5),(401.5,417.4019237886467),(400,417),(398.5,417.4019237886467),(397.4019237886467,418.5)) -3943 ((396,430),(396.53589838486226,432),(398,433.46410161513774),(400,434),(402,433.46410161513774),(403.46410161513774,432),(404,430),(403.46410161513774,428),(402,426.53589838486226),(400,426),(398,426.53589838486226),(396.53589838486226,428)) -3944 ((395,440),(395.6698729810778,442.5),(397.5,444.3301270189222),(400,445),(402.5,444.3301270189222),(404.3301270189222,442.5),(405,440),(404.3301270189222,437.5),(402.5,435.6698729810778),(400,435),(397.5,435.6698729810778),(395.6698729810778,437.5)) -3945 ((394,450),(394.80384757729337,453),(397,455.19615242270663),(400,456),(403,455.19615242270663),(405.19615242270663,453),(406,450),(405.19615242270663,447),(403,444.80384757729337),(400,444),(397,444.80384757729337),(394.80384757729337,447)) -3946 ((393,460),(393.93782217350895,463.5),(396.5,466.06217782649105),(400,467),(403.5,466.06217782649105),(406.06217782649105,463.5),(407,460),(406.06217782649105,456.5),(403.5,453.93782217350895),(400,453),(396.5,453.93782217350895),(393.93782217350895,456.5)) -3947 ((392,470),(393.0717967697245,474),(396,476.9282032302755),(400,478),(404,476.9282032302755),(406.9282032302755,474),(408,470),(406.9282032302755,466),(404,463.0717967697245),(400,462),(396,463.0717967697245),(393.0717967697245,466)) -3948 ((391,480),(392.20577136594005,484.5),(395.5,487.79422863405995),(400,489),(404.5,487.79422863405995),(407.79422863405995,484.5),(409,480),(407.79422863405995,475.5),(404.5,472.20577136594005),(400,471),(395.5,472.20577136594005),(392.20577136594005,475.5)) -3949 ((390,490),(391.33974596215563,495),(395,498.66025403784437),(400,500),(405,498.66025403784437),(408.66025403784437,495),(410,490),(408.66025403784437,485),(405,481.33974596215563),(400,480),(395,481.33974596215563),(391.33974596215563,485)) -3950 ((399,500),(399.1339745962156,500.5),(399.5,500.8660254037844),(400,501),(400.5,500.8660254037844),(400.8660254037844,500.5),(401,500),(400.8660254037844,499.5),(400.5,499.1339745962156),(400,499),(399.5,499.1339745962156),(399.1339745962156,499.5)) -3951 ((398,510),(398.2679491924311,511),(399,511.7320508075689),(400,512),(401,511.7320508075689),(401.7320508075689,511),(402,510),(401.7320508075689,509),(401,508.2679491924311),(400,508),(399,508.2679491924311),(398.2679491924311,509)) -3952 ((397,520),(397.4019237886467,521.5),(398.5,522.5980762113534),(400,523),(401.5,522.5980762113534),(402.5980762113533,521.5),(403,520),(402.5980762113533,518.5),(401.5,517.4019237886467),(400,517),(398.5,517.4019237886466),(397.4019237886467,518.5)) -3953 ((396,530),(396.53589838486226,532),(398,533.4641016151378),(400,534),(402,533.4641016151378),(403.46410161513774,532),(404,530),(403.46410161513774,528),(402,526.5358983848622),(400,526),(398,526.5358983848622),(396.53589838486226,528)) -3954 ((395,540),(395.6698729810778,542.5),(397.5,544.3301270189222),(400,545),(402.5,544.3301270189222),(404.3301270189222,542.5),(405,540),(404.3301270189222,537.5),(402.5,535.6698729810778),(400,535),(397.5,535.6698729810778),(395.6698729810778,537.5)) -3955 ((394,550),(394.80384757729337,553),(397,555.1961524227066),(400,556),(403,555.1961524227066),(405.19615242270663,553),(406,550),(405.19615242270663,547),(403,544.8038475772934),(400,544),(397,544.8038475772934),(394.80384757729337,547)) -3956 ((393,560),(393.93782217350895,563.5),(396.5,566.062177826491),(400,567),(403.5,566.062177826491),(406.06217782649105,563.5),(407,560),(406.06217782649105,556.5),(403.5,553.937822173509),(400,553),(396.5,553.937822173509),(393.93782217350895,556.5)) -3957 ((392,570),(393.0717967697245,574),(396,576.9282032302755),(400,578),(404,576.9282032302755),(406.9282032302755,574),(408,570),(406.9282032302755,566),(404,563.0717967697245),(400,562),(396,563.0717967697245),(393.0717967697245,566)) -3958 ((391,580),(392.20577136594005,584.5),(395.5,587.7942286340599),(400,589),(404.5,587.7942286340599),(407.79422863405995,584.5),(409,580),(407.79422863405995,575.5),(404.5,572.2057713659401),(400,571),(395.5,572.20577136594),(392.20577136594005,575.5)) -3959 ((390,590),(391.33974596215563,595),(395,598.6602540378444),(400,600),(405,598.6602540378444),(408.66025403784437,595),(410,590),(408.66025403784437,585),(405,581.3397459621556),(400,580),(395,581.3397459621556),(391.33974596215563,585)) -3960 ((399,600),(399.1339745962156,600.5),(399.5,600.8660254037844),(400,601),(400.5,600.8660254037844),(400.8660254037844,600.5),(401,600),(400.8660254037844,599.5),(400.5,599.1339745962156),(400,599),(399.5,599.1339745962156),(399.1339745962156,599.5)) -3961 ((398,610),(398.2679491924311,611),(399,611.7320508075688),(400,612),(401,611.7320508075688),(401.7320508075689,611),(402,610),(401.7320508075689,609),(401,608.2679491924312),(400,608),(399,608.2679491924312),(398.2679491924311,609)) -3962 ((397,620),(397.4019237886467,621.5),(398.5,622.5980762113534),(400,623),(401.5,622.5980762113534),(402.5980762113533,621.5),(403,620),(402.5980762113533,618.5),(401.5,617.4019237886467),(400,617),(398.5,617.4019237886466),(397.4019237886467,618.5)) -3963 ((396,630),(396.53589838486226,632),(398,633.4641016151378),(400,634),(402,633.4641016151378),(403.46410161513774,632),(404,630),(403.46410161513774,628),(402,626.5358983848622),(400,626),(398,626.5358983848622),(396.53589838486226,628)) -3964 ((395,640),(395.6698729810778,642.5),(397.5,644.3301270189222),(400,645),(402.5,644.3301270189222),(404.3301270189222,642.5),(405,640),(404.3301270189222,637.5),(402.5,635.6698729810778),(400,635),(397.5,635.6698729810778),(395.6698729810778,637.5)) -3965 ((394,650),(394.80384757729337,653),(397,655.1961524227066),(400,656),(403,655.1961524227066),(405.19615242270663,653),(406,650),(405.19615242270663,647),(403,644.8038475772934),(400,644),(397,644.8038475772934),(394.80384757729337,647)) -3966 ((393,660),(393.93782217350895,663.5),(396.5,666.062177826491),(400,667),(403.5,666.062177826491),(406.06217782649105,663.5),(407,660),(406.06217782649105,656.5),(403.5,653.937822173509),(400,653),(396.5,653.937822173509),(393.93782217350895,656.5)) -3967 ((392,670),(393.0717967697245,674),(396,676.9282032302755),(400,678),(404,676.9282032302755),(406.9282032302755,674),(408,670),(406.9282032302755,666),(404,663.0717967697245),(400,662),(396,663.0717967697245),(393.0717967697245,666)) -3968 ((391,680),(392.20577136594005,684.5),(395.5,687.7942286340599),(400,689),(404.5,687.7942286340599),(407.79422863405995,684.5),(409,680),(407.79422863405995,675.5),(404.5,672.2057713659401),(400,671),(395.5,672.20577136594),(392.20577136594005,675.5)) -3969 ((390,690),(391.33974596215563,695),(395,698.6602540378444),(400,700),(405,698.6602540378444),(408.66025403784437,695),(410,690),(408.66025403784437,685),(405,681.3397459621556),(400,680),(395,681.3397459621556),(391.33974596215563,685)) -3970 ((399,700),(399.1339745962156,700.5),(399.5,700.8660254037844),(400,701),(400.5,700.8660254037844),(400.8660254037844,700.5),(401,700),(400.8660254037844,699.5),(400.5,699.1339745962156),(400,699),(399.5,699.1339745962156),(399.1339745962156,699.5)) -3971 ((398,710),(398.2679491924311,711),(399,711.7320508075688),(400,712),(401,711.7320508075688),(401.7320508075689,711),(402,710),(401.7320508075689,709),(401,708.2679491924312),(400,708),(399,708.2679491924312),(398.2679491924311,709)) -3972 ((397,720),(397.4019237886467,721.5),(398.5,722.5980762113534),(400,723),(401.5,722.5980762113534),(402.5980762113533,721.5),(403,720),(402.5980762113533,718.5),(401.5,717.4019237886467),(400,717),(398.5,717.4019237886466),(397.4019237886467,718.5)) -3973 ((396,730),(396.53589838486226,732),(398,733.4641016151378),(400,734),(402,733.4641016151378),(403.46410161513774,732),(404,730),(403.46410161513774,728),(402,726.5358983848622),(400,726),(398,726.5358983848622),(396.53589838486226,728)) -3974 ((395,740),(395.6698729810778,742.5),(397.5,744.3301270189222),(400,745),(402.5,744.3301270189222),(404.3301270189222,742.5),(405,740),(404.3301270189222,737.5),(402.5,735.6698729810778),(400,735),(397.5,735.6698729810778),(395.6698729810778,737.5)) -3975 ((394,750),(394.80384757729337,753),(397,755.1961524227066),(400,756),(403,755.1961524227066),(405.19615242270663,753),(406,750),(405.19615242270663,747),(403,744.8038475772934),(400,744),(397,744.8038475772934),(394.80384757729337,747)) -3976 ((393,760),(393.93782217350895,763.5),(396.5,766.062177826491),(400,767),(403.5,766.062177826491),(406.06217782649105,763.5),(407,760),(406.06217782649105,756.5),(403.5,753.937822173509),(400,753),(396.5,753.937822173509),(393.93782217350895,756.5)) -3977 ((392,770),(393.0717967697245,774),(396,776.9282032302755),(400,778),(404,776.9282032302755),(406.9282032302755,774),(408,770),(406.9282032302755,766),(404,763.0717967697245),(400,762),(396,763.0717967697245),(393.0717967697245,766)) -3978 ((391,780),(392.20577136594005,784.5),(395.5,787.7942286340599),(400,789),(404.5,787.7942286340599),(407.79422863405995,784.5),(409,780),(407.79422863405995,775.5),(404.5,772.2057713659401),(400,771),(395.5,772.20577136594),(392.20577136594005,775.5)) -3979 ((390,790),(391.33974596215563,795),(395,798.6602540378444),(400,800),(405,798.6602540378444),(408.66025403784437,795),(410,790),(408.66025403784437,785),(405,781.3397459621556),(400,780),(395,781.3397459621556),(391.33974596215563,785)) -3980 ((399,800),(399.1339745962156,800.5),(399.5,800.8660254037844),(400,801),(400.5,800.8660254037844),(400.8660254037844,800.5),(401,800),(400.8660254037844,799.5),(400.5,799.1339745962156),(400,799),(399.5,799.1339745962156),(399.1339745962156,799.5)) -3981 ((398,810),(398.2679491924311,811),(399,811.7320508075688),(400,812),(401,811.7320508075688),(401.7320508075689,811),(402,810),(401.7320508075689,809),(401,808.2679491924312),(400,808),(399,808.2679491924312),(398.2679491924311,809)) -3982 ((397,820),(397.4019237886467,821.5),(398.5,822.5980762113534),(400,823),(401.5,822.5980762113534),(402.5980762113533,821.5),(403,820),(402.5980762113533,818.5),(401.5,817.4019237886467),(400,817),(398.5,817.4019237886466),(397.4019237886467,818.5)) -3983 ((396,830),(396.53589838486226,832),(398,833.4641016151378),(400,834),(402,833.4641016151378),(403.46410161513774,832),(404,830),(403.46410161513774,828),(402,826.5358983848622),(400,826),(398,826.5358983848622),(396.53589838486226,828)) -3984 ((395,840),(395.6698729810778,842.5),(397.5,844.3301270189222),(400,845),(402.5,844.3301270189222),(404.3301270189222,842.5),(405,840),(404.3301270189222,837.5),(402.5,835.6698729810778),(400,835),(397.5,835.6698729810778),(395.6698729810778,837.5)) -3985 ((394,850),(394.80384757729337,853),(397,855.1961524227066),(400,856),(403,855.1961524227066),(405.19615242270663,853),(406,850),(405.19615242270663,847),(403,844.8038475772934),(400,844),(397,844.8038475772934),(394.80384757729337,847)) -3986 ((393,860),(393.93782217350895,863.5),(396.5,866.062177826491),(400,867),(403.5,866.062177826491),(406.06217782649105,863.5),(407,860),(406.06217782649105,856.5),(403.5,853.937822173509),(400,853),(396.5,853.937822173509),(393.93782217350895,856.5)) -3987 ((392,870),(393.0717967697245,874),(396,876.9282032302755),(400,878),(404,876.9282032302755),(406.9282032302755,874),(408,870),(406.9282032302755,866),(404,863.0717967697245),(400,862),(396,863.0717967697245),(393.0717967697245,866)) -3988 ((391,880),(392.20577136594005,884.5),(395.5,887.7942286340599),(400,889),(404.5,887.7942286340599),(407.79422863405995,884.5),(409,880),(407.79422863405995,875.5),(404.5,872.2057713659401),(400,871),(395.5,872.20577136594),(392.20577136594005,875.5)) -3989 ((390,890),(391.33974596215563,895),(395,898.6602540378444),(400,900),(405,898.6602540378444),(408.66025403784437,895),(410,890),(408.66025403784437,885),(405,881.3397459621556),(400,880),(395,881.3397459621556),(391.33974596215563,885)) -3990 ((399,900),(399.1339745962156,900.5),(399.5,900.8660254037844),(400,901),(400.5,900.8660254037844),(400.8660254037844,900.5),(401,900),(400.8660254037844,899.5),(400.5,899.1339745962156),(400,899),(399.5,899.1339745962156),(399.1339745962156,899.5)) -3991 ((398,910),(398.2679491924311,911),(399,911.7320508075688),(400,912),(401,911.7320508075688),(401.7320508075689,911),(402,910),(401.7320508075689,909),(401,908.2679491924312),(400,908),(399,908.2679491924312),(398.2679491924311,909)) -3992 ((397,920),(397.4019237886467,921.5),(398.5,922.5980762113534),(400,923),(401.5,922.5980762113534),(402.5980762113533,921.5),(403,920),(402.5980762113533,918.5),(401.5,917.4019237886467),(400,917),(398.5,917.4019237886466),(397.4019237886467,918.5)) -3993 ((396,930),(396.53589838486226,932),(398,933.4641016151378),(400,934),(402,933.4641016151378),(403.46410161513774,932),(404,930),(403.46410161513774,928),(402,926.5358983848622),(400,926),(398,926.5358983848622),(396.53589838486226,928)) -3994 ((395,940),(395.6698729810778,942.5),(397.5,944.3301270189222),(400,945),(402.5,944.3301270189222),(404.3301270189222,942.5),(405,940),(404.3301270189222,937.5),(402.5,935.6698729810778),(400,935),(397.5,935.6698729810778),(395.6698729810778,937.5)) -3995 ((394,950),(394.80384757729337,953),(397,955.1961524227066),(400,956),(403,955.1961524227066),(405.19615242270663,953),(406,950),(405.19615242270663,947),(403,944.8038475772934),(400,944),(397,944.8038475772934),(394.80384757729337,947)) -3996 ((393,960),(393.93782217350895,963.5),(396.5,966.062177826491),(400,967),(403.5,966.062177826491),(406.06217782649105,963.5),(407,960),(406.06217782649105,956.5),(403.5,953.937822173509),(400,953),(396.5,953.937822173509),(393.93782217350895,956.5)) -3997 ((392,970),(393.0717967697245,974),(396,976.9282032302755),(400,978),(404,976.9282032302755),(406.9282032302755,974),(408,970),(406.9282032302755,966),(404,963.0717967697245),(400,962),(396,963.0717967697245),(393.0717967697245,966)) -3998 ((391,980),(392.20577136594005,984.5),(395.5,987.7942286340599),(400,989),(404.5,987.7942286340599),(407.79422863405995,984.5),(409,980),(407.79422863405995,975.5),(404.5,972.2057713659401),(400,971),(395.5,972.20577136594),(392.20577136594005,975.5)) -3999 ((390,990),(391.33974596215563,995),(395,998.6602540378444),(400,1000),(405,998.6602540378444),(408.66025403784437,995),(410,990),(408.66025403784437,985),(405,981.3397459621556),(400,980),(395,981.3397459621556),(391.33974596215563,985)) -4000 ((399,1000),(399.1339745962156,1000.5),(399.5,1000.8660254037844),(400,1001),(400.5,1000.8660254037844),(400.8660254037844,1000.5),(401,1000),(400.8660254037844,999.5),(400.5,999.1339745962156),(400,999),(399.5,999.1339745962156),(399.1339745962156,999.5)) -4001 ((407,10),(407.4019237886467,11.5),(408.5,12.598076211353316),(410,13),(411.5,12.598076211353316),(412.5980762113533,11.5),(413,10),(412.5980762113533,8.5),(411.5,7.401923788646684),(410,7),(408.5,7.401923788646683),(407.4019237886467,8.499999999999998)) -4002 ((406,20),(406.53589838486226,22),(408,23.464101615137753),(410,24),(412,23.464101615137753),(413.46410161513774,22),(414,20),(413.46410161513774,18),(412,16.535898384862247),(410,16),(408,16.535898384862243),(406.53589838486226,18)) -4003 ((405,30),(405.6698729810778,32.5),(407.5,34.33012701892219),(410,35),(412.5,34.33012701892219),(414.3301270189222,32.5),(415,30),(414.3301270189222,27.5),(412.5,25.66987298107781),(410,25),(407.5,25.669872981077805),(405.6698729810778,27.499999999999996)) -4004 ((404,40),(404.80384757729337,43),(407,45.19615242270663),(410,46),(413,45.19615242270663),(415.19615242270663,43),(416,40),(415.19615242270663,37),(413,34.80384757729337),(410,34),(407,34.80384757729337),(404.80384757729337,37)) -4005 ((403,50),(403.93782217350895,53.5),(406.5,56.06217782649107),(410,57),(413.5,56.06217782649107),(416.06217782649105,53.5),(417,50),(416.06217782649105,46.5),(413.5,43.937822173508934),(410,43),(406.5,43.93782217350893),(403.93782217350895,46.5)) -4006 ((402,60),(403.0717967697245,64),(406,66.92820323027551),(410,68),(414,66.92820323027551),(416.9282032302755,64),(418,60),(416.9282032302755,56),(414,53.07179676972449),(410,52),(406,53.071796769724486),(403.0717967697245,56)) -4007 ((401,70),(402.20577136594005,74.5),(405.5,77.79422863405995),(410,79),(414.5,77.79422863405995),(417.79422863405995,74.5),(419,70),(417.79422863405995,65.5),(414.5,62.20577136594005),(410,61),(405.5,62.20577136594005),(402.20577136594005,65.5)) -4008 ((400,80),(401.33974596215563,85),(405,88.66025403784438),(410,90),(415,88.66025403784438),(418.66025403784437,85),(420,80),(418.66025403784437,75),(415,71.33974596215562),(410,70),(405,71.3397459621556),(401.33974596215563,75)) -4009 ((409,90),(409.1339745962156,90.5),(409.5,90.86602540378443),(410,91),(410.5,90.86602540378443),(410.8660254037844,90.5),(411,90),(410.8660254037844,89.5),(410.5,89.13397459621557),(410,89),(409.5,89.13397459621557),(409.1339745962156,89.5)) -4010 ((408,100),(408.2679491924311,101),(409,101.73205080756888),(410,102),(411,101.73205080756888),(411.7320508075689,101),(412,100),(411.7320508075689,99),(411,98.26794919243112),(410,98),(409,98.26794919243112),(408.2679491924311,99)) -4011 ((407,110),(407.4019237886467,111.5),(408.5,112.59807621135332),(410,113),(411.5,112.59807621135332),(412.5980762113533,111.5),(413,110),(412.5980762113533,108.5),(411.5,107.40192378864668),(410,107),(408.5,107.40192378864668),(407.4019237886467,108.5)) -4012 ((406,120),(406.53589838486226,122),(408,123.46410161513775),(410,124),(412,123.46410161513775),(413.46410161513774,122),(414,120),(413.46410161513774,118),(412,116.53589838486225),(410,116),(408,116.53589838486225),(406.53589838486226,118)) -4013 ((405,130),(405.6698729810778,132.5),(407.5,134.33012701892218),(410,135),(412.5,134.33012701892218),(414.3301270189222,132.5),(415,130),(414.3301270189222,127.5),(412.5,125.6698729810778),(410,125),(407.5,125.6698729810778),(405.6698729810778,127.5)) -4014 ((404,140),(404.80384757729337,143),(407,145.19615242270663),(410,146),(413,145.19615242270663),(415.19615242270663,143),(416,140),(415.19615242270663,137),(413,134.80384757729337),(410,134),(407,134.80384757729337),(404.80384757729337,137)) -4015 ((403,150),(403.93782217350895,153.5),(406.5,156.06217782649108),(410,157),(413.5,156.06217782649108),(416.06217782649105,153.5),(417,150),(416.06217782649105,146.5),(413.5,143.93782217350892),(410,143),(406.5,143.93782217350892),(403.93782217350895,146.5)) -4016 ((402,160),(403.0717967697245,164),(406,166.9282032302755),(410,168),(414,166.9282032302755),(416.9282032302755,164),(418,160),(416.9282032302755,156),(414,153.0717967697245),(410,152),(406,153.0717967697245),(403.0717967697245,156)) -4017 ((401,170),(402.20577136594005,174.5),(405.5,177.79422863405995),(410,179),(414.5,177.79422863405995),(417.79422863405995,174.5),(419,170),(417.79422863405995,165.5),(414.5,162.20577136594005),(410,161),(405.5,162.20577136594005),(402.20577136594005,165.5)) -4018 ((400,180),(401.33974596215563,185),(405,188.6602540378444),(410,190),(415,188.6602540378444),(418.66025403784437,185),(420,180),(418.66025403784437,175),(415,171.3397459621556),(410,170),(405,171.3397459621556),(401.33974596215563,175)) -4019 ((409,190),(409.1339745962156,190.5),(409.5,190.86602540378445),(410,191),(410.5,190.86602540378445),(410.8660254037844,190.5),(411,190),(410.8660254037844,189.5),(410.5,189.13397459621555),(410,189),(409.5,189.13397459621555),(409.1339745962156,189.5)) -4020 ((408,200),(408.2679491924311,201),(409,201.73205080756887),(410,202),(411,201.73205080756887),(411.7320508075689,201),(412,200),(411.7320508075689,199),(411,198.26794919243113),(410,198),(409,198.26794919243113),(408.2679491924311,199)) -4021 ((407,210),(407.4019237886467,211.5),(408.5,212.59807621135332),(410,213),(411.5,212.59807621135332),(412.5980762113533,211.5),(413,210),(412.5980762113533,208.5),(411.5,207.40192378864668),(410,207),(408.5,207.40192378864668),(407.4019237886467,208.5)) -4022 ((406,220),(406.53589838486226,222),(408,223.46410161513776),(410,224),(412,223.46410161513776),(413.46410161513774,222),(414,220),(413.46410161513774,218),(412,216.53589838486224),(410,216),(408,216.53589838486224),(406.53589838486226,218)) -4023 ((405,230),(405.6698729810778,232.5),(407.5,234.33012701892218),(410,235),(412.5,234.33012701892218),(414.3301270189222,232.5),(415,230),(414.3301270189222,227.5),(412.5,225.66987298107782),(410,225),(407.5,225.66987298107782),(405.6698729810778,227.5)) -4024 ((404,240),(404.80384757729337,243),(407,245.19615242270663),(410,246),(413,245.19615242270663),(415.19615242270663,243),(416,240),(415.19615242270663,237),(413,234.80384757729337),(410,234),(407,234.80384757729337),(404.80384757729337,237)) -4025 ((403,250),(403.93782217350895,253.5),(406.5,256.06217782649105),(410,257),(413.5,256.06217782649105),(416.06217782649105,253.5),(417,250),(416.06217782649105,246.5),(413.5,243.93782217350892),(410,243),(406.5,243.93782217350892),(403.93782217350895,246.5)) -4026 ((402,260),(403.0717967697245,264),(406,266.9282032302755),(410,268),(414,266.9282032302755),(416.9282032302755,264),(418,260),(416.9282032302755,256),(414,253.0717967697245),(410,252),(406,253.0717967697245),(403.0717967697245,256)) -4027 ((401,270),(402.20577136594005,274.5),(405.5,277.79422863405995),(410,279),(414.5,277.79422863405995),(417.79422863405995,274.5),(419,270),(417.79422863405995,265.5),(414.5,262.20577136594005),(410,261),(405.5,262.20577136594005),(402.20577136594005,265.5)) -4028 ((400,280),(401.33974596215563,285),(405,288.66025403784437),(410,290),(415,288.66025403784437),(418.66025403784437,285),(420,280),(418.66025403784437,275),(415,271.33974596215563),(410,270),(405,271.33974596215563),(401.33974596215563,275)) -4029 ((409,290),(409.1339745962156,290.5),(409.5,290.8660254037844),(410,291),(410.5,290.8660254037844),(410.8660254037844,290.5),(411,290),(410.8660254037844,289.5),(410.5,289.1339745962156),(410,289),(409.5,289.1339745962156),(409.1339745962156,289.5)) -4030 ((408,300),(408.2679491924311,301),(409,301.7320508075689),(410,302),(411,301.7320508075689),(411.7320508075689,301),(412,300),(411.7320508075689,299),(411,298.2679491924311),(410,298),(409,298.2679491924311),(408.2679491924311,299)) -4031 ((407,310),(407.4019237886467,311.5),(408.5,312.5980762113533),(410,313),(411.5,312.5980762113533),(412.5980762113533,311.5),(413,310),(412.5980762113533,308.5),(411.5,307.4019237886467),(410,307),(408.5,307.4019237886467),(407.4019237886467,308.5)) -4032 ((406,320),(406.53589838486226,322),(408,323.46410161513774),(410,324),(412,323.46410161513774),(413.46410161513774,322),(414,320),(413.46410161513774,318),(412,316.53589838486226),(410,316),(408,316.53589838486226),(406.53589838486226,318)) -4033 ((405,330),(405.6698729810778,332.5),(407.5,334.3301270189222),(410,335),(412.5,334.3301270189222),(414.3301270189222,332.5),(415,330),(414.3301270189222,327.5),(412.5,325.6698729810778),(410,325),(407.5,325.6698729810778),(405.6698729810778,327.5)) -4034 ((404,340),(404.80384757729337,343),(407,345.19615242270663),(410,346),(413,345.19615242270663),(415.19615242270663,343),(416,340),(415.19615242270663,337),(413,334.80384757729337),(410,334),(407,334.80384757729337),(404.80384757729337,337)) -4035 ((403,350),(403.93782217350895,353.5),(406.5,356.06217782649105),(410,357),(413.5,356.06217782649105),(416.06217782649105,353.5),(417,350),(416.06217782649105,346.5),(413.5,343.93782217350895),(410,343),(406.5,343.93782217350895),(403.93782217350895,346.5)) -4036 ((402,360),(403.0717967697245,364),(406,366.9282032302755),(410,368),(414,366.9282032302755),(416.9282032302755,364),(418,360),(416.9282032302755,356),(414,353.0717967697245),(410,352),(406,353.0717967697245),(403.0717967697245,356)) -4037 ((401,370),(402.20577136594005,374.5),(405.5,377.79422863405995),(410,379),(414.5,377.79422863405995),(417.79422863405995,374.5),(419,370),(417.79422863405995,365.5),(414.5,362.20577136594005),(410,361),(405.5,362.20577136594005),(402.20577136594005,365.5)) -4038 ((400,380),(401.33974596215563,385),(405,388.66025403784437),(410,390),(415,388.66025403784437),(418.66025403784437,385),(420,380),(418.66025403784437,375),(415,371.33974596215563),(410,370),(405,371.33974596215563),(401.33974596215563,375)) -4039 ((409,390),(409.1339745962156,390.5),(409.5,390.8660254037844),(410,391),(410.5,390.8660254037844),(410.8660254037844,390.5),(411,390),(410.8660254037844,389.5),(410.5,389.1339745962156),(410,389),(409.5,389.1339745962156),(409.1339745962156,389.5)) -4040 ((408,400),(408.2679491924311,401),(409,401.7320508075689),(410,402),(411,401.7320508075689),(411.7320508075689,401),(412,400),(411.7320508075689,399),(411,398.2679491924311),(410,398),(409,398.2679491924311),(408.2679491924311,399)) -4041 ((407,410),(407.4019237886467,411.5),(408.5,412.5980762113533),(410,413),(411.5,412.5980762113533),(412.5980762113533,411.5),(413,410),(412.5980762113533,408.5),(411.5,407.4019237886467),(410,407),(408.5,407.4019237886467),(407.4019237886467,408.5)) -4042 ((406,420),(406.53589838486226,422),(408,423.46410161513774),(410,424),(412,423.46410161513774),(413.46410161513774,422),(414,420),(413.46410161513774,418),(412,416.53589838486226),(410,416),(408,416.53589838486226),(406.53589838486226,418)) -4043 ((405,430),(405.6698729810778,432.5),(407.5,434.3301270189222),(410,435),(412.5,434.3301270189222),(414.3301270189222,432.5),(415,430),(414.3301270189222,427.5),(412.5,425.6698729810778),(410,425),(407.5,425.6698729810778),(405.6698729810778,427.5)) -4044 ((404,440),(404.80384757729337,443),(407,445.19615242270663),(410,446),(413,445.19615242270663),(415.19615242270663,443),(416,440),(415.19615242270663,437),(413,434.80384757729337),(410,434),(407,434.80384757729337),(404.80384757729337,437)) -4045 ((403,450),(403.93782217350895,453.5),(406.5,456.06217782649105),(410,457),(413.5,456.06217782649105),(416.06217782649105,453.5),(417,450),(416.06217782649105,446.5),(413.5,443.93782217350895),(410,443),(406.5,443.93782217350895),(403.93782217350895,446.5)) -4046 ((402,460),(403.0717967697245,464),(406,466.9282032302755),(410,468),(414,466.9282032302755),(416.9282032302755,464),(418,460),(416.9282032302755,456),(414,453.0717967697245),(410,452),(406,453.0717967697245),(403.0717967697245,456)) -4047 ((401,470),(402.20577136594005,474.5),(405.5,477.79422863405995),(410,479),(414.5,477.79422863405995),(417.79422863405995,474.5),(419,470),(417.79422863405995,465.5),(414.5,462.20577136594005),(410,461),(405.5,462.20577136594005),(402.20577136594005,465.5)) -4048 ((400,480),(401.33974596215563,485),(405,488.66025403784437),(410,490),(415,488.66025403784437),(418.66025403784437,485),(420,480),(418.66025403784437,475),(415,471.33974596215563),(410,470),(405,471.33974596215563),(401.33974596215563,475)) -4049 ((409,490),(409.1339745962156,490.5),(409.5,490.8660254037844),(410,491),(410.5,490.8660254037844),(410.8660254037844,490.5),(411,490),(410.8660254037844,489.5),(410.5,489.1339745962156),(410,489),(409.5,489.1339745962156),(409.1339745962156,489.5)) -4050 ((408,500),(408.2679491924311,501),(409,501.7320508075689),(410,502),(411,501.7320508075689),(411.7320508075689,501),(412,500),(411.7320508075689,499),(411,498.2679491924311),(410,498),(409,498.2679491924311),(408.2679491924311,499)) -4051 ((407,510),(407.4019237886467,511.5),(408.5,512.5980762113534),(410,513),(411.5,512.5980762113534),(412.5980762113533,511.5),(413,510),(412.5980762113533,508.5),(411.5,507.4019237886467),(410,507),(408.5,507.4019237886467),(407.4019237886467,508.5)) -4052 ((406,520),(406.53589838486226,522),(408,523.4641016151378),(410,524),(412,523.4641016151378),(413.46410161513774,522),(414,520),(413.46410161513774,518),(412,516.5358983848622),(410,516),(408,516.5358983848622),(406.53589838486226,518)) -4053 ((405,530),(405.6698729810778,532.5),(407.5,534.3301270189222),(410,535),(412.5,534.3301270189222),(414.3301270189222,532.5),(415,530),(414.3301270189222,527.5),(412.5,525.6698729810778),(410,525),(407.5,525.6698729810778),(405.6698729810778,527.5)) -4054 ((404,540),(404.80384757729337,543),(407,545.1961524227066),(410,546),(413,545.1961524227066),(415.19615242270663,543),(416,540),(415.19615242270663,537),(413,534.8038475772934),(410,534),(407,534.8038475772934),(404.80384757729337,537)) -4055 ((403,550),(403.93782217350895,553.5),(406.5,556.062177826491),(410,557),(413.5,556.062177826491),(416.06217782649105,553.5),(417,550),(416.06217782649105,546.5),(413.5,543.937822173509),(410,543),(406.5,543.937822173509),(403.93782217350895,546.5)) -4056 ((402,560),(403.0717967697245,564),(406,566.9282032302755),(410,568),(414,566.9282032302755),(416.9282032302755,564),(418,560),(416.9282032302755,556),(414,553.0717967697245),(410,552),(406,553.0717967697245),(403.0717967697245,556)) -4057 ((401,570),(402.20577136594005,574.5),(405.5,577.7942286340599),(410,579),(414.5,577.7942286340599),(417.79422863405995,574.5),(419,570),(417.79422863405995,565.5),(414.5,562.2057713659401),(410,561),(405.5,562.20577136594),(402.20577136594005,565.5)) -4058 ((400,580),(401.33974596215563,585),(405,588.6602540378444),(410,590),(415,588.6602540378444),(418.66025403784437,585),(420,580),(418.66025403784437,575),(415,571.3397459621556),(410,570),(405,571.3397459621556),(401.33974596215563,575)) -4059 ((409,590),(409.1339745962156,590.5),(409.5,590.8660254037844),(410,591),(410.5,590.8660254037844),(410.8660254037844,590.5),(411,590),(410.8660254037844,589.5),(410.5,589.1339745962156),(410,589),(409.5,589.1339745962156),(409.1339745962156,589.5)) -4060 ((408,600),(408.2679491924311,601),(409,601.7320508075688),(410,602),(411,601.7320508075688),(411.7320508075689,601),(412,600),(411.7320508075689,599),(411,598.2679491924312),(410,598),(409,598.2679491924312),(408.2679491924311,599)) -4061 ((407,610),(407.4019237886467,611.5),(408.5,612.5980762113534),(410,613),(411.5,612.5980762113534),(412.5980762113533,611.5),(413,610),(412.5980762113533,608.5),(411.5,607.4019237886467),(410,607),(408.5,607.4019237886466),(407.4019237886467,608.5)) -4062 ((406,620),(406.53589838486226,622),(408,623.4641016151378),(410,624),(412,623.4641016151378),(413.46410161513774,622),(414,620),(413.46410161513774,618),(412,616.5358983848622),(410,616),(408,616.5358983848622),(406.53589838486226,618)) -4063 ((405,630),(405.6698729810778,632.5),(407.5,634.3301270189222),(410,635),(412.5,634.3301270189222),(414.3301270189222,632.5),(415,630),(414.3301270189222,627.5),(412.5,625.6698729810778),(410,625),(407.5,625.6698729810778),(405.6698729810778,627.5)) -4064 ((404,640),(404.80384757729337,643),(407,645.1961524227066),(410,646),(413,645.1961524227066),(415.19615242270663,643),(416,640),(415.19615242270663,637),(413,634.8038475772934),(410,634),(407,634.8038475772934),(404.80384757729337,637)) -4065 ((403,650),(403.93782217350895,653.5),(406.5,656.062177826491),(410,657),(413.5,656.062177826491),(416.06217782649105,653.5),(417,650),(416.06217782649105,646.5),(413.5,643.937822173509),(410,643),(406.5,643.937822173509),(403.93782217350895,646.5)) -4066 ((402,660),(403.0717967697245,664),(406,666.9282032302755),(410,668),(414,666.9282032302755),(416.9282032302755,664),(418,660),(416.9282032302755,656),(414,653.0717967697245),(410,652),(406,653.0717967697245),(403.0717967697245,656)) -4067 ((401,670),(402.20577136594005,674.5),(405.5,677.7942286340599),(410,679),(414.5,677.7942286340599),(417.79422863405995,674.5),(419,670),(417.79422863405995,665.5),(414.5,662.2057713659401),(410,661),(405.5,662.20577136594),(402.20577136594005,665.5)) -4068 ((400,680),(401.33974596215563,685),(405,688.6602540378444),(410,690),(415,688.6602540378444),(418.66025403784437,685),(420,680),(418.66025403784437,675),(415,671.3397459621556),(410,670),(405,671.3397459621556),(401.33974596215563,675)) -4069 ((409,690),(409.1339745962156,690.5),(409.5,690.8660254037844),(410,691),(410.5,690.8660254037844),(410.8660254037844,690.5),(411,690),(410.8660254037844,689.5),(410.5,689.1339745962156),(410,689),(409.5,689.1339745962156),(409.1339745962156,689.5)) -4070 ((408,700),(408.2679491924311,701),(409,701.7320508075688),(410,702),(411,701.7320508075688),(411.7320508075689,701),(412,700),(411.7320508075689,699),(411,698.2679491924312),(410,698),(409,698.2679491924312),(408.2679491924311,699)) -4071 ((407,710),(407.4019237886467,711.5),(408.5,712.5980762113534),(410,713),(411.5,712.5980762113534),(412.5980762113533,711.5),(413,710),(412.5980762113533,708.5),(411.5,707.4019237886467),(410,707),(408.5,707.4019237886466),(407.4019237886467,708.5)) -4072 ((406,720),(406.53589838486226,722),(408,723.4641016151378),(410,724),(412,723.4641016151378),(413.46410161513774,722),(414,720),(413.46410161513774,718),(412,716.5358983848622),(410,716),(408,716.5358983848622),(406.53589838486226,718)) -4073 ((405,730),(405.6698729810778,732.5),(407.5,734.3301270189222),(410,735),(412.5,734.3301270189222),(414.3301270189222,732.5),(415,730),(414.3301270189222,727.5),(412.5,725.6698729810778),(410,725),(407.5,725.6698729810778),(405.6698729810778,727.5)) -4074 ((404,740),(404.80384757729337,743),(407,745.1961524227066),(410,746),(413,745.1961524227066),(415.19615242270663,743),(416,740),(415.19615242270663,737),(413,734.8038475772934),(410,734),(407,734.8038475772934),(404.80384757729337,737)) -4075 ((403,750),(403.93782217350895,753.5),(406.5,756.062177826491),(410,757),(413.5,756.062177826491),(416.06217782649105,753.5),(417,750),(416.06217782649105,746.5),(413.5,743.937822173509),(410,743),(406.5,743.937822173509),(403.93782217350895,746.5)) -4076 ((402,760),(403.0717967697245,764),(406,766.9282032302755),(410,768),(414,766.9282032302755),(416.9282032302755,764),(418,760),(416.9282032302755,756),(414,753.0717967697245),(410,752),(406,753.0717967697245),(403.0717967697245,756)) -4077 ((401,770),(402.20577136594005,774.5),(405.5,777.7942286340599),(410,779),(414.5,777.7942286340599),(417.79422863405995,774.5),(419,770),(417.79422863405995,765.5),(414.5,762.2057713659401),(410,761),(405.5,762.20577136594),(402.20577136594005,765.5)) -4078 ((400,780),(401.33974596215563,785),(405,788.6602540378444),(410,790),(415,788.6602540378444),(418.66025403784437,785),(420,780),(418.66025403784437,775),(415,771.3397459621556),(410,770),(405,771.3397459621556),(401.33974596215563,775)) -4079 ((409,790),(409.1339745962156,790.5),(409.5,790.8660254037844),(410,791),(410.5,790.8660254037844),(410.8660254037844,790.5),(411,790),(410.8660254037844,789.5),(410.5,789.1339745962156),(410,789),(409.5,789.1339745962156),(409.1339745962156,789.5)) -4080 ((408,800),(408.2679491924311,801),(409,801.7320508075688),(410,802),(411,801.7320508075688),(411.7320508075689,801),(412,800),(411.7320508075689,799),(411,798.2679491924312),(410,798),(409,798.2679491924312),(408.2679491924311,799)) -4081 ((407,810),(407.4019237886467,811.5),(408.5,812.5980762113534),(410,813),(411.5,812.5980762113534),(412.5980762113533,811.5),(413,810),(412.5980762113533,808.5),(411.5,807.4019237886467),(410,807),(408.5,807.4019237886466),(407.4019237886467,808.5)) -4082 ((406,820),(406.53589838486226,822),(408,823.4641016151378),(410,824),(412,823.4641016151378),(413.46410161513774,822),(414,820),(413.46410161513774,818),(412,816.5358983848622),(410,816),(408,816.5358983848622),(406.53589838486226,818)) -4083 ((405,830),(405.6698729810778,832.5),(407.5,834.3301270189222),(410,835),(412.5,834.3301270189222),(414.3301270189222,832.5),(415,830),(414.3301270189222,827.5),(412.5,825.6698729810778),(410,825),(407.5,825.6698729810778),(405.6698729810778,827.5)) -4084 ((404,840),(404.80384757729337,843),(407,845.1961524227066),(410,846),(413,845.1961524227066),(415.19615242270663,843),(416,840),(415.19615242270663,837),(413,834.8038475772934),(410,834),(407,834.8038475772934),(404.80384757729337,837)) -4085 ((403,850),(403.93782217350895,853.5),(406.5,856.062177826491),(410,857),(413.5,856.062177826491),(416.06217782649105,853.5),(417,850),(416.06217782649105,846.5),(413.5,843.937822173509),(410,843),(406.5,843.937822173509),(403.93782217350895,846.5)) -4086 ((402,860),(403.0717967697245,864),(406,866.9282032302755),(410,868),(414,866.9282032302755),(416.9282032302755,864),(418,860),(416.9282032302755,856),(414,853.0717967697245),(410,852),(406,853.0717967697245),(403.0717967697245,856)) -4087 ((401,870),(402.20577136594005,874.5),(405.5,877.7942286340599),(410,879),(414.5,877.7942286340599),(417.79422863405995,874.5),(419,870),(417.79422863405995,865.5),(414.5,862.2057713659401),(410,861),(405.5,862.20577136594),(402.20577136594005,865.5)) -4088 ((400,880),(401.33974596215563,885),(405,888.6602540378444),(410,890),(415,888.6602540378444),(418.66025403784437,885),(420,880),(418.66025403784437,875),(415,871.3397459621556),(410,870),(405,871.3397459621556),(401.33974596215563,875)) -4089 ((409,890),(409.1339745962156,890.5),(409.5,890.8660254037844),(410,891),(410.5,890.8660254037844),(410.8660254037844,890.5),(411,890),(410.8660254037844,889.5),(410.5,889.1339745962156),(410,889),(409.5,889.1339745962156),(409.1339745962156,889.5)) -4090 ((408,900),(408.2679491924311,901),(409,901.7320508075688),(410,902),(411,901.7320508075688),(411.7320508075689,901),(412,900),(411.7320508075689,899),(411,898.2679491924312),(410,898),(409,898.2679491924312),(408.2679491924311,899)) -4091 ((407,910),(407.4019237886467,911.5),(408.5,912.5980762113534),(410,913),(411.5,912.5980762113534),(412.5980762113533,911.5),(413,910),(412.5980762113533,908.5),(411.5,907.4019237886467),(410,907),(408.5,907.4019237886466),(407.4019237886467,908.5)) -4092 ((406,920),(406.53589838486226,922),(408,923.4641016151378),(410,924),(412,923.4641016151378),(413.46410161513774,922),(414,920),(413.46410161513774,918),(412,916.5358983848622),(410,916),(408,916.5358983848622),(406.53589838486226,918)) -4093 ((405,930),(405.6698729810778,932.5),(407.5,934.3301270189222),(410,935),(412.5,934.3301270189222),(414.3301270189222,932.5),(415,930),(414.3301270189222,927.5),(412.5,925.6698729810778),(410,925),(407.5,925.6698729810778),(405.6698729810778,927.5)) -4094 ((404,940),(404.80384757729337,943),(407,945.1961524227066),(410,946),(413,945.1961524227066),(415.19615242270663,943),(416,940),(415.19615242270663,937),(413,934.8038475772934),(410,934),(407,934.8038475772934),(404.80384757729337,937)) -4095 ((403,950),(403.93782217350895,953.5),(406.5,956.062177826491),(410,957),(413.5,956.062177826491),(416.06217782649105,953.5),(417,950),(416.06217782649105,946.5),(413.5,943.937822173509),(410,943),(406.5,943.937822173509),(403.93782217350895,946.5)) -4096 ((402,960),(403.0717967697245,964),(406,966.9282032302755),(410,968),(414,966.9282032302755),(416.9282032302755,964),(418,960),(416.9282032302755,956),(414,953.0717967697245),(410,952),(406,953.0717967697245),(403.0717967697245,956)) -4097 ((401,970),(402.20577136594005,974.5),(405.5,977.7942286340599),(410,979),(414.5,977.7942286340599),(417.79422863405995,974.5),(419,970),(417.79422863405995,965.5),(414.5,962.2057713659401),(410,961),(405.5,962.20577136594),(402.20577136594005,965.5)) -4098 ((400,980),(401.33974596215563,985),(405,988.6602540378444),(410,990),(415,988.6602540378444),(418.66025403784437,985),(420,980),(418.66025403784437,975),(415,971.3397459621556),(410,970),(405,971.3397459621556),(401.33974596215563,975)) -4099 ((409,990),(409.1339745962156,990.5),(409.5,990.8660254037844),(410,991),(410.5,990.8660254037844),(410.8660254037844,990.5),(411,990),(410.8660254037844,989.5),(410.5,989.1339745962156),(410,989),(409.5,989.1339745962156),(409.1339745962156,989.5)) -4100 ((408,1000),(408.2679491924311,1001),(409,1001.7320508075688),(410,1002),(411,1001.7320508075688),(411.7320508075689,1001),(412,1000),(411.7320508075689,999),(411,998.2679491924312),(410,998),(409,998.2679491924312),(408.2679491924311,999)) -4101 ((416,10),(416.53589838486226,12),(418,13.464101615137753),(420,14),(422,13.464101615137755),(423.46410161513774,12.000000000000002),(424,10),(423.46410161513774,8.000000000000002),(422,6.5358983848622465),(420,6),(418,6.535898384862244),(416.53589838486226,7.999999999999998)) -4102 ((415,20),(415.6698729810778,22.5),(417.5,24.33012701892219),(420,25),(422.5,24.330127018922195),(424.3301270189222,22.5),(425,20),(424.3301270189222,17.5),(422.5,15.669872981077807),(420,15),(417.5,15.669872981077805),(415.6698729810778,17.499999999999996)) -4103 ((414,30),(414.80384757729337,33),(417,35.19615242270663),(420,36),(423,35.19615242270663),(425.19615242270663,33),(426,30),(425.19615242270663,27),(423,24.803847577293368),(420,24),(417,24.803847577293368),(414.80384757729337,26.999999999999996)) -4104 ((413,40),(413.93782217350895,43.5),(416.5,46.06217782649107),(420,47),(423.5,46.06217782649107),(426.06217782649105,43.5),(427,40),(426.06217782649105,36.5),(423.5,33.937822173508934),(420,33),(416.5,33.93782217350893),(413.93782217350895,36.5)) -4105 ((412,50),(413.0717967697245,54),(416,56.92820323027551),(420,58),(424,56.92820323027551),(426.9282032302755,54),(428,50),(426.9282032302755,46),(424,43.07179676972449),(420,42),(416,43.071796769724486),(413.0717967697245,46)) -4106 ((411,60),(412.20577136594005,64.5),(415.5,67.79422863405995),(420,69),(424.5,67.79422863405995),(427.79422863405995,64.5),(429,60),(427.79422863405995,55.5),(424.5,52.20577136594005),(420,51),(415.5,52.20577136594005),(412.20577136594005,55.5)) -4107 ((410,70),(411.33974596215563,75),(415,78.66025403784438),(420,80),(425,78.66025403784438),(428.66025403784437,75),(430,70),(428.66025403784437,65),(425,61.33974596215562),(420,60),(415,61.33974596215561),(411.33974596215563,65)) -4108 ((419,80),(419.1339745962156,80.5),(419.5,80.86602540378443),(420,81),(420.5,80.86602540378443),(420.8660254037844,80.5),(421,80),(420.8660254037844,79.5),(420.5,79.13397459621557),(420,79),(419.5,79.13397459621557),(419.1339745962156,79.5)) -4109 ((418,90),(418.2679491924311,91),(419,91.73205080756888),(420,92),(421,91.73205080756888),(421.7320508075689,91),(422,90),(421.7320508075689,89),(421,88.26794919243112),(420,88),(419,88.26794919243112),(418.2679491924311,89)) -4110 ((417,100),(417.4019237886467,101.5),(418.5,102.59807621135332),(420,103),(421.5,102.59807621135332),(422.5980762113533,101.5),(423,100),(422.5980762113533,98.5),(421.5,97.40192378864668),(420,97),(418.5,97.40192378864668),(417.4019237886467,98.5)) -4111 ((416,110),(416.53589838486226,112),(418,113.46410161513775),(420,114),(422,113.46410161513775),(423.46410161513774,112),(424,110),(423.46410161513774,108),(422,106.53589838486225),(420,106),(418,106.53589838486225),(416.53589838486226,108)) -4112 ((415,120),(415.6698729810778,122.5),(417.5,124.3301270189222),(420,125),(422.5,124.3301270189222),(424.3301270189222,122.5),(425,120),(424.3301270189222,117.5),(422.5,115.6698729810778),(420,115),(417.5,115.6698729810778),(415.6698729810778,117.5)) -4113 ((414,130),(414.80384757729337,133),(417,135.19615242270663),(420,136),(423,135.19615242270663),(425.19615242270663,133),(426,130),(425.19615242270663,127),(423,124.80384757729337),(420,124),(417,124.80384757729337),(414.80384757729337,127)) -4114 ((413,140),(413.93782217350895,143.5),(416.5,146.06217782649108),(420,147),(423.5,146.06217782649108),(426.06217782649105,143.5),(427,140),(426.06217782649105,136.5),(423.5,133.93782217350892),(420,133),(416.5,133.93782217350892),(413.93782217350895,136.5)) -4115 ((412,150),(413.0717967697245,154),(416,156.9282032302755),(420,158),(424,156.9282032302755),(426.9282032302755,154),(428,150),(426.9282032302755,146),(424,143.0717967697245),(420,142),(416,143.0717967697245),(413.0717967697245,146)) -4116 ((411,160),(412.20577136594005,164.5),(415.5,167.79422863405995),(420,169),(424.5,167.79422863405995),(427.79422863405995,164.5),(429,160),(427.79422863405995,155.5),(424.5,152.20577136594005),(420,151),(415.5,152.20577136594005),(412.20577136594005,155.5)) -4117 ((410,170),(411.33974596215563,175),(415,178.6602540378444),(420,180),(425,178.6602540378444),(428.66025403784437,175),(430,170),(428.66025403784437,165),(425,161.3397459621556),(420,160),(415,161.3397459621556),(411.33974596215563,165)) -4118 ((419,180),(419.1339745962156,180.5),(419.5,180.86602540378445),(420,181),(420.5,180.86602540378445),(420.8660254037844,180.5),(421,180),(420.8660254037844,179.5),(420.5,179.13397459621555),(420,179),(419.5,179.13397459621555),(419.1339745962156,179.5)) -4119 ((418,190),(418.2679491924311,191),(419,191.73205080756887),(420,192),(421,191.73205080756887),(421.7320508075689,191),(422,190),(421.7320508075689,189),(421,188.26794919243113),(420,188),(419,188.26794919243113),(418.2679491924311,189)) -4120 ((417,200),(417.4019237886467,201.5),(418.5,202.59807621135332),(420,203),(421.5,202.59807621135332),(422.5980762113533,201.5),(423,200),(422.5980762113533,198.5),(421.5,197.40192378864668),(420,197),(418.5,197.40192378864668),(417.4019237886467,198.5)) -4121 ((416,210),(416.53589838486226,212),(418,213.46410161513776),(420,214),(422,213.46410161513776),(423.46410161513774,212),(424,210),(423.46410161513774,208),(422,206.53589838486224),(420,206),(418,206.53589838486224),(416.53589838486226,208)) -4122 ((415,220),(415.6698729810778,222.5),(417.5,224.33012701892218),(420,225),(422.5,224.33012701892218),(424.3301270189222,222.5),(425,220),(424.3301270189222,217.5),(422.5,215.66987298107782),(420,215),(417.5,215.66987298107782),(415.6698729810778,217.5)) -4123 ((414,230),(414.80384757729337,233),(417,235.19615242270663),(420,236),(423,235.19615242270663),(425.19615242270663,233),(426,230),(425.19615242270663,227),(423,224.80384757729337),(420,224),(417,224.80384757729337),(414.80384757729337,227)) -4124 ((413,240),(413.93782217350895,243.5),(416.5,246.06217782649108),(420,247),(423.5,246.06217782649108),(426.06217782649105,243.5),(427,240),(426.06217782649105,236.5),(423.5,233.93782217350892),(420,233),(416.5,233.93782217350892),(413.93782217350895,236.5)) -4125 ((412,250),(413.0717967697245,254),(416,256.9282032302755),(420,258),(424,256.9282032302755),(426.9282032302755,254),(428,250),(426.9282032302755,246),(424,243.0717967697245),(420,242),(416,243.0717967697245),(413.0717967697245,246)) -4126 ((411,260),(412.20577136594005,264.5),(415.5,267.79422863405995),(420,269),(424.5,267.79422863405995),(427.79422863405995,264.5),(429,260),(427.79422863405995,255.5),(424.5,252.20577136594005),(420,251),(415.5,252.20577136594005),(412.20577136594005,255.5)) -4127 ((410,270),(411.33974596215563,275),(415,278.66025403784437),(420,280),(425,278.66025403784437),(428.66025403784437,275),(430,270),(428.66025403784437,265),(425,261.33974596215563),(420,260),(415,261.33974596215563),(411.33974596215563,265)) -4128 ((419,280),(419.1339745962156,280.5),(419.5,280.8660254037844),(420,281),(420.5,280.8660254037844),(420.8660254037844,280.5),(421,280),(420.8660254037844,279.5),(420.5,279.1339745962156),(420,279),(419.5,279.1339745962156),(419.1339745962156,279.5)) -4129 ((418,290),(418.2679491924311,291),(419,291.7320508075689),(420,292),(421,291.7320508075689),(421.7320508075689,291),(422,290),(421.7320508075689,289),(421,288.2679491924311),(420,288),(419,288.2679491924311),(418.2679491924311,289)) -4130 ((417,300),(417.4019237886467,301.5),(418.5,302.5980762113533),(420,303),(421.5,302.5980762113533),(422.5980762113533,301.5),(423,300),(422.5980762113533,298.5),(421.5,297.4019237886467),(420,297),(418.5,297.4019237886467),(417.4019237886467,298.5)) -4131 ((416,310),(416.53589838486226,312),(418,313.46410161513774),(420,314),(422,313.46410161513774),(423.46410161513774,312),(424,310),(423.46410161513774,308),(422,306.53589838486226),(420,306),(418,306.53589838486226),(416.53589838486226,308)) -4132 ((415,320),(415.6698729810778,322.5),(417.5,324.3301270189222),(420,325),(422.5,324.3301270189222),(424.3301270189222,322.5),(425,320),(424.3301270189222,317.5),(422.5,315.6698729810778),(420,315),(417.5,315.6698729810778),(415.6698729810778,317.5)) -4133 ((414,330),(414.80384757729337,333),(417,335.19615242270663),(420,336),(423,335.19615242270663),(425.19615242270663,333),(426,330),(425.19615242270663,327),(423,324.80384757729337),(420,324),(417,324.80384757729337),(414.80384757729337,327)) -4134 ((413,340),(413.93782217350895,343.5),(416.5,346.06217782649105),(420,347),(423.5,346.06217782649105),(426.06217782649105,343.5),(427,340),(426.06217782649105,336.5),(423.5,333.93782217350895),(420,333),(416.5,333.93782217350895),(413.93782217350895,336.5)) -4135 ((412,350),(413.0717967697245,354),(416,356.9282032302755),(420,358),(424,356.9282032302755),(426.9282032302755,354),(428,350),(426.9282032302755,346),(424,343.0717967697245),(420,342),(416,343.0717967697245),(413.0717967697245,346)) -4136 ((411,360),(412.20577136594005,364.5),(415.5,367.79422863405995),(420,369),(424.5,367.79422863405995),(427.79422863405995,364.5),(429,360),(427.79422863405995,355.5),(424.5,352.20577136594005),(420,351),(415.5,352.20577136594005),(412.20577136594005,355.5)) -4137 ((410,370),(411.33974596215563,375),(415,378.66025403784437),(420,380),(425,378.66025403784437),(428.66025403784437,375),(430,370),(428.66025403784437,365),(425,361.33974596215563),(420,360),(415,361.33974596215563),(411.33974596215563,365)) -4138 ((419,380),(419.1339745962156,380.5),(419.5,380.8660254037844),(420,381),(420.5,380.8660254037844),(420.8660254037844,380.5),(421,380),(420.8660254037844,379.5),(420.5,379.1339745962156),(420,379),(419.5,379.1339745962156),(419.1339745962156,379.5)) -4139 ((418,390),(418.2679491924311,391),(419,391.7320508075689),(420,392),(421,391.7320508075689),(421.7320508075689,391),(422,390),(421.7320508075689,389),(421,388.2679491924311),(420,388),(419,388.2679491924311),(418.2679491924311,389)) -4140 ((417,400),(417.4019237886467,401.5),(418.5,402.5980762113533),(420,403),(421.5,402.5980762113533),(422.5980762113533,401.5),(423,400),(422.5980762113533,398.5),(421.5,397.4019237886467),(420,397),(418.5,397.4019237886467),(417.4019237886467,398.5)) -4141 ((416,410),(416.53589838486226,412),(418,413.46410161513774),(420,414),(422,413.46410161513774),(423.46410161513774,412),(424,410),(423.46410161513774,408),(422,406.53589838486226),(420,406),(418,406.53589838486226),(416.53589838486226,408)) -4142 ((415,420),(415.6698729810778,422.5),(417.5,424.3301270189222),(420,425),(422.5,424.3301270189222),(424.3301270189222,422.5),(425,420),(424.3301270189222,417.5),(422.5,415.6698729810778),(420,415),(417.5,415.6698729810778),(415.6698729810778,417.5)) -4143 ((414,430),(414.80384757729337,433),(417,435.19615242270663),(420,436),(423,435.19615242270663),(425.19615242270663,433),(426,430),(425.19615242270663,427),(423,424.80384757729337),(420,424),(417,424.80384757729337),(414.80384757729337,427)) -4144 ((413,440),(413.93782217350895,443.5),(416.5,446.06217782649105),(420,447),(423.5,446.06217782649105),(426.06217782649105,443.5),(427,440),(426.06217782649105,436.5),(423.5,433.93782217350895),(420,433),(416.5,433.93782217350895),(413.93782217350895,436.5)) -4145 ((412,450),(413.0717967697245,454),(416,456.9282032302755),(420,458),(424,456.9282032302755),(426.9282032302755,454),(428,450),(426.9282032302755,446),(424,443.0717967697245),(420,442),(416,443.0717967697245),(413.0717967697245,446)) -4146 ((411,460),(412.20577136594005,464.5),(415.5,467.79422863405995),(420,469),(424.5,467.79422863405995),(427.79422863405995,464.5),(429,460),(427.79422863405995,455.5),(424.5,452.20577136594005),(420,451),(415.5,452.20577136594005),(412.20577136594005,455.5)) -4147 ((410,470),(411.33974596215563,475),(415,478.66025403784437),(420,480),(425,478.66025403784437),(428.66025403784437,475),(430,470),(428.66025403784437,465),(425,461.33974596215563),(420,460),(415,461.33974596215563),(411.33974596215563,465)) -4148 ((419,480),(419.1339745962156,480.5),(419.5,480.8660254037844),(420,481),(420.5,480.8660254037844),(420.8660254037844,480.5),(421,480),(420.8660254037844,479.5),(420.5,479.1339745962156),(420,479),(419.5,479.1339745962156),(419.1339745962156,479.5)) -4149 ((418,490),(418.2679491924311,491),(419,491.7320508075689),(420,492),(421,491.7320508075689),(421.7320508075689,491),(422,490),(421.7320508075689,489),(421,488.2679491924311),(420,488),(419,488.2679491924311),(418.2679491924311,489)) -4150 ((417,500),(417.4019237886467,501.5),(418.5,502.5980762113533),(420,503),(421.5,502.5980762113533),(422.5980762113533,501.5),(423,500),(422.5980762113533,498.5),(421.5,497.4019237886467),(420,497),(418.5,497.4019237886467),(417.4019237886467,498.5)) -4151 ((416,510),(416.53589838486226,512),(418,513.4641016151378),(420,514),(422,513.4641016151378),(423.46410161513774,512),(424,510),(423.46410161513774,508),(422,506.53589838486226),(420,506),(418,506.53589838486226),(416.53589838486226,508)) -4152 ((415,520),(415.6698729810778,522.5),(417.5,524.3301270189222),(420,525),(422.5,524.3301270189222),(424.3301270189222,522.5),(425,520),(424.3301270189222,517.5),(422.5,515.6698729810778),(420,515),(417.5,515.6698729810778),(415.6698729810778,517.5)) -4153 ((414,530),(414.80384757729337,533),(417,535.1961524227066),(420,536),(423,535.1961524227066),(425.19615242270663,533),(426,530),(425.19615242270663,527),(423,524.8038475772934),(420,524),(417,524.8038475772934),(414.80384757729337,527)) -4154 ((413,540),(413.93782217350895,543.5),(416.5,546.062177826491),(420,547),(423.5,546.062177826491),(426.06217782649105,543.5),(427,540),(426.06217782649105,536.5),(423.5,533.937822173509),(420,533),(416.5,533.937822173509),(413.93782217350895,536.5)) -4155 ((412,550),(413.0717967697245,554),(416,556.9282032302755),(420,558),(424,556.9282032302755),(426.9282032302755,554),(428,550),(426.9282032302755,546),(424,543.0717967697245),(420,542),(416,543.0717967697245),(413.0717967697245,546)) -4156 ((411,560),(412.20577136594005,564.5),(415.5,567.7942286340599),(420,569),(424.5,567.7942286340599),(427.79422863405995,564.5),(429,560),(427.79422863405995,555.5),(424.5,552.2057713659401),(420,551),(415.5,552.20577136594),(412.20577136594005,555.5)) -4157 ((410,570),(411.33974596215563,575),(415,578.6602540378444),(420,580),(425,578.6602540378444),(428.66025403784437,575),(430,570),(428.66025403784437,565),(425,561.3397459621556),(420,560),(415,561.3397459621556),(411.33974596215563,565)) -4158 ((419,580),(419.1339745962156,580.5),(419.5,580.8660254037844),(420,581),(420.5,580.8660254037844),(420.8660254037844,580.5),(421,580),(420.8660254037844,579.5),(420.5,579.1339745962156),(420,579),(419.5,579.1339745962156),(419.1339745962156,579.5)) -4159 ((418,590),(418.2679491924311,591),(419,591.7320508075688),(420,592),(421,591.7320508075688),(421.7320508075689,591),(422,590),(421.7320508075689,589),(421,588.2679491924312),(420,588),(419,588.2679491924312),(418.2679491924311,589)) -4160 ((417,600),(417.4019237886467,601.5),(418.5,602.5980762113534),(420,603),(421.5,602.5980762113534),(422.5980762113533,601.5),(423,600),(422.5980762113533,598.5),(421.5,597.4019237886467),(420,597),(418.5,597.4019237886466),(417.4019237886467,598.5)) -4161 ((416,610),(416.53589838486226,612),(418,613.4641016151378),(420,614),(422,613.4641016151378),(423.46410161513774,612),(424,610),(423.46410161513774,608),(422,606.5358983848622),(420,606),(418,606.5358983848622),(416.53589838486226,608)) -4162 ((415,620),(415.6698729810778,622.5),(417.5,624.3301270189222),(420,625),(422.5,624.3301270189222),(424.3301270189222,622.5),(425,620),(424.3301270189222,617.5),(422.5,615.6698729810778),(420,615),(417.5,615.6698729810778),(415.6698729810778,617.5)) -4163 ((414,630),(414.80384757729337,633),(417,635.1961524227066),(420,636),(423,635.1961524227066),(425.19615242270663,633),(426,630),(425.19615242270663,627),(423,624.8038475772934),(420,624),(417,624.8038475772934),(414.80384757729337,627)) -4164 ((413,640),(413.93782217350895,643.5),(416.5,646.062177826491),(420,647),(423.5,646.062177826491),(426.06217782649105,643.5),(427,640),(426.06217782649105,636.5),(423.5,633.937822173509),(420,633),(416.5,633.937822173509),(413.93782217350895,636.5)) -4165 ((412,650),(413.0717967697245,654),(416,656.9282032302755),(420,658),(424,656.9282032302755),(426.9282032302755,654),(428,650),(426.9282032302755,646),(424,643.0717967697245),(420,642),(416,643.0717967697245),(413.0717967697245,646)) -4166 ((411,660),(412.20577136594005,664.5),(415.5,667.7942286340599),(420,669),(424.5,667.7942286340599),(427.79422863405995,664.5),(429,660),(427.79422863405995,655.5),(424.5,652.2057713659401),(420,651),(415.5,652.20577136594),(412.20577136594005,655.5)) -4167 ((410,670),(411.33974596215563,675),(415,678.6602540378444),(420,680),(425,678.6602540378444),(428.66025403784437,675),(430,670),(428.66025403784437,665),(425,661.3397459621556),(420,660),(415,661.3397459621556),(411.33974596215563,665)) -4168 ((419,680),(419.1339745962156,680.5),(419.5,680.8660254037844),(420,681),(420.5,680.8660254037844),(420.8660254037844,680.5),(421,680),(420.8660254037844,679.5),(420.5,679.1339745962156),(420,679),(419.5,679.1339745962156),(419.1339745962156,679.5)) -4169 ((418,690),(418.2679491924311,691),(419,691.7320508075688),(420,692),(421,691.7320508075688),(421.7320508075689,691),(422,690),(421.7320508075689,689),(421,688.2679491924312),(420,688),(419,688.2679491924312),(418.2679491924311,689)) -4170 ((417,700),(417.4019237886467,701.5),(418.5,702.5980762113534),(420,703),(421.5,702.5980762113534),(422.5980762113533,701.5),(423,700),(422.5980762113533,698.5),(421.5,697.4019237886467),(420,697),(418.5,697.4019237886466),(417.4019237886467,698.5)) -4171 ((416,710),(416.53589838486226,712),(418,713.4641016151378),(420,714),(422,713.4641016151378),(423.46410161513774,712),(424,710),(423.46410161513774,708),(422,706.5358983848622),(420,706),(418,706.5358983848622),(416.53589838486226,708)) -4172 ((415,720),(415.6698729810778,722.5),(417.5,724.3301270189222),(420,725),(422.5,724.3301270189222),(424.3301270189222,722.5),(425,720),(424.3301270189222,717.5),(422.5,715.6698729810778),(420,715),(417.5,715.6698729810778),(415.6698729810778,717.5)) -4173 ((414,730),(414.80384757729337,733),(417,735.1961524227066),(420,736),(423,735.1961524227066),(425.19615242270663,733),(426,730),(425.19615242270663,727),(423,724.8038475772934),(420,724),(417,724.8038475772934),(414.80384757729337,727)) -4174 ((413,740),(413.93782217350895,743.5),(416.5,746.062177826491),(420,747),(423.5,746.062177826491),(426.06217782649105,743.5),(427,740),(426.06217782649105,736.5),(423.5,733.937822173509),(420,733),(416.5,733.937822173509),(413.93782217350895,736.5)) -4175 ((412,750),(413.0717967697245,754),(416,756.9282032302755),(420,758),(424,756.9282032302755),(426.9282032302755,754),(428,750),(426.9282032302755,746),(424,743.0717967697245),(420,742),(416,743.0717967697245),(413.0717967697245,746)) -4176 ((411,760),(412.20577136594005,764.5),(415.5,767.7942286340599),(420,769),(424.5,767.7942286340599),(427.79422863405995,764.5),(429,760),(427.79422863405995,755.5),(424.5,752.2057713659401),(420,751),(415.5,752.20577136594),(412.20577136594005,755.5)) -4177 ((410,770),(411.33974596215563,775),(415,778.6602540378444),(420,780),(425,778.6602540378444),(428.66025403784437,775),(430,770),(428.66025403784437,765),(425,761.3397459621556),(420,760),(415,761.3397459621556),(411.33974596215563,765)) -4178 ((419,780),(419.1339745962156,780.5),(419.5,780.8660254037844),(420,781),(420.5,780.8660254037844),(420.8660254037844,780.5),(421,780),(420.8660254037844,779.5),(420.5,779.1339745962156),(420,779),(419.5,779.1339745962156),(419.1339745962156,779.5)) -4179 ((418,790),(418.2679491924311,791),(419,791.7320508075688),(420,792),(421,791.7320508075688),(421.7320508075689,791),(422,790),(421.7320508075689,789),(421,788.2679491924312),(420,788),(419,788.2679491924312),(418.2679491924311,789)) -4180 ((417,800),(417.4019237886467,801.5),(418.5,802.5980762113534),(420,803),(421.5,802.5980762113534),(422.5980762113533,801.5),(423,800),(422.5980762113533,798.5),(421.5,797.4019237886467),(420,797),(418.5,797.4019237886466),(417.4019237886467,798.5)) -4181 ((416,810),(416.53589838486226,812),(418,813.4641016151378),(420,814),(422,813.4641016151378),(423.46410161513774,812),(424,810),(423.46410161513774,808),(422,806.5358983848622),(420,806),(418,806.5358983848622),(416.53589838486226,808)) -4182 ((415,820),(415.6698729810778,822.5),(417.5,824.3301270189222),(420,825),(422.5,824.3301270189222),(424.3301270189222,822.5),(425,820),(424.3301270189222,817.5),(422.5,815.6698729810778),(420,815),(417.5,815.6698729810778),(415.6698729810778,817.5)) -4183 ((414,830),(414.80384757729337,833),(417,835.1961524227066),(420,836),(423,835.1961524227066),(425.19615242270663,833),(426,830),(425.19615242270663,827),(423,824.8038475772934),(420,824),(417,824.8038475772934),(414.80384757729337,827)) -4184 ((413,840),(413.93782217350895,843.5),(416.5,846.062177826491),(420,847),(423.5,846.062177826491),(426.06217782649105,843.5),(427,840),(426.06217782649105,836.5),(423.5,833.937822173509),(420,833),(416.5,833.937822173509),(413.93782217350895,836.5)) -4185 ((412,850),(413.0717967697245,854),(416,856.9282032302755),(420,858),(424,856.9282032302755),(426.9282032302755,854),(428,850),(426.9282032302755,846),(424,843.0717967697245),(420,842),(416,843.0717967697245),(413.0717967697245,846)) -4186 ((411,860),(412.20577136594005,864.5),(415.5,867.7942286340599),(420,869),(424.5,867.7942286340599),(427.79422863405995,864.5),(429,860),(427.79422863405995,855.5),(424.5,852.2057713659401),(420,851),(415.5,852.20577136594),(412.20577136594005,855.5)) -4187 ((410,870),(411.33974596215563,875),(415,878.6602540378444),(420,880),(425,878.6602540378444),(428.66025403784437,875),(430,870),(428.66025403784437,865),(425,861.3397459621556),(420,860),(415,861.3397459621556),(411.33974596215563,865)) -4188 ((419,880),(419.1339745962156,880.5),(419.5,880.8660254037844),(420,881),(420.5,880.8660254037844),(420.8660254037844,880.5),(421,880),(420.8660254037844,879.5),(420.5,879.1339745962156),(420,879),(419.5,879.1339745962156),(419.1339745962156,879.5)) -4189 ((418,890),(418.2679491924311,891),(419,891.7320508075688),(420,892),(421,891.7320508075688),(421.7320508075689,891),(422,890),(421.7320508075689,889),(421,888.2679491924312),(420,888),(419,888.2679491924312),(418.2679491924311,889)) -4190 ((417,900),(417.4019237886467,901.5),(418.5,902.5980762113534),(420,903),(421.5,902.5980762113534),(422.5980762113533,901.5),(423,900),(422.5980762113533,898.5),(421.5,897.4019237886467),(420,897),(418.5,897.4019237886466),(417.4019237886467,898.5)) -4191 ((416,910),(416.53589838486226,912),(418,913.4641016151378),(420,914),(422,913.4641016151378),(423.46410161513774,912),(424,910),(423.46410161513774,908),(422,906.5358983848622),(420,906),(418,906.5358983848622),(416.53589838486226,908)) -4192 ((415,920),(415.6698729810778,922.5),(417.5,924.3301270189222),(420,925),(422.5,924.3301270189222),(424.3301270189222,922.5),(425,920),(424.3301270189222,917.5),(422.5,915.6698729810778),(420,915),(417.5,915.6698729810778),(415.6698729810778,917.5)) -4193 ((414,930),(414.80384757729337,933),(417,935.1961524227066),(420,936),(423,935.1961524227066),(425.19615242270663,933),(426,930),(425.19615242270663,927),(423,924.8038475772934),(420,924),(417,924.8038475772934),(414.80384757729337,927)) -4194 ((413,940),(413.93782217350895,943.5),(416.5,946.062177826491),(420,947),(423.5,946.062177826491),(426.06217782649105,943.5),(427,940),(426.06217782649105,936.5),(423.5,933.937822173509),(420,933),(416.5,933.937822173509),(413.93782217350895,936.5)) -4195 ((412,950),(413.0717967697245,954),(416,956.9282032302755),(420,958),(424,956.9282032302755),(426.9282032302755,954),(428,950),(426.9282032302755,946),(424,943.0717967697245),(420,942),(416,943.0717967697245),(413.0717967697245,946)) -4196 ((411,960),(412.20577136594005,964.5),(415.5,967.7942286340599),(420,969),(424.5,967.7942286340599),(427.79422863405995,964.5),(429,960),(427.79422863405995,955.5),(424.5,952.2057713659401),(420,951),(415.5,952.20577136594),(412.20577136594005,955.5)) -4197 ((410,970),(411.33974596215563,975),(415,978.6602540378444),(420,980),(425,978.6602540378444),(428.66025403784437,975),(430,970),(428.66025403784437,965),(425,961.3397459621556),(420,960),(415,961.3397459621556),(411.33974596215563,965)) -4198 ((419,980),(419.1339745962156,980.5),(419.5,980.8660254037844),(420,981),(420.5,980.8660254037844),(420.8660254037844,980.5),(421,980),(420.8660254037844,979.5),(420.5,979.1339745962156),(420,979),(419.5,979.1339745962156),(419.1339745962156,979.5)) -4199 ((418,990),(418.2679491924311,991),(419,991.7320508075688),(420,992),(421,991.7320508075688),(421.7320508075689,991),(422,990),(421.7320508075689,989),(421,988.2679491924312),(420,988),(419,988.2679491924312),(418.2679491924311,989)) -4200 ((417,1000),(417.4019237886467,1001.5),(418.5,1002.5980762113534),(420,1003),(421.5,1002.5980762113534),(422.5980762113533,1001.5),(423,1000),(422.5980762113533,998.5),(421.5,997.4019237886467),(420,997),(418.5,997.4019237886466),(417.4019237886467,998.5)) -4201 ((425,10),(425.6698729810778,12.5),(427.5,14.330127018922193),(430,15),(432.5,14.330127018922195),(434.3301270189222,12.500000000000002),(435,10),(434.3301270189222,7.500000000000002),(432.5,5.669872981077807),(430,5),(427.5,5.669872981077805),(425.6698729810778,7.499999999999998)) -4202 ((424,20),(424.80384757729337,23),(427,25.196152422706632),(430,26),(433,25.196152422706632),(435.19615242270663,23),(436,20),(435.19615242270663,17),(433,14.803847577293368),(430,14),(427,14.803847577293366),(424.80384757729337,16.999999999999996)) -4203 ((423,30),(423.93782217350895,33.5),(426.5,36.06217782649107),(430,37),(433.5,36.06217782649107),(436.06217782649105,33.5),(437,30),(436.06217782649105,26.5),(433.5,23.93782217350893),(430,23),(426.5,23.937822173508927),(423.93782217350895,26.499999999999996)) -4204 ((422,40),(423.0717967697245,44),(426,46.92820323027551),(430,48),(434,46.92820323027551),(436.9282032302755,44),(438,40),(436.9282032302755,36),(434,33.07179676972449),(430,32),(426,33.071796769724486),(423.0717967697245,36)) -4205 ((421,50),(422.20577136594005,54.5),(425.5,57.79422863405995),(430,59),(434.5,57.79422863405995),(437.79422863405995,54.5),(439,50),(437.79422863405995,45.5),(434.5,42.20577136594005),(430,41),(425.5,42.20577136594005),(422.20577136594005,45.5)) -4206 ((420,60),(421.33974596215563,65),(425,68.66025403784438),(430,70),(435,68.66025403784438),(438.66025403784437,65),(440,60),(438.66025403784437,55),(435,51.33974596215562),(430,50),(425,51.33974596215561),(421.33974596215563,54.99999999999999)) -4207 ((429,70),(429.1339745962156,70.5),(429.5,70.86602540378443),(430,71),(430.5,70.86602540378443),(430.8660254037844,70.5),(431,70),(430.8660254037844,69.5),(430.5,69.13397459621557),(430,69),(429.5,69.13397459621557),(429.1339745962156,69.5)) -4208 ((428,80),(428.2679491924311,81),(429,81.73205080756888),(430,82),(431,81.73205080756888),(431.7320508075689,81),(432,80),(431.7320508075689,79),(431,78.26794919243112),(430,78),(429,78.26794919243112),(428.2679491924311,79)) -4209 ((427,90),(427.4019237886467,91.5),(428.5,92.59807621135332),(430,93),(431.5,92.59807621135332),(432.5980762113533,91.5),(433,90),(432.5980762113533,88.5),(431.5,87.40192378864668),(430,87),(428.5,87.40192378864668),(427.4019237886467,88.5)) -4210 ((426,100),(426.53589838486226,102),(428,103.46410161513775),(430,104),(432,103.46410161513775),(433.46410161513774,102),(434,100),(433.46410161513774,98),(432,96.53589838486225),(430,96),(428,96.53589838486225),(426.53589838486226,98)) -4211 ((425,110),(425.6698729810778,112.5),(427.5,114.3301270189222),(430,115),(432.5,114.3301270189222),(434.3301270189222,112.5),(435,110),(434.3301270189222,107.5),(432.5,105.6698729810778),(430,105),(427.5,105.6698729810778),(425.6698729810778,107.5)) -4212 ((424,120),(424.80384757729337,123),(427,125.19615242270663),(430,126),(433,125.19615242270663),(435.19615242270663,123),(436,120),(435.19615242270663,117),(433,114.80384757729337),(430,114),(427,114.80384757729337),(424.80384757729337,117)) -4213 ((423,130),(423.93782217350895,133.5),(426.5,136.06217782649108),(430,137),(433.5,136.06217782649108),(436.06217782649105,133.5),(437,130),(436.06217782649105,126.5),(433.5,123.93782217350893),(430,123),(426.5,123.93782217350892),(423.93782217350895,126.5)) -4214 ((422,140),(423.0717967697245,144),(426,146.9282032302755),(430,148),(434,146.9282032302755),(436.9282032302755,144),(438,140),(436.9282032302755,136),(434,133.0717967697245),(430,132),(426,133.0717967697245),(423.0717967697245,136)) -4215 ((421,150),(422.20577136594005,154.5),(425.5,157.79422863405995),(430,159),(434.5,157.79422863405995),(437.79422863405995,154.5),(439,150),(437.79422863405995,145.5),(434.5,142.20577136594005),(430,141),(425.5,142.20577136594005),(422.20577136594005,145.5)) -4216 ((420,160),(421.33974596215563,165),(425,168.6602540378444),(430,170),(435,168.6602540378444),(438.66025403784437,165),(440,160),(438.66025403784437,155),(435,151.3397459621556),(430,150),(425,151.3397459621556),(421.33974596215563,155)) -4217 ((429,170),(429.1339745962156,170.5),(429.5,170.86602540378445),(430,171),(430.5,170.86602540378445),(430.8660254037844,170.5),(431,170),(430.8660254037844,169.5),(430.5,169.13397459621555),(430,169),(429.5,169.13397459621555),(429.1339745962156,169.5)) -4218 ((428,180),(428.2679491924311,181),(429,181.73205080756887),(430,182),(431,181.73205080756887),(431.7320508075689,181),(432,180),(431.7320508075689,179),(431,178.26794919243113),(430,178),(429,178.26794919243113),(428.2679491924311,179)) -4219 ((427,190),(427.4019237886467,191.5),(428.5,192.59807621135332),(430,193),(431.5,192.59807621135332),(432.5980762113533,191.5),(433,190),(432.5980762113533,188.5),(431.5,187.40192378864668),(430,187),(428.5,187.40192378864668),(427.4019237886467,188.5)) -4220 ((426,200),(426.53589838486226,202),(428,203.46410161513776),(430,204),(432,203.46410161513776),(433.46410161513774,202),(434,200),(433.46410161513774,198),(432,196.53589838486224),(430,196),(428,196.53589838486224),(426.53589838486226,198)) -4221 ((425,210),(425.6698729810778,212.5),(427.5,214.33012701892218),(430,215),(432.5,214.33012701892218),(434.3301270189222,212.5),(435,210),(434.3301270189222,207.5),(432.5,205.66987298107782),(430,205),(427.5,205.66987298107782),(425.6698729810778,207.5)) -4222 ((424,220),(424.80384757729337,223),(427,225.19615242270663),(430,226),(433,225.19615242270663),(435.19615242270663,223),(436,220),(435.19615242270663,217),(433,214.80384757729337),(430,214),(427,214.80384757729337),(424.80384757729337,217)) -4223 ((423,230),(423.93782217350895,233.5),(426.5,236.06217782649108),(430,237),(433.5,236.06217782649108),(436.06217782649105,233.5),(437,230),(436.06217782649105,226.5),(433.5,223.93782217350892),(430,223),(426.5,223.93782217350892),(423.93782217350895,226.5)) -4224 ((422,240),(423.0717967697245,244),(426,246.9282032302755),(430,248),(434,246.9282032302755),(436.9282032302755,244),(438,240),(436.9282032302755,236),(434,233.0717967697245),(430,232),(426,233.0717967697245),(423.0717967697245,236)) -4225 ((421,250),(422.20577136594005,254.5),(425.5,257.79422863405995),(430,259),(434.5,257.79422863405995),(437.79422863405995,254.5),(439,250),(437.79422863405995,245.5),(434.5,242.20577136594005),(430,241),(425.5,242.20577136594005),(422.20577136594005,245.5)) -4226 ((420,260),(421.33974596215563,265),(425,268.66025403784437),(430,270),(435,268.66025403784437),(438.66025403784437,265),(440,260),(438.66025403784437,255),(435,251.3397459621556),(430,250),(425,251.3397459621556),(421.33974596215563,255)) -4227 ((429,270),(429.1339745962156,270.5),(429.5,270.8660254037844),(430,271),(430.5,270.8660254037844),(430.8660254037844,270.5),(431,270),(430.8660254037844,269.5),(430.5,269.1339745962156),(430,269),(429.5,269.1339745962156),(429.1339745962156,269.5)) -4228 ((428,280),(428.2679491924311,281),(429,281.7320508075689),(430,282),(431,281.7320508075689),(431.7320508075689,281),(432,280),(431.7320508075689,279),(431,278.2679491924311),(430,278),(429,278.2679491924311),(428.2679491924311,279)) -4229 ((427,290),(427.4019237886467,291.5),(428.5,292.5980762113533),(430,293),(431.5,292.5980762113533),(432.5980762113533,291.5),(433,290),(432.5980762113533,288.5),(431.5,287.4019237886467),(430,287),(428.5,287.4019237886467),(427.4019237886467,288.5)) -4230 ((426,300),(426.53589838486226,302),(428,303.46410161513774),(430,304),(432,303.46410161513774),(433.46410161513774,302),(434,300),(433.46410161513774,298),(432,296.53589838486226),(430,296),(428,296.53589838486226),(426.53589838486226,298)) -4231 ((425,310),(425.6698729810778,312.5),(427.5,314.3301270189222),(430,315),(432.5,314.3301270189222),(434.3301270189222,312.5),(435,310),(434.3301270189222,307.5),(432.5,305.6698729810778),(430,305),(427.5,305.6698729810778),(425.6698729810778,307.5)) -4232 ((424,320),(424.80384757729337,323),(427,325.19615242270663),(430,326),(433,325.19615242270663),(435.19615242270663,323),(436,320),(435.19615242270663,317),(433,314.80384757729337),(430,314),(427,314.80384757729337),(424.80384757729337,317)) -4233 ((423,330),(423.93782217350895,333.5),(426.5,336.06217782649105),(430,337),(433.5,336.06217782649105),(436.06217782649105,333.5),(437,330),(436.06217782649105,326.5),(433.5,323.93782217350895),(430,323),(426.5,323.93782217350895),(423.93782217350895,326.5)) -4234 ((422,340),(423.0717967697245,344),(426,346.9282032302755),(430,348),(434,346.9282032302755),(436.9282032302755,344),(438,340),(436.9282032302755,336),(434,333.0717967697245),(430,332),(426,333.0717967697245),(423.0717967697245,336)) -4235 ((421,350),(422.20577136594005,354.5),(425.5,357.79422863405995),(430,359),(434.5,357.79422863405995),(437.79422863405995,354.5),(439,350),(437.79422863405995,345.5),(434.5,342.20577136594005),(430,341),(425.5,342.20577136594005),(422.20577136594005,345.5)) -4236 ((420,360),(421.33974596215563,365),(425,368.66025403784437),(430,370),(435,368.66025403784437),(438.66025403784437,365),(440,360),(438.66025403784437,355),(435,351.33974596215563),(430,350),(425,351.33974596215563),(421.33974596215563,355)) -4237 ((429,370),(429.1339745962156,370.5),(429.5,370.8660254037844),(430,371),(430.5,370.8660254037844),(430.8660254037844,370.5),(431,370),(430.8660254037844,369.5),(430.5,369.1339745962156),(430,369),(429.5,369.1339745962156),(429.1339745962156,369.5)) -4238 ((428,380),(428.2679491924311,381),(429,381.7320508075689),(430,382),(431,381.7320508075689),(431.7320508075689,381),(432,380),(431.7320508075689,379),(431,378.2679491924311),(430,378),(429,378.2679491924311),(428.2679491924311,379)) -4239 ((427,390),(427.4019237886467,391.5),(428.5,392.5980762113533),(430,393),(431.5,392.5980762113533),(432.5980762113533,391.5),(433,390),(432.5980762113533,388.5),(431.5,387.4019237886467),(430,387),(428.5,387.4019237886467),(427.4019237886467,388.5)) -4240 ((426,400),(426.53589838486226,402),(428,403.46410161513774),(430,404),(432,403.46410161513774),(433.46410161513774,402),(434,400),(433.46410161513774,398),(432,396.53589838486226),(430,396),(428,396.53589838486226),(426.53589838486226,398)) -4241 ((425,410),(425.6698729810778,412.5),(427.5,414.3301270189222),(430,415),(432.5,414.3301270189222),(434.3301270189222,412.5),(435,410),(434.3301270189222,407.5),(432.5,405.6698729810778),(430,405),(427.5,405.6698729810778),(425.6698729810778,407.5)) -4242 ((424,420),(424.80384757729337,423),(427,425.19615242270663),(430,426),(433,425.19615242270663),(435.19615242270663,423),(436,420),(435.19615242270663,417),(433,414.80384757729337),(430,414),(427,414.80384757729337),(424.80384757729337,417)) -4243 ((423,430),(423.93782217350895,433.5),(426.5,436.06217782649105),(430,437),(433.5,436.06217782649105),(436.06217782649105,433.5),(437,430),(436.06217782649105,426.5),(433.5,423.93782217350895),(430,423),(426.5,423.93782217350895),(423.93782217350895,426.5)) -4244 ((422,440),(423.0717967697245,444),(426,446.9282032302755),(430,448),(434,446.9282032302755),(436.9282032302755,444),(438,440),(436.9282032302755,436),(434,433.0717967697245),(430,432),(426,433.0717967697245),(423.0717967697245,436)) -4245 ((421,450),(422.20577136594005,454.5),(425.5,457.79422863405995),(430,459),(434.5,457.79422863405995),(437.79422863405995,454.5),(439,450),(437.79422863405995,445.5),(434.5,442.20577136594005),(430,441),(425.5,442.20577136594005),(422.20577136594005,445.5)) -4246 ((420,460),(421.33974596215563,465),(425,468.66025403784437),(430,470),(435,468.66025403784437),(438.66025403784437,465),(440,460),(438.66025403784437,455),(435,451.33974596215563),(430,450),(425,451.33974596215563),(421.33974596215563,455)) -4247 ((429,470),(429.1339745962156,470.5),(429.5,470.8660254037844),(430,471),(430.5,470.8660254037844),(430.8660254037844,470.5),(431,470),(430.8660254037844,469.5),(430.5,469.1339745962156),(430,469),(429.5,469.1339745962156),(429.1339745962156,469.5)) -4248 ((428,480),(428.2679491924311,481),(429,481.7320508075689),(430,482),(431,481.7320508075689),(431.7320508075689,481),(432,480),(431.7320508075689,479),(431,478.2679491924311),(430,478),(429,478.2679491924311),(428.2679491924311,479)) -4249 ((427,490),(427.4019237886467,491.5),(428.5,492.5980762113533),(430,493),(431.5,492.5980762113533),(432.5980762113533,491.5),(433,490),(432.5980762113533,488.5),(431.5,487.4019237886467),(430,487),(428.5,487.4019237886467),(427.4019237886467,488.5)) -4250 ((426,500),(426.53589838486226,502),(428,503.46410161513774),(430,504),(432,503.46410161513774),(433.46410161513774,502),(434,500),(433.46410161513774,498),(432,496.53589838486226),(430,496),(428,496.53589838486226),(426.53589838486226,498)) -4251 ((425,510),(425.6698729810778,512.5),(427.5,514.3301270189222),(430,515),(432.5,514.3301270189222),(434.3301270189222,512.5),(435,510),(434.3301270189222,507.5),(432.5,505.6698729810778),(430,505),(427.5,505.6698729810778),(425.6698729810778,507.5)) -4252 ((424,520),(424.80384757729337,523),(427,525.1961524227066),(430,526),(433,525.1961524227066),(435.19615242270663,523),(436,520),(435.19615242270663,517),(433,514.8038475772934),(430,514),(427,514.8038475772934),(424.80384757729337,517)) -4253 ((423,530),(423.93782217350895,533.5),(426.5,536.062177826491),(430,537),(433.5,536.062177826491),(436.06217782649105,533.5),(437,530),(436.06217782649105,526.5),(433.5,523.937822173509),(430,523),(426.5,523.937822173509),(423.93782217350895,526.5)) -4254 ((422,540),(423.0717967697245,544),(426,546.9282032302755),(430,548),(434,546.9282032302755),(436.9282032302755,544),(438,540),(436.9282032302755,536),(434,533.0717967697245),(430,532),(426,533.0717967697245),(423.0717967697245,536)) -4255 ((421,550),(422.20577136594005,554.5),(425.5,557.7942286340599),(430,559),(434.5,557.7942286340599),(437.79422863405995,554.5),(439,550),(437.79422863405995,545.5),(434.5,542.2057713659401),(430,541),(425.5,542.20577136594),(422.20577136594005,545.5)) -4256 ((420,560),(421.33974596215563,565),(425,568.6602540378444),(430,570),(435,568.6602540378444),(438.66025403784437,565),(440,560),(438.66025403784437,555),(435,551.3397459621556),(430,550),(425,551.3397459621556),(421.33974596215563,555)) -4257 ((429,570),(429.1339745962156,570.5),(429.5,570.8660254037844),(430,571),(430.5,570.8660254037844),(430.8660254037844,570.5),(431,570),(430.8660254037844,569.5),(430.5,569.1339745962156),(430,569),(429.5,569.1339745962156),(429.1339745962156,569.5)) -4258 ((428,580),(428.2679491924311,581),(429,581.7320508075688),(430,582),(431,581.7320508075688),(431.7320508075689,581),(432,580),(431.7320508075689,579),(431,578.2679491924312),(430,578),(429,578.2679491924312),(428.2679491924311,579)) -4259 ((427,590),(427.4019237886467,591.5),(428.5,592.5980762113534),(430,593),(431.5,592.5980762113534),(432.5980762113533,591.5),(433,590),(432.5980762113533,588.5),(431.5,587.4019237886467),(430,587),(428.5,587.4019237886466),(427.4019237886467,588.5)) -4260 ((426,600),(426.53589838486226,602),(428,603.4641016151378),(430,604),(432,603.4641016151378),(433.46410161513774,602),(434,600),(433.46410161513774,598),(432,596.5358983848622),(430,596),(428,596.5358983848622),(426.53589838486226,598)) -4261 ((425,610),(425.6698729810778,612.5),(427.5,614.3301270189222),(430,615),(432.5,614.3301270189222),(434.3301270189222,612.5),(435,610),(434.3301270189222,607.5),(432.5,605.6698729810778),(430,605),(427.5,605.6698729810778),(425.6698729810778,607.5)) -4262 ((424,620),(424.80384757729337,623),(427,625.1961524227066),(430,626),(433,625.1961524227066),(435.19615242270663,623),(436,620),(435.19615242270663,617),(433,614.8038475772934),(430,614),(427,614.8038475772934),(424.80384757729337,617)) -4263 ((423,630),(423.93782217350895,633.5),(426.5,636.062177826491),(430,637),(433.5,636.062177826491),(436.06217782649105,633.5),(437,630),(436.06217782649105,626.5),(433.5,623.937822173509),(430,623),(426.5,623.937822173509),(423.93782217350895,626.5)) -4264 ((422,640),(423.0717967697245,644),(426,646.9282032302755),(430,648),(434,646.9282032302755),(436.9282032302755,644),(438,640),(436.9282032302755,636),(434,633.0717967697245),(430,632),(426,633.0717967697245),(423.0717967697245,636)) -4265 ((421,650),(422.20577136594005,654.5),(425.5,657.7942286340599),(430,659),(434.5,657.7942286340599),(437.79422863405995,654.5),(439,650),(437.79422863405995,645.5),(434.5,642.2057713659401),(430,641),(425.5,642.20577136594),(422.20577136594005,645.5)) -4266 ((420,660),(421.33974596215563,665),(425,668.6602540378444),(430,670),(435,668.6602540378444),(438.66025403784437,665),(440,660),(438.66025403784437,655),(435,651.3397459621556),(430,650),(425,651.3397459621556),(421.33974596215563,655)) -4267 ((429,670),(429.1339745962156,670.5),(429.5,670.8660254037844),(430,671),(430.5,670.8660254037844),(430.8660254037844,670.5),(431,670),(430.8660254037844,669.5),(430.5,669.1339745962156),(430,669),(429.5,669.1339745962156),(429.1339745962156,669.5)) -4268 ((428,680),(428.2679491924311,681),(429,681.7320508075688),(430,682),(431,681.7320508075688),(431.7320508075689,681),(432,680),(431.7320508075689,679),(431,678.2679491924312),(430,678),(429,678.2679491924312),(428.2679491924311,679)) -4269 ((427,690),(427.4019237886467,691.5),(428.5,692.5980762113534),(430,693),(431.5,692.5980762113534),(432.5980762113533,691.5),(433,690),(432.5980762113533,688.5),(431.5,687.4019237886467),(430,687),(428.5,687.4019237886466),(427.4019237886467,688.5)) -4270 ((426,700),(426.53589838486226,702),(428,703.4641016151378),(430,704),(432,703.4641016151378),(433.46410161513774,702),(434,700),(433.46410161513774,698),(432,696.5358983848622),(430,696),(428,696.5358983848622),(426.53589838486226,698)) -4271 ((425,710),(425.6698729810778,712.5),(427.5,714.3301270189222),(430,715),(432.5,714.3301270189222),(434.3301270189222,712.5),(435,710),(434.3301270189222,707.5),(432.5,705.6698729810778),(430,705),(427.5,705.6698729810778),(425.6698729810778,707.5)) -4272 ((424,720),(424.80384757729337,723),(427,725.1961524227066),(430,726),(433,725.1961524227066),(435.19615242270663,723),(436,720),(435.19615242270663,717),(433,714.8038475772934),(430,714),(427,714.8038475772934),(424.80384757729337,717)) -4273 ((423,730),(423.93782217350895,733.5),(426.5,736.062177826491),(430,737),(433.5,736.062177826491),(436.06217782649105,733.5),(437,730),(436.06217782649105,726.5),(433.5,723.937822173509),(430,723),(426.5,723.937822173509),(423.93782217350895,726.5)) -4274 ((422,740),(423.0717967697245,744),(426,746.9282032302755),(430,748),(434,746.9282032302755),(436.9282032302755,744),(438,740),(436.9282032302755,736),(434,733.0717967697245),(430,732),(426,733.0717967697245),(423.0717967697245,736)) -4275 ((421,750),(422.20577136594005,754.5),(425.5,757.7942286340599),(430,759),(434.5,757.7942286340599),(437.79422863405995,754.5),(439,750),(437.79422863405995,745.5),(434.5,742.2057713659401),(430,741),(425.5,742.20577136594),(422.20577136594005,745.5)) -4276 ((420,760),(421.33974596215563,765),(425,768.6602540378444),(430,770),(435,768.6602540378444),(438.66025403784437,765),(440,760),(438.66025403784437,755),(435,751.3397459621556),(430,750),(425,751.3397459621556),(421.33974596215563,755)) -4277 ((429,770),(429.1339745962156,770.5),(429.5,770.8660254037844),(430,771),(430.5,770.8660254037844),(430.8660254037844,770.5),(431,770),(430.8660254037844,769.5),(430.5,769.1339745962156),(430,769),(429.5,769.1339745962156),(429.1339745962156,769.5)) -4278 ((428,780),(428.2679491924311,781),(429,781.7320508075688),(430,782),(431,781.7320508075688),(431.7320508075689,781),(432,780),(431.7320508075689,779),(431,778.2679491924312),(430,778),(429,778.2679491924312),(428.2679491924311,779)) -4279 ((427,790),(427.4019237886467,791.5),(428.5,792.5980762113534),(430,793),(431.5,792.5980762113534),(432.5980762113533,791.5),(433,790),(432.5980762113533,788.5),(431.5,787.4019237886467),(430,787),(428.5,787.4019237886466),(427.4019237886467,788.5)) -4280 ((426,800),(426.53589838486226,802),(428,803.4641016151378),(430,804),(432,803.4641016151378),(433.46410161513774,802),(434,800),(433.46410161513774,798),(432,796.5358983848622),(430,796),(428,796.5358983848622),(426.53589838486226,798)) -4281 ((425,810),(425.6698729810778,812.5),(427.5,814.3301270189222),(430,815),(432.5,814.3301270189222),(434.3301270189222,812.5),(435,810),(434.3301270189222,807.5),(432.5,805.6698729810778),(430,805),(427.5,805.6698729810778),(425.6698729810778,807.5)) -4282 ((424,820),(424.80384757729337,823),(427,825.1961524227066),(430,826),(433,825.1961524227066),(435.19615242270663,823),(436,820),(435.19615242270663,817),(433,814.8038475772934),(430,814),(427,814.8038475772934),(424.80384757729337,817)) -4283 ((423,830),(423.93782217350895,833.5),(426.5,836.062177826491),(430,837),(433.5,836.062177826491),(436.06217782649105,833.5),(437,830),(436.06217782649105,826.5),(433.5,823.937822173509),(430,823),(426.5,823.937822173509),(423.93782217350895,826.5)) -4284 ((422,840),(423.0717967697245,844),(426,846.9282032302755),(430,848),(434,846.9282032302755),(436.9282032302755,844),(438,840),(436.9282032302755,836),(434,833.0717967697245),(430,832),(426,833.0717967697245),(423.0717967697245,836)) -4285 ((421,850),(422.20577136594005,854.5),(425.5,857.7942286340599),(430,859),(434.5,857.7942286340599),(437.79422863405995,854.5),(439,850),(437.79422863405995,845.5),(434.5,842.2057713659401),(430,841),(425.5,842.20577136594),(422.20577136594005,845.5)) -4286 ((420,860),(421.33974596215563,865),(425,868.6602540378444),(430,870),(435,868.6602540378444),(438.66025403784437,865),(440,860),(438.66025403784437,855),(435,851.3397459621556),(430,850),(425,851.3397459621556),(421.33974596215563,855)) -4287 ((429,870),(429.1339745962156,870.5),(429.5,870.8660254037844),(430,871),(430.5,870.8660254037844),(430.8660254037844,870.5),(431,870),(430.8660254037844,869.5),(430.5,869.1339745962156),(430,869),(429.5,869.1339745962156),(429.1339745962156,869.5)) -4288 ((428,880),(428.2679491924311,881),(429,881.7320508075688),(430,882),(431,881.7320508075688),(431.7320508075689,881),(432,880),(431.7320508075689,879),(431,878.2679491924312),(430,878),(429,878.2679491924312),(428.2679491924311,879)) -4289 ((427,890),(427.4019237886467,891.5),(428.5,892.5980762113534),(430,893),(431.5,892.5980762113534),(432.5980762113533,891.5),(433,890),(432.5980762113533,888.5),(431.5,887.4019237886467),(430,887),(428.5,887.4019237886466),(427.4019237886467,888.5)) -4290 ((426,900),(426.53589838486226,902),(428,903.4641016151378),(430,904),(432,903.4641016151378),(433.46410161513774,902),(434,900),(433.46410161513774,898),(432,896.5358983848622),(430,896),(428,896.5358983848622),(426.53589838486226,898)) -4291 ((425,910),(425.6698729810778,912.5),(427.5,914.3301270189222),(430,915),(432.5,914.3301270189222),(434.3301270189222,912.5),(435,910),(434.3301270189222,907.5),(432.5,905.6698729810778),(430,905),(427.5,905.6698729810778),(425.6698729810778,907.5)) -4292 ((424,920),(424.80384757729337,923),(427,925.1961524227066),(430,926),(433,925.1961524227066),(435.19615242270663,923),(436,920),(435.19615242270663,917),(433,914.8038475772934),(430,914),(427,914.8038475772934),(424.80384757729337,917)) -4293 ((423,930),(423.93782217350895,933.5),(426.5,936.062177826491),(430,937),(433.5,936.062177826491),(436.06217782649105,933.5),(437,930),(436.06217782649105,926.5),(433.5,923.937822173509),(430,923),(426.5,923.937822173509),(423.93782217350895,926.5)) -4294 ((422,940),(423.0717967697245,944),(426,946.9282032302755),(430,948),(434,946.9282032302755),(436.9282032302755,944),(438,940),(436.9282032302755,936),(434,933.0717967697245),(430,932),(426,933.0717967697245),(423.0717967697245,936)) -4295 ((421,950),(422.20577136594005,954.5),(425.5,957.7942286340599),(430,959),(434.5,957.7942286340599),(437.79422863405995,954.5),(439,950),(437.79422863405995,945.5),(434.5,942.2057713659401),(430,941),(425.5,942.20577136594),(422.20577136594005,945.5)) -4296 ((420,960),(421.33974596215563,965),(425,968.6602540378444),(430,970),(435,968.6602540378444),(438.66025403784437,965),(440,960),(438.66025403784437,955),(435,951.3397459621556),(430,950),(425,951.3397459621556),(421.33974596215563,955)) -4297 ((429,970),(429.1339745962156,970.5),(429.5,970.8660254037844),(430,971),(430.5,970.8660254037844),(430.8660254037844,970.5),(431,970),(430.8660254037844,969.5),(430.5,969.1339745962156),(430,969),(429.5,969.1339745962156),(429.1339745962156,969.5)) -4298 ((428,980),(428.2679491924311,981),(429,981.7320508075688),(430,982),(431,981.7320508075688),(431.7320508075689,981),(432,980),(431.7320508075689,979),(431,978.2679491924312),(430,978),(429,978.2679491924312),(428.2679491924311,979)) -4299 ((427,990),(427.4019237886467,991.5),(428.5,992.5980762113534),(430,993),(431.5,992.5980762113534),(432.5980762113533,991.5),(433,990),(432.5980762113533,988.5),(431.5,987.4019237886467),(430,987),(428.5,987.4019237886466),(427.4019237886467,988.5)) -4300 ((426,1000),(426.53589838486226,1002),(428,1003.4641016151378),(430,1004),(432,1003.4641016151378),(433.46410161513774,1002),(434,1000),(433.46410161513774,998),(432,996.5358983848622),(430,996),(428,996.5358983848622),(426.53589838486226,998)) -4301 ((434,10),(434.80384757729337,13),(437,15.196152422706632),(440,16),(443,15.196152422706632),(445.19615242270663,13.000000000000002),(446,10),(445.19615242270663,7.000000000000002),(443,4.803847577293369),(440,4),(437,4.803847577293366),(434.80384757729337,6.999999999999997)) -4302 ((433,20),(433.93782217350895,23.5),(436.5,26.06217782649107),(440,27),(443.5,26.062177826491073),(446.06217782649105,23.500000000000004),(447,20),(446.06217782649105,16.5),(443.5,13.93782217350893),(440,13),(436.5,13.937822173508927),(433.93782217350895,16.499999999999996)) -4303 ((432,30),(433.0717967697245,34),(436,36.92820323027551),(440,38),(444,36.92820323027551),(446.9282032302755,34),(448,30),(446.9282032302755,26.000000000000004),(444,23.071796769724493),(440,22),(436,23.071796769724486),(433.0717967697245,25.999999999999996)) -4304 ((431,40),(432.20577136594005,44.5),(435.5,47.79422863405995),(440,49),(444.5,47.79422863405995),(447.79422863405995,44.5),(449,40),(447.79422863405995,35.5),(444.5,32.20577136594005),(440,31),(435.5,32.20577136594005),(432.20577136594005,35.5)) -4305 ((430,50),(431.33974596215563,55),(435,58.66025403784438),(440,60),(445,58.66025403784439),(448.66025403784437,55),(450,50),(448.66025403784437,45),(445,41.33974596215562),(440,40),(435,41.33974596215561),(431.33974596215563,44.99999999999999)) -4306 ((439,60),(439.1339745962156,60.5),(439.5,60.86602540378444),(440,61),(440.5,60.86602540378444),(440.8660254037844,60.5),(441,60),(440.8660254037844,59.5),(440.5,59.13397459621556),(440,59),(439.5,59.13397459621556),(439.1339745962156,59.5)) -4307 ((438,70),(438.2679491924311,71),(439,71.73205080756888),(440,72),(441,71.73205080756888),(441.7320508075689,71),(442,70),(441.7320508075689,69),(441,68.26794919243112),(440,68),(439,68.26794919243112),(438.2679491924311,69)) -4308 ((437,80),(437.4019237886467,81.5),(438.5,82.59807621135332),(440,83),(441.5,82.59807621135332),(442.5980762113533,81.5),(443,80),(442.5980762113533,78.5),(441.5,77.40192378864668),(440,77),(438.5,77.40192378864668),(437.4019237886467,78.5)) -4309 ((436,90),(436.53589838486226,92),(438,93.46410161513775),(440,94),(442,93.46410161513775),(443.46410161513774,92),(444,90),(443.46410161513774,88),(442,86.53589838486225),(440,86),(438,86.53589838486225),(436.53589838486226,88)) -4310 ((435,100),(435.6698729810778,102.5),(437.5,104.3301270189222),(440,105),(442.5,104.3301270189222),(444.3301270189222,102.5),(445,100),(444.3301270189222,97.5),(442.5,95.6698729810778),(440,95),(437.5,95.6698729810778),(435.6698729810778,97.5)) -4311 ((434,110),(434.80384757729337,113),(437,115.19615242270663),(440,116),(443,115.19615242270663),(445.19615242270663,113),(446,110),(445.19615242270663,107),(443,104.80384757729337),(440,104),(437,104.80384757729337),(434.80384757729337,107)) -4312 ((433,120),(433.93782217350895,123.5),(436.5,126.06217782649107),(440,127),(443.5,126.06217782649107),(446.06217782649105,123.5),(447,120),(446.06217782649105,116.5),(443.5,113.93782217350893),(440,113),(436.5,113.93782217350892),(433.93782217350895,116.5)) -4313 ((432,130),(433.0717967697245,134),(436,136.9282032302755),(440,138),(444,136.9282032302755),(446.9282032302755,134),(448,130),(446.9282032302755,126),(444,123.07179676972449),(440,122),(436,123.07179676972449),(433.0717967697245,126)) -4314 ((431,140),(432.20577136594005,144.5),(435.5,147.79422863405995),(440,149),(444.5,147.79422863405995),(447.79422863405995,144.5),(449,140),(447.79422863405995,135.5),(444.5,132.20577136594005),(440,131),(435.5,132.20577136594005),(432.20577136594005,135.5)) -4315 ((430,150),(431.33974596215563,155),(435,158.6602540378444),(440,160),(445,158.6602540378444),(448.66025403784437,155),(450,150),(448.66025403784437,145),(445,141.3397459621556),(440,140),(435,141.3397459621556),(431.33974596215563,145)) -4316 ((439,160),(439.1339745962156,160.5),(439.5,160.86602540378445),(440,161),(440.5,160.86602540378445),(440.8660254037844,160.5),(441,160),(440.8660254037844,159.5),(440.5,159.13397459621555),(440,159),(439.5,159.13397459621555),(439.1339745962156,159.5)) -4317 ((438,170),(438.2679491924311,171),(439,171.73205080756887),(440,172),(441,171.73205080756887),(441.7320508075689,171),(442,170),(441.7320508075689,169),(441,168.26794919243113),(440,168),(439,168.26794919243113),(438.2679491924311,169)) -4318 ((437,180),(437.4019237886467,181.5),(438.5,182.59807621135332),(440,183),(441.5,182.59807621135332),(442.5980762113533,181.5),(443,180),(442.5980762113533,178.5),(441.5,177.40192378864668),(440,177),(438.5,177.40192378864668),(437.4019237886467,178.5)) -4319 ((436,190),(436.53589838486226,192),(438,193.46410161513776),(440,194),(442,193.46410161513776),(443.46410161513774,192),(444,190),(443.46410161513774,188),(442,186.53589838486224),(440,186),(438,186.53589838486224),(436.53589838486226,188)) -4320 ((435,200),(435.6698729810778,202.5),(437.5,204.33012701892218),(440,205),(442.5,204.33012701892218),(444.3301270189222,202.5),(445,200),(444.3301270189222,197.5),(442.5,195.66987298107782),(440,195),(437.5,195.66987298107782),(435.6698729810778,197.5)) -4321 ((434,210),(434.80384757729337,213),(437,215.19615242270663),(440,216),(443,215.19615242270663),(445.19615242270663,213),(446,210),(445.19615242270663,207),(443,204.80384757729337),(440,204),(437,204.80384757729337),(434.80384757729337,207)) -4322 ((433,220),(433.93782217350895,223.5),(436.5,226.06217782649108),(440,227),(443.5,226.06217782649108),(446.06217782649105,223.5),(447,220),(446.06217782649105,216.5),(443.5,213.93782217350892),(440,213),(436.5,213.93782217350892),(433.93782217350895,216.5)) -4323 ((432,230),(433.0717967697245,234),(436,236.9282032302755),(440,238),(444,236.9282032302755),(446.9282032302755,234),(448,230),(446.9282032302755,226),(444,223.0717967697245),(440,222),(436,223.0717967697245),(433.0717967697245,226)) -4324 ((431,240),(432.20577136594005,244.5),(435.5,247.79422863405995),(440,249),(444.5,247.79422863405995),(447.79422863405995,244.5),(449,240),(447.79422863405995,235.5),(444.5,232.20577136594005),(440,231),(435.5,232.20577136594005),(432.20577136594005,235.5)) -4325 ((430,250),(431.33974596215563,255),(435,258.66025403784437),(440,260),(445,258.66025403784437),(448.66025403784437,255),(450,250),(448.66025403784437,245),(445,241.3397459621556),(440,240),(435,241.3397459621556),(431.33974596215563,245)) -4326 ((439,260),(439.1339745962156,260.5),(439.5,260.8660254037844),(440,261),(440.5,260.8660254037844),(440.8660254037844,260.5),(441,260),(440.8660254037844,259.5),(440.5,259.1339745962156),(440,259),(439.5,259.1339745962156),(439.1339745962156,259.5)) -4327 ((438,270),(438.2679491924311,271),(439,271.7320508075689),(440,272),(441,271.7320508075689),(441.7320508075689,271),(442,270),(441.7320508075689,269),(441,268.2679491924311),(440,268),(439,268.2679491924311),(438.2679491924311,269)) -4328 ((437,280),(437.4019237886467,281.5),(438.5,282.5980762113533),(440,283),(441.5,282.5980762113533),(442.5980762113533,281.5),(443,280),(442.5980762113533,278.5),(441.5,277.4019237886467),(440,277),(438.5,277.4019237886467),(437.4019237886467,278.5)) -4329 ((436,290),(436.53589838486226,292),(438,293.46410161513774),(440,294),(442,293.46410161513774),(443.46410161513774,292),(444,290),(443.46410161513774,288),(442,286.53589838486226),(440,286),(438,286.53589838486226),(436.53589838486226,288)) -4330 ((435,300),(435.6698729810778,302.5),(437.5,304.3301270189222),(440,305),(442.5,304.3301270189222),(444.3301270189222,302.5),(445,300),(444.3301270189222,297.5),(442.5,295.6698729810778),(440,295),(437.5,295.6698729810778),(435.6698729810778,297.5)) -4331 ((434,310),(434.80384757729337,313),(437,315.19615242270663),(440,316),(443,315.19615242270663),(445.19615242270663,313),(446,310),(445.19615242270663,307),(443,304.80384757729337),(440,304),(437,304.80384757729337),(434.80384757729337,307)) -4332 ((433,320),(433.93782217350895,323.5),(436.5,326.06217782649105),(440,327),(443.5,326.06217782649105),(446.06217782649105,323.5),(447,320),(446.06217782649105,316.5),(443.5,313.93782217350895),(440,313),(436.5,313.93782217350895),(433.93782217350895,316.5)) -4333 ((432,330),(433.0717967697245,334),(436,336.9282032302755),(440,338),(444,336.9282032302755),(446.9282032302755,334),(448,330),(446.9282032302755,326),(444,323.0717967697245),(440,322),(436,323.0717967697245),(433.0717967697245,326)) -4334 ((431,340),(432.20577136594005,344.5),(435.5,347.79422863405995),(440,349),(444.5,347.79422863405995),(447.79422863405995,344.5),(449,340),(447.79422863405995,335.5),(444.5,332.20577136594005),(440,331),(435.5,332.20577136594005),(432.20577136594005,335.5)) -4335 ((430,350),(431.33974596215563,355),(435,358.66025403784437),(440,360),(445,358.66025403784437),(448.66025403784437,355),(450,350),(448.66025403784437,345),(445,341.33974596215563),(440,340),(435,341.33974596215563),(431.33974596215563,345)) -4336 ((439,360),(439.1339745962156,360.5),(439.5,360.8660254037844),(440,361),(440.5,360.8660254037844),(440.8660254037844,360.5),(441,360),(440.8660254037844,359.5),(440.5,359.1339745962156),(440,359),(439.5,359.1339745962156),(439.1339745962156,359.5)) -4337 ((438,370),(438.2679491924311,371),(439,371.7320508075689),(440,372),(441,371.7320508075689),(441.7320508075689,371),(442,370),(441.7320508075689,369),(441,368.2679491924311),(440,368),(439,368.2679491924311),(438.2679491924311,369)) -4338 ((437,380),(437.4019237886467,381.5),(438.5,382.5980762113533),(440,383),(441.5,382.5980762113533),(442.5980762113533,381.5),(443,380),(442.5980762113533,378.5),(441.5,377.4019237886467),(440,377),(438.5,377.4019237886467),(437.4019237886467,378.5)) -4339 ((436,390),(436.53589838486226,392),(438,393.46410161513774),(440,394),(442,393.46410161513774),(443.46410161513774,392),(444,390),(443.46410161513774,388),(442,386.53589838486226),(440,386),(438,386.53589838486226),(436.53589838486226,388)) -4340 ((435,400),(435.6698729810778,402.5),(437.5,404.3301270189222),(440,405),(442.5,404.3301270189222),(444.3301270189222,402.5),(445,400),(444.3301270189222,397.5),(442.5,395.6698729810778),(440,395),(437.5,395.6698729810778),(435.6698729810778,397.5)) -4341 ((434,410),(434.80384757729337,413),(437,415.19615242270663),(440,416),(443,415.19615242270663),(445.19615242270663,413),(446,410),(445.19615242270663,407),(443,404.80384757729337),(440,404),(437,404.80384757729337),(434.80384757729337,407)) -4342 ((433,420),(433.93782217350895,423.5),(436.5,426.06217782649105),(440,427),(443.5,426.06217782649105),(446.06217782649105,423.5),(447,420),(446.06217782649105,416.5),(443.5,413.93782217350895),(440,413),(436.5,413.93782217350895),(433.93782217350895,416.5)) -4343 ((432,430),(433.0717967697245,434),(436,436.9282032302755),(440,438),(444,436.9282032302755),(446.9282032302755,434),(448,430),(446.9282032302755,426),(444,423.0717967697245),(440,422),(436,423.0717967697245),(433.0717967697245,426)) -4344 ((431,440),(432.20577136594005,444.5),(435.5,447.79422863405995),(440,449),(444.5,447.79422863405995),(447.79422863405995,444.5),(449,440),(447.79422863405995,435.5),(444.5,432.20577136594005),(440,431),(435.5,432.20577136594005),(432.20577136594005,435.5)) -4345 ((430,450),(431.33974596215563,455),(435,458.66025403784437),(440,460),(445,458.66025403784437),(448.66025403784437,455),(450,450),(448.66025403784437,445),(445,441.33974596215563),(440,440),(435,441.33974596215563),(431.33974596215563,445)) -4346 ((439,460),(439.1339745962156,460.5),(439.5,460.8660254037844),(440,461),(440.5,460.8660254037844),(440.8660254037844,460.5),(441,460),(440.8660254037844,459.5),(440.5,459.1339745962156),(440,459),(439.5,459.1339745962156),(439.1339745962156,459.5)) -4347 ((438,470),(438.2679491924311,471),(439,471.7320508075689),(440,472),(441,471.7320508075689),(441.7320508075689,471),(442,470),(441.7320508075689,469),(441,468.2679491924311),(440,468),(439,468.2679491924311),(438.2679491924311,469)) -4348 ((437,480),(437.4019237886467,481.5),(438.5,482.5980762113533),(440,483),(441.5,482.5980762113533),(442.5980762113533,481.5),(443,480),(442.5980762113533,478.5),(441.5,477.4019237886467),(440,477),(438.5,477.4019237886467),(437.4019237886467,478.5)) -4349 ((436,490),(436.53589838486226,492),(438,493.46410161513774),(440,494),(442,493.46410161513774),(443.46410161513774,492),(444,490),(443.46410161513774,488),(442,486.53589838486226),(440,486),(438,486.53589838486226),(436.53589838486226,488)) -4350 ((435,500),(435.6698729810778,502.5),(437.5,504.3301270189222),(440,505),(442.5,504.3301270189222),(444.3301270189222,502.5),(445,500),(444.3301270189222,497.5),(442.5,495.6698729810778),(440,495),(437.5,495.6698729810778),(435.6698729810778,497.5)) -4351 ((434,510),(434.80384757729337,513),(437,515.1961524227066),(440,516),(443,515.1961524227066),(445.19615242270663,513),(446,510),(445.19615242270663,507),(443,504.80384757729337),(440,504),(437,504.80384757729337),(434.80384757729337,507)) -4352 ((433,520),(433.93782217350895,523.5),(436.5,526.062177826491),(440,527),(443.5,526.062177826491),(446.06217782649105,523.5),(447,520),(446.06217782649105,516.5),(443.5,513.937822173509),(440,513),(436.5,513.937822173509),(433.93782217350895,516.5)) -4353 ((432,530),(433.0717967697245,534),(436,536.9282032302755),(440,538),(444,536.9282032302755),(446.9282032302755,534),(448,530),(446.9282032302755,526),(444,523.0717967697245),(440,522),(436,523.0717967697245),(433.0717967697245,526)) -4354 ((431,540),(432.20577136594005,544.5),(435.5,547.7942286340599),(440,549),(444.5,547.7942286340599),(447.79422863405995,544.5),(449,540),(447.79422863405995,535.5),(444.5,532.2057713659401),(440,531),(435.5,532.20577136594),(432.20577136594005,535.5)) -4355 ((430,550),(431.33974596215563,555),(435,558.6602540378444),(440,560),(445,558.6602540378444),(448.66025403784437,555),(450,550),(448.66025403784437,545),(445,541.3397459621556),(440,540),(435,541.3397459621556),(431.33974596215563,545)) -4356 ((439,560),(439.1339745962156,560.5),(439.5,560.8660254037844),(440,561),(440.5,560.8660254037844),(440.8660254037844,560.5),(441,560),(440.8660254037844,559.5),(440.5,559.1339745962156),(440,559),(439.5,559.1339745962156),(439.1339745962156,559.5)) -4357 ((438,570),(438.2679491924311,571),(439,571.7320508075688),(440,572),(441,571.7320508075688),(441.7320508075689,571),(442,570),(441.7320508075689,569),(441,568.2679491924312),(440,568),(439,568.2679491924312),(438.2679491924311,569)) -4358 ((437,580),(437.4019237886467,581.5),(438.5,582.5980762113534),(440,583),(441.5,582.5980762113534),(442.5980762113533,581.5),(443,580),(442.5980762113533,578.5),(441.5,577.4019237886467),(440,577),(438.5,577.4019237886466),(437.4019237886467,578.5)) -4359 ((436,590),(436.53589838486226,592),(438,593.4641016151378),(440,594),(442,593.4641016151378),(443.46410161513774,592),(444,590),(443.46410161513774,588),(442,586.5358983848622),(440,586),(438,586.5358983848622),(436.53589838486226,588)) -4360 ((435,600),(435.6698729810778,602.5),(437.5,604.3301270189222),(440,605),(442.5,604.3301270189222),(444.3301270189222,602.5),(445,600),(444.3301270189222,597.5),(442.5,595.6698729810778),(440,595),(437.5,595.6698729810778),(435.6698729810778,597.5)) -4361 ((434,610),(434.80384757729337,613),(437,615.1961524227066),(440,616),(443,615.1961524227066),(445.19615242270663,613),(446,610),(445.19615242270663,607),(443,604.8038475772934),(440,604),(437,604.8038475772934),(434.80384757729337,607)) -4362 ((433,620),(433.93782217350895,623.5),(436.5,626.062177826491),(440,627),(443.5,626.062177826491),(446.06217782649105,623.5),(447,620),(446.06217782649105,616.5),(443.5,613.937822173509),(440,613),(436.5,613.937822173509),(433.93782217350895,616.5)) -4363 ((432,630),(433.0717967697245,634),(436,636.9282032302755),(440,638),(444,636.9282032302755),(446.9282032302755,634),(448,630),(446.9282032302755,626),(444,623.0717967697245),(440,622),(436,623.0717967697245),(433.0717967697245,626)) -4364 ((431,640),(432.20577136594005,644.5),(435.5,647.7942286340599),(440,649),(444.5,647.7942286340599),(447.79422863405995,644.5),(449,640),(447.79422863405995,635.5),(444.5,632.2057713659401),(440,631),(435.5,632.20577136594),(432.20577136594005,635.5)) -4365 ((430,650),(431.33974596215563,655),(435,658.6602540378444),(440,660),(445,658.6602540378444),(448.66025403784437,655),(450,650),(448.66025403784437,645),(445,641.3397459621556),(440,640),(435,641.3397459621556),(431.33974596215563,645)) -4366 ((439,660),(439.1339745962156,660.5),(439.5,660.8660254037844),(440,661),(440.5,660.8660254037844),(440.8660254037844,660.5),(441,660),(440.8660254037844,659.5),(440.5,659.1339745962156),(440,659),(439.5,659.1339745962156),(439.1339745962156,659.5)) -4367 ((438,670),(438.2679491924311,671),(439,671.7320508075688),(440,672),(441,671.7320508075688),(441.7320508075689,671),(442,670),(441.7320508075689,669),(441,668.2679491924312),(440,668),(439,668.2679491924312),(438.2679491924311,669)) -4368 ((437,680),(437.4019237886467,681.5),(438.5,682.5980762113534),(440,683),(441.5,682.5980762113534),(442.5980762113533,681.5),(443,680),(442.5980762113533,678.5),(441.5,677.4019237886467),(440,677),(438.5,677.4019237886466),(437.4019237886467,678.5)) -4369 ((436,690),(436.53589838486226,692),(438,693.4641016151378),(440,694),(442,693.4641016151378),(443.46410161513774,692),(444,690),(443.46410161513774,688),(442,686.5358983848622),(440,686),(438,686.5358983848622),(436.53589838486226,688)) -4370 ((435,700),(435.6698729810778,702.5),(437.5,704.3301270189222),(440,705),(442.5,704.3301270189222),(444.3301270189222,702.5),(445,700),(444.3301270189222,697.5),(442.5,695.6698729810778),(440,695),(437.5,695.6698729810778),(435.6698729810778,697.5)) -4371 ((434,710),(434.80384757729337,713),(437,715.1961524227066),(440,716),(443,715.1961524227066),(445.19615242270663,713),(446,710),(445.19615242270663,707),(443,704.8038475772934),(440,704),(437,704.8038475772934),(434.80384757729337,707)) -4372 ((433,720),(433.93782217350895,723.5),(436.5,726.062177826491),(440,727),(443.5,726.062177826491),(446.06217782649105,723.5),(447,720),(446.06217782649105,716.5),(443.5,713.937822173509),(440,713),(436.5,713.937822173509),(433.93782217350895,716.5)) -4373 ((432,730),(433.0717967697245,734),(436,736.9282032302755),(440,738),(444,736.9282032302755),(446.9282032302755,734),(448,730),(446.9282032302755,726),(444,723.0717967697245),(440,722),(436,723.0717967697245),(433.0717967697245,726)) -4374 ((431,740),(432.20577136594005,744.5),(435.5,747.7942286340599),(440,749),(444.5,747.7942286340599),(447.79422863405995,744.5),(449,740),(447.79422863405995,735.5),(444.5,732.2057713659401),(440,731),(435.5,732.20577136594),(432.20577136594005,735.5)) -4375 ((430,750),(431.33974596215563,755),(435,758.6602540378444),(440,760),(445,758.6602540378444),(448.66025403784437,755),(450,750),(448.66025403784437,745),(445,741.3397459621556),(440,740),(435,741.3397459621556),(431.33974596215563,745)) -4376 ((439,760),(439.1339745962156,760.5),(439.5,760.8660254037844),(440,761),(440.5,760.8660254037844),(440.8660254037844,760.5),(441,760),(440.8660254037844,759.5),(440.5,759.1339745962156),(440,759),(439.5,759.1339745962156),(439.1339745962156,759.5)) -4377 ((438,770),(438.2679491924311,771),(439,771.7320508075688),(440,772),(441,771.7320508075688),(441.7320508075689,771),(442,770),(441.7320508075689,769),(441,768.2679491924312),(440,768),(439,768.2679491924312),(438.2679491924311,769)) -4378 ((437,780),(437.4019237886467,781.5),(438.5,782.5980762113534),(440,783),(441.5,782.5980762113534),(442.5980762113533,781.5),(443,780),(442.5980762113533,778.5),(441.5,777.4019237886467),(440,777),(438.5,777.4019237886466),(437.4019237886467,778.5)) -4379 ((436,790),(436.53589838486226,792),(438,793.4641016151378),(440,794),(442,793.4641016151378),(443.46410161513774,792),(444,790),(443.46410161513774,788),(442,786.5358983848622),(440,786),(438,786.5358983848622),(436.53589838486226,788)) -4380 ((435,800),(435.6698729810778,802.5),(437.5,804.3301270189222),(440,805),(442.5,804.3301270189222),(444.3301270189222,802.5),(445,800),(444.3301270189222,797.5),(442.5,795.6698729810778),(440,795),(437.5,795.6698729810778),(435.6698729810778,797.5)) -4381 ((434,810),(434.80384757729337,813),(437,815.1961524227066),(440,816),(443,815.1961524227066),(445.19615242270663,813),(446,810),(445.19615242270663,807),(443,804.8038475772934),(440,804),(437,804.8038475772934),(434.80384757729337,807)) -4382 ((433,820),(433.93782217350895,823.5),(436.5,826.062177826491),(440,827),(443.5,826.062177826491),(446.06217782649105,823.5),(447,820),(446.06217782649105,816.5),(443.5,813.937822173509),(440,813),(436.5,813.937822173509),(433.93782217350895,816.5)) -4383 ((432,830),(433.0717967697245,834),(436,836.9282032302755),(440,838),(444,836.9282032302755),(446.9282032302755,834),(448,830),(446.9282032302755,826),(444,823.0717967697245),(440,822),(436,823.0717967697245),(433.0717967697245,826)) -4384 ((431,840),(432.20577136594005,844.5),(435.5,847.7942286340599),(440,849),(444.5,847.7942286340599),(447.79422863405995,844.5),(449,840),(447.79422863405995,835.5),(444.5,832.2057713659401),(440,831),(435.5,832.20577136594),(432.20577136594005,835.5)) -4385 ((430,850),(431.33974596215563,855),(435,858.6602540378444),(440,860),(445,858.6602540378444),(448.66025403784437,855),(450,850),(448.66025403784437,845),(445,841.3397459621556),(440,840),(435,841.3397459621556),(431.33974596215563,845)) -4386 ((439,860),(439.1339745962156,860.5),(439.5,860.8660254037844),(440,861),(440.5,860.8660254037844),(440.8660254037844,860.5),(441,860),(440.8660254037844,859.5),(440.5,859.1339745962156),(440,859),(439.5,859.1339745962156),(439.1339745962156,859.5)) -4387 ((438,870),(438.2679491924311,871),(439,871.7320508075688),(440,872),(441,871.7320508075688),(441.7320508075689,871),(442,870),(441.7320508075689,869),(441,868.2679491924312),(440,868),(439,868.2679491924312),(438.2679491924311,869)) -4388 ((437,880),(437.4019237886467,881.5),(438.5,882.5980762113534),(440,883),(441.5,882.5980762113534),(442.5980762113533,881.5),(443,880),(442.5980762113533,878.5),(441.5,877.4019237886467),(440,877),(438.5,877.4019237886466),(437.4019237886467,878.5)) -4389 ((436,890),(436.53589838486226,892),(438,893.4641016151378),(440,894),(442,893.4641016151378),(443.46410161513774,892),(444,890),(443.46410161513774,888),(442,886.5358983848622),(440,886),(438,886.5358983848622),(436.53589838486226,888)) -4390 ((435,900),(435.6698729810778,902.5),(437.5,904.3301270189222),(440,905),(442.5,904.3301270189222),(444.3301270189222,902.5),(445,900),(444.3301270189222,897.5),(442.5,895.6698729810778),(440,895),(437.5,895.6698729810778),(435.6698729810778,897.5)) -4391 ((434,910),(434.80384757729337,913),(437,915.1961524227066),(440,916),(443,915.1961524227066),(445.19615242270663,913),(446,910),(445.19615242270663,907),(443,904.8038475772934),(440,904),(437,904.8038475772934),(434.80384757729337,907)) -4392 ((433,920),(433.93782217350895,923.5),(436.5,926.062177826491),(440,927),(443.5,926.062177826491),(446.06217782649105,923.5),(447,920),(446.06217782649105,916.5),(443.5,913.937822173509),(440,913),(436.5,913.937822173509),(433.93782217350895,916.5)) -4393 ((432,930),(433.0717967697245,934),(436,936.9282032302755),(440,938),(444,936.9282032302755),(446.9282032302755,934),(448,930),(446.9282032302755,926),(444,923.0717967697245),(440,922),(436,923.0717967697245),(433.0717967697245,926)) -4394 ((431,940),(432.20577136594005,944.5),(435.5,947.7942286340599),(440,949),(444.5,947.7942286340599),(447.79422863405995,944.5),(449,940),(447.79422863405995,935.5),(444.5,932.2057713659401),(440,931),(435.5,932.20577136594),(432.20577136594005,935.5)) -4395 ((430,950),(431.33974596215563,955),(435,958.6602540378444),(440,960),(445,958.6602540378444),(448.66025403784437,955),(450,950),(448.66025403784437,945),(445,941.3397459621556),(440,940),(435,941.3397459621556),(431.33974596215563,945)) -4396 ((439,960),(439.1339745962156,960.5),(439.5,960.8660254037844),(440,961),(440.5,960.8660254037844),(440.8660254037844,960.5),(441,960),(440.8660254037844,959.5),(440.5,959.1339745962156),(440,959),(439.5,959.1339745962156),(439.1339745962156,959.5)) -4397 ((438,970),(438.2679491924311,971),(439,971.7320508075688),(440,972),(441,971.7320508075688),(441.7320508075689,971),(442,970),(441.7320508075689,969),(441,968.2679491924312),(440,968),(439,968.2679491924312),(438.2679491924311,969)) -4398 ((437,980),(437.4019237886467,981.5),(438.5,982.5980762113534),(440,983),(441.5,982.5980762113534),(442.5980762113533,981.5),(443,980),(442.5980762113533,978.5),(441.5,977.4019237886467),(440,977),(438.5,977.4019237886466),(437.4019237886467,978.5)) -4399 ((436,990),(436.53589838486226,992),(438,993.4641016151378),(440,994),(442,993.4641016151378),(443.46410161513774,992),(444,990),(443.46410161513774,988),(442,986.5358983848622),(440,986),(438,986.5358983848622),(436.53589838486226,988)) -4400 ((435,1000),(435.6698729810778,1002.5),(437.5,1004.3301270189222),(440,1005),(442.5,1004.3301270189222),(444.3301270189222,1002.5),(445,1000),(444.3301270189222,997.5),(442.5,995.6698729810778),(440,995),(437.5,995.6698729810778),(435.6698729810778,997.5)) -4401 ((443,10),(443.93782217350895,13.5),(446.5,16.06217782649107),(450,17),(453.5,16.062177826491073),(456.06217782649105,13.500000000000002),(457,10),(456.06217782649105,6.500000000000002),(453.5,3.9378221735089305),(450,3),(446.5,3.937822173508927),(443.93782217350895,6.4999999999999964)) -4402 ((442,20),(443.0717967697245,24),(446,26.928203230275507),(450,28),(454,26.92820323027551),(456.9282032302755,24.000000000000004),(458,20),(456.9282032302755,16.000000000000004),(454,13.071796769724493),(450,12),(446,13.071796769724488),(443.0717967697245,15.999999999999996)) -4403 ((441,30),(442.20577136594005,34.5),(445.5,37.79422863405995),(450,39),(454.5,37.79422863405995),(457.79422863405995,34.5),(459,30),(457.79422863405995,25.500000000000004),(454.5,22.205771365940052),(450,21),(445.5,22.20577136594005),(442.20577136594005,25.499999999999996)) -4404 ((440,40),(441.33974596215563,45),(445,48.66025403784438),(450,50),(455,48.66025403784439),(458.66025403784437,45),(460,40),(458.66025403784437,35),(455,31.339745962155614),(450,30),(445,31.33974596215561),(441.33974596215563,34.99999999999999)) -4405 ((449,50),(449.1339745962156,50.5),(449.5,50.86602540378444),(450,51),(450.5,50.86602540378444),(450.8660254037844,50.5),(451,50),(450.8660254037844,49.5),(450.5,49.13397459621556),(450,49),(449.5,49.13397459621556),(449.1339745962156,49.5)) -4406 ((448,60),(448.2679491924311,61),(449,61.732050807568875),(450,62),(451,61.732050807568875),(451.7320508075689,61),(452,60),(451.7320508075689,59),(451,58.267949192431125),(450,58),(449,58.267949192431125),(448.2679491924311,59)) -4407 ((447,70),(447.4019237886467,71.5),(448.5,72.59807621135332),(450,73),(451.5,72.59807621135332),(452.5980762113533,71.5),(453,70),(452.5980762113533,68.5),(451.5,67.40192378864668),(450,67),(448.5,67.40192378864668),(447.4019237886467,68.5)) -4408 ((446,80),(446.53589838486226,82),(448,83.46410161513775),(450,84),(452,83.46410161513775),(453.46410161513774,82),(454,80),(453.46410161513774,78),(452,76.53589838486225),(450,76),(448,76.53589838486225),(446.53589838486226,78)) -4409 ((445,90),(445.6698729810778,92.5),(447.5,94.3301270189222),(450,95),(452.5,94.3301270189222),(454.3301270189222,92.5),(455,90),(454.3301270189222,87.5),(452.5,85.6698729810778),(450,85),(447.5,85.6698729810778),(445.6698729810778,87.5)) -4410 ((444,100),(444.80384757729337,103),(447,105.19615242270663),(450,106),(453,105.19615242270663),(455.19615242270663,103),(456,100),(455.19615242270663,97),(453,94.80384757729337),(450,94),(447,94.80384757729337),(444.80384757729337,97)) -4411 ((443,110),(443.93782217350895,113.5),(446.5,116.06217782649107),(450,117),(453.5,116.06217782649107),(456.06217782649105,113.5),(457,110),(456.06217782649105,106.5),(453.5,103.93782217350893),(450,103),(446.5,103.93782217350892),(443.93782217350895,106.5)) -4412 ((442,120),(443.0717967697245,124),(446,126.92820323027551),(450,128),(454,126.92820323027551),(456.9282032302755,124),(458,120),(456.9282032302755,116),(454,113.07179676972449),(450,112),(446,113.07179676972449),(443.0717967697245,116)) -4413 ((441,130),(442.20577136594005,134.5),(445.5,137.79422863405995),(450,139),(454.5,137.79422863405995),(457.79422863405995,134.5),(459,130),(457.79422863405995,125.5),(454.5,122.20577136594005),(450,121),(445.5,122.20577136594005),(442.20577136594005,125.5)) -4414 ((440,140),(441.33974596215563,145),(445,148.6602540378444),(450,150),(455,148.6602540378444),(458.66025403784437,145),(460,140),(458.66025403784437,135),(455,131.3397459621556),(450,130),(445,131.3397459621556),(441.33974596215563,135)) -4415 ((449,150),(449.1339745962156,150.5),(449.5,150.86602540378445),(450,151),(450.5,150.86602540378445),(450.8660254037844,150.5),(451,150),(450.8660254037844,149.5),(450.5,149.13397459621555),(450,149),(449.5,149.13397459621555),(449.1339745962156,149.5)) -4416 ((448,160),(448.2679491924311,161),(449,161.73205080756887),(450,162),(451,161.73205080756887),(451.7320508075689,161),(452,160),(451.7320508075689,159),(451,158.26794919243113),(450,158),(449,158.26794919243113),(448.2679491924311,159)) -4417 ((447,170),(447.4019237886467,171.5),(448.5,172.59807621135332),(450,173),(451.5,172.59807621135332),(452.5980762113533,171.5),(453,170),(452.5980762113533,168.5),(451.5,167.40192378864668),(450,167),(448.5,167.40192378864668),(447.4019237886467,168.5)) -4418 ((446,180),(446.53589838486226,182),(448,183.46410161513776),(450,184),(452,183.46410161513776),(453.46410161513774,182),(454,180),(453.46410161513774,178),(452,176.53589838486224),(450,176),(448,176.53589838486224),(446.53589838486226,178)) -4419 ((445,190),(445.6698729810778,192.5),(447.5,194.33012701892218),(450,195),(452.5,194.33012701892218),(454.3301270189222,192.5),(455,190),(454.3301270189222,187.5),(452.5,185.66987298107782),(450,185),(447.5,185.66987298107782),(445.6698729810778,187.5)) -4420 ((444,200),(444.80384757729337,203),(447,205.19615242270663),(450,206),(453,205.19615242270663),(455.19615242270663,203),(456,200),(455.19615242270663,197),(453,194.80384757729337),(450,194),(447,194.80384757729337),(444.80384757729337,197)) -4421 ((443,210),(443.93782217350895,213.5),(446.5,216.06217782649108),(450,217),(453.5,216.06217782649108),(456.06217782649105,213.5),(457,210),(456.06217782649105,206.5),(453.5,203.93782217350892),(450,203),(446.5,203.93782217350892),(443.93782217350895,206.5)) -4422 ((442,220),(443.0717967697245,224),(446,226.9282032302755),(450,228),(454,226.9282032302755),(456.9282032302755,224),(458,220),(456.9282032302755,216),(454,213.0717967697245),(450,212),(446,213.0717967697245),(443.0717967697245,216)) -4423 ((441,230),(442.20577136594005,234.5),(445.5,237.79422863405995),(450,239),(454.5,237.79422863405995),(457.79422863405995,234.5),(459,230),(457.79422863405995,225.5),(454.5,222.20577136594005),(450,221),(445.5,222.20577136594005),(442.20577136594005,225.5)) -4424 ((440,240),(441.33974596215563,245),(445,248.6602540378444),(450,250),(455,248.6602540378444),(458.66025403784437,245),(460,240),(458.66025403784437,235),(455,231.3397459621556),(450,230),(445,231.3397459621556),(441.33974596215563,235)) -4425 ((449,250),(449.1339745962156,250.5),(449.5,250.86602540378445),(450,251),(450.5,250.86602540378445),(450.8660254037844,250.5),(451,250),(450.8660254037844,249.5),(450.5,249.13397459621555),(450,249),(449.5,249.13397459621555),(449.1339745962156,249.5)) -4426 ((448,260),(448.2679491924311,261),(449,261.7320508075689),(450,262),(451,261.7320508075689),(451.7320508075689,261),(452,260),(451.7320508075689,259),(451,258.2679491924311),(450,258),(449,258.2679491924311),(448.2679491924311,259)) -4427 ((447,270),(447.4019237886467,271.5),(448.5,272.5980762113533),(450,273),(451.5,272.5980762113533),(452.5980762113533,271.5),(453,270),(452.5980762113533,268.5),(451.5,267.4019237886467),(450,267),(448.5,267.4019237886467),(447.4019237886467,268.5)) -4428 ((446,280),(446.53589838486226,282),(448,283.46410161513774),(450,284),(452,283.46410161513774),(453.46410161513774,282),(454,280),(453.46410161513774,278),(452,276.53589838486226),(450,276),(448,276.53589838486226),(446.53589838486226,278)) -4429 ((445,290),(445.6698729810778,292.5),(447.5,294.3301270189222),(450,295),(452.5,294.3301270189222),(454.3301270189222,292.5),(455,290),(454.3301270189222,287.5),(452.5,285.6698729810778),(450,285),(447.5,285.6698729810778),(445.6698729810778,287.5)) -4430 ((444,300),(444.80384757729337,303),(447,305.19615242270663),(450,306),(453,305.19615242270663),(455.19615242270663,303),(456,300),(455.19615242270663,297),(453,294.80384757729337),(450,294),(447,294.80384757729337),(444.80384757729337,297)) -4431 ((443,310),(443.93782217350895,313.5),(446.5,316.06217782649105),(450,317),(453.5,316.06217782649105),(456.06217782649105,313.5),(457,310),(456.06217782649105,306.5),(453.5,303.93782217350895),(450,303),(446.5,303.93782217350895),(443.93782217350895,306.5)) -4432 ((442,320),(443.0717967697245,324),(446,326.9282032302755),(450,328),(454,326.9282032302755),(456.9282032302755,324),(458,320),(456.9282032302755,316),(454,313.0717967697245),(450,312),(446,313.0717967697245),(443.0717967697245,316)) -4433 ((441,330),(442.20577136594005,334.5),(445.5,337.79422863405995),(450,339),(454.5,337.79422863405995),(457.79422863405995,334.5),(459,330),(457.79422863405995,325.5),(454.5,322.20577136594005),(450,321),(445.5,322.20577136594005),(442.20577136594005,325.5)) -4434 ((440,340),(441.33974596215563,345),(445,348.66025403784437),(450,350),(455,348.66025403784437),(458.66025403784437,345),(460,340),(458.66025403784437,335),(455,331.33974596215563),(450,330),(445,331.33974596215563),(441.33974596215563,335)) -4435 ((449,350),(449.1339745962156,350.5),(449.5,350.8660254037844),(450,351),(450.5,350.8660254037844),(450.8660254037844,350.5),(451,350),(450.8660254037844,349.5),(450.5,349.1339745962156),(450,349),(449.5,349.1339745962156),(449.1339745962156,349.5)) -4436 ((448,360),(448.2679491924311,361),(449,361.7320508075689),(450,362),(451,361.7320508075689),(451.7320508075689,361),(452,360),(451.7320508075689,359),(451,358.2679491924311),(450,358),(449,358.2679491924311),(448.2679491924311,359)) -4437 ((447,370),(447.4019237886467,371.5),(448.5,372.5980762113533),(450,373),(451.5,372.5980762113533),(452.5980762113533,371.5),(453,370),(452.5980762113533,368.5),(451.5,367.4019237886467),(450,367),(448.5,367.4019237886467),(447.4019237886467,368.5)) -4438 ((446,380),(446.53589838486226,382),(448,383.46410161513774),(450,384),(452,383.46410161513774),(453.46410161513774,382),(454,380),(453.46410161513774,378),(452,376.53589838486226),(450,376),(448,376.53589838486226),(446.53589838486226,378)) -4439 ((445,390),(445.6698729810778,392.5),(447.5,394.3301270189222),(450,395),(452.5,394.3301270189222),(454.3301270189222,392.5),(455,390),(454.3301270189222,387.5),(452.5,385.6698729810778),(450,385),(447.5,385.6698729810778),(445.6698729810778,387.5)) -4440 ((444,400),(444.80384757729337,403),(447,405.19615242270663),(450,406),(453,405.19615242270663),(455.19615242270663,403),(456,400),(455.19615242270663,397),(453,394.80384757729337),(450,394),(447,394.80384757729337),(444.80384757729337,397)) -4441 ((443,410),(443.93782217350895,413.5),(446.5,416.06217782649105),(450,417),(453.5,416.06217782649105),(456.06217782649105,413.5),(457,410),(456.06217782649105,406.5),(453.5,403.93782217350895),(450,403),(446.5,403.93782217350895),(443.93782217350895,406.5)) -4442 ((442,420),(443.0717967697245,424),(446,426.9282032302755),(450,428),(454,426.9282032302755),(456.9282032302755,424),(458,420),(456.9282032302755,416),(454,413.0717967697245),(450,412),(446,413.0717967697245),(443.0717967697245,416)) -4443 ((441,430),(442.20577136594005,434.5),(445.5,437.79422863405995),(450,439),(454.5,437.79422863405995),(457.79422863405995,434.5),(459,430),(457.79422863405995,425.5),(454.5,422.20577136594005),(450,421),(445.5,422.20577136594005),(442.20577136594005,425.5)) -4444 ((440,440),(441.33974596215563,445),(445,448.66025403784437),(450,450),(455,448.66025403784437),(458.66025403784437,445),(460,440),(458.66025403784437,435),(455,431.33974596215563),(450,430),(445,431.33974596215563),(441.33974596215563,435)) -4445 ((449,450),(449.1339745962156,450.5),(449.5,450.8660254037844),(450,451),(450.5,450.8660254037844),(450.8660254037844,450.5),(451,450),(450.8660254037844,449.5),(450.5,449.1339745962156),(450,449),(449.5,449.1339745962156),(449.1339745962156,449.5)) -4446 ((448,460),(448.2679491924311,461),(449,461.7320508075689),(450,462),(451,461.7320508075689),(451.7320508075689,461),(452,460),(451.7320508075689,459),(451,458.2679491924311),(450,458),(449,458.2679491924311),(448.2679491924311,459)) -4447 ((447,470),(447.4019237886467,471.5),(448.5,472.5980762113533),(450,473),(451.5,472.5980762113533),(452.5980762113533,471.5),(453,470),(452.5980762113533,468.5),(451.5,467.4019237886467),(450,467),(448.5,467.4019237886467),(447.4019237886467,468.5)) -4448 ((446,480),(446.53589838486226,482),(448,483.46410161513774),(450,484),(452,483.46410161513774),(453.46410161513774,482),(454,480),(453.46410161513774,478),(452,476.53589838486226),(450,476),(448,476.53589838486226),(446.53589838486226,478)) -4449 ((445,490),(445.6698729810778,492.5),(447.5,494.3301270189222),(450,495),(452.5,494.3301270189222),(454.3301270189222,492.5),(455,490),(454.3301270189222,487.5),(452.5,485.6698729810778),(450,485),(447.5,485.6698729810778),(445.6698729810778,487.5)) -4450 ((444,500),(444.80384757729337,503),(447,505.19615242270663),(450,506),(453,505.19615242270663),(455.19615242270663,503),(456,500),(455.19615242270663,497),(453,494.80384757729337),(450,494),(447,494.80384757729337),(444.80384757729337,497)) -4451 ((443,510),(443.93782217350895,513.5),(446.5,516.062177826491),(450,517),(453.5,516.062177826491),(456.06217782649105,513.5),(457,510),(456.06217782649105,506.5),(453.5,503.93782217350895),(450,503),(446.5,503.93782217350895),(443.93782217350895,506.5)) -4452 ((442,520),(443.0717967697245,524),(446,526.9282032302755),(450,528),(454,526.9282032302755),(456.9282032302755,524),(458,520),(456.9282032302755,516),(454,513.0717967697245),(450,512),(446,513.0717967697245),(443.0717967697245,516)) -4453 ((441,530),(442.20577136594005,534.5),(445.5,537.7942286340599),(450,539),(454.5,537.7942286340599),(457.79422863405995,534.5),(459,530),(457.79422863405995,525.5),(454.5,522.2057713659401),(450,521),(445.5,522.20577136594),(442.20577136594005,525.5)) -4454 ((440,540),(441.33974596215563,545),(445,548.6602540378444),(450,550),(455,548.6602540378444),(458.66025403784437,545),(460,540),(458.66025403784437,535),(455,531.3397459621556),(450,530),(445,531.3397459621556),(441.33974596215563,535)) -4455 ((449,550),(449.1339745962156,550.5),(449.5,550.8660254037844),(450,551),(450.5,550.8660254037844),(450.8660254037844,550.5),(451,550),(450.8660254037844,549.5),(450.5,549.1339745962156),(450,549),(449.5,549.1339745962156),(449.1339745962156,549.5)) -4456 ((448,560),(448.2679491924311,561),(449,561.7320508075688),(450,562),(451,561.7320508075688),(451.7320508075689,561),(452,560),(451.7320508075689,559),(451,558.2679491924312),(450,558),(449,558.2679491924312),(448.2679491924311,559)) -4457 ((447,570),(447.4019237886467,571.5),(448.5,572.5980762113534),(450,573),(451.5,572.5980762113534),(452.5980762113533,571.5),(453,570),(452.5980762113533,568.5),(451.5,567.4019237886467),(450,567),(448.5,567.4019237886466),(447.4019237886467,568.5)) -4458 ((446,580),(446.53589838486226,582),(448,583.4641016151378),(450,584),(452,583.4641016151378),(453.46410161513774,582),(454,580),(453.46410161513774,578),(452,576.5358983848622),(450,576),(448,576.5358983848622),(446.53589838486226,578)) -4459 ((445,590),(445.6698729810778,592.5),(447.5,594.3301270189222),(450,595),(452.5,594.3301270189222),(454.3301270189222,592.5),(455,590),(454.3301270189222,587.5),(452.5,585.6698729810778),(450,585),(447.5,585.6698729810778),(445.6698729810778,587.5)) -4460 ((444,600),(444.80384757729337,603),(447,605.1961524227066),(450,606),(453,605.1961524227066),(455.19615242270663,603),(456,600),(455.19615242270663,597),(453,594.8038475772934),(450,594),(447,594.8038475772934),(444.80384757729337,597)) -4461 ((443,610),(443.93782217350895,613.5),(446.5,616.062177826491),(450,617),(453.5,616.062177826491),(456.06217782649105,613.5),(457,610),(456.06217782649105,606.5),(453.5,603.937822173509),(450,603),(446.5,603.937822173509),(443.93782217350895,606.5)) -4462 ((442,620),(443.0717967697245,624),(446,626.9282032302755),(450,628),(454,626.9282032302755),(456.9282032302755,624),(458,620),(456.9282032302755,616),(454,613.0717967697245),(450,612),(446,613.0717967697245),(443.0717967697245,616)) -4463 ((441,630),(442.20577136594005,634.5),(445.5,637.7942286340599),(450,639),(454.5,637.7942286340599),(457.79422863405995,634.5),(459,630),(457.79422863405995,625.5),(454.5,622.2057713659401),(450,621),(445.5,622.20577136594),(442.20577136594005,625.5)) -4464 ((440,640),(441.33974596215563,645),(445,648.6602540378444),(450,650),(455,648.6602540378444),(458.66025403784437,645),(460,640),(458.66025403784437,635),(455,631.3397459621556),(450,630),(445,631.3397459621556),(441.33974596215563,635)) -4465 ((449,650),(449.1339745962156,650.5),(449.5,650.8660254037844),(450,651),(450.5,650.8660254037844),(450.8660254037844,650.5),(451,650),(450.8660254037844,649.5),(450.5,649.1339745962156),(450,649),(449.5,649.1339745962156),(449.1339745962156,649.5)) -4466 ((448,660),(448.2679491924311,661),(449,661.7320508075688),(450,662),(451,661.7320508075688),(451.7320508075689,661),(452,660),(451.7320508075689,659),(451,658.2679491924312),(450,658),(449,658.2679491924312),(448.2679491924311,659)) -4467 ((447,670),(447.4019237886467,671.5),(448.5,672.5980762113534),(450,673),(451.5,672.5980762113534),(452.5980762113533,671.5),(453,670),(452.5980762113533,668.5),(451.5,667.4019237886467),(450,667),(448.5,667.4019237886466),(447.4019237886467,668.5)) -4468 ((446,680),(446.53589838486226,682),(448,683.4641016151378),(450,684),(452,683.4641016151378),(453.46410161513774,682),(454,680),(453.46410161513774,678),(452,676.5358983848622),(450,676),(448,676.5358983848622),(446.53589838486226,678)) -4469 ((445,690),(445.6698729810778,692.5),(447.5,694.3301270189222),(450,695),(452.5,694.3301270189222),(454.3301270189222,692.5),(455,690),(454.3301270189222,687.5),(452.5,685.6698729810778),(450,685),(447.5,685.6698729810778),(445.6698729810778,687.5)) -4470 ((444,700),(444.80384757729337,703),(447,705.1961524227066),(450,706),(453,705.1961524227066),(455.19615242270663,703),(456,700),(455.19615242270663,697),(453,694.8038475772934),(450,694),(447,694.8038475772934),(444.80384757729337,697)) -4471 ((443,710),(443.93782217350895,713.5),(446.5,716.062177826491),(450,717),(453.5,716.062177826491),(456.06217782649105,713.5),(457,710),(456.06217782649105,706.5),(453.5,703.937822173509),(450,703),(446.5,703.937822173509),(443.93782217350895,706.5)) -4472 ((442,720),(443.0717967697245,724),(446,726.9282032302755),(450,728),(454,726.9282032302755),(456.9282032302755,724),(458,720),(456.9282032302755,716),(454,713.0717967697245),(450,712),(446,713.0717967697245),(443.0717967697245,716)) -4473 ((441,730),(442.20577136594005,734.5),(445.5,737.7942286340599),(450,739),(454.5,737.7942286340599),(457.79422863405995,734.5),(459,730),(457.79422863405995,725.5),(454.5,722.2057713659401),(450,721),(445.5,722.20577136594),(442.20577136594005,725.5)) -4474 ((440,740),(441.33974596215563,745),(445,748.6602540378444),(450,750),(455,748.6602540378444),(458.66025403784437,745),(460,740),(458.66025403784437,735),(455,731.3397459621556),(450,730),(445,731.3397459621556),(441.33974596215563,735)) -4475 ((449,750),(449.1339745962156,750.5),(449.5,750.8660254037844),(450,751),(450.5,750.8660254037844),(450.8660254037844,750.5),(451,750),(450.8660254037844,749.5),(450.5,749.1339745962156),(450,749),(449.5,749.1339745962156),(449.1339745962156,749.5)) -4476 ((448,760),(448.2679491924311,761),(449,761.7320508075688),(450,762),(451,761.7320508075688),(451.7320508075689,761),(452,760),(451.7320508075689,759),(451,758.2679491924312),(450,758),(449,758.2679491924312),(448.2679491924311,759)) -4477 ((447,770),(447.4019237886467,771.5),(448.5,772.5980762113534),(450,773),(451.5,772.5980762113534),(452.5980762113533,771.5),(453,770),(452.5980762113533,768.5),(451.5,767.4019237886467),(450,767),(448.5,767.4019237886466),(447.4019237886467,768.5)) -4478 ((446,780),(446.53589838486226,782),(448,783.4641016151378),(450,784),(452,783.4641016151378),(453.46410161513774,782),(454,780),(453.46410161513774,778),(452,776.5358983848622),(450,776),(448,776.5358983848622),(446.53589838486226,778)) -4479 ((445,790),(445.6698729810778,792.5),(447.5,794.3301270189222),(450,795),(452.5,794.3301270189222),(454.3301270189222,792.5),(455,790),(454.3301270189222,787.5),(452.5,785.6698729810778),(450,785),(447.5,785.6698729810778),(445.6698729810778,787.5)) -4480 ((444,800),(444.80384757729337,803),(447,805.1961524227066),(450,806),(453,805.1961524227066),(455.19615242270663,803),(456,800),(455.19615242270663,797),(453,794.8038475772934),(450,794),(447,794.8038475772934),(444.80384757729337,797)) -4481 ((443,810),(443.93782217350895,813.5),(446.5,816.062177826491),(450,817),(453.5,816.062177826491),(456.06217782649105,813.5),(457,810),(456.06217782649105,806.5),(453.5,803.937822173509),(450,803),(446.5,803.937822173509),(443.93782217350895,806.5)) -4482 ((442,820),(443.0717967697245,824),(446,826.9282032302755),(450,828),(454,826.9282032302755),(456.9282032302755,824),(458,820),(456.9282032302755,816),(454,813.0717967697245),(450,812),(446,813.0717967697245),(443.0717967697245,816)) -4483 ((441,830),(442.20577136594005,834.5),(445.5,837.7942286340599),(450,839),(454.5,837.7942286340599),(457.79422863405995,834.5),(459,830),(457.79422863405995,825.5),(454.5,822.2057713659401),(450,821),(445.5,822.20577136594),(442.20577136594005,825.5)) -4484 ((440,840),(441.33974596215563,845),(445,848.6602540378444),(450,850),(455,848.6602540378444),(458.66025403784437,845),(460,840),(458.66025403784437,835),(455,831.3397459621556),(450,830),(445,831.3397459621556),(441.33974596215563,835)) -4485 ((449,850),(449.1339745962156,850.5),(449.5,850.8660254037844),(450,851),(450.5,850.8660254037844),(450.8660254037844,850.5),(451,850),(450.8660254037844,849.5),(450.5,849.1339745962156),(450,849),(449.5,849.1339745962156),(449.1339745962156,849.5)) -4486 ((448,860),(448.2679491924311,861),(449,861.7320508075688),(450,862),(451,861.7320508075688),(451.7320508075689,861),(452,860),(451.7320508075689,859),(451,858.2679491924312),(450,858),(449,858.2679491924312),(448.2679491924311,859)) -4487 ((447,870),(447.4019237886467,871.5),(448.5,872.5980762113534),(450,873),(451.5,872.5980762113534),(452.5980762113533,871.5),(453,870),(452.5980762113533,868.5),(451.5,867.4019237886467),(450,867),(448.5,867.4019237886466),(447.4019237886467,868.5)) -4488 ((446,880),(446.53589838486226,882),(448,883.4641016151378),(450,884),(452,883.4641016151378),(453.46410161513774,882),(454,880),(453.46410161513774,878),(452,876.5358983848622),(450,876),(448,876.5358983848622),(446.53589838486226,878)) -4489 ((445,890),(445.6698729810778,892.5),(447.5,894.3301270189222),(450,895),(452.5,894.3301270189222),(454.3301270189222,892.5),(455,890),(454.3301270189222,887.5),(452.5,885.6698729810778),(450,885),(447.5,885.6698729810778),(445.6698729810778,887.5)) -4490 ((444,900),(444.80384757729337,903),(447,905.1961524227066),(450,906),(453,905.1961524227066),(455.19615242270663,903),(456,900),(455.19615242270663,897),(453,894.8038475772934),(450,894),(447,894.8038475772934),(444.80384757729337,897)) -4491 ((443,910),(443.93782217350895,913.5),(446.5,916.062177826491),(450,917),(453.5,916.062177826491),(456.06217782649105,913.5),(457,910),(456.06217782649105,906.5),(453.5,903.937822173509),(450,903),(446.5,903.937822173509),(443.93782217350895,906.5)) -4492 ((442,920),(443.0717967697245,924),(446,926.9282032302755),(450,928),(454,926.9282032302755),(456.9282032302755,924),(458,920),(456.9282032302755,916),(454,913.0717967697245),(450,912),(446,913.0717967697245),(443.0717967697245,916)) -4493 ((441,930),(442.20577136594005,934.5),(445.5,937.7942286340599),(450,939),(454.5,937.7942286340599),(457.79422863405995,934.5),(459,930),(457.79422863405995,925.5),(454.5,922.2057713659401),(450,921),(445.5,922.20577136594),(442.20577136594005,925.5)) -4494 ((440,940),(441.33974596215563,945),(445,948.6602540378444),(450,950),(455,948.6602540378444),(458.66025403784437,945),(460,940),(458.66025403784437,935),(455,931.3397459621556),(450,930),(445,931.3397459621556),(441.33974596215563,935)) -4495 ((449,950),(449.1339745962156,950.5),(449.5,950.8660254037844),(450,951),(450.5,950.8660254037844),(450.8660254037844,950.5),(451,950),(450.8660254037844,949.5),(450.5,949.1339745962156),(450,949),(449.5,949.1339745962156),(449.1339745962156,949.5)) -4496 ((448,960),(448.2679491924311,961),(449,961.7320508075688),(450,962),(451,961.7320508075688),(451.7320508075689,961),(452,960),(451.7320508075689,959),(451,958.2679491924312),(450,958),(449,958.2679491924312),(448.2679491924311,959)) -4497 ((447,970),(447.4019237886467,971.5),(448.5,972.5980762113534),(450,973),(451.5,972.5980762113534),(452.5980762113533,971.5),(453,970),(452.5980762113533,968.5),(451.5,967.4019237886467),(450,967),(448.5,967.4019237886466),(447.4019237886467,968.5)) -4498 ((446,980),(446.53589838486226,982),(448,983.4641016151378),(450,984),(452,983.4641016151378),(453.46410161513774,982),(454,980),(453.46410161513774,978),(452,976.5358983848622),(450,976),(448,976.5358983848622),(446.53589838486226,978)) -4499 ((445,990),(445.6698729810778,992.5),(447.5,994.3301270189222),(450,995),(452.5,994.3301270189222),(454.3301270189222,992.5),(455,990),(454.3301270189222,987.5),(452.5,985.6698729810778),(450,985),(447.5,985.6698729810778),(445.6698729810778,987.5)) -4500 ((444,1000),(444.80384757729337,1003),(447,1005.1961524227066),(450,1006),(453,1005.1961524227066),(455.19615242270663,1003),(456,1000),(455.19615242270663,997),(453,994.8038475772934),(450,994),(447,994.8038475772934),(444.80384757729337,997)) -4501 ((452,10),(453.0717967697245,14),(456,16.928203230275507),(460,18),(464,16.92820323027551),(466.9282032302755,14.000000000000004),(468,10.000000000000002),(466.9282032302755,6.000000000000002),(464,3.071796769724492),(460,2),(456,3.0717967697244877),(453.0717967697245,5.9999999999999964)) -4502 ((451,20),(452.20577136594005,24.5),(455.5,27.794228634059948),(460,29),(464.5,27.794228634059948),(467.79422863405995,24.500000000000004),(469,20),(467.79422863405995,15.500000000000004),(464.5,12.205771365940054),(460,11),(455.5,12.205771365940048),(452.20577136594005,15.499999999999996)) -4503 ((450,30),(451.33974596215563,35),(455,38.66025403784438),(460,40),(465,38.66025403784439),(468.66025403784437,35),(470,30),(468.66025403784437,25.000000000000004),(465,21.339745962155614),(460,20),(455,21.33974596215561),(451.33974596215563,24.999999999999996)) -4504 ((459,40),(459.1339745962156,40.5),(459.5,40.86602540378444),(460,41),(460.5,40.86602540378444),(460.8660254037844,40.5),(461,40),(460.8660254037844,39.5),(460.5,39.13397459621556),(460,39),(459.5,39.13397459621556),(459.1339745962156,39.5)) -4505 ((458,50),(458.2679491924311,51),(459,51.732050807568875),(460,52),(461,51.732050807568875),(461.7320508075689,51),(462,50),(461.7320508075689,49),(461,48.267949192431125),(460,48),(459,48.267949192431125),(458.2679491924311,49)) -4506 ((457,60),(457.4019237886467,61.5),(458.5,62.598076211353316),(460,63),(461.5,62.598076211353316),(462.5980762113533,61.5),(463,60),(462.5980762113533,58.5),(461.5,57.401923788646684),(460,57),(458.5,57.401923788646684),(457.4019237886467,58.5)) -4507 ((456,70),(456.53589838486226,72),(458,73.46410161513775),(460,74),(462,73.46410161513775),(463.46410161513774,72),(464,70),(463.46410161513774,68),(462,66.53589838486225),(460,66),(458,66.53589838486225),(456.53589838486226,68)) -4508 ((455,80),(455.6698729810778,82.5),(457.5,84.3301270189222),(460,85),(462.5,84.3301270189222),(464.3301270189222,82.5),(465,80),(464.3301270189222,77.5),(462.5,75.6698729810778),(460,75),(457.5,75.6698729810778),(455.6698729810778,77.5)) -4509 ((454,90),(454.80384757729337,93),(457,95.19615242270663),(460,96),(463,95.19615242270663),(465.19615242270663,93),(466,90),(465.19615242270663,87),(463,84.80384757729337),(460,84),(457,84.80384757729337),(454.80384757729337,87)) -4510 ((453,100),(453.93782217350895,103.5),(456.5,106.06217782649107),(460,107),(463.5,106.06217782649107),(466.06217782649105,103.5),(467,100),(466.06217782649105,96.5),(463.5,93.93782217350893),(460,93),(456.5,93.93782217350892),(453.93782217350895,96.5)) -4511 ((452,110),(453.0717967697245,114),(456,116.92820323027551),(460,118),(464,116.92820323027551),(466.9282032302755,114),(468,110),(466.9282032302755,106),(464,103.07179676972449),(460,102),(456,103.07179676972449),(453.0717967697245,106)) -4512 ((451,120),(452.20577136594005,124.5),(455.5,127.79422863405995),(460,129),(464.5,127.79422863405995),(467.79422863405995,124.5),(469,120),(467.79422863405995,115.5),(464.5,112.20577136594005),(460,111),(455.5,112.20577136594005),(452.20577136594005,115.5)) -4513 ((450,130),(451.33974596215563,135),(455,138.6602540378444),(460,140),(465,138.6602540378444),(468.66025403784437,135),(470,130),(468.66025403784437,125),(465,121.33974596215562),(460,120),(455,121.3397459621556),(451.33974596215563,125)) -4514 ((459,140),(459.1339745962156,140.5),(459.5,140.86602540378445),(460,141),(460.5,140.86602540378445),(460.8660254037844,140.5),(461,140),(460.8660254037844,139.5),(460.5,139.13397459621555),(460,139),(459.5,139.13397459621555),(459.1339745962156,139.5)) -4515 ((458,150),(458.2679491924311,151),(459,151.73205080756887),(460,152),(461,151.73205080756887),(461.7320508075689,151),(462,150),(461.7320508075689,149),(461,148.26794919243113),(460,148),(459,148.26794919243113),(458.2679491924311,149)) -4516 ((457,160),(457.4019237886467,161.5),(458.5,162.59807621135332),(460,163),(461.5,162.59807621135332),(462.5980762113533,161.5),(463,160),(462.5980762113533,158.5),(461.5,157.40192378864668),(460,157),(458.5,157.40192378864668),(457.4019237886467,158.5)) -4517 ((456,170),(456.53589838486226,172),(458,173.46410161513776),(460,174),(462,173.46410161513776),(463.46410161513774,172),(464,170),(463.46410161513774,168),(462,166.53589838486224),(460,166),(458,166.53589838486224),(456.53589838486226,168)) -4518 ((455,180),(455.6698729810778,182.5),(457.5,184.33012701892218),(460,185),(462.5,184.33012701892218),(464.3301270189222,182.5),(465,180),(464.3301270189222,177.5),(462.5,175.66987298107782),(460,175),(457.5,175.66987298107782),(455.6698729810778,177.5)) -4519 ((454,190),(454.80384757729337,193),(457,195.19615242270663),(460,196),(463,195.19615242270663),(465.19615242270663,193),(466,190),(465.19615242270663,187),(463,184.80384757729337),(460,184),(457,184.80384757729337),(454.80384757729337,187)) -4520 ((453,200),(453.93782217350895,203.5),(456.5,206.06217782649108),(460,207),(463.5,206.06217782649108),(466.06217782649105,203.5),(467,200),(466.06217782649105,196.5),(463.5,193.93782217350892),(460,193),(456.5,193.93782217350892),(453.93782217350895,196.5)) -4521 ((452,210),(453.0717967697245,214),(456,216.9282032302755),(460,218),(464,216.9282032302755),(466.9282032302755,214),(468,210),(466.9282032302755,206),(464,203.0717967697245),(460,202),(456,203.0717967697245),(453.0717967697245,206)) -4522 ((451,220),(452.20577136594005,224.5),(455.5,227.79422863405995),(460,229),(464.5,227.79422863405995),(467.79422863405995,224.5),(469,220),(467.79422863405995,215.5),(464.5,212.20577136594005),(460,211),(455.5,212.20577136594005),(452.20577136594005,215.5)) -4523 ((450,230),(451.33974596215563,235),(455,238.6602540378444),(460,240),(465,238.6602540378444),(468.66025403784437,235),(470,230),(468.66025403784437,225),(465,221.3397459621556),(460,220),(455,221.3397459621556),(451.33974596215563,225)) -4524 ((459,240),(459.1339745962156,240.5),(459.5,240.86602540378445),(460,241),(460.5,240.86602540378445),(460.8660254037844,240.5),(461,240),(460.8660254037844,239.5),(460.5,239.13397459621555),(460,239),(459.5,239.13397459621555),(459.1339745962156,239.5)) -4525 ((458,250),(458.2679491924311,251),(459,251.73205080756887),(460,252),(461,251.73205080756887),(461.7320508075689,251),(462,250),(461.7320508075689,249),(461,248.26794919243113),(460,248),(459,248.26794919243113),(458.2679491924311,249)) -4526 ((457,260),(457.4019237886467,261.5),(458.5,262.5980762113533),(460,263),(461.5,262.5980762113533),(462.5980762113533,261.5),(463,260),(462.5980762113533,258.5),(461.5,257.4019237886467),(460,257),(458.5,257.4019237886467),(457.4019237886467,258.5)) -4527 ((456,270),(456.53589838486226,272),(458,273.46410161513774),(460,274),(462,273.46410161513774),(463.46410161513774,272),(464,270),(463.46410161513774,268),(462,266.53589838486226),(460,266),(458,266.53589838486226),(456.53589838486226,268)) -4528 ((455,280),(455.6698729810778,282.5),(457.5,284.3301270189222),(460,285),(462.5,284.3301270189222),(464.3301270189222,282.5),(465,280),(464.3301270189222,277.5),(462.5,275.6698729810778),(460,275),(457.5,275.6698729810778),(455.6698729810778,277.5)) -4529 ((454,290),(454.80384757729337,293),(457,295.19615242270663),(460,296),(463,295.19615242270663),(465.19615242270663,293),(466,290),(465.19615242270663,287),(463,284.80384757729337),(460,284),(457,284.80384757729337),(454.80384757729337,287)) -4530 ((453,300),(453.93782217350895,303.5),(456.5,306.06217782649105),(460,307),(463.5,306.06217782649105),(466.06217782649105,303.5),(467,300),(466.06217782649105,296.5),(463.5,293.93782217350895),(460,293),(456.5,293.93782217350895),(453.93782217350895,296.5)) -4531 ((452,310),(453.0717967697245,314),(456,316.9282032302755),(460,318),(464,316.9282032302755),(466.9282032302755,314),(468,310),(466.9282032302755,306),(464,303.0717967697245),(460,302),(456,303.0717967697245),(453.0717967697245,306)) -4532 ((451,320),(452.20577136594005,324.5),(455.5,327.79422863405995),(460,329),(464.5,327.79422863405995),(467.79422863405995,324.5),(469,320),(467.79422863405995,315.5),(464.5,312.20577136594005),(460,311),(455.5,312.20577136594005),(452.20577136594005,315.5)) -4533 ((450,330),(451.33974596215563,335),(455,338.66025403784437),(460,340),(465,338.66025403784437),(468.66025403784437,335),(470,330),(468.66025403784437,325),(465,321.33974596215563),(460,320),(455,321.33974596215563),(451.33974596215563,325)) -4534 ((459,340),(459.1339745962156,340.5),(459.5,340.8660254037844),(460,341),(460.5,340.8660254037844),(460.8660254037844,340.5),(461,340),(460.8660254037844,339.5),(460.5,339.1339745962156),(460,339),(459.5,339.1339745962156),(459.1339745962156,339.5)) -4535 ((458,350),(458.2679491924311,351),(459,351.7320508075689),(460,352),(461,351.7320508075689),(461.7320508075689,351),(462,350),(461.7320508075689,349),(461,348.2679491924311),(460,348),(459,348.2679491924311),(458.2679491924311,349)) -4536 ((457,360),(457.4019237886467,361.5),(458.5,362.5980762113533),(460,363),(461.5,362.5980762113533),(462.5980762113533,361.5),(463,360),(462.5980762113533,358.5),(461.5,357.4019237886467),(460,357),(458.5,357.4019237886467),(457.4019237886467,358.5)) -4537 ((456,370),(456.53589838486226,372),(458,373.46410161513774),(460,374),(462,373.46410161513774),(463.46410161513774,372),(464,370),(463.46410161513774,368),(462,366.53589838486226),(460,366),(458,366.53589838486226),(456.53589838486226,368)) -4538 ((455,380),(455.6698729810778,382.5),(457.5,384.3301270189222),(460,385),(462.5,384.3301270189222),(464.3301270189222,382.5),(465,380),(464.3301270189222,377.5),(462.5,375.6698729810778),(460,375),(457.5,375.6698729810778),(455.6698729810778,377.5)) -4539 ((454,390),(454.80384757729337,393),(457,395.19615242270663),(460,396),(463,395.19615242270663),(465.19615242270663,393),(466,390),(465.19615242270663,387),(463,384.80384757729337),(460,384),(457,384.80384757729337),(454.80384757729337,387)) -4540 ((453,400),(453.93782217350895,403.5),(456.5,406.06217782649105),(460,407),(463.5,406.06217782649105),(466.06217782649105,403.5),(467,400),(466.06217782649105,396.5),(463.5,393.93782217350895),(460,393),(456.5,393.93782217350895),(453.93782217350895,396.5)) -4541 ((452,410),(453.0717967697245,414),(456,416.9282032302755),(460,418),(464,416.9282032302755),(466.9282032302755,414),(468,410),(466.9282032302755,406),(464,403.0717967697245),(460,402),(456,403.0717967697245),(453.0717967697245,406)) -4542 ((451,420),(452.20577136594005,424.5),(455.5,427.79422863405995),(460,429),(464.5,427.79422863405995),(467.79422863405995,424.5),(469,420),(467.79422863405995,415.5),(464.5,412.20577136594005),(460,411),(455.5,412.20577136594005),(452.20577136594005,415.5)) -4543 ((450,430),(451.33974596215563,435),(455,438.66025403784437),(460,440),(465,438.66025403784437),(468.66025403784437,435),(470,430),(468.66025403784437,425),(465,421.33974596215563),(460,420),(455,421.33974596215563),(451.33974596215563,425)) -4544 ((459,440),(459.1339745962156,440.5),(459.5,440.8660254037844),(460,441),(460.5,440.8660254037844),(460.8660254037844,440.5),(461,440),(460.8660254037844,439.5),(460.5,439.1339745962156),(460,439),(459.5,439.1339745962156),(459.1339745962156,439.5)) -4545 ((458,450),(458.2679491924311,451),(459,451.7320508075689),(460,452),(461,451.7320508075689),(461.7320508075689,451),(462,450),(461.7320508075689,449),(461,448.2679491924311),(460,448),(459,448.2679491924311),(458.2679491924311,449)) -4546 ((457,460),(457.4019237886467,461.5),(458.5,462.5980762113533),(460,463),(461.5,462.5980762113533),(462.5980762113533,461.5),(463,460),(462.5980762113533,458.5),(461.5,457.4019237886467),(460,457),(458.5,457.4019237886467),(457.4019237886467,458.5)) -4547 ((456,470),(456.53589838486226,472),(458,473.46410161513774),(460,474),(462,473.46410161513774),(463.46410161513774,472),(464,470),(463.46410161513774,468),(462,466.53589838486226),(460,466),(458,466.53589838486226),(456.53589838486226,468)) -4548 ((455,480),(455.6698729810778,482.5),(457.5,484.3301270189222),(460,485),(462.5,484.3301270189222),(464.3301270189222,482.5),(465,480),(464.3301270189222,477.5),(462.5,475.6698729810778),(460,475),(457.5,475.6698729810778),(455.6698729810778,477.5)) -4549 ((454,490),(454.80384757729337,493),(457,495.19615242270663),(460,496),(463,495.19615242270663),(465.19615242270663,493),(466,490),(465.19615242270663,487),(463,484.80384757729337),(460,484),(457,484.80384757729337),(454.80384757729337,487)) -4550 ((453,500),(453.93782217350895,503.5),(456.5,506.06217782649105),(460,507),(463.5,506.06217782649105),(466.06217782649105,503.5),(467,500),(466.06217782649105,496.5),(463.5,493.93782217350895),(460,493),(456.5,493.93782217350895),(453.93782217350895,496.5)) -4551 ((452,510),(453.0717967697245,514),(456,516.9282032302755),(460,518),(464,516.9282032302755),(466.9282032302755,514),(468,510),(466.9282032302755,506),(464,503.0717967697245),(460,502),(456,503.0717967697245),(453.0717967697245,506)) -4552 ((451,520),(452.20577136594005,524.5),(455.5,527.7942286340599),(460,529),(464.5,527.7942286340599),(467.79422863405995,524.5),(469,520),(467.79422863405995,515.5),(464.5,512.2057713659401),(460,511),(455.5,512.20577136594),(452.20577136594005,515.5)) -4553 ((450,530),(451.33974596215563,535),(455,538.6602540378444),(460,540),(465,538.6602540378444),(468.66025403784437,535),(470,530),(468.66025403784437,525),(465,521.3397459621556),(460,520),(455,521.3397459621556),(451.33974596215563,525)) -4554 ((459,540),(459.1339745962156,540.5),(459.5,540.8660254037844),(460,541),(460.5,540.8660254037844),(460.8660254037844,540.5),(461,540),(460.8660254037844,539.5),(460.5,539.1339745962156),(460,539),(459.5,539.1339745962156),(459.1339745962156,539.5)) -4555 ((458,550),(458.2679491924311,551),(459,551.7320508075688),(460,552),(461,551.7320508075688),(461.7320508075689,551),(462,550),(461.7320508075689,549),(461,548.2679491924312),(460,548),(459,548.2679491924312),(458.2679491924311,549)) -4556 ((457,560),(457.4019237886467,561.5),(458.5,562.5980762113534),(460,563),(461.5,562.5980762113534),(462.5980762113533,561.5),(463,560),(462.5980762113533,558.5),(461.5,557.4019237886467),(460,557),(458.5,557.4019237886466),(457.4019237886467,558.5)) -4557 ((456,570),(456.53589838486226,572),(458,573.4641016151378),(460,574),(462,573.4641016151378),(463.46410161513774,572),(464,570),(463.46410161513774,568),(462,566.5358983848622),(460,566),(458,566.5358983848622),(456.53589838486226,568)) -4558 ((455,580),(455.6698729810778,582.5),(457.5,584.3301270189222),(460,585),(462.5,584.3301270189222),(464.3301270189222,582.5),(465,580),(464.3301270189222,577.5),(462.5,575.6698729810778),(460,575),(457.5,575.6698729810778),(455.6698729810778,577.5)) -4559 ((454,590),(454.80384757729337,593),(457,595.1961524227066),(460,596),(463,595.1961524227066),(465.19615242270663,593),(466,590),(465.19615242270663,587),(463,584.8038475772934),(460,584),(457,584.8038475772934),(454.80384757729337,587)) -4560 ((453,600),(453.93782217350895,603.5),(456.5,606.062177826491),(460,607),(463.5,606.062177826491),(466.06217782649105,603.5),(467,600),(466.06217782649105,596.5),(463.5,593.937822173509),(460,593),(456.5,593.937822173509),(453.93782217350895,596.5)) -4561 ((452,610),(453.0717967697245,614),(456,616.9282032302755),(460,618),(464,616.9282032302755),(466.9282032302755,614),(468,610),(466.9282032302755,606),(464,603.0717967697245),(460,602),(456,603.0717967697245),(453.0717967697245,606)) -4562 ((451,620),(452.20577136594005,624.5),(455.5,627.7942286340599),(460,629),(464.5,627.7942286340599),(467.79422863405995,624.5),(469,620),(467.79422863405995,615.5),(464.5,612.2057713659401),(460,611),(455.5,612.20577136594),(452.20577136594005,615.5)) -4563 ((450,630),(451.33974596215563,635),(455,638.6602540378444),(460,640),(465,638.6602540378444),(468.66025403784437,635),(470,630),(468.66025403784437,625),(465,621.3397459621556),(460,620),(455,621.3397459621556),(451.33974596215563,625)) -4564 ((459,640),(459.1339745962156,640.5),(459.5,640.8660254037844),(460,641),(460.5,640.8660254037844),(460.8660254037844,640.5),(461,640),(460.8660254037844,639.5),(460.5,639.1339745962156),(460,639),(459.5,639.1339745962156),(459.1339745962156,639.5)) -4565 ((458,650),(458.2679491924311,651),(459,651.7320508075688),(460,652),(461,651.7320508075688),(461.7320508075689,651),(462,650),(461.7320508075689,649),(461,648.2679491924312),(460,648),(459,648.2679491924312),(458.2679491924311,649)) -4566 ((457,660),(457.4019237886467,661.5),(458.5,662.5980762113534),(460,663),(461.5,662.5980762113534),(462.5980762113533,661.5),(463,660),(462.5980762113533,658.5),(461.5,657.4019237886467),(460,657),(458.5,657.4019237886466),(457.4019237886467,658.5)) -4567 ((456,670),(456.53589838486226,672),(458,673.4641016151378),(460,674),(462,673.4641016151378),(463.46410161513774,672),(464,670),(463.46410161513774,668),(462,666.5358983848622),(460,666),(458,666.5358983848622),(456.53589838486226,668)) -4568 ((455,680),(455.6698729810778,682.5),(457.5,684.3301270189222),(460,685),(462.5,684.3301270189222),(464.3301270189222,682.5),(465,680),(464.3301270189222,677.5),(462.5,675.6698729810778),(460,675),(457.5,675.6698729810778),(455.6698729810778,677.5)) -4569 ((454,690),(454.80384757729337,693),(457,695.1961524227066),(460,696),(463,695.1961524227066),(465.19615242270663,693),(466,690),(465.19615242270663,687),(463,684.8038475772934),(460,684),(457,684.8038475772934),(454.80384757729337,687)) -4570 ((453,700),(453.93782217350895,703.5),(456.5,706.062177826491),(460,707),(463.5,706.062177826491),(466.06217782649105,703.5),(467,700),(466.06217782649105,696.5),(463.5,693.937822173509),(460,693),(456.5,693.937822173509),(453.93782217350895,696.5)) -4571 ((452,710),(453.0717967697245,714),(456,716.9282032302755),(460,718),(464,716.9282032302755),(466.9282032302755,714),(468,710),(466.9282032302755,706),(464,703.0717967697245),(460,702),(456,703.0717967697245),(453.0717967697245,706)) -4572 ((451,720),(452.20577136594005,724.5),(455.5,727.7942286340599),(460,729),(464.5,727.7942286340599),(467.79422863405995,724.5),(469,720),(467.79422863405995,715.5),(464.5,712.2057713659401),(460,711),(455.5,712.20577136594),(452.20577136594005,715.5)) -4573 ((450,730),(451.33974596215563,735),(455,738.6602540378444),(460,740),(465,738.6602540378444),(468.66025403784437,735),(470,730),(468.66025403784437,725),(465,721.3397459621556),(460,720),(455,721.3397459621556),(451.33974596215563,725)) -4574 ((459,740),(459.1339745962156,740.5),(459.5,740.8660254037844),(460,741),(460.5,740.8660254037844),(460.8660254037844,740.5),(461,740),(460.8660254037844,739.5),(460.5,739.1339745962156),(460,739),(459.5,739.1339745962156),(459.1339745962156,739.5)) -4575 ((458,750),(458.2679491924311,751),(459,751.7320508075688),(460,752),(461,751.7320508075688),(461.7320508075689,751),(462,750),(461.7320508075689,749),(461,748.2679491924312),(460,748),(459,748.2679491924312),(458.2679491924311,749)) -4576 ((457,760),(457.4019237886467,761.5),(458.5,762.5980762113534),(460,763),(461.5,762.5980762113534),(462.5980762113533,761.5),(463,760),(462.5980762113533,758.5),(461.5,757.4019237886467),(460,757),(458.5,757.4019237886466),(457.4019237886467,758.5)) -4577 ((456,770),(456.53589838486226,772),(458,773.4641016151378),(460,774),(462,773.4641016151378),(463.46410161513774,772),(464,770),(463.46410161513774,768),(462,766.5358983848622),(460,766),(458,766.5358983848622),(456.53589838486226,768)) -4578 ((455,780),(455.6698729810778,782.5),(457.5,784.3301270189222),(460,785),(462.5,784.3301270189222),(464.3301270189222,782.5),(465,780),(464.3301270189222,777.5),(462.5,775.6698729810778),(460,775),(457.5,775.6698729810778),(455.6698729810778,777.5)) -4579 ((454,790),(454.80384757729337,793),(457,795.1961524227066),(460,796),(463,795.1961524227066),(465.19615242270663,793),(466,790),(465.19615242270663,787),(463,784.8038475772934),(460,784),(457,784.8038475772934),(454.80384757729337,787)) -4580 ((453,800),(453.93782217350895,803.5),(456.5,806.062177826491),(460,807),(463.5,806.062177826491),(466.06217782649105,803.5),(467,800),(466.06217782649105,796.5),(463.5,793.937822173509),(460,793),(456.5,793.937822173509),(453.93782217350895,796.5)) -4581 ((452,810),(453.0717967697245,814),(456,816.9282032302755),(460,818),(464,816.9282032302755),(466.9282032302755,814),(468,810),(466.9282032302755,806),(464,803.0717967697245),(460,802),(456,803.0717967697245),(453.0717967697245,806)) -4582 ((451,820),(452.20577136594005,824.5),(455.5,827.7942286340599),(460,829),(464.5,827.7942286340599),(467.79422863405995,824.5),(469,820),(467.79422863405995,815.5),(464.5,812.2057713659401),(460,811),(455.5,812.20577136594),(452.20577136594005,815.5)) -4583 ((450,830),(451.33974596215563,835),(455,838.6602540378444),(460,840),(465,838.6602540378444),(468.66025403784437,835),(470,830),(468.66025403784437,825),(465,821.3397459621556),(460,820),(455,821.3397459621556),(451.33974596215563,825)) -4584 ((459,840),(459.1339745962156,840.5),(459.5,840.8660254037844),(460,841),(460.5,840.8660254037844),(460.8660254037844,840.5),(461,840),(460.8660254037844,839.5),(460.5,839.1339745962156),(460,839),(459.5,839.1339745962156),(459.1339745962156,839.5)) -4585 ((458,850),(458.2679491924311,851),(459,851.7320508075688),(460,852),(461,851.7320508075688),(461.7320508075689,851),(462,850),(461.7320508075689,849),(461,848.2679491924312),(460,848),(459,848.2679491924312),(458.2679491924311,849)) -4586 ((457,860),(457.4019237886467,861.5),(458.5,862.5980762113534),(460,863),(461.5,862.5980762113534),(462.5980762113533,861.5),(463,860),(462.5980762113533,858.5),(461.5,857.4019237886467),(460,857),(458.5,857.4019237886466),(457.4019237886467,858.5)) -4587 ((456,870),(456.53589838486226,872),(458,873.4641016151378),(460,874),(462,873.4641016151378),(463.46410161513774,872),(464,870),(463.46410161513774,868),(462,866.5358983848622),(460,866),(458,866.5358983848622),(456.53589838486226,868)) -4588 ((455,880),(455.6698729810778,882.5),(457.5,884.3301270189222),(460,885),(462.5,884.3301270189222),(464.3301270189222,882.5),(465,880),(464.3301270189222,877.5),(462.5,875.6698729810778),(460,875),(457.5,875.6698729810778),(455.6698729810778,877.5)) -4589 ((454,890),(454.80384757729337,893),(457,895.1961524227066),(460,896),(463,895.1961524227066),(465.19615242270663,893),(466,890),(465.19615242270663,887),(463,884.8038475772934),(460,884),(457,884.8038475772934),(454.80384757729337,887)) -4590 ((453,900),(453.93782217350895,903.5),(456.5,906.062177826491),(460,907),(463.5,906.062177826491),(466.06217782649105,903.5),(467,900),(466.06217782649105,896.5),(463.5,893.937822173509),(460,893),(456.5,893.937822173509),(453.93782217350895,896.5)) -4591 ((452,910),(453.0717967697245,914),(456,916.9282032302755),(460,918),(464,916.9282032302755),(466.9282032302755,914),(468,910),(466.9282032302755,906),(464,903.0717967697245),(460,902),(456,903.0717967697245),(453.0717967697245,906)) -4592 ((451,920),(452.20577136594005,924.5),(455.5,927.7942286340599),(460,929),(464.5,927.7942286340599),(467.79422863405995,924.5),(469,920),(467.79422863405995,915.5),(464.5,912.2057713659401),(460,911),(455.5,912.20577136594),(452.20577136594005,915.5)) -4593 ((450,930),(451.33974596215563,935),(455,938.6602540378444),(460,940),(465,938.6602540378444),(468.66025403784437,935),(470,930),(468.66025403784437,925),(465,921.3397459621556),(460,920),(455,921.3397459621556),(451.33974596215563,925)) -4594 ((459,940),(459.1339745962156,940.5),(459.5,940.8660254037844),(460,941),(460.5,940.8660254037844),(460.8660254037844,940.5),(461,940),(460.8660254037844,939.5),(460.5,939.1339745962156),(460,939),(459.5,939.1339745962156),(459.1339745962156,939.5)) -4595 ((458,950),(458.2679491924311,951),(459,951.7320508075688),(460,952),(461,951.7320508075688),(461.7320508075689,951),(462,950),(461.7320508075689,949),(461,948.2679491924312),(460,948),(459,948.2679491924312),(458.2679491924311,949)) -4596 ((457,960),(457.4019237886467,961.5),(458.5,962.5980762113534),(460,963),(461.5,962.5980762113534),(462.5980762113533,961.5),(463,960),(462.5980762113533,958.5),(461.5,957.4019237886467),(460,957),(458.5,957.4019237886466),(457.4019237886467,958.5)) -4597 ((456,970),(456.53589838486226,972),(458,973.4641016151378),(460,974),(462,973.4641016151378),(463.46410161513774,972),(464,970),(463.46410161513774,968),(462,966.5358983848622),(460,966),(458,966.5358983848622),(456.53589838486226,968)) -4598 ((455,980),(455.6698729810778,982.5),(457.5,984.3301270189222),(460,985),(462.5,984.3301270189222),(464.3301270189222,982.5),(465,980),(464.3301270189222,977.5),(462.5,975.6698729810778),(460,975),(457.5,975.6698729810778),(455.6698729810778,977.5)) -4599 ((454,990),(454.80384757729337,993),(457,995.1961524227066),(460,996),(463,995.1961524227066),(465.19615242270663,993),(466,990),(465.19615242270663,987),(463,984.8038475772934),(460,984),(457,984.8038475772934),(454.80384757729337,987)) -4600 ((453,1000),(453.93782217350895,1003.5),(456.5,1006.062177826491),(460,1007),(463.5,1006.062177826491),(466.06217782649105,1003.5),(467,1000),(466.06217782649105,996.5),(463.5,993.937822173509),(460,993),(456.5,993.937822173509),(453.93782217350895,996.5)) -4601 ((461,10),(462.20577136594005,14.5),(465.5,17.794228634059948),(470,19),(474.5,17.794228634059948),(477.79422863405995,14.500000000000004),(479,10.000000000000002),(477.79422863405995,5.500000000000003),(474.5,2.2057713659400537),(470,1),(465.5,2.2057713659400484),(462.20577136594005,5.4999999999999964)) -4602 ((460,20),(461.33974596215563,25),(465,28.660254037844386),(470,30),(475,28.66025403784439),(478.66025403784437,25.000000000000004),(480,20),(478.66025403784437,15.000000000000004),(475,11.339745962155614),(470,10),(465,11.33974596215561),(461.33974596215563,14.999999999999996)) -4603 ((469,30),(469.1339745962156,30.5),(469.5,30.866025403784437),(470,31),(470.5,30.866025403784437),(470.8660254037844,30.5),(471,30),(470.8660254037844,29.5),(470.5,29.133974596215563),(470,29),(469.5,29.133974596215563),(469.1339745962156,29.5)) -4604 ((468,40),(468.2679491924311,41),(469,41.732050807568875),(470,42),(471,41.732050807568875),(471.7320508075689,41),(472,40),(471.7320508075689,39),(471,38.267949192431125),(470,38),(469,38.267949192431125),(468.2679491924311,39)) -4605 ((467,50),(467.4019237886467,51.5),(468.5,52.598076211353316),(470,53),(471.5,52.598076211353316),(472.5980762113533,51.5),(473,50),(472.5980762113533,48.5),(471.5,47.401923788646684),(470,47),(468.5,47.401923788646684),(467.4019237886467,48.5)) -4606 ((466,60),(466.53589838486226,62),(468,63.46410161513776),(470,64),(472,63.46410161513776),(473.46410161513774,62),(474,60),(473.46410161513774,58),(472,56.53589838486224),(470,56),(468,56.53589838486224),(466.53589838486226,58)) -4607 ((465,70),(465.6698729810778,72.5),(467.5,74.3301270189222),(470,75),(472.5,74.3301270189222),(474.3301270189222,72.5),(475,70),(474.3301270189222,67.5),(472.5,65.6698729810778),(470,65),(467.5,65.6698729810778),(465.6698729810778,67.5)) -4608 ((464,80),(464.80384757729337,83),(467,85.19615242270663),(470,86),(473,85.19615242270663),(475.19615242270663,83),(476,80),(475.19615242270663,77),(473,74.80384757729337),(470,74),(467,74.80384757729337),(464.80384757729337,77)) -4609 ((463,90),(463.93782217350895,93.5),(466.5,96.06217782649107),(470,97),(473.5,96.06217782649107),(476.06217782649105,93.5),(477,90),(476.06217782649105,86.5),(473.5,83.93782217350893),(470,83),(466.5,83.93782217350892),(463.93782217350895,86.5)) -4610 ((462,100),(463.0717967697245,104),(466,106.92820323027551),(470,108),(474,106.92820323027551),(476.9282032302755,104),(478,100),(476.9282032302755,96),(474,93.07179676972449),(470,92),(466,93.07179676972449),(463.0717967697245,96)) -4611 ((461,110),(462.20577136594005,114.5),(465.5,117.79422863405995),(470,119),(474.5,117.79422863405995),(477.79422863405995,114.5),(479,110),(477.79422863405995,105.5),(474.5,102.20577136594005),(470,101),(465.5,102.20577136594005),(462.20577136594005,105.5)) -4612 ((460,120),(461.33974596215563,125),(465,128.6602540378444),(470,130),(475,128.6602540378444),(478.66025403784437,125),(480,120),(478.66025403784437,115),(475,111.33974596215562),(470,110),(465,111.3397459621556),(461.33974596215563,115)) -4613 ((469,130),(469.1339745962156,130.5),(469.5,130.86602540378445),(470,131),(470.5,130.86602540378445),(470.8660254037844,130.5),(471,130),(470.8660254037844,129.5),(470.5,129.13397459621555),(470,129),(469.5,129.13397459621555),(469.1339745962156,129.5)) -4614 ((468,140),(468.2679491924311,141),(469,141.73205080756887),(470,142),(471,141.73205080756887),(471.7320508075689,141),(472,140),(471.7320508075689,139),(471,138.26794919243113),(470,138),(469,138.26794919243113),(468.2679491924311,139)) -4615 ((467,150),(467.4019237886467,151.5),(468.5,152.59807621135332),(470,153),(471.5,152.59807621135332),(472.5980762113533,151.5),(473,150),(472.5980762113533,148.5),(471.5,147.40192378864668),(470,147),(468.5,147.40192378864668),(467.4019237886467,148.5)) -4616 ((466,160),(466.53589838486226,162),(468,163.46410161513776),(470,164),(472,163.46410161513776),(473.46410161513774,162),(474,160),(473.46410161513774,158),(472,156.53589838486224),(470,156),(468,156.53589838486224),(466.53589838486226,158)) -4617 ((465,170),(465.6698729810778,172.5),(467.5,174.33012701892218),(470,175),(472.5,174.33012701892218),(474.3301270189222,172.5),(475,170),(474.3301270189222,167.5),(472.5,165.66987298107782),(470,165),(467.5,165.66987298107782),(465.6698729810778,167.5)) -4618 ((464,180),(464.80384757729337,183),(467,185.19615242270663),(470,186),(473,185.19615242270663),(475.19615242270663,183),(476,180),(475.19615242270663,177),(473,174.80384757729337),(470,174),(467,174.80384757729337),(464.80384757729337,177)) -4619 ((463,190),(463.93782217350895,193.5),(466.5,196.06217782649108),(470,197),(473.5,196.06217782649108),(476.06217782649105,193.5),(477,190),(476.06217782649105,186.5),(473.5,183.93782217350892),(470,183),(466.5,183.93782217350892),(463.93782217350895,186.5)) -4620 ((462,200),(463.0717967697245,204),(466,206.9282032302755),(470,208),(474,206.9282032302755),(476.9282032302755,204),(478,200),(476.9282032302755,196),(474,193.0717967697245),(470,192),(466,193.0717967697245),(463.0717967697245,196)) -4621 ((461,210),(462.20577136594005,214.5),(465.5,217.79422863405995),(470,219),(474.5,217.79422863405995),(477.79422863405995,214.5),(479,210),(477.79422863405995,205.5),(474.5,202.20577136594005),(470,201),(465.5,202.20577136594005),(462.20577136594005,205.5)) -4622 ((460,220),(461.33974596215563,225),(465,228.6602540378444),(470,230),(475,228.6602540378444),(478.66025403784437,225),(480,220),(478.66025403784437,215),(475,211.3397459621556),(470,210),(465,211.3397459621556),(461.33974596215563,215)) -4623 ((469,230),(469.1339745962156,230.5),(469.5,230.86602540378445),(470,231),(470.5,230.86602540378445),(470.8660254037844,230.5),(471,230),(470.8660254037844,229.5),(470.5,229.13397459621555),(470,229),(469.5,229.13397459621555),(469.1339745962156,229.5)) -4624 ((468,240),(468.2679491924311,241),(469,241.73205080756887),(470,242),(471,241.73205080756887),(471.7320508075689,241),(472,240),(471.7320508075689,239),(471,238.26794919243113),(470,238),(469,238.26794919243113),(468.2679491924311,239)) -4625 ((467,250),(467.4019237886467,251.5),(468.5,252.59807621135332),(470,253),(471.5,252.59807621135332),(472.5980762113533,251.5),(473,250),(472.5980762113533,248.5),(471.5,247.40192378864668),(470,247),(468.5,247.40192378864668),(467.4019237886467,248.5)) -4626 ((466,260),(466.53589838486226,262),(468,263.46410161513774),(470,264),(472,263.46410161513774),(473.46410161513774,262),(474,260),(473.46410161513774,258),(472,256.53589838486226),(470,256),(468,256.53589838486226),(466.53589838486226,258)) -4627 ((465,270),(465.6698729810778,272.5),(467.5,274.3301270189222),(470,275),(472.5,274.3301270189222),(474.3301270189222,272.5),(475,270),(474.3301270189222,267.5),(472.5,265.6698729810778),(470,265),(467.5,265.6698729810778),(465.6698729810778,267.5)) -4628 ((464,280),(464.80384757729337,283),(467,285.19615242270663),(470,286),(473,285.19615242270663),(475.19615242270663,283),(476,280),(475.19615242270663,277),(473,274.80384757729337),(470,274),(467,274.80384757729337),(464.80384757729337,277)) -4629 ((463,290),(463.93782217350895,293.5),(466.5,296.06217782649105),(470,297),(473.5,296.06217782649105),(476.06217782649105,293.5),(477,290),(476.06217782649105,286.5),(473.5,283.93782217350895),(470,283),(466.5,283.93782217350895),(463.93782217350895,286.5)) -4630 ((462,300),(463.0717967697245,304),(466,306.9282032302755),(470,308),(474,306.9282032302755),(476.9282032302755,304),(478,300),(476.9282032302755,296),(474,293.0717967697245),(470,292),(466,293.0717967697245),(463.0717967697245,296)) -4631 ((461,310),(462.20577136594005,314.5),(465.5,317.79422863405995),(470,319),(474.5,317.79422863405995),(477.79422863405995,314.5),(479,310),(477.79422863405995,305.5),(474.5,302.20577136594005),(470,301),(465.5,302.20577136594005),(462.20577136594005,305.5)) -4632 ((460,320),(461.33974596215563,325),(465,328.66025403784437),(470,330),(475,328.66025403784437),(478.66025403784437,325),(480,320),(478.66025403784437,315),(475,311.33974596215563),(470,310),(465,311.33974596215563),(461.33974596215563,315)) -4633 ((469,330),(469.1339745962156,330.5),(469.5,330.8660254037844),(470,331),(470.5,330.8660254037844),(470.8660254037844,330.5),(471,330),(470.8660254037844,329.5),(470.5,329.1339745962156),(470,329),(469.5,329.1339745962156),(469.1339745962156,329.5)) -4634 ((468,340),(468.2679491924311,341),(469,341.7320508075689),(470,342),(471,341.7320508075689),(471.7320508075689,341),(472,340),(471.7320508075689,339),(471,338.2679491924311),(470,338),(469,338.2679491924311),(468.2679491924311,339)) -4635 ((467,350),(467.4019237886467,351.5),(468.5,352.5980762113533),(470,353),(471.5,352.5980762113533),(472.5980762113533,351.5),(473,350),(472.5980762113533,348.5),(471.5,347.4019237886467),(470,347),(468.5,347.4019237886467),(467.4019237886467,348.5)) -4636 ((466,360),(466.53589838486226,362),(468,363.46410161513774),(470,364),(472,363.46410161513774),(473.46410161513774,362),(474,360),(473.46410161513774,358),(472,356.53589838486226),(470,356),(468,356.53589838486226),(466.53589838486226,358)) -4637 ((465,370),(465.6698729810778,372.5),(467.5,374.3301270189222),(470,375),(472.5,374.3301270189222),(474.3301270189222,372.5),(475,370),(474.3301270189222,367.5),(472.5,365.6698729810778),(470,365),(467.5,365.6698729810778),(465.6698729810778,367.5)) -4638 ((464,380),(464.80384757729337,383),(467,385.19615242270663),(470,386),(473,385.19615242270663),(475.19615242270663,383),(476,380),(475.19615242270663,377),(473,374.80384757729337),(470,374),(467,374.80384757729337),(464.80384757729337,377)) -4639 ((463,390),(463.93782217350895,393.5),(466.5,396.06217782649105),(470,397),(473.5,396.06217782649105),(476.06217782649105,393.5),(477,390),(476.06217782649105,386.5),(473.5,383.93782217350895),(470,383),(466.5,383.93782217350895),(463.93782217350895,386.5)) -4640 ((462,400),(463.0717967697245,404),(466,406.9282032302755),(470,408),(474,406.9282032302755),(476.9282032302755,404),(478,400),(476.9282032302755,396),(474,393.0717967697245),(470,392),(466,393.0717967697245),(463.0717967697245,396)) -4641 ((461,410),(462.20577136594005,414.5),(465.5,417.79422863405995),(470,419),(474.5,417.79422863405995),(477.79422863405995,414.5),(479,410),(477.79422863405995,405.5),(474.5,402.20577136594005),(470,401),(465.5,402.20577136594005),(462.20577136594005,405.5)) -4642 ((460,420),(461.33974596215563,425),(465,428.66025403784437),(470,430),(475,428.66025403784437),(478.66025403784437,425),(480,420),(478.66025403784437,415),(475,411.33974596215563),(470,410),(465,411.33974596215563),(461.33974596215563,415)) -4643 ((469,430),(469.1339745962156,430.5),(469.5,430.8660254037844),(470,431),(470.5,430.8660254037844),(470.8660254037844,430.5),(471,430),(470.8660254037844,429.5),(470.5,429.1339745962156),(470,429),(469.5,429.1339745962156),(469.1339745962156,429.5)) -4644 ((468,440),(468.2679491924311,441),(469,441.7320508075689),(470,442),(471,441.7320508075689),(471.7320508075689,441),(472,440),(471.7320508075689,439),(471,438.2679491924311),(470,438),(469,438.2679491924311),(468.2679491924311,439)) -4645 ((467,450),(467.4019237886467,451.5),(468.5,452.5980762113533),(470,453),(471.5,452.5980762113533),(472.5980762113533,451.5),(473,450),(472.5980762113533,448.5),(471.5,447.4019237886467),(470,447),(468.5,447.4019237886467),(467.4019237886467,448.5)) -4646 ((466,460),(466.53589838486226,462),(468,463.46410161513774),(470,464),(472,463.46410161513774),(473.46410161513774,462),(474,460),(473.46410161513774,458),(472,456.53589838486226),(470,456),(468,456.53589838486226),(466.53589838486226,458)) -4647 ((465,470),(465.6698729810778,472.5),(467.5,474.3301270189222),(470,475),(472.5,474.3301270189222),(474.3301270189222,472.5),(475,470),(474.3301270189222,467.5),(472.5,465.6698729810778),(470,465),(467.5,465.6698729810778),(465.6698729810778,467.5)) -4648 ((464,480),(464.80384757729337,483),(467,485.19615242270663),(470,486),(473,485.19615242270663),(475.19615242270663,483),(476,480),(475.19615242270663,477),(473,474.80384757729337),(470,474),(467,474.80384757729337),(464.80384757729337,477)) -4649 ((463,490),(463.93782217350895,493.5),(466.5,496.06217782649105),(470,497),(473.5,496.06217782649105),(476.06217782649105,493.5),(477,490),(476.06217782649105,486.5),(473.5,483.93782217350895),(470,483),(466.5,483.93782217350895),(463.93782217350895,486.5)) -4650 ((462,500),(463.0717967697245,504),(466,506.9282032302755),(470,508),(474,506.9282032302755),(476.9282032302755,504),(478,500),(476.9282032302755,496),(474,493.0717967697245),(470,492),(466,493.0717967697245),(463.0717967697245,496)) -4651 ((461,510),(462.20577136594005,514.5),(465.5,517.7942286340599),(470,519),(474.5,517.7942286340599),(477.79422863405995,514.5),(479,510),(477.79422863405995,505.5),(474.5,502.20577136594005),(470,501),(465.5,502.20577136594005),(462.20577136594005,505.5)) -4652 ((460,520),(461.33974596215563,525),(465,528.6602540378444),(470,530),(475,528.6602540378444),(478.66025403784437,525),(480,520),(478.66025403784437,515),(475,511.33974596215563),(470,510),(465,511.33974596215563),(461.33974596215563,515)) -4653 ((469,530),(469.1339745962156,530.5),(469.5,530.8660254037844),(470,531),(470.5,530.8660254037844),(470.8660254037844,530.5),(471,530),(470.8660254037844,529.5),(470.5,529.1339745962156),(470,529),(469.5,529.1339745962156),(469.1339745962156,529.5)) -4654 ((468,540),(468.2679491924311,541),(469,541.7320508075688),(470,542),(471,541.7320508075688),(471.7320508075689,541),(472,540),(471.7320508075689,539),(471,538.2679491924312),(470,538),(469,538.2679491924312),(468.2679491924311,539)) -4655 ((467,550),(467.4019237886467,551.5),(468.5,552.5980762113534),(470,553),(471.5,552.5980762113534),(472.5980762113533,551.5),(473,550),(472.5980762113533,548.5),(471.5,547.4019237886467),(470,547),(468.5,547.4019237886466),(467.4019237886467,548.5)) -4656 ((466,560),(466.53589838486226,562),(468,563.4641016151378),(470,564),(472,563.4641016151378),(473.46410161513774,562),(474,560),(473.46410161513774,558),(472,556.5358983848622),(470,556),(468,556.5358983848622),(466.53589838486226,558)) -4657 ((465,570),(465.6698729810778,572.5),(467.5,574.3301270189222),(470,575),(472.5,574.3301270189222),(474.3301270189222,572.5),(475,570),(474.3301270189222,567.5),(472.5,565.6698729810778),(470,565),(467.5,565.6698729810778),(465.6698729810778,567.5)) -4658 ((464,580),(464.80384757729337,583),(467,585.1961524227066),(470,586),(473,585.1961524227066),(475.19615242270663,583),(476,580),(475.19615242270663,577),(473,574.8038475772934),(470,574),(467,574.8038475772934),(464.80384757729337,577)) -4659 ((463,590),(463.93782217350895,593.5),(466.5,596.062177826491),(470,597),(473.5,596.062177826491),(476.06217782649105,593.5),(477,590),(476.06217782649105,586.5),(473.5,583.937822173509),(470,583),(466.5,583.937822173509),(463.93782217350895,586.5)) -4660 ((462,600),(463.0717967697245,604),(466,606.9282032302755),(470,608),(474,606.9282032302755),(476.9282032302755,604),(478,600),(476.9282032302755,596),(474,593.0717967697245),(470,592),(466,593.0717967697245),(463.0717967697245,596)) -4661 ((461,610),(462.20577136594005,614.5),(465.5,617.7942286340599),(470,619),(474.5,617.7942286340599),(477.79422863405995,614.5),(479,610),(477.79422863405995,605.5),(474.5,602.2057713659401),(470,601),(465.5,602.20577136594),(462.20577136594005,605.5)) -4662 ((460,620),(461.33974596215563,625),(465,628.6602540378444),(470,630),(475,628.6602540378444),(478.66025403784437,625),(480,620),(478.66025403784437,615),(475,611.3397459621556),(470,610),(465,611.3397459621556),(461.33974596215563,615)) -4663 ((469,630),(469.1339745962156,630.5),(469.5,630.8660254037844),(470,631),(470.5,630.8660254037844),(470.8660254037844,630.5),(471,630),(470.8660254037844,629.5),(470.5,629.1339745962156),(470,629),(469.5,629.1339745962156),(469.1339745962156,629.5)) -4664 ((468,640),(468.2679491924311,641),(469,641.7320508075688),(470,642),(471,641.7320508075688),(471.7320508075689,641),(472,640),(471.7320508075689,639),(471,638.2679491924312),(470,638),(469,638.2679491924312),(468.2679491924311,639)) -4665 ((467,650),(467.4019237886467,651.5),(468.5,652.5980762113534),(470,653),(471.5,652.5980762113534),(472.5980762113533,651.5),(473,650),(472.5980762113533,648.5),(471.5,647.4019237886467),(470,647),(468.5,647.4019237886466),(467.4019237886467,648.5)) -4666 ((466,660),(466.53589838486226,662),(468,663.4641016151378),(470,664),(472,663.4641016151378),(473.46410161513774,662),(474,660),(473.46410161513774,658),(472,656.5358983848622),(470,656),(468,656.5358983848622),(466.53589838486226,658)) -4667 ((465,670),(465.6698729810778,672.5),(467.5,674.3301270189222),(470,675),(472.5,674.3301270189222),(474.3301270189222,672.5),(475,670),(474.3301270189222,667.5),(472.5,665.6698729810778),(470,665),(467.5,665.6698729810778),(465.6698729810778,667.5)) -4668 ((464,680),(464.80384757729337,683),(467,685.1961524227066),(470,686),(473,685.1961524227066),(475.19615242270663,683),(476,680),(475.19615242270663,677),(473,674.8038475772934),(470,674),(467,674.8038475772934),(464.80384757729337,677)) -4669 ((463,690),(463.93782217350895,693.5),(466.5,696.062177826491),(470,697),(473.5,696.062177826491),(476.06217782649105,693.5),(477,690),(476.06217782649105,686.5),(473.5,683.937822173509),(470,683),(466.5,683.937822173509),(463.93782217350895,686.5)) -4670 ((462,700),(463.0717967697245,704),(466,706.9282032302755),(470,708),(474,706.9282032302755),(476.9282032302755,704),(478,700),(476.9282032302755,696),(474,693.0717967697245),(470,692),(466,693.0717967697245),(463.0717967697245,696)) -4671 ((461,710),(462.20577136594005,714.5),(465.5,717.7942286340599),(470,719),(474.5,717.7942286340599),(477.79422863405995,714.5),(479,710),(477.79422863405995,705.5),(474.5,702.2057713659401),(470,701),(465.5,702.20577136594),(462.20577136594005,705.5)) -4672 ((460,720),(461.33974596215563,725),(465,728.6602540378444),(470,730),(475,728.6602540378444),(478.66025403784437,725),(480,720),(478.66025403784437,715),(475,711.3397459621556),(470,710),(465,711.3397459621556),(461.33974596215563,715)) -4673 ((469,730),(469.1339745962156,730.5),(469.5,730.8660254037844),(470,731),(470.5,730.8660254037844),(470.8660254037844,730.5),(471,730),(470.8660254037844,729.5),(470.5,729.1339745962156),(470,729),(469.5,729.1339745962156),(469.1339745962156,729.5)) -4674 ((468,740),(468.2679491924311,741),(469,741.7320508075688),(470,742),(471,741.7320508075688),(471.7320508075689,741),(472,740),(471.7320508075689,739),(471,738.2679491924312),(470,738),(469,738.2679491924312),(468.2679491924311,739)) -4675 ((467,750),(467.4019237886467,751.5),(468.5,752.5980762113534),(470,753),(471.5,752.5980762113534),(472.5980762113533,751.5),(473,750),(472.5980762113533,748.5),(471.5,747.4019237886467),(470,747),(468.5,747.4019237886466),(467.4019237886467,748.5)) -4676 ((466,760),(466.53589838486226,762),(468,763.4641016151378),(470,764),(472,763.4641016151378),(473.46410161513774,762),(474,760),(473.46410161513774,758),(472,756.5358983848622),(470,756),(468,756.5358983848622),(466.53589838486226,758)) -4677 ((465,770),(465.6698729810778,772.5),(467.5,774.3301270189222),(470,775),(472.5,774.3301270189222),(474.3301270189222,772.5),(475,770),(474.3301270189222,767.5),(472.5,765.6698729810778),(470,765),(467.5,765.6698729810778),(465.6698729810778,767.5)) -4678 ((464,780),(464.80384757729337,783),(467,785.1961524227066),(470,786),(473,785.1961524227066),(475.19615242270663,783),(476,780),(475.19615242270663,777),(473,774.8038475772934),(470,774),(467,774.8038475772934),(464.80384757729337,777)) -4679 ((463,790),(463.93782217350895,793.5),(466.5,796.062177826491),(470,797),(473.5,796.062177826491),(476.06217782649105,793.5),(477,790),(476.06217782649105,786.5),(473.5,783.937822173509),(470,783),(466.5,783.937822173509),(463.93782217350895,786.5)) -4680 ((462,800),(463.0717967697245,804),(466,806.9282032302755),(470,808),(474,806.9282032302755),(476.9282032302755,804),(478,800),(476.9282032302755,796),(474,793.0717967697245),(470,792),(466,793.0717967697245),(463.0717967697245,796)) -4681 ((461,810),(462.20577136594005,814.5),(465.5,817.7942286340599),(470,819),(474.5,817.7942286340599),(477.79422863405995,814.5),(479,810),(477.79422863405995,805.5),(474.5,802.2057713659401),(470,801),(465.5,802.20577136594),(462.20577136594005,805.5)) -4682 ((460,820),(461.33974596215563,825),(465,828.6602540378444),(470,830),(475,828.6602540378444),(478.66025403784437,825),(480,820),(478.66025403784437,815),(475,811.3397459621556),(470,810),(465,811.3397459621556),(461.33974596215563,815)) -4683 ((469,830),(469.1339745962156,830.5),(469.5,830.8660254037844),(470,831),(470.5,830.8660254037844),(470.8660254037844,830.5),(471,830),(470.8660254037844,829.5),(470.5,829.1339745962156),(470,829),(469.5,829.1339745962156),(469.1339745962156,829.5)) -4684 ((468,840),(468.2679491924311,841),(469,841.7320508075688),(470,842),(471,841.7320508075688),(471.7320508075689,841),(472,840),(471.7320508075689,839),(471,838.2679491924312),(470,838),(469,838.2679491924312),(468.2679491924311,839)) -4685 ((467,850),(467.4019237886467,851.5),(468.5,852.5980762113534),(470,853),(471.5,852.5980762113534),(472.5980762113533,851.5),(473,850),(472.5980762113533,848.5),(471.5,847.4019237886467),(470,847),(468.5,847.4019237886466),(467.4019237886467,848.5)) -4686 ((466,860),(466.53589838486226,862),(468,863.4641016151378),(470,864),(472,863.4641016151378),(473.46410161513774,862),(474,860),(473.46410161513774,858),(472,856.5358983848622),(470,856),(468,856.5358983848622),(466.53589838486226,858)) -4687 ((465,870),(465.6698729810778,872.5),(467.5,874.3301270189222),(470,875),(472.5,874.3301270189222),(474.3301270189222,872.5),(475,870),(474.3301270189222,867.5),(472.5,865.6698729810778),(470,865),(467.5,865.6698729810778),(465.6698729810778,867.5)) -4688 ((464,880),(464.80384757729337,883),(467,885.1961524227066),(470,886),(473,885.1961524227066),(475.19615242270663,883),(476,880),(475.19615242270663,877),(473,874.8038475772934),(470,874),(467,874.8038475772934),(464.80384757729337,877)) -4689 ((463,890),(463.93782217350895,893.5),(466.5,896.062177826491),(470,897),(473.5,896.062177826491),(476.06217782649105,893.5),(477,890),(476.06217782649105,886.5),(473.5,883.937822173509),(470,883),(466.5,883.937822173509),(463.93782217350895,886.5)) -4690 ((462,900),(463.0717967697245,904),(466,906.9282032302755),(470,908),(474,906.9282032302755),(476.9282032302755,904),(478,900),(476.9282032302755,896),(474,893.0717967697245),(470,892),(466,893.0717967697245),(463.0717967697245,896)) -4691 ((461,910),(462.20577136594005,914.5),(465.5,917.7942286340599),(470,919),(474.5,917.7942286340599),(477.79422863405995,914.5),(479,910),(477.79422863405995,905.5),(474.5,902.2057713659401),(470,901),(465.5,902.20577136594),(462.20577136594005,905.5)) -4692 ((460,920),(461.33974596215563,925),(465,928.6602540378444),(470,930),(475,928.6602540378444),(478.66025403784437,925),(480,920),(478.66025403784437,915),(475,911.3397459621556),(470,910),(465,911.3397459621556),(461.33974596215563,915)) -4693 ((469,930),(469.1339745962156,930.5),(469.5,930.8660254037844),(470,931),(470.5,930.8660254037844),(470.8660254037844,930.5),(471,930),(470.8660254037844,929.5),(470.5,929.1339745962156),(470,929),(469.5,929.1339745962156),(469.1339745962156,929.5)) -4694 ((468,940),(468.2679491924311,941),(469,941.7320508075688),(470,942),(471,941.7320508075688),(471.7320508075689,941),(472,940),(471.7320508075689,939),(471,938.2679491924312),(470,938),(469,938.2679491924312),(468.2679491924311,939)) -4695 ((467,950),(467.4019237886467,951.5),(468.5,952.5980762113534),(470,953),(471.5,952.5980762113534),(472.5980762113533,951.5),(473,950),(472.5980762113533,948.5),(471.5,947.4019237886467),(470,947),(468.5,947.4019237886466),(467.4019237886467,948.5)) -4696 ((466,960),(466.53589838486226,962),(468,963.4641016151378),(470,964),(472,963.4641016151378),(473.46410161513774,962),(474,960),(473.46410161513774,958),(472,956.5358983848622),(470,956),(468,956.5358983848622),(466.53589838486226,958)) -4697 ((465,970),(465.6698729810778,972.5),(467.5,974.3301270189222),(470,975),(472.5,974.3301270189222),(474.3301270189222,972.5),(475,970),(474.3301270189222,967.5),(472.5,965.6698729810778),(470,965),(467.5,965.6698729810778),(465.6698729810778,967.5)) -4698 ((464,980),(464.80384757729337,983),(467,985.1961524227066),(470,986),(473,985.1961524227066),(475.19615242270663,983),(476,980),(475.19615242270663,977),(473,974.8038475772934),(470,974),(467,974.8038475772934),(464.80384757729337,977)) -4699 ((463,990),(463.93782217350895,993.5),(466.5,996.062177826491),(470,997),(473.5,996.062177826491),(476.06217782649105,993.5),(477,990),(476.06217782649105,986.5),(473.5,983.937822173509),(470,983),(466.5,983.937822173509),(463.93782217350895,986.5)) -4700 ((462,1000),(463.0717967697245,1004),(466,1006.9282032302755),(470,1008),(474,1006.9282032302755),(476.9282032302755,1004),(478,1000),(476.9282032302755,996),(474,993.0717967697245),(470,992),(466,993.0717967697245),(463.0717967697245,996)) -4701 ((470,10),(471.33974596215563,15),(475,18.660254037844386),(480,20),(485,18.66025403784439),(488.66025403784437,15.000000000000004),(490,10.000000000000002),(488.66025403784437,5.000000000000003),(485,1.3397459621556145),(480,0),(475,1.3397459621556091),(471.33974596215563,4.999999999999996)) -4702 ((479,20),(479.1339745962156,20.5),(479.5,20.866025403784437),(480,21),(480.5,20.866025403784437),(480.8660254037844,20.5),(481,20),(480.8660254037844,19.5),(480.5,19.133974596215563),(480,19),(479.5,19.133974596215563),(479.1339745962156,19.5)) -4703 ((478,30),(478.2679491924311,31),(479,31.73205080756888),(480,32),(481,31.73205080756888),(481.7320508075689,31),(482,30),(481.7320508075689,29),(481,28.26794919243112),(480,28),(479,28.26794919243112),(478.2679491924311,29)) -4704 ((477,40),(477.4019237886467,41.5),(478.5,42.598076211353316),(480,43),(481.5,42.598076211353316),(482.5980762113533,41.5),(483,40),(482.5980762113533,38.5),(481.5,37.401923788646684),(480,37),(478.5,37.401923788646684),(477.4019237886467,38.5)) -4705 ((476,50),(476.53589838486226,52),(478,53.46410161513776),(480,54),(482,53.46410161513776),(483.46410161513774,52),(484,50),(483.46410161513774,48),(482,46.53589838486224),(480,46),(478,46.53589838486224),(476.53589838486226,48)) -4706 ((475,60),(475.6698729810778,62.5),(477.5,64.3301270189222),(480,65),(482.5,64.3301270189222),(484.3301270189222,62.5),(485,60),(484.3301270189222,57.5),(482.5,55.66987298107781),(480,55),(477.5,55.6698729810778),(475.6698729810778,57.5)) -4707 ((474,70),(474.80384757729337,73),(477,75.19615242270663),(480,76),(483,75.19615242270663),(485.19615242270663,73),(486,70),(485.19615242270663,67),(483,64.80384757729337),(480,64),(477,64.80384757729337),(474.80384757729337,67)) -4708 ((473,80),(473.93782217350895,83.5),(476.5,86.06217782649107),(480,87),(483.5,86.06217782649107),(486.06217782649105,83.5),(487,80),(486.06217782649105,76.5),(483.5,73.93782217350893),(480,73),(476.5,73.93782217350892),(473.93782217350895,76.5)) -4709 ((472,90),(473.0717967697245,94),(476,96.92820323027551),(480,98),(484,96.92820323027551),(486.9282032302755,94),(488,90),(486.9282032302755,86),(484,83.07179676972449),(480,82),(476,83.07179676972449),(473.0717967697245,86)) -4710 ((471,100),(472.20577136594005,104.5),(475.5,107.79422863405995),(480,109),(484.5,107.79422863405995),(487.79422863405995,104.5),(489,100),(487.79422863405995,95.5),(484.5,92.20577136594005),(480,91),(475.5,92.20577136594005),(472.20577136594005,95.5)) -4711 ((470,110),(471.33974596215563,115),(475,118.66025403784438),(480,120),(485,118.66025403784438),(488.66025403784437,115),(490,110),(488.66025403784437,105),(485,101.33974596215562),(480,100),(475,101.3397459621556),(471.33974596215563,105)) -4712 ((479,120),(479.1339745962156,120.5),(479.5,120.86602540378443),(480,121),(480.5,120.86602540378443),(480.8660254037844,120.5),(481,120),(480.8660254037844,119.5),(480.5,119.13397459621557),(480,119),(479.5,119.13397459621557),(479.1339745962156,119.5)) -4713 ((478,130),(478.2679491924311,131),(479,131.73205080756887),(480,132),(481,131.73205080756887),(481.7320508075689,131),(482,130),(481.7320508075689,129),(481,128.26794919243113),(480,128),(479,128.26794919243113),(478.2679491924311,129)) -4714 ((477,140),(477.4019237886467,141.5),(478.5,142.59807621135332),(480,143),(481.5,142.59807621135332),(482.5980762113533,141.5),(483,140),(482.5980762113533,138.5),(481.5,137.40192378864668),(480,137),(478.5,137.40192378864668),(477.4019237886467,138.5)) -4715 ((476,150),(476.53589838486226,152),(478,153.46410161513776),(480,154),(482,153.46410161513776),(483.46410161513774,152),(484,150),(483.46410161513774,148),(482,146.53589838486224),(480,146),(478,146.53589838486224),(476.53589838486226,148)) -4716 ((475,160),(475.6698729810778,162.5),(477.5,164.33012701892218),(480,165),(482.5,164.33012701892218),(484.3301270189222,162.5),(485,160),(484.3301270189222,157.5),(482.5,155.66987298107782),(480,155),(477.5,155.66987298107782),(475.6698729810778,157.5)) -4717 ((474,170),(474.80384757729337,173),(477,175.19615242270663),(480,176),(483,175.19615242270663),(485.19615242270663,173),(486,170),(485.19615242270663,167),(483,164.80384757729337),(480,164),(477,164.80384757729337),(474.80384757729337,167)) -4718 ((473,180),(473.93782217350895,183.5),(476.5,186.06217782649108),(480,187),(483.5,186.06217782649108),(486.06217782649105,183.5),(487,180),(486.06217782649105,176.5),(483.5,173.93782217350892),(480,173),(476.5,173.93782217350892),(473.93782217350895,176.5)) -4719 ((472,190),(473.0717967697245,194),(476,196.9282032302755),(480,198),(484,196.9282032302755),(486.9282032302755,194),(488,190),(486.9282032302755,186),(484,183.0717967697245),(480,182),(476,183.0717967697245),(473.0717967697245,186)) -4720 ((471,200),(472.20577136594005,204.5),(475.5,207.79422863405995),(480,209),(484.5,207.79422863405995),(487.79422863405995,204.5),(489,200),(487.79422863405995,195.5),(484.5,192.20577136594005),(480,191),(475.5,192.20577136594005),(472.20577136594005,195.5)) -4721 ((470,210),(471.33974596215563,215),(475,218.6602540378444),(480,220),(485,218.6602540378444),(488.66025403784437,215),(490,210),(488.66025403784437,205),(485,201.3397459621556),(480,200),(475,201.3397459621556),(471.33974596215563,205)) -4722 ((479,220),(479.1339745962156,220.5),(479.5,220.86602540378445),(480,221),(480.5,220.86602540378445),(480.8660254037844,220.5),(481,220),(480.8660254037844,219.5),(480.5,219.13397459621555),(480,219),(479.5,219.13397459621555),(479.1339745962156,219.5)) -4723 ((478,230),(478.2679491924311,231),(479,231.73205080756887),(480,232),(481,231.73205080756887),(481.7320508075689,231),(482,230),(481.7320508075689,229),(481,228.26794919243113),(480,228),(479,228.26794919243113),(478.2679491924311,229)) -4724 ((477,240),(477.4019237886467,241.5),(478.5,242.59807621135332),(480,243),(481.5,242.59807621135332),(482.5980762113533,241.5),(483,240),(482.5980762113533,238.5),(481.5,237.40192378864668),(480,237),(478.5,237.40192378864668),(477.4019237886467,238.5)) -4725 ((476,250),(476.53589838486226,252),(478,253.46410161513776),(480,254),(482,253.46410161513776),(483.46410161513774,252),(484,250),(483.46410161513774,248),(482,246.53589838486224),(480,246),(478,246.53589838486224),(476.53589838486226,248)) -4726 ((475,260),(475.6698729810778,262.5),(477.5,264.3301270189222),(480,265),(482.5,264.3301270189222),(484.3301270189222,262.5),(485,260),(484.3301270189222,257.5),(482.5,255.66987298107782),(480,255),(477.5,255.66987298107782),(475.6698729810778,257.5)) -4727 ((474,270),(474.80384757729337,273),(477,275.19615242270663),(480,276),(483,275.19615242270663),(485.19615242270663,273),(486,270),(485.19615242270663,267),(483,264.80384757729337),(480,264),(477,264.80384757729337),(474.80384757729337,267)) -4728 ((473,280),(473.93782217350895,283.5),(476.5,286.06217782649105),(480,287),(483.5,286.06217782649105),(486.06217782649105,283.5),(487,280),(486.06217782649105,276.5),(483.5,273.93782217350895),(480,273),(476.5,273.93782217350895),(473.93782217350895,276.5)) -4729 ((472,290),(473.0717967697245,294),(476,296.9282032302755),(480,298),(484,296.9282032302755),(486.9282032302755,294),(488,290),(486.9282032302755,286),(484,283.0717967697245),(480,282),(476,283.0717967697245),(473.0717967697245,286)) -4730 ((471,300),(472.20577136594005,304.5),(475.5,307.79422863405995),(480,309),(484.5,307.79422863405995),(487.79422863405995,304.5),(489,300),(487.79422863405995,295.5),(484.5,292.20577136594005),(480,291),(475.5,292.20577136594005),(472.20577136594005,295.5)) -4731 ((470,310),(471.33974596215563,315),(475,318.66025403784437),(480,320),(485,318.66025403784437),(488.66025403784437,315),(490,310),(488.66025403784437,305),(485,301.33974596215563),(480,300),(475,301.33974596215563),(471.33974596215563,305)) -4732 ((479,320),(479.1339745962156,320.5),(479.5,320.8660254037844),(480,321),(480.5,320.8660254037844),(480.8660254037844,320.5),(481,320),(480.8660254037844,319.5),(480.5,319.1339745962156),(480,319),(479.5,319.1339745962156),(479.1339745962156,319.5)) -4733 ((478,330),(478.2679491924311,331),(479,331.7320508075689),(480,332),(481,331.7320508075689),(481.7320508075689,331),(482,330),(481.7320508075689,329),(481,328.2679491924311),(480,328),(479,328.2679491924311),(478.2679491924311,329)) -4734 ((477,340),(477.4019237886467,341.5),(478.5,342.5980762113533),(480,343),(481.5,342.5980762113533),(482.5980762113533,341.5),(483,340),(482.5980762113533,338.5),(481.5,337.4019237886467),(480,337),(478.5,337.4019237886467),(477.4019237886467,338.5)) -4735 ((476,350),(476.53589838486226,352),(478,353.46410161513774),(480,354),(482,353.46410161513774),(483.46410161513774,352),(484,350),(483.46410161513774,348),(482,346.53589838486226),(480,346),(478,346.53589838486226),(476.53589838486226,348)) -4736 ((475,360),(475.6698729810778,362.5),(477.5,364.3301270189222),(480,365),(482.5,364.3301270189222),(484.3301270189222,362.5),(485,360),(484.3301270189222,357.5),(482.5,355.6698729810778),(480,355),(477.5,355.6698729810778),(475.6698729810778,357.5)) -4737 ((474,370),(474.80384757729337,373),(477,375.19615242270663),(480,376),(483,375.19615242270663),(485.19615242270663,373),(486,370),(485.19615242270663,367),(483,364.80384757729337),(480,364),(477,364.80384757729337),(474.80384757729337,367)) -4738 ((473,380),(473.93782217350895,383.5),(476.5,386.06217782649105),(480,387),(483.5,386.06217782649105),(486.06217782649105,383.5),(487,380),(486.06217782649105,376.5),(483.5,373.93782217350895),(480,373),(476.5,373.93782217350895),(473.93782217350895,376.5)) -4739 ((472,390),(473.0717967697245,394),(476,396.9282032302755),(480,398),(484,396.9282032302755),(486.9282032302755,394),(488,390),(486.9282032302755,386),(484,383.0717967697245),(480,382),(476,383.0717967697245),(473.0717967697245,386)) -4740 ((471,400),(472.20577136594005,404.5),(475.5,407.79422863405995),(480,409),(484.5,407.79422863405995),(487.79422863405995,404.5),(489,400),(487.79422863405995,395.5),(484.5,392.20577136594005),(480,391),(475.5,392.20577136594005),(472.20577136594005,395.5)) -4741 ((470,410),(471.33974596215563,415),(475,418.66025403784437),(480,420),(485,418.66025403784437),(488.66025403784437,415),(490,410),(488.66025403784437,405),(485,401.33974596215563),(480,400),(475,401.33974596215563),(471.33974596215563,405)) -4742 ((479,420),(479.1339745962156,420.5),(479.5,420.8660254037844),(480,421),(480.5,420.8660254037844),(480.8660254037844,420.5),(481,420),(480.8660254037844,419.5),(480.5,419.1339745962156),(480,419),(479.5,419.1339745962156),(479.1339745962156,419.5)) -4743 ((478,430),(478.2679491924311,431),(479,431.7320508075689),(480,432),(481,431.7320508075689),(481.7320508075689,431),(482,430),(481.7320508075689,429),(481,428.2679491924311),(480,428),(479,428.2679491924311),(478.2679491924311,429)) -4744 ((477,440),(477.4019237886467,441.5),(478.5,442.5980762113533),(480,443),(481.5,442.5980762113533),(482.5980762113533,441.5),(483,440),(482.5980762113533,438.5),(481.5,437.4019237886467),(480,437),(478.5,437.4019237886467),(477.4019237886467,438.5)) -4745 ((476,450),(476.53589838486226,452),(478,453.46410161513774),(480,454),(482,453.46410161513774),(483.46410161513774,452),(484,450),(483.46410161513774,448),(482,446.53589838486226),(480,446),(478,446.53589838486226),(476.53589838486226,448)) -4746 ((475,460),(475.6698729810778,462.5),(477.5,464.3301270189222),(480,465),(482.5,464.3301270189222),(484.3301270189222,462.5),(485,460),(484.3301270189222,457.5),(482.5,455.6698729810778),(480,455),(477.5,455.6698729810778),(475.6698729810778,457.5)) -4747 ((474,470),(474.80384757729337,473),(477,475.19615242270663),(480,476),(483,475.19615242270663),(485.19615242270663,473),(486,470),(485.19615242270663,467),(483,464.80384757729337),(480,464),(477,464.80384757729337),(474.80384757729337,467)) -4748 ((473,480),(473.93782217350895,483.5),(476.5,486.06217782649105),(480,487),(483.5,486.06217782649105),(486.06217782649105,483.5),(487,480),(486.06217782649105,476.5),(483.5,473.93782217350895),(480,473),(476.5,473.93782217350895),(473.93782217350895,476.5)) -4749 ((472,490),(473.0717967697245,494),(476,496.9282032302755),(480,498),(484,496.9282032302755),(486.9282032302755,494),(488,490),(486.9282032302755,486),(484,483.0717967697245),(480,482),(476,483.0717967697245),(473.0717967697245,486)) -4750 ((471,500),(472.20577136594005,504.5),(475.5,507.79422863405995),(480,509),(484.5,507.79422863405995),(487.79422863405995,504.5),(489,500),(487.79422863405995,495.5),(484.5,492.20577136594005),(480,491),(475.5,492.20577136594005),(472.20577136594005,495.5)) -4751 ((470,510),(471.33974596215563,515),(475,518.6602540378444),(480,520),(485,518.6602540378444),(488.66025403784437,515),(490,510),(488.66025403784437,505),(485,501.33974596215563),(480,500),(475,501.33974596215563),(471.33974596215563,505)) -4752 ((479,520),(479.1339745962156,520.5),(479.5,520.8660254037844),(480,521),(480.5,520.8660254037844),(480.8660254037844,520.5),(481,520),(480.8660254037844,519.5),(480.5,519.1339745962156),(480,519),(479.5,519.1339745962156),(479.1339745962156,519.5)) -4753 ((478,530),(478.2679491924311,531),(479,531.7320508075688),(480,532),(481,531.7320508075688),(481.7320508075689,531),(482,530),(481.7320508075689,529),(481,528.2679491924312),(480,528),(479,528.2679491924312),(478.2679491924311,529)) -4754 ((477,540),(477.4019237886467,541.5),(478.5,542.5980762113534),(480,543),(481.5,542.5980762113534),(482.5980762113533,541.5),(483,540),(482.5980762113533,538.5),(481.5,537.4019237886467),(480,537),(478.5,537.4019237886466),(477.4019237886467,538.5)) -4755 ((476,550),(476.53589838486226,552),(478,553.4641016151378),(480,554),(482,553.4641016151378),(483.46410161513774,552),(484,550),(483.46410161513774,548),(482,546.5358983848622),(480,546),(478,546.5358983848622),(476.53589838486226,548)) -4756 ((475,560),(475.6698729810778,562.5),(477.5,564.3301270189222),(480,565),(482.5,564.3301270189222),(484.3301270189222,562.5),(485,560),(484.3301270189222,557.5),(482.5,555.6698729810778),(480,555),(477.5,555.6698729810778),(475.6698729810778,557.5)) -4757 ((474,570),(474.80384757729337,573),(477,575.1961524227066),(480,576),(483,575.1961524227066),(485.19615242270663,573),(486,570),(485.19615242270663,567),(483,564.8038475772934),(480,564),(477,564.8038475772934),(474.80384757729337,567)) -4758 ((473,580),(473.93782217350895,583.5),(476.5,586.062177826491),(480,587),(483.5,586.062177826491),(486.06217782649105,583.5),(487,580),(486.06217782649105,576.5),(483.5,573.937822173509),(480,573),(476.5,573.937822173509),(473.93782217350895,576.5)) -4759 ((472,590),(473.0717967697245,594),(476,596.9282032302755),(480,598),(484,596.9282032302755),(486.9282032302755,594),(488,590),(486.9282032302755,586),(484,583.0717967697245),(480,582),(476,583.0717967697245),(473.0717967697245,586)) -4760 ((471,600),(472.20577136594005,604.5),(475.5,607.7942286340599),(480,609),(484.5,607.7942286340599),(487.79422863405995,604.5),(489,600),(487.79422863405995,595.5),(484.5,592.2057713659401),(480,591),(475.5,592.20577136594),(472.20577136594005,595.5)) -4761 ((470,610),(471.33974596215563,615),(475,618.6602540378444),(480,620),(485,618.6602540378444),(488.66025403784437,615),(490,610),(488.66025403784437,605),(485,601.3397459621556),(480,600),(475,601.3397459621556),(471.33974596215563,605)) -4762 ((479,620),(479.1339745962156,620.5),(479.5,620.8660254037844),(480,621),(480.5,620.8660254037844),(480.8660254037844,620.5),(481,620),(480.8660254037844,619.5),(480.5,619.1339745962156),(480,619),(479.5,619.1339745962156),(479.1339745962156,619.5)) -4763 ((478,630),(478.2679491924311,631),(479,631.7320508075688),(480,632),(481,631.7320508075688),(481.7320508075689,631),(482,630),(481.7320508075689,629),(481,628.2679491924312),(480,628),(479,628.2679491924312),(478.2679491924311,629)) -4764 ((477,640),(477.4019237886467,641.5),(478.5,642.5980762113534),(480,643),(481.5,642.5980762113534),(482.5980762113533,641.5),(483,640),(482.5980762113533,638.5),(481.5,637.4019237886467),(480,637),(478.5,637.4019237886466),(477.4019237886467,638.5)) -4765 ((476,650),(476.53589838486226,652),(478,653.4641016151378),(480,654),(482,653.4641016151378),(483.46410161513774,652),(484,650),(483.46410161513774,648),(482,646.5358983848622),(480,646),(478,646.5358983848622),(476.53589838486226,648)) -4766 ((475,660),(475.6698729810778,662.5),(477.5,664.3301270189222),(480,665),(482.5,664.3301270189222),(484.3301270189222,662.5),(485,660),(484.3301270189222,657.5),(482.5,655.6698729810778),(480,655),(477.5,655.6698729810778),(475.6698729810778,657.5)) -4767 ((474,670),(474.80384757729337,673),(477,675.1961524227066),(480,676),(483,675.1961524227066),(485.19615242270663,673),(486,670),(485.19615242270663,667),(483,664.8038475772934),(480,664),(477,664.8038475772934),(474.80384757729337,667)) -4768 ((473,680),(473.93782217350895,683.5),(476.5,686.062177826491),(480,687),(483.5,686.062177826491),(486.06217782649105,683.5),(487,680),(486.06217782649105,676.5),(483.5,673.937822173509),(480,673),(476.5,673.937822173509),(473.93782217350895,676.5)) -4769 ((472,690),(473.0717967697245,694),(476,696.9282032302755),(480,698),(484,696.9282032302755),(486.9282032302755,694),(488,690),(486.9282032302755,686),(484,683.0717967697245),(480,682),(476,683.0717967697245),(473.0717967697245,686)) -4770 ((471,700),(472.20577136594005,704.5),(475.5,707.7942286340599),(480,709),(484.5,707.7942286340599),(487.79422863405995,704.5),(489,700),(487.79422863405995,695.5),(484.5,692.2057713659401),(480,691),(475.5,692.20577136594),(472.20577136594005,695.5)) -4771 ((470,710),(471.33974596215563,715),(475,718.6602540378444),(480,720),(485,718.6602540378444),(488.66025403784437,715),(490,710),(488.66025403784437,705),(485,701.3397459621556),(480,700),(475,701.3397459621556),(471.33974596215563,705)) -4772 ((479,720),(479.1339745962156,720.5),(479.5,720.8660254037844),(480,721),(480.5,720.8660254037844),(480.8660254037844,720.5),(481,720),(480.8660254037844,719.5),(480.5,719.1339745962156),(480,719),(479.5,719.1339745962156),(479.1339745962156,719.5)) -4773 ((478,730),(478.2679491924311,731),(479,731.7320508075688),(480,732),(481,731.7320508075688),(481.7320508075689,731),(482,730),(481.7320508075689,729),(481,728.2679491924312),(480,728),(479,728.2679491924312),(478.2679491924311,729)) -4774 ((477,740),(477.4019237886467,741.5),(478.5,742.5980762113534),(480,743),(481.5,742.5980762113534),(482.5980762113533,741.5),(483,740),(482.5980762113533,738.5),(481.5,737.4019237886467),(480,737),(478.5,737.4019237886466),(477.4019237886467,738.5)) -4775 ((476,750),(476.53589838486226,752),(478,753.4641016151378),(480,754),(482,753.4641016151378),(483.46410161513774,752),(484,750),(483.46410161513774,748),(482,746.5358983848622),(480,746),(478,746.5358983848622),(476.53589838486226,748)) -4776 ((475,760),(475.6698729810778,762.5),(477.5,764.3301270189222),(480,765),(482.5,764.3301270189222),(484.3301270189222,762.5),(485,760),(484.3301270189222,757.5),(482.5,755.6698729810778),(480,755),(477.5,755.6698729810778),(475.6698729810778,757.5)) -4777 ((474,770),(474.80384757729337,773),(477,775.1961524227066),(480,776),(483,775.1961524227066),(485.19615242270663,773),(486,770),(485.19615242270663,767),(483,764.8038475772934),(480,764),(477,764.8038475772934),(474.80384757729337,767)) -4778 ((473,780),(473.93782217350895,783.5),(476.5,786.062177826491),(480,787),(483.5,786.062177826491),(486.06217782649105,783.5),(487,780),(486.06217782649105,776.5),(483.5,773.937822173509),(480,773),(476.5,773.937822173509),(473.93782217350895,776.5)) -4779 ((472,790),(473.0717967697245,794),(476,796.9282032302755),(480,798),(484,796.9282032302755),(486.9282032302755,794),(488,790),(486.9282032302755,786),(484,783.0717967697245),(480,782),(476,783.0717967697245),(473.0717967697245,786)) -4780 ((471,800),(472.20577136594005,804.5),(475.5,807.7942286340599),(480,809),(484.5,807.7942286340599),(487.79422863405995,804.5),(489,800),(487.79422863405995,795.5),(484.5,792.2057713659401),(480,791),(475.5,792.20577136594),(472.20577136594005,795.5)) -4781 ((470,810),(471.33974596215563,815),(475,818.6602540378444),(480,820),(485,818.6602540378444),(488.66025403784437,815),(490,810),(488.66025403784437,805),(485,801.3397459621556),(480,800),(475,801.3397459621556),(471.33974596215563,805)) -4782 ((479,820),(479.1339745962156,820.5),(479.5,820.8660254037844),(480,821),(480.5,820.8660254037844),(480.8660254037844,820.5),(481,820),(480.8660254037844,819.5),(480.5,819.1339745962156),(480,819),(479.5,819.1339745962156),(479.1339745962156,819.5)) -4783 ((478,830),(478.2679491924311,831),(479,831.7320508075688),(480,832),(481,831.7320508075688),(481.7320508075689,831),(482,830),(481.7320508075689,829),(481,828.2679491924312),(480,828),(479,828.2679491924312),(478.2679491924311,829)) -4784 ((477,840),(477.4019237886467,841.5),(478.5,842.5980762113534),(480,843),(481.5,842.5980762113534),(482.5980762113533,841.5),(483,840),(482.5980762113533,838.5),(481.5,837.4019237886467),(480,837),(478.5,837.4019237886466),(477.4019237886467,838.5)) -4785 ((476,850),(476.53589838486226,852),(478,853.4641016151378),(480,854),(482,853.4641016151378),(483.46410161513774,852),(484,850),(483.46410161513774,848),(482,846.5358983848622),(480,846),(478,846.5358983848622),(476.53589838486226,848)) -4786 ((475,860),(475.6698729810778,862.5),(477.5,864.3301270189222),(480,865),(482.5,864.3301270189222),(484.3301270189222,862.5),(485,860),(484.3301270189222,857.5),(482.5,855.6698729810778),(480,855),(477.5,855.6698729810778),(475.6698729810778,857.5)) -4787 ((474,870),(474.80384757729337,873),(477,875.1961524227066),(480,876),(483,875.1961524227066),(485.19615242270663,873),(486,870),(485.19615242270663,867),(483,864.8038475772934),(480,864),(477,864.8038475772934),(474.80384757729337,867)) -4788 ((473,880),(473.93782217350895,883.5),(476.5,886.062177826491),(480,887),(483.5,886.062177826491),(486.06217782649105,883.5),(487,880),(486.06217782649105,876.5),(483.5,873.937822173509),(480,873),(476.5,873.937822173509),(473.93782217350895,876.5)) -4789 ((472,890),(473.0717967697245,894),(476,896.9282032302755),(480,898),(484,896.9282032302755),(486.9282032302755,894),(488,890),(486.9282032302755,886),(484,883.0717967697245),(480,882),(476,883.0717967697245),(473.0717967697245,886)) -4790 ((471,900),(472.20577136594005,904.5),(475.5,907.7942286340599),(480,909),(484.5,907.7942286340599),(487.79422863405995,904.5),(489,900),(487.79422863405995,895.5),(484.5,892.2057713659401),(480,891),(475.5,892.20577136594),(472.20577136594005,895.5)) -4791 ((470,910),(471.33974596215563,915),(475,918.6602540378444),(480,920),(485,918.6602540378444),(488.66025403784437,915),(490,910),(488.66025403784437,905),(485,901.3397459621556),(480,900),(475,901.3397459621556),(471.33974596215563,905)) -4792 ((479,920),(479.1339745962156,920.5),(479.5,920.8660254037844),(480,921),(480.5,920.8660254037844),(480.8660254037844,920.5),(481,920),(480.8660254037844,919.5),(480.5,919.1339745962156),(480,919),(479.5,919.1339745962156),(479.1339745962156,919.5)) -4793 ((478,930),(478.2679491924311,931),(479,931.7320508075688),(480,932),(481,931.7320508075688),(481.7320508075689,931),(482,930),(481.7320508075689,929),(481,928.2679491924312),(480,928),(479,928.2679491924312),(478.2679491924311,929)) -4794 ((477,940),(477.4019237886467,941.5),(478.5,942.5980762113534),(480,943),(481.5,942.5980762113534),(482.5980762113533,941.5),(483,940),(482.5980762113533,938.5),(481.5,937.4019237886467),(480,937),(478.5,937.4019237886466),(477.4019237886467,938.5)) -4795 ((476,950),(476.53589838486226,952),(478,953.4641016151378),(480,954),(482,953.4641016151378),(483.46410161513774,952),(484,950),(483.46410161513774,948),(482,946.5358983848622),(480,946),(478,946.5358983848622),(476.53589838486226,948)) -4796 ((475,960),(475.6698729810778,962.5),(477.5,964.3301270189222),(480,965),(482.5,964.3301270189222),(484.3301270189222,962.5),(485,960),(484.3301270189222,957.5),(482.5,955.6698729810778),(480,955),(477.5,955.6698729810778),(475.6698729810778,957.5)) -4797 ((474,970),(474.80384757729337,973),(477,975.1961524227066),(480,976),(483,975.1961524227066),(485.19615242270663,973),(486,970),(485.19615242270663,967),(483,964.8038475772934),(480,964),(477,964.8038475772934),(474.80384757729337,967)) -4798 ((473,980),(473.93782217350895,983.5),(476.5,986.062177826491),(480,987),(483.5,986.062177826491),(486.06217782649105,983.5),(487,980),(486.06217782649105,976.5),(483.5,973.937822173509),(480,973),(476.5,973.937822173509),(473.93782217350895,976.5)) -4799 ((472,990),(473.0717967697245,994),(476,996.9282032302755),(480,998),(484,996.9282032302755),(486.9282032302755,994),(488,990),(486.9282032302755,986),(484,983.0717967697245),(480,982),(476,983.0717967697245),(473.0717967697245,986)) -4800 ((471,1000),(472.20577136594005,1004.5),(475.5,1007.7942286340599),(480,1009),(484.5,1007.7942286340599),(487.79422863405995,1004.5),(489,1000),(487.79422863405995,995.5),(484.5,992.2057713659401),(480,991),(475.5,992.20577136594),(472.20577136594005,995.5)) -4801 ((489,10),(489.1339745962156,10.5),(489.5,10.86602540378444),(490,11),(490.5,10.86602540378444),(490.8660254037844,10.5),(491,10),(490.8660254037844,9.5),(490.5,9.13397459621556),(490,9),(489.5,9.13397459621556),(489.1339745962156,9.5)) -4802 ((488,20),(488.2679491924311,21),(489,21.73205080756888),(490,22),(491,21.73205080756888),(491.7320508075689,21),(492,20),(491.7320508075689,19),(491,18.26794919243112),(490,18),(489,18.26794919243112),(488.2679491924311,19)) -4803 ((487,30),(487.4019237886467,31.5),(488.5,32.598076211353316),(490,33),(491.5,32.598076211353316),(492.5980762113533,31.5),(493,30),(492.5980762113533,28.5),(491.5,27.401923788646684),(490,27),(488.5,27.401923788646684),(487.4019237886467,28.5)) -4804 ((486,40),(486.53589838486226,42),(488,43.46410161513776),(490,44),(492,43.46410161513776),(493.46410161513774,42),(494,40),(493.46410161513774,38),(492,36.53589838486224),(490,36),(488,36.53589838486224),(486.53589838486226,38)) -4805 ((485,50),(485.6698729810778,52.5),(487.5,54.33012701892219),(490,55),(492.5,54.33012701892219),(494.3301270189222,52.5),(495,50),(494.3301270189222,47.5),(492.5,45.66987298107781),(490,45),(487.5,45.6698729810778),(485.6698729810778,47.5)) -4806 ((484,60),(484.80384757729337,63),(487,65.19615242270663),(490,66),(493,65.19615242270663),(495.19615242270663,63),(496,60),(495.19615242270663,57),(493,54.80384757729337),(490,54),(487,54.80384757729337),(484.80384757729337,57)) -4807 ((483,70),(483.93782217350895,73.5),(486.5,76.06217782649107),(490,77),(493.5,76.06217782649107),(496.06217782649105,73.5),(497,70),(496.06217782649105,66.5),(493.5,63.937822173508934),(490,63),(486.5,63.93782217350893),(483.93782217350895,66.5)) -4808 ((482,80),(483.0717967697245,84),(486,86.92820323027551),(490,88),(494,86.92820323027551),(496.9282032302755,84),(498,80),(496.9282032302755,76),(494,73.07179676972449),(490,72),(486,73.07179676972449),(483.0717967697245,76)) -4809 ((481,90),(482.20577136594005,94.5),(485.5,97.79422863405995),(490,99),(494.5,97.79422863405995),(497.79422863405995,94.5),(499,90),(497.79422863405995,85.5),(494.5,82.20577136594005),(490,81),(485.5,82.20577136594005),(482.20577136594005,85.5)) -4810 ((480,100),(481.33974596215563,105),(485,108.66025403784438),(490,110),(495,108.66025403784438),(498.66025403784437,105),(500,100),(498.66025403784437,95),(495,91.33974596215562),(490,90),(485,91.3397459621556),(481.33974596215563,95)) -4811 ((489,110),(489.1339745962156,110.5),(489.5,110.86602540378443),(490,111),(490.5,110.86602540378443),(490.8660254037844,110.5),(491,110),(490.8660254037844,109.5),(490.5,109.13397459621557),(490,109),(489.5,109.13397459621557),(489.1339745962156,109.5)) -4812 ((488,120),(488.2679491924311,121),(489,121.73205080756888),(490,122),(491,121.73205080756888),(491.7320508075689,121),(492,120),(491.7320508075689,119),(491,118.26794919243112),(490,118),(489,118.26794919243112),(488.2679491924311,119)) -4813 ((487,130),(487.4019237886467,131.5),(488.5,132.59807621135332),(490,133),(491.5,132.59807621135332),(492.5980762113533,131.5),(493,130),(492.5980762113533,128.5),(491.5,127.40192378864668),(490,127),(488.5,127.40192378864668),(487.4019237886467,128.5)) -4814 ((486,140),(486.53589838486226,142),(488,143.46410161513776),(490,144),(492,143.46410161513776),(493.46410161513774,142),(494,140),(493.46410161513774,138),(492,136.53589838486224),(490,136),(488,136.53589838486224),(486.53589838486226,138)) -4815 ((485,150),(485.6698729810778,152.5),(487.5,154.33012701892218),(490,155),(492.5,154.33012701892218),(494.3301270189222,152.5),(495,150),(494.3301270189222,147.5),(492.5,145.66987298107782),(490,145),(487.5,145.66987298107782),(485.6698729810778,147.5)) -4816 ((484,160),(484.80384757729337,163),(487,165.19615242270663),(490,166),(493,165.19615242270663),(495.19615242270663,163),(496,160),(495.19615242270663,157),(493,154.80384757729337),(490,154),(487,154.80384757729337),(484.80384757729337,157)) -4817 ((483,170),(483.93782217350895,173.5),(486.5,176.06217782649108),(490,177),(493.5,176.06217782649108),(496.06217782649105,173.5),(497,170),(496.06217782649105,166.5),(493.5,163.93782217350892),(490,163),(486.5,163.93782217350892),(483.93782217350895,166.5)) -4818 ((482,180),(483.0717967697245,184),(486,186.9282032302755),(490,188),(494,186.9282032302755),(496.9282032302755,184),(498,180),(496.9282032302755,176),(494,173.0717967697245),(490,172),(486,173.0717967697245),(483.0717967697245,176)) -4819 ((481,190),(482.20577136594005,194.5),(485.5,197.79422863405995),(490,199),(494.5,197.79422863405995),(497.79422863405995,194.5),(499,190),(497.79422863405995,185.5),(494.5,182.20577136594005),(490,181),(485.5,182.20577136594005),(482.20577136594005,185.5)) -4820 ((480,200),(481.33974596215563,205),(485,208.6602540378444),(490,210),(495,208.6602540378444),(498.66025403784437,205),(500,200),(498.66025403784437,195),(495,191.3397459621556),(490,190),(485,191.3397459621556),(481.33974596215563,195)) -4821 ((489,210),(489.1339745962156,210.5),(489.5,210.86602540378445),(490,211),(490.5,210.86602540378445),(490.8660254037844,210.5),(491,210),(490.8660254037844,209.5),(490.5,209.13397459621555),(490,209),(489.5,209.13397459621555),(489.1339745962156,209.5)) -4822 ((488,220),(488.2679491924311,221),(489,221.73205080756887),(490,222),(491,221.73205080756887),(491.7320508075689,221),(492,220),(491.7320508075689,219),(491,218.26794919243113),(490,218),(489,218.26794919243113),(488.2679491924311,219)) -4823 ((487,230),(487.4019237886467,231.5),(488.5,232.59807621135332),(490,233),(491.5,232.59807621135332),(492.5980762113533,231.5),(493,230),(492.5980762113533,228.5),(491.5,227.40192378864668),(490,227),(488.5,227.40192378864668),(487.4019237886467,228.5)) -4824 ((486,240),(486.53589838486226,242),(488,243.46410161513776),(490,244),(492,243.46410161513776),(493.46410161513774,242),(494,240),(493.46410161513774,238),(492,236.53589838486224),(490,236),(488,236.53589838486224),(486.53589838486226,238)) -4825 ((485,250),(485.6698729810778,252.5),(487.5,254.33012701892218),(490,255),(492.5,254.33012701892218),(494.3301270189222,252.5),(495,250),(494.3301270189222,247.5),(492.5,245.66987298107782),(490,245),(487.5,245.66987298107782),(485.6698729810778,247.5)) -4826 ((484,260),(484.80384757729337,263),(487,265.19615242270663),(490,266),(493,265.19615242270663),(495.19615242270663,263),(496,260),(495.19615242270663,257),(493,254.80384757729337),(490,254),(487,254.80384757729337),(484.80384757729337,257)) -4827 ((483,270),(483.93782217350895,273.5),(486.5,276.06217782649105),(490,277),(493.5,276.06217782649105),(496.06217782649105,273.5),(497,270),(496.06217782649105,266.5),(493.5,263.93782217350895),(490,263),(486.5,263.93782217350895),(483.93782217350895,266.5)) -4828 ((482,280),(483.0717967697245,284),(486,286.9282032302755),(490,288),(494,286.9282032302755),(496.9282032302755,284),(498,280),(496.9282032302755,276),(494,273.0717967697245),(490,272),(486,273.0717967697245),(483.0717967697245,276)) -4829 ((481,290),(482.20577136594005,294.5),(485.5,297.79422863405995),(490,299),(494.5,297.79422863405995),(497.79422863405995,294.5),(499,290),(497.79422863405995,285.5),(494.5,282.20577136594005),(490,281),(485.5,282.20577136594005),(482.20577136594005,285.5)) -4830 ((480,300),(481.33974596215563,305),(485,308.66025403784437),(490,310),(495,308.66025403784437),(498.66025403784437,305),(500,300),(498.66025403784437,295),(495,291.33974596215563),(490,290),(485,291.33974596215563),(481.33974596215563,295)) -4831 ((489,310),(489.1339745962156,310.5),(489.5,310.8660254037844),(490,311),(490.5,310.8660254037844),(490.8660254037844,310.5),(491,310),(490.8660254037844,309.5),(490.5,309.1339745962156),(490,309),(489.5,309.1339745962156),(489.1339745962156,309.5)) -4832 ((488,320),(488.2679491924311,321),(489,321.7320508075689),(490,322),(491,321.7320508075689),(491.7320508075689,321),(492,320),(491.7320508075689,319),(491,318.2679491924311),(490,318),(489,318.2679491924311),(488.2679491924311,319)) -4833 ((487,330),(487.4019237886467,331.5),(488.5,332.5980762113533),(490,333),(491.5,332.5980762113533),(492.5980762113533,331.5),(493,330),(492.5980762113533,328.5),(491.5,327.4019237886467),(490,327),(488.5,327.4019237886467),(487.4019237886467,328.5)) -4834 ((486,340),(486.53589838486226,342),(488,343.46410161513774),(490,344),(492,343.46410161513774),(493.46410161513774,342),(494,340),(493.46410161513774,338),(492,336.53589838486226),(490,336),(488,336.53589838486226),(486.53589838486226,338)) -4835 ((485,350),(485.6698729810778,352.5),(487.5,354.3301270189222),(490,355),(492.5,354.3301270189222),(494.3301270189222,352.5),(495,350),(494.3301270189222,347.5),(492.5,345.6698729810778),(490,345),(487.5,345.6698729810778),(485.6698729810778,347.5)) -4836 ((484,360),(484.80384757729337,363),(487,365.19615242270663),(490,366),(493,365.19615242270663),(495.19615242270663,363),(496,360),(495.19615242270663,357),(493,354.80384757729337),(490,354),(487,354.80384757729337),(484.80384757729337,357)) -4837 ((483,370),(483.93782217350895,373.5),(486.5,376.06217782649105),(490,377),(493.5,376.06217782649105),(496.06217782649105,373.5),(497,370),(496.06217782649105,366.5),(493.5,363.93782217350895),(490,363),(486.5,363.93782217350895),(483.93782217350895,366.5)) -4838 ((482,380),(483.0717967697245,384),(486,386.9282032302755),(490,388),(494,386.9282032302755),(496.9282032302755,384),(498,380),(496.9282032302755,376),(494,373.0717967697245),(490,372),(486,373.0717967697245),(483.0717967697245,376)) -4839 ((481,390),(482.20577136594005,394.5),(485.5,397.79422863405995),(490,399),(494.5,397.79422863405995),(497.79422863405995,394.5),(499,390),(497.79422863405995,385.5),(494.5,382.20577136594005),(490,381),(485.5,382.20577136594005),(482.20577136594005,385.5)) -4840 ((480,400),(481.33974596215563,405),(485,408.66025403784437),(490,410),(495,408.66025403784437),(498.66025403784437,405),(500,400),(498.66025403784437,395),(495,391.33974596215563),(490,390),(485,391.33974596215563),(481.33974596215563,395)) -4841 ((489,410),(489.1339745962156,410.5),(489.5,410.8660254037844),(490,411),(490.5,410.8660254037844),(490.8660254037844,410.5),(491,410),(490.8660254037844,409.5),(490.5,409.1339745962156),(490,409),(489.5,409.1339745962156),(489.1339745962156,409.5)) -4842 ((488,420),(488.2679491924311,421),(489,421.7320508075689),(490,422),(491,421.7320508075689),(491.7320508075689,421),(492,420),(491.7320508075689,419),(491,418.2679491924311),(490,418),(489,418.2679491924311),(488.2679491924311,419)) -4843 ((487,430),(487.4019237886467,431.5),(488.5,432.5980762113533),(490,433),(491.5,432.5980762113533),(492.5980762113533,431.5),(493,430),(492.5980762113533,428.5),(491.5,427.4019237886467),(490,427),(488.5,427.4019237886467),(487.4019237886467,428.5)) -4844 ((486,440),(486.53589838486226,442),(488,443.46410161513774),(490,444),(492,443.46410161513774),(493.46410161513774,442),(494,440),(493.46410161513774,438),(492,436.53589838486226),(490,436),(488,436.53589838486226),(486.53589838486226,438)) -4845 ((485,450),(485.6698729810778,452.5),(487.5,454.3301270189222),(490,455),(492.5,454.3301270189222),(494.3301270189222,452.5),(495,450),(494.3301270189222,447.5),(492.5,445.6698729810778),(490,445),(487.5,445.6698729810778),(485.6698729810778,447.5)) -4846 ((484,460),(484.80384757729337,463),(487,465.19615242270663),(490,466),(493,465.19615242270663),(495.19615242270663,463),(496,460),(495.19615242270663,457),(493,454.80384757729337),(490,454),(487,454.80384757729337),(484.80384757729337,457)) -4847 ((483,470),(483.93782217350895,473.5),(486.5,476.06217782649105),(490,477),(493.5,476.06217782649105),(496.06217782649105,473.5),(497,470),(496.06217782649105,466.5),(493.5,463.93782217350895),(490,463),(486.5,463.93782217350895),(483.93782217350895,466.5)) -4848 ((482,480),(483.0717967697245,484),(486,486.9282032302755),(490,488),(494,486.9282032302755),(496.9282032302755,484),(498,480),(496.9282032302755,476),(494,473.0717967697245),(490,472),(486,473.0717967697245),(483.0717967697245,476)) -4849 ((481,490),(482.20577136594005,494.5),(485.5,497.79422863405995),(490,499),(494.5,497.79422863405995),(497.79422863405995,494.5),(499,490),(497.79422863405995,485.5),(494.5,482.20577136594005),(490,481),(485.5,482.20577136594005),(482.20577136594005,485.5)) -4850 ((480,500),(481.33974596215563,505),(485,508.66025403784437),(490,510),(495,508.66025403784437),(498.66025403784437,505),(500,500),(498.66025403784437,495),(495,491.33974596215563),(490,490),(485,491.33974596215563),(481.33974596215563,495)) -4851 ((489,510),(489.1339745962156,510.5),(489.5,510.8660254037844),(490,511),(490.5,510.8660254037844),(490.8660254037844,510.5),(491,510),(490.8660254037844,509.5),(490.5,509.1339745962156),(490,509),(489.5,509.1339745962156),(489.1339745962156,509.5)) -4852 ((488,520),(488.2679491924311,521),(489,521.7320508075688),(490,522),(491,521.7320508075688),(491.7320508075689,521),(492,520),(491.7320508075689,519),(491,518.2679491924312),(490,518),(489,518.2679491924312),(488.2679491924311,519)) -4853 ((487,530),(487.4019237886467,531.5),(488.5,532.5980762113534),(490,533),(491.5,532.5980762113534),(492.5980762113533,531.5),(493,530),(492.5980762113533,528.5),(491.5,527.4019237886467),(490,527),(488.5,527.4019237886466),(487.4019237886467,528.5)) -4854 ((486,540),(486.53589838486226,542),(488,543.4641016151378),(490,544),(492,543.4641016151378),(493.46410161513774,542),(494,540),(493.46410161513774,538),(492,536.5358983848622),(490,536),(488,536.5358983848622),(486.53589838486226,538)) -4855 ((485,550),(485.6698729810778,552.5),(487.5,554.3301270189222),(490,555),(492.5,554.3301270189222),(494.3301270189222,552.5),(495,550),(494.3301270189222,547.5),(492.5,545.6698729810778),(490,545),(487.5,545.6698729810778),(485.6698729810778,547.5)) -4856 ((484,560),(484.80384757729337,563),(487,565.1961524227066),(490,566),(493,565.1961524227066),(495.19615242270663,563),(496,560),(495.19615242270663,557),(493,554.8038475772934),(490,554),(487,554.8038475772934),(484.80384757729337,557)) -4857 ((483,570),(483.93782217350895,573.5),(486.5,576.062177826491),(490,577),(493.5,576.062177826491),(496.06217782649105,573.5),(497,570),(496.06217782649105,566.5),(493.5,563.937822173509),(490,563),(486.5,563.937822173509),(483.93782217350895,566.5)) -4858 ((482,580),(483.0717967697245,584),(486,586.9282032302755),(490,588),(494,586.9282032302755),(496.9282032302755,584),(498,580),(496.9282032302755,576),(494,573.0717967697245),(490,572),(486,573.0717967697245),(483.0717967697245,576)) -4859 ((481,590),(482.20577136594005,594.5),(485.5,597.7942286340599),(490,599),(494.5,597.7942286340599),(497.79422863405995,594.5),(499,590),(497.79422863405995,585.5),(494.5,582.2057713659401),(490,581),(485.5,582.20577136594),(482.20577136594005,585.5)) -4860 ((480,600),(481.33974596215563,605),(485,608.6602540378444),(490,610),(495,608.6602540378444),(498.66025403784437,605),(500,600),(498.66025403784437,595),(495,591.3397459621556),(490,590),(485,591.3397459621556),(481.33974596215563,595)) -4861 ((489,610),(489.1339745962156,610.5),(489.5,610.8660254037844),(490,611),(490.5,610.8660254037844),(490.8660254037844,610.5),(491,610),(490.8660254037844,609.5),(490.5,609.1339745962156),(490,609),(489.5,609.1339745962156),(489.1339745962156,609.5)) -4862 ((488,620),(488.2679491924311,621),(489,621.7320508075688),(490,622),(491,621.7320508075688),(491.7320508075689,621),(492,620),(491.7320508075689,619),(491,618.2679491924312),(490,618),(489,618.2679491924312),(488.2679491924311,619)) -4863 ((487,630),(487.4019237886467,631.5),(488.5,632.5980762113534),(490,633),(491.5,632.5980762113534),(492.5980762113533,631.5),(493,630),(492.5980762113533,628.5),(491.5,627.4019237886467),(490,627),(488.5,627.4019237886466),(487.4019237886467,628.5)) -4864 ((486,640),(486.53589838486226,642),(488,643.4641016151378),(490,644),(492,643.4641016151378),(493.46410161513774,642),(494,640),(493.46410161513774,638),(492,636.5358983848622),(490,636),(488,636.5358983848622),(486.53589838486226,638)) -4865 ((485,650),(485.6698729810778,652.5),(487.5,654.3301270189222),(490,655),(492.5,654.3301270189222),(494.3301270189222,652.5),(495,650),(494.3301270189222,647.5),(492.5,645.6698729810778),(490,645),(487.5,645.6698729810778),(485.6698729810778,647.5)) -4866 ((484,660),(484.80384757729337,663),(487,665.1961524227066),(490,666),(493,665.1961524227066),(495.19615242270663,663),(496,660),(495.19615242270663,657),(493,654.8038475772934),(490,654),(487,654.8038475772934),(484.80384757729337,657)) -4867 ((483,670),(483.93782217350895,673.5),(486.5,676.062177826491),(490,677),(493.5,676.062177826491),(496.06217782649105,673.5),(497,670),(496.06217782649105,666.5),(493.5,663.937822173509),(490,663),(486.5,663.937822173509),(483.93782217350895,666.5)) -4868 ((482,680),(483.0717967697245,684),(486,686.9282032302755),(490,688),(494,686.9282032302755),(496.9282032302755,684),(498,680),(496.9282032302755,676),(494,673.0717967697245),(490,672),(486,673.0717967697245),(483.0717967697245,676)) -4869 ((481,690),(482.20577136594005,694.5),(485.5,697.7942286340599),(490,699),(494.5,697.7942286340599),(497.79422863405995,694.5),(499,690),(497.79422863405995,685.5),(494.5,682.2057713659401),(490,681),(485.5,682.20577136594),(482.20577136594005,685.5)) -4870 ((480,700),(481.33974596215563,705),(485,708.6602540378444),(490,710),(495,708.6602540378444),(498.66025403784437,705),(500,700),(498.66025403784437,695),(495,691.3397459621556),(490,690),(485,691.3397459621556),(481.33974596215563,695)) -4871 ((489,710),(489.1339745962156,710.5),(489.5,710.8660254037844),(490,711),(490.5,710.8660254037844),(490.8660254037844,710.5),(491,710),(490.8660254037844,709.5),(490.5,709.1339745962156),(490,709),(489.5,709.1339745962156),(489.1339745962156,709.5)) -4872 ((488,720),(488.2679491924311,721),(489,721.7320508075688),(490,722),(491,721.7320508075688),(491.7320508075689,721),(492,720),(491.7320508075689,719),(491,718.2679491924312),(490,718),(489,718.2679491924312),(488.2679491924311,719)) -4873 ((487,730),(487.4019237886467,731.5),(488.5,732.5980762113534),(490,733),(491.5,732.5980762113534),(492.5980762113533,731.5),(493,730),(492.5980762113533,728.5),(491.5,727.4019237886467),(490,727),(488.5,727.4019237886466),(487.4019237886467,728.5)) -4874 ((486,740),(486.53589838486226,742),(488,743.4641016151378),(490,744),(492,743.4641016151378),(493.46410161513774,742),(494,740),(493.46410161513774,738),(492,736.5358983848622),(490,736),(488,736.5358983848622),(486.53589838486226,738)) -4875 ((485,750),(485.6698729810778,752.5),(487.5,754.3301270189222),(490,755),(492.5,754.3301270189222),(494.3301270189222,752.5),(495,750),(494.3301270189222,747.5),(492.5,745.6698729810778),(490,745),(487.5,745.6698729810778),(485.6698729810778,747.5)) -4876 ((484,760),(484.80384757729337,763),(487,765.1961524227066),(490,766),(493,765.1961524227066),(495.19615242270663,763),(496,760),(495.19615242270663,757),(493,754.8038475772934),(490,754),(487,754.8038475772934),(484.80384757729337,757)) -4877 ((483,770),(483.93782217350895,773.5),(486.5,776.062177826491),(490,777),(493.5,776.062177826491),(496.06217782649105,773.5),(497,770),(496.06217782649105,766.5),(493.5,763.937822173509),(490,763),(486.5,763.937822173509),(483.93782217350895,766.5)) -4878 ((482,780),(483.0717967697245,784),(486,786.9282032302755),(490,788),(494,786.9282032302755),(496.9282032302755,784),(498,780),(496.9282032302755,776),(494,773.0717967697245),(490,772),(486,773.0717967697245),(483.0717967697245,776)) -4879 ((481,790),(482.20577136594005,794.5),(485.5,797.7942286340599),(490,799),(494.5,797.7942286340599),(497.79422863405995,794.5),(499,790),(497.79422863405995,785.5),(494.5,782.2057713659401),(490,781),(485.5,782.20577136594),(482.20577136594005,785.5)) -4880 ((480,800),(481.33974596215563,805),(485,808.6602540378444),(490,810),(495,808.6602540378444),(498.66025403784437,805),(500,800),(498.66025403784437,795),(495,791.3397459621556),(490,790),(485,791.3397459621556),(481.33974596215563,795)) -4881 ((489,810),(489.1339745962156,810.5),(489.5,810.8660254037844),(490,811),(490.5,810.8660254037844),(490.8660254037844,810.5),(491,810),(490.8660254037844,809.5),(490.5,809.1339745962156),(490,809),(489.5,809.1339745962156),(489.1339745962156,809.5)) -4882 ((488,820),(488.2679491924311,821),(489,821.7320508075688),(490,822),(491,821.7320508075688),(491.7320508075689,821),(492,820),(491.7320508075689,819),(491,818.2679491924312),(490,818),(489,818.2679491924312),(488.2679491924311,819)) -4883 ((487,830),(487.4019237886467,831.5),(488.5,832.5980762113534),(490,833),(491.5,832.5980762113534),(492.5980762113533,831.5),(493,830),(492.5980762113533,828.5),(491.5,827.4019237886467),(490,827),(488.5,827.4019237886466),(487.4019237886467,828.5)) -4884 ((486,840),(486.53589838486226,842),(488,843.4641016151378),(490,844),(492,843.4641016151378),(493.46410161513774,842),(494,840),(493.46410161513774,838),(492,836.5358983848622),(490,836),(488,836.5358983848622),(486.53589838486226,838)) -4885 ((485,850),(485.6698729810778,852.5),(487.5,854.3301270189222),(490,855),(492.5,854.3301270189222),(494.3301270189222,852.5),(495,850),(494.3301270189222,847.5),(492.5,845.6698729810778),(490,845),(487.5,845.6698729810778),(485.6698729810778,847.5)) -4886 ((484,860),(484.80384757729337,863),(487,865.1961524227066),(490,866),(493,865.1961524227066),(495.19615242270663,863),(496,860),(495.19615242270663,857),(493,854.8038475772934),(490,854),(487,854.8038475772934),(484.80384757729337,857)) -4887 ((483,870),(483.93782217350895,873.5),(486.5,876.062177826491),(490,877),(493.5,876.062177826491),(496.06217782649105,873.5),(497,870),(496.06217782649105,866.5),(493.5,863.937822173509),(490,863),(486.5,863.937822173509),(483.93782217350895,866.5)) -4888 ((482,880),(483.0717967697245,884),(486,886.9282032302755),(490,888),(494,886.9282032302755),(496.9282032302755,884),(498,880),(496.9282032302755,876),(494,873.0717967697245),(490,872),(486,873.0717967697245),(483.0717967697245,876)) -4889 ((481,890),(482.20577136594005,894.5),(485.5,897.7942286340599),(490,899),(494.5,897.7942286340599),(497.79422863405995,894.5),(499,890),(497.79422863405995,885.5),(494.5,882.2057713659401),(490,881),(485.5,882.20577136594),(482.20577136594005,885.5)) -4890 ((480,900),(481.33974596215563,905),(485,908.6602540378444),(490,910),(495,908.6602540378444),(498.66025403784437,905),(500,900),(498.66025403784437,895),(495,891.3397459621556),(490,890),(485,891.3397459621556),(481.33974596215563,895)) -4891 ((489,910),(489.1339745962156,910.5),(489.5,910.8660254037844),(490,911),(490.5,910.8660254037844),(490.8660254037844,910.5),(491,910),(490.8660254037844,909.5),(490.5,909.1339745962156),(490,909),(489.5,909.1339745962156),(489.1339745962156,909.5)) -4892 ((488,920),(488.2679491924311,921),(489,921.7320508075688),(490,922),(491,921.7320508075688),(491.7320508075689,921),(492,920),(491.7320508075689,919),(491,918.2679491924312),(490,918),(489,918.2679491924312),(488.2679491924311,919)) -4893 ((487,930),(487.4019237886467,931.5),(488.5,932.5980762113534),(490,933),(491.5,932.5980762113534),(492.5980762113533,931.5),(493,930),(492.5980762113533,928.5),(491.5,927.4019237886467),(490,927),(488.5,927.4019237886466),(487.4019237886467,928.5)) -4894 ((486,940),(486.53589838486226,942),(488,943.4641016151378),(490,944),(492,943.4641016151378),(493.46410161513774,942),(494,940),(493.46410161513774,938),(492,936.5358983848622),(490,936),(488,936.5358983848622),(486.53589838486226,938)) -4895 ((485,950),(485.6698729810778,952.5),(487.5,954.3301270189222),(490,955),(492.5,954.3301270189222),(494.3301270189222,952.5),(495,950),(494.3301270189222,947.5),(492.5,945.6698729810778),(490,945),(487.5,945.6698729810778),(485.6698729810778,947.5)) -4896 ((484,960),(484.80384757729337,963),(487,965.1961524227066),(490,966),(493,965.1961524227066),(495.19615242270663,963),(496,960),(495.19615242270663,957),(493,954.8038475772934),(490,954),(487,954.8038475772934),(484.80384757729337,957)) -4897 ((483,970),(483.93782217350895,973.5),(486.5,976.062177826491),(490,977),(493.5,976.062177826491),(496.06217782649105,973.5),(497,970),(496.06217782649105,966.5),(493.5,963.937822173509),(490,963),(486.5,963.937822173509),(483.93782217350895,966.5)) -4898 ((482,980),(483.0717967697245,984),(486,986.9282032302755),(490,988),(494,986.9282032302755),(496.9282032302755,984),(498,980),(496.9282032302755,976),(494,973.0717967697245),(490,972),(486,973.0717967697245),(483.0717967697245,976)) -4899 ((481,990),(482.20577136594005,994.5),(485.5,997.7942286340599),(490,999),(494.5,997.7942286340599),(497.79422863405995,994.5),(499,990),(497.79422863405995,985.5),(494.5,982.2057713659401),(490,981),(485.5,982.20577136594),(482.20577136594005,985.5)) -4900 ((480,1000),(481.33974596215563,1005),(485,1008.6602540378444),(490,1010),(495,1008.6602540378444),(498.66025403784437,1005),(500,1000),(498.66025403784437,995),(495,991.3397459621556),(490,990),(485,991.3397459621556),(481.33974596215563,995)) -4901 ((498,10),(498.2679491924311,11),(499,11.732050807568877),(500,12),(501,11.732050807568877),(501.7320508075689,11),(502,10),(501.7320508075689,9),(501,8.267949192431123),(500,8),(499,8.267949192431121),(498.2679491924311,9)) -4902 ((497,20),(497.4019237886467,21.5),(498.5,22.598076211353316),(500,23),(501.5,22.598076211353316),(502.5980762113533,21.5),(503,20),(502.5980762113533,18.5),(501.5,17.401923788646684),(500,17),(498.5,17.401923788646684),(497.4019237886467,18.5)) -4903 ((496,30),(496.53589838486226,32),(498,33.46410161513776),(500,34),(502,33.46410161513776),(503.46410161513774,32),(504,30),(503.46410161513774,28),(502,26.535898384862247),(500,26),(498,26.535898384862243),(496.53589838486226,28)) -4904 ((495,40),(495.6698729810778,42.5),(497.5,44.33012701892219),(500,45),(502.5,44.33012701892219),(504.3301270189222,42.5),(505,40),(504.3301270189222,37.5),(502.5,35.66987298107781),(500,35),(497.5,35.6698729810778),(495.6698729810778,37.5)) -4905 ((494,50),(494.80384757729337,53),(497,55.19615242270663),(500,56),(503,55.19615242270663),(505.19615242270663,53),(506,50),(505.19615242270663,47),(503,44.80384757729337),(500,44),(497,44.80384757729337),(494.80384757729337,47)) -4906 ((493,60),(493.93782217350895,63.5),(496.5,66.06217782649107),(500,67),(503.5,66.06217782649107),(506.06217782649105,63.5),(507,60),(506.06217782649105,56.5),(503.5,53.937822173508934),(500,53),(496.5,53.93782217350893),(493.93782217350895,56.5)) -4907 ((492,70),(493.0717967697245,74),(496,76.92820323027551),(500,78),(504,76.92820323027551),(506.9282032302755,74),(508,70),(506.9282032302755,66),(504,63.07179676972449),(500,62),(496,63.071796769724486),(493.0717967697245,66)) -4908 ((491,80),(492.20577136594005,84.5),(495.5,87.79422863405995),(500,89),(504.5,87.79422863405995),(507.79422863405995,84.5),(509,80),(507.79422863405995,75.5),(504.5,72.20577136594005),(500,71),(495.5,72.20577136594005),(492.20577136594005,75.5)) -4909 ((490,90),(491.33974596215563,95),(495,98.66025403784438),(500,100),(505,98.66025403784438),(508.66025403784437,95),(510,90),(508.66025403784437,85),(505,81.33974596215562),(500,80),(495,81.3397459621556),(491.33974596215563,85)) -4910 ((499,100),(499.1339745962156,100.5),(499.5,100.86602540378443),(500,101),(500.5,100.86602540378443),(500.8660254037844,100.5),(501,100),(500.8660254037844,99.5),(500.5,99.13397459621557),(500,99),(499.5,99.13397459621557),(499.1339745962156,99.5)) -4911 ((498,110),(498.2679491924311,111),(499,111.73205080756888),(500,112),(501,111.73205080756888),(501.7320508075689,111),(502,110),(501.7320508075689,109),(501,108.26794919243112),(500,108),(499,108.26794919243112),(498.2679491924311,109)) -4912 ((497,120),(497.4019237886467,121.5),(498.5,122.59807621135332),(500,123),(501.5,122.59807621135332),(502.5980762113533,121.5),(503,120),(502.5980762113533,118.5),(501.5,117.40192378864668),(500,117),(498.5,117.40192378864668),(497.4019237886467,118.5)) -4913 ((496,130),(496.53589838486226,132),(498,133.46410161513776),(500,134),(502,133.46410161513776),(503.46410161513774,132),(504,130),(503.46410161513774,128),(502,126.53589838486225),(500,126),(498,126.53589838486225),(496.53589838486226,128)) -4914 ((495,140),(495.6698729810778,142.5),(497.5,144.33012701892218),(500,145),(502.5,144.33012701892218),(504.3301270189222,142.5),(505,140),(504.3301270189222,137.5),(502.5,135.66987298107782),(500,135),(497.5,135.66987298107782),(495.6698729810778,137.5)) -4915 ((494,150),(494.80384757729337,153),(497,155.19615242270663),(500,156),(503,155.19615242270663),(505.19615242270663,153),(506,150),(505.19615242270663,147),(503,144.80384757729337),(500,144),(497,144.80384757729337),(494.80384757729337,147)) -4916 ((493,160),(493.93782217350895,163.5),(496.5,166.06217782649108),(500,167),(503.5,166.06217782649108),(506.06217782649105,163.5),(507,160),(506.06217782649105,156.5),(503.5,153.93782217350892),(500,153),(496.5,153.93782217350892),(493.93782217350895,156.5)) -4917 ((492,170),(493.0717967697245,174),(496,176.9282032302755),(500,178),(504,176.9282032302755),(506.9282032302755,174),(508,170),(506.9282032302755,166),(504,163.0717967697245),(500,162),(496,163.0717967697245),(493.0717967697245,166)) -4918 ((491,180),(492.20577136594005,184.5),(495.5,187.79422863405995),(500,189),(504.5,187.79422863405995),(507.79422863405995,184.5),(509,180),(507.79422863405995,175.5),(504.5,172.20577136594005),(500,171),(495.5,172.20577136594005),(492.20577136594005,175.5)) -4919 ((490,190),(491.33974596215563,195),(495,198.6602540378444),(500,200),(505,198.6602540378444),(508.66025403784437,195),(510,190),(508.66025403784437,185),(505,181.3397459621556),(500,180),(495,181.3397459621556),(491.33974596215563,185)) -4920 ((499,200),(499.1339745962156,200.5),(499.5,200.86602540378445),(500,201),(500.5,200.86602540378445),(500.8660254037844,200.5),(501,200),(500.8660254037844,199.5),(500.5,199.13397459621555),(500,199),(499.5,199.13397459621555),(499.1339745962156,199.5)) -4921 ((498,210),(498.2679491924311,211),(499,211.73205080756887),(500,212),(501,211.73205080756887),(501.7320508075689,211),(502,210),(501.7320508075689,209),(501,208.26794919243113),(500,208),(499,208.26794919243113),(498.2679491924311,209)) -4922 ((497,220),(497.4019237886467,221.5),(498.5,222.59807621135332),(500,223),(501.5,222.59807621135332),(502.5980762113533,221.5),(503,220),(502.5980762113533,218.5),(501.5,217.40192378864668),(500,217),(498.5,217.40192378864668),(497.4019237886467,218.5)) -4923 ((496,230),(496.53589838486226,232),(498,233.46410161513776),(500,234),(502,233.46410161513776),(503.46410161513774,232),(504,230),(503.46410161513774,228),(502,226.53589838486224),(500,226),(498,226.53589838486224),(496.53589838486226,228)) -4924 ((495,240),(495.6698729810778,242.5),(497.5,244.33012701892218),(500,245),(502.5,244.33012701892218),(504.3301270189222,242.5),(505,240),(504.3301270189222,237.5),(502.5,235.66987298107782),(500,235),(497.5,235.66987298107782),(495.6698729810778,237.5)) -4925 ((494,250),(494.80384757729337,253),(497,255.19615242270663),(500,256),(503,255.19615242270663),(505.19615242270663,253),(506,250),(505.19615242270663,247),(503,244.80384757729337),(500,244),(497,244.80384757729337),(494.80384757729337,247)) -4926 ((493,260),(493.93782217350895,263.5),(496.5,266.06217782649105),(500,267),(503.5,266.06217782649105),(506.06217782649105,263.5),(507,260),(506.06217782649105,256.5),(503.5,253.93782217350892),(500,253),(496.5,253.93782217350892),(493.93782217350895,256.5)) -4927 ((492,270),(493.0717967697245,274),(496,276.9282032302755),(500,278),(504,276.9282032302755),(506.9282032302755,274),(508,270),(506.9282032302755,266),(504,263.0717967697245),(500,262),(496,263.0717967697245),(493.0717967697245,266)) -4928 ((491,280),(492.20577136594005,284.5),(495.5,287.79422863405995),(500,289),(504.5,287.79422863405995),(507.79422863405995,284.5),(509,280),(507.79422863405995,275.5),(504.5,272.20577136594005),(500,271),(495.5,272.20577136594005),(492.20577136594005,275.5)) -4929 ((490,290),(491.33974596215563,295),(495,298.66025403784437),(500,300),(505,298.66025403784437),(508.66025403784437,295),(510,290),(508.66025403784437,285),(505,281.33974596215563),(500,280),(495,281.33974596215563),(491.33974596215563,285)) -4930 ((499,300),(499.1339745962156,300.5),(499.5,300.8660254037844),(500,301),(500.5,300.8660254037844),(500.8660254037844,300.5),(501,300),(500.8660254037844,299.5),(500.5,299.1339745962156),(500,299),(499.5,299.1339745962156),(499.1339745962156,299.5)) -4931 ((498,310),(498.2679491924311,311),(499,311.7320508075689),(500,312),(501,311.7320508075689),(501.7320508075689,311),(502,310),(501.7320508075689,309),(501,308.2679491924311),(500,308),(499,308.2679491924311),(498.2679491924311,309)) -4932 ((497,320),(497.4019237886467,321.5),(498.5,322.5980762113533),(500,323),(501.5,322.5980762113533),(502.5980762113533,321.5),(503,320),(502.5980762113533,318.5),(501.5,317.4019237886467),(500,317),(498.5,317.4019237886467),(497.4019237886467,318.5)) -4933 ((496,330),(496.53589838486226,332),(498,333.46410161513774),(500,334),(502,333.46410161513774),(503.46410161513774,332),(504,330),(503.46410161513774,328),(502,326.53589838486226),(500,326),(498,326.53589838486226),(496.53589838486226,328)) -4934 ((495,340),(495.6698729810778,342.5),(497.5,344.3301270189222),(500,345),(502.5,344.3301270189222),(504.3301270189222,342.5),(505,340),(504.3301270189222,337.5),(502.5,335.6698729810778),(500,335),(497.5,335.6698729810778),(495.6698729810778,337.5)) -4935 ((494,350),(494.80384757729337,353),(497,355.19615242270663),(500,356),(503,355.19615242270663),(505.19615242270663,353),(506,350),(505.19615242270663,347),(503,344.80384757729337),(500,344),(497,344.80384757729337),(494.80384757729337,347)) -4936 ((493,360),(493.93782217350895,363.5),(496.5,366.06217782649105),(500,367),(503.5,366.06217782649105),(506.06217782649105,363.5),(507,360),(506.06217782649105,356.5),(503.5,353.93782217350895),(500,353),(496.5,353.93782217350895),(493.93782217350895,356.5)) -4937 ((492,370),(493.0717967697245,374),(496,376.9282032302755),(500,378),(504,376.9282032302755),(506.9282032302755,374),(508,370),(506.9282032302755,366),(504,363.0717967697245),(500,362),(496,363.0717967697245),(493.0717967697245,366)) -4938 ((491,380),(492.20577136594005,384.5),(495.5,387.79422863405995),(500,389),(504.5,387.79422863405995),(507.79422863405995,384.5),(509,380),(507.79422863405995,375.5),(504.5,372.20577136594005),(500,371),(495.5,372.20577136594005),(492.20577136594005,375.5)) -4939 ((490,390),(491.33974596215563,395),(495,398.66025403784437),(500,400),(505,398.66025403784437),(508.66025403784437,395),(510,390),(508.66025403784437,385),(505,381.33974596215563),(500,380),(495,381.33974596215563),(491.33974596215563,385)) -4940 ((499,400),(499.1339745962156,400.5),(499.5,400.8660254037844),(500,401),(500.5,400.8660254037844),(500.8660254037844,400.5),(501,400),(500.8660254037844,399.5),(500.5,399.1339745962156),(500,399),(499.5,399.1339745962156),(499.1339745962156,399.5)) -4941 ((498,410),(498.2679491924311,411),(499,411.7320508075689),(500,412),(501,411.7320508075689),(501.7320508075689,411),(502,410),(501.7320508075689,409),(501,408.2679491924311),(500,408),(499,408.2679491924311),(498.2679491924311,409)) -4942 ((497,420),(497.4019237886467,421.5),(498.5,422.5980762113533),(500,423),(501.5,422.5980762113533),(502.5980762113533,421.5),(503,420),(502.5980762113533,418.5),(501.5,417.4019237886467),(500,417),(498.5,417.4019237886467),(497.4019237886467,418.5)) -4943 ((496,430),(496.53589838486226,432),(498,433.46410161513774),(500,434),(502,433.46410161513774),(503.46410161513774,432),(504,430),(503.46410161513774,428),(502,426.53589838486226),(500,426),(498,426.53589838486226),(496.53589838486226,428)) -4944 ((495,440),(495.6698729810778,442.5),(497.5,444.3301270189222),(500,445),(502.5,444.3301270189222),(504.3301270189222,442.5),(505,440),(504.3301270189222,437.5),(502.5,435.6698729810778),(500,435),(497.5,435.6698729810778),(495.6698729810778,437.5)) -4945 ((494,450),(494.80384757729337,453),(497,455.19615242270663),(500,456),(503,455.19615242270663),(505.19615242270663,453),(506,450),(505.19615242270663,447),(503,444.80384757729337),(500,444),(497,444.80384757729337),(494.80384757729337,447)) -4946 ((493,460),(493.93782217350895,463.5),(496.5,466.06217782649105),(500,467),(503.5,466.06217782649105),(506.06217782649105,463.5),(507,460),(506.06217782649105,456.5),(503.5,453.93782217350895),(500,453),(496.5,453.93782217350895),(493.93782217350895,456.5)) -4947 ((492,470),(493.0717967697245,474),(496,476.9282032302755),(500,478),(504,476.9282032302755),(506.9282032302755,474),(508,470),(506.9282032302755,466),(504,463.0717967697245),(500,462),(496,463.0717967697245),(493.0717967697245,466)) -4948 ((491,480),(492.20577136594005,484.5),(495.5,487.79422863405995),(500,489),(504.5,487.79422863405995),(507.79422863405995,484.5),(509,480),(507.79422863405995,475.5),(504.5,472.20577136594005),(500,471),(495.5,472.20577136594005),(492.20577136594005,475.5)) -4949 ((490,490),(491.33974596215563,495),(495,498.66025403784437),(500,500),(505,498.66025403784437),(508.66025403784437,495),(510,490),(508.66025403784437,485),(505,481.33974596215563),(500,480),(495,481.33974596215563),(491.33974596215563,485)) -4950 ((499,500),(499.1339745962156,500.5),(499.5,500.8660254037844),(500,501),(500.5,500.8660254037844),(500.8660254037844,500.5),(501,500),(500.8660254037844,499.5),(500.5,499.1339745962156),(500,499),(499.5,499.1339745962156),(499.1339745962156,499.5)) -4951 ((498,510),(498.2679491924311,511),(499,511.7320508075689),(500,512),(501,511.7320508075689),(501.7320508075689,511),(502,510),(501.7320508075689,509),(501,508.2679491924311),(500,508),(499,508.2679491924311),(498.2679491924311,509)) -4952 ((497,520),(497.4019237886467,521.5),(498.5,522.5980762113534),(500,523),(501.5,522.5980762113534),(502.5980762113533,521.5),(503,520),(502.5980762113533,518.5),(501.5,517.4019237886467),(500,517),(498.5,517.4019237886466),(497.4019237886467,518.5)) -4953 ((496,530),(496.53589838486226,532),(498,533.4641016151378),(500,534),(502,533.4641016151378),(503.46410161513774,532),(504,530),(503.46410161513774,528),(502,526.5358983848622),(500,526),(498,526.5358983848622),(496.53589838486226,528)) -4954 ((495,540),(495.6698729810778,542.5),(497.5,544.3301270189222),(500,545),(502.5,544.3301270189222),(504.3301270189222,542.5),(505,540),(504.3301270189222,537.5),(502.5,535.6698729810778),(500,535),(497.5,535.6698729810778),(495.6698729810778,537.5)) -4955 ((494,550),(494.80384757729337,553),(497,555.1961524227066),(500,556),(503,555.1961524227066),(505.19615242270663,553),(506,550),(505.19615242270663,547),(503,544.8038475772934),(500,544),(497,544.8038475772934),(494.80384757729337,547)) -4956 ((493,560),(493.93782217350895,563.5),(496.5,566.062177826491),(500,567),(503.5,566.062177826491),(506.06217782649105,563.5),(507,560),(506.06217782649105,556.5),(503.5,553.937822173509),(500,553),(496.5,553.937822173509),(493.93782217350895,556.5)) -4957 ((492,570),(493.0717967697245,574),(496,576.9282032302755),(500,578),(504,576.9282032302755),(506.9282032302755,574),(508,570),(506.9282032302755,566),(504,563.0717967697245),(500,562),(496,563.0717967697245),(493.0717967697245,566)) -4958 ((491,580),(492.20577136594005,584.5),(495.5,587.7942286340599),(500,589),(504.5,587.7942286340599),(507.79422863405995,584.5),(509,580),(507.79422863405995,575.5),(504.5,572.2057713659401),(500,571),(495.5,572.20577136594),(492.20577136594005,575.5)) -4959 ((490,590),(491.33974596215563,595),(495,598.6602540378444),(500,600),(505,598.6602540378444),(508.66025403784437,595),(510,590),(508.66025403784437,585),(505,581.3397459621556),(500,580),(495,581.3397459621556),(491.33974596215563,585)) -4960 ((499,600),(499.1339745962156,600.5),(499.5,600.8660254037844),(500,601),(500.5,600.8660254037844),(500.8660254037844,600.5),(501,600),(500.8660254037844,599.5),(500.5,599.1339745962156),(500,599),(499.5,599.1339745962156),(499.1339745962156,599.5)) -4961 ((498,610),(498.2679491924311,611),(499,611.7320508075688),(500,612),(501,611.7320508075688),(501.7320508075689,611),(502,610),(501.7320508075689,609),(501,608.2679491924312),(500,608),(499,608.2679491924312),(498.2679491924311,609)) -4962 ((497,620),(497.4019237886467,621.5),(498.5,622.5980762113534),(500,623),(501.5,622.5980762113534),(502.5980762113533,621.5),(503,620),(502.5980762113533,618.5),(501.5,617.4019237886467),(500,617),(498.5,617.4019237886466),(497.4019237886467,618.5)) -4963 ((496,630),(496.53589838486226,632),(498,633.4641016151378),(500,634),(502,633.4641016151378),(503.46410161513774,632),(504,630),(503.46410161513774,628),(502,626.5358983848622),(500,626),(498,626.5358983848622),(496.53589838486226,628)) -4964 ((495,640),(495.6698729810778,642.5),(497.5,644.3301270189222),(500,645),(502.5,644.3301270189222),(504.3301270189222,642.5),(505,640),(504.3301270189222,637.5),(502.5,635.6698729810778),(500,635),(497.5,635.6698729810778),(495.6698729810778,637.5)) -4965 ((494,650),(494.80384757729337,653),(497,655.1961524227066),(500,656),(503,655.1961524227066),(505.19615242270663,653),(506,650),(505.19615242270663,647),(503,644.8038475772934),(500,644),(497,644.8038475772934),(494.80384757729337,647)) -4966 ((493,660),(493.93782217350895,663.5),(496.5,666.062177826491),(500,667),(503.5,666.062177826491),(506.06217782649105,663.5),(507,660),(506.06217782649105,656.5),(503.5,653.937822173509),(500,653),(496.5,653.937822173509),(493.93782217350895,656.5)) -4967 ((492,670),(493.0717967697245,674),(496,676.9282032302755),(500,678),(504,676.9282032302755),(506.9282032302755,674),(508,670),(506.9282032302755,666),(504,663.0717967697245),(500,662),(496,663.0717967697245),(493.0717967697245,666)) -4968 ((491,680),(492.20577136594005,684.5),(495.5,687.7942286340599),(500,689),(504.5,687.7942286340599),(507.79422863405995,684.5),(509,680),(507.79422863405995,675.5),(504.5,672.2057713659401),(500,671),(495.5,672.20577136594),(492.20577136594005,675.5)) -4969 ((490,690),(491.33974596215563,695),(495,698.6602540378444),(500,700),(505,698.6602540378444),(508.66025403784437,695),(510,690),(508.66025403784437,685),(505,681.3397459621556),(500,680),(495,681.3397459621556),(491.33974596215563,685)) -4970 ((499,700),(499.1339745962156,700.5),(499.5,700.8660254037844),(500,701),(500.5,700.8660254037844),(500.8660254037844,700.5),(501,700),(500.8660254037844,699.5),(500.5,699.1339745962156),(500,699),(499.5,699.1339745962156),(499.1339745962156,699.5)) -4971 ((498,710),(498.2679491924311,711),(499,711.7320508075688),(500,712),(501,711.7320508075688),(501.7320508075689,711),(502,710),(501.7320508075689,709),(501,708.2679491924312),(500,708),(499,708.2679491924312),(498.2679491924311,709)) -4972 ((497,720),(497.4019237886467,721.5),(498.5,722.5980762113534),(500,723),(501.5,722.5980762113534),(502.5980762113533,721.5),(503,720),(502.5980762113533,718.5),(501.5,717.4019237886467),(500,717),(498.5,717.4019237886466),(497.4019237886467,718.5)) -4973 ((496,730),(496.53589838486226,732),(498,733.4641016151378),(500,734),(502,733.4641016151378),(503.46410161513774,732),(504,730),(503.46410161513774,728),(502,726.5358983848622),(500,726),(498,726.5358983848622),(496.53589838486226,728)) -4974 ((495,740),(495.6698729810778,742.5),(497.5,744.3301270189222),(500,745),(502.5,744.3301270189222),(504.3301270189222,742.5),(505,740),(504.3301270189222,737.5),(502.5,735.6698729810778),(500,735),(497.5,735.6698729810778),(495.6698729810778,737.5)) -4975 ((494,750),(494.80384757729337,753),(497,755.1961524227066),(500,756),(503,755.1961524227066),(505.19615242270663,753),(506,750),(505.19615242270663,747),(503,744.8038475772934),(500,744),(497,744.8038475772934),(494.80384757729337,747)) -4976 ((493,760),(493.93782217350895,763.5),(496.5,766.062177826491),(500,767),(503.5,766.062177826491),(506.06217782649105,763.5),(507,760),(506.06217782649105,756.5),(503.5,753.937822173509),(500,753),(496.5,753.937822173509),(493.93782217350895,756.5)) -4977 ((492,770),(493.0717967697245,774),(496,776.9282032302755),(500,778),(504,776.9282032302755),(506.9282032302755,774),(508,770),(506.9282032302755,766),(504,763.0717967697245),(500,762),(496,763.0717967697245),(493.0717967697245,766)) -4978 ((491,780),(492.20577136594005,784.5),(495.5,787.7942286340599),(500,789),(504.5,787.7942286340599),(507.79422863405995,784.5),(509,780),(507.79422863405995,775.5),(504.5,772.2057713659401),(500,771),(495.5,772.20577136594),(492.20577136594005,775.5)) -4979 ((490,790),(491.33974596215563,795),(495,798.6602540378444),(500,800),(505,798.6602540378444),(508.66025403784437,795),(510,790),(508.66025403784437,785),(505,781.3397459621556),(500,780),(495,781.3397459621556),(491.33974596215563,785)) -4980 ((499,800),(499.1339745962156,800.5),(499.5,800.8660254037844),(500,801),(500.5,800.8660254037844),(500.8660254037844,800.5),(501,800),(500.8660254037844,799.5),(500.5,799.1339745962156),(500,799),(499.5,799.1339745962156),(499.1339745962156,799.5)) -4981 ((498,810),(498.2679491924311,811),(499,811.7320508075688),(500,812),(501,811.7320508075688),(501.7320508075689,811),(502,810),(501.7320508075689,809),(501,808.2679491924312),(500,808),(499,808.2679491924312),(498.2679491924311,809)) -4982 ((497,820),(497.4019237886467,821.5),(498.5,822.5980762113534),(500,823),(501.5,822.5980762113534),(502.5980762113533,821.5),(503,820),(502.5980762113533,818.5),(501.5,817.4019237886467),(500,817),(498.5,817.4019237886466),(497.4019237886467,818.5)) -4983 ((496,830),(496.53589838486226,832),(498,833.4641016151378),(500,834),(502,833.4641016151378),(503.46410161513774,832),(504,830),(503.46410161513774,828),(502,826.5358983848622),(500,826),(498,826.5358983848622),(496.53589838486226,828)) -4984 ((495,840),(495.6698729810778,842.5),(497.5,844.3301270189222),(500,845),(502.5,844.3301270189222),(504.3301270189222,842.5),(505,840),(504.3301270189222,837.5),(502.5,835.6698729810778),(500,835),(497.5,835.6698729810778),(495.6698729810778,837.5)) -4985 ((494,850),(494.80384757729337,853),(497,855.1961524227066),(500,856),(503,855.1961524227066),(505.19615242270663,853),(506,850),(505.19615242270663,847),(503,844.8038475772934),(500,844),(497,844.8038475772934),(494.80384757729337,847)) -4986 ((493,860),(493.93782217350895,863.5),(496.5,866.062177826491),(500,867),(503.5,866.062177826491),(506.06217782649105,863.5),(507,860),(506.06217782649105,856.5),(503.5,853.937822173509),(500,853),(496.5,853.937822173509),(493.93782217350895,856.5)) -4987 ((492,870),(493.0717967697245,874),(496,876.9282032302755),(500,878),(504,876.9282032302755),(506.9282032302755,874),(508,870),(506.9282032302755,866),(504,863.0717967697245),(500,862),(496,863.0717967697245),(493.0717967697245,866)) -4988 ((491,880),(492.20577136594005,884.5),(495.5,887.7942286340599),(500,889),(504.5,887.7942286340599),(507.79422863405995,884.5),(509,880),(507.79422863405995,875.5),(504.5,872.2057713659401),(500,871),(495.5,872.20577136594),(492.20577136594005,875.5)) -4989 ((490,890),(491.33974596215563,895),(495,898.6602540378444),(500,900),(505,898.6602540378444),(508.66025403784437,895),(510,890),(508.66025403784437,885),(505,881.3397459621556),(500,880),(495,881.3397459621556),(491.33974596215563,885)) -4990 ((499,900),(499.1339745962156,900.5),(499.5,900.8660254037844),(500,901),(500.5,900.8660254037844),(500.8660254037844,900.5),(501,900),(500.8660254037844,899.5),(500.5,899.1339745962156),(500,899),(499.5,899.1339745962156),(499.1339745962156,899.5)) -4991 ((498,910),(498.2679491924311,911),(499,911.7320508075688),(500,912),(501,911.7320508075688),(501.7320508075689,911),(502,910),(501.7320508075689,909),(501,908.2679491924312),(500,908),(499,908.2679491924312),(498.2679491924311,909)) -4992 ((497,920),(497.4019237886467,921.5),(498.5,922.5980762113534),(500,923),(501.5,922.5980762113534),(502.5980762113533,921.5),(503,920),(502.5980762113533,918.5),(501.5,917.4019237886467),(500,917),(498.5,917.4019237886466),(497.4019237886467,918.5)) -4993 ((496,930),(496.53589838486226,932),(498,933.4641016151378),(500,934),(502,933.4641016151378),(503.46410161513774,932),(504,930),(503.46410161513774,928),(502,926.5358983848622),(500,926),(498,926.5358983848622),(496.53589838486226,928)) -4994 ((495,940),(495.6698729810778,942.5),(497.5,944.3301270189222),(500,945),(502.5,944.3301270189222),(504.3301270189222,942.5),(505,940),(504.3301270189222,937.5),(502.5,935.6698729810778),(500,935),(497.5,935.6698729810778),(495.6698729810778,937.5)) -4995 ((494,950),(494.80384757729337,953),(497,955.1961524227066),(500,956),(503,955.1961524227066),(505.19615242270663,953),(506,950),(505.19615242270663,947),(503,944.8038475772934),(500,944),(497,944.8038475772934),(494.80384757729337,947)) -4996 ((493,960),(493.93782217350895,963.5),(496.5,966.062177826491),(500,967),(503.5,966.062177826491),(506.06217782649105,963.5),(507,960),(506.06217782649105,956.5),(503.5,953.937822173509),(500,953),(496.5,953.937822173509),(493.93782217350895,956.5)) -4997 ((492,970),(493.0717967697245,974),(496,976.9282032302755),(500,978),(504,976.9282032302755),(506.9282032302755,974),(508,970),(506.9282032302755,966),(504,963.0717967697245),(500,962),(496,963.0717967697245),(493.0717967697245,966)) -4998 ((491,980),(492.20577136594005,984.5),(495.5,987.7942286340599),(500,989),(504.5,987.7942286340599),(507.79422863405995,984.5),(509,980),(507.79422863405995,975.5),(504.5,972.2057713659401),(500,971),(495.5,972.20577136594),(492.20577136594005,975.5)) -4999 ((490,990),(491.33974596215563,995),(495,998.6602540378444),(500,1000),(505,998.6602540378444),(508.66025403784437,995),(510,990),(508.66025403784437,985),(505,981.3397459621556),(500,980),(495,981.3397459621556),(491.33974596215563,985)) -5000 ((499,1000),(499.1339745962156,1000.5),(499.5,1000.8660254037844),(500,1001),(500.5,1000.8660254037844),(500.8660254037844,1000.5),(501,1000),(500.8660254037844,999.5),(500.5,999.1339745962156),(500,999),(499.5,999.1339745962156),(499.1339745962156,999.5)) -5001 ((507,10),(507.4019237886467,11.5),(508.5,12.598076211353316),(510,13),(511.5,12.598076211353316),(512.5980762113533,11.5),(513,10),(512.5980762113534,8.5),(511.5,7.401923788646684),(510,7),(508.5,7.401923788646683),(507.4019237886467,8.499999999999998)) -5002 ((506,20),(506.53589838486226,22),(508,23.464101615137753),(510,24),(512,23.464101615137753),(513.4641016151378,22),(514,20),(513.4641016151378,18),(512,16.535898384862247),(510,16),(508,16.535898384862243),(506.53589838486226,18)) -5003 ((505,30),(505.6698729810778,32.5),(507.5,34.33012701892219),(510,35),(512.5,34.33012701892219),(514.3301270189222,32.5),(515,30),(514.3301270189222,27.5),(512.5,25.66987298107781),(510,25),(507.5,25.669872981077805),(505.6698729810778,27.499999999999996)) -5004 ((504,40),(504.80384757729337,43),(507,45.19615242270663),(510,46),(513,45.19615242270663),(515.1961524227066,43),(516,40),(515.1961524227066,37),(513,34.80384757729337),(510,34),(507,34.80384757729337),(504.80384757729337,37)) -5005 ((503,50),(503.93782217350895,53.5),(506.5,56.06217782649107),(510,57),(513.5,56.06217782649107),(516.062177826491,53.5),(517,50),(516.062177826491,46.5),(513.5,43.937822173508934),(510,43),(506.5,43.93782217350893),(503.93782217350895,46.5)) -5006 ((502,60),(503.0717967697245,64),(506,66.92820323027551),(510,68),(514,66.92820323027551),(516.9282032302755,64),(518,60),(516.9282032302755,56),(514,53.07179676972449),(510,52),(506,53.071796769724486),(503.0717967697245,56)) -5007 ((501,70),(502.20577136594005,74.5),(505.5,77.79422863405995),(510,79),(514.5,77.79422863405995),(517.7942286340599,74.5),(519,70),(517.79422863406,65.5),(514.5,62.20577136594005),(510,61),(505.5,62.20577136594005),(502.20577136594005,65.5)) -5008 ((500,80),(501.33974596215563,85),(505,88.66025403784438),(510,90),(515,88.66025403784438),(518.6602540378444,85),(520,80),(518.6602540378444,75),(515,71.33974596215562),(510,70),(505,71.3397459621556),(501.33974596215563,75)) -5009 ((509,90),(509.1339745962156,90.5),(509.5,90.86602540378443),(510,91),(510.5,90.86602540378443),(510.8660254037844,90.5),(511,90),(510.8660254037844,89.5),(510.5,89.13397459621557),(510,89),(509.5,89.13397459621557),(509.1339745962156,89.5)) -5010 ((508,100),(508.2679491924311,101),(509,101.73205080756888),(510,102),(511,101.73205080756888),(511.7320508075689,101),(512,100),(511.7320508075689,99),(511,98.26794919243112),(510,98),(509,98.26794919243112),(508.2679491924311,99)) -5011 ((507,110),(507.4019237886467,111.5),(508.5,112.59807621135332),(510,113),(511.5,112.59807621135332),(512.5980762113533,111.5),(513,110),(512.5980762113534,108.5),(511.5,107.40192378864668),(510,107),(508.5,107.40192378864668),(507.4019237886467,108.5)) -5012 ((506,120),(506.53589838486226,122),(508,123.46410161513775),(510,124),(512,123.46410161513775),(513.4641016151378,122),(514,120),(513.4641016151378,118),(512,116.53589838486225),(510,116),(508,116.53589838486225),(506.53589838486226,118)) -5013 ((505,130),(505.6698729810778,132.5),(507.5,134.33012701892218),(510,135),(512.5,134.33012701892218),(514.3301270189222,132.5),(515,130),(514.3301270189222,127.5),(512.5,125.6698729810778),(510,125),(507.5,125.6698729810778),(505.6698729810778,127.5)) -5014 ((504,140),(504.80384757729337,143),(507,145.19615242270663),(510,146),(513,145.19615242270663),(515.1961524227066,143),(516,140),(515.1961524227066,137),(513,134.80384757729337),(510,134),(507,134.80384757729337),(504.80384757729337,137)) -5015 ((503,150),(503.93782217350895,153.5),(506.5,156.06217782649108),(510,157),(513.5,156.06217782649108),(516.062177826491,153.5),(517,150),(516.062177826491,146.5),(513.5,143.93782217350892),(510,143),(506.5,143.93782217350892),(503.93782217350895,146.5)) -5016 ((502,160),(503.0717967697245,164),(506,166.9282032302755),(510,168),(514,166.9282032302755),(516.9282032302755,164),(518,160),(516.9282032302755,156),(514,153.0717967697245),(510,152),(506,153.0717967697245),(503.0717967697245,156)) -5017 ((501,170),(502.20577136594005,174.5),(505.5,177.79422863405995),(510,179),(514.5,177.79422863405995),(517.7942286340599,174.5),(519,170),(517.79422863406,165.5),(514.5,162.20577136594005),(510,161),(505.5,162.20577136594005),(502.20577136594005,165.5)) -5018 ((500,180),(501.33974596215563,185),(505,188.6602540378444),(510,190),(515,188.6602540378444),(518.6602540378444,185),(520,180),(518.6602540378444,175),(515,171.3397459621556),(510,170),(505,171.3397459621556),(501.33974596215563,175)) -5019 ((509,190),(509.1339745962156,190.5),(509.5,190.86602540378445),(510,191),(510.5,190.86602540378445),(510.8660254037844,190.5),(511,190),(510.8660254037844,189.5),(510.5,189.13397459621555),(510,189),(509.5,189.13397459621555),(509.1339745962156,189.5)) -5020 ((508,200),(508.2679491924311,201),(509,201.73205080756887),(510,202),(511,201.73205080756887),(511.7320508075689,201),(512,200),(511.7320508075689,199),(511,198.26794919243113),(510,198),(509,198.26794919243113),(508.2679491924311,199)) -5021 ((507,210),(507.4019237886467,211.5),(508.5,212.59807621135332),(510,213),(511.5,212.59807621135332),(512.5980762113533,211.5),(513,210),(512.5980762113534,208.5),(511.5,207.40192378864668),(510,207),(508.5,207.40192378864668),(507.4019237886467,208.5)) -5022 ((506,220),(506.53589838486226,222),(508,223.46410161513776),(510,224),(512,223.46410161513776),(513.4641016151378,222),(514,220),(513.4641016151378,218),(512,216.53589838486224),(510,216),(508,216.53589838486224),(506.53589838486226,218)) -5023 ((505,230),(505.6698729810778,232.5),(507.5,234.33012701892218),(510,235),(512.5,234.33012701892218),(514.3301270189222,232.5),(515,230),(514.3301270189222,227.5),(512.5,225.66987298107782),(510,225),(507.5,225.66987298107782),(505.6698729810778,227.5)) -5024 ((504,240),(504.80384757729337,243),(507,245.19615242270663),(510,246),(513,245.19615242270663),(515.1961524227066,243),(516,240),(515.1961524227066,237),(513,234.80384757729337),(510,234),(507,234.80384757729337),(504.80384757729337,237)) -5025 ((503,250),(503.93782217350895,253.5),(506.5,256.06217782649105),(510,257),(513.5,256.06217782649105),(516.062177826491,253.5),(517,250),(516.062177826491,246.5),(513.5,243.93782217350892),(510,243),(506.5,243.93782217350892),(503.93782217350895,246.5)) -5026 ((502,260),(503.0717967697245,264),(506,266.9282032302755),(510,268),(514,266.9282032302755),(516.9282032302755,264),(518,260),(516.9282032302755,256),(514,253.0717967697245),(510,252),(506,253.0717967697245),(503.0717967697245,256)) -5027 ((501,270),(502.20577136594005,274.5),(505.5,277.79422863405995),(510,279),(514.5,277.79422863405995),(517.7942286340599,274.5),(519,270),(517.79422863406,265.5),(514.5,262.20577136594005),(510,261),(505.5,262.20577136594005),(502.20577136594005,265.5)) -5028 ((500,280),(501.33974596215563,285),(505,288.66025403784437),(510,290),(515,288.66025403784437),(518.6602540378444,285),(520,280),(518.6602540378444,275),(515,271.33974596215563),(510,270),(505,271.33974596215563),(501.33974596215563,275)) -5029 ((509,290),(509.1339745962156,290.5),(509.5,290.8660254037844),(510,291),(510.5,290.8660254037844),(510.8660254037844,290.5),(511,290),(510.8660254037844,289.5),(510.5,289.1339745962156),(510,289),(509.5,289.1339745962156),(509.1339745962156,289.5)) -5030 ((508,300),(508.2679491924311,301),(509,301.7320508075689),(510,302),(511,301.7320508075689),(511.7320508075689,301),(512,300),(511.7320508075689,299),(511,298.2679491924311),(510,298),(509,298.2679491924311),(508.2679491924311,299)) -5031 ((507,310),(507.4019237886467,311.5),(508.5,312.5980762113533),(510,313),(511.5,312.5980762113533),(512.5980762113533,311.5),(513,310),(512.5980762113534,308.5),(511.5,307.4019237886467),(510,307),(508.5,307.4019237886467),(507.4019237886467,308.5)) -5032 ((506,320),(506.53589838486226,322),(508,323.46410161513774),(510,324),(512,323.46410161513774),(513.4641016151378,322),(514,320),(513.4641016151378,318),(512,316.53589838486226),(510,316),(508,316.53589838486226),(506.53589838486226,318)) -5033 ((505,330),(505.6698729810778,332.5),(507.5,334.3301270189222),(510,335),(512.5,334.3301270189222),(514.3301270189222,332.5),(515,330),(514.3301270189222,327.5),(512.5,325.6698729810778),(510,325),(507.5,325.6698729810778),(505.6698729810778,327.5)) -5034 ((504,340),(504.80384757729337,343),(507,345.19615242270663),(510,346),(513,345.19615242270663),(515.1961524227066,343),(516,340),(515.1961524227066,337),(513,334.80384757729337),(510,334),(507,334.80384757729337),(504.80384757729337,337)) -5035 ((503,350),(503.93782217350895,353.5),(506.5,356.06217782649105),(510,357),(513.5,356.06217782649105),(516.062177826491,353.5),(517,350),(516.062177826491,346.5),(513.5,343.93782217350895),(510,343),(506.5,343.93782217350895),(503.93782217350895,346.5)) -5036 ((502,360),(503.0717967697245,364),(506,366.9282032302755),(510,368),(514,366.9282032302755),(516.9282032302755,364),(518,360),(516.9282032302755,356),(514,353.0717967697245),(510,352),(506,353.0717967697245),(503.0717967697245,356)) -5037 ((501,370),(502.20577136594005,374.5),(505.5,377.79422863405995),(510,379),(514.5,377.79422863405995),(517.7942286340599,374.5),(519,370),(517.79422863406,365.5),(514.5,362.20577136594005),(510,361),(505.5,362.20577136594005),(502.20577136594005,365.5)) -5038 ((500,380),(501.33974596215563,385),(505,388.66025403784437),(510,390),(515,388.66025403784437),(518.6602540378444,385),(520,380),(518.6602540378444,375),(515,371.33974596215563),(510,370),(505,371.33974596215563),(501.33974596215563,375)) -5039 ((509,390),(509.1339745962156,390.5),(509.5,390.8660254037844),(510,391),(510.5,390.8660254037844),(510.8660254037844,390.5),(511,390),(510.8660254037844,389.5),(510.5,389.1339745962156),(510,389),(509.5,389.1339745962156),(509.1339745962156,389.5)) -5040 ((508,400),(508.2679491924311,401),(509,401.7320508075689),(510,402),(511,401.7320508075689),(511.7320508075689,401),(512,400),(511.7320508075689,399),(511,398.2679491924311),(510,398),(509,398.2679491924311),(508.2679491924311,399)) -5041 ((507,410),(507.4019237886467,411.5),(508.5,412.5980762113533),(510,413),(511.5,412.5980762113533),(512.5980762113533,411.5),(513,410),(512.5980762113534,408.5),(511.5,407.4019237886467),(510,407),(508.5,407.4019237886467),(507.4019237886467,408.5)) -5042 ((506,420),(506.53589838486226,422),(508,423.46410161513774),(510,424),(512,423.46410161513774),(513.4641016151378,422),(514,420),(513.4641016151378,418),(512,416.53589838486226),(510,416),(508,416.53589838486226),(506.53589838486226,418)) -5043 ((505,430),(505.6698729810778,432.5),(507.5,434.3301270189222),(510,435),(512.5,434.3301270189222),(514.3301270189222,432.5),(515,430),(514.3301270189222,427.5),(512.5,425.6698729810778),(510,425),(507.5,425.6698729810778),(505.6698729810778,427.5)) -5044 ((504,440),(504.80384757729337,443),(507,445.19615242270663),(510,446),(513,445.19615242270663),(515.1961524227066,443),(516,440),(515.1961524227066,437),(513,434.80384757729337),(510,434),(507,434.80384757729337),(504.80384757729337,437)) -5045 ((503,450),(503.93782217350895,453.5),(506.5,456.06217782649105),(510,457),(513.5,456.06217782649105),(516.062177826491,453.5),(517,450),(516.062177826491,446.5),(513.5,443.93782217350895),(510,443),(506.5,443.93782217350895),(503.93782217350895,446.5)) -5046 ((502,460),(503.0717967697245,464),(506,466.9282032302755),(510,468),(514,466.9282032302755),(516.9282032302755,464),(518,460),(516.9282032302755,456),(514,453.0717967697245),(510,452),(506,453.0717967697245),(503.0717967697245,456)) -5047 ((501,470),(502.20577136594005,474.5),(505.5,477.79422863405995),(510,479),(514.5,477.79422863405995),(517.7942286340599,474.5),(519,470),(517.79422863406,465.5),(514.5,462.20577136594005),(510,461),(505.5,462.20577136594005),(502.20577136594005,465.5)) -5048 ((500,480),(501.33974596215563,485),(505,488.66025403784437),(510,490),(515,488.66025403784437),(518.6602540378444,485),(520,480),(518.6602540378444,475),(515,471.33974596215563),(510,470),(505,471.33974596215563),(501.33974596215563,475)) -5049 ((509,490),(509.1339745962156,490.5),(509.5,490.8660254037844),(510,491),(510.5,490.8660254037844),(510.8660254037844,490.5),(511,490),(510.8660254037844,489.5),(510.5,489.1339745962156),(510,489),(509.5,489.1339745962156),(509.1339745962156,489.5)) -5050 ((508,500),(508.2679491924311,501),(509,501.7320508075689),(510,502),(511,501.7320508075689),(511.7320508075689,501),(512,500),(511.7320508075689,499),(511,498.2679491924311),(510,498),(509,498.2679491924311),(508.2679491924311,499)) -5051 ((507,510),(507.4019237886467,511.5),(508.5,512.5980762113534),(510,513),(511.5,512.5980762113534),(512.5980762113533,511.5),(513,510),(512.5980762113534,508.5),(511.5,507.4019237886467),(510,507),(508.5,507.4019237886467),(507.4019237886467,508.5)) -5052 ((506,520),(506.53589838486226,522),(508,523.4641016151378),(510,524),(512,523.4641016151378),(513.4641016151378,522),(514,520),(513.4641016151378,518),(512,516.5358983848622),(510,516),(508,516.5358983848622),(506.53589838486226,518)) -5053 ((505,530),(505.6698729810778,532.5),(507.5,534.3301270189222),(510,535),(512.5,534.3301270189222),(514.3301270189222,532.5),(515,530),(514.3301270189222,527.5),(512.5,525.6698729810778),(510,525),(507.5,525.6698729810778),(505.6698729810778,527.5)) -5054 ((504,540),(504.80384757729337,543),(507,545.1961524227066),(510,546),(513,545.1961524227066),(515.1961524227066,543),(516,540),(515.1961524227066,537),(513,534.8038475772934),(510,534),(507,534.8038475772934),(504.80384757729337,537)) -5055 ((503,550),(503.93782217350895,553.5),(506.5,556.062177826491),(510,557),(513.5,556.062177826491),(516.062177826491,553.5),(517,550),(516.062177826491,546.5),(513.5,543.937822173509),(510,543),(506.5,543.937822173509),(503.93782217350895,546.5)) -5056 ((502,560),(503.0717967697245,564),(506,566.9282032302755),(510,568),(514,566.9282032302755),(516.9282032302755,564),(518,560),(516.9282032302755,556),(514,553.0717967697245),(510,552),(506,553.0717967697245),(503.0717967697245,556)) -5057 ((501,570),(502.20577136594005,574.5),(505.5,577.7942286340599),(510,579),(514.5,577.7942286340599),(517.7942286340599,574.5),(519,570),(517.79422863406,565.5),(514.5,562.2057713659401),(510,561),(505.5,562.20577136594),(502.20577136594005,565.5)) -5058 ((500,580),(501.33974596215563,585),(505,588.6602540378444),(510,590),(515,588.6602540378444),(518.6602540378444,585),(520,580),(518.6602540378444,575),(515,571.3397459621556),(510,570),(505,571.3397459621556),(501.33974596215563,575)) -5059 ((509,590),(509.1339745962156,590.5),(509.5,590.8660254037844),(510,591),(510.5,590.8660254037844),(510.8660254037844,590.5),(511,590),(510.8660254037844,589.5),(510.5,589.1339745962156),(510,589),(509.5,589.1339745962156),(509.1339745962156,589.5)) -5060 ((508,600),(508.2679491924311,601),(509,601.7320508075688),(510,602),(511,601.7320508075688),(511.7320508075689,601),(512,600),(511.7320508075689,599),(511,598.2679491924312),(510,598),(509,598.2679491924312),(508.2679491924311,599)) -5061 ((507,610),(507.4019237886467,611.5),(508.5,612.5980762113534),(510,613),(511.5,612.5980762113534),(512.5980762113533,611.5),(513,610),(512.5980762113534,608.5),(511.5,607.4019237886467),(510,607),(508.5,607.4019237886466),(507.4019237886467,608.5)) -5062 ((506,620),(506.53589838486226,622),(508,623.4641016151378),(510,624),(512,623.4641016151378),(513.4641016151378,622),(514,620),(513.4641016151378,618),(512,616.5358983848622),(510,616),(508,616.5358983848622),(506.53589838486226,618)) -5063 ((505,630),(505.6698729810778,632.5),(507.5,634.3301270189222),(510,635),(512.5,634.3301270189222),(514.3301270189222,632.5),(515,630),(514.3301270189222,627.5),(512.5,625.6698729810778),(510,625),(507.5,625.6698729810778),(505.6698729810778,627.5)) -5064 ((504,640),(504.80384757729337,643),(507,645.1961524227066),(510,646),(513,645.1961524227066),(515.1961524227066,643),(516,640),(515.1961524227066,637),(513,634.8038475772934),(510,634),(507,634.8038475772934),(504.80384757729337,637)) -5065 ((503,650),(503.93782217350895,653.5),(506.5,656.062177826491),(510,657),(513.5,656.062177826491),(516.062177826491,653.5),(517,650),(516.062177826491,646.5),(513.5,643.937822173509),(510,643),(506.5,643.937822173509),(503.93782217350895,646.5)) -5066 ((502,660),(503.0717967697245,664),(506,666.9282032302755),(510,668),(514,666.9282032302755),(516.9282032302755,664),(518,660),(516.9282032302755,656),(514,653.0717967697245),(510,652),(506,653.0717967697245),(503.0717967697245,656)) -5067 ((501,670),(502.20577136594005,674.5),(505.5,677.7942286340599),(510,679),(514.5,677.7942286340599),(517.7942286340599,674.5),(519,670),(517.79422863406,665.5),(514.5,662.2057713659401),(510,661),(505.5,662.20577136594),(502.20577136594005,665.5)) -5068 ((500,680),(501.33974596215563,685),(505,688.6602540378444),(510,690),(515,688.6602540378444),(518.6602540378444,685),(520,680),(518.6602540378444,675),(515,671.3397459621556),(510,670),(505,671.3397459621556),(501.33974596215563,675)) -5069 ((509,690),(509.1339745962156,690.5),(509.5,690.8660254037844),(510,691),(510.5,690.8660254037844),(510.8660254037844,690.5),(511,690),(510.8660254037844,689.5),(510.5,689.1339745962156),(510,689),(509.5,689.1339745962156),(509.1339745962156,689.5)) -5070 ((508,700),(508.2679491924311,701),(509,701.7320508075688),(510,702),(511,701.7320508075688),(511.7320508075689,701),(512,700),(511.7320508075689,699),(511,698.2679491924312),(510,698),(509,698.2679491924312),(508.2679491924311,699)) -5071 ((507,710),(507.4019237886467,711.5),(508.5,712.5980762113534),(510,713),(511.5,712.5980762113534),(512.5980762113533,711.5),(513,710),(512.5980762113534,708.5),(511.5,707.4019237886467),(510,707),(508.5,707.4019237886466),(507.4019237886467,708.5)) -5072 ((506,720),(506.53589838486226,722),(508,723.4641016151378),(510,724),(512,723.4641016151378),(513.4641016151378,722),(514,720),(513.4641016151378,718),(512,716.5358983848622),(510,716),(508,716.5358983848622),(506.53589838486226,718)) -5073 ((505,730),(505.6698729810778,732.5),(507.5,734.3301270189222),(510,735),(512.5,734.3301270189222),(514.3301270189222,732.5),(515,730),(514.3301270189222,727.5),(512.5,725.6698729810778),(510,725),(507.5,725.6698729810778),(505.6698729810778,727.5)) -5074 ((504,740),(504.80384757729337,743),(507,745.1961524227066),(510,746),(513,745.1961524227066),(515.1961524227066,743),(516,740),(515.1961524227066,737),(513,734.8038475772934),(510,734),(507,734.8038475772934),(504.80384757729337,737)) -5075 ((503,750),(503.93782217350895,753.5),(506.5,756.062177826491),(510,757),(513.5,756.062177826491),(516.062177826491,753.5),(517,750),(516.062177826491,746.5),(513.5,743.937822173509),(510,743),(506.5,743.937822173509),(503.93782217350895,746.5)) -5076 ((502,760),(503.0717967697245,764),(506,766.9282032302755),(510,768),(514,766.9282032302755),(516.9282032302755,764),(518,760),(516.9282032302755,756),(514,753.0717967697245),(510,752),(506,753.0717967697245),(503.0717967697245,756)) -5077 ((501,770),(502.20577136594005,774.5),(505.5,777.7942286340599),(510,779),(514.5,777.7942286340599),(517.7942286340599,774.5),(519,770),(517.79422863406,765.5),(514.5,762.2057713659401),(510,761),(505.5,762.20577136594),(502.20577136594005,765.5)) -5078 ((500,780),(501.33974596215563,785),(505,788.6602540378444),(510,790),(515,788.6602540378444),(518.6602540378444,785),(520,780),(518.6602540378444,775),(515,771.3397459621556),(510,770),(505,771.3397459621556),(501.33974596215563,775)) -5079 ((509,790),(509.1339745962156,790.5),(509.5,790.8660254037844),(510,791),(510.5,790.8660254037844),(510.8660254037844,790.5),(511,790),(510.8660254037844,789.5),(510.5,789.1339745962156),(510,789),(509.5,789.1339745962156),(509.1339745962156,789.5)) -5080 ((508,800),(508.2679491924311,801),(509,801.7320508075688),(510,802),(511,801.7320508075688),(511.7320508075689,801),(512,800),(511.7320508075689,799),(511,798.2679491924312),(510,798),(509,798.2679491924312),(508.2679491924311,799)) -5081 ((507,810),(507.4019237886467,811.5),(508.5,812.5980762113534),(510,813),(511.5,812.5980762113534),(512.5980762113533,811.5),(513,810),(512.5980762113534,808.5),(511.5,807.4019237886467),(510,807),(508.5,807.4019237886466),(507.4019237886467,808.5)) -5082 ((506,820),(506.53589838486226,822),(508,823.4641016151378),(510,824),(512,823.4641016151378),(513.4641016151378,822),(514,820),(513.4641016151378,818),(512,816.5358983848622),(510,816),(508,816.5358983848622),(506.53589838486226,818)) -5083 ((505,830),(505.6698729810778,832.5),(507.5,834.3301270189222),(510,835),(512.5,834.3301270189222),(514.3301270189222,832.5),(515,830),(514.3301270189222,827.5),(512.5,825.6698729810778),(510,825),(507.5,825.6698729810778),(505.6698729810778,827.5)) -5084 ((504,840),(504.80384757729337,843),(507,845.1961524227066),(510,846),(513,845.1961524227066),(515.1961524227066,843),(516,840),(515.1961524227066,837),(513,834.8038475772934),(510,834),(507,834.8038475772934),(504.80384757729337,837)) -5085 ((503,850),(503.93782217350895,853.5),(506.5,856.062177826491),(510,857),(513.5,856.062177826491),(516.062177826491,853.5),(517,850),(516.062177826491,846.5),(513.5,843.937822173509),(510,843),(506.5,843.937822173509),(503.93782217350895,846.5)) -5086 ((502,860),(503.0717967697245,864),(506,866.9282032302755),(510,868),(514,866.9282032302755),(516.9282032302755,864),(518,860),(516.9282032302755,856),(514,853.0717967697245),(510,852),(506,853.0717967697245),(503.0717967697245,856)) -5087 ((501,870),(502.20577136594005,874.5),(505.5,877.7942286340599),(510,879),(514.5,877.7942286340599),(517.7942286340599,874.5),(519,870),(517.79422863406,865.5),(514.5,862.2057713659401),(510,861),(505.5,862.20577136594),(502.20577136594005,865.5)) -5088 ((500,880),(501.33974596215563,885),(505,888.6602540378444),(510,890),(515,888.6602540378444),(518.6602540378444,885),(520,880),(518.6602540378444,875),(515,871.3397459621556),(510,870),(505,871.3397459621556),(501.33974596215563,875)) -5089 ((509,890),(509.1339745962156,890.5),(509.5,890.8660254037844),(510,891),(510.5,890.8660254037844),(510.8660254037844,890.5),(511,890),(510.8660254037844,889.5),(510.5,889.1339745962156),(510,889),(509.5,889.1339745962156),(509.1339745962156,889.5)) -5090 ((508,900),(508.2679491924311,901),(509,901.7320508075688),(510,902),(511,901.7320508075688),(511.7320508075689,901),(512,900),(511.7320508075689,899),(511,898.2679491924312),(510,898),(509,898.2679491924312),(508.2679491924311,899)) -5091 ((507,910),(507.4019237886467,911.5),(508.5,912.5980762113534),(510,913),(511.5,912.5980762113534),(512.5980762113533,911.5),(513,910),(512.5980762113534,908.5),(511.5,907.4019237886467),(510,907),(508.5,907.4019237886466),(507.4019237886467,908.5)) -5092 ((506,920),(506.53589838486226,922),(508,923.4641016151378),(510,924),(512,923.4641016151378),(513.4641016151378,922),(514,920),(513.4641016151378,918),(512,916.5358983848622),(510,916),(508,916.5358983848622),(506.53589838486226,918)) -5093 ((505,930),(505.6698729810778,932.5),(507.5,934.3301270189222),(510,935),(512.5,934.3301270189222),(514.3301270189222,932.5),(515,930),(514.3301270189222,927.5),(512.5,925.6698729810778),(510,925),(507.5,925.6698729810778),(505.6698729810778,927.5)) -5094 ((504,940),(504.80384757729337,943),(507,945.1961524227066),(510,946),(513,945.1961524227066),(515.1961524227066,943),(516,940),(515.1961524227066,937),(513,934.8038475772934),(510,934),(507,934.8038475772934),(504.80384757729337,937)) -5095 ((503,950),(503.93782217350895,953.5),(506.5,956.062177826491),(510,957),(513.5,956.062177826491),(516.062177826491,953.5),(517,950),(516.062177826491,946.5),(513.5,943.937822173509),(510,943),(506.5,943.937822173509),(503.93782217350895,946.5)) -5096 ((502,960),(503.0717967697245,964),(506,966.9282032302755),(510,968),(514,966.9282032302755),(516.9282032302755,964),(518,960),(516.9282032302755,956),(514,953.0717967697245),(510,952),(506,953.0717967697245),(503.0717967697245,956)) -5097 ((501,970),(502.20577136594005,974.5),(505.5,977.7942286340599),(510,979),(514.5,977.7942286340599),(517.7942286340599,974.5),(519,970),(517.79422863406,965.5),(514.5,962.2057713659401),(510,961),(505.5,962.20577136594),(502.20577136594005,965.5)) -5098 ((500,980),(501.33974596215563,985),(505,988.6602540378444),(510,990),(515,988.6602540378444),(518.6602540378444,985),(520,980),(518.6602540378444,975),(515,971.3397459621556),(510,970),(505,971.3397459621556),(501.33974596215563,975)) -5099 ((509,990),(509.1339745962156,990.5),(509.5,990.8660254037844),(510,991),(510.5,990.8660254037844),(510.8660254037844,990.5),(511,990),(510.8660254037844,989.5),(510.5,989.1339745962156),(510,989),(509.5,989.1339745962156),(509.1339745962156,989.5)) -5100 ((508,1000),(508.2679491924311,1001),(509,1001.7320508075688),(510,1002),(511,1001.7320508075688),(511.7320508075689,1001),(512,1000),(511.7320508075689,999),(511,998.2679491924312),(510,998),(509,998.2679491924312),(508.2679491924311,999)) -5101 ((516,10),(516.5358983848622,12),(518,13.464101615137753),(520,14),(522,13.464101615137755),(523.4641016151378,12.000000000000002),(524,10),(523.4641016151378,8.000000000000002),(522,6.5358983848622465),(520,6),(518,6.535898384862244),(516.5358983848622,7.999999999999998)) -5102 ((515,20),(515.6698729810778,22.5),(517.5,24.33012701892219),(520,25),(522.5,24.330127018922195),(524.3301270189222,22.5),(525,20),(524.3301270189222,17.5),(522.5,15.669872981077807),(520,15),(517.5,15.669872981077805),(515.6698729810778,17.499999999999996)) -5103 ((514,30),(514.8038475772934,33),(517,35.19615242270663),(520,36),(523,35.19615242270663),(525.1961524227066,33),(526,30),(525.1961524227066,27),(523,24.803847577293368),(520,24),(517,24.803847577293368),(514.8038475772934,26.999999999999996)) -5104 ((513,40),(513.937822173509,43.5),(516.5,46.06217782649107),(520,47),(523.5,46.06217782649107),(526.062177826491,43.5),(527,40),(526.062177826491,36.5),(523.5,33.937822173508934),(520,33),(516.5,33.93782217350893),(513.937822173509,36.5)) -5105 ((512,50),(513.0717967697245,54),(516,56.92820323027551),(520,58),(524,56.92820323027551),(526.9282032302755,54),(528,50),(526.9282032302755,46),(524,43.07179676972449),(520,42),(516,43.071796769724486),(513.0717967697245,46)) -5106 ((511,60),(512.2057713659401,64.5),(515.5,67.79422863405995),(520,69),(524.5,67.79422863405995),(527.7942286340599,64.5),(529,60),(527.79422863406,55.5),(524.5,52.20577136594005),(520,51),(515.5,52.20577136594005),(512.2057713659401,55.5)) -5107 ((510,70),(511.33974596215563,75),(515,78.66025403784438),(520,80),(525,78.66025403784438),(528.6602540378444,75),(530,70),(528.6602540378444,65),(525,61.33974596215562),(520,60),(515,61.33974596215561),(511.33974596215563,65)) -5108 ((519,80),(519.1339745962156,80.5),(519.5,80.86602540378443),(520,81),(520.5,80.86602540378443),(520.8660254037844,80.5),(521,80),(520.8660254037844,79.5),(520.5,79.13397459621557),(520,79),(519.5,79.13397459621557),(519.1339745962156,79.5)) -5109 ((518,90),(518.2679491924312,91),(519,91.73205080756888),(520,92),(521,91.73205080756888),(521.7320508075688,91),(522,90),(521.7320508075688,89),(521,88.26794919243112),(520,88),(519,88.26794919243112),(518.2679491924312,89)) -5110 ((517,100),(517.4019237886466,101.5),(518.5,102.59807621135332),(520,103),(521.5,102.59807621135332),(522.5980762113533,101.5),(523,100),(522.5980762113534,98.5),(521.5,97.40192378864668),(520,97),(518.5,97.40192378864668),(517.4019237886467,98.5)) -5111 ((516,110),(516.5358983848622,112),(518,113.46410161513775),(520,114),(522,113.46410161513775),(523.4641016151378,112),(524,110),(523.4641016151378,108),(522,106.53589838486225),(520,106),(518,106.53589838486225),(516.5358983848622,108)) -5112 ((515,120),(515.6698729810778,122.5),(517.5,124.3301270189222),(520,125),(522.5,124.3301270189222),(524.3301270189222,122.5),(525,120),(524.3301270189222,117.5),(522.5,115.6698729810778),(520,115),(517.5,115.6698729810778),(515.6698729810778,117.5)) -5113 ((514,130),(514.8038475772934,133),(517,135.19615242270663),(520,136),(523,135.19615242270663),(525.1961524227066,133),(526,130),(525.1961524227066,127),(523,124.80384757729337),(520,124),(517,124.80384757729337),(514.8038475772934,127)) -5114 ((513,140),(513.937822173509,143.5),(516.5,146.06217782649108),(520,147),(523.5,146.06217782649108),(526.062177826491,143.5),(527,140),(526.062177826491,136.5),(523.5,133.93782217350892),(520,133),(516.5,133.93782217350892),(513.937822173509,136.5)) -5115 ((512,150),(513.0717967697245,154),(516,156.9282032302755),(520,158),(524,156.9282032302755),(526.9282032302755,154),(528,150),(526.9282032302755,146),(524,143.0717967697245),(520,142),(516,143.0717967697245),(513.0717967697245,146)) -5116 ((511,160),(512.2057713659401,164.5),(515.5,167.79422863405995),(520,169),(524.5,167.79422863405995),(527.7942286340599,164.5),(529,160),(527.79422863406,155.5),(524.5,152.20577136594005),(520,151),(515.5,152.20577136594005),(512.2057713659401,155.5)) -5117 ((510,170),(511.33974596215563,175),(515,178.6602540378444),(520,180),(525,178.6602540378444),(528.6602540378444,175),(530,170),(528.6602540378444,165),(525,161.3397459621556),(520,160),(515,161.3397459621556),(511.33974596215563,165)) -5118 ((519,180),(519.1339745962156,180.5),(519.5,180.86602540378445),(520,181),(520.5,180.86602540378445),(520.8660254037844,180.5),(521,180),(520.8660254037844,179.5),(520.5,179.13397459621555),(520,179),(519.5,179.13397459621555),(519.1339745962156,179.5)) -5119 ((518,190),(518.2679491924312,191),(519,191.73205080756887),(520,192),(521,191.73205080756887),(521.7320508075688,191),(522,190),(521.7320508075688,189),(521,188.26794919243113),(520,188),(519,188.26794919243113),(518.2679491924312,189)) -5120 ((517,200),(517.4019237886466,201.5),(518.5,202.59807621135332),(520,203),(521.5,202.59807621135332),(522.5980762113533,201.5),(523,200),(522.5980762113534,198.5),(521.5,197.40192378864668),(520,197),(518.5,197.40192378864668),(517.4019237886467,198.5)) -5121 ((516,210),(516.5358983848622,212),(518,213.46410161513776),(520,214),(522,213.46410161513776),(523.4641016151378,212),(524,210),(523.4641016151378,208),(522,206.53589838486224),(520,206),(518,206.53589838486224),(516.5358983848622,208)) -5122 ((515,220),(515.6698729810778,222.5),(517.5,224.33012701892218),(520,225),(522.5,224.33012701892218),(524.3301270189222,222.5),(525,220),(524.3301270189222,217.5),(522.5,215.66987298107782),(520,215),(517.5,215.66987298107782),(515.6698729810778,217.5)) -5123 ((514,230),(514.8038475772934,233),(517,235.19615242270663),(520,236),(523,235.19615242270663),(525.1961524227066,233),(526,230),(525.1961524227066,227),(523,224.80384757729337),(520,224),(517,224.80384757729337),(514.8038475772934,227)) -5124 ((513,240),(513.937822173509,243.5),(516.5,246.06217782649108),(520,247),(523.5,246.06217782649108),(526.062177826491,243.5),(527,240),(526.062177826491,236.5),(523.5,233.93782217350892),(520,233),(516.5,233.93782217350892),(513.937822173509,236.5)) -5125 ((512,250),(513.0717967697245,254),(516,256.9282032302755),(520,258),(524,256.9282032302755),(526.9282032302755,254),(528,250),(526.9282032302755,246),(524,243.0717967697245),(520,242),(516,243.0717967697245),(513.0717967697245,246)) -5126 ((511,260),(512.2057713659401,264.5),(515.5,267.79422863405995),(520,269),(524.5,267.79422863405995),(527.7942286340599,264.5),(529,260),(527.79422863406,255.5),(524.5,252.20577136594005),(520,251),(515.5,252.20577136594005),(512.2057713659401,255.5)) -5127 ((510,270),(511.33974596215563,275),(515,278.66025403784437),(520,280),(525,278.66025403784437),(528.6602540378444,275),(530,270),(528.6602540378444,265),(525,261.33974596215563),(520,260),(515,261.33974596215563),(511.33974596215563,265)) -5128 ((519,280),(519.1339745962156,280.5),(519.5,280.8660254037844),(520,281),(520.5,280.8660254037844),(520.8660254037844,280.5),(521,280),(520.8660254037844,279.5),(520.5,279.1339745962156),(520,279),(519.5,279.1339745962156),(519.1339745962156,279.5)) -5129 ((518,290),(518.2679491924312,291),(519,291.7320508075689),(520,292),(521,291.7320508075689),(521.7320508075688,291),(522,290),(521.7320508075688,289),(521,288.2679491924311),(520,288),(519,288.2679491924311),(518.2679491924312,289)) -5130 ((517,300),(517.4019237886466,301.5),(518.5,302.5980762113533),(520,303),(521.5,302.5980762113533),(522.5980762113533,301.5),(523,300),(522.5980762113534,298.5),(521.5,297.4019237886467),(520,297),(518.5,297.4019237886467),(517.4019237886467,298.5)) -5131 ((516,310),(516.5358983848622,312),(518,313.46410161513774),(520,314),(522,313.46410161513774),(523.4641016151378,312),(524,310),(523.4641016151378,308),(522,306.53589838486226),(520,306),(518,306.53589838486226),(516.5358983848622,308)) -5132 ((515,320),(515.6698729810778,322.5),(517.5,324.3301270189222),(520,325),(522.5,324.3301270189222),(524.3301270189222,322.5),(525,320),(524.3301270189222,317.5),(522.5,315.6698729810778),(520,315),(517.5,315.6698729810778),(515.6698729810778,317.5)) -5133 ((514,330),(514.8038475772934,333),(517,335.19615242270663),(520,336),(523,335.19615242270663),(525.1961524227066,333),(526,330),(525.1961524227066,327),(523,324.80384757729337),(520,324),(517,324.80384757729337),(514.8038475772934,327)) -5134 ((513,340),(513.937822173509,343.5),(516.5,346.06217782649105),(520,347),(523.5,346.06217782649105),(526.062177826491,343.5),(527,340),(526.062177826491,336.5),(523.5,333.93782217350895),(520,333),(516.5,333.93782217350895),(513.937822173509,336.5)) -5135 ((512,350),(513.0717967697245,354),(516,356.9282032302755),(520,358),(524,356.9282032302755),(526.9282032302755,354),(528,350),(526.9282032302755,346),(524,343.0717967697245),(520,342),(516,343.0717967697245),(513.0717967697245,346)) -5136 ((511,360),(512.2057713659401,364.5),(515.5,367.79422863405995),(520,369),(524.5,367.79422863405995),(527.7942286340599,364.5),(529,360),(527.79422863406,355.5),(524.5,352.20577136594005),(520,351),(515.5,352.20577136594005),(512.2057713659401,355.5)) -5137 ((510,370),(511.33974596215563,375),(515,378.66025403784437),(520,380),(525,378.66025403784437),(528.6602540378444,375),(530,370),(528.6602540378444,365),(525,361.33974596215563),(520,360),(515,361.33974596215563),(511.33974596215563,365)) -5138 ((519,380),(519.1339745962156,380.5),(519.5,380.8660254037844),(520,381),(520.5,380.8660254037844),(520.8660254037844,380.5),(521,380),(520.8660254037844,379.5),(520.5,379.1339745962156),(520,379),(519.5,379.1339745962156),(519.1339745962156,379.5)) -5139 ((518,390),(518.2679491924312,391),(519,391.7320508075689),(520,392),(521,391.7320508075689),(521.7320508075688,391),(522,390),(521.7320508075688,389),(521,388.2679491924311),(520,388),(519,388.2679491924311),(518.2679491924312,389)) -5140 ((517,400),(517.4019237886466,401.5),(518.5,402.5980762113533),(520,403),(521.5,402.5980762113533),(522.5980762113533,401.5),(523,400),(522.5980762113534,398.5),(521.5,397.4019237886467),(520,397),(518.5,397.4019237886467),(517.4019237886467,398.5)) -5141 ((516,410),(516.5358983848622,412),(518,413.46410161513774),(520,414),(522,413.46410161513774),(523.4641016151378,412),(524,410),(523.4641016151378,408),(522,406.53589838486226),(520,406),(518,406.53589838486226),(516.5358983848622,408)) -5142 ((515,420),(515.6698729810778,422.5),(517.5,424.3301270189222),(520,425),(522.5,424.3301270189222),(524.3301270189222,422.5),(525,420),(524.3301270189222,417.5),(522.5,415.6698729810778),(520,415),(517.5,415.6698729810778),(515.6698729810778,417.5)) -5143 ((514,430),(514.8038475772934,433),(517,435.19615242270663),(520,436),(523,435.19615242270663),(525.1961524227066,433),(526,430),(525.1961524227066,427),(523,424.80384757729337),(520,424),(517,424.80384757729337),(514.8038475772934,427)) -5144 ((513,440),(513.937822173509,443.5),(516.5,446.06217782649105),(520,447),(523.5,446.06217782649105),(526.062177826491,443.5),(527,440),(526.062177826491,436.5),(523.5,433.93782217350895),(520,433),(516.5,433.93782217350895),(513.937822173509,436.5)) -5145 ((512,450),(513.0717967697245,454),(516,456.9282032302755),(520,458),(524,456.9282032302755),(526.9282032302755,454),(528,450),(526.9282032302755,446),(524,443.0717967697245),(520,442),(516,443.0717967697245),(513.0717967697245,446)) -5146 ((511,460),(512.2057713659401,464.5),(515.5,467.79422863405995),(520,469),(524.5,467.79422863405995),(527.7942286340599,464.5),(529,460),(527.79422863406,455.5),(524.5,452.20577136594005),(520,451),(515.5,452.20577136594005),(512.2057713659401,455.5)) -5147 ((510,470),(511.33974596215563,475),(515,478.66025403784437),(520,480),(525,478.66025403784437),(528.6602540378444,475),(530,470),(528.6602540378444,465),(525,461.33974596215563),(520,460),(515,461.33974596215563),(511.33974596215563,465)) -5148 ((519,480),(519.1339745962156,480.5),(519.5,480.8660254037844),(520,481),(520.5,480.8660254037844),(520.8660254037844,480.5),(521,480),(520.8660254037844,479.5),(520.5,479.1339745962156),(520,479),(519.5,479.1339745962156),(519.1339745962156,479.5)) -5149 ((518,490),(518.2679491924312,491),(519,491.7320508075689),(520,492),(521,491.7320508075689),(521.7320508075688,491),(522,490),(521.7320508075688,489),(521,488.2679491924311),(520,488),(519,488.2679491924311),(518.2679491924312,489)) -5150 ((517,500),(517.4019237886466,501.5),(518.5,502.5980762113533),(520,503),(521.5,502.5980762113533),(522.5980762113533,501.5),(523,500),(522.5980762113534,498.5),(521.5,497.4019237886467),(520,497),(518.5,497.4019237886467),(517.4019237886467,498.5)) -5151 ((516,510),(516.5358983848622,512),(518,513.4641016151378),(520,514),(522,513.4641016151378),(523.4641016151378,512),(524,510),(523.4641016151378,508),(522,506.53589838486226),(520,506),(518,506.53589838486226),(516.5358983848622,508)) -5152 ((515,520),(515.6698729810778,522.5),(517.5,524.3301270189222),(520,525),(522.5,524.3301270189222),(524.3301270189222,522.5),(525,520),(524.3301270189222,517.5),(522.5,515.6698729810778),(520,515),(517.5,515.6698729810778),(515.6698729810778,517.5)) -5153 ((514,530),(514.8038475772934,533),(517,535.1961524227066),(520,536),(523,535.1961524227066),(525.1961524227066,533),(526,530),(525.1961524227066,527),(523,524.8038475772934),(520,524),(517,524.8038475772934),(514.8038475772934,527)) -5154 ((513,540),(513.937822173509,543.5),(516.5,546.062177826491),(520,547),(523.5,546.062177826491),(526.062177826491,543.5),(527,540),(526.062177826491,536.5),(523.5,533.937822173509),(520,533),(516.5,533.937822173509),(513.937822173509,536.5)) -5155 ((512,550),(513.0717967697245,554),(516,556.9282032302755),(520,558),(524,556.9282032302755),(526.9282032302755,554),(528,550),(526.9282032302755,546),(524,543.0717967697245),(520,542),(516,543.0717967697245),(513.0717967697245,546)) -5156 ((511,560),(512.2057713659401,564.5),(515.5,567.7942286340599),(520,569),(524.5,567.7942286340599),(527.7942286340599,564.5),(529,560),(527.79422863406,555.5),(524.5,552.2057713659401),(520,551),(515.5,552.20577136594),(512.2057713659401,555.5)) -5157 ((510,570),(511.33974596215563,575),(515,578.6602540378444),(520,580),(525,578.6602540378444),(528.6602540378444,575),(530,570),(528.6602540378444,565),(525,561.3397459621556),(520,560),(515,561.3397459621556),(511.33974596215563,565)) -5158 ((519,580),(519.1339745962156,580.5),(519.5,580.8660254037844),(520,581),(520.5,580.8660254037844),(520.8660254037844,580.5),(521,580),(520.8660254037844,579.5),(520.5,579.1339745962156),(520,579),(519.5,579.1339745962156),(519.1339745962156,579.5)) -5159 ((518,590),(518.2679491924312,591),(519,591.7320508075688),(520,592),(521,591.7320508075688),(521.7320508075688,591),(522,590),(521.7320508075688,589),(521,588.2679491924312),(520,588),(519,588.2679491924312),(518.2679491924312,589)) -5160 ((517,600),(517.4019237886466,601.5),(518.5,602.5980762113534),(520,603),(521.5,602.5980762113534),(522.5980762113533,601.5),(523,600),(522.5980762113534,598.5),(521.5,597.4019237886467),(520,597),(518.5,597.4019237886466),(517.4019237886467,598.5)) -5161 ((516,610),(516.5358983848622,612),(518,613.4641016151378),(520,614),(522,613.4641016151378),(523.4641016151378,612),(524,610),(523.4641016151378,608),(522,606.5358983848622),(520,606),(518,606.5358983848622),(516.5358983848622,608)) -5162 ((515,620),(515.6698729810778,622.5),(517.5,624.3301270189222),(520,625),(522.5,624.3301270189222),(524.3301270189222,622.5),(525,620),(524.3301270189222,617.5),(522.5,615.6698729810778),(520,615),(517.5,615.6698729810778),(515.6698729810778,617.5)) -5163 ((514,630),(514.8038475772934,633),(517,635.1961524227066),(520,636),(523,635.1961524227066),(525.1961524227066,633),(526,630),(525.1961524227066,627),(523,624.8038475772934),(520,624),(517,624.8038475772934),(514.8038475772934,627)) -5164 ((513,640),(513.937822173509,643.5),(516.5,646.062177826491),(520,647),(523.5,646.062177826491),(526.062177826491,643.5),(527,640),(526.062177826491,636.5),(523.5,633.937822173509),(520,633),(516.5,633.937822173509),(513.937822173509,636.5)) -5165 ((512,650),(513.0717967697245,654),(516,656.9282032302755),(520,658),(524,656.9282032302755),(526.9282032302755,654),(528,650),(526.9282032302755,646),(524,643.0717967697245),(520,642),(516,643.0717967697245),(513.0717967697245,646)) -5166 ((511,660),(512.2057713659401,664.5),(515.5,667.7942286340599),(520,669),(524.5,667.7942286340599),(527.7942286340599,664.5),(529,660),(527.79422863406,655.5),(524.5,652.2057713659401),(520,651),(515.5,652.20577136594),(512.2057713659401,655.5)) -5167 ((510,670),(511.33974596215563,675),(515,678.6602540378444),(520,680),(525,678.6602540378444),(528.6602540378444,675),(530,670),(528.6602540378444,665),(525,661.3397459621556),(520,660),(515,661.3397459621556),(511.33974596215563,665)) -5168 ((519,680),(519.1339745962156,680.5),(519.5,680.8660254037844),(520,681),(520.5,680.8660254037844),(520.8660254037844,680.5),(521,680),(520.8660254037844,679.5),(520.5,679.1339745962156),(520,679),(519.5,679.1339745962156),(519.1339745962156,679.5)) -5169 ((518,690),(518.2679491924312,691),(519,691.7320508075688),(520,692),(521,691.7320508075688),(521.7320508075688,691),(522,690),(521.7320508075688,689),(521,688.2679491924312),(520,688),(519,688.2679491924312),(518.2679491924312,689)) -5170 ((517,700),(517.4019237886466,701.5),(518.5,702.5980762113534),(520,703),(521.5,702.5980762113534),(522.5980762113533,701.5),(523,700),(522.5980762113534,698.5),(521.5,697.4019237886467),(520,697),(518.5,697.4019237886466),(517.4019237886467,698.5)) -5171 ((516,710),(516.5358983848622,712),(518,713.4641016151378),(520,714),(522,713.4641016151378),(523.4641016151378,712),(524,710),(523.4641016151378,708),(522,706.5358983848622),(520,706),(518,706.5358983848622),(516.5358983848622,708)) -5172 ((515,720),(515.6698729810778,722.5),(517.5,724.3301270189222),(520,725),(522.5,724.3301270189222),(524.3301270189222,722.5),(525,720),(524.3301270189222,717.5),(522.5,715.6698729810778),(520,715),(517.5,715.6698729810778),(515.6698729810778,717.5)) -5173 ((514,730),(514.8038475772934,733),(517,735.1961524227066),(520,736),(523,735.1961524227066),(525.1961524227066,733),(526,730),(525.1961524227066,727),(523,724.8038475772934),(520,724),(517,724.8038475772934),(514.8038475772934,727)) -5174 ((513,740),(513.937822173509,743.5),(516.5,746.062177826491),(520,747),(523.5,746.062177826491),(526.062177826491,743.5),(527,740),(526.062177826491,736.5),(523.5,733.937822173509),(520,733),(516.5,733.937822173509),(513.937822173509,736.5)) -5175 ((512,750),(513.0717967697245,754),(516,756.9282032302755),(520,758),(524,756.9282032302755),(526.9282032302755,754),(528,750),(526.9282032302755,746),(524,743.0717967697245),(520,742),(516,743.0717967697245),(513.0717967697245,746)) -5176 ((511,760),(512.2057713659401,764.5),(515.5,767.7942286340599),(520,769),(524.5,767.7942286340599),(527.7942286340599,764.5),(529,760),(527.79422863406,755.5),(524.5,752.2057713659401),(520,751),(515.5,752.20577136594),(512.2057713659401,755.5)) -5177 ((510,770),(511.33974596215563,775),(515,778.6602540378444),(520,780),(525,778.6602540378444),(528.6602540378444,775),(530,770),(528.6602540378444,765),(525,761.3397459621556),(520,760),(515,761.3397459621556),(511.33974596215563,765)) -5178 ((519,780),(519.1339745962156,780.5),(519.5,780.8660254037844),(520,781),(520.5,780.8660254037844),(520.8660254037844,780.5),(521,780),(520.8660254037844,779.5),(520.5,779.1339745962156),(520,779),(519.5,779.1339745962156),(519.1339745962156,779.5)) -5179 ((518,790),(518.2679491924312,791),(519,791.7320508075688),(520,792),(521,791.7320508075688),(521.7320508075688,791),(522,790),(521.7320508075688,789),(521,788.2679491924312),(520,788),(519,788.2679491924312),(518.2679491924312,789)) -5180 ((517,800),(517.4019237886466,801.5),(518.5,802.5980762113534),(520,803),(521.5,802.5980762113534),(522.5980762113533,801.5),(523,800),(522.5980762113534,798.5),(521.5,797.4019237886467),(520,797),(518.5,797.4019237886466),(517.4019237886467,798.5)) -5181 ((516,810),(516.5358983848622,812),(518,813.4641016151378),(520,814),(522,813.4641016151378),(523.4641016151378,812),(524,810),(523.4641016151378,808),(522,806.5358983848622),(520,806),(518,806.5358983848622),(516.5358983848622,808)) -5182 ((515,820),(515.6698729810778,822.5),(517.5,824.3301270189222),(520,825),(522.5,824.3301270189222),(524.3301270189222,822.5),(525,820),(524.3301270189222,817.5),(522.5,815.6698729810778),(520,815),(517.5,815.6698729810778),(515.6698729810778,817.5)) -5183 ((514,830),(514.8038475772934,833),(517,835.1961524227066),(520,836),(523,835.1961524227066),(525.1961524227066,833),(526,830),(525.1961524227066,827),(523,824.8038475772934),(520,824),(517,824.8038475772934),(514.8038475772934,827)) -5184 ((513,840),(513.937822173509,843.5),(516.5,846.062177826491),(520,847),(523.5,846.062177826491),(526.062177826491,843.5),(527,840),(526.062177826491,836.5),(523.5,833.937822173509),(520,833),(516.5,833.937822173509),(513.937822173509,836.5)) -5185 ((512,850),(513.0717967697245,854),(516,856.9282032302755),(520,858),(524,856.9282032302755),(526.9282032302755,854),(528,850),(526.9282032302755,846),(524,843.0717967697245),(520,842),(516,843.0717967697245),(513.0717967697245,846)) -5186 ((511,860),(512.2057713659401,864.5),(515.5,867.7942286340599),(520,869),(524.5,867.7942286340599),(527.7942286340599,864.5),(529,860),(527.79422863406,855.5),(524.5,852.2057713659401),(520,851),(515.5,852.20577136594),(512.2057713659401,855.5)) -5187 ((510,870),(511.33974596215563,875),(515,878.6602540378444),(520,880),(525,878.6602540378444),(528.6602540378444,875),(530,870),(528.6602540378444,865),(525,861.3397459621556),(520,860),(515,861.3397459621556),(511.33974596215563,865)) -5188 ((519,880),(519.1339745962156,880.5),(519.5,880.8660254037844),(520,881),(520.5,880.8660254037844),(520.8660254037844,880.5),(521,880),(520.8660254037844,879.5),(520.5,879.1339745962156),(520,879),(519.5,879.1339745962156),(519.1339745962156,879.5)) -5189 ((518,890),(518.2679491924312,891),(519,891.7320508075688),(520,892),(521,891.7320508075688),(521.7320508075688,891),(522,890),(521.7320508075688,889),(521,888.2679491924312),(520,888),(519,888.2679491924312),(518.2679491924312,889)) -5190 ((517,900),(517.4019237886466,901.5),(518.5,902.5980762113534),(520,903),(521.5,902.5980762113534),(522.5980762113533,901.5),(523,900),(522.5980762113534,898.5),(521.5,897.4019237886467),(520,897),(518.5,897.4019237886466),(517.4019237886467,898.5)) -5191 ((516,910),(516.5358983848622,912),(518,913.4641016151378),(520,914),(522,913.4641016151378),(523.4641016151378,912),(524,910),(523.4641016151378,908),(522,906.5358983848622),(520,906),(518,906.5358983848622),(516.5358983848622,908)) -5192 ((515,920),(515.6698729810778,922.5),(517.5,924.3301270189222),(520,925),(522.5,924.3301270189222),(524.3301270189222,922.5),(525,920),(524.3301270189222,917.5),(522.5,915.6698729810778),(520,915),(517.5,915.6698729810778),(515.6698729810778,917.5)) -5193 ((514,930),(514.8038475772934,933),(517,935.1961524227066),(520,936),(523,935.1961524227066),(525.1961524227066,933),(526,930),(525.1961524227066,927),(523,924.8038475772934),(520,924),(517,924.8038475772934),(514.8038475772934,927)) -5194 ((513,940),(513.937822173509,943.5),(516.5,946.062177826491),(520,947),(523.5,946.062177826491),(526.062177826491,943.5),(527,940),(526.062177826491,936.5),(523.5,933.937822173509),(520,933),(516.5,933.937822173509),(513.937822173509,936.5)) -5195 ((512,950),(513.0717967697245,954),(516,956.9282032302755),(520,958),(524,956.9282032302755),(526.9282032302755,954),(528,950),(526.9282032302755,946),(524,943.0717967697245),(520,942),(516,943.0717967697245),(513.0717967697245,946)) -5196 ((511,960),(512.2057713659401,964.5),(515.5,967.7942286340599),(520,969),(524.5,967.7942286340599),(527.7942286340599,964.5),(529,960),(527.79422863406,955.5),(524.5,952.2057713659401),(520,951),(515.5,952.20577136594),(512.2057713659401,955.5)) -5197 ((510,970),(511.33974596215563,975),(515,978.6602540378444),(520,980),(525,978.6602540378444),(528.6602540378444,975),(530,970),(528.6602540378444,965),(525,961.3397459621556),(520,960),(515,961.3397459621556),(511.33974596215563,965)) -5198 ((519,980),(519.1339745962156,980.5),(519.5,980.8660254037844),(520,981),(520.5,980.8660254037844),(520.8660254037844,980.5),(521,980),(520.8660254037844,979.5),(520.5,979.1339745962156),(520,979),(519.5,979.1339745962156),(519.1339745962156,979.5)) -5199 ((518,990),(518.2679491924312,991),(519,991.7320508075688),(520,992),(521,991.7320508075688),(521.7320508075688,991),(522,990),(521.7320508075688,989),(521,988.2679491924312),(520,988),(519,988.2679491924312),(518.2679491924312,989)) -5200 ((517,1000),(517.4019237886466,1001.5),(518.5,1002.5980762113534),(520,1003),(521.5,1002.5980762113534),(522.5980762113533,1001.5),(523,1000),(522.5980762113534,998.5),(521.5,997.4019237886467),(520,997),(518.5,997.4019237886466),(517.4019237886467,998.5)) -5201 ((525,10),(525.6698729810778,12.5),(527.5,14.330127018922193),(530,15),(532.5,14.330127018922195),(534.3301270189222,12.500000000000002),(535,10),(534.3301270189222,7.500000000000002),(532.5,5.669872981077807),(530,5),(527.5,5.669872981077805),(525.6698729810778,7.499999999999998)) -5202 ((524,20),(524.8038475772934,23),(527,25.196152422706632),(530,26),(533,25.196152422706632),(535.1961524227066,23),(536,20),(535.1961524227066,17),(533,14.803847577293368),(530,14),(527,14.803847577293366),(524.8038475772934,16.999999999999996)) -5203 ((523,30),(523.937822173509,33.5),(526.5,36.06217782649107),(530,37),(533.5,36.06217782649107),(536.062177826491,33.5),(537,30),(536.062177826491,26.5),(533.5,23.93782217350893),(530,23),(526.5,23.937822173508927),(523.937822173509,26.499999999999996)) -5204 ((522,40),(523.0717967697245,44),(526,46.92820323027551),(530,48),(534,46.92820323027551),(536.9282032302755,44),(538,40),(536.9282032302755,36),(534,33.07179676972449),(530,32),(526,33.071796769724486),(523.0717967697245,36)) -5205 ((521,50),(522.2057713659401,54.5),(525.5,57.79422863405995),(530,59),(534.5,57.79422863405995),(537.7942286340599,54.5),(539,50),(537.79422863406,45.5),(534.5,42.20577136594005),(530,41),(525.5,42.20577136594005),(522.2057713659401,45.5)) -5206 ((520,60),(521.3397459621556,65),(525,68.66025403784438),(530,70),(535,68.66025403784438),(538.6602540378444,65),(540,60),(538.6602540378444,55),(535,51.33974596215562),(530,50),(525,51.33974596215561),(521.3397459621556,54.99999999999999)) -5207 ((529,70),(529.1339745962156,70.5),(529.5,70.86602540378443),(530,71),(530.5,70.86602540378443),(530.8660254037844,70.5),(531,70),(530.8660254037844,69.5),(530.5,69.13397459621557),(530,69),(529.5,69.13397459621557),(529.1339745962156,69.5)) -5208 ((528,80),(528.2679491924312,81),(529,81.73205080756888),(530,82),(531,81.73205080756888),(531.7320508075688,81),(532,80),(531.7320508075688,79),(531,78.26794919243112),(530,78),(529,78.26794919243112),(528.2679491924312,79)) -5209 ((527,90),(527.4019237886466,91.5),(528.5,92.59807621135332),(530,93),(531.5,92.59807621135332),(532.5980762113533,91.5),(533,90),(532.5980762113534,88.5),(531.5,87.40192378864668),(530,87),(528.5,87.40192378864668),(527.4019237886467,88.5)) -5210 ((526,100),(526.5358983848622,102),(528,103.46410161513775),(530,104),(532,103.46410161513775),(533.4641016151378,102),(534,100),(533.4641016151378,98),(532,96.53589838486225),(530,96),(528,96.53589838486225),(526.5358983848622,98)) -5211 ((525,110),(525.6698729810778,112.5),(527.5,114.3301270189222),(530,115),(532.5,114.3301270189222),(534.3301270189222,112.5),(535,110),(534.3301270189222,107.5),(532.5,105.6698729810778),(530,105),(527.5,105.6698729810778),(525.6698729810778,107.5)) -5212 ((524,120),(524.8038475772934,123),(527,125.19615242270663),(530,126),(533,125.19615242270663),(535.1961524227066,123),(536,120),(535.1961524227066,117),(533,114.80384757729337),(530,114),(527,114.80384757729337),(524.8038475772934,117)) -5213 ((523,130),(523.937822173509,133.5),(526.5,136.06217782649108),(530,137),(533.5,136.06217782649108),(536.062177826491,133.5),(537,130),(536.062177826491,126.5),(533.5,123.93782217350893),(530,123),(526.5,123.93782217350892),(523.937822173509,126.5)) -5214 ((522,140),(523.0717967697245,144),(526,146.9282032302755),(530,148),(534,146.9282032302755),(536.9282032302755,144),(538,140),(536.9282032302755,136),(534,133.0717967697245),(530,132),(526,133.0717967697245),(523.0717967697245,136)) -5215 ((521,150),(522.2057713659401,154.5),(525.5,157.79422863405995),(530,159),(534.5,157.79422863405995),(537.7942286340599,154.5),(539,150),(537.79422863406,145.5),(534.5,142.20577136594005),(530,141),(525.5,142.20577136594005),(522.2057713659401,145.5)) -5216 ((520,160),(521.3397459621556,165),(525,168.6602540378444),(530,170),(535,168.6602540378444),(538.6602540378444,165),(540,160),(538.6602540378444,155),(535,151.3397459621556),(530,150),(525,151.3397459621556),(521.3397459621556,155)) -5217 ((529,170),(529.1339745962156,170.5),(529.5,170.86602540378445),(530,171),(530.5,170.86602540378445),(530.8660254037844,170.5),(531,170),(530.8660254037844,169.5),(530.5,169.13397459621555),(530,169),(529.5,169.13397459621555),(529.1339745962156,169.5)) -5218 ((528,180),(528.2679491924312,181),(529,181.73205080756887),(530,182),(531,181.73205080756887),(531.7320508075688,181),(532,180),(531.7320508075688,179),(531,178.26794919243113),(530,178),(529,178.26794919243113),(528.2679491924312,179)) -5219 ((527,190),(527.4019237886466,191.5),(528.5,192.59807621135332),(530,193),(531.5,192.59807621135332),(532.5980762113533,191.5),(533,190),(532.5980762113534,188.5),(531.5,187.40192378864668),(530,187),(528.5,187.40192378864668),(527.4019237886467,188.5)) -5220 ((526,200),(526.5358983848622,202),(528,203.46410161513776),(530,204),(532,203.46410161513776),(533.4641016151378,202),(534,200),(533.4641016151378,198),(532,196.53589838486224),(530,196),(528,196.53589838486224),(526.5358983848622,198)) -5221 ((525,210),(525.6698729810778,212.5),(527.5,214.33012701892218),(530,215),(532.5,214.33012701892218),(534.3301270189222,212.5),(535,210),(534.3301270189222,207.5),(532.5,205.66987298107782),(530,205),(527.5,205.66987298107782),(525.6698729810778,207.5)) -5222 ((524,220),(524.8038475772934,223),(527,225.19615242270663),(530,226),(533,225.19615242270663),(535.1961524227066,223),(536,220),(535.1961524227066,217),(533,214.80384757729337),(530,214),(527,214.80384757729337),(524.8038475772934,217)) -5223 ((523,230),(523.937822173509,233.5),(526.5,236.06217782649108),(530,237),(533.5,236.06217782649108),(536.062177826491,233.5),(537,230),(536.062177826491,226.5),(533.5,223.93782217350892),(530,223),(526.5,223.93782217350892),(523.937822173509,226.5)) -5224 ((522,240),(523.0717967697245,244),(526,246.9282032302755),(530,248),(534,246.9282032302755),(536.9282032302755,244),(538,240),(536.9282032302755,236),(534,233.0717967697245),(530,232),(526,233.0717967697245),(523.0717967697245,236)) -5225 ((521,250),(522.2057713659401,254.5),(525.5,257.79422863405995),(530,259),(534.5,257.79422863405995),(537.7942286340599,254.5),(539,250),(537.79422863406,245.5),(534.5,242.20577136594005),(530,241),(525.5,242.20577136594005),(522.2057713659401,245.5)) -5226 ((520,260),(521.3397459621556,265),(525,268.66025403784437),(530,270),(535,268.66025403784437),(538.6602540378444,265),(540,260),(538.6602540378444,255),(535,251.3397459621556),(530,250),(525,251.3397459621556),(521.3397459621556,255)) -5227 ((529,270),(529.1339745962156,270.5),(529.5,270.8660254037844),(530,271),(530.5,270.8660254037844),(530.8660254037844,270.5),(531,270),(530.8660254037844,269.5),(530.5,269.1339745962156),(530,269),(529.5,269.1339745962156),(529.1339745962156,269.5)) -5228 ((528,280),(528.2679491924312,281),(529,281.7320508075689),(530,282),(531,281.7320508075689),(531.7320508075688,281),(532,280),(531.7320508075688,279),(531,278.2679491924311),(530,278),(529,278.2679491924311),(528.2679491924312,279)) -5229 ((527,290),(527.4019237886466,291.5),(528.5,292.5980762113533),(530,293),(531.5,292.5980762113533),(532.5980762113533,291.5),(533,290),(532.5980762113534,288.5),(531.5,287.4019237886467),(530,287),(528.5,287.4019237886467),(527.4019237886467,288.5)) -5230 ((526,300),(526.5358983848622,302),(528,303.46410161513774),(530,304),(532,303.46410161513774),(533.4641016151378,302),(534,300),(533.4641016151378,298),(532,296.53589838486226),(530,296),(528,296.53589838486226),(526.5358983848622,298)) -5231 ((525,310),(525.6698729810778,312.5),(527.5,314.3301270189222),(530,315),(532.5,314.3301270189222),(534.3301270189222,312.5),(535,310),(534.3301270189222,307.5),(532.5,305.6698729810778),(530,305),(527.5,305.6698729810778),(525.6698729810778,307.5)) -5232 ((524,320),(524.8038475772934,323),(527,325.19615242270663),(530,326),(533,325.19615242270663),(535.1961524227066,323),(536,320),(535.1961524227066,317),(533,314.80384757729337),(530,314),(527,314.80384757729337),(524.8038475772934,317)) -5233 ((523,330),(523.937822173509,333.5),(526.5,336.06217782649105),(530,337),(533.5,336.06217782649105),(536.062177826491,333.5),(537,330),(536.062177826491,326.5),(533.5,323.93782217350895),(530,323),(526.5,323.93782217350895),(523.937822173509,326.5)) -5234 ((522,340),(523.0717967697245,344),(526,346.9282032302755),(530,348),(534,346.9282032302755),(536.9282032302755,344),(538,340),(536.9282032302755,336),(534,333.0717967697245),(530,332),(526,333.0717967697245),(523.0717967697245,336)) -5235 ((521,350),(522.2057713659401,354.5),(525.5,357.79422863405995),(530,359),(534.5,357.79422863405995),(537.7942286340599,354.5),(539,350),(537.79422863406,345.5),(534.5,342.20577136594005),(530,341),(525.5,342.20577136594005),(522.2057713659401,345.5)) -5236 ((520,360),(521.3397459621556,365),(525,368.66025403784437),(530,370),(535,368.66025403784437),(538.6602540378444,365),(540,360),(538.6602540378444,355),(535,351.33974596215563),(530,350),(525,351.33974596215563),(521.3397459621556,355)) -5237 ((529,370),(529.1339745962156,370.5),(529.5,370.8660254037844),(530,371),(530.5,370.8660254037844),(530.8660254037844,370.5),(531,370),(530.8660254037844,369.5),(530.5,369.1339745962156),(530,369),(529.5,369.1339745962156),(529.1339745962156,369.5)) -5238 ((528,380),(528.2679491924312,381),(529,381.7320508075689),(530,382),(531,381.7320508075689),(531.7320508075688,381),(532,380),(531.7320508075688,379),(531,378.2679491924311),(530,378),(529,378.2679491924311),(528.2679491924312,379)) -5239 ((527,390),(527.4019237886466,391.5),(528.5,392.5980762113533),(530,393),(531.5,392.5980762113533),(532.5980762113533,391.5),(533,390),(532.5980762113534,388.5),(531.5,387.4019237886467),(530,387),(528.5,387.4019237886467),(527.4019237886467,388.5)) -5240 ((526,400),(526.5358983848622,402),(528,403.46410161513774),(530,404),(532,403.46410161513774),(533.4641016151378,402),(534,400),(533.4641016151378,398),(532,396.53589838486226),(530,396),(528,396.53589838486226),(526.5358983848622,398)) -5241 ((525,410),(525.6698729810778,412.5),(527.5,414.3301270189222),(530,415),(532.5,414.3301270189222),(534.3301270189222,412.5),(535,410),(534.3301270189222,407.5),(532.5,405.6698729810778),(530,405),(527.5,405.6698729810778),(525.6698729810778,407.5)) -5242 ((524,420),(524.8038475772934,423),(527,425.19615242270663),(530,426),(533,425.19615242270663),(535.1961524227066,423),(536,420),(535.1961524227066,417),(533,414.80384757729337),(530,414),(527,414.80384757729337),(524.8038475772934,417)) -5243 ((523,430),(523.937822173509,433.5),(526.5,436.06217782649105),(530,437),(533.5,436.06217782649105),(536.062177826491,433.5),(537,430),(536.062177826491,426.5),(533.5,423.93782217350895),(530,423),(526.5,423.93782217350895),(523.937822173509,426.5)) -5244 ((522,440),(523.0717967697245,444),(526,446.9282032302755),(530,448),(534,446.9282032302755),(536.9282032302755,444),(538,440),(536.9282032302755,436),(534,433.0717967697245),(530,432),(526,433.0717967697245),(523.0717967697245,436)) -5245 ((521,450),(522.2057713659401,454.5),(525.5,457.79422863405995),(530,459),(534.5,457.79422863405995),(537.7942286340599,454.5),(539,450),(537.79422863406,445.5),(534.5,442.20577136594005),(530,441),(525.5,442.20577136594005),(522.2057713659401,445.5)) -5246 ((520,460),(521.3397459621556,465),(525,468.66025403784437),(530,470),(535,468.66025403784437),(538.6602540378444,465),(540,460),(538.6602540378444,455),(535,451.33974596215563),(530,450),(525,451.33974596215563),(521.3397459621556,455)) -5247 ((529,470),(529.1339745962156,470.5),(529.5,470.8660254037844),(530,471),(530.5,470.8660254037844),(530.8660254037844,470.5),(531,470),(530.8660254037844,469.5),(530.5,469.1339745962156),(530,469),(529.5,469.1339745962156),(529.1339745962156,469.5)) -5248 ((528,480),(528.2679491924312,481),(529,481.7320508075689),(530,482),(531,481.7320508075689),(531.7320508075688,481),(532,480),(531.7320508075688,479),(531,478.2679491924311),(530,478),(529,478.2679491924311),(528.2679491924312,479)) -5249 ((527,490),(527.4019237886466,491.5),(528.5,492.5980762113533),(530,493),(531.5,492.5980762113533),(532.5980762113533,491.5),(533,490),(532.5980762113534,488.5),(531.5,487.4019237886467),(530,487),(528.5,487.4019237886467),(527.4019237886467,488.5)) -5250 ((526,500),(526.5358983848622,502),(528,503.46410161513774),(530,504),(532,503.46410161513774),(533.4641016151378,502),(534,500),(533.4641016151378,498),(532,496.53589838486226),(530,496),(528,496.53589838486226),(526.5358983848622,498)) -5251 ((525,510),(525.6698729810778,512.5),(527.5,514.3301270189222),(530,515),(532.5,514.3301270189222),(534.3301270189222,512.5),(535,510),(534.3301270189222,507.5),(532.5,505.6698729810778),(530,505),(527.5,505.6698729810778),(525.6698729810778,507.5)) -5252 ((524,520),(524.8038475772934,523),(527,525.1961524227066),(530,526),(533,525.1961524227066),(535.1961524227066,523),(536,520),(535.1961524227066,517),(533,514.8038475772934),(530,514),(527,514.8038475772934),(524.8038475772934,517)) -5253 ((523,530),(523.937822173509,533.5),(526.5,536.062177826491),(530,537),(533.5,536.062177826491),(536.062177826491,533.5),(537,530),(536.062177826491,526.5),(533.5,523.937822173509),(530,523),(526.5,523.937822173509),(523.937822173509,526.5)) -5254 ((522,540),(523.0717967697245,544),(526,546.9282032302755),(530,548),(534,546.9282032302755),(536.9282032302755,544),(538,540),(536.9282032302755,536),(534,533.0717967697245),(530,532),(526,533.0717967697245),(523.0717967697245,536)) -5255 ((521,550),(522.2057713659401,554.5),(525.5,557.7942286340599),(530,559),(534.5,557.7942286340599),(537.7942286340599,554.5),(539,550),(537.79422863406,545.5),(534.5,542.2057713659401),(530,541),(525.5,542.20577136594),(522.2057713659401,545.5)) -5256 ((520,560),(521.3397459621556,565),(525,568.6602540378444),(530,570),(535,568.6602540378444),(538.6602540378444,565),(540,560),(538.6602540378444,555),(535,551.3397459621556),(530,550),(525,551.3397459621556),(521.3397459621556,555)) -5257 ((529,570),(529.1339745962156,570.5),(529.5,570.8660254037844),(530,571),(530.5,570.8660254037844),(530.8660254037844,570.5),(531,570),(530.8660254037844,569.5),(530.5,569.1339745962156),(530,569),(529.5,569.1339745962156),(529.1339745962156,569.5)) -5258 ((528,580),(528.2679491924312,581),(529,581.7320508075688),(530,582),(531,581.7320508075688),(531.7320508075688,581),(532,580),(531.7320508075688,579),(531,578.2679491924312),(530,578),(529,578.2679491924312),(528.2679491924312,579)) -5259 ((527,590),(527.4019237886466,591.5),(528.5,592.5980762113534),(530,593),(531.5,592.5980762113534),(532.5980762113533,591.5),(533,590),(532.5980762113534,588.5),(531.5,587.4019237886467),(530,587),(528.5,587.4019237886466),(527.4019237886467,588.5)) -5260 ((526,600),(526.5358983848622,602),(528,603.4641016151378),(530,604),(532,603.4641016151378),(533.4641016151378,602),(534,600),(533.4641016151378,598),(532,596.5358983848622),(530,596),(528,596.5358983848622),(526.5358983848622,598)) -5261 ((525,610),(525.6698729810778,612.5),(527.5,614.3301270189222),(530,615),(532.5,614.3301270189222),(534.3301270189222,612.5),(535,610),(534.3301270189222,607.5),(532.5,605.6698729810778),(530,605),(527.5,605.6698729810778),(525.6698729810778,607.5)) -5262 ((524,620),(524.8038475772934,623),(527,625.1961524227066),(530,626),(533,625.1961524227066),(535.1961524227066,623),(536,620),(535.1961524227066,617),(533,614.8038475772934),(530,614),(527,614.8038475772934),(524.8038475772934,617)) -5263 ((523,630),(523.937822173509,633.5),(526.5,636.062177826491),(530,637),(533.5,636.062177826491),(536.062177826491,633.5),(537,630),(536.062177826491,626.5),(533.5,623.937822173509),(530,623),(526.5,623.937822173509),(523.937822173509,626.5)) -5264 ((522,640),(523.0717967697245,644),(526,646.9282032302755),(530,648),(534,646.9282032302755),(536.9282032302755,644),(538,640),(536.9282032302755,636),(534,633.0717967697245),(530,632),(526,633.0717967697245),(523.0717967697245,636)) -5265 ((521,650),(522.2057713659401,654.5),(525.5,657.7942286340599),(530,659),(534.5,657.7942286340599),(537.7942286340599,654.5),(539,650),(537.79422863406,645.5),(534.5,642.2057713659401),(530,641),(525.5,642.20577136594),(522.2057713659401,645.5)) -5266 ((520,660),(521.3397459621556,665),(525,668.6602540378444),(530,670),(535,668.6602540378444),(538.6602540378444,665),(540,660),(538.6602540378444,655),(535,651.3397459621556),(530,650),(525,651.3397459621556),(521.3397459621556,655)) -5267 ((529,670),(529.1339745962156,670.5),(529.5,670.8660254037844),(530,671),(530.5,670.8660254037844),(530.8660254037844,670.5),(531,670),(530.8660254037844,669.5),(530.5,669.1339745962156),(530,669),(529.5,669.1339745962156),(529.1339745962156,669.5)) -5268 ((528,680),(528.2679491924312,681),(529,681.7320508075688),(530,682),(531,681.7320508075688),(531.7320508075688,681),(532,680),(531.7320508075688,679),(531,678.2679491924312),(530,678),(529,678.2679491924312),(528.2679491924312,679)) -5269 ((527,690),(527.4019237886466,691.5),(528.5,692.5980762113534),(530,693),(531.5,692.5980762113534),(532.5980762113533,691.5),(533,690),(532.5980762113534,688.5),(531.5,687.4019237886467),(530,687),(528.5,687.4019237886466),(527.4019237886467,688.5)) -5270 ((526,700),(526.5358983848622,702),(528,703.4641016151378),(530,704),(532,703.4641016151378),(533.4641016151378,702),(534,700),(533.4641016151378,698),(532,696.5358983848622),(530,696),(528,696.5358983848622),(526.5358983848622,698)) -5271 ((525,710),(525.6698729810778,712.5),(527.5,714.3301270189222),(530,715),(532.5,714.3301270189222),(534.3301270189222,712.5),(535,710),(534.3301270189222,707.5),(532.5,705.6698729810778),(530,705),(527.5,705.6698729810778),(525.6698729810778,707.5)) -5272 ((524,720),(524.8038475772934,723),(527,725.1961524227066),(530,726),(533,725.1961524227066),(535.1961524227066,723),(536,720),(535.1961524227066,717),(533,714.8038475772934),(530,714),(527,714.8038475772934),(524.8038475772934,717)) -5273 ((523,730),(523.937822173509,733.5),(526.5,736.062177826491),(530,737),(533.5,736.062177826491),(536.062177826491,733.5),(537,730),(536.062177826491,726.5),(533.5,723.937822173509),(530,723),(526.5,723.937822173509),(523.937822173509,726.5)) -5274 ((522,740),(523.0717967697245,744),(526,746.9282032302755),(530,748),(534,746.9282032302755),(536.9282032302755,744),(538,740),(536.9282032302755,736),(534,733.0717967697245),(530,732),(526,733.0717967697245),(523.0717967697245,736)) -5275 ((521,750),(522.2057713659401,754.5),(525.5,757.7942286340599),(530,759),(534.5,757.7942286340599),(537.7942286340599,754.5),(539,750),(537.79422863406,745.5),(534.5,742.2057713659401),(530,741),(525.5,742.20577136594),(522.2057713659401,745.5)) -5276 ((520,760),(521.3397459621556,765),(525,768.6602540378444),(530,770),(535,768.6602540378444),(538.6602540378444,765),(540,760),(538.6602540378444,755),(535,751.3397459621556),(530,750),(525,751.3397459621556),(521.3397459621556,755)) -5277 ((529,770),(529.1339745962156,770.5),(529.5,770.8660254037844),(530,771),(530.5,770.8660254037844),(530.8660254037844,770.5),(531,770),(530.8660254037844,769.5),(530.5,769.1339745962156),(530,769),(529.5,769.1339745962156),(529.1339745962156,769.5)) -5278 ((528,780),(528.2679491924312,781),(529,781.7320508075688),(530,782),(531,781.7320508075688),(531.7320508075688,781),(532,780),(531.7320508075688,779),(531,778.2679491924312),(530,778),(529,778.2679491924312),(528.2679491924312,779)) -5279 ((527,790),(527.4019237886466,791.5),(528.5,792.5980762113534),(530,793),(531.5,792.5980762113534),(532.5980762113533,791.5),(533,790),(532.5980762113534,788.5),(531.5,787.4019237886467),(530,787),(528.5,787.4019237886466),(527.4019237886467,788.5)) -5280 ((526,800),(526.5358983848622,802),(528,803.4641016151378),(530,804),(532,803.4641016151378),(533.4641016151378,802),(534,800),(533.4641016151378,798),(532,796.5358983848622),(530,796),(528,796.5358983848622),(526.5358983848622,798)) -5281 ((525,810),(525.6698729810778,812.5),(527.5,814.3301270189222),(530,815),(532.5,814.3301270189222),(534.3301270189222,812.5),(535,810),(534.3301270189222,807.5),(532.5,805.6698729810778),(530,805),(527.5,805.6698729810778),(525.6698729810778,807.5)) -5282 ((524,820),(524.8038475772934,823),(527,825.1961524227066),(530,826),(533,825.1961524227066),(535.1961524227066,823),(536,820),(535.1961524227066,817),(533,814.8038475772934),(530,814),(527,814.8038475772934),(524.8038475772934,817)) -5283 ((523,830),(523.937822173509,833.5),(526.5,836.062177826491),(530,837),(533.5,836.062177826491),(536.062177826491,833.5),(537,830),(536.062177826491,826.5),(533.5,823.937822173509),(530,823),(526.5,823.937822173509),(523.937822173509,826.5)) -5284 ((522,840),(523.0717967697245,844),(526,846.9282032302755),(530,848),(534,846.9282032302755),(536.9282032302755,844),(538,840),(536.9282032302755,836),(534,833.0717967697245),(530,832),(526,833.0717967697245),(523.0717967697245,836)) -5285 ((521,850),(522.2057713659401,854.5),(525.5,857.7942286340599),(530,859),(534.5,857.7942286340599),(537.7942286340599,854.5),(539,850),(537.79422863406,845.5),(534.5,842.2057713659401),(530,841),(525.5,842.20577136594),(522.2057713659401,845.5)) -5286 ((520,860),(521.3397459621556,865),(525,868.6602540378444),(530,870),(535,868.6602540378444),(538.6602540378444,865),(540,860),(538.6602540378444,855),(535,851.3397459621556),(530,850),(525,851.3397459621556),(521.3397459621556,855)) -5287 ((529,870),(529.1339745962156,870.5),(529.5,870.8660254037844),(530,871),(530.5,870.8660254037844),(530.8660254037844,870.5),(531,870),(530.8660254037844,869.5),(530.5,869.1339745962156),(530,869),(529.5,869.1339745962156),(529.1339745962156,869.5)) -5288 ((528,880),(528.2679491924312,881),(529,881.7320508075688),(530,882),(531,881.7320508075688),(531.7320508075688,881),(532,880),(531.7320508075688,879),(531,878.2679491924312),(530,878),(529,878.2679491924312),(528.2679491924312,879)) -5289 ((527,890),(527.4019237886466,891.5),(528.5,892.5980762113534),(530,893),(531.5,892.5980762113534),(532.5980762113533,891.5),(533,890),(532.5980762113534,888.5),(531.5,887.4019237886467),(530,887),(528.5,887.4019237886466),(527.4019237886467,888.5)) -5290 ((526,900),(526.5358983848622,902),(528,903.4641016151378),(530,904),(532,903.4641016151378),(533.4641016151378,902),(534,900),(533.4641016151378,898),(532,896.5358983848622),(530,896),(528,896.5358983848622),(526.5358983848622,898)) -5291 ((525,910),(525.6698729810778,912.5),(527.5,914.3301270189222),(530,915),(532.5,914.3301270189222),(534.3301270189222,912.5),(535,910),(534.3301270189222,907.5),(532.5,905.6698729810778),(530,905),(527.5,905.6698729810778),(525.6698729810778,907.5)) -5292 ((524,920),(524.8038475772934,923),(527,925.1961524227066),(530,926),(533,925.1961524227066),(535.1961524227066,923),(536,920),(535.1961524227066,917),(533,914.8038475772934),(530,914),(527,914.8038475772934),(524.8038475772934,917)) -5293 ((523,930),(523.937822173509,933.5),(526.5,936.062177826491),(530,937),(533.5,936.062177826491),(536.062177826491,933.5),(537,930),(536.062177826491,926.5),(533.5,923.937822173509),(530,923),(526.5,923.937822173509),(523.937822173509,926.5)) -5294 ((522,940),(523.0717967697245,944),(526,946.9282032302755),(530,948),(534,946.9282032302755),(536.9282032302755,944),(538,940),(536.9282032302755,936),(534,933.0717967697245),(530,932),(526,933.0717967697245),(523.0717967697245,936)) -5295 ((521,950),(522.2057713659401,954.5),(525.5,957.7942286340599),(530,959),(534.5,957.7942286340599),(537.7942286340599,954.5),(539,950),(537.79422863406,945.5),(534.5,942.2057713659401),(530,941),(525.5,942.20577136594),(522.2057713659401,945.5)) -5296 ((520,960),(521.3397459621556,965),(525,968.6602540378444),(530,970),(535,968.6602540378444),(538.6602540378444,965),(540,960),(538.6602540378444,955),(535,951.3397459621556),(530,950),(525,951.3397459621556),(521.3397459621556,955)) -5297 ((529,970),(529.1339745962156,970.5),(529.5,970.8660254037844),(530,971),(530.5,970.8660254037844),(530.8660254037844,970.5),(531,970),(530.8660254037844,969.5),(530.5,969.1339745962156),(530,969),(529.5,969.1339745962156),(529.1339745962156,969.5)) -5298 ((528,980),(528.2679491924312,981),(529,981.7320508075688),(530,982),(531,981.7320508075688),(531.7320508075688,981),(532,980),(531.7320508075688,979),(531,978.2679491924312),(530,978),(529,978.2679491924312),(528.2679491924312,979)) -5299 ((527,990),(527.4019237886466,991.5),(528.5,992.5980762113534),(530,993),(531.5,992.5980762113534),(532.5980762113533,991.5),(533,990),(532.5980762113534,988.5),(531.5,987.4019237886467),(530,987),(528.5,987.4019237886466),(527.4019237886467,988.5)) -5300 ((526,1000),(526.5358983848622,1002),(528,1003.4641016151378),(530,1004),(532,1003.4641016151378),(533.4641016151378,1002),(534,1000),(533.4641016151378,998),(532,996.5358983848622),(530,996),(528,996.5358983848622),(526.5358983848622,998)) -5301 ((534,10),(534.8038475772934,13),(537,15.196152422706632),(540,16),(543,15.196152422706632),(545.1961524227066,13.000000000000002),(546,10),(545.1961524227066,7.000000000000002),(543,4.803847577293369),(540,4),(537,4.803847577293366),(534.8038475772934,6.999999999999997)) -5302 ((533,20),(533.937822173509,23.5),(536.5,26.06217782649107),(540,27),(543.5,26.062177826491073),(546.062177826491,23.500000000000004),(547,20),(546.062177826491,16.5),(543.5,13.93782217350893),(540,13),(536.5,13.937822173508927),(533.937822173509,16.499999999999996)) -5303 ((532,30),(533.0717967697245,34),(536,36.92820323027551),(540,38),(544,36.92820323027551),(546.9282032302755,34),(548,30),(546.9282032302755,26.000000000000004),(544,23.071796769724493),(540,22),(536,23.071796769724486),(533.0717967697245,25.999999999999996)) -5304 ((531,40),(532.2057713659401,44.5),(535.5,47.79422863405995),(540,49),(544.5,47.79422863405995),(547.7942286340599,44.5),(549,40),(547.79422863406,35.5),(544.5,32.20577136594005),(540,31),(535.5,32.20577136594005),(532.2057713659401,35.5)) -5305 ((530,50),(531.3397459621556,55),(535,58.66025403784438),(540,60),(545,58.66025403784439),(548.6602540378444,55),(550,50),(548.6602540378444,45),(545,41.33974596215562),(540,40),(535,41.33974596215561),(531.3397459621556,44.99999999999999)) -5306 ((539,60),(539.1339745962156,60.5),(539.5,60.86602540378444),(540,61),(540.5,60.86602540378444),(540.8660254037844,60.5),(541,60),(540.8660254037844,59.5),(540.5,59.13397459621556),(540,59),(539.5,59.13397459621556),(539.1339745962156,59.5)) -5307 ((538,70),(538.2679491924312,71),(539,71.73205080756888),(540,72),(541,71.73205080756888),(541.7320508075688,71),(542,70),(541.7320508075688,69),(541,68.26794919243112),(540,68),(539,68.26794919243112),(538.2679491924312,69)) -5308 ((537,80),(537.4019237886466,81.5),(538.5,82.59807621135332),(540,83),(541.5,82.59807621135332),(542.5980762113533,81.5),(543,80),(542.5980762113534,78.5),(541.5,77.40192378864668),(540,77),(538.5,77.40192378864668),(537.4019237886467,78.5)) -5309 ((536,90),(536.5358983848622,92),(538,93.46410161513775),(540,94),(542,93.46410161513775),(543.4641016151378,92),(544,90),(543.4641016151378,88),(542,86.53589838486225),(540,86),(538,86.53589838486225),(536.5358983848622,88)) -5310 ((535,100),(535.6698729810778,102.5),(537.5,104.3301270189222),(540,105),(542.5,104.3301270189222),(544.3301270189222,102.5),(545,100),(544.3301270189222,97.5),(542.5,95.6698729810778),(540,95),(537.5,95.6698729810778),(535.6698729810778,97.5)) -5311 ((534,110),(534.8038475772934,113),(537,115.19615242270663),(540,116),(543,115.19615242270663),(545.1961524227066,113),(546,110),(545.1961524227066,107),(543,104.80384757729337),(540,104),(537,104.80384757729337),(534.8038475772934,107)) -5312 ((533,120),(533.937822173509,123.5),(536.5,126.06217782649107),(540,127),(543.5,126.06217782649107),(546.062177826491,123.5),(547,120),(546.062177826491,116.5),(543.5,113.93782217350893),(540,113),(536.5,113.93782217350892),(533.937822173509,116.5)) -5313 ((532,130),(533.0717967697245,134),(536,136.9282032302755),(540,138),(544,136.9282032302755),(546.9282032302755,134),(548,130),(546.9282032302755,126),(544,123.07179676972449),(540,122),(536,123.07179676972449),(533.0717967697245,126)) -5314 ((531,140),(532.2057713659401,144.5),(535.5,147.79422863405995),(540,149),(544.5,147.79422863405995),(547.7942286340599,144.5),(549,140),(547.79422863406,135.5),(544.5,132.20577136594005),(540,131),(535.5,132.20577136594005),(532.2057713659401,135.5)) -5315 ((530,150),(531.3397459621556,155),(535,158.6602540378444),(540,160),(545,158.6602540378444),(548.6602540378444,155),(550,150),(548.6602540378444,145),(545,141.3397459621556),(540,140),(535,141.3397459621556),(531.3397459621556,145)) -5316 ((539,160),(539.1339745962156,160.5),(539.5,160.86602540378445),(540,161),(540.5,160.86602540378445),(540.8660254037844,160.5),(541,160),(540.8660254037844,159.5),(540.5,159.13397459621555),(540,159),(539.5,159.13397459621555),(539.1339745962156,159.5)) -5317 ((538,170),(538.2679491924312,171),(539,171.73205080756887),(540,172),(541,171.73205080756887),(541.7320508075688,171),(542,170),(541.7320508075688,169),(541,168.26794919243113),(540,168),(539,168.26794919243113),(538.2679491924312,169)) -5318 ((537,180),(537.4019237886466,181.5),(538.5,182.59807621135332),(540,183),(541.5,182.59807621135332),(542.5980762113533,181.5),(543,180),(542.5980762113534,178.5),(541.5,177.40192378864668),(540,177),(538.5,177.40192378864668),(537.4019237886467,178.5)) -5319 ((536,190),(536.5358983848622,192),(538,193.46410161513776),(540,194),(542,193.46410161513776),(543.4641016151378,192),(544,190),(543.4641016151378,188),(542,186.53589838486224),(540,186),(538,186.53589838486224),(536.5358983848622,188)) -5320 ((535,200),(535.6698729810778,202.5),(537.5,204.33012701892218),(540,205),(542.5,204.33012701892218),(544.3301270189222,202.5),(545,200),(544.3301270189222,197.5),(542.5,195.66987298107782),(540,195),(537.5,195.66987298107782),(535.6698729810778,197.5)) -5321 ((534,210),(534.8038475772934,213),(537,215.19615242270663),(540,216),(543,215.19615242270663),(545.1961524227066,213),(546,210),(545.1961524227066,207),(543,204.80384757729337),(540,204),(537,204.80384757729337),(534.8038475772934,207)) -5322 ((533,220),(533.937822173509,223.5),(536.5,226.06217782649108),(540,227),(543.5,226.06217782649108),(546.062177826491,223.5),(547,220),(546.062177826491,216.5),(543.5,213.93782217350892),(540,213),(536.5,213.93782217350892),(533.937822173509,216.5)) -5323 ((532,230),(533.0717967697245,234),(536,236.9282032302755),(540,238),(544,236.9282032302755),(546.9282032302755,234),(548,230),(546.9282032302755,226),(544,223.0717967697245),(540,222),(536,223.0717967697245),(533.0717967697245,226)) -5324 ((531,240),(532.2057713659401,244.5),(535.5,247.79422863405995),(540,249),(544.5,247.79422863405995),(547.7942286340599,244.5),(549,240),(547.79422863406,235.5),(544.5,232.20577136594005),(540,231),(535.5,232.20577136594005),(532.2057713659401,235.5)) -5325 ((530,250),(531.3397459621556,255),(535,258.66025403784437),(540,260),(545,258.66025403784437),(548.6602540378444,255),(550,250),(548.6602540378444,245),(545,241.3397459621556),(540,240),(535,241.3397459621556),(531.3397459621556,245)) -5326 ((539,260),(539.1339745962156,260.5),(539.5,260.8660254037844),(540,261),(540.5,260.8660254037844),(540.8660254037844,260.5),(541,260),(540.8660254037844,259.5),(540.5,259.1339745962156),(540,259),(539.5,259.1339745962156),(539.1339745962156,259.5)) -5327 ((538,270),(538.2679491924312,271),(539,271.7320508075689),(540,272),(541,271.7320508075689),(541.7320508075688,271),(542,270),(541.7320508075688,269),(541,268.2679491924311),(540,268),(539,268.2679491924311),(538.2679491924312,269)) -5328 ((537,280),(537.4019237886466,281.5),(538.5,282.5980762113533),(540,283),(541.5,282.5980762113533),(542.5980762113533,281.5),(543,280),(542.5980762113534,278.5),(541.5,277.4019237886467),(540,277),(538.5,277.4019237886467),(537.4019237886467,278.5)) -5329 ((536,290),(536.5358983848622,292),(538,293.46410161513774),(540,294),(542,293.46410161513774),(543.4641016151378,292),(544,290),(543.4641016151378,288),(542,286.53589838486226),(540,286),(538,286.53589838486226),(536.5358983848622,288)) -5330 ((535,300),(535.6698729810778,302.5),(537.5,304.3301270189222),(540,305),(542.5,304.3301270189222),(544.3301270189222,302.5),(545,300),(544.3301270189222,297.5),(542.5,295.6698729810778),(540,295),(537.5,295.6698729810778),(535.6698729810778,297.5)) -5331 ((534,310),(534.8038475772934,313),(537,315.19615242270663),(540,316),(543,315.19615242270663),(545.1961524227066,313),(546,310),(545.1961524227066,307),(543,304.80384757729337),(540,304),(537,304.80384757729337),(534.8038475772934,307)) -5332 ((533,320),(533.937822173509,323.5),(536.5,326.06217782649105),(540,327),(543.5,326.06217782649105),(546.062177826491,323.5),(547,320),(546.062177826491,316.5),(543.5,313.93782217350895),(540,313),(536.5,313.93782217350895),(533.937822173509,316.5)) -5333 ((532,330),(533.0717967697245,334),(536,336.9282032302755),(540,338),(544,336.9282032302755),(546.9282032302755,334),(548,330),(546.9282032302755,326),(544,323.0717967697245),(540,322),(536,323.0717967697245),(533.0717967697245,326)) -5334 ((531,340),(532.2057713659401,344.5),(535.5,347.79422863405995),(540,349),(544.5,347.79422863405995),(547.7942286340599,344.5),(549,340),(547.79422863406,335.5),(544.5,332.20577136594005),(540,331),(535.5,332.20577136594005),(532.2057713659401,335.5)) -5335 ((530,350),(531.3397459621556,355),(535,358.66025403784437),(540,360),(545,358.66025403784437),(548.6602540378444,355),(550,350),(548.6602540378444,345),(545,341.33974596215563),(540,340),(535,341.33974596215563),(531.3397459621556,345)) -5336 ((539,360),(539.1339745962156,360.5),(539.5,360.8660254037844),(540,361),(540.5,360.8660254037844),(540.8660254037844,360.5),(541,360),(540.8660254037844,359.5),(540.5,359.1339745962156),(540,359),(539.5,359.1339745962156),(539.1339745962156,359.5)) -5337 ((538,370),(538.2679491924312,371),(539,371.7320508075689),(540,372),(541,371.7320508075689),(541.7320508075688,371),(542,370),(541.7320508075688,369),(541,368.2679491924311),(540,368),(539,368.2679491924311),(538.2679491924312,369)) -5338 ((537,380),(537.4019237886466,381.5),(538.5,382.5980762113533),(540,383),(541.5,382.5980762113533),(542.5980762113533,381.5),(543,380),(542.5980762113534,378.5),(541.5,377.4019237886467),(540,377),(538.5,377.4019237886467),(537.4019237886467,378.5)) -5339 ((536,390),(536.5358983848622,392),(538,393.46410161513774),(540,394),(542,393.46410161513774),(543.4641016151378,392),(544,390),(543.4641016151378,388),(542,386.53589838486226),(540,386),(538,386.53589838486226),(536.5358983848622,388)) -5340 ((535,400),(535.6698729810778,402.5),(537.5,404.3301270189222),(540,405),(542.5,404.3301270189222),(544.3301270189222,402.5),(545,400),(544.3301270189222,397.5),(542.5,395.6698729810778),(540,395),(537.5,395.6698729810778),(535.6698729810778,397.5)) -5341 ((534,410),(534.8038475772934,413),(537,415.19615242270663),(540,416),(543,415.19615242270663),(545.1961524227066,413),(546,410),(545.1961524227066,407),(543,404.80384757729337),(540,404),(537,404.80384757729337),(534.8038475772934,407)) -5342 ((533,420),(533.937822173509,423.5),(536.5,426.06217782649105),(540,427),(543.5,426.06217782649105),(546.062177826491,423.5),(547,420),(546.062177826491,416.5),(543.5,413.93782217350895),(540,413),(536.5,413.93782217350895),(533.937822173509,416.5)) -5343 ((532,430),(533.0717967697245,434),(536,436.9282032302755),(540,438),(544,436.9282032302755),(546.9282032302755,434),(548,430),(546.9282032302755,426),(544,423.0717967697245),(540,422),(536,423.0717967697245),(533.0717967697245,426)) -5344 ((531,440),(532.2057713659401,444.5),(535.5,447.79422863405995),(540,449),(544.5,447.79422863405995),(547.7942286340599,444.5),(549,440),(547.79422863406,435.5),(544.5,432.20577136594005),(540,431),(535.5,432.20577136594005),(532.2057713659401,435.5)) -5345 ((530,450),(531.3397459621556,455),(535,458.66025403784437),(540,460),(545,458.66025403784437),(548.6602540378444,455),(550,450),(548.6602540378444,445),(545,441.33974596215563),(540,440),(535,441.33974596215563),(531.3397459621556,445)) -5346 ((539,460),(539.1339745962156,460.5),(539.5,460.8660254037844),(540,461),(540.5,460.8660254037844),(540.8660254037844,460.5),(541,460),(540.8660254037844,459.5),(540.5,459.1339745962156),(540,459),(539.5,459.1339745962156),(539.1339745962156,459.5)) -5347 ((538,470),(538.2679491924312,471),(539,471.7320508075689),(540,472),(541,471.7320508075689),(541.7320508075688,471),(542,470),(541.7320508075688,469),(541,468.2679491924311),(540,468),(539,468.2679491924311),(538.2679491924312,469)) -5348 ((537,480),(537.4019237886466,481.5),(538.5,482.5980762113533),(540,483),(541.5,482.5980762113533),(542.5980762113533,481.5),(543,480),(542.5980762113534,478.5),(541.5,477.4019237886467),(540,477),(538.5,477.4019237886467),(537.4019237886467,478.5)) -5349 ((536,490),(536.5358983848622,492),(538,493.46410161513774),(540,494),(542,493.46410161513774),(543.4641016151378,492),(544,490),(543.4641016151378,488),(542,486.53589838486226),(540,486),(538,486.53589838486226),(536.5358983848622,488)) -5350 ((535,500),(535.6698729810778,502.5),(537.5,504.3301270189222),(540,505),(542.5,504.3301270189222),(544.3301270189222,502.5),(545,500),(544.3301270189222,497.5),(542.5,495.6698729810778),(540,495),(537.5,495.6698729810778),(535.6698729810778,497.5)) -5351 ((534,510),(534.8038475772934,513),(537,515.1961524227066),(540,516),(543,515.1961524227066),(545.1961524227066,513),(546,510),(545.1961524227066,507),(543,504.80384757729337),(540,504),(537,504.80384757729337),(534.8038475772934,507)) -5352 ((533,520),(533.937822173509,523.5),(536.5,526.062177826491),(540,527),(543.5,526.062177826491),(546.062177826491,523.5),(547,520),(546.062177826491,516.5),(543.5,513.937822173509),(540,513),(536.5,513.937822173509),(533.937822173509,516.5)) -5353 ((532,530),(533.0717967697245,534),(536,536.9282032302755),(540,538),(544,536.9282032302755),(546.9282032302755,534),(548,530),(546.9282032302755,526),(544,523.0717967697245),(540,522),(536,523.0717967697245),(533.0717967697245,526)) -5354 ((531,540),(532.2057713659401,544.5),(535.5,547.7942286340599),(540,549),(544.5,547.7942286340599),(547.7942286340599,544.5),(549,540),(547.79422863406,535.5),(544.5,532.2057713659401),(540,531),(535.5,532.20577136594),(532.2057713659401,535.5)) -5355 ((530,550),(531.3397459621556,555),(535,558.6602540378444),(540,560),(545,558.6602540378444),(548.6602540378444,555),(550,550),(548.6602540378444,545),(545,541.3397459621556),(540,540),(535,541.3397459621556),(531.3397459621556,545)) -5356 ((539,560),(539.1339745962156,560.5),(539.5,560.8660254037844),(540,561),(540.5,560.8660254037844),(540.8660254037844,560.5),(541,560),(540.8660254037844,559.5),(540.5,559.1339745962156),(540,559),(539.5,559.1339745962156),(539.1339745962156,559.5)) -5357 ((538,570),(538.2679491924312,571),(539,571.7320508075688),(540,572),(541,571.7320508075688),(541.7320508075688,571),(542,570),(541.7320508075688,569),(541,568.2679491924312),(540,568),(539,568.2679491924312),(538.2679491924312,569)) -5358 ((537,580),(537.4019237886466,581.5),(538.5,582.5980762113534),(540,583),(541.5,582.5980762113534),(542.5980762113533,581.5),(543,580),(542.5980762113534,578.5),(541.5,577.4019237886467),(540,577),(538.5,577.4019237886466),(537.4019237886467,578.5)) -5359 ((536,590),(536.5358983848622,592),(538,593.4641016151378),(540,594),(542,593.4641016151378),(543.4641016151378,592),(544,590),(543.4641016151378,588),(542,586.5358983848622),(540,586),(538,586.5358983848622),(536.5358983848622,588)) -5360 ((535,600),(535.6698729810778,602.5),(537.5,604.3301270189222),(540,605),(542.5,604.3301270189222),(544.3301270189222,602.5),(545,600),(544.3301270189222,597.5),(542.5,595.6698729810778),(540,595),(537.5,595.6698729810778),(535.6698729810778,597.5)) -5361 ((534,610),(534.8038475772934,613),(537,615.1961524227066),(540,616),(543,615.1961524227066),(545.1961524227066,613),(546,610),(545.1961524227066,607),(543,604.8038475772934),(540,604),(537,604.8038475772934),(534.8038475772934,607)) -5362 ((533,620),(533.937822173509,623.5),(536.5,626.062177826491),(540,627),(543.5,626.062177826491),(546.062177826491,623.5),(547,620),(546.062177826491,616.5),(543.5,613.937822173509),(540,613),(536.5,613.937822173509),(533.937822173509,616.5)) -5363 ((532,630),(533.0717967697245,634),(536,636.9282032302755),(540,638),(544,636.9282032302755),(546.9282032302755,634),(548,630),(546.9282032302755,626),(544,623.0717967697245),(540,622),(536,623.0717967697245),(533.0717967697245,626)) -5364 ((531,640),(532.2057713659401,644.5),(535.5,647.7942286340599),(540,649),(544.5,647.7942286340599),(547.7942286340599,644.5),(549,640),(547.79422863406,635.5),(544.5,632.2057713659401),(540,631),(535.5,632.20577136594),(532.2057713659401,635.5)) -5365 ((530,650),(531.3397459621556,655),(535,658.6602540378444),(540,660),(545,658.6602540378444),(548.6602540378444,655),(550,650),(548.6602540378444,645),(545,641.3397459621556),(540,640),(535,641.3397459621556),(531.3397459621556,645)) -5366 ((539,660),(539.1339745962156,660.5),(539.5,660.8660254037844),(540,661),(540.5,660.8660254037844),(540.8660254037844,660.5),(541,660),(540.8660254037844,659.5),(540.5,659.1339745962156),(540,659),(539.5,659.1339745962156),(539.1339745962156,659.5)) -5367 ((538,670),(538.2679491924312,671),(539,671.7320508075688),(540,672),(541,671.7320508075688),(541.7320508075688,671),(542,670),(541.7320508075688,669),(541,668.2679491924312),(540,668),(539,668.2679491924312),(538.2679491924312,669)) -5368 ((537,680),(537.4019237886466,681.5),(538.5,682.5980762113534),(540,683),(541.5,682.5980762113534),(542.5980762113533,681.5),(543,680),(542.5980762113534,678.5),(541.5,677.4019237886467),(540,677),(538.5,677.4019237886466),(537.4019237886467,678.5)) -5369 ((536,690),(536.5358983848622,692),(538,693.4641016151378),(540,694),(542,693.4641016151378),(543.4641016151378,692),(544,690),(543.4641016151378,688),(542,686.5358983848622),(540,686),(538,686.5358983848622),(536.5358983848622,688)) -5370 ((535,700),(535.6698729810778,702.5),(537.5,704.3301270189222),(540,705),(542.5,704.3301270189222),(544.3301270189222,702.5),(545,700),(544.3301270189222,697.5),(542.5,695.6698729810778),(540,695),(537.5,695.6698729810778),(535.6698729810778,697.5)) -5371 ((534,710),(534.8038475772934,713),(537,715.1961524227066),(540,716),(543,715.1961524227066),(545.1961524227066,713),(546,710),(545.1961524227066,707),(543,704.8038475772934),(540,704),(537,704.8038475772934),(534.8038475772934,707)) -5372 ((533,720),(533.937822173509,723.5),(536.5,726.062177826491),(540,727),(543.5,726.062177826491),(546.062177826491,723.5),(547,720),(546.062177826491,716.5),(543.5,713.937822173509),(540,713),(536.5,713.937822173509),(533.937822173509,716.5)) -5373 ((532,730),(533.0717967697245,734),(536,736.9282032302755),(540,738),(544,736.9282032302755),(546.9282032302755,734),(548,730),(546.9282032302755,726),(544,723.0717967697245),(540,722),(536,723.0717967697245),(533.0717967697245,726)) -5374 ((531,740),(532.2057713659401,744.5),(535.5,747.7942286340599),(540,749),(544.5,747.7942286340599),(547.7942286340599,744.5),(549,740),(547.79422863406,735.5),(544.5,732.2057713659401),(540,731),(535.5,732.20577136594),(532.2057713659401,735.5)) -5375 ((530,750),(531.3397459621556,755),(535,758.6602540378444),(540,760),(545,758.6602540378444),(548.6602540378444,755),(550,750),(548.6602540378444,745),(545,741.3397459621556),(540,740),(535,741.3397459621556),(531.3397459621556,745)) -5376 ((539,760),(539.1339745962156,760.5),(539.5,760.8660254037844),(540,761),(540.5,760.8660254037844),(540.8660254037844,760.5),(541,760),(540.8660254037844,759.5),(540.5,759.1339745962156),(540,759),(539.5,759.1339745962156),(539.1339745962156,759.5)) -5377 ((538,770),(538.2679491924312,771),(539,771.7320508075688),(540,772),(541,771.7320508075688),(541.7320508075688,771),(542,770),(541.7320508075688,769),(541,768.2679491924312),(540,768),(539,768.2679491924312),(538.2679491924312,769)) -5378 ((537,780),(537.4019237886466,781.5),(538.5,782.5980762113534),(540,783),(541.5,782.5980762113534),(542.5980762113533,781.5),(543,780),(542.5980762113534,778.5),(541.5,777.4019237886467),(540,777),(538.5,777.4019237886466),(537.4019237886467,778.5)) -5379 ((536,790),(536.5358983848622,792),(538,793.4641016151378),(540,794),(542,793.4641016151378),(543.4641016151378,792),(544,790),(543.4641016151378,788),(542,786.5358983848622),(540,786),(538,786.5358983848622),(536.5358983848622,788)) -5380 ((535,800),(535.6698729810778,802.5),(537.5,804.3301270189222),(540,805),(542.5,804.3301270189222),(544.3301270189222,802.5),(545,800),(544.3301270189222,797.5),(542.5,795.6698729810778),(540,795),(537.5,795.6698729810778),(535.6698729810778,797.5)) -5381 ((534,810),(534.8038475772934,813),(537,815.1961524227066),(540,816),(543,815.1961524227066),(545.1961524227066,813),(546,810),(545.1961524227066,807),(543,804.8038475772934),(540,804),(537,804.8038475772934),(534.8038475772934,807)) -5382 ((533,820),(533.937822173509,823.5),(536.5,826.062177826491),(540,827),(543.5,826.062177826491),(546.062177826491,823.5),(547,820),(546.062177826491,816.5),(543.5,813.937822173509),(540,813),(536.5,813.937822173509),(533.937822173509,816.5)) -5383 ((532,830),(533.0717967697245,834),(536,836.9282032302755),(540,838),(544,836.9282032302755),(546.9282032302755,834),(548,830),(546.9282032302755,826),(544,823.0717967697245),(540,822),(536,823.0717967697245),(533.0717967697245,826)) -5384 ((531,840),(532.2057713659401,844.5),(535.5,847.7942286340599),(540,849),(544.5,847.7942286340599),(547.7942286340599,844.5),(549,840),(547.79422863406,835.5),(544.5,832.2057713659401),(540,831),(535.5,832.20577136594),(532.2057713659401,835.5)) -5385 ((530,850),(531.3397459621556,855),(535,858.6602540378444),(540,860),(545,858.6602540378444),(548.6602540378444,855),(550,850),(548.6602540378444,845),(545,841.3397459621556),(540,840),(535,841.3397459621556),(531.3397459621556,845)) -5386 ((539,860),(539.1339745962156,860.5),(539.5,860.8660254037844),(540,861),(540.5,860.8660254037844),(540.8660254037844,860.5),(541,860),(540.8660254037844,859.5),(540.5,859.1339745962156),(540,859),(539.5,859.1339745962156),(539.1339745962156,859.5)) -5387 ((538,870),(538.2679491924312,871),(539,871.7320508075688),(540,872),(541,871.7320508075688),(541.7320508075688,871),(542,870),(541.7320508075688,869),(541,868.2679491924312),(540,868),(539,868.2679491924312),(538.2679491924312,869)) -5388 ((537,880),(537.4019237886466,881.5),(538.5,882.5980762113534),(540,883),(541.5,882.5980762113534),(542.5980762113533,881.5),(543,880),(542.5980762113534,878.5),(541.5,877.4019237886467),(540,877),(538.5,877.4019237886466),(537.4019237886467,878.5)) -5389 ((536,890),(536.5358983848622,892),(538,893.4641016151378),(540,894),(542,893.4641016151378),(543.4641016151378,892),(544,890),(543.4641016151378,888),(542,886.5358983848622),(540,886),(538,886.5358983848622),(536.5358983848622,888)) -5390 ((535,900),(535.6698729810778,902.5),(537.5,904.3301270189222),(540,905),(542.5,904.3301270189222),(544.3301270189222,902.5),(545,900),(544.3301270189222,897.5),(542.5,895.6698729810778),(540,895),(537.5,895.6698729810778),(535.6698729810778,897.5)) -5391 ((534,910),(534.8038475772934,913),(537,915.1961524227066),(540,916),(543,915.1961524227066),(545.1961524227066,913),(546,910),(545.1961524227066,907),(543,904.8038475772934),(540,904),(537,904.8038475772934),(534.8038475772934,907)) -5392 ((533,920),(533.937822173509,923.5),(536.5,926.062177826491),(540,927),(543.5,926.062177826491),(546.062177826491,923.5),(547,920),(546.062177826491,916.5),(543.5,913.937822173509),(540,913),(536.5,913.937822173509),(533.937822173509,916.5)) -5393 ((532,930),(533.0717967697245,934),(536,936.9282032302755),(540,938),(544,936.9282032302755),(546.9282032302755,934),(548,930),(546.9282032302755,926),(544,923.0717967697245),(540,922),(536,923.0717967697245),(533.0717967697245,926)) -5394 ((531,940),(532.2057713659401,944.5),(535.5,947.7942286340599),(540,949),(544.5,947.7942286340599),(547.7942286340599,944.5),(549,940),(547.79422863406,935.5),(544.5,932.2057713659401),(540,931),(535.5,932.20577136594),(532.2057713659401,935.5)) -5395 ((530,950),(531.3397459621556,955),(535,958.6602540378444),(540,960),(545,958.6602540378444),(548.6602540378444,955),(550,950),(548.6602540378444,945),(545,941.3397459621556),(540,940),(535,941.3397459621556),(531.3397459621556,945)) -5396 ((539,960),(539.1339745962156,960.5),(539.5,960.8660254037844),(540,961),(540.5,960.8660254037844),(540.8660254037844,960.5),(541,960),(540.8660254037844,959.5),(540.5,959.1339745962156),(540,959),(539.5,959.1339745962156),(539.1339745962156,959.5)) -5397 ((538,970),(538.2679491924312,971),(539,971.7320508075688),(540,972),(541,971.7320508075688),(541.7320508075688,971),(542,970),(541.7320508075688,969),(541,968.2679491924312),(540,968),(539,968.2679491924312),(538.2679491924312,969)) -5398 ((537,980),(537.4019237886466,981.5),(538.5,982.5980762113534),(540,983),(541.5,982.5980762113534),(542.5980762113533,981.5),(543,980),(542.5980762113534,978.5),(541.5,977.4019237886467),(540,977),(538.5,977.4019237886466),(537.4019237886467,978.5)) -5399 ((536,990),(536.5358983848622,992),(538,993.4641016151378),(540,994),(542,993.4641016151378),(543.4641016151378,992),(544,990),(543.4641016151378,988),(542,986.5358983848622),(540,986),(538,986.5358983848622),(536.5358983848622,988)) -5400 ((535,1000),(535.6698729810778,1002.5),(537.5,1004.3301270189222),(540,1005),(542.5,1004.3301270189222),(544.3301270189222,1002.5),(545,1000),(544.3301270189222,997.5),(542.5,995.6698729810778),(540,995),(537.5,995.6698729810778),(535.6698729810778,997.5)) -5401 ((543,10),(543.937822173509,13.5),(546.5,16.06217782649107),(550,17),(553.5,16.062177826491073),(556.062177826491,13.500000000000002),(557,10),(556.062177826491,6.500000000000002),(553.5,3.9378221735089305),(550,3),(546.5,3.937822173508927),(543.937822173509,6.4999999999999964)) -5402 ((542,20),(543.0717967697245,24),(546,26.928203230275507),(550,28),(554,26.92820323027551),(556.9282032302755,24.000000000000004),(558,20),(556.9282032302755,16.000000000000004),(554,13.071796769724493),(550,12),(546,13.071796769724488),(543.0717967697245,15.999999999999996)) -5403 ((541,30),(542.2057713659401,34.5),(545.5,37.79422863405995),(550,39),(554.5,37.79422863405995),(557.7942286340599,34.5),(559,30),(557.79422863406,25.500000000000004),(554.5,22.205771365940052),(550,21),(545.5,22.20577136594005),(542.2057713659401,25.499999999999996)) -5404 ((540,40),(541.3397459621556,45),(545,48.66025403784438),(550,50),(555,48.66025403784439),(558.6602540378444,45),(560,40),(558.6602540378444,35),(555,31.339745962155614),(550,30),(545,31.33974596215561),(541.3397459621556,34.99999999999999)) -5405 ((549,50),(549.1339745962156,50.5),(549.5,50.86602540378444),(550,51),(550.5,50.86602540378444),(550.8660254037844,50.5),(551,50),(550.8660254037844,49.5),(550.5,49.13397459621556),(550,49),(549.5,49.13397459621556),(549.1339745962156,49.5)) -5406 ((548,60),(548.2679491924312,61),(549,61.732050807568875),(550,62),(551,61.732050807568875),(551.7320508075688,61),(552,60),(551.7320508075688,59),(551,58.267949192431125),(550,58),(549,58.267949192431125),(548.2679491924312,59)) -5407 ((547,70),(547.4019237886466,71.5),(548.5,72.59807621135332),(550,73),(551.5,72.59807621135332),(552.5980762113533,71.5),(553,70),(552.5980762113534,68.5),(551.5,67.40192378864668),(550,67),(548.5,67.40192378864668),(547.4019237886467,68.5)) -5408 ((546,80),(546.5358983848622,82),(548,83.46410161513775),(550,84),(552,83.46410161513775),(553.4641016151378,82),(554,80),(553.4641016151378,78),(552,76.53589838486225),(550,76),(548,76.53589838486225),(546.5358983848622,78)) -5409 ((545,90),(545.6698729810778,92.5),(547.5,94.3301270189222),(550,95),(552.5,94.3301270189222),(554.3301270189222,92.5),(555,90),(554.3301270189222,87.5),(552.5,85.6698729810778),(550,85),(547.5,85.6698729810778),(545.6698729810778,87.5)) -5410 ((544,100),(544.8038475772934,103),(547,105.19615242270663),(550,106),(553,105.19615242270663),(555.1961524227066,103),(556,100),(555.1961524227066,97),(553,94.80384757729337),(550,94),(547,94.80384757729337),(544.8038475772934,97)) -5411 ((543,110),(543.937822173509,113.5),(546.5,116.06217782649107),(550,117),(553.5,116.06217782649107),(556.062177826491,113.5),(557,110),(556.062177826491,106.5),(553.5,103.93782217350893),(550,103),(546.5,103.93782217350892),(543.937822173509,106.5)) -5412 ((542,120),(543.0717967697245,124),(546,126.92820323027551),(550,128),(554,126.92820323027551),(556.9282032302755,124),(558,120),(556.9282032302755,116),(554,113.07179676972449),(550,112),(546,113.07179676972449),(543.0717967697245,116)) -5413 ((541,130),(542.2057713659401,134.5),(545.5,137.79422863405995),(550,139),(554.5,137.79422863405995),(557.7942286340599,134.5),(559,130),(557.79422863406,125.5),(554.5,122.20577136594005),(550,121),(545.5,122.20577136594005),(542.2057713659401,125.5)) -5414 ((540,140),(541.3397459621556,145),(545,148.6602540378444),(550,150),(555,148.6602540378444),(558.6602540378444,145),(560,140),(558.6602540378444,135),(555,131.3397459621556),(550,130),(545,131.3397459621556),(541.3397459621556,135)) -5415 ((549,150),(549.1339745962156,150.5),(549.5,150.86602540378445),(550,151),(550.5,150.86602540378445),(550.8660254037844,150.5),(551,150),(550.8660254037844,149.5),(550.5,149.13397459621555),(550,149),(549.5,149.13397459621555),(549.1339745962156,149.5)) -5416 ((548,160),(548.2679491924312,161),(549,161.73205080756887),(550,162),(551,161.73205080756887),(551.7320508075688,161),(552,160),(551.7320508075688,159),(551,158.26794919243113),(550,158),(549,158.26794919243113),(548.2679491924312,159)) -5417 ((547,170),(547.4019237886466,171.5),(548.5,172.59807621135332),(550,173),(551.5,172.59807621135332),(552.5980762113533,171.5),(553,170),(552.5980762113534,168.5),(551.5,167.40192378864668),(550,167),(548.5,167.40192378864668),(547.4019237886467,168.5)) -5418 ((546,180),(546.5358983848622,182),(548,183.46410161513776),(550,184),(552,183.46410161513776),(553.4641016151378,182),(554,180),(553.4641016151378,178),(552,176.53589838486224),(550,176),(548,176.53589838486224),(546.5358983848622,178)) -5419 ((545,190),(545.6698729810778,192.5),(547.5,194.33012701892218),(550,195),(552.5,194.33012701892218),(554.3301270189222,192.5),(555,190),(554.3301270189222,187.5),(552.5,185.66987298107782),(550,185),(547.5,185.66987298107782),(545.6698729810778,187.5)) -5420 ((544,200),(544.8038475772934,203),(547,205.19615242270663),(550,206),(553,205.19615242270663),(555.1961524227066,203),(556,200),(555.1961524227066,197),(553,194.80384757729337),(550,194),(547,194.80384757729337),(544.8038475772934,197)) -5421 ((543,210),(543.937822173509,213.5),(546.5,216.06217782649108),(550,217),(553.5,216.06217782649108),(556.062177826491,213.5),(557,210),(556.062177826491,206.5),(553.5,203.93782217350892),(550,203),(546.5,203.93782217350892),(543.937822173509,206.5)) -5422 ((542,220),(543.0717967697245,224),(546,226.9282032302755),(550,228),(554,226.9282032302755),(556.9282032302755,224),(558,220),(556.9282032302755,216),(554,213.0717967697245),(550,212),(546,213.0717967697245),(543.0717967697245,216)) -5423 ((541,230),(542.2057713659401,234.5),(545.5,237.79422863405995),(550,239),(554.5,237.79422863405995),(557.7942286340599,234.5),(559,230),(557.79422863406,225.5),(554.5,222.20577136594005),(550,221),(545.5,222.20577136594005),(542.2057713659401,225.5)) -5424 ((540,240),(541.3397459621556,245),(545,248.6602540378444),(550,250),(555,248.6602540378444),(558.6602540378444,245),(560,240),(558.6602540378444,235),(555,231.3397459621556),(550,230),(545,231.3397459621556),(541.3397459621556,235)) -5425 ((549,250),(549.1339745962156,250.5),(549.5,250.86602540378445),(550,251),(550.5,250.86602540378445),(550.8660254037844,250.5),(551,250),(550.8660254037844,249.5),(550.5,249.13397459621555),(550,249),(549.5,249.13397459621555),(549.1339745962156,249.5)) -5426 ((548,260),(548.2679491924312,261),(549,261.7320508075689),(550,262),(551,261.7320508075689),(551.7320508075688,261),(552,260),(551.7320508075688,259),(551,258.2679491924311),(550,258),(549,258.2679491924311),(548.2679491924312,259)) -5427 ((547,270),(547.4019237886466,271.5),(548.5,272.5980762113533),(550,273),(551.5,272.5980762113533),(552.5980762113533,271.5),(553,270),(552.5980762113534,268.5),(551.5,267.4019237886467),(550,267),(548.5,267.4019237886467),(547.4019237886467,268.5)) -5428 ((546,280),(546.5358983848622,282),(548,283.46410161513774),(550,284),(552,283.46410161513774),(553.4641016151378,282),(554,280),(553.4641016151378,278),(552,276.53589838486226),(550,276),(548,276.53589838486226),(546.5358983848622,278)) -5429 ((545,290),(545.6698729810778,292.5),(547.5,294.3301270189222),(550,295),(552.5,294.3301270189222),(554.3301270189222,292.5),(555,290),(554.3301270189222,287.5),(552.5,285.6698729810778),(550,285),(547.5,285.6698729810778),(545.6698729810778,287.5)) -5430 ((544,300),(544.8038475772934,303),(547,305.19615242270663),(550,306),(553,305.19615242270663),(555.1961524227066,303),(556,300),(555.1961524227066,297),(553,294.80384757729337),(550,294),(547,294.80384757729337),(544.8038475772934,297)) -5431 ((543,310),(543.937822173509,313.5),(546.5,316.06217782649105),(550,317),(553.5,316.06217782649105),(556.062177826491,313.5),(557,310),(556.062177826491,306.5),(553.5,303.93782217350895),(550,303),(546.5,303.93782217350895),(543.937822173509,306.5)) -5432 ((542,320),(543.0717967697245,324),(546,326.9282032302755),(550,328),(554,326.9282032302755),(556.9282032302755,324),(558,320),(556.9282032302755,316),(554,313.0717967697245),(550,312),(546,313.0717967697245),(543.0717967697245,316)) -5433 ((541,330),(542.2057713659401,334.5),(545.5,337.79422863405995),(550,339),(554.5,337.79422863405995),(557.7942286340599,334.5),(559,330),(557.79422863406,325.5),(554.5,322.20577136594005),(550,321),(545.5,322.20577136594005),(542.2057713659401,325.5)) -5434 ((540,340),(541.3397459621556,345),(545,348.66025403784437),(550,350),(555,348.66025403784437),(558.6602540378444,345),(560,340),(558.6602540378444,335),(555,331.33974596215563),(550,330),(545,331.33974596215563),(541.3397459621556,335)) -5435 ((549,350),(549.1339745962156,350.5),(549.5,350.8660254037844),(550,351),(550.5,350.8660254037844),(550.8660254037844,350.5),(551,350),(550.8660254037844,349.5),(550.5,349.1339745962156),(550,349),(549.5,349.1339745962156),(549.1339745962156,349.5)) -5436 ((548,360),(548.2679491924312,361),(549,361.7320508075689),(550,362),(551,361.7320508075689),(551.7320508075688,361),(552,360),(551.7320508075688,359),(551,358.2679491924311),(550,358),(549,358.2679491924311),(548.2679491924312,359)) -5437 ((547,370),(547.4019237886466,371.5),(548.5,372.5980762113533),(550,373),(551.5,372.5980762113533),(552.5980762113533,371.5),(553,370),(552.5980762113534,368.5),(551.5,367.4019237886467),(550,367),(548.5,367.4019237886467),(547.4019237886467,368.5)) -5438 ((546,380),(546.5358983848622,382),(548,383.46410161513774),(550,384),(552,383.46410161513774),(553.4641016151378,382),(554,380),(553.4641016151378,378),(552,376.53589838486226),(550,376),(548,376.53589838486226),(546.5358983848622,378)) -5439 ((545,390),(545.6698729810778,392.5),(547.5,394.3301270189222),(550,395),(552.5,394.3301270189222),(554.3301270189222,392.5),(555,390),(554.3301270189222,387.5),(552.5,385.6698729810778),(550,385),(547.5,385.6698729810778),(545.6698729810778,387.5)) -5440 ((544,400),(544.8038475772934,403),(547,405.19615242270663),(550,406),(553,405.19615242270663),(555.1961524227066,403),(556,400),(555.1961524227066,397),(553,394.80384757729337),(550,394),(547,394.80384757729337),(544.8038475772934,397)) -5441 ((543,410),(543.937822173509,413.5),(546.5,416.06217782649105),(550,417),(553.5,416.06217782649105),(556.062177826491,413.5),(557,410),(556.062177826491,406.5),(553.5,403.93782217350895),(550,403),(546.5,403.93782217350895),(543.937822173509,406.5)) -5442 ((542,420),(543.0717967697245,424),(546,426.9282032302755),(550,428),(554,426.9282032302755),(556.9282032302755,424),(558,420),(556.9282032302755,416),(554,413.0717967697245),(550,412),(546,413.0717967697245),(543.0717967697245,416)) -5443 ((541,430),(542.2057713659401,434.5),(545.5,437.79422863405995),(550,439),(554.5,437.79422863405995),(557.7942286340599,434.5),(559,430),(557.79422863406,425.5),(554.5,422.20577136594005),(550,421),(545.5,422.20577136594005),(542.2057713659401,425.5)) -5444 ((540,440),(541.3397459621556,445),(545,448.66025403784437),(550,450),(555,448.66025403784437),(558.6602540378444,445),(560,440),(558.6602540378444,435),(555,431.33974596215563),(550,430),(545,431.33974596215563),(541.3397459621556,435)) -5445 ((549,450),(549.1339745962156,450.5),(549.5,450.8660254037844),(550,451),(550.5,450.8660254037844),(550.8660254037844,450.5),(551,450),(550.8660254037844,449.5),(550.5,449.1339745962156),(550,449),(549.5,449.1339745962156),(549.1339745962156,449.5)) -5446 ((548,460),(548.2679491924312,461),(549,461.7320508075689),(550,462),(551,461.7320508075689),(551.7320508075688,461),(552,460),(551.7320508075688,459),(551,458.2679491924311),(550,458),(549,458.2679491924311),(548.2679491924312,459)) -5447 ((547,470),(547.4019237886466,471.5),(548.5,472.5980762113533),(550,473),(551.5,472.5980762113533),(552.5980762113533,471.5),(553,470),(552.5980762113534,468.5),(551.5,467.4019237886467),(550,467),(548.5,467.4019237886467),(547.4019237886467,468.5)) -5448 ((546,480),(546.5358983848622,482),(548,483.46410161513774),(550,484),(552,483.46410161513774),(553.4641016151378,482),(554,480),(553.4641016151378,478),(552,476.53589838486226),(550,476),(548,476.53589838486226),(546.5358983848622,478)) -5449 ((545,490),(545.6698729810778,492.5),(547.5,494.3301270189222),(550,495),(552.5,494.3301270189222),(554.3301270189222,492.5),(555,490),(554.3301270189222,487.5),(552.5,485.6698729810778),(550,485),(547.5,485.6698729810778),(545.6698729810778,487.5)) -5450 ((544,500),(544.8038475772934,503),(547,505.19615242270663),(550,506),(553,505.19615242270663),(555.1961524227066,503),(556,500),(555.1961524227066,497),(553,494.80384757729337),(550,494),(547,494.80384757729337),(544.8038475772934,497)) -5451 ((543,510),(543.937822173509,513.5),(546.5,516.062177826491),(550,517),(553.5,516.062177826491),(556.062177826491,513.5),(557,510),(556.062177826491,506.5),(553.5,503.93782217350895),(550,503),(546.5,503.93782217350895),(543.937822173509,506.5)) -5452 ((542,520),(543.0717967697245,524),(546,526.9282032302755),(550,528),(554,526.9282032302755),(556.9282032302755,524),(558,520),(556.9282032302755,516),(554,513.0717967697245),(550,512),(546,513.0717967697245),(543.0717967697245,516)) -5453 ((541,530),(542.2057713659401,534.5),(545.5,537.7942286340599),(550,539),(554.5,537.7942286340599),(557.7942286340599,534.5),(559,530),(557.79422863406,525.5),(554.5,522.2057713659401),(550,521),(545.5,522.20577136594),(542.2057713659401,525.5)) -5454 ((540,540),(541.3397459621556,545),(545,548.6602540378444),(550,550),(555,548.6602540378444),(558.6602540378444,545),(560,540),(558.6602540378444,535),(555,531.3397459621556),(550,530),(545,531.3397459621556),(541.3397459621556,535)) -5455 ((549,550),(549.1339745962156,550.5),(549.5,550.8660254037844),(550,551),(550.5,550.8660254037844),(550.8660254037844,550.5),(551,550),(550.8660254037844,549.5),(550.5,549.1339745962156),(550,549),(549.5,549.1339745962156),(549.1339745962156,549.5)) -5456 ((548,560),(548.2679491924312,561),(549,561.7320508075688),(550,562),(551,561.7320508075688),(551.7320508075688,561),(552,560),(551.7320508075688,559),(551,558.2679491924312),(550,558),(549,558.2679491924312),(548.2679491924312,559)) -5457 ((547,570),(547.4019237886466,571.5),(548.5,572.5980762113534),(550,573),(551.5,572.5980762113534),(552.5980762113533,571.5),(553,570),(552.5980762113534,568.5),(551.5,567.4019237886467),(550,567),(548.5,567.4019237886466),(547.4019237886467,568.5)) -5458 ((546,580),(546.5358983848622,582),(548,583.4641016151378),(550,584),(552,583.4641016151378),(553.4641016151378,582),(554,580),(553.4641016151378,578),(552,576.5358983848622),(550,576),(548,576.5358983848622),(546.5358983848622,578)) -5459 ((545,590),(545.6698729810778,592.5),(547.5,594.3301270189222),(550,595),(552.5,594.3301270189222),(554.3301270189222,592.5),(555,590),(554.3301270189222,587.5),(552.5,585.6698729810778),(550,585),(547.5,585.6698729810778),(545.6698729810778,587.5)) -5460 ((544,600),(544.8038475772934,603),(547,605.1961524227066),(550,606),(553,605.1961524227066),(555.1961524227066,603),(556,600),(555.1961524227066,597),(553,594.8038475772934),(550,594),(547,594.8038475772934),(544.8038475772934,597)) -5461 ((543,610),(543.937822173509,613.5),(546.5,616.062177826491),(550,617),(553.5,616.062177826491),(556.062177826491,613.5),(557,610),(556.062177826491,606.5),(553.5,603.937822173509),(550,603),(546.5,603.937822173509),(543.937822173509,606.5)) -5462 ((542,620),(543.0717967697245,624),(546,626.9282032302755),(550,628),(554,626.9282032302755),(556.9282032302755,624),(558,620),(556.9282032302755,616),(554,613.0717967697245),(550,612),(546,613.0717967697245),(543.0717967697245,616)) -5463 ((541,630),(542.2057713659401,634.5),(545.5,637.7942286340599),(550,639),(554.5,637.7942286340599),(557.7942286340599,634.5),(559,630),(557.79422863406,625.5),(554.5,622.2057713659401),(550,621),(545.5,622.20577136594),(542.2057713659401,625.5)) -5464 ((540,640),(541.3397459621556,645),(545,648.6602540378444),(550,650),(555,648.6602540378444),(558.6602540378444,645),(560,640),(558.6602540378444,635),(555,631.3397459621556),(550,630),(545,631.3397459621556),(541.3397459621556,635)) -5465 ((549,650),(549.1339745962156,650.5),(549.5,650.8660254037844),(550,651),(550.5,650.8660254037844),(550.8660254037844,650.5),(551,650),(550.8660254037844,649.5),(550.5,649.1339745962156),(550,649),(549.5,649.1339745962156),(549.1339745962156,649.5)) -5466 ((548,660),(548.2679491924312,661),(549,661.7320508075688),(550,662),(551,661.7320508075688),(551.7320508075688,661),(552,660),(551.7320508075688,659),(551,658.2679491924312),(550,658),(549,658.2679491924312),(548.2679491924312,659)) -5467 ((547,670),(547.4019237886466,671.5),(548.5,672.5980762113534),(550,673),(551.5,672.5980762113534),(552.5980762113533,671.5),(553,670),(552.5980762113534,668.5),(551.5,667.4019237886467),(550,667),(548.5,667.4019237886466),(547.4019237886467,668.5)) -5468 ((546,680),(546.5358983848622,682),(548,683.4641016151378),(550,684),(552,683.4641016151378),(553.4641016151378,682),(554,680),(553.4641016151378,678),(552,676.5358983848622),(550,676),(548,676.5358983848622),(546.5358983848622,678)) -5469 ((545,690),(545.6698729810778,692.5),(547.5,694.3301270189222),(550,695),(552.5,694.3301270189222),(554.3301270189222,692.5),(555,690),(554.3301270189222,687.5),(552.5,685.6698729810778),(550,685),(547.5,685.6698729810778),(545.6698729810778,687.5)) -5470 ((544,700),(544.8038475772934,703),(547,705.1961524227066),(550,706),(553,705.1961524227066),(555.1961524227066,703),(556,700),(555.1961524227066,697),(553,694.8038475772934),(550,694),(547,694.8038475772934),(544.8038475772934,697)) -5471 ((543,710),(543.937822173509,713.5),(546.5,716.062177826491),(550,717),(553.5,716.062177826491),(556.062177826491,713.5),(557,710),(556.062177826491,706.5),(553.5,703.937822173509),(550,703),(546.5,703.937822173509),(543.937822173509,706.5)) -5472 ((542,720),(543.0717967697245,724),(546,726.9282032302755),(550,728),(554,726.9282032302755),(556.9282032302755,724),(558,720),(556.9282032302755,716),(554,713.0717967697245),(550,712),(546,713.0717967697245),(543.0717967697245,716)) -5473 ((541,730),(542.2057713659401,734.5),(545.5,737.7942286340599),(550,739),(554.5,737.7942286340599),(557.7942286340599,734.5),(559,730),(557.79422863406,725.5),(554.5,722.2057713659401),(550,721),(545.5,722.20577136594),(542.2057713659401,725.5)) -5474 ((540,740),(541.3397459621556,745),(545,748.6602540378444),(550,750),(555,748.6602540378444),(558.6602540378444,745),(560,740),(558.6602540378444,735),(555,731.3397459621556),(550,730),(545,731.3397459621556),(541.3397459621556,735)) -5475 ((549,750),(549.1339745962156,750.5),(549.5,750.8660254037844),(550,751),(550.5,750.8660254037844),(550.8660254037844,750.5),(551,750),(550.8660254037844,749.5),(550.5,749.1339745962156),(550,749),(549.5,749.1339745962156),(549.1339745962156,749.5)) -5476 ((548,760),(548.2679491924312,761),(549,761.7320508075688),(550,762),(551,761.7320508075688),(551.7320508075688,761),(552,760),(551.7320508075688,759),(551,758.2679491924312),(550,758),(549,758.2679491924312),(548.2679491924312,759)) -5477 ((547,770),(547.4019237886466,771.5),(548.5,772.5980762113534),(550,773),(551.5,772.5980762113534),(552.5980762113533,771.5),(553,770),(552.5980762113534,768.5),(551.5,767.4019237886467),(550,767),(548.5,767.4019237886466),(547.4019237886467,768.5)) -5478 ((546,780),(546.5358983848622,782),(548,783.4641016151378),(550,784),(552,783.4641016151378),(553.4641016151378,782),(554,780),(553.4641016151378,778),(552,776.5358983848622),(550,776),(548,776.5358983848622),(546.5358983848622,778)) -5479 ((545,790),(545.6698729810778,792.5),(547.5,794.3301270189222),(550,795),(552.5,794.3301270189222),(554.3301270189222,792.5),(555,790),(554.3301270189222,787.5),(552.5,785.6698729810778),(550,785),(547.5,785.6698729810778),(545.6698729810778,787.5)) -5480 ((544,800),(544.8038475772934,803),(547,805.1961524227066),(550,806),(553,805.1961524227066),(555.1961524227066,803),(556,800),(555.1961524227066,797),(553,794.8038475772934),(550,794),(547,794.8038475772934),(544.8038475772934,797)) -5481 ((543,810),(543.937822173509,813.5),(546.5,816.062177826491),(550,817),(553.5,816.062177826491),(556.062177826491,813.5),(557,810),(556.062177826491,806.5),(553.5,803.937822173509),(550,803),(546.5,803.937822173509),(543.937822173509,806.5)) -5482 ((542,820),(543.0717967697245,824),(546,826.9282032302755),(550,828),(554,826.9282032302755),(556.9282032302755,824),(558,820),(556.9282032302755,816),(554,813.0717967697245),(550,812),(546,813.0717967697245),(543.0717967697245,816)) -5483 ((541,830),(542.2057713659401,834.5),(545.5,837.7942286340599),(550,839),(554.5,837.7942286340599),(557.7942286340599,834.5),(559,830),(557.79422863406,825.5),(554.5,822.2057713659401),(550,821),(545.5,822.20577136594),(542.2057713659401,825.5)) -5484 ((540,840),(541.3397459621556,845),(545,848.6602540378444),(550,850),(555,848.6602540378444),(558.6602540378444,845),(560,840),(558.6602540378444,835),(555,831.3397459621556),(550,830),(545,831.3397459621556),(541.3397459621556,835)) -5485 ((549,850),(549.1339745962156,850.5),(549.5,850.8660254037844),(550,851),(550.5,850.8660254037844),(550.8660254037844,850.5),(551,850),(550.8660254037844,849.5),(550.5,849.1339745962156),(550,849),(549.5,849.1339745962156),(549.1339745962156,849.5)) -5486 ((548,860),(548.2679491924312,861),(549,861.7320508075688),(550,862),(551,861.7320508075688),(551.7320508075688,861),(552,860),(551.7320508075688,859),(551,858.2679491924312),(550,858),(549,858.2679491924312),(548.2679491924312,859)) -5487 ((547,870),(547.4019237886466,871.5),(548.5,872.5980762113534),(550,873),(551.5,872.5980762113534),(552.5980762113533,871.5),(553,870),(552.5980762113534,868.5),(551.5,867.4019237886467),(550,867),(548.5,867.4019237886466),(547.4019237886467,868.5)) -5488 ((546,880),(546.5358983848622,882),(548,883.4641016151378),(550,884),(552,883.4641016151378),(553.4641016151378,882),(554,880),(553.4641016151378,878),(552,876.5358983848622),(550,876),(548,876.5358983848622),(546.5358983848622,878)) -5489 ((545,890),(545.6698729810778,892.5),(547.5,894.3301270189222),(550,895),(552.5,894.3301270189222),(554.3301270189222,892.5),(555,890),(554.3301270189222,887.5),(552.5,885.6698729810778),(550,885),(547.5,885.6698729810778),(545.6698729810778,887.5)) -5490 ((544,900),(544.8038475772934,903),(547,905.1961524227066),(550,906),(553,905.1961524227066),(555.1961524227066,903),(556,900),(555.1961524227066,897),(553,894.8038475772934),(550,894),(547,894.8038475772934),(544.8038475772934,897)) -5491 ((543,910),(543.937822173509,913.5),(546.5,916.062177826491),(550,917),(553.5,916.062177826491),(556.062177826491,913.5),(557,910),(556.062177826491,906.5),(553.5,903.937822173509),(550,903),(546.5,903.937822173509),(543.937822173509,906.5)) -5492 ((542,920),(543.0717967697245,924),(546,926.9282032302755),(550,928),(554,926.9282032302755),(556.9282032302755,924),(558,920),(556.9282032302755,916),(554,913.0717967697245),(550,912),(546,913.0717967697245),(543.0717967697245,916)) -5493 ((541,930),(542.2057713659401,934.5),(545.5,937.7942286340599),(550,939),(554.5,937.7942286340599),(557.7942286340599,934.5),(559,930),(557.79422863406,925.5),(554.5,922.2057713659401),(550,921),(545.5,922.20577136594),(542.2057713659401,925.5)) -5494 ((540,940),(541.3397459621556,945),(545,948.6602540378444),(550,950),(555,948.6602540378444),(558.6602540378444,945),(560,940),(558.6602540378444,935),(555,931.3397459621556),(550,930),(545,931.3397459621556),(541.3397459621556,935)) -5495 ((549,950),(549.1339745962156,950.5),(549.5,950.8660254037844),(550,951),(550.5,950.8660254037844),(550.8660254037844,950.5),(551,950),(550.8660254037844,949.5),(550.5,949.1339745962156),(550,949),(549.5,949.1339745962156),(549.1339745962156,949.5)) -5496 ((548,960),(548.2679491924312,961),(549,961.7320508075688),(550,962),(551,961.7320508075688),(551.7320508075688,961),(552,960),(551.7320508075688,959),(551,958.2679491924312),(550,958),(549,958.2679491924312),(548.2679491924312,959)) -5497 ((547,970),(547.4019237886466,971.5),(548.5,972.5980762113534),(550,973),(551.5,972.5980762113534),(552.5980762113533,971.5),(553,970),(552.5980762113534,968.5),(551.5,967.4019237886467),(550,967),(548.5,967.4019237886466),(547.4019237886467,968.5)) -5498 ((546,980),(546.5358983848622,982),(548,983.4641016151378),(550,984),(552,983.4641016151378),(553.4641016151378,982),(554,980),(553.4641016151378,978),(552,976.5358983848622),(550,976),(548,976.5358983848622),(546.5358983848622,978)) -5499 ((545,990),(545.6698729810778,992.5),(547.5,994.3301270189222),(550,995),(552.5,994.3301270189222),(554.3301270189222,992.5),(555,990),(554.3301270189222,987.5),(552.5,985.6698729810778),(550,985),(547.5,985.6698729810778),(545.6698729810778,987.5)) -5500 ((544,1000),(544.8038475772934,1003),(547,1005.1961524227066),(550,1006),(553,1005.1961524227066),(555.1961524227066,1003),(556,1000),(555.1961524227066,997),(553,994.8038475772934),(550,994),(547,994.8038475772934),(544.8038475772934,997)) -5501 ((552,10),(553.0717967697245,14),(556,16.928203230275507),(560,18),(564,16.92820323027551),(566.9282032302755,14.000000000000004),(568,10.000000000000002),(566.9282032302755,6.000000000000002),(564,3.071796769724492),(560,2),(556,3.0717967697244877),(553.0717967697245,5.9999999999999964)) -5502 ((551,20),(552.2057713659401,24.5),(555.5,27.794228634059948),(560,29),(564.5,27.794228634059948),(567.7942286340599,24.500000000000004),(569,20),(567.79422863406,15.500000000000004),(564.5,12.205771365940054),(560,11),(555.5,12.205771365940048),(552.2057713659401,15.499999999999996)) -5503 ((550,30),(551.3397459621556,35),(555,38.66025403784438),(560,40),(565,38.66025403784439),(568.6602540378444,35),(570,30),(568.6602540378444,25.000000000000004),(565,21.339745962155614),(560,20),(555,21.33974596215561),(551.3397459621556,24.999999999999996)) -5504 ((559,40),(559.1339745962156,40.5),(559.5,40.86602540378444),(560,41),(560.5,40.86602540378444),(560.8660254037844,40.5),(561,40),(560.8660254037844,39.5),(560.5,39.13397459621556),(560,39),(559.5,39.13397459621556),(559.1339745962156,39.5)) -5505 ((558,50),(558.2679491924312,51),(559,51.732050807568875),(560,52),(561,51.732050807568875),(561.7320508075688,51),(562,50),(561.7320508075688,49),(561,48.267949192431125),(560,48),(559,48.267949192431125),(558.2679491924312,49)) -5506 ((557,60),(557.4019237886466,61.5),(558.5,62.598076211353316),(560,63),(561.5,62.598076211353316),(562.5980762113533,61.5),(563,60),(562.5980762113534,58.5),(561.5,57.401923788646684),(560,57),(558.5,57.401923788646684),(557.4019237886467,58.5)) -5507 ((556,70),(556.5358983848622,72),(558,73.46410161513775),(560,74),(562,73.46410161513775),(563.4641016151378,72),(564,70),(563.4641016151378,68),(562,66.53589838486225),(560,66),(558,66.53589838486225),(556.5358983848622,68)) -5508 ((555,80),(555.6698729810778,82.5),(557.5,84.3301270189222),(560,85),(562.5,84.3301270189222),(564.3301270189222,82.5),(565,80),(564.3301270189222,77.5),(562.5,75.6698729810778),(560,75),(557.5,75.6698729810778),(555.6698729810778,77.5)) -5509 ((554,90),(554.8038475772934,93),(557,95.19615242270663),(560,96),(563,95.19615242270663),(565.1961524227066,93),(566,90),(565.1961524227066,87),(563,84.80384757729337),(560,84),(557,84.80384757729337),(554.8038475772934,87)) -5510 ((553,100),(553.937822173509,103.5),(556.5,106.06217782649107),(560,107),(563.5,106.06217782649107),(566.062177826491,103.5),(567,100),(566.062177826491,96.5),(563.5,93.93782217350893),(560,93),(556.5,93.93782217350892),(553.937822173509,96.5)) -5511 ((552,110),(553.0717967697245,114),(556,116.92820323027551),(560,118),(564,116.92820323027551),(566.9282032302755,114),(568,110),(566.9282032302755,106),(564,103.07179676972449),(560,102),(556,103.07179676972449),(553.0717967697245,106)) -5512 ((551,120),(552.2057713659401,124.5),(555.5,127.79422863405995),(560,129),(564.5,127.79422863405995),(567.7942286340599,124.5),(569,120),(567.79422863406,115.5),(564.5,112.20577136594005),(560,111),(555.5,112.20577136594005),(552.2057713659401,115.5)) -5513 ((550,130),(551.3397459621556,135),(555,138.6602540378444),(560,140),(565,138.6602540378444),(568.6602540378444,135),(570,130),(568.6602540378444,125),(565,121.33974596215562),(560,120),(555,121.3397459621556),(551.3397459621556,125)) -5514 ((559,140),(559.1339745962156,140.5),(559.5,140.86602540378445),(560,141),(560.5,140.86602540378445),(560.8660254037844,140.5),(561,140),(560.8660254037844,139.5),(560.5,139.13397459621555),(560,139),(559.5,139.13397459621555),(559.1339745962156,139.5)) -5515 ((558,150),(558.2679491924312,151),(559,151.73205080756887),(560,152),(561,151.73205080756887),(561.7320508075688,151),(562,150),(561.7320508075688,149),(561,148.26794919243113),(560,148),(559,148.26794919243113),(558.2679491924312,149)) -5516 ((557,160),(557.4019237886466,161.5),(558.5,162.59807621135332),(560,163),(561.5,162.59807621135332),(562.5980762113533,161.5),(563,160),(562.5980762113534,158.5),(561.5,157.40192378864668),(560,157),(558.5,157.40192378864668),(557.4019237886467,158.5)) -5517 ((556,170),(556.5358983848622,172),(558,173.46410161513776),(560,174),(562,173.46410161513776),(563.4641016151378,172),(564,170),(563.4641016151378,168),(562,166.53589838486224),(560,166),(558,166.53589838486224),(556.5358983848622,168)) -5518 ((555,180),(555.6698729810778,182.5),(557.5,184.33012701892218),(560,185),(562.5,184.33012701892218),(564.3301270189222,182.5),(565,180),(564.3301270189222,177.5),(562.5,175.66987298107782),(560,175),(557.5,175.66987298107782),(555.6698729810778,177.5)) -5519 ((554,190),(554.8038475772934,193),(557,195.19615242270663),(560,196),(563,195.19615242270663),(565.1961524227066,193),(566,190),(565.1961524227066,187),(563,184.80384757729337),(560,184),(557,184.80384757729337),(554.8038475772934,187)) -5520 ((553,200),(553.937822173509,203.5),(556.5,206.06217782649108),(560,207),(563.5,206.06217782649108),(566.062177826491,203.5),(567,200),(566.062177826491,196.5),(563.5,193.93782217350892),(560,193),(556.5,193.93782217350892),(553.937822173509,196.5)) -5521 ((552,210),(553.0717967697245,214),(556,216.9282032302755),(560,218),(564,216.9282032302755),(566.9282032302755,214),(568,210),(566.9282032302755,206),(564,203.0717967697245),(560,202),(556,203.0717967697245),(553.0717967697245,206)) -5522 ((551,220),(552.2057713659401,224.5),(555.5,227.79422863405995),(560,229),(564.5,227.79422863405995),(567.7942286340599,224.5),(569,220),(567.79422863406,215.5),(564.5,212.20577136594005),(560,211),(555.5,212.20577136594005),(552.2057713659401,215.5)) -5523 ((550,230),(551.3397459621556,235),(555,238.6602540378444),(560,240),(565,238.6602540378444),(568.6602540378444,235),(570,230),(568.6602540378444,225),(565,221.3397459621556),(560,220),(555,221.3397459621556),(551.3397459621556,225)) -5524 ((559,240),(559.1339745962156,240.5),(559.5,240.86602540378445),(560,241),(560.5,240.86602540378445),(560.8660254037844,240.5),(561,240),(560.8660254037844,239.5),(560.5,239.13397459621555),(560,239),(559.5,239.13397459621555),(559.1339745962156,239.5)) -5525 ((558,250),(558.2679491924312,251),(559,251.73205080756887),(560,252),(561,251.73205080756887),(561.7320508075688,251),(562,250),(561.7320508075688,249),(561,248.26794919243113),(560,248),(559,248.26794919243113),(558.2679491924312,249)) -5526 ((557,260),(557.4019237886466,261.5),(558.5,262.5980762113533),(560,263),(561.5,262.5980762113533),(562.5980762113533,261.5),(563,260),(562.5980762113534,258.5),(561.5,257.4019237886467),(560,257),(558.5,257.4019237886467),(557.4019237886467,258.5)) -5527 ((556,270),(556.5358983848622,272),(558,273.46410161513774),(560,274),(562,273.46410161513774),(563.4641016151378,272),(564,270),(563.4641016151378,268),(562,266.53589838486226),(560,266),(558,266.53589838486226),(556.5358983848622,268)) -5528 ((555,280),(555.6698729810778,282.5),(557.5,284.3301270189222),(560,285),(562.5,284.3301270189222),(564.3301270189222,282.5),(565,280),(564.3301270189222,277.5),(562.5,275.6698729810778),(560,275),(557.5,275.6698729810778),(555.6698729810778,277.5)) -5529 ((554,290),(554.8038475772934,293),(557,295.19615242270663),(560,296),(563,295.19615242270663),(565.1961524227066,293),(566,290),(565.1961524227066,287),(563,284.80384757729337),(560,284),(557,284.80384757729337),(554.8038475772934,287)) -5530 ((553,300),(553.937822173509,303.5),(556.5,306.06217782649105),(560,307),(563.5,306.06217782649105),(566.062177826491,303.5),(567,300),(566.062177826491,296.5),(563.5,293.93782217350895),(560,293),(556.5,293.93782217350895),(553.937822173509,296.5)) -5531 ((552,310),(553.0717967697245,314),(556,316.9282032302755),(560,318),(564,316.9282032302755),(566.9282032302755,314),(568,310),(566.9282032302755,306),(564,303.0717967697245),(560,302),(556,303.0717967697245),(553.0717967697245,306)) -5532 ((551,320),(552.2057713659401,324.5),(555.5,327.79422863405995),(560,329),(564.5,327.79422863405995),(567.7942286340599,324.5),(569,320),(567.79422863406,315.5),(564.5,312.20577136594005),(560,311),(555.5,312.20577136594005),(552.2057713659401,315.5)) -5533 ((550,330),(551.3397459621556,335),(555,338.66025403784437),(560,340),(565,338.66025403784437),(568.6602540378444,335),(570,330),(568.6602540378444,325),(565,321.33974596215563),(560,320),(555,321.33974596215563),(551.3397459621556,325)) -5534 ((559,340),(559.1339745962156,340.5),(559.5,340.8660254037844),(560,341),(560.5,340.8660254037844),(560.8660254037844,340.5),(561,340),(560.8660254037844,339.5),(560.5,339.1339745962156),(560,339),(559.5,339.1339745962156),(559.1339745962156,339.5)) -5535 ((558,350),(558.2679491924312,351),(559,351.7320508075689),(560,352),(561,351.7320508075689),(561.7320508075688,351),(562,350),(561.7320508075688,349),(561,348.2679491924311),(560,348),(559,348.2679491924311),(558.2679491924312,349)) -5536 ((557,360),(557.4019237886466,361.5),(558.5,362.5980762113533),(560,363),(561.5,362.5980762113533),(562.5980762113533,361.5),(563,360),(562.5980762113534,358.5),(561.5,357.4019237886467),(560,357),(558.5,357.4019237886467),(557.4019237886467,358.5)) -5537 ((556,370),(556.5358983848622,372),(558,373.46410161513774),(560,374),(562,373.46410161513774),(563.4641016151378,372),(564,370),(563.4641016151378,368),(562,366.53589838486226),(560,366),(558,366.53589838486226),(556.5358983848622,368)) -5538 ((555,380),(555.6698729810778,382.5),(557.5,384.3301270189222),(560,385),(562.5,384.3301270189222),(564.3301270189222,382.5),(565,380),(564.3301270189222,377.5),(562.5,375.6698729810778),(560,375),(557.5,375.6698729810778),(555.6698729810778,377.5)) -5539 ((554,390),(554.8038475772934,393),(557,395.19615242270663),(560,396),(563,395.19615242270663),(565.1961524227066,393),(566,390),(565.1961524227066,387),(563,384.80384757729337),(560,384),(557,384.80384757729337),(554.8038475772934,387)) -5540 ((553,400),(553.937822173509,403.5),(556.5,406.06217782649105),(560,407),(563.5,406.06217782649105),(566.062177826491,403.5),(567,400),(566.062177826491,396.5),(563.5,393.93782217350895),(560,393),(556.5,393.93782217350895),(553.937822173509,396.5)) -5541 ((552,410),(553.0717967697245,414),(556,416.9282032302755),(560,418),(564,416.9282032302755),(566.9282032302755,414),(568,410),(566.9282032302755,406),(564,403.0717967697245),(560,402),(556,403.0717967697245),(553.0717967697245,406)) -5542 ((551,420),(552.2057713659401,424.5),(555.5,427.79422863405995),(560,429),(564.5,427.79422863405995),(567.7942286340599,424.5),(569,420),(567.79422863406,415.5),(564.5,412.20577136594005),(560,411),(555.5,412.20577136594005),(552.2057713659401,415.5)) -5543 ((550,430),(551.3397459621556,435),(555,438.66025403784437),(560,440),(565,438.66025403784437),(568.6602540378444,435),(570,430),(568.6602540378444,425),(565,421.33974596215563),(560,420),(555,421.33974596215563),(551.3397459621556,425)) -5544 ((559,440),(559.1339745962156,440.5),(559.5,440.8660254037844),(560,441),(560.5,440.8660254037844),(560.8660254037844,440.5),(561,440),(560.8660254037844,439.5),(560.5,439.1339745962156),(560,439),(559.5,439.1339745962156),(559.1339745962156,439.5)) -5545 ((558,450),(558.2679491924312,451),(559,451.7320508075689),(560,452),(561,451.7320508075689),(561.7320508075688,451),(562,450),(561.7320508075688,449),(561,448.2679491924311),(560,448),(559,448.2679491924311),(558.2679491924312,449)) -5546 ((557,460),(557.4019237886466,461.5),(558.5,462.5980762113533),(560,463),(561.5,462.5980762113533),(562.5980762113533,461.5),(563,460),(562.5980762113534,458.5),(561.5,457.4019237886467),(560,457),(558.5,457.4019237886467),(557.4019237886467,458.5)) -5547 ((556,470),(556.5358983848622,472),(558,473.46410161513774),(560,474),(562,473.46410161513774),(563.4641016151378,472),(564,470),(563.4641016151378,468),(562,466.53589838486226),(560,466),(558,466.53589838486226),(556.5358983848622,468)) -5548 ((555,480),(555.6698729810778,482.5),(557.5,484.3301270189222),(560,485),(562.5,484.3301270189222),(564.3301270189222,482.5),(565,480),(564.3301270189222,477.5),(562.5,475.6698729810778),(560,475),(557.5,475.6698729810778),(555.6698729810778,477.5)) -5549 ((554,490),(554.8038475772934,493),(557,495.19615242270663),(560,496),(563,495.19615242270663),(565.1961524227066,493),(566,490),(565.1961524227066,487),(563,484.80384757729337),(560,484),(557,484.80384757729337),(554.8038475772934,487)) -5550 ((553,500),(553.937822173509,503.5),(556.5,506.06217782649105),(560,507),(563.5,506.06217782649105),(566.062177826491,503.5),(567,500),(566.062177826491,496.5),(563.5,493.93782217350895),(560,493),(556.5,493.93782217350895),(553.937822173509,496.5)) -5551 ((552,510),(553.0717967697245,514),(556,516.9282032302755),(560,518),(564,516.9282032302755),(566.9282032302755,514),(568,510),(566.9282032302755,506),(564,503.0717967697245),(560,502),(556,503.0717967697245),(553.0717967697245,506)) -5552 ((551,520),(552.2057713659401,524.5),(555.5,527.7942286340599),(560,529),(564.5,527.7942286340599),(567.7942286340599,524.5),(569,520),(567.79422863406,515.5),(564.5,512.2057713659401),(560,511),(555.5,512.20577136594),(552.2057713659401,515.5)) -5553 ((550,530),(551.3397459621556,535),(555,538.6602540378444),(560,540),(565,538.6602540378444),(568.6602540378444,535),(570,530),(568.6602540378444,525),(565,521.3397459621556),(560,520),(555,521.3397459621556),(551.3397459621556,525)) -5554 ((559,540),(559.1339745962156,540.5),(559.5,540.8660254037844),(560,541),(560.5,540.8660254037844),(560.8660254037844,540.5),(561,540),(560.8660254037844,539.5),(560.5,539.1339745962156),(560,539),(559.5,539.1339745962156),(559.1339745962156,539.5)) -5555 ((558,550),(558.2679491924312,551),(559,551.7320508075688),(560,552),(561,551.7320508075688),(561.7320508075688,551),(562,550),(561.7320508075688,549),(561,548.2679491924312),(560,548),(559,548.2679491924312),(558.2679491924312,549)) -5556 ((557,560),(557.4019237886466,561.5),(558.5,562.5980762113534),(560,563),(561.5,562.5980762113534),(562.5980762113533,561.5),(563,560),(562.5980762113534,558.5),(561.5,557.4019237886467),(560,557),(558.5,557.4019237886466),(557.4019237886467,558.5)) -5557 ((556,570),(556.5358983848622,572),(558,573.4641016151378),(560,574),(562,573.4641016151378),(563.4641016151378,572),(564,570),(563.4641016151378,568),(562,566.5358983848622),(560,566),(558,566.5358983848622),(556.5358983848622,568)) -5558 ((555,580),(555.6698729810778,582.5),(557.5,584.3301270189222),(560,585),(562.5,584.3301270189222),(564.3301270189222,582.5),(565,580),(564.3301270189222,577.5),(562.5,575.6698729810778),(560,575),(557.5,575.6698729810778),(555.6698729810778,577.5)) -5559 ((554,590),(554.8038475772934,593),(557,595.1961524227066),(560,596),(563,595.1961524227066),(565.1961524227066,593),(566,590),(565.1961524227066,587),(563,584.8038475772934),(560,584),(557,584.8038475772934),(554.8038475772934,587)) -5560 ((553,600),(553.937822173509,603.5),(556.5,606.062177826491),(560,607),(563.5,606.062177826491),(566.062177826491,603.5),(567,600),(566.062177826491,596.5),(563.5,593.937822173509),(560,593),(556.5,593.937822173509),(553.937822173509,596.5)) -5561 ((552,610),(553.0717967697245,614),(556,616.9282032302755),(560,618),(564,616.9282032302755),(566.9282032302755,614),(568,610),(566.9282032302755,606),(564,603.0717967697245),(560,602),(556,603.0717967697245),(553.0717967697245,606)) -5562 ((551,620),(552.2057713659401,624.5),(555.5,627.7942286340599),(560,629),(564.5,627.7942286340599),(567.7942286340599,624.5),(569,620),(567.79422863406,615.5),(564.5,612.2057713659401),(560,611),(555.5,612.20577136594),(552.2057713659401,615.5)) -5563 ((550,630),(551.3397459621556,635),(555,638.6602540378444),(560,640),(565,638.6602540378444),(568.6602540378444,635),(570,630),(568.6602540378444,625),(565,621.3397459621556),(560,620),(555,621.3397459621556),(551.3397459621556,625)) -5564 ((559,640),(559.1339745962156,640.5),(559.5,640.8660254037844),(560,641),(560.5,640.8660254037844),(560.8660254037844,640.5),(561,640),(560.8660254037844,639.5),(560.5,639.1339745962156),(560,639),(559.5,639.1339745962156),(559.1339745962156,639.5)) -5565 ((558,650),(558.2679491924312,651),(559,651.7320508075688),(560,652),(561,651.7320508075688),(561.7320508075688,651),(562,650),(561.7320508075688,649),(561,648.2679491924312),(560,648),(559,648.2679491924312),(558.2679491924312,649)) -5566 ((557,660),(557.4019237886466,661.5),(558.5,662.5980762113534),(560,663),(561.5,662.5980762113534),(562.5980762113533,661.5),(563,660),(562.5980762113534,658.5),(561.5,657.4019237886467),(560,657),(558.5,657.4019237886466),(557.4019237886467,658.5)) -5567 ((556,670),(556.5358983848622,672),(558,673.4641016151378),(560,674),(562,673.4641016151378),(563.4641016151378,672),(564,670),(563.4641016151378,668),(562,666.5358983848622),(560,666),(558,666.5358983848622),(556.5358983848622,668)) -5568 ((555,680),(555.6698729810778,682.5),(557.5,684.3301270189222),(560,685),(562.5,684.3301270189222),(564.3301270189222,682.5),(565,680),(564.3301270189222,677.5),(562.5,675.6698729810778),(560,675),(557.5,675.6698729810778),(555.6698729810778,677.5)) -5569 ((554,690),(554.8038475772934,693),(557,695.1961524227066),(560,696),(563,695.1961524227066),(565.1961524227066,693),(566,690),(565.1961524227066,687),(563,684.8038475772934),(560,684),(557,684.8038475772934),(554.8038475772934,687)) -5570 ((553,700),(553.937822173509,703.5),(556.5,706.062177826491),(560,707),(563.5,706.062177826491),(566.062177826491,703.5),(567,700),(566.062177826491,696.5),(563.5,693.937822173509),(560,693),(556.5,693.937822173509),(553.937822173509,696.5)) -5571 ((552,710),(553.0717967697245,714),(556,716.9282032302755),(560,718),(564,716.9282032302755),(566.9282032302755,714),(568,710),(566.9282032302755,706),(564,703.0717967697245),(560,702),(556,703.0717967697245),(553.0717967697245,706)) -5572 ((551,720),(552.2057713659401,724.5),(555.5,727.7942286340599),(560,729),(564.5,727.7942286340599),(567.7942286340599,724.5),(569,720),(567.79422863406,715.5),(564.5,712.2057713659401),(560,711),(555.5,712.20577136594),(552.2057713659401,715.5)) -5573 ((550,730),(551.3397459621556,735),(555,738.6602540378444),(560,740),(565,738.6602540378444),(568.6602540378444,735),(570,730),(568.6602540378444,725),(565,721.3397459621556),(560,720),(555,721.3397459621556),(551.3397459621556,725)) -5574 ((559,740),(559.1339745962156,740.5),(559.5,740.8660254037844),(560,741),(560.5,740.8660254037844),(560.8660254037844,740.5),(561,740),(560.8660254037844,739.5),(560.5,739.1339745962156),(560,739),(559.5,739.1339745962156),(559.1339745962156,739.5)) -5575 ((558,750),(558.2679491924312,751),(559,751.7320508075688),(560,752),(561,751.7320508075688),(561.7320508075688,751),(562,750),(561.7320508075688,749),(561,748.2679491924312),(560,748),(559,748.2679491924312),(558.2679491924312,749)) -5576 ((557,760),(557.4019237886466,761.5),(558.5,762.5980762113534),(560,763),(561.5,762.5980762113534),(562.5980762113533,761.5),(563,760),(562.5980762113534,758.5),(561.5,757.4019237886467),(560,757),(558.5,757.4019237886466),(557.4019237886467,758.5)) -5577 ((556,770),(556.5358983848622,772),(558,773.4641016151378),(560,774),(562,773.4641016151378),(563.4641016151378,772),(564,770),(563.4641016151378,768),(562,766.5358983848622),(560,766),(558,766.5358983848622),(556.5358983848622,768)) -5578 ((555,780),(555.6698729810778,782.5),(557.5,784.3301270189222),(560,785),(562.5,784.3301270189222),(564.3301270189222,782.5),(565,780),(564.3301270189222,777.5),(562.5,775.6698729810778),(560,775),(557.5,775.6698729810778),(555.6698729810778,777.5)) -5579 ((554,790),(554.8038475772934,793),(557,795.1961524227066),(560,796),(563,795.1961524227066),(565.1961524227066,793),(566,790),(565.1961524227066,787),(563,784.8038475772934),(560,784),(557,784.8038475772934),(554.8038475772934,787)) -5580 ((553,800),(553.937822173509,803.5),(556.5,806.062177826491),(560,807),(563.5,806.062177826491),(566.062177826491,803.5),(567,800),(566.062177826491,796.5),(563.5,793.937822173509),(560,793),(556.5,793.937822173509),(553.937822173509,796.5)) -5581 ((552,810),(553.0717967697245,814),(556,816.9282032302755),(560,818),(564,816.9282032302755),(566.9282032302755,814),(568,810),(566.9282032302755,806),(564,803.0717967697245),(560,802),(556,803.0717967697245),(553.0717967697245,806)) -5582 ((551,820),(552.2057713659401,824.5),(555.5,827.7942286340599),(560,829),(564.5,827.7942286340599),(567.7942286340599,824.5),(569,820),(567.79422863406,815.5),(564.5,812.2057713659401),(560,811),(555.5,812.20577136594),(552.2057713659401,815.5)) -5583 ((550,830),(551.3397459621556,835),(555,838.6602540378444),(560,840),(565,838.6602540378444),(568.6602540378444,835),(570,830),(568.6602540378444,825),(565,821.3397459621556),(560,820),(555,821.3397459621556),(551.3397459621556,825)) -5584 ((559,840),(559.1339745962156,840.5),(559.5,840.8660254037844),(560,841),(560.5,840.8660254037844),(560.8660254037844,840.5),(561,840),(560.8660254037844,839.5),(560.5,839.1339745962156),(560,839),(559.5,839.1339745962156),(559.1339745962156,839.5)) -5585 ((558,850),(558.2679491924312,851),(559,851.7320508075688),(560,852),(561,851.7320508075688),(561.7320508075688,851),(562,850),(561.7320508075688,849),(561,848.2679491924312),(560,848),(559,848.2679491924312),(558.2679491924312,849)) -5586 ((557,860),(557.4019237886466,861.5),(558.5,862.5980762113534),(560,863),(561.5,862.5980762113534),(562.5980762113533,861.5),(563,860),(562.5980762113534,858.5),(561.5,857.4019237886467),(560,857),(558.5,857.4019237886466),(557.4019237886467,858.5)) -5587 ((556,870),(556.5358983848622,872),(558,873.4641016151378),(560,874),(562,873.4641016151378),(563.4641016151378,872),(564,870),(563.4641016151378,868),(562,866.5358983848622),(560,866),(558,866.5358983848622),(556.5358983848622,868)) -5588 ((555,880),(555.6698729810778,882.5),(557.5,884.3301270189222),(560,885),(562.5,884.3301270189222),(564.3301270189222,882.5),(565,880),(564.3301270189222,877.5),(562.5,875.6698729810778),(560,875),(557.5,875.6698729810778),(555.6698729810778,877.5)) -5589 ((554,890),(554.8038475772934,893),(557,895.1961524227066),(560,896),(563,895.1961524227066),(565.1961524227066,893),(566,890),(565.1961524227066,887),(563,884.8038475772934),(560,884),(557,884.8038475772934),(554.8038475772934,887)) -5590 ((553,900),(553.937822173509,903.5),(556.5,906.062177826491),(560,907),(563.5,906.062177826491),(566.062177826491,903.5),(567,900),(566.062177826491,896.5),(563.5,893.937822173509),(560,893),(556.5,893.937822173509),(553.937822173509,896.5)) -5591 ((552,910),(553.0717967697245,914),(556,916.9282032302755),(560,918),(564,916.9282032302755),(566.9282032302755,914),(568,910),(566.9282032302755,906),(564,903.0717967697245),(560,902),(556,903.0717967697245),(553.0717967697245,906)) -5592 ((551,920),(552.2057713659401,924.5),(555.5,927.7942286340599),(560,929),(564.5,927.7942286340599),(567.7942286340599,924.5),(569,920),(567.79422863406,915.5),(564.5,912.2057713659401),(560,911),(555.5,912.20577136594),(552.2057713659401,915.5)) -5593 ((550,930),(551.3397459621556,935),(555,938.6602540378444),(560,940),(565,938.6602540378444),(568.6602540378444,935),(570,930),(568.6602540378444,925),(565,921.3397459621556),(560,920),(555,921.3397459621556),(551.3397459621556,925)) -5594 ((559,940),(559.1339745962156,940.5),(559.5,940.8660254037844),(560,941),(560.5,940.8660254037844),(560.8660254037844,940.5),(561,940),(560.8660254037844,939.5),(560.5,939.1339745962156),(560,939),(559.5,939.1339745962156),(559.1339745962156,939.5)) -5595 ((558,950),(558.2679491924312,951),(559,951.7320508075688),(560,952),(561,951.7320508075688),(561.7320508075688,951),(562,950),(561.7320508075688,949),(561,948.2679491924312),(560,948),(559,948.2679491924312),(558.2679491924312,949)) -5596 ((557,960),(557.4019237886466,961.5),(558.5,962.5980762113534),(560,963),(561.5,962.5980762113534),(562.5980762113533,961.5),(563,960),(562.5980762113534,958.5),(561.5,957.4019237886467),(560,957),(558.5,957.4019237886466),(557.4019237886467,958.5)) -5597 ((556,970),(556.5358983848622,972),(558,973.4641016151378),(560,974),(562,973.4641016151378),(563.4641016151378,972),(564,970),(563.4641016151378,968),(562,966.5358983848622),(560,966),(558,966.5358983848622),(556.5358983848622,968)) -5598 ((555,980),(555.6698729810778,982.5),(557.5,984.3301270189222),(560,985),(562.5,984.3301270189222),(564.3301270189222,982.5),(565,980),(564.3301270189222,977.5),(562.5,975.6698729810778),(560,975),(557.5,975.6698729810778),(555.6698729810778,977.5)) -5599 ((554,990),(554.8038475772934,993),(557,995.1961524227066),(560,996),(563,995.1961524227066),(565.1961524227066,993),(566,990),(565.1961524227066,987),(563,984.8038475772934),(560,984),(557,984.8038475772934),(554.8038475772934,987)) -5600 ((553,1000),(553.937822173509,1003.5),(556.5,1006.062177826491),(560,1007),(563.5,1006.062177826491),(566.062177826491,1003.5),(567,1000),(566.062177826491,996.5),(563.5,993.937822173509),(560,993),(556.5,993.937822173509),(553.937822173509,996.5)) -5601 ((561,10),(562.2057713659401,14.5),(565.5,17.794228634059948),(570,19),(574.5,17.794228634059948),(577.7942286340599,14.500000000000004),(579,10.000000000000002),(577.79422863406,5.500000000000003),(574.5,2.2057713659400537),(570,1),(565.5,2.2057713659400484),(562.2057713659401,5.4999999999999964)) -5602 ((560,20),(561.3397459621556,25),(565,28.660254037844386),(570,30),(575,28.66025403784439),(578.6602540378444,25.000000000000004),(580,20),(578.6602540378444,15.000000000000004),(575,11.339745962155614),(570,10),(565,11.33974596215561),(561.3397459621556,14.999999999999996)) -5603 ((569,30),(569.1339745962156,30.5),(569.5,30.866025403784437),(570,31),(570.5,30.866025403784437),(570.8660254037844,30.5),(571,30),(570.8660254037844,29.5),(570.5,29.133974596215563),(570,29),(569.5,29.133974596215563),(569.1339745962156,29.5)) -5604 ((568,40),(568.2679491924312,41),(569,41.732050807568875),(570,42),(571,41.732050807568875),(571.7320508075688,41),(572,40),(571.7320508075688,39),(571,38.267949192431125),(570,38),(569,38.267949192431125),(568.2679491924312,39)) -5605 ((567,50),(567.4019237886466,51.5),(568.5,52.598076211353316),(570,53),(571.5,52.598076211353316),(572.5980762113533,51.5),(573,50),(572.5980762113534,48.5),(571.5,47.401923788646684),(570,47),(568.5,47.401923788646684),(567.4019237886467,48.5)) -5606 ((566,60),(566.5358983848622,62),(568,63.46410161513776),(570,64),(572,63.46410161513776),(573.4641016151378,62),(574,60),(573.4641016151378,58),(572,56.53589838486224),(570,56),(568,56.53589838486224),(566.5358983848622,58)) -5607 ((565,70),(565.6698729810778,72.5),(567.5,74.3301270189222),(570,75),(572.5,74.3301270189222),(574.3301270189222,72.5),(575,70),(574.3301270189222,67.5),(572.5,65.6698729810778),(570,65),(567.5,65.6698729810778),(565.6698729810778,67.5)) -5608 ((564,80),(564.8038475772934,83),(567,85.19615242270663),(570,86),(573,85.19615242270663),(575.1961524227066,83),(576,80),(575.1961524227066,77),(573,74.80384757729337),(570,74),(567,74.80384757729337),(564.8038475772934,77)) -5609 ((563,90),(563.937822173509,93.5),(566.5,96.06217782649107),(570,97),(573.5,96.06217782649107),(576.062177826491,93.5),(577,90),(576.062177826491,86.5),(573.5,83.93782217350893),(570,83),(566.5,83.93782217350892),(563.937822173509,86.5)) -5610 ((562,100),(563.0717967697245,104),(566,106.92820323027551),(570,108),(574,106.92820323027551),(576.9282032302755,104),(578,100),(576.9282032302755,96),(574,93.07179676972449),(570,92),(566,93.07179676972449),(563.0717967697245,96)) -5611 ((561,110),(562.2057713659401,114.5),(565.5,117.79422863405995),(570,119),(574.5,117.79422863405995),(577.7942286340599,114.5),(579,110),(577.79422863406,105.5),(574.5,102.20577136594005),(570,101),(565.5,102.20577136594005),(562.2057713659401,105.5)) -5612 ((560,120),(561.3397459621556,125),(565,128.6602540378444),(570,130),(575,128.6602540378444),(578.6602540378444,125),(580,120),(578.6602540378444,115),(575,111.33974596215562),(570,110),(565,111.3397459621556),(561.3397459621556,115)) -5613 ((569,130),(569.1339745962156,130.5),(569.5,130.86602540378445),(570,131),(570.5,130.86602540378445),(570.8660254037844,130.5),(571,130),(570.8660254037844,129.5),(570.5,129.13397459621555),(570,129),(569.5,129.13397459621555),(569.1339745962156,129.5)) -5614 ((568,140),(568.2679491924312,141),(569,141.73205080756887),(570,142),(571,141.73205080756887),(571.7320508075688,141),(572,140),(571.7320508075688,139),(571,138.26794919243113),(570,138),(569,138.26794919243113),(568.2679491924312,139)) -5615 ((567,150),(567.4019237886466,151.5),(568.5,152.59807621135332),(570,153),(571.5,152.59807621135332),(572.5980762113533,151.5),(573,150),(572.5980762113534,148.5),(571.5,147.40192378864668),(570,147),(568.5,147.40192378864668),(567.4019237886467,148.5)) -5616 ((566,160),(566.5358983848622,162),(568,163.46410161513776),(570,164),(572,163.46410161513776),(573.4641016151378,162),(574,160),(573.4641016151378,158),(572,156.53589838486224),(570,156),(568,156.53589838486224),(566.5358983848622,158)) -5617 ((565,170),(565.6698729810778,172.5),(567.5,174.33012701892218),(570,175),(572.5,174.33012701892218),(574.3301270189222,172.5),(575,170),(574.3301270189222,167.5),(572.5,165.66987298107782),(570,165),(567.5,165.66987298107782),(565.6698729810778,167.5)) -5618 ((564,180),(564.8038475772934,183),(567,185.19615242270663),(570,186),(573,185.19615242270663),(575.1961524227066,183),(576,180),(575.1961524227066,177),(573,174.80384757729337),(570,174),(567,174.80384757729337),(564.8038475772934,177)) -5619 ((563,190),(563.937822173509,193.5),(566.5,196.06217782649108),(570,197),(573.5,196.06217782649108),(576.062177826491,193.5),(577,190),(576.062177826491,186.5),(573.5,183.93782217350892),(570,183),(566.5,183.93782217350892),(563.937822173509,186.5)) -5620 ((562,200),(563.0717967697245,204),(566,206.9282032302755),(570,208),(574,206.9282032302755),(576.9282032302755,204),(578,200),(576.9282032302755,196),(574,193.0717967697245),(570,192),(566,193.0717967697245),(563.0717967697245,196)) -5621 ((561,210),(562.2057713659401,214.5),(565.5,217.79422863405995),(570,219),(574.5,217.79422863405995),(577.7942286340599,214.5),(579,210),(577.79422863406,205.5),(574.5,202.20577136594005),(570,201),(565.5,202.20577136594005),(562.2057713659401,205.5)) -5622 ((560,220),(561.3397459621556,225),(565,228.6602540378444),(570,230),(575,228.6602540378444),(578.6602540378444,225),(580,220),(578.6602540378444,215),(575,211.3397459621556),(570,210),(565,211.3397459621556),(561.3397459621556,215)) -5623 ((569,230),(569.1339745962156,230.5),(569.5,230.86602540378445),(570,231),(570.5,230.86602540378445),(570.8660254037844,230.5),(571,230),(570.8660254037844,229.5),(570.5,229.13397459621555),(570,229),(569.5,229.13397459621555),(569.1339745962156,229.5)) -5624 ((568,240),(568.2679491924312,241),(569,241.73205080756887),(570,242),(571,241.73205080756887),(571.7320508075688,241),(572,240),(571.7320508075688,239),(571,238.26794919243113),(570,238),(569,238.26794919243113),(568.2679491924312,239)) -5625 ((567,250),(567.4019237886466,251.5),(568.5,252.59807621135332),(570,253),(571.5,252.59807621135332),(572.5980762113533,251.5),(573,250),(572.5980762113534,248.5),(571.5,247.40192378864668),(570,247),(568.5,247.40192378864668),(567.4019237886467,248.5)) -5626 ((566,260),(566.5358983848622,262),(568,263.46410161513774),(570,264),(572,263.46410161513774),(573.4641016151378,262),(574,260),(573.4641016151378,258),(572,256.53589838486226),(570,256),(568,256.53589838486226),(566.5358983848622,258)) -5627 ((565,270),(565.6698729810778,272.5),(567.5,274.3301270189222),(570,275),(572.5,274.3301270189222),(574.3301270189222,272.5),(575,270),(574.3301270189222,267.5),(572.5,265.6698729810778),(570,265),(567.5,265.6698729810778),(565.6698729810778,267.5)) -5628 ((564,280),(564.8038475772934,283),(567,285.19615242270663),(570,286),(573,285.19615242270663),(575.1961524227066,283),(576,280),(575.1961524227066,277),(573,274.80384757729337),(570,274),(567,274.80384757729337),(564.8038475772934,277)) -5629 ((563,290),(563.937822173509,293.5),(566.5,296.06217782649105),(570,297),(573.5,296.06217782649105),(576.062177826491,293.5),(577,290),(576.062177826491,286.5),(573.5,283.93782217350895),(570,283),(566.5,283.93782217350895),(563.937822173509,286.5)) -5630 ((562,300),(563.0717967697245,304),(566,306.9282032302755),(570,308),(574,306.9282032302755),(576.9282032302755,304),(578,300),(576.9282032302755,296),(574,293.0717967697245),(570,292),(566,293.0717967697245),(563.0717967697245,296)) -5631 ((561,310),(562.2057713659401,314.5),(565.5,317.79422863405995),(570,319),(574.5,317.79422863405995),(577.7942286340599,314.5),(579,310),(577.79422863406,305.5),(574.5,302.20577136594005),(570,301),(565.5,302.20577136594005),(562.2057713659401,305.5)) -5632 ((560,320),(561.3397459621556,325),(565,328.66025403784437),(570,330),(575,328.66025403784437),(578.6602540378444,325),(580,320),(578.6602540378444,315),(575,311.33974596215563),(570,310),(565,311.33974596215563),(561.3397459621556,315)) -5633 ((569,330),(569.1339745962156,330.5),(569.5,330.8660254037844),(570,331),(570.5,330.8660254037844),(570.8660254037844,330.5),(571,330),(570.8660254037844,329.5),(570.5,329.1339745962156),(570,329),(569.5,329.1339745962156),(569.1339745962156,329.5)) -5634 ((568,340),(568.2679491924312,341),(569,341.7320508075689),(570,342),(571,341.7320508075689),(571.7320508075688,341),(572,340),(571.7320508075688,339),(571,338.2679491924311),(570,338),(569,338.2679491924311),(568.2679491924312,339)) -5635 ((567,350),(567.4019237886466,351.5),(568.5,352.5980762113533),(570,353),(571.5,352.5980762113533),(572.5980762113533,351.5),(573,350),(572.5980762113534,348.5),(571.5,347.4019237886467),(570,347),(568.5,347.4019237886467),(567.4019237886467,348.5)) -5636 ((566,360),(566.5358983848622,362),(568,363.46410161513774),(570,364),(572,363.46410161513774),(573.4641016151378,362),(574,360),(573.4641016151378,358),(572,356.53589838486226),(570,356),(568,356.53589838486226),(566.5358983848622,358)) -5637 ((565,370),(565.6698729810778,372.5),(567.5,374.3301270189222),(570,375),(572.5,374.3301270189222),(574.3301270189222,372.5),(575,370),(574.3301270189222,367.5),(572.5,365.6698729810778),(570,365),(567.5,365.6698729810778),(565.6698729810778,367.5)) -5638 ((564,380),(564.8038475772934,383),(567,385.19615242270663),(570,386),(573,385.19615242270663),(575.1961524227066,383),(576,380),(575.1961524227066,377),(573,374.80384757729337),(570,374),(567,374.80384757729337),(564.8038475772934,377)) -5639 ((563,390),(563.937822173509,393.5),(566.5,396.06217782649105),(570,397),(573.5,396.06217782649105),(576.062177826491,393.5),(577,390),(576.062177826491,386.5),(573.5,383.93782217350895),(570,383),(566.5,383.93782217350895),(563.937822173509,386.5)) -5640 ((562,400),(563.0717967697245,404),(566,406.9282032302755),(570,408),(574,406.9282032302755),(576.9282032302755,404),(578,400),(576.9282032302755,396),(574,393.0717967697245),(570,392),(566,393.0717967697245),(563.0717967697245,396)) -5641 ((561,410),(562.2057713659401,414.5),(565.5,417.79422863405995),(570,419),(574.5,417.79422863405995),(577.7942286340599,414.5),(579,410),(577.79422863406,405.5),(574.5,402.20577136594005),(570,401),(565.5,402.20577136594005),(562.2057713659401,405.5)) -5642 ((560,420),(561.3397459621556,425),(565,428.66025403784437),(570,430),(575,428.66025403784437),(578.6602540378444,425),(580,420),(578.6602540378444,415),(575,411.33974596215563),(570,410),(565,411.33974596215563),(561.3397459621556,415)) -5643 ((569,430),(569.1339745962156,430.5),(569.5,430.8660254037844),(570,431),(570.5,430.8660254037844),(570.8660254037844,430.5),(571,430),(570.8660254037844,429.5),(570.5,429.1339745962156),(570,429),(569.5,429.1339745962156),(569.1339745962156,429.5)) -5644 ((568,440),(568.2679491924312,441),(569,441.7320508075689),(570,442),(571,441.7320508075689),(571.7320508075688,441),(572,440),(571.7320508075688,439),(571,438.2679491924311),(570,438),(569,438.2679491924311),(568.2679491924312,439)) -5645 ((567,450),(567.4019237886466,451.5),(568.5,452.5980762113533),(570,453),(571.5,452.5980762113533),(572.5980762113533,451.5),(573,450),(572.5980762113534,448.5),(571.5,447.4019237886467),(570,447),(568.5,447.4019237886467),(567.4019237886467,448.5)) -5646 ((566,460),(566.5358983848622,462),(568,463.46410161513774),(570,464),(572,463.46410161513774),(573.4641016151378,462),(574,460),(573.4641016151378,458),(572,456.53589838486226),(570,456),(568,456.53589838486226),(566.5358983848622,458)) -5647 ((565,470),(565.6698729810778,472.5),(567.5,474.3301270189222),(570,475),(572.5,474.3301270189222),(574.3301270189222,472.5),(575,470),(574.3301270189222,467.5),(572.5,465.6698729810778),(570,465),(567.5,465.6698729810778),(565.6698729810778,467.5)) -5648 ((564,480),(564.8038475772934,483),(567,485.19615242270663),(570,486),(573,485.19615242270663),(575.1961524227066,483),(576,480),(575.1961524227066,477),(573,474.80384757729337),(570,474),(567,474.80384757729337),(564.8038475772934,477)) -5649 ((563,490),(563.937822173509,493.5),(566.5,496.06217782649105),(570,497),(573.5,496.06217782649105),(576.062177826491,493.5),(577,490),(576.062177826491,486.5),(573.5,483.93782217350895),(570,483),(566.5,483.93782217350895),(563.937822173509,486.5)) -5650 ((562,500),(563.0717967697245,504),(566,506.9282032302755),(570,508),(574,506.9282032302755),(576.9282032302755,504),(578,500),(576.9282032302755,496),(574,493.0717967697245),(570,492),(566,493.0717967697245),(563.0717967697245,496)) -5651 ((561,510),(562.2057713659401,514.5),(565.5,517.7942286340599),(570,519),(574.5,517.7942286340599),(577.7942286340599,514.5),(579,510),(577.79422863406,505.5),(574.5,502.20577136594005),(570,501),(565.5,502.20577136594005),(562.2057713659401,505.5)) -5652 ((560,520),(561.3397459621556,525),(565,528.6602540378444),(570,530),(575,528.6602540378444),(578.6602540378444,525),(580,520),(578.6602540378444,515),(575,511.33974596215563),(570,510),(565,511.33974596215563),(561.3397459621556,515)) -5653 ((569,530),(569.1339745962156,530.5),(569.5,530.8660254037844),(570,531),(570.5,530.8660254037844),(570.8660254037844,530.5),(571,530),(570.8660254037844,529.5),(570.5,529.1339745962156),(570,529),(569.5,529.1339745962156),(569.1339745962156,529.5)) -5654 ((568,540),(568.2679491924312,541),(569,541.7320508075688),(570,542),(571,541.7320508075688),(571.7320508075688,541),(572,540),(571.7320508075688,539),(571,538.2679491924312),(570,538),(569,538.2679491924312),(568.2679491924312,539)) -5655 ((567,550),(567.4019237886466,551.5),(568.5,552.5980762113534),(570,553),(571.5,552.5980762113534),(572.5980762113533,551.5),(573,550),(572.5980762113534,548.5),(571.5,547.4019237886467),(570,547),(568.5,547.4019237886466),(567.4019237886467,548.5)) -5656 ((566,560),(566.5358983848622,562),(568,563.4641016151378),(570,564),(572,563.4641016151378),(573.4641016151378,562),(574,560),(573.4641016151378,558),(572,556.5358983848622),(570,556),(568,556.5358983848622),(566.5358983848622,558)) -5657 ((565,570),(565.6698729810778,572.5),(567.5,574.3301270189222),(570,575),(572.5,574.3301270189222),(574.3301270189222,572.5),(575,570),(574.3301270189222,567.5),(572.5,565.6698729810778),(570,565),(567.5,565.6698729810778),(565.6698729810778,567.5)) -5658 ((564,580),(564.8038475772934,583),(567,585.1961524227066),(570,586),(573,585.1961524227066),(575.1961524227066,583),(576,580),(575.1961524227066,577),(573,574.8038475772934),(570,574),(567,574.8038475772934),(564.8038475772934,577)) -5659 ((563,590),(563.937822173509,593.5),(566.5,596.062177826491),(570,597),(573.5,596.062177826491),(576.062177826491,593.5),(577,590),(576.062177826491,586.5),(573.5,583.937822173509),(570,583),(566.5,583.937822173509),(563.937822173509,586.5)) -5660 ((562,600),(563.0717967697245,604),(566,606.9282032302755),(570,608),(574,606.9282032302755),(576.9282032302755,604),(578,600),(576.9282032302755,596),(574,593.0717967697245),(570,592),(566,593.0717967697245),(563.0717967697245,596)) -5661 ((561,610),(562.2057713659401,614.5),(565.5,617.7942286340599),(570,619),(574.5,617.7942286340599),(577.7942286340599,614.5),(579,610),(577.79422863406,605.5),(574.5,602.2057713659401),(570,601),(565.5,602.20577136594),(562.2057713659401,605.5)) -5662 ((560,620),(561.3397459621556,625),(565,628.6602540378444),(570,630),(575,628.6602540378444),(578.6602540378444,625),(580,620),(578.6602540378444,615),(575,611.3397459621556),(570,610),(565,611.3397459621556),(561.3397459621556,615)) -5663 ((569,630),(569.1339745962156,630.5),(569.5,630.8660254037844),(570,631),(570.5,630.8660254037844),(570.8660254037844,630.5),(571,630),(570.8660254037844,629.5),(570.5,629.1339745962156),(570,629),(569.5,629.1339745962156),(569.1339745962156,629.5)) -5664 ((568,640),(568.2679491924312,641),(569,641.7320508075688),(570,642),(571,641.7320508075688),(571.7320508075688,641),(572,640),(571.7320508075688,639),(571,638.2679491924312),(570,638),(569,638.2679491924312),(568.2679491924312,639)) -5665 ((567,650),(567.4019237886466,651.5),(568.5,652.5980762113534),(570,653),(571.5,652.5980762113534),(572.5980762113533,651.5),(573,650),(572.5980762113534,648.5),(571.5,647.4019237886467),(570,647),(568.5,647.4019237886466),(567.4019237886467,648.5)) -5666 ((566,660),(566.5358983848622,662),(568,663.4641016151378),(570,664),(572,663.4641016151378),(573.4641016151378,662),(574,660),(573.4641016151378,658),(572,656.5358983848622),(570,656),(568,656.5358983848622),(566.5358983848622,658)) -5667 ((565,670),(565.6698729810778,672.5),(567.5,674.3301270189222),(570,675),(572.5,674.3301270189222),(574.3301270189222,672.5),(575,670),(574.3301270189222,667.5),(572.5,665.6698729810778),(570,665),(567.5,665.6698729810778),(565.6698729810778,667.5)) -5668 ((564,680),(564.8038475772934,683),(567,685.1961524227066),(570,686),(573,685.1961524227066),(575.1961524227066,683),(576,680),(575.1961524227066,677),(573,674.8038475772934),(570,674),(567,674.8038475772934),(564.8038475772934,677)) -5669 ((563,690),(563.937822173509,693.5),(566.5,696.062177826491),(570,697),(573.5,696.062177826491),(576.062177826491,693.5),(577,690),(576.062177826491,686.5),(573.5,683.937822173509),(570,683),(566.5,683.937822173509),(563.937822173509,686.5)) -5670 ((562,700),(563.0717967697245,704),(566,706.9282032302755),(570,708),(574,706.9282032302755),(576.9282032302755,704),(578,700),(576.9282032302755,696),(574,693.0717967697245),(570,692),(566,693.0717967697245),(563.0717967697245,696)) -5671 ((561,710),(562.2057713659401,714.5),(565.5,717.7942286340599),(570,719),(574.5,717.7942286340599),(577.7942286340599,714.5),(579,710),(577.79422863406,705.5),(574.5,702.2057713659401),(570,701),(565.5,702.20577136594),(562.2057713659401,705.5)) -5672 ((560,720),(561.3397459621556,725),(565,728.6602540378444),(570,730),(575,728.6602540378444),(578.6602540378444,725),(580,720),(578.6602540378444,715),(575,711.3397459621556),(570,710),(565,711.3397459621556),(561.3397459621556,715)) -5673 ((569,730),(569.1339745962156,730.5),(569.5,730.8660254037844),(570,731),(570.5,730.8660254037844),(570.8660254037844,730.5),(571,730),(570.8660254037844,729.5),(570.5,729.1339745962156),(570,729),(569.5,729.1339745962156),(569.1339745962156,729.5)) -5674 ((568,740),(568.2679491924312,741),(569,741.7320508075688),(570,742),(571,741.7320508075688),(571.7320508075688,741),(572,740),(571.7320508075688,739),(571,738.2679491924312),(570,738),(569,738.2679491924312),(568.2679491924312,739)) -5675 ((567,750),(567.4019237886466,751.5),(568.5,752.5980762113534),(570,753),(571.5,752.5980762113534),(572.5980762113533,751.5),(573,750),(572.5980762113534,748.5),(571.5,747.4019237886467),(570,747),(568.5,747.4019237886466),(567.4019237886467,748.5)) -5676 ((566,760),(566.5358983848622,762),(568,763.4641016151378),(570,764),(572,763.4641016151378),(573.4641016151378,762),(574,760),(573.4641016151378,758),(572,756.5358983848622),(570,756),(568,756.5358983848622),(566.5358983848622,758)) -5677 ((565,770),(565.6698729810778,772.5),(567.5,774.3301270189222),(570,775),(572.5,774.3301270189222),(574.3301270189222,772.5),(575,770),(574.3301270189222,767.5),(572.5,765.6698729810778),(570,765),(567.5,765.6698729810778),(565.6698729810778,767.5)) -5678 ((564,780),(564.8038475772934,783),(567,785.1961524227066),(570,786),(573,785.1961524227066),(575.1961524227066,783),(576,780),(575.1961524227066,777),(573,774.8038475772934),(570,774),(567,774.8038475772934),(564.8038475772934,777)) -5679 ((563,790),(563.937822173509,793.5),(566.5,796.062177826491),(570,797),(573.5,796.062177826491),(576.062177826491,793.5),(577,790),(576.062177826491,786.5),(573.5,783.937822173509),(570,783),(566.5,783.937822173509),(563.937822173509,786.5)) -5680 ((562,800),(563.0717967697245,804),(566,806.9282032302755),(570,808),(574,806.9282032302755),(576.9282032302755,804),(578,800),(576.9282032302755,796),(574,793.0717967697245),(570,792),(566,793.0717967697245),(563.0717967697245,796)) -5681 ((561,810),(562.2057713659401,814.5),(565.5,817.7942286340599),(570,819),(574.5,817.7942286340599),(577.7942286340599,814.5),(579,810),(577.79422863406,805.5),(574.5,802.2057713659401),(570,801),(565.5,802.20577136594),(562.2057713659401,805.5)) -5682 ((560,820),(561.3397459621556,825),(565,828.6602540378444),(570,830),(575,828.6602540378444),(578.6602540378444,825),(580,820),(578.6602540378444,815),(575,811.3397459621556),(570,810),(565,811.3397459621556),(561.3397459621556,815)) -5683 ((569,830),(569.1339745962156,830.5),(569.5,830.8660254037844),(570,831),(570.5,830.8660254037844),(570.8660254037844,830.5),(571,830),(570.8660254037844,829.5),(570.5,829.1339745962156),(570,829),(569.5,829.1339745962156),(569.1339745962156,829.5)) -5684 ((568,840),(568.2679491924312,841),(569,841.7320508075688),(570,842),(571,841.7320508075688),(571.7320508075688,841),(572,840),(571.7320508075688,839),(571,838.2679491924312),(570,838),(569,838.2679491924312),(568.2679491924312,839)) -5685 ((567,850),(567.4019237886466,851.5),(568.5,852.5980762113534),(570,853),(571.5,852.5980762113534),(572.5980762113533,851.5),(573,850),(572.5980762113534,848.5),(571.5,847.4019237886467),(570,847),(568.5,847.4019237886466),(567.4019237886467,848.5)) -5686 ((566,860),(566.5358983848622,862),(568,863.4641016151378),(570,864),(572,863.4641016151378),(573.4641016151378,862),(574,860),(573.4641016151378,858),(572,856.5358983848622),(570,856),(568,856.5358983848622),(566.5358983848622,858)) -5687 ((565,870),(565.6698729810778,872.5),(567.5,874.3301270189222),(570,875),(572.5,874.3301270189222),(574.3301270189222,872.5),(575,870),(574.3301270189222,867.5),(572.5,865.6698729810778),(570,865),(567.5,865.6698729810778),(565.6698729810778,867.5)) -5688 ((564,880),(564.8038475772934,883),(567,885.1961524227066),(570,886),(573,885.1961524227066),(575.1961524227066,883),(576,880),(575.1961524227066,877),(573,874.8038475772934),(570,874),(567,874.8038475772934),(564.8038475772934,877)) -5689 ((563,890),(563.937822173509,893.5),(566.5,896.062177826491),(570,897),(573.5,896.062177826491),(576.062177826491,893.5),(577,890),(576.062177826491,886.5),(573.5,883.937822173509),(570,883),(566.5,883.937822173509),(563.937822173509,886.5)) -5690 ((562,900),(563.0717967697245,904),(566,906.9282032302755),(570,908),(574,906.9282032302755),(576.9282032302755,904),(578,900),(576.9282032302755,896),(574,893.0717967697245),(570,892),(566,893.0717967697245),(563.0717967697245,896)) -5691 ((561,910),(562.2057713659401,914.5),(565.5,917.7942286340599),(570,919),(574.5,917.7942286340599),(577.7942286340599,914.5),(579,910),(577.79422863406,905.5),(574.5,902.2057713659401),(570,901),(565.5,902.20577136594),(562.2057713659401,905.5)) -5692 ((560,920),(561.3397459621556,925),(565,928.6602540378444),(570,930),(575,928.6602540378444),(578.6602540378444,925),(580,920),(578.6602540378444,915),(575,911.3397459621556),(570,910),(565,911.3397459621556),(561.3397459621556,915)) -5693 ((569,930),(569.1339745962156,930.5),(569.5,930.8660254037844),(570,931),(570.5,930.8660254037844),(570.8660254037844,930.5),(571,930),(570.8660254037844,929.5),(570.5,929.1339745962156),(570,929),(569.5,929.1339745962156),(569.1339745962156,929.5)) -5694 ((568,940),(568.2679491924312,941),(569,941.7320508075688),(570,942),(571,941.7320508075688),(571.7320508075688,941),(572,940),(571.7320508075688,939),(571,938.2679491924312),(570,938),(569,938.2679491924312),(568.2679491924312,939)) -5695 ((567,950),(567.4019237886466,951.5),(568.5,952.5980762113534),(570,953),(571.5,952.5980762113534),(572.5980762113533,951.5),(573,950),(572.5980762113534,948.5),(571.5,947.4019237886467),(570,947),(568.5,947.4019237886466),(567.4019237886467,948.5)) -5696 ((566,960),(566.5358983848622,962),(568,963.4641016151378),(570,964),(572,963.4641016151378),(573.4641016151378,962),(574,960),(573.4641016151378,958),(572,956.5358983848622),(570,956),(568,956.5358983848622),(566.5358983848622,958)) -5697 ((565,970),(565.6698729810778,972.5),(567.5,974.3301270189222),(570,975),(572.5,974.3301270189222),(574.3301270189222,972.5),(575,970),(574.3301270189222,967.5),(572.5,965.6698729810778),(570,965),(567.5,965.6698729810778),(565.6698729810778,967.5)) -5698 ((564,980),(564.8038475772934,983),(567,985.1961524227066),(570,986),(573,985.1961524227066),(575.1961524227066,983),(576,980),(575.1961524227066,977),(573,974.8038475772934),(570,974),(567,974.8038475772934),(564.8038475772934,977)) -5699 ((563,990),(563.937822173509,993.5),(566.5,996.062177826491),(570,997),(573.5,996.062177826491),(576.062177826491,993.5),(577,990),(576.062177826491,986.5),(573.5,983.937822173509),(570,983),(566.5,983.937822173509),(563.937822173509,986.5)) -5700 ((562,1000),(563.0717967697245,1004),(566,1006.9282032302755),(570,1008),(574,1006.9282032302755),(576.9282032302755,1004),(578,1000),(576.9282032302755,996),(574,993.0717967697245),(570,992),(566,993.0717967697245),(563.0717967697245,996)) -5701 ((570,10),(571.3397459621556,15),(575,18.660254037844386),(580,20),(585,18.66025403784439),(588.6602540378444,15.000000000000004),(590,10.000000000000002),(588.6602540378444,5.000000000000003),(585,1.3397459621556145),(580,0),(575,1.3397459621556091),(571.3397459621556,4.999999999999996)) -5702 ((579,20),(579.1339745962156,20.5),(579.5,20.866025403784437),(580,21),(580.5,20.866025403784437),(580.8660254037844,20.5),(581,20),(580.8660254037844,19.5),(580.5,19.133974596215563),(580,19),(579.5,19.133974596215563),(579.1339745962156,19.5)) -5703 ((578,30),(578.2679491924312,31),(579,31.73205080756888),(580,32),(581,31.73205080756888),(581.7320508075688,31),(582,30),(581.7320508075688,29),(581,28.26794919243112),(580,28),(579,28.26794919243112),(578.2679491924312,29)) -5704 ((577,40),(577.4019237886466,41.5),(578.5,42.598076211353316),(580,43),(581.5,42.598076211353316),(582.5980762113533,41.5),(583,40),(582.5980762113534,38.5),(581.5,37.401923788646684),(580,37),(578.5,37.401923788646684),(577.4019237886467,38.5)) -5705 ((576,50),(576.5358983848622,52),(578,53.46410161513776),(580,54),(582,53.46410161513776),(583.4641016151378,52),(584,50),(583.4641016151378,48),(582,46.53589838486224),(580,46),(578,46.53589838486224),(576.5358983848622,48)) -5706 ((575,60),(575.6698729810778,62.5),(577.5,64.3301270189222),(580,65),(582.5,64.3301270189222),(584.3301270189222,62.5),(585,60),(584.3301270189222,57.5),(582.5,55.66987298107781),(580,55),(577.5,55.6698729810778),(575.6698729810778,57.5)) -5707 ((574,70),(574.8038475772934,73),(577,75.19615242270663),(580,76),(583,75.19615242270663),(585.1961524227066,73),(586,70),(585.1961524227066,67),(583,64.80384757729337),(580,64),(577,64.80384757729337),(574.8038475772934,67)) -5708 ((573,80),(573.937822173509,83.5),(576.5,86.06217782649107),(580,87),(583.5,86.06217782649107),(586.062177826491,83.5),(587,80),(586.062177826491,76.5),(583.5,73.93782217350893),(580,73),(576.5,73.93782217350892),(573.937822173509,76.5)) -5709 ((572,90),(573.0717967697245,94),(576,96.92820323027551),(580,98),(584,96.92820323027551),(586.9282032302755,94),(588,90),(586.9282032302755,86),(584,83.07179676972449),(580,82),(576,83.07179676972449),(573.0717967697245,86)) -5710 ((571,100),(572.2057713659401,104.5),(575.5,107.79422863405995),(580,109),(584.5,107.79422863405995),(587.7942286340599,104.5),(589,100),(587.79422863406,95.5),(584.5,92.20577136594005),(580,91),(575.5,92.20577136594005),(572.2057713659401,95.5)) -5711 ((570,110),(571.3397459621556,115),(575,118.66025403784438),(580,120),(585,118.66025403784438),(588.6602540378444,115),(590,110),(588.6602540378444,105),(585,101.33974596215562),(580,100),(575,101.3397459621556),(571.3397459621556,105)) -5712 ((579,120),(579.1339745962156,120.5),(579.5,120.86602540378443),(580,121),(580.5,120.86602540378443),(580.8660254037844,120.5),(581,120),(580.8660254037844,119.5),(580.5,119.13397459621557),(580,119),(579.5,119.13397459621557),(579.1339745962156,119.5)) -5713 ((578,130),(578.2679491924312,131),(579,131.73205080756887),(580,132),(581,131.73205080756887),(581.7320508075688,131),(582,130),(581.7320508075688,129),(581,128.26794919243113),(580,128),(579,128.26794919243113),(578.2679491924312,129)) -5714 ((577,140),(577.4019237886466,141.5),(578.5,142.59807621135332),(580,143),(581.5,142.59807621135332),(582.5980762113533,141.5),(583,140),(582.5980762113534,138.5),(581.5,137.40192378864668),(580,137),(578.5,137.40192378864668),(577.4019237886467,138.5)) -5715 ((576,150),(576.5358983848622,152),(578,153.46410161513776),(580,154),(582,153.46410161513776),(583.4641016151378,152),(584,150),(583.4641016151378,148),(582,146.53589838486224),(580,146),(578,146.53589838486224),(576.5358983848622,148)) -5716 ((575,160),(575.6698729810778,162.5),(577.5,164.33012701892218),(580,165),(582.5,164.33012701892218),(584.3301270189222,162.5),(585,160),(584.3301270189222,157.5),(582.5,155.66987298107782),(580,155),(577.5,155.66987298107782),(575.6698729810778,157.5)) -5717 ((574,170),(574.8038475772934,173),(577,175.19615242270663),(580,176),(583,175.19615242270663),(585.1961524227066,173),(586,170),(585.1961524227066,167),(583,164.80384757729337),(580,164),(577,164.80384757729337),(574.8038475772934,167)) -5718 ((573,180),(573.937822173509,183.5),(576.5,186.06217782649108),(580,187),(583.5,186.06217782649108),(586.062177826491,183.5),(587,180),(586.062177826491,176.5),(583.5,173.93782217350892),(580,173),(576.5,173.93782217350892),(573.937822173509,176.5)) -5719 ((572,190),(573.0717967697245,194),(576,196.9282032302755),(580,198),(584,196.9282032302755),(586.9282032302755,194),(588,190),(586.9282032302755,186),(584,183.0717967697245),(580,182),(576,183.0717967697245),(573.0717967697245,186)) -5720 ((571,200),(572.2057713659401,204.5),(575.5,207.79422863405995),(580,209),(584.5,207.79422863405995),(587.7942286340599,204.5),(589,200),(587.79422863406,195.5),(584.5,192.20577136594005),(580,191),(575.5,192.20577136594005),(572.2057713659401,195.5)) -5721 ((570,210),(571.3397459621556,215),(575,218.6602540378444),(580,220),(585,218.6602540378444),(588.6602540378444,215),(590,210),(588.6602540378444,205),(585,201.3397459621556),(580,200),(575,201.3397459621556),(571.3397459621556,205)) -5722 ((579,220),(579.1339745962156,220.5),(579.5,220.86602540378445),(580,221),(580.5,220.86602540378445),(580.8660254037844,220.5),(581,220),(580.8660254037844,219.5),(580.5,219.13397459621555),(580,219),(579.5,219.13397459621555),(579.1339745962156,219.5)) -5723 ((578,230),(578.2679491924312,231),(579,231.73205080756887),(580,232),(581,231.73205080756887),(581.7320508075688,231),(582,230),(581.7320508075688,229),(581,228.26794919243113),(580,228),(579,228.26794919243113),(578.2679491924312,229)) -5724 ((577,240),(577.4019237886466,241.5),(578.5,242.59807621135332),(580,243),(581.5,242.59807621135332),(582.5980762113533,241.5),(583,240),(582.5980762113534,238.5),(581.5,237.40192378864668),(580,237),(578.5,237.40192378864668),(577.4019237886467,238.5)) -5725 ((576,250),(576.5358983848622,252),(578,253.46410161513776),(580,254),(582,253.46410161513776),(583.4641016151378,252),(584,250),(583.4641016151378,248),(582,246.53589838486224),(580,246),(578,246.53589838486224),(576.5358983848622,248)) -5726 ((575,260),(575.6698729810778,262.5),(577.5,264.3301270189222),(580,265),(582.5,264.3301270189222),(584.3301270189222,262.5),(585,260),(584.3301270189222,257.5),(582.5,255.66987298107782),(580,255),(577.5,255.66987298107782),(575.6698729810778,257.5)) -5727 ((574,270),(574.8038475772934,273),(577,275.19615242270663),(580,276),(583,275.19615242270663),(585.1961524227066,273),(586,270),(585.1961524227066,267),(583,264.80384757729337),(580,264),(577,264.80384757729337),(574.8038475772934,267)) -5728 ((573,280),(573.937822173509,283.5),(576.5,286.06217782649105),(580,287),(583.5,286.06217782649105),(586.062177826491,283.5),(587,280),(586.062177826491,276.5),(583.5,273.93782217350895),(580,273),(576.5,273.93782217350895),(573.937822173509,276.5)) -5729 ((572,290),(573.0717967697245,294),(576,296.9282032302755),(580,298),(584,296.9282032302755),(586.9282032302755,294),(588,290),(586.9282032302755,286),(584,283.0717967697245),(580,282),(576,283.0717967697245),(573.0717967697245,286)) -5730 ((571,300),(572.2057713659401,304.5),(575.5,307.79422863405995),(580,309),(584.5,307.79422863405995),(587.7942286340599,304.5),(589,300),(587.79422863406,295.5),(584.5,292.20577136594005),(580,291),(575.5,292.20577136594005),(572.2057713659401,295.5)) -5731 ((570,310),(571.3397459621556,315),(575,318.66025403784437),(580,320),(585,318.66025403784437),(588.6602540378444,315),(590,310),(588.6602540378444,305),(585,301.33974596215563),(580,300),(575,301.33974596215563),(571.3397459621556,305)) -5732 ((579,320),(579.1339745962156,320.5),(579.5,320.8660254037844),(580,321),(580.5,320.8660254037844),(580.8660254037844,320.5),(581,320),(580.8660254037844,319.5),(580.5,319.1339745962156),(580,319),(579.5,319.1339745962156),(579.1339745962156,319.5)) -5733 ((578,330),(578.2679491924312,331),(579,331.7320508075689),(580,332),(581,331.7320508075689),(581.7320508075688,331),(582,330),(581.7320508075688,329),(581,328.2679491924311),(580,328),(579,328.2679491924311),(578.2679491924312,329)) -5734 ((577,340),(577.4019237886466,341.5),(578.5,342.5980762113533),(580,343),(581.5,342.5980762113533),(582.5980762113533,341.5),(583,340),(582.5980762113534,338.5),(581.5,337.4019237886467),(580,337),(578.5,337.4019237886467),(577.4019237886467,338.5)) -5735 ((576,350),(576.5358983848622,352),(578,353.46410161513774),(580,354),(582,353.46410161513774),(583.4641016151378,352),(584,350),(583.4641016151378,348),(582,346.53589838486226),(580,346),(578,346.53589838486226),(576.5358983848622,348)) -5736 ((575,360),(575.6698729810778,362.5),(577.5,364.3301270189222),(580,365),(582.5,364.3301270189222),(584.3301270189222,362.5),(585,360),(584.3301270189222,357.5),(582.5,355.6698729810778),(580,355),(577.5,355.6698729810778),(575.6698729810778,357.5)) -5737 ((574,370),(574.8038475772934,373),(577,375.19615242270663),(580,376),(583,375.19615242270663),(585.1961524227066,373),(586,370),(585.1961524227066,367),(583,364.80384757729337),(580,364),(577,364.80384757729337),(574.8038475772934,367)) -5738 ((573,380),(573.937822173509,383.5),(576.5,386.06217782649105),(580,387),(583.5,386.06217782649105),(586.062177826491,383.5),(587,380),(586.062177826491,376.5),(583.5,373.93782217350895),(580,373),(576.5,373.93782217350895),(573.937822173509,376.5)) -5739 ((572,390),(573.0717967697245,394),(576,396.9282032302755),(580,398),(584,396.9282032302755),(586.9282032302755,394),(588,390),(586.9282032302755,386),(584,383.0717967697245),(580,382),(576,383.0717967697245),(573.0717967697245,386)) -5740 ((571,400),(572.2057713659401,404.5),(575.5,407.79422863405995),(580,409),(584.5,407.79422863405995),(587.7942286340599,404.5),(589,400),(587.79422863406,395.5),(584.5,392.20577136594005),(580,391),(575.5,392.20577136594005),(572.2057713659401,395.5)) -5741 ((570,410),(571.3397459621556,415),(575,418.66025403784437),(580,420),(585,418.66025403784437),(588.6602540378444,415),(590,410),(588.6602540378444,405),(585,401.33974596215563),(580,400),(575,401.33974596215563),(571.3397459621556,405)) -5742 ((579,420),(579.1339745962156,420.5),(579.5,420.8660254037844),(580,421),(580.5,420.8660254037844),(580.8660254037844,420.5),(581,420),(580.8660254037844,419.5),(580.5,419.1339745962156),(580,419),(579.5,419.1339745962156),(579.1339745962156,419.5)) -5743 ((578,430),(578.2679491924312,431),(579,431.7320508075689),(580,432),(581,431.7320508075689),(581.7320508075688,431),(582,430),(581.7320508075688,429),(581,428.2679491924311),(580,428),(579,428.2679491924311),(578.2679491924312,429)) -5744 ((577,440),(577.4019237886466,441.5),(578.5,442.5980762113533),(580,443),(581.5,442.5980762113533),(582.5980762113533,441.5),(583,440),(582.5980762113534,438.5),(581.5,437.4019237886467),(580,437),(578.5,437.4019237886467),(577.4019237886467,438.5)) -5745 ((576,450),(576.5358983848622,452),(578,453.46410161513774),(580,454),(582,453.46410161513774),(583.4641016151378,452),(584,450),(583.4641016151378,448),(582,446.53589838486226),(580,446),(578,446.53589838486226),(576.5358983848622,448)) -5746 ((575,460),(575.6698729810778,462.5),(577.5,464.3301270189222),(580,465),(582.5,464.3301270189222),(584.3301270189222,462.5),(585,460),(584.3301270189222,457.5),(582.5,455.6698729810778),(580,455),(577.5,455.6698729810778),(575.6698729810778,457.5)) -5747 ((574,470),(574.8038475772934,473),(577,475.19615242270663),(580,476),(583,475.19615242270663),(585.1961524227066,473),(586,470),(585.1961524227066,467),(583,464.80384757729337),(580,464),(577,464.80384757729337),(574.8038475772934,467)) -5748 ((573,480),(573.937822173509,483.5),(576.5,486.06217782649105),(580,487),(583.5,486.06217782649105),(586.062177826491,483.5),(587,480),(586.062177826491,476.5),(583.5,473.93782217350895),(580,473),(576.5,473.93782217350895),(573.937822173509,476.5)) -5749 ((572,490),(573.0717967697245,494),(576,496.9282032302755),(580,498),(584,496.9282032302755),(586.9282032302755,494),(588,490),(586.9282032302755,486),(584,483.0717967697245),(580,482),(576,483.0717967697245),(573.0717967697245,486)) -5750 ((571,500),(572.2057713659401,504.5),(575.5,507.79422863405995),(580,509),(584.5,507.79422863405995),(587.7942286340599,504.5),(589,500),(587.79422863406,495.5),(584.5,492.20577136594005),(580,491),(575.5,492.20577136594005),(572.2057713659401,495.5)) -5751 ((570,510),(571.3397459621556,515),(575,518.6602540378444),(580,520),(585,518.6602540378444),(588.6602540378444,515),(590,510),(588.6602540378444,505),(585,501.33974596215563),(580,500),(575,501.33974596215563),(571.3397459621556,505)) -5752 ((579,520),(579.1339745962156,520.5),(579.5,520.8660254037844),(580,521),(580.5,520.8660254037844),(580.8660254037844,520.5),(581,520),(580.8660254037844,519.5),(580.5,519.1339745962156),(580,519),(579.5,519.1339745962156),(579.1339745962156,519.5)) -5753 ((578,530),(578.2679491924312,531),(579,531.7320508075688),(580,532),(581,531.7320508075688),(581.7320508075688,531),(582,530),(581.7320508075688,529),(581,528.2679491924312),(580,528),(579,528.2679491924312),(578.2679491924312,529)) -5754 ((577,540),(577.4019237886466,541.5),(578.5,542.5980762113534),(580,543),(581.5,542.5980762113534),(582.5980762113533,541.5),(583,540),(582.5980762113534,538.5),(581.5,537.4019237886467),(580,537),(578.5,537.4019237886466),(577.4019237886467,538.5)) -5755 ((576,550),(576.5358983848622,552),(578,553.4641016151378),(580,554),(582,553.4641016151378),(583.4641016151378,552),(584,550),(583.4641016151378,548),(582,546.5358983848622),(580,546),(578,546.5358983848622),(576.5358983848622,548)) -5756 ((575,560),(575.6698729810778,562.5),(577.5,564.3301270189222),(580,565),(582.5,564.3301270189222),(584.3301270189222,562.5),(585,560),(584.3301270189222,557.5),(582.5,555.6698729810778),(580,555),(577.5,555.6698729810778),(575.6698729810778,557.5)) -5757 ((574,570),(574.8038475772934,573),(577,575.1961524227066),(580,576),(583,575.1961524227066),(585.1961524227066,573),(586,570),(585.1961524227066,567),(583,564.8038475772934),(580,564),(577,564.8038475772934),(574.8038475772934,567)) -5758 ((573,580),(573.937822173509,583.5),(576.5,586.062177826491),(580,587),(583.5,586.062177826491),(586.062177826491,583.5),(587,580),(586.062177826491,576.5),(583.5,573.937822173509),(580,573),(576.5,573.937822173509),(573.937822173509,576.5)) -5759 ((572,590),(573.0717967697245,594),(576,596.9282032302755),(580,598),(584,596.9282032302755),(586.9282032302755,594),(588,590),(586.9282032302755,586),(584,583.0717967697245),(580,582),(576,583.0717967697245),(573.0717967697245,586)) -5760 ((571,600),(572.2057713659401,604.5),(575.5,607.7942286340599),(580,609),(584.5,607.7942286340599),(587.7942286340599,604.5),(589,600),(587.79422863406,595.5),(584.5,592.2057713659401),(580,591),(575.5,592.20577136594),(572.2057713659401,595.5)) -5761 ((570,610),(571.3397459621556,615),(575,618.6602540378444),(580,620),(585,618.6602540378444),(588.6602540378444,615),(590,610),(588.6602540378444,605),(585,601.3397459621556),(580,600),(575,601.3397459621556),(571.3397459621556,605)) -5762 ((579,620),(579.1339745962156,620.5),(579.5,620.8660254037844),(580,621),(580.5,620.8660254037844),(580.8660254037844,620.5),(581,620),(580.8660254037844,619.5),(580.5,619.1339745962156),(580,619),(579.5,619.1339745962156),(579.1339745962156,619.5)) -5763 ((578,630),(578.2679491924312,631),(579,631.7320508075688),(580,632),(581,631.7320508075688),(581.7320508075688,631),(582,630),(581.7320508075688,629),(581,628.2679491924312),(580,628),(579,628.2679491924312),(578.2679491924312,629)) -5764 ((577,640),(577.4019237886466,641.5),(578.5,642.5980762113534),(580,643),(581.5,642.5980762113534),(582.5980762113533,641.5),(583,640),(582.5980762113534,638.5),(581.5,637.4019237886467),(580,637),(578.5,637.4019237886466),(577.4019237886467,638.5)) -5765 ((576,650),(576.5358983848622,652),(578,653.4641016151378),(580,654),(582,653.4641016151378),(583.4641016151378,652),(584,650),(583.4641016151378,648),(582,646.5358983848622),(580,646),(578,646.5358983848622),(576.5358983848622,648)) -5766 ((575,660),(575.6698729810778,662.5),(577.5,664.3301270189222),(580,665),(582.5,664.3301270189222),(584.3301270189222,662.5),(585,660),(584.3301270189222,657.5),(582.5,655.6698729810778),(580,655),(577.5,655.6698729810778),(575.6698729810778,657.5)) -5767 ((574,670),(574.8038475772934,673),(577,675.1961524227066),(580,676),(583,675.1961524227066),(585.1961524227066,673),(586,670),(585.1961524227066,667),(583,664.8038475772934),(580,664),(577,664.8038475772934),(574.8038475772934,667)) -5768 ((573,680),(573.937822173509,683.5),(576.5,686.062177826491),(580,687),(583.5,686.062177826491),(586.062177826491,683.5),(587,680),(586.062177826491,676.5),(583.5,673.937822173509),(580,673),(576.5,673.937822173509),(573.937822173509,676.5)) -5769 ((572,690),(573.0717967697245,694),(576,696.9282032302755),(580,698),(584,696.9282032302755),(586.9282032302755,694),(588,690),(586.9282032302755,686),(584,683.0717967697245),(580,682),(576,683.0717967697245),(573.0717967697245,686)) -5770 ((571,700),(572.2057713659401,704.5),(575.5,707.7942286340599),(580,709),(584.5,707.7942286340599),(587.7942286340599,704.5),(589,700),(587.79422863406,695.5),(584.5,692.2057713659401),(580,691),(575.5,692.20577136594),(572.2057713659401,695.5)) -5771 ((570,710),(571.3397459621556,715),(575,718.6602540378444),(580,720),(585,718.6602540378444),(588.6602540378444,715),(590,710),(588.6602540378444,705),(585,701.3397459621556),(580,700),(575,701.3397459621556),(571.3397459621556,705)) -5772 ((579,720),(579.1339745962156,720.5),(579.5,720.8660254037844),(580,721),(580.5,720.8660254037844),(580.8660254037844,720.5),(581,720),(580.8660254037844,719.5),(580.5,719.1339745962156),(580,719),(579.5,719.1339745962156),(579.1339745962156,719.5)) -5773 ((578,730),(578.2679491924312,731),(579,731.7320508075688),(580,732),(581,731.7320508075688),(581.7320508075688,731),(582,730),(581.7320508075688,729),(581,728.2679491924312),(580,728),(579,728.2679491924312),(578.2679491924312,729)) -5774 ((577,740),(577.4019237886466,741.5),(578.5,742.5980762113534),(580,743),(581.5,742.5980762113534),(582.5980762113533,741.5),(583,740),(582.5980762113534,738.5),(581.5,737.4019237886467),(580,737),(578.5,737.4019237886466),(577.4019237886467,738.5)) -5775 ((576,750),(576.5358983848622,752),(578,753.4641016151378),(580,754),(582,753.4641016151378),(583.4641016151378,752),(584,750),(583.4641016151378,748),(582,746.5358983848622),(580,746),(578,746.5358983848622),(576.5358983848622,748)) -5776 ((575,760),(575.6698729810778,762.5),(577.5,764.3301270189222),(580,765),(582.5,764.3301270189222),(584.3301270189222,762.5),(585,760),(584.3301270189222,757.5),(582.5,755.6698729810778),(580,755),(577.5,755.6698729810778),(575.6698729810778,757.5)) -5777 ((574,770),(574.8038475772934,773),(577,775.1961524227066),(580,776),(583,775.1961524227066),(585.1961524227066,773),(586,770),(585.1961524227066,767),(583,764.8038475772934),(580,764),(577,764.8038475772934),(574.8038475772934,767)) -5778 ((573,780),(573.937822173509,783.5),(576.5,786.062177826491),(580,787),(583.5,786.062177826491),(586.062177826491,783.5),(587,780),(586.062177826491,776.5),(583.5,773.937822173509),(580,773),(576.5,773.937822173509),(573.937822173509,776.5)) -5779 ((572,790),(573.0717967697245,794),(576,796.9282032302755),(580,798),(584,796.9282032302755),(586.9282032302755,794),(588,790),(586.9282032302755,786),(584,783.0717967697245),(580,782),(576,783.0717967697245),(573.0717967697245,786)) -5780 ((571,800),(572.2057713659401,804.5),(575.5,807.7942286340599),(580,809),(584.5,807.7942286340599),(587.7942286340599,804.5),(589,800),(587.79422863406,795.5),(584.5,792.2057713659401),(580,791),(575.5,792.20577136594),(572.2057713659401,795.5)) -5781 ((570,810),(571.3397459621556,815),(575,818.6602540378444),(580,820),(585,818.6602540378444),(588.6602540378444,815),(590,810),(588.6602540378444,805),(585,801.3397459621556),(580,800),(575,801.3397459621556),(571.3397459621556,805)) -5782 ((579,820),(579.1339745962156,820.5),(579.5,820.8660254037844),(580,821),(580.5,820.8660254037844),(580.8660254037844,820.5),(581,820),(580.8660254037844,819.5),(580.5,819.1339745962156),(580,819),(579.5,819.1339745962156),(579.1339745962156,819.5)) -5783 ((578,830),(578.2679491924312,831),(579,831.7320508075688),(580,832),(581,831.7320508075688),(581.7320508075688,831),(582,830),(581.7320508075688,829),(581,828.2679491924312),(580,828),(579,828.2679491924312),(578.2679491924312,829)) -5784 ((577,840),(577.4019237886466,841.5),(578.5,842.5980762113534),(580,843),(581.5,842.5980762113534),(582.5980762113533,841.5),(583,840),(582.5980762113534,838.5),(581.5,837.4019237886467),(580,837),(578.5,837.4019237886466),(577.4019237886467,838.5)) -5785 ((576,850),(576.5358983848622,852),(578,853.4641016151378),(580,854),(582,853.4641016151378),(583.4641016151378,852),(584,850),(583.4641016151378,848),(582,846.5358983848622),(580,846),(578,846.5358983848622),(576.5358983848622,848)) -5786 ((575,860),(575.6698729810778,862.5),(577.5,864.3301270189222),(580,865),(582.5,864.3301270189222),(584.3301270189222,862.5),(585,860),(584.3301270189222,857.5),(582.5,855.6698729810778),(580,855),(577.5,855.6698729810778),(575.6698729810778,857.5)) -5787 ((574,870),(574.8038475772934,873),(577,875.1961524227066),(580,876),(583,875.1961524227066),(585.1961524227066,873),(586,870),(585.1961524227066,867),(583,864.8038475772934),(580,864),(577,864.8038475772934),(574.8038475772934,867)) -5788 ((573,880),(573.937822173509,883.5),(576.5,886.062177826491),(580,887),(583.5,886.062177826491),(586.062177826491,883.5),(587,880),(586.062177826491,876.5),(583.5,873.937822173509),(580,873),(576.5,873.937822173509),(573.937822173509,876.5)) -5789 ((572,890),(573.0717967697245,894),(576,896.9282032302755),(580,898),(584,896.9282032302755),(586.9282032302755,894),(588,890),(586.9282032302755,886),(584,883.0717967697245),(580,882),(576,883.0717967697245),(573.0717967697245,886)) -5790 ((571,900),(572.2057713659401,904.5),(575.5,907.7942286340599),(580,909),(584.5,907.7942286340599),(587.7942286340599,904.5),(589,900),(587.79422863406,895.5),(584.5,892.2057713659401),(580,891),(575.5,892.20577136594),(572.2057713659401,895.5)) -5791 ((570,910),(571.3397459621556,915),(575,918.6602540378444),(580,920),(585,918.6602540378444),(588.6602540378444,915),(590,910),(588.6602540378444,905),(585,901.3397459621556),(580,900),(575,901.3397459621556),(571.3397459621556,905)) -5792 ((579,920),(579.1339745962156,920.5),(579.5,920.8660254037844),(580,921),(580.5,920.8660254037844),(580.8660254037844,920.5),(581,920),(580.8660254037844,919.5),(580.5,919.1339745962156),(580,919),(579.5,919.1339745962156),(579.1339745962156,919.5)) -5793 ((578,930),(578.2679491924312,931),(579,931.7320508075688),(580,932),(581,931.7320508075688),(581.7320508075688,931),(582,930),(581.7320508075688,929),(581,928.2679491924312),(580,928),(579,928.2679491924312),(578.2679491924312,929)) -5794 ((577,940),(577.4019237886466,941.5),(578.5,942.5980762113534),(580,943),(581.5,942.5980762113534),(582.5980762113533,941.5),(583,940),(582.5980762113534,938.5),(581.5,937.4019237886467),(580,937),(578.5,937.4019237886466),(577.4019237886467,938.5)) -5795 ((576,950),(576.5358983848622,952),(578,953.4641016151378),(580,954),(582,953.4641016151378),(583.4641016151378,952),(584,950),(583.4641016151378,948),(582,946.5358983848622),(580,946),(578,946.5358983848622),(576.5358983848622,948)) -5796 ((575,960),(575.6698729810778,962.5),(577.5,964.3301270189222),(580,965),(582.5,964.3301270189222),(584.3301270189222,962.5),(585,960),(584.3301270189222,957.5),(582.5,955.6698729810778),(580,955),(577.5,955.6698729810778),(575.6698729810778,957.5)) -5797 ((574,970),(574.8038475772934,973),(577,975.1961524227066),(580,976),(583,975.1961524227066),(585.1961524227066,973),(586,970),(585.1961524227066,967),(583,964.8038475772934),(580,964),(577,964.8038475772934),(574.8038475772934,967)) -5798 ((573,980),(573.937822173509,983.5),(576.5,986.062177826491),(580,987),(583.5,986.062177826491),(586.062177826491,983.5),(587,980),(586.062177826491,976.5),(583.5,973.937822173509),(580,973),(576.5,973.937822173509),(573.937822173509,976.5)) -5799 ((572,990),(573.0717967697245,994),(576,996.9282032302755),(580,998),(584,996.9282032302755),(586.9282032302755,994),(588,990),(586.9282032302755,986),(584,983.0717967697245),(580,982),(576,983.0717967697245),(573.0717967697245,986)) -5800 ((571,1000),(572.2057713659401,1004.5),(575.5,1007.7942286340599),(580,1009),(584.5,1007.7942286340599),(587.7942286340599,1004.5),(589,1000),(587.79422863406,995.5),(584.5,992.2057713659401),(580,991),(575.5,992.20577136594),(572.2057713659401,995.5)) -5801 ((589,10),(589.1339745962156,10.5),(589.5,10.86602540378444),(590,11),(590.5,10.86602540378444),(590.8660254037844,10.5),(591,10),(590.8660254037844,9.5),(590.5,9.13397459621556),(590,9),(589.5,9.13397459621556),(589.1339745962156,9.5)) -5802 ((588,20),(588.2679491924312,21),(589,21.73205080756888),(590,22),(591,21.73205080756888),(591.7320508075688,21),(592,20),(591.7320508075688,19),(591,18.26794919243112),(590,18),(589,18.26794919243112),(588.2679491924312,19)) -5803 ((587,30),(587.4019237886466,31.5),(588.5,32.598076211353316),(590,33),(591.5,32.598076211353316),(592.5980762113533,31.5),(593,30),(592.5980762113534,28.5),(591.5,27.401923788646684),(590,27),(588.5,27.401923788646684),(587.4019237886467,28.5)) -5804 ((586,40),(586.5358983848622,42),(588,43.46410161513776),(590,44),(592,43.46410161513776),(593.4641016151378,42),(594,40),(593.4641016151378,38),(592,36.53589838486224),(590,36),(588,36.53589838486224),(586.5358983848622,38)) -5805 ((585,50),(585.6698729810778,52.5),(587.5,54.33012701892219),(590,55),(592.5,54.33012701892219),(594.3301270189222,52.5),(595,50),(594.3301270189222,47.5),(592.5,45.66987298107781),(590,45),(587.5,45.6698729810778),(585.6698729810778,47.5)) -5806 ((584,60),(584.8038475772934,63),(587,65.19615242270663),(590,66),(593,65.19615242270663),(595.1961524227066,63),(596,60),(595.1961524227066,57),(593,54.80384757729337),(590,54),(587,54.80384757729337),(584.8038475772934,57)) -5807 ((583,70),(583.937822173509,73.5),(586.5,76.06217782649107),(590,77),(593.5,76.06217782649107),(596.062177826491,73.5),(597,70),(596.062177826491,66.5),(593.5,63.937822173508934),(590,63),(586.5,63.93782217350893),(583.937822173509,66.5)) -5808 ((582,80),(583.0717967697245,84),(586,86.92820323027551),(590,88),(594,86.92820323027551),(596.9282032302755,84),(598,80),(596.9282032302755,76),(594,73.07179676972449),(590,72),(586,73.07179676972449),(583.0717967697245,76)) -5809 ((581,90),(582.2057713659401,94.5),(585.5,97.79422863405995),(590,99),(594.5,97.79422863405995),(597.7942286340599,94.5),(599,90),(597.79422863406,85.5),(594.5,82.20577136594005),(590,81),(585.5,82.20577136594005),(582.2057713659401,85.5)) -5810 ((580,100),(581.3397459621556,105),(585,108.66025403784438),(590,110),(595,108.66025403784438),(598.6602540378444,105),(600,100),(598.6602540378444,95),(595,91.33974596215562),(590,90),(585,91.3397459621556),(581.3397459621556,95)) -5811 ((589,110),(589.1339745962156,110.5),(589.5,110.86602540378443),(590,111),(590.5,110.86602540378443),(590.8660254037844,110.5),(591,110),(590.8660254037844,109.5),(590.5,109.13397459621557),(590,109),(589.5,109.13397459621557),(589.1339745962156,109.5)) -5812 ((588,120),(588.2679491924312,121),(589,121.73205080756888),(590,122),(591,121.73205080756888),(591.7320508075688,121),(592,120),(591.7320508075688,119),(591,118.26794919243112),(590,118),(589,118.26794919243112),(588.2679491924312,119)) -5813 ((587,130),(587.4019237886466,131.5),(588.5,132.59807621135332),(590,133),(591.5,132.59807621135332),(592.5980762113533,131.5),(593,130),(592.5980762113534,128.5),(591.5,127.40192378864668),(590,127),(588.5,127.40192378864668),(587.4019237886467,128.5)) -5814 ((586,140),(586.5358983848622,142),(588,143.46410161513776),(590,144),(592,143.46410161513776),(593.4641016151378,142),(594,140),(593.4641016151378,138),(592,136.53589838486224),(590,136),(588,136.53589838486224),(586.5358983848622,138)) -5815 ((585,150),(585.6698729810778,152.5),(587.5,154.33012701892218),(590,155),(592.5,154.33012701892218),(594.3301270189222,152.5),(595,150),(594.3301270189222,147.5),(592.5,145.66987298107782),(590,145),(587.5,145.66987298107782),(585.6698729810778,147.5)) -5816 ((584,160),(584.8038475772934,163),(587,165.19615242270663),(590,166),(593,165.19615242270663),(595.1961524227066,163),(596,160),(595.1961524227066,157),(593,154.80384757729337),(590,154),(587,154.80384757729337),(584.8038475772934,157)) -5817 ((583,170),(583.937822173509,173.5),(586.5,176.06217782649108),(590,177),(593.5,176.06217782649108),(596.062177826491,173.5),(597,170),(596.062177826491,166.5),(593.5,163.93782217350892),(590,163),(586.5,163.93782217350892),(583.937822173509,166.5)) -5818 ((582,180),(583.0717967697245,184),(586,186.9282032302755),(590,188),(594,186.9282032302755),(596.9282032302755,184),(598,180),(596.9282032302755,176),(594,173.0717967697245),(590,172),(586,173.0717967697245),(583.0717967697245,176)) -5819 ((581,190),(582.2057713659401,194.5),(585.5,197.79422863405995),(590,199),(594.5,197.79422863405995),(597.7942286340599,194.5),(599,190),(597.79422863406,185.5),(594.5,182.20577136594005),(590,181),(585.5,182.20577136594005),(582.2057713659401,185.5)) -5820 ((580,200),(581.3397459621556,205),(585,208.6602540378444),(590,210),(595,208.6602540378444),(598.6602540378444,205),(600,200),(598.6602540378444,195),(595,191.3397459621556),(590,190),(585,191.3397459621556),(581.3397459621556,195)) -5821 ((589,210),(589.1339745962156,210.5),(589.5,210.86602540378445),(590,211),(590.5,210.86602540378445),(590.8660254037844,210.5),(591,210),(590.8660254037844,209.5),(590.5,209.13397459621555),(590,209),(589.5,209.13397459621555),(589.1339745962156,209.5)) -5822 ((588,220),(588.2679491924312,221),(589,221.73205080756887),(590,222),(591,221.73205080756887),(591.7320508075688,221),(592,220),(591.7320508075688,219),(591,218.26794919243113),(590,218),(589,218.26794919243113),(588.2679491924312,219)) -5823 ((587,230),(587.4019237886466,231.5),(588.5,232.59807621135332),(590,233),(591.5,232.59807621135332),(592.5980762113533,231.5),(593,230),(592.5980762113534,228.5),(591.5,227.40192378864668),(590,227),(588.5,227.40192378864668),(587.4019237886467,228.5)) -5824 ((586,240),(586.5358983848622,242),(588,243.46410161513776),(590,244),(592,243.46410161513776),(593.4641016151378,242),(594,240),(593.4641016151378,238),(592,236.53589838486224),(590,236),(588,236.53589838486224),(586.5358983848622,238)) -5825 ((585,250),(585.6698729810778,252.5),(587.5,254.33012701892218),(590,255),(592.5,254.33012701892218),(594.3301270189222,252.5),(595,250),(594.3301270189222,247.5),(592.5,245.66987298107782),(590,245),(587.5,245.66987298107782),(585.6698729810778,247.5)) -5826 ((584,260),(584.8038475772934,263),(587,265.19615242270663),(590,266),(593,265.19615242270663),(595.1961524227066,263),(596,260),(595.1961524227066,257),(593,254.80384757729337),(590,254),(587,254.80384757729337),(584.8038475772934,257)) -5827 ((583,270),(583.937822173509,273.5),(586.5,276.06217782649105),(590,277),(593.5,276.06217782649105),(596.062177826491,273.5),(597,270),(596.062177826491,266.5),(593.5,263.93782217350895),(590,263),(586.5,263.93782217350895),(583.937822173509,266.5)) -5828 ((582,280),(583.0717967697245,284),(586,286.9282032302755),(590,288),(594,286.9282032302755),(596.9282032302755,284),(598,280),(596.9282032302755,276),(594,273.0717967697245),(590,272),(586,273.0717967697245),(583.0717967697245,276)) -5829 ((581,290),(582.2057713659401,294.5),(585.5,297.79422863405995),(590,299),(594.5,297.79422863405995),(597.7942286340599,294.5),(599,290),(597.79422863406,285.5),(594.5,282.20577136594005),(590,281),(585.5,282.20577136594005),(582.2057713659401,285.5)) -5830 ((580,300),(581.3397459621556,305),(585,308.66025403784437),(590,310),(595,308.66025403784437),(598.6602540378444,305),(600,300),(598.6602540378444,295),(595,291.33974596215563),(590,290),(585,291.33974596215563),(581.3397459621556,295)) -5831 ((589,310),(589.1339745962156,310.5),(589.5,310.8660254037844),(590,311),(590.5,310.8660254037844),(590.8660254037844,310.5),(591,310),(590.8660254037844,309.5),(590.5,309.1339745962156),(590,309),(589.5,309.1339745962156),(589.1339745962156,309.5)) -5832 ((588,320),(588.2679491924312,321),(589,321.7320508075689),(590,322),(591,321.7320508075689),(591.7320508075688,321),(592,320),(591.7320508075688,319),(591,318.2679491924311),(590,318),(589,318.2679491924311),(588.2679491924312,319)) -5833 ((587,330),(587.4019237886466,331.5),(588.5,332.5980762113533),(590,333),(591.5,332.5980762113533),(592.5980762113533,331.5),(593,330),(592.5980762113534,328.5),(591.5,327.4019237886467),(590,327),(588.5,327.4019237886467),(587.4019237886467,328.5)) -5834 ((586,340),(586.5358983848622,342),(588,343.46410161513774),(590,344),(592,343.46410161513774),(593.4641016151378,342),(594,340),(593.4641016151378,338),(592,336.53589838486226),(590,336),(588,336.53589838486226),(586.5358983848622,338)) -5835 ((585,350),(585.6698729810778,352.5),(587.5,354.3301270189222),(590,355),(592.5,354.3301270189222),(594.3301270189222,352.5),(595,350),(594.3301270189222,347.5),(592.5,345.6698729810778),(590,345),(587.5,345.6698729810778),(585.6698729810778,347.5)) -5836 ((584,360),(584.8038475772934,363),(587,365.19615242270663),(590,366),(593,365.19615242270663),(595.1961524227066,363),(596,360),(595.1961524227066,357),(593,354.80384757729337),(590,354),(587,354.80384757729337),(584.8038475772934,357)) -5837 ((583,370),(583.937822173509,373.5),(586.5,376.06217782649105),(590,377),(593.5,376.06217782649105),(596.062177826491,373.5),(597,370),(596.062177826491,366.5),(593.5,363.93782217350895),(590,363),(586.5,363.93782217350895),(583.937822173509,366.5)) -5838 ((582,380),(583.0717967697245,384),(586,386.9282032302755),(590,388),(594,386.9282032302755),(596.9282032302755,384),(598,380),(596.9282032302755,376),(594,373.0717967697245),(590,372),(586,373.0717967697245),(583.0717967697245,376)) -5839 ((581,390),(582.2057713659401,394.5),(585.5,397.79422863405995),(590,399),(594.5,397.79422863405995),(597.7942286340599,394.5),(599,390),(597.79422863406,385.5),(594.5,382.20577136594005),(590,381),(585.5,382.20577136594005),(582.2057713659401,385.5)) -5840 ((580,400),(581.3397459621556,405),(585,408.66025403784437),(590,410),(595,408.66025403784437),(598.6602540378444,405),(600,400),(598.6602540378444,395),(595,391.33974596215563),(590,390),(585,391.33974596215563),(581.3397459621556,395)) -5841 ((589,410),(589.1339745962156,410.5),(589.5,410.8660254037844),(590,411),(590.5,410.8660254037844),(590.8660254037844,410.5),(591,410),(590.8660254037844,409.5),(590.5,409.1339745962156),(590,409),(589.5,409.1339745962156),(589.1339745962156,409.5)) -5842 ((588,420),(588.2679491924312,421),(589,421.7320508075689),(590,422),(591,421.7320508075689),(591.7320508075688,421),(592,420),(591.7320508075688,419),(591,418.2679491924311),(590,418),(589,418.2679491924311),(588.2679491924312,419)) -5843 ((587,430),(587.4019237886466,431.5),(588.5,432.5980762113533),(590,433),(591.5,432.5980762113533),(592.5980762113533,431.5),(593,430),(592.5980762113534,428.5),(591.5,427.4019237886467),(590,427),(588.5,427.4019237886467),(587.4019237886467,428.5)) -5844 ((586,440),(586.5358983848622,442),(588,443.46410161513774),(590,444),(592,443.46410161513774),(593.4641016151378,442),(594,440),(593.4641016151378,438),(592,436.53589838486226),(590,436),(588,436.53589838486226),(586.5358983848622,438)) -5845 ((585,450),(585.6698729810778,452.5),(587.5,454.3301270189222),(590,455),(592.5,454.3301270189222),(594.3301270189222,452.5),(595,450),(594.3301270189222,447.5),(592.5,445.6698729810778),(590,445),(587.5,445.6698729810778),(585.6698729810778,447.5)) -5846 ((584,460),(584.8038475772934,463),(587,465.19615242270663),(590,466),(593,465.19615242270663),(595.1961524227066,463),(596,460),(595.1961524227066,457),(593,454.80384757729337),(590,454),(587,454.80384757729337),(584.8038475772934,457)) -5847 ((583,470),(583.937822173509,473.5),(586.5,476.06217782649105),(590,477),(593.5,476.06217782649105),(596.062177826491,473.5),(597,470),(596.062177826491,466.5),(593.5,463.93782217350895),(590,463),(586.5,463.93782217350895),(583.937822173509,466.5)) -5848 ((582,480),(583.0717967697245,484),(586,486.9282032302755),(590,488),(594,486.9282032302755),(596.9282032302755,484),(598,480),(596.9282032302755,476),(594,473.0717967697245),(590,472),(586,473.0717967697245),(583.0717967697245,476)) -5849 ((581,490),(582.2057713659401,494.5),(585.5,497.79422863405995),(590,499),(594.5,497.79422863405995),(597.7942286340599,494.5),(599,490),(597.79422863406,485.5),(594.5,482.20577136594005),(590,481),(585.5,482.20577136594005),(582.2057713659401,485.5)) -5850 ((580,500),(581.3397459621556,505),(585,508.66025403784437),(590,510),(595,508.66025403784437),(598.6602540378444,505),(600,500),(598.6602540378444,495),(595,491.33974596215563),(590,490),(585,491.33974596215563),(581.3397459621556,495)) -5851 ((589,510),(589.1339745962156,510.5),(589.5,510.8660254037844),(590,511),(590.5,510.8660254037844),(590.8660254037844,510.5),(591,510),(590.8660254037844,509.5),(590.5,509.1339745962156),(590,509),(589.5,509.1339745962156),(589.1339745962156,509.5)) -5852 ((588,520),(588.2679491924312,521),(589,521.7320508075688),(590,522),(591,521.7320508075688),(591.7320508075688,521),(592,520),(591.7320508075688,519),(591,518.2679491924312),(590,518),(589,518.2679491924312),(588.2679491924312,519)) -5853 ((587,530),(587.4019237886466,531.5),(588.5,532.5980762113534),(590,533),(591.5,532.5980762113534),(592.5980762113533,531.5),(593,530),(592.5980762113534,528.5),(591.5,527.4019237886467),(590,527),(588.5,527.4019237886466),(587.4019237886467,528.5)) -5854 ((586,540),(586.5358983848622,542),(588,543.4641016151378),(590,544),(592,543.4641016151378),(593.4641016151378,542),(594,540),(593.4641016151378,538),(592,536.5358983848622),(590,536),(588,536.5358983848622),(586.5358983848622,538)) -5855 ((585,550),(585.6698729810778,552.5),(587.5,554.3301270189222),(590,555),(592.5,554.3301270189222),(594.3301270189222,552.5),(595,550),(594.3301270189222,547.5),(592.5,545.6698729810778),(590,545),(587.5,545.6698729810778),(585.6698729810778,547.5)) -5856 ((584,560),(584.8038475772934,563),(587,565.1961524227066),(590,566),(593,565.1961524227066),(595.1961524227066,563),(596,560),(595.1961524227066,557),(593,554.8038475772934),(590,554),(587,554.8038475772934),(584.8038475772934,557)) -5857 ((583,570),(583.937822173509,573.5),(586.5,576.062177826491),(590,577),(593.5,576.062177826491),(596.062177826491,573.5),(597,570),(596.062177826491,566.5),(593.5,563.937822173509),(590,563),(586.5,563.937822173509),(583.937822173509,566.5)) -5858 ((582,580),(583.0717967697245,584),(586,586.9282032302755),(590,588),(594,586.9282032302755),(596.9282032302755,584),(598,580),(596.9282032302755,576),(594,573.0717967697245),(590,572),(586,573.0717967697245),(583.0717967697245,576)) -5859 ((581,590),(582.2057713659401,594.5),(585.5,597.7942286340599),(590,599),(594.5,597.7942286340599),(597.7942286340599,594.5),(599,590),(597.79422863406,585.5),(594.5,582.2057713659401),(590,581),(585.5,582.20577136594),(582.2057713659401,585.5)) -5860 ((580,600),(581.3397459621556,605),(585,608.6602540378444),(590,610),(595,608.6602540378444),(598.6602540378444,605),(600,600),(598.6602540378444,595),(595,591.3397459621556),(590,590),(585,591.3397459621556),(581.3397459621556,595)) -5861 ((589,610),(589.1339745962156,610.5),(589.5,610.8660254037844),(590,611),(590.5,610.8660254037844),(590.8660254037844,610.5),(591,610),(590.8660254037844,609.5),(590.5,609.1339745962156),(590,609),(589.5,609.1339745962156),(589.1339745962156,609.5)) -5862 ((588,620),(588.2679491924312,621),(589,621.7320508075688),(590,622),(591,621.7320508075688),(591.7320508075688,621),(592,620),(591.7320508075688,619),(591,618.2679491924312),(590,618),(589,618.2679491924312),(588.2679491924312,619)) -5863 ((587,630),(587.4019237886466,631.5),(588.5,632.5980762113534),(590,633),(591.5,632.5980762113534),(592.5980762113533,631.5),(593,630),(592.5980762113534,628.5),(591.5,627.4019237886467),(590,627),(588.5,627.4019237886466),(587.4019237886467,628.5)) -5864 ((586,640),(586.5358983848622,642),(588,643.4641016151378),(590,644),(592,643.4641016151378),(593.4641016151378,642),(594,640),(593.4641016151378,638),(592,636.5358983848622),(590,636),(588,636.5358983848622),(586.5358983848622,638)) -5865 ((585,650),(585.6698729810778,652.5),(587.5,654.3301270189222),(590,655),(592.5,654.3301270189222),(594.3301270189222,652.5),(595,650),(594.3301270189222,647.5),(592.5,645.6698729810778),(590,645),(587.5,645.6698729810778),(585.6698729810778,647.5)) -5866 ((584,660),(584.8038475772934,663),(587,665.1961524227066),(590,666),(593,665.1961524227066),(595.1961524227066,663),(596,660),(595.1961524227066,657),(593,654.8038475772934),(590,654),(587,654.8038475772934),(584.8038475772934,657)) -5867 ((583,670),(583.937822173509,673.5),(586.5,676.062177826491),(590,677),(593.5,676.062177826491),(596.062177826491,673.5),(597,670),(596.062177826491,666.5),(593.5,663.937822173509),(590,663),(586.5,663.937822173509),(583.937822173509,666.5)) -5868 ((582,680),(583.0717967697245,684),(586,686.9282032302755),(590,688),(594,686.9282032302755),(596.9282032302755,684),(598,680),(596.9282032302755,676),(594,673.0717967697245),(590,672),(586,673.0717967697245),(583.0717967697245,676)) -5869 ((581,690),(582.2057713659401,694.5),(585.5,697.7942286340599),(590,699),(594.5,697.7942286340599),(597.7942286340599,694.5),(599,690),(597.79422863406,685.5),(594.5,682.2057713659401),(590,681),(585.5,682.20577136594),(582.2057713659401,685.5)) -5870 ((580,700),(581.3397459621556,705),(585,708.6602540378444),(590,710),(595,708.6602540378444),(598.6602540378444,705),(600,700),(598.6602540378444,695),(595,691.3397459621556),(590,690),(585,691.3397459621556),(581.3397459621556,695)) -5871 ((589,710),(589.1339745962156,710.5),(589.5,710.8660254037844),(590,711),(590.5,710.8660254037844),(590.8660254037844,710.5),(591,710),(590.8660254037844,709.5),(590.5,709.1339745962156),(590,709),(589.5,709.1339745962156),(589.1339745962156,709.5)) -5872 ((588,720),(588.2679491924312,721),(589,721.7320508075688),(590,722),(591,721.7320508075688),(591.7320508075688,721),(592,720),(591.7320508075688,719),(591,718.2679491924312),(590,718),(589,718.2679491924312),(588.2679491924312,719)) -5873 ((587,730),(587.4019237886466,731.5),(588.5,732.5980762113534),(590,733),(591.5,732.5980762113534),(592.5980762113533,731.5),(593,730),(592.5980762113534,728.5),(591.5,727.4019237886467),(590,727),(588.5,727.4019237886466),(587.4019237886467,728.5)) -5874 ((586,740),(586.5358983848622,742),(588,743.4641016151378),(590,744),(592,743.4641016151378),(593.4641016151378,742),(594,740),(593.4641016151378,738),(592,736.5358983848622),(590,736),(588,736.5358983848622),(586.5358983848622,738)) -5875 ((585,750),(585.6698729810778,752.5),(587.5,754.3301270189222),(590,755),(592.5,754.3301270189222),(594.3301270189222,752.5),(595,750),(594.3301270189222,747.5),(592.5,745.6698729810778),(590,745),(587.5,745.6698729810778),(585.6698729810778,747.5)) -5876 ((584,760),(584.8038475772934,763),(587,765.1961524227066),(590,766),(593,765.1961524227066),(595.1961524227066,763),(596,760),(595.1961524227066,757),(593,754.8038475772934),(590,754),(587,754.8038475772934),(584.8038475772934,757)) -5877 ((583,770),(583.937822173509,773.5),(586.5,776.062177826491),(590,777),(593.5,776.062177826491),(596.062177826491,773.5),(597,770),(596.062177826491,766.5),(593.5,763.937822173509),(590,763),(586.5,763.937822173509),(583.937822173509,766.5)) -5878 ((582,780),(583.0717967697245,784),(586,786.9282032302755),(590,788),(594,786.9282032302755),(596.9282032302755,784),(598,780),(596.9282032302755,776),(594,773.0717967697245),(590,772),(586,773.0717967697245),(583.0717967697245,776)) -5879 ((581,790),(582.2057713659401,794.5),(585.5,797.7942286340599),(590,799),(594.5,797.7942286340599),(597.7942286340599,794.5),(599,790),(597.79422863406,785.5),(594.5,782.2057713659401),(590,781),(585.5,782.20577136594),(582.2057713659401,785.5)) -5880 ((580,800),(581.3397459621556,805),(585,808.6602540378444),(590,810),(595,808.6602540378444),(598.6602540378444,805),(600,800),(598.6602540378444,795),(595,791.3397459621556),(590,790),(585,791.3397459621556),(581.3397459621556,795)) -5881 ((589,810),(589.1339745962156,810.5),(589.5,810.8660254037844),(590,811),(590.5,810.8660254037844),(590.8660254037844,810.5),(591,810),(590.8660254037844,809.5),(590.5,809.1339745962156),(590,809),(589.5,809.1339745962156),(589.1339745962156,809.5)) -5882 ((588,820),(588.2679491924312,821),(589,821.7320508075688),(590,822),(591,821.7320508075688),(591.7320508075688,821),(592,820),(591.7320508075688,819),(591,818.2679491924312),(590,818),(589,818.2679491924312),(588.2679491924312,819)) -5883 ((587,830),(587.4019237886466,831.5),(588.5,832.5980762113534),(590,833),(591.5,832.5980762113534),(592.5980762113533,831.5),(593,830),(592.5980762113534,828.5),(591.5,827.4019237886467),(590,827),(588.5,827.4019237886466),(587.4019237886467,828.5)) -5884 ((586,840),(586.5358983848622,842),(588,843.4641016151378),(590,844),(592,843.4641016151378),(593.4641016151378,842),(594,840),(593.4641016151378,838),(592,836.5358983848622),(590,836),(588,836.5358983848622),(586.5358983848622,838)) -5885 ((585,850),(585.6698729810778,852.5),(587.5,854.3301270189222),(590,855),(592.5,854.3301270189222),(594.3301270189222,852.5),(595,850),(594.3301270189222,847.5),(592.5,845.6698729810778),(590,845),(587.5,845.6698729810778),(585.6698729810778,847.5)) -5886 ((584,860),(584.8038475772934,863),(587,865.1961524227066),(590,866),(593,865.1961524227066),(595.1961524227066,863),(596,860),(595.1961524227066,857),(593,854.8038475772934),(590,854),(587,854.8038475772934),(584.8038475772934,857)) -5887 ((583,870),(583.937822173509,873.5),(586.5,876.062177826491),(590,877),(593.5,876.062177826491),(596.062177826491,873.5),(597,870),(596.062177826491,866.5),(593.5,863.937822173509),(590,863),(586.5,863.937822173509),(583.937822173509,866.5)) -5888 ((582,880),(583.0717967697245,884),(586,886.9282032302755),(590,888),(594,886.9282032302755),(596.9282032302755,884),(598,880),(596.9282032302755,876),(594,873.0717967697245),(590,872),(586,873.0717967697245),(583.0717967697245,876)) -5889 ((581,890),(582.2057713659401,894.5),(585.5,897.7942286340599),(590,899),(594.5,897.7942286340599),(597.7942286340599,894.5),(599,890),(597.79422863406,885.5),(594.5,882.2057713659401),(590,881),(585.5,882.20577136594),(582.2057713659401,885.5)) -5890 ((580,900),(581.3397459621556,905),(585,908.6602540378444),(590,910),(595,908.6602540378444),(598.6602540378444,905),(600,900),(598.6602540378444,895),(595,891.3397459621556),(590,890),(585,891.3397459621556),(581.3397459621556,895)) -5891 ((589,910),(589.1339745962156,910.5),(589.5,910.8660254037844),(590,911),(590.5,910.8660254037844),(590.8660254037844,910.5),(591,910),(590.8660254037844,909.5),(590.5,909.1339745962156),(590,909),(589.5,909.1339745962156),(589.1339745962156,909.5)) -5892 ((588,920),(588.2679491924312,921),(589,921.7320508075688),(590,922),(591,921.7320508075688),(591.7320508075688,921),(592,920),(591.7320508075688,919),(591,918.2679491924312),(590,918),(589,918.2679491924312),(588.2679491924312,919)) -5893 ((587,930),(587.4019237886466,931.5),(588.5,932.5980762113534),(590,933),(591.5,932.5980762113534),(592.5980762113533,931.5),(593,930),(592.5980762113534,928.5),(591.5,927.4019237886467),(590,927),(588.5,927.4019237886466),(587.4019237886467,928.5)) -5894 ((586,940),(586.5358983848622,942),(588,943.4641016151378),(590,944),(592,943.4641016151378),(593.4641016151378,942),(594,940),(593.4641016151378,938),(592,936.5358983848622),(590,936),(588,936.5358983848622),(586.5358983848622,938)) -5895 ((585,950),(585.6698729810778,952.5),(587.5,954.3301270189222),(590,955),(592.5,954.3301270189222),(594.3301270189222,952.5),(595,950),(594.3301270189222,947.5),(592.5,945.6698729810778),(590,945),(587.5,945.6698729810778),(585.6698729810778,947.5)) -5896 ((584,960),(584.8038475772934,963),(587,965.1961524227066),(590,966),(593,965.1961524227066),(595.1961524227066,963),(596,960),(595.1961524227066,957),(593,954.8038475772934),(590,954),(587,954.8038475772934),(584.8038475772934,957)) -5897 ((583,970),(583.937822173509,973.5),(586.5,976.062177826491),(590,977),(593.5,976.062177826491),(596.062177826491,973.5),(597,970),(596.062177826491,966.5),(593.5,963.937822173509),(590,963),(586.5,963.937822173509),(583.937822173509,966.5)) -5898 ((582,980),(583.0717967697245,984),(586,986.9282032302755),(590,988),(594,986.9282032302755),(596.9282032302755,984),(598,980),(596.9282032302755,976),(594,973.0717967697245),(590,972),(586,973.0717967697245),(583.0717967697245,976)) -5899 ((581,990),(582.2057713659401,994.5),(585.5,997.7942286340599),(590,999),(594.5,997.7942286340599),(597.7942286340599,994.5),(599,990),(597.79422863406,985.5),(594.5,982.2057713659401),(590,981),(585.5,982.20577136594),(582.2057713659401,985.5)) -5900 ((580,1000),(581.3397459621556,1005),(585,1008.6602540378444),(590,1010),(595,1008.6602540378444),(598.6602540378444,1005),(600,1000),(598.6602540378444,995),(595,991.3397459621556),(590,990),(585,991.3397459621556),(581.3397459621556,995)) -5901 ((598,10),(598.2679491924312,11),(599,11.732050807568877),(600,12),(601,11.732050807568877),(601.7320508075688,11),(602,10),(601.7320508075688,9),(601,8.267949192431123),(600,8),(599,8.267949192431121),(598.2679491924312,9)) -5902 ((597,20),(597.4019237886466,21.5),(598.5,22.598076211353316),(600,23),(601.5,22.598076211353316),(602.5980762113533,21.5),(603,20),(602.5980762113534,18.5),(601.5,17.401923788646684),(600,17),(598.5,17.401923788646684),(597.4019237886467,18.5)) -5903 ((596,30),(596.5358983848622,32),(598,33.46410161513776),(600,34),(602,33.46410161513776),(603.4641016151378,32),(604,30),(603.4641016151378,28),(602,26.535898384862247),(600,26),(598,26.535898384862243),(596.5358983848622,28)) -5904 ((595,40),(595.6698729810778,42.5),(597.5,44.33012701892219),(600,45),(602.5,44.33012701892219),(604.3301270189222,42.5),(605,40),(604.3301270189222,37.5),(602.5,35.66987298107781),(600,35),(597.5,35.6698729810778),(595.6698729810778,37.5)) -5905 ((594,50),(594.8038475772934,53),(597,55.19615242270663),(600,56),(603,55.19615242270663),(605.1961524227066,53),(606,50),(605.1961524227066,47),(603,44.80384757729337),(600,44),(597,44.80384757729337),(594.8038475772934,47)) -5906 ((593,60),(593.937822173509,63.5),(596.5,66.06217782649107),(600,67),(603.5,66.06217782649107),(606.062177826491,63.5),(607,60),(606.062177826491,56.5),(603.5,53.937822173508934),(600,53),(596.5,53.93782217350893),(593.937822173509,56.5)) -5907 ((592,70),(593.0717967697245,74),(596,76.92820323027551),(600,78),(604,76.92820323027551),(606.9282032302755,74),(608,70),(606.9282032302755,66),(604,63.07179676972449),(600,62),(596,63.071796769724486),(593.0717967697245,66)) -5908 ((591,80),(592.2057713659401,84.5),(595.5,87.79422863405995),(600,89),(604.5,87.79422863405995),(607.7942286340599,84.5),(609,80),(607.79422863406,75.5),(604.5,72.20577136594005),(600,71),(595.5,72.20577136594005),(592.2057713659401,75.5)) -5909 ((590,90),(591.3397459621556,95),(595,98.66025403784438),(600,100),(605,98.66025403784438),(608.6602540378444,95),(610,90),(608.6602540378444,85),(605,81.33974596215562),(600,80),(595,81.3397459621556),(591.3397459621556,85)) -5910 ((599,100),(599.1339745962156,100.5),(599.5,100.86602540378443),(600,101),(600.5,100.86602540378443),(600.8660254037844,100.5),(601,100),(600.8660254037844,99.5),(600.5,99.13397459621557),(600,99),(599.5,99.13397459621557),(599.1339745962156,99.5)) -5911 ((598,110),(598.2679491924312,111),(599,111.73205080756888),(600,112),(601,111.73205080756888),(601.7320508075688,111),(602,110),(601.7320508075688,109),(601,108.26794919243112),(600,108),(599,108.26794919243112),(598.2679491924312,109)) -5912 ((597,120),(597.4019237886466,121.5),(598.5,122.59807621135332),(600,123),(601.5,122.59807621135332),(602.5980762113533,121.5),(603,120),(602.5980762113534,118.5),(601.5,117.40192378864668),(600,117),(598.5,117.40192378864668),(597.4019237886467,118.5)) -5913 ((596,130),(596.5358983848622,132),(598,133.46410161513776),(600,134),(602,133.46410161513776),(603.4641016151378,132),(604,130),(603.4641016151378,128),(602,126.53589838486225),(600,126),(598,126.53589838486225),(596.5358983848622,128)) -5914 ((595,140),(595.6698729810778,142.5),(597.5,144.33012701892218),(600,145),(602.5,144.33012701892218),(604.3301270189222,142.5),(605,140),(604.3301270189222,137.5),(602.5,135.66987298107782),(600,135),(597.5,135.66987298107782),(595.6698729810778,137.5)) -5915 ((594,150),(594.8038475772934,153),(597,155.19615242270663),(600,156),(603,155.19615242270663),(605.1961524227066,153),(606,150),(605.1961524227066,147),(603,144.80384757729337),(600,144),(597,144.80384757729337),(594.8038475772934,147)) -5916 ((593,160),(593.937822173509,163.5),(596.5,166.06217782649108),(600,167),(603.5,166.06217782649108),(606.062177826491,163.5),(607,160),(606.062177826491,156.5),(603.5,153.93782217350892),(600,153),(596.5,153.93782217350892),(593.937822173509,156.5)) -5917 ((592,170),(593.0717967697245,174),(596,176.9282032302755),(600,178),(604,176.9282032302755),(606.9282032302755,174),(608,170),(606.9282032302755,166),(604,163.0717967697245),(600,162),(596,163.0717967697245),(593.0717967697245,166)) -5918 ((591,180),(592.2057713659401,184.5),(595.5,187.79422863405995),(600,189),(604.5,187.79422863405995),(607.7942286340599,184.5),(609,180),(607.79422863406,175.5),(604.5,172.20577136594005),(600,171),(595.5,172.20577136594005),(592.2057713659401,175.5)) -5919 ((590,190),(591.3397459621556,195),(595,198.6602540378444),(600,200),(605,198.6602540378444),(608.6602540378444,195),(610,190),(608.6602540378444,185),(605,181.3397459621556),(600,180),(595,181.3397459621556),(591.3397459621556,185)) -5920 ((599,200),(599.1339745962156,200.5),(599.5,200.86602540378445),(600,201),(600.5,200.86602540378445),(600.8660254037844,200.5),(601,200),(600.8660254037844,199.5),(600.5,199.13397459621555),(600,199),(599.5,199.13397459621555),(599.1339745962156,199.5)) -5921 ((598,210),(598.2679491924312,211),(599,211.73205080756887),(600,212),(601,211.73205080756887),(601.7320508075688,211),(602,210),(601.7320508075688,209),(601,208.26794919243113),(600,208),(599,208.26794919243113),(598.2679491924312,209)) -5922 ((597,220),(597.4019237886466,221.5),(598.5,222.59807621135332),(600,223),(601.5,222.59807621135332),(602.5980762113533,221.5),(603,220),(602.5980762113534,218.5),(601.5,217.40192378864668),(600,217),(598.5,217.40192378864668),(597.4019237886467,218.5)) -5923 ((596,230),(596.5358983848622,232),(598,233.46410161513776),(600,234),(602,233.46410161513776),(603.4641016151378,232),(604,230),(603.4641016151378,228),(602,226.53589838486224),(600,226),(598,226.53589838486224),(596.5358983848622,228)) -5924 ((595,240),(595.6698729810778,242.5),(597.5,244.33012701892218),(600,245),(602.5,244.33012701892218),(604.3301270189222,242.5),(605,240),(604.3301270189222,237.5),(602.5,235.66987298107782),(600,235),(597.5,235.66987298107782),(595.6698729810778,237.5)) -5925 ((594,250),(594.8038475772934,253),(597,255.19615242270663),(600,256),(603,255.19615242270663),(605.1961524227066,253),(606,250),(605.1961524227066,247),(603,244.80384757729337),(600,244),(597,244.80384757729337),(594.8038475772934,247)) -5926 ((593,260),(593.937822173509,263.5),(596.5,266.06217782649105),(600,267),(603.5,266.06217782649105),(606.062177826491,263.5),(607,260),(606.062177826491,256.5),(603.5,253.93782217350892),(600,253),(596.5,253.93782217350892),(593.937822173509,256.5)) -5927 ((592,270),(593.0717967697245,274),(596,276.9282032302755),(600,278),(604,276.9282032302755),(606.9282032302755,274),(608,270),(606.9282032302755,266),(604,263.0717967697245),(600,262),(596,263.0717967697245),(593.0717967697245,266)) -5928 ((591,280),(592.2057713659401,284.5),(595.5,287.79422863405995),(600,289),(604.5,287.79422863405995),(607.7942286340599,284.5),(609,280),(607.79422863406,275.5),(604.5,272.20577136594005),(600,271),(595.5,272.20577136594005),(592.2057713659401,275.5)) -5929 ((590,290),(591.3397459621556,295),(595,298.66025403784437),(600,300),(605,298.66025403784437),(608.6602540378444,295),(610,290),(608.6602540378444,285),(605,281.33974596215563),(600,280),(595,281.33974596215563),(591.3397459621556,285)) -5930 ((599,300),(599.1339745962156,300.5),(599.5,300.8660254037844),(600,301),(600.5,300.8660254037844),(600.8660254037844,300.5),(601,300),(600.8660254037844,299.5),(600.5,299.1339745962156),(600,299),(599.5,299.1339745962156),(599.1339745962156,299.5)) -5931 ((598,310),(598.2679491924312,311),(599,311.7320508075689),(600,312),(601,311.7320508075689),(601.7320508075688,311),(602,310),(601.7320508075688,309),(601,308.2679491924311),(600,308),(599,308.2679491924311),(598.2679491924312,309)) -5932 ((597,320),(597.4019237886466,321.5),(598.5,322.5980762113533),(600,323),(601.5,322.5980762113533),(602.5980762113533,321.5),(603,320),(602.5980762113534,318.5),(601.5,317.4019237886467),(600,317),(598.5,317.4019237886467),(597.4019237886467,318.5)) -5933 ((596,330),(596.5358983848622,332),(598,333.46410161513774),(600,334),(602,333.46410161513774),(603.4641016151378,332),(604,330),(603.4641016151378,328),(602,326.53589838486226),(600,326),(598,326.53589838486226),(596.5358983848622,328)) -5934 ((595,340),(595.6698729810778,342.5),(597.5,344.3301270189222),(600,345),(602.5,344.3301270189222),(604.3301270189222,342.5),(605,340),(604.3301270189222,337.5),(602.5,335.6698729810778),(600,335),(597.5,335.6698729810778),(595.6698729810778,337.5)) -5935 ((594,350),(594.8038475772934,353),(597,355.19615242270663),(600,356),(603,355.19615242270663),(605.1961524227066,353),(606,350),(605.1961524227066,347),(603,344.80384757729337),(600,344),(597,344.80384757729337),(594.8038475772934,347)) -5936 ((593,360),(593.937822173509,363.5),(596.5,366.06217782649105),(600,367),(603.5,366.06217782649105),(606.062177826491,363.5),(607,360),(606.062177826491,356.5),(603.5,353.93782217350895),(600,353),(596.5,353.93782217350895),(593.937822173509,356.5)) -5937 ((592,370),(593.0717967697245,374),(596,376.9282032302755),(600,378),(604,376.9282032302755),(606.9282032302755,374),(608,370),(606.9282032302755,366),(604,363.0717967697245),(600,362),(596,363.0717967697245),(593.0717967697245,366)) -5938 ((591,380),(592.2057713659401,384.5),(595.5,387.79422863405995),(600,389),(604.5,387.79422863405995),(607.7942286340599,384.5),(609,380),(607.79422863406,375.5),(604.5,372.20577136594005),(600,371),(595.5,372.20577136594005),(592.2057713659401,375.5)) -5939 ((590,390),(591.3397459621556,395),(595,398.66025403784437),(600,400),(605,398.66025403784437),(608.6602540378444,395),(610,390),(608.6602540378444,385),(605,381.33974596215563),(600,380),(595,381.33974596215563),(591.3397459621556,385)) -5940 ((599,400),(599.1339745962156,400.5),(599.5,400.8660254037844),(600,401),(600.5,400.8660254037844),(600.8660254037844,400.5),(601,400),(600.8660254037844,399.5),(600.5,399.1339745962156),(600,399),(599.5,399.1339745962156),(599.1339745962156,399.5)) -5941 ((598,410),(598.2679491924312,411),(599,411.7320508075689),(600,412),(601,411.7320508075689),(601.7320508075688,411),(602,410),(601.7320508075688,409),(601,408.2679491924311),(600,408),(599,408.2679491924311),(598.2679491924312,409)) -5942 ((597,420),(597.4019237886466,421.5),(598.5,422.5980762113533),(600,423),(601.5,422.5980762113533),(602.5980762113533,421.5),(603,420),(602.5980762113534,418.5),(601.5,417.4019237886467),(600,417),(598.5,417.4019237886467),(597.4019237886467,418.5)) -5943 ((596,430),(596.5358983848622,432),(598,433.46410161513774),(600,434),(602,433.46410161513774),(603.4641016151378,432),(604,430),(603.4641016151378,428),(602,426.53589838486226),(600,426),(598,426.53589838486226),(596.5358983848622,428)) -5944 ((595,440),(595.6698729810778,442.5),(597.5,444.3301270189222),(600,445),(602.5,444.3301270189222),(604.3301270189222,442.5),(605,440),(604.3301270189222,437.5),(602.5,435.6698729810778),(600,435),(597.5,435.6698729810778),(595.6698729810778,437.5)) -5945 ((594,450),(594.8038475772934,453),(597,455.19615242270663),(600,456),(603,455.19615242270663),(605.1961524227066,453),(606,450),(605.1961524227066,447),(603,444.80384757729337),(600,444),(597,444.80384757729337),(594.8038475772934,447)) -5946 ((593,460),(593.937822173509,463.5),(596.5,466.06217782649105),(600,467),(603.5,466.06217782649105),(606.062177826491,463.5),(607,460),(606.062177826491,456.5),(603.5,453.93782217350895),(600,453),(596.5,453.93782217350895),(593.937822173509,456.5)) -5947 ((592,470),(593.0717967697245,474),(596,476.9282032302755),(600,478),(604,476.9282032302755),(606.9282032302755,474),(608,470),(606.9282032302755,466),(604,463.0717967697245),(600,462),(596,463.0717967697245),(593.0717967697245,466)) -5948 ((591,480),(592.2057713659401,484.5),(595.5,487.79422863405995),(600,489),(604.5,487.79422863405995),(607.7942286340599,484.5),(609,480),(607.79422863406,475.5),(604.5,472.20577136594005),(600,471),(595.5,472.20577136594005),(592.2057713659401,475.5)) -5949 ((590,490),(591.3397459621556,495),(595,498.66025403784437),(600,500),(605,498.66025403784437),(608.6602540378444,495),(610,490),(608.6602540378444,485),(605,481.33974596215563),(600,480),(595,481.33974596215563),(591.3397459621556,485)) -5950 ((599,500),(599.1339745962156,500.5),(599.5,500.8660254037844),(600,501),(600.5,500.8660254037844),(600.8660254037844,500.5),(601,500),(600.8660254037844,499.5),(600.5,499.1339745962156),(600,499),(599.5,499.1339745962156),(599.1339745962156,499.5)) -5951 ((598,510),(598.2679491924312,511),(599,511.7320508075689),(600,512),(601,511.7320508075689),(601.7320508075688,511),(602,510),(601.7320508075688,509),(601,508.2679491924311),(600,508),(599,508.2679491924311),(598.2679491924312,509)) -5952 ((597,520),(597.4019237886466,521.5),(598.5,522.5980762113534),(600,523),(601.5,522.5980762113534),(602.5980762113533,521.5),(603,520),(602.5980762113534,518.5),(601.5,517.4019237886467),(600,517),(598.5,517.4019237886466),(597.4019237886467,518.5)) -5953 ((596,530),(596.5358983848622,532),(598,533.4641016151378),(600,534),(602,533.4641016151378),(603.4641016151378,532),(604,530),(603.4641016151378,528),(602,526.5358983848622),(600,526),(598,526.5358983848622),(596.5358983848622,528)) -5954 ((595,540),(595.6698729810778,542.5),(597.5,544.3301270189222),(600,545),(602.5,544.3301270189222),(604.3301270189222,542.5),(605,540),(604.3301270189222,537.5),(602.5,535.6698729810778),(600,535),(597.5,535.6698729810778),(595.6698729810778,537.5)) -5955 ((594,550),(594.8038475772934,553),(597,555.1961524227066),(600,556),(603,555.1961524227066),(605.1961524227066,553),(606,550),(605.1961524227066,547),(603,544.8038475772934),(600,544),(597,544.8038475772934),(594.8038475772934,547)) -5956 ((593,560),(593.937822173509,563.5),(596.5,566.062177826491),(600,567),(603.5,566.062177826491),(606.062177826491,563.5),(607,560),(606.062177826491,556.5),(603.5,553.937822173509),(600,553),(596.5,553.937822173509),(593.937822173509,556.5)) -5957 ((592,570),(593.0717967697245,574),(596,576.9282032302755),(600,578),(604,576.9282032302755),(606.9282032302755,574),(608,570),(606.9282032302755,566),(604,563.0717967697245),(600,562),(596,563.0717967697245),(593.0717967697245,566)) -5958 ((591,580),(592.2057713659401,584.5),(595.5,587.7942286340599),(600,589),(604.5,587.7942286340599),(607.7942286340599,584.5),(609,580),(607.79422863406,575.5),(604.5,572.2057713659401),(600,571),(595.5,572.20577136594),(592.2057713659401,575.5)) -5959 ((590,590),(591.3397459621556,595),(595,598.6602540378444),(600,600),(605,598.6602540378444),(608.6602540378444,595),(610,590),(608.6602540378444,585),(605,581.3397459621556),(600,580),(595,581.3397459621556),(591.3397459621556,585)) -5960 ((599,600),(599.1339745962156,600.5),(599.5,600.8660254037844),(600,601),(600.5,600.8660254037844),(600.8660254037844,600.5),(601,600),(600.8660254037844,599.5),(600.5,599.1339745962156),(600,599),(599.5,599.1339745962156),(599.1339745962156,599.5)) -5961 ((598,610),(598.2679491924312,611),(599,611.7320508075688),(600,612),(601,611.7320508075688),(601.7320508075688,611),(602,610),(601.7320508075688,609),(601,608.2679491924312),(600,608),(599,608.2679491924312),(598.2679491924312,609)) -5962 ((597,620),(597.4019237886466,621.5),(598.5,622.5980762113534),(600,623),(601.5,622.5980762113534),(602.5980762113533,621.5),(603,620),(602.5980762113534,618.5),(601.5,617.4019237886467),(600,617),(598.5,617.4019237886466),(597.4019237886467,618.5)) -5963 ((596,630),(596.5358983848622,632),(598,633.4641016151378),(600,634),(602,633.4641016151378),(603.4641016151378,632),(604,630),(603.4641016151378,628),(602,626.5358983848622),(600,626),(598,626.5358983848622),(596.5358983848622,628)) -5964 ((595,640),(595.6698729810778,642.5),(597.5,644.3301270189222),(600,645),(602.5,644.3301270189222),(604.3301270189222,642.5),(605,640),(604.3301270189222,637.5),(602.5,635.6698729810778),(600,635),(597.5,635.6698729810778),(595.6698729810778,637.5)) -5965 ((594,650),(594.8038475772934,653),(597,655.1961524227066),(600,656),(603,655.1961524227066),(605.1961524227066,653),(606,650),(605.1961524227066,647),(603,644.8038475772934),(600,644),(597,644.8038475772934),(594.8038475772934,647)) -5966 ((593,660),(593.937822173509,663.5),(596.5,666.062177826491),(600,667),(603.5,666.062177826491),(606.062177826491,663.5),(607,660),(606.062177826491,656.5),(603.5,653.937822173509),(600,653),(596.5,653.937822173509),(593.937822173509,656.5)) -5967 ((592,670),(593.0717967697245,674),(596,676.9282032302755),(600,678),(604,676.9282032302755),(606.9282032302755,674),(608,670),(606.9282032302755,666),(604,663.0717967697245),(600,662),(596,663.0717967697245),(593.0717967697245,666)) -5968 ((591,680),(592.2057713659401,684.5),(595.5,687.7942286340599),(600,689),(604.5,687.7942286340599),(607.7942286340599,684.5),(609,680),(607.79422863406,675.5),(604.5,672.2057713659401),(600,671),(595.5,672.20577136594),(592.2057713659401,675.5)) -5969 ((590,690),(591.3397459621556,695),(595,698.6602540378444),(600,700),(605,698.6602540378444),(608.6602540378444,695),(610,690),(608.6602540378444,685),(605,681.3397459621556),(600,680),(595,681.3397459621556),(591.3397459621556,685)) -5970 ((599,700),(599.1339745962156,700.5),(599.5,700.8660254037844),(600,701),(600.5,700.8660254037844),(600.8660254037844,700.5),(601,700),(600.8660254037844,699.5),(600.5,699.1339745962156),(600,699),(599.5,699.1339745962156),(599.1339745962156,699.5)) -5971 ((598,710),(598.2679491924312,711),(599,711.7320508075688),(600,712),(601,711.7320508075688),(601.7320508075688,711),(602,710),(601.7320508075688,709),(601,708.2679491924312),(600,708),(599,708.2679491924312),(598.2679491924312,709)) -5972 ((597,720),(597.4019237886466,721.5),(598.5,722.5980762113534),(600,723),(601.5,722.5980762113534),(602.5980762113533,721.5),(603,720),(602.5980762113534,718.5),(601.5,717.4019237886467),(600,717),(598.5,717.4019237886466),(597.4019237886467,718.5)) -5973 ((596,730),(596.5358983848622,732),(598,733.4641016151378),(600,734),(602,733.4641016151378),(603.4641016151378,732),(604,730),(603.4641016151378,728),(602,726.5358983848622),(600,726),(598,726.5358983848622),(596.5358983848622,728)) -5974 ((595,740),(595.6698729810778,742.5),(597.5,744.3301270189222),(600,745),(602.5,744.3301270189222),(604.3301270189222,742.5),(605,740),(604.3301270189222,737.5),(602.5,735.6698729810778),(600,735),(597.5,735.6698729810778),(595.6698729810778,737.5)) -5975 ((594,750),(594.8038475772934,753),(597,755.1961524227066),(600,756),(603,755.1961524227066),(605.1961524227066,753),(606,750),(605.1961524227066,747),(603,744.8038475772934),(600,744),(597,744.8038475772934),(594.8038475772934,747)) -5976 ((593,760),(593.937822173509,763.5),(596.5,766.062177826491),(600,767),(603.5,766.062177826491),(606.062177826491,763.5),(607,760),(606.062177826491,756.5),(603.5,753.937822173509),(600,753),(596.5,753.937822173509),(593.937822173509,756.5)) -5977 ((592,770),(593.0717967697245,774),(596,776.9282032302755),(600,778),(604,776.9282032302755),(606.9282032302755,774),(608,770),(606.9282032302755,766),(604,763.0717967697245),(600,762),(596,763.0717967697245),(593.0717967697245,766)) -5978 ((591,780),(592.2057713659401,784.5),(595.5,787.7942286340599),(600,789),(604.5,787.7942286340599),(607.7942286340599,784.5),(609,780),(607.79422863406,775.5),(604.5,772.2057713659401),(600,771),(595.5,772.20577136594),(592.2057713659401,775.5)) -5979 ((590,790),(591.3397459621556,795),(595,798.6602540378444),(600,800),(605,798.6602540378444),(608.6602540378444,795),(610,790),(608.6602540378444,785),(605,781.3397459621556),(600,780),(595,781.3397459621556),(591.3397459621556,785)) -5980 ((599,800),(599.1339745962156,800.5),(599.5,800.8660254037844),(600,801),(600.5,800.8660254037844),(600.8660254037844,800.5),(601,800),(600.8660254037844,799.5),(600.5,799.1339745962156),(600,799),(599.5,799.1339745962156),(599.1339745962156,799.5)) -5981 ((598,810),(598.2679491924312,811),(599,811.7320508075688),(600,812),(601,811.7320508075688),(601.7320508075688,811),(602,810),(601.7320508075688,809),(601,808.2679491924312),(600,808),(599,808.2679491924312),(598.2679491924312,809)) -5982 ((597,820),(597.4019237886466,821.5),(598.5,822.5980762113534),(600,823),(601.5,822.5980762113534),(602.5980762113533,821.5),(603,820),(602.5980762113534,818.5),(601.5,817.4019237886467),(600,817),(598.5,817.4019237886466),(597.4019237886467,818.5)) -5983 ((596,830),(596.5358983848622,832),(598,833.4641016151378),(600,834),(602,833.4641016151378),(603.4641016151378,832),(604,830),(603.4641016151378,828),(602,826.5358983848622),(600,826),(598,826.5358983848622),(596.5358983848622,828)) -5984 ((595,840),(595.6698729810778,842.5),(597.5,844.3301270189222),(600,845),(602.5,844.3301270189222),(604.3301270189222,842.5),(605,840),(604.3301270189222,837.5),(602.5,835.6698729810778),(600,835),(597.5,835.6698729810778),(595.6698729810778,837.5)) -5985 ((594,850),(594.8038475772934,853),(597,855.1961524227066),(600,856),(603,855.1961524227066),(605.1961524227066,853),(606,850),(605.1961524227066,847),(603,844.8038475772934),(600,844),(597,844.8038475772934),(594.8038475772934,847)) -5986 ((593,860),(593.937822173509,863.5),(596.5,866.062177826491),(600,867),(603.5,866.062177826491),(606.062177826491,863.5),(607,860),(606.062177826491,856.5),(603.5,853.937822173509),(600,853),(596.5,853.937822173509),(593.937822173509,856.5)) -5987 ((592,870),(593.0717967697245,874),(596,876.9282032302755),(600,878),(604,876.9282032302755),(606.9282032302755,874),(608,870),(606.9282032302755,866),(604,863.0717967697245),(600,862),(596,863.0717967697245),(593.0717967697245,866)) -5988 ((591,880),(592.2057713659401,884.5),(595.5,887.7942286340599),(600,889),(604.5,887.7942286340599),(607.7942286340599,884.5),(609,880),(607.79422863406,875.5),(604.5,872.2057713659401),(600,871),(595.5,872.20577136594),(592.2057713659401,875.5)) -5989 ((590,890),(591.3397459621556,895),(595,898.6602540378444),(600,900),(605,898.6602540378444),(608.6602540378444,895),(610,890),(608.6602540378444,885),(605,881.3397459621556),(600,880),(595,881.3397459621556),(591.3397459621556,885)) -5990 ((599,900),(599.1339745962156,900.5),(599.5,900.8660254037844),(600,901),(600.5,900.8660254037844),(600.8660254037844,900.5),(601,900),(600.8660254037844,899.5),(600.5,899.1339745962156),(600,899),(599.5,899.1339745962156),(599.1339745962156,899.5)) -5991 ((598,910),(598.2679491924312,911),(599,911.7320508075688),(600,912),(601,911.7320508075688),(601.7320508075688,911),(602,910),(601.7320508075688,909),(601,908.2679491924312),(600,908),(599,908.2679491924312),(598.2679491924312,909)) -5992 ((597,920),(597.4019237886466,921.5),(598.5,922.5980762113534),(600,923),(601.5,922.5980762113534),(602.5980762113533,921.5),(603,920),(602.5980762113534,918.5),(601.5,917.4019237886467),(600,917),(598.5,917.4019237886466),(597.4019237886467,918.5)) -5993 ((596,930),(596.5358983848622,932),(598,933.4641016151378),(600,934),(602,933.4641016151378),(603.4641016151378,932),(604,930),(603.4641016151378,928),(602,926.5358983848622),(600,926),(598,926.5358983848622),(596.5358983848622,928)) -5994 ((595,940),(595.6698729810778,942.5),(597.5,944.3301270189222),(600,945),(602.5,944.3301270189222),(604.3301270189222,942.5),(605,940),(604.3301270189222,937.5),(602.5,935.6698729810778),(600,935),(597.5,935.6698729810778),(595.6698729810778,937.5)) -5995 ((594,950),(594.8038475772934,953),(597,955.1961524227066),(600,956),(603,955.1961524227066),(605.1961524227066,953),(606,950),(605.1961524227066,947),(603,944.8038475772934),(600,944),(597,944.8038475772934),(594.8038475772934,947)) -5996 ((593,960),(593.937822173509,963.5),(596.5,966.062177826491),(600,967),(603.5,966.062177826491),(606.062177826491,963.5),(607,960),(606.062177826491,956.5),(603.5,953.937822173509),(600,953),(596.5,953.937822173509),(593.937822173509,956.5)) -5997 ((592,970),(593.0717967697245,974),(596,976.9282032302755),(600,978),(604,976.9282032302755),(606.9282032302755,974),(608,970),(606.9282032302755,966),(604,963.0717967697245),(600,962),(596,963.0717967697245),(593.0717967697245,966)) -5998 ((591,980),(592.2057713659401,984.5),(595.5,987.7942286340599),(600,989),(604.5,987.7942286340599),(607.7942286340599,984.5),(609,980),(607.79422863406,975.5),(604.5,972.2057713659401),(600,971),(595.5,972.20577136594),(592.2057713659401,975.5)) -5999 ((590,990),(591.3397459621556,995),(595,998.6602540378444),(600,1000),(605,998.6602540378444),(608.6602540378444,995),(610,990),(608.6602540378444,985),(605,981.3397459621556),(600,980),(595,981.3397459621556),(591.3397459621556,985)) -6000 ((599,1000),(599.1339745962156,1000.5),(599.5,1000.8660254037844),(600,1001),(600.5,1000.8660254037844),(600.8660254037844,1000.5),(601,1000),(600.8660254037844,999.5),(600.5,999.1339745962156),(600,999),(599.5,999.1339745962156),(599.1339745962156,999.5)) -6001 ((607,10),(607.4019237886466,11.5),(608.5,12.598076211353316),(610,13),(611.5,12.598076211353316),(612.5980762113533,11.5),(613,10),(612.5980762113534,8.5),(611.5,7.401923788646684),(610,7),(608.5,7.401923788646683),(607.4019237886467,8.499999999999998)) -6002 ((606,20),(606.5358983848622,22),(608,23.464101615137753),(610,24),(612,23.464101615137753),(613.4641016151378,22),(614,20),(613.4641016151378,18),(612,16.535898384862247),(610,16),(608,16.535898384862243),(606.5358983848622,18)) -6003 ((605,30),(605.6698729810778,32.5),(607.5,34.33012701892219),(610,35),(612.5,34.33012701892219),(614.3301270189222,32.5),(615,30),(614.3301270189222,27.5),(612.5,25.66987298107781),(610,25),(607.5,25.669872981077805),(605.6698729810778,27.499999999999996)) -6004 ((604,40),(604.8038475772934,43),(607,45.19615242270663),(610,46),(613,45.19615242270663),(615.1961524227066,43),(616,40),(615.1961524227066,37),(613,34.80384757729337),(610,34),(607,34.80384757729337),(604.8038475772934,37)) -6005 ((603,50),(603.937822173509,53.5),(606.5,56.06217782649107),(610,57),(613.5,56.06217782649107),(616.062177826491,53.5),(617,50),(616.062177826491,46.5),(613.5,43.937822173508934),(610,43),(606.5,43.93782217350893),(603.937822173509,46.5)) -6006 ((602,60),(603.0717967697245,64),(606,66.92820323027551),(610,68),(614,66.92820323027551),(616.9282032302755,64),(618,60),(616.9282032302755,56),(614,53.07179676972449),(610,52),(606,53.071796769724486),(603.0717967697245,56)) -6007 ((601,70),(602.2057713659401,74.5),(605.5,77.79422863405995),(610,79),(614.5,77.79422863405995),(617.7942286340599,74.5),(619,70),(617.79422863406,65.5),(614.5,62.20577136594005),(610,61),(605.5,62.20577136594005),(602.2057713659401,65.5)) -6008 ((600,80),(601.3397459621556,85),(605,88.66025403784438),(610,90),(615,88.66025403784438),(618.6602540378444,85),(620,80),(618.6602540378444,75),(615,71.33974596215562),(610,70),(605,71.3397459621556),(601.3397459621556,75)) -6009 ((609,90),(609.1339745962156,90.5),(609.5,90.86602540378443),(610,91),(610.5,90.86602540378443),(610.8660254037844,90.5),(611,90),(610.8660254037844,89.5),(610.5,89.13397459621557),(610,89),(609.5,89.13397459621557),(609.1339745962156,89.5)) -6010 ((608,100),(608.2679491924312,101),(609,101.73205080756888),(610,102),(611,101.73205080756888),(611.7320508075688,101),(612,100),(611.7320508075688,99),(611,98.26794919243112),(610,98),(609,98.26794919243112),(608.2679491924312,99)) -6011 ((607,110),(607.4019237886466,111.5),(608.5,112.59807621135332),(610,113),(611.5,112.59807621135332),(612.5980762113533,111.5),(613,110),(612.5980762113534,108.5),(611.5,107.40192378864668),(610,107),(608.5,107.40192378864668),(607.4019237886467,108.5)) -6012 ((606,120),(606.5358983848622,122),(608,123.46410161513775),(610,124),(612,123.46410161513775),(613.4641016151378,122),(614,120),(613.4641016151378,118),(612,116.53589838486225),(610,116),(608,116.53589838486225),(606.5358983848622,118)) -6013 ((605,130),(605.6698729810778,132.5),(607.5,134.33012701892218),(610,135),(612.5,134.33012701892218),(614.3301270189222,132.5),(615,130),(614.3301270189222,127.5),(612.5,125.6698729810778),(610,125),(607.5,125.6698729810778),(605.6698729810778,127.5)) -6014 ((604,140),(604.8038475772934,143),(607,145.19615242270663),(610,146),(613,145.19615242270663),(615.1961524227066,143),(616,140),(615.1961524227066,137),(613,134.80384757729337),(610,134),(607,134.80384757729337),(604.8038475772934,137)) -6015 ((603,150),(603.937822173509,153.5),(606.5,156.06217782649108),(610,157),(613.5,156.06217782649108),(616.062177826491,153.5),(617,150),(616.062177826491,146.5),(613.5,143.93782217350892),(610,143),(606.5,143.93782217350892),(603.937822173509,146.5)) -6016 ((602,160),(603.0717967697245,164),(606,166.9282032302755),(610,168),(614,166.9282032302755),(616.9282032302755,164),(618,160),(616.9282032302755,156),(614,153.0717967697245),(610,152),(606,153.0717967697245),(603.0717967697245,156)) -6017 ((601,170),(602.2057713659401,174.5),(605.5,177.79422863405995),(610,179),(614.5,177.79422863405995),(617.7942286340599,174.5),(619,170),(617.79422863406,165.5),(614.5,162.20577136594005),(610,161),(605.5,162.20577136594005),(602.2057713659401,165.5)) -6018 ((600,180),(601.3397459621556,185),(605,188.6602540378444),(610,190),(615,188.6602540378444),(618.6602540378444,185),(620,180),(618.6602540378444,175),(615,171.3397459621556),(610,170),(605,171.3397459621556),(601.3397459621556,175)) -6019 ((609,190),(609.1339745962156,190.5),(609.5,190.86602540378445),(610,191),(610.5,190.86602540378445),(610.8660254037844,190.5),(611,190),(610.8660254037844,189.5),(610.5,189.13397459621555),(610,189),(609.5,189.13397459621555),(609.1339745962156,189.5)) -6020 ((608,200),(608.2679491924312,201),(609,201.73205080756887),(610,202),(611,201.73205080756887),(611.7320508075688,201),(612,200),(611.7320508075688,199),(611,198.26794919243113),(610,198),(609,198.26794919243113),(608.2679491924312,199)) -6021 ((607,210),(607.4019237886466,211.5),(608.5,212.59807621135332),(610,213),(611.5,212.59807621135332),(612.5980762113533,211.5),(613,210),(612.5980762113534,208.5),(611.5,207.40192378864668),(610,207),(608.5,207.40192378864668),(607.4019237886467,208.5)) -6022 ((606,220),(606.5358983848622,222),(608,223.46410161513776),(610,224),(612,223.46410161513776),(613.4641016151378,222),(614,220),(613.4641016151378,218),(612,216.53589838486224),(610,216),(608,216.53589838486224),(606.5358983848622,218)) -6023 ((605,230),(605.6698729810778,232.5),(607.5,234.33012701892218),(610,235),(612.5,234.33012701892218),(614.3301270189222,232.5),(615,230),(614.3301270189222,227.5),(612.5,225.66987298107782),(610,225),(607.5,225.66987298107782),(605.6698729810778,227.5)) -6024 ((604,240),(604.8038475772934,243),(607,245.19615242270663),(610,246),(613,245.19615242270663),(615.1961524227066,243),(616,240),(615.1961524227066,237),(613,234.80384757729337),(610,234),(607,234.80384757729337),(604.8038475772934,237)) -6025 ((603,250),(603.937822173509,253.5),(606.5,256.06217782649105),(610,257),(613.5,256.06217782649105),(616.062177826491,253.5),(617,250),(616.062177826491,246.5),(613.5,243.93782217350892),(610,243),(606.5,243.93782217350892),(603.937822173509,246.5)) -6026 ((602,260),(603.0717967697245,264),(606,266.9282032302755),(610,268),(614,266.9282032302755),(616.9282032302755,264),(618,260),(616.9282032302755,256),(614,253.0717967697245),(610,252),(606,253.0717967697245),(603.0717967697245,256)) -6027 ((601,270),(602.2057713659401,274.5),(605.5,277.79422863405995),(610,279),(614.5,277.79422863405995),(617.7942286340599,274.5),(619,270),(617.79422863406,265.5),(614.5,262.20577136594005),(610,261),(605.5,262.20577136594005),(602.2057713659401,265.5)) -6028 ((600,280),(601.3397459621556,285),(605,288.66025403784437),(610,290),(615,288.66025403784437),(618.6602540378444,285),(620,280),(618.6602540378444,275),(615,271.33974596215563),(610,270),(605,271.33974596215563),(601.3397459621556,275)) -6029 ((609,290),(609.1339745962156,290.5),(609.5,290.8660254037844),(610,291),(610.5,290.8660254037844),(610.8660254037844,290.5),(611,290),(610.8660254037844,289.5),(610.5,289.1339745962156),(610,289),(609.5,289.1339745962156),(609.1339745962156,289.5)) -6030 ((608,300),(608.2679491924312,301),(609,301.7320508075689),(610,302),(611,301.7320508075689),(611.7320508075688,301),(612,300),(611.7320508075688,299),(611,298.2679491924311),(610,298),(609,298.2679491924311),(608.2679491924312,299)) -6031 ((607,310),(607.4019237886466,311.5),(608.5,312.5980762113533),(610,313),(611.5,312.5980762113533),(612.5980762113533,311.5),(613,310),(612.5980762113534,308.5),(611.5,307.4019237886467),(610,307),(608.5,307.4019237886467),(607.4019237886467,308.5)) -6032 ((606,320),(606.5358983848622,322),(608,323.46410161513774),(610,324),(612,323.46410161513774),(613.4641016151378,322),(614,320),(613.4641016151378,318),(612,316.53589838486226),(610,316),(608,316.53589838486226),(606.5358983848622,318)) -6033 ((605,330),(605.6698729810778,332.5),(607.5,334.3301270189222),(610,335),(612.5,334.3301270189222),(614.3301270189222,332.5),(615,330),(614.3301270189222,327.5),(612.5,325.6698729810778),(610,325),(607.5,325.6698729810778),(605.6698729810778,327.5)) -6034 ((604,340),(604.8038475772934,343),(607,345.19615242270663),(610,346),(613,345.19615242270663),(615.1961524227066,343),(616,340),(615.1961524227066,337),(613,334.80384757729337),(610,334),(607,334.80384757729337),(604.8038475772934,337)) -6035 ((603,350),(603.937822173509,353.5),(606.5,356.06217782649105),(610,357),(613.5,356.06217782649105),(616.062177826491,353.5),(617,350),(616.062177826491,346.5),(613.5,343.93782217350895),(610,343),(606.5,343.93782217350895),(603.937822173509,346.5)) -6036 ((602,360),(603.0717967697245,364),(606,366.9282032302755),(610,368),(614,366.9282032302755),(616.9282032302755,364),(618,360),(616.9282032302755,356),(614,353.0717967697245),(610,352),(606,353.0717967697245),(603.0717967697245,356)) -6037 ((601,370),(602.2057713659401,374.5),(605.5,377.79422863405995),(610,379),(614.5,377.79422863405995),(617.7942286340599,374.5),(619,370),(617.79422863406,365.5),(614.5,362.20577136594005),(610,361),(605.5,362.20577136594005),(602.2057713659401,365.5)) -6038 ((600,380),(601.3397459621556,385),(605,388.66025403784437),(610,390),(615,388.66025403784437),(618.6602540378444,385),(620,380),(618.6602540378444,375),(615,371.33974596215563),(610,370),(605,371.33974596215563),(601.3397459621556,375)) -6039 ((609,390),(609.1339745962156,390.5),(609.5,390.8660254037844),(610,391),(610.5,390.8660254037844),(610.8660254037844,390.5),(611,390),(610.8660254037844,389.5),(610.5,389.1339745962156),(610,389),(609.5,389.1339745962156),(609.1339745962156,389.5)) -6040 ((608,400),(608.2679491924312,401),(609,401.7320508075689),(610,402),(611,401.7320508075689),(611.7320508075688,401),(612,400),(611.7320508075688,399),(611,398.2679491924311),(610,398),(609,398.2679491924311),(608.2679491924312,399)) -6041 ((607,410),(607.4019237886466,411.5),(608.5,412.5980762113533),(610,413),(611.5,412.5980762113533),(612.5980762113533,411.5),(613,410),(612.5980762113534,408.5),(611.5,407.4019237886467),(610,407),(608.5,407.4019237886467),(607.4019237886467,408.5)) -6042 ((606,420),(606.5358983848622,422),(608,423.46410161513774),(610,424),(612,423.46410161513774),(613.4641016151378,422),(614,420),(613.4641016151378,418),(612,416.53589838486226),(610,416),(608,416.53589838486226),(606.5358983848622,418)) -6043 ((605,430),(605.6698729810778,432.5),(607.5,434.3301270189222),(610,435),(612.5,434.3301270189222),(614.3301270189222,432.5),(615,430),(614.3301270189222,427.5),(612.5,425.6698729810778),(610,425),(607.5,425.6698729810778),(605.6698729810778,427.5)) -6044 ((604,440),(604.8038475772934,443),(607,445.19615242270663),(610,446),(613,445.19615242270663),(615.1961524227066,443),(616,440),(615.1961524227066,437),(613,434.80384757729337),(610,434),(607,434.80384757729337),(604.8038475772934,437)) -6045 ((603,450),(603.937822173509,453.5),(606.5,456.06217782649105),(610,457),(613.5,456.06217782649105),(616.062177826491,453.5),(617,450),(616.062177826491,446.5),(613.5,443.93782217350895),(610,443),(606.5,443.93782217350895),(603.937822173509,446.5)) -6046 ((602,460),(603.0717967697245,464),(606,466.9282032302755),(610,468),(614,466.9282032302755),(616.9282032302755,464),(618,460),(616.9282032302755,456),(614,453.0717967697245),(610,452),(606,453.0717967697245),(603.0717967697245,456)) -6047 ((601,470),(602.2057713659401,474.5),(605.5,477.79422863405995),(610,479),(614.5,477.79422863405995),(617.7942286340599,474.5),(619,470),(617.79422863406,465.5),(614.5,462.20577136594005),(610,461),(605.5,462.20577136594005),(602.2057713659401,465.5)) -6048 ((600,480),(601.3397459621556,485),(605,488.66025403784437),(610,490),(615,488.66025403784437),(618.6602540378444,485),(620,480),(618.6602540378444,475),(615,471.33974596215563),(610,470),(605,471.33974596215563),(601.3397459621556,475)) -6049 ((609,490),(609.1339745962156,490.5),(609.5,490.8660254037844),(610,491),(610.5,490.8660254037844),(610.8660254037844,490.5),(611,490),(610.8660254037844,489.5),(610.5,489.1339745962156),(610,489),(609.5,489.1339745962156),(609.1339745962156,489.5)) -6050 ((608,500),(608.2679491924312,501),(609,501.7320508075689),(610,502),(611,501.7320508075689),(611.7320508075688,501),(612,500),(611.7320508075688,499),(611,498.2679491924311),(610,498),(609,498.2679491924311),(608.2679491924312,499)) -6051 ((607,510),(607.4019237886466,511.5),(608.5,512.5980762113534),(610,513),(611.5,512.5980762113534),(612.5980762113533,511.5),(613,510),(612.5980762113534,508.5),(611.5,507.4019237886467),(610,507),(608.5,507.4019237886467),(607.4019237886467,508.5)) -6052 ((606,520),(606.5358983848622,522),(608,523.4641016151378),(610,524),(612,523.4641016151378),(613.4641016151378,522),(614,520),(613.4641016151378,518),(612,516.5358983848622),(610,516),(608,516.5358983848622),(606.5358983848622,518)) -6053 ((605,530),(605.6698729810778,532.5),(607.5,534.3301270189222),(610,535),(612.5,534.3301270189222),(614.3301270189222,532.5),(615,530),(614.3301270189222,527.5),(612.5,525.6698729810778),(610,525),(607.5,525.6698729810778),(605.6698729810778,527.5)) -6054 ((604,540),(604.8038475772934,543),(607,545.1961524227066),(610,546),(613,545.1961524227066),(615.1961524227066,543),(616,540),(615.1961524227066,537),(613,534.8038475772934),(610,534),(607,534.8038475772934),(604.8038475772934,537)) -6055 ((603,550),(603.937822173509,553.5),(606.5,556.062177826491),(610,557),(613.5,556.062177826491),(616.062177826491,553.5),(617,550),(616.062177826491,546.5),(613.5,543.937822173509),(610,543),(606.5,543.937822173509),(603.937822173509,546.5)) -6056 ((602,560),(603.0717967697245,564),(606,566.9282032302755),(610,568),(614,566.9282032302755),(616.9282032302755,564),(618,560),(616.9282032302755,556),(614,553.0717967697245),(610,552),(606,553.0717967697245),(603.0717967697245,556)) -6057 ((601,570),(602.2057713659401,574.5),(605.5,577.7942286340599),(610,579),(614.5,577.7942286340599),(617.7942286340599,574.5),(619,570),(617.79422863406,565.5),(614.5,562.2057713659401),(610,561),(605.5,562.20577136594),(602.2057713659401,565.5)) -6058 ((600,580),(601.3397459621556,585),(605,588.6602540378444),(610,590),(615,588.6602540378444),(618.6602540378444,585),(620,580),(618.6602540378444,575),(615,571.3397459621556),(610,570),(605,571.3397459621556),(601.3397459621556,575)) -6059 ((609,590),(609.1339745962156,590.5),(609.5,590.8660254037844),(610,591),(610.5,590.8660254037844),(610.8660254037844,590.5),(611,590),(610.8660254037844,589.5),(610.5,589.1339745962156),(610,589),(609.5,589.1339745962156),(609.1339745962156,589.5)) -6060 ((608,600),(608.2679491924312,601),(609,601.7320508075688),(610,602),(611,601.7320508075688),(611.7320508075688,601),(612,600),(611.7320508075688,599),(611,598.2679491924312),(610,598),(609,598.2679491924312),(608.2679491924312,599)) -6061 ((607,610),(607.4019237886466,611.5),(608.5,612.5980762113534),(610,613),(611.5,612.5980762113534),(612.5980762113533,611.5),(613,610),(612.5980762113534,608.5),(611.5,607.4019237886467),(610,607),(608.5,607.4019237886466),(607.4019237886467,608.5)) -6062 ((606,620),(606.5358983848622,622),(608,623.4641016151378),(610,624),(612,623.4641016151378),(613.4641016151378,622),(614,620),(613.4641016151378,618),(612,616.5358983848622),(610,616),(608,616.5358983848622),(606.5358983848622,618)) -6063 ((605,630),(605.6698729810778,632.5),(607.5,634.3301270189222),(610,635),(612.5,634.3301270189222),(614.3301270189222,632.5),(615,630),(614.3301270189222,627.5),(612.5,625.6698729810778),(610,625),(607.5,625.6698729810778),(605.6698729810778,627.5)) -6064 ((604,640),(604.8038475772934,643),(607,645.1961524227066),(610,646),(613,645.1961524227066),(615.1961524227066,643),(616,640),(615.1961524227066,637),(613,634.8038475772934),(610,634),(607,634.8038475772934),(604.8038475772934,637)) -6065 ((603,650),(603.937822173509,653.5),(606.5,656.062177826491),(610,657),(613.5,656.062177826491),(616.062177826491,653.5),(617,650),(616.062177826491,646.5),(613.5,643.937822173509),(610,643),(606.5,643.937822173509),(603.937822173509,646.5)) -6066 ((602,660),(603.0717967697245,664),(606,666.9282032302755),(610,668),(614,666.9282032302755),(616.9282032302755,664),(618,660),(616.9282032302755,656),(614,653.0717967697245),(610,652),(606,653.0717967697245),(603.0717967697245,656)) -6067 ((601,670),(602.2057713659401,674.5),(605.5,677.7942286340599),(610,679),(614.5,677.7942286340599),(617.7942286340599,674.5),(619,670),(617.79422863406,665.5),(614.5,662.2057713659401),(610,661),(605.5,662.20577136594),(602.2057713659401,665.5)) -6068 ((600,680),(601.3397459621556,685),(605,688.6602540378444),(610,690),(615,688.6602540378444),(618.6602540378444,685),(620,680),(618.6602540378444,675),(615,671.3397459621556),(610,670),(605,671.3397459621556),(601.3397459621556,675)) -6069 ((609,690),(609.1339745962156,690.5),(609.5,690.8660254037844),(610,691),(610.5,690.8660254037844),(610.8660254037844,690.5),(611,690),(610.8660254037844,689.5),(610.5,689.1339745962156),(610,689),(609.5,689.1339745962156),(609.1339745962156,689.5)) -6070 ((608,700),(608.2679491924312,701),(609,701.7320508075688),(610,702),(611,701.7320508075688),(611.7320508075688,701),(612,700),(611.7320508075688,699),(611,698.2679491924312),(610,698),(609,698.2679491924312),(608.2679491924312,699)) -6071 ((607,710),(607.4019237886466,711.5),(608.5,712.5980762113534),(610,713),(611.5,712.5980762113534),(612.5980762113533,711.5),(613,710),(612.5980762113534,708.5),(611.5,707.4019237886467),(610,707),(608.5,707.4019237886466),(607.4019237886467,708.5)) -6072 ((606,720),(606.5358983848622,722),(608,723.4641016151378),(610,724),(612,723.4641016151378),(613.4641016151378,722),(614,720),(613.4641016151378,718),(612,716.5358983848622),(610,716),(608,716.5358983848622),(606.5358983848622,718)) -6073 ((605,730),(605.6698729810778,732.5),(607.5,734.3301270189222),(610,735),(612.5,734.3301270189222),(614.3301270189222,732.5),(615,730),(614.3301270189222,727.5),(612.5,725.6698729810778),(610,725),(607.5,725.6698729810778),(605.6698729810778,727.5)) -6074 ((604,740),(604.8038475772934,743),(607,745.1961524227066),(610,746),(613,745.1961524227066),(615.1961524227066,743),(616,740),(615.1961524227066,737),(613,734.8038475772934),(610,734),(607,734.8038475772934),(604.8038475772934,737)) -6075 ((603,750),(603.937822173509,753.5),(606.5,756.062177826491),(610,757),(613.5,756.062177826491),(616.062177826491,753.5),(617,750),(616.062177826491,746.5),(613.5,743.937822173509),(610,743),(606.5,743.937822173509),(603.937822173509,746.5)) -6076 ((602,760),(603.0717967697245,764),(606,766.9282032302755),(610,768),(614,766.9282032302755),(616.9282032302755,764),(618,760),(616.9282032302755,756),(614,753.0717967697245),(610,752),(606,753.0717967697245),(603.0717967697245,756)) -6077 ((601,770),(602.2057713659401,774.5),(605.5,777.7942286340599),(610,779),(614.5,777.7942286340599),(617.7942286340599,774.5),(619,770),(617.79422863406,765.5),(614.5,762.2057713659401),(610,761),(605.5,762.20577136594),(602.2057713659401,765.5)) -6078 ((600,780),(601.3397459621556,785),(605,788.6602540378444),(610,790),(615,788.6602540378444),(618.6602540378444,785),(620,780),(618.6602540378444,775),(615,771.3397459621556),(610,770),(605,771.3397459621556),(601.3397459621556,775)) -6079 ((609,790),(609.1339745962156,790.5),(609.5,790.8660254037844),(610,791),(610.5,790.8660254037844),(610.8660254037844,790.5),(611,790),(610.8660254037844,789.5),(610.5,789.1339745962156),(610,789),(609.5,789.1339745962156),(609.1339745962156,789.5)) -6080 ((608,800),(608.2679491924312,801),(609,801.7320508075688),(610,802),(611,801.7320508075688),(611.7320508075688,801),(612,800),(611.7320508075688,799),(611,798.2679491924312),(610,798),(609,798.2679491924312),(608.2679491924312,799)) -6081 ((607,810),(607.4019237886466,811.5),(608.5,812.5980762113534),(610,813),(611.5,812.5980762113534),(612.5980762113533,811.5),(613,810),(612.5980762113534,808.5),(611.5,807.4019237886467),(610,807),(608.5,807.4019237886466),(607.4019237886467,808.5)) -6082 ((606,820),(606.5358983848622,822),(608,823.4641016151378),(610,824),(612,823.4641016151378),(613.4641016151378,822),(614,820),(613.4641016151378,818),(612,816.5358983848622),(610,816),(608,816.5358983848622),(606.5358983848622,818)) -6083 ((605,830),(605.6698729810778,832.5),(607.5,834.3301270189222),(610,835),(612.5,834.3301270189222),(614.3301270189222,832.5),(615,830),(614.3301270189222,827.5),(612.5,825.6698729810778),(610,825),(607.5,825.6698729810778),(605.6698729810778,827.5)) -6084 ((604,840),(604.8038475772934,843),(607,845.1961524227066),(610,846),(613,845.1961524227066),(615.1961524227066,843),(616,840),(615.1961524227066,837),(613,834.8038475772934),(610,834),(607,834.8038475772934),(604.8038475772934,837)) -6085 ((603,850),(603.937822173509,853.5),(606.5,856.062177826491),(610,857),(613.5,856.062177826491),(616.062177826491,853.5),(617,850),(616.062177826491,846.5),(613.5,843.937822173509),(610,843),(606.5,843.937822173509),(603.937822173509,846.5)) -6086 ((602,860),(603.0717967697245,864),(606,866.9282032302755),(610,868),(614,866.9282032302755),(616.9282032302755,864),(618,860),(616.9282032302755,856),(614,853.0717967697245),(610,852),(606,853.0717967697245),(603.0717967697245,856)) -6087 ((601,870),(602.2057713659401,874.5),(605.5,877.7942286340599),(610,879),(614.5,877.7942286340599),(617.7942286340599,874.5),(619,870),(617.79422863406,865.5),(614.5,862.2057713659401),(610,861),(605.5,862.20577136594),(602.2057713659401,865.5)) -6088 ((600,880),(601.3397459621556,885),(605,888.6602540378444),(610,890),(615,888.6602540378444),(618.6602540378444,885),(620,880),(618.6602540378444,875),(615,871.3397459621556),(610,870),(605,871.3397459621556),(601.3397459621556,875)) -6089 ((609,890),(609.1339745962156,890.5),(609.5,890.8660254037844),(610,891),(610.5,890.8660254037844),(610.8660254037844,890.5),(611,890),(610.8660254037844,889.5),(610.5,889.1339745962156),(610,889),(609.5,889.1339745962156),(609.1339745962156,889.5)) -6090 ((608,900),(608.2679491924312,901),(609,901.7320508075688),(610,902),(611,901.7320508075688),(611.7320508075688,901),(612,900),(611.7320508075688,899),(611,898.2679491924312),(610,898),(609,898.2679491924312),(608.2679491924312,899)) -6091 ((607,910),(607.4019237886466,911.5),(608.5,912.5980762113534),(610,913),(611.5,912.5980762113534),(612.5980762113533,911.5),(613,910),(612.5980762113534,908.5),(611.5,907.4019237886467),(610,907),(608.5,907.4019237886466),(607.4019237886467,908.5)) -6092 ((606,920),(606.5358983848622,922),(608,923.4641016151378),(610,924),(612,923.4641016151378),(613.4641016151378,922),(614,920),(613.4641016151378,918),(612,916.5358983848622),(610,916),(608,916.5358983848622),(606.5358983848622,918)) -6093 ((605,930),(605.6698729810778,932.5),(607.5,934.3301270189222),(610,935),(612.5,934.3301270189222),(614.3301270189222,932.5),(615,930),(614.3301270189222,927.5),(612.5,925.6698729810778),(610,925),(607.5,925.6698729810778),(605.6698729810778,927.5)) -6094 ((604,940),(604.8038475772934,943),(607,945.1961524227066),(610,946),(613,945.1961524227066),(615.1961524227066,943),(616,940),(615.1961524227066,937),(613,934.8038475772934),(610,934),(607,934.8038475772934),(604.8038475772934,937)) -6095 ((603,950),(603.937822173509,953.5),(606.5,956.062177826491),(610,957),(613.5,956.062177826491),(616.062177826491,953.5),(617,950),(616.062177826491,946.5),(613.5,943.937822173509),(610,943),(606.5,943.937822173509),(603.937822173509,946.5)) -6096 ((602,960),(603.0717967697245,964),(606,966.9282032302755),(610,968),(614,966.9282032302755),(616.9282032302755,964),(618,960),(616.9282032302755,956),(614,953.0717967697245),(610,952),(606,953.0717967697245),(603.0717967697245,956)) -6097 ((601,970),(602.2057713659401,974.5),(605.5,977.7942286340599),(610,979),(614.5,977.7942286340599),(617.7942286340599,974.5),(619,970),(617.79422863406,965.5),(614.5,962.2057713659401),(610,961),(605.5,962.20577136594),(602.2057713659401,965.5)) -6098 ((600,980),(601.3397459621556,985),(605,988.6602540378444),(610,990),(615,988.6602540378444),(618.6602540378444,985),(620,980),(618.6602540378444,975),(615,971.3397459621556),(610,970),(605,971.3397459621556),(601.3397459621556,975)) -6099 ((609,990),(609.1339745962156,990.5),(609.5,990.8660254037844),(610,991),(610.5,990.8660254037844),(610.8660254037844,990.5),(611,990),(610.8660254037844,989.5),(610.5,989.1339745962156),(610,989),(609.5,989.1339745962156),(609.1339745962156,989.5)) -6100 ((608,1000),(608.2679491924312,1001),(609,1001.7320508075688),(610,1002),(611,1001.7320508075688),(611.7320508075688,1001),(612,1000),(611.7320508075688,999),(611,998.2679491924312),(610,998),(609,998.2679491924312),(608.2679491924312,999)) -6101 ((616,10),(616.5358983848622,12),(618,13.464101615137753),(620,14),(622,13.464101615137755),(623.4641016151378,12.000000000000002),(624,10),(623.4641016151378,8.000000000000002),(622,6.5358983848622465),(620,6),(618,6.535898384862244),(616.5358983848622,7.999999999999998)) -6102 ((615,20),(615.6698729810778,22.5),(617.5,24.33012701892219),(620,25),(622.5,24.330127018922195),(624.3301270189222,22.5),(625,20),(624.3301270189222,17.5),(622.5,15.669872981077807),(620,15),(617.5,15.669872981077805),(615.6698729810778,17.499999999999996)) -6103 ((614,30),(614.8038475772934,33),(617,35.19615242270663),(620,36),(623,35.19615242270663),(625.1961524227066,33),(626,30),(625.1961524227066,27),(623,24.803847577293368),(620,24),(617,24.803847577293368),(614.8038475772934,26.999999999999996)) -6104 ((613,40),(613.937822173509,43.5),(616.5,46.06217782649107),(620,47),(623.5,46.06217782649107),(626.062177826491,43.5),(627,40),(626.062177826491,36.5),(623.5,33.937822173508934),(620,33),(616.5,33.93782217350893),(613.937822173509,36.5)) -6105 ((612,50),(613.0717967697245,54),(616,56.92820323027551),(620,58),(624,56.92820323027551),(626.9282032302755,54),(628,50),(626.9282032302755,46),(624,43.07179676972449),(620,42),(616,43.071796769724486),(613.0717967697245,46)) -6106 ((611,60),(612.2057713659401,64.5),(615.5,67.79422863405995),(620,69),(624.5,67.79422863405995),(627.7942286340599,64.5),(629,60),(627.79422863406,55.5),(624.5,52.20577136594005),(620,51),(615.5,52.20577136594005),(612.2057713659401,55.5)) -6107 ((610,70),(611.3397459621556,75),(615,78.66025403784438),(620,80),(625,78.66025403784438),(628.6602540378444,75),(630,70),(628.6602540378444,65),(625,61.33974596215562),(620,60),(615,61.33974596215561),(611.3397459621556,65)) -6108 ((619,80),(619.1339745962156,80.5),(619.5,80.86602540378443),(620,81),(620.5,80.86602540378443),(620.8660254037844,80.5),(621,80),(620.8660254037844,79.5),(620.5,79.13397459621557),(620,79),(619.5,79.13397459621557),(619.1339745962156,79.5)) -6109 ((618,90),(618.2679491924312,91),(619,91.73205080756888),(620,92),(621,91.73205080756888),(621.7320508075688,91),(622,90),(621.7320508075688,89),(621,88.26794919243112),(620,88),(619,88.26794919243112),(618.2679491924312,89)) -6110 ((617,100),(617.4019237886466,101.5),(618.5,102.59807621135332),(620,103),(621.5,102.59807621135332),(622.5980762113533,101.5),(623,100),(622.5980762113534,98.5),(621.5,97.40192378864668),(620,97),(618.5,97.40192378864668),(617.4019237886467,98.5)) -6111 ((616,110),(616.5358983848622,112),(618,113.46410161513775),(620,114),(622,113.46410161513775),(623.4641016151378,112),(624,110),(623.4641016151378,108),(622,106.53589838486225),(620,106),(618,106.53589838486225),(616.5358983848622,108)) -6112 ((615,120),(615.6698729810778,122.5),(617.5,124.3301270189222),(620,125),(622.5,124.3301270189222),(624.3301270189222,122.5),(625,120),(624.3301270189222,117.5),(622.5,115.6698729810778),(620,115),(617.5,115.6698729810778),(615.6698729810778,117.5)) -6113 ((614,130),(614.8038475772934,133),(617,135.19615242270663),(620,136),(623,135.19615242270663),(625.1961524227066,133),(626,130),(625.1961524227066,127),(623,124.80384757729337),(620,124),(617,124.80384757729337),(614.8038475772934,127)) -6114 ((613,140),(613.937822173509,143.5),(616.5,146.06217782649108),(620,147),(623.5,146.06217782649108),(626.062177826491,143.5),(627,140),(626.062177826491,136.5),(623.5,133.93782217350892),(620,133),(616.5,133.93782217350892),(613.937822173509,136.5)) -6115 ((612,150),(613.0717967697245,154),(616,156.9282032302755),(620,158),(624,156.9282032302755),(626.9282032302755,154),(628,150),(626.9282032302755,146),(624,143.0717967697245),(620,142),(616,143.0717967697245),(613.0717967697245,146)) -6116 ((611,160),(612.2057713659401,164.5),(615.5,167.79422863405995),(620,169),(624.5,167.79422863405995),(627.7942286340599,164.5),(629,160),(627.79422863406,155.5),(624.5,152.20577136594005),(620,151),(615.5,152.20577136594005),(612.2057713659401,155.5)) -6117 ((610,170),(611.3397459621556,175),(615,178.6602540378444),(620,180),(625,178.6602540378444),(628.6602540378444,175),(630,170),(628.6602540378444,165),(625,161.3397459621556),(620,160),(615,161.3397459621556),(611.3397459621556,165)) -6118 ((619,180),(619.1339745962156,180.5),(619.5,180.86602540378445),(620,181),(620.5,180.86602540378445),(620.8660254037844,180.5),(621,180),(620.8660254037844,179.5),(620.5,179.13397459621555),(620,179),(619.5,179.13397459621555),(619.1339745962156,179.5)) -6119 ((618,190),(618.2679491924312,191),(619,191.73205080756887),(620,192),(621,191.73205080756887),(621.7320508075688,191),(622,190),(621.7320508075688,189),(621,188.26794919243113),(620,188),(619,188.26794919243113),(618.2679491924312,189)) -6120 ((617,200),(617.4019237886466,201.5),(618.5,202.59807621135332),(620,203),(621.5,202.59807621135332),(622.5980762113533,201.5),(623,200),(622.5980762113534,198.5),(621.5,197.40192378864668),(620,197),(618.5,197.40192378864668),(617.4019237886467,198.5)) -6121 ((616,210),(616.5358983848622,212),(618,213.46410161513776),(620,214),(622,213.46410161513776),(623.4641016151378,212),(624,210),(623.4641016151378,208),(622,206.53589838486224),(620,206),(618,206.53589838486224),(616.5358983848622,208)) -6122 ((615,220),(615.6698729810778,222.5),(617.5,224.33012701892218),(620,225),(622.5,224.33012701892218),(624.3301270189222,222.5),(625,220),(624.3301270189222,217.5),(622.5,215.66987298107782),(620,215),(617.5,215.66987298107782),(615.6698729810778,217.5)) -6123 ((614,230),(614.8038475772934,233),(617,235.19615242270663),(620,236),(623,235.19615242270663),(625.1961524227066,233),(626,230),(625.1961524227066,227),(623,224.80384757729337),(620,224),(617,224.80384757729337),(614.8038475772934,227)) -6124 ((613,240),(613.937822173509,243.5),(616.5,246.06217782649108),(620,247),(623.5,246.06217782649108),(626.062177826491,243.5),(627,240),(626.062177826491,236.5),(623.5,233.93782217350892),(620,233),(616.5,233.93782217350892),(613.937822173509,236.5)) -6125 ((612,250),(613.0717967697245,254),(616,256.9282032302755),(620,258),(624,256.9282032302755),(626.9282032302755,254),(628,250),(626.9282032302755,246),(624,243.0717967697245),(620,242),(616,243.0717967697245),(613.0717967697245,246)) -6126 ((611,260),(612.2057713659401,264.5),(615.5,267.79422863405995),(620,269),(624.5,267.79422863405995),(627.7942286340599,264.5),(629,260),(627.79422863406,255.5),(624.5,252.20577136594005),(620,251),(615.5,252.20577136594005),(612.2057713659401,255.5)) -6127 ((610,270),(611.3397459621556,275),(615,278.66025403784437),(620,280),(625,278.66025403784437),(628.6602540378444,275),(630,270),(628.6602540378444,265),(625,261.33974596215563),(620,260),(615,261.33974596215563),(611.3397459621556,265)) -6128 ((619,280),(619.1339745962156,280.5),(619.5,280.8660254037844),(620,281),(620.5,280.8660254037844),(620.8660254037844,280.5),(621,280),(620.8660254037844,279.5),(620.5,279.1339745962156),(620,279),(619.5,279.1339745962156),(619.1339745962156,279.5)) -6129 ((618,290),(618.2679491924312,291),(619,291.7320508075689),(620,292),(621,291.7320508075689),(621.7320508075688,291),(622,290),(621.7320508075688,289),(621,288.2679491924311),(620,288),(619,288.2679491924311),(618.2679491924312,289)) -6130 ((617,300),(617.4019237886466,301.5),(618.5,302.5980762113533),(620,303),(621.5,302.5980762113533),(622.5980762113533,301.5),(623,300),(622.5980762113534,298.5),(621.5,297.4019237886467),(620,297),(618.5,297.4019237886467),(617.4019237886467,298.5)) -6131 ((616,310),(616.5358983848622,312),(618,313.46410161513774),(620,314),(622,313.46410161513774),(623.4641016151378,312),(624,310),(623.4641016151378,308),(622,306.53589838486226),(620,306),(618,306.53589838486226),(616.5358983848622,308)) -6132 ((615,320),(615.6698729810778,322.5),(617.5,324.3301270189222),(620,325),(622.5,324.3301270189222),(624.3301270189222,322.5),(625,320),(624.3301270189222,317.5),(622.5,315.6698729810778),(620,315),(617.5,315.6698729810778),(615.6698729810778,317.5)) -6133 ((614,330),(614.8038475772934,333),(617,335.19615242270663),(620,336),(623,335.19615242270663),(625.1961524227066,333),(626,330),(625.1961524227066,327),(623,324.80384757729337),(620,324),(617,324.80384757729337),(614.8038475772934,327)) -6134 ((613,340),(613.937822173509,343.5),(616.5,346.06217782649105),(620,347),(623.5,346.06217782649105),(626.062177826491,343.5),(627,340),(626.062177826491,336.5),(623.5,333.93782217350895),(620,333),(616.5,333.93782217350895),(613.937822173509,336.5)) -6135 ((612,350),(613.0717967697245,354),(616,356.9282032302755),(620,358),(624,356.9282032302755),(626.9282032302755,354),(628,350),(626.9282032302755,346),(624,343.0717967697245),(620,342),(616,343.0717967697245),(613.0717967697245,346)) -6136 ((611,360),(612.2057713659401,364.5),(615.5,367.79422863405995),(620,369),(624.5,367.79422863405995),(627.7942286340599,364.5),(629,360),(627.79422863406,355.5),(624.5,352.20577136594005),(620,351),(615.5,352.20577136594005),(612.2057713659401,355.5)) -6137 ((610,370),(611.3397459621556,375),(615,378.66025403784437),(620,380),(625,378.66025403784437),(628.6602540378444,375),(630,370),(628.6602540378444,365),(625,361.33974596215563),(620,360),(615,361.33974596215563),(611.3397459621556,365)) -6138 ((619,380),(619.1339745962156,380.5),(619.5,380.8660254037844),(620,381),(620.5,380.8660254037844),(620.8660254037844,380.5),(621,380),(620.8660254037844,379.5),(620.5,379.1339745962156),(620,379),(619.5,379.1339745962156),(619.1339745962156,379.5)) -6139 ((618,390),(618.2679491924312,391),(619,391.7320508075689),(620,392),(621,391.7320508075689),(621.7320508075688,391),(622,390),(621.7320508075688,389),(621,388.2679491924311),(620,388),(619,388.2679491924311),(618.2679491924312,389)) -6140 ((617,400),(617.4019237886466,401.5),(618.5,402.5980762113533),(620,403),(621.5,402.5980762113533),(622.5980762113533,401.5),(623,400),(622.5980762113534,398.5),(621.5,397.4019237886467),(620,397),(618.5,397.4019237886467),(617.4019237886467,398.5)) -6141 ((616,410),(616.5358983848622,412),(618,413.46410161513774),(620,414),(622,413.46410161513774),(623.4641016151378,412),(624,410),(623.4641016151378,408),(622,406.53589838486226),(620,406),(618,406.53589838486226),(616.5358983848622,408)) -6142 ((615,420),(615.6698729810778,422.5),(617.5,424.3301270189222),(620,425),(622.5,424.3301270189222),(624.3301270189222,422.5),(625,420),(624.3301270189222,417.5),(622.5,415.6698729810778),(620,415),(617.5,415.6698729810778),(615.6698729810778,417.5)) -6143 ((614,430),(614.8038475772934,433),(617,435.19615242270663),(620,436),(623,435.19615242270663),(625.1961524227066,433),(626,430),(625.1961524227066,427),(623,424.80384757729337),(620,424),(617,424.80384757729337),(614.8038475772934,427)) -6144 ((613,440),(613.937822173509,443.5),(616.5,446.06217782649105),(620,447),(623.5,446.06217782649105),(626.062177826491,443.5),(627,440),(626.062177826491,436.5),(623.5,433.93782217350895),(620,433),(616.5,433.93782217350895),(613.937822173509,436.5)) -6145 ((612,450),(613.0717967697245,454),(616,456.9282032302755),(620,458),(624,456.9282032302755),(626.9282032302755,454),(628,450),(626.9282032302755,446),(624,443.0717967697245),(620,442),(616,443.0717967697245),(613.0717967697245,446)) -6146 ((611,460),(612.2057713659401,464.5),(615.5,467.79422863405995),(620,469),(624.5,467.79422863405995),(627.7942286340599,464.5),(629,460),(627.79422863406,455.5),(624.5,452.20577136594005),(620,451),(615.5,452.20577136594005),(612.2057713659401,455.5)) -6147 ((610,470),(611.3397459621556,475),(615,478.66025403784437),(620,480),(625,478.66025403784437),(628.6602540378444,475),(630,470),(628.6602540378444,465),(625,461.33974596215563),(620,460),(615,461.33974596215563),(611.3397459621556,465)) -6148 ((619,480),(619.1339745962156,480.5),(619.5,480.8660254037844),(620,481),(620.5,480.8660254037844),(620.8660254037844,480.5),(621,480),(620.8660254037844,479.5),(620.5,479.1339745962156),(620,479),(619.5,479.1339745962156),(619.1339745962156,479.5)) -6149 ((618,490),(618.2679491924312,491),(619,491.7320508075689),(620,492),(621,491.7320508075689),(621.7320508075688,491),(622,490),(621.7320508075688,489),(621,488.2679491924311),(620,488),(619,488.2679491924311),(618.2679491924312,489)) -6150 ((617,500),(617.4019237886466,501.5),(618.5,502.5980762113533),(620,503),(621.5,502.5980762113533),(622.5980762113533,501.5),(623,500),(622.5980762113534,498.5),(621.5,497.4019237886467),(620,497),(618.5,497.4019237886467),(617.4019237886467,498.5)) -6151 ((616,510),(616.5358983848622,512),(618,513.4641016151378),(620,514),(622,513.4641016151378),(623.4641016151378,512),(624,510),(623.4641016151378,508),(622,506.53589838486226),(620,506),(618,506.53589838486226),(616.5358983848622,508)) -6152 ((615,520),(615.6698729810778,522.5),(617.5,524.3301270189222),(620,525),(622.5,524.3301270189222),(624.3301270189222,522.5),(625,520),(624.3301270189222,517.5),(622.5,515.6698729810778),(620,515),(617.5,515.6698729810778),(615.6698729810778,517.5)) -6153 ((614,530),(614.8038475772934,533),(617,535.1961524227066),(620,536),(623,535.1961524227066),(625.1961524227066,533),(626,530),(625.1961524227066,527),(623,524.8038475772934),(620,524),(617,524.8038475772934),(614.8038475772934,527)) -6154 ((613,540),(613.937822173509,543.5),(616.5,546.062177826491),(620,547),(623.5,546.062177826491),(626.062177826491,543.5),(627,540),(626.062177826491,536.5),(623.5,533.937822173509),(620,533),(616.5,533.937822173509),(613.937822173509,536.5)) -6155 ((612,550),(613.0717967697245,554),(616,556.9282032302755),(620,558),(624,556.9282032302755),(626.9282032302755,554),(628,550),(626.9282032302755,546),(624,543.0717967697245),(620,542),(616,543.0717967697245),(613.0717967697245,546)) -6156 ((611,560),(612.2057713659401,564.5),(615.5,567.7942286340599),(620,569),(624.5,567.7942286340599),(627.7942286340599,564.5),(629,560),(627.79422863406,555.5),(624.5,552.2057713659401),(620,551),(615.5,552.20577136594),(612.2057713659401,555.5)) -6157 ((610,570),(611.3397459621556,575),(615,578.6602540378444),(620,580),(625,578.6602540378444),(628.6602540378444,575),(630,570),(628.6602540378444,565),(625,561.3397459621556),(620,560),(615,561.3397459621556),(611.3397459621556,565)) -6158 ((619,580),(619.1339745962156,580.5),(619.5,580.8660254037844),(620,581),(620.5,580.8660254037844),(620.8660254037844,580.5),(621,580),(620.8660254037844,579.5),(620.5,579.1339745962156),(620,579),(619.5,579.1339745962156),(619.1339745962156,579.5)) -6159 ((618,590),(618.2679491924312,591),(619,591.7320508075688),(620,592),(621,591.7320508075688),(621.7320508075688,591),(622,590),(621.7320508075688,589),(621,588.2679491924312),(620,588),(619,588.2679491924312),(618.2679491924312,589)) -6160 ((617,600),(617.4019237886466,601.5),(618.5,602.5980762113534),(620,603),(621.5,602.5980762113534),(622.5980762113533,601.5),(623,600),(622.5980762113534,598.5),(621.5,597.4019237886467),(620,597),(618.5,597.4019237886466),(617.4019237886467,598.5)) -6161 ((616,610),(616.5358983848622,612),(618,613.4641016151378),(620,614),(622,613.4641016151378),(623.4641016151378,612),(624,610),(623.4641016151378,608),(622,606.5358983848622),(620,606),(618,606.5358983848622),(616.5358983848622,608)) -6162 ((615,620),(615.6698729810778,622.5),(617.5,624.3301270189222),(620,625),(622.5,624.3301270189222),(624.3301270189222,622.5),(625,620),(624.3301270189222,617.5),(622.5,615.6698729810778),(620,615),(617.5,615.6698729810778),(615.6698729810778,617.5)) -6163 ((614,630),(614.8038475772934,633),(617,635.1961524227066),(620,636),(623,635.1961524227066),(625.1961524227066,633),(626,630),(625.1961524227066,627),(623,624.8038475772934),(620,624),(617,624.8038475772934),(614.8038475772934,627)) -6164 ((613,640),(613.937822173509,643.5),(616.5,646.062177826491),(620,647),(623.5,646.062177826491),(626.062177826491,643.5),(627,640),(626.062177826491,636.5),(623.5,633.937822173509),(620,633),(616.5,633.937822173509),(613.937822173509,636.5)) -6165 ((612,650),(613.0717967697245,654),(616,656.9282032302755),(620,658),(624,656.9282032302755),(626.9282032302755,654),(628,650),(626.9282032302755,646),(624,643.0717967697245),(620,642),(616,643.0717967697245),(613.0717967697245,646)) -6166 ((611,660),(612.2057713659401,664.5),(615.5,667.7942286340599),(620,669),(624.5,667.7942286340599),(627.7942286340599,664.5),(629,660),(627.79422863406,655.5),(624.5,652.2057713659401),(620,651),(615.5,652.20577136594),(612.2057713659401,655.5)) -6167 ((610,670),(611.3397459621556,675),(615,678.6602540378444),(620,680),(625,678.6602540378444),(628.6602540378444,675),(630,670),(628.6602540378444,665),(625,661.3397459621556),(620,660),(615,661.3397459621556),(611.3397459621556,665)) -6168 ((619,680),(619.1339745962156,680.5),(619.5,680.8660254037844),(620,681),(620.5,680.8660254037844),(620.8660254037844,680.5),(621,680),(620.8660254037844,679.5),(620.5,679.1339745962156),(620,679),(619.5,679.1339745962156),(619.1339745962156,679.5)) -6169 ((618,690),(618.2679491924312,691),(619,691.7320508075688),(620,692),(621,691.7320508075688),(621.7320508075688,691),(622,690),(621.7320508075688,689),(621,688.2679491924312),(620,688),(619,688.2679491924312),(618.2679491924312,689)) -6170 ((617,700),(617.4019237886466,701.5),(618.5,702.5980762113534),(620,703),(621.5,702.5980762113534),(622.5980762113533,701.5),(623,700),(622.5980762113534,698.5),(621.5,697.4019237886467),(620,697),(618.5,697.4019237886466),(617.4019237886467,698.5)) -6171 ((616,710),(616.5358983848622,712),(618,713.4641016151378),(620,714),(622,713.4641016151378),(623.4641016151378,712),(624,710),(623.4641016151378,708),(622,706.5358983848622),(620,706),(618,706.5358983848622),(616.5358983848622,708)) -6172 ((615,720),(615.6698729810778,722.5),(617.5,724.3301270189222),(620,725),(622.5,724.3301270189222),(624.3301270189222,722.5),(625,720),(624.3301270189222,717.5),(622.5,715.6698729810778),(620,715),(617.5,715.6698729810778),(615.6698729810778,717.5)) -6173 ((614,730),(614.8038475772934,733),(617,735.1961524227066),(620,736),(623,735.1961524227066),(625.1961524227066,733),(626,730),(625.1961524227066,727),(623,724.8038475772934),(620,724),(617,724.8038475772934),(614.8038475772934,727)) -6174 ((613,740),(613.937822173509,743.5),(616.5,746.062177826491),(620,747),(623.5,746.062177826491),(626.062177826491,743.5),(627,740),(626.062177826491,736.5),(623.5,733.937822173509),(620,733),(616.5,733.937822173509),(613.937822173509,736.5)) -6175 ((612,750),(613.0717967697245,754),(616,756.9282032302755),(620,758),(624,756.9282032302755),(626.9282032302755,754),(628,750),(626.9282032302755,746),(624,743.0717967697245),(620,742),(616,743.0717967697245),(613.0717967697245,746)) -6176 ((611,760),(612.2057713659401,764.5),(615.5,767.7942286340599),(620,769),(624.5,767.7942286340599),(627.7942286340599,764.5),(629,760),(627.79422863406,755.5),(624.5,752.2057713659401),(620,751),(615.5,752.20577136594),(612.2057713659401,755.5)) -6177 ((610,770),(611.3397459621556,775),(615,778.6602540378444),(620,780),(625,778.6602540378444),(628.6602540378444,775),(630,770),(628.6602540378444,765),(625,761.3397459621556),(620,760),(615,761.3397459621556),(611.3397459621556,765)) -6178 ((619,780),(619.1339745962156,780.5),(619.5,780.8660254037844),(620,781),(620.5,780.8660254037844),(620.8660254037844,780.5),(621,780),(620.8660254037844,779.5),(620.5,779.1339745962156),(620,779),(619.5,779.1339745962156),(619.1339745962156,779.5)) -6179 ((618,790),(618.2679491924312,791),(619,791.7320508075688),(620,792),(621,791.7320508075688),(621.7320508075688,791),(622,790),(621.7320508075688,789),(621,788.2679491924312),(620,788),(619,788.2679491924312),(618.2679491924312,789)) -6180 ((617,800),(617.4019237886466,801.5),(618.5,802.5980762113534),(620,803),(621.5,802.5980762113534),(622.5980762113533,801.5),(623,800),(622.5980762113534,798.5),(621.5,797.4019237886467),(620,797),(618.5,797.4019237886466),(617.4019237886467,798.5)) -6181 ((616,810),(616.5358983848622,812),(618,813.4641016151378),(620,814),(622,813.4641016151378),(623.4641016151378,812),(624,810),(623.4641016151378,808),(622,806.5358983848622),(620,806),(618,806.5358983848622),(616.5358983848622,808)) -6182 ((615,820),(615.6698729810778,822.5),(617.5,824.3301270189222),(620,825),(622.5,824.3301270189222),(624.3301270189222,822.5),(625,820),(624.3301270189222,817.5),(622.5,815.6698729810778),(620,815),(617.5,815.6698729810778),(615.6698729810778,817.5)) -6183 ((614,830),(614.8038475772934,833),(617,835.1961524227066),(620,836),(623,835.1961524227066),(625.1961524227066,833),(626,830),(625.1961524227066,827),(623,824.8038475772934),(620,824),(617,824.8038475772934),(614.8038475772934,827)) -6184 ((613,840),(613.937822173509,843.5),(616.5,846.062177826491),(620,847),(623.5,846.062177826491),(626.062177826491,843.5),(627,840),(626.062177826491,836.5),(623.5,833.937822173509),(620,833),(616.5,833.937822173509),(613.937822173509,836.5)) -6185 ((612,850),(613.0717967697245,854),(616,856.9282032302755),(620,858),(624,856.9282032302755),(626.9282032302755,854),(628,850),(626.9282032302755,846),(624,843.0717967697245),(620,842),(616,843.0717967697245),(613.0717967697245,846)) -6186 ((611,860),(612.2057713659401,864.5),(615.5,867.7942286340599),(620,869),(624.5,867.7942286340599),(627.7942286340599,864.5),(629,860),(627.79422863406,855.5),(624.5,852.2057713659401),(620,851),(615.5,852.20577136594),(612.2057713659401,855.5)) -6187 ((610,870),(611.3397459621556,875),(615,878.6602540378444),(620,880),(625,878.6602540378444),(628.6602540378444,875),(630,870),(628.6602540378444,865),(625,861.3397459621556),(620,860),(615,861.3397459621556),(611.3397459621556,865)) -6188 ((619,880),(619.1339745962156,880.5),(619.5,880.8660254037844),(620,881),(620.5,880.8660254037844),(620.8660254037844,880.5),(621,880),(620.8660254037844,879.5),(620.5,879.1339745962156),(620,879),(619.5,879.1339745962156),(619.1339745962156,879.5)) -6189 ((618,890),(618.2679491924312,891),(619,891.7320508075688),(620,892),(621,891.7320508075688),(621.7320508075688,891),(622,890),(621.7320508075688,889),(621,888.2679491924312),(620,888),(619,888.2679491924312),(618.2679491924312,889)) -6190 ((617,900),(617.4019237886466,901.5),(618.5,902.5980762113534),(620,903),(621.5,902.5980762113534),(622.5980762113533,901.5),(623,900),(622.5980762113534,898.5),(621.5,897.4019237886467),(620,897),(618.5,897.4019237886466),(617.4019237886467,898.5)) -6191 ((616,910),(616.5358983848622,912),(618,913.4641016151378),(620,914),(622,913.4641016151378),(623.4641016151378,912),(624,910),(623.4641016151378,908),(622,906.5358983848622),(620,906),(618,906.5358983848622),(616.5358983848622,908)) -6192 ((615,920),(615.6698729810778,922.5),(617.5,924.3301270189222),(620,925),(622.5,924.3301270189222),(624.3301270189222,922.5),(625,920),(624.3301270189222,917.5),(622.5,915.6698729810778),(620,915),(617.5,915.6698729810778),(615.6698729810778,917.5)) -6193 ((614,930),(614.8038475772934,933),(617,935.1961524227066),(620,936),(623,935.1961524227066),(625.1961524227066,933),(626,930),(625.1961524227066,927),(623,924.8038475772934),(620,924),(617,924.8038475772934),(614.8038475772934,927)) -6194 ((613,940),(613.937822173509,943.5),(616.5,946.062177826491),(620,947),(623.5,946.062177826491),(626.062177826491,943.5),(627,940),(626.062177826491,936.5),(623.5,933.937822173509),(620,933),(616.5,933.937822173509),(613.937822173509,936.5)) -6195 ((612,950),(613.0717967697245,954),(616,956.9282032302755),(620,958),(624,956.9282032302755),(626.9282032302755,954),(628,950),(626.9282032302755,946),(624,943.0717967697245),(620,942),(616,943.0717967697245),(613.0717967697245,946)) -6196 ((611,960),(612.2057713659401,964.5),(615.5,967.7942286340599),(620,969),(624.5,967.7942286340599),(627.7942286340599,964.5),(629,960),(627.79422863406,955.5),(624.5,952.2057713659401),(620,951),(615.5,952.20577136594),(612.2057713659401,955.5)) -6197 ((610,970),(611.3397459621556,975),(615,978.6602540378444),(620,980),(625,978.6602540378444),(628.6602540378444,975),(630,970),(628.6602540378444,965),(625,961.3397459621556),(620,960),(615,961.3397459621556),(611.3397459621556,965)) -6198 ((619,980),(619.1339745962156,980.5),(619.5,980.8660254037844),(620,981),(620.5,980.8660254037844),(620.8660254037844,980.5),(621,980),(620.8660254037844,979.5),(620.5,979.1339745962156),(620,979),(619.5,979.1339745962156),(619.1339745962156,979.5)) -6199 ((618,990),(618.2679491924312,991),(619,991.7320508075688),(620,992),(621,991.7320508075688),(621.7320508075688,991),(622,990),(621.7320508075688,989),(621,988.2679491924312),(620,988),(619,988.2679491924312),(618.2679491924312,989)) -6200 ((617,1000),(617.4019237886466,1001.5),(618.5,1002.5980762113534),(620,1003),(621.5,1002.5980762113534),(622.5980762113533,1001.5),(623,1000),(622.5980762113534,998.5),(621.5,997.4019237886467),(620,997),(618.5,997.4019237886466),(617.4019237886467,998.5)) -6201 ((625,10),(625.6698729810778,12.5),(627.5,14.330127018922193),(630,15),(632.5,14.330127018922195),(634.3301270189222,12.500000000000002),(635,10),(634.3301270189222,7.500000000000002),(632.5,5.669872981077807),(630,5),(627.5,5.669872981077805),(625.6698729810778,7.499999999999998)) -6202 ((624,20),(624.8038475772934,23),(627,25.196152422706632),(630,26),(633,25.196152422706632),(635.1961524227066,23),(636,20),(635.1961524227066,17),(633,14.803847577293368),(630,14),(627,14.803847577293366),(624.8038475772934,16.999999999999996)) -6203 ((623,30),(623.937822173509,33.5),(626.5,36.06217782649107),(630,37),(633.5,36.06217782649107),(636.062177826491,33.5),(637,30),(636.062177826491,26.5),(633.5,23.93782217350893),(630,23),(626.5,23.937822173508927),(623.937822173509,26.499999999999996)) -6204 ((622,40),(623.0717967697245,44),(626,46.92820323027551),(630,48),(634,46.92820323027551),(636.9282032302755,44),(638,40),(636.9282032302755,36),(634,33.07179676972449),(630,32),(626,33.071796769724486),(623.0717967697245,36)) -6205 ((621,50),(622.2057713659401,54.5),(625.5,57.79422863405995),(630,59),(634.5,57.79422863405995),(637.7942286340599,54.5),(639,50),(637.79422863406,45.5),(634.5,42.20577136594005),(630,41),(625.5,42.20577136594005),(622.2057713659401,45.5)) -6206 ((620,60),(621.3397459621556,65),(625,68.66025403784438),(630,70),(635,68.66025403784438),(638.6602540378444,65),(640,60),(638.6602540378444,55),(635,51.33974596215562),(630,50),(625,51.33974596215561),(621.3397459621556,54.99999999999999)) -6207 ((629,70),(629.1339745962156,70.5),(629.5,70.86602540378443),(630,71),(630.5,70.86602540378443),(630.8660254037844,70.5),(631,70),(630.8660254037844,69.5),(630.5,69.13397459621557),(630,69),(629.5,69.13397459621557),(629.1339745962156,69.5)) -6208 ((628,80),(628.2679491924312,81),(629,81.73205080756888),(630,82),(631,81.73205080756888),(631.7320508075688,81),(632,80),(631.7320508075688,79),(631,78.26794919243112),(630,78),(629,78.26794919243112),(628.2679491924312,79)) -6209 ((627,90),(627.4019237886466,91.5),(628.5,92.59807621135332),(630,93),(631.5,92.59807621135332),(632.5980762113533,91.5),(633,90),(632.5980762113534,88.5),(631.5,87.40192378864668),(630,87),(628.5,87.40192378864668),(627.4019237886467,88.5)) -6210 ((626,100),(626.5358983848622,102),(628,103.46410161513775),(630,104),(632,103.46410161513775),(633.4641016151378,102),(634,100),(633.4641016151378,98),(632,96.53589838486225),(630,96),(628,96.53589838486225),(626.5358983848622,98)) -6211 ((625,110),(625.6698729810778,112.5),(627.5,114.3301270189222),(630,115),(632.5,114.3301270189222),(634.3301270189222,112.5),(635,110),(634.3301270189222,107.5),(632.5,105.6698729810778),(630,105),(627.5,105.6698729810778),(625.6698729810778,107.5)) -6212 ((624,120),(624.8038475772934,123),(627,125.19615242270663),(630,126),(633,125.19615242270663),(635.1961524227066,123),(636,120),(635.1961524227066,117),(633,114.80384757729337),(630,114),(627,114.80384757729337),(624.8038475772934,117)) -6213 ((623,130),(623.937822173509,133.5),(626.5,136.06217782649108),(630,137),(633.5,136.06217782649108),(636.062177826491,133.5),(637,130),(636.062177826491,126.5),(633.5,123.93782217350893),(630,123),(626.5,123.93782217350892),(623.937822173509,126.5)) -6214 ((622,140),(623.0717967697245,144),(626,146.9282032302755),(630,148),(634,146.9282032302755),(636.9282032302755,144),(638,140),(636.9282032302755,136),(634,133.0717967697245),(630,132),(626,133.0717967697245),(623.0717967697245,136)) -6215 ((621,150),(622.2057713659401,154.5),(625.5,157.79422863405995),(630,159),(634.5,157.79422863405995),(637.7942286340599,154.5),(639,150),(637.79422863406,145.5),(634.5,142.20577136594005),(630,141),(625.5,142.20577136594005),(622.2057713659401,145.5)) -6216 ((620,160),(621.3397459621556,165),(625,168.6602540378444),(630,170),(635,168.6602540378444),(638.6602540378444,165),(640,160),(638.6602540378444,155),(635,151.3397459621556),(630,150),(625,151.3397459621556),(621.3397459621556,155)) -6217 ((629,170),(629.1339745962156,170.5),(629.5,170.86602540378445),(630,171),(630.5,170.86602540378445),(630.8660254037844,170.5),(631,170),(630.8660254037844,169.5),(630.5,169.13397459621555),(630,169),(629.5,169.13397459621555),(629.1339745962156,169.5)) -6218 ((628,180),(628.2679491924312,181),(629,181.73205080756887),(630,182),(631,181.73205080756887),(631.7320508075688,181),(632,180),(631.7320508075688,179),(631,178.26794919243113),(630,178),(629,178.26794919243113),(628.2679491924312,179)) -6219 ((627,190),(627.4019237886466,191.5),(628.5,192.59807621135332),(630,193),(631.5,192.59807621135332),(632.5980762113533,191.5),(633,190),(632.5980762113534,188.5),(631.5,187.40192378864668),(630,187),(628.5,187.40192378864668),(627.4019237886467,188.5)) -6220 ((626,200),(626.5358983848622,202),(628,203.46410161513776),(630,204),(632,203.46410161513776),(633.4641016151378,202),(634,200),(633.4641016151378,198),(632,196.53589838486224),(630,196),(628,196.53589838486224),(626.5358983848622,198)) -6221 ((625,210),(625.6698729810778,212.5),(627.5,214.33012701892218),(630,215),(632.5,214.33012701892218),(634.3301270189222,212.5),(635,210),(634.3301270189222,207.5),(632.5,205.66987298107782),(630,205),(627.5,205.66987298107782),(625.6698729810778,207.5)) -6222 ((624,220),(624.8038475772934,223),(627,225.19615242270663),(630,226),(633,225.19615242270663),(635.1961524227066,223),(636,220),(635.1961524227066,217),(633,214.80384757729337),(630,214),(627,214.80384757729337),(624.8038475772934,217)) -6223 ((623,230),(623.937822173509,233.5),(626.5,236.06217782649108),(630,237),(633.5,236.06217782649108),(636.062177826491,233.5),(637,230),(636.062177826491,226.5),(633.5,223.93782217350892),(630,223),(626.5,223.93782217350892),(623.937822173509,226.5)) -6224 ((622,240),(623.0717967697245,244),(626,246.9282032302755),(630,248),(634,246.9282032302755),(636.9282032302755,244),(638,240),(636.9282032302755,236),(634,233.0717967697245),(630,232),(626,233.0717967697245),(623.0717967697245,236)) -6225 ((621,250),(622.2057713659401,254.5),(625.5,257.79422863405995),(630,259),(634.5,257.79422863405995),(637.7942286340599,254.5),(639,250),(637.79422863406,245.5),(634.5,242.20577136594005),(630,241),(625.5,242.20577136594005),(622.2057713659401,245.5)) -6226 ((620,260),(621.3397459621556,265),(625,268.66025403784437),(630,270),(635,268.66025403784437),(638.6602540378444,265),(640,260),(638.6602540378444,255),(635,251.3397459621556),(630,250),(625,251.3397459621556),(621.3397459621556,255)) -6227 ((629,270),(629.1339745962156,270.5),(629.5,270.8660254037844),(630,271),(630.5,270.8660254037844),(630.8660254037844,270.5),(631,270),(630.8660254037844,269.5),(630.5,269.1339745962156),(630,269),(629.5,269.1339745962156),(629.1339745962156,269.5)) -6228 ((628,280),(628.2679491924312,281),(629,281.7320508075689),(630,282),(631,281.7320508075689),(631.7320508075688,281),(632,280),(631.7320508075688,279),(631,278.2679491924311),(630,278),(629,278.2679491924311),(628.2679491924312,279)) -6229 ((627,290),(627.4019237886466,291.5),(628.5,292.5980762113533),(630,293),(631.5,292.5980762113533),(632.5980762113533,291.5),(633,290),(632.5980762113534,288.5),(631.5,287.4019237886467),(630,287),(628.5,287.4019237886467),(627.4019237886467,288.5)) -6230 ((626,300),(626.5358983848622,302),(628,303.46410161513774),(630,304),(632,303.46410161513774),(633.4641016151378,302),(634,300),(633.4641016151378,298),(632,296.53589838486226),(630,296),(628,296.53589838486226),(626.5358983848622,298)) -6231 ((625,310),(625.6698729810778,312.5),(627.5,314.3301270189222),(630,315),(632.5,314.3301270189222),(634.3301270189222,312.5),(635,310),(634.3301270189222,307.5),(632.5,305.6698729810778),(630,305),(627.5,305.6698729810778),(625.6698729810778,307.5)) -6232 ((624,320),(624.8038475772934,323),(627,325.19615242270663),(630,326),(633,325.19615242270663),(635.1961524227066,323),(636,320),(635.1961524227066,317),(633,314.80384757729337),(630,314),(627,314.80384757729337),(624.8038475772934,317)) -6233 ((623,330),(623.937822173509,333.5),(626.5,336.06217782649105),(630,337),(633.5,336.06217782649105),(636.062177826491,333.5),(637,330),(636.062177826491,326.5),(633.5,323.93782217350895),(630,323),(626.5,323.93782217350895),(623.937822173509,326.5)) -6234 ((622,340),(623.0717967697245,344),(626,346.9282032302755),(630,348),(634,346.9282032302755),(636.9282032302755,344),(638,340),(636.9282032302755,336),(634,333.0717967697245),(630,332),(626,333.0717967697245),(623.0717967697245,336)) -6235 ((621,350),(622.2057713659401,354.5),(625.5,357.79422863405995),(630,359),(634.5,357.79422863405995),(637.7942286340599,354.5),(639,350),(637.79422863406,345.5),(634.5,342.20577136594005),(630,341),(625.5,342.20577136594005),(622.2057713659401,345.5)) -6236 ((620,360),(621.3397459621556,365),(625,368.66025403784437),(630,370),(635,368.66025403784437),(638.6602540378444,365),(640,360),(638.6602540378444,355),(635,351.33974596215563),(630,350),(625,351.33974596215563),(621.3397459621556,355)) -6237 ((629,370),(629.1339745962156,370.5),(629.5,370.8660254037844),(630,371),(630.5,370.8660254037844),(630.8660254037844,370.5),(631,370),(630.8660254037844,369.5),(630.5,369.1339745962156),(630,369),(629.5,369.1339745962156),(629.1339745962156,369.5)) -6238 ((628,380),(628.2679491924312,381),(629,381.7320508075689),(630,382),(631,381.7320508075689),(631.7320508075688,381),(632,380),(631.7320508075688,379),(631,378.2679491924311),(630,378),(629,378.2679491924311),(628.2679491924312,379)) -6239 ((627,390),(627.4019237886466,391.5),(628.5,392.5980762113533),(630,393),(631.5,392.5980762113533),(632.5980762113533,391.5),(633,390),(632.5980762113534,388.5),(631.5,387.4019237886467),(630,387),(628.5,387.4019237886467),(627.4019237886467,388.5)) -6240 ((626,400),(626.5358983848622,402),(628,403.46410161513774),(630,404),(632,403.46410161513774),(633.4641016151378,402),(634,400),(633.4641016151378,398),(632,396.53589838486226),(630,396),(628,396.53589838486226),(626.5358983848622,398)) -6241 ((625,410),(625.6698729810778,412.5),(627.5,414.3301270189222),(630,415),(632.5,414.3301270189222),(634.3301270189222,412.5),(635,410),(634.3301270189222,407.5),(632.5,405.6698729810778),(630,405),(627.5,405.6698729810778),(625.6698729810778,407.5)) -6242 ((624,420),(624.8038475772934,423),(627,425.19615242270663),(630,426),(633,425.19615242270663),(635.1961524227066,423),(636,420),(635.1961524227066,417),(633,414.80384757729337),(630,414),(627,414.80384757729337),(624.8038475772934,417)) -6243 ((623,430),(623.937822173509,433.5),(626.5,436.06217782649105),(630,437),(633.5,436.06217782649105),(636.062177826491,433.5),(637,430),(636.062177826491,426.5),(633.5,423.93782217350895),(630,423),(626.5,423.93782217350895),(623.937822173509,426.5)) -6244 ((622,440),(623.0717967697245,444),(626,446.9282032302755),(630,448),(634,446.9282032302755),(636.9282032302755,444),(638,440),(636.9282032302755,436),(634,433.0717967697245),(630,432),(626,433.0717967697245),(623.0717967697245,436)) -6245 ((621,450),(622.2057713659401,454.5),(625.5,457.79422863405995),(630,459),(634.5,457.79422863405995),(637.7942286340599,454.5),(639,450),(637.79422863406,445.5),(634.5,442.20577136594005),(630,441),(625.5,442.20577136594005),(622.2057713659401,445.5)) -6246 ((620,460),(621.3397459621556,465),(625,468.66025403784437),(630,470),(635,468.66025403784437),(638.6602540378444,465),(640,460),(638.6602540378444,455),(635,451.33974596215563),(630,450),(625,451.33974596215563),(621.3397459621556,455)) -6247 ((629,470),(629.1339745962156,470.5),(629.5,470.8660254037844),(630,471),(630.5,470.8660254037844),(630.8660254037844,470.5),(631,470),(630.8660254037844,469.5),(630.5,469.1339745962156),(630,469),(629.5,469.1339745962156),(629.1339745962156,469.5)) -6248 ((628,480),(628.2679491924312,481),(629,481.7320508075689),(630,482),(631,481.7320508075689),(631.7320508075688,481),(632,480),(631.7320508075688,479),(631,478.2679491924311),(630,478),(629,478.2679491924311),(628.2679491924312,479)) -6249 ((627,490),(627.4019237886466,491.5),(628.5,492.5980762113533),(630,493),(631.5,492.5980762113533),(632.5980762113533,491.5),(633,490),(632.5980762113534,488.5),(631.5,487.4019237886467),(630,487),(628.5,487.4019237886467),(627.4019237886467,488.5)) -6250 ((626,500),(626.5358983848622,502),(628,503.46410161513774),(630,504),(632,503.46410161513774),(633.4641016151378,502),(634,500),(633.4641016151378,498),(632,496.53589838486226),(630,496),(628,496.53589838486226),(626.5358983848622,498)) -6251 ((625,510),(625.6698729810778,512.5),(627.5,514.3301270189222),(630,515),(632.5,514.3301270189222),(634.3301270189222,512.5),(635,510),(634.3301270189222,507.5),(632.5,505.6698729810778),(630,505),(627.5,505.6698729810778),(625.6698729810778,507.5)) -6252 ((624,520),(624.8038475772934,523),(627,525.1961524227066),(630,526),(633,525.1961524227066),(635.1961524227066,523),(636,520),(635.1961524227066,517),(633,514.8038475772934),(630,514),(627,514.8038475772934),(624.8038475772934,517)) -6253 ((623,530),(623.937822173509,533.5),(626.5,536.062177826491),(630,537),(633.5,536.062177826491),(636.062177826491,533.5),(637,530),(636.062177826491,526.5),(633.5,523.937822173509),(630,523),(626.5,523.937822173509),(623.937822173509,526.5)) -6254 ((622,540),(623.0717967697245,544),(626,546.9282032302755),(630,548),(634,546.9282032302755),(636.9282032302755,544),(638,540),(636.9282032302755,536),(634,533.0717967697245),(630,532),(626,533.0717967697245),(623.0717967697245,536)) -6255 ((621,550),(622.2057713659401,554.5),(625.5,557.7942286340599),(630,559),(634.5,557.7942286340599),(637.7942286340599,554.5),(639,550),(637.79422863406,545.5),(634.5,542.2057713659401),(630,541),(625.5,542.20577136594),(622.2057713659401,545.5)) -6256 ((620,560),(621.3397459621556,565),(625,568.6602540378444),(630,570),(635,568.6602540378444),(638.6602540378444,565),(640,560),(638.6602540378444,555),(635,551.3397459621556),(630,550),(625,551.3397459621556),(621.3397459621556,555)) -6257 ((629,570),(629.1339745962156,570.5),(629.5,570.8660254037844),(630,571),(630.5,570.8660254037844),(630.8660254037844,570.5),(631,570),(630.8660254037844,569.5),(630.5,569.1339745962156),(630,569),(629.5,569.1339745962156),(629.1339745962156,569.5)) -6258 ((628,580),(628.2679491924312,581),(629,581.7320508075688),(630,582),(631,581.7320508075688),(631.7320508075688,581),(632,580),(631.7320508075688,579),(631,578.2679491924312),(630,578),(629,578.2679491924312),(628.2679491924312,579)) -6259 ((627,590),(627.4019237886466,591.5),(628.5,592.5980762113534),(630,593),(631.5,592.5980762113534),(632.5980762113533,591.5),(633,590),(632.5980762113534,588.5),(631.5,587.4019237886467),(630,587),(628.5,587.4019237886466),(627.4019237886467,588.5)) -6260 ((626,600),(626.5358983848622,602),(628,603.4641016151378),(630,604),(632,603.4641016151378),(633.4641016151378,602),(634,600),(633.4641016151378,598),(632,596.5358983848622),(630,596),(628,596.5358983848622),(626.5358983848622,598)) -6261 ((625,610),(625.6698729810778,612.5),(627.5,614.3301270189222),(630,615),(632.5,614.3301270189222),(634.3301270189222,612.5),(635,610),(634.3301270189222,607.5),(632.5,605.6698729810778),(630,605),(627.5,605.6698729810778),(625.6698729810778,607.5)) -6262 ((624,620),(624.8038475772934,623),(627,625.1961524227066),(630,626),(633,625.1961524227066),(635.1961524227066,623),(636,620),(635.1961524227066,617),(633,614.8038475772934),(630,614),(627,614.8038475772934),(624.8038475772934,617)) -6263 ((623,630),(623.937822173509,633.5),(626.5,636.062177826491),(630,637),(633.5,636.062177826491),(636.062177826491,633.5),(637,630),(636.062177826491,626.5),(633.5,623.937822173509),(630,623),(626.5,623.937822173509),(623.937822173509,626.5)) -6264 ((622,640),(623.0717967697245,644),(626,646.9282032302755),(630,648),(634,646.9282032302755),(636.9282032302755,644),(638,640),(636.9282032302755,636),(634,633.0717967697245),(630,632),(626,633.0717967697245),(623.0717967697245,636)) -6265 ((621,650),(622.2057713659401,654.5),(625.5,657.7942286340599),(630,659),(634.5,657.7942286340599),(637.7942286340599,654.5),(639,650),(637.79422863406,645.5),(634.5,642.2057713659401),(630,641),(625.5,642.20577136594),(622.2057713659401,645.5)) -6266 ((620,660),(621.3397459621556,665),(625,668.6602540378444),(630,670),(635,668.6602540378444),(638.6602540378444,665),(640,660),(638.6602540378444,655),(635,651.3397459621556),(630,650),(625,651.3397459621556),(621.3397459621556,655)) -6267 ((629,670),(629.1339745962156,670.5),(629.5,670.8660254037844),(630,671),(630.5,670.8660254037844),(630.8660254037844,670.5),(631,670),(630.8660254037844,669.5),(630.5,669.1339745962156),(630,669),(629.5,669.1339745962156),(629.1339745962156,669.5)) -6268 ((628,680),(628.2679491924312,681),(629,681.7320508075688),(630,682),(631,681.7320508075688),(631.7320508075688,681),(632,680),(631.7320508075688,679),(631,678.2679491924312),(630,678),(629,678.2679491924312),(628.2679491924312,679)) -6269 ((627,690),(627.4019237886466,691.5),(628.5,692.5980762113534),(630,693),(631.5,692.5980762113534),(632.5980762113533,691.5),(633,690),(632.5980762113534,688.5),(631.5,687.4019237886467),(630,687),(628.5,687.4019237886466),(627.4019237886467,688.5)) -6270 ((626,700),(626.5358983848622,702),(628,703.4641016151378),(630,704),(632,703.4641016151378),(633.4641016151378,702),(634,700),(633.4641016151378,698),(632,696.5358983848622),(630,696),(628,696.5358983848622),(626.5358983848622,698)) -6271 ((625,710),(625.6698729810778,712.5),(627.5,714.3301270189222),(630,715),(632.5,714.3301270189222),(634.3301270189222,712.5),(635,710),(634.3301270189222,707.5),(632.5,705.6698729810778),(630,705),(627.5,705.6698729810778),(625.6698729810778,707.5)) -6272 ((624,720),(624.8038475772934,723),(627,725.1961524227066),(630,726),(633,725.1961524227066),(635.1961524227066,723),(636,720),(635.1961524227066,717),(633,714.8038475772934),(630,714),(627,714.8038475772934),(624.8038475772934,717)) -6273 ((623,730),(623.937822173509,733.5),(626.5,736.062177826491),(630,737),(633.5,736.062177826491),(636.062177826491,733.5),(637,730),(636.062177826491,726.5),(633.5,723.937822173509),(630,723),(626.5,723.937822173509),(623.937822173509,726.5)) -6274 ((622,740),(623.0717967697245,744),(626,746.9282032302755),(630,748),(634,746.9282032302755),(636.9282032302755,744),(638,740),(636.9282032302755,736),(634,733.0717967697245),(630,732),(626,733.0717967697245),(623.0717967697245,736)) -6275 ((621,750),(622.2057713659401,754.5),(625.5,757.7942286340599),(630,759),(634.5,757.7942286340599),(637.7942286340599,754.5),(639,750),(637.79422863406,745.5),(634.5,742.2057713659401),(630,741),(625.5,742.20577136594),(622.2057713659401,745.5)) -6276 ((620,760),(621.3397459621556,765),(625,768.6602540378444),(630,770),(635,768.6602540378444),(638.6602540378444,765),(640,760),(638.6602540378444,755),(635,751.3397459621556),(630,750),(625,751.3397459621556),(621.3397459621556,755)) -6277 ((629,770),(629.1339745962156,770.5),(629.5,770.8660254037844),(630,771),(630.5,770.8660254037844),(630.8660254037844,770.5),(631,770),(630.8660254037844,769.5),(630.5,769.1339745962156),(630,769),(629.5,769.1339745962156),(629.1339745962156,769.5)) -6278 ((628,780),(628.2679491924312,781),(629,781.7320508075688),(630,782),(631,781.7320508075688),(631.7320508075688,781),(632,780),(631.7320508075688,779),(631,778.2679491924312),(630,778),(629,778.2679491924312),(628.2679491924312,779)) -6279 ((627,790),(627.4019237886466,791.5),(628.5,792.5980762113534),(630,793),(631.5,792.5980762113534),(632.5980762113533,791.5),(633,790),(632.5980762113534,788.5),(631.5,787.4019237886467),(630,787),(628.5,787.4019237886466),(627.4019237886467,788.5)) -6280 ((626,800),(626.5358983848622,802),(628,803.4641016151378),(630,804),(632,803.4641016151378),(633.4641016151378,802),(634,800),(633.4641016151378,798),(632,796.5358983848622),(630,796),(628,796.5358983848622),(626.5358983848622,798)) -6281 ((625,810),(625.6698729810778,812.5),(627.5,814.3301270189222),(630,815),(632.5,814.3301270189222),(634.3301270189222,812.5),(635,810),(634.3301270189222,807.5),(632.5,805.6698729810778),(630,805),(627.5,805.6698729810778),(625.6698729810778,807.5)) -6282 ((624,820),(624.8038475772934,823),(627,825.1961524227066),(630,826),(633,825.1961524227066),(635.1961524227066,823),(636,820),(635.1961524227066,817),(633,814.8038475772934),(630,814),(627,814.8038475772934),(624.8038475772934,817)) -6283 ((623,830),(623.937822173509,833.5),(626.5,836.062177826491),(630,837),(633.5,836.062177826491),(636.062177826491,833.5),(637,830),(636.062177826491,826.5),(633.5,823.937822173509),(630,823),(626.5,823.937822173509),(623.937822173509,826.5)) -6284 ((622,840),(623.0717967697245,844),(626,846.9282032302755),(630,848),(634,846.9282032302755),(636.9282032302755,844),(638,840),(636.9282032302755,836),(634,833.0717967697245),(630,832),(626,833.0717967697245),(623.0717967697245,836)) -6285 ((621,850),(622.2057713659401,854.5),(625.5,857.7942286340599),(630,859),(634.5,857.7942286340599),(637.7942286340599,854.5),(639,850),(637.79422863406,845.5),(634.5,842.2057713659401),(630,841),(625.5,842.20577136594),(622.2057713659401,845.5)) -6286 ((620,860),(621.3397459621556,865),(625,868.6602540378444),(630,870),(635,868.6602540378444),(638.6602540378444,865),(640,860),(638.6602540378444,855),(635,851.3397459621556),(630,850),(625,851.3397459621556),(621.3397459621556,855)) -6287 ((629,870),(629.1339745962156,870.5),(629.5,870.8660254037844),(630,871),(630.5,870.8660254037844),(630.8660254037844,870.5),(631,870),(630.8660254037844,869.5),(630.5,869.1339745962156),(630,869),(629.5,869.1339745962156),(629.1339745962156,869.5)) -6288 ((628,880),(628.2679491924312,881),(629,881.7320508075688),(630,882),(631,881.7320508075688),(631.7320508075688,881),(632,880),(631.7320508075688,879),(631,878.2679491924312),(630,878),(629,878.2679491924312),(628.2679491924312,879)) -6289 ((627,890),(627.4019237886466,891.5),(628.5,892.5980762113534),(630,893),(631.5,892.5980762113534),(632.5980762113533,891.5),(633,890),(632.5980762113534,888.5),(631.5,887.4019237886467),(630,887),(628.5,887.4019237886466),(627.4019237886467,888.5)) -6290 ((626,900),(626.5358983848622,902),(628,903.4641016151378),(630,904),(632,903.4641016151378),(633.4641016151378,902),(634,900),(633.4641016151378,898),(632,896.5358983848622),(630,896),(628,896.5358983848622),(626.5358983848622,898)) -6291 ((625,910),(625.6698729810778,912.5),(627.5,914.3301270189222),(630,915),(632.5,914.3301270189222),(634.3301270189222,912.5),(635,910),(634.3301270189222,907.5),(632.5,905.6698729810778),(630,905),(627.5,905.6698729810778),(625.6698729810778,907.5)) -6292 ((624,920),(624.8038475772934,923),(627,925.1961524227066),(630,926),(633,925.1961524227066),(635.1961524227066,923),(636,920),(635.1961524227066,917),(633,914.8038475772934),(630,914),(627,914.8038475772934),(624.8038475772934,917)) -6293 ((623,930),(623.937822173509,933.5),(626.5,936.062177826491),(630,937),(633.5,936.062177826491),(636.062177826491,933.5),(637,930),(636.062177826491,926.5),(633.5,923.937822173509),(630,923),(626.5,923.937822173509),(623.937822173509,926.5)) -6294 ((622,940),(623.0717967697245,944),(626,946.9282032302755),(630,948),(634,946.9282032302755),(636.9282032302755,944),(638,940),(636.9282032302755,936),(634,933.0717967697245),(630,932),(626,933.0717967697245),(623.0717967697245,936)) -6295 ((621,950),(622.2057713659401,954.5),(625.5,957.7942286340599),(630,959),(634.5,957.7942286340599),(637.7942286340599,954.5),(639,950),(637.79422863406,945.5),(634.5,942.2057713659401),(630,941),(625.5,942.20577136594),(622.2057713659401,945.5)) -6296 ((620,960),(621.3397459621556,965),(625,968.6602540378444),(630,970),(635,968.6602540378444),(638.6602540378444,965),(640,960),(638.6602540378444,955),(635,951.3397459621556),(630,950),(625,951.3397459621556),(621.3397459621556,955)) -6297 ((629,970),(629.1339745962156,970.5),(629.5,970.8660254037844),(630,971),(630.5,970.8660254037844),(630.8660254037844,970.5),(631,970),(630.8660254037844,969.5),(630.5,969.1339745962156),(630,969),(629.5,969.1339745962156),(629.1339745962156,969.5)) -6298 ((628,980),(628.2679491924312,981),(629,981.7320508075688),(630,982),(631,981.7320508075688),(631.7320508075688,981),(632,980),(631.7320508075688,979),(631,978.2679491924312),(630,978),(629,978.2679491924312),(628.2679491924312,979)) -6299 ((627,990),(627.4019237886466,991.5),(628.5,992.5980762113534),(630,993),(631.5,992.5980762113534),(632.5980762113533,991.5),(633,990),(632.5980762113534,988.5),(631.5,987.4019237886467),(630,987),(628.5,987.4019237886466),(627.4019237886467,988.5)) -6300 ((626,1000),(626.5358983848622,1002),(628,1003.4641016151378),(630,1004),(632,1003.4641016151378),(633.4641016151378,1002),(634,1000),(633.4641016151378,998),(632,996.5358983848622),(630,996),(628,996.5358983848622),(626.5358983848622,998)) -6301 ((634,10),(634.8038475772934,13),(637,15.196152422706632),(640,16),(643,15.196152422706632),(645.1961524227066,13.000000000000002),(646,10),(645.1961524227066,7.000000000000002),(643,4.803847577293369),(640,4),(637,4.803847577293366),(634.8038475772934,6.999999999999997)) -6302 ((633,20),(633.937822173509,23.5),(636.5,26.06217782649107),(640,27),(643.5,26.062177826491073),(646.062177826491,23.500000000000004),(647,20),(646.062177826491,16.5),(643.5,13.93782217350893),(640,13),(636.5,13.937822173508927),(633.937822173509,16.499999999999996)) -6303 ((632,30),(633.0717967697245,34),(636,36.92820323027551),(640,38),(644,36.92820323027551),(646.9282032302755,34),(648,30),(646.9282032302755,26.000000000000004),(644,23.071796769724493),(640,22),(636,23.071796769724486),(633.0717967697245,25.999999999999996)) -6304 ((631,40),(632.2057713659401,44.5),(635.5,47.79422863405995),(640,49),(644.5,47.79422863405995),(647.7942286340599,44.5),(649,40),(647.79422863406,35.5),(644.5,32.20577136594005),(640,31),(635.5,32.20577136594005),(632.2057713659401,35.5)) -6305 ((630,50),(631.3397459621556,55),(635,58.66025403784438),(640,60),(645,58.66025403784439),(648.6602540378444,55),(650,50),(648.6602540378444,45),(645,41.33974596215562),(640,40),(635,41.33974596215561),(631.3397459621556,44.99999999999999)) -6306 ((639,60),(639.1339745962156,60.5),(639.5,60.86602540378444),(640,61),(640.5,60.86602540378444),(640.8660254037844,60.5),(641,60),(640.8660254037844,59.5),(640.5,59.13397459621556),(640,59),(639.5,59.13397459621556),(639.1339745962156,59.5)) -6307 ((638,70),(638.2679491924312,71),(639,71.73205080756888),(640,72),(641,71.73205080756888),(641.7320508075688,71),(642,70),(641.7320508075688,69),(641,68.26794919243112),(640,68),(639,68.26794919243112),(638.2679491924312,69)) -6308 ((637,80),(637.4019237886466,81.5),(638.5,82.59807621135332),(640,83),(641.5,82.59807621135332),(642.5980762113533,81.5),(643,80),(642.5980762113534,78.5),(641.5,77.40192378864668),(640,77),(638.5,77.40192378864668),(637.4019237886467,78.5)) -6309 ((636,90),(636.5358983848622,92),(638,93.46410161513775),(640,94),(642,93.46410161513775),(643.4641016151378,92),(644,90),(643.4641016151378,88),(642,86.53589838486225),(640,86),(638,86.53589838486225),(636.5358983848622,88)) -6310 ((635,100),(635.6698729810778,102.5),(637.5,104.3301270189222),(640,105),(642.5,104.3301270189222),(644.3301270189222,102.5),(645,100),(644.3301270189222,97.5),(642.5,95.6698729810778),(640,95),(637.5,95.6698729810778),(635.6698729810778,97.5)) -6311 ((634,110),(634.8038475772934,113),(637,115.19615242270663),(640,116),(643,115.19615242270663),(645.1961524227066,113),(646,110),(645.1961524227066,107),(643,104.80384757729337),(640,104),(637,104.80384757729337),(634.8038475772934,107)) -6312 ((633,120),(633.937822173509,123.5),(636.5,126.06217782649107),(640,127),(643.5,126.06217782649107),(646.062177826491,123.5),(647,120),(646.062177826491,116.5),(643.5,113.93782217350893),(640,113),(636.5,113.93782217350892),(633.937822173509,116.5)) -6313 ((632,130),(633.0717967697245,134),(636,136.9282032302755),(640,138),(644,136.9282032302755),(646.9282032302755,134),(648,130),(646.9282032302755,126),(644,123.07179676972449),(640,122),(636,123.07179676972449),(633.0717967697245,126)) -6314 ((631,140),(632.2057713659401,144.5),(635.5,147.79422863405995),(640,149),(644.5,147.79422863405995),(647.7942286340599,144.5),(649,140),(647.79422863406,135.5),(644.5,132.20577136594005),(640,131),(635.5,132.20577136594005),(632.2057713659401,135.5)) -6315 ((630,150),(631.3397459621556,155),(635,158.6602540378444),(640,160),(645,158.6602540378444),(648.6602540378444,155),(650,150),(648.6602540378444,145),(645,141.3397459621556),(640,140),(635,141.3397459621556),(631.3397459621556,145)) -6316 ((639,160),(639.1339745962156,160.5),(639.5,160.86602540378445),(640,161),(640.5,160.86602540378445),(640.8660254037844,160.5),(641,160),(640.8660254037844,159.5),(640.5,159.13397459621555),(640,159),(639.5,159.13397459621555),(639.1339745962156,159.5)) -6317 ((638,170),(638.2679491924312,171),(639,171.73205080756887),(640,172),(641,171.73205080756887),(641.7320508075688,171),(642,170),(641.7320508075688,169),(641,168.26794919243113),(640,168),(639,168.26794919243113),(638.2679491924312,169)) -6318 ((637,180),(637.4019237886466,181.5),(638.5,182.59807621135332),(640,183),(641.5,182.59807621135332),(642.5980762113533,181.5),(643,180),(642.5980762113534,178.5),(641.5,177.40192378864668),(640,177),(638.5,177.40192378864668),(637.4019237886467,178.5)) -6319 ((636,190),(636.5358983848622,192),(638,193.46410161513776),(640,194),(642,193.46410161513776),(643.4641016151378,192),(644,190),(643.4641016151378,188),(642,186.53589838486224),(640,186),(638,186.53589838486224),(636.5358983848622,188)) -6320 ((635,200),(635.6698729810778,202.5),(637.5,204.33012701892218),(640,205),(642.5,204.33012701892218),(644.3301270189222,202.5),(645,200),(644.3301270189222,197.5),(642.5,195.66987298107782),(640,195),(637.5,195.66987298107782),(635.6698729810778,197.5)) -6321 ((634,210),(634.8038475772934,213),(637,215.19615242270663),(640,216),(643,215.19615242270663),(645.1961524227066,213),(646,210),(645.1961524227066,207),(643,204.80384757729337),(640,204),(637,204.80384757729337),(634.8038475772934,207)) -6322 ((633,220),(633.937822173509,223.5),(636.5,226.06217782649108),(640,227),(643.5,226.06217782649108),(646.062177826491,223.5),(647,220),(646.062177826491,216.5),(643.5,213.93782217350892),(640,213),(636.5,213.93782217350892),(633.937822173509,216.5)) -6323 ((632,230),(633.0717967697245,234),(636,236.9282032302755),(640,238),(644,236.9282032302755),(646.9282032302755,234),(648,230),(646.9282032302755,226),(644,223.0717967697245),(640,222),(636,223.0717967697245),(633.0717967697245,226)) -6324 ((631,240),(632.2057713659401,244.5),(635.5,247.79422863405995),(640,249),(644.5,247.79422863405995),(647.7942286340599,244.5),(649,240),(647.79422863406,235.5),(644.5,232.20577136594005),(640,231),(635.5,232.20577136594005),(632.2057713659401,235.5)) -6325 ((630,250),(631.3397459621556,255),(635,258.66025403784437),(640,260),(645,258.66025403784437),(648.6602540378444,255),(650,250),(648.6602540378444,245),(645,241.3397459621556),(640,240),(635,241.3397459621556),(631.3397459621556,245)) -6326 ((639,260),(639.1339745962156,260.5),(639.5,260.8660254037844),(640,261),(640.5,260.8660254037844),(640.8660254037844,260.5),(641,260),(640.8660254037844,259.5),(640.5,259.1339745962156),(640,259),(639.5,259.1339745962156),(639.1339745962156,259.5)) -6327 ((638,270),(638.2679491924312,271),(639,271.7320508075689),(640,272),(641,271.7320508075689),(641.7320508075688,271),(642,270),(641.7320508075688,269),(641,268.2679491924311),(640,268),(639,268.2679491924311),(638.2679491924312,269)) -6328 ((637,280),(637.4019237886466,281.5),(638.5,282.5980762113533),(640,283),(641.5,282.5980762113533),(642.5980762113533,281.5),(643,280),(642.5980762113534,278.5),(641.5,277.4019237886467),(640,277),(638.5,277.4019237886467),(637.4019237886467,278.5)) -6329 ((636,290),(636.5358983848622,292),(638,293.46410161513774),(640,294),(642,293.46410161513774),(643.4641016151378,292),(644,290),(643.4641016151378,288),(642,286.53589838486226),(640,286),(638,286.53589838486226),(636.5358983848622,288)) -6330 ((635,300),(635.6698729810778,302.5),(637.5,304.3301270189222),(640,305),(642.5,304.3301270189222),(644.3301270189222,302.5),(645,300),(644.3301270189222,297.5),(642.5,295.6698729810778),(640,295),(637.5,295.6698729810778),(635.6698729810778,297.5)) -6331 ((634,310),(634.8038475772934,313),(637,315.19615242270663),(640,316),(643,315.19615242270663),(645.1961524227066,313),(646,310),(645.1961524227066,307),(643,304.80384757729337),(640,304),(637,304.80384757729337),(634.8038475772934,307)) -6332 ((633,320),(633.937822173509,323.5),(636.5,326.06217782649105),(640,327),(643.5,326.06217782649105),(646.062177826491,323.5),(647,320),(646.062177826491,316.5),(643.5,313.93782217350895),(640,313),(636.5,313.93782217350895),(633.937822173509,316.5)) -6333 ((632,330),(633.0717967697245,334),(636,336.9282032302755),(640,338),(644,336.9282032302755),(646.9282032302755,334),(648,330),(646.9282032302755,326),(644,323.0717967697245),(640,322),(636,323.0717967697245),(633.0717967697245,326)) -6334 ((631,340),(632.2057713659401,344.5),(635.5,347.79422863405995),(640,349),(644.5,347.79422863405995),(647.7942286340599,344.5),(649,340),(647.79422863406,335.5),(644.5,332.20577136594005),(640,331),(635.5,332.20577136594005),(632.2057713659401,335.5)) -6335 ((630,350),(631.3397459621556,355),(635,358.66025403784437),(640,360),(645,358.66025403784437),(648.6602540378444,355),(650,350),(648.6602540378444,345),(645,341.33974596215563),(640,340),(635,341.33974596215563),(631.3397459621556,345)) -6336 ((639,360),(639.1339745962156,360.5),(639.5,360.8660254037844),(640,361),(640.5,360.8660254037844),(640.8660254037844,360.5),(641,360),(640.8660254037844,359.5),(640.5,359.1339745962156),(640,359),(639.5,359.1339745962156),(639.1339745962156,359.5)) -6337 ((638,370),(638.2679491924312,371),(639,371.7320508075689),(640,372),(641,371.7320508075689),(641.7320508075688,371),(642,370),(641.7320508075688,369),(641,368.2679491924311),(640,368),(639,368.2679491924311),(638.2679491924312,369)) -6338 ((637,380),(637.4019237886466,381.5),(638.5,382.5980762113533),(640,383),(641.5,382.5980762113533),(642.5980762113533,381.5),(643,380),(642.5980762113534,378.5),(641.5,377.4019237886467),(640,377),(638.5,377.4019237886467),(637.4019237886467,378.5)) -6339 ((636,390),(636.5358983848622,392),(638,393.46410161513774),(640,394),(642,393.46410161513774),(643.4641016151378,392),(644,390),(643.4641016151378,388),(642,386.53589838486226),(640,386),(638,386.53589838486226),(636.5358983848622,388)) -6340 ((635,400),(635.6698729810778,402.5),(637.5,404.3301270189222),(640,405),(642.5,404.3301270189222),(644.3301270189222,402.5),(645,400),(644.3301270189222,397.5),(642.5,395.6698729810778),(640,395),(637.5,395.6698729810778),(635.6698729810778,397.5)) -6341 ((634,410),(634.8038475772934,413),(637,415.19615242270663),(640,416),(643,415.19615242270663),(645.1961524227066,413),(646,410),(645.1961524227066,407),(643,404.80384757729337),(640,404),(637,404.80384757729337),(634.8038475772934,407)) -6342 ((633,420),(633.937822173509,423.5),(636.5,426.06217782649105),(640,427),(643.5,426.06217782649105),(646.062177826491,423.5),(647,420),(646.062177826491,416.5),(643.5,413.93782217350895),(640,413),(636.5,413.93782217350895),(633.937822173509,416.5)) -6343 ((632,430),(633.0717967697245,434),(636,436.9282032302755),(640,438),(644,436.9282032302755),(646.9282032302755,434),(648,430),(646.9282032302755,426),(644,423.0717967697245),(640,422),(636,423.0717967697245),(633.0717967697245,426)) -6344 ((631,440),(632.2057713659401,444.5),(635.5,447.79422863405995),(640,449),(644.5,447.79422863405995),(647.7942286340599,444.5),(649,440),(647.79422863406,435.5),(644.5,432.20577136594005),(640,431),(635.5,432.20577136594005),(632.2057713659401,435.5)) -6345 ((630,450),(631.3397459621556,455),(635,458.66025403784437),(640,460),(645,458.66025403784437),(648.6602540378444,455),(650,450),(648.6602540378444,445),(645,441.33974596215563),(640,440),(635,441.33974596215563),(631.3397459621556,445)) -6346 ((639,460),(639.1339745962156,460.5),(639.5,460.8660254037844),(640,461),(640.5,460.8660254037844),(640.8660254037844,460.5),(641,460),(640.8660254037844,459.5),(640.5,459.1339745962156),(640,459),(639.5,459.1339745962156),(639.1339745962156,459.5)) -6347 ((638,470),(638.2679491924312,471),(639,471.7320508075689),(640,472),(641,471.7320508075689),(641.7320508075688,471),(642,470),(641.7320508075688,469),(641,468.2679491924311),(640,468),(639,468.2679491924311),(638.2679491924312,469)) -6348 ((637,480),(637.4019237886466,481.5),(638.5,482.5980762113533),(640,483),(641.5,482.5980762113533),(642.5980762113533,481.5),(643,480),(642.5980762113534,478.5),(641.5,477.4019237886467),(640,477),(638.5,477.4019237886467),(637.4019237886467,478.5)) -6349 ((636,490),(636.5358983848622,492),(638,493.46410161513774),(640,494),(642,493.46410161513774),(643.4641016151378,492),(644,490),(643.4641016151378,488),(642,486.53589838486226),(640,486),(638,486.53589838486226),(636.5358983848622,488)) -6350 ((635,500),(635.6698729810778,502.5),(637.5,504.3301270189222),(640,505),(642.5,504.3301270189222),(644.3301270189222,502.5),(645,500),(644.3301270189222,497.5),(642.5,495.6698729810778),(640,495),(637.5,495.6698729810778),(635.6698729810778,497.5)) -6351 ((634,510),(634.8038475772934,513),(637,515.1961524227066),(640,516),(643,515.1961524227066),(645.1961524227066,513),(646,510),(645.1961524227066,507),(643,504.80384757729337),(640,504),(637,504.80384757729337),(634.8038475772934,507)) -6352 ((633,520),(633.937822173509,523.5),(636.5,526.062177826491),(640,527),(643.5,526.062177826491),(646.062177826491,523.5),(647,520),(646.062177826491,516.5),(643.5,513.937822173509),(640,513),(636.5,513.937822173509),(633.937822173509,516.5)) -6353 ((632,530),(633.0717967697245,534),(636,536.9282032302755),(640,538),(644,536.9282032302755),(646.9282032302755,534),(648,530),(646.9282032302755,526),(644,523.0717967697245),(640,522),(636,523.0717967697245),(633.0717967697245,526)) -6354 ((631,540),(632.2057713659401,544.5),(635.5,547.7942286340599),(640,549),(644.5,547.7942286340599),(647.7942286340599,544.5),(649,540),(647.79422863406,535.5),(644.5,532.2057713659401),(640,531),(635.5,532.20577136594),(632.2057713659401,535.5)) -6355 ((630,550),(631.3397459621556,555),(635,558.6602540378444),(640,560),(645,558.6602540378444),(648.6602540378444,555),(650,550),(648.6602540378444,545),(645,541.3397459621556),(640,540),(635,541.3397459621556),(631.3397459621556,545)) -6356 ((639,560),(639.1339745962156,560.5),(639.5,560.8660254037844),(640,561),(640.5,560.8660254037844),(640.8660254037844,560.5),(641,560),(640.8660254037844,559.5),(640.5,559.1339745962156),(640,559),(639.5,559.1339745962156),(639.1339745962156,559.5)) -6357 ((638,570),(638.2679491924312,571),(639,571.7320508075688),(640,572),(641,571.7320508075688),(641.7320508075688,571),(642,570),(641.7320508075688,569),(641,568.2679491924312),(640,568),(639,568.2679491924312),(638.2679491924312,569)) -6358 ((637,580),(637.4019237886466,581.5),(638.5,582.5980762113534),(640,583),(641.5,582.5980762113534),(642.5980762113533,581.5),(643,580),(642.5980762113534,578.5),(641.5,577.4019237886467),(640,577),(638.5,577.4019237886466),(637.4019237886467,578.5)) -6359 ((636,590),(636.5358983848622,592),(638,593.4641016151378),(640,594),(642,593.4641016151378),(643.4641016151378,592),(644,590),(643.4641016151378,588),(642,586.5358983848622),(640,586),(638,586.5358983848622),(636.5358983848622,588)) -6360 ((635,600),(635.6698729810778,602.5),(637.5,604.3301270189222),(640,605),(642.5,604.3301270189222),(644.3301270189222,602.5),(645,600),(644.3301270189222,597.5),(642.5,595.6698729810778),(640,595),(637.5,595.6698729810778),(635.6698729810778,597.5)) -6361 ((634,610),(634.8038475772934,613),(637,615.1961524227066),(640,616),(643,615.1961524227066),(645.1961524227066,613),(646,610),(645.1961524227066,607),(643,604.8038475772934),(640,604),(637,604.8038475772934),(634.8038475772934,607)) -6362 ((633,620),(633.937822173509,623.5),(636.5,626.062177826491),(640,627),(643.5,626.062177826491),(646.062177826491,623.5),(647,620),(646.062177826491,616.5),(643.5,613.937822173509),(640,613),(636.5,613.937822173509),(633.937822173509,616.5)) -6363 ((632,630),(633.0717967697245,634),(636,636.9282032302755),(640,638),(644,636.9282032302755),(646.9282032302755,634),(648,630),(646.9282032302755,626),(644,623.0717967697245),(640,622),(636,623.0717967697245),(633.0717967697245,626)) -6364 ((631,640),(632.2057713659401,644.5),(635.5,647.7942286340599),(640,649),(644.5,647.7942286340599),(647.7942286340599,644.5),(649,640),(647.79422863406,635.5),(644.5,632.2057713659401),(640,631),(635.5,632.20577136594),(632.2057713659401,635.5)) -6365 ((630,650),(631.3397459621556,655),(635,658.6602540378444),(640,660),(645,658.6602540378444),(648.6602540378444,655),(650,650),(648.6602540378444,645),(645,641.3397459621556),(640,640),(635,641.3397459621556),(631.3397459621556,645)) -6366 ((639,660),(639.1339745962156,660.5),(639.5,660.8660254037844),(640,661),(640.5,660.8660254037844),(640.8660254037844,660.5),(641,660),(640.8660254037844,659.5),(640.5,659.1339745962156),(640,659),(639.5,659.1339745962156),(639.1339745962156,659.5)) -6367 ((638,670),(638.2679491924312,671),(639,671.7320508075688),(640,672),(641,671.7320508075688),(641.7320508075688,671),(642,670),(641.7320508075688,669),(641,668.2679491924312),(640,668),(639,668.2679491924312),(638.2679491924312,669)) -6368 ((637,680),(637.4019237886466,681.5),(638.5,682.5980762113534),(640,683),(641.5,682.5980762113534),(642.5980762113533,681.5),(643,680),(642.5980762113534,678.5),(641.5,677.4019237886467),(640,677),(638.5,677.4019237886466),(637.4019237886467,678.5)) -6369 ((636,690),(636.5358983848622,692),(638,693.4641016151378),(640,694),(642,693.4641016151378),(643.4641016151378,692),(644,690),(643.4641016151378,688),(642,686.5358983848622),(640,686),(638,686.5358983848622),(636.5358983848622,688)) -6370 ((635,700),(635.6698729810778,702.5),(637.5,704.3301270189222),(640,705),(642.5,704.3301270189222),(644.3301270189222,702.5),(645,700),(644.3301270189222,697.5),(642.5,695.6698729810778),(640,695),(637.5,695.6698729810778),(635.6698729810778,697.5)) -6371 ((634,710),(634.8038475772934,713),(637,715.1961524227066),(640,716),(643,715.1961524227066),(645.1961524227066,713),(646,710),(645.1961524227066,707),(643,704.8038475772934),(640,704),(637,704.8038475772934),(634.8038475772934,707)) -6372 ((633,720),(633.937822173509,723.5),(636.5,726.062177826491),(640,727),(643.5,726.062177826491),(646.062177826491,723.5),(647,720),(646.062177826491,716.5),(643.5,713.937822173509),(640,713),(636.5,713.937822173509),(633.937822173509,716.5)) -6373 ((632,730),(633.0717967697245,734),(636,736.9282032302755),(640,738),(644,736.9282032302755),(646.9282032302755,734),(648,730),(646.9282032302755,726),(644,723.0717967697245),(640,722),(636,723.0717967697245),(633.0717967697245,726)) -6374 ((631,740),(632.2057713659401,744.5),(635.5,747.7942286340599),(640,749),(644.5,747.7942286340599),(647.7942286340599,744.5),(649,740),(647.79422863406,735.5),(644.5,732.2057713659401),(640,731),(635.5,732.20577136594),(632.2057713659401,735.5)) -6375 ((630,750),(631.3397459621556,755),(635,758.6602540378444),(640,760),(645,758.6602540378444),(648.6602540378444,755),(650,750),(648.6602540378444,745),(645,741.3397459621556),(640,740),(635,741.3397459621556),(631.3397459621556,745)) -6376 ((639,760),(639.1339745962156,760.5),(639.5,760.8660254037844),(640,761),(640.5,760.8660254037844),(640.8660254037844,760.5),(641,760),(640.8660254037844,759.5),(640.5,759.1339745962156),(640,759),(639.5,759.1339745962156),(639.1339745962156,759.5)) -6377 ((638,770),(638.2679491924312,771),(639,771.7320508075688),(640,772),(641,771.7320508075688),(641.7320508075688,771),(642,770),(641.7320508075688,769),(641,768.2679491924312),(640,768),(639,768.2679491924312),(638.2679491924312,769)) -6378 ((637,780),(637.4019237886466,781.5),(638.5,782.5980762113534),(640,783),(641.5,782.5980762113534),(642.5980762113533,781.5),(643,780),(642.5980762113534,778.5),(641.5,777.4019237886467),(640,777),(638.5,777.4019237886466),(637.4019237886467,778.5)) -6379 ((636,790),(636.5358983848622,792),(638,793.4641016151378),(640,794),(642,793.4641016151378),(643.4641016151378,792),(644,790),(643.4641016151378,788),(642,786.5358983848622),(640,786),(638,786.5358983848622),(636.5358983848622,788)) -6380 ((635,800),(635.6698729810778,802.5),(637.5,804.3301270189222),(640,805),(642.5,804.3301270189222),(644.3301270189222,802.5),(645,800),(644.3301270189222,797.5),(642.5,795.6698729810778),(640,795),(637.5,795.6698729810778),(635.6698729810778,797.5)) -6381 ((634,810),(634.8038475772934,813),(637,815.1961524227066),(640,816),(643,815.1961524227066),(645.1961524227066,813),(646,810),(645.1961524227066,807),(643,804.8038475772934),(640,804),(637,804.8038475772934),(634.8038475772934,807)) -6382 ((633,820),(633.937822173509,823.5),(636.5,826.062177826491),(640,827),(643.5,826.062177826491),(646.062177826491,823.5),(647,820),(646.062177826491,816.5),(643.5,813.937822173509),(640,813),(636.5,813.937822173509),(633.937822173509,816.5)) -6383 ((632,830),(633.0717967697245,834),(636,836.9282032302755),(640,838),(644,836.9282032302755),(646.9282032302755,834),(648,830),(646.9282032302755,826),(644,823.0717967697245),(640,822),(636,823.0717967697245),(633.0717967697245,826)) -6384 ((631,840),(632.2057713659401,844.5),(635.5,847.7942286340599),(640,849),(644.5,847.7942286340599),(647.7942286340599,844.5),(649,840),(647.79422863406,835.5),(644.5,832.2057713659401),(640,831),(635.5,832.20577136594),(632.2057713659401,835.5)) -6385 ((630,850),(631.3397459621556,855),(635,858.6602540378444),(640,860),(645,858.6602540378444),(648.6602540378444,855),(650,850),(648.6602540378444,845),(645,841.3397459621556),(640,840),(635,841.3397459621556),(631.3397459621556,845)) -6386 ((639,860),(639.1339745962156,860.5),(639.5,860.8660254037844),(640,861),(640.5,860.8660254037844),(640.8660254037844,860.5),(641,860),(640.8660254037844,859.5),(640.5,859.1339745962156),(640,859),(639.5,859.1339745962156),(639.1339745962156,859.5)) -6387 ((638,870),(638.2679491924312,871),(639,871.7320508075688),(640,872),(641,871.7320508075688),(641.7320508075688,871),(642,870),(641.7320508075688,869),(641,868.2679491924312),(640,868),(639,868.2679491924312),(638.2679491924312,869)) -6388 ((637,880),(637.4019237886466,881.5),(638.5,882.5980762113534),(640,883),(641.5,882.5980762113534),(642.5980762113533,881.5),(643,880),(642.5980762113534,878.5),(641.5,877.4019237886467),(640,877),(638.5,877.4019237886466),(637.4019237886467,878.5)) -6389 ((636,890),(636.5358983848622,892),(638,893.4641016151378),(640,894),(642,893.4641016151378),(643.4641016151378,892),(644,890),(643.4641016151378,888),(642,886.5358983848622),(640,886),(638,886.5358983848622),(636.5358983848622,888)) -6390 ((635,900),(635.6698729810778,902.5),(637.5,904.3301270189222),(640,905),(642.5,904.3301270189222),(644.3301270189222,902.5),(645,900),(644.3301270189222,897.5),(642.5,895.6698729810778),(640,895),(637.5,895.6698729810778),(635.6698729810778,897.5)) -6391 ((634,910),(634.8038475772934,913),(637,915.1961524227066),(640,916),(643,915.1961524227066),(645.1961524227066,913),(646,910),(645.1961524227066,907),(643,904.8038475772934),(640,904),(637,904.8038475772934),(634.8038475772934,907)) -6392 ((633,920),(633.937822173509,923.5),(636.5,926.062177826491),(640,927),(643.5,926.062177826491),(646.062177826491,923.5),(647,920),(646.062177826491,916.5),(643.5,913.937822173509),(640,913),(636.5,913.937822173509),(633.937822173509,916.5)) -6393 ((632,930),(633.0717967697245,934),(636,936.9282032302755),(640,938),(644,936.9282032302755),(646.9282032302755,934),(648,930),(646.9282032302755,926),(644,923.0717967697245),(640,922),(636,923.0717967697245),(633.0717967697245,926)) -6394 ((631,940),(632.2057713659401,944.5),(635.5,947.7942286340599),(640,949),(644.5,947.7942286340599),(647.7942286340599,944.5),(649,940),(647.79422863406,935.5),(644.5,932.2057713659401),(640,931),(635.5,932.20577136594),(632.2057713659401,935.5)) -6395 ((630,950),(631.3397459621556,955),(635,958.6602540378444),(640,960),(645,958.6602540378444),(648.6602540378444,955),(650,950),(648.6602540378444,945),(645,941.3397459621556),(640,940),(635,941.3397459621556),(631.3397459621556,945)) -6396 ((639,960),(639.1339745962156,960.5),(639.5,960.8660254037844),(640,961),(640.5,960.8660254037844),(640.8660254037844,960.5),(641,960),(640.8660254037844,959.5),(640.5,959.1339745962156),(640,959),(639.5,959.1339745962156),(639.1339745962156,959.5)) -6397 ((638,970),(638.2679491924312,971),(639,971.7320508075688),(640,972),(641,971.7320508075688),(641.7320508075688,971),(642,970),(641.7320508075688,969),(641,968.2679491924312),(640,968),(639,968.2679491924312),(638.2679491924312,969)) -6398 ((637,980),(637.4019237886466,981.5),(638.5,982.5980762113534),(640,983),(641.5,982.5980762113534),(642.5980762113533,981.5),(643,980),(642.5980762113534,978.5),(641.5,977.4019237886467),(640,977),(638.5,977.4019237886466),(637.4019237886467,978.5)) -6399 ((636,990),(636.5358983848622,992),(638,993.4641016151378),(640,994),(642,993.4641016151378),(643.4641016151378,992),(644,990),(643.4641016151378,988),(642,986.5358983848622),(640,986),(638,986.5358983848622),(636.5358983848622,988)) -6400 ((635,1000),(635.6698729810778,1002.5),(637.5,1004.3301270189222),(640,1005),(642.5,1004.3301270189222),(644.3301270189222,1002.5),(645,1000),(644.3301270189222,997.5),(642.5,995.6698729810778),(640,995),(637.5,995.6698729810778),(635.6698729810778,997.5)) -6401 ((643,10),(643.937822173509,13.5),(646.5,16.06217782649107),(650,17),(653.5,16.062177826491073),(656.062177826491,13.500000000000002),(657,10),(656.062177826491,6.500000000000002),(653.5,3.9378221735089305),(650,3),(646.5,3.937822173508927),(643.937822173509,6.4999999999999964)) -6402 ((642,20),(643.0717967697245,24),(646,26.928203230275507),(650,28),(654,26.92820323027551),(656.9282032302755,24.000000000000004),(658,20),(656.9282032302755,16.000000000000004),(654,13.071796769724493),(650,12),(646,13.071796769724488),(643.0717967697245,15.999999999999996)) -6403 ((641,30),(642.2057713659401,34.5),(645.5,37.79422863405995),(650,39),(654.5,37.79422863405995),(657.7942286340599,34.5),(659,30),(657.79422863406,25.500000000000004),(654.5,22.205771365940052),(650,21),(645.5,22.20577136594005),(642.2057713659401,25.499999999999996)) -6404 ((640,40),(641.3397459621556,45),(645,48.66025403784438),(650,50),(655,48.66025403784439),(658.6602540378444,45),(660,40),(658.6602540378444,35),(655,31.339745962155614),(650,30),(645,31.33974596215561),(641.3397459621556,34.99999999999999)) -6405 ((649,50),(649.1339745962156,50.5),(649.5,50.86602540378444),(650,51),(650.5,50.86602540378444),(650.8660254037844,50.5),(651,50),(650.8660254037844,49.5),(650.5,49.13397459621556),(650,49),(649.5,49.13397459621556),(649.1339745962156,49.5)) -6406 ((648,60),(648.2679491924312,61),(649,61.732050807568875),(650,62),(651,61.732050807568875),(651.7320508075688,61),(652,60),(651.7320508075688,59),(651,58.267949192431125),(650,58),(649,58.267949192431125),(648.2679491924312,59)) -6407 ((647,70),(647.4019237886466,71.5),(648.5,72.59807621135332),(650,73),(651.5,72.59807621135332),(652.5980762113533,71.5),(653,70),(652.5980762113534,68.5),(651.5,67.40192378864668),(650,67),(648.5,67.40192378864668),(647.4019237886467,68.5)) -6408 ((646,80),(646.5358983848622,82),(648,83.46410161513775),(650,84),(652,83.46410161513775),(653.4641016151378,82),(654,80),(653.4641016151378,78),(652,76.53589838486225),(650,76),(648,76.53589838486225),(646.5358983848622,78)) -6409 ((645,90),(645.6698729810778,92.5),(647.5,94.3301270189222),(650,95),(652.5,94.3301270189222),(654.3301270189222,92.5),(655,90),(654.3301270189222,87.5),(652.5,85.6698729810778),(650,85),(647.5,85.6698729810778),(645.6698729810778,87.5)) -6410 ((644,100),(644.8038475772934,103),(647,105.19615242270663),(650,106),(653,105.19615242270663),(655.1961524227066,103),(656,100),(655.1961524227066,97),(653,94.80384757729337),(650,94),(647,94.80384757729337),(644.8038475772934,97)) -6411 ((643,110),(643.937822173509,113.5),(646.5,116.06217782649107),(650,117),(653.5,116.06217782649107),(656.062177826491,113.5),(657,110),(656.062177826491,106.5),(653.5,103.93782217350893),(650,103),(646.5,103.93782217350892),(643.937822173509,106.5)) -6412 ((642,120),(643.0717967697245,124),(646,126.92820323027551),(650,128),(654,126.92820323027551),(656.9282032302755,124),(658,120),(656.9282032302755,116),(654,113.07179676972449),(650,112),(646,113.07179676972449),(643.0717967697245,116)) -6413 ((641,130),(642.2057713659401,134.5),(645.5,137.79422863405995),(650,139),(654.5,137.79422863405995),(657.7942286340599,134.5),(659,130),(657.79422863406,125.5),(654.5,122.20577136594005),(650,121),(645.5,122.20577136594005),(642.2057713659401,125.5)) -6414 ((640,140),(641.3397459621556,145),(645,148.6602540378444),(650,150),(655,148.6602540378444),(658.6602540378444,145),(660,140),(658.6602540378444,135),(655,131.3397459621556),(650,130),(645,131.3397459621556),(641.3397459621556,135)) -6415 ((649,150),(649.1339745962156,150.5),(649.5,150.86602540378445),(650,151),(650.5,150.86602540378445),(650.8660254037844,150.5),(651,150),(650.8660254037844,149.5),(650.5,149.13397459621555),(650,149),(649.5,149.13397459621555),(649.1339745962156,149.5)) -6416 ((648,160),(648.2679491924312,161),(649,161.73205080756887),(650,162),(651,161.73205080756887),(651.7320508075688,161),(652,160),(651.7320508075688,159),(651,158.26794919243113),(650,158),(649,158.26794919243113),(648.2679491924312,159)) -6417 ((647,170),(647.4019237886466,171.5),(648.5,172.59807621135332),(650,173),(651.5,172.59807621135332),(652.5980762113533,171.5),(653,170),(652.5980762113534,168.5),(651.5,167.40192378864668),(650,167),(648.5,167.40192378864668),(647.4019237886467,168.5)) -6418 ((646,180),(646.5358983848622,182),(648,183.46410161513776),(650,184),(652,183.46410161513776),(653.4641016151378,182),(654,180),(653.4641016151378,178),(652,176.53589838486224),(650,176),(648,176.53589838486224),(646.5358983848622,178)) -6419 ((645,190),(645.6698729810778,192.5),(647.5,194.33012701892218),(650,195),(652.5,194.33012701892218),(654.3301270189222,192.5),(655,190),(654.3301270189222,187.5),(652.5,185.66987298107782),(650,185),(647.5,185.66987298107782),(645.6698729810778,187.5)) -6420 ((644,200),(644.8038475772934,203),(647,205.19615242270663),(650,206),(653,205.19615242270663),(655.1961524227066,203),(656,200),(655.1961524227066,197),(653,194.80384757729337),(650,194),(647,194.80384757729337),(644.8038475772934,197)) -6421 ((643,210),(643.937822173509,213.5),(646.5,216.06217782649108),(650,217),(653.5,216.06217782649108),(656.062177826491,213.5),(657,210),(656.062177826491,206.5),(653.5,203.93782217350892),(650,203),(646.5,203.93782217350892),(643.937822173509,206.5)) -6422 ((642,220),(643.0717967697245,224),(646,226.9282032302755),(650,228),(654,226.9282032302755),(656.9282032302755,224),(658,220),(656.9282032302755,216),(654,213.0717967697245),(650,212),(646,213.0717967697245),(643.0717967697245,216)) -6423 ((641,230),(642.2057713659401,234.5),(645.5,237.79422863405995),(650,239),(654.5,237.79422863405995),(657.7942286340599,234.5),(659,230),(657.79422863406,225.5),(654.5,222.20577136594005),(650,221),(645.5,222.20577136594005),(642.2057713659401,225.5)) -6424 ((640,240),(641.3397459621556,245),(645,248.6602540378444),(650,250),(655,248.6602540378444),(658.6602540378444,245),(660,240),(658.6602540378444,235),(655,231.3397459621556),(650,230),(645,231.3397459621556),(641.3397459621556,235)) -6425 ((649,250),(649.1339745962156,250.5),(649.5,250.86602540378445),(650,251),(650.5,250.86602540378445),(650.8660254037844,250.5),(651,250),(650.8660254037844,249.5),(650.5,249.13397459621555),(650,249),(649.5,249.13397459621555),(649.1339745962156,249.5)) -6426 ((648,260),(648.2679491924312,261),(649,261.7320508075689),(650,262),(651,261.7320508075689),(651.7320508075688,261),(652,260),(651.7320508075688,259),(651,258.2679491924311),(650,258),(649,258.2679491924311),(648.2679491924312,259)) -6427 ((647,270),(647.4019237886466,271.5),(648.5,272.5980762113533),(650,273),(651.5,272.5980762113533),(652.5980762113533,271.5),(653,270),(652.5980762113534,268.5),(651.5,267.4019237886467),(650,267),(648.5,267.4019237886467),(647.4019237886467,268.5)) -6428 ((646,280),(646.5358983848622,282),(648,283.46410161513774),(650,284),(652,283.46410161513774),(653.4641016151378,282),(654,280),(653.4641016151378,278),(652,276.53589838486226),(650,276),(648,276.53589838486226),(646.5358983848622,278)) -6429 ((645,290),(645.6698729810778,292.5),(647.5,294.3301270189222),(650,295),(652.5,294.3301270189222),(654.3301270189222,292.5),(655,290),(654.3301270189222,287.5),(652.5,285.6698729810778),(650,285),(647.5,285.6698729810778),(645.6698729810778,287.5)) -6430 ((644,300),(644.8038475772934,303),(647,305.19615242270663),(650,306),(653,305.19615242270663),(655.1961524227066,303),(656,300),(655.1961524227066,297),(653,294.80384757729337),(650,294),(647,294.80384757729337),(644.8038475772934,297)) -6431 ((643,310),(643.937822173509,313.5),(646.5,316.06217782649105),(650,317),(653.5,316.06217782649105),(656.062177826491,313.5),(657,310),(656.062177826491,306.5),(653.5,303.93782217350895),(650,303),(646.5,303.93782217350895),(643.937822173509,306.5)) -6432 ((642,320),(643.0717967697245,324),(646,326.9282032302755),(650,328),(654,326.9282032302755),(656.9282032302755,324),(658,320),(656.9282032302755,316),(654,313.0717967697245),(650,312),(646,313.0717967697245),(643.0717967697245,316)) -6433 ((641,330),(642.2057713659401,334.5),(645.5,337.79422863405995),(650,339),(654.5,337.79422863405995),(657.7942286340599,334.5),(659,330),(657.79422863406,325.5),(654.5,322.20577136594005),(650,321),(645.5,322.20577136594005),(642.2057713659401,325.5)) -6434 ((640,340),(641.3397459621556,345),(645,348.66025403784437),(650,350),(655,348.66025403784437),(658.6602540378444,345),(660,340),(658.6602540378444,335),(655,331.33974596215563),(650,330),(645,331.33974596215563),(641.3397459621556,335)) -6435 ((649,350),(649.1339745962156,350.5),(649.5,350.8660254037844),(650,351),(650.5,350.8660254037844),(650.8660254037844,350.5),(651,350),(650.8660254037844,349.5),(650.5,349.1339745962156),(650,349),(649.5,349.1339745962156),(649.1339745962156,349.5)) -6436 ((648,360),(648.2679491924312,361),(649,361.7320508075689),(650,362),(651,361.7320508075689),(651.7320508075688,361),(652,360),(651.7320508075688,359),(651,358.2679491924311),(650,358),(649,358.2679491924311),(648.2679491924312,359)) -6437 ((647,370),(647.4019237886466,371.5),(648.5,372.5980762113533),(650,373),(651.5,372.5980762113533),(652.5980762113533,371.5),(653,370),(652.5980762113534,368.5),(651.5,367.4019237886467),(650,367),(648.5,367.4019237886467),(647.4019237886467,368.5)) -6438 ((646,380),(646.5358983848622,382),(648,383.46410161513774),(650,384),(652,383.46410161513774),(653.4641016151378,382),(654,380),(653.4641016151378,378),(652,376.53589838486226),(650,376),(648,376.53589838486226),(646.5358983848622,378)) -6439 ((645,390),(645.6698729810778,392.5),(647.5,394.3301270189222),(650,395),(652.5,394.3301270189222),(654.3301270189222,392.5),(655,390),(654.3301270189222,387.5),(652.5,385.6698729810778),(650,385),(647.5,385.6698729810778),(645.6698729810778,387.5)) -6440 ((644,400),(644.8038475772934,403),(647,405.19615242270663),(650,406),(653,405.19615242270663),(655.1961524227066,403),(656,400),(655.1961524227066,397),(653,394.80384757729337),(650,394),(647,394.80384757729337),(644.8038475772934,397)) -6441 ((643,410),(643.937822173509,413.5),(646.5,416.06217782649105),(650,417),(653.5,416.06217782649105),(656.062177826491,413.5),(657,410),(656.062177826491,406.5),(653.5,403.93782217350895),(650,403),(646.5,403.93782217350895),(643.937822173509,406.5)) -6442 ((642,420),(643.0717967697245,424),(646,426.9282032302755),(650,428),(654,426.9282032302755),(656.9282032302755,424),(658,420),(656.9282032302755,416),(654,413.0717967697245),(650,412),(646,413.0717967697245),(643.0717967697245,416)) -6443 ((641,430),(642.2057713659401,434.5),(645.5,437.79422863405995),(650,439),(654.5,437.79422863405995),(657.7942286340599,434.5),(659,430),(657.79422863406,425.5),(654.5,422.20577136594005),(650,421),(645.5,422.20577136594005),(642.2057713659401,425.5)) -6444 ((640,440),(641.3397459621556,445),(645,448.66025403784437),(650,450),(655,448.66025403784437),(658.6602540378444,445),(660,440),(658.6602540378444,435),(655,431.33974596215563),(650,430),(645,431.33974596215563),(641.3397459621556,435)) -6445 ((649,450),(649.1339745962156,450.5),(649.5,450.8660254037844),(650,451),(650.5,450.8660254037844),(650.8660254037844,450.5),(651,450),(650.8660254037844,449.5),(650.5,449.1339745962156),(650,449),(649.5,449.1339745962156),(649.1339745962156,449.5)) -6446 ((648,460),(648.2679491924312,461),(649,461.7320508075689),(650,462),(651,461.7320508075689),(651.7320508075688,461),(652,460),(651.7320508075688,459),(651,458.2679491924311),(650,458),(649,458.2679491924311),(648.2679491924312,459)) -6447 ((647,470),(647.4019237886466,471.5),(648.5,472.5980762113533),(650,473),(651.5,472.5980762113533),(652.5980762113533,471.5),(653,470),(652.5980762113534,468.5),(651.5,467.4019237886467),(650,467),(648.5,467.4019237886467),(647.4019237886467,468.5)) -6448 ((646,480),(646.5358983848622,482),(648,483.46410161513774),(650,484),(652,483.46410161513774),(653.4641016151378,482),(654,480),(653.4641016151378,478),(652,476.53589838486226),(650,476),(648,476.53589838486226),(646.5358983848622,478)) -6449 ((645,490),(645.6698729810778,492.5),(647.5,494.3301270189222),(650,495),(652.5,494.3301270189222),(654.3301270189222,492.5),(655,490),(654.3301270189222,487.5),(652.5,485.6698729810778),(650,485),(647.5,485.6698729810778),(645.6698729810778,487.5)) -6450 ((644,500),(644.8038475772934,503),(647,505.19615242270663),(650,506),(653,505.19615242270663),(655.1961524227066,503),(656,500),(655.1961524227066,497),(653,494.80384757729337),(650,494),(647,494.80384757729337),(644.8038475772934,497)) -6451 ((643,510),(643.937822173509,513.5),(646.5,516.062177826491),(650,517),(653.5,516.062177826491),(656.062177826491,513.5),(657,510),(656.062177826491,506.5),(653.5,503.93782217350895),(650,503),(646.5,503.93782217350895),(643.937822173509,506.5)) -6452 ((642,520),(643.0717967697245,524),(646,526.9282032302755),(650,528),(654,526.9282032302755),(656.9282032302755,524),(658,520),(656.9282032302755,516),(654,513.0717967697245),(650,512),(646,513.0717967697245),(643.0717967697245,516)) -6453 ((641,530),(642.2057713659401,534.5),(645.5,537.7942286340599),(650,539),(654.5,537.7942286340599),(657.7942286340599,534.5),(659,530),(657.79422863406,525.5),(654.5,522.2057713659401),(650,521),(645.5,522.20577136594),(642.2057713659401,525.5)) -6454 ((640,540),(641.3397459621556,545),(645,548.6602540378444),(650,550),(655,548.6602540378444),(658.6602540378444,545),(660,540),(658.6602540378444,535),(655,531.3397459621556),(650,530),(645,531.3397459621556),(641.3397459621556,535)) -6455 ((649,550),(649.1339745962156,550.5),(649.5,550.8660254037844),(650,551),(650.5,550.8660254037844),(650.8660254037844,550.5),(651,550),(650.8660254037844,549.5),(650.5,549.1339745962156),(650,549),(649.5,549.1339745962156),(649.1339745962156,549.5)) -6456 ((648,560),(648.2679491924312,561),(649,561.7320508075688),(650,562),(651,561.7320508075688),(651.7320508075688,561),(652,560),(651.7320508075688,559),(651,558.2679491924312),(650,558),(649,558.2679491924312),(648.2679491924312,559)) -6457 ((647,570),(647.4019237886466,571.5),(648.5,572.5980762113534),(650,573),(651.5,572.5980762113534),(652.5980762113533,571.5),(653,570),(652.5980762113534,568.5),(651.5,567.4019237886467),(650,567),(648.5,567.4019237886466),(647.4019237886467,568.5)) -6458 ((646,580),(646.5358983848622,582),(648,583.4641016151378),(650,584),(652,583.4641016151378),(653.4641016151378,582),(654,580),(653.4641016151378,578),(652,576.5358983848622),(650,576),(648,576.5358983848622),(646.5358983848622,578)) -6459 ((645,590),(645.6698729810778,592.5),(647.5,594.3301270189222),(650,595),(652.5,594.3301270189222),(654.3301270189222,592.5),(655,590),(654.3301270189222,587.5),(652.5,585.6698729810778),(650,585),(647.5,585.6698729810778),(645.6698729810778,587.5)) -6460 ((644,600),(644.8038475772934,603),(647,605.1961524227066),(650,606),(653,605.1961524227066),(655.1961524227066,603),(656,600),(655.1961524227066,597),(653,594.8038475772934),(650,594),(647,594.8038475772934),(644.8038475772934,597)) -6461 ((643,610),(643.937822173509,613.5),(646.5,616.062177826491),(650,617),(653.5,616.062177826491),(656.062177826491,613.5),(657,610),(656.062177826491,606.5),(653.5,603.937822173509),(650,603),(646.5,603.937822173509),(643.937822173509,606.5)) -6462 ((642,620),(643.0717967697245,624),(646,626.9282032302755),(650,628),(654,626.9282032302755),(656.9282032302755,624),(658,620),(656.9282032302755,616),(654,613.0717967697245),(650,612),(646,613.0717967697245),(643.0717967697245,616)) -6463 ((641,630),(642.2057713659401,634.5),(645.5,637.7942286340599),(650,639),(654.5,637.7942286340599),(657.7942286340599,634.5),(659,630),(657.79422863406,625.5),(654.5,622.2057713659401),(650,621),(645.5,622.20577136594),(642.2057713659401,625.5)) -6464 ((640,640),(641.3397459621556,645),(645,648.6602540378444),(650,650),(655,648.6602540378444),(658.6602540378444,645),(660,640),(658.6602540378444,635),(655,631.3397459621556),(650,630),(645,631.3397459621556),(641.3397459621556,635)) -6465 ((649,650),(649.1339745962156,650.5),(649.5,650.8660254037844),(650,651),(650.5,650.8660254037844),(650.8660254037844,650.5),(651,650),(650.8660254037844,649.5),(650.5,649.1339745962156),(650,649),(649.5,649.1339745962156),(649.1339745962156,649.5)) -6466 ((648,660),(648.2679491924312,661),(649,661.7320508075688),(650,662),(651,661.7320508075688),(651.7320508075688,661),(652,660),(651.7320508075688,659),(651,658.2679491924312),(650,658),(649,658.2679491924312),(648.2679491924312,659)) -6467 ((647,670),(647.4019237886466,671.5),(648.5,672.5980762113534),(650,673),(651.5,672.5980762113534),(652.5980762113533,671.5),(653,670),(652.5980762113534,668.5),(651.5,667.4019237886467),(650,667),(648.5,667.4019237886466),(647.4019237886467,668.5)) -6468 ((646,680),(646.5358983848622,682),(648,683.4641016151378),(650,684),(652,683.4641016151378),(653.4641016151378,682),(654,680),(653.4641016151378,678),(652,676.5358983848622),(650,676),(648,676.5358983848622),(646.5358983848622,678)) -6469 ((645,690),(645.6698729810778,692.5),(647.5,694.3301270189222),(650,695),(652.5,694.3301270189222),(654.3301270189222,692.5),(655,690),(654.3301270189222,687.5),(652.5,685.6698729810778),(650,685),(647.5,685.6698729810778),(645.6698729810778,687.5)) -6470 ((644,700),(644.8038475772934,703),(647,705.1961524227066),(650,706),(653,705.1961524227066),(655.1961524227066,703),(656,700),(655.1961524227066,697),(653,694.8038475772934),(650,694),(647,694.8038475772934),(644.8038475772934,697)) -6471 ((643,710),(643.937822173509,713.5),(646.5,716.062177826491),(650,717),(653.5,716.062177826491),(656.062177826491,713.5),(657,710),(656.062177826491,706.5),(653.5,703.937822173509),(650,703),(646.5,703.937822173509),(643.937822173509,706.5)) -6472 ((642,720),(643.0717967697245,724),(646,726.9282032302755),(650,728),(654,726.9282032302755),(656.9282032302755,724),(658,720),(656.9282032302755,716),(654,713.0717967697245),(650,712),(646,713.0717967697245),(643.0717967697245,716)) -6473 ((641,730),(642.2057713659401,734.5),(645.5,737.7942286340599),(650,739),(654.5,737.7942286340599),(657.7942286340599,734.5),(659,730),(657.79422863406,725.5),(654.5,722.2057713659401),(650,721),(645.5,722.20577136594),(642.2057713659401,725.5)) -6474 ((640,740),(641.3397459621556,745),(645,748.6602540378444),(650,750),(655,748.6602540378444),(658.6602540378444,745),(660,740),(658.6602540378444,735),(655,731.3397459621556),(650,730),(645,731.3397459621556),(641.3397459621556,735)) -6475 ((649,750),(649.1339745962156,750.5),(649.5,750.8660254037844),(650,751),(650.5,750.8660254037844),(650.8660254037844,750.5),(651,750),(650.8660254037844,749.5),(650.5,749.1339745962156),(650,749),(649.5,749.1339745962156),(649.1339745962156,749.5)) -6476 ((648,760),(648.2679491924312,761),(649,761.7320508075688),(650,762),(651,761.7320508075688),(651.7320508075688,761),(652,760),(651.7320508075688,759),(651,758.2679491924312),(650,758),(649,758.2679491924312),(648.2679491924312,759)) -6477 ((647,770),(647.4019237886466,771.5),(648.5,772.5980762113534),(650,773),(651.5,772.5980762113534),(652.5980762113533,771.5),(653,770),(652.5980762113534,768.5),(651.5,767.4019237886467),(650,767),(648.5,767.4019237886466),(647.4019237886467,768.5)) -6478 ((646,780),(646.5358983848622,782),(648,783.4641016151378),(650,784),(652,783.4641016151378),(653.4641016151378,782),(654,780),(653.4641016151378,778),(652,776.5358983848622),(650,776),(648,776.5358983848622),(646.5358983848622,778)) -6479 ((645,790),(645.6698729810778,792.5),(647.5,794.3301270189222),(650,795),(652.5,794.3301270189222),(654.3301270189222,792.5),(655,790),(654.3301270189222,787.5),(652.5,785.6698729810778),(650,785),(647.5,785.6698729810778),(645.6698729810778,787.5)) -6480 ((644,800),(644.8038475772934,803),(647,805.1961524227066),(650,806),(653,805.1961524227066),(655.1961524227066,803),(656,800),(655.1961524227066,797),(653,794.8038475772934),(650,794),(647,794.8038475772934),(644.8038475772934,797)) -6481 ((643,810),(643.937822173509,813.5),(646.5,816.062177826491),(650,817),(653.5,816.062177826491),(656.062177826491,813.5),(657,810),(656.062177826491,806.5),(653.5,803.937822173509),(650,803),(646.5,803.937822173509),(643.937822173509,806.5)) -6482 ((642,820),(643.0717967697245,824),(646,826.9282032302755),(650,828),(654,826.9282032302755),(656.9282032302755,824),(658,820),(656.9282032302755,816),(654,813.0717967697245),(650,812),(646,813.0717967697245),(643.0717967697245,816)) -6483 ((641,830),(642.2057713659401,834.5),(645.5,837.7942286340599),(650,839),(654.5,837.7942286340599),(657.7942286340599,834.5),(659,830),(657.79422863406,825.5),(654.5,822.2057713659401),(650,821),(645.5,822.20577136594),(642.2057713659401,825.5)) -6484 ((640,840),(641.3397459621556,845),(645,848.6602540378444),(650,850),(655,848.6602540378444),(658.6602540378444,845),(660,840),(658.6602540378444,835),(655,831.3397459621556),(650,830),(645,831.3397459621556),(641.3397459621556,835)) -6485 ((649,850),(649.1339745962156,850.5),(649.5,850.8660254037844),(650,851),(650.5,850.8660254037844),(650.8660254037844,850.5),(651,850),(650.8660254037844,849.5),(650.5,849.1339745962156),(650,849),(649.5,849.1339745962156),(649.1339745962156,849.5)) -6486 ((648,860),(648.2679491924312,861),(649,861.7320508075688),(650,862),(651,861.7320508075688),(651.7320508075688,861),(652,860),(651.7320508075688,859),(651,858.2679491924312),(650,858),(649,858.2679491924312),(648.2679491924312,859)) -6487 ((647,870),(647.4019237886466,871.5),(648.5,872.5980762113534),(650,873),(651.5,872.5980762113534),(652.5980762113533,871.5),(653,870),(652.5980762113534,868.5),(651.5,867.4019237886467),(650,867),(648.5,867.4019237886466),(647.4019237886467,868.5)) -6488 ((646,880),(646.5358983848622,882),(648,883.4641016151378),(650,884),(652,883.4641016151378),(653.4641016151378,882),(654,880),(653.4641016151378,878),(652,876.5358983848622),(650,876),(648,876.5358983848622),(646.5358983848622,878)) -6489 ((645,890),(645.6698729810778,892.5),(647.5,894.3301270189222),(650,895),(652.5,894.3301270189222),(654.3301270189222,892.5),(655,890),(654.3301270189222,887.5),(652.5,885.6698729810778),(650,885),(647.5,885.6698729810778),(645.6698729810778,887.5)) -6490 ((644,900),(644.8038475772934,903),(647,905.1961524227066),(650,906),(653,905.1961524227066),(655.1961524227066,903),(656,900),(655.1961524227066,897),(653,894.8038475772934),(650,894),(647,894.8038475772934),(644.8038475772934,897)) -6491 ((643,910),(643.937822173509,913.5),(646.5,916.062177826491),(650,917),(653.5,916.062177826491),(656.062177826491,913.5),(657,910),(656.062177826491,906.5),(653.5,903.937822173509),(650,903),(646.5,903.937822173509),(643.937822173509,906.5)) -6492 ((642,920),(643.0717967697245,924),(646,926.9282032302755),(650,928),(654,926.9282032302755),(656.9282032302755,924),(658,920),(656.9282032302755,916),(654,913.0717967697245),(650,912),(646,913.0717967697245),(643.0717967697245,916)) -6493 ((641,930),(642.2057713659401,934.5),(645.5,937.7942286340599),(650,939),(654.5,937.7942286340599),(657.7942286340599,934.5),(659,930),(657.79422863406,925.5),(654.5,922.2057713659401),(650,921),(645.5,922.20577136594),(642.2057713659401,925.5)) -6494 ((640,940),(641.3397459621556,945),(645,948.6602540378444),(650,950),(655,948.6602540378444),(658.6602540378444,945),(660,940),(658.6602540378444,935),(655,931.3397459621556),(650,930),(645,931.3397459621556),(641.3397459621556,935)) -6495 ((649,950),(649.1339745962156,950.5),(649.5,950.8660254037844),(650,951),(650.5,950.8660254037844),(650.8660254037844,950.5),(651,950),(650.8660254037844,949.5),(650.5,949.1339745962156),(650,949),(649.5,949.1339745962156),(649.1339745962156,949.5)) -6496 ((648,960),(648.2679491924312,961),(649,961.7320508075688),(650,962),(651,961.7320508075688),(651.7320508075688,961),(652,960),(651.7320508075688,959),(651,958.2679491924312),(650,958),(649,958.2679491924312),(648.2679491924312,959)) -6497 ((647,970),(647.4019237886466,971.5),(648.5,972.5980762113534),(650,973),(651.5,972.5980762113534),(652.5980762113533,971.5),(653,970),(652.5980762113534,968.5),(651.5,967.4019237886467),(650,967),(648.5,967.4019237886466),(647.4019237886467,968.5)) -6498 ((646,980),(646.5358983848622,982),(648,983.4641016151378),(650,984),(652,983.4641016151378),(653.4641016151378,982),(654,980),(653.4641016151378,978),(652,976.5358983848622),(650,976),(648,976.5358983848622),(646.5358983848622,978)) -6499 ((645,990),(645.6698729810778,992.5),(647.5,994.3301270189222),(650,995),(652.5,994.3301270189222),(654.3301270189222,992.5),(655,990),(654.3301270189222,987.5),(652.5,985.6698729810778),(650,985),(647.5,985.6698729810778),(645.6698729810778,987.5)) -6500 ((644,1000),(644.8038475772934,1003),(647,1005.1961524227066),(650,1006),(653,1005.1961524227066),(655.1961524227066,1003),(656,1000),(655.1961524227066,997),(653,994.8038475772934),(650,994),(647,994.8038475772934),(644.8038475772934,997)) -6501 ((652,10),(653.0717967697245,14),(656,16.928203230275507),(660,18),(664,16.92820323027551),(666.9282032302755,14.000000000000004),(668,10.000000000000002),(666.9282032302755,6.000000000000002),(664,3.071796769724492),(660,2),(656,3.0717967697244877),(653.0717967697245,5.9999999999999964)) -6502 ((651,20),(652.2057713659401,24.5),(655.5,27.794228634059948),(660,29),(664.5,27.794228634059948),(667.7942286340599,24.500000000000004),(669,20),(667.79422863406,15.500000000000004),(664.5,12.205771365940054),(660,11),(655.5,12.205771365940048),(652.2057713659401,15.499999999999996)) -6503 ((650,30),(651.3397459621556,35),(655,38.66025403784438),(660,40),(665,38.66025403784439),(668.6602540378444,35),(670,30),(668.6602540378444,25.000000000000004),(665,21.339745962155614),(660,20),(655,21.33974596215561),(651.3397459621556,24.999999999999996)) -6504 ((659,40),(659.1339745962156,40.5),(659.5,40.86602540378444),(660,41),(660.5,40.86602540378444),(660.8660254037844,40.5),(661,40),(660.8660254037844,39.5),(660.5,39.13397459621556),(660,39),(659.5,39.13397459621556),(659.1339745962156,39.5)) -6505 ((658,50),(658.2679491924312,51),(659,51.732050807568875),(660,52),(661,51.732050807568875),(661.7320508075688,51),(662,50),(661.7320508075688,49),(661,48.267949192431125),(660,48),(659,48.267949192431125),(658.2679491924312,49)) -6506 ((657,60),(657.4019237886466,61.5),(658.5,62.598076211353316),(660,63),(661.5,62.598076211353316),(662.5980762113533,61.5),(663,60),(662.5980762113534,58.5),(661.5,57.401923788646684),(660,57),(658.5,57.401923788646684),(657.4019237886467,58.5)) -6507 ((656,70),(656.5358983848622,72),(658,73.46410161513775),(660,74),(662,73.46410161513775),(663.4641016151378,72),(664,70),(663.4641016151378,68),(662,66.53589838486225),(660,66),(658,66.53589838486225),(656.5358983848622,68)) -6508 ((655,80),(655.6698729810778,82.5),(657.5,84.3301270189222),(660,85),(662.5,84.3301270189222),(664.3301270189222,82.5),(665,80),(664.3301270189222,77.5),(662.5,75.6698729810778),(660,75),(657.5,75.6698729810778),(655.6698729810778,77.5)) -6509 ((654,90),(654.8038475772934,93),(657,95.19615242270663),(660,96),(663,95.19615242270663),(665.1961524227066,93),(666,90),(665.1961524227066,87),(663,84.80384757729337),(660,84),(657,84.80384757729337),(654.8038475772934,87)) -6510 ((653,100),(653.937822173509,103.5),(656.5,106.06217782649107),(660,107),(663.5,106.06217782649107),(666.062177826491,103.5),(667,100),(666.062177826491,96.5),(663.5,93.93782217350893),(660,93),(656.5,93.93782217350892),(653.937822173509,96.5)) -6511 ((652,110),(653.0717967697245,114),(656,116.92820323027551),(660,118),(664,116.92820323027551),(666.9282032302755,114),(668,110),(666.9282032302755,106),(664,103.07179676972449),(660,102),(656,103.07179676972449),(653.0717967697245,106)) -6512 ((651,120),(652.2057713659401,124.5),(655.5,127.79422863405995),(660,129),(664.5,127.79422863405995),(667.7942286340599,124.5),(669,120),(667.79422863406,115.5),(664.5,112.20577136594005),(660,111),(655.5,112.20577136594005),(652.2057713659401,115.5)) -6513 ((650,130),(651.3397459621556,135),(655,138.6602540378444),(660,140),(665,138.6602540378444),(668.6602540378444,135),(670,130),(668.6602540378444,125),(665,121.33974596215562),(660,120),(655,121.3397459621556),(651.3397459621556,125)) -6514 ((659,140),(659.1339745962156,140.5),(659.5,140.86602540378445),(660,141),(660.5,140.86602540378445),(660.8660254037844,140.5),(661,140),(660.8660254037844,139.5),(660.5,139.13397459621555),(660,139),(659.5,139.13397459621555),(659.1339745962156,139.5)) -6515 ((658,150),(658.2679491924312,151),(659,151.73205080756887),(660,152),(661,151.73205080756887),(661.7320508075688,151),(662,150),(661.7320508075688,149),(661,148.26794919243113),(660,148),(659,148.26794919243113),(658.2679491924312,149)) -6516 ((657,160),(657.4019237886466,161.5),(658.5,162.59807621135332),(660,163),(661.5,162.59807621135332),(662.5980762113533,161.5),(663,160),(662.5980762113534,158.5),(661.5,157.40192378864668),(660,157),(658.5,157.40192378864668),(657.4019237886467,158.5)) -6517 ((656,170),(656.5358983848622,172),(658,173.46410161513776),(660,174),(662,173.46410161513776),(663.4641016151378,172),(664,170),(663.4641016151378,168),(662,166.53589838486224),(660,166),(658,166.53589838486224),(656.5358983848622,168)) -6518 ((655,180),(655.6698729810778,182.5),(657.5,184.33012701892218),(660,185),(662.5,184.33012701892218),(664.3301270189222,182.5),(665,180),(664.3301270189222,177.5),(662.5,175.66987298107782),(660,175),(657.5,175.66987298107782),(655.6698729810778,177.5)) -6519 ((654,190),(654.8038475772934,193),(657,195.19615242270663),(660,196),(663,195.19615242270663),(665.1961524227066,193),(666,190),(665.1961524227066,187),(663,184.80384757729337),(660,184),(657,184.80384757729337),(654.8038475772934,187)) -6520 ((653,200),(653.937822173509,203.5),(656.5,206.06217782649108),(660,207),(663.5,206.06217782649108),(666.062177826491,203.5),(667,200),(666.062177826491,196.5),(663.5,193.93782217350892),(660,193),(656.5,193.93782217350892),(653.937822173509,196.5)) -6521 ((652,210),(653.0717967697245,214),(656,216.9282032302755),(660,218),(664,216.9282032302755),(666.9282032302755,214),(668,210),(666.9282032302755,206),(664,203.0717967697245),(660,202),(656,203.0717967697245),(653.0717967697245,206)) -6522 ((651,220),(652.2057713659401,224.5),(655.5,227.79422863405995),(660,229),(664.5,227.79422863405995),(667.7942286340599,224.5),(669,220),(667.79422863406,215.5),(664.5,212.20577136594005),(660,211),(655.5,212.20577136594005),(652.2057713659401,215.5)) -6523 ((650,230),(651.3397459621556,235),(655,238.6602540378444),(660,240),(665,238.6602540378444),(668.6602540378444,235),(670,230),(668.6602540378444,225),(665,221.3397459621556),(660,220),(655,221.3397459621556),(651.3397459621556,225)) -6524 ((659,240),(659.1339745962156,240.5),(659.5,240.86602540378445),(660,241),(660.5,240.86602540378445),(660.8660254037844,240.5),(661,240),(660.8660254037844,239.5),(660.5,239.13397459621555),(660,239),(659.5,239.13397459621555),(659.1339745962156,239.5)) -6525 ((658,250),(658.2679491924312,251),(659,251.73205080756887),(660,252),(661,251.73205080756887),(661.7320508075688,251),(662,250),(661.7320508075688,249),(661,248.26794919243113),(660,248),(659,248.26794919243113),(658.2679491924312,249)) -6526 ((657,260),(657.4019237886466,261.5),(658.5,262.5980762113533),(660,263),(661.5,262.5980762113533),(662.5980762113533,261.5),(663,260),(662.5980762113534,258.5),(661.5,257.4019237886467),(660,257),(658.5,257.4019237886467),(657.4019237886467,258.5)) -6527 ((656,270),(656.5358983848622,272),(658,273.46410161513774),(660,274),(662,273.46410161513774),(663.4641016151378,272),(664,270),(663.4641016151378,268),(662,266.53589838486226),(660,266),(658,266.53589838486226),(656.5358983848622,268)) -6528 ((655,280),(655.6698729810778,282.5),(657.5,284.3301270189222),(660,285),(662.5,284.3301270189222),(664.3301270189222,282.5),(665,280),(664.3301270189222,277.5),(662.5,275.6698729810778),(660,275),(657.5,275.6698729810778),(655.6698729810778,277.5)) -6529 ((654,290),(654.8038475772934,293),(657,295.19615242270663),(660,296),(663,295.19615242270663),(665.1961524227066,293),(666,290),(665.1961524227066,287),(663,284.80384757729337),(660,284),(657,284.80384757729337),(654.8038475772934,287)) -6530 ((653,300),(653.937822173509,303.5),(656.5,306.06217782649105),(660,307),(663.5,306.06217782649105),(666.062177826491,303.5),(667,300),(666.062177826491,296.5),(663.5,293.93782217350895),(660,293),(656.5,293.93782217350895),(653.937822173509,296.5)) -6531 ((652,310),(653.0717967697245,314),(656,316.9282032302755),(660,318),(664,316.9282032302755),(666.9282032302755,314),(668,310),(666.9282032302755,306),(664,303.0717967697245),(660,302),(656,303.0717967697245),(653.0717967697245,306)) -6532 ((651,320),(652.2057713659401,324.5),(655.5,327.79422863405995),(660,329),(664.5,327.79422863405995),(667.7942286340599,324.5),(669,320),(667.79422863406,315.5),(664.5,312.20577136594005),(660,311),(655.5,312.20577136594005),(652.2057713659401,315.5)) -6533 ((650,330),(651.3397459621556,335),(655,338.66025403784437),(660,340),(665,338.66025403784437),(668.6602540378444,335),(670,330),(668.6602540378444,325),(665,321.33974596215563),(660,320),(655,321.33974596215563),(651.3397459621556,325)) -6534 ((659,340),(659.1339745962156,340.5),(659.5,340.8660254037844),(660,341),(660.5,340.8660254037844),(660.8660254037844,340.5),(661,340),(660.8660254037844,339.5),(660.5,339.1339745962156),(660,339),(659.5,339.1339745962156),(659.1339745962156,339.5)) -6535 ((658,350),(658.2679491924312,351),(659,351.7320508075689),(660,352),(661,351.7320508075689),(661.7320508075688,351),(662,350),(661.7320508075688,349),(661,348.2679491924311),(660,348),(659,348.2679491924311),(658.2679491924312,349)) -6536 ((657,360),(657.4019237886466,361.5),(658.5,362.5980762113533),(660,363),(661.5,362.5980762113533),(662.5980762113533,361.5),(663,360),(662.5980762113534,358.5),(661.5,357.4019237886467),(660,357),(658.5,357.4019237886467),(657.4019237886467,358.5)) -6537 ((656,370),(656.5358983848622,372),(658,373.46410161513774),(660,374),(662,373.46410161513774),(663.4641016151378,372),(664,370),(663.4641016151378,368),(662,366.53589838486226),(660,366),(658,366.53589838486226),(656.5358983848622,368)) -6538 ((655,380),(655.6698729810778,382.5),(657.5,384.3301270189222),(660,385),(662.5,384.3301270189222),(664.3301270189222,382.5),(665,380),(664.3301270189222,377.5),(662.5,375.6698729810778),(660,375),(657.5,375.6698729810778),(655.6698729810778,377.5)) -6539 ((654,390),(654.8038475772934,393),(657,395.19615242270663),(660,396),(663,395.19615242270663),(665.1961524227066,393),(666,390),(665.1961524227066,387),(663,384.80384757729337),(660,384),(657,384.80384757729337),(654.8038475772934,387)) -6540 ((653,400),(653.937822173509,403.5),(656.5,406.06217782649105),(660,407),(663.5,406.06217782649105),(666.062177826491,403.5),(667,400),(666.062177826491,396.5),(663.5,393.93782217350895),(660,393),(656.5,393.93782217350895),(653.937822173509,396.5)) -6541 ((652,410),(653.0717967697245,414),(656,416.9282032302755),(660,418),(664,416.9282032302755),(666.9282032302755,414),(668,410),(666.9282032302755,406),(664,403.0717967697245),(660,402),(656,403.0717967697245),(653.0717967697245,406)) -6542 ((651,420),(652.2057713659401,424.5),(655.5,427.79422863405995),(660,429),(664.5,427.79422863405995),(667.7942286340599,424.5),(669,420),(667.79422863406,415.5),(664.5,412.20577136594005),(660,411),(655.5,412.20577136594005),(652.2057713659401,415.5)) -6543 ((650,430),(651.3397459621556,435),(655,438.66025403784437),(660,440),(665,438.66025403784437),(668.6602540378444,435),(670,430),(668.6602540378444,425),(665,421.33974596215563),(660,420),(655,421.33974596215563),(651.3397459621556,425)) -6544 ((659,440),(659.1339745962156,440.5),(659.5,440.8660254037844),(660,441),(660.5,440.8660254037844),(660.8660254037844,440.5),(661,440),(660.8660254037844,439.5),(660.5,439.1339745962156),(660,439),(659.5,439.1339745962156),(659.1339745962156,439.5)) -6545 ((658,450),(658.2679491924312,451),(659,451.7320508075689),(660,452),(661,451.7320508075689),(661.7320508075688,451),(662,450),(661.7320508075688,449),(661,448.2679491924311),(660,448),(659,448.2679491924311),(658.2679491924312,449)) -6546 ((657,460),(657.4019237886466,461.5),(658.5,462.5980762113533),(660,463),(661.5,462.5980762113533),(662.5980762113533,461.5),(663,460),(662.5980762113534,458.5),(661.5,457.4019237886467),(660,457),(658.5,457.4019237886467),(657.4019237886467,458.5)) -6547 ((656,470),(656.5358983848622,472),(658,473.46410161513774),(660,474),(662,473.46410161513774),(663.4641016151378,472),(664,470),(663.4641016151378,468),(662,466.53589838486226),(660,466),(658,466.53589838486226),(656.5358983848622,468)) -6548 ((655,480),(655.6698729810778,482.5),(657.5,484.3301270189222),(660,485),(662.5,484.3301270189222),(664.3301270189222,482.5),(665,480),(664.3301270189222,477.5),(662.5,475.6698729810778),(660,475),(657.5,475.6698729810778),(655.6698729810778,477.5)) -6549 ((654,490),(654.8038475772934,493),(657,495.19615242270663),(660,496),(663,495.19615242270663),(665.1961524227066,493),(666,490),(665.1961524227066,487),(663,484.80384757729337),(660,484),(657,484.80384757729337),(654.8038475772934,487)) -6550 ((653,500),(653.937822173509,503.5),(656.5,506.06217782649105),(660,507),(663.5,506.06217782649105),(666.062177826491,503.5),(667,500),(666.062177826491,496.5),(663.5,493.93782217350895),(660,493),(656.5,493.93782217350895),(653.937822173509,496.5)) -6551 ((652,510),(653.0717967697245,514),(656,516.9282032302755),(660,518),(664,516.9282032302755),(666.9282032302755,514),(668,510),(666.9282032302755,506),(664,503.0717967697245),(660,502),(656,503.0717967697245),(653.0717967697245,506)) -6552 ((651,520),(652.2057713659401,524.5),(655.5,527.7942286340599),(660,529),(664.5,527.7942286340599),(667.7942286340599,524.5),(669,520),(667.79422863406,515.5),(664.5,512.2057713659401),(660,511),(655.5,512.20577136594),(652.2057713659401,515.5)) -6553 ((650,530),(651.3397459621556,535),(655,538.6602540378444),(660,540),(665,538.6602540378444),(668.6602540378444,535),(670,530),(668.6602540378444,525),(665,521.3397459621556),(660,520),(655,521.3397459621556),(651.3397459621556,525)) -6554 ((659,540),(659.1339745962156,540.5),(659.5,540.8660254037844),(660,541),(660.5,540.8660254037844),(660.8660254037844,540.5),(661,540),(660.8660254037844,539.5),(660.5,539.1339745962156),(660,539),(659.5,539.1339745962156),(659.1339745962156,539.5)) -6555 ((658,550),(658.2679491924312,551),(659,551.7320508075688),(660,552),(661,551.7320508075688),(661.7320508075688,551),(662,550),(661.7320508075688,549),(661,548.2679491924312),(660,548),(659,548.2679491924312),(658.2679491924312,549)) -6556 ((657,560),(657.4019237886466,561.5),(658.5,562.5980762113534),(660,563),(661.5,562.5980762113534),(662.5980762113533,561.5),(663,560),(662.5980762113534,558.5),(661.5,557.4019237886467),(660,557),(658.5,557.4019237886466),(657.4019237886467,558.5)) -6557 ((656,570),(656.5358983848622,572),(658,573.4641016151378),(660,574),(662,573.4641016151378),(663.4641016151378,572),(664,570),(663.4641016151378,568),(662,566.5358983848622),(660,566),(658,566.5358983848622),(656.5358983848622,568)) -6558 ((655,580),(655.6698729810778,582.5),(657.5,584.3301270189222),(660,585),(662.5,584.3301270189222),(664.3301270189222,582.5),(665,580),(664.3301270189222,577.5),(662.5,575.6698729810778),(660,575),(657.5,575.6698729810778),(655.6698729810778,577.5)) -6559 ((654,590),(654.8038475772934,593),(657,595.1961524227066),(660,596),(663,595.1961524227066),(665.1961524227066,593),(666,590),(665.1961524227066,587),(663,584.8038475772934),(660,584),(657,584.8038475772934),(654.8038475772934,587)) -6560 ((653,600),(653.937822173509,603.5),(656.5,606.062177826491),(660,607),(663.5,606.062177826491),(666.062177826491,603.5),(667,600),(666.062177826491,596.5),(663.5,593.937822173509),(660,593),(656.5,593.937822173509),(653.937822173509,596.5)) -6561 ((652,610),(653.0717967697245,614),(656,616.9282032302755),(660,618),(664,616.9282032302755),(666.9282032302755,614),(668,610),(666.9282032302755,606),(664,603.0717967697245),(660,602),(656,603.0717967697245),(653.0717967697245,606)) -6562 ((651,620),(652.2057713659401,624.5),(655.5,627.7942286340599),(660,629),(664.5,627.7942286340599),(667.7942286340599,624.5),(669,620),(667.79422863406,615.5),(664.5,612.2057713659401),(660,611),(655.5,612.20577136594),(652.2057713659401,615.5)) -6563 ((650,630),(651.3397459621556,635),(655,638.6602540378444),(660,640),(665,638.6602540378444),(668.6602540378444,635),(670,630),(668.6602540378444,625),(665,621.3397459621556),(660,620),(655,621.3397459621556),(651.3397459621556,625)) -6564 ((659,640),(659.1339745962156,640.5),(659.5,640.8660254037844),(660,641),(660.5,640.8660254037844),(660.8660254037844,640.5),(661,640),(660.8660254037844,639.5),(660.5,639.1339745962156),(660,639),(659.5,639.1339745962156),(659.1339745962156,639.5)) -6565 ((658,650),(658.2679491924312,651),(659,651.7320508075688),(660,652),(661,651.7320508075688),(661.7320508075688,651),(662,650),(661.7320508075688,649),(661,648.2679491924312),(660,648),(659,648.2679491924312),(658.2679491924312,649)) -6566 ((657,660),(657.4019237886466,661.5),(658.5,662.5980762113534),(660,663),(661.5,662.5980762113534),(662.5980762113533,661.5),(663,660),(662.5980762113534,658.5),(661.5,657.4019237886467),(660,657),(658.5,657.4019237886466),(657.4019237886467,658.5)) -6567 ((656,670),(656.5358983848622,672),(658,673.4641016151378),(660,674),(662,673.4641016151378),(663.4641016151378,672),(664,670),(663.4641016151378,668),(662,666.5358983848622),(660,666),(658,666.5358983848622),(656.5358983848622,668)) -6568 ((655,680),(655.6698729810778,682.5),(657.5,684.3301270189222),(660,685),(662.5,684.3301270189222),(664.3301270189222,682.5),(665,680),(664.3301270189222,677.5),(662.5,675.6698729810778),(660,675),(657.5,675.6698729810778),(655.6698729810778,677.5)) -6569 ((654,690),(654.8038475772934,693),(657,695.1961524227066),(660,696),(663,695.1961524227066),(665.1961524227066,693),(666,690),(665.1961524227066,687),(663,684.8038475772934),(660,684),(657,684.8038475772934),(654.8038475772934,687)) -6570 ((653,700),(653.937822173509,703.5),(656.5,706.062177826491),(660,707),(663.5,706.062177826491),(666.062177826491,703.5),(667,700),(666.062177826491,696.5),(663.5,693.937822173509),(660,693),(656.5,693.937822173509),(653.937822173509,696.5)) -6571 ((652,710),(653.0717967697245,714),(656,716.9282032302755),(660,718),(664,716.9282032302755),(666.9282032302755,714),(668,710),(666.9282032302755,706),(664,703.0717967697245),(660,702),(656,703.0717967697245),(653.0717967697245,706)) -6572 ((651,720),(652.2057713659401,724.5),(655.5,727.7942286340599),(660,729),(664.5,727.7942286340599),(667.7942286340599,724.5),(669,720),(667.79422863406,715.5),(664.5,712.2057713659401),(660,711),(655.5,712.20577136594),(652.2057713659401,715.5)) -6573 ((650,730),(651.3397459621556,735),(655,738.6602540378444),(660,740),(665,738.6602540378444),(668.6602540378444,735),(670,730),(668.6602540378444,725),(665,721.3397459621556),(660,720),(655,721.3397459621556),(651.3397459621556,725)) -6574 ((659,740),(659.1339745962156,740.5),(659.5,740.8660254037844),(660,741),(660.5,740.8660254037844),(660.8660254037844,740.5),(661,740),(660.8660254037844,739.5),(660.5,739.1339745962156),(660,739),(659.5,739.1339745962156),(659.1339745962156,739.5)) -6575 ((658,750),(658.2679491924312,751),(659,751.7320508075688),(660,752),(661,751.7320508075688),(661.7320508075688,751),(662,750),(661.7320508075688,749),(661,748.2679491924312),(660,748),(659,748.2679491924312),(658.2679491924312,749)) -6576 ((657,760),(657.4019237886466,761.5),(658.5,762.5980762113534),(660,763),(661.5,762.5980762113534),(662.5980762113533,761.5),(663,760),(662.5980762113534,758.5),(661.5,757.4019237886467),(660,757),(658.5,757.4019237886466),(657.4019237886467,758.5)) -6577 ((656,770),(656.5358983848622,772),(658,773.4641016151378),(660,774),(662,773.4641016151378),(663.4641016151378,772),(664,770),(663.4641016151378,768),(662,766.5358983848622),(660,766),(658,766.5358983848622),(656.5358983848622,768)) -6578 ((655,780),(655.6698729810778,782.5),(657.5,784.3301270189222),(660,785),(662.5,784.3301270189222),(664.3301270189222,782.5),(665,780),(664.3301270189222,777.5),(662.5,775.6698729810778),(660,775),(657.5,775.6698729810778),(655.6698729810778,777.5)) -6579 ((654,790),(654.8038475772934,793),(657,795.1961524227066),(660,796),(663,795.1961524227066),(665.1961524227066,793),(666,790),(665.1961524227066,787),(663,784.8038475772934),(660,784),(657,784.8038475772934),(654.8038475772934,787)) -6580 ((653,800),(653.937822173509,803.5),(656.5,806.062177826491),(660,807),(663.5,806.062177826491),(666.062177826491,803.5),(667,800),(666.062177826491,796.5),(663.5,793.937822173509),(660,793),(656.5,793.937822173509),(653.937822173509,796.5)) -6581 ((652,810),(653.0717967697245,814),(656,816.9282032302755),(660,818),(664,816.9282032302755),(666.9282032302755,814),(668,810),(666.9282032302755,806),(664,803.0717967697245),(660,802),(656,803.0717967697245),(653.0717967697245,806)) -6582 ((651,820),(652.2057713659401,824.5),(655.5,827.7942286340599),(660,829),(664.5,827.7942286340599),(667.7942286340599,824.5),(669,820),(667.79422863406,815.5),(664.5,812.2057713659401),(660,811),(655.5,812.20577136594),(652.2057713659401,815.5)) -6583 ((650,830),(651.3397459621556,835),(655,838.6602540378444),(660,840),(665,838.6602540378444),(668.6602540378444,835),(670,830),(668.6602540378444,825),(665,821.3397459621556),(660,820),(655,821.3397459621556),(651.3397459621556,825)) -6584 ((659,840),(659.1339745962156,840.5),(659.5,840.8660254037844),(660,841),(660.5,840.8660254037844),(660.8660254037844,840.5),(661,840),(660.8660254037844,839.5),(660.5,839.1339745962156),(660,839),(659.5,839.1339745962156),(659.1339745962156,839.5)) -6585 ((658,850),(658.2679491924312,851),(659,851.7320508075688),(660,852),(661,851.7320508075688),(661.7320508075688,851),(662,850),(661.7320508075688,849),(661,848.2679491924312),(660,848),(659,848.2679491924312),(658.2679491924312,849)) -6586 ((657,860),(657.4019237886466,861.5),(658.5,862.5980762113534),(660,863),(661.5,862.5980762113534),(662.5980762113533,861.5),(663,860),(662.5980762113534,858.5),(661.5,857.4019237886467),(660,857),(658.5,857.4019237886466),(657.4019237886467,858.5)) -6587 ((656,870),(656.5358983848622,872),(658,873.4641016151378),(660,874),(662,873.4641016151378),(663.4641016151378,872),(664,870),(663.4641016151378,868),(662,866.5358983848622),(660,866),(658,866.5358983848622),(656.5358983848622,868)) -6588 ((655,880),(655.6698729810778,882.5),(657.5,884.3301270189222),(660,885),(662.5,884.3301270189222),(664.3301270189222,882.5),(665,880),(664.3301270189222,877.5),(662.5,875.6698729810778),(660,875),(657.5,875.6698729810778),(655.6698729810778,877.5)) -6589 ((654,890),(654.8038475772934,893),(657,895.1961524227066),(660,896),(663,895.1961524227066),(665.1961524227066,893),(666,890),(665.1961524227066,887),(663,884.8038475772934),(660,884),(657,884.8038475772934),(654.8038475772934,887)) -6590 ((653,900),(653.937822173509,903.5),(656.5,906.062177826491),(660,907),(663.5,906.062177826491),(666.062177826491,903.5),(667,900),(666.062177826491,896.5),(663.5,893.937822173509),(660,893),(656.5,893.937822173509),(653.937822173509,896.5)) -6591 ((652,910),(653.0717967697245,914),(656,916.9282032302755),(660,918),(664,916.9282032302755),(666.9282032302755,914),(668,910),(666.9282032302755,906),(664,903.0717967697245),(660,902),(656,903.0717967697245),(653.0717967697245,906)) -6592 ((651,920),(652.2057713659401,924.5),(655.5,927.7942286340599),(660,929),(664.5,927.7942286340599),(667.7942286340599,924.5),(669,920),(667.79422863406,915.5),(664.5,912.2057713659401),(660,911),(655.5,912.20577136594),(652.2057713659401,915.5)) -6593 ((650,930),(651.3397459621556,935),(655,938.6602540378444),(660,940),(665,938.6602540378444),(668.6602540378444,935),(670,930),(668.6602540378444,925),(665,921.3397459621556),(660,920),(655,921.3397459621556),(651.3397459621556,925)) -6594 ((659,940),(659.1339745962156,940.5),(659.5,940.8660254037844),(660,941),(660.5,940.8660254037844),(660.8660254037844,940.5),(661,940),(660.8660254037844,939.5),(660.5,939.1339745962156),(660,939),(659.5,939.1339745962156),(659.1339745962156,939.5)) -6595 ((658,950),(658.2679491924312,951),(659,951.7320508075688),(660,952),(661,951.7320508075688),(661.7320508075688,951),(662,950),(661.7320508075688,949),(661,948.2679491924312),(660,948),(659,948.2679491924312),(658.2679491924312,949)) -6596 ((657,960),(657.4019237886466,961.5),(658.5,962.5980762113534),(660,963),(661.5,962.5980762113534),(662.5980762113533,961.5),(663,960),(662.5980762113534,958.5),(661.5,957.4019237886467),(660,957),(658.5,957.4019237886466),(657.4019237886467,958.5)) -6597 ((656,970),(656.5358983848622,972),(658,973.4641016151378),(660,974),(662,973.4641016151378),(663.4641016151378,972),(664,970),(663.4641016151378,968),(662,966.5358983848622),(660,966),(658,966.5358983848622),(656.5358983848622,968)) -6598 ((655,980),(655.6698729810778,982.5),(657.5,984.3301270189222),(660,985),(662.5,984.3301270189222),(664.3301270189222,982.5),(665,980),(664.3301270189222,977.5),(662.5,975.6698729810778),(660,975),(657.5,975.6698729810778),(655.6698729810778,977.5)) -6599 ((654,990),(654.8038475772934,993),(657,995.1961524227066),(660,996),(663,995.1961524227066),(665.1961524227066,993),(666,990),(665.1961524227066,987),(663,984.8038475772934),(660,984),(657,984.8038475772934),(654.8038475772934,987)) -6600 ((653,1000),(653.937822173509,1003.5),(656.5,1006.062177826491),(660,1007),(663.5,1006.062177826491),(666.062177826491,1003.5),(667,1000),(666.062177826491,996.5),(663.5,993.937822173509),(660,993),(656.5,993.937822173509),(653.937822173509,996.5)) -6601 ((661,10),(662.2057713659401,14.5),(665.5,17.794228634059948),(670,19),(674.5,17.794228634059948),(677.7942286340599,14.500000000000004),(679,10.000000000000002),(677.79422863406,5.500000000000003),(674.5,2.2057713659400537),(670,1),(665.5,2.2057713659400484),(662.2057713659401,5.4999999999999964)) -6602 ((660,20),(661.3397459621556,25),(665,28.660254037844386),(670,30),(675,28.66025403784439),(678.6602540378444,25.000000000000004),(680,20),(678.6602540378444,15.000000000000004),(675,11.339745962155614),(670,10),(665,11.33974596215561),(661.3397459621556,14.999999999999996)) -6603 ((669,30),(669.1339745962156,30.5),(669.5,30.866025403784437),(670,31),(670.5,30.866025403784437),(670.8660254037844,30.5),(671,30),(670.8660254037844,29.5),(670.5,29.133974596215563),(670,29),(669.5,29.133974596215563),(669.1339745962156,29.5)) -6604 ((668,40),(668.2679491924312,41),(669,41.732050807568875),(670,42),(671,41.732050807568875),(671.7320508075688,41),(672,40),(671.7320508075688,39),(671,38.267949192431125),(670,38),(669,38.267949192431125),(668.2679491924312,39)) -6605 ((667,50),(667.4019237886466,51.5),(668.5,52.598076211353316),(670,53),(671.5,52.598076211353316),(672.5980762113533,51.5),(673,50),(672.5980762113534,48.5),(671.5,47.401923788646684),(670,47),(668.5,47.401923788646684),(667.4019237886467,48.5)) -6606 ((666,60),(666.5358983848622,62),(668,63.46410161513776),(670,64),(672,63.46410161513776),(673.4641016151378,62),(674,60),(673.4641016151378,58),(672,56.53589838486224),(670,56),(668,56.53589838486224),(666.5358983848622,58)) -6607 ((665,70),(665.6698729810778,72.5),(667.5,74.3301270189222),(670,75),(672.5,74.3301270189222),(674.3301270189222,72.5),(675,70),(674.3301270189222,67.5),(672.5,65.6698729810778),(670,65),(667.5,65.6698729810778),(665.6698729810778,67.5)) -6608 ((664,80),(664.8038475772934,83),(667,85.19615242270663),(670,86),(673,85.19615242270663),(675.1961524227066,83),(676,80),(675.1961524227066,77),(673,74.80384757729337),(670,74),(667,74.80384757729337),(664.8038475772934,77)) -6609 ((663,90),(663.937822173509,93.5),(666.5,96.06217782649107),(670,97),(673.5,96.06217782649107),(676.062177826491,93.5),(677,90),(676.062177826491,86.5),(673.5,83.93782217350893),(670,83),(666.5,83.93782217350892),(663.937822173509,86.5)) -6610 ((662,100),(663.0717967697245,104),(666,106.92820323027551),(670,108),(674,106.92820323027551),(676.9282032302755,104),(678,100),(676.9282032302755,96),(674,93.07179676972449),(670,92),(666,93.07179676972449),(663.0717967697245,96)) -6611 ((661,110),(662.2057713659401,114.5),(665.5,117.79422863405995),(670,119),(674.5,117.79422863405995),(677.7942286340599,114.5),(679,110),(677.79422863406,105.5),(674.5,102.20577136594005),(670,101),(665.5,102.20577136594005),(662.2057713659401,105.5)) -6612 ((660,120),(661.3397459621556,125),(665,128.6602540378444),(670,130),(675,128.6602540378444),(678.6602540378444,125),(680,120),(678.6602540378444,115),(675,111.33974596215562),(670,110),(665,111.3397459621556),(661.3397459621556,115)) -6613 ((669,130),(669.1339745962156,130.5),(669.5,130.86602540378445),(670,131),(670.5,130.86602540378445),(670.8660254037844,130.5),(671,130),(670.8660254037844,129.5),(670.5,129.13397459621555),(670,129),(669.5,129.13397459621555),(669.1339745962156,129.5)) -6614 ((668,140),(668.2679491924312,141),(669,141.73205080756887),(670,142),(671,141.73205080756887),(671.7320508075688,141),(672,140),(671.7320508075688,139),(671,138.26794919243113),(670,138),(669,138.26794919243113),(668.2679491924312,139)) -6615 ((667,150),(667.4019237886466,151.5),(668.5,152.59807621135332),(670,153),(671.5,152.59807621135332),(672.5980762113533,151.5),(673,150),(672.5980762113534,148.5),(671.5,147.40192378864668),(670,147),(668.5,147.40192378864668),(667.4019237886467,148.5)) -6616 ((666,160),(666.5358983848622,162),(668,163.46410161513776),(670,164),(672,163.46410161513776),(673.4641016151378,162),(674,160),(673.4641016151378,158),(672,156.53589838486224),(670,156),(668,156.53589838486224),(666.5358983848622,158)) -6617 ((665,170),(665.6698729810778,172.5),(667.5,174.33012701892218),(670,175),(672.5,174.33012701892218),(674.3301270189222,172.5),(675,170),(674.3301270189222,167.5),(672.5,165.66987298107782),(670,165),(667.5,165.66987298107782),(665.6698729810778,167.5)) -6618 ((664,180),(664.8038475772934,183),(667,185.19615242270663),(670,186),(673,185.19615242270663),(675.1961524227066,183),(676,180),(675.1961524227066,177),(673,174.80384757729337),(670,174),(667,174.80384757729337),(664.8038475772934,177)) -6619 ((663,190),(663.937822173509,193.5),(666.5,196.06217782649108),(670,197),(673.5,196.06217782649108),(676.062177826491,193.5),(677,190),(676.062177826491,186.5),(673.5,183.93782217350892),(670,183),(666.5,183.93782217350892),(663.937822173509,186.5)) -6620 ((662,200),(663.0717967697245,204),(666,206.9282032302755),(670,208),(674,206.9282032302755),(676.9282032302755,204),(678,200),(676.9282032302755,196),(674,193.0717967697245),(670,192),(666,193.0717967697245),(663.0717967697245,196)) -6621 ((661,210),(662.2057713659401,214.5),(665.5,217.79422863405995),(670,219),(674.5,217.79422863405995),(677.7942286340599,214.5),(679,210),(677.79422863406,205.5),(674.5,202.20577136594005),(670,201),(665.5,202.20577136594005),(662.2057713659401,205.5)) -6622 ((660,220),(661.3397459621556,225),(665,228.6602540378444),(670,230),(675,228.6602540378444),(678.6602540378444,225),(680,220),(678.6602540378444,215),(675,211.3397459621556),(670,210),(665,211.3397459621556),(661.3397459621556,215)) -6623 ((669,230),(669.1339745962156,230.5),(669.5,230.86602540378445),(670,231),(670.5,230.86602540378445),(670.8660254037844,230.5),(671,230),(670.8660254037844,229.5),(670.5,229.13397459621555),(670,229),(669.5,229.13397459621555),(669.1339745962156,229.5)) -6624 ((668,240),(668.2679491924312,241),(669,241.73205080756887),(670,242),(671,241.73205080756887),(671.7320508075688,241),(672,240),(671.7320508075688,239),(671,238.26794919243113),(670,238),(669,238.26794919243113),(668.2679491924312,239)) -6625 ((667,250),(667.4019237886466,251.5),(668.5,252.59807621135332),(670,253),(671.5,252.59807621135332),(672.5980762113533,251.5),(673,250),(672.5980762113534,248.5),(671.5,247.40192378864668),(670,247),(668.5,247.40192378864668),(667.4019237886467,248.5)) -6626 ((666,260),(666.5358983848622,262),(668,263.46410161513774),(670,264),(672,263.46410161513774),(673.4641016151378,262),(674,260),(673.4641016151378,258),(672,256.53589838486226),(670,256),(668,256.53589838486226),(666.5358983848622,258)) -6627 ((665,270),(665.6698729810778,272.5),(667.5,274.3301270189222),(670,275),(672.5,274.3301270189222),(674.3301270189222,272.5),(675,270),(674.3301270189222,267.5),(672.5,265.6698729810778),(670,265),(667.5,265.6698729810778),(665.6698729810778,267.5)) -6628 ((664,280),(664.8038475772934,283),(667,285.19615242270663),(670,286),(673,285.19615242270663),(675.1961524227066,283),(676,280),(675.1961524227066,277),(673,274.80384757729337),(670,274),(667,274.80384757729337),(664.8038475772934,277)) -6629 ((663,290),(663.937822173509,293.5),(666.5,296.06217782649105),(670,297),(673.5,296.06217782649105),(676.062177826491,293.5),(677,290),(676.062177826491,286.5),(673.5,283.93782217350895),(670,283),(666.5,283.93782217350895),(663.937822173509,286.5)) -6630 ((662,300),(663.0717967697245,304),(666,306.9282032302755),(670,308),(674,306.9282032302755),(676.9282032302755,304),(678,300),(676.9282032302755,296),(674,293.0717967697245),(670,292),(666,293.0717967697245),(663.0717967697245,296)) -6631 ((661,310),(662.2057713659401,314.5),(665.5,317.79422863405995),(670,319),(674.5,317.79422863405995),(677.7942286340599,314.5),(679,310),(677.79422863406,305.5),(674.5,302.20577136594005),(670,301),(665.5,302.20577136594005),(662.2057713659401,305.5)) -6632 ((660,320),(661.3397459621556,325),(665,328.66025403784437),(670,330),(675,328.66025403784437),(678.6602540378444,325),(680,320),(678.6602540378444,315),(675,311.33974596215563),(670,310),(665,311.33974596215563),(661.3397459621556,315)) -6633 ((669,330),(669.1339745962156,330.5),(669.5,330.8660254037844),(670,331),(670.5,330.8660254037844),(670.8660254037844,330.5),(671,330),(670.8660254037844,329.5),(670.5,329.1339745962156),(670,329),(669.5,329.1339745962156),(669.1339745962156,329.5)) -6634 ((668,340),(668.2679491924312,341),(669,341.7320508075689),(670,342),(671,341.7320508075689),(671.7320508075688,341),(672,340),(671.7320508075688,339),(671,338.2679491924311),(670,338),(669,338.2679491924311),(668.2679491924312,339)) -6635 ((667,350),(667.4019237886466,351.5),(668.5,352.5980762113533),(670,353),(671.5,352.5980762113533),(672.5980762113533,351.5),(673,350),(672.5980762113534,348.5),(671.5,347.4019237886467),(670,347),(668.5,347.4019237886467),(667.4019237886467,348.5)) -6636 ((666,360),(666.5358983848622,362),(668,363.46410161513774),(670,364),(672,363.46410161513774),(673.4641016151378,362),(674,360),(673.4641016151378,358),(672,356.53589838486226),(670,356),(668,356.53589838486226),(666.5358983848622,358)) -6637 ((665,370),(665.6698729810778,372.5),(667.5,374.3301270189222),(670,375),(672.5,374.3301270189222),(674.3301270189222,372.5),(675,370),(674.3301270189222,367.5),(672.5,365.6698729810778),(670,365),(667.5,365.6698729810778),(665.6698729810778,367.5)) -6638 ((664,380),(664.8038475772934,383),(667,385.19615242270663),(670,386),(673,385.19615242270663),(675.1961524227066,383),(676,380),(675.1961524227066,377),(673,374.80384757729337),(670,374),(667,374.80384757729337),(664.8038475772934,377)) -6639 ((663,390),(663.937822173509,393.5),(666.5,396.06217782649105),(670,397),(673.5,396.06217782649105),(676.062177826491,393.5),(677,390),(676.062177826491,386.5),(673.5,383.93782217350895),(670,383),(666.5,383.93782217350895),(663.937822173509,386.5)) -6640 ((662,400),(663.0717967697245,404),(666,406.9282032302755),(670,408),(674,406.9282032302755),(676.9282032302755,404),(678,400),(676.9282032302755,396),(674,393.0717967697245),(670,392),(666,393.0717967697245),(663.0717967697245,396)) -6641 ((661,410),(662.2057713659401,414.5),(665.5,417.79422863405995),(670,419),(674.5,417.79422863405995),(677.7942286340599,414.5),(679,410),(677.79422863406,405.5),(674.5,402.20577136594005),(670,401),(665.5,402.20577136594005),(662.2057713659401,405.5)) -6642 ((660,420),(661.3397459621556,425),(665,428.66025403784437),(670,430),(675,428.66025403784437),(678.6602540378444,425),(680,420),(678.6602540378444,415),(675,411.33974596215563),(670,410),(665,411.33974596215563),(661.3397459621556,415)) -6643 ((669,430),(669.1339745962156,430.5),(669.5,430.8660254037844),(670,431),(670.5,430.8660254037844),(670.8660254037844,430.5),(671,430),(670.8660254037844,429.5),(670.5,429.1339745962156),(670,429),(669.5,429.1339745962156),(669.1339745962156,429.5)) -6644 ((668,440),(668.2679491924312,441),(669,441.7320508075689),(670,442),(671,441.7320508075689),(671.7320508075688,441),(672,440),(671.7320508075688,439),(671,438.2679491924311),(670,438),(669,438.2679491924311),(668.2679491924312,439)) -6645 ((667,450),(667.4019237886466,451.5),(668.5,452.5980762113533),(670,453),(671.5,452.5980762113533),(672.5980762113533,451.5),(673,450),(672.5980762113534,448.5),(671.5,447.4019237886467),(670,447),(668.5,447.4019237886467),(667.4019237886467,448.5)) -6646 ((666,460),(666.5358983848622,462),(668,463.46410161513774),(670,464),(672,463.46410161513774),(673.4641016151378,462),(674,460),(673.4641016151378,458),(672,456.53589838486226),(670,456),(668,456.53589838486226),(666.5358983848622,458)) -6647 ((665,470),(665.6698729810778,472.5),(667.5,474.3301270189222),(670,475),(672.5,474.3301270189222),(674.3301270189222,472.5),(675,470),(674.3301270189222,467.5),(672.5,465.6698729810778),(670,465),(667.5,465.6698729810778),(665.6698729810778,467.5)) -6648 ((664,480),(664.8038475772934,483),(667,485.19615242270663),(670,486),(673,485.19615242270663),(675.1961524227066,483),(676,480),(675.1961524227066,477),(673,474.80384757729337),(670,474),(667,474.80384757729337),(664.8038475772934,477)) -6649 ((663,490),(663.937822173509,493.5),(666.5,496.06217782649105),(670,497),(673.5,496.06217782649105),(676.062177826491,493.5),(677,490),(676.062177826491,486.5),(673.5,483.93782217350895),(670,483),(666.5,483.93782217350895),(663.937822173509,486.5)) -6650 ((662,500),(663.0717967697245,504),(666,506.9282032302755),(670,508),(674,506.9282032302755),(676.9282032302755,504),(678,500),(676.9282032302755,496),(674,493.0717967697245),(670,492),(666,493.0717967697245),(663.0717967697245,496)) -6651 ((661,510),(662.2057713659401,514.5),(665.5,517.7942286340599),(670,519),(674.5,517.7942286340599),(677.7942286340599,514.5),(679,510),(677.79422863406,505.5),(674.5,502.20577136594005),(670,501),(665.5,502.20577136594005),(662.2057713659401,505.5)) -6652 ((660,520),(661.3397459621556,525),(665,528.6602540378444),(670,530),(675,528.6602540378444),(678.6602540378444,525),(680,520),(678.6602540378444,515),(675,511.33974596215563),(670,510),(665,511.33974596215563),(661.3397459621556,515)) -6653 ((669,530),(669.1339745962156,530.5),(669.5,530.8660254037844),(670,531),(670.5,530.8660254037844),(670.8660254037844,530.5),(671,530),(670.8660254037844,529.5),(670.5,529.1339745962156),(670,529),(669.5,529.1339745962156),(669.1339745962156,529.5)) -6654 ((668,540),(668.2679491924312,541),(669,541.7320508075688),(670,542),(671,541.7320508075688),(671.7320508075688,541),(672,540),(671.7320508075688,539),(671,538.2679491924312),(670,538),(669,538.2679491924312),(668.2679491924312,539)) -6655 ((667,550),(667.4019237886466,551.5),(668.5,552.5980762113534),(670,553),(671.5,552.5980762113534),(672.5980762113533,551.5),(673,550),(672.5980762113534,548.5),(671.5,547.4019237886467),(670,547),(668.5,547.4019237886466),(667.4019237886467,548.5)) -6656 ((666,560),(666.5358983848622,562),(668,563.4641016151378),(670,564),(672,563.4641016151378),(673.4641016151378,562),(674,560),(673.4641016151378,558),(672,556.5358983848622),(670,556),(668,556.5358983848622),(666.5358983848622,558)) -6657 ((665,570),(665.6698729810778,572.5),(667.5,574.3301270189222),(670,575),(672.5,574.3301270189222),(674.3301270189222,572.5),(675,570),(674.3301270189222,567.5),(672.5,565.6698729810778),(670,565),(667.5,565.6698729810778),(665.6698729810778,567.5)) -6658 ((664,580),(664.8038475772934,583),(667,585.1961524227066),(670,586),(673,585.1961524227066),(675.1961524227066,583),(676,580),(675.1961524227066,577),(673,574.8038475772934),(670,574),(667,574.8038475772934),(664.8038475772934,577)) -6659 ((663,590),(663.937822173509,593.5),(666.5,596.062177826491),(670,597),(673.5,596.062177826491),(676.062177826491,593.5),(677,590),(676.062177826491,586.5),(673.5,583.937822173509),(670,583),(666.5,583.937822173509),(663.937822173509,586.5)) -6660 ((662,600),(663.0717967697245,604),(666,606.9282032302755),(670,608),(674,606.9282032302755),(676.9282032302755,604),(678,600),(676.9282032302755,596),(674,593.0717967697245),(670,592),(666,593.0717967697245),(663.0717967697245,596)) -6661 ((661,610),(662.2057713659401,614.5),(665.5,617.7942286340599),(670,619),(674.5,617.7942286340599),(677.7942286340599,614.5),(679,610),(677.79422863406,605.5),(674.5,602.2057713659401),(670,601),(665.5,602.20577136594),(662.2057713659401,605.5)) -6662 ((660,620),(661.3397459621556,625),(665,628.6602540378444),(670,630),(675,628.6602540378444),(678.6602540378444,625),(680,620),(678.6602540378444,615),(675,611.3397459621556),(670,610),(665,611.3397459621556),(661.3397459621556,615)) -6663 ((669,630),(669.1339745962156,630.5),(669.5,630.8660254037844),(670,631),(670.5,630.8660254037844),(670.8660254037844,630.5),(671,630),(670.8660254037844,629.5),(670.5,629.1339745962156),(670,629),(669.5,629.1339745962156),(669.1339745962156,629.5)) -6664 ((668,640),(668.2679491924312,641),(669,641.7320508075688),(670,642),(671,641.7320508075688),(671.7320508075688,641),(672,640),(671.7320508075688,639),(671,638.2679491924312),(670,638),(669,638.2679491924312),(668.2679491924312,639)) -6665 ((667,650),(667.4019237886466,651.5),(668.5,652.5980762113534),(670,653),(671.5,652.5980762113534),(672.5980762113533,651.5),(673,650),(672.5980762113534,648.5),(671.5,647.4019237886467),(670,647),(668.5,647.4019237886466),(667.4019237886467,648.5)) -6666 ((666,660),(666.5358983848622,662),(668,663.4641016151378),(670,664),(672,663.4641016151378),(673.4641016151378,662),(674,660),(673.4641016151378,658),(672,656.5358983848622),(670,656),(668,656.5358983848622),(666.5358983848622,658)) -6667 ((665,670),(665.6698729810778,672.5),(667.5,674.3301270189222),(670,675),(672.5,674.3301270189222),(674.3301270189222,672.5),(675,670),(674.3301270189222,667.5),(672.5,665.6698729810778),(670,665),(667.5,665.6698729810778),(665.6698729810778,667.5)) -6668 ((664,680),(664.8038475772934,683),(667,685.1961524227066),(670,686),(673,685.1961524227066),(675.1961524227066,683),(676,680),(675.1961524227066,677),(673,674.8038475772934),(670,674),(667,674.8038475772934),(664.8038475772934,677)) -6669 ((663,690),(663.937822173509,693.5),(666.5,696.062177826491),(670,697),(673.5,696.062177826491),(676.062177826491,693.5),(677,690),(676.062177826491,686.5),(673.5,683.937822173509),(670,683),(666.5,683.937822173509),(663.937822173509,686.5)) -6670 ((662,700),(663.0717967697245,704),(666,706.9282032302755),(670,708),(674,706.9282032302755),(676.9282032302755,704),(678,700),(676.9282032302755,696),(674,693.0717967697245),(670,692),(666,693.0717967697245),(663.0717967697245,696)) -6671 ((661,710),(662.2057713659401,714.5),(665.5,717.7942286340599),(670,719),(674.5,717.7942286340599),(677.7942286340599,714.5),(679,710),(677.79422863406,705.5),(674.5,702.2057713659401),(670,701),(665.5,702.20577136594),(662.2057713659401,705.5)) -6672 ((660,720),(661.3397459621556,725),(665,728.6602540378444),(670,730),(675,728.6602540378444),(678.6602540378444,725),(680,720),(678.6602540378444,715),(675,711.3397459621556),(670,710),(665,711.3397459621556),(661.3397459621556,715)) -6673 ((669,730),(669.1339745962156,730.5),(669.5,730.8660254037844),(670,731),(670.5,730.8660254037844),(670.8660254037844,730.5),(671,730),(670.8660254037844,729.5),(670.5,729.1339745962156),(670,729),(669.5,729.1339745962156),(669.1339745962156,729.5)) -6674 ((668,740),(668.2679491924312,741),(669,741.7320508075688),(670,742),(671,741.7320508075688),(671.7320508075688,741),(672,740),(671.7320508075688,739),(671,738.2679491924312),(670,738),(669,738.2679491924312),(668.2679491924312,739)) -6675 ((667,750),(667.4019237886466,751.5),(668.5,752.5980762113534),(670,753),(671.5,752.5980762113534),(672.5980762113533,751.5),(673,750),(672.5980762113534,748.5),(671.5,747.4019237886467),(670,747),(668.5,747.4019237886466),(667.4019237886467,748.5)) -6676 ((666,760),(666.5358983848622,762),(668,763.4641016151378),(670,764),(672,763.4641016151378),(673.4641016151378,762),(674,760),(673.4641016151378,758),(672,756.5358983848622),(670,756),(668,756.5358983848622),(666.5358983848622,758)) -6677 ((665,770),(665.6698729810778,772.5),(667.5,774.3301270189222),(670,775),(672.5,774.3301270189222),(674.3301270189222,772.5),(675,770),(674.3301270189222,767.5),(672.5,765.6698729810778),(670,765),(667.5,765.6698729810778),(665.6698729810778,767.5)) -6678 ((664,780),(664.8038475772934,783),(667,785.1961524227066),(670,786),(673,785.1961524227066),(675.1961524227066,783),(676,780),(675.1961524227066,777),(673,774.8038475772934),(670,774),(667,774.8038475772934),(664.8038475772934,777)) -6679 ((663,790),(663.937822173509,793.5),(666.5,796.062177826491),(670,797),(673.5,796.062177826491),(676.062177826491,793.5),(677,790),(676.062177826491,786.5),(673.5,783.937822173509),(670,783),(666.5,783.937822173509),(663.937822173509,786.5)) -6680 ((662,800),(663.0717967697245,804),(666,806.9282032302755),(670,808),(674,806.9282032302755),(676.9282032302755,804),(678,800),(676.9282032302755,796),(674,793.0717967697245),(670,792),(666,793.0717967697245),(663.0717967697245,796)) -6681 ((661,810),(662.2057713659401,814.5),(665.5,817.7942286340599),(670,819),(674.5,817.7942286340599),(677.7942286340599,814.5),(679,810),(677.79422863406,805.5),(674.5,802.2057713659401),(670,801),(665.5,802.20577136594),(662.2057713659401,805.5)) -6682 ((660,820),(661.3397459621556,825),(665,828.6602540378444),(670,830),(675,828.6602540378444),(678.6602540378444,825),(680,820),(678.6602540378444,815),(675,811.3397459621556),(670,810),(665,811.3397459621556),(661.3397459621556,815)) -6683 ((669,830),(669.1339745962156,830.5),(669.5,830.8660254037844),(670,831),(670.5,830.8660254037844),(670.8660254037844,830.5),(671,830),(670.8660254037844,829.5),(670.5,829.1339745962156),(670,829),(669.5,829.1339745962156),(669.1339745962156,829.5)) -6684 ((668,840),(668.2679491924312,841),(669,841.7320508075688),(670,842),(671,841.7320508075688),(671.7320508075688,841),(672,840),(671.7320508075688,839),(671,838.2679491924312),(670,838),(669,838.2679491924312),(668.2679491924312,839)) -6685 ((667,850),(667.4019237886466,851.5),(668.5,852.5980762113534),(670,853),(671.5,852.5980762113534),(672.5980762113533,851.5),(673,850),(672.5980762113534,848.5),(671.5,847.4019237886467),(670,847),(668.5,847.4019237886466),(667.4019237886467,848.5)) -6686 ((666,860),(666.5358983848622,862),(668,863.4641016151378),(670,864),(672,863.4641016151378),(673.4641016151378,862),(674,860),(673.4641016151378,858),(672,856.5358983848622),(670,856),(668,856.5358983848622),(666.5358983848622,858)) -6687 ((665,870),(665.6698729810778,872.5),(667.5,874.3301270189222),(670,875),(672.5,874.3301270189222),(674.3301270189222,872.5),(675,870),(674.3301270189222,867.5),(672.5,865.6698729810778),(670,865),(667.5,865.6698729810778),(665.6698729810778,867.5)) -6688 ((664,880),(664.8038475772934,883),(667,885.1961524227066),(670,886),(673,885.1961524227066),(675.1961524227066,883),(676,880),(675.1961524227066,877),(673,874.8038475772934),(670,874),(667,874.8038475772934),(664.8038475772934,877)) -6689 ((663,890),(663.937822173509,893.5),(666.5,896.062177826491),(670,897),(673.5,896.062177826491),(676.062177826491,893.5),(677,890),(676.062177826491,886.5),(673.5,883.937822173509),(670,883),(666.5,883.937822173509),(663.937822173509,886.5)) -6690 ((662,900),(663.0717967697245,904),(666,906.9282032302755),(670,908),(674,906.9282032302755),(676.9282032302755,904),(678,900),(676.9282032302755,896),(674,893.0717967697245),(670,892),(666,893.0717967697245),(663.0717967697245,896)) -6691 ((661,910),(662.2057713659401,914.5),(665.5,917.7942286340599),(670,919),(674.5,917.7942286340599),(677.7942286340599,914.5),(679,910),(677.79422863406,905.5),(674.5,902.2057713659401),(670,901),(665.5,902.20577136594),(662.2057713659401,905.5)) -6692 ((660,920),(661.3397459621556,925),(665,928.6602540378444),(670,930),(675,928.6602540378444),(678.6602540378444,925),(680,920),(678.6602540378444,915),(675,911.3397459621556),(670,910),(665,911.3397459621556),(661.3397459621556,915)) -6693 ((669,930),(669.1339745962156,930.5),(669.5,930.8660254037844),(670,931),(670.5,930.8660254037844),(670.8660254037844,930.5),(671,930),(670.8660254037844,929.5),(670.5,929.1339745962156),(670,929),(669.5,929.1339745962156),(669.1339745962156,929.5)) -6694 ((668,940),(668.2679491924312,941),(669,941.7320508075688),(670,942),(671,941.7320508075688),(671.7320508075688,941),(672,940),(671.7320508075688,939),(671,938.2679491924312),(670,938),(669,938.2679491924312),(668.2679491924312,939)) -6695 ((667,950),(667.4019237886466,951.5),(668.5,952.5980762113534),(670,953),(671.5,952.5980762113534),(672.5980762113533,951.5),(673,950),(672.5980762113534,948.5),(671.5,947.4019237886467),(670,947),(668.5,947.4019237886466),(667.4019237886467,948.5)) -6696 ((666,960),(666.5358983848622,962),(668,963.4641016151378),(670,964),(672,963.4641016151378),(673.4641016151378,962),(674,960),(673.4641016151378,958),(672,956.5358983848622),(670,956),(668,956.5358983848622),(666.5358983848622,958)) -6697 ((665,970),(665.6698729810778,972.5),(667.5,974.3301270189222),(670,975),(672.5,974.3301270189222),(674.3301270189222,972.5),(675,970),(674.3301270189222,967.5),(672.5,965.6698729810778),(670,965),(667.5,965.6698729810778),(665.6698729810778,967.5)) -6698 ((664,980),(664.8038475772934,983),(667,985.1961524227066),(670,986),(673,985.1961524227066),(675.1961524227066,983),(676,980),(675.1961524227066,977),(673,974.8038475772934),(670,974),(667,974.8038475772934),(664.8038475772934,977)) -6699 ((663,990),(663.937822173509,993.5),(666.5,996.062177826491),(670,997),(673.5,996.062177826491),(676.062177826491,993.5),(677,990),(676.062177826491,986.5),(673.5,983.937822173509),(670,983),(666.5,983.937822173509),(663.937822173509,986.5)) -6700 ((662,1000),(663.0717967697245,1004),(666,1006.9282032302755),(670,1008),(674,1006.9282032302755),(676.9282032302755,1004),(678,1000),(676.9282032302755,996),(674,993.0717967697245),(670,992),(666,993.0717967697245),(663.0717967697245,996)) -6701 ((670,10),(671.3397459621556,15),(675,18.660254037844386),(680,20),(685,18.66025403784439),(688.6602540378444,15.000000000000004),(690,10.000000000000002),(688.6602540378444,5.000000000000003),(685,1.3397459621556145),(680,0),(675,1.3397459621556091),(671.3397459621556,4.999999999999996)) -6702 ((679,20),(679.1339745962156,20.5),(679.5,20.866025403784437),(680,21),(680.5,20.866025403784437),(680.8660254037844,20.5),(681,20),(680.8660254037844,19.5),(680.5,19.133974596215563),(680,19),(679.5,19.133974596215563),(679.1339745962156,19.5)) -6703 ((678,30),(678.2679491924312,31),(679,31.73205080756888),(680,32),(681,31.73205080756888),(681.7320508075688,31),(682,30),(681.7320508075688,29),(681,28.26794919243112),(680,28),(679,28.26794919243112),(678.2679491924312,29)) -6704 ((677,40),(677.4019237886466,41.5),(678.5,42.598076211353316),(680,43),(681.5,42.598076211353316),(682.5980762113533,41.5),(683,40),(682.5980762113534,38.5),(681.5,37.401923788646684),(680,37),(678.5,37.401923788646684),(677.4019237886467,38.5)) -6705 ((676,50),(676.5358983848622,52),(678,53.46410161513776),(680,54),(682,53.46410161513776),(683.4641016151378,52),(684,50),(683.4641016151378,48),(682,46.53589838486224),(680,46),(678,46.53589838486224),(676.5358983848622,48)) -6706 ((675,60),(675.6698729810778,62.5),(677.5,64.3301270189222),(680,65),(682.5,64.3301270189222),(684.3301270189222,62.5),(685,60),(684.3301270189222,57.5),(682.5,55.66987298107781),(680,55),(677.5,55.6698729810778),(675.6698729810778,57.5)) -6707 ((674,70),(674.8038475772934,73),(677,75.19615242270663),(680,76),(683,75.19615242270663),(685.1961524227066,73),(686,70),(685.1961524227066,67),(683,64.80384757729337),(680,64),(677,64.80384757729337),(674.8038475772934,67)) -6708 ((673,80),(673.937822173509,83.5),(676.5,86.06217782649107),(680,87),(683.5,86.06217782649107),(686.062177826491,83.5),(687,80),(686.062177826491,76.5),(683.5,73.93782217350893),(680,73),(676.5,73.93782217350892),(673.937822173509,76.5)) -6709 ((672,90),(673.0717967697245,94),(676,96.92820323027551),(680,98),(684,96.92820323027551),(686.9282032302755,94),(688,90),(686.9282032302755,86),(684,83.07179676972449),(680,82),(676,83.07179676972449),(673.0717967697245,86)) -6710 ((671,100),(672.2057713659401,104.5),(675.5,107.79422863405995),(680,109),(684.5,107.79422863405995),(687.7942286340599,104.5),(689,100),(687.79422863406,95.5),(684.5,92.20577136594005),(680,91),(675.5,92.20577136594005),(672.2057713659401,95.5)) -6711 ((670,110),(671.3397459621556,115),(675,118.66025403784438),(680,120),(685,118.66025403784438),(688.6602540378444,115),(690,110),(688.6602540378444,105),(685,101.33974596215562),(680,100),(675,101.3397459621556),(671.3397459621556,105)) -6712 ((679,120),(679.1339745962156,120.5),(679.5,120.86602540378443),(680,121),(680.5,120.86602540378443),(680.8660254037844,120.5),(681,120),(680.8660254037844,119.5),(680.5,119.13397459621557),(680,119),(679.5,119.13397459621557),(679.1339745962156,119.5)) -6713 ((678,130),(678.2679491924312,131),(679,131.73205080756887),(680,132),(681,131.73205080756887),(681.7320508075688,131),(682,130),(681.7320508075688,129),(681,128.26794919243113),(680,128),(679,128.26794919243113),(678.2679491924312,129)) -6714 ((677,140),(677.4019237886466,141.5),(678.5,142.59807621135332),(680,143),(681.5,142.59807621135332),(682.5980762113533,141.5),(683,140),(682.5980762113534,138.5),(681.5,137.40192378864668),(680,137),(678.5,137.40192378864668),(677.4019237886467,138.5)) -6715 ((676,150),(676.5358983848622,152),(678,153.46410161513776),(680,154),(682,153.46410161513776),(683.4641016151378,152),(684,150),(683.4641016151378,148),(682,146.53589838486224),(680,146),(678,146.53589838486224),(676.5358983848622,148)) -6716 ((675,160),(675.6698729810778,162.5),(677.5,164.33012701892218),(680,165),(682.5,164.33012701892218),(684.3301270189222,162.5),(685,160),(684.3301270189222,157.5),(682.5,155.66987298107782),(680,155),(677.5,155.66987298107782),(675.6698729810778,157.5)) -6717 ((674,170),(674.8038475772934,173),(677,175.19615242270663),(680,176),(683,175.19615242270663),(685.1961524227066,173),(686,170),(685.1961524227066,167),(683,164.80384757729337),(680,164),(677,164.80384757729337),(674.8038475772934,167)) -6718 ((673,180),(673.937822173509,183.5),(676.5,186.06217782649108),(680,187),(683.5,186.06217782649108),(686.062177826491,183.5),(687,180),(686.062177826491,176.5),(683.5,173.93782217350892),(680,173),(676.5,173.93782217350892),(673.937822173509,176.5)) -6719 ((672,190),(673.0717967697245,194),(676,196.9282032302755),(680,198),(684,196.9282032302755),(686.9282032302755,194),(688,190),(686.9282032302755,186),(684,183.0717967697245),(680,182),(676,183.0717967697245),(673.0717967697245,186)) -6720 ((671,200),(672.2057713659401,204.5),(675.5,207.79422863405995),(680,209),(684.5,207.79422863405995),(687.7942286340599,204.5),(689,200),(687.79422863406,195.5),(684.5,192.20577136594005),(680,191),(675.5,192.20577136594005),(672.2057713659401,195.5)) -6721 ((670,210),(671.3397459621556,215),(675,218.6602540378444),(680,220),(685,218.6602540378444),(688.6602540378444,215),(690,210),(688.6602540378444,205),(685,201.3397459621556),(680,200),(675,201.3397459621556),(671.3397459621556,205)) -6722 ((679,220),(679.1339745962156,220.5),(679.5,220.86602540378445),(680,221),(680.5,220.86602540378445),(680.8660254037844,220.5),(681,220),(680.8660254037844,219.5),(680.5,219.13397459621555),(680,219),(679.5,219.13397459621555),(679.1339745962156,219.5)) -6723 ((678,230),(678.2679491924312,231),(679,231.73205080756887),(680,232),(681,231.73205080756887),(681.7320508075688,231),(682,230),(681.7320508075688,229),(681,228.26794919243113),(680,228),(679,228.26794919243113),(678.2679491924312,229)) -6724 ((677,240),(677.4019237886466,241.5),(678.5,242.59807621135332),(680,243),(681.5,242.59807621135332),(682.5980762113533,241.5),(683,240),(682.5980762113534,238.5),(681.5,237.40192378864668),(680,237),(678.5,237.40192378864668),(677.4019237886467,238.5)) -6725 ((676,250),(676.5358983848622,252),(678,253.46410161513776),(680,254),(682,253.46410161513776),(683.4641016151378,252),(684,250),(683.4641016151378,248),(682,246.53589838486224),(680,246),(678,246.53589838486224),(676.5358983848622,248)) -6726 ((675,260),(675.6698729810778,262.5),(677.5,264.3301270189222),(680,265),(682.5,264.3301270189222),(684.3301270189222,262.5),(685,260),(684.3301270189222,257.5),(682.5,255.66987298107782),(680,255),(677.5,255.66987298107782),(675.6698729810778,257.5)) -6727 ((674,270),(674.8038475772934,273),(677,275.19615242270663),(680,276),(683,275.19615242270663),(685.1961524227066,273),(686,270),(685.1961524227066,267),(683,264.80384757729337),(680,264),(677,264.80384757729337),(674.8038475772934,267)) -6728 ((673,280),(673.937822173509,283.5),(676.5,286.06217782649105),(680,287),(683.5,286.06217782649105),(686.062177826491,283.5),(687,280),(686.062177826491,276.5),(683.5,273.93782217350895),(680,273),(676.5,273.93782217350895),(673.937822173509,276.5)) -6729 ((672,290),(673.0717967697245,294),(676,296.9282032302755),(680,298),(684,296.9282032302755),(686.9282032302755,294),(688,290),(686.9282032302755,286),(684,283.0717967697245),(680,282),(676,283.0717967697245),(673.0717967697245,286)) -6730 ((671,300),(672.2057713659401,304.5),(675.5,307.79422863405995),(680,309),(684.5,307.79422863405995),(687.7942286340599,304.5),(689,300),(687.79422863406,295.5),(684.5,292.20577136594005),(680,291),(675.5,292.20577136594005),(672.2057713659401,295.5)) -6731 ((670,310),(671.3397459621556,315),(675,318.66025403784437),(680,320),(685,318.66025403784437),(688.6602540378444,315),(690,310),(688.6602540378444,305),(685,301.33974596215563),(680,300),(675,301.33974596215563),(671.3397459621556,305)) -6732 ((679,320),(679.1339745962156,320.5),(679.5,320.8660254037844),(680,321),(680.5,320.8660254037844),(680.8660254037844,320.5),(681,320),(680.8660254037844,319.5),(680.5,319.1339745962156),(680,319),(679.5,319.1339745962156),(679.1339745962156,319.5)) -6733 ((678,330),(678.2679491924312,331),(679,331.7320508075689),(680,332),(681,331.7320508075689),(681.7320508075688,331),(682,330),(681.7320508075688,329),(681,328.2679491924311),(680,328),(679,328.2679491924311),(678.2679491924312,329)) -6734 ((677,340),(677.4019237886466,341.5),(678.5,342.5980762113533),(680,343),(681.5,342.5980762113533),(682.5980762113533,341.5),(683,340),(682.5980762113534,338.5),(681.5,337.4019237886467),(680,337),(678.5,337.4019237886467),(677.4019237886467,338.5)) -6735 ((676,350),(676.5358983848622,352),(678,353.46410161513774),(680,354),(682,353.46410161513774),(683.4641016151378,352),(684,350),(683.4641016151378,348),(682,346.53589838486226),(680,346),(678,346.53589838486226),(676.5358983848622,348)) -6736 ((675,360),(675.6698729810778,362.5),(677.5,364.3301270189222),(680,365),(682.5,364.3301270189222),(684.3301270189222,362.5),(685,360),(684.3301270189222,357.5),(682.5,355.6698729810778),(680,355),(677.5,355.6698729810778),(675.6698729810778,357.5)) -6737 ((674,370),(674.8038475772934,373),(677,375.19615242270663),(680,376),(683,375.19615242270663),(685.1961524227066,373),(686,370),(685.1961524227066,367),(683,364.80384757729337),(680,364),(677,364.80384757729337),(674.8038475772934,367)) -6738 ((673,380),(673.937822173509,383.5),(676.5,386.06217782649105),(680,387),(683.5,386.06217782649105),(686.062177826491,383.5),(687,380),(686.062177826491,376.5),(683.5,373.93782217350895),(680,373),(676.5,373.93782217350895),(673.937822173509,376.5)) -6739 ((672,390),(673.0717967697245,394),(676,396.9282032302755),(680,398),(684,396.9282032302755),(686.9282032302755,394),(688,390),(686.9282032302755,386),(684,383.0717967697245),(680,382),(676,383.0717967697245),(673.0717967697245,386)) -6740 ((671,400),(672.2057713659401,404.5),(675.5,407.79422863405995),(680,409),(684.5,407.79422863405995),(687.7942286340599,404.5),(689,400),(687.79422863406,395.5),(684.5,392.20577136594005),(680,391),(675.5,392.20577136594005),(672.2057713659401,395.5)) -6741 ((670,410),(671.3397459621556,415),(675,418.66025403784437),(680,420),(685,418.66025403784437),(688.6602540378444,415),(690,410),(688.6602540378444,405),(685,401.33974596215563),(680,400),(675,401.33974596215563),(671.3397459621556,405)) -6742 ((679,420),(679.1339745962156,420.5),(679.5,420.8660254037844),(680,421),(680.5,420.8660254037844),(680.8660254037844,420.5),(681,420),(680.8660254037844,419.5),(680.5,419.1339745962156),(680,419),(679.5,419.1339745962156),(679.1339745962156,419.5)) -6743 ((678,430),(678.2679491924312,431),(679,431.7320508075689),(680,432),(681,431.7320508075689),(681.7320508075688,431),(682,430),(681.7320508075688,429),(681,428.2679491924311),(680,428),(679,428.2679491924311),(678.2679491924312,429)) -6744 ((677,440),(677.4019237886466,441.5),(678.5,442.5980762113533),(680,443),(681.5,442.5980762113533),(682.5980762113533,441.5),(683,440),(682.5980762113534,438.5),(681.5,437.4019237886467),(680,437),(678.5,437.4019237886467),(677.4019237886467,438.5)) -6745 ((676,450),(676.5358983848622,452),(678,453.46410161513774),(680,454),(682,453.46410161513774),(683.4641016151378,452),(684,450),(683.4641016151378,448),(682,446.53589838486226),(680,446),(678,446.53589838486226),(676.5358983848622,448)) -6746 ((675,460),(675.6698729810778,462.5),(677.5,464.3301270189222),(680,465),(682.5,464.3301270189222),(684.3301270189222,462.5),(685,460),(684.3301270189222,457.5),(682.5,455.6698729810778),(680,455),(677.5,455.6698729810778),(675.6698729810778,457.5)) -6747 ((674,470),(674.8038475772934,473),(677,475.19615242270663),(680,476),(683,475.19615242270663),(685.1961524227066,473),(686,470),(685.1961524227066,467),(683,464.80384757729337),(680,464),(677,464.80384757729337),(674.8038475772934,467)) -6748 ((673,480),(673.937822173509,483.5),(676.5,486.06217782649105),(680,487),(683.5,486.06217782649105),(686.062177826491,483.5),(687,480),(686.062177826491,476.5),(683.5,473.93782217350895),(680,473),(676.5,473.93782217350895),(673.937822173509,476.5)) -6749 ((672,490),(673.0717967697245,494),(676,496.9282032302755),(680,498),(684,496.9282032302755),(686.9282032302755,494),(688,490),(686.9282032302755,486),(684,483.0717967697245),(680,482),(676,483.0717967697245),(673.0717967697245,486)) -6750 ((671,500),(672.2057713659401,504.5),(675.5,507.79422863405995),(680,509),(684.5,507.79422863405995),(687.7942286340599,504.5),(689,500),(687.79422863406,495.5),(684.5,492.20577136594005),(680,491),(675.5,492.20577136594005),(672.2057713659401,495.5)) -6751 ((670,510),(671.3397459621556,515),(675,518.6602540378444),(680,520),(685,518.6602540378444),(688.6602540378444,515),(690,510),(688.6602540378444,505),(685,501.33974596215563),(680,500),(675,501.33974596215563),(671.3397459621556,505)) -6752 ((679,520),(679.1339745962156,520.5),(679.5,520.8660254037844),(680,521),(680.5,520.8660254037844),(680.8660254037844,520.5),(681,520),(680.8660254037844,519.5),(680.5,519.1339745962156),(680,519),(679.5,519.1339745962156),(679.1339745962156,519.5)) -6753 ((678,530),(678.2679491924312,531),(679,531.7320508075688),(680,532),(681,531.7320508075688),(681.7320508075688,531),(682,530),(681.7320508075688,529),(681,528.2679491924312),(680,528),(679,528.2679491924312),(678.2679491924312,529)) -6754 ((677,540),(677.4019237886466,541.5),(678.5,542.5980762113534),(680,543),(681.5,542.5980762113534),(682.5980762113533,541.5),(683,540),(682.5980762113534,538.5),(681.5,537.4019237886467),(680,537),(678.5,537.4019237886466),(677.4019237886467,538.5)) -6755 ((676,550),(676.5358983848622,552),(678,553.4641016151378),(680,554),(682,553.4641016151378),(683.4641016151378,552),(684,550),(683.4641016151378,548),(682,546.5358983848622),(680,546),(678,546.5358983848622),(676.5358983848622,548)) -6756 ((675,560),(675.6698729810778,562.5),(677.5,564.3301270189222),(680,565),(682.5,564.3301270189222),(684.3301270189222,562.5),(685,560),(684.3301270189222,557.5),(682.5,555.6698729810778),(680,555),(677.5,555.6698729810778),(675.6698729810778,557.5)) -6757 ((674,570),(674.8038475772934,573),(677,575.1961524227066),(680,576),(683,575.1961524227066),(685.1961524227066,573),(686,570),(685.1961524227066,567),(683,564.8038475772934),(680,564),(677,564.8038475772934),(674.8038475772934,567)) -6758 ((673,580),(673.937822173509,583.5),(676.5,586.062177826491),(680,587),(683.5,586.062177826491),(686.062177826491,583.5),(687,580),(686.062177826491,576.5),(683.5,573.937822173509),(680,573),(676.5,573.937822173509),(673.937822173509,576.5)) -6759 ((672,590),(673.0717967697245,594),(676,596.9282032302755),(680,598),(684,596.9282032302755),(686.9282032302755,594),(688,590),(686.9282032302755,586),(684,583.0717967697245),(680,582),(676,583.0717967697245),(673.0717967697245,586)) -6760 ((671,600),(672.2057713659401,604.5),(675.5,607.7942286340599),(680,609),(684.5,607.7942286340599),(687.7942286340599,604.5),(689,600),(687.79422863406,595.5),(684.5,592.2057713659401),(680,591),(675.5,592.20577136594),(672.2057713659401,595.5)) -6761 ((670,610),(671.3397459621556,615),(675,618.6602540378444),(680,620),(685,618.6602540378444),(688.6602540378444,615),(690,610),(688.6602540378444,605),(685,601.3397459621556),(680,600),(675,601.3397459621556),(671.3397459621556,605)) -6762 ((679,620),(679.1339745962156,620.5),(679.5,620.8660254037844),(680,621),(680.5,620.8660254037844),(680.8660254037844,620.5),(681,620),(680.8660254037844,619.5),(680.5,619.1339745962156),(680,619),(679.5,619.1339745962156),(679.1339745962156,619.5)) -6763 ((678,630),(678.2679491924312,631),(679,631.7320508075688),(680,632),(681,631.7320508075688),(681.7320508075688,631),(682,630),(681.7320508075688,629),(681,628.2679491924312),(680,628),(679,628.2679491924312),(678.2679491924312,629)) -6764 ((677,640),(677.4019237886466,641.5),(678.5,642.5980762113534),(680,643),(681.5,642.5980762113534),(682.5980762113533,641.5),(683,640),(682.5980762113534,638.5),(681.5,637.4019237886467),(680,637),(678.5,637.4019237886466),(677.4019237886467,638.5)) -6765 ((676,650),(676.5358983848622,652),(678,653.4641016151378),(680,654),(682,653.4641016151378),(683.4641016151378,652),(684,650),(683.4641016151378,648),(682,646.5358983848622),(680,646),(678,646.5358983848622),(676.5358983848622,648)) -6766 ((675,660),(675.6698729810778,662.5),(677.5,664.3301270189222),(680,665),(682.5,664.3301270189222),(684.3301270189222,662.5),(685,660),(684.3301270189222,657.5),(682.5,655.6698729810778),(680,655),(677.5,655.6698729810778),(675.6698729810778,657.5)) -6767 ((674,670),(674.8038475772934,673),(677,675.1961524227066),(680,676),(683,675.1961524227066),(685.1961524227066,673),(686,670),(685.1961524227066,667),(683,664.8038475772934),(680,664),(677,664.8038475772934),(674.8038475772934,667)) -6768 ((673,680),(673.937822173509,683.5),(676.5,686.062177826491),(680,687),(683.5,686.062177826491),(686.062177826491,683.5),(687,680),(686.062177826491,676.5),(683.5,673.937822173509),(680,673),(676.5,673.937822173509),(673.937822173509,676.5)) -6769 ((672,690),(673.0717967697245,694),(676,696.9282032302755),(680,698),(684,696.9282032302755),(686.9282032302755,694),(688,690),(686.9282032302755,686),(684,683.0717967697245),(680,682),(676,683.0717967697245),(673.0717967697245,686)) -6770 ((671,700),(672.2057713659401,704.5),(675.5,707.7942286340599),(680,709),(684.5,707.7942286340599),(687.7942286340599,704.5),(689,700),(687.79422863406,695.5),(684.5,692.2057713659401),(680,691),(675.5,692.20577136594),(672.2057713659401,695.5)) -6771 ((670,710),(671.3397459621556,715),(675,718.6602540378444),(680,720),(685,718.6602540378444),(688.6602540378444,715),(690,710),(688.6602540378444,705),(685,701.3397459621556),(680,700),(675,701.3397459621556),(671.3397459621556,705)) -6772 ((679,720),(679.1339745962156,720.5),(679.5,720.8660254037844),(680,721),(680.5,720.8660254037844),(680.8660254037844,720.5),(681,720),(680.8660254037844,719.5),(680.5,719.1339745962156),(680,719),(679.5,719.1339745962156),(679.1339745962156,719.5)) -6773 ((678,730),(678.2679491924312,731),(679,731.7320508075688),(680,732),(681,731.7320508075688),(681.7320508075688,731),(682,730),(681.7320508075688,729),(681,728.2679491924312),(680,728),(679,728.2679491924312),(678.2679491924312,729)) -6774 ((677,740),(677.4019237886466,741.5),(678.5,742.5980762113534),(680,743),(681.5,742.5980762113534),(682.5980762113533,741.5),(683,740),(682.5980762113534,738.5),(681.5,737.4019237886467),(680,737),(678.5,737.4019237886466),(677.4019237886467,738.5)) -6775 ((676,750),(676.5358983848622,752),(678,753.4641016151378),(680,754),(682,753.4641016151378),(683.4641016151378,752),(684,750),(683.4641016151378,748),(682,746.5358983848622),(680,746),(678,746.5358983848622),(676.5358983848622,748)) -6776 ((675,760),(675.6698729810778,762.5),(677.5,764.3301270189222),(680,765),(682.5,764.3301270189222),(684.3301270189222,762.5),(685,760),(684.3301270189222,757.5),(682.5,755.6698729810778),(680,755),(677.5,755.6698729810778),(675.6698729810778,757.5)) -6777 ((674,770),(674.8038475772934,773),(677,775.1961524227066),(680,776),(683,775.1961524227066),(685.1961524227066,773),(686,770),(685.1961524227066,767),(683,764.8038475772934),(680,764),(677,764.8038475772934),(674.8038475772934,767)) -6778 ((673,780),(673.937822173509,783.5),(676.5,786.062177826491),(680,787),(683.5,786.062177826491),(686.062177826491,783.5),(687,780),(686.062177826491,776.5),(683.5,773.937822173509),(680,773),(676.5,773.937822173509),(673.937822173509,776.5)) -6779 ((672,790),(673.0717967697245,794),(676,796.9282032302755),(680,798),(684,796.9282032302755),(686.9282032302755,794),(688,790),(686.9282032302755,786),(684,783.0717967697245),(680,782),(676,783.0717967697245),(673.0717967697245,786)) -6780 ((671,800),(672.2057713659401,804.5),(675.5,807.7942286340599),(680,809),(684.5,807.7942286340599),(687.7942286340599,804.5),(689,800),(687.79422863406,795.5),(684.5,792.2057713659401),(680,791),(675.5,792.20577136594),(672.2057713659401,795.5)) -6781 ((670,810),(671.3397459621556,815),(675,818.6602540378444),(680,820),(685,818.6602540378444),(688.6602540378444,815),(690,810),(688.6602540378444,805),(685,801.3397459621556),(680,800),(675,801.3397459621556),(671.3397459621556,805)) -6782 ((679,820),(679.1339745962156,820.5),(679.5,820.8660254037844),(680,821),(680.5,820.8660254037844),(680.8660254037844,820.5),(681,820),(680.8660254037844,819.5),(680.5,819.1339745962156),(680,819),(679.5,819.1339745962156),(679.1339745962156,819.5)) -6783 ((678,830),(678.2679491924312,831),(679,831.7320508075688),(680,832),(681,831.7320508075688),(681.7320508075688,831),(682,830),(681.7320508075688,829),(681,828.2679491924312),(680,828),(679,828.2679491924312),(678.2679491924312,829)) -6784 ((677,840),(677.4019237886466,841.5),(678.5,842.5980762113534),(680,843),(681.5,842.5980762113534),(682.5980762113533,841.5),(683,840),(682.5980762113534,838.5),(681.5,837.4019237886467),(680,837),(678.5,837.4019237886466),(677.4019237886467,838.5)) -6785 ((676,850),(676.5358983848622,852),(678,853.4641016151378),(680,854),(682,853.4641016151378),(683.4641016151378,852),(684,850),(683.4641016151378,848),(682,846.5358983848622),(680,846),(678,846.5358983848622),(676.5358983848622,848)) -6786 ((675,860),(675.6698729810778,862.5),(677.5,864.3301270189222),(680,865),(682.5,864.3301270189222),(684.3301270189222,862.5),(685,860),(684.3301270189222,857.5),(682.5,855.6698729810778),(680,855),(677.5,855.6698729810778),(675.6698729810778,857.5)) -6787 ((674,870),(674.8038475772934,873),(677,875.1961524227066),(680,876),(683,875.1961524227066),(685.1961524227066,873),(686,870),(685.1961524227066,867),(683,864.8038475772934),(680,864),(677,864.8038475772934),(674.8038475772934,867)) -6788 ((673,880),(673.937822173509,883.5),(676.5,886.062177826491),(680,887),(683.5,886.062177826491),(686.062177826491,883.5),(687,880),(686.062177826491,876.5),(683.5,873.937822173509),(680,873),(676.5,873.937822173509),(673.937822173509,876.5)) -6789 ((672,890),(673.0717967697245,894),(676,896.9282032302755),(680,898),(684,896.9282032302755),(686.9282032302755,894),(688,890),(686.9282032302755,886),(684,883.0717967697245),(680,882),(676,883.0717967697245),(673.0717967697245,886)) -6790 ((671,900),(672.2057713659401,904.5),(675.5,907.7942286340599),(680,909),(684.5,907.7942286340599),(687.7942286340599,904.5),(689,900),(687.79422863406,895.5),(684.5,892.2057713659401),(680,891),(675.5,892.20577136594),(672.2057713659401,895.5)) -6791 ((670,910),(671.3397459621556,915),(675,918.6602540378444),(680,920),(685,918.6602540378444),(688.6602540378444,915),(690,910),(688.6602540378444,905),(685,901.3397459621556),(680,900),(675,901.3397459621556),(671.3397459621556,905)) -6792 ((679,920),(679.1339745962156,920.5),(679.5,920.8660254037844),(680,921),(680.5,920.8660254037844),(680.8660254037844,920.5),(681,920),(680.8660254037844,919.5),(680.5,919.1339745962156),(680,919),(679.5,919.1339745962156),(679.1339745962156,919.5)) -6793 ((678,930),(678.2679491924312,931),(679,931.7320508075688),(680,932),(681,931.7320508075688),(681.7320508075688,931),(682,930),(681.7320508075688,929),(681,928.2679491924312),(680,928),(679,928.2679491924312),(678.2679491924312,929)) -6794 ((677,940),(677.4019237886466,941.5),(678.5,942.5980762113534),(680,943),(681.5,942.5980762113534),(682.5980762113533,941.5),(683,940),(682.5980762113534,938.5),(681.5,937.4019237886467),(680,937),(678.5,937.4019237886466),(677.4019237886467,938.5)) -6795 ((676,950),(676.5358983848622,952),(678,953.4641016151378),(680,954),(682,953.4641016151378),(683.4641016151378,952),(684,950),(683.4641016151378,948),(682,946.5358983848622),(680,946),(678,946.5358983848622),(676.5358983848622,948)) -6796 ((675,960),(675.6698729810778,962.5),(677.5,964.3301270189222),(680,965),(682.5,964.3301270189222),(684.3301270189222,962.5),(685,960),(684.3301270189222,957.5),(682.5,955.6698729810778),(680,955),(677.5,955.6698729810778),(675.6698729810778,957.5)) -6797 ((674,970),(674.8038475772934,973),(677,975.1961524227066),(680,976),(683,975.1961524227066),(685.1961524227066,973),(686,970),(685.1961524227066,967),(683,964.8038475772934),(680,964),(677,964.8038475772934),(674.8038475772934,967)) -6798 ((673,980),(673.937822173509,983.5),(676.5,986.062177826491),(680,987),(683.5,986.062177826491),(686.062177826491,983.5),(687,980),(686.062177826491,976.5),(683.5,973.937822173509),(680,973),(676.5,973.937822173509),(673.937822173509,976.5)) -6799 ((672,990),(673.0717967697245,994),(676,996.9282032302755),(680,998),(684,996.9282032302755),(686.9282032302755,994),(688,990),(686.9282032302755,986),(684,983.0717967697245),(680,982),(676,983.0717967697245),(673.0717967697245,986)) -6800 ((671,1000),(672.2057713659401,1004.5),(675.5,1007.7942286340599),(680,1009),(684.5,1007.7942286340599),(687.7942286340599,1004.5),(689,1000),(687.79422863406,995.5),(684.5,992.2057713659401),(680,991),(675.5,992.20577136594),(672.2057713659401,995.5)) -6801 ((689,10),(689.1339745962156,10.5),(689.5,10.86602540378444),(690,11),(690.5,10.86602540378444),(690.8660254037844,10.5),(691,10),(690.8660254037844,9.5),(690.5,9.13397459621556),(690,9),(689.5,9.13397459621556),(689.1339745962156,9.5)) -6802 ((688,20),(688.2679491924312,21),(689,21.73205080756888),(690,22),(691,21.73205080756888),(691.7320508075688,21),(692,20),(691.7320508075688,19),(691,18.26794919243112),(690,18),(689,18.26794919243112),(688.2679491924312,19)) -6803 ((687,30),(687.4019237886466,31.5),(688.5,32.598076211353316),(690,33),(691.5,32.598076211353316),(692.5980762113533,31.5),(693,30),(692.5980762113534,28.5),(691.5,27.401923788646684),(690,27),(688.5,27.401923788646684),(687.4019237886467,28.5)) -6804 ((686,40),(686.5358983848622,42),(688,43.46410161513776),(690,44),(692,43.46410161513776),(693.4641016151378,42),(694,40),(693.4641016151378,38),(692,36.53589838486224),(690,36),(688,36.53589838486224),(686.5358983848622,38)) -6805 ((685,50),(685.6698729810778,52.5),(687.5,54.33012701892219),(690,55),(692.5,54.33012701892219),(694.3301270189222,52.5),(695,50),(694.3301270189222,47.5),(692.5,45.66987298107781),(690,45),(687.5,45.6698729810778),(685.6698729810778,47.5)) -6806 ((684,60),(684.8038475772934,63),(687,65.19615242270663),(690,66),(693,65.19615242270663),(695.1961524227066,63),(696,60),(695.1961524227066,57),(693,54.80384757729337),(690,54),(687,54.80384757729337),(684.8038475772934,57)) -6807 ((683,70),(683.937822173509,73.5),(686.5,76.06217782649107),(690,77),(693.5,76.06217782649107),(696.062177826491,73.5),(697,70),(696.062177826491,66.5),(693.5,63.937822173508934),(690,63),(686.5,63.93782217350893),(683.937822173509,66.5)) -6808 ((682,80),(683.0717967697245,84),(686,86.92820323027551),(690,88),(694,86.92820323027551),(696.9282032302755,84),(698,80),(696.9282032302755,76),(694,73.07179676972449),(690,72),(686,73.07179676972449),(683.0717967697245,76)) -6809 ((681,90),(682.2057713659401,94.5),(685.5,97.79422863405995),(690,99),(694.5,97.79422863405995),(697.7942286340599,94.5),(699,90),(697.79422863406,85.5),(694.5,82.20577136594005),(690,81),(685.5,82.20577136594005),(682.2057713659401,85.5)) -6810 ((680,100),(681.3397459621556,105),(685,108.66025403784438),(690,110),(695,108.66025403784438),(698.6602540378444,105),(700,100),(698.6602540378444,95),(695,91.33974596215562),(690,90),(685,91.3397459621556),(681.3397459621556,95)) -6811 ((689,110),(689.1339745962156,110.5),(689.5,110.86602540378443),(690,111),(690.5,110.86602540378443),(690.8660254037844,110.5),(691,110),(690.8660254037844,109.5),(690.5,109.13397459621557),(690,109),(689.5,109.13397459621557),(689.1339745962156,109.5)) -6812 ((688,120),(688.2679491924312,121),(689,121.73205080756888),(690,122),(691,121.73205080756888),(691.7320508075688,121),(692,120),(691.7320508075688,119),(691,118.26794919243112),(690,118),(689,118.26794919243112),(688.2679491924312,119)) -6813 ((687,130),(687.4019237886466,131.5),(688.5,132.59807621135332),(690,133),(691.5,132.59807621135332),(692.5980762113533,131.5),(693,130),(692.5980762113534,128.5),(691.5,127.40192378864668),(690,127),(688.5,127.40192378864668),(687.4019237886467,128.5)) -6814 ((686,140),(686.5358983848622,142),(688,143.46410161513776),(690,144),(692,143.46410161513776),(693.4641016151378,142),(694,140),(693.4641016151378,138),(692,136.53589838486224),(690,136),(688,136.53589838486224),(686.5358983848622,138)) -6815 ((685,150),(685.6698729810778,152.5),(687.5,154.33012701892218),(690,155),(692.5,154.33012701892218),(694.3301270189222,152.5),(695,150),(694.3301270189222,147.5),(692.5,145.66987298107782),(690,145),(687.5,145.66987298107782),(685.6698729810778,147.5)) -6816 ((684,160),(684.8038475772934,163),(687,165.19615242270663),(690,166),(693,165.19615242270663),(695.1961524227066,163),(696,160),(695.1961524227066,157),(693,154.80384757729337),(690,154),(687,154.80384757729337),(684.8038475772934,157)) -6817 ((683,170),(683.937822173509,173.5),(686.5,176.06217782649108),(690,177),(693.5,176.06217782649108),(696.062177826491,173.5),(697,170),(696.062177826491,166.5),(693.5,163.93782217350892),(690,163),(686.5,163.93782217350892),(683.937822173509,166.5)) -6818 ((682,180),(683.0717967697245,184),(686,186.9282032302755),(690,188),(694,186.9282032302755),(696.9282032302755,184),(698,180),(696.9282032302755,176),(694,173.0717967697245),(690,172),(686,173.0717967697245),(683.0717967697245,176)) -6819 ((681,190),(682.2057713659401,194.5),(685.5,197.79422863405995),(690,199),(694.5,197.79422863405995),(697.7942286340599,194.5),(699,190),(697.79422863406,185.5),(694.5,182.20577136594005),(690,181),(685.5,182.20577136594005),(682.2057713659401,185.5)) -6820 ((680,200),(681.3397459621556,205),(685,208.6602540378444),(690,210),(695,208.6602540378444),(698.6602540378444,205),(700,200),(698.6602540378444,195),(695,191.3397459621556),(690,190),(685,191.3397459621556),(681.3397459621556,195)) -6821 ((689,210),(689.1339745962156,210.5),(689.5,210.86602540378445),(690,211),(690.5,210.86602540378445),(690.8660254037844,210.5),(691,210),(690.8660254037844,209.5),(690.5,209.13397459621555),(690,209),(689.5,209.13397459621555),(689.1339745962156,209.5)) -6822 ((688,220),(688.2679491924312,221),(689,221.73205080756887),(690,222),(691,221.73205080756887),(691.7320508075688,221),(692,220),(691.7320508075688,219),(691,218.26794919243113),(690,218),(689,218.26794919243113),(688.2679491924312,219)) -6823 ((687,230),(687.4019237886466,231.5),(688.5,232.59807621135332),(690,233),(691.5,232.59807621135332),(692.5980762113533,231.5),(693,230),(692.5980762113534,228.5),(691.5,227.40192378864668),(690,227),(688.5,227.40192378864668),(687.4019237886467,228.5)) -6824 ((686,240),(686.5358983848622,242),(688,243.46410161513776),(690,244),(692,243.46410161513776),(693.4641016151378,242),(694,240),(693.4641016151378,238),(692,236.53589838486224),(690,236),(688,236.53589838486224),(686.5358983848622,238)) -6825 ((685,250),(685.6698729810778,252.5),(687.5,254.33012701892218),(690,255),(692.5,254.33012701892218),(694.3301270189222,252.5),(695,250),(694.3301270189222,247.5),(692.5,245.66987298107782),(690,245),(687.5,245.66987298107782),(685.6698729810778,247.5)) -6826 ((684,260),(684.8038475772934,263),(687,265.19615242270663),(690,266),(693,265.19615242270663),(695.1961524227066,263),(696,260),(695.1961524227066,257),(693,254.80384757729337),(690,254),(687,254.80384757729337),(684.8038475772934,257)) -6827 ((683,270),(683.937822173509,273.5),(686.5,276.06217782649105),(690,277),(693.5,276.06217782649105),(696.062177826491,273.5),(697,270),(696.062177826491,266.5),(693.5,263.93782217350895),(690,263),(686.5,263.93782217350895),(683.937822173509,266.5)) -6828 ((682,280),(683.0717967697245,284),(686,286.9282032302755),(690,288),(694,286.9282032302755),(696.9282032302755,284),(698,280),(696.9282032302755,276),(694,273.0717967697245),(690,272),(686,273.0717967697245),(683.0717967697245,276)) -6829 ((681,290),(682.2057713659401,294.5),(685.5,297.79422863405995),(690,299),(694.5,297.79422863405995),(697.7942286340599,294.5),(699,290),(697.79422863406,285.5),(694.5,282.20577136594005),(690,281),(685.5,282.20577136594005),(682.2057713659401,285.5)) -6830 ((680,300),(681.3397459621556,305),(685,308.66025403784437),(690,310),(695,308.66025403784437),(698.6602540378444,305),(700,300),(698.6602540378444,295),(695,291.33974596215563),(690,290),(685,291.33974596215563),(681.3397459621556,295)) -6831 ((689,310),(689.1339745962156,310.5),(689.5,310.8660254037844),(690,311),(690.5,310.8660254037844),(690.8660254037844,310.5),(691,310),(690.8660254037844,309.5),(690.5,309.1339745962156),(690,309),(689.5,309.1339745962156),(689.1339745962156,309.5)) -6832 ((688,320),(688.2679491924312,321),(689,321.7320508075689),(690,322),(691,321.7320508075689),(691.7320508075688,321),(692,320),(691.7320508075688,319),(691,318.2679491924311),(690,318),(689,318.2679491924311),(688.2679491924312,319)) -6833 ((687,330),(687.4019237886466,331.5),(688.5,332.5980762113533),(690,333),(691.5,332.5980762113533),(692.5980762113533,331.5),(693,330),(692.5980762113534,328.5),(691.5,327.4019237886467),(690,327),(688.5,327.4019237886467),(687.4019237886467,328.5)) -6834 ((686,340),(686.5358983848622,342),(688,343.46410161513774),(690,344),(692,343.46410161513774),(693.4641016151378,342),(694,340),(693.4641016151378,338),(692,336.53589838486226),(690,336),(688,336.53589838486226),(686.5358983848622,338)) -6835 ((685,350),(685.6698729810778,352.5),(687.5,354.3301270189222),(690,355),(692.5,354.3301270189222),(694.3301270189222,352.5),(695,350),(694.3301270189222,347.5),(692.5,345.6698729810778),(690,345),(687.5,345.6698729810778),(685.6698729810778,347.5)) -6836 ((684,360),(684.8038475772934,363),(687,365.19615242270663),(690,366),(693,365.19615242270663),(695.1961524227066,363),(696,360),(695.1961524227066,357),(693,354.80384757729337),(690,354),(687,354.80384757729337),(684.8038475772934,357)) -6837 ((683,370),(683.937822173509,373.5),(686.5,376.06217782649105),(690,377),(693.5,376.06217782649105),(696.062177826491,373.5),(697,370),(696.062177826491,366.5),(693.5,363.93782217350895),(690,363),(686.5,363.93782217350895),(683.937822173509,366.5)) -6838 ((682,380),(683.0717967697245,384),(686,386.9282032302755),(690,388),(694,386.9282032302755),(696.9282032302755,384),(698,380),(696.9282032302755,376),(694,373.0717967697245),(690,372),(686,373.0717967697245),(683.0717967697245,376)) -6839 ((681,390),(682.2057713659401,394.5),(685.5,397.79422863405995),(690,399),(694.5,397.79422863405995),(697.7942286340599,394.5),(699,390),(697.79422863406,385.5),(694.5,382.20577136594005),(690,381),(685.5,382.20577136594005),(682.2057713659401,385.5)) -6840 ((680,400),(681.3397459621556,405),(685,408.66025403784437),(690,410),(695,408.66025403784437),(698.6602540378444,405),(700,400),(698.6602540378444,395),(695,391.33974596215563),(690,390),(685,391.33974596215563),(681.3397459621556,395)) -6841 ((689,410),(689.1339745962156,410.5),(689.5,410.8660254037844),(690,411),(690.5,410.8660254037844),(690.8660254037844,410.5),(691,410),(690.8660254037844,409.5),(690.5,409.1339745962156),(690,409),(689.5,409.1339745962156),(689.1339745962156,409.5)) -6842 ((688,420),(688.2679491924312,421),(689,421.7320508075689),(690,422),(691,421.7320508075689),(691.7320508075688,421),(692,420),(691.7320508075688,419),(691,418.2679491924311),(690,418),(689,418.2679491924311),(688.2679491924312,419)) -6843 ((687,430),(687.4019237886466,431.5),(688.5,432.5980762113533),(690,433),(691.5,432.5980762113533),(692.5980762113533,431.5),(693,430),(692.5980762113534,428.5),(691.5,427.4019237886467),(690,427),(688.5,427.4019237886467),(687.4019237886467,428.5)) -6844 ((686,440),(686.5358983848622,442),(688,443.46410161513774),(690,444),(692,443.46410161513774),(693.4641016151378,442),(694,440),(693.4641016151378,438),(692,436.53589838486226),(690,436),(688,436.53589838486226),(686.5358983848622,438)) -6845 ((685,450),(685.6698729810778,452.5),(687.5,454.3301270189222),(690,455),(692.5,454.3301270189222),(694.3301270189222,452.5),(695,450),(694.3301270189222,447.5),(692.5,445.6698729810778),(690,445),(687.5,445.6698729810778),(685.6698729810778,447.5)) -6846 ((684,460),(684.8038475772934,463),(687,465.19615242270663),(690,466),(693,465.19615242270663),(695.1961524227066,463),(696,460),(695.1961524227066,457),(693,454.80384757729337),(690,454),(687,454.80384757729337),(684.8038475772934,457)) -6847 ((683,470),(683.937822173509,473.5),(686.5,476.06217782649105),(690,477),(693.5,476.06217782649105),(696.062177826491,473.5),(697,470),(696.062177826491,466.5),(693.5,463.93782217350895),(690,463),(686.5,463.93782217350895),(683.937822173509,466.5)) -6848 ((682,480),(683.0717967697245,484),(686,486.9282032302755),(690,488),(694,486.9282032302755),(696.9282032302755,484),(698,480),(696.9282032302755,476),(694,473.0717967697245),(690,472),(686,473.0717967697245),(683.0717967697245,476)) -6849 ((681,490),(682.2057713659401,494.5),(685.5,497.79422863405995),(690,499),(694.5,497.79422863405995),(697.7942286340599,494.5),(699,490),(697.79422863406,485.5),(694.5,482.20577136594005),(690,481),(685.5,482.20577136594005),(682.2057713659401,485.5)) -6850 ((680,500),(681.3397459621556,505),(685,508.66025403784437),(690,510),(695,508.66025403784437),(698.6602540378444,505),(700,500),(698.6602540378444,495),(695,491.33974596215563),(690,490),(685,491.33974596215563),(681.3397459621556,495)) -6851 ((689,510),(689.1339745962156,510.5),(689.5,510.8660254037844),(690,511),(690.5,510.8660254037844),(690.8660254037844,510.5),(691,510),(690.8660254037844,509.5),(690.5,509.1339745962156),(690,509),(689.5,509.1339745962156),(689.1339745962156,509.5)) -6852 ((688,520),(688.2679491924312,521),(689,521.7320508075688),(690,522),(691,521.7320508075688),(691.7320508075688,521),(692,520),(691.7320508075688,519),(691,518.2679491924312),(690,518),(689,518.2679491924312),(688.2679491924312,519)) -6853 ((687,530),(687.4019237886466,531.5),(688.5,532.5980762113534),(690,533),(691.5,532.5980762113534),(692.5980762113533,531.5),(693,530),(692.5980762113534,528.5),(691.5,527.4019237886467),(690,527),(688.5,527.4019237886466),(687.4019237886467,528.5)) -6854 ((686,540),(686.5358983848622,542),(688,543.4641016151378),(690,544),(692,543.4641016151378),(693.4641016151378,542),(694,540),(693.4641016151378,538),(692,536.5358983848622),(690,536),(688,536.5358983848622),(686.5358983848622,538)) -6855 ((685,550),(685.6698729810778,552.5),(687.5,554.3301270189222),(690,555),(692.5,554.3301270189222),(694.3301270189222,552.5),(695,550),(694.3301270189222,547.5),(692.5,545.6698729810778),(690,545),(687.5,545.6698729810778),(685.6698729810778,547.5)) -6856 ((684,560),(684.8038475772934,563),(687,565.1961524227066),(690,566),(693,565.1961524227066),(695.1961524227066,563),(696,560),(695.1961524227066,557),(693,554.8038475772934),(690,554),(687,554.8038475772934),(684.8038475772934,557)) -6857 ((683,570),(683.937822173509,573.5),(686.5,576.062177826491),(690,577),(693.5,576.062177826491),(696.062177826491,573.5),(697,570),(696.062177826491,566.5),(693.5,563.937822173509),(690,563),(686.5,563.937822173509),(683.937822173509,566.5)) -6858 ((682,580),(683.0717967697245,584),(686,586.9282032302755),(690,588),(694,586.9282032302755),(696.9282032302755,584),(698,580),(696.9282032302755,576),(694,573.0717967697245),(690,572),(686,573.0717967697245),(683.0717967697245,576)) -6859 ((681,590),(682.2057713659401,594.5),(685.5,597.7942286340599),(690,599),(694.5,597.7942286340599),(697.7942286340599,594.5),(699,590),(697.79422863406,585.5),(694.5,582.2057713659401),(690,581),(685.5,582.20577136594),(682.2057713659401,585.5)) -6860 ((680,600),(681.3397459621556,605),(685,608.6602540378444),(690,610),(695,608.6602540378444),(698.6602540378444,605),(700,600),(698.6602540378444,595),(695,591.3397459621556),(690,590),(685,591.3397459621556),(681.3397459621556,595)) -6861 ((689,610),(689.1339745962156,610.5),(689.5,610.8660254037844),(690,611),(690.5,610.8660254037844),(690.8660254037844,610.5),(691,610),(690.8660254037844,609.5),(690.5,609.1339745962156),(690,609),(689.5,609.1339745962156),(689.1339745962156,609.5)) -6862 ((688,620),(688.2679491924312,621),(689,621.7320508075688),(690,622),(691,621.7320508075688),(691.7320508075688,621),(692,620),(691.7320508075688,619),(691,618.2679491924312),(690,618),(689,618.2679491924312),(688.2679491924312,619)) -6863 ((687,630),(687.4019237886466,631.5),(688.5,632.5980762113534),(690,633),(691.5,632.5980762113534),(692.5980762113533,631.5),(693,630),(692.5980762113534,628.5),(691.5,627.4019237886467),(690,627),(688.5,627.4019237886466),(687.4019237886467,628.5)) -6864 ((686,640),(686.5358983848622,642),(688,643.4641016151378),(690,644),(692,643.4641016151378),(693.4641016151378,642),(694,640),(693.4641016151378,638),(692,636.5358983848622),(690,636),(688,636.5358983848622),(686.5358983848622,638)) -6865 ((685,650),(685.6698729810778,652.5),(687.5,654.3301270189222),(690,655),(692.5,654.3301270189222),(694.3301270189222,652.5),(695,650),(694.3301270189222,647.5),(692.5,645.6698729810778),(690,645),(687.5,645.6698729810778),(685.6698729810778,647.5)) -6866 ((684,660),(684.8038475772934,663),(687,665.1961524227066),(690,666),(693,665.1961524227066),(695.1961524227066,663),(696,660),(695.1961524227066,657),(693,654.8038475772934),(690,654),(687,654.8038475772934),(684.8038475772934,657)) -6867 ((683,670),(683.937822173509,673.5),(686.5,676.062177826491),(690,677),(693.5,676.062177826491),(696.062177826491,673.5),(697,670),(696.062177826491,666.5),(693.5,663.937822173509),(690,663),(686.5,663.937822173509),(683.937822173509,666.5)) -6868 ((682,680),(683.0717967697245,684),(686,686.9282032302755),(690,688),(694,686.9282032302755),(696.9282032302755,684),(698,680),(696.9282032302755,676),(694,673.0717967697245),(690,672),(686,673.0717967697245),(683.0717967697245,676)) -6869 ((681,690),(682.2057713659401,694.5),(685.5,697.7942286340599),(690,699),(694.5,697.7942286340599),(697.7942286340599,694.5),(699,690),(697.79422863406,685.5),(694.5,682.2057713659401),(690,681),(685.5,682.20577136594),(682.2057713659401,685.5)) -6870 ((680,700),(681.3397459621556,705),(685,708.6602540378444),(690,710),(695,708.6602540378444),(698.6602540378444,705),(700,700),(698.6602540378444,695),(695,691.3397459621556),(690,690),(685,691.3397459621556),(681.3397459621556,695)) -6871 ((689,710),(689.1339745962156,710.5),(689.5,710.8660254037844),(690,711),(690.5,710.8660254037844),(690.8660254037844,710.5),(691,710),(690.8660254037844,709.5),(690.5,709.1339745962156),(690,709),(689.5,709.1339745962156),(689.1339745962156,709.5)) -6872 ((688,720),(688.2679491924312,721),(689,721.7320508075688),(690,722),(691,721.7320508075688),(691.7320508075688,721),(692,720),(691.7320508075688,719),(691,718.2679491924312),(690,718),(689,718.2679491924312),(688.2679491924312,719)) -6873 ((687,730),(687.4019237886466,731.5),(688.5,732.5980762113534),(690,733),(691.5,732.5980762113534),(692.5980762113533,731.5),(693,730),(692.5980762113534,728.5),(691.5,727.4019237886467),(690,727),(688.5,727.4019237886466),(687.4019237886467,728.5)) -6874 ((686,740),(686.5358983848622,742),(688,743.4641016151378),(690,744),(692,743.4641016151378),(693.4641016151378,742),(694,740),(693.4641016151378,738),(692,736.5358983848622),(690,736),(688,736.5358983848622),(686.5358983848622,738)) -6875 ((685,750),(685.6698729810778,752.5),(687.5,754.3301270189222),(690,755),(692.5,754.3301270189222),(694.3301270189222,752.5),(695,750),(694.3301270189222,747.5),(692.5,745.6698729810778),(690,745),(687.5,745.6698729810778),(685.6698729810778,747.5)) -6876 ((684,760),(684.8038475772934,763),(687,765.1961524227066),(690,766),(693,765.1961524227066),(695.1961524227066,763),(696,760),(695.1961524227066,757),(693,754.8038475772934),(690,754),(687,754.8038475772934),(684.8038475772934,757)) -6877 ((683,770),(683.937822173509,773.5),(686.5,776.062177826491),(690,777),(693.5,776.062177826491),(696.062177826491,773.5),(697,770),(696.062177826491,766.5),(693.5,763.937822173509),(690,763),(686.5,763.937822173509),(683.937822173509,766.5)) -6878 ((682,780),(683.0717967697245,784),(686,786.9282032302755),(690,788),(694,786.9282032302755),(696.9282032302755,784),(698,780),(696.9282032302755,776),(694,773.0717967697245),(690,772),(686,773.0717967697245),(683.0717967697245,776)) -6879 ((681,790),(682.2057713659401,794.5),(685.5,797.7942286340599),(690,799),(694.5,797.7942286340599),(697.7942286340599,794.5),(699,790),(697.79422863406,785.5),(694.5,782.2057713659401),(690,781),(685.5,782.20577136594),(682.2057713659401,785.5)) -6880 ((680,800),(681.3397459621556,805),(685,808.6602540378444),(690,810),(695,808.6602540378444),(698.6602540378444,805),(700,800),(698.6602540378444,795),(695,791.3397459621556),(690,790),(685,791.3397459621556),(681.3397459621556,795)) -6881 ((689,810),(689.1339745962156,810.5),(689.5,810.8660254037844),(690,811),(690.5,810.8660254037844),(690.8660254037844,810.5),(691,810),(690.8660254037844,809.5),(690.5,809.1339745962156),(690,809),(689.5,809.1339745962156),(689.1339745962156,809.5)) -6882 ((688,820),(688.2679491924312,821),(689,821.7320508075688),(690,822),(691,821.7320508075688),(691.7320508075688,821),(692,820),(691.7320508075688,819),(691,818.2679491924312),(690,818),(689,818.2679491924312),(688.2679491924312,819)) -6883 ((687,830),(687.4019237886466,831.5),(688.5,832.5980762113534),(690,833),(691.5,832.5980762113534),(692.5980762113533,831.5),(693,830),(692.5980762113534,828.5),(691.5,827.4019237886467),(690,827),(688.5,827.4019237886466),(687.4019237886467,828.5)) -6884 ((686,840),(686.5358983848622,842),(688,843.4641016151378),(690,844),(692,843.4641016151378),(693.4641016151378,842),(694,840),(693.4641016151378,838),(692,836.5358983848622),(690,836),(688,836.5358983848622),(686.5358983848622,838)) -6885 ((685,850),(685.6698729810778,852.5),(687.5,854.3301270189222),(690,855),(692.5,854.3301270189222),(694.3301270189222,852.5),(695,850),(694.3301270189222,847.5),(692.5,845.6698729810778),(690,845),(687.5,845.6698729810778),(685.6698729810778,847.5)) -6886 ((684,860),(684.8038475772934,863),(687,865.1961524227066),(690,866),(693,865.1961524227066),(695.1961524227066,863),(696,860),(695.1961524227066,857),(693,854.8038475772934),(690,854),(687,854.8038475772934),(684.8038475772934,857)) -6887 ((683,870),(683.937822173509,873.5),(686.5,876.062177826491),(690,877),(693.5,876.062177826491),(696.062177826491,873.5),(697,870),(696.062177826491,866.5),(693.5,863.937822173509),(690,863),(686.5,863.937822173509),(683.937822173509,866.5)) -6888 ((682,880),(683.0717967697245,884),(686,886.9282032302755),(690,888),(694,886.9282032302755),(696.9282032302755,884),(698,880),(696.9282032302755,876),(694,873.0717967697245),(690,872),(686,873.0717967697245),(683.0717967697245,876)) -6889 ((681,890),(682.2057713659401,894.5),(685.5,897.7942286340599),(690,899),(694.5,897.7942286340599),(697.7942286340599,894.5),(699,890),(697.79422863406,885.5),(694.5,882.2057713659401),(690,881),(685.5,882.20577136594),(682.2057713659401,885.5)) -6890 ((680,900),(681.3397459621556,905),(685,908.6602540378444),(690,910),(695,908.6602540378444),(698.6602540378444,905),(700,900),(698.6602540378444,895),(695,891.3397459621556),(690,890),(685,891.3397459621556),(681.3397459621556,895)) -6891 ((689,910),(689.1339745962156,910.5),(689.5,910.8660254037844),(690,911),(690.5,910.8660254037844),(690.8660254037844,910.5),(691,910),(690.8660254037844,909.5),(690.5,909.1339745962156),(690,909),(689.5,909.1339745962156),(689.1339745962156,909.5)) -6892 ((688,920),(688.2679491924312,921),(689,921.7320508075688),(690,922),(691,921.7320508075688),(691.7320508075688,921),(692,920),(691.7320508075688,919),(691,918.2679491924312),(690,918),(689,918.2679491924312),(688.2679491924312,919)) -6893 ((687,930),(687.4019237886466,931.5),(688.5,932.5980762113534),(690,933),(691.5,932.5980762113534),(692.5980762113533,931.5),(693,930),(692.5980762113534,928.5),(691.5,927.4019237886467),(690,927),(688.5,927.4019237886466),(687.4019237886467,928.5)) -6894 ((686,940),(686.5358983848622,942),(688,943.4641016151378),(690,944),(692,943.4641016151378),(693.4641016151378,942),(694,940),(693.4641016151378,938),(692,936.5358983848622),(690,936),(688,936.5358983848622),(686.5358983848622,938)) -6895 ((685,950),(685.6698729810778,952.5),(687.5,954.3301270189222),(690,955),(692.5,954.3301270189222),(694.3301270189222,952.5),(695,950),(694.3301270189222,947.5),(692.5,945.6698729810778),(690,945),(687.5,945.6698729810778),(685.6698729810778,947.5)) -6896 ((684,960),(684.8038475772934,963),(687,965.1961524227066),(690,966),(693,965.1961524227066),(695.1961524227066,963),(696,960),(695.1961524227066,957),(693,954.8038475772934),(690,954),(687,954.8038475772934),(684.8038475772934,957)) -6897 ((683,970),(683.937822173509,973.5),(686.5,976.062177826491),(690,977),(693.5,976.062177826491),(696.062177826491,973.5),(697,970),(696.062177826491,966.5),(693.5,963.937822173509),(690,963),(686.5,963.937822173509),(683.937822173509,966.5)) -6898 ((682,980),(683.0717967697245,984),(686,986.9282032302755),(690,988),(694,986.9282032302755),(696.9282032302755,984),(698,980),(696.9282032302755,976),(694,973.0717967697245),(690,972),(686,973.0717967697245),(683.0717967697245,976)) -6899 ((681,990),(682.2057713659401,994.5),(685.5,997.7942286340599),(690,999),(694.5,997.7942286340599),(697.7942286340599,994.5),(699,990),(697.79422863406,985.5),(694.5,982.2057713659401),(690,981),(685.5,982.20577136594),(682.2057713659401,985.5)) -6900 ((680,1000),(681.3397459621556,1005),(685,1008.6602540378444),(690,1010),(695,1008.6602540378444),(698.6602540378444,1005),(700,1000),(698.6602540378444,995),(695,991.3397459621556),(690,990),(685,991.3397459621556),(681.3397459621556,995)) -6901 ((698,10),(698.2679491924312,11),(699,11.732050807568877),(700,12),(701,11.732050807568877),(701.7320508075688,11),(702,10),(701.7320508075688,9),(701,8.267949192431123),(700,8),(699,8.267949192431121),(698.2679491924312,9)) -6902 ((697,20),(697.4019237886466,21.5),(698.5,22.598076211353316),(700,23),(701.5,22.598076211353316),(702.5980762113533,21.5),(703,20),(702.5980762113534,18.5),(701.5,17.401923788646684),(700,17),(698.5,17.401923788646684),(697.4019237886467,18.5)) -6903 ((696,30),(696.5358983848622,32),(698,33.46410161513776),(700,34),(702,33.46410161513776),(703.4641016151378,32),(704,30),(703.4641016151378,28),(702,26.535898384862247),(700,26),(698,26.535898384862243),(696.5358983848622,28)) -6904 ((695,40),(695.6698729810778,42.5),(697.5,44.33012701892219),(700,45),(702.5,44.33012701892219),(704.3301270189222,42.5),(705,40),(704.3301270189222,37.5),(702.5,35.66987298107781),(700,35),(697.5,35.6698729810778),(695.6698729810778,37.5)) -6905 ((694,50),(694.8038475772934,53),(697,55.19615242270663),(700,56),(703,55.19615242270663),(705.1961524227066,53),(706,50),(705.1961524227066,47),(703,44.80384757729337),(700,44),(697,44.80384757729337),(694.8038475772934,47)) -6906 ((693,60),(693.937822173509,63.5),(696.5,66.06217782649107),(700,67),(703.5,66.06217782649107),(706.062177826491,63.5),(707,60),(706.062177826491,56.5),(703.5,53.937822173508934),(700,53),(696.5,53.93782217350893),(693.937822173509,56.5)) -6907 ((692,70),(693.0717967697245,74),(696,76.92820323027551),(700,78),(704,76.92820323027551),(706.9282032302755,74),(708,70),(706.9282032302755,66),(704,63.07179676972449),(700,62),(696,63.071796769724486),(693.0717967697245,66)) -6908 ((691,80),(692.2057713659401,84.5),(695.5,87.79422863405995),(700,89),(704.5,87.79422863405995),(707.7942286340599,84.5),(709,80),(707.79422863406,75.5),(704.5,72.20577136594005),(700,71),(695.5,72.20577136594005),(692.2057713659401,75.5)) -6909 ((690,90),(691.3397459621556,95),(695,98.66025403784438),(700,100),(705,98.66025403784438),(708.6602540378444,95),(710,90),(708.6602540378444,85),(705,81.33974596215562),(700,80),(695,81.3397459621556),(691.3397459621556,85)) -6910 ((699,100),(699.1339745962156,100.5),(699.5,100.86602540378443),(700,101),(700.5,100.86602540378443),(700.8660254037844,100.5),(701,100),(700.8660254037844,99.5),(700.5,99.13397459621557),(700,99),(699.5,99.13397459621557),(699.1339745962156,99.5)) -6911 ((698,110),(698.2679491924312,111),(699,111.73205080756888),(700,112),(701,111.73205080756888),(701.7320508075688,111),(702,110),(701.7320508075688,109),(701,108.26794919243112),(700,108),(699,108.26794919243112),(698.2679491924312,109)) -6912 ((697,120),(697.4019237886466,121.5),(698.5,122.59807621135332),(700,123),(701.5,122.59807621135332),(702.5980762113533,121.5),(703,120),(702.5980762113534,118.5),(701.5,117.40192378864668),(700,117),(698.5,117.40192378864668),(697.4019237886467,118.5)) -6913 ((696,130),(696.5358983848622,132),(698,133.46410161513776),(700,134),(702,133.46410161513776),(703.4641016151378,132),(704,130),(703.4641016151378,128),(702,126.53589838486225),(700,126),(698,126.53589838486225),(696.5358983848622,128)) -6914 ((695,140),(695.6698729810778,142.5),(697.5,144.33012701892218),(700,145),(702.5,144.33012701892218),(704.3301270189222,142.5),(705,140),(704.3301270189222,137.5),(702.5,135.66987298107782),(700,135),(697.5,135.66987298107782),(695.6698729810778,137.5)) -6915 ((694,150),(694.8038475772934,153),(697,155.19615242270663),(700,156),(703,155.19615242270663),(705.1961524227066,153),(706,150),(705.1961524227066,147),(703,144.80384757729337),(700,144),(697,144.80384757729337),(694.8038475772934,147)) -6916 ((693,160),(693.937822173509,163.5),(696.5,166.06217782649108),(700,167),(703.5,166.06217782649108),(706.062177826491,163.5),(707,160),(706.062177826491,156.5),(703.5,153.93782217350892),(700,153),(696.5,153.93782217350892),(693.937822173509,156.5)) -6917 ((692,170),(693.0717967697245,174),(696,176.9282032302755),(700,178),(704,176.9282032302755),(706.9282032302755,174),(708,170),(706.9282032302755,166),(704,163.0717967697245),(700,162),(696,163.0717967697245),(693.0717967697245,166)) -6918 ((691,180),(692.2057713659401,184.5),(695.5,187.79422863405995),(700,189),(704.5,187.79422863405995),(707.7942286340599,184.5),(709,180),(707.79422863406,175.5),(704.5,172.20577136594005),(700,171),(695.5,172.20577136594005),(692.2057713659401,175.5)) -6919 ((690,190),(691.3397459621556,195),(695,198.6602540378444),(700,200),(705,198.6602540378444),(708.6602540378444,195),(710,190),(708.6602540378444,185),(705,181.3397459621556),(700,180),(695,181.3397459621556),(691.3397459621556,185)) -6920 ((699,200),(699.1339745962156,200.5),(699.5,200.86602540378445),(700,201),(700.5,200.86602540378445),(700.8660254037844,200.5),(701,200),(700.8660254037844,199.5),(700.5,199.13397459621555),(700,199),(699.5,199.13397459621555),(699.1339745962156,199.5)) -6921 ((698,210),(698.2679491924312,211),(699,211.73205080756887),(700,212),(701,211.73205080756887),(701.7320508075688,211),(702,210),(701.7320508075688,209),(701,208.26794919243113),(700,208),(699,208.26794919243113),(698.2679491924312,209)) -6922 ((697,220),(697.4019237886466,221.5),(698.5,222.59807621135332),(700,223),(701.5,222.59807621135332),(702.5980762113533,221.5),(703,220),(702.5980762113534,218.5),(701.5,217.40192378864668),(700,217),(698.5,217.40192378864668),(697.4019237886467,218.5)) -6923 ((696,230),(696.5358983848622,232),(698,233.46410161513776),(700,234),(702,233.46410161513776),(703.4641016151378,232),(704,230),(703.4641016151378,228),(702,226.53589838486224),(700,226),(698,226.53589838486224),(696.5358983848622,228)) -6924 ((695,240),(695.6698729810778,242.5),(697.5,244.33012701892218),(700,245),(702.5,244.33012701892218),(704.3301270189222,242.5),(705,240),(704.3301270189222,237.5),(702.5,235.66987298107782),(700,235),(697.5,235.66987298107782),(695.6698729810778,237.5)) -6925 ((694,250),(694.8038475772934,253),(697,255.19615242270663),(700,256),(703,255.19615242270663),(705.1961524227066,253),(706,250),(705.1961524227066,247),(703,244.80384757729337),(700,244),(697,244.80384757729337),(694.8038475772934,247)) -6926 ((693,260),(693.937822173509,263.5),(696.5,266.06217782649105),(700,267),(703.5,266.06217782649105),(706.062177826491,263.5),(707,260),(706.062177826491,256.5),(703.5,253.93782217350892),(700,253),(696.5,253.93782217350892),(693.937822173509,256.5)) -6927 ((692,270),(693.0717967697245,274),(696,276.9282032302755),(700,278),(704,276.9282032302755),(706.9282032302755,274),(708,270),(706.9282032302755,266),(704,263.0717967697245),(700,262),(696,263.0717967697245),(693.0717967697245,266)) -6928 ((691,280),(692.2057713659401,284.5),(695.5,287.79422863405995),(700,289),(704.5,287.79422863405995),(707.7942286340599,284.5),(709,280),(707.79422863406,275.5),(704.5,272.20577136594005),(700,271),(695.5,272.20577136594005),(692.2057713659401,275.5)) -6929 ((690,290),(691.3397459621556,295),(695,298.66025403784437),(700,300),(705,298.66025403784437),(708.6602540378444,295),(710,290),(708.6602540378444,285),(705,281.33974596215563),(700,280),(695,281.33974596215563),(691.3397459621556,285)) -6930 ((699,300),(699.1339745962156,300.5),(699.5,300.8660254037844),(700,301),(700.5,300.8660254037844),(700.8660254037844,300.5),(701,300),(700.8660254037844,299.5),(700.5,299.1339745962156),(700,299),(699.5,299.1339745962156),(699.1339745962156,299.5)) -6931 ((698,310),(698.2679491924312,311),(699,311.7320508075689),(700,312),(701,311.7320508075689),(701.7320508075688,311),(702,310),(701.7320508075688,309),(701,308.2679491924311),(700,308),(699,308.2679491924311),(698.2679491924312,309)) -6932 ((697,320),(697.4019237886466,321.5),(698.5,322.5980762113533),(700,323),(701.5,322.5980762113533),(702.5980762113533,321.5),(703,320),(702.5980762113534,318.5),(701.5,317.4019237886467),(700,317),(698.5,317.4019237886467),(697.4019237886467,318.5)) -6933 ((696,330),(696.5358983848622,332),(698,333.46410161513774),(700,334),(702,333.46410161513774),(703.4641016151378,332),(704,330),(703.4641016151378,328),(702,326.53589838486226),(700,326),(698,326.53589838486226),(696.5358983848622,328)) -6934 ((695,340),(695.6698729810778,342.5),(697.5,344.3301270189222),(700,345),(702.5,344.3301270189222),(704.3301270189222,342.5),(705,340),(704.3301270189222,337.5),(702.5,335.6698729810778),(700,335),(697.5,335.6698729810778),(695.6698729810778,337.5)) -6935 ((694,350),(694.8038475772934,353),(697,355.19615242270663),(700,356),(703,355.19615242270663),(705.1961524227066,353),(706,350),(705.1961524227066,347),(703,344.80384757729337),(700,344),(697,344.80384757729337),(694.8038475772934,347)) -6936 ((693,360),(693.937822173509,363.5),(696.5,366.06217782649105),(700,367),(703.5,366.06217782649105),(706.062177826491,363.5),(707,360),(706.062177826491,356.5),(703.5,353.93782217350895),(700,353),(696.5,353.93782217350895),(693.937822173509,356.5)) -6937 ((692,370),(693.0717967697245,374),(696,376.9282032302755),(700,378),(704,376.9282032302755),(706.9282032302755,374),(708,370),(706.9282032302755,366),(704,363.0717967697245),(700,362),(696,363.0717967697245),(693.0717967697245,366)) -6938 ((691,380),(692.2057713659401,384.5),(695.5,387.79422863405995),(700,389),(704.5,387.79422863405995),(707.7942286340599,384.5),(709,380),(707.79422863406,375.5),(704.5,372.20577136594005),(700,371),(695.5,372.20577136594005),(692.2057713659401,375.5)) -6939 ((690,390),(691.3397459621556,395),(695,398.66025403784437),(700,400),(705,398.66025403784437),(708.6602540378444,395),(710,390),(708.6602540378444,385),(705,381.33974596215563),(700,380),(695,381.33974596215563),(691.3397459621556,385)) -6940 ((699,400),(699.1339745962156,400.5),(699.5,400.8660254037844),(700,401),(700.5,400.8660254037844),(700.8660254037844,400.5),(701,400),(700.8660254037844,399.5),(700.5,399.1339745962156),(700,399),(699.5,399.1339745962156),(699.1339745962156,399.5)) -6941 ((698,410),(698.2679491924312,411),(699,411.7320508075689),(700,412),(701,411.7320508075689),(701.7320508075688,411),(702,410),(701.7320508075688,409),(701,408.2679491924311),(700,408),(699,408.2679491924311),(698.2679491924312,409)) -6942 ((697,420),(697.4019237886466,421.5),(698.5,422.5980762113533),(700,423),(701.5,422.5980762113533),(702.5980762113533,421.5),(703,420),(702.5980762113534,418.5),(701.5,417.4019237886467),(700,417),(698.5,417.4019237886467),(697.4019237886467,418.5)) -6943 ((696,430),(696.5358983848622,432),(698,433.46410161513774),(700,434),(702,433.46410161513774),(703.4641016151378,432),(704,430),(703.4641016151378,428),(702,426.53589838486226),(700,426),(698,426.53589838486226),(696.5358983848622,428)) -6944 ((695,440),(695.6698729810778,442.5),(697.5,444.3301270189222),(700,445),(702.5,444.3301270189222),(704.3301270189222,442.5),(705,440),(704.3301270189222,437.5),(702.5,435.6698729810778),(700,435),(697.5,435.6698729810778),(695.6698729810778,437.5)) -6945 ((694,450),(694.8038475772934,453),(697,455.19615242270663),(700,456),(703,455.19615242270663),(705.1961524227066,453),(706,450),(705.1961524227066,447),(703,444.80384757729337),(700,444),(697,444.80384757729337),(694.8038475772934,447)) -6946 ((693,460),(693.937822173509,463.5),(696.5,466.06217782649105),(700,467),(703.5,466.06217782649105),(706.062177826491,463.5),(707,460),(706.062177826491,456.5),(703.5,453.93782217350895),(700,453),(696.5,453.93782217350895),(693.937822173509,456.5)) -6947 ((692,470),(693.0717967697245,474),(696,476.9282032302755),(700,478),(704,476.9282032302755),(706.9282032302755,474),(708,470),(706.9282032302755,466),(704,463.0717967697245),(700,462),(696,463.0717967697245),(693.0717967697245,466)) -6948 ((691,480),(692.2057713659401,484.5),(695.5,487.79422863405995),(700,489),(704.5,487.79422863405995),(707.7942286340599,484.5),(709,480),(707.79422863406,475.5),(704.5,472.20577136594005),(700,471),(695.5,472.20577136594005),(692.2057713659401,475.5)) -6949 ((690,490),(691.3397459621556,495),(695,498.66025403784437),(700,500),(705,498.66025403784437),(708.6602540378444,495),(710,490),(708.6602540378444,485),(705,481.33974596215563),(700,480),(695,481.33974596215563),(691.3397459621556,485)) -6950 ((699,500),(699.1339745962156,500.5),(699.5,500.8660254037844),(700,501),(700.5,500.8660254037844),(700.8660254037844,500.5),(701,500),(700.8660254037844,499.5),(700.5,499.1339745962156),(700,499),(699.5,499.1339745962156),(699.1339745962156,499.5)) -6951 ((698,510),(698.2679491924312,511),(699,511.7320508075689),(700,512),(701,511.7320508075689),(701.7320508075688,511),(702,510),(701.7320508075688,509),(701,508.2679491924311),(700,508),(699,508.2679491924311),(698.2679491924312,509)) -6952 ((697,520),(697.4019237886466,521.5),(698.5,522.5980762113534),(700,523),(701.5,522.5980762113534),(702.5980762113533,521.5),(703,520),(702.5980762113534,518.5),(701.5,517.4019237886467),(700,517),(698.5,517.4019237886466),(697.4019237886467,518.5)) -6953 ((696,530),(696.5358983848622,532),(698,533.4641016151378),(700,534),(702,533.4641016151378),(703.4641016151378,532),(704,530),(703.4641016151378,528),(702,526.5358983848622),(700,526),(698,526.5358983848622),(696.5358983848622,528)) -6954 ((695,540),(695.6698729810778,542.5),(697.5,544.3301270189222),(700,545),(702.5,544.3301270189222),(704.3301270189222,542.5),(705,540),(704.3301270189222,537.5),(702.5,535.6698729810778),(700,535),(697.5,535.6698729810778),(695.6698729810778,537.5)) -6955 ((694,550),(694.8038475772934,553),(697,555.1961524227066),(700,556),(703,555.1961524227066),(705.1961524227066,553),(706,550),(705.1961524227066,547),(703,544.8038475772934),(700,544),(697,544.8038475772934),(694.8038475772934,547)) -6956 ((693,560),(693.937822173509,563.5),(696.5,566.062177826491),(700,567),(703.5,566.062177826491),(706.062177826491,563.5),(707,560),(706.062177826491,556.5),(703.5,553.937822173509),(700,553),(696.5,553.937822173509),(693.937822173509,556.5)) -6957 ((692,570),(693.0717967697245,574),(696,576.9282032302755),(700,578),(704,576.9282032302755),(706.9282032302755,574),(708,570),(706.9282032302755,566),(704,563.0717967697245),(700,562),(696,563.0717967697245),(693.0717967697245,566)) -6958 ((691,580),(692.2057713659401,584.5),(695.5,587.7942286340599),(700,589),(704.5,587.7942286340599),(707.7942286340599,584.5),(709,580),(707.79422863406,575.5),(704.5,572.2057713659401),(700,571),(695.5,572.20577136594),(692.2057713659401,575.5)) -6959 ((690,590),(691.3397459621556,595),(695,598.6602540378444),(700,600),(705,598.6602540378444),(708.6602540378444,595),(710,590),(708.6602540378444,585),(705,581.3397459621556),(700,580),(695,581.3397459621556),(691.3397459621556,585)) -6960 ((699,600),(699.1339745962156,600.5),(699.5,600.8660254037844),(700,601),(700.5,600.8660254037844),(700.8660254037844,600.5),(701,600),(700.8660254037844,599.5),(700.5,599.1339745962156),(700,599),(699.5,599.1339745962156),(699.1339745962156,599.5)) -6961 ((698,610),(698.2679491924312,611),(699,611.7320508075688),(700,612),(701,611.7320508075688),(701.7320508075688,611),(702,610),(701.7320508075688,609),(701,608.2679491924312),(700,608),(699,608.2679491924312),(698.2679491924312,609)) -6962 ((697,620),(697.4019237886466,621.5),(698.5,622.5980762113534),(700,623),(701.5,622.5980762113534),(702.5980762113533,621.5),(703,620),(702.5980762113534,618.5),(701.5,617.4019237886467),(700,617),(698.5,617.4019237886466),(697.4019237886467,618.5)) -6963 ((696,630),(696.5358983848622,632),(698,633.4641016151378),(700,634),(702,633.4641016151378),(703.4641016151378,632),(704,630),(703.4641016151378,628),(702,626.5358983848622),(700,626),(698,626.5358983848622),(696.5358983848622,628)) -6964 ((695,640),(695.6698729810778,642.5),(697.5,644.3301270189222),(700,645),(702.5,644.3301270189222),(704.3301270189222,642.5),(705,640),(704.3301270189222,637.5),(702.5,635.6698729810778),(700,635),(697.5,635.6698729810778),(695.6698729810778,637.5)) -6965 ((694,650),(694.8038475772934,653),(697,655.1961524227066),(700,656),(703,655.1961524227066),(705.1961524227066,653),(706,650),(705.1961524227066,647),(703,644.8038475772934),(700,644),(697,644.8038475772934),(694.8038475772934,647)) -6966 ((693,660),(693.937822173509,663.5),(696.5,666.062177826491),(700,667),(703.5,666.062177826491),(706.062177826491,663.5),(707,660),(706.062177826491,656.5),(703.5,653.937822173509),(700,653),(696.5,653.937822173509),(693.937822173509,656.5)) -6967 ((692,670),(693.0717967697245,674),(696,676.9282032302755),(700,678),(704,676.9282032302755),(706.9282032302755,674),(708,670),(706.9282032302755,666),(704,663.0717967697245),(700,662),(696,663.0717967697245),(693.0717967697245,666)) -6968 ((691,680),(692.2057713659401,684.5),(695.5,687.7942286340599),(700,689),(704.5,687.7942286340599),(707.7942286340599,684.5),(709,680),(707.79422863406,675.5),(704.5,672.2057713659401),(700,671),(695.5,672.20577136594),(692.2057713659401,675.5)) -6969 ((690,690),(691.3397459621556,695),(695,698.6602540378444),(700,700),(705,698.6602540378444),(708.6602540378444,695),(710,690),(708.6602540378444,685),(705,681.3397459621556),(700,680),(695,681.3397459621556),(691.3397459621556,685)) -6970 ((699,700),(699.1339745962156,700.5),(699.5,700.8660254037844),(700,701),(700.5,700.8660254037844),(700.8660254037844,700.5),(701,700),(700.8660254037844,699.5),(700.5,699.1339745962156),(700,699),(699.5,699.1339745962156),(699.1339745962156,699.5)) -6971 ((698,710),(698.2679491924312,711),(699,711.7320508075688),(700,712),(701,711.7320508075688),(701.7320508075688,711),(702,710),(701.7320508075688,709),(701,708.2679491924312),(700,708),(699,708.2679491924312),(698.2679491924312,709)) -6972 ((697,720),(697.4019237886466,721.5),(698.5,722.5980762113534),(700,723),(701.5,722.5980762113534),(702.5980762113533,721.5),(703,720),(702.5980762113534,718.5),(701.5,717.4019237886467),(700,717),(698.5,717.4019237886466),(697.4019237886467,718.5)) -6973 ((696,730),(696.5358983848622,732),(698,733.4641016151378),(700,734),(702,733.4641016151378),(703.4641016151378,732),(704,730),(703.4641016151378,728),(702,726.5358983848622),(700,726),(698,726.5358983848622),(696.5358983848622,728)) -6974 ((695,740),(695.6698729810778,742.5),(697.5,744.3301270189222),(700,745),(702.5,744.3301270189222),(704.3301270189222,742.5),(705,740),(704.3301270189222,737.5),(702.5,735.6698729810778),(700,735),(697.5,735.6698729810778),(695.6698729810778,737.5)) -6975 ((694,750),(694.8038475772934,753),(697,755.1961524227066),(700,756),(703,755.1961524227066),(705.1961524227066,753),(706,750),(705.1961524227066,747),(703,744.8038475772934),(700,744),(697,744.8038475772934),(694.8038475772934,747)) -6976 ((693,760),(693.937822173509,763.5),(696.5,766.062177826491),(700,767),(703.5,766.062177826491),(706.062177826491,763.5),(707,760),(706.062177826491,756.5),(703.5,753.937822173509),(700,753),(696.5,753.937822173509),(693.937822173509,756.5)) -6977 ((692,770),(693.0717967697245,774),(696,776.9282032302755),(700,778),(704,776.9282032302755),(706.9282032302755,774),(708,770),(706.9282032302755,766),(704,763.0717967697245),(700,762),(696,763.0717967697245),(693.0717967697245,766)) -6978 ((691,780),(692.2057713659401,784.5),(695.5,787.7942286340599),(700,789),(704.5,787.7942286340599),(707.7942286340599,784.5),(709,780),(707.79422863406,775.5),(704.5,772.2057713659401),(700,771),(695.5,772.20577136594),(692.2057713659401,775.5)) -6979 ((690,790),(691.3397459621556,795),(695,798.6602540378444),(700,800),(705,798.6602540378444),(708.6602540378444,795),(710,790),(708.6602540378444,785),(705,781.3397459621556),(700,780),(695,781.3397459621556),(691.3397459621556,785)) -6980 ((699,800),(699.1339745962156,800.5),(699.5,800.8660254037844),(700,801),(700.5,800.8660254037844),(700.8660254037844,800.5),(701,800),(700.8660254037844,799.5),(700.5,799.1339745962156),(700,799),(699.5,799.1339745962156),(699.1339745962156,799.5)) -6981 ((698,810),(698.2679491924312,811),(699,811.7320508075688),(700,812),(701,811.7320508075688),(701.7320508075688,811),(702,810),(701.7320508075688,809),(701,808.2679491924312),(700,808),(699,808.2679491924312),(698.2679491924312,809)) -6982 ((697,820),(697.4019237886466,821.5),(698.5,822.5980762113534),(700,823),(701.5,822.5980762113534),(702.5980762113533,821.5),(703,820),(702.5980762113534,818.5),(701.5,817.4019237886467),(700,817),(698.5,817.4019237886466),(697.4019237886467,818.5)) -6983 ((696,830),(696.5358983848622,832),(698,833.4641016151378),(700,834),(702,833.4641016151378),(703.4641016151378,832),(704,830),(703.4641016151378,828),(702,826.5358983848622),(700,826),(698,826.5358983848622),(696.5358983848622,828)) -6984 ((695,840),(695.6698729810778,842.5),(697.5,844.3301270189222),(700,845),(702.5,844.3301270189222),(704.3301270189222,842.5),(705,840),(704.3301270189222,837.5),(702.5,835.6698729810778),(700,835),(697.5,835.6698729810778),(695.6698729810778,837.5)) -6985 ((694,850),(694.8038475772934,853),(697,855.1961524227066),(700,856),(703,855.1961524227066),(705.1961524227066,853),(706,850),(705.1961524227066,847),(703,844.8038475772934),(700,844),(697,844.8038475772934),(694.8038475772934,847)) -6986 ((693,860),(693.937822173509,863.5),(696.5,866.062177826491),(700,867),(703.5,866.062177826491),(706.062177826491,863.5),(707,860),(706.062177826491,856.5),(703.5,853.937822173509),(700,853),(696.5,853.937822173509),(693.937822173509,856.5)) -6987 ((692,870),(693.0717967697245,874),(696,876.9282032302755),(700,878),(704,876.9282032302755),(706.9282032302755,874),(708,870),(706.9282032302755,866),(704,863.0717967697245),(700,862),(696,863.0717967697245),(693.0717967697245,866)) -6988 ((691,880),(692.2057713659401,884.5),(695.5,887.7942286340599),(700,889),(704.5,887.7942286340599),(707.7942286340599,884.5),(709,880),(707.79422863406,875.5),(704.5,872.2057713659401),(700,871),(695.5,872.20577136594),(692.2057713659401,875.5)) -6989 ((690,890),(691.3397459621556,895),(695,898.6602540378444),(700,900),(705,898.6602540378444),(708.6602540378444,895),(710,890),(708.6602540378444,885),(705,881.3397459621556),(700,880),(695,881.3397459621556),(691.3397459621556,885)) -6990 ((699,900),(699.1339745962156,900.5),(699.5,900.8660254037844),(700,901),(700.5,900.8660254037844),(700.8660254037844,900.5),(701,900),(700.8660254037844,899.5),(700.5,899.1339745962156),(700,899),(699.5,899.1339745962156),(699.1339745962156,899.5)) -6991 ((698,910),(698.2679491924312,911),(699,911.7320508075688),(700,912),(701,911.7320508075688),(701.7320508075688,911),(702,910),(701.7320508075688,909),(701,908.2679491924312),(700,908),(699,908.2679491924312),(698.2679491924312,909)) -6992 ((697,920),(697.4019237886466,921.5),(698.5,922.5980762113534),(700,923),(701.5,922.5980762113534),(702.5980762113533,921.5),(703,920),(702.5980762113534,918.5),(701.5,917.4019237886467),(700,917),(698.5,917.4019237886466),(697.4019237886467,918.5)) -6993 ((696,930),(696.5358983848622,932),(698,933.4641016151378),(700,934),(702,933.4641016151378),(703.4641016151378,932),(704,930),(703.4641016151378,928),(702,926.5358983848622),(700,926),(698,926.5358983848622),(696.5358983848622,928)) -6994 ((695,940),(695.6698729810778,942.5),(697.5,944.3301270189222),(700,945),(702.5,944.3301270189222),(704.3301270189222,942.5),(705,940),(704.3301270189222,937.5),(702.5,935.6698729810778),(700,935),(697.5,935.6698729810778),(695.6698729810778,937.5)) -6995 ((694,950),(694.8038475772934,953),(697,955.1961524227066),(700,956),(703,955.1961524227066),(705.1961524227066,953),(706,950),(705.1961524227066,947),(703,944.8038475772934),(700,944),(697,944.8038475772934),(694.8038475772934,947)) -6996 ((693,960),(693.937822173509,963.5),(696.5,966.062177826491),(700,967),(703.5,966.062177826491),(706.062177826491,963.5),(707,960),(706.062177826491,956.5),(703.5,953.937822173509),(700,953),(696.5,953.937822173509),(693.937822173509,956.5)) -6997 ((692,970),(693.0717967697245,974),(696,976.9282032302755),(700,978),(704,976.9282032302755),(706.9282032302755,974),(708,970),(706.9282032302755,966),(704,963.0717967697245),(700,962),(696,963.0717967697245),(693.0717967697245,966)) -6998 ((691,980),(692.2057713659401,984.5),(695.5,987.7942286340599),(700,989),(704.5,987.7942286340599),(707.7942286340599,984.5),(709,980),(707.79422863406,975.5),(704.5,972.2057713659401),(700,971),(695.5,972.20577136594),(692.2057713659401,975.5)) -6999 ((690,990),(691.3397459621556,995),(695,998.6602540378444),(700,1000),(705,998.6602540378444),(708.6602540378444,995),(710,990),(708.6602540378444,985),(705,981.3397459621556),(700,980),(695,981.3397459621556),(691.3397459621556,985)) -7000 ((699,1000),(699.1339745962156,1000.5),(699.5,1000.8660254037844),(700,1001),(700.5,1000.8660254037844),(700.8660254037844,1000.5),(701,1000),(700.8660254037844,999.5),(700.5,999.1339745962156),(700,999),(699.5,999.1339745962156),(699.1339745962156,999.5)) -7001 ((707,10),(707.4019237886466,11.5),(708.5,12.598076211353316),(710,13),(711.5,12.598076211353316),(712.5980762113533,11.5),(713,10),(712.5980762113534,8.5),(711.5,7.401923788646684),(710,7),(708.5,7.401923788646683),(707.4019237886467,8.499999999999998)) -7002 ((706,20),(706.5358983848622,22),(708,23.464101615137753),(710,24),(712,23.464101615137753),(713.4641016151378,22),(714,20),(713.4641016151378,18),(712,16.535898384862247),(710,16),(708,16.535898384862243),(706.5358983848622,18)) -7003 ((705,30),(705.6698729810778,32.5),(707.5,34.33012701892219),(710,35),(712.5,34.33012701892219),(714.3301270189222,32.5),(715,30),(714.3301270189222,27.5),(712.5,25.66987298107781),(710,25),(707.5,25.669872981077805),(705.6698729810778,27.499999999999996)) -7004 ((704,40),(704.8038475772934,43),(707,45.19615242270663),(710,46),(713,45.19615242270663),(715.1961524227066,43),(716,40),(715.1961524227066,37),(713,34.80384757729337),(710,34),(707,34.80384757729337),(704.8038475772934,37)) -7005 ((703,50),(703.937822173509,53.5),(706.5,56.06217782649107),(710,57),(713.5,56.06217782649107),(716.062177826491,53.5),(717,50),(716.062177826491,46.5),(713.5,43.937822173508934),(710,43),(706.5,43.93782217350893),(703.937822173509,46.5)) -7006 ((702,60),(703.0717967697245,64),(706,66.92820323027551),(710,68),(714,66.92820323027551),(716.9282032302755,64),(718,60),(716.9282032302755,56),(714,53.07179676972449),(710,52),(706,53.071796769724486),(703.0717967697245,56)) -7007 ((701,70),(702.2057713659401,74.5),(705.5,77.79422863405995),(710,79),(714.5,77.79422863405995),(717.7942286340599,74.5),(719,70),(717.79422863406,65.5),(714.5,62.20577136594005),(710,61),(705.5,62.20577136594005),(702.2057713659401,65.5)) -7008 ((700,80),(701.3397459621556,85),(705,88.66025403784438),(710,90),(715,88.66025403784438),(718.6602540378444,85),(720,80),(718.6602540378444,75),(715,71.33974596215562),(710,70),(705,71.3397459621556),(701.3397459621556,75)) -7009 ((709,90),(709.1339745962156,90.5),(709.5,90.86602540378443),(710,91),(710.5,90.86602540378443),(710.8660254037844,90.5),(711,90),(710.8660254037844,89.5),(710.5,89.13397459621557),(710,89),(709.5,89.13397459621557),(709.1339745962156,89.5)) -7010 ((708,100),(708.2679491924312,101),(709,101.73205080756888),(710,102),(711,101.73205080756888),(711.7320508075688,101),(712,100),(711.7320508075688,99),(711,98.26794919243112),(710,98),(709,98.26794919243112),(708.2679491924312,99)) -7011 ((707,110),(707.4019237886466,111.5),(708.5,112.59807621135332),(710,113),(711.5,112.59807621135332),(712.5980762113533,111.5),(713,110),(712.5980762113534,108.5),(711.5,107.40192378864668),(710,107),(708.5,107.40192378864668),(707.4019237886467,108.5)) -7012 ((706,120),(706.5358983848622,122),(708,123.46410161513775),(710,124),(712,123.46410161513775),(713.4641016151378,122),(714,120),(713.4641016151378,118),(712,116.53589838486225),(710,116),(708,116.53589838486225),(706.5358983848622,118)) -7013 ((705,130),(705.6698729810778,132.5),(707.5,134.33012701892218),(710,135),(712.5,134.33012701892218),(714.3301270189222,132.5),(715,130),(714.3301270189222,127.5),(712.5,125.6698729810778),(710,125),(707.5,125.6698729810778),(705.6698729810778,127.5)) -7014 ((704,140),(704.8038475772934,143),(707,145.19615242270663),(710,146),(713,145.19615242270663),(715.1961524227066,143),(716,140),(715.1961524227066,137),(713,134.80384757729337),(710,134),(707,134.80384757729337),(704.8038475772934,137)) -7015 ((703,150),(703.937822173509,153.5),(706.5,156.06217782649108),(710,157),(713.5,156.06217782649108),(716.062177826491,153.5),(717,150),(716.062177826491,146.5),(713.5,143.93782217350892),(710,143),(706.5,143.93782217350892),(703.937822173509,146.5)) -7016 ((702,160),(703.0717967697245,164),(706,166.9282032302755),(710,168),(714,166.9282032302755),(716.9282032302755,164),(718,160),(716.9282032302755,156),(714,153.0717967697245),(710,152),(706,153.0717967697245),(703.0717967697245,156)) -7017 ((701,170),(702.2057713659401,174.5),(705.5,177.79422863405995),(710,179),(714.5,177.79422863405995),(717.7942286340599,174.5),(719,170),(717.79422863406,165.5),(714.5,162.20577136594005),(710,161),(705.5,162.20577136594005),(702.2057713659401,165.5)) -7018 ((700,180),(701.3397459621556,185),(705,188.6602540378444),(710,190),(715,188.6602540378444),(718.6602540378444,185),(720,180),(718.6602540378444,175),(715,171.3397459621556),(710,170),(705,171.3397459621556),(701.3397459621556,175)) -7019 ((709,190),(709.1339745962156,190.5),(709.5,190.86602540378445),(710,191),(710.5,190.86602540378445),(710.8660254037844,190.5),(711,190),(710.8660254037844,189.5),(710.5,189.13397459621555),(710,189),(709.5,189.13397459621555),(709.1339745962156,189.5)) -7020 ((708,200),(708.2679491924312,201),(709,201.73205080756887),(710,202),(711,201.73205080756887),(711.7320508075688,201),(712,200),(711.7320508075688,199),(711,198.26794919243113),(710,198),(709,198.26794919243113),(708.2679491924312,199)) -7021 ((707,210),(707.4019237886466,211.5),(708.5,212.59807621135332),(710,213),(711.5,212.59807621135332),(712.5980762113533,211.5),(713,210),(712.5980762113534,208.5),(711.5,207.40192378864668),(710,207),(708.5,207.40192378864668),(707.4019237886467,208.5)) -7022 ((706,220),(706.5358983848622,222),(708,223.46410161513776),(710,224),(712,223.46410161513776),(713.4641016151378,222),(714,220),(713.4641016151378,218),(712,216.53589838486224),(710,216),(708,216.53589838486224),(706.5358983848622,218)) -7023 ((705,230),(705.6698729810778,232.5),(707.5,234.33012701892218),(710,235),(712.5,234.33012701892218),(714.3301270189222,232.5),(715,230),(714.3301270189222,227.5),(712.5,225.66987298107782),(710,225),(707.5,225.66987298107782),(705.6698729810778,227.5)) -7024 ((704,240),(704.8038475772934,243),(707,245.19615242270663),(710,246),(713,245.19615242270663),(715.1961524227066,243),(716,240),(715.1961524227066,237),(713,234.80384757729337),(710,234),(707,234.80384757729337),(704.8038475772934,237)) -7025 ((703,250),(703.937822173509,253.5),(706.5,256.06217782649105),(710,257),(713.5,256.06217782649105),(716.062177826491,253.5),(717,250),(716.062177826491,246.5),(713.5,243.93782217350892),(710,243),(706.5,243.93782217350892),(703.937822173509,246.5)) -7026 ((702,260),(703.0717967697245,264),(706,266.9282032302755),(710,268),(714,266.9282032302755),(716.9282032302755,264),(718,260),(716.9282032302755,256),(714,253.0717967697245),(710,252),(706,253.0717967697245),(703.0717967697245,256)) -7027 ((701,270),(702.2057713659401,274.5),(705.5,277.79422863405995),(710,279),(714.5,277.79422863405995),(717.7942286340599,274.5),(719,270),(717.79422863406,265.5),(714.5,262.20577136594005),(710,261),(705.5,262.20577136594005),(702.2057713659401,265.5)) -7028 ((700,280),(701.3397459621556,285),(705,288.66025403784437),(710,290),(715,288.66025403784437),(718.6602540378444,285),(720,280),(718.6602540378444,275),(715,271.33974596215563),(710,270),(705,271.33974596215563),(701.3397459621556,275)) -7029 ((709,290),(709.1339745962156,290.5),(709.5,290.8660254037844),(710,291),(710.5,290.8660254037844),(710.8660254037844,290.5),(711,290),(710.8660254037844,289.5),(710.5,289.1339745962156),(710,289),(709.5,289.1339745962156),(709.1339745962156,289.5)) -7030 ((708,300),(708.2679491924312,301),(709,301.7320508075689),(710,302),(711,301.7320508075689),(711.7320508075688,301),(712,300),(711.7320508075688,299),(711,298.2679491924311),(710,298),(709,298.2679491924311),(708.2679491924312,299)) -7031 ((707,310),(707.4019237886466,311.5),(708.5,312.5980762113533),(710,313),(711.5,312.5980762113533),(712.5980762113533,311.5),(713,310),(712.5980762113534,308.5),(711.5,307.4019237886467),(710,307),(708.5,307.4019237886467),(707.4019237886467,308.5)) -7032 ((706,320),(706.5358983848622,322),(708,323.46410161513774),(710,324),(712,323.46410161513774),(713.4641016151378,322),(714,320),(713.4641016151378,318),(712,316.53589838486226),(710,316),(708,316.53589838486226),(706.5358983848622,318)) -7033 ((705,330),(705.6698729810778,332.5),(707.5,334.3301270189222),(710,335),(712.5,334.3301270189222),(714.3301270189222,332.5),(715,330),(714.3301270189222,327.5),(712.5,325.6698729810778),(710,325),(707.5,325.6698729810778),(705.6698729810778,327.5)) -7034 ((704,340),(704.8038475772934,343),(707,345.19615242270663),(710,346),(713,345.19615242270663),(715.1961524227066,343),(716,340),(715.1961524227066,337),(713,334.80384757729337),(710,334),(707,334.80384757729337),(704.8038475772934,337)) -7035 ((703,350),(703.937822173509,353.5),(706.5,356.06217782649105),(710,357),(713.5,356.06217782649105),(716.062177826491,353.5),(717,350),(716.062177826491,346.5),(713.5,343.93782217350895),(710,343),(706.5,343.93782217350895),(703.937822173509,346.5)) -7036 ((702,360),(703.0717967697245,364),(706,366.9282032302755),(710,368),(714,366.9282032302755),(716.9282032302755,364),(718,360),(716.9282032302755,356),(714,353.0717967697245),(710,352),(706,353.0717967697245),(703.0717967697245,356)) -7037 ((701,370),(702.2057713659401,374.5),(705.5,377.79422863405995),(710,379),(714.5,377.79422863405995),(717.7942286340599,374.5),(719,370),(717.79422863406,365.5),(714.5,362.20577136594005),(710,361),(705.5,362.20577136594005),(702.2057713659401,365.5)) -7038 ((700,380),(701.3397459621556,385),(705,388.66025403784437),(710,390),(715,388.66025403784437),(718.6602540378444,385),(720,380),(718.6602540378444,375),(715,371.33974596215563),(710,370),(705,371.33974596215563),(701.3397459621556,375)) -7039 ((709,390),(709.1339745962156,390.5),(709.5,390.8660254037844),(710,391),(710.5,390.8660254037844),(710.8660254037844,390.5),(711,390),(710.8660254037844,389.5),(710.5,389.1339745962156),(710,389),(709.5,389.1339745962156),(709.1339745962156,389.5)) -7040 ((708,400),(708.2679491924312,401),(709,401.7320508075689),(710,402),(711,401.7320508075689),(711.7320508075688,401),(712,400),(711.7320508075688,399),(711,398.2679491924311),(710,398),(709,398.2679491924311),(708.2679491924312,399)) -7041 ((707,410),(707.4019237886466,411.5),(708.5,412.5980762113533),(710,413),(711.5,412.5980762113533),(712.5980762113533,411.5),(713,410),(712.5980762113534,408.5),(711.5,407.4019237886467),(710,407),(708.5,407.4019237886467),(707.4019237886467,408.5)) -7042 ((706,420),(706.5358983848622,422),(708,423.46410161513774),(710,424),(712,423.46410161513774),(713.4641016151378,422),(714,420),(713.4641016151378,418),(712,416.53589838486226),(710,416),(708,416.53589838486226),(706.5358983848622,418)) -7043 ((705,430),(705.6698729810778,432.5),(707.5,434.3301270189222),(710,435),(712.5,434.3301270189222),(714.3301270189222,432.5),(715,430),(714.3301270189222,427.5),(712.5,425.6698729810778),(710,425),(707.5,425.6698729810778),(705.6698729810778,427.5)) -7044 ((704,440),(704.8038475772934,443),(707,445.19615242270663),(710,446),(713,445.19615242270663),(715.1961524227066,443),(716,440),(715.1961524227066,437),(713,434.80384757729337),(710,434),(707,434.80384757729337),(704.8038475772934,437)) -7045 ((703,450),(703.937822173509,453.5),(706.5,456.06217782649105),(710,457),(713.5,456.06217782649105),(716.062177826491,453.5),(717,450),(716.062177826491,446.5),(713.5,443.93782217350895),(710,443),(706.5,443.93782217350895),(703.937822173509,446.5)) -7046 ((702,460),(703.0717967697245,464),(706,466.9282032302755),(710,468),(714,466.9282032302755),(716.9282032302755,464),(718,460),(716.9282032302755,456),(714,453.0717967697245),(710,452),(706,453.0717967697245),(703.0717967697245,456)) -7047 ((701,470),(702.2057713659401,474.5),(705.5,477.79422863405995),(710,479),(714.5,477.79422863405995),(717.7942286340599,474.5),(719,470),(717.79422863406,465.5),(714.5,462.20577136594005),(710,461),(705.5,462.20577136594005),(702.2057713659401,465.5)) -7048 ((700,480),(701.3397459621556,485),(705,488.66025403784437),(710,490),(715,488.66025403784437),(718.6602540378444,485),(720,480),(718.6602540378444,475),(715,471.33974596215563),(710,470),(705,471.33974596215563),(701.3397459621556,475)) -7049 ((709,490),(709.1339745962156,490.5),(709.5,490.8660254037844),(710,491),(710.5,490.8660254037844),(710.8660254037844,490.5),(711,490),(710.8660254037844,489.5),(710.5,489.1339745962156),(710,489),(709.5,489.1339745962156),(709.1339745962156,489.5)) -7050 ((708,500),(708.2679491924312,501),(709,501.7320508075689),(710,502),(711,501.7320508075689),(711.7320508075688,501),(712,500),(711.7320508075688,499),(711,498.2679491924311),(710,498),(709,498.2679491924311),(708.2679491924312,499)) -7051 ((707,510),(707.4019237886466,511.5),(708.5,512.5980762113534),(710,513),(711.5,512.5980762113534),(712.5980762113533,511.5),(713,510),(712.5980762113534,508.5),(711.5,507.4019237886467),(710,507),(708.5,507.4019237886467),(707.4019237886467,508.5)) -7052 ((706,520),(706.5358983848622,522),(708,523.4641016151378),(710,524),(712,523.4641016151378),(713.4641016151378,522),(714,520),(713.4641016151378,518),(712,516.5358983848622),(710,516),(708,516.5358983848622),(706.5358983848622,518)) -7053 ((705,530),(705.6698729810778,532.5),(707.5,534.3301270189222),(710,535),(712.5,534.3301270189222),(714.3301270189222,532.5),(715,530),(714.3301270189222,527.5),(712.5,525.6698729810778),(710,525),(707.5,525.6698729810778),(705.6698729810778,527.5)) -7054 ((704,540),(704.8038475772934,543),(707,545.1961524227066),(710,546),(713,545.1961524227066),(715.1961524227066,543),(716,540),(715.1961524227066,537),(713,534.8038475772934),(710,534),(707,534.8038475772934),(704.8038475772934,537)) -7055 ((703,550),(703.937822173509,553.5),(706.5,556.062177826491),(710,557),(713.5,556.062177826491),(716.062177826491,553.5),(717,550),(716.062177826491,546.5),(713.5,543.937822173509),(710,543),(706.5,543.937822173509),(703.937822173509,546.5)) -7056 ((702,560),(703.0717967697245,564),(706,566.9282032302755),(710,568),(714,566.9282032302755),(716.9282032302755,564),(718,560),(716.9282032302755,556),(714,553.0717967697245),(710,552),(706,553.0717967697245),(703.0717967697245,556)) -7057 ((701,570),(702.2057713659401,574.5),(705.5,577.7942286340599),(710,579),(714.5,577.7942286340599),(717.7942286340599,574.5),(719,570),(717.79422863406,565.5),(714.5,562.2057713659401),(710,561),(705.5,562.20577136594),(702.2057713659401,565.5)) -7058 ((700,580),(701.3397459621556,585),(705,588.6602540378444),(710,590),(715,588.6602540378444),(718.6602540378444,585),(720,580),(718.6602540378444,575),(715,571.3397459621556),(710,570),(705,571.3397459621556),(701.3397459621556,575)) -7059 ((709,590),(709.1339745962156,590.5),(709.5,590.8660254037844),(710,591),(710.5,590.8660254037844),(710.8660254037844,590.5),(711,590),(710.8660254037844,589.5),(710.5,589.1339745962156),(710,589),(709.5,589.1339745962156),(709.1339745962156,589.5)) -7060 ((708,600),(708.2679491924312,601),(709,601.7320508075688),(710,602),(711,601.7320508075688),(711.7320508075688,601),(712,600),(711.7320508075688,599),(711,598.2679491924312),(710,598),(709,598.2679491924312),(708.2679491924312,599)) -7061 ((707,610),(707.4019237886466,611.5),(708.5,612.5980762113534),(710,613),(711.5,612.5980762113534),(712.5980762113533,611.5),(713,610),(712.5980762113534,608.5),(711.5,607.4019237886467),(710,607),(708.5,607.4019237886466),(707.4019237886467,608.5)) -7062 ((706,620),(706.5358983848622,622),(708,623.4641016151378),(710,624),(712,623.4641016151378),(713.4641016151378,622),(714,620),(713.4641016151378,618),(712,616.5358983848622),(710,616),(708,616.5358983848622),(706.5358983848622,618)) -7063 ((705,630),(705.6698729810778,632.5),(707.5,634.3301270189222),(710,635),(712.5,634.3301270189222),(714.3301270189222,632.5),(715,630),(714.3301270189222,627.5),(712.5,625.6698729810778),(710,625),(707.5,625.6698729810778),(705.6698729810778,627.5)) -7064 ((704,640),(704.8038475772934,643),(707,645.1961524227066),(710,646),(713,645.1961524227066),(715.1961524227066,643),(716,640),(715.1961524227066,637),(713,634.8038475772934),(710,634),(707,634.8038475772934),(704.8038475772934,637)) -7065 ((703,650),(703.937822173509,653.5),(706.5,656.062177826491),(710,657),(713.5,656.062177826491),(716.062177826491,653.5),(717,650),(716.062177826491,646.5),(713.5,643.937822173509),(710,643),(706.5,643.937822173509),(703.937822173509,646.5)) -7066 ((702,660),(703.0717967697245,664),(706,666.9282032302755),(710,668),(714,666.9282032302755),(716.9282032302755,664),(718,660),(716.9282032302755,656),(714,653.0717967697245),(710,652),(706,653.0717967697245),(703.0717967697245,656)) -7067 ((701,670),(702.2057713659401,674.5),(705.5,677.7942286340599),(710,679),(714.5,677.7942286340599),(717.7942286340599,674.5),(719,670),(717.79422863406,665.5),(714.5,662.2057713659401),(710,661),(705.5,662.20577136594),(702.2057713659401,665.5)) -7068 ((700,680),(701.3397459621556,685),(705,688.6602540378444),(710,690),(715,688.6602540378444),(718.6602540378444,685),(720,680),(718.6602540378444,675),(715,671.3397459621556),(710,670),(705,671.3397459621556),(701.3397459621556,675)) -7069 ((709,690),(709.1339745962156,690.5),(709.5,690.8660254037844),(710,691),(710.5,690.8660254037844),(710.8660254037844,690.5),(711,690),(710.8660254037844,689.5),(710.5,689.1339745962156),(710,689),(709.5,689.1339745962156),(709.1339745962156,689.5)) -7070 ((708,700),(708.2679491924312,701),(709,701.7320508075688),(710,702),(711,701.7320508075688),(711.7320508075688,701),(712,700),(711.7320508075688,699),(711,698.2679491924312),(710,698),(709,698.2679491924312),(708.2679491924312,699)) -7071 ((707,710),(707.4019237886466,711.5),(708.5,712.5980762113534),(710,713),(711.5,712.5980762113534),(712.5980762113533,711.5),(713,710),(712.5980762113534,708.5),(711.5,707.4019237886467),(710,707),(708.5,707.4019237886466),(707.4019237886467,708.5)) -7072 ((706,720),(706.5358983848622,722),(708,723.4641016151378),(710,724),(712,723.4641016151378),(713.4641016151378,722),(714,720),(713.4641016151378,718),(712,716.5358983848622),(710,716),(708,716.5358983848622),(706.5358983848622,718)) -7073 ((705,730),(705.6698729810778,732.5),(707.5,734.3301270189222),(710,735),(712.5,734.3301270189222),(714.3301270189222,732.5),(715,730),(714.3301270189222,727.5),(712.5,725.6698729810778),(710,725),(707.5,725.6698729810778),(705.6698729810778,727.5)) -7074 ((704,740),(704.8038475772934,743),(707,745.1961524227066),(710,746),(713,745.1961524227066),(715.1961524227066,743),(716,740),(715.1961524227066,737),(713,734.8038475772934),(710,734),(707,734.8038475772934),(704.8038475772934,737)) -7075 ((703,750),(703.937822173509,753.5),(706.5,756.062177826491),(710,757),(713.5,756.062177826491),(716.062177826491,753.5),(717,750),(716.062177826491,746.5),(713.5,743.937822173509),(710,743),(706.5,743.937822173509),(703.937822173509,746.5)) -7076 ((702,760),(703.0717967697245,764),(706,766.9282032302755),(710,768),(714,766.9282032302755),(716.9282032302755,764),(718,760),(716.9282032302755,756),(714,753.0717967697245),(710,752),(706,753.0717967697245),(703.0717967697245,756)) -7077 ((701,770),(702.2057713659401,774.5),(705.5,777.7942286340599),(710,779),(714.5,777.7942286340599),(717.7942286340599,774.5),(719,770),(717.79422863406,765.5),(714.5,762.2057713659401),(710,761),(705.5,762.20577136594),(702.2057713659401,765.5)) -7078 ((700,780),(701.3397459621556,785),(705,788.6602540378444),(710,790),(715,788.6602540378444),(718.6602540378444,785),(720,780),(718.6602540378444,775),(715,771.3397459621556),(710,770),(705,771.3397459621556),(701.3397459621556,775)) -7079 ((709,790),(709.1339745962156,790.5),(709.5,790.8660254037844),(710,791),(710.5,790.8660254037844),(710.8660254037844,790.5),(711,790),(710.8660254037844,789.5),(710.5,789.1339745962156),(710,789),(709.5,789.1339745962156),(709.1339745962156,789.5)) -7080 ((708,800),(708.2679491924312,801),(709,801.7320508075688),(710,802),(711,801.7320508075688),(711.7320508075688,801),(712,800),(711.7320508075688,799),(711,798.2679491924312),(710,798),(709,798.2679491924312),(708.2679491924312,799)) -7081 ((707,810),(707.4019237886466,811.5),(708.5,812.5980762113534),(710,813),(711.5,812.5980762113534),(712.5980762113533,811.5),(713,810),(712.5980762113534,808.5),(711.5,807.4019237886467),(710,807),(708.5,807.4019237886466),(707.4019237886467,808.5)) -7082 ((706,820),(706.5358983848622,822),(708,823.4641016151378),(710,824),(712,823.4641016151378),(713.4641016151378,822),(714,820),(713.4641016151378,818),(712,816.5358983848622),(710,816),(708,816.5358983848622),(706.5358983848622,818)) -7083 ((705,830),(705.6698729810778,832.5),(707.5,834.3301270189222),(710,835),(712.5,834.3301270189222),(714.3301270189222,832.5),(715,830),(714.3301270189222,827.5),(712.5,825.6698729810778),(710,825),(707.5,825.6698729810778),(705.6698729810778,827.5)) -7084 ((704,840),(704.8038475772934,843),(707,845.1961524227066),(710,846),(713,845.1961524227066),(715.1961524227066,843),(716,840),(715.1961524227066,837),(713,834.8038475772934),(710,834),(707,834.8038475772934),(704.8038475772934,837)) -7085 ((703,850),(703.937822173509,853.5),(706.5,856.062177826491),(710,857),(713.5,856.062177826491),(716.062177826491,853.5),(717,850),(716.062177826491,846.5),(713.5,843.937822173509),(710,843),(706.5,843.937822173509),(703.937822173509,846.5)) -7086 ((702,860),(703.0717967697245,864),(706,866.9282032302755),(710,868),(714,866.9282032302755),(716.9282032302755,864),(718,860),(716.9282032302755,856),(714,853.0717967697245),(710,852),(706,853.0717967697245),(703.0717967697245,856)) -7087 ((701,870),(702.2057713659401,874.5),(705.5,877.7942286340599),(710,879),(714.5,877.7942286340599),(717.7942286340599,874.5),(719,870),(717.79422863406,865.5),(714.5,862.2057713659401),(710,861),(705.5,862.20577136594),(702.2057713659401,865.5)) -7088 ((700,880),(701.3397459621556,885),(705,888.6602540378444),(710,890),(715,888.6602540378444),(718.6602540378444,885),(720,880),(718.6602540378444,875),(715,871.3397459621556),(710,870),(705,871.3397459621556),(701.3397459621556,875)) -7089 ((709,890),(709.1339745962156,890.5),(709.5,890.8660254037844),(710,891),(710.5,890.8660254037844),(710.8660254037844,890.5),(711,890),(710.8660254037844,889.5),(710.5,889.1339745962156),(710,889),(709.5,889.1339745962156),(709.1339745962156,889.5)) -7090 ((708,900),(708.2679491924312,901),(709,901.7320508075688),(710,902),(711,901.7320508075688),(711.7320508075688,901),(712,900),(711.7320508075688,899),(711,898.2679491924312),(710,898),(709,898.2679491924312),(708.2679491924312,899)) -7091 ((707,910),(707.4019237886466,911.5),(708.5,912.5980762113534),(710,913),(711.5,912.5980762113534),(712.5980762113533,911.5),(713,910),(712.5980762113534,908.5),(711.5,907.4019237886467),(710,907),(708.5,907.4019237886466),(707.4019237886467,908.5)) -7092 ((706,920),(706.5358983848622,922),(708,923.4641016151378),(710,924),(712,923.4641016151378),(713.4641016151378,922),(714,920),(713.4641016151378,918),(712,916.5358983848622),(710,916),(708,916.5358983848622),(706.5358983848622,918)) -7093 ((705,930),(705.6698729810778,932.5),(707.5,934.3301270189222),(710,935),(712.5,934.3301270189222),(714.3301270189222,932.5),(715,930),(714.3301270189222,927.5),(712.5,925.6698729810778),(710,925),(707.5,925.6698729810778),(705.6698729810778,927.5)) -7094 ((704,940),(704.8038475772934,943),(707,945.1961524227066),(710,946),(713,945.1961524227066),(715.1961524227066,943),(716,940),(715.1961524227066,937),(713,934.8038475772934),(710,934),(707,934.8038475772934),(704.8038475772934,937)) -7095 ((703,950),(703.937822173509,953.5),(706.5,956.062177826491),(710,957),(713.5,956.062177826491),(716.062177826491,953.5),(717,950),(716.062177826491,946.5),(713.5,943.937822173509),(710,943),(706.5,943.937822173509),(703.937822173509,946.5)) -7096 ((702,960),(703.0717967697245,964),(706,966.9282032302755),(710,968),(714,966.9282032302755),(716.9282032302755,964),(718,960),(716.9282032302755,956),(714,953.0717967697245),(710,952),(706,953.0717967697245),(703.0717967697245,956)) -7097 ((701,970),(702.2057713659401,974.5),(705.5,977.7942286340599),(710,979),(714.5,977.7942286340599),(717.7942286340599,974.5),(719,970),(717.79422863406,965.5),(714.5,962.2057713659401),(710,961),(705.5,962.20577136594),(702.2057713659401,965.5)) -7098 ((700,980),(701.3397459621556,985),(705,988.6602540378444),(710,990),(715,988.6602540378444),(718.6602540378444,985),(720,980),(718.6602540378444,975),(715,971.3397459621556),(710,970),(705,971.3397459621556),(701.3397459621556,975)) -7099 ((709,990),(709.1339745962156,990.5),(709.5,990.8660254037844),(710,991),(710.5,990.8660254037844),(710.8660254037844,990.5),(711,990),(710.8660254037844,989.5),(710.5,989.1339745962156),(710,989),(709.5,989.1339745962156),(709.1339745962156,989.5)) -7100 ((708,1000),(708.2679491924312,1001),(709,1001.7320508075688),(710,1002),(711,1001.7320508075688),(711.7320508075688,1001),(712,1000),(711.7320508075688,999),(711,998.2679491924312),(710,998),(709,998.2679491924312),(708.2679491924312,999)) -7101 ((716,10),(716.5358983848622,12),(718,13.464101615137753),(720,14),(722,13.464101615137755),(723.4641016151378,12.000000000000002),(724,10),(723.4641016151378,8.000000000000002),(722,6.5358983848622465),(720,6),(718,6.535898384862244),(716.5358983848622,7.999999999999998)) -7102 ((715,20),(715.6698729810778,22.5),(717.5,24.33012701892219),(720,25),(722.5,24.330127018922195),(724.3301270189222,22.5),(725,20),(724.3301270189222,17.5),(722.5,15.669872981077807),(720,15),(717.5,15.669872981077805),(715.6698729810778,17.499999999999996)) -7103 ((714,30),(714.8038475772934,33),(717,35.19615242270663),(720,36),(723,35.19615242270663),(725.1961524227066,33),(726,30),(725.1961524227066,27),(723,24.803847577293368),(720,24),(717,24.803847577293368),(714.8038475772934,26.999999999999996)) -7104 ((713,40),(713.937822173509,43.5),(716.5,46.06217782649107),(720,47),(723.5,46.06217782649107),(726.062177826491,43.5),(727,40),(726.062177826491,36.5),(723.5,33.937822173508934),(720,33),(716.5,33.93782217350893),(713.937822173509,36.5)) -7105 ((712,50),(713.0717967697245,54),(716,56.92820323027551),(720,58),(724,56.92820323027551),(726.9282032302755,54),(728,50),(726.9282032302755,46),(724,43.07179676972449),(720,42),(716,43.071796769724486),(713.0717967697245,46)) -7106 ((711,60),(712.2057713659401,64.5),(715.5,67.79422863405995),(720,69),(724.5,67.79422863405995),(727.7942286340599,64.5),(729,60),(727.79422863406,55.5),(724.5,52.20577136594005),(720,51),(715.5,52.20577136594005),(712.2057713659401,55.5)) -7107 ((710,70),(711.3397459621556,75),(715,78.66025403784438),(720,80),(725,78.66025403784438),(728.6602540378444,75),(730,70),(728.6602540378444,65),(725,61.33974596215562),(720,60),(715,61.33974596215561),(711.3397459621556,65)) -7108 ((719,80),(719.1339745962156,80.5),(719.5,80.86602540378443),(720,81),(720.5,80.86602540378443),(720.8660254037844,80.5),(721,80),(720.8660254037844,79.5),(720.5,79.13397459621557),(720,79),(719.5,79.13397459621557),(719.1339745962156,79.5)) -7109 ((718,90),(718.2679491924312,91),(719,91.73205080756888),(720,92),(721,91.73205080756888),(721.7320508075688,91),(722,90),(721.7320508075688,89),(721,88.26794919243112),(720,88),(719,88.26794919243112),(718.2679491924312,89)) -7110 ((717,100),(717.4019237886466,101.5),(718.5,102.59807621135332),(720,103),(721.5,102.59807621135332),(722.5980762113533,101.5),(723,100),(722.5980762113534,98.5),(721.5,97.40192378864668),(720,97),(718.5,97.40192378864668),(717.4019237886467,98.5)) -7111 ((716,110),(716.5358983848622,112),(718,113.46410161513775),(720,114),(722,113.46410161513775),(723.4641016151378,112),(724,110),(723.4641016151378,108),(722,106.53589838486225),(720,106),(718,106.53589838486225),(716.5358983848622,108)) -7112 ((715,120),(715.6698729810778,122.5),(717.5,124.3301270189222),(720,125),(722.5,124.3301270189222),(724.3301270189222,122.5),(725,120),(724.3301270189222,117.5),(722.5,115.6698729810778),(720,115),(717.5,115.6698729810778),(715.6698729810778,117.5)) -7113 ((714,130),(714.8038475772934,133),(717,135.19615242270663),(720,136),(723,135.19615242270663),(725.1961524227066,133),(726,130),(725.1961524227066,127),(723,124.80384757729337),(720,124),(717,124.80384757729337),(714.8038475772934,127)) -7114 ((713,140),(713.937822173509,143.5),(716.5,146.06217782649108),(720,147),(723.5,146.06217782649108),(726.062177826491,143.5),(727,140),(726.062177826491,136.5),(723.5,133.93782217350892),(720,133),(716.5,133.93782217350892),(713.937822173509,136.5)) -7115 ((712,150),(713.0717967697245,154),(716,156.9282032302755),(720,158),(724,156.9282032302755),(726.9282032302755,154),(728,150),(726.9282032302755,146),(724,143.0717967697245),(720,142),(716,143.0717967697245),(713.0717967697245,146)) -7116 ((711,160),(712.2057713659401,164.5),(715.5,167.79422863405995),(720,169),(724.5,167.79422863405995),(727.7942286340599,164.5),(729,160),(727.79422863406,155.5),(724.5,152.20577136594005),(720,151),(715.5,152.20577136594005),(712.2057713659401,155.5)) -7117 ((710,170),(711.3397459621556,175),(715,178.6602540378444),(720,180),(725,178.6602540378444),(728.6602540378444,175),(730,170),(728.6602540378444,165),(725,161.3397459621556),(720,160),(715,161.3397459621556),(711.3397459621556,165)) -7118 ((719,180),(719.1339745962156,180.5),(719.5,180.86602540378445),(720,181),(720.5,180.86602540378445),(720.8660254037844,180.5),(721,180),(720.8660254037844,179.5),(720.5,179.13397459621555),(720,179),(719.5,179.13397459621555),(719.1339745962156,179.5)) -7119 ((718,190),(718.2679491924312,191),(719,191.73205080756887),(720,192),(721,191.73205080756887),(721.7320508075688,191),(722,190),(721.7320508075688,189),(721,188.26794919243113),(720,188),(719,188.26794919243113),(718.2679491924312,189)) -7120 ((717,200),(717.4019237886466,201.5),(718.5,202.59807621135332),(720,203),(721.5,202.59807621135332),(722.5980762113533,201.5),(723,200),(722.5980762113534,198.5),(721.5,197.40192378864668),(720,197),(718.5,197.40192378864668),(717.4019237886467,198.5)) -7121 ((716,210),(716.5358983848622,212),(718,213.46410161513776),(720,214),(722,213.46410161513776),(723.4641016151378,212),(724,210),(723.4641016151378,208),(722,206.53589838486224),(720,206),(718,206.53589838486224),(716.5358983848622,208)) -7122 ((715,220),(715.6698729810778,222.5),(717.5,224.33012701892218),(720,225),(722.5,224.33012701892218),(724.3301270189222,222.5),(725,220),(724.3301270189222,217.5),(722.5,215.66987298107782),(720,215),(717.5,215.66987298107782),(715.6698729810778,217.5)) -7123 ((714,230),(714.8038475772934,233),(717,235.19615242270663),(720,236),(723,235.19615242270663),(725.1961524227066,233),(726,230),(725.1961524227066,227),(723,224.80384757729337),(720,224),(717,224.80384757729337),(714.8038475772934,227)) -7124 ((713,240),(713.937822173509,243.5),(716.5,246.06217782649108),(720,247),(723.5,246.06217782649108),(726.062177826491,243.5),(727,240),(726.062177826491,236.5),(723.5,233.93782217350892),(720,233),(716.5,233.93782217350892),(713.937822173509,236.5)) -7125 ((712,250),(713.0717967697245,254),(716,256.9282032302755),(720,258),(724,256.9282032302755),(726.9282032302755,254),(728,250),(726.9282032302755,246),(724,243.0717967697245),(720,242),(716,243.0717967697245),(713.0717967697245,246)) -7126 ((711,260),(712.2057713659401,264.5),(715.5,267.79422863405995),(720,269),(724.5,267.79422863405995),(727.7942286340599,264.5),(729,260),(727.79422863406,255.5),(724.5,252.20577136594005),(720,251),(715.5,252.20577136594005),(712.2057713659401,255.5)) -7127 ((710,270),(711.3397459621556,275),(715,278.66025403784437),(720,280),(725,278.66025403784437),(728.6602540378444,275),(730,270),(728.6602540378444,265),(725,261.33974596215563),(720,260),(715,261.33974596215563),(711.3397459621556,265)) -7128 ((719,280),(719.1339745962156,280.5),(719.5,280.8660254037844),(720,281),(720.5,280.8660254037844),(720.8660254037844,280.5),(721,280),(720.8660254037844,279.5),(720.5,279.1339745962156),(720,279),(719.5,279.1339745962156),(719.1339745962156,279.5)) -7129 ((718,290),(718.2679491924312,291),(719,291.7320508075689),(720,292),(721,291.7320508075689),(721.7320508075688,291),(722,290),(721.7320508075688,289),(721,288.2679491924311),(720,288),(719,288.2679491924311),(718.2679491924312,289)) -7130 ((717,300),(717.4019237886466,301.5),(718.5,302.5980762113533),(720,303),(721.5,302.5980762113533),(722.5980762113533,301.5),(723,300),(722.5980762113534,298.5),(721.5,297.4019237886467),(720,297),(718.5,297.4019237886467),(717.4019237886467,298.5)) -7131 ((716,310),(716.5358983848622,312),(718,313.46410161513774),(720,314),(722,313.46410161513774),(723.4641016151378,312),(724,310),(723.4641016151378,308),(722,306.53589838486226),(720,306),(718,306.53589838486226),(716.5358983848622,308)) -7132 ((715,320),(715.6698729810778,322.5),(717.5,324.3301270189222),(720,325),(722.5,324.3301270189222),(724.3301270189222,322.5),(725,320),(724.3301270189222,317.5),(722.5,315.6698729810778),(720,315),(717.5,315.6698729810778),(715.6698729810778,317.5)) -7133 ((714,330),(714.8038475772934,333),(717,335.19615242270663),(720,336),(723,335.19615242270663),(725.1961524227066,333),(726,330),(725.1961524227066,327),(723,324.80384757729337),(720,324),(717,324.80384757729337),(714.8038475772934,327)) -7134 ((713,340),(713.937822173509,343.5),(716.5,346.06217782649105),(720,347),(723.5,346.06217782649105),(726.062177826491,343.5),(727,340),(726.062177826491,336.5),(723.5,333.93782217350895),(720,333),(716.5,333.93782217350895),(713.937822173509,336.5)) -7135 ((712,350),(713.0717967697245,354),(716,356.9282032302755),(720,358),(724,356.9282032302755),(726.9282032302755,354),(728,350),(726.9282032302755,346),(724,343.0717967697245),(720,342),(716,343.0717967697245),(713.0717967697245,346)) -7136 ((711,360),(712.2057713659401,364.5),(715.5,367.79422863405995),(720,369),(724.5,367.79422863405995),(727.7942286340599,364.5),(729,360),(727.79422863406,355.5),(724.5,352.20577136594005),(720,351),(715.5,352.20577136594005),(712.2057713659401,355.5)) -7137 ((710,370),(711.3397459621556,375),(715,378.66025403784437),(720,380),(725,378.66025403784437),(728.6602540378444,375),(730,370),(728.6602540378444,365),(725,361.33974596215563),(720,360),(715,361.33974596215563),(711.3397459621556,365)) -7138 ((719,380),(719.1339745962156,380.5),(719.5,380.8660254037844),(720,381),(720.5,380.8660254037844),(720.8660254037844,380.5),(721,380),(720.8660254037844,379.5),(720.5,379.1339745962156),(720,379),(719.5,379.1339745962156),(719.1339745962156,379.5)) -7139 ((718,390),(718.2679491924312,391),(719,391.7320508075689),(720,392),(721,391.7320508075689),(721.7320508075688,391),(722,390),(721.7320508075688,389),(721,388.2679491924311),(720,388),(719,388.2679491924311),(718.2679491924312,389)) -7140 ((717,400),(717.4019237886466,401.5),(718.5,402.5980762113533),(720,403),(721.5,402.5980762113533),(722.5980762113533,401.5),(723,400),(722.5980762113534,398.5),(721.5,397.4019237886467),(720,397),(718.5,397.4019237886467),(717.4019237886467,398.5)) -7141 ((716,410),(716.5358983848622,412),(718,413.46410161513774),(720,414),(722,413.46410161513774),(723.4641016151378,412),(724,410),(723.4641016151378,408),(722,406.53589838486226),(720,406),(718,406.53589838486226),(716.5358983848622,408)) -7142 ((715,420),(715.6698729810778,422.5),(717.5,424.3301270189222),(720,425),(722.5,424.3301270189222),(724.3301270189222,422.5),(725,420),(724.3301270189222,417.5),(722.5,415.6698729810778),(720,415),(717.5,415.6698729810778),(715.6698729810778,417.5)) -7143 ((714,430),(714.8038475772934,433),(717,435.19615242270663),(720,436),(723,435.19615242270663),(725.1961524227066,433),(726,430),(725.1961524227066,427),(723,424.80384757729337),(720,424),(717,424.80384757729337),(714.8038475772934,427)) -7144 ((713,440),(713.937822173509,443.5),(716.5,446.06217782649105),(720,447),(723.5,446.06217782649105),(726.062177826491,443.5),(727,440),(726.062177826491,436.5),(723.5,433.93782217350895),(720,433),(716.5,433.93782217350895),(713.937822173509,436.5)) -7145 ((712,450),(713.0717967697245,454),(716,456.9282032302755),(720,458),(724,456.9282032302755),(726.9282032302755,454),(728,450),(726.9282032302755,446),(724,443.0717967697245),(720,442),(716,443.0717967697245),(713.0717967697245,446)) -7146 ((711,460),(712.2057713659401,464.5),(715.5,467.79422863405995),(720,469),(724.5,467.79422863405995),(727.7942286340599,464.5),(729,460),(727.79422863406,455.5),(724.5,452.20577136594005),(720,451),(715.5,452.20577136594005),(712.2057713659401,455.5)) -7147 ((710,470),(711.3397459621556,475),(715,478.66025403784437),(720,480),(725,478.66025403784437),(728.6602540378444,475),(730,470),(728.6602540378444,465),(725,461.33974596215563),(720,460),(715,461.33974596215563),(711.3397459621556,465)) -7148 ((719,480),(719.1339745962156,480.5),(719.5,480.8660254037844),(720,481),(720.5,480.8660254037844),(720.8660254037844,480.5),(721,480),(720.8660254037844,479.5),(720.5,479.1339745962156),(720,479),(719.5,479.1339745962156),(719.1339745962156,479.5)) -7149 ((718,490),(718.2679491924312,491),(719,491.7320508075689),(720,492),(721,491.7320508075689),(721.7320508075688,491),(722,490),(721.7320508075688,489),(721,488.2679491924311),(720,488),(719,488.2679491924311),(718.2679491924312,489)) -7150 ((717,500),(717.4019237886466,501.5),(718.5,502.5980762113533),(720,503),(721.5,502.5980762113533),(722.5980762113533,501.5),(723,500),(722.5980762113534,498.5),(721.5,497.4019237886467),(720,497),(718.5,497.4019237886467),(717.4019237886467,498.5)) -7151 ((716,510),(716.5358983848622,512),(718,513.4641016151378),(720,514),(722,513.4641016151378),(723.4641016151378,512),(724,510),(723.4641016151378,508),(722,506.53589838486226),(720,506),(718,506.53589838486226),(716.5358983848622,508)) -7152 ((715,520),(715.6698729810778,522.5),(717.5,524.3301270189222),(720,525),(722.5,524.3301270189222),(724.3301270189222,522.5),(725,520),(724.3301270189222,517.5),(722.5,515.6698729810778),(720,515),(717.5,515.6698729810778),(715.6698729810778,517.5)) -7153 ((714,530),(714.8038475772934,533),(717,535.1961524227066),(720,536),(723,535.1961524227066),(725.1961524227066,533),(726,530),(725.1961524227066,527),(723,524.8038475772934),(720,524),(717,524.8038475772934),(714.8038475772934,527)) -7154 ((713,540),(713.937822173509,543.5),(716.5,546.062177826491),(720,547),(723.5,546.062177826491),(726.062177826491,543.5),(727,540),(726.062177826491,536.5),(723.5,533.937822173509),(720,533),(716.5,533.937822173509),(713.937822173509,536.5)) -7155 ((712,550),(713.0717967697245,554),(716,556.9282032302755),(720,558),(724,556.9282032302755),(726.9282032302755,554),(728,550),(726.9282032302755,546),(724,543.0717967697245),(720,542),(716,543.0717967697245),(713.0717967697245,546)) -7156 ((711,560),(712.2057713659401,564.5),(715.5,567.7942286340599),(720,569),(724.5,567.7942286340599),(727.7942286340599,564.5),(729,560),(727.79422863406,555.5),(724.5,552.2057713659401),(720,551),(715.5,552.20577136594),(712.2057713659401,555.5)) -7157 ((710,570),(711.3397459621556,575),(715,578.6602540378444),(720,580),(725,578.6602540378444),(728.6602540378444,575),(730,570),(728.6602540378444,565),(725,561.3397459621556),(720,560),(715,561.3397459621556),(711.3397459621556,565)) -7158 ((719,580),(719.1339745962156,580.5),(719.5,580.8660254037844),(720,581),(720.5,580.8660254037844),(720.8660254037844,580.5),(721,580),(720.8660254037844,579.5),(720.5,579.1339745962156),(720,579),(719.5,579.1339745962156),(719.1339745962156,579.5)) -7159 ((718,590),(718.2679491924312,591),(719,591.7320508075688),(720,592),(721,591.7320508075688),(721.7320508075688,591),(722,590),(721.7320508075688,589),(721,588.2679491924312),(720,588),(719,588.2679491924312),(718.2679491924312,589)) -7160 ((717,600),(717.4019237886466,601.5),(718.5,602.5980762113534),(720,603),(721.5,602.5980762113534),(722.5980762113533,601.5),(723,600),(722.5980762113534,598.5),(721.5,597.4019237886467),(720,597),(718.5,597.4019237886466),(717.4019237886467,598.5)) -7161 ((716,610),(716.5358983848622,612),(718,613.4641016151378),(720,614),(722,613.4641016151378),(723.4641016151378,612),(724,610),(723.4641016151378,608),(722,606.5358983848622),(720,606),(718,606.5358983848622),(716.5358983848622,608)) -7162 ((715,620),(715.6698729810778,622.5),(717.5,624.3301270189222),(720,625),(722.5,624.3301270189222),(724.3301270189222,622.5),(725,620),(724.3301270189222,617.5),(722.5,615.6698729810778),(720,615),(717.5,615.6698729810778),(715.6698729810778,617.5)) -7163 ((714,630),(714.8038475772934,633),(717,635.1961524227066),(720,636),(723,635.1961524227066),(725.1961524227066,633),(726,630),(725.1961524227066,627),(723,624.8038475772934),(720,624),(717,624.8038475772934),(714.8038475772934,627)) -7164 ((713,640),(713.937822173509,643.5),(716.5,646.062177826491),(720,647),(723.5,646.062177826491),(726.062177826491,643.5),(727,640),(726.062177826491,636.5),(723.5,633.937822173509),(720,633),(716.5,633.937822173509),(713.937822173509,636.5)) -7165 ((712,650),(713.0717967697245,654),(716,656.9282032302755),(720,658),(724,656.9282032302755),(726.9282032302755,654),(728,650),(726.9282032302755,646),(724,643.0717967697245),(720,642),(716,643.0717967697245),(713.0717967697245,646)) -7166 ((711,660),(712.2057713659401,664.5),(715.5,667.7942286340599),(720,669),(724.5,667.7942286340599),(727.7942286340599,664.5),(729,660),(727.79422863406,655.5),(724.5,652.2057713659401),(720,651),(715.5,652.20577136594),(712.2057713659401,655.5)) -7167 ((710,670),(711.3397459621556,675),(715,678.6602540378444),(720,680),(725,678.6602540378444),(728.6602540378444,675),(730,670),(728.6602540378444,665),(725,661.3397459621556),(720,660),(715,661.3397459621556),(711.3397459621556,665)) -7168 ((719,680),(719.1339745962156,680.5),(719.5,680.8660254037844),(720,681),(720.5,680.8660254037844),(720.8660254037844,680.5),(721,680),(720.8660254037844,679.5),(720.5,679.1339745962156),(720,679),(719.5,679.1339745962156),(719.1339745962156,679.5)) -7169 ((718,690),(718.2679491924312,691),(719,691.7320508075688),(720,692),(721,691.7320508075688),(721.7320508075688,691),(722,690),(721.7320508075688,689),(721,688.2679491924312),(720,688),(719,688.2679491924312),(718.2679491924312,689)) -7170 ((717,700),(717.4019237886466,701.5),(718.5,702.5980762113534),(720,703),(721.5,702.5980762113534),(722.5980762113533,701.5),(723,700),(722.5980762113534,698.5),(721.5,697.4019237886467),(720,697),(718.5,697.4019237886466),(717.4019237886467,698.5)) -7171 ((716,710),(716.5358983848622,712),(718,713.4641016151378),(720,714),(722,713.4641016151378),(723.4641016151378,712),(724,710),(723.4641016151378,708),(722,706.5358983848622),(720,706),(718,706.5358983848622),(716.5358983848622,708)) -7172 ((715,720),(715.6698729810778,722.5),(717.5,724.3301270189222),(720,725),(722.5,724.3301270189222),(724.3301270189222,722.5),(725,720),(724.3301270189222,717.5),(722.5,715.6698729810778),(720,715),(717.5,715.6698729810778),(715.6698729810778,717.5)) -7173 ((714,730),(714.8038475772934,733),(717,735.1961524227066),(720,736),(723,735.1961524227066),(725.1961524227066,733),(726,730),(725.1961524227066,727),(723,724.8038475772934),(720,724),(717,724.8038475772934),(714.8038475772934,727)) -7174 ((713,740),(713.937822173509,743.5),(716.5,746.062177826491),(720,747),(723.5,746.062177826491),(726.062177826491,743.5),(727,740),(726.062177826491,736.5),(723.5,733.937822173509),(720,733),(716.5,733.937822173509),(713.937822173509,736.5)) -7175 ((712,750),(713.0717967697245,754),(716,756.9282032302755),(720,758),(724,756.9282032302755),(726.9282032302755,754),(728,750),(726.9282032302755,746),(724,743.0717967697245),(720,742),(716,743.0717967697245),(713.0717967697245,746)) -7176 ((711,760),(712.2057713659401,764.5),(715.5,767.7942286340599),(720,769),(724.5,767.7942286340599),(727.7942286340599,764.5),(729,760),(727.79422863406,755.5),(724.5,752.2057713659401),(720,751),(715.5,752.20577136594),(712.2057713659401,755.5)) -7177 ((710,770),(711.3397459621556,775),(715,778.6602540378444),(720,780),(725,778.6602540378444),(728.6602540378444,775),(730,770),(728.6602540378444,765),(725,761.3397459621556),(720,760),(715,761.3397459621556),(711.3397459621556,765)) -7178 ((719,780),(719.1339745962156,780.5),(719.5,780.8660254037844),(720,781),(720.5,780.8660254037844),(720.8660254037844,780.5),(721,780),(720.8660254037844,779.5),(720.5,779.1339745962156),(720,779),(719.5,779.1339745962156),(719.1339745962156,779.5)) -7179 ((718,790),(718.2679491924312,791),(719,791.7320508075688),(720,792),(721,791.7320508075688),(721.7320508075688,791),(722,790),(721.7320508075688,789),(721,788.2679491924312),(720,788),(719,788.2679491924312),(718.2679491924312,789)) -7180 ((717,800),(717.4019237886466,801.5),(718.5,802.5980762113534),(720,803),(721.5,802.5980762113534),(722.5980762113533,801.5),(723,800),(722.5980762113534,798.5),(721.5,797.4019237886467),(720,797),(718.5,797.4019237886466),(717.4019237886467,798.5)) -7181 ((716,810),(716.5358983848622,812),(718,813.4641016151378),(720,814),(722,813.4641016151378),(723.4641016151378,812),(724,810),(723.4641016151378,808),(722,806.5358983848622),(720,806),(718,806.5358983848622),(716.5358983848622,808)) -7182 ((715,820),(715.6698729810778,822.5),(717.5,824.3301270189222),(720,825),(722.5,824.3301270189222),(724.3301270189222,822.5),(725,820),(724.3301270189222,817.5),(722.5,815.6698729810778),(720,815),(717.5,815.6698729810778),(715.6698729810778,817.5)) -7183 ((714,830),(714.8038475772934,833),(717,835.1961524227066),(720,836),(723,835.1961524227066),(725.1961524227066,833),(726,830),(725.1961524227066,827),(723,824.8038475772934),(720,824),(717,824.8038475772934),(714.8038475772934,827)) -7184 ((713,840),(713.937822173509,843.5),(716.5,846.062177826491),(720,847),(723.5,846.062177826491),(726.062177826491,843.5),(727,840),(726.062177826491,836.5),(723.5,833.937822173509),(720,833),(716.5,833.937822173509),(713.937822173509,836.5)) -7185 ((712,850),(713.0717967697245,854),(716,856.9282032302755),(720,858),(724,856.9282032302755),(726.9282032302755,854),(728,850),(726.9282032302755,846),(724,843.0717967697245),(720,842),(716,843.0717967697245),(713.0717967697245,846)) -7186 ((711,860),(712.2057713659401,864.5),(715.5,867.7942286340599),(720,869),(724.5,867.7942286340599),(727.7942286340599,864.5),(729,860),(727.79422863406,855.5),(724.5,852.2057713659401),(720,851),(715.5,852.20577136594),(712.2057713659401,855.5)) -7187 ((710,870),(711.3397459621556,875),(715,878.6602540378444),(720,880),(725,878.6602540378444),(728.6602540378444,875),(730,870),(728.6602540378444,865),(725,861.3397459621556),(720,860),(715,861.3397459621556),(711.3397459621556,865)) -7188 ((719,880),(719.1339745962156,880.5),(719.5,880.8660254037844),(720,881),(720.5,880.8660254037844),(720.8660254037844,880.5),(721,880),(720.8660254037844,879.5),(720.5,879.1339745962156),(720,879),(719.5,879.1339745962156),(719.1339745962156,879.5)) -7189 ((718,890),(718.2679491924312,891),(719,891.7320508075688),(720,892),(721,891.7320508075688),(721.7320508075688,891),(722,890),(721.7320508075688,889),(721,888.2679491924312),(720,888),(719,888.2679491924312),(718.2679491924312,889)) -7190 ((717,900),(717.4019237886466,901.5),(718.5,902.5980762113534),(720,903),(721.5,902.5980762113534),(722.5980762113533,901.5),(723,900),(722.5980762113534,898.5),(721.5,897.4019237886467),(720,897),(718.5,897.4019237886466),(717.4019237886467,898.5)) -7191 ((716,910),(716.5358983848622,912),(718,913.4641016151378),(720,914),(722,913.4641016151378),(723.4641016151378,912),(724,910),(723.4641016151378,908),(722,906.5358983848622),(720,906),(718,906.5358983848622),(716.5358983848622,908)) -7192 ((715,920),(715.6698729810778,922.5),(717.5,924.3301270189222),(720,925),(722.5,924.3301270189222),(724.3301270189222,922.5),(725,920),(724.3301270189222,917.5),(722.5,915.6698729810778),(720,915),(717.5,915.6698729810778),(715.6698729810778,917.5)) -7193 ((714,930),(714.8038475772934,933),(717,935.1961524227066),(720,936),(723,935.1961524227066),(725.1961524227066,933),(726,930),(725.1961524227066,927),(723,924.8038475772934),(720,924),(717,924.8038475772934),(714.8038475772934,927)) -7194 ((713,940),(713.937822173509,943.5),(716.5,946.062177826491),(720,947),(723.5,946.062177826491),(726.062177826491,943.5),(727,940),(726.062177826491,936.5),(723.5,933.937822173509),(720,933),(716.5,933.937822173509),(713.937822173509,936.5)) -7195 ((712,950),(713.0717967697245,954),(716,956.9282032302755),(720,958),(724,956.9282032302755),(726.9282032302755,954),(728,950),(726.9282032302755,946),(724,943.0717967697245),(720,942),(716,943.0717967697245),(713.0717967697245,946)) -7196 ((711,960),(712.2057713659401,964.5),(715.5,967.7942286340599),(720,969),(724.5,967.7942286340599),(727.7942286340599,964.5),(729,960),(727.79422863406,955.5),(724.5,952.2057713659401),(720,951),(715.5,952.20577136594),(712.2057713659401,955.5)) -7197 ((710,970),(711.3397459621556,975),(715,978.6602540378444),(720,980),(725,978.6602540378444),(728.6602540378444,975),(730,970),(728.6602540378444,965),(725,961.3397459621556),(720,960),(715,961.3397459621556),(711.3397459621556,965)) -7198 ((719,980),(719.1339745962156,980.5),(719.5,980.8660254037844),(720,981),(720.5,980.8660254037844),(720.8660254037844,980.5),(721,980),(720.8660254037844,979.5),(720.5,979.1339745962156),(720,979),(719.5,979.1339745962156),(719.1339745962156,979.5)) -7199 ((718,990),(718.2679491924312,991),(719,991.7320508075688),(720,992),(721,991.7320508075688),(721.7320508075688,991),(722,990),(721.7320508075688,989),(721,988.2679491924312),(720,988),(719,988.2679491924312),(718.2679491924312,989)) -7200 ((717,1000),(717.4019237886466,1001.5),(718.5,1002.5980762113534),(720,1003),(721.5,1002.5980762113534),(722.5980762113533,1001.5),(723,1000),(722.5980762113534,998.5),(721.5,997.4019237886467),(720,997),(718.5,997.4019237886466),(717.4019237886467,998.5)) -7201 ((725,10),(725.6698729810778,12.5),(727.5,14.330127018922193),(730,15),(732.5,14.330127018922195),(734.3301270189222,12.500000000000002),(735,10),(734.3301270189222,7.500000000000002),(732.5,5.669872981077807),(730,5),(727.5,5.669872981077805),(725.6698729810778,7.499999999999998)) -7202 ((724,20),(724.8038475772934,23),(727,25.196152422706632),(730,26),(733,25.196152422706632),(735.1961524227066,23),(736,20),(735.1961524227066,17),(733,14.803847577293368),(730,14),(727,14.803847577293366),(724.8038475772934,16.999999999999996)) -7203 ((723,30),(723.937822173509,33.5),(726.5,36.06217782649107),(730,37),(733.5,36.06217782649107),(736.062177826491,33.5),(737,30),(736.062177826491,26.5),(733.5,23.93782217350893),(730,23),(726.5,23.937822173508927),(723.937822173509,26.499999999999996)) -7204 ((722,40),(723.0717967697245,44),(726,46.92820323027551),(730,48),(734,46.92820323027551),(736.9282032302755,44),(738,40),(736.9282032302755,36),(734,33.07179676972449),(730,32),(726,33.071796769724486),(723.0717967697245,36)) -7205 ((721,50),(722.2057713659401,54.5),(725.5,57.79422863405995),(730,59),(734.5,57.79422863405995),(737.7942286340599,54.5),(739,50),(737.79422863406,45.5),(734.5,42.20577136594005),(730,41),(725.5,42.20577136594005),(722.2057713659401,45.5)) -7206 ((720,60),(721.3397459621556,65),(725,68.66025403784438),(730,70),(735,68.66025403784438),(738.6602540378444,65),(740,60),(738.6602540378444,55),(735,51.33974596215562),(730,50),(725,51.33974596215561),(721.3397459621556,54.99999999999999)) -7207 ((729,70),(729.1339745962156,70.5),(729.5,70.86602540378443),(730,71),(730.5,70.86602540378443),(730.8660254037844,70.5),(731,70),(730.8660254037844,69.5),(730.5,69.13397459621557),(730,69),(729.5,69.13397459621557),(729.1339745962156,69.5)) -7208 ((728,80),(728.2679491924312,81),(729,81.73205080756888),(730,82),(731,81.73205080756888),(731.7320508075688,81),(732,80),(731.7320508075688,79),(731,78.26794919243112),(730,78),(729,78.26794919243112),(728.2679491924312,79)) -7209 ((727,90),(727.4019237886466,91.5),(728.5,92.59807621135332),(730,93),(731.5,92.59807621135332),(732.5980762113533,91.5),(733,90),(732.5980762113534,88.5),(731.5,87.40192378864668),(730,87),(728.5,87.40192378864668),(727.4019237886467,88.5)) -7210 ((726,100),(726.5358983848622,102),(728,103.46410161513775),(730,104),(732,103.46410161513775),(733.4641016151378,102),(734,100),(733.4641016151378,98),(732,96.53589838486225),(730,96),(728,96.53589838486225),(726.5358983848622,98)) -7211 ((725,110),(725.6698729810778,112.5),(727.5,114.3301270189222),(730,115),(732.5,114.3301270189222),(734.3301270189222,112.5),(735,110),(734.3301270189222,107.5),(732.5,105.6698729810778),(730,105),(727.5,105.6698729810778),(725.6698729810778,107.5)) -7212 ((724,120),(724.8038475772934,123),(727,125.19615242270663),(730,126),(733,125.19615242270663),(735.1961524227066,123),(736,120),(735.1961524227066,117),(733,114.80384757729337),(730,114),(727,114.80384757729337),(724.8038475772934,117)) -7213 ((723,130),(723.937822173509,133.5),(726.5,136.06217782649108),(730,137),(733.5,136.06217782649108),(736.062177826491,133.5),(737,130),(736.062177826491,126.5),(733.5,123.93782217350893),(730,123),(726.5,123.93782217350892),(723.937822173509,126.5)) -7214 ((722,140),(723.0717967697245,144),(726,146.9282032302755),(730,148),(734,146.9282032302755),(736.9282032302755,144),(738,140),(736.9282032302755,136),(734,133.0717967697245),(730,132),(726,133.0717967697245),(723.0717967697245,136)) -7215 ((721,150),(722.2057713659401,154.5),(725.5,157.79422863405995),(730,159),(734.5,157.79422863405995),(737.7942286340599,154.5),(739,150),(737.79422863406,145.5),(734.5,142.20577136594005),(730,141),(725.5,142.20577136594005),(722.2057713659401,145.5)) -7216 ((720,160),(721.3397459621556,165),(725,168.6602540378444),(730,170),(735,168.6602540378444),(738.6602540378444,165),(740,160),(738.6602540378444,155),(735,151.3397459621556),(730,150),(725,151.3397459621556),(721.3397459621556,155)) -7217 ((729,170),(729.1339745962156,170.5),(729.5,170.86602540378445),(730,171),(730.5,170.86602540378445),(730.8660254037844,170.5),(731,170),(730.8660254037844,169.5),(730.5,169.13397459621555),(730,169),(729.5,169.13397459621555),(729.1339745962156,169.5)) -7218 ((728,180),(728.2679491924312,181),(729,181.73205080756887),(730,182),(731,181.73205080756887),(731.7320508075688,181),(732,180),(731.7320508075688,179),(731,178.26794919243113),(730,178),(729,178.26794919243113),(728.2679491924312,179)) -7219 ((727,190),(727.4019237886466,191.5),(728.5,192.59807621135332),(730,193),(731.5,192.59807621135332),(732.5980762113533,191.5),(733,190),(732.5980762113534,188.5),(731.5,187.40192378864668),(730,187),(728.5,187.40192378864668),(727.4019237886467,188.5)) -7220 ((726,200),(726.5358983848622,202),(728,203.46410161513776),(730,204),(732,203.46410161513776),(733.4641016151378,202),(734,200),(733.4641016151378,198),(732,196.53589838486224),(730,196),(728,196.53589838486224),(726.5358983848622,198)) -7221 ((725,210),(725.6698729810778,212.5),(727.5,214.33012701892218),(730,215),(732.5,214.33012701892218),(734.3301270189222,212.5),(735,210),(734.3301270189222,207.5),(732.5,205.66987298107782),(730,205),(727.5,205.66987298107782),(725.6698729810778,207.5)) -7222 ((724,220),(724.8038475772934,223),(727,225.19615242270663),(730,226),(733,225.19615242270663),(735.1961524227066,223),(736,220),(735.1961524227066,217),(733,214.80384757729337),(730,214),(727,214.80384757729337),(724.8038475772934,217)) -7223 ((723,230),(723.937822173509,233.5),(726.5,236.06217782649108),(730,237),(733.5,236.06217782649108),(736.062177826491,233.5),(737,230),(736.062177826491,226.5),(733.5,223.93782217350892),(730,223),(726.5,223.93782217350892),(723.937822173509,226.5)) -7224 ((722,240),(723.0717967697245,244),(726,246.9282032302755),(730,248),(734,246.9282032302755),(736.9282032302755,244),(738,240),(736.9282032302755,236),(734,233.0717967697245),(730,232),(726,233.0717967697245),(723.0717967697245,236)) -7225 ((721,250),(722.2057713659401,254.5),(725.5,257.79422863405995),(730,259),(734.5,257.79422863405995),(737.7942286340599,254.5),(739,250),(737.79422863406,245.5),(734.5,242.20577136594005),(730,241),(725.5,242.20577136594005),(722.2057713659401,245.5)) -7226 ((720,260),(721.3397459621556,265),(725,268.66025403784437),(730,270),(735,268.66025403784437),(738.6602540378444,265),(740,260),(738.6602540378444,255),(735,251.3397459621556),(730,250),(725,251.3397459621556),(721.3397459621556,255)) -7227 ((729,270),(729.1339745962156,270.5),(729.5,270.8660254037844),(730,271),(730.5,270.8660254037844),(730.8660254037844,270.5),(731,270),(730.8660254037844,269.5),(730.5,269.1339745962156),(730,269),(729.5,269.1339745962156),(729.1339745962156,269.5)) -7228 ((728,280),(728.2679491924312,281),(729,281.7320508075689),(730,282),(731,281.7320508075689),(731.7320508075688,281),(732,280),(731.7320508075688,279),(731,278.2679491924311),(730,278),(729,278.2679491924311),(728.2679491924312,279)) -7229 ((727,290),(727.4019237886466,291.5),(728.5,292.5980762113533),(730,293),(731.5,292.5980762113533),(732.5980762113533,291.5),(733,290),(732.5980762113534,288.5),(731.5,287.4019237886467),(730,287),(728.5,287.4019237886467),(727.4019237886467,288.5)) -7230 ((726,300),(726.5358983848622,302),(728,303.46410161513774),(730,304),(732,303.46410161513774),(733.4641016151378,302),(734,300),(733.4641016151378,298),(732,296.53589838486226),(730,296),(728,296.53589838486226),(726.5358983848622,298)) -7231 ((725,310),(725.6698729810778,312.5),(727.5,314.3301270189222),(730,315),(732.5,314.3301270189222),(734.3301270189222,312.5),(735,310),(734.3301270189222,307.5),(732.5,305.6698729810778),(730,305),(727.5,305.6698729810778),(725.6698729810778,307.5)) -7232 ((724,320),(724.8038475772934,323),(727,325.19615242270663),(730,326),(733,325.19615242270663),(735.1961524227066,323),(736,320),(735.1961524227066,317),(733,314.80384757729337),(730,314),(727,314.80384757729337),(724.8038475772934,317)) -7233 ((723,330),(723.937822173509,333.5),(726.5,336.06217782649105),(730,337),(733.5,336.06217782649105),(736.062177826491,333.5),(737,330),(736.062177826491,326.5),(733.5,323.93782217350895),(730,323),(726.5,323.93782217350895),(723.937822173509,326.5)) -7234 ((722,340),(723.0717967697245,344),(726,346.9282032302755),(730,348),(734,346.9282032302755),(736.9282032302755,344),(738,340),(736.9282032302755,336),(734,333.0717967697245),(730,332),(726,333.0717967697245),(723.0717967697245,336)) -7235 ((721,350),(722.2057713659401,354.5),(725.5,357.79422863405995),(730,359),(734.5,357.79422863405995),(737.7942286340599,354.5),(739,350),(737.79422863406,345.5),(734.5,342.20577136594005),(730,341),(725.5,342.20577136594005),(722.2057713659401,345.5)) -7236 ((720,360),(721.3397459621556,365),(725,368.66025403784437),(730,370),(735,368.66025403784437),(738.6602540378444,365),(740,360),(738.6602540378444,355),(735,351.33974596215563),(730,350),(725,351.33974596215563),(721.3397459621556,355)) -7237 ((729,370),(729.1339745962156,370.5),(729.5,370.8660254037844),(730,371),(730.5,370.8660254037844),(730.8660254037844,370.5),(731,370),(730.8660254037844,369.5),(730.5,369.1339745962156),(730,369),(729.5,369.1339745962156),(729.1339745962156,369.5)) -7238 ((728,380),(728.2679491924312,381),(729,381.7320508075689),(730,382),(731,381.7320508075689),(731.7320508075688,381),(732,380),(731.7320508075688,379),(731,378.2679491924311),(730,378),(729,378.2679491924311),(728.2679491924312,379)) -7239 ((727,390),(727.4019237886466,391.5),(728.5,392.5980762113533),(730,393),(731.5,392.5980762113533),(732.5980762113533,391.5),(733,390),(732.5980762113534,388.5),(731.5,387.4019237886467),(730,387),(728.5,387.4019237886467),(727.4019237886467,388.5)) -7240 ((726,400),(726.5358983848622,402),(728,403.46410161513774),(730,404),(732,403.46410161513774),(733.4641016151378,402),(734,400),(733.4641016151378,398),(732,396.53589838486226),(730,396),(728,396.53589838486226),(726.5358983848622,398)) -7241 ((725,410),(725.6698729810778,412.5),(727.5,414.3301270189222),(730,415),(732.5,414.3301270189222),(734.3301270189222,412.5),(735,410),(734.3301270189222,407.5),(732.5,405.6698729810778),(730,405),(727.5,405.6698729810778),(725.6698729810778,407.5)) -7242 ((724,420),(724.8038475772934,423),(727,425.19615242270663),(730,426),(733,425.19615242270663),(735.1961524227066,423),(736,420),(735.1961524227066,417),(733,414.80384757729337),(730,414),(727,414.80384757729337),(724.8038475772934,417)) -7243 ((723,430),(723.937822173509,433.5),(726.5,436.06217782649105),(730,437),(733.5,436.06217782649105),(736.062177826491,433.5),(737,430),(736.062177826491,426.5),(733.5,423.93782217350895),(730,423),(726.5,423.93782217350895),(723.937822173509,426.5)) -7244 ((722,440),(723.0717967697245,444),(726,446.9282032302755),(730,448),(734,446.9282032302755),(736.9282032302755,444),(738,440),(736.9282032302755,436),(734,433.0717967697245),(730,432),(726,433.0717967697245),(723.0717967697245,436)) -7245 ((721,450),(722.2057713659401,454.5),(725.5,457.79422863405995),(730,459),(734.5,457.79422863405995),(737.7942286340599,454.5),(739,450),(737.79422863406,445.5),(734.5,442.20577136594005),(730,441),(725.5,442.20577136594005),(722.2057713659401,445.5)) -7246 ((720,460),(721.3397459621556,465),(725,468.66025403784437),(730,470),(735,468.66025403784437),(738.6602540378444,465),(740,460),(738.6602540378444,455),(735,451.33974596215563),(730,450),(725,451.33974596215563),(721.3397459621556,455)) -7247 ((729,470),(729.1339745962156,470.5),(729.5,470.8660254037844),(730,471),(730.5,470.8660254037844),(730.8660254037844,470.5),(731,470),(730.8660254037844,469.5),(730.5,469.1339745962156),(730,469),(729.5,469.1339745962156),(729.1339745962156,469.5)) -7248 ((728,480),(728.2679491924312,481),(729,481.7320508075689),(730,482),(731,481.7320508075689),(731.7320508075688,481),(732,480),(731.7320508075688,479),(731,478.2679491924311),(730,478),(729,478.2679491924311),(728.2679491924312,479)) -7249 ((727,490),(727.4019237886466,491.5),(728.5,492.5980762113533),(730,493),(731.5,492.5980762113533),(732.5980762113533,491.5),(733,490),(732.5980762113534,488.5),(731.5,487.4019237886467),(730,487),(728.5,487.4019237886467),(727.4019237886467,488.5)) -7250 ((726,500),(726.5358983848622,502),(728,503.46410161513774),(730,504),(732,503.46410161513774),(733.4641016151378,502),(734,500),(733.4641016151378,498),(732,496.53589838486226),(730,496),(728,496.53589838486226),(726.5358983848622,498)) -7251 ((725,510),(725.6698729810778,512.5),(727.5,514.3301270189222),(730,515),(732.5,514.3301270189222),(734.3301270189222,512.5),(735,510),(734.3301270189222,507.5),(732.5,505.6698729810778),(730,505),(727.5,505.6698729810778),(725.6698729810778,507.5)) -7252 ((724,520),(724.8038475772934,523),(727,525.1961524227066),(730,526),(733,525.1961524227066),(735.1961524227066,523),(736,520),(735.1961524227066,517),(733,514.8038475772934),(730,514),(727,514.8038475772934),(724.8038475772934,517)) -7253 ((723,530),(723.937822173509,533.5),(726.5,536.062177826491),(730,537),(733.5,536.062177826491),(736.062177826491,533.5),(737,530),(736.062177826491,526.5),(733.5,523.937822173509),(730,523),(726.5,523.937822173509),(723.937822173509,526.5)) -7254 ((722,540),(723.0717967697245,544),(726,546.9282032302755),(730,548),(734,546.9282032302755),(736.9282032302755,544),(738,540),(736.9282032302755,536),(734,533.0717967697245),(730,532),(726,533.0717967697245),(723.0717967697245,536)) -7255 ((721,550),(722.2057713659401,554.5),(725.5,557.7942286340599),(730,559),(734.5,557.7942286340599),(737.7942286340599,554.5),(739,550),(737.79422863406,545.5),(734.5,542.2057713659401),(730,541),(725.5,542.20577136594),(722.2057713659401,545.5)) -7256 ((720,560),(721.3397459621556,565),(725,568.6602540378444),(730,570),(735,568.6602540378444),(738.6602540378444,565),(740,560),(738.6602540378444,555),(735,551.3397459621556),(730,550),(725,551.3397459621556),(721.3397459621556,555)) -7257 ((729,570),(729.1339745962156,570.5),(729.5,570.8660254037844),(730,571),(730.5,570.8660254037844),(730.8660254037844,570.5),(731,570),(730.8660254037844,569.5),(730.5,569.1339745962156),(730,569),(729.5,569.1339745962156),(729.1339745962156,569.5)) -7258 ((728,580),(728.2679491924312,581),(729,581.7320508075688),(730,582),(731,581.7320508075688),(731.7320508075688,581),(732,580),(731.7320508075688,579),(731,578.2679491924312),(730,578),(729,578.2679491924312),(728.2679491924312,579)) -7259 ((727,590),(727.4019237886466,591.5),(728.5,592.5980762113534),(730,593),(731.5,592.5980762113534),(732.5980762113533,591.5),(733,590),(732.5980762113534,588.5),(731.5,587.4019237886467),(730,587),(728.5,587.4019237886466),(727.4019237886467,588.5)) -7260 ((726,600),(726.5358983848622,602),(728,603.4641016151378),(730,604),(732,603.4641016151378),(733.4641016151378,602),(734,600),(733.4641016151378,598),(732,596.5358983848622),(730,596),(728,596.5358983848622),(726.5358983848622,598)) -7261 ((725,610),(725.6698729810778,612.5),(727.5,614.3301270189222),(730,615),(732.5,614.3301270189222),(734.3301270189222,612.5),(735,610),(734.3301270189222,607.5),(732.5,605.6698729810778),(730,605),(727.5,605.6698729810778),(725.6698729810778,607.5)) -7262 ((724,620),(724.8038475772934,623),(727,625.1961524227066),(730,626),(733,625.1961524227066),(735.1961524227066,623),(736,620),(735.1961524227066,617),(733,614.8038475772934),(730,614),(727,614.8038475772934),(724.8038475772934,617)) -7263 ((723,630),(723.937822173509,633.5),(726.5,636.062177826491),(730,637),(733.5,636.062177826491),(736.062177826491,633.5),(737,630),(736.062177826491,626.5),(733.5,623.937822173509),(730,623),(726.5,623.937822173509),(723.937822173509,626.5)) -7264 ((722,640),(723.0717967697245,644),(726,646.9282032302755),(730,648),(734,646.9282032302755),(736.9282032302755,644),(738,640),(736.9282032302755,636),(734,633.0717967697245),(730,632),(726,633.0717967697245),(723.0717967697245,636)) -7265 ((721,650),(722.2057713659401,654.5),(725.5,657.7942286340599),(730,659),(734.5,657.7942286340599),(737.7942286340599,654.5),(739,650),(737.79422863406,645.5),(734.5,642.2057713659401),(730,641),(725.5,642.20577136594),(722.2057713659401,645.5)) -7266 ((720,660),(721.3397459621556,665),(725,668.6602540378444),(730,670),(735,668.6602540378444),(738.6602540378444,665),(740,660),(738.6602540378444,655),(735,651.3397459621556),(730,650),(725,651.3397459621556),(721.3397459621556,655)) -7267 ((729,670),(729.1339745962156,670.5),(729.5,670.8660254037844),(730,671),(730.5,670.8660254037844),(730.8660254037844,670.5),(731,670),(730.8660254037844,669.5),(730.5,669.1339745962156),(730,669),(729.5,669.1339745962156),(729.1339745962156,669.5)) -7268 ((728,680),(728.2679491924312,681),(729,681.7320508075688),(730,682),(731,681.7320508075688),(731.7320508075688,681),(732,680),(731.7320508075688,679),(731,678.2679491924312),(730,678),(729,678.2679491924312),(728.2679491924312,679)) -7269 ((727,690),(727.4019237886466,691.5),(728.5,692.5980762113534),(730,693),(731.5,692.5980762113534),(732.5980762113533,691.5),(733,690),(732.5980762113534,688.5),(731.5,687.4019237886467),(730,687),(728.5,687.4019237886466),(727.4019237886467,688.5)) -7270 ((726,700),(726.5358983848622,702),(728,703.4641016151378),(730,704),(732,703.4641016151378),(733.4641016151378,702),(734,700),(733.4641016151378,698),(732,696.5358983848622),(730,696),(728,696.5358983848622),(726.5358983848622,698)) -7271 ((725,710),(725.6698729810778,712.5),(727.5,714.3301270189222),(730,715),(732.5,714.3301270189222),(734.3301270189222,712.5),(735,710),(734.3301270189222,707.5),(732.5,705.6698729810778),(730,705),(727.5,705.6698729810778),(725.6698729810778,707.5)) -7272 ((724,720),(724.8038475772934,723),(727,725.1961524227066),(730,726),(733,725.1961524227066),(735.1961524227066,723),(736,720),(735.1961524227066,717),(733,714.8038475772934),(730,714),(727,714.8038475772934),(724.8038475772934,717)) -7273 ((723,730),(723.937822173509,733.5),(726.5,736.062177826491),(730,737),(733.5,736.062177826491),(736.062177826491,733.5),(737,730),(736.062177826491,726.5),(733.5,723.937822173509),(730,723),(726.5,723.937822173509),(723.937822173509,726.5)) -7274 ((722,740),(723.0717967697245,744),(726,746.9282032302755),(730,748),(734,746.9282032302755),(736.9282032302755,744),(738,740),(736.9282032302755,736),(734,733.0717967697245),(730,732),(726,733.0717967697245),(723.0717967697245,736)) -7275 ((721,750),(722.2057713659401,754.5),(725.5,757.7942286340599),(730,759),(734.5,757.7942286340599),(737.7942286340599,754.5),(739,750),(737.79422863406,745.5),(734.5,742.2057713659401),(730,741),(725.5,742.20577136594),(722.2057713659401,745.5)) -7276 ((720,760),(721.3397459621556,765),(725,768.6602540378444),(730,770),(735,768.6602540378444),(738.6602540378444,765),(740,760),(738.6602540378444,755),(735,751.3397459621556),(730,750),(725,751.3397459621556),(721.3397459621556,755)) -7277 ((729,770),(729.1339745962156,770.5),(729.5,770.8660254037844),(730,771),(730.5,770.8660254037844),(730.8660254037844,770.5),(731,770),(730.8660254037844,769.5),(730.5,769.1339745962156),(730,769),(729.5,769.1339745962156),(729.1339745962156,769.5)) -7278 ((728,780),(728.2679491924312,781),(729,781.7320508075688),(730,782),(731,781.7320508075688),(731.7320508075688,781),(732,780),(731.7320508075688,779),(731,778.2679491924312),(730,778),(729,778.2679491924312),(728.2679491924312,779)) -7279 ((727,790),(727.4019237886466,791.5),(728.5,792.5980762113534),(730,793),(731.5,792.5980762113534),(732.5980762113533,791.5),(733,790),(732.5980762113534,788.5),(731.5,787.4019237886467),(730,787),(728.5,787.4019237886466),(727.4019237886467,788.5)) -7280 ((726,800),(726.5358983848622,802),(728,803.4641016151378),(730,804),(732,803.4641016151378),(733.4641016151378,802),(734,800),(733.4641016151378,798),(732,796.5358983848622),(730,796),(728,796.5358983848622),(726.5358983848622,798)) -7281 ((725,810),(725.6698729810778,812.5),(727.5,814.3301270189222),(730,815),(732.5,814.3301270189222),(734.3301270189222,812.5),(735,810),(734.3301270189222,807.5),(732.5,805.6698729810778),(730,805),(727.5,805.6698729810778),(725.6698729810778,807.5)) -7282 ((724,820),(724.8038475772934,823),(727,825.1961524227066),(730,826),(733,825.1961524227066),(735.1961524227066,823),(736,820),(735.1961524227066,817),(733,814.8038475772934),(730,814),(727,814.8038475772934),(724.8038475772934,817)) -7283 ((723,830),(723.937822173509,833.5),(726.5,836.062177826491),(730,837),(733.5,836.062177826491),(736.062177826491,833.5),(737,830),(736.062177826491,826.5),(733.5,823.937822173509),(730,823),(726.5,823.937822173509),(723.937822173509,826.5)) -7284 ((722,840),(723.0717967697245,844),(726,846.9282032302755),(730,848),(734,846.9282032302755),(736.9282032302755,844),(738,840),(736.9282032302755,836),(734,833.0717967697245),(730,832),(726,833.0717967697245),(723.0717967697245,836)) -7285 ((721,850),(722.2057713659401,854.5),(725.5,857.7942286340599),(730,859),(734.5,857.7942286340599),(737.7942286340599,854.5),(739,850),(737.79422863406,845.5),(734.5,842.2057713659401),(730,841),(725.5,842.20577136594),(722.2057713659401,845.5)) -7286 ((720,860),(721.3397459621556,865),(725,868.6602540378444),(730,870),(735,868.6602540378444),(738.6602540378444,865),(740,860),(738.6602540378444,855),(735,851.3397459621556),(730,850),(725,851.3397459621556),(721.3397459621556,855)) -7287 ((729,870),(729.1339745962156,870.5),(729.5,870.8660254037844),(730,871),(730.5,870.8660254037844),(730.8660254037844,870.5),(731,870),(730.8660254037844,869.5),(730.5,869.1339745962156),(730,869),(729.5,869.1339745962156),(729.1339745962156,869.5)) -7288 ((728,880),(728.2679491924312,881),(729,881.7320508075688),(730,882),(731,881.7320508075688),(731.7320508075688,881),(732,880),(731.7320508075688,879),(731,878.2679491924312),(730,878),(729,878.2679491924312),(728.2679491924312,879)) -7289 ((727,890),(727.4019237886466,891.5),(728.5,892.5980762113534),(730,893),(731.5,892.5980762113534),(732.5980762113533,891.5),(733,890),(732.5980762113534,888.5),(731.5,887.4019237886467),(730,887),(728.5,887.4019237886466),(727.4019237886467,888.5)) -7290 ((726,900),(726.5358983848622,902),(728,903.4641016151378),(730,904),(732,903.4641016151378),(733.4641016151378,902),(734,900),(733.4641016151378,898),(732,896.5358983848622),(730,896),(728,896.5358983848622),(726.5358983848622,898)) -7291 ((725,910),(725.6698729810778,912.5),(727.5,914.3301270189222),(730,915),(732.5,914.3301270189222),(734.3301270189222,912.5),(735,910),(734.3301270189222,907.5),(732.5,905.6698729810778),(730,905),(727.5,905.6698729810778),(725.6698729810778,907.5)) -7292 ((724,920),(724.8038475772934,923),(727,925.1961524227066),(730,926),(733,925.1961524227066),(735.1961524227066,923),(736,920),(735.1961524227066,917),(733,914.8038475772934),(730,914),(727,914.8038475772934),(724.8038475772934,917)) -7293 ((723,930),(723.937822173509,933.5),(726.5,936.062177826491),(730,937),(733.5,936.062177826491),(736.062177826491,933.5),(737,930),(736.062177826491,926.5),(733.5,923.937822173509),(730,923),(726.5,923.937822173509),(723.937822173509,926.5)) -7294 ((722,940),(723.0717967697245,944),(726,946.9282032302755),(730,948),(734,946.9282032302755),(736.9282032302755,944),(738,940),(736.9282032302755,936),(734,933.0717967697245),(730,932),(726,933.0717967697245),(723.0717967697245,936)) -7295 ((721,950),(722.2057713659401,954.5),(725.5,957.7942286340599),(730,959),(734.5,957.7942286340599),(737.7942286340599,954.5),(739,950),(737.79422863406,945.5),(734.5,942.2057713659401),(730,941),(725.5,942.20577136594),(722.2057713659401,945.5)) -7296 ((720,960),(721.3397459621556,965),(725,968.6602540378444),(730,970),(735,968.6602540378444),(738.6602540378444,965),(740,960),(738.6602540378444,955),(735,951.3397459621556),(730,950),(725,951.3397459621556),(721.3397459621556,955)) -7297 ((729,970),(729.1339745962156,970.5),(729.5,970.8660254037844),(730,971),(730.5,970.8660254037844),(730.8660254037844,970.5),(731,970),(730.8660254037844,969.5),(730.5,969.1339745962156),(730,969),(729.5,969.1339745962156),(729.1339745962156,969.5)) -7298 ((728,980),(728.2679491924312,981),(729,981.7320508075688),(730,982),(731,981.7320508075688),(731.7320508075688,981),(732,980),(731.7320508075688,979),(731,978.2679491924312),(730,978),(729,978.2679491924312),(728.2679491924312,979)) -7299 ((727,990),(727.4019237886466,991.5),(728.5,992.5980762113534),(730,993),(731.5,992.5980762113534),(732.5980762113533,991.5),(733,990),(732.5980762113534,988.5),(731.5,987.4019237886467),(730,987),(728.5,987.4019237886466),(727.4019237886467,988.5)) -7300 ((726,1000),(726.5358983848622,1002),(728,1003.4641016151378),(730,1004),(732,1003.4641016151378),(733.4641016151378,1002),(734,1000),(733.4641016151378,998),(732,996.5358983848622),(730,996),(728,996.5358983848622),(726.5358983848622,998)) -7301 ((734,10),(734.8038475772934,13),(737,15.196152422706632),(740,16),(743,15.196152422706632),(745.1961524227066,13.000000000000002),(746,10),(745.1961524227066,7.000000000000002),(743,4.803847577293369),(740,4),(737,4.803847577293366),(734.8038475772934,6.999999999999997)) -7302 ((733,20),(733.937822173509,23.5),(736.5,26.06217782649107),(740,27),(743.5,26.062177826491073),(746.062177826491,23.500000000000004),(747,20),(746.062177826491,16.5),(743.5,13.93782217350893),(740,13),(736.5,13.937822173508927),(733.937822173509,16.499999999999996)) -7303 ((732,30),(733.0717967697245,34),(736,36.92820323027551),(740,38),(744,36.92820323027551),(746.9282032302755,34),(748,30),(746.9282032302755,26.000000000000004),(744,23.071796769724493),(740,22),(736,23.071796769724486),(733.0717967697245,25.999999999999996)) -7304 ((731,40),(732.2057713659401,44.5),(735.5,47.79422863405995),(740,49),(744.5,47.79422863405995),(747.7942286340599,44.5),(749,40),(747.79422863406,35.5),(744.5,32.20577136594005),(740,31),(735.5,32.20577136594005),(732.2057713659401,35.5)) -7305 ((730,50),(731.3397459621556,55),(735,58.66025403784438),(740,60),(745,58.66025403784439),(748.6602540378444,55),(750,50),(748.6602540378444,45),(745,41.33974596215562),(740,40),(735,41.33974596215561),(731.3397459621556,44.99999999999999)) -7306 ((739,60),(739.1339745962156,60.5),(739.5,60.86602540378444),(740,61),(740.5,60.86602540378444),(740.8660254037844,60.5),(741,60),(740.8660254037844,59.5),(740.5,59.13397459621556),(740,59),(739.5,59.13397459621556),(739.1339745962156,59.5)) -7307 ((738,70),(738.2679491924312,71),(739,71.73205080756888),(740,72),(741,71.73205080756888),(741.7320508075688,71),(742,70),(741.7320508075688,69),(741,68.26794919243112),(740,68),(739,68.26794919243112),(738.2679491924312,69)) -7308 ((737,80),(737.4019237886466,81.5),(738.5,82.59807621135332),(740,83),(741.5,82.59807621135332),(742.5980762113533,81.5),(743,80),(742.5980762113534,78.5),(741.5,77.40192378864668),(740,77),(738.5,77.40192378864668),(737.4019237886467,78.5)) -7309 ((736,90),(736.5358983848622,92),(738,93.46410161513775),(740,94),(742,93.46410161513775),(743.4641016151378,92),(744,90),(743.4641016151378,88),(742,86.53589838486225),(740,86),(738,86.53589838486225),(736.5358983848622,88)) -7310 ((735,100),(735.6698729810778,102.5),(737.5,104.3301270189222),(740,105),(742.5,104.3301270189222),(744.3301270189222,102.5),(745,100),(744.3301270189222,97.5),(742.5,95.6698729810778),(740,95),(737.5,95.6698729810778),(735.6698729810778,97.5)) -7311 ((734,110),(734.8038475772934,113),(737,115.19615242270663),(740,116),(743,115.19615242270663),(745.1961524227066,113),(746,110),(745.1961524227066,107),(743,104.80384757729337),(740,104),(737,104.80384757729337),(734.8038475772934,107)) -7312 ((733,120),(733.937822173509,123.5),(736.5,126.06217782649107),(740,127),(743.5,126.06217782649107),(746.062177826491,123.5),(747,120),(746.062177826491,116.5),(743.5,113.93782217350893),(740,113),(736.5,113.93782217350892),(733.937822173509,116.5)) -7313 ((732,130),(733.0717967697245,134),(736,136.9282032302755),(740,138),(744,136.9282032302755),(746.9282032302755,134),(748,130),(746.9282032302755,126),(744,123.07179676972449),(740,122),(736,123.07179676972449),(733.0717967697245,126)) -7314 ((731,140),(732.2057713659401,144.5),(735.5,147.79422863405995),(740,149),(744.5,147.79422863405995),(747.7942286340599,144.5),(749,140),(747.79422863406,135.5),(744.5,132.20577136594005),(740,131),(735.5,132.20577136594005),(732.2057713659401,135.5)) -7315 ((730,150),(731.3397459621556,155),(735,158.6602540378444),(740,160),(745,158.6602540378444),(748.6602540378444,155),(750,150),(748.6602540378444,145),(745,141.3397459621556),(740,140),(735,141.3397459621556),(731.3397459621556,145)) -7316 ((739,160),(739.1339745962156,160.5),(739.5,160.86602540378445),(740,161),(740.5,160.86602540378445),(740.8660254037844,160.5),(741,160),(740.8660254037844,159.5),(740.5,159.13397459621555),(740,159),(739.5,159.13397459621555),(739.1339745962156,159.5)) -7317 ((738,170),(738.2679491924312,171),(739,171.73205080756887),(740,172),(741,171.73205080756887),(741.7320508075688,171),(742,170),(741.7320508075688,169),(741,168.26794919243113),(740,168),(739,168.26794919243113),(738.2679491924312,169)) -7318 ((737,180),(737.4019237886466,181.5),(738.5,182.59807621135332),(740,183),(741.5,182.59807621135332),(742.5980762113533,181.5),(743,180),(742.5980762113534,178.5),(741.5,177.40192378864668),(740,177),(738.5,177.40192378864668),(737.4019237886467,178.5)) -7319 ((736,190),(736.5358983848622,192),(738,193.46410161513776),(740,194),(742,193.46410161513776),(743.4641016151378,192),(744,190),(743.4641016151378,188),(742,186.53589838486224),(740,186),(738,186.53589838486224),(736.5358983848622,188)) -7320 ((735,200),(735.6698729810778,202.5),(737.5,204.33012701892218),(740,205),(742.5,204.33012701892218),(744.3301270189222,202.5),(745,200),(744.3301270189222,197.5),(742.5,195.66987298107782),(740,195),(737.5,195.66987298107782),(735.6698729810778,197.5)) -7321 ((734,210),(734.8038475772934,213),(737,215.19615242270663),(740,216),(743,215.19615242270663),(745.1961524227066,213),(746,210),(745.1961524227066,207),(743,204.80384757729337),(740,204),(737,204.80384757729337),(734.8038475772934,207)) -7322 ((733,220),(733.937822173509,223.5),(736.5,226.06217782649108),(740,227),(743.5,226.06217782649108),(746.062177826491,223.5),(747,220),(746.062177826491,216.5),(743.5,213.93782217350892),(740,213),(736.5,213.93782217350892),(733.937822173509,216.5)) -7323 ((732,230),(733.0717967697245,234),(736,236.9282032302755),(740,238),(744,236.9282032302755),(746.9282032302755,234),(748,230),(746.9282032302755,226),(744,223.0717967697245),(740,222),(736,223.0717967697245),(733.0717967697245,226)) -7324 ((731,240),(732.2057713659401,244.5),(735.5,247.79422863405995),(740,249),(744.5,247.79422863405995),(747.7942286340599,244.5),(749,240),(747.79422863406,235.5),(744.5,232.20577136594005),(740,231),(735.5,232.20577136594005),(732.2057713659401,235.5)) -7325 ((730,250),(731.3397459621556,255),(735,258.66025403784437),(740,260),(745,258.66025403784437),(748.6602540378444,255),(750,250),(748.6602540378444,245),(745,241.3397459621556),(740,240),(735,241.3397459621556),(731.3397459621556,245)) -7326 ((739,260),(739.1339745962156,260.5),(739.5,260.8660254037844),(740,261),(740.5,260.8660254037844),(740.8660254037844,260.5),(741,260),(740.8660254037844,259.5),(740.5,259.1339745962156),(740,259),(739.5,259.1339745962156),(739.1339745962156,259.5)) -7327 ((738,270),(738.2679491924312,271),(739,271.7320508075689),(740,272),(741,271.7320508075689),(741.7320508075688,271),(742,270),(741.7320508075688,269),(741,268.2679491924311),(740,268),(739,268.2679491924311),(738.2679491924312,269)) -7328 ((737,280),(737.4019237886466,281.5),(738.5,282.5980762113533),(740,283),(741.5,282.5980762113533),(742.5980762113533,281.5),(743,280),(742.5980762113534,278.5),(741.5,277.4019237886467),(740,277),(738.5,277.4019237886467),(737.4019237886467,278.5)) -7329 ((736,290),(736.5358983848622,292),(738,293.46410161513774),(740,294),(742,293.46410161513774),(743.4641016151378,292),(744,290),(743.4641016151378,288),(742,286.53589838486226),(740,286),(738,286.53589838486226),(736.5358983848622,288)) -7330 ((735,300),(735.6698729810778,302.5),(737.5,304.3301270189222),(740,305),(742.5,304.3301270189222),(744.3301270189222,302.5),(745,300),(744.3301270189222,297.5),(742.5,295.6698729810778),(740,295),(737.5,295.6698729810778),(735.6698729810778,297.5)) -7331 ((734,310),(734.8038475772934,313),(737,315.19615242270663),(740,316),(743,315.19615242270663),(745.1961524227066,313),(746,310),(745.1961524227066,307),(743,304.80384757729337),(740,304),(737,304.80384757729337),(734.8038475772934,307)) -7332 ((733,320),(733.937822173509,323.5),(736.5,326.06217782649105),(740,327),(743.5,326.06217782649105),(746.062177826491,323.5),(747,320),(746.062177826491,316.5),(743.5,313.93782217350895),(740,313),(736.5,313.93782217350895),(733.937822173509,316.5)) -7333 ((732,330),(733.0717967697245,334),(736,336.9282032302755),(740,338),(744,336.9282032302755),(746.9282032302755,334),(748,330),(746.9282032302755,326),(744,323.0717967697245),(740,322),(736,323.0717967697245),(733.0717967697245,326)) -7334 ((731,340),(732.2057713659401,344.5),(735.5,347.79422863405995),(740,349),(744.5,347.79422863405995),(747.7942286340599,344.5),(749,340),(747.79422863406,335.5),(744.5,332.20577136594005),(740,331),(735.5,332.20577136594005),(732.2057713659401,335.5)) -7335 ((730,350),(731.3397459621556,355),(735,358.66025403784437),(740,360),(745,358.66025403784437),(748.6602540378444,355),(750,350),(748.6602540378444,345),(745,341.33974596215563),(740,340),(735,341.33974596215563),(731.3397459621556,345)) -7336 ((739,360),(739.1339745962156,360.5),(739.5,360.8660254037844),(740,361),(740.5,360.8660254037844),(740.8660254037844,360.5),(741,360),(740.8660254037844,359.5),(740.5,359.1339745962156),(740,359),(739.5,359.1339745962156),(739.1339745962156,359.5)) -7337 ((738,370),(738.2679491924312,371),(739,371.7320508075689),(740,372),(741,371.7320508075689),(741.7320508075688,371),(742,370),(741.7320508075688,369),(741,368.2679491924311),(740,368),(739,368.2679491924311),(738.2679491924312,369)) -7338 ((737,380),(737.4019237886466,381.5),(738.5,382.5980762113533),(740,383),(741.5,382.5980762113533),(742.5980762113533,381.5),(743,380),(742.5980762113534,378.5),(741.5,377.4019237886467),(740,377),(738.5,377.4019237886467),(737.4019237886467,378.5)) -7339 ((736,390),(736.5358983848622,392),(738,393.46410161513774),(740,394),(742,393.46410161513774),(743.4641016151378,392),(744,390),(743.4641016151378,388),(742,386.53589838486226),(740,386),(738,386.53589838486226),(736.5358983848622,388)) -7340 ((735,400),(735.6698729810778,402.5),(737.5,404.3301270189222),(740,405),(742.5,404.3301270189222),(744.3301270189222,402.5),(745,400),(744.3301270189222,397.5),(742.5,395.6698729810778),(740,395),(737.5,395.6698729810778),(735.6698729810778,397.5)) -7341 ((734,410),(734.8038475772934,413),(737,415.19615242270663),(740,416),(743,415.19615242270663),(745.1961524227066,413),(746,410),(745.1961524227066,407),(743,404.80384757729337),(740,404),(737,404.80384757729337),(734.8038475772934,407)) -7342 ((733,420),(733.937822173509,423.5),(736.5,426.06217782649105),(740,427),(743.5,426.06217782649105),(746.062177826491,423.5),(747,420),(746.062177826491,416.5),(743.5,413.93782217350895),(740,413),(736.5,413.93782217350895),(733.937822173509,416.5)) -7343 ((732,430),(733.0717967697245,434),(736,436.9282032302755),(740,438),(744,436.9282032302755),(746.9282032302755,434),(748,430),(746.9282032302755,426),(744,423.0717967697245),(740,422),(736,423.0717967697245),(733.0717967697245,426)) -7344 ((731,440),(732.2057713659401,444.5),(735.5,447.79422863405995),(740,449),(744.5,447.79422863405995),(747.7942286340599,444.5),(749,440),(747.79422863406,435.5),(744.5,432.20577136594005),(740,431),(735.5,432.20577136594005),(732.2057713659401,435.5)) -7345 ((730,450),(731.3397459621556,455),(735,458.66025403784437),(740,460),(745,458.66025403784437),(748.6602540378444,455),(750,450),(748.6602540378444,445),(745,441.33974596215563),(740,440),(735,441.33974596215563),(731.3397459621556,445)) -7346 ((739,460),(739.1339745962156,460.5),(739.5,460.8660254037844),(740,461),(740.5,460.8660254037844),(740.8660254037844,460.5),(741,460),(740.8660254037844,459.5),(740.5,459.1339745962156),(740,459),(739.5,459.1339745962156),(739.1339745962156,459.5)) -7347 ((738,470),(738.2679491924312,471),(739,471.7320508075689),(740,472),(741,471.7320508075689),(741.7320508075688,471),(742,470),(741.7320508075688,469),(741,468.2679491924311),(740,468),(739,468.2679491924311),(738.2679491924312,469)) -7348 ((737,480),(737.4019237886466,481.5),(738.5,482.5980762113533),(740,483),(741.5,482.5980762113533),(742.5980762113533,481.5),(743,480),(742.5980762113534,478.5),(741.5,477.4019237886467),(740,477),(738.5,477.4019237886467),(737.4019237886467,478.5)) -7349 ((736,490),(736.5358983848622,492),(738,493.46410161513774),(740,494),(742,493.46410161513774),(743.4641016151378,492),(744,490),(743.4641016151378,488),(742,486.53589838486226),(740,486),(738,486.53589838486226),(736.5358983848622,488)) -7350 ((735,500),(735.6698729810778,502.5),(737.5,504.3301270189222),(740,505),(742.5,504.3301270189222),(744.3301270189222,502.5),(745,500),(744.3301270189222,497.5),(742.5,495.6698729810778),(740,495),(737.5,495.6698729810778),(735.6698729810778,497.5)) -7351 ((734,510),(734.8038475772934,513),(737,515.1961524227066),(740,516),(743,515.1961524227066),(745.1961524227066,513),(746,510),(745.1961524227066,507),(743,504.80384757729337),(740,504),(737,504.80384757729337),(734.8038475772934,507)) -7352 ((733,520),(733.937822173509,523.5),(736.5,526.062177826491),(740,527),(743.5,526.062177826491),(746.062177826491,523.5),(747,520),(746.062177826491,516.5),(743.5,513.937822173509),(740,513),(736.5,513.937822173509),(733.937822173509,516.5)) -7353 ((732,530),(733.0717967697245,534),(736,536.9282032302755),(740,538),(744,536.9282032302755),(746.9282032302755,534),(748,530),(746.9282032302755,526),(744,523.0717967697245),(740,522),(736,523.0717967697245),(733.0717967697245,526)) -7354 ((731,540),(732.2057713659401,544.5),(735.5,547.7942286340599),(740,549),(744.5,547.7942286340599),(747.7942286340599,544.5),(749,540),(747.79422863406,535.5),(744.5,532.2057713659401),(740,531),(735.5,532.20577136594),(732.2057713659401,535.5)) -7355 ((730,550),(731.3397459621556,555),(735,558.6602540378444),(740,560),(745,558.6602540378444),(748.6602540378444,555),(750,550),(748.6602540378444,545),(745,541.3397459621556),(740,540),(735,541.3397459621556),(731.3397459621556,545)) -7356 ((739,560),(739.1339745962156,560.5),(739.5,560.8660254037844),(740,561),(740.5,560.8660254037844),(740.8660254037844,560.5),(741,560),(740.8660254037844,559.5),(740.5,559.1339745962156),(740,559),(739.5,559.1339745962156),(739.1339745962156,559.5)) -7357 ((738,570),(738.2679491924312,571),(739,571.7320508075688),(740,572),(741,571.7320508075688),(741.7320508075688,571),(742,570),(741.7320508075688,569),(741,568.2679491924312),(740,568),(739,568.2679491924312),(738.2679491924312,569)) -7358 ((737,580),(737.4019237886466,581.5),(738.5,582.5980762113534),(740,583),(741.5,582.5980762113534),(742.5980762113533,581.5),(743,580),(742.5980762113534,578.5),(741.5,577.4019237886467),(740,577),(738.5,577.4019237886466),(737.4019237886467,578.5)) -7359 ((736,590),(736.5358983848622,592),(738,593.4641016151378),(740,594),(742,593.4641016151378),(743.4641016151378,592),(744,590),(743.4641016151378,588),(742,586.5358983848622),(740,586),(738,586.5358983848622),(736.5358983848622,588)) -7360 ((735,600),(735.6698729810778,602.5),(737.5,604.3301270189222),(740,605),(742.5,604.3301270189222),(744.3301270189222,602.5),(745,600),(744.3301270189222,597.5),(742.5,595.6698729810778),(740,595),(737.5,595.6698729810778),(735.6698729810778,597.5)) -7361 ((734,610),(734.8038475772934,613),(737,615.1961524227066),(740,616),(743,615.1961524227066),(745.1961524227066,613),(746,610),(745.1961524227066,607),(743,604.8038475772934),(740,604),(737,604.8038475772934),(734.8038475772934,607)) -7362 ((733,620),(733.937822173509,623.5),(736.5,626.062177826491),(740,627),(743.5,626.062177826491),(746.062177826491,623.5),(747,620),(746.062177826491,616.5),(743.5,613.937822173509),(740,613),(736.5,613.937822173509),(733.937822173509,616.5)) -7363 ((732,630),(733.0717967697245,634),(736,636.9282032302755),(740,638),(744,636.9282032302755),(746.9282032302755,634),(748,630),(746.9282032302755,626),(744,623.0717967697245),(740,622),(736,623.0717967697245),(733.0717967697245,626)) -7364 ((731,640),(732.2057713659401,644.5),(735.5,647.7942286340599),(740,649),(744.5,647.7942286340599),(747.7942286340599,644.5),(749,640),(747.79422863406,635.5),(744.5,632.2057713659401),(740,631),(735.5,632.20577136594),(732.2057713659401,635.5)) -7365 ((730,650),(731.3397459621556,655),(735,658.6602540378444),(740,660),(745,658.6602540378444),(748.6602540378444,655),(750,650),(748.6602540378444,645),(745,641.3397459621556),(740,640),(735,641.3397459621556),(731.3397459621556,645)) -7366 ((739,660),(739.1339745962156,660.5),(739.5,660.8660254037844),(740,661),(740.5,660.8660254037844),(740.8660254037844,660.5),(741,660),(740.8660254037844,659.5),(740.5,659.1339745962156),(740,659),(739.5,659.1339745962156),(739.1339745962156,659.5)) -7367 ((738,670),(738.2679491924312,671),(739,671.7320508075688),(740,672),(741,671.7320508075688),(741.7320508075688,671),(742,670),(741.7320508075688,669),(741,668.2679491924312),(740,668),(739,668.2679491924312),(738.2679491924312,669)) -7368 ((737,680),(737.4019237886466,681.5),(738.5,682.5980762113534),(740,683),(741.5,682.5980762113534),(742.5980762113533,681.5),(743,680),(742.5980762113534,678.5),(741.5,677.4019237886467),(740,677),(738.5,677.4019237886466),(737.4019237886467,678.5)) -7369 ((736,690),(736.5358983848622,692),(738,693.4641016151378),(740,694),(742,693.4641016151378),(743.4641016151378,692),(744,690),(743.4641016151378,688),(742,686.5358983848622),(740,686),(738,686.5358983848622),(736.5358983848622,688)) -7370 ((735,700),(735.6698729810778,702.5),(737.5,704.3301270189222),(740,705),(742.5,704.3301270189222),(744.3301270189222,702.5),(745,700),(744.3301270189222,697.5),(742.5,695.6698729810778),(740,695),(737.5,695.6698729810778),(735.6698729810778,697.5)) -7371 ((734,710),(734.8038475772934,713),(737,715.1961524227066),(740,716),(743,715.1961524227066),(745.1961524227066,713),(746,710),(745.1961524227066,707),(743,704.8038475772934),(740,704),(737,704.8038475772934),(734.8038475772934,707)) -7372 ((733,720),(733.937822173509,723.5),(736.5,726.062177826491),(740,727),(743.5,726.062177826491),(746.062177826491,723.5),(747,720),(746.062177826491,716.5),(743.5,713.937822173509),(740,713),(736.5,713.937822173509),(733.937822173509,716.5)) -7373 ((732,730),(733.0717967697245,734),(736,736.9282032302755),(740,738),(744,736.9282032302755),(746.9282032302755,734),(748,730),(746.9282032302755,726),(744,723.0717967697245),(740,722),(736,723.0717967697245),(733.0717967697245,726)) -7374 ((731,740),(732.2057713659401,744.5),(735.5,747.7942286340599),(740,749),(744.5,747.7942286340599),(747.7942286340599,744.5),(749,740),(747.79422863406,735.5),(744.5,732.2057713659401),(740,731),(735.5,732.20577136594),(732.2057713659401,735.5)) -7375 ((730,750),(731.3397459621556,755),(735,758.6602540378444),(740,760),(745,758.6602540378444),(748.6602540378444,755),(750,750),(748.6602540378444,745),(745,741.3397459621556),(740,740),(735,741.3397459621556),(731.3397459621556,745)) -7376 ((739,760),(739.1339745962156,760.5),(739.5,760.8660254037844),(740,761),(740.5,760.8660254037844),(740.8660254037844,760.5),(741,760),(740.8660254037844,759.5),(740.5,759.1339745962156),(740,759),(739.5,759.1339745962156),(739.1339745962156,759.5)) -7377 ((738,770),(738.2679491924312,771),(739,771.7320508075688),(740,772),(741,771.7320508075688),(741.7320508075688,771),(742,770),(741.7320508075688,769),(741,768.2679491924312),(740,768),(739,768.2679491924312),(738.2679491924312,769)) -7378 ((737,780),(737.4019237886466,781.5),(738.5,782.5980762113534),(740,783),(741.5,782.5980762113534),(742.5980762113533,781.5),(743,780),(742.5980762113534,778.5),(741.5,777.4019237886467),(740,777),(738.5,777.4019237886466),(737.4019237886467,778.5)) -7379 ((736,790),(736.5358983848622,792),(738,793.4641016151378),(740,794),(742,793.4641016151378),(743.4641016151378,792),(744,790),(743.4641016151378,788),(742,786.5358983848622),(740,786),(738,786.5358983848622),(736.5358983848622,788)) -7380 ((735,800),(735.6698729810778,802.5),(737.5,804.3301270189222),(740,805),(742.5,804.3301270189222),(744.3301270189222,802.5),(745,800),(744.3301270189222,797.5),(742.5,795.6698729810778),(740,795),(737.5,795.6698729810778),(735.6698729810778,797.5)) -7381 ((734,810),(734.8038475772934,813),(737,815.1961524227066),(740,816),(743,815.1961524227066),(745.1961524227066,813),(746,810),(745.1961524227066,807),(743,804.8038475772934),(740,804),(737,804.8038475772934),(734.8038475772934,807)) -7382 ((733,820),(733.937822173509,823.5),(736.5,826.062177826491),(740,827),(743.5,826.062177826491),(746.062177826491,823.5),(747,820),(746.062177826491,816.5),(743.5,813.937822173509),(740,813),(736.5,813.937822173509),(733.937822173509,816.5)) -7383 ((732,830),(733.0717967697245,834),(736,836.9282032302755),(740,838),(744,836.9282032302755),(746.9282032302755,834),(748,830),(746.9282032302755,826),(744,823.0717967697245),(740,822),(736,823.0717967697245),(733.0717967697245,826)) -7384 ((731,840),(732.2057713659401,844.5),(735.5,847.7942286340599),(740,849),(744.5,847.7942286340599),(747.7942286340599,844.5),(749,840),(747.79422863406,835.5),(744.5,832.2057713659401),(740,831),(735.5,832.20577136594),(732.2057713659401,835.5)) -7385 ((730,850),(731.3397459621556,855),(735,858.6602540378444),(740,860),(745,858.6602540378444),(748.6602540378444,855),(750,850),(748.6602540378444,845),(745,841.3397459621556),(740,840),(735,841.3397459621556),(731.3397459621556,845)) -7386 ((739,860),(739.1339745962156,860.5),(739.5,860.8660254037844),(740,861),(740.5,860.8660254037844),(740.8660254037844,860.5),(741,860),(740.8660254037844,859.5),(740.5,859.1339745962156),(740,859),(739.5,859.1339745962156),(739.1339745962156,859.5)) -7387 ((738,870),(738.2679491924312,871),(739,871.7320508075688),(740,872),(741,871.7320508075688),(741.7320508075688,871),(742,870),(741.7320508075688,869),(741,868.2679491924312),(740,868),(739,868.2679491924312),(738.2679491924312,869)) -7388 ((737,880),(737.4019237886466,881.5),(738.5,882.5980762113534),(740,883),(741.5,882.5980762113534),(742.5980762113533,881.5),(743,880),(742.5980762113534,878.5),(741.5,877.4019237886467),(740,877),(738.5,877.4019237886466),(737.4019237886467,878.5)) -7389 ((736,890),(736.5358983848622,892),(738,893.4641016151378),(740,894),(742,893.4641016151378),(743.4641016151378,892),(744,890),(743.4641016151378,888),(742,886.5358983848622),(740,886),(738,886.5358983848622),(736.5358983848622,888)) -7390 ((735,900),(735.6698729810778,902.5),(737.5,904.3301270189222),(740,905),(742.5,904.3301270189222),(744.3301270189222,902.5),(745,900),(744.3301270189222,897.5),(742.5,895.6698729810778),(740,895),(737.5,895.6698729810778),(735.6698729810778,897.5)) -7391 ((734,910),(734.8038475772934,913),(737,915.1961524227066),(740,916),(743,915.1961524227066),(745.1961524227066,913),(746,910),(745.1961524227066,907),(743,904.8038475772934),(740,904),(737,904.8038475772934),(734.8038475772934,907)) -7392 ((733,920),(733.937822173509,923.5),(736.5,926.062177826491),(740,927),(743.5,926.062177826491),(746.062177826491,923.5),(747,920),(746.062177826491,916.5),(743.5,913.937822173509),(740,913),(736.5,913.937822173509),(733.937822173509,916.5)) -7393 ((732,930),(733.0717967697245,934),(736,936.9282032302755),(740,938),(744,936.9282032302755),(746.9282032302755,934),(748,930),(746.9282032302755,926),(744,923.0717967697245),(740,922),(736,923.0717967697245),(733.0717967697245,926)) -7394 ((731,940),(732.2057713659401,944.5),(735.5,947.7942286340599),(740,949),(744.5,947.7942286340599),(747.7942286340599,944.5),(749,940),(747.79422863406,935.5),(744.5,932.2057713659401),(740,931),(735.5,932.20577136594),(732.2057713659401,935.5)) -7395 ((730,950),(731.3397459621556,955),(735,958.6602540378444),(740,960),(745,958.6602540378444),(748.6602540378444,955),(750,950),(748.6602540378444,945),(745,941.3397459621556),(740,940),(735,941.3397459621556),(731.3397459621556,945)) -7396 ((739,960),(739.1339745962156,960.5),(739.5,960.8660254037844),(740,961),(740.5,960.8660254037844),(740.8660254037844,960.5),(741,960),(740.8660254037844,959.5),(740.5,959.1339745962156),(740,959),(739.5,959.1339745962156),(739.1339745962156,959.5)) -7397 ((738,970),(738.2679491924312,971),(739,971.7320508075688),(740,972),(741,971.7320508075688),(741.7320508075688,971),(742,970),(741.7320508075688,969),(741,968.2679491924312),(740,968),(739,968.2679491924312),(738.2679491924312,969)) -7398 ((737,980),(737.4019237886466,981.5),(738.5,982.5980762113534),(740,983),(741.5,982.5980762113534),(742.5980762113533,981.5),(743,980),(742.5980762113534,978.5),(741.5,977.4019237886467),(740,977),(738.5,977.4019237886466),(737.4019237886467,978.5)) -7399 ((736,990),(736.5358983848622,992),(738,993.4641016151378),(740,994),(742,993.4641016151378),(743.4641016151378,992),(744,990),(743.4641016151378,988),(742,986.5358983848622),(740,986),(738,986.5358983848622),(736.5358983848622,988)) -7400 ((735,1000),(735.6698729810778,1002.5),(737.5,1004.3301270189222),(740,1005),(742.5,1004.3301270189222),(744.3301270189222,1002.5),(745,1000),(744.3301270189222,997.5),(742.5,995.6698729810778),(740,995),(737.5,995.6698729810778),(735.6698729810778,997.5)) -7401 ((743,10),(743.937822173509,13.5),(746.5,16.06217782649107),(750,17),(753.5,16.062177826491073),(756.062177826491,13.500000000000002),(757,10),(756.062177826491,6.500000000000002),(753.5,3.9378221735089305),(750,3),(746.5,3.937822173508927),(743.937822173509,6.4999999999999964)) -7402 ((742,20),(743.0717967697245,24),(746,26.928203230275507),(750,28),(754,26.92820323027551),(756.9282032302755,24.000000000000004),(758,20),(756.9282032302755,16.000000000000004),(754,13.071796769724493),(750,12),(746,13.071796769724488),(743.0717967697245,15.999999999999996)) -7403 ((741,30),(742.2057713659401,34.5),(745.5,37.79422863405995),(750,39),(754.5,37.79422863405995),(757.7942286340599,34.5),(759,30),(757.79422863406,25.500000000000004),(754.5,22.205771365940052),(750,21),(745.5,22.20577136594005),(742.2057713659401,25.499999999999996)) -7404 ((740,40),(741.3397459621556,45),(745,48.66025403784438),(750,50),(755,48.66025403784439),(758.6602540378444,45),(760,40),(758.6602540378444,35),(755,31.339745962155614),(750,30),(745,31.33974596215561),(741.3397459621556,34.99999999999999)) -7405 ((749,50),(749.1339745962156,50.5),(749.5,50.86602540378444),(750,51),(750.5,50.86602540378444),(750.8660254037844,50.5),(751,50),(750.8660254037844,49.5),(750.5,49.13397459621556),(750,49),(749.5,49.13397459621556),(749.1339745962156,49.5)) -7406 ((748,60),(748.2679491924312,61),(749,61.732050807568875),(750,62),(751,61.732050807568875),(751.7320508075688,61),(752,60),(751.7320508075688,59),(751,58.267949192431125),(750,58),(749,58.267949192431125),(748.2679491924312,59)) -7407 ((747,70),(747.4019237886466,71.5),(748.5,72.59807621135332),(750,73),(751.5,72.59807621135332),(752.5980762113533,71.5),(753,70),(752.5980762113534,68.5),(751.5,67.40192378864668),(750,67),(748.5,67.40192378864668),(747.4019237886467,68.5)) -7408 ((746,80),(746.5358983848622,82),(748,83.46410161513775),(750,84),(752,83.46410161513775),(753.4641016151378,82),(754,80),(753.4641016151378,78),(752,76.53589838486225),(750,76),(748,76.53589838486225),(746.5358983848622,78)) -7409 ((745,90),(745.6698729810778,92.5),(747.5,94.3301270189222),(750,95),(752.5,94.3301270189222),(754.3301270189222,92.5),(755,90),(754.3301270189222,87.5),(752.5,85.6698729810778),(750,85),(747.5,85.6698729810778),(745.6698729810778,87.5)) -7410 ((744,100),(744.8038475772934,103),(747,105.19615242270663),(750,106),(753,105.19615242270663),(755.1961524227066,103),(756,100),(755.1961524227066,97),(753,94.80384757729337),(750,94),(747,94.80384757729337),(744.8038475772934,97)) -7411 ((743,110),(743.937822173509,113.5),(746.5,116.06217782649107),(750,117),(753.5,116.06217782649107),(756.062177826491,113.5),(757,110),(756.062177826491,106.5),(753.5,103.93782217350893),(750,103),(746.5,103.93782217350892),(743.937822173509,106.5)) -7412 ((742,120),(743.0717967697245,124),(746,126.92820323027551),(750,128),(754,126.92820323027551),(756.9282032302755,124),(758,120),(756.9282032302755,116),(754,113.07179676972449),(750,112),(746,113.07179676972449),(743.0717967697245,116)) -7413 ((741,130),(742.2057713659401,134.5),(745.5,137.79422863405995),(750,139),(754.5,137.79422863405995),(757.7942286340599,134.5),(759,130),(757.79422863406,125.5),(754.5,122.20577136594005),(750,121),(745.5,122.20577136594005),(742.2057713659401,125.5)) -7414 ((740,140),(741.3397459621556,145),(745,148.6602540378444),(750,150),(755,148.6602540378444),(758.6602540378444,145),(760,140),(758.6602540378444,135),(755,131.3397459621556),(750,130),(745,131.3397459621556),(741.3397459621556,135)) -7415 ((749,150),(749.1339745962156,150.5),(749.5,150.86602540378445),(750,151),(750.5,150.86602540378445),(750.8660254037844,150.5),(751,150),(750.8660254037844,149.5),(750.5,149.13397459621555),(750,149),(749.5,149.13397459621555),(749.1339745962156,149.5)) -7416 ((748,160),(748.2679491924312,161),(749,161.73205080756887),(750,162),(751,161.73205080756887),(751.7320508075688,161),(752,160),(751.7320508075688,159),(751,158.26794919243113),(750,158),(749,158.26794919243113),(748.2679491924312,159)) -7417 ((747,170),(747.4019237886466,171.5),(748.5,172.59807621135332),(750,173),(751.5,172.59807621135332),(752.5980762113533,171.5),(753,170),(752.5980762113534,168.5),(751.5,167.40192378864668),(750,167),(748.5,167.40192378864668),(747.4019237886467,168.5)) -7418 ((746,180),(746.5358983848622,182),(748,183.46410161513776),(750,184),(752,183.46410161513776),(753.4641016151378,182),(754,180),(753.4641016151378,178),(752,176.53589838486224),(750,176),(748,176.53589838486224),(746.5358983848622,178)) -7419 ((745,190),(745.6698729810778,192.5),(747.5,194.33012701892218),(750,195),(752.5,194.33012701892218),(754.3301270189222,192.5),(755,190),(754.3301270189222,187.5),(752.5,185.66987298107782),(750,185),(747.5,185.66987298107782),(745.6698729810778,187.5)) -7420 ((744,200),(744.8038475772934,203),(747,205.19615242270663),(750,206),(753,205.19615242270663),(755.1961524227066,203),(756,200),(755.1961524227066,197),(753,194.80384757729337),(750,194),(747,194.80384757729337),(744.8038475772934,197)) -7421 ((743,210),(743.937822173509,213.5),(746.5,216.06217782649108),(750,217),(753.5,216.06217782649108),(756.062177826491,213.5),(757,210),(756.062177826491,206.5),(753.5,203.93782217350892),(750,203),(746.5,203.93782217350892),(743.937822173509,206.5)) -7422 ((742,220),(743.0717967697245,224),(746,226.9282032302755),(750,228),(754,226.9282032302755),(756.9282032302755,224),(758,220),(756.9282032302755,216),(754,213.0717967697245),(750,212),(746,213.0717967697245),(743.0717967697245,216)) -7423 ((741,230),(742.2057713659401,234.5),(745.5,237.79422863405995),(750,239),(754.5,237.79422863405995),(757.7942286340599,234.5),(759,230),(757.79422863406,225.5),(754.5,222.20577136594005),(750,221),(745.5,222.20577136594005),(742.2057713659401,225.5)) -7424 ((740,240),(741.3397459621556,245),(745,248.6602540378444),(750,250),(755,248.6602540378444),(758.6602540378444,245),(760,240),(758.6602540378444,235),(755,231.3397459621556),(750,230),(745,231.3397459621556),(741.3397459621556,235)) -7425 ((749,250),(749.1339745962156,250.5),(749.5,250.86602540378445),(750,251),(750.5,250.86602540378445),(750.8660254037844,250.5),(751,250),(750.8660254037844,249.5),(750.5,249.13397459621555),(750,249),(749.5,249.13397459621555),(749.1339745962156,249.5)) -7426 ((748,260),(748.2679491924312,261),(749,261.7320508075689),(750,262),(751,261.7320508075689),(751.7320508075688,261),(752,260),(751.7320508075688,259),(751,258.2679491924311),(750,258),(749,258.2679491924311),(748.2679491924312,259)) -7427 ((747,270),(747.4019237886466,271.5),(748.5,272.5980762113533),(750,273),(751.5,272.5980762113533),(752.5980762113533,271.5),(753,270),(752.5980762113534,268.5),(751.5,267.4019237886467),(750,267),(748.5,267.4019237886467),(747.4019237886467,268.5)) -7428 ((746,280),(746.5358983848622,282),(748,283.46410161513774),(750,284),(752,283.46410161513774),(753.4641016151378,282),(754,280),(753.4641016151378,278),(752,276.53589838486226),(750,276),(748,276.53589838486226),(746.5358983848622,278)) -7429 ((745,290),(745.6698729810778,292.5),(747.5,294.3301270189222),(750,295),(752.5,294.3301270189222),(754.3301270189222,292.5),(755,290),(754.3301270189222,287.5),(752.5,285.6698729810778),(750,285),(747.5,285.6698729810778),(745.6698729810778,287.5)) -7430 ((744,300),(744.8038475772934,303),(747,305.19615242270663),(750,306),(753,305.19615242270663),(755.1961524227066,303),(756,300),(755.1961524227066,297),(753,294.80384757729337),(750,294),(747,294.80384757729337),(744.8038475772934,297)) -7431 ((743,310),(743.937822173509,313.5),(746.5,316.06217782649105),(750,317),(753.5,316.06217782649105),(756.062177826491,313.5),(757,310),(756.062177826491,306.5),(753.5,303.93782217350895),(750,303),(746.5,303.93782217350895),(743.937822173509,306.5)) -7432 ((742,320),(743.0717967697245,324),(746,326.9282032302755),(750,328),(754,326.9282032302755),(756.9282032302755,324),(758,320),(756.9282032302755,316),(754,313.0717967697245),(750,312),(746,313.0717967697245),(743.0717967697245,316)) -7433 ((741,330),(742.2057713659401,334.5),(745.5,337.79422863405995),(750,339),(754.5,337.79422863405995),(757.7942286340599,334.5),(759,330),(757.79422863406,325.5),(754.5,322.20577136594005),(750,321),(745.5,322.20577136594005),(742.2057713659401,325.5)) -7434 ((740,340),(741.3397459621556,345),(745,348.66025403784437),(750,350),(755,348.66025403784437),(758.6602540378444,345),(760,340),(758.6602540378444,335),(755,331.33974596215563),(750,330),(745,331.33974596215563),(741.3397459621556,335)) -7435 ((749,350),(749.1339745962156,350.5),(749.5,350.8660254037844),(750,351),(750.5,350.8660254037844),(750.8660254037844,350.5),(751,350),(750.8660254037844,349.5),(750.5,349.1339745962156),(750,349),(749.5,349.1339745962156),(749.1339745962156,349.5)) -7436 ((748,360),(748.2679491924312,361),(749,361.7320508075689),(750,362),(751,361.7320508075689),(751.7320508075688,361),(752,360),(751.7320508075688,359),(751,358.2679491924311),(750,358),(749,358.2679491924311),(748.2679491924312,359)) -7437 ((747,370),(747.4019237886466,371.5),(748.5,372.5980762113533),(750,373),(751.5,372.5980762113533),(752.5980762113533,371.5),(753,370),(752.5980762113534,368.5),(751.5,367.4019237886467),(750,367),(748.5,367.4019237886467),(747.4019237886467,368.5)) -7438 ((746,380),(746.5358983848622,382),(748,383.46410161513774),(750,384),(752,383.46410161513774),(753.4641016151378,382),(754,380),(753.4641016151378,378),(752,376.53589838486226),(750,376),(748,376.53589838486226),(746.5358983848622,378)) -7439 ((745,390),(745.6698729810778,392.5),(747.5,394.3301270189222),(750,395),(752.5,394.3301270189222),(754.3301270189222,392.5),(755,390),(754.3301270189222,387.5),(752.5,385.6698729810778),(750,385),(747.5,385.6698729810778),(745.6698729810778,387.5)) -7440 ((744,400),(744.8038475772934,403),(747,405.19615242270663),(750,406),(753,405.19615242270663),(755.1961524227066,403),(756,400),(755.1961524227066,397),(753,394.80384757729337),(750,394),(747,394.80384757729337),(744.8038475772934,397)) -7441 ((743,410),(743.937822173509,413.5),(746.5,416.06217782649105),(750,417),(753.5,416.06217782649105),(756.062177826491,413.5),(757,410),(756.062177826491,406.5),(753.5,403.93782217350895),(750,403),(746.5,403.93782217350895),(743.937822173509,406.5)) -7442 ((742,420),(743.0717967697245,424),(746,426.9282032302755),(750,428),(754,426.9282032302755),(756.9282032302755,424),(758,420),(756.9282032302755,416),(754,413.0717967697245),(750,412),(746,413.0717967697245),(743.0717967697245,416)) -7443 ((741,430),(742.2057713659401,434.5),(745.5,437.79422863405995),(750,439),(754.5,437.79422863405995),(757.7942286340599,434.5),(759,430),(757.79422863406,425.5),(754.5,422.20577136594005),(750,421),(745.5,422.20577136594005),(742.2057713659401,425.5)) -7444 ((740,440),(741.3397459621556,445),(745,448.66025403784437),(750,450),(755,448.66025403784437),(758.6602540378444,445),(760,440),(758.6602540378444,435),(755,431.33974596215563),(750,430),(745,431.33974596215563),(741.3397459621556,435)) -7445 ((749,450),(749.1339745962156,450.5),(749.5,450.8660254037844),(750,451),(750.5,450.8660254037844),(750.8660254037844,450.5),(751,450),(750.8660254037844,449.5),(750.5,449.1339745962156),(750,449),(749.5,449.1339745962156),(749.1339745962156,449.5)) -7446 ((748,460),(748.2679491924312,461),(749,461.7320508075689),(750,462),(751,461.7320508075689),(751.7320508075688,461),(752,460),(751.7320508075688,459),(751,458.2679491924311),(750,458),(749,458.2679491924311),(748.2679491924312,459)) -7447 ((747,470),(747.4019237886466,471.5),(748.5,472.5980762113533),(750,473),(751.5,472.5980762113533),(752.5980762113533,471.5),(753,470),(752.5980762113534,468.5),(751.5,467.4019237886467),(750,467),(748.5,467.4019237886467),(747.4019237886467,468.5)) -7448 ((746,480),(746.5358983848622,482),(748,483.46410161513774),(750,484),(752,483.46410161513774),(753.4641016151378,482),(754,480),(753.4641016151378,478),(752,476.53589838486226),(750,476),(748,476.53589838486226),(746.5358983848622,478)) -7449 ((745,490),(745.6698729810778,492.5),(747.5,494.3301270189222),(750,495),(752.5,494.3301270189222),(754.3301270189222,492.5),(755,490),(754.3301270189222,487.5),(752.5,485.6698729810778),(750,485),(747.5,485.6698729810778),(745.6698729810778,487.5)) -7450 ((744,500),(744.8038475772934,503),(747,505.19615242270663),(750,506),(753,505.19615242270663),(755.1961524227066,503),(756,500),(755.1961524227066,497),(753,494.80384757729337),(750,494),(747,494.80384757729337),(744.8038475772934,497)) -7451 ((743,510),(743.937822173509,513.5),(746.5,516.062177826491),(750,517),(753.5,516.062177826491),(756.062177826491,513.5),(757,510),(756.062177826491,506.5),(753.5,503.93782217350895),(750,503),(746.5,503.93782217350895),(743.937822173509,506.5)) -7452 ((742,520),(743.0717967697245,524),(746,526.9282032302755),(750,528),(754,526.9282032302755),(756.9282032302755,524),(758,520),(756.9282032302755,516),(754,513.0717967697245),(750,512),(746,513.0717967697245),(743.0717967697245,516)) -7453 ((741,530),(742.2057713659401,534.5),(745.5,537.7942286340599),(750,539),(754.5,537.7942286340599),(757.7942286340599,534.5),(759,530),(757.79422863406,525.5),(754.5,522.2057713659401),(750,521),(745.5,522.20577136594),(742.2057713659401,525.5)) -7454 ((740,540),(741.3397459621556,545),(745,548.6602540378444),(750,550),(755,548.6602540378444),(758.6602540378444,545),(760,540),(758.6602540378444,535),(755,531.3397459621556),(750,530),(745,531.3397459621556),(741.3397459621556,535)) -7455 ((749,550),(749.1339745962156,550.5),(749.5,550.8660254037844),(750,551),(750.5,550.8660254037844),(750.8660254037844,550.5),(751,550),(750.8660254037844,549.5),(750.5,549.1339745962156),(750,549),(749.5,549.1339745962156),(749.1339745962156,549.5)) -7456 ((748,560),(748.2679491924312,561),(749,561.7320508075688),(750,562),(751,561.7320508075688),(751.7320508075688,561),(752,560),(751.7320508075688,559),(751,558.2679491924312),(750,558),(749,558.2679491924312),(748.2679491924312,559)) -7457 ((747,570),(747.4019237886466,571.5),(748.5,572.5980762113534),(750,573),(751.5,572.5980762113534),(752.5980762113533,571.5),(753,570),(752.5980762113534,568.5),(751.5,567.4019237886467),(750,567),(748.5,567.4019237886466),(747.4019237886467,568.5)) -7458 ((746,580),(746.5358983848622,582),(748,583.4641016151378),(750,584),(752,583.4641016151378),(753.4641016151378,582),(754,580),(753.4641016151378,578),(752,576.5358983848622),(750,576),(748,576.5358983848622),(746.5358983848622,578)) -7459 ((745,590),(745.6698729810778,592.5),(747.5,594.3301270189222),(750,595),(752.5,594.3301270189222),(754.3301270189222,592.5),(755,590),(754.3301270189222,587.5),(752.5,585.6698729810778),(750,585),(747.5,585.6698729810778),(745.6698729810778,587.5)) -7460 ((744,600),(744.8038475772934,603),(747,605.1961524227066),(750,606),(753,605.1961524227066),(755.1961524227066,603),(756,600),(755.1961524227066,597),(753,594.8038475772934),(750,594),(747,594.8038475772934),(744.8038475772934,597)) -7461 ((743,610),(743.937822173509,613.5),(746.5,616.062177826491),(750,617),(753.5,616.062177826491),(756.062177826491,613.5),(757,610),(756.062177826491,606.5),(753.5,603.937822173509),(750,603),(746.5,603.937822173509),(743.937822173509,606.5)) -7462 ((742,620),(743.0717967697245,624),(746,626.9282032302755),(750,628),(754,626.9282032302755),(756.9282032302755,624),(758,620),(756.9282032302755,616),(754,613.0717967697245),(750,612),(746,613.0717967697245),(743.0717967697245,616)) -7463 ((741,630),(742.2057713659401,634.5),(745.5,637.7942286340599),(750,639),(754.5,637.7942286340599),(757.7942286340599,634.5),(759,630),(757.79422863406,625.5),(754.5,622.2057713659401),(750,621),(745.5,622.20577136594),(742.2057713659401,625.5)) -7464 ((740,640),(741.3397459621556,645),(745,648.6602540378444),(750,650),(755,648.6602540378444),(758.6602540378444,645),(760,640),(758.6602540378444,635),(755,631.3397459621556),(750,630),(745,631.3397459621556),(741.3397459621556,635)) -7465 ((749,650),(749.1339745962156,650.5),(749.5,650.8660254037844),(750,651),(750.5,650.8660254037844),(750.8660254037844,650.5),(751,650),(750.8660254037844,649.5),(750.5,649.1339745962156),(750,649),(749.5,649.1339745962156),(749.1339745962156,649.5)) -7466 ((748,660),(748.2679491924312,661),(749,661.7320508075688),(750,662),(751,661.7320508075688),(751.7320508075688,661),(752,660),(751.7320508075688,659),(751,658.2679491924312),(750,658),(749,658.2679491924312),(748.2679491924312,659)) -7467 ((747,670),(747.4019237886466,671.5),(748.5,672.5980762113534),(750,673),(751.5,672.5980762113534),(752.5980762113533,671.5),(753,670),(752.5980762113534,668.5),(751.5,667.4019237886467),(750,667),(748.5,667.4019237886466),(747.4019237886467,668.5)) -7468 ((746,680),(746.5358983848622,682),(748,683.4641016151378),(750,684),(752,683.4641016151378),(753.4641016151378,682),(754,680),(753.4641016151378,678),(752,676.5358983848622),(750,676),(748,676.5358983848622),(746.5358983848622,678)) -7469 ((745,690),(745.6698729810778,692.5),(747.5,694.3301270189222),(750,695),(752.5,694.3301270189222),(754.3301270189222,692.5),(755,690),(754.3301270189222,687.5),(752.5,685.6698729810778),(750,685),(747.5,685.6698729810778),(745.6698729810778,687.5)) -7470 ((744,700),(744.8038475772934,703),(747,705.1961524227066),(750,706),(753,705.1961524227066),(755.1961524227066,703),(756,700),(755.1961524227066,697),(753,694.8038475772934),(750,694),(747,694.8038475772934),(744.8038475772934,697)) -7471 ((743,710),(743.937822173509,713.5),(746.5,716.062177826491),(750,717),(753.5,716.062177826491),(756.062177826491,713.5),(757,710),(756.062177826491,706.5),(753.5,703.937822173509),(750,703),(746.5,703.937822173509),(743.937822173509,706.5)) -7472 ((742,720),(743.0717967697245,724),(746,726.9282032302755),(750,728),(754,726.9282032302755),(756.9282032302755,724),(758,720),(756.9282032302755,716),(754,713.0717967697245),(750,712),(746,713.0717967697245),(743.0717967697245,716)) -7473 ((741,730),(742.2057713659401,734.5),(745.5,737.7942286340599),(750,739),(754.5,737.7942286340599),(757.7942286340599,734.5),(759,730),(757.79422863406,725.5),(754.5,722.2057713659401),(750,721),(745.5,722.20577136594),(742.2057713659401,725.5)) -7474 ((740,740),(741.3397459621556,745),(745,748.6602540378444),(750,750),(755,748.6602540378444),(758.6602540378444,745),(760,740),(758.6602540378444,735),(755,731.3397459621556),(750,730),(745,731.3397459621556),(741.3397459621556,735)) -7475 ((749,750),(749.1339745962156,750.5),(749.5,750.8660254037844),(750,751),(750.5,750.8660254037844),(750.8660254037844,750.5),(751,750),(750.8660254037844,749.5),(750.5,749.1339745962156),(750,749),(749.5,749.1339745962156),(749.1339745962156,749.5)) -7476 ((748,760),(748.2679491924312,761),(749,761.7320508075688),(750,762),(751,761.7320508075688),(751.7320508075688,761),(752,760),(751.7320508075688,759),(751,758.2679491924312),(750,758),(749,758.2679491924312),(748.2679491924312,759)) -7477 ((747,770),(747.4019237886466,771.5),(748.5,772.5980762113534),(750,773),(751.5,772.5980762113534),(752.5980762113533,771.5),(753,770),(752.5980762113534,768.5),(751.5,767.4019237886467),(750,767),(748.5,767.4019237886466),(747.4019237886467,768.5)) -7478 ((746,780),(746.5358983848622,782),(748,783.4641016151378),(750,784),(752,783.4641016151378),(753.4641016151378,782),(754,780),(753.4641016151378,778),(752,776.5358983848622),(750,776),(748,776.5358983848622),(746.5358983848622,778)) -7479 ((745,790),(745.6698729810778,792.5),(747.5,794.3301270189222),(750,795),(752.5,794.3301270189222),(754.3301270189222,792.5),(755,790),(754.3301270189222,787.5),(752.5,785.6698729810778),(750,785),(747.5,785.6698729810778),(745.6698729810778,787.5)) -7480 ((744,800),(744.8038475772934,803),(747,805.1961524227066),(750,806),(753,805.1961524227066),(755.1961524227066,803),(756,800),(755.1961524227066,797),(753,794.8038475772934),(750,794),(747,794.8038475772934),(744.8038475772934,797)) -7481 ((743,810),(743.937822173509,813.5),(746.5,816.062177826491),(750,817),(753.5,816.062177826491),(756.062177826491,813.5),(757,810),(756.062177826491,806.5),(753.5,803.937822173509),(750,803),(746.5,803.937822173509),(743.937822173509,806.5)) -7482 ((742,820),(743.0717967697245,824),(746,826.9282032302755),(750,828),(754,826.9282032302755),(756.9282032302755,824),(758,820),(756.9282032302755,816),(754,813.0717967697245),(750,812),(746,813.0717967697245),(743.0717967697245,816)) -7483 ((741,830),(742.2057713659401,834.5),(745.5,837.7942286340599),(750,839),(754.5,837.7942286340599),(757.7942286340599,834.5),(759,830),(757.79422863406,825.5),(754.5,822.2057713659401),(750,821),(745.5,822.20577136594),(742.2057713659401,825.5)) -7484 ((740,840),(741.3397459621556,845),(745,848.6602540378444),(750,850),(755,848.6602540378444),(758.6602540378444,845),(760,840),(758.6602540378444,835),(755,831.3397459621556),(750,830),(745,831.3397459621556),(741.3397459621556,835)) -7485 ((749,850),(749.1339745962156,850.5),(749.5,850.8660254037844),(750,851),(750.5,850.8660254037844),(750.8660254037844,850.5),(751,850),(750.8660254037844,849.5),(750.5,849.1339745962156),(750,849),(749.5,849.1339745962156),(749.1339745962156,849.5)) -7486 ((748,860),(748.2679491924312,861),(749,861.7320508075688),(750,862),(751,861.7320508075688),(751.7320508075688,861),(752,860),(751.7320508075688,859),(751,858.2679491924312),(750,858),(749,858.2679491924312),(748.2679491924312,859)) -7487 ((747,870),(747.4019237886466,871.5),(748.5,872.5980762113534),(750,873),(751.5,872.5980762113534),(752.5980762113533,871.5),(753,870),(752.5980762113534,868.5),(751.5,867.4019237886467),(750,867),(748.5,867.4019237886466),(747.4019237886467,868.5)) -7488 ((746,880),(746.5358983848622,882),(748,883.4641016151378),(750,884),(752,883.4641016151378),(753.4641016151378,882),(754,880),(753.4641016151378,878),(752,876.5358983848622),(750,876),(748,876.5358983848622),(746.5358983848622,878)) -7489 ((745,890),(745.6698729810778,892.5),(747.5,894.3301270189222),(750,895),(752.5,894.3301270189222),(754.3301270189222,892.5),(755,890),(754.3301270189222,887.5),(752.5,885.6698729810778),(750,885),(747.5,885.6698729810778),(745.6698729810778,887.5)) -7490 ((744,900),(744.8038475772934,903),(747,905.1961524227066),(750,906),(753,905.1961524227066),(755.1961524227066,903),(756,900),(755.1961524227066,897),(753,894.8038475772934),(750,894),(747,894.8038475772934),(744.8038475772934,897)) -7491 ((743,910),(743.937822173509,913.5),(746.5,916.062177826491),(750,917),(753.5,916.062177826491),(756.062177826491,913.5),(757,910),(756.062177826491,906.5),(753.5,903.937822173509),(750,903),(746.5,903.937822173509),(743.937822173509,906.5)) -7492 ((742,920),(743.0717967697245,924),(746,926.9282032302755),(750,928),(754,926.9282032302755),(756.9282032302755,924),(758,920),(756.9282032302755,916),(754,913.0717967697245),(750,912),(746,913.0717967697245),(743.0717967697245,916)) -7493 ((741,930),(742.2057713659401,934.5),(745.5,937.7942286340599),(750,939),(754.5,937.7942286340599),(757.7942286340599,934.5),(759,930),(757.79422863406,925.5),(754.5,922.2057713659401),(750,921),(745.5,922.20577136594),(742.2057713659401,925.5)) -7494 ((740,940),(741.3397459621556,945),(745,948.6602540378444),(750,950),(755,948.6602540378444),(758.6602540378444,945),(760,940),(758.6602540378444,935),(755,931.3397459621556),(750,930),(745,931.3397459621556),(741.3397459621556,935)) -7495 ((749,950),(749.1339745962156,950.5),(749.5,950.8660254037844),(750,951),(750.5,950.8660254037844),(750.8660254037844,950.5),(751,950),(750.8660254037844,949.5),(750.5,949.1339745962156),(750,949),(749.5,949.1339745962156),(749.1339745962156,949.5)) -7496 ((748,960),(748.2679491924312,961),(749,961.7320508075688),(750,962),(751,961.7320508075688),(751.7320508075688,961),(752,960),(751.7320508075688,959),(751,958.2679491924312),(750,958),(749,958.2679491924312),(748.2679491924312,959)) -7497 ((747,970),(747.4019237886466,971.5),(748.5,972.5980762113534),(750,973),(751.5,972.5980762113534),(752.5980762113533,971.5),(753,970),(752.5980762113534,968.5),(751.5,967.4019237886467),(750,967),(748.5,967.4019237886466),(747.4019237886467,968.5)) -7498 ((746,980),(746.5358983848622,982),(748,983.4641016151378),(750,984),(752,983.4641016151378),(753.4641016151378,982),(754,980),(753.4641016151378,978),(752,976.5358983848622),(750,976),(748,976.5358983848622),(746.5358983848622,978)) -7499 ((745,990),(745.6698729810778,992.5),(747.5,994.3301270189222),(750,995),(752.5,994.3301270189222),(754.3301270189222,992.5),(755,990),(754.3301270189222,987.5),(752.5,985.6698729810778),(750,985),(747.5,985.6698729810778),(745.6698729810778,987.5)) -7500 ((744,1000),(744.8038475772934,1003),(747,1005.1961524227066),(750,1006),(753,1005.1961524227066),(755.1961524227066,1003),(756,1000),(755.1961524227066,997),(753,994.8038475772934),(750,994),(747,994.8038475772934),(744.8038475772934,997)) -7501 ((752,10),(753.0717967697245,14),(756,16.928203230275507),(760,18),(764,16.92820323027551),(766.9282032302755,14.000000000000004),(768,10.000000000000002),(766.9282032302755,6.000000000000002),(764,3.071796769724492),(760,2),(756,3.0717967697244877),(753.0717967697245,5.9999999999999964)) -7502 ((751,20),(752.2057713659401,24.5),(755.5,27.794228634059948),(760,29),(764.5,27.794228634059948),(767.7942286340599,24.500000000000004),(769,20),(767.79422863406,15.500000000000004),(764.5,12.205771365940054),(760,11),(755.5,12.205771365940048),(752.2057713659401,15.499999999999996)) -7503 ((750,30),(751.3397459621556,35),(755,38.66025403784438),(760,40),(765,38.66025403784439),(768.6602540378444,35),(770,30),(768.6602540378444,25.000000000000004),(765,21.339745962155614),(760,20),(755,21.33974596215561),(751.3397459621556,24.999999999999996)) -7504 ((759,40),(759.1339745962156,40.5),(759.5,40.86602540378444),(760,41),(760.5,40.86602540378444),(760.8660254037844,40.5),(761,40),(760.8660254037844,39.5),(760.5,39.13397459621556),(760,39),(759.5,39.13397459621556),(759.1339745962156,39.5)) -7505 ((758,50),(758.2679491924312,51),(759,51.732050807568875),(760,52),(761,51.732050807568875),(761.7320508075688,51),(762,50),(761.7320508075688,49),(761,48.267949192431125),(760,48),(759,48.267949192431125),(758.2679491924312,49)) -7506 ((757,60),(757.4019237886466,61.5),(758.5,62.598076211353316),(760,63),(761.5,62.598076211353316),(762.5980762113533,61.5),(763,60),(762.5980762113534,58.5),(761.5,57.401923788646684),(760,57),(758.5,57.401923788646684),(757.4019237886467,58.5)) -7507 ((756,70),(756.5358983848622,72),(758,73.46410161513775),(760,74),(762,73.46410161513775),(763.4641016151378,72),(764,70),(763.4641016151378,68),(762,66.53589838486225),(760,66),(758,66.53589838486225),(756.5358983848622,68)) -7508 ((755,80),(755.6698729810778,82.5),(757.5,84.3301270189222),(760,85),(762.5,84.3301270189222),(764.3301270189222,82.5),(765,80),(764.3301270189222,77.5),(762.5,75.6698729810778),(760,75),(757.5,75.6698729810778),(755.6698729810778,77.5)) -7509 ((754,90),(754.8038475772934,93),(757,95.19615242270663),(760,96),(763,95.19615242270663),(765.1961524227066,93),(766,90),(765.1961524227066,87),(763,84.80384757729337),(760,84),(757,84.80384757729337),(754.8038475772934,87)) -7510 ((753,100),(753.937822173509,103.5),(756.5,106.06217782649107),(760,107),(763.5,106.06217782649107),(766.062177826491,103.5),(767,100),(766.062177826491,96.5),(763.5,93.93782217350893),(760,93),(756.5,93.93782217350892),(753.937822173509,96.5)) -7511 ((752,110),(753.0717967697245,114),(756,116.92820323027551),(760,118),(764,116.92820323027551),(766.9282032302755,114),(768,110),(766.9282032302755,106),(764,103.07179676972449),(760,102),(756,103.07179676972449),(753.0717967697245,106)) -7512 ((751,120),(752.2057713659401,124.5),(755.5,127.79422863405995),(760,129),(764.5,127.79422863405995),(767.7942286340599,124.5),(769,120),(767.79422863406,115.5),(764.5,112.20577136594005),(760,111),(755.5,112.20577136594005),(752.2057713659401,115.5)) -7513 ((750,130),(751.3397459621556,135),(755,138.6602540378444),(760,140),(765,138.6602540378444),(768.6602540378444,135),(770,130),(768.6602540378444,125),(765,121.33974596215562),(760,120),(755,121.3397459621556),(751.3397459621556,125)) -7514 ((759,140),(759.1339745962156,140.5),(759.5,140.86602540378445),(760,141),(760.5,140.86602540378445),(760.8660254037844,140.5),(761,140),(760.8660254037844,139.5),(760.5,139.13397459621555),(760,139),(759.5,139.13397459621555),(759.1339745962156,139.5)) -7515 ((758,150),(758.2679491924312,151),(759,151.73205080756887),(760,152),(761,151.73205080756887),(761.7320508075688,151),(762,150),(761.7320508075688,149),(761,148.26794919243113),(760,148),(759,148.26794919243113),(758.2679491924312,149)) -7516 ((757,160),(757.4019237886466,161.5),(758.5,162.59807621135332),(760,163),(761.5,162.59807621135332),(762.5980762113533,161.5),(763,160),(762.5980762113534,158.5),(761.5,157.40192378864668),(760,157),(758.5,157.40192378864668),(757.4019237886467,158.5)) -7517 ((756,170),(756.5358983848622,172),(758,173.46410161513776),(760,174),(762,173.46410161513776),(763.4641016151378,172),(764,170),(763.4641016151378,168),(762,166.53589838486224),(760,166),(758,166.53589838486224),(756.5358983848622,168)) -7518 ((755,180),(755.6698729810778,182.5),(757.5,184.33012701892218),(760,185),(762.5,184.33012701892218),(764.3301270189222,182.5),(765,180),(764.3301270189222,177.5),(762.5,175.66987298107782),(760,175),(757.5,175.66987298107782),(755.6698729810778,177.5)) -7519 ((754,190),(754.8038475772934,193),(757,195.19615242270663),(760,196),(763,195.19615242270663),(765.1961524227066,193),(766,190),(765.1961524227066,187),(763,184.80384757729337),(760,184),(757,184.80384757729337),(754.8038475772934,187)) -7520 ((753,200),(753.937822173509,203.5),(756.5,206.06217782649108),(760,207),(763.5,206.06217782649108),(766.062177826491,203.5),(767,200),(766.062177826491,196.5),(763.5,193.93782217350892),(760,193),(756.5,193.93782217350892),(753.937822173509,196.5)) -7521 ((752,210),(753.0717967697245,214),(756,216.9282032302755),(760,218),(764,216.9282032302755),(766.9282032302755,214),(768,210),(766.9282032302755,206),(764,203.0717967697245),(760,202),(756,203.0717967697245),(753.0717967697245,206)) -7522 ((751,220),(752.2057713659401,224.5),(755.5,227.79422863405995),(760,229),(764.5,227.79422863405995),(767.7942286340599,224.5),(769,220),(767.79422863406,215.5),(764.5,212.20577136594005),(760,211),(755.5,212.20577136594005),(752.2057713659401,215.5)) -7523 ((750,230),(751.3397459621556,235),(755,238.6602540378444),(760,240),(765,238.6602540378444),(768.6602540378444,235),(770,230),(768.6602540378444,225),(765,221.3397459621556),(760,220),(755,221.3397459621556),(751.3397459621556,225)) -7524 ((759,240),(759.1339745962156,240.5),(759.5,240.86602540378445),(760,241),(760.5,240.86602540378445),(760.8660254037844,240.5),(761,240),(760.8660254037844,239.5),(760.5,239.13397459621555),(760,239),(759.5,239.13397459621555),(759.1339745962156,239.5)) -7525 ((758,250),(758.2679491924312,251),(759,251.73205080756887),(760,252),(761,251.73205080756887),(761.7320508075688,251),(762,250),(761.7320508075688,249),(761,248.26794919243113),(760,248),(759,248.26794919243113),(758.2679491924312,249)) -7526 ((757,260),(757.4019237886466,261.5),(758.5,262.5980762113533),(760,263),(761.5,262.5980762113533),(762.5980762113533,261.5),(763,260),(762.5980762113534,258.5),(761.5,257.4019237886467),(760,257),(758.5,257.4019237886467),(757.4019237886467,258.5)) -7527 ((756,270),(756.5358983848622,272),(758,273.46410161513774),(760,274),(762,273.46410161513774),(763.4641016151378,272),(764,270),(763.4641016151378,268),(762,266.53589838486226),(760,266),(758,266.53589838486226),(756.5358983848622,268)) -7528 ((755,280),(755.6698729810778,282.5),(757.5,284.3301270189222),(760,285),(762.5,284.3301270189222),(764.3301270189222,282.5),(765,280),(764.3301270189222,277.5),(762.5,275.6698729810778),(760,275),(757.5,275.6698729810778),(755.6698729810778,277.5)) -7529 ((754,290),(754.8038475772934,293),(757,295.19615242270663),(760,296),(763,295.19615242270663),(765.1961524227066,293),(766,290),(765.1961524227066,287),(763,284.80384757729337),(760,284),(757,284.80384757729337),(754.8038475772934,287)) -7530 ((753,300),(753.937822173509,303.5),(756.5,306.06217782649105),(760,307),(763.5,306.06217782649105),(766.062177826491,303.5),(767,300),(766.062177826491,296.5),(763.5,293.93782217350895),(760,293),(756.5,293.93782217350895),(753.937822173509,296.5)) -7531 ((752,310),(753.0717967697245,314),(756,316.9282032302755),(760,318),(764,316.9282032302755),(766.9282032302755,314),(768,310),(766.9282032302755,306),(764,303.0717967697245),(760,302),(756,303.0717967697245),(753.0717967697245,306)) -7532 ((751,320),(752.2057713659401,324.5),(755.5,327.79422863405995),(760,329),(764.5,327.79422863405995),(767.7942286340599,324.5),(769,320),(767.79422863406,315.5),(764.5,312.20577136594005),(760,311),(755.5,312.20577136594005),(752.2057713659401,315.5)) -7533 ((750,330),(751.3397459621556,335),(755,338.66025403784437),(760,340),(765,338.66025403784437),(768.6602540378444,335),(770,330),(768.6602540378444,325),(765,321.33974596215563),(760,320),(755,321.33974596215563),(751.3397459621556,325)) -7534 ((759,340),(759.1339745962156,340.5),(759.5,340.8660254037844),(760,341),(760.5,340.8660254037844),(760.8660254037844,340.5),(761,340),(760.8660254037844,339.5),(760.5,339.1339745962156),(760,339),(759.5,339.1339745962156),(759.1339745962156,339.5)) -7535 ((758,350),(758.2679491924312,351),(759,351.7320508075689),(760,352),(761,351.7320508075689),(761.7320508075688,351),(762,350),(761.7320508075688,349),(761,348.2679491924311),(760,348),(759,348.2679491924311),(758.2679491924312,349)) -7536 ((757,360),(757.4019237886466,361.5),(758.5,362.5980762113533),(760,363),(761.5,362.5980762113533),(762.5980762113533,361.5),(763,360),(762.5980762113534,358.5),(761.5,357.4019237886467),(760,357),(758.5,357.4019237886467),(757.4019237886467,358.5)) -7537 ((756,370),(756.5358983848622,372),(758,373.46410161513774),(760,374),(762,373.46410161513774),(763.4641016151378,372),(764,370),(763.4641016151378,368),(762,366.53589838486226),(760,366),(758,366.53589838486226),(756.5358983848622,368)) -7538 ((755,380),(755.6698729810778,382.5),(757.5,384.3301270189222),(760,385),(762.5,384.3301270189222),(764.3301270189222,382.5),(765,380),(764.3301270189222,377.5),(762.5,375.6698729810778),(760,375),(757.5,375.6698729810778),(755.6698729810778,377.5)) -7539 ((754,390),(754.8038475772934,393),(757,395.19615242270663),(760,396),(763,395.19615242270663),(765.1961524227066,393),(766,390),(765.1961524227066,387),(763,384.80384757729337),(760,384),(757,384.80384757729337),(754.8038475772934,387)) -7540 ((753,400),(753.937822173509,403.5),(756.5,406.06217782649105),(760,407),(763.5,406.06217782649105),(766.062177826491,403.5),(767,400),(766.062177826491,396.5),(763.5,393.93782217350895),(760,393),(756.5,393.93782217350895),(753.937822173509,396.5)) -7541 ((752,410),(753.0717967697245,414),(756,416.9282032302755),(760,418),(764,416.9282032302755),(766.9282032302755,414),(768,410),(766.9282032302755,406),(764,403.0717967697245),(760,402),(756,403.0717967697245),(753.0717967697245,406)) -7542 ((751,420),(752.2057713659401,424.5),(755.5,427.79422863405995),(760,429),(764.5,427.79422863405995),(767.7942286340599,424.5),(769,420),(767.79422863406,415.5),(764.5,412.20577136594005),(760,411),(755.5,412.20577136594005),(752.2057713659401,415.5)) -7543 ((750,430),(751.3397459621556,435),(755,438.66025403784437),(760,440),(765,438.66025403784437),(768.6602540378444,435),(770,430),(768.6602540378444,425),(765,421.33974596215563),(760,420),(755,421.33974596215563),(751.3397459621556,425)) -7544 ((759,440),(759.1339745962156,440.5),(759.5,440.8660254037844),(760,441),(760.5,440.8660254037844),(760.8660254037844,440.5),(761,440),(760.8660254037844,439.5),(760.5,439.1339745962156),(760,439),(759.5,439.1339745962156),(759.1339745962156,439.5)) -7545 ((758,450),(758.2679491924312,451),(759,451.7320508075689),(760,452),(761,451.7320508075689),(761.7320508075688,451),(762,450),(761.7320508075688,449),(761,448.2679491924311),(760,448),(759,448.2679491924311),(758.2679491924312,449)) -7546 ((757,460),(757.4019237886466,461.5),(758.5,462.5980762113533),(760,463),(761.5,462.5980762113533),(762.5980762113533,461.5),(763,460),(762.5980762113534,458.5),(761.5,457.4019237886467),(760,457),(758.5,457.4019237886467),(757.4019237886467,458.5)) -7547 ((756,470),(756.5358983848622,472),(758,473.46410161513774),(760,474),(762,473.46410161513774),(763.4641016151378,472),(764,470),(763.4641016151378,468),(762,466.53589838486226),(760,466),(758,466.53589838486226),(756.5358983848622,468)) -7548 ((755,480),(755.6698729810778,482.5),(757.5,484.3301270189222),(760,485),(762.5,484.3301270189222),(764.3301270189222,482.5),(765,480),(764.3301270189222,477.5),(762.5,475.6698729810778),(760,475),(757.5,475.6698729810778),(755.6698729810778,477.5)) -7549 ((754,490),(754.8038475772934,493),(757,495.19615242270663),(760,496),(763,495.19615242270663),(765.1961524227066,493),(766,490),(765.1961524227066,487),(763,484.80384757729337),(760,484),(757,484.80384757729337),(754.8038475772934,487)) -7550 ((753,500),(753.937822173509,503.5),(756.5,506.06217782649105),(760,507),(763.5,506.06217782649105),(766.062177826491,503.5),(767,500),(766.062177826491,496.5),(763.5,493.93782217350895),(760,493),(756.5,493.93782217350895),(753.937822173509,496.5)) -7551 ((752,510),(753.0717967697245,514),(756,516.9282032302755),(760,518),(764,516.9282032302755),(766.9282032302755,514),(768,510),(766.9282032302755,506),(764,503.0717967697245),(760,502),(756,503.0717967697245),(753.0717967697245,506)) -7552 ((751,520),(752.2057713659401,524.5),(755.5,527.7942286340599),(760,529),(764.5,527.7942286340599),(767.7942286340599,524.5),(769,520),(767.79422863406,515.5),(764.5,512.2057713659401),(760,511),(755.5,512.20577136594),(752.2057713659401,515.5)) -7553 ((750,530),(751.3397459621556,535),(755,538.6602540378444),(760,540),(765,538.6602540378444),(768.6602540378444,535),(770,530),(768.6602540378444,525),(765,521.3397459621556),(760,520),(755,521.3397459621556),(751.3397459621556,525)) -7554 ((759,540),(759.1339745962156,540.5),(759.5,540.8660254037844),(760,541),(760.5,540.8660254037844),(760.8660254037844,540.5),(761,540),(760.8660254037844,539.5),(760.5,539.1339745962156),(760,539),(759.5,539.1339745962156),(759.1339745962156,539.5)) -7555 ((758,550),(758.2679491924312,551),(759,551.7320508075688),(760,552),(761,551.7320508075688),(761.7320508075688,551),(762,550),(761.7320508075688,549),(761,548.2679491924312),(760,548),(759,548.2679491924312),(758.2679491924312,549)) -7556 ((757,560),(757.4019237886466,561.5),(758.5,562.5980762113534),(760,563),(761.5,562.5980762113534),(762.5980762113533,561.5),(763,560),(762.5980762113534,558.5),(761.5,557.4019237886467),(760,557),(758.5,557.4019237886466),(757.4019237886467,558.5)) -7557 ((756,570),(756.5358983848622,572),(758,573.4641016151378),(760,574),(762,573.4641016151378),(763.4641016151378,572),(764,570),(763.4641016151378,568),(762,566.5358983848622),(760,566),(758,566.5358983848622),(756.5358983848622,568)) -7558 ((755,580),(755.6698729810778,582.5),(757.5,584.3301270189222),(760,585),(762.5,584.3301270189222),(764.3301270189222,582.5),(765,580),(764.3301270189222,577.5),(762.5,575.6698729810778),(760,575),(757.5,575.6698729810778),(755.6698729810778,577.5)) -7559 ((754,590),(754.8038475772934,593),(757,595.1961524227066),(760,596),(763,595.1961524227066),(765.1961524227066,593),(766,590),(765.1961524227066,587),(763,584.8038475772934),(760,584),(757,584.8038475772934),(754.8038475772934,587)) -7560 ((753,600),(753.937822173509,603.5),(756.5,606.062177826491),(760,607),(763.5,606.062177826491),(766.062177826491,603.5),(767,600),(766.062177826491,596.5),(763.5,593.937822173509),(760,593),(756.5,593.937822173509),(753.937822173509,596.5)) -7561 ((752,610),(753.0717967697245,614),(756,616.9282032302755),(760,618),(764,616.9282032302755),(766.9282032302755,614),(768,610),(766.9282032302755,606),(764,603.0717967697245),(760,602),(756,603.0717967697245),(753.0717967697245,606)) -7562 ((751,620),(752.2057713659401,624.5),(755.5,627.7942286340599),(760,629),(764.5,627.7942286340599),(767.7942286340599,624.5),(769,620),(767.79422863406,615.5),(764.5,612.2057713659401),(760,611),(755.5,612.20577136594),(752.2057713659401,615.5)) -7563 ((750,630),(751.3397459621556,635),(755,638.6602540378444),(760,640),(765,638.6602540378444),(768.6602540378444,635),(770,630),(768.6602540378444,625),(765,621.3397459621556),(760,620),(755,621.3397459621556),(751.3397459621556,625)) -7564 ((759,640),(759.1339745962156,640.5),(759.5,640.8660254037844),(760,641),(760.5,640.8660254037844),(760.8660254037844,640.5),(761,640),(760.8660254037844,639.5),(760.5,639.1339745962156),(760,639),(759.5,639.1339745962156),(759.1339745962156,639.5)) -7565 ((758,650),(758.2679491924312,651),(759,651.7320508075688),(760,652),(761,651.7320508075688),(761.7320508075688,651),(762,650),(761.7320508075688,649),(761,648.2679491924312),(760,648),(759,648.2679491924312),(758.2679491924312,649)) -7566 ((757,660),(757.4019237886466,661.5),(758.5,662.5980762113534),(760,663),(761.5,662.5980762113534),(762.5980762113533,661.5),(763,660),(762.5980762113534,658.5),(761.5,657.4019237886467),(760,657),(758.5,657.4019237886466),(757.4019237886467,658.5)) -7567 ((756,670),(756.5358983848622,672),(758,673.4641016151378),(760,674),(762,673.4641016151378),(763.4641016151378,672),(764,670),(763.4641016151378,668),(762,666.5358983848622),(760,666),(758,666.5358983848622),(756.5358983848622,668)) -7568 ((755,680),(755.6698729810778,682.5),(757.5,684.3301270189222),(760,685),(762.5,684.3301270189222),(764.3301270189222,682.5),(765,680),(764.3301270189222,677.5),(762.5,675.6698729810778),(760,675),(757.5,675.6698729810778),(755.6698729810778,677.5)) -7569 ((754,690),(754.8038475772934,693),(757,695.1961524227066),(760,696),(763,695.1961524227066),(765.1961524227066,693),(766,690),(765.1961524227066,687),(763,684.8038475772934),(760,684),(757,684.8038475772934),(754.8038475772934,687)) -7570 ((753,700),(753.937822173509,703.5),(756.5,706.062177826491),(760,707),(763.5,706.062177826491),(766.062177826491,703.5),(767,700),(766.062177826491,696.5),(763.5,693.937822173509),(760,693),(756.5,693.937822173509),(753.937822173509,696.5)) -7571 ((752,710),(753.0717967697245,714),(756,716.9282032302755),(760,718),(764,716.9282032302755),(766.9282032302755,714),(768,710),(766.9282032302755,706),(764,703.0717967697245),(760,702),(756,703.0717967697245),(753.0717967697245,706)) -7572 ((751,720),(752.2057713659401,724.5),(755.5,727.7942286340599),(760,729),(764.5,727.7942286340599),(767.7942286340599,724.5),(769,720),(767.79422863406,715.5),(764.5,712.2057713659401),(760,711),(755.5,712.20577136594),(752.2057713659401,715.5)) -7573 ((750,730),(751.3397459621556,735),(755,738.6602540378444),(760,740),(765,738.6602540378444),(768.6602540378444,735),(770,730),(768.6602540378444,725),(765,721.3397459621556),(760,720),(755,721.3397459621556),(751.3397459621556,725)) -7574 ((759,740),(759.1339745962156,740.5),(759.5,740.8660254037844),(760,741),(760.5,740.8660254037844),(760.8660254037844,740.5),(761,740),(760.8660254037844,739.5),(760.5,739.1339745962156),(760,739),(759.5,739.1339745962156),(759.1339745962156,739.5)) -7575 ((758,750),(758.2679491924312,751),(759,751.7320508075688),(760,752),(761,751.7320508075688),(761.7320508075688,751),(762,750),(761.7320508075688,749),(761,748.2679491924312),(760,748),(759,748.2679491924312),(758.2679491924312,749)) -7576 ((757,760),(757.4019237886466,761.5),(758.5,762.5980762113534),(760,763),(761.5,762.5980762113534),(762.5980762113533,761.5),(763,760),(762.5980762113534,758.5),(761.5,757.4019237886467),(760,757),(758.5,757.4019237886466),(757.4019237886467,758.5)) -7577 ((756,770),(756.5358983848622,772),(758,773.4641016151378),(760,774),(762,773.4641016151378),(763.4641016151378,772),(764,770),(763.4641016151378,768),(762,766.5358983848622),(760,766),(758,766.5358983848622),(756.5358983848622,768)) -7578 ((755,780),(755.6698729810778,782.5),(757.5,784.3301270189222),(760,785),(762.5,784.3301270189222),(764.3301270189222,782.5),(765,780),(764.3301270189222,777.5),(762.5,775.6698729810778),(760,775),(757.5,775.6698729810778),(755.6698729810778,777.5)) -7579 ((754,790),(754.8038475772934,793),(757,795.1961524227066),(760,796),(763,795.1961524227066),(765.1961524227066,793),(766,790),(765.1961524227066,787),(763,784.8038475772934),(760,784),(757,784.8038475772934),(754.8038475772934,787)) -7580 ((753,800),(753.937822173509,803.5),(756.5,806.062177826491),(760,807),(763.5,806.062177826491),(766.062177826491,803.5),(767,800),(766.062177826491,796.5),(763.5,793.937822173509),(760,793),(756.5,793.937822173509),(753.937822173509,796.5)) -7581 ((752,810),(753.0717967697245,814),(756,816.9282032302755),(760,818),(764,816.9282032302755),(766.9282032302755,814),(768,810),(766.9282032302755,806),(764,803.0717967697245),(760,802),(756,803.0717967697245),(753.0717967697245,806)) -7582 ((751,820),(752.2057713659401,824.5),(755.5,827.7942286340599),(760,829),(764.5,827.7942286340599),(767.7942286340599,824.5),(769,820),(767.79422863406,815.5),(764.5,812.2057713659401),(760,811),(755.5,812.20577136594),(752.2057713659401,815.5)) -7583 ((750,830),(751.3397459621556,835),(755,838.6602540378444),(760,840),(765,838.6602540378444),(768.6602540378444,835),(770,830),(768.6602540378444,825),(765,821.3397459621556),(760,820),(755,821.3397459621556),(751.3397459621556,825)) -7584 ((759,840),(759.1339745962156,840.5),(759.5,840.8660254037844),(760,841),(760.5,840.8660254037844),(760.8660254037844,840.5),(761,840),(760.8660254037844,839.5),(760.5,839.1339745962156),(760,839),(759.5,839.1339745962156),(759.1339745962156,839.5)) -7585 ((758,850),(758.2679491924312,851),(759,851.7320508075688),(760,852),(761,851.7320508075688),(761.7320508075688,851),(762,850),(761.7320508075688,849),(761,848.2679491924312),(760,848),(759,848.2679491924312),(758.2679491924312,849)) -7586 ((757,860),(757.4019237886466,861.5),(758.5,862.5980762113534),(760,863),(761.5,862.5980762113534),(762.5980762113533,861.5),(763,860),(762.5980762113534,858.5),(761.5,857.4019237886467),(760,857),(758.5,857.4019237886466),(757.4019237886467,858.5)) -7587 ((756,870),(756.5358983848622,872),(758,873.4641016151378),(760,874),(762,873.4641016151378),(763.4641016151378,872),(764,870),(763.4641016151378,868),(762,866.5358983848622),(760,866),(758,866.5358983848622),(756.5358983848622,868)) -7588 ((755,880),(755.6698729810778,882.5),(757.5,884.3301270189222),(760,885),(762.5,884.3301270189222),(764.3301270189222,882.5),(765,880),(764.3301270189222,877.5),(762.5,875.6698729810778),(760,875),(757.5,875.6698729810778),(755.6698729810778,877.5)) -7589 ((754,890),(754.8038475772934,893),(757,895.1961524227066),(760,896),(763,895.1961524227066),(765.1961524227066,893),(766,890),(765.1961524227066,887),(763,884.8038475772934),(760,884),(757,884.8038475772934),(754.8038475772934,887)) -7590 ((753,900),(753.937822173509,903.5),(756.5,906.062177826491),(760,907),(763.5,906.062177826491),(766.062177826491,903.5),(767,900),(766.062177826491,896.5),(763.5,893.937822173509),(760,893),(756.5,893.937822173509),(753.937822173509,896.5)) -7591 ((752,910),(753.0717967697245,914),(756,916.9282032302755),(760,918),(764,916.9282032302755),(766.9282032302755,914),(768,910),(766.9282032302755,906),(764,903.0717967697245),(760,902),(756,903.0717967697245),(753.0717967697245,906)) -7592 ((751,920),(752.2057713659401,924.5),(755.5,927.7942286340599),(760,929),(764.5,927.7942286340599),(767.7942286340599,924.5),(769,920),(767.79422863406,915.5),(764.5,912.2057713659401),(760,911),(755.5,912.20577136594),(752.2057713659401,915.5)) -7593 ((750,930),(751.3397459621556,935),(755,938.6602540378444),(760,940),(765,938.6602540378444),(768.6602540378444,935),(770,930),(768.6602540378444,925),(765,921.3397459621556),(760,920),(755,921.3397459621556),(751.3397459621556,925)) -7594 ((759,940),(759.1339745962156,940.5),(759.5,940.8660254037844),(760,941),(760.5,940.8660254037844),(760.8660254037844,940.5),(761,940),(760.8660254037844,939.5),(760.5,939.1339745962156),(760,939),(759.5,939.1339745962156),(759.1339745962156,939.5)) -7595 ((758,950),(758.2679491924312,951),(759,951.7320508075688),(760,952),(761,951.7320508075688),(761.7320508075688,951),(762,950),(761.7320508075688,949),(761,948.2679491924312),(760,948),(759,948.2679491924312),(758.2679491924312,949)) -7596 ((757,960),(757.4019237886466,961.5),(758.5,962.5980762113534),(760,963),(761.5,962.5980762113534),(762.5980762113533,961.5),(763,960),(762.5980762113534,958.5),(761.5,957.4019237886467),(760,957),(758.5,957.4019237886466),(757.4019237886467,958.5)) -7597 ((756,970),(756.5358983848622,972),(758,973.4641016151378),(760,974),(762,973.4641016151378),(763.4641016151378,972),(764,970),(763.4641016151378,968),(762,966.5358983848622),(760,966),(758,966.5358983848622),(756.5358983848622,968)) -7598 ((755,980),(755.6698729810778,982.5),(757.5,984.3301270189222),(760,985),(762.5,984.3301270189222),(764.3301270189222,982.5),(765,980),(764.3301270189222,977.5),(762.5,975.6698729810778),(760,975),(757.5,975.6698729810778),(755.6698729810778,977.5)) -7599 ((754,990),(754.8038475772934,993),(757,995.1961524227066),(760,996),(763,995.1961524227066),(765.1961524227066,993),(766,990),(765.1961524227066,987),(763,984.8038475772934),(760,984),(757,984.8038475772934),(754.8038475772934,987)) -7600 ((753,1000),(753.937822173509,1003.5),(756.5,1006.062177826491),(760,1007),(763.5,1006.062177826491),(766.062177826491,1003.5),(767,1000),(766.062177826491,996.5),(763.5,993.937822173509),(760,993),(756.5,993.937822173509),(753.937822173509,996.5)) -7601 ((761,10),(762.2057713659401,14.5),(765.5,17.794228634059948),(770,19),(774.5,17.794228634059948),(777.7942286340599,14.500000000000004),(779,10.000000000000002),(777.79422863406,5.500000000000003),(774.5,2.2057713659400537),(770,1),(765.5,2.2057713659400484),(762.2057713659401,5.4999999999999964)) -7602 ((760,20),(761.3397459621556,25),(765,28.660254037844386),(770,30),(775,28.66025403784439),(778.6602540378444,25.000000000000004),(780,20),(778.6602540378444,15.000000000000004),(775,11.339745962155614),(770,10),(765,11.33974596215561),(761.3397459621556,14.999999999999996)) -7603 ((769,30),(769.1339745962156,30.5),(769.5,30.866025403784437),(770,31),(770.5,30.866025403784437),(770.8660254037844,30.5),(771,30),(770.8660254037844,29.5),(770.5,29.133974596215563),(770,29),(769.5,29.133974596215563),(769.1339745962156,29.5)) -7604 ((768,40),(768.2679491924312,41),(769,41.732050807568875),(770,42),(771,41.732050807568875),(771.7320508075688,41),(772,40),(771.7320508075688,39),(771,38.267949192431125),(770,38),(769,38.267949192431125),(768.2679491924312,39)) -7605 ((767,50),(767.4019237886466,51.5),(768.5,52.598076211353316),(770,53),(771.5,52.598076211353316),(772.5980762113533,51.5),(773,50),(772.5980762113534,48.5),(771.5,47.401923788646684),(770,47),(768.5,47.401923788646684),(767.4019237886467,48.5)) -7606 ((766,60),(766.5358983848622,62),(768,63.46410161513776),(770,64),(772,63.46410161513776),(773.4641016151378,62),(774,60),(773.4641016151378,58),(772,56.53589838486224),(770,56),(768,56.53589838486224),(766.5358983848622,58)) -7607 ((765,70),(765.6698729810778,72.5),(767.5,74.3301270189222),(770,75),(772.5,74.3301270189222),(774.3301270189222,72.5),(775,70),(774.3301270189222,67.5),(772.5,65.6698729810778),(770,65),(767.5,65.6698729810778),(765.6698729810778,67.5)) -7608 ((764,80),(764.8038475772934,83),(767,85.19615242270663),(770,86),(773,85.19615242270663),(775.1961524227066,83),(776,80),(775.1961524227066,77),(773,74.80384757729337),(770,74),(767,74.80384757729337),(764.8038475772934,77)) -7609 ((763,90),(763.937822173509,93.5),(766.5,96.06217782649107),(770,97),(773.5,96.06217782649107),(776.062177826491,93.5),(777,90),(776.062177826491,86.5),(773.5,83.93782217350893),(770,83),(766.5,83.93782217350892),(763.937822173509,86.5)) -7610 ((762,100),(763.0717967697245,104),(766,106.92820323027551),(770,108),(774,106.92820323027551),(776.9282032302755,104),(778,100),(776.9282032302755,96),(774,93.07179676972449),(770,92),(766,93.07179676972449),(763.0717967697245,96)) -7611 ((761,110),(762.2057713659401,114.5),(765.5,117.79422863405995),(770,119),(774.5,117.79422863405995),(777.7942286340599,114.5),(779,110),(777.79422863406,105.5),(774.5,102.20577136594005),(770,101),(765.5,102.20577136594005),(762.2057713659401,105.5)) -7612 ((760,120),(761.3397459621556,125),(765,128.6602540378444),(770,130),(775,128.6602540378444),(778.6602540378444,125),(780,120),(778.6602540378444,115),(775,111.33974596215562),(770,110),(765,111.3397459621556),(761.3397459621556,115)) -7613 ((769,130),(769.1339745962156,130.5),(769.5,130.86602540378445),(770,131),(770.5,130.86602540378445),(770.8660254037844,130.5),(771,130),(770.8660254037844,129.5),(770.5,129.13397459621555),(770,129),(769.5,129.13397459621555),(769.1339745962156,129.5)) -7614 ((768,140),(768.2679491924312,141),(769,141.73205080756887),(770,142),(771,141.73205080756887),(771.7320508075688,141),(772,140),(771.7320508075688,139),(771,138.26794919243113),(770,138),(769,138.26794919243113),(768.2679491924312,139)) -7615 ((767,150),(767.4019237886466,151.5),(768.5,152.59807621135332),(770,153),(771.5,152.59807621135332),(772.5980762113533,151.5),(773,150),(772.5980762113534,148.5),(771.5,147.40192378864668),(770,147),(768.5,147.40192378864668),(767.4019237886467,148.5)) -7616 ((766,160),(766.5358983848622,162),(768,163.46410161513776),(770,164),(772,163.46410161513776),(773.4641016151378,162),(774,160),(773.4641016151378,158),(772,156.53589838486224),(770,156),(768,156.53589838486224),(766.5358983848622,158)) -7617 ((765,170),(765.6698729810778,172.5),(767.5,174.33012701892218),(770,175),(772.5,174.33012701892218),(774.3301270189222,172.5),(775,170),(774.3301270189222,167.5),(772.5,165.66987298107782),(770,165),(767.5,165.66987298107782),(765.6698729810778,167.5)) -7618 ((764,180),(764.8038475772934,183),(767,185.19615242270663),(770,186),(773,185.19615242270663),(775.1961524227066,183),(776,180),(775.1961524227066,177),(773,174.80384757729337),(770,174),(767,174.80384757729337),(764.8038475772934,177)) -7619 ((763,190),(763.937822173509,193.5),(766.5,196.06217782649108),(770,197),(773.5,196.06217782649108),(776.062177826491,193.5),(777,190),(776.062177826491,186.5),(773.5,183.93782217350892),(770,183),(766.5,183.93782217350892),(763.937822173509,186.5)) -7620 ((762,200),(763.0717967697245,204),(766,206.9282032302755),(770,208),(774,206.9282032302755),(776.9282032302755,204),(778,200),(776.9282032302755,196),(774,193.0717967697245),(770,192),(766,193.0717967697245),(763.0717967697245,196)) -7621 ((761,210),(762.2057713659401,214.5),(765.5,217.79422863405995),(770,219),(774.5,217.79422863405995),(777.7942286340599,214.5),(779,210),(777.79422863406,205.5),(774.5,202.20577136594005),(770,201),(765.5,202.20577136594005),(762.2057713659401,205.5)) -7622 ((760,220),(761.3397459621556,225),(765,228.6602540378444),(770,230),(775,228.6602540378444),(778.6602540378444,225),(780,220),(778.6602540378444,215),(775,211.3397459621556),(770,210),(765,211.3397459621556),(761.3397459621556,215)) -7623 ((769,230),(769.1339745962156,230.5),(769.5,230.86602540378445),(770,231),(770.5,230.86602540378445),(770.8660254037844,230.5),(771,230),(770.8660254037844,229.5),(770.5,229.13397459621555),(770,229),(769.5,229.13397459621555),(769.1339745962156,229.5)) -7624 ((768,240),(768.2679491924312,241),(769,241.73205080756887),(770,242),(771,241.73205080756887),(771.7320508075688,241),(772,240),(771.7320508075688,239),(771,238.26794919243113),(770,238),(769,238.26794919243113),(768.2679491924312,239)) -7625 ((767,250),(767.4019237886466,251.5),(768.5,252.59807621135332),(770,253),(771.5,252.59807621135332),(772.5980762113533,251.5),(773,250),(772.5980762113534,248.5),(771.5,247.40192378864668),(770,247),(768.5,247.40192378864668),(767.4019237886467,248.5)) -7626 ((766,260),(766.5358983848622,262),(768,263.46410161513774),(770,264),(772,263.46410161513774),(773.4641016151378,262),(774,260),(773.4641016151378,258),(772,256.53589838486226),(770,256),(768,256.53589838486226),(766.5358983848622,258)) -7627 ((765,270),(765.6698729810778,272.5),(767.5,274.3301270189222),(770,275),(772.5,274.3301270189222),(774.3301270189222,272.5),(775,270),(774.3301270189222,267.5),(772.5,265.6698729810778),(770,265),(767.5,265.6698729810778),(765.6698729810778,267.5)) -7628 ((764,280),(764.8038475772934,283),(767,285.19615242270663),(770,286),(773,285.19615242270663),(775.1961524227066,283),(776,280),(775.1961524227066,277),(773,274.80384757729337),(770,274),(767,274.80384757729337),(764.8038475772934,277)) -7629 ((763,290),(763.937822173509,293.5),(766.5,296.06217782649105),(770,297),(773.5,296.06217782649105),(776.062177826491,293.5),(777,290),(776.062177826491,286.5),(773.5,283.93782217350895),(770,283),(766.5,283.93782217350895),(763.937822173509,286.5)) -7630 ((762,300),(763.0717967697245,304),(766,306.9282032302755),(770,308),(774,306.9282032302755),(776.9282032302755,304),(778,300),(776.9282032302755,296),(774,293.0717967697245),(770,292),(766,293.0717967697245),(763.0717967697245,296)) -7631 ((761,310),(762.2057713659401,314.5),(765.5,317.79422863405995),(770,319),(774.5,317.79422863405995),(777.7942286340599,314.5),(779,310),(777.79422863406,305.5),(774.5,302.20577136594005),(770,301),(765.5,302.20577136594005),(762.2057713659401,305.5)) -7632 ((760,320),(761.3397459621556,325),(765,328.66025403784437),(770,330),(775,328.66025403784437),(778.6602540378444,325),(780,320),(778.6602540378444,315),(775,311.33974596215563),(770,310),(765,311.33974596215563),(761.3397459621556,315)) -7633 ((769,330),(769.1339745962156,330.5),(769.5,330.8660254037844),(770,331),(770.5,330.8660254037844),(770.8660254037844,330.5),(771,330),(770.8660254037844,329.5),(770.5,329.1339745962156),(770,329),(769.5,329.1339745962156),(769.1339745962156,329.5)) -7634 ((768,340),(768.2679491924312,341),(769,341.7320508075689),(770,342),(771,341.7320508075689),(771.7320508075688,341),(772,340),(771.7320508075688,339),(771,338.2679491924311),(770,338),(769,338.2679491924311),(768.2679491924312,339)) -7635 ((767,350),(767.4019237886466,351.5),(768.5,352.5980762113533),(770,353),(771.5,352.5980762113533),(772.5980762113533,351.5),(773,350),(772.5980762113534,348.5),(771.5,347.4019237886467),(770,347),(768.5,347.4019237886467),(767.4019237886467,348.5)) -7636 ((766,360),(766.5358983848622,362),(768,363.46410161513774),(770,364),(772,363.46410161513774),(773.4641016151378,362),(774,360),(773.4641016151378,358),(772,356.53589838486226),(770,356),(768,356.53589838486226),(766.5358983848622,358)) -7637 ((765,370),(765.6698729810778,372.5),(767.5,374.3301270189222),(770,375),(772.5,374.3301270189222),(774.3301270189222,372.5),(775,370),(774.3301270189222,367.5),(772.5,365.6698729810778),(770,365),(767.5,365.6698729810778),(765.6698729810778,367.5)) -7638 ((764,380),(764.8038475772934,383),(767,385.19615242270663),(770,386),(773,385.19615242270663),(775.1961524227066,383),(776,380),(775.1961524227066,377),(773,374.80384757729337),(770,374),(767,374.80384757729337),(764.8038475772934,377)) -7639 ((763,390),(763.937822173509,393.5),(766.5,396.06217782649105),(770,397),(773.5,396.06217782649105),(776.062177826491,393.5),(777,390),(776.062177826491,386.5),(773.5,383.93782217350895),(770,383),(766.5,383.93782217350895),(763.937822173509,386.5)) -7640 ((762,400),(763.0717967697245,404),(766,406.9282032302755),(770,408),(774,406.9282032302755),(776.9282032302755,404),(778,400),(776.9282032302755,396),(774,393.0717967697245),(770,392),(766,393.0717967697245),(763.0717967697245,396)) -7641 ((761,410),(762.2057713659401,414.5),(765.5,417.79422863405995),(770,419),(774.5,417.79422863405995),(777.7942286340599,414.5),(779,410),(777.79422863406,405.5),(774.5,402.20577136594005),(770,401),(765.5,402.20577136594005),(762.2057713659401,405.5)) -7642 ((760,420),(761.3397459621556,425),(765,428.66025403784437),(770,430),(775,428.66025403784437),(778.6602540378444,425),(780,420),(778.6602540378444,415),(775,411.33974596215563),(770,410),(765,411.33974596215563),(761.3397459621556,415)) -7643 ((769,430),(769.1339745962156,430.5),(769.5,430.8660254037844),(770,431),(770.5,430.8660254037844),(770.8660254037844,430.5),(771,430),(770.8660254037844,429.5),(770.5,429.1339745962156),(770,429),(769.5,429.1339745962156),(769.1339745962156,429.5)) -7644 ((768,440),(768.2679491924312,441),(769,441.7320508075689),(770,442),(771,441.7320508075689),(771.7320508075688,441),(772,440),(771.7320508075688,439),(771,438.2679491924311),(770,438),(769,438.2679491924311),(768.2679491924312,439)) -7645 ((767,450),(767.4019237886466,451.5),(768.5,452.5980762113533),(770,453),(771.5,452.5980762113533),(772.5980762113533,451.5),(773,450),(772.5980762113534,448.5),(771.5,447.4019237886467),(770,447),(768.5,447.4019237886467),(767.4019237886467,448.5)) -7646 ((766,460),(766.5358983848622,462),(768,463.46410161513774),(770,464),(772,463.46410161513774),(773.4641016151378,462),(774,460),(773.4641016151378,458),(772,456.53589838486226),(770,456),(768,456.53589838486226),(766.5358983848622,458)) -7647 ((765,470),(765.6698729810778,472.5),(767.5,474.3301270189222),(770,475),(772.5,474.3301270189222),(774.3301270189222,472.5),(775,470),(774.3301270189222,467.5),(772.5,465.6698729810778),(770,465),(767.5,465.6698729810778),(765.6698729810778,467.5)) -7648 ((764,480),(764.8038475772934,483),(767,485.19615242270663),(770,486),(773,485.19615242270663),(775.1961524227066,483),(776,480),(775.1961524227066,477),(773,474.80384757729337),(770,474),(767,474.80384757729337),(764.8038475772934,477)) -7649 ((763,490),(763.937822173509,493.5),(766.5,496.06217782649105),(770,497),(773.5,496.06217782649105),(776.062177826491,493.5),(777,490),(776.062177826491,486.5),(773.5,483.93782217350895),(770,483),(766.5,483.93782217350895),(763.937822173509,486.5)) -7650 ((762,500),(763.0717967697245,504),(766,506.9282032302755),(770,508),(774,506.9282032302755),(776.9282032302755,504),(778,500),(776.9282032302755,496),(774,493.0717967697245),(770,492),(766,493.0717967697245),(763.0717967697245,496)) -7651 ((761,510),(762.2057713659401,514.5),(765.5,517.7942286340599),(770,519),(774.5,517.7942286340599),(777.7942286340599,514.5),(779,510),(777.79422863406,505.5),(774.5,502.20577136594005),(770,501),(765.5,502.20577136594005),(762.2057713659401,505.5)) -7652 ((760,520),(761.3397459621556,525),(765,528.6602540378444),(770,530),(775,528.6602540378444),(778.6602540378444,525),(780,520),(778.6602540378444,515),(775,511.33974596215563),(770,510),(765,511.33974596215563),(761.3397459621556,515)) -7653 ((769,530),(769.1339745962156,530.5),(769.5,530.8660254037844),(770,531),(770.5,530.8660254037844),(770.8660254037844,530.5),(771,530),(770.8660254037844,529.5),(770.5,529.1339745962156),(770,529),(769.5,529.1339745962156),(769.1339745962156,529.5)) -7654 ((768,540),(768.2679491924312,541),(769,541.7320508075688),(770,542),(771,541.7320508075688),(771.7320508075688,541),(772,540),(771.7320508075688,539),(771,538.2679491924312),(770,538),(769,538.2679491924312),(768.2679491924312,539)) -7655 ((767,550),(767.4019237886466,551.5),(768.5,552.5980762113534),(770,553),(771.5,552.5980762113534),(772.5980762113533,551.5),(773,550),(772.5980762113534,548.5),(771.5,547.4019237886467),(770,547),(768.5,547.4019237886466),(767.4019237886467,548.5)) -7656 ((766,560),(766.5358983848622,562),(768,563.4641016151378),(770,564),(772,563.4641016151378),(773.4641016151378,562),(774,560),(773.4641016151378,558),(772,556.5358983848622),(770,556),(768,556.5358983848622),(766.5358983848622,558)) -7657 ((765,570),(765.6698729810778,572.5),(767.5,574.3301270189222),(770,575),(772.5,574.3301270189222),(774.3301270189222,572.5),(775,570),(774.3301270189222,567.5),(772.5,565.6698729810778),(770,565),(767.5,565.6698729810778),(765.6698729810778,567.5)) -7658 ((764,580),(764.8038475772934,583),(767,585.1961524227066),(770,586),(773,585.1961524227066),(775.1961524227066,583),(776,580),(775.1961524227066,577),(773,574.8038475772934),(770,574),(767,574.8038475772934),(764.8038475772934,577)) -7659 ((763,590),(763.937822173509,593.5),(766.5,596.062177826491),(770,597),(773.5,596.062177826491),(776.062177826491,593.5),(777,590),(776.062177826491,586.5),(773.5,583.937822173509),(770,583),(766.5,583.937822173509),(763.937822173509,586.5)) -7660 ((762,600),(763.0717967697245,604),(766,606.9282032302755),(770,608),(774,606.9282032302755),(776.9282032302755,604),(778,600),(776.9282032302755,596),(774,593.0717967697245),(770,592),(766,593.0717967697245),(763.0717967697245,596)) -7661 ((761,610),(762.2057713659401,614.5),(765.5,617.7942286340599),(770,619),(774.5,617.7942286340599),(777.7942286340599,614.5),(779,610),(777.79422863406,605.5),(774.5,602.2057713659401),(770,601),(765.5,602.20577136594),(762.2057713659401,605.5)) -7662 ((760,620),(761.3397459621556,625),(765,628.6602540378444),(770,630),(775,628.6602540378444),(778.6602540378444,625),(780,620),(778.6602540378444,615),(775,611.3397459621556),(770,610),(765,611.3397459621556),(761.3397459621556,615)) -7663 ((769,630),(769.1339745962156,630.5),(769.5,630.8660254037844),(770,631),(770.5,630.8660254037844),(770.8660254037844,630.5),(771,630),(770.8660254037844,629.5),(770.5,629.1339745962156),(770,629),(769.5,629.1339745962156),(769.1339745962156,629.5)) -7664 ((768,640),(768.2679491924312,641),(769,641.7320508075688),(770,642),(771,641.7320508075688),(771.7320508075688,641),(772,640),(771.7320508075688,639),(771,638.2679491924312),(770,638),(769,638.2679491924312),(768.2679491924312,639)) -7665 ((767,650),(767.4019237886466,651.5),(768.5,652.5980762113534),(770,653),(771.5,652.5980762113534),(772.5980762113533,651.5),(773,650),(772.5980762113534,648.5),(771.5,647.4019237886467),(770,647),(768.5,647.4019237886466),(767.4019237886467,648.5)) -7666 ((766,660),(766.5358983848622,662),(768,663.4641016151378),(770,664),(772,663.4641016151378),(773.4641016151378,662),(774,660),(773.4641016151378,658),(772,656.5358983848622),(770,656),(768,656.5358983848622),(766.5358983848622,658)) -7667 ((765,670),(765.6698729810778,672.5),(767.5,674.3301270189222),(770,675),(772.5,674.3301270189222),(774.3301270189222,672.5),(775,670),(774.3301270189222,667.5),(772.5,665.6698729810778),(770,665),(767.5,665.6698729810778),(765.6698729810778,667.5)) -7668 ((764,680),(764.8038475772934,683),(767,685.1961524227066),(770,686),(773,685.1961524227066),(775.1961524227066,683),(776,680),(775.1961524227066,677),(773,674.8038475772934),(770,674),(767,674.8038475772934),(764.8038475772934,677)) -7669 ((763,690),(763.937822173509,693.5),(766.5,696.062177826491),(770,697),(773.5,696.062177826491),(776.062177826491,693.5),(777,690),(776.062177826491,686.5),(773.5,683.937822173509),(770,683),(766.5,683.937822173509),(763.937822173509,686.5)) -7670 ((762,700),(763.0717967697245,704),(766,706.9282032302755),(770,708),(774,706.9282032302755),(776.9282032302755,704),(778,700),(776.9282032302755,696),(774,693.0717967697245),(770,692),(766,693.0717967697245),(763.0717967697245,696)) -7671 ((761,710),(762.2057713659401,714.5),(765.5,717.7942286340599),(770,719),(774.5,717.7942286340599),(777.7942286340599,714.5),(779,710),(777.79422863406,705.5),(774.5,702.2057713659401),(770,701),(765.5,702.20577136594),(762.2057713659401,705.5)) -7672 ((760,720),(761.3397459621556,725),(765,728.6602540378444),(770,730),(775,728.6602540378444),(778.6602540378444,725),(780,720),(778.6602540378444,715),(775,711.3397459621556),(770,710),(765,711.3397459621556),(761.3397459621556,715)) -7673 ((769,730),(769.1339745962156,730.5),(769.5,730.8660254037844),(770,731),(770.5,730.8660254037844),(770.8660254037844,730.5),(771,730),(770.8660254037844,729.5),(770.5,729.1339745962156),(770,729),(769.5,729.1339745962156),(769.1339745962156,729.5)) -7674 ((768,740),(768.2679491924312,741),(769,741.7320508075688),(770,742),(771,741.7320508075688),(771.7320508075688,741),(772,740),(771.7320508075688,739),(771,738.2679491924312),(770,738),(769,738.2679491924312),(768.2679491924312,739)) -7675 ((767,750),(767.4019237886466,751.5),(768.5,752.5980762113534),(770,753),(771.5,752.5980762113534),(772.5980762113533,751.5),(773,750),(772.5980762113534,748.5),(771.5,747.4019237886467),(770,747),(768.5,747.4019237886466),(767.4019237886467,748.5)) -7676 ((766,760),(766.5358983848622,762),(768,763.4641016151378),(770,764),(772,763.4641016151378),(773.4641016151378,762),(774,760),(773.4641016151378,758),(772,756.5358983848622),(770,756),(768,756.5358983848622),(766.5358983848622,758)) -7677 ((765,770),(765.6698729810778,772.5),(767.5,774.3301270189222),(770,775),(772.5,774.3301270189222),(774.3301270189222,772.5),(775,770),(774.3301270189222,767.5),(772.5,765.6698729810778),(770,765),(767.5,765.6698729810778),(765.6698729810778,767.5)) -7678 ((764,780),(764.8038475772934,783),(767,785.1961524227066),(770,786),(773,785.1961524227066),(775.1961524227066,783),(776,780),(775.1961524227066,777),(773,774.8038475772934),(770,774),(767,774.8038475772934),(764.8038475772934,777)) -7679 ((763,790),(763.937822173509,793.5),(766.5,796.062177826491),(770,797),(773.5,796.062177826491),(776.062177826491,793.5),(777,790),(776.062177826491,786.5),(773.5,783.937822173509),(770,783),(766.5,783.937822173509),(763.937822173509,786.5)) -7680 ((762,800),(763.0717967697245,804),(766,806.9282032302755),(770,808),(774,806.9282032302755),(776.9282032302755,804),(778,800),(776.9282032302755,796),(774,793.0717967697245),(770,792),(766,793.0717967697245),(763.0717967697245,796)) -7681 ((761,810),(762.2057713659401,814.5),(765.5,817.7942286340599),(770,819),(774.5,817.7942286340599),(777.7942286340599,814.5),(779,810),(777.79422863406,805.5),(774.5,802.2057713659401),(770,801),(765.5,802.20577136594),(762.2057713659401,805.5)) -7682 ((760,820),(761.3397459621556,825),(765,828.6602540378444),(770,830),(775,828.6602540378444),(778.6602540378444,825),(780,820),(778.6602540378444,815),(775,811.3397459621556),(770,810),(765,811.3397459621556),(761.3397459621556,815)) -7683 ((769,830),(769.1339745962156,830.5),(769.5,830.8660254037844),(770,831),(770.5,830.8660254037844),(770.8660254037844,830.5),(771,830),(770.8660254037844,829.5),(770.5,829.1339745962156),(770,829),(769.5,829.1339745962156),(769.1339745962156,829.5)) -7684 ((768,840),(768.2679491924312,841),(769,841.7320508075688),(770,842),(771,841.7320508075688),(771.7320508075688,841),(772,840),(771.7320508075688,839),(771,838.2679491924312),(770,838),(769,838.2679491924312),(768.2679491924312,839)) -7685 ((767,850),(767.4019237886466,851.5),(768.5,852.5980762113534),(770,853),(771.5,852.5980762113534),(772.5980762113533,851.5),(773,850),(772.5980762113534,848.5),(771.5,847.4019237886467),(770,847),(768.5,847.4019237886466),(767.4019237886467,848.5)) -7686 ((766,860),(766.5358983848622,862),(768,863.4641016151378),(770,864),(772,863.4641016151378),(773.4641016151378,862),(774,860),(773.4641016151378,858),(772,856.5358983848622),(770,856),(768,856.5358983848622),(766.5358983848622,858)) -7687 ((765,870),(765.6698729810778,872.5),(767.5,874.3301270189222),(770,875),(772.5,874.3301270189222),(774.3301270189222,872.5),(775,870),(774.3301270189222,867.5),(772.5,865.6698729810778),(770,865),(767.5,865.6698729810778),(765.6698729810778,867.5)) -7688 ((764,880),(764.8038475772934,883),(767,885.1961524227066),(770,886),(773,885.1961524227066),(775.1961524227066,883),(776,880),(775.1961524227066,877),(773,874.8038475772934),(770,874),(767,874.8038475772934),(764.8038475772934,877)) -7689 ((763,890),(763.937822173509,893.5),(766.5,896.062177826491),(770,897),(773.5,896.062177826491),(776.062177826491,893.5),(777,890),(776.062177826491,886.5),(773.5,883.937822173509),(770,883),(766.5,883.937822173509),(763.937822173509,886.5)) -7690 ((762,900),(763.0717967697245,904),(766,906.9282032302755),(770,908),(774,906.9282032302755),(776.9282032302755,904),(778,900),(776.9282032302755,896),(774,893.0717967697245),(770,892),(766,893.0717967697245),(763.0717967697245,896)) -7691 ((761,910),(762.2057713659401,914.5),(765.5,917.7942286340599),(770,919),(774.5,917.7942286340599),(777.7942286340599,914.5),(779,910),(777.79422863406,905.5),(774.5,902.2057713659401),(770,901),(765.5,902.20577136594),(762.2057713659401,905.5)) -7692 ((760,920),(761.3397459621556,925),(765,928.6602540378444),(770,930),(775,928.6602540378444),(778.6602540378444,925),(780,920),(778.6602540378444,915),(775,911.3397459621556),(770,910),(765,911.3397459621556),(761.3397459621556,915)) -7693 ((769,930),(769.1339745962156,930.5),(769.5,930.8660254037844),(770,931),(770.5,930.8660254037844),(770.8660254037844,930.5),(771,930),(770.8660254037844,929.5),(770.5,929.1339745962156),(770,929),(769.5,929.1339745962156),(769.1339745962156,929.5)) -7694 ((768,940),(768.2679491924312,941),(769,941.7320508075688),(770,942),(771,941.7320508075688),(771.7320508075688,941),(772,940),(771.7320508075688,939),(771,938.2679491924312),(770,938),(769,938.2679491924312),(768.2679491924312,939)) -7695 ((767,950),(767.4019237886466,951.5),(768.5,952.5980762113534),(770,953),(771.5,952.5980762113534),(772.5980762113533,951.5),(773,950),(772.5980762113534,948.5),(771.5,947.4019237886467),(770,947),(768.5,947.4019237886466),(767.4019237886467,948.5)) -7696 ((766,960),(766.5358983848622,962),(768,963.4641016151378),(770,964),(772,963.4641016151378),(773.4641016151378,962),(774,960),(773.4641016151378,958),(772,956.5358983848622),(770,956),(768,956.5358983848622),(766.5358983848622,958)) -7697 ((765,970),(765.6698729810778,972.5),(767.5,974.3301270189222),(770,975),(772.5,974.3301270189222),(774.3301270189222,972.5),(775,970),(774.3301270189222,967.5),(772.5,965.6698729810778),(770,965),(767.5,965.6698729810778),(765.6698729810778,967.5)) -7698 ((764,980),(764.8038475772934,983),(767,985.1961524227066),(770,986),(773,985.1961524227066),(775.1961524227066,983),(776,980),(775.1961524227066,977),(773,974.8038475772934),(770,974),(767,974.8038475772934),(764.8038475772934,977)) -7699 ((763,990),(763.937822173509,993.5),(766.5,996.062177826491),(770,997),(773.5,996.062177826491),(776.062177826491,993.5),(777,990),(776.062177826491,986.5),(773.5,983.937822173509),(770,983),(766.5,983.937822173509),(763.937822173509,986.5)) -7700 ((762,1000),(763.0717967697245,1004),(766,1006.9282032302755),(770,1008),(774,1006.9282032302755),(776.9282032302755,1004),(778,1000),(776.9282032302755,996),(774,993.0717967697245),(770,992),(766,993.0717967697245),(763.0717967697245,996)) -7701 ((770,10),(771.3397459621556,15),(775,18.660254037844386),(780,20),(785,18.66025403784439),(788.6602540378444,15.000000000000004),(790,10.000000000000002),(788.6602540378444,5.000000000000003),(785,1.3397459621556145),(780,0),(775,1.3397459621556091),(771.3397459621556,4.999999999999996)) -7702 ((779,20),(779.1339745962156,20.5),(779.5,20.866025403784437),(780,21),(780.5,20.866025403784437),(780.8660254037844,20.5),(781,20),(780.8660254037844,19.5),(780.5,19.133974596215563),(780,19),(779.5,19.133974596215563),(779.1339745962156,19.5)) -7703 ((778,30),(778.2679491924312,31),(779,31.73205080756888),(780,32),(781,31.73205080756888),(781.7320508075688,31),(782,30),(781.7320508075688,29),(781,28.26794919243112),(780,28),(779,28.26794919243112),(778.2679491924312,29)) -7704 ((777,40),(777.4019237886466,41.5),(778.5,42.598076211353316),(780,43),(781.5,42.598076211353316),(782.5980762113533,41.5),(783,40),(782.5980762113534,38.5),(781.5,37.401923788646684),(780,37),(778.5,37.401923788646684),(777.4019237886467,38.5)) -7705 ((776,50),(776.5358983848622,52),(778,53.46410161513776),(780,54),(782,53.46410161513776),(783.4641016151378,52),(784,50),(783.4641016151378,48),(782,46.53589838486224),(780,46),(778,46.53589838486224),(776.5358983848622,48)) -7706 ((775,60),(775.6698729810778,62.5),(777.5,64.3301270189222),(780,65),(782.5,64.3301270189222),(784.3301270189222,62.5),(785,60),(784.3301270189222,57.5),(782.5,55.66987298107781),(780,55),(777.5,55.6698729810778),(775.6698729810778,57.5)) -7707 ((774,70),(774.8038475772934,73),(777,75.19615242270663),(780,76),(783,75.19615242270663),(785.1961524227066,73),(786,70),(785.1961524227066,67),(783,64.80384757729337),(780,64),(777,64.80384757729337),(774.8038475772934,67)) -7708 ((773,80),(773.937822173509,83.5),(776.5,86.06217782649107),(780,87),(783.5,86.06217782649107),(786.062177826491,83.5),(787,80),(786.062177826491,76.5),(783.5,73.93782217350893),(780,73),(776.5,73.93782217350892),(773.937822173509,76.5)) -7709 ((772,90),(773.0717967697245,94),(776,96.92820323027551),(780,98),(784,96.92820323027551),(786.9282032302755,94),(788,90),(786.9282032302755,86),(784,83.07179676972449),(780,82),(776,83.07179676972449),(773.0717967697245,86)) -7710 ((771,100),(772.2057713659401,104.5),(775.5,107.79422863405995),(780,109),(784.5,107.79422863405995),(787.7942286340599,104.5),(789,100),(787.79422863406,95.5),(784.5,92.20577136594005),(780,91),(775.5,92.20577136594005),(772.2057713659401,95.5)) -7711 ((770,110),(771.3397459621556,115),(775,118.66025403784438),(780,120),(785,118.66025403784438),(788.6602540378444,115),(790,110),(788.6602540378444,105),(785,101.33974596215562),(780,100),(775,101.3397459621556),(771.3397459621556,105)) -7712 ((779,120),(779.1339745962156,120.5),(779.5,120.86602540378443),(780,121),(780.5,120.86602540378443),(780.8660254037844,120.5),(781,120),(780.8660254037844,119.5),(780.5,119.13397459621557),(780,119),(779.5,119.13397459621557),(779.1339745962156,119.5)) -7713 ((778,130),(778.2679491924312,131),(779,131.73205080756887),(780,132),(781,131.73205080756887),(781.7320508075688,131),(782,130),(781.7320508075688,129),(781,128.26794919243113),(780,128),(779,128.26794919243113),(778.2679491924312,129)) -7714 ((777,140),(777.4019237886466,141.5),(778.5,142.59807621135332),(780,143),(781.5,142.59807621135332),(782.5980762113533,141.5),(783,140),(782.5980762113534,138.5),(781.5,137.40192378864668),(780,137),(778.5,137.40192378864668),(777.4019237886467,138.5)) -7715 ((776,150),(776.5358983848622,152),(778,153.46410161513776),(780,154),(782,153.46410161513776),(783.4641016151378,152),(784,150),(783.4641016151378,148),(782,146.53589838486224),(780,146),(778,146.53589838486224),(776.5358983848622,148)) -7716 ((775,160),(775.6698729810778,162.5),(777.5,164.33012701892218),(780,165),(782.5,164.33012701892218),(784.3301270189222,162.5),(785,160),(784.3301270189222,157.5),(782.5,155.66987298107782),(780,155),(777.5,155.66987298107782),(775.6698729810778,157.5)) -7717 ((774,170),(774.8038475772934,173),(777,175.19615242270663),(780,176),(783,175.19615242270663),(785.1961524227066,173),(786,170),(785.1961524227066,167),(783,164.80384757729337),(780,164),(777,164.80384757729337),(774.8038475772934,167)) -7718 ((773,180),(773.937822173509,183.5),(776.5,186.06217782649108),(780,187),(783.5,186.06217782649108),(786.062177826491,183.5),(787,180),(786.062177826491,176.5),(783.5,173.93782217350892),(780,173),(776.5,173.93782217350892),(773.937822173509,176.5)) -7719 ((772,190),(773.0717967697245,194),(776,196.9282032302755),(780,198),(784,196.9282032302755),(786.9282032302755,194),(788,190),(786.9282032302755,186),(784,183.0717967697245),(780,182),(776,183.0717967697245),(773.0717967697245,186)) -7720 ((771,200),(772.2057713659401,204.5),(775.5,207.79422863405995),(780,209),(784.5,207.79422863405995),(787.7942286340599,204.5),(789,200),(787.79422863406,195.5),(784.5,192.20577136594005),(780,191),(775.5,192.20577136594005),(772.2057713659401,195.5)) -7721 ((770,210),(771.3397459621556,215),(775,218.6602540378444),(780,220),(785,218.6602540378444),(788.6602540378444,215),(790,210),(788.6602540378444,205),(785,201.3397459621556),(780,200),(775,201.3397459621556),(771.3397459621556,205)) -7722 ((779,220),(779.1339745962156,220.5),(779.5,220.86602540378445),(780,221),(780.5,220.86602540378445),(780.8660254037844,220.5),(781,220),(780.8660254037844,219.5),(780.5,219.13397459621555),(780,219),(779.5,219.13397459621555),(779.1339745962156,219.5)) -7723 ((778,230),(778.2679491924312,231),(779,231.73205080756887),(780,232),(781,231.73205080756887),(781.7320508075688,231),(782,230),(781.7320508075688,229),(781,228.26794919243113),(780,228),(779,228.26794919243113),(778.2679491924312,229)) -7724 ((777,240),(777.4019237886466,241.5),(778.5,242.59807621135332),(780,243),(781.5,242.59807621135332),(782.5980762113533,241.5),(783,240),(782.5980762113534,238.5),(781.5,237.40192378864668),(780,237),(778.5,237.40192378864668),(777.4019237886467,238.5)) -7725 ((776,250),(776.5358983848622,252),(778,253.46410161513776),(780,254),(782,253.46410161513776),(783.4641016151378,252),(784,250),(783.4641016151378,248),(782,246.53589838486224),(780,246),(778,246.53589838486224),(776.5358983848622,248)) -7726 ((775,260),(775.6698729810778,262.5),(777.5,264.3301270189222),(780,265),(782.5,264.3301270189222),(784.3301270189222,262.5),(785,260),(784.3301270189222,257.5),(782.5,255.66987298107782),(780,255),(777.5,255.66987298107782),(775.6698729810778,257.5)) -7727 ((774,270),(774.8038475772934,273),(777,275.19615242270663),(780,276),(783,275.19615242270663),(785.1961524227066,273),(786,270),(785.1961524227066,267),(783,264.80384757729337),(780,264),(777,264.80384757729337),(774.8038475772934,267)) -7728 ((773,280),(773.937822173509,283.5),(776.5,286.06217782649105),(780,287),(783.5,286.06217782649105),(786.062177826491,283.5),(787,280),(786.062177826491,276.5),(783.5,273.93782217350895),(780,273),(776.5,273.93782217350895),(773.937822173509,276.5)) -7729 ((772,290),(773.0717967697245,294),(776,296.9282032302755),(780,298),(784,296.9282032302755),(786.9282032302755,294),(788,290),(786.9282032302755,286),(784,283.0717967697245),(780,282),(776,283.0717967697245),(773.0717967697245,286)) -7730 ((771,300),(772.2057713659401,304.5),(775.5,307.79422863405995),(780,309),(784.5,307.79422863405995),(787.7942286340599,304.5),(789,300),(787.79422863406,295.5),(784.5,292.20577136594005),(780,291),(775.5,292.20577136594005),(772.2057713659401,295.5)) -7731 ((770,310),(771.3397459621556,315),(775,318.66025403784437),(780,320),(785,318.66025403784437),(788.6602540378444,315),(790,310),(788.6602540378444,305),(785,301.33974596215563),(780,300),(775,301.33974596215563),(771.3397459621556,305)) -7732 ((779,320),(779.1339745962156,320.5),(779.5,320.8660254037844),(780,321),(780.5,320.8660254037844),(780.8660254037844,320.5),(781,320),(780.8660254037844,319.5),(780.5,319.1339745962156),(780,319),(779.5,319.1339745962156),(779.1339745962156,319.5)) -7733 ((778,330),(778.2679491924312,331),(779,331.7320508075689),(780,332),(781,331.7320508075689),(781.7320508075688,331),(782,330),(781.7320508075688,329),(781,328.2679491924311),(780,328),(779,328.2679491924311),(778.2679491924312,329)) -7734 ((777,340),(777.4019237886466,341.5),(778.5,342.5980762113533),(780,343),(781.5,342.5980762113533),(782.5980762113533,341.5),(783,340),(782.5980762113534,338.5),(781.5,337.4019237886467),(780,337),(778.5,337.4019237886467),(777.4019237886467,338.5)) -7735 ((776,350),(776.5358983848622,352),(778,353.46410161513774),(780,354),(782,353.46410161513774),(783.4641016151378,352),(784,350),(783.4641016151378,348),(782,346.53589838486226),(780,346),(778,346.53589838486226),(776.5358983848622,348)) -7736 ((775,360),(775.6698729810778,362.5),(777.5,364.3301270189222),(780,365),(782.5,364.3301270189222),(784.3301270189222,362.5),(785,360),(784.3301270189222,357.5),(782.5,355.6698729810778),(780,355),(777.5,355.6698729810778),(775.6698729810778,357.5)) -7737 ((774,370),(774.8038475772934,373),(777,375.19615242270663),(780,376),(783,375.19615242270663),(785.1961524227066,373),(786,370),(785.1961524227066,367),(783,364.80384757729337),(780,364),(777,364.80384757729337),(774.8038475772934,367)) -7738 ((773,380),(773.937822173509,383.5),(776.5,386.06217782649105),(780,387),(783.5,386.06217782649105),(786.062177826491,383.5),(787,380),(786.062177826491,376.5),(783.5,373.93782217350895),(780,373),(776.5,373.93782217350895),(773.937822173509,376.5)) -7739 ((772,390),(773.0717967697245,394),(776,396.9282032302755),(780,398),(784,396.9282032302755),(786.9282032302755,394),(788,390),(786.9282032302755,386),(784,383.0717967697245),(780,382),(776,383.0717967697245),(773.0717967697245,386)) -7740 ((771,400),(772.2057713659401,404.5),(775.5,407.79422863405995),(780,409),(784.5,407.79422863405995),(787.7942286340599,404.5),(789,400),(787.79422863406,395.5),(784.5,392.20577136594005),(780,391),(775.5,392.20577136594005),(772.2057713659401,395.5)) -7741 ((770,410),(771.3397459621556,415),(775,418.66025403784437),(780,420),(785,418.66025403784437),(788.6602540378444,415),(790,410),(788.6602540378444,405),(785,401.33974596215563),(780,400),(775,401.33974596215563),(771.3397459621556,405)) -7742 ((779,420),(779.1339745962156,420.5),(779.5,420.8660254037844),(780,421),(780.5,420.8660254037844),(780.8660254037844,420.5),(781,420),(780.8660254037844,419.5),(780.5,419.1339745962156),(780,419),(779.5,419.1339745962156),(779.1339745962156,419.5)) -7743 ((778,430),(778.2679491924312,431),(779,431.7320508075689),(780,432),(781,431.7320508075689),(781.7320508075688,431),(782,430),(781.7320508075688,429),(781,428.2679491924311),(780,428),(779,428.2679491924311),(778.2679491924312,429)) -7744 ((777,440),(777.4019237886466,441.5),(778.5,442.5980762113533),(780,443),(781.5,442.5980762113533),(782.5980762113533,441.5),(783,440),(782.5980762113534,438.5),(781.5,437.4019237886467),(780,437),(778.5,437.4019237886467),(777.4019237886467,438.5)) -7745 ((776,450),(776.5358983848622,452),(778,453.46410161513774),(780,454),(782,453.46410161513774),(783.4641016151378,452),(784,450),(783.4641016151378,448),(782,446.53589838486226),(780,446),(778,446.53589838486226),(776.5358983848622,448)) -7746 ((775,460),(775.6698729810778,462.5),(777.5,464.3301270189222),(780,465),(782.5,464.3301270189222),(784.3301270189222,462.5),(785,460),(784.3301270189222,457.5),(782.5,455.6698729810778),(780,455),(777.5,455.6698729810778),(775.6698729810778,457.5)) -7747 ((774,470),(774.8038475772934,473),(777,475.19615242270663),(780,476),(783,475.19615242270663),(785.1961524227066,473),(786,470),(785.1961524227066,467),(783,464.80384757729337),(780,464),(777,464.80384757729337),(774.8038475772934,467)) -7748 ((773,480),(773.937822173509,483.5),(776.5,486.06217782649105),(780,487),(783.5,486.06217782649105),(786.062177826491,483.5),(787,480),(786.062177826491,476.5),(783.5,473.93782217350895),(780,473),(776.5,473.93782217350895),(773.937822173509,476.5)) -7749 ((772,490),(773.0717967697245,494),(776,496.9282032302755),(780,498),(784,496.9282032302755),(786.9282032302755,494),(788,490),(786.9282032302755,486),(784,483.0717967697245),(780,482),(776,483.0717967697245),(773.0717967697245,486)) -7750 ((771,500),(772.2057713659401,504.5),(775.5,507.79422863405995),(780,509),(784.5,507.79422863405995),(787.7942286340599,504.5),(789,500),(787.79422863406,495.5),(784.5,492.20577136594005),(780,491),(775.5,492.20577136594005),(772.2057713659401,495.5)) -7751 ((770,510),(771.3397459621556,515),(775,518.6602540378444),(780,520),(785,518.6602540378444),(788.6602540378444,515),(790,510),(788.6602540378444,505),(785,501.33974596215563),(780,500),(775,501.33974596215563),(771.3397459621556,505)) -7752 ((779,520),(779.1339745962156,520.5),(779.5,520.8660254037844),(780,521),(780.5,520.8660254037844),(780.8660254037844,520.5),(781,520),(780.8660254037844,519.5),(780.5,519.1339745962156),(780,519),(779.5,519.1339745962156),(779.1339745962156,519.5)) -7753 ((778,530),(778.2679491924312,531),(779,531.7320508075688),(780,532),(781,531.7320508075688),(781.7320508075688,531),(782,530),(781.7320508075688,529),(781,528.2679491924312),(780,528),(779,528.2679491924312),(778.2679491924312,529)) -7754 ((777,540),(777.4019237886466,541.5),(778.5,542.5980762113534),(780,543),(781.5,542.5980762113534),(782.5980762113533,541.5),(783,540),(782.5980762113534,538.5),(781.5,537.4019237886467),(780,537),(778.5,537.4019237886466),(777.4019237886467,538.5)) -7755 ((776,550),(776.5358983848622,552),(778,553.4641016151378),(780,554),(782,553.4641016151378),(783.4641016151378,552),(784,550),(783.4641016151378,548),(782,546.5358983848622),(780,546),(778,546.5358983848622),(776.5358983848622,548)) -7756 ((775,560),(775.6698729810778,562.5),(777.5,564.3301270189222),(780,565),(782.5,564.3301270189222),(784.3301270189222,562.5),(785,560),(784.3301270189222,557.5),(782.5,555.6698729810778),(780,555),(777.5,555.6698729810778),(775.6698729810778,557.5)) -7757 ((774,570),(774.8038475772934,573),(777,575.1961524227066),(780,576),(783,575.1961524227066),(785.1961524227066,573),(786,570),(785.1961524227066,567),(783,564.8038475772934),(780,564),(777,564.8038475772934),(774.8038475772934,567)) -7758 ((773,580),(773.937822173509,583.5),(776.5,586.062177826491),(780,587),(783.5,586.062177826491),(786.062177826491,583.5),(787,580),(786.062177826491,576.5),(783.5,573.937822173509),(780,573),(776.5,573.937822173509),(773.937822173509,576.5)) -7759 ((772,590),(773.0717967697245,594),(776,596.9282032302755),(780,598),(784,596.9282032302755),(786.9282032302755,594),(788,590),(786.9282032302755,586),(784,583.0717967697245),(780,582),(776,583.0717967697245),(773.0717967697245,586)) -7760 ((771,600),(772.2057713659401,604.5),(775.5,607.7942286340599),(780,609),(784.5,607.7942286340599),(787.7942286340599,604.5),(789,600),(787.79422863406,595.5),(784.5,592.2057713659401),(780,591),(775.5,592.20577136594),(772.2057713659401,595.5)) -7761 ((770,610),(771.3397459621556,615),(775,618.6602540378444),(780,620),(785,618.6602540378444),(788.6602540378444,615),(790,610),(788.6602540378444,605),(785,601.3397459621556),(780,600),(775,601.3397459621556),(771.3397459621556,605)) -7762 ((779,620),(779.1339745962156,620.5),(779.5,620.8660254037844),(780,621),(780.5,620.8660254037844),(780.8660254037844,620.5),(781,620),(780.8660254037844,619.5),(780.5,619.1339745962156),(780,619),(779.5,619.1339745962156),(779.1339745962156,619.5)) -7763 ((778,630),(778.2679491924312,631),(779,631.7320508075688),(780,632),(781,631.7320508075688),(781.7320508075688,631),(782,630),(781.7320508075688,629),(781,628.2679491924312),(780,628),(779,628.2679491924312),(778.2679491924312,629)) -7764 ((777,640),(777.4019237886466,641.5),(778.5,642.5980762113534),(780,643),(781.5,642.5980762113534),(782.5980762113533,641.5),(783,640),(782.5980762113534,638.5),(781.5,637.4019237886467),(780,637),(778.5,637.4019237886466),(777.4019237886467,638.5)) -7765 ((776,650),(776.5358983848622,652),(778,653.4641016151378),(780,654),(782,653.4641016151378),(783.4641016151378,652),(784,650),(783.4641016151378,648),(782,646.5358983848622),(780,646),(778,646.5358983848622),(776.5358983848622,648)) -7766 ((775,660),(775.6698729810778,662.5),(777.5,664.3301270189222),(780,665),(782.5,664.3301270189222),(784.3301270189222,662.5),(785,660),(784.3301270189222,657.5),(782.5,655.6698729810778),(780,655),(777.5,655.6698729810778),(775.6698729810778,657.5)) -7767 ((774,670),(774.8038475772934,673),(777,675.1961524227066),(780,676),(783,675.1961524227066),(785.1961524227066,673),(786,670),(785.1961524227066,667),(783,664.8038475772934),(780,664),(777,664.8038475772934),(774.8038475772934,667)) -7768 ((773,680),(773.937822173509,683.5),(776.5,686.062177826491),(780,687),(783.5,686.062177826491),(786.062177826491,683.5),(787,680),(786.062177826491,676.5),(783.5,673.937822173509),(780,673),(776.5,673.937822173509),(773.937822173509,676.5)) -7769 ((772,690),(773.0717967697245,694),(776,696.9282032302755),(780,698),(784,696.9282032302755),(786.9282032302755,694),(788,690),(786.9282032302755,686),(784,683.0717967697245),(780,682),(776,683.0717967697245),(773.0717967697245,686)) -7770 ((771,700),(772.2057713659401,704.5),(775.5,707.7942286340599),(780,709),(784.5,707.7942286340599),(787.7942286340599,704.5),(789,700),(787.79422863406,695.5),(784.5,692.2057713659401),(780,691),(775.5,692.20577136594),(772.2057713659401,695.5)) -7771 ((770,710),(771.3397459621556,715),(775,718.6602540378444),(780,720),(785,718.6602540378444),(788.6602540378444,715),(790,710),(788.6602540378444,705),(785,701.3397459621556),(780,700),(775,701.3397459621556),(771.3397459621556,705)) -7772 ((779,720),(779.1339745962156,720.5),(779.5,720.8660254037844),(780,721),(780.5,720.8660254037844),(780.8660254037844,720.5),(781,720),(780.8660254037844,719.5),(780.5,719.1339745962156),(780,719),(779.5,719.1339745962156),(779.1339745962156,719.5)) -7773 ((778,730),(778.2679491924312,731),(779,731.7320508075688),(780,732),(781,731.7320508075688),(781.7320508075688,731),(782,730),(781.7320508075688,729),(781,728.2679491924312),(780,728),(779,728.2679491924312),(778.2679491924312,729)) -7774 ((777,740),(777.4019237886466,741.5),(778.5,742.5980762113534),(780,743),(781.5,742.5980762113534),(782.5980762113533,741.5),(783,740),(782.5980762113534,738.5),(781.5,737.4019237886467),(780,737),(778.5,737.4019237886466),(777.4019237886467,738.5)) -7775 ((776,750),(776.5358983848622,752),(778,753.4641016151378),(780,754),(782,753.4641016151378),(783.4641016151378,752),(784,750),(783.4641016151378,748),(782,746.5358983848622),(780,746),(778,746.5358983848622),(776.5358983848622,748)) -7776 ((775,760),(775.6698729810778,762.5),(777.5,764.3301270189222),(780,765),(782.5,764.3301270189222),(784.3301270189222,762.5),(785,760),(784.3301270189222,757.5),(782.5,755.6698729810778),(780,755),(777.5,755.6698729810778),(775.6698729810778,757.5)) -7777 ((774,770),(774.8038475772934,773),(777,775.1961524227066),(780,776),(783,775.1961524227066),(785.1961524227066,773),(786,770),(785.1961524227066,767),(783,764.8038475772934),(780,764),(777,764.8038475772934),(774.8038475772934,767)) -7778 ((773,780),(773.937822173509,783.5),(776.5,786.062177826491),(780,787),(783.5,786.062177826491),(786.062177826491,783.5),(787,780),(786.062177826491,776.5),(783.5,773.937822173509),(780,773),(776.5,773.937822173509),(773.937822173509,776.5)) -7779 ((772,790),(773.0717967697245,794),(776,796.9282032302755),(780,798),(784,796.9282032302755),(786.9282032302755,794),(788,790),(786.9282032302755,786),(784,783.0717967697245),(780,782),(776,783.0717967697245),(773.0717967697245,786)) -7780 ((771,800),(772.2057713659401,804.5),(775.5,807.7942286340599),(780,809),(784.5,807.7942286340599),(787.7942286340599,804.5),(789,800),(787.79422863406,795.5),(784.5,792.2057713659401),(780,791),(775.5,792.20577136594),(772.2057713659401,795.5)) -7781 ((770,810),(771.3397459621556,815),(775,818.6602540378444),(780,820),(785,818.6602540378444),(788.6602540378444,815),(790,810),(788.6602540378444,805),(785,801.3397459621556),(780,800),(775,801.3397459621556),(771.3397459621556,805)) -7782 ((779,820),(779.1339745962156,820.5),(779.5,820.8660254037844),(780,821),(780.5,820.8660254037844),(780.8660254037844,820.5),(781,820),(780.8660254037844,819.5),(780.5,819.1339745962156),(780,819),(779.5,819.1339745962156),(779.1339745962156,819.5)) -7783 ((778,830),(778.2679491924312,831),(779,831.7320508075688),(780,832),(781,831.7320508075688),(781.7320508075688,831),(782,830),(781.7320508075688,829),(781,828.2679491924312),(780,828),(779,828.2679491924312),(778.2679491924312,829)) -7784 ((777,840),(777.4019237886466,841.5),(778.5,842.5980762113534),(780,843),(781.5,842.5980762113534),(782.5980762113533,841.5),(783,840),(782.5980762113534,838.5),(781.5,837.4019237886467),(780,837),(778.5,837.4019237886466),(777.4019237886467,838.5)) -7785 ((776,850),(776.5358983848622,852),(778,853.4641016151378),(780,854),(782,853.4641016151378),(783.4641016151378,852),(784,850),(783.4641016151378,848),(782,846.5358983848622),(780,846),(778,846.5358983848622),(776.5358983848622,848)) -7786 ((775,860),(775.6698729810778,862.5),(777.5,864.3301270189222),(780,865),(782.5,864.3301270189222),(784.3301270189222,862.5),(785,860),(784.3301270189222,857.5),(782.5,855.6698729810778),(780,855),(777.5,855.6698729810778),(775.6698729810778,857.5)) -7787 ((774,870),(774.8038475772934,873),(777,875.1961524227066),(780,876),(783,875.1961524227066),(785.1961524227066,873),(786,870),(785.1961524227066,867),(783,864.8038475772934),(780,864),(777,864.8038475772934),(774.8038475772934,867)) -7788 ((773,880),(773.937822173509,883.5),(776.5,886.062177826491),(780,887),(783.5,886.062177826491),(786.062177826491,883.5),(787,880),(786.062177826491,876.5),(783.5,873.937822173509),(780,873),(776.5,873.937822173509),(773.937822173509,876.5)) -7789 ((772,890),(773.0717967697245,894),(776,896.9282032302755),(780,898),(784,896.9282032302755),(786.9282032302755,894),(788,890),(786.9282032302755,886),(784,883.0717967697245),(780,882),(776,883.0717967697245),(773.0717967697245,886)) -7790 ((771,900),(772.2057713659401,904.5),(775.5,907.7942286340599),(780,909),(784.5,907.7942286340599),(787.7942286340599,904.5),(789,900),(787.79422863406,895.5),(784.5,892.2057713659401),(780,891),(775.5,892.20577136594),(772.2057713659401,895.5)) -7791 ((770,910),(771.3397459621556,915),(775,918.6602540378444),(780,920),(785,918.6602540378444),(788.6602540378444,915),(790,910),(788.6602540378444,905),(785,901.3397459621556),(780,900),(775,901.3397459621556),(771.3397459621556,905)) -7792 ((779,920),(779.1339745962156,920.5),(779.5,920.8660254037844),(780,921),(780.5,920.8660254037844),(780.8660254037844,920.5),(781,920),(780.8660254037844,919.5),(780.5,919.1339745962156),(780,919),(779.5,919.1339745962156),(779.1339745962156,919.5)) -7793 ((778,930),(778.2679491924312,931),(779,931.7320508075688),(780,932),(781,931.7320508075688),(781.7320508075688,931),(782,930),(781.7320508075688,929),(781,928.2679491924312),(780,928),(779,928.2679491924312),(778.2679491924312,929)) -7794 ((777,940),(777.4019237886466,941.5),(778.5,942.5980762113534),(780,943),(781.5,942.5980762113534),(782.5980762113533,941.5),(783,940),(782.5980762113534,938.5),(781.5,937.4019237886467),(780,937),(778.5,937.4019237886466),(777.4019237886467,938.5)) -7795 ((776,950),(776.5358983848622,952),(778,953.4641016151378),(780,954),(782,953.4641016151378),(783.4641016151378,952),(784,950),(783.4641016151378,948),(782,946.5358983848622),(780,946),(778,946.5358983848622),(776.5358983848622,948)) -7796 ((775,960),(775.6698729810778,962.5),(777.5,964.3301270189222),(780,965),(782.5,964.3301270189222),(784.3301270189222,962.5),(785,960),(784.3301270189222,957.5),(782.5,955.6698729810778),(780,955),(777.5,955.6698729810778),(775.6698729810778,957.5)) -7797 ((774,970),(774.8038475772934,973),(777,975.1961524227066),(780,976),(783,975.1961524227066),(785.1961524227066,973),(786,970),(785.1961524227066,967),(783,964.8038475772934),(780,964),(777,964.8038475772934),(774.8038475772934,967)) -7798 ((773,980),(773.937822173509,983.5),(776.5,986.062177826491),(780,987),(783.5,986.062177826491),(786.062177826491,983.5),(787,980),(786.062177826491,976.5),(783.5,973.937822173509),(780,973),(776.5,973.937822173509),(773.937822173509,976.5)) -7799 ((772,990),(773.0717967697245,994),(776,996.9282032302755),(780,998),(784,996.9282032302755),(786.9282032302755,994),(788,990),(786.9282032302755,986),(784,983.0717967697245),(780,982),(776,983.0717967697245),(773.0717967697245,986)) -7800 ((771,1000),(772.2057713659401,1004.5),(775.5,1007.7942286340599),(780,1009),(784.5,1007.7942286340599),(787.7942286340599,1004.5),(789,1000),(787.79422863406,995.5),(784.5,992.2057713659401),(780,991),(775.5,992.20577136594),(772.2057713659401,995.5)) -7801 ((789,10),(789.1339745962156,10.5),(789.5,10.86602540378444),(790,11),(790.5,10.86602540378444),(790.8660254037844,10.5),(791,10),(790.8660254037844,9.5),(790.5,9.13397459621556),(790,9),(789.5,9.13397459621556),(789.1339745962156,9.5)) -7802 ((788,20),(788.2679491924312,21),(789,21.73205080756888),(790,22),(791,21.73205080756888),(791.7320508075688,21),(792,20),(791.7320508075688,19),(791,18.26794919243112),(790,18),(789,18.26794919243112),(788.2679491924312,19)) -7803 ((787,30),(787.4019237886466,31.5),(788.5,32.598076211353316),(790,33),(791.5,32.598076211353316),(792.5980762113533,31.5),(793,30),(792.5980762113534,28.5),(791.5,27.401923788646684),(790,27),(788.5,27.401923788646684),(787.4019237886467,28.5)) -7804 ((786,40),(786.5358983848622,42),(788,43.46410161513776),(790,44),(792,43.46410161513776),(793.4641016151378,42),(794,40),(793.4641016151378,38),(792,36.53589838486224),(790,36),(788,36.53589838486224),(786.5358983848622,38)) -7805 ((785,50),(785.6698729810778,52.5),(787.5,54.33012701892219),(790,55),(792.5,54.33012701892219),(794.3301270189222,52.5),(795,50),(794.3301270189222,47.5),(792.5,45.66987298107781),(790,45),(787.5,45.6698729810778),(785.6698729810778,47.5)) -7806 ((784,60),(784.8038475772934,63),(787,65.19615242270663),(790,66),(793,65.19615242270663),(795.1961524227066,63),(796,60),(795.1961524227066,57),(793,54.80384757729337),(790,54),(787,54.80384757729337),(784.8038475772934,57)) -7807 ((783,70),(783.937822173509,73.5),(786.5,76.06217782649107),(790,77),(793.5,76.06217782649107),(796.062177826491,73.5),(797,70),(796.062177826491,66.5),(793.5,63.937822173508934),(790,63),(786.5,63.93782217350893),(783.937822173509,66.5)) -7808 ((782,80),(783.0717967697245,84),(786,86.92820323027551),(790,88),(794,86.92820323027551),(796.9282032302755,84),(798,80),(796.9282032302755,76),(794,73.07179676972449),(790,72),(786,73.07179676972449),(783.0717967697245,76)) -7809 ((781,90),(782.2057713659401,94.5),(785.5,97.79422863405995),(790,99),(794.5,97.79422863405995),(797.7942286340599,94.5),(799,90),(797.79422863406,85.5),(794.5,82.20577136594005),(790,81),(785.5,82.20577136594005),(782.2057713659401,85.5)) -7810 ((780,100),(781.3397459621556,105),(785,108.66025403784438),(790,110),(795,108.66025403784438),(798.6602540378444,105),(800,100),(798.6602540378444,95),(795,91.33974596215562),(790,90),(785,91.3397459621556),(781.3397459621556,95)) -7811 ((789,110),(789.1339745962156,110.5),(789.5,110.86602540378443),(790,111),(790.5,110.86602540378443),(790.8660254037844,110.5),(791,110),(790.8660254037844,109.5),(790.5,109.13397459621557),(790,109),(789.5,109.13397459621557),(789.1339745962156,109.5)) -7812 ((788,120),(788.2679491924312,121),(789,121.73205080756888),(790,122),(791,121.73205080756888),(791.7320508075688,121),(792,120),(791.7320508075688,119),(791,118.26794919243112),(790,118),(789,118.26794919243112),(788.2679491924312,119)) -7813 ((787,130),(787.4019237886466,131.5),(788.5,132.59807621135332),(790,133),(791.5,132.59807621135332),(792.5980762113533,131.5),(793,130),(792.5980762113534,128.5),(791.5,127.40192378864668),(790,127),(788.5,127.40192378864668),(787.4019237886467,128.5)) -7814 ((786,140),(786.5358983848622,142),(788,143.46410161513776),(790,144),(792,143.46410161513776),(793.4641016151378,142),(794,140),(793.4641016151378,138),(792,136.53589838486224),(790,136),(788,136.53589838486224),(786.5358983848622,138)) -7815 ((785,150),(785.6698729810778,152.5),(787.5,154.33012701892218),(790,155),(792.5,154.33012701892218),(794.3301270189222,152.5),(795,150),(794.3301270189222,147.5),(792.5,145.66987298107782),(790,145),(787.5,145.66987298107782),(785.6698729810778,147.5)) -7816 ((784,160),(784.8038475772934,163),(787,165.19615242270663),(790,166),(793,165.19615242270663),(795.1961524227066,163),(796,160),(795.1961524227066,157),(793,154.80384757729337),(790,154),(787,154.80384757729337),(784.8038475772934,157)) -7817 ((783,170),(783.937822173509,173.5),(786.5,176.06217782649108),(790,177),(793.5,176.06217782649108),(796.062177826491,173.5),(797,170),(796.062177826491,166.5),(793.5,163.93782217350892),(790,163),(786.5,163.93782217350892),(783.937822173509,166.5)) -7818 ((782,180),(783.0717967697245,184),(786,186.9282032302755),(790,188),(794,186.9282032302755),(796.9282032302755,184),(798,180),(796.9282032302755,176),(794,173.0717967697245),(790,172),(786,173.0717967697245),(783.0717967697245,176)) -7819 ((781,190),(782.2057713659401,194.5),(785.5,197.79422863405995),(790,199),(794.5,197.79422863405995),(797.7942286340599,194.5),(799,190),(797.79422863406,185.5),(794.5,182.20577136594005),(790,181),(785.5,182.20577136594005),(782.2057713659401,185.5)) -7820 ((780,200),(781.3397459621556,205),(785,208.6602540378444),(790,210),(795,208.6602540378444),(798.6602540378444,205),(800,200),(798.6602540378444,195),(795,191.3397459621556),(790,190),(785,191.3397459621556),(781.3397459621556,195)) -7821 ((789,210),(789.1339745962156,210.5),(789.5,210.86602540378445),(790,211),(790.5,210.86602540378445),(790.8660254037844,210.5),(791,210),(790.8660254037844,209.5),(790.5,209.13397459621555),(790,209),(789.5,209.13397459621555),(789.1339745962156,209.5)) -7822 ((788,220),(788.2679491924312,221),(789,221.73205080756887),(790,222),(791,221.73205080756887),(791.7320508075688,221),(792,220),(791.7320508075688,219),(791,218.26794919243113),(790,218),(789,218.26794919243113),(788.2679491924312,219)) -7823 ((787,230),(787.4019237886466,231.5),(788.5,232.59807621135332),(790,233),(791.5,232.59807621135332),(792.5980762113533,231.5),(793,230),(792.5980762113534,228.5),(791.5,227.40192378864668),(790,227),(788.5,227.40192378864668),(787.4019237886467,228.5)) -7824 ((786,240),(786.5358983848622,242),(788,243.46410161513776),(790,244),(792,243.46410161513776),(793.4641016151378,242),(794,240),(793.4641016151378,238),(792,236.53589838486224),(790,236),(788,236.53589838486224),(786.5358983848622,238)) -7825 ((785,250),(785.6698729810778,252.5),(787.5,254.33012701892218),(790,255),(792.5,254.33012701892218),(794.3301270189222,252.5),(795,250),(794.3301270189222,247.5),(792.5,245.66987298107782),(790,245),(787.5,245.66987298107782),(785.6698729810778,247.5)) -7826 ((784,260),(784.8038475772934,263),(787,265.19615242270663),(790,266),(793,265.19615242270663),(795.1961524227066,263),(796,260),(795.1961524227066,257),(793,254.80384757729337),(790,254),(787,254.80384757729337),(784.8038475772934,257)) -7827 ((783,270),(783.937822173509,273.5),(786.5,276.06217782649105),(790,277),(793.5,276.06217782649105),(796.062177826491,273.5),(797,270),(796.062177826491,266.5),(793.5,263.93782217350895),(790,263),(786.5,263.93782217350895),(783.937822173509,266.5)) -7828 ((782,280),(783.0717967697245,284),(786,286.9282032302755),(790,288),(794,286.9282032302755),(796.9282032302755,284),(798,280),(796.9282032302755,276),(794,273.0717967697245),(790,272),(786,273.0717967697245),(783.0717967697245,276)) -7829 ((781,290),(782.2057713659401,294.5),(785.5,297.79422863405995),(790,299),(794.5,297.79422863405995),(797.7942286340599,294.5),(799,290),(797.79422863406,285.5),(794.5,282.20577136594005),(790,281),(785.5,282.20577136594005),(782.2057713659401,285.5)) -7830 ((780,300),(781.3397459621556,305),(785,308.66025403784437),(790,310),(795,308.66025403784437),(798.6602540378444,305),(800,300),(798.6602540378444,295),(795,291.33974596215563),(790,290),(785,291.33974596215563),(781.3397459621556,295)) -7831 ((789,310),(789.1339745962156,310.5),(789.5,310.8660254037844),(790,311),(790.5,310.8660254037844),(790.8660254037844,310.5),(791,310),(790.8660254037844,309.5),(790.5,309.1339745962156),(790,309),(789.5,309.1339745962156),(789.1339745962156,309.5)) -7832 ((788,320),(788.2679491924312,321),(789,321.7320508075689),(790,322),(791,321.7320508075689),(791.7320508075688,321),(792,320),(791.7320508075688,319),(791,318.2679491924311),(790,318),(789,318.2679491924311),(788.2679491924312,319)) -7833 ((787,330),(787.4019237886466,331.5),(788.5,332.5980762113533),(790,333),(791.5,332.5980762113533),(792.5980762113533,331.5),(793,330),(792.5980762113534,328.5),(791.5,327.4019237886467),(790,327),(788.5,327.4019237886467),(787.4019237886467,328.5)) -7834 ((786,340),(786.5358983848622,342),(788,343.46410161513774),(790,344),(792,343.46410161513774),(793.4641016151378,342),(794,340),(793.4641016151378,338),(792,336.53589838486226),(790,336),(788,336.53589838486226),(786.5358983848622,338)) -7835 ((785,350),(785.6698729810778,352.5),(787.5,354.3301270189222),(790,355),(792.5,354.3301270189222),(794.3301270189222,352.5),(795,350),(794.3301270189222,347.5),(792.5,345.6698729810778),(790,345),(787.5,345.6698729810778),(785.6698729810778,347.5)) -7836 ((784,360),(784.8038475772934,363),(787,365.19615242270663),(790,366),(793,365.19615242270663),(795.1961524227066,363),(796,360),(795.1961524227066,357),(793,354.80384757729337),(790,354),(787,354.80384757729337),(784.8038475772934,357)) -7837 ((783,370),(783.937822173509,373.5),(786.5,376.06217782649105),(790,377),(793.5,376.06217782649105),(796.062177826491,373.5),(797,370),(796.062177826491,366.5),(793.5,363.93782217350895),(790,363),(786.5,363.93782217350895),(783.937822173509,366.5)) -7838 ((782,380),(783.0717967697245,384),(786,386.9282032302755),(790,388),(794,386.9282032302755),(796.9282032302755,384),(798,380),(796.9282032302755,376),(794,373.0717967697245),(790,372),(786,373.0717967697245),(783.0717967697245,376)) -7839 ((781,390),(782.2057713659401,394.5),(785.5,397.79422863405995),(790,399),(794.5,397.79422863405995),(797.7942286340599,394.5),(799,390),(797.79422863406,385.5),(794.5,382.20577136594005),(790,381),(785.5,382.20577136594005),(782.2057713659401,385.5)) -7840 ((780,400),(781.3397459621556,405),(785,408.66025403784437),(790,410),(795,408.66025403784437),(798.6602540378444,405),(800,400),(798.6602540378444,395),(795,391.33974596215563),(790,390),(785,391.33974596215563),(781.3397459621556,395)) -7841 ((789,410),(789.1339745962156,410.5),(789.5,410.8660254037844),(790,411),(790.5,410.8660254037844),(790.8660254037844,410.5),(791,410),(790.8660254037844,409.5),(790.5,409.1339745962156),(790,409),(789.5,409.1339745962156),(789.1339745962156,409.5)) -7842 ((788,420),(788.2679491924312,421),(789,421.7320508075689),(790,422),(791,421.7320508075689),(791.7320508075688,421),(792,420),(791.7320508075688,419),(791,418.2679491924311),(790,418),(789,418.2679491924311),(788.2679491924312,419)) -7843 ((787,430),(787.4019237886466,431.5),(788.5,432.5980762113533),(790,433),(791.5,432.5980762113533),(792.5980762113533,431.5),(793,430),(792.5980762113534,428.5),(791.5,427.4019237886467),(790,427),(788.5,427.4019237886467),(787.4019237886467,428.5)) -7844 ((786,440),(786.5358983848622,442),(788,443.46410161513774),(790,444),(792,443.46410161513774),(793.4641016151378,442),(794,440),(793.4641016151378,438),(792,436.53589838486226),(790,436),(788,436.53589838486226),(786.5358983848622,438)) -7845 ((785,450),(785.6698729810778,452.5),(787.5,454.3301270189222),(790,455),(792.5,454.3301270189222),(794.3301270189222,452.5),(795,450),(794.3301270189222,447.5),(792.5,445.6698729810778),(790,445),(787.5,445.6698729810778),(785.6698729810778,447.5)) -7846 ((784,460),(784.8038475772934,463),(787,465.19615242270663),(790,466),(793,465.19615242270663),(795.1961524227066,463),(796,460),(795.1961524227066,457),(793,454.80384757729337),(790,454),(787,454.80384757729337),(784.8038475772934,457)) -7847 ((783,470),(783.937822173509,473.5),(786.5,476.06217782649105),(790,477),(793.5,476.06217782649105),(796.062177826491,473.5),(797,470),(796.062177826491,466.5),(793.5,463.93782217350895),(790,463),(786.5,463.93782217350895),(783.937822173509,466.5)) -7848 ((782,480),(783.0717967697245,484),(786,486.9282032302755),(790,488),(794,486.9282032302755),(796.9282032302755,484),(798,480),(796.9282032302755,476),(794,473.0717967697245),(790,472),(786,473.0717967697245),(783.0717967697245,476)) -7849 ((781,490),(782.2057713659401,494.5),(785.5,497.79422863405995),(790,499),(794.5,497.79422863405995),(797.7942286340599,494.5),(799,490),(797.79422863406,485.5),(794.5,482.20577136594005),(790,481),(785.5,482.20577136594005),(782.2057713659401,485.5)) -7850 ((780,500),(781.3397459621556,505),(785,508.66025403784437),(790,510),(795,508.66025403784437),(798.6602540378444,505),(800,500),(798.6602540378444,495),(795,491.33974596215563),(790,490),(785,491.33974596215563),(781.3397459621556,495)) -7851 ((789,510),(789.1339745962156,510.5),(789.5,510.8660254037844),(790,511),(790.5,510.8660254037844),(790.8660254037844,510.5),(791,510),(790.8660254037844,509.5),(790.5,509.1339745962156),(790,509),(789.5,509.1339745962156),(789.1339745962156,509.5)) -7852 ((788,520),(788.2679491924312,521),(789,521.7320508075688),(790,522),(791,521.7320508075688),(791.7320508075688,521),(792,520),(791.7320508075688,519),(791,518.2679491924312),(790,518),(789,518.2679491924312),(788.2679491924312,519)) -7853 ((787,530),(787.4019237886466,531.5),(788.5,532.5980762113534),(790,533),(791.5,532.5980762113534),(792.5980762113533,531.5),(793,530),(792.5980762113534,528.5),(791.5,527.4019237886467),(790,527),(788.5,527.4019237886466),(787.4019237886467,528.5)) -7854 ((786,540),(786.5358983848622,542),(788,543.4641016151378),(790,544),(792,543.4641016151378),(793.4641016151378,542),(794,540),(793.4641016151378,538),(792,536.5358983848622),(790,536),(788,536.5358983848622),(786.5358983848622,538)) -7855 ((785,550),(785.6698729810778,552.5),(787.5,554.3301270189222),(790,555),(792.5,554.3301270189222),(794.3301270189222,552.5),(795,550),(794.3301270189222,547.5),(792.5,545.6698729810778),(790,545),(787.5,545.6698729810778),(785.6698729810778,547.5)) -7856 ((784,560),(784.8038475772934,563),(787,565.1961524227066),(790,566),(793,565.1961524227066),(795.1961524227066,563),(796,560),(795.1961524227066,557),(793,554.8038475772934),(790,554),(787,554.8038475772934),(784.8038475772934,557)) -7857 ((783,570),(783.937822173509,573.5),(786.5,576.062177826491),(790,577),(793.5,576.062177826491),(796.062177826491,573.5),(797,570),(796.062177826491,566.5),(793.5,563.937822173509),(790,563),(786.5,563.937822173509),(783.937822173509,566.5)) -7858 ((782,580),(783.0717967697245,584),(786,586.9282032302755),(790,588),(794,586.9282032302755),(796.9282032302755,584),(798,580),(796.9282032302755,576),(794,573.0717967697245),(790,572),(786,573.0717967697245),(783.0717967697245,576)) -7859 ((781,590),(782.2057713659401,594.5),(785.5,597.7942286340599),(790,599),(794.5,597.7942286340599),(797.7942286340599,594.5),(799,590),(797.79422863406,585.5),(794.5,582.2057713659401),(790,581),(785.5,582.20577136594),(782.2057713659401,585.5)) -7860 ((780,600),(781.3397459621556,605),(785,608.6602540378444),(790,610),(795,608.6602540378444),(798.6602540378444,605),(800,600),(798.6602540378444,595),(795,591.3397459621556),(790,590),(785,591.3397459621556),(781.3397459621556,595)) -7861 ((789,610),(789.1339745962156,610.5),(789.5,610.8660254037844),(790,611),(790.5,610.8660254037844),(790.8660254037844,610.5),(791,610),(790.8660254037844,609.5),(790.5,609.1339745962156),(790,609),(789.5,609.1339745962156),(789.1339745962156,609.5)) -7862 ((788,620),(788.2679491924312,621),(789,621.7320508075688),(790,622),(791,621.7320508075688),(791.7320508075688,621),(792,620),(791.7320508075688,619),(791,618.2679491924312),(790,618),(789,618.2679491924312),(788.2679491924312,619)) -7863 ((787,630),(787.4019237886466,631.5),(788.5,632.5980762113534),(790,633),(791.5,632.5980762113534),(792.5980762113533,631.5),(793,630),(792.5980762113534,628.5),(791.5,627.4019237886467),(790,627),(788.5,627.4019237886466),(787.4019237886467,628.5)) -7864 ((786,640),(786.5358983848622,642),(788,643.4641016151378),(790,644),(792,643.4641016151378),(793.4641016151378,642),(794,640),(793.4641016151378,638),(792,636.5358983848622),(790,636),(788,636.5358983848622),(786.5358983848622,638)) -7865 ((785,650),(785.6698729810778,652.5),(787.5,654.3301270189222),(790,655),(792.5,654.3301270189222),(794.3301270189222,652.5),(795,650),(794.3301270189222,647.5),(792.5,645.6698729810778),(790,645),(787.5,645.6698729810778),(785.6698729810778,647.5)) -7866 ((784,660),(784.8038475772934,663),(787,665.1961524227066),(790,666),(793,665.1961524227066),(795.1961524227066,663),(796,660),(795.1961524227066,657),(793,654.8038475772934),(790,654),(787,654.8038475772934),(784.8038475772934,657)) -7867 ((783,670),(783.937822173509,673.5),(786.5,676.062177826491),(790,677),(793.5,676.062177826491),(796.062177826491,673.5),(797,670),(796.062177826491,666.5),(793.5,663.937822173509),(790,663),(786.5,663.937822173509),(783.937822173509,666.5)) -7868 ((782,680),(783.0717967697245,684),(786,686.9282032302755),(790,688),(794,686.9282032302755),(796.9282032302755,684),(798,680),(796.9282032302755,676),(794,673.0717967697245),(790,672),(786,673.0717967697245),(783.0717967697245,676)) -7869 ((781,690),(782.2057713659401,694.5),(785.5,697.7942286340599),(790,699),(794.5,697.7942286340599),(797.7942286340599,694.5),(799,690),(797.79422863406,685.5),(794.5,682.2057713659401),(790,681),(785.5,682.20577136594),(782.2057713659401,685.5)) -7870 ((780,700),(781.3397459621556,705),(785,708.6602540378444),(790,710),(795,708.6602540378444),(798.6602540378444,705),(800,700),(798.6602540378444,695),(795,691.3397459621556),(790,690),(785,691.3397459621556),(781.3397459621556,695)) -7871 ((789,710),(789.1339745962156,710.5),(789.5,710.8660254037844),(790,711),(790.5,710.8660254037844),(790.8660254037844,710.5),(791,710),(790.8660254037844,709.5),(790.5,709.1339745962156),(790,709),(789.5,709.1339745962156),(789.1339745962156,709.5)) -7872 ((788,720),(788.2679491924312,721),(789,721.7320508075688),(790,722),(791,721.7320508075688),(791.7320508075688,721),(792,720),(791.7320508075688,719),(791,718.2679491924312),(790,718),(789,718.2679491924312),(788.2679491924312,719)) -7873 ((787,730),(787.4019237886466,731.5),(788.5,732.5980762113534),(790,733),(791.5,732.5980762113534),(792.5980762113533,731.5),(793,730),(792.5980762113534,728.5),(791.5,727.4019237886467),(790,727),(788.5,727.4019237886466),(787.4019237886467,728.5)) -7874 ((786,740),(786.5358983848622,742),(788,743.4641016151378),(790,744),(792,743.4641016151378),(793.4641016151378,742),(794,740),(793.4641016151378,738),(792,736.5358983848622),(790,736),(788,736.5358983848622),(786.5358983848622,738)) -7875 ((785,750),(785.6698729810778,752.5),(787.5,754.3301270189222),(790,755),(792.5,754.3301270189222),(794.3301270189222,752.5),(795,750),(794.3301270189222,747.5),(792.5,745.6698729810778),(790,745),(787.5,745.6698729810778),(785.6698729810778,747.5)) -7876 ((784,760),(784.8038475772934,763),(787,765.1961524227066),(790,766),(793,765.1961524227066),(795.1961524227066,763),(796,760),(795.1961524227066,757),(793,754.8038475772934),(790,754),(787,754.8038475772934),(784.8038475772934,757)) -7877 ((783,770),(783.937822173509,773.5),(786.5,776.062177826491),(790,777),(793.5,776.062177826491),(796.062177826491,773.5),(797,770),(796.062177826491,766.5),(793.5,763.937822173509),(790,763),(786.5,763.937822173509),(783.937822173509,766.5)) -7878 ((782,780),(783.0717967697245,784),(786,786.9282032302755),(790,788),(794,786.9282032302755),(796.9282032302755,784),(798,780),(796.9282032302755,776),(794,773.0717967697245),(790,772),(786,773.0717967697245),(783.0717967697245,776)) -7879 ((781,790),(782.2057713659401,794.5),(785.5,797.7942286340599),(790,799),(794.5,797.7942286340599),(797.7942286340599,794.5),(799,790),(797.79422863406,785.5),(794.5,782.2057713659401),(790,781),(785.5,782.20577136594),(782.2057713659401,785.5)) -7880 ((780,800),(781.3397459621556,805),(785,808.6602540378444),(790,810),(795,808.6602540378444),(798.6602540378444,805),(800,800),(798.6602540378444,795),(795,791.3397459621556),(790,790),(785,791.3397459621556),(781.3397459621556,795)) -7881 ((789,810),(789.1339745962156,810.5),(789.5,810.8660254037844),(790,811),(790.5,810.8660254037844),(790.8660254037844,810.5),(791,810),(790.8660254037844,809.5),(790.5,809.1339745962156),(790,809),(789.5,809.1339745962156),(789.1339745962156,809.5)) -7882 ((788,820),(788.2679491924312,821),(789,821.7320508075688),(790,822),(791,821.7320508075688),(791.7320508075688,821),(792,820),(791.7320508075688,819),(791,818.2679491924312),(790,818),(789,818.2679491924312),(788.2679491924312,819)) -7883 ((787,830),(787.4019237886466,831.5),(788.5,832.5980762113534),(790,833),(791.5,832.5980762113534),(792.5980762113533,831.5),(793,830),(792.5980762113534,828.5),(791.5,827.4019237886467),(790,827),(788.5,827.4019237886466),(787.4019237886467,828.5)) -7884 ((786,840),(786.5358983848622,842),(788,843.4641016151378),(790,844),(792,843.4641016151378),(793.4641016151378,842),(794,840),(793.4641016151378,838),(792,836.5358983848622),(790,836),(788,836.5358983848622),(786.5358983848622,838)) -7885 ((785,850),(785.6698729810778,852.5),(787.5,854.3301270189222),(790,855),(792.5,854.3301270189222),(794.3301270189222,852.5),(795,850),(794.3301270189222,847.5),(792.5,845.6698729810778),(790,845),(787.5,845.6698729810778),(785.6698729810778,847.5)) -7886 ((784,860),(784.8038475772934,863),(787,865.1961524227066),(790,866),(793,865.1961524227066),(795.1961524227066,863),(796,860),(795.1961524227066,857),(793,854.8038475772934),(790,854),(787,854.8038475772934),(784.8038475772934,857)) -7887 ((783,870),(783.937822173509,873.5),(786.5,876.062177826491),(790,877),(793.5,876.062177826491),(796.062177826491,873.5),(797,870),(796.062177826491,866.5),(793.5,863.937822173509),(790,863),(786.5,863.937822173509),(783.937822173509,866.5)) -7888 ((782,880),(783.0717967697245,884),(786,886.9282032302755),(790,888),(794,886.9282032302755),(796.9282032302755,884),(798,880),(796.9282032302755,876),(794,873.0717967697245),(790,872),(786,873.0717967697245),(783.0717967697245,876)) -7889 ((781,890),(782.2057713659401,894.5),(785.5,897.7942286340599),(790,899),(794.5,897.7942286340599),(797.7942286340599,894.5),(799,890),(797.79422863406,885.5),(794.5,882.2057713659401),(790,881),(785.5,882.20577136594),(782.2057713659401,885.5)) -7890 ((780,900),(781.3397459621556,905),(785,908.6602540378444),(790,910),(795,908.6602540378444),(798.6602540378444,905),(800,900),(798.6602540378444,895),(795,891.3397459621556),(790,890),(785,891.3397459621556),(781.3397459621556,895)) -7891 ((789,910),(789.1339745962156,910.5),(789.5,910.8660254037844),(790,911),(790.5,910.8660254037844),(790.8660254037844,910.5),(791,910),(790.8660254037844,909.5),(790.5,909.1339745962156),(790,909),(789.5,909.1339745962156),(789.1339745962156,909.5)) -7892 ((788,920),(788.2679491924312,921),(789,921.7320508075688),(790,922),(791,921.7320508075688),(791.7320508075688,921),(792,920),(791.7320508075688,919),(791,918.2679491924312),(790,918),(789,918.2679491924312),(788.2679491924312,919)) -7893 ((787,930),(787.4019237886466,931.5),(788.5,932.5980762113534),(790,933),(791.5,932.5980762113534),(792.5980762113533,931.5),(793,930),(792.5980762113534,928.5),(791.5,927.4019237886467),(790,927),(788.5,927.4019237886466),(787.4019237886467,928.5)) -7894 ((786,940),(786.5358983848622,942),(788,943.4641016151378),(790,944),(792,943.4641016151378),(793.4641016151378,942),(794,940),(793.4641016151378,938),(792,936.5358983848622),(790,936),(788,936.5358983848622),(786.5358983848622,938)) -7895 ((785,950),(785.6698729810778,952.5),(787.5,954.3301270189222),(790,955),(792.5,954.3301270189222),(794.3301270189222,952.5),(795,950),(794.3301270189222,947.5),(792.5,945.6698729810778),(790,945),(787.5,945.6698729810778),(785.6698729810778,947.5)) -7896 ((784,960),(784.8038475772934,963),(787,965.1961524227066),(790,966),(793,965.1961524227066),(795.1961524227066,963),(796,960),(795.1961524227066,957),(793,954.8038475772934),(790,954),(787,954.8038475772934),(784.8038475772934,957)) -7897 ((783,970),(783.937822173509,973.5),(786.5,976.062177826491),(790,977),(793.5,976.062177826491),(796.062177826491,973.5),(797,970),(796.062177826491,966.5),(793.5,963.937822173509),(790,963),(786.5,963.937822173509),(783.937822173509,966.5)) -7898 ((782,980),(783.0717967697245,984),(786,986.9282032302755),(790,988),(794,986.9282032302755),(796.9282032302755,984),(798,980),(796.9282032302755,976),(794,973.0717967697245),(790,972),(786,973.0717967697245),(783.0717967697245,976)) -7899 ((781,990),(782.2057713659401,994.5),(785.5,997.7942286340599),(790,999),(794.5,997.7942286340599),(797.7942286340599,994.5),(799,990),(797.79422863406,985.5),(794.5,982.2057713659401),(790,981),(785.5,982.20577136594),(782.2057713659401,985.5)) -7900 ((780,1000),(781.3397459621556,1005),(785,1008.6602540378444),(790,1010),(795,1008.6602540378444),(798.6602540378444,1005),(800,1000),(798.6602540378444,995),(795,991.3397459621556),(790,990),(785,991.3397459621556),(781.3397459621556,995)) -7901 ((798,10),(798.2679491924312,11),(799,11.732050807568877),(800,12),(801,11.732050807568877),(801.7320508075688,11),(802,10),(801.7320508075688,9),(801,8.267949192431123),(800,8),(799,8.267949192431121),(798.2679491924312,9)) -7902 ((797,20),(797.4019237886466,21.5),(798.5,22.598076211353316),(800,23),(801.5,22.598076211353316),(802.5980762113533,21.5),(803,20),(802.5980762113534,18.5),(801.5,17.401923788646684),(800,17),(798.5,17.401923788646684),(797.4019237886467,18.5)) -7903 ((796,30),(796.5358983848622,32),(798,33.46410161513776),(800,34),(802,33.46410161513776),(803.4641016151378,32),(804,30),(803.4641016151378,28),(802,26.535898384862247),(800,26),(798,26.535898384862243),(796.5358983848622,28)) -7904 ((795,40),(795.6698729810778,42.5),(797.5,44.33012701892219),(800,45),(802.5,44.33012701892219),(804.3301270189222,42.5),(805,40),(804.3301270189222,37.5),(802.5,35.66987298107781),(800,35),(797.5,35.6698729810778),(795.6698729810778,37.5)) -7905 ((794,50),(794.8038475772934,53),(797,55.19615242270663),(800,56),(803,55.19615242270663),(805.1961524227066,53),(806,50),(805.1961524227066,47),(803,44.80384757729337),(800,44),(797,44.80384757729337),(794.8038475772934,47)) -7906 ((793,60),(793.937822173509,63.5),(796.5,66.06217782649107),(800,67),(803.5,66.06217782649107),(806.062177826491,63.5),(807,60),(806.062177826491,56.5),(803.5,53.937822173508934),(800,53),(796.5,53.93782217350893),(793.937822173509,56.5)) -7907 ((792,70),(793.0717967697245,74),(796,76.92820323027551),(800,78),(804,76.92820323027551),(806.9282032302755,74),(808,70),(806.9282032302755,66),(804,63.07179676972449),(800,62),(796,63.071796769724486),(793.0717967697245,66)) -7908 ((791,80),(792.2057713659401,84.5),(795.5,87.79422863405995),(800,89),(804.5,87.79422863405995),(807.7942286340599,84.5),(809,80),(807.79422863406,75.5),(804.5,72.20577136594005),(800,71),(795.5,72.20577136594005),(792.2057713659401,75.5)) -7909 ((790,90),(791.3397459621556,95),(795,98.66025403784438),(800,100),(805,98.66025403784438),(808.6602540378444,95),(810,90),(808.6602540378444,85),(805,81.33974596215562),(800,80),(795,81.3397459621556),(791.3397459621556,85)) -7910 ((799,100),(799.1339745962156,100.5),(799.5,100.86602540378443),(800,101),(800.5,100.86602540378443),(800.8660254037844,100.5),(801,100),(800.8660254037844,99.5),(800.5,99.13397459621557),(800,99),(799.5,99.13397459621557),(799.1339745962156,99.5)) -7911 ((798,110),(798.2679491924312,111),(799,111.73205080756888),(800,112),(801,111.73205080756888),(801.7320508075688,111),(802,110),(801.7320508075688,109),(801,108.26794919243112),(800,108),(799,108.26794919243112),(798.2679491924312,109)) -7912 ((797,120),(797.4019237886466,121.5),(798.5,122.59807621135332),(800,123),(801.5,122.59807621135332),(802.5980762113533,121.5),(803,120),(802.5980762113534,118.5),(801.5,117.40192378864668),(800,117),(798.5,117.40192378864668),(797.4019237886467,118.5)) -7913 ((796,130),(796.5358983848622,132),(798,133.46410161513776),(800,134),(802,133.46410161513776),(803.4641016151378,132),(804,130),(803.4641016151378,128),(802,126.53589838486225),(800,126),(798,126.53589838486225),(796.5358983848622,128)) -7914 ((795,140),(795.6698729810778,142.5),(797.5,144.33012701892218),(800,145),(802.5,144.33012701892218),(804.3301270189222,142.5),(805,140),(804.3301270189222,137.5),(802.5,135.66987298107782),(800,135),(797.5,135.66987298107782),(795.6698729810778,137.5)) -7915 ((794,150),(794.8038475772934,153),(797,155.19615242270663),(800,156),(803,155.19615242270663),(805.1961524227066,153),(806,150),(805.1961524227066,147),(803,144.80384757729337),(800,144),(797,144.80384757729337),(794.8038475772934,147)) -7916 ((793,160),(793.937822173509,163.5),(796.5,166.06217782649108),(800,167),(803.5,166.06217782649108),(806.062177826491,163.5),(807,160),(806.062177826491,156.5),(803.5,153.93782217350892),(800,153),(796.5,153.93782217350892),(793.937822173509,156.5)) -7917 ((792,170),(793.0717967697245,174),(796,176.9282032302755),(800,178),(804,176.9282032302755),(806.9282032302755,174),(808,170),(806.9282032302755,166),(804,163.0717967697245),(800,162),(796,163.0717967697245),(793.0717967697245,166)) -7918 ((791,180),(792.2057713659401,184.5),(795.5,187.79422863405995),(800,189),(804.5,187.79422863405995),(807.7942286340599,184.5),(809,180),(807.79422863406,175.5),(804.5,172.20577136594005),(800,171),(795.5,172.20577136594005),(792.2057713659401,175.5)) -7919 ((790,190),(791.3397459621556,195),(795,198.6602540378444),(800,200),(805,198.6602540378444),(808.6602540378444,195),(810,190),(808.6602540378444,185),(805,181.3397459621556),(800,180),(795,181.3397459621556),(791.3397459621556,185)) -7920 ((799,200),(799.1339745962156,200.5),(799.5,200.86602540378445),(800,201),(800.5,200.86602540378445),(800.8660254037844,200.5),(801,200),(800.8660254037844,199.5),(800.5,199.13397459621555),(800,199),(799.5,199.13397459621555),(799.1339745962156,199.5)) -7921 ((798,210),(798.2679491924312,211),(799,211.73205080756887),(800,212),(801,211.73205080756887),(801.7320508075688,211),(802,210),(801.7320508075688,209),(801,208.26794919243113),(800,208),(799,208.26794919243113),(798.2679491924312,209)) -7922 ((797,220),(797.4019237886466,221.5),(798.5,222.59807621135332),(800,223),(801.5,222.59807621135332),(802.5980762113533,221.5),(803,220),(802.5980762113534,218.5),(801.5,217.40192378864668),(800,217),(798.5,217.40192378864668),(797.4019237886467,218.5)) -7923 ((796,230),(796.5358983848622,232),(798,233.46410161513776),(800,234),(802,233.46410161513776),(803.4641016151378,232),(804,230),(803.4641016151378,228),(802,226.53589838486224),(800,226),(798,226.53589838486224),(796.5358983848622,228)) -7924 ((795,240),(795.6698729810778,242.5),(797.5,244.33012701892218),(800,245),(802.5,244.33012701892218),(804.3301270189222,242.5),(805,240),(804.3301270189222,237.5),(802.5,235.66987298107782),(800,235),(797.5,235.66987298107782),(795.6698729810778,237.5)) -7925 ((794,250),(794.8038475772934,253),(797,255.19615242270663),(800,256),(803,255.19615242270663),(805.1961524227066,253),(806,250),(805.1961524227066,247),(803,244.80384757729337),(800,244),(797,244.80384757729337),(794.8038475772934,247)) -7926 ((793,260),(793.937822173509,263.5),(796.5,266.06217782649105),(800,267),(803.5,266.06217782649105),(806.062177826491,263.5),(807,260),(806.062177826491,256.5),(803.5,253.93782217350892),(800,253),(796.5,253.93782217350892),(793.937822173509,256.5)) -7927 ((792,270),(793.0717967697245,274),(796,276.9282032302755),(800,278),(804,276.9282032302755),(806.9282032302755,274),(808,270),(806.9282032302755,266),(804,263.0717967697245),(800,262),(796,263.0717967697245),(793.0717967697245,266)) -7928 ((791,280),(792.2057713659401,284.5),(795.5,287.79422863405995),(800,289),(804.5,287.79422863405995),(807.7942286340599,284.5),(809,280),(807.79422863406,275.5),(804.5,272.20577136594005),(800,271),(795.5,272.20577136594005),(792.2057713659401,275.5)) -7929 ((790,290),(791.3397459621556,295),(795,298.66025403784437),(800,300),(805,298.66025403784437),(808.6602540378444,295),(810,290),(808.6602540378444,285),(805,281.33974596215563),(800,280),(795,281.33974596215563),(791.3397459621556,285)) -7930 ((799,300),(799.1339745962156,300.5),(799.5,300.8660254037844),(800,301),(800.5,300.8660254037844),(800.8660254037844,300.5),(801,300),(800.8660254037844,299.5),(800.5,299.1339745962156),(800,299),(799.5,299.1339745962156),(799.1339745962156,299.5)) -7931 ((798,310),(798.2679491924312,311),(799,311.7320508075689),(800,312),(801,311.7320508075689),(801.7320508075688,311),(802,310),(801.7320508075688,309),(801,308.2679491924311),(800,308),(799,308.2679491924311),(798.2679491924312,309)) -7932 ((797,320),(797.4019237886466,321.5),(798.5,322.5980762113533),(800,323),(801.5,322.5980762113533),(802.5980762113533,321.5),(803,320),(802.5980762113534,318.5),(801.5,317.4019237886467),(800,317),(798.5,317.4019237886467),(797.4019237886467,318.5)) -7933 ((796,330),(796.5358983848622,332),(798,333.46410161513774),(800,334),(802,333.46410161513774),(803.4641016151378,332),(804,330),(803.4641016151378,328),(802,326.53589838486226),(800,326),(798,326.53589838486226),(796.5358983848622,328)) -7934 ((795,340),(795.6698729810778,342.5),(797.5,344.3301270189222),(800,345),(802.5,344.3301270189222),(804.3301270189222,342.5),(805,340),(804.3301270189222,337.5),(802.5,335.6698729810778),(800,335),(797.5,335.6698729810778),(795.6698729810778,337.5)) -7935 ((794,350),(794.8038475772934,353),(797,355.19615242270663),(800,356),(803,355.19615242270663),(805.1961524227066,353),(806,350),(805.1961524227066,347),(803,344.80384757729337),(800,344),(797,344.80384757729337),(794.8038475772934,347)) -7936 ((793,360),(793.937822173509,363.5),(796.5,366.06217782649105),(800,367),(803.5,366.06217782649105),(806.062177826491,363.5),(807,360),(806.062177826491,356.5),(803.5,353.93782217350895),(800,353),(796.5,353.93782217350895),(793.937822173509,356.5)) -7937 ((792,370),(793.0717967697245,374),(796,376.9282032302755),(800,378),(804,376.9282032302755),(806.9282032302755,374),(808,370),(806.9282032302755,366),(804,363.0717967697245),(800,362),(796,363.0717967697245),(793.0717967697245,366)) -7938 ((791,380),(792.2057713659401,384.5),(795.5,387.79422863405995),(800,389),(804.5,387.79422863405995),(807.7942286340599,384.5),(809,380),(807.79422863406,375.5),(804.5,372.20577136594005),(800,371),(795.5,372.20577136594005),(792.2057713659401,375.5)) -7939 ((790,390),(791.3397459621556,395),(795,398.66025403784437),(800,400),(805,398.66025403784437),(808.6602540378444,395),(810,390),(808.6602540378444,385),(805,381.33974596215563),(800,380),(795,381.33974596215563),(791.3397459621556,385)) -7940 ((799,400),(799.1339745962156,400.5),(799.5,400.8660254037844),(800,401),(800.5,400.8660254037844),(800.8660254037844,400.5),(801,400),(800.8660254037844,399.5),(800.5,399.1339745962156),(800,399),(799.5,399.1339745962156),(799.1339745962156,399.5)) -7941 ((798,410),(798.2679491924312,411),(799,411.7320508075689),(800,412),(801,411.7320508075689),(801.7320508075688,411),(802,410),(801.7320508075688,409),(801,408.2679491924311),(800,408),(799,408.2679491924311),(798.2679491924312,409)) -7942 ((797,420),(797.4019237886466,421.5),(798.5,422.5980762113533),(800,423),(801.5,422.5980762113533),(802.5980762113533,421.5),(803,420),(802.5980762113534,418.5),(801.5,417.4019237886467),(800,417),(798.5,417.4019237886467),(797.4019237886467,418.5)) -7943 ((796,430),(796.5358983848622,432),(798,433.46410161513774),(800,434),(802,433.46410161513774),(803.4641016151378,432),(804,430),(803.4641016151378,428),(802,426.53589838486226),(800,426),(798,426.53589838486226),(796.5358983848622,428)) -7944 ((795,440),(795.6698729810778,442.5),(797.5,444.3301270189222),(800,445),(802.5,444.3301270189222),(804.3301270189222,442.5),(805,440),(804.3301270189222,437.5),(802.5,435.6698729810778),(800,435),(797.5,435.6698729810778),(795.6698729810778,437.5)) -7945 ((794,450),(794.8038475772934,453),(797,455.19615242270663),(800,456),(803,455.19615242270663),(805.1961524227066,453),(806,450),(805.1961524227066,447),(803,444.80384757729337),(800,444),(797,444.80384757729337),(794.8038475772934,447)) -7946 ((793,460),(793.937822173509,463.5),(796.5,466.06217782649105),(800,467),(803.5,466.06217782649105),(806.062177826491,463.5),(807,460),(806.062177826491,456.5),(803.5,453.93782217350895),(800,453),(796.5,453.93782217350895),(793.937822173509,456.5)) -7947 ((792,470),(793.0717967697245,474),(796,476.9282032302755),(800,478),(804,476.9282032302755),(806.9282032302755,474),(808,470),(806.9282032302755,466),(804,463.0717967697245),(800,462),(796,463.0717967697245),(793.0717967697245,466)) -7948 ((791,480),(792.2057713659401,484.5),(795.5,487.79422863405995),(800,489),(804.5,487.79422863405995),(807.7942286340599,484.5),(809,480),(807.79422863406,475.5),(804.5,472.20577136594005),(800,471),(795.5,472.20577136594005),(792.2057713659401,475.5)) -7949 ((790,490),(791.3397459621556,495),(795,498.66025403784437),(800,500),(805,498.66025403784437),(808.6602540378444,495),(810,490),(808.6602540378444,485),(805,481.33974596215563),(800,480),(795,481.33974596215563),(791.3397459621556,485)) -7950 ((799,500),(799.1339745962156,500.5),(799.5,500.8660254037844),(800,501),(800.5,500.8660254037844),(800.8660254037844,500.5),(801,500),(800.8660254037844,499.5),(800.5,499.1339745962156),(800,499),(799.5,499.1339745962156),(799.1339745962156,499.5)) -7951 ((798,510),(798.2679491924312,511),(799,511.7320508075689),(800,512),(801,511.7320508075689),(801.7320508075688,511),(802,510),(801.7320508075688,509),(801,508.2679491924311),(800,508),(799,508.2679491924311),(798.2679491924312,509)) -7952 ((797,520),(797.4019237886466,521.5),(798.5,522.5980762113534),(800,523),(801.5,522.5980762113534),(802.5980762113533,521.5),(803,520),(802.5980762113534,518.5),(801.5,517.4019237886467),(800,517),(798.5,517.4019237886466),(797.4019237886467,518.5)) -7953 ((796,530),(796.5358983848622,532),(798,533.4641016151378),(800,534),(802,533.4641016151378),(803.4641016151378,532),(804,530),(803.4641016151378,528),(802,526.5358983848622),(800,526),(798,526.5358983848622),(796.5358983848622,528)) -7954 ((795,540),(795.6698729810778,542.5),(797.5,544.3301270189222),(800,545),(802.5,544.3301270189222),(804.3301270189222,542.5),(805,540),(804.3301270189222,537.5),(802.5,535.6698729810778),(800,535),(797.5,535.6698729810778),(795.6698729810778,537.5)) -7955 ((794,550),(794.8038475772934,553),(797,555.1961524227066),(800,556),(803,555.1961524227066),(805.1961524227066,553),(806,550),(805.1961524227066,547),(803,544.8038475772934),(800,544),(797,544.8038475772934),(794.8038475772934,547)) -7956 ((793,560),(793.937822173509,563.5),(796.5,566.062177826491),(800,567),(803.5,566.062177826491),(806.062177826491,563.5),(807,560),(806.062177826491,556.5),(803.5,553.937822173509),(800,553),(796.5,553.937822173509),(793.937822173509,556.5)) -7957 ((792,570),(793.0717967697245,574),(796,576.9282032302755),(800,578),(804,576.9282032302755),(806.9282032302755,574),(808,570),(806.9282032302755,566),(804,563.0717967697245),(800,562),(796,563.0717967697245),(793.0717967697245,566)) -7958 ((791,580),(792.2057713659401,584.5),(795.5,587.7942286340599),(800,589),(804.5,587.7942286340599),(807.7942286340599,584.5),(809,580),(807.79422863406,575.5),(804.5,572.2057713659401),(800,571),(795.5,572.20577136594),(792.2057713659401,575.5)) -7959 ((790,590),(791.3397459621556,595),(795,598.6602540378444),(800,600),(805,598.6602540378444),(808.6602540378444,595),(810,590),(808.6602540378444,585),(805,581.3397459621556),(800,580),(795,581.3397459621556),(791.3397459621556,585)) -7960 ((799,600),(799.1339745962156,600.5),(799.5,600.8660254037844),(800,601),(800.5,600.8660254037844),(800.8660254037844,600.5),(801,600),(800.8660254037844,599.5),(800.5,599.1339745962156),(800,599),(799.5,599.1339745962156),(799.1339745962156,599.5)) -7961 ((798,610),(798.2679491924312,611),(799,611.7320508075688),(800,612),(801,611.7320508075688),(801.7320508075688,611),(802,610),(801.7320508075688,609),(801,608.2679491924312),(800,608),(799,608.2679491924312),(798.2679491924312,609)) -7962 ((797,620),(797.4019237886466,621.5),(798.5,622.5980762113534),(800,623),(801.5,622.5980762113534),(802.5980762113533,621.5),(803,620),(802.5980762113534,618.5),(801.5,617.4019237886467),(800,617),(798.5,617.4019237886466),(797.4019237886467,618.5)) -7963 ((796,630),(796.5358983848622,632),(798,633.4641016151378),(800,634),(802,633.4641016151378),(803.4641016151378,632),(804,630),(803.4641016151378,628),(802,626.5358983848622),(800,626),(798,626.5358983848622),(796.5358983848622,628)) -7964 ((795,640),(795.6698729810778,642.5),(797.5,644.3301270189222),(800,645),(802.5,644.3301270189222),(804.3301270189222,642.5),(805,640),(804.3301270189222,637.5),(802.5,635.6698729810778),(800,635),(797.5,635.6698729810778),(795.6698729810778,637.5)) -7965 ((794,650),(794.8038475772934,653),(797,655.1961524227066),(800,656),(803,655.1961524227066),(805.1961524227066,653),(806,650),(805.1961524227066,647),(803,644.8038475772934),(800,644),(797,644.8038475772934),(794.8038475772934,647)) -7966 ((793,660),(793.937822173509,663.5),(796.5,666.062177826491),(800,667),(803.5,666.062177826491),(806.062177826491,663.5),(807,660),(806.062177826491,656.5),(803.5,653.937822173509),(800,653),(796.5,653.937822173509),(793.937822173509,656.5)) -7967 ((792,670),(793.0717967697245,674),(796,676.9282032302755),(800,678),(804,676.9282032302755),(806.9282032302755,674),(808,670),(806.9282032302755,666),(804,663.0717967697245),(800,662),(796,663.0717967697245),(793.0717967697245,666)) -7968 ((791,680),(792.2057713659401,684.5),(795.5,687.7942286340599),(800,689),(804.5,687.7942286340599),(807.7942286340599,684.5),(809,680),(807.79422863406,675.5),(804.5,672.2057713659401),(800,671),(795.5,672.20577136594),(792.2057713659401,675.5)) -7969 ((790,690),(791.3397459621556,695),(795,698.6602540378444),(800,700),(805,698.6602540378444),(808.6602540378444,695),(810,690),(808.6602540378444,685),(805,681.3397459621556),(800,680),(795,681.3397459621556),(791.3397459621556,685)) -7970 ((799,700),(799.1339745962156,700.5),(799.5,700.8660254037844),(800,701),(800.5,700.8660254037844),(800.8660254037844,700.5),(801,700),(800.8660254037844,699.5),(800.5,699.1339745962156),(800,699),(799.5,699.1339745962156),(799.1339745962156,699.5)) -7971 ((798,710),(798.2679491924312,711),(799,711.7320508075688),(800,712),(801,711.7320508075688),(801.7320508075688,711),(802,710),(801.7320508075688,709),(801,708.2679491924312),(800,708),(799,708.2679491924312),(798.2679491924312,709)) -7972 ((797,720),(797.4019237886466,721.5),(798.5,722.5980762113534),(800,723),(801.5,722.5980762113534),(802.5980762113533,721.5),(803,720),(802.5980762113534,718.5),(801.5,717.4019237886467),(800,717),(798.5,717.4019237886466),(797.4019237886467,718.5)) -7973 ((796,730),(796.5358983848622,732),(798,733.4641016151378),(800,734),(802,733.4641016151378),(803.4641016151378,732),(804,730),(803.4641016151378,728),(802,726.5358983848622),(800,726),(798,726.5358983848622),(796.5358983848622,728)) -7974 ((795,740),(795.6698729810778,742.5),(797.5,744.3301270189222),(800,745),(802.5,744.3301270189222),(804.3301270189222,742.5),(805,740),(804.3301270189222,737.5),(802.5,735.6698729810778),(800,735),(797.5,735.6698729810778),(795.6698729810778,737.5)) -7975 ((794,750),(794.8038475772934,753),(797,755.1961524227066),(800,756),(803,755.1961524227066),(805.1961524227066,753),(806,750),(805.1961524227066,747),(803,744.8038475772934),(800,744),(797,744.8038475772934),(794.8038475772934,747)) -7976 ((793,760),(793.937822173509,763.5),(796.5,766.062177826491),(800,767),(803.5,766.062177826491),(806.062177826491,763.5),(807,760),(806.062177826491,756.5),(803.5,753.937822173509),(800,753),(796.5,753.937822173509),(793.937822173509,756.5)) -7977 ((792,770),(793.0717967697245,774),(796,776.9282032302755),(800,778),(804,776.9282032302755),(806.9282032302755,774),(808,770),(806.9282032302755,766),(804,763.0717967697245),(800,762),(796,763.0717967697245),(793.0717967697245,766)) -7978 ((791,780),(792.2057713659401,784.5),(795.5,787.7942286340599),(800,789),(804.5,787.7942286340599),(807.7942286340599,784.5),(809,780),(807.79422863406,775.5),(804.5,772.2057713659401),(800,771),(795.5,772.20577136594),(792.2057713659401,775.5)) -7979 ((790,790),(791.3397459621556,795),(795,798.6602540378444),(800,800),(805,798.6602540378444),(808.6602540378444,795),(810,790),(808.6602540378444,785),(805,781.3397459621556),(800,780),(795,781.3397459621556),(791.3397459621556,785)) -7980 ((799,800),(799.1339745962156,800.5),(799.5,800.8660254037844),(800,801),(800.5,800.8660254037844),(800.8660254037844,800.5),(801,800),(800.8660254037844,799.5),(800.5,799.1339745962156),(800,799),(799.5,799.1339745962156),(799.1339745962156,799.5)) -7981 ((798,810),(798.2679491924312,811),(799,811.7320508075688),(800,812),(801,811.7320508075688),(801.7320508075688,811),(802,810),(801.7320508075688,809),(801,808.2679491924312),(800,808),(799,808.2679491924312),(798.2679491924312,809)) -7982 ((797,820),(797.4019237886466,821.5),(798.5,822.5980762113534),(800,823),(801.5,822.5980762113534),(802.5980762113533,821.5),(803,820),(802.5980762113534,818.5),(801.5,817.4019237886467),(800,817),(798.5,817.4019237886466),(797.4019237886467,818.5)) -7983 ((796,830),(796.5358983848622,832),(798,833.4641016151378),(800,834),(802,833.4641016151378),(803.4641016151378,832),(804,830),(803.4641016151378,828),(802,826.5358983848622),(800,826),(798,826.5358983848622),(796.5358983848622,828)) -7984 ((795,840),(795.6698729810778,842.5),(797.5,844.3301270189222),(800,845),(802.5,844.3301270189222),(804.3301270189222,842.5),(805,840),(804.3301270189222,837.5),(802.5,835.6698729810778),(800,835),(797.5,835.6698729810778),(795.6698729810778,837.5)) -7985 ((794,850),(794.8038475772934,853),(797,855.1961524227066),(800,856),(803,855.1961524227066),(805.1961524227066,853),(806,850),(805.1961524227066,847),(803,844.8038475772934),(800,844),(797,844.8038475772934),(794.8038475772934,847)) -7986 ((793,860),(793.937822173509,863.5),(796.5,866.062177826491),(800,867),(803.5,866.062177826491),(806.062177826491,863.5),(807,860),(806.062177826491,856.5),(803.5,853.937822173509),(800,853),(796.5,853.937822173509),(793.937822173509,856.5)) -7987 ((792,870),(793.0717967697245,874),(796,876.9282032302755),(800,878),(804,876.9282032302755),(806.9282032302755,874),(808,870),(806.9282032302755,866),(804,863.0717967697245),(800,862),(796,863.0717967697245),(793.0717967697245,866)) -7988 ((791,880),(792.2057713659401,884.5),(795.5,887.7942286340599),(800,889),(804.5,887.7942286340599),(807.7942286340599,884.5),(809,880),(807.79422863406,875.5),(804.5,872.2057713659401),(800,871),(795.5,872.20577136594),(792.2057713659401,875.5)) -7989 ((790,890),(791.3397459621556,895),(795,898.6602540378444),(800,900),(805,898.6602540378444),(808.6602540378444,895),(810,890),(808.6602540378444,885),(805,881.3397459621556),(800,880),(795,881.3397459621556),(791.3397459621556,885)) -7990 ((799,900),(799.1339745962156,900.5),(799.5,900.8660254037844),(800,901),(800.5,900.8660254037844),(800.8660254037844,900.5),(801,900),(800.8660254037844,899.5),(800.5,899.1339745962156),(800,899),(799.5,899.1339745962156),(799.1339745962156,899.5)) -7991 ((798,910),(798.2679491924312,911),(799,911.7320508075688),(800,912),(801,911.7320508075688),(801.7320508075688,911),(802,910),(801.7320508075688,909),(801,908.2679491924312),(800,908),(799,908.2679491924312),(798.2679491924312,909)) -7992 ((797,920),(797.4019237886466,921.5),(798.5,922.5980762113534),(800,923),(801.5,922.5980762113534),(802.5980762113533,921.5),(803,920),(802.5980762113534,918.5),(801.5,917.4019237886467),(800,917),(798.5,917.4019237886466),(797.4019237886467,918.5)) -7993 ((796,930),(796.5358983848622,932),(798,933.4641016151378),(800,934),(802,933.4641016151378),(803.4641016151378,932),(804,930),(803.4641016151378,928),(802,926.5358983848622),(800,926),(798,926.5358983848622),(796.5358983848622,928)) -7994 ((795,940),(795.6698729810778,942.5),(797.5,944.3301270189222),(800,945),(802.5,944.3301270189222),(804.3301270189222,942.5),(805,940),(804.3301270189222,937.5),(802.5,935.6698729810778),(800,935),(797.5,935.6698729810778),(795.6698729810778,937.5)) -7995 ((794,950),(794.8038475772934,953),(797,955.1961524227066),(800,956),(803,955.1961524227066),(805.1961524227066,953),(806,950),(805.1961524227066,947),(803,944.8038475772934),(800,944),(797,944.8038475772934),(794.8038475772934,947)) -7996 ((793,960),(793.937822173509,963.5),(796.5,966.062177826491),(800,967),(803.5,966.062177826491),(806.062177826491,963.5),(807,960),(806.062177826491,956.5),(803.5,953.937822173509),(800,953),(796.5,953.937822173509),(793.937822173509,956.5)) -7997 ((792,970),(793.0717967697245,974),(796,976.9282032302755),(800,978),(804,976.9282032302755),(806.9282032302755,974),(808,970),(806.9282032302755,966),(804,963.0717967697245),(800,962),(796,963.0717967697245),(793.0717967697245,966)) -7998 ((791,980),(792.2057713659401,984.5),(795.5,987.7942286340599),(800,989),(804.5,987.7942286340599),(807.7942286340599,984.5),(809,980),(807.79422863406,975.5),(804.5,972.2057713659401),(800,971),(795.5,972.20577136594),(792.2057713659401,975.5)) -7999 ((790,990),(791.3397459621556,995),(795,998.6602540378444),(800,1000),(805,998.6602540378444),(808.6602540378444,995),(810,990),(808.6602540378444,985),(805,981.3397459621556),(800,980),(795,981.3397459621556),(791.3397459621556,985)) -8000 ((799,1000),(799.1339745962156,1000.5),(799.5,1000.8660254037844),(800,1001),(800.5,1000.8660254037844),(800.8660254037844,1000.5),(801,1000),(800.8660254037844,999.5),(800.5,999.1339745962156),(800,999),(799.5,999.1339745962156),(799.1339745962156,999.5)) -8001 ((807,10),(807.4019237886466,11.5),(808.5,12.598076211353316),(810,13),(811.5,12.598076211353316),(812.5980762113533,11.5),(813,10),(812.5980762113534,8.5),(811.5,7.401923788646684),(810,7),(808.5,7.401923788646683),(807.4019237886467,8.499999999999998)) -8002 ((806,20),(806.5358983848622,22),(808,23.464101615137753),(810,24),(812,23.464101615137753),(813.4641016151378,22),(814,20),(813.4641016151378,18),(812,16.535898384862247),(810,16),(808,16.535898384862243),(806.5358983848622,18)) -8003 ((805,30),(805.6698729810778,32.5),(807.5,34.33012701892219),(810,35),(812.5,34.33012701892219),(814.3301270189222,32.5),(815,30),(814.3301270189222,27.5),(812.5,25.66987298107781),(810,25),(807.5,25.669872981077805),(805.6698729810778,27.499999999999996)) -8004 ((804,40),(804.8038475772934,43),(807,45.19615242270663),(810,46),(813,45.19615242270663),(815.1961524227066,43),(816,40),(815.1961524227066,37),(813,34.80384757729337),(810,34),(807,34.80384757729337),(804.8038475772934,37)) -8005 ((803,50),(803.937822173509,53.5),(806.5,56.06217782649107),(810,57),(813.5,56.06217782649107),(816.062177826491,53.5),(817,50),(816.062177826491,46.5),(813.5,43.937822173508934),(810,43),(806.5,43.93782217350893),(803.937822173509,46.5)) -8006 ((802,60),(803.0717967697245,64),(806,66.92820323027551),(810,68),(814,66.92820323027551),(816.9282032302755,64),(818,60),(816.9282032302755,56),(814,53.07179676972449),(810,52),(806,53.071796769724486),(803.0717967697245,56)) -8007 ((801,70),(802.2057713659401,74.5),(805.5,77.79422863405995),(810,79),(814.5,77.79422863405995),(817.7942286340599,74.5),(819,70),(817.79422863406,65.5),(814.5,62.20577136594005),(810,61),(805.5,62.20577136594005),(802.2057713659401,65.5)) -8008 ((800,80),(801.3397459621556,85),(805,88.66025403784438),(810,90),(815,88.66025403784438),(818.6602540378444,85),(820,80),(818.6602540378444,75),(815,71.33974596215562),(810,70),(805,71.3397459621556),(801.3397459621556,75)) -8009 ((809,90),(809.1339745962156,90.5),(809.5,90.86602540378443),(810,91),(810.5,90.86602540378443),(810.8660254037844,90.5),(811,90),(810.8660254037844,89.5),(810.5,89.13397459621557),(810,89),(809.5,89.13397459621557),(809.1339745962156,89.5)) -8010 ((808,100),(808.2679491924312,101),(809,101.73205080756888),(810,102),(811,101.73205080756888),(811.7320508075688,101),(812,100),(811.7320508075688,99),(811,98.26794919243112),(810,98),(809,98.26794919243112),(808.2679491924312,99)) -8011 ((807,110),(807.4019237886466,111.5),(808.5,112.59807621135332),(810,113),(811.5,112.59807621135332),(812.5980762113533,111.5),(813,110),(812.5980762113534,108.5),(811.5,107.40192378864668),(810,107),(808.5,107.40192378864668),(807.4019237886467,108.5)) -8012 ((806,120),(806.5358983848622,122),(808,123.46410161513775),(810,124),(812,123.46410161513775),(813.4641016151378,122),(814,120),(813.4641016151378,118),(812,116.53589838486225),(810,116),(808,116.53589838486225),(806.5358983848622,118)) -8013 ((805,130),(805.6698729810778,132.5),(807.5,134.33012701892218),(810,135),(812.5,134.33012701892218),(814.3301270189222,132.5),(815,130),(814.3301270189222,127.5),(812.5,125.6698729810778),(810,125),(807.5,125.6698729810778),(805.6698729810778,127.5)) -8014 ((804,140),(804.8038475772934,143),(807,145.19615242270663),(810,146),(813,145.19615242270663),(815.1961524227066,143),(816,140),(815.1961524227066,137),(813,134.80384757729337),(810,134),(807,134.80384757729337),(804.8038475772934,137)) -8015 ((803,150),(803.937822173509,153.5),(806.5,156.06217782649108),(810,157),(813.5,156.06217782649108),(816.062177826491,153.5),(817,150),(816.062177826491,146.5),(813.5,143.93782217350892),(810,143),(806.5,143.93782217350892),(803.937822173509,146.5)) -8016 ((802,160),(803.0717967697245,164),(806,166.9282032302755),(810,168),(814,166.9282032302755),(816.9282032302755,164),(818,160),(816.9282032302755,156),(814,153.0717967697245),(810,152),(806,153.0717967697245),(803.0717967697245,156)) -8017 ((801,170),(802.2057713659401,174.5),(805.5,177.79422863405995),(810,179),(814.5,177.79422863405995),(817.7942286340599,174.5),(819,170),(817.79422863406,165.5),(814.5,162.20577136594005),(810,161),(805.5,162.20577136594005),(802.2057713659401,165.5)) -8018 ((800,180),(801.3397459621556,185),(805,188.6602540378444),(810,190),(815,188.6602540378444),(818.6602540378444,185),(820,180),(818.6602540378444,175),(815,171.3397459621556),(810,170),(805,171.3397459621556),(801.3397459621556,175)) -8019 ((809,190),(809.1339745962156,190.5),(809.5,190.86602540378445),(810,191),(810.5,190.86602540378445),(810.8660254037844,190.5),(811,190),(810.8660254037844,189.5),(810.5,189.13397459621555),(810,189),(809.5,189.13397459621555),(809.1339745962156,189.5)) -8020 ((808,200),(808.2679491924312,201),(809,201.73205080756887),(810,202),(811,201.73205080756887),(811.7320508075688,201),(812,200),(811.7320508075688,199),(811,198.26794919243113),(810,198),(809,198.26794919243113),(808.2679491924312,199)) -8021 ((807,210),(807.4019237886466,211.5),(808.5,212.59807621135332),(810,213),(811.5,212.59807621135332),(812.5980762113533,211.5),(813,210),(812.5980762113534,208.5),(811.5,207.40192378864668),(810,207),(808.5,207.40192378864668),(807.4019237886467,208.5)) -8022 ((806,220),(806.5358983848622,222),(808,223.46410161513776),(810,224),(812,223.46410161513776),(813.4641016151378,222),(814,220),(813.4641016151378,218),(812,216.53589838486224),(810,216),(808,216.53589838486224),(806.5358983848622,218)) -8023 ((805,230),(805.6698729810778,232.5),(807.5,234.33012701892218),(810,235),(812.5,234.33012701892218),(814.3301270189222,232.5),(815,230),(814.3301270189222,227.5),(812.5,225.66987298107782),(810,225),(807.5,225.66987298107782),(805.6698729810778,227.5)) -8024 ((804,240),(804.8038475772934,243),(807,245.19615242270663),(810,246),(813,245.19615242270663),(815.1961524227066,243),(816,240),(815.1961524227066,237),(813,234.80384757729337),(810,234),(807,234.80384757729337),(804.8038475772934,237)) -8025 ((803,250),(803.937822173509,253.5),(806.5,256.06217782649105),(810,257),(813.5,256.06217782649105),(816.062177826491,253.5),(817,250),(816.062177826491,246.5),(813.5,243.93782217350892),(810,243),(806.5,243.93782217350892),(803.937822173509,246.5)) -8026 ((802,260),(803.0717967697245,264),(806,266.9282032302755),(810,268),(814,266.9282032302755),(816.9282032302755,264),(818,260),(816.9282032302755,256),(814,253.0717967697245),(810,252),(806,253.0717967697245),(803.0717967697245,256)) -8027 ((801,270),(802.2057713659401,274.5),(805.5,277.79422863405995),(810,279),(814.5,277.79422863405995),(817.7942286340599,274.5),(819,270),(817.79422863406,265.5),(814.5,262.20577136594005),(810,261),(805.5,262.20577136594005),(802.2057713659401,265.5)) -8028 ((800,280),(801.3397459621556,285),(805,288.66025403784437),(810,290),(815,288.66025403784437),(818.6602540378444,285),(820,280),(818.6602540378444,275),(815,271.33974596215563),(810,270),(805,271.33974596215563),(801.3397459621556,275)) -8029 ((809,290),(809.1339745962156,290.5),(809.5,290.8660254037844),(810,291),(810.5,290.8660254037844),(810.8660254037844,290.5),(811,290),(810.8660254037844,289.5),(810.5,289.1339745962156),(810,289),(809.5,289.1339745962156),(809.1339745962156,289.5)) -8030 ((808,300),(808.2679491924312,301),(809,301.7320508075689),(810,302),(811,301.7320508075689),(811.7320508075688,301),(812,300),(811.7320508075688,299),(811,298.2679491924311),(810,298),(809,298.2679491924311),(808.2679491924312,299)) -8031 ((807,310),(807.4019237886466,311.5),(808.5,312.5980762113533),(810,313),(811.5,312.5980762113533),(812.5980762113533,311.5),(813,310),(812.5980762113534,308.5),(811.5,307.4019237886467),(810,307),(808.5,307.4019237886467),(807.4019237886467,308.5)) -8032 ((806,320),(806.5358983848622,322),(808,323.46410161513774),(810,324),(812,323.46410161513774),(813.4641016151378,322),(814,320),(813.4641016151378,318),(812,316.53589838486226),(810,316),(808,316.53589838486226),(806.5358983848622,318)) -8033 ((805,330),(805.6698729810778,332.5),(807.5,334.3301270189222),(810,335),(812.5,334.3301270189222),(814.3301270189222,332.5),(815,330),(814.3301270189222,327.5),(812.5,325.6698729810778),(810,325),(807.5,325.6698729810778),(805.6698729810778,327.5)) -8034 ((804,340),(804.8038475772934,343),(807,345.19615242270663),(810,346),(813,345.19615242270663),(815.1961524227066,343),(816,340),(815.1961524227066,337),(813,334.80384757729337),(810,334),(807,334.80384757729337),(804.8038475772934,337)) -8035 ((803,350),(803.937822173509,353.5),(806.5,356.06217782649105),(810,357),(813.5,356.06217782649105),(816.062177826491,353.5),(817,350),(816.062177826491,346.5),(813.5,343.93782217350895),(810,343),(806.5,343.93782217350895),(803.937822173509,346.5)) -8036 ((802,360),(803.0717967697245,364),(806,366.9282032302755),(810,368),(814,366.9282032302755),(816.9282032302755,364),(818,360),(816.9282032302755,356),(814,353.0717967697245),(810,352),(806,353.0717967697245),(803.0717967697245,356)) -8037 ((801,370),(802.2057713659401,374.5),(805.5,377.79422863405995),(810,379),(814.5,377.79422863405995),(817.7942286340599,374.5),(819,370),(817.79422863406,365.5),(814.5,362.20577136594005),(810,361),(805.5,362.20577136594005),(802.2057713659401,365.5)) -8038 ((800,380),(801.3397459621556,385),(805,388.66025403784437),(810,390),(815,388.66025403784437),(818.6602540378444,385),(820,380),(818.6602540378444,375),(815,371.33974596215563),(810,370),(805,371.33974596215563),(801.3397459621556,375)) -8039 ((809,390),(809.1339745962156,390.5),(809.5,390.8660254037844),(810,391),(810.5,390.8660254037844),(810.8660254037844,390.5),(811,390),(810.8660254037844,389.5),(810.5,389.1339745962156),(810,389),(809.5,389.1339745962156),(809.1339745962156,389.5)) -8040 ((808,400),(808.2679491924312,401),(809,401.7320508075689),(810,402),(811,401.7320508075689),(811.7320508075688,401),(812,400),(811.7320508075688,399),(811,398.2679491924311),(810,398),(809,398.2679491924311),(808.2679491924312,399)) -8041 ((807,410),(807.4019237886466,411.5),(808.5,412.5980762113533),(810,413),(811.5,412.5980762113533),(812.5980762113533,411.5),(813,410),(812.5980762113534,408.5),(811.5,407.4019237886467),(810,407),(808.5,407.4019237886467),(807.4019237886467,408.5)) -8042 ((806,420),(806.5358983848622,422),(808,423.46410161513774),(810,424),(812,423.46410161513774),(813.4641016151378,422),(814,420),(813.4641016151378,418),(812,416.53589838486226),(810,416),(808,416.53589838486226),(806.5358983848622,418)) -8043 ((805,430),(805.6698729810778,432.5),(807.5,434.3301270189222),(810,435),(812.5,434.3301270189222),(814.3301270189222,432.5),(815,430),(814.3301270189222,427.5),(812.5,425.6698729810778),(810,425),(807.5,425.6698729810778),(805.6698729810778,427.5)) -8044 ((804,440),(804.8038475772934,443),(807,445.19615242270663),(810,446),(813,445.19615242270663),(815.1961524227066,443),(816,440),(815.1961524227066,437),(813,434.80384757729337),(810,434),(807,434.80384757729337),(804.8038475772934,437)) -8045 ((803,450),(803.937822173509,453.5),(806.5,456.06217782649105),(810,457),(813.5,456.06217782649105),(816.062177826491,453.5),(817,450),(816.062177826491,446.5),(813.5,443.93782217350895),(810,443),(806.5,443.93782217350895),(803.937822173509,446.5)) -8046 ((802,460),(803.0717967697245,464),(806,466.9282032302755),(810,468),(814,466.9282032302755),(816.9282032302755,464),(818,460),(816.9282032302755,456),(814,453.0717967697245),(810,452),(806,453.0717967697245),(803.0717967697245,456)) -8047 ((801,470),(802.2057713659401,474.5),(805.5,477.79422863405995),(810,479),(814.5,477.79422863405995),(817.7942286340599,474.5),(819,470),(817.79422863406,465.5),(814.5,462.20577136594005),(810,461),(805.5,462.20577136594005),(802.2057713659401,465.5)) -8048 ((800,480),(801.3397459621556,485),(805,488.66025403784437),(810,490),(815,488.66025403784437),(818.6602540378444,485),(820,480),(818.6602540378444,475),(815,471.33974596215563),(810,470),(805,471.33974596215563),(801.3397459621556,475)) -8049 ((809,490),(809.1339745962156,490.5),(809.5,490.8660254037844),(810,491),(810.5,490.8660254037844),(810.8660254037844,490.5),(811,490),(810.8660254037844,489.5),(810.5,489.1339745962156),(810,489),(809.5,489.1339745962156),(809.1339745962156,489.5)) -8050 ((808,500),(808.2679491924312,501),(809,501.7320508075689),(810,502),(811,501.7320508075689),(811.7320508075688,501),(812,500),(811.7320508075688,499),(811,498.2679491924311),(810,498),(809,498.2679491924311),(808.2679491924312,499)) -8051 ((807,510),(807.4019237886466,511.5),(808.5,512.5980762113534),(810,513),(811.5,512.5980762113534),(812.5980762113533,511.5),(813,510),(812.5980762113534,508.5),(811.5,507.4019237886467),(810,507),(808.5,507.4019237886467),(807.4019237886467,508.5)) -8052 ((806,520),(806.5358983848622,522),(808,523.4641016151378),(810,524),(812,523.4641016151378),(813.4641016151378,522),(814,520),(813.4641016151378,518),(812,516.5358983848622),(810,516),(808,516.5358983848622),(806.5358983848622,518)) -8053 ((805,530),(805.6698729810778,532.5),(807.5,534.3301270189222),(810,535),(812.5,534.3301270189222),(814.3301270189222,532.5),(815,530),(814.3301270189222,527.5),(812.5,525.6698729810778),(810,525),(807.5,525.6698729810778),(805.6698729810778,527.5)) -8054 ((804,540),(804.8038475772934,543),(807,545.1961524227066),(810,546),(813,545.1961524227066),(815.1961524227066,543),(816,540),(815.1961524227066,537),(813,534.8038475772934),(810,534),(807,534.8038475772934),(804.8038475772934,537)) -8055 ((803,550),(803.937822173509,553.5),(806.5,556.062177826491),(810,557),(813.5,556.062177826491),(816.062177826491,553.5),(817,550),(816.062177826491,546.5),(813.5,543.937822173509),(810,543),(806.5,543.937822173509),(803.937822173509,546.5)) -8056 ((802,560),(803.0717967697245,564),(806,566.9282032302755),(810,568),(814,566.9282032302755),(816.9282032302755,564),(818,560),(816.9282032302755,556),(814,553.0717967697245),(810,552),(806,553.0717967697245),(803.0717967697245,556)) -8057 ((801,570),(802.2057713659401,574.5),(805.5,577.7942286340599),(810,579),(814.5,577.7942286340599),(817.7942286340599,574.5),(819,570),(817.79422863406,565.5),(814.5,562.2057713659401),(810,561),(805.5,562.20577136594),(802.2057713659401,565.5)) -8058 ((800,580),(801.3397459621556,585),(805,588.6602540378444),(810,590),(815,588.6602540378444),(818.6602540378444,585),(820,580),(818.6602540378444,575),(815,571.3397459621556),(810,570),(805,571.3397459621556),(801.3397459621556,575)) -8059 ((809,590),(809.1339745962156,590.5),(809.5,590.8660254037844),(810,591),(810.5,590.8660254037844),(810.8660254037844,590.5),(811,590),(810.8660254037844,589.5),(810.5,589.1339745962156),(810,589),(809.5,589.1339745962156),(809.1339745962156,589.5)) -8060 ((808,600),(808.2679491924312,601),(809,601.7320508075688),(810,602),(811,601.7320508075688),(811.7320508075688,601),(812,600),(811.7320508075688,599),(811,598.2679491924312),(810,598),(809,598.2679491924312),(808.2679491924312,599)) -8061 ((807,610),(807.4019237886466,611.5),(808.5,612.5980762113534),(810,613),(811.5,612.5980762113534),(812.5980762113533,611.5),(813,610),(812.5980762113534,608.5),(811.5,607.4019237886467),(810,607),(808.5,607.4019237886466),(807.4019237886467,608.5)) -8062 ((806,620),(806.5358983848622,622),(808,623.4641016151378),(810,624),(812,623.4641016151378),(813.4641016151378,622),(814,620),(813.4641016151378,618),(812,616.5358983848622),(810,616),(808,616.5358983848622),(806.5358983848622,618)) -8063 ((805,630),(805.6698729810778,632.5),(807.5,634.3301270189222),(810,635),(812.5,634.3301270189222),(814.3301270189222,632.5),(815,630),(814.3301270189222,627.5),(812.5,625.6698729810778),(810,625),(807.5,625.6698729810778),(805.6698729810778,627.5)) -8064 ((804,640),(804.8038475772934,643),(807,645.1961524227066),(810,646),(813,645.1961524227066),(815.1961524227066,643),(816,640),(815.1961524227066,637),(813,634.8038475772934),(810,634),(807,634.8038475772934),(804.8038475772934,637)) -8065 ((803,650),(803.937822173509,653.5),(806.5,656.062177826491),(810,657),(813.5,656.062177826491),(816.062177826491,653.5),(817,650),(816.062177826491,646.5),(813.5,643.937822173509),(810,643),(806.5,643.937822173509),(803.937822173509,646.5)) -8066 ((802,660),(803.0717967697245,664),(806,666.9282032302755),(810,668),(814,666.9282032302755),(816.9282032302755,664),(818,660),(816.9282032302755,656),(814,653.0717967697245),(810,652),(806,653.0717967697245),(803.0717967697245,656)) -8067 ((801,670),(802.2057713659401,674.5),(805.5,677.7942286340599),(810,679),(814.5,677.7942286340599),(817.7942286340599,674.5),(819,670),(817.79422863406,665.5),(814.5,662.2057713659401),(810,661),(805.5,662.20577136594),(802.2057713659401,665.5)) -8068 ((800,680),(801.3397459621556,685),(805,688.6602540378444),(810,690),(815,688.6602540378444),(818.6602540378444,685),(820,680),(818.6602540378444,675),(815,671.3397459621556),(810,670),(805,671.3397459621556),(801.3397459621556,675)) -8069 ((809,690),(809.1339745962156,690.5),(809.5,690.8660254037844),(810,691),(810.5,690.8660254037844),(810.8660254037844,690.5),(811,690),(810.8660254037844,689.5),(810.5,689.1339745962156),(810,689),(809.5,689.1339745962156),(809.1339745962156,689.5)) -8070 ((808,700),(808.2679491924312,701),(809,701.7320508075688),(810,702),(811,701.7320508075688),(811.7320508075688,701),(812,700),(811.7320508075688,699),(811,698.2679491924312),(810,698),(809,698.2679491924312),(808.2679491924312,699)) -8071 ((807,710),(807.4019237886466,711.5),(808.5,712.5980762113534),(810,713),(811.5,712.5980762113534),(812.5980762113533,711.5),(813,710),(812.5980762113534,708.5),(811.5,707.4019237886467),(810,707),(808.5,707.4019237886466),(807.4019237886467,708.5)) -8072 ((806,720),(806.5358983848622,722),(808,723.4641016151378),(810,724),(812,723.4641016151378),(813.4641016151378,722),(814,720),(813.4641016151378,718),(812,716.5358983848622),(810,716),(808,716.5358983848622),(806.5358983848622,718)) -8073 ((805,730),(805.6698729810778,732.5),(807.5,734.3301270189222),(810,735),(812.5,734.3301270189222),(814.3301270189222,732.5),(815,730),(814.3301270189222,727.5),(812.5,725.6698729810778),(810,725),(807.5,725.6698729810778),(805.6698729810778,727.5)) -8074 ((804,740),(804.8038475772934,743),(807,745.1961524227066),(810,746),(813,745.1961524227066),(815.1961524227066,743),(816,740),(815.1961524227066,737),(813,734.8038475772934),(810,734),(807,734.8038475772934),(804.8038475772934,737)) -8075 ((803,750),(803.937822173509,753.5),(806.5,756.062177826491),(810,757),(813.5,756.062177826491),(816.062177826491,753.5),(817,750),(816.062177826491,746.5),(813.5,743.937822173509),(810,743),(806.5,743.937822173509),(803.937822173509,746.5)) -8076 ((802,760),(803.0717967697245,764),(806,766.9282032302755),(810,768),(814,766.9282032302755),(816.9282032302755,764),(818,760),(816.9282032302755,756),(814,753.0717967697245),(810,752),(806,753.0717967697245),(803.0717967697245,756)) -8077 ((801,770),(802.2057713659401,774.5),(805.5,777.7942286340599),(810,779),(814.5,777.7942286340599),(817.7942286340599,774.5),(819,770),(817.79422863406,765.5),(814.5,762.2057713659401),(810,761),(805.5,762.20577136594),(802.2057713659401,765.5)) -8078 ((800,780),(801.3397459621556,785),(805,788.6602540378444),(810,790),(815,788.6602540378444),(818.6602540378444,785),(820,780),(818.6602540378444,775),(815,771.3397459621556),(810,770),(805,771.3397459621556),(801.3397459621556,775)) -8079 ((809,790),(809.1339745962156,790.5),(809.5,790.8660254037844),(810,791),(810.5,790.8660254037844),(810.8660254037844,790.5),(811,790),(810.8660254037844,789.5),(810.5,789.1339745962156),(810,789),(809.5,789.1339745962156),(809.1339745962156,789.5)) -8080 ((808,800),(808.2679491924312,801),(809,801.7320508075688),(810,802),(811,801.7320508075688),(811.7320508075688,801),(812,800),(811.7320508075688,799),(811,798.2679491924312),(810,798),(809,798.2679491924312),(808.2679491924312,799)) -8081 ((807,810),(807.4019237886466,811.5),(808.5,812.5980762113534),(810,813),(811.5,812.5980762113534),(812.5980762113533,811.5),(813,810),(812.5980762113534,808.5),(811.5,807.4019237886467),(810,807),(808.5,807.4019237886466),(807.4019237886467,808.5)) -8082 ((806,820),(806.5358983848622,822),(808,823.4641016151378),(810,824),(812,823.4641016151378),(813.4641016151378,822),(814,820),(813.4641016151378,818),(812,816.5358983848622),(810,816),(808,816.5358983848622),(806.5358983848622,818)) -8083 ((805,830),(805.6698729810778,832.5),(807.5,834.3301270189222),(810,835),(812.5,834.3301270189222),(814.3301270189222,832.5),(815,830),(814.3301270189222,827.5),(812.5,825.6698729810778),(810,825),(807.5,825.6698729810778),(805.6698729810778,827.5)) -8084 ((804,840),(804.8038475772934,843),(807,845.1961524227066),(810,846),(813,845.1961524227066),(815.1961524227066,843),(816,840),(815.1961524227066,837),(813,834.8038475772934),(810,834),(807,834.8038475772934),(804.8038475772934,837)) -8085 ((803,850),(803.937822173509,853.5),(806.5,856.062177826491),(810,857),(813.5,856.062177826491),(816.062177826491,853.5),(817,850),(816.062177826491,846.5),(813.5,843.937822173509),(810,843),(806.5,843.937822173509),(803.937822173509,846.5)) -8086 ((802,860),(803.0717967697245,864),(806,866.9282032302755),(810,868),(814,866.9282032302755),(816.9282032302755,864),(818,860),(816.9282032302755,856),(814,853.0717967697245),(810,852),(806,853.0717967697245),(803.0717967697245,856)) -8087 ((801,870),(802.2057713659401,874.5),(805.5,877.7942286340599),(810,879),(814.5,877.7942286340599),(817.7942286340599,874.5),(819,870),(817.79422863406,865.5),(814.5,862.2057713659401),(810,861),(805.5,862.20577136594),(802.2057713659401,865.5)) -8088 ((800,880),(801.3397459621556,885),(805,888.6602540378444),(810,890),(815,888.6602540378444),(818.6602540378444,885),(820,880),(818.6602540378444,875),(815,871.3397459621556),(810,870),(805,871.3397459621556),(801.3397459621556,875)) -8089 ((809,890),(809.1339745962156,890.5),(809.5,890.8660254037844),(810,891),(810.5,890.8660254037844),(810.8660254037844,890.5),(811,890),(810.8660254037844,889.5),(810.5,889.1339745962156),(810,889),(809.5,889.1339745962156),(809.1339745962156,889.5)) -8090 ((808,900),(808.2679491924312,901),(809,901.7320508075688),(810,902),(811,901.7320508075688),(811.7320508075688,901),(812,900),(811.7320508075688,899),(811,898.2679491924312),(810,898),(809,898.2679491924312),(808.2679491924312,899)) -8091 ((807,910),(807.4019237886466,911.5),(808.5,912.5980762113534),(810,913),(811.5,912.5980762113534),(812.5980762113533,911.5),(813,910),(812.5980762113534,908.5),(811.5,907.4019237886467),(810,907),(808.5,907.4019237886466),(807.4019237886467,908.5)) -8092 ((806,920),(806.5358983848622,922),(808,923.4641016151378),(810,924),(812,923.4641016151378),(813.4641016151378,922),(814,920),(813.4641016151378,918),(812,916.5358983848622),(810,916),(808,916.5358983848622),(806.5358983848622,918)) -8093 ((805,930),(805.6698729810778,932.5),(807.5,934.3301270189222),(810,935),(812.5,934.3301270189222),(814.3301270189222,932.5),(815,930),(814.3301270189222,927.5),(812.5,925.6698729810778),(810,925),(807.5,925.6698729810778),(805.6698729810778,927.5)) -8094 ((804,940),(804.8038475772934,943),(807,945.1961524227066),(810,946),(813,945.1961524227066),(815.1961524227066,943),(816,940),(815.1961524227066,937),(813,934.8038475772934),(810,934),(807,934.8038475772934),(804.8038475772934,937)) -8095 ((803,950),(803.937822173509,953.5),(806.5,956.062177826491),(810,957),(813.5,956.062177826491),(816.062177826491,953.5),(817,950),(816.062177826491,946.5),(813.5,943.937822173509),(810,943),(806.5,943.937822173509),(803.937822173509,946.5)) -8096 ((802,960),(803.0717967697245,964),(806,966.9282032302755),(810,968),(814,966.9282032302755),(816.9282032302755,964),(818,960),(816.9282032302755,956),(814,953.0717967697245),(810,952),(806,953.0717967697245),(803.0717967697245,956)) -8097 ((801,970),(802.2057713659401,974.5),(805.5,977.7942286340599),(810,979),(814.5,977.7942286340599),(817.7942286340599,974.5),(819,970),(817.79422863406,965.5),(814.5,962.2057713659401),(810,961),(805.5,962.20577136594),(802.2057713659401,965.5)) -8098 ((800,980),(801.3397459621556,985),(805,988.6602540378444),(810,990),(815,988.6602540378444),(818.6602540378444,985),(820,980),(818.6602540378444,975),(815,971.3397459621556),(810,970),(805,971.3397459621556),(801.3397459621556,975)) -8099 ((809,990),(809.1339745962156,990.5),(809.5,990.8660254037844),(810,991),(810.5,990.8660254037844),(810.8660254037844,990.5),(811,990),(810.8660254037844,989.5),(810.5,989.1339745962156),(810,989),(809.5,989.1339745962156),(809.1339745962156,989.5)) -8100 ((808,1000),(808.2679491924312,1001),(809,1001.7320508075688),(810,1002),(811,1001.7320508075688),(811.7320508075688,1001),(812,1000),(811.7320508075688,999),(811,998.2679491924312),(810,998),(809,998.2679491924312),(808.2679491924312,999)) -8101 ((816,10),(816.5358983848622,12),(818,13.464101615137753),(820,14),(822,13.464101615137755),(823.4641016151378,12.000000000000002),(824,10),(823.4641016151378,8.000000000000002),(822,6.5358983848622465),(820,6),(818,6.535898384862244),(816.5358983848622,7.999999999999998)) -8102 ((815,20),(815.6698729810778,22.5),(817.5,24.33012701892219),(820,25),(822.5,24.330127018922195),(824.3301270189222,22.5),(825,20),(824.3301270189222,17.5),(822.5,15.669872981077807),(820,15),(817.5,15.669872981077805),(815.6698729810778,17.499999999999996)) -8103 ((814,30),(814.8038475772934,33),(817,35.19615242270663),(820,36),(823,35.19615242270663),(825.1961524227066,33),(826,30),(825.1961524227066,27),(823,24.803847577293368),(820,24),(817,24.803847577293368),(814.8038475772934,26.999999999999996)) -8104 ((813,40),(813.937822173509,43.5),(816.5,46.06217782649107),(820,47),(823.5,46.06217782649107),(826.062177826491,43.5),(827,40),(826.062177826491,36.5),(823.5,33.937822173508934),(820,33),(816.5,33.93782217350893),(813.937822173509,36.5)) -8105 ((812,50),(813.0717967697245,54),(816,56.92820323027551),(820,58),(824,56.92820323027551),(826.9282032302755,54),(828,50),(826.9282032302755,46),(824,43.07179676972449),(820,42),(816,43.071796769724486),(813.0717967697245,46)) -8106 ((811,60),(812.2057713659401,64.5),(815.5,67.79422863405995),(820,69),(824.5,67.79422863405995),(827.7942286340599,64.5),(829,60),(827.79422863406,55.5),(824.5,52.20577136594005),(820,51),(815.5,52.20577136594005),(812.2057713659401,55.5)) -8107 ((810,70),(811.3397459621556,75),(815,78.66025403784438),(820,80),(825,78.66025403784438),(828.6602540378444,75),(830,70),(828.6602540378444,65),(825,61.33974596215562),(820,60),(815,61.33974596215561),(811.3397459621556,65)) -8108 ((819,80),(819.1339745962156,80.5),(819.5,80.86602540378443),(820,81),(820.5,80.86602540378443),(820.8660254037844,80.5),(821,80),(820.8660254037844,79.5),(820.5,79.13397459621557),(820,79),(819.5,79.13397459621557),(819.1339745962156,79.5)) -8109 ((818,90),(818.2679491924312,91),(819,91.73205080756888),(820,92),(821,91.73205080756888),(821.7320508075688,91),(822,90),(821.7320508075688,89),(821,88.26794919243112),(820,88),(819,88.26794919243112),(818.2679491924312,89)) -8110 ((817,100),(817.4019237886466,101.5),(818.5,102.59807621135332),(820,103),(821.5,102.59807621135332),(822.5980762113533,101.5),(823,100),(822.5980762113534,98.5),(821.5,97.40192378864668),(820,97),(818.5,97.40192378864668),(817.4019237886467,98.5)) -8111 ((816,110),(816.5358983848622,112),(818,113.46410161513775),(820,114),(822,113.46410161513775),(823.4641016151378,112),(824,110),(823.4641016151378,108),(822,106.53589838486225),(820,106),(818,106.53589838486225),(816.5358983848622,108)) -8112 ((815,120),(815.6698729810778,122.5),(817.5,124.3301270189222),(820,125),(822.5,124.3301270189222),(824.3301270189222,122.5),(825,120),(824.3301270189222,117.5),(822.5,115.6698729810778),(820,115),(817.5,115.6698729810778),(815.6698729810778,117.5)) -8113 ((814,130),(814.8038475772934,133),(817,135.19615242270663),(820,136),(823,135.19615242270663),(825.1961524227066,133),(826,130),(825.1961524227066,127),(823,124.80384757729337),(820,124),(817,124.80384757729337),(814.8038475772934,127)) -8114 ((813,140),(813.937822173509,143.5),(816.5,146.06217782649108),(820,147),(823.5,146.06217782649108),(826.062177826491,143.5),(827,140),(826.062177826491,136.5),(823.5,133.93782217350892),(820,133),(816.5,133.93782217350892),(813.937822173509,136.5)) -8115 ((812,150),(813.0717967697245,154),(816,156.9282032302755),(820,158),(824,156.9282032302755),(826.9282032302755,154),(828,150),(826.9282032302755,146),(824,143.0717967697245),(820,142),(816,143.0717967697245),(813.0717967697245,146)) -8116 ((811,160),(812.2057713659401,164.5),(815.5,167.79422863405995),(820,169),(824.5,167.79422863405995),(827.7942286340599,164.5),(829,160),(827.79422863406,155.5),(824.5,152.20577136594005),(820,151),(815.5,152.20577136594005),(812.2057713659401,155.5)) -8117 ((810,170),(811.3397459621556,175),(815,178.6602540378444),(820,180),(825,178.6602540378444),(828.6602540378444,175),(830,170),(828.6602540378444,165),(825,161.3397459621556),(820,160),(815,161.3397459621556),(811.3397459621556,165)) -8118 ((819,180),(819.1339745962156,180.5),(819.5,180.86602540378445),(820,181),(820.5,180.86602540378445),(820.8660254037844,180.5),(821,180),(820.8660254037844,179.5),(820.5,179.13397459621555),(820,179),(819.5,179.13397459621555),(819.1339745962156,179.5)) -8119 ((818,190),(818.2679491924312,191),(819,191.73205080756887),(820,192),(821,191.73205080756887),(821.7320508075688,191),(822,190),(821.7320508075688,189),(821,188.26794919243113),(820,188),(819,188.26794919243113),(818.2679491924312,189)) -8120 ((817,200),(817.4019237886466,201.5),(818.5,202.59807621135332),(820,203),(821.5,202.59807621135332),(822.5980762113533,201.5),(823,200),(822.5980762113534,198.5),(821.5,197.40192378864668),(820,197),(818.5,197.40192378864668),(817.4019237886467,198.5)) -8121 ((816,210),(816.5358983848622,212),(818,213.46410161513776),(820,214),(822,213.46410161513776),(823.4641016151378,212),(824,210),(823.4641016151378,208),(822,206.53589838486224),(820,206),(818,206.53589838486224),(816.5358983848622,208)) -8122 ((815,220),(815.6698729810778,222.5),(817.5,224.33012701892218),(820,225),(822.5,224.33012701892218),(824.3301270189222,222.5),(825,220),(824.3301270189222,217.5),(822.5,215.66987298107782),(820,215),(817.5,215.66987298107782),(815.6698729810778,217.5)) -8123 ((814,230),(814.8038475772934,233),(817,235.19615242270663),(820,236),(823,235.19615242270663),(825.1961524227066,233),(826,230),(825.1961524227066,227),(823,224.80384757729337),(820,224),(817,224.80384757729337),(814.8038475772934,227)) -8124 ((813,240),(813.937822173509,243.5),(816.5,246.06217782649108),(820,247),(823.5,246.06217782649108),(826.062177826491,243.5),(827,240),(826.062177826491,236.5),(823.5,233.93782217350892),(820,233),(816.5,233.93782217350892),(813.937822173509,236.5)) -8125 ((812,250),(813.0717967697245,254),(816,256.9282032302755),(820,258),(824,256.9282032302755),(826.9282032302755,254),(828,250),(826.9282032302755,246),(824,243.0717967697245),(820,242),(816,243.0717967697245),(813.0717967697245,246)) -8126 ((811,260),(812.2057713659401,264.5),(815.5,267.79422863405995),(820,269),(824.5,267.79422863405995),(827.7942286340599,264.5),(829,260),(827.79422863406,255.5),(824.5,252.20577136594005),(820,251),(815.5,252.20577136594005),(812.2057713659401,255.5)) -8127 ((810,270),(811.3397459621556,275),(815,278.66025403784437),(820,280),(825,278.66025403784437),(828.6602540378444,275),(830,270),(828.6602540378444,265),(825,261.33974596215563),(820,260),(815,261.33974596215563),(811.3397459621556,265)) -8128 ((819,280),(819.1339745962156,280.5),(819.5,280.8660254037844),(820,281),(820.5,280.8660254037844),(820.8660254037844,280.5),(821,280),(820.8660254037844,279.5),(820.5,279.1339745962156),(820,279),(819.5,279.1339745962156),(819.1339745962156,279.5)) -8129 ((818,290),(818.2679491924312,291),(819,291.7320508075689),(820,292),(821,291.7320508075689),(821.7320508075688,291),(822,290),(821.7320508075688,289),(821,288.2679491924311),(820,288),(819,288.2679491924311),(818.2679491924312,289)) -8130 ((817,300),(817.4019237886466,301.5),(818.5,302.5980762113533),(820,303),(821.5,302.5980762113533),(822.5980762113533,301.5),(823,300),(822.5980762113534,298.5),(821.5,297.4019237886467),(820,297),(818.5,297.4019237886467),(817.4019237886467,298.5)) -8131 ((816,310),(816.5358983848622,312),(818,313.46410161513774),(820,314),(822,313.46410161513774),(823.4641016151378,312),(824,310),(823.4641016151378,308),(822,306.53589838486226),(820,306),(818,306.53589838486226),(816.5358983848622,308)) -8132 ((815,320),(815.6698729810778,322.5),(817.5,324.3301270189222),(820,325),(822.5,324.3301270189222),(824.3301270189222,322.5),(825,320),(824.3301270189222,317.5),(822.5,315.6698729810778),(820,315),(817.5,315.6698729810778),(815.6698729810778,317.5)) -8133 ((814,330),(814.8038475772934,333),(817,335.19615242270663),(820,336),(823,335.19615242270663),(825.1961524227066,333),(826,330),(825.1961524227066,327),(823,324.80384757729337),(820,324),(817,324.80384757729337),(814.8038475772934,327)) -8134 ((813,340),(813.937822173509,343.5),(816.5,346.06217782649105),(820,347),(823.5,346.06217782649105),(826.062177826491,343.5),(827,340),(826.062177826491,336.5),(823.5,333.93782217350895),(820,333),(816.5,333.93782217350895),(813.937822173509,336.5)) -8135 ((812,350),(813.0717967697245,354),(816,356.9282032302755),(820,358),(824,356.9282032302755),(826.9282032302755,354),(828,350),(826.9282032302755,346),(824,343.0717967697245),(820,342),(816,343.0717967697245),(813.0717967697245,346)) -8136 ((811,360),(812.2057713659401,364.5),(815.5,367.79422863405995),(820,369),(824.5,367.79422863405995),(827.7942286340599,364.5),(829,360),(827.79422863406,355.5),(824.5,352.20577136594005),(820,351),(815.5,352.20577136594005),(812.2057713659401,355.5)) -8137 ((810,370),(811.3397459621556,375),(815,378.66025403784437),(820,380),(825,378.66025403784437),(828.6602540378444,375),(830,370),(828.6602540378444,365),(825,361.33974596215563),(820,360),(815,361.33974596215563),(811.3397459621556,365)) -8138 ((819,380),(819.1339745962156,380.5),(819.5,380.8660254037844),(820,381),(820.5,380.8660254037844),(820.8660254037844,380.5),(821,380),(820.8660254037844,379.5),(820.5,379.1339745962156),(820,379),(819.5,379.1339745962156),(819.1339745962156,379.5)) -8139 ((818,390),(818.2679491924312,391),(819,391.7320508075689),(820,392),(821,391.7320508075689),(821.7320508075688,391),(822,390),(821.7320508075688,389),(821,388.2679491924311),(820,388),(819,388.2679491924311),(818.2679491924312,389)) -8140 ((817,400),(817.4019237886466,401.5),(818.5,402.5980762113533),(820,403),(821.5,402.5980762113533),(822.5980762113533,401.5),(823,400),(822.5980762113534,398.5),(821.5,397.4019237886467),(820,397),(818.5,397.4019237886467),(817.4019237886467,398.5)) -8141 ((816,410),(816.5358983848622,412),(818,413.46410161513774),(820,414),(822,413.46410161513774),(823.4641016151378,412),(824,410),(823.4641016151378,408),(822,406.53589838486226),(820,406),(818,406.53589838486226),(816.5358983848622,408)) -8142 ((815,420),(815.6698729810778,422.5),(817.5,424.3301270189222),(820,425),(822.5,424.3301270189222),(824.3301270189222,422.5),(825,420),(824.3301270189222,417.5),(822.5,415.6698729810778),(820,415),(817.5,415.6698729810778),(815.6698729810778,417.5)) -8143 ((814,430),(814.8038475772934,433),(817,435.19615242270663),(820,436),(823,435.19615242270663),(825.1961524227066,433),(826,430),(825.1961524227066,427),(823,424.80384757729337),(820,424),(817,424.80384757729337),(814.8038475772934,427)) -8144 ((813,440),(813.937822173509,443.5),(816.5,446.06217782649105),(820,447),(823.5,446.06217782649105),(826.062177826491,443.5),(827,440),(826.062177826491,436.5),(823.5,433.93782217350895),(820,433),(816.5,433.93782217350895),(813.937822173509,436.5)) -8145 ((812,450),(813.0717967697245,454),(816,456.9282032302755),(820,458),(824,456.9282032302755),(826.9282032302755,454),(828,450),(826.9282032302755,446),(824,443.0717967697245),(820,442),(816,443.0717967697245),(813.0717967697245,446)) -8146 ((811,460),(812.2057713659401,464.5),(815.5,467.79422863405995),(820,469),(824.5,467.79422863405995),(827.7942286340599,464.5),(829,460),(827.79422863406,455.5),(824.5,452.20577136594005),(820,451),(815.5,452.20577136594005),(812.2057713659401,455.5)) -8147 ((810,470),(811.3397459621556,475),(815,478.66025403784437),(820,480),(825,478.66025403784437),(828.6602540378444,475),(830,470),(828.6602540378444,465),(825,461.33974596215563),(820,460),(815,461.33974596215563),(811.3397459621556,465)) -8148 ((819,480),(819.1339745962156,480.5),(819.5,480.8660254037844),(820,481),(820.5,480.8660254037844),(820.8660254037844,480.5),(821,480),(820.8660254037844,479.5),(820.5,479.1339745962156),(820,479),(819.5,479.1339745962156),(819.1339745962156,479.5)) -8149 ((818,490),(818.2679491924312,491),(819,491.7320508075689),(820,492),(821,491.7320508075689),(821.7320508075688,491),(822,490),(821.7320508075688,489),(821,488.2679491924311),(820,488),(819,488.2679491924311),(818.2679491924312,489)) -8150 ((817,500),(817.4019237886466,501.5),(818.5,502.5980762113533),(820,503),(821.5,502.5980762113533),(822.5980762113533,501.5),(823,500),(822.5980762113534,498.5),(821.5,497.4019237886467),(820,497),(818.5,497.4019237886467),(817.4019237886467,498.5)) -8151 ((816,510),(816.5358983848622,512),(818,513.4641016151378),(820,514),(822,513.4641016151378),(823.4641016151378,512),(824,510),(823.4641016151378,508),(822,506.53589838486226),(820,506),(818,506.53589838486226),(816.5358983848622,508)) -8152 ((815,520),(815.6698729810778,522.5),(817.5,524.3301270189222),(820,525),(822.5,524.3301270189222),(824.3301270189222,522.5),(825,520),(824.3301270189222,517.5),(822.5,515.6698729810778),(820,515),(817.5,515.6698729810778),(815.6698729810778,517.5)) -8153 ((814,530),(814.8038475772934,533),(817,535.1961524227066),(820,536),(823,535.1961524227066),(825.1961524227066,533),(826,530),(825.1961524227066,527),(823,524.8038475772934),(820,524),(817,524.8038475772934),(814.8038475772934,527)) -8154 ((813,540),(813.937822173509,543.5),(816.5,546.062177826491),(820,547),(823.5,546.062177826491),(826.062177826491,543.5),(827,540),(826.062177826491,536.5),(823.5,533.937822173509),(820,533),(816.5,533.937822173509),(813.937822173509,536.5)) -8155 ((812,550),(813.0717967697245,554),(816,556.9282032302755),(820,558),(824,556.9282032302755),(826.9282032302755,554),(828,550),(826.9282032302755,546),(824,543.0717967697245),(820,542),(816,543.0717967697245),(813.0717967697245,546)) -8156 ((811,560),(812.2057713659401,564.5),(815.5,567.7942286340599),(820,569),(824.5,567.7942286340599),(827.7942286340599,564.5),(829,560),(827.79422863406,555.5),(824.5,552.2057713659401),(820,551),(815.5,552.20577136594),(812.2057713659401,555.5)) -8157 ((810,570),(811.3397459621556,575),(815,578.6602540378444),(820,580),(825,578.6602540378444),(828.6602540378444,575),(830,570),(828.6602540378444,565),(825,561.3397459621556),(820,560),(815,561.3397459621556),(811.3397459621556,565)) -8158 ((819,580),(819.1339745962156,580.5),(819.5,580.8660254037844),(820,581),(820.5,580.8660254037844),(820.8660254037844,580.5),(821,580),(820.8660254037844,579.5),(820.5,579.1339745962156),(820,579),(819.5,579.1339745962156),(819.1339745962156,579.5)) -8159 ((818,590),(818.2679491924312,591),(819,591.7320508075688),(820,592),(821,591.7320508075688),(821.7320508075688,591),(822,590),(821.7320508075688,589),(821,588.2679491924312),(820,588),(819,588.2679491924312),(818.2679491924312,589)) -8160 ((817,600),(817.4019237886466,601.5),(818.5,602.5980762113534),(820,603),(821.5,602.5980762113534),(822.5980762113533,601.5),(823,600),(822.5980762113534,598.5),(821.5,597.4019237886467),(820,597),(818.5,597.4019237886466),(817.4019237886467,598.5)) -8161 ((816,610),(816.5358983848622,612),(818,613.4641016151378),(820,614),(822,613.4641016151378),(823.4641016151378,612),(824,610),(823.4641016151378,608),(822,606.5358983848622),(820,606),(818,606.5358983848622),(816.5358983848622,608)) -8162 ((815,620),(815.6698729810778,622.5),(817.5,624.3301270189222),(820,625),(822.5,624.3301270189222),(824.3301270189222,622.5),(825,620),(824.3301270189222,617.5),(822.5,615.6698729810778),(820,615),(817.5,615.6698729810778),(815.6698729810778,617.5)) -8163 ((814,630),(814.8038475772934,633),(817,635.1961524227066),(820,636),(823,635.1961524227066),(825.1961524227066,633),(826,630),(825.1961524227066,627),(823,624.8038475772934),(820,624),(817,624.8038475772934),(814.8038475772934,627)) -8164 ((813,640),(813.937822173509,643.5),(816.5,646.062177826491),(820,647),(823.5,646.062177826491),(826.062177826491,643.5),(827,640),(826.062177826491,636.5),(823.5,633.937822173509),(820,633),(816.5,633.937822173509),(813.937822173509,636.5)) -8165 ((812,650),(813.0717967697245,654),(816,656.9282032302755),(820,658),(824,656.9282032302755),(826.9282032302755,654),(828,650),(826.9282032302755,646),(824,643.0717967697245),(820,642),(816,643.0717967697245),(813.0717967697245,646)) -8166 ((811,660),(812.2057713659401,664.5),(815.5,667.7942286340599),(820,669),(824.5,667.7942286340599),(827.7942286340599,664.5),(829,660),(827.79422863406,655.5),(824.5,652.2057713659401),(820,651),(815.5,652.20577136594),(812.2057713659401,655.5)) -8167 ((810,670),(811.3397459621556,675),(815,678.6602540378444),(820,680),(825,678.6602540378444),(828.6602540378444,675),(830,670),(828.6602540378444,665),(825,661.3397459621556),(820,660),(815,661.3397459621556),(811.3397459621556,665)) -8168 ((819,680),(819.1339745962156,680.5),(819.5,680.8660254037844),(820,681),(820.5,680.8660254037844),(820.8660254037844,680.5),(821,680),(820.8660254037844,679.5),(820.5,679.1339745962156),(820,679),(819.5,679.1339745962156),(819.1339745962156,679.5)) -8169 ((818,690),(818.2679491924312,691),(819,691.7320508075688),(820,692),(821,691.7320508075688),(821.7320508075688,691),(822,690),(821.7320508075688,689),(821,688.2679491924312),(820,688),(819,688.2679491924312),(818.2679491924312,689)) -8170 ((817,700),(817.4019237886466,701.5),(818.5,702.5980762113534),(820,703),(821.5,702.5980762113534),(822.5980762113533,701.5),(823,700),(822.5980762113534,698.5),(821.5,697.4019237886467),(820,697),(818.5,697.4019237886466),(817.4019237886467,698.5)) -8171 ((816,710),(816.5358983848622,712),(818,713.4641016151378),(820,714),(822,713.4641016151378),(823.4641016151378,712),(824,710),(823.4641016151378,708),(822,706.5358983848622),(820,706),(818,706.5358983848622),(816.5358983848622,708)) -8172 ((815,720),(815.6698729810778,722.5),(817.5,724.3301270189222),(820,725),(822.5,724.3301270189222),(824.3301270189222,722.5),(825,720),(824.3301270189222,717.5),(822.5,715.6698729810778),(820,715),(817.5,715.6698729810778),(815.6698729810778,717.5)) -8173 ((814,730),(814.8038475772934,733),(817,735.1961524227066),(820,736),(823,735.1961524227066),(825.1961524227066,733),(826,730),(825.1961524227066,727),(823,724.8038475772934),(820,724),(817,724.8038475772934),(814.8038475772934,727)) -8174 ((813,740),(813.937822173509,743.5),(816.5,746.062177826491),(820,747),(823.5,746.062177826491),(826.062177826491,743.5),(827,740),(826.062177826491,736.5),(823.5,733.937822173509),(820,733),(816.5,733.937822173509),(813.937822173509,736.5)) -8175 ((812,750),(813.0717967697245,754),(816,756.9282032302755),(820,758),(824,756.9282032302755),(826.9282032302755,754),(828,750),(826.9282032302755,746),(824,743.0717967697245),(820,742),(816,743.0717967697245),(813.0717967697245,746)) -8176 ((811,760),(812.2057713659401,764.5),(815.5,767.7942286340599),(820,769),(824.5,767.7942286340599),(827.7942286340599,764.5),(829,760),(827.79422863406,755.5),(824.5,752.2057713659401),(820,751),(815.5,752.20577136594),(812.2057713659401,755.5)) -8177 ((810,770),(811.3397459621556,775),(815,778.6602540378444),(820,780),(825,778.6602540378444),(828.6602540378444,775),(830,770),(828.6602540378444,765),(825,761.3397459621556),(820,760),(815,761.3397459621556),(811.3397459621556,765)) -8178 ((819,780),(819.1339745962156,780.5),(819.5,780.8660254037844),(820,781),(820.5,780.8660254037844),(820.8660254037844,780.5),(821,780),(820.8660254037844,779.5),(820.5,779.1339745962156),(820,779),(819.5,779.1339745962156),(819.1339745962156,779.5)) -8179 ((818,790),(818.2679491924312,791),(819,791.7320508075688),(820,792),(821,791.7320508075688),(821.7320508075688,791),(822,790),(821.7320508075688,789),(821,788.2679491924312),(820,788),(819,788.2679491924312),(818.2679491924312,789)) -8180 ((817,800),(817.4019237886466,801.5),(818.5,802.5980762113534),(820,803),(821.5,802.5980762113534),(822.5980762113533,801.5),(823,800),(822.5980762113534,798.5),(821.5,797.4019237886467),(820,797),(818.5,797.4019237886466),(817.4019237886467,798.5)) -8181 ((816,810),(816.5358983848622,812),(818,813.4641016151378),(820,814),(822,813.4641016151378),(823.4641016151378,812),(824,810),(823.4641016151378,808),(822,806.5358983848622),(820,806),(818,806.5358983848622),(816.5358983848622,808)) -8182 ((815,820),(815.6698729810778,822.5),(817.5,824.3301270189222),(820,825),(822.5,824.3301270189222),(824.3301270189222,822.5),(825,820),(824.3301270189222,817.5),(822.5,815.6698729810778),(820,815),(817.5,815.6698729810778),(815.6698729810778,817.5)) -8183 ((814,830),(814.8038475772934,833),(817,835.1961524227066),(820,836),(823,835.1961524227066),(825.1961524227066,833),(826,830),(825.1961524227066,827),(823,824.8038475772934),(820,824),(817,824.8038475772934),(814.8038475772934,827)) -8184 ((813,840),(813.937822173509,843.5),(816.5,846.062177826491),(820,847),(823.5,846.062177826491),(826.062177826491,843.5),(827,840),(826.062177826491,836.5),(823.5,833.937822173509),(820,833),(816.5,833.937822173509),(813.937822173509,836.5)) -8185 ((812,850),(813.0717967697245,854),(816,856.9282032302755),(820,858),(824,856.9282032302755),(826.9282032302755,854),(828,850),(826.9282032302755,846),(824,843.0717967697245),(820,842),(816,843.0717967697245),(813.0717967697245,846)) -8186 ((811,860),(812.2057713659401,864.5),(815.5,867.7942286340599),(820,869),(824.5,867.7942286340599),(827.7942286340599,864.5),(829,860),(827.79422863406,855.5),(824.5,852.2057713659401),(820,851),(815.5,852.20577136594),(812.2057713659401,855.5)) -8187 ((810,870),(811.3397459621556,875),(815,878.6602540378444),(820,880),(825,878.6602540378444),(828.6602540378444,875),(830,870),(828.6602540378444,865),(825,861.3397459621556),(820,860),(815,861.3397459621556),(811.3397459621556,865)) -8188 ((819,880),(819.1339745962156,880.5),(819.5,880.8660254037844),(820,881),(820.5,880.8660254037844),(820.8660254037844,880.5),(821,880),(820.8660254037844,879.5),(820.5,879.1339745962156),(820,879),(819.5,879.1339745962156),(819.1339745962156,879.5)) -8189 ((818,890),(818.2679491924312,891),(819,891.7320508075688),(820,892),(821,891.7320508075688),(821.7320508075688,891),(822,890),(821.7320508075688,889),(821,888.2679491924312),(820,888),(819,888.2679491924312),(818.2679491924312,889)) -8190 ((817,900),(817.4019237886466,901.5),(818.5,902.5980762113534),(820,903),(821.5,902.5980762113534),(822.5980762113533,901.5),(823,900),(822.5980762113534,898.5),(821.5,897.4019237886467),(820,897),(818.5,897.4019237886466),(817.4019237886467,898.5)) -8191 ((816,910),(816.5358983848622,912),(818,913.4641016151378),(820,914),(822,913.4641016151378),(823.4641016151378,912),(824,910),(823.4641016151378,908),(822,906.5358983848622),(820,906),(818,906.5358983848622),(816.5358983848622,908)) -8192 ((815,920),(815.6698729810778,922.5),(817.5,924.3301270189222),(820,925),(822.5,924.3301270189222),(824.3301270189222,922.5),(825,920),(824.3301270189222,917.5),(822.5,915.6698729810778),(820,915),(817.5,915.6698729810778),(815.6698729810778,917.5)) -8193 ((814,930),(814.8038475772934,933),(817,935.1961524227066),(820,936),(823,935.1961524227066),(825.1961524227066,933),(826,930),(825.1961524227066,927),(823,924.8038475772934),(820,924),(817,924.8038475772934),(814.8038475772934,927)) -8194 ((813,940),(813.937822173509,943.5),(816.5,946.062177826491),(820,947),(823.5,946.062177826491),(826.062177826491,943.5),(827,940),(826.062177826491,936.5),(823.5,933.937822173509),(820,933),(816.5,933.937822173509),(813.937822173509,936.5)) -8195 ((812,950),(813.0717967697245,954),(816,956.9282032302755),(820,958),(824,956.9282032302755),(826.9282032302755,954),(828,950),(826.9282032302755,946),(824,943.0717967697245),(820,942),(816,943.0717967697245),(813.0717967697245,946)) -8196 ((811,960),(812.2057713659401,964.5),(815.5,967.7942286340599),(820,969),(824.5,967.7942286340599),(827.7942286340599,964.5),(829,960),(827.79422863406,955.5),(824.5,952.2057713659401),(820,951),(815.5,952.20577136594),(812.2057713659401,955.5)) -8197 ((810,970),(811.3397459621556,975),(815,978.6602540378444),(820,980),(825,978.6602540378444),(828.6602540378444,975),(830,970),(828.6602540378444,965),(825,961.3397459621556),(820,960),(815,961.3397459621556),(811.3397459621556,965)) -8198 ((819,980),(819.1339745962156,980.5),(819.5,980.8660254037844),(820,981),(820.5,980.8660254037844),(820.8660254037844,980.5),(821,980),(820.8660254037844,979.5),(820.5,979.1339745962156),(820,979),(819.5,979.1339745962156),(819.1339745962156,979.5)) -8199 ((818,990),(818.2679491924312,991),(819,991.7320508075688),(820,992),(821,991.7320508075688),(821.7320508075688,991),(822,990),(821.7320508075688,989),(821,988.2679491924312),(820,988),(819,988.2679491924312),(818.2679491924312,989)) -8200 ((817,1000),(817.4019237886466,1001.5),(818.5,1002.5980762113534),(820,1003),(821.5,1002.5980762113534),(822.5980762113533,1001.5),(823,1000),(822.5980762113534,998.5),(821.5,997.4019237886467),(820,997),(818.5,997.4019237886466),(817.4019237886467,998.5)) -8201 ((825,10),(825.6698729810778,12.5),(827.5,14.330127018922193),(830,15),(832.5,14.330127018922195),(834.3301270189222,12.500000000000002),(835,10),(834.3301270189222,7.500000000000002),(832.5,5.669872981077807),(830,5),(827.5,5.669872981077805),(825.6698729810778,7.499999999999998)) -8202 ((824,20),(824.8038475772934,23),(827,25.196152422706632),(830,26),(833,25.196152422706632),(835.1961524227066,23),(836,20),(835.1961524227066,17),(833,14.803847577293368),(830,14),(827,14.803847577293366),(824.8038475772934,16.999999999999996)) -8203 ((823,30),(823.937822173509,33.5),(826.5,36.06217782649107),(830,37),(833.5,36.06217782649107),(836.062177826491,33.5),(837,30),(836.062177826491,26.5),(833.5,23.93782217350893),(830,23),(826.5,23.937822173508927),(823.937822173509,26.499999999999996)) -8204 ((822,40),(823.0717967697245,44),(826,46.92820323027551),(830,48),(834,46.92820323027551),(836.9282032302755,44),(838,40),(836.9282032302755,36),(834,33.07179676972449),(830,32),(826,33.071796769724486),(823.0717967697245,36)) -8205 ((821,50),(822.2057713659401,54.5),(825.5,57.79422863405995),(830,59),(834.5,57.79422863405995),(837.7942286340599,54.5),(839,50),(837.79422863406,45.5),(834.5,42.20577136594005),(830,41),(825.5,42.20577136594005),(822.2057713659401,45.5)) -8206 ((820,60),(821.3397459621556,65),(825,68.66025403784438),(830,70),(835,68.66025403784438),(838.6602540378444,65),(840,60),(838.6602540378444,55),(835,51.33974596215562),(830,50),(825,51.33974596215561),(821.3397459621556,54.99999999999999)) -8207 ((829,70),(829.1339745962156,70.5),(829.5,70.86602540378443),(830,71),(830.5,70.86602540378443),(830.8660254037844,70.5),(831,70),(830.8660254037844,69.5),(830.5,69.13397459621557),(830,69),(829.5,69.13397459621557),(829.1339745962156,69.5)) -8208 ((828,80),(828.2679491924312,81),(829,81.73205080756888),(830,82),(831,81.73205080756888),(831.7320508075688,81),(832,80),(831.7320508075688,79),(831,78.26794919243112),(830,78),(829,78.26794919243112),(828.2679491924312,79)) -8209 ((827,90),(827.4019237886466,91.5),(828.5,92.59807621135332),(830,93),(831.5,92.59807621135332),(832.5980762113533,91.5),(833,90),(832.5980762113534,88.5),(831.5,87.40192378864668),(830,87),(828.5,87.40192378864668),(827.4019237886467,88.5)) -8210 ((826,100),(826.5358983848622,102),(828,103.46410161513775),(830,104),(832,103.46410161513775),(833.4641016151378,102),(834,100),(833.4641016151378,98),(832,96.53589838486225),(830,96),(828,96.53589838486225),(826.5358983848622,98)) -8211 ((825,110),(825.6698729810778,112.5),(827.5,114.3301270189222),(830,115),(832.5,114.3301270189222),(834.3301270189222,112.5),(835,110),(834.3301270189222,107.5),(832.5,105.6698729810778),(830,105),(827.5,105.6698729810778),(825.6698729810778,107.5)) -8212 ((824,120),(824.8038475772934,123),(827,125.19615242270663),(830,126),(833,125.19615242270663),(835.1961524227066,123),(836,120),(835.1961524227066,117),(833,114.80384757729337),(830,114),(827,114.80384757729337),(824.8038475772934,117)) -8213 ((823,130),(823.937822173509,133.5),(826.5,136.06217782649108),(830,137),(833.5,136.06217782649108),(836.062177826491,133.5),(837,130),(836.062177826491,126.5),(833.5,123.93782217350893),(830,123),(826.5,123.93782217350892),(823.937822173509,126.5)) -8214 ((822,140),(823.0717967697245,144),(826,146.9282032302755),(830,148),(834,146.9282032302755),(836.9282032302755,144),(838,140),(836.9282032302755,136),(834,133.0717967697245),(830,132),(826,133.0717967697245),(823.0717967697245,136)) -8215 ((821,150),(822.2057713659401,154.5),(825.5,157.79422863405995),(830,159),(834.5,157.79422863405995),(837.7942286340599,154.5),(839,150),(837.79422863406,145.5),(834.5,142.20577136594005),(830,141),(825.5,142.20577136594005),(822.2057713659401,145.5)) -8216 ((820,160),(821.3397459621556,165),(825,168.6602540378444),(830,170),(835,168.6602540378444),(838.6602540378444,165),(840,160),(838.6602540378444,155),(835,151.3397459621556),(830,150),(825,151.3397459621556),(821.3397459621556,155)) -8217 ((829,170),(829.1339745962156,170.5),(829.5,170.86602540378445),(830,171),(830.5,170.86602540378445),(830.8660254037844,170.5),(831,170),(830.8660254037844,169.5),(830.5,169.13397459621555),(830,169),(829.5,169.13397459621555),(829.1339745962156,169.5)) -8218 ((828,180),(828.2679491924312,181),(829,181.73205080756887),(830,182),(831,181.73205080756887),(831.7320508075688,181),(832,180),(831.7320508075688,179),(831,178.26794919243113),(830,178),(829,178.26794919243113),(828.2679491924312,179)) -8219 ((827,190),(827.4019237886466,191.5),(828.5,192.59807621135332),(830,193),(831.5,192.59807621135332),(832.5980762113533,191.5),(833,190),(832.5980762113534,188.5),(831.5,187.40192378864668),(830,187),(828.5,187.40192378864668),(827.4019237886467,188.5)) -8220 ((826,200),(826.5358983848622,202),(828,203.46410161513776),(830,204),(832,203.46410161513776),(833.4641016151378,202),(834,200),(833.4641016151378,198),(832,196.53589838486224),(830,196),(828,196.53589838486224),(826.5358983848622,198)) -8221 ((825,210),(825.6698729810778,212.5),(827.5,214.33012701892218),(830,215),(832.5,214.33012701892218),(834.3301270189222,212.5),(835,210),(834.3301270189222,207.5),(832.5,205.66987298107782),(830,205),(827.5,205.66987298107782),(825.6698729810778,207.5)) -8222 ((824,220),(824.8038475772934,223),(827,225.19615242270663),(830,226),(833,225.19615242270663),(835.1961524227066,223),(836,220),(835.1961524227066,217),(833,214.80384757729337),(830,214),(827,214.80384757729337),(824.8038475772934,217)) -8223 ((823,230),(823.937822173509,233.5),(826.5,236.06217782649108),(830,237),(833.5,236.06217782649108),(836.062177826491,233.5),(837,230),(836.062177826491,226.5),(833.5,223.93782217350892),(830,223),(826.5,223.93782217350892),(823.937822173509,226.5)) -8224 ((822,240),(823.0717967697245,244),(826,246.9282032302755),(830,248),(834,246.9282032302755),(836.9282032302755,244),(838,240),(836.9282032302755,236),(834,233.0717967697245),(830,232),(826,233.0717967697245),(823.0717967697245,236)) -8225 ((821,250),(822.2057713659401,254.5),(825.5,257.79422863405995),(830,259),(834.5,257.79422863405995),(837.7942286340599,254.5),(839,250),(837.79422863406,245.5),(834.5,242.20577136594005),(830,241),(825.5,242.20577136594005),(822.2057713659401,245.5)) -8226 ((820,260),(821.3397459621556,265),(825,268.66025403784437),(830,270),(835,268.66025403784437),(838.6602540378444,265),(840,260),(838.6602540378444,255),(835,251.3397459621556),(830,250),(825,251.3397459621556),(821.3397459621556,255)) -8227 ((829,270),(829.1339745962156,270.5),(829.5,270.8660254037844),(830,271),(830.5,270.8660254037844),(830.8660254037844,270.5),(831,270),(830.8660254037844,269.5),(830.5,269.1339745962156),(830,269),(829.5,269.1339745962156),(829.1339745962156,269.5)) -8228 ((828,280),(828.2679491924312,281),(829,281.7320508075689),(830,282),(831,281.7320508075689),(831.7320508075688,281),(832,280),(831.7320508075688,279),(831,278.2679491924311),(830,278),(829,278.2679491924311),(828.2679491924312,279)) -8229 ((827,290),(827.4019237886466,291.5),(828.5,292.5980762113533),(830,293),(831.5,292.5980762113533),(832.5980762113533,291.5),(833,290),(832.5980762113534,288.5),(831.5,287.4019237886467),(830,287),(828.5,287.4019237886467),(827.4019237886467,288.5)) -8230 ((826,300),(826.5358983848622,302),(828,303.46410161513774),(830,304),(832,303.46410161513774),(833.4641016151378,302),(834,300),(833.4641016151378,298),(832,296.53589838486226),(830,296),(828,296.53589838486226),(826.5358983848622,298)) -8231 ((825,310),(825.6698729810778,312.5),(827.5,314.3301270189222),(830,315),(832.5,314.3301270189222),(834.3301270189222,312.5),(835,310),(834.3301270189222,307.5),(832.5,305.6698729810778),(830,305),(827.5,305.6698729810778),(825.6698729810778,307.5)) -8232 ((824,320),(824.8038475772934,323),(827,325.19615242270663),(830,326),(833,325.19615242270663),(835.1961524227066,323),(836,320),(835.1961524227066,317),(833,314.80384757729337),(830,314),(827,314.80384757729337),(824.8038475772934,317)) -8233 ((823,330),(823.937822173509,333.5),(826.5,336.06217782649105),(830,337),(833.5,336.06217782649105),(836.062177826491,333.5),(837,330),(836.062177826491,326.5),(833.5,323.93782217350895),(830,323),(826.5,323.93782217350895),(823.937822173509,326.5)) -8234 ((822,340),(823.0717967697245,344),(826,346.9282032302755),(830,348),(834,346.9282032302755),(836.9282032302755,344),(838,340),(836.9282032302755,336),(834,333.0717967697245),(830,332),(826,333.0717967697245),(823.0717967697245,336)) -8235 ((821,350),(822.2057713659401,354.5),(825.5,357.79422863405995),(830,359),(834.5,357.79422863405995),(837.7942286340599,354.5),(839,350),(837.79422863406,345.5),(834.5,342.20577136594005),(830,341),(825.5,342.20577136594005),(822.2057713659401,345.5)) -8236 ((820,360),(821.3397459621556,365),(825,368.66025403784437),(830,370),(835,368.66025403784437),(838.6602540378444,365),(840,360),(838.6602540378444,355),(835,351.33974596215563),(830,350),(825,351.33974596215563),(821.3397459621556,355)) -8237 ((829,370),(829.1339745962156,370.5),(829.5,370.8660254037844),(830,371),(830.5,370.8660254037844),(830.8660254037844,370.5),(831,370),(830.8660254037844,369.5),(830.5,369.1339745962156),(830,369),(829.5,369.1339745962156),(829.1339745962156,369.5)) -8238 ((828,380),(828.2679491924312,381),(829,381.7320508075689),(830,382),(831,381.7320508075689),(831.7320508075688,381),(832,380),(831.7320508075688,379),(831,378.2679491924311),(830,378),(829,378.2679491924311),(828.2679491924312,379)) -8239 ((827,390),(827.4019237886466,391.5),(828.5,392.5980762113533),(830,393),(831.5,392.5980762113533),(832.5980762113533,391.5),(833,390),(832.5980762113534,388.5),(831.5,387.4019237886467),(830,387),(828.5,387.4019237886467),(827.4019237886467,388.5)) -8240 ((826,400),(826.5358983848622,402),(828,403.46410161513774),(830,404),(832,403.46410161513774),(833.4641016151378,402),(834,400),(833.4641016151378,398),(832,396.53589838486226),(830,396),(828,396.53589838486226),(826.5358983848622,398)) -8241 ((825,410),(825.6698729810778,412.5),(827.5,414.3301270189222),(830,415),(832.5,414.3301270189222),(834.3301270189222,412.5),(835,410),(834.3301270189222,407.5),(832.5,405.6698729810778),(830,405),(827.5,405.6698729810778),(825.6698729810778,407.5)) -8242 ((824,420),(824.8038475772934,423),(827,425.19615242270663),(830,426),(833,425.19615242270663),(835.1961524227066,423),(836,420),(835.1961524227066,417),(833,414.80384757729337),(830,414),(827,414.80384757729337),(824.8038475772934,417)) -8243 ((823,430),(823.937822173509,433.5),(826.5,436.06217782649105),(830,437),(833.5,436.06217782649105),(836.062177826491,433.5),(837,430),(836.062177826491,426.5),(833.5,423.93782217350895),(830,423),(826.5,423.93782217350895),(823.937822173509,426.5)) -8244 ((822,440),(823.0717967697245,444),(826,446.9282032302755),(830,448),(834,446.9282032302755),(836.9282032302755,444),(838,440),(836.9282032302755,436),(834,433.0717967697245),(830,432),(826,433.0717967697245),(823.0717967697245,436)) -8245 ((821,450),(822.2057713659401,454.5),(825.5,457.79422863405995),(830,459),(834.5,457.79422863405995),(837.7942286340599,454.5),(839,450),(837.79422863406,445.5),(834.5,442.20577136594005),(830,441),(825.5,442.20577136594005),(822.2057713659401,445.5)) -8246 ((820,460),(821.3397459621556,465),(825,468.66025403784437),(830,470),(835,468.66025403784437),(838.6602540378444,465),(840,460),(838.6602540378444,455),(835,451.33974596215563),(830,450),(825,451.33974596215563),(821.3397459621556,455)) -8247 ((829,470),(829.1339745962156,470.5),(829.5,470.8660254037844),(830,471),(830.5,470.8660254037844),(830.8660254037844,470.5),(831,470),(830.8660254037844,469.5),(830.5,469.1339745962156),(830,469),(829.5,469.1339745962156),(829.1339745962156,469.5)) -8248 ((828,480),(828.2679491924312,481),(829,481.7320508075689),(830,482),(831,481.7320508075689),(831.7320508075688,481),(832,480),(831.7320508075688,479),(831,478.2679491924311),(830,478),(829,478.2679491924311),(828.2679491924312,479)) -8249 ((827,490),(827.4019237886466,491.5),(828.5,492.5980762113533),(830,493),(831.5,492.5980762113533),(832.5980762113533,491.5),(833,490),(832.5980762113534,488.5),(831.5,487.4019237886467),(830,487),(828.5,487.4019237886467),(827.4019237886467,488.5)) -8250 ((826,500),(826.5358983848622,502),(828,503.46410161513774),(830,504),(832,503.46410161513774),(833.4641016151378,502),(834,500),(833.4641016151378,498),(832,496.53589838486226),(830,496),(828,496.53589838486226),(826.5358983848622,498)) -8251 ((825,510),(825.6698729810778,512.5),(827.5,514.3301270189222),(830,515),(832.5,514.3301270189222),(834.3301270189222,512.5),(835,510),(834.3301270189222,507.5),(832.5,505.6698729810778),(830,505),(827.5,505.6698729810778),(825.6698729810778,507.5)) -8252 ((824,520),(824.8038475772934,523),(827,525.1961524227066),(830,526),(833,525.1961524227066),(835.1961524227066,523),(836,520),(835.1961524227066,517),(833,514.8038475772934),(830,514),(827,514.8038475772934),(824.8038475772934,517)) -8253 ((823,530),(823.937822173509,533.5),(826.5,536.062177826491),(830,537),(833.5,536.062177826491),(836.062177826491,533.5),(837,530),(836.062177826491,526.5),(833.5,523.937822173509),(830,523),(826.5,523.937822173509),(823.937822173509,526.5)) -8254 ((822,540),(823.0717967697245,544),(826,546.9282032302755),(830,548),(834,546.9282032302755),(836.9282032302755,544),(838,540),(836.9282032302755,536),(834,533.0717967697245),(830,532),(826,533.0717967697245),(823.0717967697245,536)) -8255 ((821,550),(822.2057713659401,554.5),(825.5,557.7942286340599),(830,559),(834.5,557.7942286340599),(837.7942286340599,554.5),(839,550),(837.79422863406,545.5),(834.5,542.2057713659401),(830,541),(825.5,542.20577136594),(822.2057713659401,545.5)) -8256 ((820,560),(821.3397459621556,565),(825,568.6602540378444),(830,570),(835,568.6602540378444),(838.6602540378444,565),(840,560),(838.6602540378444,555),(835,551.3397459621556),(830,550),(825,551.3397459621556),(821.3397459621556,555)) -8257 ((829,570),(829.1339745962156,570.5),(829.5,570.8660254037844),(830,571),(830.5,570.8660254037844),(830.8660254037844,570.5),(831,570),(830.8660254037844,569.5),(830.5,569.1339745962156),(830,569),(829.5,569.1339745962156),(829.1339745962156,569.5)) -8258 ((828,580),(828.2679491924312,581),(829,581.7320508075688),(830,582),(831,581.7320508075688),(831.7320508075688,581),(832,580),(831.7320508075688,579),(831,578.2679491924312),(830,578),(829,578.2679491924312),(828.2679491924312,579)) -8259 ((827,590),(827.4019237886466,591.5),(828.5,592.5980762113534),(830,593),(831.5,592.5980762113534),(832.5980762113533,591.5),(833,590),(832.5980762113534,588.5),(831.5,587.4019237886467),(830,587),(828.5,587.4019237886466),(827.4019237886467,588.5)) -8260 ((826,600),(826.5358983848622,602),(828,603.4641016151378),(830,604),(832,603.4641016151378),(833.4641016151378,602),(834,600),(833.4641016151378,598),(832,596.5358983848622),(830,596),(828,596.5358983848622),(826.5358983848622,598)) -8261 ((825,610),(825.6698729810778,612.5),(827.5,614.3301270189222),(830,615),(832.5,614.3301270189222),(834.3301270189222,612.5),(835,610),(834.3301270189222,607.5),(832.5,605.6698729810778),(830,605),(827.5,605.6698729810778),(825.6698729810778,607.5)) -8262 ((824,620),(824.8038475772934,623),(827,625.1961524227066),(830,626),(833,625.1961524227066),(835.1961524227066,623),(836,620),(835.1961524227066,617),(833,614.8038475772934),(830,614),(827,614.8038475772934),(824.8038475772934,617)) -8263 ((823,630),(823.937822173509,633.5),(826.5,636.062177826491),(830,637),(833.5,636.062177826491),(836.062177826491,633.5),(837,630),(836.062177826491,626.5),(833.5,623.937822173509),(830,623),(826.5,623.937822173509),(823.937822173509,626.5)) -8264 ((822,640),(823.0717967697245,644),(826,646.9282032302755),(830,648),(834,646.9282032302755),(836.9282032302755,644),(838,640),(836.9282032302755,636),(834,633.0717967697245),(830,632),(826,633.0717967697245),(823.0717967697245,636)) -8265 ((821,650),(822.2057713659401,654.5),(825.5,657.7942286340599),(830,659),(834.5,657.7942286340599),(837.7942286340599,654.5),(839,650),(837.79422863406,645.5),(834.5,642.2057713659401),(830,641),(825.5,642.20577136594),(822.2057713659401,645.5)) -8266 ((820,660),(821.3397459621556,665),(825,668.6602540378444),(830,670),(835,668.6602540378444),(838.6602540378444,665),(840,660),(838.6602540378444,655),(835,651.3397459621556),(830,650),(825,651.3397459621556),(821.3397459621556,655)) -8267 ((829,670),(829.1339745962156,670.5),(829.5,670.8660254037844),(830,671),(830.5,670.8660254037844),(830.8660254037844,670.5),(831,670),(830.8660254037844,669.5),(830.5,669.1339745962156),(830,669),(829.5,669.1339745962156),(829.1339745962156,669.5)) -8268 ((828,680),(828.2679491924312,681),(829,681.7320508075688),(830,682),(831,681.7320508075688),(831.7320508075688,681),(832,680),(831.7320508075688,679),(831,678.2679491924312),(830,678),(829,678.2679491924312),(828.2679491924312,679)) -8269 ((827,690),(827.4019237886466,691.5),(828.5,692.5980762113534),(830,693),(831.5,692.5980762113534),(832.5980762113533,691.5),(833,690),(832.5980762113534,688.5),(831.5,687.4019237886467),(830,687),(828.5,687.4019237886466),(827.4019237886467,688.5)) -8270 ((826,700),(826.5358983848622,702),(828,703.4641016151378),(830,704),(832,703.4641016151378),(833.4641016151378,702),(834,700),(833.4641016151378,698),(832,696.5358983848622),(830,696),(828,696.5358983848622),(826.5358983848622,698)) -8271 ((825,710),(825.6698729810778,712.5),(827.5,714.3301270189222),(830,715),(832.5,714.3301270189222),(834.3301270189222,712.5),(835,710),(834.3301270189222,707.5),(832.5,705.6698729810778),(830,705),(827.5,705.6698729810778),(825.6698729810778,707.5)) -8272 ((824,720),(824.8038475772934,723),(827,725.1961524227066),(830,726),(833,725.1961524227066),(835.1961524227066,723),(836,720),(835.1961524227066,717),(833,714.8038475772934),(830,714),(827,714.8038475772934),(824.8038475772934,717)) -8273 ((823,730),(823.937822173509,733.5),(826.5,736.062177826491),(830,737),(833.5,736.062177826491),(836.062177826491,733.5),(837,730),(836.062177826491,726.5),(833.5,723.937822173509),(830,723),(826.5,723.937822173509),(823.937822173509,726.5)) -8274 ((822,740),(823.0717967697245,744),(826,746.9282032302755),(830,748),(834,746.9282032302755),(836.9282032302755,744),(838,740),(836.9282032302755,736),(834,733.0717967697245),(830,732),(826,733.0717967697245),(823.0717967697245,736)) -8275 ((821,750),(822.2057713659401,754.5),(825.5,757.7942286340599),(830,759),(834.5,757.7942286340599),(837.7942286340599,754.5),(839,750),(837.79422863406,745.5),(834.5,742.2057713659401),(830,741),(825.5,742.20577136594),(822.2057713659401,745.5)) -8276 ((820,760),(821.3397459621556,765),(825,768.6602540378444),(830,770),(835,768.6602540378444),(838.6602540378444,765),(840,760),(838.6602540378444,755),(835,751.3397459621556),(830,750),(825,751.3397459621556),(821.3397459621556,755)) -8277 ((829,770),(829.1339745962156,770.5),(829.5,770.8660254037844),(830,771),(830.5,770.8660254037844),(830.8660254037844,770.5),(831,770),(830.8660254037844,769.5),(830.5,769.1339745962156),(830,769),(829.5,769.1339745962156),(829.1339745962156,769.5)) -8278 ((828,780),(828.2679491924312,781),(829,781.7320508075688),(830,782),(831,781.7320508075688),(831.7320508075688,781),(832,780),(831.7320508075688,779),(831,778.2679491924312),(830,778),(829,778.2679491924312),(828.2679491924312,779)) -8279 ((827,790),(827.4019237886466,791.5),(828.5,792.5980762113534),(830,793),(831.5,792.5980762113534),(832.5980762113533,791.5),(833,790),(832.5980762113534,788.5),(831.5,787.4019237886467),(830,787),(828.5,787.4019237886466),(827.4019237886467,788.5)) -8280 ((826,800),(826.5358983848622,802),(828,803.4641016151378),(830,804),(832,803.4641016151378),(833.4641016151378,802),(834,800),(833.4641016151378,798),(832,796.5358983848622),(830,796),(828,796.5358983848622),(826.5358983848622,798)) -8281 ((825,810),(825.6698729810778,812.5),(827.5,814.3301270189222),(830,815),(832.5,814.3301270189222),(834.3301270189222,812.5),(835,810),(834.3301270189222,807.5),(832.5,805.6698729810778),(830,805),(827.5,805.6698729810778),(825.6698729810778,807.5)) -8282 ((824,820),(824.8038475772934,823),(827,825.1961524227066),(830,826),(833,825.1961524227066),(835.1961524227066,823),(836,820),(835.1961524227066,817),(833,814.8038475772934),(830,814),(827,814.8038475772934),(824.8038475772934,817)) -8283 ((823,830),(823.937822173509,833.5),(826.5,836.062177826491),(830,837),(833.5,836.062177826491),(836.062177826491,833.5),(837,830),(836.062177826491,826.5),(833.5,823.937822173509),(830,823),(826.5,823.937822173509),(823.937822173509,826.5)) -8284 ((822,840),(823.0717967697245,844),(826,846.9282032302755),(830,848),(834,846.9282032302755),(836.9282032302755,844),(838,840),(836.9282032302755,836),(834,833.0717967697245),(830,832),(826,833.0717967697245),(823.0717967697245,836)) -8285 ((821,850),(822.2057713659401,854.5),(825.5,857.7942286340599),(830,859),(834.5,857.7942286340599),(837.7942286340599,854.5),(839,850),(837.79422863406,845.5),(834.5,842.2057713659401),(830,841),(825.5,842.20577136594),(822.2057713659401,845.5)) -8286 ((820,860),(821.3397459621556,865),(825,868.6602540378444),(830,870),(835,868.6602540378444),(838.6602540378444,865),(840,860),(838.6602540378444,855),(835,851.3397459621556),(830,850),(825,851.3397459621556),(821.3397459621556,855)) -8287 ((829,870),(829.1339745962156,870.5),(829.5,870.8660254037844),(830,871),(830.5,870.8660254037844),(830.8660254037844,870.5),(831,870),(830.8660254037844,869.5),(830.5,869.1339745962156),(830,869),(829.5,869.1339745962156),(829.1339745962156,869.5)) -8288 ((828,880),(828.2679491924312,881),(829,881.7320508075688),(830,882),(831,881.7320508075688),(831.7320508075688,881),(832,880),(831.7320508075688,879),(831,878.2679491924312),(830,878),(829,878.2679491924312),(828.2679491924312,879)) -8289 ((827,890),(827.4019237886466,891.5),(828.5,892.5980762113534),(830,893),(831.5,892.5980762113534),(832.5980762113533,891.5),(833,890),(832.5980762113534,888.5),(831.5,887.4019237886467),(830,887),(828.5,887.4019237886466),(827.4019237886467,888.5)) -8290 ((826,900),(826.5358983848622,902),(828,903.4641016151378),(830,904),(832,903.4641016151378),(833.4641016151378,902),(834,900),(833.4641016151378,898),(832,896.5358983848622),(830,896),(828,896.5358983848622),(826.5358983848622,898)) -8291 ((825,910),(825.6698729810778,912.5),(827.5,914.3301270189222),(830,915),(832.5,914.3301270189222),(834.3301270189222,912.5),(835,910),(834.3301270189222,907.5),(832.5,905.6698729810778),(830,905),(827.5,905.6698729810778),(825.6698729810778,907.5)) -8292 ((824,920),(824.8038475772934,923),(827,925.1961524227066),(830,926),(833,925.1961524227066),(835.1961524227066,923),(836,920),(835.1961524227066,917),(833,914.8038475772934),(830,914),(827,914.8038475772934),(824.8038475772934,917)) -8293 ((823,930),(823.937822173509,933.5),(826.5,936.062177826491),(830,937),(833.5,936.062177826491),(836.062177826491,933.5),(837,930),(836.062177826491,926.5),(833.5,923.937822173509),(830,923),(826.5,923.937822173509),(823.937822173509,926.5)) -8294 ((822,940),(823.0717967697245,944),(826,946.9282032302755),(830,948),(834,946.9282032302755),(836.9282032302755,944),(838,940),(836.9282032302755,936),(834,933.0717967697245),(830,932),(826,933.0717967697245),(823.0717967697245,936)) -8295 ((821,950),(822.2057713659401,954.5),(825.5,957.7942286340599),(830,959),(834.5,957.7942286340599),(837.7942286340599,954.5),(839,950),(837.79422863406,945.5),(834.5,942.2057713659401),(830,941),(825.5,942.20577136594),(822.2057713659401,945.5)) -8296 ((820,960),(821.3397459621556,965),(825,968.6602540378444),(830,970),(835,968.6602540378444),(838.6602540378444,965),(840,960),(838.6602540378444,955),(835,951.3397459621556),(830,950),(825,951.3397459621556),(821.3397459621556,955)) -8297 ((829,970),(829.1339745962156,970.5),(829.5,970.8660254037844),(830,971),(830.5,970.8660254037844),(830.8660254037844,970.5),(831,970),(830.8660254037844,969.5),(830.5,969.1339745962156),(830,969),(829.5,969.1339745962156),(829.1339745962156,969.5)) -8298 ((828,980),(828.2679491924312,981),(829,981.7320508075688),(830,982),(831,981.7320508075688),(831.7320508075688,981),(832,980),(831.7320508075688,979),(831,978.2679491924312),(830,978),(829,978.2679491924312),(828.2679491924312,979)) -8299 ((827,990),(827.4019237886466,991.5),(828.5,992.5980762113534),(830,993),(831.5,992.5980762113534),(832.5980762113533,991.5),(833,990),(832.5980762113534,988.5),(831.5,987.4019237886467),(830,987),(828.5,987.4019237886466),(827.4019237886467,988.5)) -8300 ((826,1000),(826.5358983848622,1002),(828,1003.4641016151378),(830,1004),(832,1003.4641016151378),(833.4641016151378,1002),(834,1000),(833.4641016151378,998),(832,996.5358983848622),(830,996),(828,996.5358983848622),(826.5358983848622,998)) -8301 ((834,10),(834.8038475772934,13),(837,15.196152422706632),(840,16),(843,15.196152422706632),(845.1961524227066,13.000000000000002),(846,10),(845.1961524227066,7.000000000000002),(843,4.803847577293369),(840,4),(837,4.803847577293366),(834.8038475772934,6.999999999999997)) -8302 ((833,20),(833.937822173509,23.5),(836.5,26.06217782649107),(840,27),(843.5,26.062177826491073),(846.062177826491,23.500000000000004),(847,20),(846.062177826491,16.5),(843.5,13.93782217350893),(840,13),(836.5,13.937822173508927),(833.937822173509,16.499999999999996)) -8303 ((832,30),(833.0717967697245,34),(836,36.92820323027551),(840,38),(844,36.92820323027551),(846.9282032302755,34),(848,30),(846.9282032302755,26.000000000000004),(844,23.071796769724493),(840,22),(836,23.071796769724486),(833.0717967697245,25.999999999999996)) -8304 ((831,40),(832.2057713659401,44.5),(835.5,47.79422863405995),(840,49),(844.5,47.79422863405995),(847.7942286340599,44.5),(849,40),(847.79422863406,35.5),(844.5,32.20577136594005),(840,31),(835.5,32.20577136594005),(832.2057713659401,35.5)) -8305 ((830,50),(831.3397459621556,55),(835,58.66025403784438),(840,60),(845,58.66025403784439),(848.6602540378444,55),(850,50),(848.6602540378444,45),(845,41.33974596215562),(840,40),(835,41.33974596215561),(831.3397459621556,44.99999999999999)) -8306 ((839,60),(839.1339745962156,60.5),(839.5,60.86602540378444),(840,61),(840.5,60.86602540378444),(840.8660254037844,60.5),(841,60),(840.8660254037844,59.5),(840.5,59.13397459621556),(840,59),(839.5,59.13397459621556),(839.1339745962156,59.5)) -8307 ((838,70),(838.2679491924312,71),(839,71.73205080756888),(840,72),(841,71.73205080756888),(841.7320508075688,71),(842,70),(841.7320508075688,69),(841,68.26794919243112),(840,68),(839,68.26794919243112),(838.2679491924312,69)) -8308 ((837,80),(837.4019237886466,81.5),(838.5,82.59807621135332),(840,83),(841.5,82.59807621135332),(842.5980762113533,81.5),(843,80),(842.5980762113534,78.5),(841.5,77.40192378864668),(840,77),(838.5,77.40192378864668),(837.4019237886467,78.5)) -8309 ((836,90),(836.5358983848622,92),(838,93.46410161513775),(840,94),(842,93.46410161513775),(843.4641016151378,92),(844,90),(843.4641016151378,88),(842,86.53589838486225),(840,86),(838,86.53589838486225),(836.5358983848622,88)) -8310 ((835,100),(835.6698729810778,102.5),(837.5,104.3301270189222),(840,105),(842.5,104.3301270189222),(844.3301270189222,102.5),(845,100),(844.3301270189222,97.5),(842.5,95.6698729810778),(840,95),(837.5,95.6698729810778),(835.6698729810778,97.5)) -8311 ((834,110),(834.8038475772934,113),(837,115.19615242270663),(840,116),(843,115.19615242270663),(845.1961524227066,113),(846,110),(845.1961524227066,107),(843,104.80384757729337),(840,104),(837,104.80384757729337),(834.8038475772934,107)) -8312 ((833,120),(833.937822173509,123.5),(836.5,126.06217782649107),(840,127),(843.5,126.06217782649107),(846.062177826491,123.5),(847,120),(846.062177826491,116.5),(843.5,113.93782217350893),(840,113),(836.5,113.93782217350892),(833.937822173509,116.5)) -8313 ((832,130),(833.0717967697245,134),(836,136.9282032302755),(840,138),(844,136.9282032302755),(846.9282032302755,134),(848,130),(846.9282032302755,126),(844,123.07179676972449),(840,122),(836,123.07179676972449),(833.0717967697245,126)) -8314 ((831,140),(832.2057713659401,144.5),(835.5,147.79422863405995),(840,149),(844.5,147.79422863405995),(847.7942286340599,144.5),(849,140),(847.79422863406,135.5),(844.5,132.20577136594005),(840,131),(835.5,132.20577136594005),(832.2057713659401,135.5)) -8315 ((830,150),(831.3397459621556,155),(835,158.6602540378444),(840,160),(845,158.6602540378444),(848.6602540378444,155),(850,150),(848.6602540378444,145),(845,141.3397459621556),(840,140),(835,141.3397459621556),(831.3397459621556,145)) -8316 ((839,160),(839.1339745962156,160.5),(839.5,160.86602540378445),(840,161),(840.5,160.86602540378445),(840.8660254037844,160.5),(841,160),(840.8660254037844,159.5),(840.5,159.13397459621555),(840,159),(839.5,159.13397459621555),(839.1339745962156,159.5)) -8317 ((838,170),(838.2679491924312,171),(839,171.73205080756887),(840,172),(841,171.73205080756887),(841.7320508075688,171),(842,170),(841.7320508075688,169),(841,168.26794919243113),(840,168),(839,168.26794919243113),(838.2679491924312,169)) -8318 ((837,180),(837.4019237886466,181.5),(838.5,182.59807621135332),(840,183),(841.5,182.59807621135332),(842.5980762113533,181.5),(843,180),(842.5980762113534,178.5),(841.5,177.40192378864668),(840,177),(838.5,177.40192378864668),(837.4019237886467,178.5)) -8319 ((836,190),(836.5358983848622,192),(838,193.46410161513776),(840,194),(842,193.46410161513776),(843.4641016151378,192),(844,190),(843.4641016151378,188),(842,186.53589838486224),(840,186),(838,186.53589838486224),(836.5358983848622,188)) -8320 ((835,200),(835.6698729810778,202.5),(837.5,204.33012701892218),(840,205),(842.5,204.33012701892218),(844.3301270189222,202.5),(845,200),(844.3301270189222,197.5),(842.5,195.66987298107782),(840,195),(837.5,195.66987298107782),(835.6698729810778,197.5)) -8321 ((834,210),(834.8038475772934,213),(837,215.19615242270663),(840,216),(843,215.19615242270663),(845.1961524227066,213),(846,210),(845.1961524227066,207),(843,204.80384757729337),(840,204),(837,204.80384757729337),(834.8038475772934,207)) -8322 ((833,220),(833.937822173509,223.5),(836.5,226.06217782649108),(840,227),(843.5,226.06217782649108),(846.062177826491,223.5),(847,220),(846.062177826491,216.5),(843.5,213.93782217350892),(840,213),(836.5,213.93782217350892),(833.937822173509,216.5)) -8323 ((832,230),(833.0717967697245,234),(836,236.9282032302755),(840,238),(844,236.9282032302755),(846.9282032302755,234),(848,230),(846.9282032302755,226),(844,223.0717967697245),(840,222),(836,223.0717967697245),(833.0717967697245,226)) -8324 ((831,240),(832.2057713659401,244.5),(835.5,247.79422863405995),(840,249),(844.5,247.79422863405995),(847.7942286340599,244.5),(849,240),(847.79422863406,235.5),(844.5,232.20577136594005),(840,231),(835.5,232.20577136594005),(832.2057713659401,235.5)) -8325 ((830,250),(831.3397459621556,255),(835,258.66025403784437),(840,260),(845,258.66025403784437),(848.6602540378444,255),(850,250),(848.6602540378444,245),(845,241.3397459621556),(840,240),(835,241.3397459621556),(831.3397459621556,245)) -8326 ((839,260),(839.1339745962156,260.5),(839.5,260.8660254037844),(840,261),(840.5,260.8660254037844),(840.8660254037844,260.5),(841,260),(840.8660254037844,259.5),(840.5,259.1339745962156),(840,259),(839.5,259.1339745962156),(839.1339745962156,259.5)) -8327 ((838,270),(838.2679491924312,271),(839,271.7320508075689),(840,272),(841,271.7320508075689),(841.7320508075688,271),(842,270),(841.7320508075688,269),(841,268.2679491924311),(840,268),(839,268.2679491924311),(838.2679491924312,269)) -8328 ((837,280),(837.4019237886466,281.5),(838.5,282.5980762113533),(840,283),(841.5,282.5980762113533),(842.5980762113533,281.5),(843,280),(842.5980762113534,278.5),(841.5,277.4019237886467),(840,277),(838.5,277.4019237886467),(837.4019237886467,278.5)) -8329 ((836,290),(836.5358983848622,292),(838,293.46410161513774),(840,294),(842,293.46410161513774),(843.4641016151378,292),(844,290),(843.4641016151378,288),(842,286.53589838486226),(840,286),(838,286.53589838486226),(836.5358983848622,288)) -8330 ((835,300),(835.6698729810778,302.5),(837.5,304.3301270189222),(840,305),(842.5,304.3301270189222),(844.3301270189222,302.5),(845,300),(844.3301270189222,297.5),(842.5,295.6698729810778),(840,295),(837.5,295.6698729810778),(835.6698729810778,297.5)) -8331 ((834,310),(834.8038475772934,313),(837,315.19615242270663),(840,316),(843,315.19615242270663),(845.1961524227066,313),(846,310),(845.1961524227066,307),(843,304.80384757729337),(840,304),(837,304.80384757729337),(834.8038475772934,307)) -8332 ((833,320),(833.937822173509,323.5),(836.5,326.06217782649105),(840,327),(843.5,326.06217782649105),(846.062177826491,323.5),(847,320),(846.062177826491,316.5),(843.5,313.93782217350895),(840,313),(836.5,313.93782217350895),(833.937822173509,316.5)) -8333 ((832,330),(833.0717967697245,334),(836,336.9282032302755),(840,338),(844,336.9282032302755),(846.9282032302755,334),(848,330),(846.9282032302755,326),(844,323.0717967697245),(840,322),(836,323.0717967697245),(833.0717967697245,326)) -8334 ((831,340),(832.2057713659401,344.5),(835.5,347.79422863405995),(840,349),(844.5,347.79422863405995),(847.7942286340599,344.5),(849,340),(847.79422863406,335.5),(844.5,332.20577136594005),(840,331),(835.5,332.20577136594005),(832.2057713659401,335.5)) -8335 ((830,350),(831.3397459621556,355),(835,358.66025403784437),(840,360),(845,358.66025403784437),(848.6602540378444,355),(850,350),(848.6602540378444,345),(845,341.33974596215563),(840,340),(835,341.33974596215563),(831.3397459621556,345)) -8336 ((839,360),(839.1339745962156,360.5),(839.5,360.8660254037844),(840,361),(840.5,360.8660254037844),(840.8660254037844,360.5),(841,360),(840.8660254037844,359.5),(840.5,359.1339745962156),(840,359),(839.5,359.1339745962156),(839.1339745962156,359.5)) -8337 ((838,370),(838.2679491924312,371),(839,371.7320508075689),(840,372),(841,371.7320508075689),(841.7320508075688,371),(842,370),(841.7320508075688,369),(841,368.2679491924311),(840,368),(839,368.2679491924311),(838.2679491924312,369)) -8338 ((837,380),(837.4019237886466,381.5),(838.5,382.5980762113533),(840,383),(841.5,382.5980762113533),(842.5980762113533,381.5),(843,380),(842.5980762113534,378.5),(841.5,377.4019237886467),(840,377),(838.5,377.4019237886467),(837.4019237886467,378.5)) -8339 ((836,390),(836.5358983848622,392),(838,393.46410161513774),(840,394),(842,393.46410161513774),(843.4641016151378,392),(844,390),(843.4641016151378,388),(842,386.53589838486226),(840,386),(838,386.53589838486226),(836.5358983848622,388)) -8340 ((835,400),(835.6698729810778,402.5),(837.5,404.3301270189222),(840,405),(842.5,404.3301270189222),(844.3301270189222,402.5),(845,400),(844.3301270189222,397.5),(842.5,395.6698729810778),(840,395),(837.5,395.6698729810778),(835.6698729810778,397.5)) -8341 ((834,410),(834.8038475772934,413),(837,415.19615242270663),(840,416),(843,415.19615242270663),(845.1961524227066,413),(846,410),(845.1961524227066,407),(843,404.80384757729337),(840,404),(837,404.80384757729337),(834.8038475772934,407)) -8342 ((833,420),(833.937822173509,423.5),(836.5,426.06217782649105),(840,427),(843.5,426.06217782649105),(846.062177826491,423.5),(847,420),(846.062177826491,416.5),(843.5,413.93782217350895),(840,413),(836.5,413.93782217350895),(833.937822173509,416.5)) -8343 ((832,430),(833.0717967697245,434),(836,436.9282032302755),(840,438),(844,436.9282032302755),(846.9282032302755,434),(848,430),(846.9282032302755,426),(844,423.0717967697245),(840,422),(836,423.0717967697245),(833.0717967697245,426)) -8344 ((831,440),(832.2057713659401,444.5),(835.5,447.79422863405995),(840,449),(844.5,447.79422863405995),(847.7942286340599,444.5),(849,440),(847.79422863406,435.5),(844.5,432.20577136594005),(840,431),(835.5,432.20577136594005),(832.2057713659401,435.5)) -8345 ((830,450),(831.3397459621556,455),(835,458.66025403784437),(840,460),(845,458.66025403784437),(848.6602540378444,455),(850,450),(848.6602540378444,445),(845,441.33974596215563),(840,440),(835,441.33974596215563),(831.3397459621556,445)) -8346 ((839,460),(839.1339745962156,460.5),(839.5,460.8660254037844),(840,461),(840.5,460.8660254037844),(840.8660254037844,460.5),(841,460),(840.8660254037844,459.5),(840.5,459.1339745962156),(840,459),(839.5,459.1339745962156),(839.1339745962156,459.5)) -8347 ((838,470),(838.2679491924312,471),(839,471.7320508075689),(840,472),(841,471.7320508075689),(841.7320508075688,471),(842,470),(841.7320508075688,469),(841,468.2679491924311),(840,468),(839,468.2679491924311),(838.2679491924312,469)) -8348 ((837,480),(837.4019237886466,481.5),(838.5,482.5980762113533),(840,483),(841.5,482.5980762113533),(842.5980762113533,481.5),(843,480),(842.5980762113534,478.5),(841.5,477.4019237886467),(840,477),(838.5,477.4019237886467),(837.4019237886467,478.5)) -8349 ((836,490),(836.5358983848622,492),(838,493.46410161513774),(840,494),(842,493.46410161513774),(843.4641016151378,492),(844,490),(843.4641016151378,488),(842,486.53589838486226),(840,486),(838,486.53589838486226),(836.5358983848622,488)) -8350 ((835,500),(835.6698729810778,502.5),(837.5,504.3301270189222),(840,505),(842.5,504.3301270189222),(844.3301270189222,502.5),(845,500),(844.3301270189222,497.5),(842.5,495.6698729810778),(840,495),(837.5,495.6698729810778),(835.6698729810778,497.5)) -8351 ((834,510),(834.8038475772934,513),(837,515.1961524227066),(840,516),(843,515.1961524227066),(845.1961524227066,513),(846,510),(845.1961524227066,507),(843,504.80384757729337),(840,504),(837,504.80384757729337),(834.8038475772934,507)) -8352 ((833,520),(833.937822173509,523.5),(836.5,526.062177826491),(840,527),(843.5,526.062177826491),(846.062177826491,523.5),(847,520),(846.062177826491,516.5),(843.5,513.937822173509),(840,513),(836.5,513.937822173509),(833.937822173509,516.5)) -8353 ((832,530),(833.0717967697245,534),(836,536.9282032302755),(840,538),(844,536.9282032302755),(846.9282032302755,534),(848,530),(846.9282032302755,526),(844,523.0717967697245),(840,522),(836,523.0717967697245),(833.0717967697245,526)) -8354 ((831,540),(832.2057713659401,544.5),(835.5,547.7942286340599),(840,549),(844.5,547.7942286340599),(847.7942286340599,544.5),(849,540),(847.79422863406,535.5),(844.5,532.2057713659401),(840,531),(835.5,532.20577136594),(832.2057713659401,535.5)) -8355 ((830,550),(831.3397459621556,555),(835,558.6602540378444),(840,560),(845,558.6602540378444),(848.6602540378444,555),(850,550),(848.6602540378444,545),(845,541.3397459621556),(840,540),(835,541.3397459621556),(831.3397459621556,545)) -8356 ((839,560),(839.1339745962156,560.5),(839.5,560.8660254037844),(840,561),(840.5,560.8660254037844),(840.8660254037844,560.5),(841,560),(840.8660254037844,559.5),(840.5,559.1339745962156),(840,559),(839.5,559.1339745962156),(839.1339745962156,559.5)) -8357 ((838,570),(838.2679491924312,571),(839,571.7320508075688),(840,572),(841,571.7320508075688),(841.7320508075688,571),(842,570),(841.7320508075688,569),(841,568.2679491924312),(840,568),(839,568.2679491924312),(838.2679491924312,569)) -8358 ((837,580),(837.4019237886466,581.5),(838.5,582.5980762113534),(840,583),(841.5,582.5980762113534),(842.5980762113533,581.5),(843,580),(842.5980762113534,578.5),(841.5,577.4019237886467),(840,577),(838.5,577.4019237886466),(837.4019237886467,578.5)) -8359 ((836,590),(836.5358983848622,592),(838,593.4641016151378),(840,594),(842,593.4641016151378),(843.4641016151378,592),(844,590),(843.4641016151378,588),(842,586.5358983848622),(840,586),(838,586.5358983848622),(836.5358983848622,588)) -8360 ((835,600),(835.6698729810778,602.5),(837.5,604.3301270189222),(840,605),(842.5,604.3301270189222),(844.3301270189222,602.5),(845,600),(844.3301270189222,597.5),(842.5,595.6698729810778),(840,595),(837.5,595.6698729810778),(835.6698729810778,597.5)) -8361 ((834,610),(834.8038475772934,613),(837,615.1961524227066),(840,616),(843,615.1961524227066),(845.1961524227066,613),(846,610),(845.1961524227066,607),(843,604.8038475772934),(840,604),(837,604.8038475772934),(834.8038475772934,607)) -8362 ((833,620),(833.937822173509,623.5),(836.5,626.062177826491),(840,627),(843.5,626.062177826491),(846.062177826491,623.5),(847,620),(846.062177826491,616.5),(843.5,613.937822173509),(840,613),(836.5,613.937822173509),(833.937822173509,616.5)) -8363 ((832,630),(833.0717967697245,634),(836,636.9282032302755),(840,638),(844,636.9282032302755),(846.9282032302755,634),(848,630),(846.9282032302755,626),(844,623.0717967697245),(840,622),(836,623.0717967697245),(833.0717967697245,626)) -8364 ((831,640),(832.2057713659401,644.5),(835.5,647.7942286340599),(840,649),(844.5,647.7942286340599),(847.7942286340599,644.5),(849,640),(847.79422863406,635.5),(844.5,632.2057713659401),(840,631),(835.5,632.20577136594),(832.2057713659401,635.5)) -8365 ((830,650),(831.3397459621556,655),(835,658.6602540378444),(840,660),(845,658.6602540378444),(848.6602540378444,655),(850,650),(848.6602540378444,645),(845,641.3397459621556),(840,640),(835,641.3397459621556),(831.3397459621556,645)) -8366 ((839,660),(839.1339745962156,660.5),(839.5,660.8660254037844),(840,661),(840.5,660.8660254037844),(840.8660254037844,660.5),(841,660),(840.8660254037844,659.5),(840.5,659.1339745962156),(840,659),(839.5,659.1339745962156),(839.1339745962156,659.5)) -8367 ((838,670),(838.2679491924312,671),(839,671.7320508075688),(840,672),(841,671.7320508075688),(841.7320508075688,671),(842,670),(841.7320508075688,669),(841,668.2679491924312),(840,668),(839,668.2679491924312),(838.2679491924312,669)) -8368 ((837,680),(837.4019237886466,681.5),(838.5,682.5980762113534),(840,683),(841.5,682.5980762113534),(842.5980762113533,681.5),(843,680),(842.5980762113534,678.5),(841.5,677.4019237886467),(840,677),(838.5,677.4019237886466),(837.4019237886467,678.5)) -8369 ((836,690),(836.5358983848622,692),(838,693.4641016151378),(840,694),(842,693.4641016151378),(843.4641016151378,692),(844,690),(843.4641016151378,688),(842,686.5358983848622),(840,686),(838,686.5358983848622),(836.5358983848622,688)) -8370 ((835,700),(835.6698729810778,702.5),(837.5,704.3301270189222),(840,705),(842.5,704.3301270189222),(844.3301270189222,702.5),(845,700),(844.3301270189222,697.5),(842.5,695.6698729810778),(840,695),(837.5,695.6698729810778),(835.6698729810778,697.5)) -8371 ((834,710),(834.8038475772934,713),(837,715.1961524227066),(840,716),(843,715.1961524227066),(845.1961524227066,713),(846,710),(845.1961524227066,707),(843,704.8038475772934),(840,704),(837,704.8038475772934),(834.8038475772934,707)) -8372 ((833,720),(833.937822173509,723.5),(836.5,726.062177826491),(840,727),(843.5,726.062177826491),(846.062177826491,723.5),(847,720),(846.062177826491,716.5),(843.5,713.937822173509),(840,713),(836.5,713.937822173509),(833.937822173509,716.5)) -8373 ((832,730),(833.0717967697245,734),(836,736.9282032302755),(840,738),(844,736.9282032302755),(846.9282032302755,734),(848,730),(846.9282032302755,726),(844,723.0717967697245),(840,722),(836,723.0717967697245),(833.0717967697245,726)) -8374 ((831,740),(832.2057713659401,744.5),(835.5,747.7942286340599),(840,749),(844.5,747.7942286340599),(847.7942286340599,744.5),(849,740),(847.79422863406,735.5),(844.5,732.2057713659401),(840,731),(835.5,732.20577136594),(832.2057713659401,735.5)) -8375 ((830,750),(831.3397459621556,755),(835,758.6602540378444),(840,760),(845,758.6602540378444),(848.6602540378444,755),(850,750),(848.6602540378444,745),(845,741.3397459621556),(840,740),(835,741.3397459621556),(831.3397459621556,745)) -8376 ((839,760),(839.1339745962156,760.5),(839.5,760.8660254037844),(840,761),(840.5,760.8660254037844),(840.8660254037844,760.5),(841,760),(840.8660254037844,759.5),(840.5,759.1339745962156),(840,759),(839.5,759.1339745962156),(839.1339745962156,759.5)) -8377 ((838,770),(838.2679491924312,771),(839,771.7320508075688),(840,772),(841,771.7320508075688),(841.7320508075688,771),(842,770),(841.7320508075688,769),(841,768.2679491924312),(840,768),(839,768.2679491924312),(838.2679491924312,769)) -8378 ((837,780),(837.4019237886466,781.5),(838.5,782.5980762113534),(840,783),(841.5,782.5980762113534),(842.5980762113533,781.5),(843,780),(842.5980762113534,778.5),(841.5,777.4019237886467),(840,777),(838.5,777.4019237886466),(837.4019237886467,778.5)) -8379 ((836,790),(836.5358983848622,792),(838,793.4641016151378),(840,794),(842,793.4641016151378),(843.4641016151378,792),(844,790),(843.4641016151378,788),(842,786.5358983848622),(840,786),(838,786.5358983848622),(836.5358983848622,788)) -8380 ((835,800),(835.6698729810778,802.5),(837.5,804.3301270189222),(840,805),(842.5,804.3301270189222),(844.3301270189222,802.5),(845,800),(844.3301270189222,797.5),(842.5,795.6698729810778),(840,795),(837.5,795.6698729810778),(835.6698729810778,797.5)) -8381 ((834,810),(834.8038475772934,813),(837,815.1961524227066),(840,816),(843,815.1961524227066),(845.1961524227066,813),(846,810),(845.1961524227066,807),(843,804.8038475772934),(840,804),(837,804.8038475772934),(834.8038475772934,807)) -8382 ((833,820),(833.937822173509,823.5),(836.5,826.062177826491),(840,827),(843.5,826.062177826491),(846.062177826491,823.5),(847,820),(846.062177826491,816.5),(843.5,813.937822173509),(840,813),(836.5,813.937822173509),(833.937822173509,816.5)) -8383 ((832,830),(833.0717967697245,834),(836,836.9282032302755),(840,838),(844,836.9282032302755),(846.9282032302755,834),(848,830),(846.9282032302755,826),(844,823.0717967697245),(840,822),(836,823.0717967697245),(833.0717967697245,826)) -8384 ((831,840),(832.2057713659401,844.5),(835.5,847.7942286340599),(840,849),(844.5,847.7942286340599),(847.7942286340599,844.5),(849,840),(847.79422863406,835.5),(844.5,832.2057713659401),(840,831),(835.5,832.20577136594),(832.2057713659401,835.5)) -8385 ((830,850),(831.3397459621556,855),(835,858.6602540378444),(840,860),(845,858.6602540378444),(848.6602540378444,855),(850,850),(848.6602540378444,845),(845,841.3397459621556),(840,840),(835,841.3397459621556),(831.3397459621556,845)) -8386 ((839,860),(839.1339745962156,860.5),(839.5,860.8660254037844),(840,861),(840.5,860.8660254037844),(840.8660254037844,860.5),(841,860),(840.8660254037844,859.5),(840.5,859.1339745962156),(840,859),(839.5,859.1339745962156),(839.1339745962156,859.5)) -8387 ((838,870),(838.2679491924312,871),(839,871.7320508075688),(840,872),(841,871.7320508075688),(841.7320508075688,871),(842,870),(841.7320508075688,869),(841,868.2679491924312),(840,868),(839,868.2679491924312),(838.2679491924312,869)) -8388 ((837,880),(837.4019237886466,881.5),(838.5,882.5980762113534),(840,883),(841.5,882.5980762113534),(842.5980762113533,881.5),(843,880),(842.5980762113534,878.5),(841.5,877.4019237886467),(840,877),(838.5,877.4019237886466),(837.4019237886467,878.5)) -8389 ((836,890),(836.5358983848622,892),(838,893.4641016151378),(840,894),(842,893.4641016151378),(843.4641016151378,892),(844,890),(843.4641016151378,888),(842,886.5358983848622),(840,886),(838,886.5358983848622),(836.5358983848622,888)) -8390 ((835,900),(835.6698729810778,902.5),(837.5,904.3301270189222),(840,905),(842.5,904.3301270189222),(844.3301270189222,902.5),(845,900),(844.3301270189222,897.5),(842.5,895.6698729810778),(840,895),(837.5,895.6698729810778),(835.6698729810778,897.5)) -8391 ((834,910),(834.8038475772934,913),(837,915.1961524227066),(840,916),(843,915.1961524227066),(845.1961524227066,913),(846,910),(845.1961524227066,907),(843,904.8038475772934),(840,904),(837,904.8038475772934),(834.8038475772934,907)) -8392 ((833,920),(833.937822173509,923.5),(836.5,926.062177826491),(840,927),(843.5,926.062177826491),(846.062177826491,923.5),(847,920),(846.062177826491,916.5),(843.5,913.937822173509),(840,913),(836.5,913.937822173509),(833.937822173509,916.5)) -8393 ((832,930),(833.0717967697245,934),(836,936.9282032302755),(840,938),(844,936.9282032302755),(846.9282032302755,934),(848,930),(846.9282032302755,926),(844,923.0717967697245),(840,922),(836,923.0717967697245),(833.0717967697245,926)) -8394 ((831,940),(832.2057713659401,944.5),(835.5,947.7942286340599),(840,949),(844.5,947.7942286340599),(847.7942286340599,944.5),(849,940),(847.79422863406,935.5),(844.5,932.2057713659401),(840,931),(835.5,932.20577136594),(832.2057713659401,935.5)) -8395 ((830,950),(831.3397459621556,955),(835,958.6602540378444),(840,960),(845,958.6602540378444),(848.6602540378444,955),(850,950),(848.6602540378444,945),(845,941.3397459621556),(840,940),(835,941.3397459621556),(831.3397459621556,945)) -8396 ((839,960),(839.1339745962156,960.5),(839.5,960.8660254037844),(840,961),(840.5,960.8660254037844),(840.8660254037844,960.5),(841,960),(840.8660254037844,959.5),(840.5,959.1339745962156),(840,959),(839.5,959.1339745962156),(839.1339745962156,959.5)) -8397 ((838,970),(838.2679491924312,971),(839,971.7320508075688),(840,972),(841,971.7320508075688),(841.7320508075688,971),(842,970),(841.7320508075688,969),(841,968.2679491924312),(840,968),(839,968.2679491924312),(838.2679491924312,969)) -8398 ((837,980),(837.4019237886466,981.5),(838.5,982.5980762113534),(840,983),(841.5,982.5980762113534),(842.5980762113533,981.5),(843,980),(842.5980762113534,978.5),(841.5,977.4019237886467),(840,977),(838.5,977.4019237886466),(837.4019237886467,978.5)) -8399 ((836,990),(836.5358983848622,992),(838,993.4641016151378),(840,994),(842,993.4641016151378),(843.4641016151378,992),(844,990),(843.4641016151378,988),(842,986.5358983848622),(840,986),(838,986.5358983848622),(836.5358983848622,988)) -8400 ((835,1000),(835.6698729810778,1002.5),(837.5,1004.3301270189222),(840,1005),(842.5,1004.3301270189222),(844.3301270189222,1002.5),(845,1000),(844.3301270189222,997.5),(842.5,995.6698729810778),(840,995),(837.5,995.6698729810778),(835.6698729810778,997.5)) -8401 ((843,10),(843.937822173509,13.5),(846.5,16.06217782649107),(850,17),(853.5,16.062177826491073),(856.062177826491,13.500000000000002),(857,10),(856.062177826491,6.500000000000002),(853.5,3.9378221735089305),(850,3),(846.5,3.937822173508927),(843.937822173509,6.4999999999999964)) -8402 ((842,20),(843.0717967697245,24),(846,26.928203230275507),(850,28),(854,26.92820323027551),(856.9282032302755,24.000000000000004),(858,20),(856.9282032302755,16.000000000000004),(854,13.071796769724493),(850,12),(846,13.071796769724488),(843.0717967697245,15.999999999999996)) -8403 ((841,30),(842.2057713659401,34.5),(845.5,37.79422863405995),(850,39),(854.5,37.79422863405995),(857.7942286340599,34.5),(859,30),(857.79422863406,25.500000000000004),(854.5,22.205771365940052),(850,21),(845.5,22.20577136594005),(842.2057713659401,25.499999999999996)) -8404 ((840,40),(841.3397459621556,45),(845,48.66025403784438),(850,50),(855,48.66025403784439),(858.6602540378444,45),(860,40),(858.6602540378444,35),(855,31.339745962155614),(850,30),(845,31.33974596215561),(841.3397459621556,34.99999999999999)) -8405 ((849,50),(849.1339745962156,50.5),(849.5,50.86602540378444),(850,51),(850.5,50.86602540378444),(850.8660254037844,50.5),(851,50),(850.8660254037844,49.5),(850.5,49.13397459621556),(850,49),(849.5,49.13397459621556),(849.1339745962156,49.5)) -8406 ((848,60),(848.2679491924312,61),(849,61.732050807568875),(850,62),(851,61.732050807568875),(851.7320508075688,61),(852,60),(851.7320508075688,59),(851,58.267949192431125),(850,58),(849,58.267949192431125),(848.2679491924312,59)) -8407 ((847,70),(847.4019237886466,71.5),(848.5,72.59807621135332),(850,73),(851.5,72.59807621135332),(852.5980762113533,71.5),(853,70),(852.5980762113534,68.5),(851.5,67.40192378864668),(850,67),(848.5,67.40192378864668),(847.4019237886467,68.5)) -8408 ((846,80),(846.5358983848622,82),(848,83.46410161513775),(850,84),(852,83.46410161513775),(853.4641016151378,82),(854,80),(853.4641016151378,78),(852,76.53589838486225),(850,76),(848,76.53589838486225),(846.5358983848622,78)) -8409 ((845,90),(845.6698729810778,92.5),(847.5,94.3301270189222),(850,95),(852.5,94.3301270189222),(854.3301270189222,92.5),(855,90),(854.3301270189222,87.5),(852.5,85.6698729810778),(850,85),(847.5,85.6698729810778),(845.6698729810778,87.5)) -8410 ((844,100),(844.8038475772934,103),(847,105.19615242270663),(850,106),(853,105.19615242270663),(855.1961524227066,103),(856,100),(855.1961524227066,97),(853,94.80384757729337),(850,94),(847,94.80384757729337),(844.8038475772934,97)) -8411 ((843,110),(843.937822173509,113.5),(846.5,116.06217782649107),(850,117),(853.5,116.06217782649107),(856.062177826491,113.5),(857,110),(856.062177826491,106.5),(853.5,103.93782217350893),(850,103),(846.5,103.93782217350892),(843.937822173509,106.5)) -8412 ((842,120),(843.0717967697245,124),(846,126.92820323027551),(850,128),(854,126.92820323027551),(856.9282032302755,124),(858,120),(856.9282032302755,116),(854,113.07179676972449),(850,112),(846,113.07179676972449),(843.0717967697245,116)) -8413 ((841,130),(842.2057713659401,134.5),(845.5,137.79422863405995),(850,139),(854.5,137.79422863405995),(857.7942286340599,134.5),(859,130),(857.79422863406,125.5),(854.5,122.20577136594005),(850,121),(845.5,122.20577136594005),(842.2057713659401,125.5)) -8414 ((840,140),(841.3397459621556,145),(845,148.6602540378444),(850,150),(855,148.6602540378444),(858.6602540378444,145),(860,140),(858.6602540378444,135),(855,131.3397459621556),(850,130),(845,131.3397459621556),(841.3397459621556,135)) -8415 ((849,150),(849.1339745962156,150.5),(849.5,150.86602540378445),(850,151),(850.5,150.86602540378445),(850.8660254037844,150.5),(851,150),(850.8660254037844,149.5),(850.5,149.13397459621555),(850,149),(849.5,149.13397459621555),(849.1339745962156,149.5)) -8416 ((848,160),(848.2679491924312,161),(849,161.73205080756887),(850,162),(851,161.73205080756887),(851.7320508075688,161),(852,160),(851.7320508075688,159),(851,158.26794919243113),(850,158),(849,158.26794919243113),(848.2679491924312,159)) -8417 ((847,170),(847.4019237886466,171.5),(848.5,172.59807621135332),(850,173),(851.5,172.59807621135332),(852.5980762113533,171.5),(853,170),(852.5980762113534,168.5),(851.5,167.40192378864668),(850,167),(848.5,167.40192378864668),(847.4019237886467,168.5)) -8418 ((846,180),(846.5358983848622,182),(848,183.46410161513776),(850,184),(852,183.46410161513776),(853.4641016151378,182),(854,180),(853.4641016151378,178),(852,176.53589838486224),(850,176),(848,176.53589838486224),(846.5358983848622,178)) -8419 ((845,190),(845.6698729810778,192.5),(847.5,194.33012701892218),(850,195),(852.5,194.33012701892218),(854.3301270189222,192.5),(855,190),(854.3301270189222,187.5),(852.5,185.66987298107782),(850,185),(847.5,185.66987298107782),(845.6698729810778,187.5)) -8420 ((844,200),(844.8038475772934,203),(847,205.19615242270663),(850,206),(853,205.19615242270663),(855.1961524227066,203),(856,200),(855.1961524227066,197),(853,194.80384757729337),(850,194),(847,194.80384757729337),(844.8038475772934,197)) -8421 ((843,210),(843.937822173509,213.5),(846.5,216.06217782649108),(850,217),(853.5,216.06217782649108),(856.062177826491,213.5),(857,210),(856.062177826491,206.5),(853.5,203.93782217350892),(850,203),(846.5,203.93782217350892),(843.937822173509,206.5)) -8422 ((842,220),(843.0717967697245,224),(846,226.9282032302755),(850,228),(854,226.9282032302755),(856.9282032302755,224),(858,220),(856.9282032302755,216),(854,213.0717967697245),(850,212),(846,213.0717967697245),(843.0717967697245,216)) -8423 ((841,230),(842.2057713659401,234.5),(845.5,237.79422863405995),(850,239),(854.5,237.79422863405995),(857.7942286340599,234.5),(859,230),(857.79422863406,225.5),(854.5,222.20577136594005),(850,221),(845.5,222.20577136594005),(842.2057713659401,225.5)) -8424 ((840,240),(841.3397459621556,245),(845,248.6602540378444),(850,250),(855,248.6602540378444),(858.6602540378444,245),(860,240),(858.6602540378444,235),(855,231.3397459621556),(850,230),(845,231.3397459621556),(841.3397459621556,235)) -8425 ((849,250),(849.1339745962156,250.5),(849.5,250.86602540378445),(850,251),(850.5,250.86602540378445),(850.8660254037844,250.5),(851,250),(850.8660254037844,249.5),(850.5,249.13397459621555),(850,249),(849.5,249.13397459621555),(849.1339745962156,249.5)) -8426 ((848,260),(848.2679491924312,261),(849,261.7320508075689),(850,262),(851,261.7320508075689),(851.7320508075688,261),(852,260),(851.7320508075688,259),(851,258.2679491924311),(850,258),(849,258.2679491924311),(848.2679491924312,259)) -8427 ((847,270),(847.4019237886466,271.5),(848.5,272.5980762113533),(850,273),(851.5,272.5980762113533),(852.5980762113533,271.5),(853,270),(852.5980762113534,268.5),(851.5,267.4019237886467),(850,267),(848.5,267.4019237886467),(847.4019237886467,268.5)) -8428 ((846,280),(846.5358983848622,282),(848,283.46410161513774),(850,284),(852,283.46410161513774),(853.4641016151378,282),(854,280),(853.4641016151378,278),(852,276.53589838486226),(850,276),(848,276.53589838486226),(846.5358983848622,278)) -8429 ((845,290),(845.6698729810778,292.5),(847.5,294.3301270189222),(850,295),(852.5,294.3301270189222),(854.3301270189222,292.5),(855,290),(854.3301270189222,287.5),(852.5,285.6698729810778),(850,285),(847.5,285.6698729810778),(845.6698729810778,287.5)) -8430 ((844,300),(844.8038475772934,303),(847,305.19615242270663),(850,306),(853,305.19615242270663),(855.1961524227066,303),(856,300),(855.1961524227066,297),(853,294.80384757729337),(850,294),(847,294.80384757729337),(844.8038475772934,297)) -8431 ((843,310),(843.937822173509,313.5),(846.5,316.06217782649105),(850,317),(853.5,316.06217782649105),(856.062177826491,313.5),(857,310),(856.062177826491,306.5),(853.5,303.93782217350895),(850,303),(846.5,303.93782217350895),(843.937822173509,306.5)) -8432 ((842,320),(843.0717967697245,324),(846,326.9282032302755),(850,328),(854,326.9282032302755),(856.9282032302755,324),(858,320),(856.9282032302755,316),(854,313.0717967697245),(850,312),(846,313.0717967697245),(843.0717967697245,316)) -8433 ((841,330),(842.2057713659401,334.5),(845.5,337.79422863405995),(850,339),(854.5,337.79422863405995),(857.7942286340599,334.5),(859,330),(857.79422863406,325.5),(854.5,322.20577136594005),(850,321),(845.5,322.20577136594005),(842.2057713659401,325.5)) -8434 ((840,340),(841.3397459621556,345),(845,348.66025403784437),(850,350),(855,348.66025403784437),(858.6602540378444,345),(860,340),(858.6602540378444,335),(855,331.33974596215563),(850,330),(845,331.33974596215563),(841.3397459621556,335)) -8435 ((849,350),(849.1339745962156,350.5),(849.5,350.8660254037844),(850,351),(850.5,350.8660254037844),(850.8660254037844,350.5),(851,350),(850.8660254037844,349.5),(850.5,349.1339745962156),(850,349),(849.5,349.1339745962156),(849.1339745962156,349.5)) -8436 ((848,360),(848.2679491924312,361),(849,361.7320508075689),(850,362),(851,361.7320508075689),(851.7320508075688,361),(852,360),(851.7320508075688,359),(851,358.2679491924311),(850,358),(849,358.2679491924311),(848.2679491924312,359)) -8437 ((847,370),(847.4019237886466,371.5),(848.5,372.5980762113533),(850,373),(851.5,372.5980762113533),(852.5980762113533,371.5),(853,370),(852.5980762113534,368.5),(851.5,367.4019237886467),(850,367),(848.5,367.4019237886467),(847.4019237886467,368.5)) -8438 ((846,380),(846.5358983848622,382),(848,383.46410161513774),(850,384),(852,383.46410161513774),(853.4641016151378,382),(854,380),(853.4641016151378,378),(852,376.53589838486226),(850,376),(848,376.53589838486226),(846.5358983848622,378)) -8439 ((845,390),(845.6698729810778,392.5),(847.5,394.3301270189222),(850,395),(852.5,394.3301270189222),(854.3301270189222,392.5),(855,390),(854.3301270189222,387.5),(852.5,385.6698729810778),(850,385),(847.5,385.6698729810778),(845.6698729810778,387.5)) -8440 ((844,400),(844.8038475772934,403),(847,405.19615242270663),(850,406),(853,405.19615242270663),(855.1961524227066,403),(856,400),(855.1961524227066,397),(853,394.80384757729337),(850,394),(847,394.80384757729337),(844.8038475772934,397)) -8441 ((843,410),(843.937822173509,413.5),(846.5,416.06217782649105),(850,417),(853.5,416.06217782649105),(856.062177826491,413.5),(857,410),(856.062177826491,406.5),(853.5,403.93782217350895),(850,403),(846.5,403.93782217350895),(843.937822173509,406.5)) -8442 ((842,420),(843.0717967697245,424),(846,426.9282032302755),(850,428),(854,426.9282032302755),(856.9282032302755,424),(858,420),(856.9282032302755,416),(854,413.0717967697245),(850,412),(846,413.0717967697245),(843.0717967697245,416)) -8443 ((841,430),(842.2057713659401,434.5),(845.5,437.79422863405995),(850,439),(854.5,437.79422863405995),(857.7942286340599,434.5),(859,430),(857.79422863406,425.5),(854.5,422.20577136594005),(850,421),(845.5,422.20577136594005),(842.2057713659401,425.5)) -8444 ((840,440),(841.3397459621556,445),(845,448.66025403784437),(850,450),(855,448.66025403784437),(858.6602540378444,445),(860,440),(858.6602540378444,435),(855,431.33974596215563),(850,430),(845,431.33974596215563),(841.3397459621556,435)) -8445 ((849,450),(849.1339745962156,450.5),(849.5,450.8660254037844),(850,451),(850.5,450.8660254037844),(850.8660254037844,450.5),(851,450),(850.8660254037844,449.5),(850.5,449.1339745962156),(850,449),(849.5,449.1339745962156),(849.1339745962156,449.5)) -8446 ((848,460),(848.2679491924312,461),(849,461.7320508075689),(850,462),(851,461.7320508075689),(851.7320508075688,461),(852,460),(851.7320508075688,459),(851,458.2679491924311),(850,458),(849,458.2679491924311),(848.2679491924312,459)) -8447 ((847,470),(847.4019237886466,471.5),(848.5,472.5980762113533),(850,473),(851.5,472.5980762113533),(852.5980762113533,471.5),(853,470),(852.5980762113534,468.5),(851.5,467.4019237886467),(850,467),(848.5,467.4019237886467),(847.4019237886467,468.5)) -8448 ((846,480),(846.5358983848622,482),(848,483.46410161513774),(850,484),(852,483.46410161513774),(853.4641016151378,482),(854,480),(853.4641016151378,478),(852,476.53589838486226),(850,476),(848,476.53589838486226),(846.5358983848622,478)) -8449 ((845,490),(845.6698729810778,492.5),(847.5,494.3301270189222),(850,495),(852.5,494.3301270189222),(854.3301270189222,492.5),(855,490),(854.3301270189222,487.5),(852.5,485.6698729810778),(850,485),(847.5,485.6698729810778),(845.6698729810778,487.5)) -8450 ((844,500),(844.8038475772934,503),(847,505.19615242270663),(850,506),(853,505.19615242270663),(855.1961524227066,503),(856,500),(855.1961524227066,497),(853,494.80384757729337),(850,494),(847,494.80384757729337),(844.8038475772934,497)) -8451 ((843,510),(843.937822173509,513.5),(846.5,516.062177826491),(850,517),(853.5,516.062177826491),(856.062177826491,513.5),(857,510),(856.062177826491,506.5),(853.5,503.93782217350895),(850,503),(846.5,503.93782217350895),(843.937822173509,506.5)) -8452 ((842,520),(843.0717967697245,524),(846,526.9282032302755),(850,528),(854,526.9282032302755),(856.9282032302755,524),(858,520),(856.9282032302755,516),(854,513.0717967697245),(850,512),(846,513.0717967697245),(843.0717967697245,516)) -8453 ((841,530),(842.2057713659401,534.5),(845.5,537.7942286340599),(850,539),(854.5,537.7942286340599),(857.7942286340599,534.5),(859,530),(857.79422863406,525.5),(854.5,522.2057713659401),(850,521),(845.5,522.20577136594),(842.2057713659401,525.5)) -8454 ((840,540),(841.3397459621556,545),(845,548.6602540378444),(850,550),(855,548.6602540378444),(858.6602540378444,545),(860,540),(858.6602540378444,535),(855,531.3397459621556),(850,530),(845,531.3397459621556),(841.3397459621556,535)) -8455 ((849,550),(849.1339745962156,550.5),(849.5,550.8660254037844),(850,551),(850.5,550.8660254037844),(850.8660254037844,550.5),(851,550),(850.8660254037844,549.5),(850.5,549.1339745962156),(850,549),(849.5,549.1339745962156),(849.1339745962156,549.5)) -8456 ((848,560),(848.2679491924312,561),(849,561.7320508075688),(850,562),(851,561.7320508075688),(851.7320508075688,561),(852,560),(851.7320508075688,559),(851,558.2679491924312),(850,558),(849,558.2679491924312),(848.2679491924312,559)) -8457 ((847,570),(847.4019237886466,571.5),(848.5,572.5980762113534),(850,573),(851.5,572.5980762113534),(852.5980762113533,571.5),(853,570),(852.5980762113534,568.5),(851.5,567.4019237886467),(850,567),(848.5,567.4019237886466),(847.4019237886467,568.5)) -8458 ((846,580),(846.5358983848622,582),(848,583.4641016151378),(850,584),(852,583.4641016151378),(853.4641016151378,582),(854,580),(853.4641016151378,578),(852,576.5358983848622),(850,576),(848,576.5358983848622),(846.5358983848622,578)) -8459 ((845,590),(845.6698729810778,592.5),(847.5,594.3301270189222),(850,595),(852.5,594.3301270189222),(854.3301270189222,592.5),(855,590),(854.3301270189222,587.5),(852.5,585.6698729810778),(850,585),(847.5,585.6698729810778),(845.6698729810778,587.5)) -8460 ((844,600),(844.8038475772934,603),(847,605.1961524227066),(850,606),(853,605.1961524227066),(855.1961524227066,603),(856,600),(855.1961524227066,597),(853,594.8038475772934),(850,594),(847,594.8038475772934),(844.8038475772934,597)) -8461 ((843,610),(843.937822173509,613.5),(846.5,616.062177826491),(850,617),(853.5,616.062177826491),(856.062177826491,613.5),(857,610),(856.062177826491,606.5),(853.5,603.937822173509),(850,603),(846.5,603.937822173509),(843.937822173509,606.5)) -8462 ((842,620),(843.0717967697245,624),(846,626.9282032302755),(850,628),(854,626.9282032302755),(856.9282032302755,624),(858,620),(856.9282032302755,616),(854,613.0717967697245),(850,612),(846,613.0717967697245),(843.0717967697245,616)) -8463 ((841,630),(842.2057713659401,634.5),(845.5,637.7942286340599),(850,639),(854.5,637.7942286340599),(857.7942286340599,634.5),(859,630),(857.79422863406,625.5),(854.5,622.2057713659401),(850,621),(845.5,622.20577136594),(842.2057713659401,625.5)) -8464 ((840,640),(841.3397459621556,645),(845,648.6602540378444),(850,650),(855,648.6602540378444),(858.6602540378444,645),(860,640),(858.6602540378444,635),(855,631.3397459621556),(850,630),(845,631.3397459621556),(841.3397459621556,635)) -8465 ((849,650),(849.1339745962156,650.5),(849.5,650.8660254037844),(850,651),(850.5,650.8660254037844),(850.8660254037844,650.5),(851,650),(850.8660254037844,649.5),(850.5,649.1339745962156),(850,649),(849.5,649.1339745962156),(849.1339745962156,649.5)) -8466 ((848,660),(848.2679491924312,661),(849,661.7320508075688),(850,662),(851,661.7320508075688),(851.7320508075688,661),(852,660),(851.7320508075688,659),(851,658.2679491924312),(850,658),(849,658.2679491924312),(848.2679491924312,659)) -8467 ((847,670),(847.4019237886466,671.5),(848.5,672.5980762113534),(850,673),(851.5,672.5980762113534),(852.5980762113533,671.5),(853,670),(852.5980762113534,668.5),(851.5,667.4019237886467),(850,667),(848.5,667.4019237886466),(847.4019237886467,668.5)) -8468 ((846,680),(846.5358983848622,682),(848,683.4641016151378),(850,684),(852,683.4641016151378),(853.4641016151378,682),(854,680),(853.4641016151378,678),(852,676.5358983848622),(850,676),(848,676.5358983848622),(846.5358983848622,678)) -8469 ((845,690),(845.6698729810778,692.5),(847.5,694.3301270189222),(850,695),(852.5,694.3301270189222),(854.3301270189222,692.5),(855,690),(854.3301270189222,687.5),(852.5,685.6698729810778),(850,685),(847.5,685.6698729810778),(845.6698729810778,687.5)) -8470 ((844,700),(844.8038475772934,703),(847,705.1961524227066),(850,706),(853,705.1961524227066),(855.1961524227066,703),(856,700),(855.1961524227066,697),(853,694.8038475772934),(850,694),(847,694.8038475772934),(844.8038475772934,697)) -8471 ((843,710),(843.937822173509,713.5),(846.5,716.062177826491),(850,717),(853.5,716.062177826491),(856.062177826491,713.5),(857,710),(856.062177826491,706.5),(853.5,703.937822173509),(850,703),(846.5,703.937822173509),(843.937822173509,706.5)) -8472 ((842,720),(843.0717967697245,724),(846,726.9282032302755),(850,728),(854,726.9282032302755),(856.9282032302755,724),(858,720),(856.9282032302755,716),(854,713.0717967697245),(850,712),(846,713.0717967697245),(843.0717967697245,716)) -8473 ((841,730),(842.2057713659401,734.5),(845.5,737.7942286340599),(850,739),(854.5,737.7942286340599),(857.7942286340599,734.5),(859,730),(857.79422863406,725.5),(854.5,722.2057713659401),(850,721),(845.5,722.20577136594),(842.2057713659401,725.5)) -8474 ((840,740),(841.3397459621556,745),(845,748.6602540378444),(850,750),(855,748.6602540378444),(858.6602540378444,745),(860,740),(858.6602540378444,735),(855,731.3397459621556),(850,730),(845,731.3397459621556),(841.3397459621556,735)) -8475 ((849,750),(849.1339745962156,750.5),(849.5,750.8660254037844),(850,751),(850.5,750.8660254037844),(850.8660254037844,750.5),(851,750),(850.8660254037844,749.5),(850.5,749.1339745962156),(850,749),(849.5,749.1339745962156),(849.1339745962156,749.5)) -8476 ((848,760),(848.2679491924312,761),(849,761.7320508075688),(850,762),(851,761.7320508075688),(851.7320508075688,761),(852,760),(851.7320508075688,759),(851,758.2679491924312),(850,758),(849,758.2679491924312),(848.2679491924312,759)) -8477 ((847,770),(847.4019237886466,771.5),(848.5,772.5980762113534),(850,773),(851.5,772.5980762113534),(852.5980762113533,771.5),(853,770),(852.5980762113534,768.5),(851.5,767.4019237886467),(850,767),(848.5,767.4019237886466),(847.4019237886467,768.5)) -8478 ((846,780),(846.5358983848622,782),(848,783.4641016151378),(850,784),(852,783.4641016151378),(853.4641016151378,782),(854,780),(853.4641016151378,778),(852,776.5358983848622),(850,776),(848,776.5358983848622),(846.5358983848622,778)) -8479 ((845,790),(845.6698729810778,792.5),(847.5,794.3301270189222),(850,795),(852.5,794.3301270189222),(854.3301270189222,792.5),(855,790),(854.3301270189222,787.5),(852.5,785.6698729810778),(850,785),(847.5,785.6698729810778),(845.6698729810778,787.5)) -8480 ((844,800),(844.8038475772934,803),(847,805.1961524227066),(850,806),(853,805.1961524227066),(855.1961524227066,803),(856,800),(855.1961524227066,797),(853,794.8038475772934),(850,794),(847,794.8038475772934),(844.8038475772934,797)) -8481 ((843,810),(843.937822173509,813.5),(846.5,816.062177826491),(850,817),(853.5,816.062177826491),(856.062177826491,813.5),(857,810),(856.062177826491,806.5),(853.5,803.937822173509),(850,803),(846.5,803.937822173509),(843.937822173509,806.5)) -8482 ((842,820),(843.0717967697245,824),(846,826.9282032302755),(850,828),(854,826.9282032302755),(856.9282032302755,824),(858,820),(856.9282032302755,816),(854,813.0717967697245),(850,812),(846,813.0717967697245),(843.0717967697245,816)) -8483 ((841,830),(842.2057713659401,834.5),(845.5,837.7942286340599),(850,839),(854.5,837.7942286340599),(857.7942286340599,834.5),(859,830),(857.79422863406,825.5),(854.5,822.2057713659401),(850,821),(845.5,822.20577136594),(842.2057713659401,825.5)) -8484 ((840,840),(841.3397459621556,845),(845,848.6602540378444),(850,850),(855,848.6602540378444),(858.6602540378444,845),(860,840),(858.6602540378444,835),(855,831.3397459621556),(850,830),(845,831.3397459621556),(841.3397459621556,835)) -8485 ((849,850),(849.1339745962156,850.5),(849.5,850.8660254037844),(850,851),(850.5,850.8660254037844),(850.8660254037844,850.5),(851,850),(850.8660254037844,849.5),(850.5,849.1339745962156),(850,849),(849.5,849.1339745962156),(849.1339745962156,849.5)) -8486 ((848,860),(848.2679491924312,861),(849,861.7320508075688),(850,862),(851,861.7320508075688),(851.7320508075688,861),(852,860),(851.7320508075688,859),(851,858.2679491924312),(850,858),(849,858.2679491924312),(848.2679491924312,859)) -8487 ((847,870),(847.4019237886466,871.5),(848.5,872.5980762113534),(850,873),(851.5,872.5980762113534),(852.5980762113533,871.5),(853,870),(852.5980762113534,868.5),(851.5,867.4019237886467),(850,867),(848.5,867.4019237886466),(847.4019237886467,868.5)) -8488 ((846,880),(846.5358983848622,882),(848,883.4641016151378),(850,884),(852,883.4641016151378),(853.4641016151378,882),(854,880),(853.4641016151378,878),(852,876.5358983848622),(850,876),(848,876.5358983848622),(846.5358983848622,878)) -8489 ((845,890),(845.6698729810778,892.5),(847.5,894.3301270189222),(850,895),(852.5,894.3301270189222),(854.3301270189222,892.5),(855,890),(854.3301270189222,887.5),(852.5,885.6698729810778),(850,885),(847.5,885.6698729810778),(845.6698729810778,887.5)) -8490 ((844,900),(844.8038475772934,903),(847,905.1961524227066),(850,906),(853,905.1961524227066),(855.1961524227066,903),(856,900),(855.1961524227066,897),(853,894.8038475772934),(850,894),(847,894.8038475772934),(844.8038475772934,897)) -8491 ((843,910),(843.937822173509,913.5),(846.5,916.062177826491),(850,917),(853.5,916.062177826491),(856.062177826491,913.5),(857,910),(856.062177826491,906.5),(853.5,903.937822173509),(850,903),(846.5,903.937822173509),(843.937822173509,906.5)) -8492 ((842,920),(843.0717967697245,924),(846,926.9282032302755),(850,928),(854,926.9282032302755),(856.9282032302755,924),(858,920),(856.9282032302755,916),(854,913.0717967697245),(850,912),(846,913.0717967697245),(843.0717967697245,916)) -8493 ((841,930),(842.2057713659401,934.5),(845.5,937.7942286340599),(850,939),(854.5,937.7942286340599),(857.7942286340599,934.5),(859,930),(857.79422863406,925.5),(854.5,922.2057713659401),(850,921),(845.5,922.20577136594),(842.2057713659401,925.5)) -8494 ((840,940),(841.3397459621556,945),(845,948.6602540378444),(850,950),(855,948.6602540378444),(858.6602540378444,945),(860,940),(858.6602540378444,935),(855,931.3397459621556),(850,930),(845,931.3397459621556),(841.3397459621556,935)) -8495 ((849,950),(849.1339745962156,950.5),(849.5,950.8660254037844),(850,951),(850.5,950.8660254037844),(850.8660254037844,950.5),(851,950),(850.8660254037844,949.5),(850.5,949.1339745962156),(850,949),(849.5,949.1339745962156),(849.1339745962156,949.5)) -8496 ((848,960),(848.2679491924312,961),(849,961.7320508075688),(850,962),(851,961.7320508075688),(851.7320508075688,961),(852,960),(851.7320508075688,959),(851,958.2679491924312),(850,958),(849,958.2679491924312),(848.2679491924312,959)) -8497 ((847,970),(847.4019237886466,971.5),(848.5,972.5980762113534),(850,973),(851.5,972.5980762113534),(852.5980762113533,971.5),(853,970),(852.5980762113534,968.5),(851.5,967.4019237886467),(850,967),(848.5,967.4019237886466),(847.4019237886467,968.5)) -8498 ((846,980),(846.5358983848622,982),(848,983.4641016151378),(850,984),(852,983.4641016151378),(853.4641016151378,982),(854,980),(853.4641016151378,978),(852,976.5358983848622),(850,976),(848,976.5358983848622),(846.5358983848622,978)) -8499 ((845,990),(845.6698729810778,992.5),(847.5,994.3301270189222),(850,995),(852.5,994.3301270189222),(854.3301270189222,992.5),(855,990),(854.3301270189222,987.5),(852.5,985.6698729810778),(850,985),(847.5,985.6698729810778),(845.6698729810778,987.5)) -8500 ((844,1000),(844.8038475772934,1003),(847,1005.1961524227066),(850,1006),(853,1005.1961524227066),(855.1961524227066,1003),(856,1000),(855.1961524227066,997),(853,994.8038475772934),(850,994),(847,994.8038475772934),(844.8038475772934,997)) -8501 ((852,10),(853.0717967697245,14),(856,16.928203230275507),(860,18),(864,16.92820323027551),(866.9282032302755,14.000000000000004),(868,10.000000000000002),(866.9282032302755,6.000000000000002),(864,3.071796769724492),(860,2),(856,3.0717967697244877),(853.0717967697245,5.9999999999999964)) -8502 ((851,20),(852.2057713659401,24.5),(855.5,27.794228634059948),(860,29),(864.5,27.794228634059948),(867.7942286340599,24.500000000000004),(869,20),(867.79422863406,15.500000000000004),(864.5,12.205771365940054),(860,11),(855.5,12.205771365940048),(852.2057713659401,15.499999999999996)) -8503 ((850,30),(851.3397459621556,35),(855,38.66025403784438),(860,40),(865,38.66025403784439),(868.6602540378444,35),(870,30),(868.6602540378444,25.000000000000004),(865,21.339745962155614),(860,20),(855,21.33974596215561),(851.3397459621556,24.999999999999996)) -8504 ((859,40),(859.1339745962156,40.5),(859.5,40.86602540378444),(860,41),(860.5,40.86602540378444),(860.8660254037844,40.5),(861,40),(860.8660254037844,39.5),(860.5,39.13397459621556),(860,39),(859.5,39.13397459621556),(859.1339745962156,39.5)) -8505 ((858,50),(858.2679491924312,51),(859,51.732050807568875),(860,52),(861,51.732050807568875),(861.7320508075688,51),(862,50),(861.7320508075688,49),(861,48.267949192431125),(860,48),(859,48.267949192431125),(858.2679491924312,49)) -8506 ((857,60),(857.4019237886466,61.5),(858.5,62.598076211353316),(860,63),(861.5,62.598076211353316),(862.5980762113533,61.5),(863,60),(862.5980762113534,58.5),(861.5,57.401923788646684),(860,57),(858.5,57.401923788646684),(857.4019237886467,58.5)) -8507 ((856,70),(856.5358983848622,72),(858,73.46410161513775),(860,74),(862,73.46410161513775),(863.4641016151378,72),(864,70),(863.4641016151378,68),(862,66.53589838486225),(860,66),(858,66.53589838486225),(856.5358983848622,68)) -8508 ((855,80),(855.6698729810778,82.5),(857.5,84.3301270189222),(860,85),(862.5,84.3301270189222),(864.3301270189222,82.5),(865,80),(864.3301270189222,77.5),(862.5,75.6698729810778),(860,75),(857.5,75.6698729810778),(855.6698729810778,77.5)) -8509 ((854,90),(854.8038475772934,93),(857,95.19615242270663),(860,96),(863,95.19615242270663),(865.1961524227066,93),(866,90),(865.1961524227066,87),(863,84.80384757729337),(860,84),(857,84.80384757729337),(854.8038475772934,87)) -8510 ((853,100),(853.937822173509,103.5),(856.5,106.06217782649107),(860,107),(863.5,106.06217782649107),(866.062177826491,103.5),(867,100),(866.062177826491,96.5),(863.5,93.93782217350893),(860,93),(856.5,93.93782217350892),(853.937822173509,96.5)) -8511 ((852,110),(853.0717967697245,114),(856,116.92820323027551),(860,118),(864,116.92820323027551),(866.9282032302755,114),(868,110),(866.9282032302755,106),(864,103.07179676972449),(860,102),(856,103.07179676972449),(853.0717967697245,106)) -8512 ((851,120),(852.2057713659401,124.5),(855.5,127.79422863405995),(860,129),(864.5,127.79422863405995),(867.7942286340599,124.5),(869,120),(867.79422863406,115.5),(864.5,112.20577136594005),(860,111),(855.5,112.20577136594005),(852.2057713659401,115.5)) -8513 ((850,130),(851.3397459621556,135),(855,138.6602540378444),(860,140),(865,138.6602540378444),(868.6602540378444,135),(870,130),(868.6602540378444,125),(865,121.33974596215562),(860,120),(855,121.3397459621556),(851.3397459621556,125)) -8514 ((859,140),(859.1339745962156,140.5),(859.5,140.86602540378445),(860,141),(860.5,140.86602540378445),(860.8660254037844,140.5),(861,140),(860.8660254037844,139.5),(860.5,139.13397459621555),(860,139),(859.5,139.13397459621555),(859.1339745962156,139.5)) -8515 ((858,150),(858.2679491924312,151),(859,151.73205080756887),(860,152),(861,151.73205080756887),(861.7320508075688,151),(862,150),(861.7320508075688,149),(861,148.26794919243113),(860,148),(859,148.26794919243113),(858.2679491924312,149)) -8516 ((857,160),(857.4019237886466,161.5),(858.5,162.59807621135332),(860,163),(861.5,162.59807621135332),(862.5980762113533,161.5),(863,160),(862.5980762113534,158.5),(861.5,157.40192378864668),(860,157),(858.5,157.40192378864668),(857.4019237886467,158.5)) -8517 ((856,170),(856.5358983848622,172),(858,173.46410161513776),(860,174),(862,173.46410161513776),(863.4641016151378,172),(864,170),(863.4641016151378,168),(862,166.53589838486224),(860,166),(858,166.53589838486224),(856.5358983848622,168)) -8518 ((855,180),(855.6698729810778,182.5),(857.5,184.33012701892218),(860,185),(862.5,184.33012701892218),(864.3301270189222,182.5),(865,180),(864.3301270189222,177.5),(862.5,175.66987298107782),(860,175),(857.5,175.66987298107782),(855.6698729810778,177.5)) -8519 ((854,190),(854.8038475772934,193),(857,195.19615242270663),(860,196),(863,195.19615242270663),(865.1961524227066,193),(866,190),(865.1961524227066,187),(863,184.80384757729337),(860,184),(857,184.80384757729337),(854.8038475772934,187)) -8520 ((853,200),(853.937822173509,203.5),(856.5,206.06217782649108),(860,207),(863.5,206.06217782649108),(866.062177826491,203.5),(867,200),(866.062177826491,196.5),(863.5,193.93782217350892),(860,193),(856.5,193.93782217350892),(853.937822173509,196.5)) -8521 ((852,210),(853.0717967697245,214),(856,216.9282032302755),(860,218),(864,216.9282032302755),(866.9282032302755,214),(868,210),(866.9282032302755,206),(864,203.0717967697245),(860,202),(856,203.0717967697245),(853.0717967697245,206)) -8522 ((851,220),(852.2057713659401,224.5),(855.5,227.79422863405995),(860,229),(864.5,227.79422863405995),(867.7942286340599,224.5),(869,220),(867.79422863406,215.5),(864.5,212.20577136594005),(860,211),(855.5,212.20577136594005),(852.2057713659401,215.5)) -8523 ((850,230),(851.3397459621556,235),(855,238.6602540378444),(860,240),(865,238.6602540378444),(868.6602540378444,235),(870,230),(868.6602540378444,225),(865,221.3397459621556),(860,220),(855,221.3397459621556),(851.3397459621556,225)) -8524 ((859,240),(859.1339745962156,240.5),(859.5,240.86602540378445),(860,241),(860.5,240.86602540378445),(860.8660254037844,240.5),(861,240),(860.8660254037844,239.5),(860.5,239.13397459621555),(860,239),(859.5,239.13397459621555),(859.1339745962156,239.5)) -8525 ((858,250),(858.2679491924312,251),(859,251.73205080756887),(860,252),(861,251.73205080756887),(861.7320508075688,251),(862,250),(861.7320508075688,249),(861,248.26794919243113),(860,248),(859,248.26794919243113),(858.2679491924312,249)) -8526 ((857,260),(857.4019237886466,261.5),(858.5,262.5980762113533),(860,263),(861.5,262.5980762113533),(862.5980762113533,261.5),(863,260),(862.5980762113534,258.5),(861.5,257.4019237886467),(860,257),(858.5,257.4019237886467),(857.4019237886467,258.5)) -8527 ((856,270),(856.5358983848622,272),(858,273.46410161513774),(860,274),(862,273.46410161513774),(863.4641016151378,272),(864,270),(863.4641016151378,268),(862,266.53589838486226),(860,266),(858,266.53589838486226),(856.5358983848622,268)) -8528 ((855,280),(855.6698729810778,282.5),(857.5,284.3301270189222),(860,285),(862.5,284.3301270189222),(864.3301270189222,282.5),(865,280),(864.3301270189222,277.5),(862.5,275.6698729810778),(860,275),(857.5,275.6698729810778),(855.6698729810778,277.5)) -8529 ((854,290),(854.8038475772934,293),(857,295.19615242270663),(860,296),(863,295.19615242270663),(865.1961524227066,293),(866,290),(865.1961524227066,287),(863,284.80384757729337),(860,284),(857,284.80384757729337),(854.8038475772934,287)) -8530 ((853,300),(853.937822173509,303.5),(856.5,306.06217782649105),(860,307),(863.5,306.06217782649105),(866.062177826491,303.5),(867,300),(866.062177826491,296.5),(863.5,293.93782217350895),(860,293),(856.5,293.93782217350895),(853.937822173509,296.5)) -8531 ((852,310),(853.0717967697245,314),(856,316.9282032302755),(860,318),(864,316.9282032302755),(866.9282032302755,314),(868,310),(866.9282032302755,306),(864,303.0717967697245),(860,302),(856,303.0717967697245),(853.0717967697245,306)) -8532 ((851,320),(852.2057713659401,324.5),(855.5,327.79422863405995),(860,329),(864.5,327.79422863405995),(867.7942286340599,324.5),(869,320),(867.79422863406,315.5),(864.5,312.20577136594005),(860,311),(855.5,312.20577136594005),(852.2057713659401,315.5)) -8533 ((850,330),(851.3397459621556,335),(855,338.66025403784437),(860,340),(865,338.66025403784437),(868.6602540378444,335),(870,330),(868.6602540378444,325),(865,321.33974596215563),(860,320),(855,321.33974596215563),(851.3397459621556,325)) -8534 ((859,340),(859.1339745962156,340.5),(859.5,340.8660254037844),(860,341),(860.5,340.8660254037844),(860.8660254037844,340.5),(861,340),(860.8660254037844,339.5),(860.5,339.1339745962156),(860,339),(859.5,339.1339745962156),(859.1339745962156,339.5)) -8535 ((858,350),(858.2679491924312,351),(859,351.7320508075689),(860,352),(861,351.7320508075689),(861.7320508075688,351),(862,350),(861.7320508075688,349),(861,348.2679491924311),(860,348),(859,348.2679491924311),(858.2679491924312,349)) -8536 ((857,360),(857.4019237886466,361.5),(858.5,362.5980762113533),(860,363),(861.5,362.5980762113533),(862.5980762113533,361.5),(863,360),(862.5980762113534,358.5),(861.5,357.4019237886467),(860,357),(858.5,357.4019237886467),(857.4019237886467,358.5)) -8537 ((856,370),(856.5358983848622,372),(858,373.46410161513774),(860,374),(862,373.46410161513774),(863.4641016151378,372),(864,370),(863.4641016151378,368),(862,366.53589838486226),(860,366),(858,366.53589838486226),(856.5358983848622,368)) -8538 ((855,380),(855.6698729810778,382.5),(857.5,384.3301270189222),(860,385),(862.5,384.3301270189222),(864.3301270189222,382.5),(865,380),(864.3301270189222,377.5),(862.5,375.6698729810778),(860,375),(857.5,375.6698729810778),(855.6698729810778,377.5)) -8539 ((854,390),(854.8038475772934,393),(857,395.19615242270663),(860,396),(863,395.19615242270663),(865.1961524227066,393),(866,390),(865.1961524227066,387),(863,384.80384757729337),(860,384),(857,384.80384757729337),(854.8038475772934,387)) -8540 ((853,400),(853.937822173509,403.5),(856.5,406.06217782649105),(860,407),(863.5,406.06217782649105),(866.062177826491,403.5),(867,400),(866.062177826491,396.5),(863.5,393.93782217350895),(860,393),(856.5,393.93782217350895),(853.937822173509,396.5)) -8541 ((852,410),(853.0717967697245,414),(856,416.9282032302755),(860,418),(864,416.9282032302755),(866.9282032302755,414),(868,410),(866.9282032302755,406),(864,403.0717967697245),(860,402),(856,403.0717967697245),(853.0717967697245,406)) -8542 ((851,420),(852.2057713659401,424.5),(855.5,427.79422863405995),(860,429),(864.5,427.79422863405995),(867.7942286340599,424.5),(869,420),(867.79422863406,415.5),(864.5,412.20577136594005),(860,411),(855.5,412.20577136594005),(852.2057713659401,415.5)) -8543 ((850,430),(851.3397459621556,435),(855,438.66025403784437),(860,440),(865,438.66025403784437),(868.6602540378444,435),(870,430),(868.6602540378444,425),(865,421.33974596215563),(860,420),(855,421.33974596215563),(851.3397459621556,425)) -8544 ((859,440),(859.1339745962156,440.5),(859.5,440.8660254037844),(860,441),(860.5,440.8660254037844),(860.8660254037844,440.5),(861,440),(860.8660254037844,439.5),(860.5,439.1339745962156),(860,439),(859.5,439.1339745962156),(859.1339745962156,439.5)) -8545 ((858,450),(858.2679491924312,451),(859,451.7320508075689),(860,452),(861,451.7320508075689),(861.7320508075688,451),(862,450),(861.7320508075688,449),(861,448.2679491924311),(860,448),(859,448.2679491924311),(858.2679491924312,449)) -8546 ((857,460),(857.4019237886466,461.5),(858.5,462.5980762113533),(860,463),(861.5,462.5980762113533),(862.5980762113533,461.5),(863,460),(862.5980762113534,458.5),(861.5,457.4019237886467),(860,457),(858.5,457.4019237886467),(857.4019237886467,458.5)) -8547 ((856,470),(856.5358983848622,472),(858,473.46410161513774),(860,474),(862,473.46410161513774),(863.4641016151378,472),(864,470),(863.4641016151378,468),(862,466.53589838486226),(860,466),(858,466.53589838486226),(856.5358983848622,468)) -8548 ((855,480),(855.6698729810778,482.5),(857.5,484.3301270189222),(860,485),(862.5,484.3301270189222),(864.3301270189222,482.5),(865,480),(864.3301270189222,477.5),(862.5,475.6698729810778),(860,475),(857.5,475.6698729810778),(855.6698729810778,477.5)) -8549 ((854,490),(854.8038475772934,493),(857,495.19615242270663),(860,496),(863,495.19615242270663),(865.1961524227066,493),(866,490),(865.1961524227066,487),(863,484.80384757729337),(860,484),(857,484.80384757729337),(854.8038475772934,487)) -8550 ((853,500),(853.937822173509,503.5),(856.5,506.06217782649105),(860,507),(863.5,506.06217782649105),(866.062177826491,503.5),(867,500),(866.062177826491,496.5),(863.5,493.93782217350895),(860,493),(856.5,493.93782217350895),(853.937822173509,496.5)) -8551 ((852,510),(853.0717967697245,514),(856,516.9282032302755),(860,518),(864,516.9282032302755),(866.9282032302755,514),(868,510),(866.9282032302755,506),(864,503.0717967697245),(860,502),(856,503.0717967697245),(853.0717967697245,506)) -8552 ((851,520),(852.2057713659401,524.5),(855.5,527.7942286340599),(860,529),(864.5,527.7942286340599),(867.7942286340599,524.5),(869,520),(867.79422863406,515.5),(864.5,512.2057713659401),(860,511),(855.5,512.20577136594),(852.2057713659401,515.5)) -8553 ((850,530),(851.3397459621556,535),(855,538.6602540378444),(860,540),(865,538.6602540378444),(868.6602540378444,535),(870,530),(868.6602540378444,525),(865,521.3397459621556),(860,520),(855,521.3397459621556),(851.3397459621556,525)) -8554 ((859,540),(859.1339745962156,540.5),(859.5,540.8660254037844),(860,541),(860.5,540.8660254037844),(860.8660254037844,540.5),(861,540),(860.8660254037844,539.5),(860.5,539.1339745962156),(860,539),(859.5,539.1339745962156),(859.1339745962156,539.5)) -8555 ((858,550),(858.2679491924312,551),(859,551.7320508075688),(860,552),(861,551.7320508075688),(861.7320508075688,551),(862,550),(861.7320508075688,549),(861,548.2679491924312),(860,548),(859,548.2679491924312),(858.2679491924312,549)) -8556 ((857,560),(857.4019237886466,561.5),(858.5,562.5980762113534),(860,563),(861.5,562.5980762113534),(862.5980762113533,561.5),(863,560),(862.5980762113534,558.5),(861.5,557.4019237886467),(860,557),(858.5,557.4019237886466),(857.4019237886467,558.5)) -8557 ((856,570),(856.5358983848622,572),(858,573.4641016151378),(860,574),(862,573.4641016151378),(863.4641016151378,572),(864,570),(863.4641016151378,568),(862,566.5358983848622),(860,566),(858,566.5358983848622),(856.5358983848622,568)) -8558 ((855,580),(855.6698729810778,582.5),(857.5,584.3301270189222),(860,585),(862.5,584.3301270189222),(864.3301270189222,582.5),(865,580),(864.3301270189222,577.5),(862.5,575.6698729810778),(860,575),(857.5,575.6698729810778),(855.6698729810778,577.5)) -8559 ((854,590),(854.8038475772934,593),(857,595.1961524227066),(860,596),(863,595.1961524227066),(865.1961524227066,593),(866,590),(865.1961524227066,587),(863,584.8038475772934),(860,584),(857,584.8038475772934),(854.8038475772934,587)) -8560 ((853,600),(853.937822173509,603.5),(856.5,606.062177826491),(860,607),(863.5,606.062177826491),(866.062177826491,603.5),(867,600),(866.062177826491,596.5),(863.5,593.937822173509),(860,593),(856.5,593.937822173509),(853.937822173509,596.5)) -8561 ((852,610),(853.0717967697245,614),(856,616.9282032302755),(860,618),(864,616.9282032302755),(866.9282032302755,614),(868,610),(866.9282032302755,606),(864,603.0717967697245),(860,602),(856,603.0717967697245),(853.0717967697245,606)) -8562 ((851,620),(852.2057713659401,624.5),(855.5,627.7942286340599),(860,629),(864.5,627.7942286340599),(867.7942286340599,624.5),(869,620),(867.79422863406,615.5),(864.5,612.2057713659401),(860,611),(855.5,612.20577136594),(852.2057713659401,615.5)) -8563 ((850,630),(851.3397459621556,635),(855,638.6602540378444),(860,640),(865,638.6602540378444),(868.6602540378444,635),(870,630),(868.6602540378444,625),(865,621.3397459621556),(860,620),(855,621.3397459621556),(851.3397459621556,625)) -8564 ((859,640),(859.1339745962156,640.5),(859.5,640.8660254037844),(860,641),(860.5,640.8660254037844),(860.8660254037844,640.5),(861,640),(860.8660254037844,639.5),(860.5,639.1339745962156),(860,639),(859.5,639.1339745962156),(859.1339745962156,639.5)) -8565 ((858,650),(858.2679491924312,651),(859,651.7320508075688),(860,652),(861,651.7320508075688),(861.7320508075688,651),(862,650),(861.7320508075688,649),(861,648.2679491924312),(860,648),(859,648.2679491924312),(858.2679491924312,649)) -8566 ((857,660),(857.4019237886466,661.5),(858.5,662.5980762113534),(860,663),(861.5,662.5980762113534),(862.5980762113533,661.5),(863,660),(862.5980762113534,658.5),(861.5,657.4019237886467),(860,657),(858.5,657.4019237886466),(857.4019237886467,658.5)) -8567 ((856,670),(856.5358983848622,672),(858,673.4641016151378),(860,674),(862,673.4641016151378),(863.4641016151378,672),(864,670),(863.4641016151378,668),(862,666.5358983848622),(860,666),(858,666.5358983848622),(856.5358983848622,668)) -8568 ((855,680),(855.6698729810778,682.5),(857.5,684.3301270189222),(860,685),(862.5,684.3301270189222),(864.3301270189222,682.5),(865,680),(864.3301270189222,677.5),(862.5,675.6698729810778),(860,675),(857.5,675.6698729810778),(855.6698729810778,677.5)) -8569 ((854,690),(854.8038475772934,693),(857,695.1961524227066),(860,696),(863,695.1961524227066),(865.1961524227066,693),(866,690),(865.1961524227066,687),(863,684.8038475772934),(860,684),(857,684.8038475772934),(854.8038475772934,687)) -8570 ((853,700),(853.937822173509,703.5),(856.5,706.062177826491),(860,707),(863.5,706.062177826491),(866.062177826491,703.5),(867,700),(866.062177826491,696.5),(863.5,693.937822173509),(860,693),(856.5,693.937822173509),(853.937822173509,696.5)) -8571 ((852,710),(853.0717967697245,714),(856,716.9282032302755),(860,718),(864,716.9282032302755),(866.9282032302755,714),(868,710),(866.9282032302755,706),(864,703.0717967697245),(860,702),(856,703.0717967697245),(853.0717967697245,706)) -8572 ((851,720),(852.2057713659401,724.5),(855.5,727.7942286340599),(860,729),(864.5,727.7942286340599),(867.7942286340599,724.5),(869,720),(867.79422863406,715.5),(864.5,712.2057713659401),(860,711),(855.5,712.20577136594),(852.2057713659401,715.5)) -8573 ((850,730),(851.3397459621556,735),(855,738.6602540378444),(860,740),(865,738.6602540378444),(868.6602540378444,735),(870,730),(868.6602540378444,725),(865,721.3397459621556),(860,720),(855,721.3397459621556),(851.3397459621556,725)) -8574 ((859,740),(859.1339745962156,740.5),(859.5,740.8660254037844),(860,741),(860.5,740.8660254037844),(860.8660254037844,740.5),(861,740),(860.8660254037844,739.5),(860.5,739.1339745962156),(860,739),(859.5,739.1339745962156),(859.1339745962156,739.5)) -8575 ((858,750),(858.2679491924312,751),(859,751.7320508075688),(860,752),(861,751.7320508075688),(861.7320508075688,751),(862,750),(861.7320508075688,749),(861,748.2679491924312),(860,748),(859,748.2679491924312),(858.2679491924312,749)) -8576 ((857,760),(857.4019237886466,761.5),(858.5,762.5980762113534),(860,763),(861.5,762.5980762113534),(862.5980762113533,761.5),(863,760),(862.5980762113534,758.5),(861.5,757.4019237886467),(860,757),(858.5,757.4019237886466),(857.4019237886467,758.5)) -8577 ((856,770),(856.5358983848622,772),(858,773.4641016151378),(860,774),(862,773.4641016151378),(863.4641016151378,772),(864,770),(863.4641016151378,768),(862,766.5358983848622),(860,766),(858,766.5358983848622),(856.5358983848622,768)) -8578 ((855,780),(855.6698729810778,782.5),(857.5,784.3301270189222),(860,785),(862.5,784.3301270189222),(864.3301270189222,782.5),(865,780),(864.3301270189222,777.5),(862.5,775.6698729810778),(860,775),(857.5,775.6698729810778),(855.6698729810778,777.5)) -8579 ((854,790),(854.8038475772934,793),(857,795.1961524227066),(860,796),(863,795.1961524227066),(865.1961524227066,793),(866,790),(865.1961524227066,787),(863,784.8038475772934),(860,784),(857,784.8038475772934),(854.8038475772934,787)) -8580 ((853,800),(853.937822173509,803.5),(856.5,806.062177826491),(860,807),(863.5,806.062177826491),(866.062177826491,803.5),(867,800),(866.062177826491,796.5),(863.5,793.937822173509),(860,793),(856.5,793.937822173509),(853.937822173509,796.5)) -8581 ((852,810),(853.0717967697245,814),(856,816.9282032302755),(860,818),(864,816.9282032302755),(866.9282032302755,814),(868,810),(866.9282032302755,806),(864,803.0717967697245),(860,802),(856,803.0717967697245),(853.0717967697245,806)) -8582 ((851,820),(852.2057713659401,824.5),(855.5,827.7942286340599),(860,829),(864.5,827.7942286340599),(867.7942286340599,824.5),(869,820),(867.79422863406,815.5),(864.5,812.2057713659401),(860,811),(855.5,812.20577136594),(852.2057713659401,815.5)) -8583 ((850,830),(851.3397459621556,835),(855,838.6602540378444),(860,840),(865,838.6602540378444),(868.6602540378444,835),(870,830),(868.6602540378444,825),(865,821.3397459621556),(860,820),(855,821.3397459621556),(851.3397459621556,825)) -8584 ((859,840),(859.1339745962156,840.5),(859.5,840.8660254037844),(860,841),(860.5,840.8660254037844),(860.8660254037844,840.5),(861,840),(860.8660254037844,839.5),(860.5,839.1339745962156),(860,839),(859.5,839.1339745962156),(859.1339745962156,839.5)) -8585 ((858,850),(858.2679491924312,851),(859,851.7320508075688),(860,852),(861,851.7320508075688),(861.7320508075688,851),(862,850),(861.7320508075688,849),(861,848.2679491924312),(860,848),(859,848.2679491924312),(858.2679491924312,849)) -8586 ((857,860),(857.4019237886466,861.5),(858.5,862.5980762113534),(860,863),(861.5,862.5980762113534),(862.5980762113533,861.5),(863,860),(862.5980762113534,858.5),(861.5,857.4019237886467),(860,857),(858.5,857.4019237886466),(857.4019237886467,858.5)) -8587 ((856,870),(856.5358983848622,872),(858,873.4641016151378),(860,874),(862,873.4641016151378),(863.4641016151378,872),(864,870),(863.4641016151378,868),(862,866.5358983848622),(860,866),(858,866.5358983848622),(856.5358983848622,868)) -8588 ((855,880),(855.6698729810778,882.5),(857.5,884.3301270189222),(860,885),(862.5,884.3301270189222),(864.3301270189222,882.5),(865,880),(864.3301270189222,877.5),(862.5,875.6698729810778),(860,875),(857.5,875.6698729810778),(855.6698729810778,877.5)) -8589 ((854,890),(854.8038475772934,893),(857,895.1961524227066),(860,896),(863,895.1961524227066),(865.1961524227066,893),(866,890),(865.1961524227066,887),(863,884.8038475772934),(860,884),(857,884.8038475772934),(854.8038475772934,887)) -8590 ((853,900),(853.937822173509,903.5),(856.5,906.062177826491),(860,907),(863.5,906.062177826491),(866.062177826491,903.5),(867,900),(866.062177826491,896.5),(863.5,893.937822173509),(860,893),(856.5,893.937822173509),(853.937822173509,896.5)) -8591 ((852,910),(853.0717967697245,914),(856,916.9282032302755),(860,918),(864,916.9282032302755),(866.9282032302755,914),(868,910),(866.9282032302755,906),(864,903.0717967697245),(860,902),(856,903.0717967697245),(853.0717967697245,906)) -8592 ((851,920),(852.2057713659401,924.5),(855.5,927.7942286340599),(860,929),(864.5,927.7942286340599),(867.7942286340599,924.5),(869,920),(867.79422863406,915.5),(864.5,912.2057713659401),(860,911),(855.5,912.20577136594),(852.2057713659401,915.5)) -8593 ((850,930),(851.3397459621556,935),(855,938.6602540378444),(860,940),(865,938.6602540378444),(868.6602540378444,935),(870,930),(868.6602540378444,925),(865,921.3397459621556),(860,920),(855,921.3397459621556),(851.3397459621556,925)) -8594 ((859,940),(859.1339745962156,940.5),(859.5,940.8660254037844),(860,941),(860.5,940.8660254037844),(860.8660254037844,940.5),(861,940),(860.8660254037844,939.5),(860.5,939.1339745962156),(860,939),(859.5,939.1339745962156),(859.1339745962156,939.5)) -8595 ((858,950),(858.2679491924312,951),(859,951.7320508075688),(860,952),(861,951.7320508075688),(861.7320508075688,951),(862,950),(861.7320508075688,949),(861,948.2679491924312),(860,948),(859,948.2679491924312),(858.2679491924312,949)) -8596 ((857,960),(857.4019237886466,961.5),(858.5,962.5980762113534),(860,963),(861.5,962.5980762113534),(862.5980762113533,961.5),(863,960),(862.5980762113534,958.5),(861.5,957.4019237886467),(860,957),(858.5,957.4019237886466),(857.4019237886467,958.5)) -8597 ((856,970),(856.5358983848622,972),(858,973.4641016151378),(860,974),(862,973.4641016151378),(863.4641016151378,972),(864,970),(863.4641016151378,968),(862,966.5358983848622),(860,966),(858,966.5358983848622),(856.5358983848622,968)) -8598 ((855,980),(855.6698729810778,982.5),(857.5,984.3301270189222),(860,985),(862.5,984.3301270189222),(864.3301270189222,982.5),(865,980),(864.3301270189222,977.5),(862.5,975.6698729810778),(860,975),(857.5,975.6698729810778),(855.6698729810778,977.5)) -8599 ((854,990),(854.8038475772934,993),(857,995.1961524227066),(860,996),(863,995.1961524227066),(865.1961524227066,993),(866,990),(865.1961524227066,987),(863,984.8038475772934),(860,984),(857,984.8038475772934),(854.8038475772934,987)) -8600 ((853,1000),(853.937822173509,1003.5),(856.5,1006.062177826491),(860,1007),(863.5,1006.062177826491),(866.062177826491,1003.5),(867,1000),(866.062177826491,996.5),(863.5,993.937822173509),(860,993),(856.5,993.937822173509),(853.937822173509,996.5)) -8601 ((861,10),(862.2057713659401,14.5),(865.5,17.794228634059948),(870,19),(874.5,17.794228634059948),(877.7942286340599,14.500000000000004),(879,10.000000000000002),(877.79422863406,5.500000000000003),(874.5,2.2057713659400537),(870,1),(865.5,2.2057713659400484),(862.2057713659401,5.4999999999999964)) -8602 ((860,20),(861.3397459621556,25),(865,28.660254037844386),(870,30),(875,28.66025403784439),(878.6602540378444,25.000000000000004),(880,20),(878.6602540378444,15.000000000000004),(875,11.339745962155614),(870,10),(865,11.33974596215561),(861.3397459621556,14.999999999999996)) -8603 ((869,30),(869.1339745962156,30.5),(869.5,30.866025403784437),(870,31),(870.5,30.866025403784437),(870.8660254037844,30.5),(871,30),(870.8660254037844,29.5),(870.5,29.133974596215563),(870,29),(869.5,29.133974596215563),(869.1339745962156,29.5)) -8604 ((868,40),(868.2679491924312,41),(869,41.732050807568875),(870,42),(871,41.732050807568875),(871.7320508075688,41),(872,40),(871.7320508075688,39),(871,38.267949192431125),(870,38),(869,38.267949192431125),(868.2679491924312,39)) -8605 ((867,50),(867.4019237886466,51.5),(868.5,52.598076211353316),(870,53),(871.5,52.598076211353316),(872.5980762113533,51.5),(873,50),(872.5980762113534,48.5),(871.5,47.401923788646684),(870,47),(868.5,47.401923788646684),(867.4019237886467,48.5)) -8606 ((866,60),(866.5358983848622,62),(868,63.46410161513776),(870,64),(872,63.46410161513776),(873.4641016151378,62),(874,60),(873.4641016151378,58),(872,56.53589838486224),(870,56),(868,56.53589838486224),(866.5358983848622,58)) -8607 ((865,70),(865.6698729810778,72.5),(867.5,74.3301270189222),(870,75),(872.5,74.3301270189222),(874.3301270189222,72.5),(875,70),(874.3301270189222,67.5),(872.5,65.6698729810778),(870,65),(867.5,65.6698729810778),(865.6698729810778,67.5)) -8608 ((864,80),(864.8038475772934,83),(867,85.19615242270663),(870,86),(873,85.19615242270663),(875.1961524227066,83),(876,80),(875.1961524227066,77),(873,74.80384757729337),(870,74),(867,74.80384757729337),(864.8038475772934,77)) -8609 ((863,90),(863.937822173509,93.5),(866.5,96.06217782649107),(870,97),(873.5,96.06217782649107),(876.062177826491,93.5),(877,90),(876.062177826491,86.5),(873.5,83.93782217350893),(870,83),(866.5,83.93782217350892),(863.937822173509,86.5)) -8610 ((862,100),(863.0717967697245,104),(866,106.92820323027551),(870,108),(874,106.92820323027551),(876.9282032302755,104),(878,100),(876.9282032302755,96),(874,93.07179676972449),(870,92),(866,93.07179676972449),(863.0717967697245,96)) -8611 ((861,110),(862.2057713659401,114.5),(865.5,117.79422863405995),(870,119),(874.5,117.79422863405995),(877.7942286340599,114.5),(879,110),(877.79422863406,105.5),(874.5,102.20577136594005),(870,101),(865.5,102.20577136594005),(862.2057713659401,105.5)) -8612 ((860,120),(861.3397459621556,125),(865,128.6602540378444),(870,130),(875,128.6602540378444),(878.6602540378444,125),(880,120),(878.6602540378444,115),(875,111.33974596215562),(870,110),(865,111.3397459621556),(861.3397459621556,115)) -8613 ((869,130),(869.1339745962156,130.5),(869.5,130.86602540378445),(870,131),(870.5,130.86602540378445),(870.8660254037844,130.5),(871,130),(870.8660254037844,129.5),(870.5,129.13397459621555),(870,129),(869.5,129.13397459621555),(869.1339745962156,129.5)) -8614 ((868,140),(868.2679491924312,141),(869,141.73205080756887),(870,142),(871,141.73205080756887),(871.7320508075688,141),(872,140),(871.7320508075688,139),(871,138.26794919243113),(870,138),(869,138.26794919243113),(868.2679491924312,139)) -8615 ((867,150),(867.4019237886466,151.5),(868.5,152.59807621135332),(870,153),(871.5,152.59807621135332),(872.5980762113533,151.5),(873,150),(872.5980762113534,148.5),(871.5,147.40192378864668),(870,147),(868.5,147.40192378864668),(867.4019237886467,148.5)) -8616 ((866,160),(866.5358983848622,162),(868,163.46410161513776),(870,164),(872,163.46410161513776),(873.4641016151378,162),(874,160),(873.4641016151378,158),(872,156.53589838486224),(870,156),(868,156.53589838486224),(866.5358983848622,158)) -8617 ((865,170),(865.6698729810778,172.5),(867.5,174.33012701892218),(870,175),(872.5,174.33012701892218),(874.3301270189222,172.5),(875,170),(874.3301270189222,167.5),(872.5,165.66987298107782),(870,165),(867.5,165.66987298107782),(865.6698729810778,167.5)) -8618 ((864,180),(864.8038475772934,183),(867,185.19615242270663),(870,186),(873,185.19615242270663),(875.1961524227066,183),(876,180),(875.1961524227066,177),(873,174.80384757729337),(870,174),(867,174.80384757729337),(864.8038475772934,177)) -8619 ((863,190),(863.937822173509,193.5),(866.5,196.06217782649108),(870,197),(873.5,196.06217782649108),(876.062177826491,193.5),(877,190),(876.062177826491,186.5),(873.5,183.93782217350892),(870,183),(866.5,183.93782217350892),(863.937822173509,186.5)) -8620 ((862,200),(863.0717967697245,204),(866,206.9282032302755),(870,208),(874,206.9282032302755),(876.9282032302755,204),(878,200),(876.9282032302755,196),(874,193.0717967697245),(870,192),(866,193.0717967697245),(863.0717967697245,196)) -8621 ((861,210),(862.2057713659401,214.5),(865.5,217.79422863405995),(870,219),(874.5,217.79422863405995),(877.7942286340599,214.5),(879,210),(877.79422863406,205.5),(874.5,202.20577136594005),(870,201),(865.5,202.20577136594005),(862.2057713659401,205.5)) -8622 ((860,220),(861.3397459621556,225),(865,228.6602540378444),(870,230),(875,228.6602540378444),(878.6602540378444,225),(880,220),(878.6602540378444,215),(875,211.3397459621556),(870,210),(865,211.3397459621556),(861.3397459621556,215)) -8623 ((869,230),(869.1339745962156,230.5),(869.5,230.86602540378445),(870,231),(870.5,230.86602540378445),(870.8660254037844,230.5),(871,230),(870.8660254037844,229.5),(870.5,229.13397459621555),(870,229),(869.5,229.13397459621555),(869.1339745962156,229.5)) -8624 ((868,240),(868.2679491924312,241),(869,241.73205080756887),(870,242),(871,241.73205080756887),(871.7320508075688,241),(872,240),(871.7320508075688,239),(871,238.26794919243113),(870,238),(869,238.26794919243113),(868.2679491924312,239)) -8625 ((867,250),(867.4019237886466,251.5),(868.5,252.59807621135332),(870,253),(871.5,252.59807621135332),(872.5980762113533,251.5),(873,250),(872.5980762113534,248.5),(871.5,247.40192378864668),(870,247),(868.5,247.40192378864668),(867.4019237886467,248.5)) -8626 ((866,260),(866.5358983848622,262),(868,263.46410161513774),(870,264),(872,263.46410161513774),(873.4641016151378,262),(874,260),(873.4641016151378,258),(872,256.53589838486226),(870,256),(868,256.53589838486226),(866.5358983848622,258)) -8627 ((865,270),(865.6698729810778,272.5),(867.5,274.3301270189222),(870,275),(872.5,274.3301270189222),(874.3301270189222,272.5),(875,270),(874.3301270189222,267.5),(872.5,265.6698729810778),(870,265),(867.5,265.6698729810778),(865.6698729810778,267.5)) -8628 ((864,280),(864.8038475772934,283),(867,285.19615242270663),(870,286),(873,285.19615242270663),(875.1961524227066,283),(876,280),(875.1961524227066,277),(873,274.80384757729337),(870,274),(867,274.80384757729337),(864.8038475772934,277)) -8629 ((863,290),(863.937822173509,293.5),(866.5,296.06217782649105),(870,297),(873.5,296.06217782649105),(876.062177826491,293.5),(877,290),(876.062177826491,286.5),(873.5,283.93782217350895),(870,283),(866.5,283.93782217350895),(863.937822173509,286.5)) -8630 ((862,300),(863.0717967697245,304),(866,306.9282032302755),(870,308),(874,306.9282032302755),(876.9282032302755,304),(878,300),(876.9282032302755,296),(874,293.0717967697245),(870,292),(866,293.0717967697245),(863.0717967697245,296)) -8631 ((861,310),(862.2057713659401,314.5),(865.5,317.79422863405995),(870,319),(874.5,317.79422863405995),(877.7942286340599,314.5),(879,310),(877.79422863406,305.5),(874.5,302.20577136594005),(870,301),(865.5,302.20577136594005),(862.2057713659401,305.5)) -8632 ((860,320),(861.3397459621556,325),(865,328.66025403784437),(870,330),(875,328.66025403784437),(878.6602540378444,325),(880,320),(878.6602540378444,315),(875,311.33974596215563),(870,310),(865,311.33974596215563),(861.3397459621556,315)) -8633 ((869,330),(869.1339745962156,330.5),(869.5,330.8660254037844),(870,331),(870.5,330.8660254037844),(870.8660254037844,330.5),(871,330),(870.8660254037844,329.5),(870.5,329.1339745962156),(870,329),(869.5,329.1339745962156),(869.1339745962156,329.5)) -8634 ((868,340),(868.2679491924312,341),(869,341.7320508075689),(870,342),(871,341.7320508075689),(871.7320508075688,341),(872,340),(871.7320508075688,339),(871,338.2679491924311),(870,338),(869,338.2679491924311),(868.2679491924312,339)) -8635 ((867,350),(867.4019237886466,351.5),(868.5,352.5980762113533),(870,353),(871.5,352.5980762113533),(872.5980762113533,351.5),(873,350),(872.5980762113534,348.5),(871.5,347.4019237886467),(870,347),(868.5,347.4019237886467),(867.4019237886467,348.5)) -8636 ((866,360),(866.5358983848622,362),(868,363.46410161513774),(870,364),(872,363.46410161513774),(873.4641016151378,362),(874,360),(873.4641016151378,358),(872,356.53589838486226),(870,356),(868,356.53589838486226),(866.5358983848622,358)) -8637 ((865,370),(865.6698729810778,372.5),(867.5,374.3301270189222),(870,375),(872.5,374.3301270189222),(874.3301270189222,372.5),(875,370),(874.3301270189222,367.5),(872.5,365.6698729810778),(870,365),(867.5,365.6698729810778),(865.6698729810778,367.5)) -8638 ((864,380),(864.8038475772934,383),(867,385.19615242270663),(870,386),(873,385.19615242270663),(875.1961524227066,383),(876,380),(875.1961524227066,377),(873,374.80384757729337),(870,374),(867,374.80384757729337),(864.8038475772934,377)) -8639 ((863,390),(863.937822173509,393.5),(866.5,396.06217782649105),(870,397),(873.5,396.06217782649105),(876.062177826491,393.5),(877,390),(876.062177826491,386.5),(873.5,383.93782217350895),(870,383),(866.5,383.93782217350895),(863.937822173509,386.5)) -8640 ((862,400),(863.0717967697245,404),(866,406.9282032302755),(870,408),(874,406.9282032302755),(876.9282032302755,404),(878,400),(876.9282032302755,396),(874,393.0717967697245),(870,392),(866,393.0717967697245),(863.0717967697245,396)) -8641 ((861,410),(862.2057713659401,414.5),(865.5,417.79422863405995),(870,419),(874.5,417.79422863405995),(877.7942286340599,414.5),(879,410),(877.79422863406,405.5),(874.5,402.20577136594005),(870,401),(865.5,402.20577136594005),(862.2057713659401,405.5)) -8642 ((860,420),(861.3397459621556,425),(865,428.66025403784437),(870,430),(875,428.66025403784437),(878.6602540378444,425),(880,420),(878.6602540378444,415),(875,411.33974596215563),(870,410),(865,411.33974596215563),(861.3397459621556,415)) -8643 ((869,430),(869.1339745962156,430.5),(869.5,430.8660254037844),(870,431),(870.5,430.8660254037844),(870.8660254037844,430.5),(871,430),(870.8660254037844,429.5),(870.5,429.1339745962156),(870,429),(869.5,429.1339745962156),(869.1339745962156,429.5)) -8644 ((868,440),(868.2679491924312,441),(869,441.7320508075689),(870,442),(871,441.7320508075689),(871.7320508075688,441),(872,440),(871.7320508075688,439),(871,438.2679491924311),(870,438),(869,438.2679491924311),(868.2679491924312,439)) -8645 ((867,450),(867.4019237886466,451.5),(868.5,452.5980762113533),(870,453),(871.5,452.5980762113533),(872.5980762113533,451.5),(873,450),(872.5980762113534,448.5),(871.5,447.4019237886467),(870,447),(868.5,447.4019237886467),(867.4019237886467,448.5)) -8646 ((866,460),(866.5358983848622,462),(868,463.46410161513774),(870,464),(872,463.46410161513774),(873.4641016151378,462),(874,460),(873.4641016151378,458),(872,456.53589838486226),(870,456),(868,456.53589838486226),(866.5358983848622,458)) -8647 ((865,470),(865.6698729810778,472.5),(867.5,474.3301270189222),(870,475),(872.5,474.3301270189222),(874.3301270189222,472.5),(875,470),(874.3301270189222,467.5),(872.5,465.6698729810778),(870,465),(867.5,465.6698729810778),(865.6698729810778,467.5)) -8648 ((864,480),(864.8038475772934,483),(867,485.19615242270663),(870,486),(873,485.19615242270663),(875.1961524227066,483),(876,480),(875.1961524227066,477),(873,474.80384757729337),(870,474),(867,474.80384757729337),(864.8038475772934,477)) -8649 ((863,490),(863.937822173509,493.5),(866.5,496.06217782649105),(870,497),(873.5,496.06217782649105),(876.062177826491,493.5),(877,490),(876.062177826491,486.5),(873.5,483.93782217350895),(870,483),(866.5,483.93782217350895),(863.937822173509,486.5)) -8650 ((862,500),(863.0717967697245,504),(866,506.9282032302755),(870,508),(874,506.9282032302755),(876.9282032302755,504),(878,500),(876.9282032302755,496),(874,493.0717967697245),(870,492),(866,493.0717967697245),(863.0717967697245,496)) -8651 ((861,510),(862.2057713659401,514.5),(865.5,517.7942286340599),(870,519),(874.5,517.7942286340599),(877.7942286340599,514.5),(879,510),(877.79422863406,505.5),(874.5,502.20577136594005),(870,501),(865.5,502.20577136594005),(862.2057713659401,505.5)) -8652 ((860,520),(861.3397459621556,525),(865,528.6602540378444),(870,530),(875,528.6602540378444),(878.6602540378444,525),(880,520),(878.6602540378444,515),(875,511.33974596215563),(870,510),(865,511.33974596215563),(861.3397459621556,515)) -8653 ((869,530),(869.1339745962156,530.5),(869.5,530.8660254037844),(870,531),(870.5,530.8660254037844),(870.8660254037844,530.5),(871,530),(870.8660254037844,529.5),(870.5,529.1339745962156),(870,529),(869.5,529.1339745962156),(869.1339745962156,529.5)) -8654 ((868,540),(868.2679491924312,541),(869,541.7320508075688),(870,542),(871,541.7320508075688),(871.7320508075688,541),(872,540),(871.7320508075688,539),(871,538.2679491924312),(870,538),(869,538.2679491924312),(868.2679491924312,539)) -8655 ((867,550),(867.4019237886466,551.5),(868.5,552.5980762113534),(870,553),(871.5,552.5980762113534),(872.5980762113533,551.5),(873,550),(872.5980762113534,548.5),(871.5,547.4019237886467),(870,547),(868.5,547.4019237886466),(867.4019237886467,548.5)) -8656 ((866,560),(866.5358983848622,562),(868,563.4641016151378),(870,564),(872,563.4641016151378),(873.4641016151378,562),(874,560),(873.4641016151378,558),(872,556.5358983848622),(870,556),(868,556.5358983848622),(866.5358983848622,558)) -8657 ((865,570),(865.6698729810778,572.5),(867.5,574.3301270189222),(870,575),(872.5,574.3301270189222),(874.3301270189222,572.5),(875,570),(874.3301270189222,567.5),(872.5,565.6698729810778),(870,565),(867.5,565.6698729810778),(865.6698729810778,567.5)) -8658 ((864,580),(864.8038475772934,583),(867,585.1961524227066),(870,586),(873,585.1961524227066),(875.1961524227066,583),(876,580),(875.1961524227066,577),(873,574.8038475772934),(870,574),(867,574.8038475772934),(864.8038475772934,577)) -8659 ((863,590),(863.937822173509,593.5),(866.5,596.062177826491),(870,597),(873.5,596.062177826491),(876.062177826491,593.5),(877,590),(876.062177826491,586.5),(873.5,583.937822173509),(870,583),(866.5,583.937822173509),(863.937822173509,586.5)) -8660 ((862,600),(863.0717967697245,604),(866,606.9282032302755),(870,608),(874,606.9282032302755),(876.9282032302755,604),(878,600),(876.9282032302755,596),(874,593.0717967697245),(870,592),(866,593.0717967697245),(863.0717967697245,596)) -8661 ((861,610),(862.2057713659401,614.5),(865.5,617.7942286340599),(870,619),(874.5,617.7942286340599),(877.7942286340599,614.5),(879,610),(877.79422863406,605.5),(874.5,602.2057713659401),(870,601),(865.5,602.20577136594),(862.2057713659401,605.5)) -8662 ((860,620),(861.3397459621556,625),(865,628.6602540378444),(870,630),(875,628.6602540378444),(878.6602540378444,625),(880,620),(878.6602540378444,615),(875,611.3397459621556),(870,610),(865,611.3397459621556),(861.3397459621556,615)) -8663 ((869,630),(869.1339745962156,630.5),(869.5,630.8660254037844),(870,631),(870.5,630.8660254037844),(870.8660254037844,630.5),(871,630),(870.8660254037844,629.5),(870.5,629.1339745962156),(870,629),(869.5,629.1339745962156),(869.1339745962156,629.5)) -8664 ((868,640),(868.2679491924312,641),(869,641.7320508075688),(870,642),(871,641.7320508075688),(871.7320508075688,641),(872,640),(871.7320508075688,639),(871,638.2679491924312),(870,638),(869,638.2679491924312),(868.2679491924312,639)) -8665 ((867,650),(867.4019237886466,651.5),(868.5,652.5980762113534),(870,653),(871.5,652.5980762113534),(872.5980762113533,651.5),(873,650),(872.5980762113534,648.5),(871.5,647.4019237886467),(870,647),(868.5,647.4019237886466),(867.4019237886467,648.5)) -8666 ((866,660),(866.5358983848622,662),(868,663.4641016151378),(870,664),(872,663.4641016151378),(873.4641016151378,662),(874,660),(873.4641016151378,658),(872,656.5358983848622),(870,656),(868,656.5358983848622),(866.5358983848622,658)) -8667 ((865,670),(865.6698729810778,672.5),(867.5,674.3301270189222),(870,675),(872.5,674.3301270189222),(874.3301270189222,672.5),(875,670),(874.3301270189222,667.5),(872.5,665.6698729810778),(870,665),(867.5,665.6698729810778),(865.6698729810778,667.5)) -8668 ((864,680),(864.8038475772934,683),(867,685.1961524227066),(870,686),(873,685.1961524227066),(875.1961524227066,683),(876,680),(875.1961524227066,677),(873,674.8038475772934),(870,674),(867,674.8038475772934),(864.8038475772934,677)) -8669 ((863,690),(863.937822173509,693.5),(866.5,696.062177826491),(870,697),(873.5,696.062177826491),(876.062177826491,693.5),(877,690),(876.062177826491,686.5),(873.5,683.937822173509),(870,683),(866.5,683.937822173509),(863.937822173509,686.5)) -8670 ((862,700),(863.0717967697245,704),(866,706.9282032302755),(870,708),(874,706.9282032302755),(876.9282032302755,704),(878,700),(876.9282032302755,696),(874,693.0717967697245),(870,692),(866,693.0717967697245),(863.0717967697245,696)) -8671 ((861,710),(862.2057713659401,714.5),(865.5,717.7942286340599),(870,719),(874.5,717.7942286340599),(877.7942286340599,714.5),(879,710),(877.79422863406,705.5),(874.5,702.2057713659401),(870,701),(865.5,702.20577136594),(862.2057713659401,705.5)) -8672 ((860,720),(861.3397459621556,725),(865,728.6602540378444),(870,730),(875,728.6602540378444),(878.6602540378444,725),(880,720),(878.6602540378444,715),(875,711.3397459621556),(870,710),(865,711.3397459621556),(861.3397459621556,715)) -8673 ((869,730),(869.1339745962156,730.5),(869.5,730.8660254037844),(870,731),(870.5,730.8660254037844),(870.8660254037844,730.5),(871,730),(870.8660254037844,729.5),(870.5,729.1339745962156),(870,729),(869.5,729.1339745962156),(869.1339745962156,729.5)) -8674 ((868,740),(868.2679491924312,741),(869,741.7320508075688),(870,742),(871,741.7320508075688),(871.7320508075688,741),(872,740),(871.7320508075688,739),(871,738.2679491924312),(870,738),(869,738.2679491924312),(868.2679491924312,739)) -8675 ((867,750),(867.4019237886466,751.5),(868.5,752.5980762113534),(870,753),(871.5,752.5980762113534),(872.5980762113533,751.5),(873,750),(872.5980762113534,748.5),(871.5,747.4019237886467),(870,747),(868.5,747.4019237886466),(867.4019237886467,748.5)) -8676 ((866,760),(866.5358983848622,762),(868,763.4641016151378),(870,764),(872,763.4641016151378),(873.4641016151378,762),(874,760),(873.4641016151378,758),(872,756.5358983848622),(870,756),(868,756.5358983848622),(866.5358983848622,758)) -8677 ((865,770),(865.6698729810778,772.5),(867.5,774.3301270189222),(870,775),(872.5,774.3301270189222),(874.3301270189222,772.5),(875,770),(874.3301270189222,767.5),(872.5,765.6698729810778),(870,765),(867.5,765.6698729810778),(865.6698729810778,767.5)) -8678 ((864,780),(864.8038475772934,783),(867,785.1961524227066),(870,786),(873,785.1961524227066),(875.1961524227066,783),(876,780),(875.1961524227066,777),(873,774.8038475772934),(870,774),(867,774.8038475772934),(864.8038475772934,777)) -8679 ((863,790),(863.937822173509,793.5),(866.5,796.062177826491),(870,797),(873.5,796.062177826491),(876.062177826491,793.5),(877,790),(876.062177826491,786.5),(873.5,783.937822173509),(870,783),(866.5,783.937822173509),(863.937822173509,786.5)) -8680 ((862,800),(863.0717967697245,804),(866,806.9282032302755),(870,808),(874,806.9282032302755),(876.9282032302755,804),(878,800),(876.9282032302755,796),(874,793.0717967697245),(870,792),(866,793.0717967697245),(863.0717967697245,796)) -8681 ((861,810),(862.2057713659401,814.5),(865.5,817.7942286340599),(870,819),(874.5,817.7942286340599),(877.7942286340599,814.5),(879,810),(877.79422863406,805.5),(874.5,802.2057713659401),(870,801),(865.5,802.20577136594),(862.2057713659401,805.5)) -8682 ((860,820),(861.3397459621556,825),(865,828.6602540378444),(870,830),(875,828.6602540378444),(878.6602540378444,825),(880,820),(878.6602540378444,815),(875,811.3397459621556),(870,810),(865,811.3397459621556),(861.3397459621556,815)) -8683 ((869,830),(869.1339745962156,830.5),(869.5,830.8660254037844),(870,831),(870.5,830.8660254037844),(870.8660254037844,830.5),(871,830),(870.8660254037844,829.5),(870.5,829.1339745962156),(870,829),(869.5,829.1339745962156),(869.1339745962156,829.5)) -8684 ((868,840),(868.2679491924312,841),(869,841.7320508075688),(870,842),(871,841.7320508075688),(871.7320508075688,841),(872,840),(871.7320508075688,839),(871,838.2679491924312),(870,838),(869,838.2679491924312),(868.2679491924312,839)) -8685 ((867,850),(867.4019237886466,851.5),(868.5,852.5980762113534),(870,853),(871.5,852.5980762113534),(872.5980762113533,851.5),(873,850),(872.5980762113534,848.5),(871.5,847.4019237886467),(870,847),(868.5,847.4019237886466),(867.4019237886467,848.5)) -8686 ((866,860),(866.5358983848622,862),(868,863.4641016151378),(870,864),(872,863.4641016151378),(873.4641016151378,862),(874,860),(873.4641016151378,858),(872,856.5358983848622),(870,856),(868,856.5358983848622),(866.5358983848622,858)) -8687 ((865,870),(865.6698729810778,872.5),(867.5,874.3301270189222),(870,875),(872.5,874.3301270189222),(874.3301270189222,872.5),(875,870),(874.3301270189222,867.5),(872.5,865.6698729810778),(870,865),(867.5,865.6698729810778),(865.6698729810778,867.5)) -8688 ((864,880),(864.8038475772934,883),(867,885.1961524227066),(870,886),(873,885.1961524227066),(875.1961524227066,883),(876,880),(875.1961524227066,877),(873,874.8038475772934),(870,874),(867,874.8038475772934),(864.8038475772934,877)) -8689 ((863,890),(863.937822173509,893.5),(866.5,896.062177826491),(870,897),(873.5,896.062177826491),(876.062177826491,893.5),(877,890),(876.062177826491,886.5),(873.5,883.937822173509),(870,883),(866.5,883.937822173509),(863.937822173509,886.5)) -8690 ((862,900),(863.0717967697245,904),(866,906.9282032302755),(870,908),(874,906.9282032302755),(876.9282032302755,904),(878,900),(876.9282032302755,896),(874,893.0717967697245),(870,892),(866,893.0717967697245),(863.0717967697245,896)) -8691 ((861,910),(862.2057713659401,914.5),(865.5,917.7942286340599),(870,919),(874.5,917.7942286340599),(877.7942286340599,914.5),(879,910),(877.79422863406,905.5),(874.5,902.2057713659401),(870,901),(865.5,902.20577136594),(862.2057713659401,905.5)) -8692 ((860,920),(861.3397459621556,925),(865,928.6602540378444),(870,930),(875,928.6602540378444),(878.6602540378444,925),(880,920),(878.6602540378444,915),(875,911.3397459621556),(870,910),(865,911.3397459621556),(861.3397459621556,915)) -8693 ((869,930),(869.1339745962156,930.5),(869.5,930.8660254037844),(870,931),(870.5,930.8660254037844),(870.8660254037844,930.5),(871,930),(870.8660254037844,929.5),(870.5,929.1339745962156),(870,929),(869.5,929.1339745962156),(869.1339745962156,929.5)) -8694 ((868,940),(868.2679491924312,941),(869,941.7320508075688),(870,942),(871,941.7320508075688),(871.7320508075688,941),(872,940),(871.7320508075688,939),(871,938.2679491924312),(870,938),(869,938.2679491924312),(868.2679491924312,939)) -8695 ((867,950),(867.4019237886466,951.5),(868.5,952.5980762113534),(870,953),(871.5,952.5980762113534),(872.5980762113533,951.5),(873,950),(872.5980762113534,948.5),(871.5,947.4019237886467),(870,947),(868.5,947.4019237886466),(867.4019237886467,948.5)) -8696 ((866,960),(866.5358983848622,962),(868,963.4641016151378),(870,964),(872,963.4641016151378),(873.4641016151378,962),(874,960),(873.4641016151378,958),(872,956.5358983848622),(870,956),(868,956.5358983848622),(866.5358983848622,958)) -8697 ((865,970),(865.6698729810778,972.5),(867.5,974.3301270189222),(870,975),(872.5,974.3301270189222),(874.3301270189222,972.5),(875,970),(874.3301270189222,967.5),(872.5,965.6698729810778),(870,965),(867.5,965.6698729810778),(865.6698729810778,967.5)) -8698 ((864,980),(864.8038475772934,983),(867,985.1961524227066),(870,986),(873,985.1961524227066),(875.1961524227066,983),(876,980),(875.1961524227066,977),(873,974.8038475772934),(870,974),(867,974.8038475772934),(864.8038475772934,977)) -8699 ((863,990),(863.937822173509,993.5),(866.5,996.062177826491),(870,997),(873.5,996.062177826491),(876.062177826491,993.5),(877,990),(876.062177826491,986.5),(873.5,983.937822173509),(870,983),(866.5,983.937822173509),(863.937822173509,986.5)) -8700 ((862,1000),(863.0717967697245,1004),(866,1006.9282032302755),(870,1008),(874,1006.9282032302755),(876.9282032302755,1004),(878,1000),(876.9282032302755,996),(874,993.0717967697245),(870,992),(866,993.0717967697245),(863.0717967697245,996)) -8701 ((870,10),(871.3397459621556,15),(875,18.660254037844386),(880,20),(885,18.66025403784439),(888.6602540378444,15.000000000000004),(890,10.000000000000002),(888.6602540378444,5.000000000000003),(885,1.3397459621556145),(880,0),(875,1.3397459621556091),(871.3397459621556,4.999999999999996)) -8702 ((879,20),(879.1339745962156,20.5),(879.5,20.866025403784437),(880,21),(880.5,20.866025403784437),(880.8660254037844,20.5),(881,20),(880.8660254037844,19.5),(880.5,19.133974596215563),(880,19),(879.5,19.133974596215563),(879.1339745962156,19.5)) -8703 ((878,30),(878.2679491924312,31),(879,31.73205080756888),(880,32),(881,31.73205080756888),(881.7320508075688,31),(882,30),(881.7320508075688,29),(881,28.26794919243112),(880,28),(879,28.26794919243112),(878.2679491924312,29)) -8704 ((877,40),(877.4019237886466,41.5),(878.5,42.598076211353316),(880,43),(881.5,42.598076211353316),(882.5980762113533,41.5),(883,40),(882.5980762113534,38.5),(881.5,37.401923788646684),(880,37),(878.5,37.401923788646684),(877.4019237886467,38.5)) -8705 ((876,50),(876.5358983848622,52),(878,53.46410161513776),(880,54),(882,53.46410161513776),(883.4641016151378,52),(884,50),(883.4641016151378,48),(882,46.53589838486224),(880,46),(878,46.53589838486224),(876.5358983848622,48)) -8706 ((875,60),(875.6698729810778,62.5),(877.5,64.3301270189222),(880,65),(882.5,64.3301270189222),(884.3301270189222,62.5),(885,60),(884.3301270189222,57.5),(882.5,55.66987298107781),(880,55),(877.5,55.6698729810778),(875.6698729810778,57.5)) -8707 ((874,70),(874.8038475772934,73),(877,75.19615242270663),(880,76),(883,75.19615242270663),(885.1961524227066,73),(886,70),(885.1961524227066,67),(883,64.80384757729337),(880,64),(877,64.80384757729337),(874.8038475772934,67)) -8708 ((873,80),(873.937822173509,83.5),(876.5,86.06217782649107),(880,87),(883.5,86.06217782649107),(886.062177826491,83.5),(887,80),(886.062177826491,76.5),(883.5,73.93782217350893),(880,73),(876.5,73.93782217350892),(873.937822173509,76.5)) -8709 ((872,90),(873.0717967697245,94),(876,96.92820323027551),(880,98),(884,96.92820323027551),(886.9282032302755,94),(888,90),(886.9282032302755,86),(884,83.07179676972449),(880,82),(876,83.07179676972449),(873.0717967697245,86)) -8710 ((871,100),(872.2057713659401,104.5),(875.5,107.79422863405995),(880,109),(884.5,107.79422863405995),(887.7942286340599,104.5),(889,100),(887.79422863406,95.5),(884.5,92.20577136594005),(880,91),(875.5,92.20577136594005),(872.2057713659401,95.5)) -8711 ((870,110),(871.3397459621556,115),(875,118.66025403784438),(880,120),(885,118.66025403784438),(888.6602540378444,115),(890,110),(888.6602540378444,105),(885,101.33974596215562),(880,100),(875,101.3397459621556),(871.3397459621556,105)) -8712 ((879,120),(879.1339745962156,120.5),(879.5,120.86602540378443),(880,121),(880.5,120.86602540378443),(880.8660254037844,120.5),(881,120),(880.8660254037844,119.5),(880.5,119.13397459621557),(880,119),(879.5,119.13397459621557),(879.1339745962156,119.5)) -8713 ((878,130),(878.2679491924312,131),(879,131.73205080756887),(880,132),(881,131.73205080756887),(881.7320508075688,131),(882,130),(881.7320508075688,129),(881,128.26794919243113),(880,128),(879,128.26794919243113),(878.2679491924312,129)) -8714 ((877,140),(877.4019237886466,141.5),(878.5,142.59807621135332),(880,143),(881.5,142.59807621135332),(882.5980762113533,141.5),(883,140),(882.5980762113534,138.5),(881.5,137.40192378864668),(880,137),(878.5,137.40192378864668),(877.4019237886467,138.5)) -8715 ((876,150),(876.5358983848622,152),(878,153.46410161513776),(880,154),(882,153.46410161513776),(883.4641016151378,152),(884,150),(883.4641016151378,148),(882,146.53589838486224),(880,146),(878,146.53589838486224),(876.5358983848622,148)) -8716 ((875,160),(875.6698729810778,162.5),(877.5,164.33012701892218),(880,165),(882.5,164.33012701892218),(884.3301270189222,162.5),(885,160),(884.3301270189222,157.5),(882.5,155.66987298107782),(880,155),(877.5,155.66987298107782),(875.6698729810778,157.5)) -8717 ((874,170),(874.8038475772934,173),(877,175.19615242270663),(880,176),(883,175.19615242270663),(885.1961524227066,173),(886,170),(885.1961524227066,167),(883,164.80384757729337),(880,164),(877,164.80384757729337),(874.8038475772934,167)) -8718 ((873,180),(873.937822173509,183.5),(876.5,186.06217782649108),(880,187),(883.5,186.06217782649108),(886.062177826491,183.5),(887,180),(886.062177826491,176.5),(883.5,173.93782217350892),(880,173),(876.5,173.93782217350892),(873.937822173509,176.5)) -8719 ((872,190),(873.0717967697245,194),(876,196.9282032302755),(880,198),(884,196.9282032302755),(886.9282032302755,194),(888,190),(886.9282032302755,186),(884,183.0717967697245),(880,182),(876,183.0717967697245),(873.0717967697245,186)) -8720 ((871,200),(872.2057713659401,204.5),(875.5,207.79422863405995),(880,209),(884.5,207.79422863405995),(887.7942286340599,204.5),(889,200),(887.79422863406,195.5),(884.5,192.20577136594005),(880,191),(875.5,192.20577136594005),(872.2057713659401,195.5)) -8721 ((870,210),(871.3397459621556,215),(875,218.6602540378444),(880,220),(885,218.6602540378444),(888.6602540378444,215),(890,210),(888.6602540378444,205),(885,201.3397459621556),(880,200),(875,201.3397459621556),(871.3397459621556,205)) -8722 ((879,220),(879.1339745962156,220.5),(879.5,220.86602540378445),(880,221),(880.5,220.86602540378445),(880.8660254037844,220.5),(881,220),(880.8660254037844,219.5),(880.5,219.13397459621555),(880,219),(879.5,219.13397459621555),(879.1339745962156,219.5)) -8723 ((878,230),(878.2679491924312,231),(879,231.73205080756887),(880,232),(881,231.73205080756887),(881.7320508075688,231),(882,230),(881.7320508075688,229),(881,228.26794919243113),(880,228),(879,228.26794919243113),(878.2679491924312,229)) -8724 ((877,240),(877.4019237886466,241.5),(878.5,242.59807621135332),(880,243),(881.5,242.59807621135332),(882.5980762113533,241.5),(883,240),(882.5980762113534,238.5),(881.5,237.40192378864668),(880,237),(878.5,237.40192378864668),(877.4019237886467,238.5)) -8725 ((876,250),(876.5358983848622,252),(878,253.46410161513776),(880,254),(882,253.46410161513776),(883.4641016151378,252),(884,250),(883.4641016151378,248),(882,246.53589838486224),(880,246),(878,246.53589838486224),(876.5358983848622,248)) -8726 ((875,260),(875.6698729810778,262.5),(877.5,264.3301270189222),(880,265),(882.5,264.3301270189222),(884.3301270189222,262.5),(885,260),(884.3301270189222,257.5),(882.5,255.66987298107782),(880,255),(877.5,255.66987298107782),(875.6698729810778,257.5)) -8727 ((874,270),(874.8038475772934,273),(877,275.19615242270663),(880,276),(883,275.19615242270663),(885.1961524227066,273),(886,270),(885.1961524227066,267),(883,264.80384757729337),(880,264),(877,264.80384757729337),(874.8038475772934,267)) -8728 ((873,280),(873.937822173509,283.5),(876.5,286.06217782649105),(880,287),(883.5,286.06217782649105),(886.062177826491,283.5),(887,280),(886.062177826491,276.5),(883.5,273.93782217350895),(880,273),(876.5,273.93782217350895),(873.937822173509,276.5)) -8729 ((872,290),(873.0717967697245,294),(876,296.9282032302755),(880,298),(884,296.9282032302755),(886.9282032302755,294),(888,290),(886.9282032302755,286),(884,283.0717967697245),(880,282),(876,283.0717967697245),(873.0717967697245,286)) -8730 ((871,300),(872.2057713659401,304.5),(875.5,307.79422863405995),(880,309),(884.5,307.79422863405995),(887.7942286340599,304.5),(889,300),(887.79422863406,295.5),(884.5,292.20577136594005),(880,291),(875.5,292.20577136594005),(872.2057713659401,295.5)) -8731 ((870,310),(871.3397459621556,315),(875,318.66025403784437),(880,320),(885,318.66025403784437),(888.6602540378444,315),(890,310),(888.6602540378444,305),(885,301.33974596215563),(880,300),(875,301.33974596215563),(871.3397459621556,305)) -8732 ((879,320),(879.1339745962156,320.5),(879.5,320.8660254037844),(880,321),(880.5,320.8660254037844),(880.8660254037844,320.5),(881,320),(880.8660254037844,319.5),(880.5,319.1339745962156),(880,319),(879.5,319.1339745962156),(879.1339745962156,319.5)) -8733 ((878,330),(878.2679491924312,331),(879,331.7320508075689),(880,332),(881,331.7320508075689),(881.7320508075688,331),(882,330),(881.7320508075688,329),(881,328.2679491924311),(880,328),(879,328.2679491924311),(878.2679491924312,329)) -8734 ((877,340),(877.4019237886466,341.5),(878.5,342.5980762113533),(880,343),(881.5,342.5980762113533),(882.5980762113533,341.5),(883,340),(882.5980762113534,338.5),(881.5,337.4019237886467),(880,337),(878.5,337.4019237886467),(877.4019237886467,338.5)) -8735 ((876,350),(876.5358983848622,352),(878,353.46410161513774),(880,354),(882,353.46410161513774),(883.4641016151378,352),(884,350),(883.4641016151378,348),(882,346.53589838486226),(880,346),(878,346.53589838486226),(876.5358983848622,348)) -8736 ((875,360),(875.6698729810778,362.5),(877.5,364.3301270189222),(880,365),(882.5,364.3301270189222),(884.3301270189222,362.5),(885,360),(884.3301270189222,357.5),(882.5,355.6698729810778),(880,355),(877.5,355.6698729810778),(875.6698729810778,357.5)) -8737 ((874,370),(874.8038475772934,373),(877,375.19615242270663),(880,376),(883,375.19615242270663),(885.1961524227066,373),(886,370),(885.1961524227066,367),(883,364.80384757729337),(880,364),(877,364.80384757729337),(874.8038475772934,367)) -8738 ((873,380),(873.937822173509,383.5),(876.5,386.06217782649105),(880,387),(883.5,386.06217782649105),(886.062177826491,383.5),(887,380),(886.062177826491,376.5),(883.5,373.93782217350895),(880,373),(876.5,373.93782217350895),(873.937822173509,376.5)) -8739 ((872,390),(873.0717967697245,394),(876,396.9282032302755),(880,398),(884,396.9282032302755),(886.9282032302755,394),(888,390),(886.9282032302755,386),(884,383.0717967697245),(880,382),(876,383.0717967697245),(873.0717967697245,386)) -8740 ((871,400),(872.2057713659401,404.5),(875.5,407.79422863405995),(880,409),(884.5,407.79422863405995),(887.7942286340599,404.5),(889,400),(887.79422863406,395.5),(884.5,392.20577136594005),(880,391),(875.5,392.20577136594005),(872.2057713659401,395.5)) -8741 ((870,410),(871.3397459621556,415),(875,418.66025403784437),(880,420),(885,418.66025403784437),(888.6602540378444,415),(890,410),(888.6602540378444,405),(885,401.33974596215563),(880,400),(875,401.33974596215563),(871.3397459621556,405)) -8742 ((879,420),(879.1339745962156,420.5),(879.5,420.8660254037844),(880,421),(880.5,420.8660254037844),(880.8660254037844,420.5),(881,420),(880.8660254037844,419.5),(880.5,419.1339745962156),(880,419),(879.5,419.1339745962156),(879.1339745962156,419.5)) -8743 ((878,430),(878.2679491924312,431),(879,431.7320508075689),(880,432),(881,431.7320508075689),(881.7320508075688,431),(882,430),(881.7320508075688,429),(881,428.2679491924311),(880,428),(879,428.2679491924311),(878.2679491924312,429)) -8744 ((877,440),(877.4019237886466,441.5),(878.5,442.5980762113533),(880,443),(881.5,442.5980762113533),(882.5980762113533,441.5),(883,440),(882.5980762113534,438.5),(881.5,437.4019237886467),(880,437),(878.5,437.4019237886467),(877.4019237886467,438.5)) -8745 ((876,450),(876.5358983848622,452),(878,453.46410161513774),(880,454),(882,453.46410161513774),(883.4641016151378,452),(884,450),(883.4641016151378,448),(882,446.53589838486226),(880,446),(878,446.53589838486226),(876.5358983848622,448)) -8746 ((875,460),(875.6698729810778,462.5),(877.5,464.3301270189222),(880,465),(882.5,464.3301270189222),(884.3301270189222,462.5),(885,460),(884.3301270189222,457.5),(882.5,455.6698729810778),(880,455),(877.5,455.6698729810778),(875.6698729810778,457.5)) -8747 ((874,470),(874.8038475772934,473),(877,475.19615242270663),(880,476),(883,475.19615242270663),(885.1961524227066,473),(886,470),(885.1961524227066,467),(883,464.80384757729337),(880,464),(877,464.80384757729337),(874.8038475772934,467)) -8748 ((873,480),(873.937822173509,483.5),(876.5,486.06217782649105),(880,487),(883.5,486.06217782649105),(886.062177826491,483.5),(887,480),(886.062177826491,476.5),(883.5,473.93782217350895),(880,473),(876.5,473.93782217350895),(873.937822173509,476.5)) -8749 ((872,490),(873.0717967697245,494),(876,496.9282032302755),(880,498),(884,496.9282032302755),(886.9282032302755,494),(888,490),(886.9282032302755,486),(884,483.0717967697245),(880,482),(876,483.0717967697245),(873.0717967697245,486)) -8750 ((871,500),(872.2057713659401,504.5),(875.5,507.79422863405995),(880,509),(884.5,507.79422863405995),(887.7942286340599,504.5),(889,500),(887.79422863406,495.5),(884.5,492.20577136594005),(880,491),(875.5,492.20577136594005),(872.2057713659401,495.5)) -8751 ((870,510),(871.3397459621556,515),(875,518.6602540378444),(880,520),(885,518.6602540378444),(888.6602540378444,515),(890,510),(888.6602540378444,505),(885,501.33974596215563),(880,500),(875,501.33974596215563),(871.3397459621556,505)) -8752 ((879,520),(879.1339745962156,520.5),(879.5,520.8660254037844),(880,521),(880.5,520.8660254037844),(880.8660254037844,520.5),(881,520),(880.8660254037844,519.5),(880.5,519.1339745962156),(880,519),(879.5,519.1339745962156),(879.1339745962156,519.5)) -8753 ((878,530),(878.2679491924312,531),(879,531.7320508075688),(880,532),(881,531.7320508075688),(881.7320508075688,531),(882,530),(881.7320508075688,529),(881,528.2679491924312),(880,528),(879,528.2679491924312),(878.2679491924312,529)) -8754 ((877,540),(877.4019237886466,541.5),(878.5,542.5980762113534),(880,543),(881.5,542.5980762113534),(882.5980762113533,541.5),(883,540),(882.5980762113534,538.5),(881.5,537.4019237886467),(880,537),(878.5,537.4019237886466),(877.4019237886467,538.5)) -8755 ((876,550),(876.5358983848622,552),(878,553.4641016151378),(880,554),(882,553.4641016151378),(883.4641016151378,552),(884,550),(883.4641016151378,548),(882,546.5358983848622),(880,546),(878,546.5358983848622),(876.5358983848622,548)) -8756 ((875,560),(875.6698729810778,562.5),(877.5,564.3301270189222),(880,565),(882.5,564.3301270189222),(884.3301270189222,562.5),(885,560),(884.3301270189222,557.5),(882.5,555.6698729810778),(880,555),(877.5,555.6698729810778),(875.6698729810778,557.5)) -8757 ((874,570),(874.8038475772934,573),(877,575.1961524227066),(880,576),(883,575.1961524227066),(885.1961524227066,573),(886,570),(885.1961524227066,567),(883,564.8038475772934),(880,564),(877,564.8038475772934),(874.8038475772934,567)) -8758 ((873,580),(873.937822173509,583.5),(876.5,586.062177826491),(880,587),(883.5,586.062177826491),(886.062177826491,583.5),(887,580),(886.062177826491,576.5),(883.5,573.937822173509),(880,573),(876.5,573.937822173509),(873.937822173509,576.5)) -8759 ((872,590),(873.0717967697245,594),(876,596.9282032302755),(880,598),(884,596.9282032302755),(886.9282032302755,594),(888,590),(886.9282032302755,586),(884,583.0717967697245),(880,582),(876,583.0717967697245),(873.0717967697245,586)) -8760 ((871,600),(872.2057713659401,604.5),(875.5,607.7942286340599),(880,609),(884.5,607.7942286340599),(887.7942286340599,604.5),(889,600),(887.79422863406,595.5),(884.5,592.2057713659401),(880,591),(875.5,592.20577136594),(872.2057713659401,595.5)) -8761 ((870,610),(871.3397459621556,615),(875,618.6602540378444),(880,620),(885,618.6602540378444),(888.6602540378444,615),(890,610),(888.6602540378444,605),(885,601.3397459621556),(880,600),(875,601.3397459621556),(871.3397459621556,605)) -8762 ((879,620),(879.1339745962156,620.5),(879.5,620.8660254037844),(880,621),(880.5,620.8660254037844),(880.8660254037844,620.5),(881,620),(880.8660254037844,619.5),(880.5,619.1339745962156),(880,619),(879.5,619.1339745962156),(879.1339745962156,619.5)) -8763 ((878,630),(878.2679491924312,631),(879,631.7320508075688),(880,632),(881,631.7320508075688),(881.7320508075688,631),(882,630),(881.7320508075688,629),(881,628.2679491924312),(880,628),(879,628.2679491924312),(878.2679491924312,629)) -8764 ((877,640),(877.4019237886466,641.5),(878.5,642.5980762113534),(880,643),(881.5,642.5980762113534),(882.5980762113533,641.5),(883,640),(882.5980762113534,638.5),(881.5,637.4019237886467),(880,637),(878.5,637.4019237886466),(877.4019237886467,638.5)) -8765 ((876,650),(876.5358983848622,652),(878,653.4641016151378),(880,654),(882,653.4641016151378),(883.4641016151378,652),(884,650),(883.4641016151378,648),(882,646.5358983848622),(880,646),(878,646.5358983848622),(876.5358983848622,648)) -8766 ((875,660),(875.6698729810778,662.5),(877.5,664.3301270189222),(880,665),(882.5,664.3301270189222),(884.3301270189222,662.5),(885,660),(884.3301270189222,657.5),(882.5,655.6698729810778),(880,655),(877.5,655.6698729810778),(875.6698729810778,657.5)) -8767 ((874,670),(874.8038475772934,673),(877,675.1961524227066),(880,676),(883,675.1961524227066),(885.1961524227066,673),(886,670),(885.1961524227066,667),(883,664.8038475772934),(880,664),(877,664.8038475772934),(874.8038475772934,667)) -8768 ((873,680),(873.937822173509,683.5),(876.5,686.062177826491),(880,687),(883.5,686.062177826491),(886.062177826491,683.5),(887,680),(886.062177826491,676.5),(883.5,673.937822173509),(880,673),(876.5,673.937822173509),(873.937822173509,676.5)) -8769 ((872,690),(873.0717967697245,694),(876,696.9282032302755),(880,698),(884,696.9282032302755),(886.9282032302755,694),(888,690),(886.9282032302755,686),(884,683.0717967697245),(880,682),(876,683.0717967697245),(873.0717967697245,686)) -8770 ((871,700),(872.2057713659401,704.5),(875.5,707.7942286340599),(880,709),(884.5,707.7942286340599),(887.7942286340599,704.5),(889,700),(887.79422863406,695.5),(884.5,692.2057713659401),(880,691),(875.5,692.20577136594),(872.2057713659401,695.5)) -8771 ((870,710),(871.3397459621556,715),(875,718.6602540378444),(880,720),(885,718.6602540378444),(888.6602540378444,715),(890,710),(888.6602540378444,705),(885,701.3397459621556),(880,700),(875,701.3397459621556),(871.3397459621556,705)) -8772 ((879,720),(879.1339745962156,720.5),(879.5,720.8660254037844),(880,721),(880.5,720.8660254037844),(880.8660254037844,720.5),(881,720),(880.8660254037844,719.5),(880.5,719.1339745962156),(880,719),(879.5,719.1339745962156),(879.1339745962156,719.5)) -8773 ((878,730),(878.2679491924312,731),(879,731.7320508075688),(880,732),(881,731.7320508075688),(881.7320508075688,731),(882,730),(881.7320508075688,729),(881,728.2679491924312),(880,728),(879,728.2679491924312),(878.2679491924312,729)) -8774 ((877,740),(877.4019237886466,741.5),(878.5,742.5980762113534),(880,743),(881.5,742.5980762113534),(882.5980762113533,741.5),(883,740),(882.5980762113534,738.5),(881.5,737.4019237886467),(880,737),(878.5,737.4019237886466),(877.4019237886467,738.5)) -8775 ((876,750),(876.5358983848622,752),(878,753.4641016151378),(880,754),(882,753.4641016151378),(883.4641016151378,752),(884,750),(883.4641016151378,748),(882,746.5358983848622),(880,746),(878,746.5358983848622),(876.5358983848622,748)) -8776 ((875,760),(875.6698729810778,762.5),(877.5,764.3301270189222),(880,765),(882.5,764.3301270189222),(884.3301270189222,762.5),(885,760),(884.3301270189222,757.5),(882.5,755.6698729810778),(880,755),(877.5,755.6698729810778),(875.6698729810778,757.5)) -8777 ((874,770),(874.8038475772934,773),(877,775.1961524227066),(880,776),(883,775.1961524227066),(885.1961524227066,773),(886,770),(885.1961524227066,767),(883,764.8038475772934),(880,764),(877,764.8038475772934),(874.8038475772934,767)) -8778 ((873,780),(873.937822173509,783.5),(876.5,786.062177826491),(880,787),(883.5,786.062177826491),(886.062177826491,783.5),(887,780),(886.062177826491,776.5),(883.5,773.937822173509),(880,773),(876.5,773.937822173509),(873.937822173509,776.5)) -8779 ((872,790),(873.0717967697245,794),(876,796.9282032302755),(880,798),(884,796.9282032302755),(886.9282032302755,794),(888,790),(886.9282032302755,786),(884,783.0717967697245),(880,782),(876,783.0717967697245),(873.0717967697245,786)) -8780 ((871,800),(872.2057713659401,804.5),(875.5,807.7942286340599),(880,809),(884.5,807.7942286340599),(887.7942286340599,804.5),(889,800),(887.79422863406,795.5),(884.5,792.2057713659401),(880,791),(875.5,792.20577136594),(872.2057713659401,795.5)) -8781 ((870,810),(871.3397459621556,815),(875,818.6602540378444),(880,820),(885,818.6602540378444),(888.6602540378444,815),(890,810),(888.6602540378444,805),(885,801.3397459621556),(880,800),(875,801.3397459621556),(871.3397459621556,805)) -8782 ((879,820),(879.1339745962156,820.5),(879.5,820.8660254037844),(880,821),(880.5,820.8660254037844),(880.8660254037844,820.5),(881,820),(880.8660254037844,819.5),(880.5,819.1339745962156),(880,819),(879.5,819.1339745962156),(879.1339745962156,819.5)) -8783 ((878,830),(878.2679491924312,831),(879,831.7320508075688),(880,832),(881,831.7320508075688),(881.7320508075688,831),(882,830),(881.7320508075688,829),(881,828.2679491924312),(880,828),(879,828.2679491924312),(878.2679491924312,829)) -8784 ((877,840),(877.4019237886466,841.5),(878.5,842.5980762113534),(880,843),(881.5,842.5980762113534),(882.5980762113533,841.5),(883,840),(882.5980762113534,838.5),(881.5,837.4019237886467),(880,837),(878.5,837.4019237886466),(877.4019237886467,838.5)) -8785 ((876,850),(876.5358983848622,852),(878,853.4641016151378),(880,854),(882,853.4641016151378),(883.4641016151378,852),(884,850),(883.4641016151378,848),(882,846.5358983848622),(880,846),(878,846.5358983848622),(876.5358983848622,848)) -8786 ((875,860),(875.6698729810778,862.5),(877.5,864.3301270189222),(880,865),(882.5,864.3301270189222),(884.3301270189222,862.5),(885,860),(884.3301270189222,857.5),(882.5,855.6698729810778),(880,855),(877.5,855.6698729810778),(875.6698729810778,857.5)) -8787 ((874,870),(874.8038475772934,873),(877,875.1961524227066),(880,876),(883,875.1961524227066),(885.1961524227066,873),(886,870),(885.1961524227066,867),(883,864.8038475772934),(880,864),(877,864.8038475772934),(874.8038475772934,867)) -8788 ((873,880),(873.937822173509,883.5),(876.5,886.062177826491),(880,887),(883.5,886.062177826491),(886.062177826491,883.5),(887,880),(886.062177826491,876.5),(883.5,873.937822173509),(880,873),(876.5,873.937822173509),(873.937822173509,876.5)) -8789 ((872,890),(873.0717967697245,894),(876,896.9282032302755),(880,898),(884,896.9282032302755),(886.9282032302755,894),(888,890),(886.9282032302755,886),(884,883.0717967697245),(880,882),(876,883.0717967697245),(873.0717967697245,886)) -8790 ((871,900),(872.2057713659401,904.5),(875.5,907.7942286340599),(880,909),(884.5,907.7942286340599),(887.7942286340599,904.5),(889,900),(887.79422863406,895.5),(884.5,892.2057713659401),(880,891),(875.5,892.20577136594),(872.2057713659401,895.5)) -8791 ((870,910),(871.3397459621556,915),(875,918.6602540378444),(880,920),(885,918.6602540378444),(888.6602540378444,915),(890,910),(888.6602540378444,905),(885,901.3397459621556),(880,900),(875,901.3397459621556),(871.3397459621556,905)) -8792 ((879,920),(879.1339745962156,920.5),(879.5,920.8660254037844),(880,921),(880.5,920.8660254037844),(880.8660254037844,920.5),(881,920),(880.8660254037844,919.5),(880.5,919.1339745962156),(880,919),(879.5,919.1339745962156),(879.1339745962156,919.5)) -8793 ((878,930),(878.2679491924312,931),(879,931.7320508075688),(880,932),(881,931.7320508075688),(881.7320508075688,931),(882,930),(881.7320508075688,929),(881,928.2679491924312),(880,928),(879,928.2679491924312),(878.2679491924312,929)) -8794 ((877,940),(877.4019237886466,941.5),(878.5,942.5980762113534),(880,943),(881.5,942.5980762113534),(882.5980762113533,941.5),(883,940),(882.5980762113534,938.5),(881.5,937.4019237886467),(880,937),(878.5,937.4019237886466),(877.4019237886467,938.5)) -8795 ((876,950),(876.5358983848622,952),(878,953.4641016151378),(880,954),(882,953.4641016151378),(883.4641016151378,952),(884,950),(883.4641016151378,948),(882,946.5358983848622),(880,946),(878,946.5358983848622),(876.5358983848622,948)) -8796 ((875,960),(875.6698729810778,962.5),(877.5,964.3301270189222),(880,965),(882.5,964.3301270189222),(884.3301270189222,962.5),(885,960),(884.3301270189222,957.5),(882.5,955.6698729810778),(880,955),(877.5,955.6698729810778),(875.6698729810778,957.5)) -8797 ((874,970),(874.8038475772934,973),(877,975.1961524227066),(880,976),(883,975.1961524227066),(885.1961524227066,973),(886,970),(885.1961524227066,967),(883,964.8038475772934),(880,964),(877,964.8038475772934),(874.8038475772934,967)) -8798 ((873,980),(873.937822173509,983.5),(876.5,986.062177826491),(880,987),(883.5,986.062177826491),(886.062177826491,983.5),(887,980),(886.062177826491,976.5),(883.5,973.937822173509),(880,973),(876.5,973.937822173509),(873.937822173509,976.5)) -8799 ((872,990),(873.0717967697245,994),(876,996.9282032302755),(880,998),(884,996.9282032302755),(886.9282032302755,994),(888,990),(886.9282032302755,986),(884,983.0717967697245),(880,982),(876,983.0717967697245),(873.0717967697245,986)) -8800 ((871,1000),(872.2057713659401,1004.5),(875.5,1007.7942286340599),(880,1009),(884.5,1007.7942286340599),(887.7942286340599,1004.5),(889,1000),(887.79422863406,995.5),(884.5,992.2057713659401),(880,991),(875.5,992.20577136594),(872.2057713659401,995.5)) -8801 ((889,10),(889.1339745962156,10.5),(889.5,10.86602540378444),(890,11),(890.5,10.86602540378444),(890.8660254037844,10.5),(891,10),(890.8660254037844,9.5),(890.5,9.13397459621556),(890,9),(889.5,9.13397459621556),(889.1339745962156,9.5)) -8802 ((888,20),(888.2679491924312,21),(889,21.73205080756888),(890,22),(891,21.73205080756888),(891.7320508075688,21),(892,20),(891.7320508075688,19),(891,18.26794919243112),(890,18),(889,18.26794919243112),(888.2679491924312,19)) -8803 ((887,30),(887.4019237886466,31.5),(888.5,32.598076211353316),(890,33),(891.5,32.598076211353316),(892.5980762113533,31.5),(893,30),(892.5980762113534,28.5),(891.5,27.401923788646684),(890,27),(888.5,27.401923788646684),(887.4019237886467,28.5)) -8804 ((886,40),(886.5358983848622,42),(888,43.46410161513776),(890,44),(892,43.46410161513776),(893.4641016151378,42),(894,40),(893.4641016151378,38),(892,36.53589838486224),(890,36),(888,36.53589838486224),(886.5358983848622,38)) -8805 ((885,50),(885.6698729810778,52.5),(887.5,54.33012701892219),(890,55),(892.5,54.33012701892219),(894.3301270189222,52.5),(895,50),(894.3301270189222,47.5),(892.5,45.66987298107781),(890,45),(887.5,45.6698729810778),(885.6698729810778,47.5)) -8806 ((884,60),(884.8038475772934,63),(887,65.19615242270663),(890,66),(893,65.19615242270663),(895.1961524227066,63),(896,60),(895.1961524227066,57),(893,54.80384757729337),(890,54),(887,54.80384757729337),(884.8038475772934,57)) -8807 ((883,70),(883.937822173509,73.5),(886.5,76.06217782649107),(890,77),(893.5,76.06217782649107),(896.062177826491,73.5),(897,70),(896.062177826491,66.5),(893.5,63.937822173508934),(890,63),(886.5,63.93782217350893),(883.937822173509,66.5)) -8808 ((882,80),(883.0717967697245,84),(886,86.92820323027551),(890,88),(894,86.92820323027551),(896.9282032302755,84),(898,80),(896.9282032302755,76),(894,73.07179676972449),(890,72),(886,73.07179676972449),(883.0717967697245,76)) -8809 ((881,90),(882.2057713659401,94.5),(885.5,97.79422863405995),(890,99),(894.5,97.79422863405995),(897.7942286340599,94.5),(899,90),(897.79422863406,85.5),(894.5,82.20577136594005),(890,81),(885.5,82.20577136594005),(882.2057713659401,85.5)) -8810 ((880,100),(881.3397459621556,105),(885,108.66025403784438),(890,110),(895,108.66025403784438),(898.6602540378444,105),(900,100),(898.6602540378444,95),(895,91.33974596215562),(890,90),(885,91.3397459621556),(881.3397459621556,95)) -8811 ((889,110),(889.1339745962156,110.5),(889.5,110.86602540378443),(890,111),(890.5,110.86602540378443),(890.8660254037844,110.5),(891,110),(890.8660254037844,109.5),(890.5,109.13397459621557),(890,109),(889.5,109.13397459621557),(889.1339745962156,109.5)) -8812 ((888,120),(888.2679491924312,121),(889,121.73205080756888),(890,122),(891,121.73205080756888),(891.7320508075688,121),(892,120),(891.7320508075688,119),(891,118.26794919243112),(890,118),(889,118.26794919243112),(888.2679491924312,119)) -8813 ((887,130),(887.4019237886466,131.5),(888.5,132.59807621135332),(890,133),(891.5,132.59807621135332),(892.5980762113533,131.5),(893,130),(892.5980762113534,128.5),(891.5,127.40192378864668),(890,127),(888.5,127.40192378864668),(887.4019237886467,128.5)) -8814 ((886,140),(886.5358983848622,142),(888,143.46410161513776),(890,144),(892,143.46410161513776),(893.4641016151378,142),(894,140),(893.4641016151378,138),(892,136.53589838486224),(890,136),(888,136.53589838486224),(886.5358983848622,138)) -8815 ((885,150),(885.6698729810778,152.5),(887.5,154.33012701892218),(890,155),(892.5,154.33012701892218),(894.3301270189222,152.5),(895,150),(894.3301270189222,147.5),(892.5,145.66987298107782),(890,145),(887.5,145.66987298107782),(885.6698729810778,147.5)) -8816 ((884,160),(884.8038475772934,163),(887,165.19615242270663),(890,166),(893,165.19615242270663),(895.1961524227066,163),(896,160),(895.1961524227066,157),(893,154.80384757729337),(890,154),(887,154.80384757729337),(884.8038475772934,157)) -8817 ((883,170),(883.937822173509,173.5),(886.5,176.06217782649108),(890,177),(893.5,176.06217782649108),(896.062177826491,173.5),(897,170),(896.062177826491,166.5),(893.5,163.93782217350892),(890,163),(886.5,163.93782217350892),(883.937822173509,166.5)) -8818 ((882,180),(883.0717967697245,184),(886,186.9282032302755),(890,188),(894,186.9282032302755),(896.9282032302755,184),(898,180),(896.9282032302755,176),(894,173.0717967697245),(890,172),(886,173.0717967697245),(883.0717967697245,176)) -8819 ((881,190),(882.2057713659401,194.5),(885.5,197.79422863405995),(890,199),(894.5,197.79422863405995),(897.7942286340599,194.5),(899,190),(897.79422863406,185.5),(894.5,182.20577136594005),(890,181),(885.5,182.20577136594005),(882.2057713659401,185.5)) -8820 ((880,200),(881.3397459621556,205),(885,208.6602540378444),(890,210),(895,208.6602540378444),(898.6602540378444,205),(900,200),(898.6602540378444,195),(895,191.3397459621556),(890,190),(885,191.3397459621556),(881.3397459621556,195)) -8821 ((889,210),(889.1339745962156,210.5),(889.5,210.86602540378445),(890,211),(890.5,210.86602540378445),(890.8660254037844,210.5),(891,210),(890.8660254037844,209.5),(890.5,209.13397459621555),(890,209),(889.5,209.13397459621555),(889.1339745962156,209.5)) -8822 ((888,220),(888.2679491924312,221),(889,221.73205080756887),(890,222),(891,221.73205080756887),(891.7320508075688,221),(892,220),(891.7320508075688,219),(891,218.26794919243113),(890,218),(889,218.26794919243113),(888.2679491924312,219)) -8823 ((887,230),(887.4019237886466,231.5),(888.5,232.59807621135332),(890,233),(891.5,232.59807621135332),(892.5980762113533,231.5),(893,230),(892.5980762113534,228.5),(891.5,227.40192378864668),(890,227),(888.5,227.40192378864668),(887.4019237886467,228.5)) -8824 ((886,240),(886.5358983848622,242),(888,243.46410161513776),(890,244),(892,243.46410161513776),(893.4641016151378,242),(894,240),(893.4641016151378,238),(892,236.53589838486224),(890,236),(888,236.53589838486224),(886.5358983848622,238)) -8825 ((885,250),(885.6698729810778,252.5),(887.5,254.33012701892218),(890,255),(892.5,254.33012701892218),(894.3301270189222,252.5),(895,250),(894.3301270189222,247.5),(892.5,245.66987298107782),(890,245),(887.5,245.66987298107782),(885.6698729810778,247.5)) -8826 ((884,260),(884.8038475772934,263),(887,265.19615242270663),(890,266),(893,265.19615242270663),(895.1961524227066,263),(896,260),(895.1961524227066,257),(893,254.80384757729337),(890,254),(887,254.80384757729337),(884.8038475772934,257)) -8827 ((883,270),(883.937822173509,273.5),(886.5,276.06217782649105),(890,277),(893.5,276.06217782649105),(896.062177826491,273.5),(897,270),(896.062177826491,266.5),(893.5,263.93782217350895),(890,263),(886.5,263.93782217350895),(883.937822173509,266.5)) -8828 ((882,280),(883.0717967697245,284),(886,286.9282032302755),(890,288),(894,286.9282032302755),(896.9282032302755,284),(898,280),(896.9282032302755,276),(894,273.0717967697245),(890,272),(886,273.0717967697245),(883.0717967697245,276)) -8829 ((881,290),(882.2057713659401,294.5),(885.5,297.79422863405995),(890,299),(894.5,297.79422863405995),(897.7942286340599,294.5),(899,290),(897.79422863406,285.5),(894.5,282.20577136594005),(890,281),(885.5,282.20577136594005),(882.2057713659401,285.5)) -8830 ((880,300),(881.3397459621556,305),(885,308.66025403784437),(890,310),(895,308.66025403784437),(898.6602540378444,305),(900,300),(898.6602540378444,295),(895,291.33974596215563),(890,290),(885,291.33974596215563),(881.3397459621556,295)) -8831 ((889,310),(889.1339745962156,310.5),(889.5,310.8660254037844),(890,311),(890.5,310.8660254037844),(890.8660254037844,310.5),(891,310),(890.8660254037844,309.5),(890.5,309.1339745962156),(890,309),(889.5,309.1339745962156),(889.1339745962156,309.5)) -8832 ((888,320),(888.2679491924312,321),(889,321.7320508075689),(890,322),(891,321.7320508075689),(891.7320508075688,321),(892,320),(891.7320508075688,319),(891,318.2679491924311),(890,318),(889,318.2679491924311),(888.2679491924312,319)) -8833 ((887,330),(887.4019237886466,331.5),(888.5,332.5980762113533),(890,333),(891.5,332.5980762113533),(892.5980762113533,331.5),(893,330),(892.5980762113534,328.5),(891.5,327.4019237886467),(890,327),(888.5,327.4019237886467),(887.4019237886467,328.5)) -8834 ((886,340),(886.5358983848622,342),(888,343.46410161513774),(890,344),(892,343.46410161513774),(893.4641016151378,342),(894,340),(893.4641016151378,338),(892,336.53589838486226),(890,336),(888,336.53589838486226),(886.5358983848622,338)) -8835 ((885,350),(885.6698729810778,352.5),(887.5,354.3301270189222),(890,355),(892.5,354.3301270189222),(894.3301270189222,352.5),(895,350),(894.3301270189222,347.5),(892.5,345.6698729810778),(890,345),(887.5,345.6698729810778),(885.6698729810778,347.5)) -8836 ((884,360),(884.8038475772934,363),(887,365.19615242270663),(890,366),(893,365.19615242270663),(895.1961524227066,363),(896,360),(895.1961524227066,357),(893,354.80384757729337),(890,354),(887,354.80384757729337),(884.8038475772934,357)) -8837 ((883,370),(883.937822173509,373.5),(886.5,376.06217782649105),(890,377),(893.5,376.06217782649105),(896.062177826491,373.5),(897,370),(896.062177826491,366.5),(893.5,363.93782217350895),(890,363),(886.5,363.93782217350895),(883.937822173509,366.5)) -8838 ((882,380),(883.0717967697245,384),(886,386.9282032302755),(890,388),(894,386.9282032302755),(896.9282032302755,384),(898,380),(896.9282032302755,376),(894,373.0717967697245),(890,372),(886,373.0717967697245),(883.0717967697245,376)) -8839 ((881,390),(882.2057713659401,394.5),(885.5,397.79422863405995),(890,399),(894.5,397.79422863405995),(897.7942286340599,394.5),(899,390),(897.79422863406,385.5),(894.5,382.20577136594005),(890,381),(885.5,382.20577136594005),(882.2057713659401,385.5)) -8840 ((880,400),(881.3397459621556,405),(885,408.66025403784437),(890,410),(895,408.66025403784437),(898.6602540378444,405),(900,400),(898.6602540378444,395),(895,391.33974596215563),(890,390),(885,391.33974596215563),(881.3397459621556,395)) -8841 ((889,410),(889.1339745962156,410.5),(889.5,410.8660254037844),(890,411),(890.5,410.8660254037844),(890.8660254037844,410.5),(891,410),(890.8660254037844,409.5),(890.5,409.1339745962156),(890,409),(889.5,409.1339745962156),(889.1339745962156,409.5)) -8842 ((888,420),(888.2679491924312,421),(889,421.7320508075689),(890,422),(891,421.7320508075689),(891.7320508075688,421),(892,420),(891.7320508075688,419),(891,418.2679491924311),(890,418),(889,418.2679491924311),(888.2679491924312,419)) -8843 ((887,430),(887.4019237886466,431.5),(888.5,432.5980762113533),(890,433),(891.5,432.5980762113533),(892.5980762113533,431.5),(893,430),(892.5980762113534,428.5),(891.5,427.4019237886467),(890,427),(888.5,427.4019237886467),(887.4019237886467,428.5)) -8844 ((886,440),(886.5358983848622,442),(888,443.46410161513774),(890,444),(892,443.46410161513774),(893.4641016151378,442),(894,440),(893.4641016151378,438),(892,436.53589838486226),(890,436),(888,436.53589838486226),(886.5358983848622,438)) -8845 ((885,450),(885.6698729810778,452.5),(887.5,454.3301270189222),(890,455),(892.5,454.3301270189222),(894.3301270189222,452.5),(895,450),(894.3301270189222,447.5),(892.5,445.6698729810778),(890,445),(887.5,445.6698729810778),(885.6698729810778,447.5)) -8846 ((884,460),(884.8038475772934,463),(887,465.19615242270663),(890,466),(893,465.19615242270663),(895.1961524227066,463),(896,460),(895.1961524227066,457),(893,454.80384757729337),(890,454),(887,454.80384757729337),(884.8038475772934,457)) -8847 ((883,470),(883.937822173509,473.5),(886.5,476.06217782649105),(890,477),(893.5,476.06217782649105),(896.062177826491,473.5),(897,470),(896.062177826491,466.5),(893.5,463.93782217350895),(890,463),(886.5,463.93782217350895),(883.937822173509,466.5)) -8848 ((882,480),(883.0717967697245,484),(886,486.9282032302755),(890,488),(894,486.9282032302755),(896.9282032302755,484),(898,480),(896.9282032302755,476),(894,473.0717967697245),(890,472),(886,473.0717967697245),(883.0717967697245,476)) -8849 ((881,490),(882.2057713659401,494.5),(885.5,497.79422863405995),(890,499),(894.5,497.79422863405995),(897.7942286340599,494.5),(899,490),(897.79422863406,485.5),(894.5,482.20577136594005),(890,481),(885.5,482.20577136594005),(882.2057713659401,485.5)) -8850 ((880,500),(881.3397459621556,505),(885,508.66025403784437),(890,510),(895,508.66025403784437),(898.6602540378444,505),(900,500),(898.6602540378444,495),(895,491.33974596215563),(890,490),(885,491.33974596215563),(881.3397459621556,495)) -8851 ((889,510),(889.1339745962156,510.5),(889.5,510.8660254037844),(890,511),(890.5,510.8660254037844),(890.8660254037844,510.5),(891,510),(890.8660254037844,509.5),(890.5,509.1339745962156),(890,509),(889.5,509.1339745962156),(889.1339745962156,509.5)) -8852 ((888,520),(888.2679491924312,521),(889,521.7320508075688),(890,522),(891,521.7320508075688),(891.7320508075688,521),(892,520),(891.7320508075688,519),(891,518.2679491924312),(890,518),(889,518.2679491924312),(888.2679491924312,519)) -8853 ((887,530),(887.4019237886466,531.5),(888.5,532.5980762113534),(890,533),(891.5,532.5980762113534),(892.5980762113533,531.5),(893,530),(892.5980762113534,528.5),(891.5,527.4019237886467),(890,527),(888.5,527.4019237886466),(887.4019237886467,528.5)) -8854 ((886,540),(886.5358983848622,542),(888,543.4641016151378),(890,544),(892,543.4641016151378),(893.4641016151378,542),(894,540),(893.4641016151378,538),(892,536.5358983848622),(890,536),(888,536.5358983848622),(886.5358983848622,538)) -8855 ((885,550),(885.6698729810778,552.5),(887.5,554.3301270189222),(890,555),(892.5,554.3301270189222),(894.3301270189222,552.5),(895,550),(894.3301270189222,547.5),(892.5,545.6698729810778),(890,545),(887.5,545.6698729810778),(885.6698729810778,547.5)) -8856 ((884,560),(884.8038475772934,563),(887,565.1961524227066),(890,566),(893,565.1961524227066),(895.1961524227066,563),(896,560),(895.1961524227066,557),(893,554.8038475772934),(890,554),(887,554.8038475772934),(884.8038475772934,557)) -8857 ((883,570),(883.937822173509,573.5),(886.5,576.062177826491),(890,577),(893.5,576.062177826491),(896.062177826491,573.5),(897,570),(896.062177826491,566.5),(893.5,563.937822173509),(890,563),(886.5,563.937822173509),(883.937822173509,566.5)) -8858 ((882,580),(883.0717967697245,584),(886,586.9282032302755),(890,588),(894,586.9282032302755),(896.9282032302755,584),(898,580),(896.9282032302755,576),(894,573.0717967697245),(890,572),(886,573.0717967697245),(883.0717967697245,576)) -8859 ((881,590),(882.2057713659401,594.5),(885.5,597.7942286340599),(890,599),(894.5,597.7942286340599),(897.7942286340599,594.5),(899,590),(897.79422863406,585.5),(894.5,582.2057713659401),(890,581),(885.5,582.20577136594),(882.2057713659401,585.5)) -8860 ((880,600),(881.3397459621556,605),(885,608.6602540378444),(890,610),(895,608.6602540378444),(898.6602540378444,605),(900,600),(898.6602540378444,595),(895,591.3397459621556),(890,590),(885,591.3397459621556),(881.3397459621556,595)) -8861 ((889,610),(889.1339745962156,610.5),(889.5,610.8660254037844),(890,611),(890.5,610.8660254037844),(890.8660254037844,610.5),(891,610),(890.8660254037844,609.5),(890.5,609.1339745962156),(890,609),(889.5,609.1339745962156),(889.1339745962156,609.5)) -8862 ((888,620),(888.2679491924312,621),(889,621.7320508075688),(890,622),(891,621.7320508075688),(891.7320508075688,621),(892,620),(891.7320508075688,619),(891,618.2679491924312),(890,618),(889,618.2679491924312),(888.2679491924312,619)) -8863 ((887,630),(887.4019237886466,631.5),(888.5,632.5980762113534),(890,633),(891.5,632.5980762113534),(892.5980762113533,631.5),(893,630),(892.5980762113534,628.5),(891.5,627.4019237886467),(890,627),(888.5,627.4019237886466),(887.4019237886467,628.5)) -8864 ((886,640),(886.5358983848622,642),(888,643.4641016151378),(890,644),(892,643.4641016151378),(893.4641016151378,642),(894,640),(893.4641016151378,638),(892,636.5358983848622),(890,636),(888,636.5358983848622),(886.5358983848622,638)) -8865 ((885,650),(885.6698729810778,652.5),(887.5,654.3301270189222),(890,655),(892.5,654.3301270189222),(894.3301270189222,652.5),(895,650),(894.3301270189222,647.5),(892.5,645.6698729810778),(890,645),(887.5,645.6698729810778),(885.6698729810778,647.5)) -8866 ((884,660),(884.8038475772934,663),(887,665.1961524227066),(890,666),(893,665.1961524227066),(895.1961524227066,663),(896,660),(895.1961524227066,657),(893,654.8038475772934),(890,654),(887,654.8038475772934),(884.8038475772934,657)) -8867 ((883,670),(883.937822173509,673.5),(886.5,676.062177826491),(890,677),(893.5,676.062177826491),(896.062177826491,673.5),(897,670),(896.062177826491,666.5),(893.5,663.937822173509),(890,663),(886.5,663.937822173509),(883.937822173509,666.5)) -8868 ((882,680),(883.0717967697245,684),(886,686.9282032302755),(890,688),(894,686.9282032302755),(896.9282032302755,684),(898,680),(896.9282032302755,676),(894,673.0717967697245),(890,672),(886,673.0717967697245),(883.0717967697245,676)) -8869 ((881,690),(882.2057713659401,694.5),(885.5,697.7942286340599),(890,699),(894.5,697.7942286340599),(897.7942286340599,694.5),(899,690),(897.79422863406,685.5),(894.5,682.2057713659401),(890,681),(885.5,682.20577136594),(882.2057713659401,685.5)) -8870 ((880,700),(881.3397459621556,705),(885,708.6602540378444),(890,710),(895,708.6602540378444),(898.6602540378444,705),(900,700),(898.6602540378444,695),(895,691.3397459621556),(890,690),(885,691.3397459621556),(881.3397459621556,695)) -8871 ((889,710),(889.1339745962156,710.5),(889.5,710.8660254037844),(890,711),(890.5,710.8660254037844),(890.8660254037844,710.5),(891,710),(890.8660254037844,709.5),(890.5,709.1339745962156),(890,709),(889.5,709.1339745962156),(889.1339745962156,709.5)) -8872 ((888,720),(888.2679491924312,721),(889,721.7320508075688),(890,722),(891,721.7320508075688),(891.7320508075688,721),(892,720),(891.7320508075688,719),(891,718.2679491924312),(890,718),(889,718.2679491924312),(888.2679491924312,719)) -8873 ((887,730),(887.4019237886466,731.5),(888.5,732.5980762113534),(890,733),(891.5,732.5980762113534),(892.5980762113533,731.5),(893,730),(892.5980762113534,728.5),(891.5,727.4019237886467),(890,727),(888.5,727.4019237886466),(887.4019237886467,728.5)) -8874 ((886,740),(886.5358983848622,742),(888,743.4641016151378),(890,744),(892,743.4641016151378),(893.4641016151378,742),(894,740),(893.4641016151378,738),(892,736.5358983848622),(890,736),(888,736.5358983848622),(886.5358983848622,738)) -8875 ((885,750),(885.6698729810778,752.5),(887.5,754.3301270189222),(890,755),(892.5,754.3301270189222),(894.3301270189222,752.5),(895,750),(894.3301270189222,747.5),(892.5,745.6698729810778),(890,745),(887.5,745.6698729810778),(885.6698729810778,747.5)) -8876 ((884,760),(884.8038475772934,763),(887,765.1961524227066),(890,766),(893,765.1961524227066),(895.1961524227066,763),(896,760),(895.1961524227066,757),(893,754.8038475772934),(890,754),(887,754.8038475772934),(884.8038475772934,757)) -8877 ((883,770),(883.937822173509,773.5),(886.5,776.062177826491),(890,777),(893.5,776.062177826491),(896.062177826491,773.5),(897,770),(896.062177826491,766.5),(893.5,763.937822173509),(890,763),(886.5,763.937822173509),(883.937822173509,766.5)) -8878 ((882,780),(883.0717967697245,784),(886,786.9282032302755),(890,788),(894,786.9282032302755),(896.9282032302755,784),(898,780),(896.9282032302755,776),(894,773.0717967697245),(890,772),(886,773.0717967697245),(883.0717967697245,776)) -8879 ((881,790),(882.2057713659401,794.5),(885.5,797.7942286340599),(890,799),(894.5,797.7942286340599),(897.7942286340599,794.5),(899,790),(897.79422863406,785.5),(894.5,782.2057713659401),(890,781),(885.5,782.20577136594),(882.2057713659401,785.5)) -8880 ((880,800),(881.3397459621556,805),(885,808.6602540378444),(890,810),(895,808.6602540378444),(898.6602540378444,805),(900,800),(898.6602540378444,795),(895,791.3397459621556),(890,790),(885,791.3397459621556),(881.3397459621556,795)) -8881 ((889,810),(889.1339745962156,810.5),(889.5,810.8660254037844),(890,811),(890.5,810.8660254037844),(890.8660254037844,810.5),(891,810),(890.8660254037844,809.5),(890.5,809.1339745962156),(890,809),(889.5,809.1339745962156),(889.1339745962156,809.5)) -8882 ((888,820),(888.2679491924312,821),(889,821.7320508075688),(890,822),(891,821.7320508075688),(891.7320508075688,821),(892,820),(891.7320508075688,819),(891,818.2679491924312),(890,818),(889,818.2679491924312),(888.2679491924312,819)) -8883 ((887,830),(887.4019237886466,831.5),(888.5,832.5980762113534),(890,833),(891.5,832.5980762113534),(892.5980762113533,831.5),(893,830),(892.5980762113534,828.5),(891.5,827.4019237886467),(890,827),(888.5,827.4019237886466),(887.4019237886467,828.5)) -8884 ((886,840),(886.5358983848622,842),(888,843.4641016151378),(890,844),(892,843.4641016151378),(893.4641016151378,842),(894,840),(893.4641016151378,838),(892,836.5358983848622),(890,836),(888,836.5358983848622),(886.5358983848622,838)) -8885 ((885,850),(885.6698729810778,852.5),(887.5,854.3301270189222),(890,855),(892.5,854.3301270189222),(894.3301270189222,852.5),(895,850),(894.3301270189222,847.5),(892.5,845.6698729810778),(890,845),(887.5,845.6698729810778),(885.6698729810778,847.5)) -8886 ((884,860),(884.8038475772934,863),(887,865.1961524227066),(890,866),(893,865.1961524227066),(895.1961524227066,863),(896,860),(895.1961524227066,857),(893,854.8038475772934),(890,854),(887,854.8038475772934),(884.8038475772934,857)) -8887 ((883,870),(883.937822173509,873.5),(886.5,876.062177826491),(890,877),(893.5,876.062177826491),(896.062177826491,873.5),(897,870),(896.062177826491,866.5),(893.5,863.937822173509),(890,863),(886.5,863.937822173509),(883.937822173509,866.5)) -8888 ((882,880),(883.0717967697245,884),(886,886.9282032302755),(890,888),(894,886.9282032302755),(896.9282032302755,884),(898,880),(896.9282032302755,876),(894,873.0717967697245),(890,872),(886,873.0717967697245),(883.0717967697245,876)) -8889 ((881,890),(882.2057713659401,894.5),(885.5,897.7942286340599),(890,899),(894.5,897.7942286340599),(897.7942286340599,894.5),(899,890),(897.79422863406,885.5),(894.5,882.2057713659401),(890,881),(885.5,882.20577136594),(882.2057713659401,885.5)) -8890 ((880,900),(881.3397459621556,905),(885,908.6602540378444),(890,910),(895,908.6602540378444),(898.6602540378444,905),(900,900),(898.6602540378444,895),(895,891.3397459621556),(890,890),(885,891.3397459621556),(881.3397459621556,895)) -8891 ((889,910),(889.1339745962156,910.5),(889.5,910.8660254037844),(890,911),(890.5,910.8660254037844),(890.8660254037844,910.5),(891,910),(890.8660254037844,909.5),(890.5,909.1339745962156),(890,909),(889.5,909.1339745962156),(889.1339745962156,909.5)) -8892 ((888,920),(888.2679491924312,921),(889,921.7320508075688),(890,922),(891,921.7320508075688),(891.7320508075688,921),(892,920),(891.7320508075688,919),(891,918.2679491924312),(890,918),(889,918.2679491924312),(888.2679491924312,919)) -8893 ((887,930),(887.4019237886466,931.5),(888.5,932.5980762113534),(890,933),(891.5,932.5980762113534),(892.5980762113533,931.5),(893,930),(892.5980762113534,928.5),(891.5,927.4019237886467),(890,927),(888.5,927.4019237886466),(887.4019237886467,928.5)) -8894 ((886,940),(886.5358983848622,942),(888,943.4641016151378),(890,944),(892,943.4641016151378),(893.4641016151378,942),(894,940),(893.4641016151378,938),(892,936.5358983848622),(890,936),(888,936.5358983848622),(886.5358983848622,938)) -8895 ((885,950),(885.6698729810778,952.5),(887.5,954.3301270189222),(890,955),(892.5,954.3301270189222),(894.3301270189222,952.5),(895,950),(894.3301270189222,947.5),(892.5,945.6698729810778),(890,945),(887.5,945.6698729810778),(885.6698729810778,947.5)) -8896 ((884,960),(884.8038475772934,963),(887,965.1961524227066),(890,966),(893,965.1961524227066),(895.1961524227066,963),(896,960),(895.1961524227066,957),(893,954.8038475772934),(890,954),(887,954.8038475772934),(884.8038475772934,957)) -8897 ((883,970),(883.937822173509,973.5),(886.5,976.062177826491),(890,977),(893.5,976.062177826491),(896.062177826491,973.5),(897,970),(896.062177826491,966.5),(893.5,963.937822173509),(890,963),(886.5,963.937822173509),(883.937822173509,966.5)) -8898 ((882,980),(883.0717967697245,984),(886,986.9282032302755),(890,988),(894,986.9282032302755),(896.9282032302755,984),(898,980),(896.9282032302755,976),(894,973.0717967697245),(890,972),(886,973.0717967697245),(883.0717967697245,976)) -8899 ((881,990),(882.2057713659401,994.5),(885.5,997.7942286340599),(890,999),(894.5,997.7942286340599),(897.7942286340599,994.5),(899,990),(897.79422863406,985.5),(894.5,982.2057713659401),(890,981),(885.5,982.20577136594),(882.2057713659401,985.5)) -8900 ((880,1000),(881.3397459621556,1005),(885,1008.6602540378444),(890,1010),(895,1008.6602540378444),(898.6602540378444,1005),(900,1000),(898.6602540378444,995),(895,991.3397459621556),(890,990),(885,991.3397459621556),(881.3397459621556,995)) -8901 ((898,10),(898.2679491924312,11),(899,11.732050807568877),(900,12),(901,11.732050807568877),(901.7320508075688,11),(902,10),(901.7320508075688,9),(901,8.267949192431123),(900,8),(899,8.267949192431121),(898.2679491924312,9)) -8902 ((897,20),(897.4019237886466,21.5),(898.5,22.598076211353316),(900,23),(901.5,22.598076211353316),(902.5980762113533,21.5),(903,20),(902.5980762113534,18.5),(901.5,17.401923788646684),(900,17),(898.5,17.401923788646684),(897.4019237886467,18.5)) -8903 ((896,30),(896.5358983848622,32),(898,33.46410161513776),(900,34),(902,33.46410161513776),(903.4641016151378,32),(904,30),(903.4641016151378,28),(902,26.535898384862247),(900,26),(898,26.535898384862243),(896.5358983848622,28)) -8904 ((895,40),(895.6698729810778,42.5),(897.5,44.33012701892219),(900,45),(902.5,44.33012701892219),(904.3301270189222,42.5),(905,40),(904.3301270189222,37.5),(902.5,35.66987298107781),(900,35),(897.5,35.6698729810778),(895.6698729810778,37.5)) -8905 ((894,50),(894.8038475772934,53),(897,55.19615242270663),(900,56),(903,55.19615242270663),(905.1961524227066,53),(906,50),(905.1961524227066,47),(903,44.80384757729337),(900,44),(897,44.80384757729337),(894.8038475772934,47)) -8906 ((893,60),(893.937822173509,63.5),(896.5,66.06217782649107),(900,67),(903.5,66.06217782649107),(906.062177826491,63.5),(907,60),(906.062177826491,56.5),(903.5,53.937822173508934),(900,53),(896.5,53.93782217350893),(893.937822173509,56.5)) -8907 ((892,70),(893.0717967697245,74),(896,76.92820323027551),(900,78),(904,76.92820323027551),(906.9282032302755,74),(908,70),(906.9282032302755,66),(904,63.07179676972449),(900,62),(896,63.071796769724486),(893.0717967697245,66)) -8908 ((891,80),(892.2057713659401,84.5),(895.5,87.79422863405995),(900,89),(904.5,87.79422863405995),(907.7942286340599,84.5),(909,80),(907.79422863406,75.5),(904.5,72.20577136594005),(900,71),(895.5,72.20577136594005),(892.2057713659401,75.5)) -8909 ((890,90),(891.3397459621556,95),(895,98.66025403784438),(900,100),(905,98.66025403784438),(908.6602540378444,95),(910,90),(908.6602540378444,85),(905,81.33974596215562),(900,80),(895,81.3397459621556),(891.3397459621556,85)) -8910 ((899,100),(899.1339745962156,100.5),(899.5,100.86602540378443),(900,101),(900.5,100.86602540378443),(900.8660254037844,100.5),(901,100),(900.8660254037844,99.5),(900.5,99.13397459621557),(900,99),(899.5,99.13397459621557),(899.1339745962156,99.5)) -8911 ((898,110),(898.2679491924312,111),(899,111.73205080756888),(900,112),(901,111.73205080756888),(901.7320508075688,111),(902,110),(901.7320508075688,109),(901,108.26794919243112),(900,108),(899,108.26794919243112),(898.2679491924312,109)) -8912 ((897,120),(897.4019237886466,121.5),(898.5,122.59807621135332),(900,123),(901.5,122.59807621135332),(902.5980762113533,121.5),(903,120),(902.5980762113534,118.5),(901.5,117.40192378864668),(900,117),(898.5,117.40192378864668),(897.4019237886467,118.5)) -8913 ((896,130),(896.5358983848622,132),(898,133.46410161513776),(900,134),(902,133.46410161513776),(903.4641016151378,132),(904,130),(903.4641016151378,128),(902,126.53589838486225),(900,126),(898,126.53589838486225),(896.5358983848622,128)) -8914 ((895,140),(895.6698729810778,142.5),(897.5,144.33012701892218),(900,145),(902.5,144.33012701892218),(904.3301270189222,142.5),(905,140),(904.3301270189222,137.5),(902.5,135.66987298107782),(900,135),(897.5,135.66987298107782),(895.6698729810778,137.5)) -8915 ((894,150),(894.8038475772934,153),(897,155.19615242270663),(900,156),(903,155.19615242270663),(905.1961524227066,153),(906,150),(905.1961524227066,147),(903,144.80384757729337),(900,144),(897,144.80384757729337),(894.8038475772934,147)) -8916 ((893,160),(893.937822173509,163.5),(896.5,166.06217782649108),(900,167),(903.5,166.06217782649108),(906.062177826491,163.5),(907,160),(906.062177826491,156.5),(903.5,153.93782217350892),(900,153),(896.5,153.93782217350892),(893.937822173509,156.5)) -8917 ((892,170),(893.0717967697245,174),(896,176.9282032302755),(900,178),(904,176.9282032302755),(906.9282032302755,174),(908,170),(906.9282032302755,166),(904,163.0717967697245),(900,162),(896,163.0717967697245),(893.0717967697245,166)) -8918 ((891,180),(892.2057713659401,184.5),(895.5,187.79422863405995),(900,189),(904.5,187.79422863405995),(907.7942286340599,184.5),(909,180),(907.79422863406,175.5),(904.5,172.20577136594005),(900,171),(895.5,172.20577136594005),(892.2057713659401,175.5)) -8919 ((890,190),(891.3397459621556,195),(895,198.6602540378444),(900,200),(905,198.6602540378444),(908.6602540378444,195),(910,190),(908.6602540378444,185),(905,181.3397459621556),(900,180),(895,181.3397459621556),(891.3397459621556,185)) -8920 ((899,200),(899.1339745962156,200.5),(899.5,200.86602540378445),(900,201),(900.5,200.86602540378445),(900.8660254037844,200.5),(901,200),(900.8660254037844,199.5),(900.5,199.13397459621555),(900,199),(899.5,199.13397459621555),(899.1339745962156,199.5)) -8921 ((898,210),(898.2679491924312,211),(899,211.73205080756887),(900,212),(901,211.73205080756887),(901.7320508075688,211),(902,210),(901.7320508075688,209),(901,208.26794919243113),(900,208),(899,208.26794919243113),(898.2679491924312,209)) -8922 ((897,220),(897.4019237886466,221.5),(898.5,222.59807621135332),(900,223),(901.5,222.59807621135332),(902.5980762113533,221.5),(903,220),(902.5980762113534,218.5),(901.5,217.40192378864668),(900,217),(898.5,217.40192378864668),(897.4019237886467,218.5)) -8923 ((896,230),(896.5358983848622,232),(898,233.46410161513776),(900,234),(902,233.46410161513776),(903.4641016151378,232),(904,230),(903.4641016151378,228),(902,226.53589838486224),(900,226),(898,226.53589838486224),(896.5358983848622,228)) -8924 ((895,240),(895.6698729810778,242.5),(897.5,244.33012701892218),(900,245),(902.5,244.33012701892218),(904.3301270189222,242.5),(905,240),(904.3301270189222,237.5),(902.5,235.66987298107782),(900,235),(897.5,235.66987298107782),(895.6698729810778,237.5)) -8925 ((894,250),(894.8038475772934,253),(897,255.19615242270663),(900,256),(903,255.19615242270663),(905.1961524227066,253),(906,250),(905.1961524227066,247),(903,244.80384757729337),(900,244),(897,244.80384757729337),(894.8038475772934,247)) -8926 ((893,260),(893.937822173509,263.5),(896.5,266.06217782649105),(900,267),(903.5,266.06217782649105),(906.062177826491,263.5),(907,260),(906.062177826491,256.5),(903.5,253.93782217350892),(900,253),(896.5,253.93782217350892),(893.937822173509,256.5)) -8927 ((892,270),(893.0717967697245,274),(896,276.9282032302755),(900,278),(904,276.9282032302755),(906.9282032302755,274),(908,270),(906.9282032302755,266),(904,263.0717967697245),(900,262),(896,263.0717967697245),(893.0717967697245,266)) -8928 ((891,280),(892.2057713659401,284.5),(895.5,287.79422863405995),(900,289),(904.5,287.79422863405995),(907.7942286340599,284.5),(909,280),(907.79422863406,275.5),(904.5,272.20577136594005),(900,271),(895.5,272.20577136594005),(892.2057713659401,275.5)) -8929 ((890,290),(891.3397459621556,295),(895,298.66025403784437),(900,300),(905,298.66025403784437),(908.6602540378444,295),(910,290),(908.6602540378444,285),(905,281.33974596215563),(900,280),(895,281.33974596215563),(891.3397459621556,285)) -8930 ((899,300),(899.1339745962156,300.5),(899.5,300.8660254037844),(900,301),(900.5,300.8660254037844),(900.8660254037844,300.5),(901,300),(900.8660254037844,299.5),(900.5,299.1339745962156),(900,299),(899.5,299.1339745962156),(899.1339745962156,299.5)) -8931 ((898,310),(898.2679491924312,311),(899,311.7320508075689),(900,312),(901,311.7320508075689),(901.7320508075688,311),(902,310),(901.7320508075688,309),(901,308.2679491924311),(900,308),(899,308.2679491924311),(898.2679491924312,309)) -8932 ((897,320),(897.4019237886466,321.5),(898.5,322.5980762113533),(900,323),(901.5,322.5980762113533),(902.5980762113533,321.5),(903,320),(902.5980762113534,318.5),(901.5,317.4019237886467),(900,317),(898.5,317.4019237886467),(897.4019237886467,318.5)) -8933 ((896,330),(896.5358983848622,332),(898,333.46410161513774),(900,334),(902,333.46410161513774),(903.4641016151378,332),(904,330),(903.4641016151378,328),(902,326.53589838486226),(900,326),(898,326.53589838486226),(896.5358983848622,328)) -8934 ((895,340),(895.6698729810778,342.5),(897.5,344.3301270189222),(900,345),(902.5,344.3301270189222),(904.3301270189222,342.5),(905,340),(904.3301270189222,337.5),(902.5,335.6698729810778),(900,335),(897.5,335.6698729810778),(895.6698729810778,337.5)) -8935 ((894,350),(894.8038475772934,353),(897,355.19615242270663),(900,356),(903,355.19615242270663),(905.1961524227066,353),(906,350),(905.1961524227066,347),(903,344.80384757729337),(900,344),(897,344.80384757729337),(894.8038475772934,347)) -8936 ((893,360),(893.937822173509,363.5),(896.5,366.06217782649105),(900,367),(903.5,366.06217782649105),(906.062177826491,363.5),(907,360),(906.062177826491,356.5),(903.5,353.93782217350895),(900,353),(896.5,353.93782217350895),(893.937822173509,356.5)) -8937 ((892,370),(893.0717967697245,374),(896,376.9282032302755),(900,378),(904,376.9282032302755),(906.9282032302755,374),(908,370),(906.9282032302755,366),(904,363.0717967697245),(900,362),(896,363.0717967697245),(893.0717967697245,366)) -8938 ((891,380),(892.2057713659401,384.5),(895.5,387.79422863405995),(900,389),(904.5,387.79422863405995),(907.7942286340599,384.5),(909,380),(907.79422863406,375.5),(904.5,372.20577136594005),(900,371),(895.5,372.20577136594005),(892.2057713659401,375.5)) -8939 ((890,390),(891.3397459621556,395),(895,398.66025403784437),(900,400),(905,398.66025403784437),(908.6602540378444,395),(910,390),(908.6602540378444,385),(905,381.33974596215563),(900,380),(895,381.33974596215563),(891.3397459621556,385)) -8940 ((899,400),(899.1339745962156,400.5),(899.5,400.8660254037844),(900,401),(900.5,400.8660254037844),(900.8660254037844,400.5),(901,400),(900.8660254037844,399.5),(900.5,399.1339745962156),(900,399),(899.5,399.1339745962156),(899.1339745962156,399.5)) -8941 ((898,410),(898.2679491924312,411),(899,411.7320508075689),(900,412),(901,411.7320508075689),(901.7320508075688,411),(902,410),(901.7320508075688,409),(901,408.2679491924311),(900,408),(899,408.2679491924311),(898.2679491924312,409)) -8942 ((897,420),(897.4019237886466,421.5),(898.5,422.5980762113533),(900,423),(901.5,422.5980762113533),(902.5980762113533,421.5),(903,420),(902.5980762113534,418.5),(901.5,417.4019237886467),(900,417),(898.5,417.4019237886467),(897.4019237886467,418.5)) -8943 ((896,430),(896.5358983848622,432),(898,433.46410161513774),(900,434),(902,433.46410161513774),(903.4641016151378,432),(904,430),(903.4641016151378,428),(902,426.53589838486226),(900,426),(898,426.53589838486226),(896.5358983848622,428)) -8944 ((895,440),(895.6698729810778,442.5),(897.5,444.3301270189222),(900,445),(902.5,444.3301270189222),(904.3301270189222,442.5),(905,440),(904.3301270189222,437.5),(902.5,435.6698729810778),(900,435),(897.5,435.6698729810778),(895.6698729810778,437.5)) -8945 ((894,450),(894.8038475772934,453),(897,455.19615242270663),(900,456),(903,455.19615242270663),(905.1961524227066,453),(906,450),(905.1961524227066,447),(903,444.80384757729337),(900,444),(897,444.80384757729337),(894.8038475772934,447)) -8946 ((893,460),(893.937822173509,463.5),(896.5,466.06217782649105),(900,467),(903.5,466.06217782649105),(906.062177826491,463.5),(907,460),(906.062177826491,456.5),(903.5,453.93782217350895),(900,453),(896.5,453.93782217350895),(893.937822173509,456.5)) -8947 ((892,470),(893.0717967697245,474),(896,476.9282032302755),(900,478),(904,476.9282032302755),(906.9282032302755,474),(908,470),(906.9282032302755,466),(904,463.0717967697245),(900,462),(896,463.0717967697245),(893.0717967697245,466)) -8948 ((891,480),(892.2057713659401,484.5),(895.5,487.79422863405995),(900,489),(904.5,487.79422863405995),(907.7942286340599,484.5),(909,480),(907.79422863406,475.5),(904.5,472.20577136594005),(900,471),(895.5,472.20577136594005),(892.2057713659401,475.5)) -8949 ((890,490),(891.3397459621556,495),(895,498.66025403784437),(900,500),(905,498.66025403784437),(908.6602540378444,495),(910,490),(908.6602540378444,485),(905,481.33974596215563),(900,480),(895,481.33974596215563),(891.3397459621556,485)) -8950 ((899,500),(899.1339745962156,500.5),(899.5,500.8660254037844),(900,501),(900.5,500.8660254037844),(900.8660254037844,500.5),(901,500),(900.8660254037844,499.5),(900.5,499.1339745962156),(900,499),(899.5,499.1339745962156),(899.1339745962156,499.5)) -8951 ((898,510),(898.2679491924312,511),(899,511.7320508075689),(900,512),(901,511.7320508075689),(901.7320508075688,511),(902,510),(901.7320508075688,509),(901,508.2679491924311),(900,508),(899,508.2679491924311),(898.2679491924312,509)) -8952 ((897,520),(897.4019237886466,521.5),(898.5,522.5980762113534),(900,523),(901.5,522.5980762113534),(902.5980762113533,521.5),(903,520),(902.5980762113534,518.5),(901.5,517.4019237886467),(900,517),(898.5,517.4019237886466),(897.4019237886467,518.5)) -8953 ((896,530),(896.5358983848622,532),(898,533.4641016151378),(900,534),(902,533.4641016151378),(903.4641016151378,532),(904,530),(903.4641016151378,528),(902,526.5358983848622),(900,526),(898,526.5358983848622),(896.5358983848622,528)) -8954 ((895,540),(895.6698729810778,542.5),(897.5,544.3301270189222),(900,545),(902.5,544.3301270189222),(904.3301270189222,542.5),(905,540),(904.3301270189222,537.5),(902.5,535.6698729810778),(900,535),(897.5,535.6698729810778),(895.6698729810778,537.5)) -8955 ((894,550),(894.8038475772934,553),(897,555.1961524227066),(900,556),(903,555.1961524227066),(905.1961524227066,553),(906,550),(905.1961524227066,547),(903,544.8038475772934),(900,544),(897,544.8038475772934),(894.8038475772934,547)) -8956 ((893,560),(893.937822173509,563.5),(896.5,566.062177826491),(900,567),(903.5,566.062177826491),(906.062177826491,563.5),(907,560),(906.062177826491,556.5),(903.5,553.937822173509),(900,553),(896.5,553.937822173509),(893.937822173509,556.5)) -8957 ((892,570),(893.0717967697245,574),(896,576.9282032302755),(900,578),(904,576.9282032302755),(906.9282032302755,574),(908,570),(906.9282032302755,566),(904,563.0717967697245),(900,562),(896,563.0717967697245),(893.0717967697245,566)) -8958 ((891,580),(892.2057713659401,584.5),(895.5,587.7942286340599),(900,589),(904.5,587.7942286340599),(907.7942286340599,584.5),(909,580),(907.79422863406,575.5),(904.5,572.2057713659401),(900,571),(895.5,572.20577136594),(892.2057713659401,575.5)) -8959 ((890,590),(891.3397459621556,595),(895,598.6602540378444),(900,600),(905,598.6602540378444),(908.6602540378444,595),(910,590),(908.6602540378444,585),(905,581.3397459621556),(900,580),(895,581.3397459621556),(891.3397459621556,585)) -8960 ((899,600),(899.1339745962156,600.5),(899.5,600.8660254037844),(900,601),(900.5,600.8660254037844),(900.8660254037844,600.5),(901,600),(900.8660254037844,599.5),(900.5,599.1339745962156),(900,599),(899.5,599.1339745962156),(899.1339745962156,599.5)) -8961 ((898,610),(898.2679491924312,611),(899,611.7320508075688),(900,612),(901,611.7320508075688),(901.7320508075688,611),(902,610),(901.7320508075688,609),(901,608.2679491924312),(900,608),(899,608.2679491924312),(898.2679491924312,609)) -8962 ((897,620),(897.4019237886466,621.5),(898.5,622.5980762113534),(900,623),(901.5,622.5980762113534),(902.5980762113533,621.5),(903,620),(902.5980762113534,618.5),(901.5,617.4019237886467),(900,617),(898.5,617.4019237886466),(897.4019237886467,618.5)) -8963 ((896,630),(896.5358983848622,632),(898,633.4641016151378),(900,634),(902,633.4641016151378),(903.4641016151378,632),(904,630),(903.4641016151378,628),(902,626.5358983848622),(900,626),(898,626.5358983848622),(896.5358983848622,628)) -8964 ((895,640),(895.6698729810778,642.5),(897.5,644.3301270189222),(900,645),(902.5,644.3301270189222),(904.3301270189222,642.5),(905,640),(904.3301270189222,637.5),(902.5,635.6698729810778),(900,635),(897.5,635.6698729810778),(895.6698729810778,637.5)) -8965 ((894,650),(894.8038475772934,653),(897,655.1961524227066),(900,656),(903,655.1961524227066),(905.1961524227066,653),(906,650),(905.1961524227066,647),(903,644.8038475772934),(900,644),(897,644.8038475772934),(894.8038475772934,647)) -8966 ((893,660),(893.937822173509,663.5),(896.5,666.062177826491),(900,667),(903.5,666.062177826491),(906.062177826491,663.5),(907,660),(906.062177826491,656.5),(903.5,653.937822173509),(900,653),(896.5,653.937822173509),(893.937822173509,656.5)) -8967 ((892,670),(893.0717967697245,674),(896,676.9282032302755),(900,678),(904,676.9282032302755),(906.9282032302755,674),(908,670),(906.9282032302755,666),(904,663.0717967697245),(900,662),(896,663.0717967697245),(893.0717967697245,666)) -8968 ((891,680),(892.2057713659401,684.5),(895.5,687.7942286340599),(900,689),(904.5,687.7942286340599),(907.7942286340599,684.5),(909,680),(907.79422863406,675.5),(904.5,672.2057713659401),(900,671),(895.5,672.20577136594),(892.2057713659401,675.5)) -8969 ((890,690),(891.3397459621556,695),(895,698.6602540378444),(900,700),(905,698.6602540378444),(908.6602540378444,695),(910,690),(908.6602540378444,685),(905,681.3397459621556),(900,680),(895,681.3397459621556),(891.3397459621556,685)) -8970 ((899,700),(899.1339745962156,700.5),(899.5,700.8660254037844),(900,701),(900.5,700.8660254037844),(900.8660254037844,700.5),(901,700),(900.8660254037844,699.5),(900.5,699.1339745962156),(900,699),(899.5,699.1339745962156),(899.1339745962156,699.5)) -8971 ((898,710),(898.2679491924312,711),(899,711.7320508075688),(900,712),(901,711.7320508075688),(901.7320508075688,711),(902,710),(901.7320508075688,709),(901,708.2679491924312),(900,708),(899,708.2679491924312),(898.2679491924312,709)) -8972 ((897,720),(897.4019237886466,721.5),(898.5,722.5980762113534),(900,723),(901.5,722.5980762113534),(902.5980762113533,721.5),(903,720),(902.5980762113534,718.5),(901.5,717.4019237886467),(900,717),(898.5,717.4019237886466),(897.4019237886467,718.5)) -8973 ((896,730),(896.5358983848622,732),(898,733.4641016151378),(900,734),(902,733.4641016151378),(903.4641016151378,732),(904,730),(903.4641016151378,728),(902,726.5358983848622),(900,726),(898,726.5358983848622),(896.5358983848622,728)) -8974 ((895,740),(895.6698729810778,742.5),(897.5,744.3301270189222),(900,745),(902.5,744.3301270189222),(904.3301270189222,742.5),(905,740),(904.3301270189222,737.5),(902.5,735.6698729810778),(900,735),(897.5,735.6698729810778),(895.6698729810778,737.5)) -8975 ((894,750),(894.8038475772934,753),(897,755.1961524227066),(900,756),(903,755.1961524227066),(905.1961524227066,753),(906,750),(905.1961524227066,747),(903,744.8038475772934),(900,744),(897,744.8038475772934),(894.8038475772934,747)) -8976 ((893,760),(893.937822173509,763.5),(896.5,766.062177826491),(900,767),(903.5,766.062177826491),(906.062177826491,763.5),(907,760),(906.062177826491,756.5),(903.5,753.937822173509),(900,753),(896.5,753.937822173509),(893.937822173509,756.5)) -8977 ((892,770),(893.0717967697245,774),(896,776.9282032302755),(900,778),(904,776.9282032302755),(906.9282032302755,774),(908,770),(906.9282032302755,766),(904,763.0717967697245),(900,762),(896,763.0717967697245),(893.0717967697245,766)) -8978 ((891,780),(892.2057713659401,784.5),(895.5,787.7942286340599),(900,789),(904.5,787.7942286340599),(907.7942286340599,784.5),(909,780),(907.79422863406,775.5),(904.5,772.2057713659401),(900,771),(895.5,772.20577136594),(892.2057713659401,775.5)) -8979 ((890,790),(891.3397459621556,795),(895,798.6602540378444),(900,800),(905,798.6602540378444),(908.6602540378444,795),(910,790),(908.6602540378444,785),(905,781.3397459621556),(900,780),(895,781.3397459621556),(891.3397459621556,785)) -8980 ((899,800),(899.1339745962156,800.5),(899.5,800.8660254037844),(900,801),(900.5,800.8660254037844),(900.8660254037844,800.5),(901,800),(900.8660254037844,799.5),(900.5,799.1339745962156),(900,799),(899.5,799.1339745962156),(899.1339745962156,799.5)) -8981 ((898,810),(898.2679491924312,811),(899,811.7320508075688),(900,812),(901,811.7320508075688),(901.7320508075688,811),(902,810),(901.7320508075688,809),(901,808.2679491924312),(900,808),(899,808.2679491924312),(898.2679491924312,809)) -8982 ((897,820),(897.4019237886466,821.5),(898.5,822.5980762113534),(900,823),(901.5,822.5980762113534),(902.5980762113533,821.5),(903,820),(902.5980762113534,818.5),(901.5,817.4019237886467),(900,817),(898.5,817.4019237886466),(897.4019237886467,818.5)) -8983 ((896,830),(896.5358983848622,832),(898,833.4641016151378),(900,834),(902,833.4641016151378),(903.4641016151378,832),(904,830),(903.4641016151378,828),(902,826.5358983848622),(900,826),(898,826.5358983848622),(896.5358983848622,828)) -8984 ((895,840),(895.6698729810778,842.5),(897.5,844.3301270189222),(900,845),(902.5,844.3301270189222),(904.3301270189222,842.5),(905,840),(904.3301270189222,837.5),(902.5,835.6698729810778),(900,835),(897.5,835.6698729810778),(895.6698729810778,837.5)) -8985 ((894,850),(894.8038475772934,853),(897,855.1961524227066),(900,856),(903,855.1961524227066),(905.1961524227066,853),(906,850),(905.1961524227066,847),(903,844.8038475772934),(900,844),(897,844.8038475772934),(894.8038475772934,847)) -8986 ((893,860),(893.937822173509,863.5),(896.5,866.062177826491),(900,867),(903.5,866.062177826491),(906.062177826491,863.5),(907,860),(906.062177826491,856.5),(903.5,853.937822173509),(900,853),(896.5,853.937822173509),(893.937822173509,856.5)) -8987 ((892,870),(893.0717967697245,874),(896,876.9282032302755),(900,878),(904,876.9282032302755),(906.9282032302755,874),(908,870),(906.9282032302755,866),(904,863.0717967697245),(900,862),(896,863.0717967697245),(893.0717967697245,866)) -8988 ((891,880),(892.2057713659401,884.5),(895.5,887.7942286340599),(900,889),(904.5,887.7942286340599),(907.7942286340599,884.5),(909,880),(907.79422863406,875.5),(904.5,872.2057713659401),(900,871),(895.5,872.20577136594),(892.2057713659401,875.5)) -8989 ((890,890),(891.3397459621556,895),(895,898.6602540378444),(900,900),(905,898.6602540378444),(908.6602540378444,895),(910,890),(908.6602540378444,885),(905,881.3397459621556),(900,880),(895,881.3397459621556),(891.3397459621556,885)) -8990 ((899,900),(899.1339745962156,900.5),(899.5,900.8660254037844),(900,901),(900.5,900.8660254037844),(900.8660254037844,900.5),(901,900),(900.8660254037844,899.5),(900.5,899.1339745962156),(900,899),(899.5,899.1339745962156),(899.1339745962156,899.5)) -8991 ((898,910),(898.2679491924312,911),(899,911.7320508075688),(900,912),(901,911.7320508075688),(901.7320508075688,911),(902,910),(901.7320508075688,909),(901,908.2679491924312),(900,908),(899,908.2679491924312),(898.2679491924312,909)) -8992 ((897,920),(897.4019237886466,921.5),(898.5,922.5980762113534),(900,923),(901.5,922.5980762113534),(902.5980762113533,921.5),(903,920),(902.5980762113534,918.5),(901.5,917.4019237886467),(900,917),(898.5,917.4019237886466),(897.4019237886467,918.5)) -8993 ((896,930),(896.5358983848622,932),(898,933.4641016151378),(900,934),(902,933.4641016151378),(903.4641016151378,932),(904,930),(903.4641016151378,928),(902,926.5358983848622),(900,926),(898,926.5358983848622),(896.5358983848622,928)) -8994 ((895,940),(895.6698729810778,942.5),(897.5,944.3301270189222),(900,945),(902.5,944.3301270189222),(904.3301270189222,942.5),(905,940),(904.3301270189222,937.5),(902.5,935.6698729810778),(900,935),(897.5,935.6698729810778),(895.6698729810778,937.5)) -8995 ((894,950),(894.8038475772934,953),(897,955.1961524227066),(900,956),(903,955.1961524227066),(905.1961524227066,953),(906,950),(905.1961524227066,947),(903,944.8038475772934),(900,944),(897,944.8038475772934),(894.8038475772934,947)) -8996 ((893,960),(893.937822173509,963.5),(896.5,966.062177826491),(900,967),(903.5,966.062177826491),(906.062177826491,963.5),(907,960),(906.062177826491,956.5),(903.5,953.937822173509),(900,953),(896.5,953.937822173509),(893.937822173509,956.5)) -8997 ((892,970),(893.0717967697245,974),(896,976.9282032302755),(900,978),(904,976.9282032302755),(906.9282032302755,974),(908,970),(906.9282032302755,966),(904,963.0717967697245),(900,962),(896,963.0717967697245),(893.0717967697245,966)) -8998 ((891,980),(892.2057713659401,984.5),(895.5,987.7942286340599),(900,989),(904.5,987.7942286340599),(907.7942286340599,984.5),(909,980),(907.79422863406,975.5),(904.5,972.2057713659401),(900,971),(895.5,972.20577136594),(892.2057713659401,975.5)) -8999 ((890,990),(891.3397459621556,995),(895,998.6602540378444),(900,1000),(905,998.6602540378444),(908.6602540378444,995),(910,990),(908.6602540378444,985),(905,981.3397459621556),(900,980),(895,981.3397459621556),(891.3397459621556,985)) -9000 ((899,1000),(899.1339745962156,1000.5),(899.5,1000.8660254037844),(900,1001),(900.5,1000.8660254037844),(900.8660254037844,1000.5),(901,1000),(900.8660254037844,999.5),(900.5,999.1339745962156),(900,999),(899.5,999.1339745962156),(899.1339745962156,999.5)) -9001 ((907,10),(907.4019237886466,11.5),(908.5,12.598076211353316),(910,13),(911.5,12.598076211353316),(912.5980762113533,11.5),(913,10),(912.5980762113534,8.5),(911.5,7.401923788646684),(910,7),(908.5,7.401923788646683),(907.4019237886467,8.499999999999998)) -9002 ((906,20),(906.5358983848622,22),(908,23.464101615137753),(910,24),(912,23.464101615137753),(913.4641016151378,22),(914,20),(913.4641016151378,18),(912,16.535898384862247),(910,16),(908,16.535898384862243),(906.5358983848622,18)) -9003 ((905,30),(905.6698729810778,32.5),(907.5,34.33012701892219),(910,35),(912.5,34.33012701892219),(914.3301270189222,32.5),(915,30),(914.3301270189222,27.5),(912.5,25.66987298107781),(910,25),(907.5,25.669872981077805),(905.6698729810778,27.499999999999996)) -9004 ((904,40),(904.8038475772934,43),(907,45.19615242270663),(910,46),(913,45.19615242270663),(915.1961524227066,43),(916,40),(915.1961524227066,37),(913,34.80384757729337),(910,34),(907,34.80384757729337),(904.8038475772934,37)) -9005 ((903,50),(903.937822173509,53.5),(906.5,56.06217782649107),(910,57),(913.5,56.06217782649107),(916.062177826491,53.5),(917,50),(916.062177826491,46.5),(913.5,43.937822173508934),(910,43),(906.5,43.93782217350893),(903.937822173509,46.5)) -9006 ((902,60),(903.0717967697245,64),(906,66.92820323027551),(910,68),(914,66.92820323027551),(916.9282032302755,64),(918,60),(916.9282032302755,56),(914,53.07179676972449),(910,52),(906,53.071796769724486),(903.0717967697245,56)) -9007 ((901,70),(902.2057713659401,74.5),(905.5,77.79422863405995),(910,79),(914.5,77.79422863405995),(917.7942286340599,74.5),(919,70),(917.79422863406,65.5),(914.5,62.20577136594005),(910,61),(905.5,62.20577136594005),(902.2057713659401,65.5)) -9008 ((900,80),(901.3397459621556,85),(905,88.66025403784438),(910,90),(915,88.66025403784438),(918.6602540378444,85),(920,80),(918.6602540378444,75),(915,71.33974596215562),(910,70),(905,71.3397459621556),(901.3397459621556,75)) -9009 ((909,90),(909.1339745962156,90.5),(909.5,90.86602540378443),(910,91),(910.5,90.86602540378443),(910.8660254037844,90.5),(911,90),(910.8660254037844,89.5),(910.5,89.13397459621557),(910,89),(909.5,89.13397459621557),(909.1339745962156,89.5)) -9010 ((908,100),(908.2679491924312,101),(909,101.73205080756888),(910,102),(911,101.73205080756888),(911.7320508075688,101),(912,100),(911.7320508075688,99),(911,98.26794919243112),(910,98),(909,98.26794919243112),(908.2679491924312,99)) -9011 ((907,110),(907.4019237886466,111.5),(908.5,112.59807621135332),(910,113),(911.5,112.59807621135332),(912.5980762113533,111.5),(913,110),(912.5980762113534,108.5),(911.5,107.40192378864668),(910,107),(908.5,107.40192378864668),(907.4019237886467,108.5)) -9012 ((906,120),(906.5358983848622,122),(908,123.46410161513775),(910,124),(912,123.46410161513775),(913.4641016151378,122),(914,120),(913.4641016151378,118),(912,116.53589838486225),(910,116),(908,116.53589838486225),(906.5358983848622,118)) -9013 ((905,130),(905.6698729810778,132.5),(907.5,134.33012701892218),(910,135),(912.5,134.33012701892218),(914.3301270189222,132.5),(915,130),(914.3301270189222,127.5),(912.5,125.6698729810778),(910,125),(907.5,125.6698729810778),(905.6698729810778,127.5)) -9014 ((904,140),(904.8038475772934,143),(907,145.19615242270663),(910,146),(913,145.19615242270663),(915.1961524227066,143),(916,140),(915.1961524227066,137),(913,134.80384757729337),(910,134),(907,134.80384757729337),(904.8038475772934,137)) -9015 ((903,150),(903.937822173509,153.5),(906.5,156.06217782649108),(910,157),(913.5,156.06217782649108),(916.062177826491,153.5),(917,150),(916.062177826491,146.5),(913.5,143.93782217350892),(910,143),(906.5,143.93782217350892),(903.937822173509,146.5)) -9016 ((902,160),(903.0717967697245,164),(906,166.9282032302755),(910,168),(914,166.9282032302755),(916.9282032302755,164),(918,160),(916.9282032302755,156),(914,153.0717967697245),(910,152),(906,153.0717967697245),(903.0717967697245,156)) -9017 ((901,170),(902.2057713659401,174.5),(905.5,177.79422863405995),(910,179),(914.5,177.79422863405995),(917.7942286340599,174.5),(919,170),(917.79422863406,165.5),(914.5,162.20577136594005),(910,161),(905.5,162.20577136594005),(902.2057713659401,165.5)) -9018 ((900,180),(901.3397459621556,185),(905,188.6602540378444),(910,190),(915,188.6602540378444),(918.6602540378444,185),(920,180),(918.6602540378444,175),(915,171.3397459621556),(910,170),(905,171.3397459621556),(901.3397459621556,175)) -9019 ((909,190),(909.1339745962156,190.5),(909.5,190.86602540378445),(910,191),(910.5,190.86602540378445),(910.8660254037844,190.5),(911,190),(910.8660254037844,189.5),(910.5,189.13397459621555),(910,189),(909.5,189.13397459621555),(909.1339745962156,189.5)) -9020 ((908,200),(908.2679491924312,201),(909,201.73205080756887),(910,202),(911,201.73205080756887),(911.7320508075688,201),(912,200),(911.7320508075688,199),(911,198.26794919243113),(910,198),(909,198.26794919243113),(908.2679491924312,199)) -9021 ((907,210),(907.4019237886466,211.5),(908.5,212.59807621135332),(910,213),(911.5,212.59807621135332),(912.5980762113533,211.5),(913,210),(912.5980762113534,208.5),(911.5,207.40192378864668),(910,207),(908.5,207.40192378864668),(907.4019237886467,208.5)) -9022 ((906,220),(906.5358983848622,222),(908,223.46410161513776),(910,224),(912,223.46410161513776),(913.4641016151378,222),(914,220),(913.4641016151378,218),(912,216.53589838486224),(910,216),(908,216.53589838486224),(906.5358983848622,218)) -9023 ((905,230),(905.6698729810778,232.5),(907.5,234.33012701892218),(910,235),(912.5,234.33012701892218),(914.3301270189222,232.5),(915,230),(914.3301270189222,227.5),(912.5,225.66987298107782),(910,225),(907.5,225.66987298107782),(905.6698729810778,227.5)) -9024 ((904,240),(904.8038475772934,243),(907,245.19615242270663),(910,246),(913,245.19615242270663),(915.1961524227066,243),(916,240),(915.1961524227066,237),(913,234.80384757729337),(910,234),(907,234.80384757729337),(904.8038475772934,237)) -9025 ((903,250),(903.937822173509,253.5),(906.5,256.06217782649105),(910,257),(913.5,256.06217782649105),(916.062177826491,253.5),(917,250),(916.062177826491,246.5),(913.5,243.93782217350892),(910,243),(906.5,243.93782217350892),(903.937822173509,246.5)) -9026 ((902,260),(903.0717967697245,264),(906,266.9282032302755),(910,268),(914,266.9282032302755),(916.9282032302755,264),(918,260),(916.9282032302755,256),(914,253.0717967697245),(910,252),(906,253.0717967697245),(903.0717967697245,256)) -9027 ((901,270),(902.2057713659401,274.5),(905.5,277.79422863405995),(910,279),(914.5,277.79422863405995),(917.7942286340599,274.5),(919,270),(917.79422863406,265.5),(914.5,262.20577136594005),(910,261),(905.5,262.20577136594005),(902.2057713659401,265.5)) -9028 ((900,280),(901.3397459621556,285),(905,288.66025403784437),(910,290),(915,288.66025403784437),(918.6602540378444,285),(920,280),(918.6602540378444,275),(915,271.33974596215563),(910,270),(905,271.33974596215563),(901.3397459621556,275)) -9029 ((909,290),(909.1339745962156,290.5),(909.5,290.8660254037844),(910,291),(910.5,290.8660254037844),(910.8660254037844,290.5),(911,290),(910.8660254037844,289.5),(910.5,289.1339745962156),(910,289),(909.5,289.1339745962156),(909.1339745962156,289.5)) -9030 ((908,300),(908.2679491924312,301),(909,301.7320508075689),(910,302),(911,301.7320508075689),(911.7320508075688,301),(912,300),(911.7320508075688,299),(911,298.2679491924311),(910,298),(909,298.2679491924311),(908.2679491924312,299)) -9031 ((907,310),(907.4019237886466,311.5),(908.5,312.5980762113533),(910,313),(911.5,312.5980762113533),(912.5980762113533,311.5),(913,310),(912.5980762113534,308.5),(911.5,307.4019237886467),(910,307),(908.5,307.4019237886467),(907.4019237886467,308.5)) -9032 ((906,320),(906.5358983848622,322),(908,323.46410161513774),(910,324),(912,323.46410161513774),(913.4641016151378,322),(914,320),(913.4641016151378,318),(912,316.53589838486226),(910,316),(908,316.53589838486226),(906.5358983848622,318)) -9033 ((905,330),(905.6698729810778,332.5),(907.5,334.3301270189222),(910,335),(912.5,334.3301270189222),(914.3301270189222,332.5),(915,330),(914.3301270189222,327.5),(912.5,325.6698729810778),(910,325),(907.5,325.6698729810778),(905.6698729810778,327.5)) -9034 ((904,340),(904.8038475772934,343),(907,345.19615242270663),(910,346),(913,345.19615242270663),(915.1961524227066,343),(916,340),(915.1961524227066,337),(913,334.80384757729337),(910,334),(907,334.80384757729337),(904.8038475772934,337)) -9035 ((903,350),(903.937822173509,353.5),(906.5,356.06217782649105),(910,357),(913.5,356.06217782649105),(916.062177826491,353.5),(917,350),(916.062177826491,346.5),(913.5,343.93782217350895),(910,343),(906.5,343.93782217350895),(903.937822173509,346.5)) -9036 ((902,360),(903.0717967697245,364),(906,366.9282032302755),(910,368),(914,366.9282032302755),(916.9282032302755,364),(918,360),(916.9282032302755,356),(914,353.0717967697245),(910,352),(906,353.0717967697245),(903.0717967697245,356)) -9037 ((901,370),(902.2057713659401,374.5),(905.5,377.79422863405995),(910,379),(914.5,377.79422863405995),(917.7942286340599,374.5),(919,370),(917.79422863406,365.5),(914.5,362.20577136594005),(910,361),(905.5,362.20577136594005),(902.2057713659401,365.5)) -9038 ((900,380),(901.3397459621556,385),(905,388.66025403784437),(910,390),(915,388.66025403784437),(918.6602540378444,385),(920,380),(918.6602540378444,375),(915,371.33974596215563),(910,370),(905,371.33974596215563),(901.3397459621556,375)) -9039 ((909,390),(909.1339745962156,390.5),(909.5,390.8660254037844),(910,391),(910.5,390.8660254037844),(910.8660254037844,390.5),(911,390),(910.8660254037844,389.5),(910.5,389.1339745962156),(910,389),(909.5,389.1339745962156),(909.1339745962156,389.5)) -9040 ((908,400),(908.2679491924312,401),(909,401.7320508075689),(910,402),(911,401.7320508075689),(911.7320508075688,401),(912,400),(911.7320508075688,399),(911,398.2679491924311),(910,398),(909,398.2679491924311),(908.2679491924312,399)) -9041 ((907,410),(907.4019237886466,411.5),(908.5,412.5980762113533),(910,413),(911.5,412.5980762113533),(912.5980762113533,411.5),(913,410),(912.5980762113534,408.5),(911.5,407.4019237886467),(910,407),(908.5,407.4019237886467),(907.4019237886467,408.5)) -9042 ((906,420),(906.5358983848622,422),(908,423.46410161513774),(910,424),(912,423.46410161513774),(913.4641016151378,422),(914,420),(913.4641016151378,418),(912,416.53589838486226),(910,416),(908,416.53589838486226),(906.5358983848622,418)) -9043 ((905,430),(905.6698729810778,432.5),(907.5,434.3301270189222),(910,435),(912.5,434.3301270189222),(914.3301270189222,432.5),(915,430),(914.3301270189222,427.5),(912.5,425.6698729810778),(910,425),(907.5,425.6698729810778),(905.6698729810778,427.5)) -9044 ((904,440),(904.8038475772934,443),(907,445.19615242270663),(910,446),(913,445.19615242270663),(915.1961524227066,443),(916,440),(915.1961524227066,437),(913,434.80384757729337),(910,434),(907,434.80384757729337),(904.8038475772934,437)) -9045 ((903,450),(903.937822173509,453.5),(906.5,456.06217782649105),(910,457),(913.5,456.06217782649105),(916.062177826491,453.5),(917,450),(916.062177826491,446.5),(913.5,443.93782217350895),(910,443),(906.5,443.93782217350895),(903.937822173509,446.5)) -9046 ((902,460),(903.0717967697245,464),(906,466.9282032302755),(910,468),(914,466.9282032302755),(916.9282032302755,464),(918,460),(916.9282032302755,456),(914,453.0717967697245),(910,452),(906,453.0717967697245),(903.0717967697245,456)) -9047 ((901,470),(902.2057713659401,474.5),(905.5,477.79422863405995),(910,479),(914.5,477.79422863405995),(917.7942286340599,474.5),(919,470),(917.79422863406,465.5),(914.5,462.20577136594005),(910,461),(905.5,462.20577136594005),(902.2057713659401,465.5)) -9048 ((900,480),(901.3397459621556,485),(905,488.66025403784437),(910,490),(915,488.66025403784437),(918.6602540378444,485),(920,480),(918.6602540378444,475),(915,471.33974596215563),(910,470),(905,471.33974596215563),(901.3397459621556,475)) -9049 ((909,490),(909.1339745962156,490.5),(909.5,490.8660254037844),(910,491),(910.5,490.8660254037844),(910.8660254037844,490.5),(911,490),(910.8660254037844,489.5),(910.5,489.1339745962156),(910,489),(909.5,489.1339745962156),(909.1339745962156,489.5)) -9050 ((908,500),(908.2679491924312,501),(909,501.7320508075689),(910,502),(911,501.7320508075689),(911.7320508075688,501),(912,500),(911.7320508075688,499),(911,498.2679491924311),(910,498),(909,498.2679491924311),(908.2679491924312,499)) -9051 ((907,510),(907.4019237886466,511.5),(908.5,512.5980762113534),(910,513),(911.5,512.5980762113534),(912.5980762113533,511.5),(913,510),(912.5980762113534,508.5),(911.5,507.4019237886467),(910,507),(908.5,507.4019237886467),(907.4019237886467,508.5)) -9052 ((906,520),(906.5358983848622,522),(908,523.4641016151378),(910,524),(912,523.4641016151378),(913.4641016151378,522),(914,520),(913.4641016151378,518),(912,516.5358983848622),(910,516),(908,516.5358983848622),(906.5358983848622,518)) -9053 ((905,530),(905.6698729810778,532.5),(907.5,534.3301270189222),(910,535),(912.5,534.3301270189222),(914.3301270189222,532.5),(915,530),(914.3301270189222,527.5),(912.5,525.6698729810778),(910,525),(907.5,525.6698729810778),(905.6698729810778,527.5)) -9054 ((904,540),(904.8038475772934,543),(907,545.1961524227066),(910,546),(913,545.1961524227066),(915.1961524227066,543),(916,540),(915.1961524227066,537),(913,534.8038475772934),(910,534),(907,534.8038475772934),(904.8038475772934,537)) -9055 ((903,550),(903.937822173509,553.5),(906.5,556.062177826491),(910,557),(913.5,556.062177826491),(916.062177826491,553.5),(917,550),(916.062177826491,546.5),(913.5,543.937822173509),(910,543),(906.5,543.937822173509),(903.937822173509,546.5)) -9056 ((902,560),(903.0717967697245,564),(906,566.9282032302755),(910,568),(914,566.9282032302755),(916.9282032302755,564),(918,560),(916.9282032302755,556),(914,553.0717967697245),(910,552),(906,553.0717967697245),(903.0717967697245,556)) -9057 ((901,570),(902.2057713659401,574.5),(905.5,577.7942286340599),(910,579),(914.5,577.7942286340599),(917.7942286340599,574.5),(919,570),(917.79422863406,565.5),(914.5,562.2057713659401),(910,561),(905.5,562.20577136594),(902.2057713659401,565.5)) -9058 ((900,580),(901.3397459621556,585),(905,588.6602540378444),(910,590),(915,588.6602540378444),(918.6602540378444,585),(920,580),(918.6602540378444,575),(915,571.3397459621556),(910,570),(905,571.3397459621556),(901.3397459621556,575)) -9059 ((909,590),(909.1339745962156,590.5),(909.5,590.8660254037844),(910,591),(910.5,590.8660254037844),(910.8660254037844,590.5),(911,590),(910.8660254037844,589.5),(910.5,589.1339745962156),(910,589),(909.5,589.1339745962156),(909.1339745962156,589.5)) -9060 ((908,600),(908.2679491924312,601),(909,601.7320508075688),(910,602),(911,601.7320508075688),(911.7320508075688,601),(912,600),(911.7320508075688,599),(911,598.2679491924312),(910,598),(909,598.2679491924312),(908.2679491924312,599)) -9061 ((907,610),(907.4019237886466,611.5),(908.5,612.5980762113534),(910,613),(911.5,612.5980762113534),(912.5980762113533,611.5),(913,610),(912.5980762113534,608.5),(911.5,607.4019237886467),(910,607),(908.5,607.4019237886466),(907.4019237886467,608.5)) -9062 ((906,620),(906.5358983848622,622),(908,623.4641016151378),(910,624),(912,623.4641016151378),(913.4641016151378,622),(914,620),(913.4641016151378,618),(912,616.5358983848622),(910,616),(908,616.5358983848622),(906.5358983848622,618)) -9063 ((905,630),(905.6698729810778,632.5),(907.5,634.3301270189222),(910,635),(912.5,634.3301270189222),(914.3301270189222,632.5),(915,630),(914.3301270189222,627.5),(912.5,625.6698729810778),(910,625),(907.5,625.6698729810778),(905.6698729810778,627.5)) -9064 ((904,640),(904.8038475772934,643),(907,645.1961524227066),(910,646),(913,645.1961524227066),(915.1961524227066,643),(916,640),(915.1961524227066,637),(913,634.8038475772934),(910,634),(907,634.8038475772934),(904.8038475772934,637)) -9065 ((903,650),(903.937822173509,653.5),(906.5,656.062177826491),(910,657),(913.5,656.062177826491),(916.062177826491,653.5),(917,650),(916.062177826491,646.5),(913.5,643.937822173509),(910,643),(906.5,643.937822173509),(903.937822173509,646.5)) -9066 ((902,660),(903.0717967697245,664),(906,666.9282032302755),(910,668),(914,666.9282032302755),(916.9282032302755,664),(918,660),(916.9282032302755,656),(914,653.0717967697245),(910,652),(906,653.0717967697245),(903.0717967697245,656)) -9067 ((901,670),(902.2057713659401,674.5),(905.5,677.7942286340599),(910,679),(914.5,677.7942286340599),(917.7942286340599,674.5),(919,670),(917.79422863406,665.5),(914.5,662.2057713659401),(910,661),(905.5,662.20577136594),(902.2057713659401,665.5)) -9068 ((900,680),(901.3397459621556,685),(905,688.6602540378444),(910,690),(915,688.6602540378444),(918.6602540378444,685),(920,680),(918.6602540378444,675),(915,671.3397459621556),(910,670),(905,671.3397459621556),(901.3397459621556,675)) -9069 ((909,690),(909.1339745962156,690.5),(909.5,690.8660254037844),(910,691),(910.5,690.8660254037844),(910.8660254037844,690.5),(911,690),(910.8660254037844,689.5),(910.5,689.1339745962156),(910,689),(909.5,689.1339745962156),(909.1339745962156,689.5)) -9070 ((908,700),(908.2679491924312,701),(909,701.7320508075688),(910,702),(911,701.7320508075688),(911.7320508075688,701),(912,700),(911.7320508075688,699),(911,698.2679491924312),(910,698),(909,698.2679491924312),(908.2679491924312,699)) -9071 ((907,710),(907.4019237886466,711.5),(908.5,712.5980762113534),(910,713),(911.5,712.5980762113534),(912.5980762113533,711.5),(913,710),(912.5980762113534,708.5),(911.5,707.4019237886467),(910,707),(908.5,707.4019237886466),(907.4019237886467,708.5)) -9072 ((906,720),(906.5358983848622,722),(908,723.4641016151378),(910,724),(912,723.4641016151378),(913.4641016151378,722),(914,720),(913.4641016151378,718),(912,716.5358983848622),(910,716),(908,716.5358983848622),(906.5358983848622,718)) -9073 ((905,730),(905.6698729810778,732.5),(907.5,734.3301270189222),(910,735),(912.5,734.3301270189222),(914.3301270189222,732.5),(915,730),(914.3301270189222,727.5),(912.5,725.6698729810778),(910,725),(907.5,725.6698729810778),(905.6698729810778,727.5)) -9074 ((904,740),(904.8038475772934,743),(907,745.1961524227066),(910,746),(913,745.1961524227066),(915.1961524227066,743),(916,740),(915.1961524227066,737),(913,734.8038475772934),(910,734),(907,734.8038475772934),(904.8038475772934,737)) -9075 ((903,750),(903.937822173509,753.5),(906.5,756.062177826491),(910,757),(913.5,756.062177826491),(916.062177826491,753.5),(917,750),(916.062177826491,746.5),(913.5,743.937822173509),(910,743),(906.5,743.937822173509),(903.937822173509,746.5)) -9076 ((902,760),(903.0717967697245,764),(906,766.9282032302755),(910,768),(914,766.9282032302755),(916.9282032302755,764),(918,760),(916.9282032302755,756),(914,753.0717967697245),(910,752),(906,753.0717967697245),(903.0717967697245,756)) -9077 ((901,770),(902.2057713659401,774.5),(905.5,777.7942286340599),(910,779),(914.5,777.7942286340599),(917.7942286340599,774.5),(919,770),(917.79422863406,765.5),(914.5,762.2057713659401),(910,761),(905.5,762.20577136594),(902.2057713659401,765.5)) -9078 ((900,780),(901.3397459621556,785),(905,788.6602540378444),(910,790),(915,788.6602540378444),(918.6602540378444,785),(920,780),(918.6602540378444,775),(915,771.3397459621556),(910,770),(905,771.3397459621556),(901.3397459621556,775)) -9079 ((909,790),(909.1339745962156,790.5),(909.5,790.8660254037844),(910,791),(910.5,790.8660254037844),(910.8660254037844,790.5),(911,790),(910.8660254037844,789.5),(910.5,789.1339745962156),(910,789),(909.5,789.1339745962156),(909.1339745962156,789.5)) -9080 ((908,800),(908.2679491924312,801),(909,801.7320508075688),(910,802),(911,801.7320508075688),(911.7320508075688,801),(912,800),(911.7320508075688,799),(911,798.2679491924312),(910,798),(909,798.2679491924312),(908.2679491924312,799)) -9081 ((907,810),(907.4019237886466,811.5),(908.5,812.5980762113534),(910,813),(911.5,812.5980762113534),(912.5980762113533,811.5),(913,810),(912.5980762113534,808.5),(911.5,807.4019237886467),(910,807),(908.5,807.4019237886466),(907.4019237886467,808.5)) -9082 ((906,820),(906.5358983848622,822),(908,823.4641016151378),(910,824),(912,823.4641016151378),(913.4641016151378,822),(914,820),(913.4641016151378,818),(912,816.5358983848622),(910,816),(908,816.5358983848622),(906.5358983848622,818)) -9083 ((905,830),(905.6698729810778,832.5),(907.5,834.3301270189222),(910,835),(912.5,834.3301270189222),(914.3301270189222,832.5),(915,830),(914.3301270189222,827.5),(912.5,825.6698729810778),(910,825),(907.5,825.6698729810778),(905.6698729810778,827.5)) -9084 ((904,840),(904.8038475772934,843),(907,845.1961524227066),(910,846),(913,845.1961524227066),(915.1961524227066,843),(916,840),(915.1961524227066,837),(913,834.8038475772934),(910,834),(907,834.8038475772934),(904.8038475772934,837)) -9085 ((903,850),(903.937822173509,853.5),(906.5,856.062177826491),(910,857),(913.5,856.062177826491),(916.062177826491,853.5),(917,850),(916.062177826491,846.5),(913.5,843.937822173509),(910,843),(906.5,843.937822173509),(903.937822173509,846.5)) -9086 ((902,860),(903.0717967697245,864),(906,866.9282032302755),(910,868),(914,866.9282032302755),(916.9282032302755,864),(918,860),(916.9282032302755,856),(914,853.0717967697245),(910,852),(906,853.0717967697245),(903.0717967697245,856)) -9087 ((901,870),(902.2057713659401,874.5),(905.5,877.7942286340599),(910,879),(914.5,877.7942286340599),(917.7942286340599,874.5),(919,870),(917.79422863406,865.5),(914.5,862.2057713659401),(910,861),(905.5,862.20577136594),(902.2057713659401,865.5)) -9088 ((900,880),(901.3397459621556,885),(905,888.6602540378444),(910,890),(915,888.6602540378444),(918.6602540378444,885),(920,880),(918.6602540378444,875),(915,871.3397459621556),(910,870),(905,871.3397459621556),(901.3397459621556,875)) -9089 ((909,890),(909.1339745962156,890.5),(909.5,890.8660254037844),(910,891),(910.5,890.8660254037844),(910.8660254037844,890.5),(911,890),(910.8660254037844,889.5),(910.5,889.1339745962156),(910,889),(909.5,889.1339745962156),(909.1339745962156,889.5)) -9090 ((908,900),(908.2679491924312,901),(909,901.7320508075688),(910,902),(911,901.7320508075688),(911.7320508075688,901),(912,900),(911.7320508075688,899),(911,898.2679491924312),(910,898),(909,898.2679491924312),(908.2679491924312,899)) -9091 ((907,910),(907.4019237886466,911.5),(908.5,912.5980762113534),(910,913),(911.5,912.5980762113534),(912.5980762113533,911.5),(913,910),(912.5980762113534,908.5),(911.5,907.4019237886467),(910,907),(908.5,907.4019237886466),(907.4019237886467,908.5)) -9092 ((906,920),(906.5358983848622,922),(908,923.4641016151378),(910,924),(912,923.4641016151378),(913.4641016151378,922),(914,920),(913.4641016151378,918),(912,916.5358983848622),(910,916),(908,916.5358983848622),(906.5358983848622,918)) -9093 ((905,930),(905.6698729810778,932.5),(907.5,934.3301270189222),(910,935),(912.5,934.3301270189222),(914.3301270189222,932.5),(915,930),(914.3301270189222,927.5),(912.5,925.6698729810778),(910,925),(907.5,925.6698729810778),(905.6698729810778,927.5)) -9094 ((904,940),(904.8038475772934,943),(907,945.1961524227066),(910,946),(913,945.1961524227066),(915.1961524227066,943),(916,940),(915.1961524227066,937),(913,934.8038475772934),(910,934),(907,934.8038475772934),(904.8038475772934,937)) -9095 ((903,950),(903.937822173509,953.5),(906.5,956.062177826491),(910,957),(913.5,956.062177826491),(916.062177826491,953.5),(917,950),(916.062177826491,946.5),(913.5,943.937822173509),(910,943),(906.5,943.937822173509),(903.937822173509,946.5)) -9096 ((902,960),(903.0717967697245,964),(906,966.9282032302755),(910,968),(914,966.9282032302755),(916.9282032302755,964),(918,960),(916.9282032302755,956),(914,953.0717967697245),(910,952),(906,953.0717967697245),(903.0717967697245,956)) -9097 ((901,970),(902.2057713659401,974.5),(905.5,977.7942286340599),(910,979),(914.5,977.7942286340599),(917.7942286340599,974.5),(919,970),(917.79422863406,965.5),(914.5,962.2057713659401),(910,961),(905.5,962.20577136594),(902.2057713659401,965.5)) -9098 ((900,980),(901.3397459621556,985),(905,988.6602540378444),(910,990),(915,988.6602540378444),(918.6602540378444,985),(920,980),(918.6602540378444,975),(915,971.3397459621556),(910,970),(905,971.3397459621556),(901.3397459621556,975)) -9099 ((909,990),(909.1339745962156,990.5),(909.5,990.8660254037844),(910,991),(910.5,990.8660254037844),(910.8660254037844,990.5),(911,990),(910.8660254037844,989.5),(910.5,989.1339745962156),(910,989),(909.5,989.1339745962156),(909.1339745962156,989.5)) -9100 ((908,1000),(908.2679491924312,1001),(909,1001.7320508075688),(910,1002),(911,1001.7320508075688),(911.7320508075688,1001),(912,1000),(911.7320508075688,999),(911,998.2679491924312),(910,998),(909,998.2679491924312),(908.2679491924312,999)) -9101 ((916,10),(916.5358983848622,12),(918,13.464101615137753),(920,14),(922,13.464101615137755),(923.4641016151378,12.000000000000002),(924,10),(923.4641016151378,8.000000000000002),(922,6.5358983848622465),(920,6),(918,6.535898384862244),(916.5358983848622,7.999999999999998)) -9102 ((915,20),(915.6698729810778,22.5),(917.5,24.33012701892219),(920,25),(922.5,24.330127018922195),(924.3301270189222,22.5),(925,20),(924.3301270189222,17.5),(922.5,15.669872981077807),(920,15),(917.5,15.669872981077805),(915.6698729810778,17.499999999999996)) -9103 ((914,30),(914.8038475772934,33),(917,35.19615242270663),(920,36),(923,35.19615242270663),(925.1961524227066,33),(926,30),(925.1961524227066,27),(923,24.803847577293368),(920,24),(917,24.803847577293368),(914.8038475772934,26.999999999999996)) -9104 ((913,40),(913.937822173509,43.5),(916.5,46.06217782649107),(920,47),(923.5,46.06217782649107),(926.062177826491,43.5),(927,40),(926.062177826491,36.5),(923.5,33.937822173508934),(920,33),(916.5,33.93782217350893),(913.937822173509,36.5)) -9105 ((912,50),(913.0717967697245,54),(916,56.92820323027551),(920,58),(924,56.92820323027551),(926.9282032302755,54),(928,50),(926.9282032302755,46),(924,43.07179676972449),(920,42),(916,43.071796769724486),(913.0717967697245,46)) -9106 ((911,60),(912.2057713659401,64.5),(915.5,67.79422863405995),(920,69),(924.5,67.79422863405995),(927.7942286340599,64.5),(929,60),(927.79422863406,55.5),(924.5,52.20577136594005),(920,51),(915.5,52.20577136594005),(912.2057713659401,55.5)) -9107 ((910,70),(911.3397459621556,75),(915,78.66025403784438),(920,80),(925,78.66025403784438),(928.6602540378444,75),(930,70),(928.6602540378444,65),(925,61.33974596215562),(920,60),(915,61.33974596215561),(911.3397459621556,65)) -9108 ((919,80),(919.1339745962156,80.5),(919.5,80.86602540378443),(920,81),(920.5,80.86602540378443),(920.8660254037844,80.5),(921,80),(920.8660254037844,79.5),(920.5,79.13397459621557),(920,79),(919.5,79.13397459621557),(919.1339745962156,79.5)) -9109 ((918,90),(918.2679491924312,91),(919,91.73205080756888),(920,92),(921,91.73205080756888),(921.7320508075688,91),(922,90),(921.7320508075688,89),(921,88.26794919243112),(920,88),(919,88.26794919243112),(918.2679491924312,89)) -9110 ((917,100),(917.4019237886466,101.5),(918.5,102.59807621135332),(920,103),(921.5,102.59807621135332),(922.5980762113533,101.5),(923,100),(922.5980762113534,98.5),(921.5,97.40192378864668),(920,97),(918.5,97.40192378864668),(917.4019237886467,98.5)) -9111 ((916,110),(916.5358983848622,112),(918,113.46410161513775),(920,114),(922,113.46410161513775),(923.4641016151378,112),(924,110),(923.4641016151378,108),(922,106.53589838486225),(920,106),(918,106.53589838486225),(916.5358983848622,108)) -9112 ((915,120),(915.6698729810778,122.5),(917.5,124.3301270189222),(920,125),(922.5,124.3301270189222),(924.3301270189222,122.5),(925,120),(924.3301270189222,117.5),(922.5,115.6698729810778),(920,115),(917.5,115.6698729810778),(915.6698729810778,117.5)) -9113 ((914,130),(914.8038475772934,133),(917,135.19615242270663),(920,136),(923,135.19615242270663),(925.1961524227066,133),(926,130),(925.1961524227066,127),(923,124.80384757729337),(920,124),(917,124.80384757729337),(914.8038475772934,127)) -9114 ((913,140),(913.937822173509,143.5),(916.5,146.06217782649108),(920,147),(923.5,146.06217782649108),(926.062177826491,143.5),(927,140),(926.062177826491,136.5),(923.5,133.93782217350892),(920,133),(916.5,133.93782217350892),(913.937822173509,136.5)) -9115 ((912,150),(913.0717967697245,154),(916,156.9282032302755),(920,158),(924,156.9282032302755),(926.9282032302755,154),(928,150),(926.9282032302755,146),(924,143.0717967697245),(920,142),(916,143.0717967697245),(913.0717967697245,146)) -9116 ((911,160),(912.2057713659401,164.5),(915.5,167.79422863405995),(920,169),(924.5,167.79422863405995),(927.7942286340599,164.5),(929,160),(927.79422863406,155.5),(924.5,152.20577136594005),(920,151),(915.5,152.20577136594005),(912.2057713659401,155.5)) -9117 ((910,170),(911.3397459621556,175),(915,178.6602540378444),(920,180),(925,178.6602540378444),(928.6602540378444,175),(930,170),(928.6602540378444,165),(925,161.3397459621556),(920,160),(915,161.3397459621556),(911.3397459621556,165)) -9118 ((919,180),(919.1339745962156,180.5),(919.5,180.86602540378445),(920,181),(920.5,180.86602540378445),(920.8660254037844,180.5),(921,180),(920.8660254037844,179.5),(920.5,179.13397459621555),(920,179),(919.5,179.13397459621555),(919.1339745962156,179.5)) -9119 ((918,190),(918.2679491924312,191),(919,191.73205080756887),(920,192),(921,191.73205080756887),(921.7320508075688,191),(922,190),(921.7320508075688,189),(921,188.26794919243113),(920,188),(919,188.26794919243113),(918.2679491924312,189)) -9120 ((917,200),(917.4019237886466,201.5),(918.5,202.59807621135332),(920,203),(921.5,202.59807621135332),(922.5980762113533,201.5),(923,200),(922.5980762113534,198.5),(921.5,197.40192378864668),(920,197),(918.5,197.40192378864668),(917.4019237886467,198.5)) -9121 ((916,210),(916.5358983848622,212),(918,213.46410161513776),(920,214),(922,213.46410161513776),(923.4641016151378,212),(924,210),(923.4641016151378,208),(922,206.53589838486224),(920,206),(918,206.53589838486224),(916.5358983848622,208)) -9122 ((915,220),(915.6698729810778,222.5),(917.5,224.33012701892218),(920,225),(922.5,224.33012701892218),(924.3301270189222,222.5),(925,220),(924.3301270189222,217.5),(922.5,215.66987298107782),(920,215),(917.5,215.66987298107782),(915.6698729810778,217.5)) -9123 ((914,230),(914.8038475772934,233),(917,235.19615242270663),(920,236),(923,235.19615242270663),(925.1961524227066,233),(926,230),(925.1961524227066,227),(923,224.80384757729337),(920,224),(917,224.80384757729337),(914.8038475772934,227)) -9124 ((913,240),(913.937822173509,243.5),(916.5,246.06217782649108),(920,247),(923.5,246.06217782649108),(926.062177826491,243.5),(927,240),(926.062177826491,236.5),(923.5,233.93782217350892),(920,233),(916.5,233.93782217350892),(913.937822173509,236.5)) -9125 ((912,250),(913.0717967697245,254),(916,256.9282032302755),(920,258),(924,256.9282032302755),(926.9282032302755,254),(928,250),(926.9282032302755,246),(924,243.0717967697245),(920,242),(916,243.0717967697245),(913.0717967697245,246)) -9126 ((911,260),(912.2057713659401,264.5),(915.5,267.79422863405995),(920,269),(924.5,267.79422863405995),(927.7942286340599,264.5),(929,260),(927.79422863406,255.5),(924.5,252.20577136594005),(920,251),(915.5,252.20577136594005),(912.2057713659401,255.5)) -9127 ((910,270),(911.3397459621556,275),(915,278.66025403784437),(920,280),(925,278.66025403784437),(928.6602540378444,275),(930,270),(928.6602540378444,265),(925,261.33974596215563),(920,260),(915,261.33974596215563),(911.3397459621556,265)) -9128 ((919,280),(919.1339745962156,280.5),(919.5,280.8660254037844),(920,281),(920.5,280.8660254037844),(920.8660254037844,280.5),(921,280),(920.8660254037844,279.5),(920.5,279.1339745962156),(920,279),(919.5,279.1339745962156),(919.1339745962156,279.5)) -9129 ((918,290),(918.2679491924312,291),(919,291.7320508075689),(920,292),(921,291.7320508075689),(921.7320508075688,291),(922,290),(921.7320508075688,289),(921,288.2679491924311),(920,288),(919,288.2679491924311),(918.2679491924312,289)) -9130 ((917,300),(917.4019237886466,301.5),(918.5,302.5980762113533),(920,303),(921.5,302.5980762113533),(922.5980762113533,301.5),(923,300),(922.5980762113534,298.5),(921.5,297.4019237886467),(920,297),(918.5,297.4019237886467),(917.4019237886467,298.5)) -9131 ((916,310),(916.5358983848622,312),(918,313.46410161513774),(920,314),(922,313.46410161513774),(923.4641016151378,312),(924,310),(923.4641016151378,308),(922,306.53589838486226),(920,306),(918,306.53589838486226),(916.5358983848622,308)) -9132 ((915,320),(915.6698729810778,322.5),(917.5,324.3301270189222),(920,325),(922.5,324.3301270189222),(924.3301270189222,322.5),(925,320),(924.3301270189222,317.5),(922.5,315.6698729810778),(920,315),(917.5,315.6698729810778),(915.6698729810778,317.5)) -9133 ((914,330),(914.8038475772934,333),(917,335.19615242270663),(920,336),(923,335.19615242270663),(925.1961524227066,333),(926,330),(925.1961524227066,327),(923,324.80384757729337),(920,324),(917,324.80384757729337),(914.8038475772934,327)) -9134 ((913,340),(913.937822173509,343.5),(916.5,346.06217782649105),(920,347),(923.5,346.06217782649105),(926.062177826491,343.5),(927,340),(926.062177826491,336.5),(923.5,333.93782217350895),(920,333),(916.5,333.93782217350895),(913.937822173509,336.5)) -9135 ((912,350),(913.0717967697245,354),(916,356.9282032302755),(920,358),(924,356.9282032302755),(926.9282032302755,354),(928,350),(926.9282032302755,346),(924,343.0717967697245),(920,342),(916,343.0717967697245),(913.0717967697245,346)) -9136 ((911,360),(912.2057713659401,364.5),(915.5,367.79422863405995),(920,369),(924.5,367.79422863405995),(927.7942286340599,364.5),(929,360),(927.79422863406,355.5),(924.5,352.20577136594005),(920,351),(915.5,352.20577136594005),(912.2057713659401,355.5)) -9137 ((910,370),(911.3397459621556,375),(915,378.66025403784437),(920,380),(925,378.66025403784437),(928.6602540378444,375),(930,370),(928.6602540378444,365),(925,361.33974596215563),(920,360),(915,361.33974596215563),(911.3397459621556,365)) -9138 ((919,380),(919.1339745962156,380.5),(919.5,380.8660254037844),(920,381),(920.5,380.8660254037844),(920.8660254037844,380.5),(921,380),(920.8660254037844,379.5),(920.5,379.1339745962156),(920,379),(919.5,379.1339745962156),(919.1339745962156,379.5)) -9139 ((918,390),(918.2679491924312,391),(919,391.7320508075689),(920,392),(921,391.7320508075689),(921.7320508075688,391),(922,390),(921.7320508075688,389),(921,388.2679491924311),(920,388),(919,388.2679491924311),(918.2679491924312,389)) -9140 ((917,400),(917.4019237886466,401.5),(918.5,402.5980762113533),(920,403),(921.5,402.5980762113533),(922.5980762113533,401.5),(923,400),(922.5980762113534,398.5),(921.5,397.4019237886467),(920,397),(918.5,397.4019237886467),(917.4019237886467,398.5)) -9141 ((916,410),(916.5358983848622,412),(918,413.46410161513774),(920,414),(922,413.46410161513774),(923.4641016151378,412),(924,410),(923.4641016151378,408),(922,406.53589838486226),(920,406),(918,406.53589838486226),(916.5358983848622,408)) -9142 ((915,420),(915.6698729810778,422.5),(917.5,424.3301270189222),(920,425),(922.5,424.3301270189222),(924.3301270189222,422.5),(925,420),(924.3301270189222,417.5),(922.5,415.6698729810778),(920,415),(917.5,415.6698729810778),(915.6698729810778,417.5)) -9143 ((914,430),(914.8038475772934,433),(917,435.19615242270663),(920,436),(923,435.19615242270663),(925.1961524227066,433),(926,430),(925.1961524227066,427),(923,424.80384757729337),(920,424),(917,424.80384757729337),(914.8038475772934,427)) -9144 ((913,440),(913.937822173509,443.5),(916.5,446.06217782649105),(920,447),(923.5,446.06217782649105),(926.062177826491,443.5),(927,440),(926.062177826491,436.5),(923.5,433.93782217350895),(920,433),(916.5,433.93782217350895),(913.937822173509,436.5)) -9145 ((912,450),(913.0717967697245,454),(916,456.9282032302755),(920,458),(924,456.9282032302755),(926.9282032302755,454),(928,450),(926.9282032302755,446),(924,443.0717967697245),(920,442),(916,443.0717967697245),(913.0717967697245,446)) -9146 ((911,460),(912.2057713659401,464.5),(915.5,467.79422863405995),(920,469),(924.5,467.79422863405995),(927.7942286340599,464.5),(929,460),(927.79422863406,455.5),(924.5,452.20577136594005),(920,451),(915.5,452.20577136594005),(912.2057713659401,455.5)) -9147 ((910,470),(911.3397459621556,475),(915,478.66025403784437),(920,480),(925,478.66025403784437),(928.6602540378444,475),(930,470),(928.6602540378444,465),(925,461.33974596215563),(920,460),(915,461.33974596215563),(911.3397459621556,465)) -9148 ((919,480),(919.1339745962156,480.5),(919.5,480.8660254037844),(920,481),(920.5,480.8660254037844),(920.8660254037844,480.5),(921,480),(920.8660254037844,479.5),(920.5,479.1339745962156),(920,479),(919.5,479.1339745962156),(919.1339745962156,479.5)) -9149 ((918,490),(918.2679491924312,491),(919,491.7320508075689),(920,492),(921,491.7320508075689),(921.7320508075688,491),(922,490),(921.7320508075688,489),(921,488.2679491924311),(920,488),(919,488.2679491924311),(918.2679491924312,489)) -9150 ((917,500),(917.4019237886466,501.5),(918.5,502.5980762113533),(920,503),(921.5,502.5980762113533),(922.5980762113533,501.5),(923,500),(922.5980762113534,498.5),(921.5,497.4019237886467),(920,497),(918.5,497.4019237886467),(917.4019237886467,498.5)) -9151 ((916,510),(916.5358983848622,512),(918,513.4641016151378),(920,514),(922,513.4641016151378),(923.4641016151378,512),(924,510),(923.4641016151378,508),(922,506.53589838486226),(920,506),(918,506.53589838486226),(916.5358983848622,508)) -9152 ((915,520),(915.6698729810778,522.5),(917.5,524.3301270189222),(920,525),(922.5,524.3301270189222),(924.3301270189222,522.5),(925,520),(924.3301270189222,517.5),(922.5,515.6698729810778),(920,515),(917.5,515.6698729810778),(915.6698729810778,517.5)) -9153 ((914,530),(914.8038475772934,533),(917,535.1961524227066),(920,536),(923,535.1961524227066),(925.1961524227066,533),(926,530),(925.1961524227066,527),(923,524.8038475772934),(920,524),(917,524.8038475772934),(914.8038475772934,527)) -9154 ((913,540),(913.937822173509,543.5),(916.5,546.062177826491),(920,547),(923.5,546.062177826491),(926.062177826491,543.5),(927,540),(926.062177826491,536.5),(923.5,533.937822173509),(920,533),(916.5,533.937822173509),(913.937822173509,536.5)) -9155 ((912,550),(913.0717967697245,554),(916,556.9282032302755),(920,558),(924,556.9282032302755),(926.9282032302755,554),(928,550),(926.9282032302755,546),(924,543.0717967697245),(920,542),(916,543.0717967697245),(913.0717967697245,546)) -9156 ((911,560),(912.2057713659401,564.5),(915.5,567.7942286340599),(920,569),(924.5,567.7942286340599),(927.7942286340599,564.5),(929,560),(927.79422863406,555.5),(924.5,552.2057713659401),(920,551),(915.5,552.20577136594),(912.2057713659401,555.5)) -9157 ((910,570),(911.3397459621556,575),(915,578.6602540378444),(920,580),(925,578.6602540378444),(928.6602540378444,575),(930,570),(928.6602540378444,565),(925,561.3397459621556),(920,560),(915,561.3397459621556),(911.3397459621556,565)) -9158 ((919,580),(919.1339745962156,580.5),(919.5,580.8660254037844),(920,581),(920.5,580.8660254037844),(920.8660254037844,580.5),(921,580),(920.8660254037844,579.5),(920.5,579.1339745962156),(920,579),(919.5,579.1339745962156),(919.1339745962156,579.5)) -9159 ((918,590),(918.2679491924312,591),(919,591.7320508075688),(920,592),(921,591.7320508075688),(921.7320508075688,591),(922,590),(921.7320508075688,589),(921,588.2679491924312),(920,588),(919,588.2679491924312),(918.2679491924312,589)) -9160 ((917,600),(917.4019237886466,601.5),(918.5,602.5980762113534),(920,603),(921.5,602.5980762113534),(922.5980762113533,601.5),(923,600),(922.5980762113534,598.5),(921.5,597.4019237886467),(920,597),(918.5,597.4019237886466),(917.4019237886467,598.5)) -9161 ((916,610),(916.5358983848622,612),(918,613.4641016151378),(920,614),(922,613.4641016151378),(923.4641016151378,612),(924,610),(923.4641016151378,608),(922,606.5358983848622),(920,606),(918,606.5358983848622),(916.5358983848622,608)) -9162 ((915,620),(915.6698729810778,622.5),(917.5,624.3301270189222),(920,625),(922.5,624.3301270189222),(924.3301270189222,622.5),(925,620),(924.3301270189222,617.5),(922.5,615.6698729810778),(920,615),(917.5,615.6698729810778),(915.6698729810778,617.5)) -9163 ((914,630),(914.8038475772934,633),(917,635.1961524227066),(920,636),(923,635.1961524227066),(925.1961524227066,633),(926,630),(925.1961524227066,627),(923,624.8038475772934),(920,624),(917,624.8038475772934),(914.8038475772934,627)) -9164 ((913,640),(913.937822173509,643.5),(916.5,646.062177826491),(920,647),(923.5,646.062177826491),(926.062177826491,643.5),(927,640),(926.062177826491,636.5),(923.5,633.937822173509),(920,633),(916.5,633.937822173509),(913.937822173509,636.5)) -9165 ((912,650),(913.0717967697245,654),(916,656.9282032302755),(920,658),(924,656.9282032302755),(926.9282032302755,654),(928,650),(926.9282032302755,646),(924,643.0717967697245),(920,642),(916,643.0717967697245),(913.0717967697245,646)) -9166 ((911,660),(912.2057713659401,664.5),(915.5,667.7942286340599),(920,669),(924.5,667.7942286340599),(927.7942286340599,664.5),(929,660),(927.79422863406,655.5),(924.5,652.2057713659401),(920,651),(915.5,652.20577136594),(912.2057713659401,655.5)) -9167 ((910,670),(911.3397459621556,675),(915,678.6602540378444),(920,680),(925,678.6602540378444),(928.6602540378444,675),(930,670),(928.6602540378444,665),(925,661.3397459621556),(920,660),(915,661.3397459621556),(911.3397459621556,665)) -9168 ((919,680),(919.1339745962156,680.5),(919.5,680.8660254037844),(920,681),(920.5,680.8660254037844),(920.8660254037844,680.5),(921,680),(920.8660254037844,679.5),(920.5,679.1339745962156),(920,679),(919.5,679.1339745962156),(919.1339745962156,679.5)) -9169 ((918,690),(918.2679491924312,691),(919,691.7320508075688),(920,692),(921,691.7320508075688),(921.7320508075688,691),(922,690),(921.7320508075688,689),(921,688.2679491924312),(920,688),(919,688.2679491924312),(918.2679491924312,689)) -9170 ((917,700),(917.4019237886466,701.5),(918.5,702.5980762113534),(920,703),(921.5,702.5980762113534),(922.5980762113533,701.5),(923,700),(922.5980762113534,698.5),(921.5,697.4019237886467),(920,697),(918.5,697.4019237886466),(917.4019237886467,698.5)) -9171 ((916,710),(916.5358983848622,712),(918,713.4641016151378),(920,714),(922,713.4641016151378),(923.4641016151378,712),(924,710),(923.4641016151378,708),(922,706.5358983848622),(920,706),(918,706.5358983848622),(916.5358983848622,708)) -9172 ((915,720),(915.6698729810778,722.5),(917.5,724.3301270189222),(920,725),(922.5,724.3301270189222),(924.3301270189222,722.5),(925,720),(924.3301270189222,717.5),(922.5,715.6698729810778),(920,715),(917.5,715.6698729810778),(915.6698729810778,717.5)) -9173 ((914,730),(914.8038475772934,733),(917,735.1961524227066),(920,736),(923,735.1961524227066),(925.1961524227066,733),(926,730),(925.1961524227066,727),(923,724.8038475772934),(920,724),(917,724.8038475772934),(914.8038475772934,727)) -9174 ((913,740),(913.937822173509,743.5),(916.5,746.062177826491),(920,747),(923.5,746.062177826491),(926.062177826491,743.5),(927,740),(926.062177826491,736.5),(923.5,733.937822173509),(920,733),(916.5,733.937822173509),(913.937822173509,736.5)) -9175 ((912,750),(913.0717967697245,754),(916,756.9282032302755),(920,758),(924,756.9282032302755),(926.9282032302755,754),(928,750),(926.9282032302755,746),(924,743.0717967697245),(920,742),(916,743.0717967697245),(913.0717967697245,746)) -9176 ((911,760),(912.2057713659401,764.5),(915.5,767.7942286340599),(920,769),(924.5,767.7942286340599),(927.7942286340599,764.5),(929,760),(927.79422863406,755.5),(924.5,752.2057713659401),(920,751),(915.5,752.20577136594),(912.2057713659401,755.5)) -9177 ((910,770),(911.3397459621556,775),(915,778.6602540378444),(920,780),(925,778.6602540378444),(928.6602540378444,775),(930,770),(928.6602540378444,765),(925,761.3397459621556),(920,760),(915,761.3397459621556),(911.3397459621556,765)) -9178 ((919,780),(919.1339745962156,780.5),(919.5,780.8660254037844),(920,781),(920.5,780.8660254037844),(920.8660254037844,780.5),(921,780),(920.8660254037844,779.5),(920.5,779.1339745962156),(920,779),(919.5,779.1339745962156),(919.1339745962156,779.5)) -9179 ((918,790),(918.2679491924312,791),(919,791.7320508075688),(920,792),(921,791.7320508075688),(921.7320508075688,791),(922,790),(921.7320508075688,789),(921,788.2679491924312),(920,788),(919,788.2679491924312),(918.2679491924312,789)) -9180 ((917,800),(917.4019237886466,801.5),(918.5,802.5980762113534),(920,803),(921.5,802.5980762113534),(922.5980762113533,801.5),(923,800),(922.5980762113534,798.5),(921.5,797.4019237886467),(920,797),(918.5,797.4019237886466),(917.4019237886467,798.5)) -9181 ((916,810),(916.5358983848622,812),(918,813.4641016151378),(920,814),(922,813.4641016151378),(923.4641016151378,812),(924,810),(923.4641016151378,808),(922,806.5358983848622),(920,806),(918,806.5358983848622),(916.5358983848622,808)) -9182 ((915,820),(915.6698729810778,822.5),(917.5,824.3301270189222),(920,825),(922.5,824.3301270189222),(924.3301270189222,822.5),(925,820),(924.3301270189222,817.5),(922.5,815.6698729810778),(920,815),(917.5,815.6698729810778),(915.6698729810778,817.5)) -9183 ((914,830),(914.8038475772934,833),(917,835.1961524227066),(920,836),(923,835.1961524227066),(925.1961524227066,833),(926,830),(925.1961524227066,827),(923,824.8038475772934),(920,824),(917,824.8038475772934),(914.8038475772934,827)) -9184 ((913,840),(913.937822173509,843.5),(916.5,846.062177826491),(920,847),(923.5,846.062177826491),(926.062177826491,843.5),(927,840),(926.062177826491,836.5),(923.5,833.937822173509),(920,833),(916.5,833.937822173509),(913.937822173509,836.5)) -9185 ((912,850),(913.0717967697245,854),(916,856.9282032302755),(920,858),(924,856.9282032302755),(926.9282032302755,854),(928,850),(926.9282032302755,846),(924,843.0717967697245),(920,842),(916,843.0717967697245),(913.0717967697245,846)) -9186 ((911,860),(912.2057713659401,864.5),(915.5,867.7942286340599),(920,869),(924.5,867.7942286340599),(927.7942286340599,864.5),(929,860),(927.79422863406,855.5),(924.5,852.2057713659401),(920,851),(915.5,852.20577136594),(912.2057713659401,855.5)) -9187 ((910,870),(911.3397459621556,875),(915,878.6602540378444),(920,880),(925,878.6602540378444),(928.6602540378444,875),(930,870),(928.6602540378444,865),(925,861.3397459621556),(920,860),(915,861.3397459621556),(911.3397459621556,865)) -9188 ((919,880),(919.1339745962156,880.5),(919.5,880.8660254037844),(920,881),(920.5,880.8660254037844),(920.8660254037844,880.5),(921,880),(920.8660254037844,879.5),(920.5,879.1339745962156),(920,879),(919.5,879.1339745962156),(919.1339745962156,879.5)) -9189 ((918,890),(918.2679491924312,891),(919,891.7320508075688),(920,892),(921,891.7320508075688),(921.7320508075688,891),(922,890),(921.7320508075688,889),(921,888.2679491924312),(920,888),(919,888.2679491924312),(918.2679491924312,889)) -9190 ((917,900),(917.4019237886466,901.5),(918.5,902.5980762113534),(920,903),(921.5,902.5980762113534),(922.5980762113533,901.5),(923,900),(922.5980762113534,898.5),(921.5,897.4019237886467),(920,897),(918.5,897.4019237886466),(917.4019237886467,898.5)) -9191 ((916,910),(916.5358983848622,912),(918,913.4641016151378),(920,914),(922,913.4641016151378),(923.4641016151378,912),(924,910),(923.4641016151378,908),(922,906.5358983848622),(920,906),(918,906.5358983848622),(916.5358983848622,908)) -9192 ((915,920),(915.6698729810778,922.5),(917.5,924.3301270189222),(920,925),(922.5,924.3301270189222),(924.3301270189222,922.5),(925,920),(924.3301270189222,917.5),(922.5,915.6698729810778),(920,915),(917.5,915.6698729810778),(915.6698729810778,917.5)) -9193 ((914,930),(914.8038475772934,933),(917,935.1961524227066),(920,936),(923,935.1961524227066),(925.1961524227066,933),(926,930),(925.1961524227066,927),(923,924.8038475772934),(920,924),(917,924.8038475772934),(914.8038475772934,927)) -9194 ((913,940),(913.937822173509,943.5),(916.5,946.062177826491),(920,947),(923.5,946.062177826491),(926.062177826491,943.5),(927,940),(926.062177826491,936.5),(923.5,933.937822173509),(920,933),(916.5,933.937822173509),(913.937822173509,936.5)) -9195 ((912,950),(913.0717967697245,954),(916,956.9282032302755),(920,958),(924,956.9282032302755),(926.9282032302755,954),(928,950),(926.9282032302755,946),(924,943.0717967697245),(920,942),(916,943.0717967697245),(913.0717967697245,946)) -9196 ((911,960),(912.2057713659401,964.5),(915.5,967.7942286340599),(920,969),(924.5,967.7942286340599),(927.7942286340599,964.5),(929,960),(927.79422863406,955.5),(924.5,952.2057713659401),(920,951),(915.5,952.20577136594),(912.2057713659401,955.5)) -9197 ((910,970),(911.3397459621556,975),(915,978.6602540378444),(920,980),(925,978.6602540378444),(928.6602540378444,975),(930,970),(928.6602540378444,965),(925,961.3397459621556),(920,960),(915,961.3397459621556),(911.3397459621556,965)) -9198 ((919,980),(919.1339745962156,980.5),(919.5,980.8660254037844),(920,981),(920.5,980.8660254037844),(920.8660254037844,980.5),(921,980),(920.8660254037844,979.5),(920.5,979.1339745962156),(920,979),(919.5,979.1339745962156),(919.1339745962156,979.5)) -9199 ((918,990),(918.2679491924312,991),(919,991.7320508075688),(920,992),(921,991.7320508075688),(921.7320508075688,991),(922,990),(921.7320508075688,989),(921,988.2679491924312),(920,988),(919,988.2679491924312),(918.2679491924312,989)) -9200 ((917,1000),(917.4019237886466,1001.5),(918.5,1002.5980762113534),(920,1003),(921.5,1002.5980762113534),(922.5980762113533,1001.5),(923,1000),(922.5980762113534,998.5),(921.5,997.4019237886467),(920,997),(918.5,997.4019237886466),(917.4019237886467,998.5)) -9201 ((925,10),(925.6698729810778,12.5),(927.5,14.330127018922193),(930,15),(932.5,14.330127018922195),(934.3301270189222,12.500000000000002),(935,10),(934.3301270189222,7.500000000000002),(932.5,5.669872981077807),(930,5),(927.5,5.669872981077805),(925.6698729810778,7.499999999999998)) -9202 ((924,20),(924.8038475772934,23),(927,25.196152422706632),(930,26),(933,25.196152422706632),(935.1961524227066,23),(936,20),(935.1961524227066,17),(933,14.803847577293368),(930,14),(927,14.803847577293366),(924.8038475772934,16.999999999999996)) -9203 ((923,30),(923.937822173509,33.5),(926.5,36.06217782649107),(930,37),(933.5,36.06217782649107),(936.062177826491,33.5),(937,30),(936.062177826491,26.5),(933.5,23.93782217350893),(930,23),(926.5,23.937822173508927),(923.937822173509,26.499999999999996)) -9204 ((922,40),(923.0717967697245,44),(926,46.92820323027551),(930,48),(934,46.92820323027551),(936.9282032302755,44),(938,40),(936.9282032302755,36),(934,33.07179676972449),(930,32),(926,33.071796769724486),(923.0717967697245,36)) -9205 ((921,50),(922.2057713659401,54.5),(925.5,57.79422863405995),(930,59),(934.5,57.79422863405995),(937.7942286340599,54.5),(939,50),(937.79422863406,45.5),(934.5,42.20577136594005),(930,41),(925.5,42.20577136594005),(922.2057713659401,45.5)) -9206 ((920,60),(921.3397459621556,65),(925,68.66025403784438),(930,70),(935,68.66025403784438),(938.6602540378444,65),(940,60),(938.6602540378444,55),(935,51.33974596215562),(930,50),(925,51.33974596215561),(921.3397459621556,54.99999999999999)) -9207 ((929,70),(929.1339745962156,70.5),(929.5,70.86602540378443),(930,71),(930.5,70.86602540378443),(930.8660254037844,70.5),(931,70),(930.8660254037844,69.5),(930.5,69.13397459621557),(930,69),(929.5,69.13397459621557),(929.1339745962156,69.5)) -9208 ((928,80),(928.2679491924312,81),(929,81.73205080756888),(930,82),(931,81.73205080756888),(931.7320508075688,81),(932,80),(931.7320508075688,79),(931,78.26794919243112),(930,78),(929,78.26794919243112),(928.2679491924312,79)) -9209 ((927,90),(927.4019237886466,91.5),(928.5,92.59807621135332),(930,93),(931.5,92.59807621135332),(932.5980762113533,91.5),(933,90),(932.5980762113534,88.5),(931.5,87.40192378864668),(930,87),(928.5,87.40192378864668),(927.4019237886467,88.5)) -9210 ((926,100),(926.5358983848622,102),(928,103.46410161513775),(930,104),(932,103.46410161513775),(933.4641016151378,102),(934,100),(933.4641016151378,98),(932,96.53589838486225),(930,96),(928,96.53589838486225),(926.5358983848622,98)) -9211 ((925,110),(925.6698729810778,112.5),(927.5,114.3301270189222),(930,115),(932.5,114.3301270189222),(934.3301270189222,112.5),(935,110),(934.3301270189222,107.5),(932.5,105.6698729810778),(930,105),(927.5,105.6698729810778),(925.6698729810778,107.5)) -9212 ((924,120),(924.8038475772934,123),(927,125.19615242270663),(930,126),(933,125.19615242270663),(935.1961524227066,123),(936,120),(935.1961524227066,117),(933,114.80384757729337),(930,114),(927,114.80384757729337),(924.8038475772934,117)) -9213 ((923,130),(923.937822173509,133.5),(926.5,136.06217782649108),(930,137),(933.5,136.06217782649108),(936.062177826491,133.5),(937,130),(936.062177826491,126.5),(933.5,123.93782217350893),(930,123),(926.5,123.93782217350892),(923.937822173509,126.5)) -9214 ((922,140),(923.0717967697245,144),(926,146.9282032302755),(930,148),(934,146.9282032302755),(936.9282032302755,144),(938,140),(936.9282032302755,136),(934,133.0717967697245),(930,132),(926,133.0717967697245),(923.0717967697245,136)) -9215 ((921,150),(922.2057713659401,154.5),(925.5,157.79422863405995),(930,159),(934.5,157.79422863405995),(937.7942286340599,154.5),(939,150),(937.79422863406,145.5),(934.5,142.20577136594005),(930,141),(925.5,142.20577136594005),(922.2057713659401,145.5)) -9216 ((920,160),(921.3397459621556,165),(925,168.6602540378444),(930,170),(935,168.6602540378444),(938.6602540378444,165),(940,160),(938.6602540378444,155),(935,151.3397459621556),(930,150),(925,151.3397459621556),(921.3397459621556,155)) -9217 ((929,170),(929.1339745962156,170.5),(929.5,170.86602540378445),(930,171),(930.5,170.86602540378445),(930.8660254037844,170.5),(931,170),(930.8660254037844,169.5),(930.5,169.13397459621555),(930,169),(929.5,169.13397459621555),(929.1339745962156,169.5)) -9218 ((928,180),(928.2679491924312,181),(929,181.73205080756887),(930,182),(931,181.73205080756887),(931.7320508075688,181),(932,180),(931.7320508075688,179),(931,178.26794919243113),(930,178),(929,178.26794919243113),(928.2679491924312,179)) -9219 ((927,190),(927.4019237886466,191.5),(928.5,192.59807621135332),(930,193),(931.5,192.59807621135332),(932.5980762113533,191.5),(933,190),(932.5980762113534,188.5),(931.5,187.40192378864668),(930,187),(928.5,187.40192378864668),(927.4019237886467,188.5)) -9220 ((926,200),(926.5358983848622,202),(928,203.46410161513776),(930,204),(932,203.46410161513776),(933.4641016151378,202),(934,200),(933.4641016151378,198),(932,196.53589838486224),(930,196),(928,196.53589838486224),(926.5358983848622,198)) -9221 ((925,210),(925.6698729810778,212.5),(927.5,214.33012701892218),(930,215),(932.5,214.33012701892218),(934.3301270189222,212.5),(935,210),(934.3301270189222,207.5),(932.5,205.66987298107782),(930,205),(927.5,205.66987298107782),(925.6698729810778,207.5)) -9222 ((924,220),(924.8038475772934,223),(927,225.19615242270663),(930,226),(933,225.19615242270663),(935.1961524227066,223),(936,220),(935.1961524227066,217),(933,214.80384757729337),(930,214),(927,214.80384757729337),(924.8038475772934,217)) -9223 ((923,230),(923.937822173509,233.5),(926.5,236.06217782649108),(930,237),(933.5,236.06217782649108),(936.062177826491,233.5),(937,230),(936.062177826491,226.5),(933.5,223.93782217350892),(930,223),(926.5,223.93782217350892),(923.937822173509,226.5)) -9224 ((922,240),(923.0717967697245,244),(926,246.9282032302755),(930,248),(934,246.9282032302755),(936.9282032302755,244),(938,240),(936.9282032302755,236),(934,233.0717967697245),(930,232),(926,233.0717967697245),(923.0717967697245,236)) -9225 ((921,250),(922.2057713659401,254.5),(925.5,257.79422863405995),(930,259),(934.5,257.79422863405995),(937.7942286340599,254.5),(939,250),(937.79422863406,245.5),(934.5,242.20577136594005),(930,241),(925.5,242.20577136594005),(922.2057713659401,245.5)) -9226 ((920,260),(921.3397459621556,265),(925,268.66025403784437),(930,270),(935,268.66025403784437),(938.6602540378444,265),(940,260),(938.6602540378444,255),(935,251.3397459621556),(930,250),(925,251.3397459621556),(921.3397459621556,255)) -9227 ((929,270),(929.1339745962156,270.5),(929.5,270.8660254037844),(930,271),(930.5,270.8660254037844),(930.8660254037844,270.5),(931,270),(930.8660254037844,269.5),(930.5,269.1339745962156),(930,269),(929.5,269.1339745962156),(929.1339745962156,269.5)) -9228 ((928,280),(928.2679491924312,281),(929,281.7320508075689),(930,282),(931,281.7320508075689),(931.7320508075688,281),(932,280),(931.7320508075688,279),(931,278.2679491924311),(930,278),(929,278.2679491924311),(928.2679491924312,279)) -9229 ((927,290),(927.4019237886466,291.5),(928.5,292.5980762113533),(930,293),(931.5,292.5980762113533),(932.5980762113533,291.5),(933,290),(932.5980762113534,288.5),(931.5,287.4019237886467),(930,287),(928.5,287.4019237886467),(927.4019237886467,288.5)) -9230 ((926,300),(926.5358983848622,302),(928,303.46410161513774),(930,304),(932,303.46410161513774),(933.4641016151378,302),(934,300),(933.4641016151378,298),(932,296.53589838486226),(930,296),(928,296.53589838486226),(926.5358983848622,298)) -9231 ((925,310),(925.6698729810778,312.5),(927.5,314.3301270189222),(930,315),(932.5,314.3301270189222),(934.3301270189222,312.5),(935,310),(934.3301270189222,307.5),(932.5,305.6698729810778),(930,305),(927.5,305.6698729810778),(925.6698729810778,307.5)) -9232 ((924,320),(924.8038475772934,323),(927,325.19615242270663),(930,326),(933,325.19615242270663),(935.1961524227066,323),(936,320),(935.1961524227066,317),(933,314.80384757729337),(930,314),(927,314.80384757729337),(924.8038475772934,317)) -9233 ((923,330),(923.937822173509,333.5),(926.5,336.06217782649105),(930,337),(933.5,336.06217782649105),(936.062177826491,333.5),(937,330),(936.062177826491,326.5),(933.5,323.93782217350895),(930,323),(926.5,323.93782217350895),(923.937822173509,326.5)) -9234 ((922,340),(923.0717967697245,344),(926,346.9282032302755),(930,348),(934,346.9282032302755),(936.9282032302755,344),(938,340),(936.9282032302755,336),(934,333.0717967697245),(930,332),(926,333.0717967697245),(923.0717967697245,336)) -9235 ((921,350),(922.2057713659401,354.5),(925.5,357.79422863405995),(930,359),(934.5,357.79422863405995),(937.7942286340599,354.5),(939,350),(937.79422863406,345.5),(934.5,342.20577136594005),(930,341),(925.5,342.20577136594005),(922.2057713659401,345.5)) -9236 ((920,360),(921.3397459621556,365),(925,368.66025403784437),(930,370),(935,368.66025403784437),(938.6602540378444,365),(940,360),(938.6602540378444,355),(935,351.33974596215563),(930,350),(925,351.33974596215563),(921.3397459621556,355)) -9237 ((929,370),(929.1339745962156,370.5),(929.5,370.8660254037844),(930,371),(930.5,370.8660254037844),(930.8660254037844,370.5),(931,370),(930.8660254037844,369.5),(930.5,369.1339745962156),(930,369),(929.5,369.1339745962156),(929.1339745962156,369.5)) -9238 ((928,380),(928.2679491924312,381),(929,381.7320508075689),(930,382),(931,381.7320508075689),(931.7320508075688,381),(932,380),(931.7320508075688,379),(931,378.2679491924311),(930,378),(929,378.2679491924311),(928.2679491924312,379)) -9239 ((927,390),(927.4019237886466,391.5),(928.5,392.5980762113533),(930,393),(931.5,392.5980762113533),(932.5980762113533,391.5),(933,390),(932.5980762113534,388.5),(931.5,387.4019237886467),(930,387),(928.5,387.4019237886467),(927.4019237886467,388.5)) -9240 ((926,400),(926.5358983848622,402),(928,403.46410161513774),(930,404),(932,403.46410161513774),(933.4641016151378,402),(934,400),(933.4641016151378,398),(932,396.53589838486226),(930,396),(928,396.53589838486226),(926.5358983848622,398)) -9241 ((925,410),(925.6698729810778,412.5),(927.5,414.3301270189222),(930,415),(932.5,414.3301270189222),(934.3301270189222,412.5),(935,410),(934.3301270189222,407.5),(932.5,405.6698729810778),(930,405),(927.5,405.6698729810778),(925.6698729810778,407.5)) -9242 ((924,420),(924.8038475772934,423),(927,425.19615242270663),(930,426),(933,425.19615242270663),(935.1961524227066,423),(936,420),(935.1961524227066,417),(933,414.80384757729337),(930,414),(927,414.80384757729337),(924.8038475772934,417)) -9243 ((923,430),(923.937822173509,433.5),(926.5,436.06217782649105),(930,437),(933.5,436.06217782649105),(936.062177826491,433.5),(937,430),(936.062177826491,426.5),(933.5,423.93782217350895),(930,423),(926.5,423.93782217350895),(923.937822173509,426.5)) -9244 ((922,440),(923.0717967697245,444),(926,446.9282032302755),(930,448),(934,446.9282032302755),(936.9282032302755,444),(938,440),(936.9282032302755,436),(934,433.0717967697245),(930,432),(926,433.0717967697245),(923.0717967697245,436)) -9245 ((921,450),(922.2057713659401,454.5),(925.5,457.79422863405995),(930,459),(934.5,457.79422863405995),(937.7942286340599,454.5),(939,450),(937.79422863406,445.5),(934.5,442.20577136594005),(930,441),(925.5,442.20577136594005),(922.2057713659401,445.5)) -9246 ((920,460),(921.3397459621556,465),(925,468.66025403784437),(930,470),(935,468.66025403784437),(938.6602540378444,465),(940,460),(938.6602540378444,455),(935,451.33974596215563),(930,450),(925,451.33974596215563),(921.3397459621556,455)) -9247 ((929,470),(929.1339745962156,470.5),(929.5,470.8660254037844),(930,471),(930.5,470.8660254037844),(930.8660254037844,470.5),(931,470),(930.8660254037844,469.5),(930.5,469.1339745962156),(930,469),(929.5,469.1339745962156),(929.1339745962156,469.5)) -9248 ((928,480),(928.2679491924312,481),(929,481.7320508075689),(930,482),(931,481.7320508075689),(931.7320508075688,481),(932,480),(931.7320508075688,479),(931,478.2679491924311),(930,478),(929,478.2679491924311),(928.2679491924312,479)) -9249 ((927,490),(927.4019237886466,491.5),(928.5,492.5980762113533),(930,493),(931.5,492.5980762113533),(932.5980762113533,491.5),(933,490),(932.5980762113534,488.5),(931.5,487.4019237886467),(930,487),(928.5,487.4019237886467),(927.4019237886467,488.5)) -9250 ((926,500),(926.5358983848622,502),(928,503.46410161513774),(930,504),(932,503.46410161513774),(933.4641016151378,502),(934,500),(933.4641016151378,498),(932,496.53589838486226),(930,496),(928,496.53589838486226),(926.5358983848622,498)) -9251 ((925,510),(925.6698729810778,512.5),(927.5,514.3301270189222),(930,515),(932.5,514.3301270189222),(934.3301270189222,512.5),(935,510),(934.3301270189222,507.5),(932.5,505.6698729810778),(930,505),(927.5,505.6698729810778),(925.6698729810778,507.5)) -9252 ((924,520),(924.8038475772934,523),(927,525.1961524227066),(930,526),(933,525.1961524227066),(935.1961524227066,523),(936,520),(935.1961524227066,517),(933,514.8038475772934),(930,514),(927,514.8038475772934),(924.8038475772934,517)) -9253 ((923,530),(923.937822173509,533.5),(926.5,536.062177826491),(930,537),(933.5,536.062177826491),(936.062177826491,533.5),(937,530),(936.062177826491,526.5),(933.5,523.937822173509),(930,523),(926.5,523.937822173509),(923.937822173509,526.5)) -9254 ((922,540),(923.0717967697245,544),(926,546.9282032302755),(930,548),(934,546.9282032302755),(936.9282032302755,544),(938,540),(936.9282032302755,536),(934,533.0717967697245),(930,532),(926,533.0717967697245),(923.0717967697245,536)) -9255 ((921,550),(922.2057713659401,554.5),(925.5,557.7942286340599),(930,559),(934.5,557.7942286340599),(937.7942286340599,554.5),(939,550),(937.79422863406,545.5),(934.5,542.2057713659401),(930,541),(925.5,542.20577136594),(922.2057713659401,545.5)) -9256 ((920,560),(921.3397459621556,565),(925,568.6602540378444),(930,570),(935,568.6602540378444),(938.6602540378444,565),(940,560),(938.6602540378444,555),(935,551.3397459621556),(930,550),(925,551.3397459621556),(921.3397459621556,555)) -9257 ((929,570),(929.1339745962156,570.5),(929.5,570.8660254037844),(930,571),(930.5,570.8660254037844),(930.8660254037844,570.5),(931,570),(930.8660254037844,569.5),(930.5,569.1339745962156),(930,569),(929.5,569.1339745962156),(929.1339745962156,569.5)) -9258 ((928,580),(928.2679491924312,581),(929,581.7320508075688),(930,582),(931,581.7320508075688),(931.7320508075688,581),(932,580),(931.7320508075688,579),(931,578.2679491924312),(930,578),(929,578.2679491924312),(928.2679491924312,579)) -9259 ((927,590),(927.4019237886466,591.5),(928.5,592.5980762113534),(930,593),(931.5,592.5980762113534),(932.5980762113533,591.5),(933,590),(932.5980762113534,588.5),(931.5,587.4019237886467),(930,587),(928.5,587.4019237886466),(927.4019237886467,588.5)) -9260 ((926,600),(926.5358983848622,602),(928,603.4641016151378),(930,604),(932,603.4641016151378),(933.4641016151378,602),(934,600),(933.4641016151378,598),(932,596.5358983848622),(930,596),(928,596.5358983848622),(926.5358983848622,598)) -9261 ((925,610),(925.6698729810778,612.5),(927.5,614.3301270189222),(930,615),(932.5,614.3301270189222),(934.3301270189222,612.5),(935,610),(934.3301270189222,607.5),(932.5,605.6698729810778),(930,605),(927.5,605.6698729810778),(925.6698729810778,607.5)) -9262 ((924,620),(924.8038475772934,623),(927,625.1961524227066),(930,626),(933,625.1961524227066),(935.1961524227066,623),(936,620),(935.1961524227066,617),(933,614.8038475772934),(930,614),(927,614.8038475772934),(924.8038475772934,617)) -9263 ((923,630),(923.937822173509,633.5),(926.5,636.062177826491),(930,637),(933.5,636.062177826491),(936.062177826491,633.5),(937,630),(936.062177826491,626.5),(933.5,623.937822173509),(930,623),(926.5,623.937822173509),(923.937822173509,626.5)) -9264 ((922,640),(923.0717967697245,644),(926,646.9282032302755),(930,648),(934,646.9282032302755),(936.9282032302755,644),(938,640),(936.9282032302755,636),(934,633.0717967697245),(930,632),(926,633.0717967697245),(923.0717967697245,636)) -9265 ((921,650),(922.2057713659401,654.5),(925.5,657.7942286340599),(930,659),(934.5,657.7942286340599),(937.7942286340599,654.5),(939,650),(937.79422863406,645.5),(934.5,642.2057713659401),(930,641),(925.5,642.20577136594),(922.2057713659401,645.5)) -9266 ((920,660),(921.3397459621556,665),(925,668.6602540378444),(930,670),(935,668.6602540378444),(938.6602540378444,665),(940,660),(938.6602540378444,655),(935,651.3397459621556),(930,650),(925,651.3397459621556),(921.3397459621556,655)) -9267 ((929,670),(929.1339745962156,670.5),(929.5,670.8660254037844),(930,671),(930.5,670.8660254037844),(930.8660254037844,670.5),(931,670),(930.8660254037844,669.5),(930.5,669.1339745962156),(930,669),(929.5,669.1339745962156),(929.1339745962156,669.5)) -9268 ((928,680),(928.2679491924312,681),(929,681.7320508075688),(930,682),(931,681.7320508075688),(931.7320508075688,681),(932,680),(931.7320508075688,679),(931,678.2679491924312),(930,678),(929,678.2679491924312),(928.2679491924312,679)) -9269 ((927,690),(927.4019237886466,691.5),(928.5,692.5980762113534),(930,693),(931.5,692.5980762113534),(932.5980762113533,691.5),(933,690),(932.5980762113534,688.5),(931.5,687.4019237886467),(930,687),(928.5,687.4019237886466),(927.4019237886467,688.5)) -9270 ((926,700),(926.5358983848622,702),(928,703.4641016151378),(930,704),(932,703.4641016151378),(933.4641016151378,702),(934,700),(933.4641016151378,698),(932,696.5358983848622),(930,696),(928,696.5358983848622),(926.5358983848622,698)) -9271 ((925,710),(925.6698729810778,712.5),(927.5,714.3301270189222),(930,715),(932.5,714.3301270189222),(934.3301270189222,712.5),(935,710),(934.3301270189222,707.5),(932.5,705.6698729810778),(930,705),(927.5,705.6698729810778),(925.6698729810778,707.5)) -9272 ((924,720),(924.8038475772934,723),(927,725.1961524227066),(930,726),(933,725.1961524227066),(935.1961524227066,723),(936,720),(935.1961524227066,717),(933,714.8038475772934),(930,714),(927,714.8038475772934),(924.8038475772934,717)) -9273 ((923,730),(923.937822173509,733.5),(926.5,736.062177826491),(930,737),(933.5,736.062177826491),(936.062177826491,733.5),(937,730),(936.062177826491,726.5),(933.5,723.937822173509),(930,723),(926.5,723.937822173509),(923.937822173509,726.5)) -9274 ((922,740),(923.0717967697245,744),(926,746.9282032302755),(930,748),(934,746.9282032302755),(936.9282032302755,744),(938,740),(936.9282032302755,736),(934,733.0717967697245),(930,732),(926,733.0717967697245),(923.0717967697245,736)) -9275 ((921,750),(922.2057713659401,754.5),(925.5,757.7942286340599),(930,759),(934.5,757.7942286340599),(937.7942286340599,754.5),(939,750),(937.79422863406,745.5),(934.5,742.2057713659401),(930,741),(925.5,742.20577136594),(922.2057713659401,745.5)) -9276 ((920,760),(921.3397459621556,765),(925,768.6602540378444),(930,770),(935,768.6602540378444),(938.6602540378444,765),(940,760),(938.6602540378444,755),(935,751.3397459621556),(930,750),(925,751.3397459621556),(921.3397459621556,755)) -9277 ((929,770),(929.1339745962156,770.5),(929.5,770.8660254037844),(930,771),(930.5,770.8660254037844),(930.8660254037844,770.5),(931,770),(930.8660254037844,769.5),(930.5,769.1339745962156),(930,769),(929.5,769.1339745962156),(929.1339745962156,769.5)) -9278 ((928,780),(928.2679491924312,781),(929,781.7320508075688),(930,782),(931,781.7320508075688),(931.7320508075688,781),(932,780),(931.7320508075688,779),(931,778.2679491924312),(930,778),(929,778.2679491924312),(928.2679491924312,779)) -9279 ((927,790),(927.4019237886466,791.5),(928.5,792.5980762113534),(930,793),(931.5,792.5980762113534),(932.5980762113533,791.5),(933,790),(932.5980762113534,788.5),(931.5,787.4019237886467),(930,787),(928.5,787.4019237886466),(927.4019237886467,788.5)) -9280 ((926,800),(926.5358983848622,802),(928,803.4641016151378),(930,804),(932,803.4641016151378),(933.4641016151378,802),(934,800),(933.4641016151378,798),(932,796.5358983848622),(930,796),(928,796.5358983848622),(926.5358983848622,798)) -9281 ((925,810),(925.6698729810778,812.5),(927.5,814.3301270189222),(930,815),(932.5,814.3301270189222),(934.3301270189222,812.5),(935,810),(934.3301270189222,807.5),(932.5,805.6698729810778),(930,805),(927.5,805.6698729810778),(925.6698729810778,807.5)) -9282 ((924,820),(924.8038475772934,823),(927,825.1961524227066),(930,826),(933,825.1961524227066),(935.1961524227066,823),(936,820),(935.1961524227066,817),(933,814.8038475772934),(930,814),(927,814.8038475772934),(924.8038475772934,817)) -9283 ((923,830),(923.937822173509,833.5),(926.5,836.062177826491),(930,837),(933.5,836.062177826491),(936.062177826491,833.5),(937,830),(936.062177826491,826.5),(933.5,823.937822173509),(930,823),(926.5,823.937822173509),(923.937822173509,826.5)) -9284 ((922,840),(923.0717967697245,844),(926,846.9282032302755),(930,848),(934,846.9282032302755),(936.9282032302755,844),(938,840),(936.9282032302755,836),(934,833.0717967697245),(930,832),(926,833.0717967697245),(923.0717967697245,836)) -9285 ((921,850),(922.2057713659401,854.5),(925.5,857.7942286340599),(930,859),(934.5,857.7942286340599),(937.7942286340599,854.5),(939,850),(937.79422863406,845.5),(934.5,842.2057713659401),(930,841),(925.5,842.20577136594),(922.2057713659401,845.5)) -9286 ((920,860),(921.3397459621556,865),(925,868.6602540378444),(930,870),(935,868.6602540378444),(938.6602540378444,865),(940,860),(938.6602540378444,855),(935,851.3397459621556),(930,850),(925,851.3397459621556),(921.3397459621556,855)) -9287 ((929,870),(929.1339745962156,870.5),(929.5,870.8660254037844),(930,871),(930.5,870.8660254037844),(930.8660254037844,870.5),(931,870),(930.8660254037844,869.5),(930.5,869.1339745962156),(930,869),(929.5,869.1339745962156),(929.1339745962156,869.5)) -9288 ((928,880),(928.2679491924312,881),(929,881.7320508075688),(930,882),(931,881.7320508075688),(931.7320508075688,881),(932,880),(931.7320508075688,879),(931,878.2679491924312),(930,878),(929,878.2679491924312),(928.2679491924312,879)) -9289 ((927,890),(927.4019237886466,891.5),(928.5,892.5980762113534),(930,893),(931.5,892.5980762113534),(932.5980762113533,891.5),(933,890),(932.5980762113534,888.5),(931.5,887.4019237886467),(930,887),(928.5,887.4019237886466),(927.4019237886467,888.5)) -9290 ((926,900),(926.5358983848622,902),(928,903.4641016151378),(930,904),(932,903.4641016151378),(933.4641016151378,902),(934,900),(933.4641016151378,898),(932,896.5358983848622),(930,896),(928,896.5358983848622),(926.5358983848622,898)) -9291 ((925,910),(925.6698729810778,912.5),(927.5,914.3301270189222),(930,915),(932.5,914.3301270189222),(934.3301270189222,912.5),(935,910),(934.3301270189222,907.5),(932.5,905.6698729810778),(930,905),(927.5,905.6698729810778),(925.6698729810778,907.5)) -9292 ((924,920),(924.8038475772934,923),(927,925.1961524227066),(930,926),(933,925.1961524227066),(935.1961524227066,923),(936,920),(935.1961524227066,917),(933,914.8038475772934),(930,914),(927,914.8038475772934),(924.8038475772934,917)) -9293 ((923,930),(923.937822173509,933.5),(926.5,936.062177826491),(930,937),(933.5,936.062177826491),(936.062177826491,933.5),(937,930),(936.062177826491,926.5),(933.5,923.937822173509),(930,923),(926.5,923.937822173509),(923.937822173509,926.5)) -9294 ((922,940),(923.0717967697245,944),(926,946.9282032302755),(930,948),(934,946.9282032302755),(936.9282032302755,944),(938,940),(936.9282032302755,936),(934,933.0717967697245),(930,932),(926,933.0717967697245),(923.0717967697245,936)) -9295 ((921,950),(922.2057713659401,954.5),(925.5,957.7942286340599),(930,959),(934.5,957.7942286340599),(937.7942286340599,954.5),(939,950),(937.79422863406,945.5),(934.5,942.2057713659401),(930,941),(925.5,942.20577136594),(922.2057713659401,945.5)) -9296 ((920,960),(921.3397459621556,965),(925,968.6602540378444),(930,970),(935,968.6602540378444),(938.6602540378444,965),(940,960),(938.6602540378444,955),(935,951.3397459621556),(930,950),(925,951.3397459621556),(921.3397459621556,955)) -9297 ((929,970),(929.1339745962156,970.5),(929.5,970.8660254037844),(930,971),(930.5,970.8660254037844),(930.8660254037844,970.5),(931,970),(930.8660254037844,969.5),(930.5,969.1339745962156),(930,969),(929.5,969.1339745962156),(929.1339745962156,969.5)) -9298 ((928,980),(928.2679491924312,981),(929,981.7320508075688),(930,982),(931,981.7320508075688),(931.7320508075688,981),(932,980),(931.7320508075688,979),(931,978.2679491924312),(930,978),(929,978.2679491924312),(928.2679491924312,979)) -9299 ((927,990),(927.4019237886466,991.5),(928.5,992.5980762113534),(930,993),(931.5,992.5980762113534),(932.5980762113533,991.5),(933,990),(932.5980762113534,988.5),(931.5,987.4019237886467),(930,987),(928.5,987.4019237886466),(927.4019237886467,988.5)) -9300 ((926,1000),(926.5358983848622,1002),(928,1003.4641016151378),(930,1004),(932,1003.4641016151378),(933.4641016151378,1002),(934,1000),(933.4641016151378,998),(932,996.5358983848622),(930,996),(928,996.5358983848622),(926.5358983848622,998)) -9301 ((934,10),(934.8038475772934,13),(937,15.196152422706632),(940,16),(943,15.196152422706632),(945.1961524227066,13.000000000000002),(946,10),(945.1961524227066,7.000000000000002),(943,4.803847577293369),(940,4),(937,4.803847577293366),(934.8038475772934,6.999999999999997)) -9302 ((933,20),(933.937822173509,23.5),(936.5,26.06217782649107),(940,27),(943.5,26.062177826491073),(946.062177826491,23.500000000000004),(947,20),(946.062177826491,16.5),(943.5,13.93782217350893),(940,13),(936.5,13.937822173508927),(933.937822173509,16.499999999999996)) -9303 ((932,30),(933.0717967697245,34),(936,36.92820323027551),(940,38),(944,36.92820323027551),(946.9282032302755,34),(948,30),(946.9282032302755,26.000000000000004),(944,23.071796769724493),(940,22),(936,23.071796769724486),(933.0717967697245,25.999999999999996)) -9304 ((931,40),(932.2057713659401,44.5),(935.5,47.79422863405995),(940,49),(944.5,47.79422863405995),(947.7942286340599,44.5),(949,40),(947.79422863406,35.5),(944.5,32.20577136594005),(940,31),(935.5,32.20577136594005),(932.2057713659401,35.5)) -9305 ((930,50),(931.3397459621556,55),(935,58.66025403784438),(940,60),(945,58.66025403784439),(948.6602540378444,55),(950,50),(948.6602540378444,45),(945,41.33974596215562),(940,40),(935,41.33974596215561),(931.3397459621556,44.99999999999999)) -9306 ((939,60),(939.1339745962156,60.5),(939.5,60.86602540378444),(940,61),(940.5,60.86602540378444),(940.8660254037844,60.5),(941,60),(940.8660254037844,59.5),(940.5,59.13397459621556),(940,59),(939.5,59.13397459621556),(939.1339745962156,59.5)) -9307 ((938,70),(938.2679491924312,71),(939,71.73205080756888),(940,72),(941,71.73205080756888),(941.7320508075688,71),(942,70),(941.7320508075688,69),(941,68.26794919243112),(940,68),(939,68.26794919243112),(938.2679491924312,69)) -9308 ((937,80),(937.4019237886466,81.5),(938.5,82.59807621135332),(940,83),(941.5,82.59807621135332),(942.5980762113533,81.5),(943,80),(942.5980762113534,78.5),(941.5,77.40192378864668),(940,77),(938.5,77.40192378864668),(937.4019237886467,78.5)) -9309 ((936,90),(936.5358983848622,92),(938,93.46410161513775),(940,94),(942,93.46410161513775),(943.4641016151378,92),(944,90),(943.4641016151378,88),(942,86.53589838486225),(940,86),(938,86.53589838486225),(936.5358983848622,88)) -9310 ((935,100),(935.6698729810778,102.5),(937.5,104.3301270189222),(940,105),(942.5,104.3301270189222),(944.3301270189222,102.5),(945,100),(944.3301270189222,97.5),(942.5,95.6698729810778),(940,95),(937.5,95.6698729810778),(935.6698729810778,97.5)) -9311 ((934,110),(934.8038475772934,113),(937,115.19615242270663),(940,116),(943,115.19615242270663),(945.1961524227066,113),(946,110),(945.1961524227066,107),(943,104.80384757729337),(940,104),(937,104.80384757729337),(934.8038475772934,107)) -9312 ((933,120),(933.937822173509,123.5),(936.5,126.06217782649107),(940,127),(943.5,126.06217782649107),(946.062177826491,123.5),(947,120),(946.062177826491,116.5),(943.5,113.93782217350893),(940,113),(936.5,113.93782217350892),(933.937822173509,116.5)) -9313 ((932,130),(933.0717967697245,134),(936,136.9282032302755),(940,138),(944,136.9282032302755),(946.9282032302755,134),(948,130),(946.9282032302755,126),(944,123.07179676972449),(940,122),(936,123.07179676972449),(933.0717967697245,126)) -9314 ((931,140),(932.2057713659401,144.5),(935.5,147.79422863405995),(940,149),(944.5,147.79422863405995),(947.7942286340599,144.5),(949,140),(947.79422863406,135.5),(944.5,132.20577136594005),(940,131),(935.5,132.20577136594005),(932.2057713659401,135.5)) -9315 ((930,150),(931.3397459621556,155),(935,158.6602540378444),(940,160),(945,158.6602540378444),(948.6602540378444,155),(950,150),(948.6602540378444,145),(945,141.3397459621556),(940,140),(935,141.3397459621556),(931.3397459621556,145)) -9316 ((939,160),(939.1339745962156,160.5),(939.5,160.86602540378445),(940,161),(940.5,160.86602540378445),(940.8660254037844,160.5),(941,160),(940.8660254037844,159.5),(940.5,159.13397459621555),(940,159),(939.5,159.13397459621555),(939.1339745962156,159.5)) -9317 ((938,170),(938.2679491924312,171),(939,171.73205080756887),(940,172),(941,171.73205080756887),(941.7320508075688,171),(942,170),(941.7320508075688,169),(941,168.26794919243113),(940,168),(939,168.26794919243113),(938.2679491924312,169)) -9318 ((937,180),(937.4019237886466,181.5),(938.5,182.59807621135332),(940,183),(941.5,182.59807621135332),(942.5980762113533,181.5),(943,180),(942.5980762113534,178.5),(941.5,177.40192378864668),(940,177),(938.5,177.40192378864668),(937.4019237886467,178.5)) -9319 ((936,190),(936.5358983848622,192),(938,193.46410161513776),(940,194),(942,193.46410161513776),(943.4641016151378,192),(944,190),(943.4641016151378,188),(942,186.53589838486224),(940,186),(938,186.53589838486224),(936.5358983848622,188)) -9320 ((935,200),(935.6698729810778,202.5),(937.5,204.33012701892218),(940,205),(942.5,204.33012701892218),(944.3301270189222,202.5),(945,200),(944.3301270189222,197.5),(942.5,195.66987298107782),(940,195),(937.5,195.66987298107782),(935.6698729810778,197.5)) -9321 ((934,210),(934.8038475772934,213),(937,215.19615242270663),(940,216),(943,215.19615242270663),(945.1961524227066,213),(946,210),(945.1961524227066,207),(943,204.80384757729337),(940,204),(937,204.80384757729337),(934.8038475772934,207)) -9322 ((933,220),(933.937822173509,223.5),(936.5,226.06217782649108),(940,227),(943.5,226.06217782649108),(946.062177826491,223.5),(947,220),(946.062177826491,216.5),(943.5,213.93782217350892),(940,213),(936.5,213.93782217350892),(933.937822173509,216.5)) -9323 ((932,230),(933.0717967697245,234),(936,236.9282032302755),(940,238),(944,236.9282032302755),(946.9282032302755,234),(948,230),(946.9282032302755,226),(944,223.0717967697245),(940,222),(936,223.0717967697245),(933.0717967697245,226)) -9324 ((931,240),(932.2057713659401,244.5),(935.5,247.79422863405995),(940,249),(944.5,247.79422863405995),(947.7942286340599,244.5),(949,240),(947.79422863406,235.5),(944.5,232.20577136594005),(940,231),(935.5,232.20577136594005),(932.2057713659401,235.5)) -9325 ((930,250),(931.3397459621556,255),(935,258.66025403784437),(940,260),(945,258.66025403784437),(948.6602540378444,255),(950,250),(948.6602540378444,245),(945,241.3397459621556),(940,240),(935,241.3397459621556),(931.3397459621556,245)) -9326 ((939,260),(939.1339745962156,260.5),(939.5,260.8660254037844),(940,261),(940.5,260.8660254037844),(940.8660254037844,260.5),(941,260),(940.8660254037844,259.5),(940.5,259.1339745962156),(940,259),(939.5,259.1339745962156),(939.1339745962156,259.5)) -9327 ((938,270),(938.2679491924312,271),(939,271.7320508075689),(940,272),(941,271.7320508075689),(941.7320508075688,271),(942,270),(941.7320508075688,269),(941,268.2679491924311),(940,268),(939,268.2679491924311),(938.2679491924312,269)) -9328 ((937,280),(937.4019237886466,281.5),(938.5,282.5980762113533),(940,283),(941.5,282.5980762113533),(942.5980762113533,281.5),(943,280),(942.5980762113534,278.5),(941.5,277.4019237886467),(940,277),(938.5,277.4019237886467),(937.4019237886467,278.5)) -9329 ((936,290),(936.5358983848622,292),(938,293.46410161513774),(940,294),(942,293.46410161513774),(943.4641016151378,292),(944,290),(943.4641016151378,288),(942,286.53589838486226),(940,286),(938,286.53589838486226),(936.5358983848622,288)) -9330 ((935,300),(935.6698729810778,302.5),(937.5,304.3301270189222),(940,305),(942.5,304.3301270189222),(944.3301270189222,302.5),(945,300),(944.3301270189222,297.5),(942.5,295.6698729810778),(940,295),(937.5,295.6698729810778),(935.6698729810778,297.5)) -9331 ((934,310),(934.8038475772934,313),(937,315.19615242270663),(940,316),(943,315.19615242270663),(945.1961524227066,313),(946,310),(945.1961524227066,307),(943,304.80384757729337),(940,304),(937,304.80384757729337),(934.8038475772934,307)) -9332 ((933,320),(933.937822173509,323.5),(936.5,326.06217782649105),(940,327),(943.5,326.06217782649105),(946.062177826491,323.5),(947,320),(946.062177826491,316.5),(943.5,313.93782217350895),(940,313),(936.5,313.93782217350895),(933.937822173509,316.5)) -9333 ((932,330),(933.0717967697245,334),(936,336.9282032302755),(940,338),(944,336.9282032302755),(946.9282032302755,334),(948,330),(946.9282032302755,326),(944,323.0717967697245),(940,322),(936,323.0717967697245),(933.0717967697245,326)) -9334 ((931,340),(932.2057713659401,344.5),(935.5,347.79422863405995),(940,349),(944.5,347.79422863405995),(947.7942286340599,344.5),(949,340),(947.79422863406,335.5),(944.5,332.20577136594005),(940,331),(935.5,332.20577136594005),(932.2057713659401,335.5)) -9335 ((930,350),(931.3397459621556,355),(935,358.66025403784437),(940,360),(945,358.66025403784437),(948.6602540378444,355),(950,350),(948.6602540378444,345),(945,341.33974596215563),(940,340),(935,341.33974596215563),(931.3397459621556,345)) -9336 ((939,360),(939.1339745962156,360.5),(939.5,360.8660254037844),(940,361),(940.5,360.8660254037844),(940.8660254037844,360.5),(941,360),(940.8660254037844,359.5),(940.5,359.1339745962156),(940,359),(939.5,359.1339745962156),(939.1339745962156,359.5)) -9337 ((938,370),(938.2679491924312,371),(939,371.7320508075689),(940,372),(941,371.7320508075689),(941.7320508075688,371),(942,370),(941.7320508075688,369),(941,368.2679491924311),(940,368),(939,368.2679491924311),(938.2679491924312,369)) -9338 ((937,380),(937.4019237886466,381.5),(938.5,382.5980762113533),(940,383),(941.5,382.5980762113533),(942.5980762113533,381.5),(943,380),(942.5980762113534,378.5),(941.5,377.4019237886467),(940,377),(938.5,377.4019237886467),(937.4019237886467,378.5)) -9339 ((936,390),(936.5358983848622,392),(938,393.46410161513774),(940,394),(942,393.46410161513774),(943.4641016151378,392),(944,390),(943.4641016151378,388),(942,386.53589838486226),(940,386),(938,386.53589838486226),(936.5358983848622,388)) -9340 ((935,400),(935.6698729810778,402.5),(937.5,404.3301270189222),(940,405),(942.5,404.3301270189222),(944.3301270189222,402.5),(945,400),(944.3301270189222,397.5),(942.5,395.6698729810778),(940,395),(937.5,395.6698729810778),(935.6698729810778,397.5)) -9341 ((934,410),(934.8038475772934,413),(937,415.19615242270663),(940,416),(943,415.19615242270663),(945.1961524227066,413),(946,410),(945.1961524227066,407),(943,404.80384757729337),(940,404),(937,404.80384757729337),(934.8038475772934,407)) -9342 ((933,420),(933.937822173509,423.5),(936.5,426.06217782649105),(940,427),(943.5,426.06217782649105),(946.062177826491,423.5),(947,420),(946.062177826491,416.5),(943.5,413.93782217350895),(940,413),(936.5,413.93782217350895),(933.937822173509,416.5)) -9343 ((932,430),(933.0717967697245,434),(936,436.9282032302755),(940,438),(944,436.9282032302755),(946.9282032302755,434),(948,430),(946.9282032302755,426),(944,423.0717967697245),(940,422),(936,423.0717967697245),(933.0717967697245,426)) -9344 ((931,440),(932.2057713659401,444.5),(935.5,447.79422863405995),(940,449),(944.5,447.79422863405995),(947.7942286340599,444.5),(949,440),(947.79422863406,435.5),(944.5,432.20577136594005),(940,431),(935.5,432.20577136594005),(932.2057713659401,435.5)) -9345 ((930,450),(931.3397459621556,455),(935,458.66025403784437),(940,460),(945,458.66025403784437),(948.6602540378444,455),(950,450),(948.6602540378444,445),(945,441.33974596215563),(940,440),(935,441.33974596215563),(931.3397459621556,445)) -9346 ((939,460),(939.1339745962156,460.5),(939.5,460.8660254037844),(940,461),(940.5,460.8660254037844),(940.8660254037844,460.5),(941,460),(940.8660254037844,459.5),(940.5,459.1339745962156),(940,459),(939.5,459.1339745962156),(939.1339745962156,459.5)) -9347 ((938,470),(938.2679491924312,471),(939,471.7320508075689),(940,472),(941,471.7320508075689),(941.7320508075688,471),(942,470),(941.7320508075688,469),(941,468.2679491924311),(940,468),(939,468.2679491924311),(938.2679491924312,469)) -9348 ((937,480),(937.4019237886466,481.5),(938.5,482.5980762113533),(940,483),(941.5,482.5980762113533),(942.5980762113533,481.5),(943,480),(942.5980762113534,478.5),(941.5,477.4019237886467),(940,477),(938.5,477.4019237886467),(937.4019237886467,478.5)) -9349 ((936,490),(936.5358983848622,492),(938,493.46410161513774),(940,494),(942,493.46410161513774),(943.4641016151378,492),(944,490),(943.4641016151378,488),(942,486.53589838486226),(940,486),(938,486.53589838486226),(936.5358983848622,488)) -9350 ((935,500),(935.6698729810778,502.5),(937.5,504.3301270189222),(940,505),(942.5,504.3301270189222),(944.3301270189222,502.5),(945,500),(944.3301270189222,497.5),(942.5,495.6698729810778),(940,495),(937.5,495.6698729810778),(935.6698729810778,497.5)) -9351 ((934,510),(934.8038475772934,513),(937,515.1961524227066),(940,516),(943,515.1961524227066),(945.1961524227066,513),(946,510),(945.1961524227066,507),(943,504.80384757729337),(940,504),(937,504.80384757729337),(934.8038475772934,507)) -9352 ((933,520),(933.937822173509,523.5),(936.5,526.062177826491),(940,527),(943.5,526.062177826491),(946.062177826491,523.5),(947,520),(946.062177826491,516.5),(943.5,513.937822173509),(940,513),(936.5,513.937822173509),(933.937822173509,516.5)) -9353 ((932,530),(933.0717967697245,534),(936,536.9282032302755),(940,538),(944,536.9282032302755),(946.9282032302755,534),(948,530),(946.9282032302755,526),(944,523.0717967697245),(940,522),(936,523.0717967697245),(933.0717967697245,526)) -9354 ((931,540),(932.2057713659401,544.5),(935.5,547.7942286340599),(940,549),(944.5,547.7942286340599),(947.7942286340599,544.5),(949,540),(947.79422863406,535.5),(944.5,532.2057713659401),(940,531),(935.5,532.20577136594),(932.2057713659401,535.5)) -9355 ((930,550),(931.3397459621556,555),(935,558.6602540378444),(940,560),(945,558.6602540378444),(948.6602540378444,555),(950,550),(948.6602540378444,545),(945,541.3397459621556),(940,540),(935,541.3397459621556),(931.3397459621556,545)) -9356 ((939,560),(939.1339745962156,560.5),(939.5,560.8660254037844),(940,561),(940.5,560.8660254037844),(940.8660254037844,560.5),(941,560),(940.8660254037844,559.5),(940.5,559.1339745962156),(940,559),(939.5,559.1339745962156),(939.1339745962156,559.5)) -9357 ((938,570),(938.2679491924312,571),(939,571.7320508075688),(940,572),(941,571.7320508075688),(941.7320508075688,571),(942,570),(941.7320508075688,569),(941,568.2679491924312),(940,568),(939,568.2679491924312),(938.2679491924312,569)) -9358 ((937,580),(937.4019237886466,581.5),(938.5,582.5980762113534),(940,583),(941.5,582.5980762113534),(942.5980762113533,581.5),(943,580),(942.5980762113534,578.5),(941.5,577.4019237886467),(940,577),(938.5,577.4019237886466),(937.4019237886467,578.5)) -9359 ((936,590),(936.5358983848622,592),(938,593.4641016151378),(940,594),(942,593.4641016151378),(943.4641016151378,592),(944,590),(943.4641016151378,588),(942,586.5358983848622),(940,586),(938,586.5358983848622),(936.5358983848622,588)) -9360 ((935,600),(935.6698729810778,602.5),(937.5,604.3301270189222),(940,605),(942.5,604.3301270189222),(944.3301270189222,602.5),(945,600),(944.3301270189222,597.5),(942.5,595.6698729810778),(940,595),(937.5,595.6698729810778),(935.6698729810778,597.5)) -9361 ((934,610),(934.8038475772934,613),(937,615.1961524227066),(940,616),(943,615.1961524227066),(945.1961524227066,613),(946,610),(945.1961524227066,607),(943,604.8038475772934),(940,604),(937,604.8038475772934),(934.8038475772934,607)) -9362 ((933,620),(933.937822173509,623.5),(936.5,626.062177826491),(940,627),(943.5,626.062177826491),(946.062177826491,623.5),(947,620),(946.062177826491,616.5),(943.5,613.937822173509),(940,613),(936.5,613.937822173509),(933.937822173509,616.5)) -9363 ((932,630),(933.0717967697245,634),(936,636.9282032302755),(940,638),(944,636.9282032302755),(946.9282032302755,634),(948,630),(946.9282032302755,626),(944,623.0717967697245),(940,622),(936,623.0717967697245),(933.0717967697245,626)) -9364 ((931,640),(932.2057713659401,644.5),(935.5,647.7942286340599),(940,649),(944.5,647.7942286340599),(947.7942286340599,644.5),(949,640),(947.79422863406,635.5),(944.5,632.2057713659401),(940,631),(935.5,632.20577136594),(932.2057713659401,635.5)) -9365 ((930,650),(931.3397459621556,655),(935,658.6602540378444),(940,660),(945,658.6602540378444),(948.6602540378444,655),(950,650),(948.6602540378444,645),(945,641.3397459621556),(940,640),(935,641.3397459621556),(931.3397459621556,645)) -9366 ((939,660),(939.1339745962156,660.5),(939.5,660.8660254037844),(940,661),(940.5,660.8660254037844),(940.8660254037844,660.5),(941,660),(940.8660254037844,659.5),(940.5,659.1339745962156),(940,659),(939.5,659.1339745962156),(939.1339745962156,659.5)) -9367 ((938,670),(938.2679491924312,671),(939,671.7320508075688),(940,672),(941,671.7320508075688),(941.7320508075688,671),(942,670),(941.7320508075688,669),(941,668.2679491924312),(940,668),(939,668.2679491924312),(938.2679491924312,669)) -9368 ((937,680),(937.4019237886466,681.5),(938.5,682.5980762113534),(940,683),(941.5,682.5980762113534),(942.5980762113533,681.5),(943,680),(942.5980762113534,678.5),(941.5,677.4019237886467),(940,677),(938.5,677.4019237886466),(937.4019237886467,678.5)) -9369 ((936,690),(936.5358983848622,692),(938,693.4641016151378),(940,694),(942,693.4641016151378),(943.4641016151378,692),(944,690),(943.4641016151378,688),(942,686.5358983848622),(940,686),(938,686.5358983848622),(936.5358983848622,688)) -9370 ((935,700),(935.6698729810778,702.5),(937.5,704.3301270189222),(940,705),(942.5,704.3301270189222),(944.3301270189222,702.5),(945,700),(944.3301270189222,697.5),(942.5,695.6698729810778),(940,695),(937.5,695.6698729810778),(935.6698729810778,697.5)) -9371 ((934,710),(934.8038475772934,713),(937,715.1961524227066),(940,716),(943,715.1961524227066),(945.1961524227066,713),(946,710),(945.1961524227066,707),(943,704.8038475772934),(940,704),(937,704.8038475772934),(934.8038475772934,707)) -9372 ((933,720),(933.937822173509,723.5),(936.5,726.062177826491),(940,727),(943.5,726.062177826491),(946.062177826491,723.5),(947,720),(946.062177826491,716.5),(943.5,713.937822173509),(940,713),(936.5,713.937822173509),(933.937822173509,716.5)) -9373 ((932,730),(933.0717967697245,734),(936,736.9282032302755),(940,738),(944,736.9282032302755),(946.9282032302755,734),(948,730),(946.9282032302755,726),(944,723.0717967697245),(940,722),(936,723.0717967697245),(933.0717967697245,726)) -9374 ((931,740),(932.2057713659401,744.5),(935.5,747.7942286340599),(940,749),(944.5,747.7942286340599),(947.7942286340599,744.5),(949,740),(947.79422863406,735.5),(944.5,732.2057713659401),(940,731),(935.5,732.20577136594),(932.2057713659401,735.5)) -9375 ((930,750),(931.3397459621556,755),(935,758.6602540378444),(940,760),(945,758.6602540378444),(948.6602540378444,755),(950,750),(948.6602540378444,745),(945,741.3397459621556),(940,740),(935,741.3397459621556),(931.3397459621556,745)) -9376 ((939,760),(939.1339745962156,760.5),(939.5,760.8660254037844),(940,761),(940.5,760.8660254037844),(940.8660254037844,760.5),(941,760),(940.8660254037844,759.5),(940.5,759.1339745962156),(940,759),(939.5,759.1339745962156),(939.1339745962156,759.5)) -9377 ((938,770),(938.2679491924312,771),(939,771.7320508075688),(940,772),(941,771.7320508075688),(941.7320508075688,771),(942,770),(941.7320508075688,769),(941,768.2679491924312),(940,768),(939,768.2679491924312),(938.2679491924312,769)) -9378 ((937,780),(937.4019237886466,781.5),(938.5,782.5980762113534),(940,783),(941.5,782.5980762113534),(942.5980762113533,781.5),(943,780),(942.5980762113534,778.5),(941.5,777.4019237886467),(940,777),(938.5,777.4019237886466),(937.4019237886467,778.5)) -9379 ((936,790),(936.5358983848622,792),(938,793.4641016151378),(940,794),(942,793.4641016151378),(943.4641016151378,792),(944,790),(943.4641016151378,788),(942,786.5358983848622),(940,786),(938,786.5358983848622),(936.5358983848622,788)) -9380 ((935,800),(935.6698729810778,802.5),(937.5,804.3301270189222),(940,805),(942.5,804.3301270189222),(944.3301270189222,802.5),(945,800),(944.3301270189222,797.5),(942.5,795.6698729810778),(940,795),(937.5,795.6698729810778),(935.6698729810778,797.5)) -9381 ((934,810),(934.8038475772934,813),(937,815.1961524227066),(940,816),(943,815.1961524227066),(945.1961524227066,813),(946,810),(945.1961524227066,807),(943,804.8038475772934),(940,804),(937,804.8038475772934),(934.8038475772934,807)) -9382 ((933,820),(933.937822173509,823.5),(936.5,826.062177826491),(940,827),(943.5,826.062177826491),(946.062177826491,823.5),(947,820),(946.062177826491,816.5),(943.5,813.937822173509),(940,813),(936.5,813.937822173509),(933.937822173509,816.5)) -9383 ((932,830),(933.0717967697245,834),(936,836.9282032302755),(940,838),(944,836.9282032302755),(946.9282032302755,834),(948,830),(946.9282032302755,826),(944,823.0717967697245),(940,822),(936,823.0717967697245),(933.0717967697245,826)) -9384 ((931,840),(932.2057713659401,844.5),(935.5,847.7942286340599),(940,849),(944.5,847.7942286340599),(947.7942286340599,844.5),(949,840),(947.79422863406,835.5),(944.5,832.2057713659401),(940,831),(935.5,832.20577136594),(932.2057713659401,835.5)) -9385 ((930,850),(931.3397459621556,855),(935,858.6602540378444),(940,860),(945,858.6602540378444),(948.6602540378444,855),(950,850),(948.6602540378444,845),(945,841.3397459621556),(940,840),(935,841.3397459621556),(931.3397459621556,845)) -9386 ((939,860),(939.1339745962156,860.5),(939.5,860.8660254037844),(940,861),(940.5,860.8660254037844),(940.8660254037844,860.5),(941,860),(940.8660254037844,859.5),(940.5,859.1339745962156),(940,859),(939.5,859.1339745962156),(939.1339745962156,859.5)) -9387 ((938,870),(938.2679491924312,871),(939,871.7320508075688),(940,872),(941,871.7320508075688),(941.7320508075688,871),(942,870),(941.7320508075688,869),(941,868.2679491924312),(940,868),(939,868.2679491924312),(938.2679491924312,869)) -9388 ((937,880),(937.4019237886466,881.5),(938.5,882.5980762113534),(940,883),(941.5,882.5980762113534),(942.5980762113533,881.5),(943,880),(942.5980762113534,878.5),(941.5,877.4019237886467),(940,877),(938.5,877.4019237886466),(937.4019237886467,878.5)) -9389 ((936,890),(936.5358983848622,892),(938,893.4641016151378),(940,894),(942,893.4641016151378),(943.4641016151378,892),(944,890),(943.4641016151378,888),(942,886.5358983848622),(940,886),(938,886.5358983848622),(936.5358983848622,888)) -9390 ((935,900),(935.6698729810778,902.5),(937.5,904.3301270189222),(940,905),(942.5,904.3301270189222),(944.3301270189222,902.5),(945,900),(944.3301270189222,897.5),(942.5,895.6698729810778),(940,895),(937.5,895.6698729810778),(935.6698729810778,897.5)) -9391 ((934,910),(934.8038475772934,913),(937,915.1961524227066),(940,916),(943,915.1961524227066),(945.1961524227066,913),(946,910),(945.1961524227066,907),(943,904.8038475772934),(940,904),(937,904.8038475772934),(934.8038475772934,907)) -9392 ((933,920),(933.937822173509,923.5),(936.5,926.062177826491),(940,927),(943.5,926.062177826491),(946.062177826491,923.5),(947,920),(946.062177826491,916.5),(943.5,913.937822173509),(940,913),(936.5,913.937822173509),(933.937822173509,916.5)) -9393 ((932,930),(933.0717967697245,934),(936,936.9282032302755),(940,938),(944,936.9282032302755),(946.9282032302755,934),(948,930),(946.9282032302755,926),(944,923.0717967697245),(940,922),(936,923.0717967697245),(933.0717967697245,926)) -9394 ((931,940),(932.2057713659401,944.5),(935.5,947.7942286340599),(940,949),(944.5,947.7942286340599),(947.7942286340599,944.5),(949,940),(947.79422863406,935.5),(944.5,932.2057713659401),(940,931),(935.5,932.20577136594),(932.2057713659401,935.5)) -9395 ((930,950),(931.3397459621556,955),(935,958.6602540378444),(940,960),(945,958.6602540378444),(948.6602540378444,955),(950,950),(948.6602540378444,945),(945,941.3397459621556),(940,940),(935,941.3397459621556),(931.3397459621556,945)) -9396 ((939,960),(939.1339745962156,960.5),(939.5,960.8660254037844),(940,961),(940.5,960.8660254037844),(940.8660254037844,960.5),(941,960),(940.8660254037844,959.5),(940.5,959.1339745962156),(940,959),(939.5,959.1339745962156),(939.1339745962156,959.5)) -9397 ((938,970),(938.2679491924312,971),(939,971.7320508075688),(940,972),(941,971.7320508075688),(941.7320508075688,971),(942,970),(941.7320508075688,969),(941,968.2679491924312),(940,968),(939,968.2679491924312),(938.2679491924312,969)) -9398 ((937,980),(937.4019237886466,981.5),(938.5,982.5980762113534),(940,983),(941.5,982.5980762113534),(942.5980762113533,981.5),(943,980),(942.5980762113534,978.5),(941.5,977.4019237886467),(940,977),(938.5,977.4019237886466),(937.4019237886467,978.5)) -9399 ((936,990),(936.5358983848622,992),(938,993.4641016151378),(940,994),(942,993.4641016151378),(943.4641016151378,992),(944,990),(943.4641016151378,988),(942,986.5358983848622),(940,986),(938,986.5358983848622),(936.5358983848622,988)) -9400 ((935,1000),(935.6698729810778,1002.5),(937.5,1004.3301270189222),(940,1005),(942.5,1004.3301270189222),(944.3301270189222,1002.5),(945,1000),(944.3301270189222,997.5),(942.5,995.6698729810778),(940,995),(937.5,995.6698729810778),(935.6698729810778,997.5)) -9401 ((943,10),(943.937822173509,13.5),(946.5,16.06217782649107),(950,17),(953.5,16.062177826491073),(956.062177826491,13.500000000000002),(957,10),(956.062177826491,6.500000000000002),(953.5,3.9378221735089305),(950,3),(946.5,3.937822173508927),(943.937822173509,6.4999999999999964)) -9402 ((942,20),(943.0717967697245,24),(946,26.928203230275507),(950,28),(954,26.92820323027551),(956.9282032302755,24.000000000000004),(958,20),(956.9282032302755,16.000000000000004),(954,13.071796769724493),(950,12),(946,13.071796769724488),(943.0717967697245,15.999999999999996)) -9403 ((941,30),(942.2057713659401,34.5),(945.5,37.79422863405995),(950,39),(954.5,37.79422863405995),(957.7942286340599,34.5),(959,30),(957.79422863406,25.500000000000004),(954.5,22.205771365940052),(950,21),(945.5,22.20577136594005),(942.2057713659401,25.499999999999996)) -9404 ((940,40),(941.3397459621556,45),(945,48.66025403784438),(950,50),(955,48.66025403784439),(958.6602540378444,45),(960,40),(958.6602540378444,35),(955,31.339745962155614),(950,30),(945,31.33974596215561),(941.3397459621556,34.99999999999999)) -9405 ((949,50),(949.1339745962156,50.5),(949.5,50.86602540378444),(950,51),(950.5,50.86602540378444),(950.8660254037844,50.5),(951,50),(950.8660254037844,49.5),(950.5,49.13397459621556),(950,49),(949.5,49.13397459621556),(949.1339745962156,49.5)) -9406 ((948,60),(948.2679491924312,61),(949,61.732050807568875),(950,62),(951,61.732050807568875),(951.7320508075688,61),(952,60),(951.7320508075688,59),(951,58.267949192431125),(950,58),(949,58.267949192431125),(948.2679491924312,59)) -9407 ((947,70),(947.4019237886466,71.5),(948.5,72.59807621135332),(950,73),(951.5,72.59807621135332),(952.5980762113533,71.5),(953,70),(952.5980762113534,68.5),(951.5,67.40192378864668),(950,67),(948.5,67.40192378864668),(947.4019237886467,68.5)) -9408 ((946,80),(946.5358983848622,82),(948,83.46410161513775),(950,84),(952,83.46410161513775),(953.4641016151378,82),(954,80),(953.4641016151378,78),(952,76.53589838486225),(950,76),(948,76.53589838486225),(946.5358983848622,78)) -9409 ((945,90),(945.6698729810778,92.5),(947.5,94.3301270189222),(950,95),(952.5,94.3301270189222),(954.3301270189222,92.5),(955,90),(954.3301270189222,87.5),(952.5,85.6698729810778),(950,85),(947.5,85.6698729810778),(945.6698729810778,87.5)) -9410 ((944,100),(944.8038475772934,103),(947,105.19615242270663),(950,106),(953,105.19615242270663),(955.1961524227066,103),(956,100),(955.1961524227066,97),(953,94.80384757729337),(950,94),(947,94.80384757729337),(944.8038475772934,97)) -9411 ((943,110),(943.937822173509,113.5),(946.5,116.06217782649107),(950,117),(953.5,116.06217782649107),(956.062177826491,113.5),(957,110),(956.062177826491,106.5),(953.5,103.93782217350893),(950,103),(946.5,103.93782217350892),(943.937822173509,106.5)) -9412 ((942,120),(943.0717967697245,124),(946,126.92820323027551),(950,128),(954,126.92820323027551),(956.9282032302755,124),(958,120),(956.9282032302755,116),(954,113.07179676972449),(950,112),(946,113.07179676972449),(943.0717967697245,116)) -9413 ((941,130),(942.2057713659401,134.5),(945.5,137.79422863405995),(950,139),(954.5,137.79422863405995),(957.7942286340599,134.5),(959,130),(957.79422863406,125.5),(954.5,122.20577136594005),(950,121),(945.5,122.20577136594005),(942.2057713659401,125.5)) -9414 ((940,140),(941.3397459621556,145),(945,148.6602540378444),(950,150),(955,148.6602540378444),(958.6602540378444,145),(960,140),(958.6602540378444,135),(955,131.3397459621556),(950,130),(945,131.3397459621556),(941.3397459621556,135)) -9415 ((949,150),(949.1339745962156,150.5),(949.5,150.86602540378445),(950,151),(950.5,150.86602540378445),(950.8660254037844,150.5),(951,150),(950.8660254037844,149.5),(950.5,149.13397459621555),(950,149),(949.5,149.13397459621555),(949.1339745962156,149.5)) -9416 ((948,160),(948.2679491924312,161),(949,161.73205080756887),(950,162),(951,161.73205080756887),(951.7320508075688,161),(952,160),(951.7320508075688,159),(951,158.26794919243113),(950,158),(949,158.26794919243113),(948.2679491924312,159)) -9417 ((947,170),(947.4019237886466,171.5),(948.5,172.59807621135332),(950,173),(951.5,172.59807621135332),(952.5980762113533,171.5),(953,170),(952.5980762113534,168.5),(951.5,167.40192378864668),(950,167),(948.5,167.40192378864668),(947.4019237886467,168.5)) -9418 ((946,180),(946.5358983848622,182),(948,183.46410161513776),(950,184),(952,183.46410161513776),(953.4641016151378,182),(954,180),(953.4641016151378,178),(952,176.53589838486224),(950,176),(948,176.53589838486224),(946.5358983848622,178)) -9419 ((945,190),(945.6698729810778,192.5),(947.5,194.33012701892218),(950,195),(952.5,194.33012701892218),(954.3301270189222,192.5),(955,190),(954.3301270189222,187.5),(952.5,185.66987298107782),(950,185),(947.5,185.66987298107782),(945.6698729810778,187.5)) -9420 ((944,200),(944.8038475772934,203),(947,205.19615242270663),(950,206),(953,205.19615242270663),(955.1961524227066,203),(956,200),(955.1961524227066,197),(953,194.80384757729337),(950,194),(947,194.80384757729337),(944.8038475772934,197)) -9421 ((943,210),(943.937822173509,213.5),(946.5,216.06217782649108),(950,217),(953.5,216.06217782649108),(956.062177826491,213.5),(957,210),(956.062177826491,206.5),(953.5,203.93782217350892),(950,203),(946.5,203.93782217350892),(943.937822173509,206.5)) -9422 ((942,220),(943.0717967697245,224),(946,226.9282032302755),(950,228),(954,226.9282032302755),(956.9282032302755,224),(958,220),(956.9282032302755,216),(954,213.0717967697245),(950,212),(946,213.0717967697245),(943.0717967697245,216)) -9423 ((941,230),(942.2057713659401,234.5),(945.5,237.79422863405995),(950,239),(954.5,237.79422863405995),(957.7942286340599,234.5),(959,230),(957.79422863406,225.5),(954.5,222.20577136594005),(950,221),(945.5,222.20577136594005),(942.2057713659401,225.5)) -9424 ((940,240),(941.3397459621556,245),(945,248.6602540378444),(950,250),(955,248.6602540378444),(958.6602540378444,245),(960,240),(958.6602540378444,235),(955,231.3397459621556),(950,230),(945,231.3397459621556),(941.3397459621556,235)) -9425 ((949,250),(949.1339745962156,250.5),(949.5,250.86602540378445),(950,251),(950.5,250.86602540378445),(950.8660254037844,250.5),(951,250),(950.8660254037844,249.5),(950.5,249.13397459621555),(950,249),(949.5,249.13397459621555),(949.1339745962156,249.5)) -9426 ((948,260),(948.2679491924312,261),(949,261.7320508075689),(950,262),(951,261.7320508075689),(951.7320508075688,261),(952,260),(951.7320508075688,259),(951,258.2679491924311),(950,258),(949,258.2679491924311),(948.2679491924312,259)) -9427 ((947,270),(947.4019237886466,271.5),(948.5,272.5980762113533),(950,273),(951.5,272.5980762113533),(952.5980762113533,271.5),(953,270),(952.5980762113534,268.5),(951.5,267.4019237886467),(950,267),(948.5,267.4019237886467),(947.4019237886467,268.5)) -9428 ((946,280),(946.5358983848622,282),(948,283.46410161513774),(950,284),(952,283.46410161513774),(953.4641016151378,282),(954,280),(953.4641016151378,278),(952,276.53589838486226),(950,276),(948,276.53589838486226),(946.5358983848622,278)) -9429 ((945,290),(945.6698729810778,292.5),(947.5,294.3301270189222),(950,295),(952.5,294.3301270189222),(954.3301270189222,292.5),(955,290),(954.3301270189222,287.5),(952.5,285.6698729810778),(950,285),(947.5,285.6698729810778),(945.6698729810778,287.5)) -9430 ((944,300),(944.8038475772934,303),(947,305.19615242270663),(950,306),(953,305.19615242270663),(955.1961524227066,303),(956,300),(955.1961524227066,297),(953,294.80384757729337),(950,294),(947,294.80384757729337),(944.8038475772934,297)) -9431 ((943,310),(943.937822173509,313.5),(946.5,316.06217782649105),(950,317),(953.5,316.06217782649105),(956.062177826491,313.5),(957,310),(956.062177826491,306.5),(953.5,303.93782217350895),(950,303),(946.5,303.93782217350895),(943.937822173509,306.5)) -9432 ((942,320),(943.0717967697245,324),(946,326.9282032302755),(950,328),(954,326.9282032302755),(956.9282032302755,324),(958,320),(956.9282032302755,316),(954,313.0717967697245),(950,312),(946,313.0717967697245),(943.0717967697245,316)) -9433 ((941,330),(942.2057713659401,334.5),(945.5,337.79422863405995),(950,339),(954.5,337.79422863405995),(957.7942286340599,334.5),(959,330),(957.79422863406,325.5),(954.5,322.20577136594005),(950,321),(945.5,322.20577136594005),(942.2057713659401,325.5)) -9434 ((940,340),(941.3397459621556,345),(945,348.66025403784437),(950,350),(955,348.66025403784437),(958.6602540378444,345),(960,340),(958.6602540378444,335),(955,331.33974596215563),(950,330),(945,331.33974596215563),(941.3397459621556,335)) -9435 ((949,350),(949.1339745962156,350.5),(949.5,350.8660254037844),(950,351),(950.5,350.8660254037844),(950.8660254037844,350.5),(951,350),(950.8660254037844,349.5),(950.5,349.1339745962156),(950,349),(949.5,349.1339745962156),(949.1339745962156,349.5)) -9436 ((948,360),(948.2679491924312,361),(949,361.7320508075689),(950,362),(951,361.7320508075689),(951.7320508075688,361),(952,360),(951.7320508075688,359),(951,358.2679491924311),(950,358),(949,358.2679491924311),(948.2679491924312,359)) -9437 ((947,370),(947.4019237886466,371.5),(948.5,372.5980762113533),(950,373),(951.5,372.5980762113533),(952.5980762113533,371.5),(953,370),(952.5980762113534,368.5),(951.5,367.4019237886467),(950,367),(948.5,367.4019237886467),(947.4019237886467,368.5)) -9438 ((946,380),(946.5358983848622,382),(948,383.46410161513774),(950,384),(952,383.46410161513774),(953.4641016151378,382),(954,380),(953.4641016151378,378),(952,376.53589838486226),(950,376),(948,376.53589838486226),(946.5358983848622,378)) -9439 ((945,390),(945.6698729810778,392.5),(947.5,394.3301270189222),(950,395),(952.5,394.3301270189222),(954.3301270189222,392.5),(955,390),(954.3301270189222,387.5),(952.5,385.6698729810778),(950,385),(947.5,385.6698729810778),(945.6698729810778,387.5)) -9440 ((944,400),(944.8038475772934,403),(947,405.19615242270663),(950,406),(953,405.19615242270663),(955.1961524227066,403),(956,400),(955.1961524227066,397),(953,394.80384757729337),(950,394),(947,394.80384757729337),(944.8038475772934,397)) -9441 ((943,410),(943.937822173509,413.5),(946.5,416.06217782649105),(950,417),(953.5,416.06217782649105),(956.062177826491,413.5),(957,410),(956.062177826491,406.5),(953.5,403.93782217350895),(950,403),(946.5,403.93782217350895),(943.937822173509,406.5)) -9442 ((942,420),(943.0717967697245,424),(946,426.9282032302755),(950,428),(954,426.9282032302755),(956.9282032302755,424),(958,420),(956.9282032302755,416),(954,413.0717967697245),(950,412),(946,413.0717967697245),(943.0717967697245,416)) -9443 ((941,430),(942.2057713659401,434.5),(945.5,437.79422863405995),(950,439),(954.5,437.79422863405995),(957.7942286340599,434.5),(959,430),(957.79422863406,425.5),(954.5,422.20577136594005),(950,421),(945.5,422.20577136594005),(942.2057713659401,425.5)) -9444 ((940,440),(941.3397459621556,445),(945,448.66025403784437),(950,450),(955,448.66025403784437),(958.6602540378444,445),(960,440),(958.6602540378444,435),(955,431.33974596215563),(950,430),(945,431.33974596215563),(941.3397459621556,435)) -9445 ((949,450),(949.1339745962156,450.5),(949.5,450.8660254037844),(950,451),(950.5,450.8660254037844),(950.8660254037844,450.5),(951,450),(950.8660254037844,449.5),(950.5,449.1339745962156),(950,449),(949.5,449.1339745962156),(949.1339745962156,449.5)) -9446 ((948,460),(948.2679491924312,461),(949,461.7320508075689),(950,462),(951,461.7320508075689),(951.7320508075688,461),(952,460),(951.7320508075688,459),(951,458.2679491924311),(950,458),(949,458.2679491924311),(948.2679491924312,459)) -9447 ((947,470),(947.4019237886466,471.5),(948.5,472.5980762113533),(950,473),(951.5,472.5980762113533),(952.5980762113533,471.5),(953,470),(952.5980762113534,468.5),(951.5,467.4019237886467),(950,467),(948.5,467.4019237886467),(947.4019237886467,468.5)) -9448 ((946,480),(946.5358983848622,482),(948,483.46410161513774),(950,484),(952,483.46410161513774),(953.4641016151378,482),(954,480),(953.4641016151378,478),(952,476.53589838486226),(950,476),(948,476.53589838486226),(946.5358983848622,478)) -9449 ((945,490),(945.6698729810778,492.5),(947.5,494.3301270189222),(950,495),(952.5,494.3301270189222),(954.3301270189222,492.5),(955,490),(954.3301270189222,487.5),(952.5,485.6698729810778),(950,485),(947.5,485.6698729810778),(945.6698729810778,487.5)) -9450 ((944,500),(944.8038475772934,503),(947,505.19615242270663),(950,506),(953,505.19615242270663),(955.1961524227066,503),(956,500),(955.1961524227066,497),(953,494.80384757729337),(950,494),(947,494.80384757729337),(944.8038475772934,497)) -9451 ((943,510),(943.937822173509,513.5),(946.5,516.062177826491),(950,517),(953.5,516.062177826491),(956.062177826491,513.5),(957,510),(956.062177826491,506.5),(953.5,503.93782217350895),(950,503),(946.5,503.93782217350895),(943.937822173509,506.5)) -9452 ((942,520),(943.0717967697245,524),(946,526.9282032302755),(950,528),(954,526.9282032302755),(956.9282032302755,524),(958,520),(956.9282032302755,516),(954,513.0717967697245),(950,512),(946,513.0717967697245),(943.0717967697245,516)) -9453 ((941,530),(942.2057713659401,534.5),(945.5,537.7942286340599),(950,539),(954.5,537.7942286340599),(957.7942286340599,534.5),(959,530),(957.79422863406,525.5),(954.5,522.2057713659401),(950,521),(945.5,522.20577136594),(942.2057713659401,525.5)) -9454 ((940,540),(941.3397459621556,545),(945,548.6602540378444),(950,550),(955,548.6602540378444),(958.6602540378444,545),(960,540),(958.6602540378444,535),(955,531.3397459621556),(950,530),(945,531.3397459621556),(941.3397459621556,535)) -9455 ((949,550),(949.1339745962156,550.5),(949.5,550.8660254037844),(950,551),(950.5,550.8660254037844),(950.8660254037844,550.5),(951,550),(950.8660254037844,549.5),(950.5,549.1339745962156),(950,549),(949.5,549.1339745962156),(949.1339745962156,549.5)) -9456 ((948,560),(948.2679491924312,561),(949,561.7320508075688),(950,562),(951,561.7320508075688),(951.7320508075688,561),(952,560),(951.7320508075688,559),(951,558.2679491924312),(950,558),(949,558.2679491924312),(948.2679491924312,559)) -9457 ((947,570),(947.4019237886466,571.5),(948.5,572.5980762113534),(950,573),(951.5,572.5980762113534),(952.5980762113533,571.5),(953,570),(952.5980762113534,568.5),(951.5,567.4019237886467),(950,567),(948.5,567.4019237886466),(947.4019237886467,568.5)) -9458 ((946,580),(946.5358983848622,582),(948,583.4641016151378),(950,584),(952,583.4641016151378),(953.4641016151378,582),(954,580),(953.4641016151378,578),(952,576.5358983848622),(950,576),(948,576.5358983848622),(946.5358983848622,578)) -9459 ((945,590),(945.6698729810778,592.5),(947.5,594.3301270189222),(950,595),(952.5,594.3301270189222),(954.3301270189222,592.5),(955,590),(954.3301270189222,587.5),(952.5,585.6698729810778),(950,585),(947.5,585.6698729810778),(945.6698729810778,587.5)) -9460 ((944,600),(944.8038475772934,603),(947,605.1961524227066),(950,606),(953,605.1961524227066),(955.1961524227066,603),(956,600),(955.1961524227066,597),(953,594.8038475772934),(950,594),(947,594.8038475772934),(944.8038475772934,597)) -9461 ((943,610),(943.937822173509,613.5),(946.5,616.062177826491),(950,617),(953.5,616.062177826491),(956.062177826491,613.5),(957,610),(956.062177826491,606.5),(953.5,603.937822173509),(950,603),(946.5,603.937822173509),(943.937822173509,606.5)) -9462 ((942,620),(943.0717967697245,624),(946,626.9282032302755),(950,628),(954,626.9282032302755),(956.9282032302755,624),(958,620),(956.9282032302755,616),(954,613.0717967697245),(950,612),(946,613.0717967697245),(943.0717967697245,616)) -9463 ((941,630),(942.2057713659401,634.5),(945.5,637.7942286340599),(950,639),(954.5,637.7942286340599),(957.7942286340599,634.5),(959,630),(957.79422863406,625.5),(954.5,622.2057713659401),(950,621),(945.5,622.20577136594),(942.2057713659401,625.5)) -9464 ((940,640),(941.3397459621556,645),(945,648.6602540378444),(950,650),(955,648.6602540378444),(958.6602540378444,645),(960,640),(958.6602540378444,635),(955,631.3397459621556),(950,630),(945,631.3397459621556),(941.3397459621556,635)) -9465 ((949,650),(949.1339745962156,650.5),(949.5,650.8660254037844),(950,651),(950.5,650.8660254037844),(950.8660254037844,650.5),(951,650),(950.8660254037844,649.5),(950.5,649.1339745962156),(950,649),(949.5,649.1339745962156),(949.1339745962156,649.5)) -9466 ((948,660),(948.2679491924312,661),(949,661.7320508075688),(950,662),(951,661.7320508075688),(951.7320508075688,661),(952,660),(951.7320508075688,659),(951,658.2679491924312),(950,658),(949,658.2679491924312),(948.2679491924312,659)) -9467 ((947,670),(947.4019237886466,671.5),(948.5,672.5980762113534),(950,673),(951.5,672.5980762113534),(952.5980762113533,671.5),(953,670),(952.5980762113534,668.5),(951.5,667.4019237886467),(950,667),(948.5,667.4019237886466),(947.4019237886467,668.5)) -9468 ((946,680),(946.5358983848622,682),(948,683.4641016151378),(950,684),(952,683.4641016151378),(953.4641016151378,682),(954,680),(953.4641016151378,678),(952,676.5358983848622),(950,676),(948,676.5358983848622),(946.5358983848622,678)) -9469 ((945,690),(945.6698729810778,692.5),(947.5,694.3301270189222),(950,695),(952.5,694.3301270189222),(954.3301270189222,692.5),(955,690),(954.3301270189222,687.5),(952.5,685.6698729810778),(950,685),(947.5,685.6698729810778),(945.6698729810778,687.5)) -9470 ((944,700),(944.8038475772934,703),(947,705.1961524227066),(950,706),(953,705.1961524227066),(955.1961524227066,703),(956,700),(955.1961524227066,697),(953,694.8038475772934),(950,694),(947,694.8038475772934),(944.8038475772934,697)) -9471 ((943,710),(943.937822173509,713.5),(946.5,716.062177826491),(950,717),(953.5,716.062177826491),(956.062177826491,713.5),(957,710),(956.062177826491,706.5),(953.5,703.937822173509),(950,703),(946.5,703.937822173509),(943.937822173509,706.5)) -9472 ((942,720),(943.0717967697245,724),(946,726.9282032302755),(950,728),(954,726.9282032302755),(956.9282032302755,724),(958,720),(956.9282032302755,716),(954,713.0717967697245),(950,712),(946,713.0717967697245),(943.0717967697245,716)) -9473 ((941,730),(942.2057713659401,734.5),(945.5,737.7942286340599),(950,739),(954.5,737.7942286340599),(957.7942286340599,734.5),(959,730),(957.79422863406,725.5),(954.5,722.2057713659401),(950,721),(945.5,722.20577136594),(942.2057713659401,725.5)) -9474 ((940,740),(941.3397459621556,745),(945,748.6602540378444),(950,750),(955,748.6602540378444),(958.6602540378444,745),(960,740),(958.6602540378444,735),(955,731.3397459621556),(950,730),(945,731.3397459621556),(941.3397459621556,735)) -9475 ((949,750),(949.1339745962156,750.5),(949.5,750.8660254037844),(950,751),(950.5,750.8660254037844),(950.8660254037844,750.5),(951,750),(950.8660254037844,749.5),(950.5,749.1339745962156),(950,749),(949.5,749.1339745962156),(949.1339745962156,749.5)) -9476 ((948,760),(948.2679491924312,761),(949,761.7320508075688),(950,762),(951,761.7320508075688),(951.7320508075688,761),(952,760),(951.7320508075688,759),(951,758.2679491924312),(950,758),(949,758.2679491924312),(948.2679491924312,759)) -9477 ((947,770),(947.4019237886466,771.5),(948.5,772.5980762113534),(950,773),(951.5,772.5980762113534),(952.5980762113533,771.5),(953,770),(952.5980762113534,768.5),(951.5,767.4019237886467),(950,767),(948.5,767.4019237886466),(947.4019237886467,768.5)) -9478 ((946,780),(946.5358983848622,782),(948,783.4641016151378),(950,784),(952,783.4641016151378),(953.4641016151378,782),(954,780),(953.4641016151378,778),(952,776.5358983848622),(950,776),(948,776.5358983848622),(946.5358983848622,778)) -9479 ((945,790),(945.6698729810778,792.5),(947.5,794.3301270189222),(950,795),(952.5,794.3301270189222),(954.3301270189222,792.5),(955,790),(954.3301270189222,787.5),(952.5,785.6698729810778),(950,785),(947.5,785.6698729810778),(945.6698729810778,787.5)) -9480 ((944,800),(944.8038475772934,803),(947,805.1961524227066),(950,806),(953,805.1961524227066),(955.1961524227066,803),(956,800),(955.1961524227066,797),(953,794.8038475772934),(950,794),(947,794.8038475772934),(944.8038475772934,797)) -9481 ((943,810),(943.937822173509,813.5),(946.5,816.062177826491),(950,817),(953.5,816.062177826491),(956.062177826491,813.5),(957,810),(956.062177826491,806.5),(953.5,803.937822173509),(950,803),(946.5,803.937822173509),(943.937822173509,806.5)) -9482 ((942,820),(943.0717967697245,824),(946,826.9282032302755),(950,828),(954,826.9282032302755),(956.9282032302755,824),(958,820),(956.9282032302755,816),(954,813.0717967697245),(950,812),(946,813.0717967697245),(943.0717967697245,816)) -9483 ((941,830),(942.2057713659401,834.5),(945.5,837.7942286340599),(950,839),(954.5,837.7942286340599),(957.7942286340599,834.5),(959,830),(957.79422863406,825.5),(954.5,822.2057713659401),(950,821),(945.5,822.20577136594),(942.2057713659401,825.5)) -9484 ((940,840),(941.3397459621556,845),(945,848.6602540378444),(950,850),(955,848.6602540378444),(958.6602540378444,845),(960,840),(958.6602540378444,835),(955,831.3397459621556),(950,830),(945,831.3397459621556),(941.3397459621556,835)) -9485 ((949,850),(949.1339745962156,850.5),(949.5,850.8660254037844),(950,851),(950.5,850.8660254037844),(950.8660254037844,850.5),(951,850),(950.8660254037844,849.5),(950.5,849.1339745962156),(950,849),(949.5,849.1339745962156),(949.1339745962156,849.5)) -9486 ((948,860),(948.2679491924312,861),(949,861.7320508075688),(950,862),(951,861.7320508075688),(951.7320508075688,861),(952,860),(951.7320508075688,859),(951,858.2679491924312),(950,858),(949,858.2679491924312),(948.2679491924312,859)) -9487 ((947,870),(947.4019237886466,871.5),(948.5,872.5980762113534),(950,873),(951.5,872.5980762113534),(952.5980762113533,871.5),(953,870),(952.5980762113534,868.5),(951.5,867.4019237886467),(950,867),(948.5,867.4019237886466),(947.4019237886467,868.5)) -9488 ((946,880),(946.5358983848622,882),(948,883.4641016151378),(950,884),(952,883.4641016151378),(953.4641016151378,882),(954,880),(953.4641016151378,878),(952,876.5358983848622),(950,876),(948,876.5358983848622),(946.5358983848622,878)) -9489 ((945,890),(945.6698729810778,892.5),(947.5,894.3301270189222),(950,895),(952.5,894.3301270189222),(954.3301270189222,892.5),(955,890),(954.3301270189222,887.5),(952.5,885.6698729810778),(950,885),(947.5,885.6698729810778),(945.6698729810778,887.5)) -9490 ((944,900),(944.8038475772934,903),(947,905.1961524227066),(950,906),(953,905.1961524227066),(955.1961524227066,903),(956,900),(955.1961524227066,897),(953,894.8038475772934),(950,894),(947,894.8038475772934),(944.8038475772934,897)) -9491 ((943,910),(943.937822173509,913.5),(946.5,916.062177826491),(950,917),(953.5,916.062177826491),(956.062177826491,913.5),(957,910),(956.062177826491,906.5),(953.5,903.937822173509),(950,903),(946.5,903.937822173509),(943.937822173509,906.5)) -9492 ((942,920),(943.0717967697245,924),(946,926.9282032302755),(950,928),(954,926.9282032302755),(956.9282032302755,924),(958,920),(956.9282032302755,916),(954,913.0717967697245),(950,912),(946,913.0717967697245),(943.0717967697245,916)) -9493 ((941,930),(942.2057713659401,934.5),(945.5,937.7942286340599),(950,939),(954.5,937.7942286340599),(957.7942286340599,934.5),(959,930),(957.79422863406,925.5),(954.5,922.2057713659401),(950,921),(945.5,922.20577136594),(942.2057713659401,925.5)) -9494 ((940,940),(941.3397459621556,945),(945,948.6602540378444),(950,950),(955,948.6602540378444),(958.6602540378444,945),(960,940),(958.6602540378444,935),(955,931.3397459621556),(950,930),(945,931.3397459621556),(941.3397459621556,935)) -9495 ((949,950),(949.1339745962156,950.5),(949.5,950.8660254037844),(950,951),(950.5,950.8660254037844),(950.8660254037844,950.5),(951,950),(950.8660254037844,949.5),(950.5,949.1339745962156),(950,949),(949.5,949.1339745962156),(949.1339745962156,949.5)) -9496 ((948,960),(948.2679491924312,961),(949,961.7320508075688),(950,962),(951,961.7320508075688),(951.7320508075688,961),(952,960),(951.7320508075688,959),(951,958.2679491924312),(950,958),(949,958.2679491924312),(948.2679491924312,959)) -9497 ((947,970),(947.4019237886466,971.5),(948.5,972.5980762113534),(950,973),(951.5,972.5980762113534),(952.5980762113533,971.5),(953,970),(952.5980762113534,968.5),(951.5,967.4019237886467),(950,967),(948.5,967.4019237886466),(947.4019237886467,968.5)) -9498 ((946,980),(946.5358983848622,982),(948,983.4641016151378),(950,984),(952,983.4641016151378),(953.4641016151378,982),(954,980),(953.4641016151378,978),(952,976.5358983848622),(950,976),(948,976.5358983848622),(946.5358983848622,978)) -9499 ((945,990),(945.6698729810778,992.5),(947.5,994.3301270189222),(950,995),(952.5,994.3301270189222),(954.3301270189222,992.5),(955,990),(954.3301270189222,987.5),(952.5,985.6698729810778),(950,985),(947.5,985.6698729810778),(945.6698729810778,987.5)) -9500 ((944,1000),(944.8038475772934,1003),(947,1005.1961524227066),(950,1006),(953,1005.1961524227066),(955.1961524227066,1003),(956,1000),(955.1961524227066,997),(953,994.8038475772934),(950,994),(947,994.8038475772934),(944.8038475772934,997)) -9501 ((952,10),(953.0717967697245,14),(956,16.928203230275507),(960,18),(964,16.92820323027551),(966.9282032302755,14.000000000000004),(968,10.000000000000002),(966.9282032302755,6.000000000000002),(964,3.071796769724492),(960,2),(956,3.0717967697244877),(953.0717967697245,5.9999999999999964)) -9502 ((951,20),(952.2057713659401,24.5),(955.5,27.794228634059948),(960,29),(964.5,27.794228634059948),(967.7942286340599,24.500000000000004),(969,20),(967.79422863406,15.500000000000004),(964.5,12.205771365940054),(960,11),(955.5,12.205771365940048),(952.2057713659401,15.499999999999996)) -9503 ((950,30),(951.3397459621556,35),(955,38.66025403784438),(960,40),(965,38.66025403784439),(968.6602540378444,35),(970,30),(968.6602540378444,25.000000000000004),(965,21.339745962155614),(960,20),(955,21.33974596215561),(951.3397459621556,24.999999999999996)) -9504 ((959,40),(959.1339745962156,40.5),(959.5,40.86602540378444),(960,41),(960.5,40.86602540378444),(960.8660254037844,40.5),(961,40),(960.8660254037844,39.5),(960.5,39.13397459621556),(960,39),(959.5,39.13397459621556),(959.1339745962156,39.5)) -9505 ((958,50),(958.2679491924312,51),(959,51.732050807568875),(960,52),(961,51.732050807568875),(961.7320508075688,51),(962,50),(961.7320508075688,49),(961,48.267949192431125),(960,48),(959,48.267949192431125),(958.2679491924312,49)) -9506 ((957,60),(957.4019237886466,61.5),(958.5,62.598076211353316),(960,63),(961.5,62.598076211353316),(962.5980762113533,61.5),(963,60),(962.5980762113534,58.5),(961.5,57.401923788646684),(960,57),(958.5,57.401923788646684),(957.4019237886467,58.5)) -9507 ((956,70),(956.5358983848622,72),(958,73.46410161513775),(960,74),(962,73.46410161513775),(963.4641016151378,72),(964,70),(963.4641016151378,68),(962,66.53589838486225),(960,66),(958,66.53589838486225),(956.5358983848622,68)) -9508 ((955,80),(955.6698729810778,82.5),(957.5,84.3301270189222),(960,85),(962.5,84.3301270189222),(964.3301270189222,82.5),(965,80),(964.3301270189222,77.5),(962.5,75.6698729810778),(960,75),(957.5,75.6698729810778),(955.6698729810778,77.5)) -9509 ((954,90),(954.8038475772934,93),(957,95.19615242270663),(960,96),(963,95.19615242270663),(965.1961524227066,93),(966,90),(965.1961524227066,87),(963,84.80384757729337),(960,84),(957,84.80384757729337),(954.8038475772934,87)) -9510 ((953,100),(953.937822173509,103.5),(956.5,106.06217782649107),(960,107),(963.5,106.06217782649107),(966.062177826491,103.5),(967,100),(966.062177826491,96.5),(963.5,93.93782217350893),(960,93),(956.5,93.93782217350892),(953.937822173509,96.5)) -9511 ((952,110),(953.0717967697245,114),(956,116.92820323027551),(960,118),(964,116.92820323027551),(966.9282032302755,114),(968,110),(966.9282032302755,106),(964,103.07179676972449),(960,102),(956,103.07179676972449),(953.0717967697245,106)) -9512 ((951,120),(952.2057713659401,124.5),(955.5,127.79422863405995),(960,129),(964.5,127.79422863405995),(967.7942286340599,124.5),(969,120),(967.79422863406,115.5),(964.5,112.20577136594005),(960,111),(955.5,112.20577136594005),(952.2057713659401,115.5)) -9513 ((950,130),(951.3397459621556,135),(955,138.6602540378444),(960,140),(965,138.6602540378444),(968.6602540378444,135),(970,130),(968.6602540378444,125),(965,121.33974596215562),(960,120),(955,121.3397459621556),(951.3397459621556,125)) -9514 ((959,140),(959.1339745962156,140.5),(959.5,140.86602540378445),(960,141),(960.5,140.86602540378445),(960.8660254037844,140.5),(961,140),(960.8660254037844,139.5),(960.5,139.13397459621555),(960,139),(959.5,139.13397459621555),(959.1339745962156,139.5)) -9515 ((958,150),(958.2679491924312,151),(959,151.73205080756887),(960,152),(961,151.73205080756887),(961.7320508075688,151),(962,150),(961.7320508075688,149),(961,148.26794919243113),(960,148),(959,148.26794919243113),(958.2679491924312,149)) -9516 ((957,160),(957.4019237886466,161.5),(958.5,162.59807621135332),(960,163),(961.5,162.59807621135332),(962.5980762113533,161.5),(963,160),(962.5980762113534,158.5),(961.5,157.40192378864668),(960,157),(958.5,157.40192378864668),(957.4019237886467,158.5)) -9517 ((956,170),(956.5358983848622,172),(958,173.46410161513776),(960,174),(962,173.46410161513776),(963.4641016151378,172),(964,170),(963.4641016151378,168),(962,166.53589838486224),(960,166),(958,166.53589838486224),(956.5358983848622,168)) -9518 ((955,180),(955.6698729810778,182.5),(957.5,184.33012701892218),(960,185),(962.5,184.33012701892218),(964.3301270189222,182.5),(965,180),(964.3301270189222,177.5),(962.5,175.66987298107782),(960,175),(957.5,175.66987298107782),(955.6698729810778,177.5)) -9519 ((954,190),(954.8038475772934,193),(957,195.19615242270663),(960,196),(963,195.19615242270663),(965.1961524227066,193),(966,190),(965.1961524227066,187),(963,184.80384757729337),(960,184),(957,184.80384757729337),(954.8038475772934,187)) -9520 ((953,200),(953.937822173509,203.5),(956.5,206.06217782649108),(960,207),(963.5,206.06217782649108),(966.062177826491,203.5),(967,200),(966.062177826491,196.5),(963.5,193.93782217350892),(960,193),(956.5,193.93782217350892),(953.937822173509,196.5)) -9521 ((952,210),(953.0717967697245,214),(956,216.9282032302755),(960,218),(964,216.9282032302755),(966.9282032302755,214),(968,210),(966.9282032302755,206),(964,203.0717967697245),(960,202),(956,203.0717967697245),(953.0717967697245,206)) -9522 ((951,220),(952.2057713659401,224.5),(955.5,227.79422863405995),(960,229),(964.5,227.79422863405995),(967.7942286340599,224.5),(969,220),(967.79422863406,215.5),(964.5,212.20577136594005),(960,211),(955.5,212.20577136594005),(952.2057713659401,215.5)) -9523 ((950,230),(951.3397459621556,235),(955,238.6602540378444),(960,240),(965,238.6602540378444),(968.6602540378444,235),(970,230),(968.6602540378444,225),(965,221.3397459621556),(960,220),(955,221.3397459621556),(951.3397459621556,225)) -9524 ((959,240),(959.1339745962156,240.5),(959.5,240.86602540378445),(960,241),(960.5,240.86602540378445),(960.8660254037844,240.5),(961,240),(960.8660254037844,239.5),(960.5,239.13397459621555),(960,239),(959.5,239.13397459621555),(959.1339745962156,239.5)) -9525 ((958,250),(958.2679491924312,251),(959,251.73205080756887),(960,252),(961,251.73205080756887),(961.7320508075688,251),(962,250),(961.7320508075688,249),(961,248.26794919243113),(960,248),(959,248.26794919243113),(958.2679491924312,249)) -9526 ((957,260),(957.4019237886466,261.5),(958.5,262.5980762113533),(960,263),(961.5,262.5980762113533),(962.5980762113533,261.5),(963,260),(962.5980762113534,258.5),(961.5,257.4019237886467),(960,257),(958.5,257.4019237886467),(957.4019237886467,258.5)) -9527 ((956,270),(956.5358983848622,272),(958,273.46410161513774),(960,274),(962,273.46410161513774),(963.4641016151378,272),(964,270),(963.4641016151378,268),(962,266.53589838486226),(960,266),(958,266.53589838486226),(956.5358983848622,268)) -9528 ((955,280),(955.6698729810778,282.5),(957.5,284.3301270189222),(960,285),(962.5,284.3301270189222),(964.3301270189222,282.5),(965,280),(964.3301270189222,277.5),(962.5,275.6698729810778),(960,275),(957.5,275.6698729810778),(955.6698729810778,277.5)) -9529 ((954,290),(954.8038475772934,293),(957,295.19615242270663),(960,296),(963,295.19615242270663),(965.1961524227066,293),(966,290),(965.1961524227066,287),(963,284.80384757729337),(960,284),(957,284.80384757729337),(954.8038475772934,287)) -9530 ((953,300),(953.937822173509,303.5),(956.5,306.06217782649105),(960,307),(963.5,306.06217782649105),(966.062177826491,303.5),(967,300),(966.062177826491,296.5),(963.5,293.93782217350895),(960,293),(956.5,293.93782217350895),(953.937822173509,296.5)) -9531 ((952,310),(953.0717967697245,314),(956,316.9282032302755),(960,318),(964,316.9282032302755),(966.9282032302755,314),(968,310),(966.9282032302755,306),(964,303.0717967697245),(960,302),(956,303.0717967697245),(953.0717967697245,306)) -9532 ((951,320),(952.2057713659401,324.5),(955.5,327.79422863405995),(960,329),(964.5,327.79422863405995),(967.7942286340599,324.5),(969,320),(967.79422863406,315.5),(964.5,312.20577136594005),(960,311),(955.5,312.20577136594005),(952.2057713659401,315.5)) -9533 ((950,330),(951.3397459621556,335),(955,338.66025403784437),(960,340),(965,338.66025403784437),(968.6602540378444,335),(970,330),(968.6602540378444,325),(965,321.33974596215563),(960,320),(955,321.33974596215563),(951.3397459621556,325)) -9534 ((959,340),(959.1339745962156,340.5),(959.5,340.8660254037844),(960,341),(960.5,340.8660254037844),(960.8660254037844,340.5),(961,340),(960.8660254037844,339.5),(960.5,339.1339745962156),(960,339),(959.5,339.1339745962156),(959.1339745962156,339.5)) -9535 ((958,350),(958.2679491924312,351),(959,351.7320508075689),(960,352),(961,351.7320508075689),(961.7320508075688,351),(962,350),(961.7320508075688,349),(961,348.2679491924311),(960,348),(959,348.2679491924311),(958.2679491924312,349)) -9536 ((957,360),(957.4019237886466,361.5),(958.5,362.5980762113533),(960,363),(961.5,362.5980762113533),(962.5980762113533,361.5),(963,360),(962.5980762113534,358.5),(961.5,357.4019237886467),(960,357),(958.5,357.4019237886467),(957.4019237886467,358.5)) -9537 ((956,370),(956.5358983848622,372),(958,373.46410161513774),(960,374),(962,373.46410161513774),(963.4641016151378,372),(964,370),(963.4641016151378,368),(962,366.53589838486226),(960,366),(958,366.53589838486226),(956.5358983848622,368)) -9538 ((955,380),(955.6698729810778,382.5),(957.5,384.3301270189222),(960,385),(962.5,384.3301270189222),(964.3301270189222,382.5),(965,380),(964.3301270189222,377.5),(962.5,375.6698729810778),(960,375),(957.5,375.6698729810778),(955.6698729810778,377.5)) -9539 ((954,390),(954.8038475772934,393),(957,395.19615242270663),(960,396),(963,395.19615242270663),(965.1961524227066,393),(966,390),(965.1961524227066,387),(963,384.80384757729337),(960,384),(957,384.80384757729337),(954.8038475772934,387)) -9540 ((953,400),(953.937822173509,403.5),(956.5,406.06217782649105),(960,407),(963.5,406.06217782649105),(966.062177826491,403.5),(967,400),(966.062177826491,396.5),(963.5,393.93782217350895),(960,393),(956.5,393.93782217350895),(953.937822173509,396.5)) -9541 ((952,410),(953.0717967697245,414),(956,416.9282032302755),(960,418),(964,416.9282032302755),(966.9282032302755,414),(968,410),(966.9282032302755,406),(964,403.0717967697245),(960,402),(956,403.0717967697245),(953.0717967697245,406)) -9542 ((951,420),(952.2057713659401,424.5),(955.5,427.79422863405995),(960,429),(964.5,427.79422863405995),(967.7942286340599,424.5),(969,420),(967.79422863406,415.5),(964.5,412.20577136594005),(960,411),(955.5,412.20577136594005),(952.2057713659401,415.5)) -9543 ((950,430),(951.3397459621556,435),(955,438.66025403784437),(960,440),(965,438.66025403784437),(968.6602540378444,435),(970,430),(968.6602540378444,425),(965,421.33974596215563),(960,420),(955,421.33974596215563),(951.3397459621556,425)) -9544 ((959,440),(959.1339745962156,440.5),(959.5,440.8660254037844),(960,441),(960.5,440.8660254037844),(960.8660254037844,440.5),(961,440),(960.8660254037844,439.5),(960.5,439.1339745962156),(960,439),(959.5,439.1339745962156),(959.1339745962156,439.5)) -9545 ((958,450),(958.2679491924312,451),(959,451.7320508075689),(960,452),(961,451.7320508075689),(961.7320508075688,451),(962,450),(961.7320508075688,449),(961,448.2679491924311),(960,448),(959,448.2679491924311),(958.2679491924312,449)) -9546 ((957,460),(957.4019237886466,461.5),(958.5,462.5980762113533),(960,463),(961.5,462.5980762113533),(962.5980762113533,461.5),(963,460),(962.5980762113534,458.5),(961.5,457.4019237886467),(960,457),(958.5,457.4019237886467),(957.4019237886467,458.5)) -9547 ((956,470),(956.5358983848622,472),(958,473.46410161513774),(960,474),(962,473.46410161513774),(963.4641016151378,472),(964,470),(963.4641016151378,468),(962,466.53589838486226),(960,466),(958,466.53589838486226),(956.5358983848622,468)) -9548 ((955,480),(955.6698729810778,482.5),(957.5,484.3301270189222),(960,485),(962.5,484.3301270189222),(964.3301270189222,482.5),(965,480),(964.3301270189222,477.5),(962.5,475.6698729810778),(960,475),(957.5,475.6698729810778),(955.6698729810778,477.5)) -9549 ((954,490),(954.8038475772934,493),(957,495.19615242270663),(960,496),(963,495.19615242270663),(965.1961524227066,493),(966,490),(965.1961524227066,487),(963,484.80384757729337),(960,484),(957,484.80384757729337),(954.8038475772934,487)) -9550 ((953,500),(953.937822173509,503.5),(956.5,506.06217782649105),(960,507),(963.5,506.06217782649105),(966.062177826491,503.5),(967,500),(966.062177826491,496.5),(963.5,493.93782217350895),(960,493),(956.5,493.93782217350895),(953.937822173509,496.5)) -9551 ((952,510),(953.0717967697245,514),(956,516.9282032302755),(960,518),(964,516.9282032302755),(966.9282032302755,514),(968,510),(966.9282032302755,506),(964,503.0717967697245),(960,502),(956,503.0717967697245),(953.0717967697245,506)) -9552 ((951,520),(952.2057713659401,524.5),(955.5,527.7942286340599),(960,529),(964.5,527.7942286340599),(967.7942286340599,524.5),(969,520),(967.79422863406,515.5),(964.5,512.2057713659401),(960,511),(955.5,512.20577136594),(952.2057713659401,515.5)) -9553 ((950,530),(951.3397459621556,535),(955,538.6602540378444),(960,540),(965,538.6602540378444),(968.6602540378444,535),(970,530),(968.6602540378444,525),(965,521.3397459621556),(960,520),(955,521.3397459621556),(951.3397459621556,525)) -9554 ((959,540),(959.1339745962156,540.5),(959.5,540.8660254037844),(960,541),(960.5,540.8660254037844),(960.8660254037844,540.5),(961,540),(960.8660254037844,539.5),(960.5,539.1339745962156),(960,539),(959.5,539.1339745962156),(959.1339745962156,539.5)) -9555 ((958,550),(958.2679491924312,551),(959,551.7320508075688),(960,552),(961,551.7320508075688),(961.7320508075688,551),(962,550),(961.7320508075688,549),(961,548.2679491924312),(960,548),(959,548.2679491924312),(958.2679491924312,549)) -9556 ((957,560),(957.4019237886466,561.5),(958.5,562.5980762113534),(960,563),(961.5,562.5980762113534),(962.5980762113533,561.5),(963,560),(962.5980762113534,558.5),(961.5,557.4019237886467),(960,557),(958.5,557.4019237886466),(957.4019237886467,558.5)) -9557 ((956,570),(956.5358983848622,572),(958,573.4641016151378),(960,574),(962,573.4641016151378),(963.4641016151378,572),(964,570),(963.4641016151378,568),(962,566.5358983848622),(960,566),(958,566.5358983848622),(956.5358983848622,568)) -9558 ((955,580),(955.6698729810778,582.5),(957.5,584.3301270189222),(960,585),(962.5,584.3301270189222),(964.3301270189222,582.5),(965,580),(964.3301270189222,577.5),(962.5,575.6698729810778),(960,575),(957.5,575.6698729810778),(955.6698729810778,577.5)) -9559 ((954,590),(954.8038475772934,593),(957,595.1961524227066),(960,596),(963,595.1961524227066),(965.1961524227066,593),(966,590),(965.1961524227066,587),(963,584.8038475772934),(960,584),(957,584.8038475772934),(954.8038475772934,587)) -9560 ((953,600),(953.937822173509,603.5),(956.5,606.062177826491),(960,607),(963.5,606.062177826491),(966.062177826491,603.5),(967,600),(966.062177826491,596.5),(963.5,593.937822173509),(960,593),(956.5,593.937822173509),(953.937822173509,596.5)) -9561 ((952,610),(953.0717967697245,614),(956,616.9282032302755),(960,618),(964,616.9282032302755),(966.9282032302755,614),(968,610),(966.9282032302755,606),(964,603.0717967697245),(960,602),(956,603.0717967697245),(953.0717967697245,606)) -9562 ((951,620),(952.2057713659401,624.5),(955.5,627.7942286340599),(960,629),(964.5,627.7942286340599),(967.7942286340599,624.5),(969,620),(967.79422863406,615.5),(964.5,612.2057713659401),(960,611),(955.5,612.20577136594),(952.2057713659401,615.5)) -9563 ((950,630),(951.3397459621556,635),(955,638.6602540378444),(960,640),(965,638.6602540378444),(968.6602540378444,635),(970,630),(968.6602540378444,625),(965,621.3397459621556),(960,620),(955,621.3397459621556),(951.3397459621556,625)) -9564 ((959,640),(959.1339745962156,640.5),(959.5,640.8660254037844),(960,641),(960.5,640.8660254037844),(960.8660254037844,640.5),(961,640),(960.8660254037844,639.5),(960.5,639.1339745962156),(960,639),(959.5,639.1339745962156),(959.1339745962156,639.5)) -9565 ((958,650),(958.2679491924312,651),(959,651.7320508075688),(960,652),(961,651.7320508075688),(961.7320508075688,651),(962,650),(961.7320508075688,649),(961,648.2679491924312),(960,648),(959,648.2679491924312),(958.2679491924312,649)) -9566 ((957,660),(957.4019237886466,661.5),(958.5,662.5980762113534),(960,663),(961.5,662.5980762113534),(962.5980762113533,661.5),(963,660),(962.5980762113534,658.5),(961.5,657.4019237886467),(960,657),(958.5,657.4019237886466),(957.4019237886467,658.5)) -9567 ((956,670),(956.5358983848622,672),(958,673.4641016151378),(960,674),(962,673.4641016151378),(963.4641016151378,672),(964,670),(963.4641016151378,668),(962,666.5358983848622),(960,666),(958,666.5358983848622),(956.5358983848622,668)) -9568 ((955,680),(955.6698729810778,682.5),(957.5,684.3301270189222),(960,685),(962.5,684.3301270189222),(964.3301270189222,682.5),(965,680),(964.3301270189222,677.5),(962.5,675.6698729810778),(960,675),(957.5,675.6698729810778),(955.6698729810778,677.5)) -9569 ((954,690),(954.8038475772934,693),(957,695.1961524227066),(960,696),(963,695.1961524227066),(965.1961524227066,693),(966,690),(965.1961524227066,687),(963,684.8038475772934),(960,684),(957,684.8038475772934),(954.8038475772934,687)) -9570 ((953,700),(953.937822173509,703.5),(956.5,706.062177826491),(960,707),(963.5,706.062177826491),(966.062177826491,703.5),(967,700),(966.062177826491,696.5),(963.5,693.937822173509),(960,693),(956.5,693.937822173509),(953.937822173509,696.5)) -9571 ((952,710),(953.0717967697245,714),(956,716.9282032302755),(960,718),(964,716.9282032302755),(966.9282032302755,714),(968,710),(966.9282032302755,706),(964,703.0717967697245),(960,702),(956,703.0717967697245),(953.0717967697245,706)) -9572 ((951,720),(952.2057713659401,724.5),(955.5,727.7942286340599),(960,729),(964.5,727.7942286340599),(967.7942286340599,724.5),(969,720),(967.79422863406,715.5),(964.5,712.2057713659401),(960,711),(955.5,712.20577136594),(952.2057713659401,715.5)) -9573 ((950,730),(951.3397459621556,735),(955,738.6602540378444),(960,740),(965,738.6602540378444),(968.6602540378444,735),(970,730),(968.6602540378444,725),(965,721.3397459621556),(960,720),(955,721.3397459621556),(951.3397459621556,725)) -9574 ((959,740),(959.1339745962156,740.5),(959.5,740.8660254037844),(960,741),(960.5,740.8660254037844),(960.8660254037844,740.5),(961,740),(960.8660254037844,739.5),(960.5,739.1339745962156),(960,739),(959.5,739.1339745962156),(959.1339745962156,739.5)) -9575 ((958,750),(958.2679491924312,751),(959,751.7320508075688),(960,752),(961,751.7320508075688),(961.7320508075688,751),(962,750),(961.7320508075688,749),(961,748.2679491924312),(960,748),(959,748.2679491924312),(958.2679491924312,749)) -9576 ((957,760),(957.4019237886466,761.5),(958.5,762.5980762113534),(960,763),(961.5,762.5980762113534),(962.5980762113533,761.5),(963,760),(962.5980762113534,758.5),(961.5,757.4019237886467),(960,757),(958.5,757.4019237886466),(957.4019237886467,758.5)) -9577 ((956,770),(956.5358983848622,772),(958,773.4641016151378),(960,774),(962,773.4641016151378),(963.4641016151378,772),(964,770),(963.4641016151378,768),(962,766.5358983848622),(960,766),(958,766.5358983848622),(956.5358983848622,768)) -9578 ((955,780),(955.6698729810778,782.5),(957.5,784.3301270189222),(960,785),(962.5,784.3301270189222),(964.3301270189222,782.5),(965,780),(964.3301270189222,777.5),(962.5,775.6698729810778),(960,775),(957.5,775.6698729810778),(955.6698729810778,777.5)) -9579 ((954,790),(954.8038475772934,793),(957,795.1961524227066),(960,796),(963,795.1961524227066),(965.1961524227066,793),(966,790),(965.1961524227066,787),(963,784.8038475772934),(960,784),(957,784.8038475772934),(954.8038475772934,787)) -9580 ((953,800),(953.937822173509,803.5),(956.5,806.062177826491),(960,807),(963.5,806.062177826491),(966.062177826491,803.5),(967,800),(966.062177826491,796.5),(963.5,793.937822173509),(960,793),(956.5,793.937822173509),(953.937822173509,796.5)) -9581 ((952,810),(953.0717967697245,814),(956,816.9282032302755),(960,818),(964,816.9282032302755),(966.9282032302755,814),(968,810),(966.9282032302755,806),(964,803.0717967697245),(960,802),(956,803.0717967697245),(953.0717967697245,806)) -9582 ((951,820),(952.2057713659401,824.5),(955.5,827.7942286340599),(960,829),(964.5,827.7942286340599),(967.7942286340599,824.5),(969,820),(967.79422863406,815.5),(964.5,812.2057713659401),(960,811),(955.5,812.20577136594),(952.2057713659401,815.5)) -9583 ((950,830),(951.3397459621556,835),(955,838.6602540378444),(960,840),(965,838.6602540378444),(968.6602540378444,835),(970,830),(968.6602540378444,825),(965,821.3397459621556),(960,820),(955,821.3397459621556),(951.3397459621556,825)) -9584 ((959,840),(959.1339745962156,840.5),(959.5,840.8660254037844),(960,841),(960.5,840.8660254037844),(960.8660254037844,840.5),(961,840),(960.8660254037844,839.5),(960.5,839.1339745962156),(960,839),(959.5,839.1339745962156),(959.1339745962156,839.5)) -9585 ((958,850),(958.2679491924312,851),(959,851.7320508075688),(960,852),(961,851.7320508075688),(961.7320508075688,851),(962,850),(961.7320508075688,849),(961,848.2679491924312),(960,848),(959,848.2679491924312),(958.2679491924312,849)) -9586 ((957,860),(957.4019237886466,861.5),(958.5,862.5980762113534),(960,863),(961.5,862.5980762113534),(962.5980762113533,861.5),(963,860),(962.5980762113534,858.5),(961.5,857.4019237886467),(960,857),(958.5,857.4019237886466),(957.4019237886467,858.5)) -9587 ((956,870),(956.5358983848622,872),(958,873.4641016151378),(960,874),(962,873.4641016151378),(963.4641016151378,872),(964,870),(963.4641016151378,868),(962,866.5358983848622),(960,866),(958,866.5358983848622),(956.5358983848622,868)) -9588 ((955,880),(955.6698729810778,882.5),(957.5,884.3301270189222),(960,885),(962.5,884.3301270189222),(964.3301270189222,882.5),(965,880),(964.3301270189222,877.5),(962.5,875.6698729810778),(960,875),(957.5,875.6698729810778),(955.6698729810778,877.5)) -9589 ((954,890),(954.8038475772934,893),(957,895.1961524227066),(960,896),(963,895.1961524227066),(965.1961524227066,893),(966,890),(965.1961524227066,887),(963,884.8038475772934),(960,884),(957,884.8038475772934),(954.8038475772934,887)) -9590 ((953,900),(953.937822173509,903.5),(956.5,906.062177826491),(960,907),(963.5,906.062177826491),(966.062177826491,903.5),(967,900),(966.062177826491,896.5),(963.5,893.937822173509),(960,893),(956.5,893.937822173509),(953.937822173509,896.5)) -9591 ((952,910),(953.0717967697245,914),(956,916.9282032302755),(960,918),(964,916.9282032302755),(966.9282032302755,914),(968,910),(966.9282032302755,906),(964,903.0717967697245),(960,902),(956,903.0717967697245),(953.0717967697245,906)) -9592 ((951,920),(952.2057713659401,924.5),(955.5,927.7942286340599),(960,929),(964.5,927.7942286340599),(967.7942286340599,924.5),(969,920),(967.79422863406,915.5),(964.5,912.2057713659401),(960,911),(955.5,912.20577136594),(952.2057713659401,915.5)) -9593 ((950,930),(951.3397459621556,935),(955,938.6602540378444),(960,940),(965,938.6602540378444),(968.6602540378444,935),(970,930),(968.6602540378444,925),(965,921.3397459621556),(960,920),(955,921.3397459621556),(951.3397459621556,925)) -9594 ((959,940),(959.1339745962156,940.5),(959.5,940.8660254037844),(960,941),(960.5,940.8660254037844),(960.8660254037844,940.5),(961,940),(960.8660254037844,939.5),(960.5,939.1339745962156),(960,939),(959.5,939.1339745962156),(959.1339745962156,939.5)) -9595 ((958,950),(958.2679491924312,951),(959,951.7320508075688),(960,952),(961,951.7320508075688),(961.7320508075688,951),(962,950),(961.7320508075688,949),(961,948.2679491924312),(960,948),(959,948.2679491924312),(958.2679491924312,949)) -9596 ((957,960),(957.4019237886466,961.5),(958.5,962.5980762113534),(960,963),(961.5,962.5980762113534),(962.5980762113533,961.5),(963,960),(962.5980762113534,958.5),(961.5,957.4019237886467),(960,957),(958.5,957.4019237886466),(957.4019237886467,958.5)) -9597 ((956,970),(956.5358983848622,972),(958,973.4641016151378),(960,974),(962,973.4641016151378),(963.4641016151378,972),(964,970),(963.4641016151378,968),(962,966.5358983848622),(960,966),(958,966.5358983848622),(956.5358983848622,968)) -9598 ((955,980),(955.6698729810778,982.5),(957.5,984.3301270189222),(960,985),(962.5,984.3301270189222),(964.3301270189222,982.5),(965,980),(964.3301270189222,977.5),(962.5,975.6698729810778),(960,975),(957.5,975.6698729810778),(955.6698729810778,977.5)) -9599 ((954,990),(954.8038475772934,993),(957,995.1961524227066),(960,996),(963,995.1961524227066),(965.1961524227066,993),(966,990),(965.1961524227066,987),(963,984.8038475772934),(960,984),(957,984.8038475772934),(954.8038475772934,987)) -9600 ((953,1000),(953.937822173509,1003.5),(956.5,1006.062177826491),(960,1007),(963.5,1006.062177826491),(966.062177826491,1003.5),(967,1000),(966.062177826491,996.5),(963.5,993.937822173509),(960,993),(956.5,993.937822173509),(953.937822173509,996.5)) -9601 ((961,10),(962.2057713659401,14.5),(965.5,17.794228634059948),(970,19),(974.5,17.794228634059948),(977.7942286340599,14.500000000000004),(979,10.000000000000002),(977.79422863406,5.500000000000003),(974.5,2.2057713659400537),(970,1),(965.5,2.2057713659400484),(962.2057713659401,5.4999999999999964)) -9602 ((960,20),(961.3397459621556,25),(965,28.660254037844386),(970,30),(975,28.66025403784439),(978.6602540378444,25.000000000000004),(980,20),(978.6602540378444,15.000000000000004),(975,11.339745962155614),(970,10),(965,11.33974596215561),(961.3397459621556,14.999999999999996)) -9603 ((969,30),(969.1339745962156,30.5),(969.5,30.866025403784437),(970,31),(970.5,30.866025403784437),(970.8660254037844,30.5),(971,30),(970.8660254037844,29.5),(970.5,29.133974596215563),(970,29),(969.5,29.133974596215563),(969.1339745962156,29.5)) -9604 ((968,40),(968.2679491924312,41),(969,41.732050807568875),(970,42),(971,41.732050807568875),(971.7320508075688,41),(972,40),(971.7320508075688,39),(971,38.267949192431125),(970,38),(969,38.267949192431125),(968.2679491924312,39)) -9605 ((967,50),(967.4019237886466,51.5),(968.5,52.598076211353316),(970,53),(971.5,52.598076211353316),(972.5980762113533,51.5),(973,50),(972.5980762113534,48.5),(971.5,47.401923788646684),(970,47),(968.5,47.401923788646684),(967.4019237886467,48.5)) -9606 ((966,60),(966.5358983848622,62),(968,63.46410161513776),(970,64),(972,63.46410161513776),(973.4641016151378,62),(974,60),(973.4641016151378,58),(972,56.53589838486224),(970,56),(968,56.53589838486224),(966.5358983848622,58)) -9607 ((965,70),(965.6698729810778,72.5),(967.5,74.3301270189222),(970,75),(972.5,74.3301270189222),(974.3301270189222,72.5),(975,70),(974.3301270189222,67.5),(972.5,65.6698729810778),(970,65),(967.5,65.6698729810778),(965.6698729810778,67.5)) -9608 ((964,80),(964.8038475772934,83),(967,85.19615242270663),(970,86),(973,85.19615242270663),(975.1961524227066,83),(976,80),(975.1961524227066,77),(973,74.80384757729337),(970,74),(967,74.80384757729337),(964.8038475772934,77)) -9609 ((963,90),(963.937822173509,93.5),(966.5,96.06217782649107),(970,97),(973.5,96.06217782649107),(976.062177826491,93.5),(977,90),(976.062177826491,86.5),(973.5,83.93782217350893),(970,83),(966.5,83.93782217350892),(963.937822173509,86.5)) -9610 ((962,100),(963.0717967697245,104),(966,106.92820323027551),(970,108),(974,106.92820323027551),(976.9282032302755,104),(978,100),(976.9282032302755,96),(974,93.07179676972449),(970,92),(966,93.07179676972449),(963.0717967697245,96)) -9611 ((961,110),(962.2057713659401,114.5),(965.5,117.79422863405995),(970,119),(974.5,117.79422863405995),(977.7942286340599,114.5),(979,110),(977.79422863406,105.5),(974.5,102.20577136594005),(970,101),(965.5,102.20577136594005),(962.2057713659401,105.5)) -9612 ((960,120),(961.3397459621556,125),(965,128.6602540378444),(970,130),(975,128.6602540378444),(978.6602540378444,125),(980,120),(978.6602540378444,115),(975,111.33974596215562),(970,110),(965,111.3397459621556),(961.3397459621556,115)) -9613 ((969,130),(969.1339745962156,130.5),(969.5,130.86602540378445),(970,131),(970.5,130.86602540378445),(970.8660254037844,130.5),(971,130),(970.8660254037844,129.5),(970.5,129.13397459621555),(970,129),(969.5,129.13397459621555),(969.1339745962156,129.5)) -9614 ((968,140),(968.2679491924312,141),(969,141.73205080756887),(970,142),(971,141.73205080756887),(971.7320508075688,141),(972,140),(971.7320508075688,139),(971,138.26794919243113),(970,138),(969,138.26794919243113),(968.2679491924312,139)) -9615 ((967,150),(967.4019237886466,151.5),(968.5,152.59807621135332),(970,153),(971.5,152.59807621135332),(972.5980762113533,151.5),(973,150),(972.5980762113534,148.5),(971.5,147.40192378864668),(970,147),(968.5,147.40192378864668),(967.4019237886467,148.5)) -9616 ((966,160),(966.5358983848622,162),(968,163.46410161513776),(970,164),(972,163.46410161513776),(973.4641016151378,162),(974,160),(973.4641016151378,158),(972,156.53589838486224),(970,156),(968,156.53589838486224),(966.5358983848622,158)) -9617 ((965,170),(965.6698729810778,172.5),(967.5,174.33012701892218),(970,175),(972.5,174.33012701892218),(974.3301270189222,172.5),(975,170),(974.3301270189222,167.5),(972.5,165.66987298107782),(970,165),(967.5,165.66987298107782),(965.6698729810778,167.5)) -9618 ((964,180),(964.8038475772934,183),(967,185.19615242270663),(970,186),(973,185.19615242270663),(975.1961524227066,183),(976,180),(975.1961524227066,177),(973,174.80384757729337),(970,174),(967,174.80384757729337),(964.8038475772934,177)) -9619 ((963,190),(963.937822173509,193.5),(966.5,196.06217782649108),(970,197),(973.5,196.06217782649108),(976.062177826491,193.5),(977,190),(976.062177826491,186.5),(973.5,183.93782217350892),(970,183),(966.5,183.93782217350892),(963.937822173509,186.5)) -9620 ((962,200),(963.0717967697245,204),(966,206.9282032302755),(970,208),(974,206.9282032302755),(976.9282032302755,204),(978,200),(976.9282032302755,196),(974,193.0717967697245),(970,192),(966,193.0717967697245),(963.0717967697245,196)) -9621 ((961,210),(962.2057713659401,214.5),(965.5,217.79422863405995),(970,219),(974.5,217.79422863405995),(977.7942286340599,214.5),(979,210),(977.79422863406,205.5),(974.5,202.20577136594005),(970,201),(965.5,202.20577136594005),(962.2057713659401,205.5)) -9622 ((960,220),(961.3397459621556,225),(965,228.6602540378444),(970,230),(975,228.6602540378444),(978.6602540378444,225),(980,220),(978.6602540378444,215),(975,211.3397459621556),(970,210),(965,211.3397459621556),(961.3397459621556,215)) -9623 ((969,230),(969.1339745962156,230.5),(969.5,230.86602540378445),(970,231),(970.5,230.86602540378445),(970.8660254037844,230.5),(971,230),(970.8660254037844,229.5),(970.5,229.13397459621555),(970,229),(969.5,229.13397459621555),(969.1339745962156,229.5)) -9624 ((968,240),(968.2679491924312,241),(969,241.73205080756887),(970,242),(971,241.73205080756887),(971.7320508075688,241),(972,240),(971.7320508075688,239),(971,238.26794919243113),(970,238),(969,238.26794919243113),(968.2679491924312,239)) -9625 ((967,250),(967.4019237886466,251.5),(968.5,252.59807621135332),(970,253),(971.5,252.59807621135332),(972.5980762113533,251.5),(973,250),(972.5980762113534,248.5),(971.5,247.40192378864668),(970,247),(968.5,247.40192378864668),(967.4019237886467,248.5)) -9626 ((966,260),(966.5358983848622,262),(968,263.46410161513774),(970,264),(972,263.46410161513774),(973.4641016151378,262),(974,260),(973.4641016151378,258),(972,256.53589838486226),(970,256),(968,256.53589838486226),(966.5358983848622,258)) -9627 ((965,270),(965.6698729810778,272.5),(967.5,274.3301270189222),(970,275),(972.5,274.3301270189222),(974.3301270189222,272.5),(975,270),(974.3301270189222,267.5),(972.5,265.6698729810778),(970,265),(967.5,265.6698729810778),(965.6698729810778,267.5)) -9628 ((964,280),(964.8038475772934,283),(967,285.19615242270663),(970,286),(973,285.19615242270663),(975.1961524227066,283),(976,280),(975.1961524227066,277),(973,274.80384757729337),(970,274),(967,274.80384757729337),(964.8038475772934,277)) -9629 ((963,290),(963.937822173509,293.5),(966.5,296.06217782649105),(970,297),(973.5,296.06217782649105),(976.062177826491,293.5),(977,290),(976.062177826491,286.5),(973.5,283.93782217350895),(970,283),(966.5,283.93782217350895),(963.937822173509,286.5)) -9630 ((962,300),(963.0717967697245,304),(966,306.9282032302755),(970,308),(974,306.9282032302755),(976.9282032302755,304),(978,300),(976.9282032302755,296),(974,293.0717967697245),(970,292),(966,293.0717967697245),(963.0717967697245,296)) -9631 ((961,310),(962.2057713659401,314.5),(965.5,317.79422863405995),(970,319),(974.5,317.79422863405995),(977.7942286340599,314.5),(979,310),(977.79422863406,305.5),(974.5,302.20577136594005),(970,301),(965.5,302.20577136594005),(962.2057713659401,305.5)) -9632 ((960,320),(961.3397459621556,325),(965,328.66025403784437),(970,330),(975,328.66025403784437),(978.6602540378444,325),(980,320),(978.6602540378444,315),(975,311.33974596215563),(970,310),(965,311.33974596215563),(961.3397459621556,315)) -9633 ((969,330),(969.1339745962156,330.5),(969.5,330.8660254037844),(970,331),(970.5,330.8660254037844),(970.8660254037844,330.5),(971,330),(970.8660254037844,329.5),(970.5,329.1339745962156),(970,329),(969.5,329.1339745962156),(969.1339745962156,329.5)) -9634 ((968,340),(968.2679491924312,341),(969,341.7320508075689),(970,342),(971,341.7320508075689),(971.7320508075688,341),(972,340),(971.7320508075688,339),(971,338.2679491924311),(970,338),(969,338.2679491924311),(968.2679491924312,339)) -9635 ((967,350),(967.4019237886466,351.5),(968.5,352.5980762113533),(970,353),(971.5,352.5980762113533),(972.5980762113533,351.5),(973,350),(972.5980762113534,348.5),(971.5,347.4019237886467),(970,347),(968.5,347.4019237886467),(967.4019237886467,348.5)) -9636 ((966,360),(966.5358983848622,362),(968,363.46410161513774),(970,364),(972,363.46410161513774),(973.4641016151378,362),(974,360),(973.4641016151378,358),(972,356.53589838486226),(970,356),(968,356.53589838486226),(966.5358983848622,358)) -9637 ((965,370),(965.6698729810778,372.5),(967.5,374.3301270189222),(970,375),(972.5,374.3301270189222),(974.3301270189222,372.5),(975,370),(974.3301270189222,367.5),(972.5,365.6698729810778),(970,365),(967.5,365.6698729810778),(965.6698729810778,367.5)) -9638 ((964,380),(964.8038475772934,383),(967,385.19615242270663),(970,386),(973,385.19615242270663),(975.1961524227066,383),(976,380),(975.1961524227066,377),(973,374.80384757729337),(970,374),(967,374.80384757729337),(964.8038475772934,377)) -9639 ((963,390),(963.937822173509,393.5),(966.5,396.06217782649105),(970,397),(973.5,396.06217782649105),(976.062177826491,393.5),(977,390),(976.062177826491,386.5),(973.5,383.93782217350895),(970,383),(966.5,383.93782217350895),(963.937822173509,386.5)) -9640 ((962,400),(963.0717967697245,404),(966,406.9282032302755),(970,408),(974,406.9282032302755),(976.9282032302755,404),(978,400),(976.9282032302755,396),(974,393.0717967697245),(970,392),(966,393.0717967697245),(963.0717967697245,396)) -9641 ((961,410),(962.2057713659401,414.5),(965.5,417.79422863405995),(970,419),(974.5,417.79422863405995),(977.7942286340599,414.5),(979,410),(977.79422863406,405.5),(974.5,402.20577136594005),(970,401),(965.5,402.20577136594005),(962.2057713659401,405.5)) -9642 ((960,420),(961.3397459621556,425),(965,428.66025403784437),(970,430),(975,428.66025403784437),(978.6602540378444,425),(980,420),(978.6602540378444,415),(975,411.33974596215563),(970,410),(965,411.33974596215563),(961.3397459621556,415)) -9643 ((969,430),(969.1339745962156,430.5),(969.5,430.8660254037844),(970,431),(970.5,430.8660254037844),(970.8660254037844,430.5),(971,430),(970.8660254037844,429.5),(970.5,429.1339745962156),(970,429),(969.5,429.1339745962156),(969.1339745962156,429.5)) -9644 ((968,440),(968.2679491924312,441),(969,441.7320508075689),(970,442),(971,441.7320508075689),(971.7320508075688,441),(972,440),(971.7320508075688,439),(971,438.2679491924311),(970,438),(969,438.2679491924311),(968.2679491924312,439)) -9645 ((967,450),(967.4019237886466,451.5),(968.5,452.5980762113533),(970,453),(971.5,452.5980762113533),(972.5980762113533,451.5),(973,450),(972.5980762113534,448.5),(971.5,447.4019237886467),(970,447),(968.5,447.4019237886467),(967.4019237886467,448.5)) -9646 ((966,460),(966.5358983848622,462),(968,463.46410161513774),(970,464),(972,463.46410161513774),(973.4641016151378,462),(974,460),(973.4641016151378,458),(972,456.53589838486226),(970,456),(968,456.53589838486226),(966.5358983848622,458)) -9647 ((965,470),(965.6698729810778,472.5),(967.5,474.3301270189222),(970,475),(972.5,474.3301270189222),(974.3301270189222,472.5),(975,470),(974.3301270189222,467.5),(972.5,465.6698729810778),(970,465),(967.5,465.6698729810778),(965.6698729810778,467.5)) -9648 ((964,480),(964.8038475772934,483),(967,485.19615242270663),(970,486),(973,485.19615242270663),(975.1961524227066,483),(976,480),(975.1961524227066,477),(973,474.80384757729337),(970,474),(967,474.80384757729337),(964.8038475772934,477)) -9649 ((963,490),(963.937822173509,493.5),(966.5,496.06217782649105),(970,497),(973.5,496.06217782649105),(976.062177826491,493.5),(977,490),(976.062177826491,486.5),(973.5,483.93782217350895),(970,483),(966.5,483.93782217350895),(963.937822173509,486.5)) -9650 ((962,500),(963.0717967697245,504),(966,506.9282032302755),(970,508),(974,506.9282032302755),(976.9282032302755,504),(978,500),(976.9282032302755,496),(974,493.0717967697245),(970,492),(966,493.0717967697245),(963.0717967697245,496)) -9651 ((961,510),(962.2057713659401,514.5),(965.5,517.7942286340599),(970,519),(974.5,517.7942286340599),(977.7942286340599,514.5),(979,510),(977.79422863406,505.5),(974.5,502.20577136594005),(970,501),(965.5,502.20577136594005),(962.2057713659401,505.5)) -9652 ((960,520),(961.3397459621556,525),(965,528.6602540378444),(970,530),(975,528.6602540378444),(978.6602540378444,525),(980,520),(978.6602540378444,515),(975,511.33974596215563),(970,510),(965,511.33974596215563),(961.3397459621556,515)) -9653 ((969,530),(969.1339745962156,530.5),(969.5,530.8660254037844),(970,531),(970.5,530.8660254037844),(970.8660254037844,530.5),(971,530),(970.8660254037844,529.5),(970.5,529.1339745962156),(970,529),(969.5,529.1339745962156),(969.1339745962156,529.5)) -9654 ((968,540),(968.2679491924312,541),(969,541.7320508075688),(970,542),(971,541.7320508075688),(971.7320508075688,541),(972,540),(971.7320508075688,539),(971,538.2679491924312),(970,538),(969,538.2679491924312),(968.2679491924312,539)) -9655 ((967,550),(967.4019237886466,551.5),(968.5,552.5980762113534),(970,553),(971.5,552.5980762113534),(972.5980762113533,551.5),(973,550),(972.5980762113534,548.5),(971.5,547.4019237886467),(970,547),(968.5,547.4019237886466),(967.4019237886467,548.5)) -9656 ((966,560),(966.5358983848622,562),(968,563.4641016151378),(970,564),(972,563.4641016151378),(973.4641016151378,562),(974,560),(973.4641016151378,558),(972,556.5358983848622),(970,556),(968,556.5358983848622),(966.5358983848622,558)) -9657 ((965,570),(965.6698729810778,572.5),(967.5,574.3301270189222),(970,575),(972.5,574.3301270189222),(974.3301270189222,572.5),(975,570),(974.3301270189222,567.5),(972.5,565.6698729810778),(970,565),(967.5,565.6698729810778),(965.6698729810778,567.5)) -9658 ((964,580),(964.8038475772934,583),(967,585.1961524227066),(970,586),(973,585.1961524227066),(975.1961524227066,583),(976,580),(975.1961524227066,577),(973,574.8038475772934),(970,574),(967,574.8038475772934),(964.8038475772934,577)) -9659 ((963,590),(963.937822173509,593.5),(966.5,596.062177826491),(970,597),(973.5,596.062177826491),(976.062177826491,593.5),(977,590),(976.062177826491,586.5),(973.5,583.937822173509),(970,583),(966.5,583.937822173509),(963.937822173509,586.5)) -9660 ((962,600),(963.0717967697245,604),(966,606.9282032302755),(970,608),(974,606.9282032302755),(976.9282032302755,604),(978,600),(976.9282032302755,596),(974,593.0717967697245),(970,592),(966,593.0717967697245),(963.0717967697245,596)) -9661 ((961,610),(962.2057713659401,614.5),(965.5,617.7942286340599),(970,619),(974.5,617.7942286340599),(977.7942286340599,614.5),(979,610),(977.79422863406,605.5),(974.5,602.2057713659401),(970,601),(965.5,602.20577136594),(962.2057713659401,605.5)) -9662 ((960,620),(961.3397459621556,625),(965,628.6602540378444),(970,630),(975,628.6602540378444),(978.6602540378444,625),(980,620),(978.6602540378444,615),(975,611.3397459621556),(970,610),(965,611.3397459621556),(961.3397459621556,615)) -9663 ((969,630),(969.1339745962156,630.5),(969.5,630.8660254037844),(970,631),(970.5,630.8660254037844),(970.8660254037844,630.5),(971,630),(970.8660254037844,629.5),(970.5,629.1339745962156),(970,629),(969.5,629.1339745962156),(969.1339745962156,629.5)) -9664 ((968,640),(968.2679491924312,641),(969,641.7320508075688),(970,642),(971,641.7320508075688),(971.7320508075688,641),(972,640),(971.7320508075688,639),(971,638.2679491924312),(970,638),(969,638.2679491924312),(968.2679491924312,639)) -9665 ((967,650),(967.4019237886466,651.5),(968.5,652.5980762113534),(970,653),(971.5,652.5980762113534),(972.5980762113533,651.5),(973,650),(972.5980762113534,648.5),(971.5,647.4019237886467),(970,647),(968.5,647.4019237886466),(967.4019237886467,648.5)) -9666 ((966,660),(966.5358983848622,662),(968,663.4641016151378),(970,664),(972,663.4641016151378),(973.4641016151378,662),(974,660),(973.4641016151378,658),(972,656.5358983848622),(970,656),(968,656.5358983848622),(966.5358983848622,658)) -9667 ((965,670),(965.6698729810778,672.5),(967.5,674.3301270189222),(970,675),(972.5,674.3301270189222),(974.3301270189222,672.5),(975,670),(974.3301270189222,667.5),(972.5,665.6698729810778),(970,665),(967.5,665.6698729810778),(965.6698729810778,667.5)) -9668 ((964,680),(964.8038475772934,683),(967,685.1961524227066),(970,686),(973,685.1961524227066),(975.1961524227066,683),(976,680),(975.1961524227066,677),(973,674.8038475772934),(970,674),(967,674.8038475772934),(964.8038475772934,677)) -9669 ((963,690),(963.937822173509,693.5),(966.5,696.062177826491),(970,697),(973.5,696.062177826491),(976.062177826491,693.5),(977,690),(976.062177826491,686.5),(973.5,683.937822173509),(970,683),(966.5,683.937822173509),(963.937822173509,686.5)) -9670 ((962,700),(963.0717967697245,704),(966,706.9282032302755),(970,708),(974,706.9282032302755),(976.9282032302755,704),(978,700),(976.9282032302755,696),(974,693.0717967697245),(970,692),(966,693.0717967697245),(963.0717967697245,696)) -9671 ((961,710),(962.2057713659401,714.5),(965.5,717.7942286340599),(970,719),(974.5,717.7942286340599),(977.7942286340599,714.5),(979,710),(977.79422863406,705.5),(974.5,702.2057713659401),(970,701),(965.5,702.20577136594),(962.2057713659401,705.5)) -9672 ((960,720),(961.3397459621556,725),(965,728.6602540378444),(970,730),(975,728.6602540378444),(978.6602540378444,725),(980,720),(978.6602540378444,715),(975,711.3397459621556),(970,710),(965,711.3397459621556),(961.3397459621556,715)) -9673 ((969,730),(969.1339745962156,730.5),(969.5,730.8660254037844),(970,731),(970.5,730.8660254037844),(970.8660254037844,730.5),(971,730),(970.8660254037844,729.5),(970.5,729.1339745962156),(970,729),(969.5,729.1339745962156),(969.1339745962156,729.5)) -9674 ((968,740),(968.2679491924312,741),(969,741.7320508075688),(970,742),(971,741.7320508075688),(971.7320508075688,741),(972,740),(971.7320508075688,739),(971,738.2679491924312),(970,738),(969,738.2679491924312),(968.2679491924312,739)) -9675 ((967,750),(967.4019237886466,751.5),(968.5,752.5980762113534),(970,753),(971.5,752.5980762113534),(972.5980762113533,751.5),(973,750),(972.5980762113534,748.5),(971.5,747.4019237886467),(970,747),(968.5,747.4019237886466),(967.4019237886467,748.5)) -9676 ((966,760),(966.5358983848622,762),(968,763.4641016151378),(970,764),(972,763.4641016151378),(973.4641016151378,762),(974,760),(973.4641016151378,758),(972,756.5358983848622),(970,756),(968,756.5358983848622),(966.5358983848622,758)) -9677 ((965,770),(965.6698729810778,772.5),(967.5,774.3301270189222),(970,775),(972.5,774.3301270189222),(974.3301270189222,772.5),(975,770),(974.3301270189222,767.5),(972.5,765.6698729810778),(970,765),(967.5,765.6698729810778),(965.6698729810778,767.5)) -9678 ((964,780),(964.8038475772934,783),(967,785.1961524227066),(970,786),(973,785.1961524227066),(975.1961524227066,783),(976,780),(975.1961524227066,777),(973,774.8038475772934),(970,774),(967,774.8038475772934),(964.8038475772934,777)) -9679 ((963,790),(963.937822173509,793.5),(966.5,796.062177826491),(970,797),(973.5,796.062177826491),(976.062177826491,793.5),(977,790),(976.062177826491,786.5),(973.5,783.937822173509),(970,783),(966.5,783.937822173509),(963.937822173509,786.5)) -9680 ((962,800),(963.0717967697245,804),(966,806.9282032302755),(970,808),(974,806.9282032302755),(976.9282032302755,804),(978,800),(976.9282032302755,796),(974,793.0717967697245),(970,792),(966,793.0717967697245),(963.0717967697245,796)) -9681 ((961,810),(962.2057713659401,814.5),(965.5,817.7942286340599),(970,819),(974.5,817.7942286340599),(977.7942286340599,814.5),(979,810),(977.79422863406,805.5),(974.5,802.2057713659401),(970,801),(965.5,802.20577136594),(962.2057713659401,805.5)) -9682 ((960,820),(961.3397459621556,825),(965,828.6602540378444),(970,830),(975,828.6602540378444),(978.6602540378444,825),(980,820),(978.6602540378444,815),(975,811.3397459621556),(970,810),(965,811.3397459621556),(961.3397459621556,815)) -9683 ((969,830),(969.1339745962156,830.5),(969.5,830.8660254037844),(970,831),(970.5,830.8660254037844),(970.8660254037844,830.5),(971,830),(970.8660254037844,829.5),(970.5,829.1339745962156),(970,829),(969.5,829.1339745962156),(969.1339745962156,829.5)) -9684 ((968,840),(968.2679491924312,841),(969,841.7320508075688),(970,842),(971,841.7320508075688),(971.7320508075688,841),(972,840),(971.7320508075688,839),(971,838.2679491924312),(970,838),(969,838.2679491924312),(968.2679491924312,839)) -9685 ((967,850),(967.4019237886466,851.5),(968.5,852.5980762113534),(970,853),(971.5,852.5980762113534),(972.5980762113533,851.5),(973,850),(972.5980762113534,848.5),(971.5,847.4019237886467),(970,847),(968.5,847.4019237886466),(967.4019237886467,848.5)) -9686 ((966,860),(966.5358983848622,862),(968,863.4641016151378),(970,864),(972,863.4641016151378),(973.4641016151378,862),(974,860),(973.4641016151378,858),(972,856.5358983848622),(970,856),(968,856.5358983848622),(966.5358983848622,858)) -9687 ((965,870),(965.6698729810778,872.5),(967.5,874.3301270189222),(970,875),(972.5,874.3301270189222),(974.3301270189222,872.5),(975,870),(974.3301270189222,867.5),(972.5,865.6698729810778),(970,865),(967.5,865.6698729810778),(965.6698729810778,867.5)) -9688 ((964,880),(964.8038475772934,883),(967,885.1961524227066),(970,886),(973,885.1961524227066),(975.1961524227066,883),(976,880),(975.1961524227066,877),(973,874.8038475772934),(970,874),(967,874.8038475772934),(964.8038475772934,877)) -9689 ((963,890),(963.937822173509,893.5),(966.5,896.062177826491),(970,897),(973.5,896.062177826491),(976.062177826491,893.5),(977,890),(976.062177826491,886.5),(973.5,883.937822173509),(970,883),(966.5,883.937822173509),(963.937822173509,886.5)) -9690 ((962,900),(963.0717967697245,904),(966,906.9282032302755),(970,908),(974,906.9282032302755),(976.9282032302755,904),(978,900),(976.9282032302755,896),(974,893.0717967697245),(970,892),(966,893.0717967697245),(963.0717967697245,896)) -9691 ((961,910),(962.2057713659401,914.5),(965.5,917.7942286340599),(970,919),(974.5,917.7942286340599),(977.7942286340599,914.5),(979,910),(977.79422863406,905.5),(974.5,902.2057713659401),(970,901),(965.5,902.20577136594),(962.2057713659401,905.5)) -9692 ((960,920),(961.3397459621556,925),(965,928.6602540378444),(970,930),(975,928.6602540378444),(978.6602540378444,925),(980,920),(978.6602540378444,915),(975,911.3397459621556),(970,910),(965,911.3397459621556),(961.3397459621556,915)) -9693 ((969,930),(969.1339745962156,930.5),(969.5,930.8660254037844),(970,931),(970.5,930.8660254037844),(970.8660254037844,930.5),(971,930),(970.8660254037844,929.5),(970.5,929.1339745962156),(970,929),(969.5,929.1339745962156),(969.1339745962156,929.5)) -9694 ((968,940),(968.2679491924312,941),(969,941.7320508075688),(970,942),(971,941.7320508075688),(971.7320508075688,941),(972,940),(971.7320508075688,939),(971,938.2679491924312),(970,938),(969,938.2679491924312),(968.2679491924312,939)) -9695 ((967,950),(967.4019237886466,951.5),(968.5,952.5980762113534),(970,953),(971.5,952.5980762113534),(972.5980762113533,951.5),(973,950),(972.5980762113534,948.5),(971.5,947.4019237886467),(970,947),(968.5,947.4019237886466),(967.4019237886467,948.5)) -9696 ((966,960),(966.5358983848622,962),(968,963.4641016151378),(970,964),(972,963.4641016151378),(973.4641016151378,962),(974,960),(973.4641016151378,958),(972,956.5358983848622),(970,956),(968,956.5358983848622),(966.5358983848622,958)) -9697 ((965,970),(965.6698729810778,972.5),(967.5,974.3301270189222),(970,975),(972.5,974.3301270189222),(974.3301270189222,972.5),(975,970),(974.3301270189222,967.5),(972.5,965.6698729810778),(970,965),(967.5,965.6698729810778),(965.6698729810778,967.5)) -9698 ((964,980),(964.8038475772934,983),(967,985.1961524227066),(970,986),(973,985.1961524227066),(975.1961524227066,983),(976,980),(975.1961524227066,977),(973,974.8038475772934),(970,974),(967,974.8038475772934),(964.8038475772934,977)) -9699 ((963,990),(963.937822173509,993.5),(966.5,996.062177826491),(970,997),(973.5,996.062177826491),(976.062177826491,993.5),(977,990),(976.062177826491,986.5),(973.5,983.937822173509),(970,983),(966.5,983.937822173509),(963.937822173509,986.5)) -9700 ((962,1000),(963.0717967697245,1004),(966,1006.9282032302755),(970,1008),(974,1006.9282032302755),(976.9282032302755,1004),(978,1000),(976.9282032302755,996),(974,993.0717967697245),(970,992),(966,993.0717967697245),(963.0717967697245,996)) -9701 ((970,10),(971.3397459621556,15),(975,18.660254037844386),(980,20),(985,18.66025403784439),(988.6602540378444,15.000000000000004),(990,10.000000000000002),(988.6602540378444,5.000000000000003),(985,1.3397459621556145),(980,0),(975,1.3397459621556091),(971.3397459621556,4.999999999999996)) -9702 ((979,20),(979.1339745962156,20.5),(979.5,20.866025403784437),(980,21),(980.5,20.866025403784437),(980.8660254037844,20.5),(981,20),(980.8660254037844,19.5),(980.5,19.133974596215563),(980,19),(979.5,19.133974596215563),(979.1339745962156,19.5)) -9703 ((978,30),(978.2679491924312,31),(979,31.73205080756888),(980,32),(981,31.73205080756888),(981.7320508075688,31),(982,30),(981.7320508075688,29),(981,28.26794919243112),(980,28),(979,28.26794919243112),(978.2679491924312,29)) -9704 ((977,40),(977.4019237886466,41.5),(978.5,42.598076211353316),(980,43),(981.5,42.598076211353316),(982.5980762113533,41.5),(983,40),(982.5980762113534,38.5),(981.5,37.401923788646684),(980,37),(978.5,37.401923788646684),(977.4019237886467,38.5)) -9705 ((976,50),(976.5358983848622,52),(978,53.46410161513776),(980,54),(982,53.46410161513776),(983.4641016151378,52),(984,50),(983.4641016151378,48),(982,46.53589838486224),(980,46),(978,46.53589838486224),(976.5358983848622,48)) -9706 ((975,60),(975.6698729810778,62.5),(977.5,64.3301270189222),(980,65),(982.5,64.3301270189222),(984.3301270189222,62.5),(985,60),(984.3301270189222,57.5),(982.5,55.66987298107781),(980,55),(977.5,55.6698729810778),(975.6698729810778,57.5)) -9707 ((974,70),(974.8038475772934,73),(977,75.19615242270663),(980,76),(983,75.19615242270663),(985.1961524227066,73),(986,70),(985.1961524227066,67),(983,64.80384757729337),(980,64),(977,64.80384757729337),(974.8038475772934,67)) -9708 ((973,80),(973.937822173509,83.5),(976.5,86.06217782649107),(980,87),(983.5,86.06217782649107),(986.062177826491,83.5),(987,80),(986.062177826491,76.5),(983.5,73.93782217350893),(980,73),(976.5,73.93782217350892),(973.937822173509,76.5)) -9709 ((972,90),(973.0717967697245,94),(976,96.92820323027551),(980,98),(984,96.92820323027551),(986.9282032302755,94),(988,90),(986.9282032302755,86),(984,83.07179676972449),(980,82),(976,83.07179676972449),(973.0717967697245,86)) -9710 ((971,100),(972.2057713659401,104.5),(975.5,107.79422863405995),(980,109),(984.5,107.79422863405995),(987.7942286340599,104.5),(989,100),(987.79422863406,95.5),(984.5,92.20577136594005),(980,91),(975.5,92.20577136594005),(972.2057713659401,95.5)) -9711 ((970,110),(971.3397459621556,115),(975,118.66025403784438),(980,120),(985,118.66025403784438),(988.6602540378444,115),(990,110),(988.6602540378444,105),(985,101.33974596215562),(980,100),(975,101.3397459621556),(971.3397459621556,105)) -9712 ((979,120),(979.1339745962156,120.5),(979.5,120.86602540378443),(980,121),(980.5,120.86602540378443),(980.8660254037844,120.5),(981,120),(980.8660254037844,119.5),(980.5,119.13397459621557),(980,119),(979.5,119.13397459621557),(979.1339745962156,119.5)) -9713 ((978,130),(978.2679491924312,131),(979,131.73205080756887),(980,132),(981,131.73205080756887),(981.7320508075688,131),(982,130),(981.7320508075688,129),(981,128.26794919243113),(980,128),(979,128.26794919243113),(978.2679491924312,129)) -9714 ((977,140),(977.4019237886466,141.5),(978.5,142.59807621135332),(980,143),(981.5,142.59807621135332),(982.5980762113533,141.5),(983,140),(982.5980762113534,138.5),(981.5,137.40192378864668),(980,137),(978.5,137.40192378864668),(977.4019237886467,138.5)) -9715 ((976,150),(976.5358983848622,152),(978,153.46410161513776),(980,154),(982,153.46410161513776),(983.4641016151378,152),(984,150),(983.4641016151378,148),(982,146.53589838486224),(980,146),(978,146.53589838486224),(976.5358983848622,148)) -9716 ((975,160),(975.6698729810778,162.5),(977.5,164.33012701892218),(980,165),(982.5,164.33012701892218),(984.3301270189222,162.5),(985,160),(984.3301270189222,157.5),(982.5,155.66987298107782),(980,155),(977.5,155.66987298107782),(975.6698729810778,157.5)) -9717 ((974,170),(974.8038475772934,173),(977,175.19615242270663),(980,176),(983,175.19615242270663),(985.1961524227066,173),(986,170),(985.1961524227066,167),(983,164.80384757729337),(980,164),(977,164.80384757729337),(974.8038475772934,167)) -9718 ((973,180),(973.937822173509,183.5),(976.5,186.06217782649108),(980,187),(983.5,186.06217782649108),(986.062177826491,183.5),(987,180),(986.062177826491,176.5),(983.5,173.93782217350892),(980,173),(976.5,173.93782217350892),(973.937822173509,176.5)) -9719 ((972,190),(973.0717967697245,194),(976,196.9282032302755),(980,198),(984,196.9282032302755),(986.9282032302755,194),(988,190),(986.9282032302755,186),(984,183.0717967697245),(980,182),(976,183.0717967697245),(973.0717967697245,186)) -9720 ((971,200),(972.2057713659401,204.5),(975.5,207.79422863405995),(980,209),(984.5,207.79422863405995),(987.7942286340599,204.5),(989,200),(987.79422863406,195.5),(984.5,192.20577136594005),(980,191),(975.5,192.20577136594005),(972.2057713659401,195.5)) -9721 ((970,210),(971.3397459621556,215),(975,218.6602540378444),(980,220),(985,218.6602540378444),(988.6602540378444,215),(990,210),(988.6602540378444,205),(985,201.3397459621556),(980,200),(975,201.3397459621556),(971.3397459621556,205)) -9722 ((979,220),(979.1339745962156,220.5),(979.5,220.86602540378445),(980,221),(980.5,220.86602540378445),(980.8660254037844,220.5),(981,220),(980.8660254037844,219.5),(980.5,219.13397459621555),(980,219),(979.5,219.13397459621555),(979.1339745962156,219.5)) -9723 ((978,230),(978.2679491924312,231),(979,231.73205080756887),(980,232),(981,231.73205080756887),(981.7320508075688,231),(982,230),(981.7320508075688,229),(981,228.26794919243113),(980,228),(979,228.26794919243113),(978.2679491924312,229)) -9724 ((977,240),(977.4019237886466,241.5),(978.5,242.59807621135332),(980,243),(981.5,242.59807621135332),(982.5980762113533,241.5),(983,240),(982.5980762113534,238.5),(981.5,237.40192378864668),(980,237),(978.5,237.40192378864668),(977.4019237886467,238.5)) -9725 ((976,250),(976.5358983848622,252),(978,253.46410161513776),(980,254),(982,253.46410161513776),(983.4641016151378,252),(984,250),(983.4641016151378,248),(982,246.53589838486224),(980,246),(978,246.53589838486224),(976.5358983848622,248)) -9726 ((975,260),(975.6698729810778,262.5),(977.5,264.3301270189222),(980,265),(982.5,264.3301270189222),(984.3301270189222,262.5),(985,260),(984.3301270189222,257.5),(982.5,255.66987298107782),(980,255),(977.5,255.66987298107782),(975.6698729810778,257.5)) -9727 ((974,270),(974.8038475772934,273),(977,275.19615242270663),(980,276),(983,275.19615242270663),(985.1961524227066,273),(986,270),(985.1961524227066,267),(983,264.80384757729337),(980,264),(977,264.80384757729337),(974.8038475772934,267)) -9728 ((973,280),(973.937822173509,283.5),(976.5,286.06217782649105),(980,287),(983.5,286.06217782649105),(986.062177826491,283.5),(987,280),(986.062177826491,276.5),(983.5,273.93782217350895),(980,273),(976.5,273.93782217350895),(973.937822173509,276.5)) -9729 ((972,290),(973.0717967697245,294),(976,296.9282032302755),(980,298),(984,296.9282032302755),(986.9282032302755,294),(988,290),(986.9282032302755,286),(984,283.0717967697245),(980,282),(976,283.0717967697245),(973.0717967697245,286)) -9730 ((971,300),(972.2057713659401,304.5),(975.5,307.79422863405995),(980,309),(984.5,307.79422863405995),(987.7942286340599,304.5),(989,300),(987.79422863406,295.5),(984.5,292.20577136594005),(980,291),(975.5,292.20577136594005),(972.2057713659401,295.5)) -9731 ((970,310),(971.3397459621556,315),(975,318.66025403784437),(980,320),(985,318.66025403784437),(988.6602540378444,315),(990,310),(988.6602540378444,305),(985,301.33974596215563),(980,300),(975,301.33974596215563),(971.3397459621556,305)) -9732 ((979,320),(979.1339745962156,320.5),(979.5,320.8660254037844),(980,321),(980.5,320.8660254037844),(980.8660254037844,320.5),(981,320),(980.8660254037844,319.5),(980.5,319.1339745962156),(980,319),(979.5,319.1339745962156),(979.1339745962156,319.5)) -9733 ((978,330),(978.2679491924312,331),(979,331.7320508075689),(980,332),(981,331.7320508075689),(981.7320508075688,331),(982,330),(981.7320508075688,329),(981,328.2679491924311),(980,328),(979,328.2679491924311),(978.2679491924312,329)) -9734 ((977,340),(977.4019237886466,341.5),(978.5,342.5980762113533),(980,343),(981.5,342.5980762113533),(982.5980762113533,341.5),(983,340),(982.5980762113534,338.5),(981.5,337.4019237886467),(980,337),(978.5,337.4019237886467),(977.4019237886467,338.5)) -9735 ((976,350),(976.5358983848622,352),(978,353.46410161513774),(980,354),(982,353.46410161513774),(983.4641016151378,352),(984,350),(983.4641016151378,348),(982,346.53589838486226),(980,346),(978,346.53589838486226),(976.5358983848622,348)) -9736 ((975,360),(975.6698729810778,362.5),(977.5,364.3301270189222),(980,365),(982.5,364.3301270189222),(984.3301270189222,362.5),(985,360),(984.3301270189222,357.5),(982.5,355.6698729810778),(980,355),(977.5,355.6698729810778),(975.6698729810778,357.5)) -9737 ((974,370),(974.8038475772934,373),(977,375.19615242270663),(980,376),(983,375.19615242270663),(985.1961524227066,373),(986,370),(985.1961524227066,367),(983,364.80384757729337),(980,364),(977,364.80384757729337),(974.8038475772934,367)) -9738 ((973,380),(973.937822173509,383.5),(976.5,386.06217782649105),(980,387),(983.5,386.06217782649105),(986.062177826491,383.5),(987,380),(986.062177826491,376.5),(983.5,373.93782217350895),(980,373),(976.5,373.93782217350895),(973.937822173509,376.5)) -9739 ((972,390),(973.0717967697245,394),(976,396.9282032302755),(980,398),(984,396.9282032302755),(986.9282032302755,394),(988,390),(986.9282032302755,386),(984,383.0717967697245),(980,382),(976,383.0717967697245),(973.0717967697245,386)) -9740 ((971,400),(972.2057713659401,404.5),(975.5,407.79422863405995),(980,409),(984.5,407.79422863405995),(987.7942286340599,404.5),(989,400),(987.79422863406,395.5),(984.5,392.20577136594005),(980,391),(975.5,392.20577136594005),(972.2057713659401,395.5)) -9741 ((970,410),(971.3397459621556,415),(975,418.66025403784437),(980,420),(985,418.66025403784437),(988.6602540378444,415),(990,410),(988.6602540378444,405),(985,401.33974596215563),(980,400),(975,401.33974596215563),(971.3397459621556,405)) -9742 ((979,420),(979.1339745962156,420.5),(979.5,420.8660254037844),(980,421),(980.5,420.8660254037844),(980.8660254037844,420.5),(981,420),(980.8660254037844,419.5),(980.5,419.1339745962156),(980,419),(979.5,419.1339745962156),(979.1339745962156,419.5)) -9743 ((978,430),(978.2679491924312,431),(979,431.7320508075689),(980,432),(981,431.7320508075689),(981.7320508075688,431),(982,430),(981.7320508075688,429),(981,428.2679491924311),(980,428),(979,428.2679491924311),(978.2679491924312,429)) -9744 ((977,440),(977.4019237886466,441.5),(978.5,442.5980762113533),(980,443),(981.5,442.5980762113533),(982.5980762113533,441.5),(983,440),(982.5980762113534,438.5),(981.5,437.4019237886467),(980,437),(978.5,437.4019237886467),(977.4019237886467,438.5)) -9745 ((976,450),(976.5358983848622,452),(978,453.46410161513774),(980,454),(982,453.46410161513774),(983.4641016151378,452),(984,450),(983.4641016151378,448),(982,446.53589838486226),(980,446),(978,446.53589838486226),(976.5358983848622,448)) -9746 ((975,460),(975.6698729810778,462.5),(977.5,464.3301270189222),(980,465),(982.5,464.3301270189222),(984.3301270189222,462.5),(985,460),(984.3301270189222,457.5),(982.5,455.6698729810778),(980,455),(977.5,455.6698729810778),(975.6698729810778,457.5)) -9747 ((974,470),(974.8038475772934,473),(977,475.19615242270663),(980,476),(983,475.19615242270663),(985.1961524227066,473),(986,470),(985.1961524227066,467),(983,464.80384757729337),(980,464),(977,464.80384757729337),(974.8038475772934,467)) -9748 ((973,480),(973.937822173509,483.5),(976.5,486.06217782649105),(980,487),(983.5,486.06217782649105),(986.062177826491,483.5),(987,480),(986.062177826491,476.5),(983.5,473.93782217350895),(980,473),(976.5,473.93782217350895),(973.937822173509,476.5)) -9749 ((972,490),(973.0717967697245,494),(976,496.9282032302755),(980,498),(984,496.9282032302755),(986.9282032302755,494),(988,490),(986.9282032302755,486),(984,483.0717967697245),(980,482),(976,483.0717967697245),(973.0717967697245,486)) -9750 ((971,500),(972.2057713659401,504.5),(975.5,507.79422863405995),(980,509),(984.5,507.79422863405995),(987.7942286340599,504.5),(989,500),(987.79422863406,495.5),(984.5,492.20577136594005),(980,491),(975.5,492.20577136594005),(972.2057713659401,495.5)) -9751 ((970,510),(971.3397459621556,515),(975,518.6602540378444),(980,520),(985,518.6602540378444),(988.6602540378444,515),(990,510),(988.6602540378444,505),(985,501.33974596215563),(980,500),(975,501.33974596215563),(971.3397459621556,505)) -9752 ((979,520),(979.1339745962156,520.5),(979.5,520.8660254037844),(980,521),(980.5,520.8660254037844),(980.8660254037844,520.5),(981,520),(980.8660254037844,519.5),(980.5,519.1339745962156),(980,519),(979.5,519.1339745962156),(979.1339745962156,519.5)) -9753 ((978,530),(978.2679491924312,531),(979,531.7320508075688),(980,532),(981,531.7320508075688),(981.7320508075688,531),(982,530),(981.7320508075688,529),(981,528.2679491924312),(980,528),(979,528.2679491924312),(978.2679491924312,529)) -9754 ((977,540),(977.4019237886466,541.5),(978.5,542.5980762113534),(980,543),(981.5,542.5980762113534),(982.5980762113533,541.5),(983,540),(982.5980762113534,538.5),(981.5,537.4019237886467),(980,537),(978.5,537.4019237886466),(977.4019237886467,538.5)) -9755 ((976,550),(976.5358983848622,552),(978,553.4641016151378),(980,554),(982,553.4641016151378),(983.4641016151378,552),(984,550),(983.4641016151378,548),(982,546.5358983848622),(980,546),(978,546.5358983848622),(976.5358983848622,548)) -9756 ((975,560),(975.6698729810778,562.5),(977.5,564.3301270189222),(980,565),(982.5,564.3301270189222),(984.3301270189222,562.5),(985,560),(984.3301270189222,557.5),(982.5,555.6698729810778),(980,555),(977.5,555.6698729810778),(975.6698729810778,557.5)) -9757 ((974,570),(974.8038475772934,573),(977,575.1961524227066),(980,576),(983,575.1961524227066),(985.1961524227066,573),(986,570),(985.1961524227066,567),(983,564.8038475772934),(980,564),(977,564.8038475772934),(974.8038475772934,567)) -9758 ((973,580),(973.937822173509,583.5),(976.5,586.062177826491),(980,587),(983.5,586.062177826491),(986.062177826491,583.5),(987,580),(986.062177826491,576.5),(983.5,573.937822173509),(980,573),(976.5,573.937822173509),(973.937822173509,576.5)) -9759 ((972,590),(973.0717967697245,594),(976,596.9282032302755),(980,598),(984,596.9282032302755),(986.9282032302755,594),(988,590),(986.9282032302755,586),(984,583.0717967697245),(980,582),(976,583.0717967697245),(973.0717967697245,586)) -9760 ((971,600),(972.2057713659401,604.5),(975.5,607.7942286340599),(980,609),(984.5,607.7942286340599),(987.7942286340599,604.5),(989,600),(987.79422863406,595.5),(984.5,592.2057713659401),(980,591),(975.5,592.20577136594),(972.2057713659401,595.5)) -9761 ((970,610),(971.3397459621556,615),(975,618.6602540378444),(980,620),(985,618.6602540378444),(988.6602540378444,615),(990,610),(988.6602540378444,605),(985,601.3397459621556),(980,600),(975,601.3397459621556),(971.3397459621556,605)) -9762 ((979,620),(979.1339745962156,620.5),(979.5,620.8660254037844),(980,621),(980.5,620.8660254037844),(980.8660254037844,620.5),(981,620),(980.8660254037844,619.5),(980.5,619.1339745962156),(980,619),(979.5,619.1339745962156),(979.1339745962156,619.5)) -9763 ((978,630),(978.2679491924312,631),(979,631.7320508075688),(980,632),(981,631.7320508075688),(981.7320508075688,631),(982,630),(981.7320508075688,629),(981,628.2679491924312),(980,628),(979,628.2679491924312),(978.2679491924312,629)) -9764 ((977,640),(977.4019237886466,641.5),(978.5,642.5980762113534),(980,643),(981.5,642.5980762113534),(982.5980762113533,641.5),(983,640),(982.5980762113534,638.5),(981.5,637.4019237886467),(980,637),(978.5,637.4019237886466),(977.4019237886467,638.5)) -9765 ((976,650),(976.5358983848622,652),(978,653.4641016151378),(980,654),(982,653.4641016151378),(983.4641016151378,652),(984,650),(983.4641016151378,648),(982,646.5358983848622),(980,646),(978,646.5358983848622),(976.5358983848622,648)) -9766 ((975,660),(975.6698729810778,662.5),(977.5,664.3301270189222),(980,665),(982.5,664.3301270189222),(984.3301270189222,662.5),(985,660),(984.3301270189222,657.5),(982.5,655.6698729810778),(980,655),(977.5,655.6698729810778),(975.6698729810778,657.5)) -9767 ((974,670),(974.8038475772934,673),(977,675.1961524227066),(980,676),(983,675.1961524227066),(985.1961524227066,673),(986,670),(985.1961524227066,667),(983,664.8038475772934),(980,664),(977,664.8038475772934),(974.8038475772934,667)) -9768 ((973,680),(973.937822173509,683.5),(976.5,686.062177826491),(980,687),(983.5,686.062177826491),(986.062177826491,683.5),(987,680),(986.062177826491,676.5),(983.5,673.937822173509),(980,673),(976.5,673.937822173509),(973.937822173509,676.5)) -9769 ((972,690),(973.0717967697245,694),(976,696.9282032302755),(980,698),(984,696.9282032302755),(986.9282032302755,694),(988,690),(986.9282032302755,686),(984,683.0717967697245),(980,682),(976,683.0717967697245),(973.0717967697245,686)) -9770 ((971,700),(972.2057713659401,704.5),(975.5,707.7942286340599),(980,709),(984.5,707.7942286340599),(987.7942286340599,704.5),(989,700),(987.79422863406,695.5),(984.5,692.2057713659401),(980,691),(975.5,692.20577136594),(972.2057713659401,695.5)) -9771 ((970,710),(971.3397459621556,715),(975,718.6602540378444),(980,720),(985,718.6602540378444),(988.6602540378444,715),(990,710),(988.6602540378444,705),(985,701.3397459621556),(980,700),(975,701.3397459621556),(971.3397459621556,705)) -9772 ((979,720),(979.1339745962156,720.5),(979.5,720.8660254037844),(980,721),(980.5,720.8660254037844),(980.8660254037844,720.5),(981,720),(980.8660254037844,719.5),(980.5,719.1339745962156),(980,719),(979.5,719.1339745962156),(979.1339745962156,719.5)) -9773 ((978,730),(978.2679491924312,731),(979,731.7320508075688),(980,732),(981,731.7320508075688),(981.7320508075688,731),(982,730),(981.7320508075688,729),(981,728.2679491924312),(980,728),(979,728.2679491924312),(978.2679491924312,729)) -9774 ((977,740),(977.4019237886466,741.5),(978.5,742.5980762113534),(980,743),(981.5,742.5980762113534),(982.5980762113533,741.5),(983,740),(982.5980762113534,738.5),(981.5,737.4019237886467),(980,737),(978.5,737.4019237886466),(977.4019237886467,738.5)) -9775 ((976,750),(976.5358983848622,752),(978,753.4641016151378),(980,754),(982,753.4641016151378),(983.4641016151378,752),(984,750),(983.4641016151378,748),(982,746.5358983848622),(980,746),(978,746.5358983848622),(976.5358983848622,748)) -9776 ((975,760),(975.6698729810778,762.5),(977.5,764.3301270189222),(980,765),(982.5,764.3301270189222),(984.3301270189222,762.5),(985,760),(984.3301270189222,757.5),(982.5,755.6698729810778),(980,755),(977.5,755.6698729810778),(975.6698729810778,757.5)) -9777 ((974,770),(974.8038475772934,773),(977,775.1961524227066),(980,776),(983,775.1961524227066),(985.1961524227066,773),(986,770),(985.1961524227066,767),(983,764.8038475772934),(980,764),(977,764.8038475772934),(974.8038475772934,767)) -9778 ((973,780),(973.937822173509,783.5),(976.5,786.062177826491),(980,787),(983.5,786.062177826491),(986.062177826491,783.5),(987,780),(986.062177826491,776.5),(983.5,773.937822173509),(980,773),(976.5,773.937822173509),(973.937822173509,776.5)) -9779 ((972,790),(973.0717967697245,794),(976,796.9282032302755),(980,798),(984,796.9282032302755),(986.9282032302755,794),(988,790),(986.9282032302755,786),(984,783.0717967697245),(980,782),(976,783.0717967697245),(973.0717967697245,786)) -9780 ((971,800),(972.2057713659401,804.5),(975.5,807.7942286340599),(980,809),(984.5,807.7942286340599),(987.7942286340599,804.5),(989,800),(987.79422863406,795.5),(984.5,792.2057713659401),(980,791),(975.5,792.20577136594),(972.2057713659401,795.5)) -9781 ((970,810),(971.3397459621556,815),(975,818.6602540378444),(980,820),(985,818.6602540378444),(988.6602540378444,815),(990,810),(988.6602540378444,805),(985,801.3397459621556),(980,800),(975,801.3397459621556),(971.3397459621556,805)) -9782 ((979,820),(979.1339745962156,820.5),(979.5,820.8660254037844),(980,821),(980.5,820.8660254037844),(980.8660254037844,820.5),(981,820),(980.8660254037844,819.5),(980.5,819.1339745962156),(980,819),(979.5,819.1339745962156),(979.1339745962156,819.5)) -9783 ((978,830),(978.2679491924312,831),(979,831.7320508075688),(980,832),(981,831.7320508075688),(981.7320508075688,831),(982,830),(981.7320508075688,829),(981,828.2679491924312),(980,828),(979,828.2679491924312),(978.2679491924312,829)) -9784 ((977,840),(977.4019237886466,841.5),(978.5,842.5980762113534),(980,843),(981.5,842.5980762113534),(982.5980762113533,841.5),(983,840),(982.5980762113534,838.5),(981.5,837.4019237886467),(980,837),(978.5,837.4019237886466),(977.4019237886467,838.5)) -9785 ((976,850),(976.5358983848622,852),(978,853.4641016151378),(980,854),(982,853.4641016151378),(983.4641016151378,852),(984,850),(983.4641016151378,848),(982,846.5358983848622),(980,846),(978,846.5358983848622),(976.5358983848622,848)) -9786 ((975,860),(975.6698729810778,862.5),(977.5,864.3301270189222),(980,865),(982.5,864.3301270189222),(984.3301270189222,862.5),(985,860),(984.3301270189222,857.5),(982.5,855.6698729810778),(980,855),(977.5,855.6698729810778),(975.6698729810778,857.5)) -9787 ((974,870),(974.8038475772934,873),(977,875.1961524227066),(980,876),(983,875.1961524227066),(985.1961524227066,873),(986,870),(985.1961524227066,867),(983,864.8038475772934),(980,864),(977,864.8038475772934),(974.8038475772934,867)) -9788 ((973,880),(973.937822173509,883.5),(976.5,886.062177826491),(980,887),(983.5,886.062177826491),(986.062177826491,883.5),(987,880),(986.062177826491,876.5),(983.5,873.937822173509),(980,873),(976.5,873.937822173509),(973.937822173509,876.5)) -9789 ((972,890),(973.0717967697245,894),(976,896.9282032302755),(980,898),(984,896.9282032302755),(986.9282032302755,894),(988,890),(986.9282032302755,886),(984,883.0717967697245),(980,882),(976,883.0717967697245),(973.0717967697245,886)) -9790 ((971,900),(972.2057713659401,904.5),(975.5,907.7942286340599),(980,909),(984.5,907.7942286340599),(987.7942286340599,904.5),(989,900),(987.79422863406,895.5),(984.5,892.2057713659401),(980,891),(975.5,892.20577136594),(972.2057713659401,895.5)) -9791 ((970,910),(971.3397459621556,915),(975,918.6602540378444),(980,920),(985,918.6602540378444),(988.6602540378444,915),(990,910),(988.6602540378444,905),(985,901.3397459621556),(980,900),(975,901.3397459621556),(971.3397459621556,905)) -9792 ((979,920),(979.1339745962156,920.5),(979.5,920.8660254037844),(980,921),(980.5,920.8660254037844),(980.8660254037844,920.5),(981,920),(980.8660254037844,919.5),(980.5,919.1339745962156),(980,919),(979.5,919.1339745962156),(979.1339745962156,919.5)) -9793 ((978,930),(978.2679491924312,931),(979,931.7320508075688),(980,932),(981,931.7320508075688),(981.7320508075688,931),(982,930),(981.7320508075688,929),(981,928.2679491924312),(980,928),(979,928.2679491924312),(978.2679491924312,929)) -9794 ((977,940),(977.4019237886466,941.5),(978.5,942.5980762113534),(980,943),(981.5,942.5980762113534),(982.5980762113533,941.5),(983,940),(982.5980762113534,938.5),(981.5,937.4019237886467),(980,937),(978.5,937.4019237886466),(977.4019237886467,938.5)) -9795 ((976,950),(976.5358983848622,952),(978,953.4641016151378),(980,954),(982,953.4641016151378),(983.4641016151378,952),(984,950),(983.4641016151378,948),(982,946.5358983848622),(980,946),(978,946.5358983848622),(976.5358983848622,948)) -9796 ((975,960),(975.6698729810778,962.5),(977.5,964.3301270189222),(980,965),(982.5,964.3301270189222),(984.3301270189222,962.5),(985,960),(984.3301270189222,957.5),(982.5,955.6698729810778),(980,955),(977.5,955.6698729810778),(975.6698729810778,957.5)) -9797 ((974,970),(974.8038475772934,973),(977,975.1961524227066),(980,976),(983,975.1961524227066),(985.1961524227066,973),(986,970),(985.1961524227066,967),(983,964.8038475772934),(980,964),(977,964.8038475772934),(974.8038475772934,967)) -9798 ((973,980),(973.937822173509,983.5),(976.5,986.062177826491),(980,987),(983.5,986.062177826491),(986.062177826491,983.5),(987,980),(986.062177826491,976.5),(983.5,973.937822173509),(980,973),(976.5,973.937822173509),(973.937822173509,976.5)) -9799 ((972,990),(973.0717967697245,994),(976,996.9282032302755),(980,998),(984,996.9282032302755),(986.9282032302755,994),(988,990),(986.9282032302755,986),(984,983.0717967697245),(980,982),(976,983.0717967697245),(973.0717967697245,986)) -9800 ((971,1000),(972.2057713659401,1004.5),(975.5,1007.7942286340599),(980,1009),(984.5,1007.7942286340599),(987.7942286340599,1004.5),(989,1000),(987.79422863406,995.5),(984.5,992.2057713659401),(980,991),(975.5,992.20577136594),(972.2057713659401,995.5)) -9801 ((989,10),(989.1339745962156,10.5),(989.5,10.86602540378444),(990,11),(990.5,10.86602540378444),(990.8660254037844,10.5),(991,10),(990.8660254037844,9.5),(990.5,9.13397459621556),(990,9),(989.5,9.13397459621556),(989.1339745962156,9.5)) -9802 ((988,20),(988.2679491924312,21),(989,21.73205080756888),(990,22),(991,21.73205080756888),(991.7320508075688,21),(992,20),(991.7320508075688,19),(991,18.26794919243112),(990,18),(989,18.26794919243112),(988.2679491924312,19)) -9803 ((987,30),(987.4019237886466,31.5),(988.5,32.598076211353316),(990,33),(991.5,32.598076211353316),(992.5980762113533,31.5),(993,30),(992.5980762113534,28.5),(991.5,27.401923788646684),(990,27),(988.5,27.401923788646684),(987.4019237886467,28.5)) -9804 ((986,40),(986.5358983848622,42),(988,43.46410161513776),(990,44),(992,43.46410161513776),(993.4641016151378,42),(994,40),(993.4641016151378,38),(992,36.53589838486224),(990,36),(988,36.53589838486224),(986.5358983848622,38)) -9805 ((985,50),(985.6698729810778,52.5),(987.5,54.33012701892219),(990,55),(992.5,54.33012701892219),(994.3301270189222,52.5),(995,50),(994.3301270189222,47.5),(992.5,45.66987298107781),(990,45),(987.5,45.6698729810778),(985.6698729810778,47.5)) -9806 ((984,60),(984.8038475772934,63),(987,65.19615242270663),(990,66),(993,65.19615242270663),(995.1961524227066,63),(996,60),(995.1961524227066,57),(993,54.80384757729337),(990,54),(987,54.80384757729337),(984.8038475772934,57)) -9807 ((983,70),(983.937822173509,73.5),(986.5,76.06217782649107),(990,77),(993.5,76.06217782649107),(996.062177826491,73.5),(997,70),(996.062177826491,66.5),(993.5,63.937822173508934),(990,63),(986.5,63.93782217350893),(983.937822173509,66.5)) -9808 ((982,80),(983.0717967697245,84),(986,86.92820323027551),(990,88),(994,86.92820323027551),(996.9282032302755,84),(998,80),(996.9282032302755,76),(994,73.07179676972449),(990,72),(986,73.07179676972449),(983.0717967697245,76)) -9809 ((981,90),(982.2057713659401,94.5),(985.5,97.79422863405995),(990,99),(994.5,97.79422863405995),(997.7942286340599,94.5),(999,90),(997.79422863406,85.5),(994.5,82.20577136594005),(990,81),(985.5,82.20577136594005),(982.2057713659401,85.5)) -9810 ((980,100),(981.3397459621556,105),(985,108.66025403784438),(990,110),(995,108.66025403784438),(998.6602540378444,105),(1000,100),(998.6602540378444,95),(995,91.33974596215562),(990,90),(985,91.3397459621556),(981.3397459621556,95)) -9811 ((989,110),(989.1339745962156,110.5),(989.5,110.86602540378443),(990,111),(990.5,110.86602540378443),(990.8660254037844,110.5),(991,110),(990.8660254037844,109.5),(990.5,109.13397459621557),(990,109),(989.5,109.13397459621557),(989.1339745962156,109.5)) -9812 ((988,120),(988.2679491924312,121),(989,121.73205080756888),(990,122),(991,121.73205080756888),(991.7320508075688,121),(992,120),(991.7320508075688,119),(991,118.26794919243112),(990,118),(989,118.26794919243112),(988.2679491924312,119)) -9813 ((987,130),(987.4019237886466,131.5),(988.5,132.59807621135332),(990,133),(991.5,132.59807621135332),(992.5980762113533,131.5),(993,130),(992.5980762113534,128.5),(991.5,127.40192378864668),(990,127),(988.5,127.40192378864668),(987.4019237886467,128.5)) -9814 ((986,140),(986.5358983848622,142),(988,143.46410161513776),(990,144),(992,143.46410161513776),(993.4641016151378,142),(994,140),(993.4641016151378,138),(992,136.53589838486224),(990,136),(988,136.53589838486224),(986.5358983848622,138)) -9815 ((985,150),(985.6698729810778,152.5),(987.5,154.33012701892218),(990,155),(992.5,154.33012701892218),(994.3301270189222,152.5),(995,150),(994.3301270189222,147.5),(992.5,145.66987298107782),(990,145),(987.5,145.66987298107782),(985.6698729810778,147.5)) -9816 ((984,160),(984.8038475772934,163),(987,165.19615242270663),(990,166),(993,165.19615242270663),(995.1961524227066,163),(996,160),(995.1961524227066,157),(993,154.80384757729337),(990,154),(987,154.80384757729337),(984.8038475772934,157)) -9817 ((983,170),(983.937822173509,173.5),(986.5,176.06217782649108),(990,177),(993.5,176.06217782649108),(996.062177826491,173.5),(997,170),(996.062177826491,166.5),(993.5,163.93782217350892),(990,163),(986.5,163.93782217350892),(983.937822173509,166.5)) -9818 ((982,180),(983.0717967697245,184),(986,186.9282032302755),(990,188),(994,186.9282032302755),(996.9282032302755,184),(998,180),(996.9282032302755,176),(994,173.0717967697245),(990,172),(986,173.0717967697245),(983.0717967697245,176)) -9819 ((981,190),(982.2057713659401,194.5),(985.5,197.79422863405995),(990,199),(994.5,197.79422863405995),(997.7942286340599,194.5),(999,190),(997.79422863406,185.5),(994.5,182.20577136594005),(990,181),(985.5,182.20577136594005),(982.2057713659401,185.5)) -9820 ((980,200),(981.3397459621556,205),(985,208.6602540378444),(990,210),(995,208.6602540378444),(998.6602540378444,205),(1000,200),(998.6602540378444,195),(995,191.3397459621556),(990,190),(985,191.3397459621556),(981.3397459621556,195)) -9821 ((989,210),(989.1339745962156,210.5),(989.5,210.86602540378445),(990,211),(990.5,210.86602540378445),(990.8660254037844,210.5),(991,210),(990.8660254037844,209.5),(990.5,209.13397459621555),(990,209),(989.5,209.13397459621555),(989.1339745962156,209.5)) -9822 ((988,220),(988.2679491924312,221),(989,221.73205080756887),(990,222),(991,221.73205080756887),(991.7320508075688,221),(992,220),(991.7320508075688,219),(991,218.26794919243113),(990,218),(989,218.26794919243113),(988.2679491924312,219)) -9823 ((987,230),(987.4019237886466,231.5),(988.5,232.59807621135332),(990,233),(991.5,232.59807621135332),(992.5980762113533,231.5),(993,230),(992.5980762113534,228.5),(991.5,227.40192378864668),(990,227),(988.5,227.40192378864668),(987.4019237886467,228.5)) -9824 ((986,240),(986.5358983848622,242),(988,243.46410161513776),(990,244),(992,243.46410161513776),(993.4641016151378,242),(994,240),(993.4641016151378,238),(992,236.53589838486224),(990,236),(988,236.53589838486224),(986.5358983848622,238)) -9825 ((985,250),(985.6698729810778,252.5),(987.5,254.33012701892218),(990,255),(992.5,254.33012701892218),(994.3301270189222,252.5),(995,250),(994.3301270189222,247.5),(992.5,245.66987298107782),(990,245),(987.5,245.66987298107782),(985.6698729810778,247.5)) -9826 ((984,260),(984.8038475772934,263),(987,265.19615242270663),(990,266),(993,265.19615242270663),(995.1961524227066,263),(996,260),(995.1961524227066,257),(993,254.80384757729337),(990,254),(987,254.80384757729337),(984.8038475772934,257)) -9827 ((983,270),(983.937822173509,273.5),(986.5,276.06217782649105),(990,277),(993.5,276.06217782649105),(996.062177826491,273.5),(997,270),(996.062177826491,266.5),(993.5,263.93782217350895),(990,263),(986.5,263.93782217350895),(983.937822173509,266.5)) -9828 ((982,280),(983.0717967697245,284),(986,286.9282032302755),(990,288),(994,286.9282032302755),(996.9282032302755,284),(998,280),(996.9282032302755,276),(994,273.0717967697245),(990,272),(986,273.0717967697245),(983.0717967697245,276)) -9829 ((981,290),(982.2057713659401,294.5),(985.5,297.79422863405995),(990,299),(994.5,297.79422863405995),(997.7942286340599,294.5),(999,290),(997.79422863406,285.5),(994.5,282.20577136594005),(990,281),(985.5,282.20577136594005),(982.2057713659401,285.5)) -9830 ((980,300),(981.3397459621556,305),(985,308.66025403784437),(990,310),(995,308.66025403784437),(998.6602540378444,305),(1000,300),(998.6602540378444,295),(995,291.33974596215563),(990,290),(985,291.33974596215563),(981.3397459621556,295)) -9831 ((989,310),(989.1339745962156,310.5),(989.5,310.8660254037844),(990,311),(990.5,310.8660254037844),(990.8660254037844,310.5),(991,310),(990.8660254037844,309.5),(990.5,309.1339745962156),(990,309),(989.5,309.1339745962156),(989.1339745962156,309.5)) -9832 ((988,320),(988.2679491924312,321),(989,321.7320508075689),(990,322),(991,321.7320508075689),(991.7320508075688,321),(992,320),(991.7320508075688,319),(991,318.2679491924311),(990,318),(989,318.2679491924311),(988.2679491924312,319)) -9833 ((987,330),(987.4019237886466,331.5),(988.5,332.5980762113533),(990,333),(991.5,332.5980762113533),(992.5980762113533,331.5),(993,330),(992.5980762113534,328.5),(991.5,327.4019237886467),(990,327),(988.5,327.4019237886467),(987.4019237886467,328.5)) -9834 ((986,340),(986.5358983848622,342),(988,343.46410161513774),(990,344),(992,343.46410161513774),(993.4641016151378,342),(994,340),(993.4641016151378,338),(992,336.53589838486226),(990,336),(988,336.53589838486226),(986.5358983848622,338)) -9835 ((985,350),(985.6698729810778,352.5),(987.5,354.3301270189222),(990,355),(992.5,354.3301270189222),(994.3301270189222,352.5),(995,350),(994.3301270189222,347.5),(992.5,345.6698729810778),(990,345),(987.5,345.6698729810778),(985.6698729810778,347.5)) -9836 ((984,360),(984.8038475772934,363),(987,365.19615242270663),(990,366),(993,365.19615242270663),(995.1961524227066,363),(996,360),(995.1961524227066,357),(993,354.80384757729337),(990,354),(987,354.80384757729337),(984.8038475772934,357)) -9837 ((983,370),(983.937822173509,373.5),(986.5,376.06217782649105),(990,377),(993.5,376.06217782649105),(996.062177826491,373.5),(997,370),(996.062177826491,366.5),(993.5,363.93782217350895),(990,363),(986.5,363.93782217350895),(983.937822173509,366.5)) -9838 ((982,380),(983.0717967697245,384),(986,386.9282032302755),(990,388),(994,386.9282032302755),(996.9282032302755,384),(998,380),(996.9282032302755,376),(994,373.0717967697245),(990,372),(986,373.0717967697245),(983.0717967697245,376)) -9839 ((981,390),(982.2057713659401,394.5),(985.5,397.79422863405995),(990,399),(994.5,397.79422863405995),(997.7942286340599,394.5),(999,390),(997.79422863406,385.5),(994.5,382.20577136594005),(990,381),(985.5,382.20577136594005),(982.2057713659401,385.5)) -9840 ((980,400),(981.3397459621556,405),(985,408.66025403784437),(990,410),(995,408.66025403784437),(998.6602540378444,405),(1000,400),(998.6602540378444,395),(995,391.33974596215563),(990,390),(985,391.33974596215563),(981.3397459621556,395)) -9841 ((989,410),(989.1339745962156,410.5),(989.5,410.8660254037844),(990,411),(990.5,410.8660254037844),(990.8660254037844,410.5),(991,410),(990.8660254037844,409.5),(990.5,409.1339745962156),(990,409),(989.5,409.1339745962156),(989.1339745962156,409.5)) -9842 ((988,420),(988.2679491924312,421),(989,421.7320508075689),(990,422),(991,421.7320508075689),(991.7320508075688,421),(992,420),(991.7320508075688,419),(991,418.2679491924311),(990,418),(989,418.2679491924311),(988.2679491924312,419)) -9843 ((987,430),(987.4019237886466,431.5),(988.5,432.5980762113533),(990,433),(991.5,432.5980762113533),(992.5980762113533,431.5),(993,430),(992.5980762113534,428.5),(991.5,427.4019237886467),(990,427),(988.5,427.4019237886467),(987.4019237886467,428.5)) -9844 ((986,440),(986.5358983848622,442),(988,443.46410161513774),(990,444),(992,443.46410161513774),(993.4641016151378,442),(994,440),(993.4641016151378,438),(992,436.53589838486226),(990,436),(988,436.53589838486226),(986.5358983848622,438)) -9845 ((985,450),(985.6698729810778,452.5),(987.5,454.3301270189222),(990,455),(992.5,454.3301270189222),(994.3301270189222,452.5),(995,450),(994.3301270189222,447.5),(992.5,445.6698729810778),(990,445),(987.5,445.6698729810778),(985.6698729810778,447.5)) -9846 ((984,460),(984.8038475772934,463),(987,465.19615242270663),(990,466),(993,465.19615242270663),(995.1961524227066,463),(996,460),(995.1961524227066,457),(993,454.80384757729337),(990,454),(987,454.80384757729337),(984.8038475772934,457)) -9847 ((983,470),(983.937822173509,473.5),(986.5,476.06217782649105),(990,477),(993.5,476.06217782649105),(996.062177826491,473.5),(997,470),(996.062177826491,466.5),(993.5,463.93782217350895),(990,463),(986.5,463.93782217350895),(983.937822173509,466.5)) -9848 ((982,480),(983.0717967697245,484),(986,486.9282032302755),(990,488),(994,486.9282032302755),(996.9282032302755,484),(998,480),(996.9282032302755,476),(994,473.0717967697245),(990,472),(986,473.0717967697245),(983.0717967697245,476)) -9849 ((981,490),(982.2057713659401,494.5),(985.5,497.79422863405995),(990,499),(994.5,497.79422863405995),(997.7942286340599,494.5),(999,490),(997.79422863406,485.5),(994.5,482.20577136594005),(990,481),(985.5,482.20577136594005),(982.2057713659401,485.5)) -9850 ((980,500),(981.3397459621556,505),(985,508.66025403784437),(990,510),(995,508.66025403784437),(998.6602540378444,505),(1000,500),(998.6602540378444,495),(995,491.33974596215563),(990,490),(985,491.33974596215563),(981.3397459621556,495)) -9851 ((989,510),(989.1339745962156,510.5),(989.5,510.8660254037844),(990,511),(990.5,510.8660254037844),(990.8660254037844,510.5),(991,510),(990.8660254037844,509.5),(990.5,509.1339745962156),(990,509),(989.5,509.1339745962156),(989.1339745962156,509.5)) -9852 ((988,520),(988.2679491924312,521),(989,521.7320508075688),(990,522),(991,521.7320508075688),(991.7320508075688,521),(992,520),(991.7320508075688,519),(991,518.2679491924312),(990,518),(989,518.2679491924312),(988.2679491924312,519)) -9853 ((987,530),(987.4019237886466,531.5),(988.5,532.5980762113534),(990,533),(991.5,532.5980762113534),(992.5980762113533,531.5),(993,530),(992.5980762113534,528.5),(991.5,527.4019237886467),(990,527),(988.5,527.4019237886466),(987.4019237886467,528.5)) -9854 ((986,540),(986.5358983848622,542),(988,543.4641016151378),(990,544),(992,543.4641016151378),(993.4641016151378,542),(994,540),(993.4641016151378,538),(992,536.5358983848622),(990,536),(988,536.5358983848622),(986.5358983848622,538)) -9855 ((985,550),(985.6698729810778,552.5),(987.5,554.3301270189222),(990,555),(992.5,554.3301270189222),(994.3301270189222,552.5),(995,550),(994.3301270189222,547.5),(992.5,545.6698729810778),(990,545),(987.5,545.6698729810778),(985.6698729810778,547.5)) -9856 ((984,560),(984.8038475772934,563),(987,565.1961524227066),(990,566),(993,565.1961524227066),(995.1961524227066,563),(996,560),(995.1961524227066,557),(993,554.8038475772934),(990,554),(987,554.8038475772934),(984.8038475772934,557)) -9857 ((983,570),(983.937822173509,573.5),(986.5,576.062177826491),(990,577),(993.5,576.062177826491),(996.062177826491,573.5),(997,570),(996.062177826491,566.5),(993.5,563.937822173509),(990,563),(986.5,563.937822173509),(983.937822173509,566.5)) -9858 ((982,580),(983.0717967697245,584),(986,586.9282032302755),(990,588),(994,586.9282032302755),(996.9282032302755,584),(998,580),(996.9282032302755,576),(994,573.0717967697245),(990,572),(986,573.0717967697245),(983.0717967697245,576)) -9859 ((981,590),(982.2057713659401,594.5),(985.5,597.7942286340599),(990,599),(994.5,597.7942286340599),(997.7942286340599,594.5),(999,590),(997.79422863406,585.5),(994.5,582.2057713659401),(990,581),(985.5,582.20577136594),(982.2057713659401,585.5)) -9860 ((980,600),(981.3397459621556,605),(985,608.6602540378444),(990,610),(995,608.6602540378444),(998.6602540378444,605),(1000,600),(998.6602540378444,595),(995,591.3397459621556),(990,590),(985,591.3397459621556),(981.3397459621556,595)) -9861 ((989,610),(989.1339745962156,610.5),(989.5,610.8660254037844),(990,611),(990.5,610.8660254037844),(990.8660254037844,610.5),(991,610),(990.8660254037844,609.5),(990.5,609.1339745962156),(990,609),(989.5,609.1339745962156),(989.1339745962156,609.5)) -9862 ((988,620),(988.2679491924312,621),(989,621.7320508075688),(990,622),(991,621.7320508075688),(991.7320508075688,621),(992,620),(991.7320508075688,619),(991,618.2679491924312),(990,618),(989,618.2679491924312),(988.2679491924312,619)) -9863 ((987,630),(987.4019237886466,631.5),(988.5,632.5980762113534),(990,633),(991.5,632.5980762113534),(992.5980762113533,631.5),(993,630),(992.5980762113534,628.5),(991.5,627.4019237886467),(990,627),(988.5,627.4019237886466),(987.4019237886467,628.5)) -9864 ((986,640),(986.5358983848622,642),(988,643.4641016151378),(990,644),(992,643.4641016151378),(993.4641016151378,642),(994,640),(993.4641016151378,638),(992,636.5358983848622),(990,636),(988,636.5358983848622),(986.5358983848622,638)) -9865 ((985,650),(985.6698729810778,652.5),(987.5,654.3301270189222),(990,655),(992.5,654.3301270189222),(994.3301270189222,652.5),(995,650),(994.3301270189222,647.5),(992.5,645.6698729810778),(990,645),(987.5,645.6698729810778),(985.6698729810778,647.5)) -9866 ((984,660),(984.8038475772934,663),(987,665.1961524227066),(990,666),(993,665.1961524227066),(995.1961524227066,663),(996,660),(995.1961524227066,657),(993,654.8038475772934),(990,654),(987,654.8038475772934),(984.8038475772934,657)) -9867 ((983,670),(983.937822173509,673.5),(986.5,676.062177826491),(990,677),(993.5,676.062177826491),(996.062177826491,673.5),(997,670),(996.062177826491,666.5),(993.5,663.937822173509),(990,663),(986.5,663.937822173509),(983.937822173509,666.5)) -9868 ((982,680),(983.0717967697245,684),(986,686.9282032302755),(990,688),(994,686.9282032302755),(996.9282032302755,684),(998,680),(996.9282032302755,676),(994,673.0717967697245),(990,672),(986,673.0717967697245),(983.0717967697245,676)) -9869 ((981,690),(982.2057713659401,694.5),(985.5,697.7942286340599),(990,699),(994.5,697.7942286340599),(997.7942286340599,694.5),(999,690),(997.79422863406,685.5),(994.5,682.2057713659401),(990,681),(985.5,682.20577136594),(982.2057713659401,685.5)) -9870 ((980,700),(981.3397459621556,705),(985,708.6602540378444),(990,710),(995,708.6602540378444),(998.6602540378444,705),(1000,700),(998.6602540378444,695),(995,691.3397459621556),(990,690),(985,691.3397459621556),(981.3397459621556,695)) -9871 ((989,710),(989.1339745962156,710.5),(989.5,710.8660254037844),(990,711),(990.5,710.8660254037844),(990.8660254037844,710.5),(991,710),(990.8660254037844,709.5),(990.5,709.1339745962156),(990,709),(989.5,709.1339745962156),(989.1339745962156,709.5)) -9872 ((988,720),(988.2679491924312,721),(989,721.7320508075688),(990,722),(991,721.7320508075688),(991.7320508075688,721),(992,720),(991.7320508075688,719),(991,718.2679491924312),(990,718),(989,718.2679491924312),(988.2679491924312,719)) -9873 ((987,730),(987.4019237886466,731.5),(988.5,732.5980762113534),(990,733),(991.5,732.5980762113534),(992.5980762113533,731.5),(993,730),(992.5980762113534,728.5),(991.5,727.4019237886467),(990,727),(988.5,727.4019237886466),(987.4019237886467,728.5)) -9874 ((986,740),(986.5358983848622,742),(988,743.4641016151378),(990,744),(992,743.4641016151378),(993.4641016151378,742),(994,740),(993.4641016151378,738),(992,736.5358983848622),(990,736),(988,736.5358983848622),(986.5358983848622,738)) -9875 ((985,750),(985.6698729810778,752.5),(987.5,754.3301270189222),(990,755),(992.5,754.3301270189222),(994.3301270189222,752.5),(995,750),(994.3301270189222,747.5),(992.5,745.6698729810778),(990,745),(987.5,745.6698729810778),(985.6698729810778,747.5)) -9876 ((984,760),(984.8038475772934,763),(987,765.1961524227066),(990,766),(993,765.1961524227066),(995.1961524227066,763),(996,760),(995.1961524227066,757),(993,754.8038475772934),(990,754),(987,754.8038475772934),(984.8038475772934,757)) -9877 ((983,770),(983.937822173509,773.5),(986.5,776.062177826491),(990,777),(993.5,776.062177826491),(996.062177826491,773.5),(997,770),(996.062177826491,766.5),(993.5,763.937822173509),(990,763),(986.5,763.937822173509),(983.937822173509,766.5)) -9878 ((982,780),(983.0717967697245,784),(986,786.9282032302755),(990,788),(994,786.9282032302755),(996.9282032302755,784),(998,780),(996.9282032302755,776),(994,773.0717967697245),(990,772),(986,773.0717967697245),(983.0717967697245,776)) -9879 ((981,790),(982.2057713659401,794.5),(985.5,797.7942286340599),(990,799),(994.5,797.7942286340599),(997.7942286340599,794.5),(999,790),(997.79422863406,785.5),(994.5,782.2057713659401),(990,781),(985.5,782.20577136594),(982.2057713659401,785.5)) -9880 ((980,800),(981.3397459621556,805),(985,808.6602540378444),(990,810),(995,808.6602540378444),(998.6602540378444,805),(1000,800),(998.6602540378444,795),(995,791.3397459621556),(990,790),(985,791.3397459621556),(981.3397459621556,795)) -9881 ((989,810),(989.1339745962156,810.5),(989.5,810.8660254037844),(990,811),(990.5,810.8660254037844),(990.8660254037844,810.5),(991,810),(990.8660254037844,809.5),(990.5,809.1339745962156),(990,809),(989.5,809.1339745962156),(989.1339745962156,809.5)) -9882 ((988,820),(988.2679491924312,821),(989,821.7320508075688),(990,822),(991,821.7320508075688),(991.7320508075688,821),(992,820),(991.7320508075688,819),(991,818.2679491924312),(990,818),(989,818.2679491924312),(988.2679491924312,819)) -9883 ((987,830),(987.4019237886466,831.5),(988.5,832.5980762113534),(990,833),(991.5,832.5980762113534),(992.5980762113533,831.5),(993,830),(992.5980762113534,828.5),(991.5,827.4019237886467),(990,827),(988.5,827.4019237886466),(987.4019237886467,828.5)) -9884 ((986,840),(986.5358983848622,842),(988,843.4641016151378),(990,844),(992,843.4641016151378),(993.4641016151378,842),(994,840),(993.4641016151378,838),(992,836.5358983848622),(990,836),(988,836.5358983848622),(986.5358983848622,838)) -9885 ((985,850),(985.6698729810778,852.5),(987.5,854.3301270189222),(990,855),(992.5,854.3301270189222),(994.3301270189222,852.5),(995,850),(994.3301270189222,847.5),(992.5,845.6698729810778),(990,845),(987.5,845.6698729810778),(985.6698729810778,847.5)) -9886 ((984,860),(984.8038475772934,863),(987,865.1961524227066),(990,866),(993,865.1961524227066),(995.1961524227066,863),(996,860),(995.1961524227066,857),(993,854.8038475772934),(990,854),(987,854.8038475772934),(984.8038475772934,857)) -9887 ((983,870),(983.937822173509,873.5),(986.5,876.062177826491),(990,877),(993.5,876.062177826491),(996.062177826491,873.5),(997,870),(996.062177826491,866.5),(993.5,863.937822173509),(990,863),(986.5,863.937822173509),(983.937822173509,866.5)) -9888 ((982,880),(983.0717967697245,884),(986,886.9282032302755),(990,888),(994,886.9282032302755),(996.9282032302755,884),(998,880),(996.9282032302755,876),(994,873.0717967697245),(990,872),(986,873.0717967697245),(983.0717967697245,876)) -9889 ((981,890),(982.2057713659401,894.5),(985.5,897.7942286340599),(990,899),(994.5,897.7942286340599),(997.7942286340599,894.5),(999,890),(997.79422863406,885.5),(994.5,882.2057713659401),(990,881),(985.5,882.20577136594),(982.2057713659401,885.5)) -9890 ((980,900),(981.3397459621556,905),(985,908.6602540378444),(990,910),(995,908.6602540378444),(998.6602540378444,905),(1000,900),(998.6602540378444,895),(995,891.3397459621556),(990,890),(985,891.3397459621556),(981.3397459621556,895)) -9891 ((989,910),(989.1339745962156,910.5),(989.5,910.8660254037844),(990,911),(990.5,910.8660254037844),(990.8660254037844,910.5),(991,910),(990.8660254037844,909.5),(990.5,909.1339745962156),(990,909),(989.5,909.1339745962156),(989.1339745962156,909.5)) -9892 ((988,920),(988.2679491924312,921),(989,921.7320508075688),(990,922),(991,921.7320508075688),(991.7320508075688,921),(992,920),(991.7320508075688,919),(991,918.2679491924312),(990,918),(989,918.2679491924312),(988.2679491924312,919)) -9893 ((987,930),(987.4019237886466,931.5),(988.5,932.5980762113534),(990,933),(991.5,932.5980762113534),(992.5980762113533,931.5),(993,930),(992.5980762113534,928.5),(991.5,927.4019237886467),(990,927),(988.5,927.4019237886466),(987.4019237886467,928.5)) -9894 ((986,940),(986.5358983848622,942),(988,943.4641016151378),(990,944),(992,943.4641016151378),(993.4641016151378,942),(994,940),(993.4641016151378,938),(992,936.5358983848622),(990,936),(988,936.5358983848622),(986.5358983848622,938)) -9895 ((985,950),(985.6698729810778,952.5),(987.5,954.3301270189222),(990,955),(992.5,954.3301270189222),(994.3301270189222,952.5),(995,950),(994.3301270189222,947.5),(992.5,945.6698729810778),(990,945),(987.5,945.6698729810778),(985.6698729810778,947.5)) -9896 ((984,960),(984.8038475772934,963),(987,965.1961524227066),(990,966),(993,965.1961524227066),(995.1961524227066,963),(996,960),(995.1961524227066,957),(993,954.8038475772934),(990,954),(987,954.8038475772934),(984.8038475772934,957)) -9897 ((983,970),(983.937822173509,973.5),(986.5,976.062177826491),(990,977),(993.5,976.062177826491),(996.062177826491,973.5),(997,970),(996.062177826491,966.5),(993.5,963.937822173509),(990,963),(986.5,963.937822173509),(983.937822173509,966.5)) -9898 ((982,980),(983.0717967697245,984),(986,986.9282032302755),(990,988),(994,986.9282032302755),(996.9282032302755,984),(998,980),(996.9282032302755,976),(994,973.0717967697245),(990,972),(986,973.0717967697245),(983.0717967697245,976)) -9899 ((981,990),(982.2057713659401,994.5),(985.5,997.7942286340599),(990,999),(994.5,997.7942286340599),(997.7942286340599,994.5),(999,990),(997.79422863406,985.5),(994.5,982.2057713659401),(990,981),(985.5,982.20577136594),(982.2057713659401,985.5)) -9900 ((980,1000),(981.3397459621556,1005),(985,1008.6602540378444),(990,1010),(995,1008.6602540378444),(998.6602540378444,1005),(1000,1000),(998.6602540378444,995),(995,991.3397459621556),(990,990),(985,991.3397459621556),(981.3397459621556,995)) -9901 ((998,10),(998.2679491924312,11),(999,11.732050807568877),(1000,12),(1001,11.732050807568877),(1001.7320508075688,11),(1002,10),(1001.7320508075688,9),(1001,8.267949192431123),(1000,8),(999,8.267949192431121),(998.2679491924312,9)) -9902 ((997,20),(997.4019237886466,21.5),(998.5,22.598076211353316),(1000,23),(1001.5,22.598076211353316),(1002.5980762113533,21.5),(1003,20),(1002.5980762113534,18.5),(1001.5,17.401923788646684),(1000,17),(998.5,17.401923788646684),(997.4019237886467,18.5)) -9903 ((996,30),(996.5358983848622,32),(998,33.46410161513776),(1000,34),(1002,33.46410161513776),(1003.4641016151378,32),(1004,30),(1003.4641016151378,28),(1002,26.535898384862247),(1000,26),(998,26.535898384862243),(996.5358983848622,28)) -9904 ((995,40),(995.6698729810778,42.5),(997.5,44.33012701892219),(1000,45),(1002.5,44.33012701892219),(1004.3301270189222,42.5),(1005,40),(1004.3301270189222,37.5),(1002.5,35.66987298107781),(1000,35),(997.5,35.6698729810778),(995.6698729810778,37.5)) -9905 ((994,50),(994.8038475772934,53),(997,55.19615242270663),(1000,56),(1003,55.19615242270663),(1005.1961524227066,53),(1006,50),(1005.1961524227066,47),(1003,44.80384757729337),(1000,44),(997,44.80384757729337),(994.8038475772934,47)) -9906 ((993,60),(993.937822173509,63.5),(996.5,66.06217782649107),(1000,67),(1003.5,66.06217782649107),(1006.062177826491,63.5),(1007,60),(1006.062177826491,56.5),(1003.5,53.937822173508934),(1000,53),(996.5,53.93782217350893),(993.937822173509,56.5)) -9907 ((992,70),(993.0717967697245,74),(996,76.92820323027551),(1000,78),(1004,76.92820323027551),(1006.9282032302755,74),(1008,70),(1006.9282032302755,66),(1004,63.07179676972449),(1000,62),(996,63.071796769724486),(993.0717967697245,66)) -9908 ((991,80),(992.2057713659401,84.5),(995.5,87.79422863405995),(1000,89),(1004.5,87.79422863405995),(1007.7942286340599,84.5),(1009,80),(1007.79422863406,75.5),(1004.5,72.20577136594005),(1000,71),(995.5,72.20577136594005),(992.2057713659401,75.5)) -9909 ((990,90),(991.3397459621556,95),(995,98.66025403784438),(1000,100),(1005,98.66025403784438),(1008.6602540378444,95),(1010,90),(1008.6602540378444,85),(1005,81.33974596215562),(1000,80),(995,81.3397459621556),(991.3397459621556,85)) -9910 ((999,100),(999.1339745962156,100.5),(999.5,100.86602540378443),(1000,101),(1000.5,100.86602540378443),(1000.8660254037844,100.5),(1001,100),(1000.8660254037844,99.5),(1000.5,99.13397459621557),(1000,99),(999.5,99.13397459621557),(999.1339745962156,99.5)) -9911 ((998,110),(998.2679491924312,111),(999,111.73205080756888),(1000,112),(1001,111.73205080756888),(1001.7320508075688,111),(1002,110),(1001.7320508075688,109),(1001,108.26794919243112),(1000,108),(999,108.26794919243112),(998.2679491924312,109)) -9912 ((997,120),(997.4019237886466,121.5),(998.5,122.59807621135332),(1000,123),(1001.5,122.59807621135332),(1002.5980762113533,121.5),(1003,120),(1002.5980762113534,118.5),(1001.5,117.40192378864668),(1000,117),(998.5,117.40192378864668),(997.4019237886467,118.5)) -9913 ((996,130),(996.5358983848622,132),(998,133.46410161513776),(1000,134),(1002,133.46410161513776),(1003.4641016151378,132),(1004,130),(1003.4641016151378,128),(1002,126.53589838486225),(1000,126),(998,126.53589838486225),(996.5358983848622,128)) -9914 ((995,140),(995.6698729810778,142.5),(997.5,144.33012701892218),(1000,145),(1002.5,144.33012701892218),(1004.3301270189222,142.5),(1005,140),(1004.3301270189222,137.5),(1002.5,135.66987298107782),(1000,135),(997.5,135.66987298107782),(995.6698729810778,137.5)) -9915 ((994,150),(994.8038475772934,153),(997,155.19615242270663),(1000,156),(1003,155.19615242270663),(1005.1961524227066,153),(1006,150),(1005.1961524227066,147),(1003,144.80384757729337),(1000,144),(997,144.80384757729337),(994.8038475772934,147)) -9916 ((993,160),(993.937822173509,163.5),(996.5,166.06217782649108),(1000,167),(1003.5,166.06217782649108),(1006.062177826491,163.5),(1007,160),(1006.062177826491,156.5),(1003.5,153.93782217350892),(1000,153),(996.5,153.93782217350892),(993.937822173509,156.5)) -9917 ((992,170),(993.0717967697245,174),(996,176.9282032302755),(1000,178),(1004,176.9282032302755),(1006.9282032302755,174),(1008,170),(1006.9282032302755,166),(1004,163.0717967697245),(1000,162),(996,163.0717967697245),(993.0717967697245,166)) -9918 ((991,180),(992.2057713659401,184.5),(995.5,187.79422863405995),(1000,189),(1004.5,187.79422863405995),(1007.7942286340599,184.5),(1009,180),(1007.79422863406,175.5),(1004.5,172.20577136594005),(1000,171),(995.5,172.20577136594005),(992.2057713659401,175.5)) -9919 ((990,190),(991.3397459621556,195),(995,198.6602540378444),(1000,200),(1005,198.6602540378444),(1008.6602540378444,195),(1010,190),(1008.6602540378444,185),(1005,181.3397459621556),(1000,180),(995,181.3397459621556),(991.3397459621556,185)) -9920 ((999,200),(999.1339745962156,200.5),(999.5,200.86602540378445),(1000,201),(1000.5,200.86602540378445),(1000.8660254037844,200.5),(1001,200),(1000.8660254037844,199.5),(1000.5,199.13397459621555),(1000,199),(999.5,199.13397459621555),(999.1339745962156,199.5)) -9921 ((998,210),(998.2679491924312,211),(999,211.73205080756887),(1000,212),(1001,211.73205080756887),(1001.7320508075688,211),(1002,210),(1001.7320508075688,209),(1001,208.26794919243113),(1000,208),(999,208.26794919243113),(998.2679491924312,209)) -9922 ((997,220),(997.4019237886466,221.5),(998.5,222.59807621135332),(1000,223),(1001.5,222.59807621135332),(1002.5980762113533,221.5),(1003,220),(1002.5980762113534,218.5),(1001.5,217.40192378864668),(1000,217),(998.5,217.40192378864668),(997.4019237886467,218.5)) -9923 ((996,230),(996.5358983848622,232),(998,233.46410161513776),(1000,234),(1002,233.46410161513776),(1003.4641016151378,232),(1004,230),(1003.4641016151378,228),(1002,226.53589838486224),(1000,226),(998,226.53589838486224),(996.5358983848622,228)) -9924 ((995,240),(995.6698729810778,242.5),(997.5,244.33012701892218),(1000,245),(1002.5,244.33012701892218),(1004.3301270189222,242.5),(1005,240),(1004.3301270189222,237.5),(1002.5,235.66987298107782),(1000,235),(997.5,235.66987298107782),(995.6698729810778,237.5)) -9925 ((994,250),(994.8038475772934,253),(997,255.19615242270663),(1000,256),(1003,255.19615242270663),(1005.1961524227066,253),(1006,250),(1005.1961524227066,247),(1003,244.80384757729337),(1000,244),(997,244.80384757729337),(994.8038475772934,247)) -9926 ((993,260),(993.937822173509,263.5),(996.5,266.06217782649105),(1000,267),(1003.5,266.06217782649105),(1006.062177826491,263.5),(1007,260),(1006.062177826491,256.5),(1003.5,253.93782217350892),(1000,253),(996.5,253.93782217350892),(993.937822173509,256.5)) -9927 ((992,270),(993.0717967697245,274),(996,276.9282032302755),(1000,278),(1004,276.9282032302755),(1006.9282032302755,274),(1008,270),(1006.9282032302755,266),(1004,263.0717967697245),(1000,262),(996,263.0717967697245),(993.0717967697245,266)) -9928 ((991,280),(992.2057713659401,284.5),(995.5,287.79422863405995),(1000,289),(1004.5,287.79422863405995),(1007.7942286340599,284.5),(1009,280),(1007.79422863406,275.5),(1004.5,272.20577136594005),(1000,271),(995.5,272.20577136594005),(992.2057713659401,275.5)) -9929 ((990,290),(991.3397459621556,295),(995,298.66025403784437),(1000,300),(1005,298.66025403784437),(1008.6602540378444,295),(1010,290),(1008.6602540378444,285),(1005,281.33974596215563),(1000,280),(995,281.33974596215563),(991.3397459621556,285)) -9930 ((999,300),(999.1339745962156,300.5),(999.5,300.8660254037844),(1000,301),(1000.5,300.8660254037844),(1000.8660254037844,300.5),(1001,300),(1000.8660254037844,299.5),(1000.5,299.1339745962156),(1000,299),(999.5,299.1339745962156),(999.1339745962156,299.5)) -9931 ((998,310),(998.2679491924312,311),(999,311.7320508075689),(1000,312),(1001,311.7320508075689),(1001.7320508075688,311),(1002,310),(1001.7320508075688,309),(1001,308.2679491924311),(1000,308),(999,308.2679491924311),(998.2679491924312,309)) -9932 ((997,320),(997.4019237886466,321.5),(998.5,322.5980762113533),(1000,323),(1001.5,322.5980762113533),(1002.5980762113533,321.5),(1003,320),(1002.5980762113534,318.5),(1001.5,317.4019237886467),(1000,317),(998.5,317.4019237886467),(997.4019237886467,318.5)) -9933 ((996,330),(996.5358983848622,332),(998,333.46410161513774),(1000,334),(1002,333.46410161513774),(1003.4641016151378,332),(1004,330),(1003.4641016151378,328),(1002,326.53589838486226),(1000,326),(998,326.53589838486226),(996.5358983848622,328)) -9934 ((995,340),(995.6698729810778,342.5),(997.5,344.3301270189222),(1000,345),(1002.5,344.3301270189222),(1004.3301270189222,342.5),(1005,340),(1004.3301270189222,337.5),(1002.5,335.6698729810778),(1000,335),(997.5,335.6698729810778),(995.6698729810778,337.5)) -9935 ((994,350),(994.8038475772934,353),(997,355.19615242270663),(1000,356),(1003,355.19615242270663),(1005.1961524227066,353),(1006,350),(1005.1961524227066,347),(1003,344.80384757729337),(1000,344),(997,344.80384757729337),(994.8038475772934,347)) -9936 ((993,360),(993.937822173509,363.5),(996.5,366.06217782649105),(1000,367),(1003.5,366.06217782649105),(1006.062177826491,363.5),(1007,360),(1006.062177826491,356.5),(1003.5,353.93782217350895),(1000,353),(996.5,353.93782217350895),(993.937822173509,356.5)) -9937 ((992,370),(993.0717967697245,374),(996,376.9282032302755),(1000,378),(1004,376.9282032302755),(1006.9282032302755,374),(1008,370),(1006.9282032302755,366),(1004,363.0717967697245),(1000,362),(996,363.0717967697245),(993.0717967697245,366)) -9938 ((991,380),(992.2057713659401,384.5),(995.5,387.79422863405995),(1000,389),(1004.5,387.79422863405995),(1007.7942286340599,384.5),(1009,380),(1007.79422863406,375.5),(1004.5,372.20577136594005),(1000,371),(995.5,372.20577136594005),(992.2057713659401,375.5)) -9939 ((990,390),(991.3397459621556,395),(995,398.66025403784437),(1000,400),(1005,398.66025403784437),(1008.6602540378444,395),(1010,390),(1008.6602540378444,385),(1005,381.33974596215563),(1000,380),(995,381.33974596215563),(991.3397459621556,385)) -9940 ((999,400),(999.1339745962156,400.5),(999.5,400.8660254037844),(1000,401),(1000.5,400.8660254037844),(1000.8660254037844,400.5),(1001,400),(1000.8660254037844,399.5),(1000.5,399.1339745962156),(1000,399),(999.5,399.1339745962156),(999.1339745962156,399.5)) -9941 ((998,410),(998.2679491924312,411),(999,411.7320508075689),(1000,412),(1001,411.7320508075689),(1001.7320508075688,411),(1002,410),(1001.7320508075688,409),(1001,408.2679491924311),(1000,408),(999,408.2679491924311),(998.2679491924312,409)) -9942 ((997,420),(997.4019237886466,421.5),(998.5,422.5980762113533),(1000,423),(1001.5,422.5980762113533),(1002.5980762113533,421.5),(1003,420),(1002.5980762113534,418.5),(1001.5,417.4019237886467),(1000,417),(998.5,417.4019237886467),(997.4019237886467,418.5)) -9943 ((996,430),(996.5358983848622,432),(998,433.46410161513774),(1000,434),(1002,433.46410161513774),(1003.4641016151378,432),(1004,430),(1003.4641016151378,428),(1002,426.53589838486226),(1000,426),(998,426.53589838486226),(996.5358983848622,428)) -9944 ((995,440),(995.6698729810778,442.5),(997.5,444.3301270189222),(1000,445),(1002.5,444.3301270189222),(1004.3301270189222,442.5),(1005,440),(1004.3301270189222,437.5),(1002.5,435.6698729810778),(1000,435),(997.5,435.6698729810778),(995.6698729810778,437.5)) -9945 ((994,450),(994.8038475772934,453),(997,455.19615242270663),(1000,456),(1003,455.19615242270663),(1005.1961524227066,453),(1006,450),(1005.1961524227066,447),(1003,444.80384757729337),(1000,444),(997,444.80384757729337),(994.8038475772934,447)) -9946 ((993,460),(993.937822173509,463.5),(996.5,466.06217782649105),(1000,467),(1003.5,466.06217782649105),(1006.062177826491,463.5),(1007,460),(1006.062177826491,456.5),(1003.5,453.93782217350895),(1000,453),(996.5,453.93782217350895),(993.937822173509,456.5)) -9947 ((992,470),(993.0717967697245,474),(996,476.9282032302755),(1000,478),(1004,476.9282032302755),(1006.9282032302755,474),(1008,470),(1006.9282032302755,466),(1004,463.0717967697245),(1000,462),(996,463.0717967697245),(993.0717967697245,466)) -9948 ((991,480),(992.2057713659401,484.5),(995.5,487.79422863405995),(1000,489),(1004.5,487.79422863405995),(1007.7942286340599,484.5),(1009,480),(1007.79422863406,475.5),(1004.5,472.20577136594005),(1000,471),(995.5,472.20577136594005),(992.2057713659401,475.5)) -9949 ((990,490),(991.3397459621556,495),(995,498.66025403784437),(1000,500),(1005,498.66025403784437),(1008.6602540378444,495),(1010,490),(1008.6602540378444,485),(1005,481.33974596215563),(1000,480),(995,481.33974596215563),(991.3397459621556,485)) -9950 ((999,500),(999.1339745962156,500.5),(999.5,500.8660254037844),(1000,501),(1000.5,500.8660254037844),(1000.8660254037844,500.5),(1001,500),(1000.8660254037844,499.5),(1000.5,499.1339745962156),(1000,499),(999.5,499.1339745962156),(999.1339745962156,499.5)) -9951 ((998,510),(998.2679491924312,511),(999,511.7320508075689),(1000,512),(1001,511.7320508075689),(1001.7320508075688,511),(1002,510),(1001.7320508075688,509),(1001,508.2679491924311),(1000,508),(999,508.2679491924311),(998.2679491924312,509)) -9952 ((997,520),(997.4019237886466,521.5),(998.5,522.5980762113534),(1000,523),(1001.5,522.5980762113534),(1002.5980762113533,521.5),(1003,520),(1002.5980762113534,518.5),(1001.5,517.4019237886467),(1000,517),(998.5,517.4019237886466),(997.4019237886467,518.5)) -9953 ((996,530),(996.5358983848622,532),(998,533.4641016151378),(1000,534),(1002,533.4641016151378),(1003.4641016151378,532),(1004,530),(1003.4641016151378,528),(1002,526.5358983848622),(1000,526),(998,526.5358983848622),(996.5358983848622,528)) -9954 ((995,540),(995.6698729810778,542.5),(997.5,544.3301270189222),(1000,545),(1002.5,544.3301270189222),(1004.3301270189222,542.5),(1005,540),(1004.3301270189222,537.5),(1002.5,535.6698729810778),(1000,535),(997.5,535.6698729810778),(995.6698729810778,537.5)) -9955 ((994,550),(994.8038475772934,553),(997,555.1961524227066),(1000,556),(1003,555.1961524227066),(1005.1961524227066,553),(1006,550),(1005.1961524227066,547),(1003,544.8038475772934),(1000,544),(997,544.8038475772934),(994.8038475772934,547)) -9956 ((993,560),(993.937822173509,563.5),(996.5,566.062177826491),(1000,567),(1003.5,566.062177826491),(1006.062177826491,563.5),(1007,560),(1006.062177826491,556.5),(1003.5,553.937822173509),(1000,553),(996.5,553.937822173509),(993.937822173509,556.5)) -9957 ((992,570),(993.0717967697245,574),(996,576.9282032302755),(1000,578),(1004,576.9282032302755),(1006.9282032302755,574),(1008,570),(1006.9282032302755,566),(1004,563.0717967697245),(1000,562),(996,563.0717967697245),(993.0717967697245,566)) -9958 ((991,580),(992.2057713659401,584.5),(995.5,587.7942286340599),(1000,589),(1004.5,587.7942286340599),(1007.7942286340599,584.5),(1009,580),(1007.79422863406,575.5),(1004.5,572.2057713659401),(1000,571),(995.5,572.20577136594),(992.2057713659401,575.5)) -9959 ((990,590),(991.3397459621556,595),(995,598.6602540378444),(1000,600),(1005,598.6602540378444),(1008.6602540378444,595),(1010,590),(1008.6602540378444,585),(1005,581.3397459621556),(1000,580),(995,581.3397459621556),(991.3397459621556,585)) -9960 ((999,600),(999.1339745962156,600.5),(999.5,600.8660254037844),(1000,601),(1000.5,600.8660254037844),(1000.8660254037844,600.5),(1001,600),(1000.8660254037844,599.5),(1000.5,599.1339745962156),(1000,599),(999.5,599.1339745962156),(999.1339745962156,599.5)) -9961 ((998,610),(998.2679491924312,611),(999,611.7320508075688),(1000,612),(1001,611.7320508075688),(1001.7320508075688,611),(1002,610),(1001.7320508075688,609),(1001,608.2679491924312),(1000,608),(999,608.2679491924312),(998.2679491924312,609)) -9962 ((997,620),(997.4019237886466,621.5),(998.5,622.5980762113534),(1000,623),(1001.5,622.5980762113534),(1002.5980762113533,621.5),(1003,620),(1002.5980762113534,618.5),(1001.5,617.4019237886467),(1000,617),(998.5,617.4019237886466),(997.4019237886467,618.5)) -9963 ((996,630),(996.5358983848622,632),(998,633.4641016151378),(1000,634),(1002,633.4641016151378),(1003.4641016151378,632),(1004,630),(1003.4641016151378,628),(1002,626.5358983848622),(1000,626),(998,626.5358983848622),(996.5358983848622,628)) -9964 ((995,640),(995.6698729810778,642.5),(997.5,644.3301270189222),(1000,645),(1002.5,644.3301270189222),(1004.3301270189222,642.5),(1005,640),(1004.3301270189222,637.5),(1002.5,635.6698729810778),(1000,635),(997.5,635.6698729810778),(995.6698729810778,637.5)) -9965 ((994,650),(994.8038475772934,653),(997,655.1961524227066),(1000,656),(1003,655.1961524227066),(1005.1961524227066,653),(1006,650),(1005.1961524227066,647),(1003,644.8038475772934),(1000,644),(997,644.8038475772934),(994.8038475772934,647)) -9966 ((993,660),(993.937822173509,663.5),(996.5,666.062177826491),(1000,667),(1003.5,666.062177826491),(1006.062177826491,663.5),(1007,660),(1006.062177826491,656.5),(1003.5,653.937822173509),(1000,653),(996.5,653.937822173509),(993.937822173509,656.5)) -9967 ((992,670),(993.0717967697245,674),(996,676.9282032302755),(1000,678),(1004,676.9282032302755),(1006.9282032302755,674),(1008,670),(1006.9282032302755,666),(1004,663.0717967697245),(1000,662),(996,663.0717967697245),(993.0717967697245,666)) -9968 ((991,680),(992.2057713659401,684.5),(995.5,687.7942286340599),(1000,689),(1004.5,687.7942286340599),(1007.7942286340599,684.5),(1009,680),(1007.79422863406,675.5),(1004.5,672.2057713659401),(1000,671),(995.5,672.20577136594),(992.2057713659401,675.5)) -9969 ((990,690),(991.3397459621556,695),(995,698.6602540378444),(1000,700),(1005,698.6602540378444),(1008.6602540378444,695),(1010,690),(1008.6602540378444,685),(1005,681.3397459621556),(1000,680),(995,681.3397459621556),(991.3397459621556,685)) -9970 ((999,700),(999.1339745962156,700.5),(999.5,700.8660254037844),(1000,701),(1000.5,700.8660254037844),(1000.8660254037844,700.5),(1001,700),(1000.8660254037844,699.5),(1000.5,699.1339745962156),(1000,699),(999.5,699.1339745962156),(999.1339745962156,699.5)) -9971 ((998,710),(998.2679491924312,711),(999,711.7320508075688),(1000,712),(1001,711.7320508075688),(1001.7320508075688,711),(1002,710),(1001.7320508075688,709),(1001,708.2679491924312),(1000,708),(999,708.2679491924312),(998.2679491924312,709)) -9972 ((997,720),(997.4019237886466,721.5),(998.5,722.5980762113534),(1000,723),(1001.5,722.5980762113534),(1002.5980762113533,721.5),(1003,720),(1002.5980762113534,718.5),(1001.5,717.4019237886467),(1000,717),(998.5,717.4019237886466),(997.4019237886467,718.5)) -9973 ((996,730),(996.5358983848622,732),(998,733.4641016151378),(1000,734),(1002,733.4641016151378),(1003.4641016151378,732),(1004,730),(1003.4641016151378,728),(1002,726.5358983848622),(1000,726),(998,726.5358983848622),(996.5358983848622,728)) -9974 ((995,740),(995.6698729810778,742.5),(997.5,744.3301270189222),(1000,745),(1002.5,744.3301270189222),(1004.3301270189222,742.5),(1005,740),(1004.3301270189222,737.5),(1002.5,735.6698729810778),(1000,735),(997.5,735.6698729810778),(995.6698729810778,737.5)) -9975 ((994,750),(994.8038475772934,753),(997,755.1961524227066),(1000,756),(1003,755.1961524227066),(1005.1961524227066,753),(1006,750),(1005.1961524227066,747),(1003,744.8038475772934),(1000,744),(997,744.8038475772934),(994.8038475772934,747)) -9976 ((993,760),(993.937822173509,763.5),(996.5,766.062177826491),(1000,767),(1003.5,766.062177826491),(1006.062177826491,763.5),(1007,760),(1006.062177826491,756.5),(1003.5,753.937822173509),(1000,753),(996.5,753.937822173509),(993.937822173509,756.5)) -9977 ((992,770),(993.0717967697245,774),(996,776.9282032302755),(1000,778),(1004,776.9282032302755),(1006.9282032302755,774),(1008,770),(1006.9282032302755,766),(1004,763.0717967697245),(1000,762),(996,763.0717967697245),(993.0717967697245,766)) -9978 ((991,780),(992.2057713659401,784.5),(995.5,787.7942286340599),(1000,789),(1004.5,787.7942286340599),(1007.7942286340599,784.5),(1009,780),(1007.79422863406,775.5),(1004.5,772.2057713659401),(1000,771),(995.5,772.20577136594),(992.2057713659401,775.5)) -9979 ((990,790),(991.3397459621556,795),(995,798.6602540378444),(1000,800),(1005,798.6602540378444),(1008.6602540378444,795),(1010,790),(1008.6602540378444,785),(1005,781.3397459621556),(1000,780),(995,781.3397459621556),(991.3397459621556,785)) -9980 ((999,800),(999.1339745962156,800.5),(999.5,800.8660254037844),(1000,801),(1000.5,800.8660254037844),(1000.8660254037844,800.5),(1001,800),(1000.8660254037844,799.5),(1000.5,799.1339745962156),(1000,799),(999.5,799.1339745962156),(999.1339745962156,799.5)) -9981 ((998,810),(998.2679491924312,811),(999,811.7320508075688),(1000,812),(1001,811.7320508075688),(1001.7320508075688,811),(1002,810),(1001.7320508075688,809),(1001,808.2679491924312),(1000,808),(999,808.2679491924312),(998.2679491924312,809)) -9982 ((997,820),(997.4019237886466,821.5),(998.5,822.5980762113534),(1000,823),(1001.5,822.5980762113534),(1002.5980762113533,821.5),(1003,820),(1002.5980762113534,818.5),(1001.5,817.4019237886467),(1000,817),(998.5,817.4019237886466),(997.4019237886467,818.5)) -9983 ((996,830),(996.5358983848622,832),(998,833.4641016151378),(1000,834),(1002,833.4641016151378),(1003.4641016151378,832),(1004,830),(1003.4641016151378,828),(1002,826.5358983848622),(1000,826),(998,826.5358983848622),(996.5358983848622,828)) -9984 ((995,840),(995.6698729810778,842.5),(997.5,844.3301270189222),(1000,845),(1002.5,844.3301270189222),(1004.3301270189222,842.5),(1005,840),(1004.3301270189222,837.5),(1002.5,835.6698729810778),(1000,835),(997.5,835.6698729810778),(995.6698729810778,837.5)) -9985 ((994,850),(994.8038475772934,853),(997,855.1961524227066),(1000,856),(1003,855.1961524227066),(1005.1961524227066,853),(1006,850),(1005.1961524227066,847),(1003,844.8038475772934),(1000,844),(997,844.8038475772934),(994.8038475772934,847)) -9986 ((993,860),(993.937822173509,863.5),(996.5,866.062177826491),(1000,867),(1003.5,866.062177826491),(1006.062177826491,863.5),(1007,860),(1006.062177826491,856.5),(1003.5,853.937822173509),(1000,853),(996.5,853.937822173509),(993.937822173509,856.5)) -9987 ((992,870),(993.0717967697245,874),(996,876.9282032302755),(1000,878),(1004,876.9282032302755),(1006.9282032302755,874),(1008,870),(1006.9282032302755,866),(1004,863.0717967697245),(1000,862),(996,863.0717967697245),(993.0717967697245,866)) -9988 ((991,880),(992.2057713659401,884.5),(995.5,887.7942286340599),(1000,889),(1004.5,887.7942286340599),(1007.7942286340599,884.5),(1009,880),(1007.79422863406,875.5),(1004.5,872.2057713659401),(1000,871),(995.5,872.20577136594),(992.2057713659401,875.5)) -9989 ((990,890),(991.3397459621556,895),(995,898.6602540378444),(1000,900),(1005,898.6602540378444),(1008.6602540378444,895),(1010,890),(1008.6602540378444,885),(1005,881.3397459621556),(1000,880),(995,881.3397459621556),(991.3397459621556,885)) -9990 ((999,900),(999.1339745962156,900.5),(999.5,900.8660254037844),(1000,901),(1000.5,900.8660254037844),(1000.8660254037844,900.5),(1001,900),(1000.8660254037844,899.5),(1000.5,899.1339745962156),(1000,899),(999.5,899.1339745962156),(999.1339745962156,899.5)) -9991 ((998,910),(998.2679491924312,911),(999,911.7320508075688),(1000,912),(1001,911.7320508075688),(1001.7320508075688,911),(1002,910),(1001.7320508075688,909),(1001,908.2679491924312),(1000,908),(999,908.2679491924312),(998.2679491924312,909)) -9992 ((997,920),(997.4019237886466,921.5),(998.5,922.5980762113534),(1000,923),(1001.5,922.5980762113534),(1002.5980762113533,921.5),(1003,920),(1002.5980762113534,918.5),(1001.5,917.4019237886467),(1000,917),(998.5,917.4019237886466),(997.4019237886467,918.5)) -9993 ((996,930),(996.5358983848622,932),(998,933.4641016151378),(1000,934),(1002,933.4641016151378),(1003.4641016151378,932),(1004,930),(1003.4641016151378,928),(1002,926.5358983848622),(1000,926),(998,926.5358983848622),(996.5358983848622,928)) -9994 ((995,940),(995.6698729810778,942.5),(997.5,944.3301270189222),(1000,945),(1002.5,944.3301270189222),(1004.3301270189222,942.5),(1005,940),(1004.3301270189222,937.5),(1002.5,935.6698729810778),(1000,935),(997.5,935.6698729810778),(995.6698729810778,937.5)) -9995 ((994,950),(994.8038475772934,953),(997,955.1961524227066),(1000,956),(1003,955.1961524227066),(1005.1961524227066,953),(1006,950),(1005.1961524227066,947),(1003,944.8038475772934),(1000,944),(997,944.8038475772934),(994.8038475772934,947)) -9996 ((993,960),(993.937822173509,963.5),(996.5,966.062177826491),(1000,967),(1003.5,966.062177826491),(1006.062177826491,963.5),(1007,960),(1006.062177826491,956.5),(1003.5,953.937822173509),(1000,953),(996.5,953.937822173509),(993.937822173509,956.5)) -9997 ((992,970),(993.0717967697245,974),(996,976.9282032302755),(1000,978),(1004,976.9282032302755),(1006.9282032302755,974),(1008,970),(1006.9282032302755,966),(1004,963.0717967697245),(1000,962),(996,963.0717967697245),(993.0717967697245,966)) -9998 ((991,980),(992.2057713659401,984.5),(995.5,987.7942286340599),(1000,989),(1004.5,987.7942286340599),(1007.7942286340599,984.5),(1009,980),(1007.79422863406,975.5),(1004.5,972.2057713659401),(1000,971),(995.5,972.20577136594),(992.2057713659401,975.5)) -9999 ((990,990),(991.3397459621556,995),(995,998.6602540378444),(1000,1000),(1005,998.6602540378444),(1008.6602540378444,995),(1010,990),(1008.6602540378444,985),(1005,981.3397459621556),(1000,980),(995,981.3397459621556),(991.3397459621556,985)) -10000 ((999,1000),(999.1339745962156,1000.5),(999.5,1000.8660254037844),(1000,1001),(1000.5,1000.8660254037844),(1000.8660254037844,1000.5),(1001,1000),(1000.8660254037844,999.5),(1000.5,999.1339745962156),(1000,999),(999.5,999.1339745962156),(999.1339745962156,999.5)) -10001 ((200,300),(210,310),(230,290)) -10002 ((200,300),(210,310),(230,290)) -10003 ((200,300),(210,310),(230,290)) -10004 ((200,300),(210,310),(230,290)) -10005 ((200,300),(210,310),(230,290)) -10006 ((200,300),(210,310),(230,290)) -10007 ((200,300),(210,310),(230,290)) -10008 ((200,300),(210,310),(230,290)) -10009 ((200,300),(210,310),(230,290)) -10010 ((200,300),(210,310),(230,290)) -10011 ((200,300),(210,310),(230,290)) -10012 ((200,300),(210,310),(230,290)) -10013 ((200,300),(210,310),(230,290)) -10014 ((200,300),(210,310),(230,290)) -10015 ((200,300),(210,310),(230,290)) -10016 ((200,300),(210,310),(230,290)) -10017 ((200,300),(210,310),(230,290)) -10018 ((200,300),(210,310),(230,290)) -10019 ((200,300),(210,310),(230,290)) -10020 ((200,300),(210,310),(230,290)) -10021 ((200,300),(210,310),(230,290)) -10022 ((200,300),(210,310),(230,290)) -10023 ((200,300),(210,310),(230,290)) -10024 ((200,300),(210,310),(230,290)) -10025 ((200,300),(210,310),(230,290)) -10026 ((200,300),(210,310),(230,290)) -10027 ((200,300),(210,310),(230,290)) -10028 ((200,300),(210,310),(230,290)) -10029 ((200,300),(210,310),(230,290)) -10030 ((200,300),(210,310),(230,290)) -10031 ((200,300),(210,310),(230,290)) -10032 ((200,300),(210,310),(230,290)) -10033 ((200,300),(210,310),(230,290)) -10034 ((200,300),(210,310),(230,290)) -10035 ((200,300),(210,310),(230,290)) -10036 ((200,300),(210,310),(230,290)) -10037 ((200,300),(210,310),(230,290)) -10038 ((200,300),(210,310),(230,290)) -10039 ((200,300),(210,310),(230,290)) -10040 ((200,300),(210,310),(230,290)) -10041 ((200,300),(210,310),(230,290)) -10042 ((200,300),(210,310),(230,290)) -10043 ((200,300),(210,310),(230,290)) -10044 ((200,300),(210,310),(230,290)) -10045 ((200,300),(210,310),(230,290)) -10046 ((200,300),(210,310),(230,290)) -10047 ((200,300),(210,310),(230,290)) -10048 ((200,300),(210,310),(230,290)) -10049 ((200,300),(210,310),(230,290)) -10050 ((200,300),(210,310),(230,290)) -10051 ((200,300),(210,310),(230,290)) -10052 ((200,300),(210,310),(230,290)) -10053 ((200,300),(210,310),(230,290)) -10054 ((200,300),(210,310),(230,290)) -10055 ((200,300),(210,310),(230,290)) -10056 ((200,300),(210,310),(230,290)) -10057 ((200,300),(210,310),(230,290)) -10058 ((200,300),(210,310),(230,290)) -10059 ((200,300),(210,310),(230,290)) -10060 ((200,300),(210,310),(230,290)) -10061 ((200,300),(210,310),(230,290)) -10062 ((200,300),(210,310),(230,290)) -10063 ((200,300),(210,310),(230,290)) -10064 ((200,300),(210,310),(230,290)) -10065 ((200,300),(210,310),(230,290)) -10066 ((200,300),(210,310),(230,290)) -10067 ((200,300),(210,310),(230,290)) -10068 ((200,300),(210,310),(230,290)) -10069 ((200,300),(210,310),(230,290)) -10070 ((200,300),(210,310),(230,290)) -10071 ((200,300),(210,310),(230,290)) -10072 ((200,300),(210,310),(230,290)) -10073 ((200,300),(210,310),(230,290)) -10074 ((200,300),(210,310),(230,290)) -10075 ((200,300),(210,310),(230,290)) -10076 ((200,300),(210,310),(230,290)) -10077 ((200,300),(210,310),(230,290)) -10078 ((200,300),(210,310),(230,290)) -10079 ((200,300),(210,310),(230,290)) -10080 ((200,300),(210,310),(230,290)) -10081 ((200,300),(210,310),(230,290)) -10082 ((200,300),(210,310),(230,290)) -10083 ((200,300),(210,310),(230,290)) -10084 ((200,300),(210,310),(230,290)) -10085 ((200,300),(210,310),(230,290)) -10086 ((200,300),(210,310),(230,290)) -10087 ((200,300),(210,310),(230,290)) -10088 ((200,300),(210,310),(230,290)) -10089 ((200,300),(210,310),(230,290)) -10090 ((200,300),(210,310),(230,290)) -10091 ((200,300),(210,310),(230,290)) -10092 ((200,300),(210,310),(230,290)) -10093 ((200,300),(210,310),(230,290)) -10094 ((200,300),(210,310),(230,290)) -10095 ((200,300),(210,310),(230,290)) -10096 ((200,300),(210,310),(230,290)) -10097 ((200,300),(210,310),(230,290)) -10098 ((200,300),(210,310),(230,290)) -10099 ((200,300),(210,310),(230,290)) -10100 ((200,300),(210,310),(230,290)) -10101 ((200,300),(210,310),(230,290)) -10102 ((200,300),(210,310),(230,290)) -10103 ((200,300),(210,310),(230,290)) -10104 ((200,300),(210,310),(230,290)) -10105 ((200,300),(210,310),(230,290)) -10106 ((200,300),(210,310),(230,290)) -10107 ((200,300),(210,310),(230,290)) -10108 ((200,300),(210,310),(230,290)) -10109 ((200,300),(210,310),(230,290)) -10110 ((200,300),(210,310),(230,290)) -10111 ((200,300),(210,310),(230,290)) -10112 ((200,300),(210,310),(230,290)) -10113 ((200,300),(210,310),(230,290)) -10114 ((200,300),(210,310),(230,290)) -10115 ((200,300),(210,310),(230,290)) -10116 ((200,300),(210,310),(230,290)) -10117 ((200,300),(210,310),(230,290)) -10118 ((200,300),(210,310),(230,290)) -10119 ((200,300),(210,310),(230,290)) -10120 ((200,300),(210,310),(230,290)) -10121 ((200,300),(210,310),(230,290)) -10122 ((200,300),(210,310),(230,290)) -10123 ((200,300),(210,310),(230,290)) -10124 ((200,300),(210,310),(230,290)) -10125 ((200,300),(210,310),(230,290)) -10126 ((200,300),(210,310),(230,290)) -10127 ((200,300),(210,310),(230,290)) -10128 ((200,300),(210,310),(230,290)) -10129 ((200,300),(210,310),(230,290)) -10130 ((200,300),(210,310),(230,290)) -10131 ((200,300),(210,310),(230,290)) -10132 ((200,300),(210,310),(230,290)) -10133 ((200,300),(210,310),(230,290)) -10134 ((200,300),(210,310),(230,290)) -10135 ((200,300),(210,310),(230,290)) -10136 ((200,300),(210,310),(230,290)) -10137 ((200,300),(210,310),(230,290)) -10138 ((200,300),(210,310),(230,290)) -10139 ((200,300),(210,310),(230,290)) -10140 ((200,300),(210,310),(230,290)) -10141 ((200,300),(210,310),(230,290)) -10142 ((200,300),(210,310),(230,290)) -10143 ((200,300),(210,310),(230,290)) -10144 ((200,300),(210,310),(230,290)) -10145 ((200,300),(210,310),(230,290)) -10146 ((200,300),(210,310),(230,290)) -10147 ((200,300),(210,310),(230,290)) -10148 ((200,300),(210,310),(230,290)) -10149 ((200,300),(210,310),(230,290)) -10150 ((200,300),(210,310),(230,290)) -10151 ((200,300),(210,310),(230,290)) -10152 ((200,300),(210,310),(230,290)) -10153 ((200,300),(210,310),(230,290)) -10154 ((200,300),(210,310),(230,290)) -10155 ((200,300),(210,310),(230,290)) -10156 ((200,300),(210,310),(230,290)) -10157 ((200,300),(210,310),(230,290)) -10158 ((200,300),(210,310),(230,290)) -10159 ((200,300),(210,310),(230,290)) -10160 ((200,300),(210,310),(230,290)) -10161 ((200,300),(210,310),(230,290)) -10162 ((200,300),(210,310),(230,290)) -10163 ((200,300),(210,310),(230,290)) -10164 ((200,300),(210,310),(230,290)) -10165 ((200,300),(210,310),(230,290)) -10166 ((200,300),(210,310),(230,290)) -10167 ((200,300),(210,310),(230,290)) -10168 ((200,300),(210,310),(230,290)) -10169 ((200,300),(210,310),(230,290)) -10170 ((200,300),(210,310),(230,290)) -10171 ((200,300),(210,310),(230,290)) -10172 ((200,300),(210,310),(230,290)) -10173 ((200,300),(210,310),(230,290)) -10174 ((200,300),(210,310),(230,290)) -10175 ((200,300),(210,310),(230,290)) -10176 ((200,300),(210,310),(230,290)) -10177 ((200,300),(210,310),(230,290)) -10178 ((200,300),(210,310),(230,290)) -10179 ((200,300),(210,310),(230,290)) -10180 ((200,300),(210,310),(230,290)) -10181 ((200,300),(210,310),(230,290)) -10182 ((200,300),(210,310),(230,290)) -10183 ((200,300),(210,310),(230,290)) -10184 ((200,300),(210,310),(230,290)) -10185 ((200,300),(210,310),(230,290)) -10186 ((200,300),(210,310),(230,290)) -10187 ((200,300),(210,310),(230,290)) -10188 ((200,300),(210,310),(230,290)) -10189 ((200,300),(210,310),(230,290)) -10190 ((200,300),(210,310),(230,290)) -10191 ((200,300),(210,310),(230,290)) -10192 ((200,300),(210,310),(230,290)) -10193 ((200,300),(210,310),(230,290)) -10194 ((200,300),(210,310),(230,290)) -10195 ((200,300),(210,310),(230,290)) -10196 ((200,300),(210,310),(230,290)) -10197 ((200,300),(210,310),(230,290)) -10198 ((200,300),(210,310),(230,290)) -10199 ((200,300),(210,310),(230,290)) -10200 ((200,300),(210,310),(230,290)) -10201 ((200,300),(210,310),(230,290)) -10202 ((200,300),(210,310),(230,290)) -10203 ((200,300),(210,310),(230,290)) -10204 ((200,300),(210,310),(230,290)) -10205 ((200,300),(210,310),(230,290)) -10206 ((200,300),(210,310),(230,290)) -10207 ((200,300),(210,310),(230,290)) -10208 ((200,300),(210,310),(230,290)) -10209 ((200,300),(210,310),(230,290)) -10210 ((200,300),(210,310),(230,290)) -10211 ((200,300),(210,310),(230,290)) -10212 ((200,300),(210,310),(230,290)) -10213 ((200,300),(210,310),(230,290)) -10214 ((200,300),(210,310),(230,290)) -10215 ((200,300),(210,310),(230,290)) -10216 ((200,300),(210,310),(230,290)) -10217 ((200,300),(210,310),(230,290)) -10218 ((200,300),(210,310),(230,290)) -10219 ((200,300),(210,310),(230,290)) -10220 ((200,300),(210,310),(230,290)) -10221 ((200,300),(210,310),(230,290)) -10222 ((200,300),(210,310),(230,290)) -10223 ((200,300),(210,310),(230,290)) -10224 ((200,300),(210,310),(230,290)) -10225 ((200,300),(210,310),(230,290)) -10226 ((200,300),(210,310),(230,290)) -10227 ((200,300),(210,310),(230,290)) -10228 ((200,300),(210,310),(230,290)) -10229 ((200,300),(210,310),(230,290)) -10230 ((200,300),(210,310),(230,290)) -10231 ((200,300),(210,310),(230,290)) -10232 ((200,300),(210,310),(230,290)) -10233 ((200,300),(210,310),(230,290)) -10234 ((200,300),(210,310),(230,290)) -10235 ((200,300),(210,310),(230,290)) -10236 ((200,300),(210,310),(230,290)) -10237 ((200,300),(210,310),(230,290)) -10238 ((200,300),(210,310),(230,290)) -10239 ((200,300),(210,310),(230,290)) -10240 ((200,300),(210,310),(230,290)) -10241 ((200,300),(210,310),(230,290)) -10242 ((200,300),(210,310),(230,290)) -10243 ((200,300),(210,310),(230,290)) -10244 ((200,300),(210,310),(230,290)) -10245 ((200,300),(210,310),(230,290)) -10246 ((200,300),(210,310),(230,290)) -10247 ((200,300),(210,310),(230,290)) -10248 ((200,300),(210,310),(230,290)) -10249 ((200,300),(210,310),(230,290)) -10250 ((200,300),(210,310),(230,290)) -10251 ((200,300),(210,310),(230,290)) -10252 ((200,300),(210,310),(230,290)) -10253 ((200,300),(210,310),(230,290)) -10254 ((200,300),(210,310),(230,290)) -10255 ((200,300),(210,310),(230,290)) -10256 ((200,300),(210,310),(230,290)) -10257 ((200,300),(210,310),(230,290)) -10258 ((200,300),(210,310),(230,290)) -10259 ((200,300),(210,310),(230,290)) -10260 ((200,300),(210,310),(230,290)) -10261 ((200,300),(210,310),(230,290)) -10262 ((200,300),(210,310),(230,290)) -10263 ((200,300),(210,310),(230,290)) -10264 ((200,300),(210,310),(230,290)) -10265 ((200,300),(210,310),(230,290)) -10266 ((200,300),(210,310),(230,290)) -10267 ((200,300),(210,310),(230,290)) -10268 ((200,300),(210,310),(230,290)) -10269 ((200,300),(210,310),(230,290)) -10270 ((200,300),(210,310),(230,290)) -10271 ((200,300),(210,310),(230,290)) -10272 ((200,300),(210,310),(230,290)) -10273 ((200,300),(210,310),(230,290)) -10274 ((200,300),(210,310),(230,290)) -10275 ((200,300),(210,310),(230,290)) -10276 ((200,300),(210,310),(230,290)) -10277 ((200,300),(210,310),(230,290)) -10278 ((200,300),(210,310),(230,290)) -10279 ((200,300),(210,310),(230,290)) -10280 ((200,300),(210,310),(230,290)) -10281 ((200,300),(210,310),(230,290)) -10282 ((200,300),(210,310),(230,290)) -10283 ((200,300),(210,310),(230,290)) -10284 ((200,300),(210,310),(230,290)) -10285 ((200,300),(210,310),(230,290)) -10286 ((200,300),(210,310),(230,290)) -10287 ((200,300),(210,310),(230,290)) -10288 ((200,300),(210,310),(230,290)) -10289 ((200,300),(210,310),(230,290)) -10290 ((200,300),(210,310),(230,290)) -10291 ((200,300),(210,310),(230,290)) -10292 ((200,300),(210,310),(230,290)) -10293 ((200,300),(210,310),(230,290)) -10294 ((200,300),(210,310),(230,290)) -10295 ((200,300),(210,310),(230,290)) -10296 ((200,300),(210,310),(230,290)) -10297 ((200,300),(210,310),(230,290)) -10298 ((200,300),(210,310),(230,290)) -10299 ((200,300),(210,310),(230,290)) -10300 ((200,300),(210,310),(230,290)) -10301 ((200,300),(210,310),(230,290)) -10302 ((200,300),(210,310),(230,290)) -10303 ((200,300),(210,310),(230,290)) -10304 ((200,300),(210,310),(230,290)) -10305 ((200,300),(210,310),(230,290)) -10306 ((200,300),(210,310),(230,290)) -10307 ((200,300),(210,310),(230,290)) -10308 ((200,300),(210,310),(230,290)) -10309 ((200,300),(210,310),(230,290)) -10310 ((200,300),(210,310),(230,290)) -10311 ((200,300),(210,310),(230,290)) -10312 ((200,300),(210,310),(230,290)) -10313 ((200,300),(210,310),(230,290)) -10314 ((200,300),(210,310),(230,290)) -10315 ((200,300),(210,310),(230,290)) -10316 ((200,300),(210,310),(230,290)) -10317 ((200,300),(210,310),(230,290)) -10318 ((200,300),(210,310),(230,290)) -10319 ((200,300),(210,310),(230,290)) -10320 ((200,300),(210,310),(230,290)) -10321 ((200,300),(210,310),(230,290)) -10322 ((200,300),(210,310),(230,290)) -10323 ((200,300),(210,310),(230,290)) -10324 ((200,300),(210,310),(230,290)) -10325 ((200,300),(210,310),(230,290)) -10326 ((200,300),(210,310),(230,290)) -10327 ((200,300),(210,310),(230,290)) -10328 ((200,300),(210,310),(230,290)) -10329 ((200,300),(210,310),(230,290)) -10330 ((200,300),(210,310),(230,290)) -10331 ((200,300),(210,310),(230,290)) -10332 ((200,300),(210,310),(230,290)) -10333 ((200,300),(210,310),(230,290)) -10334 ((200,300),(210,310),(230,290)) -10335 ((200,300),(210,310),(230,290)) -10336 ((200,300),(210,310),(230,290)) -10337 ((200,300),(210,310),(230,290)) -10338 ((200,300),(210,310),(230,290)) -10339 ((200,300),(210,310),(230,290)) -10340 ((200,300),(210,310),(230,290)) -10341 ((200,300),(210,310),(230,290)) -10342 ((200,300),(210,310),(230,290)) -10343 ((200,300),(210,310),(230,290)) -10344 ((200,300),(210,310),(230,290)) -10345 ((200,300),(210,310),(230,290)) -10346 ((200,300),(210,310),(230,290)) -10347 ((200,300),(210,310),(230,290)) -10348 ((200,300),(210,310),(230,290)) -10349 ((200,300),(210,310),(230,290)) -10350 ((200,300),(210,310),(230,290)) -10351 ((200,300),(210,310),(230,290)) -10352 ((200,300),(210,310),(230,290)) -10353 ((200,300),(210,310),(230,290)) -10354 ((200,300),(210,310),(230,290)) -10355 ((200,300),(210,310),(230,290)) -10356 ((200,300),(210,310),(230,290)) -10357 ((200,300),(210,310),(230,290)) -10358 ((200,300),(210,310),(230,290)) -10359 ((200,300),(210,310),(230,290)) -10360 ((200,300),(210,310),(230,290)) -10361 ((200,300),(210,310),(230,290)) -10362 ((200,300),(210,310),(230,290)) -10363 ((200,300),(210,310),(230,290)) -10364 ((200,300),(210,310),(230,290)) -10365 ((200,300),(210,310),(230,290)) -10366 ((200,300),(210,310),(230,290)) -10367 ((200,300),(210,310),(230,290)) -10368 ((200,300),(210,310),(230,290)) -10369 ((200,300),(210,310),(230,290)) -10370 ((200,300),(210,310),(230,290)) -10371 ((200,300),(210,310),(230,290)) -10372 ((200,300),(210,310),(230,290)) -10373 ((200,300),(210,310),(230,290)) -10374 ((200,300),(210,310),(230,290)) -10375 ((200,300),(210,310),(230,290)) -10376 ((200,300),(210,310),(230,290)) -10377 ((200,300),(210,310),(230,290)) -10378 ((200,300),(210,310),(230,290)) -10379 ((200,300),(210,310),(230,290)) -10380 ((200,300),(210,310),(230,290)) -10381 ((200,300),(210,310),(230,290)) -10382 ((200,300),(210,310),(230,290)) -10383 ((200,300),(210,310),(230,290)) -10384 ((200,300),(210,310),(230,290)) -10385 ((200,300),(210,310),(230,290)) -10386 ((200,300),(210,310),(230,290)) -10387 ((200,300),(210,310),(230,290)) -10388 ((200,300),(210,310),(230,290)) -10389 ((200,300),(210,310),(230,290)) -10390 ((200,300),(210,310),(230,290)) -10391 ((200,300),(210,310),(230,290)) -10392 ((200,300),(210,310),(230,290)) -10393 ((200,300),(210,310),(230,290)) -10394 ((200,300),(210,310),(230,290)) -10395 ((200,300),(210,310),(230,290)) -10396 ((200,300),(210,310),(230,290)) -10397 ((200,300),(210,310),(230,290)) -10398 ((200,300),(210,310),(230,290)) -10399 ((200,300),(210,310),(230,290)) -10400 ((200,300),(210,310),(230,290)) -10401 ((200,300),(210,310),(230,290)) -10402 ((200,300),(210,310),(230,290)) -10403 ((200,300),(210,310),(230,290)) -10404 ((200,300),(210,310),(230,290)) -10405 ((200,300),(210,310),(230,290)) -10406 ((200,300),(210,310),(230,290)) -10407 ((200,300),(210,310),(230,290)) -10408 ((200,300),(210,310),(230,290)) -10409 ((200,300),(210,310),(230,290)) -10410 ((200,300),(210,310),(230,290)) -10411 ((200,300),(210,310),(230,290)) -10412 ((200,300),(210,310),(230,290)) -10413 ((200,300),(210,310),(230,290)) -10414 ((200,300),(210,310),(230,290)) -10415 ((200,300),(210,310),(230,290)) -10416 ((200,300),(210,310),(230,290)) -10417 ((200,300),(210,310),(230,290)) -10418 ((200,300),(210,310),(230,290)) -10419 ((200,300),(210,310),(230,290)) -10420 ((200,300),(210,310),(230,290)) -10421 ((200,300),(210,310),(230,290)) -10422 ((200,300),(210,310),(230,290)) -10423 ((200,300),(210,310),(230,290)) -10424 ((200,300),(210,310),(230,290)) -10425 ((200,300),(210,310),(230,290)) -10426 ((200,300),(210,310),(230,290)) -10427 ((200,300),(210,310),(230,290)) -10428 ((200,300),(210,310),(230,290)) -10429 ((200,300),(210,310),(230,290)) -10430 ((200,300),(210,310),(230,290)) -10431 ((200,300),(210,310),(230,290)) -10432 ((200,300),(210,310),(230,290)) -10433 ((200,300),(210,310),(230,290)) -10434 ((200,300),(210,310),(230,290)) -10435 ((200,300),(210,310),(230,290)) -10436 ((200,300),(210,310),(230,290)) -10437 ((200,300),(210,310),(230,290)) -10438 ((200,300),(210,310),(230,290)) -10439 ((200,300),(210,310),(230,290)) -10440 ((200,300),(210,310),(230,290)) -10441 ((200,300),(210,310),(230,290)) -10442 ((200,300),(210,310),(230,290)) -10443 ((200,300),(210,310),(230,290)) -10444 ((200,300),(210,310),(230,290)) -10445 ((200,300),(210,310),(230,290)) -10446 ((200,300),(210,310),(230,290)) -10447 ((200,300),(210,310),(230,290)) -10448 ((200,300),(210,310),(230,290)) -10449 ((200,300),(210,310),(230,290)) -10450 ((200,300),(210,310),(230,290)) -10451 ((200,300),(210,310),(230,290)) -10452 ((200,300),(210,310),(230,290)) -10453 ((200,300),(210,310),(230,290)) -10454 ((200,300),(210,310),(230,290)) -10455 ((200,300),(210,310),(230,290)) -10456 ((200,300),(210,310),(230,290)) -10457 ((200,300),(210,310),(230,290)) -10458 ((200,300),(210,310),(230,290)) -10459 ((200,300),(210,310),(230,290)) -10460 ((200,300),(210,310),(230,290)) -10461 ((200,300),(210,310),(230,290)) -10462 ((200,300),(210,310),(230,290)) -10463 ((200,300),(210,310),(230,290)) -10464 ((200,300),(210,310),(230,290)) -10465 ((200,300),(210,310),(230,290)) -10466 ((200,300),(210,310),(230,290)) -10467 ((200,300),(210,310),(230,290)) -10468 ((200,300),(210,310),(230,290)) -10469 ((200,300),(210,310),(230,290)) -10470 ((200,300),(210,310),(230,290)) -10471 ((200,300),(210,310),(230,290)) -10472 ((200,300),(210,310),(230,290)) -10473 ((200,300),(210,310),(230,290)) -10474 ((200,300),(210,310),(230,290)) -10475 ((200,300),(210,310),(230,290)) -10476 ((200,300),(210,310),(230,290)) -10477 ((200,300),(210,310),(230,290)) -10478 ((200,300),(210,310),(230,290)) -10479 ((200,300),(210,310),(230,290)) -10480 ((200,300),(210,310),(230,290)) -10481 ((200,300),(210,310),(230,290)) -10482 ((200,300),(210,310),(230,290)) -10483 ((200,300),(210,310),(230,290)) -10484 ((200,300),(210,310),(230,290)) -10485 ((200,300),(210,310),(230,290)) -10486 ((200,300),(210,310),(230,290)) -10487 ((200,300),(210,310),(230,290)) -10488 ((200,300),(210,310),(230,290)) -10489 ((200,300),(210,310),(230,290)) -10490 ((200,300),(210,310),(230,290)) -10491 ((200,300),(210,310),(230,290)) -10492 ((200,300),(210,310),(230,290)) -10493 ((200,300),(210,310),(230,290)) -10494 ((200,300),(210,310),(230,290)) -10495 ((200,300),(210,310),(230,290)) -10496 ((200,300),(210,310),(230,290)) -10497 ((200,300),(210,310),(230,290)) -10498 ((200,300),(210,310),(230,290)) -10499 ((200,300),(210,310),(230,290)) -10500 ((200,300),(210,310),(230,290)) -10501 ((200,300),(210,310),(230,290)) -10502 ((200,300),(210,310),(230,290)) -10503 ((200,300),(210,310),(230,290)) -10504 ((200,300),(210,310),(230,290)) -10505 ((200,300),(210,310),(230,290)) -10506 ((200,300),(210,310),(230,290)) -10507 ((200,300),(210,310),(230,290)) -10508 ((200,300),(210,310),(230,290)) -10509 ((200,300),(210,310),(230,290)) -10510 ((200,300),(210,310),(230,290)) -10511 ((200,300),(210,310),(230,290)) -10512 ((200,300),(210,310),(230,290)) -10513 ((200,300),(210,310),(230,290)) -10514 ((200,300),(210,310),(230,290)) -10515 ((200,300),(210,310),(230,290)) -10516 ((200,300),(210,310),(230,290)) -10517 ((200,300),(210,310),(230,290)) -10518 ((200,300),(210,310),(230,290)) -10519 ((200,300),(210,310),(230,290)) -10520 ((200,300),(210,310),(230,290)) -10521 ((200,300),(210,310),(230,290)) -10522 ((200,300),(210,310),(230,290)) -10523 ((200,300),(210,310),(230,290)) -10524 ((200,300),(210,310),(230,290)) -10525 ((200,300),(210,310),(230,290)) -10526 ((200,300),(210,310),(230,290)) -10527 ((200,300),(210,310),(230,290)) -10528 ((200,300),(210,310),(230,290)) -10529 ((200,300),(210,310),(230,290)) -10530 ((200,300),(210,310),(230,290)) -10531 ((200,300),(210,310),(230,290)) -10532 ((200,300),(210,310),(230,290)) -10533 ((200,300),(210,310),(230,290)) -10534 ((200,300),(210,310),(230,290)) -10535 ((200,300),(210,310),(230,290)) -10536 ((200,300),(210,310),(230,290)) -10537 ((200,300),(210,310),(230,290)) -10538 ((200,300),(210,310),(230,290)) -10539 ((200,300),(210,310),(230,290)) -10540 ((200,300),(210,310),(230,290)) -10541 ((200,300),(210,310),(230,290)) -10542 ((200,300),(210,310),(230,290)) -10543 ((200,300),(210,310),(230,290)) -10544 ((200,300),(210,310),(230,290)) -10545 ((200,300),(210,310),(230,290)) -10546 ((200,300),(210,310),(230,290)) -10547 ((200,300),(210,310),(230,290)) -10548 ((200,300),(210,310),(230,290)) -10549 ((200,300),(210,310),(230,290)) -10550 ((200,300),(210,310),(230,290)) -10551 ((200,300),(210,310),(230,290)) -10552 ((200,300),(210,310),(230,290)) -10553 ((200,300),(210,310),(230,290)) -10554 ((200,300),(210,310),(230,290)) -10555 ((200,300),(210,310),(230,290)) -10556 ((200,300),(210,310),(230,290)) -10557 ((200,300),(210,310),(230,290)) -10558 ((200,300),(210,310),(230,290)) -10559 ((200,300),(210,310),(230,290)) -10560 ((200,300),(210,310),(230,290)) -10561 ((200,300),(210,310),(230,290)) -10562 ((200,300),(210,310),(230,290)) -10563 ((200,300),(210,310),(230,290)) -10564 ((200,300),(210,310),(230,290)) -10565 ((200,300),(210,310),(230,290)) -10566 ((200,300),(210,310),(230,290)) -10567 ((200,300),(210,310),(230,290)) -10568 ((200,300),(210,310),(230,290)) -10569 ((200,300),(210,310),(230,290)) -10570 ((200,300),(210,310),(230,290)) -10571 ((200,300),(210,310),(230,290)) -10572 ((200,300),(210,310),(230,290)) -10573 ((200,300),(210,310),(230,290)) -10574 ((200,300),(210,310),(230,290)) -10575 ((200,300),(210,310),(230,290)) -10576 ((200,300),(210,310),(230,290)) -10577 ((200,300),(210,310),(230,290)) -10578 ((200,300),(210,310),(230,290)) -10579 ((200,300),(210,310),(230,290)) -10580 ((200,300),(210,310),(230,290)) -10581 ((200,300),(210,310),(230,290)) -10582 ((200,300),(210,310),(230,290)) -10583 ((200,300),(210,310),(230,290)) -10584 ((200,300),(210,310),(230,290)) -10585 ((200,300),(210,310),(230,290)) -10586 ((200,300),(210,310),(230,290)) -10587 ((200,300),(210,310),(230,290)) -10588 ((200,300),(210,310),(230,290)) -10589 ((200,300),(210,310),(230,290)) -10590 ((200,300),(210,310),(230,290)) -10591 ((200,300),(210,310),(230,290)) -10592 ((200,300),(210,310),(230,290)) -10593 ((200,300),(210,310),(230,290)) -10594 ((200,300),(210,310),(230,290)) -10595 ((200,300),(210,310),(230,290)) -10596 ((200,300),(210,310),(230,290)) -10597 ((200,300),(210,310),(230,290)) -10598 ((200,300),(210,310),(230,290)) -10599 ((200,300),(210,310),(230,290)) -10600 ((200,300),(210,310),(230,290)) -10601 ((200,300),(210,310),(230,290)) -10602 ((200,300),(210,310),(230,290)) -10603 ((200,300),(210,310),(230,290)) -10604 ((200,300),(210,310),(230,290)) -10605 ((200,300),(210,310),(230,290)) -10606 ((200,300),(210,310),(230,290)) -10607 ((200,300),(210,310),(230,290)) -10608 ((200,300),(210,310),(230,290)) -10609 ((200,300),(210,310),(230,290)) -10610 ((200,300),(210,310),(230,290)) -10611 ((200,300),(210,310),(230,290)) -10612 ((200,300),(210,310),(230,290)) -10613 ((200,300),(210,310),(230,290)) -10614 ((200,300),(210,310),(230,290)) -10615 ((200,300),(210,310),(230,290)) -10616 ((200,300),(210,310),(230,290)) -10617 ((200,300),(210,310),(230,290)) -10618 ((200,300),(210,310),(230,290)) -10619 ((200,300),(210,310),(230,290)) -10620 ((200,300),(210,310),(230,290)) -10621 ((200,300),(210,310),(230,290)) -10622 ((200,300),(210,310),(230,290)) -10623 ((200,300),(210,310),(230,290)) -10624 ((200,300),(210,310),(230,290)) -10625 ((200,300),(210,310),(230,290)) -10626 ((200,300),(210,310),(230,290)) -10627 ((200,300),(210,310),(230,290)) -10628 ((200,300),(210,310),(230,290)) -10629 ((200,300),(210,310),(230,290)) -10630 ((200,300),(210,310),(230,290)) -10631 ((200,300),(210,310),(230,290)) -10632 ((200,300),(210,310),(230,290)) -10633 ((200,300),(210,310),(230,290)) -10634 ((200,300),(210,310),(230,290)) -10635 ((200,300),(210,310),(230,290)) -10636 ((200,300),(210,310),(230,290)) -10637 ((200,300),(210,310),(230,290)) -10638 ((200,300),(210,310),(230,290)) -10639 ((200,300),(210,310),(230,290)) -10640 ((200,300),(210,310),(230,290)) -10641 ((200,300),(210,310),(230,290)) -10642 ((200,300),(210,310),(230,290)) -10643 ((200,300),(210,310),(230,290)) -10644 ((200,300),(210,310),(230,290)) -10645 ((200,300),(210,310),(230,290)) -10646 ((200,300),(210,310),(230,290)) -10647 ((200,300),(210,310),(230,290)) -10648 ((200,300),(210,310),(230,290)) -10649 ((200,300),(210,310),(230,290)) -10650 ((200,300),(210,310),(230,290)) -10651 ((200,300),(210,310),(230,290)) -10652 ((200,300),(210,310),(230,290)) -10653 ((200,300),(210,310),(230,290)) -10654 ((200,300),(210,310),(230,290)) -10655 ((200,300),(210,310),(230,290)) -10656 ((200,300),(210,310),(230,290)) -10657 ((200,300),(210,310),(230,290)) -10658 ((200,300),(210,310),(230,290)) -10659 ((200,300),(210,310),(230,290)) -10660 ((200,300),(210,310),(230,290)) -10661 ((200,300),(210,310),(230,290)) -10662 ((200,300),(210,310),(230,290)) -10663 ((200,300),(210,310),(230,290)) -10664 ((200,300),(210,310),(230,290)) -10665 ((200,300),(210,310),(230,290)) -10666 ((200,300),(210,310),(230,290)) -10667 ((200,300),(210,310),(230,290)) -10668 ((200,300),(210,310),(230,290)) -10669 ((200,300),(210,310),(230,290)) -10670 ((200,300),(210,310),(230,290)) -10671 ((200,300),(210,310),(230,290)) -10672 ((200,300),(210,310),(230,290)) -10673 ((200,300),(210,310),(230,290)) -10674 ((200,300),(210,310),(230,290)) -10675 ((200,300),(210,310),(230,290)) -10676 ((200,300),(210,310),(230,290)) -10677 ((200,300),(210,310),(230,290)) -10678 ((200,300),(210,310),(230,290)) -10679 ((200,300),(210,310),(230,290)) -10680 ((200,300),(210,310),(230,290)) -10681 ((200,300),(210,310),(230,290)) -10682 ((200,300),(210,310),(230,290)) -10683 ((200,300),(210,310),(230,290)) -10684 ((200,300),(210,310),(230,290)) -10685 ((200,300),(210,310),(230,290)) -10686 ((200,300),(210,310),(230,290)) -10687 ((200,300),(210,310),(230,290)) -10688 ((200,300),(210,310),(230,290)) -10689 ((200,300),(210,310),(230,290)) -10690 ((200,300),(210,310),(230,290)) -10691 ((200,300),(210,310),(230,290)) -10692 ((200,300),(210,310),(230,290)) -10693 ((200,300),(210,310),(230,290)) -10694 ((200,300),(210,310),(230,290)) -10695 ((200,300),(210,310),(230,290)) -10696 ((200,300),(210,310),(230,290)) -10697 ((200,300),(210,310),(230,290)) -10698 ((200,300),(210,310),(230,290)) -10699 ((200,300),(210,310),(230,290)) -10700 ((200,300),(210,310),(230,290)) -10701 ((200,300),(210,310),(230,290)) -10702 ((200,300),(210,310),(230,290)) -10703 ((200,300),(210,310),(230,290)) -10704 ((200,300),(210,310),(230,290)) -10705 ((200,300),(210,310),(230,290)) -10706 ((200,300),(210,310),(230,290)) -10707 ((200,300),(210,310),(230,290)) -10708 ((200,300),(210,310),(230,290)) -10709 ((200,300),(210,310),(230,290)) -10710 ((200,300),(210,310),(230,290)) -10711 ((200,300),(210,310),(230,290)) -10712 ((200,300),(210,310),(230,290)) -10713 ((200,300),(210,310),(230,290)) -10714 ((200,300),(210,310),(230,290)) -10715 ((200,300),(210,310),(230,290)) -10716 ((200,300),(210,310),(230,290)) -10717 ((200,300),(210,310),(230,290)) -10718 ((200,300),(210,310),(230,290)) -10719 ((200,300),(210,310),(230,290)) -10720 ((200,300),(210,310),(230,290)) -10721 ((200,300),(210,310),(230,290)) -10722 ((200,300),(210,310),(230,290)) -10723 ((200,300),(210,310),(230,290)) -10724 ((200,300),(210,310),(230,290)) -10725 ((200,300),(210,310),(230,290)) -10726 ((200,300),(210,310),(230,290)) -10727 ((200,300),(210,310),(230,290)) -10728 ((200,300),(210,310),(230,290)) -10729 ((200,300),(210,310),(230,290)) -10730 ((200,300),(210,310),(230,290)) -10731 ((200,300),(210,310),(230,290)) -10732 ((200,300),(210,310),(230,290)) -10733 ((200,300),(210,310),(230,290)) -10734 ((200,300),(210,310),(230,290)) -10735 ((200,300),(210,310),(230,290)) -10736 ((200,300),(210,310),(230,290)) -10737 ((200,300),(210,310),(230,290)) -10738 ((200,300),(210,310),(230,290)) -10739 ((200,300),(210,310),(230,290)) -10740 ((200,300),(210,310),(230,290)) -10741 ((200,300),(210,310),(230,290)) -10742 ((200,300),(210,310),(230,290)) -10743 ((200,300),(210,310),(230,290)) -10744 ((200,300),(210,310),(230,290)) -10745 ((200,300),(210,310),(230,290)) -10746 ((200,300),(210,310),(230,290)) -10747 ((200,300),(210,310),(230,290)) -10748 ((200,300),(210,310),(230,290)) -10749 ((200,300),(210,310),(230,290)) -10750 ((200,300),(210,310),(230,290)) -10751 ((200,300),(210,310),(230,290)) -10752 ((200,300),(210,310),(230,290)) -10753 ((200,300),(210,310),(230,290)) -10754 ((200,300),(210,310),(230,290)) -10755 ((200,300),(210,310),(230,290)) -10756 ((200,300),(210,310),(230,290)) -10757 ((200,300),(210,310),(230,290)) -10758 ((200,300),(210,310),(230,290)) -10759 ((200,300),(210,310),(230,290)) -10760 ((200,300),(210,310),(230,290)) -10761 ((200,300),(210,310),(230,290)) -10762 ((200,300),(210,310),(230,290)) -10763 ((200,300),(210,310),(230,290)) -10764 ((200,300),(210,310),(230,290)) -10765 ((200,300),(210,310),(230,290)) -10766 ((200,300),(210,310),(230,290)) -10767 ((200,300),(210,310),(230,290)) -10768 ((200,300),(210,310),(230,290)) -10769 ((200,300),(210,310),(230,290)) -10770 ((200,300),(210,310),(230,290)) -10771 ((200,300),(210,310),(230,290)) -10772 ((200,300),(210,310),(230,290)) -10773 ((200,300),(210,310),(230,290)) -10774 ((200,300),(210,310),(230,290)) -10775 ((200,300),(210,310),(230,290)) -10776 ((200,300),(210,310),(230,290)) -10777 ((200,300),(210,310),(230,290)) -10778 ((200,300),(210,310),(230,290)) -10779 ((200,300),(210,310),(230,290)) -10780 ((200,300),(210,310),(230,290)) -10781 ((200,300),(210,310),(230,290)) -10782 ((200,300),(210,310),(230,290)) -10783 ((200,300),(210,310),(230,290)) -10784 ((200,300),(210,310),(230,290)) -10785 ((200,300),(210,310),(230,290)) -10786 ((200,300),(210,310),(230,290)) -10787 ((200,300),(210,310),(230,290)) -10788 ((200,300),(210,310),(230,290)) -10789 ((200,300),(210,310),(230,290)) -10790 ((200,300),(210,310),(230,290)) -10791 ((200,300),(210,310),(230,290)) -10792 ((200,300),(210,310),(230,290)) -10793 ((200,300),(210,310),(230,290)) -10794 ((200,300),(210,310),(230,290)) -10795 ((200,300),(210,310),(230,290)) -10796 ((200,300),(210,310),(230,290)) -10797 ((200,300),(210,310),(230,290)) -10798 ((200,300),(210,310),(230,290)) -10799 ((200,300),(210,310),(230,290)) -10800 ((200,300),(210,310),(230,290)) -10801 ((200,300),(210,310),(230,290)) -10802 ((200,300),(210,310),(230,290)) -10803 ((200,300),(210,310),(230,290)) -10804 ((200,300),(210,310),(230,290)) -10805 ((200,300),(210,310),(230,290)) -10806 ((200,300),(210,310),(230,290)) -10807 ((200,300),(210,310),(230,290)) -10808 ((200,300),(210,310),(230,290)) -10809 ((200,300),(210,310),(230,290)) -10810 ((200,300),(210,310),(230,290)) -10811 ((200,300),(210,310),(230,290)) -10812 ((200,300),(210,310),(230,290)) -10813 ((200,300),(210,310),(230,290)) -10814 ((200,300),(210,310),(230,290)) -10815 ((200,300),(210,310),(230,290)) -10816 ((200,300),(210,310),(230,290)) -10817 ((200,300),(210,310),(230,290)) -10818 ((200,300),(210,310),(230,290)) -10819 ((200,300),(210,310),(230,290)) -10820 ((200,300),(210,310),(230,290)) -10821 ((200,300),(210,310),(230,290)) -10822 ((200,300),(210,310),(230,290)) -10823 ((200,300),(210,310),(230,290)) -10824 ((200,300),(210,310),(230,290)) -10825 ((200,300),(210,310),(230,290)) -10826 ((200,300),(210,310),(230,290)) -10827 ((200,300),(210,310),(230,290)) -10828 ((200,300),(210,310),(230,290)) -10829 ((200,300),(210,310),(230,290)) -10830 ((200,300),(210,310),(230,290)) -10831 ((200,300),(210,310),(230,290)) -10832 ((200,300),(210,310),(230,290)) -10833 ((200,300),(210,310),(230,290)) -10834 ((200,300),(210,310),(230,290)) -10835 ((200,300),(210,310),(230,290)) -10836 ((200,300),(210,310),(230,290)) -10837 ((200,300),(210,310),(230,290)) -10838 ((200,300),(210,310),(230,290)) -10839 ((200,300),(210,310),(230,290)) -10840 ((200,300),(210,310),(230,290)) -10841 ((200,300),(210,310),(230,290)) -10842 ((200,300),(210,310),(230,290)) -10843 ((200,300),(210,310),(230,290)) -10844 ((200,300),(210,310),(230,290)) -10845 ((200,300),(210,310),(230,290)) -10846 ((200,300),(210,310),(230,290)) -10847 ((200,300),(210,310),(230,290)) -10848 ((200,300),(210,310),(230,290)) -10849 ((200,300),(210,310),(230,290)) -10850 ((200,300),(210,310),(230,290)) -10851 ((200,300),(210,310),(230,290)) -10852 ((200,300),(210,310),(230,290)) -10853 ((200,300),(210,310),(230,290)) -10854 ((200,300),(210,310),(230,290)) -10855 ((200,300),(210,310),(230,290)) -10856 ((200,300),(210,310),(230,290)) -10857 ((200,300),(210,310),(230,290)) -10858 ((200,300),(210,310),(230,290)) -10859 ((200,300),(210,310),(230,290)) -10860 ((200,300),(210,310),(230,290)) -10861 ((200,300),(210,310),(230,290)) -10862 ((200,300),(210,310),(230,290)) -10863 ((200,300),(210,310),(230,290)) -10864 ((200,300),(210,310),(230,290)) -10865 ((200,300),(210,310),(230,290)) -10866 ((200,300),(210,310),(230,290)) -10867 ((200,300),(210,310),(230,290)) -10868 ((200,300),(210,310),(230,290)) -10869 ((200,300),(210,310),(230,290)) -10870 ((200,300),(210,310),(230,290)) -10871 ((200,300),(210,310),(230,290)) -10872 ((200,300),(210,310),(230,290)) -10873 ((200,300),(210,310),(230,290)) -10874 ((200,300),(210,310),(230,290)) -10875 ((200,300),(210,310),(230,290)) -10876 ((200,300),(210,310),(230,290)) -10877 ((200,300),(210,310),(230,290)) -10878 ((200,300),(210,310),(230,290)) -10879 ((200,300),(210,310),(230,290)) -10880 ((200,300),(210,310),(230,290)) -10881 ((200,300),(210,310),(230,290)) -10882 ((200,300),(210,310),(230,290)) -10883 ((200,300),(210,310),(230,290)) -10884 ((200,300),(210,310),(230,290)) -10885 ((200,300),(210,310),(230,290)) -10886 ((200,300),(210,310),(230,290)) -10887 ((200,300),(210,310),(230,290)) -10888 ((200,300),(210,310),(230,290)) -10889 ((200,300),(210,310),(230,290)) -10890 ((200,300),(210,310),(230,290)) -10891 ((200,300),(210,310),(230,290)) -10892 ((200,300),(210,310),(230,290)) -10893 ((200,300),(210,310),(230,290)) -10894 ((200,300),(210,310),(230,290)) -10895 ((200,300),(210,310),(230,290)) -10896 ((200,300),(210,310),(230,290)) -10897 ((200,300),(210,310),(230,290)) -10898 ((200,300),(210,310),(230,290)) -10899 ((200,300),(210,310),(230,290)) -10900 ((200,300),(210,310),(230,290)) -10901 ((200,300),(210,310),(230,290)) -10902 ((200,300),(210,310),(230,290)) -10903 ((200,300),(210,310),(230,290)) -10904 ((200,300),(210,310),(230,290)) -10905 ((200,300),(210,310),(230,290)) -10906 ((200,300),(210,310),(230,290)) -10907 ((200,300),(210,310),(230,290)) -10908 ((200,300),(210,310),(230,290)) -10909 ((200,300),(210,310),(230,290)) -10910 ((200,300),(210,310),(230,290)) -10911 ((200,300),(210,310),(230,290)) -10912 ((200,300),(210,310),(230,290)) -10913 ((200,300),(210,310),(230,290)) -10914 ((200,300),(210,310),(230,290)) -10915 ((200,300),(210,310),(230,290)) -10916 ((200,300),(210,310),(230,290)) -10917 ((200,300),(210,310),(230,290)) -10918 ((200,300),(210,310),(230,290)) -10919 ((200,300),(210,310),(230,290)) -10920 ((200,300),(210,310),(230,290)) -10921 ((200,300),(210,310),(230,290)) -10922 ((200,300),(210,310),(230,290)) -10923 ((200,300),(210,310),(230,290)) -10924 ((200,300),(210,310),(230,290)) -10925 ((200,300),(210,310),(230,290)) -10926 ((200,300),(210,310),(230,290)) -10927 ((200,300),(210,310),(230,290)) -10928 ((200,300),(210,310),(230,290)) -10929 ((200,300),(210,310),(230,290)) -10930 ((200,300),(210,310),(230,290)) -10931 ((200,300),(210,310),(230,290)) -10932 ((200,300),(210,310),(230,290)) -10933 ((200,300),(210,310),(230,290)) -10934 ((200,300),(210,310),(230,290)) -10935 ((200,300),(210,310),(230,290)) -10936 ((200,300),(210,310),(230,290)) -10937 ((200,300),(210,310),(230,290)) -10938 ((200,300),(210,310),(230,290)) -10939 ((200,300),(210,310),(230,290)) -10940 ((200,300),(210,310),(230,290)) -10941 ((200,300),(210,310),(230,290)) -10942 ((200,300),(210,310),(230,290)) -10943 ((200,300),(210,310),(230,290)) -10944 ((200,300),(210,310),(230,290)) -10945 ((200,300),(210,310),(230,290)) -10946 ((200,300),(210,310),(230,290)) -10947 ((200,300),(210,310),(230,290)) -10948 ((200,300),(210,310),(230,290)) -10949 ((200,300),(210,310),(230,290)) -10950 ((200,300),(210,310),(230,290)) -10951 ((200,300),(210,310),(230,290)) -10952 ((200,300),(210,310),(230,290)) -10953 ((200,300),(210,310),(230,290)) -10954 ((200,300),(210,310),(230,290)) -10955 ((200,300),(210,310),(230,290)) -10956 ((200,300),(210,310),(230,290)) -10957 ((200,300),(210,310),(230,290)) -10958 ((200,300),(210,310),(230,290)) -10959 ((200,300),(210,310),(230,290)) -10960 ((200,300),(210,310),(230,290)) -10961 ((200,300),(210,310),(230,290)) -10962 ((200,300),(210,310),(230,290)) -10963 ((200,300),(210,310),(230,290)) -10964 ((200,300),(210,310),(230,290)) -10965 ((200,300),(210,310),(230,290)) -10966 ((200,300),(210,310),(230,290)) -10967 ((200,300),(210,310),(230,290)) -10968 ((200,300),(210,310),(230,290)) -10969 ((200,300),(210,310),(230,290)) -10970 ((200,300),(210,310),(230,290)) -10971 ((200,300),(210,310),(230,290)) -10972 ((200,300),(210,310),(230,290)) -10973 ((200,300),(210,310),(230,290)) -10974 ((200,300),(210,310),(230,290)) -10975 ((200,300),(210,310),(230,290)) -10976 ((200,300),(210,310),(230,290)) -10977 ((200,300),(210,310),(230,290)) -10978 ((200,300),(210,310),(230,290)) -10979 ((200,300),(210,310),(230,290)) -10980 ((200,300),(210,310),(230,290)) -10981 ((200,300),(210,310),(230,290)) -10982 ((200,300),(210,310),(230,290)) -10983 ((200,300),(210,310),(230,290)) -10984 ((200,300),(210,310),(230,290)) -10985 ((200,300),(210,310),(230,290)) -10986 ((200,300),(210,310),(230,290)) -10987 ((200,300),(210,310),(230,290)) -10988 ((200,300),(210,310),(230,290)) -10989 ((200,300),(210,310),(230,290)) -10990 ((200,300),(210,310),(230,290)) -10991 ((200,300),(210,310),(230,290)) -10992 ((200,300),(210,310),(230,290)) -10993 ((200,300),(210,310),(230,290)) -10994 ((200,300),(210,310),(230,290)) -10995 ((200,300),(210,310),(230,290)) -10996 ((200,300),(210,310),(230,290)) -10997 ((200,300),(210,310),(230,290)) -10998 ((200,300),(210,310),(230,290)) -10999 ((200,300),(210,310),(230,290)) -11000 ((200,300),(210,310),(230,290)) -11001 \N -11002 \N -11003 \N -\. --- --- Data for Name: radix_text_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.radix_text_tbl (t) FROM stdin; -A St -A St -A St -A St -A St -A St -A St -A St -A St -Abbie St -Acacia Ave -Acacia Ave -Acacia Ave -Acadia Ct -Acapulco Way -Access Rd 162 -Access Rd 25 -Access Rd 29 -Acton Cir -Ada St -Ada St -Adams Ave -Adams Ave -Adams St -Adams St -Adason Dr -Addison St -Addison St -Addison St -Addison Way -Addison Way -Adelina Common -Adeline St -Adeline St -Adelle St -Admirality Lane -Adobe Dr -Adrian Ave -Adriano St -Agate Ct -Agena Cir -Agua Fria Creek -Agua Fria Creek -Agua Fria Creek -Agua Fria Creek -Agua Vista -Agua Vista St -Aileen St -Airport Road -Aladdin Ave -Alameda Ave -Alameda Ave -Alameda Ave -Alameda Dr -Alameda Road -Alameda Belt Line Railroad -Alameda Belt Line Railroad -Alameda Creek -Alameda Creek -Alameda Creek -Alameda Creek -Alameda Creek -Alameda Creek -Alameda Creek -Alameda Creek -Alameda Creek -Alameda Creek -Alameda Creek -Alameda Diversion -Alamo Canal -Alamo Canal -Alamo Creek -Albany St -Albany Ter -Alborg Ct -Alcatraz Ave -Alcatraz Ave -Alcatraz Ave -Alcatraz Ave -Alcosta Blvd -Alden Lane -Alden Lane -Alden Road -Alder Ct -Alexander Ct -Alexander St -Alexandria St -Algonquin Ave -Alhambra Lane -Alicante Dr -Alice St -Alice St -Alice St -Alice Way -Alice Way -Alida St -Alisal St -Alisal St -Aliso Ave -Allegro Ct -Allen Ct -Allendale Ave -Allendale Ave -Allison Dr -Allston Way -Alma Ct -Almaden Blvd -Almaden Pl -Almeria Dr -Almond Ave -Almond Ave -Almond Road -Aloe Ct -Alpine Ter -Alta Dr -Alta Vista Ave -Altamont Creek -Altamont Creek -Altamont Pass Road -Altimirano Dr -Alton Ct -Alvarado Blvd -Alvarado Road -Alvarado Road -Alvarado St -Alvarado Niles Road -Alvarado Niles Road -Alvord Way -Amador St -Amador St -Amador St -Amador Valley Blvd -Amador Valley Ct -Amarillo Ct -Ambar Pl -Amber Ct -Amber Way -American Ave -Ames Ter -Amherst Ct -Anchor Dr -Andrade Road -Andrade Road -Andrea Cir -Andrews St -Angela St -Angela St -Angus Way -Anita Ct -Ann St -Anna Maria St -Annerley Road -Antelope Ct -Antonio St -Anza St -Anza Way -Apgar St -Apgar St -Apollo Cir -Appian Way -Apple Ave -Applewood St -Apricot Lane -Aquarius Cir -Arbor Dr -Arbor St -Arcade Lane -Arch St -Arch St -Archer Ave -Arden Road -Ardenwood Blvd -Ardmore Dr -Ardo St -Ardo St -Arena St -Arendt Way -Argonaut Way -Argonne St -Arizona St -Arizona St -Arizona St -Ark Dr -Arkansas Pl -Arlington Ave -Arlington Ave -Arlington Ave -Arlington Dr -Arlington Road -Armata St -Arnold Ct -Arnold Road -Arnold Road -Arrowhead Dr -Arroyo Dr -Arroyo Road -Arroyo Road -Arroyo Road -Arroyo Road -Arroyo Road -Arroyo de la Laguna -Arroyo del Valle -Arroyo del Valle -Arroyo del Valle -Arroyo del Valle -Arroyo del Valle -Arroyo Las Positas -Arroyo Las Positas -Arroyo Las Positas -Arroyo Las Positas -Arroyo Las Positas -Arroyo Las Positas -Arroyo Mocho -Arroyo Mocho -Arroyo Mocho -Arroyo Mocho -Arroyo Mocho Canal -Arroyo Seco -Arroyo Seco -Arroyuelo Ave -Ascot Dr -Ascot Dr -Ash St -Ash St -Ashby Ave -Ashby Ave -Ashby Ave -Ashland Ave -Ashland Ave -Ashwood Common -Asilomar Dr -Asilomar Dr -Aspinwall Road -Aster Ct -At and Sf Railroad -At and Sf Railroad -At and Sf Railroad -At and Sf Railroad -At and Sf Railroad -At and Sf Railroad -At and Sf Railroad -At and Sf Railroad -Atherton St -Atherton St -Atherton St -Athol Ave -Atlantic Ave -Atlantic St -Atlas Ave -Atwater Ct -Auburn Ave -Audrey Dr -Audubon St -Aughinbaugh Way -Augustine Pl -Aurora Dr -Auseon Ave -Austin St -Autumn Oak Dr -Avalon Ave -Avenue 130th -Avenue 134th -Avenue 140th -Avenue A -Avenue A -Avenue D -Avenue F -Avenue L -Avoca Ave -Ayala Ave -Azalea Ct -Azevedo Ave -Aztec Ct -B St -B St -B St -B St -B St -B St -B St -B St -Bach Ct -Bahama Ave -Bahama Com -Baine Ave -Bairo Ct -Baker St -Balboa Dr -Balboa Way -Baldwin Pl -Ballantyne Dr -Ballantyne Dr -Ballena Blvd -Ballentine Dr -Balmoral Dr -Balmoral Dr -Balmoral St -Banbury St -Bancroft Ave -Bancroft Ave -Bancroft Ave -Bancroft Ave -Bancroft Ave -Bancroft Ave -Bancroft Ave -Bancroft Ave -Bancroft Ave -Bancroft Ave -Bancroft Ct -Bancroft Way -Bancroft Way -Bancroft Way -Bandon Dr -Banyan Tree Road -Barbers Point Road -Barcelona Ave -Barcelona St -Barcelona Way -Bardolph Cir -Barlow Dr -Barlow Dr -Bart Ramp -Bart Access Road -Bartlett Lane -Bartlett St -Barton Dr -Bates Dr -Baumberg Ave -Bautista St -Bay St -Bay St -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Area Rapid Transit -Bay Forest Dr -Bay Walk Road -Bayfield Pl -Baylor St -Bayview Ave -Bayview Dr -Beachwood Way -Beacon St -Beard Road -Beard Road -Beaumont Ave -Becket Dr -Bedelio Ter -Bedford St -Bedford Way -Beecham Ct -Beechmont Lane -Begier Ave -Begonia Dr -Begonia St -Begonia St -Bel Aire St -Bell St -Belleview Dr -Bellevue Ave -Bellflower Dr -Bellhaven Ave -Belmont Ave -Belvedere Ave -Belvedere Ave -Benecia Ave -Benedict Dr -Benner Ct -Bennington Lane -Benson Road -Benton St -Berkeley Way -Berlin Way -Bernal Ave -Bernal Ave -Bernhardt Dr -Bernhardt St -Berwind Ave -Besco Dr -Bess Ave -Best Ave -Betlen Dr -Betlen Dr -Bettencourt St -Beverly Ave -Beverly Ave -Beverly St -Bianca Way -Bianca Way -Biddle Ave -Bidwell Dr -Bidwell Dr -Biehs Ct -Big Burn Road -Binnacle Hill -Birch St -Birch St -Birch St -Birch St -Birch Creek Dr -Birdsall Ave -Birdsall Ave -Birkdale Dr -Birkdale Way -Biscayne Ave -Bishop Ave -Bitterroot Ave -Black Ave -Black Ave -Black Ave -Blackbird Way -Blackstone Way -Blackstone Way -Blacow Road -Blacow Road -Blacow Road -Blair Ave -Blair Ave -Blaisdell Way -Blake St -Blake St -Blanchard St -Blanchard St -Blanding Ave -Blewett St -Bloomington Way -Blossom Ct -Blossom Ct -Blossom Way -Blue Coral -Bluebell Dr -Bluefield Lane -Blythe St -Boar Cir -Bobwhite Ter -Bockman Road -Bodie Ter -Boeing St -Bolero Ave -Bonar St -Bond St -Bond St -Bonde Way -Bonita Ave -Bonita Ave -Bonner Ave -Bonnie St -Booker Way -Boone Dr -Boone Dr -Bordeaux St -Boston Ave -Boulevard Way -Bourbon Dr -Bowditch St -Bowie Common -Boxwood Way -Bradrick Dr -Bradshire Road -Bramble Ct -Brann St -Brayton Ct -Breakwater Ave -Brentford St -Breton Dr -Brian St -Briar Cliff Road -Briarwood Dr -Brickell Way -Bridge Ct -Bridgepointe Dr -Bridgeview Dr -Bridgewood Ter -Brier St -Brighton Ave -Brighton Dr -Brighton Dr -Briscoe Ter -Bristol Blvd -Bristolwood Road -Broadmoor Blvd -Broadmoor Blvd -Broadmoor St -Broadmoor St -Broadmoor St -Broadmore Ave -Broadway -Broadway -Broadway -Broadway -Broadway -Broadway -Broadway -Broadway -Broadway -Broadway -Broadway -Broadway -Broadway -Broadway Ter -Brookdale Ave -Brookdale Ave -Brookdale Ave -Brookdale Blvd -Brookdale Blvd -Brooklyn Ave -Brooklyn Ave -Brooklyn Ave -Brookside Ct -Browning Ct -Browning St -Bruce Ct -Bruce Dr -Brunetti Lane -Bruns Road -Brush St -Brush St -Brush Ramp St -Bryant St -Bryce Canyon Ct -Buchanan St -Buckeye Pl -Buckingham Blvd -Buckingham Way -Buckingham Way -Buckner Ter -Bucks Lake St -Buckskin Road -Budwing Ter -Buena Ave -Buena Ave -Buena Vista Ave -Buena Vista Ave -Buena Vista Ave -Buena Vista Ave -Buena Vista Ave -Buena Vista Ave -Buena Vista Way -Bullard Dr -Bullard St -Burdeck Dr -Burdette St -Burdette St -Burdick St -Burk St -Burkhart Ave -Burlington St -Burnett St -Burnham Way -Burnside Ct -Busby Ave -Butte Ct -Butterfield Dr -C St -C St -C St -C St -C St -C St -Cabello St -Cabernet Ct -Cabot Blvd -Cabot Ct -Cabral Dr -Cabral Dr -Cabrillo Dr -Cabrillo Dr -Cabrillo Dr -Cadiz Dr -Calaroga Ave -Calaroga Ave -Calaroga Ave -Calaroga Ave -Calaveras Ave -Calaveras Ave -Calaveras Road -Calaveras Road -Calaveras Creek -Calaveras Creek -Calaveras Creek -Calcott Ct -Caldecott Lane -Calhoun St -Calhoun St -Caliban Dr -Caliente Dr -California St -California St -California St -California St -California St -California St -California Aqueduct -California Aqueduct -Call Ave -Calle Alegre -Calle Altamira -Calle de la Mesa -Calle de Monte -Calle Morelia -Calmar Ave -Camanoe Lane -Cambio Ct -Cambridge Ave -Cambridge Way -Camden St -Camden St -Camden St -Camelford Pl -Camelia Dr -Camelia St -Camero Pl -Camero Way -Cameron Ave -Cameron Ave -Camino del Valle -Camino Santa Barbara -Camino Segura -Campbell St -Campbell St -Campus Dr -Campus Dr -Campus Dr -Canary Ct -Canfield Dr -Canon Ave -Canterbury Lane -Canterbury St -Canyon Heights Dr -Canyon Heights Dr -Canyon Heights Dr -Cape Cod Dr -Capella Lane -Capitan Dr -Capricorn Ave -Capulet Cir -Cardinal Dr -Caribbean Com -Carleton St -Carlos Bee Blvd -Carlston Ave -Carmel Ave -Carmel Dr -Carmel Way -Carmel Way -Carmen St -Carnation Way -Carol Ave -Carol Ave -Carol Ave -Caroline St -Carolyn St -Carpentier St -Carriage Circle Com -Carrol Road -Carson St -Carver Lane -Cascade Road -Cascade St -Cascade St -Cassiopia St -Castilian Road -Castille Lane -Castillejo Road -Castle Park Way -Castlewood Dr -Castro St -Castro St -Castro St -Castro St -Castro St -Castro St -Castro Valley Blvd -Castro Valley Blvd -Castro Valley Blvd -Castro Valley Blvd -Castro Valley Blvd -Catalina Ave -Catalina Dr -Catalina Dr -Catalpa Way -Cato Ct -Catron Dr -Cavalier Lane -Cavendish Dr -Cavour St -Cayuga Pl -Cayuga Way -Cedar Blvd -Cedar Blvd -Cedar Dr -Cedar Lane -Cedar St -Cedar St -Cedar St -Cedar St -Cedar St -Cedar St -Cedar St -Cedar St -Cedar St -Cedarwood Lane -Celia St -Celia St -Center St -Center St -Center St -Center St -Central Ave -Central Ave -Central Ave -Central Ave -Central Ave -Central Ave -Central Ave -Central Ave -Central Ave -Central Ave -Central Blvd -Central Blvd -Cerrito St -Cerro Vista Pl -Chabolyn Ter -Chabot Ct -Chabot Canal -Chabot Canal -Chabot Canal -Chabot Crest -Chambers Dr -Chambers Lane -Champagne Pl -Champion St -Champion St -Chance St -Chandler Road -Channel St -Channing Way -Channing Way -Channing Way -Channing Way -Channing Way -Channing Way -Channing Way -Chapel Ct -Chapman Dr -Chardonnay Dr -Charles St -Charlotte Way -Charlotte Way -Charlotte Way -Charter Oaks Dr -Chateau Way -Chateau Park Ct -Chatsworth St -Chaucer Dr -Chaucer Dr -Chelsea Dr -Chelsea Way -Chelton Dr -Chemult Com -Cherry Lane -Cherry St -Cherry St -Cherry St -Cherry St -Cherry St -Cherry St -Cherry St -Cherrywood Dr -Cheryl Cir -Cheryl Ann Cir -Chester St -Chester St -Chestnut St -Chestnut St -Chestnut St -Chetwood Ave -Chetwood St -Cheyenne River Com -Chiltern Dr -Chiltern Dr -Chimney Rock -Chippendale Dr -Chisholm Ct -Choctaw Dr -Chris Commons -Chrisholm Pl -Christensen Ct -Christensen Lane -Christensen Road -Christina Ct -Christine Dr -Christine St -Christy St -Church St -Cindy Lane -Circle Way -Citron Way -Civic Terrace Ave -Clara St -Clara St -Claremont Ave -Claremont Ave -Claremont Ave -Claremont Ave -Claremont Ave -Claremont Ave -Claremont Pl -Clarendon Cres -Claret Road -Clarewood Lane -Clarke Lane -Clarke St -Clausen Ct -Clawiter Road -Clawiter Road -Clay St -Clay St -Clement Ave -Cleveland Ave -Cleveland St -Clifton St -Clipper Dr -Clover St -Clubhouse Dr -Clubhouse Dr -Clubhouse Dr -Cluny Pl -Coach Dr -Cobblestone Dr -Coco Palm Dr -Codornices Creek -Codornices Creek -Cody Ct -Coit Ave -Coit Ave -Colby St -Cold Water Dr -Cole Pl -Cole St -Cole St -Coleen St -Coleport Landing -Coleport Landing -Colette St -Colette St -Colgate Dr -Colgate St -Colima Ct -Coliseum Way -Coliseum Way -Coliseum Way -College Ave -College Ave -College Ave -College Ave -College Ave -Collier Dr -Colonial Loma Verde Dr -Colony Ct -Colorados Dr -Columbia Dr -Columbia Dr -Columbian Dr -Columbine Pl -Columbus Ave -Columbus Ave -Colusa Ave -Colusa Ave -Colusa Ave -Colusa Ave -Colville Pl -Concannon Blvd -Concord St -Constitution Dr -Contra Costa Ave -Contra Costa Ave -Contreras Pl -Conway Ter -Coolidge Ave -Coolidge Ave -Coolidge Ave -Coral Road -Core Ter -Corey Way -Cormorant Ter -Cornell Ave -Corning Ct -Cornish Dr -Coronado Lane -Corral Hollow Creek -Corriea Way -Corte de Flores -Corte Eulalia -Corte Munras -Corte Vera Cruz -Corte Yolanda -Cortland Way -Corvair St -Corvallis St -Cosgrave Ave -Cosmic Way -Cottage St -Cotter Way -Cotton Ct -Cottonwood St -Cottonwood St -Country Dr -Court St -Courtland Ave -Courtland Ave -Cove Road -Covington Way -Cowing Road -Cowper St -Coyote Hills Slough -Coyote Hills Slough -Coyote River -Coyote River -Coyote River -Cragmont Ave -Cragmont Ave -Craig St -Crane Ave -Creed Road -Creekside Dr -Creekside Dr -Creekside Ter -Creekwood Dr -Crellin Road -Crest Ave -Crest Ave -Crest Ct -Crest Lane -Crest Road -Crestline Road -Crestmont Dr -Creston Road -Crestwood St -Crisfield Lane -Crocker Ave -Crockwood Ter -Cromwell Way -Crosby St -Cross Road -Crow Ct -Crow Canyon Road -Crow Canyon Road -Crow Canyon Road -Crow Canyon Creek -Crow Canyon Creek -Crow Canyon Creek -Croxton Ave -Cryer St -Crystal Lane -Crystaline Dr -Cull Canyon Road -Cull Canyon Reservoir -Cull Creek -Culver St -Cumberland Ave -Curran Way -Curtis St -Curtis St -Curtis St -Curtis St -Curtner Road -Curtner Road -Cutler Ave -Cypress St -Cypress St -Cypress St -Cypress St -Cypress St -Cypress Point Dr -D St -D St -D St -D St -D St -D St -D St -Dagnino Road -Daisy St -Daisy St -Dalgo Road -Dalton Way -Dalton Com -Damon Slough -Dana St -Dana St -Daniels Dr -Darius Way -Darwin Dr -Darwin Dr -Darwin St -Daryl Ave -Dashwood Ave -Davenport Ave -David St -Davis St -Davis St -Davis St -Davis St -Davis St -Davis St -Davona Dr -Davy Ct -Dawe Ave -Dawes St -Dawn View Ct -Dayle Ct -De Brum Commons -De la Cruz Road -Dearborn St -Decatur Way -Decoto Road -Decoto Road -Decoto Road -Decoto Road -Decoto Road -Deep Creek Road -Deep Creek Road -Deep Creek Road -Deer Oaks Dr -Deer Park Way -Deer Trail Pl -Deering St -Deervale Road -Deerwood St -Del Valle Pkwy -Del Valle Road -Delaware Dr -Delaware St -Delaware Way -Delmar Ave -Delmar Ave -Delores Dr -Delta Ter -Delta Mendota Canal -Delta Mendota Canal -Delta Mendota Canal -Denise Ct -Denise St -Denker Dr -Dennison St -Dennison St -Denslowe St -Denton Ave -Denton Ave -Depot Road -Depot Road -Derby St -Derby St -Derby St -Dering Pl -Devonshire Ave -Devonshire Ave -Dewey St -Diablo Ave -Diablo Pl -Diamond Dr -Diana Common -Dichondra Pl -Dillo St -Dimond Ave -Dixon St -Doane St -Doane St -Dobbel Ave -Dobbel Ave -Dohr St -Dolores Ave -Dolores Dr -Dolores Dr -Dolores St -Dominici Dr -Donalban Cir -Donegal Ct -Donlan Canyon Creek -Donna Way -Donner Way -Donohue Dr -Doolittle Dr -Doolittle Dr -Doolittle Dr -Doolittle Dr -Dorisa Ave -Dorman Road -Dorne Pl -Dorothy Pl -Dorsey Ave -Dorthea Ct -Dougherty Road -Dougherty Road -Dougherty Road -Douglas Dr -Dover Way -Dowe Ave -Dowling Blvd -Dowling Blvd -Downing Pl -Doyle St -Drake Dr -Drew St -Drew Ter -Driftwood Dr -Driftwood Way -Driftwood Way -Driscoll Road -Dry Creek -Dry Creek -Dublin Blvd -Dublin Blvd -Dublin Road -Dublin Way -Dublin Canyon Road -Dublin Creek -Dublin Green Dr -Dudley Ave -Duffel Pl -Dunbar Pl -Dundee Ct -Dunkirk Ave -Dunn Road -Durant Ave -Durant Ave -Durham Road -Durham Road -Durham Road -Durham Road -Durham Way -Durillo Dr -Durk Way -Dusterberry Way -Dutton Ave -Dutton Ave -Dwight Way -Dwight Way -Dwight Way -Dwight Way -Dwight Way -Dyer St -Dyer St -E St -E St -Eagle Ave -Eagle Ave -Earhart Road -Earhart Road -Earhart Road -Earl St -East Ave -East Ave -East Ave -East Ave -East Ave -East Ave -Easterday Way -Eastlawn St -Eastlawn St -Eastman Ave -Eastman Ave -Eastman Ct -Eastpark Ter -Eastshore Hwy -Ebbetts St -Eden Ave -Eden Creek -Eden Creek -Eden Landing Road -Eden Landing Road -Edenberry St -Edes Ave -Edes Ave -Edgebrook Dr -Edgehill Ct -Edgemoor St -Edgewater Dr -Edgewater Dr -Edgewater Dr -Edgewater Dr -Edgewater Dr -Edgewater Dr -Edison Way -Edith St -Edith St -Edith St -Edith Way -Edwards Ave -Edwards Lane -Eggers Ct -Eggers Dr -Ehle St -Eilene Dr -Eilene Dr -El Caminito -El Caminito -El Camino Real -El Centro Ave -El Dorado Dr -El Monte Ave -El Paseo -El Portal -El Portal Ave -El Portal Ct -El Rey Ave -Elba Way -Elbert St -Elder Way -Eldridge Ave -Eldridge Ave -Elgin St -Elgin St -Elgin St -Elk Ct -Elko Ct -Ellen Way -Ellen Way -Ellis St -Ellsworth St -Elm St -Elm St -Elmhurst St -Elmridge Ct -Elsie Ave -Elverton Dr -Elvessa St -Elysian Fields Dr -Elysian Fields Dr -Elysian Fields Dr -Embarcadero -Embarcadero -Embarcadero -Emerald Ave -Emerald St -Emerson St -Emerson St -Emily Ct -Empire Road -Encinitas Way -Encino Dr -Endeavour Way -Endicott St -Enfield Dr -Enos Way -Ensenada Ave -Enterprise Pl -Erica Pl -Erie St -Escher Dr -Essex St -Essex Way -Estabrook St -Estabrook St -Estates Dr -Estates Dr -Estates Dr -Estates Dr -Estudillo Ave -Estudillo Ave -Estudillo Ave -Estudillo Ave -Estudillo Ave -Estudillo Canal -Estudillo Canal -Estudillo Canal -Estudillo Canal -Eucalyptus Ct -Euclid Ave -Euclid Ave -Euclid Ave -Euclid Ave -Eugene St -Eugene St -Evans St -Evelyn Ave -Evelyn Ave -Everett Ave -Everett Ave -Everett St -Everett St -Everglade St -Everglades Lane -Everglades Park Dr -Evergreen Ave -Evergreen St -Excelsior Ave -Excelsior Ave -F St -F St -F St -F Bay -F Bay -F Bay -Faber St -Fabian Way -Fabian Com -Fair Ave -Fairbrook Ct -Fairfax Ave -Fairfax Ave -Fairlands Dr -Fairlands Dr -Fairlands Road -Fairmont Dr -Fairmount Ave -Fairmount Ave -Fairview Ave -Fairview Ave -Fairview Ave -Fairview Ave -Fairview Ave -Fairview Ave -Fairview Ave -Fairview Ave -Fairview St -Fairway Ct -Fairway Dr -Fairway St -Fairway St -Fairwood St -Fall Creek Road -Fallbrook Way -Fallon St -Fallon St -Falls Ter -Falmouth Pl -Farallon Dr -Fargo Ave -Farm Hill Dr -Farnsworth St -Farwell Dr -Farwell Dr -Farwell Dr -Farwell Dr -Faulkner Dr -Feldspar Ct -Fellows St -Fellows St -Fenico Ter -Fenwick Way -Fenwick Way -Fernside Ave -Fernside Blvd -Fernside Blvd -Ferro St -Ferry St -Ferry St -Field St -Fielding Ct -Fiji Way -Filbert St -Filbert St -Filbert St -Finback Way -Findlay Way -Fir Ave -Firestone Ct -First St -First St -Firth Ct -Fisk Ct -Fitzerald St -Flagg St -Fleet Road -Fleming Ave -Fletcher Lane -Flint Ct -Flint River Ter -Flora St -Florence Ave -Florence Road -Floresta Blvd -Florio St -Flynn Road -Folsom Ave -Folsom Ave -Fontaine Ct -Fontana Dr -Fontes Dr -Fontonett Ave -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Blvd -Foothill Lane -Foothill Road -Foothill Road -Foothill Road -Foothill Road -Foothill Knolls Dr -Fordham Way -Forest Pl -Forest St -Forest Glen Pl -Forest Hill Ave -Forestland Way -Fortune Way -Foster Ct -Foster St -Fountain St -Foxfire Pl -Foxswallow Road -Fraga Road -France Road -Francisco St -Francisco St -Franklin Ave -Franklin Dr -Franklin St -Franklin St -Franklin St -Franklin St -Frederick Road -Frederiksen Lane -Fredi St -Freedom Ave -Freeman Pl -Fremont Ave -Fremont Blvd -Fremont Blvd -Fremont Blvd -Fremont Blvd -Fremont Blvd -Fremont Blvd -Fremont Blvd -Fremont Blvd -Fremont Blvd -Fremont Blvd -Fremont St -Frontage Road -Frontage Road -Fruitvale Ave -Fruitvale Ave -Fruitvale Ave -Fruitvale Ave -Fruitvale Ave -Fruitvale Ave -Fulmar Ter -Funston Gate Ct -Fuschia Ct -G St -Gable Dr -Gading Road -Gading Road -Gail Dr -Gainsborough Ct -Gainsborough Ter -Galaxy Dr -Galindo Dr -Galindo St -Gallegos Ave -Galleon Pl -Galloway St -Galloway Common -Galsworthy Ct -Galt St -Galway Bay -Gamay Dr -Ganet Ter -Ganton Ct -Garden Ave -Garfield Ave -Garfield Ave -Garin Ave -Garland Ct -Garrison Ave -Garrone Ave -Garwood Glenn Dr -Gateview Ave -Gatewood St -Gawain Ct -Geary Road -Geary Road -Geary Road -Gem Ave -Genoa St -Georgean St -Gertrude Dr -Gettysburg Ave -Giannini Ct -Gibbons Dr -Gibbons Dr -Gibraltar Dr -Gibraltar Dr -Gibraltar Dr -Gibraltar Dr -Gilbert Pl -Gilman St -Gilman St -Gilman St -Girvin Dr -Gisler Way -Glacier Dr -Glade St -Glen Ave -Glen Dr -Glen Alpine Road -Glen Ellen Dr -Glendale Dr -Glenmoor Dr -Glenora Way -Glenview Dr -Glenwood St -Gliddon St -Godwit Ct -Gold Creek -Goldcrest Cir -Golden Gate Way -Goldengate Ave -Golf Dr -Golf Links Road -Golf Links Road -Gomes Road -Gordon St -Gordon St -Gotubin Common -Grace Ave -Graffian St -Graham Ave -Graham Way -Granada Cir -Granada Cir -Granada Dr -Granada Dr -Grand Ave -Grand Ave -Grand Ave -Grand Ave -Grand Ave -Grand St -Grand Lake Dr -Grand Lake Dr -Grandbrook Park Ct -Grandview Dr -Grange Ter -Granger Ave -Grant Ave -Grant Ave -Grant Ave -Grant St -Grant St -Grant St -Grant Line Road -Granville Dr -Grass Valley Ct -Grass Valley Road -Gray Fox Cir -Grayson St -Grayson St -Greenhills -Greenly Dr -Greenly Dr -Greenridge Road -Greens Lane -Greentree Ct -Greenview Dr -Greenview Dr -Greenville Road -Greenville Road -Greenville Road -Greenwood Road -Greenwood Road -Greenwood Road -Greer Ave -Gresel St -Gresham Ct -Grimmer Blvd -Grimmer Blvd -Grimmer Blvd -Grimmer Blvd -Grimmer Blvd -Grizzly Peak Blvd -Grizzly Peak Blvd -Grizzly Peak Blvd -Grizzly Peak Blvd -Grizzly Peak Blvd -Grouse Way -Grove St -Grove Way -Grove Way -Grove Way -Grovenor Dr -Gulfstream St -Gull Ct -Gull Way -Gunn Dr -Guthrie St -H St -H St -Hacienda Ave -Hacienda Ave -Hacienda Ave -Hackamore Lane -Hackamore Lane -Hackamore Com -Haddon Pl -Hagemann Dr -Haight Ave -Haley St -Haley St -Halkin Lane -Halliday Ave -Hamilton Pl -Hamilton St -Hamlin St -Hampel St -Hampton Road -Hampton Road -Hampton Road -Hamrick Lane -Hancock Dr -Hanly Road -Hannah St -Hanover Ave -Hanover Ave -Hanover St -Hanover St -Hanover St -Hansen Ave -Hansen Dr -Hansen Road -Hansom Dr -Happy Valley Road -Happy Valley Road -Happyland Ave -Harbor Bay Pkwy -Harbor Light Road -Harbor View Ave -Harder Road -Harder Road -Harlan St -Harlon Ct -Harmon Ave -Harpers Ferry Ct -Harrington Ave -Harris Road -Harris Road -Harrisburg Ave -Harrison St -Harrison St -Harrison St -Harrison St -Harrison St -Harrison St Ramp -Hartford Dr -Hartley Gate Ct -Hartman Road -Harvard Way -Harvest Road -Harwood Ave -Harwood Ave -Haskell St -Hathaway Ave -Havasu St -Havenscourt Blvd -Haverhill Dr -Hawkins St -Hawley St -Hawthorne Ter -Hayfield Road -Hays St -Hayward Blvd -Hayward Blvd -Hayward Blvd -Hayward Blvd -Hayward Blvd -Hearst Ave -Hearst Ave -Hearst Ave -Hearst Ave -Hearst Ave -Hearst Ave -Hearst Ave -Heartwood Dr -Heathrow Ter -Hebrides Ct -Hegenberger Exwy -Hegenberger Exwy -Hegenberger Road -Hegenberger Road -Heidelberg Dr -Heidelberg Dr -Heinz Ave -Hellman St -Helsinki Way -Hemlock Ter -Henry St -Heritage Ter -Herman Ave -Hermes Ct -Hermitage Ave -Hermitage Ct -Hermitage Lane -Hermosa Ave -Herrier St -Herrin Way -Hesperian Blvd -Hesperian Blvd -Hesperian Blvd -Hesperian Blvd -Hesperian Blvd -Hesperian Blvd -Hesperian Blvd -Hesperian Blvd -Hesperian Blvd -Hesperian Blvd -Hesse Dr -Hetch Hetchy Aqueduct -Hetch Hetchy Aqueduct -Hetch Hetchy Aqueduct -Hetch Hetchy Aqueduct -Hetch Hetchy Aqueduct -Hetch Hetchy Aqueduct -Hetch Hetchy Aqueduct -Hetch Hetchy Aqueduct -Hetch Hetchy Aqueduct -Hetch Hetchy Aqueduct -Hetch Hetchy Aqueduct -Heyer Ave -Hibiscus Ave -Hickory Lane -Hickory St -Hidalgo Ct -Hidden Lane -Higgins Way -High St -High St -High St -High St -High St -High St -High St -High St -High St -Highland Ave -Hilgard Ave -Hilgard Ave -Hill Road -Hillcrest Ave -Hillcrest Ave -Hillcroft Cir -Hilldale Ave -Hillegass Ave -Hillegass Ave -Hillegass Ave -Hiller Dr -Hiller Dr -Hillgirt Cir -Hillside Ave -Hillside Ct -Hillside St -Hilltop Cres -Hillview Ct -Hillview Road -Hilsadne Ter -Hilton St -Hobart Ct -Hochler Dr -Hogan Pl -Holiday St -Holladay Ct -Holland Dr -Holland Dr -Holland St -Hollis St -Hollis St -Hollis St -Hollis St -Hollis St -Hollis St -Holly St -Holly St -Holly St -Hollyhock Dr -Holmes St -Holmes St -Holmes St -Holmes St -Holt St -Honeysuckle Road -Hooper St -Hoover Ave -Hop Ranch Road -Hopkins Ct -Hopkins St -Hopkins St -Hopyard Road -Hopyard Road -Horatio Way -Hospital Dr -Hotchkiss St -Howe Ct -Howe St -Hoyt St -Hubbard Ave -Huber Dr -Hudson Lane -Hugh Way -Hula Cir -Humboldt Ave -Hummingbird Road -Hummingbird Road -Hunter Ave -Huntington St -Huntwood Ave -Huntwood Ave -Huntwood Ave -Huntwood Ave -Hutton Ct -Hyde St -I St -I St -I- 205 -I- 205 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -Redwood Road -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 680 -I- 680 -I- 680 -Redwood Road -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -Idaho St -Iglesia Dr -Independence Ave -Independence Dr -Independence Road -Indian Road -Indian Way -Indian Creek -Indian Creek Road -Indian Creek Road -Indian Creek Road -Indian Joe Creek -Indian Rock Path -Industrial Blvd -Industrial Pkwy -Industrial Pkwy -Industrial St -Inglewood Dr -Inglewood Dr -Inglewood St -Inglewood Common -Innsbruck St -Inverness St -Inverness Way -Iroquois Ave -Irvington Ave -Isabel Ave -Isherwood Way -Island Dr -Island Dr -Island Dr -Island Pine Ct -Isle Royal St -Isola Ct -Ithaca St -Ivy Dr -J St -Jacaranda Ct -Jacaranda Dr -Jackson Ave -Jackson Ct -Jackson St -Jackson St -Jackson St -Jackson St -Jackson St -Jackson St -Jackson St -Jade Cir -Jamaica Way -James Ave -Jamestown Road -Jamison Way -Jaques Ct -Jaquiline St -Jarvis Ave -Jarvis Ave -Jason Way -Jayar Pl -Jayne Ave -Jaynes St -Jean Ct -Jean Dr -Jean Dr -Jean St -Jeffer St -Jefferson Ave -Jefferson St -Jensen Road -Jensen St -Jerome Ave -Jerome Ave -Jerrold Road -Jessica Cir -Jewell Ct -Joaquin Miller Road -Joaquin Miller Road -Joaquin Murieta Ave -John Dr -Johnson Dr -Johnson Industrial Dr -Jones St -Jones St -Joseph Dr -Joshua St -Jovan Ter -Joyce St -Juana Ave -Juana Ave -June Ct -June Ct -Juneau St -Juniper Ave -Juniper St -Juniper St -Junipero Com -Jupiter Ct -Kains Ave -Kains Ave -Kains Ave -Kaiser Dr -Kaiser Creek Road -Kamp Dr -Kansas Way -Kathy Way -Kato Road -Kay Ave -Kay Ave -Kay Ave -Kay Ct -Kearney Ave -Keeler Ave -Keeler Ave -Keith Ave -Keller Ave -Keller Ave -Kelly St -Kelly St -Kelso Road -Kenilworth Ave -Kenilworth Ave -Kenita Way -Kenmore Ave -Kenmore Ct -Kennedy Ave -Kennet St -Kent Ave -Kent Ave -Kentucky Ave -Kentwood Way -Kenwood Dr -Keoncrest Dr -Kerlin St -Kerwin Ave -Key Ct -Key Route Blvd -Keys Pl -Kildare Road -Kilkenny Pl -Kimberly Commons -King St -King St -King Way -Kings Ct -Kingsland Ave -Kingsley St -Kirkcaldy St -Kirkham St -Kit Lane -Kitty Hawk Road -Klamath St -Klamath St -Knapp St -Knight Dr -Knight St -Knoll Way -Knowland Ave -Kofman Ct -Koford Road -Kolln St -Koopmann Creek -Korbel St -Kottinger Dr -Kramer St -Kramer St -Krause St -L St -L St -La Cresta -La Cresta Ave -La Loma Ave -La Playa Dr -La Salle Ave -La Salle Ave -La Vereda Road -Ladera Ct -Lafayette Ave -Lafayette Ave -Lafayette Ave -Lafayette Ave -Lafayette St -Laguna Ave -Laguna Ave -Laguna Dr -Laiolo Road -Lake Blvd -Lake Blvd -Lake Chabot -Lake Chabot Road -Lake Chabot Road -Lake Chabot Road -Lake Mead Dr -Lake Ontario Dr -Lake Ontario Dr -Lake Pillsbury Dr -Lakecrest Ct -Lakehurst Cir -Lakeridge Ave -Lakeshore Ave -Lakeview Ave -Lakeview Blvd -Lakewood Ct -Lakewood Dr -Lakewood St -Lakewood Way -Lambaren Ave -Lambeth Road -Lanai Ct -Landing Road -Landon Ave -Langmuir Lane -Lansdown Ct -Larchmont Isle -Lark Way -Larkspur Dr -Larkspur St -Larmer Ct -Las Palmas Ave -Las Palmas Ct -Las Palmas Ct -Las Positas Blvd -Las Positas Blvd -Las Positas Blvd -Las Positas Blvd -Las Positas Blvd -Las Positas Road -Las Positas Road -Las Positas Road -Lassen Road -Latham Lane -Latham Walk -Lauderdale Ave -Laurel St -Laurette Pl -Lauriston Ct -Laverne Ave -Laverne Dr -Laverne Dr -Lawlor St -Lawrence Dr -Lawton Ave -Lee Ave -Lee Ave -Lee St -Leigh St -Leighton St -Leimert Blvd -Leland Way -Lemke Pl -Leon Ct -Leona St -Leonard Dr -Leonardo Way -Leroy Ave -Leslie St -Leslie St -Lessley Ave -Levine Ct -Lewelling Blvd -Lewelling Blvd -Lewelling Blvd -Lewis Ave -Liberty St -Liberty St -Libra Ct -Lilac Loop -Lilac St -Lillian Ave -Lillian St -Lilly St -Lincoln Ave -Lincoln Ave -Lincoln Ave -Lincoln Ave -Lincoln Ave -Lincoln Ave -Lincoln Ave -Lincoln Ave -Lincoln Ave -Lincoln Ave -Lincoln Way -Linda Way -Lindbergh Ave -Lindbergh Ave -Lindemann Road -Linden St -Linden St -Linden St -Linden St -Linden St -Linden St -Linden St -Linden St -Linmore Dr -Lisbon Ave -Little Foot Dr -Livermore Ave -Livermore Ave -Livermore Ave -Livermore Ave -Livermore Ave -Livermore Ave -Livermore Ave -Livermore Commons -Locksley Ave -Lockwood Ave -Lockwood St -Locust St -Locust St -Locust St -Locust St -Logan Ct -Logan Dr -Logan Dr -Loma Dr -Loma Vista Ave -Lomitas Ave -Lomitas Ave -Longridge Road -Longview Dr -Longview Dr -Longwood Ct -Lori Way -Loro Pl -Lorren Dr -Los Banos St -Los Banos St -Louise Lane -Lowell St -Lowell St -Lowry Road -Lucot St -Luna Ave -Lunar Way -Lurene Dr -Luzon Ct -Lyman Road -Lynde St -Lyndhurst St -Lyra St -M St -M St -Maar Ave -Mabel Ave -Mabel St -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mac Arthur Blvd -Mackenzie Pl -Maddux Dr -Maddux Dr -Madelaine Pl -Madera Ave -Madison Ave -Madison Ave -Madison St -Madison St -Magee Ave -Magnolia Cir -Magnolia Dr -Magnolia St -Magnolia St -Magnolia St -Magnolia St -Magnolia St -Main St -Main St -Main St -Main St -Main St -Main St -Main St -Mairmont Dr -Maitland Dr -Majestic Ave -Majestic Way -Malabar Ave -Malcolm Ave -Malcolm Ave -Mallard Ct -Malta Ct -Manchester Road -Manchester St -Mandalay Road -Manila Ave -Mann Ave -Manor Blvd -Manor Blvd -Manor Blvd -Manor Blvd -Manor Way -Manter Road -Mantilla Ave -Manzanita St -Maple Ave -Maple Ave -Maple Ave -Maple St -Maple St -Maple Leaf Dr -Marabu Way -Maraschino Ct -Margery Dr -Marianas -Marianas -Marigold Ct -Marigold Road -Marin Ave -Marin Ave -Marin Ave -Marin Ave -Marin Ave -Marin Ave -Marin Ave -Marin Way -Marina Blvd -Marina Blvd -Marineview Dr -Marineview Dr -Maritime St -Market Ave -Market St -Market St -Market St -Market St -Market St -Market St -Marlboro Way -Marlin Ct -Marlow Dr -Marne St -Mars Road -Marsala Ct -Marshall St -Marshall Ter -Martin Ave -Martin Luther King Jr Way -Martin Luther King Jr Way -Martin Luther King Jr Way -Martin Luther King Jr Way -Martin Luther King Jr Way -Martin Luther King Jr Way -Martin Luther King Jr Way -Martin Luther King Jr Way -Martin Luther King Jr Way -Martinez Dr -Martinez St -Maryland Ave -Marylin Ave -Masonic Ter -Massachusetts St -Mateo Ct -Matthew Ct -Mattos Dr -Mattos Dr -Mattos Dr -Mattox Road -Maubert Ave -Maud Ave -Mauna Loa Park Dr -Mavis Ct -Mavis Dr -Maxwelton Road -May Ct -May Road -Maya St -Maybelle Ave -Maybelle Way -Mayfair Park Ave -Mayhews Landing Road -Mayhews Landing Road -Mayhews Landing Road -Mayport Cir -Mayview Way -Mc Clary Ave -Mc Farlane Lane -Mc Gee Ave -Mc Gee Ave -Mc Gee Ave -Mc Millan St -McClure Ave -McGlinchey Dr -McKeown Ct -McKeown Ter -McSherry Way -Meadowbrook Ave -Meadowbrook Com -Meadowlark Dr -Mecartney Road -Mecartney Road -Medacino Ter -Medallion Dr -Medallion Dr -Medellion Dr -Medford Ave -Medlar Dr -Meek Ave -Meekland Ave -Meiggs St -Melbourne Ave -Melcher St -Mellow Way -Melrose Ave -Melrose Ave -Melrose Ave -Mendenhall Road -Mendenhall Road -Merced St -Mercury St -Merle Ct -Merle Ct -Merol Ave -Merriewood Dr -Merrill Ave -Merrimac River St -Merritt Ave -Merritt Ave -Merritt Channel -Mesa Ave -Meteor Dr -Miami Ave -Michael Ave -Michell Ct -Michelle St -Middlefield Ave -Midvale Ave -Midway Road -Milani Ave -Milburn Ter -Mildred Ct -Mildred Dr -Mildred Dr -Miles Ave -Miller Ave -Miller Ave -Miller Road -Miller St -Mills Ave -Milmar Blvd -Milvia St -Milvia St -Milvia St -Milvia St -Minerva St -Mines Road -Mines Road -Mines Road -Mines Road -Minivet Ct -Minturn Ct -Mira Vista Dr -Mirador Ct -Miramar Ave -Miramonte Ave -Miranda St -Miranda Way -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Blvd -Mission Ct -Mission Dr -Mission Creek -Mistflower Ave -Mitchell Ave -Mitchell St -Moccasin St -Mocine Ave -Mockingbird Lane -Mohr Ave -Mohr Ave -Mohr Dr -Molaka Cir -Monaco Ave -Monaco Ct -Monika Lane -Montcalm Ave -Monte Vista Dr -Montecito Ave -Montecito Cir -Montecito Cir -Montecito Dr -Montego Bay -Monterey Ave -Monterey Blvd -Monterey Blvd -Monterey Blvd -Monterey Blvd -Monterey Blvd -Monterey Dr -Montgomery Ave -Montgomery Ave -Montgomery St -Montgomery St -Montgomery St -Monticello Ave -Monticello St -Mooney Ave -Moonflower Way -Moore Dr -Moores Ave -Moores Ave -Moores Ave -Morada Ct -Moraga Ave -Moraga Ave -Moraga Ave -Moraga Dr -Morcom Pl -Moreland Dr -Morengo Way -Mound St -Mound St -Mount Hamilton Ct -Mountain Ave -Mountain Ave -Mountain Blvd -Mountain Blvd -Mountain Blvd -Mountain Blvd -Mountain Blvd -Mountain Blvd -Mountain Blvd -Mountain Blvd -Mountain Blvd -Mountain Blvd -Mountaingate Way -Mowry Ave -Mowry Ave -Mowry Ave -Mowry Ave -Mowry Ave -Mowry Ave -Mowry Ave -Mowry Slough -Msn Creek Dr -Mtn House Road -Mtn House Road -Mtn House Creek -Mtn House Creek -Mtn House Creek -Muir St -Muir St -Muirwood Dr -Mulberry Pl -Mulberry Pl -Mulberry St -Murcia St -Murdell Lane -Murdell Lane -Murdock Ct -Murray St -Murrieta Blvd -Murrieta Blvd -Murrieta Blvd -Murrieta Blvd -Murrieta Blvd -Myers St -Myra Ct -Myrtle St -Myrtle St -N St -Nandina Ct -Nansa Ct -Natalie Ave -National Ave -Navajo Ct -Navy Roadway -Neal St -Nelson Ct -Nelson Pl -Nelson St -Neptune Dr -Neptune Dr -Neptune Road -Nevada St -Nevada St -New England Village Dr -Newark Blvd -Newark Blvd -Newberry St -Newcastle Lane -Newport St -Nicol Ave -Nicolet Ave -Nicolet Ave -Nicolet Ave -Nicolet Ct -Nielsen Lane -Niles Blvd -Niles Canyon Road -Niles Canyon Road -Niles Canyon Road -Niles Canyon Road -Niles Canyon Road -Niles Canyon Road -Nobhill Ct -Norbridge Ave -Norene Way -Norfolk Road -Norfolk Road -Noria Ct -Norissa Cir -Normandie Ave -Normandy Ct -Normandy Dr -Norris Canyon Road -Norris Canyon Road -North Blvd -North Hill Ct -Northland Ter -Northrup St -Northvale Road -Northview Dr -Northway Road -Northwood Dr -Northwood Dr -Northwood Com -Norton Ave -Norwood Pl -Nottingham Ct -Nova Dr -Novara Road -Novato St -Nula Way -Nursery Ave -O Connell Lane -O Connell Lane -O Connell Lane -Oak St -Oak St -Oak St -Oak St -Oak St -Oak Creek Ct -Oak Hill Road -Oak Knoll Blvd -Oakbrook Ct -Oakdale St -Oakes Blvd -Oakes Dr -Oakland Ave -Oakland Ave -Oakland Ave -Oakland Ave -Oakland Ave -Oakland Inner Harbor -Oakmont Ave -Oakport St -Oakport St -Oakridge Road -Oakridge Road -Oakridge Road -Oakview Dr -Oakwood Dr -Ocaso Camino -Occidental Road -Ocie Way -Octavia St -Ogden Dr -Olazaba Ter -Old Bernal Ave -Old Canyon Road -Old Santa Rita Road -Old Tower Road -Old Warm Springs Blvd -Oleander Ave -Oleander Ave -Oleander St -Olive Ave -Olive Ave -Olive Ave -Oliver Way -Olivina Ave -Olympic Ct -Olympus Ave -Omak St -Omar St -Omar St -Omega Ave -Oneil Ave -Oneil Ave -Onondaga Dr -Onondaga Dr -Opal Way -Orange Ave -Orchard Ave -Orchard Lane -Orchid Dr -Oregon St -Oregon St -Orin Dr -Oriole Ave -Oriole Ave -Orleans Dr -Orleans Dr -Orloff Dr -Orloff Dr -Osgood Road -Osgood Road -Ostrander Road -Otis Dr -Otis Dr -Outlook Ave -Outlook Ave -Outlook Ave -Outlook Ave -Outrigger Dr -Overacker Ave -Owl Ct -Oxford Pl -Oxford St -Oxford St -Oyster Pond Road -Oyster Shoals -Pacific Ave -Pacific Ave -Pacific Ave -Pacific Ave -Pacific Ave -Pacific St -Pacific St -Packet Landing Road -Pagano Ct -Pala Ave -Palatka Lane -Palm Ave -Palm Dr -Palm Dr -Palmer Dr -Palmer Dr -Palmetto Dr -Palo Verde Road -Paloma Ave -Palomares Road -Palomares Road -Palomares Road -Palomares Road -Palomares Road -Palomino Dr -Pampas Ave -Panda Way -Panitz St -Panorama Trl -Panorama Trl -Panorama Trl -Panorama Trl -Panoramic Way -Papago St -Parada St -Pardee Ave -Pardee Dr -Parish Ct -Park Ave -Park Ave -Park Ave -Park Ave -Park Blvd -Park Blvd -Park Blvd -Park Blvd -Park Blvd -Park Lane -Park St -Park St -Park St -Park St -Park Way -Park Way -Park Way -Park Way -Park Blvd Way -Park Center Lane -Parker Ave -Parker Road -Parker St -Parkmeadow Dr -Parkmeadow Dr -Parkridge Dr -Parkside Dr -Parkside Dr -Parkside Dr -Parkside Dr -Parkside Dr -Parkside Dr -Parkview Road -Parnassus Road -Parsons Ct -Partridge Ave -Partridge Com -Paru St -Paru St -Pasatiempo St -Paseo del Cajon -Paseo del Rio -Paseo Grande -Paseo Grande -Paseo Largavista -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Padre Pkwy -Paseo Santa Cruz -Paseo Santa Cruz -Patterson Pass Road -Patterson Pass Road -Patterson Ranch Road -Paxton Ct -Payne Ct -Peach Ct -Peach St -Peach St -Peachtree Ave -Peachtree Dr -Pearl St -Pearl St -Pearl St -Pearl St -Peary Ct -Pecan Ct -Peladeau St -Pelican Ct -Penniman Ave -Pennsylvania Ave -Peony Ct -Pepperdine St -Peppertree Ct -Peppertree Road -Peralta Ave -Peralta Ave -Peralta Blvd -Peralta Blvd -Peralta Blvd -Peralta St -Peralta St -Peralta St -Peralta St -Peridot Dr -Periwinkle Road -Perkins St -Perkins St -Perlata Creek -Perlata Creek -Perlata Creek -Perlata Creek -Perlata Creek -Perry Road -Pershing Dr -Pershing Dr -Pershing Dr -Pershing Dr -Pestana Pl -Peterman Ave -Peters Ave -Peters St -Peterson St -Peterson Way -Petroleum St -Petronave Dr -Pickering Ave -Pickering Ave -Pico Road -Piedmont Ave -Piedmont Ave -Piedmont Cres -Pierce Ave -Pierce St -Pike Ct -Pimlico Dr -Pine St -Pine St -Pine St -Pine St -Pine St -Pine St -Pine Needle Dr -Pinewood Road -Pinto Ct -Piper St -Pippin St -Pizarro Dr -Placer Way -Plata Way -Pleasant Way -Pleasant Hill Road -Pleasant Valley Ct -Pleasanton Ave -Pleasanton Ave -Pleasanton Canal -Pleasanton Sunol Road -Pleasanton Sunol Road -Pleitner Ave -Plomosa Road -Plummer Creek -Plymouth Ave -Plymouth Dr -Plymouth St -Plymouth St -Plymouth St -Poda Ct -Poinciana Pl -Point Eden Way -Polaris Ave -Polk Way -Polvorosa Ct -Pomar Vista Ave -Pomona Way -Ponderosa Dr -Pontiac St -Pontiac St -Poplar Ave -Poplar Path -Port Sailwood Dr -Portage Road -Portal Ave -Portland Ave -Portland Ave -Portofino Cir -Portola Ave -Portola Ave -Portola Dr -Portola Dr -Portola Dr -Portsmouth Ave -Portsmouth Ave -Portwood Ave -Posen Ave -Posey Loop -Potawatami Dr -Powell St -Powell St -Prairie Dr -Prarie Dr -Preda St -Presley Way -Preston Ct -Preston Ct -Prestwick Ave -Prince Dr -Prince St -Prince St -Prince St -Princeton Ter -Princeton Way -Proctor Ave -Proctor Ave -Proctor Road -Proctor Road -Prospect St -Prosperity Way -Pueblo Dr -Pueblo Creek -Pueblo Serena -Pueblo Spring -Puerto Vallarta -Pulaski Dr -Pulsar Ave -Purcell Pl -Purdue St -Pyramid St -Quail Run Road -Quebec Ave -Quebec Common -Queen Anne Dr -Quercus Ct -Quigley Pl -Quinn Lane -Quintana Ct -Quintana Way -Rachelle St -Racine St -Racoon Hallow Ct -Radele Ct -Ragland St -Railroad Ave -Railroad Ave -Railroad Ave -Railroad Ave -Railroad Ave -Railroad Ave -Rainier Ave -Ralston Com -Ramona Ave -Ramona Ave -Rancho Arroyo Pkwy -Rancho Higuera Road -Randall Ct -Randicik Ct -Randy St -Ranker Pl -Ranspot Dr -Raymond Road -Reading Ave -Redbud Lane -Redding Pl -Redding St -Redding St -Redding St -Redwood Ct -Redwood Road -Redwood Road -Redwood Road -Redwood Road -Redwood Road -Redwood Road -Redwood Road -Redwood Creek -Reed Ave -Regailia Ave -Regal Ave -Regents Blvd -Regents Blvd -Regents Blvd -Regents Blvd -Regents Blvd -Regional St -Reinhardt Dr -Renwick St -Republic Ave -Requa Road -Revere Ave -Revere Ave -Reyes Dr -Reynolds Dr -Rhine Way -Rhododendron Dr -Ribera Ct -Ricardo Ave -Rich Ave -Richardson Way -Richmond Ave -Richmond Blvd -Richmond Blvd -Ridge Trl -Ridge Top Road -Ridgeview Ter -Ridgeway Ave -Ridgeway Ave -Ridgewood Dr -Ridley Dr -Riley Dr -Rincon Ave -Rispen Dr -Riverdale Ct -Riverside Ave -Riviera Dr -Riviera Dr -Roberts Ave -Robertson Ave -Robertson Ave -Robin St -Robinson Dr -Robledo Dr -Roca Dr -Rochelle Ave -Rockford Road -Rockingham Dr -Rocklin Dr -Rocklin Dr -Rockridge Blvd -Rockridge Blvd -Rockrose Dr -Rockwood Dr -Rodney Com -Rogers Ave -Rolling Hills Dr -Rolling Hills Dr -Rollinghills Cir -Romeo Pl -Romey Lane -Ronald Ct -Ronda St -Roosevelt Pl -Rosario Ct -Rose Ave -Rose Ave -Rose Ave -Rose Dr -Rose St -Rose St -Rose St -Rose St -Rose St -Rose St -Rosedale Ct -Rosegate Ter -Roselli Dr -Rosemary Ct -Rosewood Ct -Rosewood Common -Ross Cir -Ross Gate Way -Rothchild Ct -Roundhill Dr -Rousillon Ave -Roxanne St -Roxbury Ave -Roxbury Lane -Roxbury Lane -Royal Ann Dr -Royal Ann Dr -Royal Ann St -Royal Ann St -Royal Palm Dr -Ruby Road -Ruby St -Rudsdale St -Rugby Ave -Running Hills Ave -Ruschin Dr -Russell Ave -Russell St -Russell St -Russell Way -Russet St -Rutgers Way -Ruth Ct -Ruth Way -Ruth Glen -Ruus Road -Sabercat Road -Sabercat Road -Sable Pointe -Sable Pointe -Sacramento Ave -Sacramento St -Sacramento St -Sacramento St -Saddle Brook Dr -Saginaw Ct -Saguare Com -Sailway Dr -Salem St -Salem St -Salinas Pl -Salisbury St -Salton Sea Lane -San Andreas Dr -San Andreas Dr -San Andreas Dr -San Andreas Dr -San Andreas Dr -San Andreas Dr -San Antonio Ave -San Antonio St -San Antonio Way -San Antonio Creek -San Antonio Reservoir -San Bernardino Way -San Carlos Ave -San Carlos Ave -San Carlos Walk -San Clemente St -San Franciscan Dr -San Francisco Bay -San Francisco Bay -San Francisco Bay -San Jose Ave -San Jose Ave -San Jose Ave -San Jose Ct -San Juan St -San Leandro Blvd -San Leandro St -San Leandro St -San Leandro St -San Leandro St -San Leandro Bay -San Leandro Creek -San Leandro Creek -San Leandro Creek Canal -San Lorenzo Ave -San Lorenzo Creek -San Lorenzo Creek -San Lorenzo Creek -San Lorenzo Creek -San Lorenzo Creek -San Lorenzo Creek -San Luces Way -San Luis Ct -San Luis Ct -San Luis Road -San Marco Way -San Mateo Road -San Mateo Way -San Miguel Ave -San Miguel Ave -San Moreno Ct -San Pablo Ave -San Pablo Ave -San Pablo Ave -San Pablo Ave -San Pablo Ave -San Pablo Ave -San Pablo Ave -San Pablo Ave -San Rafael St -San Ramon Road -San Sabana Road -Sandalwood St -Sandburg Way -Sandelin Ave -Sandringham Road -Sandringham Road -Sandy Road -Sandy Hook Dr -Sanford St -Sangamore St -Santa Barbara Road -Santa Clara Ave -Santa Clara Ave -Santa Clara Ave -Santa Clara Ave -Santa Clara Ave -Santa Clara St -Santa Clara St -Santa Clara St -Santa Clara St -Santa Clara Way -Santa Fe Ave -Santa Maria Ave -Santa Maria Dr -Santa Paula -Santa Ray Ave -Santa Rita Road -Santa Rita Road -Santa Rita St -Santa Rita St -Santa Rosa St -Santa Rosa St -Santa Teresa -Santa Teresa Com -Santee Road -Santiago Road -Santo Ct -Saratoga St -Sarazen Ave -Saroni Dr -Saturn Dr -Sausal Creek -Sausal Creek -Sausal Creek -Sausal Creek -Sausal Creek -Sausal Creek -Sausal Creek -Scarborough Dr -Scarborough Dr -Scenic Ave -Scenic Ave -Scenic Ave -Scenic Ave -Scenic Ave -Scenicview Dr -School St -School St -School Way -Schooner Hill -Schuster Ave -Scott Pl -Scott Creek -Scott Creek Road -Scott Creek Road -Scott Creek Road -Sea Bridge Way -Sea View Pkwy -Sea View Pkwy -Sea View Pkwy -Sea View Pkwy -Seal Rock Ter -Seaver St -Seaview Ave -Seawall Dr -Segovia Pl -Selkirk St -Seminary Ave -Seminary Ave -Seneca St -Seneca Park Ave -Senior Ave -Sequoia Road -Sequoia Ter -Seven Hills Road -Severn Dr -Severn Pl -Sevilla Road -Seville Pl -Sextus Road -Seymour Pl -Shadow Ridge Dr -Shady Creek Road -Shafer Creek -Shafter Ave -Shafter Ave -Shafter Ave -Shamrock Pl -Shannon Ave -Shasta St -Shattuck Ave -Shattuck Ave -Shattuck Ave -Shattuck Ave -Shattuck Ave -Shattuck Ave -Shaw St -Sheffield Lane -Sheffield Road -Sheffield Road -Sheffield Road -Sheffield Road -Sheila St -Sheldon St -Shepherd Ave -Shepherd Canyon Road -Shepherd Canyon Road -Shepherd Canyon Road -Sheridan Road -Sheridan Road -Sherman St -Sherman St -Sherman St -Sherry Ct -Sherwood Lane -Shiela Way -Shinn St -Shirley Ave -Shoreline Dr -Shoreline Dr -Shoreline Dr -Shylock Dr -Sidney Ave -Sigourney Elysian Fields Dr -Sigourney Elysian Fields Dr -Silva Lane -Silvergate Dr -Simm Ct -Simmons St -Sims Dr -Simson St -Sinbad Creek -Sinbad Creek -Singing Hills Ave -Singleton Ave -Sioux Ct -Sioux Dr -Siward Dr -Siward Dr -Siward Dr -Siward Dr -Skylark Dr -Skylark Dr -Skyline Blvd -Skyline Blvd -Skyline Blvd -Skyline Blvd -Skyline Blvd -Skyline Blvd -Skyline Blvd -Skyline Blvd -Skyline Blvd -Skyline Dr -Skyview Dr -Skywest Dr -Sleepy Hollow Ave -Sleepy Hollow Ave -Sleepy Hollow Ave -Slender Ct -Smalley Ave -Smith St -Smith St -Snake Road -Snake Road -Sodaville Ct -Solano Ave -Solano Ave -Solano Ave -Solano Ave -Solano Way -Solano Way -Solomon Lane -Somerset Ave -Somerset Ave -Somerset Ave -Somerset Ave -Somerset Pl -Somerset Pl -Sonoma Ave -Sonoma Dr -Soquel St -Sora Com -Sorani Way -Soto Road -South Road -South Bay Aqueduct -South Dry Creek Branch -South Fork Trout Creek -South Front Road -South Front Road -South Front Road -Southampton Ave -Southern Pacific Railroad -Southern Pacific Railroad -Southern Pacific Railroad -Southern Pacific Railroad -Southlake Com -Southwick Ct -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Sp Railroad -Spady St -Sparrow Dr -Sparrow Road -Spence Ave -Spetti Dr -Spinnaker Way -Spoonbill Common -Spring St -Springbrook Lane -Springdale Ave -Springdale Ave -Springfield St -Springhouse Dr -Springlake Dr -Springtown Blvd -Springtown Blvd -Spruce St -Spruce St -Spruce St -Spruce St -Spruce St -Spruce St -St Anthony Dr -St Charles St -St Johns St -St Matthew Dr -St Michael Cir -Stacy St -Stadium Way -Stagecoach Road -Stalker Way -Stanford Ave -Stanford Ave -Stanford Way -Stanford Way -Stanley Ave -Stanley Ave -Stanley Blvd -Stanley Blvd -Stannage Ave -Stannage Ave -Stanton Ave -Stanton Ave -Stanton Ave -Stanton Hill Road -Stanwood Ave -Star View Ct -Starflower Way -Starling Dr -Starlite Way -Starr Ct -Starr Ct -Starr St -Starview Dr -Starward Dr -Starward Dr -State Hwy 123 -State Hwy 13 -State Hwy 13 -State Hwy 13 -State Hwy 13 -State Hwy 13 -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 17 -State Hwy 17 Ramp -State Hwy 17 Ramp -State Hwy 17 Ramp -State Hwy 17 Ramp -State Hwy 17 Ramp -State Hwy 238 -State Hwy 238 -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 24 -State Hwy 24 -State Hwy 24 -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 84 -State Hwy 84 -State Hwy 84 -State Hwy 84 -State Hwy 84 -State Hwy 84 -State Hwy 84 -State Hwy 84 Ramp -State Hwy 92 -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -Staten Ave -Stearns Ave -Steele St -Steinmetz Way -Stella St -Stenhammer Dr -Sterne Pl -Steuben Ct -Stevens St -Stevenson Blvd -Stevenson Blvd -Stewart Ave -Stoakes Ave -Stonedale Dr -Stonehenge Road -Stoneridge Dr -Stoneridge Dr -Stoneridge Mall Road -Stoneridge Mall Road -Stonewall Ave -Stony Brook -Storer Ave -Stow Ave -Strang Ave -Stratford Ave -Stratton Common -Stream -Stream -Strobridge Ave -Strong Way -Stuart St -Stuart St -Suddard Ct -Sueirro St -Suffolk Way -Sulphur Dr -Sulphur Creek -Sulphur Creek -Sumatra St -Summit Road -Summit Road -Sun Valley Dr -Sun Valley Dr -Sundale Dr -Sundale Dr -Sundale Dr -Sundale Dr -Sundance Dr -Sundberg Ave -Sunnybank Pl -Sunnydale Ct -Sunnyhills Road -Sunnymere Ave -Sunnymere Ave -Sunnymere Ave -Sunnyside Ave -Sunnyside St -Sunnyside St -Sunol Blvd -Sunol Road -Sunol Ridge Trl -Sunrise Dr -Sunset Ave -Sunset Blvd -Sunset Blvd -Sunset Blvd -Sunset Trl -Sunshine Pl -Sunstream Lane -Sunwood Dr -Superior Ave -Superior Dr -Surry Pl -Sussex Way -Suter St -Suter St -Sutter Dr -Sutter Dr -Sutter Gate Ave -Sutton Loop -Swan Dr -Sybil Ave -Sycamore Ave -Sycamore Ave -Sycamore St -Sycamore St -Sydney Ave -Sydney Cir -Sylvan Glen -Sylvaner Dr -Sylvaner Way -Sylvester Dr -Sylvia Cir -Tacchella Way -Tahiti Lane -Talbot Ave -Talbot Ave -Tallahassee St -Tamalpais Path -Tamalpais Road -Tamarack Dr -Tamarack Dr -Tamarack Dr -Tamarack Dr -Tamayo St -Tamayo St -Tampa Ave -Tanager Dr -Tanglewood Path -Tarraville Creek -Tarraville Creek -Tarraville Creek -Tarraville Creek -Tarraville Creek Road -Tarraville Creek Road -Tartarian St -Tassajara Road -Tassajara Creek -Tassajara Creek -Taurus Ave -Taylor Ave -Taylor Ave -Teakwood St -Technology Dr -Telegraph Ave -Telegraph Ave -Telegraph Ave -Telegraph Ave -Telegraph Ave -Telegraph Ave -Telegraph Ave -Telegraph Ave -Telegraph Ave -Telegraph Ave -Telegraph Ave -Telegraph Ave -Temescal Cir -Temescal Creek -Temescal Creek -Tennyson Road -Tennyson Road -Tennyson Road -Tennyson Road -Tennyson Road -Tennyson Road -Terrace St -Terrace Walk -Tesla Road -Tesla Road -Tesla Road -Tesla Road -Tesla Road -Tesla Road -Tevis St -Tevlin St -Texas St -Thackeray Ave -The Cir -The Cres -The Alameda -The Alameda -The Alameda -The Alameda -The South Crossways -The Uplands -Theresa Way -Theresa Way -Theta St -Theta St -Thomas Ave -Thornhill Dr -Thornhill Dr -Thornton Ave -Thornton Ave -Thornton Ave -Thornton Ave -Thornton Ave -Thornton Ave -Thornton Ave -Thornton St -Thornton St -Thousand Oaks Blvd -Thousand Oaks Blvd -Tidal Canal -Tidal Canal -Tidewater Ave -Tideway Dr -Tiffin Road -Tilgrim Way -Timber St -Timbercreek Ter -Timpanogas Cir -Tina Way -Tinder Ct -Tioga Ct -Tissiack Way -Toler Ave -Tonopah Ct -Topawa Dr -Toroges Creek -Toroges Creek -Torrano Ave -Tory Way -Totterdell St -Touriga Dr -Touriga Dr -Touriga Dr -Towers St -Toyon Pl -Tozier St -Trade Wind Lane -Trafalgar Ave -Treeview St -Treeview St -Tremont St -Trenery Dr -Trenton Dr -Trestle Glen Road -Trimingham Dr -Trojan Ave -Trojan Ave -Trojan Ave -Trombas Ave -Tropicana Way -Truman Pl -Tudor Road -Tulare Ave -Tule Lake Lane -Tulip Ave -Tumbleweed Ct -Tunnel Road -Tunnel Road -Tunnel Road -Tunnel Creek -Tupelo Ter -Tupelo Ter -Turban Ct -Turnstone Ct -Turquoise St -Twain Ave -Twin Peaks Ter -Tyee Ct -Tyler Lane -Tyler Pl -Tyler St -Tyrrell Ave -Tyrrell Ave -Ulmeca Pl -Underwood Ave -Underwood Ave -Union St -Union St -Union St -Union St -Union St -Union St -Union St -Union St -Union St -Union City Blvd -Union City Blvd -Union City Blvd -Union City Blvd -Union City Blvd -Union City Blvd -Union City Blvd -University Ave -University Dr -Upton Ave -Urban St -Usher St -Utah St -Vaca Dr -Val St -Valita Dr -Valle Vista Ave -Vallecitos Road -Vallecitos Road -Vallecitos Road -Vallecitos Road -Vallecitos Creek -Vallejo St -Vallejo St -Valley Ave -Valley Ave -Valley Ave -Valley Ave -Valley Dr -Valley Dr -Valley Dr -Valley St -Valley Brook Ct -Valley Trails Dr -Valley Trails Dr -Valley Trails Dr -Valley Trails Dr -Valpey Park Ave -Van Ave -Van Buren Ave -Van Mourik Ave -Vancouver Way -Vancouver Way -Vanda Way -Vanderbilt St -Vane Common -Vargas Road -Vasco Road -Vasco Road -Vasco Road -Vasco Road -Vasco Road -Vasco Road -Vasquez Ct -Vassar Ave -Vaughn Ave -Vaughn Ave -Vegas Ave -Ventura Ave -Vera Ave -Verdemar Dr -Vergil St -Vermont St -Vernetti Way -Vernon Ave -Vernon St -Verona Ave -Versailles Ave -Via Alamitos -Via Alamitos -Via Amigos -Via Annette -Via Arriba -Via Arroyo -Via Barrett -Via Bellita -Via Buena Vista -Via Carmen -Via Chiquita -Via Chiquita -Via Chiquita -Via Cordoba -Via de Los Cerros -Via de Los Milagros -Via del Prado -Via del Sol -Via Diego -Via el Cerrito -Via Enrico -Via Enrico -Via Escondido -Via Escondido -Via Esperanza -Via Frances -Via Granada -Via Harriet -Via Hermana -Via la Jolla -Via Lacqua -Via Lucas -Via Manzanas -Via Matero -Via Montalvo -Via Natal -Via Natal -Via Nueva -Via Paro -Via Peralta -Via Perdido -Via Pinale -Via Primero -Via Redondo -Via Rodriguez -Via Segundo -Via Tovita -Via Vega -Via Verde -Via Vista -Via Zapata -Vicente Pl -Vicente St -Victor Ave -Victor Ave -Victoria Ave -Victoria Lane -Victoria Bay -Victory Dr -View Dr -View Crest Ct -Village Dr -Village Pkwy -Villareal Dr -Villareal Dr -Villareal Dr -Vine St -Vine St -Vineyard Ave -Vineyard Ave -Vineyard Ave -Vineyard Road -Vineyard Road -Virginia St -Virginia St -Virginia St -Virgo Road -Vista Ct -Vista del Plaza Lane -Vistamont Ave -Vivian St -Vomac Road -Wadsworth Ct -Wagner St -Wagoner Dr -Walker Ave -Walker Pl -Wall St -Walnut Ave -Walnut Ave -Walnut Ave -Walnut St -Walnut St -Walnut St -Walnut St -Walnut St -Walnut St -Walnut St -Walnut St -Walnut St -Walpert St -Warbler Loop -Ward St -Ward Creek -Ward Creek -Ward Creek Branch -Warfield Ave -Warfield Ave -Warfield Ave -Warm Springs Blvd -Warm Springs Blvd -Warm Springs Blvd -Warm Springs Blvd -Warner Ave -Warner Ave -Warren Ave -Warren Ave -Warsaw Ave -Warwick Pl -Warwick Road -Warwick Road -Wasatch Dr -Washburn Dr -Washington Ave -Washington Ave -Washington Ave -Washington Ave -Washington Ave -Washington Ave -Washington Ave -Washington Blvd -Washington Blvd -Washington Blvd -Washington St -Washington St -Washington St -Washington St -Washington St -Washo Dr -Waterfall Isle -Waterford Pl -Watts St -Waverly Way -Webb Ave -Webster St -Webster St -Webster St -Webster St -Webster St -Webster St -Webster St -Webster St -Webster St -Webster St -Webster St -Webster St -Welch Creek -Welch Creek Road -Welch Creek Road -Welch Creek Road -Weld St -Welk Com -Wellington Pl -Wente St -Wentworth Ave -Wesley Ave -Wesley Ave -West St -West St -West St -West St -West Loop Road -Westbrook Pl -Westchester St -Western Ave -Western Blvd -Western Blvd -Western Pacific Railroad -Western Pacific Railroad -Western Pacific Railroad -Western Pacific Railroad -Western Pacific Railroad Spur -Westminster Dr -Westover Dr -Westview Pl -Westwood Ave -Westwood Pl -Whalebone Way -Whimbrel Road -Whimbrel Road -Whipple Road -Whipple Road -Whispering Pine Ct -Whitaker Ave -Whitecap Way -Whitlock Creek -Whitman St -Whitman St -Whitney Pl -Wicks Blvd -Wicks Blvd -Wilbeam Ave -Wilbur St -Wild Current Way -Wildcat Ct -Wildcat Canyon Road -Wildcat Canyon Road -Wildwood Ave -Wiley St -Willard Way -Williams St -Williams St -Williams St -Willimet Way -Willow Ave -Willow Ave -Willow St -Willow St -Willow St -Willow St -Willow St -Willow St -Willow St -Willow Walk -Willowood Dr -Wilson Ave -Wilson Cir -Winding Lane -Windmill Ct -Windmill Lane -Windsor Dr -Windsor Dr -Windsor Pl -Windsor Way -Wingate Way -Winslow Ter -Winsor Ave -Winthrope St -Winton Ave -Winton Ave -Wisconsin St -Wisconsin St -Wisconsin St -Wistaria Way -Wisteria Dr -Wisteria Dr -Wisteria Way -Wixon Dr -Wolcott Dr -Wood Dr -Wood St -Wood St -Wood St -Woodcrest Dr -Woodhaven Way -Woodhue Ter -Woodridge Dr -Woodroe Ave -Woodroe Ave -Woodruff Ave -Woolsey St -Wooster Ct -Worth St -Worth St -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wp Railroad -Wrenn St -Wyndham Pl -Xavier Way -Xavier Common -Yale Ave -Yale Way -Yampa Way -Yellowstone Park Dr -Yerba Buena Ave -Yerba Buena Pl -Yerba Buena St -Ygnacio Ave -Yolo Ave -York Dr -York Dr -Yorktown Road -Yosemite Pl -Yosemite Road -Yosemite Way -Zacate Ave -Zacate Ave -Zapata Ct -Zapotec Dr -Zephyr Ave -Zephyr Ave -Ziegler Ave -Zircon Ter -I- 205 -I- 205 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 580/I-680 Ramp -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 680 Ramp -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 80 Ramp -I- 880 -I- 880 Ramp -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 880 Ramp -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -I- 980 Ramp -State Hwy 123 -State Hwy 13 -State Hwy 13 -State Hwy 13 -State Hwy 13 -State Hwy 13 -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 13 Ramp -State Hwy 17 -State Hwy 17 Ramp -State Hwy 17 Ramp -State Hwy 17 Ramp -State Hwy 17 Ramp -State Hwy 17 Ramp -State Hwy 238 -State Hwy 238 -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 238 Ramp -State Hwy 24 -State Hwy 24 -State Hwy 24 -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 24 Ramp -State Hwy 84 -State Hwy 84 -State Hwy 84 -State Hwy 84 -State Hwy 84 -State Hwy 84 -State Hwy 84 -State Hwy 84 Ramp -State Hwy 92 -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -State Hwy 92 Ramp -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcdef -P0123456789abcde -P0123456789abcdefF -\. --- --- Data for Name: ramp; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.ramp (name, thepath) FROM stdin; -Bart Ramp [(-122.0495,37.208),(-122.0473,37.196)] -Brush Ramp St [(-122.2758,37.107),(-122.27511,37.11304),(-122.275,37.114)] -Harrison St Ramp [(-122.262,37.11),(-122.2613,37.114)] -I- 580 Ramp ((-121.74,37.036),(-121.7393,37.033),(-121.7384,37.032)) -I- 580 Ramp ((-121.7843,37.996),(-121.784294,37.99539),(-121.7842,37.985)) -I- 580 Ramp ((-121.818,37.011),(-121.8187,37.014)) -I- 580 Ramp ((-121.8185,37.008),(-121.8187,37.001)) -I- 580 Ramp ((-121.9025,37.018),(-121.9037,37.022),(-121.9059,37.029)) -I- 580 Ramp ((-121.9335,37.987),(-121.9331,37.979)) -I- 580 Ramp ((-122.0206,37.007),(-122.0203,37.015)) -I- 580 Ramp ((-122.1202,37.085),(-122.1203,37.083)) -I- 580 Ramp ((-122.1522,37.526),(-122.1514,37.524)) -I- 580 Ramp ((-122.2541,37.201),(-122.254,37.205)) -I- 580 Ramp ((-122.2646,37.241),(-122.2653,37.244),(-122.266,37.245)) -I- 580 Ramp ((-122.2654,37.242),(-122.266,37.245),(-122.2671,37.245)) -I- 580 Ramp ((-122.2786,37.288),(-122.2798,37.286),(-122.2804,37.285),(-122.2814,37.282),(-122.2818,37.28)) -I- 580 Ramp ((-122.2796,37.289),(-122.2818,37.283),(-122.2822,37.281)) -I- 580 Ramp [(-121.657688,37.20089),(-121.658176,37.20089),(-121.659977,37.19715),(-121.660232,37.1965),(-121.661524,37.18996),(-121.662081,37.18693)] -I- 580 Ramp [(-121.660816,37.18952),(-121.659428,37.19105),(-121.658115,37.19272),(-121.657078,37.19639),(-121.654926,37.20531)] -I- 580 Ramp [(-121.7218,37.088),(-121.722301,37.09522)] -I- 580 Ramp [(-121.7231,37.108),(-121.7211,37.102)] -I- 580 Ramp [(-121.7232,37.103),(-121.7222,37.103),(-121.721995,37.09859)] -I- 580 Ramp [(-121.7232,37.103),(-121.7234,37.092)] -I- 580 Ramp [(-121.7255,37.083),(-121.7232,37.114)] -I- 580 Ramp [(-121.727,37.074),(-121.7237,37.084),(-121.723311,37.0823),(-121.7221,37.077),(-121.7219,37.081),(-121.720744,37.09257),(-121.7194,37.106)] -I- 580 Ramp [(-121.739,37.02),(-121.738298,37.02506),(-121.737988,37.02686),(-121.7379,37.028)] -I- 580 Ramp [(-121.739,37.02),(-121.7402,37.015)] -I- 580 Ramp [(-121.74,37.034),(-121.7409,37.034),(-121.7401,37.029),(-121.7384,37.032),(-121.7358,37.034)] -I- 580 Ramp [(-121.7411,37.024),(-121.7401,37.018),(-121.7401,37.024)] -I- 580 Ramp [(-121.7438,37.024),(-121.742961,37.02896),(-121.7416,37.037),(-121.74,37.039)] -I- 580 Ramp [(-121.7743,37.006),(-121.7729,37.006),(-121.7705,37.013)] -I- 580 Ramp [(-121.7743,37.006),(-121.7729,37.013),(-121.7705,37.013)] -I- 580 Ramp [(-121.7865,37.995),(-121.7852,37.992),(-121.7842,37.985),(-121.7838,37.966),(-121.7834,37.957)] -I- 580 Ramp [(-121.7891,37.998),(-121.7854,37.999),(-121.78441,37.9963),(-121.7843,37.996)] -I- 580 Ramp [(-121.8195,37.007),(-121.8187,37.014),(-121.8179,37.015)] -I- 580 Ramp [(-121.8206,37.008),(-121.8187,37.001),(-121.8179,37.005)] -I- 580 Ramp [(-121.8454,37.01),(-121.8455,37.011)] -I- 580 Ramp [(-121.8463,37.011),(-121.8496,37.025)] -I- 580 Ramp [(-121.8521,37.011),(-121.8479,37.999),(-121.8476,37.999),(-121.8456,37.01),(-121.8455,37.011)] -I- 580 Ramp [(-121.8521,37.011),(-121.8496,37.025)] -I- 580 Ramp [(-121.866951,37.01385),(-121.871381,37.02608)] -I- 580 Ramp [(-121.8695,37.013),(-121.8712,37.011),(-121.8717,37.001),(-121.8714,37.001)] -I- 580 Ramp [(-121.8713,37.014),(-121.871352,37.02321)] -I- 580 Ramp [(-121.8743,37.014),(-121.8722,37.999),(-121.8714,37.999)] -I- 580 Ramp [(-121.9043,37.998),(-121.9036,37.013),(-121.902632,37.0174),(-121.9025,37.018)] -I- 580 Ramp [(-121.906,37.018),(-121.9056,37.011)] -I- 580 Ramp [(-121.906,37.018),(-121.905635,37.0239),(-121.9065,37.023)] -I- 580 Ramp [(-121.906,37.018),(-121.906044,37.02416),(-121.906177,37.02331),(-121.906315,37.02115)] -I- 580 Ramp [(-121.9068,37.027),(-121.9059,37.029),(-121.9078,37.04)] -I- 580 Ramp [(-121.9087,37.017),(-121.9056,37.003),(-121.905,37.004)] -I- 580 Ramp [(-121.9087,37.017),(-121.907194,37.02619),(-121.9071,37.029),(-121.9072,37.033)] -I- 580 Ramp [(-121.9335,37.987),(-121.9341,37.991),(-121.9345,37.985)] -I- 580 Ramp [(-121.9345,37.985),(-121.9341,37.978)] -I- 580 Ramp [(-121.9364,37.986),(-121.9338,37.971),(-121.9331,37.979),(-121.9322,37.989)] -I- 580 Ramp [(-121.9368,37.986),(-121.936483,37.98832),(-121.9353,37.997),(-121.93504,37.00035),(-121.9346,37.006),(-121.933764,37.00031),(-121.9333,37.997),(-121.9322,37.989)] -I- 580 Ramp [(-121.9562,37.984),(-121.9565,37.98)] -I- 580 Ramp [(-121.9571,37.986),(-121.9565,37.98)] -I- 580 Ramp [(-121.958,37.984),(-121.9565,37.98)] -I- 580 Ramp [(-122.0195,37.012),(-122.0184,37.009),(-122.018,37.019)] -I- 580 Ramp [(-122.0195,37.012),(-122.0203,37.015),(-122.0212,37.02)] -I- 580 Ramp [(-122.0531,37.932),(-122.0544,37.941)] -I- 580 Ramp [(-122.0649,37.914),(-122.0618,37.916),(-122.0604,37.92)] -I- 580 Ramp [(-122.0649,37.914),(-122.0639,37.92),(-122.063,37.923)] -I- 580 Ramp [(-122.0884,37.911),(-122.0856,37.909)] -I- 580 Ramp [(-122.093241,37.90351),(-122.09364,37.89634),(-122.093788,37.89212)] -I- 580 Ramp [(-122.0934,37.896),(-122.09257,37.89961),(-122.0911,37.906)] -I- 580 Ramp [(-122.0941,37.897),(-122.0943,37.902)] -I- 580 Ramp [(-122.0953,37.903),(-122.0971,37.911),(-122.0943,37.902)] -I- 580 Ramp [(-122.096,37.888),(-122.0962,37.891),(-122.0964,37.9)] -I- 580 Ramp [(-122.101,37.898),(-122.1005,37.902),(-122.0989,37.911)] -I- 580 Ramp [(-122.108,37.007),(-122.1093,37.02)] -I- 580 Ramp [(-122.1086,37.003),(-122.1068,37.993),(-122.1066,37.992),(-122.1053,37.982)] -I- 580 Ramp [(-122.1086,37.003),(-122.1103,37.018),(-122.1108,37.023),(-122.1093,37.02)] -I- 580 Ramp [(-122.1206,37.088),(-122.1203,37.083),(-122.1183,37.066)] -I- 580 Ramp [(-122.1215,37.075),(-122.1183,37.066)] -I- 580 Ramp [(-122.1226,37.099),(-122.1238,37.102),(-122.1254,37.105)] -I- 580 Ramp [(-122.1237,37.096),(-122.1234,37.09)] -I- 580 Ramp [(-122.1311,37.177),(-122.1306,37.157)] -I- 580 Ramp [(-122.1338,37.222),(-122.135,37.227)] -I- 580 Ramp [(-122.1362,37.248),(-122.1374,37.249)] -I- 580 Ramp [(-122.1371,37.279),(-122.1367,37.264)] -I- 580 Ramp [(-122.1371,37.279),(-122.1381,37.262)] -I- 580 Ramp [(-122.1378,37.316),(-122.1374,37.311),(-122.1373,37.307),(-122.1367,37.296)] -I- 580 Ramp [(-122.1379,37.282),(-122.1371,37.279)] -I- 580 Ramp [(-122.1391,37.367),(-122.1388,37.353)] -I- 580 Ramp [(-122.1414,37.383),(-122.1407,37.376),(-122.1403,37.372),(-122.139,37.356)] -I- 580 Ramp [(-122.1487,37.467),(-122.1476,37.454)] -I- 580 Ramp [(-122.1493,37.546),(-122.1508,37.535)] -I- 580 Ramp [(-122.1495,37.482),(-122.1489,37.452)] -I- 580 Ramp [(-122.1521,37.529),(-122.1514,37.524),(-122.1506,37.509)] -I- 580 Ramp [(-122.1521,37.682),(-122.151,37.659),(-122.1512,37.655)] -I- 580 Ramp [(-122.1539,37.707),(-122.1535,37.694)] -I- 580 Ramp [(-122.1553,37.706),(-122.1543,37.703)] -I- 580 Ramp [(-122.1567,37.727),(-122.156,37.71)] -I- 580 Ramp [(-122.1648,37.769),(-122.16472,37.7682),(-122.1638,37.759)] -I- 580 Ramp [(-122.1716,37.805),(-122.1725,37.816)] -I- 580 Ramp [(-122.1729,37.803),(-122.1716,37.801),(-122.1703,37.799)] -I- 580 Ramp [(-122.1742,37.817),(-122.1752,37.822),(-122.177,37.833)] -I- 580 Ramp [(-122.1764,37.839),(-122.1756,37.838),(-122.1743,37.833)] -I- 580 Ramp [(-122.1773,37.839),(-122.1764,37.839)] -I- 580 Ramp [(-122.1789,37.838),(-122.1773,37.839)] -I- 580 Ramp [(-122.1823,37.838),(-122.182011,37.83754),(-122.180678,37.83541),(-122.1798,37.834),(-122.1798,37.838)] -I- 580 Ramp [(-122.1873,37.838),(-122.1868,37.841),(-122.1866,37.844),(-122.1854,37.841),(-122.1847,37.84)] -I- 580 Ramp [(-122.1895,37.844),(-122.1886,37.845)] -I- 580 Ramp [(-122.1909,37.85),(-122.1892,37.848),(-122.1879,37.844)] -I- 580 Ramp [(-122.1917,37.853),(-122.1927,37.863)] -I- 580 Ramp [(-122.1924,37.854),(-122.189775,37.84425),(-122.1889,37.841)] -I- 580 Ramp [(-122.1975,37.878),(-122.196458,37.87516),(-122.1964,37.875),(-122.1951,37.871),(-122.1942,37.869)] -I- 580 Ramp [(-122.2017,37.923),(-122.2029,37.928)] -I- 580 Ramp [(-122.2027,37.918),(-122.2037,37.93),(-122.2043,37.938)] -I- 580 Ramp [(-122.2079,37.958),(-122.2099,37.962)] -I- 580 Ramp [(-122.2085,37.962),(-122.209,37.966)] -I- 580 Ramp [(-122.2158,37.985),(-122.2173,37.989),(-122.2178,37.991),(-122.218357,37.99071),(-122.219392,37.99016),(-122.2197,37.99)] -I- 580 Ramp [(-122.2161,37.976),(-122.218,37.982),(-122.218481,37.98426),(-122.2197,37.99)] -I- 580 Ramp [(-122.2271,37.001),(-122.2261,37.003)] -I- 580 Ramp [(-122.2278,37.013),(-122.2261,37.003)] -I- 580 Ramp [(-122.2365,37.07),(-122.2346,37.052),(-122.2338,37.044)] -I- 580 Ramp [(-122.2428,37.096),(-122.2414,37.091),(-122.241182,37.09018),(-122.2406,37.088)] -I- 580 Ramp [(-122.2453,37.095),(-122.2414,37.089)] -I- 580 Ramp [(-122.249,37.121),(-122.2476,37.12)] -I- 580 Ramp [(-122.2491,37.115),(-122.2489,37.113)] -I- 580 Ramp [(-122.2494,37.125),(-122.2489,37.113)] -I- 580 Ramp [(-122.2501,37.148),(-122.249485,37.14041),(-122.2484,37.127)] -I- 580 Ramp [(-122.2529,37.197),(-122.2525,37.192),(-122.2517,37.174)] -I- 580 Ramp [(-122.2535,37.192),(-122.253,37.182)] -I- 580 Ramp [(-122.2535,37.192),(-122.2539,37.2)] -I- 580 Ramp [(-122.2547,37.205),(-122.254,37.205),(-122.2538,37.202),(-122.2535,37.196)] -I- 580 Ramp [(-122.2564,37.213),(-122.2542,37.199),(-122.2538,37.19)] -I- 580 Ramp [(-122.2564,37.213),(-122.2544,37.197),(-122.2538,37.19)] -I- 580 Ramp [(-122.2604,37.222),(-122.2613,37.23)] -I- 580 Ramp [(-122.2639,37.238),(-122.2659,37.239),(-122.2664,37.238),(-122.2676,37.231),(-122.268,37.227)] -I- 580 Ramp [(-122.267,37.261),(-122.2671,37.263)] -I- 580 Ramp [(-122.2671,37.245),(-122.2673,37.248)] -I- 580 Ramp [(-122.2671,37.245),(-122.2675,37.243)] -I- 580 Ramp [(-122.2673,37.248),(-122.2676,37.25),(-122.2677,37.252)] -I- 580 Ramp [(-122.2676,37.273),(-122.267231,37.28349),(-122.266927,37.29214)] -I- 580 Ramp [(-122.2676,37.273),(-122.2679,37.264),(-122.2677,37.252)] -I- 580 Ramp [(-122.2677,37.242),(-122.2675,37.243)] -I- 580 Ramp [(-122.2677,37.242),(-122.2681,37.238),(-122.2678,37.233)] -I- 580 Ramp [(-122.2677,37.242),(-122.2681,37.244)] -I- 580 Ramp [(-122.2677,37.242),(-122.2683,37.243)] -I- 580 Ramp [(-122.2677,37.252),(-122.267508,37.25368),(-122.267,37.261)] -I- 580 Ramp [(-122.2683,37.243),(-122.2685,37.243)] -I- 580 Ramp [(-122.268532,37.2449),(-122.2685,37.243)] -I- 580 Ramp [(-122.2686,37.249),(-122.2682,37.245),(-122.2681,37.244)] -I- 580 Ramp [(-122.2686,37.249),(-122.268532,37.2449)] -I- 580 Ramp [(-122.2686,37.249),(-122.2701,37.255)] -I- 580 Ramp [(-122.2695,37.247),(-122.2686,37.249),(-122.2677,37.252)] -I- 580 Ramp [(-122.2695,37.247),(-122.2692,37.244),(-122.2684,37.234)] -I- 580 Ramp [(-122.2716,37.259),(-122.2734,37.259)] -I- 580 Ramp [(-122.2806,37.275),(-122.2818,37.28),(-122.2822,37.281),(-122.2837,37.276)] -I- 580 Ramp [(-122.2913,37.278),(-122.2917,37.282)] -I- 580 Ramp [(-122.2917,37.282),(-122.2921,37.286)] -I- 580/I-680 Ramp ((-121.9207,37.988),(-121.9192,37.016)) -I- 580/I-680 Ramp ((-121.9218,37.021),(-121.9237,37.017)) -I- 580/I-680 Ramp [(-121.9213,37.005),(-121.9203,37.013),(-121.9192,37.016),(-121.918,37.02)] -I- 580/I-680 Ramp [(-121.922017,37.02317),(-121.9212,37.021)] -I- 580/I-680 Ramp [(-121.9225,37.034),(-121.9218,37.031),(-121.9213,37.026),(-121.919443,37.02043),(-121.921326,37.01739)] -I- 580/I-680 Ramp [(-121.9243,37.006),(-121.9238,37.005),(-121.9225,37.008),(-121.92154,37.0104)] -I- 580/I-680 Ramp [(-121.9243,37.006),(-121.924389,37.00779),(-121.9237,37.017),(-121.9231,37.022),(-121.9227,37.029),(-121.9229,37.039)] -I- 680 Ramp ((-121.9007,37.565),(-121.9008,37.558)) -I- 680 Ramp ((-121.921,37.965),(-121.9198,37.96),(-121.9208,37.957),(-121.9199,37.951),(-121.9187,37.941)) -I- 680 Ramp ((-121.9247,37.932),(-121.9211,37.944),(-121.9201,37.944)) -I- 680 Ramp ((-121.9368,37.149),(-121.937,37.144)) -I- 680 Ramp ((-121.9372,37.335),(-121.938,37.32)) -I- 680 Ramp ((-121.9402,37.143),(-121.94,37.139)) -I- 680 Ramp ((-121.9418,37.314),(-121.9414,37.32)) -I- 680 Ramp ((-121.9422,37.314),(-121.9423,37.318)) -I- 680 Ramp [(-121.8698,37.01),(-121.8706,37.038)] -I- 680 Ramp [(-121.8701,37.878),(-121.8681,37.881)] -I- 680 Ramp [(-121.8703,37.891),(-121.8712,37.857),(-121.8678,37.875)] -I- 680 Ramp [(-121.8709,37.924),(-121.8686,37.925)] -I- 680 Ramp [(-121.8712,37.01),(-121.8709,37.047)] -I- 680 Ramp [(-121.8818,37.756),(-121.8842,37.741),(-121.8867,37.732)] -I- 680 Ramp [(-121.8833,37.376),(-121.8833,37.392),(-121.883,37.4),(-121.8835,37.402),(-121.8852,37.422)] -I- 680 Ramp [(-121.8839,37.397),(-121.8847,37.394),(-121.884,37.399)] -I- 680 Ramp [(-121.8985,37.545),(-121.9001,37.565),(-121.8999,37.571),(-121.9008,37.572),(-121.903,37.586)] -I- 680 Ramp [(-121.8994,37.553),(-121.9008,37.558),(-121.9014,37.565)] -I- 680 Ramp [(-121.9027,37.672),(-121.902847,37.6715),(-121.90161,37.64898)] -I- 680 Ramp [(-121.905,37.699),(-121.9004,37.677),(-121.90161,37.64898)] -I- 680 Ramp [(-121.9052,37.702),(-121.9047,37.667),(-121.903435,37.65882)] -I- 680 Ramp [(-121.9077,37.609),(-121.9036,37.614)] -I- 680 Ramp [(-121.9077,37.609),(-121.9053,37.625)] -I- 680 Ramp [(-121.9167,37.5),(-121.9174,37.504)] -I- 680 Ramp [(-121.92,37.438),(-121.9218,37.424),(-121.9238,37.408),(-121.9252,37.392)] -I- 680 Ramp [(-121.921,37.965),(-121.922,37.966),(-121.9214,37.961)] -I- 680 Ramp [(-121.9226,37.394),(-121.9232,37.392),(-121.9252,37.392)] -I- 680 Ramp [(-121.9238,37.402),(-121.9234,37.395),(-121.923,37.399)] -I- 680 Ramp [(-121.9265,37.998),(-121.9242,37.983),(-121.922383,37.9786),(-121.9198,37.975),(-121.9195,37.954),(-121.9187,37.941),(-121.9184,37.934)] -I- 680 Ramp [(-121.9265,37.998),(-121.9249,37.98),(-121.9227,37.963),(-121.9221,37.959),(-121.9214,37.954),(-121.9206,37.947),(-121.9201,37.944),(-121.9184,37.934)] -I- 680 Ramp [(-121.9373,37.148),(-121.937,37.144),(-121.9373,37.125)] -I- 680 Ramp [(-121.9387,37.145),(-121.9376,37.147)] -I- 680 Ramp [(-121.9394,37.144),(-121.9387,37.145)] -I- 680 Ramp [(-121.9401,37.233),(-121.9378,37.219),(-121.937899,37.22791),(-121.938,37.237)] -I- 680 Ramp [(-121.9406,37.142),(-121.94,37.139),(-121.9373,37.125)] -I- 680 Ramp [(-121.9426,37.315),(-121.9423,37.318),(-121.9414,37.32),(-121.9394,37.324),(-121.938,37.32),(-121.9368,37.313)] -I- 80 Ramp ((-122.2944,37.491),(-122.2956,37.484),(-122.2965,37.478)) -I- 80 Ramp ((-122.2983,37.501),(-122.2979,37.499)) -I- 80 Ramp ((-122.3017,37.67),(-122.3022,37.662)) -I- 80 Ramp [(-122.2871,37.266),(-122.2901,37.274)] -I- 80 Ramp [(-122.2883,37.247),(-122.2904,37.267),(-122.2909,37.273),(-122.2918,37.275),(-122.2937,37.277)] -I- 80 Ramp [(-122.2885,37.254),(-122.2883,37.247)] -I- 80 Ramp [(-122.2885,37.254),(-122.2893,37.266)] -I- 80 Ramp [(-122.2918,37.279),(-122.2926,37.281)] -I- 80 Ramp [(-122.2923,37.282),(-122.2926,37.283),(-122.2932,37.284)] -I- 80 Ramp [(-122.2934,37.28),(-122.2926,37.281)] -I- 80 Ramp [(-122.2934,37.28),(-122.2962,37.273)] -I- 80 Ramp [(-122.2957,37.396),(-122.2946,37.384),(-122.2948,37.367)] -I- 80 Ramp [(-122.2962,37.413),(-122.2959,37.382),(-122.2951,37.372)] -I- 80 Ramp [(-122.2984,37.506),(-122.2977,37.502),(-122.2979,37.499),(-122.2956,37.489),(-122.2962,37.483),(-122.2965,37.478),(-122.2971,37.452)] -I- 80 Ramp [(-122.2988,37.518),(-122.299,37.5),(-122.2994,37.488),(-122.2995,37.477),(-122.2971,37.452)] -I- 80 Ramp [(-122.3038,37.695),(-122.3021,37.67),(-122.3022,37.662),(-122.3023,37.644)] -I- 80 Ramp [(-122.3038,37.695),(-122.3036,37.674),(-122.3034,37.667),(-122.3033,37.661),(-122.3023,37.644)] -I- 80 Ramp [(-122.3044,37.25),(-122.3051,37.254)] -I- 80 Ramp [(-122.3044,37.25),(-122.3083,37.249)] -I- 80 Ramp [(-122.3051,37.254),(-122.3083,37.249)] -I- 80 Ramp [(-122.3051,37.91),(-122.3056,37.912)] -I- 80 Ramp [(-122.3051,37.91),(-122.3057,37.908)] -I- 80 Ramp [(-122.306,37.876),(-122.3066,37.869),(-122.3067,37.843),(-122.3069,37.818)] -I- 80 Ramp [(-122.3068,37.795),(-122.306,37.783),(-122.3062,37.774)] -I- 80 Ramp [(-122.3068,37.795),(-122.3069,37.782),(-122.3062,37.774)] -I- 80 Ramp [(-122.3069,37.925),(-122.3065,37.935)] -I- 80 Ramp [(-122.307,37.902),(-122.3073,37.881)] -I- 80 Ramp [(-122.3072,37.916),(-122.3074,37.896)] -I- 80 Ramp [(-122.307624,37.87781),(-122.307512,37.89327)] -I- 80 Ramp [(-122.3078,37.93),(-122.3081,37.879)] -I- 80 Ramp [(-122.3088,37.885),(-122.3076,37.831)] -I- 880 Ramp ((-121.9349,37.813),(-121.935,37.828)) -I- 880 Ramp ((-121.9351,37.819),(-121.935,37.828),(-121.9339,37.847)) -I- 880 Ramp ((-121.936,37.837),(-121.9351,37.835)) -I- 880 Ramp ((-121.9368,37.848),(-121.9362,37.835)) -I- 880 Ramp ((-121.9376,37.834),(-121.937,37.836)) -I- 880 Ramp ((-121.9477,37.91),(-121.9469,37.911),(-121.9463,37.911)) -I- 880 Ramp ((-121.9682,37.065),(-121.9686,37.066)) -I- 880 Ramp ((-122.0008,37.31),(-122.0002,37.308)) -I- 880 Ramp ((-122.0013,37.298),(-122.0013,37.287)) -I- 880 Ramp ((-122.0369,37.645),(-122.0364,37.646)) -I- 880 Ramp ((-122.0477,37.798),(-122.0466,37.789),(-122.0461,37.785)) -I- 880 Ramp ((-122.0477,37.798),(-122.0482,37.8)) -I- 880 Ramp ((-122.0585,37.967),(-122.0577,37.974),(-122.0548,37.966),(-122.055168,37.96828),(-122.0577,37.984)) -I- 880 Ramp ((-122.0919,37.465),(-122.0931,37.461)) -I- 880 Ramp ((-122.0932,37.439),(-122.0922,37.437),(-122.0915,37.427)) -I- 880 Ramp ((-122.1005,37.571),(-122.1003,37.565),(-122.0997,37.548)) -I- 880 Ramp ((-122.1286,37.836),(-122.1283,37.839)) -I- 880 Ramp ((-122.1335,37.901),(-122.1358,37.905)) -I- 880 Ramp ((-122.1378,37.923),(-122.1374,37.925)) -I- 880 Ramp ((-122.1757,37.187),(-122.1754,37.191)) -I- 880 Ramp ((-122.1863,37.322),(-122.187,37.322)) -I- 880 Ramp ((-122.1876,37.312),(-122.1877,37.309)) -I- 880 Ramp ((-122.2054,37.542),(-122.2057,37.533),(-122.2059,37.526)) -I- 880 Ramp ((-122.2091,37.532),(-122.2089,37.535),(-122.2072,37.535)) -I- 880 Ramp ((-122.2187,37.684),(-122.219,37.688),(-122.2194,37.697)) -I- 880 Ramp ((-122.2301,37.743),(-122.2316,37.751)) -I- 880 Ramp ((-122.2352,37.767),(-122.2356,37.768),(-122.236,37.768)) -I- 880 Ramp [(-121.9215,37.556),(-121.92179,37.55745),(-121.9229,37.563)] -I- 880 Ramp [(-121.9232,37.57),(-121.9234,37.559),(-121.9229,37.561)] -I- 880 Ramp [(-121.9335,37.851),(-121.9339,37.847),(-121.9351,37.835),(-121.9357,37.83)] -I- 880 Ramp [(-121.9343,37.85),(-121.937,37.852),(-121.937,37.836),(-121.9362,37.835),(-121.9359,37.826),(-121.9349,37.813)] -I- 880 Ramp [(-121.946,37.918),(-121.9463,37.911),(-121.9452,37.912)] -I- 880 Ramp [(-121.9612,37.099),(-121.9615,37.09),(-121.9616,37.087)] -I- 880 Ramp [(-121.9618,37.037),(-121.961998,37.05205),(-121.962212,37.06831),(-121.9623,37.075),(-121.9616,37.087)] -I- 880 Ramp [(-121.9656,37.065),(-121.9678,37.061),(-121.9676,37.065)] -I- 880 Ramp [(-121.9688,37.061),(-121.9686,37.066),(-121.9669,37.075)] -I- 880 Ramp [(-121.9712,37.107),(-121.9643,37.087),(-121.9623,37.085)] -I- 880 Ramp [(-121.986,37.239),(-121.9865,37.236),(-121.9861,37.234)] -I- 880 Ramp [(-121.9865,37.226),(-121.9872,37.22)] -I- 880 Ramp [(-121.9871,37.229),(-121.9863,37.232)] -I- 880 Ramp [(-121.9885,37.211),(-121.9848,37.216)] -I- 880 Ramp [(-122.0019,37.301),(-122.002,37.293)] -I- 880 Ramp [(-122.0041,37.313),(-122.0018,37.315),(-122.0007,37.315),(-122.0005,37.313),(-122.0002,37.308),(-121.9995,37.289)] -I- 880 Ramp [(-122.0041,37.313),(-122.0038,37.308),(-122.0039,37.284),(-122.0013,37.287),(-121.9995,37.289)] -I- 880 Ramp [(-122.0226,37.474),(-122.0214,37.473),(-122.0219,37.466)] -I- 880 Ramp [(-122.0236,37.488),(-122.0231,37.458),(-122.0227,37.458),(-122.0223,37.452),(-122.0205,37.447)] -I- 880 Ramp [(-122.0238,37.491),(-122.0215,37.483),(-122.0211,37.477),(-122.0205,37.447)] -I- 880 Ramp [(-122.0364,37.652),(-122.0364,37.646),(-122.03618,37.63412),(-122.036027,37.62586),(-122.0359,37.619)] -I- 880 Ramp [(-122.0374,37.639),(-122.0375,37.632)] -I- 880 Ramp [(-122.0383,37.64),(-122.0387,37.636),(-122.0387,37.633),(-122.038,37.632)] -I- 880 Ramp [(-122.0392,37.65),(-122.0389,37.625),(-122.0391,37.617),(-122.036099,37.6161),(-122.0358,37.616)] -I- 880 Ramp [(-122.0398,37.656),(-122.0361,37.656)] -I- 880 Ramp [(-122.0482,37.811),(-122.0461,37.785),(-122.0453,37.778),(-122.045,37.775)] -I- 880 Ramp [(-122.0485,37.817),(-122.0484,37.813),(-122.0482,37.8),(-122.0481,37.794),(-122.0478,37.781),(-122.0469,37.774)] -I- 880 Ramp [(-122.059,37.982),(-122.0577,37.984),(-122.0612,37.003)] -I- 880 Ramp [(-122.0604,37.991),(-122.06,37.983),(-122.0605,37.983)] -I- 880 Ramp [(-122.0618,37.011),(-122.0631,37.982),(-122.0585,37.967)] -I- 880 Ramp [(-122.0635,37.036),(-122.064,37.049),(-122.0648,37.069)] -I- 880 Ramp [(-122.0642,37.073),(-122.0648,37.076),(-122.0666,37.085)] -I- 880 Ramp [(-122.0653,37.062),(-122.0663,37.064)] -I- 880 Ramp [(-122.0758,37.209),(-122.073269,37.18911),(-122.073,37.187),(-122.0723,37.183)] -I- 880 Ramp [(-122.0758,37.209),(-122.075697,37.2063),(-122.075,37.188),(-122.0749,37.184)] -I- 880 Ramp [(-122.0837,37.322),(-122.0822,37.316),(-122.0831,37.312)] -I- 880 Ramp [(-122.0837,37.322),(-122.0843,37.316)] -I- 880 Ramp [(-122.085,37.34),(-122.0801,37.316),(-122.081,37.285)] -I- 880 Ramp [(-122.085,37.34),(-122.0866,37.316),(-122.0819,37.296)] -I- 880 Ramp [(-122.0918,37.466),(-122.0896,37.405)] -I- 880 Ramp [(-122.092,37.461),(-122.0923,37.457)] -I- 880 Ramp [(-122.0931,37.453),(-122.0937,37.469),(-122.0931,37.461),(-122.0923,37.457)] -I- 880 Ramp [(-122.096,37.496),(-122.0941,37.464),(-122.0943,37.421),(-122.0915,37.427),(-122.0896,37.405)] -I- 880 Ramp [(-122.0985,37.574),(-122.0986,37.567),(-122.0978,37.528)] -I- 880 Ramp [(-122.0993,37.571),(-122.0999,37.569)] -I- 880 Ramp [(-122.1005,37.571),(-122.1009,37.568)] -I- 880 Ramp [(-122.1022,37.597),(-122.102055,37.59178),(-122.1019,37.562)] -I- 880 Ramp [(-122.1029,37.61),(-122.1013,37.587),(-122.0999,37.569)] -I- 880 Ramp [(-122.1032,37.557),(-122.0997,37.548),(-122.0978,37.528)] -I- 880 Ramp [(-122.1076,37.681),(-122.106243,37.66549),(-122.1062,37.665),(-122.106043,37.66186),(-122.105869,37.65838),(-122.1048,37.638)] -I- 880 Ramp [(-122.1076,37.681),(-122.107021,37.6646),(-122.107,37.664),(-122.106808,37.66184),(-122.1048,37.638)] -I- 880 Ramp [(-122.1287,37.842),(-122.1283,37.839),(-122.1264,37.834)] -I- 880 Ramp [(-122.1289,37.861),(-122.1284,37.855),(-122.1277,37.843)] -I- 880 Ramp [(-122.1296,37.865),(-122.1299,37.866),(-122.1323,37.874)] -I- 880 Ramp [(-122.1318,37.865),(-122.1319,37.866),(-122.1333,37.881)] -I- 880 Ramp [(-122.1376,37.91),(-122.1379,37.909),(-122.1376,37.907),(-122.1365,37.902)] -I- 880 Ramp [(-122.1379,37.891),(-122.1383,37.897),(-122.1377,37.902)] -I- 880 Ramp [(-122.1379,37.931),(-122.137597,37.92736),(-122.1374,37.925),(-122.1373,37.924),(-122.1369,37.914),(-122.1358,37.905),(-122.1365,37.908),(-122.1358,37.898)] -I- 880 Ramp [(-122.1407,37.932),(-122.1397,37.923),(-122.1389,37.917),(-122.1383,37.913)] -I- 880 Ramp [(-122.164,37.106),(-122.1653,37.113),(-122.1651,37.101)] -I- 880 Ramp [(-122.164188,37.10514),(-122.1641,37.092)] -I- 880 Ramp [(-122.1646,37.113),(-122.163,37.111)] -I- 880 Ramp [(-122.1646,37.113),(-122.165458,37.11379),(-122.167792,37.11594)] -I- 880 Ramp [(-122.165757,37.09059),(-122.165169,37.09811)] -I- 880 Ramp [(-122.165757,37.09059),(-122.16635,37.09559)] -I- 880 Ramp [(-122.1675,37.09),(-122.1666,37.089),(-122.165804,37.08972),(-122.1655,37.09),(-122.1641,37.092)] -I- 880 Ramp [(-122.1675,37.09),(-122.16757,37.11435)] -I- 880 Ramp [(-122.173,37.194),(-122.1742,37.173)] -I- 880 Ramp [(-122.1763,37.184),(-122.1761,37.191)] -I- 880 Ramp [(-122.1763,37.193),(-122.1754,37.191),(-122.1745,37.194),(-122.1743,37.192),(-122.1737,37.196),(-122.1725,37.198)] -I- 880 Ramp [(-122.1768,37.197),(-122.1774,37.182),(-122.1769,37.18),(-122.1758,37.181),(-122.1747,37.178)] -I- 880 Ramp [(-122.1868,37.32),(-122.187,37.322),(-122.1873,37.321),(-122.1877,37.319),(-122.1879,37.317)] -I- 880 Ramp [(-122.1893,37.303),(-122.1888,37.305),(-122.1885,37.307),(-122.1877,37.309),(-122.1873,37.309)] -I- 880 Ramp [(-122.1946,37.405),(-122.1942,37.411),(-122.1951,37.411)] -I- 880 Ramp [(-122.1946,37.405),(-122.1947,37.394)] -I- 880 Ramp [(-122.1952,37.418),(-122.1967,37.418)] -I- 880 Ramp [(-122.1954,37.372),(-122.1957,37.378)] -I- 880 Ramp [(-122.1959,37.407),(-122.1958,37.396),(-122.1953,37.396),(-122.1947,37.394)] -I- 880 Ramp [(-122.2065,37.54),(-122.2066,37.535),(-122.2063,37.531),(-122.2059,37.526),(-122.206,37.522)] -I- 880 Ramp [(-122.2092,37.535),(-122.2074,37.536),(-122.2072,37.535),(-122.2066,37.53)] -I- 880 Ramp [(-122.2096,37.565),(-122.2079,37.549),(-122.2061,37.541)] -I- 880 Ramp [(-122.2111,37.581),(-122.2108,37.535)] -I- 880 Ramp [(-122.2176,37.65),(-122.2173,37.652)] -I- 880 Ramp [(-122.2177,37.668),(-122.2168,37.653),(-122.2159,37.638)] -I- 880 Ramp [(-122.218,37.659),(-122.2173,37.652)] -I- 880 Ramp [(-122.2199,37.695),(-122.2194,37.697),(-122.2197,37.7),(-122.2202,37.699)] -I- 880 Ramp [(-122.222,37.713),(-122.2212,37.705),(-122.2207,37.697),(-122.2208,37.694),(-122.2192,37.68),(-122.2184,37.672)] -I- 880 Ramp [(-122.2301,37.743),(-122.2294,37.735)] -I- 880 Ramp [(-122.2316,37.746),(-122.2316,37.751),(-122.2321,37.752),(-122.2329,37.752)] -I- 880 Ramp [(-122.2325,37.743),(-122.2319,37.746)] -I- 880 Ramp [(-122.2361,37.785),(-122.2356,37.781)] -I- 880 Ramp [(-122.237,37.799),(-122.236,37.777),(-122.236,37.768),(-122.2357,37.764),(-122.235,37.754)] -I- 880 Ramp [(-122.2372,37.802),(-122.23638,37.7996),(-122.2361,37.801),(-122.2357,37.801)] -I- 880 Ramp [(-122.2374,37.811),(-122.2374,37.796)] -I- 880 Ramp [(-122.2536,37.898),(-122.254,37.902)] -I- 880 Ramp [(-122.2577,37.914),(-122.258,37.911)] -I- 880 Ramp [(-122.2636,37.946),(-122.2646,37.954)] -I- 880 Ramp [(-122.2636,37.946),(-122.2649,37.95),(-122.2662,37.954)] -I- 880 Ramp [(-122.268,37.969),(-122.2693,37.972)] -I- 880 Ramp [(-122.2685,37.962),(-122.2695,37.969),(-122.2707,37.975)] -I- 880 Ramp [(-122.2729,37.986),(-122.2744,37.986)] -I- 880 Ramp [(-122.274,37.993),(-122.2729,37.986)] -I- 880 Ramp [(-122.2771,37.002),(-122.278,37)] -I- 880 Ramp [(-122.2775,37.007),(-122.2769,37.001)] -I- 880 Ramp [(-122.2849,37.028),(-122.2845,37.026),(-122.2837,37.021)] -I- 880 Ramp [(-122.2863,37.032),(-122.285451,37.03094),(-122.284429,37.02966),(-122.2831,37.028),(-122.2823,37.031)] -I- 880 Ramp [(-122.291454,37.064),(-122.291088,37.06103),(-122.2903,37.05),(-122.2897,37.044),(-122.2888,37.038)] -I- 880 Ramp [(-122.2916,37.052),(-122.2898,37.04),(-122.2888,37.038)] -I- 980 Ramp [(-122.2688,37.197),(-122.2691,37.191),(-122.2693,37.18)] -I- 980 Ramp [(-122.2688,37.206),(-122.2688,37.203),(-122.2684,37.215)] -I- 980 Ramp [(-122.2691,37.213),(-122.269438,37.20709),(-122.2699,37.199),(-122.27,37.194),(-122.270194,37.18382),(-122.270352,37.17552),(-122.2704,37.173)] -I- 980 Ramp [(-122.2693,37.194),(-122.2691,37.198)] -I- 980 Ramp [(-122.2699,37.159),(-122.2701,37.163)] -I- 980 Ramp [(-122.2739,37.117),(-122.2745,37.119),(-122.2733,37.129)] -I- 980 Ramp [(-122.2773,37.068),(-122.2772,37.061)] -I- 980 Ramp [(-122.2773,37.078),(-122.2766,37.095)] -State Hwy 13 Ramp [(-122.1781,37.851),(-122.1782,37.847),(-122.1777,37.845)] -State Hwy 13 Ramp [(-122.1799,37.948),(-122.1797,37.943)] -State Hwy 13 Ramp [(-122.1819,37.978),(-122.1828,37.974)] -State Hwy 13 Ramp [(-122.1835,37.98),(-122.1852,37.985)] -State Hwy 13 Ramp [(-122.1854,37.996),(-122.1861,37.986)] -State Hwy 13 Ramp [(-122.1937,37.078),(-122.1943,37.08)] -State Hwy 13 Ramp [(-122.1942,37.084),(-122.1964,37.107)] -State Hwy 13 Ramp [(-122.1975,37.11),(-122.1964,37.107)] -State Hwy 13 Ramp [(-122.1989,37.125),(-122.1984,37.117),(-122.1981,37.112)] -State Hwy 13 Ramp [(-122.2054,37.205),(-122.2048,37.209)] -State Hwy 13 Ramp [(-122.2055,37.197),(-122.2049,37.2)] -State Hwy 13 Ramp [(-122.2058,37.209),(-122.2049,37.211)] -State Hwy 13 Ramp [(-122.2069,37.213),(-122.2072,37.216),(-122.2065,37.218)] -State Hwy 13 Ramp [(-122.2073,37.221),(-122.207,37.224)] -State Hwy 13 Ramp [(-122.2163,37.328),(-122.2149,37.321),(-122.2144,37.313)] -State Hwy 13 Ramp [(-122.2168,37.336),(-122.2168,37.328)] -State Hwy 13 Ramp [(-122.2232,37.41),(-122.2247,37.422)] -State Hwy 13 Ramp [(-122.2244,37.427),(-122.223,37.414),(-122.2214,37.396),(-122.2213,37.388)] -State Hwy 13 Ramp [(-122.2244,37.427),(-122.2247,37.422)] -State Hwy 13 Ramp [(-122.2307,37.487),(-122.2286,37.478)] -State Hwy 17 Ramp ((-122.2877,37.234),(-122.2881,37.237)) -State Hwy 17 Ramp [(-122.2882,37.233),(-122.2881,37.237),(-122.2882,37.242),(-122.2883,37.247),(-122.2885,37.254)] -State Hwy 17 Ramp [(-122.2899,37.128),(-122.2898,37.132),(-122.2897,37.142)] -State Hwy 17 Ramp [(-122.291,37.113),(-122.2906,37.118)] -State Hwy 17 Ramp [(-122.2915,37.083),(-122.29137,37.07065),(-122.290561,37.06224)] -State Hwy 238 Ramp ((-122.1064,37.89),(-122.1067,37.899)) -State Hwy 238 Ramp ((-122.1288,37.892),(-122.1293,37.895)) -State Hwy 238 Ramp ((-122.1288,37.913),(-122.1294,37.917)) -State Hwy 238 Ramp [(-122.1073,37.889),(-122.1067,37.899),(-122.1056,37.899)] -State Hwy 238 Ramp [(-122.1073,37.889),(-122.1068,37.881),(-122.106574,37.88354),(-122.106,37.89)] -State Hwy 238 Ramp [(-122.1288,37.9),(-122.1293,37.895),(-122.1296,37.906)] -State Hwy 238 Ramp [(-122.1288,37.922),(-122.1294,37.917),(-122.1296,37.906)] -State Hwy 24 Ramp ((-122.2191,37.537),(-122.2197,37.535)) -State Hwy 24 Ramp ((-122.2204,37.536),(-122.2211,37.533)) -State Hwy 24 Ramp [(-122.2194,37.541),(-122.2197,37.535),(-122.2197,37.531)] -State Hwy 24 Ramp [(-122.2211,37.542),(-122.2211,37.533),(-122.2209,37.526)] -State Hwy 24 Ramp [(-122.2218,37.517),(-122.2214,37.507)] -State Hwy 24 Ramp [(-122.2224,37.497),(-122.2219,37.494),(-122.2215,37.492)] -State Hwy 24 Ramp [(-122.2279,37.486),(-122.2284,37.485)] -State Hwy 24 Ramp [(-122.2279,37.486),(-122.2305,37.498)] -State Hwy 24 Ramp [(-122.2286,37.478),(-122.2284,37.485)] -State Hwy 24 Ramp [(-122.2551,37.435),(-122.2568,37.436),(-122.2585,37.428),(-122.259722,37.42438),(-122.260592,37.4218),(-122.2612,37.42)] -State Hwy 24 Ramp [(-122.257,37.433),(-122.258,37.427)] -State Hwy 24 Ramp [(-122.2605,37.412),(-122.2601,37.412),(-122.2599,37.412),(-122.2586,37.413)] -State Hwy 24 Ramp [(-122.2623,37.409),(-122.2614,37.411),(-122.260282,37.41626),(-122.258,37.427)] -State Hwy 24 Ramp [(-122.2657,37.351),(-122.2665,37.36)] -State Hwy 24 Ramp [(-122.266,37.348),(-122.2661,37.35),(-122.2668,37.35)] -State Hwy 24 Ramp [(-122.2677,37.252),(-122.2674,37.258),(-122.2671,37.263),(-122.2672,37.267),(-122.2673,37.272)] -State Hwy 84 Ramp [(-122.0544,37.502),(-122.052622,37.50902),(-122.0506,37.517),(-122.0484,37.539)] -State Hwy 92 Ramp ((-122.1091,37.328),(-122.1101,37.332)) -State Hwy 92 Ramp [(-122.099,37.368),(-122.0994,37.363)] -State Hwy 92 Ramp [(-122.1086,37.321),(-122.1089,37.315),(-122.1111,37.316)] -State Hwy 92 Ramp [(-122.1091,37.328),(-122.1101,37.332),(-122.1101,37.327),(-122.1095,37.322)] -State Hwy 92 Ramp [(-122.1167,37.292),(-122.1185,37.295),(-122.1191,37.298)] -State Hwy 92 Ramp [(-122.1187,37.285),(-122.1186,37.292),(-122.1193,37.29)] -State Hwy 92 Ramp [(-122.12,37.28),(-122.1207,37.269),(-122.1204,37.27)] -State Hwy 92 Ramp [(-122.1204,37.267),(-122.123,37.271)] -\. --- --- Data for Name: real_city; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.real_city (pop, cname, outline) FROM stdin; -0 Oakland ((-122,37.9),(-121.7,37.9),(-121.7,37.4),(-122,37.4)) -0 Oakland ((-121.7,37.4),(-121.7,37),(-122.1,37),(-122.1,37.3),(-122,37.3),(-122,37.4)) -0 Oakland ((-122.1,37.3),(-122.2,37.5),(-122,37.5)) -0 Berkeley ((-122.3,37.9),(-122,37.9),(-122,37.6),(-122.3,37.6)) -0 Lafayette ((-122.3,37.4),(-122.2,37.4),(-122.2,37),(-122.3,37)) -\. --- --- Data for Name: regress_constr_partition1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.regress_constr_partition1 (a) FROM stdin; -\. --- --- Data for Name: reservations; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.reservations (room_id, booked_during) FROM stdin; -1 [2018-07-01,2018-07-07) -1 [2018-07-07,2018-07-14) -1 [2018-07-20,2018-07-22) -2 [2018-07-01,2018-07-03) -3 \N -4 \N -4 \N -5 \N -5 [2018-07-01,2018-07-03) -6 [2018-07-01,2018-07-07) -6 [2018-07-05,2018-07-10) -7 [2018-07-01,2018-07-07) -7 [2018-07-07,2018-07-14) -8 empty -\. --- --- Data for Name: road; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.road (name, thepath) FROM stdin; -A St [(-122.0265,37.049),(-122.0271,37.045)] -A St [(-122.089,37.71),(-122.0886,37.711)] -A St [(-122.0985,37.671),(-122.0981,37.674)] -A St [(-122.0991,37.668),(-122.0988,37.669)] -A St [(-122.103419,37.667),(-122.103439,37.667)] -A St [(-122.103913,37.66632),(-122.104037,37.66611),(-122.104051,37.66609)] -A St [(-122.106469,37.66446),(-122.1067,37.664)] -A St [(-122.107,37.664),(-122.107101,37.66425),(-122.1074,37.665)] -A St [(-122.1172,37.659),(-122.119506,37.65661)] -Abbie St [(-121.867486,37.54243),(-121.868,37.545)] -Acacia Ave [(-122.2353,37.457),(-122.2344,37.461)] -Acacia Ave [(-122.2364,37.436),(-122.2364,37.443)] -Acacia Ave [(-122.2415,37.435),(-122.2407,37.437)] -Acadia Ct [(-121.9007,37.773),(-121.9016,37.768)] -Acapulco Way [(-122.0517,37.91),(-122.0519,37.911)] -Access Rd 162 [(-121.9469,37.993),(-121.9475,37.993)] -Access Rd 25 [(-121.9283,37.894),(-121.9283,37.9)] -Access Rd 29 [(-121.9339,37.854),(-121.9343,37.85)] -Acton Cir [(-122.2824,37.681),(-122.2824,37.688)] -Ada St [(-122.2487,37.398),(-122.2496,37.401)] -Ada St [(-122.2807,37.807),(-122.2797,37.811)] -Adams Ave [(-121.742,37.829),(-121.742,37.822)] -Adams Ave [(-122.1906,37.253),(-122.1893,37.272)] -Adams St [(-122.2349,37.542),(-122.2341,37.537)] -Adams St [(-122.2364,37.553),(-122.2357,37.548)] -Adason Dr [(-122.1315,37.016),(-122.1288,37.009)] -Addison St [(-122.2735,37.705),(-122.2722,37.707)] -Addison St [(-122.2856,37.688),(-122.2854,37.689)] -Addison St [(-122.2874,37.686),(-122.2864,37.688)] -Addison Way [(-121.9044,37.881),(-121.9044,37.889)] -Addison Way [(-121.9044,37.895),(-121.9044,37.899)] -Adelina Common [(-121.925847,37.29985),(-121.925765,37.29493)] -Adeline St [(-122.2728,37.442),(-122.2725,37.451)] -Adeline St [(-122.2785,37.291),(-122.2783,37.296)] -Adelle St [(-121.7793,37.841),(-121.7797,37.849)] -Admirality Lane [(-122.2424,37.323),(-122.2429,37.318)] -Adobe Dr [(-122.0304,37.579),(-122.0278,37.592)] -Adrian Ave [(-122.1019,37.389),(-122.1019,37.369)] -Adriano St [(-122.032,37.663),(-122.0312,37.653)] -Agate Ct [(-121.801,37.653),(-121.8008,37.649)] -Agena Cir [(-122.0694,37.847),(-122.0696,37.839)] -Agua Fria Creek [(-121.909487,37.94485),(-121.910653,37.94809)] -Agua Fria Creek [(-121.9125,37.95367),(-121.9138,37.958)] -Agua Fria Creek [(-121.9254,37.922),(-121.9281,37.889)] -Agua Fria Creek [(-121.935,37.828),(-121.9356,37.826)] -Agua Vista [(-122.0796,37.896),(-122.0792,37.896)] -Agua Vista St [(-122.2089,37.839),(-122.2069,37.819)] -Aileen St [(-122.2612,37.42),(-122.2622,37.421)] -Airport Road [(-122.2085,37.147),(-122.2101,37.154)] -Aladdin Ave [(-122.1532,37.088),(-122.1577,37.068)] -Alameda Ave [(-122.2197,37.68),(-122.2192,37.68)] -Alameda Ave [(-122.2555,37.689),(-122.2534,37.68)] -Alameda Ave [(-122.2605,37.713),(-122.2588,37.704)] -Alameda Dr [(-121.8756,37.746),(-121.8763,37.746)] -Alameda Road [(-122.2955,37.875),(-122.2963,37.871)] -Alameda Belt Line Railroad [(-122.2586,37.769),(-122.2624,37.784)] -Alameda Belt Line Railroad [(-122.2697,37.798),(-122.2709,37.797)] -Alameda Creek [(-121.8283,37.151),(-121.8273,37.142)] -Alameda Creek [(-121.909502,37.93892),(-121.909,37.94)] -Alameda Creek [(-121.930593,37.93785),(-121.930096,37.94011)] -Alameda Creek [(-121.9466,37.974),(-121.9503,37.973)] -Alameda Creek [(-121.9691,37.748),(-121.97,37.73)] -Alameda Creek [(-121.9724,37.727),(-121.9738,37.726)] -Alameda Creek [(-121.978805,37.72143),(-121.9839,37.717)] -Alameda Creek [(-122.0136,37.734),(-122.0165,37.748)] -Alameda Creek [(-122.022956,37.77306),(-122.025,37.781)] -Alameda Creek [(-122.038,37.877),(-122.0446,37.873)] -Alameda Creek [(-122.0513,37.248),(-122.0556,37.215)] -Alameda Diversion [(-121.774647,37.97333),(-121.772718,37.98591)] -Alamo Canal [(-121.910434,37.73476),(-121.9101,37.726)] -Alamo Canal [(-121.9117,37.768),(-121.911261,37.75648)] -Alamo Creek [(-121.910523,37.2611),(-121.910923,37.26374)] -Albany St [(-122.0327,37.129),(-122.0326,37.115)] -Albany Ter [(-122.2864,37.868),(-122.2856,37.867)] -Alborg Ct [(-122.0492,37.154),(-122.0484,37.15)] -Alcatraz Ave [(-122.2525,37.515),(-122.2531,37.514)] -Alcatraz Ave [(-122.2617,37.502),(-122.2624,37.501)] -Alcatraz Ave [(-122.279,37.479),(-122.2773,37.482)] -Alcatraz Ave [(-122.2817,37.475),(-122.2825,37.475)] -Alcosta Blvd [(-121.938,37.237),(-121.9392,37.235)] -Alden Lane [(-121.786092,37.56057),(-121.7837,37.56)] -Alden Lane [(-121.7978,37.561),(-121.795183,37.561)] -Alden Road [(-122.1116,37.817),(-122.110686,37.81989),(-122.1097,37.823)] -Alder Ct [(-122.0117,37.66),(-122.0109,37.653)] -Alexander Ct [(-121.8708,37.845),(-121.8706,37.841)] -Alexander St [(-121.7888,37.724),(-121.7874,37.724)] -Alexandria St [(-122.1411,37.892),(-122.1417,37.892)] -Algonquin Ave [(-121.7851,37.888),(-121.7852,37.891)] -Alhambra Lane [(-122.2107,37.368),(-122.2102,37.367)] -Alicante Dr [(-122.0211,37.587),(-122.0198,37.582)] -Alice St [(-122.086,37.644),(-122.0848,37.625)] -Alice St [(-122.2696,37.967),(-122.2695,37.969)] -Alice St [(-122.2722,37.927),(-122.2714,37.94)] -Alice Way [(-121.7968,37.718),(-121.7958,37.718)] -Alice Way [(-122.0715,37.836),(-122.072,37.833)] -Alida St [(-122.2025,37.06),(-122.2019,37.056)] -Alisal St [(-121.86925,37.34979),(-121.8685,37.326)] -Alisal St [(-121.87,37.382),(-121.8695,37.35)] -Aliso Ave [(-122.1809,37.953),(-122.18,37.946)] -Allegro Ct [(-121.9755,37.201),(-121.9764,37.201)] -Allen Ct [(-122.0131,37.602),(-122.0117,37.597)] -Allendale Ave [(-122.2048,37.863),(-122.2041,37.858),(-122.2035,37.851)] -Allendale Ave [(-122.2067,37.882),(-122.2065,37.879)] -Allison Dr [(-122.0748,37.863),(-122.073,37.855)] -Allston Way [(-122.2799,37.677),(-122.2787,37.681)] -Alma Ct [(-121.9087,37.799),(-121.9089,37.814)] -Almaden Blvd [(-122.0551,37.008),(-122.0551,37.016)] -Almaden Pl [(-121.9603,37.697),(-121.9601,37.693)] -Almeria Dr [(-122.0711,37.224),(-122.0736,37.224)] -Almond Ave [(-121.7387,37.75527),(-121.7387,37.74118)] -Almond Ave [(-121.7388,37.778),(-121.7387,37.772)] -Almond Road [(-122.0818,37.132),(-122.0831,37.116)] -Aloe Ct [(-121.9158,37.922),(-121.9152,37.927)] -Alpine Ter [(-122.2374,37.445),(-122.2377,37.459)] -Alta Dr [(-122.0109,37.424),(-122.0101,37.419)] -Alta Vista Ave [(-122.2483,37.174),(-122.2473,37.167)] -Altamont Creek [(-121.7422,37.178),(-121.7413,37.203)] -Altamont Creek [(-121.7509,37.149),(-121.7474,37.154)] -Altamont Pass Road [(-121.659901,37.44449),(-121.666828,37.41016)] -Altimirano Dr [(-121.8781,37.0193),(-121.8713,37.01707)] -Alton Ct [(-121.9977,37.581),(-121.9981,37.576)] -Alvarado Blvd [(-122.0562,37.829),(-122.055814,37.82723)] -Alvarado Road [(-122.2339,37.608),(-122.2322,37.616)] -Alvarado Road [(-122.2391,37.573),(-122.2397,37.58)] -Alvarado St [(-122.1505,37.05),(-122.1494,37.03)] -Alvarado Niles Road [(-122.0325,37.903),(-122.0316,37.9)] -Alvarado Niles Road [(-122.049848,37.95115),(-122.0473,37.945)] -Alvord Way [(-121.9085,37.891),(-121.9093,37.889)] -Amador St [(-122.0963,37.614),(-122.0962,37.609)] -Amador St [(-122.0981,37.647),(-122.0966,37.635)] -Amador St [(-122.0999,37.664),(-122.099,37.655)] -Amador Valley Blvd [(-121.9198,37.146),(-121.9211,37.138)] -Amador Valley Ct [(-121.9365,37.068),(-121.937909,37.06375)] -Amarillo Ct [(-121.9439,37.044),(-121.9432,37.046)] -Ambar Pl [(-121.9494,37.482),(-121.9479,37.474)] -Amber Ct [(-121.7997,37.708),(-121.7997,37.704)] -Amber Way [(-121.8025,37.707),(-121.8015,37.708)] -American Ave [(-122.1271,37.478),(-122.1281,37.489)] -Ames Ter [(-121.9962,37.763),(-121.9955,37.762)] -Amherst Ct [(-122.1571,37.036),(-122.1575,37.034)] -Anchor Dr [(-122.3027,37.374),(-122.3032,37.383)] -Andrade Road [(-121.8842,37.741),(-121.8841,37.738)] -Andrade Road [(-121.8853,37.565),(-121.8855,37.564)] -Andrea Cir [(-121.733218,37.88641),(-121.733286,37.90617)] -Andrews St [(-121.7814,37.834),(-121.7814,37.829)] -Angela St [(-121.865522,37.55324),(-121.8652,37.552)] -Angela St [(-121.8795,37.607),(-121.8798,37.608)] -Angus Way [(-122.098774,37.86535),(-122.0986,37.861)] -Anita Ct [(-121.9655,37.744),(-121.9653,37.738)] -Ann St [(-121.9888,37.604),(-121.9894,37.603)] -Anna Maria St [(-121.7957,37.756),(-121.7958,37.725)] -Annerley Road [(-122.2328,37.168),(-122.2325,37.17)] -Antelope Ct [(-122.0653,37.773),(-122.0648,37.773)] -Antonio St [(-122.1642,37.251),(-122.1653,37.247)] -Anza St [(-121.9184,37.306),(-121.9197,37.304)] -Anza Way [(-121.7794,37.714),(-121.7788,37.714)] -Apgar St [(-122.2709,37.288),(-122.2719,37.29)] -Apgar St [(-122.278,37.291),(-122.2785,37.291)] -Apollo Cir [(-122.068531,37.87654),(-122.0686,37.877)] -Appian Way [(-122.0022,37.98),(-122.0019,37.983)] -Apple Ave [(-122.0909,37.85),(-122.0901,37.857)] -Applewood St [(-121.9629,37.192),(-121.9616,37.168)] -Apricot Lane [(-121.9471,37.401),(-121.9456,37.392)] -Aquarius Cir [(-122.0669,37.877),(-122.0674,37.88)] -Arbor Dr [(-121.8506,37.576),(-121.8521,37.578)] -Arbor St [(-122.2587,37.758),(-122.2582,37.765)] -Arcade Lane [(-122.2514,37.865),(-122.251558,37.86316)] -Arch St [(-122.2639,37.79),(-122.2638,37.782)] -Arch St [(-122.2647,37.846),(-122.2646,37.844)] -Archer Ave [(-121.9879,37.627),(-121.9888,37.626)] -Arden Road [(-122.0978,37.177),(-122.1,37.177)] -Ardenwood Blvd [(-122.063701,37.59653),(-122.063302,37.58815)] -Ardmore Dr [(-122.1308,37.211),(-122.1293,37.212)] -Ardo St [(-122.0295,37.682),(-122.0302,37.674)] -Ardo St [(-122.0306,37.659),(-122.0312,37.653)] -Arena St [(-122.155014,37.82347),(-122.1559,37.82)] -Arendt Way [(-121.8717,37.606),(-121.871,37.602)] -Argonaut Way [(-121.993,37.475),(-121.9926,37.473)] -Argonne St [(-122.146,37.806),(-122.1455,37.801),(-122.1451,37.796)] -Arizona St [(-122.0381,37.901),(-122.0367,37.898)] -Arizona St [(-122.044507,37.905),(-122.0443,37.904)] -Arizona St [(-122.1985,37.978),(-122.1981,37.974)] -Ark Dr [(-122.1313,37.029),(-122.1313,37.036)] -Arkansas Pl [(-121.9148,37.696),(-121.9149,37.699)] -Arlington Ave [(-122.2699,37.43),(-122.2719,37.428)] -Arlington Ave [(-122.276,37.024),(-122.276,37.014)] -Arlington Ave [(-122.276,37.988),(-122.2753,37.974)] -Arlington Dr [(-121.8802,37.408),(-121.8807,37.394)] -Arlington Road [(-121.7957,37.898),(-121.7956,37.906)] -Armata St [(-121.9236,37.858),(-121.9232,37.853)] -Arnold Ct [(-122.0887,37.669),(-122.0894,37.666)] -Arnold Road [(-121.8923,37.113),(-121.8924,37.111)] -Arnold Road [(-121.8924,37.06),(-121.8924,37.062)] -Arrowhead Dr [(-122.1943,37.389),(-122.1908,37.366)] -Arroyo Dr [(-121.9049,37.509),(-121.9029,37.516)] -Arroyo Road [(-121.749307,37.14717),(-121.7481,37.14957)] -Arroyo Road [(-121.7506,37.189),(-121.75,37.18541)] -Arroyo Road [(-121.7555,37.258),(-121.7556,37.251)] -Arroyo Road [(-121.76696,37.7112),(-121.76687,37.7094)] -Arroyo Road [(-121.7671,37.654),(-121.767086,37.65214),(-121.767,37.641)] -Arroyo de la Laguna [(-121.9064,37.612),(-121.9047,37.551)] -Arroyo del Valle [(-121.607487,37.89841),(-121.612773,37.92638)] -Arroyo del Valle [(-121.654588,37.36507),(-121.656972,37.4088)] -Arroyo del Valle [(-121.75,37.20484),(-121.7584,37.208)] -Arroyo del Valle [(-121.8049,37.539),(-121.7856,37.463)] -Arroyo del Valle [(-121.8751,37.656),(-121.8731,37.646)] -Arroyo Las Positas [(-121.7308,37.87),(-121.72772,37.85435)] -Arroyo Las Positas [(-121.7349,37.943),(-121.734048,37.9262)] -Arroyo Las Positas [(-121.7836,37.997),(-121.783492,37.99605)] -Arroyo Las Positas [(-121.7973,37.997),(-121.7957,37.005)] -Arroyo Las Positas [(-121.8473,37.965),(-121.8312,37.992)] -Arroyo Las Positas [(-121.858962,37.94925),(-121.858919,37.95878)] -Arroyo Mocho [(-121.553409,37.25257),(-121.565204,37.37327)] -Arroyo Mocho [(-121.625,37.83316),(-121.624698,37.83019)] -Arroyo Mocho [(-121.660579,37.01388),(-121.668949,37.027),(-121.682578,37.10817)] -Arroyo Mocho [(-121.7316,37.595),(-121.7186,37.466)] -Arroyo Mocho Canal [(-121.90854,37.78099),(-121.907797,37.78392)] -Arroyo Seco [(-121.655796,37.50684),(-121.657215,37.51096)] -Arroyo Seco [(-121.7073,37.766),(-121.6997,37.729)] -Arroyuelo Ave [(-122.2496,37.271),(-122.249564,37.2728)] -Ascot Dr [(-122.1934,37.217),(-122.1926,37.219)] -Ascot Dr [(-122.1969,37.211),(-122.1951,37.207)] -Ash St [(-122.0384,37.259),(-122.0388,37.276)] -Ash St [(-122.0408,37.31),(-122.04,37.292)] -Ashby Ave [(-122.2494,37.579),(-122.2485,37.579)] -Ashby Ave [(-122.2526,37.574),(-122.2518,37.574)] -Ashby Ave [(-122.264,37.557),(-122.263,37.559)] -Ashland Ave [(-122.1178,37.941),(-122.1178,37.93)] -Ashland Ave [(-122.1179,37.914),(-122.1179,37.913)] -Ashwood Common [(-121.962832,37.21086),(-121.963052,37.21067)] -Asilomar Dr [(-122.2028,37.298),(-122.20355,37.2905)] -Asilomar Dr [(-122.2041,37.333),(-122.204,37.312)] -Aspinwall Road [(-122.2074,37.39),(-122.2068,37.39)] -Aster Ct [(-121.9125,37.72),(-121.9129,37.719)] -At and Sf Railroad [(-122.2765,37.347),(-122.2768,37.339)] -At and Sf Railroad [(-122.2767,37.463),(-122.2766,37.454)] -At and Sf Railroad [(-122.2785,37.544),(-122.2784,37.535)] -At and Sf Railroad [(-122.281389,37.30695),(-122.282488,37.30491)] -At and Sf Railroad [(-122.2827,37.611),(-122.2821,37.603)] -At and Sf Railroad [(-122.2844,37.293),(-122.2848,37.291)] -At and Sf Railroad [(-122.2878,37.788),(-122.2874,37.783)] -At and Sf Railroad [(-122.288,37.3),(-122.288,37.294)] -Atherton St [(-122.0819,37.68),(-122.0809,37.669)] -Atherton St [(-122.0838,37.7),(-122.0829,37.69)] -Atherton St [(-122.1701,37.612),(-122.1696,37.606)] -Athol Ave [(-122.2535,37.01),(-122.2523,37.016)] -Atlantic Ave [(-122.2831,37.804),(-122.2816,37.803)] -Atlantic St [(-122.0371,37.018),(-122.0382,37.018)] -Atlas Ave [(-122.1889,37.964),(-122.1882,37.966)] -Atwater Ct [(-122.0076,37.662),(-122.0084,37.654)] -Auburn Ave [(-122.25,37.489),(-122.25035,37.4945)] -Audrey Dr [(-122.069,37.13),(-122.0683,37.131)] -Audubon St [(-122.0388,37.261),(-122.0383,37.258)] -Aughinbaugh Way [(-122.2491,37.473),(-122.249,37.471)] -Augustine Pl [(-122.0169,37.732),(-122.0163,37.725)] -Aurora Dr [(-122.1804,37.973),(-122.18,37.966)] -Auseon Ave [(-122.1653,37.565),(-122.165,37.567)] -Austin St [(-121.943,37.422),(-121.9435,37.425)] -Autumn Oak Dr [(-121.749435,37.09187),(-121.749806,37.10065)] -Avalon Ave [(-122.2477,37.597),(-122.246,37.598)] -Avenue 130th [(-122.1851,37.044),(-122.1872,37.036)] -Avenue 134th [(-122.1823,37.002),(-122.1851,37.992)] -Avenue 140th [(-122.1656,37.003),(-122.1691,37.988)] -Avenue A [(-122.3005,37.885),(-122.3024,37.885)] -Avenue A [(-122.3035,37.885),(-122.3076,37.886)] -Avenue D [(-122.298,37.848),(-122.3024,37.849)] -Avenue F [(-122.2943,37.831),(-122.2971,37.832)] -Avenue L [(-122.296,37.757),(-122.2985,37.757)] -Avoca Ave [(-122.2211,37.413),(-122.2204,37.416)] -Ayala Ave [(-122.2587,37.429),(-122.2584,37.435)] -Azalea Ct [(-121.7365,37.13),(-121.7357,37.136)] -Azevedo Ave [(-122.0639,37.756),(-122.0641,37.75)] -Aztec Ct [(-121.922,37.92),(-121.921,37.92)] -B St [(-121.8924,37.95133),(-121.8924,37.952)] -B St [(-122.0241,37.05),(-122.0248,37.045)] -B St [(-122.0531,37.434),(-122.0537,37.434)] -B St [(-122.0656,37.823),(-122.0652,37.825)] -B St [(-122.0799,37.742),(-122.0782,37.753)] -B St [(-122.087,37.707),(-122.0863,37.709)] -B St [(-122.0955,37.673),(-122.0944,37.677)] -B St [(-122.1749,37.451),(-122.1743,37.443)] -Bach Ct [(-121.9778,37.295),(-121.9769,37.292)] -Bahama Ave [(-122.1039,37.335),(-122.1031,37.321)] -Bahama Com [(-122.0361,37.72),(-122.036031,37.72046),(-122.0358,37.722)] -Baine Ave [(-122.0089,37.565),(-122.0104,37.546)] -Bairo Ct [(-121.9505,37.398),(-121.9498,37.393)] -Baker St [(-122.2792,37.495),(-122.2791,37.488)] -Balboa Dr [(-122.1982,37.319),(-122.1971,37.333)] -Balboa Way [(-122.0205,37.519),(-122.0207,37.517)] -Baldwin Pl [(-122.0274,37.697),(-122.0265,37.692)] -Ballantyne Dr [(-121.858907,37.985),(-121.8585,37.985)] -Ballantyne Dr [(-121.8611,37.986),(-121.8605,37.985)] -Ballena Blvd [(-122.2854,37.691),(-122.285393,37.68924)] -Ballentine Dr [(-121.859765,37.96825),(-121.860477,37.96784)] -Balmoral Dr [(-122.1639,37.981),(-122.1635,37.988)] -Balmoral Dr [(-122.1658,37.027),(-122.1656,37.042)] -Balmoral St [(-122.055,37.971),(-122.0555,37.979)] -Banbury St [(-122.0943,37.495),(-122.0949,37.493)] -Bancroft Ave [(-122.1475,37.288),(-122.147,37.276)] -Bancroft Ave [(-122.1485,37.311),(-122.1481,37.303)] -Bancroft Ave [(-122.1518,37.358),(-122.1511,37.349)] -Bancroft Ave [(-122.15714,37.4242),(-122.156,37.409)] -Bancroft Ave [(-122.1585,37.445),(-122.1583,37.441)] -Bancroft Ave [(-122.1643,37.523),(-122.1631,37.508),(-122.1621,37.493)] -Bancroft Ave [(-122.1718,37.62),(-122.1715,37.617)] -Bancroft Ave [(-122.1796,37.689),(-122.1792,37.684)] -Bancroft Ave [(-122.1903,37.706),(-122.189,37.705)] -Bancroft Ave [(-122.2041,37.716),(-122.202,37.716)] -Bancroft Ct [(-122.1329,37.109),(-122.1322,37.116)] -Bancroft Way [(-122.2753,37.667),(-122.2742,37.668)] -Bancroft Way [(-122.2846,37.654),(-122.283747,37.655)] -Bancroft Way [(-122.291,37.644),(-122.2899,37.647)] -Bandon Dr [(-121.9311,37.234),(-121.931,37.237)] -Banyan Tree Road [(-121.9901,37.317),(-121.9877,37.304)] -Barbers Point Road [(-122.2957,37.896),(-122.2965,37.894)] -Barcelona Ave [(-122.0896,37.276),(-122.0894,37.253)] -Barcelona St [(-122.1459,37.639),(-122.1445,37.623)] -Barcelona Way [(-122.0787,37.86),(-122.0783,37.858)] -Bardolph Cir [(-122.0583,37.718),(-122.0586,37.726)] -Barlow Dr [(-122.0891,37.034),(-122.088,37.037),(-122.086558,37.03988)] -Barlow Dr [(-122.0915,37.03),(-122.0903,37.032)] -Bart Ramp [(-122.0495,37.208),(-122.0473,37.196)] -Bart Access Road [(-122.0346,37.081),(-122.0329,37.057)] -Bartlett Lane [(-122.111062,37.71771),(-122.10988,37.70276)] -Bartlett St [(-122.2071,37.902),(-122.2053,37.913)] -Barton Dr [(-121.9655,37.744),(-121.9644,37.749)] -Bates Dr [(-122.0328,37.748),(-122.0322,37.745)] -Baumberg Ave [(-122.0987,37.241),(-122.0985,37.237)] -Bautista St [(-121.9227,37.29),(-121.9225,37.284)] -Bay St [(-121.9611,37.33),(-121.9627,37.329)] -Bay St [(-122.2642,37.732),(-122.2641,37.751)] -Bay Area Rapid Transit [(-121.983355,37.64329),(-121.982907,37.63842)] -Bay Area Rapid Transit [(-122.0049,37.816),(-122.004,37.809)] -Bay Area Rapid Transit [(-122.007,37.833),(-122.0062,37.827)] -Bay Area Rapid Transit [(-122.02,37.935),(-122.0193,37.926)] -Bay Area Rapid Transit [(-122.0309,37.057),(-122.0281,37.027),(-122.0262,37.001)] -Bay Area Rapid Transit [(-122.0813,37.661),(-122.0806,37.654)] -Bay Area Rapid Transit [(-122.0981,37.779),(-122.0963,37.767)] -Bay Area Rapid Transit [(-122.1694,37.311),(-122.1679,37.3)] -Bay Area Rapid Transit [(-122.2086,37.641),(-122.2061,37.619)] -Bay Area Rapid Transit [(-122.2129,37.676),(-122.212,37.668)] -Bay Area Rapid Transit [(-122.2172,37.713),(-122.2184,37.719)] -Bay Area Rapid Transit [(-122.231147,37.54912),(-122.229,37.562)] -Bay Area Rapid Transit [(-122.2349,37.525),(-122.2339,37.532)] -Bay Area Rapid Transit [(-122.2571,37.427),(-122.2563,37.431)] -Bay Area Rapid Transit [(-122.2658,37.337),(-122.2644,37.38)] -Bay Area Rapid Transit [(-122.267508,37.25368),(-122.2674,37.258)] -Bay Forest Dr [(-122.2139,37.561),(-122.2142,37.565)] -Bay Walk Road [(-122.2471,37.389),(-122.2462,37.389)] -Bayfield Pl [(-121.9665,37.204),(-121.9664,37.196)] -Baylor St [(-122.0272,37.93),(-122.0284,37.903)] -Bayview Ave [(-122.0584,37.864),(-122.0581,37.855)] -Bayview Dr [(-122.2386,37.511),(-122.2379,37.514)] -Beachwood Way [(-121.8817,37.731),(-121.8807,37.731)] -Beacon St [(-122.2484,37.09),(-122.2472,37.088)] -Beard Road [(-122.0417,37.819),(-122.0424,37.81)] -Beard Road [(-122.0447,37.778),(-122.045,37.775)] -Beaumont Ave [(-122.2263,37.033),(-122.2262,37.04)] -Becket Dr [(-122.0509,37.005),(-122.0509,37.033)] -Bedelio Ter [(-122.019,37.579),(-122.018,37.574)] -Bedford St [(-121.9333,37.403),(-121.9338,37.402)] -Bedford Way [(-121.928,37.149),(-121.9288,37.15)] -Beecham Ct [(-121.8693,37.959),(-121.8704,37.959)] -Beechmont Lane [(-122.0971,37.558),(-122.0984,37.555)] -Begier Ave [(-122.15,37.314),(-122.1488,37.317)] -Begonia Dr [(-122.1334,37.01),(-122.1342,37.01)] -Begonia St [(-122.0153,37.785),(-122.0156,37.772)] -Begonia St [(-122.0218,37.797),(-122.022,37.789)] -Bel Aire St [(-122.0717,37.726),(-122.0714,37.725)] -Bell St [(-121.99126,37.4916),(-121.991407,37.49215)] -Belleview Dr [(-122.1626,37.325),(-122.1635,37.32)] -Bellevue Ave [(-122.2529,37.13),(-122.2521,37.111)] -Bellflower Dr [(-122.0103,37.317),(-122.009979,37.31387)] -Bellhaven Ave [(-122.0354,37.414),(-122.0364,37.405)] -Belmont Ave [(-122.0708,37.588),(-122.0703,37.582)] -Belvedere Ave [(-122.1768,37.918),(-122.1772,37.918)] -Belvedere Ave [(-122.2892,37.767),(-122.2888,37.759)] -Benecia Ave [(-122.0077,37.222),(-122.0076,37.225)] -Benedict Dr [(-122.1326,37.204),(-122.1323,37.199)] -Benner Ct [(-121.9063,37.891),(-121.9076,37.888)] -Bennington Lane [(-122.103818,37.36136),(-122.1045,37.361)] -Benson Road [(-122.083217,37.94765),(-122.0891,37.928)] -Benton St [(-122.2605,37.713),(-122.2605,37.731)] -Berkeley Way [(-122.2747,37.722),(-122.2726,37.725)] -Berlin Way [(-121.7774,37.649),(-121.7766,37.649)] -Bernal Ave [(-121.8556,37.668),(-121.85626,37.68656)] -Bernal Ave [(-121.895208,37.57837),(-121.884914,37.57603)] -Bernhardt Dr [(-122.1852,37.297),(-122.1847,37.292)] -Bernhardt St [(-122.1326,37.399),(-122.1322,37.449)] -Berwind Ave [(-121.7308,37.183),(-121.7303,37.181)] -Besco Dr [(-121.9764,37.32),(-121.9761,37.311)] -Bess Ave [(-121.765239,37.625),(-121.763602,37.625)] -Best Ave [(-122.1622,37.284),(-122.1636,37.278)] -Betlen Dr [(-121.9407,37.026),(-121.9397,37.029)] -Betlen Dr [(-121.9507,37.018),(-121.950121,37.01678)] -Bettencourt St [(-122.0479,37.34),(-122.0473,37.337)] -Beverly Ave [(-122.1578,37.382),(-122.1572,37.375)] -Beverly Ave [(-122.1586,37.395),(-122.1582,37.388)] -Beverly St [(-121.736023,37.85177),(-121.737956,37.84632)] -Bianca Way [(-121.7244,37.946),(-121.7257,37.945)] -Bianca Way [(-121.7281,37.939),(-121.729,37.937)] -Biddle Ave [(-122.0317,37.425),(-122.0329,37.417)] -Bidwell Dr [(-121.9748,37.448),(-121.9763,37.427)] -Bidwell Dr [(-121.9763,37.422),(-121.9764,37.42)] -Biehs Ct [(-122.2289,37.386),(-122.2283,37.391)] -Big Burn Road [(-122.0918,37.802),(-122.1091,37.788)] -Binnacle Hill [(-122.2269,37.533),(-122.2274,37.523)] -Birch St [(-122.0269,37.368),(-122.0254,37.36)] -Birch St [(-122.1617,37.425),(-122.1614,37.417)] -Birch St [(-122.1653,37.478),(-122.1641,37.464)] -Birch St [(-122.1673,37.509),(-122.1661,37.492)] -Birch Creek Dr [(-121.8641,37.629),(-121.8642,37.64)] -Birdsall Ave [(-122.1907,37.774),(-122.1907,37.781)] -Birdsall Ave [(-122.191,37.789),(-122.1911,37.796)] -Birkdale Dr [(-122.0515,37.373),(-122.0521,37.368)] -Birkdale Way [(-122.0406,37.17),(-122.0386,37.153)] -Biscayne Ave [(-122.0734,37.278),(-122.0734,37.274)] -Bishop Ave [(-121.9911,37.635),(-121.9921,37.632)] -Bitterroot Ave [(-122.0091,37.276),(-122.0087,37.282)] -Black Ave [(-121.8816,37.721),(-121.8826,37.721)] -Black Ave [(-121.8909,37.704),(-121.892,37.698)] -Black Ave [(-121.8964,37.701),(-121.8967,37.706)] -Blackbird Way [(-121.8867,37.801),(-121.8876,37.801),(-121.8882,37.801)] -Blackstone Way [(-122.0393,37.724),(-122.0388,37.721)] -Blackstone Way [(-122.0418,37.736),(-122.043,37.743)] -Blacow Road [(-121.9909,37.33),(-121.9895,37.324)] -Blacow Road [(-122.0061,37.409),(-122.0053,37.405)] -Blacow Road [(-122.0179,37.469),(-122.0167,37.465)] -Blair Ave [(-122.2225,37.27),(-122.2217,37.276)] -Blair Ave [(-122.2364,37.263),(-122.2359,37.267)] -Blaisdell Way [(-121.9858,37.816),(-121.9853,37.811)] -Blake St [(-122.2622,37.639),(-122.2599,37.642)] -Blake St [(-122.2864,37.605),(-122.2845,37.608)] -Blanchard St [(-121.97,37.382),(-121.9693,37.382)] -Blanchard St [(-121.9729,37.38),(-121.9709,37.383)] -Blanding Ave [(-122.2313,37.68),(-122.2328,37.686)] -Blewett St [(-121.9732,37.373),(-121.9733,37.369)] -Bloomington Way [(-121.9448,37.205),(-121.9434,37.204)] -Blossom Ct [(-121.8766,37.395),(-121.876493,37.39469)] -Blossom Ct [(-122.0212,37.772),(-122.0213,37.769)] -Blossom Way [(-122.1096,37.758),(-122.1087,37.764),(-122.1057,37.774)] -Blue Coral [(-121.965392,37.69509),(-121.965261,37.70132)] -Bluebell Dr [(-121.74,37.151),(-121.7411,37.161)] -Bluefield Lane [(-122.1024,37.584),(-122.1033,37.561)] -Blythe St [(-122.0704,37.745),(-122.0711,37.739)] -Boar Cir [(-121.912463,37.08667),(-121.912335,37.09052)] -Bobwhite Ter [(-122.046797,37.80224),(-122.046672,37.80179)] -Bockman Road [(-122.1206,37.713),(-122.122,37.712)] -Bodie Ter [(-121.9253,37.884),(-121.9247,37.887)] -Boeing St [(-122.2122,37.34),(-122.2112,37.322)] -Bolero Ave [(-122.0904,37.297),(-122.0913,37.297)] -Bonar St [(-122.2857,37.653),(-122.2856,37.642)] -Bond St [(-122.2071,37.718),(-122.2067,37.716)] -Bond St [(-122.2126,37.75),(-122.2116,37.739)] -Bonde Way [(-122.0077,37.59),(-122.0084,37.58)] -Bonita Ave [(-122.2355,37.306),(-122.235,37.296)] -Bonita Ave [(-122.2727,37.843),(-122.2725,37.835)] -Bonner Ave [(-121.9748,37.635),(-121.976,37.631)] -Bonnie St [(-122.0332,37.381),(-122.0324,37.378)] -Booker Way [(-122.0898,37.464),(-122.0902,37.454)] -Boone Dr [(-121.9825,37.329),(-121.9829,37.324)] -Boone Dr [(-122.0271,37.151),(-122.02815,37.14124)] -Bordeaux St [(-121.7685,37.688),(-121.7687,37.664)] -Boston Ave [(-122.2132,37.961),(-122.2129,37.969)] -Boulevard Way [(-122.2427,37.18),(-122.2423,37.181)] -Bourbon Dr [(-122.0869,37.194),(-122.0878,37.192)] -Bowditch St [(-122.2559,37.665),(-122.2557,37.656)] -Bowie Common [(-122.042847,37.64532),(-122.042808,37.64484)] -Boxwood Way [(-121.9329,37.094),(-121.9335,37.096)] -Bradrick Dr [(-122.138,37.962),(-122.1361,37.963)] -Bradshire Road [(-122.0885,37.204),(-122.0883,37.2)] -Bramble Ct [(-122.0944,37.941),(-122.0951,37.94)] -Brann St [(-122.1806,37.709),(-122.1785,37.705)] -Brayton Ct [(-122.0123,37.423),(-122.0114,37.418)] -Breakwater Ave [(-122.1196,37.294),(-122.1203,37.282)] -Brentford St [(-122.1965,37.581),(-122.1964,37.564)] -Breton Dr [(-122.0435,37.463),(-122.043,37.458)] -Brian St [(-122.0686,37.348),(-122.0693,37.344)] -Briar Cliff Road [(-122.1409,37.647),(-122.1382,37.658)] -Briarwood Dr [(-121.7663,37.915),(-121.7652,37.916)] -Brickell Way [(-122.067,37.104),(-122.067,37.101)] -Bridge Ct [(-122.0879,37.848),(-122.0874,37.844)] -Bridgepointe Dr [(-122.0514,37.305),(-122.0509,37.299)] -Bridgeview Dr [(-122.2112,37.133),(-122.21,37.138)] -Bridgewood Ter [(-122.0042,37.639),(-122.0047,37.632)] -Brier St [(-122.0806,37.959),(-122.0805,37.963)] -Brighton Ave [(-122.2944,37.979),(-122.2934,37.979)] -Brighton Dr [(-121.9263,37.188),(-121.9277,37.189),(-121.9285,37.19)] -Brighton Dr [(-121.931,37.198),(-121.9312,37.197)] -Briscoe Ter [(-121.948491,37.4184),(-121.948634,37.41645)] -Bristol Blvd [(-122.1674,37.353),(-122.1698,37.342)] -Bristolwood Road [(-121.9165,37.78),(-121.9164,37.787)] -Broadmoor Blvd [(-122.147,37.397),(-122.1466,37.399)] -Broadmoor Blvd [(-122.156,37.358),(-122.1546,37.364)] -Broadmoor St [(-121.7313,37.257),(-121.7313,37.263)] -Broadmoor St [(-121.7314,37.194),(-121.7314,37.199)] -Broadmoor St [(-121.7314,37.213),(-121.7314,37.221)] -Broadmore Ave [(-122.095,37.522),(-122.0936,37.497)] -Broadway [(-122.2212,37.5),(-122.2204,37.517)] -Broadway [(-122.2372,37.631),(-122.236753,37.63675)] -Broadway [(-122.2391,37.493),(-122.2386,37.495)] -Broadway [(-122.2409,37.586),(-122.2395,37.601)] -Broadway [(-122.243008,37.55961),(-122.2427,37.563)] -Broadway [(-122.245,37.45),(-122.2443,37.46),(-122.2436,37.469)] -Broadway [(-122.2457,37.528),(-122.2455,37.529)] -Broadway [(-122.2472,37.418),(-122.2468,37.426)] -Broadway [(-122.2539,37.316),(-122.2525,37.337)] -Broadway [(-122.2598,37.222),(-122.2596,37.227)] -Broadway [(-122.2632,37.167),(-122.2626,37.177),(-122.2617,37.19)] -Broadway [(-122.2719,37.028),(-122.2714,37.036)] -Broadway [(-122.2727,37.015),(-122.2723,37.021)] -Broadway Ter [(-122.2429,37.393),(-122.2413,37.397)] -Brookdale Ave [(-122.2043,37.834),(-122.2032,37.824)] -Brookdale Ave [(-122.2092,37.878),(-122.208568,37.87208)] -Brookdale Ave [(-122.2095,37.888),(-122.2088,37.882)] -Brookdale Blvd [(-122.0915,37.164),(-122.0912,37.166)] -Brookdale Blvd [(-122.0965,37.123),(-122.0958,37.133)] -Brooklyn Ave [(-122.2425,37.029),(-122.2416,37.026)] -Brooklyn Ave [(-122.2455,37.04),(-122.2445,37.036)] -Brooklyn Ave [(-122.2502,37.055),(-122.2495,37.053)] -Brookside Ct [(-121.9218,37.902),(-121.9213,37.908)] -Browning Ct [(-122.037289,37.766),(-122.038366,37.76228)] -Browning St [(-122.2874,37.686),(-122.2872,37.669)] -Bruce Ct [(-122.0595,37.084),(-122.0588,37.076)] -Bruce Dr [(-121.9442,37.309),(-121.945,37.312)] -Brunetti Lane [(-122.136,37.91),(-122.1351,37.906)] -Bruns Road [(-121.603992,37.95307),(-121.6046,37.049)] -Brush St [(-122.2788,37.065),(-122.2784,37.07)] -Brush St [(-122.283,37.989),(-122.2827,37.994)] -Brush Ramp St [(-122.2758,37.107),(-122.27511,37.11304),(-122.275,37.114)] -Bryant St [(-121.9216,37.321),(-121.9213,37.316)] -Bryce Canyon Ct [(-121.9008,37.78),(-121.9017,37.78)] -Buchanan St [(-122.3022,37.877),(-122.3014,37.878)] -Buckeye Pl [(-122.0448,37.336),(-122.0452,37.332)] -Buckingham Blvd [(-122.2231,37.59),(-122.2214,37.606)] -Buckingham Way [(-122.0647,37.214),(-122.0653,37.214)] -Buckingham Way [(-122.0689,37.208),(-122.0693,37.207)] -Buckner Ter [(-122.060105,37.62504),(-122.059743,37.62326)] -Bucks Lake St [(-122.0559,37.882),(-122.0546,37.874)] -Buckskin Road [(-121.7421,37.213),(-121.7421,37.22)] -Budwing Ter [(-121.9516,37.136),(-121.951826,37.13555)] -Buena Ave [(-122.2786,37.792),(-122.2773,37.797)] -Buena Ave [(-122.2813,37.781),(-122.2807,37.782)] -Buena Vista Ave [(-122.2301,37.437),(-122.2295,37.424)] -Buena Vista Ave [(-122.2337,37.651),(-122.2328,37.645)] -Buena Vista Ave [(-122.2359,37.47),(-122.2353,37.468)] -Buena Vista Ave [(-122.251,37.735),(-122.2499,37.73)] -Buena Vista Ave [(-122.2687,37.774),(-122.2673,37.773)] -Buena Vista Ave [(-122.271,37.774),(-122.2698,37.774)] -Buena Vista Way [(-122.2609,37.805),(-122.2597,37.809)] -Bullard Dr [(-122.2157,37.297),(-122.2138,37.276)] -Bullard St [(-121.9694,37.355),(-121.97,37.349)] -Burdeck Dr [(-122.1939,37.099),(-122.1932,37.091)] -Burdette St [(-121.9789,37.609),(-121.9795,37.611)] -Burdette St [(-121.98,37.62),(-121.9801,37.626)] -Burdick St [(-122.0273,37.421),(-122.0266,37.418)] -Burk St [(-122.2501,37.101),(-122.2502,37.106)] -Burkhart Ave [(-122.1422,37.856),(-122.1431,37.859)] -Burlington St [(-122.2046,37.057),(-122.2042,37.058)] -Burnett St [(-122.2823,37.539),(-122.281,37.541)] -Burnham Way [(-121.9242,37.176),(-121.9243,37.183)] -Burnside Ct [(-122.0063,37.345),(-122.0069,37.338)] -Busby Ave [(-122.1545,37.79),(-122.154983,37.78916)] -Butte Ct [(-121.783,37.938),(-121.783,37.934)] -Butterfield Dr [(-122.0838,37.002),(-122.0834,37.987)] -C St [(-122.0218,37.05),(-122.0224,37.045)] -C St [(-122.0737,37.767),(-122.0722,37.778)] -C St [(-122.0773,37.742),(-122.0756,37.754)] -C St [(-122.0906,37.681),(-122.0896,37.684)] -C St [(-122.1737,37.418),(-122.1723,37.399),(-122.1716,37.393)] -C St [(-122.1768,37.46),(-122.1749,37.435)] -Cabello St [(-122.078,37.811),(-122.0783,37.807)] -Cabernet Ct [(-121.8636,37.593),(-121.8641,37.582)] -Cabot Blvd [(-122.1334,37.412),(-122.1326,37.399)] -Cabot Ct [(-121.9848,37.583),(-121.9833,37.583)] -Cabral Dr [(-122.0294,37.569),(-122.0288,37.563)] -Cabral Dr [(-122.0348,37.648),(-122.035,37.643)] -Cabrillo Dr [(-122.0153,37.515),(-122.0144,37.511)] -Cabrillo Dr [(-122.0325,37.637),(-122.0318,37.633)] -Cabrillo Dr [(-122.091,37.218),(-122.0932,37.222)] -Cadiz Dr [(-122.0239,37.655),(-122.0235,37.653)] -Calaroga Ave [(-122.0886,37.297),(-122.0885,37.276)] -Calaroga Ave [(-122.0892,37.374),(-122.0888,37.361)] -Calaroga Ave [(-122.09,37.386),(-122.0897,37.38)] -Calaroga Ave [(-122.101,37.493),(-122.1006,37.487)] -Calaveras Ave [(-121.9924,37.364),(-121.9927,37.359)] -Calaveras Ave [(-122.1864,37.845),(-122.1854,37.841)] -Calaveras Road [(-121.8389,37.143),(-121.8338,37.128)] -Calaveras Road [(-121.8476,37.209),(-121.8431,37.178)] -Calaveras Creek [(-121.8203,37.035),(-121.8207,37.931)] -Calaveras Creek [(-121.8531,37.337),(-121.8517,37.316)] -Calaveras Creek [(-121.8637,37.611),(-121.8628,37.587)] -Calcott Ct [(-122.0306,37.822),(-122.0311,37.817)] -Caldecott Lane [(-122.2312,37.512),(-122.2261,37.491)] -Calhoun St [(-122.0542,37.43),(-122.0521,37.428)] -Calhoun St [(-122.2409,37.553),(-122.2405,37.551)] -Caliban Dr [(-122.0553,37.765),(-122.053955,37.75806)] -Caliente Dr [(-122.1393,37.993),(-122.1409,37.99),(-122.1417,37.993)] -California St [(-122.1952,37.942),(-122.1946,37.935)] -California St [(-122.2032,37.005),(-122.2016,37.996)] -California St [(-122.2767,37.563),(-122.2767,37.554)] -California St [(-122.2791,37.698),(-122.2787,37.681)] -California St [(-122.2793,37.743),(-122.2794,37.733)] -California St [(-122.2795,37.761),(-122.2795,37.751)] -California Aqueduct [(-121.587742,37.65201),(-121.600239,37.70939)] -California Aqueduct [(-121.622944,37.98443),(-121.622669,37.98611)] -Call Ave [(-122.0435,37.56),(-122.0436,37.566)] -Calle Alegre [(-121.895178,37.71975),(-121.8946,37.725)] -Calle Altamira [(-121.8994,37.669),(-121.8988,37.656)] -Calle de la Mesa [(-121.905106,37.71532),(-121.906643,37.69977)] -Calle de Monte [(-122.2452,37.344),(-122.2456,37.34)] -Calle Morelia [(-121.9003,37.684),(-121.9006,37.691)] -Calmar Ave [(-122.2384,37.105),(-122.2381,37.113)] -Camanoe Lane [(-122.2339,37.33),(-122.2334,37.326)] -Cambio Ct [(-122.0217,37.558),(-122.0226,37.552)] -Cambridge Ave [(-122.1616,37.335),(-122.1575,37.353)] -Cambridge Way [(-122.2442,37.231),(-122.2419,37.244)] -Camden St [(-121.9932,37.571),(-121.992,37.564)] -Camden St [(-121.9956,37.603),(-121.9955,37.598)] -Camden St [(-122.1823,37.735),(-122.1817,37.73)] -Camelford Pl [(-122.1933,37.211),(-122.1919,37.216)] -Camelia Dr [(-121.7852,37.695),(-121.7852,37.686)] -Camelia St [(-122.2928,37.792),(-122.2916,37.792)] -Camero Pl [(-121.9461,37.463),(-121.9453,37.454)] -Camero Way [(-121.9481,37.459),(-121.9488,37.456)] -Cameron Ave [(-121.86732,37.8431),(-121.865836,37.84371)] -Cameron Ave [(-122.1316,37.502),(-122.1327,37.481)] -Camino del Valle [(-122.2431,37.343),(-122.2437,37.334)] -Camino Santa Barbara [(-121.9314,37.446),(-121.9303,37.436)] -Camino Segura [(-121.900094,37.71647),(-121.9002,37.726)] -Campbell St [(-122.2941,37.123),(-122.2936,37.129)] -Campbell St [(-122.2985,37.066),(-122.2981,37.077)] -Campus Dr [(-122.0578,37.665),(-122.0545,37.66)] -Campus Dr [(-122.1626,37.858),(-122.1611,37.843)] -Campus Dr [(-122.1704,37.905),(-122.1678,37.868),(-122.1671,37.865)] -Canary Ct [(-122.019,37.856),(-122.0192,37.85)] -Canfield Dr [(-121.9952,37.488),(-121.9955,37.482)] -Canon Ave [(-122.21715,37.01951),(-122.2151,37.053)] -Canterbury Lane [(-121.9277,37.141),(-121.9276,37.149)] -Canterbury St [(-121.995,37.573),(-121.9948,37.57)] -Canyon Heights Dr [(-121.9431,37.568),(-121.9433,37.571)] -Canyon Heights Dr [(-121.9513,37.618),(-121.9528,37.627)] -Canyon Heights Dr [(-121.9595,37.76),(-121.9596,37.753)] -Cape Cod Dr [(-122.1351,37.928),(-122.1331,37.928)] -Capella Lane [(-122.2345,37.322),(-122.2352,37.326)] -Capitan Dr [(-121.84488,37.65695),(-121.84458,37.65195)] -Capricorn Ave [(-122.2176,37.404),(-122.2164,37.384)] -Capulet Cir [(-122.057612,37.69268),(-122.0578,37.7)] -Cardinal Dr [(-121.7865,37.805),(-121.7858,37.805)] -Caribbean Com [(-122.0361,37.73),(-122.0366,37.724)] -Carleton St [(-122.2641,37.617),(-122.2619,37.62)] -Carlos Bee Blvd [(-122.065049,37.59928),(-122.0639,37.596)] -Carlston Ave [(-122.23,37.132),(-122.2307,37.141)] -Carmel Ave [(-122.2891,37.979),(-122.2893,37.968),(-122.2893,37.95)] -Carmel Dr [(-122.0965,37.135),(-122.0958,37.133)] -Carmel Way [(-122.1394,37.979),(-122.1386,37.98)] -Carmel Way [(-122.1419,37.98),(-122.1411,37.98)] -Carmen St [(-121.9501,37.38),(-121.9484,37.369)] -Carnation Way [(-121.9975,37.775),(-121.996,37.773)] -Carol Ave [(-121.9537,37.283),(-121.955,37.282)] -Carol Ave [(-121.9574,37.279),(-121.959,37.277)] -Carol Ave [(-121.9657,37.27),(-121.9679,37.268)] -Caroline St [(-122.2676,37.695),(-122.2676,37.706)] -Carolyn St [(-122.1108,37.038),(-122.1091,37.028)] -Carpentier St [(-122.1567,37.203),(-122.1561,37.194)] -Carriage Circle Com [(-122.0128,37.433),(-122.0129,37.431)] -Carrol Road [(-121.659839,37.19494),(-121.659626,37.19326)] -Carson St [(-122.1846,37.9),(-122.1843,37.901)] -Carver Lane [(-121.877,37.057),(-121.8811,37.068)] -Cascade Road [(-122.1832,37.241),(-122.1808,37.216)] -Cascade St [(-122.0839,37.416),(-122.0831,37.416)] -Cascade St [(-122.0894,37.448),(-122.0887,37.431)] -Cassiopia St [(-121.735979,37.18311),(-121.735979,37.19069)] -Castilian Road [(-121.9447,37.135),(-121.9445,37.14)] -Castille Lane [(-122.0826,37.811),(-122.082655,37.8124)] -Castillejo Road [(-121.9397,37.313),(-121.9396,37.304)] -Castle Park Way [(-122.1936,37.15),(-122.1933,37.151)] -Castlewood Dr [(-121.8895,37.376),(-121.8902,37.373)] -Castro St [(-122.1629,37.144),(-122.1636,37.141)] -Castro St [(-122.2739,37.114),(-122.2735,37.121)] -Castro St [(-122.2749,37.1),(-122.2746,37.103)] -Castro St [(-122.2757,37.084),(-122.2753,37.091)] -Castro St [(-122.2782,37.045),(-122.2778,37.052)] -Castro St [(-122.2787,37.03),(-122.2785,37.038)] -Castro Valley Blvd [(-122.0478,37.966),(-122.047,37.969)] -Castro Valley Blvd [(-122.049131,37.96068),(-122.048358,37.96377)] -Castro Valley Blvd [(-122.0604,37.92),(-122.0585,37.925)] -Castro Valley Blvd [(-122.081,37.954),(-122.0801,37.955)] -Castro Valley Blvd [(-122.086,37.939),(-122.0853,37.942)] -Catalina Ave [(-122.2458,37.329),(-122.246102,37.33109)] -Catalina Dr [(-121.7837,37.628),(-121.7834,37.628)] -Catalina Dr [(-121.7892,37.66),(-121.7896,37.649)] -Catalpa Way [(-122.0852,37.218),(-122.088,37.207)] -Cato Ct [(-122.0691,37.944),(-122.0694,37.938)] -Catron Dr [(-122.1716,37.27),(-122.1711,37.275)] -Cavalier Lane [(-121.9361,37.175),(-121.9363,37.189)] -Cavendish Dr [(-122.0477,37.158),(-122.0475,37.151)] -Cavour St [(-122.2555,37.375),(-122.2561,37.379)] -Cayuga Pl [(-121.9205,37.023),(-121.9218,37.02)] -Cayuga Way [(-121.9233,37.013),(-121.9239,37.008)] -Cedar Blvd [(-122.0214,37.402),(-122.0193,37.391)] -Cedar Blvd [(-122.0282,37.446),(-122.0265,37.43)] -Cedar Dr [(-121.7964,37.859),(-121.7941,37.858),(-121.7931,37.858)] -Cedar Lane [(-121.9173,37.08),(-121.9183,37.083),(-121.9196,37.089),(-121.92,37.098)] -Cedar St [(-121.9188,37.277),(-121.92,37.276)] -Cedar St [(-122.260055,37.79558),(-122.2582,37.798)] -Cedar St [(-122.2841,37.764),(-122.2818,37.766)] -Cedar St [(-122.2864,37.76),(-122.2858,37.762)] -Cedar St [(-122.2913,37.755),(-122.2905,37.756)] -Cedar St [(-122.2945,37.75),(-122.2934,37.753)] -Cedar St [(-122.3011,37.737),(-122.2999,37.739)] -Cedar St [(-122.3043,37.729),(-122.3032,37.732)] -Cedar St [(-122.3045,37.078),(-122.3041,37.087)] -Cedarwood Lane [(-121.8746,37.706),(-121.8746,37.721)] -Celia St [(-122.0611,37.3),(-122.0616,37.299)] -Celia St [(-122.0623,37.297),(-122.0631,37.296)] -Center St [(-122.0598,37.052),(-122.0593,37.046)] -Center St [(-122.0599,37.111),(-122.06,37.106)] -Center St [(-122.0606,37.968),(-122.0608,37.958)] -Center St [(-122.2674,37.704),(-122.267,37.704)] -Central Ave [(-122.0064,37.524),(-122.0079,37.505)] -Central Ave [(-122.0118,37.455),(-122.0129,37.443)] -Central Ave [(-122.0148,37.415),(-122.0157,37.404)] -Central Ave [(-122.0302,37.226),(-122.0325,37.196)] -Central Ave [(-122.0487,37.144),(-122.0452,37.158)] -Central Ave [(-122.2309,37.579),(-122.2276,37.557)] -Central Ave [(-122.2343,37.602),(-122.2331,37.595)] -Central Ave [(-122.27,37.715),(-122.2685,37.714)] -Central Ave [(-122.2787,37.718),(-122.2777,37.717),(-122.2762,37.717)] -Central Ave [(-122.2906,37.769),(-122.2905,37.756)] -Central Blvd [(-122.0643,37.553),(-122.0633,37.552),(-122.0622,37.545)] -Central Blvd [(-122.0703,37.582),(-122.0697,37.586)] -Cerrito St [(-122.3023,37.93),(-122.3018,37.918)] -Cerro Vista Pl [(-121.73402,37.74008),(-121.735461,37.73955)] -Chabolyn Ter [(-122.242959,37.5192),(-122.2429,37.519)] -Chabot Ct [(-122.2432,37.489),(-122.2439,37.5)] -Chabot Canal [(-121.9027,37.804),(-121.9027,37.812)] -Chabot Canal [(-121.9036,37.013),(-121.9044,37.017)] -Chabot Canal [(-121.9044,37.017),(-121.9037,37.02)] -Chabot Crest [(-122.2425,37.504),(-122.2427,37.514)] -Chambers Dr [(-122.2004,37.352),(-122.1972,37.368)] -Chambers Lane [(-122.2001,37.359),(-122.1975,37.371)] -Champagne Pl [(-121.950378,37.11376),(-121.949579,37.11174)] -Champion St [(-122.214,37.991),(-122.2147,37.002)] -Champion St [(-122.2146,37.977),(-122.2145,37.982)] -Chance St [(-122.0536,37.259),(-122.0534,37.256)] -Chandler Road [(-122.10851,37.48139),(-122.108787,37.48677)] -Channel St [(-122.1372,37.71),(-122.1369,37.706)] -Channing Way [(-122.2453,37.425),(-122.2466,37.408)] -Channing Way [(-122.2638,37.664),(-122.2629,37.665),(-122.2606,37.669)] -Channing Way [(-122.2695,37.657),(-122.2669,37.66)] -Channing Way [(-122.2727,37.652),(-122.2717,37.653)] -Channing Way [(-122.2806,37.641),(-122.2795,37.641)] -Channing Way [(-122.2842,37.636),(-122.2835,37.637)] -Channing Way [(-122.292641,37.62357),(-122.2925,37.624)] -Chapel Ct [(-122.1508,37.897),(-122.1508,37.894)] -Chapman Dr [(-122.0421,37.504),(-122.0414,37.498)] -Chardonnay Dr [(-121.846993,37.64201),(-121.846448,37.64146)] -Charles St [(-122.0255,37.505),(-122.0252,37.499)] -Charlotte Way [(-121.7247,37.839),(-121.7246,37.836)] -Charlotte Way [(-121.7261,37.856),(-121.7254,37.851)] -Charlotte Way [(-121.733871,37.88044),(-121.734295,37.88051)] -Charter Oaks Dr [(-122.0574,37.212),(-122.0568,37.22)] -Chateau Way [(-121.7627,37.727),(-121.7627,37.723)] -Chateau Park Ct [(-121.9658,37.196),(-121.966,37.193)] -Chatsworth St [(-121.7766,37.502),(-121.7766,37.496)] -Chaucer Dr [(-122.0339,37.813),(-122.0342,37.812)] -Chaucer Dr [(-122.0357,37.794),(-122.0362,37.788)] -Chelsea Dr [(-122.03044,37.5228),(-122.0303,37.522)] -Chelsea Way [(-122.068,37.224),(-122.0686,37.223)] -Chelton Dr [(-122.189,37.293),(-122.1887,37.304)] -Chemult Com [(-121.9254,37.878),(-121.9255,37.881)] -Cherry Lane [(-121.966799,37.63085),(-121.966874,37.63373)] -Cherry St [(-122.0266,37.297),(-122.0258,37.294)] -Cherry St [(-122.040954,37.37918),(-122.04,37.369)] -Cherry St [(-122.0429,37.396),(-122.0424,37.392)] -Cherry St [(-122.0437,37.42),(-122.0434,37.413)] -Cherry St [(-122.1511,37.161),(-122.1503,37.149)] -Cherry St [(-122.1671,37.488),(-122.1661,37.474)] -Cherry St [(-122.1691,37.512),(-122.1684,37.502)] -Cherrywood Dr [(-122.023,37.838),(-122.0237,37.82)] -Cheryl Cir [(-121.8979,37.8),(-121.8957,37.794)] -Cheryl Ann Cir [(-122.0754,37.352),(-122.076,37.358)] -Chester St [(-122.0791,37.955),(-122.079,37.932)] -Chester St [(-122.2949,37.07),(-122.2946,37.078)] -Chestnut St [(-122.2482,37.733),(-122.2475,37.742)] -Chestnut St [(-122.2853,37.069),(-122.2848,37.084)] -Chestnut St [(-122.2873,37.722),(-122.2873,37.711)] -Chetwood Ave [(-121.9591,37.232),(-121.960057,37.23087)] -Chetwood St [(-122.2521,37.167),(-122.2513,37.169)] -Cheyenne River Com [(-122.0521,37.779),(-122.0524,37.775)] -Chiltern Dr [(-121.9414,37.433),(-121.9412,37.424)] -Chiltern Dr [(-121.9447,37.457),(-121.9442,37.454)] -Chimney Rock [(-122.13,37.701),(-122.12905,37.70195)] -Chippendale Dr [(-122.0665,37.843),(-122.068,37.828)] -Chisholm Ct [(-122.0773,37.42),(-122.077,37.409)] -Choctaw Dr [(-121.9179,37.87),(-121.9172,37.876)] -Chris Commons [(-121.73647,37.89437),(-121.736359,37.88665)] -Chrisholm Pl [(-121.9599,37.726),(-121.9592,37.732)] -Christensen Ct [(-122.0863,37.074),(-122.0863,37.065)] -Christensen Lane [(-122.085026,37.06463),(-122.0844,37.064)] -Christensen Road [(-121.625309,37.79774),(-121.621265,37.83993)] -Christina Ct [(-121.8654,37.629),(-121.8651,37.616)] -Christine Dr [(-122.0759,37.739),(-122.0756,37.734)] -Christine St [(-122.0364,37.385),(-122.0357,37.379)] -Christy St [(-121.9662,37.022),(-121.9658,37.019)] -Church St [(-122.179,37.675),(-122.1785,37.678)] -Cindy Lane [(-121.7346,37.8244),(-121.734673,37.83042)] -Circle Way [(-121.9418,37.013),(-121.9422,37.02)] -Citron Way [(-122.1008,37.461),(-122.1017,37.46)] -Civic Terrace Ave [(-122.0251,37.389),(-122.0263,37.374)] -Clara St [(-122.1855,37.377),(-122.1851,37.381)] -Clara St [(-122.187,37.339),(-122.1865,37.357)] -Claremont Ave [(-122.2429,37.607),(-122.2421,37.609)] -Claremont Ave [(-122.243294,37.59318),(-122.2434,37.59)] -Claremont Ave [(-122.246,37.565),(-122.2461,37.562)] -Claremont Ave [(-122.2508,37.509),(-122.2505,37.514)] -Claremont Ave [(-122.2591,37.408),(-122.2586,37.413)] -Claremont Ave [(-122.2612,37.386),(-122.2604,37.393)] -Claremont Pl [(-122.0542,37.995),(-122.0542,37.008)] -Clarendon Cres [(-122.2278,37.126),(-122.2266,37.119)] -Claret Road [(-121.757012,37.72568),(-121.757266,37.71391)] -Clarewood Lane [(-122.2343,37.393),(-122.232365,37.38802)] -Clarke Lane [(-122.236271,37.29202),(-122.236552,37.28906)] -Clarke St [(-122.1568,37.225),(-122.1562,37.217)] -Clausen Ct [(-122.040846,37.6758),(-122.040845,37.66913)] -Clawiter Road [(-122.1186,37.321),(-122.1186,37.308)] -Clawiter Road [(-122.1187,37.442),(-122.1188,37.435)] -Clay St [(-122.2733,37.051),(-122.2729,37.059)] -Clay St [(-122.2755,37.017),(-122.2751,37.024)] -Clement Ave [(-122.2525,37.765),(-122.252147,37.76429)] -Cleveland Ave [(-122.3061,37.895),(-122.3058,37.889)] -Cleveland St [(-122.2435,37.048),(-122.2418,37.042)] -Clifton St [(-122.2526,37.383),(-122.2533,37.388)] -Clipper Dr [(-122.2438,37.42),(-122.2437,37.406)] -Clover St [(-122.023,37.805),(-122.0217,37.801)] -Clubhouse Dr [(-121.8179,37.971),(-121.8181,37.972)] -Clubhouse Dr [(-122.121,37.67),(-122.1215,37.671)] -Clubhouse Dr [(-122.1227,37.671),(-122.1234,37.67)] -Cluny Pl [(-122.0438,37.432),(-122.0433,37.432)] -Coach Dr [(-122.1383,37.735),(-122.1355,37.706)] -Cobblestone Dr [(-122.00122,37.8492),(-122.000944,37.84795)] -Coco Palm Dr [(-121.9905,37.311),(-121.991,37.305)] -Codornices Creek [(-122.2986,37.83),(-122.2994,37.828)] -Codornices Creek [(-122.3069,37.818),(-122.3074,37.817)] -Cody Ct [(-121.9853,37.324),(-121.986,37.316)] -Coit Ave [(-121.9244,37.346),(-121.9244,37.338)] -Coit Ave [(-121.9245,37.352),(-121.924594,37.362)] -Colby St [(-122.1282,37.959),(-122.1279,37.959)] -Cold Water Dr [(-122.0403,37.068),(-122.041,37.069)] -Cole Pl [(-122.057,37.343),(-122.0564,37.334)] -Cole St [(-122.1974,37.724),(-122.1975,37.716)] -Cole St [(-122.1975,37.749),(-122.1962,37.76)] -Coleen St [(-121.79,37.763),(-121.7892,37.744)] -Coleport Landing [(-122.2374,37.426),(-122.2378,37.42)] -Coleport Landing [(-122.237889,37.41293),(-122.2379,37.412)] -Colette St [(-122.063,37.46),(-122.0623,37.451)] -Colette St [(-122.06565,37.4825),(-122.0646,37.479)] -Colgate Dr [(-122.0271,37.94),(-122.0249,37.933)] -Colgate St [(-122.1545,37.019),(-122.1538,37.014)] -Colima Ct [(-122.0251,37.664),(-122.0245,37.661)] -Coliseum Way [(-122.19759,37.4533),(-122.1948,37.444)] -Coliseum Way [(-122.2001,37.47),(-122.1978,37.516)] -Coliseum Way [(-122.2113,37.626),(-122.2085,37.592),(-122.2063,37.568)] -College Ave [(-121.7675,37.745),(-121.7658,37.745)] -College Ave [(-121.7693,37.744),(-121.769,37.744)] -College Ave [(-122.2506,37.367),(-122.2508,37.374)] -College Ave [(-122.2511,37.421),(-122.2512,37.429)] -College Ave [(-122.2516,37.474),(-122.2518,37.483)] -Collier Dr [(-122.1409,37.299),(-122.14,37.302)] -Colonial Loma Verde Dr [(-122.1184,37.849),(-122.117278,37.85528)] -Colony Ct [(-122.061894,37.27773),(-122.061805,37.27497)] -Colorados Dr [(-122.1757,37.281),(-122.1748,37.301)] -Columbia Dr [(-122.0574,37.168),(-122.0568,37.183)] -Columbia Dr [(-122.057463,37.28811),(-122.057463,37.28593)] -Columbian Dr [(-122.1635,37.727),(-122.1627,37.734)] -Columbine Pl [(-122.0122,37.321),(-122.013,37.33)] -Columbus Ave [(-121.776,37.679),(-121.7753,37.682)] -Columbus Ave [(-121.7786,37.68),(-121.7777,37.681)] -Colusa Ave [(-122.2786,37.835),(-122.2784,37.831)] -Colusa Ave [(-122.2794,37.922),(-122.2793,37.916)] -Colusa Ave [(-122.2812,37.943),(-122.2805,37.939)] -Colusa Ave [(-122.2847,37.973),(-122.2846,37.967)] -Colville Pl [(-122.0419,37.709),(-122.0402,37.702)] -Concannon Blvd [(-121.7804,37.608),(-121.779,37.608)] -Concord St [(-121.8551,37.602),(-121.856,37.593)] -Constitution Dr [(-121.816179,37.01178),(-121.816179,37.01023)] -Contra Costa Ave [(-122.0153,37.551),(-122.0141,37.545)] -Contra Costa Ave [(-122.2754,37.944),(-122.2754,37.918)] -Contreras Pl [(-122.0386,37.553),(-122.0387,37.55)] -Conway Ter [(-122.044884,37.64441),(-122.04466,37.64514)] -Coolidge Ave [(-122.2007,37.058),(-122.1992,37.06)] -Coolidge Ave [(-122.2104,37.957),(-122.2099,37.962)] -Coolidge Ave [(-122.2171,37.872),(-122.2169,37.875)] -Coral Road [(-122.1907,37.34),(-122.1902,37.334)] -Core Ter [(-122.047353,37.65391),(-122.047303,37.65185)] -Corey Way [(-122.0699,37.054),(-122.0698,37.046)] -Cormorant Ter [(-122.045468,37.80753),(-122.044829,37.80392)] -Cornell Ave [(-122.2956,37.925),(-122.2949,37.906),(-122.2939,37.875)] -Corning Ct [(-122.0689,37.688),(-122.0685,37.68)] -Cornish Dr [(-122.0228,37.75),(-122.0225,37.754)] -Coronado Lane [(-121.9026,37.843),(-121.9028,37.843)] -Corral Hollow Creek [(-121.590572,37.01116),(-121.599735,37.10676)] -Corriea Way [(-121.9501,37.402),(-121.9505,37.398)] -Corte de Flores [(-121.908126,37.71073),(-121.90924,37.71391)] -Corte Eulalia [(-122.1142,37.78),(-122.1154,37.776)] -Corte Munras [(-121.900576,37.74452),(-121.900804,37.74889)] -Corte Vera Cruz [(-121.9036,37.639),(-121.9038,37.642)] -Corte Yolanda [(-122.1426,37.753),(-122.1423,37.749)] -Cortland Way [(-121.7892,37.934),(-121.7885,37.939)] -Corvair St [(-122.2126,37.364),(-122.2132,37.36)] -Corvallis St [(-122.1527,37.974),(-122.1521,37.97)] -Cosgrave Ave [(-122.1621,37.62),(-122.1616,37.626)] -Cosmic Way [(-121.9659,37.423),(-121.9666,37.414)] -Cottage St [(-122.2593,37.713),(-122.258931,37.71803)] -Cotter Way [(-122.0904,37.818),(-122.0882,37.829)] -Cotton Ct [(-122.0462,37.123),(-122.0469,37.117)] -Cottonwood St [(-121.9116,37.732),(-121.9115,37.725)] -Cottonwood St [(-121.912,37.74),(-121.9118,37.735)] -Country Dr [(-121.9903,37.52),(-121.9916,37.506)] -Court St [(-122.2331,37.583),(-122.2324,37.589),(-122.2314,37.598)] -Courtland Ave [(-122.2041,37.801),(-122.2032,37.815)] -Courtland Ave [(-122.2084,37.76),(-122.2068,37.772)] -Cove Road [(-122.2468,37.425),(-122.2474,37.408)] -Covington Way [(-121.7935,37.936),(-121.7911,37.942)] -Cowing Road [(-122.0002,37.934),(-121.9772,37.782)] -Cowper St [(-122.2908,37.673),(-122.2894,37.675)] -Coyote Hills Slough [(-122.0904,37.85),(-122.0953,37.829)] -Coyote Hills Slough [(-122.1075,37.687),(-122.1285,37.643)] -Coyote River [(-121.931582,37.60707),(-121.932309,37.60824)] -Coyote River [(-121.9505,37.629),(-121.9582,37.646)] -Coyote River [(-121.9746,37.617),(-121.9863,37.648)] -Cragmont Ave [(-122.2616,37.921),(-122.2603,37.911)] -Cragmont Ave [(-122.266,37.95),(-122.2656,37.943)] -Craig St [(-121.9869,37.61),(-121.9864,37.601)] -Crane Ave [(-122.0578,37.103),(-122.058,37.086)] -Creed Road [(-122.2249,37.094),(-122.2256,37.101)] -Creekside Dr [(-121.924308,37.89385),(-121.925368,37.89008)] -Creekside Dr [(-121.926024,37.88774),(-121.926337,37.88663)] -Creekside Ter [(-121.997958,37.64593),(-121.998047,37.63504)] -Creekwood Dr [(-122.043309,37.66911),(-122.041422,37.66099)] -Crellin Road [(-121.846446,37.59189),(-121.846,37.591),(-121.845775,37.59073)] -Crest Ave [(-122.1039,37.067),(-122.1038,37.066)] -Crest Ave [(-122.162,37.699),(-122.1568,37.664)] -Crest Ct [(-122.0566,37.049),(-122.0571,37.05)] -Crest Lane [(-122.0558,37.047),(-122.0546,37.047)] -Crest Road [(-122.2149,37.216),(-122.2153,37.221)] -Crestline Road [(-121.887,37.789),(-121.8846,37.793)] -Crestmont Dr [(-122.1775,37.029),(-122.1798,37.044)] -Creston Road [(-122.2639,37.002),(-122.2613,37.986),(-122.2602,37.978),(-122.2598,37.973)] -Crestwood St [(-121.9589,37.159),(-121.961,37.156)] -Crisfield Lane [(-121.871,37.814),(-121.8718,37.813)] -Crocker Ave [(-122.2242,37.186),(-122.2243,37.171)] -Crockwood Ter [(-122.045255,37.66569),(-122.045487,37.66262)] -Cromwell Way [(-121.7723,37.932),(-121.7713,37.933)] -Crosby St [(-122.146,37.96),(-122.145,37.953)] -Cross Road [(-121.666843,37.7387),(-121.664768,37.7474)] -Crow Ct [(-121.8797,37.911),(-121.8801,37.91)] -Crow Canyon Road [(-122.0106,37.674),(-122.0102,37.675)] -Crow Canyon Road [(-122.0497,37.029),(-122.0479,37.028)] -Crow Canyon Road [(-122.0552,37.938),(-122.0545,37.967)] -Crow Canyon Creek [(-122.0425,37.051),(-122.0426,37.049)] -Crow Canyon Creek [(-122.043,37.905),(-122.0368,37.71)] -Crow Canyon Creek [(-122.046308,37.0015),(-122.046833,37.00133)] -Croxton Ave [(-122.2591,37.219),(-122.2584,37.211)] -Cryer St [(-122.1024,37.357),(-122.1035,37.351)] -Crystal Lane [(-121.868866,37.50763),(-121.870709,37.51024)] -Crystaline Dr [(-121.925856,37),(-121.925869,37.00527)] -Cull Canyon Road [(-122.0536,37.435),(-122.0499,37.315)] -Cull Canyon Reservoir [(-122.0546,37.039),(-122.0553,37.089)] -Cull Creek [(-122.0624,37.875),(-122.0582,37.527)] -Culver St [(-122.1998,37.865),(-122.1996,37.862)] -Cumberland Ave [(-122.1467,37.945),(-122.1507,37.944)] -Curran Way [(-122.2074,37.96),(-122.207,37.966)] -Curtis St [(-121.9765,37.246),(-121.9778,37.229)] -Curtis St [(-122.2866,37.981),(-122.2866,37.968),(-122.2867,37.949)] -Curtis St [(-122.2877,37.65),(-122.2877,37.639)] -Curtis St [(-122.2881,37.848),(-122.2883,37.831)] -Curtner Road [(-121.909,37.928),(-121.9084,37.928)] -Curtner Road [(-121.9117,37.939),(-121.9105,37.93)] -Cutler Ave [(-122.013942,37.74913),(-122.0142,37.745)] -Cypress St [(-122.2883,37.177),(-122.2884,37.184)] -Cypress St [(-122.2886,37.241),(-122.2883,37.247)] -Cypress St [(-122.2899,37.142),(-122.2894,37.156)] -Cypress St [(-122.2908,37.104),(-122.2905,37.113)] -Cypress St [(-122.2931,37.047),(-122.2928,37.055)] -Cypress Point Dr [(-121.7251,37.24),(-121.724,37.24)] -D St [(-122.0239,37.017),(-122.0242,37.015)] -D St [(-122.0529,37.421),(-122.0534,37.42)] -D St [(-122.055,37.798),(-122.0541,37.796),(-122.0529,37.794)] -D St [(-122.056892,37.79896),(-122.0564,37.8)] -D St [(-122.0746,37.745),(-122.0741,37.749)] -D St [(-122.179,37.476),(-122.1785,37.47)] -D St [(-122.1811,37.505),(-122.1805,37.497)] -Dagnino Road [(-121.7462,37.306),(-121.7461,37.379)] -Daisy St [(-122.1817,37.843),(-122.18,37.848),(-122.179,37.851)] -Daisy St [(-122.1857,37.858),(-122.185,37.851)] -Dalgo Road [(-121.947,37.529),(-121.9475,37.524)] -Dalton Way [(-122.0293,37.927),(-122.0297,37.915)] -Dalton Com [(-121.994,37.555),(-121.9944,37.556)] -Damon Slough [(-122.2057,37.533),(-122.2063,37.531)] -Dana St [(-122.2578,37.501),(-122.2579,37.507)] -Dana St [(-122.2583,37.548),(-122.2582,37.541)] -Daniels Dr [(-122.1346,37.317),(-122.1335,37.323)] -Darius Way [(-122.1272,37.18),(-122.1267,37.164)] -Darwin Dr [(-122.0335,37.776),(-122.0349,37.767)] -Darwin Dr [(-122.0359,37.763),(-122.0366,37.755)] -Darwin St [(-122.0996,37.317),(-122.1024,37.311)] -Daryl Ave [(-122.115,37.883),(-122.1149,37.866)] -Dashwood Ave [(-122.177,37.618),(-122.1755,37.627)] -Davenport Ave [(-122.1827,37.892),(-122.1823,37.872)] -David St [(-122.0637,37.958),(-122.0608,37.958)] -Davis St [(-122.1624,37.225),(-122.1632,37.222),(-122.1647,37.218)] -Davis St [(-122.1702,37.203),(-122.171,37.201)] -Davis St [(-122.1719,37.199),(-122.1725,37.198)] -Davis St [(-122.1831,37.165),(-122.1835,37.165)] -Davis St [(-122.1857,37.158),(-122.1921,37.139)] -Davis St [(-122.217903,37.89337),(-122.216,37.885)] -Davona Dr [(-121.9261,37.222),(-121.9278,37.218)] -Davy Ct [(-121.9902,37.629),(-121.99,37.623)] -Dawe Ave [(-122.0783,37.927),(-122.0783,37.912)] -Dawes St [(-122.2122,37.24),(-122.2112,37.226)] -Dawn View Ct [(-122.041,37.144),(-122.0403,37.143)] -Dayle Ct [(-121.943,37.37),(-121.9421,37.369)] -De Brum Commons [(-121.924934,37.30872),(-121.924728,37.30014)] -De la Cruz Road [(-122.0554,37.305),(-122.055,37.301)] -Dearborn St [(-122.0274,37.107),(-122.0275,37.101)] -Decatur Way [(-122.0868,37.296),(-122.0863,37.267)] -Decoto Road [(-122.0159,37.006),(-122.016,37.002),(-122.0164,37.993)] -Decoto Road [(-122.0175,37.961),(-122.0177,37.955)] -Decoto Road [(-122.0189,37.925),(-122.019,37.921)] -Decoto Road [(-122.0292,37.733),(-122.0315,37.707)] -Decoto Road [(-122.0361,37.656),(-122.0364,37.652)] -Deep Creek Road [(-122.049391,37.64053),(-122.04928,37.63888)] -Deep Creek Road [(-122.0533,37.749),(-122.053709,37.74218)] -Deep Creek Road [(-122.0536,37.697),(-122.0517,37.674),(-122.0513,37.668)] -Deer Oaks Dr [(-121.909133,37.54092),(-121.907389,37.54544)] -Deer Park Way [(-122.0279,37.526),(-122.0266,37.524)] -Deer Trail Pl [(-122.0455,37.669),(-122.044472,37.66938)] -Deering St [(-122.2146,37.904),(-122.2126,37.897)] -Deervale Road [(-121.9376,37.178),(-121.9374,37.184)] -Deerwood St [(-122.1775,37.623),(-122.177,37.618)] -Del Valle Pkwy [(-121.875441,37.66004),(-121.874759,37.65728)] -Del Valle Road [(-121.688828,37.70896),(-121.691152,37.7458)] -Delaware Dr [(-121.951,37.203),(-121.9517,37.201)] -Delaware St [(-122.2016,37.926),(-122.2015,37.925)] -Delaware Way [(-121.786362,37.92959),(-121.7863,37.93)] -Delmar Ave [(-121.7889,37.693),(-121.787,37.704)] -Delmar Ave [(-122.2453,37.545),(-122.2444,37.556)] -Delores Dr [(-122.0742,37.735),(-122.0752,37.727)] -Delta Ter [(-121.9592,37.113),(-121.959,37.111)] -Delta Mendota Canal [(-121.562031,37.5571),(-121.573749,37.57374)] -Delta Mendota Canal [(-121.57819,37.7187),(-121.578403,37.71976)] -Delta Mendota Canal [(-121.589243,37.84355),(-121.589222,37.84389)] -Denise Ct [(-121.9418,37.142),(-121.9414,37.127)] -Denise St [(-121.9469,37.37),(-121.945,37.359)] -Denker Dr [(-121.9086,37.861),(-121.9082,37.863),(-121.9079,37.864)] -Dennison St [(-122.2379,37.796),(-122.2374,37.796)] -Dennison St [(-122.2428,37.791),(-122.2412,37.793),(-122.239,37.795)] -Denslowe St [(-122.1851,37.336),(-122.1847,37.332)] -Denton Ave [(-122.1118,37.467),(-122.108659,37.47689)] -Denton Ave [(-122.1118,37.467),(-122.112277,37.46666)] -Depot Road [(-122.127518,37.3808),(-122.1284,37.38)] -Depot Road [(-122.1302,37.38),(-122.1323,37.379)] -Derby St [(-122.246,37.628),(-122.2451,37.629)] -Derby St [(-122.2617,37.612),(-122.2595,37.615)] -Derby St [(-122.2688,37.602),(-122.2663,37.606)] -Dering Pl [(-122.0192,37.701),(-122.0183,37.693)] -Devonshire Ave [(-122.1466,37.926),(-122.1498,37.924)] -Devonshire Ave [(-122.1507,37.924),(-122.1517,37.924)] -Dewey St [(-122.1483,37.862),(-122.1482,37.857)] -Diablo Ave [(-122.1186,37.358),(-122.1236,37.358)] -Diablo Pl [(-122.0543,37.973),(-122.0534,37.974)] -Diamond Dr [(-121.8008,37.669),(-121.7988,37.682)] -Diana Common [(-122.056116,37.61386),(-122.056337,37.62065)] -Dichondra Pl [(-122.009872,37.31128),(-122.009205,37.31438)] -Dillo St [(-122.1303,37.024),(-122.1303,37.016)] -Dimond Ave [(-122.2167,37.994),(-122.2162,37.006)] -Dixon St [(-122.0524,37.32),(-122.0514,37.311)] -Doane St [(-121.9531,37.149),(-121.9562,37.14)] -Doane St [(-121.9581,37.135),(-121.9597,37.13)] -Dobbel Ave [(-122.0319,37.46),(-122.0328,37.463)] -Dobbel Ave [(-122.0417,37.52),(-122.0408,37.515)] -Dohr St [(-122.2805,37.56),(-122.2804,37.548)] -Dolores Ave [(-122.1517,37.224),(-122.1498,37.229)] -Dolores Dr [(-121.8732,37.524),(-121.8724,37.519)] -Dolores Dr [(-121.875651,37.52705),(-121.87384,37.52324)] -Dolores St [(-122.078,37.842),(-122.0779,37.833)] -Dominici Dr [(-122.0149,37.756),(-122.0151,37.75)] -Donalban Cir [(-122.0464,37.71),(-122.0475,37.709)] -Donegal Ct [(-122.0433,37.549),(-122.0421,37.543)] -Donlan Canyon Creek [(-121.9687,37.097),(-121.9584,37.101)] -Donna Way [(-122.1333,37.606),(-122.1316,37.599)] -Donner Way [(-121.9969,37.37),(-121.9945,37.357)] -Donohue Dr [(-121.932,37.091),(-121.9327,37.106)] -Doolittle Dr [(-122.174643,37.98341),(-122.1735,37.965)] -Doolittle Dr [(-122.1793,37.052),(-122.1787,37.043)] -Doolittle Dr [(-122.193162,37.21747),(-122.193,37.216)] -Doolittle Dr [(-122.224088,37.448),(-122.2226,37.448)] -Dorisa Ave [(-122.1462,37.555),(-122.1448,37.572)] -Dorman Road [(-121.9061,37.834),(-121.9063,37.841)] -Dorne Pl [(-121.9455,37.397),(-121.9456,37.392)] -Dorothy Pl [(-122.2301,37.566),(-122.2302,37.571)] -Dorsey Ave [(-121.9992,37.495),(-121.9997,37.489)] -Dorthea Ct [(-121.9064,37.519),(-121.908617,37.52369)] -Dougherty Road [(-121.908447,37.2552),(-121.90838,37.2379)] -Dougherty Road [(-121.9093,37.127),(-121.9093,37.15418)] -Dougherty Road [(-121.909939,37.28669),(-121.909373,37.30234),(-121.9092,37.305)] -Douglas Dr [(-122.1705,37.227),(-122.1698,37.214)] -Dover Way [(-121.7929,37.906),(-121.7917,37.906)] -Dowe Ave [(-122.0439,37.903),(-122.04363,37.91098)] -Dowling Blvd [(-122.1467,37.359),(-122.1447,37.359)] -Dowling Blvd [(-122.1552,37.323),(-122.1542,37.335)] -Downing Pl [(-122.0549,37.035),(-122.0546,37.041)] -Doyle St [(-122.2835,37.337),(-122.2836,37.344)] -Drake Dr [(-122.2056,37.311),(-122.2043,37.302)] -Drew St [(-122.1288,37.938),(-122.1281,37.939)] -Drew Ter [(-121.956729,37.21923),(-121.956991,37.21808)] -Driftwood Dr [(-122.0109,37.482),(-122.0113,37.477)] -Driftwood Way [(-121.919,37.794),(-121.92,37.795)] -Driftwood Way [(-122.1726,37.924),(-122.1734,37.924)] -Driscoll Road [(-121.9482,37.403),(-121.948451,37.39995)] -Dry Creek [(-121.706461,37.12006),(-121.708998,37.15525)] -Dry Creek [(-122.0367,37.88386),(-122.038,37.877)] -Dublin Blvd [(-121.9096,37.047),(-121.9115,37.034)] -Dublin Blvd [(-121.945852,37.98712),(-121.944625,37.99187)] -Dublin Road [(-121.955087,37.97529),(-121.946646,37.94858)] -Dublin Way [(-122.251,37.425),(-122.2513,37.43)] -Dublin Canyon Road [(-121.94428,37.95399),(-121.943721,37.95527)] -Dublin Creek [(-121.9422,37.974),(-121.955,37.984)] -Dublin Green Dr [(-121.939669,37.10516),(-121.9384,37.097)] -Dudley Ave [(-122.222,37.241),(-122.2221,37.234)] -Duffel Pl [(-122.0641,37.434),(-122.0637,37.429)] -Dunbar Pl [(-122.011,37.632),(-122.0121,37.621)] -Dundee Ct [(-122.1458,37.166),(-122.1451,37.16)] -Dunkirk Ave [(-122.1254,37.526),(-122.1228,37.531)] -Dunn Road [(-122.1195,37.452),(-122.1211,37.451)] -Durant Ave [(-122.2603,37.678),(-122.2584,37.68)] -Durant Ave [(-122.2671,37.669),(-122.2652,37.67)] -Durham Road [(-121.9216,37.146),(-121.9234,37.149)] -Durham Road [(-121.957278,37.10033),(-121.957885,37.09857)] -Durham Road [(-121.9605,37.091),(-121.9616,37.087)] -Durham Road [(-121.9634,37.081),(-121.9642,37.078)] -Durham Way [(-122.0321,37.656),(-122.0311,37.642)] -Durillo Dr [(-121.9464,37.446),(-121.9457,37.441)] -Durk Way [(-122.097393,37.57955),(-122.097541,37.58144)] -Dusterberry Way [(-122.0141,37.565),(-122.0135,37.562)] -Dutton Ave [(-122.1403,37.339),(-122.1394,37.34)] -Dutton Ave [(-122.155,37.319),(-122.1534,37.323)] -Dwight Way [(-122.2483,37.662),(-122.2472,37.661)] -Dwight Way [(-122.2546,37.657),(-122.2533,37.659)] -Dwight Way [(-122.2573,37.654),(-122.256,37.656)] -Dwight Way [(-122.286,37.616),(-122.2851,37.617)] -Dwight Way [(-122.2933,37.602),(-122.292,37.605),(-122.291,37.607)] -Dyer St [(-122.0684,37.028),(-122.0691,37.005)] -Dyer St [(-122.0701,37.969),(-122.0703,37.965)] -E St [(-122.019,37.037),(-122.0195,37.032),(-122.0203,37.027),(-122.0208,37.022)] -E St [(-122.1832,37.505),(-122.1826,37.498),(-122.182,37.49)] -Eagle Ave [(-122.2342,37.668),(-122.2335,37.664)] -Eagle Ave [(-122.2539,37.76),(-122.253215,37.75657)] -Earhart Road [(-122.2004,37.256),(-122.2004,37.259)] -Earhart Road [(-122.2086,37.296),(-122.2012,37.255)] -Earhart Road [(-122.2186,37.394),(-122.2181,37.389)] -Earl St [(-122.1564,37.709),(-122.1552,37.697)] -East Ave [(-121.7203,37.799),(-121.7176,37.801)] -East Ave [(-121.7296,37.8),(-121.7251,37.8)] -East Ave [(-121.7424,37.799),(-121.7416,37.799)] -East Ave [(-121.7597,37.798),(-121.7558,37.8)] -East Ave [(-121.7641,37.8),(-121.763,37.8)] -East Ave [(-122.0361,37.719),(-122.0352,37.733)] -Easterday Way [(-121.9916,37.829),(-121.9899,37.814)] -Eastlawn St [(-122.1989,37.629),(-122.1982,37.623)] -Eastlawn St [(-122.2005,37.644),(-122.2,37.638)] -Eastman Ave [(-122.20024,37.86217),(-122.1998,37.865)] -Eastman Ave [(-122.2028,37.845),(-122.2012,37.856)] -Eastman Ct [(-122.0732,37.492),(-122.0722,37.486)] -Eastpark Ter [(-122.041182,37.77686),(-122.042271,37.78226)] -Eastshore Hwy [(-122.3057,37.785),(-122.3051,37.755)] -Ebbetts St [(-122.0061,37.205),(-122.005,37.203)] -Eden Ave [(-122.1143,37.505),(-122.1142,37.491)] -Eden Creek [(-122.0218,37.996),(-122.0222,37.961)] -Eden Creek [(-122.022037,37.00675),(-122.0221,37.998)] -Eden Landing Road [(-122.1204,37.268),(-122.1204,37.267)] -Eden Landing Road [(-122.1213,37.226),(-122.1213,37.223)] -Edenberry St [(-121.9347,37.23),(-121.9349,37.235)] -Edes Ave [(-122.1833,37.363),(-122.1821,37.359)] -Edes Ave [(-122.1948,37.444),(-122.1941,37.444)] -Edgebrook Dr [(-122.057639,37.71523),(-122.057506,37.72472)] -Edgehill Ct [(-122.1305,37.239),(-122.1304,37.232)] -Edgemoor St [(-122.1492,37.918),(-122.1492,37.91)] -Edgewater Dr [(-122.0285,37.526),(-122.028611,37.52295)] -Edgewater Dr [(-122.0306,37.542),(-122.0298,37.538)] -Edgewater Dr [(-122.0327,37.552),(-122.0315,37.546)] -Edgewater Dr [(-122.0387,37.579),(-122.038315,37.57785)] -Edgewater Dr [(-122.0401,37.57),(-122.0405,37.565)] -Edgewater Dr [(-122.201,37.379),(-122.2042,37.41)] -Edison Way [(-121.9443,37.098),(-121.9473,37.084)] -Edith St [(-122.02,37.43),(-122.0197,37.429)] -Edith St [(-122.077,37.638),(-122.0764,37.631)] -Edith St [(-122.2764,37.774),(-122.2763,37.765)] -Edith Way [(-122.0733,37.825),(-122.0716,37.804)] -Edwards Ave [(-122.1652,37.749),(-122.1638,37.759)] -Edwards Lane [(-122.0599,37.016),(-122.058514,37.01551)] -Eggers Ct [(-121.9924,37.585),(-121.991,37.576)] -Eggers Dr [(-122.0002,37.465),(-122.0017,37.451)] -Ehle St [(-122.103,37.973),(-122.1017,37.959)] -Eilene Dr [(-121.869254,37.87019),(-121.869113,37.87253)] -Eilene Dr [(-121.869618,37.86592),(-121.869389,37.86861)] -El Caminito [(-121.7883,37.673),(-121.7852,37.67)] -El Caminito [(-121.7922,37.696),(-121.7907,37.685),(-121.7898,37.681)] -El Camino Real [(-122.2409,37.559),(-122.2407,37.556)] -El Centro Ave [(-122.2191,37.116),(-122.2185,37.118)] -El Dorado Dr [(-121.7803,37.659),(-121.7801,37.647)] -El Monte Ave [(-122.1594,37.624),(-122.1591,37.63)] -El Paseo [(-122.244718,37.33016),(-122.2454,37.333)] -El Portal [(-122.2429,37.359),(-122.2434,37.361)] -El Portal Ave [(-121.9993,37.83),(-121.9997,37.817)] -El Portal Ct [(-122.2554,37.844),(-122.2552,37.85)] -El Rey Ave [(-122.0219,37.536),(-122.0225,37.53)] -Elba Way [(-121.9223,37.143),(-121.923,37.139)] -Elbert St [(-122.2205,37.107),(-122.2195,37.095)] -Elder Way [(-122.0819,37.229),(-122.0827,37.229)] -Eldridge Ave [(-122.0883,37.402),(-122.0878,37.395)] -Eldridge Ave [(-122.0896,37.423),(-122.0888,37.408)] -Elgin St [(-122.1106,37.911),(-122.1102,37.911)] -Elgin St [(-122.113,37.911),(-122.1119,37.911)] -Elgin St [(-122.1222,37.95),(-122.1213,37.945)] -Elk Ct [(-121.912463,37.08667),(-121.913575,37.09125)] -Elko Ct [(-122.1499,37.778),(-122.1496,37.773)] -Ellen Way [(-122.0685,37.83),(-122.0687,37.828)] -Ellen Way [(-122.0711,37.801),(-122.0716,37.796)] -Ellis St [(-122.2726,37.542),(-122.2723,37.524)] -Ellsworth St [(-122.2611,37.575),(-122.2608,37.57)] -Elm St [(-121.7815,37.865),(-121.7807,37.865)] -Elm St [(-122.04,37.27),(-122.0392,37.254)] -Elmhurst St [(-122.0916,37.568),(-122.0918,37.564)] -Elmridge Ct [(-121.8867,37.707),(-121.8871,37.702)] -Elsie Ave [(-122.1497,37.21),(-122.1447,37.223)] -Elverton Dr [(-122.2028,37.487),(-122.2017,37.471)] -Elvessa St [(-122.1296,37.528),(-122.129,37.522)] -Elysian Fields Dr [(-122.1275,37.646),(-122.1275,37.649)] -Elysian Fields Dr [(-122.1336,37.595),(-122.133,37.594)] -Elysian Fields Dr [(-122.1369,37.589),(-122.1361,37.595)] -Embarcadero [(-122.2527,37.894),(-122.246486,37.86908)] -Embarcadero [(-122.276,37.961),(-122.2747,37.956)] -Embarcadero [(-122.2836,37.99),(-122.283,37.989)] -Emerald Ave [(-121.9247,37.13),(-121.925,37.136)] -Emerald St [(-122.2557,37.309),(-122.2557,37.315)] -Emerson St [(-121.9276,37.345),(-121.9284,37.347)] -Emerson St [(-122.2688,37.543),(-122.2678,37.544)] -Emily Ct [(-122.0726,37.121),(-122.0712,37.124)] -Empire Road [(-122.1873,37.278),(-122.1858,37.277)] -Encinitas Way [(-122.0759,37.917),(-122.0756,37.911)] -Encino Dr [(-121.7959,37.688),(-121.7947,37.688)] -Endeavour Way [(-122.0655,37.842),(-122.0647,37.84)] -Endicott St [(-122.1436,37.931),(-122.1435,37.911)] -Enfield Dr [(-122.0273,37.519),(-122.0277,37.507)] -Enos Way [(-121.7677,37.896),(-121.7673,37.91)] -Ensenada Ave [(-122.2833,37.933),(-122.2825,37.928)] -Enterprise Pl [(-121.9568,37.009),(-121.9558,37.002)] -Erica Pl [(-122.0299,37.165),(-122.0293,37.169)] -Erie St [(-122.2419,37.122),(-122.2408,37.134)] -Escher Dr [(-122.1962,37.258),(-122.1988,37.302)] -Essex St [(-122.2677,37.537),(-122.2657,37.539)] -Essex Way [(-121.9735,37.257),(-121.9749,37.249)] -Estabrook St [(-122.1527,37.164),(-122.1535,37.161)] -Estabrook St [(-122.1539,37.16),(-122.1547,37.156)] -Estates Dr [(-122.2136,37.158),(-122.2126,37.169)] -Estates Dr [(-122.2139,37.272),(-122.2135,37.26)] -Estates Dr [(-122.2178,37.33),(-122.2183,37.325)] -Estates Dr [(-122.2225,37.37),(-122.218617,37.34167)] -Estudillo Ave [(-122.1446,37.274),(-122.1425,37.28)] -Estudillo Ave [(-122.1509,37.256),(-122.1498,37.26)] -Estudillo Ave [(-122.1547,37.245),(-122.1551,37.244)] -Estudillo Ave [(-122.1584,37.229),(-122.1595,37.225)] -Estudillo Ave [(-122.1608,37.22),(-122.1621,37.214)] -Estudillo Canal [(-122.1282,37.969),(-122.1288,37.964)] -Estudillo Canal [(-122.1323,37.929),(-122.1363,37.924),(-122.1369,37.924)] -Estudillo Canal [(-122.1397,37.923),(-122.14066,37.92204)] -Estudillo Canal [(-122.1569,37.861),(-122.1587,37.858)] -Eucalyptus Ct [(-122.064324,37.37425),(-122.064548,37.37733)] -Euclid Ave [(-122.2618,37.893),(-122.2612,37.887)] -Euclid Ave [(-122.2627,37.907),(-122.2621,37.902)] -Euclid Ave [(-122.2632,37.942),(-122.2644,37.93)] -Euclid Ave [(-122.2671,37.009),(-122.2666,37.987)] -Eugene St [(-121.963937,37.38628),(-121.9642,37.383)] -Eugene St [(-121.9659,37.364),(-121.9664,37.358)] -Evans St [(-121.7778,37.607),(-121.7777,37.602)] -Evelyn Ave [(-122.2906,37.814),(-122.2903,37.807)] -Evelyn Ave [(-122.2919,37.843),(-122.2909,37.83)] -Everett Ave [(-122.2182,37.02),(-122.2172,37.05)] -Everett Ave [(-122.219,37.094),(-122.218,37.087)] -Everett St [(-122.236,37.678),(-122.2353,37.687)] -Everett St [(-122.2385,37.647),(-122.238,37.653)] -Everglade St [(-122.0822,37.275),(-122.083,37.272)] -Everglades Lane [(-121.8005,37.87),(-121.800259,37.87469)] -Everglades Park Dr [(-121.9703,37.175),(-121.9718,37.164)] -Evergreen Ave [(-122.1367,37.234),(-122.1361,37.224)] -Evergreen St [(-122.0877,37.458),(-122.087,37.455)] -Excelsior Ave [(-122.2224,37.019),(-122.2215,37.016)] -Excelsior Ave [(-122.2338,37.059),(-122.2312,37.051)] -F St [(-122.0191,37.017),(-122.0198,37.013)] -F St [(-122.0223,37.993),(-122.0225,37.993)] -F St [(-122.0246,37.976),(-122.0247,37.974)] -F Bay [(-122.152,37.358),(-122.150473,37.24998)] -F Bay [(-122.2842,37.681),(-122.2841,37.68)] -F Bay [(-122.3138,37.645),(-122.3154,37.643)] -Faber St [(-122.0694,37.105),(-122.075,37.106)] -Fabian Way [(-122.0703,37.27),(-122.0684,37.269)] -Fabian Com [(-121.9951,37.537),(-121.9947,37.534)] -Fair Ave [(-122.0298,37.395),(-122.0304,37.386)] -Fairbrook Ct [(-121.9207,37.829),(-121.9218,37.826)] -Fairfax Ave [(-122.1997,37.733),(-122.1997,37.724)] -Fairfax Ave [(-122.2022,37.784),(-122.2015,37.778)] -Fairlands Dr [(-121.871,37.976),(-121.8719,37.961)] -Fairlands Dr [(-121.8731,37.956),(-121.8738,37.952)] -Fairlands Road [(-122.0583,37.784),(-122.059,37.781)] -Fairmont Dr [(-122.1135,37.144),(-122.1109,37.143)] -Fairmount Ave [(-122.2525,37.23),(-122.2511,37.234)] -Fairmount Ave [(-122.2561,37.194),(-122.2553,37.202)] -Fairview Ave [(-121.999,37.428),(-121.9863,37.351)] -Fairview Ave [(-122.0165,37.549),(-122.016,37.525)] -Fairview Ave [(-122.02765,37.68521),(-122.0274,37.669),(-122.0267,37.646)] -Fairview Ave [(-122.038562,37.76258),(-122.0379,37.762)] -Fairview Ave [(-122.0418,37.748),(-122.0402,37.764)] -Fairview Ave [(-122.0432,37.752),(-122.0428,37.751)] -Fairview Ave [(-122.049,37.788),(-122.0482,37.775)] -Fairview Ave [(-122.2404,37.22),(-122.2401,37.227)] -Fairview St [(-122.2792,37.495),(-122.2776,37.498)] -Fairway Ct [(-122.0536,37.334),(-122.0539,37.33)] -Fairway Dr [(-122.1753,37.994),(-122.176433,37.98933)] -Fairway St [(-122.0353,37.237),(-122.0343,37.238)] -Fairway St [(-122.0375,37.221),(-122.0368,37.226)] -Fairwood St [(-121.9539,37.183),(-121.9573,37.178)] -Fall Creek Road [(-121.910898,37.2702),(-121.909729,37.25584)] -Fallbrook Way [(-122.1285,37.533),(-122.1278,37.522)] -Fallon St [(-122.2637,37.969),(-122.2633,37.977)] -Fallon St [(-122.2661,37.931),(-122.2658,37.935)] -Falls Ter [(-122.048735,37.61624),(-122.048402,37.60954)] -Falmouth Pl [(-122.0301,37.513),(-122.031,37.502)] -Farallon Dr [(-122.1681,37.938),(-122.1698,37.937)] -Fargo Ave [(-122.1468,37.881),(-122.1476,37.887)] -Farm Hill Dr [(-122.0328,37.523),(-122.0333,37.511)] -Farnsworth St [(-122.1507,37.952),(-122.1507,37.944)] -Farwell Dr [(-121.9867,37.255),(-121.9841,37.264)] -Farwell Dr [(-121.996,37.291),(-121.9952,37.287)] -Farwell Dr [(-121.9966,37.316),(-121.9962,37.314)] -Farwell Dr [(-122.0133,37.392),(-122.0125,37.389),(-122.01186,37.3858)] -Faulkner Dr [(-122.0034,37.53),(-122.0049,37.515)] -Feldspar Ct [(-122.0722,37.874),(-122.0734,37.87)] -Fellows St [(-122.0652,37.814),(-122.066,37.805)] -Fellows St [(-122.0682,37.78),(-122.0687,37.775)] -Fenico Ter [(-122.0166,37.562),(-122.0168,37.559)] -Fenwick Way [(-121.947144,37.20116),(-121.9451,37.202)] -Fenwick Way [(-121.9473,37.192),(-121.9472,37.199)] -Fernside Ave [(-122.2337,37.514),(-122.2343,37.509)] -Fernside Blvd [(-122.2256,37.575),(-122.2249,37.581)] -Fernside Blvd [(-122.2271,37.645),(-122.2265,37.64)] -Ferro St [(-122.2996,37.975),(-122.3025,37.968)] -Ferry St [(-122.3128,37.147),(-122.3113,37.159)] -Ferry St [(-122.3185,37.097),(-122.3155,37.122)] -Field St [(-122.1604,37.721),(-122.1596,37.728)] -Fielding Ct [(-122.0393,37.689),(-122.0384,37.688)] -Fiji Way [(-122.1747,37.968),(-122.1753,37.965)] -Filbert St [(-122.036,37.259),(-122.0356,37.252)] -Filbert St [(-122.2779,37.215),(-122.2772,37.233)] -Filbert St [(-122.2802,37.151),(-122.2796,37.168)] -Finback Way [(-122.1783,37.934),(-122.1776,37.936)] -Findlay Way [(-121.7463,37.753),(-121.7454,37.753)] -Fir Ave [(-122.2385,37.318),(-122.2379,37.314)] -Firestone Ct [(-122.1246,37.671),(-122.1246,37.666)] -First St [(-121.7572,37.875),(-121.7576,37.863)] -First St [(-121.7636,37.843),(-121.7644,37.84)] -Firth Ct [(-122.1359,37.93),(-122.1363,37.924)] -Fisk Ct [(-122.155,37.972),(-122.1545,37.968)] -Fitzerald St [(-122.28185,37.26208),(-122.282237,37.26273)] -Flagg St [(-122.0921,37.71),(-122.0914,37.7)] -Fleet Road [(-122.2235,37.085),(-122.2229,37.078)] -Fleming Ave [(-122.1949,37.791),(-122.1948,37.783)] -Fletcher Lane [(-122.0779,37.668),(-122.0762,37.683)] -Flint Ct [(-122.1074,37.711),(-122.1085,37.704)] -Flint River Ter [(-122.054,37.78),(-122.0536,37.778)] -Flora St [(-122.1882,37.625),(-122.1879,37.622)] -Florence Ave [(-122.2253,37.376),(-122.225,37.373)] -Florence Road [(-121.7743,37.711),(-121.7743,37.687)] -Floresta Blvd [(-122.146,37.994),(-122.1478,37.98)] -Florio St [(-122.2504,37.502),(-122.2494,37.504)] -Flynn Road [(-121.657764,37.18891),(-121.657276,37.18952)] -Folsom Ave [(-122.0587,37.271),(-122.0596,37.269)] -Folsom Ave [(-122.0628,37.259),(-122.062855,37.25882)] -Fontaine Ct [(-122.1525,37.685),(-122.1517,37.688)] -Fontana Dr [(-122.2458,37.36),(-122.2463,37.354)] -Fontes Dr [(-121.933352,37.40768),(-121.93251,37.40887)] -Fontonett Ave [(-121.795158,37.619),(-121.7947,37.619)] -Foothill Blvd [(-122.0798,37.709),(-122.0798,37.688)] -Foothill Blvd [(-122.0882,37.829),(-122.0869,37.822)] -Foothill Blvd [(-122.0926,37.862),(-122.0918,37.857)] -Foothill Blvd [(-122.0983,37.907),(-122.0981,37.905)] -Foothill Blvd [(-122.1455,37.421),(-122.145202,37.41752)] -Foothill Blvd [(-122.1775,37.697),(-122.1764,37.696)] -Foothill Blvd [(-122.1948,37.725),(-122.1928,37.721)] -Foothill Blvd [(-122.2018,37.724),(-122.2008,37.724)] -Foothill Blvd [(-122.2136,37.77),(-122.2129,37.763)] -Foothill Blvd [(-122.2216,37.837),(-122.2206,37.833)] -Foothill Blvd [(-122.2289,37.846),(-122.2278,37.845)] -Foothill Blvd [(-122.2414,37.9),(-122.2403,37.893)] -Foothill Blvd [(-122.2454,37.921),(-122.2442,37.91)] -Foothill Lane [(-121.905417,37.52303),(-121.905087,37.51659)] -Foothill Road [(-121.8956,37.413),(-121.8967,37.419)] -Foothill Road [(-121.9075,37.547),(-121.907696,37.55141)] -Foothill Road [(-121.923245,37.81689),(-121.9236,37.82)] -Foothill Road [(-121.932,37.93),(-121.9335,37.958)] -Foothill Knolls Dr [(-121.909407,37.65999),(-121.9094,37.657)] -Fordham Way [(-121.7488,37.869),(-121.7481,37.869),(-121.7472,37.868)] -Forest Pl [(-122.0672,37.051),(-122.0673,37.044)] -Forest St [(-122.2541,37.443),(-122.2547,37.445)] -Forest Glen Pl [(-122.067707,37.01875),(-122.068338,37.01945),(-122.068308,37.0263)] -Forest Hill Ave [(-122.2118,37.034),(-122.2086,37.069)] -Forestland Way [(-122.1886,37.334),(-122.1901,37.329)] -Fortune Way [(-122.1877,37.693),(-122.187,37.688)] -Foster Ct [(-122.0745,37.396),(-122.074447,37.39388)] -Foster St [(-121.9683,37.367),(-121.9664,37.358)] -Fountain St [(-122.2306,37.593),(-122.2293,37.605)] -Foxfire Pl [(-122.063987,37.27349),(-122.064027,37.27459)] -Foxswallow Road [(-121.8776,37.793),(-121.8796,37.794)] -Fraga Road [(-122.0397,37.975),(-122.0393,37.987)] -France Road [(-122.045563,37.6829),(-122.045452,37.68292)] -Francisco St [(-121.8687,37.749),(-121.8696,37.75)] -Francisco St [(-122.286,37.733),(-122.285,37.735),(-122.2839,37.737)] -Franklin Ave [(-122.0605,37.028),(-122.0614,37.039)] -Franklin Dr [(-121.9049,37.954),(-121.9084,37.934)] -Franklin St [(-122.2687,37.055),(-122.2679,37.068)] -Franklin St [(-122.2702,37.03),(-122.2698,37.037)] -Franklin St [(-122.2719,37.003),(-122.2715,37.009)] -Franklin St [(-122.2744,37.961),(-122.2741,37.968)] -Frederick Road [(-122.174,37.244),(-122.1735,37.225)] -Frederiksen Lane [(-121.9251,37.162),(-121.9256,37.162)] -Fredi St [(-122.0764,37.934),(-122.0767,37.93)] -Freedom Ave [(-122.1219,37.081),(-122.1215,37.075)] -Freeman Pl [(-122.0375,37.866),(-122.037548,37.86536)] -Fremont Ave [(-122.1429,37.008),(-122.145652,37.04405)] -Fremont Blvd [(-121.9347,37.663),(-121.9324,37.65)] -Fremont Blvd [(-121.955914,37.22071),(-121.9556,37.213)] -Fremont Blvd [(-121.960056,37.3392),(-121.9584,37.33)] -Fremont Blvd [(-121.964,37.362),(-121.9632,37.357)] -Fremont Blvd [(-122.0043,37.573),(-122.0038,37.57)] -Fremont Blvd [(-122.006647,37.58506),(-122.0071,37.587)] -Fremont Blvd [(-122.02826,37.6908),(-122.02694,37.6842)] -Fremont Blvd [(-122.0348,37.724),(-122.0315,37.707)] -Fremont Blvd [(-122.0373,37.736),(-122.0361,37.73)] -Fremont Blvd [(-122.0392,37.746),(-122.039154,37.74569)] -Fremont St [(-122.284,37.403),(-122.2841,37.407)] -Frontage Road [(-122.3051,37.664),(-122.2994,37.5)] -Frontage Road [(-122.3074,37.781),(-122.3048,37.71)] -Fruitvale Ave [(-122.2158,37.985),(-122.2157,37.987)] -Fruitvale Ave [(-122.2166,37.966),(-122.2163,37.97)] -Fruitvale Ave [(-122.2182,37.923),(-122.218,37.929)] -Fruitvale Ave [(-122.2257,37.754),(-122.2256,37.756)] -Fruitvale Ave [(-122.2272,37.719),(-122.2269,37.725)] -Fruitvale Ave [(-122.2285,37.693),(-122.227522,37.71256)] -Fulmar Ter [(-122.045623,37.80299),(-122.045824,37.80101)] -Funston Gate Ct [(-121.8824,37.847),(-121.883,37.842)] -Fuschia Ct [(-122.0204,37.325),(-122.0199,37.323)] -G St [(-122.0167,37.018),(-122.0174,37.013)] -Gable Dr [(-121.9178,37.798),(-121.9175,37.799)] -Gading Road [(-122.0801,37.343),(-122.08,37.336)] -Gading Road [(-122.0802,37.388),(-122.0802,37.38)] -Gail Dr [(-122.0853,37.858),(-122.0854,37.853)] -Gainsborough Ct [(-122.2448,37.473),(-122.2447,37.461)] -Gainsborough Ter [(-122.0369,37.764),(-122.0369,37.756)] -Galaxy Dr [(-122.0675,37.866),(-122.068,37.86)] -Galindo Dr [(-121.9071,37.895),(-121.9041,37.891)] -Galindo St [(-122.2158,37.84),(-122.2149,37.837)] -Gallegos Ave [(-121.9286,37.324),(-121.9285,37.318)] -Galleon Pl [(-122.178053,37.9223),(-122.177578,37.92252)] -Galloway St [(-121.7473,37.177),(-121.7459,37.18)] -Galloway Common [(-121.7459,37.18),(-121.745647,37.17049)] -Galsworthy Ct [(-121.995,37.586),(-121.9955,37.585)] -Galt St [(-122.1507,37.886),(-122.1507,37.88)] -Galway Bay [(-122.2473,37.389),(-122.2475,37.384)] -Gamay Dr [(-121.9093,37.676),(-121.909,37.67)] -Ganet Ter [(-122.045424,37.79478),(-122.04533,37.79418)] -Ganton Ct [(-122.0379,37.146),(-122.038,37.152)] -Garden Ave [(-122.1077,37.626),(-122.1075,37.61)] -Garfield Ave [(-122.1718,37.638),(-122.1713,37.632)] -Garfield Ave [(-122.1746,37.664),(-122.174,37.66)] -Garin Ave [(-122.033003,37.2842),(-122.032,37.282)] -Garland Ct [(-122.0924,37.192),(-122.0926,37.177)] -Garrison Ave [(-122.0785,37.075),(-122.0785,37.051)] -Garrone Ave [(-122.0498,37.437),(-122.0513,37.434)] -Garwood Glenn Dr [(-122.06406,37.68946),(-122.064269,37.68336)] -Gateview Ave [(-122.3047,37.921),(-122.3033,37.9)] -Gatewood St [(-121.9574,37.185),(-121.9573,37.178)] -Gawain Ct [(-122.0251,37.745),(-122.02374,37.7382)] -Geary Road [(-121.770923,37.99805),(-121.770222,37.9976)] -Geary Road [(-121.7784,37.014),(-121.7986,37.06)] -Geary Road [(-121.8277,37.073),(-121.8279,37.082)] -Gem Ave [(-122.0167,37.823),(-122.0171,37.809)] -Genoa St [(-122.2725,37.46),(-122.2727,37.467)] -Georgean St [(-122.1024,37.877),(-122.1006,37.892)] -Gertrude Dr [(-121.996,37.398),(-121.9966,37.39)] -Gettysburg Ave [(-122.1089,37.366),(-122.1089,37.357)] -Giannini Ct [(-122.0254,37.16),(-122.0256,37.157)] -Gibbons Dr [(-122.2289,37.633),(-122.2283,37.633)] -Gibbons Dr [(-122.2325,37.625),(-122.2317,37.629)] -Gibraltar Dr [(-121.9025,37.96),(-121.9008,37.96)] -Gibraltar Dr [(-122.0202,37.624),(-122.0207,37.619)] -Gibraltar Dr [(-122.0242,37.603),(-122.0252,37.608)] -Gibraltar Dr [(-122.026,37.613),(-122.026476,37.61522)] -Gilbert Pl [(-121.9823,37.655),(-121.9836,37.653)] -Gilman St [(-122.2883,37.813),(-122.2877,37.812)] -Gilman St [(-122.2942,37.808),(-122.2933,37.81)] -Gilman St [(-122.2962,37.803),(-122.2951,37.806)] -Girvin Dr [(-122.1957,37.291),(-122.1904,37.299)] -Gisler Way [(-122.042,37.285),(-122.0392,37.298)] -Glacier Dr [(-121.8016,37.804),(-121.8017,37.809)] -Glade St [(-122.0819,37.592),(-122.08171,37.5977)] -Glen Ave [(-122.2514,37.257),(-122.2505,37.258)] -Glen Dr [(-122.1459,37.316),(-122.1422,37.315)] -Glen Alpine Road [(-122.2198,37.223),(-122.2185,37.239),(-122.217349,37.236)] -Glen Ellen Dr [(-122.0479,37.85),(-122.0475,37.851)] -Glendale Dr [(-122.0074,37.46),(-122.0067,37.456)] -Glenmoor Dr [(-122.0046,37.466),(-122.0038,37.461)] -Glenora Way [(-121.9143,37.317),(-121.9146,37.316)] -Glenview Dr [(-122.001,37.413),(-122.0002,37.409)] -Glenwood St [(-121.7799,37.771),(-121.7794,37.771)] -Gliddon St [(-122.0575,37.066),(-122.058,37.045)] -Godwit Ct [(-122.0141,37.84),(-122.0141,37.845)] -Gold Creek [(-121.922096,37.88859),(-121.920744,37.88463)] -Goldcrest Cir [(-121.8909,37.725),(-121.8917,37.73)] -Golden Gate Way [(-122.2378,37.497),(-122.238055,37.49522)] -Goldengate Ave [(-122.2324,37.451),(-122.232584,37.45192)] -Golf Dr [(-121.7449,37.136),(-121.7443,37.142)] -Golf Links Road [(-122.1425,37.565),(-122.1415,37.569)] -Golf Links Road [(-122.1491,37.533),(-122.1482,37.536)] -Gomes Road [(-121.949156,37.42192),(-121.9493,37.42)] -Gordon St [(-122.0405,37.752),(-122.0408,37.748)] -Gordon St [(-122.2001,37.788),(-122.1998,37.785)] -Gotubin Common [(-122.053546,37.59037),(-122.054013,37.58887)] -Grace Ave [(-122.276,37.431),(-122.2764,37.43)] -Graffian St [(-122.16774,37.3758),(-122.1677,37.375)] -Graham Ave [(-122.0311,37.321),(-122.032,37.31)] -Graham Way [(-122.1328,37.128),(-122.1321,37.134)] -Granada Cir [(-122.0734,37.229),(-122.0736,37.228)] -Granada Cir [(-122.0741,37.234),(-122.0742,37.23)] -Granada Dr [(-122.0734,37.212),(-122.0734,37.207)] -Granada Dr [(-122.0738,37.22),(-122.0736,37.216)] -Grand Ave [(-122.2442,37.18),(-122.244,37.184)] -Grand Ave [(-122.2479,37.111),(-122.2478,37.115)] -Grand Ave [(-122.2684,37.123),(-122.269233,37.12388)] -Grand Ave [(-122.2722,37.128),(-122.2729,37.129)] -Grand Ave [(-122.2812,37.154),(-122.2823,37.156),(-122.2834,37.159)] -Grand St [(-122.2612,37.637),(-122.2609,37.643)] -Grand Lake Dr [(-122.0553,37.89),(-122.056,37.894)] -Grand Lake Dr [(-122.0591,37.864),(-122.0587,37.861)] -Grandbrook Park Ct [(-121.9661,37.136),(-121.9658,37.14)] -Grandview Dr [(-122.229712,37.58234),(-122.230071,37.57618)] -Grange Ter [(-122.04547,37.62805),(-122.045749,37.62695)] -Granger Ave [(-122.0778,37.984),(-122.0784,37.985)] -Grant Ave [(-122.1491,37.732),(-122.1512,37.722)] -Grant Ave [(-122.1523,37.717),(-122.1535,37.712)] -Grant Ave [(-122.1545,37.703),(-122.1567,37.683)] -Grant St [(-122.2725,37.579),(-122.2723,37.57)] -Grant St [(-122.2729,37.597),(-122.2727,37.588)] -Grant St [(-122.2738,37.632),(-122.2735,37.623)] -Grant Line Road [(-121.583469,37.45746),(-121.583118,37.4641)] -Granville Dr [(-122.0105,37.357),(-122.01,37.354)] -Grass Valley Ct [(-122.1194,37.518),(-122.1187,37.516)] -Grass Valley Road [(-122.1246,37.764),(-122.1176,37.634)] -Gray Fox Cir [(-121.84122,37.60072),(-121.841235,37.60161)] -Grayson St [(-122.2883,37.56),(-122.2871,37.563)] -Grayson St [(-122.2916,37.553),(-122.2906,37.556)] -Greenhills [(-122.082437,37.05551),(-122.08375,37.05557)] -Greenly Dr [(-122.1595,37.704),(-122.1578,37.696)] -Greenly Dr [(-122.1635,37.727),(-122.161,37.716)] -Greenridge Road [(-122.0454,37.151),(-122.043982,37.1588),(-122.0441,37.178)] -Greens Lane [(-121.8938,37.339),(-121.894,37.311)] -Greentree Ct [(-121.8851,37.696),(-121.8855,37.692)] -Greenview Dr [(-122.0652,37.907),(-122.064379,37.90817)] -Greenview Dr [(-122.0688,37.905),(-122.0683,37.905),(-122.0663,37.907)] -Greenville Road [(-121.6957,37.798),(-121.6956,37.778)] -Greenville Road [(-121.6959,37.044),(-121.6959,37.034)] -Greenville Road [(-121.6999,37.175),(-121.6993,37.169)] -Greenwood Road [(-121.8795,37.705),(-121.8795,37.721)] -Greenwood Road [(-121.8795,37.745),(-121.8796,37.766)] -Greenwood Road [(-121.8796,37.801),(-121.8796,37.802)] -Greer Ave [(-122.1393,37.889),(-122.1401,37.889)] -Gresel St [(-122.0345,37.178),(-122.0338,37.182)] -Gresham Ct [(-121.8752,37.943),(-121.8754,37.946)] -Grimmer Blvd [(-121.9555,37.054),(-121.9534,37.05)] -Grimmer Blvd [(-121.9625,37.394),(-121.9633,37.383)] -Grimmer Blvd [(-121.9636,37.133),(-121.962341,37.11577)] -Grimmer Blvd [(-121.966619,37.178),(-121.966,37.165)] -Grimmer Blvd [(-121.967,37.332),(-121.9682,37.315)] -Grizzly Peak Blvd [(-122.2112,37.568),(-122.2105,37.561)] -Grizzly Peak Blvd [(-122.2213,37.638),(-122.2127,37.581)] -Grizzly Peak Blvd [(-122.254,37.915),(-122.2536,37.912)] -Grizzly Peak Blvd [(-122.26,37.965),(-122.259,37.952)] -Grizzly Peak Blvd [(-122.2689,37.035),(-122.2667,37.02)] -Grouse Way [(-122.0136,37.821),(-122.013412,37.83099)] -Grove St [(-122.2364,37.582),(-122.2357,37.59)] -Grove Way [(-122.0643,37.884),(-122.062679,37.89162),(-122.061796,37.89578),(-122.0609,37.9)] -Grove Way [(-122.078,37.842),(-122.0759,37.843)] -Grove Way [(-122.1041,37.76),(-122.102947,37.76318)] -Grovenor Dr [(-122.0893,37.224),(-122.0887,37.209)] -Gulfstream St [(-121.8645,37.976),(-121.8645,37.993)] -Gull Ct [(-122.0594,37.775),(-122.0595,37.782)] -Gull Way [(-121.8004,37.846),(-121.7996,37.845)] -Gunn Dr [(-122.1902,37.347),(-122.190933,37.35637),(-122.192,37.357)] -Guthrie St [(-121.861539,37.97796),(-121.860503,37.97781)] -H St [(-121.7625,37.766),(-121.7621,37.756)] -H St [(-122.0204,37.974),(-122.0207,37.972)] -Hacienda Ave [(-122.1192,37.754),(-122.1214,37.746)] -Hacienda Ave [(-122.1225,37.742),(-122.1235,37.738)] -Hacienda Ave [(-122.125,37.729),(-122.1259,37.719)] -Hackamore Lane [(-121.922474,37.86233),(-121.9223,37.863)] -Hackamore Lane [(-121.924324,37.85594),(-121.9239,37.857)] -Hackamore Com [(-121.9233,37.864),(-121.922542,37.86411)] -Haddon Pl [(-122.2416,37.099),(-122.2411,37.103)] -Hagemann Dr [(-121.79953,37.88118),(-121.7995,37.883)] -Haight Ave [(-122.2881,37.767),(-122.2883,37.756)] -Haley St [(-122.0444,37.367),(-122.042309,37.35074)] -Haley St [(-122.0585,37.436),(-122.0579,37.432)] -Halkin Lane [(-122.2684,37.983),(-122.2677,37.985)] -Halliday Ave [(-122.175147,37.63369),(-122.1747,37.629)] -Hamilton Pl [(-122.2592,37.151),(-122.2604,37.16)] -Hamilton St [(-122.188,37.549),(-122.1875,37.544)] -Hamlin St [(-122.009871,37.36805),(-122.0092,37.365)] -Hampel St [(-122.2248,37.078),(-122.2244,37.073)] -Hampton Road [(-122.1086,37.838),(-122.1073,37.84)] -Hampton Road [(-122.2146,37.189),(-122.2139,37.183)] -Hampton Road [(-122.222,37.177),(-122.2209,37.179)] -Hamrick Lane [(-122.0831,37.344),(-122.0839,37.342)] -Hancock Dr [(-121.9569,37.419),(-121.957,37.413)] -Hanly Road [(-122.2137,37.067),(-122.2135,37.075)] -Hannah St [(-122.2854,37.216),(-122.2861,37.237)] -Hanover Ave [(-122.2488,37.034),(-122.2477,37.037)] -Hanover Ave [(-122.2536,37.031),(-122.253,37.031)] -Hanover St [(-121.789629,37.92481),(-121.7892,37.934)] -Hanover St [(-121.7911,37.942),(-121.7923,37.95)] -Hanover St [(-121.7939,37.918),(-121.7928,37.918)] -Hansen Ave [(-122.0121,37.523),(-122.0124,37.519)] -Hansen Dr [(-121.8984,37.7),(-121.898897,37.69774)] -Hansen Road [(-122.0551,37.706),(-122.055,37.712)] -Hansom Dr [(-122.1369,37.75),(-122.1354,37.726)] -Happy Valley Road [(-121.877541,37.35652),(-121.871788,37.33636)] -Happy Valley Road [(-121.879849,37.36461),(-121.877975,37.35804)] -Happyland Ave [(-122.1044,37.666),(-122.104441,37.66152)] -Harbor Bay Pkwy [(-122.233076,37.25225),(-122.236357,37.2515),(-122.2385,37.251)] -Harbor Light Road [(-122.2667,37.606),(-122.2651,37.631)] -Harbor View Ave [(-122.1872,37.927),(-122.1866,37.921)] -Harder Road [(-122.0693,37.506),(-122.0688,37.506)] -Harder Road [(-122.0793,37.489),(-122.0802,37.488)] -Harlan St [(-122.1477,37.195),(-122.151,37.182)] -Harlon Ct [(-122.0223,37.447),(-122.0229,37.445)] -Harmon Ave [(-122.194,37.68),(-122.1924,37.664),(-122.1911,37.652)] -Harpers Ferry Ct [(-121.9019,37.758),(-121.902271,37.7633)] -Harrington Ave [(-122.2115,37.847),(-122.2108,37.851)] -Harris Road [(-122.0659,37.372),(-122.0675,37.363)] -Harris Road [(-122.0681,37.36),(-122.0705,37.347)] -Harrisburg Ave [(-122.011,37.776),(-122.0113,37.773)] -Harrison St [(-122.1539,37.268),(-122.1535,37.259)] -Harrison St [(-122.2544,37.197),(-122.2542,37.199)] -Harrison St [(-122.2577,37.172),(-122.2569,37.176)] -Harrison St [(-122.2621,37.108),(-122.262,37.11)] -Harrison St [(-122.2722,37.952),(-122.2717,37.958)] -Harrison St Ramp [(-122.262,37.11),(-122.2613,37.114)] -Hartford Dr [(-122.0297,37.94),(-122.0295,37.944)] -Hartley Gate Ct [(-121.8803,37.863),(-121.8812,37.871)] -Hartman Road [(-121.7876,37.217),(-121.7953,37.211)] -Harvard Way [(-121.754,37.805),(-121.7508,37.806)] -Harvest Road [(-121.8797,37.687),(-121.8807,37.691)] -Harwood Ave [(-122.2471,37.497),(-122.2466,37.498)] -Harwood Ave [(-122.25,37.489),(-122.2475,37.495)] -Haskell St [(-122.2825,37.512),(-122.2805,37.516)] -Hathaway Ave [(-122.1109,37.742),(-122.1105,37.739)] -Havasu St [(-121.9209,37.887),(-121.9204,37.878)] -Havenscourt Blvd [(-122.1891,37.634),(-122.1888,37.638),(-122.1882,37.643)] -Haverhill Dr [(-122.1938,37.246),(-122.1915,37.242)] -Hawkins St [(-121.969533,37.36702),(-121.9703,37.358)] -Hawley St [(-122.1921,37.531),(-122.1915,37.526)] -Hawthorne Ter [(-122.261,37.825),(-122.262,37.823)] -Hayfield Road [(-121.8292,37.314),(-121.8281,37.295)] -Hays St [(-122.1538,37.203),(-122.1533,37.194)] -Hayward Blvd [(-122.0224,37.563),(-122.0179,37.544)] -Hayward Blvd [(-122.0335,37.552),(-122.032996,37.55094)] -Hayward Blvd [(-122.03757,37.5596),(-122.033997,37.55449)] -Hayward Blvd [(-122.0383,37.556),(-122.0381,37.557)] -Hayward Blvd [(-122.050043,37.58583),(-122.0484,37.574),(-122.047,37.556)] -Hearst Ave [(-122.2551,37.757),(-122.2545,37.758)] -Hearst Ave [(-122.2691,37.738),(-122.268,37.74)] -Hearst Ave [(-122.2726,37.734),(-122.2715,37.735)] -Hearst Ave [(-122.277,37.727),(-122.2748,37.731)] -Hearst Ave [(-122.2858,37.714),(-122.2847,37.715)] -Hearst Ave [(-122.2918,37.704),(-122.2887,37.709)] -Hearst Ave [(-122.3027,37.682),(-122.3019,37.685)] -Heartwood Dr [(-122.2006,37.341),(-122.1992,37.338)] -Heathrow Ter [(-122.057185,37.55699),(-122.056911,37.55223)] -Hebrides Ct [(-122.0343,37.529),(-122.034,37.531)] -Hegenberger Exwy [(-122.1874,37.572),(-122.1891,37.56)] -Hegenberger Exwy [(-122.1946,37.52),(-122.1947,37.497)] -Hegenberger Road [(-122.1953,37.401),(-122.1953,37.404)] -Hegenberger Road [(-122.1955,37.378),(-122.1954,37.385)] -Heidelberg Dr [(-121.7692,37.638),(-121.7714,37.645)] -Heidelberg Dr [(-121.7761,37.614),(-121.7751,37.614)] -Heinz Ave [(-122.2953,37.527),(-122.2912,37.536)] -Hellman St [(-122.1403,37.471),(-122.1406,37.464)] -Helsinki Way [(-121.7753,37.659),(-121.7744,37.658)] -Hemlock Ter [(-121.986875,37.25649),(-121.986744,37.25571)] -Henry St [(-122.2706,37.857),(-122.2704,37.843)] -Heritage Ter [(-121.997217,37.55076),(-121.997913,37.54319)] -Herman Ave [(-121.7163,37.123),(-121.7164,37.142)] -Hermes Ct [(-122.0786,37.516),(-122.0784,37.514)] -Hermitage Ave [(-122.0542,37.384),(-122.0566,37.368)] -Hermitage Ct [(-121.7295,37.263),(-121.729426,37.26819)] -Hermitage Lane [(-122.0362,37.137),(-122.0354,37.136)] -Hermosa Ave [(-122.2309,37.415),(-122.231,37.404),(-122.2301,37.404)] -Herrier St [(-122.1943,37.006),(-122.1936,37.998)] -Herrin Way [(-121.9098,37.888),(-121.91,37.893)] -Hesperian Blvd [(-122.0878,37.182),(-122.0873,37.174)] -Hesperian Blvd [(-122.088064,37.18684),(-122.087886,37.18358)] -Hesperian Blvd [(-122.0916,37.245),(-122.0896,37.214)] -Hesperian Blvd [(-122.097,37.333),(-122.0956,37.31),(-122.0946,37.293)] -Hesperian Blvd [(-122.1079,37.513),(-122.1076,37.507)] -Hesperian Blvd [(-122.1102,37.551),(-122.1091,37.534)] -Hesperian Blvd [(-122.1132,37.6),(-122.1123,37.586)] -Hesperian Blvd [(-122.1257,37.792),(-122.1251,37.781)] -Hesperian Blvd [(-122.1287,37.989),(-122.1287,37.984)] -Hesperian Blvd [(-122.1288,37.922),(-122.1288,37.913)] -Hesse Dr [(-122.0782,37.208),(-122.0782,37.204)] -Hetch Hetchy Aqueduct [(-121.635378,37.0634),(-121.630012,37.07482)] -Hetch Hetchy Aqueduct [(-121.687586,37.92102),(-121.686938,37.92241)] -Hetch Hetchy Aqueduct [(-121.74008,37.81072),(-121.739425,37.81211)] -Hetch Hetchy Aqueduct [(-121.9355,37.477),(-121.9169,37.53)] -Hetch Hetchy Aqueduct [(-121.9465,37.448),(-121.945888,37.4496)] -Hetch Hetchy Aqueduct [(-121.94968,37.4388),(-121.9488,37.441)] -Hetch Hetchy Aqueduct [(-121.9615,37.407),(-121.960853,37.40854)] -Hetch Hetchy Aqueduct [(-122.0007,37.313),(-122.0005,37.313)] -Hetch Hetchy Aqueduct [(-122.0233,37.291),(-122.020432,37.29388)] -Hetch Hetchy Aqueduct [(-122.0255,37.283),(-122.0245,37.286)] -Hetch Hetchy Aqueduct [(-122.039,37.25),(-122.0404,37.247)] -Heyer Ave [(-122.0673,37.044),(-122.0657,37.044)] -Hibiscus Ave [(-121.999801,37.80223),(-121.9993,37.8)] -Hickory Lane [(-121.9163,37.102),(-121.91604,37.1072)] -Hickory St [(-122.0524,37.214),(-122.0523,37.211)] -Hidalgo Ct [(-121.9505,37.614),(-121.9512,37.608)] -Hidden Lane [(-122.0553,37.757),(-122.05301,37.75242),(-122.0503,37.747)] -Higgins Way [(-121.9433,37.392),(-121.9424,37.392)] -High St [(-121.9601,37.381),(-121.95938,37.3774)] -High St [(-122.1901,37.889),(-122.1899,37.891)] -High St [(-122.199,37.845),(-122.1983,37.849)] -High St [(-122.2007,37.837),(-122.1997,37.842)] -High St [(-122.2151,37.712),(-122.2145,37.716)] -High St [(-122.2233,37.647),(-122.2226,37.652)] -High St [(-122.2281,37.605),(-122.2273,37.611),(-122.2267,37.618)] -High St [(-122.2295,37.592),(-122.2288,37.597)] -High St [(-122.2379,37.514),(-122.2367,37.526)] -Highland Ave [(-122.2286,37.21),(-122.2285,37.2)] -Hilgard Ave [(-122.2603,37.787),(-122.2585,37.789)] -Hilgard Ave [(-122.2638,37.782),(-122.2624,37.783)] -Hill Road [(-122.2498,37.881),(-122.2486,37.868)] -Hillcrest Ave [(-121.7472,37.839),(-121.7473,37.834)] -Hillcrest Ave [(-122.0492,37.591),(-122.0485,37.587)] -Hillcroft Cir [(-122.2304,37.089),(-122.2301,37.093)] -Hilldale Ave [(-122.2629,37.96),(-122.2624,37.956)] -Hillegass Ave [(-122.2541,37.503),(-122.2543,37.513)] -Hillegass Ave [(-122.2545,37.561),(-122.2541,37.539)] -Hillegass Ave [(-122.2557,37.619),(-122.2554,37.601)] -Hiller Dr [(-122.2275,37.551),(-122.2263,37.542)] -Hiller Dr [(-122.228415,37.50849),(-122.2284,37.508)] -Hillgirt Cir [(-122.2429,37.079),(-122.2424,37.076)] -Hillside Ave [(-121.997183,37.84571),(-121.998118,37.83759),(-121.9983,37.836)] -Hillside Ct [(-122.2345,37.231),(-122.2342,37.225)] -Hillside St [(-122.1628,37.561),(-122.1625,37.553)] -Hilltop Cres [(-122.2256,37.329),(-122.2246,37.319)] -Hillview Ct [(-121.9178,37.841),(-121.9191,37.838)] -Hillview Road [(-122.253,37.934),(-122.25,37.92)] -Hilsadne Ter [(-122.046919,37.64183),(-122.04699,37.6443)] -Hilton St [(-122.03,37.877),(-122.0305,37.864)] -Hobart Ct [(-121.9108,37.709),(-121.9102,37.711)] -Hochler Dr [(-121.9111,37.317),(-121.9099,37.305)] -Hogan Pl [(-121.7696,37.507),(-121.7689,37.502)] -Holiday St [(-122.0421,37.306),(-122.0418,37.304)] -Holladay Ct [(-121.7773,37.842),(-121.778,37.841)] -Holland Dr [(-121.9115,37.798),(-121.9118,37.801)] -Holland Dr [(-121.9124,37.814),(-121.9126,37.821)] -Holland St [(-122.2038,37.688),(-122.2016,37.677)] -Hollis St [(-122.2851,37.314),(-122.2857,37.332)] -Hollis St [(-122.2866,37.355),(-122.2869,37.362)] -Hollis St [(-122.2885,37.397),(-122.289,37.414)] -Hollis St [(-122.2894,37.428),(-122.2895,37.433)] -Hollis St [(-122.2901,37.45),(-122.2903,37.458)] -Hollis St [(-122.291,37.48),(-122.2913,37.49)] -Holly St [(-122.1715,37.488),(-122.1704,37.472)] -Holly St [(-122.1742,37.532),(-122.1737,37.526)] -Holly St [(-122.2393,37.3),(-122.2395,37.297)] -Hollyhock Dr [(-122.131813,37.99633),(-122.1306,37.997)] -Holmes St [(-121.7784,37.776),(-121.778512,37.7704)] -Holmes St [(-121.7789,37.751),(-121.7789,37.747)] -Holmes St [(-121.7794,37.697),(-121.7794,37.67)] -Holmes St [(-121.7816,37.566),(-121.7818,37.56)] -Holt St [(-122.063,37.813),(-122.063508,37.80257)] -Honeysuckle Road [(-121.7458,37.102),(-121.745,37.096)] -Hooper St [(-121.955964,37.28079),(-121.95582,37.27507)] -Hoover Ave [(-122.2088,37.116),(-122.2086,37.115)] -Hop Ranch Road [(-122.0461,37.942),(-122.045974,37.92945)] -Hopkins Ct [(-122.2829,37.819),(-122.2822,37.822)] -Hopkins St [(-122.0778,37.184),(-122.0775,37.159)] -Hopkins St [(-122.284,37.802),(-122.2834,37.805)] -Hopyard Road [(-121.8828,37.674),(-121.8833,37.678)] -Hopyard Road [(-121.9026,37.975),(-121.9033,37.985)] -Horatio Way [(-122.0499,37.781),(-122.0505,37.774)] -Hospital Dr [(-122.257,37.548),(-122.2559,37.549)] -Hotchkiss St [(-121.9283,37.947),(-121.9287,37.958)] -Howe Ct [(-121.9514,37.252),(-121.9544,37.25)] -Howe St [(-122.2541,37.265),(-122.2537,37.267)] -Hoyt St [(-121.9195,37.842),(-121.9184,37.824)] -Hubbard Ave [(-122.1585,37.914),(-122.1602,37.914)] -Huber Dr [(-122.0904,37.09),(-122.09042,37.0804),(-122.0901,37.074)] -Hudson Lane [(-122.1483,37.14),(-122.149,37.137)] -Hugh Way [(-122.0322,37.185),(-122.0317,37.18)] -Hula Cir [(-122.0465,37.869),(-122.0468,37.875)] -Humboldt Ave [(-122.2145,37.872),(-122.2133,37.879)] -Hummingbird Road [(-121.8824,37.777),(-121.8853,37.773)] -Hummingbird Road [(-121.8862,37.774),(-121.8871,37.774)] -Hunter Ave [(-122.1824,37.312),(-122.1816,37.339)] -Huntington St [(-122.1866,37.895),(-122.186,37.899)] -Huntwood Ave [(-122.0531,37.093),(-122.0531,37.078)] -Huntwood Ave [(-122.06,37.279),(-122.0598,37.273)] -Huntwood Ave [(-122.0641,37.336),(-122.063367,37.32585),(-122.0628,37.318)] -Huntwood Ave [(-122.0781,37.48),(-122.0774,37.473)] -Hutton Ct [(-121.9826,37.274),(-121.9822,37.272)] -Hyde St [(-122.2198,37.883),(-122.2171,37.872)] -I St [(-121.7655,37.798),(-121.7652,37.791)] -I St [(-121.7675,37.848),(-121.7682,37.857)] -I- 205 ((-121.573292,37.41726),(-121.571644,37.42),(-121.563557,37.42641)) -I- 205 [(-121.572819,37.42107),(-121.571705,37.42168),(-121.563557,37.42641),(-121.560856,37.42885),(-121.559467,37.42946),(-121.559055,37.42939),(-121.558781,37.42992),(-121.556644,37.43214),(-121.5559,37.434)] -I- 580 ((-121.628147,37.33089),(-121.605091,37.3605),(-121.589344,37.3946),(-121.58118,37.41062),(-121.573292,37.41726),(-121.571644,37.41779),(-121.55843,37.40406)) -I- 580 ((-121.628147,37.33089),(-121.629246,37.32464),(-121.644337,37.2411),(-121.654377,37.20798),(-121.654356,37.20723),(-121.654926,37.20531),(-121.658827,37.19552)) -I- 580 ((-121.727,37.074),(-121.7255,37.083),(-121.7234,37.092),(-121.723,37.095),(-121.721995,37.09859),(-121.7216,37.1),(-121.7211,37.102),(-121.7188,37.109)) -I- 580 ((-122.1752,37.826),(-122.177,37.833)) -I- 580 ((-122.2029,37.928),(-122.2036,37.933),(-122.2043,37.938)) -I- 580 ((-122.2535,37.196),(-122.2539,37.2)) -I- 580 ((-122.2744,37.262),(-122.2746,37.263),(-122.2774,37.27),(-122.278,37.271),(-122.2792,37.274),(-122.2806,37.275),(-122.2817,37.276),(-122.2828,37.276),(-122.2837,37.276)) -I- 580 ((-122.2837,37.276),(-122.2849,37.273),(-122.286,37.27),(-122.2868,37.269),(-122.2871,37.266),(-122.2882,37.265),(-122.2893,37.266)) -I- 580 [(-121.560856,37.42885),(-121.55843,37.40406),(-121.557655,37.39926),(-121.556,37.389)] -I- 580 [(-121.628757,37.34287),(-121.600742,37.38407),(-121.588856,37.40124),(-121.580494,37.41451),(-121.572819,37.42107)] -I- 580 [(-121.628757,37.34287),(-121.630009,37.33791),(-121.657688,37.20089),(-121.658827,37.19552),(-121.659626,37.19326),(-121.660816,37.18952)] -I- 580 [(-121.664341,37.1822),(-121.662081,37.18693),(-121.661812,37.18746),(-121.660816,37.18952)] -I- 580 [(-121.664341,37.1822),(-121.666965,37.18166),(-121.6697,37.185)] -I- 580 [(-121.727,37.074),(-121.7229,37.093),(-121.722301,37.09522),(-121.721001,37.10005),(-121.7194,37.106),(-121.7188,37.109),(-121.7168,37.12),(-121.7163,37.123),(-121.7145,37.127),(-121.7096,37.148),(-121.707731,37.1568),(-121.7058,37.166),(-121.7055,37.168),(-121.7044,37.174),(-121.7038,37.172),(-121.7037,37.172),(-121.7027,37.175),(-121.7001,37.181),(-121.6957,37.191),(-121.6948,37.192),(-121.6897,37.204),(-121.6697,37.185)] -I- 580 [(-121.727,37.074),(-121.7275,37.072),(-121.7331,37.046)] -I- 580 [(-121.7705,37.013),(-121.769039,37.01504),(-121.7583,37.03),(-121.7557,37.03),(-121.754805,37.02966),(-121.750803,37.02812),(-121.75,37.02738),(-121.7489,37.026),(-121.7453,37.024),(-121.7438,37.024),(-121.7411,37.024),(-121.740416,37.02505),(-121.739035,37.02719),(-121.7379,37.028),(-121.736275,37.03278),(-121.7362,37.033),(-121.7358,37.034),(-121.7331,37.046)] -I- 580 [(-121.8585,37.013),(-121.8521,37.011),(-121.8485,37.011),(-121.8463,37.011),(-121.8455,37.011),(-121.8416,37.011),(-121.8414,37.011),(-121.834001,37.0104),(-121.8292,37.01),(-121.8288,37.009),(-121.82332,37.00833),(-121.8206,37.008)] -I- 580 [(-121.8585,37.013),(-121.863393,37.01213),(-121.8641,37.012)] -Redwood Road [(-122.174191,37.96191),(-122.174,37.966)] -I- 580 [(-121.9214,37.015),(-121.9189,37.02),(-121.918,37.02),(-121.9087,37.017),(-121.90609,37.01797),(-121.906,37.018)] -I- 580 [(-121.9214,37.015),(-121.9217,37.014)] -I- 580 [(-121.9322,37.989),(-121.9243,37.006),(-121.9217,37.014)] -I- 580 [(-122.018,37.019),(-122.0009,37.032),(-121.9787,37.983),(-121.958,37.984),(-121.9571,37.986)] -I- 580 [(-122.0911,37.906),(-122.09,37.908),(-122.0882,37.908),(-122.0856,37.909),(-122.078489,37.909),(-122.0726,37.909),(-122.0711,37.91),(-122.068287,37.91137),(-122.0649,37.914)] -I- 580 [(-122.098,37.908),(-122.0965,37.904),(-122.095586,37.903),(-122.0953,37.903),(-122.0943,37.902),(-122.0938,37.903),(-122.093241,37.90351)] -I- 580 [(-122.1108,37.023),(-122.1101,37.02),(-122.108103,37.00764),(-122.108,37.007),(-122.1069,37.998),(-122.1064,37.994),(-122.1053,37.982),(-122.1048,37.977),(-122.1032,37.958),(-122.1026,37.953),(-122.1013,37.938),(-122.0989,37.911),(-122.0984,37.91),(-122.098,37.908)] -I- 580 [(-122.1306,37.157),(-122.1298,37.147),(-122.1277,37.122),(-122.126709,37.11468),(-122.1254,37.105),(-122.125,37.103),(-122.1237,37.096),(-122.1231,37.093),(-122.1214,37.082),(-122.1183,37.066),(-122.116,37.052),(-122.1153,37.048),(-122.1108,37.023)] -I- 580 [(-122.1543,37.703),(-122.1535,37.694),(-122.1512,37.655),(-122.1475,37.603),(-122.1468,37.583),(-122.1472,37.569),(-122.149044,37.54874),(-122.1493,37.546),(-122.1501,37.532),(-122.1506,37.509),(-122.1495,37.482),(-122.1487,37.467),(-122.1477,37.447),(-122.1414,37.383),(-122.1404,37.376),(-122.1398,37.372),(-122.139,37.356),(-122.1388,37.353),(-122.1385,37.34),(-122.1382,37.33),(-122.1378,37.316)] -I- 580 [(-122.1716,37.805),(-122.1703,37.799),(-122.170042,37.79758),(-122.169413,37.79411),(-122.167295,37.78244),(-122.166339,37.77717),(-122.165224,37.77112),(-122.1648,37.769)] -I- 580 [(-122.1716,37.805),(-122.1728,37.811),(-122.1742,37.817)] -I- 580 [(-122.177,37.833),(-122.1789,37.838)] -I- 580 [(-122.2043,37.938),(-122.204734,37.94074),(-122.2062,37.95),(-122.207492,37.95608),(-122.2079,37.958),(-122.2085,37.962)] -I- 580 [(-122.2197,37.99),(-122.22,37.99),(-122.222092,37.99523),(-122.2232,37.998),(-122.224146,37.99963),(-122.2261,37.003),(-122.2278,37.007),(-122.2302,37.026),(-122.2323,37.043),(-122.2344,37.059),(-122.235405,37.06427),(-122.2365,37.07)] -I- 580 [(-122.2535,37.196),(-122.2533,37.196)] -I- 580 [(-122.2539,37.2),(-122.2541,37.201)] -I- 580 [(-122.2613,37.23),(-122.2601,37.22833),(-122.2611,37.231),(-122.2639,37.238),(-122.2646,37.241),(-122.2654,37.242)] -I- 580 [(-122.2613,37.23),(-122.263448,37.23307),(-122.2647,37.23486),(-122.2655,37.236),(-122.2664,37.238)] -I- 580 [(-122.2664,37.238),(-122.2675,37.243)] -I- 580 [(-122.2675,37.243),(-122.2677,37.243),(-122.2681,37.244)] -I- 580 [(-122.2679,37.248),(-122.2681,37.248)] -I- 580 [(-122.2744,37.262),(-122.2734,37.259),(-122.2695,37.247),(-122.268532,37.2449),(-122.268237,37.24426),(-122.2681,37.244)] -I- 580 [(-122.2893,37.266),(-122.2904,37.27),(-122.2909,37.273)] -I- 580 [(-122.2901,37.274),(-122.2905,37.278),(-122.2921,37.286),(-122.2927,37.299)] -I- 580 [(-122.2909,37.273),(-122.2918,37.279),(-122.2923,37.282)] -I- 580 [(-122.2928,37.293),(-122.2931,37.301)] -I- 580 Ramp ((-121.74,37.036),(-121.7393,37.033),(-121.7384,37.032)) -I- 580 Ramp ((-121.7843,37.996),(-121.784294,37.99539),(-121.7842,37.985)) -I- 580 Ramp ((-121.818,37.011),(-121.8187,37.014)) -I- 580 Ramp ((-121.8185,37.008),(-121.8187,37.001)) -I- 580 Ramp ((-121.9025,37.018),(-121.9037,37.022),(-121.9059,37.029)) -I- 580 Ramp ((-121.9335,37.987),(-121.9331,37.979)) -I- 580 Ramp ((-122.0206,37.007),(-122.0203,37.015)) -I- 580 Ramp ((-122.1202,37.085),(-122.1203,37.083)) -I- 580 Ramp ((-122.1522,37.526),(-122.1514,37.524)) -I- 580 Ramp ((-122.2541,37.201),(-122.254,37.205)) -I- 580 Ramp ((-122.2646,37.241),(-122.2653,37.244),(-122.266,37.245)) -I- 580 Ramp ((-122.2654,37.242),(-122.266,37.245),(-122.2671,37.245)) -I- 580 Ramp ((-122.2786,37.288),(-122.2798,37.286),(-122.2804,37.285),(-122.2814,37.282),(-122.2818,37.28)) -I- 580 Ramp ((-122.2796,37.289),(-122.2818,37.283),(-122.2822,37.281)) -I- 580 Ramp [(-121.657688,37.20089),(-121.658176,37.20089),(-121.659977,37.19715),(-121.660232,37.1965),(-121.661524,37.18996),(-121.662081,37.18693)] -I- 580 Ramp [(-121.660816,37.18952),(-121.659428,37.19105),(-121.658115,37.19272),(-121.657078,37.19639),(-121.654926,37.20531)] -I- 580 Ramp [(-121.7218,37.088),(-121.722301,37.09522)] -I- 580 Ramp [(-121.7231,37.108),(-121.7211,37.102)] -I- 580 Ramp [(-121.7232,37.103),(-121.7222,37.103),(-121.721995,37.09859)] -I- 580 Ramp [(-121.7232,37.103),(-121.7234,37.092)] -I- 580 Ramp [(-121.7255,37.083),(-121.7232,37.114)] -I- 580 Ramp [(-121.727,37.074),(-121.7237,37.084),(-121.723311,37.0823),(-121.7221,37.077),(-121.7219,37.081),(-121.720744,37.09257),(-121.7194,37.106)] -I- 580 Ramp [(-121.739,37.02),(-121.738298,37.02506),(-121.737988,37.02686),(-121.7379,37.028)] -I- 580 Ramp [(-121.739,37.02),(-121.7402,37.015)] -I- 580 Ramp [(-121.74,37.034),(-121.7409,37.034),(-121.7401,37.029),(-121.7384,37.032),(-121.7358,37.034)] -I- 580 Ramp [(-121.7411,37.024),(-121.7401,37.018),(-121.7401,37.024)] -I- 580 Ramp [(-121.7438,37.024),(-121.742961,37.02896),(-121.7416,37.037),(-121.74,37.039)] -I- 580 Ramp [(-121.7743,37.006),(-121.7729,37.006),(-121.7705,37.013)] -I- 580 Ramp [(-121.7743,37.006),(-121.7729,37.013),(-121.7705,37.013)] -I- 580 Ramp [(-121.7865,37.995),(-121.7852,37.992),(-121.7842,37.985),(-121.7838,37.966),(-121.7834,37.957)] -I- 580 Ramp [(-121.7891,37.998),(-121.7854,37.999),(-121.78441,37.9963),(-121.7843,37.996)] -I- 580 Ramp [(-121.8195,37.007),(-121.8187,37.014),(-121.8179,37.015)] -I- 580 Ramp [(-121.8206,37.008),(-121.8187,37.001),(-121.8179,37.005)] -I- 580 Ramp [(-121.8454,37.01),(-121.8455,37.011)] -I- 580 Ramp [(-121.8463,37.011),(-121.8496,37.025)] -I- 580 Ramp [(-121.8521,37.011),(-121.8479,37.999),(-121.8476,37.999),(-121.8456,37.01),(-121.8455,37.011)] -I- 580 Ramp [(-121.8521,37.011),(-121.8496,37.025)] -I- 580 Ramp [(-121.866951,37.01385),(-121.871381,37.02608)] -I- 580 Ramp [(-121.8695,37.013),(-121.8712,37.011),(-121.8717,37.001),(-121.8714,37.001)] -I- 580 Ramp [(-121.8713,37.014),(-121.871352,37.02321)] -I- 580 Ramp [(-121.8743,37.014),(-121.8722,37.999),(-121.8714,37.999)] -I- 580 Ramp [(-121.9043,37.998),(-121.9036,37.013),(-121.902632,37.0174),(-121.9025,37.018)] -I- 580 Ramp [(-121.906,37.018),(-121.9056,37.011)] -I- 580 Ramp [(-121.906,37.018),(-121.905635,37.0239),(-121.9065,37.023)] -I- 580 Ramp [(-121.906,37.018),(-121.906044,37.02416),(-121.906177,37.02331),(-121.906315,37.02115)] -I- 580 Ramp [(-121.9068,37.027),(-121.9059,37.029),(-121.9078,37.04)] -I- 580 Ramp [(-121.9087,37.017),(-121.9056,37.003),(-121.905,37.004)] -I- 580 Ramp [(-121.9087,37.017),(-121.907194,37.02619),(-121.9071,37.029),(-121.9072,37.033)] -I- 580 Ramp [(-121.9335,37.987),(-121.9341,37.991),(-121.9345,37.985)] -I- 580 Ramp [(-121.9345,37.985),(-121.9341,37.978)] -I- 580 Ramp [(-121.9364,37.986),(-121.9338,37.971),(-121.9331,37.979),(-121.9322,37.989)] -I- 580 Ramp [(-121.9368,37.986),(-121.936483,37.98832),(-121.9353,37.997),(-121.93504,37.00035),(-121.9346,37.006),(-121.933764,37.00031),(-121.9333,37.997),(-121.9322,37.989)] -I- 580 Ramp [(-121.9562,37.984),(-121.9565,37.98)] -I- 580 Ramp [(-121.9571,37.986),(-121.9565,37.98)] -I- 580 Ramp [(-121.958,37.984),(-121.9565,37.98)] -I- 580 Ramp [(-122.0195,37.012),(-122.0184,37.009),(-122.018,37.019)] -I- 580 Ramp [(-122.0195,37.012),(-122.0203,37.015),(-122.0212,37.02)] -I- 580 Ramp [(-122.0531,37.932),(-122.0544,37.941)] -I- 580 Ramp [(-122.0649,37.914),(-122.0618,37.916),(-122.0604,37.92)] -I- 580 Ramp [(-122.0649,37.914),(-122.0639,37.92),(-122.063,37.923)] -I- 580 Ramp [(-122.0884,37.911),(-122.0856,37.909)] -I- 580 Ramp [(-122.093241,37.90351),(-122.09364,37.89634),(-122.093788,37.89212)] -I- 580 Ramp [(-122.0934,37.896),(-122.09257,37.89961),(-122.0911,37.906)] -I- 580 Ramp [(-122.0941,37.897),(-122.0943,37.902)] -I- 580 Ramp [(-122.0953,37.903),(-122.0971,37.911),(-122.0943,37.902)] -I- 580 Ramp [(-122.096,37.888),(-122.0962,37.891),(-122.0964,37.9)] -I- 580 Ramp [(-122.101,37.898),(-122.1005,37.902),(-122.0989,37.911)] -I- 580 Ramp [(-122.108,37.007),(-122.1093,37.02)] -I- 580 Ramp [(-122.1086,37.003),(-122.1068,37.993),(-122.1066,37.992),(-122.1053,37.982)] -I- 580 Ramp [(-122.1086,37.003),(-122.1103,37.018),(-122.1108,37.023),(-122.1093,37.02)] -I- 580 Ramp [(-122.1206,37.088),(-122.1203,37.083),(-122.1183,37.066)] -I- 580 Ramp [(-122.1215,37.075),(-122.1183,37.066)] -I- 580 Ramp [(-122.1226,37.099),(-122.1238,37.102),(-122.1254,37.105)] -I- 580 Ramp [(-122.1237,37.096),(-122.1234,37.09)] -I- 580 Ramp [(-122.1311,37.177),(-122.1306,37.157)] -I- 580 Ramp [(-122.1338,37.222),(-122.135,37.227)] -I- 580 Ramp [(-122.1362,37.248),(-122.1374,37.249)] -I- 580 Ramp [(-122.1371,37.279),(-122.1367,37.264)] -I- 580 Ramp [(-122.1371,37.279),(-122.1381,37.262)] -I- 580 Ramp [(-122.1378,37.316),(-122.1374,37.311),(-122.1373,37.307),(-122.1367,37.296)] -I- 580 Ramp [(-122.1379,37.282),(-122.1371,37.279)] -I- 580 Ramp [(-122.1391,37.367),(-122.1388,37.353)] -I- 580 Ramp [(-122.1414,37.383),(-122.1407,37.376),(-122.1403,37.372),(-122.139,37.356)] -I- 580 Ramp [(-122.1487,37.467),(-122.1476,37.454)] -I- 580 Ramp [(-122.1493,37.546),(-122.1508,37.535)] -I- 580 Ramp [(-122.1495,37.482),(-122.1489,37.452)] -I- 580 Ramp [(-122.1521,37.529),(-122.1514,37.524),(-122.1506,37.509)] -I- 580 Ramp [(-122.1521,37.682),(-122.151,37.659),(-122.1512,37.655)] -I- 580 Ramp [(-122.1539,37.707),(-122.1535,37.694)] -I- 580 Ramp [(-122.1553,37.706),(-122.1543,37.703)] -I- 580 Ramp [(-122.1567,37.727),(-122.156,37.71)] -I- 580 Ramp [(-122.1648,37.769),(-122.16472,37.7682),(-122.1638,37.759)] -I- 580 Ramp [(-122.1716,37.805),(-122.1725,37.816)] -I- 580 Ramp [(-122.1729,37.803),(-122.1716,37.801),(-122.1703,37.799)] -I- 580 Ramp [(-122.1742,37.817),(-122.1752,37.822),(-122.177,37.833)] -I- 580 Ramp [(-122.1764,37.839),(-122.1756,37.838),(-122.1743,37.833)] -I- 580 Ramp [(-122.1773,37.839),(-122.1764,37.839)] -I- 580 Ramp [(-122.1789,37.838),(-122.1773,37.839)] -I- 580 Ramp [(-122.1823,37.838),(-122.182011,37.83754),(-122.180678,37.83541),(-122.1798,37.834),(-122.1798,37.838)] -I- 580 Ramp [(-122.1873,37.838),(-122.1868,37.841),(-122.1866,37.844),(-122.1854,37.841),(-122.1847,37.84)] -I- 580 Ramp [(-122.1895,37.844),(-122.1886,37.845)] -I- 580 Ramp [(-122.1909,37.85),(-122.1892,37.848),(-122.1879,37.844)] -I- 580 Ramp [(-122.1917,37.853),(-122.1927,37.863)] -I- 580 Ramp [(-122.1924,37.854),(-122.189775,37.84425),(-122.1889,37.841)] -I- 580 Ramp [(-122.1975,37.878),(-122.196458,37.87516),(-122.1964,37.875),(-122.1951,37.871),(-122.1942,37.869)] -I- 580 Ramp [(-122.2017,37.923),(-122.2029,37.928)] -I- 580 Ramp [(-122.2027,37.918),(-122.2037,37.93),(-122.2043,37.938)] -I- 580 Ramp [(-122.2079,37.958),(-122.2099,37.962)] -I- 580 Ramp [(-122.2085,37.962),(-122.209,37.966)] -I- 580 Ramp [(-122.2158,37.985),(-122.2173,37.989),(-122.2178,37.991),(-122.218357,37.99071),(-122.219392,37.99016),(-122.2197,37.99)] -I- 580 Ramp [(-122.2161,37.976),(-122.218,37.982),(-122.218481,37.98426),(-122.2197,37.99)] -I- 580 Ramp [(-122.2271,37.001),(-122.2261,37.003)] -I- 580 Ramp [(-122.2278,37.013),(-122.2261,37.003)] -I- 580 Ramp [(-122.2365,37.07),(-122.2346,37.052),(-122.2338,37.044)] -I- 580 Ramp [(-122.2428,37.096),(-122.2414,37.091),(-122.241182,37.09018),(-122.2406,37.088)] -I- 580 Ramp [(-122.2453,37.095),(-122.2414,37.089)] -I- 580 Ramp [(-122.249,37.121),(-122.2476,37.12)] -I- 580 Ramp [(-122.2491,37.115),(-122.2489,37.113)] -I- 580 Ramp [(-122.2494,37.125),(-122.2489,37.113)] -I- 580 Ramp [(-122.2501,37.148),(-122.249485,37.14041),(-122.2484,37.127)] -I- 580 Ramp [(-122.2529,37.197),(-122.2525,37.192),(-122.2517,37.174)] -I- 580 Ramp [(-122.2535,37.192),(-122.253,37.182)] -I- 580 Ramp [(-122.2535,37.192),(-122.2539,37.2)] -I- 580 Ramp [(-122.2547,37.205),(-122.254,37.205),(-122.2538,37.202),(-122.2535,37.196)] -I- 580 Ramp [(-122.2564,37.213),(-122.2542,37.199),(-122.2538,37.19)] -I- 580 Ramp [(-122.2564,37.213),(-122.2544,37.197),(-122.2538,37.19)] -I- 580 Ramp [(-122.2604,37.222),(-122.2613,37.23)] -I- 580 Ramp [(-122.2639,37.238),(-122.2659,37.239),(-122.2664,37.238),(-122.2676,37.231),(-122.268,37.227)] -I- 580 Ramp [(-122.267,37.261),(-122.2671,37.263)] -I- 580 Ramp [(-122.2671,37.245),(-122.2673,37.248)] -I- 580 Ramp [(-122.2671,37.245),(-122.2675,37.243)] -I- 580 Ramp [(-122.2673,37.248),(-122.2676,37.25),(-122.2677,37.252)] -I- 580 Ramp [(-122.2676,37.273),(-122.267231,37.28349),(-122.266927,37.29214)] -I- 580 Ramp [(-122.2676,37.273),(-122.2679,37.264),(-122.2677,37.252)] -I- 580 Ramp [(-122.2677,37.242),(-122.2675,37.243)] -I- 580 Ramp [(-122.2677,37.242),(-122.2681,37.238),(-122.2678,37.233)] -I- 580 Ramp [(-122.2677,37.242),(-122.2681,37.244)] -I- 580 Ramp [(-122.2677,37.242),(-122.2683,37.243)] -I- 580 Ramp [(-122.2677,37.252),(-122.267508,37.25368),(-122.267,37.261)] -I- 580 Ramp [(-122.2683,37.243),(-122.2685,37.243)] -I- 580 Ramp [(-122.268532,37.2449),(-122.2685,37.243)] -I- 580 Ramp [(-122.2686,37.249),(-122.2682,37.245),(-122.2681,37.244)] -I- 580 Ramp [(-122.2686,37.249),(-122.268532,37.2449)] -I- 580 Ramp [(-122.2686,37.249),(-122.2701,37.255)] -I- 580 Ramp [(-122.2695,37.247),(-122.2686,37.249),(-122.2677,37.252)] -I- 580 Ramp [(-122.2695,37.247),(-122.2692,37.244),(-122.2684,37.234)] -I- 580 Ramp [(-122.2716,37.259),(-122.2734,37.259)] -I- 580 Ramp [(-122.2806,37.275),(-122.2818,37.28),(-122.2822,37.281),(-122.2837,37.276)] -I- 580 Ramp [(-122.2913,37.278),(-122.2917,37.282)] -I- 580 Ramp [(-122.2917,37.282),(-122.2921,37.286)] -I- 580/I-680 Ramp ((-121.9207,37.988),(-121.9192,37.016)) -I- 580/I-680 Ramp ((-121.9218,37.021),(-121.9237,37.017)) -I- 580/I-680 Ramp [(-121.9213,37.005),(-121.9203,37.013),(-121.9192,37.016),(-121.918,37.02)] -I- 580/I-680 Ramp [(-121.922017,37.02317),(-121.9212,37.021)] -I- 580/I-680 Ramp [(-121.9225,37.034),(-121.9218,37.031),(-121.9213,37.026),(-121.919443,37.02043),(-121.921326,37.01739)] -I- 580/I-680 Ramp [(-121.9243,37.006),(-121.9238,37.005),(-121.9225,37.008),(-121.92154,37.0104)] -I- 580/I-680 Ramp [(-121.9243,37.006),(-121.924389,37.00779),(-121.9237,37.017),(-121.9231,37.022),(-121.9227,37.029),(-121.9229,37.039)] -I- 680 ((-121.8706,37.038),(-121.8709,37.047)) -I- 680 ((-121.939,37.15),(-121.9387,37.145),(-121.9373,37.125),(-121.934242,37.07643),(-121.933886,37.0709),(-121.9337,37.068),(-121.933122,37.06139),(-121.932736,37.05698),(-121.93222,37.05108),(-121.931844,37.04678),(-121.930113,37.027),(-121.926829,37),(-121.9265,37.998),(-121.9217,37.96),(-121.9203,37.949),(-121.9184,37.934)) -I- 680 [(-121.8709,37.047),(-121.8831,37.366),(-121.8833,37.376)] -Redwood Road [(-122.1819,37.978),(-122.1811,37.968)] -I- 680 [(-121.8852,37.422),(-121.8874,37.444),(-121.8902,37.47),(-121.8905,37.472),(-121.8907,37.474),(-121.8985,37.545),(-121.8994,37.553),(-121.9007,37.565)] -I- 680 [(-121.8867,37.732),(-121.8845,37.744),(-121.8818,37.756),(-121.8761,37.781),(-121.8712,37.857)] -I- 680 [(-121.902447,37.64695),(-121.903435,37.65882)] -I- 680 [(-121.9101,37.715),(-121.909801,37.70519),(-121.909562,37.69734),(-121.909493,37.69507),(-121.9094,37.692),(-121.909295,37.68862),(-121.909145,37.6838),(-121.909103,37.68245),(-121.908715,37.66995),(-121.908524,37.6638),(-121.9082,37.653)] -I- 680 [(-121.9101,37.715),(-121.911269,37.74682),(-121.9119,37.764),(-121.9124,37.776),(-121.9174,37.905),(-121.9194,37.957),(-121.9207,37.988)] -I- 680 [(-121.9139,37.562),(-121.9077,37.609)] -I- 680 [(-121.9139,37.562),(-121.915,37.54),(-121.9156,37.532),(-121.9165,37.519),(-121.9174,37.504),(-121.918,37.493),(-121.92,37.438),(-121.9202,37.435),(-121.9233,37.404),(-121.9238,37.402)] -I- 680 [(-121.9184,37.934),(-121.917,37.913),(-121.9122,37.83),(-121.9052,37.702)] -I- 680 [(-121.92154,37.0104),(-121.9217,37.014)] -I- 680 [(-121.9217,37.014),(-121.9218,37.021)] -I- 680 [(-121.9229,37.039),(-121.9243,37.057),(-121.9286,37.106),(-121.929195,37.11329),(-121.929661,37.119),(-121.932027,37.148),(-121.93391,37.17107),(-121.9357,37.193),(-121.936421,37.20193),(-121.9378,37.219)] -I- 680 [(-121.939,37.15),(-121.9418,37.195)] -I- 680 Ramp ((-121.9007,37.565),(-121.9008,37.558)) -I- 680 Ramp ((-121.921,37.965),(-121.9198,37.96),(-121.9208,37.957),(-121.9199,37.951),(-121.9187,37.941)) -I- 680 Ramp ((-121.9247,37.932),(-121.9211,37.944),(-121.9201,37.944)) -I- 680 Ramp ((-121.9368,37.149),(-121.937,37.144)) -I- 680 Ramp ((-121.9372,37.335),(-121.938,37.32)) -I- 680 Ramp ((-121.9402,37.143),(-121.94,37.139)) -I- 680 Ramp ((-121.9418,37.314),(-121.9414,37.32)) -I- 680 Ramp ((-121.9422,37.314),(-121.9423,37.318)) -I- 680 Ramp [(-121.8698,37.01),(-121.8706,37.038)] -I- 680 Ramp [(-121.8701,37.878),(-121.8681,37.881)] -I- 680 Ramp [(-121.8703,37.891),(-121.8712,37.857),(-121.8678,37.875)] -I- 680 Ramp [(-121.8709,37.924),(-121.8686,37.925)] -I- 680 Ramp [(-121.8712,37.01),(-121.8709,37.047)] -I- 680 Ramp [(-121.8818,37.756),(-121.8842,37.741),(-121.8867,37.732)] -I- 680 Ramp [(-121.8833,37.376),(-121.8833,37.392),(-121.883,37.4),(-121.8835,37.402),(-121.8852,37.422)] -I- 680 Ramp [(-121.8839,37.397),(-121.8847,37.394),(-121.884,37.399)] -I- 680 Ramp [(-121.8985,37.545),(-121.9001,37.565),(-121.8999,37.571),(-121.9008,37.572),(-121.903,37.586)] -I- 680 Ramp [(-121.8994,37.553),(-121.9008,37.558),(-121.9014,37.565)] -I- 680 Ramp [(-121.9027,37.672),(-121.902847,37.6715),(-121.90161,37.64898)] -I- 680 Ramp [(-121.905,37.699),(-121.9004,37.677),(-121.90161,37.64898)] -I- 680 Ramp [(-121.9052,37.702),(-121.9047,37.667),(-121.903435,37.65882)] -I- 680 Ramp [(-121.9077,37.609),(-121.9036,37.614)] -I- 680 Ramp [(-121.9077,37.609),(-121.9053,37.625)] -I- 680 Ramp [(-121.9167,37.5),(-121.9174,37.504)] -I- 680 Ramp [(-121.92,37.438),(-121.9218,37.424),(-121.9238,37.408),(-121.9252,37.392)] -I- 680 Ramp [(-121.921,37.965),(-121.922,37.966),(-121.9214,37.961)] -I- 680 Ramp [(-121.9226,37.394),(-121.9232,37.392),(-121.9252,37.392)] -I- 680 Ramp [(-121.9238,37.402),(-121.9234,37.395),(-121.923,37.399)] -I- 680 Ramp [(-121.9265,37.998),(-121.9242,37.983),(-121.922383,37.9786),(-121.9198,37.975),(-121.9195,37.954),(-121.9187,37.941),(-121.9184,37.934)] -I- 680 Ramp [(-121.9265,37.998),(-121.9249,37.98),(-121.9227,37.963),(-121.9221,37.959),(-121.9214,37.954),(-121.9206,37.947),(-121.9201,37.944),(-121.9184,37.934)] -I- 680 Ramp [(-121.9373,37.148),(-121.937,37.144),(-121.9373,37.125)] -I- 680 Ramp [(-121.9387,37.145),(-121.9376,37.147)] -I- 680 Ramp [(-121.9394,37.144),(-121.9387,37.145)] -I- 680 Ramp [(-121.9401,37.233),(-121.9378,37.219),(-121.937899,37.22791),(-121.938,37.237)] -I- 680 Ramp [(-121.9406,37.142),(-121.94,37.139),(-121.9373,37.125)] -I- 680 Ramp [(-121.9426,37.315),(-121.9423,37.318),(-121.9414,37.32),(-121.9394,37.324),(-121.938,37.32),(-121.9368,37.313)] -I- 80 ((-122.2927,37.299),(-122.2928,37.293),(-122.2932,37.284)) -I- 80 ((-122.2931,37.301),(-122.2949,37.279)) -I- 80 ((-122.2937,37.277),(-122.3016,37.262)) -I- 80 ((-122.2949,37.279),(-122.2962,37.273)) -I- 80 ((-122.2962,37.273),(-122.3004,37.264)) -I- 80 ((-122.3004,37.264),(-122.3016,37.262),(-122.3051,37.254),(-122.3083,37.249)) -I- 80 ((-122.307,37.902),(-122.3074,37.896),(-122.307512,37.89327),(-122.3081,37.879),(-122.3077,37.861)) -I- 80 [(-122.2932,37.284),(-122.2934,37.28)] -I- 80 [(-122.2981,37.492),(-122.2978,37.48),(-122.2976,37.473),(-122.2971,37.452),(-122.2962,37.413)] -I- 80 [(-122.3023,37.644),(-122.2988,37.518)] -I- 80 [(-122.3062,37.774),(-122.3038,37.695)] -I- 80 [(-122.3065,37.935),(-122.3065,37.913),(-122.3067,37.905),(-122.307,37.902)] -I- 80 [(-122.3075,37.828),(-122.3076,37.831)] -I- 80 [(-122.3075,37.828),(-122.3077,37.822),(-122.3074,37.817),(-122.3069,37.801),(-122.3068,37.795)] -I- 80 [(-122.308,37.98),(-122.3066,37.943),(-122.3056,37.912),(-122.3057,37.908),(-122.305805,37.90511),(-122.3061,37.897),(-122.3064,37.893),(-122.3073,37.881),(-122.3073,37.877),(-122.3077,37.861),(-122.3076,37.831)] -I- 80 [(-122.3083,37.249),(-122.3281,37.216),(-122.348,37.175)] -I- 80 Ramp ((-122.2944,37.491),(-122.2956,37.484),(-122.2965,37.478)) -I- 80 Ramp ((-122.2983,37.501),(-122.2979,37.499)) -I- 80 Ramp ((-122.3017,37.67),(-122.3022,37.662)) -I- 80 Ramp [(-122.2871,37.266),(-122.2901,37.274)] -I- 80 Ramp [(-122.2883,37.247),(-122.2904,37.267),(-122.2909,37.273),(-122.2918,37.275),(-122.2937,37.277)] -I- 80 Ramp [(-122.2885,37.254),(-122.2883,37.247)] -I- 80 Ramp [(-122.2885,37.254),(-122.2893,37.266)] -I- 80 Ramp [(-122.2918,37.279),(-122.2926,37.281)] -I- 80 Ramp [(-122.2923,37.282),(-122.2926,37.283),(-122.2932,37.284)] -I- 80 Ramp [(-122.2934,37.28),(-122.2926,37.281)] -I- 80 Ramp [(-122.2934,37.28),(-122.2962,37.273)] -I- 80 Ramp [(-122.2957,37.396),(-122.2946,37.384),(-122.2948,37.367)] -I- 80 Ramp [(-122.2962,37.413),(-122.2959,37.382),(-122.2951,37.372)] -I- 80 Ramp [(-122.2984,37.506),(-122.2977,37.502),(-122.2979,37.499),(-122.2956,37.489),(-122.2962,37.483),(-122.2965,37.478),(-122.2971,37.452)] -I- 80 Ramp [(-122.2988,37.518),(-122.299,37.5),(-122.2994,37.488),(-122.2995,37.477),(-122.2971,37.452)] -I- 80 Ramp [(-122.3038,37.695),(-122.3021,37.67),(-122.3022,37.662),(-122.3023,37.644)] -I- 80 Ramp [(-122.3038,37.695),(-122.3036,37.674),(-122.3034,37.667),(-122.3033,37.661),(-122.3023,37.644)] -I- 80 Ramp [(-122.3044,37.25),(-122.3051,37.254)] -I- 80 Ramp [(-122.3044,37.25),(-122.3083,37.249)] -I- 80 Ramp [(-122.3051,37.254),(-122.3083,37.249)] -I- 80 Ramp [(-122.3051,37.91),(-122.3056,37.912)] -I- 80 Ramp [(-122.3051,37.91),(-122.3057,37.908)] -I- 80 Ramp [(-122.306,37.876),(-122.3066,37.869),(-122.3067,37.843),(-122.3069,37.818)] -I- 80 Ramp [(-122.3068,37.795),(-122.306,37.783),(-122.3062,37.774)] -I- 80 Ramp [(-122.3068,37.795),(-122.3069,37.782),(-122.3062,37.774)] -I- 80 Ramp [(-122.3069,37.925),(-122.3065,37.935)] -I- 80 Ramp [(-122.307,37.902),(-122.3073,37.881)] -I- 80 Ramp [(-122.3072,37.916),(-122.3074,37.896)] -I- 80 Ramp [(-122.307624,37.87781),(-122.307512,37.89327)] -I- 80 Ramp [(-122.3078,37.93),(-122.3081,37.879)] -I- 80 Ramp [(-122.3088,37.885),(-122.3076,37.831)] -I- 880 ((-121.9669,37.075),(-121.9663,37.071),(-121.9656,37.065),(-121.9618,37.037),(-121.95689,37),(-121.948,37.933)) -I- 880 [(-121.9357,37.83),(-121.9356,37.826),(-121.9351,37.819),(-121.9349,37.813),(-121.9337,37.788),(-121.9327,37.767),(-121.9232,37.57),(-121.9229,37.563),(-121.9229,37.561),(-121.922487,37.55412)] -I- 880 [(-121.937,37.852),(-121.9368,37.848)] -I- 880 [(-121.948,37.933),(-121.9471,37.925),(-121.9467,37.923),(-121.946,37.918),(-121.9452,37.912),(-121.937,37.852)] -I- 880 [(-121.9995,37.289),(-121.998758,37.28558),(-121.998013,37.282),(-121.996913,37.27613),(-121.9929,37.255),(-121.9919,37.252),(-121.991111,37.24795),(-121.990277,37.24367),(-121.989597,37.24018),(-121.9882,37.233),(-121.9871,37.229),(-121.9865,37.226),(-121.9848,37.216),(-121.982,37.196),(-121.9805,37.186),(-121.975936,37.14723),(-121.9712,37.107)] -I- 880 [(-122.0219,37.466),(-122.0205,37.447),(-122.020331,37.44447),(-122.020008,37.43962),(-122.0195,37.432),(-122.0193,37.429),(-122.0164,37.393),(-122.010219,37.34771),(-122.0041,37.313)] -I- 880 [(-122.0375,37.632),(-122.0359,37.619),(-122.0358,37.616),(-122.034514,37.60409),(-122.031876,37.57965),(-122.031193,37.57332),(-122.03016,37.56375),(-122.02943,37.55698),(-122.028689,37.54929),(-122.027833,37.53908),(-122.025979,37.51698),(-122.0238,37.491)] -I- 880 [(-122.0469,37.774),(-122.0466,37.765),(-122.0465,37.761),(-122.045041,37.72234),(-122.0445,37.708),(-122.0426,37.686),(-122.041515,37.67425),(-122.0414,37.673),(-122.0398,37.656)] -I- 880 [(-122.0612,37.003),(-122.0604,37.991),(-122.0596,37.982),(-122.0585,37.967),(-122.0583,37.961),(-122.0553,37.918),(-122.053635,37.89475),(-122.050759,37.8546),(-122.05,37.844),(-122.0485,37.817),(-122.0483,37.813),(-122.0482,37.811)] -I- 880 [(-122.0666,37.085),(-122.0656,37.067),(-122.0653,37.062),(-122.0644,37.049),(-122.0635,37.036),(-122.0618,37.011)] -I- 880 [(-122.0831,37.312),(-122.0819,37.296),(-122.081,37.285),(-122.0786,37.248),(-122.078,37.24),(-122.077642,37.23496),(-122.076983,37.22567),(-122.076599,37.22026),(-122.076229,37.21505),(-122.0758,37.209)] -I- 880 [(-122.0978,37.528),(-122.096,37.496),(-122.0931,37.453),(-122.09277,37.4496),(-122.090189,37.41442),(-122.0896,37.405),(-122.085,37.34)] -I- 880 [(-122.1048,37.638),(-122.1045,37.633),(-122.1042,37.63),(-122.1033,37.617),(-122.1029,37.61)] -I- 880 [(-122.1365,37.902),(-122.1358,37.898),(-122.1333,37.881),(-122.1323,37.874),(-122.1311,37.866),(-122.1308,37.865),(-122.1307,37.864),(-122.1289,37.851),(-122.1277,37.843),(-122.1264,37.834),(-122.1231,37.812),(-122.1165,37.766),(-122.1104,37.72),(-122.109695,37.71094),(-122.109,37.702),(-122.108312,37.69168),(-122.1076,37.681)] -I- 880 [(-122.1365,37.902),(-122.1376,37.91)] -I- 880 [(-122.1755,37.185),(-122.1747,37.178),(-122.1742,37.173),(-122.1692,37.126),(-122.167792,37.11594),(-122.16757,37.11435),(-122.1671,37.111),(-122.1655,37.1),(-122.165169,37.09811),(-122.1641,37.092),(-122.1596,37.061),(-122.158381,37.05275),(-122.155991,37.03657),(-122.1531,37.017),(-122.1478,37.98),(-122.1407,37.932),(-122.1394,37.924),(-122.1389,37.92),(-122.1376,37.91)] -I- 880 [(-122.1761,37.191),(-122.1757,37.187)] -I- 880 [(-122.1947,37.394),(-122.194,37.385),(-122.1933,37.378),(-122.1882,37.32),(-122.1879,37.317),(-122.1877,37.315),(-122.1876,37.312),(-122.1873,37.309),(-122.1829,37.26),(-122.1818,37.249),(-122.1804,37.234),(-122.1802,37.231),(-122.1776,37.206),(-122.1768,37.197)] -I- 880 [(-122.2068,37.534),(-122.2066,37.53),(-122.206,37.522),(-122.2005,37.46),(-122.1967,37.418),(-122.1959,37.407)] -I- 880 [(-122.2214,37.711),(-122.2202,37.699),(-122.2199,37.695),(-122.219,37.682),(-122.2184,37.672),(-122.2173,37.652),(-122.2159,37.638),(-122.2144,37.616),(-122.2138,37.612),(-122.2135,37.609),(-122.212,37.592),(-122.2116,37.586),(-122.2111,37.581)] -I- 880 [(-122.236,37.783),(-122.2352,37.767),(-122.2348,37.764),(-122.2339,37.758),(-122.2329,37.752),(-122.2323,37.748),(-122.2319,37.746),(-122.2316,37.746),(-122.2312,37.744),(-122.2301,37.743),(-122.2269,37.73),(-122.2267,37.73),(-122.222,37.713)] -I- 880 [(-122.2707,37.975),(-122.2693,37.972),(-122.2681,37.966),(-122.267,37.962),(-122.2659,37.957),(-122.2648,37.952),(-122.2636,37.946),(-122.2625,37.935),(-122.2617,37.927),(-122.2607,37.921),(-122.2593,37.916),(-122.258,37.911),(-122.2536,37.898),(-122.2432,37.858),(-122.2408,37.845),(-122.2386,37.827),(-122.2374,37.811)] -I- 880 [(-122.291,37.052),(-122.2898,37.042),(-122.2888,37.038),(-122.2878,37.036),(-122.2863,37.032)] -I- 880 Ramp ((-121.9349,37.813),(-121.935,37.828)) -I- 880 Ramp ((-121.9351,37.819),(-121.935,37.828),(-121.9339,37.847)) -I- 880 Ramp ((-121.936,37.837),(-121.9351,37.835)) -I- 880 Ramp ((-121.9368,37.848),(-121.9362,37.835)) -I- 880 Ramp ((-121.9376,37.834),(-121.937,37.836)) -I- 880 Ramp ((-121.9477,37.91),(-121.9469,37.911),(-121.9463,37.911)) -I- 880 Ramp ((-121.9682,37.065),(-121.9686,37.066)) -I- 880 Ramp ((-122.0008,37.31),(-122.0002,37.308)) -I- 880 Ramp ((-122.0013,37.298),(-122.0013,37.287)) -I- 880 Ramp ((-122.0369,37.645),(-122.0364,37.646)) -I- 880 Ramp ((-122.0477,37.798),(-122.0466,37.789),(-122.0461,37.785)) -I- 880 Ramp ((-122.0477,37.798),(-122.0482,37.8)) -I- 880 Ramp ((-122.0585,37.967),(-122.0577,37.974),(-122.0548,37.966),(-122.055168,37.96828),(-122.0577,37.984)) -I- 880 Ramp ((-122.0919,37.465),(-122.0931,37.461)) -I- 880 Ramp ((-122.0932,37.439),(-122.0922,37.437),(-122.0915,37.427)) -I- 880 Ramp ((-122.1005,37.571),(-122.1003,37.565),(-122.0997,37.548)) -I- 880 Ramp ((-122.1286,37.836),(-122.1283,37.839)) -I- 880 Ramp ((-122.1335,37.901),(-122.1358,37.905)) -I- 880 Ramp ((-122.1378,37.923),(-122.1374,37.925)) -I- 880 Ramp ((-122.1757,37.187),(-122.1754,37.191)) -I- 880 Ramp ((-122.1863,37.322),(-122.187,37.322)) -I- 880 Ramp ((-122.1876,37.312),(-122.1877,37.309)) -I- 880 Ramp ((-122.2054,37.542),(-122.2057,37.533),(-122.2059,37.526)) -I- 880 Ramp ((-122.2091,37.532),(-122.2089,37.535),(-122.2072,37.535)) -I- 880 Ramp ((-122.2187,37.684),(-122.219,37.688),(-122.2194,37.697)) -I- 880 Ramp ((-122.2301,37.743),(-122.2316,37.751)) -I- 880 Ramp ((-122.2352,37.767),(-122.2356,37.768),(-122.236,37.768)) -I- 880 Ramp [(-121.9215,37.556),(-121.92179,37.55745),(-121.9229,37.563)] -I- 880 Ramp [(-121.9232,37.57),(-121.9234,37.559),(-121.9229,37.561)] -I- 880 Ramp [(-121.9335,37.851),(-121.9339,37.847),(-121.9351,37.835),(-121.9357,37.83)] -I- 880 Ramp [(-121.9343,37.85),(-121.937,37.852),(-121.937,37.836),(-121.9362,37.835),(-121.9359,37.826),(-121.9349,37.813)] -I- 880 Ramp [(-121.946,37.918),(-121.9463,37.911),(-121.9452,37.912)] -I- 880 Ramp [(-121.9612,37.099),(-121.9615,37.09),(-121.9616,37.087)] -I- 880 Ramp [(-121.9618,37.037),(-121.961998,37.05205),(-121.962212,37.06831),(-121.9623,37.075),(-121.9616,37.087)] -I- 880 Ramp [(-121.9656,37.065),(-121.9678,37.061),(-121.9676,37.065)] -I- 880 Ramp [(-121.9688,37.061),(-121.9686,37.066),(-121.9669,37.075)] -I- 880 Ramp [(-121.9712,37.107),(-121.9643,37.087),(-121.9623,37.085)] -I- 880 Ramp [(-121.986,37.239),(-121.9865,37.236),(-121.9861,37.234)] -I- 880 Ramp [(-121.9865,37.226),(-121.9872,37.22)] -I- 880 Ramp [(-121.9871,37.229),(-121.9863,37.232)] -I- 880 Ramp [(-121.9885,37.211),(-121.9848,37.216)] -I- 880 Ramp [(-122.0019,37.301),(-122.002,37.293)] -I- 880 Ramp [(-122.0041,37.313),(-122.0018,37.315),(-122.0007,37.315),(-122.0005,37.313),(-122.0002,37.308),(-121.9995,37.289)] -I- 880 Ramp [(-122.0041,37.313),(-122.0038,37.308),(-122.0039,37.284),(-122.0013,37.287),(-121.9995,37.289)] -I- 880 Ramp [(-122.0226,37.474),(-122.0214,37.473),(-122.0219,37.466)] -I- 880 Ramp [(-122.0236,37.488),(-122.0231,37.458),(-122.0227,37.458),(-122.0223,37.452),(-122.0205,37.447)] -I- 880 Ramp [(-122.0238,37.491),(-122.0215,37.483),(-122.0211,37.477),(-122.0205,37.447)] -I- 880 Ramp [(-122.0364,37.652),(-122.0364,37.646),(-122.03618,37.63412),(-122.036027,37.62586),(-122.0359,37.619)] -I- 880 Ramp [(-122.0374,37.639),(-122.0375,37.632)] -I- 880 Ramp [(-122.0383,37.64),(-122.0387,37.636),(-122.0387,37.633),(-122.038,37.632)] -I- 880 Ramp [(-122.0392,37.65),(-122.0389,37.625),(-122.0391,37.617),(-122.036099,37.6161),(-122.0358,37.616)] -I- 880 Ramp [(-122.0398,37.656),(-122.0361,37.656)] -I- 880 Ramp [(-122.0482,37.811),(-122.0461,37.785),(-122.0453,37.778),(-122.045,37.775)] -I- 880 Ramp [(-122.0485,37.817),(-122.0484,37.813),(-122.0482,37.8),(-122.0481,37.794),(-122.0478,37.781),(-122.0469,37.774)] -I- 880 Ramp [(-122.059,37.982),(-122.0577,37.984),(-122.0612,37.003)] -I- 880 Ramp [(-122.0604,37.991),(-122.06,37.983),(-122.0605,37.983)] -I- 880 Ramp [(-122.0618,37.011),(-122.0631,37.982),(-122.0585,37.967)] -I- 880 Ramp [(-122.0635,37.036),(-122.064,37.049),(-122.0648,37.069)] -I- 880 Ramp [(-122.0642,37.073),(-122.0648,37.076),(-122.0666,37.085)] -I- 880 Ramp [(-122.0653,37.062),(-122.0663,37.064)] -I- 880 Ramp [(-122.0758,37.209),(-122.073269,37.18911),(-122.073,37.187),(-122.0723,37.183)] -I- 880 Ramp [(-122.0758,37.209),(-122.075697,37.2063),(-122.075,37.188),(-122.0749,37.184)] -I- 880 Ramp [(-122.0837,37.322),(-122.0822,37.316),(-122.0831,37.312)] -I- 880 Ramp [(-122.0837,37.322),(-122.0843,37.316)] -I- 880 Ramp [(-122.085,37.34),(-122.0801,37.316),(-122.081,37.285)] -I- 880 Ramp [(-122.085,37.34),(-122.0866,37.316),(-122.0819,37.296)] -I- 880 Ramp [(-122.0918,37.466),(-122.0896,37.405)] -I- 880 Ramp [(-122.092,37.461),(-122.0923,37.457)] -I- 880 Ramp [(-122.0931,37.453),(-122.0937,37.469),(-122.0931,37.461),(-122.0923,37.457)] -I- 880 Ramp [(-122.096,37.496),(-122.0941,37.464),(-122.0943,37.421),(-122.0915,37.427),(-122.0896,37.405)] -I- 880 Ramp [(-122.0985,37.574),(-122.0986,37.567),(-122.0978,37.528)] -I- 880 Ramp [(-122.0993,37.571),(-122.0999,37.569)] -I- 880 Ramp [(-122.1005,37.571),(-122.1009,37.568)] -I- 880 Ramp [(-122.1022,37.597),(-122.102055,37.59178),(-122.1019,37.562)] -I- 880 Ramp [(-122.1029,37.61),(-122.1013,37.587),(-122.0999,37.569)] -I- 880 Ramp [(-122.1032,37.557),(-122.0997,37.548),(-122.0978,37.528)] -I- 880 Ramp [(-122.1076,37.681),(-122.106243,37.66549),(-122.1062,37.665),(-122.106043,37.66186),(-122.105869,37.65838),(-122.1048,37.638)] -I- 880 Ramp [(-122.1076,37.681),(-122.107021,37.6646),(-122.107,37.664),(-122.106808,37.66184),(-122.1048,37.638)] -I- 880 Ramp [(-122.1287,37.842),(-122.1283,37.839),(-122.1264,37.834)] -I- 880 Ramp [(-122.1289,37.861),(-122.1284,37.855),(-122.1277,37.843)] -I- 880 Ramp [(-122.1296,37.865),(-122.1299,37.866),(-122.1323,37.874)] -I- 880 Ramp [(-122.1318,37.865),(-122.1319,37.866),(-122.1333,37.881)] -I- 880 Ramp [(-122.1376,37.91),(-122.1379,37.909),(-122.1376,37.907),(-122.1365,37.902)] -I- 880 Ramp [(-122.1379,37.891),(-122.1383,37.897),(-122.1377,37.902)] -I- 880 Ramp [(-122.1379,37.931),(-122.137597,37.92736),(-122.1374,37.925),(-122.1373,37.924),(-122.1369,37.914),(-122.1358,37.905),(-122.1365,37.908),(-122.1358,37.898)] -I- 880 Ramp [(-122.1407,37.932),(-122.1397,37.923),(-122.1389,37.917),(-122.1383,37.913)] -I- 880 Ramp [(-122.164,37.106),(-122.1653,37.113),(-122.1651,37.101)] -I- 880 Ramp [(-122.164188,37.10514),(-122.1641,37.092)] -I- 880 Ramp [(-122.1646,37.113),(-122.163,37.111)] -I- 880 Ramp [(-122.1646,37.113),(-122.165458,37.11379),(-122.167792,37.11594)] -I- 880 Ramp [(-122.165757,37.09059),(-122.165169,37.09811)] -I- 880 Ramp [(-122.165757,37.09059),(-122.16635,37.09559)] -I- 880 Ramp [(-122.1675,37.09),(-122.1666,37.089),(-122.165804,37.08972),(-122.1655,37.09),(-122.1641,37.092)] -I- 880 Ramp [(-122.1675,37.09),(-122.16757,37.11435)] -I- 880 Ramp [(-122.173,37.194),(-122.1742,37.173)] -I- 880 Ramp [(-122.1763,37.184),(-122.1761,37.191)] -I- 880 Ramp [(-122.1763,37.193),(-122.1754,37.191),(-122.1745,37.194),(-122.1743,37.192),(-122.1737,37.196),(-122.1725,37.198)] -I- 880 Ramp [(-122.1768,37.197),(-122.1774,37.182),(-122.1769,37.18),(-122.1758,37.181),(-122.1747,37.178)] -I- 880 Ramp [(-122.1868,37.32),(-122.187,37.322),(-122.1873,37.321),(-122.1877,37.319),(-122.1879,37.317)] -I- 880 Ramp [(-122.1893,37.303),(-122.1888,37.305),(-122.1885,37.307),(-122.1877,37.309),(-122.1873,37.309)] -I- 880 Ramp [(-122.1946,37.405),(-122.1942,37.411),(-122.1951,37.411)] -I- 880 Ramp [(-122.1946,37.405),(-122.1947,37.394)] -I- 880 Ramp [(-122.1952,37.418),(-122.1967,37.418)] -I- 880 Ramp [(-122.1954,37.372),(-122.1957,37.378)] -I- 880 Ramp [(-122.1959,37.407),(-122.1958,37.396),(-122.1953,37.396),(-122.1947,37.394)] -I- 880 Ramp [(-122.2065,37.54),(-122.2066,37.535),(-122.2063,37.531),(-122.2059,37.526),(-122.206,37.522)] -I- 880 Ramp [(-122.2092,37.535),(-122.2074,37.536),(-122.2072,37.535),(-122.2066,37.53)] -I- 880 Ramp [(-122.2096,37.565),(-122.2079,37.549),(-122.2061,37.541)] -I- 880 Ramp [(-122.2111,37.581),(-122.2108,37.535)] -I- 880 Ramp [(-122.2176,37.65),(-122.2173,37.652)] -I- 880 Ramp [(-122.2177,37.668),(-122.2168,37.653),(-122.2159,37.638)] -I- 880 Ramp [(-122.218,37.659),(-122.2173,37.652)] -I- 880 Ramp [(-122.2199,37.695),(-122.2194,37.697),(-122.2197,37.7),(-122.2202,37.699)] -I- 880 Ramp [(-122.222,37.713),(-122.2212,37.705),(-122.2207,37.697),(-122.2208,37.694),(-122.2192,37.68),(-122.2184,37.672)] -I- 880 Ramp [(-122.2301,37.743),(-122.2294,37.735)] -I- 880 Ramp [(-122.2316,37.746),(-122.2316,37.751),(-122.2321,37.752),(-122.2329,37.752)] -I- 880 Ramp [(-122.2325,37.743),(-122.2319,37.746)] -I- 880 Ramp [(-122.2361,37.785),(-122.2356,37.781)] -I- 880 Ramp [(-122.237,37.799),(-122.236,37.777),(-122.236,37.768),(-122.2357,37.764),(-122.235,37.754)] -I- 880 Ramp [(-122.2372,37.802),(-122.23638,37.7996),(-122.2361,37.801),(-122.2357,37.801)] -I- 880 Ramp [(-122.2374,37.811),(-122.2374,37.796)] -I- 880 Ramp [(-122.2536,37.898),(-122.254,37.902)] -I- 880 Ramp [(-122.2577,37.914),(-122.258,37.911)] -I- 880 Ramp [(-122.2636,37.946),(-122.2646,37.954)] -I- 880 Ramp [(-122.2636,37.946),(-122.2649,37.95),(-122.2662,37.954)] -I- 880 Ramp [(-122.268,37.969),(-122.2693,37.972)] -I- 880 Ramp [(-122.2685,37.962),(-122.2695,37.969),(-122.2707,37.975)] -I- 880 Ramp [(-122.2729,37.986),(-122.2744,37.986)] -I- 880 Ramp [(-122.274,37.993),(-122.2729,37.986)] -I- 880 Ramp [(-122.2771,37.002),(-122.278,37)] -I- 880 Ramp [(-122.2775,37.007),(-122.2769,37.001)] -I- 880 Ramp [(-122.2849,37.028),(-122.2845,37.026),(-122.2837,37.021)] -I- 880 Ramp [(-122.2863,37.032),(-122.285451,37.03094),(-122.284429,37.02966),(-122.2831,37.028),(-122.2823,37.031)] -I- 880 Ramp [(-122.291454,37.064),(-122.291088,37.06103),(-122.2903,37.05),(-122.2897,37.044),(-122.2888,37.038)] -I- 880 Ramp [(-122.2916,37.052),(-122.2898,37.04),(-122.2888,37.038)] -I- 980 ((-122.268,37.227),(-122.2678,37.233),(-122.2675,37.243)) -I- 980 ((-122.2688,37.2),(-122.2684,37.215),(-122.268,37.227)) -I- 980 [(-122.2675,37.243),(-122.2674,37.246)] -I- 980 [(-122.2681,37.248),(-122.2677,37.252)] -I- 980 [(-122.268237,37.24426),(-122.2682,37.245)] -I- 980 [(-122.2684,37.236),(-122.2683,37.243),(-122.268237,37.24426)] -I- 980 [(-122.2684,37.236),(-122.2684,37.234),(-122.268817,37.22458),(-122.269027,37.21557),(-122.2691,37.213),(-122.2694,37.199),(-122.2693,37.194)] -I- 980 [(-122.2688,37.2),(-122.2688,37.197),(-122.2689,37.191)] -I- 980 [(-122.2699,37.159),(-122.2697,37.165),(-122.2695,37.17),(-122.2693,37.18),(-122.2689,37.191)] -I- 980 [(-122.2701,37.163),(-122.2699,37.172),(-122.2693,37.192),(-122.2693,37.194)] -I- 980 [(-122.2783,37.006),(-122.2787,37.014),(-122.2791,37.024),(-122.279124,37.0254),(-122.2782,37.053),(-122.2778,37.061),(-122.2773,37.068)] -I- 980 [(-122.2789,37.009),(-122.2795,37.022),(-122.279648,37.02711),(-122.2787,37.055),(-122.2782,37.062),(-122.2775,37.075),(-122.2773,37.078),(-122.2763,37.094),(-122.2758,37.1),(-122.274904,37.11235),(-122.274857,37.1131),(-122.2748,37.114)] -I- 980 Ramp [(-122.2688,37.197),(-122.2691,37.191),(-122.2693,37.18)] -I- 980 Ramp [(-122.2688,37.206),(-122.2688,37.203),(-122.2684,37.215)] -I- 980 Ramp [(-122.2691,37.213),(-122.269438,37.20709),(-122.2699,37.199),(-122.27,37.194),(-122.270194,37.18382),(-122.270352,37.17552),(-122.2704,37.173)] -I- 980 Ramp [(-122.2693,37.194),(-122.2691,37.198)] -I- 980 Ramp [(-122.2699,37.159),(-122.2701,37.163)] -I- 980 Ramp [(-122.2739,37.117),(-122.2745,37.119),(-122.2733,37.129)] -I- 980 Ramp [(-122.2773,37.068),(-122.2772,37.061)] -I- 980 Ramp [(-122.2773,37.078),(-122.2766,37.095)] -Idaho St [(-122.28,37.437),(-122.2801,37.446)] -Iglesia Dr [(-121.946443,37.09438),(-121.946833,37.09285)] -Independence Ave [(-121.865283,37.46138),(-121.8634,37.446)] -Independence Dr [(-121.8683,37.521),(-121.868866,37.50763)] -Independence Road [(-121.9474,37.172),(-121.9508,37.163)] -Indian Road [(-122.2209,37.153),(-122.2216,37.142)] -Indian Way [(-122.2066,37.398),(-122.2045,37.411)] -Indian Creek [(-121.7642,37.246),(-121.7655,37.244)] -Indian Creek Road [(-121.7751,37.798),(-121.7646,37.799)] -Indian Creek Road [(-121.7889,37.843),(-121.8,37.791)] -Indian Creek Road [(-121.863754,37.77499),(-121.8644,37.782)] -Indian Joe Creek [(-121.8273,37.142),(-121.806,37.295)] -Indian Rock Path [(-122.2717,37.919),(-122.2727,37.922)] -Industrial Blvd [(-122.1091,37.328),(-122.1085,37.326)] -Industrial Pkwy [(-122.055708,37.21892),(-122.0559,37.217)] -Industrial Pkwy [(-122.0723,37.183),(-122.0731,37.184)] -Industrial St [(-122.1834,37.424),(-122.1833,37.425)] -Inglewood Dr [(-121.9086,37.877),(-121.9088,37.877)] -Inglewood Dr [(-121.909484,37.87762),(-121.9099,37.878)] -Inglewood St [(-122.0802,37.397),(-122.0823,37.397)] -Inglewood Common [(-121.955843,37.36729),(-121.955147,37.36923)] -Innsbruck St [(-121.7706,37.68),(-121.7708,37.668)] -Inverness St [(-122.1521,37.882),(-122.1523,37.877)] -Inverness Way [(-121.752134,37.92412),(-121.751744,37.92413)] -Iroquois Ave [(-121.7876,37.891),(-121.7876,37.899)] -Irvington Ave [(-121.9624,37.308),(-121.9661,37.307)] -Isabel Ave [(-121.8047,37.63301),(-121.8047,37.63248)] -Isherwood Way [(-122.0138,37.733),(-122.0156,37.702)] -Island Dr [(-122.2329,37.463),(-122.2336,37.455)] -Island Dr [(-122.2399,37.334),(-122.2394,37.34),(-122.2383,37.352)] -Island Dr [(-122.2411,37.318),(-122.2406,37.325)] -Island Pine Ct [(-122.069,37.31),(-122.0697,37.31)] -Isle Royal St [(-121.9695,37.178),(-121.9686,37.15),(-121.9683,37.149)] -Isola Ct [(-122.0551,37.815),(-122.0555,37.811)] -Ithaca St [(-122.0318,37.09),(-122.0317,37.087)] -Ivy Dr [(-122.2434,37.01),(-122.2413,37.015)] -J St [(-121.9762,37.754),(-121.9767,37.743)] -Jacaranda Ct [(-121.9431,37.49),(-121.9426,37.486)] -Jacaranda Dr [(-122.0147,37.288),(-122.013,37.287)] -Jackson Ave [(-121.7416,37.868),(-121.7416,37.862)] -Jackson Ct [(-121.9377,37.336),(-121.9383,37.337)] -Jackson St [(-122.0809,37.669),(-122.0804,37.677)] -Jackson St [(-122.0838,37.614),(-122.0832,37.624)] -Jackson St [(-122.0845,37.6),(-122.0842,37.606)] -Jackson St [(-122.0981,37.368),(-122.0988,37.365)] -Jackson St [(-122.2646,37.025),(-122.2641,37.034)] -Jackson St [(-122.2668,37.991),(-122.2664,37.997)] -Jackson St [(-122.2689,37.955),(-122.2685,37.962)] -Jade Cir [(-121.919585,37.25699),(-121.918784,37.24417)] -Jamaica Way [(-122.1785,37.971),(-122.1792,37.969)] -James Ave [(-122.0634,37.055),(-122.0598,37.052)] -Jamestown Road [(-121.947,37.165),(-121.9476,37.163)] -Jamison Way [(-122.075555,37.98023),(-122.073719,37.98074)] -Jaques Ct [(-122.052072,37.68998),(-122.050458,37.69474)] -Jaquiline St [(-121.725054,37.80597),(-121.723604,37.80449)] -Jarvis Ave [(-122.053935,37.43593),(-122.054359,37.43078)] -Jarvis Ave [(-122.055,37.423),(-122.0552,37.42)] -Jason Way [(-122.0044,37.584),(-122.0033,37.577)] -Jayar Pl [(-122.0345,37.206),(-122.0337,37.209)] -Jayne Ave [(-122.2566,37.13),(-122.2549,37.142)] -Jaynes St [(-122.2789,37.779),(-122.2781,37.781)] -Jean Ct [(-122.0755,37.809),(-122.0766,37.798)] -Jean Dr [(-122.0739,37.78),(-122.0734,37.774)] -Jean Dr [(-122.0766,37.798),(-122.0759,37.794)] -Jean St [(-122.2477,37.18),(-122.2468,37.187),(-122.2459,37.196)] -Jeffer St [(-122.0746,37.856),(-122.0739,37.86)] -Jefferson Ave [(-122.2775,37.663),(-122.2774,37.645),(-122.2771,37.627)] -Jefferson St [(-122.2749,37.049),(-122.2745,37.055)] -Jensen Road [(-122.03781,37.03891),(-122.0377,37.04)] -Jensen St [(-121.754,37.805),(-121.754,37.8)] -Jerome Ave [(-121.9239,37.294),(-121.9239,37.287)] -Jerome Ave [(-121.9247,37.314),(-121.9244,37.309)] -Jerrold Road [(-121.6907,37.681),(-121.6908,37.653)] -Jessica Cir [(-122.0472,37.76),(-122.0488,37.748)] -Jewell Ct [(-122.2048,37.467),(-122.2043,37.452)] -Joaquin Miller Road [(-122.1797,37.083),(-122.1778,37.051)] -Joaquin Miller Road [(-122.1914,37.128),(-122.1862,37.119),(-122.1842,37.106)] -Joaquin Murieta Ave [(-121.9958,37.208),(-121.9962,37.201)] -John Dr [(-122.0939,37.925),(-122.0934,37.919)] -Johnson Dr [(-121.9145,37.901),(-121.915,37.877)] -Johnson Industrial Dr [(-121.9096,37.014),(-121.9172,37.016)] -Jones St [(-122.2982,37.755),(-122.2971,37.757)] -Jones St [(-122.301984,37.74755),(-122.3015,37.749)] -Joseph Dr [(-122.0742,37.12),(-122.0732,37.109)] -Joshua St [(-122.0686,37.455),(-122.0686,37.449)] -Jovan Ter [(-122.046671,37.62206),(-122.046466,37.6181)] -Joyce St [(-122.0792,37.604),(-122.0774,37.581)] -Juana Ave [(-122.1417,37.262),(-122.1396,37.267)] -Juana Ave [(-122.1481,37.243),(-122.1459,37.249)] -June Ct [(-122.1041,37.76),(-122.1045,37.769)] -June Ct [(-122.1786,37.316),(-122.178,37.314)] -Juneau St [(-122.1814,37.068),(-122.1801,37.049)] -Juniper Ave [(-122.0464,37.255),(-122.0476,37.251)] -Juniper St [(-121.7823,37.897),(-121.7815,37.9)] -Juniper St [(-122.1592,37.961),(-122.1591,37.955)] -Junipero Com [(-121.9919,37.796),(-121.992,37.791)] -Jupiter Ct [(-122.064459,37.84741),(-122.064255,37.84626)] -Kains Ave [(-122.2923,37.758),(-122.2922,37.754)] -Kains Ave [(-122.2949,37.828),(-122.2948,37.825)] -Kains Ave [(-122.2992,37.983),(-122.2989,37.97),(-122.2984,37.953)] -Kaiser Dr [(-122.067163,37.47821),(-122.060402,37.51961)] -Kaiser Creek Road [(-122.0928,37.885),(-122.0918,37.802)] -Kamp Dr [(-121.867789,37.82326),(-121.867753,37.8292)] -Kansas Way [(-121.9115,37.71),(-121.912,37.706)] -Kathy Way [(-121.7292,37.825),(-121.729061,37.82514)] -Kato Road [(-121.9185,37.626),(-121.9181,37.627)] -Kay Ave [(-122.0968,37.433),(-122.0968,37.427)] -Kay Ave [(-122.0969,37.398),(-122.0971,37.389)] -Kay Ave [(-122.097,37.461),(-122.0969,37.457)] -Kay Ct [(-121.953,37.277),(-121.9535,37.277)] -Kearney Ave [(-122.1981,37.124),(-122.1963,37.135)] -Keeler Ave [(-122.2552,37.892),(-122.2549,37.882)] -Keeler Ave [(-122.2578,37.906),(-122.2579,37.899)] -Keith Ave [(-122.2603,37.894),(-122.26,37.893)] -Keller Ave [(-122.1353,37.702),(-122.1345,37.705)] -Keller Ave [(-122.154,37.723),(-122.1531,37.722)] -Kelly St [(-122.0519,37.852),(-122.0503,37.856)] -Kelly St [(-122.0583,37.842),(-122.058,37.842)] -Kelso Road [(-121.584782,37.94979),(-121.585132,37.94971)] -Kenilworth Ave [(-122.1501,37.376),(-122.1498,37.371)] -Kenilworth Ave [(-122.151,37.393),(-122.1505,37.383)] -Kenita Way [(-122.0508,37.944),(-122.0503,37.944)] -Kenmore Ave [(-122.2378,37.173),(-122.2386,37.162)] -Kenmore Ct [(-122.0713,37.965),(-122.0706,37.967)] -Kennedy Ave [(-122.0201,37.832),(-122.0203,37.824)] -Kennet St [(-122.0309,37.129),(-122.031,37.115)] -Kent Ave [(-122.113,37.891),(-122.1131,37.887)] -Kent Ave [(-122.113,37.937),(-122.113,37.929)] -Kentucky Ave [(-122.2719,37.026),(-122.2706,37.013)] -Kentwood Way [(-121.9235,37.841),(-121.926,37.838)] -Kenwood Dr [(-122.054303,37.63614),(-122.054133,37.62981)] -Keoncrest Dr [(-122.2842,37.77),(-122.2835,37.771)] -Kerlin St [(-121.9986,37.469),(-121.9979,37.465)] -Kerwin Ave [(-122.181,37.296),(-122.1807,37.295)] -Key Ct [(-122.1246,37.545),(-122.1244,37.553)] -Key Route Blvd [(-122.2921,37.91),(-122.292,37.908)] -Keys Pl [(-122.0871,37.253),(-122.0875,37.252)] -Kildare Road [(-122.0968,37.016),(-122.0959,37)] -Kilkenny Pl [(-122.251002,37.40535),(-122.2508,37.403)] -Kimberly Commons [(-121.737774,37.88769),(-121.737673,37.89024)] -King St [(-122.2733,37.504),(-122.2732,37.496)] -King St [(-122.2738,37.558),(-122.2737,37.55)] -King Way [(-121.9176,37.133),(-121.9185,37.13)] -Kings Ct [(-122.0695,37.764),(-122.0689,37.756)] -Kingsland Ave [(-122.1957,37.743),(-122.1956,37.753)] -Kingsley St [(-122.2311,37.042),(-122.2306,37.046)] -Kirkcaldy St [(-121.859937,37.97443),(-121.8601,37.97441)] -Kirkham St [(-122.289,37.122),(-122.2887,37.129)] -Kit Lane [(-122.0237,37.124),(-122.0236,37.132)] -Kitty Hawk Road [(-121.8048,37.797),(-121.8049,37.867)] -Klamath St [(-121.9142,37.982),(-121.9145,37.978)] -Klamath St [(-122.1832,37.035),(-122.1815,37.023)] -Knapp St [(-122.0594,37.062),(-122.0593,37.049)] -Knight Dr [(-122.089468,37.17681),(-122.089434,37.17337)] -Knight St [(-122.18,37.291),(-122.1794,37.288)] -Knoll Way [(-122.0864,37.848),(-122.0839,37.836)] -Knowland Ave [(-122.1957,37.816),(-122.1948,37.823)] -Kofman Ct [(-122.2498,37.422),(-122.2497,37.417)] -Koford Road [(-122.1903,37.296),(-122.1884,37.286)] -Kolln St [(-121.87,37.792),(-121.8705,37.796)] -Koopmann Creek [(-121.9442,37.181),(-121.943465,37.17671)] -Korbel St [(-122.0648,37.742),(-122.0655,37.723)] -Kottinger Dr [(-121.8596,37.58),(-121.859,37.57)] -Kramer St [(-122.1406,37.834),(-122.1416,37.826)] -Kramer St [(-122.143,37.819),(-122.1435,37.812)] -Krause St [(-121.8731,37.863),(-121.8719,37.865)] -L St [(-121.7684,37.772),(-121.768,37.762)] -L St [(-121.7694,37.795),(-121.7692,37.788)] -La Cresta [(-122.2433,37.353),(-122.2425,37.349)] -La Cresta Ave [(-122.2175,37.06),(-122.217,37.073)] -La Loma Ave [(-122.2554,37.844),(-122.2559,37.841)] -La Playa Dr [(-122.1039,37.545),(-122.101,37.493)] -La Salle Ave [(-122.2191,37.176),(-122.2206,37.158)] -La Salle Ave [(-122.2242,37.153),(-122.2255,37.155)] -La Vereda Road [(-122.2562,37.801),(-122.2558,37.792)] -Ladera Ct [(-121.9444,37.068),(-121.9429,37.07)] -Lafayette Ave [(-122.0309,37.474),(-122.0328,37.458)] -Lafayette Ave [(-122.0336,37.451),(-122.0352,37.438)] -Lafayette Ave [(-122.0395,37.411),(-122.0418,37.398)] -Lafayette Ave [(-122.1602,37.293),(-122.1597,37.287)] -Lafayette St [(-122.2559,37.646),(-122.2553,37.654)] -Laguna Ave [(-122.2062,37.027),(-122.2058,37.03)] -Laguna Ave [(-122.2099,37.989),(-122.2089,37)] -Laguna Dr [(-122.1128,37.418),(-122.1132,37.418)] -Laiolo Road [(-121.9715,37.322),(-121.9707,37.318)] -Lake Blvd [(-122.0381,37.533),(-122.0371,37.53)] -Lake Blvd [(-122.0393,37.539),(-122.0387,37.537)] -Lake Chabot [(-122.0753,37.378),(-122.0762,37.367)] -Lake Chabot Road [(-122.0988,37.133),(-122.0977,37.13)] -Lake Chabot Road [(-122.1061,37.171),(-122.1047,37.155)] -Lake Chabot Road [(-122.1323,37.308),(-122.132,37.307)] -Lake Mead Dr [(-122.0533,37.873),(-122.0523,37.858),(-122.0524,37.853)] -Lake Ontario Dr [(-122.0554,37.863),(-122.0557,37.859)] -Lake Ontario Dr [(-122.0562,37.852),(-122.0567,37.847)] -Lake Pillsbury Dr [(-122.0561,37.906),(-122.0573,37.901)] -Lakecrest Ct [(-122.0947,37.107),(-122.0939,37.103)] -Lakehurst Cir [(-122.284729,37.89025),(-122.286096,37.90364)] -Lakeridge Ave [(-122.048299,37.84349),(-122.048127,37.83401)] -Lakeshore Ave [(-122.2586,37.99),(-122.2556,37.006)] -Lakeview Ave [(-122.2225,37.219),(-122.2237,37.221)] -Lakeview Blvd [(-121.9313,37.702),(-121.936,37.784)] -Lakewood Ct [(-122.0261,37.472),(-122.0263,37.469)] -Lakewood Dr [(-122.0288,37.48),(-122.0269,37.477)] -Lakewood St [(-121.9189,37.763),(-121.9191,37.772)] -Lakewood Way [(-122.0795,37.389),(-122.0793,37.366)] -Lambaren Ave [(-121.7825,37.822),(-121.7816,37.821)] -Lambeth Road [(-121.7686,37.942),(-121.7684,37.947)] -Lanai Ct [(-122.0768,37.269),(-122.0768,37.26)] -Landing Road [(-121.947,37.809),(-121.9444,37.82)] -Landon Ave [(-121.9785,37.258),(-121.978,37.255)] -Langmuir Lane [(-121.9199,37.19),(-121.9215,37.197)] -Lansdown Ct [(-121.8659,37.949),(-121.8661,37.96)] -Larchmont Isle [(-122.2667,37.654),(-122.2671,37.647)] -Lark Way [(-122.0563,37.8),(-122.0553,37.797)] -Larkspur Dr [(-121.7431,37.084),(-121.7435,37.09)] -Larkspur St [(-122.0118,37.231),(-122.011,37.227)] -Larmer Ct [(-122.2371,37.215),(-122.2365,37.212)] -Las Palmas Ave [(-121.9521,37.547),(-121.9513,37.539)] -Las Palmas Ct [(-121.944,37.502),(-121.9443,37.513)] -Las Palmas Ct [(-121.950103,37.00582),(-121.949498,37.00835)] -Las Positas Blvd [(-121.7988,37.889),(-121.7984,37.889)] -Las Positas Blvd [(-121.8642,37.957),(-121.8645,37.955)] -Las Positas Blvd [(-121.907779,37.79734),(-121.908481,37.79416)] -Las Positas Blvd [(-121.9094,37.79),(-121.9099,37.787)] -Las Positas Blvd [(-121.915,37.769),(-121.9187,37.759)] -Las Positas Road [(-121.7548,37.025),(-121.75,37.01778)] -Las Positas Road [(-121.764488,37.99199),(-121.75569,37.02022)] -Las Positas Road [(-121.7726,37.976),(-121.76841,37.98426)] -Lassen Road [(-121.7428,37.05),(-121.742211,37.05687)] -Latham Lane [(-122.2572,37.943),(-122.2565,37.947)] -Latham Walk [(-122.2575,37.941),(-122.2572,37.943)] -Lauderdale Ave [(-122.0983,37.344),(-122.0977,37.334)] -Laurel St [(-122.0483,37.265),(-122.0476,37.251)] -Laurette Pl [(-122.0651,37.476),(-122.0646,37.479)] -Lauriston Ct [(-122.2032,37.45),(-122.2034,37.46)] -Laverne Ave [(-122.1938,37.731),(-122.1928,37.721)] -Laverne Dr [(-122.1533,37.821),(-122.1532,37.814)] -Laverne Dr [(-122.1564,37.852),(-122.1549,37.847)] -Lawlor St [(-122.1573,37.533),(-122.1567,37.517)] -Lawrence Dr [(-122.0779,37.133),(-122.0756,37.141)] -Lawton Ave [(-122.2563,37.36),(-122.256,37.366)] -Lee Ave [(-121.7614,37.878),(-121.7615,37.898)] -Lee Ave [(-122.1507,37.298),(-122.1506,37.291)] -Lee St [(-122.2561,37.115),(-122.2569,37.097)] -Leigh St [(-121.9154,37.776),(-121.9153,37.774)] -Leighton St [(-122.0805,37.628),(-122.0797,37.632)] -Leimert Blvd [(-122.2059,37.169),(-122.2048,37.169)] -Leland Way [(-121.7867,37.655),(-121.7859,37.656)] -Lemke Pl [(-121.9882,37.261),(-121.98835,37.2595)] -Leon Ct [(-122.0249,37.525),(-122.0255,37.521)] -Leona St [(-122.1751,37.84),(-122.1739,37.836)] -Leonard Dr [(-122.1731,37.185),(-122.1731,37.172),(-122.1725,37.165)] -Leonardo Way [(-122.1073,37.577),(-122.108,37.575)] -Leroy Ave [(-122.2598,37.819),(-122.259792,37.8182)] -Leslie St [(-121.9639,37.412),(-121.9634,37.405)] -Leslie St [(-121.9729,37.438),(-121.971866,37.43847)] -Lessley Ave [(-122.0727,37.866),(-122.0718,37.867)] -Levine Ct [(-122.0836,37.75),(-122.0831,37.753)] -Lewelling Blvd [(-122.1118,37.868),(-122.1112,37.869)] -Lewelling Blvd [(-122.1219,37.865),(-122.1178,37.866)] -Lewelling Blvd [(-122.1555,37.793),(-122.1572,37.787)] -Lewis Ave [(-122.143,37.359),(-122.1433,37.339)] -Liberty St [(-121.9795,37.499),(-121.9785,37.495)] -Liberty St [(-122.1019,37.934),(-122.1009,37.924)] -Libra Ct [(-121.7389,37.179),(-121.7391,37.187)] -Lilac Loop [(-122.0182,37.805),(-122.0184,37.798)] -Lilac St [(-122.2014,37.799),(-122.2008,37.804)] -Lillian Ave [(-122.1358,37.044),(-122.1337,37.063)] -Lillian St [(-121.7308,37.829),(-121.7307,37.824)] -Lilly St [(-122.078139,37.64103),(-122.0775,37.643)] -Lincoln Ave [(-121.7449,37.849),(-121.745,37.832)] -Lincoln Ave [(-122.1321,37.499),(-122.1349,37.499)] -Lincoln Ave [(-122.2064,37.063),(-122.2059,37.065)] -Lincoln Ave [(-122.2093,37.034),(-122.2087,37.041)] -Lincoln Ave [(-122.251,37.712),(-122.25,37.707)] -Lincoln Ave [(-122.2549,37.729),(-122.2541,37.726)] -Lincoln Ave [(-122.2628,37.751),(-122.2615,37.751)] -Lincoln Ave [(-122.2674,37.752),(-122.2667,37.753)] -Lincoln Ave [(-122.2721,37.754),(-122.2699,37.753)] -Lincoln Ave [(-122.2786,37.756),(-122.276,37.755)] -Lincoln Way [(-122.1987,37.117),(-122.198,37.101)] -Linda Way [(-121.8657,37.573),(-121.866,37.566)] -Lindbergh Ave [(-121.8089,37.973),(-121.8072,37.973)] -Lindbergh Ave [(-121.8151,37.972),(-121.8118,37.971),(-121.8098,37.973)] -Lindemann Road [(-121.558002,37.00213),(-121.558002,37.00663)] -Linden St [(-121.7733,37.876),(-121.772,37.879)] -Linden St [(-121.7782,37.861),(-121.777,37.865),(-121.7757,37.868)] -Linden St [(-122.0692,37.83),(-122.0678,37.833)] -Linden St [(-122.2751,37.344),(-122.275,37.35)] -Linden St [(-122.2832,37.096),(-122.2827,37.112)] -Linden St [(-122.2842,37.067),(-122.2837,37.082)] -Linden St [(-122.2854,37.035),(-122.2853,37.038)] -Linden St [(-122.2867,37.998),(-122.2864,37.008)] -Linmore Dr [(-121.9202,37.39),(-121.9191,37.388)] -Lisbon Ave [(-121.7818,37.71),(-121.7808,37.71)] -Little Foot Dr [(-121.9223,37.064),(-121.9228,37.064)] -Livermore Ave [(-121.7509,37.715),(-121.750474,37.71229)] -Livermore Ave [(-121.7553,37.744),(-121.7539,37.737)] -Livermore Ave [(-121.7589,37.765),(-121.7584,37.763)] -Livermore Ave [(-121.7662,37.811),(-121.7656,37.808)] -Livermore Ave [(-121.7687,37.448),(-121.769,37.375)] -Livermore Ave [(-121.7699,37.863),(-121.7703,37.874)] -Livermore Ave [(-121.772719,37.99085),(-121.7728,37.001)] -Livermore Commons [(-121.926632,37.3099),(-121.926508,37.30113)] -Locksley Ave [(-122.2547,37.422),(-122.2534,37.438)] -Lockwood Ave [(-121.9401,37.366),(-121.9408,37.364)] -Lockwood St [(-122.1802,37.628),(-122.1778,37.601)] -Locust St [(-121.7815,37.876),(-121.7791,37.881)] -Locust St [(-122.0435,37.315),(-122.0435,37.312)] -Locust St [(-122.1606,37.007),(-122.1593,37.987)] -Locust St [(-122.1813,37.578),(-122.1807,37.572)] -Logan Ct [(-122.0053,37.492),(-122.0061,37.484)] -Logan Dr [(-121.9862,37.39),(-121.9856,37.384)] -Logan Dr [(-121.9913,37.423),(-121.990341,37.41763)] -Loma Dr [(-121.9202,37.39),(-121.9204,37.394)] -Loma Vista Ave [(-122.1952,37.942),(-122.1933,37.952)] -Lomitas Ave [(-121.773262,37.59041),(-121.77308,37.59042),(-121.772998,37.59043)] -Lomitas Ave [(-121.7807,37.574),(-121.7804,37.586)] -Longridge Road [(-122.2345,37.096),(-122.2317,37.099)] -Longview Dr [(-121.904,37.486),(-121.9047,37.482)] -Longview Dr [(-122.1277,37.257),(-122.1277,37.252)] -Longwood Ct [(-122.1036,37.606),(-122.1038,37.603)] -Lori Way [(-122.0446,37.845),(-122.0441,37.835)] -Loro Pl [(-121.9447,37.577),(-121.9458,37.582)] -Lorren Dr [(-121.9911,37.491),(-121.9926,37.473)] -Los Banos St [(-122.102,37.914),(-122.1013,37.91)] -Los Banos St [(-122.1064,37.965),(-122.1057,37.956)] -Louise Lane [(-122.0749,37.764),(-122.0754,37.758)] -Lowell St [(-122.275,37.384),(-122.2752,37.389)] -Lowell St [(-122.2757,37.41),(-122.2759,37.417)] -Lowry Road [(-122.052627,37.83339),(-122.0531,37.827),(-122.0538,37.818)] -Lucot St [(-122.1091,37.746),(-122.1096,37.743)] -Luna Ave [(-122.1238,37.117),(-122.123,37.124)] -Lunar Way [(-122.0668,37.883),(-122.0669,37.877)] -Lurene Dr [(-121.918603,37.24972),(-121.919428,37.24785)] -Luzon Ct [(-121.9328,37.28),(-121.9321,37.279)] -Lyman Road [(-122.2124,37.068),(-122.2105,37.093)] -Lynde St [(-122.2195,37.912),(-122.2187,37.91),(-122.2173,37.908)] -Lyndhurst St [(-122.1823,37.354),(-122.1807,37.348)] -Lyra St [(-121.9186,37.766),(-121.9184,37.762)] -M St [(-121.7731,37.842),(-121.7736,37.853)] -M St [(-122.0851,37.754),(-122.0845,37.742)] -Maar Ave [(-121.9573,37.693),(-121.9565,37.701)] -Mabel Ave [(-122.0774,37.029),(-122.0728,37.029)] -Mabel St [(-122.2841,37.591),(-122.284,37.583)] -Mac Arthur Blvd [(-122.139,37.34),(-122.138812,37.34)] -Mac Arthur Blvd [(-122.1394,37.356),(-122.139376,37.35503)] -Mac Arthur Blvd [(-122.1407,37.372),(-122.14,37.364)] -Mac Arthur Blvd [(-122.1495,37.412),(-122.1487,37.408)] -Mac Arthur Blvd [(-122.1552,37.454),(-122.1541,37.446)] -Mac Arthur Blvd [(-122.1605,37.553),(-122.1596,37.525)] -Mac Arthur Blvd [(-122.1636,37.618),(-122.1629,37.612)] -Mac Arthur Blvd [(-122.1697,37.68),(-122.1696,37.679)] -Mac Arthur Blvd [(-122.185,37.757),(-122.1843,37.753)] -Mac Arthur Blvd [(-122.1868,37.773),(-122.1861,37.767)] -Mac Arthur Blvd [(-122.188,37.837),(-122.1871,37.833)] -Mac Arthur Blvd [(-122.207,37.985),(-122.204,37.973)] -Mac Arthur Blvd [(-122.2239,37.007),(-122.2229,37.005)] -Mac Arthur Blvd [(-122.2258,37.01),(-122.2251,37.008)] -Mac Arthur Blvd [(-122.2281,37.014),(-122.2278,37.013)] -Mac Arthur Blvd [(-122.2328,37.039),(-122.2307,37.022)] -Mac Arthur Blvd [(-122.2353,37.054),(-122.2338,37.044)] -Mac Arthur Blvd [(-122.2405,37.072),(-122.2402,37.07)] -Mac Arthur Blvd [(-122.252491,37.17473),(-122.253,37.182)] -Mac Arthur Blvd [(-122.262,37.258),(-122.2631,37.26)] -Mac Arthur Blvd [(-122.2673,37.272),(-122.2676,37.273)] -Mackenzie Pl [(-122.0125,37.698),(-122.0115,37.715)] -Maddux Dr [(-122.1829,37.343),(-122.1823,37.341)] -Maddux Dr [(-122.1848,37.366),(-122.1848,37.36)] -Madelaine Pl [(-122.0401,37.448),(-122.0395,37.448)] -Madera Ave [(-122.19,37.814),(-122.1914,37.824)] -Madison Ave [(-121.7414,37.777),(-121.7415,37.77)] -Madison Ave [(-122.0628,37.078),(-122.063,37.071)] -Madison St [(-122.267,37.962),(-122.2668,37.965)] -Madison St [(-122.2686,37.937),(-122.2682,37.945)] -Magee Ave [(-122.1991,37.928),(-122.1977,37.937)] -Magnolia Cir [(-121.868186,37.81015),(-121.866849,37.80683)] -Magnolia Dr [(-122.2313,37.296),(-122.2317,37.285)] -Magnolia St [(-122.0361,37.306),(-122.0354,37.303)] -Magnolia St [(-122.0409,37.333),(-122.0394,37.325)] -Magnolia St [(-122.0971,37.5),(-122.0962,37.484)] -Magnolia St [(-122.2864,37.104),(-122.286,37.115)] -Magnolia St [(-122.2899,37.005),(-122.2894,37.019)] -Main St [(-121.8743,37.615),(-121.8739,37.624)] -Main St [(-121.8754,37.595),(-121.875,37.604)] -Main St [(-121.8769,37.571),(-121.876403,37.57907)] -Main St [(-121.8875,37.939),(-121.8907,37.936)] -Main St [(-122.0817,37.729),(-122.0807,37.719)] -Main St [(-122.0844,37.758),(-122.0836,37.75)] -Main St [(-122.2907,37.832),(-122.2907,37.839)] -Mairmont Dr [(-121.8725,37.8),(-121.8734,37.8)] -Maitland Dr [(-122.2286,37.273),(-122.2277,37.265)] -Majestic Ave [(-122.1784,37.793),(-122.1789,37.788)] -Majestic Way [(-122.142593,37.98723),(-122.1423,37.98485)] -Malabar Ave [(-122.0727,37.103),(-122.0711,37.103)] -Malcolm Ave [(-122.1269,37.516),(-122.125,37.514)] -Malcolm Ave [(-122.1366,37.469),(-122.1359,37.483)] -Mallard Ct [(-122.0358,37.486),(-122.0367,37.492)] -Malta Ct [(-122.1832,37.273),(-122.1823,37.278)] -Manchester Road [(-122.1125,37.071),(-122.1116,37.071)] -Manchester St [(-121.866725,37.98973),(-121.866734,37.98255)] -Mandalay Road [(-122.2322,37.397),(-122.2321,37.403)] -Manila Ave [(-122.2448,37.425),(-122.2437,37.428)] -Mann Ave [(-122.0165,37.844),(-122.0171,37.83)] -Manor Blvd [(-122.1402,37.912),(-122.1409,37.913)] -Manor Blvd [(-122.1421,37.912),(-122.1426,37.912)] -Manor Blvd [(-122.1452,37.911),(-122.1461,37.91)] -Manor Blvd [(-122.1584,37.906),(-122.1597,37.905)] -Manor Way [(-122.2853,37.857),(-122.2844,37.855)] -Manter Road [(-122.0531,37.984),(-122.0522,37.98)] -Mantilla Ave [(-122.0781,37.31),(-122.079,37.309)] -Manzanita St [(-122.0188,37.263),(-122.0182,37.258)] -Maple Ave [(-122.1987,37.024),(-122.197,37.035)] -Maple Ave [(-122.2051,37.962),(-122.2047,37.965)] -Maple Ave [(-122.21,37.909),(-122.2096,37.915)] -Maple St [(-121.7638,37.824),(-121.7627,37.82)] -Maple St [(-122.2888,37.796),(-122.2872,37.795)] -Maple Leaf Dr [(-121.864615,37.81276),(-121.863868,37.79283)] -Marabu Way [(-121.9503,37.454),(-121.9508,37.45)] -Maraschino Ct [(-122.0249,37.842),(-122.0252,37.833)] -Margery Dr [(-121.9766,37.338),(-121.9772,37.33)] -Marianas [(-122.2426,37.344),(-122.243,37.339)] -Marianas [(-122.244,37.327),(-122.244408,37.32305)] -Marigold Ct [(-121.9177,37.748),(-121.9187,37.746)] -Marigold Road [(-121.7383,37.123),(-121.7393,37.128)] -Marin Ave [(-122.1044,37.614),(-122.1055,37.613)] -Marin Ave [(-122.1101,37.608),(-122.1107,37.607)] -Marin Ave [(-122.258,37.969),(-122.258,37.966)] -Marin Ave [(-122.2741,37.894),(-122.272,37.901)] -Marin Ave [(-122.2865,37.891),(-122.2856,37.895)] -Marin Ave [(-122.2928,37.877),(-122.2925,37.877)] -Marin Ave [(-122.2956,37.871),(-122.2948,37.873)] -Marin Way [(-122.2443,37.898),(-122.2436,37.893)] -Marina Blvd [(-122.163,37.111),(-122.164,37.106)] -Marina Blvd [(-122.164188,37.10514),(-122.1651,37.101)] -Marineview Dr [(-122.1261,37.21),(-122.1254,37.205)] -Marineview Dr [(-122.1318,37.241),(-122.1305,37.239)] -Maritime St [(-122.3072,37.156),(-122.3084,37.142)] -Market Ave [(-122.0229,37.328),(-122.0244,37.312)] -Market St [(-122.2727,37.333),(-122.2725,37.34)] -Market St [(-122.2738,37.292),(-122.2736,37.301)] -Market St [(-122.2741,37.426),(-122.2742,37.433)] -Market St [(-122.2754,37.227),(-122.2751,37.235)] -Market St [(-122.2794,37.109),(-122.2793,37.114)] -Market St [(-122.2826,37.021),(-122.2825,37.023)] -Marlboro Way [(-121.86612,37.9994),(-121.866,37.999)] -Marlin Ct [(-122.044157,37.30406),(-122.044602,37.30052)] -Marlow Dr [(-122.1375,37.346),(-122.1374,37.351)] -Marne St [(-122.148,37.811),(-122.1476,37.805)] -Mars Road [(-121.7834,37.586),(-121.7827,37.575)] -Marsala Ct [(-121.848563,37.64116),(-121.847736,37.63501),(-121.847146,37.63392)] -Marshall St [(-122.0637,37.99),(-122.0638,37.982)] -Marshall Ter [(-122.026173,37.67648),(-122.026375,37.67346)] -Martin Ave [(-121.8618,37.818),(-121.8618,37.82696),(-121.8618,37.848)] -Martin Luther King Jr Way [(-122.2667,37.353),(-122.2666,37.357)] -Martin Luther King Jr Way [(-122.2698,37.223),(-122.2697,37.229)] -Martin Luther King Jr Way [(-122.2703,37.527),(-122.2702,37.517)] -Martin Luther King Jr Way [(-122.2705,37.194),(-122.2704,37.199)] -Martin Luther King Jr Way [(-122.2707,37.563),(-122.2706,37.545)] -Martin Luther King Jr Way [(-122.2709,37.489),(-122.2708,37.481)] -Martin Luther King Jr Way [(-122.2712,37.608),(-122.2711,37.599)] -Martin Luther King Jr Way [(-122.272,37.146),(-122.2715,37.153)] -Martin Luther King Jr Way [(-122.2787,37.014),(-122.2784,37.02),(-122.2779,37.027)] -Martinez Dr [(-121.984,37.793),(-121.984,37.796)] -Martinez St [(-122.159,37.191),(-122.1582,37.185)] -Maryland Ave [(-122.2734,37.031),(-122.272,37.032)] -Marylin Ave [(-121.7857,37.838),(-121.7833,37.837)] -Masonic Ter [(-121.9512,37.123),(-121.9508,37.124)] -Massachusetts St [(-122.0925,37.051),(-122.0909,37.056)] -Mateo Ct [(-122.0266,37.659),(-122.0273,37.65)] -Matthew Ct [(-121.8807,37.394),(-121.8783,37.395)] -Mattos Dr [(-121.9983,37.542),(-121.9992,37.53)] -Mattos Dr [(-122.0002,37.52),(-122.0005,37.513)] -Mattos Dr [(-122.0005,37.502),(-122.000898,37.49683)] -Mattox Road [(-122.0958,37.872),(-122.0957,37.876)] -Maubert Ave [(-122.1114,37.009),(-122.1096,37.995)] -Maud Ave [(-122.1387,37.25),(-122.1379,37.252)] -Mauna Loa Park Dr [(-121.9723,37.191),(-121.972,37.196)] -Mavis Ct [(-121.8584,37.606),(-121.8577,37.603)] -Mavis Dr [(-121.86,37.628),(-121.8598,37.606)] -Maxwelton Road [(-122.2248,37.31),(-122.2252,37.32)] -May Ct [(-122.0589,37.323),(-122.0577,37.331)] -May Road [(-122.0168,37.083),(-122.015,37.095)] -Maya St [(-121.9148,37.792),(-121.9143,37.784)] -Maybelle Ave [(-122.1957,37.878),(-122.1948,37.883)] -Maybelle Way [(-122.1974,37.873),(-122.1971,37.874)] -Mayfair Park Ave [(-121.9631,37.148),(-121.9629,37.143)] -Mayhews Landing Road [(-122.0417,37.346),(-122.0424,37.341)] -Mayhews Landing Road [(-122.0458,37.318),(-122.0468,37.309)] -Mayhews Landing Road [(-122.0482,37.299),(-122.0489,37.295)] -Mayport Cir [(-122.283588,37.88064),(-122.284724,37.87992)] -Mayview Way [(-121.7869,37.637),(-121.7848,37.636)] -Mc Clary Ave [(-122.1924,37.443),(-122.1917,37.448)] -Mc Farlane Lane [(-122.0823,37.377),(-122.0863,37.374)] -Mc Gee Ave [(-122.2755,37.611),(-122.2754,37.603)] -Mc Gee Ave [(-122.2768,37.709),(-122.2768,37.702)] -Mc Gee Ave [(-122.2772,37.746),(-122.2771,37.736)] -Mc Millan St [(-122.2479,37.454),(-122.248,37.457)] -McClure Ave [(-122.1431,37.001),(-122.1436,37.998)] -McGlinchey Dr [(-121.7721,37.745),(-121.7722,37.729)] -McKeown Ct [(-122.0676,37.681),(-122.0671,37.674)] -McKeown Ter [(-121.992,37.825),(-121.992203,37.82275)] -McSherry Way [(-122.235166,37.29199),(-122.234053,37.27635)] -Meadowbrook Ave [(-122.0406,37.198),(-122.0389,37.183)] -Meadowbrook Com [(-122.0043,37.608),(-122.0036,37.609)] -Meadowlark Dr [(-122.0692,37.985),(-122.0692,37.973)] -Mecartney Road [(-122.2473,37.374),(-122.2455,37.369)] -Mecartney Road [(-122.24835,37.37769),(-122.247665,37.3761)] -Medacino Ter [(-122.043321,37.65121),(-122.043914,37.64881)] -Medallion Dr [(-122.0502,37.08),(-122.0502,37.059)] -Medallion Dr [(-122.0502,37.929),(-122.0502,37.936)] -Medellion Dr [(-122.050194,37.95738),(-122.050187,37.96407)] -Medford Ave [(-122.1017,37.828),(-122.1015,37.829),(-122.1002,37.832)] -Medlar Dr [(-122.0627,37.378),(-122.0625,37.375)] -Meek Ave [(-122.0919,37.641),(-122.0897,37.642)] -Meekland Ave [(-122.113,37.812),(-122.1128,37.809)] -Meiggs St [(-121.9596,37.267),(-121.9593,37.255)] -Melbourne Ave [(-122.0842,37.285),(-122.0837,37.269)] -Melcher St [(-122.1792,37.21),(-122.1778,37.198)] -Mellow Way [(-122.0387,37.846),(-122.0377,37.841)] -Melrose Ave [(-122.2032,37.736),(-122.2029,37.733)] -Melrose Ave [(-122.2075,37.756),(-122.2072,37.754)] -Melrose Ave [(-122.2328,37.331),(-122.2319,37.335)] -Mendenhall Road [(-121.681342,37.03354),(-121.684794,37.0443)] -Mendenhall Road [(-122.134,37.677),(-122.1324,37.685)] -Merced St [(-122.1708,37.102),(-122.1707,37.099)] -Mercury St [(-122.0598,37.291),(-122.0595,37.284)] -Merle Ct [(-122.1467,37.373),(-122.1467,37.366)] -Merle Ct [(-122.1482,37.368),(-122.1479,37.358)] -Merol Ave [(-121.9924,37.453),(-121.9918,37.45)] -Merriewood Dr [(-122.2136,37.373),(-122.2128,37.389)] -Merrill Ave [(-121.9205,37.807),(-121.9196,37.811)] -Merrimac River St [(-122.032907,37.70666),(-122.0332,37.703)] -Merritt Ave [(-122.2471,37.078),(-122.2446,37.078)] -Merritt Ave [(-122.2495,37.053),(-122.2487,37.066)] -Merritt Channel [(-122.2591,37.968),(-122.2606,37.942)] -Mesa Ave [(-122.233,37.304),(-122.2322,37.291)] -Meteor Dr [(-122.0713,37.868),(-122.0702,37.862)] -Miami Ave [(-122.0812,37.234),(-122.0812,37.229)] -Michael Ave [(-121.9605,37.208),(-121.961,37.206)] -Michell Ct [(-121.7588,37.897),(-121.7583,37.893)] -Michelle St [(-121.9691,37.461),(-121.968214,37.45771)] -Middlefield Ave [(-121.9442,37.309),(-121.9426,37.311)] -Midvale Ave [(-122.2016,37.933),(-122.2009,37.938)] -Midway Road [(-121.572056,37.50049),(-121.574787,37.51247)] -Milani Ave [(-122.0235,37.438),(-122.024,37.432)] -Milburn Ter [(-122.058937,37.54931),(-122.058337,37.5373)] -Mildred Ct [(-122.0002,37.388),(-121.9998,37.386)] -Mildred Dr [(-121.9958,37.44),(-121.9964,37.433)] -Mildred Dr [(-121.9973,37.421),(-121.9977,37.417)] -Miles Ave [(-122.2599,37.373),(-122.2589,37.382)] -Miller Ave [(-122.2322,37.844),(-122.2319,37.848)] -Miller Ave [(-122.2353,37.806),(-122.235,37.809)] -Miller Road [(-122.0902,37.645),(-122.0865,37.545)] -Miller St [(-122.1627,37.048),(-122.1614,37.032)] -Mills Ave [(-122.1222,37.917),(-122.1222,37.908)] -Milmar Blvd [(-122.0785,37.108),(-122.0783,37.101)] -Milvia St [(-122.2689,37.593),(-122.2687,37.585)] -Milvia St [(-122.2692,37.637),(-122.2691,37.629)] -Milvia St [(-122.2707,37.772),(-122.2707,37.763)] -Milvia St [(-122.2711,37.817),(-122.2708,37.8),(-122.2707,37.781)] -Minerva St [(-122.0652,37.282),(-122.066,37.28)] -Mines Road [(-121.531666,37.83219),(-121.534092,37.94366)] -Mines Road [(-121.536341,37),(-121.536966,37.00198)] -Mines Road [(-121.570515,37.78068),(-121.568708,37.80183)] -Mines Road [(-121.633014,37.95741),(-121.642288,37.98874)] -Minivet Ct [(-121.8834,37.805),(-121.8838,37.811)] -Minturn Ct [(-122.0545,37.944),(-122.0538,37.946)] -Mira Vista Dr [(-122.0829,37.22),(-122.0827,37.213)] -Mirador Ct [(-121.8644,37.556),(-121.8633,37.552)] -Miramar Ave [(-122.1009,37.025),(-122.099089,37.03209)] -Miramonte Ave [(-122.1052,37.986),(-122.1042,37.997)] -Miranda St [(-122.0715,37.211),(-122.0717,37.206)] -Miranda Way [(-121.7837,37.649),(-121.7807,37.648)] -Mission Blvd [(-121.918886,37),(-121.9194,37.976),(-121.9198,37.975)] -Mission Blvd [(-121.920783,37.37168),(-121.9204,37.367)] -Mission Blvd [(-121.9214,37.961),(-121.9217,37.96)] -Mission Blvd [(-121.924901,37.92912),(-121.9254,37.922)] -Mission Blvd [(-121.928695,37.43767),(-121.925,37.417)] -Mission Blvd [(-121.937204,37.48803),(-121.936483,37.48336)] -Mission Blvd [(-121.9418,37.517),(-121.9389,37.499)] -Mission Blvd [(-121.9449,37.536),(-121.9438,37.53)] -Mission Blvd [(-121.949133,37.56339),(-121.948176,37.5572)] -Mission Blvd [(-121.9562,37.607),(-121.9548,37.598)] -Mission Blvd [(-121.9632,37.683),(-121.96315,37.6825)] -Mission Blvd [(-121.971801,37.77041),(-121.9706,37.762)] -Mission Blvd [(-121.9823,37.791),(-121.9765,37.788),(-121.9751,37.786)] -Mission Blvd [(-122.0006,37.896),(-121.9989,37.88)] -Mission Blvd [(-122.0221,37.084),(-122.021325,37.07762)] -Mission Blvd [(-122.0641,37.491),(-122.062,37.464)] -Mission Blvd [(-122.07,37.567),(-122.0692,37.555)] -Mission Blvd [(-122.0798,37.688),(-122.0779,37.668)] -Mission Blvd [(-122.0928,37.802),(-122.0919,37.796),(-122.0916,37.793)] -Mission Blvd [(-122.0955,37.824),(-122.0947,37.817)] -Mission Blvd [(-122.1031,37.882),(-122.1024,37.877)] -Mission Ct [(-121.929057,37.90595),(-121.929602,37.90063)] -Mission Dr [(-121.879,37.526),(-121.8788,37.526)] -Mission Creek [(-121.9244,37.614),(-121.9238,37.608)] -Mistflower Ave [(-122.0195,37.329),(-122.0199,37.323)] -Mitchell Ave [(-122.1438,37.376),(-122.1439,37.374)] -Mitchell St [(-122.2257,37.844),(-122.2249,37.852)] -Moccasin St [(-122.0302,37.085),(-122.0297,37.078)] -Mocine Ave [(-122.0751,37.497),(-122.0748,37.476)] -Mockingbird Lane [(-122.0862,37.419),(-122.0861,37.412)] -Mohr Ave [(-121.8495,37.819),(-121.8618,37.818)] -Mohr Ave [(-121.877,37.819),(-121.8793,37.816),(-121.8799,37.819)] -Mohr Dr [(-122.1132,37.466),(-122.113,37.46)] -Molaka Cir [(-122.0476,37.863),(-122.0479,37.871)] -Monaco Ave [(-122.0024,37.966),(-122.0023,37.967)] -Monaco Ct [(-121.8762,37.544),(-121.8766,37.538)] -Monika Lane [(-122.051987,37.88553),(-122.052536,37.88171)] -Montcalm Ave [(-122.0394,37.373),(-122.04,37.369)] -Monte Vista Dr [(-122.1127,37.4),(-122.1126,37.388)] -Montecito Ave [(-122.2602,37.114),(-122.2589,37.122)] -Montecito Cir [(-121.789,37.97),(-121.7883,37.967),(-121.7867,37.962)] -Montecito Cir [(-121.789,37.97),(-121.78927,37.9709)] -Montecito Dr [(-121.9899,37.743),(-121.9892,37.762)] -Montego Bay [(-122.2491,37.389),(-122.2485,37.396)] -Monterey Ave [(-122.2793,37.863),(-122.2799,37.857)] -Monterey Blvd [(-122.1494,37.018),(-122.1486,37.013)] -Monterey Blvd [(-122.189,37.987),(-122.1891,37.971)] -Monterey Blvd [(-122.1931,37.068),(-122.1918,37.051)] -Monterey Blvd [(-122.1971,37.103),(-122.1961,37.096)] -Monterey Blvd [(-122.2029,37.167),(-122.2012,37.146)] -Monterey Dr [(-121.909595,37.12732),(-121.910168,37.15444)] -Montgomery Ave [(-122.0971,37.824),(-122.0955,37.811)] -Montgomery Ave [(-122.0989,37.838),(-122.0977,37.829)] -Montgomery St [(-122.0882,37.738),(-122.0875,37.727)] -Montgomery St [(-122.2489,37.316),(-122.2471,37.33)] -Montgomery St [(-122.2518,37.292),(-122.2504,37.305)] -Monticello Ave [(-122.2,37.771),(-122.199,37.778)] -Monticello St [(-122.0561,37.37),(-122.0554,37.374)] -Mooney Ave [(-122.1234,37.972),(-122.1234,37.978)] -Moonflower Way [(-121.7297,37.075),(-121.7322,37.071)] -Moore Dr [(-122.1901,37.335),(-122.1884,37.351)] -Moores Ave [(-122.0087,37.301),(-122.0094,37.292)] -Moores Ave [(-122.0098,37.287),(-122.0102,37.281)] -Moores Ave [(-122.0138,37.237),(-122.014,37.233)] -Morada Ct [(-121.93541,37.49248),(-121.935229,37.49155)] -Moraga Ave [(-122.2096,37.265),(-122.2088,37.254)] -Moraga Ave [(-122.225,37.3),(-122.2243,37.3)] -Moraga Ave [(-122.2447,37.288),(-122.2423,37.302)] -Moraga Dr [(-121.7915,37.701),(-121.7906,37.705)] -Morcom Pl [(-122.1901,37.826),(-122.1897,37.829)] -Moreland Dr [(-122.0802,37.11),(-122.0793,37.109)] -Morengo Way [(-121.9209,37.837),(-121.9203,37.84)] -Mound St [(-122.2346,37.582),(-122.2339,37.588)] -Mound St [(-122.2402,37.531),(-122.2395,37.537)] -Mount Hamilton Ct [(-122.030097,37.11348),(-122.030412,37.11049)] -Mountain Ave [(-122.2267,37.24),(-122.2261,37.231)] -Mountain Ave [(-122.2291,37.256),(-122.2288,37.257)] -Mountain Blvd [(-122.151,37.659),(-122.1484,37.64)] -Mountain Blvd [(-122.1535,37.702),(-122.153,37.696)] -Mountain Blvd [(-122.1765,37.857),(-122.177,37.85)] -Mountain Blvd [(-122.1774,37.889),(-122.1771,37.887)] -Mountain Blvd [(-122.1789,37.934),(-122.1787,37.93)] -Mountain Blvd [(-122.2013,37.164),(-122.2004,37.15)] -Mountain Blvd [(-122.2085,37.261),(-122.2088,37.254)] -Mountain Blvd [(-122.211,37.308),(-122.2102,37.297)] -Mountain Blvd [(-122.222,37.435),(-122.2204,37.436)] -Mountain Blvd [(-122.2261,37.465),(-122.2241,37.451)] -Mountaingate Way [(-122.1999,37.198),(-122.1994,37.193)] -Mowry Ave [(-121.9745,37.659),(-121.975803,37.65155)] -Mowry Ave [(-121.976381,37.64822),(-121.9769,37.646)] -Mowry Ave [(-121.9807,37.567),(-121.9809,37.565)] -Mowry Ave [(-121.9825,37.547),(-121.9838,37.532)] -Mowry Ave [(-121.9896,37.459),(-121.9904,37.449)] -Mowry Ave [(-122.0074,37.245),(-122.008,37.236)] -Mowry Ave [(-122.0113,37.158),(-122.0129,37.124)] -Mowry Slough [(-122.0393,37.918),(-122.0552,37.908)] -Msn Creek Dr [(-121.9354,37.428),(-121.9344,37.427)] -Mtn House Road [(-121.576862,37.78355),(-121.576389,37.80422)] -Mtn House Road [(-121.579578,37.73807),(-121.578037,37.75356)] -Mtn House Creek [(-121.558979,37.69672),(-121.558765,37.69123),(-121.564396,37.65095)] -Mtn House Creek [(-121.570759,37.60189),(-121.566196,37.63889)] -Mtn House Creek [(-121.577,37.50431),(-121.578144,37.49554)] -Muir St [(-122.0761,37.529),(-122.0756,37.524)] -Muir St [(-122.0787,37.562),(-122.0779,37.553)] -Muirwood Dr [(-121.9162,37.824),(-121.9168,37.831)] -Mulberry Pl [(-121.9221,37.234),(-121.9225,37.232)] -Mulberry Pl [(-121.9238,37.249),(-121.9249,37.261)] -Mulberry St [(-122.0363,37.332),(-122.034,37.32)] -Murcia St [(-122.076,37.235),(-122.0758,37.23)] -Murdell Lane [(-121.7977,37.619),(-121.797719,37.60774)] -Murdell Lane [(-121.8001,37.746),(-121.7998,37.741)] -Murdock Ct [(-122.1828,37.753),(-122.1832,37.756)] -Murray St [(-122.2885,37.513),(-122.288,37.514)] -Murrieta Blvd [(-121.7825,37.758),(-121.7816,37.758)] -Murrieta Blvd [(-121.7847,37.94),(-121.7842,37.942)] -Murrieta Blvd [(-121.7864,37.791),(-121.7866,37.797)] -Murrieta Blvd [(-121.7865,37.934),(-121.7858,37.936)] -Murrieta Blvd [(-121.788409,37.80906),(-121.7885,37.815)] -Myers St [(-122.1511,37.423),(-122.151,37.415)] -Myra Ct [(-122.108083,37.47375),(-122.108278,37.47677)] -Myrtle St [(-122.0924,37.685),(-122.0919,37.676)] -Myrtle St [(-122.2812,37.092),(-122.2805,37.108)] -N St [(-121.7737,37.824),(-121.7739,37.829)] -Nandina Ct [(-121.9274,37.299),(-121.9281,37.297)] -Nansa Ct [(-121.9188,37.259),(-121.918711,37.25453)] -Natalie Ave [(-121.9792,37.307),(-121.9799,37.296)] -National Ave [(-122.1192,37.5),(-122.1281,37.489)] -Navajo Ct [(-121.8779,37.901),(-121.8783,37.9)] -Navy Roadway [(-122.3093,37.092),(-122.3123,37.109)] -Neal St [(-121.8692,37.577),(-121.8683,37.574)] -Nelson Ct [(-121.864163,37.4684),(-121.86436,37.4745)] -Nelson Pl [(-122.0366,37.522),(-122.0368,37.519)] -Nelson St [(-121.9822,37.362),(-121.9846,37.348)] -Neptune Dr [(-122.1878,37.989),(-122.1853,37.958)] -Neptune Dr [(-122.1881,37.032),(-122.1875,37.007)] -Neptune Road [(-121.7885,37.607),(-121.7885,37.599)] -Nevada St [(-122.0313,37.891),(-122.0317,37.882)] -Nevada St [(-122.1821,37.37),(-122.1815,37.376)] -New England Village Dr [(-122.058,37.237),(-122.0585,37.235)] -Newark Blvd [(-122.0329,37.398),(-122.032,37.382)] -Newark Blvd [(-122.0352,37.438),(-122.0341,37.423)] -Newberry St [(-122.2671,37.568),(-122.2668,37.554)] -Newcastle Lane [(-121.918,37.167),(-121.9191,37.182)] -Newport St [(-122.1059,37.328),(-122.1054,37.315)] -Nicol Ave [(-122.2174,37.943),(-122.2164,37.94)] -Nicolet Ave [(-122.0174,37.696),(-122.0183,37.693)] -Nicolet Ave [(-122.0238,37.615),(-122.0238,37.61)] -Nicolet Ave [(-122.0264,37.574),(-122.0269,37.567)] -Nicolet Ct [(-122.0242,37.641),(-122.0236,37.638)] -Nielsen Lane [(-121.744,37.777),(-121.744,37.77)] -Niles Blvd [(-121.9933,37.803),(-121.9929,37.803)] -Niles Canyon Road [(-121.881448,37.92865),(-121.8812,37.929)] -Niles Canyon Road [(-121.8954,37.94),(-121.89496,37.93963)] -Niles Canyon Road [(-121.909,37.94),(-121.9034,37.957)] -Niles Canyon Road [(-121.9292,37.955),(-121.925931,37.9815)] -Niles Canyon Road [(-121.9333,37.913),(-121.9317,37.919)] -Niles Canyon Road [(-121.9352,37.912),(-121.9346,37.91)] -Nobhill Ct [(-122.0354,37.523),(-122.0353,37.517)] -Norbridge Ave [(-122.084,37.911),(-122.0829,37.911)] -Norene Way [(-122.1365,37.286),(-122.136,37.287)] -Norfolk Road [(-122.2936,37.877),(-122.2937,37.859)] -Norfolk Road [(-122.2937,37.848),(-122.2941,37.845)] -Noria Ct [(-121.9319,37.288),(-121.9324,37.286)] -Norissa Cir [(-122.0486,37.763),(-122.0484,37.77)] -Normandie Ave [(-122.1902,37.783),(-122.1886,37.768)] -Normandy Ct [(-122.0629,37.971),(-122.063,37.968)] -Normandy Dr [(-122.0501,37.457),(-122.0506,37.451)] -Norris Canyon Road [(-122.015,37.545),(-122.0103,37.541)] -Norris Canyon Road [(-122.0329,37.332),(-122.0278,37.371)] -North Blvd [(-122.1768,37.243),(-122.1775,37.242)] -North Hill Ct [(-122.231,37.533),(-122.2325,37.541)] -Northland Ter [(-122.059106,37.55559),(-122.05922,37.55498)] -Northrup St [(-122.2141,37.371),(-122.215,37.381)] -Northvale Road [(-122.2361,37.088),(-122.2335,37.083)] -Northview Dr [(-122.0504,37.887),(-122.0511,37.892)] -Northway Road [(-121.8857,37.748),(-121.8871,37.75)] -Northwood Dr [(-122.2299,37.64),(-122.2291,37.638)] -Northwood Dr [(-122.2317,37.629),(-122.2311,37.637)] -Northwood Com [(-121.7885,37.815),(-121.788231,37.80962)] -Norton Ave [(-122.1977,37.967),(-122.196855,37.97165)] -Norwood Pl [(-121.7807,37.534),(-121.7811,37.534)] -Nottingham Ct [(-122.0297,37.528),(-122.0303,37.522)] -Nova Dr [(-122.2397,37.213),(-122.2394,37.214)] -Novara Road [(-122.2377,37.47),(-122.2368,37.472)] -Novato St [(-122.0628,37.731),(-122.0633,37.723)] -Nula Way [(-122.0553,37.865),(-122.0552,37.855)] -Nursery Ave [(-121.9897,37.802),(-121.9901,37.795)] -O Connell Lane [(-121.9941,37.985),(-121.9917,37.974)] -O Connell Lane [(-122.00235,37.9875),(-121.9964,37.995)] -O Connell Lane [(-122.0038,37.972),(-122.0036,37.975)] -Oak St [(-122.2383,37.713),(-122.238,37.719)] -Oak St [(-122.2437,37.636),(-122.2431,37.644)] -Oak St [(-122.265,37.877),(-122.264,37.879)] -Oak St [(-122.2653,37.967),(-122.2649,37.974)] -Oak St [(-122.2666,37.947),(-122.2664,37.95)] -Oak Creek Ct [(-121.9153,37.737),(-121.9171,37.735)] -Oak Hill Road [(-122.1409,37.647),(-122.1382,37.658)] -Oak Knoll Blvd [(-122.151,37.559),(-122.1504,37.556)] -Oakbrook Ct [(-121.865488,37.96653),(-121.8661,37.965)] -Oakdale St [(-122.0648,37.767),(-122.0654,37.761)] -Oakes Blvd [(-122.1523,37.316),(-122.1511,37.318)] -Oakes Dr [(-122.034734,37.62423),(-122.0329,37.618)] -Oakland Ave [(-121.8703,37.85305),(-121.8703,37.866)] -Oakland Ave [(-122.2332,37.258),(-122.2319,37.262)] -Oakland Ave [(-122.24,37.235),(-122.2393,37.237),(-122.2387,37.24)] -Oakland Ave [(-122.2529,37.197),(-122.2521,37.203)] -Oakland Ave [(-122.2583,37.162),(-122.2569,37.167)] -Oakland Inner Harbor [(-122.2625,37.913),(-122.260016,37.89484)] -Oakmont Ave [(-122.231698,37.17113),(-122.2321,37.168)] -Oakport St [(-122.1975,37.422),(-122.1963,37.386)] -Oakport St [(-122.2123,37.59),(-122.2117,37.585)] -Oakridge Road [(-121.7646,37.841),(-121.768787,37.84142)] -Oakridge Road [(-121.8182,37.93),(-121.8207,37.931)] -Oakridge Road [(-121.8316,37.049),(-121.828382,37)] -Oakview Dr [(-122.2079,37.123),(-122.2074,37.116)] -Oakwood Dr [(-122.1989,37.424),(-122.198,37.437)] -Ocaso Camino [(-121.9293,37.261),(-121.9303,37.252)] -Occidental Road [(-122.1102,37.403),(-122.110496,37.40277)] -Ocie Way [(-122.0966,37.605),(-122.097,37.603)] -Octavia St [(-122.2026,37.906),(-122.2013,37.906)] -Ogden Dr [(-121.978963,37.36863),(-121.9808,37.368)] -Olazaba Ter [(-121.9176,37.247),(-121.917664,37.24323)] -Old Bernal Ave [(-121.879084,37.58027),(-121.878944,37.57993)] -Old Canyon Road [(-121.965,37.794),(-121.963,37.8)] -Old Santa Rita Road [(-121.877505,37.9429),(-121.8776,37.96)] -Old Tower Road [(-121.7722,37.729),(-121.7704,37.729)] -Old Warm Springs Blvd [(-121.9482,37.092),(-121.9473,37.084)] -Oleander Ave [(-122.2338,37.296),(-122.2346,37.295)] -Oleander Ave [(-122.2358,37.302),(-122.236192,37.30424)] -Oleander St [(-121.7471,37.126),(-121.7459,37.129)] -Olive Ave [(-121.9326,37.36),(-121.9333,37.356)] -Olive Ave [(-121.9458,37.34),(-121.9493,37.337)] -Olive Ave [(-122.2462,37.219),(-122.2451,37.202)] -Oliver Way [(-121.9665,37.739),(-121.966295,37.73644)] -Olivina Ave [(-121.7791,37.829),(-121.7787,37.829)] -Olympic Ct [(-122.0509,37.321),(-122.0518,37.31)] -Olympus Ave [(-122.2512,37.834),(-122.2502,37.818)] -Omak St [(-121.9209,37.064),(-121.9209,37.071)] -Omar St [(-121.9719,37.221),(-121.9724,37.222)] -Omar St [(-121.9825,37.255),(-121.9831,37.259)] -Omega Ave [(-122.0678,37.988),(-122.0664,37.989)] -Oneil Ave [(-122.073989,37.5886),(-122.073631,37.58413)] -Oneil Ave [(-122.076754,37.62476),(-122.0745,37.595)] -Onondaga Dr [(-121.9288,37.054),(-121.9282,37.048)] -Onondaga Dr [(-121.9312,37.054),(-121.93,37.058)] -Opal Way [(-121.7984,37.679),(-121.7975,37.679)] -Orange Ave [(-122.0787,37.867),(-122.0789,37.842)] -Orchard Ave [(-122.0858,37.555),(-122.0833,37.551)] -Orchard Lane [(-122.2475,37.694),(-122.2467,37.692)] -Orchid Dr [(-122.1416,37.098),(-122.1397,37.085)] -Oregon St [(-122.2589,37.588),(-122.2565,37.591)] -Oregon St [(-122.2794,37.561),(-122.2789,37.562)] -Orin Dr [(-122.2623,37.133),(-122.2626,37.142)] -Oriole Ave [(-121.7879,37.827),(-121.7879,37.851)] -Oriole Ave [(-122.1209,37.051),(-122.1205,37.071)] -Orleans Dr [(-122.046,37.393),(-122.0464,37.383)] -Orleans Dr [(-122.0473,37.438),(-122.0463,37.412)] -Orloff Dr [(-121.8659,37.767),(-121.865,37.765)] -Orloff Dr [(-121.8677,37.768),(-121.8669,37.768)] -Osgood Road [(-121.9371,37.071),(-121.9363,37.06)] -Osgood Road [(-121.949,37.262),(-121.946,37.208)] -Ostrander Road [(-122.2364,37.413),(-122.2356,37.429)] -Otis Dr [(-122.2564,37.619),(-122.256,37.618)] -Otis Dr [(-122.2605,37.627),(-122.2593,37.625)] -Outlook Ave [(-122.1616,37.636),(-122.1612,37.632)] -Outlook Ave [(-122.168,37.698),(-122.1678,37.697)] -Outlook Ave [(-122.1743,37.75),(-122.1736,37.746)] -Outlook Ave [(-122.1789,37.788),(-122.1786,37.787)] -Outrigger Dr [(-122.1802,37.95),(-122.178449,37.9197)] -Overacker Ave [(-121.9617,37.652),(-121.9614,37.648),(-121.9607,37.643)] -Owl Ct [(-121.91654,37.19636),(-121.915693,37.19031)] -Oxford Pl [(-121.7752,37.532),(-121.7747,37.535)] -Oxford St [(-122.2651,37.702),(-122.2651,37.699)] -Oxford St [(-122.2657,37.742),(-122.2656,37.734)] -Oyster Pond Road [(-122.2408,37.407),(-122.2404,37.403)] -Oyster Shoals [(-122.2372,37.394),(-122.2365,37.393)] -Pacific Ave [(-121.754552,37.76177),(-121.753824,37.76164)] -Pacific Ave [(-122.1632,37.171),(-122.1621,37.156),(-122.1613,37.15)] -Pacific Ave [(-122.1661,37.214),(-122.1654,37.204)] -Pacific Ave [(-122.2419,37.683),(-122.2408,37.678)] -Pacific Ave [(-122.2535,37.735),(-122.2527,37.731)] -Pacific St [(-122.0342,37.962),(-122.0371,37.962)] -Pacific St [(-122.0544,37.294),(-122.0548,37.297)] -Packet Landing Road [(-122.2376,37.471),(-122.2372,37.458)] -Pagano Ct [(-122.1371,37.959),(-122.1379,37.954)] -Pala Ave [(-122.2328,37.28),(-122.2319,37.283)] -Palatka Lane [(-122.0915,37.35),(-122.0927,37.354)] -Palm Ave [(-121.932,37.329),(-121.9319,37.319)] -Palm Dr [(-122.0503,37.898),(-122.0501,37.897)] -Palm Dr [(-122.052051,37.88751),(-122.0519,37.885)] -Palmer Dr [(-121.86601,37.85873),(-121.865793,37.84778)] -Palmer Dr [(-122.003005,37.52852),(-122.0026,37.527)] -Palmetto Dr [(-122.0189,37.111),(-122.018,37.106)] -Palo Verde Road [(-122.0242,37.959),(-122.023,37.955),(-122.0222,37.961)] -Paloma Ave [(-122.2347,37.126),(-122.2353,37.136)] -Palomares Road [(-121.9404,37.123),(-121.9407,37.11)] -Palomares Road [(-121.9501,37.318),(-121.948,37.304)] -Palomares Road [(-121.9683,37.439),(-121.9686,37.436)] -Palomares Road [(-121.9976,37.676),(-121.997,37.674)] -Palomares Road [(-122.0191,37.873),(-122.0056,37.744)] -Palomino Dr [(-121.8536,37.59),(-121.852,37.589)] -Pampas Ave [(-122.188335,37.87635),(-122.1878,37.872)] -Panda Way [(-122.0668,37.773),(-122.0662,37.762)] -Panitz St [(-122.0553,37.686),(-122.0553,37.679)] -Panorama Trl [(-121.8996,37.291),(-121.9098,37.262)] -Panorama Trl [(-121.9023,37.342),(-121.8995,37.303)] -Panorama Trl [(-121.9096,37.37),(-121.9098,37.371)] -Panorama Trl [(-121.9148,37.366),(-121.9141,37.356)] -Panoramic Way [(-122.2454,37.695),(-122.2436,37.688)] -Papago St [(-121.9155,37.826),(-121.9147,37.811)] -Parada St [(-121.9949,37.166),(-121.9931,37.153)] -Pardee Ave [(-121.9885,37.367),(-121.9893,37.359)] -Pardee Dr [(-122.1991,37.286),(-122.1974,37.27)] -Parish Ct [(-122.236048,37.33387),(-122.235406,37.3307)] -Park Ave [(-122.2407,37.634),(-122.2404,37.638)] -Park Ave [(-122.242,37.616),(-122.2416,37.621)] -Park Ave [(-122.2461,37.565),(-122.2443,37.589)] -Park Ave [(-122.2841,37.316),(-122.2851,37.314)] -Park Blvd [(-122.2058,37.222),(-122.2047,37.23)] -Park Blvd [(-122.218,37.087),(-122.2173,37.091)] -Park Blvd [(-122.2312,37.051),(-122.2303,37.049)] -Park Blvd [(-122.2387,37.027),(-122.2377,37.028),(-122.2362,37.031)] -Park Blvd [(-122.2461,37.013),(-122.2457,37.013)] -Park Lane [(-122.2309,37.163),(-122.2313,37.166)] -Park St [(-121.7711,37.86),(-121.7699,37.863)] -Park St [(-122.2377,37.686),(-122.237,37.695)] -Park St [(-122.2491,37.541),(-122.247562,37.56407)] -Park St [(-122.2825,37.544),(-122.282424,37.5421)] -Park Way [(-122.0875,37.97),(-122.087418,37.96824)] -Park Way [(-122.2339,37.288),(-122.2332,37.288)] -Park Way [(-122.2366,37.289),(-122.2357,37.288)] -Park Way [(-122.3038,37.798),(-122.3031,37.8)] -Park Blvd Way [(-122.2303,37.049),(-122.2287,37.049)] -Park Center Lane [(-121.9793,37.431),(-121.9798,37.425)] -Parker Ave [(-122.1647,37.685),(-122.1643,37.686)] -Parker Road [(-122.0876,37.181),(-122.0859,37.17)] -Parker St [(-122.2664,37.623),(-122.2643,37.626)] -Parkmeadow Dr [(-121.9319,37.062),(-121.9322,37.066)] -Parkmeadow Dr [(-121.9324,37.099),(-121.9317,37.104)] -Parkridge Dr [(-122.1438,37.884),(-122.1428,37.9)] -Parkside Dr [(-121.886474,37.83325),(-121.8863,37.834)] -Parkside Dr [(-121.8925,37.806),(-121.8916,37.809)] -Parkside Dr [(-121.895065,37.79588),(-121.8949,37.797)] -Parkside Dr [(-121.9836,37.598),(-121.9851,37.594),(-121.9861,37.592)] -Parkside Dr [(-122.0475,37.603),(-122.0443,37.596)] -Parkside Dr [(-122.0595,37.008),(-122.0592,37.012)] -Parkview Road [(-122.0548,37.023),(-122.0548,37.02)] -Parnassus Road [(-122.2525,37.814),(-122.2518,37.814)] -Parsons Ct [(-122.082,37.056),(-122.0812,37.053)] -Partridge Ave [(-122.1597,37.655),(-122.1584,37.652)] -Partridge Com [(-121.7876,37.877),(-121.7876,37.882)] -Paru St [(-122.2583,37.712),(-122.2574,37.725)] -Paru St [(-122.2601,37.687),(-122.2594,37.695)] -Pasatiempo St [(-121.7252,37.262),(-121.7252,37.27)] -Paseo del Cajon [(-121.8901,37.699),(-121.889101,37.68411)] -Paseo del Rio [(-122.1309,37.842),(-122.1332,37.836),(-122.134,37.835)] -Paseo Grande [(-122.1197,37.83),(-122.1204,37.826)] -Paseo Grande [(-122.1231,37.812),(-122.1234,37.809)] -Paseo Largavista [(-122.1287,37.822),(-122.1281,37.811)] -Paseo Padre Pkwy [(-121.9143,37.005),(-121.913522,37)] -Paseo Padre Pkwy [(-121.9188,37.004),(-121.9177,37.004)] -Paseo Padre Pkwy [(-121.9292,37.083),(-121.9295,37.088)] -Paseo Padre Pkwy [(-121.9302,37.137),(-121.9298,37.146)] -Paseo Padre Pkwy [(-121.9357,37.342),(-121.9327,37.318)] -Paseo Padre Pkwy [(-121.9594,37.433),(-121.9569,37.419)] -Paseo Padre Pkwy [(-121.960768,37.44248),(-121.9599,37.437)] -Paseo Padre Pkwy [(-121.9643,37.462),(-121.9618,37.449)] -Paseo Padre Pkwy [(-121.9885,37.578),(-121.9877,37.574)] -Paseo Padre Pkwy [(-122.0021,37.639),(-121.996,37.628)] -Paseo Padre Pkwy [(-122.0332,37.819),(-122.0307,37.809)] -Paseo Padre Pkwy [(-122.0414,37.734),(-122.0445,37.708)] -Paseo Padre Pkwy [(-122.045898,37.70023),(-122.047,37.695)] -Paseo Padre Pkwy [(-122.049,37.684),(-122.05,37.67999)] -Paseo Padre Pkwy [(-122.051153,37.67586),(-122.0517,37.674)] -Paseo Santa Cruz [(-121.9052,37.65),(-121.904,37.65)] -Paseo Santa Cruz [(-121.906145,37.66172),(-121.905945,37.65817)] -Patterson Pass Road [(-121.556654,37.14753),(-121.556,37.148)] -Patterson Pass Road [(-121.574131,37.07538),(-121.573093,37.09003)] -Patterson Ranch Road [(-122.0702,37.545),(-122.0855,37.509),(-122.0902,37.515)] -Paxton Ct [(-122.0092,37.388),(-122.0101,37.378)] -Payne Ct [(-121.9133,37.841),(-121.9139,37.84)] -Peach Ct [(-122.0477,37.295),(-122.0473,37.293)] -Peach St [(-122.2339,37.527),(-122.2334,37.532),(-122.2328,37.537)] -Peach St [(-122.2352,37.502),(-122.2354,37.514)] -Peachtree Ave [(-122.0511,37.277),(-122.0517,37.275)] -Peachtree Dr [(-122.091,37.209),(-122.0913,37.199)] -Pearl St [(-122.2319,37.672),(-122.2316,37.676)] -Pearl St [(-122.2337,37.651),(-122.2329,37.661)] -Pearl St [(-122.2383,37.594),(-122.2366,37.615)] -Pearl St [(-122.2551,37.179),(-122.2546,37.174)] -Peary Ct [(-121.769,37.711),(-121.7686,37.706)] -Pecan Ct [(-121.9126,37.743),(-121.9142,37.739)] -Peladeau St [(-122.2888,37.383),(-122.2889,37.386)] -Pelican Ct [(-121.7907,37.839),(-121.7902,37.832)] -Penniman Ave [(-122.2018,37.863),(-122.2012,37.856)] -Pennsylvania Ave [(-121.9854,37.532),(-121.9862,37.523)] -Peony Ct [(-121.9798,37.204),(-121.9804,37.198)] -Pepperdine St [(-122.1501,37.989),(-122.1488,37.98)] -Peppertree Ct [(-121.9416,37.16),(-121.9412,37.163)] -Peppertree Road [(-121.9421,37.127),(-121.94222,37.1302)] -Peralta Ave [(-122.1585,37.293),(-122.1592,37.29)] -Peralta Ave [(-122.1639,37.267),(-122.1653,37.27)] -Peralta Blvd [(-121.9856,37.63),(-121.9867,37.627)] -Peralta Blvd [(-122.0022,37.595),(-122.0045,37.591)] -Peralta Blvd [(-122.0073,37.573),(-122.0082,37.562)] -Peralta St [(-122.2832,37.243),(-122.2829,37.246)] -Peralta St [(-122.2933,37.113),(-122.2926,37.116)] -Peralta St [(-122.2943,37.103),(-122.2937,37.111)] -Peralta St [(-122.2974,37.061),(-122.2973,37.063)] -Peridot Dr [(-121.8024,37.648),(-121.8024,37.645)] -Periwinkle Road [(-122.0451,37.301),(-122.044758,37.29844)] -Perkins St [(-122.0185,37.617),(-122.0177,37.613)] -Perkins St [(-122.2553,37.105),(-122.2557,37.096)] -Perlata Creek [(-122.2027,37.941),(-122.2031,37.936)] -Perlata Creek [(-122.2059,37.92),(-122.2092,37.906)] -Perlata Creek [(-122.2133,37.891),(-122.214,37.885)] -Perlata Creek [(-122.2158,37.753),(-122.2155,37.739)] -Perlata Creek [(-122.21853,37.83163),(-122.2188,37.826)] -Perry Road [(-122.0265,37.846),(-122.0256,37.844)] -Pershing Dr [(-122.1618,37.278),(-122.1613,37.271),(-122.1609,37.266)] -Pershing Dr [(-122.1633,37.299),(-122.1628,37.291)] -Pershing Dr [(-122.165,37.321),(-122.1645,37.315)] -Pershing Dr [(-122.1662,37.339),(-122.1658,37.333)] -Pestana Pl [(-121.7578,37.84),(-121.757776,37.84644)] -Peterman Ave [(-122.0945,37.392),(-122.0918,37.421)] -Peters Ave [(-121.8769,37.6),(-121.8763,37.608)] -Peters St [(-122.1287,37.068),(-122.128,37.073)] -Peterson St [(-122.232,37.733),(-122.2316,37.739)] -Peterson Way [(-122.0967,37.162),(-122.0952,37.159)] -Petroleum St [(-122.3168,37.13),(-122.3177,37.13)] -Petronave Dr [(-121.8344,37.469),(-121.83751,37.55738)] -Pickering Ave [(-121.9596,37.722),(-121.958868,37.72618)] -Pickering Ave [(-121.964,37.698),(-121.9637,37.7)] -Pico Road [(-121.9165,37.524),(-121.9177,37.505)] -Piedmont Ave [(-122.2511,37.644),(-122.251,37.624)] -Piedmont Ave [(-122.2527,37.263),(-122.2521,37.268)] -Piedmont Cres [(-122.2513,37.671),(-122.2503,37.661)] -Pierce Ave [(-122.1683,37.186),(-122.1672,37.168)] -Pierce St [(-122.3045,37.891),(-122.3042,37.884)] -Pike Ct [(-121.9219,37.08),(-121.9224,37.079)] -Pimlico Dr [(-121.8616,37.998),(-121.8618,37.008)] -Pine St [(-121.7758,37.902),(-121.7746,37.906)] -Pine St [(-121.7784,37.894),(-121.7776,37.897)] -Pine St [(-121.7869,37.882),(-121.7864,37.883)] -Pine St [(-121.9216,37.243),(-121.9226,37.235)] -Pine St [(-122.303,37.074),(-122.3026,37.084)] -Pine St [(-122.3034,37.063),(-122.3032,37.069)] -Pine Needle Dr [(-122.2127,37.478),(-122.2125,37.473)] -Pinewood Road [(-122.2219,37.424),(-122.2211,37.429)] -Pinto Ct [(-122.0228,37.08),(-122.0224,37.073)] -Piper St [(-122.216,37.39),(-122.2155,37.385)] -Pippin St [(-122.1747,37.344),(-122.1734,37.332)] -Pizarro Dr [(-122.025,37.556),(-122.026,37.544)] -Placer Way [(-121.9789,37.415),(-121.9769,37.407)] -Plata Way [(-121.9402,37.066),(-121.9394,37.069)] -Pleasant Way [(-122.1653,37.311),(-122.1646,37.302)] -Pleasant Hill Road [(-121.9264,37.854),(-121.9268,37.86)] -Pleasant Valley Ct [(-122.2455,37.298),(-122.2439,37.305)] -Pleasanton Ave [(-121.8782,37.636),(-121.8784,37.63)] -Pleasanton Ave [(-121.8819,37.586),(-121.882761,37.5753)] -Pleasanton Canal [(-121.886052,37.82228),(-121.8833,37.835)] -Pleasanton Sunol Road [(-121.8765,37.987),(-121.8775,37.982)] -Pleasanton Sunol Road [(-121.8851,37.39),(-121.8858,37.387)] -Pleitner Ave [(-122.2098,37.946),(-122.2094,37.953)] -Plomosa Road [(-121.9106,37.703),(-121.9102,37.696)] -Plummer Creek [(-122.0778,37.095),(-122.0852,37.069)] -Plymouth Ave [(-121.9369,37.422),(-121.9378,37.424)] -Plymouth Dr [(-122.0798,37.132),(-122.0802,37.11)] -Plymouth St [(-122.1643,37.425),(-122.1641,37.418)] -Plymouth St [(-122.1661,37.454),(-122.1652,37.44)] -Plymouth St [(-122.1763,37.593),(-122.1758,37.586)] -Poda Ct [(-121.9321,37.308),(-121.9315,37.312)] -Poinciana Pl [(-121.9946,37.341),(-121.994,37.337)] -Point Eden Way [(-122.1208,37.255),(-122.1262,37.256)] -Polaris Ave [(-122.064185,37.84562),(-122.0647,37.84)] -Polk Way [(-121.745,37.867),(-121.745,37.858)] -Polvorosa Ct [(-122.0178,37.594),(-122.0174,37.591)] -Pomar Vista Ave [(-122.0989,37.958),(-122.0973,37.969)] -Pomona Way [(-121.743614,37.84357),(-121.7427,37.839)] -Ponderosa Dr [(-121.749629,37.12363),(-121.74967,37.11779)] -Pontiac St [(-122.165,37.365),(-122.1647,37.359),(-122.1643,37.354)] -Pontiac St [(-122.1665,37.383),(-122.166309,37.3779)] -Poplar Ave [(-122.1018,37.704),(-122.098,37.721)] -Poplar Path [(-122.2678,37.968),(-122.2687,37.967)] -Port Sailwood Dr [(-122.0261,37.467),(-122.0265,37.463)] -Portage Road [(-121.9241,37.092),(-121.9257,37.109)] -Portal Ave [(-122.2281,37.148),(-122.2282,37.157)] -Portland Ave [(-122.2861,37.949),(-122.2858,37.949)] -Portland Ave [(-122.2945,37.945),(-122.2937,37.946)] -Portofino Cir [(-122.123984,37.08583),(-122.124375,37.08809)] -Portola Ave [(-121.7822,37.948),(-121.7806,37.94),(-121.7794,37.935)] -Portola Ave [(-122.2723,37.696),(-122.2713,37.691)] -Portola Dr [(-122.019284,37.56839),(-122.0199,37.563)] -Portola Dr [(-122.1482,37.024),(-122.1488,37.021)] -Portola Dr [(-122.1505,37.019),(-122.1516,37.016)] -Portsmouth Ave [(-122.1023,37.262),(-122.1013,37.254)] -Portsmouth Ave [(-122.1064,37.315),(-122.1064,37.308)] -Portwood Ave [(-122.2322,37.76),(-122.2317,37.765)] -Posen Ave [(-122.2828,37.848),(-122.2822,37.85)] -Posey Loop [(-122.276,37.854),(-122.276,37.859)] -Potawatami Dr [(-121.9238,37.063),(-121.924,37.056)] -Powell St [(-122.2926,37.388),(-122.2937,37.387)] -Powell St [(-122.3101,37.375),(-122.3108,37.375)] -Prairie Dr [(-121.9124,37.667),(-121.9123,37.664)] -Prarie Dr [(-121.9102,37.652),(-121.910115,37.65226)] -Preda St [(-122.1686,37.244),(-122.1691,37.255)] -Presley Way [(-122.2461,37.462),(-122.2462,37.465)] -Preston Ct [(-121.733536,37.01447),(-121.733204,37.00955)] -Preston Ct [(-121.9666,37.659),(-121.9652,37.668)] -Prestwick Ave [(-122.0369,37.208),(-122.0363,37.202)] -Prince Dr [(-121.9164,37.155),(-121.9185,37.145)] -Prince St [(-122.2582,37.541),(-122.2568,37.543)] -Prince St [(-122.2723,37.524),(-122.2713,37.525)] -Prince St [(-122.2802,37.512),(-122.2794,37.514)] -Princeton Ter [(-121.977476,37.61102),(-121.977871,37.61066)] -Princeton Way [(-121.75,37.814),(-121.7472,37.814)] -Proctor Ave [(-122.2222,37.364),(-122.2217,37.36)] -Proctor Ave [(-122.2267,37.406),(-122.2251,37.386)] -Proctor Road [(-122.0671,37.192),(-122.067,37.2)] -Proctor Road [(-122.0761,37.177),(-122.073739,37.1724)] -Prospect St [(-122.2492,37.699),(-122.249,37.695)] -Prosperity Way [(-122.1033,37.031),(-122.1044,37.042)] -Pueblo Dr [(-122.1748,37.269),(-122.1743,37.269)] -Pueblo Creek [(-122.0958,37.203),(-122.0965,37.205)] -Pueblo Serena [(-122.0958,37.222),(-122.0958,37.203)] -Pueblo Spring [(-122.0964,37.238),(-122.0965,37.222)] -Puerto Vallarta [(-121.8719,37.54),(-121.8728,37.528)] -Pulaski Dr [(-122.0262,37.107),(-122.0254,37.1)] -Pulsar Ave [(-121.7892,37.58955),(-121.7892,37.60011)] -Purcell Pl [(-122.0249,37.718),(-122.0224,37.699)] -Purdue St [(-122.1555,37.95),(-122.1565,37.949)] -Pyramid St [(-121.768592,37.56164),(-121.768329,37.56198)] -Quail Run Road [(-122.0448,37.808),(-122.0439,37.805)] -Quebec Ave [(-122.1528,37.786),(-122.1535,37.785)] -Quebec Common [(-122.051368,37.60756),(-122.05282,37.60102)] -Queen Anne Dr [(-122.0751,37.883),(-122.077,37.865)] -Quercus Ct [(-122.0267,37.59),(-122.0269,37.572)] -Quigley Pl [(-122.1962,37.867),(-122.1957,37.861)] -Quinn Lane [(-122.066405,37.74794),(-122.066039,37.73557)] -Quintana Ct [(-121.9516,37.464),(-121.9522,37.463)] -Quintana Way [(-121.9504,37.49),(-121.9508,37.489)] -Rachelle St [(-121.7257,37.945),(-121.7257,37.932)] -Racine St [(-122.2622,37.494),(-122.2624,37.501)] -Racoon Hallow Ct [(-121.914577,37.63603),(-121.913452,37.63738)] -Radele Ct [(-122.0101,37.363),(-122.0105,37.357)] -Ragland St [(-122.109,37.877),(-122.1089,37.872)] -Railroad Ave [(-121.7661,37.841),(-121.7654,37.842)] -Railroad Ave [(-121.771533,37.82472),(-121.771,37.826)] -Railroad Ave [(-121.779215,37.79798),(-121.779265,37.79635)] -Railroad Ave [(-121.891,37.94),(-121.8924,37.941)] -Railroad Ave [(-122.0245,37.013),(-122.0234,37.003),(-122.0223,37.993)] -Railroad Ave [(-122.1835,37.394),(-122.1828,37.388)] -Rainier Ave [(-121.8009,37.803),(-121.7999,37.804)] -Ralston Com [(-121.9775,37.428),(-121.9771,37.432)] -Ramona Ave [(-122.2391,37.291),(-122.2373,37.293)] -Ramona Ave [(-122.244153,37.31499),(-122.243523,37.31109)] -Rancho Arroyo Pkwy [(-121.9932,37.785),(-121.9929,37.774),(-121.9926,37.769)] -Rancho Higuera Road [(-121.9112,37.96),(-121.9105,37.959)] -Randall Ct [(-122.0749,37.976),(-122.0756,37.968)] -Randicik Ct [(-121.863424,37.95818),(-121.863445,37.9654)] -Randy St [(-122.1517,37.809),(-122.1523,37.807)] -Ranker Pl [(-122.0725,37.4),(-122.0737,37.395)] -Ranspot Dr [(-122.0972,37.999),(-122.0959,37)] -Raymond Road [(-121.7462,37.306),(-121.7326,37.305)] -Reading Ave [(-122.0779,37.874),(-122.0735,37.875)] -Redbud Lane [(-122.0969,37.627),(-122.0978,37.627)] -Redding Pl [(-122.1919,37.843),(-122.1921,37.841)] -Redding St [(-122.191432,37.84242),(-122.1911,37.842)] -Redding St [(-122.1943,37.858),(-122.1934,37.854)] -Redding St [(-122.1978,37.901),(-122.1975,37.895)] -Redwood Ct [(-121.9142,37.69),(-121.9144,37.696)] -Redwood Road [(-122.0726,37.155),(-122.0726,37.139)] -Redwood Road [(-122.0726,37.18079),(-122.0726,37.179)] -Redwood Road [(-122.0726,37.909),(-122.0727,37.906)] -Redwood Road [(-122.0727,37.955),(-122.0727,37.948)] -Redwood Road [(-122.0736,37.393),(-122.075736,37.37634)] -Redwood Road [(-122.1493,37.98),(-122.1437,37.001)] -Redwood Road [(-122.1882,37.986),(-122.1877,37.986)] -Redwood Creek [(-122.1366,37.968),(-122.1302,37.918)] -Reed Ave [(-121.7581,37.516),(-121.7559,37.516)] -Regailia Ave [(-121.86701,37.62944),(-121.867052,37.62182)] -Regal Ave [(-122.0839,37.468),(-122.0857,37.449)] -Regents Blvd [(-122.0662,37.779),(-122.066625,37.77216)] -Regents Blvd [(-122.0673,37.759),(-122.0677,37.751)] -Regents Blvd [(-122.0681,37.74),(-122.068,37.73)] -Regents Blvd [(-122.068594,37.80778),(-122.0681,37.805)] -Regents Blvd [(-122.077,37.865),(-122.0761,37.862)] -Regional St [(-121.9328,37.029),(-121.9347,37.072)] -Reinhardt Dr [(-122.1831,37.922),(-122.1828,37.918)] -Renwick St [(-122.1989,37.797),(-122.1982,37.802)] -Republic Ave [(-122.1688,37.046),(-122.1721,37.032)] -Requa Road [(-122.2323,37.199),(-122.2293,37.21)] -Revere Ave [(-122.03,37.129),(-122.0287,37.129)] -Revere Ave [(-122.1347,37.359),(-122.134,37.362)] -Reyes Dr [(-122.0791,37.873),(-122.0787,37.873)] -Reynolds Dr [(-122.0036,37.671),(-122.002954,37.66809)] -Rhine Way [(-121.84112,37.58518),(-121.840944,37.56363)] -Rhododendron Dr [(-121.74419,37.09645),(-121.7445,37.105)] -Ribera Ct [(-122.0292,37.644),(-122.0286,37.641)] -Ricardo Ave [(-122.1176,37.761),(-122.1148,37.745)] -Rich Ave [(-122.0351,37.309),(-122.0354,37.303)] -Richardson Way [(-122.2263,37.224),(-122.225,37.22)] -Richmond Ave [(-121.9969,37.452),(-121.9975,37.442)] -Richmond Blvd [(-122.2584,37.211),(-122.2573,37.218)] -Richmond Blvd [(-122.2592,37.195),(-122.2587,37.201)] -Ridge Trl [(-121.8615,37.438),(-121.859211,37.42899)] -Ridge Top Road [(-122.1538,37.164),(-122.1566,37.179)] -Ridgeview Ter [(-121.970517,37.63559),(-121.970862,37.63332)] -Ridgeway Ave [(-122.2513,37.286),(-122.2518,37.292)] -Ridgeway Ave [(-122.2539,37.299),(-122.2548,37.302)] -Ridgewood Dr [(-122.051305,37.59386),(-122.053772,37.58263)] -Ridley Dr [(-121.9794,37.65),(-121.979,37.644)] -Riley Dr [(-122.2999,37.858),(-122.299,37.86)] -Rincon Ave [(-121.7824,37.828),(-121.7824,37.837)] -Rispen Dr [(-122.2342,37.621),(-122.2326,37.634)] -Riverdale Ct [(-121.9198,37.891),(-121.9201,37.893)] -Riverside Ave [(-121.9758,37.74),(-121.9764,37.725)] -Riviera Dr [(-122.0003,37.954),(-122.0003,37.957)] -Riviera Dr [(-122.0003,37.96),(-122.0003,37.968)] -Roberts Ave [(-121.9554,37.299),(-121.955,37.282)] -Robertson Ave [(-122.0164,37.33),(-122.0173,37.318)] -Robertson Ave [(-122.021,37.275),(-122.0213,37.27)] -Robin St [(-121.9701,37.297),(-121.9698,37.287)] -Robinson Dr [(-122.1825,37.096),(-122.1807,37.054)] -Robledo Dr [(-122.1734,37.304),(-122.1706,37.281)] -Roca Dr [(-122.0335,37.609),(-122.0314,37.599)] -Rochelle Ave [(-122.0603,37.347),(-122.0594,37.329)] -Rockford Road [(-122.0848,37.819),(-122.0842,37.814)] -Rockingham Dr [(-121.8681,37.948),(-121.8689,37.944)] -Rocklin Dr [(-122.070801,37.71701),(-122.0712,37.713)] -Rocklin Dr [(-122.0719,37.698),(-122.0722,37.689)] -Rockridge Blvd [(-122.242,37.457),(-122.2416,37.464)] -Rockridge Blvd [(-122.2424,37.454),(-122.2417,37.453)] -Rockrose Dr [(-122.0105,37.248),(-122.0114,37.252)] -Rockwood Dr [(-122.0128,37.492),(-122.0109,37.482)] -Rodney Com [(-121.9562,37.385),(-121.9555,37.382)] -Rogers Ave [(-122.0044,37.43),(-122.0061,37.409)] -Rolling Hills Dr [(-121.948386,37.07126),(-121.947082,37.07103)] -Rolling Hills Dr [(-121.950806,37.10304),(-121.950378,37.11376)] -Rollinghills Cir [(-121.945273,37.06404),(-121.945249,37.0671)] -Romeo Pl [(-122.0562,37.692),(-122.0571,37.694)] -Romey Lane [(-122.0603,37.825),(-122.0587,37.825)] -Ronald Ct [(-121.9528,37.259),(-121.9537,37.259)] -Ronda St [(-122.125,37.865),(-122.1251,37.856)] -Roosevelt Pl [(-121.9918,37.267),(-121.9923,37.263)] -Rosario Ct [(-122.110662,37.79847),(-122.109931,37.78596)] -Rose Ave [(-121.8792,37.616),(-121.8838,37.656)] -Rose Ave [(-122.244329,37.28237),(-122.2441,37.284),(-122.2438,37.287)] -Rose Ave [(-122.2476,37.256),(-122.2469,37.268)] -Rose Dr [(-122.1451,37.142),(-122.1445,37.138)] -Rose St [(-121.757,37.84),(-121.757,37.831)] -Rose St [(-122.2586,37.834),(-122.2575,37.836)] -Rose St [(-122.2644,37.83),(-122.263462,37.83335)] -Rose St [(-122.2696,37.82),(-122.2689,37.82)] -Rose St [(-122.2843,37.782),(-122.2829,37.787)] -Rose St [(-122.2882,37.769),(-122.287,37.771)] -Rosedale Ct [(-121.9232,37.9),(-121.924,37.897)] -Rosegate Ter [(-121.969628,37.63263),(-121.970152,37.638)] -Roselli Dr [(-121.7848,37.636),(-121.7848,37.628)] -Rosemary Ct [(-121.9314,37.088),(-121.9314,37.085)] -Rosewood Ct [(-122.0622,37.37),(-122.0618,37.372)] -Rosewood Common [(-121.964615,37.21789),(-121.964292,37.213)] -Ross Cir [(-122.2466,37.502),(-122.2474,37.514)] -Ross Gate Way [(-121.8794,37.845),(-121.8818,37.836)] -Rothchild Ct [(-121.950257,37.08452),(-121.951086,37.08115)] -Roundhill Dr [(-122.0376,37.542),(-122.0377,37.536)] -Rousillon Ave [(-122.046,37.672),(-122.0451,37.674)] -Roxanne St [(-121.7288,37.853),(-121.7287,37.849)] -Roxbury Ave [(-122.1354,37.339),(-122.1346,37.336)] -Roxbury Lane [(-122.0333,37.615),(-122.0329,37.618)] -Roxbury Lane [(-122.0359,37.623),(-122.0356,37.619)] -Royal Ann Dr [(-122.0267,37.889),(-122.0268,37.88)] -Royal Ann Dr [(-122.0273,37.871),(-122.0278,37.862)] -Royal Ann St [(-122.1696,37.367),(-122.1691,37.362)] -Royal Ann St [(-122.1705,37.38),(-122.1702,37.376)] -Royal Palm Dr [(-121.9945,37.315),(-121.9922,37.303)] -Ruby Road [(-121.8029,37.688),(-121.8023,37.68)] -Ruby St [(-122.0765,37.815),(-122.0751,37.802)] -Rudsdale St [(-122.1855,37.552),(-122.1849,37.547)] -Rugby Ave [(-122.274,37.045),(-122.2738,37.037)] -Running Hills Ave [(-121.7262,37.22),(-121.7238,37.213)] -Ruschin Dr [(-122.0397,37.459),(-122.0393,37.465)] -Russell Ave [(-122.1694,37.819),(-122.1687,37.845)] -Russell St [(-122.2661,37.569),(-122.2652,37.571)] -Russell St [(-122.2695,37.564),(-122.2684,37.566)] -Russell Way [(-122.08,37.771),(-122.0781,37.783)] -Russet St [(-122.1758,37.361),(-122.1753,37.355)] -Rutgers Way [(-121.7421,37.744),(-121.742,37.739)] -Ruth Ct [(-122.1301,37.004),(-122.1288,37.002)] -Ruth Way [(-121.7928,37.766),(-121.792,37.767)] -Ruth Glen [(-121.9121,37.281),(-121.9124,37.278)] -Ruus Road [(-122.0667,37.296),(-122.066,37.28)] -Sabercat Road [(-121.9396,37.176),(-121.9388,37.165),(-121.937,37.159)] -Sabercat Road [(-121.9453,37.266),(-121.944385,37.25156),(-121.9408,37.195)] -Sable Pointe [(-122.2393,37.439),(-122.24,37.434)] -Sable Pointe [(-122.241,37.424),(-122.2416,37.418)] -Sacramento Ave [(-121.9861,37.44),(-121.9865,37.436)] -Sacramento St [(-122.277606,37.50815),(-122.277616,37.50591)] -Sacramento St [(-122.2799,37.606),(-122.2797,37.597)] -Sacramento St [(-122.2813,37.703),(-122.2811,37.695)] -Saddle Brook Dr [(-122.1478,37.909),(-122.1454,37.904),(-122.1451,37.888)] -Saginaw Ct [(-121.8803,37.898),(-121.8806,37.901)] -Saguare Com [(-121.9049,37.022),(-121.9043,37.017)] -Sailway Dr [(-121.9673,37.495),(-121.9686,37.502)] -Salem St [(-122.2794,37.361),(-122.2796,37.368)] -Salem St [(-122.2832,37.474),(-122.2835,37.479)] -Salinas Pl [(-122.041,37.689),(-122.0404,37.686)] -Salisbury St [(-122.2162,37.863),(-122.2146,37.848)] -Salton Sea Lane [(-122.0597,37.88),(-122.0591,37.869)] -San Andreas Dr [(-122.0592,37.957),(-122.0585,37.954)] -San Andreas Dr [(-122.0609,37.9),(-122.0614,37.895)] -San Andreas Dr [(-122.0621,37.973),(-122.0614,37.972)] -San Andreas Dr [(-122.0635,37.878),(-122.0648,37.891)] -San Andreas Dr [(-122.0658,37.907),(-122.0661,37.914)] -San Andreas Dr [(-122.0668,37.926),(-122.0672,37.931)] -San Antonio Ave [(-122.2585,37.679),(-122.2566,37.672)] -San Antonio St [(-122.0472,37.155),(-122.0477,37.108)] -San Antonio Way [(-122.2323,37.891),(-122.2314,37.886)] -San Antonio Creek [(-121.8722,37.759),(-121.8641,37.771)] -San Antonio Reservoir [(-121.8487,37.728),(-121.8359,37.67)] -San Bernardino Way [(-122.0621,37.936),(-122.0628,37.933)] -San Carlos Ave [(-122.0912,37.941),(-122.0899,37.94)] -San Carlos Ave [(-122.2886,37.931),(-122.2885,37.91)] -San Carlos Walk [(-122.2087,37.795),(-122.208,37.789)] -San Clemente St [(-122.0511,37.188),(-122.051,37.177)] -San Franciscan Dr [(-122.0589,37.24),(-122.0582,37.246)] -San Francisco Bay [(-122.108,37.032),(-122.1048,37.001)] -San Francisco Bay [(-122.3115,37.814),(-122.3096,37.777)] -San Francisco Bay [(-122.3176,37.669),(-122.3108,37.652)] -San Jose Ave [(-122.2423,37.594),(-122.2409,37.586)] -San Jose Ave [(-122.2455,37.609),(-122.2445,37.605)] -San Jose Ave [(-122.2543,37.65),(-122.251,37.635)] -San Jose Ct [(-122.0563,37.922),(-122.055864,37.91921)] -San Juan St [(-122.2158,37.803),(-122.2149,37.795)] -San Leandro Blvd [(-122.1557,37.174),(-122.1545,37.168)] -San Leandro St [(-122.1703,37.323),(-122.1689,37.312)] -San Leandro St [(-122.1717,37.335),(-122.1709,37.329)] -San Leandro St [(-122.2195,37.721),(-122.2186,37.716)] -San Leandro St [(-122.2251,37.748),(-122.2242,37.743)] -San Leandro Bay [(-122.2241,37.553),(-122.2253,37.542)] -San Leandro Creek [(-122.154489,37.27978),(-122.155,37.281)] -San Leandro Creek [(-122.175792,37.24864),(-122.1807,37.247)] -San Leandro Creek Canal [(-122.2081,37.409),(-122.2076,37.401)] -San Lorenzo Ave [(-122.2861,37.93),(-122.2857,37.929)] -San Lorenzo Creek [(-122.0544,37.907),(-122.0547,37.908)] -San Lorenzo Creek [(-122.063257,37.85966),(-122.064271,37.85339)] -San Lorenzo Creek [(-122.0741,37.799),(-122.0757,37.789)] -San Lorenzo Creek [(-122.117293,37.85868),(-122.120139,37.85739)] -San Lorenzo Creek [(-122.124957,37.853),(-122.1271,37.849)] -San Lorenzo Creek [(-122.1539,37.747),(-122.1616,37.703)] -San Luces Way [(-122.0672,37.963),(-122.0695,37.954)] -San Luis Ct [(-121.8768,37.483),(-121.8766,37.474)] -San Luis Ct [(-122.065,37.975),(-122.0657,37.973)] -San Luis Road [(-122.271,37.959),(-122.2701,37.933)] -San Marco Way [(-122.0666,37.95),(-122.0687,37.942)] -San Mateo Road [(-122.2724,37.925),(-122.2728,37.928)] -San Mateo Way [(-122.0609,37.926),(-122.061842,37.92391)] -San Miguel Ave [(-122.0793,37.052),(-122.079224,37.0254)] -San Miguel Ave [(-122.0801,37.927),(-122.08,37.911)] -San Moreno Ct [(-121.954,37.576),(-121.9532,37.558)] -San Pablo Ave [(-122.2718,37.084),(-122.2721,37.093)] -San Pablo Ave [(-122.2797,37.326),(-122.2798,37.332)] -San Pablo Ave [(-122.2822,37.405),(-122.2824,37.411)] -San Pablo Ave [(-122.2834,37.442),(-122.2838,37.45)] -San Pablo Ave [(-122.2859,37.518),(-122.2857,37.515)] -San Pablo Ave [(-122.2864,37.537),(-122.2862,37.532)] -San Pablo Ave [(-122.2922,37.725),(-122.2922,37.716),(-122.2918,37.704)] -San Pablo Ave [(-122.2961,37.84),(-122.2959,37.832)] -San Rafael St [(-122.1398,37.225),(-122.1395,37.219)] -San Ramon Road [(-121.937288,37.09164),(-121.937307,37.0922)] -San Sabana Road [(-121.9402,37.066),(-121.9402,37.095)] -Sandalwood St [(-122.0347,37.493),(-122.0327,37.483)] -Sandburg Way [(-122.0625,37.226),(-122.0625,37.203)] -Sandelin Ave [(-122.1351,37.294),(-122.1343,37.298)] -Sandringham Road [(-122.2139,37.183),(-122.2142,37.179)] -Sandringham Road [(-122.2155,37.175),(-122.2163,37.165)] -Sandy Road [(-122.0643,37.089),(-122.0645,37.086)] -Sandy Hook Dr [(-122.0615,37.22),(-122.062,37.221)] -Sanford St [(-122.1546,37.737),(-122.1543,37.728)] -Sangamore St [(-122.1069,37.471),(-122.1076,37.468)] -Santa Barbara Road [(-122.2679,37.928),(-122.2666,37.92)] -Santa Clara Ave [(-122.2509,37.695),(-122.2479,37.682)] -Santa Clara Ave [(-122.254714,37.71317),(-122.254,37.71)] -Santa Clara Ave [(-122.2551,37.211),(-122.254,37.205)] -Santa Clara Ave [(-122.2787,37.736),(-122.2761,37.736)] -Santa Clara Ave [(-122.2791,37.994),(-122.2798,37.989)] -Santa Clara St [(-122.0901,37.496),(-122.0885,37.485)] -Santa Clara St [(-122.0923,37.51),(-122.0919,37.504)] -Santa Clara St [(-122.1009,37.618),(-122.1006,37.613)] -Santa Clara St [(-122.1012,37.667),(-122.1012,37.66389),(-122.1012,37.65718)] -Santa Clara Way [(-121.7539,37.854),(-121.7508,37.856),(-121.75,37.856)] -Santa Fe Ave [(-122.2899,37.817),(-122.2899,37.815)] -Santa Maria Ave [(-122.0773,37),(-122.0773,37.98)] -Santa Maria Dr [(-122.0633,37.965),(-122.0624,37.961)] -Santa Paula [(-122.1607,37.848),(-122.1596,37.834)] -Santa Ray Ave [(-122.2393,37.122),(-122.2381,37.113)] -Santa Rita Road [(-121.872608,37.75282),(-121.8731,37.766)] -Santa Rita Road [(-121.877461,37.9142),(-121.8775,37.922)] -Santa Rita St [(-122.2065,37.804),(-122.2058,37.796)] -Santa Rita St [(-122.2129,37.832),(-122.2104,37.839)] -Santa Rosa St [(-122.1506,37.247),(-122.1502,37.238)] -Santa Rosa St [(-122.1513,37.265),(-122.1509,37.256)] -Santa Teresa [(-122.1576,37.826),(-122.1565,37.812),(-122.1553,37.797)] -Santa Teresa Com [(-121.9505,37.564),(-121.9496,37.559)] -Santee Road [(-122.0371,37.691),(-122.0376,37.685)] -Santiago Road [(-122.176,37.962),(-122.1756,37.956)] -Santo Ct [(-121.946172,37.10869),(-121.947136,37.10367)] -Saratoga St [(-122.1024,37.997),(-122.1019,37.997)] -Sarazen Ave [(-122.1539,37.58),(-122.1532,37.585)] -Saroni Dr [(-122.1954,37.345),(-122.1944,37.347)] -Saturn Dr [(-122.1283,37.145),(-122.1238,37.117)] -Sausal Creek [(-122.2126,37.122),(-122.213944,37.10691)] -Sausal Creek [(-122.215521,37.03532),(-122.216544,37.01827)] -Sausal Creek [(-122.2175,37.985),(-122.218,37.982)] -Sausal Creek [(-122.218,37.982),(-122.218834,37.9583)] -Sausal Creek [(-122.219108,37.9487),(-122.2193,37.942),(-122.219513,37.93313)] -Sausal Creek [(-122.2217,37.893),(-122.2221,37.884)] -Sausal Creek [(-122.2228,37.862),(-122.2232,37.856)] -Scarborough Dr [(-122.0362,37.568),(-122.0362,37.556)] -Scarborough Dr [(-122.1993,37.214),(-122.1999,37.24),(-122.1994,37.241)] -Scenic Ave [(-121.7262,37.171),(-121.7232,37.171)] -Scenic Ave [(-121.7314,37.171),(-121.7305,37.17)] -Scenic Ave [(-121.7414,37.166),(-121.73802,37.16978)] -Scenic Ave [(-122.2282,37.278),(-122.2284,37.296)] -Scenic Ave [(-122.2619,37.762),(-122.2617,37.749)] -Scenicview Dr [(-122.1354,37.26),(-122.1325,37.252)] -School St [(-122.1378,37.209),(-122.1369,37.199),(-122.1364,37.197)] -School St [(-122.2116,37.945),(-122.2103,37.94)] -School Way [(-122.0838,37.18),(-122.0833,37.177)] -Schooner Hill [(-122.2263,37.56),(-122.2269,37.564)] -Schuster Ave [(-122.0854,37.081),(-122.0854,37.074)] -Scott Pl [(-122.0802,37.38),(-122.0815,37.381)] -Scott Creek [(-121.8694,37.814),(-121.8694,37.803)] -Scott Creek Road [(-121.8999,37.678),(-121.8975,37.685)] -Scott Creek Road [(-121.9047,37.667),(-121.9034,37.67)] -Scott Creek Road [(-121.9098,37.651),(-121.9086,37.655)] -Sea Bridge Way [(-122.2364,37.426),(-122.2359,37.417)] -Sea View Pkwy [(-122.242913,37.47248),(-122.2421,37.472),(-122.2411,37.471)] -Sea View Pkwy [(-122.2499,37.466),(-122.2496,37.468)] -Sea View Pkwy [(-122.253,37.455),(-122.2519,37.457)] -Sea View Pkwy [(-122.2547,37.434),(-122.255,37.439)] -Seal Rock Ter [(-122.033374,37.69186),(-122.0335,37.692),(-122.0338,37.694)] -Seaver St [(-122.1016,37.427),(-122.1016,37.419)] -Seaview Ave [(-122.0623,37.113),(-122.0599,37.111)] -Seawall Dr [(-122.316154,37.63126),(-122.315489,37.60045)] -Segovia Pl [(-121.9478,37.596),(-121.9489,37.585)] -Selkirk St [(-121.9798,37.336),(-121.9796,37.331)] -Seminary Ave [(-122.1772,37.796),(-122.1756,37.798)] -Seminary Ave [(-122.1814,37.772),(-122.1807,37.778)] -Seneca St [(-122.03,37.122),(-122.03,37.115)] -Seneca Park Ave [(-121.9649,37.17),(-121.9653,37.167)] -Senior Ave [(-122.2487,37.826),(-122.2473,37.827)] -Sequoia Road [(-122.0013,37.617),(-122.001192,37.61346)] -Sequoia Ter [(-121.997978,37.6571),(-121.997403,37.66696)] -Seven Hills Road [(-122.0876,37.1),(-122.086344,37.1012),(-122.0855,37.102)] -Severn Dr [(-122.0359,37.584),(-122.0368,37.571)] -Severn Pl [(-122.0363,37.586),(-122.0367,37.581)] -Sevilla Road [(-122.0829,37.809),(-122.0831,37.81)] -Seville Pl [(-121.9514,37.522),(-121.9522,37.518)] -Sextus Road [(-122.1938,37.33),(-122.1896,37.327)] -Seymour Pl [(-122.0357,37.84),(-122.0367,37.837)] -Shadow Ridge Dr [(-122.041,37.144),(-122.0411,37.162)] -Shady Creek Road [(-121.913106,37.24701),(-121.914087,37.24475)] -Shafer Creek [(-121.681036,37.12545),(-121.694801,37.25112)] -Shafter Ave [(-122.2539,37.418),(-122.2527,37.434)] -Shafter Ave [(-122.2569,37.383),(-122.2556,37.399)] -Shafter Ave [(-122.2586,37.313),(-122.2583,37.323)] -Shamrock Pl [(-121.929,37.24),(-121.9295,37.247)] -Shannon Ave [(-121.94218,37.14137),(-121.9418,37.142)] -Shasta St [(-121.802842,37.889),(-121.802801,37.8826)] -Shattuck Ave [(-122.053676,37.61223),(-122.052619,37.61591)] -Shattuck Ave [(-122.2633,37.339),(-122.2634,37.347)] -Shattuck Ave [(-122.2648,37.468),(-122.2648,37.474)] -Shattuck Ave [(-122.2675,37.712),(-122.2674,37.704)] -Shattuck Ave [(-122.2683,37.776),(-122.2683,37.766)] -Shattuck Ave [(-122.2686,37.904),(-122.2686,37.897)] -Shaw St [(-122.1518,37.459),(-122.1511,37.455)] -Sheffield Lane [(-122.0511,37.006),(-122.051292,37.00178)] -Sheffield Road [(-122.1032,37.097),(-122.1026,37.095)] -Sheffield Road [(-122.241,37.45),(-122.2413,37.446)] -Sheffield Road [(-122.2421,37.44),(-122.2427,37.437)] -Sheffield Road [(-122.2457,37.441),(-122.2448,37.44)] -Sheila St [(-122.0453,37.852),(-122.045,37.847)] -Sheldon St [(-122.146,37.455),(-122.1454,37.451)] -Shepherd Ave [(-122.0707,37.383),(-122.0737,37.367)] -Shepherd Canyon Road [(-122.1845,37.355),(-122.1835,37.355)] -Shepherd Canyon Road [(-122.1988,37.302),(-122.196132,37.31137)] -Shepherd Canyon Road [(-122.2052,37.245),(-122.2027,37.236)] -Sheridan Road [(-121.901114,37.58914),(-121.899,37.574)] -Sheridan Road [(-122.2279,37.425),(-122.2253,37.411),(-122.2223,37.377)] -Sherman St [(-122.2628,37.781),(-122.2627,37.787)] -Sherman St [(-122.263,37.695),(-122.262932,37.70799)] -Sherman St [(-122.2631,37.667),(-122.2631,37.674)] -Sherry Ct [(-121.7642,37.736),(-121.76437,37.73958)] -Sherwood Lane [(-122.2474,37.467),(-122.246514,37.45985)] -Shiela Way [(-122.0734,37.757),(-122.073,37.75)] -Shinn St [(-121.9818,37.64),(-121.9817,37.636)] -Shirley Ave [(-122.1157,37.717),(-122.117,37.712)] -Shoreline Dr [(-122.2638,37.596),(-122.2607,37.584)] -Shoreline Dr [(-122.2657,37.603),(-122.2648,37.6)] -Shoreline Dr [(-122.2714,37.626),(-122.2691,37.616)] -Shylock Dr [(-122.0488,37.748),(-122.0486,37.74)] -Sidney Ave [(-122.1279,37.096),(-122.1274,37.1)] -Sigourney Elysian Fields Dr [(-122.127563,37.66495),(-122.1275,37.649)] -Sigourney Elysian Fields Dr [(-122.128,37.674),(-122.1277,37.667)] -Silva Lane [(-122.237019,37.28132),(-122.235461,37.27888)] -Silvergate Dr [(-121.941,37.097),(-121.9402,37.095)] -Simm Ct [(-121.9757,37.15),(-121.9748,37.153)] -Simmons St [(-122.1881,37.803),(-122.1874,37.805)] -Sims Dr [(-122.21,37.207),(-122.2101,37.237)] -Simson St [(-122.1693,37.737),(-122.1687,37.74)] -Sinbad Creek [(-121.9177,37.343),(-121.9202,37.366)] -Sinbad Creek [(-121.9498,37.613),(-121.9556,37.643)] -Singing Hills Ave [(-121.7262,37.199),(-121.7237,37.206)] -Singleton Ave [(-122.2896,37.87397),(-122.288161,37.87394)] -Sioux Ct [(-121.926147,37.14374),(-121.9248,37.122)] -Sioux Dr [(-121.928,37.142),(-121.926147,37.14374)] -Siward Dr [(-122.043286,37.63282),(-122.043581,37.63639)] -Siward Dr [(-122.044259,37.64617),(-122.044499,37.6493)] -Siward Dr [(-122.046199,37.68158),(-122.046,37.672)] -Siward Dr [(-122.047527,37.71764),(-122.0475,37.716)] -Skylark Dr [(-122.0117,37.839),(-122.011,37.835)] -Skylark Dr [(-122.0192,37.85),(-122.0186,37.848)] -Skyline Blvd [(-122.1409,37.819),(-122.1307,37.73)] -Skyline Blvd [(-122.144,37.851),(-122.1409,37.829)] -Skyline Blvd [(-122.1701,37.988),(-122.167,37.982)] -Skyline Blvd [(-122.1738,37.01),(-122.1714,37.996)] -Skyline Blvd [(-122.1772,37.039),(-122.1774,37.037)] -Skyline Blvd [(-122.1865,37.25),(-122.186,37.247)] -Skyline Blvd [(-122.1885,37.275),(-122.1873,37.266)] -Skyline Blvd [(-122.1965,37.405),(-122.190866,37.38122)] -Skyline Blvd [(-122.2091,37.506),(-122.2076,37.506)] -Skyline Dr [(-122.0277,37.5),(-122.0284,37.498)] -Skyview Dr [(-122.1276,37.242),(-122.1274,37.244)] -Skywest Dr [(-122.1161,37.62),(-122.1123,37.586)] -Sleepy Hollow Ave [(-122.093,37.35),(-122.0927,37.343)] -Sleepy Hollow Ave [(-122.1003,37.335),(-122.1008,37.332)] -Sleepy Hollow Ave [(-122.1045,37.316),(-122.1054,37.315)] -Slender Ct [(-122.0565,37.73),(-122.055,37.735)] -Smalley Ave [(-122.095194,37.69714),(-122.0945,37.7)] -Smith St [(-122.0727,37.965),(-122.0742,37.964)] -Smith St [(-122.0759,37.963),(-122.0778,37.964)] -Snake Road [(-122.206567,37.27603),(-122.2062,37.281),(-122.2057,37.292)] -Snake Road [(-122.2066,37.331),(-122.2048,37.345)] -Sodaville Ct [(-121.9266,37.029),(-121.9278,37.033)] -Solano Ave [(-122.1131,37.735),(-122.1161,37.724)] -Solano Ave [(-122.2829,37.912),(-122.2819,37.913)] -Solano Ave [(-122.2871,37.91),(-122.2867,37.91)] -Solano Ave [(-122.289,37.909),(-122.2885,37.91)] -Solano Way [(-122.0773,37.921),(-122.0785,37.921)] -Solano Way [(-122.2451,37.889),(-122.2443,37.885)] -Solomon Lane [(-122.2372,37.299),(-122.2374,37.3)] -Somerset Ave [(-122.0827,37.016),(-122.0811,37.016)] -Somerset Ave [(-122.0893,37.006),(-122.0885,37.008)] -Somerset Ave [(-122.0907,37.003),(-122.0899,37.005)] -Somerset Ave [(-122.0936,37.994),(-122.0922,37.998)] -Somerset Pl [(-122.0295,37.49),(-122.0299,37.485)] -Somerset Pl [(-122.2732,37.949),(-122.27246,37.94689)] -Sonoma Ave [(-122.2776,37.858),(-122.2765,37.856)] -Sonoma Dr [(-121.8796,37.487),(-121.8799,37.488)] -Soquel St [(-122.0664,37.711),(-122.0657,37.707)] -Sora Com [(-122.043,37.743),(-122.0428,37.746)] -Sorani Way [(-122.0785,37.172),(-122.0782,37.171)] -Soto Road [(-122.0812,37.561),(-122.0798,37.545)] -South Road [(-121.8941,37.283),(-121.894,37.279)] -South Bay Aqueduct [(-121.6786,37.942),(-121.676067,37.8981)] -South Dry Creek Branch [(-122.0168,37.083),(-122.0173,37.084)] -South Fork Trout Creek [(-121.658085,37.99874),(-121.657591,37.02423)] -South Front Road [(-121.7116,37.134),(-121.7092,37.145)] -South Front Road [(-121.723953,37.0797),(-121.722,37.062)] -South Front Road [(-121.738379,37.02183),(-121.737947,37.02335)] -Southampton Ave [(-122.2745,37.948),(-122.2742,37.962)] -Southern Pacific Railroad [(-121.558002,37.00663),(-121.576,37.136)] -Southern Pacific Railroad [(-121.6695,37.391),(-121.666889,37.41337)] -Southern Pacific Railroad [(-121.7674,37.843),(-121.7686,37.84)] -Southern Pacific Railroad [(-122.3002,37.674),(-122.2999,37.661)] -Southlake Com [(-121.9572,37.113),(-121.9565,37.116)] -Southwick Ct [(-121.9441,37.185),(-121.9436,37.18)] -Sp Railroad [(-121.7182,37.017),(-121.7162,37.025)] -Sp Railroad [(-121.8204,37.746),(-121.8139,37.753)] -Sp Railroad [(-121.8591,37.701),(-121.8586,37.705)] -Sp Railroad [(-121.8699,37.631),(-121.8678,37.651)] -Sp Railroad [(-121.87958,37.88603),(-121.880675,37.89396)] -Sp Railroad [(-121.893564,37.99009),(-121.897,37.016)] -Sp Railroad [(-121.8977,37.022),(-121.9022,37.054)] -Sp Railroad [(-121.9271,37.788),(-121.9185,37.626)] -Sp Railroad [(-121.950757,37.25243),(-121.9506,37.25)] -Sp Railroad [(-121.9565,37.898),(-121.9562,37.9)] -Sp Railroad [(-121.9684,37.715),(-121.9669,37.701),(-121.9655,37.69)] -Sp Railroad [(-121.9736,37.616),(-121.9737,37.608)] -Sp Railroad [(-121.993831,37.81669),(-121.992146,37.8107)] -Sp Railroad [(-122.0257,37.349),(-122.0289,37.31)] -Sp Railroad [(-122.0315,37.251),(-122.0292,37.24)] -Sp Railroad [(-122.0321,37.271),(-122.0347,37.265)] -Sp Railroad [(-122.0386,37.133),(-122.0335,37.089)] -Sp Railroad [(-122.0414,37.268),(-122.042509,37.26338)] -Sp Railroad [(-122.0553,37.212),(-122.0652,37.134),(-122.0654,37.131)] -Sp Railroad [(-122.0594,37.75),(-122.0593,37.743)] -Sp Railroad [(-122.0626,37.857),(-122.0616,37.845)] -Sp Railroad [(-122.0734,37.001),(-122.0734,37.997)] -Sp Railroad [(-122.076691,37.99914),(-122.075907,37.99243)] -Sp Railroad [(-122.086,37.079),(-122.081,37.036)] -Sp Railroad [(-122.0914,37.601),(-122.087,37.56),(-122.086408,37.5551)] -Sp Railroad [(-122.10629,37.73042),(-122.1054,37.723)] -Sp Railroad [(-122.1129,37.315),(-122.1125,37.311)] -Sp Railroad [(-122.121,37.857),(-122.1187,37.837)] -Sp Railroad [(-122.137,37.576),(-122.1327,37.53)] -Sp Railroad [(-122.137792,37.003),(-122.1365,37.992),(-122.131257,37.94612)] -Sp Railroad [(-122.172213,37.03399),(-122.1678,37.059)] -Sp Railroad [(-122.1748,37.322),(-122.174,37.315)] -Sp Railroad [(-122.1785,37.355),(-122.178,37.351)] -Sp Railroad [(-122.17894,37.32386),(-122.179281,37.31827),(-122.1807,37.295)] -Sp Railroad [(-122.1801,37.115),(-122.178,37.088)] -Sp Railroad [(-122.1947,37.497),(-122.193328,37.4848)] -Sp Railroad [(-122.2269,37.73),(-122.2272,37.726)] -Sp Railroad [(-122.2281,37.761),(-122.2268,37.753)] -Sp Railroad [(-122.2346,37.727),(-122.2343,37.726)] -Sp Railroad [(-122.2411,37.85),(-122.2359,37.814)] -Sp Railroad [(-122.2506,37.891),(-122.2501,37.889)] -Sp Railroad [(-122.2724,37.946),(-122.2713,37.942)] -Sp Railroad [(-122.2737,37.774),(-122.2731,37.765)] -Sp Railroad [(-122.2744,37.802),(-122.2743,37.795)] -Sp Railroad [(-122.275429,37.88474),(-122.2754,37.883)] -Sp Railroad [(-122.2853,37.355),(-122.2847,37.334)] -Sp Railroad [(-122.2864,37.393),(-122.2881,37.387)] -Sp Railroad [(-122.2888,37.383),(-122.2893,37.38)] -Sp Railroad [(-122.2898,37.349),(-122.2887,37.319),(-122.2883,37.307)] -Sp Railroad [(-122.2939,37.484),(-122.2936,37.475)] -Sp Railroad [(-122.2965,37.56),(-122.2959,37.545)] -Sp Railroad [(-122.305229,37.83926),(-122.3049,37.822)] -Sp Railroad [(-122.3086,37.087),(-122.31,37.085)] -Spady St [(-121.9689,37.424),(-121.969174,37.41761)] -Sparrow Dr [(-121.9331,37.139),(-121.9328,37.134)] -Sparrow Road [(-122.0827,37.209),(-122.0826,37.203)] -Spence Ave [(-121.9733,37.616),(-121.9728,37.619)] -Spetti Dr [(-121.9684,37.665),(-121.9696,37.658)] -Spinnaker Way [(-122.3138,37.694),(-122.3171,37.687)] -Spoonbill Common [(-122.043662,37.66522),(-122.043425,37.66065)] -Spring St [(-121.8702,37.62),(-121.871,37.621)] -Springbrook Lane [(-122.057162,37.29952),(-122.056705,37.29151)] -Springdale Ave [(-121.9196,37.845),(-121.92,37.854)] -Springdale Ave [(-121.9229,37.884),(-121.9233,37.888)] -Springfield St [(-122.1598,37.485),(-122.1597,37.477)] -Springhouse Dr [(-121.883683,37.89587),(-121.880871,37.89125)] -Springlake Dr [(-122.133113,37.93134),(-122.134,37.93)] -Springtown Blvd [(-121.74,37.039),(-121.7407,37.059)] -Springtown Blvd [(-121.743242,37.07568),(-121.745,37.088)] -Spruce St [(-122.0506,37.327),(-122.0496,37.322)] -Spruce St [(-122.0566,37.368),(-122.0565,37.361)] -Spruce St [(-122.1578,37.994),(-122.1586,37.991)] -Spruce St [(-122.2398,37.048),(-122.2393,37.056)] -Spruce St [(-122.2659,37.849),(-122.2655,37.839)] -Spruce St [(-122.2698,37.99),(-122.2693,37.981)] -St Anthony Dr [(-121.939,37.474),(-121.9385,37.471)] -St Charles St [(-122.2654,37.763),(-122.2653,37.773)] -St Johns St [(-121.8764,37.643),(-121.8777,37.646)] -St Matthew Dr [(-122.024,37.394),(-122.0234,37.391)] -St Michael Cir [(-121.853648,37.6251),(-121.853779,37.61796)] -Stacy St [(-122.1218,37.544),(-122.1199,37.532)] -Stadium Way [(-121.758155,37.66715),(-121.757912,37.66728)] -Stagecoach Road [(-121.921401,37.27049),(-121.9218,37.277)] -Stalker Way [(-122.264,37.807),(-122.2672,37.816)] -Stanford Ave [(-122.2764,37.438),(-122.2773,37.433)] -Stanford Ave [(-122.2781,37.43),(-122.2802,37.42)] -Stanford Way [(-121.7451,37.826),(-121.743925,37.82264)] -Stanford Way [(-121.7473,37.828),(-121.7459,37.826)] -Stanley Ave [(-121.9621,37.242),(-121.9632,37.24)] -Stanley Ave [(-122.1504,37.485),(-122.15,37.478),(-122.1498,37.469)] -Stanley Blvd [(-121.7971,37.769),(-121.7948,37.772)] -Stanley Blvd [(-121.8705,37.659),(-121.871,37.66)] -Stannage Ave [(-122.2939,37.844),(-122.2939,37.828)] -Stannage Ave [(-122.297,37.939),(-122.2965,37.923)] -Stanton Ave [(-122.0889,37.939),(-122.0885,37.928)] -Stanton Ave [(-122.0953,37.027),(-122.0944,37.022)] -Stanton Ave [(-122.100392,37.0697),(-122.099513,37.06052)] -Stanton Hill Road [(-122.0935,37.963),(-122.0929,37.964)] -Stanwood Ave [(-122.0839,37.416),(-122.0839,37.409)] -Star View Ct [(-122.2251,37.516),(-122.2248,37.511)] -Starflower Way [(-121.7298,37.099),(-121.7323,37.095)] -Starling Dr [(-122.015929,37.82489),(-122.0171,37.83)] -Starlite Way [(-121.9167,37.738),(-121.9162,37.745)] -Starr Ct [(-121.9238,37.371),(-121.9246,37.373)] -Starr Ct [(-121.9249,37.373),(-121.92514,37.3722)] -Starr St [(-121.9213,37.378),(-121.9216,37.376)] -Starview Dr [(-122.1248,37.197),(-122.1231,37.201)] -Starward Dr [(-121.9356,37.103),(-121.936,37.109)] -Starward Dr [(-121.9361,37.115),(-121.9363,37.128)] -State Hwy 123 [(-122.3004,37.986),(-122.2998,37.969),(-122.2995,37.962),(-122.2992,37.952),(-122.299,37.942),(-122.2987,37.935),(-122.2984,37.924),(-122.2982,37.92),(-122.2976,37.904),(-122.297,37.88),(-122.2966,37.869),(-122.2959,37.848),(-122.2961,37.843)] -State Hwy 13 [(-122.1797,37.943),(-122.179871,37.91849),(-122.18,37.9),(-122.179023,37.86615),(-122.1787,37.862),(-122.1781,37.851),(-122.1777,37.845),(-122.1773,37.839),(-122.177,37.833)] -State Hwy 13 [(-122.1828,37.974),(-122.1799,37.948)] -State Hwy 13 [(-122.2049,37.2),(-122.20328,37.17975),(-122.1989,37.125),(-122.198078,37.11641),(-122.1975,37.11)] -State Hwy 13 [(-122.2213,37.388),(-122.218753,37.36402),(-122.2168,37.336),(-122.2163,37.328),(-122.2144,37.313),(-122.211744,37.28221),(-122.21,37.262),(-122.2087,37.244),(-122.207,37.224),(-122.2065,37.218),(-122.2058,37.209)] -State Hwy 13 [(-122.2319,37.515),(-122.2316,37.511),(-122.2305,37.498),(-122.2296,37.489),(-122.2286,37.478),(-122.2244,37.427)] -State Hwy 13 Ramp [(-122.1781,37.851),(-122.1782,37.847),(-122.1777,37.845)] -State Hwy 13 Ramp [(-122.1799,37.948),(-122.1797,37.943)] -State Hwy 13 Ramp [(-122.1819,37.978),(-122.1828,37.974)] -State Hwy 13 Ramp [(-122.1835,37.98),(-122.1852,37.985)] -State Hwy 13 Ramp [(-122.1854,37.996),(-122.1861,37.986)] -State Hwy 13 Ramp [(-122.1937,37.078),(-122.1943,37.08)] -State Hwy 13 Ramp [(-122.1942,37.084),(-122.1964,37.107)] -State Hwy 13 Ramp [(-122.1975,37.11),(-122.1964,37.107)] -State Hwy 13 Ramp [(-122.1989,37.125),(-122.1984,37.117),(-122.1981,37.112)] -State Hwy 13 Ramp [(-122.2054,37.205),(-122.2048,37.209)] -State Hwy 13 Ramp [(-122.2055,37.197),(-122.2049,37.2)] -State Hwy 13 Ramp [(-122.2058,37.209),(-122.2049,37.211)] -State Hwy 13 Ramp [(-122.2069,37.213),(-122.2072,37.216),(-122.2065,37.218)] -State Hwy 13 Ramp [(-122.2073,37.221),(-122.207,37.224)] -State Hwy 13 Ramp [(-122.2163,37.328),(-122.2149,37.321),(-122.2144,37.313)] -State Hwy 13 Ramp [(-122.2168,37.336),(-122.2168,37.328)] -State Hwy 13 Ramp [(-122.2232,37.41),(-122.2247,37.422)] -State Hwy 13 Ramp [(-122.2244,37.427),(-122.223,37.414),(-122.2214,37.396),(-122.2213,37.388)] -State Hwy 13 Ramp [(-122.2244,37.427),(-122.2247,37.422)] -State Hwy 13 Ramp [(-122.2307,37.487),(-122.2286,37.478)] -State Hwy 17 [(-122.3107,37.976),(-122.3078,37.93),(-122.3072,37.916),(-122.307,37.902)] -State Hwy 17 Ramp ((-122.2877,37.234),(-122.2881,37.237)) -State Hwy 17 Ramp [(-122.2882,37.233),(-122.2881,37.237),(-122.2882,37.242),(-122.2883,37.247),(-122.2885,37.254)] -State Hwy 17 Ramp [(-122.2899,37.128),(-122.2898,37.132),(-122.2897,37.142)] -State Hwy 17 Ramp [(-122.291,37.113),(-122.2906,37.118)] -State Hwy 17 Ramp [(-122.2915,37.083),(-122.29137,37.07065),(-122.290561,37.06224)] -State Hwy 238 ((-122.098,37.908),(-122.0983,37.907),(-122.099,37.905),(-122.101,37.898),(-122.101535,37.89711),(-122.103173,37.89438),(-122.1046,37.892),(-122.106,37.89)) -State Hwy 238 [(-122.106,37.89),(-122.1061,37.89),(-122.1064,37.89),(-122.1073,37.889)] -State Hwy 238 Ramp ((-122.1064,37.89),(-122.1067,37.899)) -State Hwy 238 Ramp ((-122.1288,37.892),(-122.1293,37.895)) -State Hwy 238 Ramp ((-122.1288,37.913),(-122.1294,37.917)) -State Hwy 238 Ramp [(-122.1073,37.889),(-122.1067,37.899),(-122.1056,37.899)] -State Hwy 238 Ramp [(-122.1073,37.889),(-122.1068,37.881),(-122.106574,37.88354),(-122.106,37.89)] -State Hwy 238 Ramp [(-122.1288,37.9),(-122.1293,37.895),(-122.1296,37.906)] -State Hwy 238 Ramp [(-122.1288,37.922),(-122.1294,37.917),(-122.1296,37.906)] -State Hwy 24 [(-122.2206,37.531),(-122.2204,37.536),(-122.2194,37.541),(-122.217,37.546),(-122.2151,37.551),(-122.2139,37.561),(-122.2121,37.577)] -State Hwy 24 [(-122.2674,37.246),(-122.2673,37.248),(-122.267,37.261),(-122.2668,37.271),(-122.2663,37.298),(-122.2659,37.315),(-122.2655,37.336),(-122.265007,37.35882),(-122.264443,37.37286),(-122.2641,37.381),(-122.2638,37.388),(-122.2631,37.396),(-122.2617,37.405),(-122.2615,37.407),(-122.2605,37.412)] -State Hwy 24 [(-122.2681,37.244),(-122.2679,37.248),(-122.2677,37.252)] -State Hwy 24 Ramp ((-122.2191,37.537),(-122.2197,37.535)) -State Hwy 24 Ramp ((-122.2204,37.536),(-122.2211,37.533)) -State Hwy 24 Ramp [(-122.2194,37.541),(-122.2197,37.535),(-122.2197,37.531)] -State Hwy 24 Ramp [(-122.2211,37.542),(-122.2211,37.533),(-122.2209,37.526)] -State Hwy 24 Ramp [(-122.2218,37.517),(-122.2214,37.507)] -State Hwy 24 Ramp [(-122.2224,37.497),(-122.2219,37.494),(-122.2215,37.492)] -State Hwy 24 Ramp [(-122.2279,37.486),(-122.2284,37.485)] -State Hwy 24 Ramp [(-122.2279,37.486),(-122.2305,37.498)] -State Hwy 24 Ramp [(-122.2286,37.478),(-122.2284,37.485)] -State Hwy 24 Ramp [(-122.2551,37.435),(-122.2568,37.436),(-122.2585,37.428),(-122.259722,37.42438),(-122.260592,37.4218),(-122.2612,37.42)] -State Hwy 24 Ramp [(-122.257,37.433),(-122.258,37.427)] -State Hwy 24 Ramp [(-122.2605,37.412),(-122.2601,37.412),(-122.2599,37.412),(-122.2586,37.413)] -State Hwy 24 Ramp [(-122.2623,37.409),(-122.2614,37.411),(-122.260282,37.41626),(-122.258,37.427)] -State Hwy 24 Ramp [(-122.2657,37.351),(-122.2665,37.36)] -State Hwy 24 Ramp [(-122.266,37.348),(-122.2661,37.35),(-122.2668,37.35)] -State Hwy 24 Ramp [(-122.2677,37.252),(-122.2674,37.258),(-122.2671,37.263),(-122.2672,37.267),(-122.2673,37.272)] -State Hwy 84 [(-121.7673,37.82),(-121.7664,37.828),(-121.7654,37.835),(-121.765,37.837)] -State Hwy 84 [(-121.9565,37.898),(-121.956589,37.89911),(-121.9569,37.903),(-121.956,37.91),(-121.9553,37.919)] -State Hwy 84 [(-121.9725,37.749),(-121.972151,37.75144),(-121.9715,37.756),(-121.9706,37.762),(-121.9692,37.778),(-121.9673,37.793),(-121.9637,37.813),(-121.9637,37.854),(-121.9576,37.891)] -State Hwy 84 [(-122.0484,37.539),(-122.0443,37.564),(-122.0423,37.577)] -State Hwy 84 [(-122.0484,37.539),(-122.0514,37.52),(-122.051557,37.51906),(-122.0544,37.502)] -State Hwy 84 [(-122.0671,37.426),(-122.0658,37.432)] -State Hwy 84 [(-122.0671,37.426),(-122.07,37.402),(-122.074,37.37),(-122.0773,37.338)] -State Hwy 84 Ramp [(-122.0544,37.502),(-122.052622,37.50902),(-122.0506,37.517),(-122.0484,37.539)] -State Hwy 92 [(-122.1085,37.326),(-122.1095,37.322),(-122.1111,37.316),(-122.1119,37.313),(-122.1125,37.311),(-122.1131,37.308),(-122.1167,37.292),(-122.1187,37.285),(-122.12,37.28)] -State Hwy 92 Ramp ((-122.1091,37.328),(-122.1101,37.332)) -State Hwy 92 Ramp [(-122.099,37.368),(-122.0994,37.363)] -State Hwy 92 Ramp [(-122.1086,37.321),(-122.1089,37.315),(-122.1111,37.316)] -State Hwy 92 Ramp [(-122.1091,37.328),(-122.1101,37.332),(-122.1101,37.327),(-122.1095,37.322)] -State Hwy 92 Ramp [(-122.1167,37.292),(-122.1185,37.295),(-122.1191,37.298)] -State Hwy 92 Ramp [(-122.1187,37.285),(-122.1186,37.292),(-122.1193,37.29)] -State Hwy 92 Ramp [(-122.12,37.28),(-122.1207,37.269),(-122.1204,37.27)] -State Hwy 92 Ramp [(-122.1204,37.267),(-122.123,37.271)] -Staten Ave [(-122.2533,37.103),(-122.2534,37.094)] -Stearns Ave [(-122.1564,37.533),(-122.1533,37.512)] -Steele St [(-122.188,37.892),(-122.1874,37.886)] -Steinmetz Way [(-122.1979,37.061),(-122.1976,37.051)] -Stella St [(-122.14272,37.4824),(-122.1418,37.469)] -Stenhammer Dr [(-121.9612,37.84),(-121.9607,37.826)] -Sterne Pl [(-122.0318,37.838),(-122.0327,37.835)] -Steuben Ct [(-121.9547,37.227),(-121.9553,37.225)] -Stevens St [(-122.0718,37.999),(-122.0707,37.999)] -Stevenson Blvd [(-121.9758,37.367),(-121.9782,37.334)] -Stevenson Blvd [(-121.982964,37.27715),(-121.983567,37.27017)] -Stewart Ave [(-121.9797,37.174),(-121.9821,37.149)] -Stoakes Ave [(-122.161722,37.31574),(-122.16195,37.31467)] -Stonedale Dr [(-121.9171,37.877),(-121.9173,37.882)] -Stonehenge Road [(-122.037162,37.84679),(-122.0377,37.841)] -Stoneridge Dr [(-121.894,37.919),(-121.8902,37.925)] -Stoneridge Dr [(-121.9082,37.905),(-121.9089,37.904)] -Stoneridge Mall Road [(-121.9274,37.926),(-121.925,37.925)] -Stoneridge Mall Road [(-121.9287,37.963),(-121.9283,37.941)] -Stonewall Ave [(-122.1076,37.568),(-122.1067,37.554)] -Stony Brook [(-121.9429,37.244),(-121.9432,37.21)] -Storer Ave [(-122.1944,37.852),(-122.1934,37.854)] -Stow Ave [(-122.2508,37.042),(-122.2491,37.043)] -Strang Ave [(-122.1087,37.034),(-122.1076,37.037)] -Stratford Ave [(-121.9696,37.271),(-121.9732,37.254)] -Stratton Common [(-121.983399,37.43226),(-121.983217,37.43097)] -Stream [(-121.574573,37.54948),(-121.574039,37.57213)] -Stream [(-121.648853,37.05723),(-121.651539,37.14924)] -Strobridge Ave [(-122.0884,37.911),(-122.0882,37.908)] -Strong Way [(-122.102446,37.04885),(-122.101424,37.05337)] -Stuart St [(-122.2518,37.6),(-122.2507,37.601),(-122.2491,37.606)] -Stuart St [(-122.2554,37.601),(-122.2541,37.602)] -Suddard Ct [(-121.9057,37.823),(-121.9064,37.822)] -Sueirro St [(-122.1113,37.628),(-122.1121,37.627)] -Suffolk Way [(-121.8699,37.932),(-121.8732,37.92)] -Sulphur Dr [(-122.0517,37.719),(-122.0506,37.715)] -Sulphur Creek [(-122.058701,37.76216),(-122.0609,37.772)] -Sulphur Creek [(-122.0655,37.766),(-122.0659,37.764)] -Sumatra St [(-122.0743,37.277),(-122.0751,37.276)] -Summit Road [(-122.2464,37.816),(-122.2447,37.82)] -Summit Road [(-122.2479,37.874),(-122.2478,37.87)] -Sun Valley Dr [(-122.1174,37.493),(-122.1173,37.488)] -Sun Valley Dr [(-122.1191,37.47),(-122.1201,37.465)] -Sundale Dr [(-121.976,37.481),(-121.9776,37.464)] -Sundale Dr [(-121.982028,37.41595),(-121.98231,37.41254)] -Sundale Dr [(-121.9836,37.315),(-121.9809,37.301)] -Sundale Dr [(-121.9868,37.342),(-121.9867,37.338)] -Sundance Dr [(-121.9113,37.988),(-121.9097,37.992)] -Sundberg Ave [(-122.1667,37.119),(-122.1659,37.116)] -Sunnybank Pl [(-122.051879,37.78503),(-122.052,37.782)] -Sunnydale Ct [(-122.0429,37.203),(-122.0429,37.2)] -Sunnyhills Road [(-122.2257,37.111),(-122.2246,37.114)] -Sunnymere Ave [(-122.1681,37.776),(-122.1672,37.77)] -Sunnymere Ave [(-122.1707,37.791),(-122.1699,37.786)] -Sunnymere Ave [(-122.1729,37.803),(-122.1718,37.795)] -Sunnyside Ave [(-122.2469,37.232),(-122.2453,37.221)] -Sunnyside St [(-122.1564,37.386),(-122.1559,37.38)] -Sunnyside St [(-122.1611,37.462),(-122.1604,37.453)] -Sunol Blvd [(-121.8805,37.447),(-121.8807,37.422)] -Sunol Road [(-122.1254,37.671),(-122.1254,37.666)] -Sunol Ridge Trl [(-121.9419,37.455),(-121.9345,37.38)] -Sunrise Dr [(-121.7347,37.066),(-121.7343,37.069)] -Sunset Ave [(-122.2176,37.901),(-122.2173,37.908)] -Sunset Blvd [(-122.0899,37.779),(-122.0888,37.788)] -Sunset Blvd [(-122.0932,37.755),(-122.0921,37.761)] -Sunset Blvd [(-122.0944,37.75),(-122.0941,37.751)] -Sunset Trl [(-122.2375,37.574),(-122.2372,37.571)] -Sunshine Pl [(-122.097403,37.11209),(-122.096541,37.11436)] -Sunstream Lane [(-121.7345,37.059),(-121.7347,37.066)] -Sunwood Dr [(-121.9332,37.113),(-121.9335,37.132)] -Superior Ave [(-122.142,37.324),(-122.1422,37.315)] -Superior Dr [(-121.7724,37.543),(-121.7727,37.543)] -Surry Pl [(-122.0052,37.685),(-122.006,37.679)] -Sussex Way [(-122.0657,37.227),(-122.0669,37.222),(-122.0673,37.219)] -Suter St [(-122.2009,37.89),(-122.2007,37.888)] -Suter St [(-122.2072,37.94),(-122.2061,37.931)] -Sutter Dr [(-121.9893,37.359),(-121.987,37.35)] -Sutter Dr [(-121.9951,37.377),(-121.9943,37.373)] -Sutter Gate Ave [(-121.8838,37.866),(-121.8845,37.864)] -Sutton Loop [(-121.9994,37.586),(-121.9981,37.576)] -Swan Dr [(-121.7996,37.845),(-121.7991,37.834)] -Sybil Ave [(-122.1443,37.213),(-122.1435,37.215)] -Sycamore Ave [(-122.0759,37.633),(-122.0752,37.636)] -Sycamore Ave [(-122.0826,37.609),(-122.0818,37.606)] -Sycamore St [(-122.0361,37.294),(-122.0354,37.291)] -Sycamore St [(-122.2715,37.16),(-122.2739,37.163)] -Sydney Ave [(-121.7678,37.636),(-121.7669,37.636)] -Sydney Cir [(-122.098211,37.07652),(-122.09723,37.06547)] -Sylvan Glen [(-122.065238,37.685),(-122.065615,37.67879)] -Sylvaner Dr [(-121.8475,37.61),(-121.8482,37.607)] -Sylvaner Way [(-121.907301,37.67596),(-121.908111,37.67419)] -Sylvester Dr [(-122.041,37.815),(-122.0405,37.812)] -Sylvia Cir [(-121.860125,37.6435),(-121.8603,37.64325)] -Tacchella Way [(-121.994785,37.62496),(-121.994311,37.61417)] -Tahiti Lane [(-122.2411,37.343),(-122.240607,37.3499),(-122.2401,37.357)] -Talbot Ave [(-122.2925,37.847),(-122.2925,37.843)] -Talbot Ave [(-122.2967,37.989),(-122.2964,37.975),(-122.2959,37.959)] -Tallahassee St [(-122.0989,37.352),(-122.1012,37.345)] -Tamalpais Path [(-122.2596,37.866),(-122.2599,37.872)] -Tamalpais Road [(-122.2593,37.836),(-122.2588,37.842)] -Tamarack Dr [(-121.9207,37.159),(-121.922,37.155)] -Tamarack Dr [(-121.9255,37.155),(-121.9266,37.156)] -Tamarack Dr [(-121.9304,37.16),(-121.9313,37.163)] -Tamarack Dr [(-121.932412,37.17516),(-121.9327,37.179)] -Tamayo St [(-122.0184,37.732),(-122.019,37.729)] -Tamayo St [(-122.0201,37.723),(-122.0204,37.72)] -Tampa Ave [(-122.0747,37.327),(-122.0747,37.314),(-122.0746,37.308)] -Tanager Dr [(-121.8775,37.831),(-121.8778,37.838)] -Tanglewood Path [(-122.2431,37.628),(-122.2427,37.626)] -Tarraville Creek [(-121.52544,37.95569),(-121.525089,37.948)] -Tarraville Creek [(-121.528505,37.9837),(-121.528147,37.97997)] -Tarraville Creek [(-121.53429,37.98943),(-121.532627,37.98722)] -Tarraville Creek [(-121.536091,37.99721),(-121.536763,37)] -Tarraville Creek Road [(-121.52582,37.96459),(-121.525715,37.96296)] -Tarraville Creek Road [(-121.530642,37.9828),(-121.530608,37.98278)] -Tartarian St [(-122.1774,37.35),(-122.1768,37.352)] -Tassajara Road [(-121.8709,37.099),(-121.8713,37.048)] -Tassajara Creek [(-121.87866,37.98898),(-121.8782,37.015)] -Tassajara Creek [(-121.8862,37.901),(-121.8847,37.924)] -Taurus Ave [(-122.2159,37.416),(-122.2128,37.389)] -Taylor Ave [(-122.0547,37.245),(-122.0541,37.241),(-122.0535,37.237)] -Taylor Ave [(-122.280873,37.72975),(-122.280388,37.72958)] -Teakwood St [(-122.1109,37.58),(-122.1104,37.574)] -Technology Dr [(-121.9539,37.109),(-121.9536,37.099)] -Telegraph Ave [(-122.2581,37.635),(-122.2583,37.625)] -Telegraph Ave [(-122.2585,37.616),(-122.2586,37.607)] -Telegraph Ave [(-122.2589,37.588),(-122.2591,37.578)] -Telegraph Ave [(-122.2594,37.547),(-122.2596,37.541)] -Telegraph Ave [(-122.2614,37.411),(-122.2613,37.414)] -Telegraph Ave [(-122.2618,37.384),(-122.261742,37.38806)] -Telegraph Ave [(-122.2625,37.353),(-122.2623,37.361)] -Telegraph Ave [(-122.2647,37.266),(-122.2647,37.274)] -Telegraph Ave [(-122.2679,37.147),(-122.2678,37.149)] -Telegraph Ave [(-122.2688,37.109),(-122.2686,37.114)] -Telegraph Ave [(-122.2693,37.089),(-122.2691,37.096)] -Telegraph Ave [(-122.2699,37.067),(-122.2697,37.074)] -Temescal Cir [(-122.282639,37.36326),(-122.28206,37.3665)] -Temescal Creek [(-122.284945,37.36017),(-122.2855,37.359)] -Temescal Creek [(-122.2922,37.344),(-122.2937,37.341)] -Tennyson Road [(-122.056941,37.35835),(-122.0562,37.36)] -Tennyson Road [(-122.0605,37.352),(-122.0602,37.354)] -Tennyson Road [(-122.062,37.345),(-122.0625,37.343)] -Tennyson Road [(-122.0682,37.318),(-122.0685,37.317)] -Tennyson Road [(-122.0891,37.317),(-122.0927,37.317)] -Tennyson Road [(-122.1035,37.272),(-122.1041,37.268)] -Terrace St [(-122.2539,37.299),(-122.2523,37.321)] -Terrace Walk [(-122.2719,37.89),(-122.2705,37.884)] -Tesla Road [(-121.570042,37.38752),(-121.573978,37.37661)] -Tesla Road [(-121.588398,37.4085),(-121.596897,37.4397)] -Tesla Road [(-121.613819,37.51806),(-121.62334,37.46389)] -Tesla Road [(-121.646458,37.4545),(-121.646946,37.45847)] -Tesla Road [(-121.6705,37.607),(-121.667684,37.55608)] -Tesla Road [(-121.6774,37.632),(-121.675,37.633)] -Tevis St [(-122.2011,37.621),(-122.2007,37.616)] -Tevlin St [(-122.2866,37.83),(-122.2871,37.819)] -Texas St [(-122.2087,37.942),(-122.2076,37.937)] -Thackeray Ave [(-122.072,37.305),(-122.0715,37.298)] -The Cir [(-122.2721,37.904),(-122.2718,37.905)] -The Cres [(-122.2534,37.945),(-122.254,37.941)] -The Alameda [(-122.2749,37.863),(-122.2744,37.855)] -The Alameda [(-122.276,37.89),(-122.2759,37.882)] -The Alameda [(-122.2765,37.916),(-122.2762,37.902)] -The Alameda [(-122.2805,37.996),(-122.2808,37.988)] -The South Crossways [(-122.2442,37.529),(-122.2443,37.522)] -The Uplands [(-122.2477,37.545),(-122.246,37.543),(-122.245,37.538)] -Theresa Way [(-121.7273,37.877),(-121.7272,37.868)] -Theresa Way [(-121.7289,37.906),(-121.728,37.899)] -Theta St [(-122.0181,37.565),(-122.018394,37.56324)] -Theta St [(-122.0197,37.553),(-122.02,37.55)] -Thomas Ave [(-122.2487,37.375),(-122.2479,37.39)] -Thornhill Dr [(-122.204,37.39),(-122.201,37.389)] -Thornhill Dr [(-122.2131,37.335),(-122.2112,37.35)] -Thornton Ave [(-122.0036,37.671),(-122.0048,37.66)] -Thornton Ave [(-122.0068,37.644),(-122.0083,37.63)] -Thornton Ave [(-122.0127,37.583),(-122.0132,37.575)] -Thornton Ave [(-122.0164,37.537),(-122.0175,37.523)] -Thornton Ave [(-122.0211,37.477),(-122.0214,37.473)] -Thornton Ave [(-122.0291,37.379),(-122.03,37.37)] -Thornton Ave [(-122.0636,37.335),(-122.0626,37.303)] -Thornton St [(-122.1505,37.215),(-122.1526,37.206)] -Thornton St [(-122.1572,37.189),(-122.1576,37.188)] -Thousand Oaks Blvd [(-122.2799,37.975),(-122.2779,37.972)] -Thousand Oaks Blvd [(-122.283,37.972),(-122.2824,37.974)] -Tidal Canal [(-122.2302,37.697),(-122.229,37.694)] -Tidal Canal [(-122.2428,37.791),(-122.2386,37.745)] -Tidewater Ave [(-122.2193,37.625),(-122.2174,37.609)] -Tideway Dr [(-122.2877,37.692),(-122.2854,37.704)] -Tiffin Road [(-122.2086,37.069),(-122.2076,37.07)] -Tilgrim Way [(-122.0831,37.211),(-122.084,37.211)] -Timber St [(-122.0175,37.38),(-122.0139,37.362)] -Timbercreek Ter [(-121.9527,37.351),(-121.952496,37.35039)] -Timpanogas Cir [(-121.963,37.752),(-121.962723,37.74924)] -Tina Way [(-122.0322,37.185),(-122.0305,37.196)] -Tinder Ct [(-122.0496,37.109),(-122.0488,37.12)] -Tioga Ct [(-121.847804,37.6667),(-121.848197,37.66978)] -Tissiack Way [(-121.920364,37),(-121.9208,37.995)] -Toler Ave [(-122.1575,37.269),(-122.1593,37.261)] -Tonopah Ct [(-121.914,37.684),(-121.9138,37.682)] -Topawa Dr [(-121.9204,37.878),(-121.9197,37.88)] -Toroges Creek [(-121.9217,37.808),(-121.922457,37.80485)] -Toroges Creek [(-121.925,37.795),(-121.9268,37.789)] -Torrano Ave [(-122.0685,37.547),(-122.0679,37.551)] -Tory Way [(-121.9162,37.139),(-121.917,37.132)] -Totterdell St [(-122.187,37.228),(-122.1864,37.224)] -Touriga Dr [(-121.8512,37.611),(-121.851283,37.60893)] -Touriga Dr [(-121.8512,37.644),(-121.8511,37.648)] -Touriga Dr [(-121.8521,37.566),(-121.8523,37.559)] -Towers St [(-122.1296,37.096),(-122.1286,37.089)] -Toyon Pl [(-122.0469,37.951),(-122.0464,37.953)] -Tozier St [(-122.0502,37.394),(-122.0497,37.39)] -Trade Wind Lane [(-121.9887,37.294),(-121.9891,37.288)] -Trafalgar Ave [(-122.1036,37.369),(-122.1043,37.375)] -Treeview St [(-122.0379,37.267),(-122.0375,37.262)] -Treeview St [(-122.039,37.282),(-122.0387,37.278)] -Tremont St [(-122.267,37.503),(-122.2672,37.514)] -Trenery Dr [(-121.866449,37.88045),(-121.866515,37.88044)] -Trenton Dr [(-122.0655,37.155),(-122.0647,37.142)] -Trestle Glen Road [(-122.221239,37.12059),(-122.2207,37.125),(-122.2201,37.133)] -Trimingham Dr [(-121.871338,37.76396),(-121.872239,37.76736)] -Trojan Ave [(-122.144,37.868),(-122.1446,37.867)] -Trojan Ave [(-122.1467,37.864),(-122.1483,37.862)] -Trojan Ave [(-122.1514,37.858),(-122.1522,37.857)] -Trombas Ave [(-122.1428,37.217),(-122.1425,37.211)] -Tropicana Way [(-122.0492,37.892),(-122.050057,37.88256),(-122.0513,37.874)] -Truman Pl [(-121.9933,37.285),(-121.9938,37.279)] -Tudor Road [(-122.1808,37.216),(-122.1801,37.216)] -Tulare Ave [(-122.2811,37.889),(-122.2816,37.868)] -Tule Lake Lane [(-122.0568,37.871),(-122.0559,37.866)] -Tulip Ave [(-122.1901,37.881),(-122.1898,37.877)] -Tumbleweed Ct [(-122.0715,37.906),(-122.0718,37.908)] -Tunnel Road [(-122.2382,37.555),(-122.2374,37.553)] -Tunnel Road [(-122.2405,37.574),(-122.2402,37.57)] -Tunnel Road [(-122.2427,37.581),(-122.2414,37.579)] -Tunnel Creek [(-121.610752,37.58239),(-121.624698,37.83019)] -Tupelo Ter [(-122.059087,37.6113),(-122.057021,37.59942)] -Tupelo Ter [(-122.061851,37.62675),(-122.0606,37.62)] -Turban Ct [(-121.9737,37.141),(-121.9729,37.143)] -Turnstone Ct [(-121.7967,37.812),(-121.7967,37.814)] -Turquoise St [(-121.918671,37.20347),(-121.918562,37.20173)] -Twain Ave [(-122.2574,37.904),(-122.2563,37.907)] -Twin Peaks Ter [(-121.9785,37.427),(-121.9783,37.431)] -Tyee Ct [(-122.084,37.918),(-122.084,37.913)] -Tyler Lane [(-122.0674,37.157),(-122.066,37.146)] -Tyler Pl [(-121.9973,37.293),(-121.9986,37.289)] -Tyler St [(-122.2782,37.525),(-122.278041,37.52523)] -Tyrrell Ave [(-122.0709,37.334),(-122.0708,37.329)] -Tyrrell Ave [(-122.0751,37.441),(-122.0759,37.428)] -Ulmeca Pl [(-121.9129,37.786),(-121.9125,37.779)] -Underwood Ave [(-122.0823,37.477),(-122.0822,37.469)] -Underwood Ave [(-122.1852,37.828),(-122.1846,37.809)] -Union St [(-121.9578,37.334),(-121.9584,37.33)] -Union St [(-122.2527,37.731),(-122.2521,37.739)] -Union St [(-122.2555,37.689),(-122.2549,37.698)] -Union St [(-122.2579,37.654),(-122.2573,37.663)] -Union St [(-122.2839,37.21),(-122.2833,37.227)] -Union St [(-122.2854,37.164),(-122.2852,37.178),(-122.2844,37.195)] -Union St [(-122.2862,37.14),(-122.2858,37.152)] -Union St [(-122.2881,37.092),(-122.2876,37.107)] -Union St [(-122.2898,37.042),(-122.2897,37.044)] -Union City Blvd [(-122.0674,37.657),(-122.0669,37.654)] -Union City Blvd [(-122.078284,37.74531),(-122.078001,37.74022)] -Union City Blvd [(-122.0791,37.76),(-122.0786,37.751)] -Union City Blvd [(-122.0795,37.923),(-122.0797,37.907)] -Union City Blvd [(-122.0797,37.883),(-122.0797,37.878)] -Union City Blvd [(-122.0797,37.964),(-122.0797,37.959)] -Union City Blvd [(-122.0805,37.986),(-122.0804,37.972)] -University Ave [(-122.2711,37.718),(-122.27,37.719)] -University Dr [(-122.0275,37.971),(-122.0264,37.97)] -Upton Ave [(-122.1298,37.99),(-122.1297,37.984)] -Urban St [(-121.9714,37.412),(-121.971,37.41)] -Usher St [(-122.1276,37.885),(-122.1275,37.865)] -Utah St [(-121.8591,37.68),(-121.8584,37.682)] -Vaca Dr [(-121.9531,37.448),(-121.9531,37.442)] -Val St [(-121.9739,37.325),(-121.9746,37.324)] -Valita Dr [(-122.1417,37.192),(-122.141,37.195)] -Valle Vista Ave [(-122.246,37.162),(-122.2461,37.168)] -Vallecitos Road [(-121.7875,37.454),(-121.7856,37.463),(-121.7822,37.482)] -Vallecitos Road [(-121.8177,37.142),(-121.836,37.053)] -Vallecitos Road [(-121.8631,37.951),(-121.868,37.93)] -Vallecitos Road [(-121.8699,37.916),(-121.8703,37.891)] -Vallecitos Creek [(-121.8423,37.033),(-121.8379,37.094)] -Vallejo St [(-121.9718,37.765),(-121.9719,37.769)] -Vallejo St [(-122.2869,37.46),(-122.2872,37.466)] -Valley Ave [(-121.8591,37.733),(-121.8628,37.76)] -Valley Ave [(-121.8673,37.761),(-121.8677,37.76)] -Valley Ave [(-121.887,37.767),(-121.8878,37.767),(-121.8888,37.767)] -Valley Ave [(-121.8962,37.644),(-121.89632,37.6086),(-121.896359,37.59716)] -Valley Dr [(-121.863815,37.76063),(-121.8644,37.761)] -Valley Dr [(-121.8967,37.761),(-121.8982,37.746)] -Valley Dr [(-121.897701,37.6866),(-121.8972,37.677),(-121.89692,37.66207)] -Valley St [(-122.17,37.16),(-122.1707,37.158)] -Valley Brook Ct [(-122.0479,37.871),(-122.0478,37.867)] -Valley Trails Dr [(-121.9038,37.75),(-121.9029,37.754)] -Valley Trails Dr [(-121.9066,37.776),(-121.9075,37.775),(-121.9084,37.774)] -Valley Trails Dr [(-121.908,37.739),(-121.9075,37.739)] -Valley Trails Dr [(-121.9098,37.756),(-121.91,37.753)] -Valpey Park Ave [(-121.9748,37.188),(-121.9756,37.186)] -Van Ave [(-122.1212,37.142),(-122.1206,37.128)] -Van Buren Ave [(-122.2521,37.111),(-122.2512,37.113)] -Van Mourik Ave [(-122.1718,37.795),(-122.1716,37.801)] -Vancouver Way [(-121.7753,37.665),(-121.7742,37.666)] -Vancouver Way [(-121.7775,37.667),(-121.7768,37.666)] -Vanda Way [(-121.9989,37.807),(-121.9993,37.8)] -Vanderbilt St [(-122.039,37.254),(-122.0386,37.243)] -Vane Common [(-122.056732,37.54797),(-122.056633,37.54543)] -Vargas Road [(-121.9161,37.512),(-121.9165,37.504)] -Vasco Road [(-121.717311,37.99316),(-121.7174,37.971)] -Vasco Road [(-121.7177,37.70674),(-121.7177,37.68228)] -Vasco Road [(-121.7217,37.062),(-121.72,37.039)] -Vasco Road [(-121.7229,37.093),(-121.7228,37.089)] -Vasco Road [(-121.7231,37.108),(-121.7232,37.114)] -Vasco Road [(-121.737,37.725),(-121.7282,37.489)] -Vasquez Ct [(-122.0252,37.029),(-122.025392,37.02756)] -Vassar Ave [(-122.1245,37.952),(-122.1246,37.945)] -Vaughn Ave [(-121.7118,37.061),(-121.7074,37.08)] -Vaughn Ave [(-122.0802,37.053),(-122.0801,37.026)] -Vegas Ave [(-122.075906,37.8929),(-122.0726,37.894)] -Ventura Ave [(-122.2832,37.864),(-122.283509,37.8555)] -Vera Ave [(-122.1318,37.984),(-122.1317,37.977)] -Verdemar Dr [(-122.2454,37.333),(-122.2453,37.335)] -Vergil St [(-122.0685,37.886),(-122.0681,37.88)] -Vermont St [(-122.2424,37.16),(-122.2415,37.168)] -Vernetti Way [(-122.064379,37.90817),(-122.063821,37.90117)] -Vernon Ave [(-122.0039,37.383),(-122.006,37.358)] -Vernon St [(-122.2509,37.179),(-122.2503,37.184)] -Verona Ave [(-121.7808,37.721),(-121.7801,37.721)] -Versailles Ave [(-122.2383,37.577),(-122.2374,37.589)] -Via Alamitos [(-122.1302,37.675),(-122.13,37.668)] -Via Alamitos [(-122.1302,37.704),(-122.1303,37.697)] -Via Amigos [(-122.1406,37.731),(-122.1424,37.722)] -Via Annette [(-122.1389,37.65),(-122.1388,37.631)] -Via Arriba [(-122.122,37.712),(-122.1216,37.702)] -Via Arroyo [(-122.1256,37.835),(-122.1236,37.823)] -Via Barrett [(-122.1495,37.736),(-122.1503,37.733)] -Via Bellita [(-122.121893,37.82393),(-122.12257,37.81959)] -Via Buena Vista [(-122.1366,37.652),(-122.1374,37.651)] -Via Carmen [(-122.1401,37.674),(-122.1397,37.65)] -Via Chiquita [(-122.1321,37.693),(-122.1319,37.681)] -Via Chiquita [(-122.1322,37.708),(-122.1321,37.702)] -Via Chiquita [(-122.1337,37.731),(-122.1333,37.724)] -Via Cordoba [(-122.1246,37.853),(-122.1239,37.853)] -Via de Los Cerros [(-121.901117,37.7212),(-121.900094,37.71647)] -Via de Los Milagros [(-121.8982,37.746),(-121.8975,37.743)] -Via del Prado [(-122.135,37.797),(-122.1339,37.78)] -Via del Sol [(-121.7899,37.624),(-121.7901,37.615)] -Via Diego [(-122.118617,37.81903),(-122.1194,37.814)] -Via el Cerrito [(-122.1337,37.691),(-122.1336,37.676)] -Via Enrico [(-122.1379,37.82),(-122.1389,37.818)] -Via Enrico [(-122.139846,37.81379),(-122.1407,37.81)] -Via Escondido [(-122.1409,37.747),(-122.141278,37.74521)] -Via Escondido [(-122.142774,37.73812),(-122.143583,37.73429)] -Via Esperanza [(-122.1273,37.676),(-122.1302,37.675)] -Via Frances [(-122.1387,37.68),(-122.1386,37.666)] -Via Granada [(-122.121893,37.82393),(-122.1217,37.822)] -Via Harriet [(-122.1474,37.709),(-122.1473,37.691),(-122.1456,37.674)] -Via Hermana [(-122.1433,37.791),(-122.1442,37.786)] -Via la Jolla [(-122.1346,37.699),(-122.1345,37.691)] -Via Lacqua [(-122.1463,37.734),(-122.1471,37.73)] -Via Lucas [(-122.1381,37.71),(-122.1396,37.71)] -Via Manzanas [(-122.1248,37.761),(-122.1265,37.753)] -Via Matero [(-122.116,37.806),(-122.1175,37.797)] -Via Montalvo [(-121.7867,37.962),(-121.7861,37.967)] -Via Natal [(-122.1434,37.684),(-122.1441,37.68)] -Via Natal [(-122.1449,37.677),(-122.1456,37.674)] -Via Nueva [(-122.1461,37.743),(-122.1456,37.738)] -Via Paro [(-122.129,37.78),(-122.1276,37.757)] -Via Peralta [(-121.8941,37.729),(-121.8938,37.726)] -Via Perdido [(-122.1295,37.741),(-122.1281,37.727)] -Via Pinale [(-122.1333,37.793),(-122.1315,37.773)] -Via Primero [(-122.1223,37.774),(-122.1211,37.755)] -Via Redondo [(-122.141,37.7),(-122.1423,37.707)] -Via Rodriguez [(-122.1234,37.809),(-122.1233,37.806)] -Via Segundo [(-122.1207,37.778),(-122.1189,37.765)] -Via Tovita [(-122.1336,37.64),(-122.1356,37.638)] -Via Vega [(-122.1388,37.837),(-122.1389,37.818)] -Via Verde [(-122.1165,37.788),(-122.1175,37.782)] -Via Vista [(-122.1364,37.745),(-122.1391,37.735)] -Via Zapata [(-121.9434,37.147),(-121.9441,37.161)] -Vicente Pl [(-122.2329,37.572),(-122.232,37.578)] -Vicente St [(-122.2598,37.427),(-122.2598,37.432)] -Victor Ave [(-122.1914,37.972),(-122.1901,37.964)] -Victor Ave [(-122.1922,37.987),(-122.1918,37.981)] -Victoria Ave [(-122.0739,37.905),(-122.0759,37.903)] -Victoria Lane [(-121.663807,37.54316),(-121.663944,37.56139)] -Victoria Bay [(-122.2363,37.399),(-122.2365,37.393)] -Victory Dr [(-122.1091,37.635),(-122.109281,37.6426)] -View Dr [(-122.1364,37.276),(-122.1295,37.271)] -View Crest Ct [(-122.165164,37.82551),(-122.164162,37.826)] -Village Dr [(-122.0773,37.967),(-122.0766,37.967)] -Village Pkwy [(-121.9256,37.098),(-121.9267,37.113)] -Villareal Dr [(-122.019699,37.15004),(-122.018295,37.15912)] -Villareal Dr [(-122.0204,37.147),(-122.0217,37.142)] -Villareal Dr [(-122.022433,37.10266),(-122.023425,37.09294)] -Vine St [(-121.8603,37.64036),(-121.8601,37.64044)] -Vine St [(-122.2755,37.793),(-122.2743,37.794)] -Vineyard Ave [(-121.8463,37.647),(-121.846448,37.64711)] -Vineyard Ave [(-121.8524,37.648),(-121.8511,37.648)] -Vineyard Ave [(-121.853754,37.648),(-121.853805,37.648)] -Vineyard Road [(-121.919,37.056),(-121.9128,37.069)] -Vineyard Road [(-122.0878,37.2),(-122.0877,37.191)] -Virginia St [(-122.0748,37.47),(-122.0697,37.477)] -Virginia St [(-122.2582,37.78),(-122.2565,37.782),(-122.2557,37.784)] -Virginia St [(-122.2751,37.756),(-122.2739,37.759)] -Virgo Road [(-122.2152,37.415),(-122.2146,37.435)] -Vista Ct [(-121.755,37.84),(-121.7551,37.838)] -Vista del Plaza Lane [(-122.0834,37.809),(-122.0829,37.804)] -Vistamont Ave [(-122.265432,37.0356),(-122.2643,37.029)] -Vivian St [(-122.0831,37.895),(-122.082,37.895)] -Vomac Road [(-121.9367,37.166),(-121.937,37.173)] -Wadsworth Ct [(-121.97,37.249),(-121.9708,37.241)] -Wagner St [(-122.1254,37.959),(-122.1245,37.952)] -Wagoner Dr [(-121.784,37.67),(-121.784,37.663)] -Walker Ave [(-122.2437,37.153),(-122.2433,37.161)] -Walker Pl [(-121.7692,37.537),(-121.7693,37.544)] -Wall St [(-121.7904,37.776),(-121.7893,37.767)] -Walnut Ave [(-121.9689,37.601),(-121.969899,37.59434)] -Walnut Ave [(-121.9804,37.471),(-121.9817,37.456)] -Walnut Ave [(-121.983083,37.44159),(-121.983361,37.43869)] -Walnut St [(-121.769,37.877),(-121.7683,37.88)] -Walnut St [(-121.774,37.863),(-121.7728,37.866)] -Walnut St [(-122.0425,37.262),(-122.0417,37.246)] -Walnut St [(-122.1913,37.734),(-122.1909,37.729)] -Walnut St [(-122.1948,37.763),(-122.1923,37.742)] -Walnut St [(-122.2442,37.682),(-122.2437,37.69)] -Walnut St [(-122.2465,37.648),(-122.2459,37.658)] -Walnut St [(-122.2489,37.613),(-122.2483,37.622)] -Walnut St [(-122.2675,37.804),(-122.2672,37.785)] -Walpert St [(-122.07476,37.6893),(-122.073488,37.69487)] -Warbler Loop [(-122.0601,37.813),(-122.0597,37.793)] -Ward St [(-122.2838,37.575),(-122.2827,37.575)] -Ward Creek [(-122.0568,37.644),(-122.058701,37.64815)] -Ward Creek [(-122.0717,37.679),(-122.077,37.657)] -Ward Creek Branch [(-122.0615,37.62),(-122.069914,37.64417)] -Warfield Ave [(-122.2403,37.16),(-122.2382,37.178)] -Warfield Ave [(-122.2404,37.153),(-122.2402,37.157)] -Warfield Ave [(-122.244,37.124),(-122.2435,37.13)] -Warm Springs Blvd [(-121.9184,37.728),(-121.9168,37.703)] -Warm Springs Blvd [(-121.9209,37.769),(-121.9198,37.751)] -Warm Springs Blvd [(-121.9258,37.851),(-121.9247,37.833)] -Warm Springs Blvd [(-121.933956,37),(-121.9343,37.97)] -Warner Ave [(-122.0249,37.096),(-122.024,37.103)] -Warner Ave [(-122.1579,37.477),(-122.1571,37.482)] -Warren Ave [(-121.9285,37.866),(-121.9302,37.859)] -Warren Ave [(-121.9314,37.855),(-121.933,37.849)] -Warsaw Ave [(-121.7714,37.623),(-121.77064,37.6268)] -Warwick Pl [(-122.0498,37.647),(-122.0487,37.634)] -Warwick Road [(-122.0279,37.791),(-122.0282,37.787)] -Warwick Road [(-122.029,37.777),(-122.0298,37.768)] -Wasatch Dr [(-121.962,37.752),(-121.9623,37.756)] -Washburn Dr [(-121.9877,37.739),(-121.9881,37.728)] -Washington Ave [(-122.1378,37.897),(-122.1379,37.891)] -Washington Ave [(-122.1379,37.959),(-122.1379,37.954)] -Washington Ave [(-122.1491,37.154),(-122.149,37.151),(-122.1485,37.144)] -Washington Ave [(-122.1536,37.222),(-122.1534,37.217)] -Washington Ave [(-122.2912,37.932),(-122.2903,37.931)] -Washington Ave [(-122.301,37.919),(-122.3001,37.921)] -Washington Ave [(-122.3033,37.9),(-122.3023,37.905)] -Washington Blvd [(-121.9418,37.314),(-121.9422,37.314)] -Washington Blvd [(-121.9512,37.335),(-121.9522,37.335)] -Washington Blvd [(-121.9557,37.328),(-121.9584,37.33)] -Washington St [(-121.8615,37.684),(-121.8596,37.694)] -Washington St [(-122.2355,37.537),(-122.2347,37.532)] -Washington St [(-122.2378,37.553),(-122.237,37.548)] -Washington St [(-122.2405,37.568),(-122.24,37.566)] -Washington St [(-122.2772,37.965),(-122.2769,37.97)] -Washo Dr [(-121.9213,37.117),(-121.9204,37.114)] -Waterfall Isle [(-122.2699,37.668),(-122.2694,37.677)] -Waterford Pl [(-122.0472,37.026),(-122.0473,37.021)] -Watts St [(-122.2805,37.28),(-122.2804,37.285)] -Waverly Way [(-121.7634,37.94),(-121.762632,37.94055)] -Webb Ave [(-122.0975,37.89),(-122.0971,37.894)] -Webster St [(-122.0593,37.39),(-122.0587,37.393)] -Webster St [(-122.2474,37.563),(-122.2461,37.562)] -Webster St [(-122.2595,37.33),(-122.2596,37.337)] -Webster St [(-122.2599,37.305),(-122.2596,37.313)] -Webster St [(-122.2643,37.145),(-122.2642,37.152)] -Webster St [(-122.2691,37.026),(-122.2687,37.033)] -Webster St [(-122.2703,37.005),(-122.2699,37.011)] -Webster St [(-122.2724,37.97),(-122.272,37.977)] -Webster St [(-122.2752,37.925),(-122.2746,37.936)] -Webster St [(-122.276,37.775),(-122.276,37.785)] -Webster St [(-122.276,37.809),(-122.276,37.841)] -Webster St [(-122.276,37.903),(-122.276,37.913)] -Welch Creek [(-121.8107,37.349),(-121.8012,37.397)] -Welch Creek Road [(-121.7695,37.386),(-121.7737,37.413)] -Welch Creek Road [(-121.7895,37.36),(-121.7717,37.218)] -Welch Creek Road [(-121.844,37.37),(-121.8289,37.315)] -Weld St [(-122.1827,37.64),(-122.181,37.623)] -Welk Com [(-122.036356,37.86914),(-122.036265,37.8618)] -Wellington Pl [(-122.0242,37.628),(-122.0227,37.632)] -Wente St [(-121.7486,37.661),(-121.7486,37.65715)] -Wentworth Ave [(-122.1997,37.698),(-122.1986,37.698)] -Wesley Ave [(-122.2457,37.068),(-122.2446,37.078)] -Wesley Ave [(-122.2482,37.056),(-122.2476,37.059)] -West St [(-122.1066,37.48),(-122.108083,37.47375)] -West St [(-122.2719,37.243),(-122.2717,37.251)] -West St [(-122.2754,37.136),(-122.2751,37.141)] -West St [(-122.276,37.124),(-122.2756,37.131)] -West Loop Road [(-122.0576,37.604),(-122.0602,37.586)] -Westbrook Pl [(-121.7787,37.565),(-121.7784,37.564)] -Westchester St [(-122.031,37.135),(-122.0293,37.136)] -Western Ave [(-122.1365,37.049),(-122.1358,37.044)] -Western Blvd [(-122.1004,37.792),(-122.0983,37.778)] -Western Blvd [(-122.1043,37.819),(-122.1023,37.805)] -Western Pacific Railroad [(-121.628112,37.31406),(-121.628315,37.31524)] -Western Pacific Railroad [(-121.6953,37.215),(-121.6955,37.223)] -Western Pacific Railroad [(-121.95686,37.6508),(-121.9548,37.598)] -Western Pacific Railroad [(-122.0302,37.963),(-122.0302,37.99)] -Western Pacific Railroad Spur [(-122.0394,37.018),(-122.0394,37.961)] -Westminster Dr [(-122.2409,37.406),(-122.2391,37.413)] -Westover Dr [(-122.1985,37.286),(-122.1959,37.302)] -Westview Pl [(-122.2309,37.588),(-122.2303,37.585)] -Westwood Ave [(-122.0079,37.454),(-122.008033,37.45)] -Westwood Pl [(-122.0773,37.36),(-122.078,37.362)] -Whalebone Way [(-122.0592,37.244),(-122.059,37.242)] -Whimbrel Road [(-122.0439,37.832),(-122.0432,37.828)] -Whimbrel Road [(-122.045,37.842),(-122.0447,37.839)] -Whipple Road [(-122.0532,37.059),(-122.0576,37.059)] -Whipple Road [(-122.0676,37.055),(-122.0678,37.057),(-122.0752,37.057)] -Whispering Pine Ct [(-122.06,37.222),(-122.0608,37.226)] -Whitaker Ave [(-122.2555,37.909),(-122.2554,37.912)] -Whitecap Way [(-121.991567,37.28508),(-121.99096,37.28222)] -Whitlock Creek [(-121.74683,37.91276),(-121.733107,37)] -Whitman St [(-122.0633,37.399),(-122.063,37.392)] -Whitman St [(-122.072,37.54),(-122.0712,37.53)] -Whitney Pl [(-121.9168,37.703),(-121.9188,37.695)] -Wicks Blvd [(-122.1596,37.856),(-122.1578,37.833)] -Wicks Blvd [(-122.163486,37.97094),(-122.1632,37.966),(-122.1624,37.936)] -Wilbeam Ave [(-122.0759,37.936),(-122.076,37.932)] -Wilbur St [(-122.21,37.039),(-122.2093,37.034)] -Wild Current Way [(-122.1987,37.395),(-122.1993,37.402)] -Wildcat Ct [(-121.94693,37.08767),(-121.947193,37.08295)] -Wildcat Canyon Road [(-122.2628,37.035),(-122.264,37.041)] -Wildcat Canyon Road [(-122.2658,37.046),(-122.264,37.041)] -Wildwood Ave [(-122.2341,37.194),(-122.2328,37.199)] -Wiley St [(-122.1553,37.93),(-122.1548,37.921),(-122.1546,37.916)] -Willard Way [(-122.0871,37.169),(-122.0843,37.177)] -Williams St [(-122.1568,37.179),(-122.1577,37.175)] -Williams St [(-122.1634,37.151),(-122.164,37.148)] -Williams St [(-122.1649,37.143),(-122.1655,37.141)] -Willimet Way [(-122.0964,37.517),(-122.0949,37.493)] -Willow Ave [(-122.1012,37.748),(-122.1002,37.754)] -Willow Ave [(-122.16,37.961),(-122.1608,37.96)] -Willow St [(-122.0519,37.279),(-122.0517,37.275)] -Willow St [(-122.2459,37.711),(-122.2453,37.72)] -Willow St [(-122.2494,37.661),(-122.2487,37.67)] -Willow St [(-122.2516,37.627),(-122.251,37.635)] -Willow St [(-122.2559,37.567),(-122.2551,37.58)] -Willow St [(-122.2913,37.184),(-122.2901,37.198),(-122.2891,37.212)] -Willow St [(-122.2998,37.077),(-122.2996,37.081)] -Willow Walk [(-122.2364,37.572),(-122.23664,37.5678)] -Willowood Dr [(-122.0126,37.498),(-122.0096,37.483)] -Wilson Ave [(-122.0751,37.073),(-122.0727,37.07)] -Wilson Cir [(-122.246849,37.81463),(-122.2468,37.815)] -Winding Lane [(-121.931438,37.07849),(-121.9306,37.078)] -Windmill Ct [(-121.9163,37.948),(-121.9167,37.944)] -Windmill Lane [(-121.8688,37.531),(-121.8678,37.532)] -Windsor Dr [(-122.1125,37.071),(-122.1105,37.048)] -Windsor Dr [(-122.2303,37.673),(-122.2289,37.665)] -Windsor Pl [(-121.7781,37.521),(-121.7781,37.525)] -Windsor Way [(-121.7772,37.521),(-121.7762,37.521)] -Wingate Way [(-122.0652,37.838),(-122.0643,37.846)] -Winslow Ter [(-122.059185,37.53928),(-122.058347,37.5363)] -Winsor Ave [(-122.2356,37.203),(-122.2351,37.203)] -Winthrope St [(-122.1559,37.694),(-122.1548,37.678)] -Winton Ave [(-122.1151,37.533),(-122.1165,37.532)] -Winton Ave [(-122.1231,37.533),(-122.1231,37.53)] -Wisconsin St [(-122.1927,37.945),(-122.1921,37.94)] -Wisconsin St [(-122.1945,37.965),(-122.1939,37.959)] -Wisconsin St [(-122.1994,37.017),(-122.1975,37.998),(-122.1971,37.994)] -Wistaria Way [(-122.2251,37.182),(-122.2249,37.188)] -Wisteria Dr [(-121.9362,37.373),(-121.9363,37.367)] -Wisteria Dr [(-121.9369,37.398),(-121.9369,37.391)] -Wisteria Way [(-121.7322,37.118),(-121.7332,37.114)] -Wixon Dr [(-121.9613,37.199),(-121.9604,37.18)] -Wolcott Dr [(-121.9568,37.393),(-121.9564,37.389)] -Wood Dr [(-122.2194,37.28),(-122.2174,37.266)] -Wood St [(-121.762,37.839),(-121.7611,37.834)] -Wood St [(-122.2993,37.107),(-122.2988,37.113)] -Wood St [(-122.302,37.06),(-122.3019,37.066)] -Woodcrest Dr [(-121.9579,37.225),(-121.9589,37.224)] -Woodhaven Way [(-122.208,37.417),(-122.2045,37.411)] -Woodhue Ter [(-122.046987,37.6207),(-122.047212,37.62529)] -Woodridge Dr [(-122.0631,37.836),(-122.0616,37.82)] -Woodroe Ave [(-122.0536,37.855),(-122.0534,37.847)] -Woodroe Ave [(-122.0539,37.888),(-122.054,37.891)] -Woodruff Ave [(-122.2214,37.03),(-122.2206,37.057)] -Woolsey St [(-122.2553,37.538),(-122.2545,37.538)] -Wooster Ct [(-122.023499,37.15118),(-122.0237,37.147)] -Worth St [(-122.1903,37.362),(-122.1903,37.365)] -Worth St [(-122.1915,37.378),(-122.1916,37.379)] -Wp Railroad [(-121.7675,37.848),(-121.765632,37.85375),(-121.7636,37.86)] -Wp Railroad [(-121.7864,37.791),(-121.7761,37.822)] -Wp Railroad [(-121.813721,37.75618),(-121.8049,37.765)] -Wp Railroad [(-121.8346,37.733),(-121.8259,37.743)] -Wp Railroad [(-121.874759,37.65728),(-121.8727,37.665)] -Wp Railroad [(-121.8804,37.27),(-121.8806,37.272),(-121.88678,37.36528)] -Wp Railroad [(-121.882149,37.57458),(-121.8813,37.585)] -Wp Railroad [(-121.8861,37.94),(-121.8847,37.952)] -Wp Railroad [(-121.9304,37.856),(-121.9268,37.789)] -Wp Railroad [(-121.958612,37.67823),(-121.9581,37.67)] -Wp Railroad [(-122.0223,37.959),(-122.0211,37.949)] -Wp Railroad [(-122.0476,37.214),(-122.0473,37.196)] -Wp Railroad [(-122.0755,37.589),(-122.0731,37.56)] -Wp Railroad [(-122.1877,37.466),(-122.1834,37.43)] -Wp Railroad [(-122.2043,37.608),(-122.203628,37.60237)] -Wp Railroad [(-122.2145,37.694),(-122.2137,37.688)] -Wp Railroad [(-122.2342,37.806),(-122.2295,37.777)] -Wp Railroad [(-122.2434,37.865),(-122.241,37.851)] -Wp Railroad [(-122.254,37.902),(-122.2506,37.891)] -Wp Railroad [(-122.262,37.923),(-122.2607,37.921)] -Wp Railroad [(-122.2693,37.949),(-122.2682,37.945)] -Wrenn St [(-122.2063,37.117),(-122.2056,37.117)] -Wyndham Pl [(-122.027,37.724),(-122.0286,37.73)] -Xavier Way [(-121.7458,37.778),(-121.7459,37.77)] -Xavier Common [(-122.049697,37.64509),(-122.050346,37.64313)] -Yale Ave [(-122.1205,37.913),(-122.1205,37.907)] -Yale Way [(-121.9443,37.098),(-121.9482,37.092)] -Yampa Way [(-121.9117,37.641),(-121.9109,37.644)] -Yellowstone Park Dr [(-121.9686,37.111),(-121.9705,37.117)] -Yerba Buena Ave [(-122.2789,37.301),(-122.2843,37.29)] -Yerba Buena Pl [(-121.9602,37.678),(-121.9595,37.683)] -Yerba Buena St [(-121.960541,37.6819),(-121.9602,37.678)] -Ygnacio Ave [(-122.2103,37.756),(-122.2098,37.754)] -Yolo Ave [(-122.274,37.85),(-122.273,37.855)] -York Dr [(-121.9212,37.098),(-121.9227,37.104)] -York Dr [(-122.2415,37.283),(-122.2406,37.261)] -Yorktown Road [(-121.9507,37.173),(-121.9513,37.172)] -Yosemite Pl [(-121.8019,37.853),(-121.8024,37.855)] -Yosemite Road [(-122.2767,37.968),(-122.2757,37.958)] -Yosemite Way [(-122.1108,37.4803),(-122.109445,37.48415)] -Zacate Ave [(-121.9575,37.646),(-121.9567,37.64)] -Zacate Ave [(-121.9594,37.662),(-121.9589,37.654)] -Zapata Ct [(-121.9456,37.171),(-121.94565,37.1705)] -Zapotec Dr [(-121.9108,37.899),(-121.9097,37.898)] -Zephyr Ave [(-122.0572,37.107),(-122.0556,37.107)] -Zephyr Ave [(-122.0584,37.107),(-122.0609,37.107)] -Ziegler Ave [(-122.1258,37.483),(-122.125,37.499)] -Zircon Ter [(-122.051254,37.64038),(-122.051126,37.63696)] -100th Ave [(-122.1657,37.429),(-122.1647,37.432)] -100th Ave [(-122.1789,37.364),(-122.1785,37.367)] -101st Ave [(-122.1595,37.438),(-122.1583,37.441)] -104th Ave [(-122.1583,37.417),(-122.1573,37.423)] -104th Ave [(-122.1612,37.411),(-122.1587,37.417)] -104th Ave [(-122.1697,37.375),(-122.1681,37.383)] -105th Ave [(-122.1774,37.325),(-122.1771,37.327)] -106th Ave [(-122.158,37.404),(-122.156,37.409)] -107th Ave [(-122.1555,37.403),(-122.1531,37.41)] -108th Ave [(-122.1474,37.419),(-122.1468,37.423)] -10th St [(-122.0211,37.969),(-122.0198,37.958)] -10th St [(-122.0603,37.402),(-122.0593,37.39)] -10th St [(-122.2541,37.924),(-122.2537,37.92)] -10th St [(-122.2553,37.935),(-122.2545,37.927)] -10th St [(-122.2675,37.002),(-122.2687,37.007)] -10th St [(-122.2886,37.57),(-122.2883,37.56)] -10th St [(-122.2916,37.662),(-122.291,37.644)] -10th St [(-122.2918,37.084),(-122.292,37.085)] -10th St [(-122.2945,37.75),(-122.2939,37.732)] -11th Ave [(-122.2493,37.91),(-122.2483,37.916)] -11th St [(-122.0206,37.952),(-122.0192,37.941),(-122.0185,37.934)] -120 Canal [(-121.587482,37.88204),(-121.587833,37.8825)] -12th Ave [(-122.2396,37.958),(-122.2385,37.965)] -12th St [(-121.896,37.194),(-121.8932,37.194)] -12th St [(-121.9026,37.204),(-121.900288,37.19771),(-121.896959,37.19973)] -12th St [(-122.2163,37.718),(-122.2151,37.712)] -12th St [(-122.2469,37.891),(-122.2459,37.882)] -12th St [(-122.2566,37.974),(-122.256,37.971)] -12th St [(-122.2611,37.996),(-122.262,37.998)] -12th St [(-122.2644,37.006),(-122.2655,37.011)] -12th St [(-122.2807,37.073),(-122.2796,37.068)] -12th St [(-122.2889,37.094),(-122.29,37.094)] -12th St [(-122.2926,37.103),(-122.2937,37.102)] -12th St [(-122.2943,37.103),(-122.2955,37.109),(-122.2964,37.113)] -136th Ave [(-122.1399,37.158),(-122.1371,37.18)] -137th Ave [(-122.1366,37.176),(-122.1351,37.18)] -13th Ave [(-122.235,37.984),(-122.2345,37.99)] -13th Ave [(-122.2396,37.944),(-122.2387,37.95)] -13th St [(-122.0242,37.962),(-122.0231,37.954)] -13th St [(-122.0565,37.386),(-122.0554,37.374)] -13th St [(-122.2628,37.009),(-122.2639,37.014)] -140th Ave [(-122.1386,37.13),(-122.1374,37.14)] -141st Ave [(-122.1368,37.136),(-122.1355,37.147)] -142nd Ave [(-122.1348,37.142),(-122.1336,37.153)] -143rd Ave [(-122.1408,37.077),(-122.1397,37.085)] -145th Ave [(-122.1368,37.082),(-122.1359,37.09)] -148th Ave [(-122.1284,37.119),(-122.1277,37.122)] -14th Ave [(-122.2244,37.028),(-122.2242,37.036)] -14th Ave [(-122.2245,37.036),(-122.2238,37.062)] -14th Ave [(-122.2285,37.981),(-122.2283,37.988)] -14th Ave [(-122.232,37.965),(-122.2293,37.975)] -14th Ave [(-122.2342,37.957),(-122.2332,37.961)] -14th Ave [(-122.2357,37.953),(-122.2354,37.953)] -14th Ave [(-122.2408,37.923),(-122.2407,37.925)] -14th Ave [(-122.2426,37.911),(-122.2419,37.916)] -14th St [(-122.0238,37.949),(-122.0226,37.938)] -14th St [(-122.1178,37.983),(-122.116,37.971)] -14th St [(-122.1212,37.007),(-122.1206,37.002)] -14th St [(-122.1241,37.027),(-122.1235,37.023),(-122.1226,37.017)] -14th St [(-122.1316,37.081),(-122.1287,37.06)] -14th St [(-122.1378,37.124),(-122.1376,37.123)] -14th St [(-122.141,37.147),(-122.1397,37.138)] -14th St [(-122.1457,37.181),(-122.145,37.176)] -14th St [(-122.1562,37.262),(-122.1557,37.253)] -14th St [(-122.1626,37.348),(-122.1621,37.344)] -14th St [(-122.1655,37.387),(-122.165101,37.38001)] -14th St [(-122.1682,37.422),(-122.168,37.419)] -14th St [(-122.1709,37.459),(-122.1704,37.453)] -14th St [(-122.1761,37.529),(-122.1757,37.524),(-122.1754,37.52)] -14th St [(-122.1771,37.544),(-122.1768,37.54)] -14th St [(-122.1845,37.581),(-122.1839,37.579)] -14th St [(-122.1945,37.629),(-122.1936,37.625)] -14th St [(-122.2128,37.717),(-122.2118,37.713)] -14th St [(-122.2288,37.798),(-122.228,37.792)] -14th St [(-122.2419,37.877),(-122.2408,37.871)] -14th St [(-122.2659,37.03),(-122.2671,37.035)] -14th St [(-122.2755,37.068),(-122.2741,37.063)] -14th St [(-122.277,37.073),(-122.2765,37.071)] -14th St [(-122.299,37.147),(-122.3,37.148)] -150th Ave [(-122.1241,37.085),(-122.123984,37.08583)] -150th Ave [(-122.1266,37.065),(-122.1258,37.071)] -152nd Ave [(-122.1218,37.072),(-122.1215,37.075)] -15th St [(-122.0564,37.416),(-122.056,37.411)] -15th St [(-122.2264,37.794),(-122.2258,37.791),(-122.2251,37.789)] -15th St [(-122.241,37.885),(-122.2401,37.879)] -15th St [(-122.2472,37.923),(-122.2464,37.915)] -15th St [(-122.2534,37.976),(-122.2525,37.969)] -163rd Ave [(-122.1108,37.985),(-122.1096,37.995)] -164th Ave [(-122.1068,37.993),(-122.1069,37.998)] -164th Ave [(-122.1101,37.964),(-122.1096,37.968)] -166th Ave [(-122.1008,37.99),(-122.1006,37.997)] -167th Ave [(-122.1012,37.966),(-122.1006,37.973)] -168th Ave [(-122.1046,37.934),(-122.1041,37.938)] -16th Ave [(-122.2391,37.924),(-122.2387,37.928)] -16th Ave [(-122.2422,37.892),(-122.2418,37.896)] -16th Ave [(-122.2438,37.874),(-122.2438,37.876)] -16th St [(-122.054,37.414),(-122.0534,37.405)] -16th St [(-122.231,37.837),(-122.2306,37.834)] -16th St [(-122.2699,37.067),(-122.2713,37.069)] -16th St [(-122.2923,37.129),(-122.2926,37.132)] -170th Ave [(-122.1029,37.924),(-122.1025,37.93)] -170th Ave [(-122.1083,37.891),(-122.1075,37.893)] -171st Ave [(-122.1042,37.908),(-122.1031,37.916)] -173rd Ave [(-122.0984,37.935),(-122.0976,37.936)] -17th Ave [(-122.238,37.918),(-122.2377,37.921)] -17th St [(-122.1947,37.648),(-122.1934,37.637)] -17th St [(-122.2385,37.895),(-122.2375,37.889)] -17th St [(-122.2514,37.99),(-122.2507,37.982)] -17th St [(-122.2607,37.043),(-122.2619,37.047)] -17th St [(-122.2642,37.057),(-122.2655,37.059)] -17th St [(-122.2743,37.087),(-122.2729,37.082)] -17th St [(-122.2898,37.132),(-122.29,37.132)] -17th St [(-122.2938,37.149),(-122.295,37.155)] -18th Ave [(-122.2385,37.895),(-122.2381,37.899)] -18th St [(-122.2205,37.811),(-122.219,37.806)] -18th St [(-122.2424,37.924),(-122.2416,37.918)] -18th St [(-122.2461,37.957),(-122.2453,37.95)] -18th St [(-122.254,37.012),(-122.2535,37.01)] -18th St [(-122.2775,37.106),(-122.2762,37.101)] -18th St [(-122.2775,37.106),(-122.2794,37.109)] -18th St [(-122.2803,37.116),(-122.2814,37.119)] -19th Ave [(-122.2355,37.91),(-122.2351,37.914),(-122.2344,37.922)] -19th Ave [(-122.2366,37.897),(-122.2359,37.905)] -19th Ave [(-122.2386,37.877),(-122.2382,37.881)] -19th Ave [(-122.2394,37.868),(-122.239,37.873)] -19th Ave [(-122.2408,37.854),(-122.2406,37.856)] -19th St [(-122.2488,37.994),(-122.2479,37.986)] -19th St [(-122.2672,37.079),(-122.2685,37.084)] -1st Ave [(-122.2567,37.992),(-122.2558,37.999)] -1st St [(-121.7401,37.018),(-121.7401,37.024)] -1st St [(-121.7402,37.015),(-121.7401,37.018)] -1st St [(-121.7425,37.976),(-121.7417,37.986)] -1st St [(-121.75508,37.89294),(-121.753581,37.90031)] -1st St [(-121.7716,37.805),(-121.7702,37.809)] -1st St [(-121.8728,37.596),(-121.8738,37.587)] -20th Ave [(-122.238,37.867),(-122.2376,37.871)] -20th St [(-122.2327,37.887),(-122.2308,37.876)] -20th St [(-122.2433,37.963),(-122.2424,37.955)] -20th St [(-122.2468,37.994),(-122.2459,37.985)] -20th St [(-122.2912,37.163),(-122.2926,37.17)] -21st Ave [(-122.2341,37.89),(-122.2337,37.893)] -21st Ave [(-122.2368,37.859),(-122.2365,37.865)] -21st Ave [(-122.2385,37.843),(-122.238,37.847)] -21st St [(-122.243,37.975),(-122.2423,37.97)] -21st St [(-122.2624,37.099),(-122.2643,37.102)] -21st St [(-122.2688,37.109),(-122.2719,37.114)] -22nd Ave [(-122.2343,37.871),(-122.2338,37.875)] -22nd St [(-122.2227,37.854),(-122.222,37.851)] -22nd St [(-122.265,37.114),(-122.2655,37.114)] -22nd St [(-122.2756,37.131),(-122.2769,37.136)] -23rd Ave [(-122.2272,37.914),(-122.2266,37.92)] -23rd Ave [(-122.2298,37.892),(-122.2298,37.894)] -23rd Ave [(-122.2339,37.841),(-122.233,37.849)] -23rd Ave [(-122.2357,37.824),(-122.2356,37.825)] -23rd Ave [(-122.2359,37.817),(-122.236,37.82)] -23rd St [(-122.2258,37.878),(-122.2252,37.875)] -23rd St [(-122.228,37.896),(-122.2271,37.89)] -23rd St [(-122.2404,37.982),(-122.2395,37.974)] -23rd St [(-122.2648,37.124),(-122.2658,37.125)] -23rd Av Ovps [(-122.2356,37.768),(-122.235,37.754)] -23rd Av Ovps [(-122.236,37.783),(-122.2356,37.768)] -24th Ave [(-122.2285,37.873),(-122.2277,37.88),(-122.2271,37.89)] -24th St [(-122.233,37.936),(-122.2309,37.923)] -24th St [(-122.2352,37.95),(-122.235,37.948)] -24th St [(-122.2868,37.183),(-122.2877,37.186)] -24th St [(-122.2901,37.198),(-122.2914,37.204)] -25th Ave [(-122.2222,37.94),(-122.222,37.942)] -26th Ave [(-122.2252,37.875),(-122.2244,37.884)] -26th St [(-122.2294,37.939),(-122.2289,37.936)] -26th St [(-122.2739,37.171),(-122.2749,37.172)] -26th St [(-122.2791,37.183),(-122.28,37.185)] -27th Ave [(-122.234,37.773),(-122.2335,37.778)] -27th St [(-122.2224,37.918),(-122.2216,37.912)] -27th St [(-122.2243,37.928),(-122.2231,37.921)] -27th St [(-122.2287,37.945),(-122.2278,37.939)] -27th St [(-122.2625,37.151),(-122.2626,37.154)] -27th St [(-122.2751,37.181),(-122.276,37.18)] -28th St [(-122.2356,37.999),(-122.235,37.994)] -28th St [(-122.2671,37.176),(-122.2684,37.179)] -28th St [(-122.2754,37.192),(-122.2764,37.193)] -29th St [(-122.2633,37.179),(-122.264,37.181)] -29th St [(-122.266,37.183),(-122.2668,37.184)] -29th St [(-122.2693,37.192),(-122.27,37.194)] -29th St [(-122.2707,37.189),(-122.2733,37.194)] -29th Av Ovps [(-122.2323,37.748),(-122.2321,37.752)] -2nd St [(-121.9787,37.76),(-121.9775,37.757)] -2nd St [(-121.9825,37.768),(-121.9806,37.763)] -2nd St [(-121.986342,37.77609),(-121.9854,37.774),(-121.9842,37.772)] -2nd St [(-122.0522,37.685),(-122.05205,37.6854)] -2nd St [(-122.0553,37.679),(-122.0539,37.682)] -2nd St [(-122.0697,37.696),(-122.0674,37.688)] -2nd St [(-122.2781,37.975),(-122.2792,37.979)] -30th St [(-122.2789,37.218),(-122.2801,37.22)] -31st Ave [(-122.2259,37.771),(-122.2254,37.779)] -31st St [(-122.2252,37.982),(-122.224,37.979)] -31st St [(-122.2323,37.995),(-122.2303,37.992)] -31st St [(-122.2728,37.212),(-122.2756,37.217)] -32nd St [(-122.225,37.99),(-122.2244,37.988)] -32nd St [(-122.2754,37.227),(-122.2765,37.228)] -32nd St [(-122.2839,37.242),(-122.285,37.239)] -32nd St [(-122.2893,37.23),(-122.2901,37.229)] -33rd Ave [(-122.2235,37.776),(-122.2225,37.798)] -34th Ave [(-122.2205,37.811),(-122.2196,37.829)] -34th Ave [(-122.2232,37.755),(-122.2225,37.765)] -34th Ave [(-122.2251,37.728),(-122.2246,37.737)] -34th St [(-122.2637,37.223),(-122.2647,37.225)] -35th Ave [(-122.1914,37.983),(-122.1909,37.988)] -35th Ave [(-122.2005,37.929),(-122.1996,37.935)] -35th Ave [(-122.214,37.85),(-122.2138,37.852)] -35th Ave [(-122.2243,37.724),(-122.2238,37.731)] -35th St [(-122.2685,37.243),(-122.2692,37.244)] -35th St [(-122.2746,37.257),(-122.2779,37.266)] -35th St [(-122.2783,37.266),(-122.2792,37.269)] -36th Ave [(-122.2196,37.778),(-122.218,37.802)] -36th Ave [(-122.2214,37.746),(-122.2206,37.755)] -36th Ave [(-122.2221,37.737),(-122.222,37.738)] -36th Ave [(-122.2233,37.721),(-122.223,37.725)] -36th Ave [(-122.22414,37.70988),(-122.2238,37.716)] -36th St [(-122.228,37.022),(-122.227,37.02)] -36th St [(-122.2779,37.273),(-122.279,37.277)] -37th Ave [(-122.2211,37.732),(-122.221,37.733)] -37th St [(-122.2613,37.249),(-122.265,37.257)] -37th St [(-122.265,37.26),(-122.2663,37.271)] -37th St [(-122.2743,37.274),(-122.2768,37.278)] -38th Ave [(-122.1963,37.907),(-122.1954,37.912)] -38th Ave [(-122.2202,37.729),(-122.2197,37.734)] -38th St [(-122.2204,37.029),(-122.2199,37.028)] -38th St [(-122.2571,37.266),(-122.2583,37.268)] -38th St [(-122.2587,37.268),(-122.2597,37.269)] -39th Ave [(-122.2054,37.85),(-122.205,37.852)] -39th Ave [(-122.2163,37.763),(-122.216,37.768)] -3rd St [(-121.892355,37.95759),(-121.8908,37.957)] -3rd St [(-122.2872,37.803),(-122.287191,37.8084)] -3rd St [(-122.2873,37.767),(-122.2873,37.775)] -3rd St [(-122.2874,37.739),(-122.2874,37.748)] -3rd St [(-122.2894,37.019),(-122.2905,37.021)] -3rd St [(-122.2972,37.034),(-122.2982,37.036)] -40th Ave [(-122.2156,37.76),(-122.2152,37.764)] -40th St [(-122.2585,37.286),(-122.2594,37.288)] -41st Ave [(-122.214,37.75),(-122.2135,37.756)] -41st Ave [(-122.2153,37.735),(-122.2151,37.738)] -41st Ave [(-122.217,37.719),(-122.2169,37.721)] -41st St [(-122.2562,37.29),(-122.2571,37.291)] -41st St [(-122.2655,37.305),(-122.2653,37.314)] -41st St [(-122.2671,37.308),(-122.2677,37.308)] -41st St [(-122.2768,37.324),(-122.2773,37.325)] -42nd Ave [(-122.2104,37.767),(-122.2097,37.773)] -42nd St [(-122.2755,37.33),(-122.2765,37.332)] -43rd St [(-122.2673,37.325),(-122.2698,37.329)] -43rd St [(-122.2763,37.338),(-122.2768,37.339)] -45th Ave [(-122.2088,37.749),(-122.208,37.758)] -45th Ave [(-122.2118,37.713),(-122.2109,37.724)] -45th St [(-122.2814,37.341),(-122.2825,37.339)] -46th Ave [(-122.214,37.685),(-122.2137,37.688)] -46th St [(-122.2669,37.345),(-122.2694,37.349)] -47th Ave [(-122.2086,37.719),(-122.2082,37.723)] -48th Ave [(-122.2059,37.736),(-122.2052,37.745)] -48th St [(-122.2633,37.354),(-122.2643,37.356)] -48th St [(-122.2782,37.373),(-122.2782,37.37224)] -49th St [(-122.2545,37.348),(-122.2552,37.349)] -4th Ave [(-122.2534,37.976),(-122.2524,37.983)] -4th St [(-121.7778,37.76),(-121.7753,37.769),(-121.7741,37.772)] -4th St [(-122.0775,37.831),(-122.0772,37.824)] -4th St [(-122.2773,37.988),(-122.2784,37.993)] -4th St [(-122.2853,37.738),(-122.2854,37.742)] -4th St [(-122.3005,37.885),(-122.3006,37.871)] -50th Ave [(-122.2059,37.718),(-122.2054,37.724)] -50th Ave [(-122.2108,37.663),(-122.2096,37.675)] -50th Ave [(-122.2135,37.638),(-122.2123,37.65)] -51st Ave [(-122.2103,37.658),(-122.21,37.661)] -52nd Ave [(-122.2096,37.653),(-122.2092,37.657)] -52nd St [(-122.268,37.376),(-122.2683,37.376)] -52nd St [(-122.2706,37.372),(-122.2728,37.369)] -53rd Ave [(-122.2075,37.659),(-122.205,37.679)] -54th Ave [(-122.2076,37.649),(-122.2068,37.654)] -54th St [(-122.2733,37.386),(-122.275,37.384)] -55th Ave [(-122.1886,37.768),(-122.1883,37.77)] -55th Ave [(-122.197,37.709),(-122.1963,37.714)] -55th Ave [(-122.1996,37.689),(-122.1991,37.695)] -55th St [(-122.2641,37.408),(-122.2667,37.404)] -55th St [(-122.2824,37.386),(-122.2834,37.384)] -56th St [(-122.2692,37.409),(-122.2695,37.409)] -56th St [(-122.2735,37.404),(-122.2743,37.403)] -57th Ave [(-122.1933,37.711),(-122.1928,37.721)] -57th Ave [(-122.1969,37.686),(-122.1964,37.689)] -57th St [(-122.2609,37.433),(-122.262,37.435)] -57th St [(-122.2661,37.428),(-122.2671,37.426)] -57th St [(-122.274,37.418),(-122.2759,37.417)] -57th St [(-122.2798,37.409),(-122.2822,37.405)] -58th Ave [(-122.1876,37.749),(-122.1867,37.755)] -58th St [(-122.2663,37.437),(-122.2673,37.435)] -58th St [(-122.2701,37.437),(-122.272,37.435)] -59th St [(-122.2587,37.456),(-122.2608,37.454)] -59th St [(-122.2665,37.445),(-122.2675,37.445)] -59th St [(-122.2863,37.42),(-122.2872,37.418)] -5th Ave [(-122.2516,37.975),(-122.2507,37.982)] -5th St [(-121.7638,37.795),(-121.7633,37.795)] -5th St [(-121.7713,37.772),(-121.7701,37.775)] -5th St [(-121.7737,37.765),(-121.7727,37.769)] -5th St [(-121.7766,37.757),(-121.7751,37.761)] -5th St [(-121.9082,37.114),(-121.9045,37.113)] -5th St [(-122.0235,37.054),(-122.0224,37.045)] -5th St [(-122.071,37.754),(-122.0707,37.749)] -5th St [(-122.0732,37.8),(-122.0725,37.789)] -5th St [(-122.2732,37.981),(-122.2744,37.986)] -5th St [(-122.2756,37.991),(-122.2768,37.995)] -5th St [(-122.278,37),(-122.2792,37.005),(-122.2803,37.009)] -5th St [(-122.2815,37.766),(-122.2814,37.777)] -5th St [(-122.2816,37.747),(-122.2816,37.757)] -5th St [(-122.2901,37.036),(-122.292,37.04)] -5th St [(-122.2933,37.041),(-122.2946,37.045)] -5th St [(-122.296,37.615),(-122.2953,37.598)] -5th St [(-122.2977,37.665),(-122.2972,37.651),(-122.2966,37.633)] -5th St [(-122.2979,37.866),(-122.2979,37.87)] -5th St [(-122.3011,37.775),(-122.3008,37.763)] -60th Ave [(-122.1881,37.712),(-122.1868,37.722)] -60th St [(-122.2606,37.469),(-122.2615,37.466)] -60th St [(-122.2816,37.435),(-122.2831,37.432)] -61st Ave [(-122.1973,37.643),(-122.1962,37.65)] -61st St [(-122.2861,37.436),(-122.2877,37.433)] -62nd Ave [(-122.1794,37.751),(-122.1787,37.755)] -62nd Ave [(-122.1916,37.67),(-122.1911,37.673)] -62nd Ave [(-122.1992,37.617),(-122.1982,37.623)] -62nd St [(-122.254,37.494),(-122.2563,37.491)] -62nd St [(-122.268,37.477),(-122.2685,37.476)] -62nd St [(-122.2755,37.466),(-122.2749,37.467)] -62nd St [(-122.2761,37.465),(-122.276639,37.4632),(-122.2767,37.463)] -63rd Ave [(-122.1853,37.7),(-122.1844,37.706)] -63rd St [(-122.2563,37.495),(-122.2576,37.493),(-122.2596,37.49)] -63rd St [(-122.2604,37.49),(-122.2621,37.487)] -63rd St [(-122.2622,37.492),(-122.2651,37.489)] -63rd St [(-122.2708,37.481),(-122.269,37.484)] -64th Ave [(-122.1758,37.76),(-122.1753,37.767)] -64th Ave [(-122.188,37.673),(-122.1852,37.691)] -64th Ave [(-122.1921,37.645),(-122.1911,37.652)] -64th St [(-122.2869,37.46),(-122.2884,37.455)] -64th St [(-122.2945,37.441),(-122.2962,37.439)] -64th Av Pl [(-122.1784,37.734),(-122.1767,37.744)] -65th St [(-122.2653,37.505),(-122.2661,37.504)] -65th St [(-122.2847,37.481),(-122.2874,37.476)] -66th Ave [(-122.2013,37.556),(-122.1997,37.564)] -66th Ave [(-122.2054,37.542),(-122.2042,37.546)] -67th St [(-122.2828,37.504),(-122.283232,37.5031)] -67th St [(-122.28407,37.50135),(-122.2852,37.499)] -67th St [(-122.2887,37.495),(-122.2913,37.49)] -69th Ave [(-122.1927,37.582),(-122.1919,37.587)] -69th Ave [(-122.1959,37.56),(-122.1954,37.563)] -6th St [(-121.7634,37.785),(-121.7624,37.789)] -6th St [(-122.0219,37.032),(-122.0208,37.022)] -6th St [(-122.2691,37.975),(-122.2704,37.98)] -6th St [(-122.274,37.993),(-122.2752,37.998)] -6th St [(-122.2965,37.668),(-122.296,37.653)] -6th St [(-122.2982,37.724),(-122.2977,37.705)] -6th St [(-122.3012,37.813),(-122.3006,37.795)] -6th St [(-122.3016,37.831),(-122.3016,37.826)] -70 Canal [(-121.576176,37.91958),(-121.57645,37.91996)] -70th Ave [(-122.187,37.611),(-122.1862,37.616)] -71st Ave [(-122.1908,37.576),(-122.189,37.588)] -71st Ave [(-122.195,37.548),(-122.1944,37.553)] -73rd Ave [(-122.1746,37.664),(-122.1724,37.68)] -73rd Ave [(-122.1768,37.651),(-122.1761,37.655)] -73rd Ave [(-122.1802,37.628),(-122.1794,37.633)] -73rd Ave [(-122.1837,37.606),(-122.1829,37.611)] -73rd Ave [(-122.1915,37.554),(-122.1897,37.565)] -74th Ave [(-122.175,37.653),(-122.174,37.66)] -77th Ave [(-122.17,37.656),(-122.1682,37.668)] -78th Ave [(-122.1697,37.652),(-122.1674,37.663)] -78th Ave [(-122.1791,37.593),(-122.1784,37.597)] -79th Ave [(-122.1686,37.639),(-122.1662,37.65)] -7th Ave [(-122.2413,37.015),(-122.2406,37.021)] -7th Ave [(-122.2459,37.985),(-122.2449,37.991)] -7th Ave [(-122.2528,37.94),(-122.2518,37.947)] -7th St [(-121.7606,37.79),(-121.7597,37.798)] -7th St [(-121.7618,37.779),(-121.7615,37.783)] -7th St [(-122.0047,37.916),(-122.0041,37.92)] -7th St [(-122.0168,37.978),(-122.0149,37.974)] -7th St [(-122.0674,37.771),(-122.0667,37.761)] -7th St [(-122.0693,37.803),(-122.0687,37.793)] -7th St [(-122.2362,37.753),(-122.235,37.754)] -7th St [(-122.2759,37.009),(-122.2771,37.014)] -7th St [(-122.2864,37.041),(-122.2875,37.043)] -7th St [(-122.2903,37.511),(-122.2902,37.508)] -7th St [(-122.2916,37.052),(-122.2926,37.055)] -7th St [(-122.2918,37.562),(-122.2916,37.553)] -7th St [(-122.2945,37.635),(-122.2938,37.62)] -7th St [(-122.2996,37.797),(-122.299,37.779),(-122.2985,37.767)] -7th St [(-122.3215,37.099),(-122.326,37.102)] -80th Ave [(-122.1807,37.563),(-122.1793,37.57)] -81st Ave [(-122.1912,37.493),(-122.191,37.495)] -82nd Ave [(-122.1659,37.614),(-122.1653,37.619)] -82nd Ave [(-122.1695,37.596),(-122.1681,37.603)] -82nd Ave [(-122.1764,37.562),(-122.1747,37.57)] -83rd Ave [(-122.1741,37.563),(-122.1724,37.571)] -83rd Ave [(-122.1799,37.531),(-122.179,37.535)] -84th Ave [(-122.1683,37.58),(-122.1665,37.589)] -85th Ave [(-122.1677,37.573),(-122.166,37.581)] -85th Ave [(-122.173,37.548),(-122.1713,37.556)] -85th Ave [(-122.1763,37.533),(-122.1748,37.54)] -85th Ave [(-122.1877,37.466),(-122.186,37.476)] -87th Ave [(-122.1646,37.561),(-122.1643,37.563)] -87th Ave [(-122.1698,37.536),(-122.1681,37.544)] -87th Ave [(-122.1834,37.474),(-122.1814,37.484)] -88th Ave [(-122.1728,37.514),(-122.1711,37.521)] -89th Ave [(-122.1822,37.459),(-122.1803,37.471)] -8th Ave [(-122.2489,37.952),(-122.248,37.958)] -8th St [(-121.9083,37.161),(-121.9081,37.16)] -8th St [(-122.2459,37.882),(-122.2456,37.879)] -8th St [(-122.2546,37.914),(-122.2533,37.909)] -8th St [(-122.2572,37.935),(-122.256523,37.92898)] -8th St [(-122.2755,37.017),(-122.2766,37.022)] -8th St [(-122.2955,37.709),(-122.2952,37.698)] -8th St [(-122.296,37.748),(-122.296,37.733)] -8th St [(-122.2969,37.751),(-122.2967,37.746)] -90th Ave [(-122.1769,37.477),(-122.1753,37.485)] -90th Ave [(-122.1798,37.464),(-122.1785,37.47)] -92nd Ave [(-122.1759,37.464),(-122.1742,37.472)] -94th Ave [(-122.1714,37.466),(-122.1704,37.472)] -96th Ave [(-122.1621,37.493),(-122.161,37.498)] -98th Ave [(-122.1568,37.498),(-122.1558,37.502)] -98th Ave [(-122.1693,37.438),(-122.1682,37.444)] -98th Ave [(-122.1767,37.401),(-122.1758,37.408)] -98th Ave [(-122.1783,37.388),(-122.1773,37.396)] -98th Ave [(-122.1791,37.382),(-122.1788,37.384)] -98th Ave [(-122.1914,37.294),(-122.1904,37.298)] -98th Ave [(-122.2001,37.258),(-122.1974,37.27)] -99th Av Ct [(-122.1698,37.427),(-122.1694,37.422)] -9th Ave [(-122.2491,37.938),(-122.248,37.945)] -9th Ave [(-122.2516,37.922),(-122.2511,37.925)] -9th St [(-122.2349,37.779),(-122.234,37.773)] -9th St [(-122.27,37.725),(-122.27,37.734)] -9th St [(-122.2899,37.576),(-122.2897,37.567)] -\. --- --- Data for Name: shighway; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.shighway (name, thepath, surface) FROM stdin; -State Hwy 123 [(-122.3004,37.986),(-122.2998,37.969),(-122.2995,37.962),(-122.2992,37.952),(-122.299,37.942),(-122.2987,37.935),(-122.2984,37.924),(-122.2982,37.92),(-122.2976,37.904),(-122.297,37.88),(-122.2966,37.869),(-122.2959,37.848),(-122.2961,37.843)] asphalt -State Hwy 13 [(-122.1797,37.943),(-122.179871,37.91849),(-122.18,37.9),(-122.179023,37.86615),(-122.1787,37.862),(-122.1781,37.851),(-122.1777,37.845),(-122.1773,37.839),(-122.177,37.833)] asphalt -State Hwy 13 [(-122.1828,37.974),(-122.1799,37.948)] asphalt -State Hwy 13 [(-122.2049,37.2),(-122.20328,37.17975),(-122.1989,37.125),(-122.198078,37.11641),(-122.1975,37.11)] asphalt -State Hwy 13 [(-122.2213,37.388),(-122.218753,37.36402),(-122.2168,37.336),(-122.2163,37.328),(-122.2144,37.313),(-122.211744,37.28221),(-122.21,37.262),(-122.2087,37.244),(-122.207,37.224),(-122.2065,37.218),(-122.2058,37.209)] asphalt -State Hwy 13 [(-122.2319,37.515),(-122.2316,37.511),(-122.2305,37.498),(-122.2296,37.489),(-122.2286,37.478),(-122.2244,37.427)] asphalt -State Hwy 13 Ramp [(-122.1781,37.851),(-122.1782,37.847),(-122.1777,37.845)] asphalt -State Hwy 13 Ramp [(-122.1799,37.948),(-122.1797,37.943)] asphalt -State Hwy 13 Ramp [(-122.1819,37.978),(-122.1828,37.974)] asphalt -State Hwy 13 Ramp [(-122.1835,37.98),(-122.1852,37.985)] asphalt -State Hwy 13 Ramp [(-122.1854,37.996),(-122.1861,37.986)] asphalt -State Hwy 13 Ramp [(-122.1937,37.078),(-122.1943,37.08)] asphalt -State Hwy 13 Ramp [(-122.1942,37.084),(-122.1964,37.107)] asphalt -State Hwy 13 Ramp [(-122.1975,37.11),(-122.1964,37.107)] asphalt -State Hwy 13 Ramp [(-122.1989,37.125),(-122.1984,37.117),(-122.1981,37.112)] asphalt -State Hwy 13 Ramp [(-122.2054,37.205),(-122.2048,37.209)] asphalt -State Hwy 13 Ramp [(-122.2055,37.197),(-122.2049,37.2)] asphalt -State Hwy 13 Ramp [(-122.2058,37.209),(-122.2049,37.211)] asphalt -State Hwy 13 Ramp [(-122.2069,37.213),(-122.2072,37.216),(-122.2065,37.218)] asphalt -State Hwy 13 Ramp [(-122.2073,37.221),(-122.207,37.224)] asphalt -State Hwy 13 Ramp [(-122.2163,37.328),(-122.2149,37.321),(-122.2144,37.313)] asphalt -State Hwy 13 Ramp [(-122.2168,37.336),(-122.2168,37.328)] asphalt -State Hwy 13 Ramp [(-122.2232,37.41),(-122.2247,37.422)] asphalt -State Hwy 13 Ramp [(-122.2244,37.427),(-122.223,37.414),(-122.2214,37.396),(-122.2213,37.388)] asphalt -State Hwy 13 Ramp [(-122.2244,37.427),(-122.2247,37.422)] asphalt -State Hwy 13 Ramp [(-122.2307,37.487),(-122.2286,37.478)] asphalt -State Hwy 17 [(-122.3107,37.976),(-122.3078,37.93),(-122.3072,37.916),(-122.307,37.902)] asphalt -State Hwy 17 Ramp ((-122.2877,37.234),(-122.2881,37.237)) asphalt -State Hwy 17 Ramp [(-122.2882,37.233),(-122.2881,37.237),(-122.2882,37.242),(-122.2883,37.247),(-122.2885,37.254)] asphalt -State Hwy 17 Ramp [(-122.2899,37.128),(-122.2898,37.132),(-122.2897,37.142)] asphalt -State Hwy 17 Ramp [(-122.291,37.113),(-122.2906,37.118)] asphalt -State Hwy 17 Ramp [(-122.2915,37.083),(-122.29137,37.07065),(-122.290561,37.06224)] asphalt -State Hwy 238 ((-122.098,37.908),(-122.0983,37.907),(-122.099,37.905),(-122.101,37.898),(-122.101535,37.89711),(-122.103173,37.89438),(-122.1046,37.892),(-122.106,37.89)) asphalt -State Hwy 238 [(-122.106,37.89),(-122.1061,37.89),(-122.1064,37.89),(-122.1073,37.889)] asphalt -State Hwy 238 Ramp ((-122.1064,37.89),(-122.1067,37.899)) asphalt -State Hwy 238 Ramp ((-122.1288,37.892),(-122.1293,37.895)) asphalt -State Hwy 238 Ramp ((-122.1288,37.913),(-122.1294,37.917)) asphalt -State Hwy 238 Ramp [(-122.1073,37.889),(-122.1067,37.899),(-122.1056,37.899)] asphalt -State Hwy 238 Ramp [(-122.1073,37.889),(-122.1068,37.881),(-122.106574,37.88354),(-122.106,37.89)] asphalt -State Hwy 238 Ramp [(-122.1288,37.9),(-122.1293,37.895),(-122.1296,37.906)] asphalt -State Hwy 238 Ramp [(-122.1288,37.922),(-122.1294,37.917),(-122.1296,37.906)] asphalt -State Hwy 24 [(-122.2206,37.531),(-122.2204,37.536),(-122.2194,37.541),(-122.217,37.546),(-122.2151,37.551),(-122.2139,37.561),(-122.2121,37.577)] asphalt -State Hwy 24 [(-122.2674,37.246),(-122.2673,37.248),(-122.267,37.261),(-122.2668,37.271),(-122.2663,37.298),(-122.2659,37.315),(-122.2655,37.336),(-122.265007,37.35882),(-122.264443,37.37286),(-122.2641,37.381),(-122.2638,37.388),(-122.2631,37.396),(-122.2617,37.405),(-122.2615,37.407),(-122.2605,37.412)] asphalt -State Hwy 24 [(-122.2681,37.244),(-122.2679,37.248),(-122.2677,37.252)] asphalt -State Hwy 24 Ramp ((-122.2191,37.537),(-122.2197,37.535)) asphalt -State Hwy 24 Ramp ((-122.2204,37.536),(-122.2211,37.533)) asphalt -State Hwy 24 Ramp [(-122.2194,37.541),(-122.2197,37.535),(-122.2197,37.531)] asphalt -State Hwy 24 Ramp [(-122.2211,37.542),(-122.2211,37.533),(-122.2209,37.526)] asphalt -State Hwy 24 Ramp [(-122.2218,37.517),(-122.2214,37.507)] asphalt -State Hwy 24 Ramp [(-122.2224,37.497),(-122.2219,37.494),(-122.2215,37.492)] asphalt -State Hwy 24 Ramp [(-122.2279,37.486),(-122.2284,37.485)] asphalt -State Hwy 24 Ramp [(-122.2279,37.486),(-122.2305,37.498)] asphalt -State Hwy 24 Ramp [(-122.2286,37.478),(-122.2284,37.485)] asphalt -State Hwy 24 Ramp [(-122.2551,37.435),(-122.2568,37.436),(-122.2585,37.428),(-122.259722,37.42438),(-122.260592,37.4218),(-122.2612,37.42)] asphalt -State Hwy 24 Ramp [(-122.257,37.433),(-122.258,37.427)] asphalt -State Hwy 24 Ramp [(-122.2605,37.412),(-122.2601,37.412),(-122.2599,37.412),(-122.2586,37.413)] asphalt -State Hwy 24 Ramp [(-122.2623,37.409),(-122.2614,37.411),(-122.260282,37.41626),(-122.258,37.427)] asphalt -State Hwy 24 Ramp [(-122.2657,37.351),(-122.2665,37.36)] asphalt -State Hwy 24 Ramp [(-122.266,37.348),(-122.2661,37.35),(-122.2668,37.35)] asphalt -State Hwy 24 Ramp [(-122.2677,37.252),(-122.2674,37.258),(-122.2671,37.263),(-122.2672,37.267),(-122.2673,37.272)] asphalt -State Hwy 84 [(-121.7673,37.82),(-121.7664,37.828),(-121.7654,37.835),(-121.765,37.837)] asphalt -State Hwy 84 [(-121.9565,37.898),(-121.956589,37.89911),(-121.9569,37.903),(-121.956,37.91),(-121.9553,37.919)] asphalt -State Hwy 84 [(-121.9725,37.749),(-121.972151,37.75144),(-121.9715,37.756),(-121.9706,37.762),(-121.9692,37.778),(-121.9673,37.793),(-121.9637,37.813),(-121.9637,37.854),(-121.9576,37.891)] asphalt -State Hwy 84 [(-122.0484,37.539),(-122.0443,37.564),(-122.0423,37.577)] asphalt -State Hwy 84 [(-122.0484,37.539),(-122.0514,37.52),(-122.051557,37.51906),(-122.0544,37.502)] asphalt -State Hwy 84 [(-122.0671,37.426),(-122.0658,37.432)] asphalt -State Hwy 84 [(-122.0671,37.426),(-122.07,37.402),(-122.074,37.37),(-122.0773,37.338)] asphalt -State Hwy 84 Ramp [(-122.0544,37.502),(-122.052622,37.50902),(-122.0506,37.517),(-122.0484,37.539)] asphalt -State Hwy 92 [(-122.1085,37.326),(-122.1095,37.322),(-122.1111,37.316),(-122.1119,37.313),(-122.1125,37.311),(-122.1131,37.308),(-122.1167,37.292),(-122.1187,37.285),(-122.12,37.28)] asphalt -State Hwy 92 Ramp ((-122.1091,37.328),(-122.1101,37.332)) asphalt -State Hwy 92 Ramp [(-122.099,37.368),(-122.0994,37.363)] asphalt -State Hwy 92 Ramp [(-122.1086,37.321),(-122.1089,37.315),(-122.1111,37.316)] asphalt -State Hwy 92 Ramp [(-122.1091,37.328),(-122.1101,37.332),(-122.1101,37.327),(-122.1095,37.322)] asphalt -State Hwy 92 Ramp [(-122.1167,37.292),(-122.1185,37.295),(-122.1191,37.298)] asphalt -State Hwy 92 Ramp [(-122.1187,37.285),(-122.1186,37.292),(-122.1193,37.29)] asphalt -State Hwy 92 Ramp [(-122.12,37.28),(-122.1207,37.269),(-122.1204,37.27)] asphalt -State Hwy 92 Ramp [(-122.1204,37.267),(-122.123,37.271)] asphalt -\. --- --- Data for Name: sj; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.sj (a, b, c) FROM stdin; -1 \N 2 -\N 2 \N -2 1 1 -3 1 3 -\. --- --- Data for Name: sj_t1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.sj_t1 (id, a) FROM stdin; -\. --- --- Data for Name: sj_t2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.sj_t2 (id, a) FROM stdin; -\. --- --- Data for Name: sj_t3; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.sj_t3 (id, a) FROM stdin; -\. --- --- Data for Name: sj_t4; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.sj_t4 (id, a) FROM stdin; -\. --- --- Data for Name: sk; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.sk (a, b) FROM stdin; -\. --- --- Data for Name: sl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.sl (a, b, c) FROM stdin; -\. --- --- Data for Name: slow_emp4000; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.slow_emp4000 (home_base) FROM stdin; -(12699,9028),(12654,8987) -(22689,4680),(22614,4626) -(43263,47296),(43217,47217) -(6184,8397),(6182,8379) -(863,28537),(788,28456) -(33783,4733),(33746,4693) -(40456,47134),(40426,47087) -(45950,8153),(45887,8060) -(33433,36474),(33399,36460) -(41106,22017),(41086,21962) -(19214,36781),(19179,36767) -(11582,40823),(11498,40737) -(35565,5404),(35546,5360) -(26489,17387),(26405,17356) -(30874,13849),(30796,13814) -(38255,1619),(38227,1593) -(4445,32006),(4405,31914) -(3923,32921),(3876,32913) -(36054,39464),(36032,39434) -(46540,6780),(46524,6758) -(12184,45811),(12118,45787) -(13198,17090),(13143,17051) -(30939,44578),(30865,44486) -(12502,4939),(12431,4902) -(3250,1108),(3169,1063) -(34029,41240),(33976,41180) -(47057,44018),(46967,43927) -(699,10114),(686,10058) -(5925,26020),(5845,25979) -(9462,39388),(9382,39388) -(270,32616),(226,32607) -(3959,49145),(3861,49115) -(207,40886),(179,40879) -(48480,43312),(48412,43233) -(37183,37209),(37161,37110) -(13576,13505),(13521,13487) -(5877,1037),(5818,1036) -(6777,16694),(6776,16692) -(49362,13905),(49299,13845) -(29356,14606),(29313,14562) -(5492,6976),(5441,6971) -(288,49588),(204,49571) -(36698,37213),(36682,37158) -(718,41336),(645,41272) -(8725,23369),(8660,23333) -(40115,9894),(40025,9818) -(40051,41181),(40015,41153) -(5739,1740),(5715,1731) -(25120,27935),(25054,27876) -(27475,46084),(27447,46003) -\N -(33197,3252),(33161,3245) -(10892,15691),(10869,15662) -(39012,44712),(38995,44640) -(4506,6484),(4458,6459) -(13970,26316),(13964,26236) -(28009,28104),(27968,28030) -(5991,27613),(5906,27607) -(23649,6338),(23610,6314) -(25942,10008),(25911,9928) -(25651,29943),(25590,29906) -\N -(24555,40334),(24546,40330) -(46870,43762),(46789,43709) -\N -(20030,2752),(19945,2687) -(30758,26754),(30718,26678) -\N -(4320,44673),(4286,44625) -\N -(1011,15576),(939,15574) -(41936,40699),(41854,40655) -(20594,19002),(20561,18995) -(9388,41056),(9325,41042) -(34771,46693),(34751,46645) -(49398,46359),(49332,46357) -\N -(23115,35380),(23036,35306) -(46305,34840),(46283,34765) -(16768,21692),(16691,21647) -(28695,3128),(28654,3112) -(22182,7107),(22107,7074) -(14567,1210),(14468,1139) -(14156,37139),(14136,37119) -(33500,38351),(33477,38286) -(39983,41981),(39944,41954) -(26773,20824),(26719,20813) -(42516,22947),(42460,22932) -(26127,10701),(26044,10650) -(17808,13803),(17724,13710) -(14913,49873),(14849,49836) -(37013,820),(36955,736) -(39071,1399),(39022,1381) -\N -(9785,42546),(9687,42540) -(13423,14066),(13354,14052) -(3417,14558),(3336,14478) -(25212,46368),(25128,46316) -(10124,39848),(10027,39820) -(39722,39226),(39656,39162) -(6298,28101),(6250,28076) -(45852,5846),(45809,5750) -(48292,4885),(48290,4841) -(18905,4454),(18894,4424) -(18965,43474),(18902,43444) -(39843,28239),(39761,28199) -(18087,44660),(18019,44632) -(33886,10382),(33794,10286) -(38383,13163),(38362,13092) -(18861,25050),(18842,24965) -(29887,14326),(29806,14274) -(18733,11644),(18698,11644) -(5119,37952),(5089,37950) -(16191,34884),(16149,34864) -(29544,1104),(29496,1062) -(27740,41555),(27701,41540) -(4672,4087),(4633,4060) -(45441,38994),(45377,38958) -(3272,1176),(3232,1146) -(12820,26606),(12790,26575) -(30910,7590),(30877,7512) -(42476,39152),(42377,39127) -(6562,38490),(6542,38447) -(30046,20332),(29988,20259) -(40723,15950),(40671,15949) -(4945,46857),(4908,46817) -(47986,16882),(47963,16877) -(9842,22339),(9805,22305) -(29831,23169),(29818,23122) -(12322,34404),(12250,34312) -(22846,11091),(22759,10992) -(47627,2424),(47603,2397) -(18375,43632),(18347,43577) -(40441,974),(40394,965) -(34260,10573),(34194,10522) -(32914,9549),(32828,9503) -(49023,37827),(48978,37799) -(22183,10691),(22111,10669) -\N -(38036,15828),(38014,15759) -(34604,16801),(34508,16746) -(26737,29997),(26675,29976) -(47375,40298),(47293,40210) -(771,2661),(732,2649) -(28514,25659),(28504,25577) -(13438,46494),(13376,46455) -(7187,17877),(7125,17786) -(49957,43390),(49897,43384) -(26543,20067),(26482,20057) -(16416,29803),(16385,29724) -(36353,7484),(36286,7414) -(26498,3377),(26415,3358) -(28990,32205),(28936,32193) -(45005,3842),(45001,3816) -(21672,23566),(21603,23566) -(33360,43465),(33302,43429) -\N -(29884,9544),(29838,9520) -\N -(5599,15012),(5596,14930) -(22396,21481),(22344,21422) -(24810,14955),(24780,14887) -(47114,18866),(47081,18784) -(39013,39245),(38953,39237) -(12863,40534),(12803,40529) -(351,37068),(310,37019) -\N -(12916,34327),(12891,34240) -\N -(49191,2694),(49170,2628) -(24127,38407),(24050,38325) -(3264,23053),(3213,23007) -(8172,30385),(8144,30336) -(19630,35716),(19573,35640) -(42554,5148),(42521,5117) -(42168,33453),(42136,33426) -(17732,32093),(17666,32057) -(1039,16626),(1037,16587) -(21287,7757),(21265,7679) -(47063,8260),(47039,8225) -(38645,16238),(38561,16204) -(18258,25358),(18196,25341) -(30458,1742),(30458,1695) -(35147,9273),(35121,9233) -(7670,16625),(7642,16545) -(49503,23432),(49484,23383) -(31089,23146),(31062,23093) -(47758,2734),(47670,2703) -\N -(35276,1027),(35259,972) -(26337,17603),(26313,17579) -(35649,16777),(35626,16777) -(42454,5105),(42362,5101) -(21682,24951),(21646,24920) -\N -(48383,25174),(48303,25156) -(14672,3532),(14601,3460) -(22570,22587),(22515,22512) -(23566,25623),(23484,25573) -(9530,24542),(9504,24459) -(41271,451),(41236,401) -(5556,37528),(5502,37527) -(12479,25042),(12447,24991) -(16568,22916),(16499,22864) -(42700,13084),(42676,12992) -\N -(35523,40973),(35504,40932) -(32948,16962),(32857,16901) -(7808,13469),(7712,13469) -(13920,35203),(13870,35131) -(22731,31563),(22658,31557) -\N -(22909,43956),(22900,43857) -(33077,35080),(33074,35030) -(48064,29307),(48022,29280) -(20232,46682),(20212,46613) -(29949,16790),(29867,16711) -(30260,32029),(30180,31979) -(17184,34503),(17110,34482) -(16066,42687),(16039,42648) -(2947,19819),(2857,19788) -(4900,47934),(4818,47894) -(27193,19014),(27174,18976) -\N -(15597,27948),(15590,27939) -(11090,28623),(11002,28589) -(26956,18651),(26920,18620) -(3107,47753),(3103,47711) -(6745,24151),(6711,24083) -(43923,19213),(43871,19124) -(33451,23578),(33370,23534) -(8944,20605),(8862,20601) -(14905,7536),(14892,7441) -(2412,18357),(2383,18354) -(37060,1443),(36974,1366) -(15501,6230),(15429,6190) -\N -(30333,50),(30273,6) -(35567,9965),(35482,9912) -(49847,7128),(49798,7067) -\N -(27685,36396),(27668,36384) -(43832,18491),(43825,18431) -(36849,34600),(36785,34589) -(2348,47938),(2307,47902) -\N -(20473,22131),(20445,22113) -(38486,4293),(38471,4288) -(30611,30451),(30553,30400) -(3883,21299),(3819,21260) -(7696,37555),(7644,37534) -(22399,7913),(22317,7911) -(42565,38605),(42500,38598) -(36595,12151),(36500,12106) -(587,35217),(571,35123) -(5764,15300),(5764,15231) -(12003,21265),(11983,21210) -(42564,4803),(42470,4737) -(42359,36834),(42271,36746) -(44700,14680),(44658,14670) -(19690,5627),(19620,5607) -(17780,43602),(17714,43565) -(45073,3491),(45041,3434) -(35043,2136),(35017,2084) -\N -(39653,19215),(39646,19198) -(23970,25560),(23935,25502) -(28698,49233),(28600,49223) -(30266,3605),(30245,3540) -(25538,7857),(25500,7791) -(17711,1757),(17708,1756) -(5248,594),(5190,587) -(2730,32454),(2671,32436) -(1722,49089),(1635,49067) -(40954,5743),(40921,5722) -\N -(21382,4426),(21298,4331) -(7885,18629),(7872,18605) -(42838,6459),(42748,6451) -(8217,19894),(8207,19845) -(20489,18524),(20433,18520) -(17383,23559),(17309,23515) -(38952,38968),(38934,38913) -(44665,18137),(44636,18051) -(22416,41220),(22383,41213) -(9901,664),(9818,646) -(23475,21981),(23449,21973) -(41875,17991),(41818,17988) -(36517,47731),(36509,47713) -(37595,49849),(37581,49834) -(38771,32720),(38748,32684) -(810,38523),(736,38452) -(29695,14942),(29665,14907) -(31911,15168),(31906,15113) -(3454,36839),(3438,36831) -(4832,47554),(4820,47473) -\N -(11590,8292),(11539,8272) -(8193,33323),(8106,33317) -(16043,14799),(16001,14710) -(19574,11395),(19514,11316) -(26290,41424),(26224,41342) -(22844,12516),(22807,12471) -\N -(15709,49580),(15655,49553) -(13387,28084),(13379,28066) -(2780,38807),(2690,38711) -(22031,32458),(22028,32377) -(13511,3351),(13440,3297) -(14648,26473),(14614,26383) -(17798,19885),(17726,19852) -(32355,27940),(32324,27861) -(43773,21031),(43767,20985) -(15419,45759),(15403,45666) -(770,38863),(729,38806) -(21221,35619),(21183,35596) -(38924,31021),(38894,30961) -(7395,32439),(7345,32416) -(2324,25118),(2268,25074) -(2958,15089),(2935,15087) -(2424,160),(2424,81) -(12123,18644),(12099,18616) -(7459,30276),(7422,30218) -(15847,45488),(15814,45428) -(26409,29897),(26389,29863) -(12336,34322),(12279,34322) -(9440,23550),(9396,23466) -(4991,30850),(4905,30768) -(47262,11940),(47201,11939) -(30584,42868),(30555,42838) -(23144,24089),(23056,24067) -\N -(35930,11609),(35847,11573) -(7812,17271),(7789,17203) -(17946,37554),(17878,37480) -(27356,32869),(27298,32813) -(29971,47783),(29933,47697) -(26075,46494),(25988,46451) -(39314,41366),(39289,41269) -(31708,42900),(31688,42865) -(4510,10231),(4439,10203) -(43806,8482),(43758,8446) -(45990,49694),(45927,49617) -(48815,27640),(48782,27573) -(41675,26733),(41622,26723) -(23229,7709),(23175,7693) -(48976,17733),(48962,17731) -(10686,41470),(10597,41434) -(18053,27059),(17989,27012) -\N -(35495,25950),(35459,25912) -(41896,45014),(41881,44999) -(22654,41896),(22572,41801) -(18581,7087),(18524,6988) -\N -(14697,22406),(14681,22311) -(40092,28122),(40043,28030) -(35844,24243),(35816,24238) -(1254,25653),(1250,25644) -(1603,21730),(1556,21640) -(33048,21779),(32991,21763) -(29979,1632),(29916,1592) -(8620,633),(8580,620) -(22992,27035),(22932,27008) -(21409,29315),(21390,29309) -(3610,44748),(3547,44699) -(20402,9318),(20343,9267) -(31001,8709),(30908,8658) -(46840,47640),(46773,47551) -(49173,4705),(49143,4630) -(5339,31657),(5251,31622) -(8644,49668),(8630,49648) -(45387,2893),(45309,2885) -(47641,31020),(47584,30941) -(40238,10636),(40208,10568) -(19247,36924),(19227,36924) -(917,19957),(827,19887) -(40967,17841),(40870,17820) -(15850,4109),(15794,4085) -(20181,30916),(20085,30870) -(161,24465),(107,24374) -(21737,49690),(21667,49663) -(10328,20911),(10232,20852) -(24187,49823),(24128,49768) -(36084,4578),(36007,4501) -(38771,31741),(38673,31674) -(2202,30102),(2111,30006) -(27322,16074),(27228,16039) -(6843,17280),(6765,17248) -(16972,39744),(16912,39700) -(10608,38741),(10553,38708) -\N -(4917,34801),(4828,34766) -(39281,33659),(39268,33618) -(31706,7119),(31645,7063) -(3427,44006),(3422,44004) -\N -(10134,42608),(10044,42599) -(26294,32080),(26200,32068) -(21777,34680),(21769,34606) -(23373,25957),(23314,25915) -(10710,8401),(10681,8400) -(42062,19458),(42019,19394) -(26530,43036),(26458,43004) -(3394,46081),(3360,46077) -(38743,33953),(38677,33924) -(32438,8226),(32345,8160) -(9210,27333),(9118,27301) -(19594,1600),(19568,1551) -(10003,12278),(9952,12255) -(31737,7206),(31650,7146) -(16594,15821),(16502,15759) -(28208,30296),(28189,30278) -(30602,46237),(30555,46185) -(20715,5155),(20697,5140) -(48892,35271),(48793,35210) -(3175,5590),(3113,5525) -(34220,27947),(34132,27865) -(35105,39792),(35011,39727) -(21919,27314),(21839,27286) -\N -(23963,3723),(23917,3699) -(16312,14078),(16236,14045) -(19233,49824),(19185,49794) -(1447,11768),(1356,11699) -(17311,17709),(17224,17653) -(11962,31709),(11871,31627) -(21355,40131),(21355,40085) -(33750,35273),(33724,35180) -(38896,25539),(38879,25524) -(39569,44899),(39569,44893) -(11075,41547),(11039,41500) -(3215,12202),(3199,12127) -(46215,33458),(46132,33455) -(15121,38012),(15083,37974) -(44448,18726),(44412,18690) -(3899,38263),(3870,38262) -(13854,13353),(13786,13298) -(8252,5402),(8191,5320) -(46849,37968),(46820,37897) -(16422,13957),(16376,13897) -(47369,7665),(47353,7629) -(11982,40874),(11956,40806) -\N -(9552,27580),(9496,27562) -(32247,19399),(32176,19337) -(32704,2169),(32635,2091) -(7471,44213),(7411,44130) -(48433,7096),(48379,7089) -(37357,6543),(37338,6452) -(30460,29624),(30433,29535) -(20350,28794),(20341,28705) -(6326,32360),(6267,32317) -(1711,47519),(1654,47430) -(49540,16510),(49521,16426) -\N -(26975,618),(26908,579) -(24118,30880),(24020,30821) -(3675,15477),(3625,15418) -(44953,9577),(44953,9530) -(38323,7965),(38235,7910) -(6629,36482),(6579,36448) -(33953,16460),(33878,16408) -(49222,16790),(49186,16695) -(17308,16951),(17274,16904) -(14135,6888),(14077,6833) -(38617,47768),(38603,47760) -(7345,10992),(7290,10914) -(35261,42152),(35176,42096) -(28586,4809),(28544,4735) -(37521,25299),(37495,25217) -(41941,17954),(41912,17915) -(1209,46863),(1171,46863) -(20103,34947),(20048,34896) -(32716,33816),(32656,33769) -(11113,6531),(11036,6467) -(48635,7321),(48563,7262) -(28435,37059),(28349,37014) -(12311,17208),(12232,17112) -(1466,48010),(1379,48008) -(11226,11997),(11223,11925) -(46896,32540),(46821,32510) -(32661,31255),(32632,31187) -(37739,20376),(37655,20306) -(44002,43326),(43920,43257) -(30337,1023),(30271,968) -(34436,23357),(34432,23345) -\N -(21367,8168),(21353,8091) -(36370,21611),(36369,21569) -(4152,36488),(4080,36476) -(17696,13924),(17664,13853) -(34252,19395),(34159,19316) -(12574,3072),(12573,2975) -(3995,21243),(3943,21167) -(44553,30126),(44513,30108) -\N -(4599,45275),(4552,45254) -(33191,11404),(33176,11348) -\N -(14245,18633),(14177,18540) -(32457,20705),(32393,20700) -(40052,10499),(40016,10457) -(29824,44065),(29785,44037) -(31613,12565),(31557,12543) -(42692,29000),(42652,28996) -\N -(40680,22219),(40603,22140) -\N -(33575,27661),(33488,27644) -(46194,1385),(46184,1355) -(38442,48501),(38407,48426) -(25305,21544),(25236,21523) -(15562,8226),(15561,8208) -\N -(20844,43614),(20752,43558) -(22566,30541),(22554,30532) -(2760,47802),(2672,47789) -(25515,30745),(25433,30675) -(48382,45134),(48382,45093) -(9940,27094),(9871,27087) -\N -(48690,44361),(48610,44338) -(18992,11585),(18899,11582) -(21551,49983),(21492,49885) -(46778,29113),(46770,29071) -(43219,9593),(43212,9548) -(40291,1248),(40224,1190) -(12687,22225),(12635,22219) -(49372,38790),(49306,38721) -(49503,46808),(49411,46798) -(24745,5162),(24732,5138) -(5046,26517),(5023,26424) -(5583,46538),(5495,46531) -(6084,35950),(6079,35895) -(3503,23096),(3437,23024) -\N -(45275,8420),(45244,8418) -(13514,45251),(13491,45249) -(42112,2748),(42047,2668) -\N -(7810,21907),(7806,21878) -(48378,36029),(48303,35979) -(32568,48605),(32510,48563) -(859,18915),(810,18915) -(41963,17950),(41939,17915) -\N -(42723,8031),(42685,7955) -\N -(19587,5965),(19556,5961) -(8713,33083),(8629,32996) -(21243,7769),(21226,7740) -(43752,43026),(43720,42944) -(7883,41311),(7859,41242) -(10178,47874),(10157,47826) -(32177,48725),(32093,48646) -(22960,2784),(22953,2774) -(25101,49159),(25087,49090) -(32142,48915),(32086,48850) -(6636,44887),(6590,44825) -(37814,11606),(37769,11578) -(2870,23198),(2820,23121) -(21025,16364),(20947,16271) -(31341,36137),(31269,36114) -(38921,7906),(38888,7831) -(6966,17259),(6922,17199) -(32426,13344),(32401,13253) -(8084,30572),(8078,30572) -(42230,47674),(42150,47603) -(20724,44854),(20724,44830) -(27471,38453),(27454,38430) -(24590,37973),(24544,37941) -(45832,26077),(45772,26031) -(9589,24239),(9582,24156) -(37484,49472),(37409,49432) -(30044,19340),(30004,19333) -(16966,14632),(16936,14572) -(9439,40491),(9403,40482) -(28945,5814),(28913,5805) -(43788,41302),(43746,41231) -(33631,43451),(33614,43354) -(17590,49396),(17510,49324) -(15173,32572),(15109,32507) -(1912,23580),(1840,23504) -(38165,16185),(38076,16154) -(6729,1179),(6637,1177) -\N -(6994,45406),(6983,45325) -(2912,21327),(2908,21305) -(14678,14244),(14659,14222) -(29944,14959),(29898,14900) -(47432,35658),(47407,35610) -(25542,39243),(25466,39149) -(5330,7206),(5304,7165) -(24790,27196),(24695,27118) -(38806,1961),(38795,1906) -(23290,4487),(23212,4416) -\N -(35035,24337),(34990,24297) -(5549,38948),(5549,38891) -(24558,15492),(24501,15425) -(4636,3011),(4574,2933) -(26522,39986),(26451,39940) -(33486,18424),(33410,18366) -(36638,14324),(36625,14287) -(35115,41236),(35055,41191) -(31927,16896),(31841,16806) -(5796,43937),(5697,43886) -(25681,41645),(25663,41608) -(10962,42777),(10894,42732) -(32715,11026),(32672,10991) -(45803,20406),(45710,20371) -(34730,17672),(34658,17606) -(8809,6323),(8798,6232) -\N -(39471,23837),(39390,23749) -\N -(34078,17435),(33987,17433) -(9133,4544),(9041,4509) -(47274,29126),(47242,29060) -(6404,28488),(6403,28475) -(48894,49751),(48846,49694) -(17324,43023),(17301,42972) -(15599,8433),(15557,8386) -(48575,10202),(48488,10175) -(27638,24428),(27608,24378) -(45277,47456),(45240,47422) -(26482,46607),(26482,46570) -(41400,33898),(41397,33802) -\N -(49853,18504),(49848,18503) -(11528,25165),(11476,25080) -(49902,41752),(49818,41746) -(1956,47506),(1922,47424) -(21834,22058),(21802,21964) -\N -(19414,21842),(19386,21822) -(34801,13722),(34744,13681) -(13924,29243),(13835,29160) -(47749,21986),(47664,21894) -(47051,39582),(46974,39489) -(31287,49923),(31236,49913) -(47429,8625),(47337,8585) -(46987,44364),(46901,44277) -(16158,27510),(16099,27467) -(41184,6400),(41148,6317) -(1847,42471),(1829,42426) -\N -(14409,48602),(14320,48555) -\N -(38137,42951),(38045,42918) -(42875,2312),(42832,2243) -(27242,30617),(27181,30535) -(24882,44559),(24812,44548) -(22021,1596),(22015,1581) -(24300,1523),(24250,1443) -(43946,35909),(43869,35868) -(816,15988),(776,15967) -(25243,9401),(25237,9332) -(27967,25958),(27928,25949) -(6575,33949),(6484,33900) -(44812,35980),(44800,35913) -(37577,13064),(37495,13019) -\N -(30891,29967),(30814,29884) -(15829,28836),(15753,28807) -(11128,34180),(11126,34117) -(9834,12537),(9801,12508) -(4899,29069),(4809,29024) -(29370,38459),(29276,38382) -(40743,46653),(40647,46559) -(9618,2723),(9578,2631) -(32542,26837),(32515,26769) -(5625,13409),(5576,13355) -(47490,19229),(47472,19203) -(48118,40275),(48063,40203) -(19245,20549),(19227,20546) -(25312,22243),(25280,22164) -(18797,28934),(18723,28881) -(31609,49393),(31512,49366) -(26183,32888),(26135,32824) -(46198,26153),(46180,26149) -\N -(45383,16904),(45353,16888) -(7132,11408),(7091,11338) -(48262,43227),(48236,43159) -(31722,12861),(31675,12810) -\N -(41695,48924),(41691,48921) -(48318,12877),(48287,12802) -(12069,32241),(11978,32231) -(8395,2694),(8380,2661) -(19552,34590),(19550,34497) -(12203,26166),(12187,26143) -(35745,9571),(35654,9542) -(22384,22535),(22352,22439) -(21459,28189),(21360,28189) -(7418,7203),(7343,7182) -(39497,48412),(39413,48318) -(1058,11132),(979,11051) -(45623,31417),(45548,31381) -\N -(23887,31921),(23876,31891) -(7797,1244),(7785,1155) -(23679,43650),(23594,43644) -(21891,30561),(21833,30485) -(4069,6870),(4019,6785) -(5134,25117),(5103,25034) -(36101,41895),(36085,41810) -(39617,39211),(39544,39191) -(37437,6604),(37434,6585) -\N -(7749,32601),(7740,32515) -(26203,34991),(26159,34946) -(31856,39006),(31783,39003) -(45828,24767),(45788,24723) -\N -(49836,35965),(49757,35871) -(44113,49024),(44033,48995) -(38237,22326),(38187,22253) -(45235,19087),(45190,19005) -(1588,45285),(1520,45254) -(46628,8701),(46552,8665) -(47707,18258),(47668,18250) -(9377,26162),(9325,26079) -(28331,16766),(28302,16731) -(15792,27875),(15727,27809) -(16454,1972),(16415,1967) -(21012,15828),(20972,15784) -(27465,30603),(27390,30560) -(39256,7697),(39225,7604) -(25908,32801),(25854,32770) -(25215,40109),(25201,40106) -\N -(23280,4613),(23190,4596) -(32440,30879),(32405,30807) -(49156,4224),(49126,4126) -(20005,40423),(19911,40370) -(20978,8226),(20930,8170) -(32127,22611),(32126,22579) -(21764,26509),(21701,26455) -\N -(32923,2834),(32914,2830) -(7499,25331),(7426,25300) -(6163,36942),(6107,36908) -(41118,14583),(41034,14486) -(21211,33369),(21208,33331) -(7899,27682),(7853,27603) -(16546,48436),(16535,48400) -(24898,40195),(24855,40174) -(43029,982),(43004,952) -(26266,7962),(26252,7950) -\N -(11308,44367),(11210,44322) -(8902,28402),(8808,28334) -(11671,19619),(11665,19549) -(47202,23593),(47153,23505) -(21981,40220),(21905,40160) -(46721,2514),(46687,2471) -(3450,33839),(3424,33811) -(41854,45864),(41762,45792) -(40183,47816),(40114,47742) -(26119,33910),(26077,33816) -(3430,16518),(3365,16500) -(40063,32176),(40005,32166) -(38702,15253),(38679,15187) -(17719,12291),(17658,12257) -(46131,30669),(46068,30587) -(42738,10952),(42731,10907) -(8721,45155),(8650,45076) -(45317,26123),(45244,26113) -(42694,11561),(42614,11490) -(10043,12479),(10009,12391) -(27584,2345),(27578,2257) -(30889,8253),(30866,8167) -\N -(5176,48928),(5107,48838) -(9781,21023),(9745,20976) -(32430,27908),(32404,27859) -(3984,7391),(3973,7352) -(18904,8094),(18842,8091) -(20573,5508),(20482,5496) -(7806,44368),(7753,44297) -(18875,41452),(18817,41376) -(6632,12142),(6566,12079) -(33066,17865),(33055,17854) -(45726,19628),(45714,19589) -(26971,18459),(26941,18423) -(26554,23641),(26515,23592) -(45503,1325),(45441,1231) -(11898,20164),(11880,20115) -(27868,22837),(27843,22776) -(34931,8206),(34855,8144) -(42375,33603),(42350,33539) -(3184,8308),(3129,8238) -(26667,15813),(26661,15785) -\N -(5760,49617),(5730,49546) -(794,27001),(777,26992) -(13518,45289),(13459,45235) -\N -(34430,29754),(34363,29736) -(37912,24574),(37880,24543) -(8130,2270),(8083,2258) -\N -(26930,21516),(26848,21455) -(3634,33511),(3592,33489) -(33080,5036),(33035,4972) -(48389,13942),(48316,13915) -(9231,5298),(9150,5232) -(1357,10601),(1321,10548) -\N -(35175,15295),(35091,15269) -(33917,36863),(33879,36784) -(8279,12052),(8239,12021) -(11868,19083),(11862,19034) -(24019,30777),(24006,30703) -(44619,6959),(44618,6938) -(28610,2626),(28523,2582) -(29579,41801),(29482,41775) -(23448,37609),(23396,37534) -(40676,11252),(40670,11191) -(39656,14077),(39564,13999) -(33060,31042),(33033,30950) -(11720,6816),(11654,6792) -(13775,28873),(13730,28868) -(47851,39121),(47802,39084) -(30923,40255),(30860,40199) -(44169,15070),(44085,15015) -(42574,28664),(42558,28590) -(8993,43487),(8941,43460) -(40782,11648),(40763,11631) -(18516,10143),(18423,10137) -(39068,551),(39005,491) -\N -(39672,12000),(39575,11913) -(18508,37761),(18464,37712) -(19083,35318),(19079,35280) -(30286,13736),(30222,13672) -(7223,9164),(7132,9069) -(20764,29286),(20700,29210) -(5733,8063),(5699,8058) -(8566,43873),(8549,43797) -(22126,27444),(22062,27366) -(15105,8717),(15078,8660) -(43987,33145),(43940,33083) -\N -(46833,38652),(46755,38612) -(47768,27202),(47681,27169) -(22792,1183),(22731,1152) -(25650,43310),(25562,43247) -(37084,20116),(37045,20057) -(47461,32556),(47423,32555) -\N -(41225,18124),(41215,18117) -(17623,25218),(17553,25158) -(13770,21703),(13770,21700) -(48958,35441),(48870,35388) -(2976,1808),(2892,1802) -(45118,22318),(45049,22224) -(42287,26616),(42281,26560) -(25525,6327),(25468,6244) -\N -(40756,31634),(40713,31568) -(23105,26565),(23078,26565) -(48268,39862),(48265,39827) -(41656,26254),(41567,26243) -(28062,17920),(28045,17825) -(6443,17321),(6402,17238) -(10191,45466),(10151,45447) -(18097,39706),(18043,39649) -(37592,3244),(37569,3197) -(29809,5978),(29762,5950) -(12145,11251),(12130,11202) -(37507,42999),(37446,42956) -(10820,2866),(10782,2830) -(36440,42904),(36421,42832) -(38370,3386),(38279,3311) -(9345,17279),(9313,17197) -(20477,14864),(20395,14807) -(37147,37769),(37110,37729) -(15325,36135),(15284,36053) -(29034,32897),(29009,32854) -(2116,22274),(2037,22216) -(15078,38330),(15048,38251) -(7968,33600),(7914,33573) -(832,23851),(770,23786) -(38669,4348),(38594,4344) -(8521,48573),(8425,48564) -(1060,43320),(969,43289) -(26170,10150),(26144,10069) -(32324,8539),(32285,8506) -(13121,18044),(13109,18021) -(1597,9383),(1594,9367) -(49539,35164),(49505,35065) -(39464,10295),(39409,10261) -(8921,37898),(8825,37803) -(31171,47076),(31093,47039) -(7178,41397),(7108,41304) -(16240,34832),(16162,34761) -(2829,20119),(2782,20091) -(45854,21265),(45810,21250) -(6382,12106),(6315,12030) -(22301,46291),(22291,46274) -(34142,14181),(34078,14158) -(11258,29748),(11198,29742) -\N -(37450,6943),(37398,6882) -(41675,27207),(41643,27130) -(13578,49562),(13573,49479) -(37132,37397),(37081,37301) -(49404,37193),(49332,37170) -(33536,31809),(33444,31735) -(45990,42751),(45893,42708) -(38852,20510),(38802,20509) -(27453,15836),(27391,15802) -(9347,29004),(9284,28946) -(44871,27727),(44778,27668) -(14978,19646),(14970,19644) -(23243,47091),(23166,47080) -(45204,21431),(45167,21370) -(14082,22316),(14078,22235) -(42778,22694),(42744,22606) -(4834,25241),(4760,25196) -(20497,18110),(20494,18038) -(45738,35524),(45706,35496) -(21575,5151),(21493,5092) -(2194,10052),(2172,9960) -\N -(47735,24472),(47682,24460) -(46740,35700),(46695,35609) -(24647,42807),(24568,42779) -(18000,30576),(17975,30506) -(48638,46630),(48544,46628) -(48508,33600),(48477,33578) -(38703,45408),(38670,45313) -(21712,15015),(21625,14956) -(5840,42007),(5768,41992) -(44011,11138),(43953,11117) -(3899,33262),(3897,33238) -(30142,23967),(30096,23927) -(36950,13226),(36908,13141) -(13130,26915),(13071,26873) -(38576,35408),(38539,35392) -(16776,46244),(16700,46176) -(38251,25969),(38168,25948) -\N -(3512,32256),(3417,32242) -(31923,31225),(31832,31197) -(5144,4969),(5124,4937) -(34499,46164),(34430,46162) -\N -(39432,31907),(39388,31828) -(17316,24606),(17221,24533) -(20751,49352),(20709,49323) -(41673,30418),(41623,30377) -(29026,24400),(28971,24345) -(21929,30617),(21894,30598) -(35539,12421),(35536,12355) -(24938,45583),(24870,45525) -\N -(27442,33090),(27353,33064) -(23949,12046),(23949,12036) -(11399,377),(11360,294) -(47099,9989),(47023,9942) -(641,33118),(639,33084) -(13687,41308),(13682,41290) -\N -(3682,17727),(3645,17660) -(13262,19396),(13185,19357) -(18791,389),(18774,366) -(12489,45384),(12403,45369) -\N -(12065,6364),(12015,6325) -\N -(32705,23886),(32619,23827) -\N -(7004,37333),(6911,37240) -(28594,38078),(28530,38050) -(5805,21797),(5710,21701) -(41145,18905),(41058,18873) -(35599,10002),(35591,9956) -(5387,39087),(5326,38994) -(11703,14003),(11671,13912) -(4093,10472),(4091,10470) -\N -(14110,49740),(14063,49695) -(4170,470),(4097,463) -(22219,17296),(22164,17221) -(2505,20879),(2446,20842) -\N -(47235,24744),(47151,24667) -(30035,23234),(30013,23197) -(3489,11659),(3461,11607) -(38435,46322),(38429,46230) -(12315,32880),(12277,32854) -(33350,35297),(33317,35263) -(18845,37671),(18836,37589) -(24855,23554),(24783,23520) -(48251,44461),(48188,44408) -(17695,43353),(17605,43286) -(4964,21292),(4893,21270) -(33919,29907),(33852,29878) -(29139,40010),(29084,39957) -(41611,37750),(41572,37741) -(41773,34717),(41682,34700) -(8225,7424),(8221,7363) -(1785,28248),(1771,28219) -(21553,36307),(21505,36257) -(7552,18199),(7527,18119) -\N -(14410,30977),(14349,30944) -\N -(20940,49142),(20901,49069) -(36892,5522),(36810,5478) -(40192,20926),(40179,20926) -(44702,15182),(44641,15117) -(43431,4921),(43337,4827) -(41129,21654),(41084,21642) -(6205,42785),(6113,42722) -(23714,10224),(23666,10205) -(9318,35175),(9274,35139) -(40698,12676),(40618,12627) -(49954,1340),(49905,1294) -(32774,33062),(32763,33062) -(4336,22183),(4241,22157) -(10241,47657),(10151,47592) -(6746,16718),(6666,16634) -(26842,49694),(26839,49680) -(34870,47437),(34820,47347) -(26365,22266),(26326,22183) -(39859,932),(39829,840) -(33995,10888),(33902,10793) -(32972,22342),(32951,22340) -\N -(19951,10161),(19932,10111) -(26779,45188),(26745,45151) -(11235,13593),(11184,13589) -(27334,20968),(27288,20953) -(9586,43102),(9488,43085) -(43935,49759),(43925,49680) -(10548,37032),(10474,36955) -(9326,14927),(9295,14848) -(41340,11312),(41311,11303) -(6500,44553),(6454,44515) -\N -(8198,26841),(8104,26749) -(47761,34183),(47702,34140) -(43637,17912),(43577,17910) -(17623,11138),(17590,11122) -(48122,13132),(48077,13060) -(27911,39796),(27908,39777) -(1108,7918),(1080,7832) -(18776,24329),(18699,24326) -(1171,37901),(1075,37871) -(38437,33948),(38364,33907) -(1913,11593),(1817,11533) -(22684,266),(22656,181) -(13299,17075),(13241,17074) -(6924,30196),(6851,30113) -\N -(4367,13150),(4298,13053) -(37381,6101),(37380,6046) -(10307,28383),(10270,28349) -(12283,8636),(12256,8610) -(20230,32775),(20144,32723) -(32942,12812),(32905,12714) -(46140,7138),(46140,7047) -(37235,29436),(37161,29425) -(42486,25454),(42478,25444) -(47860,46973),(47842,46961) -(41760,21026),(41662,20955) -(29663,20088),(29566,20026) -(19167,33241),(19101,33235) -(12306,37845),(12301,37803) -(11288,873),(11203,857) -(30309,5120),(30282,5060) -(46927,19737),(46856,19687) -(16664,20052),(16649,19989) -(7330,8675),(7296,8613) -(45067,45724),(44991,45631) -(45317,10862),(45218,10842) -(15012,47009),(14998,46956) -(47882,10146),(47813,10099) -(31571,46215),(31511,46148) -(32257,2619),(32187,2531) -(38924,41305),(38872,41285) -(49981,34876),(49898,34786) -(30501,35099),(30418,35011) -\N -(45862,41438),(45854,41434) -(38448,31878),(38391,31822) -(8278,43463),(8274,43378) -(5883,30629),(5878,30564) -(49501,40346),(49447,40275) -(31651,43116),(31560,43106) -(44244,32940),(44244,32926) -\N -(17941,18079),(17938,18035) -(9518,32524),(9470,32511) -(30707,43469),(30686,43457) -(3284,46542),(3187,46477) -(43423,29642),(43393,29602) -(19940,16825),(19877,16736) -(26194,47446),(26194,47407) -(30386,24675),(30333,24652) -(42707,44466),(42688,44456) -\N -(43395,18525),(43320,18467) -(28346,32259),(28276,32196) -(45106,40786),(45026,40767) -(36734,20414),(36722,20363) -(37140,11569),(37099,11475) -(8967,6409),(8882,6341) -(31036,27923),(30993,27890) -(22442,47682),(22347,47663) -(32511,24029),(32482,23970) -(22593,34444),(22519,34399) -(41534,15495),(41518,15455) -\N -(35862,19997),(35818,19928) -(31419,8323),(31404,8285) -(31036,19023),(30978,19000) -(46900,15192),(46891,15102) -(12774,9651),(12765,9604) -(49985,6436),(49927,6338) -(7184,47344),(7089,47285) -(12792,45021),(12740,45011) -(15019,27192),(14940,27096) -(35415,23106),(35381,23095) -(42129,14283),(42095,14245) -(29375,45807),(29347,45743) -(21763,24916),(21700,24889) -(47656,8794),(47579,8774) -(6139,49571),(6059,49472) -(44492,45607),(44483,45532) -(22699,4301),(22628,4240) -(27407,24241),(27335,24158) -\N -(38424,34460),(38403,34458) -(46572,48456),(46554,48402) -(39676,29056),(39643,28981) -(4202,33076),(4107,33010) -(32499,10592),(32482,10575) -(22504,45417),(22459,45378) -(49619,40322),(49619,40268) -(14463,9305),(14426,9224) -(10070,20300),(10035,20211) -(35060,28561),(34965,28553) -(23970,47522),(23887,47428) -(46803,19155),(46790,19131) -\N -(46151,49848),(46058,49830) -(45266,40766),(45209,40738) -(31041,32195),(31007,32110) -(41401,17245),(41334,17224) -(37445,654),(37435,602) -(45568,31904),(45508,31857) -(29326,7923),(29285,7896) -(27078,34643),(27027,34606) -(34492,43443),(34437,43345) -(34109,4307),(34083,4265) -(2755,45325),(2727,45312) -(12571,24218),(12536,24195) -(41224,2454),(41149,2445) -(711,34828),(655,34788) -(9104,18865),(9036,18850) -(3508,26816),(3456,26771) -(20159,16212),(20116,16160) -(36871,7425),(36777,7421) -(2751,45244),(2734,45222) -(35867,28071),(35769,28052) -(46878,35730),(46850,35725) -(20610,35086),(20513,35037) -(3903,32612),(3887,32517) -(9330,40226),(9289,40169) -(6338,28242),(6329,28184) -(35668,18344),(35606,18304) -(29892,48927),(29878,48879) -(26999,646),(26932,612) -(36377,38898),(36338,38847) -(40289,31459),(40236,31436) -(30377,1164),(30306,1069) -(7642,12183),(7590,12112) -(40325,1716),(40296,1662) -(36412,38787),(36318,38691) -(3967,33268),(3923,33261) -(33914,40774),(33873,40763) -(45978,41431),(45963,41332) -(39195,12546),(39120,12520) -(29962,30878),(29941,30846) -(9365,10732),(9310,10726) -(28801,23943),(28740,23885) -(28934,38858),(28928,38807) -(22126,45897),(22068,45803) -(2923,33832),(2918,33751) -(25116,2276),(25083,2272) -(31174,14546),(31144,14460) -(11728,9072),(11658,9004) -(19804,49195),(19730,49125) -(23090,28826),(23010,28787) -(33989,27553),(33947,27486) -(39702,47613),(39641,47553) -(31397,3607),(31304,3519) -(5835,9262),(5791,9226) -(40112,37022),(40038,36926) -(12346,29356),(12282,29344) -(28503,9623),(28469,9591) -(38449,43143),(38378,43066) -(36950,37311),(36905,37265) -(34824,5729),(34818,5706) -(9288,26969),(9225,26900) -(2535,42176),(2478,42159) -(29098,49051),(29085,49031) -(44759,33326),(44727,33230) -(42849,2970),(42821,2919) -(46014,27193),(45985,27151) -(14506,13713),(14417,13626) -(19342,44905),(19332,44895) -(38178,37003),(38147,36925) -(29179,27310),(29084,27288) -(42713,10158),(42671,10060) -(43336,38389),(43290,38326) -(41260,34410),(41245,34327) -(27907,2695),(27830,2596) -(16309,44972),(16222,44966) -(6230,22262),(6214,22249) -\N -(9266,39458),(9175,39447) -(33120,33548),(33087,33538) -(43659,11416),(43599,11375) -(49707,39258),(49702,39159) -(23520,22140),(23486,22072) -(24736,46502),(24668,46412) -(7826,16851),(7730,16807) -(39114,6048),(39056,5965) -(11859,8753),(11764,8701) -(42254,48367),(42240,48328) -(26136,49185),(26056,49175) -(38395,11209),(38334,11137) -(33249,9425),(33209,9348) -(22131,38502),(22112,38460) -(5306,24344),(5267,24268) -(30292,1198),(30233,1149) -(9903,10896),(9850,10806) -(25568,22911),(25487,22868) -(22048,43391),(22043,43362) -(20852,25827),(20851,25766) -(35204,17119),(35114,17093) -(5575,43431),(5554,43410) -(17727,13623),(17678,13560) -(14721,29520),(14709,29461) -(40317,42220),(40267,42166) -(31435,31012),(31386,30931) -(40655,10103),(40645,10006) -(35783,17802),(35773,17763) -(34874,10210),(34856,10200) -(3694,14279),(3610,14239) -(27854,5493),(27799,5433) -(34913,7234),(34894,7220) -(15758,26445),(15738,26421) -(23710,7272),(23705,7270) -\N -(33679,13468),(33628,13415) -\N -(31271,40495),(31178,40461) -(759,187),(662,163) -(14419,40434),(14402,40381) -(45879,42933),(45814,42872) -(167,17214),(92,17184) -(9964,12210),(9958,12195) -(35834,46257),(35817,46211) -(26077,5629),(25978,5621) -(46177,44640),(46082,44544) -(44780,28753),(44707,28692) -(35491,24729),(35425,24690) -(33914,34190),(33914,34131) -(17709,33253),(17668,33227) -(45516,11888),(45423,11848) -(24497,24752),(24411,24710) -(30333,5952),(30331,5886) -(444,12587),(430,12497) -(7592,22353),(7541,22287) -\N -(13387,37414),(13329,37318) -\N -(21504,35227),(21449,35210) -(18533,12909),(18438,12848) -(41049,27148),(41048,27088) -(18205,12222),(18151,12140) -(18026,5164),(18026,5156) -(34104,29862),(34006,29815) -(18520,49686),(18454,49602) -(37000,41493),(36920,41424) -(43025,25711),(42986,25687) -(38620,47018),(38535,46934) -(24119,36813),(24023,36739) -(48887,26359),(48879,26302) -(47827,14625),(47810,14609) -(10792,30746),(10776,30716) -(30384,40672),(30318,40582) -(48417,22790),(48358,22746) -(14854,5819),(14785,5798) -(19142,44414),(19085,44406) -(31179,27081),(31145,27005) -\N -(19692,8711),(19659,8642) -(39689,14082),(39603,14051) -(11181,39091),(11119,39002) -(46015,23374),(45936,23328) -(12517,49702),(12427,49690) -(21926,21137),(21841,21111) -(31956,12509),(31870,12494) -(5895,2030),(5851,2020) -(27094,5447),(27014,5377) -(35781,8717),(35780,8618) -(14012,12023),(13972,12015) -(1702,12442),(1696,12419) -(28549,5251),(28462,5248) -(26441,21007),(26360,20925) -(49820,7990),(49771,7967) -(26424,29698),(26339,29693) -(35146,6820),(35071,6817) -\N -(15438,18788),(15435,18729) -(47115,5235),(47096,5143) -(33982,9002),(33915,8925) -(14206,37041),(14174,36955) -(24300,36616),(24232,36613) -(44658,1788),(44580,1769) -\N -(31539,43550),(31463,43464) -\N -(16722,9673),(16633,9652) -(44813,20573),(44733,20544) -\N -(42114,32559),(42040,32552) -(41561,36244),(41477,36241) -(39589,33796),(39548,33716) -(20365,26770),(20329,26709) -(28511,208),(28479,114) -(10010,25524),(9930,25508) -\N -(1549,45666),(1512,45621) -(16193,1927),(16166,1869) -(34486,11500),(34421,11401) -(14048,37944),(13994,37901) -(21692,9594),(21617,9496) -(2568,37899),(2557,37811) -(4360,24503),(4278,24443) -(50027,49230),(49951,49214) -(44849,14867),(44836,14813) -(16695,34896),(16683,34840) -(12600,35217),(12593,35129) -(23113,24009),(23030,23962) -(49907,30225),(49810,30158) -(18026,25208),(17970,25208) -(49711,39844),(49651,39790) -(5427,42682),(5357,42637) -(23901,14221),(23802,14184) -(15470,12185),(15376,12163) -(47302,34023),(47292,34001) -(24336,17418),(24315,17393) -(13948,17043),(13903,16970) -(8555,8986),(8530,8953) -(48830,6038),(48743,5986) -(48720,40687),(48623,40610) -(21161,30970),(21146,30896) -(9507,36316),(9411,36261) -\N -(36643,18136),(36614,18106) -(1858,7457),(1851,7402) -(24452,44306),(24372,44252) -\N -(3292,807),(3205,806) -(6845,30694),(6792,30627) -(21333,25786),(21237,25751) -(23008,22574),(22999,22511) -(8790,8893),(8772,8806) -(43333,47968),(43264,47900) -(5377,24103),(5302,24076) -(18410,23993),(18329,23907) -(24752,19126),(24713,19069) -(49772,11378),(49696,11293) -(3468,12920),(3396,12873) -(1746,40342),(1736,40333) -(49187,29737),(49139,29681) -(27657,44952),(27581,44917) -\N -(35407,30177),(35345,30151) -(4071,40568),(4058,40544) -(25998,30513),(25965,30452) -(8195,45403),(8097,45310) -(8276,41689),(8183,41670) -\N -(48435,28550),(48355,28455) -\N -(8139,25449),(8136,25380) -(20302,25574),(20297,25531) -\N -(22055,46659),(22034,46567) -(3531,49962),(3463,49934) -(46828,46938),(46739,46902) -(42294,786),(42212,739) -(8779,3292),(8761,3275) -(48146,46170),(48082,46151) -(21571,10000),(21531,9919) -(35526,26029),(35450,25945) -(38893,22225),(38865,22197) -(22189,37520),(22132,37497) -(810,43261),(751,43198) -(10352,39144),(10290,39093) -(8740,35435),(8720,35432) -(31657,13551),(31583,13484) -(39803,4019),(39755,4014) -(46353,7853),(46312,7824) -(30078,48975),(30021,48970) -(2847,32036),(2819,31966) -(25250,10147),(25165,10140) -\N -(15643,38953),(15585,38947) -(40792,29798),(40731,29731) -(43249,26858),(43215,26835) -(47229,2199),(47201,2134) -(10052,23601),(9958,23570) -(38981,21615),(38892,21604) -(3651,45004),(3570,44917) -(21503,8261),(21409,8166) -(13518,34201),(13465,34105) -(13899,25117),(13836,25114) -(18327,17403),(18301,17349) -(19503,13648),(19483,13607) -(3554,19487),(3529,19466) -(41102,43355),(41070,43314) -(4663,45858),(4583,45765) -(3971,3023),(3931,2975) -(37124,7061),(37080,6993) -(48530,47172),(48459,47160) -(14575,29843),(14509,29750) -(43443,23124),(43357,23038) -(8864,48290),(8857,48263) -(41597,39852),(41577,39791) -(35610,33392),(35556,33353) -(36415,17906),(36328,17846) -(24919,43933),(24839,43883) -(7457,14056),(7395,14051) -(43851,4090),(43801,4080) -(43567,18468),(43471,18388) -(16711,6084),(16652,6055) -(45888,45934),(45846,45880) -(45630,9313),(45585,9248) -(27119,25969),(27094,25884) -(36155,11420),(36120,11405) -(41880,47111),(41808,47049) -\N -(17554,20379),(17482,20374) -(38848,5936),(38763,5869) -(28324,31019),(28276,30944) -(43257,17152),(43176,17091) -(42717,24613),(42691,24527) -(16786,41486),(16763,41403) -(19259,28780),(19160,28711) -(25843,28265),(25760,28171) -(48645,34816),(48546,34755) -(7004,49289),(6976,49236) -(30261,21833),(30181,21776) -(5290,46672),(5219,46661) -(21237,31901),(21188,31849) -(23340,38537),(23253,38472) -(17269,3682),(17183,3586) -\N -(48200,15377),(48110,15369) -(16546,22195),(16477,22142) -(21436,8460),(21378,8449) -\N -(46598,17235),(46577,17138) -\N -(30212,36184),(30152,36092) -(18037,155),(17941,109) -(4945,29201),(4933,29184) -(32835,18782),(32770,18750) -(34160,33104),(34120,33007) -(5151,26989),(5149,26909) -(1801,15549),(1710,15461) -(48988,34819),(48951,34764) -(20904,32547),(20856,32497) -\N -(32654,35183),(32606,35144) -(14336,11763),(14328,11712) -(30546,23808),(30463,23773) -(6813,21006),(6781,20924) -\N -(14199,22030),(14185,21934) -(3783,14709),(3747,14658) -(49428,47052),(49422,46973) -(29551,27682),(29470,27654) -(29170,37260),(29151,37181) -(48924,24689),(48894,24680) -(48497,34052),(48453,33966) -\N -(21263,8203),(21242,8176) -(46537,3797),(46462,3735) -(18406,14579),(18393,14563) -\N -(11583,16529),(11536,16471) -(10564,46257),(10478,46228) -(49769,34513),(49761,34458) -\N -(9202,6482),(9138,6391) -(40387,37411),(40357,37360) -(11966,11802),(11888,11751) -(15551,47438),(15486,47406) -(12017,43288),(11969,43230) -(9717,22574),(9701,22495) -\N -(35083,49443),(35075,49355) -(33857,9320),(33813,9269) -(32106,10581),(32012,10560) -(14345,12485),(14273,12424) -(24187,46416),(24175,46402) -(43854,42159),(43808,42129) -(35399,40707),(35359,40646) -(29585,25576),(29493,25556) -(24919,7829),(24911,7753) -\N -(17049,48390),(17022,48304) -(25224,35012),(25217,34922) -(47397,20853),(47346,20779) -(17221,16558),(17181,16516) -(8669,16491),(8645,16486) -(23502,44241),(23484,44164) -(36169,37046),(36072,37010) -(44775,32394),(44763,32357) -(30685,36871),(30662,36792) -(21783,47642),(21714,47630) -(34847,27467),(34761,27372) -(43925,49912),(43888,49878) -(16455,27861),(16364,27813) -(38406,18310),(38329,18309) -(5408,9461),(5319,9426) -(41856,36900),(41784,36854) -(23723,4460),(23646,4448) -(18454,40138),(18430,40046) -(17505,36822),(17418,36763) -(36686,33534),(36641,33476) -(11347,9454),(11289,9436) -\N -(27816,34752),(27745,34736) -(44213,8559),(44162,8461) -(45359,26789),(45315,26776) -(31249,19475),(31224,19421) -(25917,44239),(25819,44149) -(47313,40691),(47264,40685) -(40577,33848),(40513,33794) -(9606,45253),(9582,45174) -(30005,24521),(29910,24496) -(49332,35375),(49309,35299) -\N -(12164,33871),(12075,33820) -(19598,43327),(19593,43314) -\N -(3818,28584),(3815,28504) -\N -(35579,8611),(35541,8604) -(8811,20986),(8750,20954) -(16139,44777),(16128,44686) -(35550,41501),(35534,41458) -(43180,11927),(43109,11891) -(45798,8465),(45711,8460) -(18196,6886),(18126,6845) -(1774,32167),(1701,32073) -(7030,40790),(7029,40711) -(11676,23009),(11665,22915) -(33990,22561),(33953,22474) -\N -(30366,9447),(30284,9353) -(37626,32913),(37596,32853) -(7730,42561),(7665,42470) -(49347,8403),(49315,8387) -(6874,3499),(6812,3458) -(44189,16999),(44169,16964) -(6312,30167),(6231,30083) -(18932,6611),(18909,6518) -(32262,13076),(32223,13057) -(45989,249),(45910,222) -(42710,855),(42692,796) -(25562,9849),(25535,9802) -(13348,46719),(13260,46689) -(30022,42196),(30005,42160) -\N -(22263,45954),(22243,45950) -(18918,18890),(18820,18795) -(31918,12003),(31852,11989) -(12252,39453),(12211,39398) -(40208,9789),(40194,9759) -(35943,21767),(35914,21693) -(18439,10706),(18383,10618) -(2803,18999),(2778,18925) -(14953,27444),(14875,27397) -(12587,22025),(12545,21928) -(33930,21090),(33918,21009) -(10444,2606),(10407,2553) -(28700,29782),(28665,29703) -\N -(1402,13497),(1397,13465) -\N -(24155,3075),(24083,3062) -(38378,1864),(38339,1849) -(29261,49910),(29247,49818) -(38139,37073),(38098,37057) -\N -(24468,41130),(24418,41053) -(9989,1015),(9959,939) -(47001,33561),(46994,33518) -(47058,16030),(46983,16012) -(35509,1814),(35426,1748) -(3630,48019),(3597,47923) -(47781,12986),(47741,12947) -(16364,9908),(16356,9882) -(17290,41508),(17287,41410) -(42423,26477),(42349,26434) -(10039,920),(9952,833) -(16851,21338),(16846,21314) -\N -(23104,7700),(23062,7688) -(5619,2079),(5611,2075) -(31471,49632),(31375,49549) -(25793,12526),(25783,12456) -(3935,29528),(3866,29513) -\N -(5957,1646),(5947,1595) -(2467,22376),(2429,22349) -(43715,32673),(43664,32595) -(6726,13093),(6636,12994) -(31477,18347),(31421,18299) -(34232,36635),(34200,36552) -(49061,14516),(49008,14442) -(43996,6129),(43955,6074) -(7728,33802),(7670,33703) -\N -(6131,36766),(6053,36749) -(35791,16361),(35696,16329) -(45759,8935),(45675,8886) -(43634,2029),(43537,1940) -(4916,32233),(4844,32181) -(46701,23508),(46623,23477) -(29590,4893),(29552,4871) -(38647,4423),(38574,4396) -(7593,25845),(7497,25751) -(8510,43552),(8432,43492) -(18791,39181),(18730,39162) -(7462,2956),(7454,2858) -(1394,26795),(1392,26780) -(16707,21993),(16609,21932) -(26838,10866),(26803,10836) -(31642,29842),(31585,29760) -(21891,3502),(21863,3406) -(13258,587),(13250,507) -(6072,47397),(6021,47369) -(16605,49730),(16579,49659) -(42830,40981),(42791,40981) -(12975,3706),(12913,3637) -(30925,21660),(30826,21649) -(1455,14229),(1410,14156) -\N -(17583,16486),(17562,16474) -(33377,3387),(33333,3381) -(784,6177),(750,6095) -(22111,44110),(22106,44013) -(1444,403),(1346,344) -(4010,46220),(3982,46212) -(17932,8150),(17861,8127) -(38685,31466),(38636,31416) -(14257,11549),(14242,11522) -(14990,15217),(14904,15211) -(21395,21533),(21307,21520) -\N -(31948,33725),(31885,33694) -(433,49033),(390,48961) -(45205,609),(45173,523) -(25065,35494),(25003,35455) -(33265,6677),(33224,6611) -(18179,22345),(18133,22256) -(3916,13759),(3820,13732) -(1696,13478),(1604,13436) -(47203,25980),(47130,25907) -(24913,13361),(24868,13268) -(13824,40177),(13792,40130) -(25671,13555),(25585,13494) -\N -(20133,37769),(20105,37679) -\N -(26368,16734),(26288,16726) -(30545,35438),(30458,35376) -(48816,22926),(48812,22831) -(48807,31389),(48739,31330) -(11003,10859),(10950,10765) -(17288,8570),(17247,8485) -(38377,31415),(38331,31379) -\N -(19085,23425),(19059,23326) -(40059,17068),(40052,17006) -(18811,13493),(18734,13394) -(36319,17197),(36225,17181) -(14939,38780),(14863,38714) -(49539,17656),(49479,17629) -(42530,45951),(42466,45854) -(27318,26654),(27233,26610) -(49980,35004),(49937,34963) -(18326,32558),(18322,32502) -(45951,28555),(45896,28481) -(12104,33531),(12014,33501) -(22311,41113),(22215,41066) -(25073,18721),(25047,18656) -\N -(14524,13486),(14510,13390) -(40040,36688),(40000,36599) -(21594,11473),(21563,11436) -(44031,22274),(43938,22187) -(729,30683),(668,30601) -(14114,20873),(14102,20803) -(28239,41377),(28222,41308) -(26404,11922),(26317,11843) -(41660,34586),(41585,34501) -\N -(21128,2384),(21101,2368) -(30209,16952),(30156,16858) -(39078,24963),(39045,24898) -(5598,1348),(5499,1294) -\N -(38474,7436),(38450,7364) -(15117,45734),(15024,45693) -\N -(23909,39853),(23888,39780) -(24292,30183),(24282,30148) -(48871,17661),(48868,17637) -(918,18752),(847,18708) -\N -(43615,16162),(43606,16104) -(33763,47410),(33751,47409) -(4798,6485),(4773,6388) -\N -(18524,41539),(18433,41518) -(47745,42449),(47651,42364) -(38936,21237),(38864,21204) -\N -(5251,3516),(5194,3475) -(22269,36269),(22183,36228) -(18736,40983),(18685,40947) -(38393,15444),(38356,15363) -(38134,29898),(38103,29862) -(37789,39557),(37732,39474) -(31906,23005),(31838,23003) -(10647,40094),(10560,40040) -(9914,41547),(9867,41545) -(44221,443),(44125,433) -(41479,10936),(41381,10847) -(42586,6301),(42563,6235) -(2504,17588),(2449,17554) -(7045,18782),(7028,18764) -(41840,32018),(41768,31938) -(38416,17158),(38330,17060) -\N -(8605,39015),(8605,38933) -(5764,43548),(5719,43496) -\N -(20789,29902),(20696,29843) -\N -(36104,47896),(36079,47816) -(31736,13834),(31722,13832) -(32617,19701),(32597,19684) -(1671,18997),(1622,18945) -(36007,26545),(36005,26535) -(31864,17494),(31820,17455) -(27346,28388),(27303,28289) -(8191,9653),(8133,9589) -(7501,21616),(7405,21536) -(35450,9580),(35368,9563) -(29281,37276),(29247,37255) -(6225,17192),(6200,17135) -\N -(43689,8119),(43670,8028) -(41917,49601),(41835,49563) -(44295,13116),(44205,13078) -(22721,44772),(22667,44748) -(32640,11107),(32636,11050) -(20639,28851),(20613,28839) -\N -(32479,10159),(32446,10061) -(27251,16978),(27196,16959) -(41401,33148),(41339,33074) -\N -(49001,8538),(48989,8444) -(37958,35843),(37874,35802) -(46969,41229),(46903,41138) -(18541,8876),(18541,8870) -(4080,31634),(4061,31627) -(8097,35240),(8040,35152) -(18470,21414),(18463,21412) -(20914,17897),(20838,17869) -(42688,11681),(42666,11641) -(47525,25005),(47443,24907) -(32439,14438),(32397,14400) -\N -(39667,19626),(39622,19542) -(1212,44525),(1169,44516) -(29766,4433),(29668,4401) -(25847,49657),(25813,49605) -(33859,17356),(33827,17263) -(28989,45953),(28904,45854) -(37211,30830),(37113,30819) -\N -(45220,26382),(45219,26340) -(12312,43250),(12234,43246) -(37775,41504),(37762,41421) -(45889,33499),(45822,33411) -(49461,22601),(49369,22553) -(39857,33844),(39816,33824) -(46102,15822),(46030,15778) -(46605,31239),(46598,31170) -(23925,5856),(23862,5808) -(15459,4262),(15407,4241) -(12019,4907),(12015,4818) -(38258,17973),(38229,17923) -(40575,29566),(40477,29521) -\N -(29715,45919),(29697,45891) -(11694,9510),(11670,9490) -(7053,44257),(7012,44231) -(16465,8603),(16391,8505) -(29170,15592),(29098,15527) -(20400,37354),(20345,37328) -(5281,10265),(5252,10184) -(6084,48782),(6058,48727) -(11006,6889),(10971,6796) -(16299,19461),(16286,19411) -(13718,29192),(13642,29106) -(3999,2965),(3963,2903) -(18509,12235),(18430,12208) -(49542,38575),(49537,38534) -(15093,41715),(15071,41634) -(6802,8385),(6714,8300) -(15127,17507),(15097,17424) -(36921,3025),(36835,2995) -(32117,24327),(32101,24262) -(27244,24151),(27165,24104) -(36339,42360),(36313,42358) -(47288,46252),(47245,46184) -(37867,6649),(37818,6565) -(14886,22103),(14865,22089) -(39611,17952),(39513,17951) -(37329,31436),(37298,31436) -(5715,39115),(5698,39099) -(13266,7364),(13203,7296) -(16076,10945),(16006,10942) -(7197,41509),(7126,41413) -(14411,40868),(14330,40772) -(12872,33481),(12862,33454) -(17786,19616),(17758,19560) -(1052,37358),(996,37311) -(42825,12643),(42762,12625) -(20007,49858),(19921,49778) -(27155,6355),(27072,6257) -(14117,40208),(14022,40155) -(47280,34069),(47279,34028) -(17551,15803),(17482,15763) -(1725,6673),(1676,6649) -(43984,31128),(43961,31105) -(43772,47042),(43731,47038) -(46901,47317),(46817,47228) -(19877,14179),(19837,14168) -(20691,19989),(20675,19935) -(4011,18914),(3963,18817) -(1023,23378),(933,23317) -(30051,46118),(29966,46039) -(43499,46488),(43496,46409) -\N -(43531,2412),(43447,2396) -\N -(16034,32285),(15976,32220) -(12817,21365),(12740,21298) -(7607,47293),(7585,47293) -(32512,12218),(32463,12170) -(1848,21496),(1839,21439) -(17567,23073),(17478,23046) -(35813,31847),(35807,31792) -\N -(563,30859),(540,30842) -(13145,15488),(13063,15433) -(36754,37479),(36731,37411) -(1125,26069),(1057,25997) -(4539,20676),(4519,20618) -(8476,34721),(8409,34681) -(7794,25691),(7727,25656) -(23842,514),(23800,473) -(47678,41396),(47668,41365) -(6837,25974),(6799,25892) -(13355,11174),(13304,11161) -\N -(37243,25548),(37158,25471) -(12528,30208),(12441,30205) -(14929,1672),(14886,1607) -(27263,49026),(27263,49010) -(15892,21645),(15835,21642) -(29446,48978),(29360,48967) -(41304,9892),(41211,9825) -(37418,49393),(37338,49296) -(41146,32178),(41120,32165) -(28738,13326),(28722,13266) -(14899,36595),(14873,36559) -(1973,31435),(1921,31426) -(19485,17742),(19421,17661) -(33072,20995),(32980,20903) -(47091,30055),(47080,30037) -(45753,12998),(45686,12992) -\N -(11528,7826),(11509,7794) -(21104,13921),(21060,13836) -(16768,15491),(16747,15470) -(13279,20396),(13249,20326) -(4342,49518),(4339,49446) -(20413,15476),(20349,15447) -(45532,5649),(45484,5627) -(18647,27196),(18619,27115) -(1326,17473),(1261,17400) -(47646,19644),(47588,19609) -(35088,1813),(35080,1732) -(38461,34839),(38410,34838) -(34358,11540),(34285,11506) -\N -(26969,7078),(26953,6989) -(12629,40352),(12617,40264) -(33800,7037),(33731,6992) -(24462,13518),(24392,13486) -(33164,47357),(33096,47329) -(15422,18451),(15413,18376) -(19643,12916),(19567,12912) -(40860,42125),(40770,42050) -(49103,29614),(49039,29606) -(36319,35582),(36222,35528) -(8924,36083),(8873,36018) -(49603,44022),(49505,44021) -(7783,40633),(7702,40618) -(25388,49107),(25346,49042) -(28375,38947),(28306,38919) -(47324,22672),(47321,22660) -(2287,8808),(2266,8719) -(44343,16339),(44248,16318) -(2374,28839),(2336,28798) -(22913,40710),(22819,40688) -\N -(47747,684),(47658,627) -(16043,46011),(16021,45984) -(34958,32168),(34903,32092) -(4840,49328),(4752,49258) -(24341,2087),(24330,2009) -(18378,19374),(18327,19358) -(48165,7217),(48156,7141) -(14232,6044),(14182,6004) -(23080,4196),(22983,4191) -(259,1850),(175,1820) -(270,29508),(264,29440) -(45088,11375),(45050,11295) -(29666,39386),(29656,39302) -(8712,8782),(8660,8713) -(15900,6650),(15855,6561) -(28946,28348),(28917,28347) -(32544,25845),(32538,25779) -(44047,6957),(43951,6942) -(36465,588),(36382,503) -\N -(28167,26679),(28150,26673) -(16065,4268),(15975,4180) -(12950,23494),(12893,23494) -(30145,24679),(30056,24654) -(3027,16162),(3001,16071) -(8259,34537),(8202,34484) -(41447,1515),(41427,1454) -(18407,28362),(18309,28303) -(21393,41872),(21328,41816) -(46040,26497),(45996,26408) -\N -(49944,25163),(49902,25153) -\N -(16195,11843),(16159,11831) -(44257,15270),(44254,15214) -(49760,4791),(49699,4713) -(22558,33709),(22519,33681) -(28375,10003),(28336,9938) -(18179,24310),(18106,24256) -(707,30688),(664,30669) -(5851,26118),(5822,26037) -(4266,1292),(4221,1217) -(16516,11331),(16432,11248) -(32374,38277),(32313,38245) -(21939,8015),(21927,7952) -(34322,32051),(34242,32003) -(6262,35977),(6260,35953) -(16717,38594),(16622,38498) -(14564,3433),(14535,3425) -(21078,1000),(20994,974) -(28584,956),(28575,868) -(5538,9962),(5465,9870) -(34183,44102),(34175,44085) -\N -(42507,10289),(42441,10288) -(12671,19936),(12594,19920) -(24835,12179),(24770,12173) -(15664,11538),(15598,11494) -(28892,24446),(28821,24350) -(41654,26720),(41570,26632) -(36583,387),(36503,357) -(10842,34824),(10795,34788) -(11518,42588),(11429,42565) -(12577,40322),(12486,40266) -(2453,4045),(2439,3956) -(31837,33705),(31803,33681) -(24403,27711),(24383,27705) -(4431,2748),(4337,2656) -\N -(3036,2887),(3014,2826) -(37664,16118),(37615,16022) -(8606,18063),(8587,18038) -(24738,25458),(24656,25362) -(45756,34022),(45671,33948) -(34079,15236),(33981,15171) -(9251,22488),(9228,22470) -(25136,2809),(25126,2717) -(5548,47695),(5543,47685) -(13765,40800),(13707,40754) -(25216,30678),(25144,30677) -(22441,17169),(22392,17106) -(1091,4770),(1054,4734) -(36311,50073),(36258,49987) -(22461,33163),(22457,33128) -(35873,28907),(35845,28867) -(42907,15848),(42904,15785) -(6549,24897),(6540,24861) -(21928,37764),(21891,37681) -(21237,41132),(21139,41086) -(12207,24266),(12173,24235) -(40643,49770),(40574,49687) -(32833,35686),(32815,35674) -\N -(14545,18143),(14541,18098) -(33892,42783),(33884,42707) -(33933,8381),(33921,8369) -(12450,19044),(12403,19002) -(10176,45158),(10088,45145) -(35828,12080),(35732,12022) -(28102,13694),(28061,13666) -(49432,31744),(49340,31711) -(16192,37743),(16162,37697) -(46830,867),(46756,790) -(9200,28048),(9159,27986) -(13397,19369),(13340,19288) -(30879,43562),(30785,43545) -(21995,48224),(21920,48143) -\N -(11871,47569),(11809,47568) -(29366,22196),(29280,22154) -(26243,28176),(26203,28116) -(28995,35031),(28906,35014) -(29384,39276),(29352,39183) -(8497,13798),(8471,13789) -(7412,27226),(7334,27220) -(25403,47678),(25363,47654) -(11599,5556),(11574,5502) -(44056,5123),(44008,5111) -(49603,30877),(49579,30840) -(32261,45876),(32206,45865) -(35104,41659),(35048,41587) -\N -(5457,35844),(5376,35782) -(29423,3977),(29354,3959) -(18059,3001),(17965,2961) -(8509,5691),(8463,5620) -\N -(27118,5762),(27083,5747) -(2991,48605),(2939,48559) -(44482,3484),(44425,3459) -(45143,16439),(45046,16365) -(2236,37531),(2147,37530) -(41561,3217),(41490,3210) -\N -(6270,27200),(6171,27166) -(49195,24871),(49138,24798) -\N -(46985,38881),(46897,38845) -(37486,23522),(37404,23441) -(26907,14490),(26900,14391) -(30829,16111),(30756,16056) -(3644,17291),(3587,17262) -(20508,49775),(20472,49680) -\N -(43279,8972),(43198,8936) -(33744,7470),(33734,7439) -(46303,20538),(46284,20498) -(10365,48246),(10291,48154) -(12636,24987),(12545,24933) -(40998,46992),(40989,46916) -(30536,6073),(30531,6018) -(22102,9643),(22051,9594) -(18616,34348),(18530,34332) -(8222,8907),(8123,8848) -(45698,28860),(45698,28770) -(26958,1748),(26924,1726) -\N -(26735,35073),(26659,35025) -(48370,40813),(48293,40737) -(13140,993),(13108,934) -(10588,22893),(10528,22883) -(23645,40789),(23567,40698) -(49548,12374),(49546,12329) -(41135,39626),(41100,39602) -(41374,10856),(41328,10769) -(12234,5765),(12146,5674) -(12832,46941),(12764,46917) -(47886,34532),(47851,34500) -(23777,10549),(23735,10495) -(1291,16913),(1194,16873) -\N -(29239,30554),(29202,30500) -\N -(36485,30007),(36454,29924) -(7067,11320),(7045,11229) -(16939,30482),(16904,30462) -(27423,34386),(27379,34303) -(35170,32021),(35155,31979) -(42570,36477),(42474,36457) -(19695,679),(19682,594) -(47537,39450),(47446,39450) -(19410,22942),(19375,22922) -(34216,40166),(34152,40158) -(37000,24351),(36972,24299) -(24989,1681),(24954,1672) -(54,38679),(3,38602) -(41461,40693),(41411,40599) -(7576,46054),(7545,45963) -(35505,28262),(35413,28222) -(1158,16976),(1145,16927) -(23494,42291),(23437,42229) -(32894,32519),(32880,32485) -(604,13413),(509,13401) -(18396,19712),(18355,19646) -\N -(26657,28234),(26597,28191) -(24240,47211),(24154,47191) -(41778,10741),(41766,10730) -(44022,43776),(44010,43677) -(35967,30055),(35906,29969) -(28878,18042),(28806,18027) -(31507,27302),(31428,27267) -(13267,21935),(13265,21872) -(122,46832),(64,46762) -(10348,45916),(10306,45844) -(22962,12644),(22927,12607) -(6320,22290),(6284,22247) -(2297,11372),(2216,11298) -(29366,36660),(29325,36654) -(13962,39307),(13921,39220) -(11094,19151),(11092,19143) -(32289,23776),(32258,23760) -\N -(36044,17356),(35956,17273) -(46304,38692),(46232,38675) -(10934,42999),(10922,42909) -(4271,21177),(4207,21093) -(7837,19926),(7747,19905) -(25537,36605),(25477,36584) -(22161,14999),(22079,14962) -(5127,31243),(5074,31213) -\N -(14904,40664),(14838,40593) -(29308,8480),(29268,8438) -(17731,7410),(17699,7352) -(44840,29293),(44797,29248) -(15523,31519),(15505,31485) -(34429,38479),(34421,38478) -(3530,23456),(3440,23390) -(4699,6889),(4603,6796) -(47405,48524),(47389,48514) -\N -(23357,43160),(23305,43156) -(16923,1995),(16860,1937) -(47592,33853),(47537,33758) -(31624,37490),(31595,37473) -(42321,13380),(42303,13337) -(3088,16094),(3079,16060) -(22884,2955),(22856,2857) -(17784,23073),(17724,23044) -(32638,45577),(32553,45512) -(13876,44091),(13801,44000) -(27844,24384),(27758,24330) -(28178,10225),(28155,10167) -(39910,14277),(39857,14241) -(30372,19524),(30301,19514) -(38732,43151),(38724,43151) -(32628,2068),(32547,2068) -(13950,28652),(13932,28566) -(38996,41070),(38919,40993) -(31759,45246),(31676,45215) -\N -(5424,34145),(5382,34106) -(14727,45600),(14699,45547) -\N -(31429,21537),(31414,21499) -(14740,3420),(14650,3323) -(21793,39498),(21743,39471) -(18102,25924),(18037,25868) -(33299,683),(33213,594) -(45882,48765),(45809,48721) -(49215,4098),(49180,4067) -(49698,33743),(49614,33663) -(21532,5215),(21514,5151) -(24840,26877),(24826,26808) -(32680,28433),(32631,28364) -(20661,27511),(20584,27414) -(28048,30385),(28009,30315) -(45403,42533),(45389,42464) -(46531,36947),(46531,36850) -(36943,32817),(36865,32737) -\N -(37984,43763),(37888,43748) -(20593,10650),(20557,10610) -(5387,40595),(5326,40585) -(34412,10600),(34352,10539) -(7237,47546),(7206,47451) -(39931,26644),(39915,26598) -(29843,4734),(29800,4669) -(37503,8867),(37406,8821) -(2583,2373),(2570,2294) -(29275,46433),(29256,46350) -(3332,45620),(3287,45581) -(22472,39287),(22472,39257) -(36786,18907),(36708,18884) -(45503,28576),(45482,28494) -(33262,28386),(33163,28365) -(3606,49757),(3538,49697) -(2082,49380),(1991,49281) -(12065,3734),(11983,3663) -(15606,9048),(15596,9028) -(14687,19309),(14637,19263) -(4568,15461),(4499,15428) -\N -(43938,7429),(43923,7391) -\N -(2168,50012),(2108,49914) -(16022,8934),(15963,8928) -(24567,39147),(24561,39102) -\N -(42781,14149),(42765,14088) -(39501,21084),(39468,21078) -(6697,29628),(6693,29584) -(11441,16164),(11364,16125) -(39946,1920),(39868,1844) -\N -(18138,45512),(18111,45438) -\N -(20799,41217),(20718,41138) -(30264,16697),(30240,16639) -\N -(30746,50040),(30727,49992) -(37429,43273),(37423,43205) -(22854,28863),(22789,28810) -(11380,48298),(11287,48242) -(16471,37273),(16439,37223) -(32737,39842),(32661,39811) -(30959,3447),(30949,3357) -(36396,13263),(36348,13187) -(29607,14625),(29531,14619) -(7851,43399),(7824,43334) -(38515,14575),(38496,14492) -(29125,3289),(29086,3264) -(6866,10476),(6839,10424) -(318,31489),(235,31404) -(1140,7007),(1113,6945) -(36574,9291),(36484,9275) -\N -(40320,40937),(40246,40866) -(588,25849),(552,25801) -(6728,42539),(6645,42507) -(12180,6185),(12123,6123) -(32913,44123),(32899,44037) -(25464,16803),(25441,16749) -(23711,5829),(23695,5750) -(31424,34930),(31377,34906) -(42171,8298),(42124,8222) -(451,31104),(375,31083) -(39996,3278),(39943,3260) -(25816,40396),(25735,40362) -(34471,28587),(34399,28547) -(45344,21540),(45297,21496) -(27269,16787),(27246,16763) -(18070,4469),(18022,4423) -\N -(12668,16367),(12645,16295) -(13823,17276),(13730,17251) -(20555,45544),(20511,45498) -(35893,42189),(35861,42177) -(37081,45730),(37076,45705) -(17270,15651),(17201,15552) -(48690,46034),(48667,45945) -(456,16088),(368,16023) -(48707,12416),(48670,12363) -(29692,11509),(29614,11483) -(7005,3668),(6981,3574) -(12162,389),(12103,309) -(12371,24983),(12366,24964) -(6886,48414),(6868,48327) -(10653,26234),(10624,26142) -(8526,48205),(8517,48117) -(10521,31892),(10480,31798) -(43353,1086),(43281,1071) -(21007,35650),(20998,35649) -(2343,4396),(2310,4320) -(29379,12895),(29284,12891) -(27662,17407),(27570,17313) -(9845,29346),(9807,29321) -(43855,38669),(43790,38599) -\N -(20461,44189),(20397,44158) -(11627,17368),(11581,17289) -(2971,38855),(2938,38807) -(43204,47082),(43128,47018) -(9930,46902),(9909,46871) -(30561,48461),(30536,48365) -(44059,7591),(44038,7563) -(46260,16898),(46162,16886) -(27491,2891),(27396,2814) -(36512,26034),(36455,25941) -(31193,20022),(31100,19942) -(17057,13643),(16960,13621) -(26897,3399),(26844,3318) -(1760,5504),(1683,5431) -(29347,5511),(29346,5450) -(38761,42083),(38688,41999) -(11226,4089),(11165,4068) -(46427,42983),(46361,42970) -(12958,30737),(12912,30712) -(44432,46521),(44333,46443) -(16124,2948),(16113,2852) -\N -(24704,25422),(24635,25340) -(30833,46152),(30790,46122) -(4487,37006),(4473,36968) -(41047,23376),(41036,23327) -(16312,49392),(16298,49330) -(30081,14687),(30042,14660) -(11160,13954),(11103,13938) -(33207,23246),(33143,23168) -(14872,7635),(14860,7585) -(20139,23987),(20059,23955) -(10946,49757),(10923,49746) -(39438,36158),(39426,36134) -(35502,2385),(35464,2327) -(17073,42173),(16987,42130) -(6079,17258),(6068,17195) -(40458,15752),(40364,15728) -(23340,7879),(23313,7806) -\N -(31819,15096),(31762,15059) -(31159,40864),(31158,40780) -(26975,32144),(26915,32113) -(34530,10378),(34440,10298) -(18855,49577),(18780,49528) -(16787,16625),(16723,16586) -(32330,26538),(32314,26458) -(34270,28674),(34265,28595) -(10022,16026),(10006,15962) -(23143,1479),(23095,1469) -(33676,4483),(33583,4408) -(31066,22074),(31059,22035) -(21603,47121),(21563,47082) -(30051,4244),(30021,4157) -(30634,39478),(30615,39446) -(34404,48724),(34393,48724) -(31103,21414),(31039,21380) -(22945,47397),(22849,47313) -(18133,32025),(18073,31941) -(4053,25759),(3977,25667) -(39185,39091),(39102,39068) -(43287,7407),(43225,7314) -(13137,31188),(13112,31182) -(46264,1438),(46258,1389) -(22804,43892),(22769,43822) -(7542,1044),(7487,983) -(33022,8321),(32925,8267) -(384,39161),(286,39073) -(28205,24401),(28142,24382) -(31708,39086),(31696,39026) -(36626,15708),(36560,15690) -(17099,16924),(17079,16924) -(10817,6989),(10747,6955) -(24338,19293),(24291,19277) -(27566,17576),(27544,17545) -(23041,38384),(22970,38320) -\N -(12786,8485),(12702,8435) -(13876,49473),(13813,49448) -(31585,46998),(31490,46929) -\N -(30227,8768),(30206,8715) -(32062,39306),(32023,39292) -(25003,35753),(24921,35687) -(3281,6758),(3232,6704) -\N -(11395,30299),(11376,30220) -(5088,15275),(5007,15203) -(31100,39538),(31003,39444) -(2741,17877),(2726,17793) -(42897,48620),(42860,48537) -(4230,15778),(4181,15776) -(17835,27530),(17815,27431) -(34189,10933),(34135,10921) -(7537,39974),(7494,39973) -(21554,3507),(21528,3476) -(9350,32326),(9273,32275) -(16455,8874),(16420,8793) -\N -(7346,34235),(7330,34224) -(16417,48134),(16352,48066) -\N -(41916,4971),(41849,4886) -(15856,1522),(15807,1521) -(41549,40218),(41494,40144) -\N -(9978,16226),(9972,16181) -(14856,13312),(14808,13283) -(38490,41641),(38428,41583) -(25828,7438),(25807,7378) -(21876,30633),(21796,30587) -(1908,14279),(1825,14247) -\N -(32207,10251),(32121,10184) -(370,9493),(328,9441) -(42072,17634),(41974,17600) -\N -(47298,9910),(47235,9846) -(17856,11266),(17782,11225) -(35009,21400),(34956,21396) -(18337,11145),(18335,11133) -\N -(25425,9139),(25381,9085) -(35642,27783),(35621,27782) -(3629,33164),(3575,33163) -(17151,41255),(17115,41204) -(17417,5835),(17402,5751) -(33407,14226),(33329,14141) -(1930,29955),(1889,29931) -(41101,10942),(41065,10844) -(36333,27288),(36281,27233) -(21423,36868),(21367,36825) -(36385,19566),(36341,19510) -(27073,38301),(27066,38232) -(43989,34187),(43984,34174) -(48366,7488),(48316,7483) -(37497,36075),(37415,36043) -(46917,9891),(46887,9870) -(37179,657),(37103,634) -(3877,44736),(3811,44684) -(30556,2975),(30547,2962) -(7629,11447),(7547,11416) -(45687,48147),(45591,48088) -(5635,7184),(5571,7146) -(9611,47327),(9541,47246) -(7119,48224),(7117,48152) -(15233,26480),(15138,26430) -(37468,1526),(37466,1513) -\N -(20855,2786),(20828,2711) -(30538,44084),(30480,44061) -(42231,41527),(42149,41454) -(14963,13239),(14952,13146) -(26819,43996),(26745,43934) -(42172,35953),(42086,35928) -(28785,12611),(28710,12534) -(14089,1704),(14047,1629) -(4343,26242),(4341,26169) -(20327,42244),(20231,42212) -(33671,12700),(33666,12630) -(42144,32642),(42128,32569) -(26590,19483),(26503,19442) -(21741,46259),(21723,46226) -(8822,34700),(8760,34693) -\N -(2710,33521),(2675,33505) -(26067,19998),(26026,19989) -(12244,34509),(12202,34489) -\N -(47162,598),(47119,499) -(33093,49382),(33068,49359) -(35170,26340),(35153,26264) -(22552,35785),(22490,35735) -(36791,23032),(36781,22976) -(22857,10857),(22833,10797) -\N -(47207,37405),(47138,37365) -(21867,2836),(21854,2811) -(3387,31487),(3311,31456) -(47174,48121),(47167,48101) -(24415,22232),(24366,22224) -(7970,29251),(7959,29211) -(18635,31294),(18539,31221) -(8403,13380),(8370,13372) -(738,18097),(737,18054) -(37238,19195),(37218,19114) -(582,47934),(570,47897) -(12359,4635),(12350,4619) -(43272,2013),(43195,1958) -(47568,27149),(47521,27088) -(24695,12827),(24661,12796) -(26259,14077),(26168,14019) -\N -(48478,36135),(48425,36092) -(5230,39250),(5206,39174) -(3488,18562),(3423,18489) -(39502,16331),(39460,16275) -(18296,1478),(18233,1471) -\N -(28627,12430),(28559,12410) -(25257,21981),(25206,21954) -\N -(2410,41192),(2325,41142) -(43681,9631),(43587,9538) -\N -(15086,45309),(15064,45270) -(13824,40807),(13759,40787) -(7090,2207),(7062,2159) -(3685,2480),(3630,2391) -(14810,38335),(14801,38275) -(26668,38018),(26581,38012) -(45562,1517),(45506,1424) -(11001,32481),(10962,32402) -(27743,25245),(27673,25161) -(15952,10598),(15948,10535) -(12705,13308),(12694,13232) -(31992,21195),(31975,21118) -(25834,16652),(25745,16626) -(21022,43625),(20990,43576) -(45094,27254),(45000,27240) -(9688,42601),(9643,42533) -(17746,24659),(17694,24616) -(1509,38859),(1503,38809) -(2067,20438),(2041,20369) -(7885,44528),(7839,44444) -(27432,33052),(27422,32987) -(26577,17157),(26563,17142) -(10815,35985),(10734,35908) -(44891,24067),(44794,23979) -(48626,1900),(48595,1850) -\N -(40659,35541),(40659,35489) -(22231,26628),(22210,26579) -(37408,23016),(37375,22919) -(5920,15916),(5906,15895) -\N -(33125,9952),(33037,9880) -(12142,29705),(12141,29670) -(3672,20995),(3649,20899) -(39147,31967),(39101,31907) -\N -(33812,48458),(33748,48399) -(25038,14639),(24978,14586) -(3859,16010),(3857,15994) -(31926,39496),(31889,39417) -(49300,28064),(49297,28026) -(24121,38305),(24048,38256) -(9252,4205),(9155,4149) -(36124,30451),(36056,30395) -(28809,49557),(28794,49533) -(30500,44504),(30471,44476) -(26866,42395),(26822,42332) -(48195,1784),(48101,1734) -(46201,14109),(46112,14097) -\N -(2415,9975),(2354,9914) -(30485,9581),(30415,9558) -(6385,36838),(6305,36838) -(2799,11189),(2723,11095) -(21998,20503),(21923,20406) -(29151,10714),(29090,10671) -(28850,29276),(28757,29207) -(43386,48845),(43305,48834) -(25173,8310),(25101,8294) -(34244,32352),(34204,32342) -(35595,23728),(35533,23672) -(1122,13581),(1119,13538) -\N -(388,21716),(296,21678) -(48782,11064),(48701,11005) -(40293,12997),(40213,12927) -\N -(28194,46428),(28113,46414) -(4791,18118),(4708,18105) -(471,29808),(448,29775) -(3536,37803),(3447,37737) -(1336,28416),(1275,28392) -(16484,48478),(16422,48454) -(25846,19320),(25811,19296) -(48669,27703),(48575,27615) -(24032,44217),(24029,44127) -(12236,5019),(12233,4986) -(1179,29838),(1113,29778) -(33893,22049),(33867,21955) -(16718,19462),(16700,19440) -(17992,49438),(17894,49433) -(35163,39941),(35081,39885) -(33897,8362),(33853,8328) -(2480,6640),(2456,6599) -(28011,19729),(27937,19679) -(15819,41516),(15809,41440) -(29818,9136),(29747,9089) -(28551,37016),(28529,36941) -(36406,26879),(36374,26872) -(16821,48925),(16758,48914) -(23692,48163),(23595,48160) -\N -(4803,10619),(4759,10522) -(46600,33581),(46553,33518) -(41349,11767),(41310,11710) -(20856,29642),(20799,29562) -(16559,46161),(16504,46131) -(23041,1300),(23003,1287) -(16630,44902),(16554,44853) -(43065,14299),(43013,14274) -(24818,22397),(24796,22348) -(22282,24949),(22218,24921) -(36668,28538),(36631,28456) -(8080,1220),(8018,1146) -(47282,34302),(47277,34269) -(35603,33558),(35557,33495) -(44764,32189),(44700,32175) -\N -(46488,23965),(46449,23868) -(46314,15047),(46216,15013) -(6348,25381),(6286,25363) -(3871,49288),(3819,49251) -(462,38894),(398,38867) -(23196,29214),(23136,29169) -(29024,9775),(29016,9759) -(42016,18555),(41934,18472) -(8772,45981),(8692,45973) -(11028,1351),(10986,1278) -(26684,21668),(26641,21656) -\N -(37262,26005),(37260,25947) -(14899,44069),(14814,44066) -\N -(39635,18701),(39587,18698) -(28528,22948),(28457,22857) -(7755,36528),(7681,36454) -(32461,1172),(32427,1106) -\N -(18775,27359),(18736,27329) -(15379,20031),(15337,19934) -(45888,33592),(45881,33544) -(44013,24694),(43962,24645) -\N -(43347,10699),(43343,10699) -(49999,27218),(49908,27176) -(13698,17326),(13630,17317) -(34850,44313),(34775,44302) -(38076,49235),(37983,49214) -(35570,40218),(35500,40136) -(40062,28973),(40032,28878) -(3567,39847),(3523,39781) -(498,2442),(480,2401) -(29660,43620),(29577,43561) -(10946,47356),(10878,47351) -(8073,44233),(8005,44144) -(9720,13473),(9710,13462) -(3643,38014),(3598,37932) -(16887,1408),(16810,1375) -(7559,27914),(7508,27874) -(30356,18573),(30275,18569) -(12193,48176),(12130,48116) -(11884,7756),(11819,7731) -(18293,33272),(18227,33234) -(46697,47874),(46696,47828) -(35788,32517),(35760,32446) -(33877,36987),(33821,36958) -(31253,22819),(31184,22808) -(7744,23115),(7729,23103) -(21291,39817),(21219,39778) -(13877,43379),(13861,43290) -(42955,1406),(42876,1382) -(49232,15950),(49210,15880) -(48419,32001),(48326,31902) -(18940,43246),(18860,43150) -(32317,38240),(32310,38201) -(11307,48298),(11304,48222) -(38015,18190),(38000,18176) -(27821,1177),(27818,1131) -(18935,26757),(18865,26682) -(42659,48284),(42562,48244) -(30185,23350),(30146,23291) -\N -(16496,11970),(16441,11919) -(162,26040),(120,25963) -(24238,47784),(24185,47746) -(32326,8612),(32274,8568) -(26141,13423),(26051,13407) -(40132,22815),(40089,22812) -(21151,48794),(21056,48740) -\N -(22044,28358),(22031,28334) -(6680,14746),(6605,14669) -(40686,25139),(40632,25070) -(22823,27549),(22816,27507) -(2513,22841),(2427,22811) -(36316,27787),(36218,27728) -(554,35489),(540,35441) -(536,30674),(534,30609) -\N -(25385,38468),(25295,38416) -(19467,47386),(19437,47317) -(22425,38591),(22387,38536) -(32493,17321),(32396,17298) -(40115,47315),(40109,47235) -(25002,2107),(24963,2104) -(3901,9790),(3898,9706) -\N -(40316,1721),(40315,1658) -(40089,3454),(40074,3443) -(793,17897),(761,17897) -(6490,43552),(6434,43522) -(10825,487),(10820,405) -(47703,36067),(47641,36011) -\N -(4480,11671),(4468,11653) -(37713,10642),(37711,10615) -(12315,5302),(12273,5203) -\N -(8709,6617),(8647,6557) -(24467,30535),(24455,30494) -(40440,32757),(40369,32668) -(49449,42447),(49426,42428) -(44867,11197),(44792,11137) -(39173,33241),(39143,33187) -(43836,2212),(43803,2184) -(23819,47613),(23739,47575) -(20583,2134),(20485,2042) -(48922,6169),(48889,6111) -(5230,44613),(5131,44604) -(37060,8051),(37032,7975) -(19148,36711),(19112,36704) -(36305,4216),(36243,4118) -(6329,39089),(6302,39047) -(36703,26367),(36623,26307) -(44753,19721),(44701,19631) -(42094,43310),(42094,43285) -(4276,22377),(4241,22352) -(30329,18906),(30327,18815) -(21970,19605),(21871,19590) -(23722,41924),(23709,41861) -(30965,39775),(30908,39692) -(32394,37895),(32351,37890) -(23968,42162),(23873,42095) -(1776,2621),(1732,2548) -(24951,47758),(24900,47679) -(32917,35771),(32847,35753) -(5428,27773),(5343,27769) -\N -(19650,142),(19630,51) -(39769,17276),(39743,17229) -(5171,24562),(5119,24470) -(32976,35249),(32917,35199) -\N -(4174,24603),(4099,24504) -(38565,36960),(38535,36926) -(39084,4328),(39031,4301) -(32153,38043),(32070,37990) -(38085,30640),(38041,30603) -(14269,18426),(14185,18422) -(42941,30850),(42892,30788) -(32403,25999),(32339,25960) -(16906,191),(16816,139) -(3456,48722),(3418,48721) -(3050,18287),(3022,18243) -(6331,8439),(6234,8364) -(5331,20797),(5319,20793) -(39225,37408),(39216,37348) -(34510,19838),(34488,19810) -(45789,33873),(45770,33786) -(369,1457),(278,1409) -(16531,43785),(16482,43729) -(11974,14789),(11973,14730) -(23128,6811),(23094,6798) -(43962,33659),(43944,33599) -(20967,3115),(20947,3079) -(39257,38606),(39241,38595) -(22431,8246),(22381,8235) -(26007,14672),(25996,14593) -(24762,4261),(24675,4261) -(35402,32077),(35343,31988) -(5141,16476),(5139,16393) -(16439,17564),(16344,17472) -(36983,46663),(36903,46567) -(35170,14144),(35162,14048) -(22290,7841),(22283,7810) -(22414,38398),(22404,38319) -(9011,18177),(8932,18150) -\N -(154,4019),(138,3990) -(20447,4998),(20383,4970) -(38867,35757),(38795,35659) -(32322,15845),(32227,15804) -\N -(29889,12142),(29852,12055) -(36235,36918),(36217,36897) -(41620,6581),(41568,6581) -(24758,38504),(24731,38483) -(42524,12904),(42473,12895) -(17954,49975),(17865,49915) -(1938,39019),(1927,39013) -(4864,33279),(4817,33258) -(45373,41967),(45313,41885) -(28786,19028),(28782,18978) -(41913,44950),(41911,44908) -(33408,14698),(33392,14681) -(27602,3460),(27576,3419) -(3336,3728),(3334,3715) -(9099,910),(9080,813) -(34141,6403),(34071,6367) -(48270,17216),(48252,17130) -(2549,16546),(2461,16474) -(27802,33669),(27735,33642) -(48419,1682),(48323,1583) -(5094,41211),(5002,41123) -(11192,6217),(11190,6146) -(6979,18503),(6959,18421) -(41210,48187),(41140,48143) -(15303,29527),(15273,29441) -(12326,45572),(12267,45570) -(29293,5861),(29212,5826) -(23847,37241),(23761,37178) -(44656,23926),(44653,23831) -(30043,16194),(29977,16105) -(902,9358),(879,9339) -(23850,46501),(23834,46494) -(42333,13300),(42287,13246) -(25226,18086),(25169,18005) -(40252,12082),(40183,12038) -(49275,18076),(49216,18055) -(8255,28878),(8238,28862) -(11325,41286),(11320,41235) -(16948,18588),(16926,18528) -(31394,1099),(31374,1038) -(30705,35772),(30637,35766) -(3858,39131),(3771,39125) -(17565,24892),(17515,24808) -(9221,49715),(9216,49661) -(44945,25769),(44875,25722) -(33408,13563),(33310,13527) -(48505,4407),(48408,4373) -(21859,37217),(21763,37217) -(39393,14422),(39335,14364) -\N -(19905,1154),(19841,1098) -(25946,10388),(25906,10366) -(10104,13748),(10027,13746) -(5822,24629),(5820,24599) -(38194,11287),(38127,11252) -(15694,46757),(15625,46716) -(326,18837),(285,18817) -(49611,47078),(49533,47052) -(48233,18850),(48150,18842) -\N -(29239,9962),(29208,9875) -(40062,44554),(39973,44460) -(19135,20729),(19059,20643) -(31969,40664),(31896,40643) -\N -(3725,9191),(3711,9095) -(44280,40158),(44264,40108) -(37236,42756),(37160,42694) -(27958,19055),(27888,18959) -(45270,17661),(45187,17601) -(12115,39546),(12061,39525) -(10227,32295),(10168,32231) -(39264,31123),(39226,31085) -(6566,40000),(6532,39904) -(30058,6975),(30012,6903) -(49631,6909),(49597,6823) -(42168,10926),(42134,10905) -(44892,30042),(44858,29970) -(19540,19803),(19495,19788) -(18403,25454),(18371,25404) -(22929,26795),(22841,26722) -(16648,30213),(16626,30174) -(3440,7495),(3429,7468) -(30708,49028),(30643,48998) -(26258,14164),(26255,14151) -(44206,31653),(44121,31637) -(1510,15179),(1426,15130) -(6986,30496),(6887,30416) -(7192,43403),(7138,43339) -(39921,22071),(39866,21976) -(45870,17011),(45796,16919) -(15939,9563),(15917,9539) -(23728,24737),(23691,24725) -(6444,40416),(6363,40375) -(21899,23861),(21857,23765) -(20610,36765),(20533,36742) -(46520,33082),(46433,32983) -(21406,20902),(21311,20895) -\N -(37913,42300),(37814,42269) -(18216,8177),(18161,8173) -(32967,8258),(32899,8244) -(14978,40230),(14971,40149) -(30343,39152),(30266,39101) -(25917,5835),(25843,5806) -\N -(5169,45366),(5141,45314) -\N -(16221,20898),(16209,20875) -(13151,19869),(13145,19811) -(44399,2801),(44337,2713) -\N -(10959,48311),(10957,48230) -(4794,11711),(4732,11661) -(764,10149),(762,10091) -(15985,46067),(15898,46028) -(41434,22870),(41342,22867) -(43769,23796),(43743,23756) -(10017,18440),(9919,18384) -(21141,43119),(21097,43112) -(7782,13424),(7694,13398) -(25088,36224),(25059,36150) -(46325,48722),(46241,48631) -\N -(11042,33125),(11011,33071) -(22347,13460),(22290,13375) -(3508,20538),(3483,20536) -(5331,42945),(5272,42875) -\N -(2368,15537),(2339,15503) -(45314,31830),(45254,31817) -(34358,2649),(34319,2589) -\N -(17576,30407),(17572,30323) -(29836,41324),(29746,41287) -(21036,39996),(21014,39899) -(26886,6460),(26787,6400) -(15709,5625),(15627,5558) -(37415,15979),(37414,15911) -(47761,16860),(47728,16813) -(35814,48252),(35755,48173) -\N -(28559,20810),(28496,20715) -(12034,11921),(12002,11905) -(1818,27450),(1805,27406) -(33810,45499),(33806,45413) -(17376,18175),(17323,18138) -(34106,28135),(34049,28106) -(44947,23165),(44919,23091) -(37670,41904),(37616,41840) -(12614,15027),(12555,14969) -(43301,75),(43227,43) -\N -(27526,15096),(27450,15088) -(26947,33409),(26853,33333) -(1537,43572),(1471,43499) -\N -(21607,35452),(21605,35375) -(24869,46565),(24818,46531) -(4774,30335),(4723,30257) -(11615,18316),(11579,18310) -(18444,15819),(18354,15763) -(47267,22574),(47203,22518) -(22287,49538),(22203,49511) -(43010,16270),(43010,16202) -\N -(1623,8350),(1578,8254) -(21220,43808),(21137,43748) -(40397,16471),(40358,16434) -\N -(34839,1377),(34744,1327) -(17096,5730),(17090,5637) -\N -(28156,37782),(28155,37723) -(3672,5686),(3586,5638) -(21856,48656),(21840,48638) -(6907,7791),(6892,7761) -(17952,21370),(17862,21350) -(37793,13461),(37784,13381) -(14740,49655),(14709,49604) -(21690,6337),(21593,6289) -\N -(10423,33548),(10364,33498) -\N -(39187,23274),(39136,23197) -\N -(21882,37247),(21835,37167) -\N -(11343,16957),(11281,16914) -(38279,43400),(38264,43352) -(23167,30271),(23086,30224) -(46278,6037),(46180,5964) -(28626,31165),(28605,31095) -\N -(31018,367),(30946,333) -(23541,12541),(23530,12523) -(49741,14535),(49691,14511) -(31444,12702),(31425,12612) -\N -(22406,26536),(22316,26534) -(6807,9761),(6758,9723) -(15698,1941),(15687,1848) -(49310,4625),(49295,4584) -(21345,18939),(21269,18887) -(31433,30493),(31411,30439) -(44980,12400),(44950,12372) -(25054,13949),(24984,13949) -(40538,7253),(40483,7212) -(16967,8627),(16936,8604) -(26872,3646),(26804,3594) -(24575,42883),(24530,42883) -(11823,5755),(11771,5721) -\N -(2553,46189),(2513,46174) -(24993,14552),(24898,14470) -(28453,1719),(28419,1665) -(8925,22603),(8878,22589) -(47635,15380),(47546,15378) -(35378,18112),(35324,18058) -(27347,22264),(27293,22200) -\N -(44323,29044),(44273,28958) -(41538,38324),(41484,38290) -(19128,49932),(19112,49849) -(17904,12548),(17867,12503) -(35103,14426),(35092,14336) -(29807,10142),(29714,10052) -(44507,22903),(44462,22847) -(11419,13324),(11399,13251) -(8573,42221),(8562,42123) -(46798,45843),(46765,45765) -(12028,31783),(11967,31749) -(10635,45300),(10604,45251) -(9626,8248),(9587,8194) -(18290,741),(18246,732) -(39949,44672),(39932,44641) -(7897,11692),(7893,11637) -(20165,42246),(20112,42168) -(4341,48390),(4285,48338) -(30126,28913),(30088,28869) -(40565,1733),(40472,1721) -(9981,30147),(9915,30133) -(47292,25511),(47217,25462) -(20137,24489),(20104,24392) -(2385,28283),(2381,28189) -(20429,10052),(20357,10009) -(8395,38568),(8348,38480) -(17381,36112),(17349,36038) -(37845,30953),(37759,30926) -(27452,12732),(27411,12652) -(38196,32186),(38114,32116) -\N -(6527,49356),(6508,49315) -(43891,29789),(43856,29723) -(6146,37192),(6085,37107) -\N -(42012,28897),(41939,28808) -\N -(14909,13815),(14846,13757) -(11120,24095),(11035,24049) -(3132,41545),(3053,41526) -(40084,40315),(39994,40261) -(39671,17445),(39576,17361) -(47135,35853),(47085,35831) -(39297,1941),(39290,1911) -(47143,35898),(47072,35880) -(16017,6711),(15989,6686) -(47110,30305),(47087,30213) -(38102,27639),(38091,27602) -(17954,22544),(17863,22453) -(39891,11791),(39815,11739) -(13996,20290),(13922,20278) -(22284,23143),(22190,23081) -(25345,24019),(25313,24017) -(47134,44803),(47055,44761) -(41360,16573),(41326,16503) -(10464,1071),(10457,998) -\N -(23515,47517),(23451,47499) -(9308,8452),(9238,8392) -(28695,5657),(28671,5644) -(45104,9913),(45077,9871) -(337,455),(240,359) -(11562,45479),(11472,45428) -(11952,18466),(11931,18425) -\N -(35789,5154),(35775,5128) -(19024,18299),(18979,18230) -(43056,38113),(42975,38067) -(10075,26847),(10064,26806) -(3065,8107),(3029,8038) -(24766,19059),(24749,18985) -(14438,24805),(14413,24708) -(9523,3058),(9485,2998) -(24516,31262),(24478,31204) -(49513,26044),(49434,26035) -(14110,38528),(14103,38461) -(31679,35618),(31619,35618) -(10029,20258),(10008,20248) -(39269,37586),(39233,37539) -(12343,8197),(12247,8113) -(11155,44223),(11111,44134) -(25437,20606),(25338,20534) -(46604,16156),(46570,16131) -(4636,14004),(4592,13941) -(15975,29628),(15912,29556) -(49887,24274),(49805,24184) -(11812,13440),(11723,13418) -(21589,38179),(21531,38085) -(32255,44463),(32219,44454) -(15023,12698),(14989,12687) -(28906,48630),(28818,48568) -(28886,38905),(28861,38832) -(34786,22285),(34740,22240) -\N -(46513,46780),(46425,46780) -\N -(26626,31759),(26551,31677) -(19792,25967),(19763,25933) -(20432,14394),(20388,14365) -(27092,7301),(27052,7278) -(22283,987),(22198,928) -(6197,24363),(6112,24311) -(46601,49259),(46551,49231) -(12392,48052),(12363,48038) -(46116,31386),(46067,31356) -(7354,16855),(7289,16778) -(47501,42808),(47495,42761) -(16461,25487),(16391,25398) -(42678,18798),(42678,18756) -(9466,18207),(9419,18185) -(17467,14177),(17416,14097) -(28533,31886),(28487,31832) -(13225,38472),(13188,38395) -(5180,40970),(5173,40902) -(83,10271),(15,10265) -(2111,6784),(2016,6690) -(41835,11064),(41798,10995) -(29273,48585),(29181,48536) -(29066,21615),(28985,21543) -(19805,44143),(19727,44128) -(48919,21468),(48875,21467) -(28790,34287),(28721,34251) -(10911,33074),(10869,32989) -(6111,16519),(6032,16489) -(43889,33838),(43837,33768) -(32323,21685),(32304,21644) -(9552,27819),(9539,27753) -(38266,49852),(38233,49844) -(37672,48362),(37663,48277) -(32550,47029),(32529,46931) -(46307,6620),(46272,6616) -(23192,46608),(23105,46566) -(30399,48330),(30335,48239) -(36268,25058),(36235,24984) -(19181,8120),(19089,8098) -(24376,19983),(24294,19925) -(18297,18375),(18202,18292) -\N -(31608,6215),(31575,6168) -(12788,49510),(12784,49468) -(46071,13013),(46035,12991) -(27647,8218),(27582,8201) -(49580,11076),(49537,11050) -\N -(35501,33782),(35501,33687) -(19969,3148),(19964,3082) -(37728,49153),(37726,49152) -(5322,48440),(5321,48435) -(48003,10096),(47904,10005) -(39361,22318),(39348,22236) -(30488,7456),(30437,7430) -(18533,39476),(18481,39394) -(39462,23701),(39433,23604) -(26701,18300),(26686,18235) -(17405,35577),(17387,35517) -(33971,29928),(33953,29919) -(6328,10241),(6276,10217) -(32459,44259),(32453,44217) -(1715,42385),(1647,42357) -(48113,6960),(48103,6872) -(30561,4255),(30476,4240) -(38907,43619),(38827,43553) -(29149,20773),(29070,20698) -(17006,1543),(16970,1497) -\N -(11737,18808),(11714,18788) -(13019,30534),(13005,30481) -(39224,31729),(39191,31683) -(4942,41680),(4907,41596) -(12287,37187),(12188,37172) -(30758,29579),(30725,29531) -\N -(16604,17963),(16581,17912) -(19459,15888),(19409,15812) -(34696,24783),(34600,24725) -(21621,14159),(21558,14110) -(12193,46149),(12145,46096) -(37781,4715),(37692,4635) -(41854,44125),(41807,44040) -(23604,23585),(23571,23533) -(7853,36967),(7797,36908) -(2755,13279),(2720,13206) -(4314,15424),(4283,15383) -(29584,12685),(29493,12594) -(25138,33726),(25042,33691) -(38393,10270),(38326,10185) -(4247,12615),(4225,12567) -(36100,33156),(36100,33107) -(20024,40796),(20016,40708) -(3927,44892),(3914,44843) -(10317,43168),(10226,43096) -(22057,3419),(22042,3334) -(37097,21814),(37025,21811) -(32084,21564),(31996,21491) -(34079,39921),(34058,39911) -(23078,47459),(23018,47373) -(38109,616),(38082,568) -(11862,40382),(11764,40292) -(33403,33320),(33389,33289) -(36639,24829),(36623,24829) -(12995,45080),(12992,45040) -(16545,19981),(16532,19891) -(26155,10659),(26154,10634) -(24423,255),(24360,213) -(823,22487),(781,22442) -(12823,20064),(12735,20040) -(19688,11710),(19681,11654) -(2892,20452),(2836,20424) -(15533,10807),(15464,10711) -(46994,41143),(46955,41082) -(18155,2421),(18069,2392) -(2628,12688),(2605,12602) -(35128,8396),(35044,8365) -(44765,49615),(44758,49524) -(11226,44529),(11178,44515) -(31334,32463),(31291,32456) -(43224,23387),(43168,23364) -(30882,10414),(30798,10395) -(29139,967),(29139,923) -(29959,45244),(29877,45223) -(19946,217),(19941,118) -(49732,22033),(49642,22012) -(32914,15360),(32879,15290) -(47825,21097),(47747,21030) -(10788,5131),(10746,5086) -\N -(15497,9698),(15481,9678) -(10617,47195),(10601,47117) -(42392,10583),(42340,10550) -(10753,33520),(10669,33509) -(5553,21580),(5521,21527) -(36840,12336),(36817,12320) -(49785,12554),(49702,12553) -(17737,38349),(17639,38277) -(48000,7823),(47956,7814) -(5019,3184),(4931,3160) -(30120,3524),(30063,3492) -(37044,2016),(37001,1942) -(23496,38566),(23469,38528) -(17255,48957),(17200,48903) -(27815,2138),(27808,2090) -(40440,11129),(40368,11105) -(35305,21772),(35272,21717) -(41308,45065),(41229,44973) -(14893,28807),(14817,28789) -(30776,45824),(30731,45772) -(742,40724),(652,40672) -(5985,41133),(5927,41097) -(9576,10226),(9540,10218) -(21407,23207),(21323,23160) -(44880,34228),(44877,34169) -(29146,49694),(29143,49682) -(28502,34886),(28471,34832) -\N -(30662,5584),(30604,5528) -(12612,26081),(12552,26001) -(17166,49308),(17098,49270) -(9586,14116),(9488,14104) -(37323,47576),(37264,47482) -(48009,49713),(48004,49614) -(49308,23780),(49297,23760) -(8667,32342),(8592,32294) -(37826,48560),(37822,48485) -\N -(24493,18653),(24486,18616) -(17914,3850),(17887,3775) -(34270,43873),(34231,43826) -(7753,44715),(7660,44651) -(44328,36364),(44265,36350) -(10146,3030),(10111,2975) -(35273,40106),(35269,40062) -\N -(38566,43846),(38547,43760) -(12400,41394),(12377,41378) -(45196,38286),(45153,38250) -(48511,14972),(48428,14883) -(25939,36328),(25886,36277) -(38997,11007),(38979,10917) -(30342,518),(30244,453) -(6876,7468),(6867,7454) -(17566,27575),(17566,27480) -(18869,28538),(18858,28475) -(16825,33309),(16726,33255) -(14585,26111),(14490,26035) -(28743,49392),(28664,49349) -(26652,23359),(26618,23297) -\N -(40129,33653),(40102,33584) -(41074,26393),(41038,26389) -(3869,33564),(3869,33536) -(28455,14205),(28364,14163) -(13866,45603),(13770,45543) -(21666,30586),(21578,30544) -(29978,11931),(29893,11868) -(1594,1043),(1517,971) -(948,1201),(907,1156) -(27547,13692),(27545,13677) -(13661,38184),(13566,38154) -(2389,40026),(2317,39938) -(35481,46379),(35481,46320) -\N -(26917,45698),(26864,45689) -(23933,41617),(23909,41539) -(8912,8471),(8862,8401) -(9625,4747),(9558,4692) -(34743,35056),(34721,34969) -(39544,21762),(39475,21717) -\N -(11741,26330),(11656,26293) -(39015,1315),(38966,1285) -(13418,44237),(13326,44202) -(2107,17672),(2093,17616) -(42448,28844),(42370,28764) -(49843,5175),(49808,5145) -(6536,23000),(6467,22958) -(11114,5822),(11027,5739) -(48457,11074),(48384,11024) -(12343,23110),(12310,23074) -(17300,24847),(17276,24825) -(8823,8253),(8793,8238) -(3449,171),(3354,108) -\N -(21650,23955),(21605,23883) -(13260,3234),(13193,3214) -(25361,10896),(25305,10806) -(25051,25042),(25011,25001) -(25044,25088),(25015,25005) -\N -(25007,25061),(25002,25013) -(25066,25105),(25003,25007) -(25028,25012),(25015,25011) -(25031,25057),(25006,25018) -(25015,25042),(25004,25012) -(25091,25049),(25019,25019) -(25023,25011),(25000,25004) -\N -(25053,25104),(25010,25012) -(25058,25001),(25018,25000) -(25059,25051),(25008,25016) -(25043,25069),(25007,25004) -(25006,25101),(25002,25002) -(25095,25012),(25014,25007) -(25054,25052),(25019,25013) -(25108,25077),(25009,25018) -(25007,25023),(25003,25002) -\N -(25076,25098),(25002,25016) -(25030,25077),(25012,25006) -\. --- --- Data for Name: stud_emp; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.stud_emp (name, age, location, salary, manager, gpa, percent) FROM stdin; -jeff 23 (8,7.7) 600 sharon 3.5 \N -cim 30 (10.5,4.7) 400 \N 3.4 \N -linda 19 (0.9,6.1) 100 \N 2.9 \N -\. --- --- Data for Name: student; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.student (name, age, location, gpa) FROM stdin; -fred 28 (3.1,-1.5) 3.7 -larry 60 (21.8,4.9) 3.1 -\. --- --- Data for Name: subselect_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.subselect_tbl (f1, f2, f3) FROM stdin; -1 2 3 -2 3 4 -3 4 5 -1 1 1 -2 2 2 -3 3 3 -6 7 8 -8 9 \N -\. --- --- Data for Name: tab_core_types; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tab_core_types (point, line, lseg, box, openedpath, closedpath, polygon, circle, date, "time", "timestamp", timetz, timestamptz, "interval", "json", jsonb, jsonpath, inet, cidr, macaddr8, macaddr, int2, int4, int8, float4, float8, pi, "char", bpchar, "varchar", name, text, bool, bytea, "bit", varbit, money, refcursor, int2vector, oidvector, aclitem, tsvector, tsquery, uuid, xid8, regclass, type, regrole, oid, tid, xid, cid, txid_snapshot, pg_snapshot, pg_lsn, cardinal_number, character_data, sql_identifier, time_stamp, yes_or_no, int4range, int4multirange, int8range, int8multirange, numrange, nummultirange, daterange, datemultirange, tsrange, tsmultirange, tstzrange, tstzmultirange) FROM stdin; -(11,12) {1,-1,0} [(11,11),(12,12)] (13,13),(11,11) ((11,12),(13,13),(14,14)) [(11,12),(13,13),(14,14)] ((11,12),(13,13),(14,14)) <(1,1),1> 2025-05-11 12:31:56.093243 2025-05-11 12:31:56.093243 12:31:56.093243-07 2025-05-11 19:31:56.093243+00 00:00:12 {"reason":"because"} {"when": "now"} $."a"[*]?(@ > 2) 127.0.0.1 127.0.0.0/8 00:01:03:ff:fe:86:1c:ba 00:01:03:86:1c:ba 2 4 8 4 8 3.14159265358979 f c abc name txt t \\xdeadbeef 1 10001 $12.34 abc 1 2 1 2 postgres=UC/postgres 'a' 'and' 'ate' 'cat' 'fat' 'mat' 'on' 'rat' 'sat' 'fat' & 'rat' a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11 11 pg_class regtype pg_monitor 1259 (1,1) 2 3 10:20:10,14,15 10:20:10,14,15 16/B374D848 1 l n 2025-05-11 19:31:56.09+00 YES empty {} empty {} (3,4) {(3,4)} [2020-01-03,2021-02-03) {[2020-01-03,2021-02-03)} ("2020-01-02 03:04:05","2021-02-03 06:07:08") {("2020-01-02 03:04:05","2021-02-03 06:07:08")} ("2020-01-02 11:04:05+00","2021-02-03 14:07:08+00") {("2020-01-02 11:04:05+00","2021-02-03 14:07:08+00")} -\. --- --- Data for Name: tableam_parted_a_heap2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tableam_parted_a_heap2 (a, b) FROM stdin; -\. --- --- Data for Name: tableam_parted_b_heap2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tableam_parted_b_heap2 (a, b) FROM stdin; -\. --- --- Data for Name: tableam_parted_c_heap2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tableam_parted_c_heap2 (a, b) FROM stdin; -\. --- --- Data for Name: tableam_parted_d_heap2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tableam_parted_d_heap2 (a, b) FROM stdin; -\. --- --- Data for Name: tableam_tbl_heap2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tableam_tbl_heap2 (f1) FROM stdin; -1 -\. --- --- Data for Name: tableam_tblas_heap2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tableam_tblas_heap2 (f1) FROM stdin; -1 -\. --- --- Data for Name: tbl_include_box; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tbl_include_box (c1, c2, c3, c4) FROM stdin; -1 2 3 (4,4),(4,4) -1 4 6 (4,4),(4,4) -1 6 9 (4,4),(4,4) -1 8 12 (4,4),(4,4) -1 10 15 (4,4),(4,4) -1 12 18 (4,4),(4,4) -1 14 21 (4,4),(4,4) -1 16 24 (4,4),(4,4) -1 18 27 (4,4),(4,4) -1 20 30 (4,4),(4,4) -\. --- --- Data for Name: tbl_include_box_pk; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tbl_include_box_pk (c1, c2, c3, c4) FROM stdin; -1 2 3 (4,4),(4,4) -1 2 6 (4,4),(4,4) -1 2 9 (4,4),(4,4) -1 2 12 (4,4),(4,4) -1 2 15 (4,4),(4,4) -1 2 18 (4,4),(4,4) -1 2 21 (4,4),(4,4) -1 2 24 (4,4),(4,4) -1 2 27 (4,4),(4,4) -1 2 30 (4,4),(4,4) -\. --- --- Data for Name: tbl_include_pk; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tbl_include_pk (c1, c2, c3, c4) FROM stdin; -1 2 3 (4,4),(4,4) -1 4 6 (4,4),(4,4) -1 6 9 (4,4),(4,4) -1 8 12 (4,4),(4,4) -1 10 15 (4,4),(4,4) -1 12 18 (4,4),(4,4) -1 14 21 (4,4),(4,4) -1 16 24 (4,4),(4,4) -1 18 27 (4,4),(4,4) -1 20 30 (4,4),(4,4) -\. --- --- Data for Name: tbl_include_reg; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tbl_include_reg (c1, c2, c3, c4) FROM stdin; -1 2 3 (4,4),(4,4) -2 4 6 (4,4),(4,4) -3 6 9 (4,4),(4,4) -4 8 12 (4,4),(4,4) -5 10 15 (4,4),(4,4) -6 12 18 (4,4),(4,4) -7 14 21 (4,4),(4,4) -8 16 24 (4,4),(4,4) -9 18 27 (4,4),(4,4) -10 20 30 (4,4),(4,4) -\. --- --- Data for Name: tbl_include_unique1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tbl_include_unique1 (c1, c2, c3, c4) FROM stdin; -1 2 3 (4,4),(4,4) -2 4 6 (4,4),(4,4) -3 6 9 (4,4),(4,4) -4 8 12 (4,4),(4,4) -5 10 15 (4,4),(4,4) -6 12 18 (4,4),(4,4) -7 14 21 (4,4),(4,4) -8 16 24 (4,4),(4,4) -9 18 27 (4,4),(4,4) -10 20 30 (4,4),(4,4) -\. --- --- Data for Name: tbl_include_unique2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tbl_include_unique2 (c1, c2, c3, c4) FROM stdin; -1 2 3 (4,4),(4,4) -1 2 6 (4,4),(4,4) -1 2 9 (4,4),(4,4) -1 2 12 (4,4),(4,4) -1 2 15 (4,4),(4,4) -1 2 18 (4,4),(4,4) -1 2 21 (4,4),(4,4) -1 2 24 (4,4),(4,4) -1 2 27 (4,4),(4,4) -1 2 30 (4,4),(4,4) -\. --- --- Data for Name: tenk1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tenk1 (unique1, unique2, two, four, ten, twenty, hundred, thousand, twothousand, fivethous, tenthous, odd, even, stringu1, stringu2, string4) FROM stdin; -8800 0 0 0 0 0 0 800 800 3800 8800 0 1 MAAAAA AAAAAA AAAAxx -1891 1 1 3 1 11 91 891 1891 1891 1891 182 183 TUAAAA BAAAAA HHHHxx -3420 2 0 0 0 0 20 420 1420 3420 3420 40 41 OBAAAA CAAAAA OOOOxx -9850 3 0 2 0 10 50 850 1850 4850 9850 100 101 WOAAAA DAAAAA VVVVxx -7164 4 0 0 4 4 64 164 1164 2164 7164 128 129 OPAAAA EAAAAA AAAAxx -8009 5 1 1 9 9 9 9 9 3009 8009 18 19 BWAAAA FAAAAA HHHHxx -5057 6 1 1 7 17 57 57 1057 57 5057 114 115 NMAAAA GAAAAA OOOOxx -6701 7 1 1 1 1 1 701 701 1701 6701 2 3 TXAAAA HAAAAA VVVVxx -4321 8 1 1 1 1 21 321 321 4321 4321 42 43 FKAAAA IAAAAA AAAAxx -3043 9 1 3 3 3 43 43 1043 3043 3043 86 87 BNAAAA JAAAAA HHHHxx -1314 10 0 2 4 14 14 314 1314 1314 1314 28 29 OYAAAA KAAAAA OOOOxx -1504 11 0 0 4 4 4 504 1504 1504 1504 8 9 WFAAAA LAAAAA VVVVxx -5222 12 0 2 2 2 22 222 1222 222 5222 44 45 WSAAAA MAAAAA AAAAxx -6243 13 1 3 3 3 43 243 243 1243 6243 86 87 DGAAAA NAAAAA HHHHxx -5471 14 1 3 1 11 71 471 1471 471 5471 142 143 LCAAAA OAAAAA OOOOxx -5006 15 0 2 6 6 6 6 1006 6 5006 12 13 OKAAAA PAAAAA VVVVxx -5387 16 1 3 7 7 87 387 1387 387 5387 174 175 FZAAAA QAAAAA AAAAxx -5785 17 1 1 5 5 85 785 1785 785 5785 170 171 NOAAAA RAAAAA HHHHxx -6621 18 1 1 1 1 21 621 621 1621 6621 42 43 RUAAAA SAAAAA OOOOxx -6969 19 1 1 9 9 69 969 969 1969 6969 138 139 BIAAAA TAAAAA VVVVxx -9460 20 0 0 0 0 60 460 1460 4460 9460 120 121 WZAAAA UAAAAA AAAAxx -59 21 1 3 9 19 59 59 59 59 59 118 119 HCAAAA VAAAAA HHHHxx -8020 22 0 0 0 0 20 20 20 3020 8020 40 41 MWAAAA WAAAAA OOOOxx -7695 23 1 3 5 15 95 695 1695 2695 7695 190 191 ZJAAAA XAAAAA VVVVxx -3442 24 0 2 2 2 42 442 1442 3442 3442 84 85 KCAAAA YAAAAA AAAAxx -5119 25 1 3 9 19 19 119 1119 119 5119 38 39 XOAAAA ZAAAAA HHHHxx -646 26 0 2 6 6 46 646 646 646 646 92 93 WYAAAA ABAAAA OOOOxx -9605 27 1 1 5 5 5 605 1605 4605 9605 10 11 LFAAAA BBAAAA VVVVxx -263 28 1 3 3 3 63 263 263 263 263 126 127 DKAAAA CBAAAA AAAAxx -3269 29 1 1 9 9 69 269 1269 3269 3269 138 139 TVAAAA DBAAAA HHHHxx -1839 30 1 3 9 19 39 839 1839 1839 1839 78 79 TSAAAA EBAAAA OOOOxx -9144 31 0 0 4 4 44 144 1144 4144 9144 88 89 SNAAAA FBAAAA VVVVxx -2513 32 1 1 3 13 13 513 513 2513 2513 26 27 RSAAAA GBAAAA AAAAxx -8850 33 0 2 0 10 50 850 850 3850 8850 100 101 KCAAAA HBAAAA HHHHxx -236 34 0 0 6 16 36 236 236 236 236 72 73 CJAAAA IBAAAA OOOOxx -3162 35 0 2 2 2 62 162 1162 3162 3162 124 125 QRAAAA JBAAAA VVVVxx -4380 36 0 0 0 0 80 380 380 4380 4380 160 161 MMAAAA KBAAAA AAAAxx -8095 37 1 3 5 15 95 95 95 3095 8095 190 191 JZAAAA LBAAAA HHHHxx -209 38 1 1 9 9 9 209 209 209 209 18 19 BIAAAA MBAAAA OOOOxx -3055 39 1 3 5 15 55 55 1055 3055 3055 110 111 NNAAAA NBAAAA VVVVxx -6921 40 1 1 1 1 21 921 921 1921 6921 42 43 FGAAAA OBAAAA AAAAxx -7046 41 0 2 6 6 46 46 1046 2046 7046 92 93 ALAAAA PBAAAA HHHHxx -7912 42 0 0 2 12 12 912 1912 2912 7912 24 25 ISAAAA QBAAAA OOOOxx -7267 43 1 3 7 7 67 267 1267 2267 7267 134 135 NTAAAA RBAAAA VVVVxx -3599 44 1 3 9 19 99 599 1599 3599 3599 198 199 LIAAAA SBAAAA AAAAxx -923 45 1 3 3 3 23 923 923 923 923 46 47 NJAAAA TBAAAA HHHHxx -1437 46 1 1 7 17 37 437 1437 1437 1437 74 75 HDAAAA UBAAAA OOOOxx -6439 47 1 3 9 19 39 439 439 1439 6439 78 79 RNAAAA VBAAAA VVVVxx -6989 48 1 1 9 9 89 989 989 1989 6989 178 179 VIAAAA WBAAAA AAAAxx -8798 49 0 2 8 18 98 798 798 3798 8798 196 197 KAAAAA XBAAAA HHHHxx -5960 50 0 0 0 0 60 960 1960 960 5960 120 121 GVAAAA YBAAAA OOOOxx -5832 51 0 0 2 12 32 832 1832 832 5832 64 65 IQAAAA ZBAAAA VVVVxx -6066 52 0 2 6 6 66 66 66 1066 6066 132 133 IZAAAA ACAAAA AAAAxx -322 53 0 2 2 2 22 322 322 322 322 44 45 KMAAAA BCAAAA HHHHxx -8321 54 1 1 1 1 21 321 321 3321 8321 42 43 BIAAAA CCAAAA OOOOxx -734 55 0 2 4 14 34 734 734 734 734 68 69 GCAAAA DCAAAA VVVVxx -688 56 0 0 8 8 88 688 688 688 688 176 177 MAAAAA ECAAAA AAAAxx -4212 57 0 0 2 12 12 212 212 4212 4212 24 25 AGAAAA FCAAAA HHHHxx -9653 58 1 1 3 13 53 653 1653 4653 9653 106 107 HHAAAA GCAAAA OOOOxx -2677 59 1 1 7 17 77 677 677 2677 2677 154 155 ZYAAAA HCAAAA VVVVxx -5423 60 1 3 3 3 23 423 1423 423 5423 46 47 PAAAAA ICAAAA AAAAxx -2592 61 0 0 2 12 92 592 592 2592 2592 184 185 SVAAAA JCAAAA HHHHxx -3233 62 1 1 3 13 33 233 1233 3233 3233 66 67 JUAAAA KCAAAA OOOOxx -5032 63 0 0 2 12 32 32 1032 32 5032 64 65 OLAAAA LCAAAA VVVVxx -2525 64 1 1 5 5 25 525 525 2525 2525 50 51 DTAAAA MCAAAA AAAAxx -4450 65 0 2 0 10 50 450 450 4450 4450 100 101 EPAAAA NCAAAA HHHHxx -5778 66 0 2 8 18 78 778 1778 778 5778 156 157 GOAAAA OCAAAA OOOOxx -5852 67 0 0 2 12 52 852 1852 852 5852 104 105 CRAAAA PCAAAA VVVVxx -5404 68 0 0 4 4 4 404 1404 404 5404 8 9 WZAAAA QCAAAA AAAAxx -6223 69 1 3 3 3 23 223 223 1223 6223 46 47 JFAAAA RCAAAA HHHHxx -6133 70 1 1 3 13 33 133 133 1133 6133 66 67 XBAAAA SCAAAA OOOOxx -9112 71 0 0 2 12 12 112 1112 4112 9112 24 25 MMAAAA TCAAAA VVVVxx -7575 72 1 3 5 15 75 575 1575 2575 7575 150 151 JFAAAA UCAAAA AAAAxx -7414 73 0 2 4 14 14 414 1414 2414 7414 28 29 EZAAAA VCAAAA HHHHxx -9741 74 1 1 1 1 41 741 1741 4741 9741 82 83 RKAAAA WCAAAA OOOOxx -3767 75 1 3 7 7 67 767 1767 3767 3767 134 135 XOAAAA XCAAAA VVVVxx -9372 76 0 0 2 12 72 372 1372 4372 9372 144 145 MWAAAA YCAAAA AAAAxx -8976 77 0 0 6 16 76 976 976 3976 8976 152 153 GHAAAA ZCAAAA HHHHxx -4071 78 1 3 1 11 71 71 71 4071 4071 142 143 PAAAAA ADAAAA OOOOxx -1311 79 1 3 1 11 11 311 1311 1311 1311 22 23 LYAAAA BDAAAA VVVVxx -2604 80 0 0 4 4 4 604 604 2604 2604 8 9 EWAAAA CDAAAA AAAAxx -8840 81 0 0 0 0 40 840 840 3840 8840 80 81 ACAAAA DDAAAA HHHHxx -567 82 1 3 7 7 67 567 567 567 567 134 135 VVAAAA EDAAAA OOOOxx -5215 83 1 3 5 15 15 215 1215 215 5215 30 31 PSAAAA FDAAAA VVVVxx -5474 84 0 2 4 14 74 474 1474 474 5474 148 149 OCAAAA GDAAAA AAAAxx -3906 85 0 2 6 6 6 906 1906 3906 3906 12 13 GUAAAA HDAAAA HHHHxx -1769 86 1 1 9 9 69 769 1769 1769 1769 138 139 BQAAAA IDAAAA OOOOxx -1454 87 0 2 4 14 54 454 1454 1454 1454 108 109 YDAAAA JDAAAA VVVVxx -6877 88 1 1 7 17 77 877 877 1877 6877 154 155 NEAAAA KDAAAA AAAAxx -6501 89 1 1 1 1 1 501 501 1501 6501 2 3 BQAAAA LDAAAA HHHHxx -934 90 0 2 4 14 34 934 934 934 934 68 69 YJAAAA MDAAAA OOOOxx -4075 91 1 3 5 15 75 75 75 4075 4075 150 151 TAAAAA NDAAAA VVVVxx -3180 92 0 0 0 0 80 180 1180 3180 3180 160 161 ISAAAA ODAAAA AAAAxx -7787 93 1 3 7 7 87 787 1787 2787 7787 174 175 NNAAAA PDAAAA HHHHxx -6401 94 1 1 1 1 1 401 401 1401 6401 2 3 FMAAAA QDAAAA OOOOxx -4244 95 0 0 4 4 44 244 244 4244 4244 88 89 GHAAAA RDAAAA VVVVxx -4591 96 1 3 1 11 91 591 591 4591 4591 182 183 PUAAAA SDAAAA AAAAxx -4113 97 1 1 3 13 13 113 113 4113 4113 26 27 FCAAAA TDAAAA HHHHxx -5925 98 1 1 5 5 25 925 1925 925 5925 50 51 XTAAAA UDAAAA OOOOxx -1987 99 1 3 7 7 87 987 1987 1987 1987 174 175 LYAAAA VDAAAA VVVVxx -8248 100 0 0 8 8 48 248 248 3248 8248 96 97 GFAAAA WDAAAA AAAAxx -4151 101 1 3 1 11 51 151 151 4151 4151 102 103 RDAAAA XDAAAA HHHHxx -8670 102 0 2 0 10 70 670 670 3670 8670 140 141 MVAAAA YDAAAA OOOOxx -6194 103 0 2 4 14 94 194 194 1194 6194 188 189 GEAAAA ZDAAAA VVVVxx -88 104 0 0 8 8 88 88 88 88 88 176 177 KDAAAA AEAAAA AAAAxx -4058 105 0 2 8 18 58 58 58 4058 4058 116 117 CAAAAA BEAAAA HHHHxx -2742 106 0 2 2 2 42 742 742 2742 2742 84 85 MBAAAA CEAAAA OOOOxx -8275 107 1 3 5 15 75 275 275 3275 8275 150 151 HGAAAA DEAAAA VVVVxx -4258 108 0 2 8 18 58 258 258 4258 4258 116 117 UHAAAA EEAAAA AAAAxx -6129 109 1 1 9 9 29 129 129 1129 6129 58 59 TBAAAA FEAAAA HHHHxx -7243 110 1 3 3 3 43 243 1243 2243 7243 86 87 PSAAAA GEAAAA OOOOxx -2392 111 0 0 2 12 92 392 392 2392 2392 184 185 AOAAAA HEAAAA VVVVxx -9853 112 1 1 3 13 53 853 1853 4853 9853 106 107 ZOAAAA IEAAAA AAAAxx -6064 113 0 0 4 4 64 64 64 1064 6064 128 129 GZAAAA JEAAAA HHHHxx -4391 114 1 3 1 11 91 391 391 4391 4391 182 183 XMAAAA KEAAAA OOOOxx -726 115 0 2 6 6 26 726 726 726 726 52 53 YBAAAA LEAAAA VVVVxx -6957 116 1 1 7 17 57 957 957 1957 6957 114 115 PHAAAA MEAAAA AAAAxx -3853 117 1 1 3 13 53 853 1853 3853 3853 106 107 FSAAAA NEAAAA HHHHxx -4524 118 0 0 4 4 24 524 524 4524 4524 48 49 ASAAAA OEAAAA OOOOxx -5330 119 0 2 0 10 30 330 1330 330 5330 60 61 AXAAAA PEAAAA VVVVxx -6671 120 1 3 1 11 71 671 671 1671 6671 142 143 PWAAAA QEAAAA AAAAxx -5314 121 0 2 4 14 14 314 1314 314 5314 28 29 KWAAAA REAAAA HHHHxx -9202 122 0 2 2 2 2 202 1202 4202 9202 4 5 YPAAAA SEAAAA OOOOxx -4596 123 0 0 6 16 96 596 596 4596 4596 192 193 UUAAAA TEAAAA VVVVxx -8951 124 1 3 1 11 51 951 951 3951 8951 102 103 HGAAAA UEAAAA AAAAxx -9902 125 0 2 2 2 2 902 1902 4902 9902 4 5 WQAAAA VEAAAA HHHHxx -1440 126 0 0 0 0 40 440 1440 1440 1440 80 81 KDAAAA WEAAAA OOOOxx -5339 127 1 3 9 19 39 339 1339 339 5339 78 79 JXAAAA XEAAAA VVVVxx -3371 128 1 3 1 11 71 371 1371 3371 3371 142 143 RZAAAA YEAAAA AAAAxx -4467 129 1 3 7 7 67 467 467 4467 4467 134 135 VPAAAA ZEAAAA HHHHxx -6216 130 0 0 6 16 16 216 216 1216 6216 32 33 CFAAAA AFAAAA OOOOxx -5364 131 0 0 4 4 64 364 1364 364 5364 128 129 IYAAAA BFAAAA VVVVxx -7547 132 1 3 7 7 47 547 1547 2547 7547 94 95 HEAAAA CFAAAA AAAAxx -4338 133 0 2 8 18 38 338 338 4338 4338 76 77 WKAAAA DFAAAA HHHHxx -3481 134 1 1 1 1 81 481 1481 3481 3481 162 163 XDAAAA EFAAAA OOOOxx -826 135 0 2 6 6 26 826 826 826 826 52 53 UFAAAA FFAAAA VVVVxx -3647 136 1 3 7 7 47 647 1647 3647 3647 94 95 HKAAAA GFAAAA AAAAxx -3337 137 1 1 7 17 37 337 1337 3337 3337 74 75 JYAAAA HFAAAA HHHHxx -3591 138 1 3 1 11 91 591 1591 3591 3591 182 183 DIAAAA IFAAAA OOOOxx -7192 139 0 0 2 12 92 192 1192 2192 7192 184 185 QQAAAA JFAAAA VVVVxx -1078 140 0 2 8 18 78 78 1078 1078 1078 156 157 MPAAAA KFAAAA AAAAxx -1310 141 0 2 0 10 10 310 1310 1310 1310 20 21 KYAAAA LFAAAA HHHHxx -9642 142 0 2 2 2 42 642 1642 4642 9642 84 85 WGAAAA MFAAAA OOOOxx -39 143 1 3 9 19 39 39 39 39 39 78 79 NBAAAA NFAAAA VVVVxx -8682 144 0 2 2 2 82 682 682 3682 8682 164 165 YVAAAA OFAAAA AAAAxx -1794 145 0 2 4 14 94 794 1794 1794 1794 188 189 ARAAAA PFAAAA HHHHxx -5630 146 0 2 0 10 30 630 1630 630 5630 60 61 OIAAAA QFAAAA OOOOxx -6748 147 0 0 8 8 48 748 748 1748 6748 96 97 OZAAAA RFAAAA VVVVxx -3766 148 0 2 6 6 66 766 1766 3766 3766 132 133 WOAAAA SFAAAA AAAAxx -6403 149 1 3 3 3 3 403 403 1403 6403 6 7 HMAAAA TFAAAA HHHHxx -175 150 1 3 5 15 75 175 175 175 175 150 151 TGAAAA UFAAAA OOOOxx -2179 151 1 3 9 19 79 179 179 2179 2179 158 159 VFAAAA VFAAAA VVVVxx -7897 152 1 1 7 17 97 897 1897 2897 7897 194 195 TRAAAA WFAAAA AAAAxx -2760 153 0 0 0 0 60 760 760 2760 2760 120 121 ECAAAA XFAAAA HHHHxx -1675 154 1 3 5 15 75 675 1675 1675 1675 150 151 LMAAAA YFAAAA OOOOxx -2564 155 0 0 4 4 64 564 564 2564 2564 128 129 QUAAAA ZFAAAA VVVVxx -157 156 1 1 7 17 57 157 157 157 157 114 115 BGAAAA AGAAAA AAAAxx -8779 157 1 3 9 19 79 779 779 3779 8779 158 159 RZAAAA BGAAAA HHHHxx -9591 158 1 3 1 11 91 591 1591 4591 9591 182 183 XEAAAA CGAAAA OOOOxx -8732 159 0 0 2 12 32 732 732 3732 8732 64 65 WXAAAA DGAAAA VVVVxx -139 160 1 3 9 19 39 139 139 139 139 78 79 JFAAAA EGAAAA AAAAxx -5372 161 0 0 2 12 72 372 1372 372 5372 144 145 QYAAAA FGAAAA HHHHxx -1278 162 0 2 8 18 78 278 1278 1278 1278 156 157 EXAAAA GGAAAA OOOOxx -4697 163 1 1 7 17 97 697 697 4697 4697 194 195 RYAAAA HGAAAA VVVVxx -8610 164 0 2 0 10 10 610 610 3610 8610 20 21 ETAAAA IGAAAA AAAAxx -8180 165 0 0 0 0 80 180 180 3180 8180 160 161 QCAAAA JGAAAA HHHHxx -2399 166 1 3 9 19 99 399 399 2399 2399 198 199 HOAAAA KGAAAA OOOOxx -615 167 1 3 5 15 15 615 615 615 615 30 31 RXAAAA LGAAAA VVVVxx -7629 168 1 1 9 9 29 629 1629 2629 7629 58 59 LHAAAA MGAAAA AAAAxx -7628 169 0 0 8 8 28 628 1628 2628 7628 56 57 KHAAAA NGAAAA HHHHxx -4659 170 1 3 9 19 59 659 659 4659 4659 118 119 FXAAAA OGAAAA OOOOxx -5865 171 1 1 5 5 65 865 1865 865 5865 130 131 PRAAAA PGAAAA VVVVxx -3973 172 1 1 3 13 73 973 1973 3973 3973 146 147 VWAAAA QGAAAA AAAAxx -552 173 0 0 2 12 52 552 552 552 552 104 105 GVAAAA RGAAAA HHHHxx -708 174 0 0 8 8 8 708 708 708 708 16 17 GBAAAA SGAAAA OOOOxx -3550 175 0 2 0 10 50 550 1550 3550 3550 100 101 OGAAAA TGAAAA VVVVxx -5547 176 1 3 7 7 47 547 1547 547 5547 94 95 JFAAAA UGAAAA AAAAxx -489 177 1 1 9 9 89 489 489 489 489 178 179 VSAAAA VGAAAA HHHHxx -3794 178 0 2 4 14 94 794 1794 3794 3794 188 189 YPAAAA WGAAAA OOOOxx -9479 179 1 3 9 19 79 479 1479 4479 9479 158 159 PAAAAA XGAAAA VVVVxx -6435 180 1 3 5 15 35 435 435 1435 6435 70 71 NNAAAA YGAAAA AAAAxx -5120 181 0 0 0 0 20 120 1120 120 5120 40 41 YOAAAA ZGAAAA HHHHxx -3615 182 1 3 5 15 15 615 1615 3615 3615 30 31 BJAAAA AHAAAA OOOOxx -8399 183 1 3 9 19 99 399 399 3399 8399 198 199 BLAAAA BHAAAA VVVVxx -2155 184 1 3 5 15 55 155 155 2155 2155 110 111 XEAAAA CHAAAA AAAAxx -6690 185 0 2 0 10 90 690 690 1690 6690 180 181 IXAAAA DHAAAA HHHHxx -1683 186 1 3 3 3 83 683 1683 1683 1683 166 167 TMAAAA EHAAAA OOOOxx -6302 187 0 2 2 2 2 302 302 1302 6302 4 5 KIAAAA FHAAAA VVVVxx -516 188 0 0 6 16 16 516 516 516 516 32 33 WTAAAA GHAAAA AAAAxx -3901 189 1 1 1 1 1 901 1901 3901 3901 2 3 BUAAAA HHAAAA HHHHxx -6938 190 0 2 8 18 38 938 938 1938 6938 76 77 WGAAAA IHAAAA OOOOxx -7484 191 0 0 4 4 84 484 1484 2484 7484 168 169 WBAAAA JHAAAA VVVVxx -7424 192 0 0 4 4 24 424 1424 2424 7424 48 49 OZAAAA KHAAAA AAAAxx -9410 193 0 2 0 10 10 410 1410 4410 9410 20 21 YXAAAA LHAAAA HHHHxx -1714 194 0 2 4 14 14 714 1714 1714 1714 28 29 YNAAAA MHAAAA OOOOxx -8278 195 0 2 8 18 78 278 278 3278 8278 156 157 KGAAAA NHAAAA VVVVxx -3158 196 0 2 8 18 58 158 1158 3158 3158 116 117 MRAAAA OHAAAA AAAAxx -2511 197 1 3 1 11 11 511 511 2511 2511 22 23 PSAAAA PHAAAA HHHHxx -2912 198 0 0 2 12 12 912 912 2912 2912 24 25 AIAAAA QHAAAA OOOOxx -2648 199 0 0 8 8 48 648 648 2648 2648 96 97 WXAAAA RHAAAA VVVVxx -9385 200 1 1 5 5 85 385 1385 4385 9385 170 171 ZWAAAA SHAAAA AAAAxx -7545 201 1 1 5 5 45 545 1545 2545 7545 90 91 FEAAAA THAAAA HHHHxx -8407 202 1 3 7 7 7 407 407 3407 8407 14 15 JLAAAA UHAAAA OOOOxx -5893 203 1 1 3 13 93 893 1893 893 5893 186 187 RSAAAA VHAAAA VVVVxx -7049 204 1 1 9 9 49 49 1049 2049 7049 98 99 DLAAAA WHAAAA AAAAxx -6812 205 0 0 2 12 12 812 812 1812 6812 24 25 ACAAAA XHAAAA HHHHxx -3649 206 1 1 9 9 49 649 1649 3649 3649 98 99 JKAAAA YHAAAA OOOOxx -9275 207 1 3 5 15 75 275 1275 4275 9275 150 151 TSAAAA ZHAAAA VVVVxx -1179 208 1 3 9 19 79 179 1179 1179 1179 158 159 JTAAAA AIAAAA AAAAxx -969 209 1 1 9 9 69 969 969 969 969 138 139 HLAAAA BIAAAA HHHHxx -7920 210 0 0 0 0 20 920 1920 2920 7920 40 41 QSAAAA CIAAAA OOOOxx -998 211 0 2 8 18 98 998 998 998 998 196 197 KMAAAA DIAAAA VVVVxx -3958 212 0 2 8 18 58 958 1958 3958 3958 116 117 GWAAAA EIAAAA AAAAxx -6052 213 0 0 2 12 52 52 52 1052 6052 104 105 UYAAAA FIAAAA HHHHxx -8791 214 1 3 1 11 91 791 791 3791 8791 182 183 DAAAAA GIAAAA OOOOxx -5191 215 1 3 1 11 91 191 1191 191 5191 182 183 RRAAAA HIAAAA VVVVxx -4267 216 1 3 7 7 67 267 267 4267 4267 134 135 DIAAAA IIAAAA AAAAxx -2829 217 1 1 9 9 29 829 829 2829 2829 58 59 VEAAAA JIAAAA HHHHxx -6396 218 0 0 6 16 96 396 396 1396 6396 192 193 AMAAAA KIAAAA OOOOxx -9413 219 1 1 3 13 13 413 1413 4413 9413 26 27 BYAAAA LIAAAA VVVVxx -614 220 0 2 4 14 14 614 614 614 614 28 29 QXAAAA MIAAAA AAAAxx -4660 221 0 0 0 0 60 660 660 4660 4660 120 121 GXAAAA NIAAAA HHHHxx -8834 222 0 2 4 14 34 834 834 3834 8834 68 69 UBAAAA OIAAAA OOOOxx -2767 223 1 3 7 7 67 767 767 2767 2767 134 135 LCAAAA PIAAAA VVVVxx -2444 224 0 0 4 4 44 444 444 2444 2444 88 89 AQAAAA QIAAAA AAAAxx -4129 225 1 1 9 9 29 129 129 4129 4129 58 59 VCAAAA RIAAAA HHHHxx -3394 226 0 2 4 14 94 394 1394 3394 3394 188 189 OAAAAA SIAAAA OOOOxx -2705 227 1 1 5 5 5 705 705 2705 2705 10 11 BAAAAA TIAAAA VVVVxx -8499 228 1 3 9 19 99 499 499 3499 8499 198 199 XOAAAA UIAAAA AAAAxx -8852 229 0 0 2 12 52 852 852 3852 8852 104 105 MCAAAA VIAAAA HHHHxx -6174 230 0 2 4 14 74 174 174 1174 6174 148 149 MDAAAA WIAAAA OOOOxx -750 231 0 2 0 10 50 750 750 750 750 100 101 WCAAAA XIAAAA VVVVxx -8164 232 0 0 4 4 64 164 164 3164 8164 128 129 ACAAAA YIAAAA AAAAxx -4930 233 0 2 0 10 30 930 930 4930 4930 60 61 QHAAAA ZIAAAA HHHHxx -9904 234 0 0 4 4 4 904 1904 4904 9904 8 9 YQAAAA AJAAAA OOOOxx -7378 235 0 2 8 18 78 378 1378 2378 7378 156 157 UXAAAA BJAAAA VVVVxx -2927 236 1 3 7 7 27 927 927 2927 2927 54 55 PIAAAA CJAAAA AAAAxx -7155 237 1 3 5 15 55 155 1155 2155 7155 110 111 FPAAAA DJAAAA HHHHxx -1302 238 0 2 2 2 2 302 1302 1302 1302 4 5 CYAAAA EJAAAA OOOOxx -5904 239 0 0 4 4 4 904 1904 904 5904 8 9 CTAAAA FJAAAA VVVVxx -9687 240 1 3 7 7 87 687 1687 4687 9687 174 175 PIAAAA GJAAAA AAAAxx -3553 241 1 1 3 13 53 553 1553 3553 3553 106 107 RGAAAA HJAAAA HHHHxx -4447 242 1 3 7 7 47 447 447 4447 4447 94 95 BPAAAA IJAAAA OOOOxx -6878 243 0 2 8 18 78 878 878 1878 6878 156 157 OEAAAA JJAAAA VVVVxx -9470 244 0 2 0 10 70 470 1470 4470 9470 140 141 GAAAAA KJAAAA AAAAxx -9735 245 1 3 5 15 35 735 1735 4735 9735 70 71 LKAAAA LJAAAA HHHHxx -5967 246 1 3 7 7 67 967 1967 967 5967 134 135 NVAAAA MJAAAA OOOOxx -6601 247 1 1 1 1 1 601 601 1601 6601 2 3 XTAAAA NJAAAA VVVVxx -7631 248 1 3 1 11 31 631 1631 2631 7631 62 63 NHAAAA OJAAAA AAAAxx -3559 249 1 3 9 19 59 559 1559 3559 3559 118 119 XGAAAA PJAAAA HHHHxx -2247 250 1 3 7 7 47 247 247 2247 2247 94 95 LIAAAA QJAAAA OOOOxx -9649 251 1 1 9 9 49 649 1649 4649 9649 98 99 DHAAAA RJAAAA VVVVxx -808 252 0 0 8 8 8 808 808 808 808 16 17 CFAAAA SJAAAA AAAAxx -240 253 0 0 0 0 40 240 240 240 240 80 81 GJAAAA TJAAAA HHHHxx -5031 254 1 3 1 11 31 31 1031 31 5031 62 63 NLAAAA UJAAAA OOOOxx -9563 255 1 3 3 3 63 563 1563 4563 9563 126 127 VDAAAA VJAAAA VVVVxx -5656 256 0 0 6 16 56 656 1656 656 5656 112 113 OJAAAA WJAAAA AAAAxx -3886 257 0 2 6 6 86 886 1886 3886 3886 172 173 MTAAAA XJAAAA HHHHxx -2431 258 1 3 1 11 31 431 431 2431 2431 62 63 NPAAAA YJAAAA OOOOxx -5560 259 0 0 0 0 60 560 1560 560 5560 120 121 WFAAAA ZJAAAA VVVVxx -9065 260 1 1 5 5 65 65 1065 4065 9065 130 131 RKAAAA AKAAAA AAAAxx -8130 261 0 2 0 10 30 130 130 3130 8130 60 61 SAAAAA BKAAAA HHHHxx -4054 262 0 2 4 14 54 54 54 4054 4054 108 109 YZAAAA CKAAAA OOOOxx -873 263 1 1 3 13 73 873 873 873 873 146 147 PHAAAA DKAAAA VVVVxx -3092 264 0 0 2 12 92 92 1092 3092 3092 184 185 YOAAAA EKAAAA AAAAxx -6697 265 1 1 7 17 97 697 697 1697 6697 194 195 PXAAAA FKAAAA HHHHxx -2452 266 0 0 2 12 52 452 452 2452 2452 104 105 IQAAAA GKAAAA OOOOxx -7867 267 1 3 7 7 67 867 1867 2867 7867 134 135 PQAAAA HKAAAA VVVVxx -3753 268 1 1 3 13 53 753 1753 3753 3753 106 107 JOAAAA IKAAAA AAAAxx -7834 269 0 2 4 14 34 834 1834 2834 7834 68 69 IPAAAA JKAAAA HHHHxx -5846 270 0 2 6 6 46 846 1846 846 5846 92 93 WQAAAA KKAAAA OOOOxx -7604 271 0 0 4 4 4 604 1604 2604 7604 8 9 MGAAAA LKAAAA VVVVxx -3452 272 0 0 2 12 52 452 1452 3452 3452 104 105 UCAAAA MKAAAA AAAAxx -4788 273 0 0 8 8 88 788 788 4788 4788 176 177 ECAAAA NKAAAA HHHHxx -8600 274 0 0 0 0 0 600 600 3600 8600 0 1 USAAAA OKAAAA OOOOxx -8511 275 1 3 1 11 11 511 511 3511 8511 22 23 JPAAAA PKAAAA VVVVxx -4452 276 0 0 2 12 52 452 452 4452 4452 104 105 GPAAAA QKAAAA AAAAxx -1709 277 1 1 9 9 9 709 1709 1709 1709 18 19 TNAAAA RKAAAA HHHHxx -3440 278 0 0 0 0 40 440 1440 3440 3440 80 81 ICAAAA SKAAAA OOOOxx -9188 279 0 0 8 8 88 188 1188 4188 9188 176 177 KPAAAA TKAAAA VVVVxx -3058 280 0 2 8 18 58 58 1058 3058 3058 116 117 QNAAAA UKAAAA AAAAxx -5821 281 1 1 1 1 21 821 1821 821 5821 42 43 XPAAAA VKAAAA HHHHxx -3428 282 0 0 8 8 28 428 1428 3428 3428 56 57 WBAAAA WKAAAA OOOOxx -3581 283 1 1 1 1 81 581 1581 3581 3581 162 163 THAAAA XKAAAA VVVVxx -7523 284 1 3 3 3 23 523 1523 2523 7523 46 47 JDAAAA YKAAAA AAAAxx -3131 285 1 3 1 11 31 131 1131 3131 3131 62 63 LQAAAA ZKAAAA HHHHxx -2404 286 0 0 4 4 4 404 404 2404 2404 8 9 MOAAAA ALAAAA OOOOxx -5453 287 1 1 3 13 53 453 1453 453 5453 106 107 TBAAAA BLAAAA VVVVxx -1599 288 1 3 9 19 99 599 1599 1599 1599 198 199 NJAAAA CLAAAA AAAAxx -7081 289 1 1 1 1 81 81 1081 2081 7081 162 163 JMAAAA DLAAAA HHHHxx -1750 290 0 2 0 10 50 750 1750 1750 1750 100 101 IPAAAA ELAAAA OOOOxx -5085 291 1 1 5 5 85 85 1085 85 5085 170 171 PNAAAA FLAAAA VVVVxx -9777 292 1 1 7 17 77 777 1777 4777 9777 154 155 BMAAAA GLAAAA AAAAxx -574 293 0 2 4 14 74 574 574 574 574 148 149 CWAAAA HLAAAA HHHHxx -5984 294 0 0 4 4 84 984 1984 984 5984 168 169 EWAAAA ILAAAA OOOOxx -7039 295 1 3 9 19 39 39 1039 2039 7039 78 79 TKAAAA JLAAAA VVVVxx -7143 296 1 3 3 3 43 143 1143 2143 7143 86 87 TOAAAA KLAAAA AAAAxx -5702 297 0 2 2 2 2 702 1702 702 5702 4 5 ILAAAA LLAAAA HHHHxx -362 298 0 2 2 2 62 362 362 362 362 124 125 YNAAAA MLAAAA OOOOxx -6997 299 1 1 7 17 97 997 997 1997 6997 194 195 DJAAAA NLAAAA VVVVxx -2529 300 1 1 9 9 29 529 529 2529 2529 58 59 HTAAAA OLAAAA AAAAxx -6319 301 1 3 9 19 19 319 319 1319 6319 38 39 BJAAAA PLAAAA HHHHxx -954 302 0 2 4 14 54 954 954 954 954 108 109 SKAAAA QLAAAA OOOOxx -3413 303 1 1 3 13 13 413 1413 3413 3413 26 27 HBAAAA RLAAAA VVVVxx -9081 304 1 1 1 1 81 81 1081 4081 9081 162 163 HLAAAA SLAAAA AAAAxx -5599 305 1 3 9 19 99 599 1599 599 5599 198 199 JHAAAA TLAAAA HHHHxx -4772 306 0 0 2 12 72 772 772 4772 4772 144 145 OBAAAA ULAAAA OOOOxx -1124 307 0 0 4 4 24 124 1124 1124 1124 48 49 GRAAAA VLAAAA VVVVxx -7793 308 1 1 3 13 93 793 1793 2793 7793 186 187 TNAAAA WLAAAA AAAAxx -4201 309 1 1 1 1 1 201 201 4201 4201 2 3 PFAAAA XLAAAA HHHHxx -7015 310 1 3 5 15 15 15 1015 2015 7015 30 31 VJAAAA YLAAAA OOOOxx -5936 311 0 0 6 16 36 936 1936 936 5936 72 73 IUAAAA ZLAAAA VVVVxx -4625 312 1 1 5 5 25 625 625 4625 4625 50 51 XVAAAA AMAAAA AAAAxx -4989 313 1 1 9 9 89 989 989 4989 4989 178 179 XJAAAA BMAAAA HHHHxx -4949 314 1 1 9 9 49 949 949 4949 4949 98 99 JIAAAA CMAAAA OOOOxx -6273 315 1 1 3 13 73 273 273 1273 6273 146 147 HHAAAA DMAAAA VVVVxx -4478 316 0 2 8 18 78 478 478 4478 4478 156 157 GQAAAA EMAAAA AAAAxx -8854 317 0 2 4 14 54 854 854 3854 8854 108 109 OCAAAA FMAAAA HHHHxx -2105 318 1 1 5 5 5 105 105 2105 2105 10 11 ZCAAAA GMAAAA OOOOxx -8345 319 1 1 5 5 45 345 345 3345 8345 90 91 ZIAAAA HMAAAA VVVVxx -1941 320 1 1 1 1 41 941 1941 1941 1941 82 83 RWAAAA IMAAAA AAAAxx -1765 321 1 1 5 5 65 765 1765 1765 1765 130 131 XPAAAA JMAAAA HHHHxx -9592 322 0 0 2 12 92 592 1592 4592 9592 184 185 YEAAAA KMAAAA OOOOxx -1694 323 0 2 4 14 94 694 1694 1694 1694 188 189 ENAAAA LMAAAA VVVVxx -8940 324 0 0 0 0 40 940 940 3940 8940 80 81 WFAAAA MMAAAA AAAAxx -7264 325 0 0 4 4 64 264 1264 2264 7264 128 129 KTAAAA NMAAAA HHHHxx -4699 326 1 3 9 19 99 699 699 4699 4699 198 199 TYAAAA OMAAAA OOOOxx -4541 327 1 1 1 1 41 541 541 4541 4541 82 83 RSAAAA PMAAAA VVVVxx -5768 328 0 0 8 8 68 768 1768 768 5768 136 137 WNAAAA QMAAAA AAAAxx -6183 329 1 3 3 3 83 183 183 1183 6183 166 167 VDAAAA RMAAAA HHHHxx -7457 330 1 1 7 17 57 457 1457 2457 7457 114 115 VAAAAA SMAAAA OOOOxx -7317 331 1 1 7 17 17 317 1317 2317 7317 34 35 LVAAAA TMAAAA VVVVxx -1944 332 0 0 4 4 44 944 1944 1944 1944 88 89 UWAAAA UMAAAA AAAAxx -665 333 1 1 5 5 65 665 665 665 665 130 131 PZAAAA VMAAAA HHHHxx -5974 334 0 2 4 14 74 974 1974 974 5974 148 149 UVAAAA WMAAAA OOOOxx -7370 335 0 2 0 10 70 370 1370 2370 7370 140 141 MXAAAA XMAAAA VVVVxx -9196 336 0 0 6 16 96 196 1196 4196 9196 192 193 SPAAAA YMAAAA AAAAxx -6796 337 0 0 6 16 96 796 796 1796 6796 192 193 KBAAAA ZMAAAA HHHHxx -6180 338 0 0 0 0 80 180 180 1180 6180 160 161 SDAAAA ANAAAA OOOOxx -8557 339 1 1 7 17 57 557 557 3557 8557 114 115 DRAAAA BNAAAA VVVVxx -928 340 0 0 8 8 28 928 928 928 928 56 57 SJAAAA CNAAAA AAAAxx -6275 341 1 3 5 15 75 275 275 1275 6275 150 151 JHAAAA DNAAAA HHHHxx -409 342 1 1 9 9 9 409 409 409 409 18 19 TPAAAA ENAAAA OOOOxx -6442 343 0 2 2 2 42 442 442 1442 6442 84 85 UNAAAA FNAAAA VVVVxx -5889 344 1 1 9 9 89 889 1889 889 5889 178 179 NSAAAA GNAAAA AAAAxx -5180 345 0 0 0 0 80 180 1180 180 5180 160 161 GRAAAA HNAAAA HHHHxx -1629 346 1 1 9 9 29 629 1629 1629 1629 58 59 RKAAAA INAAAA OOOOxx -6088 347 0 0 8 8 88 88 88 1088 6088 176 177 EAAAAA JNAAAA VVVVxx -5598 348 0 2 8 18 98 598 1598 598 5598 196 197 IHAAAA KNAAAA AAAAxx -1803 349 1 3 3 3 3 803 1803 1803 1803 6 7 JRAAAA LNAAAA HHHHxx -2330 350 0 2 0 10 30 330 330 2330 2330 60 61 QLAAAA MNAAAA OOOOxx -5901 351 1 1 1 1 1 901 1901 901 5901 2 3 ZSAAAA NNAAAA VVVVxx -780 352 0 0 0 0 80 780 780 780 780 160 161 AEAAAA ONAAAA AAAAxx -7171 353 1 3 1 11 71 171 1171 2171 7171 142 143 VPAAAA PNAAAA HHHHxx -8778 354 0 2 8 18 78 778 778 3778 8778 156 157 QZAAAA QNAAAA OOOOxx -6622 355 0 2 2 2 22 622 622 1622 6622 44 45 SUAAAA RNAAAA VVVVxx -9938 356 0 2 8 18 38 938 1938 4938 9938 76 77 GSAAAA SNAAAA AAAAxx -8254 357 0 2 4 14 54 254 254 3254 8254 108 109 MFAAAA TNAAAA HHHHxx -1951 358 1 3 1 11 51 951 1951 1951 1951 102 103 BXAAAA UNAAAA OOOOxx -1434 359 0 2 4 14 34 434 1434 1434 1434 68 69 EDAAAA VNAAAA VVVVxx -7539 360 1 3 9 19 39 539 1539 2539 7539 78 79 ZDAAAA WNAAAA AAAAxx -600 361 0 0 0 0 0 600 600 600 600 0 1 CXAAAA XNAAAA HHHHxx -3122 362 0 2 2 2 22 122 1122 3122 3122 44 45 CQAAAA YNAAAA OOOOxx -5704 363 0 0 4 4 4 704 1704 704 5704 8 9 KLAAAA ZNAAAA VVVVxx -6300 364 0 0 0 0 0 300 300 1300 6300 0 1 IIAAAA AOAAAA AAAAxx -4585 365 1 1 5 5 85 585 585 4585 4585 170 171 JUAAAA BOAAAA HHHHxx -6313 366 1 1 3 13 13 313 313 1313 6313 26 27 VIAAAA COAAAA OOOOxx -3154 367 0 2 4 14 54 154 1154 3154 3154 108 109 IRAAAA DOAAAA VVVVxx -642 368 0 2 2 2 42 642 642 642 642 84 85 SYAAAA EOAAAA AAAAxx -7736 369 0 0 6 16 36 736 1736 2736 7736 72 73 OLAAAA FOAAAA HHHHxx -5087 370 1 3 7 7 87 87 1087 87 5087 174 175 RNAAAA GOAAAA OOOOxx -5708 371 0 0 8 8 8 708 1708 708 5708 16 17 OLAAAA HOAAAA VVVVxx -8169 372 1 1 9 9 69 169 169 3169 8169 138 139 FCAAAA IOAAAA AAAAxx -9768 373 0 0 8 8 68 768 1768 4768 9768 136 137 SLAAAA JOAAAA HHHHxx -3874 374 0 2 4 14 74 874 1874 3874 3874 148 149 ATAAAA KOAAAA OOOOxx -6831 375 1 3 1 11 31 831 831 1831 6831 62 63 TCAAAA LOAAAA VVVVxx -18 376 0 2 8 18 18 18 18 18 18 36 37 SAAAAA MOAAAA AAAAxx -6375 377 1 3 5 15 75 375 375 1375 6375 150 151 FLAAAA NOAAAA HHHHxx -7106 378 0 2 6 6 6 106 1106 2106 7106 12 13 INAAAA OOAAAA OOOOxx -5926 379 0 2 6 6 26 926 1926 926 5926 52 53 YTAAAA POAAAA VVVVxx -4956 380 0 0 6 16 56 956 956 4956 4956 112 113 QIAAAA QOAAAA AAAAxx -7042 381 0 2 2 2 42 42 1042 2042 7042 84 85 WKAAAA ROAAAA HHHHxx -6043 382 1 3 3 3 43 43 43 1043 6043 86 87 LYAAAA SOAAAA OOOOxx -2084 383 0 0 4 4 84 84 84 2084 2084 168 169 ECAAAA TOAAAA VVVVxx -6038 384 0 2 8 18 38 38 38 1038 6038 76 77 GYAAAA UOAAAA AAAAxx -7253 385 1 1 3 13 53 253 1253 2253 7253 106 107 ZSAAAA VOAAAA HHHHxx -2061 386 1 1 1 1 61 61 61 2061 2061 122 123 HBAAAA WOAAAA OOOOxx -7800 387 0 0 0 0 0 800 1800 2800 7800 0 1 AOAAAA XOAAAA VVVVxx -4970 388 0 2 0 10 70 970 970 4970 4970 140 141 EJAAAA YOAAAA AAAAxx -8580 389 0 0 0 0 80 580 580 3580 8580 160 161 ASAAAA ZOAAAA HHHHxx -9173 390 1 1 3 13 73 173 1173 4173 9173 146 147 VOAAAA APAAAA OOOOxx -8558 391 0 2 8 18 58 558 558 3558 8558 116 117 ERAAAA BPAAAA VVVVxx -3897 392 1 1 7 17 97 897 1897 3897 3897 194 195 XTAAAA CPAAAA AAAAxx -5069 393 1 1 9 9 69 69 1069 69 5069 138 139 ZMAAAA DPAAAA HHHHxx -2301 394 1 1 1 1 1 301 301 2301 2301 2 3 NKAAAA EPAAAA OOOOxx -9863 395 1 3 3 3 63 863 1863 4863 9863 126 127 JPAAAA FPAAAA VVVVxx -5733 396 1 1 3 13 33 733 1733 733 5733 66 67 NMAAAA GPAAAA AAAAxx -2338 397 0 2 8 18 38 338 338 2338 2338 76 77 YLAAAA HPAAAA HHHHxx -9639 398 1 3 9 19 39 639 1639 4639 9639 78 79 TGAAAA IPAAAA OOOOxx -1139 399 1 3 9 19 39 139 1139 1139 1139 78 79 VRAAAA JPAAAA VVVVxx -2293 400 1 1 3 13 93 293 293 2293 2293 186 187 FKAAAA KPAAAA AAAAxx -6125 401 1 1 5 5 25 125 125 1125 6125 50 51 PBAAAA LPAAAA HHHHxx -5374 402 0 2 4 14 74 374 1374 374 5374 148 149 SYAAAA MPAAAA OOOOxx -7216 403 0 0 6 16 16 216 1216 2216 7216 32 33 ORAAAA NPAAAA VVVVxx -2285 404 1 1 5 5 85 285 285 2285 2285 170 171 XJAAAA OPAAAA AAAAxx -2387 405 1 3 7 7 87 387 387 2387 2387 174 175 VNAAAA PPAAAA HHHHxx -5015 406 1 3 5 15 15 15 1015 15 5015 30 31 XKAAAA QPAAAA OOOOxx -2087 407 1 3 7 7 87 87 87 2087 2087 174 175 HCAAAA RPAAAA VVVVxx -4938 408 0 2 8 18 38 938 938 4938 4938 76 77 YHAAAA SPAAAA AAAAxx -3635 409 1 3 5 15 35 635 1635 3635 3635 70 71 VJAAAA TPAAAA HHHHxx -7737 410 1 1 7 17 37 737 1737 2737 7737 74 75 PLAAAA UPAAAA OOOOxx -8056 411 0 0 6 16 56 56 56 3056 8056 112 113 WXAAAA VPAAAA VVVVxx -4502 412 0 2 2 2 2 502 502 4502 4502 4 5 ERAAAA WPAAAA AAAAxx -54 413 0 2 4 14 54 54 54 54 54 108 109 CCAAAA XPAAAA HHHHxx -3182 414 0 2 2 2 82 182 1182 3182 3182 164 165 KSAAAA YPAAAA OOOOxx -3718 415 0 2 8 18 18 718 1718 3718 3718 36 37 ANAAAA ZPAAAA VVVVxx -3989 416 1 1 9 9 89 989 1989 3989 3989 178 179 LXAAAA AQAAAA AAAAxx -8028 417 0 0 8 8 28 28 28 3028 8028 56 57 UWAAAA BQAAAA HHHHxx -1426 418 0 2 6 6 26 426 1426 1426 1426 52 53 WCAAAA CQAAAA OOOOxx -3801 419 1 1 1 1 1 801 1801 3801 3801 2 3 FQAAAA DQAAAA VVVVxx -241 420 1 1 1 1 41 241 241 241 241 82 83 HJAAAA EQAAAA AAAAxx -8000 421 0 0 0 0 0 0 0 3000 8000 0 1 SVAAAA FQAAAA HHHHxx -8357 422 1 1 7 17 57 357 357 3357 8357 114 115 LJAAAA GQAAAA OOOOxx -7548 423 0 0 8 8 48 548 1548 2548 7548 96 97 IEAAAA HQAAAA VVVVxx -7307 424 1 3 7 7 7 307 1307 2307 7307 14 15 BVAAAA IQAAAA AAAAxx -2275 425 1 3 5 15 75 275 275 2275 2275 150 151 NJAAAA JQAAAA HHHHxx -2718 426 0 2 8 18 18 718 718 2718 2718 36 37 OAAAAA KQAAAA OOOOxx -7068 427 0 0 8 8 68 68 1068 2068 7068 136 137 WLAAAA LQAAAA VVVVxx -3181 428 1 1 1 1 81 181 1181 3181 3181 162 163 JSAAAA MQAAAA AAAAxx -749 429 1 1 9 9 49 749 749 749 749 98 99 VCAAAA NQAAAA HHHHxx -5195 430 1 3 5 15 95 195 1195 195 5195 190 191 VRAAAA OQAAAA OOOOxx -6136 431 0 0 6 16 36 136 136 1136 6136 72 73 ACAAAA PQAAAA VVVVxx -8012 432 0 0 2 12 12 12 12 3012 8012 24 25 EWAAAA QQAAAA AAAAxx -3957 433 1 1 7 17 57 957 1957 3957 3957 114 115 FWAAAA RQAAAA HHHHxx -3083 434 1 3 3 3 83 83 1083 3083 3083 166 167 POAAAA SQAAAA OOOOxx -9997 435 1 1 7 17 97 997 1997 4997 9997 194 195 NUAAAA TQAAAA VVVVxx -3299 436 1 3 9 19 99 299 1299 3299 3299 198 199 XWAAAA UQAAAA AAAAxx -846 437 0 2 6 6 46 846 846 846 846 92 93 OGAAAA VQAAAA HHHHxx -2985 438 1 1 5 5 85 985 985 2985 2985 170 171 VKAAAA WQAAAA OOOOxx -9238 439 0 2 8 18 38 238 1238 4238 9238 76 77 IRAAAA XQAAAA VVVVxx -1403 440 1 3 3 3 3 403 1403 1403 1403 6 7 ZBAAAA YQAAAA AAAAxx -5563 441 1 3 3 3 63 563 1563 563 5563 126 127 ZFAAAA ZQAAAA HHHHxx -7965 442 1 1 5 5 65 965 1965 2965 7965 130 131 JUAAAA ARAAAA OOOOxx -4512 443 0 0 2 12 12 512 512 4512 4512 24 25 ORAAAA BRAAAA VVVVxx -9730 444 0 2 0 10 30 730 1730 4730 9730 60 61 GKAAAA CRAAAA AAAAxx -1129 445 1 1 9 9 29 129 1129 1129 1129 58 59 LRAAAA DRAAAA HHHHxx -2624 446 0 0 4 4 24 624 624 2624 2624 48 49 YWAAAA ERAAAA OOOOxx -8178 447 0 2 8 18 78 178 178 3178 8178 156 157 OCAAAA FRAAAA VVVVxx -6468 448 0 0 8 8 68 468 468 1468 6468 136 137 UOAAAA GRAAAA AAAAxx -3027 449 1 3 7 7 27 27 1027 3027 3027 54 55 LMAAAA HRAAAA HHHHxx -3845 450 1 1 5 5 45 845 1845 3845 3845 90 91 XRAAAA IRAAAA OOOOxx -786 451 0 2 6 6 86 786 786 786 786 172 173 GEAAAA JRAAAA VVVVxx -4971 452 1 3 1 11 71 971 971 4971 4971 142 143 FJAAAA KRAAAA AAAAxx -1542 453 0 2 2 2 42 542 1542 1542 1542 84 85 IHAAAA LRAAAA HHHHxx -7967 454 1 3 7 7 67 967 1967 2967 7967 134 135 LUAAAA MRAAAA OOOOxx -443 455 1 3 3 3 43 443 443 443 443 86 87 BRAAAA NRAAAA VVVVxx -7318 456 0 2 8 18 18 318 1318 2318 7318 36 37 MVAAAA ORAAAA AAAAxx -4913 457 1 1 3 13 13 913 913 4913 4913 26 27 ZGAAAA PRAAAA HHHHxx -9466 458 0 2 6 6 66 466 1466 4466 9466 132 133 CAAAAA QRAAAA OOOOxx -7866 459 0 2 6 6 66 866 1866 2866 7866 132 133 OQAAAA RRAAAA VVVVxx -784 460 0 0 4 4 84 784 784 784 784 168 169 EEAAAA SRAAAA AAAAxx -9040 461 0 0 0 0 40 40 1040 4040 9040 80 81 SJAAAA TRAAAA HHHHxx -3954 462 0 2 4 14 54 954 1954 3954 3954 108 109 CWAAAA URAAAA OOOOxx -4183 463 1 3 3 3 83 183 183 4183 4183 166 167 XEAAAA VRAAAA VVVVxx -3608 464 0 0 8 8 8 608 1608 3608 3608 16 17 UIAAAA WRAAAA AAAAxx -7630 465 0 2 0 10 30 630 1630 2630 7630 60 61 MHAAAA XRAAAA HHHHxx -590 466 0 2 0 10 90 590 590 590 590 180 181 SWAAAA YRAAAA OOOOxx -3453 467 1 1 3 13 53 453 1453 3453 3453 106 107 VCAAAA ZRAAAA VVVVxx -7757 468 1 1 7 17 57 757 1757 2757 7757 114 115 JMAAAA ASAAAA AAAAxx -7394 469 0 2 4 14 94 394 1394 2394 7394 188 189 KYAAAA BSAAAA HHHHxx -396 470 0 0 6 16 96 396 396 396 396 192 193 GPAAAA CSAAAA OOOOxx -7873 471 1 1 3 13 73 873 1873 2873 7873 146 147 VQAAAA DSAAAA VVVVxx -1553 472 1 1 3 13 53 553 1553 1553 1553 106 107 THAAAA ESAAAA AAAAxx -598 473 0 2 8 18 98 598 598 598 598 196 197 AXAAAA FSAAAA HHHHxx -7191 474 1 3 1 11 91 191 1191 2191 7191 182 183 PQAAAA GSAAAA OOOOxx -8116 475 0 0 6 16 16 116 116 3116 8116 32 33 EAAAAA HSAAAA VVVVxx -2516 476 0 0 6 16 16 516 516 2516 2516 32 33 USAAAA ISAAAA AAAAxx -7750 477 0 2 0 10 50 750 1750 2750 7750 100 101 CMAAAA JSAAAA HHHHxx -6625 478 1 1 5 5 25 625 625 1625 6625 50 51 VUAAAA KSAAAA OOOOxx -8838 479 0 2 8 18 38 838 838 3838 8838 76 77 YBAAAA LSAAAA VVVVxx -4636 480 0 0 6 16 36 636 636 4636 4636 72 73 IWAAAA MSAAAA AAAAxx -7627 481 1 3 7 7 27 627 1627 2627 7627 54 55 JHAAAA NSAAAA HHHHxx -1690 482 0 2 0 10 90 690 1690 1690 1690 180 181 ANAAAA OSAAAA OOOOxx -7071 483 1 3 1 11 71 71 1071 2071 7071 142 143 ZLAAAA PSAAAA VVVVxx -2081 484 1 1 1 1 81 81 81 2081 2081 162 163 BCAAAA QSAAAA AAAAxx -7138 485 0 2 8 18 38 138 1138 2138 7138 76 77 OOAAAA RSAAAA HHHHxx -864 486 0 0 4 4 64 864 864 864 864 128 129 GHAAAA SSAAAA OOOOxx -6392 487 0 0 2 12 92 392 392 1392 6392 184 185 WLAAAA TSAAAA VVVVxx -7544 488 0 0 4 4 44 544 1544 2544 7544 88 89 EEAAAA USAAAA AAAAxx -5438 489 0 2 8 18 38 438 1438 438 5438 76 77 EBAAAA VSAAAA HHHHxx -7099 490 1 3 9 19 99 99 1099 2099 7099 198 199 BNAAAA WSAAAA OOOOxx -5157 491 1 1 7 17 57 157 1157 157 5157 114 115 JQAAAA XSAAAA VVVVxx -3391 492 1 3 1 11 91 391 1391 3391 3391 182 183 LAAAAA YSAAAA AAAAxx -3805 493 1 1 5 5 5 805 1805 3805 3805 10 11 JQAAAA ZSAAAA HHHHxx -2110 494 0 2 0 10 10 110 110 2110 2110 20 21 EDAAAA ATAAAA OOOOxx -3176 495 0 0 6 16 76 176 1176 3176 3176 152 153 ESAAAA BTAAAA VVVVxx -5918 496 0 2 8 18 18 918 1918 918 5918 36 37 QTAAAA CTAAAA AAAAxx -1218 497 0 2 8 18 18 218 1218 1218 1218 36 37 WUAAAA DTAAAA HHHHxx -6683 498 1 3 3 3 83 683 683 1683 6683 166 167 BXAAAA ETAAAA OOOOxx -914 499 0 2 4 14 14 914 914 914 914 28 29 EJAAAA FTAAAA VVVVxx -4737 500 1 1 7 17 37 737 737 4737 4737 74 75 FAAAAA GTAAAA AAAAxx -7286 501 0 2 6 6 86 286 1286 2286 7286 172 173 GUAAAA HTAAAA HHHHxx -9975 502 1 3 5 15 75 975 1975 4975 9975 150 151 RTAAAA ITAAAA OOOOxx -8030 503 0 2 0 10 30 30 30 3030 8030 60 61 WWAAAA JTAAAA VVVVxx -7364 504 0 0 4 4 64 364 1364 2364 7364 128 129 GXAAAA KTAAAA AAAAxx -1389 505 1 1 9 9 89 389 1389 1389 1389 178 179 LBAAAA LTAAAA HHHHxx -4025 506 1 1 5 5 25 25 25 4025 4025 50 51 VYAAAA MTAAAA OOOOxx -4835 507 1 3 5 15 35 835 835 4835 4835 70 71 ZDAAAA NTAAAA VVVVxx -8045 508 1 1 5 5 45 45 45 3045 8045 90 91 LXAAAA OTAAAA AAAAxx -1864 509 0 0 4 4 64 864 1864 1864 1864 128 129 STAAAA PTAAAA HHHHxx -3313 510 1 1 3 13 13 313 1313 3313 3313 26 27 LXAAAA QTAAAA OOOOxx -2384 511 0 0 4 4 84 384 384 2384 2384 168 169 SNAAAA RTAAAA VVVVxx -6115 512 1 3 5 15 15 115 115 1115 6115 30 31 FBAAAA STAAAA AAAAxx -5705 513 1 1 5 5 5 705 1705 705 5705 10 11 LLAAAA TTAAAA HHHHxx -9269 514 1 1 9 9 69 269 1269 4269 9269 138 139 NSAAAA UTAAAA OOOOxx -3379 515 1 3 9 19 79 379 1379 3379 3379 158 159 ZZAAAA VTAAAA VVVVxx -8205 516 1 1 5 5 5 205 205 3205 8205 10 11 PDAAAA WTAAAA AAAAxx -6575 517 1 3 5 15 75 575 575 1575 6575 150 151 XSAAAA XTAAAA HHHHxx -486 518 0 2 6 6 86 486 486 486 486 172 173 SSAAAA YTAAAA OOOOxx -4894 519 0 2 4 14 94 894 894 4894 4894 188 189 GGAAAA ZTAAAA VVVVxx -3090 520 0 2 0 10 90 90 1090 3090 3090 180 181 WOAAAA AUAAAA AAAAxx -759 521 1 3 9 19 59 759 759 759 759 118 119 FDAAAA BUAAAA HHHHxx -4864 522 0 0 4 4 64 864 864 4864 4864 128 129 CFAAAA CUAAAA OOOOxx -4083 523 1 3 3 3 83 83 83 4083 4083 166 167 BBAAAA DUAAAA VVVVxx -6918 524 0 2 8 18 18 918 918 1918 6918 36 37 CGAAAA EUAAAA AAAAxx -8146 525 0 2 6 6 46 146 146 3146 8146 92 93 IBAAAA FUAAAA HHHHxx -1523 526 1 3 3 3 23 523 1523 1523 1523 46 47 PGAAAA GUAAAA OOOOxx -1591 527 1 3 1 11 91 591 1591 1591 1591 182 183 FJAAAA HUAAAA VVVVxx -3343 528 1 3 3 3 43 343 1343 3343 3343 86 87 PYAAAA IUAAAA AAAAxx -1391 529 1 3 1 11 91 391 1391 1391 1391 182 183 NBAAAA JUAAAA HHHHxx -9963 530 1 3 3 3 63 963 1963 4963 9963 126 127 FTAAAA KUAAAA OOOOxx -2423 531 1 3 3 3 23 423 423 2423 2423 46 47 FPAAAA LUAAAA VVVVxx -1822 532 0 2 2 2 22 822 1822 1822 1822 44 45 CSAAAA MUAAAA AAAAxx -8706 533 0 2 6 6 6 706 706 3706 8706 12 13 WWAAAA NUAAAA HHHHxx -3001 534 1 1 1 1 1 1 1001 3001 3001 2 3 LLAAAA OUAAAA OOOOxx -6707 535 1 3 7 7 7 707 707 1707 6707 14 15 ZXAAAA PUAAAA VVVVxx -2121 536 1 1 1 1 21 121 121 2121 2121 42 43 PDAAAA QUAAAA AAAAxx -5814 537 0 2 4 14 14 814 1814 814 5814 28 29 QPAAAA RUAAAA HHHHxx -2659 538 1 3 9 19 59 659 659 2659 2659 118 119 HYAAAA SUAAAA OOOOxx -2016 539 0 0 6 16 16 16 16 2016 2016 32 33 OZAAAA TUAAAA VVVVxx -4286 540 0 2 6 6 86 286 286 4286 4286 172 173 WIAAAA UUAAAA AAAAxx -9205 541 1 1 5 5 5 205 1205 4205 9205 10 11 BQAAAA VUAAAA HHHHxx -3496 542 0 0 6 16 96 496 1496 3496 3496 192 193 MEAAAA WUAAAA OOOOxx -5333 543 1 1 3 13 33 333 1333 333 5333 66 67 DXAAAA XUAAAA VVVVxx -5571 544 1 3 1 11 71 571 1571 571 5571 142 143 HGAAAA YUAAAA AAAAxx -1696 545 0 0 6 16 96 696 1696 1696 1696 192 193 GNAAAA ZUAAAA HHHHxx -4871 546 1 3 1 11 71 871 871 4871 4871 142 143 JFAAAA AVAAAA OOOOxx -4852 547 0 0 2 12 52 852 852 4852 4852 104 105 QEAAAA BVAAAA VVVVxx -8483 548 1 3 3 3 83 483 483 3483 8483 166 167 HOAAAA CVAAAA AAAAxx -1376 549 0 0 6 16 76 376 1376 1376 1376 152 153 YAAAAA DVAAAA HHHHxx -5456 550 0 0 6 16 56 456 1456 456 5456 112 113 WBAAAA EVAAAA OOOOxx -499 551 1 3 9 19 99 499 499 499 499 198 199 FTAAAA FVAAAA VVVVxx -3463 552 1 3 3 3 63 463 1463 3463 3463 126 127 FDAAAA GVAAAA AAAAxx -7426 553 0 2 6 6 26 426 1426 2426 7426 52 53 QZAAAA HVAAAA HHHHxx -5341 554 1 1 1 1 41 341 1341 341 5341 82 83 LXAAAA IVAAAA OOOOxx -9309 555 1 1 9 9 9 309 1309 4309 9309 18 19 BUAAAA JVAAAA VVVVxx -2055 556 1 3 5 15 55 55 55 2055 2055 110 111 BBAAAA KVAAAA AAAAxx -2199 557 1 3 9 19 99 199 199 2199 2199 198 199 PGAAAA LVAAAA HHHHxx -7235 558 1 3 5 15 35 235 1235 2235 7235 70 71 HSAAAA MVAAAA OOOOxx -8661 559 1 1 1 1 61 661 661 3661 8661 122 123 DVAAAA NVAAAA VVVVxx -9494 560 0 2 4 14 94 494 1494 4494 9494 188 189 EBAAAA OVAAAA AAAAxx -935 561 1 3 5 15 35 935 935 935 935 70 71 ZJAAAA PVAAAA HHHHxx -7044 562 0 0 4 4 44 44 1044 2044 7044 88 89 YKAAAA QVAAAA OOOOxx -1974 563 0 2 4 14 74 974 1974 1974 1974 148 149 YXAAAA RVAAAA VVVVxx -9679 564 1 3 9 19 79 679 1679 4679 9679 158 159 HIAAAA SVAAAA AAAAxx -9822 565 0 2 2 2 22 822 1822 4822 9822 44 45 UNAAAA TVAAAA HHHHxx -4088 566 0 0 8 8 88 88 88 4088 4088 176 177 GBAAAA UVAAAA OOOOxx -1749 567 1 1 9 9 49 749 1749 1749 1749 98 99 HPAAAA VVAAAA VVVVxx -2116 568 0 0 6 16 16 116 116 2116 2116 32 33 KDAAAA WVAAAA AAAAxx -976 569 0 0 6 16 76 976 976 976 976 152 153 OLAAAA XVAAAA HHHHxx -8689 570 1 1 9 9 89 689 689 3689 8689 178 179 FWAAAA YVAAAA OOOOxx -2563 571 1 3 3 3 63 563 563 2563 2563 126 127 PUAAAA ZVAAAA VVVVxx -7195 572 1 3 5 15 95 195 1195 2195 7195 190 191 TQAAAA AWAAAA AAAAxx -9985 573 1 1 5 5 85 985 1985 4985 9985 170 171 BUAAAA BWAAAA HHHHxx -7699 574 1 3 9 19 99 699 1699 2699 7699 198 199 DKAAAA CWAAAA OOOOxx -5311 575 1 3 1 11 11 311 1311 311 5311 22 23 HWAAAA DWAAAA VVVVxx -295 576 1 3 5 15 95 295 295 295 295 190 191 JLAAAA EWAAAA AAAAxx -8214 577 0 2 4 14 14 214 214 3214 8214 28 29 YDAAAA FWAAAA HHHHxx -3275 578 1 3 5 15 75 275 1275 3275 3275 150 151 ZVAAAA GWAAAA OOOOxx -9646 579 0 2 6 6 46 646 1646 4646 9646 92 93 AHAAAA HWAAAA VVVVxx -1908 580 0 0 8 8 8 908 1908 1908 1908 16 17 KVAAAA IWAAAA AAAAxx -3858 581 0 2 8 18 58 858 1858 3858 3858 116 117 KSAAAA JWAAAA HHHHxx -9362 582 0 2 2 2 62 362 1362 4362 9362 124 125 CWAAAA KWAAAA OOOOxx -9307 583 1 3 7 7 7 307 1307 4307 9307 14 15 ZTAAAA LWAAAA VVVVxx -6124 584 0 0 4 4 24 124 124 1124 6124 48 49 OBAAAA MWAAAA AAAAxx -2405 585 1 1 5 5 5 405 405 2405 2405 10 11 NOAAAA NWAAAA HHHHxx -8422 586 0 2 2 2 22 422 422 3422 8422 44 45 YLAAAA OWAAAA OOOOxx -393 587 1 1 3 13 93 393 393 393 393 186 187 DPAAAA PWAAAA VVVVxx -8973 588 1 1 3 13 73 973 973 3973 8973 146 147 DHAAAA QWAAAA AAAAxx -5171 589 1 3 1 11 71 171 1171 171 5171 142 143 XQAAAA RWAAAA HHHHxx -4929 590 1 1 9 9 29 929 929 4929 4929 58 59 PHAAAA SWAAAA OOOOxx -6935 591 1 3 5 15 35 935 935 1935 6935 70 71 TGAAAA TWAAAA VVVVxx -8584 592 0 0 4 4 84 584 584 3584 8584 168 169 ESAAAA UWAAAA AAAAxx -1035 593 1 3 5 15 35 35 1035 1035 1035 70 71 VNAAAA VWAAAA HHHHxx -3734 594 0 2 4 14 34 734 1734 3734 3734 68 69 QNAAAA WWAAAA OOOOxx -1458 595 0 2 8 18 58 458 1458 1458 1458 116 117 CEAAAA XWAAAA VVVVxx -8746 596 0 2 6 6 46 746 746 3746 8746 92 93 KYAAAA YWAAAA AAAAxx -1677 597 1 1 7 17 77 677 1677 1677 1677 154 155 NMAAAA ZWAAAA HHHHxx -8502 598 0 2 2 2 2 502 502 3502 8502 4 5 APAAAA AXAAAA OOOOxx -7752 599 0 0 2 12 52 752 1752 2752 7752 104 105 EMAAAA BXAAAA VVVVxx -2556 600 0 0 6 16 56 556 556 2556 2556 112 113 IUAAAA CXAAAA AAAAxx -6426 601 0 2 6 6 26 426 426 1426 6426 52 53 ENAAAA DXAAAA HHHHxx -8420 602 0 0 0 0 20 420 420 3420 8420 40 41 WLAAAA EXAAAA OOOOxx -4462 603 0 2 2 2 62 462 462 4462 4462 124 125 QPAAAA FXAAAA VVVVxx -1378 604 0 2 8 18 78 378 1378 1378 1378 156 157 ABAAAA GXAAAA AAAAxx -1387 605 1 3 7 7 87 387 1387 1387 1387 174 175 JBAAAA HXAAAA HHHHxx -8094 606 0 2 4 14 94 94 94 3094 8094 188 189 IZAAAA IXAAAA OOOOxx -7247 607 1 3 7 7 47 247 1247 2247 7247 94 95 TSAAAA JXAAAA VVVVxx -4261 608 1 1 1 1 61 261 261 4261 4261 122 123 XHAAAA KXAAAA AAAAxx -5029 609 1 1 9 9 29 29 1029 29 5029 58 59 LLAAAA LXAAAA HHHHxx -3625 610 1 1 5 5 25 625 1625 3625 3625 50 51 LJAAAA MXAAAA OOOOxx -8068 611 0 0 8 8 68 68 68 3068 8068 136 137 IYAAAA NXAAAA VVVVxx -102 612 0 2 2 2 2 102 102 102 102 4 5 YDAAAA OXAAAA AAAAxx -5596 613 0 0 6 16 96 596 1596 596 5596 192 193 GHAAAA PXAAAA HHHHxx -5872 614 0 0 2 12 72 872 1872 872 5872 144 145 WRAAAA QXAAAA OOOOxx -4742 615 0 2 2 2 42 742 742 4742 4742 84 85 KAAAAA RXAAAA VVVVxx -2117 616 1 1 7 17 17 117 117 2117 2117 34 35 LDAAAA SXAAAA AAAAxx -3945 617 1 1 5 5 45 945 1945 3945 3945 90 91 TVAAAA TXAAAA HHHHxx -7483 618 1 3 3 3 83 483 1483 2483 7483 166 167 VBAAAA UXAAAA OOOOxx -4455 619 1 3 5 15 55 455 455 4455 4455 110 111 JPAAAA VXAAAA VVVVxx -609 620 1 1 9 9 9 609 609 609 609 18 19 LXAAAA WXAAAA AAAAxx -9829 621 1 1 9 9 29 829 1829 4829 9829 58 59 BOAAAA XXAAAA HHHHxx -4857 622 1 1 7 17 57 857 857 4857 4857 114 115 VEAAAA YXAAAA OOOOxx -3314 623 0 2 4 14 14 314 1314 3314 3314 28 29 MXAAAA ZXAAAA VVVVxx -5353 624 1 1 3 13 53 353 1353 353 5353 106 107 XXAAAA AYAAAA AAAAxx -4909 625 1 1 9 9 9 909 909 4909 4909 18 19 VGAAAA BYAAAA HHHHxx -7597 626 1 1 7 17 97 597 1597 2597 7597 194 195 FGAAAA CYAAAA OOOOxx -2683 627 1 3 3 3 83 683 683 2683 2683 166 167 FZAAAA DYAAAA VVVVxx -3223 628 1 3 3 3 23 223 1223 3223 3223 46 47 ZTAAAA EYAAAA AAAAxx -5363 629 1 3 3 3 63 363 1363 363 5363 126 127 HYAAAA FYAAAA HHHHxx -4578 630 0 2 8 18 78 578 578 4578 4578 156 157 CUAAAA GYAAAA OOOOxx -5544 631 0 0 4 4 44 544 1544 544 5544 88 89 GFAAAA HYAAAA VVVVxx -1589 632 1 1 9 9 89 589 1589 1589 1589 178 179 DJAAAA IYAAAA AAAAxx -7412 633 0 0 2 12 12 412 1412 2412 7412 24 25 CZAAAA JYAAAA HHHHxx -3803 634 1 3 3 3 3 803 1803 3803 3803 6 7 HQAAAA KYAAAA OOOOxx -6179 635 1 3 9 19 79 179 179 1179 6179 158 159 RDAAAA LYAAAA VVVVxx -5588 636 0 0 8 8 88 588 1588 588 5588 176 177 YGAAAA MYAAAA AAAAxx -2134 637 0 2 4 14 34 134 134 2134 2134 68 69 CEAAAA NYAAAA HHHHxx -4383 638 1 3 3 3 83 383 383 4383 4383 166 167 PMAAAA OYAAAA OOOOxx -6995 639 1 3 5 15 95 995 995 1995 6995 190 191 BJAAAA PYAAAA VVVVxx -6598 640 0 2 8 18 98 598 598 1598 6598 196 197 UTAAAA QYAAAA AAAAxx -8731 641 1 3 1 11 31 731 731 3731 8731 62 63 VXAAAA RYAAAA HHHHxx -7177 642 1 1 7 17 77 177 1177 2177 7177 154 155 BQAAAA SYAAAA OOOOxx -6578 643 0 2 8 18 78 578 578 1578 6578 156 157 ATAAAA TYAAAA VVVVxx -9393 644 1 1 3 13 93 393 1393 4393 9393 186 187 HXAAAA UYAAAA AAAAxx -1276 645 0 0 6 16 76 276 1276 1276 1276 152 153 CXAAAA VYAAAA HHHHxx -8766 646 0 2 6 6 66 766 766 3766 8766 132 133 EZAAAA WYAAAA OOOOxx -1015 647 1 3 5 15 15 15 1015 1015 1015 30 31 BNAAAA XYAAAA VVVVxx -4396 648 0 0 6 16 96 396 396 4396 4396 192 193 CNAAAA YYAAAA AAAAxx -5564 649 0 0 4 4 64 564 1564 564 5564 128 129 AGAAAA ZYAAAA HHHHxx -927 650 1 3 7 7 27 927 927 927 927 54 55 RJAAAA AZAAAA OOOOxx -3306 651 0 2 6 6 6 306 1306 3306 3306 12 13 EXAAAA BZAAAA VVVVxx -1615 652 1 3 5 15 15 615 1615 1615 1615 30 31 DKAAAA CZAAAA AAAAxx -4550 653 0 2 0 10 50 550 550 4550 4550 100 101 ATAAAA DZAAAA HHHHxx -2468 654 0 0 8 8 68 468 468 2468 2468 136 137 YQAAAA EZAAAA OOOOxx -5336 655 0 0 6 16 36 336 1336 336 5336 72 73 GXAAAA FZAAAA VVVVxx -4471 656 1 3 1 11 71 471 471 4471 4471 142 143 ZPAAAA GZAAAA AAAAxx -8085 657 1 1 5 5 85 85 85 3085 8085 170 171 ZYAAAA HZAAAA HHHHxx -540 658 0 0 0 0 40 540 540 540 540 80 81 UUAAAA IZAAAA OOOOxx -5108 659 0 0 8 8 8 108 1108 108 5108 16 17 MOAAAA JZAAAA VVVVxx -8015 660 1 3 5 15 15 15 15 3015 8015 30 31 HWAAAA KZAAAA AAAAxx -2857 661 1 1 7 17 57 857 857 2857 2857 114 115 XFAAAA LZAAAA HHHHxx -9472 662 0 0 2 12 72 472 1472 4472 9472 144 145 IAAAAA MZAAAA OOOOxx -5666 663 0 2 6 6 66 666 1666 666 5666 132 133 YJAAAA NZAAAA VVVVxx -3555 664 1 3 5 15 55 555 1555 3555 3555 110 111 TGAAAA OZAAAA AAAAxx -378 665 0 2 8 18 78 378 378 378 378 156 157 OOAAAA PZAAAA HHHHxx -4466 666 0 2 6 6 66 466 466 4466 4466 132 133 UPAAAA QZAAAA OOOOxx -3247 667 1 3 7 7 47 247 1247 3247 3247 94 95 XUAAAA RZAAAA VVVVxx -6570 668 0 2 0 10 70 570 570 1570 6570 140 141 SSAAAA SZAAAA AAAAxx -5655 669 1 3 5 15 55 655 1655 655 5655 110 111 NJAAAA TZAAAA HHHHxx -917 670 1 1 7 17 17 917 917 917 917 34 35 HJAAAA UZAAAA OOOOxx -3637 671 1 1 7 17 37 637 1637 3637 3637 74 75 XJAAAA VZAAAA VVVVxx -3668 672 0 0 8 8 68 668 1668 3668 3668 136 137 CLAAAA WZAAAA AAAAxx -5644 673 0 0 4 4 44 644 1644 644 5644 88 89 CJAAAA XZAAAA HHHHxx -8286 674 0 2 6 6 86 286 286 3286 8286 172 173 SGAAAA YZAAAA OOOOxx -6896 675 0 0 6 16 96 896 896 1896 6896 192 193 GFAAAA ZZAAAA VVVVxx -2870 676 0 2 0 10 70 870 870 2870 2870 140 141 KGAAAA AABAAA AAAAxx -8041 677 1 1 1 1 41 41 41 3041 8041 82 83 HXAAAA BABAAA HHHHxx -8137 678 1 1 7 17 37 137 137 3137 8137 74 75 ZAAAAA CABAAA OOOOxx -4823 679 1 3 3 3 23 823 823 4823 4823 46 47 NDAAAA DABAAA VVVVxx -2438 680 0 2 8 18 38 438 438 2438 2438 76 77 UPAAAA EABAAA AAAAxx -6329 681 1 1 9 9 29 329 329 1329 6329 58 59 LJAAAA FABAAA HHHHxx -623 682 1 3 3 3 23 623 623 623 623 46 47 ZXAAAA GABAAA OOOOxx -1360 683 0 0 0 0 60 360 1360 1360 1360 120 121 IAAAAA HABAAA VVVVxx -7987 684 1 3 7 7 87 987 1987 2987 7987 174 175 FVAAAA IABAAA AAAAxx -9788 685 0 0 8 8 88 788 1788 4788 9788 176 177 MMAAAA JABAAA HHHHxx -3212 686 0 0 2 12 12 212 1212 3212 3212 24 25 OTAAAA KABAAA OOOOxx -2725 687 1 1 5 5 25 725 725 2725 2725 50 51 VAAAAA LABAAA VVVVxx -7837 688 1 1 7 17 37 837 1837 2837 7837 74 75 LPAAAA MABAAA AAAAxx -4746 689 0 2 6 6 46 746 746 4746 4746 92 93 OAAAAA NABAAA HHHHxx -3986 690 0 2 6 6 86 986 1986 3986 3986 172 173 IXAAAA OABAAA OOOOxx -9128 691 0 0 8 8 28 128 1128 4128 9128 56 57 CNAAAA PABAAA VVVVxx -5044 692 0 0 4 4 44 44 1044 44 5044 88 89 AMAAAA QABAAA AAAAxx -8132 693 0 0 2 12 32 132 132 3132 8132 64 65 UAAAAA RABAAA HHHHxx -9992 694 0 0 2 12 92 992 1992 4992 9992 184 185 IUAAAA SABAAA OOOOxx -8468 695 0 0 8 8 68 468 468 3468 8468 136 137 SNAAAA TABAAA VVVVxx -6876 696 0 0 6 16 76 876 876 1876 6876 152 153 MEAAAA UABAAA AAAAxx -3532 697 0 0 2 12 32 532 1532 3532 3532 64 65 WFAAAA VABAAA HHHHxx -2140 698 0 0 0 0 40 140 140 2140 2140 80 81 IEAAAA WABAAA OOOOxx -2183 699 1 3 3 3 83 183 183 2183 2183 166 167 ZFAAAA XABAAA VVVVxx -9766 700 0 2 6 6 66 766 1766 4766 9766 132 133 QLAAAA YABAAA AAAAxx -7943 701 1 3 3 3 43 943 1943 2943 7943 86 87 NTAAAA ZABAAA HHHHxx -9243 702 1 3 3 3 43 243 1243 4243 9243 86 87 NRAAAA ABBAAA OOOOxx -6241 703 1 1 1 1 41 241 241 1241 6241 82 83 BGAAAA BBBAAA VVVVxx -9540 704 0 0 0 0 40 540 1540 4540 9540 80 81 YCAAAA CBBAAA AAAAxx -7418 705 0 2 8 18 18 418 1418 2418 7418 36 37 IZAAAA DBBAAA HHHHxx -1603 706 1 3 3 3 3 603 1603 1603 1603 6 7 RJAAAA EBBAAA OOOOxx -8950 707 0 2 0 10 50 950 950 3950 8950 100 101 GGAAAA FBBAAA VVVVxx -6933 708 1 1 3 13 33 933 933 1933 6933 66 67 RGAAAA GBBAAA AAAAxx -2646 709 0 2 6 6 46 646 646 2646 2646 92 93 UXAAAA HBBAAA HHHHxx -3447 710 1 3 7 7 47 447 1447 3447 3447 94 95 PCAAAA IBBAAA OOOOxx -9957 711 1 1 7 17 57 957 1957 4957 9957 114 115 ZSAAAA JBBAAA VVVVxx -4623 712 1 3 3 3 23 623 623 4623 4623 46 47 VVAAAA KBBAAA AAAAxx -9058 713 0 2 8 18 58 58 1058 4058 9058 116 117 KKAAAA LBBAAA HHHHxx -7361 714 1 1 1 1 61 361 1361 2361 7361 122 123 DXAAAA MBBAAA OOOOxx -2489 715 1 1 9 9 89 489 489 2489 2489 178 179 TRAAAA NBBAAA VVVVxx -7643 716 1 3 3 3 43 643 1643 2643 7643 86 87 ZHAAAA OBBAAA AAAAxx -9166 717 0 2 6 6 66 166 1166 4166 9166 132 133 OOAAAA PBBAAA HHHHxx -7789 718 1 1 9 9 89 789 1789 2789 7789 178 179 PNAAAA QBBAAA OOOOxx -2332 719 0 0 2 12 32 332 332 2332 2332 64 65 SLAAAA RBBAAA VVVVxx -1832 720 0 0 2 12 32 832 1832 1832 1832 64 65 MSAAAA SBBAAA AAAAxx -8375 721 1 3 5 15 75 375 375 3375 8375 150 151 DKAAAA TBBAAA HHHHxx -948 722 0 0 8 8 48 948 948 948 948 96 97 MKAAAA UBBAAA OOOOxx -5613 723 1 1 3 13 13 613 1613 613 5613 26 27 XHAAAA VBBAAA VVVVxx -6310 724 0 2 0 10 10 310 310 1310 6310 20 21 SIAAAA WBBAAA AAAAxx -4254 725 0 2 4 14 54 254 254 4254 4254 108 109 QHAAAA XBBAAA HHHHxx -4260 726 0 0 0 0 60 260 260 4260 4260 120 121 WHAAAA YBBAAA OOOOxx -2060 727 0 0 0 0 60 60 60 2060 2060 120 121 GBAAAA ZBBAAA VVVVxx -4831 728 1 3 1 11 31 831 831 4831 4831 62 63 VDAAAA ACBAAA AAAAxx -6176 729 0 0 6 16 76 176 176 1176 6176 152 153 ODAAAA BCBAAA HHHHxx -6688 730 0 0 8 8 88 688 688 1688 6688 176 177 GXAAAA CCBAAA OOOOxx -5752 731 0 0 2 12 52 752 1752 752 5752 104 105 GNAAAA DCBAAA VVVVxx -8714 732 0 2 4 14 14 714 714 3714 8714 28 29 EXAAAA ECBAAA AAAAxx -6739 733 1 3 9 19 39 739 739 1739 6739 78 79 FZAAAA FCBAAA HHHHxx -7066 734 0 2 6 6 66 66 1066 2066 7066 132 133 ULAAAA GCBAAA OOOOxx -7250 735 0 2 0 10 50 250 1250 2250 7250 100 101 WSAAAA HCBAAA VVVVxx -3161 736 1 1 1 1 61 161 1161 3161 3161 122 123 PRAAAA ICBAAA AAAAxx -1411 737 1 3 1 11 11 411 1411 1411 1411 22 23 HCAAAA JCBAAA HHHHxx -9301 738 1 1 1 1 1 301 1301 4301 9301 2 3 TTAAAA KCBAAA OOOOxx -8324 739 0 0 4 4 24 324 324 3324 8324 48 49 EIAAAA LCBAAA VVVVxx -9641 740 1 1 1 1 41 641 1641 4641 9641 82 83 VGAAAA MCBAAA AAAAxx -7077 741 1 1 7 17 77 77 1077 2077 7077 154 155 FMAAAA NCBAAA HHHHxx -9888 742 0 0 8 8 88 888 1888 4888 9888 176 177 IQAAAA OCBAAA OOOOxx -9909 743 1 1 9 9 9 909 1909 4909 9909 18 19 DRAAAA PCBAAA VVVVxx -2209 744 1 1 9 9 9 209 209 2209 2209 18 19 ZGAAAA QCBAAA AAAAxx -6904 745 0 0 4 4 4 904 904 1904 6904 8 9 OFAAAA RCBAAA HHHHxx -6608 746 0 0 8 8 8 608 608 1608 6608 16 17 EUAAAA SCBAAA OOOOxx -8400 747 0 0 0 0 0 400 400 3400 8400 0 1 CLAAAA TCBAAA VVVVxx -5124 748 0 0 4 4 24 124 1124 124 5124 48 49 CPAAAA UCBAAA AAAAxx -5484 749 0 0 4 4 84 484 1484 484 5484 168 169 YCAAAA VCBAAA HHHHxx -3575 750 1 3 5 15 75 575 1575 3575 3575 150 151 NHAAAA WCBAAA OOOOxx -9723 751 1 3 3 3 23 723 1723 4723 9723 46 47 ZJAAAA XCBAAA VVVVxx -360 752 0 0 0 0 60 360 360 360 360 120 121 WNAAAA YCBAAA AAAAxx -1059 753 1 3 9 19 59 59 1059 1059 1059 118 119 TOAAAA ZCBAAA HHHHxx -4941 754 1 1 1 1 41 941 941 4941 4941 82 83 BIAAAA ADBAAA OOOOxx -2535 755 1 3 5 15 35 535 535 2535 2535 70 71 NTAAAA BDBAAA VVVVxx -4119 756 1 3 9 19 19 119 119 4119 4119 38 39 LCAAAA CDBAAA AAAAxx -3725 757 1 1 5 5 25 725 1725 3725 3725 50 51 HNAAAA DDBAAA HHHHxx -4758 758 0 2 8 18 58 758 758 4758 4758 116 117 ABAAAA EDBAAA OOOOxx -9593 759 1 1 3 13 93 593 1593 4593 9593 186 187 ZEAAAA FDBAAA VVVVxx -4663 760 1 3 3 3 63 663 663 4663 4663 126 127 JXAAAA GDBAAA AAAAxx -7734 761 0 2 4 14 34 734 1734 2734 7734 68 69 MLAAAA HDBAAA HHHHxx -9156 762 0 0 6 16 56 156 1156 4156 9156 112 113 EOAAAA IDBAAA OOOOxx -8120 763 0 0 0 0 20 120 120 3120 8120 40 41 IAAAAA JDBAAA VVVVxx -4385 764 1 1 5 5 85 385 385 4385 4385 170 171 RMAAAA KDBAAA AAAAxx -2926 765 0 2 6 6 26 926 926 2926 2926 52 53 OIAAAA LDBAAA HHHHxx -4186 766 0 2 6 6 86 186 186 4186 4186 172 173 AFAAAA MDBAAA OOOOxx -2508 767 0 0 8 8 8 508 508 2508 2508 16 17 MSAAAA NDBAAA VVVVxx -4012 768 0 0 2 12 12 12 12 4012 4012 24 25 IYAAAA ODBAAA AAAAxx -6266 769 0 2 6 6 66 266 266 1266 6266 132 133 AHAAAA PDBAAA HHHHxx -3709 770 1 1 9 9 9 709 1709 3709 3709 18 19 RMAAAA QDBAAA OOOOxx -7289 771 1 1 9 9 89 289 1289 2289 7289 178 179 JUAAAA RDBAAA VVVVxx -8875 772 1 3 5 15 75 875 875 3875 8875 150 151 JDAAAA SDBAAA AAAAxx -4412 773 0 0 2 12 12 412 412 4412 4412 24 25 SNAAAA TDBAAA HHHHxx -3033 774 1 1 3 13 33 33 1033 3033 3033 66 67 RMAAAA UDBAAA OOOOxx -1645 775 1 1 5 5 45 645 1645 1645 1645 90 91 HLAAAA VDBAAA VVVVxx -3557 776 1 1 7 17 57 557 1557 3557 3557 114 115 VGAAAA WDBAAA AAAAxx -6316 777 0 0 6 16 16 316 316 1316 6316 32 33 YIAAAA XDBAAA HHHHxx -2054 778 0 2 4 14 54 54 54 2054 2054 108 109 ABAAAA YDBAAA OOOOxx -7031 779 1 3 1 11 31 31 1031 2031 7031 62 63 LKAAAA ZDBAAA VVVVxx -3405 780 1 1 5 5 5 405 1405 3405 3405 10 11 ZAAAAA AEBAAA AAAAxx -5343 781 1 3 3 3 43 343 1343 343 5343 86 87 NXAAAA BEBAAA HHHHxx -5240 782 0 0 0 0 40 240 1240 240 5240 80 81 OTAAAA CEBAAA OOOOxx -9650 783 0 2 0 10 50 650 1650 4650 9650 100 101 EHAAAA DEBAAA VVVVxx -3777 784 1 1 7 17 77 777 1777 3777 3777 154 155 HPAAAA EEBAAA AAAAxx -9041 785 1 1 1 1 41 41 1041 4041 9041 82 83 TJAAAA FEBAAA HHHHxx -6923 786 1 3 3 3 23 923 923 1923 6923 46 47 HGAAAA GEBAAA OOOOxx -2977 787 1 1 7 17 77 977 977 2977 2977 154 155 NKAAAA HEBAAA VVVVxx -5500 788 0 0 0 0 0 500 1500 500 5500 0 1 ODAAAA IEBAAA AAAAxx -1044 789 0 0 4 4 44 44 1044 1044 1044 88 89 EOAAAA JEBAAA HHHHxx -434 790 0 2 4 14 34 434 434 434 434 68 69 SQAAAA KEBAAA OOOOxx -611 791 1 3 1 11 11 611 611 611 611 22 23 NXAAAA LEBAAA VVVVxx -5760 792 0 0 0 0 60 760 1760 760 5760 120 121 ONAAAA MEBAAA AAAAxx -2445 793 1 1 5 5 45 445 445 2445 2445 90 91 BQAAAA NEBAAA HHHHxx -7098 794 0 2 8 18 98 98 1098 2098 7098 196 197 ANAAAA OEBAAA OOOOxx -2188 795 0 0 8 8 88 188 188 2188 2188 176 177 EGAAAA PEBAAA VVVVxx -4597 796 1 1 7 17 97 597 597 4597 4597 194 195 VUAAAA QEBAAA AAAAxx -1913 797 1 1 3 13 13 913 1913 1913 1913 26 27 PVAAAA REBAAA HHHHxx -8696 798 0 0 6 16 96 696 696 3696 8696 192 193 MWAAAA SEBAAA OOOOxx -3332 799 0 0 2 12 32 332 1332 3332 3332 64 65 EYAAAA TEBAAA VVVVxx -8760 800 0 0 0 0 60 760 760 3760 8760 120 121 YYAAAA UEBAAA AAAAxx -3215 801 1 3 5 15 15 215 1215 3215 3215 30 31 RTAAAA VEBAAA HHHHxx -1625 802 1 1 5 5 25 625 1625 1625 1625 50 51 NKAAAA WEBAAA OOOOxx -4219 803 1 3 9 19 19 219 219 4219 4219 38 39 HGAAAA XEBAAA VVVVxx -415 804 1 3 5 15 15 415 415 415 415 30 31 ZPAAAA YEBAAA AAAAxx -4242 805 0 2 2 2 42 242 242 4242 4242 84 85 EHAAAA ZEBAAA HHHHxx -8660 806 0 0 0 0 60 660 660 3660 8660 120 121 CVAAAA AFBAAA OOOOxx -6525 807 1 1 5 5 25 525 525 1525 6525 50 51 ZQAAAA BFBAAA VVVVxx -2141 808 1 1 1 1 41 141 141 2141 2141 82 83 JEAAAA CFBAAA AAAAxx -5152 809 0 0 2 12 52 152 1152 152 5152 104 105 EQAAAA DFBAAA HHHHxx -8560 810 0 0 0 0 60 560 560 3560 8560 120 121 GRAAAA EFBAAA OOOOxx -9835 811 1 3 5 15 35 835 1835 4835 9835 70 71 HOAAAA FFBAAA VVVVxx -2657 812 1 1 7 17 57 657 657 2657 2657 114 115 FYAAAA GFBAAA AAAAxx -6085 813 1 1 5 5 85 85 85 1085 6085 170 171 BAAAAA HFBAAA HHHHxx -6698 814 0 2 8 18 98 698 698 1698 6698 196 197 QXAAAA IFBAAA OOOOxx -5421 815 1 1 1 1 21 421 1421 421 5421 42 43 NAAAAA JFBAAA VVVVxx -6661 816 1 1 1 1 61 661 661 1661 6661 122 123 FWAAAA KFBAAA AAAAxx -5645 817 1 1 5 5 45 645 1645 645 5645 90 91 DJAAAA LFBAAA HHHHxx -1248 818 0 0 8 8 48 248 1248 1248 1248 96 97 AWAAAA MFBAAA OOOOxx -5690 819 0 2 0 10 90 690 1690 690 5690 180 181 WKAAAA NFBAAA VVVVxx -4762 820 0 2 2 2 62 762 762 4762 4762 124 125 EBAAAA OFBAAA AAAAxx -1455 821 1 3 5 15 55 455 1455 1455 1455 110 111 ZDAAAA PFBAAA HHHHxx -9846 822 0 2 6 6 46 846 1846 4846 9846 92 93 SOAAAA QFBAAA OOOOxx -5295 823 1 3 5 15 95 295 1295 295 5295 190 191 RVAAAA RFBAAA VVVVxx -2826 824 0 2 6 6 26 826 826 2826 2826 52 53 SEAAAA SFBAAA AAAAxx -7496 825 0 0 6 16 96 496 1496 2496 7496 192 193 ICAAAA TFBAAA HHHHxx -3024 826 0 0 4 4 24 24 1024 3024 3024 48 49 IMAAAA UFBAAA OOOOxx -4945 827 1 1 5 5 45 945 945 4945 4945 90 91 FIAAAA VFBAAA VVVVxx -4404 828 0 0 4 4 4 404 404 4404 4404 8 9 KNAAAA WFBAAA AAAAxx -9302 829 0 2 2 2 2 302 1302 4302 9302 4 5 UTAAAA XFBAAA HHHHxx -1286 830 0 2 6 6 86 286 1286 1286 1286 172 173 MXAAAA YFBAAA OOOOxx -8435 831 1 3 5 15 35 435 435 3435 8435 70 71 LMAAAA ZFBAAA VVVVxx -8969 832 1 1 9 9 69 969 969 3969 8969 138 139 ZGAAAA AGBAAA AAAAxx -3302 833 0 2 2 2 2 302 1302 3302 3302 4 5 AXAAAA BGBAAA HHHHxx -9753 834 1 1 3 13 53 753 1753 4753 9753 106 107 DLAAAA CGBAAA OOOOxx -9374 835 0 2 4 14 74 374 1374 4374 9374 148 149 OWAAAA DGBAAA VVVVxx -4907 836 1 3 7 7 7 907 907 4907 4907 14 15 TGAAAA EGBAAA AAAAxx -1659 837 1 3 9 19 59 659 1659 1659 1659 118 119 VLAAAA FGBAAA HHHHxx -5095 838 1 3 5 15 95 95 1095 95 5095 190 191 ZNAAAA GGBAAA OOOOxx -9446 839 0 2 6 6 46 446 1446 4446 9446 92 93 IZAAAA HGBAAA VVVVxx -8528 840 0 0 8 8 28 528 528 3528 8528 56 57 AQAAAA IGBAAA AAAAxx -4890 841 0 2 0 10 90 890 890 4890 4890 180 181 CGAAAA JGBAAA HHHHxx -1221 842 1 1 1 1 21 221 1221 1221 1221 42 43 ZUAAAA KGBAAA OOOOxx -5583 843 1 3 3 3 83 583 1583 583 5583 166 167 TGAAAA LGBAAA VVVVxx -7303 844 1 3 3 3 3 303 1303 2303 7303 6 7 XUAAAA MGBAAA AAAAxx -406 845 0 2 6 6 6 406 406 406 406 12 13 QPAAAA NGBAAA HHHHxx -7542 846 0 2 2 2 42 542 1542 2542 7542 84 85 CEAAAA OGBAAA OOOOxx -9507 847 1 3 7 7 7 507 1507 4507 9507 14 15 RBAAAA PGBAAA VVVVxx -9511 848 1 3 1 11 11 511 1511 4511 9511 22 23 VBAAAA QGBAAA AAAAxx -1373 849 1 1 3 13 73 373 1373 1373 1373 146 147 VAAAAA RGBAAA HHHHxx -6556 850 0 0 6 16 56 556 556 1556 6556 112 113 ESAAAA SGBAAA OOOOxx -4117 851 1 1 7 17 17 117 117 4117 4117 34 35 JCAAAA TGBAAA VVVVxx -7794 852 0 2 4 14 94 794 1794 2794 7794 188 189 UNAAAA UGBAAA AAAAxx -7170 853 0 2 0 10 70 170 1170 2170 7170 140 141 UPAAAA VGBAAA HHHHxx -5809 854 1 1 9 9 9 809 1809 809 5809 18 19 LPAAAA WGBAAA OOOOxx -7828 855 0 0 8 8 28 828 1828 2828 7828 56 57 CPAAAA XGBAAA VVVVxx -8046 856 0 2 6 6 46 46 46 3046 8046 92 93 MXAAAA YGBAAA AAAAxx -4833 857 1 1 3 13 33 833 833 4833 4833 66 67 XDAAAA ZGBAAA HHHHxx -2107 858 1 3 7 7 7 107 107 2107 2107 14 15 BDAAAA AHBAAA OOOOxx -4276 859 0 0 6 16 76 276 276 4276 4276 152 153 MIAAAA BHBAAA VVVVxx -9536 860 0 0 6 16 36 536 1536 4536 9536 72 73 UCAAAA CHBAAA AAAAxx -5549 861 1 1 9 9 49 549 1549 549 5549 98 99 LFAAAA DHBAAA HHHHxx -6427 862 1 3 7 7 27 427 427 1427 6427 54 55 FNAAAA EHBAAA OOOOxx -1382 863 0 2 2 2 82 382 1382 1382 1382 164 165 EBAAAA FHBAAA VVVVxx -3256 864 0 0 6 16 56 256 1256 3256 3256 112 113 GVAAAA GHBAAA AAAAxx -3270 865 0 2 0 10 70 270 1270 3270 3270 140 141 UVAAAA HHBAAA HHHHxx -4808 866 0 0 8 8 8 808 808 4808 4808 16 17 YCAAAA IHBAAA OOOOxx -7938 867 0 2 8 18 38 938 1938 2938 7938 76 77 ITAAAA JHBAAA VVVVxx -4405 868 1 1 5 5 5 405 405 4405 4405 10 11 LNAAAA KHBAAA AAAAxx -2264 869 0 0 4 4 64 264 264 2264 2264 128 129 CJAAAA LHBAAA HHHHxx -80 870 0 0 0 0 80 80 80 80 80 160 161 CDAAAA MHBAAA OOOOxx -320 871 0 0 0 0 20 320 320 320 320 40 41 IMAAAA NHBAAA VVVVxx -2383 872 1 3 3 3 83 383 383 2383 2383 166 167 RNAAAA OHBAAA AAAAxx -3146 873 0 2 6 6 46 146 1146 3146 3146 92 93 ARAAAA PHBAAA HHHHxx -6911 874 1 3 1 11 11 911 911 1911 6911 22 23 VFAAAA QHBAAA OOOOxx -7377 875 1 1 7 17 77 377 1377 2377 7377 154 155 TXAAAA RHBAAA VVVVxx -9965 876 1 1 5 5 65 965 1965 4965 9965 130 131 HTAAAA SHBAAA AAAAxx -8361 877 1 1 1 1 61 361 361 3361 8361 122 123 PJAAAA THBAAA HHHHxx -9417 878 1 1 7 17 17 417 1417 4417 9417 34 35 FYAAAA UHBAAA OOOOxx -2483 879 1 3 3 3 83 483 483 2483 2483 166 167 NRAAAA VHBAAA VVVVxx -9843 880 1 3 3 3 43 843 1843 4843 9843 86 87 POAAAA WHBAAA AAAAxx -6395 881 1 3 5 15 95 395 395 1395 6395 190 191 ZLAAAA XHBAAA HHHHxx -6444 882 0 0 4 4 44 444 444 1444 6444 88 89 WNAAAA YHBAAA OOOOxx -1820 883 0 0 0 0 20 820 1820 1820 1820 40 41 ASAAAA ZHBAAA VVVVxx -2768 884 0 0 8 8 68 768 768 2768 2768 136 137 MCAAAA AIBAAA AAAAxx -5413 885 1 1 3 13 13 413 1413 413 5413 26 27 FAAAAA BIBAAA HHHHxx -2923 886 1 3 3 3 23 923 923 2923 2923 46 47 LIAAAA CIBAAA OOOOxx -5286 887 0 2 6 6 86 286 1286 286 5286 172 173 IVAAAA DIBAAA VVVVxx -6126 888 0 2 6 6 26 126 126 1126 6126 52 53 QBAAAA EIBAAA AAAAxx -8343 889 1 3 3 3 43 343 343 3343 8343 86 87 XIAAAA FIBAAA HHHHxx -6010 890 0 2 0 10 10 10 10 1010 6010 20 21 EXAAAA GIBAAA OOOOxx -4177 891 1 1 7 17 77 177 177 4177 4177 154 155 REAAAA HIBAAA VVVVxx -5808 892 0 0 8 8 8 808 1808 808 5808 16 17 KPAAAA IIBAAA AAAAxx -4859 893 1 3 9 19 59 859 859 4859 4859 118 119 XEAAAA JIBAAA HHHHxx -9252 894 0 0 2 12 52 252 1252 4252 9252 104 105 WRAAAA KIBAAA OOOOxx -2941 895 1 1 1 1 41 941 941 2941 2941 82 83 DJAAAA LIBAAA VVVVxx -8693 896 1 1 3 13 93 693 693 3693 8693 186 187 JWAAAA MIBAAA AAAAxx -4432 897 0 0 2 12 32 432 432 4432 4432 64 65 MOAAAA NIBAAA HHHHxx -2371 898 1 3 1 11 71 371 371 2371 2371 142 143 FNAAAA OIBAAA OOOOxx -7546 899 0 2 6 6 46 546 1546 2546 7546 92 93 GEAAAA PIBAAA VVVVxx -1369 900 1 1 9 9 69 369 1369 1369 1369 138 139 RAAAAA QIBAAA AAAAxx -4687 901 1 3 7 7 87 687 687 4687 4687 174 175 HYAAAA RIBAAA HHHHxx -8941 902 1 1 1 1 41 941 941 3941 8941 82 83 XFAAAA SIBAAA OOOOxx -226 903 0 2 6 6 26 226 226 226 226 52 53 SIAAAA TIBAAA VVVVxx -3493 904 1 1 3 13 93 493 1493 3493 3493 186 187 JEAAAA UIBAAA AAAAxx -6433 905 1 1 3 13 33 433 433 1433 6433 66 67 LNAAAA VIBAAA HHHHxx -9189 906 1 1 9 9 89 189 1189 4189 9189 178 179 LPAAAA WIBAAA OOOOxx -6027 907 1 3 7 7 27 27 27 1027 6027 54 55 VXAAAA XIBAAA VVVVxx -4615 908 1 3 5 15 15 615 615 4615 4615 30 31 NVAAAA YIBAAA AAAAxx -5320 909 0 0 0 0 20 320 1320 320 5320 40 41 QWAAAA ZIBAAA HHHHxx -7002 910 0 2 2 2 2 2 1002 2002 7002 4 5 IJAAAA AJBAAA OOOOxx -7367 911 1 3 7 7 67 367 1367 2367 7367 134 135 JXAAAA BJBAAA VVVVxx -289 912 1 1 9 9 89 289 289 289 289 178 179 DLAAAA CJBAAA AAAAxx -407 913 1 3 7 7 7 407 407 407 407 14 15 RPAAAA DJBAAA HHHHxx -504 914 0 0 4 4 4 504 504 504 504 8 9 KTAAAA EJBAAA OOOOxx -8301 915 1 1 1 1 1 301 301 3301 8301 2 3 HHAAAA FJBAAA VVVVxx -1396 916 0 0 6 16 96 396 1396 1396 1396 192 193 SBAAAA GJBAAA AAAAxx -4794 917 0 2 4 14 94 794 794 4794 4794 188 189 KCAAAA HJBAAA HHHHxx -6400 918 0 0 0 0 0 400 400 1400 6400 0 1 EMAAAA IJBAAA OOOOxx -1275 919 1 3 5 15 75 275 1275 1275 1275 150 151 BXAAAA JJBAAA VVVVxx -5797 920 1 1 7 17 97 797 1797 797 5797 194 195 ZOAAAA KJBAAA AAAAxx -2221 921 1 1 1 1 21 221 221 2221 2221 42 43 LHAAAA LJBAAA HHHHxx -2504 922 0 0 4 4 4 504 504 2504 2504 8 9 ISAAAA MJBAAA OOOOxx -2143 923 1 3 3 3 43 143 143 2143 2143 86 87 LEAAAA NJBAAA VVVVxx -1083 924 1 3 3 3 83 83 1083 1083 1083 166 167 RPAAAA OJBAAA AAAAxx -6148 925 0 0 8 8 48 148 148 1148 6148 96 97 MCAAAA PJBAAA HHHHxx -3612 926 0 0 2 12 12 612 1612 3612 3612 24 25 YIAAAA QJBAAA OOOOxx -9499 927 1 3 9 19 99 499 1499 4499 9499 198 199 JBAAAA RJBAAA VVVVxx -5773 928 1 1 3 13 73 773 1773 773 5773 146 147 BOAAAA SJBAAA AAAAxx -1014 929 0 2 4 14 14 14 1014 1014 1014 28 29 ANAAAA TJBAAA HHHHxx -1427 930 1 3 7 7 27 427 1427 1427 1427 54 55 XCAAAA UJBAAA OOOOxx -6770 931 0 2 0 10 70 770 770 1770 6770 140 141 KAAAAA VJBAAA VVVVxx -9042 932 0 2 2 2 42 42 1042 4042 9042 84 85 UJAAAA WJBAAA AAAAxx -9892 933 0 0 2 12 92 892 1892 4892 9892 184 185 MQAAAA XJBAAA HHHHxx -1771 934 1 3 1 11 71 771 1771 1771 1771 142 143 DQAAAA YJBAAA OOOOxx -7392 935 0 0 2 12 92 392 1392 2392 7392 184 185 IYAAAA ZJBAAA VVVVxx -4465 936 1 1 5 5 65 465 465 4465 4465 130 131 TPAAAA AKBAAA AAAAxx -278 937 0 2 8 18 78 278 278 278 278 156 157 SKAAAA BKBAAA HHHHxx -7776 938 0 0 6 16 76 776 1776 2776 7776 152 153 CNAAAA CKBAAA OOOOxx -3763 939 1 3 3 3 63 763 1763 3763 3763 126 127 TOAAAA DKBAAA VVVVxx -7503 940 1 3 3 3 3 503 1503 2503 7503 6 7 PCAAAA EKBAAA AAAAxx -3793 941 1 1 3 13 93 793 1793 3793 3793 186 187 XPAAAA FKBAAA HHHHxx -6510 942 0 2 0 10 10 510 510 1510 6510 20 21 KQAAAA GKBAAA OOOOxx -7641 943 1 1 1 1 41 641 1641 2641 7641 82 83 XHAAAA HKBAAA VVVVxx -3228 944 0 0 8 8 28 228 1228 3228 3228 56 57 EUAAAA IKBAAA AAAAxx -194 945 0 2 4 14 94 194 194 194 194 188 189 MHAAAA JKBAAA HHHHxx -8555 946 1 3 5 15 55 555 555 3555 8555 110 111 BRAAAA KKBAAA OOOOxx -4997 947 1 1 7 17 97 997 997 4997 4997 194 195 FKAAAA LKBAAA VVVVxx -8687 948 1 3 7 7 87 687 687 3687 8687 174 175 DWAAAA MKBAAA AAAAxx -6632 949 0 0 2 12 32 632 632 1632 6632 64 65 CVAAAA NKBAAA HHHHxx -9607 950 1 3 7 7 7 607 1607 4607 9607 14 15 NFAAAA OKBAAA OOOOxx -6201 951 1 1 1 1 1 201 201 1201 6201 2 3 NEAAAA PKBAAA VVVVxx -857 952 1 1 7 17 57 857 857 857 857 114 115 ZGAAAA QKBAAA AAAAxx -5623 953 1 3 3 3 23 623 1623 623 5623 46 47 HIAAAA RKBAAA HHHHxx -5979 954 1 3 9 19 79 979 1979 979 5979 158 159 ZVAAAA SKBAAA OOOOxx -2201 955 1 1 1 1 1 201 201 2201 2201 2 3 RGAAAA TKBAAA VVVVxx -3166 956 0 2 6 6 66 166 1166 3166 3166 132 133 URAAAA UKBAAA AAAAxx -6249 957 1 1 9 9 49 249 249 1249 6249 98 99 JGAAAA VKBAAA HHHHxx -3271 958 1 3 1 11 71 271 1271 3271 3271 142 143 VVAAAA WKBAAA OOOOxx -7777 959 1 1 7 17 77 777 1777 2777 7777 154 155 DNAAAA XKBAAA VVVVxx -6732 960 0 0 2 12 32 732 732 1732 6732 64 65 YYAAAA YKBAAA AAAAxx -6297 961 1 1 7 17 97 297 297 1297 6297 194 195 FIAAAA ZKBAAA HHHHxx -5685 962 1 1 5 5 85 685 1685 685 5685 170 171 RKAAAA ALBAAA OOOOxx -9931 963 1 3 1 11 31 931 1931 4931 9931 62 63 ZRAAAA BLBAAA VVVVxx -7485 964 1 1 5 5 85 485 1485 2485 7485 170 171 XBAAAA CLBAAA AAAAxx -386 965 0 2 6 6 86 386 386 386 386 172 173 WOAAAA DLBAAA HHHHxx -8204 966 0 0 4 4 4 204 204 3204 8204 8 9 ODAAAA ELBAAA OOOOxx -3606 967 0 2 6 6 6 606 1606 3606 3606 12 13 SIAAAA FLBAAA VVVVxx -1692 968 0 0 2 12 92 692 1692 1692 1692 184 185 CNAAAA GLBAAA AAAAxx -3002 969 0 2 2 2 2 2 1002 3002 3002 4 5 MLAAAA HLBAAA HHHHxx -9676 970 0 0 6 16 76 676 1676 4676 9676 152 153 EIAAAA ILBAAA OOOOxx -915 971 1 3 5 15 15 915 915 915 915 30 31 FJAAAA JLBAAA VVVVxx -7706 972 0 2 6 6 6 706 1706 2706 7706 12 13 KKAAAA KLBAAA AAAAxx -6080 973 0 0 0 0 80 80 80 1080 6080 160 161 WZAAAA LLBAAA HHHHxx -1860 974 0 0 0 0 60 860 1860 1860 1860 120 121 OTAAAA MLBAAA OOOOxx -1444 975 0 0 4 4 44 444 1444 1444 1444 88 89 ODAAAA NLBAAA VVVVxx -7208 976 0 0 8 8 8 208 1208 2208 7208 16 17 GRAAAA OLBAAA AAAAxx -8554 977 0 2 4 14 54 554 554 3554 8554 108 109 ARAAAA PLBAAA HHHHxx -2028 978 0 0 8 8 28 28 28 2028 2028 56 57 AAAAAA QLBAAA OOOOxx -9893 979 1 1 3 13 93 893 1893 4893 9893 186 187 NQAAAA RLBAAA VVVVxx -4740 980 0 0 0 0 40 740 740 4740 4740 80 81 IAAAAA SLBAAA AAAAxx -6186 981 0 2 6 6 86 186 186 1186 6186 172 173 YDAAAA TLBAAA HHHHxx -6357 982 1 1 7 17 57 357 357 1357 6357 114 115 NKAAAA ULBAAA OOOOxx -3699 983 1 3 9 19 99 699 1699 3699 3699 198 199 HMAAAA VLBAAA VVVVxx -7620 984 0 0 0 0 20 620 1620 2620 7620 40 41 CHAAAA WLBAAA AAAAxx -921 985 1 1 1 1 21 921 921 921 921 42 43 LJAAAA XLBAAA HHHHxx -5506 986 0 2 6 6 6 506 1506 506 5506 12 13 UDAAAA YLBAAA OOOOxx -8851 987 1 3 1 11 51 851 851 3851 8851 102 103 LCAAAA ZLBAAA VVVVxx -3205 988 1 1 5 5 5 205 1205 3205 3205 10 11 HTAAAA AMBAAA AAAAxx -1956 989 0 0 6 16 56 956 1956 1956 1956 112 113 GXAAAA BMBAAA HHHHxx -6272 990 0 0 2 12 72 272 272 1272 6272 144 145 GHAAAA CMBAAA OOOOxx -1509 991 1 1 9 9 9 509 1509 1509 1509 18 19 BGAAAA DMBAAA VVVVxx -53 992 1 1 3 13 53 53 53 53 53 106 107 BCAAAA EMBAAA AAAAxx -213 993 1 1 3 13 13 213 213 213 213 26 27 FIAAAA FMBAAA HHHHxx -4924 994 0 0 4 4 24 924 924 4924 4924 48 49 KHAAAA GMBAAA OOOOxx -2097 995 1 1 7 17 97 97 97 2097 2097 194 195 RCAAAA HMBAAA VVVVxx -4607 996 1 3 7 7 7 607 607 4607 4607 14 15 FVAAAA IMBAAA AAAAxx -1582 997 0 2 2 2 82 582 1582 1582 1582 164 165 WIAAAA JMBAAA HHHHxx -6643 998 1 3 3 3 43 643 643 1643 6643 86 87 NVAAAA KMBAAA OOOOxx -2238 999 0 2 8 18 38 238 238 2238 2238 76 77 CIAAAA LMBAAA VVVVxx -2942 1000 0 2 2 2 42 942 942 2942 2942 84 85 EJAAAA MMBAAA AAAAxx -1655 1001 1 3 5 15 55 655 1655 1655 1655 110 111 RLAAAA NMBAAA HHHHxx -3226 1002 0 2 6 6 26 226 1226 3226 3226 52 53 CUAAAA OMBAAA OOOOxx -4263 1003 1 3 3 3 63 263 263 4263 4263 126 127 ZHAAAA PMBAAA VVVVxx -960 1004 0 0 0 0 60 960 960 960 960 120 121 YKAAAA QMBAAA AAAAxx -1213 1005 1 1 3 13 13 213 1213 1213 1213 26 27 RUAAAA RMBAAA HHHHxx -1845 1006 1 1 5 5 45 845 1845 1845 1845 90 91 ZSAAAA SMBAAA OOOOxx -6944 1007 0 0 4 4 44 944 944 1944 6944 88 89 CHAAAA TMBAAA VVVVxx -5284 1008 0 0 4 4 84 284 1284 284 5284 168 169 GVAAAA UMBAAA AAAAxx -188 1009 0 0 8 8 88 188 188 188 188 176 177 GHAAAA VMBAAA HHHHxx -748 1010 0 0 8 8 48 748 748 748 748 96 97 UCAAAA WMBAAA OOOOxx -2226 1011 0 2 6 6 26 226 226 2226 2226 52 53 QHAAAA XMBAAA VVVVxx -7342 1012 0 2 2 2 42 342 1342 2342 7342 84 85 KWAAAA YMBAAA AAAAxx -6120 1013 0 0 0 0 20 120 120 1120 6120 40 41 KBAAAA ZMBAAA HHHHxx -536 1014 0 0 6 16 36 536 536 536 536 72 73 QUAAAA ANBAAA OOOOxx -3239 1015 1 3 9 19 39 239 1239 3239 3239 78 79 PUAAAA BNBAAA VVVVxx -2832 1016 0 0 2 12 32 832 832 2832 2832 64 65 YEAAAA CNBAAA AAAAxx -5296 1017 0 0 6 16 96 296 1296 296 5296 192 193 SVAAAA DNBAAA HHHHxx -5795 1018 1 3 5 15 95 795 1795 795 5795 190 191 XOAAAA ENBAAA OOOOxx -6290 1019 0 2 0 10 90 290 290 1290 6290 180 181 YHAAAA FNBAAA VVVVxx -4916 1020 0 0 6 16 16 916 916 4916 4916 32 33 CHAAAA GNBAAA AAAAxx -8366 1021 0 2 6 6 66 366 366 3366 8366 132 133 UJAAAA HNBAAA HHHHxx -4248 1022 0 0 8 8 48 248 248 4248 4248 96 97 KHAAAA INBAAA OOOOxx -6460 1023 0 0 0 0 60 460 460 1460 6460 120 121 MOAAAA JNBAAA VVVVxx -9296 1024 0 0 6 16 96 296 1296 4296 9296 192 193 OTAAAA KNBAAA AAAAxx -3486 1025 0 2 6 6 86 486 1486 3486 3486 172 173 CEAAAA LNBAAA HHHHxx -5664 1026 0 0 4 4 64 664 1664 664 5664 128 129 WJAAAA MNBAAA OOOOxx -7624 1027 0 0 4 4 24 624 1624 2624 7624 48 49 GHAAAA NNBAAA VVVVxx -2790 1028 0 2 0 10 90 790 790 2790 2790 180 181 IDAAAA ONBAAA AAAAxx -682 1029 0 2 2 2 82 682 682 682 682 164 165 GAAAAA PNBAAA HHHHxx -6412 1030 0 0 2 12 12 412 412 1412 6412 24 25 QMAAAA QNBAAA OOOOxx -6882 1031 0 2 2 2 82 882 882 1882 6882 164 165 SEAAAA RNBAAA VVVVxx -1332 1032 0 0 2 12 32 332 1332 1332 1332 64 65 GZAAAA SNBAAA AAAAxx -4911 1033 1 3 1 11 11 911 911 4911 4911 22 23 XGAAAA TNBAAA HHHHxx -3528 1034 0 0 8 8 28 528 1528 3528 3528 56 57 SFAAAA UNBAAA OOOOxx -271 1035 1 3 1 11 71 271 271 271 271 142 143 LKAAAA VNBAAA VVVVxx -7007 1036 1 3 7 7 7 7 1007 2007 7007 14 15 NJAAAA WNBAAA AAAAxx -2198 1037 0 2 8 18 98 198 198 2198 2198 196 197 OGAAAA XNBAAA HHHHxx -4266 1038 0 2 6 6 66 266 266 4266 4266 132 133 CIAAAA YNBAAA OOOOxx -9867 1039 1 3 7 7 67 867 1867 4867 9867 134 135 NPAAAA ZNBAAA VVVVxx -7602 1040 0 2 2 2 2 602 1602 2602 7602 4 5 KGAAAA AOBAAA AAAAxx -7521 1041 1 1 1 1 21 521 1521 2521 7521 42 43 HDAAAA BOBAAA HHHHxx -7200 1042 0 0 0 0 0 200 1200 2200 7200 0 1 YQAAAA COBAAA OOOOxx -4816 1043 0 0 6 16 16 816 816 4816 4816 32 33 GDAAAA DOBAAA VVVVxx -1669 1044 1 1 9 9 69 669 1669 1669 1669 138 139 FMAAAA EOBAAA AAAAxx -4764 1045 0 0 4 4 64 764 764 4764 4764 128 129 GBAAAA FOBAAA HHHHxx -7393 1046 1 1 3 13 93 393 1393 2393 7393 186 187 JYAAAA GOBAAA OOOOxx -7434 1047 0 2 4 14 34 434 1434 2434 7434 68 69 YZAAAA HOBAAA VVVVxx -9079 1048 1 3 9 19 79 79 1079 4079 9079 158 159 FLAAAA IOBAAA AAAAxx -9668 1049 0 0 8 8 68 668 1668 4668 9668 136 137 WHAAAA JOBAAA HHHHxx -7184 1050 0 0 4 4 84 184 1184 2184 7184 168 169 IQAAAA KOBAAA OOOOxx -7347 1051 1 3 7 7 47 347 1347 2347 7347 94 95 PWAAAA LOBAAA VVVVxx -951 1052 1 3 1 11 51 951 951 951 951 102 103 PKAAAA MOBAAA AAAAxx -4513 1053 1 1 3 13 13 513 513 4513 4513 26 27 PRAAAA NOBAAA HHHHxx -2692 1054 0 0 2 12 92 692 692 2692 2692 184 185 OZAAAA OOBAAA OOOOxx -9930 1055 0 2 0 10 30 930 1930 4930 9930 60 61 YRAAAA POBAAA VVVVxx -4516 1056 0 0 6 16 16 516 516 4516 4516 32 33 SRAAAA QOBAAA AAAAxx -1592 1057 0 0 2 12 92 592 1592 1592 1592 184 185 GJAAAA ROBAAA HHHHxx -6312 1058 0 0 2 12 12 312 312 1312 6312 24 25 UIAAAA SOBAAA OOOOxx -185 1059 1 1 5 5 85 185 185 185 185 170 171 DHAAAA TOBAAA VVVVxx -1848 1060 0 0 8 8 48 848 1848 1848 1848 96 97 CTAAAA UOBAAA AAAAxx -5844 1061 0 0 4 4 44 844 1844 844 5844 88 89 UQAAAA VOBAAA HHHHxx -1666 1062 0 2 6 6 66 666 1666 1666 1666 132 133 CMAAAA WOBAAA OOOOxx -5864 1063 0 0 4 4 64 864 1864 864 5864 128 129 ORAAAA XOBAAA VVVVxx -1004 1064 0 0 4 4 4 4 1004 1004 1004 8 9 QMAAAA YOBAAA AAAAxx -1758 1065 0 2 8 18 58 758 1758 1758 1758 116 117 QPAAAA ZOBAAA HHHHxx -8823 1066 1 3 3 3 23 823 823 3823 8823 46 47 JBAAAA APBAAA OOOOxx -129 1067 1 1 9 9 29 129 129 129 129 58 59 ZEAAAA BPBAAA VVVVxx -5703 1068 1 3 3 3 3 703 1703 703 5703 6 7 JLAAAA CPBAAA AAAAxx -3331 1069 1 3 1 11 31 331 1331 3331 3331 62 63 DYAAAA DPBAAA HHHHxx -5791 1070 1 3 1 11 91 791 1791 791 5791 182 183 TOAAAA EPBAAA OOOOxx -4421 1071 1 1 1 1 21 421 421 4421 4421 42 43 BOAAAA FPBAAA VVVVxx -9740 1072 0 0 0 0 40 740 1740 4740 9740 80 81 QKAAAA GPBAAA AAAAxx -798 1073 0 2 8 18 98 798 798 798 798 196 197 SEAAAA HPBAAA HHHHxx -571 1074 1 3 1 11 71 571 571 571 571 142 143 ZVAAAA IPBAAA OOOOxx -7084 1075 0 0 4 4 84 84 1084 2084 7084 168 169 MMAAAA JPBAAA VVVVxx -650 1076 0 2 0 10 50 650 650 650 650 100 101 AZAAAA KPBAAA AAAAxx -1467 1077 1 3 7 7 67 467 1467 1467 1467 134 135 LEAAAA LPBAAA HHHHxx -5446 1078 0 2 6 6 46 446 1446 446 5446 92 93 MBAAAA MPBAAA OOOOxx -830 1079 0 2 0 10 30 830 830 830 830 60 61 YFAAAA NPBAAA VVVVxx -5516 1080 0 0 6 16 16 516 1516 516 5516 32 33 EEAAAA OPBAAA AAAAxx -8520 1081 0 0 0 0 20 520 520 3520 8520 40 41 SPAAAA PPBAAA HHHHxx -1152 1082 0 0 2 12 52 152 1152 1152 1152 104 105 ISAAAA QPBAAA OOOOxx -862 1083 0 2 2 2 62 862 862 862 862 124 125 EHAAAA RPBAAA VVVVxx -454 1084 0 2 4 14 54 454 454 454 454 108 109 MRAAAA SPBAAA AAAAxx -9956 1085 0 0 6 16 56 956 1956 4956 9956 112 113 YSAAAA TPBAAA HHHHxx -1654 1086 0 2 4 14 54 654 1654 1654 1654 108 109 QLAAAA UPBAAA OOOOxx -257 1087 1 1 7 17 57 257 257 257 257 114 115 XJAAAA VPBAAA VVVVxx -5469 1088 1 1 9 9 69 469 1469 469 5469 138 139 JCAAAA WPBAAA AAAAxx -9075 1089 1 3 5 15 75 75 1075 4075 9075 150 151 BLAAAA XPBAAA HHHHxx -7799 1090 1 3 9 19 99 799 1799 2799 7799 198 199 ZNAAAA YPBAAA OOOOxx -2001 1091 1 1 1 1 1 1 1 2001 2001 2 3 ZYAAAA ZPBAAA VVVVxx -9786 1092 0 2 6 6 86 786 1786 4786 9786 172 173 KMAAAA AQBAAA AAAAxx -7281 1093 1 1 1 1 81 281 1281 2281 7281 162 163 BUAAAA BQBAAA HHHHxx -5137 1094 1 1 7 17 37 137 1137 137 5137 74 75 PPAAAA CQBAAA OOOOxx -4053 1095 1 1 3 13 53 53 53 4053 4053 106 107 XZAAAA DQBAAA VVVVxx -7911 1096 1 3 1 11 11 911 1911 2911 7911 22 23 HSAAAA EQBAAA AAAAxx -4298 1097 0 2 8 18 98 298 298 4298 4298 196 197 IJAAAA FQBAAA HHHHxx -4805 1098 1 1 5 5 5 805 805 4805 4805 10 11 VCAAAA GQBAAA OOOOxx -9038 1099 0 2 8 18 38 38 1038 4038 9038 76 77 QJAAAA HQBAAA VVVVxx -8023 1100 1 3 3 3 23 23 23 3023 8023 46 47 PWAAAA IQBAAA AAAAxx -6595 1101 1 3 5 15 95 595 595 1595 6595 190 191 RTAAAA JQBAAA HHHHxx -9831 1102 1 3 1 11 31 831 1831 4831 9831 62 63 DOAAAA KQBAAA OOOOxx -788 1103 0 0 8 8 88 788 788 788 788 176 177 IEAAAA LQBAAA VVVVxx -902 1104 0 2 2 2 2 902 902 902 902 4 5 SIAAAA MQBAAA AAAAxx -9137 1105 1 1 7 17 37 137 1137 4137 9137 74 75 LNAAAA NQBAAA HHHHxx -1744 1106 0 0 4 4 44 744 1744 1744 1744 88 89 CPAAAA OQBAAA OOOOxx -7285 1107 1 1 5 5 85 285 1285 2285 7285 170 171 FUAAAA PQBAAA VVVVxx -7006 1108 0 2 6 6 6 6 1006 2006 7006 12 13 MJAAAA QQBAAA AAAAxx -9236 1109 0 0 6 16 36 236 1236 4236 9236 72 73 GRAAAA RQBAAA HHHHxx -5472 1110 0 0 2 12 72 472 1472 472 5472 144 145 MCAAAA SQBAAA OOOOxx -7975 1111 1 3 5 15 75 975 1975 2975 7975 150 151 TUAAAA TQBAAA VVVVxx -4181 1112 1 1 1 1 81 181 181 4181 4181 162 163 VEAAAA UQBAAA AAAAxx -7677 1113 1 1 7 17 77 677 1677 2677 7677 154 155 HJAAAA VQBAAA HHHHxx -35 1114 1 3 5 15 35 35 35 35 35 70 71 JBAAAA WQBAAA OOOOxx -6813 1115 1 1 3 13 13 813 813 1813 6813 26 27 BCAAAA XQBAAA VVVVxx -6618 1116 0 2 8 18 18 618 618 1618 6618 36 37 OUAAAA YQBAAA AAAAxx -8069 1117 1 1 9 9 69 69 69 3069 8069 138 139 JYAAAA ZQBAAA HHHHxx -3071 1118 1 3 1 11 71 71 1071 3071 3071 142 143 DOAAAA ARBAAA OOOOxx -4390 1119 0 2 0 10 90 390 390 4390 4390 180 181 WMAAAA BRBAAA VVVVxx -7764 1120 0 0 4 4 64 764 1764 2764 7764 128 129 QMAAAA CRBAAA AAAAxx -8163 1121 1 3 3 3 63 163 163 3163 8163 126 127 ZBAAAA DRBAAA HHHHxx -1961 1122 1 1 1 1 61 961 1961 1961 1961 122 123 LXAAAA ERBAAA OOOOxx -1103 1123 1 3 3 3 3 103 1103 1103 1103 6 7 LQAAAA FRBAAA VVVVxx -5486 1124 0 2 6 6 86 486 1486 486 5486 172 173 ADAAAA GRBAAA AAAAxx -9513 1125 1 1 3 13 13 513 1513 4513 9513 26 27 XBAAAA HRBAAA HHHHxx -7311 1126 1 3 1 11 11 311 1311 2311 7311 22 23 FVAAAA IRBAAA OOOOxx -4144 1127 0 0 4 4 44 144 144 4144 4144 88 89 KDAAAA JRBAAA VVVVxx -7901 1128 1 1 1 1 1 901 1901 2901 7901 2 3 XRAAAA KRBAAA AAAAxx -4629 1129 1 1 9 9 29 629 629 4629 4629 58 59 BWAAAA LRBAAA HHHHxx -6858 1130 0 2 8 18 58 858 858 1858 6858 116 117 UDAAAA MRBAAA OOOOxx -125 1131 1 1 5 5 25 125 125 125 125 50 51 VEAAAA NRBAAA VVVVxx -3834 1132 0 2 4 14 34 834 1834 3834 3834 68 69 MRAAAA ORBAAA AAAAxx -8155 1133 1 3 5 15 55 155 155 3155 8155 110 111 RBAAAA PRBAAA HHHHxx -8230 1134 0 2 0 10 30 230 230 3230 8230 60 61 OEAAAA QRBAAA OOOOxx -744 1135 0 0 4 4 44 744 744 744 744 88 89 QCAAAA RRBAAA VVVVxx -357 1136 1 1 7 17 57 357 357 357 357 114 115 TNAAAA SRBAAA AAAAxx -2159 1137 1 3 9 19 59 159 159 2159 2159 118 119 BFAAAA TRBAAA HHHHxx -8559 1138 1 3 9 19 59 559 559 3559 8559 118 119 FRAAAA URBAAA OOOOxx -6866 1139 0 2 6 6 66 866 866 1866 6866 132 133 CEAAAA VRBAAA VVVVxx -3863 1140 1 3 3 3 63 863 1863 3863 3863 126 127 PSAAAA WRBAAA AAAAxx -4193 1141 1 1 3 13 93 193 193 4193 4193 186 187 HFAAAA XRBAAA HHHHxx -3277 1142 1 1 7 17 77 277 1277 3277 3277 154 155 BWAAAA YRBAAA OOOOxx -5577 1143 1 1 7 17 77 577 1577 577 5577 154 155 NGAAAA ZRBAAA VVVVxx -9503 1144 1 3 3 3 3 503 1503 4503 9503 6 7 NBAAAA ASBAAA AAAAxx -7642 1145 0 2 2 2 42 642 1642 2642 7642 84 85 YHAAAA BSBAAA HHHHxx -6197 1146 1 1 7 17 97 197 197 1197 6197 194 195 JEAAAA CSBAAA OOOOxx -8995 1147 1 3 5 15 95 995 995 3995 8995 190 191 ZHAAAA DSBAAA VVVVxx -440 1148 0 0 0 0 40 440 440 440 440 80 81 YQAAAA ESBAAA AAAAxx -8418 1149 0 2 8 18 18 418 418 3418 8418 36 37 ULAAAA FSBAAA HHHHxx -8531 1150 1 3 1 11 31 531 531 3531 8531 62 63 DQAAAA GSBAAA OOOOxx -3790 1151 0 2 0 10 90 790 1790 3790 3790 180 181 UPAAAA HSBAAA VVVVxx -7610 1152 0 2 0 10 10 610 1610 2610 7610 20 21 SGAAAA ISBAAA AAAAxx -1252 1153 0 0 2 12 52 252 1252 1252 1252 104 105 EWAAAA JSBAAA HHHHxx -7559 1154 1 3 9 19 59 559 1559 2559 7559 118 119 TEAAAA KSBAAA OOOOxx -9945 1155 1 1 5 5 45 945 1945 4945 9945 90 91 NSAAAA LSBAAA VVVVxx -9023 1156 1 3 3 3 23 23 1023 4023 9023 46 47 BJAAAA MSBAAA AAAAxx -3516 1157 0 0 6 16 16 516 1516 3516 3516 32 33 GFAAAA NSBAAA HHHHxx -4671 1158 1 3 1 11 71 671 671 4671 4671 142 143 RXAAAA OSBAAA OOOOxx -1465 1159 1 1 5 5 65 465 1465 1465 1465 130 131 JEAAAA PSBAAA VVVVxx -9515 1160 1 3 5 15 15 515 1515 4515 9515 30 31 ZBAAAA QSBAAA AAAAxx -3242 1161 0 2 2 2 42 242 1242 3242 3242 84 85 SUAAAA RSBAAA HHHHxx -1732 1162 0 0 2 12 32 732 1732 1732 1732 64 65 QOAAAA SSBAAA OOOOxx -1678 1163 0 2 8 18 78 678 1678 1678 1678 156 157 OMAAAA TSBAAA VVVVxx -1464 1164 0 0 4 4 64 464 1464 1464 1464 128 129 IEAAAA USBAAA AAAAxx -6546 1165 0 2 6 6 46 546 546 1546 6546 92 93 URAAAA VSBAAA HHHHxx -4448 1166 0 0 8 8 48 448 448 4448 4448 96 97 CPAAAA WSBAAA OOOOxx -9847 1167 1 3 7 7 47 847 1847 4847 9847 94 95 TOAAAA XSBAAA VVVVxx -8264 1168 0 0 4 4 64 264 264 3264 8264 128 129 WFAAAA YSBAAA AAAAxx -1620 1169 0 0 0 0 20 620 1620 1620 1620 40 41 IKAAAA ZSBAAA HHHHxx -9388 1170 0 0 8 8 88 388 1388 4388 9388 176 177 CXAAAA ATBAAA OOOOxx -6445 1171 1 1 5 5 45 445 445 1445 6445 90 91 XNAAAA BTBAAA VVVVxx -4789 1172 1 1 9 9 89 789 789 4789 4789 178 179 FCAAAA CTBAAA AAAAxx -1562 1173 0 2 2 2 62 562 1562 1562 1562 124 125 CIAAAA DTBAAA HHHHxx -7305 1174 1 1 5 5 5 305 1305 2305 7305 10 11 ZUAAAA ETBAAA OOOOxx -6344 1175 0 0 4 4 44 344 344 1344 6344 88 89 AKAAAA FTBAAA VVVVxx -5130 1176 0 2 0 10 30 130 1130 130 5130 60 61 IPAAAA GTBAAA AAAAxx -3284 1177 0 0 4 4 84 284 1284 3284 3284 168 169 IWAAAA HTBAAA HHHHxx -6346 1178 0 2 6 6 46 346 346 1346 6346 92 93 CKAAAA ITBAAA OOOOxx -1061 1179 1 1 1 1 61 61 1061 1061 1061 122 123 VOAAAA JTBAAA VVVVxx -872 1180 0 0 2 12 72 872 872 872 872 144 145 OHAAAA KTBAAA AAAAxx -123 1181 1 3 3 3 23 123 123 123 123 46 47 TEAAAA LTBAAA HHHHxx -7903 1182 1 3 3 3 3 903 1903 2903 7903 6 7 ZRAAAA MTBAAA OOOOxx -560 1183 0 0 0 0 60 560 560 560 560 120 121 OVAAAA NTBAAA VVVVxx -4446 1184 0 2 6 6 46 446 446 4446 4446 92 93 APAAAA OTBAAA AAAAxx -3909 1185 1 1 9 9 9 909 1909 3909 3909 18 19 JUAAAA PTBAAA HHHHxx -669 1186 1 1 9 9 69 669 669 669 669 138 139 TZAAAA QTBAAA OOOOxx -7843 1187 1 3 3 3 43 843 1843 2843 7843 86 87 RPAAAA RTBAAA VVVVxx -2546 1188 0 2 6 6 46 546 546 2546 2546 92 93 YTAAAA STBAAA AAAAxx -6757 1189 1 1 7 17 57 757 757 1757 6757 114 115 XZAAAA TTBAAA HHHHxx -466 1190 0 2 6 6 66 466 466 466 466 132 133 YRAAAA UTBAAA OOOOxx -5556 1191 0 0 6 16 56 556 1556 556 5556 112 113 SFAAAA VTBAAA VVVVxx -7196 1192 0 0 6 16 96 196 1196 2196 7196 192 193 UQAAAA WTBAAA AAAAxx -2947 1193 1 3 7 7 47 947 947 2947 2947 94 95 JJAAAA XTBAAA HHHHxx -6493 1194 1 1 3 13 93 493 493 1493 6493 186 187 TPAAAA YTBAAA OOOOxx -7203 1195 1 3 3 3 3 203 1203 2203 7203 6 7 BRAAAA ZTBAAA VVVVxx -3716 1196 0 0 6 16 16 716 1716 3716 3716 32 33 YMAAAA AUBAAA AAAAxx -8058 1197 0 2 8 18 58 58 58 3058 8058 116 117 YXAAAA BUBAAA HHHHxx -433 1198 1 1 3 13 33 433 433 433 433 66 67 RQAAAA CUBAAA OOOOxx -7649 1199 1 1 9 9 49 649 1649 2649 7649 98 99 FIAAAA DUBAAA VVVVxx -6966 1200 0 2 6 6 66 966 966 1966 6966 132 133 YHAAAA EUBAAA AAAAxx -553 1201 1 1 3 13 53 553 553 553 553 106 107 HVAAAA FUBAAA HHHHxx -3677 1202 1 1 7 17 77 677 1677 3677 3677 154 155 LLAAAA GUBAAA OOOOxx -2344 1203 0 0 4 4 44 344 344 2344 2344 88 89 EMAAAA HUBAAA VVVVxx -7439 1204 1 3 9 19 39 439 1439 2439 7439 78 79 DAAAAA IUBAAA AAAAxx -3910 1205 0 2 0 10 10 910 1910 3910 3910 20 21 KUAAAA JUBAAA HHHHxx -3638 1206 0 2 8 18 38 638 1638 3638 3638 76 77 YJAAAA KUBAAA OOOOxx -6637 1207 1 1 7 17 37 637 637 1637 6637 74 75 HVAAAA LUBAAA VVVVxx -4438 1208 0 2 8 18 38 438 438 4438 4438 76 77 SOAAAA MUBAAA AAAAxx -171 1209 1 3 1 11 71 171 171 171 171 142 143 PGAAAA NUBAAA HHHHxx -310 1210 0 2 0 10 10 310 310 310 310 20 21 YLAAAA OUBAAA OOOOxx -2714 1211 0 2 4 14 14 714 714 2714 2714 28 29 KAAAAA PUBAAA VVVVxx -5199 1212 1 3 9 19 99 199 1199 199 5199 198 199 ZRAAAA QUBAAA AAAAxx -8005 1213 1 1 5 5 5 5 5 3005 8005 10 11 XVAAAA RUBAAA HHHHxx -3188 1214 0 0 8 8 88 188 1188 3188 3188 176 177 QSAAAA SUBAAA OOOOxx -1518 1215 0 2 8 18 18 518 1518 1518 1518 36 37 KGAAAA TUBAAA VVVVxx -6760 1216 0 0 0 0 60 760 760 1760 6760 120 121 AAAAAA UUBAAA AAAAxx -9373 1217 1 1 3 13 73 373 1373 4373 9373 146 147 NWAAAA VUBAAA HHHHxx -1938 1218 0 2 8 18 38 938 1938 1938 1938 76 77 OWAAAA WUBAAA OOOOxx -2865 1219 1 1 5 5 65 865 865 2865 2865 130 131 FGAAAA XUBAAA VVVVxx -3203 1220 1 3 3 3 3 203 1203 3203 3203 6 7 FTAAAA YUBAAA AAAAxx -6025 1221 1 1 5 5 25 25 25 1025 6025 50 51 TXAAAA ZUBAAA HHHHxx -8684 1222 0 0 4 4 84 684 684 3684 8684 168 169 AWAAAA AVBAAA OOOOxx -7732 1223 0 0 2 12 32 732 1732 2732 7732 64 65 KLAAAA BVBAAA VVVVxx -3218 1224 0 2 8 18 18 218 1218 3218 3218 36 37 UTAAAA CVBAAA AAAAxx -525 1225 1 1 5 5 25 525 525 525 525 50 51 FUAAAA DVBAAA HHHHxx -601 1226 1 1 1 1 1 601 601 601 601 2 3 DXAAAA EVBAAA OOOOxx -6091 1227 1 3 1 11 91 91 91 1091 6091 182 183 HAAAAA FVBAAA VVVVxx -4498 1228 0 2 8 18 98 498 498 4498 4498 196 197 ARAAAA GVBAAA AAAAxx -8192 1229 0 0 2 12 92 192 192 3192 8192 184 185 CDAAAA HVBAAA HHHHxx -8006 1230 0 2 6 6 6 6 6 3006 8006 12 13 YVAAAA IVBAAA OOOOxx -6157 1231 1 1 7 17 57 157 157 1157 6157 114 115 VCAAAA JVBAAA VVVVxx -312 1232 0 0 2 12 12 312 312 312 312 24 25 AMAAAA KVBAAA AAAAxx -8652 1233 0 0 2 12 52 652 652 3652 8652 104 105 UUAAAA LVBAAA HHHHxx -2787 1234 1 3 7 7 87 787 787 2787 2787 174 175 FDAAAA MVBAAA OOOOxx -1782 1235 0 2 2 2 82 782 1782 1782 1782 164 165 OQAAAA NVBAAA VVVVxx -23 1236 1 3 3 3 23 23 23 23 23 46 47 XAAAAA OVBAAA AAAAxx -1206 1237 0 2 6 6 6 206 1206 1206 1206 12 13 KUAAAA PVBAAA HHHHxx -1076 1238 0 0 6 16 76 76 1076 1076 1076 152 153 KPAAAA QVBAAA OOOOxx -5379 1239 1 3 9 19 79 379 1379 379 5379 158 159 XYAAAA RVBAAA VVVVxx -2047 1240 1 3 7 7 47 47 47 2047 2047 94 95 TAAAAA SVBAAA AAAAxx -6262 1241 0 2 2 2 62 262 262 1262 6262 124 125 WGAAAA TVBAAA HHHHxx -1840 1242 0 0 0 0 40 840 1840 1840 1840 80 81 USAAAA UVBAAA OOOOxx -2106 1243 0 2 6 6 6 106 106 2106 2106 12 13 ADAAAA VVBAAA VVVVxx -1307 1244 1 3 7 7 7 307 1307 1307 1307 14 15 HYAAAA WVBAAA AAAAxx -735 1245 1 3 5 15 35 735 735 735 735 70 71 HCAAAA XVBAAA HHHHxx -3657 1246 1 1 7 17 57 657 1657 3657 3657 114 115 RKAAAA YVBAAA OOOOxx -3006 1247 0 2 6 6 6 6 1006 3006 3006 12 13 QLAAAA ZVBAAA VVVVxx -1538 1248 0 2 8 18 38 538 1538 1538 1538 76 77 EHAAAA AWBAAA AAAAxx -6098 1249 0 2 8 18 98 98 98 1098 6098 196 197 OAAAAA BWBAAA HHHHxx -5267 1250 1 3 7 7 67 267 1267 267 5267 134 135 PUAAAA CWBAAA OOOOxx -9757 1251 1 1 7 17 57 757 1757 4757 9757 114 115 HLAAAA DWBAAA VVVVxx -1236 1252 0 0 6 16 36 236 1236 1236 1236 72 73 OVAAAA EWBAAA AAAAxx -83 1253 1 3 3 3 83 83 83 83 83 166 167 FDAAAA FWBAAA HHHHxx -9227 1254 1 3 7 7 27 227 1227 4227 9227 54 55 XQAAAA GWBAAA OOOOxx -8772 1255 0 0 2 12 72 772 772 3772 8772 144 145 KZAAAA HWBAAA VVVVxx -8822 1256 0 2 2 2 22 822 822 3822 8822 44 45 IBAAAA IWBAAA AAAAxx -7167 1257 1 3 7 7 67 167 1167 2167 7167 134 135 RPAAAA JWBAAA HHHHxx -6909 1258 1 1 9 9 9 909 909 1909 6909 18 19 TFAAAA KWBAAA OOOOxx -1439 1259 1 3 9 19 39 439 1439 1439 1439 78 79 JDAAAA LWBAAA VVVVxx -2370 1260 0 2 0 10 70 370 370 2370 2370 140 141 ENAAAA MWBAAA AAAAxx -4577 1261 1 1 7 17 77 577 577 4577 4577 154 155 BUAAAA NWBAAA HHHHxx -2575 1262 1 3 5 15 75 575 575 2575 2575 150 151 BVAAAA OWBAAA OOOOxx -2795 1263 1 3 5 15 95 795 795 2795 2795 190 191 NDAAAA PWBAAA VVVVxx -5520 1264 0 0 0 0 20 520 1520 520 5520 40 41 IEAAAA QWBAAA AAAAxx -382 1265 0 2 2 2 82 382 382 382 382 164 165 SOAAAA RWBAAA HHHHxx -6335 1266 1 3 5 15 35 335 335 1335 6335 70 71 RJAAAA SWBAAA OOOOxx -8430 1267 0 2 0 10 30 430 430 3430 8430 60 61 GMAAAA TWBAAA VVVVxx -4131 1268 1 3 1 11 31 131 131 4131 4131 62 63 XCAAAA UWBAAA AAAAxx -9332 1269 0 0 2 12 32 332 1332 4332 9332 64 65 YUAAAA VWBAAA HHHHxx -293 1270 1 1 3 13 93 293 293 293 293 186 187 HLAAAA WWBAAA OOOOxx -2276 1271 0 0 6 16 76 276 276 2276 2276 152 153 OJAAAA XWBAAA VVVVxx -5687 1272 1 3 7 7 87 687 1687 687 5687 174 175 TKAAAA YWBAAA AAAAxx -5862 1273 0 2 2 2 62 862 1862 862 5862 124 125 MRAAAA ZWBAAA HHHHxx -5073 1274 1 1 3 13 73 73 1073 73 5073 146 147 DNAAAA AXBAAA OOOOxx -4170 1275 0 2 0 10 70 170 170 4170 4170 140 141 KEAAAA BXBAAA VVVVxx -5039 1276 1 3 9 19 39 39 1039 39 5039 78 79 VLAAAA CXBAAA AAAAxx -3294 1277 0 2 4 14 94 294 1294 3294 3294 188 189 SWAAAA DXBAAA HHHHxx -6015 1278 1 3 5 15 15 15 15 1015 6015 30 31 JXAAAA EXBAAA OOOOxx -9015 1279 1 3 5 15 15 15 1015 4015 9015 30 31 TIAAAA FXBAAA VVVVxx -9785 1280 1 1 5 5 85 785 1785 4785 9785 170 171 JMAAAA GXBAAA AAAAxx -4312 1281 0 0 2 12 12 312 312 4312 4312 24 25 WJAAAA HXBAAA HHHHxx -6343 1282 1 3 3 3 43 343 343 1343 6343 86 87 ZJAAAA IXBAAA OOOOxx -2161 1283 1 1 1 1 61 161 161 2161 2161 122 123 DFAAAA JXBAAA VVVVxx -4490 1284 0 2 0 10 90 490 490 4490 4490 180 181 SQAAAA KXBAAA AAAAxx -4454 1285 0 2 4 14 54 454 454 4454 4454 108 109 IPAAAA LXBAAA HHHHxx -7647 1286 1 3 7 7 47 647 1647 2647 7647 94 95 DIAAAA MXBAAA OOOOxx -1028 1287 0 0 8 8 28 28 1028 1028 1028 56 57 ONAAAA NXBAAA VVVVxx -2965 1288 1 1 5 5 65 965 965 2965 2965 130 131 BKAAAA OXBAAA AAAAxx -9900 1289 0 0 0 0 0 900 1900 4900 9900 0 1 UQAAAA PXBAAA HHHHxx -5509 1290 1 1 9 9 9 509 1509 509 5509 18 19 XDAAAA QXBAAA OOOOxx -7751 1291 1 3 1 11 51 751 1751 2751 7751 102 103 DMAAAA RXBAAA VVVVxx -9594 1292 0 2 4 14 94 594 1594 4594 9594 188 189 AFAAAA SXBAAA AAAAxx -7632 1293 0 0 2 12 32 632 1632 2632 7632 64 65 OHAAAA TXBAAA HHHHxx -6528 1294 0 0 8 8 28 528 528 1528 6528 56 57 CRAAAA UXBAAA OOOOxx -1041 1295 1 1 1 1 41 41 1041 1041 1041 82 83 BOAAAA VXBAAA VVVVxx -1534 1296 0 2 4 14 34 534 1534 1534 1534 68 69 AHAAAA WXBAAA AAAAxx -4229 1297 1 1 9 9 29 229 229 4229 4229 58 59 RGAAAA XXBAAA HHHHxx -84 1298 0 0 4 4 84 84 84 84 84 168 169 GDAAAA YXBAAA OOOOxx -2189 1299 1 1 9 9 89 189 189 2189 2189 178 179 FGAAAA ZXBAAA VVVVxx -7566 1300 0 2 6 6 66 566 1566 2566 7566 132 133 AFAAAA AYBAAA AAAAxx -707 1301 1 3 7 7 7 707 707 707 707 14 15 FBAAAA BYBAAA HHHHxx -581 1302 1 1 1 1 81 581 581 581 581 162 163 JWAAAA CYBAAA OOOOxx -6753 1303 1 1 3 13 53 753 753 1753 6753 106 107 TZAAAA DYBAAA VVVVxx -8604 1304 0 0 4 4 4 604 604 3604 8604 8 9 YSAAAA EYBAAA AAAAxx -373 1305 1 1 3 13 73 373 373 373 373 146 147 JOAAAA FYBAAA HHHHxx -9635 1306 1 3 5 15 35 635 1635 4635 9635 70 71 PGAAAA GYBAAA OOOOxx -9277 1307 1 1 7 17 77 277 1277 4277 9277 154 155 VSAAAA HYBAAA VVVVxx -7117 1308 1 1 7 17 17 117 1117 2117 7117 34 35 TNAAAA IYBAAA AAAAxx -8564 1309 0 0 4 4 64 564 564 3564 8564 128 129 KRAAAA JYBAAA HHHHxx -1697 1310 1 1 7 17 97 697 1697 1697 1697 194 195 HNAAAA KYBAAA OOOOxx -7840 1311 0 0 0 0 40 840 1840 2840 7840 80 81 OPAAAA LYBAAA VVVVxx -3646 1312 0 2 6 6 46 646 1646 3646 3646 92 93 GKAAAA MYBAAA AAAAxx -368 1313 0 0 8 8 68 368 368 368 368 136 137 EOAAAA NYBAAA HHHHxx -4797 1314 1 1 7 17 97 797 797 4797 4797 194 195 NCAAAA OYBAAA OOOOxx -5300 1315 0 0 0 0 0 300 1300 300 5300 0 1 WVAAAA PYBAAA VVVVxx -7664 1316 0 0 4 4 64 664 1664 2664 7664 128 129 UIAAAA QYBAAA AAAAxx -1466 1317 0 2 6 6 66 466 1466 1466 1466 132 133 KEAAAA RYBAAA HHHHxx -2477 1318 1 1 7 17 77 477 477 2477 2477 154 155 HRAAAA SYBAAA OOOOxx -2036 1319 0 0 6 16 36 36 36 2036 2036 72 73 IAAAAA TYBAAA VVVVxx -3624 1320 0 0 4 4 24 624 1624 3624 3624 48 49 KJAAAA UYBAAA AAAAxx -5099 1321 1 3 9 19 99 99 1099 99 5099 198 199 DOAAAA VYBAAA HHHHxx -1308 1322 0 0 8 8 8 308 1308 1308 1308 16 17 IYAAAA WYBAAA OOOOxx -3704 1323 0 0 4 4 4 704 1704 3704 3704 8 9 MMAAAA XYBAAA VVVVxx -2451 1324 1 3 1 11 51 451 451 2451 2451 102 103 HQAAAA YYBAAA AAAAxx -4898 1325 0 2 8 18 98 898 898 4898 4898 196 197 KGAAAA ZYBAAA HHHHxx -4959 1326 1 3 9 19 59 959 959 4959 4959 118 119 TIAAAA AZBAAA OOOOxx -5942 1327 0 2 2 2 42 942 1942 942 5942 84 85 OUAAAA BZBAAA VVVVxx -2425 1328 1 1 5 5 25 425 425 2425 2425 50 51 HPAAAA CZBAAA AAAAxx -7760 1329 0 0 0 0 60 760 1760 2760 7760 120 121 MMAAAA DZBAAA HHHHxx -6294 1330 0 2 4 14 94 294 294 1294 6294 188 189 CIAAAA EZBAAA OOOOxx -6785 1331 1 1 5 5 85 785 785 1785 6785 170 171 ZAAAAA FZBAAA VVVVxx -3542 1332 0 2 2 2 42 542 1542 3542 3542 84 85 GGAAAA GZBAAA AAAAxx -1809 1333 1 1 9 9 9 809 1809 1809 1809 18 19 PRAAAA HZBAAA HHHHxx -130 1334 0 2 0 10 30 130 130 130 130 60 61 AFAAAA IZBAAA OOOOxx -8672 1335 0 0 2 12 72 672 672 3672 8672 144 145 OVAAAA JZBAAA VVVVxx -2125 1336 1 1 5 5 25 125 125 2125 2125 50 51 TDAAAA KZBAAA AAAAxx -7683 1337 1 3 3 3 83 683 1683 2683 7683 166 167 NJAAAA LZBAAA HHHHxx -7842 1338 0 2 2 2 42 842 1842 2842 7842 84 85 QPAAAA MZBAAA OOOOxx -9584 1339 0 0 4 4 84 584 1584 4584 9584 168 169 QEAAAA NZBAAA VVVVxx -7963 1340 1 3 3 3 63 963 1963 2963 7963 126 127 HUAAAA OZBAAA AAAAxx -8581 1341 1 1 1 1 81 581 581 3581 8581 162 163 BSAAAA PZBAAA HHHHxx -2135 1342 1 3 5 15 35 135 135 2135 2135 70 71 DEAAAA QZBAAA OOOOxx -7352 1343 0 0 2 12 52 352 1352 2352 7352 104 105 UWAAAA RZBAAA VVVVxx -5789 1344 1 1 9 9 89 789 1789 789 5789 178 179 ROAAAA SZBAAA AAAAxx -8490 1345 0 2 0 10 90 490 490 3490 8490 180 181 OOAAAA TZBAAA HHHHxx -2145 1346 1 1 5 5 45 145 145 2145 2145 90 91 NEAAAA UZBAAA OOOOxx -7021 1347 1 1 1 1 21 21 1021 2021 7021 42 43 BKAAAA VZBAAA VVVVxx -3736 1348 0 0 6 16 36 736 1736 3736 3736 72 73 SNAAAA WZBAAA AAAAxx -7396 1349 0 0 6 16 96 396 1396 2396 7396 192 193 MYAAAA XZBAAA HHHHxx -6334 1350 0 2 4 14 34 334 334 1334 6334 68 69 QJAAAA YZBAAA OOOOxx -5461 1351 1 1 1 1 61 461 1461 461 5461 122 123 BCAAAA ZZBAAA VVVVxx -5337 1352 1 1 7 17 37 337 1337 337 5337 74 75 HXAAAA AACAAA AAAAxx -7440 1353 0 0 0 0 40 440 1440 2440 7440 80 81 EAAAAA BACAAA HHHHxx -6879 1354 1 3 9 19 79 879 879 1879 6879 158 159 PEAAAA CACAAA OOOOxx -2432 1355 0 0 2 12 32 432 432 2432 2432 64 65 OPAAAA DACAAA VVVVxx -8529 1356 1 1 9 9 29 529 529 3529 8529 58 59 BQAAAA EACAAA AAAAxx -7859 1357 1 3 9 19 59 859 1859 2859 7859 118 119 HQAAAA FACAAA HHHHxx -15 1358 1 3 5 15 15 15 15 15 15 30 31 PAAAAA GACAAA OOOOxx -7475 1359 1 3 5 15 75 475 1475 2475 7475 150 151 NBAAAA HACAAA VVVVxx -717 1360 1 1 7 17 17 717 717 717 717 34 35 PBAAAA IACAAA AAAAxx -250 1361 0 2 0 10 50 250 250 250 250 100 101 QJAAAA JACAAA HHHHxx -4700 1362 0 0 0 0 0 700 700 4700 4700 0 1 UYAAAA KACAAA OOOOxx -7510 1363 0 2 0 10 10 510 1510 2510 7510 20 21 WCAAAA LACAAA VVVVxx -4562 1364 0 2 2 2 62 562 562 4562 4562 124 125 MTAAAA MACAAA AAAAxx -8075 1365 1 3 5 15 75 75 75 3075 8075 150 151 PYAAAA NACAAA HHHHxx -871 1366 1 3 1 11 71 871 871 871 871 142 143 NHAAAA OACAAA OOOOxx -7161 1367 1 1 1 1 61 161 1161 2161 7161 122 123 LPAAAA PACAAA VVVVxx -9109 1368 1 1 9 9 9 109 1109 4109 9109 18 19 JMAAAA QACAAA AAAAxx -8675 1369 1 3 5 15 75 675 675 3675 8675 150 151 RVAAAA RACAAA HHHHxx -1025 1370 1 1 5 5 25 25 1025 1025 1025 50 51 LNAAAA SACAAA OOOOxx -4065 1371 1 1 5 5 65 65 65 4065 4065 130 131 JAAAAA TACAAA VVVVxx -3511 1372 1 3 1 11 11 511 1511 3511 3511 22 23 BFAAAA UACAAA AAAAxx -9840 1373 0 0 0 0 40 840 1840 4840 9840 80 81 MOAAAA VACAAA HHHHxx -7495 1374 1 3 5 15 95 495 1495 2495 7495 190 191 HCAAAA WACAAA OOOOxx -55 1375 1 3 5 15 55 55 55 55 55 110 111 DCAAAA XACAAA VVVVxx -6151 1376 1 3 1 11 51 151 151 1151 6151 102 103 PCAAAA YACAAA AAAAxx -2512 1377 0 0 2 12 12 512 512 2512 2512 24 25 QSAAAA ZACAAA HHHHxx -5881 1378 1 1 1 1 81 881 1881 881 5881 162 163 FSAAAA ABCAAA OOOOxx -1442 1379 0 2 2 2 42 442 1442 1442 1442 84 85 MDAAAA BBCAAA VVVVxx -1270 1380 0 2 0 10 70 270 1270 1270 1270 140 141 WWAAAA CBCAAA AAAAxx -959 1381 1 3 9 19 59 959 959 959 959 118 119 XKAAAA DBCAAA HHHHxx -8251 1382 1 3 1 11 51 251 251 3251 8251 102 103 JFAAAA EBCAAA OOOOxx -3051 1383 1 3 1 11 51 51 1051 3051 3051 102 103 JNAAAA FBCAAA VVVVxx -5052 1384 0 0 2 12 52 52 1052 52 5052 104 105 IMAAAA GBCAAA AAAAxx -1863 1385 1 3 3 3 63 863 1863 1863 1863 126 127 RTAAAA HBCAAA HHHHxx -344 1386 0 0 4 4 44 344 344 344 344 88 89 GNAAAA IBCAAA OOOOxx -3590 1387 0 2 0 10 90 590 1590 3590 3590 180 181 CIAAAA JBCAAA VVVVxx -4223 1388 1 3 3 3 23 223 223 4223 4223 46 47 LGAAAA KBCAAA AAAAxx -2284 1389 0 0 4 4 84 284 284 2284 2284 168 169 WJAAAA LBCAAA HHHHxx -9425 1390 1 1 5 5 25 425 1425 4425 9425 50 51 NYAAAA MBCAAA OOOOxx -6221 1391 1 1 1 1 21 221 221 1221 6221 42 43 HFAAAA NBCAAA VVVVxx -195 1392 1 3 5 15 95 195 195 195 195 190 191 NHAAAA OBCAAA AAAAxx -1517 1393 1 1 7 17 17 517 1517 1517 1517 34 35 JGAAAA PBCAAA HHHHxx -3791 1394 1 3 1 11 91 791 1791 3791 3791 182 183 VPAAAA QBCAAA OOOOxx -572 1395 0 0 2 12 72 572 572 572 572 144 145 AWAAAA RBCAAA VVVVxx -46 1396 0 2 6 6 46 46 46 46 46 92 93 UBAAAA SBCAAA AAAAxx -9451 1397 1 3 1 11 51 451 1451 4451 9451 102 103 NZAAAA TBCAAA HHHHxx -3359 1398 1 3 9 19 59 359 1359 3359 3359 118 119 FZAAAA UBCAAA OOOOxx -8867 1399 1 3 7 7 67 867 867 3867 8867 134 135 BDAAAA VBCAAA VVVVxx -674 1400 0 2 4 14 74 674 674 674 674 148 149 YZAAAA WBCAAA AAAAxx -2674 1401 0 2 4 14 74 674 674 2674 2674 148 149 WYAAAA XBCAAA HHHHxx -6523 1402 1 3 3 3 23 523 523 1523 6523 46 47 XQAAAA YBCAAA OOOOxx -6210 1403 0 2 0 10 10 210 210 1210 6210 20 21 WEAAAA ZBCAAA VVVVxx -7564 1404 0 0 4 4 64 564 1564 2564 7564 128 129 YEAAAA ACCAAA AAAAxx -4776 1405 0 0 6 16 76 776 776 4776 4776 152 153 SBAAAA BCCAAA HHHHxx -2993 1406 1 1 3 13 93 993 993 2993 2993 186 187 DLAAAA CCCAAA OOOOxx -2969 1407 1 1 9 9 69 969 969 2969 2969 138 139 FKAAAA DCCAAA VVVVxx -1762 1408 0 2 2 2 62 762 1762 1762 1762 124 125 UPAAAA ECCAAA AAAAxx -685 1409 1 1 5 5 85 685 685 685 685 170 171 JAAAAA FCCAAA HHHHxx -5312 1410 0 0 2 12 12 312 1312 312 5312 24 25 IWAAAA GCCAAA OOOOxx -3264 1411 0 0 4 4 64 264 1264 3264 3264 128 129 OVAAAA HCCAAA VVVVxx -7008 1412 0 0 8 8 8 8 1008 2008 7008 16 17 OJAAAA ICCAAA AAAAxx -5167 1413 1 3 7 7 67 167 1167 167 5167 134 135 TQAAAA JCCAAA HHHHxx -3060 1414 0 0 0 0 60 60 1060 3060 3060 120 121 SNAAAA KCCAAA OOOOxx -1752 1415 0 0 2 12 52 752 1752 1752 1752 104 105 KPAAAA LCCAAA VVVVxx -1016 1416 0 0 6 16 16 16 1016 1016 1016 32 33 CNAAAA MCCAAA AAAAxx -7365 1417 1 1 5 5 65 365 1365 2365 7365 130 131 HXAAAA NCCAAA HHHHxx -4358 1418 0 2 8 18 58 358 358 4358 4358 116 117 QLAAAA OCCAAA OOOOxx -2819 1419 1 3 9 19 19 819 819 2819 2819 38 39 LEAAAA PCCAAA VVVVxx -6727 1420 1 3 7 7 27 727 727 1727 6727 54 55 TYAAAA QCCAAA AAAAxx -1459 1421 1 3 9 19 59 459 1459 1459 1459 118 119 DEAAAA RCCAAA HHHHxx -1708 1422 0 0 8 8 8 708 1708 1708 1708 16 17 SNAAAA SCCAAA OOOOxx -471 1423 1 3 1 11 71 471 471 471 471 142 143 DSAAAA TCCAAA VVVVxx -387 1424 1 3 7 7 87 387 387 387 387 174 175 XOAAAA UCCAAA AAAAxx -1166 1425 0 2 6 6 66 166 1166 1166 1166 132 133 WSAAAA VCCAAA HHHHxx -2400 1426 0 0 0 0 0 400 400 2400 2400 0 1 IOAAAA WCCAAA OOOOxx -3584 1427 0 0 4 4 84 584 1584 3584 3584 168 169 WHAAAA XCCAAA VVVVxx -6423 1428 1 3 3 3 23 423 423 1423 6423 46 47 BNAAAA YCCAAA AAAAxx -9520 1429 0 0 0 0 20 520 1520 4520 9520 40 41 ECAAAA ZCCAAA HHHHxx -8080 1430 0 0 0 0 80 80 80 3080 8080 160 161 UYAAAA ADCAAA OOOOxx -5709 1431 1 1 9 9 9 709 1709 709 5709 18 19 PLAAAA BDCAAA VVVVxx -1131 1432 1 3 1 11 31 131 1131 1131 1131 62 63 NRAAAA CDCAAA AAAAxx -8562 1433 0 2 2 2 62 562 562 3562 8562 124 125 IRAAAA DDCAAA HHHHxx -5766 1434 0 2 6 6 66 766 1766 766 5766 132 133 UNAAAA EDCAAA OOOOxx -245 1435 1 1 5 5 45 245 245 245 245 90 91 LJAAAA FDCAAA VVVVxx -9869 1436 1 1 9 9 69 869 1869 4869 9869 138 139 PPAAAA GDCAAA AAAAxx -3533 1437 1 1 3 13 33 533 1533 3533 3533 66 67 XFAAAA HDCAAA HHHHxx -5109 1438 1 1 9 9 9 109 1109 109 5109 18 19 NOAAAA IDCAAA OOOOxx -977 1439 1 1 7 17 77 977 977 977 977 154 155 PLAAAA JDCAAA VVVVxx -1651 1440 1 3 1 11 51 651 1651 1651 1651 102 103 NLAAAA KDCAAA AAAAxx -1357 1441 1 1 7 17 57 357 1357 1357 1357 114 115 FAAAAA LDCAAA HHHHxx -9087 1442 1 3 7 7 87 87 1087 4087 9087 174 175 NLAAAA MDCAAA OOOOxx -3399 1443 1 3 9 19 99 399 1399 3399 3399 198 199 TAAAAA NDCAAA VVVVxx -7543 1444 1 3 3 3 43 543 1543 2543 7543 86 87 DEAAAA ODCAAA AAAAxx -2469 1445 1 1 9 9 69 469 469 2469 2469 138 139 ZQAAAA PDCAAA HHHHxx -8305 1446 1 1 5 5 5 305 305 3305 8305 10 11 LHAAAA QDCAAA OOOOxx -3265 1447 1 1 5 5 65 265 1265 3265 3265 130 131 PVAAAA RDCAAA VVVVxx -9977 1448 1 1 7 17 77 977 1977 4977 9977 154 155 TTAAAA SDCAAA AAAAxx -3961 1449 1 1 1 1 61 961 1961 3961 3961 122 123 JWAAAA TDCAAA HHHHxx -4952 1450 0 0 2 12 52 952 952 4952 4952 104 105 MIAAAA UDCAAA OOOOxx -5173 1451 1 1 3 13 73 173 1173 173 5173 146 147 ZQAAAA VDCAAA VVVVxx -860 1452 0 0 0 0 60 860 860 860 860 120 121 CHAAAA WDCAAA AAAAxx -4523 1453 1 3 3 3 23 523 523 4523 4523 46 47 ZRAAAA XDCAAA HHHHxx -2361 1454 1 1 1 1 61 361 361 2361 2361 122 123 VMAAAA YDCAAA OOOOxx -7877 1455 1 1 7 17 77 877 1877 2877 7877 154 155 ZQAAAA ZDCAAA VVVVxx -3422 1456 0 2 2 2 22 422 1422 3422 3422 44 45 QBAAAA AECAAA AAAAxx -5781 1457 1 1 1 1 81 781 1781 781 5781 162 163 JOAAAA BECAAA HHHHxx -4752 1458 0 0 2 12 52 752 752 4752 4752 104 105 UAAAAA CECAAA OOOOxx -1786 1459 0 2 6 6 86 786 1786 1786 1786 172 173 SQAAAA DECAAA VVVVxx -1892 1460 0 0 2 12 92 892 1892 1892 1892 184 185 UUAAAA EECAAA AAAAxx -6389 1461 1 1 9 9 89 389 389 1389 6389 178 179 TLAAAA FECAAA HHHHxx -8644 1462 0 0 4 4 44 644 644 3644 8644 88 89 MUAAAA GECAAA OOOOxx -9056 1463 0 0 6 16 56 56 1056 4056 9056 112 113 IKAAAA HECAAA VVVVxx -1423 1464 1 3 3 3 23 423 1423 1423 1423 46 47 TCAAAA IECAAA AAAAxx -4901 1465 1 1 1 1 1 901 901 4901 4901 2 3 NGAAAA JECAAA HHHHxx -3859 1466 1 3 9 19 59 859 1859 3859 3859 118 119 LSAAAA KECAAA OOOOxx -2324 1467 0 0 4 4 24 324 324 2324 2324 48 49 KLAAAA LECAAA VVVVxx -8101 1468 1 1 1 1 1 101 101 3101 8101 2 3 PZAAAA MECAAA AAAAxx -8016 1469 0 0 6 16 16 16 16 3016 8016 32 33 IWAAAA NECAAA HHHHxx -5826 1470 0 2 6 6 26 826 1826 826 5826 52 53 CQAAAA OECAAA OOOOxx -8266 1471 0 2 6 6 66 266 266 3266 8266 132 133 YFAAAA PECAAA VVVVxx -7558 1472 0 2 8 18 58 558 1558 2558 7558 116 117 SEAAAA QECAAA AAAAxx -6976 1473 0 0 6 16 76 976 976 1976 6976 152 153 IIAAAA RECAAA HHHHxx -222 1474 0 2 2 2 22 222 222 222 222 44 45 OIAAAA SECAAA OOOOxx -1624 1475 0 0 4 4 24 624 1624 1624 1624 48 49 MKAAAA TECAAA VVVVxx -1250 1476 0 2 0 10 50 250 1250 1250 1250 100 101 CWAAAA UECAAA AAAAxx -1621 1477 1 1 1 1 21 621 1621 1621 1621 42 43 JKAAAA VECAAA HHHHxx -2350 1478 0 2 0 10 50 350 350 2350 2350 100 101 KMAAAA WECAAA OOOOxx -5239 1479 1 3 9 19 39 239 1239 239 5239 78 79 NTAAAA XECAAA VVVVxx -6681 1480 1 1 1 1 81 681 681 1681 6681 162 163 ZWAAAA YECAAA AAAAxx -4983 1481 1 3 3 3 83 983 983 4983 4983 166 167 RJAAAA ZECAAA HHHHxx -7149 1482 1 1 9 9 49 149 1149 2149 7149 98 99 ZOAAAA AFCAAA OOOOxx -3502 1483 0 2 2 2 2 502 1502 3502 3502 4 5 SEAAAA BFCAAA VVVVxx -3133 1484 1 1 3 13 33 133 1133 3133 3133 66 67 NQAAAA CFCAAA AAAAxx -8342 1485 0 2 2 2 42 342 342 3342 8342 84 85 WIAAAA DFCAAA HHHHxx -3041 1486 1 1 1 1 41 41 1041 3041 3041 82 83 ZMAAAA EFCAAA OOOOxx -5383 1487 1 3 3 3 83 383 1383 383 5383 166 167 BZAAAA FFCAAA VVVVxx -3916 1488 0 0 6 16 16 916 1916 3916 3916 32 33 QUAAAA GFCAAA AAAAxx -1438 1489 0 2 8 18 38 438 1438 1438 1438 76 77 IDAAAA HFCAAA HHHHxx -9408 1490 0 0 8 8 8 408 1408 4408 9408 16 17 WXAAAA IFCAAA OOOOxx -5783 1491 1 3 3 3 83 783 1783 783 5783 166 167 LOAAAA JFCAAA VVVVxx -683 1492 1 3 3 3 83 683 683 683 683 166 167 HAAAAA KFCAAA AAAAxx -9381 1493 1 1 1 1 81 381 1381 4381 9381 162 163 VWAAAA LFCAAA HHHHxx -5676 1494 0 0 6 16 76 676 1676 676 5676 152 153 IKAAAA MFCAAA OOOOxx -3224 1495 0 0 4 4 24 224 1224 3224 3224 48 49 AUAAAA NFCAAA VVVVxx -8332 1496 0 0 2 12 32 332 332 3332 8332 64 65 MIAAAA OFCAAA AAAAxx -3372 1497 0 0 2 12 72 372 1372 3372 3372 144 145 SZAAAA PFCAAA HHHHxx -7436 1498 0 0 6 16 36 436 1436 2436 7436 72 73 AAAAAA QFCAAA OOOOxx -5010 1499 0 2 0 10 10 10 1010 10 5010 20 21 SKAAAA RFCAAA VVVVxx -7256 1500 0 0 6 16 56 256 1256 2256 7256 112 113 CTAAAA SFCAAA AAAAxx -961 1501 1 1 1 1 61 961 961 961 961 122 123 ZKAAAA TFCAAA HHHHxx -4182 1502 0 2 2 2 82 182 182 4182 4182 164 165 WEAAAA UFCAAA OOOOxx -639 1503 1 3 9 19 39 639 639 639 639 78 79 PYAAAA VFCAAA VVVVxx -8836 1504 0 0 6 16 36 836 836 3836 8836 72 73 WBAAAA WFCAAA AAAAxx -8705 1505 1 1 5 5 5 705 705 3705 8705 10 11 VWAAAA XFCAAA HHHHxx -32 1506 0 0 2 12 32 32 32 32 32 64 65 GBAAAA YFCAAA OOOOxx -7913 1507 1 1 3 13 13 913 1913 2913 7913 26 27 JSAAAA ZFCAAA VVVVxx -229 1508 1 1 9 9 29 229 229 229 229 58 59 VIAAAA AGCAAA AAAAxx -2393 1509 1 1 3 13 93 393 393 2393 2393 186 187 BOAAAA BGCAAA HHHHxx -2815 1510 1 3 5 15 15 815 815 2815 2815 30 31 HEAAAA CGCAAA OOOOxx -4858 1511 0 2 8 18 58 858 858 4858 4858 116 117 WEAAAA DGCAAA VVVVxx -6283 1512 1 3 3 3 83 283 283 1283 6283 166 167 RHAAAA EGCAAA AAAAxx -4147 1513 1 3 7 7 47 147 147 4147 4147 94 95 NDAAAA FGCAAA HHHHxx -6801 1514 1 1 1 1 1 801 801 1801 6801 2 3 PBAAAA GGCAAA OOOOxx -1011 1515 1 3 1 11 11 11 1011 1011 1011 22 23 XMAAAA HGCAAA VVVVxx -2527 1516 1 3 7 7 27 527 527 2527 2527 54 55 FTAAAA IGCAAA AAAAxx -381 1517 1 1 1 1 81 381 381 381 381 162 163 ROAAAA JGCAAA HHHHxx -3366 1518 0 2 6 6 66 366 1366 3366 3366 132 133 MZAAAA KGCAAA OOOOxx -9636 1519 0 0 6 16 36 636 1636 4636 9636 72 73 QGAAAA LGCAAA VVVVxx -2239 1520 1 3 9 19 39 239 239 2239 2239 78 79 DIAAAA MGCAAA AAAAxx -5911 1521 1 3 1 11 11 911 1911 911 5911 22 23 JTAAAA NGCAAA HHHHxx -449 1522 1 1 9 9 49 449 449 449 449 98 99 HRAAAA OGCAAA OOOOxx -5118 1523 0 2 8 18 18 118 1118 118 5118 36 37 WOAAAA PGCAAA VVVVxx -7684 1524 0 0 4 4 84 684 1684 2684 7684 168 169 OJAAAA QGCAAA AAAAxx -804 1525 0 0 4 4 4 804 804 804 804 8 9 YEAAAA RGCAAA HHHHxx -8378 1526 0 2 8 18 78 378 378 3378 8378 156 157 GKAAAA SGCAAA OOOOxx -9855 1527 1 3 5 15 55 855 1855 4855 9855 110 111 BPAAAA TGCAAA VVVVxx -1995 1528 1 3 5 15 95 995 1995 1995 1995 190 191 TYAAAA UGCAAA AAAAxx -1979 1529 1 3 9 19 79 979 1979 1979 1979 158 159 DYAAAA VGCAAA HHHHxx -4510 1530 0 2 0 10 10 510 510 4510 4510 20 21 MRAAAA WGCAAA OOOOxx -3792 1531 0 0 2 12 92 792 1792 3792 3792 184 185 WPAAAA XGCAAA VVVVxx -3541 1532 1 1 1 1 41 541 1541 3541 3541 82 83 FGAAAA YGCAAA AAAAxx -8847 1533 1 3 7 7 47 847 847 3847 8847 94 95 HCAAAA ZGCAAA HHHHxx -1336 1534 0 0 6 16 36 336 1336 1336 1336 72 73 KZAAAA AHCAAA OOOOxx -6780 1535 0 0 0 0 80 780 780 1780 6780 160 161 UAAAAA BHCAAA VVVVxx -8711 1536 1 3 1 11 11 711 711 3711 8711 22 23 BXAAAA CHCAAA AAAAxx -7839 1537 1 3 9 19 39 839 1839 2839 7839 78 79 NPAAAA DHCAAA HHHHxx -677 1538 1 1 7 17 77 677 677 677 677 154 155 BAAAAA EHCAAA OOOOxx -1574 1539 0 2 4 14 74 574 1574 1574 1574 148 149 OIAAAA FHCAAA VVVVxx -2905 1540 1 1 5 5 5 905 905 2905 2905 10 11 THAAAA GHCAAA AAAAxx -1879 1541 1 3 9 19 79 879 1879 1879 1879 158 159 HUAAAA HHCAAA HHHHxx -7820 1542 0 0 0 0 20 820 1820 2820 7820 40 41 UOAAAA IHCAAA OOOOxx -4308 1543 0 0 8 8 8 308 308 4308 4308 16 17 SJAAAA JHCAAA VVVVxx -4474 1544 0 2 4 14 74 474 474 4474 4474 148 149 CQAAAA KHCAAA AAAAxx -6985 1545 1 1 5 5 85 985 985 1985 6985 170 171 RIAAAA LHCAAA HHHHxx -6929 1546 1 1 9 9 29 929 929 1929 6929 58 59 NGAAAA MHCAAA OOOOxx -777 1547 1 1 7 17 77 777 777 777 777 154 155 XDAAAA NHCAAA VVVVxx -8271 1548 1 3 1 11 71 271 271 3271 8271 142 143 DGAAAA OHCAAA AAAAxx -2389 1549 1 1 9 9 89 389 389 2389 2389 178 179 XNAAAA PHCAAA HHHHxx -946 1550 0 2 6 6 46 946 946 946 946 92 93 KKAAAA QHCAAA OOOOxx -9682 1551 0 2 2 2 82 682 1682 4682 9682 164 165 KIAAAA RHCAAA VVVVxx -8722 1552 0 2 2 2 22 722 722 3722 8722 44 45 MXAAAA SHCAAA AAAAxx -470 1553 0 2 0 10 70 470 470 470 470 140 141 CSAAAA THCAAA HHHHxx -7425 1554 1 1 5 5 25 425 1425 2425 7425 50 51 PZAAAA UHCAAA OOOOxx -2372 1555 0 0 2 12 72 372 372 2372 2372 144 145 GNAAAA VHCAAA VVVVxx -508 1556 0 0 8 8 8 508 508 508 508 16 17 OTAAAA WHCAAA AAAAxx -163 1557 1 3 3 3 63 163 163 163 163 126 127 HGAAAA XHCAAA HHHHxx -6579 1558 1 3 9 19 79 579 579 1579 6579 158 159 BTAAAA YHCAAA OOOOxx -2355 1559 1 3 5 15 55 355 355 2355 2355 110 111 PMAAAA ZHCAAA VVVVxx -70 1560 0 2 0 10 70 70 70 70 70 140 141 SCAAAA AICAAA AAAAxx -651 1561 1 3 1 11 51 651 651 651 651 102 103 BZAAAA BICAAA HHHHxx -4436 1562 0 0 6 16 36 436 436 4436 4436 72 73 QOAAAA CICAAA OOOOxx -4240 1563 0 0 0 0 40 240 240 4240 4240 80 81 CHAAAA DICAAA VVVVxx -2722 1564 0 2 2 2 22 722 722 2722 2722 44 45 SAAAAA EICAAA AAAAxx -8937 1565 1 1 7 17 37 937 937 3937 8937 74 75 TFAAAA FICAAA HHHHxx -8364 1566 0 0 4 4 64 364 364 3364 8364 128 129 SJAAAA GICAAA OOOOxx -8317 1567 1 1 7 17 17 317 317 3317 8317 34 35 XHAAAA HICAAA VVVVxx -8872 1568 0 0 2 12 72 872 872 3872 8872 144 145 GDAAAA IICAAA AAAAxx -5512 1569 0 0 2 12 12 512 1512 512 5512 24 25 AEAAAA JICAAA HHHHxx -6651 1570 1 3 1 11 51 651 651 1651 6651 102 103 VVAAAA KICAAA OOOOxx -5976 1571 0 0 6 16 76 976 1976 976 5976 152 153 WVAAAA LICAAA VVVVxx -3301 1572 1 1 1 1 1 301 1301 3301 3301 2 3 ZWAAAA MICAAA AAAAxx -6784 1573 0 0 4 4 84 784 784 1784 6784 168 169 YAAAAA NICAAA HHHHxx -573 1574 1 1 3 13 73 573 573 573 573 146 147 BWAAAA OICAAA OOOOxx -3015 1575 1 3 5 15 15 15 1015 3015 3015 30 31 ZLAAAA PICAAA VVVVxx -8245 1576 1 1 5 5 45 245 245 3245 8245 90 91 DFAAAA QICAAA AAAAxx -5251 1577 1 3 1 11 51 251 1251 251 5251 102 103 ZTAAAA RICAAA HHHHxx -2281 1578 1 1 1 1 81 281 281 2281 2281 162 163 TJAAAA SICAAA OOOOxx -518 1579 0 2 8 18 18 518 518 518 518 36 37 YTAAAA TICAAA VVVVxx -9839 1580 1 3 9 19 39 839 1839 4839 9839 78 79 LOAAAA UICAAA AAAAxx -4526 1581 0 2 6 6 26 526 526 4526 4526 52 53 CSAAAA VICAAA HHHHxx -1261 1582 1 1 1 1 61 261 1261 1261 1261 122 123 NWAAAA WICAAA OOOOxx -4259 1583 1 3 9 19 59 259 259 4259 4259 118 119 VHAAAA XICAAA VVVVxx -9098 1584 0 2 8 18 98 98 1098 4098 9098 196 197 YLAAAA YICAAA AAAAxx -6037 1585 1 1 7 17 37 37 37 1037 6037 74 75 FYAAAA ZICAAA HHHHxx -4284 1586 0 0 4 4 84 284 284 4284 4284 168 169 UIAAAA AJCAAA OOOOxx -3267 1587 1 3 7 7 67 267 1267 3267 3267 134 135 RVAAAA BJCAAA VVVVxx -5908 1588 0 0 8 8 8 908 1908 908 5908 16 17 GTAAAA CJCAAA AAAAxx -1549 1589 1 1 9 9 49 549 1549 1549 1549 98 99 PHAAAA DJCAAA HHHHxx -8736 1590 0 0 6 16 36 736 736 3736 8736 72 73 AYAAAA EJCAAA OOOOxx -2008 1591 0 0 8 8 8 8 8 2008 2008 16 17 GZAAAA FJCAAA VVVVxx -548 1592 0 0 8 8 48 548 548 548 548 96 97 CVAAAA GJCAAA AAAAxx -8846 1593 0 2 6 6 46 846 846 3846 8846 92 93 GCAAAA HJCAAA HHHHxx -8374 1594 0 2 4 14 74 374 374 3374 8374 148 149 CKAAAA IJCAAA OOOOxx -7986 1595 0 2 6 6 86 986 1986 2986 7986 172 173 EVAAAA JJCAAA VVVVxx -6819 1596 1 3 9 19 19 819 819 1819 6819 38 39 HCAAAA KJCAAA AAAAxx -4418 1597 0 2 8 18 18 418 418 4418 4418 36 37 YNAAAA LJCAAA HHHHxx -833 1598 1 1 3 13 33 833 833 833 833 66 67 BGAAAA MJCAAA OOOOxx -4416 1599 0 0 6 16 16 416 416 4416 4416 32 33 WNAAAA NJCAAA VVVVxx -4902 1600 0 2 2 2 2 902 902 4902 4902 4 5 OGAAAA OJCAAA AAAAxx -6828 1601 0 0 8 8 28 828 828 1828 6828 56 57 QCAAAA PJCAAA HHHHxx -1118 1602 0 2 8 18 18 118 1118 1118 1118 36 37 ARAAAA QJCAAA OOOOxx -9993 1603 1 1 3 13 93 993 1993 4993 9993 186 187 JUAAAA RJCAAA VVVVxx -1430 1604 0 2 0 10 30 430 1430 1430 1430 60 61 ADAAAA SJCAAA AAAAxx -5670 1605 0 2 0 10 70 670 1670 670 5670 140 141 CKAAAA TJCAAA HHHHxx -5424 1606 0 0 4 4 24 424 1424 424 5424 48 49 QAAAAA UJCAAA OOOOxx -5561 1607 1 1 1 1 61 561 1561 561 5561 122 123 XFAAAA VJCAAA VVVVxx -2027 1608 1 3 7 7 27 27 27 2027 2027 54 55 ZZAAAA WJCAAA AAAAxx -6924 1609 0 0 4 4 24 924 924 1924 6924 48 49 IGAAAA XJCAAA HHHHxx -5946 1610 0 2 6 6 46 946 1946 946 5946 92 93 SUAAAA YJCAAA OOOOxx -4294 1611 0 2 4 14 94 294 294 4294 4294 188 189 EJAAAA ZJCAAA VVVVxx -2936 1612 0 0 6 16 36 936 936 2936 2936 72 73 YIAAAA AKCAAA AAAAxx -3855 1613 1 3 5 15 55 855 1855 3855 3855 110 111 HSAAAA BKCAAA HHHHxx -455 1614 1 3 5 15 55 455 455 455 455 110 111 NRAAAA CKCAAA OOOOxx -2918 1615 0 2 8 18 18 918 918 2918 2918 36 37 GIAAAA DKCAAA VVVVxx -448 1616 0 0 8 8 48 448 448 448 448 96 97 GRAAAA EKCAAA AAAAxx -2149 1617 1 1 9 9 49 149 149 2149 2149 98 99 REAAAA FKCAAA HHHHxx -8890 1618 0 2 0 10 90 890 890 3890 8890 180 181 YDAAAA GKCAAA OOOOxx -8919 1619 1 3 9 19 19 919 919 3919 8919 38 39 BFAAAA HKCAAA VVVVxx -4957 1620 1 1 7 17 57 957 957 4957 4957 114 115 RIAAAA IKCAAA AAAAxx -4 1621 0 0 4 4 4 4 4 4 4 8 9 EAAAAA JKCAAA HHHHxx -4837 1622 1 1 7 17 37 837 837 4837 4837 74 75 BEAAAA KKCAAA OOOOxx -3976 1623 0 0 6 16 76 976 1976 3976 3976 152 153 YWAAAA LKCAAA VVVVxx -9459 1624 1 3 9 19 59 459 1459 4459 9459 118 119 VZAAAA MKCAAA AAAAxx -7097 1625 1 1 7 17 97 97 1097 2097 7097 194 195 ZMAAAA NKCAAA HHHHxx -9226 1626 0 2 6 6 26 226 1226 4226 9226 52 53 WQAAAA OKCAAA OOOOxx -5803 1627 1 3 3 3 3 803 1803 803 5803 6 7 FPAAAA PKCAAA VVVVxx -21 1628 1 1 1 1 21 21 21 21 21 42 43 VAAAAA QKCAAA AAAAxx -5275 1629 1 3 5 15 75 275 1275 275 5275 150 151 XUAAAA RKCAAA HHHHxx -3488 1630 0 0 8 8 88 488 1488 3488 3488 176 177 EEAAAA SKCAAA OOOOxx -1595 1631 1 3 5 15 95 595 1595 1595 1595 190 191 JJAAAA TKCAAA VVVVxx -5212 1632 0 0 2 12 12 212 1212 212 5212 24 25 MSAAAA UKCAAA AAAAxx -6574 1633 0 2 4 14 74 574 574 1574 6574 148 149 WSAAAA VKCAAA HHHHxx -7524 1634 0 0 4 4 24 524 1524 2524 7524 48 49 KDAAAA WKCAAA OOOOxx -6100 1635 0 0 0 0 0 100 100 1100 6100 0 1 QAAAAA XKCAAA VVVVxx -1198 1636 0 2 8 18 98 198 1198 1198 1198 196 197 CUAAAA YKCAAA AAAAxx -7345 1637 1 1 5 5 45 345 1345 2345 7345 90 91 NWAAAA ZKCAAA HHHHxx -5020 1638 0 0 0 0 20 20 1020 20 5020 40 41 CLAAAA ALCAAA OOOOxx -6925 1639 1 1 5 5 25 925 925 1925 6925 50 51 JGAAAA BLCAAA VVVVxx -8915 1640 1 3 5 15 15 915 915 3915 8915 30 31 XEAAAA CLCAAA AAAAxx -3088 1641 0 0 8 8 88 88 1088 3088 3088 176 177 UOAAAA DLCAAA HHHHxx -4828 1642 0 0 8 8 28 828 828 4828 4828 56 57 SDAAAA ELCAAA OOOOxx -7276 1643 0 0 6 16 76 276 1276 2276 7276 152 153 WTAAAA FLCAAA VVVVxx -299 1644 1 3 9 19 99 299 299 299 299 198 199 NLAAAA GLCAAA AAAAxx -76 1645 0 0 6 16 76 76 76 76 76 152 153 YCAAAA HLCAAA HHHHxx -8458 1646 0 2 8 18 58 458 458 3458 8458 116 117 INAAAA ILCAAA OOOOxx -7207 1647 1 3 7 7 7 207 1207 2207 7207 14 15 FRAAAA JLCAAA VVVVxx -5585 1648 1 1 5 5 85 585 1585 585 5585 170 171 VGAAAA KLCAAA AAAAxx -3234 1649 0 2 4 14 34 234 1234 3234 3234 68 69 KUAAAA LLCAAA HHHHxx -8001 1650 1 1 1 1 1 1 1 3001 8001 2 3 TVAAAA MLCAAA OOOOxx -1319 1651 1 3 9 19 19 319 1319 1319 1319 38 39 TYAAAA NLCAAA VVVVxx -6342 1652 0 2 2 2 42 342 342 1342 6342 84 85 YJAAAA OLCAAA AAAAxx -9199 1653 1 3 9 19 99 199 1199 4199 9199 198 199 VPAAAA PLCAAA HHHHxx -5696 1654 0 0 6 16 96 696 1696 696 5696 192 193 CLAAAA QLCAAA OOOOxx -2562 1655 0 2 2 2 62 562 562 2562 2562 124 125 OUAAAA RLCAAA VVVVxx -4226 1656 0 2 6 6 26 226 226 4226 4226 52 53 OGAAAA SLCAAA AAAAxx -1184 1657 0 0 4 4 84 184 1184 1184 1184 168 169 OTAAAA TLCAAA HHHHxx -5807 1658 1 3 7 7 7 807 1807 807 5807 14 15 JPAAAA ULCAAA OOOOxx -1890 1659 0 2 0 10 90 890 1890 1890 1890 180 181 SUAAAA VLCAAA VVVVxx -451 1660 1 3 1 11 51 451 451 451 451 102 103 JRAAAA WLCAAA AAAAxx -1049 1661 1 1 9 9 49 49 1049 1049 1049 98 99 JOAAAA XLCAAA HHHHxx -5272 1662 0 0 2 12 72 272 1272 272 5272 144 145 UUAAAA YLCAAA OOOOxx -4588 1663 0 0 8 8 88 588 588 4588 4588 176 177 MUAAAA ZLCAAA VVVVxx -5213 1664 1 1 3 13 13 213 1213 213 5213 26 27 NSAAAA AMCAAA AAAAxx -9543 1665 1 3 3 3 43 543 1543 4543 9543 86 87 BDAAAA BMCAAA HHHHxx -6318 1666 0 2 8 18 18 318 318 1318 6318 36 37 AJAAAA CMCAAA OOOOxx -7992 1667 0 0 2 12 92 992 1992 2992 7992 184 185 KVAAAA DMCAAA VVVVxx -4619 1668 1 3 9 19 19 619 619 4619 4619 38 39 RVAAAA EMCAAA AAAAxx -7189 1669 1 1 9 9 89 189 1189 2189 7189 178 179 NQAAAA FMCAAA HHHHxx -2178 1670 0 2 8 18 78 178 178 2178 2178 156 157 UFAAAA GMCAAA OOOOxx -4928 1671 0 0 8 8 28 928 928 4928 4928 56 57 OHAAAA HMCAAA VVVVxx -3966 1672 0 2 6 6 66 966 1966 3966 3966 132 133 OWAAAA IMCAAA AAAAxx -9790 1673 0 2 0 10 90 790 1790 4790 9790 180 181 OMAAAA JMCAAA HHHHxx -9150 1674 0 2 0 10 50 150 1150 4150 9150 100 101 YNAAAA KMCAAA OOOOxx -313 1675 1 1 3 13 13 313 313 313 313 26 27 BMAAAA LMCAAA VVVVxx -1614 1676 0 2 4 14 14 614 1614 1614 1614 28 29 CKAAAA MMCAAA AAAAxx -1581 1677 1 1 1 1 81 581 1581 1581 1581 162 163 VIAAAA NMCAAA HHHHxx -3674 1678 0 2 4 14 74 674 1674 3674 3674 148 149 ILAAAA OMCAAA OOOOxx -3444 1679 0 0 4 4 44 444 1444 3444 3444 88 89 MCAAAA PMCAAA VVVVxx -1050 1680 0 2 0 10 50 50 1050 1050 1050 100 101 KOAAAA QMCAAA AAAAxx -8241 1681 1 1 1 1 41 241 241 3241 8241 82 83 ZEAAAA RMCAAA HHHHxx -3382 1682 0 2 2 2 82 382 1382 3382 3382 164 165 CAAAAA SMCAAA OOOOxx -7105 1683 1 1 5 5 5 105 1105 2105 7105 10 11 HNAAAA TMCAAA VVVVxx -2957 1684 1 1 7 17 57 957 957 2957 2957 114 115 TJAAAA UMCAAA AAAAxx -6162 1685 0 2 2 2 62 162 162 1162 6162 124 125 ADAAAA VMCAAA HHHHxx -5150 1686 0 2 0 10 50 150 1150 150 5150 100 101 CQAAAA WMCAAA OOOOxx -2622 1687 0 2 2 2 22 622 622 2622 2622 44 45 WWAAAA XMCAAA VVVVxx -2240 1688 0 0 0 0 40 240 240 2240 2240 80 81 EIAAAA YMCAAA AAAAxx -8880 1689 0 0 0 0 80 880 880 3880 8880 160 161 ODAAAA ZMCAAA HHHHxx -9250 1690 0 2 0 10 50 250 1250 4250 9250 100 101 URAAAA ANCAAA OOOOxx -7010 1691 0 2 0 10 10 10 1010 2010 7010 20 21 QJAAAA BNCAAA VVVVxx -1098 1692 0 2 8 18 98 98 1098 1098 1098 196 197 GQAAAA CNCAAA AAAAxx -648 1693 0 0 8 8 48 648 648 648 648 96 97 YYAAAA DNCAAA HHHHxx -5536 1694 0 0 6 16 36 536 1536 536 5536 72 73 YEAAAA ENCAAA OOOOxx -7858 1695 0 2 8 18 58 858 1858 2858 7858 116 117 GQAAAA FNCAAA VVVVxx -7053 1696 1 1 3 13 53 53 1053 2053 7053 106 107 HLAAAA GNCAAA AAAAxx -8681 1697 1 1 1 1 81 681 681 3681 8681 162 163 XVAAAA HNCAAA HHHHxx -8832 1698 0 0 2 12 32 832 832 3832 8832 64 65 SBAAAA INCAAA OOOOxx -6836 1699 0 0 6 16 36 836 836 1836 6836 72 73 YCAAAA JNCAAA VVVVxx -4856 1700 0 0 6 16 56 856 856 4856 4856 112 113 UEAAAA KNCAAA AAAAxx -345 1701 1 1 5 5 45 345 345 345 345 90 91 HNAAAA LNCAAA HHHHxx -6559 1702 1 3 9 19 59 559 559 1559 6559 118 119 HSAAAA MNCAAA OOOOxx -3017 1703 1 1 7 17 17 17 1017 3017 3017 34 35 BMAAAA NNCAAA VVVVxx -4176 1704 0 0 6 16 76 176 176 4176 4176 152 153 QEAAAA ONCAAA AAAAxx -2839 1705 1 3 9 19 39 839 839 2839 2839 78 79 FFAAAA PNCAAA HHHHxx -6065 1706 1 1 5 5 65 65 65 1065 6065 130 131 HZAAAA QNCAAA OOOOxx -7360 1707 0 0 0 0 60 360 1360 2360 7360 120 121 CXAAAA RNCAAA VVVVxx -9527 1708 1 3 7 7 27 527 1527 4527 9527 54 55 LCAAAA SNCAAA AAAAxx -8849 1709 1 1 9 9 49 849 849 3849 8849 98 99 JCAAAA TNCAAA HHHHxx -7274 1710 0 2 4 14 74 274 1274 2274 7274 148 149 UTAAAA UNCAAA OOOOxx -4368 1711 0 0 8 8 68 368 368 4368 4368 136 137 AMAAAA VNCAAA VVVVxx -2488 1712 0 0 8 8 88 488 488 2488 2488 176 177 SRAAAA WNCAAA AAAAxx -4674 1713 0 2 4 14 74 674 674 4674 4674 148 149 UXAAAA XNCAAA HHHHxx -365 1714 1 1 5 5 65 365 365 365 365 130 131 BOAAAA YNCAAA OOOOxx -5897 1715 1 1 7 17 97 897 1897 897 5897 194 195 VSAAAA ZNCAAA VVVVxx -8918 1716 0 2 8 18 18 918 918 3918 8918 36 37 AFAAAA AOCAAA AAAAxx -1988 1717 0 0 8 8 88 988 1988 1988 1988 176 177 MYAAAA BOCAAA HHHHxx -1210 1718 0 2 0 10 10 210 1210 1210 1210 20 21 OUAAAA COCAAA OOOOxx -2945 1719 1 1 5 5 45 945 945 2945 2945 90 91 HJAAAA DOCAAA VVVVxx -555 1720 1 3 5 15 55 555 555 555 555 110 111 JVAAAA EOCAAA AAAAxx -9615 1721 1 3 5 15 15 615 1615 4615 9615 30 31 VFAAAA FOCAAA HHHHxx -9939 1722 1 3 9 19 39 939 1939 4939 9939 78 79 HSAAAA GOCAAA OOOOxx -1216 1723 0 0 6 16 16 216 1216 1216 1216 32 33 UUAAAA HOCAAA VVVVxx -745 1724 1 1 5 5 45 745 745 745 745 90 91 RCAAAA IOCAAA AAAAxx -3326 1725 0 2 6 6 26 326 1326 3326 3326 52 53 YXAAAA JOCAAA HHHHxx -953 1726 1 1 3 13 53 953 953 953 953 106 107 RKAAAA KOCAAA OOOOxx -444 1727 0 0 4 4 44 444 444 444 444 88 89 CRAAAA LOCAAA VVVVxx -280 1728 0 0 0 0 80 280 280 280 280 160 161 UKAAAA MOCAAA AAAAxx -3707 1729 1 3 7 7 7 707 1707 3707 3707 14 15 PMAAAA NOCAAA HHHHxx -1351 1730 1 3 1 11 51 351 1351 1351 1351 102 103 ZZAAAA OOCAAA OOOOxx -1280 1731 0 0 0 0 80 280 1280 1280 1280 160 161 GXAAAA POCAAA VVVVxx -628 1732 0 0 8 8 28 628 628 628 628 56 57 EYAAAA QOCAAA AAAAxx -6198 1733 0 2 8 18 98 198 198 1198 6198 196 197 KEAAAA ROCAAA HHHHxx -1957 1734 1 1 7 17 57 957 1957 1957 1957 114 115 HXAAAA SOCAAA OOOOxx -9241 1735 1 1 1 1 41 241 1241 4241 9241 82 83 LRAAAA TOCAAA VVVVxx -303 1736 1 3 3 3 3 303 303 303 303 6 7 RLAAAA UOCAAA AAAAxx -1945 1737 1 1 5 5 45 945 1945 1945 1945 90 91 VWAAAA VOCAAA HHHHxx -3634 1738 0 2 4 14 34 634 1634 3634 3634 68 69 UJAAAA WOCAAA OOOOxx -4768 1739 0 0 8 8 68 768 768 4768 4768 136 137 KBAAAA XOCAAA VVVVxx -9262 1740 0 2 2 2 62 262 1262 4262 9262 124 125 GSAAAA YOCAAA AAAAxx -2610 1741 0 2 0 10 10 610 610 2610 2610 20 21 KWAAAA ZOCAAA HHHHxx -6640 1742 0 0 0 0 40 640 640 1640 6640 80 81 KVAAAA APCAAA OOOOxx -3338 1743 0 2 8 18 38 338 1338 3338 3338 76 77 KYAAAA BPCAAA VVVVxx -6560 1744 0 0 0 0 60 560 560 1560 6560 120 121 ISAAAA CPCAAA AAAAxx -5986 1745 0 2 6 6 86 986 1986 986 5986 172 173 GWAAAA DPCAAA HHHHxx -2970 1746 0 2 0 10 70 970 970 2970 2970 140 141 GKAAAA EPCAAA OOOOxx -4731 1747 1 3 1 11 31 731 731 4731 4731 62 63 ZZAAAA FPCAAA VVVVxx -9486 1748 0 2 6 6 86 486 1486 4486 9486 172 173 WAAAAA GPCAAA AAAAxx -7204 1749 0 0 4 4 4 204 1204 2204 7204 8 9 CRAAAA HPCAAA HHHHxx -6685 1750 1 1 5 5 85 685 685 1685 6685 170 171 DXAAAA IPCAAA OOOOxx -6852 1751 0 0 2 12 52 852 852 1852 6852 104 105 ODAAAA JPCAAA VVVVxx -2325 1752 1 1 5 5 25 325 325 2325 2325 50 51 LLAAAA KPCAAA AAAAxx -1063 1753 1 3 3 3 63 63 1063 1063 1063 126 127 XOAAAA LPCAAA HHHHxx -6810 1754 0 2 0 10 10 810 810 1810 6810 20 21 YBAAAA MPCAAA OOOOxx -7718 1755 0 2 8 18 18 718 1718 2718 7718 36 37 WKAAAA NPCAAA VVVVxx -1680 1756 0 0 0 0 80 680 1680 1680 1680 160 161 QMAAAA OPCAAA AAAAxx -7402 1757 0 2 2 2 2 402 1402 2402 7402 4 5 SYAAAA PPCAAA HHHHxx -4134 1758 0 2 4 14 34 134 134 4134 4134 68 69 ADAAAA QPCAAA OOOOxx -8232 1759 0 0 2 12 32 232 232 3232 8232 64 65 QEAAAA RPCAAA VVVVxx -6682 1760 0 2 2 2 82 682 682 1682 6682 164 165 AXAAAA SPCAAA AAAAxx -7952 1761 0 0 2 12 52 952 1952 2952 7952 104 105 WTAAAA TPCAAA HHHHxx -5943 1762 1 3 3 3 43 943 1943 943 5943 86 87 PUAAAA UPCAAA OOOOxx -5394 1763 0 2 4 14 94 394 1394 394 5394 188 189 MZAAAA VPCAAA VVVVxx -6554 1764 0 2 4 14 54 554 554 1554 6554 108 109 CSAAAA WPCAAA AAAAxx -8186 1765 0 2 6 6 86 186 186 3186 8186 172 173 WCAAAA XPCAAA HHHHxx -199 1766 1 3 9 19 99 199 199 199 199 198 199 RHAAAA YPCAAA OOOOxx -3386 1767 0 2 6 6 86 386 1386 3386 3386 172 173 GAAAAA ZPCAAA VVVVxx -8974 1768 0 2 4 14 74 974 974 3974 8974 148 149 EHAAAA AQCAAA AAAAxx -8140 1769 0 0 0 0 40 140 140 3140 8140 80 81 CBAAAA BQCAAA HHHHxx -3723 1770 1 3 3 3 23 723 1723 3723 3723 46 47 FNAAAA CQCAAA OOOOxx -8827 1771 1 3 7 7 27 827 827 3827 8827 54 55 NBAAAA DQCAAA VVVVxx -1998 1772 0 2 8 18 98 998 1998 1998 1998 196 197 WYAAAA EQCAAA AAAAxx -879 1773 1 3 9 19 79 879 879 879 879 158 159 VHAAAA FQCAAA HHHHxx -892 1774 0 0 2 12 92 892 892 892 892 184 185 IIAAAA GQCAAA OOOOxx -9468 1775 0 0 8 8 68 468 1468 4468 9468 136 137 EAAAAA HQCAAA VVVVxx -3797 1776 1 1 7 17 97 797 1797 3797 3797 194 195 BQAAAA IQCAAA AAAAxx -8379 1777 1 3 9 19 79 379 379 3379 8379 158 159 HKAAAA JQCAAA HHHHxx -2817 1778 1 1 7 17 17 817 817 2817 2817 34 35 JEAAAA KQCAAA OOOOxx -789 1779 1 1 9 9 89 789 789 789 789 178 179 JEAAAA LQCAAA VVVVxx -3871 1780 1 3 1 11 71 871 1871 3871 3871 142 143 XSAAAA MQCAAA AAAAxx -7931 1781 1 3 1 11 31 931 1931 2931 7931 62 63 BTAAAA NQCAAA HHHHxx -3636 1782 0 0 6 16 36 636 1636 3636 3636 72 73 WJAAAA OQCAAA OOOOxx -699 1783 1 3 9 19 99 699 699 699 699 198 199 XAAAAA PQCAAA VVVVxx -6850 1784 0 2 0 10 50 850 850 1850 6850 100 101 MDAAAA QQCAAA AAAAxx -6394 1785 0 2 4 14 94 394 394 1394 6394 188 189 YLAAAA RQCAAA HHHHxx -3475 1786 1 3 5 15 75 475 1475 3475 3475 150 151 RDAAAA SQCAAA OOOOxx -3026 1787 0 2 6 6 26 26 1026 3026 3026 52 53 KMAAAA TQCAAA VVVVxx -876 1788 0 0 6 16 76 876 876 876 876 152 153 SHAAAA UQCAAA AAAAxx -1992 1789 0 0 2 12 92 992 1992 1992 1992 184 185 QYAAAA VQCAAA HHHHxx -3079 1790 1 3 9 19 79 79 1079 3079 3079 158 159 LOAAAA WQCAAA OOOOxx -8128 1791 0 0 8 8 28 128 128 3128 8128 56 57 QAAAAA XQCAAA VVVVxx -8123 1792 1 3 3 3 23 123 123 3123 8123 46 47 LAAAAA YQCAAA AAAAxx -3285 1793 1 1 5 5 85 285 1285 3285 3285 170 171 JWAAAA ZQCAAA HHHHxx -9315 1794 1 3 5 15 15 315 1315 4315 9315 30 31 HUAAAA ARCAAA OOOOxx -9862 1795 0 2 2 2 62 862 1862 4862 9862 124 125 IPAAAA BRCAAA VVVVxx -2764 1796 0 0 4 4 64 764 764 2764 2764 128 129 ICAAAA CRCAAA AAAAxx -3544 1797 0 0 4 4 44 544 1544 3544 3544 88 89 IGAAAA DRCAAA HHHHxx -7747 1798 1 3 7 7 47 747 1747 2747 7747 94 95 ZLAAAA ERCAAA OOOOxx -7725 1799 1 1 5 5 25 725 1725 2725 7725 50 51 DLAAAA FRCAAA VVVVxx -2449 1800 1 1 9 9 49 449 449 2449 2449 98 99 FQAAAA GRCAAA AAAAxx -8967 1801 1 3 7 7 67 967 967 3967 8967 134 135 XGAAAA HRCAAA HHHHxx -7371 1802 1 3 1 11 71 371 1371 2371 7371 142 143 NXAAAA IRCAAA OOOOxx -2158 1803 0 2 8 18 58 158 158 2158 2158 116 117 AFAAAA JRCAAA VVVVxx -5590 1804 0 2 0 10 90 590 1590 590 5590 180 181 AHAAAA KRCAAA AAAAxx -8072 1805 0 0 2 12 72 72 72 3072 8072 144 145 MYAAAA LRCAAA HHHHxx -1971 1806 1 3 1 11 71 971 1971 1971 1971 142 143 VXAAAA MRCAAA OOOOxx -772 1807 0 0 2 12 72 772 772 772 772 144 145 SDAAAA NRCAAA VVVVxx -3433 1808 1 1 3 13 33 433 1433 3433 3433 66 67 BCAAAA ORCAAA AAAAxx -8419 1809 1 3 9 19 19 419 419 3419 8419 38 39 VLAAAA PRCAAA HHHHxx -1493 1810 1 1 3 13 93 493 1493 1493 1493 186 187 LFAAAA QRCAAA OOOOxx -2584 1811 0 0 4 4 84 584 584 2584 2584 168 169 KVAAAA RRCAAA VVVVxx -9502 1812 0 2 2 2 2 502 1502 4502 9502 4 5 MBAAAA SRCAAA AAAAxx -4673 1813 1 1 3 13 73 673 673 4673 4673 146 147 TXAAAA TRCAAA HHHHxx -7403 1814 1 3 3 3 3 403 1403 2403 7403 6 7 TYAAAA URCAAA OOOOxx -7103 1815 1 3 3 3 3 103 1103 2103 7103 6 7 FNAAAA VRCAAA VVVVxx -7026 1816 0 2 6 6 26 26 1026 2026 7026 52 53 GKAAAA WRCAAA AAAAxx -8574 1817 0 2 4 14 74 574 574 3574 8574 148 149 URAAAA XRCAAA HHHHxx -1366 1818 0 2 6 6 66 366 1366 1366 1366 132 133 OAAAAA YRCAAA OOOOxx -5787 1819 1 3 7 7 87 787 1787 787 5787 174 175 POAAAA ZRCAAA VVVVxx -2552 1820 0 0 2 12 52 552 552 2552 2552 104 105 EUAAAA ASCAAA AAAAxx -4557 1821 1 1 7 17 57 557 557 4557 4557 114 115 HTAAAA BSCAAA HHHHxx -3237 1822 1 1 7 17 37 237 1237 3237 3237 74 75 NUAAAA CSCAAA OOOOxx -6901 1823 1 1 1 1 1 901 901 1901 6901 2 3 LFAAAA DSCAAA VVVVxx -7708 1824 0 0 8 8 8 708 1708 2708 7708 16 17 MKAAAA ESCAAA AAAAxx -2011 1825 1 3 1 11 11 11 11 2011 2011 22 23 JZAAAA FSCAAA HHHHxx -9455 1826 1 3 5 15 55 455 1455 4455 9455 110 111 RZAAAA GSCAAA OOOOxx -5228 1827 0 0 8 8 28 228 1228 228 5228 56 57 CTAAAA HSCAAA VVVVxx -4043 1828 1 3 3 3 43 43 43 4043 4043 86 87 NZAAAA ISCAAA AAAAxx -8242 1829 0 2 2 2 42 242 242 3242 8242 84 85 AFAAAA JSCAAA HHHHxx -6351 1830 1 3 1 11 51 351 351 1351 6351 102 103 HKAAAA KSCAAA OOOOxx -5899 1831 1 3 9 19 99 899 1899 899 5899 198 199 XSAAAA LSCAAA VVVVxx -4849 1832 1 1 9 9 49 849 849 4849 4849 98 99 NEAAAA MSCAAA AAAAxx -9583 1833 1 3 3 3 83 583 1583 4583 9583 166 167 PEAAAA NSCAAA HHHHxx -4994 1834 0 2 4 14 94 994 994 4994 4994 188 189 CKAAAA OSCAAA OOOOxx -9787 1835 1 3 7 7 87 787 1787 4787 9787 174 175 LMAAAA PSCAAA VVVVxx -243 1836 1 3 3 3 43 243 243 243 243 86 87 JJAAAA QSCAAA AAAAxx -3931 1837 1 3 1 11 31 931 1931 3931 3931 62 63 FVAAAA RSCAAA HHHHxx -5945 1838 1 1 5 5 45 945 1945 945 5945 90 91 RUAAAA SSCAAA OOOOxx -1325 1839 1 1 5 5 25 325 1325 1325 1325 50 51 ZYAAAA TSCAAA VVVVxx -4142 1840 0 2 2 2 42 142 142 4142 4142 84 85 IDAAAA USCAAA AAAAxx -1963 1841 1 3 3 3 63 963 1963 1963 1963 126 127 NXAAAA VSCAAA HHHHxx -7041 1842 1 1 1 1 41 41 1041 2041 7041 82 83 VKAAAA WSCAAA OOOOxx -3074 1843 0 2 4 14 74 74 1074 3074 3074 148 149 GOAAAA XSCAAA VVVVxx -3290 1844 0 2 0 10 90 290 1290 3290 3290 180 181 OWAAAA YSCAAA AAAAxx -4146 1845 0 2 6 6 46 146 146 4146 4146 92 93 MDAAAA ZSCAAA HHHHxx -3832 1846 0 0 2 12 32 832 1832 3832 3832 64 65 KRAAAA ATCAAA OOOOxx -2217 1847 1 1 7 17 17 217 217 2217 2217 34 35 HHAAAA BTCAAA VVVVxx -635 1848 1 3 5 15 35 635 635 635 635 70 71 LYAAAA CTCAAA AAAAxx -6967 1849 1 3 7 7 67 967 967 1967 6967 134 135 ZHAAAA DTCAAA HHHHxx -3522 1850 0 2 2 2 22 522 1522 3522 3522 44 45 MFAAAA ETCAAA OOOOxx -2471 1851 1 3 1 11 71 471 471 2471 2471 142 143 BRAAAA FTCAAA VVVVxx -4236 1852 0 0 6 16 36 236 236 4236 4236 72 73 YGAAAA GTCAAA AAAAxx -853 1853 1 1 3 13 53 853 853 853 853 106 107 VGAAAA HTCAAA HHHHxx -3754 1854 0 2 4 14 54 754 1754 3754 3754 108 109 KOAAAA ITCAAA OOOOxx -796 1855 0 0 6 16 96 796 796 796 796 192 193 QEAAAA JTCAAA VVVVxx -4640 1856 0 0 0 0 40 640 640 4640 4640 80 81 MWAAAA KTCAAA AAAAxx -9496 1857 0 0 6 16 96 496 1496 4496 9496 192 193 GBAAAA LTCAAA HHHHxx -6873 1858 1 1 3 13 73 873 873 1873 6873 146 147 JEAAAA MTCAAA OOOOxx -4632 1859 0 0 2 12 32 632 632 4632 4632 64 65 EWAAAA NTCAAA VVVVxx -5758 1860 0 2 8 18 58 758 1758 758 5758 116 117 MNAAAA OTCAAA AAAAxx -6514 1861 0 2 4 14 14 514 514 1514 6514 28 29 OQAAAA PTCAAA HHHHxx -9510 1862 0 2 0 10 10 510 1510 4510 9510 20 21 UBAAAA QTCAAA OOOOxx -8411 1863 1 3 1 11 11 411 411 3411 8411 22 23 NLAAAA RTCAAA VVVVxx -7762 1864 0 2 2 2 62 762 1762 2762 7762 124 125 OMAAAA STCAAA AAAAxx -2225 1865 1 1 5 5 25 225 225 2225 2225 50 51 PHAAAA TTCAAA HHHHxx -4373 1866 1 1 3 13 73 373 373 4373 4373 146 147 FMAAAA UTCAAA OOOOxx -7326 1867 0 2 6 6 26 326 1326 2326 7326 52 53 UVAAAA VTCAAA VVVVxx -8651 1868 1 3 1 11 51 651 651 3651 8651 102 103 TUAAAA WTCAAA AAAAxx -9825 1869 1 1 5 5 25 825 1825 4825 9825 50 51 XNAAAA XTCAAA HHHHxx -2988 1870 0 0 8 8 88 988 988 2988 2988 176 177 YKAAAA YTCAAA OOOOxx -8138 1871 0 2 8 18 38 138 138 3138 8138 76 77 ABAAAA ZTCAAA VVVVxx -7792 1872 0 0 2 12 92 792 1792 2792 7792 184 185 SNAAAA AUCAAA AAAAxx -1232 1873 0 0 2 12 32 232 1232 1232 1232 64 65 KVAAAA BUCAAA HHHHxx -8221 1874 1 1 1 1 21 221 221 3221 8221 42 43 FEAAAA CUCAAA OOOOxx -4044 1875 0 0 4 4 44 44 44 4044 4044 88 89 OZAAAA DUCAAA VVVVxx -1204 1876 0 0 4 4 4 204 1204 1204 1204 8 9 IUAAAA EUCAAA AAAAxx -5145 1877 1 1 5 5 45 145 1145 145 5145 90 91 XPAAAA FUCAAA HHHHxx -7791 1878 1 3 1 11 91 791 1791 2791 7791 182 183 RNAAAA GUCAAA OOOOxx -8270 1879 0 2 0 10 70 270 270 3270 8270 140 141 CGAAAA HUCAAA VVVVxx -9427 1880 1 3 7 7 27 427 1427 4427 9427 54 55 PYAAAA IUCAAA AAAAxx -2152 1881 0 0 2 12 52 152 152 2152 2152 104 105 UEAAAA JUCAAA HHHHxx -7790 1882 0 2 0 10 90 790 1790 2790 7790 180 181 QNAAAA KUCAAA OOOOxx -5301 1883 1 1 1 1 1 301 1301 301 5301 2 3 XVAAAA LUCAAA VVVVxx -626 1884 0 2 6 6 26 626 626 626 626 52 53 CYAAAA MUCAAA AAAAxx -260 1885 0 0 0 0 60 260 260 260 260 120 121 AKAAAA NUCAAA HHHHxx -4369 1886 1 1 9 9 69 369 369 4369 4369 138 139 BMAAAA OUCAAA OOOOxx -5457 1887 1 1 7 17 57 457 1457 457 5457 114 115 XBAAAA PUCAAA VVVVxx -3468 1888 0 0 8 8 68 468 1468 3468 3468 136 137 KDAAAA QUCAAA AAAAxx -2257 1889 1 1 7 17 57 257 257 2257 2257 114 115 VIAAAA RUCAAA HHHHxx -9318 1890 0 2 8 18 18 318 1318 4318 9318 36 37 KUAAAA SUCAAA OOOOxx -8762 1891 0 2 2 2 62 762 762 3762 8762 124 125 AZAAAA TUCAAA VVVVxx -9153 1892 1 1 3 13 53 153 1153 4153 9153 106 107 BOAAAA UUCAAA AAAAxx -9220 1893 0 0 0 0 20 220 1220 4220 9220 40 41 QQAAAA VUCAAA HHHHxx -8003 1894 1 3 3 3 3 3 3 3003 8003 6 7 VVAAAA WUCAAA OOOOxx -7257 1895 1 1 7 17 57 257 1257 2257 7257 114 115 DTAAAA XUCAAA VVVVxx -3930 1896 0 2 0 10 30 930 1930 3930 3930 60 61 EVAAAA YUCAAA AAAAxx -2976 1897 0 0 6 16 76 976 976 2976 2976 152 153 MKAAAA ZUCAAA HHHHxx -2531 1898 1 3 1 11 31 531 531 2531 2531 62 63 JTAAAA AVCAAA OOOOxx -2250 1899 0 2 0 10 50 250 250 2250 2250 100 101 OIAAAA BVCAAA VVVVxx -8549 1900 1 1 9 9 49 549 549 3549 8549 98 99 VQAAAA CVCAAA AAAAxx -7197 1901 1 1 7 17 97 197 1197 2197 7197 194 195 VQAAAA DVCAAA HHHHxx -5916 1902 0 0 6 16 16 916 1916 916 5916 32 33 OTAAAA EVCAAA OOOOxx -5287 1903 1 3 7 7 87 287 1287 287 5287 174 175 JVAAAA FVCAAA VVVVxx -9095 1904 1 3 5 15 95 95 1095 4095 9095 190 191 VLAAAA GVCAAA AAAAxx -7137 1905 1 1 7 17 37 137 1137 2137 7137 74 75 NOAAAA HVCAAA HHHHxx -7902 1906 0 2 2 2 2 902 1902 2902 7902 4 5 YRAAAA IVCAAA OOOOxx -7598 1907 0 2 8 18 98 598 1598 2598 7598 196 197 GGAAAA JVCAAA VVVVxx -5652 1908 0 0 2 12 52 652 1652 652 5652 104 105 KJAAAA KVCAAA AAAAxx -2017 1909 1 1 7 17 17 17 17 2017 2017 34 35 PZAAAA LVCAAA HHHHxx -7255 1910 1 3 5 15 55 255 1255 2255 7255 110 111 BTAAAA MVCAAA OOOOxx -7999 1911 1 3 9 19 99 999 1999 2999 7999 198 199 RVAAAA NVCAAA VVVVxx -5388 1912 0 0 8 8 88 388 1388 388 5388 176 177 GZAAAA OVCAAA AAAAxx -8754 1913 0 2 4 14 54 754 754 3754 8754 108 109 SYAAAA PVCAAA HHHHxx -5415 1914 1 3 5 15 15 415 1415 415 5415 30 31 HAAAAA QVCAAA OOOOxx -8861 1915 1 1 1 1 61 861 861 3861 8861 122 123 VCAAAA RVCAAA VVVVxx -2874 1916 0 2 4 14 74 874 874 2874 2874 148 149 OGAAAA SVCAAA AAAAxx -9910 1917 0 2 0 10 10 910 1910 4910 9910 20 21 ERAAAA TVCAAA HHHHxx -5178 1918 0 2 8 18 78 178 1178 178 5178 156 157 ERAAAA UVCAAA OOOOxx -5698 1919 0 2 8 18 98 698 1698 698 5698 196 197 ELAAAA VVCAAA VVVVxx -8500 1920 0 0 0 0 0 500 500 3500 8500 0 1 YOAAAA WVCAAA AAAAxx -1814 1921 0 2 4 14 14 814 1814 1814 1814 28 29 URAAAA XVCAAA HHHHxx -4968 1922 0 0 8 8 68 968 968 4968 4968 136 137 CJAAAA YVCAAA OOOOxx -2642 1923 0 2 2 2 42 642 642 2642 2642 84 85 QXAAAA ZVCAAA VVVVxx -1578 1924 0 2 8 18 78 578 1578 1578 1578 156 157 SIAAAA AWCAAA AAAAxx -4774 1925 0 2 4 14 74 774 774 4774 4774 148 149 QBAAAA BWCAAA HHHHxx -7062 1926 0 2 2 2 62 62 1062 2062 7062 124 125 QLAAAA CWCAAA OOOOxx -5381 1927 1 1 1 1 81 381 1381 381 5381 162 163 ZYAAAA DWCAAA VVVVxx -7985 1928 1 1 5 5 85 985 1985 2985 7985 170 171 DVAAAA EWCAAA AAAAxx -3850 1929 0 2 0 10 50 850 1850 3850 3850 100 101 CSAAAA FWCAAA HHHHxx -5624 1930 0 0 4 4 24 624 1624 624 5624 48 49 IIAAAA GWCAAA OOOOxx -8948 1931 0 0 8 8 48 948 948 3948 8948 96 97 EGAAAA HWCAAA VVVVxx -995 1932 1 3 5 15 95 995 995 995 995 190 191 HMAAAA IWCAAA AAAAxx -5058 1933 0 2 8 18 58 58 1058 58 5058 116 117 OMAAAA JWCAAA HHHHxx -9670 1934 0 2 0 10 70 670 1670 4670 9670 140 141 YHAAAA KWCAAA OOOOxx -3115 1935 1 3 5 15 15 115 1115 3115 3115 30 31 VPAAAA LWCAAA VVVVxx -4935 1936 1 3 5 15 35 935 935 4935 4935 70 71 VHAAAA MWCAAA AAAAxx -4735 1937 1 3 5 15 35 735 735 4735 4735 70 71 DAAAAA NWCAAA HHHHxx -1348 1938 0 0 8 8 48 348 1348 1348 1348 96 97 WZAAAA OWCAAA OOOOxx -2380 1939 0 0 0 0 80 380 380 2380 2380 160 161 ONAAAA PWCAAA VVVVxx -4246 1940 0 2 6 6 46 246 246 4246 4246 92 93 IHAAAA QWCAAA AAAAxx -522 1941 0 2 2 2 22 522 522 522 522 44 45 CUAAAA RWCAAA HHHHxx -1701 1942 1 1 1 1 1 701 1701 1701 1701 2 3 LNAAAA SWCAAA OOOOxx -9709 1943 1 1 9 9 9 709 1709 4709 9709 18 19 LJAAAA TWCAAA VVVVxx -8829 1944 1 1 9 9 29 829 829 3829 8829 58 59 PBAAAA UWCAAA AAAAxx -7936 1945 0 0 6 16 36 936 1936 2936 7936 72 73 GTAAAA VWCAAA HHHHxx -8474 1946 0 2 4 14 74 474 474 3474 8474 148 149 YNAAAA WWCAAA OOOOxx -4676 1947 0 0 6 16 76 676 676 4676 4676 152 153 WXAAAA XWCAAA VVVVxx -6303 1948 1 3 3 3 3 303 303 1303 6303 6 7 LIAAAA YWCAAA AAAAxx -3485 1949 1 1 5 5 85 485 1485 3485 3485 170 171 BEAAAA ZWCAAA HHHHxx -2695 1950 1 3 5 15 95 695 695 2695 2695 190 191 RZAAAA AXCAAA OOOOxx -8830 1951 0 2 0 10 30 830 830 3830 8830 60 61 QBAAAA BXCAAA VVVVxx -898 1952 0 2 8 18 98 898 898 898 898 196 197 OIAAAA CXCAAA AAAAxx -7268 1953 0 0 8 8 68 268 1268 2268 7268 136 137 OTAAAA DXCAAA HHHHxx -6568 1954 0 0 8 8 68 568 568 1568 6568 136 137 QSAAAA EXCAAA OOOOxx -9724 1955 0 0 4 4 24 724 1724 4724 9724 48 49 AKAAAA FXCAAA VVVVxx -3329 1956 1 1 9 9 29 329 1329 3329 3329 58 59 BYAAAA GXCAAA AAAAxx -9860 1957 0 0 0 0 60 860 1860 4860 9860 120 121 GPAAAA HXCAAA HHHHxx -6833 1958 1 1 3 13 33 833 833 1833 6833 66 67 VCAAAA IXCAAA OOOOxx -5956 1959 0 0 6 16 56 956 1956 956 5956 112 113 CVAAAA JXCAAA VVVVxx -3963 1960 1 3 3 3 63 963 1963 3963 3963 126 127 LWAAAA KXCAAA AAAAxx -883 1961 1 3 3 3 83 883 883 883 883 166 167 ZHAAAA LXCAAA HHHHxx -2761 1962 1 1 1 1 61 761 761 2761 2761 122 123 FCAAAA MXCAAA OOOOxx -4644 1963 0 0 4 4 44 644 644 4644 4644 88 89 QWAAAA NXCAAA VVVVxx -1358 1964 0 2 8 18 58 358 1358 1358 1358 116 117 GAAAAA OXCAAA AAAAxx -2049 1965 1 1 9 9 49 49 49 2049 2049 98 99 VAAAAA PXCAAA HHHHxx -2193 1966 1 1 3 13 93 193 193 2193 2193 186 187 JGAAAA QXCAAA OOOOxx -9435 1967 1 3 5 15 35 435 1435 4435 9435 70 71 XYAAAA RXCAAA VVVVxx -5890 1968 0 2 0 10 90 890 1890 890 5890 180 181 OSAAAA SXCAAA AAAAxx -8149 1969 1 1 9 9 49 149 149 3149 8149 98 99 LBAAAA TXCAAA HHHHxx -423 1970 1 3 3 3 23 423 423 423 423 46 47 HQAAAA UXCAAA OOOOxx -7980 1971 0 0 0 0 80 980 1980 2980 7980 160 161 YUAAAA VXCAAA VVVVxx -9019 1972 1 3 9 19 19 19 1019 4019 9019 38 39 XIAAAA WXCAAA AAAAxx -1647 1973 1 3 7 7 47 647 1647 1647 1647 94 95 JLAAAA XXCAAA HHHHxx -9495 1974 1 3 5 15 95 495 1495 4495 9495 190 191 FBAAAA YXCAAA OOOOxx -3904 1975 0 0 4 4 4 904 1904 3904 3904 8 9 EUAAAA ZXCAAA VVVVxx -5838 1976 0 2 8 18 38 838 1838 838 5838 76 77 OQAAAA AYCAAA AAAAxx -3866 1977 0 2 6 6 66 866 1866 3866 3866 132 133 SSAAAA BYCAAA HHHHxx -3093 1978 1 1 3 13 93 93 1093 3093 3093 186 187 ZOAAAA CYCAAA OOOOxx -9666 1979 0 2 6 6 66 666 1666 4666 9666 132 133 UHAAAA DYCAAA VVVVxx -1246 1980 0 2 6 6 46 246 1246 1246 1246 92 93 YVAAAA EYCAAA AAAAxx -9759 1981 1 3 9 19 59 759 1759 4759 9759 118 119 JLAAAA FYCAAA HHHHxx -7174 1982 0 2 4 14 74 174 1174 2174 7174 148 149 YPAAAA GYCAAA OOOOxx -7678 1983 0 2 8 18 78 678 1678 2678 7678 156 157 IJAAAA HYCAAA VVVVxx -3004 1984 0 0 4 4 4 4 1004 3004 3004 8 9 OLAAAA IYCAAA AAAAxx -5607 1985 1 3 7 7 7 607 1607 607 5607 14 15 RHAAAA JYCAAA HHHHxx -8510 1986 0 2 0 10 10 510 510 3510 8510 20 21 IPAAAA KYCAAA OOOOxx -1483 1987 1 3 3 3 83 483 1483 1483 1483 166 167 BFAAAA LYCAAA VVVVxx -2915 1988 1 3 5 15 15 915 915 2915 2915 30 31 DIAAAA MYCAAA AAAAxx -1548 1989 0 0 8 8 48 548 1548 1548 1548 96 97 OHAAAA NYCAAA HHHHxx -5767 1990 1 3 7 7 67 767 1767 767 5767 134 135 VNAAAA OYCAAA OOOOxx -3214 1991 0 2 4 14 14 214 1214 3214 3214 28 29 QTAAAA PYCAAA VVVVxx -8663 1992 1 3 3 3 63 663 663 3663 8663 126 127 FVAAAA QYCAAA AAAAxx -5425 1993 1 1 5 5 25 425 1425 425 5425 50 51 RAAAAA RYCAAA HHHHxx -8530 1994 0 2 0 10 30 530 530 3530 8530 60 61 CQAAAA SYCAAA OOOOxx -821 1995 1 1 1 1 21 821 821 821 821 42 43 PFAAAA TYCAAA VVVVxx -8816 1996 0 0 6 16 16 816 816 3816 8816 32 33 CBAAAA UYCAAA AAAAxx -9367 1997 1 3 7 7 67 367 1367 4367 9367 134 135 HWAAAA VYCAAA HHHHxx -4138 1998 0 2 8 18 38 138 138 4138 4138 76 77 EDAAAA WYCAAA OOOOxx -94 1999 0 2 4 14 94 94 94 94 94 188 189 QDAAAA XYCAAA VVVVxx -1858 2000 0 2 8 18 58 858 1858 1858 1858 116 117 MTAAAA YYCAAA AAAAxx -5513 2001 1 1 3 13 13 513 1513 513 5513 26 27 BEAAAA ZYCAAA HHHHxx -9620 2002 0 0 0 0 20 620 1620 4620 9620 40 41 AGAAAA AZCAAA OOOOxx -4770 2003 0 2 0 10 70 770 770 4770 4770 140 141 MBAAAA BZCAAA VVVVxx -5193 2004 1 1 3 13 93 193 1193 193 5193 186 187 TRAAAA CZCAAA AAAAxx -198 2005 0 2 8 18 98 198 198 198 198 196 197 QHAAAA DZCAAA HHHHxx -417 2006 1 1 7 17 17 417 417 417 417 34 35 BQAAAA EZCAAA OOOOxx -173 2007 1 1 3 13 73 173 173 173 173 146 147 RGAAAA FZCAAA VVVVxx -6248 2008 0 0 8 8 48 248 248 1248 6248 96 97 IGAAAA GZCAAA AAAAxx -302 2009 0 2 2 2 2 302 302 302 302 4 5 QLAAAA HZCAAA HHHHxx -8983 2010 1 3 3 3 83 983 983 3983 8983 166 167 NHAAAA IZCAAA OOOOxx -4840 2011 0 0 0 0 40 840 840 4840 4840 80 81 EEAAAA JZCAAA VVVVxx -2876 2012 0 0 6 16 76 876 876 2876 2876 152 153 QGAAAA KZCAAA AAAAxx -5841 2013 1 1 1 1 41 841 1841 841 5841 82 83 RQAAAA LZCAAA HHHHxx -2766 2014 0 2 6 6 66 766 766 2766 2766 132 133 KCAAAA MZCAAA OOOOxx -9482 2015 0 2 2 2 82 482 1482 4482 9482 164 165 SAAAAA NZCAAA VVVVxx -5335 2016 1 3 5 15 35 335 1335 335 5335 70 71 FXAAAA OZCAAA AAAAxx -1502 2017 0 2 2 2 2 502 1502 1502 1502 4 5 UFAAAA PZCAAA HHHHxx -9291 2018 1 3 1 11 91 291 1291 4291 9291 182 183 JTAAAA QZCAAA OOOOxx -8655 2019 1 3 5 15 55 655 655 3655 8655 110 111 XUAAAA RZCAAA VVVVxx -1687 2020 1 3 7 7 87 687 1687 1687 1687 174 175 XMAAAA SZCAAA AAAAxx -8171 2021 1 3 1 11 71 171 171 3171 8171 142 143 HCAAAA TZCAAA HHHHxx -5699 2022 1 3 9 19 99 699 1699 699 5699 198 199 FLAAAA UZCAAA OOOOxx -1462 2023 0 2 2 2 62 462 1462 1462 1462 124 125 GEAAAA VZCAAA VVVVxx -608 2024 0 0 8 8 8 608 608 608 608 16 17 KXAAAA WZCAAA AAAAxx -6860 2025 0 0 0 0 60 860 860 1860 6860 120 121 WDAAAA XZCAAA HHHHxx -6063 2026 1 3 3 3 63 63 63 1063 6063 126 127 FZAAAA YZCAAA OOOOxx -1422 2027 0 2 2 2 22 422 1422 1422 1422 44 45 SCAAAA ZZCAAA VVVVxx -1932 2028 0 0 2 12 32 932 1932 1932 1932 64 65 IWAAAA AADAAA AAAAxx -5065 2029 1 1 5 5 65 65 1065 65 5065 130 131 VMAAAA BADAAA HHHHxx -432 2030 0 0 2 12 32 432 432 432 432 64 65 QQAAAA CADAAA OOOOxx -4680 2031 0 0 0 0 80 680 680 4680 4680 160 161 AYAAAA DADAAA VVVVxx -8172 2032 0 0 2 12 72 172 172 3172 8172 144 145 ICAAAA EADAAA AAAAxx -8668 2033 0 0 8 8 68 668 668 3668 8668 136 137 KVAAAA FADAAA HHHHxx -256 2034 0 0 6 16 56 256 256 256 256 112 113 WJAAAA GADAAA OOOOxx -2500 2035 0 0 0 0 0 500 500 2500 2500 0 1 ESAAAA HADAAA VVVVxx -274 2036 0 2 4 14 74 274 274 274 274 148 149 OKAAAA IADAAA AAAAxx -5907 2037 1 3 7 7 7 907 1907 907 5907 14 15 FTAAAA JADAAA HHHHxx -8587 2038 1 3 7 7 87 587 587 3587 8587 174 175 HSAAAA KADAAA OOOOxx -9942 2039 0 2 2 2 42 942 1942 4942 9942 84 85 KSAAAA LADAAA VVVVxx -116 2040 0 0 6 16 16 116 116 116 116 32 33 MEAAAA MADAAA AAAAxx -7134 2041 0 2 4 14 34 134 1134 2134 7134 68 69 KOAAAA NADAAA HHHHxx -9002 2042 0 2 2 2 2 2 1002 4002 9002 4 5 GIAAAA OADAAA OOOOxx -1209 2043 1 1 9 9 9 209 1209 1209 1209 18 19 NUAAAA PADAAA VVVVxx -9983 2044 1 3 3 3 83 983 1983 4983 9983 166 167 ZTAAAA QADAAA AAAAxx -1761 2045 1 1 1 1 61 761 1761 1761 1761 122 123 TPAAAA RADAAA HHHHxx -7723 2046 1 3 3 3 23 723 1723 2723 7723 46 47 BLAAAA SADAAA OOOOxx -6518 2047 0 2 8 18 18 518 518 1518 6518 36 37 SQAAAA TADAAA VVVVxx -1372 2048 0 0 2 12 72 372 1372 1372 1372 144 145 UAAAAA UADAAA AAAAxx -3587 2049 1 3 7 7 87 587 1587 3587 3587 174 175 ZHAAAA VADAAA HHHHxx -5323 2050 1 3 3 3 23 323 1323 323 5323 46 47 TWAAAA WADAAA OOOOxx -5902 2051 0 2 2 2 2 902 1902 902 5902 4 5 ATAAAA XADAAA VVVVxx -3749 2052 1 1 9 9 49 749 1749 3749 3749 98 99 FOAAAA YADAAA AAAAxx -5965 2053 1 1 5 5 65 965 1965 965 5965 130 131 LVAAAA ZADAAA HHHHxx -663 2054 1 3 3 3 63 663 663 663 663 126 127 NZAAAA ABDAAA OOOOxx -36 2055 0 0 6 16 36 36 36 36 36 72 73 KBAAAA BBDAAA VVVVxx -9782 2056 0 2 2 2 82 782 1782 4782 9782 164 165 GMAAAA CBDAAA AAAAxx -5412 2057 0 0 2 12 12 412 1412 412 5412 24 25 EAAAAA DBDAAA HHHHxx -9961 2058 1 1 1 1 61 961 1961 4961 9961 122 123 DTAAAA EBDAAA OOOOxx -6492 2059 0 0 2 12 92 492 492 1492 6492 184 185 SPAAAA FBDAAA VVVVxx -4234 2060 0 2 4 14 34 234 234 4234 4234 68 69 WGAAAA GBDAAA AAAAxx -4922 2061 0 2 2 2 22 922 922 4922 4922 44 45 IHAAAA HBDAAA HHHHxx -6166 2062 0 2 6 6 66 166 166 1166 6166 132 133 EDAAAA IBDAAA OOOOxx -7019 2063 1 3 9 19 19 19 1019 2019 7019 38 39 ZJAAAA JBDAAA VVVVxx -7805 2064 1 1 5 5 5 805 1805 2805 7805 10 11 FOAAAA KBDAAA AAAAxx -9808 2065 0 0 8 8 8 808 1808 4808 9808 16 17 GNAAAA LBDAAA HHHHxx -2550 2066 0 2 0 10 50 550 550 2550 2550 100 101 CUAAAA MBDAAA OOOOxx -8626 2067 0 2 6 6 26 626 626 3626 8626 52 53 UTAAAA NBDAAA VVVVxx -5649 2068 1 1 9 9 49 649 1649 649 5649 98 99 HJAAAA OBDAAA AAAAxx -3117 2069 1 1 7 17 17 117 1117 3117 3117 34 35 XPAAAA PBDAAA HHHHxx -866 2070 0 2 6 6 66 866 866 866 866 132 133 IHAAAA QBDAAA OOOOxx -2323 2071 1 3 3 3 23 323 323 2323 2323 46 47 JLAAAA RBDAAA VVVVxx -5132 2072 0 0 2 12 32 132 1132 132 5132 64 65 KPAAAA SBDAAA AAAAxx -9222 2073 0 2 2 2 22 222 1222 4222 9222 44 45 SQAAAA TBDAAA HHHHxx -3934 2074 0 2 4 14 34 934 1934 3934 3934 68 69 IVAAAA UBDAAA OOOOxx -4845 2075 1 1 5 5 45 845 845 4845 4845 90 91 JEAAAA VBDAAA VVVVxx -7714 2076 0 2 4 14 14 714 1714 2714 7714 28 29 SKAAAA WBDAAA AAAAxx -9818 2077 0 2 8 18 18 818 1818 4818 9818 36 37 QNAAAA XBDAAA HHHHxx -2219 2078 1 3 9 19 19 219 219 2219 2219 38 39 JHAAAA YBDAAA OOOOxx -6573 2079 1 1 3 13 73 573 573 1573 6573 146 147 VSAAAA ZBDAAA VVVVxx -4555 2080 1 3 5 15 55 555 555 4555 4555 110 111 FTAAAA ACDAAA AAAAxx -7306 2081 0 2 6 6 6 306 1306 2306 7306 12 13 AVAAAA BCDAAA HHHHxx -9313 2082 1 1 3 13 13 313 1313 4313 9313 26 27 FUAAAA CCDAAA OOOOxx -3924 2083 0 0 4 4 24 924 1924 3924 3924 48 49 YUAAAA DCDAAA VVVVxx -5176 2084 0 0 6 16 76 176 1176 176 5176 152 153 CRAAAA ECDAAA AAAAxx -9767 2085 1 3 7 7 67 767 1767 4767 9767 134 135 RLAAAA FCDAAA HHHHxx -905 2086 1 1 5 5 5 905 905 905 905 10 11 VIAAAA GCDAAA OOOOxx -8037 2087 1 1 7 17 37 37 37 3037 8037 74 75 DXAAAA HCDAAA VVVVxx -8133 2088 1 1 3 13 33 133 133 3133 8133 66 67 VAAAAA ICDAAA AAAAxx -2954 2089 0 2 4 14 54 954 954 2954 2954 108 109 QJAAAA JCDAAA HHHHxx -7262 2090 0 2 2 2 62 262 1262 2262 7262 124 125 ITAAAA KCDAAA OOOOxx -8768 2091 0 0 8 8 68 768 768 3768 8768 136 137 GZAAAA LCDAAA VVVVxx -6953 2092 1 1 3 13 53 953 953 1953 6953 106 107 LHAAAA MCDAAA AAAAxx -1984 2093 0 0 4 4 84 984 1984 1984 1984 168 169 IYAAAA NCDAAA HHHHxx -9348 2094 0 0 8 8 48 348 1348 4348 9348 96 97 OVAAAA OCDAAA OOOOxx -7769 2095 1 1 9 9 69 769 1769 2769 7769 138 139 VMAAAA PCDAAA VVVVxx -2994 2096 0 2 4 14 94 994 994 2994 2994 188 189 ELAAAA QCDAAA AAAAxx -5938 2097 0 2 8 18 38 938 1938 938 5938 76 77 KUAAAA RCDAAA HHHHxx -556 2098 0 0 6 16 56 556 556 556 556 112 113 KVAAAA SCDAAA OOOOxx -2577 2099 1 1 7 17 77 577 577 2577 2577 154 155 DVAAAA TCDAAA VVVVxx -8733 2100 1 1 3 13 33 733 733 3733 8733 66 67 XXAAAA UCDAAA AAAAxx -3108 2101 0 0 8 8 8 108 1108 3108 3108 16 17 OPAAAA VCDAAA HHHHxx -4166 2102 0 2 6 6 66 166 166 4166 4166 132 133 GEAAAA WCDAAA OOOOxx -3170 2103 0 2 0 10 70 170 1170 3170 3170 140 141 YRAAAA XCDAAA VVVVxx -8118 2104 0 2 8 18 18 118 118 3118 8118 36 37 GAAAAA YCDAAA AAAAxx -8454 2105 0 2 4 14 54 454 454 3454 8454 108 109 ENAAAA ZCDAAA HHHHxx -5338 2106 0 2 8 18 38 338 1338 338 5338 76 77 IXAAAA ADDAAA OOOOxx -402 2107 0 2 2 2 2 402 402 402 402 4 5 MPAAAA BDDAAA VVVVxx -5673 2108 1 1 3 13 73 673 1673 673 5673 146 147 FKAAAA CDDAAA AAAAxx -4324 2109 0 0 4 4 24 324 324 4324 4324 48 49 IKAAAA DDDAAA HHHHxx -1943 2110 1 3 3 3 43 943 1943 1943 1943 86 87 TWAAAA EDDAAA OOOOxx -7703 2111 1 3 3 3 3 703 1703 2703 7703 6 7 HKAAAA FDDAAA VVVVxx -7180 2112 0 0 0 0 80 180 1180 2180 7180 160 161 EQAAAA GDDAAA AAAAxx -5478 2113 0 2 8 18 78 478 1478 478 5478 156 157 SCAAAA HDDAAA HHHHxx -5775 2114 1 3 5 15 75 775 1775 775 5775 150 151 DOAAAA IDDAAA OOOOxx -6952 2115 0 0 2 12 52 952 952 1952 6952 104 105 KHAAAA JDDAAA VVVVxx -9022 2116 0 2 2 2 22 22 1022 4022 9022 44 45 AJAAAA KDDAAA AAAAxx -547 2117 1 3 7 7 47 547 547 547 547 94 95 BVAAAA LDDAAA HHHHxx -5877 2118 1 1 7 17 77 877 1877 877 5877 154 155 BSAAAA MDDAAA OOOOxx -9580 2119 0 0 0 0 80 580 1580 4580 9580 160 161 MEAAAA NDDAAA VVVVxx -6094 2120 0 2 4 14 94 94 94 1094 6094 188 189 KAAAAA ODDAAA AAAAxx -3398 2121 0 2 8 18 98 398 1398 3398 3398 196 197 SAAAAA PDDAAA HHHHxx -4574 2122 0 2 4 14 74 574 574 4574 4574 148 149 YTAAAA QDDAAA OOOOxx -3675 2123 1 3 5 15 75 675 1675 3675 3675 150 151 JLAAAA RDDAAA VVVVxx -6413 2124 1 1 3 13 13 413 413 1413 6413 26 27 RMAAAA SDDAAA AAAAxx -9851 2125 1 3 1 11 51 851 1851 4851 9851 102 103 XOAAAA TDDAAA HHHHxx -126 2126 0 2 6 6 26 126 126 126 126 52 53 WEAAAA UDDAAA OOOOxx -6803 2127 1 3 3 3 3 803 803 1803 6803 6 7 RBAAAA VDDAAA VVVVxx -6949 2128 1 1 9 9 49 949 949 1949 6949 98 99 HHAAAA WDDAAA AAAAxx -115 2129 1 3 5 15 15 115 115 115 115 30 31 LEAAAA XDDAAA HHHHxx -4165 2130 1 1 5 5 65 165 165 4165 4165 130 131 FEAAAA YDDAAA OOOOxx -201 2131 1 1 1 1 1 201 201 201 201 2 3 THAAAA ZDDAAA VVVVxx -9324 2132 0 0 4 4 24 324 1324 4324 9324 48 49 QUAAAA AEDAAA AAAAxx -6562 2133 0 2 2 2 62 562 562 1562 6562 124 125 KSAAAA BEDAAA HHHHxx -1917 2134 1 1 7 17 17 917 1917 1917 1917 34 35 TVAAAA CEDAAA OOOOxx -558 2135 0 2 8 18 58 558 558 558 558 116 117 MVAAAA DEDAAA VVVVxx -8515 2136 1 3 5 15 15 515 515 3515 8515 30 31 NPAAAA EEDAAA AAAAxx -6321 2137 1 1 1 1 21 321 321 1321 6321 42 43 DJAAAA FEDAAA HHHHxx -6892 2138 0 0 2 12 92 892 892 1892 6892 184 185 CFAAAA GEDAAA OOOOxx -1001 2139 1 1 1 1 1 1 1001 1001 1001 2 3 NMAAAA HEDAAA VVVVxx -2858 2140 0 2 8 18 58 858 858 2858 2858 116 117 YFAAAA IEDAAA AAAAxx -2434 2141 0 2 4 14 34 434 434 2434 2434 68 69 QPAAAA JEDAAA HHHHxx -4460 2142 0 0 0 0 60 460 460 4460 4460 120 121 OPAAAA KEDAAA OOOOxx -5447 2143 1 3 7 7 47 447 1447 447 5447 94 95 NBAAAA LEDAAA VVVVxx -3799 2144 1 3 9 19 99 799 1799 3799 3799 198 199 DQAAAA MEDAAA AAAAxx -4310 2145 0 2 0 10 10 310 310 4310 4310 20 21 UJAAAA NEDAAA HHHHxx -405 2146 1 1 5 5 5 405 405 405 405 10 11 PPAAAA OEDAAA OOOOxx -4573 2147 1 1 3 13 73 573 573 4573 4573 146 147 XTAAAA PEDAAA VVVVxx -706 2148 0 2 6 6 6 706 706 706 706 12 13 EBAAAA QEDAAA AAAAxx -7619 2149 1 3 9 19 19 619 1619 2619 7619 38 39 BHAAAA REDAAA HHHHxx -7959 2150 1 3 9 19 59 959 1959 2959 7959 118 119 DUAAAA SEDAAA OOOOxx -6712 2151 0 0 2 12 12 712 712 1712 6712 24 25 EYAAAA TEDAAA VVVVxx -6959 2152 1 3 9 19 59 959 959 1959 6959 118 119 RHAAAA UEDAAA AAAAxx -9791 2153 1 3 1 11 91 791 1791 4791 9791 182 183 PMAAAA VEDAAA HHHHxx -2112 2154 0 0 2 12 12 112 112 2112 2112 24 25 GDAAAA WEDAAA OOOOxx -9114 2155 0 2 4 14 14 114 1114 4114 9114 28 29 OMAAAA XEDAAA VVVVxx -3506 2156 0 2 6 6 6 506 1506 3506 3506 12 13 WEAAAA YEDAAA AAAAxx -5002 2157 0 2 2 2 2 2 1002 2 5002 4 5 KKAAAA ZEDAAA HHHHxx -3518 2158 0 2 8 18 18 518 1518 3518 3518 36 37 IFAAAA AFDAAA OOOOxx -602 2159 0 2 2 2 2 602 602 602 602 4 5 EXAAAA BFDAAA VVVVxx -9060 2160 0 0 0 0 60 60 1060 4060 9060 120 121 MKAAAA CFDAAA AAAAxx -3292 2161 0 0 2 12 92 292 1292 3292 3292 184 185 QWAAAA DFDAAA HHHHxx -77 2162 1 1 7 17 77 77 77 77 77 154 155 ZCAAAA EFDAAA OOOOxx -1420 2163 0 0 0 0 20 420 1420 1420 1420 40 41 QCAAAA FFDAAA VVVVxx -6001 2164 1 1 1 1 1 1 1 1001 6001 2 3 VWAAAA GFDAAA AAAAxx -7477 2165 1 1 7 17 77 477 1477 2477 7477 154 155 PBAAAA HFDAAA HHHHxx -6655 2166 1 3 5 15 55 655 655 1655 6655 110 111 ZVAAAA IFDAAA OOOOxx -7845 2167 1 1 5 5 45 845 1845 2845 7845 90 91 TPAAAA JFDAAA VVVVxx -8484 2168 0 0 4 4 84 484 484 3484 8484 168 169 IOAAAA KFDAAA AAAAxx -4345 2169 1 1 5 5 45 345 345 4345 4345 90 91 DLAAAA LFDAAA HHHHxx -4250 2170 0 2 0 10 50 250 250 4250 4250 100 101 MHAAAA MFDAAA OOOOxx -2391 2171 1 3 1 11 91 391 391 2391 2391 182 183 ZNAAAA NFDAAA VVVVxx -6884 2172 0 0 4 4 84 884 884 1884 6884 168 169 UEAAAA OFDAAA AAAAxx -7270 2173 0 2 0 10 70 270 1270 2270 7270 140 141 QTAAAA PFDAAA HHHHxx -2499 2174 1 3 9 19 99 499 499 2499 2499 198 199 DSAAAA QFDAAA OOOOxx -7312 2175 0 0 2 12 12 312 1312 2312 7312 24 25 GVAAAA RFDAAA VVVVxx -7113 2176 1 1 3 13 13 113 1113 2113 7113 26 27 PNAAAA SFDAAA AAAAxx -6695 2177 1 3 5 15 95 695 695 1695 6695 190 191 NXAAAA TFDAAA HHHHxx -6521 2178 1 1 1 1 21 521 521 1521 6521 42 43 VQAAAA UFDAAA OOOOxx -272 2179 0 0 2 12 72 272 272 272 272 144 145 MKAAAA VFDAAA VVVVxx -9976 2180 0 0 6 16 76 976 1976 4976 9976 152 153 STAAAA WFDAAA AAAAxx -992 2181 0 0 2 12 92 992 992 992 992 184 185 EMAAAA XFDAAA HHHHxx -6158 2182 0 2 8 18 58 158 158 1158 6158 116 117 WCAAAA YFDAAA OOOOxx -3281 2183 1 1 1 1 81 281 1281 3281 3281 162 163 FWAAAA ZFDAAA VVVVxx -7446 2184 0 2 6 6 46 446 1446 2446 7446 92 93 KAAAAA AGDAAA AAAAxx -4679 2185 1 3 9 19 79 679 679 4679 4679 158 159 ZXAAAA BGDAAA HHHHxx -5203 2186 1 3 3 3 3 203 1203 203 5203 6 7 DSAAAA CGDAAA OOOOxx -9874 2187 0 2 4 14 74 874 1874 4874 9874 148 149 UPAAAA DGDAAA VVVVxx -8371 2188 1 3 1 11 71 371 371 3371 8371 142 143 ZJAAAA EGDAAA AAAAxx -9086 2189 0 2 6 6 86 86 1086 4086 9086 172 173 MLAAAA FGDAAA HHHHxx -430 2190 0 2 0 10 30 430 430 430 430 60 61 OQAAAA GGDAAA OOOOxx -8749 2191 1 1 9 9 49 749 749 3749 8749 98 99 NYAAAA HGDAAA VVVVxx -577 2192 1 1 7 17 77 577 577 577 577 154 155 FWAAAA IGDAAA AAAAxx -4884 2193 0 0 4 4 84 884 884 4884 4884 168 169 WFAAAA JGDAAA HHHHxx -3421 2194 1 1 1 1 21 421 1421 3421 3421 42 43 PBAAAA KGDAAA OOOOxx -2812 2195 0 0 2 12 12 812 812 2812 2812 24 25 EEAAAA LGDAAA VVVVxx -5958 2196 0 2 8 18 58 958 1958 958 5958 116 117 EVAAAA MGDAAA AAAAxx -9901 2197 1 1 1 1 1 901 1901 4901 9901 2 3 VQAAAA NGDAAA HHHHxx -8478 2198 0 2 8 18 78 478 478 3478 8478 156 157 COAAAA OGDAAA OOOOxx -6545 2199 1 1 5 5 45 545 545 1545 6545 90 91 TRAAAA PGDAAA VVVVxx -1479 2200 1 3 9 19 79 479 1479 1479 1479 158 159 XEAAAA QGDAAA AAAAxx -1046 2201 0 2 6 6 46 46 1046 1046 1046 92 93 GOAAAA RGDAAA HHHHxx -6372 2202 0 0 2 12 72 372 372 1372 6372 144 145 CLAAAA SGDAAA OOOOxx -8206 2203 0 2 6 6 6 206 206 3206 8206 12 13 QDAAAA TGDAAA VVVVxx -9544 2204 0 0 4 4 44 544 1544 4544 9544 88 89 CDAAAA UGDAAA AAAAxx -9287 2205 1 3 7 7 87 287 1287 4287 9287 174 175 FTAAAA VGDAAA HHHHxx -6786 2206 0 2 6 6 86 786 786 1786 6786 172 173 ABAAAA WGDAAA OOOOxx -6511 2207 1 3 1 11 11 511 511 1511 6511 22 23 LQAAAA XGDAAA VVVVxx -603 2208 1 3 3 3 3 603 603 603 603 6 7 FXAAAA YGDAAA AAAAxx -2022 2209 0 2 2 2 22 22 22 2022 2022 44 45 UZAAAA ZGDAAA HHHHxx -2086 2210 0 2 6 6 86 86 86 2086 2086 172 173 GCAAAA AHDAAA OOOOxx -1969 2211 1 1 9 9 69 969 1969 1969 1969 138 139 TXAAAA BHDAAA VVVVxx -4841 2212 1 1 1 1 41 841 841 4841 4841 82 83 FEAAAA CHDAAA AAAAxx -5845 2213 1 1 5 5 45 845 1845 845 5845 90 91 VQAAAA DHDAAA HHHHxx -4635 2214 1 3 5 15 35 635 635 4635 4635 70 71 HWAAAA EHDAAA OOOOxx -4658 2215 0 2 8 18 58 658 658 4658 4658 116 117 EXAAAA FHDAAA VVVVxx -2896 2216 0 0 6 16 96 896 896 2896 2896 192 193 KHAAAA GHDAAA AAAAxx -5179 2217 1 3 9 19 79 179 1179 179 5179 158 159 FRAAAA HHDAAA HHHHxx -8667 2218 1 3 7 7 67 667 667 3667 8667 134 135 JVAAAA IHDAAA OOOOxx -7294 2219 0 2 4 14 94 294 1294 2294 7294 188 189 OUAAAA JHDAAA VVVVxx -3706 2220 0 2 6 6 6 706 1706 3706 3706 12 13 OMAAAA KHDAAA AAAAxx -8389 2221 1 1 9 9 89 389 389 3389 8389 178 179 RKAAAA LHDAAA HHHHxx -2486 2222 0 2 6 6 86 486 486 2486 2486 172 173 QRAAAA MHDAAA OOOOxx -8743 2223 1 3 3 3 43 743 743 3743 8743 86 87 HYAAAA NHDAAA VVVVxx -2777 2224 1 1 7 17 77 777 777 2777 2777 154 155 VCAAAA OHDAAA AAAAxx -2113 2225 1 1 3 13 13 113 113 2113 2113 26 27 HDAAAA PHDAAA HHHHxx -2076 2226 0 0 6 16 76 76 76 2076 2076 152 153 WBAAAA QHDAAA OOOOxx -2300 2227 0 0 0 0 0 300 300 2300 2300 0 1 MKAAAA RHDAAA VVVVxx -6894 2228 0 2 4 14 94 894 894 1894 6894 188 189 EFAAAA SHDAAA AAAAxx -6939 2229 1 3 9 19 39 939 939 1939 6939 78 79 XGAAAA THDAAA HHHHxx -446 2230 0 2 6 6 46 446 446 446 446 92 93 ERAAAA UHDAAA OOOOxx -6218 2231 0 2 8 18 18 218 218 1218 6218 36 37 EFAAAA VHDAAA VVVVxx -1295 2232 1 3 5 15 95 295 1295 1295 1295 190 191 VXAAAA WHDAAA AAAAxx -5135 2233 1 3 5 15 35 135 1135 135 5135 70 71 NPAAAA XHDAAA HHHHxx -8122 2234 0 2 2 2 22 122 122 3122 8122 44 45 KAAAAA YHDAAA OOOOxx -316 2235 0 0 6 16 16 316 316 316 316 32 33 EMAAAA ZHDAAA VVVVxx -514 2236 0 2 4 14 14 514 514 514 514 28 29 UTAAAA AIDAAA AAAAxx -7970 2237 0 2 0 10 70 970 1970 2970 7970 140 141 OUAAAA BIDAAA HHHHxx -9350 2238 0 2 0 10 50 350 1350 4350 9350 100 101 QVAAAA CIDAAA OOOOxx -3700 2239 0 0 0 0 0 700 1700 3700 3700 0 1 IMAAAA DIDAAA VVVVxx -582 2240 0 2 2 2 82 582 582 582 582 164 165 KWAAAA EIDAAA AAAAxx -9722 2241 0 2 2 2 22 722 1722 4722 9722 44 45 YJAAAA FIDAAA HHHHxx -7398 2242 0 2 8 18 98 398 1398 2398 7398 196 197 OYAAAA GIDAAA OOOOxx -2265 2243 1 1 5 5 65 265 265 2265 2265 130 131 DJAAAA HIDAAA VVVVxx -3049 2244 1 1 9 9 49 49 1049 3049 3049 98 99 HNAAAA IIDAAA AAAAxx -9121 2245 1 1 1 1 21 121 1121 4121 9121 42 43 VMAAAA JIDAAA HHHHxx -4275 2246 1 3 5 15 75 275 275 4275 4275 150 151 LIAAAA KIDAAA OOOOxx -6567 2247 1 3 7 7 67 567 567 1567 6567 134 135 PSAAAA LIDAAA VVVVxx -6755 2248 1 3 5 15 55 755 755 1755 6755 110 111 VZAAAA MIDAAA AAAAxx -4535 2249 1 3 5 15 35 535 535 4535 4535 70 71 LSAAAA NIDAAA HHHHxx -7968 2250 0 0 8 8 68 968 1968 2968 7968 136 137 MUAAAA OIDAAA OOOOxx -3412 2251 0 0 2 12 12 412 1412 3412 3412 24 25 GBAAAA PIDAAA VVVVxx -6112 2252 0 0 2 12 12 112 112 1112 6112 24 25 CBAAAA QIDAAA AAAAxx -6805 2253 1 1 5 5 5 805 805 1805 6805 10 11 TBAAAA RIDAAA HHHHxx -2880 2254 0 0 0 0 80 880 880 2880 2880 160 161 UGAAAA SIDAAA OOOOxx -7710 2255 0 2 0 10 10 710 1710 2710 7710 20 21 OKAAAA TIDAAA VVVVxx -7949 2256 1 1 9 9 49 949 1949 2949 7949 98 99 TTAAAA UIDAAA AAAAxx -7043 2257 1 3 3 3 43 43 1043 2043 7043 86 87 XKAAAA VIDAAA HHHHxx -9012 2258 0 0 2 12 12 12 1012 4012 9012 24 25 QIAAAA WIDAAA OOOOxx -878 2259 0 2 8 18 78 878 878 878 878 156 157 UHAAAA XIDAAA VVVVxx -7930 2260 0 2 0 10 30 930 1930 2930 7930 60 61 ATAAAA YIDAAA AAAAxx -667 2261 1 3 7 7 67 667 667 667 667 134 135 RZAAAA ZIDAAA HHHHxx -1905 2262 1 1 5 5 5 905 1905 1905 1905 10 11 HVAAAA AJDAAA OOOOxx -4958 2263 0 2 8 18 58 958 958 4958 4958 116 117 SIAAAA BJDAAA VVVVxx -2973 2264 1 1 3 13 73 973 973 2973 2973 146 147 JKAAAA CJDAAA AAAAxx -3631 2265 1 3 1 11 31 631 1631 3631 3631 62 63 RJAAAA DJDAAA HHHHxx -5868 2266 0 0 8 8 68 868 1868 868 5868 136 137 SRAAAA EJDAAA OOOOxx -2873 2267 1 1 3 13 73 873 873 2873 2873 146 147 NGAAAA FJDAAA VVVVxx -6941 2268 1 1 1 1 41 941 941 1941 6941 82 83 ZGAAAA GJDAAA AAAAxx -6384 2269 0 0 4 4 84 384 384 1384 6384 168 169 OLAAAA HJDAAA HHHHxx -3806 2270 0 2 6 6 6 806 1806 3806 3806 12 13 KQAAAA IJDAAA OOOOxx -5079 2271 1 3 9 19 79 79 1079 79 5079 158 159 JNAAAA JJDAAA VVVVxx -1970 2272 0 2 0 10 70 970 1970 1970 1970 140 141 UXAAAA KJDAAA AAAAxx -7810 2273 0 2 0 10 10 810 1810 2810 7810 20 21 KOAAAA LJDAAA HHHHxx -4639 2274 1 3 9 19 39 639 639 4639 4639 78 79 LWAAAA MJDAAA OOOOxx -6527 2275 1 3 7 7 27 527 527 1527 6527 54 55 BRAAAA NJDAAA VVVVxx -8079 2276 1 3 9 19 79 79 79 3079 8079 158 159 TYAAAA OJDAAA AAAAxx -2740 2277 0 0 0 0 40 740 740 2740 2740 80 81 KBAAAA PJDAAA HHHHxx -2337 2278 1 1 7 17 37 337 337 2337 2337 74 75 XLAAAA QJDAAA OOOOxx -6670 2279 0 2 0 10 70 670 670 1670 6670 140 141 OWAAAA RJDAAA VVVVxx -2345 2280 1 1 5 5 45 345 345 2345 2345 90 91 FMAAAA SJDAAA AAAAxx -401 2281 1 1 1 1 1 401 401 401 401 2 3 LPAAAA TJDAAA HHHHxx -2704 2282 0 0 4 4 4 704 704 2704 2704 8 9 AAAAAA UJDAAA OOOOxx -5530 2283 0 2 0 10 30 530 1530 530 5530 60 61 SEAAAA VJDAAA VVVVxx -51 2284 1 3 1 11 51 51 51 51 51 102 103 ZBAAAA WJDAAA AAAAxx -4282 2285 0 2 2 2 82 282 282 4282 4282 164 165 SIAAAA XJDAAA HHHHxx -7336 2286 0 0 6 16 36 336 1336 2336 7336 72 73 EWAAAA YJDAAA OOOOxx -8320 2287 0 0 0 0 20 320 320 3320 8320 40 41 AIAAAA ZJDAAA VVVVxx -7772 2288 0 0 2 12 72 772 1772 2772 7772 144 145 YMAAAA AKDAAA AAAAxx -1894 2289 0 2 4 14 94 894 1894 1894 1894 188 189 WUAAAA BKDAAA HHHHxx -2320 2290 0 0 0 0 20 320 320 2320 2320 40 41 GLAAAA CKDAAA OOOOxx -6232 2291 0 0 2 12 32 232 232 1232 6232 64 65 SFAAAA DKDAAA VVVVxx -2833 2292 1 1 3 13 33 833 833 2833 2833 66 67 ZEAAAA EKDAAA AAAAxx -8265 2293 1 1 5 5 65 265 265 3265 8265 130 131 XFAAAA FKDAAA HHHHxx -4589 2294 1 1 9 9 89 589 589 4589 4589 178 179 NUAAAA GKDAAA OOOOxx -8182 2295 0 2 2 2 82 182 182 3182 8182 164 165 SCAAAA HKDAAA VVVVxx -8337 2296 1 1 7 17 37 337 337 3337 8337 74 75 RIAAAA IKDAAA AAAAxx -8210 2297 0 2 0 10 10 210 210 3210 8210 20 21 UDAAAA JKDAAA HHHHxx -1406 2298 0 2 6 6 6 406 1406 1406 1406 12 13 CCAAAA KKDAAA OOOOxx -4463 2299 1 3 3 3 63 463 463 4463 4463 126 127 RPAAAA LKDAAA VVVVxx -4347 2300 1 3 7 7 47 347 347 4347 4347 94 95 FLAAAA MKDAAA AAAAxx -181 2301 1 1 1 1 81 181 181 181 181 162 163 ZGAAAA NKDAAA HHHHxx -9986 2302 0 2 6 6 86 986 1986 4986 9986 172 173 CUAAAA OKDAAA OOOOxx -661 2303 1 1 1 1 61 661 661 661 661 122 123 LZAAAA PKDAAA VVVVxx -4105 2304 1 1 5 5 5 105 105 4105 4105 10 11 XBAAAA QKDAAA AAAAxx -2187 2305 1 3 7 7 87 187 187 2187 2187 174 175 DGAAAA RKDAAA HHHHxx -1628 2306 0 0 8 8 28 628 1628 1628 1628 56 57 QKAAAA SKDAAA OOOOxx -3119 2307 1 3 9 19 19 119 1119 3119 3119 38 39 ZPAAAA TKDAAA VVVVxx -6804 2308 0 0 4 4 4 804 804 1804 6804 8 9 SBAAAA UKDAAA AAAAxx -9918 2309 0 2 8 18 18 918 1918 4918 9918 36 37 MRAAAA VKDAAA HHHHxx -8916 2310 0 0 6 16 16 916 916 3916 8916 32 33 YEAAAA WKDAAA OOOOxx -6057 2311 1 1 7 17 57 57 57 1057 6057 114 115 ZYAAAA XKDAAA VVVVxx -3622 2312 0 2 2 2 22 622 1622 3622 3622 44 45 IJAAAA YKDAAA AAAAxx -9168 2313 0 0 8 8 68 168 1168 4168 9168 136 137 QOAAAA ZKDAAA HHHHxx -3720 2314 0 0 0 0 20 720 1720 3720 3720 40 41 CNAAAA ALDAAA OOOOxx -9927 2315 1 3 7 7 27 927 1927 4927 9927 54 55 VRAAAA BLDAAA VVVVxx -5616 2316 0 0 6 16 16 616 1616 616 5616 32 33 AIAAAA CLDAAA AAAAxx -5210 2317 0 2 0 10 10 210 1210 210 5210 20 21 KSAAAA DLDAAA HHHHxx -636 2318 0 0 6 16 36 636 636 636 636 72 73 MYAAAA ELDAAA OOOOxx -9936 2319 0 0 6 16 36 936 1936 4936 9936 72 73 ESAAAA FLDAAA VVVVxx -2316 2320 0 0 6 16 16 316 316 2316 2316 32 33 CLAAAA GLDAAA AAAAxx -4363 2321 1 3 3 3 63 363 363 4363 4363 126 127 VLAAAA HLDAAA HHHHxx -7657 2322 1 1 7 17 57 657 1657 2657 7657 114 115 NIAAAA ILDAAA OOOOxx -697 2323 1 1 7 17 97 697 697 697 697 194 195 VAAAAA JLDAAA VVVVxx -912 2324 0 0 2 12 12 912 912 912 912 24 25 CJAAAA KLDAAA AAAAxx -8806 2325 0 2 6 6 6 806 806 3806 8806 12 13 SAAAAA LLDAAA HHHHxx -9698 2326 0 2 8 18 98 698 1698 4698 9698 196 197 AJAAAA MLDAAA OOOOxx -6191 2327 1 3 1 11 91 191 191 1191 6191 182 183 DEAAAA NLDAAA VVVVxx -1188 2328 0 0 8 8 88 188 1188 1188 1188 176 177 STAAAA OLDAAA AAAAxx -7676 2329 0 0 6 16 76 676 1676 2676 7676 152 153 GJAAAA PLDAAA HHHHxx -7073 2330 1 1 3 13 73 73 1073 2073 7073 146 147 BMAAAA QLDAAA OOOOxx -8019 2331 1 3 9 19 19 19 19 3019 8019 38 39 LWAAAA RLDAAA VVVVxx -4726 2332 0 2 6 6 26 726 726 4726 4726 52 53 UZAAAA SLDAAA AAAAxx -4648 2333 0 0 8 8 48 648 648 4648 4648 96 97 UWAAAA TLDAAA HHHHxx -3227 2334 1 3 7 7 27 227 1227 3227 3227 54 55 DUAAAA ULDAAA OOOOxx -7232 2335 0 0 2 12 32 232 1232 2232 7232 64 65 ESAAAA VLDAAA VVVVxx -9761 2336 1 1 1 1 61 761 1761 4761 9761 122 123 LLAAAA WLDAAA AAAAxx -3105 2337 1 1 5 5 5 105 1105 3105 3105 10 11 LPAAAA XLDAAA HHHHxx -5266 2338 0 2 6 6 66 266 1266 266 5266 132 133 OUAAAA YLDAAA OOOOxx -6788 2339 0 0 8 8 88 788 788 1788 6788 176 177 CBAAAA ZLDAAA VVVVxx -2442 2340 0 2 2 2 42 442 442 2442 2442 84 85 YPAAAA AMDAAA AAAAxx -8198 2341 0 2 8 18 98 198 198 3198 8198 196 197 IDAAAA BMDAAA HHHHxx -5806 2342 0 2 6 6 6 806 1806 806 5806 12 13 IPAAAA CMDAAA OOOOxx -8928 2343 0 0 8 8 28 928 928 3928 8928 56 57 KFAAAA DMDAAA VVVVxx -1657 2344 1 1 7 17 57 657 1657 1657 1657 114 115 TLAAAA EMDAAA AAAAxx -9164 2345 0 0 4 4 64 164 1164 4164 9164 128 129 MOAAAA FMDAAA HHHHxx -1851 2346 1 3 1 11 51 851 1851 1851 1851 102 103 FTAAAA GMDAAA OOOOxx -4744 2347 0 0 4 4 44 744 744 4744 4744 88 89 MAAAAA HMDAAA VVVVxx -8055 2348 1 3 5 15 55 55 55 3055 8055 110 111 VXAAAA IMDAAA AAAAxx -1533 2349 1 1 3 13 33 533 1533 1533 1533 66 67 ZGAAAA JMDAAA HHHHxx -1260 2350 0 0 0 0 60 260 1260 1260 1260 120 121 MWAAAA KMDAAA OOOOxx -1290 2351 0 2 0 10 90 290 1290 1290 1290 180 181 QXAAAA LMDAAA VVVVxx -297 2352 1 1 7 17 97 297 297 297 297 194 195 LLAAAA MMDAAA AAAAxx -4145 2353 1 1 5 5 45 145 145 4145 4145 90 91 LDAAAA NMDAAA HHHHxx -863 2354 1 3 3 3 63 863 863 863 863 126 127 FHAAAA OMDAAA OOOOxx -3423 2355 1 3 3 3 23 423 1423 3423 3423 46 47 RBAAAA PMDAAA VVVVxx -8750 2356 0 2 0 10 50 750 750 3750 8750 100 101 OYAAAA QMDAAA AAAAxx -3546 2357 0 2 6 6 46 546 1546 3546 3546 92 93 KGAAAA RMDAAA HHHHxx -3678 2358 0 2 8 18 78 678 1678 3678 3678 156 157 MLAAAA SMDAAA OOOOxx -5313 2359 1 1 3 13 13 313 1313 313 5313 26 27 JWAAAA TMDAAA VVVVxx -6233 2360 1 1 3 13 33 233 233 1233 6233 66 67 TFAAAA UMDAAA AAAAxx -5802 2361 0 2 2 2 2 802 1802 802 5802 4 5 EPAAAA VMDAAA HHHHxx -7059 2362 1 3 9 19 59 59 1059 2059 7059 118 119 NLAAAA WMDAAA OOOOxx -6481 2363 1 1 1 1 81 481 481 1481 6481 162 163 HPAAAA XMDAAA VVVVxx -1596 2364 0 0 6 16 96 596 1596 1596 1596 192 193 KJAAAA YMDAAA AAAAxx -8181 2365 1 1 1 1 81 181 181 3181 8181 162 163 RCAAAA ZMDAAA HHHHxx -5368 2366 0 0 8 8 68 368 1368 368 5368 136 137 MYAAAA ANDAAA OOOOxx -9416 2367 0 0 6 16 16 416 1416 4416 9416 32 33 EYAAAA BNDAAA VVVVxx -9521 2368 1 1 1 1 21 521 1521 4521 9521 42 43 FCAAAA CNDAAA AAAAxx -1042 2369 0 2 2 2 42 42 1042 1042 1042 84 85 COAAAA DNDAAA HHHHxx -4503 2370 1 3 3 3 3 503 503 4503 4503 6 7 FRAAAA ENDAAA OOOOxx -3023 2371 1 3 3 3 23 23 1023 3023 3023 46 47 HMAAAA FNDAAA VVVVxx -1976 2372 0 0 6 16 76 976 1976 1976 1976 152 153 AYAAAA GNDAAA AAAAxx -5610 2373 0 2 0 10 10 610 1610 610 5610 20 21 UHAAAA HNDAAA HHHHxx -7410 2374 0 2 0 10 10 410 1410 2410 7410 20 21 AZAAAA INDAAA OOOOxx -7872 2375 0 0 2 12 72 872 1872 2872 7872 144 145 UQAAAA JNDAAA VVVVxx -8591 2376 1 3 1 11 91 591 591 3591 8591 182 183 LSAAAA KNDAAA AAAAxx -1804 2377 0 0 4 4 4 804 1804 1804 1804 8 9 KRAAAA LNDAAA HHHHxx -5299 2378 1 3 9 19 99 299 1299 299 5299 198 199 VVAAAA MNDAAA OOOOxx -4695 2379 1 3 5 15 95 695 695 4695 4695 190 191 PYAAAA NNDAAA VVVVxx -2672 2380 0 0 2 12 72 672 672 2672 2672 144 145 UYAAAA ONDAAA AAAAxx -585 2381 1 1 5 5 85 585 585 585 585 170 171 NWAAAA PNDAAA HHHHxx -8622 2382 0 2 2 2 22 622 622 3622 8622 44 45 QTAAAA QNDAAA OOOOxx -3780 2383 0 0 0 0 80 780 1780 3780 3780 160 161 KPAAAA RNDAAA VVVVxx -7941 2384 1 1 1 1 41 941 1941 2941 7941 82 83 LTAAAA SNDAAA AAAAxx -3305 2385 1 1 5 5 5 305 1305 3305 3305 10 11 DXAAAA TNDAAA HHHHxx -8653 2386 1 1 3 13 53 653 653 3653 8653 106 107 VUAAAA UNDAAA OOOOxx -5756 2387 0 0 6 16 56 756 1756 756 5756 112 113 KNAAAA VNDAAA VVVVxx -576 2388 0 0 6 16 76 576 576 576 576 152 153 EWAAAA WNDAAA AAAAxx -1915 2389 1 3 5 15 15 915 1915 1915 1915 30 31 RVAAAA XNDAAA HHHHxx -4627 2390 1 3 7 7 27 627 627 4627 4627 54 55 ZVAAAA YNDAAA OOOOxx -920 2391 0 0 0 0 20 920 920 920 920 40 41 KJAAAA ZNDAAA VVVVxx -2537 2392 1 1 7 17 37 537 537 2537 2537 74 75 PTAAAA AODAAA AAAAxx -50 2393 0 2 0 10 50 50 50 50 50 100 101 YBAAAA BODAAA HHHHxx -1313 2394 1 1 3 13 13 313 1313 1313 1313 26 27 NYAAAA CODAAA OOOOxx -8542 2395 0 2 2 2 42 542 542 3542 8542 84 85 OQAAAA DODAAA VVVVxx -6428 2396 0 0 8 8 28 428 428 1428 6428 56 57 GNAAAA EODAAA AAAAxx -4351 2397 1 3 1 11 51 351 351 4351 4351 102 103 JLAAAA FODAAA HHHHxx -2050 2398 0 2 0 10 50 50 50 2050 2050 100 101 WAAAAA GODAAA OOOOxx -5162 2399 0 2 2 2 62 162 1162 162 5162 124 125 OQAAAA HODAAA VVVVxx -8229 2400 1 1 9 9 29 229 229 3229 8229 58 59 NEAAAA IODAAA AAAAxx -7782 2401 0 2 2 2 82 782 1782 2782 7782 164 165 INAAAA JODAAA HHHHxx -1563 2402 1 3 3 3 63 563 1563 1563 1563 126 127 DIAAAA KODAAA OOOOxx -267 2403 1 3 7 7 67 267 267 267 267 134 135 HKAAAA LODAAA VVVVxx -5138 2404 0 2 8 18 38 138 1138 138 5138 76 77 QPAAAA MODAAA AAAAxx -7022 2405 0 2 2 2 22 22 1022 2022 7022 44 45 CKAAAA NODAAA HHHHxx -6705 2406 1 1 5 5 5 705 705 1705 6705 10 11 XXAAAA OODAAA OOOOxx -6190 2407 0 2 0 10 90 190 190 1190 6190 180 181 CEAAAA PODAAA VVVVxx -8226 2408 0 2 6 6 26 226 226 3226 8226 52 53 KEAAAA QODAAA AAAAxx -8882 2409 0 2 2 2 82 882 882 3882 8882 164 165 QDAAAA RODAAA HHHHxx -5181 2410 1 1 1 1 81 181 1181 181 5181 162 163 HRAAAA SODAAA OOOOxx -4598 2411 0 2 8 18 98 598 598 4598 4598 196 197 WUAAAA TODAAA VVVVxx -4882 2412 0 2 2 2 82 882 882 4882 4882 164 165 UFAAAA UODAAA AAAAxx -7490 2413 0 2 0 10 90 490 1490 2490 7490 180 181 CCAAAA VODAAA HHHHxx -5224 2414 0 0 4 4 24 224 1224 224 5224 48 49 YSAAAA WODAAA OOOOxx -2174 2415 0 2 4 14 74 174 174 2174 2174 148 149 QFAAAA XODAAA VVVVxx -3059 2416 1 3 9 19 59 59 1059 3059 3059 118 119 RNAAAA YODAAA AAAAxx -8790 2417 0 2 0 10 90 790 790 3790 8790 180 181 CAAAAA ZODAAA HHHHxx -2222 2418 0 2 2 2 22 222 222 2222 2222 44 45 MHAAAA APDAAA OOOOxx -5473 2419 1 1 3 13 73 473 1473 473 5473 146 147 NCAAAA BPDAAA VVVVxx -937 2420 1 1 7 17 37 937 937 937 937 74 75 BKAAAA CPDAAA AAAAxx -2975 2421 1 3 5 15 75 975 975 2975 2975 150 151 LKAAAA DPDAAA HHHHxx -9569 2422 1 1 9 9 69 569 1569 4569 9569 138 139 BEAAAA EPDAAA OOOOxx -3456 2423 0 0 6 16 56 456 1456 3456 3456 112 113 YCAAAA FPDAAA VVVVxx -6657 2424 1 1 7 17 57 657 657 1657 6657 114 115 BWAAAA GPDAAA AAAAxx -3776 2425 0 0 6 16 76 776 1776 3776 3776 152 153 GPAAAA HPDAAA HHHHxx -6072 2426 0 0 2 12 72 72 72 1072 6072 144 145 OZAAAA IPDAAA OOOOxx -8129 2427 1 1 9 9 29 129 129 3129 8129 58 59 RAAAAA JPDAAA VVVVxx -1085 2428 1 1 5 5 85 85 1085 1085 1085 170 171 TPAAAA KPDAAA AAAAxx -2079 2429 1 3 9 19 79 79 79 2079 2079 158 159 ZBAAAA LPDAAA HHHHxx -1200 2430 0 0 0 0 0 200 1200 1200 1200 0 1 EUAAAA MPDAAA OOOOxx -3276 2431 0 0 6 16 76 276 1276 3276 3276 152 153 AWAAAA NPDAAA VVVVxx -2608 2432 0 0 8 8 8 608 608 2608 2608 16 17 IWAAAA OPDAAA AAAAxx -702 2433 0 2 2 2 2 702 702 702 702 4 5 ABAAAA PPDAAA HHHHxx -5750 2434 0 2 0 10 50 750 1750 750 5750 100 101 ENAAAA QPDAAA OOOOxx -2776 2435 0 0 6 16 76 776 776 2776 2776 152 153 UCAAAA RPDAAA VVVVxx -9151 2436 1 3 1 11 51 151 1151 4151 9151 102 103 ZNAAAA SPDAAA AAAAxx -3282 2437 0 2 2 2 82 282 1282 3282 3282 164 165 GWAAAA TPDAAA HHHHxx -408 2438 0 0 8 8 8 408 408 408 408 16 17 SPAAAA UPDAAA OOOOxx -3473 2439 1 1 3 13 73 473 1473 3473 3473 146 147 PDAAAA VPDAAA VVVVxx -7095 2440 1 3 5 15 95 95 1095 2095 7095 190 191 XMAAAA WPDAAA AAAAxx -3288 2441 0 0 8 8 88 288 1288 3288 3288 176 177 MWAAAA XPDAAA HHHHxx -8215 2442 1 3 5 15 15 215 215 3215 8215 30 31 ZDAAAA YPDAAA OOOOxx -6244 2443 0 0 4 4 44 244 244 1244 6244 88 89 EGAAAA ZPDAAA VVVVxx -8440 2444 0 0 0 0 40 440 440 3440 8440 80 81 QMAAAA AQDAAA AAAAxx -3800 2445 0 0 0 0 0 800 1800 3800 3800 0 1 EQAAAA BQDAAA HHHHxx -7279 2446 1 3 9 19 79 279 1279 2279 7279 158 159 ZTAAAA CQDAAA OOOOxx -9206 2447 0 2 6 6 6 206 1206 4206 9206 12 13 CQAAAA DQDAAA VVVVxx -6465 2448 1 1 5 5 65 465 465 1465 6465 130 131 ROAAAA EQDAAA AAAAxx -4127 2449 1 3 7 7 27 127 127 4127 4127 54 55 TCAAAA FQDAAA HHHHxx -7463 2450 1 3 3 3 63 463 1463 2463 7463 126 127 BBAAAA GQDAAA OOOOxx -5117 2451 1 1 7 17 17 117 1117 117 5117 34 35 VOAAAA HQDAAA VVVVxx -4715 2452 1 3 5 15 15 715 715 4715 4715 30 31 JZAAAA IQDAAA AAAAxx -2010 2453 0 2 0 10 10 10 10 2010 2010 20 21 IZAAAA JQDAAA HHHHxx -6486 2454 0 2 6 6 86 486 486 1486 6486 172 173 MPAAAA KQDAAA OOOOxx -6434 2455 0 2 4 14 34 434 434 1434 6434 68 69 MNAAAA LQDAAA VVVVxx -2151 2456 1 3 1 11 51 151 151 2151 2151 102 103 TEAAAA MQDAAA AAAAxx -4821 2457 1 1 1 1 21 821 821 4821 4821 42 43 LDAAAA NQDAAA HHHHxx -6507 2458 1 3 7 7 7 507 507 1507 6507 14 15 HQAAAA OQDAAA OOOOxx -8741 2459 1 1 1 1 41 741 741 3741 8741 82 83 FYAAAA PQDAAA VVVVxx -6846 2460 0 2 6 6 46 846 846 1846 6846 92 93 IDAAAA QQDAAA AAAAxx -4525 2461 1 1 5 5 25 525 525 4525 4525 50 51 BSAAAA RQDAAA HHHHxx -8299 2462 1 3 9 19 99 299 299 3299 8299 198 199 FHAAAA SQDAAA OOOOxx -5465 2463 1 1 5 5 65 465 1465 465 5465 130 131 FCAAAA TQDAAA VVVVxx -7206 2464 0 2 6 6 6 206 1206 2206 7206 12 13 ERAAAA UQDAAA AAAAxx -2616 2465 0 0 6 16 16 616 616 2616 2616 32 33 QWAAAA VQDAAA HHHHxx -4440 2466 0 0 0 0 40 440 440 4440 4440 80 81 UOAAAA WQDAAA OOOOxx -6109 2467 1 1 9 9 9 109 109 1109 6109 18 19 ZAAAAA XQDAAA VVVVxx -7905 2468 1 1 5 5 5 905 1905 2905 7905 10 11 BSAAAA YQDAAA AAAAxx -6498 2469 0 2 8 18 98 498 498 1498 6498 196 197 YPAAAA ZQDAAA HHHHxx -2034 2470 0 2 4 14 34 34 34 2034 2034 68 69 GAAAAA ARDAAA OOOOxx -7693 2471 1 1 3 13 93 693 1693 2693 7693 186 187 XJAAAA BRDAAA VVVVxx -7511 2472 1 3 1 11 11 511 1511 2511 7511 22 23 XCAAAA CRDAAA AAAAxx -7531 2473 1 3 1 11 31 531 1531 2531 7531 62 63 RDAAAA DRDAAA HHHHxx -6869 2474 1 1 9 9 69 869 869 1869 6869 138 139 FEAAAA ERDAAA OOOOxx -2763 2475 1 3 3 3 63 763 763 2763 2763 126 127 HCAAAA FRDAAA VVVVxx -575 2476 1 3 5 15 75 575 575 575 575 150 151 DWAAAA GRDAAA AAAAxx -8953 2477 1 1 3 13 53 953 953 3953 8953 106 107 JGAAAA HRDAAA HHHHxx -5833 2478 1 1 3 13 33 833 1833 833 5833 66 67 JQAAAA IRDAAA OOOOxx -9035 2479 1 3 5 15 35 35 1035 4035 9035 70 71 NJAAAA JRDAAA VVVVxx -9123 2480 1 3 3 3 23 123 1123 4123 9123 46 47 XMAAAA KRDAAA AAAAxx -206 2481 0 2 6 6 6 206 206 206 206 12 13 YHAAAA LRDAAA HHHHxx -4155 2482 1 3 5 15 55 155 155 4155 4155 110 111 VDAAAA MRDAAA OOOOxx -532 2483 0 0 2 12 32 532 532 532 532 64 65 MUAAAA NRDAAA VVVVxx -1370 2484 0 2 0 10 70 370 1370 1370 1370 140 141 SAAAAA ORDAAA AAAAxx -7656 2485 0 0 6 16 56 656 1656 2656 7656 112 113 MIAAAA PRDAAA HHHHxx -7735 2486 1 3 5 15 35 735 1735 2735 7735 70 71 NLAAAA QRDAAA OOOOxx -2118 2487 0 2 8 18 18 118 118 2118 2118 36 37 MDAAAA RRDAAA VVVVxx -6914 2488 0 2 4 14 14 914 914 1914 6914 28 29 YFAAAA SRDAAA AAAAxx -6277 2489 1 1 7 17 77 277 277 1277 6277 154 155 LHAAAA TRDAAA HHHHxx -6347 2490 1 3 7 7 47 347 347 1347 6347 94 95 DKAAAA URDAAA OOOOxx -4030 2491 0 2 0 10 30 30 30 4030 4030 60 61 AZAAAA VRDAAA VVVVxx -9673 2492 1 1 3 13 73 673 1673 4673 9673 146 147 BIAAAA WRDAAA AAAAxx -2015 2493 1 3 5 15 15 15 15 2015 2015 30 31 NZAAAA XRDAAA HHHHxx -1317 2494 1 1 7 17 17 317 1317 1317 1317 34 35 RYAAAA YRDAAA OOOOxx -404 2495 0 0 4 4 4 404 404 404 404 8 9 OPAAAA ZRDAAA VVVVxx -1604 2496 0 0 4 4 4 604 1604 1604 1604 8 9 SJAAAA ASDAAA AAAAxx -1912 2497 0 0 2 12 12 912 1912 1912 1912 24 25 OVAAAA BSDAAA HHHHxx -5727 2498 1 3 7 7 27 727 1727 727 5727 54 55 HMAAAA CSDAAA OOOOxx -4538 2499 0 2 8 18 38 538 538 4538 4538 76 77 OSAAAA DSDAAA VVVVxx -6868 2500 0 0 8 8 68 868 868 1868 6868 136 137 EEAAAA ESDAAA AAAAxx -9801 2501 1 1 1 1 1 801 1801 4801 9801 2 3 ZMAAAA FSDAAA HHHHxx -1781 2502 1 1 1 1 81 781 1781 1781 1781 162 163 NQAAAA GSDAAA OOOOxx -7061 2503 1 1 1 1 61 61 1061 2061 7061 122 123 PLAAAA HSDAAA VVVVxx -2412 2504 0 0 2 12 12 412 412 2412 2412 24 25 UOAAAA ISDAAA AAAAxx -9191 2505 1 3 1 11 91 191 1191 4191 9191 182 183 NPAAAA JSDAAA HHHHxx -1958 2506 0 2 8 18 58 958 1958 1958 1958 116 117 IXAAAA KSDAAA OOOOxx -2203 2507 1 3 3 3 3 203 203 2203 2203 6 7 TGAAAA LSDAAA VVVVxx -9104 2508 0 0 4 4 4 104 1104 4104 9104 8 9 EMAAAA MSDAAA AAAAxx -3837 2509 1 1 7 17 37 837 1837 3837 3837 74 75 PRAAAA NSDAAA HHHHxx -7055 2510 1 3 5 15 55 55 1055 2055 7055 110 111 JLAAAA OSDAAA OOOOxx -4612 2511 0 0 2 12 12 612 612 4612 4612 24 25 KVAAAA PSDAAA VVVVxx -6420 2512 0 0 0 0 20 420 420 1420 6420 40 41 YMAAAA QSDAAA AAAAxx -613 2513 1 1 3 13 13 613 613 613 613 26 27 PXAAAA RSDAAA HHHHxx -1691 2514 1 3 1 11 91 691 1691 1691 1691 182 183 BNAAAA SSDAAA OOOOxx -33 2515 1 1 3 13 33 33 33 33 33 66 67 HBAAAA TSDAAA VVVVxx -875 2516 1 3 5 15 75 875 875 875 875 150 151 RHAAAA USDAAA AAAAxx -9030 2517 0 2 0 10 30 30 1030 4030 9030 60 61 IJAAAA VSDAAA HHHHxx -4285 2518 1 1 5 5 85 285 285 4285 4285 170 171 VIAAAA WSDAAA OOOOxx -6236 2519 0 0 6 16 36 236 236 1236 6236 72 73 WFAAAA XSDAAA VVVVxx -4702 2520 0 2 2 2 2 702 702 4702 4702 4 5 WYAAAA YSDAAA AAAAxx -3441 2521 1 1 1 1 41 441 1441 3441 3441 82 83 JCAAAA ZSDAAA HHHHxx -2150 2522 0 2 0 10 50 150 150 2150 2150 100 101 SEAAAA ATDAAA OOOOxx -1852 2523 0 0 2 12 52 852 1852 1852 1852 104 105 GTAAAA BTDAAA VVVVxx -7713 2524 1 1 3 13 13 713 1713 2713 7713 26 27 RKAAAA CTDAAA AAAAxx -6849 2525 1 1 9 9 49 849 849 1849 6849 98 99 LDAAAA DTDAAA HHHHxx -3425 2526 1 1 5 5 25 425 1425 3425 3425 50 51 TBAAAA ETDAAA OOOOxx -4681 2527 1 1 1 1 81 681 681 4681 4681 162 163 BYAAAA FTDAAA VVVVxx -1134 2528 0 2 4 14 34 134 1134 1134 1134 68 69 QRAAAA GTDAAA AAAAxx -7462 2529 0 2 2 2 62 462 1462 2462 7462 124 125 ABAAAA HTDAAA HHHHxx -2148 2530 0 0 8 8 48 148 148 2148 2148 96 97 QEAAAA ITDAAA OOOOxx -5921 2531 1 1 1 1 21 921 1921 921 5921 42 43 TTAAAA JTDAAA VVVVxx -118 2532 0 2 8 18 18 118 118 118 118 36 37 OEAAAA KTDAAA AAAAxx -3065 2533 1 1 5 5 65 65 1065 3065 3065 130 131 XNAAAA LTDAAA HHHHxx -6590 2534 0 2 0 10 90 590 590 1590 6590 180 181 MTAAAA MTDAAA OOOOxx -4993 2535 1 1 3 13 93 993 993 4993 4993 186 187 BKAAAA NTDAAA VVVVxx -6818 2536 0 2 8 18 18 818 818 1818 6818 36 37 GCAAAA OTDAAA AAAAxx -1449 2537 1 1 9 9 49 449 1449 1449 1449 98 99 TDAAAA PTDAAA HHHHxx -2039 2538 1 3 9 19 39 39 39 2039 2039 78 79 LAAAAA QTDAAA OOOOxx -2524 2539 0 0 4 4 24 524 524 2524 2524 48 49 CTAAAA RTDAAA VVVVxx -1481 2540 1 1 1 1 81 481 1481 1481 1481 162 163 ZEAAAA STDAAA AAAAxx -6984 2541 0 0 4 4 84 984 984 1984 6984 168 169 QIAAAA TTDAAA HHHHxx -3960 2542 0 0 0 0 60 960 1960 3960 3960 120 121 IWAAAA UTDAAA OOOOxx -1983 2543 1 3 3 3 83 983 1983 1983 1983 166 167 HYAAAA VTDAAA VVVVxx -6379 2544 1 3 9 19 79 379 379 1379 6379 158 159 JLAAAA WTDAAA AAAAxx -8975 2545 1 3 5 15 75 975 975 3975 8975 150 151 FHAAAA XTDAAA HHHHxx -1102 2546 0 2 2 2 2 102 1102 1102 1102 4 5 KQAAAA YTDAAA OOOOxx -2517 2547 1 1 7 17 17 517 517 2517 2517 34 35 VSAAAA ZTDAAA VVVVxx -712 2548 0 0 2 12 12 712 712 712 712 24 25 KBAAAA AUDAAA AAAAxx -5419 2549 1 3 9 19 19 419 1419 419 5419 38 39 LAAAAA BUDAAA HHHHxx -723 2550 1 3 3 3 23 723 723 723 723 46 47 VBAAAA CUDAAA OOOOxx -8057 2551 1 1 7 17 57 57 57 3057 8057 114 115 XXAAAA DUDAAA VVVVxx -7471 2552 1 3 1 11 71 471 1471 2471 7471 142 143 JBAAAA EUDAAA AAAAxx -8855 2553 1 3 5 15 55 855 855 3855 8855 110 111 PCAAAA FUDAAA HHHHxx -5074 2554 0 2 4 14 74 74 1074 74 5074 148 149 ENAAAA GUDAAA OOOOxx -7139 2555 1 3 9 19 39 139 1139 2139 7139 78 79 POAAAA HUDAAA VVVVxx -3833 2556 1 1 3 13 33 833 1833 3833 3833 66 67 LRAAAA IUDAAA AAAAxx -5186 2557 0 2 6 6 86 186 1186 186 5186 172 173 MRAAAA JUDAAA HHHHxx -9436 2558 0 0 6 16 36 436 1436 4436 9436 72 73 YYAAAA KUDAAA OOOOxx -8859 2559 1 3 9 19 59 859 859 3859 8859 118 119 TCAAAA LUDAAA VVVVxx -6943 2560 1 3 3 3 43 943 943 1943 6943 86 87 BHAAAA MUDAAA AAAAxx -2315 2561 1 3 5 15 15 315 315 2315 2315 30 31 BLAAAA NUDAAA HHHHxx -1394 2562 0 2 4 14 94 394 1394 1394 1394 188 189 QBAAAA OUDAAA OOOOxx -8863 2563 1 3 3 3 63 863 863 3863 8863 126 127 XCAAAA PUDAAA VVVVxx -8812 2564 0 0 2 12 12 812 812 3812 8812 24 25 YAAAAA QUDAAA AAAAxx -7498 2565 0 2 8 18 98 498 1498 2498 7498 196 197 KCAAAA RUDAAA HHHHxx -8962 2566 0 2 2 2 62 962 962 3962 8962 124 125 SGAAAA SUDAAA OOOOxx -2533 2567 1 1 3 13 33 533 533 2533 2533 66 67 LTAAAA TUDAAA VVVVxx -8188 2568 0 0 8 8 88 188 188 3188 8188 176 177 YCAAAA UUDAAA AAAAxx -6137 2569 1 1 7 17 37 137 137 1137 6137 74 75 BCAAAA VUDAAA HHHHxx -974 2570 0 2 4 14 74 974 974 974 974 148 149 MLAAAA WUDAAA OOOOxx -2751 2571 1 3 1 11 51 751 751 2751 2751 102 103 VBAAAA XUDAAA VVVVxx -4975 2572 1 3 5 15 75 975 975 4975 4975 150 151 JJAAAA YUDAAA AAAAxx -3411 2573 1 3 1 11 11 411 1411 3411 3411 22 23 FBAAAA ZUDAAA HHHHxx -3143 2574 1 3 3 3 43 143 1143 3143 3143 86 87 XQAAAA AVDAAA OOOOxx -8011 2575 1 3 1 11 11 11 11 3011 8011 22 23 DWAAAA BVDAAA VVVVxx -988 2576 0 0 8 8 88 988 988 988 988 176 177 AMAAAA CVDAAA AAAAxx -4289 2577 1 1 9 9 89 289 289 4289 4289 178 179 ZIAAAA DVDAAA HHHHxx -8105 2578 1 1 5 5 5 105 105 3105 8105 10 11 TZAAAA EVDAAA OOOOxx -9885 2579 1 1 5 5 85 885 1885 4885 9885 170 171 FQAAAA FVDAAA VVVVxx -1002 2580 0 2 2 2 2 2 1002 1002 1002 4 5 OMAAAA GVDAAA AAAAxx -5827 2581 1 3 7 7 27 827 1827 827 5827 54 55 DQAAAA HVDAAA HHHHxx -1228 2582 0 0 8 8 28 228 1228 1228 1228 56 57 GVAAAA IVDAAA OOOOxx -6352 2583 0 0 2 12 52 352 352 1352 6352 104 105 IKAAAA JVDAAA VVVVxx -8868 2584 0 0 8 8 68 868 868 3868 8868 136 137 CDAAAA KVDAAA AAAAxx -3643 2585 1 3 3 3 43 643 1643 3643 3643 86 87 DKAAAA LVDAAA HHHHxx -1468 2586 0 0 8 8 68 468 1468 1468 1468 136 137 MEAAAA MVDAAA OOOOxx -8415 2587 1 3 5 15 15 415 415 3415 8415 30 31 RLAAAA NVDAAA VVVVxx -9631 2588 1 3 1 11 31 631 1631 4631 9631 62 63 LGAAAA OVDAAA AAAAxx -7408 2589 0 0 8 8 8 408 1408 2408 7408 16 17 YYAAAA PVDAAA HHHHxx -1934 2590 0 2 4 14 34 934 1934 1934 1934 68 69 KWAAAA QVDAAA OOOOxx -996 2591 0 0 6 16 96 996 996 996 996 192 193 IMAAAA RVDAAA VVVVxx -8027 2592 1 3 7 7 27 27 27 3027 8027 54 55 TWAAAA SVDAAA AAAAxx -8464 2593 0 0 4 4 64 464 464 3464 8464 128 129 ONAAAA TVDAAA HHHHxx -5007 2594 1 3 7 7 7 7 1007 7 5007 14 15 PKAAAA UVDAAA OOOOxx -8356 2595 0 0 6 16 56 356 356 3356 8356 112 113 KJAAAA VVDAAA VVVVxx -4579 2596 1 3 9 19 79 579 579 4579 4579 158 159 DUAAAA WVDAAA AAAAxx -8513 2597 1 1 3 13 13 513 513 3513 8513 26 27 LPAAAA XVDAAA HHHHxx -383 2598 1 3 3 3 83 383 383 383 383 166 167 TOAAAA YVDAAA OOOOxx -9304 2599 0 0 4 4 4 304 1304 4304 9304 8 9 WTAAAA ZVDAAA VVVVxx -7224 2600 0 0 4 4 24 224 1224 2224 7224 48 49 WRAAAA AWDAAA AAAAxx -6023 2601 1 3 3 3 23 23 23 1023 6023 46 47 RXAAAA BWDAAA HHHHxx -2746 2602 0 2 6 6 46 746 746 2746 2746 92 93 QBAAAA CWDAAA OOOOxx -137 2603 1 1 7 17 37 137 137 137 137 74 75 HFAAAA DWDAAA VVVVxx -9441 2604 1 1 1 1 41 441 1441 4441 9441 82 83 DZAAAA EWDAAA AAAAxx -3690 2605 0 2 0 10 90 690 1690 3690 3690 180 181 YLAAAA FWDAAA HHHHxx -913 2606 1 1 3 13 13 913 913 913 913 26 27 DJAAAA GWDAAA OOOOxx -1768 2607 0 0 8 8 68 768 1768 1768 1768 136 137 AQAAAA HWDAAA VVVVxx -8492 2608 0 0 2 12 92 492 492 3492 8492 184 185 QOAAAA IWDAAA AAAAxx -8083 2609 1 3 3 3 83 83 83 3083 8083 166 167 XYAAAA JWDAAA HHHHxx -4609 2610 1 1 9 9 9 609 609 4609 4609 18 19 HVAAAA KWDAAA OOOOxx -7520 2611 0 0 0 0 20 520 1520 2520 7520 40 41 GDAAAA LWDAAA VVVVxx -4231 2612 1 3 1 11 31 231 231 4231 4231 62 63 TGAAAA MWDAAA AAAAxx -6022 2613 0 2 2 2 22 22 22 1022 6022 44 45 QXAAAA NWDAAA HHHHxx -9784 2614 0 0 4 4 84 784 1784 4784 9784 168 169 IMAAAA OWDAAA OOOOxx -1343 2615 1 3 3 3 43 343 1343 1343 1343 86 87 RZAAAA PWDAAA VVVVxx -7549 2616 1 1 9 9 49 549 1549 2549 7549 98 99 JEAAAA QWDAAA AAAAxx -269 2617 1 1 9 9 69 269 269 269 269 138 139 JKAAAA RWDAAA HHHHxx -1069 2618 1 1 9 9 69 69 1069 1069 1069 138 139 DPAAAA SWDAAA OOOOxx -4610 2619 0 2 0 10 10 610 610 4610 4610 20 21 IVAAAA TWDAAA VVVVxx -482 2620 0 2 2 2 82 482 482 482 482 164 165 OSAAAA UWDAAA AAAAxx -3025 2621 1 1 5 5 25 25 1025 3025 3025 50 51 JMAAAA VWDAAA HHHHxx -7914 2622 0 2 4 14 14 914 1914 2914 7914 28 29 KSAAAA WWDAAA OOOOxx -3198 2623 0 2 8 18 98 198 1198 3198 3198 196 197 ATAAAA XWDAAA VVVVxx -1187 2624 1 3 7 7 87 187 1187 1187 1187 174 175 RTAAAA YWDAAA AAAAxx -4707 2625 1 3 7 7 7 707 707 4707 4707 14 15 BZAAAA ZWDAAA HHHHxx -8279 2626 1 3 9 19 79 279 279 3279 8279 158 159 LGAAAA AXDAAA OOOOxx -6127 2627 1 3 7 7 27 127 127 1127 6127 54 55 RBAAAA BXDAAA VVVVxx -1305 2628 1 1 5 5 5 305 1305 1305 1305 10 11 FYAAAA CXDAAA AAAAxx -4804 2629 0 0 4 4 4 804 804 4804 4804 8 9 UCAAAA DXDAAA HHHHxx -6069 2630 1 1 9 9 69 69 69 1069 6069 138 139 LZAAAA EXDAAA OOOOxx -9229 2631 1 1 9 9 29 229 1229 4229 9229 58 59 ZQAAAA FXDAAA VVVVxx -4703 2632 1 3 3 3 3 703 703 4703 4703 6 7 XYAAAA GXDAAA AAAAxx -6410 2633 0 2 0 10 10 410 410 1410 6410 20 21 OMAAAA HXDAAA HHHHxx -944 2634 0 0 4 4 44 944 944 944 944 88 89 IKAAAA IXDAAA OOOOxx -3744 2635 0 0 4 4 44 744 1744 3744 3744 88 89 AOAAAA JXDAAA VVVVxx -1127 2636 1 3 7 7 27 127 1127 1127 1127 54 55 JRAAAA KXDAAA AAAAxx -6693 2637 1 1 3 13 93 693 693 1693 6693 186 187 LXAAAA LXDAAA HHHHxx -583 2638 1 3 3 3 83 583 583 583 583 166 167 LWAAAA MXDAAA OOOOxx -2684 2639 0 0 4 4 84 684 684 2684 2684 168 169 GZAAAA NXDAAA VVVVxx -6192 2640 0 0 2 12 92 192 192 1192 6192 184 185 EEAAAA OXDAAA AAAAxx -4157 2641 1 1 7 17 57 157 157 4157 4157 114 115 XDAAAA PXDAAA HHHHxx -6470 2642 0 2 0 10 70 470 470 1470 6470 140 141 WOAAAA QXDAAA OOOOxx -8965 2643 1 1 5 5 65 965 965 3965 8965 130 131 VGAAAA RXDAAA VVVVxx -1433 2644 1 1 3 13 33 433 1433 1433 1433 66 67 DDAAAA SXDAAA AAAAxx -4570 2645 0 2 0 10 70 570 570 4570 4570 140 141 UTAAAA TXDAAA HHHHxx -1806 2646 0 2 6 6 6 806 1806 1806 1806 12 13 MRAAAA UXDAAA OOOOxx -1230 2647 0 2 0 10 30 230 1230 1230 1230 60 61 IVAAAA VXDAAA VVVVxx -2283 2648 1 3 3 3 83 283 283 2283 2283 166 167 VJAAAA WXDAAA AAAAxx -6456 2649 0 0 6 16 56 456 456 1456 6456 112 113 IOAAAA XXDAAA HHHHxx -7427 2650 1 3 7 7 27 427 1427 2427 7427 54 55 RZAAAA YXDAAA OOOOxx -8310 2651 0 2 0 10 10 310 310 3310 8310 20 21 QHAAAA ZXDAAA VVVVxx -8103 2652 1 3 3 3 3 103 103 3103 8103 6 7 RZAAAA AYDAAA AAAAxx -3947 2653 1 3 7 7 47 947 1947 3947 3947 94 95 VVAAAA BYDAAA HHHHxx -3414 2654 0 2 4 14 14 414 1414 3414 3414 28 29 IBAAAA CYDAAA OOOOxx -2043 2655 1 3 3 3 43 43 43 2043 2043 86 87 PAAAAA DYDAAA VVVVxx -4393 2656 1 1 3 13 93 393 393 4393 4393 186 187 ZMAAAA EYDAAA AAAAxx -6664 2657 0 0 4 4 64 664 664 1664 6664 128 129 IWAAAA FYDAAA HHHHxx -4545 2658 1 1 5 5 45 545 545 4545 4545 90 91 VSAAAA GYDAAA OOOOxx -7637 2659 1 1 7 17 37 637 1637 2637 7637 74 75 THAAAA HYDAAA VVVVxx -1359 2660 1 3 9 19 59 359 1359 1359 1359 118 119 HAAAAA IYDAAA AAAAxx -5018 2661 0 2 8 18 18 18 1018 18 5018 36 37 ALAAAA JYDAAA HHHHxx -987 2662 1 3 7 7 87 987 987 987 987 174 175 ZLAAAA KYDAAA OOOOxx -1320 2663 0 0 0 0 20 320 1320 1320 1320 40 41 UYAAAA LYDAAA VVVVxx -9311 2664 1 3 1 11 11 311 1311 4311 9311 22 23 DUAAAA MYDAAA AAAAxx -7993 2665 1 1 3 13 93 993 1993 2993 7993 186 187 LVAAAA NYDAAA HHHHxx -7588 2666 0 0 8 8 88 588 1588 2588 7588 176 177 WFAAAA OYDAAA OOOOxx -5983 2667 1 3 3 3 83 983 1983 983 5983 166 167 DWAAAA PYDAAA VVVVxx -4070 2668 0 2 0 10 70 70 70 4070 4070 140 141 OAAAAA QYDAAA AAAAxx -8349 2669 1 1 9 9 49 349 349 3349 8349 98 99 DJAAAA RYDAAA HHHHxx -3810 2670 0 2 0 10 10 810 1810 3810 3810 20 21 OQAAAA SYDAAA OOOOxx -6948 2671 0 0 8 8 48 948 948 1948 6948 96 97 GHAAAA TYDAAA VVVVxx -7153 2672 1 1 3 13 53 153 1153 2153 7153 106 107 DPAAAA UYDAAA AAAAxx -5371 2673 1 3 1 11 71 371 1371 371 5371 142 143 PYAAAA VYDAAA HHHHxx -8316 2674 0 0 6 16 16 316 316 3316 8316 32 33 WHAAAA WYDAAA OOOOxx -5903 2675 1 3 3 3 3 903 1903 903 5903 6 7 BTAAAA XYDAAA VVVVxx -6718 2676 0 2 8 18 18 718 718 1718 6718 36 37 KYAAAA YYDAAA AAAAxx -4759 2677 1 3 9 19 59 759 759 4759 4759 118 119 BBAAAA ZYDAAA HHHHxx -2555 2678 1 3 5 15 55 555 555 2555 2555 110 111 HUAAAA AZDAAA OOOOxx -3457 2679 1 1 7 17 57 457 1457 3457 3457 114 115 ZCAAAA BZDAAA VVVVxx -9626 2680 0 2 6 6 26 626 1626 4626 9626 52 53 GGAAAA CZDAAA AAAAxx -2570 2681 0 2 0 10 70 570 570 2570 2570 140 141 WUAAAA DZDAAA HHHHxx -7964 2682 0 0 4 4 64 964 1964 2964 7964 128 129 IUAAAA EZDAAA OOOOxx -1543 2683 1 3 3 3 43 543 1543 1543 1543 86 87 JHAAAA FZDAAA VVVVxx -929 2684 1 1 9 9 29 929 929 929 929 58 59 TJAAAA GZDAAA AAAAxx -9244 2685 0 0 4 4 44 244 1244 4244 9244 88 89 ORAAAA HZDAAA HHHHxx -9210 2686 0 2 0 10 10 210 1210 4210 9210 20 21 GQAAAA IZDAAA OOOOxx -8334 2687 0 2 4 14 34 334 334 3334 8334 68 69 OIAAAA JZDAAA VVVVxx -9310 2688 0 2 0 10 10 310 1310 4310 9310 20 21 CUAAAA KZDAAA AAAAxx -5024 2689 0 0 4 4 24 24 1024 24 5024 48 49 GLAAAA LZDAAA HHHHxx -8794 2690 0 2 4 14 94 794 794 3794 8794 188 189 GAAAAA MZDAAA OOOOxx -4091 2691 1 3 1 11 91 91 91 4091 4091 182 183 JBAAAA NZDAAA VVVVxx -649 2692 1 1 9 9 49 649 649 649 649 98 99 ZYAAAA OZDAAA AAAAxx -8505 2693 1 1 5 5 5 505 505 3505 8505 10 11 DPAAAA PZDAAA HHHHxx -6652 2694 0 0 2 12 52 652 652 1652 6652 104 105 WVAAAA QZDAAA OOOOxx -8945 2695 1 1 5 5 45 945 945 3945 8945 90 91 BGAAAA RZDAAA VVVVxx -2095 2696 1 3 5 15 95 95 95 2095 2095 190 191 PCAAAA SZDAAA AAAAxx -8676 2697 0 0 6 16 76 676 676 3676 8676 152 153 SVAAAA TZDAAA HHHHxx -3994 2698 0 2 4 14 94 994 1994 3994 3994 188 189 QXAAAA UZDAAA OOOOxx -2859 2699 1 3 9 19 59 859 859 2859 2859 118 119 ZFAAAA VZDAAA VVVVxx -5403 2700 1 3 3 3 3 403 1403 403 5403 6 7 VZAAAA WZDAAA AAAAxx -3254 2701 0 2 4 14 54 254 1254 3254 3254 108 109 EVAAAA XZDAAA HHHHxx -7339 2702 1 3 9 19 39 339 1339 2339 7339 78 79 HWAAAA YZDAAA OOOOxx -7220 2703 0 0 0 0 20 220 1220 2220 7220 40 41 SRAAAA ZZDAAA VVVVxx -4154 2704 0 2 4 14 54 154 154 4154 4154 108 109 UDAAAA AAEAAA AAAAxx -7570 2705 0 2 0 10 70 570 1570 2570 7570 140 141 EFAAAA BAEAAA HHHHxx -2576 2706 0 0 6 16 76 576 576 2576 2576 152 153 CVAAAA CAEAAA OOOOxx -5764 2707 0 0 4 4 64 764 1764 764 5764 128 129 SNAAAA DAEAAA VVVVxx -4314 2708 0 2 4 14 14 314 314 4314 4314 28 29 YJAAAA EAEAAA AAAAxx -2274 2709 0 2 4 14 74 274 274 2274 2274 148 149 MJAAAA FAEAAA HHHHxx -9756 2710 0 0 6 16 56 756 1756 4756 9756 112 113 GLAAAA GAEAAA OOOOxx -8274 2711 0 2 4 14 74 274 274 3274 8274 148 149 GGAAAA HAEAAA VVVVxx -1289 2712 1 1 9 9 89 289 1289 1289 1289 178 179 PXAAAA IAEAAA AAAAxx -7335 2713 1 3 5 15 35 335 1335 2335 7335 70 71 DWAAAA JAEAAA HHHHxx -5351 2714 1 3 1 11 51 351 1351 351 5351 102 103 VXAAAA KAEAAA OOOOxx -8978 2715 0 2 8 18 78 978 978 3978 8978 156 157 IHAAAA LAEAAA VVVVxx -2 2716 0 2 2 2 2 2 2 2 2 4 5 CAAAAA MAEAAA AAAAxx -8906 2717 0 2 6 6 6 906 906 3906 8906 12 13 OEAAAA NAEAAA HHHHxx -6388 2718 0 0 8 8 88 388 388 1388 6388 176 177 SLAAAA OAEAAA OOOOxx -5675 2719 1 3 5 15 75 675 1675 675 5675 150 151 HKAAAA PAEAAA VVVVxx -255 2720 1 3 5 15 55 255 255 255 255 110 111 VJAAAA QAEAAA AAAAxx -9538 2721 0 2 8 18 38 538 1538 4538 9538 76 77 WCAAAA RAEAAA HHHHxx -1480 2722 0 0 0 0 80 480 1480 1480 1480 160 161 YEAAAA SAEAAA OOOOxx -4015 2723 1 3 5 15 15 15 15 4015 4015 30 31 LYAAAA TAEAAA VVVVxx -5166 2724 0 2 6 6 66 166 1166 166 5166 132 133 SQAAAA UAEAAA AAAAxx -91 2725 1 3 1 11 91 91 91 91 91 182 183 NDAAAA VAEAAA HHHHxx -2958 2726 0 2 8 18 58 958 958 2958 2958 116 117 UJAAAA WAEAAA OOOOxx -9131 2727 1 3 1 11 31 131 1131 4131 9131 62 63 FNAAAA XAEAAA VVVVxx -3944 2728 0 0 4 4 44 944 1944 3944 3944 88 89 SVAAAA YAEAAA AAAAxx -4514 2729 0 2 4 14 14 514 514 4514 4514 28 29 QRAAAA ZAEAAA HHHHxx -5661 2730 1 1 1 1 61 661 1661 661 5661 122 123 TJAAAA ABEAAA OOOOxx -8724 2731 0 0 4 4 24 724 724 3724 8724 48 49 OXAAAA BBEAAA VVVVxx -6408 2732 0 0 8 8 8 408 408 1408 6408 16 17 MMAAAA CBEAAA AAAAxx -5013 2733 1 1 3 13 13 13 1013 13 5013 26 27 VKAAAA DBEAAA HHHHxx -6156 2734 0 0 6 16 56 156 156 1156 6156 112 113 UCAAAA EBEAAA OOOOxx -7350 2735 0 2 0 10 50 350 1350 2350 7350 100 101 SWAAAA FBEAAA VVVVxx -9858 2736 0 2 8 18 58 858 1858 4858 9858 116 117 EPAAAA GBEAAA AAAAxx -895 2737 1 3 5 15 95 895 895 895 895 190 191 LIAAAA HBEAAA HHHHxx -8368 2738 0 0 8 8 68 368 368 3368 8368 136 137 WJAAAA IBEAAA OOOOxx -179 2739 1 3 9 19 79 179 179 179 179 158 159 XGAAAA JBEAAA VVVVxx -4048 2740 0 0 8 8 48 48 48 4048 4048 96 97 SZAAAA KBEAAA AAAAxx -3073 2741 1 1 3 13 73 73 1073 3073 3073 146 147 FOAAAA LBEAAA HHHHxx -321 2742 1 1 1 1 21 321 321 321 321 42 43 JMAAAA MBEAAA OOOOxx -5352 2743 0 0 2 12 52 352 1352 352 5352 104 105 WXAAAA NBEAAA VVVVxx -1940 2744 0 0 0 0 40 940 1940 1940 1940 80 81 QWAAAA OBEAAA AAAAxx -8803 2745 1 3 3 3 3 803 803 3803 8803 6 7 PAAAAA PBEAAA HHHHxx -791 2746 1 3 1 11 91 791 791 791 791 182 183 LEAAAA QBEAAA OOOOxx -9809 2747 1 1 9 9 9 809 1809 4809 9809 18 19 HNAAAA RBEAAA VVVVxx -5519 2748 1 3 9 19 19 519 1519 519 5519 38 39 HEAAAA SBEAAA AAAAxx -7420 2749 0 0 0 0 20 420 1420 2420 7420 40 41 KZAAAA TBEAAA HHHHxx -7541 2750 1 1 1 1 41 541 1541 2541 7541 82 83 BEAAAA UBEAAA OOOOxx -6538 2751 0 2 8 18 38 538 538 1538 6538 76 77 MRAAAA VBEAAA VVVVxx -710 2752 0 2 0 10 10 710 710 710 710 20 21 IBAAAA WBEAAA AAAAxx -9488 2753 0 0 8 8 88 488 1488 4488 9488 176 177 YAAAAA XBEAAA HHHHxx -3135 2754 1 3 5 15 35 135 1135 3135 3135 70 71 PQAAAA YBEAAA OOOOxx -4273 2755 1 1 3 13 73 273 273 4273 4273 146 147 JIAAAA ZBEAAA VVVVxx -629 2756 1 1 9 9 29 629 629 629 629 58 59 FYAAAA ACEAAA AAAAxx -9167 2757 1 3 7 7 67 167 1167 4167 9167 134 135 POAAAA BCEAAA HHHHxx -751 2758 1 3 1 11 51 751 751 751 751 102 103 XCAAAA CCEAAA OOOOxx -1126 2759 0 2 6 6 26 126 1126 1126 1126 52 53 IRAAAA DCEAAA VVVVxx -3724 2760 0 0 4 4 24 724 1724 3724 3724 48 49 GNAAAA ECEAAA AAAAxx -1789 2761 1 1 9 9 89 789 1789 1789 1789 178 179 VQAAAA FCEAAA HHHHxx -792 2762 0 0 2 12 92 792 792 792 792 184 185 MEAAAA GCEAAA OOOOxx -2771 2763 1 3 1 11 71 771 771 2771 2771 142 143 PCAAAA HCEAAA VVVVxx -4313 2764 1 1 3 13 13 313 313 4313 4313 26 27 XJAAAA ICEAAA AAAAxx -9312 2765 0 0 2 12 12 312 1312 4312 9312 24 25 EUAAAA JCEAAA HHHHxx -955 2766 1 3 5 15 55 955 955 955 955 110 111 TKAAAA KCEAAA OOOOxx -6382 2767 0 2 2 2 82 382 382 1382 6382 164 165 MLAAAA LCEAAA VVVVxx -7875 2768 1 3 5 15 75 875 1875 2875 7875 150 151 XQAAAA MCEAAA AAAAxx -7491 2769 1 3 1 11 91 491 1491 2491 7491 182 183 DCAAAA NCEAAA HHHHxx -8193 2770 1 1 3 13 93 193 193 3193 8193 186 187 DDAAAA OCEAAA OOOOxx -968 2771 0 0 8 8 68 968 968 968 968 136 137 GLAAAA PCEAAA VVVVxx -4951 2772 1 3 1 11 51 951 951 4951 4951 102 103 LIAAAA QCEAAA AAAAxx -2204 2773 0 0 4 4 4 204 204 2204 2204 8 9 UGAAAA RCEAAA HHHHxx -2066 2774 0 2 6 6 66 66 66 2066 2066 132 133 MBAAAA SCEAAA OOOOxx -2631 2775 1 3 1 11 31 631 631 2631 2631 62 63 FXAAAA TCEAAA VVVVxx -8947 2776 1 3 7 7 47 947 947 3947 8947 94 95 DGAAAA UCEAAA AAAAxx -8033 2777 1 1 3 13 33 33 33 3033 8033 66 67 ZWAAAA VCEAAA HHHHxx -6264 2778 0 0 4 4 64 264 264 1264 6264 128 129 YGAAAA WCEAAA OOOOxx -7778 2779 0 2 8 18 78 778 1778 2778 7778 156 157 ENAAAA XCEAAA VVVVxx -9701 2780 1 1 1 1 1 701 1701 4701 9701 2 3 DJAAAA YCEAAA AAAAxx -5091 2781 1 3 1 11 91 91 1091 91 5091 182 183 VNAAAA ZCEAAA HHHHxx -7577 2782 1 1 7 17 77 577 1577 2577 7577 154 155 LFAAAA ADEAAA OOOOxx -3345 2783 1 1 5 5 45 345 1345 3345 3345 90 91 RYAAAA BDEAAA VVVVxx -7329 2784 1 1 9 9 29 329 1329 2329 7329 58 59 XVAAAA CDEAAA AAAAxx -7551 2785 1 3 1 11 51 551 1551 2551 7551 102 103 LEAAAA DDEAAA HHHHxx -6207 2786 1 3 7 7 7 207 207 1207 6207 14 15 TEAAAA EDEAAA OOOOxx -8664 2787 0 0 4 4 64 664 664 3664 8664 128 129 GVAAAA FDEAAA VVVVxx -8394 2788 0 2 4 14 94 394 394 3394 8394 188 189 WKAAAA GDEAAA AAAAxx -7324 2789 0 0 4 4 24 324 1324 2324 7324 48 49 SVAAAA HDEAAA HHHHxx -2713 2790 1 1 3 13 13 713 713 2713 2713 26 27 JAAAAA IDEAAA OOOOxx -2230 2791 0 2 0 10 30 230 230 2230 2230 60 61 UHAAAA JDEAAA VVVVxx -9211 2792 1 3 1 11 11 211 1211 4211 9211 22 23 HQAAAA KDEAAA AAAAxx -1296 2793 0 0 6 16 96 296 1296 1296 1296 192 193 WXAAAA LDEAAA HHHHxx -8104 2794 0 0 4 4 4 104 104 3104 8104 8 9 SZAAAA MDEAAA OOOOxx -6916 2795 0 0 6 16 16 916 916 1916 6916 32 33 AGAAAA NDEAAA VVVVxx -2208 2796 0 0 8 8 8 208 208 2208 2208 16 17 YGAAAA ODEAAA AAAAxx -3935 2797 1 3 5 15 35 935 1935 3935 3935 70 71 JVAAAA PDEAAA HHHHxx -7814 2798 0 2 4 14 14 814 1814 2814 7814 28 29 OOAAAA QDEAAA OOOOxx -6508 2799 0 0 8 8 8 508 508 1508 6508 16 17 IQAAAA RDEAAA VVVVxx -1703 2800 1 3 3 3 3 703 1703 1703 1703 6 7 NNAAAA SDEAAA AAAAxx -5640 2801 0 0 0 0 40 640 1640 640 5640 80 81 YIAAAA TDEAAA HHHHxx -6417 2802 1 1 7 17 17 417 417 1417 6417 34 35 VMAAAA UDEAAA OOOOxx -1713 2803 1 1 3 13 13 713 1713 1713 1713 26 27 XNAAAA VDEAAA VVVVxx -5309 2804 1 1 9 9 9 309 1309 309 5309 18 19 FWAAAA WDEAAA AAAAxx -4364 2805 0 0 4 4 64 364 364 4364 4364 128 129 WLAAAA XDEAAA HHHHxx -619 2806 1 3 9 19 19 619 619 619 619 38 39 VXAAAA YDEAAA OOOOxx -9498 2807 0 2 8 18 98 498 1498 4498 9498 196 197 IBAAAA ZDEAAA VVVVxx -2804 2808 0 0 4 4 4 804 804 2804 2804 8 9 WDAAAA AEEAAA AAAAxx -2220 2809 0 0 0 0 20 220 220 2220 2220 40 41 KHAAAA BEEAAA HHHHxx -9542 2810 0 2 2 2 42 542 1542 4542 9542 84 85 ADAAAA CEEAAA OOOOxx -3349 2811 1 1 9 9 49 349 1349 3349 3349 98 99 VYAAAA DEEAAA VVVVxx -9198 2812 0 2 8 18 98 198 1198 4198 9198 196 197 UPAAAA EEEAAA AAAAxx -2727 2813 1 3 7 7 27 727 727 2727 2727 54 55 XAAAAA FEEAAA HHHHxx -3768 2814 0 0 8 8 68 768 1768 3768 3768 136 137 YOAAAA GEEAAA OOOOxx -2334 2815 0 2 4 14 34 334 334 2334 2334 68 69 ULAAAA HEEAAA VVVVxx -7770 2816 0 2 0 10 70 770 1770 2770 7770 140 141 WMAAAA IEEAAA AAAAxx -5963 2817 1 3 3 3 63 963 1963 963 5963 126 127 JVAAAA JEEAAA HHHHxx -4732 2818 0 0 2 12 32 732 732 4732 4732 64 65 AAAAAA KEEAAA OOOOxx -2448 2819 0 0 8 8 48 448 448 2448 2448 96 97 EQAAAA LEEAAA VVVVxx -5998 2820 0 2 8 18 98 998 1998 998 5998 196 197 SWAAAA MEEAAA AAAAxx -8577 2821 1 1 7 17 77 577 577 3577 8577 154 155 XRAAAA NEEAAA HHHHxx -266 2822 0 2 6 6 66 266 266 266 266 132 133 GKAAAA OEEAAA OOOOxx -2169 2823 1 1 9 9 69 169 169 2169 2169 138 139 LFAAAA PEEAAA VVVVxx -8228 2824 0 0 8 8 28 228 228 3228 8228 56 57 MEAAAA QEEAAA AAAAxx -4813 2825 1 1 3 13 13 813 813 4813 4813 26 27 DDAAAA REEAAA HHHHxx -2769 2826 1 1 9 9 69 769 769 2769 2769 138 139 NCAAAA SEEAAA OOOOxx -8382 2827 0 2 2 2 82 382 382 3382 8382 164 165 KKAAAA TEEAAA VVVVxx -1717 2828 1 1 7 17 17 717 1717 1717 1717 34 35 BOAAAA UEEAAA AAAAxx -7178 2829 0 2 8 18 78 178 1178 2178 7178 156 157 CQAAAA VEEAAA HHHHxx -9547 2830 1 3 7 7 47 547 1547 4547 9547 94 95 FDAAAA WEEAAA OOOOxx -8187 2831 1 3 7 7 87 187 187 3187 8187 174 175 XCAAAA XEEAAA VVVVxx -3168 2832 0 0 8 8 68 168 1168 3168 3168 136 137 WRAAAA YEEAAA AAAAxx -2180 2833 0 0 0 0 80 180 180 2180 2180 160 161 WFAAAA ZEEAAA HHHHxx -859 2834 1 3 9 19 59 859 859 859 859 118 119 BHAAAA AFEAAA OOOOxx -1554 2835 0 2 4 14 54 554 1554 1554 1554 108 109 UHAAAA BFEAAA VVVVxx -3567 2836 1 3 7 7 67 567 1567 3567 3567 134 135 FHAAAA CFEAAA AAAAxx -5985 2837 1 1 5 5 85 985 1985 985 5985 170 171 FWAAAA DFEAAA HHHHxx -1 2838 1 1 1 1 1 1 1 1 1 2 3 BAAAAA EFEAAA OOOOxx -5937 2839 1 1 7 17 37 937 1937 937 5937 74 75 JUAAAA FFEAAA VVVVxx -7594 2840 0 2 4 14 94 594 1594 2594 7594 188 189 CGAAAA GFEAAA AAAAxx -3783 2841 1 3 3 3 83 783 1783 3783 3783 166 167 NPAAAA HFEAAA HHHHxx -6841 2842 1 1 1 1 41 841 841 1841 6841 82 83 DDAAAA IFEAAA OOOOxx -9694 2843 0 2 4 14 94 694 1694 4694 9694 188 189 WIAAAA JFEAAA VVVVxx -4322 2844 0 2 2 2 22 322 322 4322 4322 44 45 GKAAAA KFEAAA AAAAxx -6012 2845 0 0 2 12 12 12 12 1012 6012 24 25 GXAAAA LFEAAA HHHHxx -108 2846 0 0 8 8 8 108 108 108 108 16 17 EEAAAA MFEAAA OOOOxx -3396 2847 0 0 6 16 96 396 1396 3396 3396 192 193 QAAAAA NFEAAA VVVVxx -8643 2848 1 3 3 3 43 643 643 3643 8643 86 87 LUAAAA OFEAAA AAAAxx -6087 2849 1 3 7 7 87 87 87 1087 6087 174 175 DAAAAA PFEAAA HHHHxx -2629 2850 1 1 9 9 29 629 629 2629 2629 58 59 DXAAAA QFEAAA OOOOxx -3009 2851 1 1 9 9 9 9 1009 3009 3009 18 19 TLAAAA RFEAAA VVVVxx -438 2852 0 2 8 18 38 438 438 438 438 76 77 WQAAAA SFEAAA AAAAxx -2480 2853 0 0 0 0 80 480 480 2480 2480 160 161 KRAAAA TFEAAA HHHHxx -936 2854 0 0 6 16 36 936 936 936 936 72 73 AKAAAA UFEAAA OOOOxx -6 2855 0 2 6 6 6 6 6 6 6 12 13 GAAAAA VFEAAA VVVVxx -768 2856 0 0 8 8 68 768 768 768 768 136 137 ODAAAA WFEAAA AAAAxx -1564 2857 0 0 4 4 64 564 1564 1564 1564 128 129 EIAAAA XFEAAA HHHHxx -3236 2858 0 0 6 16 36 236 1236 3236 3236 72 73 MUAAAA YFEAAA OOOOxx -3932 2859 0 0 2 12 32 932 1932 3932 3932 64 65 GVAAAA ZFEAAA VVVVxx -8914 2860 0 2 4 14 14 914 914 3914 8914 28 29 WEAAAA AGEAAA AAAAxx -119 2861 1 3 9 19 19 119 119 119 119 38 39 PEAAAA BGEAAA HHHHxx -6034 2862 0 2 4 14 34 34 34 1034 6034 68 69 CYAAAA CGEAAA OOOOxx -5384 2863 0 0 4 4 84 384 1384 384 5384 168 169 CZAAAA DGEAAA VVVVxx -6885 2864 1 1 5 5 85 885 885 1885 6885 170 171 VEAAAA EGEAAA AAAAxx -232 2865 0 0 2 12 32 232 232 232 232 64 65 YIAAAA FGEAAA HHHHxx -1293 2866 1 1 3 13 93 293 1293 1293 1293 186 187 TXAAAA GGEAAA OOOOxx -9204 2867 0 0 4 4 4 204 1204 4204 9204 8 9 AQAAAA HGEAAA VVVVxx -527 2868 1 3 7 7 27 527 527 527 527 54 55 HUAAAA IGEAAA AAAAxx -6539 2869 1 3 9 19 39 539 539 1539 6539 78 79 NRAAAA JGEAAA HHHHxx -3679 2870 1 3 9 19 79 679 1679 3679 3679 158 159 NLAAAA KGEAAA OOOOxx -8282 2871 0 2 2 2 82 282 282 3282 8282 164 165 OGAAAA LGEAAA VVVVxx -5027 2872 1 3 7 7 27 27 1027 27 5027 54 55 JLAAAA MGEAAA AAAAxx -7694 2873 0 2 4 14 94 694 1694 2694 7694 188 189 YJAAAA NGEAAA HHHHxx -473 2874 1 1 3 13 73 473 473 473 473 146 147 FSAAAA OGEAAA OOOOxx -6325 2875 1 1 5 5 25 325 325 1325 6325 50 51 HJAAAA PGEAAA VVVVxx -8761 2876 1 1 1 1 61 761 761 3761 8761 122 123 ZYAAAA QGEAAA AAAAxx -6184 2877 0 0 4 4 84 184 184 1184 6184 168 169 WDAAAA RGEAAA HHHHxx -419 2878 1 3 9 19 19 419 419 419 419 38 39 DQAAAA SGEAAA OOOOxx -6111 2879 1 3 1 11 11 111 111 1111 6111 22 23 BBAAAA TGEAAA VVVVxx -3836 2880 0 0 6 16 36 836 1836 3836 3836 72 73 ORAAAA UGEAAA AAAAxx -4086 2881 0 2 6 6 86 86 86 4086 4086 172 173 EBAAAA VGEAAA HHHHxx -5818 2882 0 2 8 18 18 818 1818 818 5818 36 37 UPAAAA WGEAAA OOOOxx -4528 2883 0 0 8 8 28 528 528 4528 4528 56 57 ESAAAA XGEAAA VVVVxx -7199 2884 1 3 9 19 99 199 1199 2199 7199 198 199 XQAAAA YGEAAA AAAAxx -1847 2885 1 3 7 7 47 847 1847 1847 1847 94 95 BTAAAA ZGEAAA HHHHxx -2875 2886 1 3 5 15 75 875 875 2875 2875 150 151 PGAAAA AHEAAA OOOOxx -2872 2887 0 0 2 12 72 872 872 2872 2872 144 145 MGAAAA BHEAAA VVVVxx -3972 2888 0 0 2 12 72 972 1972 3972 3972 144 145 UWAAAA CHEAAA AAAAxx -7590 2889 0 2 0 10 90 590 1590 2590 7590 180 181 YFAAAA DHEAAA HHHHxx -1914 2890 0 2 4 14 14 914 1914 1914 1914 28 29 QVAAAA EHEAAA OOOOxx -1658 2891 0 2 8 18 58 658 1658 1658 1658 116 117 ULAAAA FHEAAA VVVVxx -2126 2892 0 2 6 6 26 126 126 2126 2126 52 53 UDAAAA GHEAAA AAAAxx -645 2893 1 1 5 5 45 645 645 645 645 90 91 VYAAAA HHEAAA HHHHxx -6636 2894 0 0 6 16 36 636 636 1636 6636 72 73 GVAAAA IHEAAA OOOOxx -1469 2895 1 1 9 9 69 469 1469 1469 1469 138 139 NEAAAA JHEAAA VVVVxx -1377 2896 1 1 7 17 77 377 1377 1377 1377 154 155 ZAAAAA KHEAAA AAAAxx -8425 2897 1 1 5 5 25 425 425 3425 8425 50 51 BMAAAA LHEAAA HHHHxx -9300 2898 0 0 0 0 0 300 1300 4300 9300 0 1 STAAAA MHEAAA OOOOxx -5355 2899 1 3 5 15 55 355 1355 355 5355 110 111 ZXAAAA NHEAAA VVVVxx -840 2900 0 0 0 0 40 840 840 840 840 80 81 IGAAAA OHEAAA AAAAxx -5185 2901 1 1 5 5 85 185 1185 185 5185 170 171 LRAAAA PHEAAA HHHHxx -6467 2902 1 3 7 7 67 467 467 1467 6467 134 135 TOAAAA QHEAAA OOOOxx -58 2903 0 2 8 18 58 58 58 58 58 116 117 GCAAAA RHEAAA VVVVxx -5051 2904 1 3 1 11 51 51 1051 51 5051 102 103 HMAAAA SHEAAA AAAAxx -8901 2905 1 1 1 1 1 901 901 3901 8901 2 3 JEAAAA THEAAA HHHHxx -1550 2906 0 2 0 10 50 550 1550 1550 1550 100 101 QHAAAA UHEAAA OOOOxx -1698 2907 0 2 8 18 98 698 1698 1698 1698 196 197 INAAAA VHEAAA VVVVxx -802 2908 0 2 2 2 2 802 802 802 802 4 5 WEAAAA WHEAAA AAAAxx -2440 2909 0 0 0 0 40 440 440 2440 2440 80 81 WPAAAA XHEAAA HHHHxx -2260 2910 0 0 0 0 60 260 260 2260 2260 120 121 YIAAAA YHEAAA OOOOxx -8218 2911 0 2 8 18 18 218 218 3218 8218 36 37 CEAAAA ZHEAAA VVVVxx -5144 2912 0 0 4 4 44 144 1144 144 5144 88 89 WPAAAA AIEAAA AAAAxx -4822 2913 0 2 2 2 22 822 822 4822 4822 44 45 MDAAAA BIEAAA HHHHxx -9476 2914 0 0 6 16 76 476 1476 4476 9476 152 153 MAAAAA CIEAAA OOOOxx -7535 2915 1 3 5 15 35 535 1535 2535 7535 70 71 VDAAAA DIEAAA VVVVxx -8738 2916 0 2 8 18 38 738 738 3738 8738 76 77 CYAAAA EIEAAA AAAAxx -7946 2917 0 2 6 6 46 946 1946 2946 7946 92 93 QTAAAA FIEAAA HHHHxx -8143 2918 1 3 3 3 43 143 143 3143 8143 86 87 FBAAAA GIEAAA OOOOxx -2623 2919 1 3 3 3 23 623 623 2623 2623 46 47 XWAAAA HIEAAA VVVVxx -5209 2920 1 1 9 9 9 209 1209 209 5209 18 19 JSAAAA IIEAAA AAAAxx -7674 2921 0 2 4 14 74 674 1674 2674 7674 148 149 EJAAAA JIEAAA HHHHxx -1135 2922 1 3 5 15 35 135 1135 1135 1135 70 71 RRAAAA KIEAAA OOOOxx -424 2923 0 0 4 4 24 424 424 424 424 48 49 IQAAAA LIEAAA VVVVxx -942 2924 0 2 2 2 42 942 942 942 942 84 85 GKAAAA MIEAAA AAAAxx -7813 2925 1 1 3 13 13 813 1813 2813 7813 26 27 NOAAAA NIEAAA HHHHxx -3539 2926 1 3 9 19 39 539 1539 3539 3539 78 79 DGAAAA OIEAAA OOOOxx -2909 2927 1 1 9 9 9 909 909 2909 2909 18 19 XHAAAA PIEAAA VVVVxx -3748 2928 0 0 8 8 48 748 1748 3748 3748 96 97 EOAAAA QIEAAA AAAAxx -2996 2929 0 0 6 16 96 996 996 2996 2996 192 193 GLAAAA RIEAAA HHHHxx -1869 2930 1 1 9 9 69 869 1869 1869 1869 138 139 XTAAAA SIEAAA OOOOxx -8151 2931 1 3 1 11 51 151 151 3151 8151 102 103 NBAAAA TIEAAA VVVVxx -6361 2932 1 1 1 1 61 361 361 1361 6361 122 123 RKAAAA UIEAAA AAAAxx -5568 2933 0 0 8 8 68 568 1568 568 5568 136 137 EGAAAA VIEAAA HHHHxx -2796 2934 0 0 6 16 96 796 796 2796 2796 192 193 ODAAAA WIEAAA OOOOxx -8489 2935 1 1 9 9 89 489 489 3489 8489 178 179 NOAAAA XIEAAA VVVVxx -9183 2936 1 3 3 3 83 183 1183 4183 9183 166 167 FPAAAA YIEAAA AAAAxx -8227 2937 1 3 7 7 27 227 227 3227 8227 54 55 LEAAAA ZIEAAA HHHHxx -1844 2938 0 0 4 4 44 844 1844 1844 1844 88 89 YSAAAA AJEAAA OOOOxx -3975 2939 1 3 5 15 75 975 1975 3975 3975 150 151 XWAAAA BJEAAA VVVVxx -6490 2940 0 2 0 10 90 490 490 1490 6490 180 181 QPAAAA CJEAAA AAAAxx -8303 2941 1 3 3 3 3 303 303 3303 8303 6 7 JHAAAA DJEAAA HHHHxx -7334 2942 0 2 4 14 34 334 1334 2334 7334 68 69 CWAAAA EJEAAA OOOOxx -2382 2943 0 2 2 2 82 382 382 2382 2382 164 165 QNAAAA FJEAAA VVVVxx -177 2944 1 1 7 17 77 177 177 177 177 154 155 VGAAAA GJEAAA AAAAxx -8117 2945 1 1 7 17 17 117 117 3117 8117 34 35 FAAAAA HJEAAA HHHHxx -5485 2946 1 1 5 5 85 485 1485 485 5485 170 171 ZCAAAA IJEAAA OOOOxx -6544 2947 0 0 4 4 44 544 544 1544 6544 88 89 SRAAAA JJEAAA VVVVxx -8517 2948 1 1 7 17 17 517 517 3517 8517 34 35 PPAAAA KJEAAA AAAAxx -2252 2949 0 0 2 12 52 252 252 2252 2252 104 105 QIAAAA LJEAAA HHHHxx -4480 2950 0 0 0 0 80 480 480 4480 4480 160 161 IQAAAA MJEAAA OOOOxx -4785 2951 1 1 5 5 85 785 785 4785 4785 170 171 BCAAAA NJEAAA VVVVxx -9700 2952 0 0 0 0 0 700 1700 4700 9700 0 1 CJAAAA OJEAAA AAAAxx -2122 2953 0 2 2 2 22 122 122 2122 2122 44 45 QDAAAA PJEAAA HHHHxx -8783 2954 1 3 3 3 83 783 783 3783 8783 166 167 VZAAAA QJEAAA OOOOxx -1453 2955 1 1 3 13 53 453 1453 1453 1453 106 107 XDAAAA RJEAAA VVVVxx -3908 2956 0 0 8 8 8 908 1908 3908 3908 16 17 IUAAAA SJEAAA AAAAxx -7707 2957 1 3 7 7 7 707 1707 2707 7707 14 15 LKAAAA TJEAAA HHHHxx -9049 2958 1 1 9 9 49 49 1049 4049 9049 98 99 BKAAAA UJEAAA OOOOxx -654 2959 0 2 4 14 54 654 654 654 654 108 109 EZAAAA VJEAAA VVVVxx -3336 2960 0 0 6 16 36 336 1336 3336 3336 72 73 IYAAAA WJEAAA AAAAxx -622 2961 0 2 2 2 22 622 622 622 622 44 45 YXAAAA XJEAAA HHHHxx -8398 2962 0 2 8 18 98 398 398 3398 8398 196 197 ALAAAA YJEAAA OOOOxx -9193 2963 1 1 3 13 93 193 1193 4193 9193 186 187 PPAAAA ZJEAAA VVVVxx -7896 2964 0 0 6 16 96 896 1896 2896 7896 192 193 SRAAAA AKEAAA AAAAxx -9798 2965 0 2 8 18 98 798 1798 4798 9798 196 197 WMAAAA BKEAAA HHHHxx -2881 2966 1 1 1 1 81 881 881 2881 2881 162 163 VGAAAA CKEAAA OOOOxx -672 2967 0 0 2 12 72 672 672 672 672 144 145 WZAAAA DKEAAA VVVVxx -6743 2968 1 3 3 3 43 743 743 1743 6743 86 87 JZAAAA EKEAAA AAAAxx -8935 2969 1 3 5 15 35 935 935 3935 8935 70 71 RFAAAA FKEAAA HHHHxx -2426 2970 0 2 6 6 26 426 426 2426 2426 52 53 IPAAAA GKEAAA OOOOxx -722 2971 0 2 2 2 22 722 722 722 722 44 45 UBAAAA HKEAAA VVVVxx -5088 2972 0 0 8 8 88 88 1088 88 5088 176 177 SNAAAA IKEAAA AAAAxx -8677 2973 1 1 7 17 77 677 677 3677 8677 154 155 TVAAAA JKEAAA HHHHxx -6963 2974 1 3 3 3 63 963 963 1963 6963 126 127 VHAAAA KKEAAA OOOOxx -1653 2975 1 1 3 13 53 653 1653 1653 1653 106 107 PLAAAA LKEAAA VVVVxx -7295 2976 1 3 5 15 95 295 1295 2295 7295 190 191 PUAAAA MKEAAA AAAAxx -6675 2977 1 3 5 15 75 675 675 1675 6675 150 151 TWAAAA NKEAAA HHHHxx -7183 2978 1 3 3 3 83 183 1183 2183 7183 166 167 HQAAAA OKEAAA OOOOxx -4378 2979 0 2 8 18 78 378 378 4378 4378 156 157 KMAAAA PKEAAA VVVVxx -2157 2980 1 1 7 17 57 157 157 2157 2157 114 115 ZEAAAA QKEAAA AAAAxx -2621 2981 1 1 1 1 21 621 621 2621 2621 42 43 VWAAAA RKEAAA HHHHxx -9278 2982 0 2 8 18 78 278 1278 4278 9278 156 157 WSAAAA SKEAAA OOOOxx -79 2983 1 3 9 19 79 79 79 79 79 158 159 BDAAAA TKEAAA VVVVxx -7358 2984 0 2 8 18 58 358 1358 2358 7358 116 117 AXAAAA UKEAAA AAAAxx -3589 2985 1 1 9 9 89 589 1589 3589 3589 178 179 BIAAAA VKEAAA HHHHxx -1254 2986 0 2 4 14 54 254 1254 1254 1254 108 109 GWAAAA WKEAAA OOOOxx -3490 2987 0 2 0 10 90 490 1490 3490 3490 180 181 GEAAAA XKEAAA VVVVxx -7533 2988 1 1 3 13 33 533 1533 2533 7533 66 67 TDAAAA YKEAAA AAAAxx -2800 2989 0 0 0 0 0 800 800 2800 2800 0 1 SDAAAA ZKEAAA HHHHxx -351 2990 1 3 1 11 51 351 351 351 351 102 103 NNAAAA ALEAAA OOOOxx -4359 2991 1 3 9 19 59 359 359 4359 4359 118 119 RLAAAA BLEAAA VVVVxx -5788 2992 0 0 8 8 88 788 1788 788 5788 176 177 QOAAAA CLEAAA AAAAxx -5521 2993 1 1 1 1 21 521 1521 521 5521 42 43 JEAAAA DLEAAA HHHHxx -3351 2994 1 3 1 11 51 351 1351 3351 3351 102 103 XYAAAA ELEAAA OOOOxx -5129 2995 1 1 9 9 29 129 1129 129 5129 58 59 HPAAAA FLEAAA VVVVxx -315 2996 1 3 5 15 15 315 315 315 315 30 31 DMAAAA GLEAAA AAAAxx -7552 2997 0 0 2 12 52 552 1552 2552 7552 104 105 MEAAAA HLEAAA HHHHxx -9176 2998 0 0 6 16 76 176 1176 4176 9176 152 153 YOAAAA ILEAAA OOOOxx -7458 2999 0 2 8 18 58 458 1458 2458 7458 116 117 WAAAAA JLEAAA VVVVxx -279 3000 1 3 9 19 79 279 279 279 279 158 159 TKAAAA KLEAAA AAAAxx -738 3001 0 2 8 18 38 738 738 738 738 76 77 KCAAAA LLEAAA HHHHxx -2557 3002 1 1 7 17 57 557 557 2557 2557 114 115 JUAAAA MLEAAA OOOOxx -9395 3003 1 3 5 15 95 395 1395 4395 9395 190 191 JXAAAA NLEAAA VVVVxx -7214 3004 0 2 4 14 14 214 1214 2214 7214 28 29 MRAAAA OLEAAA AAAAxx -6354 3005 0 2 4 14 54 354 354 1354 6354 108 109 KKAAAA PLEAAA HHHHxx -4799 3006 1 3 9 19 99 799 799 4799 4799 198 199 PCAAAA QLEAAA OOOOxx -1231 3007 1 3 1 11 31 231 1231 1231 1231 62 63 JVAAAA RLEAAA VVVVxx -5252 3008 0 0 2 12 52 252 1252 252 5252 104 105 AUAAAA SLEAAA AAAAxx -5250 3009 0 2 0 10 50 250 1250 250 5250 100 101 YTAAAA TLEAAA HHHHxx -9319 3010 1 3 9 19 19 319 1319 4319 9319 38 39 LUAAAA ULEAAA OOOOxx -1724 3011 0 0 4 4 24 724 1724 1724 1724 48 49 IOAAAA VLEAAA VVVVxx -7947 3012 1 3 7 7 47 947 1947 2947 7947 94 95 RTAAAA WLEAAA AAAAxx -1105 3013 1 1 5 5 5 105 1105 1105 1105 10 11 NQAAAA XLEAAA HHHHxx -1417 3014 1 1 7 17 17 417 1417 1417 1417 34 35 NCAAAA YLEAAA OOOOxx -7101 3015 1 1 1 1 1 101 1101 2101 7101 2 3 DNAAAA ZLEAAA VVVVxx -1088 3016 0 0 8 8 88 88 1088 1088 1088 176 177 WPAAAA AMEAAA AAAAxx -979 3017 1 3 9 19 79 979 979 979 979 158 159 RLAAAA BMEAAA HHHHxx -7589 3018 1 1 9 9 89 589 1589 2589 7589 178 179 XFAAAA CMEAAA OOOOxx -8952 3019 0 0 2 12 52 952 952 3952 8952 104 105 IGAAAA DMEAAA VVVVxx -2864 3020 0 0 4 4 64 864 864 2864 2864 128 129 EGAAAA EMEAAA AAAAxx -234 3021 0 2 4 14 34 234 234 234 234 68 69 AJAAAA FMEAAA HHHHxx -7231 3022 1 3 1 11 31 231 1231 2231 7231 62 63 DSAAAA GMEAAA OOOOxx -6792 3023 0 0 2 12 92 792 792 1792 6792 184 185 GBAAAA HMEAAA VVVVxx -4311 3024 1 3 1 11 11 311 311 4311 4311 22 23 VJAAAA IMEAAA AAAAxx -3374 3025 0 2 4 14 74 374 1374 3374 3374 148 149 UZAAAA JMEAAA HHHHxx -3367 3026 1 3 7 7 67 367 1367 3367 3367 134 135 NZAAAA KMEAAA OOOOxx -2598 3027 0 2 8 18 98 598 598 2598 2598 196 197 YVAAAA LMEAAA VVVVxx -1033 3028 1 1 3 13 33 33 1033 1033 1033 66 67 TNAAAA MMEAAA AAAAxx -7803 3029 1 3 3 3 3 803 1803 2803 7803 6 7 DOAAAA NMEAAA HHHHxx -3870 3030 0 2 0 10 70 870 1870 3870 3870 140 141 WSAAAA OMEAAA OOOOxx -4962 3031 0 2 2 2 62 962 962 4962 4962 124 125 WIAAAA PMEAAA VVVVxx -4842 3032 0 2 2 2 42 842 842 4842 4842 84 85 GEAAAA QMEAAA AAAAxx -8814 3033 0 2 4 14 14 814 814 3814 8814 28 29 ABAAAA RMEAAA HHHHxx -3429 3034 1 1 9 9 29 429 1429 3429 3429 58 59 XBAAAA SMEAAA OOOOxx -6550 3035 0 2 0 10 50 550 550 1550 6550 100 101 YRAAAA TMEAAA VVVVxx -6317 3036 1 1 7 17 17 317 317 1317 6317 34 35 ZIAAAA UMEAAA AAAAxx -5023 3037 1 3 3 3 23 23 1023 23 5023 46 47 FLAAAA VMEAAA HHHHxx -5825 3038 1 1 5 5 25 825 1825 825 5825 50 51 BQAAAA WMEAAA OOOOxx -5297 3039 1 1 7 17 97 297 1297 297 5297 194 195 TVAAAA XMEAAA VVVVxx -8764 3040 0 0 4 4 64 764 764 3764 8764 128 129 CZAAAA YMEAAA AAAAxx -5084 3041 0 0 4 4 84 84 1084 84 5084 168 169 ONAAAA ZMEAAA HHHHxx -6808 3042 0 0 8 8 8 808 808 1808 6808 16 17 WBAAAA ANEAAA OOOOxx -1780 3043 0 0 0 0 80 780 1780 1780 1780 160 161 MQAAAA BNEAAA VVVVxx -4092 3044 0 0 2 12 92 92 92 4092 4092 184 185 KBAAAA CNEAAA AAAAxx -3618 3045 0 2 8 18 18 618 1618 3618 3618 36 37 EJAAAA DNEAAA HHHHxx -7299 3046 1 3 9 19 99 299 1299 2299 7299 198 199 TUAAAA ENEAAA OOOOxx -8544 3047 0 0 4 4 44 544 544 3544 8544 88 89 QQAAAA FNEAAA VVVVxx -2359 3048 1 3 9 19 59 359 359 2359 2359 118 119 TMAAAA GNEAAA AAAAxx -1939 3049 1 3 9 19 39 939 1939 1939 1939 78 79 PWAAAA HNEAAA HHHHxx -5834 3050 0 2 4 14 34 834 1834 834 5834 68 69 KQAAAA INEAAA OOOOxx -1997 3051 1 1 7 17 97 997 1997 1997 1997 194 195 VYAAAA JNEAAA VVVVxx -7917 3052 1 1 7 17 17 917 1917 2917 7917 34 35 NSAAAA KNEAAA AAAAxx -2098 3053 0 2 8 18 98 98 98 2098 2098 196 197 SCAAAA LNEAAA HHHHxx -7576 3054 0 0 6 16 76 576 1576 2576 7576 152 153 KFAAAA MNEAAA OOOOxx -376 3055 0 0 6 16 76 376 376 376 376 152 153 MOAAAA NNEAAA VVVVxx -8535 3056 1 3 5 15 35 535 535 3535 8535 70 71 HQAAAA ONEAAA AAAAxx -5659 3057 1 3 9 19 59 659 1659 659 5659 118 119 RJAAAA PNEAAA HHHHxx -2786 3058 0 2 6 6 86 786 786 2786 2786 172 173 EDAAAA QNEAAA OOOOxx -8820 3059 0 0 0 0 20 820 820 3820 8820 40 41 GBAAAA RNEAAA VVVVxx -1229 3060 1 1 9 9 29 229 1229 1229 1229 58 59 HVAAAA SNEAAA AAAAxx -9321 3061 1 1 1 1 21 321 1321 4321 9321 42 43 NUAAAA TNEAAA HHHHxx -7662 3062 0 2 2 2 62 662 1662 2662 7662 124 125 SIAAAA UNEAAA OOOOxx -5535 3063 1 3 5 15 35 535 1535 535 5535 70 71 XEAAAA VNEAAA VVVVxx -4889 3064 1 1 9 9 89 889 889 4889 4889 178 179 BGAAAA WNEAAA AAAAxx -8259 3065 1 3 9 19 59 259 259 3259 8259 118 119 RFAAAA XNEAAA HHHHxx -6789 3066 1 1 9 9 89 789 789 1789 6789 178 179 DBAAAA YNEAAA OOOOxx -5411 3067 1 3 1 11 11 411 1411 411 5411 22 23 DAAAAA ZNEAAA VVVVxx -6992 3068 0 0 2 12 92 992 992 1992 6992 184 185 YIAAAA AOEAAA AAAAxx -7698 3069 0 2 8 18 98 698 1698 2698 7698 196 197 CKAAAA BOEAAA HHHHxx -2342 3070 0 2 2 2 42 342 342 2342 2342 84 85 CMAAAA COEAAA OOOOxx -1501 3071 1 1 1 1 1 501 1501 1501 1501 2 3 TFAAAA DOEAAA VVVVxx -6322 3072 0 2 2 2 22 322 322 1322 6322 44 45 EJAAAA EOEAAA AAAAxx -9861 3073 1 1 1 1 61 861 1861 4861 9861 122 123 HPAAAA FOEAAA HHHHxx -9802 3074 0 2 2 2 2 802 1802 4802 9802 4 5 ANAAAA GOEAAA OOOOxx -4750 3075 0 2 0 10 50 750 750 4750 4750 100 101 SAAAAA HOEAAA VVVVxx -5855 3076 1 3 5 15 55 855 1855 855 5855 110 111 FRAAAA IOEAAA AAAAxx -4304 3077 0 0 4 4 4 304 304 4304 4304 8 9 OJAAAA JOEAAA HHHHxx -2605 3078 1 1 5 5 5 605 605 2605 2605 10 11 FWAAAA KOEAAA OOOOxx -1802 3079 0 2 2 2 2 802 1802 1802 1802 4 5 IRAAAA LOEAAA VVVVxx -9368 3080 0 0 8 8 68 368 1368 4368 9368 136 137 IWAAAA MOEAAA AAAAxx -7107 3081 1 3 7 7 7 107 1107 2107 7107 14 15 JNAAAA NOEAAA HHHHxx -8895 3082 1 3 5 15 95 895 895 3895 8895 190 191 DEAAAA OOEAAA OOOOxx -3750 3083 0 2 0 10 50 750 1750 3750 3750 100 101 GOAAAA POEAAA VVVVxx -8934 3084 0 2 4 14 34 934 934 3934 8934 68 69 QFAAAA QOEAAA AAAAxx -9464 3085 0 0 4 4 64 464 1464 4464 9464 128 129 AAAAAA ROEAAA HHHHxx -1928 3086 0 0 8 8 28 928 1928 1928 1928 56 57 EWAAAA SOEAAA OOOOxx -3196 3087 0 0 6 16 96 196 1196 3196 3196 192 193 YSAAAA TOEAAA VVVVxx -5256 3088 0 0 6 16 56 256 1256 256 5256 112 113 EUAAAA UOEAAA AAAAxx -7119 3089 1 3 9 19 19 119 1119 2119 7119 38 39 VNAAAA VOEAAA HHHHxx -4495 3090 1 3 5 15 95 495 495 4495 4495 190 191 XQAAAA WOEAAA OOOOxx -9292 3091 0 0 2 12 92 292 1292 4292 9292 184 185 KTAAAA XOEAAA VVVVxx -1617 3092 1 1 7 17 17 617 1617 1617 1617 34 35 FKAAAA YOEAAA AAAAxx -481 3093 1 1 1 1 81 481 481 481 481 162 163 NSAAAA ZOEAAA HHHHxx -56 3094 0 0 6 16 56 56 56 56 56 112 113 ECAAAA APEAAA OOOOxx -9120 3095 0 0 0 0 20 120 1120 4120 9120 40 41 UMAAAA BPEAAA VVVVxx -1306 3096 0 2 6 6 6 306 1306 1306 1306 12 13 GYAAAA CPEAAA AAAAxx -7773 3097 1 1 3 13 73 773 1773 2773 7773 146 147 ZMAAAA DPEAAA HHHHxx -4863 3098 1 3 3 3 63 863 863 4863 4863 126 127 BFAAAA EPEAAA OOOOxx -1114 3099 0 2 4 14 14 114 1114 1114 1114 28 29 WQAAAA FPEAAA VVVVxx -8124 3100 0 0 4 4 24 124 124 3124 8124 48 49 MAAAAA GPEAAA AAAAxx -6254 3101 0 2 4 14 54 254 254 1254 6254 108 109 OGAAAA HPEAAA HHHHxx -8109 3102 1 1 9 9 9 109 109 3109 8109 18 19 XZAAAA IPEAAA OOOOxx -1747 3103 1 3 7 7 47 747 1747 1747 1747 94 95 FPAAAA JPEAAA VVVVxx -6185 3104 1 1 5 5 85 185 185 1185 6185 170 171 XDAAAA KPEAAA AAAAxx -3388 3105 0 0 8 8 88 388 1388 3388 3388 176 177 IAAAAA LPEAAA HHHHxx -4905 3106 1 1 5 5 5 905 905 4905 4905 10 11 RGAAAA MPEAAA OOOOxx -5728 3107 0 0 8 8 28 728 1728 728 5728 56 57 IMAAAA NPEAAA VVVVxx -7507 3108 1 3 7 7 7 507 1507 2507 7507 14 15 TCAAAA OPEAAA AAAAxx -5662 3109 0 2 2 2 62 662 1662 662 5662 124 125 UJAAAA PPEAAA HHHHxx -1686 3110 0 2 6 6 86 686 1686 1686 1686 172 173 WMAAAA QPEAAA OOOOxx -5202 3111 0 2 2 2 2 202 1202 202 5202 4 5 CSAAAA RPEAAA VVVVxx -6905 3112 1 1 5 5 5 905 905 1905 6905 10 11 PFAAAA SPEAAA AAAAxx -9577 3113 1 1 7 17 77 577 1577 4577 9577 154 155 JEAAAA TPEAAA HHHHxx -7194 3114 0 2 4 14 94 194 1194 2194 7194 188 189 SQAAAA UPEAAA OOOOxx -7016 3115 0 0 6 16 16 16 1016 2016 7016 32 33 WJAAAA VPEAAA VVVVxx -8905 3116 1 1 5 5 5 905 905 3905 8905 10 11 NEAAAA WPEAAA AAAAxx -3419 3117 1 3 9 19 19 419 1419 3419 3419 38 39 NBAAAA XPEAAA HHHHxx -6881 3118 1 1 1 1 81 881 881 1881 6881 162 163 REAAAA YPEAAA OOOOxx -8370 3119 0 2 0 10 70 370 370 3370 8370 140 141 YJAAAA ZPEAAA VVVVxx -6117 3120 1 1 7 17 17 117 117 1117 6117 34 35 HBAAAA AQEAAA AAAAxx -1636 3121 0 0 6 16 36 636 1636 1636 1636 72 73 YKAAAA BQEAAA HHHHxx -6857 3122 1 1 7 17 57 857 857 1857 6857 114 115 TDAAAA CQEAAA OOOOxx -7163 3123 1 3 3 3 63 163 1163 2163 7163 126 127 NPAAAA DQEAAA VVVVxx -5040 3124 0 0 0 0 40 40 1040 40 5040 80 81 WLAAAA EQEAAA AAAAxx -6263 3125 1 3 3 3 63 263 263 1263 6263 126 127 XGAAAA FQEAAA HHHHxx -4809 3126 1 1 9 9 9 809 809 4809 4809 18 19 ZCAAAA GQEAAA OOOOxx -900 3127 0 0 0 0 0 900 900 900 900 0 1 QIAAAA HQEAAA VVVVxx -3199 3128 1 3 9 19 99 199 1199 3199 3199 198 199 BTAAAA IQEAAA AAAAxx -4156 3129 0 0 6 16 56 156 156 4156 4156 112 113 WDAAAA JQEAAA HHHHxx -3501 3130 1 1 1 1 1 501 1501 3501 3501 2 3 REAAAA KQEAAA OOOOxx -164 3131 0 0 4 4 64 164 164 164 164 128 129 IGAAAA LQEAAA VVVVxx -9548 3132 0 0 8 8 48 548 1548 4548 9548 96 97 GDAAAA MQEAAA AAAAxx -1149 3133 1 1 9 9 49 149 1149 1149 1149 98 99 FSAAAA NQEAAA HHHHxx -1962 3134 0 2 2 2 62 962 1962 1962 1962 124 125 MXAAAA OQEAAA OOOOxx -4072 3135 0 0 2 12 72 72 72 4072 4072 144 145 QAAAAA PQEAAA VVVVxx -4280 3136 0 0 0 0 80 280 280 4280 4280 160 161 QIAAAA QQEAAA AAAAxx -1398 3137 0 2 8 18 98 398 1398 1398 1398 196 197 UBAAAA RQEAAA HHHHxx -725 3138 1 1 5 5 25 725 725 725 725 50 51 XBAAAA SQEAAA OOOOxx -3988 3139 0 0 8 8 88 988 1988 3988 3988 176 177 KXAAAA TQEAAA VVVVxx -5059 3140 1 3 9 19 59 59 1059 59 5059 118 119 PMAAAA UQEAAA AAAAxx -2632 3141 0 0 2 12 32 632 632 2632 2632 64 65 GXAAAA VQEAAA HHHHxx -1909 3142 1 1 9 9 9 909 1909 1909 1909 18 19 LVAAAA WQEAAA OOOOxx -6827 3143 1 3 7 7 27 827 827 1827 6827 54 55 PCAAAA XQEAAA VVVVxx -8156 3144 0 0 6 16 56 156 156 3156 8156 112 113 SBAAAA YQEAAA AAAAxx -1192 3145 0 0 2 12 92 192 1192 1192 1192 184 185 WTAAAA ZQEAAA HHHHxx -9545 3146 1 1 5 5 45 545 1545 4545 9545 90 91 DDAAAA AREAAA OOOOxx -2249 3147 1 1 9 9 49 249 249 2249 2249 98 99 NIAAAA BREAAA VVVVxx -5580 3148 0 0 0 0 80 580 1580 580 5580 160 161 QGAAAA CREAAA AAAAxx -8403 3149 1 3 3 3 3 403 403 3403 8403 6 7 FLAAAA DREAAA HHHHxx -4024 3150 0 0 4 4 24 24 24 4024 4024 48 49 UYAAAA EREAAA OOOOxx -1866 3151 0 2 6 6 66 866 1866 1866 1866 132 133 UTAAAA FREAAA VVVVxx -9251 3152 1 3 1 11 51 251 1251 4251 9251 102 103 VRAAAA GREAAA AAAAxx -9979 3153 1 3 9 19 79 979 1979 4979 9979 158 159 VTAAAA HREAAA HHHHxx -9899 3154 1 3 9 19 99 899 1899 4899 9899 198 199 TQAAAA IREAAA OOOOxx -2540 3155 0 0 0 0 40 540 540 2540 2540 80 81 STAAAA JREAAA VVVVxx -8957 3156 1 1 7 17 57 957 957 3957 8957 114 115 NGAAAA KREAAA AAAAxx -7702 3157 0 2 2 2 2 702 1702 2702 7702 4 5 GKAAAA LREAAA HHHHxx -4211 3158 1 3 1 11 11 211 211 4211 4211 22 23 ZFAAAA MREAAA OOOOxx -6684 3159 0 0 4 4 84 684 684 1684 6684 168 169 CXAAAA NREAAA VVVVxx -3883 3160 1 3 3 3 83 883 1883 3883 3883 166 167 JTAAAA OREAAA AAAAxx -3531 3161 1 3 1 11 31 531 1531 3531 3531 62 63 VFAAAA PREAAA HHHHxx -9178 3162 0 2 8 18 78 178 1178 4178 9178 156 157 APAAAA QREAAA OOOOxx -3389 3163 1 1 9 9 89 389 1389 3389 3389 178 179 JAAAAA RREAAA VVVVxx -7874 3164 0 2 4 14 74 874 1874 2874 7874 148 149 WQAAAA SREAAA AAAAxx -4522 3165 0 2 2 2 22 522 522 4522 4522 44 45 YRAAAA TREAAA HHHHxx -9399 3166 1 3 9 19 99 399 1399 4399 9399 198 199 NXAAAA UREAAA OOOOxx -9083 3167 1 3 3 3 83 83 1083 4083 9083 166 167 JLAAAA VREAAA VVVVxx -1530 3168 0 2 0 10 30 530 1530 1530 1530 60 61 WGAAAA WREAAA AAAAxx -2360 3169 0 0 0 0 60 360 360 2360 2360 120 121 UMAAAA XREAAA HHHHxx -4908 3170 0 0 8 8 8 908 908 4908 4908 16 17 UGAAAA YREAAA OOOOxx -4628 3171 0 0 8 8 28 628 628 4628 4628 56 57 AWAAAA ZREAAA VVVVxx -3889 3172 1 1 9 9 89 889 1889 3889 3889 178 179 PTAAAA ASEAAA AAAAxx -1331 3173 1 3 1 11 31 331 1331 1331 1331 62 63 FZAAAA BSEAAA HHHHxx -1942 3174 0 2 2 2 42 942 1942 1942 1942 84 85 SWAAAA CSEAAA OOOOxx -4734 3175 0 2 4 14 34 734 734 4734 4734 68 69 CAAAAA DSEAAA VVVVxx -8386 3176 0 2 6 6 86 386 386 3386 8386 172 173 OKAAAA ESEAAA AAAAxx -3586 3177 0 2 6 6 86 586 1586 3586 3586 172 173 YHAAAA FSEAAA HHHHxx -2354 3178 0 2 4 14 54 354 354 2354 2354 108 109 OMAAAA GSEAAA OOOOxx -7108 3179 0 0 8 8 8 108 1108 2108 7108 16 17 KNAAAA HSEAAA VVVVxx -1857 3180 1 1 7 17 57 857 1857 1857 1857 114 115 LTAAAA ISEAAA AAAAxx -2544 3181 0 0 4 4 44 544 544 2544 2544 88 89 WTAAAA JSEAAA HHHHxx -819 3182 1 3 9 19 19 819 819 819 819 38 39 NFAAAA KSEAAA OOOOxx -2878 3183 0 2 8 18 78 878 878 2878 2878 156 157 SGAAAA LSEAAA VVVVxx -1772 3184 0 0 2 12 72 772 1772 1772 1772 144 145 EQAAAA MSEAAA AAAAxx -354 3185 0 2 4 14 54 354 354 354 354 108 109 QNAAAA NSEAAA HHHHxx -3259 3186 1 3 9 19 59 259 1259 3259 3259 118 119 JVAAAA OSEAAA OOOOxx -2170 3187 0 2 0 10 70 170 170 2170 2170 140 141 MFAAAA PSEAAA VVVVxx -1190 3188 0 2 0 10 90 190 1190 1190 1190 180 181 UTAAAA QSEAAA AAAAxx -3607 3189 1 3 7 7 7 607 1607 3607 3607 14 15 TIAAAA RSEAAA HHHHxx -4661 3190 1 1 1 1 61 661 661 4661 4661 122 123 HXAAAA SSEAAA OOOOxx -1796 3191 0 0 6 16 96 796 1796 1796 1796 192 193 CRAAAA TSEAAA VVVVxx -1561 3192 1 1 1 1 61 561 1561 1561 1561 122 123 BIAAAA USEAAA AAAAxx -4336 3193 0 0 6 16 36 336 336 4336 4336 72 73 UKAAAA VSEAAA HHHHxx -7550 3194 0 2 0 10 50 550 1550 2550 7550 100 101 KEAAAA WSEAAA OOOOxx -3238 3195 0 2 8 18 38 238 1238 3238 3238 76 77 OUAAAA XSEAAA VVVVxx -9870 3196 0 2 0 10 70 870 1870 4870 9870 140 141 QPAAAA YSEAAA AAAAxx -6502 3197 0 2 2 2 2 502 502 1502 6502 4 5 CQAAAA ZSEAAA HHHHxx -3903 3198 1 3 3 3 3 903 1903 3903 3903 6 7 DUAAAA ATEAAA OOOOxx -2869 3199 1 1 9 9 69 869 869 2869 2869 138 139 JGAAAA BTEAAA VVVVxx -5072 3200 0 0 2 12 72 72 1072 72 5072 144 145 CNAAAA CTEAAA AAAAxx -1201 3201 1 1 1 1 1 201 1201 1201 1201 2 3 FUAAAA DTEAAA HHHHxx -6245 3202 1 1 5 5 45 245 245 1245 6245 90 91 FGAAAA ETEAAA OOOOxx -1402 3203 0 2 2 2 2 402 1402 1402 1402 4 5 YBAAAA FTEAAA VVVVxx -2594 3204 0 2 4 14 94 594 594 2594 2594 188 189 UVAAAA GTEAAA AAAAxx -9171 3205 1 3 1 11 71 171 1171 4171 9171 142 143 TOAAAA HTEAAA HHHHxx -2620 3206 0 0 0 0 20 620 620 2620 2620 40 41 UWAAAA ITEAAA OOOOxx -6309 3207 1 1 9 9 9 309 309 1309 6309 18 19 RIAAAA JTEAAA VVVVxx -1285 3208 1 1 5 5 85 285 1285 1285 1285 170 171 LXAAAA KTEAAA AAAAxx -5466 3209 0 2 6 6 66 466 1466 466 5466 132 133 GCAAAA LTEAAA HHHHxx -168 3210 0 0 8 8 68 168 168 168 168 136 137 MGAAAA MTEAAA OOOOxx -1410 3211 0 2 0 10 10 410 1410 1410 1410 20 21 GCAAAA NTEAAA VVVVxx -6332 3212 0 0 2 12 32 332 332 1332 6332 64 65 OJAAAA OTEAAA AAAAxx -9530 3213 0 2 0 10 30 530 1530 4530 9530 60 61 OCAAAA PTEAAA HHHHxx -7749 3214 1 1 9 9 49 749 1749 2749 7749 98 99 BMAAAA QTEAAA OOOOxx -3656 3215 0 0 6 16 56 656 1656 3656 3656 112 113 QKAAAA RTEAAA VVVVxx -37 3216 1 1 7 17 37 37 37 37 37 74 75 LBAAAA STEAAA AAAAxx -2744 3217 0 0 4 4 44 744 744 2744 2744 88 89 OBAAAA TTEAAA HHHHxx -4206 3218 0 2 6 6 6 206 206 4206 4206 12 13 UFAAAA UTEAAA OOOOxx -1846 3219 0 2 6 6 46 846 1846 1846 1846 92 93 ATAAAA VTEAAA VVVVxx -9913 3220 1 1 3 13 13 913 1913 4913 9913 26 27 HRAAAA WTEAAA AAAAxx -4078 3221 0 2 8 18 78 78 78 4078 4078 156 157 WAAAAA XTEAAA HHHHxx -2080 3222 0 0 0 0 80 80 80 2080 2080 160 161 ACAAAA YTEAAA OOOOxx -4169 3223 1 1 9 9 69 169 169 4169 4169 138 139 JEAAAA ZTEAAA VVVVxx -2070 3224 0 2 0 10 70 70 70 2070 2070 140 141 QBAAAA AUEAAA AAAAxx -4500 3225 0 0 0 0 0 500 500 4500 4500 0 1 CRAAAA BUEAAA HHHHxx -4123 3226 1 3 3 3 23 123 123 4123 4123 46 47 PCAAAA CUEAAA OOOOxx -5594 3227 0 2 4 14 94 594 1594 594 5594 188 189 EHAAAA DUEAAA VVVVxx -9941 3228 1 1 1 1 41 941 1941 4941 9941 82 83 JSAAAA EUEAAA AAAAxx -7154 3229 0 2 4 14 54 154 1154 2154 7154 108 109 EPAAAA FUEAAA HHHHxx -8340 3230 0 0 0 0 40 340 340 3340 8340 80 81 UIAAAA GUEAAA OOOOxx -7110 3231 0 2 0 10 10 110 1110 2110 7110 20 21 MNAAAA HUEAAA VVVVxx -7795 3232 1 3 5 15 95 795 1795 2795 7795 190 191 VNAAAA IUEAAA AAAAxx -132 3233 0 0 2 12 32 132 132 132 132 64 65 CFAAAA JUEAAA HHHHxx -4603 3234 1 3 3 3 3 603 603 4603 4603 6 7 BVAAAA KUEAAA OOOOxx -9720 3235 0 0 0 0 20 720 1720 4720 9720 40 41 WJAAAA LUEAAA VVVVxx -1460 3236 0 0 0 0 60 460 1460 1460 1460 120 121 EEAAAA MUEAAA AAAAxx -4677 3237 1 1 7 17 77 677 677 4677 4677 154 155 XXAAAA NUEAAA HHHHxx -9272 3238 0 0 2 12 72 272 1272 4272 9272 144 145 QSAAAA OUEAAA OOOOxx -2279 3239 1 3 9 19 79 279 279 2279 2279 158 159 RJAAAA PUEAAA VVVVxx -4587 3240 1 3 7 7 87 587 587 4587 4587 174 175 LUAAAA QUEAAA AAAAxx -2244 3241 0 0 4 4 44 244 244 2244 2244 88 89 IIAAAA RUEAAA HHHHxx -742 3242 0 2 2 2 42 742 742 742 742 84 85 OCAAAA SUEAAA OOOOxx -4426 3243 0 2 6 6 26 426 426 4426 4426 52 53 GOAAAA TUEAAA VVVVxx -4571 3244 1 3 1 11 71 571 571 4571 4571 142 143 VTAAAA UUEAAA AAAAxx -4775 3245 1 3 5 15 75 775 775 4775 4775 150 151 RBAAAA VUEAAA HHHHxx -24 3246 0 0 4 4 24 24 24 24 24 48 49 YAAAAA WUEAAA OOOOxx -4175 3247 1 3 5 15 75 175 175 4175 4175 150 151 PEAAAA XUEAAA VVVVxx -9877 3248 1 1 7 17 77 877 1877 4877 9877 154 155 XPAAAA YUEAAA AAAAxx -7271 3249 1 3 1 11 71 271 1271 2271 7271 142 143 RTAAAA ZUEAAA HHHHxx -5468 3250 0 0 8 8 68 468 1468 468 5468 136 137 ICAAAA AVEAAA OOOOxx -6106 3251 0 2 6 6 6 106 106 1106 6106 12 13 WAAAAA BVEAAA VVVVxx -9005 3252 1 1 5 5 5 5 1005 4005 9005 10 11 JIAAAA CVEAAA AAAAxx -109 3253 1 1 9 9 9 109 109 109 109 18 19 FEAAAA DVEAAA HHHHxx -6365 3254 1 1 5 5 65 365 365 1365 6365 130 131 VKAAAA EVEAAA OOOOxx -7437 3255 1 1 7 17 37 437 1437 2437 7437 74 75 BAAAAA FVEAAA VVVVxx -7979 3256 1 3 9 19 79 979 1979 2979 7979 158 159 XUAAAA GVEAAA AAAAxx -6050 3257 0 2 0 10 50 50 50 1050 6050 100 101 SYAAAA HVEAAA HHHHxx -2853 3258 1 1 3 13 53 853 853 2853 2853 106 107 TFAAAA IVEAAA OOOOxx -7603 3259 1 3 3 3 3 603 1603 2603 7603 6 7 LGAAAA JVEAAA VVVVxx -483 3260 1 3 3 3 83 483 483 483 483 166 167 PSAAAA KVEAAA AAAAxx -5994 3261 0 2 4 14 94 994 1994 994 5994 188 189 OWAAAA LVEAAA HHHHxx -6708 3262 0 0 8 8 8 708 708 1708 6708 16 17 AYAAAA MVEAAA OOOOxx -5090 3263 0 2 0 10 90 90 1090 90 5090 180 181 UNAAAA NVEAAA VVVVxx -4608 3264 0 0 8 8 8 608 608 4608 4608 16 17 GVAAAA OVEAAA AAAAxx -4551 3265 1 3 1 11 51 551 551 4551 4551 102 103 BTAAAA PVEAAA HHHHxx -5437 3266 1 1 7 17 37 437 1437 437 5437 74 75 DBAAAA QVEAAA OOOOxx -4130 3267 0 2 0 10 30 130 130 4130 4130 60 61 WCAAAA RVEAAA VVVVxx -6363 3268 1 3 3 3 63 363 363 1363 6363 126 127 TKAAAA SVEAAA AAAAxx -1499 3269 1 3 9 19 99 499 1499 1499 1499 198 199 RFAAAA TVEAAA HHHHxx -384 3270 0 0 4 4 84 384 384 384 384 168 169 UOAAAA UVEAAA OOOOxx -2266 3271 0 2 6 6 66 266 266 2266 2266 132 133 EJAAAA VVEAAA VVVVxx -6018 3272 0 2 8 18 18 18 18 1018 6018 36 37 MXAAAA WVEAAA AAAAxx -7915 3273 1 3 5 15 15 915 1915 2915 7915 30 31 LSAAAA XVEAAA HHHHxx -6167 3274 1 3 7 7 67 167 167 1167 6167 134 135 FDAAAA YVEAAA OOOOxx -9988 3275 0 0 8 8 88 988 1988 4988 9988 176 177 EUAAAA ZVEAAA VVVVxx -6599 3276 1 3 9 19 99 599 599 1599 6599 198 199 VTAAAA AWEAAA AAAAxx -1693 3277 1 1 3 13 93 693 1693 1693 1693 186 187 DNAAAA BWEAAA HHHHxx -5971 3278 1 3 1 11 71 971 1971 971 5971 142 143 RVAAAA CWEAAA OOOOxx -8470 3279 0 2 0 10 70 470 470 3470 8470 140 141 UNAAAA DWEAAA VVVVxx -2807 3280 1 3 7 7 7 807 807 2807 2807 14 15 ZDAAAA EWEAAA AAAAxx -1120 3281 0 0 0 0 20 120 1120 1120 1120 40 41 CRAAAA FWEAAA HHHHxx -5924 3282 0 0 4 4 24 924 1924 924 5924 48 49 WTAAAA GWEAAA OOOOxx -9025 3283 1 1 5 5 25 25 1025 4025 9025 50 51 DJAAAA HWEAAA VVVVxx -9454 3284 0 2 4 14 54 454 1454 4454 9454 108 109 QZAAAA IWEAAA AAAAxx -2259 3285 1 3 9 19 59 259 259 2259 2259 118 119 XIAAAA JWEAAA HHHHxx -5249 3286 1 1 9 9 49 249 1249 249 5249 98 99 XTAAAA KWEAAA OOOOxx -6350 3287 0 2 0 10 50 350 350 1350 6350 100 101 GKAAAA LWEAAA VVVVxx -2930 3288 0 2 0 10 30 930 930 2930 2930 60 61 SIAAAA MWEAAA AAAAxx -6055 3289 1 3 5 15 55 55 55 1055 6055 110 111 XYAAAA NWEAAA HHHHxx -7691 3290 1 3 1 11 91 691 1691 2691 7691 182 183 VJAAAA OWEAAA OOOOxx -1573 3291 1 1 3 13 73 573 1573 1573 1573 146 147 NIAAAA PWEAAA VVVVxx -9943 3292 1 3 3 3 43 943 1943 4943 9943 86 87 LSAAAA QWEAAA AAAAxx -3085 3293 1 1 5 5 85 85 1085 3085 3085 170 171 ROAAAA RWEAAA HHHHxx -5928 3294 0 0 8 8 28 928 1928 928 5928 56 57 AUAAAA SWEAAA OOOOxx -887 3295 1 3 7 7 87 887 887 887 887 174 175 DIAAAA TWEAAA VVVVxx -4630 3296 0 2 0 10 30 630 630 4630 4630 60 61 CWAAAA UWEAAA AAAAxx -9827 3297 1 3 7 7 27 827 1827 4827 9827 54 55 ZNAAAA VWEAAA HHHHxx -8926 3298 0 2 6 6 26 926 926 3926 8926 52 53 IFAAAA WWEAAA OOOOxx -5726 3299 0 2 6 6 26 726 1726 726 5726 52 53 GMAAAA XWEAAA VVVVxx -1569 3300 1 1 9 9 69 569 1569 1569 1569 138 139 JIAAAA YWEAAA AAAAxx -8074 3301 0 2 4 14 74 74 74 3074 8074 148 149 OYAAAA ZWEAAA HHHHxx -7909 3302 1 1 9 9 9 909 1909 2909 7909 18 19 FSAAAA AXEAAA OOOOxx -8367 3303 1 3 7 7 67 367 367 3367 8367 134 135 VJAAAA BXEAAA VVVVxx -7217 3304 1 1 7 17 17 217 1217 2217 7217 34 35 PRAAAA CXEAAA AAAAxx -5254 3305 0 2 4 14 54 254 1254 254 5254 108 109 CUAAAA DXEAAA HHHHxx -1181 3306 1 1 1 1 81 181 1181 1181 1181 162 163 LTAAAA EXEAAA OOOOxx -6907 3307 1 3 7 7 7 907 907 1907 6907 14 15 RFAAAA FXEAAA VVVVxx -5508 3308 0 0 8 8 8 508 1508 508 5508 16 17 WDAAAA GXEAAA AAAAxx -4782 3309 0 2 2 2 82 782 782 4782 4782 164 165 YBAAAA HXEAAA HHHHxx -793 3310 1 1 3 13 93 793 793 793 793 186 187 NEAAAA IXEAAA OOOOxx -5740 3311 0 0 0 0 40 740 1740 740 5740 80 81 UMAAAA JXEAAA VVVVxx -3107 3312 1 3 7 7 7 107 1107 3107 3107 14 15 NPAAAA KXEAAA AAAAxx -1197 3313 1 1 7 17 97 197 1197 1197 1197 194 195 BUAAAA LXEAAA HHHHxx -4376 3314 0 0 6 16 76 376 376 4376 4376 152 153 IMAAAA MXEAAA OOOOxx -6226 3315 0 2 6 6 26 226 226 1226 6226 52 53 MFAAAA NXEAAA VVVVxx -5033 3316 1 1 3 13 33 33 1033 33 5033 66 67 PLAAAA OXEAAA AAAAxx -5494 3317 0 2 4 14 94 494 1494 494 5494 188 189 IDAAAA PXEAAA HHHHxx -3244 3318 0 0 4 4 44 244 1244 3244 3244 88 89 UUAAAA QXEAAA OOOOxx -7670 3319 0 2 0 10 70 670 1670 2670 7670 140 141 AJAAAA RXEAAA VVVVxx -9273 3320 1 1 3 13 73 273 1273 4273 9273 146 147 RSAAAA SXEAAA AAAAxx -5248 3321 0 0 8 8 48 248 1248 248 5248 96 97 WTAAAA TXEAAA HHHHxx -3381 3322 1 1 1 1 81 381 1381 3381 3381 162 163 BAAAAA UXEAAA OOOOxx -4136 3323 0 0 6 16 36 136 136 4136 4136 72 73 CDAAAA VXEAAA VVVVxx -4163 3324 1 3 3 3 63 163 163 4163 4163 126 127 DEAAAA WXEAAA AAAAxx -4270 3325 0 2 0 10 70 270 270 4270 4270 140 141 GIAAAA XXEAAA HHHHxx -1729 3326 1 1 9 9 29 729 1729 1729 1729 58 59 NOAAAA YXEAAA OOOOxx -2778 3327 0 2 8 18 78 778 778 2778 2778 156 157 WCAAAA ZXEAAA VVVVxx -5082 3328 0 2 2 2 82 82 1082 82 5082 164 165 MNAAAA AYEAAA AAAAxx -870 3329 0 2 0 10 70 870 870 870 870 140 141 MHAAAA BYEAAA HHHHxx -4192 3330 0 0 2 12 92 192 192 4192 4192 184 185 GFAAAA CYEAAA OOOOxx -308 3331 0 0 8 8 8 308 308 308 308 16 17 WLAAAA DYEAAA VVVVxx -6783 3332 1 3 3 3 83 783 783 1783 6783 166 167 XAAAAA EYEAAA AAAAxx -7611 3333 1 3 1 11 11 611 1611 2611 7611 22 23 TGAAAA FYEAAA HHHHxx -4221 3334 1 1 1 1 21 221 221 4221 4221 42 43 JGAAAA GYEAAA OOOOxx -6353 3335 1 1 3 13 53 353 353 1353 6353 106 107 JKAAAA HYEAAA VVVVxx -1830 3336 0 2 0 10 30 830 1830 1830 1830 60 61 KSAAAA IYEAAA AAAAxx -2437 3337 1 1 7 17 37 437 437 2437 2437 74 75 TPAAAA JYEAAA HHHHxx -3360 3338 0 0 0 0 60 360 1360 3360 3360 120 121 GZAAAA KYEAAA OOOOxx -1829 3339 1 1 9 9 29 829 1829 1829 1829 58 59 JSAAAA LYEAAA VVVVxx -9475 3340 1 3 5 15 75 475 1475 4475 9475 150 151 LAAAAA MYEAAA AAAAxx -4566 3341 0 2 6 6 66 566 566 4566 4566 132 133 QTAAAA NYEAAA HHHHxx -9944 3342 0 0 4 4 44 944 1944 4944 9944 88 89 MSAAAA OYEAAA OOOOxx -6054 3343 0 2 4 14 54 54 54 1054 6054 108 109 WYAAAA PYEAAA VVVVxx -4722 3344 0 2 2 2 22 722 722 4722 4722 44 45 QZAAAA QYEAAA AAAAxx -2779 3345 1 3 9 19 79 779 779 2779 2779 158 159 XCAAAA RYEAAA HHHHxx -8051 3346 1 3 1 11 51 51 51 3051 8051 102 103 RXAAAA SYEAAA OOOOxx -9671 3347 1 3 1 11 71 671 1671 4671 9671 142 143 ZHAAAA TYEAAA VVVVxx -6084 3348 0 0 4 4 84 84 84 1084 6084 168 169 AAAAAA UYEAAA AAAAxx -3729 3349 1 1 9 9 29 729 1729 3729 3729 58 59 LNAAAA VYEAAA HHHHxx -6627 3350 1 3 7 7 27 627 627 1627 6627 54 55 XUAAAA WYEAAA OOOOxx -4769 3351 1 1 9 9 69 769 769 4769 4769 138 139 LBAAAA XYEAAA VVVVxx -2224 3352 0 0 4 4 24 224 224 2224 2224 48 49 OHAAAA YYEAAA AAAAxx -1404 3353 0 0 4 4 4 404 1404 1404 1404 8 9 ACAAAA ZYEAAA HHHHxx -8532 3354 0 0 2 12 32 532 532 3532 8532 64 65 EQAAAA AZEAAA OOOOxx -6759 3355 1 3 9 19 59 759 759 1759 6759 118 119 ZZAAAA BZEAAA VVVVxx -6404 3356 0 0 4 4 4 404 404 1404 6404 8 9 IMAAAA CZEAAA AAAAxx -3144 3357 0 0 4 4 44 144 1144 3144 3144 88 89 YQAAAA DZEAAA HHHHxx -973 3358 1 1 3 13 73 973 973 973 973 146 147 LLAAAA EZEAAA OOOOxx -9789 3359 1 1 9 9 89 789 1789 4789 9789 178 179 NMAAAA FZEAAA VVVVxx -6181 3360 1 1 1 1 81 181 181 1181 6181 162 163 TDAAAA GZEAAA AAAAxx -1519 3361 1 3 9 19 19 519 1519 1519 1519 38 39 LGAAAA HZEAAA HHHHxx -9729 3362 1 1 9 9 29 729 1729 4729 9729 58 59 FKAAAA IZEAAA OOOOxx -8167 3363 1 3 7 7 67 167 167 3167 8167 134 135 DCAAAA JZEAAA VVVVxx -3830 3364 0 2 0 10 30 830 1830 3830 3830 60 61 IRAAAA KZEAAA AAAAxx -6286 3365 0 2 6 6 86 286 286 1286 6286 172 173 UHAAAA LZEAAA HHHHxx -3047 3366 1 3 7 7 47 47 1047 3047 3047 94 95 FNAAAA MZEAAA OOOOxx -3183 3367 1 3 3 3 83 183 1183 3183 3183 166 167 LSAAAA NZEAAA VVVVxx -6687 3368 1 3 7 7 87 687 687 1687 6687 174 175 FXAAAA OZEAAA AAAAxx -2783 3369 1 3 3 3 83 783 783 2783 2783 166 167 BDAAAA PZEAAA HHHHxx -9920 3370 0 0 0 0 20 920 1920 4920 9920 40 41 ORAAAA QZEAAA OOOOxx -4847 3371 1 3 7 7 47 847 847 4847 4847 94 95 LEAAAA RZEAAA VVVVxx -3645 3372 1 1 5 5 45 645 1645 3645 3645 90 91 FKAAAA SZEAAA AAAAxx -7406 3373 0 2 6 6 6 406 1406 2406 7406 12 13 WYAAAA TZEAAA HHHHxx -6003 3374 1 3 3 3 3 3 3 1003 6003 6 7 XWAAAA UZEAAA OOOOxx -3408 3375 0 0 8 8 8 408 1408 3408 3408 16 17 CBAAAA VZEAAA VVVVxx -4243 3376 1 3 3 3 43 243 243 4243 4243 86 87 FHAAAA WZEAAA AAAAxx -1622 3377 0 2 2 2 22 622 1622 1622 1622 44 45 KKAAAA XZEAAA HHHHxx -5319 3378 1 3 9 19 19 319 1319 319 5319 38 39 PWAAAA YZEAAA OOOOxx -4033 3379 1 1 3 13 33 33 33 4033 4033 66 67 DZAAAA ZZEAAA VVVVxx -8573 3380 1 1 3 13 73 573 573 3573 8573 146 147 TRAAAA AAFAAA AAAAxx -8404 3381 0 0 4 4 4 404 404 3404 8404 8 9 GLAAAA BAFAAA HHHHxx -6993 3382 1 1 3 13 93 993 993 1993 6993 186 187 ZIAAAA CAFAAA OOOOxx -660 3383 0 0 0 0 60 660 660 660 660 120 121 KZAAAA DAFAAA VVVVxx -1136 3384 0 0 6 16 36 136 1136 1136 1136 72 73 SRAAAA EAFAAA AAAAxx -3393 3385 1 1 3 13 93 393 1393 3393 3393 186 187 NAAAAA FAFAAA HHHHxx -9743 3386 1 3 3 3 43 743 1743 4743 9743 86 87 TKAAAA GAFAAA OOOOxx -9705 3387 1 1 5 5 5 705 1705 4705 9705 10 11 HJAAAA HAFAAA VVVVxx -6960 3388 0 0 0 0 60 960 960 1960 6960 120 121 SHAAAA IAFAAA AAAAxx -2753 3389 1 1 3 13 53 753 753 2753 2753 106 107 XBAAAA JAFAAA HHHHxx -906 3390 0 2 6 6 6 906 906 906 906 12 13 WIAAAA KAFAAA OOOOxx -999 3391 1 3 9 19 99 999 999 999 999 198 199 LMAAAA LAFAAA VVVVxx -6927 3392 1 3 7 7 27 927 927 1927 6927 54 55 LGAAAA MAFAAA AAAAxx -4846 3393 0 2 6 6 46 846 846 4846 4846 92 93 KEAAAA NAFAAA HHHHxx -676 3394 0 0 6 16 76 676 676 676 676 152 153 AAAAAA OAFAAA OOOOxx -8612 3395 0 0 2 12 12 612 612 3612 8612 24 25 GTAAAA PAFAAA VVVVxx -4111 3396 1 3 1 11 11 111 111 4111 4111 22 23 DCAAAA QAFAAA AAAAxx -9994 3397 0 2 4 14 94 994 1994 4994 9994 188 189 KUAAAA RAFAAA HHHHxx -4399 3398 1 3 9 19 99 399 399 4399 4399 198 199 FNAAAA SAFAAA OOOOxx -4464 3399 0 0 4 4 64 464 464 4464 4464 128 129 SPAAAA TAFAAA VVVVxx -7316 3400 0 0 6 16 16 316 1316 2316 7316 32 33 KVAAAA UAFAAA AAAAxx -8982 3401 0 2 2 2 82 982 982 3982 8982 164 165 MHAAAA VAFAAA HHHHxx -1871 3402 1 3 1 11 71 871 1871 1871 1871 142 143 ZTAAAA WAFAAA OOOOxx -4082 3403 0 2 2 2 82 82 82 4082 4082 164 165 ABAAAA XAFAAA VVVVxx -3949 3404 1 1 9 9 49 949 1949 3949 3949 98 99 XVAAAA YAFAAA AAAAxx -9352 3405 0 0 2 12 52 352 1352 4352 9352 104 105 SVAAAA ZAFAAA HHHHxx -9638 3406 0 2 8 18 38 638 1638 4638 9638 76 77 SGAAAA ABFAAA OOOOxx -8177 3407 1 1 7 17 77 177 177 3177 8177 154 155 NCAAAA BBFAAA VVVVxx -3499 3408 1 3 9 19 99 499 1499 3499 3499 198 199 PEAAAA CBFAAA AAAAxx -4233 3409 1 1 3 13 33 233 233 4233 4233 66 67 VGAAAA DBFAAA HHHHxx -1953 3410 1 1 3 13 53 953 1953 1953 1953 106 107 DXAAAA EBFAAA OOOOxx -7372 3411 0 0 2 12 72 372 1372 2372 7372 144 145 OXAAAA FBFAAA VVVVxx -5127 3412 1 3 7 7 27 127 1127 127 5127 54 55 FPAAAA GBFAAA AAAAxx -4384 3413 0 0 4 4 84 384 384 4384 4384 168 169 QMAAAA HBFAAA HHHHxx -9964 3414 0 0 4 4 64 964 1964 4964 9964 128 129 GTAAAA IBFAAA OOOOxx -5392 3415 0 0 2 12 92 392 1392 392 5392 184 185 KZAAAA JBFAAA VVVVxx -616 3416 0 0 6 16 16 616 616 616 616 32 33 SXAAAA KBFAAA AAAAxx -591 3417 1 3 1 11 91 591 591 591 591 182 183 TWAAAA LBFAAA HHHHxx -6422 3418 0 2 2 2 22 422 422 1422 6422 44 45 ANAAAA MBFAAA OOOOxx -6551 3419 1 3 1 11 51 551 551 1551 6551 102 103 ZRAAAA NBFAAA VVVVxx -9286 3420 0 2 6 6 86 286 1286 4286 9286 172 173 ETAAAA OBFAAA AAAAxx -3817 3421 1 1 7 17 17 817 1817 3817 3817 34 35 VQAAAA PBFAAA HHHHxx -7717 3422 1 1 7 17 17 717 1717 2717 7717 34 35 VKAAAA QBFAAA OOOOxx -8718 3423 0 2 8 18 18 718 718 3718 8718 36 37 IXAAAA RBFAAA VVVVxx -8608 3424 0 0 8 8 8 608 608 3608 8608 16 17 CTAAAA SBFAAA AAAAxx -2242 3425 0 2 2 2 42 242 242 2242 2242 84 85 GIAAAA TBFAAA HHHHxx -4811 3426 1 3 1 11 11 811 811 4811 4811 22 23 BDAAAA UBFAAA OOOOxx -6838 3427 0 2 8 18 38 838 838 1838 6838 76 77 ADAAAA VBFAAA VVVVxx -787 3428 1 3 7 7 87 787 787 787 787 174 175 HEAAAA WBFAAA AAAAxx -7940 3429 0 0 0 0 40 940 1940 2940 7940 80 81 KTAAAA XBFAAA HHHHxx -336 3430 0 0 6 16 36 336 336 336 336 72 73 YMAAAA YBFAAA OOOOxx -9859 3431 1 3 9 19 59 859 1859 4859 9859 118 119 FPAAAA ZBFAAA VVVVxx -3864 3432 0 0 4 4 64 864 1864 3864 3864 128 129 QSAAAA ACFAAA AAAAxx -7162 3433 0 2 2 2 62 162 1162 2162 7162 124 125 MPAAAA BCFAAA HHHHxx -2071 3434 1 3 1 11 71 71 71 2071 2071 142 143 RBAAAA CCFAAA OOOOxx -7469 3435 1 1 9 9 69 469 1469 2469 7469 138 139 HBAAAA DCFAAA VVVVxx -2917 3436 1 1 7 17 17 917 917 2917 2917 34 35 FIAAAA ECFAAA AAAAxx -7486 3437 0 2 6 6 86 486 1486 2486 7486 172 173 YBAAAA FCFAAA HHHHxx -3355 3438 1 3 5 15 55 355 1355 3355 3355 110 111 BZAAAA GCFAAA OOOOxx -6998 3439 0 2 8 18 98 998 998 1998 6998 196 197 EJAAAA HCFAAA VVVVxx -5498 3440 0 2 8 18 98 498 1498 498 5498 196 197 MDAAAA ICFAAA AAAAxx -5113 3441 1 1 3 13 13 113 1113 113 5113 26 27 ROAAAA JCFAAA HHHHxx -2846 3442 0 2 6 6 46 846 846 2846 2846 92 93 MFAAAA KCFAAA OOOOxx -6834 3443 0 2 4 14 34 834 834 1834 6834 68 69 WCAAAA LCFAAA VVVVxx -8925 3444 1 1 5 5 25 925 925 3925 8925 50 51 HFAAAA MCFAAA AAAAxx -2757 3445 1 1 7 17 57 757 757 2757 2757 114 115 BCAAAA NCFAAA HHHHxx -2775 3446 1 3 5 15 75 775 775 2775 2775 150 151 TCAAAA OCFAAA OOOOxx -6182 3447 0 2 2 2 82 182 182 1182 6182 164 165 UDAAAA PCFAAA VVVVxx -4488 3448 0 0 8 8 88 488 488 4488 4488 176 177 QQAAAA QCFAAA AAAAxx -8523 3449 1 3 3 3 23 523 523 3523 8523 46 47 VPAAAA RCFAAA HHHHxx -52 3450 0 0 2 12 52 52 52 52 52 104 105 ACAAAA SCFAAA OOOOxx -7251 3451 1 3 1 11 51 251 1251 2251 7251 102 103 XSAAAA TCFAAA VVVVxx -6130 3452 0 2 0 10 30 130 130 1130 6130 60 61 UBAAAA UCFAAA AAAAxx -205 3453 1 1 5 5 5 205 205 205 205 10 11 XHAAAA VCFAAA HHHHxx -1186 3454 0 2 6 6 86 186 1186 1186 1186 172 173 QTAAAA WCFAAA OOOOxx -1738 3455 0 2 8 18 38 738 1738 1738 1738 76 77 WOAAAA XCFAAA VVVVxx -9485 3456 1 1 5 5 85 485 1485 4485 9485 170 171 VAAAAA YCFAAA AAAAxx -4235 3457 1 3 5 15 35 235 235 4235 4235 70 71 XGAAAA ZCFAAA HHHHxx -7891 3458 1 3 1 11 91 891 1891 2891 7891 182 183 NRAAAA ADFAAA OOOOxx -4960 3459 0 0 0 0 60 960 960 4960 4960 120 121 UIAAAA BDFAAA VVVVxx -8911 3460 1 3 1 11 11 911 911 3911 8911 22 23 TEAAAA CDFAAA AAAAxx -1219 3461 1 3 9 19 19 219 1219 1219 1219 38 39 XUAAAA DDFAAA HHHHxx -9652 3462 0 0 2 12 52 652 1652 4652 9652 104 105 GHAAAA EDFAAA OOOOxx -9715 3463 1 3 5 15 15 715 1715 4715 9715 30 31 RJAAAA FDFAAA VVVVxx -6629 3464 1 1 9 9 29 629 629 1629 6629 58 59 ZUAAAA GDFAAA AAAAxx -700 3465 0 0 0 0 0 700 700 700 700 0 1 YAAAAA HDFAAA HHHHxx -9819 3466 1 3 9 19 19 819 1819 4819 9819 38 39 RNAAAA IDFAAA OOOOxx -5188 3467 0 0 8 8 88 188 1188 188 5188 176 177 ORAAAA JDFAAA VVVVxx -5367 3468 1 3 7 7 67 367 1367 367 5367 134 135 LYAAAA KDFAAA AAAAxx -6447 3469 1 3 7 7 47 447 447 1447 6447 94 95 ZNAAAA LDFAAA HHHHxx -720 3470 0 0 0 0 20 720 720 720 720 40 41 SBAAAA MDFAAA OOOOxx -9157 3471 1 1 7 17 57 157 1157 4157 9157 114 115 FOAAAA NDFAAA VVVVxx -1082 3472 0 2 2 2 82 82 1082 1082 1082 164 165 QPAAAA ODFAAA AAAAxx -3179 3473 1 3 9 19 79 179 1179 3179 3179 158 159 HSAAAA PDFAAA HHHHxx -4818 3474 0 2 8 18 18 818 818 4818 4818 36 37 IDAAAA QDFAAA OOOOxx -7607 3475 1 3 7 7 7 607 1607 2607 7607 14 15 PGAAAA RDFAAA VVVVxx -2352 3476 0 0 2 12 52 352 352 2352 2352 104 105 MMAAAA SDFAAA AAAAxx -1170 3477 0 2 0 10 70 170 1170 1170 1170 140 141 ATAAAA TDFAAA HHHHxx -4269 3478 1 1 9 9 69 269 269 4269 4269 138 139 FIAAAA UDFAAA OOOOxx -8767 3479 1 3 7 7 67 767 767 3767 8767 134 135 FZAAAA VDFAAA VVVVxx -3984 3480 0 0 4 4 84 984 1984 3984 3984 168 169 GXAAAA WDFAAA AAAAxx -3190 3481 0 2 0 10 90 190 1190 3190 3190 180 181 SSAAAA XDFAAA HHHHxx -7456 3482 0 0 6 16 56 456 1456 2456 7456 112 113 UAAAAA YDFAAA OOOOxx -4348 3483 0 0 8 8 48 348 348 4348 4348 96 97 GLAAAA ZDFAAA VVVVxx -3150 3484 0 2 0 10 50 150 1150 3150 3150 100 101 ERAAAA AEFAAA AAAAxx -8780 3485 0 0 0 0 80 780 780 3780 8780 160 161 SZAAAA BEFAAA HHHHxx -2553 3486 1 1 3 13 53 553 553 2553 2553 106 107 FUAAAA CEFAAA OOOOxx -7526 3487 0 2 6 6 26 526 1526 2526 7526 52 53 MDAAAA DEFAAA VVVVxx -2031 3488 1 3 1 11 31 31 31 2031 2031 62 63 DAAAAA EEFAAA AAAAxx -8793 3489 1 1 3 13 93 793 793 3793 8793 186 187 FAAAAA FEFAAA HHHHxx -1122 3490 0 2 2 2 22 122 1122 1122 1122 44 45 ERAAAA GEFAAA OOOOxx -1855 3491 1 3 5 15 55 855 1855 1855 1855 110 111 JTAAAA HEFAAA VVVVxx -6613 3492 1 1 3 13 13 613 613 1613 6613 26 27 JUAAAA IEFAAA AAAAxx -3231 3493 1 3 1 11 31 231 1231 3231 3231 62 63 HUAAAA JEFAAA HHHHxx -9101 3494 1 1 1 1 1 101 1101 4101 9101 2 3 BMAAAA KEFAAA OOOOxx -4937 3495 1 1 7 17 37 937 937 4937 4937 74 75 XHAAAA LEFAAA VVVVxx -666 3496 0 2 6 6 66 666 666 666 666 132 133 QZAAAA MEFAAA AAAAxx -8943 3497 1 3 3 3 43 943 943 3943 8943 86 87 ZFAAAA NEFAAA HHHHxx -6164 3498 0 0 4 4 64 164 164 1164 6164 128 129 CDAAAA OEFAAA OOOOxx -1081 3499 1 1 1 1 81 81 1081 1081 1081 162 163 PPAAAA PEFAAA VVVVxx -210 3500 0 2 0 10 10 210 210 210 210 20 21 CIAAAA QEFAAA AAAAxx -6024 3501 0 0 4 4 24 24 24 1024 6024 48 49 SXAAAA REFAAA HHHHxx -5715 3502 1 3 5 15 15 715 1715 715 5715 30 31 VLAAAA SEFAAA OOOOxx -8938 3503 0 2 8 18 38 938 938 3938 8938 76 77 UFAAAA TEFAAA VVVVxx -1326 3504 0 2 6 6 26 326 1326 1326 1326 52 53 AZAAAA UEFAAA AAAAxx -7111 3505 1 3 1 11 11 111 1111 2111 7111 22 23 NNAAAA VEFAAA HHHHxx -757 3506 1 1 7 17 57 757 757 757 757 114 115 DDAAAA WEFAAA OOOOxx -8933 3507 1 1 3 13 33 933 933 3933 8933 66 67 PFAAAA XEFAAA VVVVxx -6495 3508 1 3 5 15 95 495 495 1495 6495 190 191 VPAAAA YEFAAA AAAAxx -3134 3509 0 2 4 14 34 134 1134 3134 3134 68 69 OQAAAA ZEFAAA HHHHxx -1304 3510 0 0 4 4 4 304 1304 1304 1304 8 9 EYAAAA AFFAAA OOOOxx -1835 3511 1 3 5 15 35 835 1835 1835 1835 70 71 PSAAAA BFFAAA VVVVxx -7275 3512 1 3 5 15 75 275 1275 2275 7275 150 151 VTAAAA CFFAAA AAAAxx -7337 3513 1 1 7 17 37 337 1337 2337 7337 74 75 FWAAAA DFFAAA HHHHxx -1282 3514 0 2 2 2 82 282 1282 1282 1282 164 165 IXAAAA EFFAAA OOOOxx -6566 3515 0 2 6 6 66 566 566 1566 6566 132 133 OSAAAA FFFAAA VVVVxx -3786 3516 0 2 6 6 86 786 1786 3786 3786 172 173 QPAAAA GFFAAA AAAAxx -5741 3517 1 1 1 1 41 741 1741 741 5741 82 83 VMAAAA HFFAAA HHHHxx -6076 3518 0 0 6 16 76 76 76 1076 6076 152 153 SZAAAA IFFAAA OOOOxx -9998 3519 0 2 8 18 98 998 1998 4998 9998 196 197 OUAAAA JFFAAA VVVVxx -6268 3520 0 0 8 8 68 268 268 1268 6268 136 137 CHAAAA KFFAAA AAAAxx -9647 3521 1 3 7 7 47 647 1647 4647 9647 94 95 BHAAAA LFFAAA HHHHxx -4877 3522 1 1 7 17 77 877 877 4877 4877 154 155 PFAAAA MFFAAA OOOOxx -2652 3523 0 0 2 12 52 652 652 2652 2652 104 105 AYAAAA NFFAAA VVVVxx -1247 3524 1 3 7 7 47 247 1247 1247 1247 94 95 ZVAAAA OFFAAA AAAAxx -2721 3525 1 1 1 1 21 721 721 2721 2721 42 43 RAAAAA PFFAAA HHHHxx -5968 3526 0 0 8 8 68 968 1968 968 5968 136 137 OVAAAA QFFAAA OOOOxx -9570 3527 0 2 0 10 70 570 1570 4570 9570 140 141 CEAAAA RFFAAA VVVVxx -6425 3528 1 1 5 5 25 425 425 1425 6425 50 51 DNAAAA SFFAAA AAAAxx -5451 3529 1 3 1 11 51 451 1451 451 5451 102 103 RBAAAA TFFAAA HHHHxx -5668 3530 0 0 8 8 68 668 1668 668 5668 136 137 AKAAAA UFFAAA OOOOxx -9493 3531 1 1 3 13 93 493 1493 4493 9493 186 187 DBAAAA VFFAAA VVVVxx -7973 3532 1 1 3 13 73 973 1973 2973 7973 146 147 RUAAAA WFFAAA AAAAxx -8250 3533 0 2 0 10 50 250 250 3250 8250 100 101 IFAAAA XFFAAA HHHHxx -82 3534 0 2 2 2 82 82 82 82 82 164 165 EDAAAA YFFAAA OOOOxx -6258 3535 0 2 8 18 58 258 258 1258 6258 116 117 SGAAAA ZFFAAA VVVVxx -9978 3536 0 2 8 18 78 978 1978 4978 9978 156 157 UTAAAA AGFAAA AAAAxx -6930 3537 0 2 0 10 30 930 930 1930 6930 60 61 OGAAAA BGFAAA HHHHxx -3746 3538 0 2 6 6 46 746 1746 3746 3746 92 93 COAAAA CGFAAA OOOOxx -7065 3539 1 1 5 5 65 65 1065 2065 7065 130 131 TLAAAA DGFAAA VVVVxx -4281 3540 1 1 1 1 81 281 281 4281 4281 162 163 RIAAAA EGFAAA AAAAxx -4367 3541 1 3 7 7 67 367 367 4367 4367 134 135 ZLAAAA FGFAAA HHHHxx -9526 3542 0 2 6 6 26 526 1526 4526 9526 52 53 KCAAAA GGFAAA OOOOxx -5880 3543 0 0 0 0 80 880 1880 880 5880 160 161 ESAAAA HGFAAA VVVVxx -8480 3544 0 0 0 0 80 480 480 3480 8480 160 161 EOAAAA IGFAAA AAAAxx -2476 3545 0 0 6 16 76 476 476 2476 2476 152 153 GRAAAA JGFAAA HHHHxx -9074 3546 0 2 4 14 74 74 1074 4074 9074 148 149 ALAAAA KGFAAA OOOOxx -4830 3547 0 2 0 10 30 830 830 4830 4830 60 61 UDAAAA LGFAAA VVVVxx -3207 3548 1 3 7 7 7 207 1207 3207 3207 14 15 JTAAAA MGFAAA AAAAxx -7894 3549 0 2 4 14 94 894 1894 2894 7894 188 189 QRAAAA NGFAAA HHHHxx -3860 3550 0 0 0 0 60 860 1860 3860 3860 120 121 MSAAAA OGFAAA OOOOxx -5293 3551 1 1 3 13 93 293 1293 293 5293 186 187 PVAAAA PGFAAA VVVVxx -6895 3552 1 3 5 15 95 895 895 1895 6895 190 191 FFAAAA QGFAAA AAAAxx -9908 3553 0 0 8 8 8 908 1908 4908 9908 16 17 CRAAAA RGFAAA HHHHxx -9247 3554 1 3 7 7 47 247 1247 4247 9247 94 95 RRAAAA SGFAAA OOOOxx -8110 3555 0 2 0 10 10 110 110 3110 8110 20 21 YZAAAA TGFAAA VVVVxx -4716 3556 0 0 6 16 16 716 716 4716 4716 32 33 KZAAAA UGFAAA AAAAxx -4979 3557 1 3 9 19 79 979 979 4979 4979 158 159 NJAAAA VGFAAA HHHHxx -5280 3558 0 0 0 0 80 280 1280 280 5280 160 161 CVAAAA WGFAAA OOOOxx -8326 3559 0 2 6 6 26 326 326 3326 8326 52 53 GIAAAA XGFAAA VVVVxx -5572 3560 0 0 2 12 72 572 1572 572 5572 144 145 IGAAAA YGFAAA AAAAxx -4665 3561 1 1 5 5 65 665 665 4665 4665 130 131 LXAAAA ZGFAAA HHHHxx -3665 3562 1 1 5 5 65 665 1665 3665 3665 130 131 ZKAAAA AHFAAA OOOOxx -6744 3563 0 0 4 4 44 744 744 1744 6744 88 89 KZAAAA BHFAAA VVVVxx -1897 3564 1 1 7 17 97 897 1897 1897 1897 194 195 ZUAAAA CHFAAA AAAAxx -1220 3565 0 0 0 0 20 220 1220 1220 1220 40 41 YUAAAA DHFAAA HHHHxx -2614 3566 0 2 4 14 14 614 614 2614 2614 28 29 OWAAAA EHFAAA OOOOxx -8509 3567 1 1 9 9 9 509 509 3509 8509 18 19 HPAAAA FHFAAA VVVVxx -8521 3568 1 1 1 1 21 521 521 3521 8521 42 43 TPAAAA GHFAAA AAAAxx -4121 3569 1 1 1 1 21 121 121 4121 4121 42 43 NCAAAA HHFAAA HHHHxx -9663 3570 1 3 3 3 63 663 1663 4663 9663 126 127 RHAAAA IHFAAA OOOOxx -2346 3571 0 2 6 6 46 346 346 2346 2346 92 93 GMAAAA JHFAAA VVVVxx -3370 3572 0 2 0 10 70 370 1370 3370 3370 140 141 QZAAAA KHFAAA AAAAxx -1498 3573 0 2 8 18 98 498 1498 1498 1498 196 197 QFAAAA LHFAAA HHHHxx -7422 3574 0 2 2 2 22 422 1422 2422 7422 44 45 MZAAAA MHFAAA OOOOxx -3472 3575 0 0 2 12 72 472 1472 3472 3472 144 145 ODAAAA NHFAAA VVVVxx -4126 3576 0 2 6 6 26 126 126 4126 4126 52 53 SCAAAA OHFAAA AAAAxx -4494 3577 0 2 4 14 94 494 494 4494 4494 188 189 WQAAAA PHFAAA HHHHxx -6323 3578 1 3 3 3 23 323 323 1323 6323 46 47 FJAAAA QHFAAA OOOOxx -2823 3579 1 3 3 3 23 823 823 2823 2823 46 47 PEAAAA RHFAAA VVVVxx -8596 3580 0 0 6 16 96 596 596 3596 8596 192 193 QSAAAA SHFAAA AAAAxx -6642 3581 0 2 2 2 42 642 642 1642 6642 84 85 MVAAAA THFAAA HHHHxx -9276 3582 0 0 6 16 76 276 1276 4276 9276 152 153 USAAAA UHFAAA OOOOxx -4148 3583 0 0 8 8 48 148 148 4148 4148 96 97 ODAAAA VHFAAA VVVVxx -9770 3584 0 2 0 10 70 770 1770 4770 9770 140 141 ULAAAA WHFAAA AAAAxx -9812 3585 0 0 2 12 12 812 1812 4812 9812 24 25 KNAAAA XHFAAA HHHHxx -4419 3586 1 3 9 19 19 419 419 4419 4419 38 39 ZNAAAA YHFAAA OOOOxx -3802 3587 0 2 2 2 2 802 1802 3802 3802 4 5 GQAAAA ZHFAAA VVVVxx -3210 3588 0 2 0 10 10 210 1210 3210 3210 20 21 MTAAAA AIFAAA AAAAxx -6794 3589 0 2 4 14 94 794 794 1794 6794 188 189 IBAAAA BIFAAA HHHHxx -242 3590 0 2 2 2 42 242 242 242 242 84 85 IJAAAA CIFAAA OOOOxx -962 3591 0 2 2 2 62 962 962 962 962 124 125 ALAAAA DIFAAA VVVVxx -7151 3592 1 3 1 11 51 151 1151 2151 7151 102 103 BPAAAA EIFAAA AAAAxx -9440 3593 0 0 0 0 40 440 1440 4440 9440 80 81 CZAAAA FIFAAA HHHHxx -721 3594 1 1 1 1 21 721 721 721 721 42 43 TBAAAA GIFAAA OOOOxx -2119 3595 1 3 9 19 19 119 119 2119 2119 38 39 NDAAAA HIFAAA VVVVxx -9883 3596 1 3 3 3 83 883 1883 4883 9883 166 167 DQAAAA IIFAAA AAAAxx -5071 3597 1 3 1 11 71 71 1071 71 5071 142 143 BNAAAA JIFAAA HHHHxx -8239 3598 1 3 9 19 39 239 239 3239 8239 78 79 XEAAAA KIFAAA OOOOxx -7451 3599 1 3 1 11 51 451 1451 2451 7451 102 103 PAAAAA LIFAAA VVVVxx -9517 3600 1 1 7 17 17 517 1517 4517 9517 34 35 BCAAAA MIFAAA AAAAxx -9180 3601 0 0 0 0 80 180 1180 4180 9180 160 161 CPAAAA NIFAAA HHHHxx -9327 3602 1 3 7 7 27 327 1327 4327 9327 54 55 TUAAAA OIFAAA OOOOxx -5462 3603 0 2 2 2 62 462 1462 462 5462 124 125 CCAAAA PIFAAA VVVVxx -8306 3604 0 2 6 6 6 306 306 3306 8306 12 13 MHAAAA QIFAAA AAAAxx -6234 3605 0 2 4 14 34 234 234 1234 6234 68 69 UFAAAA RIFAAA HHHHxx -8771 3606 1 3 1 11 71 771 771 3771 8771 142 143 JZAAAA SIFAAA OOOOxx -5853 3607 1 1 3 13 53 853 1853 853 5853 106 107 DRAAAA TIFAAA VVVVxx -8373 3608 1 1 3 13 73 373 373 3373 8373 146 147 BKAAAA UIFAAA AAAAxx -5017 3609 1 1 7 17 17 17 1017 17 5017 34 35 ZKAAAA VIFAAA HHHHxx -8025 3610 1 1 5 5 25 25 25 3025 8025 50 51 RWAAAA WIFAAA OOOOxx -2526 3611 0 2 6 6 26 526 526 2526 2526 52 53 ETAAAA XIFAAA VVVVxx -7419 3612 1 3 9 19 19 419 1419 2419 7419 38 39 JZAAAA YIFAAA AAAAxx -4572 3613 0 0 2 12 72 572 572 4572 4572 144 145 WTAAAA ZIFAAA HHHHxx -7744 3614 0 0 4 4 44 744 1744 2744 7744 88 89 WLAAAA AJFAAA OOOOxx -8825 3615 1 1 5 5 25 825 825 3825 8825 50 51 LBAAAA BJFAAA VVVVxx -6067 3616 1 3 7 7 67 67 67 1067 6067 134 135 JZAAAA CJFAAA AAAAxx -3291 3617 1 3 1 11 91 291 1291 3291 3291 182 183 PWAAAA DJFAAA HHHHxx -7115 3618 1 3 5 15 15 115 1115 2115 7115 30 31 RNAAAA EJFAAA OOOOxx -2626 3619 0 2 6 6 26 626 626 2626 2626 52 53 AXAAAA FJFAAA VVVVxx -4109 3620 1 1 9 9 9 109 109 4109 4109 18 19 BCAAAA GJFAAA AAAAxx -4056 3621 0 0 6 16 56 56 56 4056 4056 112 113 AAAAAA HJFAAA HHHHxx -6811 3622 1 3 1 11 11 811 811 1811 6811 22 23 ZBAAAA IJFAAA OOOOxx -680 3623 0 0 0 0 80 680 680 680 680 160 161 EAAAAA JJFAAA VVVVxx -474 3624 0 2 4 14 74 474 474 474 474 148 149 GSAAAA KJFAAA AAAAxx -9294 3625 0 2 4 14 94 294 1294 4294 9294 188 189 MTAAAA LJFAAA HHHHxx -7555 3626 1 3 5 15 55 555 1555 2555 7555 110 111 PEAAAA MJFAAA OOOOxx -8076 3627 0 0 6 16 76 76 76 3076 8076 152 153 QYAAAA NJFAAA VVVVxx -3840 3628 0 0 0 0 40 840 1840 3840 3840 80 81 SRAAAA OJFAAA AAAAxx -5955 3629 1 3 5 15 55 955 1955 955 5955 110 111 BVAAAA PJFAAA HHHHxx -994 3630 0 2 4 14 94 994 994 994 994 188 189 GMAAAA QJFAAA OOOOxx -2089 3631 1 1 9 9 89 89 89 2089 2089 178 179 JCAAAA RJFAAA VVVVxx -869 3632 1 1 9 9 69 869 869 869 869 138 139 LHAAAA SJFAAA AAAAxx -1223 3633 1 3 3 3 23 223 1223 1223 1223 46 47 BVAAAA TJFAAA HHHHxx -1514 3634 0 2 4 14 14 514 1514 1514 1514 28 29 GGAAAA UJFAAA OOOOxx -4891 3635 1 3 1 11 91 891 891 4891 4891 182 183 DGAAAA VJFAAA VVVVxx -4190 3636 0 2 0 10 90 190 190 4190 4190 180 181 EFAAAA WJFAAA AAAAxx -4377 3637 1 1 7 17 77 377 377 4377 4377 154 155 JMAAAA XJFAAA HHHHxx -9195 3638 1 3 5 15 95 195 1195 4195 9195 190 191 RPAAAA YJFAAA OOOOxx -3827 3639 1 3 7 7 27 827 1827 3827 3827 54 55 FRAAAA ZJFAAA VVVVxx -7386 3640 0 2 6 6 86 386 1386 2386 7386 172 173 CYAAAA AKFAAA AAAAxx -6665 3641 1 1 5 5 65 665 665 1665 6665 130 131 JWAAAA BKFAAA HHHHxx -7514 3642 0 2 4 14 14 514 1514 2514 7514 28 29 ADAAAA CKFAAA OOOOxx -6431 3643 1 3 1 11 31 431 431 1431 6431 62 63 JNAAAA DKFAAA VVVVxx -3251 3644 1 3 1 11 51 251 1251 3251 3251 102 103 BVAAAA EKFAAA AAAAxx -8439 3645 1 3 9 19 39 439 439 3439 8439 78 79 PMAAAA FKFAAA HHHHxx -831 3646 1 3 1 11 31 831 831 831 831 62 63 ZFAAAA GKFAAA OOOOxx -8485 3647 1 1 5 5 85 485 485 3485 8485 170 171 JOAAAA HKFAAA VVVVxx -7314 3648 0 2 4 14 14 314 1314 2314 7314 28 29 IVAAAA IKFAAA AAAAxx -3044 3649 0 0 4 4 44 44 1044 3044 3044 88 89 CNAAAA JKFAAA HHHHxx -4283 3650 1 3 3 3 83 283 283 4283 4283 166 167 TIAAAA KKFAAA OOOOxx -298 3651 0 2 8 18 98 298 298 298 298 196 197 MLAAAA LKFAAA VVVVxx -7114 3652 0 2 4 14 14 114 1114 2114 7114 28 29 QNAAAA MKFAAA AAAAxx -9664 3653 0 0 4 4 64 664 1664 4664 9664 128 129 SHAAAA NKFAAA HHHHxx -5315 3654 1 3 5 15 15 315 1315 315 5315 30 31 LWAAAA OKFAAA OOOOxx -2164 3655 0 0 4 4 64 164 164 2164 2164 128 129 GFAAAA PKFAAA VVVVxx -3390 3656 0 2 0 10 90 390 1390 3390 3390 180 181 KAAAAA QKFAAA AAAAxx -836 3657 0 0 6 16 36 836 836 836 836 72 73 EGAAAA RKFAAA HHHHxx -3316 3658 0 0 6 16 16 316 1316 3316 3316 32 33 OXAAAA SKFAAA OOOOxx -1284 3659 0 0 4 4 84 284 1284 1284 1284 168 169 KXAAAA TKFAAA VVVVxx -2497 3660 1 1 7 17 97 497 497 2497 2497 194 195 BSAAAA UKFAAA AAAAxx -1374 3661 0 2 4 14 74 374 1374 1374 1374 148 149 WAAAAA VKFAAA HHHHxx -9525 3662 1 1 5 5 25 525 1525 4525 9525 50 51 JCAAAA WKFAAA OOOOxx -2911 3663 1 3 1 11 11 911 911 2911 2911 22 23 ZHAAAA XKFAAA VVVVxx -9686 3664 0 2 6 6 86 686 1686 4686 9686 172 173 OIAAAA YKFAAA AAAAxx -584 3665 0 0 4 4 84 584 584 584 584 168 169 MWAAAA ZKFAAA HHHHxx -5653 3666 1 1 3 13 53 653 1653 653 5653 106 107 LJAAAA ALFAAA OOOOxx -4986 3667 0 2 6 6 86 986 986 4986 4986 172 173 UJAAAA BLFAAA VVVVxx -6049 3668 1 1 9 9 49 49 49 1049 6049 98 99 RYAAAA CLFAAA AAAAxx -9891 3669 1 3 1 11 91 891 1891 4891 9891 182 183 LQAAAA DLFAAA HHHHxx -8809 3670 1 1 9 9 9 809 809 3809 8809 18 19 VAAAAA ELFAAA OOOOxx -8598 3671 0 2 8 18 98 598 598 3598 8598 196 197 SSAAAA FLFAAA VVVVxx -2573 3672 1 1 3 13 73 573 573 2573 2573 146 147 ZUAAAA GLFAAA AAAAxx -6864 3673 0 0 4 4 64 864 864 1864 6864 128 129 AEAAAA HLFAAA HHHHxx -7932 3674 0 0 2 12 32 932 1932 2932 7932 64 65 CTAAAA ILFAAA OOOOxx -6605 3675 1 1 5 5 5 605 605 1605 6605 10 11 BUAAAA JLFAAA VVVVxx -9500 3676 0 0 0 0 0 500 1500 4500 9500 0 1 KBAAAA KLFAAA AAAAxx -8742 3677 0 2 2 2 42 742 742 3742 8742 84 85 GYAAAA LLFAAA HHHHxx -9815 3678 1 3 5 15 15 815 1815 4815 9815 30 31 NNAAAA MLFAAA OOOOxx -3319 3679 1 3 9 19 19 319 1319 3319 3319 38 39 RXAAAA NLFAAA VVVVxx -184 3680 0 0 4 4 84 184 184 184 184 168 169 CHAAAA OLFAAA AAAAxx -8886 3681 0 2 6 6 86 886 886 3886 8886 172 173 UDAAAA PLFAAA HHHHxx -7050 3682 0 2 0 10 50 50 1050 2050 7050 100 101 ELAAAA QLFAAA OOOOxx -9781 3683 1 1 1 1 81 781 1781 4781 9781 162 163 FMAAAA RLFAAA VVVVxx -2443 3684 1 3 3 3 43 443 443 2443 2443 86 87 ZPAAAA SLFAAA AAAAxx -1160 3685 0 0 0 0 60 160 1160 1160 1160 120 121 QSAAAA TLFAAA HHHHxx -4600 3686 0 0 0 0 0 600 600 4600 4600 0 1 YUAAAA ULFAAA OOOOxx -813 3687 1 1 3 13 13 813 813 813 813 26 27 HFAAAA VLFAAA VVVVxx -5078 3688 0 2 8 18 78 78 1078 78 5078 156 157 INAAAA WLFAAA AAAAxx -9008 3689 0 0 8 8 8 8 1008 4008 9008 16 17 MIAAAA XLFAAA HHHHxx -9016 3690 0 0 6 16 16 16 1016 4016 9016 32 33 UIAAAA YLFAAA OOOOxx -2747 3691 1 3 7 7 47 747 747 2747 2747 94 95 RBAAAA ZLFAAA VVVVxx -3106 3692 0 2 6 6 6 106 1106 3106 3106 12 13 MPAAAA AMFAAA AAAAxx -8235 3693 1 3 5 15 35 235 235 3235 8235 70 71 TEAAAA BMFAAA HHHHxx -5582 3694 0 2 2 2 82 582 1582 582 5582 164 165 SGAAAA CMFAAA OOOOxx -4334 3695 0 2 4 14 34 334 334 4334 4334 68 69 SKAAAA DMFAAA VVVVxx -1612 3696 0 0 2 12 12 612 1612 1612 1612 24 25 AKAAAA EMFAAA AAAAxx -5650 3697 0 2 0 10 50 650 1650 650 5650 100 101 IJAAAA FMFAAA HHHHxx -6086 3698 0 2 6 6 86 86 86 1086 6086 172 173 CAAAAA GMFAAA OOOOxx -9667 3699 1 3 7 7 67 667 1667 4667 9667 134 135 VHAAAA HMFAAA VVVVxx -4215 3700 1 3 5 15 15 215 215 4215 4215 30 31 DGAAAA IMFAAA AAAAxx -8553 3701 1 1 3 13 53 553 553 3553 8553 106 107 ZQAAAA JMFAAA HHHHxx -9066 3702 0 2 6 6 66 66 1066 4066 9066 132 133 SKAAAA KMFAAA OOOOxx -1092 3703 0 0 2 12 92 92 1092 1092 1092 184 185 AQAAAA LMFAAA VVVVxx -2848 3704 0 0 8 8 48 848 848 2848 2848 96 97 OFAAAA MMFAAA AAAAxx -2765 3705 1 1 5 5 65 765 765 2765 2765 130 131 JCAAAA NMFAAA HHHHxx -6513 3706 1 1 3 13 13 513 513 1513 6513 26 27 NQAAAA OMFAAA OOOOxx -6541 3707 1 1 1 1 41 541 541 1541 6541 82 83 PRAAAA PMFAAA VVVVxx -9617 3708 1 1 7 17 17 617 1617 4617 9617 34 35 XFAAAA QMFAAA AAAAxx -5870 3709 0 2 0 10 70 870 1870 870 5870 140 141 URAAAA RMFAAA HHHHxx -8811 3710 1 3 1 11 11 811 811 3811 8811 22 23 XAAAAA SMFAAA OOOOxx -4529 3711 1 1 9 9 29 529 529 4529 4529 58 59 FSAAAA TMFAAA VVVVxx -161 3712 1 1 1 1 61 161 161 161 161 122 123 FGAAAA UMFAAA AAAAxx -641 3713 1 1 1 1 41 641 641 641 641 82 83 RYAAAA VMFAAA HHHHxx -4767 3714 1 3 7 7 67 767 767 4767 4767 134 135 JBAAAA WMFAAA OOOOxx -6293 3715 1 1 3 13 93 293 293 1293 6293 186 187 BIAAAA XMFAAA VVVVxx -3816 3716 0 0 6 16 16 816 1816 3816 3816 32 33 UQAAAA YMFAAA AAAAxx -4748 3717 0 0 8 8 48 748 748 4748 4748 96 97 QAAAAA ZMFAAA HHHHxx -9924 3718 0 0 4 4 24 924 1924 4924 9924 48 49 SRAAAA ANFAAA OOOOxx -6716 3719 0 0 6 16 16 716 716 1716 6716 32 33 IYAAAA BNFAAA VVVVxx -8828 3720 0 0 8 8 28 828 828 3828 8828 56 57 OBAAAA CNFAAA AAAAxx -4967 3721 1 3 7 7 67 967 967 4967 4967 134 135 BJAAAA DNFAAA HHHHxx -9680 3722 0 0 0 0 80 680 1680 4680 9680 160 161 IIAAAA ENFAAA OOOOxx -2784 3723 0 0 4 4 84 784 784 2784 2784 168 169 CDAAAA FNFAAA VVVVxx -2882 3724 0 2 2 2 82 882 882 2882 2882 164 165 WGAAAA GNFAAA AAAAxx -3641 3725 1 1 1 1 41 641 1641 3641 3641 82 83 BKAAAA HNFAAA HHHHxx -5537 3726 1 1 7 17 37 537 1537 537 5537 74 75 ZEAAAA INFAAA OOOOxx -820 3727 0 0 0 0 20 820 820 820 820 40 41 OFAAAA JNFAAA VVVVxx -5847 3728 1 3 7 7 47 847 1847 847 5847 94 95 XQAAAA KNFAAA AAAAxx -566 3729 0 2 6 6 66 566 566 566 566 132 133 UVAAAA LNFAAA HHHHxx -2246 3730 0 2 6 6 46 246 246 2246 2246 92 93 KIAAAA MNFAAA OOOOxx -6680 3731 0 0 0 0 80 680 680 1680 6680 160 161 YWAAAA NNFAAA VVVVxx -2014 3732 0 2 4 14 14 14 14 2014 2014 28 29 MZAAAA ONFAAA AAAAxx -8355 3733 1 3 5 15 55 355 355 3355 8355 110 111 JJAAAA PNFAAA HHHHxx -1610 3734 0 2 0 10 10 610 1610 1610 1610 20 21 YJAAAA QNFAAA OOOOxx -9719 3735 1 3 9 19 19 719 1719 4719 9719 38 39 VJAAAA RNFAAA VVVVxx -8498 3736 0 2 8 18 98 498 498 3498 8498 196 197 WOAAAA SNFAAA AAAAxx -5883 3737 1 3 3 3 83 883 1883 883 5883 166 167 HSAAAA TNFAAA HHHHxx -7380 3738 0 0 0 0 80 380 1380 2380 7380 160 161 WXAAAA UNFAAA OOOOxx -8865 3739 1 1 5 5 65 865 865 3865 8865 130 131 ZCAAAA VNFAAA VVVVxx -4743 3740 1 3 3 3 43 743 743 4743 4743 86 87 LAAAAA WNFAAA AAAAxx -5086 3741 0 2 6 6 86 86 1086 86 5086 172 173 QNAAAA XNFAAA HHHHxx -2739 3742 1 3 9 19 39 739 739 2739 2739 78 79 JBAAAA YNFAAA OOOOxx -9375 3743 1 3 5 15 75 375 1375 4375 9375 150 151 PWAAAA ZNFAAA VVVVxx -7876 3744 0 0 6 16 76 876 1876 2876 7876 152 153 YQAAAA AOFAAA AAAAxx -453 3745 1 1 3 13 53 453 453 453 453 106 107 LRAAAA BOFAAA HHHHxx -6987 3746 1 3 7 7 87 987 987 1987 6987 174 175 TIAAAA COFAAA OOOOxx -2860 3747 0 0 0 0 60 860 860 2860 2860 120 121 AGAAAA DOFAAA VVVVxx -8372 3748 0 0 2 12 72 372 372 3372 8372 144 145 AKAAAA EOFAAA AAAAxx -2048 3749 0 0 8 8 48 48 48 2048 2048 96 97 UAAAAA FOFAAA HHHHxx -9231 3750 1 3 1 11 31 231 1231 4231 9231 62 63 BRAAAA GOFAAA OOOOxx -634 3751 0 2 4 14 34 634 634 634 634 68 69 KYAAAA HOFAAA VVVVxx -3998 3752 0 2 8 18 98 998 1998 3998 3998 196 197 UXAAAA IOFAAA AAAAxx -4728 3753 0 0 8 8 28 728 728 4728 4728 56 57 WZAAAA JOFAAA HHHHxx -579 3754 1 3 9 19 79 579 579 579 579 158 159 HWAAAA KOFAAA OOOOxx -815 3755 1 3 5 15 15 815 815 815 815 30 31 JFAAAA LOFAAA VVVVxx -1009 3756 1 1 9 9 9 9 1009 1009 1009 18 19 VMAAAA MOFAAA AAAAxx -6596 3757 0 0 6 16 96 596 596 1596 6596 192 193 STAAAA NOFAAA HHHHxx -2793 3758 1 1 3 13 93 793 793 2793 2793 186 187 LDAAAA OOFAAA OOOOxx -9589 3759 1 1 9 9 89 589 1589 4589 9589 178 179 VEAAAA POFAAA VVVVxx -2794 3760 0 2 4 14 94 794 794 2794 2794 188 189 MDAAAA QOFAAA AAAAxx -2551 3761 1 3 1 11 51 551 551 2551 2551 102 103 DUAAAA ROFAAA HHHHxx -1588 3762 0 0 8 8 88 588 1588 1588 1588 176 177 CJAAAA SOFAAA OOOOxx -4443 3763 1 3 3 3 43 443 443 4443 4443 86 87 XOAAAA TOFAAA VVVVxx -5009 3764 1 1 9 9 9 9 1009 9 5009 18 19 RKAAAA UOFAAA AAAAxx -4287 3765 1 3 7 7 87 287 287 4287 4287 174 175 XIAAAA VOFAAA HHHHxx -2167 3766 1 3 7 7 67 167 167 2167 2167 134 135 JFAAAA WOFAAA OOOOxx -2290 3767 0 2 0 10 90 290 290 2290 2290 180 181 CKAAAA XOFAAA VVVVxx -7225 3768 1 1 5 5 25 225 1225 2225 7225 50 51 XRAAAA YOFAAA AAAAxx -8992 3769 0 0 2 12 92 992 992 3992 8992 184 185 WHAAAA ZOFAAA HHHHxx -1540 3770 0 0 0 0 40 540 1540 1540 1540 80 81 GHAAAA APFAAA OOOOxx -2029 3771 1 1 9 9 29 29 29 2029 2029 58 59 BAAAAA BPFAAA VVVVxx -2855 3772 1 3 5 15 55 855 855 2855 2855 110 111 VFAAAA CPFAAA AAAAxx -3534 3773 0 2 4 14 34 534 1534 3534 3534 68 69 YFAAAA DPFAAA HHHHxx -8078 3774 0 2 8 18 78 78 78 3078 8078 156 157 SYAAAA EPFAAA OOOOxx -9778 3775 0 2 8 18 78 778 1778 4778 9778 156 157 CMAAAA FPFAAA VVVVxx -3543 3776 1 3 3 3 43 543 1543 3543 3543 86 87 HGAAAA GPFAAA AAAAxx -4778 3777 0 2 8 18 78 778 778 4778 4778 156 157 UBAAAA HPFAAA HHHHxx -8931 3778 1 3 1 11 31 931 931 3931 8931 62 63 NFAAAA IPFAAA OOOOxx -557 3779 1 1 7 17 57 557 557 557 557 114 115 LVAAAA JPFAAA VVVVxx -5546 3780 0 2 6 6 46 546 1546 546 5546 92 93 IFAAAA KPFAAA AAAAxx -7527 3781 1 3 7 7 27 527 1527 2527 7527 54 55 NDAAAA LPFAAA HHHHxx -5000 3782 0 0 0 0 0 0 1000 0 5000 0 1 IKAAAA MPFAAA OOOOxx -7587 3783 1 3 7 7 87 587 1587 2587 7587 174 175 VFAAAA NPFAAA VVVVxx -3014 3784 0 2 4 14 14 14 1014 3014 3014 28 29 YLAAAA OPFAAA AAAAxx -5276 3785 0 0 6 16 76 276 1276 276 5276 152 153 YUAAAA PPFAAA HHHHxx -6457 3786 1 1 7 17 57 457 457 1457 6457 114 115 JOAAAA QPFAAA OOOOxx -389 3787 1 1 9 9 89 389 389 389 389 178 179 ZOAAAA RPFAAA VVVVxx -7104 3788 0 0 4 4 4 104 1104 2104 7104 8 9 GNAAAA SPFAAA AAAAxx -9995 3789 1 3 5 15 95 995 1995 4995 9995 190 191 LUAAAA TPFAAA HHHHxx -7368 3790 0 0 8 8 68 368 1368 2368 7368 136 137 KXAAAA UPFAAA OOOOxx -3258 3791 0 2 8 18 58 258 1258 3258 3258 116 117 IVAAAA VPFAAA VVVVxx -9208 3792 0 0 8 8 8 208 1208 4208 9208 16 17 EQAAAA WPFAAA AAAAxx -2396 3793 0 0 6 16 96 396 396 2396 2396 192 193 EOAAAA XPFAAA HHHHxx -1715 3794 1 3 5 15 15 715 1715 1715 1715 30 31 ZNAAAA YPFAAA OOOOxx -1240 3795 0 0 0 0 40 240 1240 1240 1240 80 81 SVAAAA ZPFAAA VVVVxx -1952 3796 0 0 2 12 52 952 1952 1952 1952 104 105 CXAAAA AQFAAA AAAAxx -4403 3797 1 3 3 3 3 403 403 4403 4403 6 7 JNAAAA BQFAAA HHHHxx -6333 3798 1 1 3 13 33 333 333 1333 6333 66 67 PJAAAA CQFAAA OOOOxx -2492 3799 0 0 2 12 92 492 492 2492 2492 184 185 WRAAAA DQFAAA VVVVxx -6543 3800 1 3 3 3 43 543 543 1543 6543 86 87 RRAAAA EQFAAA AAAAxx -5548 3801 0 0 8 8 48 548 1548 548 5548 96 97 KFAAAA FQFAAA HHHHxx -3458 3802 0 2 8 18 58 458 1458 3458 3458 116 117 ADAAAA GQFAAA OOOOxx -2588 3803 0 0 8 8 88 588 588 2588 2588 176 177 OVAAAA HQFAAA VVVVxx -1364 3804 0 0 4 4 64 364 1364 1364 1364 128 129 MAAAAA IQFAAA AAAAxx -9856 3805 0 0 6 16 56 856 1856 4856 9856 112 113 CPAAAA JQFAAA HHHHxx -4964 3806 0 0 4 4 64 964 964 4964 4964 128 129 YIAAAA KQFAAA OOOOxx -773 3807 1 1 3 13 73 773 773 773 773 146 147 TDAAAA LQFAAA VVVVxx -6402 3808 0 2 2 2 2 402 402 1402 6402 4 5 GMAAAA MQFAAA AAAAxx -7213 3809 1 1 3 13 13 213 1213 2213 7213 26 27 LRAAAA NQFAAA HHHHxx -3385 3810 1 1 5 5 85 385 1385 3385 3385 170 171 FAAAAA OQFAAA OOOOxx -6005 3811 1 1 5 5 5 5 5 1005 6005 10 11 ZWAAAA PQFAAA VVVVxx -9346 3812 0 2 6 6 46 346 1346 4346 9346 92 93 MVAAAA QQFAAA AAAAxx -1831 3813 1 3 1 11 31 831 1831 1831 1831 62 63 LSAAAA RQFAAA HHHHxx -5406 3814 0 2 6 6 6 406 1406 406 5406 12 13 YZAAAA SQFAAA OOOOxx -2154 3815 0 2 4 14 54 154 154 2154 2154 108 109 WEAAAA TQFAAA VVVVxx -3721 3816 1 1 1 1 21 721 1721 3721 3721 42 43 DNAAAA UQFAAA AAAAxx -2889 3817 1 1 9 9 89 889 889 2889 2889 178 179 DHAAAA VQFAAA HHHHxx -4410 3818 0 2 0 10 10 410 410 4410 4410 20 21 QNAAAA WQFAAA OOOOxx -7102 3819 0 2 2 2 2 102 1102 2102 7102 4 5 ENAAAA XQFAAA VVVVxx -4057 3820 1 1 7 17 57 57 57 4057 4057 114 115 BAAAAA YQFAAA AAAAxx -9780 3821 0 0 0 0 80 780 1780 4780 9780 160 161 EMAAAA ZQFAAA HHHHxx -9481 3822 1 1 1 1 81 481 1481 4481 9481 162 163 RAAAAA ARFAAA OOOOxx -2366 3823 0 2 6 6 66 366 366 2366 2366 132 133 ANAAAA BRFAAA VVVVxx -2708 3824 0 0 8 8 8 708 708 2708 2708 16 17 EAAAAA CRFAAA AAAAxx -7399 3825 1 3 9 19 99 399 1399 2399 7399 198 199 PYAAAA DRFAAA HHHHxx -5234 3826 0 2 4 14 34 234 1234 234 5234 68 69 ITAAAA ERFAAA OOOOxx -1843 3827 1 3 3 3 43 843 1843 1843 1843 86 87 XSAAAA FRFAAA VVVVxx -1006 3828 0 2 6 6 6 6 1006 1006 1006 12 13 SMAAAA GRFAAA AAAAxx -7696 3829 0 0 6 16 96 696 1696 2696 7696 192 193 AKAAAA HRFAAA HHHHxx -6411 3830 1 3 1 11 11 411 411 1411 6411 22 23 PMAAAA IRFAAA OOOOxx -3913 3831 1 1 3 13 13 913 1913 3913 3913 26 27 NUAAAA JRFAAA VVVVxx -2538 3832 0 2 8 18 38 538 538 2538 2538 76 77 QTAAAA KRFAAA AAAAxx -3019 3833 1 3 9 19 19 19 1019 3019 3019 38 39 DMAAAA LRFAAA HHHHxx -107 3834 1 3 7 7 7 107 107 107 107 14 15 DEAAAA MRFAAA OOOOxx -427 3835 1 3 7 7 27 427 427 427 427 54 55 LQAAAA NRFAAA VVVVxx -9849 3836 1 1 9 9 49 849 1849 4849 9849 98 99 VOAAAA ORFAAA AAAAxx -4195 3837 1 3 5 15 95 195 195 4195 4195 190 191 JFAAAA PRFAAA HHHHxx -9215 3838 1 3 5 15 15 215 1215 4215 9215 30 31 LQAAAA QRFAAA OOOOxx -3165 3839 1 1 5 5 65 165 1165 3165 3165 130 131 TRAAAA RRFAAA VVVVxx -3280 3840 0 0 0 0 80 280 1280 3280 3280 160 161 EWAAAA SRFAAA AAAAxx -4477 3841 1 1 7 17 77 477 477 4477 4477 154 155 FQAAAA TRFAAA HHHHxx -5885 3842 1 1 5 5 85 885 1885 885 5885 170 171 JSAAAA URFAAA OOOOxx -3311 3843 1 3 1 11 11 311 1311 3311 3311 22 23 JXAAAA VRFAAA VVVVxx -6453 3844 1 1 3 13 53 453 453 1453 6453 106 107 FOAAAA WRFAAA AAAAxx -8527 3845 1 3 7 7 27 527 527 3527 8527 54 55 ZPAAAA XRFAAA HHHHxx -1921 3846 1 1 1 1 21 921 1921 1921 1921 42 43 XVAAAA YRFAAA OOOOxx -2427 3847 1 3 7 7 27 427 427 2427 2427 54 55 JPAAAA ZRFAAA VVVVxx -3691 3848 1 3 1 11 91 691 1691 3691 3691 182 183 ZLAAAA ASFAAA AAAAxx -3882 3849 0 2 2 2 82 882 1882 3882 3882 164 165 ITAAAA BSFAAA HHHHxx -562 3850 0 2 2 2 62 562 562 562 562 124 125 QVAAAA CSFAAA OOOOxx -377 3851 1 1 7 17 77 377 377 377 377 154 155 NOAAAA DSFAAA VVVVxx -1497 3852 1 1 7 17 97 497 1497 1497 1497 194 195 PFAAAA ESFAAA AAAAxx -4453 3853 1 1 3 13 53 453 453 4453 4453 106 107 HPAAAA FSFAAA HHHHxx -4678 3854 0 2 8 18 78 678 678 4678 4678 156 157 YXAAAA GSFAAA OOOOxx -2234 3855 0 2 4 14 34 234 234 2234 2234 68 69 YHAAAA HSFAAA VVVVxx -1073 3856 1 1 3 13 73 73 1073 1073 1073 146 147 HPAAAA ISFAAA AAAAxx -6479 3857 1 3 9 19 79 479 479 1479 6479 158 159 FPAAAA JSFAAA HHHHxx -5665 3858 1 1 5 5 65 665 1665 665 5665 130 131 XJAAAA KSFAAA OOOOxx -586 3859 0 2 6 6 86 586 586 586 586 172 173 OWAAAA LSFAAA VVVVxx -1584 3860 0 0 4 4 84 584 1584 1584 1584 168 169 YIAAAA MSFAAA AAAAxx -2574 3861 0 2 4 14 74 574 574 2574 2574 148 149 AVAAAA NSFAAA HHHHxx -9833 3862 1 1 3 13 33 833 1833 4833 9833 66 67 FOAAAA OSFAAA OOOOxx -6726 3863 0 2 6 6 26 726 726 1726 6726 52 53 SYAAAA PSFAAA VVVVxx -8497 3864 1 1 7 17 97 497 497 3497 8497 194 195 VOAAAA QSFAAA AAAAxx -2914 3865 0 2 4 14 14 914 914 2914 2914 28 29 CIAAAA RSFAAA HHHHxx -8586 3866 0 2 6 6 86 586 586 3586 8586 172 173 GSAAAA SSFAAA OOOOxx -6973 3867 1 1 3 13 73 973 973 1973 6973 146 147 FIAAAA TSFAAA VVVVxx -1322 3868 0 2 2 2 22 322 1322 1322 1322 44 45 WYAAAA USFAAA AAAAxx -5242 3869 0 2 2 2 42 242 1242 242 5242 84 85 QTAAAA VSFAAA HHHHxx -5581 3870 1 1 1 1 81 581 1581 581 5581 162 163 RGAAAA WSFAAA OOOOxx -1365 3871 1 1 5 5 65 365 1365 1365 1365 130 131 NAAAAA XSFAAA VVVVxx -2818 3872 0 2 8 18 18 818 818 2818 2818 36 37 KEAAAA YSFAAA AAAAxx -3758 3873 0 2 8 18 58 758 1758 3758 3758 116 117 OOAAAA ZSFAAA HHHHxx -2665 3874 1 1 5 5 65 665 665 2665 2665 130 131 NYAAAA ATFAAA OOOOxx -9823 3875 1 3 3 3 23 823 1823 4823 9823 46 47 VNAAAA BTFAAA VVVVxx -7057 3876 1 1 7 17 57 57 1057 2057 7057 114 115 LLAAAA CTFAAA AAAAxx -543 3877 1 3 3 3 43 543 543 543 543 86 87 XUAAAA DTFAAA HHHHxx -4008 3878 0 0 8 8 8 8 8 4008 4008 16 17 EYAAAA ETFAAA OOOOxx -4397 3879 1 1 7 17 97 397 397 4397 4397 194 195 DNAAAA FTFAAA VVVVxx -8533 3880 1 1 3 13 33 533 533 3533 8533 66 67 FQAAAA GTFAAA AAAAxx -9728 3881 0 0 8 8 28 728 1728 4728 9728 56 57 EKAAAA HTFAAA HHHHxx -5198 3882 0 2 8 18 98 198 1198 198 5198 196 197 YRAAAA ITFAAA OOOOxx -5036 3883 0 0 6 16 36 36 1036 36 5036 72 73 SLAAAA JTFAAA VVVVxx -4394 3884 0 2 4 14 94 394 394 4394 4394 188 189 ANAAAA KTFAAA AAAAxx -9633 3885 1 1 3 13 33 633 1633 4633 9633 66 67 NGAAAA LTFAAA HHHHxx -3339 3886 1 3 9 19 39 339 1339 3339 3339 78 79 LYAAAA MTFAAA OOOOxx -9529 3887 1 1 9 9 29 529 1529 4529 9529 58 59 NCAAAA NTFAAA VVVVxx -4780 3888 0 0 0 0 80 780 780 4780 4780 160 161 WBAAAA OTFAAA AAAAxx -4862 3889 0 2 2 2 62 862 862 4862 4862 124 125 AFAAAA PTFAAA HHHHxx -8152 3890 0 0 2 12 52 152 152 3152 8152 104 105 OBAAAA QTFAAA OOOOxx -9330 3891 0 2 0 10 30 330 1330 4330 9330 60 61 WUAAAA RTFAAA VVVVxx -4362 3892 0 2 2 2 62 362 362 4362 4362 124 125 ULAAAA STFAAA AAAAxx -4688 3893 0 0 8 8 88 688 688 4688 4688 176 177 IYAAAA TTFAAA HHHHxx -1903 3894 1 3 3 3 3 903 1903 1903 1903 6 7 FVAAAA UTFAAA OOOOxx -9027 3895 1 3 7 7 27 27 1027 4027 9027 54 55 FJAAAA VTFAAA VVVVxx -5385 3896 1 1 5 5 85 385 1385 385 5385 170 171 DZAAAA WTFAAA AAAAxx -9854 3897 0 2 4 14 54 854 1854 4854 9854 108 109 APAAAA XTFAAA HHHHxx -9033 3898 1 1 3 13 33 33 1033 4033 9033 66 67 LJAAAA YTFAAA OOOOxx -3185 3899 1 1 5 5 85 185 1185 3185 3185 170 171 NSAAAA ZTFAAA VVVVxx -2618 3900 0 2 8 18 18 618 618 2618 2618 36 37 SWAAAA AUFAAA AAAAxx -371 3901 1 3 1 11 71 371 371 371 371 142 143 HOAAAA BUFAAA HHHHxx -3697 3902 1 1 7 17 97 697 1697 3697 3697 194 195 FMAAAA CUFAAA OOOOxx -1682 3903 0 2 2 2 82 682 1682 1682 1682 164 165 SMAAAA DUFAAA VVVVxx -3333 3904 1 1 3 13 33 333 1333 3333 3333 66 67 FYAAAA EUFAAA AAAAxx -1722 3905 0 2 2 2 22 722 1722 1722 1722 44 45 GOAAAA FUFAAA HHHHxx -2009 3906 1 1 9 9 9 9 9 2009 2009 18 19 HZAAAA GUFAAA OOOOxx -3517 3907 1 1 7 17 17 517 1517 3517 3517 34 35 HFAAAA HUFAAA VVVVxx -7640 3908 0 0 0 0 40 640 1640 2640 7640 80 81 WHAAAA IUFAAA AAAAxx -259 3909 1 3 9 19 59 259 259 259 259 118 119 ZJAAAA JUFAAA HHHHxx -1400 3910 0 0 0 0 0 400 1400 1400 1400 0 1 WBAAAA KUFAAA OOOOxx -6663 3911 1 3 3 3 63 663 663 1663 6663 126 127 HWAAAA LUFAAA VVVVxx -1576 3912 0 0 6 16 76 576 1576 1576 1576 152 153 QIAAAA MUFAAA AAAAxx -8843 3913 1 3 3 3 43 843 843 3843 8843 86 87 DCAAAA NUFAAA HHHHxx -9474 3914 0 2 4 14 74 474 1474 4474 9474 148 149 KAAAAA OUFAAA OOOOxx -1597 3915 1 1 7 17 97 597 1597 1597 1597 194 195 LJAAAA PUFAAA VVVVxx -1143 3916 1 3 3 3 43 143 1143 1143 1143 86 87 ZRAAAA QUFAAA AAAAxx -4162 3917 0 2 2 2 62 162 162 4162 4162 124 125 CEAAAA RUFAAA HHHHxx -1301 3918 1 1 1 1 1 301 1301 1301 1301 2 3 BYAAAA SUFAAA OOOOxx -2935 3919 1 3 5 15 35 935 935 2935 2935 70 71 XIAAAA TUFAAA VVVVxx -886 3920 0 2 6 6 86 886 886 886 886 172 173 CIAAAA UUFAAA AAAAxx -1661 3921 1 1 1 1 61 661 1661 1661 1661 122 123 XLAAAA VUFAAA HHHHxx -1026 3922 0 2 6 6 26 26 1026 1026 1026 52 53 MNAAAA WUFAAA OOOOxx -7034 3923 0 2 4 14 34 34 1034 2034 7034 68 69 OKAAAA XUFAAA VVVVxx -2305 3924 1 1 5 5 5 305 305 2305 2305 10 11 RKAAAA YUFAAA AAAAxx -1725 3925 1 1 5 5 25 725 1725 1725 1725 50 51 JOAAAA ZUFAAA HHHHxx -909 3926 1 1 9 9 9 909 909 909 909 18 19 ZIAAAA AVFAAA OOOOxx -9906 3927 0 2 6 6 6 906 1906 4906 9906 12 13 ARAAAA BVFAAA VVVVxx -3309 3928 1 1 9 9 9 309 1309 3309 3309 18 19 HXAAAA CVFAAA AAAAxx -515 3929 1 3 5 15 15 515 515 515 515 30 31 VTAAAA DVFAAA HHHHxx -932 3930 0 0 2 12 32 932 932 932 932 64 65 WJAAAA EVFAAA OOOOxx -8144 3931 0 0 4 4 44 144 144 3144 8144 88 89 GBAAAA FVFAAA VVVVxx -5592 3932 0 0 2 12 92 592 1592 592 5592 184 185 CHAAAA GVFAAA AAAAxx -4003 3933 1 3 3 3 3 3 3 4003 4003 6 7 ZXAAAA HVFAAA HHHHxx -9566 3934 0 2 6 6 66 566 1566 4566 9566 132 133 YDAAAA IVFAAA OOOOxx -4556 3935 0 0 6 16 56 556 556 4556 4556 112 113 GTAAAA JVFAAA VVVVxx -268 3936 0 0 8 8 68 268 268 268 268 136 137 IKAAAA KVFAAA AAAAxx -8107 3937 1 3 7 7 7 107 107 3107 8107 14 15 VZAAAA LVFAAA HHHHxx -5816 3938 0 0 6 16 16 816 1816 816 5816 32 33 SPAAAA MVFAAA OOOOxx -8597 3939 1 1 7 17 97 597 597 3597 8597 194 195 RSAAAA NVFAAA VVVVxx -9611 3940 1 3 1 11 11 611 1611 4611 9611 22 23 RFAAAA OVFAAA AAAAxx -8070 3941 0 2 0 10 70 70 70 3070 8070 140 141 KYAAAA PVFAAA HHHHxx -6040 3942 0 0 0 0 40 40 40 1040 6040 80 81 IYAAAA QVFAAA OOOOxx -3184 3943 0 0 4 4 84 184 1184 3184 3184 168 169 MSAAAA RVFAAA VVVVxx -9656 3944 0 0 6 16 56 656 1656 4656 9656 112 113 KHAAAA SVFAAA AAAAxx -1577 3945 1 1 7 17 77 577 1577 1577 1577 154 155 RIAAAA TVFAAA HHHHxx -1805 3946 1 1 5 5 5 805 1805 1805 1805 10 11 LRAAAA UVFAAA OOOOxx -8268 3947 0 0 8 8 68 268 268 3268 8268 136 137 AGAAAA VVFAAA VVVVxx -3489 3948 1 1 9 9 89 489 1489 3489 3489 178 179 FEAAAA WVFAAA AAAAxx -4564 3949 0 0 4 4 64 564 564 4564 4564 128 129 OTAAAA XVFAAA HHHHxx -4006 3950 0 2 6 6 6 6 6 4006 4006 12 13 CYAAAA YVFAAA OOOOxx -8466 3951 0 2 6 6 66 466 466 3466 8466 132 133 QNAAAA ZVFAAA VVVVxx -938 3952 0 2 8 18 38 938 938 938 938 76 77 CKAAAA AWFAAA AAAAxx -5944 3953 0 0 4 4 44 944 1944 944 5944 88 89 QUAAAA BWFAAA HHHHxx -8363 3954 1 3 3 3 63 363 363 3363 8363 126 127 RJAAAA CWFAAA OOOOxx -5348 3955 0 0 8 8 48 348 1348 348 5348 96 97 SXAAAA DWFAAA VVVVxx -71 3956 1 3 1 11 71 71 71 71 71 142 143 TCAAAA EWFAAA AAAAxx -3620 3957 0 0 0 0 20 620 1620 3620 3620 40 41 GJAAAA FWFAAA HHHHxx -3230 3958 0 2 0 10 30 230 1230 3230 3230 60 61 GUAAAA GWFAAA OOOOxx -6132 3959 0 0 2 12 32 132 132 1132 6132 64 65 WBAAAA HWFAAA VVVVxx -6143 3960 1 3 3 3 43 143 143 1143 6143 86 87 HCAAAA IWFAAA AAAAxx -8781 3961 1 1 1 1 81 781 781 3781 8781 162 163 TZAAAA JWFAAA HHHHxx -5522 3962 0 2 2 2 22 522 1522 522 5522 44 45 KEAAAA KWFAAA OOOOxx -6320 3963 0 0 0 0 20 320 320 1320 6320 40 41 CJAAAA LWFAAA VVVVxx -3923 3964 1 3 3 3 23 923 1923 3923 3923 46 47 XUAAAA MWFAAA AAAAxx -2207 3965 1 3 7 7 7 207 207 2207 2207 14 15 XGAAAA NWFAAA HHHHxx -966 3966 0 2 6 6 66 966 966 966 966 132 133 ELAAAA OWFAAA OOOOxx -9020 3967 0 0 0 0 20 20 1020 4020 9020 40 41 YIAAAA PWFAAA VVVVxx -4616 3968 0 0 6 16 16 616 616 4616 4616 32 33 OVAAAA QWFAAA AAAAxx -8289 3969 1 1 9 9 89 289 289 3289 8289 178 179 VGAAAA RWFAAA HHHHxx -5796 3970 0 0 6 16 96 796 1796 796 5796 192 193 YOAAAA SWFAAA OOOOxx -9259 3971 1 3 9 19 59 259 1259 4259 9259 118 119 DSAAAA TWFAAA VVVVxx -3710 3972 0 2 0 10 10 710 1710 3710 3710 20 21 SMAAAA UWFAAA AAAAxx -251 3973 1 3 1 11 51 251 251 251 251 102 103 RJAAAA VWFAAA HHHHxx -7669 3974 1 1 9 9 69 669 1669 2669 7669 138 139 ZIAAAA WWFAAA OOOOxx -6304 3975 0 0 4 4 4 304 304 1304 6304 8 9 MIAAAA XWFAAA VVVVxx -6454 3976 0 2 4 14 54 454 454 1454 6454 108 109 GOAAAA YWFAAA AAAAxx -1489 3977 1 1 9 9 89 489 1489 1489 1489 178 179 HFAAAA ZWFAAA HHHHxx -715 3978 1 3 5 15 15 715 715 715 715 30 31 NBAAAA AXFAAA OOOOxx -4319 3979 1 3 9 19 19 319 319 4319 4319 38 39 DKAAAA BXFAAA VVVVxx -7112 3980 0 0 2 12 12 112 1112 2112 7112 24 25 ONAAAA CXFAAA AAAAxx -3726 3981 0 2 6 6 26 726 1726 3726 3726 52 53 INAAAA DXFAAA HHHHxx -7727 3982 1 3 7 7 27 727 1727 2727 7727 54 55 FLAAAA EXFAAA OOOOxx -8387 3983 1 3 7 7 87 387 387 3387 8387 174 175 PKAAAA FXFAAA VVVVxx -6555 3984 1 3 5 15 55 555 555 1555 6555 110 111 DSAAAA GXFAAA AAAAxx -1148 3985 0 0 8 8 48 148 1148 1148 1148 96 97 ESAAAA HXFAAA HHHHxx -9000 3986 0 0 0 0 0 0 1000 4000 9000 0 1 EIAAAA IXFAAA OOOOxx -5278 3987 0 2 8 18 78 278 1278 278 5278 156 157 AVAAAA JXFAAA VVVVxx -2388 3988 0 0 8 8 88 388 388 2388 2388 176 177 WNAAAA KXFAAA AAAAxx -7984 3989 0 0 4 4 84 984 1984 2984 7984 168 169 CVAAAA LXFAAA HHHHxx -881 3990 1 1 1 1 81 881 881 881 881 162 163 XHAAAA MXFAAA OOOOxx -6830 3991 0 2 0 10 30 830 830 1830 6830 60 61 SCAAAA NXFAAA VVVVxx -7056 3992 0 0 6 16 56 56 1056 2056 7056 112 113 KLAAAA OXFAAA AAAAxx -7581 3993 1 1 1 1 81 581 1581 2581 7581 162 163 PFAAAA PXFAAA HHHHxx -5214 3994 0 2 4 14 14 214 1214 214 5214 28 29 OSAAAA QXFAAA OOOOxx -2505 3995 1 1 5 5 5 505 505 2505 2505 10 11 JSAAAA RXFAAA VVVVxx -5112 3996 0 0 2 12 12 112 1112 112 5112 24 25 QOAAAA SXFAAA AAAAxx -9884 3997 0 0 4 4 84 884 1884 4884 9884 168 169 EQAAAA TXFAAA HHHHxx -8040 3998 0 0 0 0 40 40 40 3040 8040 80 81 GXAAAA UXFAAA OOOOxx -7033 3999 1 1 3 13 33 33 1033 2033 7033 66 67 NKAAAA VXFAAA VVVVxx -9343 4000 1 3 3 3 43 343 1343 4343 9343 86 87 JVAAAA WXFAAA AAAAxx -2931 4001 1 3 1 11 31 931 931 2931 2931 62 63 TIAAAA XXFAAA HHHHxx -9024 4002 0 0 4 4 24 24 1024 4024 9024 48 49 CJAAAA YXFAAA OOOOxx -6485 4003 1 1 5 5 85 485 485 1485 6485 170 171 LPAAAA ZXFAAA VVVVxx -3465 4004 1 1 5 5 65 465 1465 3465 3465 130 131 HDAAAA AYFAAA AAAAxx -3357 4005 1 1 7 17 57 357 1357 3357 3357 114 115 DZAAAA BYFAAA HHHHxx -2929 4006 1 1 9 9 29 929 929 2929 2929 58 59 RIAAAA CYFAAA OOOOxx -3086 4007 0 2 6 6 86 86 1086 3086 3086 172 173 SOAAAA DYFAAA VVVVxx -8897 4008 1 1 7 17 97 897 897 3897 8897 194 195 FEAAAA EYFAAA AAAAxx -9688 4009 0 0 8 8 88 688 1688 4688 9688 176 177 QIAAAA FYFAAA HHHHxx -6522 4010 0 2 2 2 22 522 522 1522 6522 44 45 WQAAAA GYFAAA OOOOxx -3241 4011 1 1 1 1 41 241 1241 3241 3241 82 83 RUAAAA HYFAAA VVVVxx -8770 4012 0 2 0 10 70 770 770 3770 8770 140 141 IZAAAA IYFAAA AAAAxx -2884 4013 0 0 4 4 84 884 884 2884 2884 168 169 YGAAAA JYFAAA HHHHxx -9579 4014 1 3 9 19 79 579 1579 4579 9579 158 159 LEAAAA KYFAAA OOOOxx -3125 4015 1 1 5 5 25 125 1125 3125 3125 50 51 FQAAAA LYFAAA VVVVxx -4604 4016 0 0 4 4 4 604 604 4604 4604 8 9 CVAAAA MYFAAA AAAAxx -2682 4017 0 2 2 2 82 682 682 2682 2682 164 165 EZAAAA NYFAAA HHHHxx -254 4018 0 2 4 14 54 254 254 254 254 108 109 UJAAAA OYFAAA OOOOxx -6569 4019 1 1 9 9 69 569 569 1569 6569 138 139 RSAAAA PYFAAA VVVVxx -2686 4020 0 2 6 6 86 686 686 2686 2686 172 173 IZAAAA QYFAAA AAAAxx -2123 4021 1 3 3 3 23 123 123 2123 2123 46 47 RDAAAA RYFAAA HHHHxx -1745 4022 1 1 5 5 45 745 1745 1745 1745 90 91 DPAAAA SYFAAA OOOOxx -247 4023 1 3 7 7 47 247 247 247 247 94 95 NJAAAA TYFAAA VVVVxx -5800 4024 0 0 0 0 0 800 1800 800 5800 0 1 CPAAAA UYFAAA AAAAxx -1121 4025 1 1 1 1 21 121 1121 1121 1121 42 43 DRAAAA VYFAAA HHHHxx -8893 4026 1 1 3 13 93 893 893 3893 8893 186 187 BEAAAA WYFAAA OOOOxx -7819 4027 1 3 9 19 19 819 1819 2819 7819 38 39 TOAAAA XYFAAA VVVVxx -1339 4028 1 3 9 19 39 339 1339 1339 1339 78 79 NZAAAA YYFAAA AAAAxx -5680 4029 0 0 0 0 80 680 1680 680 5680 160 161 MKAAAA ZYFAAA HHHHxx -5093 4030 1 1 3 13 93 93 1093 93 5093 186 187 XNAAAA AZFAAA OOOOxx -3508 4031 0 0 8 8 8 508 1508 3508 3508 16 17 YEAAAA BZFAAA VVVVxx -933 4032 1 1 3 13 33 933 933 933 933 66 67 XJAAAA CZFAAA AAAAxx -1106 4033 0 2 6 6 6 106 1106 1106 1106 12 13 OQAAAA DZFAAA HHHHxx -4386 4034 0 2 6 6 86 386 386 4386 4386 172 173 SMAAAA EZFAAA OOOOxx -5895 4035 1 3 5 15 95 895 1895 895 5895 190 191 TSAAAA FZFAAA VVVVxx -2980 4036 0 0 0 0 80 980 980 2980 2980 160 161 QKAAAA GZFAAA AAAAxx -4400 4037 0 0 0 0 0 400 400 4400 4400 0 1 GNAAAA HZFAAA HHHHxx -7433 4038 1 1 3 13 33 433 1433 2433 7433 66 67 XZAAAA IZFAAA OOOOxx -6110 4039 0 2 0 10 10 110 110 1110 6110 20 21 ABAAAA JZFAAA VVVVxx -867 4040 1 3 7 7 67 867 867 867 867 134 135 JHAAAA KZFAAA AAAAxx -5292 4041 0 0 2 12 92 292 1292 292 5292 184 185 OVAAAA LZFAAA HHHHxx -3926 4042 0 2 6 6 26 926 1926 3926 3926 52 53 AVAAAA MZFAAA OOOOxx -1107 4043 1 3 7 7 7 107 1107 1107 1107 14 15 PQAAAA NZFAAA VVVVxx -7355 4044 1 3 5 15 55 355 1355 2355 7355 110 111 XWAAAA OZFAAA AAAAxx -4689 4045 1 1 9 9 89 689 689 4689 4689 178 179 JYAAAA PZFAAA HHHHxx -4872 4046 0 0 2 12 72 872 872 4872 4872 144 145 KFAAAA QZFAAA OOOOxx -7821 4047 1 1 1 1 21 821 1821 2821 7821 42 43 VOAAAA RZFAAA VVVVxx -7277 4048 1 1 7 17 77 277 1277 2277 7277 154 155 XTAAAA SZFAAA AAAAxx -3268 4049 0 0 8 8 68 268 1268 3268 3268 136 137 SVAAAA TZFAAA HHHHxx -8877 4050 1 1 7 17 77 877 877 3877 8877 154 155 LDAAAA UZFAAA OOOOxx -343 4051 1 3 3 3 43 343 343 343 343 86 87 FNAAAA VZFAAA VVVVxx -621 4052 1 1 1 1 21 621 621 621 621 42 43 XXAAAA WZFAAA AAAAxx -5429 4053 1 1 9 9 29 429 1429 429 5429 58 59 VAAAAA XZFAAA HHHHxx -392 4054 0 0 2 12 92 392 392 392 392 184 185 CPAAAA YZFAAA OOOOxx -6004 4055 0 0 4 4 4 4 4 1004 6004 8 9 YWAAAA ZZFAAA VVVVxx -6377 4056 1 1 7 17 77 377 377 1377 6377 154 155 HLAAAA AAGAAA AAAAxx -3037 4057 1 1 7 17 37 37 1037 3037 3037 74 75 VMAAAA BAGAAA HHHHxx -3514 4058 0 2 4 14 14 514 1514 3514 3514 28 29 EFAAAA CAGAAA OOOOxx -8740 4059 0 0 0 0 40 740 740 3740 8740 80 81 EYAAAA DAGAAA VVVVxx -3877 4060 1 1 7 17 77 877 1877 3877 3877 154 155 DTAAAA EAGAAA AAAAxx -5731 4061 1 3 1 11 31 731 1731 731 5731 62 63 LMAAAA FAGAAA HHHHxx -6407 4062 1 3 7 7 7 407 407 1407 6407 14 15 LMAAAA GAGAAA OOOOxx -2044 4063 0 0 4 4 44 44 44 2044 2044 88 89 QAAAAA HAGAAA VVVVxx -7362 4064 0 2 2 2 62 362 1362 2362 7362 124 125 EXAAAA IAGAAA AAAAxx -5458 4065 0 2 8 18 58 458 1458 458 5458 116 117 YBAAAA JAGAAA HHHHxx -6437 4066 1 1 7 17 37 437 437 1437 6437 74 75 PNAAAA KAGAAA OOOOxx -1051 4067 1 3 1 11 51 51 1051 1051 1051 102 103 LOAAAA LAGAAA VVVVxx -1203 4068 1 3 3 3 3 203 1203 1203 1203 6 7 HUAAAA MAGAAA AAAAxx -2176 4069 0 0 6 16 76 176 176 2176 2176 152 153 SFAAAA NAGAAA HHHHxx -8997 4070 1 1 7 17 97 997 997 3997 8997 194 195 BIAAAA OAGAAA OOOOxx -6378 4071 0 2 8 18 78 378 378 1378 6378 156 157 ILAAAA PAGAAA VVVVxx -6006 4072 0 2 6 6 6 6 6 1006 6006 12 13 AXAAAA QAGAAA AAAAxx -2308 4073 0 0 8 8 8 308 308 2308 2308 16 17 UKAAAA RAGAAA HHHHxx -625 4074 1 1 5 5 25 625 625 625 625 50 51 BYAAAA SAGAAA OOOOxx -7298 4075 0 2 8 18 98 298 1298 2298 7298 196 197 SUAAAA TAGAAA VVVVxx -5575 4076 1 3 5 15 75 575 1575 575 5575 150 151 LGAAAA UAGAAA AAAAxx -3565 4077 1 1 5 5 65 565 1565 3565 3565 130 131 DHAAAA VAGAAA HHHHxx -47 4078 1 3 7 7 47 47 47 47 47 94 95 VBAAAA WAGAAA OOOOxx -2413 4079 1 1 3 13 13 413 413 2413 2413 26 27 VOAAAA XAGAAA VVVVxx -2153 4080 1 1 3 13 53 153 153 2153 2153 106 107 VEAAAA YAGAAA AAAAxx -752 4081 0 0 2 12 52 752 752 752 752 104 105 YCAAAA ZAGAAA HHHHxx -4095 4082 1 3 5 15 95 95 95 4095 4095 190 191 NBAAAA ABGAAA OOOOxx -2518 4083 0 2 8 18 18 518 518 2518 2518 36 37 WSAAAA BBGAAA VVVVxx -3681 4084 1 1 1 1 81 681 1681 3681 3681 162 163 PLAAAA CBGAAA AAAAxx -4213 4085 1 1 3 13 13 213 213 4213 4213 26 27 BGAAAA DBGAAA HHHHxx -2615 4086 1 3 5 15 15 615 615 2615 2615 30 31 PWAAAA EBGAAA OOOOxx -1471 4087 1 3 1 11 71 471 1471 1471 1471 142 143 PEAAAA FBGAAA VVVVxx -7315 4088 1 3 5 15 15 315 1315 2315 7315 30 31 JVAAAA GBGAAA AAAAxx -6013 4089 1 1 3 13 13 13 13 1013 6013 26 27 HXAAAA HBGAAA HHHHxx -3077 4090 1 1 7 17 77 77 1077 3077 3077 154 155 JOAAAA IBGAAA OOOOxx -2190 4091 0 2 0 10 90 190 190 2190 2190 180 181 GGAAAA JBGAAA VVVVxx -528 4092 0 0 8 8 28 528 528 528 528 56 57 IUAAAA KBGAAA AAAAxx -9508 4093 0 0 8 8 8 508 1508 4508 9508 16 17 SBAAAA LBGAAA HHHHxx -2473 4094 1 1 3 13 73 473 473 2473 2473 146 147 DRAAAA MBGAAA OOOOxx -167 4095 1 3 7 7 67 167 167 167 167 134 135 LGAAAA NBGAAA VVVVxx -8448 4096 0 0 8 8 48 448 448 3448 8448 96 97 YMAAAA OBGAAA AAAAxx -7538 4097 0 2 8 18 38 538 1538 2538 7538 76 77 YDAAAA PBGAAA HHHHxx -7638 4098 0 2 8 18 38 638 1638 2638 7638 76 77 UHAAAA QBGAAA OOOOxx -4328 4099 0 0 8 8 28 328 328 4328 4328 56 57 MKAAAA RBGAAA VVVVxx -3812 4100 0 0 2 12 12 812 1812 3812 3812 24 25 QQAAAA SBGAAA AAAAxx -2879 4101 1 3 9 19 79 879 879 2879 2879 158 159 TGAAAA TBGAAA HHHHxx -4741 4102 1 1 1 1 41 741 741 4741 4741 82 83 JAAAAA UBGAAA OOOOxx -9155 4103 1 3 5 15 55 155 1155 4155 9155 110 111 DOAAAA VBGAAA VVVVxx -5151 4104 1 3 1 11 51 151 1151 151 5151 102 103 DQAAAA WBGAAA AAAAxx -5591 4105 1 3 1 11 91 591 1591 591 5591 182 183 BHAAAA XBGAAA HHHHxx -1034 4106 0 2 4 14 34 34 1034 1034 1034 68 69 UNAAAA YBGAAA OOOOxx -765 4107 1 1 5 5 65 765 765 765 765 130 131 LDAAAA ZBGAAA VVVVxx -2664 4108 0 0 4 4 64 664 664 2664 2664 128 129 MYAAAA ACGAAA AAAAxx -6854 4109 0 2 4 14 54 854 854 1854 6854 108 109 QDAAAA BCGAAA HHHHxx -8263 4110 1 3 3 3 63 263 263 3263 8263 126 127 VFAAAA CCGAAA OOOOxx -8658 4111 0 2 8 18 58 658 658 3658 8658 116 117 AVAAAA DCGAAA VVVVxx -587 4112 1 3 7 7 87 587 587 587 587 174 175 PWAAAA ECGAAA AAAAxx -4553 4113 1 1 3 13 53 553 553 4553 4553 106 107 DTAAAA FCGAAA HHHHxx -1368 4114 0 0 8 8 68 368 1368 1368 1368 136 137 QAAAAA GCGAAA OOOOxx -1718 4115 0 2 8 18 18 718 1718 1718 1718 36 37 COAAAA HCGAAA VVVVxx -140 4116 0 0 0 0 40 140 140 140 140 80 81 KFAAAA ICGAAA AAAAxx -8341 4117 1 1 1 1 41 341 341 3341 8341 82 83 VIAAAA JCGAAA HHHHxx -72 4118 0 0 2 12 72 72 72 72 72 144 145 UCAAAA KCGAAA OOOOxx -6589 4119 1 1 9 9 89 589 589 1589 6589 178 179 LTAAAA LCGAAA VVVVxx -2024 4120 0 0 4 4 24 24 24 2024 2024 48 49 WZAAAA MCGAAA AAAAxx -8024 4121 0 0 4 4 24 24 24 3024 8024 48 49 QWAAAA NCGAAA HHHHxx -9564 4122 0 0 4 4 64 564 1564 4564 9564 128 129 WDAAAA OCGAAA OOOOxx -8625 4123 1 1 5 5 25 625 625 3625 8625 50 51 TTAAAA PCGAAA VVVVxx -2680 4124 0 0 0 0 80 680 680 2680 2680 160 161 CZAAAA QCGAAA AAAAxx -4323 4125 1 3 3 3 23 323 323 4323 4323 46 47 HKAAAA RCGAAA HHHHxx -8981 4126 1 1 1 1 81 981 981 3981 8981 162 163 LHAAAA SCGAAA OOOOxx -8909 4127 1 1 9 9 9 909 909 3909 8909 18 19 REAAAA TCGAAA VVVVxx -5288 4128 0 0 8 8 88 288 1288 288 5288 176 177 KVAAAA UCGAAA AAAAxx -2057 4129 1 1 7 17 57 57 57 2057 2057 114 115 DBAAAA VCGAAA HHHHxx -5931 4130 1 3 1 11 31 931 1931 931 5931 62 63 DUAAAA WCGAAA OOOOxx -9794 4131 0 2 4 14 94 794 1794 4794 9794 188 189 SMAAAA XCGAAA VVVVxx -1012 4132 0 0 2 12 12 12 1012 1012 1012 24 25 YMAAAA YCGAAA AAAAxx -5496 4133 0 0 6 16 96 496 1496 496 5496 192 193 KDAAAA ZCGAAA HHHHxx -9182 4134 0 2 2 2 82 182 1182 4182 9182 164 165 EPAAAA ADGAAA OOOOxx -5258 4135 0 2 8 18 58 258 1258 258 5258 116 117 GUAAAA BDGAAA VVVVxx -3050 4136 0 2 0 10 50 50 1050 3050 3050 100 101 INAAAA CDGAAA AAAAxx -2083 4137 1 3 3 3 83 83 83 2083 2083 166 167 DCAAAA DDGAAA HHHHxx -3069 4138 1 1 9 9 69 69 1069 3069 3069 138 139 BOAAAA EDGAAA OOOOxx -8459 4139 1 3 9 19 59 459 459 3459 8459 118 119 JNAAAA FDGAAA VVVVxx -169 4140 1 1 9 9 69 169 169 169 169 138 139 NGAAAA GDGAAA AAAAxx -4379 4141 1 3 9 19 79 379 379 4379 4379 158 159 LMAAAA HDGAAA HHHHxx -5126 4142 0 2 6 6 26 126 1126 126 5126 52 53 EPAAAA IDGAAA OOOOxx -1415 4143 1 3 5 15 15 415 1415 1415 1415 30 31 LCAAAA JDGAAA VVVVxx -1163 4144 1 3 3 3 63 163 1163 1163 1163 126 127 TSAAAA KDGAAA AAAAxx -3500 4145 0 0 0 0 0 500 1500 3500 3500 0 1 QEAAAA LDGAAA HHHHxx -7202 4146 0 2 2 2 2 202 1202 2202 7202 4 5 ARAAAA MDGAAA OOOOxx -747 4147 1 3 7 7 47 747 747 747 747 94 95 TCAAAA NDGAAA VVVVxx -9264 4148 0 0 4 4 64 264 1264 4264 9264 128 129 ISAAAA ODGAAA AAAAxx -8548 4149 0 0 8 8 48 548 548 3548 8548 96 97 UQAAAA PDGAAA HHHHxx -4228 4150 0 0 8 8 28 228 228 4228 4228 56 57 QGAAAA QDGAAA OOOOxx -7122 4151 0 2 2 2 22 122 1122 2122 7122 44 45 YNAAAA RDGAAA VVVVxx -3395 4152 1 3 5 15 95 395 1395 3395 3395 190 191 PAAAAA SDGAAA AAAAxx -5674 4153 0 2 4 14 74 674 1674 674 5674 148 149 GKAAAA TDGAAA HHHHxx -7293 4154 1 1 3 13 93 293 1293 2293 7293 186 187 NUAAAA UDGAAA OOOOxx -737 4155 1 1 7 17 37 737 737 737 737 74 75 JCAAAA VDGAAA VVVVxx -9595 4156 1 3 5 15 95 595 1595 4595 9595 190 191 BFAAAA WDGAAA AAAAxx -594 4157 0 2 4 14 94 594 594 594 594 188 189 WWAAAA XDGAAA HHHHxx -5322 4158 0 2 2 2 22 322 1322 322 5322 44 45 SWAAAA YDGAAA OOOOxx -2933 4159 1 1 3 13 33 933 933 2933 2933 66 67 VIAAAA ZDGAAA VVVVxx -4955 4160 1 3 5 15 55 955 955 4955 4955 110 111 PIAAAA AEGAAA AAAAxx -4073 4161 1 1 3 13 73 73 73 4073 4073 146 147 RAAAAA BEGAAA HHHHxx -7249 4162 1 1 9 9 49 249 1249 2249 7249 98 99 VSAAAA CEGAAA OOOOxx -192 4163 0 0 2 12 92 192 192 192 192 184 185 KHAAAA DEGAAA VVVVxx -2617 4164 1 1 7 17 17 617 617 2617 2617 34 35 RWAAAA EEGAAA AAAAxx -7409 4165 1 1 9 9 9 409 1409 2409 7409 18 19 ZYAAAA FEGAAA HHHHxx -4903 4166 1 3 3 3 3 903 903 4903 4903 6 7 PGAAAA GEGAAA OOOOxx -9797 4167 1 1 7 17 97 797 1797 4797 9797 194 195 VMAAAA HEGAAA VVVVxx -9919 4168 1 3 9 19 19 919 1919 4919 9919 38 39 NRAAAA IEGAAA AAAAxx -1878 4169 0 2 8 18 78 878 1878 1878 1878 156 157 GUAAAA JEGAAA HHHHxx -4851 4170 1 3 1 11 51 851 851 4851 4851 102 103 PEAAAA KEGAAA OOOOxx -5514 4171 0 2 4 14 14 514 1514 514 5514 28 29 CEAAAA LEGAAA VVVVxx -2582 4172 0 2 2 2 82 582 582 2582 2582 164 165 IVAAAA MEGAAA AAAAxx -3564 4173 0 0 4 4 64 564 1564 3564 3564 128 129 CHAAAA NEGAAA HHHHxx -7085 4174 1 1 5 5 85 85 1085 2085 7085 170 171 NMAAAA OEGAAA OOOOxx -3619 4175 1 3 9 19 19 619 1619 3619 3619 38 39 FJAAAA PEGAAA VVVVxx -261 4176 1 1 1 1 61 261 261 261 261 122 123 BKAAAA QEGAAA AAAAxx -7338 4177 0 2 8 18 38 338 1338 2338 7338 76 77 GWAAAA REGAAA HHHHxx -4251 4178 1 3 1 11 51 251 251 4251 4251 102 103 NHAAAA SEGAAA OOOOxx -5360 4179 0 0 0 0 60 360 1360 360 5360 120 121 EYAAAA TEGAAA VVVVxx -5678 4180 0 2 8 18 78 678 1678 678 5678 156 157 KKAAAA UEGAAA AAAAxx -9162 4181 0 2 2 2 62 162 1162 4162 9162 124 125 KOAAAA VEGAAA HHHHxx -5920 4182 0 0 0 0 20 920 1920 920 5920 40 41 STAAAA WEGAAA OOOOxx -7156 4183 0 0 6 16 56 156 1156 2156 7156 112 113 GPAAAA XEGAAA VVVVxx -4271 4184 1 3 1 11 71 271 271 4271 4271 142 143 HIAAAA YEGAAA AAAAxx -4698 4185 0 2 8 18 98 698 698 4698 4698 196 197 SYAAAA ZEGAAA HHHHxx -1572 4186 0 0 2 12 72 572 1572 1572 1572 144 145 MIAAAA AFGAAA OOOOxx -6974 4187 0 2 4 14 74 974 974 1974 6974 148 149 GIAAAA BFGAAA VVVVxx -4291 4188 1 3 1 11 91 291 291 4291 4291 182 183 BJAAAA CFGAAA AAAAxx -4036 4189 0 0 6 16 36 36 36 4036 4036 72 73 GZAAAA DFGAAA HHHHxx -7473 4190 1 1 3 13 73 473 1473 2473 7473 146 147 LBAAAA EFGAAA OOOOxx -4786 4191 0 2 6 6 86 786 786 4786 4786 172 173 CCAAAA FFGAAA VVVVxx -2662 4192 0 2 2 2 62 662 662 2662 2662 124 125 KYAAAA GFGAAA AAAAxx -916 4193 0 0 6 16 16 916 916 916 916 32 33 GJAAAA HFGAAA HHHHxx -668 4194 0 0 8 8 68 668 668 668 668 136 137 SZAAAA IFGAAA OOOOxx -4874 4195 0 2 4 14 74 874 874 4874 4874 148 149 MFAAAA JFGAAA VVVVxx -3752 4196 0 0 2 12 52 752 1752 3752 3752 104 105 IOAAAA KFGAAA AAAAxx -4865 4197 1 1 5 5 65 865 865 4865 4865 130 131 DFAAAA LFGAAA HHHHxx -7052 4198 0 0 2 12 52 52 1052 2052 7052 104 105 GLAAAA MFGAAA OOOOxx -5712 4199 0 0 2 12 12 712 1712 712 5712 24 25 SLAAAA NFGAAA VVVVxx -31 4200 1 3 1 11 31 31 31 31 31 62 63 FBAAAA OFGAAA AAAAxx -4944 4201 0 0 4 4 44 944 944 4944 4944 88 89 EIAAAA PFGAAA HHHHxx -1435 4202 1 3 5 15 35 435 1435 1435 1435 70 71 FDAAAA QFGAAA OOOOxx -501 4203 1 1 1 1 1 501 501 501 501 2 3 HTAAAA RFGAAA VVVVxx -9401 4204 1 1 1 1 1 401 1401 4401 9401 2 3 PXAAAA SFGAAA AAAAxx -5014 4205 0 2 4 14 14 14 1014 14 5014 28 29 WKAAAA TFGAAA HHHHxx -9125 4206 1 1 5 5 25 125 1125 4125 9125 50 51 ZMAAAA UFGAAA OOOOxx -6144 4207 0 0 4 4 44 144 144 1144 6144 88 89 ICAAAA VFGAAA VVVVxx -1743 4208 1 3 3 3 43 743 1743 1743 1743 86 87 BPAAAA WFGAAA AAAAxx -4316 4209 0 0 6 16 16 316 316 4316 4316 32 33 AKAAAA XFGAAA HHHHxx -8212 4210 0 0 2 12 12 212 212 3212 8212 24 25 WDAAAA YFGAAA OOOOxx -7344 4211 0 0 4 4 44 344 1344 2344 7344 88 89 MWAAAA ZFGAAA VVVVxx -2051 4212 1 3 1 11 51 51 51 2051 2051 102 103 XAAAAA AGGAAA AAAAxx -8131 4213 1 3 1 11 31 131 131 3131 8131 62 63 TAAAAA BGGAAA HHHHxx -7023 4214 1 3 3 3 23 23 1023 2023 7023 46 47 DKAAAA CGGAAA OOOOxx -9674 4215 0 2 4 14 74 674 1674 4674 9674 148 149 CIAAAA DGGAAA VVVVxx -4984 4216 0 0 4 4 84 984 984 4984 4984 168 169 SJAAAA EGGAAA AAAAxx -111 4217 1 3 1 11 11 111 111 111 111 22 23 HEAAAA FGGAAA HHHHxx -2296 4218 0 0 6 16 96 296 296 2296 2296 192 193 IKAAAA GGGAAA OOOOxx -5025 4219 1 1 5 5 25 25 1025 25 5025 50 51 HLAAAA HGGAAA VVVVxx -1756 4220 0 0 6 16 56 756 1756 1756 1756 112 113 OPAAAA IGGAAA AAAAxx -2885 4221 1 1 5 5 85 885 885 2885 2885 170 171 ZGAAAA JGGAAA HHHHxx -2541 4222 1 1 1 1 41 541 541 2541 2541 82 83 TTAAAA KGGAAA OOOOxx -1919 4223 1 3 9 19 19 919 1919 1919 1919 38 39 VVAAAA LGGAAA VVVVxx -6496 4224 0 0 6 16 96 496 496 1496 6496 192 193 WPAAAA MGGAAA AAAAxx -6103 4225 1 3 3 3 3 103 103 1103 6103 6 7 TAAAAA NGGAAA HHHHxx -98 4226 0 2 8 18 98 98 98 98 98 196 197 UDAAAA OGGAAA OOOOxx -3727 4227 1 3 7 7 27 727 1727 3727 3727 54 55 JNAAAA PGGAAA VVVVxx -689 4228 1 1 9 9 89 689 689 689 689 178 179 NAAAAA QGGAAA AAAAxx -7181 4229 1 1 1 1 81 181 1181 2181 7181 162 163 FQAAAA RGGAAA HHHHxx -8447 4230 1 3 7 7 47 447 447 3447 8447 94 95 XMAAAA SGGAAA OOOOxx -4569 4231 1 1 9 9 69 569 569 4569 4569 138 139 TTAAAA TGGAAA VVVVxx -8844 4232 0 0 4 4 44 844 844 3844 8844 88 89 ECAAAA UGGAAA AAAAxx -2436 4233 0 0 6 16 36 436 436 2436 2436 72 73 SPAAAA VGGAAA HHHHxx -391 4234 1 3 1 11 91 391 391 391 391 182 183 BPAAAA WGGAAA OOOOxx -3035 4235 1 3 5 15 35 35 1035 3035 3035 70 71 TMAAAA XGGAAA VVVVxx -7583 4236 1 3 3 3 83 583 1583 2583 7583 166 167 RFAAAA YGGAAA AAAAxx -1145 4237 1 1 5 5 45 145 1145 1145 1145 90 91 BSAAAA ZGGAAA HHHHxx -93 4238 1 1 3 13 93 93 93 93 93 186 187 PDAAAA AHGAAA OOOOxx -8896 4239 0 0 6 16 96 896 896 3896 8896 192 193 EEAAAA BHGAAA VVVVxx -6719 4240 1 3 9 19 19 719 719 1719 6719 38 39 LYAAAA CHGAAA AAAAxx -7728 4241 0 0 8 8 28 728 1728 2728 7728 56 57 GLAAAA DHGAAA HHHHxx -1349 4242 1 1 9 9 49 349 1349 1349 1349 98 99 XZAAAA EHGAAA OOOOxx -5349 4243 1 1 9 9 49 349 1349 349 5349 98 99 TXAAAA FHGAAA VVVVxx -3040 4244 0 0 0 0 40 40 1040 3040 3040 80 81 YMAAAA GHGAAA AAAAxx -2414 4245 0 2 4 14 14 414 414 2414 2414 28 29 WOAAAA HHGAAA HHHHxx -5122 4246 0 2 2 2 22 122 1122 122 5122 44 45 APAAAA IHGAAA OOOOxx -9553 4247 1 1 3 13 53 553 1553 4553 9553 106 107 LDAAAA JHGAAA VVVVxx -5987 4248 1 3 7 7 87 987 1987 987 5987 174 175 HWAAAA KHGAAA AAAAxx -5939 4249 1 3 9 19 39 939 1939 939 5939 78 79 LUAAAA LHGAAA HHHHxx -3525 4250 1 1 5 5 25 525 1525 3525 3525 50 51 PFAAAA MHGAAA OOOOxx -1371 4251 1 3 1 11 71 371 1371 1371 1371 142 143 TAAAAA NHGAAA VVVVxx -618 4252 0 2 8 18 18 618 618 618 618 36 37 UXAAAA OHGAAA AAAAxx -6529 4253 1 1 9 9 29 529 529 1529 6529 58 59 DRAAAA PHGAAA HHHHxx -4010 4254 0 2 0 10 10 10 10 4010 4010 20 21 GYAAAA QHGAAA OOOOxx -328 4255 0 0 8 8 28 328 328 328 328 56 57 QMAAAA RHGAAA VVVVxx -6121 4256 1 1 1 1 21 121 121 1121 6121 42 43 LBAAAA SHGAAA AAAAxx -3505 4257 1 1 5 5 5 505 1505 3505 3505 10 11 VEAAAA THGAAA HHHHxx -2033 4258 1 1 3 13 33 33 33 2033 2033 66 67 FAAAAA UHGAAA OOOOxx -4724 4259 0 0 4 4 24 724 724 4724 4724 48 49 SZAAAA VHGAAA VVVVxx -8717 4260 1 1 7 17 17 717 717 3717 8717 34 35 HXAAAA WHGAAA AAAAxx -5639 4261 1 3 9 19 39 639 1639 639 5639 78 79 XIAAAA XHGAAA HHHHxx -3448 4262 0 0 8 8 48 448 1448 3448 3448 96 97 QCAAAA YHGAAA OOOOxx -2919 4263 1 3 9 19 19 919 919 2919 2919 38 39 HIAAAA ZHGAAA VVVVxx -3417 4264 1 1 7 17 17 417 1417 3417 3417 34 35 LBAAAA AIGAAA AAAAxx -943 4265 1 3 3 3 43 943 943 943 943 86 87 HKAAAA BIGAAA HHHHxx -775 4266 1 3 5 15 75 775 775 775 775 150 151 VDAAAA CIGAAA OOOOxx -2333 4267 1 1 3 13 33 333 333 2333 2333 66 67 TLAAAA DIGAAA VVVVxx -4801 4268 1 1 1 1 1 801 801 4801 4801 2 3 RCAAAA EIGAAA AAAAxx -7169 4269 1 1 9 9 69 169 1169 2169 7169 138 139 TPAAAA FIGAAA HHHHxx -2840 4270 0 0 0 0 40 840 840 2840 2840 80 81 GFAAAA GIGAAA OOOOxx -9034 4271 0 2 4 14 34 34 1034 4034 9034 68 69 MJAAAA HIGAAA VVVVxx -6154 4272 0 2 4 14 54 154 154 1154 6154 108 109 SCAAAA IIGAAA AAAAxx -1412 4273 0 0 2 12 12 412 1412 1412 1412 24 25 ICAAAA JIGAAA HHHHxx -2263 4274 1 3 3 3 63 263 263 2263 2263 126 127 BJAAAA KIGAAA OOOOxx -7118 4275 0 2 8 18 18 118 1118 2118 7118 36 37 UNAAAA LIGAAA VVVVxx -1526 4276 0 2 6 6 26 526 1526 1526 1526 52 53 SGAAAA MIGAAA AAAAxx -491 4277 1 3 1 11 91 491 491 491 491 182 183 XSAAAA NIGAAA HHHHxx -9732 4278 0 0 2 12 32 732 1732 4732 9732 64 65 IKAAAA OIGAAA OOOOxx -7067 4279 1 3 7 7 67 67 1067 2067 7067 134 135 VLAAAA PIGAAA VVVVxx -212 4280 0 0 2 12 12 212 212 212 212 24 25 EIAAAA QIGAAA AAAAxx -1955 4281 1 3 5 15 55 955 1955 1955 1955 110 111 FXAAAA RIGAAA HHHHxx -3303 4282 1 3 3 3 3 303 1303 3303 3303 6 7 BXAAAA SIGAAA OOOOxx -2715 4283 1 3 5 15 15 715 715 2715 2715 30 31 LAAAAA TIGAAA VVVVxx -8168 4284 0 0 8 8 68 168 168 3168 8168 136 137 ECAAAA UIGAAA AAAAxx -6799 4285 1 3 9 19 99 799 799 1799 6799 198 199 NBAAAA VIGAAA HHHHxx -5080 4286 0 0 0 0 80 80 1080 80 5080 160 161 KNAAAA WIGAAA OOOOxx -4939 4287 1 3 9 19 39 939 939 4939 4939 78 79 ZHAAAA XIGAAA VVVVxx -6604 4288 0 0 4 4 4 604 604 1604 6604 8 9 AUAAAA YIGAAA AAAAxx -6531 4289 1 3 1 11 31 531 531 1531 6531 62 63 FRAAAA ZIGAAA HHHHxx -9948 4290 0 0 8 8 48 948 1948 4948 9948 96 97 QSAAAA AJGAAA OOOOxx -7923 4291 1 3 3 3 23 923 1923 2923 7923 46 47 TSAAAA BJGAAA VVVVxx -9905 4292 1 1 5 5 5 905 1905 4905 9905 10 11 ZQAAAA CJGAAA AAAAxx -340 4293 0 0 0 0 40 340 340 340 340 80 81 CNAAAA DJGAAA HHHHxx -1721 4294 1 1 1 1 21 721 1721 1721 1721 42 43 FOAAAA EJGAAA OOOOxx -9047 4295 1 3 7 7 47 47 1047 4047 9047 94 95 ZJAAAA FJGAAA VVVVxx -4723 4296 1 3 3 3 23 723 723 4723 4723 46 47 RZAAAA GJGAAA AAAAxx -5748 4297 0 0 8 8 48 748 1748 748 5748 96 97 CNAAAA HJGAAA HHHHxx -6845 4298 1 1 5 5 45 845 845 1845 6845 90 91 HDAAAA IJGAAA OOOOxx -1556 4299 0 0 6 16 56 556 1556 1556 1556 112 113 WHAAAA JJGAAA VVVVxx -9505 4300 1 1 5 5 5 505 1505 4505 9505 10 11 PBAAAA KJGAAA AAAAxx -3573 4301 1 1 3 13 73 573 1573 3573 3573 146 147 LHAAAA LJGAAA HHHHxx -3785 4302 1 1 5 5 85 785 1785 3785 3785 170 171 PPAAAA MJGAAA OOOOxx -2772 4303 0 0 2 12 72 772 772 2772 2772 144 145 QCAAAA NJGAAA VVVVxx -7282 4304 0 2 2 2 82 282 1282 2282 7282 164 165 CUAAAA OJGAAA AAAAxx -8106 4305 0 2 6 6 6 106 106 3106 8106 12 13 UZAAAA PJGAAA HHHHxx -2847 4306 1 3 7 7 47 847 847 2847 2847 94 95 NFAAAA QJGAAA OOOOxx -9803 4307 1 3 3 3 3 803 1803 4803 9803 6 7 BNAAAA RJGAAA VVVVxx -7719 4308 1 3 9 19 19 719 1719 2719 7719 38 39 XKAAAA SJGAAA AAAAxx -4649 4309 1 1 9 9 49 649 649 4649 4649 98 99 VWAAAA TJGAAA HHHHxx -6196 4310 0 0 6 16 96 196 196 1196 6196 192 193 IEAAAA UJGAAA OOOOxx -6026 4311 0 2 6 6 26 26 26 1026 6026 52 53 UXAAAA VJGAAA VVVVxx -1646 4312 0 2 6 6 46 646 1646 1646 1646 92 93 ILAAAA WJGAAA AAAAxx -6526 4313 0 2 6 6 26 526 526 1526 6526 52 53 ARAAAA XJGAAA HHHHxx -5110 4314 0 2 0 10 10 110 1110 110 5110 20 21 OOAAAA YJGAAA OOOOxx -3946 4315 0 2 6 6 46 946 1946 3946 3946 92 93 UVAAAA ZJGAAA VVVVxx -445 4316 1 1 5 5 45 445 445 445 445 90 91 DRAAAA AKGAAA AAAAxx -3249 4317 1 1 9 9 49 249 1249 3249 3249 98 99 ZUAAAA BKGAAA HHHHxx -2501 4318 1 1 1 1 1 501 501 2501 2501 2 3 FSAAAA CKGAAA OOOOxx -3243 4319 1 3 3 3 43 243 1243 3243 3243 86 87 TUAAAA DKGAAA VVVVxx -4701 4320 1 1 1 1 1 701 701 4701 4701 2 3 VYAAAA EKGAAA AAAAxx -472 4321 0 0 2 12 72 472 472 472 472 144 145 ESAAAA FKGAAA HHHHxx -3356 4322 0 0 6 16 56 356 1356 3356 3356 112 113 CZAAAA GKGAAA OOOOxx -9967 4323 1 3 7 7 67 967 1967 4967 9967 134 135 JTAAAA HKGAAA VVVVxx -4292 4324 0 0 2 12 92 292 292 4292 4292 184 185 CJAAAA IKGAAA AAAAxx -7005 4325 1 1 5 5 5 5 1005 2005 7005 10 11 LJAAAA JKGAAA HHHHxx -6267 4326 1 3 7 7 67 267 267 1267 6267 134 135 BHAAAA KKGAAA OOOOxx -6678 4327 0 2 8 18 78 678 678 1678 6678 156 157 WWAAAA LKGAAA VVVVxx -6083 4328 1 3 3 3 83 83 83 1083 6083 166 167 ZZAAAA MKGAAA AAAAxx -760 4329 0 0 0 0 60 760 760 760 760 120 121 GDAAAA NKGAAA HHHHxx -7833 4330 1 1 3 13 33 833 1833 2833 7833 66 67 HPAAAA OKGAAA OOOOxx -2877 4331 1 1 7 17 77 877 877 2877 2877 154 155 RGAAAA PKGAAA VVVVxx -8810 4332 0 2 0 10 10 810 810 3810 8810 20 21 WAAAAA QKGAAA AAAAxx -1560 4333 0 0 0 0 60 560 1560 1560 1560 120 121 AIAAAA RKGAAA HHHHxx -1367 4334 1 3 7 7 67 367 1367 1367 1367 134 135 PAAAAA SKGAAA OOOOxx -8756 4335 0 0 6 16 56 756 756 3756 8756 112 113 UYAAAA TKGAAA VVVVxx -1346 4336 0 2 6 6 46 346 1346 1346 1346 92 93 UZAAAA UKGAAA AAAAxx -6449 4337 1 1 9 9 49 449 449 1449 6449 98 99 BOAAAA VKGAAA HHHHxx -6658 4338 0 2 8 18 58 658 658 1658 6658 116 117 CWAAAA WKGAAA OOOOxx -6745 4339 1 1 5 5 45 745 745 1745 6745 90 91 LZAAAA XKGAAA VVVVxx -4866 4340 0 2 6 6 66 866 866 4866 4866 132 133 EFAAAA YKGAAA AAAAxx -14 4341 0 2 4 14 14 14 14 14 14 28 29 OAAAAA ZKGAAA HHHHxx -4506 4342 0 2 6 6 6 506 506 4506 4506 12 13 IRAAAA ALGAAA OOOOxx -1923 4343 1 3 3 3 23 923 1923 1923 1923 46 47 ZVAAAA BLGAAA VVVVxx -8365 4344 1 1 5 5 65 365 365 3365 8365 130 131 TJAAAA CLGAAA AAAAxx -1279 4345 1 3 9 19 79 279 1279 1279 1279 158 159 FXAAAA DLGAAA HHHHxx -7666 4346 0 2 6 6 66 666 1666 2666 7666 132 133 WIAAAA ELGAAA OOOOxx -7404 4347 0 0 4 4 4 404 1404 2404 7404 8 9 UYAAAA FLGAAA VVVVxx -65 4348 1 1 5 5 65 65 65 65 65 130 131 NCAAAA GLGAAA AAAAxx -5820 4349 0 0 0 0 20 820 1820 820 5820 40 41 WPAAAA HLGAAA HHHHxx -459 4350 1 3 9 19 59 459 459 459 459 118 119 RRAAAA ILGAAA OOOOxx -4787 4351 1 3 7 7 87 787 787 4787 4787 174 175 DCAAAA JLGAAA VVVVxx -5631 4352 1 3 1 11 31 631 1631 631 5631 62 63 PIAAAA KLGAAA AAAAxx -9717 4353 1 1 7 17 17 717 1717 4717 9717 34 35 TJAAAA LLGAAA HHHHxx -2560 4354 0 0 0 0 60 560 560 2560 2560 120 121 MUAAAA MLGAAA OOOOxx -8295 4355 1 3 5 15 95 295 295 3295 8295 190 191 BHAAAA NLGAAA VVVVxx -3596 4356 0 0 6 16 96 596 1596 3596 3596 192 193 IIAAAA OLGAAA AAAAxx -2023 4357 1 3 3 3 23 23 23 2023 2023 46 47 VZAAAA PLGAAA HHHHxx -5055 4358 1 3 5 15 55 55 1055 55 5055 110 111 LMAAAA QLGAAA OOOOxx -763 4359 1 3 3 3 63 763 763 763 763 126 127 JDAAAA RLGAAA VVVVxx -6733 4360 1 1 3 13 33 733 733 1733 6733 66 67 ZYAAAA SLGAAA AAAAxx -9266 4361 0 2 6 6 66 266 1266 4266 9266 132 133 KSAAAA TLGAAA HHHHxx -4479 4362 1 3 9 19 79 479 479 4479 4479 158 159 HQAAAA ULGAAA OOOOxx -1816 4363 0 0 6 16 16 816 1816 1816 1816 32 33 WRAAAA VLGAAA VVVVxx -899 4364 1 3 9 19 99 899 899 899 899 198 199 PIAAAA WLGAAA AAAAxx -230 4365 0 2 0 10 30 230 230 230 230 60 61 WIAAAA XLGAAA HHHHxx -5362 4366 0 2 2 2 62 362 1362 362 5362 124 125 GYAAAA YLGAAA OOOOxx -1609 4367 1 1 9 9 9 609 1609 1609 1609 18 19 XJAAAA ZLGAAA VVVVxx -6750 4368 0 2 0 10 50 750 750 1750 6750 100 101 QZAAAA AMGAAA AAAAxx -9704 4369 0 0 4 4 4 704 1704 4704 9704 8 9 GJAAAA BMGAAA HHHHxx -3991 4370 1 3 1 11 91 991 1991 3991 3991 182 183 NXAAAA CMGAAA OOOOxx -3959 4371 1 3 9 19 59 959 1959 3959 3959 118 119 HWAAAA DMGAAA VVVVxx -9021 4372 1 1 1 1 21 21 1021 4021 9021 42 43 ZIAAAA EMGAAA AAAAxx -7585 4373 1 1 5 5 85 585 1585 2585 7585 170 171 TFAAAA FMGAAA HHHHxx -7083 4374 1 3 3 3 83 83 1083 2083 7083 166 167 LMAAAA GMGAAA OOOOxx -7688 4375 0 0 8 8 88 688 1688 2688 7688 176 177 SJAAAA HMGAAA VVVVxx -2673 4376 1 1 3 13 73 673 673 2673 2673 146 147 VYAAAA IMGAAA AAAAxx -3554 4377 0 2 4 14 54 554 1554 3554 3554 108 109 SGAAAA JMGAAA HHHHxx -7416 4378 0 0 6 16 16 416 1416 2416 7416 32 33 GZAAAA KMGAAA OOOOxx -5672 4379 0 0 2 12 72 672 1672 672 5672 144 145 EKAAAA LMGAAA VVVVxx -1355 4380 1 3 5 15 55 355 1355 1355 1355 110 111 DAAAAA MMGAAA AAAAxx -3149 4381 1 1 9 9 49 149 1149 3149 3149 98 99 DRAAAA NMGAAA HHHHxx -5811 4382 1 3 1 11 11 811 1811 811 5811 22 23 NPAAAA OMGAAA OOOOxx -3759 4383 1 3 9 19 59 759 1759 3759 3759 118 119 POAAAA PMGAAA VVVVxx -5634 4384 0 2 4 14 34 634 1634 634 5634 68 69 SIAAAA QMGAAA AAAAxx -8617 4385 1 1 7 17 17 617 617 3617 8617 34 35 LTAAAA RMGAAA HHHHxx -8949 4386 1 1 9 9 49 949 949 3949 8949 98 99 FGAAAA SMGAAA OOOOxx -3964 4387 0 0 4 4 64 964 1964 3964 3964 128 129 MWAAAA TMGAAA VVVVxx -3852 4388 0 0 2 12 52 852 1852 3852 3852 104 105 ESAAAA UMGAAA AAAAxx -1555 4389 1 3 5 15 55 555 1555 1555 1555 110 111 VHAAAA VMGAAA HHHHxx -6536 4390 0 0 6 16 36 536 536 1536 6536 72 73 KRAAAA WMGAAA OOOOxx -4779 4391 1 3 9 19 79 779 779 4779 4779 158 159 VBAAAA XMGAAA VVVVxx -1893 4392 1 1 3 13 93 893 1893 1893 1893 186 187 VUAAAA YMGAAA AAAAxx -9358 4393 0 2 8 18 58 358 1358 4358 9358 116 117 YVAAAA ZMGAAA HHHHxx -7438 4394 0 2 8 18 38 438 1438 2438 7438 76 77 CAAAAA ANGAAA OOOOxx -941 4395 1 1 1 1 41 941 941 941 941 82 83 FKAAAA BNGAAA VVVVxx -4844 4396 0 0 4 4 44 844 844 4844 4844 88 89 IEAAAA CNGAAA AAAAxx -4745 4397 1 1 5 5 45 745 745 4745 4745 90 91 NAAAAA DNGAAA HHHHxx -1017 4398 1 1 7 17 17 17 1017 1017 1017 34 35 DNAAAA ENGAAA OOOOxx -327 4399 1 3 7 7 27 327 327 327 327 54 55 PMAAAA FNGAAA VVVVxx -3152 4400 0 0 2 12 52 152 1152 3152 3152 104 105 GRAAAA GNGAAA AAAAxx -4711 4401 1 3 1 11 11 711 711 4711 4711 22 23 FZAAAA HNGAAA HHHHxx -141 4402 1 1 1 1 41 141 141 141 141 82 83 LFAAAA INGAAA OOOOxx -1303 4403 1 3 3 3 3 303 1303 1303 1303 6 7 DYAAAA JNGAAA VVVVxx -8873 4404 1 1 3 13 73 873 873 3873 8873 146 147 HDAAAA KNGAAA AAAAxx -8481 4405 1 1 1 1 81 481 481 3481 8481 162 163 FOAAAA LNGAAA HHHHxx -5445 4406 1 1 5 5 45 445 1445 445 5445 90 91 LBAAAA MNGAAA OOOOxx -7868 4407 0 0 8 8 68 868 1868 2868 7868 136 137 QQAAAA NNGAAA VVVVxx -6722 4408 0 2 2 2 22 722 722 1722 6722 44 45 OYAAAA ONGAAA AAAAxx -6628 4409 0 0 8 8 28 628 628 1628 6628 56 57 YUAAAA PNGAAA HHHHxx -7738 4410 0 2 8 18 38 738 1738 2738 7738 76 77 QLAAAA QNGAAA OOOOxx -1018 4411 0 2 8 18 18 18 1018 1018 1018 36 37 ENAAAA RNGAAA VVVVxx -3296 4412 0 0 6 16 96 296 1296 3296 3296 192 193 UWAAAA SNGAAA AAAAxx -1946 4413 0 2 6 6 46 946 1946 1946 1946 92 93 WWAAAA TNGAAA HHHHxx -6603 4414 1 3 3 3 3 603 603 1603 6603 6 7 ZTAAAA UNGAAA OOOOxx -3562 4415 0 2 2 2 62 562 1562 3562 3562 124 125 AHAAAA VNGAAA VVVVxx -1147 4416 1 3 7 7 47 147 1147 1147 1147 94 95 DSAAAA WNGAAA AAAAxx -6031 4417 1 3 1 11 31 31 31 1031 6031 62 63 ZXAAAA XNGAAA HHHHxx -6484 4418 0 0 4 4 84 484 484 1484 6484 168 169 KPAAAA YNGAAA OOOOxx -496 4419 0 0 6 16 96 496 496 496 496 192 193 CTAAAA ZNGAAA VVVVxx -4563 4420 1 3 3 3 63 563 563 4563 4563 126 127 NTAAAA AOGAAA AAAAxx -1037 4421 1 1 7 17 37 37 1037 1037 1037 74 75 XNAAAA BOGAAA HHHHxx -9672 4422 0 0 2 12 72 672 1672 4672 9672 144 145 AIAAAA COGAAA OOOOxx -9053 4423 1 1 3 13 53 53 1053 4053 9053 106 107 FKAAAA DOGAAA VVVVxx -2523 4424 1 3 3 3 23 523 523 2523 2523 46 47 BTAAAA EOGAAA AAAAxx -8519 4425 1 3 9 19 19 519 519 3519 8519 38 39 RPAAAA FOGAAA HHHHxx -8190 4426 0 2 0 10 90 190 190 3190 8190 180 181 ADAAAA GOGAAA OOOOxx -2068 4427 0 0 8 8 68 68 68 2068 2068 136 137 OBAAAA HOGAAA VVVVxx -8569 4428 1 1 9 9 69 569 569 3569 8569 138 139 PRAAAA IOGAAA AAAAxx -6535 4429 1 3 5 15 35 535 535 1535 6535 70 71 JRAAAA JOGAAA HHHHxx -1810 4430 0 2 0 10 10 810 1810 1810 1810 20 21 QRAAAA KOGAAA OOOOxx -3099 4431 1 3 9 19 99 99 1099 3099 3099 198 199 FPAAAA LOGAAA VVVVxx -7466 4432 0 2 6 6 66 466 1466 2466 7466 132 133 EBAAAA MOGAAA AAAAxx -4017 4433 1 1 7 17 17 17 17 4017 4017 34 35 NYAAAA NOGAAA HHHHxx -1097 4434 1 1 7 17 97 97 1097 1097 1097 194 195 FQAAAA OOGAAA OOOOxx -7686 4435 0 2 6 6 86 686 1686 2686 7686 172 173 QJAAAA POGAAA VVVVxx -6742 4436 0 2 2 2 42 742 742 1742 6742 84 85 IZAAAA QOGAAA AAAAxx -5966 4437 0 2 6 6 66 966 1966 966 5966 132 133 MVAAAA ROGAAA HHHHxx -3632 4438 0 0 2 12 32 632 1632 3632 3632 64 65 SJAAAA SOGAAA OOOOxx -8837 4439 1 1 7 17 37 837 837 3837 8837 74 75 XBAAAA TOGAAA VVVVxx -1667 4440 1 3 7 7 67 667 1667 1667 1667 134 135 DMAAAA UOGAAA AAAAxx -8833 4441 1 1 3 13 33 833 833 3833 8833 66 67 TBAAAA VOGAAA HHHHxx -9805 4442 1 1 5 5 5 805 1805 4805 9805 10 11 DNAAAA WOGAAA OOOOxx -3650 4443 0 2 0 10 50 650 1650 3650 3650 100 101 KKAAAA XOGAAA VVVVxx -2237 4444 1 1 7 17 37 237 237 2237 2237 74 75 BIAAAA YOGAAA AAAAxx -9980 4445 0 0 0 0 80 980 1980 4980 9980 160 161 WTAAAA ZOGAAA HHHHxx -2861 4446 1 1 1 1 61 861 861 2861 2861 122 123 BGAAAA APGAAA OOOOxx -1334 4447 0 2 4 14 34 334 1334 1334 1334 68 69 IZAAAA BPGAAA VVVVxx -842 4448 0 2 2 2 42 842 842 842 842 84 85 KGAAAA CPGAAA AAAAxx -1116 4449 0 0 6 16 16 116 1116 1116 1116 32 33 YQAAAA DPGAAA HHHHxx -4055 4450 1 3 5 15 55 55 55 4055 4055 110 111 ZZAAAA EPGAAA OOOOxx -3842 4451 0 2 2 2 42 842 1842 3842 3842 84 85 URAAAA FPGAAA VVVVxx -1886 4452 0 2 6 6 86 886 1886 1886 1886 172 173 OUAAAA GPGAAA AAAAxx -8589 4453 1 1 9 9 89 589 589 3589 8589 178 179 JSAAAA HPGAAA HHHHxx -5873 4454 1 1 3 13 73 873 1873 873 5873 146 147 XRAAAA IPGAAA OOOOxx -7711 4455 1 3 1 11 11 711 1711 2711 7711 22 23 PKAAAA JPGAAA VVVVxx -911 4456 1 3 1 11 11 911 911 911 911 22 23 BJAAAA KPGAAA AAAAxx -5837 4457 1 1 7 17 37 837 1837 837 5837 74 75 NQAAAA LPGAAA HHHHxx -897 4458 1 1 7 17 97 897 897 897 897 194 195 NIAAAA MPGAAA OOOOxx -4299 4459 1 3 9 19 99 299 299 4299 4299 198 199 JJAAAA NPGAAA VVVVxx -7774 4460 0 2 4 14 74 774 1774 2774 7774 148 149 ANAAAA OPGAAA AAAAxx -7832 4461 0 0 2 12 32 832 1832 2832 7832 64 65 GPAAAA PPGAAA HHHHxx -9915 4462 1 3 5 15 15 915 1915 4915 9915 30 31 JRAAAA QPGAAA OOOOxx -9 4463 1 1 9 9 9 9 9 9 9 18 19 JAAAAA RPGAAA VVVVxx -9675 4464 1 3 5 15 75 675 1675 4675 9675 150 151 DIAAAA SPGAAA AAAAxx -7953 4465 1 1 3 13 53 953 1953 2953 7953 106 107 XTAAAA TPGAAA HHHHxx -8912 4466 0 0 2 12 12 912 912 3912 8912 24 25 UEAAAA UPGAAA OOOOxx -4188 4467 0 0 8 8 88 188 188 4188 4188 176 177 CFAAAA VPGAAA VVVVxx -8446 4468 0 2 6 6 46 446 446 3446 8446 92 93 WMAAAA WPGAAA AAAAxx -1600 4469 0 0 0 0 0 600 1600 1600 1600 0 1 OJAAAA XPGAAA HHHHxx -43 4470 1 3 3 3 43 43 43 43 43 86 87 RBAAAA YPGAAA OOOOxx -544 4471 0 0 4 4 44 544 544 544 544 88 89 YUAAAA ZPGAAA VVVVxx -6977 4472 1 1 7 17 77 977 977 1977 6977 154 155 JIAAAA AQGAAA AAAAxx -3191 4473 1 3 1 11 91 191 1191 3191 3191 182 183 TSAAAA BQGAAA HHHHxx -418 4474 0 2 8 18 18 418 418 418 418 36 37 CQAAAA CQGAAA OOOOxx -3142 4475 0 2 2 2 42 142 1142 3142 3142 84 85 WQAAAA DQGAAA VVVVxx -5042 4476 0 2 2 2 42 42 1042 42 5042 84 85 YLAAAA EQGAAA AAAAxx -2194 4477 0 2 4 14 94 194 194 2194 2194 188 189 KGAAAA FQGAAA HHHHxx -2397 4478 1 1 7 17 97 397 397 2397 2397 194 195 FOAAAA GQGAAA OOOOxx -4684 4479 0 0 4 4 84 684 684 4684 4684 168 169 EYAAAA HQGAAA VVVVxx -34 4480 0 2 4 14 34 34 34 34 34 68 69 IBAAAA IQGAAA AAAAxx -3844 4481 0 0 4 4 44 844 1844 3844 3844 88 89 WRAAAA JQGAAA HHHHxx -7824 4482 0 0 4 4 24 824 1824 2824 7824 48 49 YOAAAA KQGAAA OOOOxx -6177 4483 1 1 7 17 77 177 177 1177 6177 154 155 PDAAAA LQGAAA VVVVxx -9657 4484 1 1 7 17 57 657 1657 4657 9657 114 115 LHAAAA MQGAAA AAAAxx -4546 4485 0 2 6 6 46 546 546 4546 4546 92 93 WSAAAA NQGAAA HHHHxx -599 4486 1 3 9 19 99 599 599 599 599 198 199 BXAAAA OQGAAA OOOOxx -153 4487 1 1 3 13 53 153 153 153 153 106 107 XFAAAA PQGAAA VVVVxx -6910 4488 0 2 0 10 10 910 910 1910 6910 20 21 UFAAAA QQGAAA AAAAxx -4408 4489 0 0 8 8 8 408 408 4408 4408 16 17 ONAAAA RQGAAA HHHHxx -1164 4490 0 0 4 4 64 164 1164 1164 1164 128 129 USAAAA SQGAAA OOOOxx -6469 4491 1 1 9 9 69 469 469 1469 6469 138 139 VOAAAA TQGAAA VVVVxx -5996 4492 0 0 6 16 96 996 1996 996 5996 192 193 QWAAAA UQGAAA AAAAxx -2639 4493 1 3 9 19 39 639 639 2639 2639 78 79 NXAAAA VQGAAA HHHHxx -2678 4494 0 2 8 18 78 678 678 2678 2678 156 157 AZAAAA WQGAAA OOOOxx -8392 4495 0 0 2 12 92 392 392 3392 8392 184 185 UKAAAA XQGAAA VVVVxx -1386 4496 0 2 6 6 86 386 1386 1386 1386 172 173 IBAAAA YQGAAA AAAAxx -5125 4497 1 1 5 5 25 125 1125 125 5125 50 51 DPAAAA ZQGAAA HHHHxx -8453 4498 1 1 3 13 53 453 453 3453 8453 106 107 DNAAAA ARGAAA OOOOxx -2369 4499 1 1 9 9 69 369 369 2369 2369 138 139 DNAAAA BRGAAA VVVVxx -1608 4500 0 0 8 8 8 608 1608 1608 1608 16 17 WJAAAA CRGAAA AAAAxx -3781 4501 1 1 1 1 81 781 1781 3781 3781 162 163 LPAAAA DRGAAA HHHHxx -903 4502 1 3 3 3 3 903 903 903 903 6 7 TIAAAA ERGAAA OOOOxx -2099 4503 1 3 9 19 99 99 99 2099 2099 198 199 TCAAAA FRGAAA VVVVxx -538 4504 0 2 8 18 38 538 538 538 538 76 77 SUAAAA GRGAAA AAAAxx -9177 4505 1 1 7 17 77 177 1177 4177 9177 154 155 ZOAAAA HRGAAA HHHHxx -420 4506 0 0 0 0 20 420 420 420 420 40 41 EQAAAA IRGAAA OOOOxx -9080 4507 0 0 0 0 80 80 1080 4080 9080 160 161 GLAAAA JRGAAA VVVVxx -2630 4508 0 2 0 10 30 630 630 2630 2630 60 61 EXAAAA KRGAAA AAAAxx -5978 4509 0 2 8 18 78 978 1978 978 5978 156 157 YVAAAA LRGAAA HHHHxx -9239 4510 1 3 9 19 39 239 1239 4239 9239 78 79 JRAAAA MRGAAA OOOOxx -4372 4511 0 0 2 12 72 372 372 4372 4372 144 145 EMAAAA NRGAAA VVVVxx -4357 4512 1 1 7 17 57 357 357 4357 4357 114 115 PLAAAA ORGAAA AAAAxx -9857 4513 1 1 7 17 57 857 1857 4857 9857 114 115 DPAAAA PRGAAA HHHHxx -7933 4514 1 1 3 13 33 933 1933 2933 7933 66 67 DTAAAA QRGAAA OOOOxx -9574 4515 0 2 4 14 74 574 1574 4574 9574 148 149 GEAAAA RRGAAA VVVVxx -8294 4516 0 2 4 14 94 294 294 3294 8294 188 189 AHAAAA SRGAAA AAAAxx -627 4517 1 3 7 7 27 627 627 627 627 54 55 DYAAAA TRGAAA HHHHxx -3229 4518 1 1 9 9 29 229 1229 3229 3229 58 59 FUAAAA URGAAA OOOOxx -3163 4519 1 3 3 3 63 163 1163 3163 3163 126 127 RRAAAA VRGAAA VVVVxx -7349 4520 1 1 9 9 49 349 1349 2349 7349 98 99 RWAAAA WRGAAA AAAAxx -6889 4521 1 1 9 9 89 889 889 1889 6889 178 179 ZEAAAA XRGAAA HHHHxx -2101 4522 1 1 1 1 1 101 101 2101 2101 2 3 VCAAAA YRGAAA OOOOxx -6476 4523 0 0 6 16 76 476 476 1476 6476 152 153 CPAAAA ZRGAAA VVVVxx -6765 4524 1 1 5 5 65 765 765 1765 6765 130 131 FAAAAA ASGAAA AAAAxx -4204 4525 0 0 4 4 4 204 204 4204 4204 8 9 SFAAAA BSGAAA HHHHxx -5915 4526 1 3 5 15 15 915 1915 915 5915 30 31 NTAAAA CSGAAA OOOOxx -2318 4527 0 2 8 18 18 318 318 2318 2318 36 37 ELAAAA DSGAAA VVVVxx -294 4528 0 2 4 14 94 294 294 294 294 188 189 ILAAAA ESGAAA AAAAxx -5245 4529 1 1 5 5 45 245 1245 245 5245 90 91 TTAAAA FSGAAA HHHHxx -4481 4530 1 1 1 1 81 481 481 4481 4481 162 163 JQAAAA GSGAAA OOOOxx -7754 4531 0 2 4 14 54 754 1754 2754 7754 108 109 GMAAAA HSGAAA VVVVxx -8494 4532 0 2 4 14 94 494 494 3494 8494 188 189 SOAAAA ISGAAA AAAAxx -4014 4533 0 2 4 14 14 14 14 4014 4014 28 29 KYAAAA JSGAAA HHHHxx -2197 4534 1 1 7 17 97 197 197 2197 2197 194 195 NGAAAA KSGAAA OOOOxx -1297 4535 1 1 7 17 97 297 1297 1297 1297 194 195 XXAAAA LSGAAA VVVVxx -1066 4536 0 2 6 6 66 66 1066 1066 1066 132 133 APAAAA MSGAAA AAAAxx -5710 4537 0 2 0 10 10 710 1710 710 5710 20 21 QLAAAA NSGAAA HHHHxx -4100 4538 0 0 0 0 0 100 100 4100 4100 0 1 SBAAAA OSGAAA OOOOxx -7356 4539 0 0 6 16 56 356 1356 2356 7356 112 113 YWAAAA PSGAAA VVVVxx -7658 4540 0 2 8 18 58 658 1658 2658 7658 116 117 OIAAAA QSGAAA AAAAxx -3666 4541 0 2 6 6 66 666 1666 3666 3666 132 133 ALAAAA RSGAAA HHHHxx -9713 4542 1 1 3 13 13 713 1713 4713 9713 26 27 PJAAAA SSGAAA OOOOxx -691 4543 1 3 1 11 91 691 691 691 691 182 183 PAAAAA TSGAAA VVVVxx -3112 4544 0 0 2 12 12 112 1112 3112 3112 24 25 SPAAAA USGAAA AAAAxx -6035 4545 1 3 5 15 35 35 35 1035 6035 70 71 DYAAAA VSGAAA HHHHxx -8353 4546 1 1 3 13 53 353 353 3353 8353 106 107 HJAAAA WSGAAA OOOOxx -5679 4547 1 3 9 19 79 679 1679 679 5679 158 159 LKAAAA XSGAAA VVVVxx -2124 4548 0 0 4 4 24 124 124 2124 2124 48 49 SDAAAA YSGAAA AAAAxx -4714 4549 0 2 4 14 14 714 714 4714 4714 28 29 IZAAAA ZSGAAA HHHHxx -9048 4550 0 0 8 8 48 48 1048 4048 9048 96 97 AKAAAA ATGAAA OOOOxx -7692 4551 0 0 2 12 92 692 1692 2692 7692 184 185 WJAAAA BTGAAA VVVVxx -4542 4552 0 2 2 2 42 542 542 4542 4542 84 85 SSAAAA CTGAAA AAAAxx -8737 4553 1 1 7 17 37 737 737 3737 8737 74 75 BYAAAA DTGAAA HHHHxx -4977 4554 1 1 7 17 77 977 977 4977 4977 154 155 LJAAAA ETGAAA OOOOxx -9349 4555 1 1 9 9 49 349 1349 4349 9349 98 99 PVAAAA FTGAAA VVVVxx -731 4556 1 3 1 11 31 731 731 731 731 62 63 DCAAAA GTGAAA AAAAxx -1788 4557 0 0 8 8 88 788 1788 1788 1788 176 177 UQAAAA HTGAAA HHHHxx -7830 4558 0 2 0 10 30 830 1830 2830 7830 60 61 EPAAAA ITGAAA OOOOxx -3977 4559 1 1 7 17 77 977 1977 3977 3977 154 155 ZWAAAA JTGAAA VVVVxx -2421 4560 1 1 1 1 21 421 421 2421 2421 42 43 DPAAAA KTGAAA AAAAxx -5891 4561 1 3 1 11 91 891 1891 891 5891 182 183 PSAAAA LTGAAA HHHHxx -1111 4562 1 3 1 11 11 111 1111 1111 1111 22 23 TQAAAA MTGAAA OOOOxx -9224 4563 0 0 4 4 24 224 1224 4224 9224 48 49 UQAAAA NTGAAA VVVVxx -9872 4564 0 0 2 12 72 872 1872 4872 9872 144 145 SPAAAA OTGAAA AAAAxx -2433 4565 1 1 3 13 33 433 433 2433 2433 66 67 PPAAAA PTGAAA HHHHxx -1491 4566 1 3 1 11 91 491 1491 1491 1491 182 183 JFAAAA QTGAAA OOOOxx -6653 4567 1 1 3 13 53 653 653 1653 6653 106 107 XVAAAA RTGAAA VVVVxx -1907 4568 1 3 7 7 7 907 1907 1907 1907 14 15 JVAAAA STGAAA AAAAxx -889 4569 1 1 9 9 89 889 889 889 889 178 179 FIAAAA TTGAAA HHHHxx -561 4570 1 1 1 1 61 561 561 561 561 122 123 PVAAAA UTGAAA OOOOxx -7415 4571 1 3 5 15 15 415 1415 2415 7415 30 31 FZAAAA VTGAAA VVVVxx -2703 4572 1 3 3 3 3 703 703 2703 2703 6 7 ZZAAAA WTGAAA AAAAxx -2561 4573 1 1 1 1 61 561 561 2561 2561 122 123 NUAAAA XTGAAA HHHHxx -1257 4574 1 1 7 17 57 257 1257 1257 1257 114 115 JWAAAA YTGAAA OOOOxx -2390 4575 0 2 0 10 90 390 390 2390 2390 180 181 YNAAAA ZTGAAA VVVVxx -3915 4576 1 3 5 15 15 915 1915 3915 3915 30 31 PUAAAA AUGAAA AAAAxx -8476 4577 0 0 6 16 76 476 476 3476 8476 152 153 AOAAAA BUGAAA HHHHxx -607 4578 1 3 7 7 7 607 607 607 607 14 15 JXAAAA CUGAAA OOOOxx -3891 4579 1 3 1 11 91 891 1891 3891 3891 182 183 RTAAAA DUGAAA VVVVxx -7269 4580 1 1 9 9 69 269 1269 2269 7269 138 139 PTAAAA EUGAAA AAAAxx -9537 4581 1 1 7 17 37 537 1537 4537 9537 74 75 VCAAAA FUGAAA HHHHxx -8518 4582 0 2 8 18 18 518 518 3518 8518 36 37 QPAAAA GUGAAA OOOOxx -5221 4583 1 1 1 1 21 221 1221 221 5221 42 43 VSAAAA HUGAAA VVVVxx -3274 4584 0 2 4 14 74 274 1274 3274 3274 148 149 YVAAAA IUGAAA AAAAxx -6677 4585 1 1 7 17 77 677 677 1677 6677 154 155 VWAAAA JUGAAA HHHHxx -3114 4586 0 2 4 14 14 114 1114 3114 3114 28 29 UPAAAA KUGAAA OOOOxx -1966 4587 0 2 6 6 66 966 1966 1966 1966 132 133 QXAAAA LUGAAA VVVVxx -5941 4588 1 1 1 1 41 941 1941 941 5941 82 83 NUAAAA MUGAAA AAAAxx -9463 4589 1 3 3 3 63 463 1463 4463 9463 126 127 ZZAAAA NUGAAA HHHHxx -8966 4590 0 2 6 6 66 966 966 3966 8966 132 133 WGAAAA OUGAAA OOOOxx -4402 4591 0 2 2 2 2 402 402 4402 4402 4 5 INAAAA PUGAAA VVVVxx -3364 4592 0 0 4 4 64 364 1364 3364 3364 128 129 KZAAAA QUGAAA AAAAxx -3698 4593 0 2 8 18 98 698 1698 3698 3698 196 197 GMAAAA RUGAAA HHHHxx -4651 4594 1 3 1 11 51 651 651 4651 4651 102 103 XWAAAA SUGAAA OOOOxx -2127 4595 1 3 7 7 27 127 127 2127 2127 54 55 VDAAAA TUGAAA VVVVxx -3614 4596 0 2 4 14 14 614 1614 3614 3614 28 29 AJAAAA UUGAAA AAAAxx -5430 4597 0 2 0 10 30 430 1430 430 5430 60 61 WAAAAA VUGAAA HHHHxx -3361 4598 1 1 1 1 61 361 1361 3361 3361 122 123 HZAAAA WUGAAA OOOOxx -4798 4599 0 2 8 18 98 798 798 4798 4798 196 197 OCAAAA XUGAAA VVVVxx -8269 4600 1 1 9 9 69 269 269 3269 8269 138 139 BGAAAA YUGAAA AAAAxx -6458 4601 0 2 8 18 58 458 458 1458 6458 116 117 KOAAAA ZUGAAA HHHHxx -3358 4602 0 2 8 18 58 358 1358 3358 3358 116 117 EZAAAA AVGAAA OOOOxx -5898 4603 0 2 8 18 98 898 1898 898 5898 196 197 WSAAAA BVGAAA VVVVxx -1880 4604 0 0 0 0 80 880 1880 1880 1880 160 161 IUAAAA CVGAAA AAAAxx -782 4605 0 2 2 2 82 782 782 782 782 164 165 CEAAAA DVGAAA HHHHxx -3102 4606 0 2 2 2 2 102 1102 3102 3102 4 5 IPAAAA EVGAAA OOOOxx -6366 4607 0 2 6 6 66 366 366 1366 6366 132 133 WKAAAA FVGAAA VVVVxx -399 4608 1 3 9 19 99 399 399 399 399 198 199 JPAAAA GVGAAA AAAAxx -6773 4609 1 1 3 13 73 773 773 1773 6773 146 147 NAAAAA HVGAAA HHHHxx -7942 4610 0 2 2 2 42 942 1942 2942 7942 84 85 MTAAAA IVGAAA OOOOxx -6274 4611 0 2 4 14 74 274 274 1274 6274 148 149 IHAAAA JVGAAA VVVVxx -7447 4612 1 3 7 7 47 447 1447 2447 7447 94 95 LAAAAA KVGAAA AAAAxx -7648 4613 0 0 8 8 48 648 1648 2648 7648 96 97 EIAAAA LVGAAA HHHHxx -3997 4614 1 1 7 17 97 997 1997 3997 3997 194 195 TXAAAA MVGAAA OOOOxx -1759 4615 1 3 9 19 59 759 1759 1759 1759 118 119 RPAAAA NVGAAA VVVVxx -1785 4616 1 1 5 5 85 785 1785 1785 1785 170 171 RQAAAA OVGAAA AAAAxx -8930 4617 0 2 0 10 30 930 930 3930 8930 60 61 MFAAAA PVGAAA HHHHxx -7595 4618 1 3 5 15 95 595 1595 2595 7595 190 191 DGAAAA QVGAAA OOOOxx -6752 4619 0 0 2 12 52 752 752 1752 6752 104 105 SZAAAA RVGAAA VVVVxx -5635 4620 1 3 5 15 35 635 1635 635 5635 70 71 TIAAAA SVGAAA AAAAxx -1579 4621 1 3 9 19 79 579 1579 1579 1579 158 159 TIAAAA TVGAAA HHHHxx -7743 4622 1 3 3 3 43 743 1743 2743 7743 86 87 VLAAAA UVGAAA OOOOxx -5856 4623 0 0 6 16 56 856 1856 856 5856 112 113 GRAAAA VVGAAA VVVVxx -7273 4624 1 1 3 13 73 273 1273 2273 7273 146 147 TTAAAA WVGAAA AAAAxx -1399 4625 1 3 9 19 99 399 1399 1399 1399 198 199 VBAAAA XVGAAA HHHHxx -3694 4626 0 2 4 14 94 694 1694 3694 3694 188 189 CMAAAA YVGAAA OOOOxx -2782 4627 0 2 2 2 82 782 782 2782 2782 164 165 ADAAAA ZVGAAA VVVVxx -6951 4628 1 3 1 11 51 951 951 1951 6951 102 103 JHAAAA AWGAAA AAAAxx -6053 4629 1 1 3 13 53 53 53 1053 6053 106 107 VYAAAA BWGAAA HHHHxx -1753 4630 1 1 3 13 53 753 1753 1753 1753 106 107 LPAAAA CWGAAA OOOOxx -3985 4631 1 1 5 5 85 985 1985 3985 3985 170 171 HXAAAA DWGAAA VVVVxx -6159 4632 1 3 9 19 59 159 159 1159 6159 118 119 XCAAAA EWGAAA AAAAxx -6250 4633 0 2 0 10 50 250 250 1250 6250 100 101 KGAAAA FWGAAA HHHHxx -6240 4634 0 0 0 0 40 240 240 1240 6240 80 81 AGAAAA GWGAAA OOOOxx -6571 4635 1 3 1 11 71 571 571 1571 6571 142 143 TSAAAA HWGAAA VVVVxx -8624 4636 0 0 4 4 24 624 624 3624 8624 48 49 STAAAA IWGAAA AAAAxx -9718 4637 0 2 8 18 18 718 1718 4718 9718 36 37 UJAAAA JWGAAA HHHHxx -5529 4638 1 1 9 9 29 529 1529 529 5529 58 59 REAAAA KWGAAA OOOOxx -7089 4639 1 1 9 9 89 89 1089 2089 7089 178 179 RMAAAA LWGAAA VVVVxx -5488 4640 0 0 8 8 88 488 1488 488 5488 176 177 CDAAAA MWGAAA AAAAxx -5444 4641 0 0 4 4 44 444 1444 444 5444 88 89 KBAAAA NWGAAA HHHHxx -4899 4642 1 3 9 19 99 899 899 4899 4899 198 199 LGAAAA OWGAAA OOOOxx -7928 4643 0 0 8 8 28 928 1928 2928 7928 56 57 YSAAAA PWGAAA VVVVxx -4736 4644 0 0 6 16 36 736 736 4736 4736 72 73 EAAAAA QWGAAA AAAAxx -4317 4645 1 1 7 17 17 317 317 4317 4317 34 35 BKAAAA RWGAAA HHHHxx -1174 4646 0 2 4 14 74 174 1174 1174 1174 148 149 ETAAAA SWGAAA OOOOxx -6138 4647 0 2 8 18 38 138 138 1138 6138 76 77 CCAAAA TWGAAA VVVVxx -3943 4648 1 3 3 3 43 943 1943 3943 3943 86 87 RVAAAA UWGAAA AAAAxx -1545 4649 1 1 5 5 45 545 1545 1545 1545 90 91 LHAAAA VWGAAA HHHHxx -6867 4650 1 3 7 7 67 867 867 1867 6867 134 135 DEAAAA WWGAAA OOOOxx -6832 4651 0 0 2 12 32 832 832 1832 6832 64 65 UCAAAA XWGAAA VVVVxx -2987 4652 1 3 7 7 87 987 987 2987 2987 174 175 XKAAAA YWGAAA AAAAxx -5169 4653 1 1 9 9 69 169 1169 169 5169 138 139 VQAAAA ZWGAAA HHHHxx -8998 4654 0 2 8 18 98 998 998 3998 8998 196 197 CIAAAA AXGAAA OOOOxx -9347 4655 1 3 7 7 47 347 1347 4347 9347 94 95 NVAAAA BXGAAA VVVVxx -4800 4656 0 0 0 0 0 800 800 4800 4800 0 1 QCAAAA CXGAAA AAAAxx -4200 4657 0 0 0 0 0 200 200 4200 4200 0 1 OFAAAA DXGAAA HHHHxx -4046 4658 0 2 6 6 46 46 46 4046 4046 92 93 QZAAAA EXGAAA OOOOxx -7142 4659 0 2 2 2 42 142 1142 2142 7142 84 85 SOAAAA FXGAAA VVVVxx -2733 4660 1 1 3 13 33 733 733 2733 2733 66 67 DBAAAA GXGAAA AAAAxx -1568 4661 0 0 8 8 68 568 1568 1568 1568 136 137 IIAAAA HXGAAA HHHHxx -5105 4662 1 1 5 5 5 105 1105 105 5105 10 11 JOAAAA IXGAAA OOOOxx -9115 4663 1 3 5 15 15 115 1115 4115 9115 30 31 PMAAAA JXGAAA VVVVxx -6475 4664 1 3 5 15 75 475 475 1475 6475 150 151 BPAAAA KXGAAA AAAAxx -3796 4665 0 0 6 16 96 796 1796 3796 3796 192 193 AQAAAA LXGAAA HHHHxx -5410 4666 0 2 0 10 10 410 1410 410 5410 20 21 CAAAAA MXGAAA OOOOxx -4023 4667 1 3 3 3 23 23 23 4023 4023 46 47 TYAAAA NXGAAA VVVVxx -8904 4668 0 0 4 4 4 904 904 3904 8904 8 9 MEAAAA OXGAAA AAAAxx -450 4669 0 2 0 10 50 450 450 450 450 100 101 IRAAAA PXGAAA HHHHxx -8087 4670 1 3 7 7 87 87 87 3087 8087 174 175 BZAAAA QXGAAA OOOOxx -6478 4671 0 2 8 18 78 478 478 1478 6478 156 157 EPAAAA RXGAAA VVVVxx -2696 4672 0 0 6 16 96 696 696 2696 2696 192 193 SZAAAA SXGAAA AAAAxx -1792 4673 0 0 2 12 92 792 1792 1792 1792 184 185 YQAAAA TXGAAA HHHHxx -9699 4674 1 3 9 19 99 699 1699 4699 9699 198 199 BJAAAA UXGAAA OOOOxx -9160 4675 0 0 0 0 60 160 1160 4160 9160 120 121 IOAAAA VXGAAA VVVVxx -9989 4676 1 1 9 9 89 989 1989 4989 9989 178 179 FUAAAA WXGAAA AAAAxx -9568 4677 0 0 8 8 68 568 1568 4568 9568 136 137 AEAAAA XXGAAA HHHHxx -487 4678 1 3 7 7 87 487 487 487 487 174 175 TSAAAA YXGAAA OOOOxx -7863 4679 1 3 3 3 63 863 1863 2863 7863 126 127 LQAAAA ZXGAAA VVVVxx -1884 4680 0 0 4 4 84 884 1884 1884 1884 168 169 MUAAAA AYGAAA AAAAxx -2651 4681 1 3 1 11 51 651 651 2651 2651 102 103 ZXAAAA BYGAAA HHHHxx -8285 4682 1 1 5 5 85 285 285 3285 8285 170 171 RGAAAA CYGAAA OOOOxx -3927 4683 1 3 7 7 27 927 1927 3927 3927 54 55 BVAAAA DYGAAA VVVVxx -4076 4684 0 0 6 16 76 76 76 4076 4076 152 153 UAAAAA EYGAAA AAAAxx -6149 4685 1 1 9 9 49 149 149 1149 6149 98 99 NCAAAA FYGAAA HHHHxx -6581 4686 1 1 1 1 81 581 581 1581 6581 162 163 DTAAAA GYGAAA OOOOxx -8293 4687 1 1 3 13 93 293 293 3293 8293 186 187 ZGAAAA HYGAAA VVVVxx -7665 4688 1 1 5 5 65 665 1665 2665 7665 130 131 VIAAAA IYGAAA AAAAxx -4435 4689 1 3 5 15 35 435 435 4435 4435 70 71 POAAAA JYGAAA HHHHxx -1271 4690 1 3 1 11 71 271 1271 1271 1271 142 143 XWAAAA KYGAAA OOOOxx -3928 4691 0 0 8 8 28 928 1928 3928 3928 56 57 CVAAAA LYGAAA VVVVxx -7045 4692 1 1 5 5 45 45 1045 2045 7045 90 91 ZKAAAA MYGAAA AAAAxx -4943 4693 1 3 3 3 43 943 943 4943 4943 86 87 DIAAAA NYGAAA HHHHxx -8473 4694 1 1 3 13 73 473 473 3473 8473 146 147 XNAAAA OYGAAA OOOOxx -1707 4695 1 3 7 7 7 707 1707 1707 1707 14 15 RNAAAA PYGAAA VVVVxx -7509 4696 1 1 9 9 9 509 1509 2509 7509 18 19 VCAAAA QYGAAA AAAAxx -1593 4697 1 1 3 13 93 593 1593 1593 1593 186 187 HJAAAA RYGAAA HHHHxx -9281 4698 1 1 1 1 81 281 1281 4281 9281 162 163 ZSAAAA SYGAAA OOOOxx -8986 4699 0 2 6 6 86 986 986 3986 8986 172 173 QHAAAA TYGAAA VVVVxx -3740 4700 0 0 0 0 40 740 1740 3740 3740 80 81 WNAAAA UYGAAA AAAAxx -9265 4701 1 1 5 5 65 265 1265 4265 9265 130 131 JSAAAA VYGAAA HHHHxx -1510 4702 0 2 0 10 10 510 1510 1510 1510 20 21 CGAAAA WYGAAA OOOOxx -3022 4703 0 2 2 2 22 22 1022 3022 3022 44 45 GMAAAA XYGAAA VVVVxx -9014 4704 0 2 4 14 14 14 1014 4014 9014 28 29 SIAAAA YYGAAA AAAAxx -6816 4705 0 0 6 16 16 816 816 1816 6816 32 33 ECAAAA ZYGAAA HHHHxx -5518 4706 0 2 8 18 18 518 1518 518 5518 36 37 GEAAAA AZGAAA OOOOxx -4451 4707 1 3 1 11 51 451 451 4451 4451 102 103 FPAAAA BZGAAA VVVVxx -8747 4708 1 3 7 7 47 747 747 3747 8747 94 95 LYAAAA CZGAAA AAAAxx -4646 4709 0 2 6 6 46 646 646 4646 4646 92 93 SWAAAA DZGAAA HHHHxx -7296 4710 0 0 6 16 96 296 1296 2296 7296 192 193 QUAAAA EZGAAA OOOOxx -9644 4711 0 0 4 4 44 644 1644 4644 9644 88 89 YGAAAA FZGAAA VVVVxx -5977 4712 1 1 7 17 77 977 1977 977 5977 154 155 XVAAAA GZGAAA AAAAxx -6270 4713 0 2 0 10 70 270 270 1270 6270 140 141 EHAAAA HZGAAA HHHHxx -5578 4714 0 2 8 18 78 578 1578 578 5578 156 157 OGAAAA IZGAAA OOOOxx -2465 4715 1 1 5 5 65 465 465 2465 2465 130 131 VQAAAA JZGAAA VVVVxx -6436 4716 0 0 6 16 36 436 436 1436 6436 72 73 ONAAAA KZGAAA AAAAxx -8089 4717 1 1 9 9 89 89 89 3089 8089 178 179 DZAAAA LZGAAA HHHHxx -2409 4718 1 1 9 9 9 409 409 2409 2409 18 19 ROAAAA MZGAAA OOOOxx -284 4719 0 0 4 4 84 284 284 284 284 168 169 YKAAAA NZGAAA VVVVxx -5576 4720 0 0 6 16 76 576 1576 576 5576 152 153 MGAAAA OZGAAA AAAAxx -6534 4721 0 2 4 14 34 534 534 1534 6534 68 69 IRAAAA PZGAAA HHHHxx -8848 4722 0 0 8 8 48 848 848 3848 8848 96 97 ICAAAA QZGAAA OOOOxx -4305 4723 1 1 5 5 5 305 305 4305 4305 10 11 PJAAAA RZGAAA VVVVxx -5574 4724 0 2 4 14 74 574 1574 574 5574 148 149 KGAAAA SZGAAA AAAAxx -596 4725 0 0 6 16 96 596 596 596 596 192 193 YWAAAA TZGAAA HHHHxx -1253 4726 1 1 3 13 53 253 1253 1253 1253 106 107 FWAAAA UZGAAA OOOOxx -521 4727 1 1 1 1 21 521 521 521 521 42 43 BUAAAA VZGAAA VVVVxx -8739 4728 1 3 9 19 39 739 739 3739 8739 78 79 DYAAAA WZGAAA AAAAxx -908 4729 0 0 8 8 8 908 908 908 908 16 17 YIAAAA XZGAAA HHHHxx -6937 4730 1 1 7 17 37 937 937 1937 6937 74 75 VGAAAA YZGAAA OOOOxx -4515 4731 1 3 5 15 15 515 515 4515 4515 30 31 RRAAAA ZZGAAA VVVVxx -8630 4732 0 2 0 10 30 630 630 3630 8630 60 61 YTAAAA AAHAAA AAAAxx -7518 4733 0 2 8 18 18 518 1518 2518 7518 36 37 EDAAAA BAHAAA HHHHxx -8300 4734 0 0 0 0 0 300 300 3300 8300 0 1 GHAAAA CAHAAA OOOOxx -8434 4735 0 2 4 14 34 434 434 3434 8434 68 69 KMAAAA DAHAAA VVVVxx -6000 4736 0 0 0 0 0 0 0 1000 6000 0 1 UWAAAA EAHAAA AAAAxx -4508 4737 0 0 8 8 8 508 508 4508 4508 16 17 KRAAAA FAHAAA HHHHxx -7861 4738 1 1 1 1 61 861 1861 2861 7861 122 123 JQAAAA GAHAAA OOOOxx -5953 4739 1 1 3 13 53 953 1953 953 5953 106 107 ZUAAAA HAHAAA VVVVxx -5063 4740 1 3 3 3 63 63 1063 63 5063 126 127 TMAAAA IAHAAA AAAAxx -4501 4741 1 1 1 1 1 501 501 4501 4501 2 3 DRAAAA JAHAAA HHHHxx -7092 4742 0 0 2 12 92 92 1092 2092 7092 184 185 UMAAAA KAHAAA OOOOxx -4388 4743 0 0 8 8 88 388 388 4388 4388 176 177 UMAAAA LAHAAA VVVVxx -1826 4744 0 2 6 6 26 826 1826 1826 1826 52 53 GSAAAA MAHAAA AAAAxx -568 4745 0 0 8 8 68 568 568 568 568 136 137 WVAAAA NAHAAA HHHHxx -8184 4746 0 0 4 4 84 184 184 3184 8184 168 169 UCAAAA OAHAAA OOOOxx -4268 4747 0 0 8 8 68 268 268 4268 4268 136 137 EIAAAA PAHAAA VVVVxx -5798 4748 0 2 8 18 98 798 1798 798 5798 196 197 APAAAA QAHAAA AAAAxx -5190 4749 0 2 0 10 90 190 1190 190 5190 180 181 QRAAAA RAHAAA HHHHxx -1298 4750 0 2 8 18 98 298 1298 1298 1298 196 197 YXAAAA SAHAAA OOOOxx -4035 4751 1 3 5 15 35 35 35 4035 4035 70 71 FZAAAA TAHAAA VVVVxx -4504 4752 0 0 4 4 4 504 504 4504 4504 8 9 GRAAAA UAHAAA AAAAxx -5992 4753 0 0 2 12 92 992 1992 992 5992 184 185 MWAAAA VAHAAA HHHHxx -770 4754 0 2 0 10 70 770 770 770 770 140 141 QDAAAA WAHAAA OOOOxx -7502 4755 0 2 2 2 2 502 1502 2502 7502 4 5 OCAAAA XAHAAA VVVVxx -824 4756 0 0 4 4 24 824 824 824 824 48 49 SFAAAA YAHAAA AAAAxx -7716 4757 0 0 6 16 16 716 1716 2716 7716 32 33 UKAAAA ZAHAAA HHHHxx -5749 4758 1 1 9 9 49 749 1749 749 5749 98 99 DNAAAA ABHAAA OOOOxx -9814 4759 0 2 4 14 14 814 1814 4814 9814 28 29 MNAAAA BBHAAA VVVVxx -350 4760 0 2 0 10 50 350 350 350 350 100 101 MNAAAA CBHAAA AAAAxx -1390 4761 0 2 0 10 90 390 1390 1390 1390 180 181 MBAAAA DBHAAA HHHHxx -6994 4762 0 2 4 14 94 994 994 1994 6994 188 189 AJAAAA EBHAAA OOOOxx -3629 4763 1 1 9 9 29 629 1629 3629 3629 58 59 PJAAAA FBHAAA VVVVxx -9937 4764 1 1 7 17 37 937 1937 4937 9937 74 75 FSAAAA GBHAAA AAAAxx -5285 4765 1 1 5 5 85 285 1285 285 5285 170 171 HVAAAA HBHAAA HHHHxx -3157 4766 1 1 7 17 57 157 1157 3157 3157 114 115 LRAAAA IBHAAA OOOOxx -9549 4767 1 1 9 9 49 549 1549 4549 9549 98 99 HDAAAA JBHAAA VVVVxx -4118 4768 0 2 8 18 18 118 118 4118 4118 36 37 KCAAAA KBHAAA AAAAxx -756 4769 0 0 6 16 56 756 756 756 756 112 113 CDAAAA LBHAAA HHHHxx -5964 4770 0 0 4 4 64 964 1964 964 5964 128 129 KVAAAA MBHAAA OOOOxx -7701 4771 1 1 1 1 1 701 1701 2701 7701 2 3 FKAAAA NBHAAA VVVVxx -1242 4772 0 2 2 2 42 242 1242 1242 1242 84 85 UVAAAA OBHAAA AAAAxx -7890 4773 0 2 0 10 90 890 1890 2890 7890 180 181 MRAAAA PBHAAA HHHHxx -1991 4774 1 3 1 11 91 991 1991 1991 1991 182 183 PYAAAA QBHAAA OOOOxx -110 4775 0 2 0 10 10 110 110 110 110 20 21 GEAAAA RBHAAA VVVVxx -9334 4776 0 2 4 14 34 334 1334 4334 9334 68 69 AVAAAA SBHAAA AAAAxx -6231 4777 1 3 1 11 31 231 231 1231 6231 62 63 RFAAAA TBHAAA HHHHxx -9871 4778 1 3 1 11 71 871 1871 4871 9871 142 143 RPAAAA UBHAAA OOOOxx -9471 4779 1 3 1 11 71 471 1471 4471 9471 142 143 HAAAAA VBHAAA VVVVxx -2697 4780 1 1 7 17 97 697 697 2697 2697 194 195 TZAAAA WBHAAA AAAAxx -4761 4781 1 1 1 1 61 761 761 4761 4761 122 123 DBAAAA XBHAAA HHHHxx -8493 4782 1 1 3 13 93 493 493 3493 8493 186 187 ROAAAA YBHAAA OOOOxx -1045 4783 1 1 5 5 45 45 1045 1045 1045 90 91 FOAAAA ZBHAAA VVVVxx -3403 4784 1 3 3 3 3 403 1403 3403 3403 6 7 XAAAAA ACHAAA AAAAxx -9412 4785 0 0 2 12 12 412 1412 4412 9412 24 25 AYAAAA BCHAAA HHHHxx -7652 4786 0 0 2 12 52 652 1652 2652 7652 104 105 IIAAAA CCHAAA OOOOxx -5866 4787 0 2 6 6 66 866 1866 866 5866 132 133 QRAAAA DCHAAA VVVVxx -6942 4788 0 2 2 2 42 942 942 1942 6942 84 85 AHAAAA ECHAAA AAAAxx -9353 4789 1 1 3 13 53 353 1353 4353 9353 106 107 TVAAAA FCHAAA HHHHxx -2600 4790 0 0 0 0 0 600 600 2600 2600 0 1 AWAAAA GCHAAA OOOOxx -6971 4791 1 3 1 11 71 971 971 1971 6971 142 143 DIAAAA HCHAAA VVVVxx -5391 4792 1 3 1 11 91 391 1391 391 5391 182 183 JZAAAA ICHAAA AAAAxx -7654 4793 0 2 4 14 54 654 1654 2654 7654 108 109 KIAAAA JCHAAA HHHHxx -1797 4794 1 1 7 17 97 797 1797 1797 1797 194 195 DRAAAA KCHAAA OOOOxx -4530 4795 0 2 0 10 30 530 530 4530 4530 60 61 GSAAAA LCHAAA VVVVxx -3130 4796 0 2 0 10 30 130 1130 3130 3130 60 61 KQAAAA MCHAAA AAAAxx -9442 4797 0 2 2 2 42 442 1442 4442 9442 84 85 EZAAAA NCHAAA HHHHxx -6659 4798 1 3 9 19 59 659 659 1659 6659 118 119 DWAAAA OCHAAA OOOOxx -9714 4799 0 2 4 14 14 714 1714 4714 9714 28 29 QJAAAA PCHAAA VVVVxx -3660 4800 0 0 0 0 60 660 1660 3660 3660 120 121 UKAAAA QCHAAA AAAAxx -1906 4801 0 2 6 6 6 906 1906 1906 1906 12 13 IVAAAA RCHAAA HHHHxx -7927 4802 1 3 7 7 27 927 1927 2927 7927 54 55 XSAAAA SCHAAA OOOOxx -1767 4803 1 3 7 7 67 767 1767 1767 1767 134 135 ZPAAAA TCHAAA VVVVxx -5523 4804 1 3 3 3 23 523 1523 523 5523 46 47 LEAAAA UCHAAA AAAAxx -9289 4805 1 1 9 9 89 289 1289 4289 9289 178 179 HTAAAA VCHAAA HHHHxx -2717 4806 1 1 7 17 17 717 717 2717 2717 34 35 NAAAAA WCHAAA OOOOxx -4099 4807 1 3 9 19 99 99 99 4099 4099 198 199 RBAAAA XCHAAA VVVVxx -4387 4808 1 3 7 7 87 387 387 4387 4387 174 175 TMAAAA YCHAAA AAAAxx -8864 4809 0 0 4 4 64 864 864 3864 8864 128 129 YCAAAA ZCHAAA HHHHxx -1774 4810 0 2 4 14 74 774 1774 1774 1774 148 149 GQAAAA ADHAAA OOOOxx -6292 4811 0 0 2 12 92 292 292 1292 6292 184 185 AIAAAA BDHAAA VVVVxx -847 4812 1 3 7 7 47 847 847 847 847 94 95 PGAAAA CDHAAA AAAAxx -5954 4813 0 2 4 14 54 954 1954 954 5954 108 109 AVAAAA DDHAAA HHHHxx -8032 4814 0 0 2 12 32 32 32 3032 8032 64 65 YWAAAA EDHAAA OOOOxx -3295 4815 1 3 5 15 95 295 1295 3295 3295 190 191 TWAAAA FDHAAA VVVVxx -8984 4816 0 0 4 4 84 984 984 3984 8984 168 169 OHAAAA GDHAAA AAAAxx -7809 4817 1 1 9 9 9 809 1809 2809 7809 18 19 JOAAAA HDHAAA HHHHxx -1670 4818 0 2 0 10 70 670 1670 1670 1670 140 141 GMAAAA IDHAAA OOOOxx -7733 4819 1 1 3 13 33 733 1733 2733 7733 66 67 LLAAAA JDHAAA VVVVxx -6187 4820 1 3 7 7 87 187 187 1187 6187 174 175 ZDAAAA KDHAAA AAAAxx -9326 4821 0 2 6 6 26 326 1326 4326 9326 52 53 SUAAAA LDHAAA HHHHxx -2493 4822 1 1 3 13 93 493 493 2493 2493 186 187 XRAAAA MDHAAA OOOOxx -9512 4823 0 0 2 12 12 512 1512 4512 9512 24 25 WBAAAA NDHAAA VVVVxx -4342 4824 0 2 2 2 42 342 342 4342 4342 84 85 ALAAAA ODHAAA AAAAxx -5350 4825 0 2 0 10 50 350 1350 350 5350 100 101 UXAAAA PDHAAA HHHHxx -6009 4826 1 1 9 9 9 9 9 1009 6009 18 19 DXAAAA QDHAAA OOOOxx -1208 4827 0 0 8 8 8 208 1208 1208 1208 16 17 MUAAAA RDHAAA VVVVxx -7014 4828 0 2 4 14 14 14 1014 2014 7014 28 29 UJAAAA SDHAAA AAAAxx -2967 4829 1 3 7 7 67 967 967 2967 2967 134 135 DKAAAA TDHAAA HHHHxx -5831 4830 1 3 1 11 31 831 1831 831 5831 62 63 HQAAAA UDHAAA OOOOxx -3097 4831 1 1 7 17 97 97 1097 3097 3097 194 195 DPAAAA VDHAAA VVVVxx -1528 4832 0 0 8 8 28 528 1528 1528 1528 56 57 UGAAAA WDHAAA AAAAxx -6429 4833 1 1 9 9 29 429 429 1429 6429 58 59 HNAAAA XDHAAA HHHHxx -7320 4834 0 0 0 0 20 320 1320 2320 7320 40 41 OVAAAA YDHAAA OOOOxx -844 4835 0 0 4 4 44 844 844 844 844 88 89 MGAAAA ZDHAAA VVVVxx -7054 4836 0 2 4 14 54 54 1054 2054 7054 108 109 ILAAAA AEHAAA AAAAxx -1643 4837 1 3 3 3 43 643 1643 1643 1643 86 87 FLAAAA BEHAAA HHHHxx -7626 4838 0 2 6 6 26 626 1626 2626 7626 52 53 IHAAAA CEHAAA OOOOxx -8728 4839 0 0 8 8 28 728 728 3728 8728 56 57 SXAAAA DEHAAA VVVVxx -8277 4840 1 1 7 17 77 277 277 3277 8277 154 155 JGAAAA EEHAAA AAAAxx -189 4841 1 1 9 9 89 189 189 189 189 178 179 HHAAAA FEHAAA HHHHxx -3717 4842 1 1 7 17 17 717 1717 3717 3717 34 35 ZMAAAA GEHAAA OOOOxx -1020 4843 0 0 0 0 20 20 1020 1020 1020 40 41 GNAAAA HEHAAA VVVVxx -9234 4844 0 2 4 14 34 234 1234 4234 9234 68 69 ERAAAA IEHAAA AAAAxx -9541 4845 1 1 1 1 41 541 1541 4541 9541 82 83 ZCAAAA JEHAAA HHHHxx -380 4846 0 0 0 0 80 380 380 380 380 160 161 QOAAAA KEHAAA OOOOxx -397 4847 1 1 7 17 97 397 397 397 397 194 195 HPAAAA LEHAAA VVVVxx -835 4848 1 3 5 15 35 835 835 835 835 70 71 DGAAAA MEHAAA AAAAxx -347 4849 1 3 7 7 47 347 347 347 347 94 95 JNAAAA NEHAAA HHHHxx -2490 4850 0 2 0 10 90 490 490 2490 2490 180 181 URAAAA OEHAAA OOOOxx -605 4851 1 1 5 5 5 605 605 605 605 10 11 HXAAAA PEHAAA VVVVxx -7960 4852 0 0 0 0 60 960 1960 2960 7960 120 121 EUAAAA QEHAAA AAAAxx -9681 4853 1 1 1 1 81 681 1681 4681 9681 162 163 JIAAAA REHAAA HHHHxx -5753 4854 1 1 3 13 53 753 1753 753 5753 106 107 HNAAAA SEHAAA OOOOxx -1676 4855 0 0 6 16 76 676 1676 1676 1676 152 153 MMAAAA TEHAAA VVVVxx -5533 4856 1 1 3 13 33 533 1533 533 5533 66 67 VEAAAA UEHAAA AAAAxx -8958 4857 0 2 8 18 58 958 958 3958 8958 116 117 OGAAAA VEHAAA HHHHxx -664 4858 0 0 4 4 64 664 664 664 664 128 129 OZAAAA WEHAAA OOOOxx -3005 4859 1 1 5 5 5 5 1005 3005 3005 10 11 PLAAAA XEHAAA VVVVxx -8576 4860 0 0 6 16 76 576 576 3576 8576 152 153 WRAAAA YEHAAA AAAAxx -7304 4861 0 0 4 4 4 304 1304 2304 7304 8 9 YUAAAA ZEHAAA HHHHxx -3375 4862 1 3 5 15 75 375 1375 3375 3375 150 151 VZAAAA AFHAAA OOOOxx -6336 4863 0 0 6 16 36 336 336 1336 6336 72 73 SJAAAA BFHAAA VVVVxx -1392 4864 0 0 2 12 92 392 1392 1392 1392 184 185 OBAAAA CFHAAA AAAAxx -2925 4865 1 1 5 5 25 925 925 2925 2925 50 51 NIAAAA DFHAAA HHHHxx -1217 4866 1 1 7 17 17 217 1217 1217 1217 34 35 VUAAAA EFHAAA OOOOxx -3714 4867 0 2 4 14 14 714 1714 3714 3714 28 29 WMAAAA FFHAAA VVVVxx -2120 4868 0 0 0 0 20 120 120 2120 2120 40 41 ODAAAA GFHAAA AAAAxx -2845 4869 1 1 5 5 45 845 845 2845 2845 90 91 LFAAAA HFHAAA HHHHxx -3865 4870 1 1 5 5 65 865 1865 3865 3865 130 131 RSAAAA IFHAAA OOOOxx -124 4871 0 0 4 4 24 124 124 124 124 48 49 UEAAAA JFHAAA VVVVxx -865 4872 1 1 5 5 65 865 865 865 865 130 131 HHAAAA KFHAAA AAAAxx -9361 4873 1 1 1 1 61 361 1361 4361 9361 122 123 BWAAAA LFHAAA HHHHxx -6338 4874 0 2 8 18 38 338 338 1338 6338 76 77 UJAAAA MFHAAA OOOOxx -7330 4875 0 2 0 10 30 330 1330 2330 7330 60 61 YVAAAA NFHAAA VVVVxx -513 4876 1 1 3 13 13 513 513 513 513 26 27 TTAAAA OFHAAA AAAAxx -5001 4877 1 1 1 1 1 1 1001 1 5001 2 3 JKAAAA PFHAAA HHHHxx -549 4878 1 1 9 9 49 549 549 549 549 98 99 DVAAAA QFHAAA OOOOxx -1808 4879 0 0 8 8 8 808 1808 1808 1808 16 17 ORAAAA RFHAAA VVVVxx -7168 4880 0 0 8 8 68 168 1168 2168 7168 136 137 SPAAAA SFHAAA AAAAxx -9878 4881 0 2 8 18 78 878 1878 4878 9878 156 157 YPAAAA TFHAAA HHHHxx -233 4882 1 1 3 13 33 233 233 233 233 66 67 ZIAAAA UFHAAA OOOOxx -4262 4883 0 2 2 2 62 262 262 4262 4262 124 125 YHAAAA VFHAAA VVVVxx -7998 4884 0 2 8 18 98 998 1998 2998 7998 196 197 QVAAAA WFHAAA AAAAxx -2419 4885 1 3 9 19 19 419 419 2419 2419 38 39 BPAAAA XFHAAA HHHHxx -9960 4886 0 0 0 0 60 960 1960 4960 9960 120 121 CTAAAA YFHAAA OOOOxx -3523 4887 1 3 3 3 23 523 1523 3523 3523 46 47 NFAAAA ZFHAAA VVVVxx -5440 4888 0 0 0 0 40 440 1440 440 5440 80 81 GBAAAA AGHAAA AAAAxx -3030 4889 0 2 0 10 30 30 1030 3030 3030 60 61 OMAAAA BGHAAA HHHHxx -2745 4890 1 1 5 5 45 745 745 2745 2745 90 91 PBAAAA CGHAAA OOOOxx -7175 4891 1 3 5 15 75 175 1175 2175 7175 150 151 ZPAAAA DGHAAA VVVVxx -640 4892 0 0 0 0 40 640 640 640 640 80 81 QYAAAA EGHAAA AAAAxx -1798 4893 0 2 8 18 98 798 1798 1798 1798 196 197 ERAAAA FGHAAA HHHHxx -7499 4894 1 3 9 19 99 499 1499 2499 7499 198 199 LCAAAA GGHAAA OOOOxx -1924 4895 0 0 4 4 24 924 1924 1924 1924 48 49 AWAAAA HGHAAA VVVVxx -1327 4896 1 3 7 7 27 327 1327 1327 1327 54 55 BZAAAA IGHAAA AAAAxx -73 4897 1 1 3 13 73 73 73 73 73 146 147 VCAAAA JGHAAA HHHHxx -9558 4898 0 2 8 18 58 558 1558 4558 9558 116 117 QDAAAA KGHAAA OOOOxx -818 4899 0 2 8 18 18 818 818 818 818 36 37 MFAAAA LGHAAA VVVVxx -9916 4900 0 0 6 16 16 916 1916 4916 9916 32 33 KRAAAA MGHAAA AAAAxx -2978 4901 0 2 8 18 78 978 978 2978 2978 156 157 OKAAAA NGHAAA HHHHxx -8469 4902 1 1 9 9 69 469 469 3469 8469 138 139 TNAAAA OGHAAA OOOOxx -9845 4903 1 1 5 5 45 845 1845 4845 9845 90 91 ROAAAA PGHAAA VVVVxx -2326 4904 0 2 6 6 26 326 326 2326 2326 52 53 MLAAAA QGHAAA AAAAxx -4032 4905 0 0 2 12 32 32 32 4032 4032 64 65 CZAAAA RGHAAA HHHHxx -5604 4906 0 0 4 4 4 604 1604 604 5604 8 9 OHAAAA SGHAAA OOOOxx -9610 4907 0 2 0 10 10 610 1610 4610 9610 20 21 QFAAAA TGHAAA VVVVxx -5101 4908 1 1 1 1 1 101 1101 101 5101 2 3 FOAAAA UGHAAA AAAAxx -7246 4909 0 2 6 6 46 246 1246 2246 7246 92 93 SSAAAA VGHAAA HHHHxx -1292 4910 0 0 2 12 92 292 1292 1292 1292 184 185 SXAAAA WGHAAA OOOOxx -6235 4911 1 3 5 15 35 235 235 1235 6235 70 71 VFAAAA XGHAAA VVVVxx -1733 4912 1 1 3 13 33 733 1733 1733 1733 66 67 ROAAAA YGHAAA AAAAxx -4647 4913 1 3 7 7 47 647 647 4647 4647 94 95 TWAAAA ZGHAAA HHHHxx -258 4914 0 2 8 18 58 258 258 258 258 116 117 YJAAAA AHHAAA OOOOxx -8438 4915 0 2 8 18 38 438 438 3438 8438 76 77 OMAAAA BHHAAA VVVVxx -7869 4916 1 1 9 9 69 869 1869 2869 7869 138 139 RQAAAA CHHAAA AAAAxx -9691 4917 1 3 1 11 91 691 1691 4691 9691 182 183 TIAAAA DHHAAA HHHHxx -5422 4918 0 2 2 2 22 422 1422 422 5422 44 45 OAAAAA EHHAAA OOOOxx -9630 4919 0 2 0 10 30 630 1630 4630 9630 60 61 KGAAAA FHHAAA VVVVxx -4439 4920 1 3 9 19 39 439 439 4439 4439 78 79 TOAAAA GHHAAA AAAAxx -3140 4921 0 0 0 0 40 140 1140 3140 3140 80 81 UQAAAA HHHAAA HHHHxx -9111 4922 1 3 1 11 11 111 1111 4111 9111 22 23 LMAAAA IHHAAA OOOOxx -4606 4923 0 2 6 6 6 606 606 4606 4606 12 13 EVAAAA JHHAAA VVVVxx -8620 4924 0 0 0 0 20 620 620 3620 8620 40 41 OTAAAA KHHAAA AAAAxx -7849 4925 1 1 9 9 49 849 1849 2849 7849 98 99 XPAAAA LHHAAA HHHHxx -346 4926 0 2 6 6 46 346 346 346 346 92 93 INAAAA MHHAAA OOOOxx -9528 4927 0 0 8 8 28 528 1528 4528 9528 56 57 MCAAAA NHHAAA VVVVxx -1811 4928 1 3 1 11 11 811 1811 1811 1811 22 23 RRAAAA OHHAAA AAAAxx -6068 4929 0 0 8 8 68 68 68 1068 6068 136 137 KZAAAA PHHAAA HHHHxx -6260 4930 0 0 0 0 60 260 260 1260 6260 120 121 UGAAAA QHHAAA OOOOxx -5909 4931 1 1 9 9 9 909 1909 909 5909 18 19 HTAAAA RHHAAA VVVVxx -4518 4932 0 2 8 18 18 518 518 4518 4518 36 37 URAAAA SHHAAA AAAAxx -7530 4933 0 2 0 10 30 530 1530 2530 7530 60 61 QDAAAA THHAAA HHHHxx -3900 4934 0 0 0 0 0 900 1900 3900 3900 0 1 AUAAAA UHHAAA OOOOxx -3969 4935 1 1 9 9 69 969 1969 3969 3969 138 139 RWAAAA VHHAAA VVVVxx -8690 4936 0 2 0 10 90 690 690 3690 8690 180 181 GWAAAA WHHAAA AAAAxx -5532 4937 0 0 2 12 32 532 1532 532 5532 64 65 UEAAAA XHHAAA HHHHxx -5989 4938 1 1 9 9 89 989 1989 989 5989 178 179 JWAAAA YHHAAA OOOOxx -1870 4939 0 2 0 10 70 870 1870 1870 1870 140 141 YTAAAA ZHHAAA VVVVxx -1113 4940 1 1 3 13 13 113 1113 1113 1113 26 27 VQAAAA AIHAAA AAAAxx -5155 4941 1 3 5 15 55 155 1155 155 5155 110 111 HQAAAA BIHAAA HHHHxx -7460 4942 0 0 0 0 60 460 1460 2460 7460 120 121 YAAAAA CIHAAA OOOOxx -6217 4943 1 1 7 17 17 217 217 1217 6217 34 35 DFAAAA DIHAAA VVVVxx -8333 4944 1 1 3 13 33 333 333 3333 8333 66 67 NIAAAA EIHAAA AAAAxx -6341 4945 1 1 1 1 41 341 341 1341 6341 82 83 XJAAAA FIHAAA HHHHxx -6230 4946 0 2 0 10 30 230 230 1230 6230 60 61 QFAAAA GIHAAA OOOOxx -6902 4947 0 2 2 2 2 902 902 1902 6902 4 5 MFAAAA HIHAAA VVVVxx -670 4948 0 2 0 10 70 670 670 670 670 140 141 UZAAAA IIHAAA AAAAxx -805 4949 1 1 5 5 5 805 805 805 805 10 11 ZEAAAA JIHAAA HHHHxx -1340 4950 0 0 0 0 40 340 1340 1340 1340 80 81 OZAAAA KIHAAA OOOOxx -8649 4951 1 1 9 9 49 649 649 3649 8649 98 99 RUAAAA LIHAAA VVVVxx -3887 4952 1 3 7 7 87 887 1887 3887 3887 174 175 NTAAAA MIHAAA AAAAxx -5400 4953 0 0 0 0 0 400 1400 400 5400 0 1 SZAAAA NIHAAA HHHHxx -4354 4954 0 2 4 14 54 354 354 4354 4354 108 109 MLAAAA OIHAAA OOOOxx -950 4955 0 2 0 10 50 950 950 950 950 100 101 OKAAAA PIHAAA VVVVxx -1544 4956 0 0 4 4 44 544 1544 1544 1544 88 89 KHAAAA QIHAAA AAAAxx -3898 4957 0 2 8 18 98 898 1898 3898 3898 196 197 YTAAAA RIHAAA HHHHxx -8038 4958 0 2 8 18 38 38 38 3038 8038 76 77 EXAAAA SIHAAA OOOOxx -1095 4959 1 3 5 15 95 95 1095 1095 1095 190 191 DQAAAA TIHAAA VVVVxx -1748 4960 0 0 8 8 48 748 1748 1748 1748 96 97 GPAAAA UIHAAA AAAAxx -9154 4961 0 2 4 14 54 154 1154 4154 9154 108 109 COAAAA VIHAAA HHHHxx -2182 4962 0 2 2 2 82 182 182 2182 2182 164 165 YFAAAA WIHAAA OOOOxx -6797 4963 1 1 7 17 97 797 797 1797 6797 194 195 LBAAAA XIHAAA VVVVxx -9149 4964 1 1 9 9 49 149 1149 4149 9149 98 99 XNAAAA YIHAAA AAAAxx -7351 4965 1 3 1 11 51 351 1351 2351 7351 102 103 TWAAAA ZIHAAA HHHHxx -2820 4966 0 0 0 0 20 820 820 2820 2820 40 41 MEAAAA AJHAAA OOOOxx -9696 4967 0 0 6 16 96 696 1696 4696 9696 192 193 YIAAAA BJHAAA VVVVxx -253 4968 1 1 3 13 53 253 253 253 253 106 107 TJAAAA CJHAAA AAAAxx -3600 4969 0 0 0 0 0 600 1600 3600 3600 0 1 MIAAAA DJHAAA HHHHxx -3892 4970 0 0 2 12 92 892 1892 3892 3892 184 185 STAAAA EJHAAA OOOOxx -231 4971 1 3 1 11 31 231 231 231 231 62 63 XIAAAA FJHAAA VVVVxx -8331 4972 1 3 1 11 31 331 331 3331 8331 62 63 LIAAAA GJHAAA AAAAxx -403 4973 1 3 3 3 3 403 403 403 403 6 7 NPAAAA HJHAAA HHHHxx -8642 4974 0 2 2 2 42 642 642 3642 8642 84 85 KUAAAA IJHAAA OOOOxx -3118 4975 0 2 8 18 18 118 1118 3118 3118 36 37 YPAAAA JJHAAA VVVVxx -3835 4976 1 3 5 15 35 835 1835 3835 3835 70 71 NRAAAA KJHAAA AAAAxx -1117 4977 1 1 7 17 17 117 1117 1117 1117 34 35 ZQAAAA LJHAAA HHHHxx -7024 4978 0 0 4 4 24 24 1024 2024 7024 48 49 EKAAAA MJHAAA OOOOxx -2636 4979 0 0 6 16 36 636 636 2636 2636 72 73 KXAAAA NJHAAA VVVVxx -3778 4980 0 2 8 18 78 778 1778 3778 3778 156 157 IPAAAA OJHAAA AAAAxx -2003 4981 1 3 3 3 3 3 3 2003 2003 6 7 BZAAAA PJHAAA HHHHxx -5717 4982 1 1 7 17 17 717 1717 717 5717 34 35 XLAAAA QJHAAA OOOOxx -4869 4983 1 1 9 9 69 869 869 4869 4869 138 139 HFAAAA RJHAAA VVVVxx -8921 4984 1 1 1 1 21 921 921 3921 8921 42 43 DFAAAA SJHAAA AAAAxx -888 4985 0 0 8 8 88 888 888 888 888 176 177 EIAAAA TJHAAA HHHHxx -7599 4986 1 3 9 19 99 599 1599 2599 7599 198 199 HGAAAA UJHAAA OOOOxx -8621 4987 1 1 1 1 21 621 621 3621 8621 42 43 PTAAAA VJHAAA VVVVxx -811 4988 1 3 1 11 11 811 811 811 811 22 23 FFAAAA WJHAAA AAAAxx -9147 4989 1 3 7 7 47 147 1147 4147 9147 94 95 VNAAAA XJHAAA HHHHxx -1413 4990 1 1 3 13 13 413 1413 1413 1413 26 27 JCAAAA YJHAAA OOOOxx -5232 4991 0 0 2 12 32 232 1232 232 5232 64 65 GTAAAA ZJHAAA VVVVxx -5912 4992 0 0 2 12 12 912 1912 912 5912 24 25 KTAAAA AKHAAA AAAAxx -3418 4993 0 2 8 18 18 418 1418 3418 3418 36 37 MBAAAA BKHAAA HHHHxx -3912 4994 0 0 2 12 12 912 1912 3912 3912 24 25 MUAAAA CKHAAA OOOOxx -9576 4995 0 0 6 16 76 576 1576 4576 9576 152 153 IEAAAA DKHAAA VVVVxx -4225 4996 1 1 5 5 25 225 225 4225 4225 50 51 NGAAAA EKHAAA AAAAxx -8222 4997 0 2 2 2 22 222 222 3222 8222 44 45 GEAAAA FKHAAA HHHHxx -7013 4998 1 1 3 13 13 13 1013 2013 7013 26 27 TJAAAA GKHAAA OOOOxx -7037 4999 1 1 7 17 37 37 1037 2037 7037 74 75 RKAAAA HKHAAA VVVVxx -1205 5000 1 1 5 5 5 205 1205 1205 1205 10 11 JUAAAA IKHAAA AAAAxx -8114 5001 0 2 4 14 14 114 114 3114 8114 28 29 CAAAAA JKHAAA HHHHxx -6585 5002 1 1 5 5 85 585 585 1585 6585 170 171 HTAAAA KKHAAA OOOOxx -155 5003 1 3 5 15 55 155 155 155 155 110 111 ZFAAAA LKHAAA VVVVxx -2841 5004 1 1 1 1 41 841 841 2841 2841 82 83 HFAAAA MKHAAA AAAAxx -1996 5005 0 0 6 16 96 996 1996 1996 1996 192 193 UYAAAA NKHAAA HHHHxx -4948 5006 0 0 8 8 48 948 948 4948 4948 96 97 IIAAAA OKHAAA OOOOxx -3304 5007 0 0 4 4 4 304 1304 3304 3304 8 9 CXAAAA PKHAAA VVVVxx -5684 5008 0 0 4 4 84 684 1684 684 5684 168 169 QKAAAA QKHAAA AAAAxx -6962 5009 0 2 2 2 62 962 962 1962 6962 124 125 UHAAAA RKHAAA HHHHxx -8691 5010 1 3 1 11 91 691 691 3691 8691 182 183 HWAAAA SKHAAA OOOOxx -8501 5011 1 1 1 1 1 501 501 3501 8501 2 3 ZOAAAA TKHAAA VVVVxx -4783 5012 1 3 3 3 83 783 783 4783 4783 166 167 ZBAAAA UKHAAA AAAAxx -3762 5013 0 2 2 2 62 762 1762 3762 3762 124 125 SOAAAA VKHAAA HHHHxx -4534 5014 0 2 4 14 34 534 534 4534 4534 68 69 KSAAAA WKHAAA OOOOxx -4999 5015 1 3 9 19 99 999 999 4999 4999 198 199 HKAAAA XKHAAA VVVVxx -4618 5016 0 2 8 18 18 618 618 4618 4618 36 37 QVAAAA YKHAAA AAAAxx -4220 5017 0 0 0 0 20 220 220 4220 4220 40 41 IGAAAA ZKHAAA HHHHxx -3384 5018 0 0 4 4 84 384 1384 3384 3384 168 169 EAAAAA ALHAAA OOOOxx -3036 5019 0 0 6 16 36 36 1036 3036 3036 72 73 UMAAAA BLHAAA VVVVxx -545 5020 1 1 5 5 45 545 545 545 545 90 91 ZUAAAA CLHAAA AAAAxx -9946 5021 0 2 6 6 46 946 1946 4946 9946 92 93 OSAAAA DLHAAA HHHHxx -1985 5022 1 1 5 5 85 985 1985 1985 1985 170 171 JYAAAA ELHAAA OOOOxx -2310 5023 0 2 0 10 10 310 310 2310 2310 20 21 WKAAAA FLHAAA VVVVxx -6563 5024 1 3 3 3 63 563 563 1563 6563 126 127 LSAAAA GLHAAA AAAAxx -4886 5025 0 2 6 6 86 886 886 4886 4886 172 173 YFAAAA HLHAAA HHHHxx -9359 5026 1 3 9 19 59 359 1359 4359 9359 118 119 ZVAAAA ILHAAA OOOOxx -400 5027 0 0 0 0 0 400 400 400 400 0 1 KPAAAA JLHAAA VVVVxx -9742 5028 0 2 2 2 42 742 1742 4742 9742 84 85 SKAAAA KLHAAA AAAAxx -6736 5029 0 0 6 16 36 736 736 1736 6736 72 73 CZAAAA LLHAAA HHHHxx -8166 5030 0 2 6 6 66 166 166 3166 8166 132 133 CCAAAA MLHAAA OOOOxx -861 5031 1 1 1 1 61 861 861 861 861 122 123 DHAAAA NLHAAA VVVVxx -7492 5032 0 0 2 12 92 492 1492 2492 7492 184 185 ECAAAA OLHAAA AAAAxx -1155 5033 1 3 5 15 55 155 1155 1155 1155 110 111 LSAAAA PLHAAA HHHHxx -9769 5034 1 1 9 9 69 769 1769 4769 9769 138 139 TLAAAA QLHAAA OOOOxx -6843 5035 1 3 3 3 43 843 843 1843 6843 86 87 FDAAAA RLHAAA VVVVxx -5625 5036 1 1 5 5 25 625 1625 625 5625 50 51 JIAAAA SLHAAA AAAAxx -1910 5037 0 2 0 10 10 910 1910 1910 1910 20 21 MVAAAA TLHAAA HHHHxx -9796 5038 0 0 6 16 96 796 1796 4796 9796 192 193 UMAAAA ULHAAA OOOOxx -6950 5039 0 2 0 10 50 950 950 1950 6950 100 101 IHAAAA VLHAAA VVVVxx -3084 5040 0 0 4 4 84 84 1084 3084 3084 168 169 QOAAAA WLHAAA AAAAxx -2959 5041 1 3 9 19 59 959 959 2959 2959 118 119 VJAAAA XLHAAA HHHHxx -2093 5042 1 1 3 13 93 93 93 2093 2093 186 187 NCAAAA YLHAAA OOOOxx -2738 5043 0 2 8 18 38 738 738 2738 2738 76 77 IBAAAA ZLHAAA VVVVxx -6406 5044 0 2 6 6 6 406 406 1406 6406 12 13 KMAAAA AMHAAA AAAAxx -9082 5045 0 2 2 2 82 82 1082 4082 9082 164 165 ILAAAA BMHAAA HHHHxx -8568 5046 0 0 8 8 68 568 568 3568 8568 136 137 ORAAAA CMHAAA OOOOxx -3566 5047 0 2 6 6 66 566 1566 3566 3566 132 133 EHAAAA DMHAAA VVVVxx -3016 5048 0 0 6 16 16 16 1016 3016 3016 32 33 AMAAAA EMHAAA AAAAxx -1207 5049 1 3 7 7 7 207 1207 1207 1207 14 15 LUAAAA FMHAAA HHHHxx -4045 5050 1 1 5 5 45 45 45 4045 4045 90 91 PZAAAA GMHAAA OOOOxx -4173 5051 1 1 3 13 73 173 173 4173 4173 146 147 NEAAAA HMHAAA VVVVxx -3939 5052 1 3 9 19 39 939 1939 3939 3939 78 79 NVAAAA IMHAAA AAAAxx -9683 5053 1 3 3 3 83 683 1683 4683 9683 166 167 LIAAAA JMHAAA HHHHxx -1684 5054 0 0 4 4 84 684 1684 1684 1684 168 169 UMAAAA KMHAAA OOOOxx -9271 5055 1 3 1 11 71 271 1271 4271 9271 142 143 PSAAAA LMHAAA VVVVxx -9317 5056 1 1 7 17 17 317 1317 4317 9317 34 35 JUAAAA MMHAAA AAAAxx -5793 5057 1 1 3 13 93 793 1793 793 5793 186 187 VOAAAA NMHAAA HHHHxx -352 5058 0 0 2 12 52 352 352 352 352 104 105 ONAAAA OMHAAA OOOOxx -7328 5059 0 0 8 8 28 328 1328 2328 7328 56 57 WVAAAA PMHAAA VVVVxx -4582 5060 0 2 2 2 82 582 582 4582 4582 164 165 GUAAAA QMHAAA AAAAxx -7413 5061 1 1 3 13 13 413 1413 2413 7413 26 27 DZAAAA RMHAAA HHHHxx -6772 5062 0 0 2 12 72 772 772 1772 6772 144 145 MAAAAA SMHAAA OOOOxx -4973 5063 1 1 3 13 73 973 973 4973 4973 146 147 HJAAAA TMHAAA VVVVxx -7480 5064 0 0 0 0 80 480 1480 2480 7480 160 161 SBAAAA UMHAAA AAAAxx -5555 5065 1 3 5 15 55 555 1555 555 5555 110 111 RFAAAA VMHAAA HHHHxx -4227 5066 1 3 7 7 27 227 227 4227 4227 54 55 PGAAAA WMHAAA OOOOxx -4153 5067 1 1 3 13 53 153 153 4153 4153 106 107 TDAAAA XMHAAA VVVVxx -4601 5068 1 1 1 1 1 601 601 4601 4601 2 3 ZUAAAA YMHAAA AAAAxx -3782 5069 0 2 2 2 82 782 1782 3782 3782 164 165 MPAAAA ZMHAAA HHHHxx -3872 5070 0 0 2 12 72 872 1872 3872 3872 144 145 YSAAAA ANHAAA OOOOxx -893 5071 1 1 3 13 93 893 893 893 893 186 187 JIAAAA BNHAAA VVVVxx -2430 5072 0 2 0 10 30 430 430 2430 2430 60 61 MPAAAA CNHAAA AAAAxx -2591 5073 1 3 1 11 91 591 591 2591 2591 182 183 RVAAAA DNHAAA HHHHxx -264 5074 0 0 4 4 64 264 264 264 264 128 129 EKAAAA ENHAAA OOOOxx -6238 5075 0 2 8 18 38 238 238 1238 6238 76 77 YFAAAA FNHAAA VVVVxx -633 5076 1 1 3 13 33 633 633 633 633 66 67 JYAAAA GNHAAA AAAAxx -1029 5077 1 1 9 9 29 29 1029 1029 1029 58 59 PNAAAA HNHAAA HHHHxx -5934 5078 0 2 4 14 34 934 1934 934 5934 68 69 GUAAAA INHAAA OOOOxx -8694 5079 0 2 4 14 94 694 694 3694 8694 188 189 KWAAAA JNHAAA VVVVxx -7401 5080 1 1 1 1 1 401 1401 2401 7401 2 3 RYAAAA KNHAAA AAAAxx -1165 5081 1 1 5 5 65 165 1165 1165 1165 130 131 VSAAAA LNHAAA HHHHxx -9438 5082 0 2 8 18 38 438 1438 4438 9438 76 77 AZAAAA MNHAAA OOOOxx -4790 5083 0 2 0 10 90 790 790 4790 4790 180 181 GCAAAA NNHAAA VVVVxx -4531 5084 1 3 1 11 31 531 531 4531 4531 62 63 HSAAAA ONHAAA AAAAxx -6099 5085 1 3 9 19 99 99 99 1099 6099 198 199 PAAAAA PNHAAA HHHHxx -8236 5086 0 0 6 16 36 236 236 3236 8236 72 73 UEAAAA QNHAAA OOOOxx -8551 5087 1 3 1 11 51 551 551 3551 8551 102 103 XQAAAA RNHAAA VVVVxx -3128 5088 0 0 8 8 28 128 1128 3128 3128 56 57 IQAAAA SNHAAA AAAAxx -3504 5089 0 0 4 4 4 504 1504 3504 3504 8 9 UEAAAA TNHAAA HHHHxx -9071 5090 1 3 1 11 71 71 1071 4071 9071 142 143 XKAAAA UNHAAA OOOOxx -5930 5091 0 2 0 10 30 930 1930 930 5930 60 61 CUAAAA VNHAAA VVVVxx -6825 5092 1 1 5 5 25 825 825 1825 6825 50 51 NCAAAA WNHAAA AAAAxx -2218 5093 0 2 8 18 18 218 218 2218 2218 36 37 IHAAAA XNHAAA HHHHxx -3604 5094 0 0 4 4 4 604 1604 3604 3604 8 9 QIAAAA YNHAAA OOOOxx -5761 5095 1 1 1 1 61 761 1761 761 5761 122 123 PNAAAA ZNHAAA VVVVxx -5414 5096 0 2 4 14 14 414 1414 414 5414 28 29 GAAAAA AOHAAA AAAAxx -5892 5097 0 0 2 12 92 892 1892 892 5892 184 185 QSAAAA BOHAAA HHHHxx -4080 5098 0 0 0 0 80 80 80 4080 4080 160 161 YAAAAA COHAAA OOOOxx -8018 5099 0 2 8 18 18 18 18 3018 8018 36 37 KWAAAA DOHAAA VVVVxx -1757 5100 1 1 7 17 57 757 1757 1757 1757 114 115 PPAAAA EOHAAA AAAAxx -5854 5101 0 2 4 14 54 854 1854 854 5854 108 109 ERAAAA FOHAAA HHHHxx -1335 5102 1 3 5 15 35 335 1335 1335 1335 70 71 JZAAAA GOHAAA OOOOxx -3811 5103 1 3 1 11 11 811 1811 3811 3811 22 23 PQAAAA HOHAAA VVVVxx -9917 5104 1 1 7 17 17 917 1917 4917 9917 34 35 LRAAAA IOHAAA AAAAxx -5947 5105 1 3 7 7 47 947 1947 947 5947 94 95 TUAAAA JOHAAA HHHHxx -7263 5106 1 3 3 3 63 263 1263 2263 7263 126 127 JTAAAA KOHAAA OOOOxx -1730 5107 0 2 0 10 30 730 1730 1730 1730 60 61 OOAAAA LOHAAA VVVVxx -5747 5108 1 3 7 7 47 747 1747 747 5747 94 95 BNAAAA MOHAAA AAAAxx -3876 5109 0 0 6 16 76 876 1876 3876 3876 152 153 CTAAAA NOHAAA HHHHxx -2762 5110 0 2 2 2 62 762 762 2762 2762 124 125 GCAAAA OOHAAA OOOOxx -7613 5111 1 1 3 13 13 613 1613 2613 7613 26 27 VGAAAA POHAAA VVVVxx -152 5112 0 0 2 12 52 152 152 152 152 104 105 WFAAAA QOHAAA AAAAxx -3941 5113 1 1 1 1 41 941 1941 3941 3941 82 83 PVAAAA ROHAAA HHHHxx -5614 5114 0 2 4 14 14 614 1614 614 5614 28 29 YHAAAA SOHAAA OOOOxx -9279 5115 1 3 9 19 79 279 1279 4279 9279 158 159 XSAAAA TOHAAA VVVVxx -3048 5116 0 0 8 8 48 48 1048 3048 3048 96 97 GNAAAA UOHAAA AAAAxx -6152 5117 0 0 2 12 52 152 152 1152 6152 104 105 QCAAAA VOHAAA HHHHxx -5481 5118 1 1 1 1 81 481 1481 481 5481 162 163 VCAAAA WOHAAA OOOOxx -4675 5119 1 3 5 15 75 675 675 4675 4675 150 151 VXAAAA XOHAAA VVVVxx -3334 5120 0 2 4 14 34 334 1334 3334 3334 68 69 GYAAAA YOHAAA AAAAxx -4691 5121 1 3 1 11 91 691 691 4691 4691 182 183 LYAAAA ZOHAAA HHHHxx -803 5122 1 3 3 3 3 803 803 803 803 6 7 XEAAAA APHAAA OOOOxx -5409 5123 1 1 9 9 9 409 1409 409 5409 18 19 BAAAAA BPHAAA VVVVxx -1054 5124 0 2 4 14 54 54 1054 1054 1054 108 109 OOAAAA CPHAAA AAAAxx -103 5125 1 3 3 3 3 103 103 103 103 6 7 ZDAAAA DPHAAA HHHHxx -8565 5126 1 1 5 5 65 565 565 3565 8565 130 131 LRAAAA EPHAAA OOOOxx -4666 5127 0 2 6 6 66 666 666 4666 4666 132 133 MXAAAA FPHAAA VVVVxx -6634 5128 0 2 4 14 34 634 634 1634 6634 68 69 EVAAAA GPHAAA AAAAxx -5538 5129 0 2 8 18 38 538 1538 538 5538 76 77 AFAAAA HPHAAA HHHHxx -3789 5130 1 1 9 9 89 789 1789 3789 3789 178 179 TPAAAA IPHAAA OOOOxx -4641 5131 1 1 1 1 41 641 641 4641 4641 82 83 NWAAAA JPHAAA VVVVxx -2458 5132 0 2 8 18 58 458 458 2458 2458 116 117 OQAAAA KPHAAA AAAAxx -5667 5133 1 3 7 7 67 667 1667 667 5667 134 135 ZJAAAA LPHAAA HHHHxx -6524 5134 0 0 4 4 24 524 524 1524 6524 48 49 YQAAAA MPHAAA OOOOxx -9179 5135 1 3 9 19 79 179 1179 4179 9179 158 159 BPAAAA NPHAAA VVVVxx -6358 5136 0 2 8 18 58 358 358 1358 6358 116 117 OKAAAA OPHAAA AAAAxx -6668 5137 0 0 8 8 68 668 668 1668 6668 136 137 MWAAAA PPHAAA HHHHxx -6414 5138 0 2 4 14 14 414 414 1414 6414 28 29 SMAAAA QPHAAA OOOOxx -2813 5139 1 1 3 13 13 813 813 2813 2813 26 27 FEAAAA RPHAAA VVVVxx -8927 5140 1 3 7 7 27 927 927 3927 8927 54 55 JFAAAA SPHAAA AAAAxx -8695 5141 1 3 5 15 95 695 695 3695 8695 190 191 LWAAAA TPHAAA HHHHxx -363 5142 1 3 3 3 63 363 363 363 363 126 127 ZNAAAA UPHAAA OOOOxx -9966 5143 0 2 6 6 66 966 1966 4966 9966 132 133 ITAAAA VPHAAA VVVVxx -1323 5144 1 3 3 3 23 323 1323 1323 1323 46 47 XYAAAA WPHAAA AAAAxx -8211 5145 1 3 1 11 11 211 211 3211 8211 22 23 VDAAAA XPHAAA HHHHxx -4375 5146 1 3 5 15 75 375 375 4375 4375 150 151 HMAAAA YPHAAA OOOOxx -3257 5147 1 1 7 17 57 257 1257 3257 3257 114 115 HVAAAA ZPHAAA VVVVxx -6239 5148 1 3 9 19 39 239 239 1239 6239 78 79 ZFAAAA AQHAAA AAAAxx -3602 5149 0 2 2 2 2 602 1602 3602 3602 4 5 OIAAAA BQHAAA HHHHxx -9830 5150 0 2 0 10 30 830 1830 4830 9830 60 61 COAAAA CQHAAA OOOOxx -7826 5151 0 2 6 6 26 826 1826 2826 7826 52 53 APAAAA DQHAAA VVVVxx -2108 5152 0 0 8 8 8 108 108 2108 2108 16 17 CDAAAA EQHAAA AAAAxx -7245 5153 1 1 5 5 45 245 1245 2245 7245 90 91 RSAAAA FQHAAA HHHHxx -8330 5154 0 2 0 10 30 330 330 3330 8330 60 61 KIAAAA GQHAAA OOOOxx -7441 5155 1 1 1 1 41 441 1441 2441 7441 82 83 FAAAAA HQHAAA VVVVxx -9848 5156 0 0 8 8 48 848 1848 4848 9848 96 97 UOAAAA IQHAAA AAAAxx -1226 5157 0 2 6 6 26 226 1226 1226 1226 52 53 EVAAAA JQHAAA HHHHxx -414 5158 0 2 4 14 14 414 414 414 414 28 29 YPAAAA KQHAAA OOOOxx -1273 5159 1 1 3 13 73 273 1273 1273 1273 146 147 ZWAAAA LQHAAA VVVVxx -9866 5160 0 2 6 6 66 866 1866 4866 9866 132 133 MPAAAA MQHAAA AAAAxx -4633 5161 1 1 3 13 33 633 633 4633 4633 66 67 FWAAAA NQHAAA HHHHxx -8727 5162 1 3 7 7 27 727 727 3727 8727 54 55 RXAAAA OQHAAA OOOOxx -5308 5163 0 0 8 8 8 308 1308 308 5308 16 17 EWAAAA PQHAAA VVVVxx -1395 5164 1 3 5 15 95 395 1395 1395 1395 190 191 RBAAAA QQHAAA AAAAxx -1825 5165 1 1 5 5 25 825 1825 1825 1825 50 51 FSAAAA RQHAAA HHHHxx -7606 5166 0 2 6 6 6 606 1606 2606 7606 12 13 OGAAAA SQHAAA OOOOxx -9390 5167 0 2 0 10 90 390 1390 4390 9390 180 181 EXAAAA TQHAAA VVVVxx -2376 5168 0 0 6 16 76 376 376 2376 2376 152 153 KNAAAA UQHAAA AAAAxx -2377 5169 1 1 7 17 77 377 377 2377 2377 154 155 LNAAAA VQHAAA HHHHxx -5346 5170 0 2 6 6 46 346 1346 346 5346 92 93 QXAAAA WQHAAA OOOOxx -4140 5171 0 0 0 0 40 140 140 4140 4140 80 81 GDAAAA XQHAAA VVVVxx -6032 5172 0 0 2 12 32 32 32 1032 6032 64 65 AYAAAA YQHAAA AAAAxx -9453 5173 1 1 3 13 53 453 1453 4453 9453 106 107 PZAAAA ZQHAAA HHHHxx -9297 5174 1 1 7 17 97 297 1297 4297 9297 194 195 PTAAAA ARHAAA OOOOxx -6455 5175 1 3 5 15 55 455 455 1455 6455 110 111 HOAAAA BRHAAA VVVVxx -4458 5176 0 2 8 18 58 458 458 4458 4458 116 117 MPAAAA CRHAAA AAAAxx -9516 5177 0 0 6 16 16 516 1516 4516 9516 32 33 ACAAAA DRHAAA HHHHxx -6211 5178 1 3 1 11 11 211 211 1211 6211 22 23 XEAAAA ERHAAA OOOOxx -526 5179 0 2 6 6 26 526 526 526 526 52 53 GUAAAA FRHAAA VVVVxx -3570 5180 0 2 0 10 70 570 1570 3570 3570 140 141 IHAAAA GRHAAA AAAAxx -4885 5181 1 1 5 5 85 885 885 4885 4885 170 171 XFAAAA HRHAAA HHHHxx -6390 5182 0 2 0 10 90 390 390 1390 6390 180 181 ULAAAA IRHAAA OOOOxx -1606 5183 0 2 6 6 6 606 1606 1606 1606 12 13 UJAAAA JRHAAA VVVVxx -7850 5184 0 2 0 10 50 850 1850 2850 7850 100 101 YPAAAA KRHAAA AAAAxx -3315 5185 1 3 5 15 15 315 1315 3315 3315 30 31 NXAAAA LRHAAA HHHHxx -8322 5186 0 2 2 2 22 322 322 3322 8322 44 45 CIAAAA MRHAAA OOOOxx -3703 5187 1 3 3 3 3 703 1703 3703 3703 6 7 LMAAAA NRHAAA VVVVxx -9489 5188 1 1 9 9 89 489 1489 4489 9489 178 179 ZAAAAA ORHAAA AAAAxx -6104 5189 0 0 4 4 4 104 104 1104 6104 8 9 UAAAAA PRHAAA HHHHxx -3067 5190 1 3 7 7 67 67 1067 3067 3067 134 135 ZNAAAA QRHAAA OOOOxx -2521 5191 1 1 1 1 21 521 521 2521 2521 42 43 ZSAAAA RRHAAA VVVVxx -2581 5192 1 1 1 1 81 581 581 2581 2581 162 163 HVAAAA SRHAAA AAAAxx -595 5193 1 3 5 15 95 595 595 595 595 190 191 XWAAAA TRHAAA HHHHxx -8291 5194 1 3 1 11 91 291 291 3291 8291 182 183 XGAAAA URHAAA OOOOxx -1727 5195 1 3 7 7 27 727 1727 1727 1727 54 55 LOAAAA VRHAAA VVVVxx -6847 5196 1 3 7 7 47 847 847 1847 6847 94 95 JDAAAA WRHAAA AAAAxx -7494 5197 0 2 4 14 94 494 1494 2494 7494 188 189 GCAAAA XRHAAA HHHHxx -7093 5198 1 1 3 13 93 93 1093 2093 7093 186 187 VMAAAA YRHAAA OOOOxx -7357 5199 1 1 7 17 57 357 1357 2357 7357 114 115 ZWAAAA ZRHAAA VVVVxx -620 5200 0 0 0 0 20 620 620 620 620 40 41 WXAAAA ASHAAA AAAAxx -2460 5201 0 0 0 0 60 460 460 2460 2460 120 121 QQAAAA BSHAAA HHHHxx -1598 5202 0 2 8 18 98 598 1598 1598 1598 196 197 MJAAAA CSHAAA OOOOxx -4112 5203 0 0 2 12 12 112 112 4112 4112 24 25 ECAAAA DSHAAA VVVVxx -2956 5204 0 0 6 16 56 956 956 2956 2956 112 113 SJAAAA ESHAAA AAAAxx -3193 5205 1 1 3 13 93 193 1193 3193 3193 186 187 VSAAAA FSHAAA HHHHxx -6356 5206 0 0 6 16 56 356 356 1356 6356 112 113 MKAAAA GSHAAA OOOOxx -730 5207 0 2 0 10 30 730 730 730 730 60 61 CCAAAA HSHAAA VVVVxx -8826 5208 0 2 6 6 26 826 826 3826 8826 52 53 MBAAAA ISHAAA AAAAxx -9036 5209 0 0 6 16 36 36 1036 4036 9036 72 73 OJAAAA JSHAAA HHHHxx -2085 5210 1 1 5 5 85 85 85 2085 2085 170 171 FCAAAA KSHAAA OOOOxx -9007 5211 1 3 7 7 7 7 1007 4007 9007 14 15 LIAAAA LSHAAA VVVVxx -6047 5212 1 3 7 7 47 47 47 1047 6047 94 95 PYAAAA MSHAAA AAAAxx -3953 5213 1 1 3 13 53 953 1953 3953 3953 106 107 BWAAAA NSHAAA HHHHxx -1214 5214 0 2 4 14 14 214 1214 1214 1214 28 29 SUAAAA OSHAAA OOOOxx -4814 5215 0 2 4 14 14 814 814 4814 4814 28 29 EDAAAA PSHAAA VVVVxx -5738 5216 0 2 8 18 38 738 1738 738 5738 76 77 SMAAAA QSHAAA AAAAxx -7176 5217 0 0 6 16 76 176 1176 2176 7176 152 153 AQAAAA RSHAAA HHHHxx -3609 5218 1 1 9 9 9 609 1609 3609 3609 18 19 VIAAAA SSHAAA OOOOxx -592 5219 0 0 2 12 92 592 592 592 592 184 185 UWAAAA TSHAAA VVVVxx -9391 5220 1 3 1 11 91 391 1391 4391 9391 182 183 FXAAAA USHAAA AAAAxx -5345 5221 1 1 5 5 45 345 1345 345 5345 90 91 PXAAAA VSHAAA HHHHxx -1171 5222 1 3 1 11 71 171 1171 1171 1171 142 143 BTAAAA WSHAAA OOOOxx -7238 5223 0 2 8 18 38 238 1238 2238 7238 76 77 KSAAAA XSHAAA VVVVxx -7561 5224 1 1 1 1 61 561 1561 2561 7561 122 123 VEAAAA YSHAAA AAAAxx -5876 5225 0 0 6 16 76 876 1876 876 5876 152 153 ASAAAA ZSHAAA HHHHxx -6611 5226 1 3 1 11 11 611 611 1611 6611 22 23 HUAAAA ATHAAA OOOOxx -7300 5227 0 0 0 0 0 300 1300 2300 7300 0 1 UUAAAA BTHAAA VVVVxx -1506 5228 0 2 6 6 6 506 1506 1506 1506 12 13 YFAAAA CTHAAA AAAAxx -1153 5229 1 1 3 13 53 153 1153 1153 1153 106 107 JSAAAA DTHAAA HHHHxx -3831 5230 1 3 1 11 31 831 1831 3831 3831 62 63 JRAAAA ETHAAA OOOOxx -9255 5231 1 3 5 15 55 255 1255 4255 9255 110 111 ZRAAAA FTHAAA VVVVxx -1841 5232 1 1 1 1 41 841 1841 1841 1841 82 83 VSAAAA GTHAAA AAAAxx -5075 5233 1 3 5 15 75 75 1075 75 5075 150 151 FNAAAA HTHAAA HHHHxx -101 5234 1 1 1 1 1 101 101 101 101 2 3 XDAAAA ITHAAA OOOOxx -2627 5235 1 3 7 7 27 627 627 2627 2627 54 55 BXAAAA JTHAAA VVVVxx -7078 5236 0 2 8 18 78 78 1078 2078 7078 156 157 GMAAAA KTHAAA AAAAxx -2850 5237 0 2 0 10 50 850 850 2850 2850 100 101 QFAAAA LTHAAA HHHHxx -8703 5238 1 3 3 3 3 703 703 3703 8703 6 7 TWAAAA MTHAAA OOOOxx -4101 5239 1 1 1 1 1 101 101 4101 4101 2 3 TBAAAA NTHAAA VVVVxx -318 5240 0 2 8 18 18 318 318 318 318 36 37 GMAAAA OTHAAA AAAAxx -6452 5241 0 0 2 12 52 452 452 1452 6452 104 105 EOAAAA PTHAAA HHHHxx -5558 5242 0 2 8 18 58 558 1558 558 5558 116 117 UFAAAA QTHAAA OOOOxx -3127 5243 1 3 7 7 27 127 1127 3127 3127 54 55 HQAAAA RTHAAA VVVVxx -535 5244 1 3 5 15 35 535 535 535 535 70 71 PUAAAA STHAAA AAAAxx -270 5245 0 2 0 10 70 270 270 270 270 140 141 KKAAAA TTHAAA HHHHxx -4038 5246 0 2 8 18 38 38 38 4038 4038 76 77 IZAAAA UTHAAA OOOOxx -3404 5247 0 0 4 4 4 404 1404 3404 3404 8 9 YAAAAA VTHAAA VVVVxx -2374 5248 0 2 4 14 74 374 374 2374 2374 148 149 INAAAA WTHAAA AAAAxx -6446 5249 0 2 6 6 46 446 446 1446 6446 92 93 YNAAAA XTHAAA HHHHxx -7758 5250 0 2 8 18 58 758 1758 2758 7758 116 117 KMAAAA YTHAAA OOOOxx -356 5251 0 0 6 16 56 356 356 356 356 112 113 SNAAAA ZTHAAA VVVVxx -9197 5252 1 1 7 17 97 197 1197 4197 9197 194 195 TPAAAA AUHAAA AAAAxx -9765 5253 1 1 5 5 65 765 1765 4765 9765 130 131 PLAAAA BUHAAA HHHHxx -4974 5254 0 2 4 14 74 974 974 4974 4974 148 149 IJAAAA CUHAAA OOOOxx -442 5255 0 2 2 2 42 442 442 442 442 84 85 ARAAAA DUHAAA VVVVxx -4349 5256 1 1 9 9 49 349 349 4349 4349 98 99 HLAAAA EUHAAA AAAAxx -6119 5257 1 3 9 19 19 119 119 1119 6119 38 39 JBAAAA FUHAAA HHHHxx -7574 5258 0 2 4 14 74 574 1574 2574 7574 148 149 IFAAAA GUHAAA OOOOxx -4445 5259 1 1 5 5 45 445 445 4445 4445 90 91 ZOAAAA HUHAAA VVVVxx -940 5260 0 0 0 0 40 940 940 940 940 80 81 EKAAAA IUHAAA AAAAxx -1875 5261 1 3 5 15 75 875 1875 1875 1875 150 151 DUAAAA JUHAAA HHHHxx -5951 5262 1 3 1 11 51 951 1951 951 5951 102 103 XUAAAA KUHAAA OOOOxx -9132 5263 0 0 2 12 32 132 1132 4132 9132 64 65 GNAAAA LUHAAA VVVVxx -6913 5264 1 1 3 13 13 913 913 1913 6913 26 27 XFAAAA MUHAAA AAAAxx -3308 5265 0 0 8 8 8 308 1308 3308 3308 16 17 GXAAAA NUHAAA HHHHxx -7553 5266 1 1 3 13 53 553 1553 2553 7553 106 107 NEAAAA OUHAAA OOOOxx -2138 5267 0 2 8 18 38 138 138 2138 2138 76 77 GEAAAA PUHAAA VVVVxx -6252 5268 0 0 2 12 52 252 252 1252 6252 104 105 MGAAAA QUHAAA AAAAxx -2171 5269 1 3 1 11 71 171 171 2171 2171 142 143 NFAAAA RUHAAA HHHHxx -4159 5270 1 3 9 19 59 159 159 4159 4159 118 119 ZDAAAA SUHAAA OOOOxx -2401 5271 1 1 1 1 1 401 401 2401 2401 2 3 JOAAAA TUHAAA VVVVxx -6553 5272 1 1 3 13 53 553 553 1553 6553 106 107 BSAAAA UUHAAA AAAAxx -5217 5273 1 1 7 17 17 217 1217 217 5217 34 35 RSAAAA VUHAAA HHHHxx -1405 5274 1 1 5 5 5 405 1405 1405 1405 10 11 BCAAAA WUHAAA OOOOxx -1494 5275 0 2 4 14 94 494 1494 1494 1494 188 189 MFAAAA XUHAAA VVVVxx -5553 5276 1 1 3 13 53 553 1553 553 5553 106 107 PFAAAA YUHAAA AAAAxx -8296 5277 0 0 6 16 96 296 296 3296 8296 192 193 CHAAAA ZUHAAA HHHHxx -6565 5278 1 1 5 5 65 565 565 1565 6565 130 131 NSAAAA AVHAAA OOOOxx -817 5279 1 1 7 17 17 817 817 817 817 34 35 LFAAAA BVHAAA VVVVxx -6947 5280 1 3 7 7 47 947 947 1947 6947 94 95 FHAAAA CVHAAA AAAAxx -4184 5281 0 0 4 4 84 184 184 4184 4184 168 169 YEAAAA DVHAAA HHHHxx -6577 5282 1 1 7 17 77 577 577 1577 6577 154 155 ZSAAAA EVHAAA OOOOxx -6424 5283 0 0 4 4 24 424 424 1424 6424 48 49 CNAAAA FVHAAA VVVVxx -2482 5284 0 2 2 2 82 482 482 2482 2482 164 165 MRAAAA GVHAAA AAAAxx -6874 5285 0 2 4 14 74 874 874 1874 6874 148 149 KEAAAA HVHAAA HHHHxx -7601 5286 1 1 1 1 1 601 1601 2601 7601 2 3 JGAAAA IVHAAA OOOOxx -4552 5287 0 0 2 12 52 552 552 4552 4552 104 105 CTAAAA JVHAAA VVVVxx -8406 5288 0 2 6 6 6 406 406 3406 8406 12 13 ILAAAA KVHAAA AAAAxx -2924 5289 0 0 4 4 24 924 924 2924 2924 48 49 MIAAAA LVHAAA HHHHxx -8255 5290 1 3 5 15 55 255 255 3255 8255 110 111 NFAAAA MVHAAA OOOOxx -4920 5291 0 0 0 0 20 920 920 4920 4920 40 41 GHAAAA NVHAAA VVVVxx -228 5292 0 0 8 8 28 228 228 228 228 56 57 UIAAAA OVHAAA AAAAxx -9431 5293 1 3 1 11 31 431 1431 4431 9431 62 63 TYAAAA PVHAAA HHHHxx -4021 5294 1 1 1 1 21 21 21 4021 4021 42 43 RYAAAA QVHAAA OOOOxx -2966 5295 0 2 6 6 66 966 966 2966 2966 132 133 CKAAAA RVHAAA VVVVxx -2862 5296 0 2 2 2 62 862 862 2862 2862 124 125 CGAAAA SVHAAA AAAAxx -4303 5297 1 3 3 3 3 303 303 4303 4303 6 7 NJAAAA TVHAAA HHHHxx -9643 5298 1 3 3 3 43 643 1643 4643 9643 86 87 XGAAAA UVHAAA OOOOxx -3008 5299 0 0 8 8 8 8 1008 3008 3008 16 17 SLAAAA VVHAAA VVVVxx -7476 5300 0 0 6 16 76 476 1476 2476 7476 152 153 OBAAAA WVHAAA AAAAxx -3686 5301 0 2 6 6 86 686 1686 3686 3686 172 173 ULAAAA XVHAAA HHHHxx -9051 5302 1 3 1 11 51 51 1051 4051 9051 102 103 DKAAAA YVHAAA OOOOxx -6592 5303 0 0 2 12 92 592 592 1592 6592 184 185 OTAAAA ZVHAAA VVVVxx -924 5304 0 0 4 4 24 924 924 924 924 48 49 OJAAAA AWHAAA AAAAxx -4406 5305 0 2 6 6 6 406 406 4406 4406 12 13 MNAAAA BWHAAA HHHHxx -5233 5306 1 1 3 13 33 233 1233 233 5233 66 67 HTAAAA CWHAAA OOOOxx -8881 5307 1 1 1 1 81 881 881 3881 8881 162 163 PDAAAA DWHAAA VVVVxx -2212 5308 0 0 2 12 12 212 212 2212 2212 24 25 CHAAAA EWHAAA AAAAxx -5804 5309 0 0 4 4 4 804 1804 804 5804 8 9 GPAAAA FWHAAA HHHHxx -2990 5310 0 2 0 10 90 990 990 2990 2990 180 181 ALAAAA GWHAAA OOOOxx -4069 5311 1 1 9 9 69 69 69 4069 4069 138 139 NAAAAA HWHAAA VVVVxx -5380 5312 0 0 0 0 80 380 1380 380 5380 160 161 YYAAAA IWHAAA AAAAxx -5016 5313 0 0 6 16 16 16 1016 16 5016 32 33 YKAAAA JWHAAA HHHHxx -5056 5314 0 0 6 16 56 56 1056 56 5056 112 113 MMAAAA KWHAAA OOOOxx -3732 5315 0 0 2 12 32 732 1732 3732 3732 64 65 ONAAAA LWHAAA VVVVxx -5527 5316 1 3 7 7 27 527 1527 527 5527 54 55 PEAAAA MWHAAA AAAAxx -1151 5317 1 3 1 11 51 151 1151 1151 1151 102 103 HSAAAA NWHAAA HHHHxx -7900 5318 0 0 0 0 0 900 1900 2900 7900 0 1 WRAAAA OWHAAA OOOOxx -1660 5319 0 0 0 0 60 660 1660 1660 1660 120 121 WLAAAA PWHAAA VVVVxx -8064 5320 0 0 4 4 64 64 64 3064 8064 128 129 EYAAAA QWHAAA AAAAxx -8240 5321 0 0 0 0 40 240 240 3240 8240 80 81 YEAAAA RWHAAA HHHHxx -413 5322 1 1 3 13 13 413 413 413 413 26 27 XPAAAA SWHAAA OOOOxx -8311 5323 1 3 1 11 11 311 311 3311 8311 22 23 RHAAAA TWHAAA VVVVxx -1065 5324 1 1 5 5 65 65 1065 1065 1065 130 131 ZOAAAA UWHAAA AAAAxx -2741 5325 1 1 1 1 41 741 741 2741 2741 82 83 LBAAAA VWHAAA HHHHxx -5306 5326 0 2 6 6 6 306 1306 306 5306 12 13 CWAAAA WWHAAA OOOOxx -5464 5327 0 0 4 4 64 464 1464 464 5464 128 129 ECAAAA XWHAAA VVVVxx -4237 5328 1 1 7 17 37 237 237 4237 4237 74 75 ZGAAAA YWHAAA AAAAxx -3822 5329 0 2 2 2 22 822 1822 3822 3822 44 45 ARAAAA ZWHAAA HHHHxx -2548 5330 0 0 8 8 48 548 548 2548 2548 96 97 AUAAAA AXHAAA OOOOxx -2688 5331 0 0 8 8 88 688 688 2688 2688 176 177 KZAAAA BXHAAA VVVVxx -8061 5332 1 1 1 1 61 61 61 3061 8061 122 123 BYAAAA CXHAAA AAAAxx -9340 5333 0 0 0 0 40 340 1340 4340 9340 80 81 GVAAAA DXHAAA HHHHxx -4031 5334 1 3 1 11 31 31 31 4031 4031 62 63 BZAAAA EXHAAA OOOOxx -2635 5335 1 3 5 15 35 635 635 2635 2635 70 71 JXAAAA FXHAAA VVVVxx -809 5336 1 1 9 9 9 809 809 809 809 18 19 DFAAAA GXHAAA AAAAxx -3209 5337 1 1 9 9 9 209 1209 3209 3209 18 19 LTAAAA HXHAAA HHHHxx -3825 5338 1 1 5 5 25 825 1825 3825 3825 50 51 DRAAAA IXHAAA OOOOxx -1448 5339 0 0 8 8 48 448 1448 1448 1448 96 97 SDAAAA JXHAAA VVVVxx -9077 5340 1 1 7 17 77 77 1077 4077 9077 154 155 DLAAAA KXHAAA AAAAxx -3730 5341 0 2 0 10 30 730 1730 3730 3730 60 61 MNAAAA LXHAAA HHHHxx -9596 5342 0 0 6 16 96 596 1596 4596 9596 192 193 CFAAAA MXHAAA OOOOxx -3563 5343 1 3 3 3 63 563 1563 3563 3563 126 127 BHAAAA NXHAAA VVVVxx -4116 5344 0 0 6 16 16 116 116 4116 4116 32 33 ICAAAA OXHAAA AAAAxx -4825 5345 1 1 5 5 25 825 825 4825 4825 50 51 PDAAAA PXHAAA HHHHxx -8376 5346 0 0 6 16 76 376 376 3376 8376 152 153 EKAAAA QXHAAA OOOOxx -3917 5347 1 1 7 17 17 917 1917 3917 3917 34 35 RUAAAA RXHAAA VVVVxx -4407 5348 1 3 7 7 7 407 407 4407 4407 14 15 NNAAAA SXHAAA AAAAxx -8202 5349 0 2 2 2 2 202 202 3202 8202 4 5 MDAAAA TXHAAA HHHHxx -7675 5350 1 3 5 15 75 675 1675 2675 7675 150 151 FJAAAA UXHAAA OOOOxx -4104 5351 0 0 4 4 4 104 104 4104 4104 8 9 WBAAAA VXHAAA VVVVxx -9225 5352 1 1 5 5 25 225 1225 4225 9225 50 51 VQAAAA WXHAAA AAAAxx -2834 5353 0 2 4 14 34 834 834 2834 2834 68 69 AFAAAA XXHAAA HHHHxx -1227 5354 1 3 7 7 27 227 1227 1227 1227 54 55 FVAAAA YXHAAA OOOOxx -3383 5355 1 3 3 3 83 383 1383 3383 3383 166 167 DAAAAA ZXHAAA VVVVxx -67 5356 1 3 7 7 67 67 67 67 67 134 135 PCAAAA AYHAAA AAAAxx -1751 5357 1 3 1 11 51 751 1751 1751 1751 102 103 JPAAAA BYHAAA HHHHxx -8054 5358 0 2 4 14 54 54 54 3054 8054 108 109 UXAAAA CYHAAA OOOOxx -8571 5359 1 3 1 11 71 571 571 3571 8571 142 143 RRAAAA DYHAAA VVVVxx -2466 5360 0 2 6 6 66 466 466 2466 2466 132 133 WQAAAA EYHAAA AAAAxx -9405 5361 1 1 5 5 5 405 1405 4405 9405 10 11 TXAAAA FYHAAA HHHHxx -6883 5362 1 3 3 3 83 883 883 1883 6883 166 167 TEAAAA GYHAAA OOOOxx -4301 5363 1 1 1 1 1 301 301 4301 4301 2 3 LJAAAA HYHAAA VVVVxx -3705 5364 1 1 5 5 5 705 1705 3705 3705 10 11 NMAAAA IYHAAA AAAAxx -5420 5365 0 0 0 0 20 420 1420 420 5420 40 41 MAAAAA JYHAAA HHHHxx -3692 5366 0 0 2 12 92 692 1692 3692 3692 184 185 AMAAAA KYHAAA OOOOxx -6851 5367 1 3 1 11 51 851 851 1851 6851 102 103 NDAAAA LYHAAA VVVVxx -9363 5368 1 3 3 3 63 363 1363 4363 9363 126 127 DWAAAA MYHAAA AAAAxx -2269 5369 1 1 9 9 69 269 269 2269 2269 138 139 HJAAAA NYHAAA HHHHxx -4918 5370 0 2 8 18 18 918 918 4918 4918 36 37 EHAAAA OYHAAA OOOOxx -4297 5371 1 1 7 17 97 297 297 4297 4297 194 195 HJAAAA PYHAAA VVVVxx -1836 5372 0 0 6 16 36 836 1836 1836 1836 72 73 QSAAAA QYHAAA AAAAxx -237 5373 1 1 7 17 37 237 237 237 237 74 75 DJAAAA RYHAAA HHHHxx -6131 5374 1 3 1 11 31 131 131 1131 6131 62 63 VBAAAA SYHAAA OOOOxx -3174 5375 0 2 4 14 74 174 1174 3174 3174 148 149 CSAAAA TYHAAA VVVVxx -9987 5376 1 3 7 7 87 987 1987 4987 9987 174 175 DUAAAA UYHAAA AAAAxx -3630 5377 0 2 0 10 30 630 1630 3630 3630 60 61 QJAAAA VYHAAA HHHHxx -2899 5378 1 3 9 19 99 899 899 2899 2899 198 199 NHAAAA WYHAAA OOOOxx -4079 5379 1 3 9 19 79 79 79 4079 4079 158 159 XAAAAA XYHAAA VVVVxx -5049 5380 1 1 9 9 49 49 1049 49 5049 98 99 FMAAAA YYHAAA AAAAxx -2963 5381 1 3 3 3 63 963 963 2963 2963 126 127 ZJAAAA ZYHAAA HHHHxx -3962 5382 0 2 2 2 62 962 1962 3962 3962 124 125 KWAAAA AZHAAA OOOOxx -7921 5383 1 1 1 1 21 921 1921 2921 7921 42 43 RSAAAA BZHAAA VVVVxx -3967 5384 1 3 7 7 67 967 1967 3967 3967 134 135 PWAAAA CZHAAA AAAAxx -2752 5385 0 0 2 12 52 752 752 2752 2752 104 105 WBAAAA DZHAAA HHHHxx -7944 5386 0 0 4 4 44 944 1944 2944 7944 88 89 OTAAAA EZHAAA OOOOxx -2205 5387 1 1 5 5 5 205 205 2205 2205 10 11 VGAAAA FZHAAA VVVVxx -5035 5388 1 3 5 15 35 35 1035 35 5035 70 71 RLAAAA GZHAAA AAAAxx -1425 5389 1 1 5 5 25 425 1425 1425 1425 50 51 VCAAAA HZHAAA HHHHxx -832 5390 0 0 2 12 32 832 832 832 832 64 65 AGAAAA IZHAAA OOOOxx -1447 5391 1 3 7 7 47 447 1447 1447 1447 94 95 RDAAAA JZHAAA VVVVxx -6108 5392 0 0 8 8 8 108 108 1108 6108 16 17 YAAAAA KZHAAA AAAAxx -4936 5393 0 0 6 16 36 936 936 4936 4936 72 73 WHAAAA LZHAAA HHHHxx -7704 5394 0 0 4 4 4 704 1704 2704 7704 8 9 IKAAAA MZHAAA OOOOxx -142 5395 0 2 2 2 42 142 142 142 142 84 85 MFAAAA NZHAAA VVVVxx -4272 5396 0 0 2 12 72 272 272 4272 4272 144 145 IIAAAA OZHAAA AAAAxx -7667 5397 1 3 7 7 67 667 1667 2667 7667 134 135 XIAAAA PZHAAA HHHHxx -366 5398 0 2 6 6 66 366 366 366 366 132 133 COAAAA QZHAAA OOOOxx -8866 5399 0 2 6 6 66 866 866 3866 8866 132 133 ADAAAA RZHAAA VVVVxx -7712 5400 0 0 2 12 12 712 1712 2712 7712 24 25 QKAAAA SZHAAA AAAAxx -3880 5401 0 0 0 0 80 880 1880 3880 3880 160 161 GTAAAA TZHAAA HHHHxx -4631 5402 1 3 1 11 31 631 631 4631 4631 62 63 DWAAAA UZHAAA OOOOxx -2789 5403 1 1 9 9 89 789 789 2789 2789 178 179 HDAAAA VZHAAA VVVVxx -7720 5404 0 0 0 0 20 720 1720 2720 7720 40 41 YKAAAA WZHAAA AAAAxx -7618 5405 0 2 8 18 18 618 1618 2618 7618 36 37 AHAAAA XZHAAA HHHHxx -4990 5406 0 2 0 10 90 990 990 4990 4990 180 181 YJAAAA YZHAAA OOOOxx -7918 5407 0 2 8 18 18 918 1918 2918 7918 36 37 OSAAAA ZZHAAA VVVVxx -5067 5408 1 3 7 7 67 67 1067 67 5067 134 135 XMAAAA AAIAAA AAAAxx -6370 5409 0 2 0 10 70 370 370 1370 6370 140 141 ALAAAA BAIAAA HHHHxx -2268 5410 0 0 8 8 68 268 268 2268 2268 136 137 GJAAAA CAIAAA OOOOxx -1949 5411 1 1 9 9 49 949 1949 1949 1949 98 99 ZWAAAA DAIAAA VVVVxx -5503 5412 1 3 3 3 3 503 1503 503 5503 6 7 RDAAAA EAIAAA AAAAxx -9951 5413 1 3 1 11 51 951 1951 4951 9951 102 103 TSAAAA FAIAAA HHHHxx -6823 5414 1 3 3 3 23 823 823 1823 6823 46 47 LCAAAA GAIAAA OOOOxx -6287 5415 1 3 7 7 87 287 287 1287 6287 174 175 VHAAAA HAIAAA VVVVxx -6016 5416 0 0 6 16 16 16 16 1016 6016 32 33 KXAAAA IAIAAA AAAAxx -1977 5417 1 1 7 17 77 977 1977 1977 1977 154 155 BYAAAA JAIAAA HHHHxx -8579 5418 1 3 9 19 79 579 579 3579 8579 158 159 ZRAAAA KAIAAA OOOOxx -6204 5419 0 0 4 4 4 204 204 1204 6204 8 9 QEAAAA LAIAAA VVVVxx -9764 5420 0 0 4 4 64 764 1764 4764 9764 128 129 OLAAAA MAIAAA AAAAxx -2005 5421 1 1 5 5 5 5 5 2005 2005 10 11 DZAAAA NAIAAA HHHHxx -1648 5422 0 0 8 8 48 648 1648 1648 1648 96 97 KLAAAA OAIAAA OOOOxx -2457 5423 1 1 7 17 57 457 457 2457 2457 114 115 NQAAAA PAIAAA VVVVxx -2698 5424 0 2 8 18 98 698 698 2698 2698 196 197 UZAAAA QAIAAA AAAAxx -7730 5425 0 2 0 10 30 730 1730 2730 7730 60 61 ILAAAA RAIAAA HHHHxx -7287 5426 1 3 7 7 87 287 1287 2287 7287 174 175 HUAAAA SAIAAA OOOOxx -2937 5427 1 1 7 17 37 937 937 2937 2937 74 75 ZIAAAA TAIAAA VVVVxx -6824 5428 0 0 4 4 24 824 824 1824 6824 48 49 MCAAAA UAIAAA AAAAxx -9256 5429 0 0 6 16 56 256 1256 4256 9256 112 113 ASAAAA VAIAAA HHHHxx -4810 5430 0 2 0 10 10 810 810 4810 4810 20 21 ADAAAA WAIAAA OOOOxx -3869 5431 1 1 9 9 69 869 1869 3869 3869 138 139 VSAAAA XAIAAA VVVVxx -1993 5432 1 1 3 13 93 993 1993 1993 1993 186 187 RYAAAA YAIAAA AAAAxx -6048 5433 0 0 8 8 48 48 48 1048 6048 96 97 QYAAAA ZAIAAA HHHHxx -6922 5434 0 2 2 2 22 922 922 1922 6922 44 45 GGAAAA ABIAAA OOOOxx -8 5435 0 0 8 8 8 8 8 8 8 16 17 IAAAAA BBIAAA VVVVxx -6706 5436 0 2 6 6 6 706 706 1706 6706 12 13 YXAAAA CBIAAA AAAAxx -9159 5437 1 3 9 19 59 159 1159 4159 9159 118 119 HOAAAA DBIAAA HHHHxx -7020 5438 0 0 0 0 20 20 1020 2020 7020 40 41 AKAAAA EBIAAA OOOOxx -767 5439 1 3 7 7 67 767 767 767 767 134 135 NDAAAA FBIAAA VVVVxx -8602 5440 0 2 2 2 2 602 602 3602 8602 4 5 WSAAAA GBIAAA AAAAxx -4442 5441 0 2 2 2 42 442 442 4442 4442 84 85 WOAAAA HBIAAA HHHHxx -2040 5442 0 0 0 0 40 40 40 2040 2040 80 81 MAAAAA IBIAAA OOOOxx -5493 5443 1 1 3 13 93 493 1493 493 5493 186 187 HDAAAA JBIAAA VVVVxx -275 5444 1 3 5 15 75 275 275 275 275 150 151 PKAAAA KBIAAA AAAAxx -8876 5445 0 0 6 16 76 876 876 3876 8876 152 153 KDAAAA LBIAAA HHHHxx -7381 5446 1 1 1 1 81 381 1381 2381 7381 162 163 XXAAAA MBIAAA OOOOxx -1827 5447 1 3 7 7 27 827 1827 1827 1827 54 55 HSAAAA NBIAAA VVVVxx -3537 5448 1 1 7 17 37 537 1537 3537 3537 74 75 BGAAAA OBIAAA AAAAxx -6978 5449 0 2 8 18 78 978 978 1978 6978 156 157 KIAAAA PBIAAA HHHHxx -6160 5450 0 0 0 0 60 160 160 1160 6160 120 121 YCAAAA QBIAAA OOOOxx -9219 5451 1 3 9 19 19 219 1219 4219 9219 38 39 PQAAAA RBIAAA VVVVxx -5034 5452 0 2 4 14 34 34 1034 34 5034 68 69 QLAAAA SBIAAA AAAAxx -8463 5453 1 3 3 3 63 463 463 3463 8463 126 127 NNAAAA TBIAAA HHHHxx -2038 5454 0 2 8 18 38 38 38 2038 2038 76 77 KAAAAA UBIAAA OOOOxx -9562 5455 0 2 2 2 62 562 1562 4562 9562 124 125 UDAAAA VBIAAA VVVVxx -2687 5456 1 3 7 7 87 687 687 2687 2687 174 175 JZAAAA WBIAAA AAAAxx -5092 5457 0 0 2 12 92 92 1092 92 5092 184 185 WNAAAA XBIAAA HHHHxx -539 5458 1 3 9 19 39 539 539 539 539 78 79 TUAAAA YBIAAA OOOOxx -2139 5459 1 3 9 19 39 139 139 2139 2139 78 79 HEAAAA ZBIAAA VVVVxx -9221 5460 1 1 1 1 21 221 1221 4221 9221 42 43 RQAAAA ACIAAA AAAAxx -965 5461 1 1 5 5 65 965 965 965 965 130 131 DLAAAA BCIAAA HHHHxx -6051 5462 1 3 1 11 51 51 51 1051 6051 102 103 TYAAAA CCIAAA OOOOxx -5822 5463 0 2 2 2 22 822 1822 822 5822 44 45 YPAAAA DCIAAA VVVVxx -6397 5464 1 1 7 17 97 397 397 1397 6397 194 195 BMAAAA ECIAAA AAAAxx -2375 5465 1 3 5 15 75 375 375 2375 2375 150 151 JNAAAA FCIAAA HHHHxx -9415 5466 1 3 5 15 15 415 1415 4415 9415 30 31 DYAAAA GCIAAA OOOOxx -6552 5467 0 0 2 12 52 552 552 1552 6552 104 105 ASAAAA HCIAAA VVVVxx -2248 5468 0 0 8 8 48 248 248 2248 2248 96 97 MIAAAA ICIAAA AAAAxx -2611 5469 1 3 1 11 11 611 611 2611 2611 22 23 LWAAAA JCIAAA HHHHxx -9609 5470 1 1 9 9 9 609 1609 4609 9609 18 19 PFAAAA KCIAAA OOOOxx -2132 5471 0 0 2 12 32 132 132 2132 2132 64 65 AEAAAA LCIAAA VVVVxx -8452 5472 0 0 2 12 52 452 452 3452 8452 104 105 CNAAAA MCIAAA AAAAxx -9407 5473 1 3 7 7 7 407 1407 4407 9407 14 15 VXAAAA NCIAAA HHHHxx -2814 5474 0 2 4 14 14 814 814 2814 2814 28 29 GEAAAA OCIAAA OOOOxx -1889 5475 1 1 9 9 89 889 1889 1889 1889 178 179 RUAAAA PCIAAA VVVVxx -7489 5476 1 1 9 9 89 489 1489 2489 7489 178 179 BCAAAA QCIAAA AAAAxx -2255 5477 1 3 5 15 55 255 255 2255 2255 110 111 TIAAAA RCIAAA HHHHxx -3380 5478 0 0 0 0 80 380 1380 3380 3380 160 161 AAAAAA SCIAAA OOOOxx -1167 5479 1 3 7 7 67 167 1167 1167 1167 134 135 XSAAAA TCIAAA VVVVxx -5369 5480 1 1 9 9 69 369 1369 369 5369 138 139 NYAAAA UCIAAA AAAAxx -2378 5481 0 2 8 18 78 378 378 2378 2378 156 157 MNAAAA VCIAAA HHHHxx -8315 5482 1 3 5 15 15 315 315 3315 8315 30 31 VHAAAA WCIAAA OOOOxx -2934 5483 0 2 4 14 34 934 934 2934 2934 68 69 WIAAAA XCIAAA VVVVxx -7924 5484 0 0 4 4 24 924 1924 2924 7924 48 49 USAAAA YCIAAA AAAAxx -2867 5485 1 3 7 7 67 867 867 2867 2867 134 135 HGAAAA ZCIAAA HHHHxx -9141 5486 1 1 1 1 41 141 1141 4141 9141 82 83 PNAAAA ADIAAA OOOOxx -3613 5487 1 1 3 13 13 613 1613 3613 3613 26 27 ZIAAAA BDIAAA VVVVxx -2461 5488 1 1 1 1 61 461 461 2461 2461 122 123 RQAAAA CDIAAA AAAAxx -4567 5489 1 3 7 7 67 567 567 4567 4567 134 135 RTAAAA DDIAAA HHHHxx -2906 5490 0 2 6 6 6 906 906 2906 2906 12 13 UHAAAA EDIAAA OOOOxx -4848 5491 0 0 8 8 48 848 848 4848 4848 96 97 MEAAAA FDIAAA VVVVxx -6614 5492 0 2 4 14 14 614 614 1614 6614 28 29 KUAAAA GDIAAA AAAAxx -6200 5493 0 0 0 0 0 200 200 1200 6200 0 1 MEAAAA HDIAAA HHHHxx -7895 5494 1 3 5 15 95 895 1895 2895 7895 190 191 RRAAAA IDIAAA OOOOxx -6829 5495 1 1 9 9 29 829 829 1829 6829 58 59 RCAAAA JDIAAA VVVVxx -4087 5496 1 3 7 7 87 87 87 4087 4087 174 175 FBAAAA KDIAAA AAAAxx -8787 5497 1 3 7 7 87 787 787 3787 8787 174 175 ZZAAAA LDIAAA HHHHxx -3322 5498 0 2 2 2 22 322 1322 3322 3322 44 45 UXAAAA MDIAAA OOOOxx -9091 5499 1 3 1 11 91 91 1091 4091 9091 182 183 RLAAAA NDIAAA VVVVxx -5268 5500 0 0 8 8 68 268 1268 268 5268 136 137 QUAAAA ODIAAA AAAAxx -2719 5501 1 3 9 19 19 719 719 2719 2719 38 39 PAAAAA PDIAAA HHHHxx -30 5502 0 2 0 10 30 30 30 30 30 60 61 EBAAAA QDIAAA OOOOxx -1975 5503 1 3 5 15 75 975 1975 1975 1975 150 151 ZXAAAA RDIAAA VVVVxx -2641 5504 1 1 1 1 41 641 641 2641 2641 82 83 PXAAAA SDIAAA AAAAxx -8616 5505 0 0 6 16 16 616 616 3616 8616 32 33 KTAAAA TDIAAA HHHHxx -5980 5506 0 0 0 0 80 980 1980 980 5980 160 161 AWAAAA UDIAAA OOOOxx -5170 5507 0 2 0 10 70 170 1170 170 5170 140 141 WQAAAA VDIAAA VVVVxx -1960 5508 0 0 0 0 60 960 1960 1960 1960 120 121 KXAAAA WDIAAA AAAAxx -8141 5509 1 1 1 1 41 141 141 3141 8141 82 83 DBAAAA XDIAAA HHHHxx -6692 5510 0 0 2 12 92 692 692 1692 6692 184 185 KXAAAA YDIAAA OOOOxx -7621 5511 1 1 1 1 21 621 1621 2621 7621 42 43 DHAAAA ZDIAAA VVVVxx -3890 5512 0 2 0 10 90 890 1890 3890 3890 180 181 QTAAAA AEIAAA AAAAxx -4300 5513 0 0 0 0 0 300 300 4300 4300 0 1 KJAAAA BEIAAA HHHHxx -736 5514 0 0 6 16 36 736 736 736 736 72 73 ICAAAA CEIAAA OOOOxx -6626 5515 0 2 6 6 26 626 626 1626 6626 52 53 WUAAAA DEIAAA VVVVxx -1800 5516 0 0 0 0 0 800 1800 1800 1800 0 1 GRAAAA EEIAAA AAAAxx -3430 5517 0 2 0 10 30 430 1430 3430 3430 60 61 YBAAAA FEIAAA HHHHxx -9519 5518 1 3 9 19 19 519 1519 4519 9519 38 39 DCAAAA GEIAAA OOOOxx -5111 5519 1 3 1 11 11 111 1111 111 5111 22 23 POAAAA HEIAAA VVVVxx -6915 5520 1 3 5 15 15 915 915 1915 6915 30 31 ZFAAAA IEIAAA AAAAxx -9246 5521 0 2 6 6 46 246 1246 4246 9246 92 93 QRAAAA JEIAAA HHHHxx -5141 5522 1 1 1 1 41 141 1141 141 5141 82 83 TPAAAA KEIAAA OOOOxx -5922 5523 0 2 2 2 22 922 1922 922 5922 44 45 UTAAAA LEIAAA VVVVxx -3087 5524 1 3 7 7 87 87 1087 3087 3087 174 175 TOAAAA MEIAAA AAAAxx -1859 5525 1 3 9 19 59 859 1859 1859 1859 118 119 NTAAAA NEIAAA HHHHxx -8482 5526 0 2 2 2 82 482 482 3482 8482 164 165 GOAAAA OEIAAA OOOOxx -8414 5527 0 2 4 14 14 414 414 3414 8414 28 29 QLAAAA PEIAAA VVVVxx -6662 5528 0 2 2 2 62 662 662 1662 6662 124 125 GWAAAA QEIAAA AAAAxx -8614 5529 0 2 4 14 14 614 614 3614 8614 28 29 ITAAAA REIAAA HHHHxx -42 5530 0 2 2 2 42 42 42 42 42 84 85 QBAAAA SEIAAA OOOOxx -7582 5531 0 2 2 2 82 582 1582 2582 7582 164 165 QFAAAA TEIAAA VVVVxx -8183 5532 1 3 3 3 83 183 183 3183 8183 166 167 TCAAAA UEIAAA AAAAxx -1299 5533 1 3 9 19 99 299 1299 1299 1299 198 199 ZXAAAA VEIAAA HHHHxx -7004 5534 0 0 4 4 4 4 1004 2004 7004 8 9 KJAAAA WEIAAA OOOOxx -3298 5535 0 2 8 18 98 298 1298 3298 3298 196 197 WWAAAA XEIAAA VVVVxx -7884 5536 0 0 4 4 84 884 1884 2884 7884 168 169 GRAAAA YEIAAA AAAAxx -4191 5537 1 3 1 11 91 191 191 4191 4191 182 183 FFAAAA ZEIAAA HHHHxx -7346 5538 0 2 6 6 46 346 1346 2346 7346 92 93 OWAAAA AFIAAA OOOOxx -7989 5539 1 1 9 9 89 989 1989 2989 7989 178 179 HVAAAA BFIAAA VVVVxx -5719 5540 1 3 9 19 19 719 1719 719 5719 38 39 ZLAAAA CFIAAA AAAAxx -800 5541 0 0 0 0 0 800 800 800 800 0 1 UEAAAA DFIAAA HHHHxx -6509 5542 1 1 9 9 9 509 509 1509 6509 18 19 JQAAAA EFIAAA OOOOxx -4672 5543 0 0 2 12 72 672 672 4672 4672 144 145 SXAAAA FFIAAA VVVVxx -4434 5544 0 2 4 14 34 434 434 4434 4434 68 69 OOAAAA GFIAAA AAAAxx -8309 5545 1 1 9 9 9 309 309 3309 8309 18 19 PHAAAA HFIAAA HHHHxx -5134 5546 0 2 4 14 34 134 1134 134 5134 68 69 MPAAAA IFIAAA OOOOxx -5153 5547 1 1 3 13 53 153 1153 153 5153 106 107 FQAAAA JFIAAA VVVVxx -1522 5548 0 2 2 2 22 522 1522 1522 1522 44 45 OGAAAA KFIAAA AAAAxx -8629 5549 1 1 9 9 29 629 629 3629 8629 58 59 XTAAAA LFIAAA HHHHxx -4549 5550 1 1 9 9 49 549 549 4549 4549 98 99 ZSAAAA MFIAAA OOOOxx -9506 5551 0 2 6 6 6 506 1506 4506 9506 12 13 QBAAAA NFIAAA VVVVxx -6542 5552 0 2 2 2 42 542 542 1542 6542 84 85 QRAAAA OFIAAA AAAAxx -2579 5553 1 3 9 19 79 579 579 2579 2579 158 159 FVAAAA PFIAAA HHHHxx -4664 5554 0 0 4 4 64 664 664 4664 4664 128 129 KXAAAA QFIAAA OOOOxx -696 5555 0 0 6 16 96 696 696 696 696 192 193 UAAAAA RFIAAA VVVVxx -7950 5556 0 2 0 10 50 950 1950 2950 7950 100 101 UTAAAA SFIAAA AAAAxx -5 5557 1 1 5 5 5 5 5 5 5 10 11 FAAAAA TFIAAA HHHHxx -7806 5558 0 2 6 6 6 806 1806 2806 7806 12 13 GOAAAA UFIAAA OOOOxx -2770 5559 0 2 0 10 70 770 770 2770 2770 140 141 OCAAAA VFIAAA VVVVxx -1344 5560 0 0 4 4 44 344 1344 1344 1344 88 89 SZAAAA WFIAAA AAAAxx -511 5561 1 3 1 11 11 511 511 511 511 22 23 RTAAAA XFIAAA HHHHxx -9070 5562 0 2 0 10 70 70 1070 4070 9070 140 141 WKAAAA YFIAAA OOOOxx -2961 5563 1 1 1 1 61 961 961 2961 2961 122 123 XJAAAA ZFIAAA VVVVxx -8031 5564 1 3 1 11 31 31 31 3031 8031 62 63 XWAAAA AGIAAA AAAAxx -326 5565 0 2 6 6 26 326 326 326 326 52 53 OMAAAA BGIAAA HHHHxx -183 5566 1 3 3 3 83 183 183 183 183 166 167 BHAAAA CGIAAA OOOOxx -5917 5567 1 1 7 17 17 917 1917 917 5917 34 35 PTAAAA DGIAAA VVVVxx -8256 5568 0 0 6 16 56 256 256 3256 8256 112 113 OFAAAA EGIAAA AAAAxx -7889 5569 1 1 9 9 89 889 1889 2889 7889 178 179 LRAAAA FGIAAA HHHHxx -9029 5570 1 1 9 9 29 29 1029 4029 9029 58 59 HJAAAA GGIAAA OOOOxx -1316 5571 0 0 6 16 16 316 1316 1316 1316 32 33 QYAAAA HGIAAA VVVVxx -7442 5572 0 2 2 2 42 442 1442 2442 7442 84 85 GAAAAA IGIAAA AAAAxx -2810 5573 0 2 0 10 10 810 810 2810 2810 20 21 CEAAAA JGIAAA HHHHxx -20 5574 0 0 0 0 20 20 20 20 20 40 41 UAAAAA KGIAAA OOOOxx -2306 5575 0 2 6 6 6 306 306 2306 2306 12 13 SKAAAA LGIAAA VVVVxx -4694 5576 0 2 4 14 94 694 694 4694 4694 188 189 OYAAAA MGIAAA AAAAxx -9710 5577 0 2 0 10 10 710 1710 4710 9710 20 21 MJAAAA NGIAAA HHHHxx -1791 5578 1 3 1 11 91 791 1791 1791 1791 182 183 XQAAAA OGIAAA OOOOxx -6730 5579 0 2 0 10 30 730 730 1730 6730 60 61 WYAAAA PGIAAA VVVVxx -359 5580 1 3 9 19 59 359 359 359 359 118 119 VNAAAA QGIAAA AAAAxx -8097 5581 1 1 7 17 97 97 97 3097 8097 194 195 LZAAAA RGIAAA HHHHxx -6147 5582 1 3 7 7 47 147 147 1147 6147 94 95 LCAAAA SGIAAA OOOOxx -643 5583 1 3 3 3 43 643 643 643 643 86 87 TYAAAA TGIAAA VVVVxx -698 5584 0 2 8 18 98 698 698 698 698 196 197 WAAAAA UGIAAA AAAAxx -3881 5585 1 1 1 1 81 881 1881 3881 3881 162 163 HTAAAA VGIAAA HHHHxx -7600 5586 0 0 0 0 0 600 1600 2600 7600 0 1 IGAAAA WGIAAA OOOOxx -1583 5587 1 3 3 3 83 583 1583 1583 1583 166 167 XIAAAA XGIAAA VVVVxx -9612 5588 0 0 2 12 12 612 1612 4612 9612 24 25 SFAAAA YGIAAA AAAAxx -1032 5589 0 0 2 12 32 32 1032 1032 1032 64 65 SNAAAA ZGIAAA HHHHxx -4834 5590 0 2 4 14 34 834 834 4834 4834 68 69 YDAAAA AHIAAA OOOOxx -5076 5591 0 0 6 16 76 76 1076 76 5076 152 153 GNAAAA BHIAAA VVVVxx -3070 5592 0 2 0 10 70 70 1070 3070 3070 140 141 COAAAA CHIAAA AAAAxx -1421 5593 1 1 1 1 21 421 1421 1421 1421 42 43 RCAAAA DHIAAA HHHHxx -8970 5594 0 2 0 10 70 970 970 3970 8970 140 141 AHAAAA EHIAAA OOOOxx -6271 5595 1 3 1 11 71 271 271 1271 6271 142 143 FHAAAA FHIAAA VVVVxx -8547 5596 1 3 7 7 47 547 547 3547 8547 94 95 TQAAAA GHIAAA AAAAxx -1259 5597 1 3 9 19 59 259 1259 1259 1259 118 119 LWAAAA HHIAAA HHHHxx -8328 5598 0 0 8 8 28 328 328 3328 8328 56 57 IIAAAA IHIAAA OOOOxx -1503 5599 1 3 3 3 3 503 1503 1503 1503 6 7 VFAAAA JHIAAA VVVVxx -2253 5600 1 1 3 13 53 253 253 2253 2253 106 107 RIAAAA KHIAAA AAAAxx -7449 5601 1 1 9 9 49 449 1449 2449 7449 98 99 NAAAAA LHIAAA HHHHxx -3579 5602 1 3 9 19 79 579 1579 3579 3579 158 159 RHAAAA MHIAAA OOOOxx -1585 5603 1 1 5 5 85 585 1585 1585 1585 170 171 ZIAAAA NHIAAA VVVVxx -5543 5604 1 3 3 3 43 543 1543 543 5543 86 87 FFAAAA OHIAAA AAAAxx -8627 5605 1 3 7 7 27 627 627 3627 8627 54 55 VTAAAA PHIAAA HHHHxx -8618 5606 0 2 8 18 18 618 618 3618 8618 36 37 MTAAAA QHIAAA OOOOxx -1911 5607 1 3 1 11 11 911 1911 1911 1911 22 23 NVAAAA RHIAAA VVVVxx -2758 5608 0 2 8 18 58 758 758 2758 2758 116 117 CCAAAA SHIAAA AAAAxx -5744 5609 0 0 4 4 44 744 1744 744 5744 88 89 YMAAAA THIAAA HHHHxx -4976 5610 0 0 6 16 76 976 976 4976 4976 152 153 KJAAAA UHIAAA OOOOxx -6380 5611 0 0 0 0 80 380 380 1380 6380 160 161 KLAAAA VHIAAA VVVVxx -1937 5612 1 1 7 17 37 937 1937 1937 1937 74 75 NWAAAA WHIAAA AAAAxx -9903 5613 1 3 3 3 3 903 1903 4903 9903 6 7 XQAAAA XHIAAA HHHHxx -4409 5614 1 1 9 9 9 409 409 4409 4409 18 19 PNAAAA YHIAAA OOOOxx -4133 5615 1 1 3 13 33 133 133 4133 4133 66 67 ZCAAAA ZHIAAA VVVVxx -5263 5616 1 3 3 3 63 263 1263 263 5263 126 127 LUAAAA AIIAAA AAAAxx -7888 5617 0 0 8 8 88 888 1888 2888 7888 176 177 KRAAAA BIIAAA HHHHxx -6060 5618 0 0 0 0 60 60 60 1060 6060 120 121 CZAAAA CIIAAA OOOOxx -2522 5619 0 2 2 2 22 522 522 2522 2522 44 45 ATAAAA DIIAAA VVVVxx -5550 5620 0 2 0 10 50 550 1550 550 5550 100 101 MFAAAA EIIAAA AAAAxx -9396 5621 0 0 6 16 96 396 1396 4396 9396 192 193 KXAAAA FIIAAA HHHHxx -176 5622 0 0 6 16 76 176 176 176 176 152 153 UGAAAA GIIAAA OOOOxx -5148 5623 0 0 8 8 48 148 1148 148 5148 96 97 AQAAAA HIIAAA VVVVxx -6691 5624 1 3 1 11 91 691 691 1691 6691 182 183 JXAAAA IIIAAA AAAAxx -4652 5625 0 0 2 12 52 652 652 4652 4652 104 105 YWAAAA JIIAAA HHHHxx -5096 5626 0 0 6 16 96 96 1096 96 5096 192 193 AOAAAA KIIAAA OOOOxx -2408 5627 0 0 8 8 8 408 408 2408 2408 16 17 QOAAAA LIIAAA VVVVxx -7322 5628 0 2 2 2 22 322 1322 2322 7322 44 45 QVAAAA MIIAAA AAAAxx -6782 5629 0 2 2 2 82 782 782 1782 6782 164 165 WAAAAA NIIAAA HHHHxx -4642 5630 0 2 2 2 42 642 642 4642 4642 84 85 OWAAAA OIIAAA OOOOxx -5427 5631 1 3 7 7 27 427 1427 427 5427 54 55 TAAAAA PIIAAA VVVVxx -4461 5632 1 1 1 1 61 461 461 4461 4461 122 123 PPAAAA QIIAAA AAAAxx -8416 5633 0 0 6 16 16 416 416 3416 8416 32 33 SLAAAA RIIAAA HHHHxx -2593 5634 1 1 3 13 93 593 593 2593 2593 186 187 TVAAAA SIIAAA OOOOxx -6202 5635 0 2 2 2 2 202 202 1202 6202 4 5 OEAAAA TIIAAA VVVVxx -3826 5636 0 2 6 6 26 826 1826 3826 3826 52 53 ERAAAA UIIAAA AAAAxx -4417 5637 1 1 7 17 17 417 417 4417 4417 34 35 XNAAAA VIIAAA HHHHxx -7871 5638 1 3 1 11 71 871 1871 2871 7871 142 143 TQAAAA WIIAAA OOOOxx -5622 5639 0 2 2 2 22 622 1622 622 5622 44 45 GIAAAA XIIAAA VVVVxx -3010 5640 0 2 0 10 10 10 1010 3010 3010 20 21 ULAAAA YIIAAA AAAAxx -3407 5641 1 3 7 7 7 407 1407 3407 3407 14 15 BBAAAA ZIIAAA HHHHxx -1274 5642 0 2 4 14 74 274 1274 1274 1274 148 149 AXAAAA AJIAAA OOOOxx -2828 5643 0 0 8 8 28 828 828 2828 2828 56 57 UEAAAA BJIAAA VVVVxx -3427 5644 1 3 7 7 27 427 1427 3427 3427 54 55 VBAAAA CJIAAA AAAAxx -612 5645 0 0 2 12 12 612 612 612 612 24 25 OXAAAA DJIAAA HHHHxx -8729 5646 1 1 9 9 29 729 729 3729 8729 58 59 TXAAAA EJIAAA OOOOxx -1239 5647 1 3 9 19 39 239 1239 1239 1239 78 79 RVAAAA FJIAAA VVVVxx -8990 5648 0 2 0 10 90 990 990 3990 8990 180 181 UHAAAA GJIAAA AAAAxx -5609 5649 1 1 9 9 9 609 1609 609 5609 18 19 THAAAA HJIAAA HHHHxx -4441 5650 1 1 1 1 41 441 441 4441 4441 82 83 VOAAAA IJIAAA OOOOxx -9078 5651 0 2 8 18 78 78 1078 4078 9078 156 157 ELAAAA JJIAAA VVVVxx -6699 5652 1 3 9 19 99 699 699 1699 6699 198 199 RXAAAA KJIAAA AAAAxx -8390 5653 0 2 0 10 90 390 390 3390 8390 180 181 SKAAAA LJIAAA HHHHxx -5455 5654 1 3 5 15 55 455 1455 455 5455 110 111 VBAAAA MJIAAA OOOOxx -7537 5655 1 1 7 17 37 537 1537 2537 7537 74 75 XDAAAA NJIAAA VVVVxx -4669 5656 1 1 9 9 69 669 669 4669 4669 138 139 PXAAAA OJIAAA AAAAxx -5534 5657 0 2 4 14 34 534 1534 534 5534 68 69 WEAAAA PJIAAA HHHHxx -1920 5658 0 0 0 0 20 920 1920 1920 1920 40 41 WVAAAA QJIAAA OOOOxx -9465 5659 1 1 5 5 65 465 1465 4465 9465 130 131 BAAAAA RJIAAA VVVVxx -4897 5660 1 1 7 17 97 897 897 4897 4897 194 195 JGAAAA SJIAAA AAAAxx -1990 5661 0 2 0 10 90 990 1990 1990 1990 180 181 OYAAAA TJIAAA HHHHxx -7148 5662 0 0 8 8 48 148 1148 2148 7148 96 97 YOAAAA UJIAAA OOOOxx -533 5663 1 1 3 13 33 533 533 533 533 66 67 NUAAAA VJIAAA VVVVxx -4339 5664 1 3 9 19 39 339 339 4339 4339 78 79 XKAAAA WJIAAA AAAAxx -6450 5665 0 2 0 10 50 450 450 1450 6450 100 101 COAAAA XJIAAA HHHHxx -9627 5666 1 3 7 7 27 627 1627 4627 9627 54 55 HGAAAA YJIAAA OOOOxx -5539 5667 1 3 9 19 39 539 1539 539 5539 78 79 BFAAAA ZJIAAA VVVVxx -6758 5668 0 2 8 18 58 758 758 1758 6758 116 117 YZAAAA AKIAAA AAAAxx -3435 5669 1 3 5 15 35 435 1435 3435 3435 70 71 DCAAAA BKIAAA HHHHxx -4350 5670 0 2 0 10 50 350 350 4350 4350 100 101 ILAAAA CKIAAA OOOOxx -9088 5671 0 0 8 8 88 88 1088 4088 9088 176 177 OLAAAA DKIAAA VVVVxx -6368 5672 0 0 8 8 68 368 368 1368 6368 136 137 YKAAAA EKIAAA AAAAxx -6337 5673 1 1 7 17 37 337 337 1337 6337 74 75 TJAAAA FKIAAA HHHHxx -4361 5674 1 1 1 1 61 361 361 4361 4361 122 123 TLAAAA GKIAAA OOOOxx -1719 5675 1 3 9 19 19 719 1719 1719 1719 38 39 DOAAAA HKIAAA VVVVxx -3109 5676 1 1 9 9 9 109 1109 3109 3109 18 19 PPAAAA IKIAAA AAAAxx -7135 5677 1 3 5 15 35 135 1135 2135 7135 70 71 LOAAAA JKIAAA HHHHxx -1964 5678 0 0 4 4 64 964 1964 1964 1964 128 129 OXAAAA KKIAAA OOOOxx -3 5679 1 3 3 3 3 3 3 3 3 6 7 DAAAAA LKIAAA VVVVxx -1868 5680 0 0 8 8 68 868 1868 1868 1868 136 137 WTAAAA MKIAAA AAAAxx -5182 5681 0 2 2 2 82 182 1182 182 5182 164 165 IRAAAA NKIAAA HHHHxx -7567 5682 1 3 7 7 67 567 1567 2567 7567 134 135 BFAAAA OKIAAA OOOOxx -3676 5683 0 0 6 16 76 676 1676 3676 3676 152 153 KLAAAA PKIAAA VVVVxx -9382 5684 0 2 2 2 82 382 1382 4382 9382 164 165 WWAAAA QKIAAA AAAAxx -8645 5685 1 1 5 5 45 645 645 3645 8645 90 91 NUAAAA RKIAAA HHHHxx -2018 5686 0 2 8 18 18 18 18 2018 2018 36 37 QZAAAA SKIAAA OOOOxx -217 5687 1 1 7 17 17 217 217 217 217 34 35 JIAAAA TKIAAA VVVVxx -6793 5688 1 1 3 13 93 793 793 1793 6793 186 187 HBAAAA UKIAAA AAAAxx -7280 5689 0 0 0 0 80 280 1280 2280 7280 160 161 AUAAAA VKIAAA HHHHxx -2168 5690 0 0 8 8 68 168 168 2168 2168 136 137 KFAAAA WKIAAA OOOOxx -5259 5691 1 3 9 19 59 259 1259 259 5259 118 119 HUAAAA XKIAAA VVVVxx -6019 5692 1 3 9 19 19 19 19 1019 6019 38 39 NXAAAA YKIAAA AAAAxx -877 5693 1 1 7 17 77 877 877 877 877 154 155 THAAAA ZKIAAA HHHHxx -4961 5694 1 1 1 1 61 961 961 4961 4961 122 123 VIAAAA ALIAAA OOOOxx -1873 5695 1 1 3 13 73 873 1873 1873 1873 146 147 BUAAAA BLIAAA VVVVxx -13 5696 1 1 3 13 13 13 13 13 13 26 27 NAAAAA CLIAAA AAAAxx -1537 5697 1 1 7 17 37 537 1537 1537 1537 74 75 DHAAAA DLIAAA HHHHxx -3129 5698 1 1 9 9 29 129 1129 3129 3129 58 59 JQAAAA ELIAAA OOOOxx -6473 5699 1 1 3 13 73 473 473 1473 6473 146 147 ZOAAAA FLIAAA VVVVxx -7865 5700 1 1 5 5 65 865 1865 2865 7865 130 131 NQAAAA GLIAAA AAAAxx -7822 5701 0 2 2 2 22 822 1822 2822 7822 44 45 WOAAAA HLIAAA HHHHxx -239 5702 1 3 9 19 39 239 239 239 239 78 79 FJAAAA ILIAAA OOOOxx -2062 5703 0 2 2 2 62 62 62 2062 2062 124 125 IBAAAA JLIAAA VVVVxx -762 5704 0 2 2 2 62 762 762 762 762 124 125 IDAAAA KLIAAA AAAAxx -3764 5705 0 0 4 4 64 764 1764 3764 3764 128 129 UOAAAA LLIAAA HHHHxx -465 5706 1 1 5 5 65 465 465 465 465 130 131 XRAAAA MLIAAA OOOOxx -2587 5707 1 3 7 7 87 587 587 2587 2587 174 175 NVAAAA NLIAAA VVVVxx -8402 5708 0 2 2 2 2 402 402 3402 8402 4 5 ELAAAA OLIAAA AAAAxx -1055 5709 1 3 5 15 55 55 1055 1055 1055 110 111 POAAAA PLIAAA HHHHxx -3072 5710 0 0 2 12 72 72 1072 3072 3072 144 145 EOAAAA QLIAAA OOOOxx -7359 5711 1 3 9 19 59 359 1359 2359 7359 118 119 BXAAAA RLIAAA VVVVxx -6558 5712 0 2 8 18 58 558 558 1558 6558 116 117 GSAAAA SLIAAA AAAAxx -48 5713 0 0 8 8 48 48 48 48 48 96 97 WBAAAA TLIAAA HHHHxx -5382 5714 0 2 2 2 82 382 1382 382 5382 164 165 AZAAAA ULIAAA OOOOxx -947 5715 1 3 7 7 47 947 947 947 947 94 95 LKAAAA VLIAAA VVVVxx -2644 5716 0 0 4 4 44 644 644 2644 2644 88 89 SXAAAA WLIAAA AAAAxx -7516 5717 0 0 6 16 16 516 1516 2516 7516 32 33 CDAAAA XLIAAA HHHHxx -2362 5718 0 2 2 2 62 362 362 2362 2362 124 125 WMAAAA YLIAAA OOOOxx -839 5719 1 3 9 19 39 839 839 839 839 78 79 HGAAAA ZLIAAA VVVVxx -2216 5720 0 0 6 16 16 216 216 2216 2216 32 33 GHAAAA AMIAAA AAAAxx -7673 5721 1 1 3 13 73 673 1673 2673 7673 146 147 DJAAAA BMIAAA HHHHxx -8173 5722 1 1 3 13 73 173 173 3173 8173 146 147 JCAAAA CMIAAA OOOOxx -1630 5723 0 2 0 10 30 630 1630 1630 1630 60 61 SKAAAA DMIAAA VVVVxx -9057 5724 1 1 7 17 57 57 1057 4057 9057 114 115 JKAAAA EMIAAA AAAAxx -4392 5725 0 0 2 12 92 392 392 4392 4392 184 185 YMAAAA FMIAAA HHHHxx -3695 5726 1 3 5 15 95 695 1695 3695 3695 190 191 DMAAAA GMIAAA OOOOxx -5751 5727 1 3 1 11 51 751 1751 751 5751 102 103 FNAAAA HMIAAA VVVVxx -5745 5728 1 1 5 5 45 745 1745 745 5745 90 91 ZMAAAA IMIAAA AAAAxx -7945 5729 1 1 5 5 45 945 1945 2945 7945 90 91 PTAAAA JMIAAA HHHHxx -5174 5730 0 2 4 14 74 174 1174 174 5174 148 149 ARAAAA KMIAAA OOOOxx -3829 5731 1 1 9 9 29 829 1829 3829 3829 58 59 HRAAAA LMIAAA VVVVxx -3317 5732 1 1 7 17 17 317 1317 3317 3317 34 35 PXAAAA MMIAAA AAAAxx -4253 5733 1 1 3 13 53 253 253 4253 4253 106 107 PHAAAA NMIAAA HHHHxx -1291 5734 1 3 1 11 91 291 1291 1291 1291 182 183 RXAAAA OMIAAA OOOOxx -3266 5735 0 2 6 6 66 266 1266 3266 3266 132 133 QVAAAA PMIAAA VVVVxx -2939 5736 1 3 9 19 39 939 939 2939 2939 78 79 BJAAAA QMIAAA AAAAxx -2755 5737 1 3 5 15 55 755 755 2755 2755 110 111 ZBAAAA RMIAAA HHHHxx -6844 5738 0 0 4 4 44 844 844 1844 6844 88 89 GDAAAA SMIAAA OOOOxx -8594 5739 0 2 4 14 94 594 594 3594 8594 188 189 OSAAAA TMIAAA VVVVxx -704 5740 0 0 4 4 4 704 704 704 704 8 9 CBAAAA UMIAAA AAAAxx -1681 5741 1 1 1 1 81 681 1681 1681 1681 162 163 RMAAAA VMIAAA HHHHxx -364 5742 0 0 4 4 64 364 364 364 364 128 129 AOAAAA WMIAAA OOOOxx -2928 5743 0 0 8 8 28 928 928 2928 2928 56 57 QIAAAA XMIAAA VVVVxx -117 5744 1 1 7 17 17 117 117 117 117 34 35 NEAAAA YMIAAA AAAAxx -96 5745 0 0 6 16 96 96 96 96 96 192 193 SDAAAA ZMIAAA HHHHxx -7796 5746 0 0 6 16 96 796 1796 2796 7796 192 193 WNAAAA ANIAAA OOOOxx -3101 5747 1 1 1 1 1 101 1101 3101 3101 2 3 HPAAAA BNIAAA VVVVxx -3397 5748 1 1 7 17 97 397 1397 3397 3397 194 195 RAAAAA CNIAAA AAAAxx -1605 5749 1 1 5 5 5 605 1605 1605 1605 10 11 TJAAAA DNIAAA HHHHxx -4881 5750 1 1 1 1 81 881 881 4881 4881 162 163 TFAAAA ENIAAA OOOOxx -4521 5751 1 1 1 1 21 521 521 4521 4521 42 43 XRAAAA FNIAAA VVVVxx -6430 5752 0 2 0 10 30 430 430 1430 6430 60 61 INAAAA GNIAAA AAAAxx -282 5753 0 2 2 2 82 282 282 282 282 164 165 WKAAAA HNIAAA HHHHxx -9645 5754 1 1 5 5 45 645 1645 4645 9645 90 91 ZGAAAA INIAAA OOOOxx -8946 5755 0 2 6 6 46 946 946 3946 8946 92 93 CGAAAA JNIAAA VVVVxx -5064 5756 0 0 4 4 64 64 1064 64 5064 128 129 UMAAAA KNIAAA AAAAxx -7470 5757 0 2 0 10 70 470 1470 2470 7470 140 141 IBAAAA LNIAAA HHHHxx -5886 5758 0 2 6 6 86 886 1886 886 5886 172 173 KSAAAA MNIAAA OOOOxx -6280 5759 0 0 0 0 80 280 280 1280 6280 160 161 OHAAAA NNIAAA VVVVxx -5247 5760 1 3 7 7 47 247 1247 247 5247 94 95 VTAAAA ONIAAA AAAAxx -412 5761 0 0 2 12 12 412 412 412 412 24 25 WPAAAA PNIAAA HHHHxx -5342 5762 0 2 2 2 42 342 1342 342 5342 84 85 MXAAAA QNIAAA OOOOxx -2271 5763 1 3 1 11 71 271 271 2271 2271 142 143 JJAAAA RNIAAA VVVVxx -849 5764 1 1 9 9 49 849 849 849 849 98 99 RGAAAA SNIAAA AAAAxx -1885 5765 1 1 5 5 85 885 1885 1885 1885 170 171 NUAAAA TNIAAA HHHHxx -5620 5766 0 0 0 0 20 620 1620 620 5620 40 41 EIAAAA UNIAAA OOOOxx -7079 5767 1 3 9 19 79 79 1079 2079 7079 158 159 HMAAAA VNIAAA VVVVxx -5819 5768 1 3 9 19 19 819 1819 819 5819 38 39 VPAAAA WNIAAA AAAAxx -7497 5769 1 1 7 17 97 497 1497 2497 7497 194 195 JCAAAA XNIAAA HHHHxx -5993 5770 1 1 3 13 93 993 1993 993 5993 186 187 NWAAAA YNIAAA OOOOxx -3739 5771 1 3 9 19 39 739 1739 3739 3739 78 79 VNAAAA ZNIAAA VVVVxx -6296 5772 0 0 6 16 96 296 296 1296 6296 192 193 EIAAAA AOIAAA AAAAxx -2716 5773 0 0 6 16 16 716 716 2716 2716 32 33 MAAAAA BOIAAA HHHHxx -1130 5774 0 2 0 10 30 130 1130 1130 1130 60 61 MRAAAA COIAAA OOOOxx -5593 5775 1 1 3 13 93 593 1593 593 5593 186 187 DHAAAA DOIAAA VVVVxx -6972 5776 0 0 2 12 72 972 972 1972 6972 144 145 EIAAAA EOIAAA AAAAxx -8360 5777 0 0 0 0 60 360 360 3360 8360 120 121 OJAAAA FOIAAA HHHHxx -6448 5778 0 0 8 8 48 448 448 1448 6448 96 97 AOAAAA GOIAAA OOOOxx -3689 5779 1 1 9 9 89 689 1689 3689 3689 178 179 XLAAAA HOIAAA VVVVxx -7951 5780 1 3 1 11 51 951 1951 2951 7951 102 103 VTAAAA IOIAAA AAAAxx -2974 5781 0 2 4 14 74 974 974 2974 2974 148 149 KKAAAA JOIAAA HHHHxx -6600 5782 0 0 0 0 0 600 600 1600 6600 0 1 WTAAAA KOIAAA OOOOxx -4662 5783 0 2 2 2 62 662 662 4662 4662 124 125 IXAAAA LOIAAA VVVVxx -4765 5784 1 1 5 5 65 765 765 4765 4765 130 131 HBAAAA MOIAAA AAAAxx -355 5785 1 3 5 15 55 355 355 355 355 110 111 RNAAAA NOIAAA HHHHxx -6228 5786 0 0 8 8 28 228 228 1228 6228 56 57 OFAAAA OOIAAA OOOOxx -964 5787 0 0 4 4 64 964 964 964 964 128 129 CLAAAA POIAAA VVVVxx -3082 5788 0 2 2 2 82 82 1082 3082 3082 164 165 OOAAAA QOIAAA AAAAxx -7028 5789 0 0 8 8 28 28 1028 2028 7028 56 57 IKAAAA ROIAAA HHHHxx -4505 5790 1 1 5 5 5 505 505 4505 4505 10 11 HRAAAA SOIAAA OOOOxx -8961 5791 1 1 1 1 61 961 961 3961 8961 122 123 RGAAAA TOIAAA VVVVxx -9571 5792 1 3 1 11 71 571 1571 4571 9571 142 143 DEAAAA UOIAAA AAAAxx -9394 5793 0 2 4 14 94 394 1394 4394 9394 188 189 IXAAAA VOIAAA HHHHxx -4245 5794 1 1 5 5 45 245 245 4245 4245 90 91 HHAAAA WOIAAA OOOOxx -7560 5795 0 0 0 0 60 560 1560 2560 7560 120 121 UEAAAA XOIAAA VVVVxx -2907 5796 1 3 7 7 7 907 907 2907 2907 14 15 VHAAAA YOIAAA AAAAxx -7817 5797 1 1 7 17 17 817 1817 2817 7817 34 35 ROAAAA ZOIAAA HHHHxx -5408 5798 0 0 8 8 8 408 1408 408 5408 16 17 AAAAAA APIAAA OOOOxx -8092 5799 0 0 2 12 92 92 92 3092 8092 184 185 GZAAAA BPIAAA VVVVxx -1309 5800 1 1 9 9 9 309 1309 1309 1309 18 19 JYAAAA CPIAAA AAAAxx -6673 5801 1 1 3 13 73 673 673 1673 6673 146 147 RWAAAA DPIAAA HHHHxx -1245 5802 1 1 5 5 45 245 1245 1245 1245 90 91 XVAAAA EPIAAA OOOOxx -6790 5803 0 2 0 10 90 790 790 1790 6790 180 181 EBAAAA FPIAAA VVVVxx -8380 5804 0 0 0 0 80 380 380 3380 8380 160 161 IKAAAA GPIAAA AAAAxx -5786 5805 0 2 6 6 86 786 1786 786 5786 172 173 OOAAAA HPIAAA HHHHxx -9590 5806 0 2 0 10 90 590 1590 4590 9590 180 181 WEAAAA IPIAAA OOOOxx -5763 5807 1 3 3 3 63 763 1763 763 5763 126 127 RNAAAA JPIAAA VVVVxx -1345 5808 1 1 5 5 45 345 1345 1345 1345 90 91 TZAAAA KPIAAA AAAAxx -3480 5809 0 0 0 0 80 480 1480 3480 3480 160 161 WDAAAA LPIAAA HHHHxx -7864 5810 0 0 4 4 64 864 1864 2864 7864 128 129 MQAAAA MPIAAA OOOOxx -4853 5811 1 1 3 13 53 853 853 4853 4853 106 107 REAAAA NPIAAA VVVVxx -1445 5812 1 1 5 5 45 445 1445 1445 1445 90 91 PDAAAA OPIAAA AAAAxx -170 5813 0 2 0 10 70 170 170 170 170 140 141 OGAAAA PPIAAA HHHHxx -7348 5814 0 0 8 8 48 348 1348 2348 7348 96 97 QWAAAA QPIAAA OOOOxx -3920 5815 0 0 0 0 20 920 1920 3920 3920 40 41 UUAAAA RPIAAA VVVVxx -3307 5816 1 3 7 7 7 307 1307 3307 3307 14 15 FXAAAA SPIAAA AAAAxx -4584 5817 0 0 4 4 84 584 584 4584 4584 168 169 IUAAAA TPIAAA HHHHxx -3344 5818 0 0 4 4 44 344 1344 3344 3344 88 89 QYAAAA UPIAAA OOOOxx -4360 5819 0 0 0 0 60 360 360 4360 4360 120 121 SLAAAA VPIAAA VVVVxx -8757 5820 1 1 7 17 57 757 757 3757 8757 114 115 VYAAAA WPIAAA AAAAxx -4315 5821 1 3 5 15 15 315 315 4315 4315 30 31 ZJAAAA XPIAAA HHHHxx -5243 5822 1 3 3 3 43 243 1243 243 5243 86 87 RTAAAA YPIAAA OOOOxx -8550 5823 0 2 0 10 50 550 550 3550 8550 100 101 WQAAAA ZPIAAA VVVVxx -159 5824 1 3 9 19 59 159 159 159 159 118 119 DGAAAA AQIAAA AAAAxx -4710 5825 0 2 0 10 10 710 710 4710 4710 20 21 EZAAAA BQIAAA HHHHxx -7179 5826 1 3 9 19 79 179 1179 2179 7179 158 159 DQAAAA CQIAAA OOOOxx -2509 5827 1 1 9 9 9 509 509 2509 2509 18 19 NSAAAA DQIAAA VVVVxx -6981 5828 1 1 1 1 81 981 981 1981 6981 162 163 NIAAAA EQIAAA AAAAxx -5060 5829 0 0 0 0 60 60 1060 60 5060 120 121 QMAAAA FQIAAA HHHHxx -5601 5830 1 1 1 1 1 601 1601 601 5601 2 3 LHAAAA GQIAAA OOOOxx -703 5831 1 3 3 3 3 703 703 703 703 6 7 BBAAAA HQIAAA VVVVxx -8719 5832 1 3 9 19 19 719 719 3719 8719 38 39 JXAAAA IQIAAA AAAAxx -1570 5833 0 2 0 10 70 570 1570 1570 1570 140 141 KIAAAA JQIAAA HHHHxx -1036 5834 0 0 6 16 36 36 1036 1036 1036 72 73 WNAAAA KQIAAA OOOOxx -6703 5835 1 3 3 3 3 703 703 1703 6703 6 7 VXAAAA LQIAAA VVVVxx -252 5836 0 0 2 12 52 252 252 252 252 104 105 SJAAAA MQIAAA AAAAxx -631 5837 1 3 1 11 31 631 631 631 631 62 63 HYAAAA NQIAAA HHHHxx -5098 5838 0 2 8 18 98 98 1098 98 5098 196 197 COAAAA OQIAAA OOOOxx -8346 5839 0 2 6 6 46 346 346 3346 8346 92 93 AJAAAA PQIAAA VVVVxx -4910 5840 0 2 0 10 10 910 910 4910 4910 20 21 WGAAAA QQIAAA AAAAxx -559 5841 1 3 9 19 59 559 559 559 559 118 119 NVAAAA RQIAAA HHHHxx -1477 5842 1 1 7 17 77 477 1477 1477 1477 154 155 VEAAAA SQIAAA OOOOxx -5115 5843 1 3 5 15 15 115 1115 115 5115 30 31 TOAAAA TQIAAA VVVVxx -8784 5844 0 0 4 4 84 784 784 3784 8784 168 169 WZAAAA UQIAAA AAAAxx -4422 5845 0 2 2 2 22 422 422 4422 4422 44 45 COAAAA VQIAAA HHHHxx -2702 5846 0 2 2 2 2 702 702 2702 2702 4 5 YZAAAA WQIAAA OOOOxx -9599 5847 1 3 9 19 99 599 1599 4599 9599 198 199 FFAAAA XQIAAA VVVVxx -2463 5848 1 3 3 3 63 463 463 2463 2463 126 127 TQAAAA YQIAAA AAAAxx -498 5849 0 2 8 18 98 498 498 498 498 196 197 ETAAAA ZQIAAA HHHHxx -494 5850 0 2 4 14 94 494 494 494 494 188 189 ATAAAA ARIAAA OOOOxx -8632 5851 0 0 2 12 32 632 632 3632 8632 64 65 AUAAAA BRIAAA VVVVxx -3449 5852 1 1 9 9 49 449 1449 3449 3449 98 99 RCAAAA CRIAAA AAAAxx -5888 5853 0 0 8 8 88 888 1888 888 5888 176 177 MSAAAA DRIAAA HHHHxx -2211 5854 1 3 1 11 11 211 211 2211 2211 22 23 BHAAAA ERIAAA OOOOxx -2835 5855 1 3 5 15 35 835 835 2835 2835 70 71 BFAAAA FRIAAA VVVVxx -4196 5856 0 0 6 16 96 196 196 4196 4196 192 193 KFAAAA GRIAAA AAAAxx -2177 5857 1 1 7 17 77 177 177 2177 2177 154 155 TFAAAA HRIAAA HHHHxx -1959 5858 1 3 9 19 59 959 1959 1959 1959 118 119 JXAAAA IRIAAA OOOOxx -5172 5859 0 0 2 12 72 172 1172 172 5172 144 145 YQAAAA JRIAAA VVVVxx -7898 5860 0 2 8 18 98 898 1898 2898 7898 196 197 URAAAA KRIAAA AAAAxx -5729 5861 1 1 9 9 29 729 1729 729 5729 58 59 JMAAAA LRIAAA HHHHxx -469 5862 1 1 9 9 69 469 469 469 469 138 139 BSAAAA MRIAAA OOOOxx -4456 5863 0 0 6 16 56 456 456 4456 4456 112 113 KPAAAA NRIAAA VVVVxx -3578 5864 0 2 8 18 78 578 1578 3578 3578 156 157 QHAAAA ORIAAA AAAAxx -8623 5865 1 3 3 3 23 623 623 3623 8623 46 47 RTAAAA PRIAAA HHHHxx -6749 5866 1 1 9 9 49 749 749 1749 6749 98 99 PZAAAA QRIAAA OOOOxx -6735 5867 1 3 5 15 35 735 735 1735 6735 70 71 BZAAAA RRIAAA VVVVxx -5197 5868 1 1 7 17 97 197 1197 197 5197 194 195 XRAAAA SRIAAA AAAAxx -2067 5869 1 3 7 7 67 67 67 2067 2067 134 135 NBAAAA TRIAAA HHHHxx -5600 5870 0 0 0 0 0 600 1600 600 5600 0 1 KHAAAA URIAAA OOOOxx -7741 5871 1 1 1 1 41 741 1741 2741 7741 82 83 TLAAAA VRIAAA VVVVxx -9925 5872 1 1 5 5 25 925 1925 4925 9925 50 51 TRAAAA WRIAAA AAAAxx -9685 5873 1 1 5 5 85 685 1685 4685 9685 170 171 NIAAAA XRIAAA HHHHxx -7622 5874 0 2 2 2 22 622 1622 2622 7622 44 45 EHAAAA YRIAAA OOOOxx -6859 5875 1 3 9 19 59 859 859 1859 6859 118 119 VDAAAA ZRIAAA VVVVxx -3094 5876 0 2 4 14 94 94 1094 3094 3094 188 189 APAAAA ASIAAA AAAAxx -2628 5877 0 0 8 8 28 628 628 2628 2628 56 57 CXAAAA BSIAAA HHHHxx -40 5878 0 0 0 0 40 40 40 40 40 80 81 OBAAAA CSIAAA OOOOxx -1644 5879 0 0 4 4 44 644 1644 1644 1644 88 89 GLAAAA DSIAAA VVVVxx -588 5880 0 0 8 8 88 588 588 588 588 176 177 QWAAAA ESIAAA AAAAxx -7522 5881 0 2 2 2 22 522 1522 2522 7522 44 45 IDAAAA FSIAAA HHHHxx -162 5882 0 2 2 2 62 162 162 162 162 124 125 GGAAAA GSIAAA OOOOxx -3610 5883 0 2 0 10 10 610 1610 3610 3610 20 21 WIAAAA HSIAAA VVVVxx -3561 5884 1 1 1 1 61 561 1561 3561 3561 122 123 ZGAAAA ISIAAA AAAAxx -8185 5885 1 1 5 5 85 185 185 3185 8185 170 171 VCAAAA JSIAAA HHHHxx -7237 5886 1 1 7 17 37 237 1237 2237 7237 74 75 JSAAAA KSIAAA OOOOxx -4592 5887 0 0 2 12 92 592 592 4592 4592 184 185 QUAAAA LSIAAA VVVVxx -7082 5888 0 2 2 2 82 82 1082 2082 7082 164 165 KMAAAA MSIAAA AAAAxx -4719 5889 1 3 9 19 19 719 719 4719 4719 38 39 NZAAAA NSIAAA HHHHxx -3879 5890 1 3 9 19 79 879 1879 3879 3879 158 159 FTAAAA OSIAAA OOOOxx -1662 5891 0 2 2 2 62 662 1662 1662 1662 124 125 YLAAAA PSIAAA VVVVxx -3995 5892 1 3 5 15 95 995 1995 3995 3995 190 191 RXAAAA QSIAAA AAAAxx -5828 5893 0 0 8 8 28 828 1828 828 5828 56 57 EQAAAA RSIAAA HHHHxx -4197 5894 1 1 7 17 97 197 197 4197 4197 194 195 LFAAAA SSIAAA OOOOxx -5146 5895 0 2 6 6 46 146 1146 146 5146 92 93 YPAAAA TSIAAA VVVVxx -753 5896 1 1 3 13 53 753 753 753 753 106 107 ZCAAAA USIAAA AAAAxx -7064 5897 0 0 4 4 64 64 1064 2064 7064 128 129 SLAAAA VSIAAA HHHHxx -1312 5898 0 0 2 12 12 312 1312 1312 1312 24 25 MYAAAA WSIAAA OOOOxx -5573 5899 1 1 3 13 73 573 1573 573 5573 146 147 JGAAAA XSIAAA VVVVxx -7634 5900 0 2 4 14 34 634 1634 2634 7634 68 69 QHAAAA YSIAAA AAAAxx -2459 5901 1 3 9 19 59 459 459 2459 2459 118 119 PQAAAA ZSIAAA HHHHxx -8636 5902 0 0 6 16 36 636 636 3636 8636 72 73 EUAAAA ATIAAA OOOOxx -5318 5903 0 2 8 18 18 318 1318 318 5318 36 37 OWAAAA BTIAAA VVVVxx -1064 5904 0 0 4 4 64 64 1064 1064 1064 128 129 YOAAAA CTIAAA AAAAxx -9779 5905 1 3 9 19 79 779 1779 4779 9779 158 159 DMAAAA DTIAAA HHHHxx -6512 5906 0 0 2 12 12 512 512 1512 6512 24 25 MQAAAA ETIAAA OOOOxx -3572 5907 0 0 2 12 72 572 1572 3572 3572 144 145 KHAAAA FTIAAA VVVVxx -816 5908 0 0 6 16 16 816 816 816 816 32 33 KFAAAA GTIAAA AAAAxx -3978 5909 0 2 8 18 78 978 1978 3978 3978 156 157 AXAAAA HTIAAA HHHHxx -5390 5910 0 2 0 10 90 390 1390 390 5390 180 181 IZAAAA ITIAAA OOOOxx -4685 5911 1 1 5 5 85 685 685 4685 4685 170 171 FYAAAA JTIAAA VVVVxx -3003 5912 1 3 3 3 3 3 1003 3003 3003 6 7 NLAAAA KTIAAA AAAAxx -2638 5913 0 2 8 18 38 638 638 2638 2638 76 77 MXAAAA LTIAAA HHHHxx -9716 5914 0 0 6 16 16 716 1716 4716 9716 32 33 SJAAAA MTIAAA OOOOxx -9598 5915 0 2 8 18 98 598 1598 4598 9598 196 197 EFAAAA NTIAAA VVVVxx -9501 5916 1 1 1 1 1 501 1501 4501 9501 2 3 LBAAAA OTIAAA AAAAxx -1704 5917 0 0 4 4 4 704 1704 1704 1704 8 9 ONAAAA PTIAAA HHHHxx -8609 5918 1 1 9 9 9 609 609 3609 8609 18 19 DTAAAA QTIAAA OOOOxx -5211 5919 1 3 1 11 11 211 1211 211 5211 22 23 LSAAAA RTIAAA VVVVxx -3605 5920 1 1 5 5 5 605 1605 3605 3605 10 11 RIAAAA STIAAA AAAAxx -8730 5921 0 2 0 10 30 730 730 3730 8730 60 61 UXAAAA TTIAAA HHHHxx -4208 5922 0 0 8 8 8 208 208 4208 4208 16 17 WFAAAA UTIAAA OOOOxx -7784 5923 0 0 4 4 84 784 1784 2784 7784 168 169 KNAAAA VTIAAA VVVVxx -7501 5924 1 1 1 1 1 501 1501 2501 7501 2 3 NCAAAA WTIAAA AAAAxx -7862 5925 0 2 2 2 62 862 1862 2862 7862 124 125 KQAAAA XTIAAA HHHHxx -8922 5926 0 2 2 2 22 922 922 3922 8922 44 45 EFAAAA YTIAAA OOOOxx -3857 5927 1 1 7 17 57 857 1857 3857 3857 114 115 JSAAAA ZTIAAA VVVVxx -6393 5928 1 1 3 13 93 393 393 1393 6393 186 187 XLAAAA AUIAAA AAAAxx -506 5929 0 2 6 6 6 506 506 506 506 12 13 MTAAAA BUIAAA HHHHxx -4232 5930 0 0 2 12 32 232 232 4232 4232 64 65 UGAAAA CUIAAA OOOOxx -8991 5931 1 3 1 11 91 991 991 3991 8991 182 183 VHAAAA DUIAAA VVVVxx -8578 5932 0 2 8 18 78 578 578 3578 8578 156 157 YRAAAA EUIAAA AAAAxx -3235 5933 1 3 5 15 35 235 1235 3235 3235 70 71 LUAAAA FUIAAA HHHHxx -963 5934 1 3 3 3 63 963 963 963 963 126 127 BLAAAA GUIAAA OOOOxx -113 5935 1 1 3 13 13 113 113 113 113 26 27 JEAAAA HUIAAA VVVVxx -8234 5936 0 2 4 14 34 234 234 3234 8234 68 69 SEAAAA IUIAAA AAAAxx -2613 5937 1 1 3 13 13 613 613 2613 2613 26 27 NWAAAA JUIAAA HHHHxx -5540 5938 0 0 0 0 40 540 1540 540 5540 80 81 CFAAAA KUIAAA OOOOxx -9727 5939 1 3 7 7 27 727 1727 4727 9727 54 55 DKAAAA LUIAAA VVVVxx -2229 5940 1 1 9 9 29 229 229 2229 2229 58 59 THAAAA MUIAAA AAAAxx -6242 5941 0 2 2 2 42 242 242 1242 6242 84 85 CGAAAA NUIAAA HHHHxx -2502 5942 0 2 2 2 2 502 502 2502 2502 4 5 GSAAAA OUIAAA OOOOxx -6212 5943 0 0 2 12 12 212 212 1212 6212 24 25 YEAAAA PUIAAA VVVVxx -3495 5944 1 3 5 15 95 495 1495 3495 3495 190 191 LEAAAA QUIAAA AAAAxx -2364 5945 0 0 4 4 64 364 364 2364 2364 128 129 YMAAAA RUIAAA HHHHxx -6777 5946 1 1 7 17 77 777 777 1777 6777 154 155 RAAAAA SUIAAA OOOOxx -9811 5947 1 3 1 11 11 811 1811 4811 9811 22 23 JNAAAA TUIAAA VVVVxx -1450 5948 0 2 0 10 50 450 1450 1450 1450 100 101 UDAAAA UUIAAA AAAAxx -5008 5949 0 0 8 8 8 8 1008 8 5008 16 17 QKAAAA VUIAAA HHHHxx -1318 5950 0 2 8 18 18 318 1318 1318 1318 36 37 SYAAAA WUIAAA OOOOxx -3373 5951 1 1 3 13 73 373 1373 3373 3373 146 147 TZAAAA XUIAAA VVVVxx -398 5952 0 2 8 18 98 398 398 398 398 196 197 IPAAAA YUIAAA AAAAxx -3804 5953 0 0 4 4 4 804 1804 3804 3804 8 9 IQAAAA ZUIAAA HHHHxx -9148 5954 0 0 8 8 48 148 1148 4148 9148 96 97 WNAAAA AVIAAA OOOOxx -4382 5955 0 2 2 2 82 382 382 4382 4382 164 165 OMAAAA BVIAAA VVVVxx -4026 5956 0 2 6 6 26 26 26 4026 4026 52 53 WYAAAA CVIAAA AAAAxx -7804 5957 0 0 4 4 4 804 1804 2804 7804 8 9 EOAAAA DVIAAA HHHHxx -6839 5958 1 3 9 19 39 839 839 1839 6839 78 79 BDAAAA EVIAAA OOOOxx -3756 5959 0 0 6 16 56 756 1756 3756 3756 112 113 MOAAAA FVIAAA VVVVxx -6734 5960 0 2 4 14 34 734 734 1734 6734 68 69 AZAAAA GVIAAA AAAAxx -2228 5961 0 0 8 8 28 228 228 2228 2228 56 57 SHAAAA HVIAAA HHHHxx -3273 5962 1 1 3 13 73 273 1273 3273 3273 146 147 XVAAAA IVIAAA OOOOxx -3708 5963 0 0 8 8 8 708 1708 3708 3708 16 17 QMAAAA JVIAAA VVVVxx -4320 5964 0 0 0 0 20 320 320 4320 4320 40 41 EKAAAA KVIAAA AAAAxx -74 5965 0 2 4 14 74 74 74 74 74 148 149 WCAAAA LVIAAA HHHHxx -2520 5966 0 0 0 0 20 520 520 2520 2520 40 41 YSAAAA MVIAAA OOOOxx -9619 5967 1 3 9 19 19 619 1619 4619 9619 38 39 ZFAAAA NVIAAA VVVVxx -1801 5968 1 1 1 1 1 801 1801 1801 1801 2 3 HRAAAA OVIAAA AAAAxx -6399 5969 1 3 9 19 99 399 399 1399 6399 198 199 DMAAAA PVIAAA HHHHxx -8313 5970 1 1 3 13 13 313 313 3313 8313 26 27 THAAAA QVIAAA OOOOxx -7003 5971 1 3 3 3 3 3 1003 2003 7003 6 7 JJAAAA RVIAAA VVVVxx -329 5972 1 1 9 9 29 329 329 329 329 58 59 RMAAAA SVIAAA AAAAxx -9090 5973 0 2 0 10 90 90 1090 4090 9090 180 181 QLAAAA TVIAAA HHHHxx -2299 5974 1 3 9 19 99 299 299 2299 2299 198 199 LKAAAA UVIAAA OOOOxx -3925 5975 1 1 5 5 25 925 1925 3925 3925 50 51 ZUAAAA VVIAAA VVVVxx -8145 5976 1 1 5 5 45 145 145 3145 8145 90 91 HBAAAA WVIAAA AAAAxx -8561 5977 1 1 1 1 61 561 561 3561 8561 122 123 HRAAAA XVIAAA HHHHxx -2797 5978 1 1 7 17 97 797 797 2797 2797 194 195 PDAAAA YVIAAA OOOOxx -1451 5979 1 3 1 11 51 451 1451 1451 1451 102 103 VDAAAA ZVIAAA VVVVxx -7977 5980 1 1 7 17 77 977 1977 2977 7977 154 155 VUAAAA AWIAAA AAAAxx -112 5981 0 0 2 12 12 112 112 112 112 24 25 IEAAAA BWIAAA HHHHxx -5265 5982 1 1 5 5 65 265 1265 265 5265 130 131 NUAAAA CWIAAA OOOOxx -3819 5983 1 3 9 19 19 819 1819 3819 3819 38 39 XQAAAA DWIAAA VVVVxx -3648 5984 0 0 8 8 48 648 1648 3648 3648 96 97 IKAAAA EWIAAA AAAAxx -6306 5985 0 2 6 6 6 306 306 1306 6306 12 13 OIAAAA FWIAAA HHHHxx -2385 5986 1 1 5 5 85 385 385 2385 2385 170 171 TNAAAA GWIAAA OOOOxx -9084 5987 0 0 4 4 84 84 1084 4084 9084 168 169 KLAAAA HWIAAA VVVVxx -4499 5988 1 3 9 19 99 499 499 4499 4499 198 199 BRAAAA IWIAAA AAAAxx -1154 5989 0 2 4 14 54 154 1154 1154 1154 108 109 KSAAAA JWIAAA HHHHxx -6800 5990 0 0 0 0 0 800 800 1800 6800 0 1 OBAAAA KWIAAA OOOOxx -8049 5991 1 1 9 9 49 49 49 3049 8049 98 99 PXAAAA LWIAAA VVVVxx -3733 5992 1 1 3 13 33 733 1733 3733 3733 66 67 PNAAAA MWIAAA AAAAxx -8496 5993 0 0 6 16 96 496 496 3496 8496 192 193 UOAAAA NWIAAA HHHHxx -9952 5994 0 0 2 12 52 952 1952 4952 9952 104 105 USAAAA OWIAAA OOOOxx -9792 5995 0 0 2 12 92 792 1792 4792 9792 184 185 QMAAAA PWIAAA VVVVxx -5081 5996 1 1 1 1 81 81 1081 81 5081 162 163 LNAAAA QWIAAA AAAAxx -7908 5997 0 0 8 8 8 908 1908 2908 7908 16 17 ESAAAA RWIAAA HHHHxx -5398 5998 0 2 8 18 98 398 1398 398 5398 196 197 QZAAAA SWIAAA OOOOxx -8423 5999 1 3 3 3 23 423 423 3423 8423 46 47 ZLAAAA TWIAAA VVVVxx -3362 6000 0 2 2 2 62 362 1362 3362 3362 124 125 IZAAAA UWIAAA AAAAxx -7767 6001 1 3 7 7 67 767 1767 2767 7767 134 135 TMAAAA VWIAAA HHHHxx -7063 6002 1 3 3 3 63 63 1063 2063 7063 126 127 RLAAAA WWIAAA OOOOxx -8350 6003 0 2 0 10 50 350 350 3350 8350 100 101 EJAAAA XWIAAA VVVVxx -6779 6004 1 3 9 19 79 779 779 1779 6779 158 159 TAAAAA YWIAAA AAAAxx -5742 6005 0 2 2 2 42 742 1742 742 5742 84 85 WMAAAA ZWIAAA HHHHxx -9045 6006 1 1 5 5 45 45 1045 4045 9045 90 91 XJAAAA AXIAAA OOOOxx -8792 6007 0 0 2 12 92 792 792 3792 8792 184 185 EAAAAA BXIAAA VVVVxx -8160 6008 0 0 0 0 60 160 160 3160 8160 120 121 WBAAAA CXIAAA AAAAxx -3061 6009 1 1 1 1 61 61 1061 3061 3061 122 123 TNAAAA DXIAAA HHHHxx -4721 6010 1 1 1 1 21 721 721 4721 4721 42 43 PZAAAA EXIAAA OOOOxx -9817 6011 1 1 7 17 17 817 1817 4817 9817 34 35 PNAAAA FXIAAA VVVVxx -9257 6012 1 1 7 17 57 257 1257 4257 9257 114 115 BSAAAA GXIAAA AAAAxx -7779 6013 1 3 9 19 79 779 1779 2779 7779 158 159 FNAAAA HXIAAA HHHHxx -2663 6014 1 3 3 3 63 663 663 2663 2663 126 127 LYAAAA IXIAAA OOOOxx -3885 6015 1 1 5 5 85 885 1885 3885 3885 170 171 LTAAAA JXIAAA VVVVxx -9469 6016 1 1 9 9 69 469 1469 4469 9469 138 139 FAAAAA KXIAAA AAAAxx -6766 6017 0 2 6 6 66 766 766 1766 6766 132 133 GAAAAA LXIAAA HHHHxx -7173 6018 1 1 3 13 73 173 1173 2173 7173 146 147 XPAAAA MXIAAA OOOOxx -4709 6019 1 1 9 9 9 709 709 4709 4709 18 19 DZAAAA NXIAAA VVVVxx -4210 6020 0 2 0 10 10 210 210 4210 4210 20 21 YFAAAA OXIAAA AAAAxx -3715 6021 1 3 5 15 15 715 1715 3715 3715 30 31 XMAAAA PXIAAA HHHHxx -5089 6022 1 1 9 9 89 89 1089 89 5089 178 179 TNAAAA QXIAAA OOOOxx -1639 6023 1 3 9 19 39 639 1639 1639 1639 78 79 BLAAAA RXIAAA VVVVxx -5757 6024 1 1 7 17 57 757 1757 757 5757 114 115 LNAAAA SXIAAA AAAAxx -3545 6025 1 1 5 5 45 545 1545 3545 3545 90 91 JGAAAA TXIAAA HHHHxx -709 6026 1 1 9 9 9 709 709 709 709 18 19 HBAAAA UXIAAA OOOOxx -6519 6027 1 3 9 19 19 519 519 1519 6519 38 39 TQAAAA VXIAAA VVVVxx -4341 6028 1 1 1 1 41 341 341 4341 4341 82 83 ZKAAAA WXIAAA AAAAxx -2381 6029 1 1 1 1 81 381 381 2381 2381 162 163 PNAAAA XXIAAA HHHHxx -7215 6030 1 3 5 15 15 215 1215 2215 7215 30 31 NRAAAA YXIAAA OOOOxx -9323 6031 1 3 3 3 23 323 1323 4323 9323 46 47 PUAAAA ZXIAAA VVVVxx -3593 6032 1 1 3 13 93 593 1593 3593 3593 186 187 FIAAAA AYIAAA AAAAxx -3123 6033 1 3 3 3 23 123 1123 3123 3123 46 47 DQAAAA BYIAAA HHHHxx -8673 6034 1 1 3 13 73 673 673 3673 8673 146 147 PVAAAA CYIAAA OOOOxx -5094 6035 0 2 4 14 94 94 1094 94 5094 188 189 YNAAAA DYIAAA VVVVxx -6477 6036 1 1 7 17 77 477 477 1477 6477 154 155 DPAAAA EYIAAA AAAAxx -9734 6037 0 2 4 14 34 734 1734 4734 9734 68 69 KKAAAA FYIAAA HHHHxx -2998 6038 0 2 8 18 98 998 998 2998 2998 196 197 ILAAAA GYIAAA OOOOxx -7807 6039 1 3 7 7 7 807 1807 2807 7807 14 15 HOAAAA HYIAAA VVVVxx -5739 6040 1 3 9 19 39 739 1739 739 5739 78 79 TMAAAA IYIAAA AAAAxx -138 6041 0 2 8 18 38 138 138 138 138 76 77 IFAAAA JYIAAA HHHHxx -2403 6042 1 3 3 3 3 403 403 2403 2403 6 7 LOAAAA KYIAAA OOOOxx -2484 6043 0 0 4 4 84 484 484 2484 2484 168 169 ORAAAA LYIAAA VVVVxx -2805 6044 1 1 5 5 5 805 805 2805 2805 10 11 XDAAAA MYIAAA AAAAxx -5189 6045 1 1 9 9 89 189 1189 189 5189 178 179 PRAAAA NYIAAA HHHHxx -8336 6046 0 0 6 16 36 336 336 3336 8336 72 73 QIAAAA OYIAAA OOOOxx -5241 6047 1 1 1 1 41 241 1241 241 5241 82 83 PTAAAA PYIAAA VVVVxx -2612 6048 0 0 2 12 12 612 612 2612 2612 24 25 MWAAAA QYIAAA AAAAxx -2571 6049 1 3 1 11 71 571 571 2571 2571 142 143 XUAAAA RYIAAA HHHHxx -926 6050 0 2 6 6 26 926 926 926 926 52 53 QJAAAA SYIAAA OOOOxx -337 6051 1 1 7 17 37 337 337 337 337 74 75 ZMAAAA TYIAAA VVVVxx -2821 6052 1 1 1 1 21 821 821 2821 2821 42 43 NEAAAA UYIAAA AAAAxx -2658 6053 0 2 8 18 58 658 658 2658 2658 116 117 GYAAAA VYIAAA HHHHxx -9054 6054 0 2 4 14 54 54 1054 4054 9054 108 109 GKAAAA WYIAAA OOOOxx -5492 6055 0 0 2 12 92 492 1492 492 5492 184 185 GDAAAA XYIAAA VVVVxx -7313 6056 1 1 3 13 13 313 1313 2313 7313 26 27 HVAAAA YYIAAA AAAAxx -75 6057 1 3 5 15 75 75 75 75 75 150 151 XCAAAA ZYIAAA HHHHxx -5489 6058 1 1 9 9 89 489 1489 489 5489 178 179 DDAAAA AZIAAA OOOOxx -8413 6059 1 1 3 13 13 413 413 3413 8413 26 27 PLAAAA BZIAAA VVVVxx -3693 6060 1 1 3 13 93 693 1693 3693 3693 186 187 BMAAAA CZIAAA AAAAxx -9820 6061 0 0 0 0 20 820 1820 4820 9820 40 41 SNAAAA DZIAAA HHHHxx -8157 6062 1 1 7 17 57 157 157 3157 8157 114 115 TBAAAA EZIAAA OOOOxx -4161 6063 1 1 1 1 61 161 161 4161 4161 122 123 BEAAAA FZIAAA VVVVxx -8339 6064 1 3 9 19 39 339 339 3339 8339 78 79 TIAAAA GZIAAA AAAAxx -4141 6065 1 1 1 1 41 141 141 4141 4141 82 83 HDAAAA HZIAAA HHHHxx -9001 6066 1 1 1 1 1 1 1001 4001 9001 2 3 FIAAAA IZIAAA OOOOxx -8247 6067 1 3 7 7 47 247 247 3247 8247 94 95 FFAAAA JZIAAA VVVVxx -1182 6068 0 2 2 2 82 182 1182 1182 1182 164 165 MTAAAA KZIAAA AAAAxx -9876 6069 0 0 6 16 76 876 1876 4876 9876 152 153 WPAAAA LZIAAA HHHHxx -4302 6070 0 2 2 2 2 302 302 4302 4302 4 5 MJAAAA MZIAAA OOOOxx -6674 6071 0 2 4 14 74 674 674 1674 6674 148 149 SWAAAA NZIAAA VVVVxx -4214 6072 0 2 4 14 14 214 214 4214 4214 28 29 CGAAAA OZIAAA AAAAxx -5584 6073 0 0 4 4 84 584 1584 584 5584 168 169 UGAAAA PZIAAA HHHHxx -265 6074 1 1 5 5 65 265 265 265 265 130 131 FKAAAA QZIAAA OOOOxx -9207 6075 1 3 7 7 7 207 1207 4207 9207 14 15 DQAAAA RZIAAA VVVVxx -9434 6076 0 2 4 14 34 434 1434 4434 9434 68 69 WYAAAA SZIAAA AAAAxx -2921 6077 1 1 1 1 21 921 921 2921 2921 42 43 JIAAAA TZIAAA HHHHxx -9355 6078 1 3 5 15 55 355 1355 4355 9355 110 111 VVAAAA UZIAAA OOOOxx -8538 6079 0 2 8 18 38 538 538 3538 8538 76 77 KQAAAA VZIAAA VVVVxx -4559 6080 1 3 9 19 59 559 559 4559 4559 118 119 JTAAAA WZIAAA AAAAxx -9175 6081 1 3 5 15 75 175 1175 4175 9175 150 151 XOAAAA XZIAAA HHHHxx -4489 6082 1 1 9 9 89 489 489 4489 4489 178 179 RQAAAA YZIAAA OOOOxx -1485 6083 1 1 5 5 85 485 1485 1485 1485 170 171 DFAAAA ZZIAAA VVVVxx -8853 6084 1 1 3 13 53 853 853 3853 8853 106 107 NCAAAA AAJAAA AAAAxx -9143 6085 1 3 3 3 43 143 1143 4143 9143 86 87 RNAAAA BAJAAA HHHHxx -9551 6086 1 3 1 11 51 551 1551 4551 9551 102 103 JDAAAA CAJAAA OOOOxx -49 6087 1 1 9 9 49 49 49 49 49 98 99 XBAAAA DAJAAA VVVVxx -8351 6088 1 3 1 11 51 351 351 3351 8351 102 103 FJAAAA EAJAAA AAAAxx -9748 6089 0 0 8 8 48 748 1748 4748 9748 96 97 YKAAAA FAJAAA HHHHxx -4536 6090 0 0 6 16 36 536 536 4536 4536 72 73 MSAAAA GAJAAA OOOOxx -930 6091 0 2 0 10 30 930 930 930 930 60 61 UJAAAA HAJAAA VVVVxx -2206 6092 0 2 6 6 6 206 206 2206 2206 12 13 WGAAAA IAJAAA AAAAxx -8004 6093 0 0 4 4 4 4 4 3004 8004 8 9 WVAAAA JAJAAA HHHHxx -219 6094 1 3 9 19 19 219 219 219 219 38 39 LIAAAA KAJAAA OOOOxx -2724 6095 0 0 4 4 24 724 724 2724 2724 48 49 UAAAAA LAJAAA VVVVxx -4868 6096 0 0 8 8 68 868 868 4868 4868 136 137 GFAAAA MAJAAA AAAAxx -5952 6097 0 0 2 12 52 952 1952 952 5952 104 105 YUAAAA NAJAAA HHHHxx -2094 6098 0 2 4 14 94 94 94 2094 2094 188 189 OCAAAA OAJAAA OOOOxx -5707 6099 1 3 7 7 7 707 1707 707 5707 14 15 NLAAAA PAJAAA VVVVxx -5200 6100 0 0 0 0 0 200 1200 200 5200 0 1 ASAAAA QAJAAA AAAAxx -967 6101 1 3 7 7 67 967 967 967 967 134 135 FLAAAA RAJAAA HHHHxx -1982 6102 0 2 2 2 82 982 1982 1982 1982 164 165 GYAAAA SAJAAA OOOOxx -3410 6103 0 2 0 10 10 410 1410 3410 3410 20 21 EBAAAA TAJAAA VVVVxx -174 6104 0 2 4 14 74 174 174 174 174 148 149 SGAAAA UAJAAA AAAAxx -9217 6105 1 1 7 17 17 217 1217 4217 9217 34 35 NQAAAA VAJAAA HHHHxx -9103 6106 1 3 3 3 3 103 1103 4103 9103 6 7 DMAAAA WAJAAA OOOOxx -868 6107 0 0 8 8 68 868 868 868 868 136 137 KHAAAA XAJAAA VVVVxx -8261 6108 1 1 1 1 61 261 261 3261 8261 122 123 TFAAAA YAJAAA AAAAxx -2720 6109 0 0 0 0 20 720 720 2720 2720 40 41 QAAAAA ZAJAAA HHHHxx -2999 6110 1 3 9 19 99 999 999 2999 2999 198 199 JLAAAA ABJAAA OOOOxx -769 6111 1 1 9 9 69 769 769 769 769 138 139 PDAAAA BBJAAA VVVVxx -4533 6112 1 1 3 13 33 533 533 4533 4533 66 67 JSAAAA CBJAAA AAAAxx -2030 6113 0 2 0 10 30 30 30 2030 2030 60 61 CAAAAA DBJAAA HHHHxx -5824 6114 0 0 4 4 24 824 1824 824 5824 48 49 AQAAAA EBJAAA OOOOxx -2328 6115 0 0 8 8 28 328 328 2328 2328 56 57 OLAAAA FBJAAA VVVVxx -9970 6116 0 2 0 10 70 970 1970 4970 9970 140 141 MTAAAA GBJAAA AAAAxx -3192 6117 0 0 2 12 92 192 1192 3192 3192 184 185 USAAAA HBJAAA HHHHxx -3387 6118 1 3 7 7 87 387 1387 3387 3387 174 175 HAAAAA IBJAAA OOOOxx -1936 6119 0 0 6 16 36 936 1936 1936 1936 72 73 MWAAAA JBJAAA VVVVxx -6934 6120 0 2 4 14 34 934 934 1934 6934 68 69 SGAAAA KBJAAA AAAAxx -5615 6121 1 3 5 15 15 615 1615 615 5615 30 31 ZHAAAA LBJAAA HHHHxx -2241 6122 1 1 1 1 41 241 241 2241 2241 82 83 FIAAAA MBJAAA OOOOxx -1842 6123 0 2 2 2 42 842 1842 1842 1842 84 85 WSAAAA NBJAAA VVVVxx -8044 6124 0 0 4 4 44 44 44 3044 8044 88 89 KXAAAA OBJAAA AAAAxx -8902 6125 0 2 2 2 2 902 902 3902 8902 4 5 KEAAAA PBJAAA HHHHxx -4519 6126 1 3 9 19 19 519 519 4519 4519 38 39 VRAAAA QBJAAA OOOOxx -492 6127 0 0 2 12 92 492 492 492 492 184 185 YSAAAA RBJAAA VVVVxx -2694 6128 0 2 4 14 94 694 694 2694 2694 188 189 QZAAAA SBJAAA AAAAxx -5861 6129 1 1 1 1 61 861 1861 861 5861 122 123 LRAAAA TBJAAA HHHHxx -2104 6130 0 0 4 4 4 104 104 2104 2104 8 9 YCAAAA UBJAAA OOOOxx -5376 6131 0 0 6 16 76 376 1376 376 5376 152 153 UYAAAA VBJAAA VVVVxx -3147 6132 1 3 7 7 47 147 1147 3147 3147 94 95 BRAAAA WBJAAA AAAAxx -9880 6133 0 0 0 0 80 880 1880 4880 9880 160 161 AQAAAA XBJAAA HHHHxx -6171 6134 1 3 1 11 71 171 171 1171 6171 142 143 JDAAAA YBJAAA OOOOxx -1850 6135 0 2 0 10 50 850 1850 1850 1850 100 101 ETAAAA ZBJAAA VVVVxx -1775 6136 1 3 5 15 75 775 1775 1775 1775 150 151 HQAAAA ACJAAA AAAAxx -9261 6137 1 1 1 1 61 261 1261 4261 9261 122 123 FSAAAA BCJAAA HHHHxx -9648 6138 0 0 8 8 48 648 1648 4648 9648 96 97 CHAAAA CCJAAA OOOOxx -7846 6139 0 2 6 6 46 846 1846 2846 7846 92 93 UPAAAA DCJAAA VVVVxx -1446 6140 0 2 6 6 46 446 1446 1446 1446 92 93 QDAAAA ECJAAA AAAAxx -3139 6141 1 3 9 19 39 139 1139 3139 3139 78 79 TQAAAA FCJAAA HHHHxx -6142 6142 0 2 2 2 42 142 142 1142 6142 84 85 GCAAAA GCJAAA OOOOxx -5812 6143 0 0 2 12 12 812 1812 812 5812 24 25 OPAAAA HCJAAA VVVVxx -6728 6144 0 0 8 8 28 728 728 1728 6728 56 57 UYAAAA ICJAAA AAAAxx -4428 6145 0 0 8 8 28 428 428 4428 4428 56 57 IOAAAA JCJAAA HHHHxx -502 6146 0 2 2 2 2 502 502 502 502 4 5 ITAAAA KCJAAA OOOOxx -2363 6147 1 3 3 3 63 363 363 2363 2363 126 127 XMAAAA LCJAAA VVVVxx -3808 6148 0 0 8 8 8 808 1808 3808 3808 16 17 MQAAAA MCJAAA AAAAxx -1010 6149 0 2 0 10 10 10 1010 1010 1010 20 21 WMAAAA NCJAAA HHHHxx -9565 6150 1 1 5 5 65 565 1565 4565 9565 130 131 XDAAAA OCJAAA OOOOxx -1587 6151 1 3 7 7 87 587 1587 1587 1587 174 175 BJAAAA PCJAAA VVVVxx -1474 6152 0 2 4 14 74 474 1474 1474 1474 148 149 SEAAAA QCJAAA AAAAxx -6215 6153 1 3 5 15 15 215 215 1215 6215 30 31 BFAAAA RCJAAA HHHHxx -2395 6154 1 3 5 15 95 395 395 2395 2395 190 191 DOAAAA SCJAAA OOOOxx -8753 6155 1 1 3 13 53 753 753 3753 8753 106 107 RYAAAA TCJAAA VVVVxx -2446 6156 0 2 6 6 46 446 446 2446 2446 92 93 CQAAAA UCJAAA AAAAxx -60 6157 0 0 0 0 60 60 60 60 60 120 121 ICAAAA VCJAAA HHHHxx -982 6158 0 2 2 2 82 982 982 982 982 164 165 ULAAAA WCJAAA OOOOxx -6489 6159 1 1 9 9 89 489 489 1489 6489 178 179 PPAAAA XCJAAA VVVVxx -5334 6160 0 2 4 14 34 334 1334 334 5334 68 69 EXAAAA YCJAAA AAAAxx -8540 6161 0 0 0 0 40 540 540 3540 8540 80 81 MQAAAA ZCJAAA HHHHxx -490 6162 0 2 0 10 90 490 490 490 490 180 181 WSAAAA ADJAAA OOOOxx -6763 6163 1 3 3 3 63 763 763 1763 6763 126 127 DAAAAA BDJAAA VVVVxx -8273 6164 1 1 3 13 73 273 273 3273 8273 146 147 FGAAAA CDJAAA AAAAxx -8327 6165 1 3 7 7 27 327 327 3327 8327 54 55 HIAAAA DDJAAA HHHHxx -8541 6166 1 1 1 1 41 541 541 3541 8541 82 83 NQAAAA EDJAAA OOOOxx -3459 6167 1 3 9 19 59 459 1459 3459 3459 118 119 BDAAAA FDJAAA VVVVxx -5557 6168 1 1 7 17 57 557 1557 557 5557 114 115 TFAAAA GDJAAA AAAAxx -158 6169 0 2 8 18 58 158 158 158 158 116 117 CGAAAA HDJAAA HHHHxx -1741 6170 1 1 1 1 41 741 1741 1741 1741 82 83 ZOAAAA IDJAAA OOOOxx -8385 6171 1 1 5 5 85 385 385 3385 8385 170 171 NKAAAA JDJAAA VVVVxx -617 6172 1 1 7 17 17 617 617 617 617 34 35 TXAAAA KDJAAA AAAAxx -3560 6173 0 0 0 0 60 560 1560 3560 3560 120 121 YGAAAA LDJAAA HHHHxx -5216 6174 0 0 6 16 16 216 1216 216 5216 32 33 QSAAAA MDJAAA OOOOxx -8443 6175 1 3 3 3 43 443 443 3443 8443 86 87 TMAAAA NDJAAA VVVVxx -2700 6176 0 0 0 0 0 700 700 2700 2700 0 1 WZAAAA ODJAAA AAAAxx -3661 6177 1 1 1 1 61 661 1661 3661 3661 122 123 VKAAAA PDJAAA HHHHxx -4875 6178 1 3 5 15 75 875 875 4875 4875 150 151 NFAAAA QDJAAA OOOOxx -6721 6179 1 1 1 1 21 721 721 1721 6721 42 43 NYAAAA RDJAAA VVVVxx -3659 6180 1 3 9 19 59 659 1659 3659 3659 118 119 TKAAAA SDJAAA AAAAxx -8944 6181 0 0 4 4 44 944 944 3944 8944 88 89 AGAAAA TDJAAA HHHHxx -9133 6182 1 1 3 13 33 133 1133 4133 9133 66 67 HNAAAA UDJAAA OOOOxx -9882 6183 0 2 2 2 82 882 1882 4882 9882 164 165 CQAAAA VDJAAA VVVVxx -2102 6184 0 2 2 2 2 102 102 2102 2102 4 5 WCAAAA WDJAAA AAAAxx -9445 6185 1 1 5 5 45 445 1445 4445 9445 90 91 HZAAAA XDJAAA HHHHxx -5559 6186 1 3 9 19 59 559 1559 559 5559 118 119 VFAAAA YDJAAA OOOOxx -6096 6187 0 0 6 16 96 96 96 1096 6096 192 193 MAAAAA ZDJAAA VVVVxx -9336 6188 0 0 6 16 36 336 1336 4336 9336 72 73 CVAAAA AEJAAA AAAAxx -2162 6189 0 2 2 2 62 162 162 2162 2162 124 125 EFAAAA BEJAAA HHHHxx -7459 6190 1 3 9 19 59 459 1459 2459 7459 118 119 XAAAAA CEJAAA OOOOxx -3248 6191 0 0 8 8 48 248 1248 3248 3248 96 97 YUAAAA DEJAAA VVVVxx -9539 6192 1 3 9 19 39 539 1539 4539 9539 78 79 XCAAAA EEJAAA AAAAxx -4449 6193 1 1 9 9 49 449 449 4449 4449 98 99 DPAAAA FEJAAA HHHHxx -2809 6194 1 1 9 9 9 809 809 2809 2809 18 19 BEAAAA GEJAAA OOOOxx -7058 6195 0 2 8 18 58 58 1058 2058 7058 116 117 MLAAAA HEJAAA VVVVxx -3512 6196 0 0 2 12 12 512 1512 3512 3512 24 25 CFAAAA IEJAAA AAAAxx -2802 6197 0 2 2 2 2 802 802 2802 2802 4 5 UDAAAA JEJAAA HHHHxx -6289 6198 1 1 9 9 89 289 289 1289 6289 178 179 XHAAAA KEJAAA OOOOxx -1947 6199 1 3 7 7 47 947 1947 1947 1947 94 95 XWAAAA LEJAAA VVVVxx -9572 6200 0 0 2 12 72 572 1572 4572 9572 144 145 EEAAAA MEJAAA AAAAxx -2356 6201 0 0 6 16 56 356 356 2356 2356 112 113 QMAAAA NEJAAA HHHHxx -3039 6202 1 3 9 19 39 39 1039 3039 3039 78 79 XMAAAA OEJAAA OOOOxx -9452 6203 0 0 2 12 52 452 1452 4452 9452 104 105 OZAAAA PEJAAA VVVVxx -6328 6204 0 0 8 8 28 328 328 1328 6328 56 57 KJAAAA QEJAAA AAAAxx -7661 6205 1 1 1 1 61 661 1661 2661 7661 122 123 RIAAAA REJAAA HHHHxx -2566 6206 0 2 6 6 66 566 566 2566 2566 132 133 SUAAAA SEJAAA OOOOxx -6095 6207 1 3 5 15 95 95 95 1095 6095 190 191 LAAAAA TEJAAA VVVVxx -6367 6208 1 3 7 7 67 367 367 1367 6367 134 135 XKAAAA UEJAAA AAAAxx -3368 6209 0 0 8 8 68 368 1368 3368 3368 136 137 OZAAAA VEJAAA HHHHxx -5567 6210 1 3 7 7 67 567 1567 567 5567 134 135 DGAAAA WEJAAA OOOOxx -9834 6211 0 2 4 14 34 834 1834 4834 9834 68 69 GOAAAA XEJAAA VVVVxx -9695 6212 1 3 5 15 95 695 1695 4695 9695 190 191 XIAAAA YEJAAA AAAAxx -7291 6213 1 3 1 11 91 291 1291 2291 7291 182 183 LUAAAA ZEJAAA HHHHxx -4806 6214 0 2 6 6 6 806 806 4806 4806 12 13 WCAAAA AFJAAA OOOOxx -2000 6215 0 0 0 0 0 0 0 2000 2000 0 1 YYAAAA BFJAAA VVVVxx -6817 6216 1 1 7 17 17 817 817 1817 6817 34 35 FCAAAA CFJAAA AAAAxx -8487 6217 1 3 7 7 87 487 487 3487 8487 174 175 LOAAAA DFJAAA HHHHxx -3245 6218 1 1 5 5 45 245 1245 3245 3245 90 91 VUAAAA EFJAAA OOOOxx -632 6219 0 0 2 12 32 632 632 632 632 64 65 IYAAAA FFJAAA VVVVxx -8067 6220 1 3 7 7 67 67 67 3067 8067 134 135 HYAAAA GFJAAA AAAAxx -7140 6221 0 0 0 0 40 140 1140 2140 7140 80 81 QOAAAA HFJAAA HHHHxx -6802 6222 0 2 2 2 2 802 802 1802 6802 4 5 QBAAAA IFJAAA OOOOxx -3980 6223 0 0 0 0 80 980 1980 3980 3980 160 161 CXAAAA JFJAAA VVVVxx -1321 6224 1 1 1 1 21 321 1321 1321 1321 42 43 VYAAAA KFJAAA AAAAxx -2273 6225 1 1 3 13 73 273 273 2273 2273 146 147 LJAAAA LFJAAA HHHHxx -6787 6226 1 3 7 7 87 787 787 1787 6787 174 175 BBAAAA MFJAAA OOOOxx -9480 6227 0 0 0 0 80 480 1480 4480 9480 160 161 QAAAAA NFJAAA VVVVxx -9404 6228 0 0 4 4 4 404 1404 4404 9404 8 9 SXAAAA OFJAAA AAAAxx -3914 6229 0 2 4 14 14 914 1914 3914 3914 28 29 OUAAAA PFJAAA HHHHxx -5507 6230 1 3 7 7 7 507 1507 507 5507 14 15 VDAAAA QFJAAA OOOOxx -1813 6231 1 1 3 13 13 813 1813 1813 1813 26 27 TRAAAA RFJAAA VVVVxx -1999 6232 1 3 9 19 99 999 1999 1999 1999 198 199 XYAAAA SFJAAA AAAAxx -3848 6233 0 0 8 8 48 848 1848 3848 3848 96 97 ASAAAA TFJAAA HHHHxx -9693 6234 1 1 3 13 93 693 1693 4693 9693 186 187 VIAAAA UFJAAA OOOOxx -1353 6235 1 1 3 13 53 353 1353 1353 1353 106 107 BAAAAA VFJAAA VVVVxx -7218 6236 0 2 8 18 18 218 1218 2218 7218 36 37 QRAAAA WFJAAA AAAAxx -8223 6237 1 3 3 3 23 223 223 3223 8223 46 47 HEAAAA XFJAAA HHHHxx -9982 6238 0 2 2 2 82 982 1982 4982 9982 164 165 YTAAAA YFJAAA OOOOxx -8799 6239 1 3 9 19 99 799 799 3799 8799 198 199 LAAAAA ZFJAAA VVVVxx -8929 6240 1 1 9 9 29 929 929 3929 8929 58 59 LFAAAA AGJAAA AAAAxx -4626 6241 0 2 6 6 26 626 626 4626 4626 52 53 YVAAAA BGJAAA HHHHxx -7958 6242 0 2 8 18 58 958 1958 2958 7958 116 117 CUAAAA CGJAAA OOOOxx -3743 6243 1 3 3 3 43 743 1743 3743 3743 86 87 ZNAAAA DGJAAA VVVVxx -8165 6244 1 1 5 5 65 165 165 3165 8165 130 131 BCAAAA EGJAAA AAAAxx -7899 6245 1 3 9 19 99 899 1899 2899 7899 198 199 VRAAAA FGJAAA HHHHxx -8698 6246 0 2 8 18 98 698 698 3698 8698 196 197 OWAAAA GGJAAA OOOOxx -9270 6247 0 2 0 10 70 270 1270 4270 9270 140 141 OSAAAA HGJAAA VVVVxx -6348 6248 0 0 8 8 48 348 348 1348 6348 96 97 EKAAAA IGJAAA AAAAxx -6999 6249 1 3 9 19 99 999 999 1999 6999 198 199 FJAAAA JGJAAA HHHHxx -8467 6250 1 3 7 7 67 467 467 3467 8467 134 135 RNAAAA KGJAAA OOOOxx -3907 6251 1 3 7 7 7 907 1907 3907 3907 14 15 HUAAAA LGJAAA VVVVxx -4738 6252 0 2 8 18 38 738 738 4738 4738 76 77 GAAAAA MGJAAA AAAAxx -248 6253 0 0 8 8 48 248 248 248 248 96 97 OJAAAA NGJAAA HHHHxx -8769 6254 1 1 9 9 69 769 769 3769 8769 138 139 HZAAAA OGJAAA OOOOxx -9922 6255 0 2 2 2 22 922 1922 4922 9922 44 45 QRAAAA PGJAAA VVVVxx -778 6256 0 2 8 18 78 778 778 778 778 156 157 YDAAAA QGJAAA AAAAxx -1233 6257 1 1 3 13 33 233 1233 1233 1233 66 67 LVAAAA RGJAAA HHHHxx -1183 6258 1 3 3 3 83 183 1183 1183 1183 166 167 NTAAAA SGJAAA OOOOxx -2838 6259 0 2 8 18 38 838 838 2838 2838 76 77 EFAAAA TGJAAA VVVVxx -3096 6260 0 0 6 16 96 96 1096 3096 3096 192 193 CPAAAA UGJAAA AAAAxx -8566 6261 0 2 6 6 66 566 566 3566 8566 132 133 MRAAAA VGJAAA HHHHxx -7635 6262 1 3 5 15 35 635 1635 2635 7635 70 71 RHAAAA WGJAAA OOOOxx -5428 6263 0 0 8 8 28 428 1428 428 5428 56 57 UAAAAA XGJAAA VVVVxx -7430 6264 0 2 0 10 30 430 1430 2430 7430 60 61 UZAAAA YGJAAA AAAAxx -7210 6265 0 2 0 10 10 210 1210 2210 7210 20 21 IRAAAA ZGJAAA HHHHxx -4485 6266 1 1 5 5 85 485 485 4485 4485 170 171 NQAAAA AHJAAA OOOOxx -9623 6267 1 3 3 3 23 623 1623 4623 9623 46 47 DGAAAA BHJAAA VVVVxx -3670 6268 0 2 0 10 70 670 1670 3670 3670 140 141 ELAAAA CHJAAA AAAAxx -1575 6269 1 3 5 15 75 575 1575 1575 1575 150 151 PIAAAA DHJAAA HHHHxx -5874 6270 0 2 4 14 74 874 1874 874 5874 148 149 YRAAAA EHJAAA OOOOxx -673 6271 1 1 3 13 73 673 673 673 673 146 147 XZAAAA FHJAAA VVVVxx -9712 6272 0 0 2 12 12 712 1712 4712 9712 24 25 OJAAAA GHJAAA AAAAxx -7729 6273 1 1 9 9 29 729 1729 2729 7729 58 59 HLAAAA HHJAAA HHHHxx -4318 6274 0 2 8 18 18 318 318 4318 4318 36 37 CKAAAA IHJAAA OOOOxx -4143 6275 1 3 3 3 43 143 143 4143 4143 86 87 JDAAAA JHJAAA VVVVxx -4932 6276 0 0 2 12 32 932 932 4932 4932 64 65 SHAAAA KHJAAA AAAAxx -5835 6277 1 3 5 15 35 835 1835 835 5835 70 71 LQAAAA LHJAAA HHHHxx -4966 6278 0 2 6 6 66 966 966 4966 4966 132 133 AJAAAA MHJAAA OOOOxx -6711 6279 1 3 1 11 11 711 711 1711 6711 22 23 DYAAAA NHJAAA VVVVxx -3990 6280 0 2 0 10 90 990 1990 3990 3990 180 181 MXAAAA OHJAAA AAAAxx -990 6281 0 2 0 10 90 990 990 990 990 180 181 CMAAAA PHJAAA HHHHxx -220 6282 0 0 0 0 20 220 220 220 220 40 41 MIAAAA QHJAAA OOOOxx -5693 6283 1 1 3 13 93 693 1693 693 5693 186 187 ZKAAAA RHJAAA VVVVxx -3662 6284 0 2 2 2 62 662 1662 3662 3662 124 125 WKAAAA SHJAAA AAAAxx -7844 6285 0 0 4 4 44 844 1844 2844 7844 88 89 SPAAAA THJAAA HHHHxx -5515 6286 1 3 5 15 15 515 1515 515 5515 30 31 DEAAAA UHJAAA OOOOxx -5551 6287 1 3 1 11 51 551 1551 551 5551 102 103 NFAAAA VHJAAA VVVVxx -2358 6288 0 2 8 18 58 358 358 2358 2358 116 117 SMAAAA WHJAAA AAAAxx -8977 6289 1 1 7 17 77 977 977 3977 8977 154 155 HHAAAA XHJAAA HHHHxx -7040 6290 0 0 0 0 40 40 1040 2040 7040 80 81 UKAAAA YHJAAA OOOOxx -105 6291 1 1 5 5 5 105 105 105 105 10 11 BEAAAA ZHJAAA VVVVxx -4496 6292 0 0 6 16 96 496 496 4496 4496 192 193 YQAAAA AIJAAA AAAAxx -2254 6293 0 2 4 14 54 254 254 2254 2254 108 109 SIAAAA BIJAAA HHHHxx -411 6294 1 3 1 11 11 411 411 411 411 22 23 VPAAAA CIJAAA OOOOxx -2373 6295 1 1 3 13 73 373 373 2373 2373 146 147 HNAAAA DIJAAA VVVVxx -3477 6296 1 1 7 17 77 477 1477 3477 3477 154 155 TDAAAA EIJAAA AAAAxx -8964 6297 0 0 4 4 64 964 964 3964 8964 128 129 UGAAAA FIJAAA HHHHxx -8471 6298 1 3 1 11 71 471 471 3471 8471 142 143 VNAAAA GIJAAA OOOOxx -5776 6299 0 0 6 16 76 776 1776 776 5776 152 153 EOAAAA HIJAAA VVVVxx -9921 6300 1 1 1 1 21 921 1921 4921 9921 42 43 PRAAAA IIJAAA AAAAxx -7816 6301 0 0 6 16 16 816 1816 2816 7816 32 33 QOAAAA JIJAAA HHHHxx -2439 6302 1 3 9 19 39 439 439 2439 2439 78 79 VPAAAA KIJAAA OOOOxx -9298 6303 0 2 8 18 98 298 1298 4298 9298 196 197 QTAAAA LIJAAA VVVVxx -9424 6304 0 0 4 4 24 424 1424 4424 9424 48 49 MYAAAA MIJAAA AAAAxx -3252 6305 0 0 2 12 52 252 1252 3252 3252 104 105 CVAAAA NIJAAA HHHHxx -1401 6306 1 1 1 1 1 401 1401 1401 1401 2 3 XBAAAA OIJAAA OOOOxx -9632 6307 0 0 2 12 32 632 1632 4632 9632 64 65 MGAAAA PIJAAA VVVVxx -370 6308 0 2 0 10 70 370 370 370 370 140 141 GOAAAA QIJAAA AAAAxx -728 6309 0 0 8 8 28 728 728 728 728 56 57 ACAAAA RIJAAA HHHHxx -2888 6310 0 0 8 8 88 888 888 2888 2888 176 177 CHAAAA SIJAAA OOOOxx -1441 6311 1 1 1 1 41 441 1441 1441 1441 82 83 LDAAAA TIJAAA VVVVxx -8308 6312 0 0 8 8 8 308 308 3308 8308 16 17 OHAAAA UIJAAA AAAAxx -2165 6313 1 1 5 5 65 165 165 2165 2165 130 131 HFAAAA VIJAAA HHHHxx -6359 6314 1 3 9 19 59 359 359 1359 6359 118 119 PKAAAA WIJAAA OOOOxx -9637 6315 1 1 7 17 37 637 1637 4637 9637 74 75 RGAAAA XIJAAA VVVVxx -5208 6316 0 0 8 8 8 208 1208 208 5208 16 17 ISAAAA YIJAAA AAAAxx -4705 6317 1 1 5 5 5 705 705 4705 4705 10 11 ZYAAAA ZIJAAA HHHHxx -2341 6318 1 1 1 1 41 341 341 2341 2341 82 83 BMAAAA AJJAAA OOOOxx -8539 6319 1 3 9 19 39 539 539 3539 8539 78 79 LQAAAA BJJAAA VVVVxx -7528 6320 0 0 8 8 28 528 1528 2528 7528 56 57 ODAAAA CJJAAA AAAAxx -7969 6321 1 1 9 9 69 969 1969 2969 7969 138 139 NUAAAA DJJAAA HHHHxx -6381 6322 1 1 1 1 81 381 381 1381 6381 162 163 LLAAAA EJJAAA OOOOxx -4906 6323 0 2 6 6 6 906 906 4906 4906 12 13 SGAAAA FJJAAA VVVVxx -8697 6324 1 1 7 17 97 697 697 3697 8697 194 195 NWAAAA GJJAAA AAAAxx -6301 6325 1 1 1 1 1 301 301 1301 6301 2 3 JIAAAA HJJAAA HHHHxx -7554 6326 0 2 4 14 54 554 1554 2554 7554 108 109 OEAAAA IJJAAA OOOOxx -5107 6327 1 3 7 7 7 107 1107 107 5107 14 15 LOAAAA JJJAAA VVVVxx -5046 6328 0 2 6 6 46 46 1046 46 5046 92 93 CMAAAA KJJAAA AAAAxx -4063 6329 1 3 3 3 63 63 63 4063 4063 126 127 HAAAAA LJJAAA HHHHxx -7580 6330 0 0 0 0 80 580 1580 2580 7580 160 161 OFAAAA MJJAAA OOOOxx -2245 6331 1 1 5 5 45 245 245 2245 2245 90 91 JIAAAA NJJAAA VVVVxx -3711 6332 1 3 1 11 11 711 1711 3711 3711 22 23 TMAAAA OJJAAA AAAAxx -3220 6333 0 0 0 0 20 220 1220 3220 3220 40 41 WTAAAA PJJAAA HHHHxx -6463 6334 1 3 3 3 63 463 463 1463 6463 126 127 POAAAA QJJAAA OOOOxx -8196 6335 0 0 6 16 96 196 196 3196 8196 192 193 GDAAAA RJJAAA VVVVxx -9875 6336 1 3 5 15 75 875 1875 4875 9875 150 151 VPAAAA SJJAAA AAAAxx -1333 6337 1 1 3 13 33 333 1333 1333 1333 66 67 HZAAAA TJJAAA HHHHxx -7880 6338 0 0 0 0 80 880 1880 2880 7880 160 161 CRAAAA UJJAAA OOOOxx -2322 6339 0 2 2 2 22 322 322 2322 2322 44 45 ILAAAA VJJAAA VVVVxx -2163 6340 1 3 3 3 63 163 163 2163 2163 126 127 FFAAAA WJJAAA AAAAxx -421 6341 1 1 1 1 21 421 421 421 421 42 43 FQAAAA XJJAAA HHHHxx -2042 6342 0 2 2 2 42 42 42 2042 2042 84 85 OAAAAA YJJAAA OOOOxx -1424 6343 0 0 4 4 24 424 1424 1424 1424 48 49 UCAAAA ZJJAAA VVVVxx -7870 6344 0 2 0 10 70 870 1870 2870 7870 140 141 SQAAAA AKJAAA AAAAxx -2653 6345 1 1 3 13 53 653 653 2653 2653 106 107 BYAAAA BKJAAA HHHHxx -4216 6346 0 0 6 16 16 216 216 4216 4216 32 33 EGAAAA CKJAAA OOOOxx -1515 6347 1 3 5 15 15 515 1515 1515 1515 30 31 HGAAAA DKJAAA VVVVxx -7860 6348 0 0 0 0 60 860 1860 2860 7860 120 121 IQAAAA EKJAAA AAAAxx -2984 6349 0 0 4 4 84 984 984 2984 2984 168 169 UKAAAA FKJAAA HHHHxx -6269 6350 1 1 9 9 69 269 269 1269 6269 138 139 DHAAAA GKJAAA OOOOxx -2609 6351 1 1 9 9 9 609 609 2609 2609 18 19 JWAAAA HKJAAA VVVVxx -3671 6352 1 3 1 11 71 671 1671 3671 3671 142 143 FLAAAA IKJAAA AAAAxx -4544 6353 0 0 4 4 44 544 544 4544 4544 88 89 USAAAA JKJAAA HHHHxx -4668 6354 0 0 8 8 68 668 668 4668 4668 136 137 OXAAAA KKJAAA OOOOxx -2565 6355 1 1 5 5 65 565 565 2565 2565 130 131 RUAAAA LKJAAA VVVVxx -3126 6356 0 2 6 6 26 126 1126 3126 3126 52 53 GQAAAA MKJAAA AAAAxx -7573 6357 1 1 3 13 73 573 1573 2573 7573 146 147 HFAAAA NKJAAA HHHHxx -1476 6358 0 0 6 16 76 476 1476 1476 1476 152 153 UEAAAA OKJAAA OOOOxx -2146 6359 0 2 6 6 46 146 146 2146 2146 92 93 OEAAAA PKJAAA VVVVxx -9990 6360 0 2 0 10 90 990 1990 4990 9990 180 181 GUAAAA QKJAAA AAAAxx -2530 6361 0 2 0 10 30 530 530 2530 2530 60 61 ITAAAA RKJAAA HHHHxx -9288 6362 0 0 8 8 88 288 1288 4288 9288 176 177 GTAAAA SKJAAA OOOOxx -9755 6363 1 3 5 15 55 755 1755 4755 9755 110 111 FLAAAA TKJAAA VVVVxx -5305 6364 1 1 5 5 5 305 1305 305 5305 10 11 BWAAAA UKJAAA AAAAxx -2495 6365 1 3 5 15 95 495 495 2495 2495 190 191 ZRAAAA VKJAAA HHHHxx -5443 6366 1 3 3 3 43 443 1443 443 5443 86 87 JBAAAA WKJAAA OOOOxx -1930 6367 0 2 0 10 30 930 1930 1930 1930 60 61 GWAAAA XKJAAA VVVVxx -9134 6368 0 2 4 14 34 134 1134 4134 9134 68 69 INAAAA YKJAAA AAAAxx -2844 6369 0 0 4 4 44 844 844 2844 2844 88 89 KFAAAA ZKJAAA HHHHxx -896 6370 0 0 6 16 96 896 896 896 896 192 193 MIAAAA ALJAAA OOOOxx -1330 6371 0 2 0 10 30 330 1330 1330 1330 60 61 EZAAAA BLJAAA VVVVxx -8980 6372 0 0 0 0 80 980 980 3980 8980 160 161 KHAAAA CLJAAA AAAAxx -5940 6373 0 0 0 0 40 940 1940 940 5940 80 81 MUAAAA DLJAAA HHHHxx -6494 6374 0 2 4 14 94 494 494 1494 6494 188 189 UPAAAA ELJAAA OOOOxx -165 6375 1 1 5 5 65 165 165 165 165 130 131 JGAAAA FLJAAA VVVVxx -2510 6376 0 2 0 10 10 510 510 2510 2510 20 21 OSAAAA GLJAAA AAAAxx -9950 6377 0 2 0 10 50 950 1950 4950 9950 100 101 SSAAAA HLJAAA HHHHxx -3854 6378 0 2 4 14 54 854 1854 3854 3854 108 109 GSAAAA ILJAAA OOOOxx -7493 6379 1 1 3 13 93 493 1493 2493 7493 186 187 FCAAAA JLJAAA VVVVxx -4124 6380 0 0 4 4 24 124 124 4124 4124 48 49 QCAAAA KLJAAA AAAAxx -8563 6381 1 3 3 3 63 563 563 3563 8563 126 127 JRAAAA LLJAAA HHHHxx -8735 6382 1 3 5 15 35 735 735 3735 8735 70 71 ZXAAAA MLJAAA OOOOxx -9046 6383 0 2 6 6 46 46 1046 4046 9046 92 93 YJAAAA NLJAAA VVVVxx -1754 6384 0 2 4 14 54 754 1754 1754 1754 108 109 MPAAAA OLJAAA AAAAxx -6954 6385 0 2 4 14 54 954 954 1954 6954 108 109 MHAAAA PLJAAA HHHHxx -4953 6386 1 1 3 13 53 953 953 4953 4953 106 107 NIAAAA QLJAAA OOOOxx -8142 6387 0 2 2 2 42 142 142 3142 8142 84 85 EBAAAA RLJAAA VVVVxx -9661 6388 1 1 1 1 61 661 1661 4661 9661 122 123 PHAAAA SLJAAA AAAAxx -6415 6389 1 3 5 15 15 415 415 1415 6415 30 31 TMAAAA TLJAAA HHHHxx -5782 6390 0 2 2 2 82 782 1782 782 5782 164 165 KOAAAA ULJAAA OOOOxx -7721 6391 1 1 1 1 21 721 1721 2721 7721 42 43 ZKAAAA VLJAAA VVVVxx -580 6392 0 0 0 0 80 580 580 580 580 160 161 IWAAAA WLJAAA AAAAxx -3784 6393 0 0 4 4 84 784 1784 3784 3784 168 169 OPAAAA XLJAAA HHHHxx -9810 6394 0 2 0 10 10 810 1810 4810 9810 20 21 INAAAA YLJAAA OOOOxx -8488 6395 0 0 8 8 88 488 488 3488 8488 176 177 MOAAAA ZLJAAA VVVVxx -6214 6396 0 2 4 14 14 214 214 1214 6214 28 29 AFAAAA AMJAAA AAAAxx -9433 6397 1 1 3 13 33 433 1433 4433 9433 66 67 VYAAAA BMJAAA HHHHxx -9959 6398 1 3 9 19 59 959 1959 4959 9959 118 119 BTAAAA CMJAAA OOOOxx -554 6399 0 2 4 14 54 554 554 554 554 108 109 IVAAAA DMJAAA VVVVxx -6646 6400 0 2 6 6 46 646 646 1646 6646 92 93 QVAAAA EMJAAA AAAAxx -1138 6401 0 2 8 18 38 138 1138 1138 1138 76 77 URAAAA FMJAAA HHHHxx -9331 6402 1 3 1 11 31 331 1331 4331 9331 62 63 XUAAAA GMJAAA OOOOxx -7331 6403 1 3 1 11 31 331 1331 2331 7331 62 63 ZVAAAA HMJAAA VVVVxx -3482 6404 0 2 2 2 82 482 1482 3482 3482 164 165 YDAAAA IMJAAA AAAAxx -3795 6405 1 3 5 15 95 795 1795 3795 3795 190 191 ZPAAAA JMJAAA HHHHxx -2441 6406 1 1 1 1 41 441 441 2441 2441 82 83 XPAAAA KMJAAA OOOOxx -5229 6407 1 1 9 9 29 229 1229 229 5229 58 59 DTAAAA LMJAAA VVVVxx -7012 6408 0 0 2 12 12 12 1012 2012 7012 24 25 SJAAAA MMJAAA AAAAxx -7036 6409 0 0 6 16 36 36 1036 2036 7036 72 73 QKAAAA NMJAAA HHHHxx -8243 6410 1 3 3 3 43 243 243 3243 8243 86 87 BFAAAA OMJAAA OOOOxx -9320 6411 0 0 0 0 20 320 1320 4320 9320 40 41 MUAAAA PMJAAA VVVVxx -4693 6412 1 1 3 13 93 693 693 4693 4693 186 187 NYAAAA QMJAAA AAAAxx -6741 6413 1 1 1 1 41 741 741 1741 6741 82 83 HZAAAA RMJAAA HHHHxx -2997 6414 1 1 7 17 97 997 997 2997 2997 194 195 HLAAAA SMJAAA OOOOxx -4838 6415 0 2 8 18 38 838 838 4838 4838 76 77 CEAAAA TMJAAA VVVVxx -6945 6416 1 1 5 5 45 945 945 1945 6945 90 91 DHAAAA UMJAAA AAAAxx -8253 6417 1 1 3 13 53 253 253 3253 8253 106 107 LFAAAA VMJAAA HHHHxx -8989 6418 1 1 9 9 89 989 989 3989 8989 178 179 THAAAA WMJAAA OOOOxx -2640 6419 0 0 0 0 40 640 640 2640 2640 80 81 OXAAAA XMJAAA VVVVxx -5647 6420 1 3 7 7 47 647 1647 647 5647 94 95 FJAAAA YMJAAA AAAAxx -7186 6421 0 2 6 6 86 186 1186 2186 7186 172 173 KQAAAA ZMJAAA HHHHxx -3278 6422 0 2 8 18 78 278 1278 3278 3278 156 157 CWAAAA ANJAAA OOOOxx -8546 6423 0 2 6 6 46 546 546 3546 8546 92 93 SQAAAA BNJAAA VVVVxx -8297 6424 1 1 7 17 97 297 297 3297 8297 194 195 DHAAAA CNJAAA AAAAxx -9534 6425 0 2 4 14 34 534 1534 4534 9534 68 69 SCAAAA DNJAAA HHHHxx -9618 6426 0 2 8 18 18 618 1618 4618 9618 36 37 YFAAAA ENJAAA OOOOxx -8839 6427 1 3 9 19 39 839 839 3839 8839 78 79 ZBAAAA FNJAAA VVVVxx -7605 6428 1 1 5 5 5 605 1605 2605 7605 10 11 NGAAAA GNJAAA AAAAxx -6421 6429 1 1 1 1 21 421 421 1421 6421 42 43 ZMAAAA HNJAAA HHHHxx -3582 6430 0 2 2 2 82 582 1582 3582 3582 164 165 UHAAAA INJAAA OOOOxx -485 6431 1 1 5 5 85 485 485 485 485 170 171 RSAAAA JNJAAA VVVVxx -1925 6432 1 1 5 5 25 925 1925 1925 1925 50 51 BWAAAA KNJAAA AAAAxx -4296 6433 0 0 6 16 96 296 296 4296 4296 192 193 GJAAAA LNJAAA HHHHxx -8874 6434 0 2 4 14 74 874 874 3874 8874 148 149 IDAAAA MNJAAA OOOOxx -1443 6435 1 3 3 3 43 443 1443 1443 1443 86 87 NDAAAA NNJAAA VVVVxx -4239 6436 1 3 9 19 39 239 239 4239 4239 78 79 BHAAAA ONJAAA AAAAxx -9760 6437 0 0 0 0 60 760 1760 4760 9760 120 121 KLAAAA PNJAAA HHHHxx -136 6438 0 0 6 16 36 136 136 136 136 72 73 GFAAAA QNJAAA OOOOxx -6472 6439 0 0 2 12 72 472 472 1472 6472 144 145 YOAAAA RNJAAA VVVVxx -4896 6440 0 0 6 16 96 896 896 4896 4896 192 193 IGAAAA SNJAAA AAAAxx -9028 6441 0 0 8 8 28 28 1028 4028 9028 56 57 GJAAAA TNJAAA HHHHxx -8354 6442 0 2 4 14 54 354 354 3354 8354 108 109 IJAAAA UNJAAA OOOOxx -8648 6443 0 0 8 8 48 648 648 3648 8648 96 97 QUAAAA VNJAAA VVVVxx -918 6444 0 2 8 18 18 918 918 918 918 36 37 IJAAAA WNJAAA AAAAxx -6606 6445 0 2 6 6 6 606 606 1606 6606 12 13 CUAAAA XNJAAA HHHHxx -2462 6446 0 2 2 2 62 462 462 2462 2462 124 125 SQAAAA YNJAAA OOOOxx -7536 6447 0 0 6 16 36 536 1536 2536 7536 72 73 WDAAAA ZNJAAA VVVVxx -1700 6448 0 0 0 0 0 700 1700 1700 1700 0 1 KNAAAA AOJAAA AAAAxx -6740 6449 0 0 0 0 40 740 740 1740 6740 80 81 GZAAAA BOJAAA HHHHxx -28 6450 0 0 8 8 28 28 28 28 28 56 57 CBAAAA COJAAA OOOOxx -6044 6451 0 0 4 4 44 44 44 1044 6044 88 89 MYAAAA DOJAAA VVVVxx -5053 6452 1 1 3 13 53 53 1053 53 5053 106 107 JMAAAA EOJAAA AAAAxx -4832 6453 0 0 2 12 32 832 832 4832 4832 64 65 WDAAAA FOJAAA HHHHxx -9145 6454 1 1 5 5 45 145 1145 4145 9145 90 91 TNAAAA GOJAAA OOOOxx -5482 6455 0 2 2 2 82 482 1482 482 5482 164 165 WCAAAA HOJAAA VVVVxx -7644 6456 0 0 4 4 44 644 1644 2644 7644 88 89 AIAAAA IOJAAA AAAAxx -2128 6457 0 0 8 8 28 128 128 2128 2128 56 57 WDAAAA JOJAAA HHHHxx -6583 6458 1 3 3 3 83 583 583 1583 6583 166 167 FTAAAA KOJAAA OOOOxx -4224 6459 0 0 4 4 24 224 224 4224 4224 48 49 MGAAAA LOJAAA VVVVxx -5253 6460 1 1 3 13 53 253 1253 253 5253 106 107 BUAAAA MOJAAA AAAAxx -8219 6461 1 3 9 19 19 219 219 3219 8219 38 39 DEAAAA NOJAAA HHHHxx -8113 6462 1 1 3 13 13 113 113 3113 8113 26 27 BAAAAA OOJAAA OOOOxx -3616 6463 0 0 6 16 16 616 1616 3616 3616 32 33 CJAAAA POJAAA VVVVxx -1361 6464 1 1 1 1 61 361 1361 1361 1361 122 123 JAAAAA QOJAAA AAAAxx -949 6465 1 1 9 9 49 949 949 949 949 98 99 NKAAAA ROJAAA HHHHxx -8582 6466 0 2 2 2 82 582 582 3582 8582 164 165 CSAAAA SOJAAA OOOOxx -5104 6467 0 0 4 4 4 104 1104 104 5104 8 9 IOAAAA TOJAAA VVVVxx -6146 6468 0 2 6 6 46 146 146 1146 6146 92 93 KCAAAA UOJAAA AAAAxx -7681 6469 1 1 1 1 81 681 1681 2681 7681 162 163 LJAAAA VOJAAA HHHHxx -1904 6470 0 0 4 4 4 904 1904 1904 1904 8 9 GVAAAA WOJAAA OOOOxx -1989 6471 1 1 9 9 89 989 1989 1989 1989 178 179 NYAAAA XOJAAA VVVVxx -4179 6472 1 3 9 19 79 179 179 4179 4179 158 159 TEAAAA YOJAAA AAAAxx -1739 6473 1 3 9 19 39 739 1739 1739 1739 78 79 XOAAAA ZOJAAA HHHHxx -2447 6474 1 3 7 7 47 447 447 2447 2447 94 95 DQAAAA APJAAA OOOOxx -3029 6475 1 1 9 9 29 29 1029 3029 3029 58 59 NMAAAA BPJAAA VVVVxx -9783 6476 1 3 3 3 83 783 1783 4783 9783 166 167 HMAAAA CPJAAA AAAAxx -8381 6477 1 1 1 1 81 381 381 3381 8381 162 163 JKAAAA DPJAAA HHHHxx -8755 6478 1 3 5 15 55 755 755 3755 8755 110 111 TYAAAA EPJAAA OOOOxx -8384 6479 0 0 4 4 84 384 384 3384 8384 168 169 MKAAAA FPJAAA VVVVxx -7655 6480 1 3 5 15 55 655 1655 2655 7655 110 111 LIAAAA GPJAAA AAAAxx -4766 6481 0 2 6 6 66 766 766 4766 4766 132 133 IBAAAA HPJAAA HHHHxx -3324 6482 0 0 4 4 24 324 1324 3324 3324 48 49 WXAAAA IPJAAA OOOOxx -5022 6483 0 2 2 2 22 22 1022 22 5022 44 45 ELAAAA JPJAAA VVVVxx -2856 6484 0 0 6 16 56 856 856 2856 2856 112 113 WFAAAA KPJAAA AAAAxx -6503 6485 1 3 3 3 3 503 503 1503 6503 6 7 DQAAAA LPJAAA HHHHxx -6872 6486 0 0 2 12 72 872 872 1872 6872 144 145 IEAAAA MPJAAA OOOOxx -1663 6487 1 3 3 3 63 663 1663 1663 1663 126 127 ZLAAAA NPJAAA VVVVxx -6964 6488 0 0 4 4 64 964 964 1964 6964 128 129 WHAAAA OPJAAA AAAAxx -4622 6489 0 2 2 2 22 622 622 4622 4622 44 45 UVAAAA PPJAAA HHHHxx -6089 6490 1 1 9 9 89 89 89 1089 6089 178 179 FAAAAA QPJAAA OOOOxx -8567 6491 1 3 7 7 67 567 567 3567 8567 134 135 NRAAAA RPJAAA VVVVxx -597 6492 1 1 7 17 97 597 597 597 597 194 195 ZWAAAA SPJAAA AAAAxx -4222 6493 0 2 2 2 22 222 222 4222 4222 44 45 KGAAAA TPJAAA HHHHxx -9322 6494 0 2 2 2 22 322 1322 4322 9322 44 45 OUAAAA UPJAAA OOOOxx -624 6495 0 0 4 4 24 624 624 624 624 48 49 AYAAAA VPJAAA VVVVxx -4329 6496 1 1 9 9 29 329 329 4329 4329 58 59 NKAAAA WPJAAA AAAAxx -6781 6497 1 1 1 1 81 781 781 1781 6781 162 163 VAAAAA XPJAAA HHHHxx -1673 6498 1 1 3 13 73 673 1673 1673 1673 146 147 JMAAAA YPJAAA OOOOxx -6633 6499 1 1 3 13 33 633 633 1633 6633 66 67 DVAAAA ZPJAAA VVVVxx -2569 6500 1 1 9 9 69 569 569 2569 2569 138 139 VUAAAA AQJAAA AAAAxx -4995 6501 1 3 5 15 95 995 995 4995 4995 190 191 DKAAAA BQJAAA HHHHxx -2749 6502 1 1 9 9 49 749 749 2749 2749 98 99 TBAAAA CQJAAA OOOOxx -9044 6503 0 0 4 4 44 44 1044 4044 9044 88 89 WJAAAA DQJAAA VVVVxx -5823 6504 1 3 3 3 23 823 1823 823 5823 46 47 ZPAAAA EQJAAA AAAAxx -9366 6505 0 2 6 6 66 366 1366 4366 9366 132 133 GWAAAA FQJAAA HHHHxx -1169 6506 1 1 9 9 69 169 1169 1169 1169 138 139 ZSAAAA GQJAAA OOOOxx -1300 6507 0 0 0 0 0 300 1300 1300 1300 0 1 AYAAAA HQJAAA VVVVxx -9973 6508 1 1 3 13 73 973 1973 4973 9973 146 147 PTAAAA IQJAAA AAAAxx -2092 6509 0 0 2 12 92 92 92 2092 2092 184 185 MCAAAA JQJAAA HHHHxx -9776 6510 0 0 6 16 76 776 1776 4776 9776 152 153 AMAAAA KQJAAA OOOOxx -7612 6511 0 0 2 12 12 612 1612 2612 7612 24 25 UGAAAA LQJAAA VVVVxx -7190 6512 0 2 0 10 90 190 1190 2190 7190 180 181 OQAAAA MQJAAA AAAAxx -5147 6513 1 3 7 7 47 147 1147 147 5147 94 95 ZPAAAA NQJAAA HHHHxx -3722 6514 0 2 2 2 22 722 1722 3722 3722 44 45 ENAAAA OQJAAA OOOOxx -5858 6515 0 2 8 18 58 858 1858 858 5858 116 117 IRAAAA PQJAAA VVVVxx -3204 6516 0 0 4 4 4 204 1204 3204 3204 8 9 GTAAAA QQJAAA AAAAxx -8994 6517 0 2 4 14 94 994 994 3994 8994 188 189 YHAAAA RQJAAA HHHHxx -7478 6518 0 2 8 18 78 478 1478 2478 7478 156 157 QBAAAA SQJAAA OOOOxx -9624 6519 0 0 4 4 24 624 1624 4624 9624 48 49 EGAAAA TQJAAA VVVVxx -6639 6520 1 3 9 19 39 639 639 1639 6639 78 79 JVAAAA UQJAAA AAAAxx -369 6521 1 1 9 9 69 369 369 369 369 138 139 FOAAAA VQJAAA HHHHxx -7766 6522 0 2 6 6 66 766 1766 2766 7766 132 133 SMAAAA WQJAAA OOOOxx -4094 6523 0 2 4 14 94 94 94 4094 4094 188 189 MBAAAA XQJAAA VVVVxx -9556 6524 0 0 6 16 56 556 1556 4556 9556 112 113 ODAAAA YQJAAA AAAAxx -4887 6525 1 3 7 7 87 887 887 4887 4887 174 175 ZFAAAA ZQJAAA HHHHxx -2321 6526 1 1 1 1 21 321 321 2321 2321 42 43 HLAAAA ARJAAA OOOOxx -9201 6527 1 1 1 1 1 201 1201 4201 9201 2 3 XPAAAA BRJAAA VVVVxx -1627 6528 1 3 7 7 27 627 1627 1627 1627 54 55 PKAAAA CRJAAA AAAAxx -150 6529 0 2 0 10 50 150 150 150 150 100 101 UFAAAA DRJAAA HHHHxx -8010 6530 0 2 0 10 10 10 10 3010 8010 20 21 CWAAAA ERJAAA OOOOxx -8026 6531 0 2 6 6 26 26 26 3026 8026 52 53 SWAAAA FRJAAA VVVVxx -5495 6532 1 3 5 15 95 495 1495 495 5495 190 191 JDAAAA GRJAAA AAAAxx -6213 6533 1 1 3 13 13 213 213 1213 6213 26 27 ZEAAAA HRJAAA HHHHxx -6464 6534 0 0 4 4 64 464 464 1464 6464 128 129 QOAAAA IRJAAA OOOOxx -1158 6535 0 2 8 18 58 158 1158 1158 1158 116 117 OSAAAA JRJAAA VVVVxx -8669 6536 1 1 9 9 69 669 669 3669 8669 138 139 LVAAAA KRJAAA AAAAxx -3225 6537 1 1 5 5 25 225 1225 3225 3225 50 51 BUAAAA LRJAAA HHHHxx -1294 6538 0 2 4 14 94 294 1294 1294 1294 188 189 UXAAAA MRJAAA OOOOxx -2166 6539 0 2 6 6 66 166 166 2166 2166 132 133 IFAAAA NRJAAA VVVVxx -9328 6540 0 0 8 8 28 328 1328 4328 9328 56 57 UUAAAA ORJAAA AAAAxx -8431 6541 1 3 1 11 31 431 431 3431 8431 62 63 HMAAAA PRJAAA HHHHxx -7100 6542 0 0 0 0 0 100 1100 2100 7100 0 1 CNAAAA QRJAAA OOOOxx -8126 6543 0 2 6 6 26 126 126 3126 8126 52 53 OAAAAA RRJAAA VVVVxx -2185 6544 1 1 5 5 85 185 185 2185 2185 170 171 BGAAAA SRJAAA AAAAxx -5697 6545 1 1 7 17 97 697 1697 697 5697 194 195 DLAAAA TRJAAA HHHHxx -5531 6546 1 3 1 11 31 531 1531 531 5531 62 63 TEAAAA URJAAA OOOOxx -3020 6547 0 0 0 0 20 20 1020 3020 3020 40 41 EMAAAA VRJAAA VVVVxx -3076 6548 0 0 6 16 76 76 1076 3076 3076 152 153 IOAAAA WRJAAA AAAAxx -9228 6549 0 0 8 8 28 228 1228 4228 9228 56 57 YQAAAA XRJAAA HHHHxx -1734 6550 0 2 4 14 34 734 1734 1734 1734 68 69 SOAAAA YRJAAA OOOOxx -7616 6551 0 0 6 16 16 616 1616 2616 7616 32 33 YGAAAA ZRJAAA VVVVxx -9059 6552 1 3 9 19 59 59 1059 4059 9059 118 119 LKAAAA ASJAAA AAAAxx -323 6553 1 3 3 3 23 323 323 323 323 46 47 LMAAAA BSJAAA HHHHxx -1283 6554 1 3 3 3 83 283 1283 1283 1283 166 167 JXAAAA CSJAAA OOOOxx -9535 6555 1 3 5 15 35 535 1535 4535 9535 70 71 TCAAAA DSJAAA VVVVxx -2580 6556 0 0 0 0 80 580 580 2580 2580 160 161 GVAAAA ESJAAA AAAAxx -7633 6557 1 1 3 13 33 633 1633 2633 7633 66 67 PHAAAA FSJAAA HHHHxx -9497 6558 1 1 7 17 97 497 1497 4497 9497 194 195 HBAAAA GSJAAA OOOOxx -9842 6559 0 2 2 2 42 842 1842 4842 9842 84 85 OOAAAA HSJAAA VVVVxx -3426 6560 0 2 6 6 26 426 1426 3426 3426 52 53 UBAAAA ISJAAA AAAAxx -7650 6561 0 2 0 10 50 650 1650 2650 7650 100 101 GIAAAA JSJAAA HHHHxx -9935 6562 1 3 5 15 35 935 1935 4935 9935 70 71 DSAAAA KSJAAA OOOOxx -9354 6563 0 2 4 14 54 354 1354 4354 9354 108 109 UVAAAA LSJAAA VVVVxx -5569 6564 1 1 9 9 69 569 1569 569 5569 138 139 FGAAAA MSJAAA AAAAxx -5765 6565 1 1 5 5 65 765 1765 765 5765 130 131 TNAAAA NSJAAA HHHHxx -7283 6566 1 3 3 3 83 283 1283 2283 7283 166 167 DUAAAA OSJAAA OOOOxx -1068 6567 0 0 8 8 68 68 1068 1068 1068 136 137 CPAAAA PSJAAA VVVVxx -1641 6568 1 1 1 1 41 641 1641 1641 1641 82 83 DLAAAA QSJAAA AAAAxx -1688 6569 0 0 8 8 88 688 1688 1688 1688 176 177 YMAAAA RSJAAA HHHHxx -1133 6570 1 1 3 13 33 133 1133 1133 1133 66 67 PRAAAA SSJAAA OOOOxx -4493 6571 1 1 3 13 93 493 493 4493 4493 186 187 VQAAAA TSJAAA VVVVxx -3354 6572 0 2 4 14 54 354 1354 3354 3354 108 109 AZAAAA USJAAA AAAAxx -4029 6573 1 1 9 9 29 29 29 4029 4029 58 59 ZYAAAA VSJAAA HHHHxx -6704 6574 0 0 4 4 4 704 704 1704 6704 8 9 WXAAAA WSJAAA OOOOxx -3221 6575 1 1 1 1 21 221 1221 3221 3221 42 43 XTAAAA XSJAAA VVVVxx -9432 6576 0 0 2 12 32 432 1432 4432 9432 64 65 UYAAAA YSJAAA AAAAxx -6990 6577 0 2 0 10 90 990 990 1990 6990 180 181 WIAAAA ZSJAAA HHHHxx -1760 6578 0 0 0 0 60 760 1760 1760 1760 120 121 SPAAAA ATJAAA OOOOxx -4754 6579 0 2 4 14 54 754 754 4754 4754 108 109 WAAAAA BTJAAA VVVVxx -7724 6580 0 0 4 4 24 724 1724 2724 7724 48 49 CLAAAA CTJAAA AAAAxx -9487 6581 1 3 7 7 87 487 1487 4487 9487 174 175 XAAAAA DTJAAA HHHHxx -166 6582 0 2 6 6 66 166 166 166 166 132 133 KGAAAA ETJAAA OOOOxx -5479 6583 1 3 9 19 79 479 1479 479 5479 158 159 TCAAAA FTJAAA VVVVxx -8744 6584 0 0 4 4 44 744 744 3744 8744 88 89 IYAAAA GTJAAA AAAAxx -5746 6585 0 2 6 6 46 746 1746 746 5746 92 93 ANAAAA HTJAAA HHHHxx -907 6586 1 3 7 7 7 907 907 907 907 14 15 XIAAAA ITJAAA OOOOxx -3968 6587 0 0 8 8 68 968 1968 3968 3968 136 137 QWAAAA JTJAAA VVVVxx -5721 6588 1 1 1 1 21 721 1721 721 5721 42 43 BMAAAA KTJAAA AAAAxx -6738 6589 0 2 8 18 38 738 738 1738 6738 76 77 EZAAAA LTJAAA HHHHxx -4097 6590 1 1 7 17 97 97 97 4097 4097 194 195 PBAAAA MTJAAA OOOOxx -8456 6591 0 0 6 16 56 456 456 3456 8456 112 113 GNAAAA NTJAAA VVVVxx -1269 6592 1 1 9 9 69 269 1269 1269 1269 138 139 VWAAAA OTJAAA AAAAxx -7997 6593 1 1 7 17 97 997 1997 2997 7997 194 195 PVAAAA PTJAAA HHHHxx -9457 6594 1 1 7 17 57 457 1457 4457 9457 114 115 TZAAAA QTJAAA OOOOxx -1159 6595 1 3 9 19 59 159 1159 1159 1159 118 119 PSAAAA RTJAAA VVVVxx -1631 6596 1 3 1 11 31 631 1631 1631 1631 62 63 TKAAAA STJAAA AAAAxx -2019 6597 1 3 9 19 19 19 19 2019 2019 38 39 RZAAAA TTJAAA HHHHxx -3186 6598 0 2 6 6 86 186 1186 3186 3186 172 173 OSAAAA UTJAAA OOOOxx -5587 6599 1 3 7 7 87 587 1587 587 5587 174 175 XGAAAA VTJAAA VVVVxx -9172 6600 0 0 2 12 72 172 1172 4172 9172 144 145 UOAAAA WTJAAA AAAAxx -5589 6601 1 1 9 9 89 589 1589 589 5589 178 179 ZGAAAA XTJAAA HHHHxx -5103 6602 1 3 3 3 3 103 1103 103 5103 6 7 HOAAAA YTJAAA OOOOxx -3177 6603 1 1 7 17 77 177 1177 3177 3177 154 155 FSAAAA ZTJAAA VVVVxx -8887 6604 1 3 7 7 87 887 887 3887 8887 174 175 VDAAAA AUJAAA AAAAxx -12 6605 0 0 2 12 12 12 12 12 12 24 25 MAAAAA BUJAAA HHHHxx -8575 6606 1 3 5 15 75 575 575 3575 8575 150 151 VRAAAA CUJAAA OOOOxx -4335 6607 1 3 5 15 35 335 335 4335 4335 70 71 TKAAAA DUJAAA VVVVxx -4581 6608 1 1 1 1 81 581 581 4581 4581 162 163 FUAAAA EUJAAA AAAAxx -4444 6609 0 0 4 4 44 444 444 4444 4444 88 89 YOAAAA FUJAAA HHHHxx -7978 6610 0 2 8 18 78 978 1978 2978 7978 156 157 WUAAAA GUJAAA OOOOxx -3081 6611 1 1 1 1 81 81 1081 3081 3081 162 163 NOAAAA HUJAAA VVVVxx -4059 6612 1 3 9 19 59 59 59 4059 4059 118 119 DAAAAA IUJAAA AAAAxx -5711 6613 1 3 1 11 11 711 1711 711 5711 22 23 RLAAAA JUJAAA HHHHxx -7069 6614 1 1 9 9 69 69 1069 2069 7069 138 139 XLAAAA KUJAAA OOOOxx -6150 6615 0 2 0 10 50 150 150 1150 6150 100 101 OCAAAA LUJAAA VVVVxx -9550 6616 0 2 0 10 50 550 1550 4550 9550 100 101 IDAAAA MUJAAA AAAAxx -7087 6617 1 3 7 7 87 87 1087 2087 7087 174 175 PMAAAA NUJAAA HHHHxx -9557 6618 1 1 7 17 57 557 1557 4557 9557 114 115 PDAAAA OUJAAA OOOOxx -7856 6619 0 0 6 16 56 856 1856 2856 7856 112 113 EQAAAA PUJAAA VVVVxx -1115 6620 1 3 5 15 15 115 1115 1115 1115 30 31 XQAAAA QUJAAA AAAAxx -1086 6621 0 2 6 6 86 86 1086 1086 1086 172 173 UPAAAA RUJAAA HHHHxx -5048 6622 0 0 8 8 48 48 1048 48 5048 96 97 EMAAAA SUJAAA OOOOxx -5168 6623 0 0 8 8 68 168 1168 168 5168 136 137 UQAAAA TUJAAA VVVVxx -6029 6624 1 1 9 9 29 29 29 1029 6029 58 59 XXAAAA UUJAAA AAAAxx -546 6625 0 2 6 6 46 546 546 546 546 92 93 AVAAAA VUJAAA HHHHxx -2908 6626 0 0 8 8 8 908 908 2908 2908 16 17 WHAAAA WUJAAA OOOOxx -779 6627 1 3 9 19 79 779 779 779 779 158 159 ZDAAAA XUJAAA VVVVxx -4202 6628 0 2 2 2 2 202 202 4202 4202 4 5 QFAAAA YUJAAA AAAAxx -9984 6629 0 0 4 4 84 984 1984 4984 9984 168 169 AUAAAA ZUJAAA HHHHxx -4730 6630 0 2 0 10 30 730 730 4730 4730 60 61 YZAAAA AVJAAA OOOOxx -6517 6631 1 1 7 17 17 517 517 1517 6517 34 35 RQAAAA BVJAAA VVVVxx -8410 6632 0 2 0 10 10 410 410 3410 8410 20 21 MLAAAA CVJAAA AAAAxx -4793 6633 1 1 3 13 93 793 793 4793 4793 186 187 JCAAAA DVJAAA HHHHxx -3431 6634 1 3 1 11 31 431 1431 3431 3431 62 63 ZBAAAA EVJAAA OOOOxx -2481 6635 1 1 1 1 81 481 481 2481 2481 162 163 LRAAAA FVJAAA VVVVxx -3905 6636 1 1 5 5 5 905 1905 3905 3905 10 11 FUAAAA GVJAAA AAAAxx -8807 6637 1 3 7 7 7 807 807 3807 8807 14 15 TAAAAA HVJAAA HHHHxx -2660 6638 0 0 0 0 60 660 660 2660 2660 120 121 IYAAAA IVJAAA OOOOxx -4985 6639 1 1 5 5 85 985 985 4985 4985 170 171 TJAAAA JVJAAA VVVVxx -3080 6640 0 0 0 0 80 80 1080 3080 3080 160 161 MOAAAA KVJAAA AAAAxx -1090 6641 0 2 0 10 90 90 1090 1090 1090 180 181 YPAAAA LVJAAA HHHHxx -6917 6642 1 1 7 17 17 917 917 1917 6917 34 35 BGAAAA MVJAAA OOOOxx -5177 6643 1 1 7 17 77 177 1177 177 5177 154 155 DRAAAA NVJAAA VVVVxx -2729 6644 1 1 9 9 29 729 729 2729 2729 58 59 ZAAAAA OVJAAA AAAAxx -9706 6645 0 2 6 6 6 706 1706 4706 9706 12 13 IJAAAA PVJAAA HHHHxx -9929 6646 1 1 9 9 29 929 1929 4929 9929 58 59 XRAAAA QVJAAA OOOOxx -1547 6647 1 3 7 7 47 547 1547 1547 1547 94 95 NHAAAA RVJAAA VVVVxx -2798 6648 0 2 8 18 98 798 798 2798 2798 196 197 QDAAAA SVJAAA AAAAxx -4420 6649 0 0 0 0 20 420 420 4420 4420 40 41 AOAAAA TVJAAA HHHHxx -6771 6650 1 3 1 11 71 771 771 1771 6771 142 143 LAAAAA UVJAAA OOOOxx -2004 6651 0 0 4 4 4 4 4 2004 2004 8 9 CZAAAA VVJAAA VVVVxx -8686 6652 0 2 6 6 86 686 686 3686 8686 172 173 CWAAAA WVJAAA AAAAxx -3663 6653 1 3 3 3 63 663 1663 3663 3663 126 127 XKAAAA XVJAAA HHHHxx -806 6654 0 2 6 6 6 806 806 806 806 12 13 AFAAAA YVJAAA OOOOxx -4309 6655 1 1 9 9 9 309 309 4309 4309 18 19 TJAAAA ZVJAAA VVVVxx -7443 6656 1 3 3 3 43 443 1443 2443 7443 86 87 HAAAAA AWJAAA AAAAxx -5779 6657 1 3 9 19 79 779 1779 779 5779 158 159 HOAAAA BWJAAA HHHHxx -8821 6658 1 1 1 1 21 821 821 3821 8821 42 43 HBAAAA CWJAAA OOOOxx -4198 6659 0 2 8 18 98 198 198 4198 4198 196 197 MFAAAA DWJAAA VVVVxx -8115 6660 1 3 5 15 15 115 115 3115 8115 30 31 DAAAAA EWJAAA AAAAxx -9554 6661 0 2 4 14 54 554 1554 4554 9554 108 109 MDAAAA FWJAAA HHHHxx -8956 6662 0 0 6 16 56 956 956 3956 8956 112 113 MGAAAA GWJAAA OOOOxx -4733 6663 1 1 3 13 33 733 733 4733 4733 66 67 BAAAAA HWJAAA VVVVxx -5417 6664 1 1 7 17 17 417 1417 417 5417 34 35 JAAAAA IWJAAA AAAAxx -4792 6665 0 0 2 12 92 792 792 4792 4792 184 185 ICAAAA JWJAAA HHHHxx -462 6666 0 2 2 2 62 462 462 462 462 124 125 URAAAA KWJAAA OOOOxx -3687 6667 1 3 7 7 87 687 1687 3687 3687 174 175 VLAAAA LWJAAA VVVVxx -2013 6668 1 1 3 13 13 13 13 2013 2013 26 27 LZAAAA MWJAAA AAAAxx -5386 6669 0 2 6 6 86 386 1386 386 5386 172 173 EZAAAA NWJAAA HHHHxx -2816 6670 0 0 6 16 16 816 816 2816 2816 32 33 IEAAAA OWJAAA OOOOxx -7827 6671 1 3 7 7 27 827 1827 2827 7827 54 55 BPAAAA PWJAAA VVVVxx -5077 6672 1 1 7 17 77 77 1077 77 5077 154 155 HNAAAA QWJAAA AAAAxx -6039 6673 1 3 9 19 39 39 39 1039 6039 78 79 HYAAAA RWJAAA HHHHxx -215 6674 1 3 5 15 15 215 215 215 215 30 31 HIAAAA SWJAAA OOOOxx -855 6675 1 3 5 15 55 855 855 855 855 110 111 XGAAAA TWJAAA VVVVxx -9692 6676 0 0 2 12 92 692 1692 4692 9692 184 185 UIAAAA UWJAAA AAAAxx -8391 6677 1 3 1 11 91 391 391 3391 8391 182 183 TKAAAA VWJAAA HHHHxx -8424 6678 0 0 4 4 24 424 424 3424 8424 48 49 AMAAAA WWJAAA OOOOxx -6331 6679 1 3 1 11 31 331 331 1331 6331 62 63 NJAAAA XWJAAA VVVVxx -6561 6680 1 1 1 1 61 561 561 1561 6561 122 123 JSAAAA YWJAAA AAAAxx -8955 6681 1 3 5 15 55 955 955 3955 8955 110 111 LGAAAA ZWJAAA HHHHxx -1764 6682 0 0 4 4 64 764 1764 1764 1764 128 129 WPAAAA AXJAAA OOOOxx -6623 6683 1 3 3 3 23 623 623 1623 6623 46 47 TUAAAA BXJAAA VVVVxx -2900 6684 0 0 0 0 0 900 900 2900 2900 0 1 OHAAAA CXJAAA AAAAxx -7048 6685 0 0 8 8 48 48 1048 2048 7048 96 97 CLAAAA DXJAAA HHHHxx -3843 6686 1 3 3 3 43 843 1843 3843 3843 86 87 VRAAAA EXJAAA OOOOxx -4855 6687 1 3 5 15 55 855 855 4855 4855 110 111 TEAAAA FXJAAA VVVVxx -7383 6688 1 3 3 3 83 383 1383 2383 7383 166 167 ZXAAAA GXJAAA AAAAxx -7765 6689 1 1 5 5 65 765 1765 2765 7765 130 131 RMAAAA HXJAAA HHHHxx -1125 6690 1 1 5 5 25 125 1125 1125 1125 50 51 HRAAAA IXJAAA OOOOxx -755 6691 1 3 5 15 55 755 755 755 755 110 111 BDAAAA JXJAAA VVVVxx -2995 6692 1 3 5 15 95 995 995 2995 2995 190 191 FLAAAA KXJAAA AAAAxx -8907 6693 1 3 7 7 7 907 907 3907 8907 14 15 PEAAAA LXJAAA HHHHxx -9357 6694 1 1 7 17 57 357 1357 4357 9357 114 115 XVAAAA MXJAAA OOOOxx -4469 6695 1 1 9 9 69 469 469 4469 4469 138 139 XPAAAA NXJAAA VVVVxx -2147 6696 1 3 7 7 47 147 147 2147 2147 94 95 PEAAAA OXJAAA AAAAxx -2952 6697 0 0 2 12 52 952 952 2952 2952 104 105 OJAAAA PXJAAA HHHHxx -1324 6698 0 0 4 4 24 324 1324 1324 1324 48 49 YYAAAA QXJAAA OOOOxx -1173 6699 1 1 3 13 73 173 1173 1173 1173 146 147 DTAAAA RXJAAA VVVVxx -3169 6700 1 1 9 9 69 169 1169 3169 3169 138 139 XRAAAA SXJAAA AAAAxx -5149 6701 1 1 9 9 49 149 1149 149 5149 98 99 BQAAAA TXJAAA HHHHxx -9660 6702 0 0 0 0 60 660 1660 4660 9660 120 121 OHAAAA UXJAAA OOOOxx -3446 6703 0 2 6 6 46 446 1446 3446 3446 92 93 OCAAAA VXJAAA VVVVxx -6988 6704 0 0 8 8 88 988 988 1988 6988 176 177 UIAAAA WXJAAA AAAAxx -5829 6705 1 1 9 9 29 829 1829 829 5829 58 59 FQAAAA XXJAAA HHHHxx -7166 6706 0 2 6 6 66 166 1166 2166 7166 132 133 QPAAAA YXJAAA OOOOxx -3940 6707 0 0 0 0 40 940 1940 3940 3940 80 81 OVAAAA ZXJAAA VVVVxx -2645 6708 1 1 5 5 45 645 645 2645 2645 90 91 TXAAAA AYJAAA AAAAxx -478 6709 0 2 8 18 78 478 478 478 478 156 157 KSAAAA BYJAAA HHHHxx -1156 6710 0 0 6 16 56 156 1156 1156 1156 112 113 MSAAAA CYJAAA OOOOxx -2731 6711 1 3 1 11 31 731 731 2731 2731 62 63 BBAAAA DYJAAA VVVVxx -5637 6712 1 1 7 17 37 637 1637 637 5637 74 75 VIAAAA EYJAAA AAAAxx -7517 6713 1 1 7 17 17 517 1517 2517 7517 34 35 DDAAAA FYJAAA HHHHxx -5331 6714 1 3 1 11 31 331 1331 331 5331 62 63 BXAAAA GYJAAA OOOOxx -9640 6715 0 0 0 0 40 640 1640 4640 9640 80 81 UGAAAA HYJAAA VVVVxx -4108 6716 0 0 8 8 8 108 108 4108 4108 16 17 ACAAAA IYJAAA AAAAxx -1087 6717 1 3 7 7 87 87 1087 1087 1087 174 175 VPAAAA JYJAAA HHHHxx -8017 6718 1 1 7 17 17 17 17 3017 8017 34 35 JWAAAA KYJAAA OOOOxx -8795 6719 1 3 5 15 95 795 795 3795 8795 190 191 HAAAAA LYJAAA VVVVxx -7060 6720 0 0 0 0 60 60 1060 2060 7060 120 121 OLAAAA MYJAAA AAAAxx -9450 6721 0 2 0 10 50 450 1450 4450 9450 100 101 MZAAAA NYJAAA HHHHxx -390 6722 0 2 0 10 90 390 390 390 390 180 181 APAAAA OYJAAA OOOOxx -66 6723 0 2 6 6 66 66 66 66 66 132 133 OCAAAA PYJAAA VVVVxx -8789 6724 1 1 9 9 89 789 789 3789 8789 178 179 BAAAAA QYJAAA AAAAxx -9260 6725 0 0 0 0 60 260 1260 4260 9260 120 121 ESAAAA RYJAAA HHHHxx -6679 6726 1 3 9 19 79 679 679 1679 6679 158 159 XWAAAA SYJAAA OOOOxx -9052 6727 0 0 2 12 52 52 1052 4052 9052 104 105 EKAAAA TYJAAA VVVVxx -9561 6728 1 1 1 1 61 561 1561 4561 9561 122 123 TDAAAA UYJAAA AAAAxx -9725 6729 1 1 5 5 25 725 1725 4725 9725 50 51 BKAAAA VYJAAA HHHHxx -6298 6730 0 2 8 18 98 298 298 1298 6298 196 197 GIAAAA WYJAAA OOOOxx -8654 6731 0 2 4 14 54 654 654 3654 8654 108 109 WUAAAA XYJAAA VVVVxx -8725 6732 1 1 5 5 25 725 725 3725 8725 50 51 PXAAAA YYJAAA AAAAxx -9377 6733 1 1 7 17 77 377 1377 4377 9377 154 155 RWAAAA ZYJAAA HHHHxx -3807 6734 1 3 7 7 7 807 1807 3807 3807 14 15 LQAAAA AZJAAA OOOOxx -8048 6735 0 0 8 8 48 48 48 3048 8048 96 97 OXAAAA BZJAAA VVVVxx -764 6736 0 0 4 4 64 764 764 764 764 128 129 KDAAAA CZJAAA AAAAxx -9702 6737 0 2 2 2 2 702 1702 4702 9702 4 5 EJAAAA DZJAAA HHHHxx -8060 6738 0 0 0 0 60 60 60 3060 8060 120 121 AYAAAA EZJAAA OOOOxx -6371 6739 1 3 1 11 71 371 371 1371 6371 142 143 BLAAAA FZJAAA VVVVxx -5237 6740 1 1 7 17 37 237 1237 237 5237 74 75 LTAAAA GZJAAA AAAAxx -743 6741 1 3 3 3 43 743 743 743 743 86 87 PCAAAA HZJAAA HHHHxx -7395 6742 1 3 5 15 95 395 1395 2395 7395 190 191 LYAAAA IZJAAA OOOOxx -3365 6743 1 1 5 5 65 365 1365 3365 3365 130 131 LZAAAA JZJAAA VVVVxx -6667 6744 1 3 7 7 67 667 667 1667 6667 134 135 LWAAAA KZJAAA AAAAxx -3445 6745 1 1 5 5 45 445 1445 3445 3445 90 91 NCAAAA LZJAAA HHHHxx -4019 6746 1 3 9 19 19 19 19 4019 4019 38 39 PYAAAA MZJAAA OOOOxx -7035 6747 1 3 5 15 35 35 1035 2035 7035 70 71 PKAAAA NZJAAA VVVVxx -5274 6748 0 2 4 14 74 274 1274 274 5274 148 149 WUAAAA OZJAAA AAAAxx -519 6749 1 3 9 19 19 519 519 519 519 38 39 ZTAAAA PZJAAA HHHHxx -2801 6750 1 1 1 1 1 801 801 2801 2801 2 3 TDAAAA QZJAAA OOOOxx -3320 6751 0 0 0 0 20 320 1320 3320 3320 40 41 SXAAAA RZJAAA VVVVxx -3153 6752 1 1 3 13 53 153 1153 3153 3153 106 107 HRAAAA SZJAAA AAAAxx -7680 6753 0 0 0 0 80 680 1680 2680 7680 160 161 KJAAAA TZJAAA HHHHxx -8942 6754 0 2 2 2 42 942 942 3942 8942 84 85 YFAAAA UZJAAA OOOOxx -3195 6755 1 3 5 15 95 195 1195 3195 3195 190 191 XSAAAA VZJAAA VVVVxx -2287 6756 1 3 7 7 87 287 287 2287 2287 174 175 ZJAAAA WZJAAA AAAAxx -8325 6757 1 1 5 5 25 325 325 3325 8325 50 51 FIAAAA XZJAAA HHHHxx -2603 6758 1 3 3 3 3 603 603 2603 2603 6 7 DWAAAA YZJAAA OOOOxx -5871 6759 1 3 1 11 71 871 1871 871 5871 142 143 VRAAAA ZZJAAA VVVVxx -1773 6760 1 1 3 13 73 773 1773 1773 1773 146 147 FQAAAA AAKAAA AAAAxx -3323 6761 1 3 3 3 23 323 1323 3323 3323 46 47 VXAAAA BAKAAA HHHHxx -2053 6762 1 1 3 13 53 53 53 2053 2053 106 107 ZAAAAA CAKAAA OOOOxx -4062 6763 0 2 2 2 62 62 62 4062 4062 124 125 GAAAAA DAKAAA VVVVxx -4611 6764 1 3 1 11 11 611 611 4611 4611 22 23 JVAAAA EAKAAA AAAAxx -3451 6765 1 3 1 11 51 451 1451 3451 3451 102 103 TCAAAA FAKAAA HHHHxx -1819 6766 1 3 9 19 19 819 1819 1819 1819 38 39 ZRAAAA GAKAAA OOOOxx -9806 6767 0 2 6 6 6 806 1806 4806 9806 12 13 ENAAAA HAKAAA VVVVxx -6619 6768 1 3 9 19 19 619 619 1619 6619 38 39 PUAAAA IAKAAA AAAAxx -1031 6769 1 3 1 11 31 31 1031 1031 1031 62 63 RNAAAA JAKAAA HHHHxx -1865 6770 1 1 5 5 65 865 1865 1865 1865 130 131 TTAAAA KAKAAA OOOOxx -6282 6771 0 2 2 2 82 282 282 1282 6282 164 165 QHAAAA LAKAAA VVVVxx -1178 6772 0 2 8 18 78 178 1178 1178 1178 156 157 ITAAAA MAKAAA AAAAxx -8007 6773 1 3 7 7 7 7 7 3007 8007 14 15 ZVAAAA NAKAAA HHHHxx -9126 6774 0 2 6 6 26 126 1126 4126 9126 52 53 ANAAAA OAKAAA OOOOxx -9113 6775 1 1 3 13 13 113 1113 4113 9113 26 27 NMAAAA PAKAAA VVVVxx -537 6776 1 1 7 17 37 537 537 537 537 74 75 RUAAAA QAKAAA AAAAxx -6208 6777 0 0 8 8 8 208 208 1208 6208 16 17 UEAAAA RAKAAA HHHHxx -1626 6778 0 2 6 6 26 626 1626 1626 1626 52 53 OKAAAA SAKAAA OOOOxx -7188 6779 0 0 8 8 88 188 1188 2188 7188 176 177 MQAAAA TAKAAA VVVVxx -9216 6780 0 0 6 16 16 216 1216 4216 9216 32 33 MQAAAA UAKAAA AAAAxx -6134 6781 0 2 4 14 34 134 134 1134 6134 68 69 YBAAAA VAKAAA HHHHxx -2074 6782 0 2 4 14 74 74 74 2074 2074 148 149 UBAAAA WAKAAA OOOOxx -6369 6783 1 1 9 9 69 369 369 1369 6369 138 139 ZKAAAA XAKAAA VVVVxx -9306 6784 0 2 6 6 6 306 1306 4306 9306 12 13 YTAAAA YAKAAA AAAAxx -3155 6785 1 3 5 15 55 155 1155 3155 3155 110 111 JRAAAA ZAKAAA HHHHxx -3611 6786 1 3 1 11 11 611 1611 3611 3611 22 23 XIAAAA ABKAAA OOOOxx -6530 6787 0 2 0 10 30 530 530 1530 6530 60 61 ERAAAA BBKAAA VVVVxx -6979 6788 1 3 9 19 79 979 979 1979 6979 158 159 LIAAAA CBKAAA AAAAxx -9129 6789 1 1 9 9 29 129 1129 4129 9129 58 59 DNAAAA DBKAAA HHHHxx -8013 6790 1 1 3 13 13 13 13 3013 8013 26 27 FWAAAA EBKAAA OOOOxx -6926 6791 0 2 6 6 26 926 926 1926 6926 52 53 KGAAAA FBKAAA VVVVxx -1877 6792 1 1 7 17 77 877 1877 1877 1877 154 155 FUAAAA GBKAAA AAAAxx -1882 6793 0 2 2 2 82 882 1882 1882 1882 164 165 KUAAAA HBKAAA HHHHxx -6720 6794 0 0 0 0 20 720 720 1720 6720 40 41 MYAAAA IBKAAA OOOOxx -690 6795 0 2 0 10 90 690 690 690 690 180 181 OAAAAA JBKAAA VVVVxx -143 6796 1 3 3 3 43 143 143 143 143 86 87 NFAAAA KBKAAA AAAAxx -7241 6797 1 1 1 1 41 241 1241 2241 7241 82 83 NSAAAA LBKAAA HHHHxx -6461 6798 1 1 1 1 61 461 461 1461 6461 122 123 NOAAAA MBKAAA OOOOxx -2258 6799 0 2 8 18 58 258 258 2258 2258 116 117 WIAAAA NBKAAA VVVVxx -2280 6800 0 0 0 0 80 280 280 2280 2280 160 161 SJAAAA OBKAAA AAAAxx -7556 6801 0 0 6 16 56 556 1556 2556 7556 112 113 QEAAAA PBKAAA HHHHxx -1038 6802 0 2 8 18 38 38 1038 1038 1038 76 77 YNAAAA QBKAAA OOOOxx -2634 6803 0 2 4 14 34 634 634 2634 2634 68 69 IXAAAA RBKAAA VVVVxx -7847 6804 1 3 7 7 47 847 1847 2847 7847 94 95 VPAAAA SBKAAA AAAAxx -4415 6805 1 3 5 15 15 415 415 4415 4415 30 31 VNAAAA TBKAAA HHHHxx -1933 6806 1 1 3 13 33 933 1933 1933 1933 66 67 JWAAAA UBKAAA OOOOxx -8034 6807 0 2 4 14 34 34 34 3034 8034 68 69 AXAAAA VBKAAA VVVVxx -9233 6808 1 1 3 13 33 233 1233 4233 9233 66 67 DRAAAA WBKAAA AAAAxx -6572 6809 0 0 2 12 72 572 572 1572 6572 144 145 USAAAA XBKAAA HHHHxx -1586 6810 0 2 6 6 86 586 1586 1586 1586 172 173 AJAAAA YBKAAA OOOOxx -8512 6811 0 0 2 12 12 512 512 3512 8512 24 25 KPAAAA ZBKAAA VVVVxx -7421 6812 1 1 1 1 21 421 1421 2421 7421 42 43 LZAAAA ACKAAA AAAAxx -503 6813 1 3 3 3 3 503 503 503 503 6 7 JTAAAA BCKAAA HHHHxx -5332 6814 0 0 2 12 32 332 1332 332 5332 64 65 CXAAAA CCKAAA OOOOxx -2602 6815 0 2 2 2 2 602 602 2602 2602 4 5 CWAAAA DCKAAA VVVVxx -2902 6816 0 2 2 2 2 902 902 2902 2902 4 5 QHAAAA ECKAAA AAAAxx -2979 6817 1 3 9 19 79 979 979 2979 2979 158 159 PKAAAA FCKAAA HHHHxx -1431 6818 1 3 1 11 31 431 1431 1431 1431 62 63 BDAAAA GCKAAA OOOOxx -8639 6819 1 3 9 19 39 639 639 3639 8639 78 79 HUAAAA HCKAAA VVVVxx -4218 6820 0 2 8 18 18 218 218 4218 4218 36 37 GGAAAA ICKAAA AAAAxx -7453 6821 1 1 3 13 53 453 1453 2453 7453 106 107 RAAAAA JCKAAA HHHHxx -5448 6822 0 0 8 8 48 448 1448 448 5448 96 97 OBAAAA KCKAAA OOOOxx -6768 6823 0 0 8 8 68 768 768 1768 6768 136 137 IAAAAA LCKAAA VVVVxx -3104 6824 0 0 4 4 4 104 1104 3104 3104 8 9 KPAAAA MCKAAA AAAAxx -2297 6825 1 1 7 17 97 297 297 2297 2297 194 195 JKAAAA NCKAAA HHHHxx -7994 6826 0 2 4 14 94 994 1994 2994 7994 188 189 MVAAAA OCKAAA OOOOxx -550 6827 0 2 0 10 50 550 550 550 550 100 101 EVAAAA PCKAAA VVVVxx -4777 6828 1 1 7 17 77 777 777 4777 4777 154 155 TBAAAA QCKAAA AAAAxx -5962 6829 0 2 2 2 62 962 1962 962 5962 124 125 IVAAAA RCKAAA HHHHxx -1763 6830 1 3 3 3 63 763 1763 1763 1763 126 127 VPAAAA SCKAAA OOOOxx -3654 6831 0 2 4 14 54 654 1654 3654 3654 108 109 OKAAAA TCKAAA VVVVxx -4106 6832 0 2 6 6 6 106 106 4106 4106 12 13 YBAAAA UCKAAA AAAAxx -5156 6833 0 0 6 16 56 156 1156 156 5156 112 113 IQAAAA VCKAAA HHHHxx -422 6834 0 2 2 2 22 422 422 422 422 44 45 GQAAAA WCKAAA OOOOxx -5011 6835 1 3 1 11 11 11 1011 11 5011 22 23 TKAAAA XCKAAA VVVVxx -218 6836 0 2 8 18 18 218 218 218 218 36 37 KIAAAA YCKAAA AAAAxx -9762 6837 0 2 2 2 62 762 1762 4762 9762 124 125 MLAAAA ZCKAAA HHHHxx -6074 6838 0 2 4 14 74 74 74 1074 6074 148 149 QZAAAA ADKAAA OOOOxx -4060 6839 0 0 0 0 60 60 60 4060 4060 120 121 EAAAAA BDKAAA VVVVxx -8680 6840 0 0 0 0 80 680 680 3680 8680 160 161 WVAAAA CDKAAA AAAAxx -5863 6841 1 3 3 3 63 863 1863 863 5863 126 127 NRAAAA DDKAAA HHHHxx -8042 6842 0 2 2 2 42 42 42 3042 8042 84 85 IXAAAA EDKAAA OOOOxx -2964 6843 0 0 4 4 64 964 964 2964 2964 128 129 AKAAAA FDKAAA VVVVxx -6931 6844 1 3 1 11 31 931 931 1931 6931 62 63 PGAAAA GDKAAA AAAAxx -6715 6845 1 3 5 15 15 715 715 1715 6715 30 31 HYAAAA HDKAAA HHHHxx -5859 6846 1 3 9 19 59 859 1859 859 5859 118 119 JRAAAA IDKAAA OOOOxx -6173 6847 1 1 3 13 73 173 173 1173 6173 146 147 LDAAAA JDKAAA VVVVxx -7788 6848 0 0 8 8 88 788 1788 2788 7788 176 177 ONAAAA KDKAAA AAAAxx -9370 6849 0 2 0 10 70 370 1370 4370 9370 140 141 KWAAAA LDKAAA HHHHxx -3038 6850 0 2 8 18 38 38 1038 3038 3038 76 77 WMAAAA MDKAAA OOOOxx -6483 6851 1 3 3 3 83 483 483 1483 6483 166 167 JPAAAA NDKAAA VVVVxx -7534 6852 0 2 4 14 34 534 1534 2534 7534 68 69 UDAAAA ODKAAA AAAAxx -5769 6853 1 1 9 9 69 769 1769 769 5769 138 139 XNAAAA PDKAAA HHHHxx -9152 6854 0 0 2 12 52 152 1152 4152 9152 104 105 AOAAAA QDKAAA OOOOxx -6251 6855 1 3 1 11 51 251 251 1251 6251 102 103 LGAAAA RDKAAA VVVVxx -9209 6856 1 1 9 9 9 209 1209 4209 9209 18 19 FQAAAA SDKAAA AAAAxx -5365 6857 1 1 5 5 65 365 1365 365 5365 130 131 JYAAAA TDKAAA HHHHxx -509 6858 1 1 9 9 9 509 509 509 509 18 19 PTAAAA UDKAAA OOOOxx -3132 6859 0 0 2 12 32 132 1132 3132 3132 64 65 MQAAAA VDKAAA VVVVxx -5373 6860 1 1 3 13 73 373 1373 373 5373 146 147 RYAAAA WDKAAA AAAAxx -4247 6861 1 3 7 7 47 247 247 4247 4247 94 95 JHAAAA XDKAAA HHHHxx -3491 6862 1 3 1 11 91 491 1491 3491 3491 182 183 HEAAAA YDKAAA OOOOxx -495 6863 1 3 5 15 95 495 495 495 495 190 191 BTAAAA ZDKAAA VVVVxx -1594 6864 0 2 4 14 94 594 1594 1594 1594 188 189 IJAAAA AEKAAA AAAAxx -2243 6865 1 3 3 3 43 243 243 2243 2243 86 87 HIAAAA BEKAAA HHHHxx -7780 6866 0 0 0 0 80 780 1780 2780 7780 160 161 GNAAAA CEKAAA OOOOxx -5632 6867 0 0 2 12 32 632 1632 632 5632 64 65 QIAAAA DEKAAA VVVVxx -2679 6868 1 3 9 19 79 679 679 2679 2679 158 159 BZAAAA EEKAAA AAAAxx -1354 6869 0 2 4 14 54 354 1354 1354 1354 108 109 CAAAAA FEKAAA HHHHxx -180 6870 0 0 0 0 80 180 180 180 180 160 161 YGAAAA GEKAAA OOOOxx -7017 6871 1 1 7 17 17 17 1017 2017 7017 34 35 XJAAAA HEKAAA VVVVxx -1867 6872 1 3 7 7 67 867 1867 1867 1867 134 135 VTAAAA IEKAAA AAAAxx -2213 6873 1 1 3 13 13 213 213 2213 2213 26 27 DHAAAA JEKAAA HHHHxx -8773 6874 1 1 3 13 73 773 773 3773 8773 146 147 LZAAAA KEKAAA OOOOxx -1784 6875 0 0 4 4 84 784 1784 1784 1784 168 169 QQAAAA LEKAAA VVVVxx -5961 6876 1 1 1 1 61 961 1961 961 5961 122 123 HVAAAA MEKAAA AAAAxx -8801 6877 1 1 1 1 1 801 801 3801 8801 2 3 NAAAAA NEKAAA HHHHxx -4860 6878 0 0 0 0 60 860 860 4860 4860 120 121 YEAAAA OEKAAA OOOOxx -2214 6879 0 2 4 14 14 214 214 2214 2214 28 29 EHAAAA PEKAAA VVVVxx -1735 6880 1 3 5 15 35 735 1735 1735 1735 70 71 TOAAAA QEKAAA AAAAxx -578 6881 0 2 8 18 78 578 578 578 578 156 157 GWAAAA REKAAA HHHHxx -7853 6882 1 1 3 13 53 853 1853 2853 7853 106 107 BQAAAA SEKAAA OOOOxx -2215 6883 1 3 5 15 15 215 215 2215 2215 30 31 FHAAAA TEKAAA VVVVxx -4704 6884 0 0 4 4 4 704 704 4704 4704 8 9 YYAAAA UEKAAA AAAAxx -9379 6885 1 3 9 19 79 379 1379 4379 9379 158 159 TWAAAA VEKAAA HHHHxx -9745 6886 1 1 5 5 45 745 1745 4745 9745 90 91 VKAAAA WEKAAA OOOOxx -5636 6887 0 0 6 16 36 636 1636 636 5636 72 73 UIAAAA XEKAAA VVVVxx -4548 6888 0 0 8 8 48 548 548 4548 4548 96 97 YSAAAA YEKAAA AAAAxx -6537 6889 1 1 7 17 37 537 537 1537 6537 74 75 LRAAAA ZEKAAA HHHHxx -7748 6890 0 0 8 8 48 748 1748 2748 7748 96 97 AMAAAA AFKAAA OOOOxx -687 6891 1 3 7 7 87 687 687 687 687 174 175 LAAAAA BFKAAA VVVVxx -1243 6892 1 3 3 3 43 243 1243 1243 1243 86 87 VVAAAA CFKAAA AAAAxx -852 6893 0 0 2 12 52 852 852 852 852 104 105 UGAAAA DFKAAA HHHHxx -785 6894 1 1 5 5 85 785 785 785 785 170 171 FEAAAA EFKAAA OOOOxx -2002 6895 0 2 2 2 2 2 2 2002 2002 4 5 AZAAAA FFKAAA VVVVxx -2748 6896 0 0 8 8 48 748 748 2748 2748 96 97 SBAAAA GFKAAA AAAAxx -6075 6897 1 3 5 15 75 75 75 1075 6075 150 151 RZAAAA HFKAAA HHHHxx -7029 6898 1 1 9 9 29 29 1029 2029 7029 58 59 JKAAAA IFKAAA OOOOxx -7474 6899 0 2 4 14 74 474 1474 2474 7474 148 149 MBAAAA JFKAAA VVVVxx -7755 6900 1 3 5 15 55 755 1755 2755 7755 110 111 HMAAAA KFKAAA AAAAxx -1456 6901 0 0 6 16 56 456 1456 1456 1456 112 113 AEAAAA LFKAAA HHHHxx -2808 6902 0 0 8 8 8 808 808 2808 2808 16 17 AEAAAA MFKAAA OOOOxx -4089 6903 1 1 9 9 89 89 89 4089 4089 178 179 HBAAAA NFKAAA VVVVxx -4718 6904 0 2 8 18 18 718 718 4718 4718 36 37 MZAAAA OFKAAA AAAAxx -910 6905 0 2 0 10 10 910 910 910 910 20 21 AJAAAA PFKAAA HHHHxx -2868 6906 0 0 8 8 68 868 868 2868 2868 136 137 IGAAAA QFKAAA OOOOxx -2103 6907 1 3 3 3 3 103 103 2103 2103 6 7 XCAAAA RFKAAA VVVVxx -2407 6908 1 3 7 7 7 407 407 2407 2407 14 15 POAAAA SFKAAA AAAAxx -4353 6909 1 1 3 13 53 353 353 4353 4353 106 107 LLAAAA TFKAAA HHHHxx -7988 6910 0 0 8 8 88 988 1988 2988 7988 176 177 GVAAAA UFKAAA OOOOxx -2750 6911 0 2 0 10 50 750 750 2750 2750 100 101 UBAAAA VFKAAA VVVVxx -2006 6912 0 2 6 6 6 6 6 2006 2006 12 13 EZAAAA WFKAAA AAAAxx -4617 6913 1 1 7 17 17 617 617 4617 4617 34 35 PVAAAA XFKAAA HHHHxx -1251 6914 1 3 1 11 51 251 1251 1251 1251 102 103 DWAAAA YFKAAA OOOOxx -4590 6915 0 2 0 10 90 590 590 4590 4590 180 181 OUAAAA ZFKAAA VVVVxx -1144 6916 0 0 4 4 44 144 1144 1144 1144 88 89 ASAAAA AGKAAA AAAAxx -7131 6917 1 3 1 11 31 131 1131 2131 7131 62 63 HOAAAA BGKAAA HHHHxx -95 6918 1 3 5 15 95 95 95 95 95 190 191 RDAAAA CGKAAA OOOOxx -4827 6919 1 3 7 7 27 827 827 4827 4827 54 55 RDAAAA DGKAAA VVVVxx -4307 6920 1 3 7 7 7 307 307 4307 4307 14 15 RJAAAA EGKAAA AAAAxx -1505 6921 1 1 5 5 5 505 1505 1505 1505 10 11 XFAAAA FGKAAA HHHHxx -8191 6922 1 3 1 11 91 191 191 3191 8191 182 183 BDAAAA GGKAAA OOOOxx -5037 6923 1 1 7 17 37 37 1037 37 5037 74 75 TLAAAA HGKAAA VVVVxx -7363 6924 1 3 3 3 63 363 1363 2363 7363 126 127 FXAAAA IGKAAA AAAAxx -8427 6925 1 3 7 7 27 427 427 3427 8427 54 55 DMAAAA JGKAAA HHHHxx -5231 6926 1 3 1 11 31 231 1231 231 5231 62 63 FTAAAA KGKAAA OOOOxx -2943 6927 1 3 3 3 43 943 943 2943 2943 86 87 FJAAAA LGKAAA VVVVxx -4624 6928 0 0 4 4 24 624 624 4624 4624 48 49 WVAAAA MGKAAA AAAAxx -2020 6929 0 0 0 0 20 20 20 2020 2020 40 41 SZAAAA NGKAAA HHHHxx -6155 6930 1 3 5 15 55 155 155 1155 6155 110 111 TCAAAA OGKAAA OOOOxx -4381 6931 1 1 1 1 81 381 381 4381 4381 162 163 NMAAAA PGKAAA VVVVxx -1057 6932 1 1 7 17 57 57 1057 1057 1057 114 115 ROAAAA QGKAAA AAAAxx -9010 6933 0 2 0 10 10 10 1010 4010 9010 20 21 OIAAAA RGKAAA HHHHxx -4947 6934 1 3 7 7 47 947 947 4947 4947 94 95 HIAAAA SGKAAA OOOOxx -335 6935 1 3 5 15 35 335 335 335 335 70 71 XMAAAA TGKAAA VVVVxx -6890 6936 0 2 0 10 90 890 890 1890 6890 180 181 AFAAAA UGKAAA AAAAxx -5070 6937 0 2 0 10 70 70 1070 70 5070 140 141 ANAAAA VGKAAA HHHHxx -5270 6938 0 2 0 10 70 270 1270 270 5270 140 141 SUAAAA WGKAAA OOOOxx -8657 6939 1 1 7 17 57 657 657 3657 8657 114 115 ZUAAAA XGKAAA VVVVxx -7625 6940 1 1 5 5 25 625 1625 2625 7625 50 51 HHAAAA YGKAAA AAAAxx -5759 6941 1 3 9 19 59 759 1759 759 5759 118 119 NNAAAA ZGKAAA HHHHxx -9483 6942 1 3 3 3 83 483 1483 4483 9483 166 167 TAAAAA AHKAAA OOOOxx -8304 6943 0 0 4 4 4 304 304 3304 8304 8 9 KHAAAA BHKAAA VVVVxx -296 6944 0 0 6 16 96 296 296 296 296 192 193 KLAAAA CHKAAA AAAAxx -1176 6945 0 0 6 16 76 176 1176 1176 1176 152 153 GTAAAA DHKAAA HHHHxx -2069 6946 1 1 9 9 69 69 69 2069 2069 138 139 PBAAAA EHKAAA OOOOxx -1531 6947 1 3 1 11 31 531 1531 1531 1531 62 63 XGAAAA FHKAAA VVVVxx -5329 6948 1 1 9 9 29 329 1329 329 5329 58 59 ZWAAAA GHKAAA AAAAxx -3702 6949 0 2 2 2 2 702 1702 3702 3702 4 5 KMAAAA HHKAAA HHHHxx -6520 6950 0 0 0 0 20 520 520 1520 6520 40 41 UQAAAA IHKAAA OOOOxx -7310 6951 0 2 0 10 10 310 1310 2310 7310 20 21 EVAAAA JHKAAA VVVVxx -1175 6952 1 3 5 15 75 175 1175 1175 1175 150 151 FTAAAA KHKAAA AAAAxx -9107 6953 1 3 7 7 7 107 1107 4107 9107 14 15 HMAAAA LHKAAA HHHHxx -2737 6954 1 1 7 17 37 737 737 2737 2737 74 75 HBAAAA MHKAAA OOOOxx -3437 6955 1 1 7 17 37 437 1437 3437 3437 74 75 FCAAAA NHKAAA VVVVxx -281 6956 1 1 1 1 81 281 281 281 281 162 163 VKAAAA OHKAAA AAAAxx -6676 6957 0 0 6 16 76 676 676 1676 6676 152 153 UWAAAA PHKAAA HHHHxx -145 6958 1 1 5 5 45 145 145 145 145 90 91 PFAAAA QHKAAA OOOOxx -3172 6959 0 0 2 12 72 172 1172 3172 3172 144 145 ASAAAA RHKAAA VVVVxx -4049 6960 1 1 9 9 49 49 49 4049 4049 98 99 TZAAAA SHKAAA AAAAxx -6042 6961 0 2 2 2 42 42 42 1042 6042 84 85 KYAAAA THKAAA HHHHxx -9122 6962 0 2 2 2 22 122 1122 4122 9122 44 45 WMAAAA UHKAAA OOOOxx -7244 6963 0 0 4 4 44 244 1244 2244 7244 88 89 QSAAAA VHKAAA VVVVxx -5361 6964 1 1 1 1 61 361 1361 361 5361 122 123 FYAAAA WHKAAA AAAAxx -8647 6965 1 3 7 7 47 647 647 3647 8647 94 95 PUAAAA XHKAAA HHHHxx -7956 6966 0 0 6 16 56 956 1956 2956 7956 112 113 AUAAAA YHKAAA OOOOxx -7812 6967 0 0 2 12 12 812 1812 2812 7812 24 25 MOAAAA ZHKAAA VVVVxx -570 6968 0 2 0 10 70 570 570 570 570 140 141 YVAAAA AIKAAA AAAAxx -4115 6969 1 3 5 15 15 115 115 4115 4115 30 31 HCAAAA BIKAAA HHHHxx -1856 6970 0 0 6 16 56 856 1856 1856 1856 112 113 KTAAAA CIKAAA OOOOxx -9582 6971 0 2 2 2 82 582 1582 4582 9582 164 165 OEAAAA DIKAAA VVVVxx -2025 6972 1 1 5 5 25 25 25 2025 2025 50 51 XZAAAA EIKAAA AAAAxx -986 6973 0 2 6 6 86 986 986 986 986 172 173 YLAAAA FIKAAA HHHHxx -8358 6974 0 2 8 18 58 358 358 3358 8358 116 117 MJAAAA GIKAAA OOOOxx -510 6975 0 2 0 10 10 510 510 510 510 20 21 QTAAAA HIKAAA VVVVxx -6101 6976 1 1 1 1 1 101 101 1101 6101 2 3 RAAAAA IIKAAA AAAAxx -4167 6977 1 3 7 7 67 167 167 4167 4167 134 135 HEAAAA JIKAAA HHHHxx -6139 6978 1 3 9 19 39 139 139 1139 6139 78 79 DCAAAA KIKAAA OOOOxx -6912 6979 0 0 2 12 12 912 912 1912 6912 24 25 WFAAAA LIKAAA VVVVxx -339 6980 1 3 9 19 39 339 339 339 339 78 79 BNAAAA MIKAAA AAAAxx -8759 6981 1 3 9 19 59 759 759 3759 8759 118 119 XYAAAA NIKAAA HHHHxx -246 6982 0 2 6 6 46 246 246 246 246 92 93 MJAAAA OIKAAA OOOOxx -2831 6983 1 3 1 11 31 831 831 2831 2831 62 63 XEAAAA PIKAAA VVVVxx -2327 6984 1 3 7 7 27 327 327 2327 2327 54 55 NLAAAA QIKAAA AAAAxx -7001 6985 1 1 1 1 1 1 1001 2001 7001 2 3 HJAAAA RIKAAA HHHHxx -4398 6986 0 2 8 18 98 398 398 4398 4398 196 197 ENAAAA SIKAAA OOOOxx -1495 6987 1 3 5 15 95 495 1495 1495 1495 190 191 NFAAAA TIKAAA VVVVxx -8522 6988 0 2 2 2 22 522 522 3522 8522 44 45 UPAAAA UIKAAA AAAAxx -7090 6989 0 2 0 10 90 90 1090 2090 7090 180 181 SMAAAA VIKAAA HHHHxx -8457 6990 1 1 7 17 57 457 457 3457 8457 114 115 HNAAAA WIKAAA OOOOxx -4238 6991 0 2 8 18 38 238 238 4238 4238 76 77 AHAAAA XIKAAA VVVVxx -6791 6992 1 3 1 11 91 791 791 1791 6791 182 183 FBAAAA YIKAAA AAAAxx -1342 6993 0 2 2 2 42 342 1342 1342 1342 84 85 QZAAAA ZIKAAA HHHHxx -4580 6994 0 0 0 0 80 580 580 4580 4580 160 161 EUAAAA AJKAAA OOOOxx -1475 6995 1 3 5 15 75 475 1475 1475 1475 150 151 TEAAAA BJKAAA VVVVxx -9184 6996 0 0 4 4 84 184 1184 4184 9184 168 169 GPAAAA CJKAAA AAAAxx -1189 6997 1 1 9 9 89 189 1189 1189 1189 178 179 TTAAAA DJKAAA HHHHxx -638 6998 0 2 8 18 38 638 638 638 638 76 77 OYAAAA EJKAAA OOOOxx -5867 6999 1 3 7 7 67 867 1867 867 5867 134 135 RRAAAA FJKAAA VVVVxx -9911 7000 1 3 1 11 11 911 1911 4911 9911 22 23 FRAAAA GJKAAA AAAAxx -8147 7001 1 3 7 7 47 147 147 3147 8147 94 95 JBAAAA HJKAAA HHHHxx -4492 7002 0 0 2 12 92 492 492 4492 4492 184 185 UQAAAA IJKAAA OOOOxx -385 7003 1 1 5 5 85 385 385 385 385 170 171 VOAAAA JJKAAA VVVVxx -5235 7004 1 3 5 15 35 235 1235 235 5235 70 71 JTAAAA KJKAAA AAAAxx -4812 7005 0 0 2 12 12 812 812 4812 4812 24 25 CDAAAA LJKAAA HHHHxx -9807 7006 1 3 7 7 7 807 1807 4807 9807 14 15 FNAAAA MJKAAA OOOOxx -9588 7007 0 0 8 8 88 588 1588 4588 9588 176 177 UEAAAA NJKAAA VVVVxx -9832 7008 0 0 2 12 32 832 1832 4832 9832 64 65 EOAAAA OJKAAA AAAAxx -3757 7009 1 1 7 17 57 757 1757 3757 3757 114 115 NOAAAA PJKAAA HHHHxx -9703 7010 1 3 3 3 3 703 1703 4703 9703 6 7 FJAAAA QJKAAA OOOOxx -1022 7011 0 2 2 2 22 22 1022 1022 1022 44 45 INAAAA RJKAAA VVVVxx -5165 7012 1 1 5 5 65 165 1165 165 5165 130 131 RQAAAA SJKAAA AAAAxx -7129 7013 1 1 9 9 29 129 1129 2129 7129 58 59 FOAAAA TJKAAA HHHHxx -4164 7014 0 0 4 4 64 164 164 4164 4164 128 129 EEAAAA UJKAAA OOOOxx -7239 7015 1 3 9 19 39 239 1239 2239 7239 78 79 LSAAAA VJKAAA VVVVxx -523 7016 1 3 3 3 23 523 523 523 523 46 47 DUAAAA WJKAAA AAAAxx -4670 7017 0 2 0 10 70 670 670 4670 4670 140 141 QXAAAA XJKAAA HHHHxx -8503 7018 1 3 3 3 3 503 503 3503 8503 6 7 BPAAAA YJKAAA OOOOxx -714 7019 0 2 4 14 14 714 714 714 714 28 29 MBAAAA ZJKAAA VVVVxx -1350 7020 0 2 0 10 50 350 1350 1350 1350 100 101 YZAAAA AKKAAA AAAAxx -8318 7021 0 2 8 18 18 318 318 3318 8318 36 37 YHAAAA BKKAAA HHHHxx -1834 7022 0 2 4 14 34 834 1834 1834 1834 68 69 OSAAAA CKKAAA OOOOxx -4306 7023 0 2 6 6 6 306 306 4306 4306 12 13 QJAAAA DKKAAA VVVVxx -8543 7024 1 3 3 3 43 543 543 3543 8543 86 87 PQAAAA EKKAAA AAAAxx -9397 7025 1 1 7 17 97 397 1397 4397 9397 194 195 LXAAAA FKKAAA HHHHxx -3145 7026 1 1 5 5 45 145 1145 3145 3145 90 91 ZQAAAA GKKAAA OOOOxx -3942 7027 0 2 2 2 42 942 1942 3942 3942 84 85 QVAAAA HKKAAA VVVVxx -8583 7028 1 3 3 3 83 583 583 3583 8583 166 167 DSAAAA IKKAAA AAAAxx -8073 7029 1 1 3 13 73 73 73 3073 8073 146 147 NYAAAA JKKAAA HHHHxx -4940 7030 0 0 0 0 40 940 940 4940 4940 80 81 AIAAAA KKKAAA OOOOxx -9573 7031 1 1 3 13 73 573 1573 4573 9573 146 147 FEAAAA LKKAAA VVVVxx -5325 7032 1 1 5 5 25 325 1325 325 5325 50 51 VWAAAA MKKAAA AAAAxx -1833 7033 1 1 3 13 33 833 1833 1833 1833 66 67 NSAAAA NKKAAA HHHHxx -1337 7034 1 1 7 17 37 337 1337 1337 1337 74 75 LZAAAA OKKAAA OOOOxx -9749 7035 1 1 9 9 49 749 1749 4749 9749 98 99 ZKAAAA PKKAAA VVVVxx -7505 7036 1 1 5 5 5 505 1505 2505 7505 10 11 RCAAAA QKKAAA AAAAxx -9731 7037 1 3 1 11 31 731 1731 4731 9731 62 63 HKAAAA RKKAAA HHHHxx -4098 7038 0 2 8 18 98 98 98 4098 4098 196 197 QBAAAA SKKAAA OOOOxx -1418 7039 0 2 8 18 18 418 1418 1418 1418 36 37 OCAAAA TKKAAA VVVVxx -63 7040 1 3 3 3 63 63 63 63 63 126 127 LCAAAA UKKAAA AAAAxx -9889 7041 1 1 9 9 89 889 1889 4889 9889 178 179 JQAAAA VKKAAA HHHHxx -2871 7042 1 3 1 11 71 871 871 2871 2871 142 143 LGAAAA WKKAAA OOOOxx -1003 7043 1 3 3 3 3 3 1003 1003 1003 6 7 PMAAAA XKKAAA VVVVxx -8796 7044 0 0 6 16 96 796 796 3796 8796 192 193 IAAAAA YKKAAA AAAAxx -22 7045 0 2 2 2 22 22 22 22 22 44 45 WAAAAA ZKKAAA HHHHxx -8244 7046 0 0 4 4 44 244 244 3244 8244 88 89 CFAAAA ALKAAA OOOOxx -2282 7047 0 2 2 2 82 282 282 2282 2282 164 165 UJAAAA BLKAAA VVVVxx -3487 7048 1 3 7 7 87 487 1487 3487 3487 174 175 DEAAAA CLKAAA AAAAxx -8633 7049 1 1 3 13 33 633 633 3633 8633 66 67 BUAAAA DLKAAA HHHHxx -6418 7050 0 2 8 18 18 418 418 1418 6418 36 37 WMAAAA ELKAAA OOOOxx -4682 7051 0 2 2 2 82 682 682 4682 4682 164 165 CYAAAA FLKAAA VVVVxx -4103 7052 1 3 3 3 3 103 103 4103 4103 6 7 VBAAAA GLKAAA AAAAxx -6256 7053 0 0 6 16 56 256 256 1256 6256 112 113 QGAAAA HLKAAA HHHHxx -4040 7054 0 0 0 0 40 40 40 4040 4040 80 81 KZAAAA ILKAAA OOOOxx -9342 7055 0 2 2 2 42 342 1342 4342 9342 84 85 IVAAAA JLKAAA VVVVxx -9969 7056 1 1 9 9 69 969 1969 4969 9969 138 139 LTAAAA KLKAAA AAAAxx -223 7057 1 3 3 3 23 223 223 223 223 46 47 PIAAAA LLKAAA HHHHxx -4593 7058 1 1 3 13 93 593 593 4593 4593 186 187 RUAAAA MLKAAA OOOOxx -44 7059 0 0 4 4 44 44 44 44 44 88 89 SBAAAA NLKAAA VVVVxx -3513 7060 1 1 3 13 13 513 1513 3513 3513 26 27 DFAAAA OLKAAA AAAAxx -5771 7061 1 3 1 11 71 771 1771 771 5771 142 143 ZNAAAA PLKAAA HHHHxx -5083 7062 1 3 3 3 83 83 1083 83 5083 166 167 NNAAAA QLKAAA OOOOxx -3839 7063 1 3 9 19 39 839 1839 3839 3839 78 79 RRAAAA RLKAAA VVVVxx -2986 7064 0 2 6 6 86 986 986 2986 2986 172 173 WKAAAA SLKAAA AAAAxx -2200 7065 0 0 0 0 0 200 200 2200 2200 0 1 QGAAAA TLKAAA HHHHxx -197 7066 1 1 7 17 97 197 197 197 197 194 195 PHAAAA ULKAAA OOOOxx -7455 7067 1 3 5 15 55 455 1455 2455 7455 110 111 TAAAAA VLKAAA VVVVxx -1379 7068 1 3 9 19 79 379 1379 1379 1379 158 159 BBAAAA WLKAAA AAAAxx -4356 7069 0 0 6 16 56 356 356 4356 4356 112 113 OLAAAA XLKAAA HHHHxx -6888 7070 0 0 8 8 88 888 888 1888 6888 176 177 YEAAAA YLKAAA OOOOxx -9139 7071 1 3 9 19 39 139 1139 4139 9139 78 79 NNAAAA ZLKAAA VVVVxx -7682 7072 0 2 2 2 82 682 1682 2682 7682 164 165 MJAAAA AMKAAA AAAAxx -4873 7073 1 1 3 13 73 873 873 4873 4873 146 147 LFAAAA BMKAAA HHHHxx -783 7074 1 3 3 3 83 783 783 783 783 166 167 DEAAAA CMKAAA OOOOxx -6071 7075 1 3 1 11 71 71 71 1071 6071 142 143 NZAAAA DMKAAA VVVVxx -5160 7076 0 0 0 0 60 160 1160 160 5160 120 121 MQAAAA EMKAAA AAAAxx -2291 7077 1 3 1 11 91 291 291 2291 2291 182 183 DKAAAA FMKAAA HHHHxx -187 7078 1 3 7 7 87 187 187 187 187 174 175 FHAAAA GMKAAA OOOOxx -7786 7079 0 2 6 6 86 786 1786 2786 7786 172 173 MNAAAA HMKAAA VVVVxx -3432 7080 0 0 2 12 32 432 1432 3432 3432 64 65 ACAAAA IMKAAA AAAAxx -5450 7081 0 2 0 10 50 450 1450 450 5450 100 101 QBAAAA JMKAAA HHHHxx -2699 7082 1 3 9 19 99 699 699 2699 2699 198 199 VZAAAA KMKAAA OOOOxx -692 7083 0 0 2 12 92 692 692 692 692 184 185 QAAAAA LMKAAA VVVVxx -6081 7084 1 1 1 1 81 81 81 1081 6081 162 163 XZAAAA MMKAAA AAAAxx -4829 7085 1 1 9 9 29 829 829 4829 4829 58 59 TDAAAA NMKAAA HHHHxx -238 7086 0 2 8 18 38 238 238 238 238 76 77 EJAAAA OMKAAA OOOOxx -9100 7087 0 0 0 0 0 100 1100 4100 9100 0 1 AMAAAA PMKAAA VVVVxx -1968 7088 0 0 8 8 68 968 1968 1968 1968 136 137 SXAAAA QMKAAA AAAAxx -1872 7089 0 0 2 12 72 872 1872 1872 1872 144 145 AUAAAA RMKAAA HHHHxx -7051 7090 1 3 1 11 51 51 1051 2051 7051 102 103 FLAAAA SMKAAA OOOOxx -2743 7091 1 3 3 3 43 743 743 2743 2743 86 87 NBAAAA TMKAAA VVVVxx -1237 7092 1 1 7 17 37 237 1237 1237 1237 74 75 PVAAAA UMKAAA AAAAxx -3052 7093 0 0 2 12 52 52 1052 3052 3052 104 105 KNAAAA VMKAAA HHHHxx -8021 7094 1 1 1 1 21 21 21 3021 8021 42 43 NWAAAA WMKAAA OOOOxx -657 7095 1 1 7 17 57 657 657 657 657 114 115 HZAAAA XMKAAA VVVVxx -2236 7096 0 0 6 16 36 236 236 2236 2236 72 73 AIAAAA YMKAAA AAAAxx -7011 7097 1 3 1 11 11 11 1011 2011 7011 22 23 RJAAAA ZMKAAA HHHHxx -4067 7098 1 3 7 7 67 67 67 4067 4067 134 135 LAAAAA ANKAAA OOOOxx -9449 7099 1 1 9 9 49 449 1449 4449 9449 98 99 LZAAAA BNKAAA VVVVxx -7428 7100 0 0 8 8 28 428 1428 2428 7428 56 57 SZAAAA CNKAAA AAAAxx -1272 7101 0 0 2 12 72 272 1272 1272 1272 144 145 YWAAAA DNKAAA HHHHxx -6897 7102 1 1 7 17 97 897 897 1897 6897 194 195 HFAAAA ENKAAA OOOOxx -5839 7103 1 3 9 19 39 839 1839 839 5839 78 79 PQAAAA FNKAAA VVVVxx -6835 7104 1 3 5 15 35 835 835 1835 6835 70 71 XCAAAA GNKAAA AAAAxx -1887 7105 1 3 7 7 87 887 1887 1887 1887 174 175 PUAAAA HNKAAA HHHHxx -1551 7106 1 3 1 11 51 551 1551 1551 1551 102 103 RHAAAA INKAAA OOOOxx -4667 7107 1 3 7 7 67 667 667 4667 4667 134 135 NXAAAA JNKAAA VVVVxx -9603 7108 1 3 3 3 3 603 1603 4603 9603 6 7 JFAAAA KNKAAA AAAAxx -4332 7109 0 0 2 12 32 332 332 4332 4332 64 65 QKAAAA LNKAAA HHHHxx -5681 7110 1 1 1 1 81 681 1681 681 5681 162 163 NKAAAA MNKAAA OOOOxx -8062 7111 0 2 2 2 62 62 62 3062 8062 124 125 CYAAAA NNKAAA VVVVxx -2302 7112 0 2 2 2 2 302 302 2302 2302 4 5 OKAAAA ONKAAA AAAAxx -2825 7113 1 1 5 5 25 825 825 2825 2825 50 51 REAAAA PNKAAA HHHHxx -4527 7114 1 3 7 7 27 527 527 4527 4527 54 55 DSAAAA QNKAAA OOOOxx -4230 7115 0 2 0 10 30 230 230 4230 4230 60 61 SGAAAA RNKAAA VVVVxx -3053 7116 1 1 3 13 53 53 1053 3053 3053 106 107 LNAAAA SNKAAA AAAAxx -983 7117 1 3 3 3 83 983 983 983 983 166 167 VLAAAA TNKAAA HHHHxx -9458 7118 0 2 8 18 58 458 1458 4458 9458 116 117 UZAAAA UNKAAA OOOOxx -4128 7119 0 0 8 8 28 128 128 4128 4128 56 57 UCAAAA VNKAAA VVVVxx -425 7120 1 1 5 5 25 425 425 425 425 50 51 JQAAAA WNKAAA AAAAxx -3911 7121 1 3 1 11 11 911 1911 3911 3911 22 23 LUAAAA XNKAAA HHHHxx -6607 7122 1 3 7 7 7 607 607 1607 6607 14 15 DUAAAA YNKAAA OOOOxx -5431 7123 1 3 1 11 31 431 1431 431 5431 62 63 XAAAAA ZNKAAA VVVVxx -6330 7124 0 2 0 10 30 330 330 1330 6330 60 61 MJAAAA AOKAAA AAAAxx -3592 7125 0 0 2 12 92 592 1592 3592 3592 184 185 EIAAAA BOKAAA HHHHxx -154 7126 0 2 4 14 54 154 154 154 154 108 109 YFAAAA COKAAA OOOOxx -9879 7127 1 3 9 19 79 879 1879 4879 9879 158 159 ZPAAAA DOKAAA VVVVxx -3202 7128 0 2 2 2 2 202 1202 3202 3202 4 5 ETAAAA EOKAAA AAAAxx -3056 7129 0 0 6 16 56 56 1056 3056 3056 112 113 ONAAAA FOKAAA HHHHxx -9890 7130 0 2 0 10 90 890 1890 4890 9890 180 181 KQAAAA GOKAAA OOOOxx -5840 7131 0 0 0 0 40 840 1840 840 5840 80 81 QQAAAA HOKAAA VVVVxx -9804 7132 0 0 4 4 4 804 1804 4804 9804 8 9 CNAAAA IOKAAA AAAAxx -681 7133 1 1 1 1 81 681 681 681 681 162 163 FAAAAA JOKAAA HHHHxx -3443 7134 1 3 3 3 43 443 1443 3443 3443 86 87 LCAAAA KOKAAA OOOOxx -8088 7135 0 0 8 8 88 88 88 3088 8088 176 177 CZAAAA LOKAAA VVVVxx -9447 7136 1 3 7 7 47 447 1447 4447 9447 94 95 JZAAAA MOKAAA AAAAxx -1490 7137 0 2 0 10 90 490 1490 1490 1490 180 181 IFAAAA NOKAAA HHHHxx -3684 7138 0 0 4 4 84 684 1684 3684 3684 168 169 SLAAAA OOKAAA OOOOxx -3113 7139 1 1 3 13 13 113 1113 3113 3113 26 27 TPAAAA POKAAA VVVVxx -9004 7140 0 0 4 4 4 4 1004 4004 9004 8 9 IIAAAA QOKAAA AAAAxx -7147 7141 1 3 7 7 47 147 1147 2147 7147 94 95 XOAAAA ROKAAA HHHHxx -7571 7142 1 3 1 11 71 571 1571 2571 7571 142 143 FFAAAA SOKAAA OOOOxx -5545 7143 1 1 5 5 45 545 1545 545 5545 90 91 HFAAAA TOKAAA VVVVxx -4558 7144 0 2 8 18 58 558 558 4558 4558 116 117 ITAAAA UOKAAA AAAAxx -6206 7145 0 2 6 6 6 206 206 1206 6206 12 13 SEAAAA VOKAAA HHHHxx -5695 7146 1 3 5 15 95 695 1695 695 5695 190 191 BLAAAA WOKAAA OOOOxx -9600 7147 0 0 0 0 0 600 1600 4600 9600 0 1 GFAAAA XOKAAA VVVVxx -5432 7148 0 0 2 12 32 432 1432 432 5432 64 65 YAAAAA YOKAAA AAAAxx -9299 7149 1 3 9 19 99 299 1299 4299 9299 198 199 RTAAAA ZOKAAA HHHHxx -2386 7150 0 2 6 6 86 386 386 2386 2386 172 173 UNAAAA APKAAA OOOOxx -2046 7151 0 2 6 6 46 46 46 2046 2046 92 93 SAAAAA BPKAAA VVVVxx -3293 7152 1 1 3 13 93 293 1293 3293 3293 186 187 RWAAAA CPKAAA AAAAxx -3046 7153 0 2 6 6 46 46 1046 3046 3046 92 93 ENAAAA DPKAAA HHHHxx -214 7154 0 2 4 14 14 214 214 214 214 28 29 GIAAAA EPKAAA OOOOxx -7893 7155 1 1 3 13 93 893 1893 2893 7893 186 187 PRAAAA FPKAAA VVVVxx -891 7156 1 3 1 11 91 891 891 891 891 182 183 HIAAAA GPKAAA AAAAxx -6499 7157 1 3 9 19 99 499 499 1499 6499 198 199 ZPAAAA HPKAAA HHHHxx -5003 7158 1 3 3 3 3 3 1003 3 5003 6 7 LKAAAA IPKAAA OOOOxx -6487 7159 1 3 7 7 87 487 487 1487 6487 174 175 NPAAAA JPKAAA VVVVxx -9403 7160 1 3 3 3 3 403 1403 4403 9403 6 7 RXAAAA KPKAAA AAAAxx -945 7161 1 1 5 5 45 945 945 945 945 90 91 JKAAAA LPKAAA HHHHxx -6713 7162 1 1 3 13 13 713 713 1713 6713 26 27 FYAAAA MPKAAA OOOOxx -9928 7163 0 0 8 8 28 928 1928 4928 9928 56 57 WRAAAA NPKAAA VVVVxx -8585 7164 1 1 5 5 85 585 585 3585 8585 170 171 FSAAAA OPKAAA AAAAxx -4004 7165 0 0 4 4 4 4 4 4004 4004 8 9 AYAAAA PPKAAA HHHHxx -2528 7166 0 0 8 8 28 528 528 2528 2528 56 57 GTAAAA QPKAAA OOOOxx -3350 7167 0 2 0 10 50 350 1350 3350 3350 100 101 WYAAAA RPKAAA VVVVxx -2160 7168 0 0 0 0 60 160 160 2160 2160 120 121 CFAAAA SPKAAA AAAAxx -1521 7169 1 1 1 1 21 521 1521 1521 1521 42 43 NGAAAA TPKAAA HHHHxx -5660 7170 0 0 0 0 60 660 1660 660 5660 120 121 SJAAAA UPKAAA OOOOxx -5755 7171 1 3 5 15 55 755 1755 755 5755 110 111 JNAAAA VPKAAA VVVVxx -7614 7172 0 2 4 14 14 614 1614 2614 7614 28 29 WGAAAA WPKAAA AAAAxx -3121 7173 1 1 1 1 21 121 1121 3121 3121 42 43 BQAAAA XPKAAA HHHHxx -2735 7174 1 3 5 15 35 735 735 2735 2735 70 71 FBAAAA YPKAAA OOOOxx -7506 7175 0 2 6 6 6 506 1506 2506 7506 12 13 SCAAAA ZPKAAA VVVVxx -2693 7176 1 1 3 13 93 693 693 2693 2693 186 187 PZAAAA AQKAAA AAAAxx -2892 7177 0 0 2 12 92 892 892 2892 2892 184 185 GHAAAA BQKAAA HHHHxx -3310 7178 0 2 0 10 10 310 1310 3310 3310 20 21 IXAAAA CQKAAA OOOOxx -3484 7179 0 0 4 4 84 484 1484 3484 3484 168 169 AEAAAA DQKAAA VVVVxx -9733 7180 1 1 3 13 33 733 1733 4733 9733 66 67 JKAAAA EQKAAA AAAAxx -29 7181 1 1 9 9 29 29 29 29 29 58 59 DBAAAA FQKAAA HHHHxx -9013 7182 1 1 3 13 13 13 1013 4013 9013 26 27 RIAAAA GQKAAA OOOOxx -3847 7183 1 3 7 7 47 847 1847 3847 3847 94 95 ZRAAAA HQKAAA VVVVxx -6724 7184 0 0 4 4 24 724 724 1724 6724 48 49 QYAAAA IQKAAA AAAAxx -2559 7185 1 3 9 19 59 559 559 2559 2559 118 119 LUAAAA JQKAAA HHHHxx -5326 7186 0 2 6 6 26 326 1326 326 5326 52 53 WWAAAA KQKAAA OOOOxx -4802 7187 0 2 2 2 2 802 802 4802 4802 4 5 SCAAAA LQKAAA VVVVxx -131 7188 1 3 1 11 31 131 131 131 131 62 63 BFAAAA MQKAAA AAAAxx -1634 7189 0 2 4 14 34 634 1634 1634 1634 68 69 WKAAAA NQKAAA HHHHxx -919 7190 1 3 9 19 19 919 919 919 919 38 39 JJAAAA OQKAAA OOOOxx -9575 7191 1 3 5 15 75 575 1575 4575 9575 150 151 HEAAAA PQKAAA VVVVxx -1256 7192 0 0 6 16 56 256 1256 1256 1256 112 113 IWAAAA QQKAAA AAAAxx -9428 7193 0 0 8 8 28 428 1428 4428 9428 56 57 QYAAAA RQKAAA HHHHxx -5121 7194 1 1 1 1 21 121 1121 121 5121 42 43 ZOAAAA SQKAAA OOOOxx -6584 7195 0 0 4 4 84 584 584 1584 6584 168 169 GTAAAA TQKAAA VVVVxx -7193 7196 1 1 3 13 93 193 1193 2193 7193 186 187 RQAAAA UQKAAA AAAAxx -4047 7197 1 3 7 7 47 47 47 4047 4047 94 95 RZAAAA VQKAAA HHHHxx -104 7198 0 0 4 4 4 104 104 104 104 8 9 AEAAAA WQKAAA OOOOxx -1527 7199 1 3 7 7 27 527 1527 1527 1527 54 55 TGAAAA XQKAAA VVVVxx -3460 7200 0 0 0 0 60 460 1460 3460 3460 120 121 CDAAAA YQKAAA AAAAxx -8526 7201 0 2 6 6 26 526 526 3526 8526 52 53 YPAAAA ZQKAAA HHHHxx -8959 7202 1 3 9 19 59 959 959 3959 8959 118 119 PGAAAA ARKAAA OOOOxx -3633 7203 1 1 3 13 33 633 1633 3633 3633 66 67 TJAAAA BRKAAA VVVVxx -1799 7204 1 3 9 19 99 799 1799 1799 1799 198 199 FRAAAA CRKAAA AAAAxx -461 7205 1 1 1 1 61 461 461 461 461 122 123 TRAAAA DRKAAA HHHHxx -718 7206 0 2 8 18 18 718 718 718 718 36 37 QBAAAA ERKAAA OOOOxx -3219 7207 1 3 9 19 19 219 1219 3219 3219 38 39 VTAAAA FRKAAA VVVVxx -3494 7208 0 2 4 14 94 494 1494 3494 3494 188 189 KEAAAA GRKAAA AAAAxx -9402 7209 0 2 2 2 2 402 1402 4402 9402 4 5 QXAAAA HRKAAA HHHHxx -7983 7210 1 3 3 3 83 983 1983 2983 7983 166 167 BVAAAA IRKAAA OOOOxx -7919 7211 1 3 9 19 19 919 1919 2919 7919 38 39 PSAAAA JRKAAA VVVVxx -8036 7212 0 0 6 16 36 36 36 3036 8036 72 73 CXAAAA KRKAAA AAAAxx -5164 7213 0 0 4 4 64 164 1164 164 5164 128 129 QQAAAA LRKAAA HHHHxx -4160 7214 0 0 0 0 60 160 160 4160 4160 120 121 AEAAAA MRKAAA OOOOxx -5370 7215 0 2 0 10 70 370 1370 370 5370 140 141 OYAAAA NRKAAA VVVVxx -5347 7216 1 3 7 7 47 347 1347 347 5347 94 95 RXAAAA ORKAAA AAAAxx -7109 7217 1 1 9 9 9 109 1109 2109 7109 18 19 LNAAAA PRKAAA HHHHxx -4826 7218 0 2 6 6 26 826 826 4826 4826 52 53 QDAAAA QRKAAA OOOOxx -1338 7219 0 2 8 18 38 338 1338 1338 1338 76 77 MZAAAA RRKAAA VVVVxx -2711 7220 1 3 1 11 11 711 711 2711 2711 22 23 HAAAAA SRKAAA AAAAxx -6299 7221 1 3 9 19 99 299 299 1299 6299 198 199 HIAAAA TRKAAA HHHHxx -1616 7222 0 0 6 16 16 616 1616 1616 1616 32 33 EKAAAA URKAAA OOOOxx -7519 7223 1 3 9 19 19 519 1519 2519 7519 38 39 FDAAAA VRKAAA VVVVxx -1262 7224 0 2 2 2 62 262 1262 1262 1262 124 125 OWAAAA WRKAAA AAAAxx -7228 7225 0 0 8 8 28 228 1228 2228 7228 56 57 ASAAAA XRKAAA HHHHxx -7892 7226 0 0 2 12 92 892 1892 2892 7892 184 185 ORAAAA YRKAAA OOOOxx -7929 7227 1 1 9 9 29 929 1929 2929 7929 58 59 ZSAAAA ZRKAAA VVVVxx -7705 7228 1 1 5 5 5 705 1705 2705 7705 10 11 JKAAAA ASKAAA AAAAxx -3111 7229 1 3 1 11 11 111 1111 3111 3111 22 23 RPAAAA BSKAAA HHHHxx -3066 7230 0 2 6 6 66 66 1066 3066 3066 132 133 YNAAAA CSKAAA OOOOxx -9559 7231 1 3 9 19 59 559 1559 4559 9559 118 119 RDAAAA DSKAAA VVVVxx -3787 7232 1 3 7 7 87 787 1787 3787 3787 174 175 RPAAAA ESKAAA AAAAxx -8710 7233 0 2 0 10 10 710 710 3710 8710 20 21 AXAAAA FSKAAA HHHHxx -4870 7234 0 2 0 10 70 870 870 4870 4870 140 141 IFAAAA GSKAAA OOOOxx -1883 7235 1 3 3 3 83 883 1883 1883 1883 166 167 LUAAAA HSKAAA VVVVxx -9689 7236 1 1 9 9 89 689 1689 4689 9689 178 179 RIAAAA ISKAAA AAAAxx -9491 7237 1 3 1 11 91 491 1491 4491 9491 182 183 BBAAAA JSKAAA HHHHxx -2035 7238 1 3 5 15 35 35 35 2035 2035 70 71 HAAAAA KSKAAA OOOOxx -655 7239 1 3 5 15 55 655 655 655 655 110 111 FZAAAA LSKAAA VVVVxx -6305 7240 1 1 5 5 5 305 305 1305 6305 10 11 NIAAAA MSKAAA AAAAxx -9423 7241 1 3 3 3 23 423 1423 4423 9423 46 47 LYAAAA NSKAAA HHHHxx -283 7242 1 3 3 3 83 283 283 283 283 166 167 XKAAAA OSKAAA OOOOxx -2607 7243 1 3 7 7 7 607 607 2607 2607 14 15 HWAAAA PSKAAA VVVVxx -7740 7244 0 0 0 0 40 740 1740 2740 7740 80 81 SLAAAA QSKAAA AAAAxx -6956 7245 0 0 6 16 56 956 956 1956 6956 112 113 OHAAAA RSKAAA HHHHxx -884 7246 0 0 4 4 84 884 884 884 884 168 169 AIAAAA SSKAAA OOOOxx -5730 7247 0 2 0 10 30 730 1730 730 5730 60 61 KMAAAA TSKAAA VVVVxx -3438 7248 0 2 8 18 38 438 1438 3438 3438 76 77 GCAAAA USKAAA AAAAxx -3250 7249 0 2 0 10 50 250 1250 3250 3250 100 101 AVAAAA VSKAAA HHHHxx -5470 7250 0 2 0 10 70 470 1470 470 5470 140 141 KCAAAA WSKAAA OOOOxx -2037 7251 1 1 7 17 37 37 37 2037 2037 74 75 JAAAAA XSKAAA VVVVxx -6593 7252 1 1 3 13 93 593 593 1593 6593 186 187 PTAAAA YSKAAA AAAAxx -3893 7253 1 1 3 13 93 893 1893 3893 3893 186 187 TTAAAA ZSKAAA HHHHxx -3200 7254 0 0 0 0 0 200 1200 3200 3200 0 1 CTAAAA ATKAAA OOOOxx -7125 7255 1 1 5 5 25 125 1125 2125 7125 50 51 BOAAAA BTKAAA VVVVxx -2295 7256 1 3 5 15 95 295 295 2295 2295 190 191 HKAAAA CTKAAA AAAAxx -2056 7257 0 0 6 16 56 56 56 2056 2056 112 113 CBAAAA DTKAAA HHHHxx -2962 7258 0 2 2 2 62 962 962 2962 2962 124 125 YJAAAA ETKAAA OOOOxx -993 7259 1 1 3 13 93 993 993 993 993 186 187 FMAAAA FTKAAA VVVVxx -9127 7260 1 3 7 7 27 127 1127 4127 9127 54 55 BNAAAA GTKAAA AAAAxx -2075 7261 1 3 5 15 75 75 75 2075 2075 150 151 VBAAAA HTKAAA HHHHxx -9338 7262 0 2 8 18 38 338 1338 4338 9338 76 77 EVAAAA ITKAAA OOOOxx -8100 7263 0 0 0 0 0 100 100 3100 8100 0 1 OZAAAA JTKAAA VVVVxx -5047 7264 1 3 7 7 47 47 1047 47 5047 94 95 DMAAAA KTKAAA AAAAxx -7032 7265 0 0 2 12 32 32 1032 2032 7032 64 65 MKAAAA LTKAAA HHHHxx -6374 7266 0 2 4 14 74 374 374 1374 6374 148 149 ELAAAA MTKAAA OOOOxx -4137 7267 1 1 7 17 37 137 137 4137 4137 74 75 DDAAAA NTKAAA VVVVxx -7132 7268 0 0 2 12 32 132 1132 2132 7132 64 65 IOAAAA OTKAAA AAAAxx -3064 7269 0 0 4 4 64 64 1064 3064 3064 128 129 WNAAAA PTKAAA HHHHxx -3621 7270 1 1 1 1 21 621 1621 3621 3621 42 43 HJAAAA QTKAAA OOOOxx -6199 7271 1 3 9 19 99 199 199 1199 6199 198 199 LEAAAA RTKAAA VVVVxx -4926 7272 0 2 6 6 26 926 926 4926 4926 52 53 MHAAAA STKAAA AAAAxx -8035 7273 1 3 5 15 35 35 35 3035 8035 70 71 BXAAAA TTKAAA HHHHxx -2195 7274 1 3 5 15 95 195 195 2195 2195 190 191 LGAAAA UTKAAA OOOOxx -5366 7275 0 2 6 6 66 366 1366 366 5366 132 133 KYAAAA VTKAAA VVVVxx -3478 7276 0 2 8 18 78 478 1478 3478 3478 156 157 UDAAAA WTKAAA AAAAxx -1926 7277 0 2 6 6 26 926 1926 1926 1926 52 53 CWAAAA XTKAAA HHHHxx -7265 7278 1 1 5 5 65 265 1265 2265 7265 130 131 LTAAAA YTKAAA OOOOxx -7668 7279 0 0 8 8 68 668 1668 2668 7668 136 137 YIAAAA ZTKAAA VVVVxx -3335 7280 1 3 5 15 35 335 1335 3335 3335 70 71 HYAAAA AUKAAA AAAAxx -7660 7281 0 0 0 0 60 660 1660 2660 7660 120 121 QIAAAA BUKAAA HHHHxx -9604 7282 0 0 4 4 4 604 1604 4604 9604 8 9 KFAAAA CUKAAA OOOOxx -7301 7283 1 1 1 1 1 301 1301 2301 7301 2 3 VUAAAA DUKAAA VVVVxx -4475 7284 1 3 5 15 75 475 475 4475 4475 150 151 DQAAAA EUKAAA AAAAxx -9954 7285 0 2 4 14 54 954 1954 4954 9954 108 109 WSAAAA FUKAAA HHHHxx -5723 7286 1 3 3 3 23 723 1723 723 5723 46 47 DMAAAA GUKAAA OOOOxx -2669 7287 1 1 9 9 69 669 669 2669 2669 138 139 RYAAAA HUKAAA VVVVxx -1685 7288 1 1 5 5 85 685 1685 1685 1685 170 171 VMAAAA IUKAAA AAAAxx -2233 7289 1 1 3 13 33 233 233 2233 2233 66 67 XHAAAA JUKAAA HHHHxx -8111 7290 1 3 1 11 11 111 111 3111 8111 22 23 ZZAAAA KUKAAA OOOOxx -7685 7291 1 1 5 5 85 685 1685 2685 7685 170 171 PJAAAA LUKAAA VVVVxx -3773 7292 1 1 3 13 73 773 1773 3773 3773 146 147 DPAAAA MUKAAA AAAAxx -7172 7293 0 0 2 12 72 172 1172 2172 7172 144 145 WPAAAA NUKAAA HHHHxx -1740 7294 0 0 0 0 40 740 1740 1740 1740 80 81 YOAAAA OUKAAA OOOOxx -5416 7295 0 0 6 16 16 416 1416 416 5416 32 33 IAAAAA PUKAAA VVVVxx -1823 7296 1 3 3 3 23 823 1823 1823 1823 46 47 DSAAAA QUKAAA AAAAxx -1668 7297 0 0 8 8 68 668 1668 1668 1668 136 137 EMAAAA RUKAAA HHHHxx -1795 7298 1 3 5 15 95 795 1795 1795 1795 190 191 BRAAAA SUKAAA OOOOxx -8599 7299 1 3 9 19 99 599 599 3599 8599 198 199 TSAAAA TUKAAA VVVVxx -5542 7300 0 2 2 2 42 542 1542 542 5542 84 85 EFAAAA UUKAAA AAAAxx -5658 7301 0 2 8 18 58 658 1658 658 5658 116 117 QJAAAA VUKAAA HHHHxx -9824 7302 0 0 4 4 24 824 1824 4824 9824 48 49 WNAAAA WUKAAA OOOOxx -19 7303 1 3 9 19 19 19 19 19 19 38 39 TAAAAA XUKAAA VVVVxx -9344 7304 0 0 4 4 44 344 1344 4344 9344 88 89 KVAAAA YUKAAA AAAAxx -5900 7305 0 0 0 0 0 900 1900 900 5900 0 1 YSAAAA ZUKAAA HHHHxx -7818 7306 0 2 8 18 18 818 1818 2818 7818 36 37 SOAAAA AVKAAA OOOOxx -8377 7307 1 1 7 17 77 377 377 3377 8377 154 155 FKAAAA BVKAAA VVVVxx -6886 7308 0 2 6 6 86 886 886 1886 6886 172 173 WEAAAA CVKAAA AAAAxx -3201 7309 1 1 1 1 1 201 1201 3201 3201 2 3 DTAAAA DVKAAA HHHHxx -87 7310 1 3 7 7 87 87 87 87 87 174 175 JDAAAA EVKAAA OOOOxx -1089 7311 1 1 9 9 89 89 1089 1089 1089 178 179 XPAAAA FVKAAA VVVVxx -3948 7312 0 0 8 8 48 948 1948 3948 3948 96 97 WVAAAA GVKAAA AAAAxx -6383 7313 1 3 3 3 83 383 383 1383 6383 166 167 NLAAAA HVKAAA HHHHxx -837 7314 1 1 7 17 37 837 837 837 837 74 75 FGAAAA IVKAAA OOOOxx -6285 7315 1 1 5 5 85 285 285 1285 6285 170 171 THAAAA JVKAAA VVVVxx -78 7316 0 2 8 18 78 78 78 78 78 156 157 ADAAAA KVKAAA AAAAxx -4389 7317 1 1 9 9 89 389 389 4389 4389 178 179 VMAAAA LVKAAA HHHHxx -4795 7318 1 3 5 15 95 795 795 4795 4795 190 191 LCAAAA MVKAAA OOOOxx -9369 7319 1 1 9 9 69 369 1369 4369 9369 138 139 JWAAAA NVKAAA VVVVxx -69 7320 1 1 9 9 69 69 69 69 69 138 139 RCAAAA OVKAAA AAAAxx -7689 7321 1 1 9 9 89 689 1689 2689 7689 178 179 TJAAAA PVKAAA HHHHxx -5642 7322 0 2 2 2 42 642 1642 642 5642 84 85 AJAAAA QVKAAA OOOOxx -2348 7323 0 0 8 8 48 348 348 2348 2348 96 97 IMAAAA RVKAAA VVVVxx -9308 7324 0 0 8 8 8 308 1308 4308 9308 16 17 AUAAAA SVKAAA AAAAxx -9093 7325 1 1 3 13 93 93 1093 4093 9093 186 187 TLAAAA TVKAAA HHHHxx -1199 7326 1 3 9 19 99 199 1199 1199 1199 198 199 DUAAAA UVKAAA OOOOxx -307 7327 1 3 7 7 7 307 307 307 307 14 15 VLAAAA VVKAAA VVVVxx -3814 7328 0 2 4 14 14 814 1814 3814 3814 28 29 SQAAAA WVKAAA AAAAxx -8817 7329 1 1 7 17 17 817 817 3817 8817 34 35 DBAAAA XVKAAA HHHHxx -2329 7330 1 1 9 9 29 329 329 2329 2329 58 59 PLAAAA YVKAAA OOOOxx -2932 7331 0 0 2 12 32 932 932 2932 2932 64 65 UIAAAA ZVKAAA VVVVxx -1986 7332 0 2 6 6 86 986 1986 1986 1986 172 173 KYAAAA AWKAAA AAAAxx -5279 7333 1 3 9 19 79 279 1279 279 5279 158 159 BVAAAA BWKAAA HHHHxx -5357 7334 1 1 7 17 57 357 1357 357 5357 114 115 BYAAAA CWKAAA OOOOxx -6778 7335 0 2 8 18 78 778 778 1778 6778 156 157 SAAAAA DWKAAA VVVVxx -2773 7336 1 1 3 13 73 773 773 2773 2773 146 147 RCAAAA EWKAAA AAAAxx -244 7337 0 0 4 4 44 244 244 244 244 88 89 KJAAAA FWKAAA HHHHxx -6900 7338 0 0 0 0 0 900 900 1900 6900 0 1 KFAAAA GWKAAA OOOOxx -4739 7339 1 3 9 19 39 739 739 4739 4739 78 79 HAAAAA HWKAAA VVVVxx -3217 7340 1 1 7 17 17 217 1217 3217 3217 34 35 TTAAAA IWKAAA AAAAxx -7563 7341 1 3 3 3 63 563 1563 2563 7563 126 127 XEAAAA JWKAAA HHHHxx -1807 7342 1 3 7 7 7 807 1807 1807 1807 14 15 NRAAAA KWKAAA OOOOxx -4199 7343 1 3 9 19 99 199 199 4199 4199 198 199 NFAAAA LWKAAA VVVVxx -1077 7344 1 1 7 17 77 77 1077 1077 1077 154 155 LPAAAA MWKAAA AAAAxx -8348 7345 0 0 8 8 48 348 348 3348 8348 96 97 CJAAAA NWKAAA HHHHxx -841 7346 1 1 1 1 41 841 841 841 841 82 83 JGAAAA OWKAAA OOOOxx -8154 7347 0 2 4 14 54 154 154 3154 8154 108 109 QBAAAA PWKAAA VVVVxx -5261 7348 1 1 1 1 61 261 1261 261 5261 122 123 JUAAAA QWKAAA AAAAxx -1950 7349 0 2 0 10 50 950 1950 1950 1950 100 101 AXAAAA RWKAAA HHHHxx -8472 7350 0 0 2 12 72 472 472 3472 8472 144 145 WNAAAA SWKAAA OOOOxx -8745 7351 1 1 5 5 45 745 745 3745 8745 90 91 JYAAAA TWKAAA VVVVxx -8715 7352 1 3 5 15 15 715 715 3715 8715 30 31 FXAAAA UWKAAA AAAAxx -9708 7353 0 0 8 8 8 708 1708 4708 9708 16 17 KJAAAA VWKAAA HHHHxx -5860 7354 0 0 0 0 60 860 1860 860 5860 120 121 KRAAAA WWKAAA OOOOxx -9142 7355 0 2 2 2 42 142 1142 4142 9142 84 85 QNAAAA XWKAAA VVVVxx -6582 7356 0 2 2 2 82 582 582 1582 6582 164 165 ETAAAA YWKAAA AAAAxx -1255 7357 1 3 5 15 55 255 1255 1255 1255 110 111 HWAAAA ZWKAAA HHHHxx -6459 7358 1 3 9 19 59 459 459 1459 6459 118 119 LOAAAA AXKAAA OOOOxx -6327 7359 1 3 7 7 27 327 327 1327 6327 54 55 JJAAAA BXKAAA VVVVxx -4692 7360 0 0 2 12 92 692 692 4692 4692 184 185 MYAAAA CXKAAA AAAAxx -3772 7361 0 0 2 12 72 772 1772 3772 3772 144 145 CPAAAA DXKAAA HHHHxx -4203 7362 1 3 3 3 3 203 203 4203 4203 6 7 RFAAAA EXKAAA OOOOxx -2946 7363 0 2 6 6 46 946 946 2946 2946 92 93 IJAAAA FXKAAA VVVVxx -3524 7364 0 0 4 4 24 524 1524 3524 3524 48 49 OFAAAA GXKAAA AAAAxx -8409 7365 1 1 9 9 9 409 409 3409 8409 18 19 LLAAAA HXKAAA HHHHxx -1824 7366 0 0 4 4 24 824 1824 1824 1824 48 49 ESAAAA IXKAAA OOOOxx -4637 7367 1 1 7 17 37 637 637 4637 4637 74 75 JWAAAA JXKAAA VVVVxx -589 7368 1 1 9 9 89 589 589 589 589 178 179 RWAAAA KXKAAA AAAAxx -484 7369 0 0 4 4 84 484 484 484 484 168 169 QSAAAA LXKAAA HHHHxx -8963 7370 1 3 3 3 63 963 963 3963 8963 126 127 TGAAAA MXKAAA OOOOxx -5502 7371 0 2 2 2 2 502 1502 502 5502 4 5 QDAAAA NXKAAA VVVVxx -6982 7372 0 2 2 2 82 982 982 1982 6982 164 165 OIAAAA OXKAAA AAAAxx -8029 7373 1 1 9 9 29 29 29 3029 8029 58 59 VWAAAA PXKAAA HHHHxx -4395 7374 1 3 5 15 95 395 395 4395 4395 190 191 BNAAAA QXKAAA OOOOxx -2595 7375 1 3 5 15 95 595 595 2595 2595 190 191 VVAAAA RXKAAA VVVVxx -2133 7376 1 1 3 13 33 133 133 2133 2133 66 67 BEAAAA SXKAAA AAAAxx -1414 7377 0 2 4 14 14 414 1414 1414 1414 28 29 KCAAAA TXKAAA HHHHxx -8201 7378 1 1 1 1 1 201 201 3201 8201 2 3 LDAAAA UXKAAA OOOOxx -4706 7379 0 2 6 6 6 706 706 4706 4706 12 13 AZAAAA VXKAAA VVVVxx -5310 7380 0 2 0 10 10 310 1310 310 5310 20 21 GWAAAA WXKAAA AAAAxx -7333 7381 1 1 3 13 33 333 1333 2333 7333 66 67 BWAAAA XXKAAA HHHHxx -9420 7382 0 0 0 0 20 420 1420 4420 9420 40 41 IYAAAA YXKAAA OOOOxx -1383 7383 1 3 3 3 83 383 1383 1383 1383 166 167 FBAAAA ZXKAAA VVVVxx -6225 7384 1 1 5 5 25 225 225 1225 6225 50 51 LFAAAA AYKAAA AAAAxx -2064 7385 0 0 4 4 64 64 64 2064 2064 128 129 KBAAAA BYKAAA HHHHxx -6700 7386 0 0 0 0 0 700 700 1700 6700 0 1 SXAAAA CYKAAA OOOOxx -1352 7387 0 0 2 12 52 352 1352 1352 1352 104 105 AAAAAA DYKAAA VVVVxx -4249 7388 1 1 9 9 49 249 249 4249 4249 98 99 LHAAAA EYKAAA AAAAxx -9429 7389 1 1 9 9 29 429 1429 4429 9429 58 59 RYAAAA FYKAAA HHHHxx -8090 7390 0 2 0 10 90 90 90 3090 8090 180 181 EZAAAA GYKAAA OOOOxx -5378 7391 0 2 8 18 78 378 1378 378 5378 156 157 WYAAAA HYKAAA VVVVxx -9085 7392 1 1 5 5 85 85 1085 4085 9085 170 171 LLAAAA IYKAAA AAAAxx -7468 7393 0 0 8 8 68 468 1468 2468 7468 136 137 GBAAAA JYKAAA HHHHxx -9955 7394 1 3 5 15 55 955 1955 4955 9955 110 111 XSAAAA KYKAAA OOOOxx -8692 7395 0 0 2 12 92 692 692 3692 8692 184 185 IWAAAA LYKAAA VVVVxx -1463 7396 1 3 3 3 63 463 1463 1463 1463 126 127 HEAAAA MYKAAA AAAAxx -3577 7397 1 1 7 17 77 577 1577 3577 3577 154 155 PHAAAA NYKAAA HHHHxx -5654 7398 0 2 4 14 54 654 1654 654 5654 108 109 MJAAAA OYKAAA OOOOxx -7955 7399 1 3 5 15 55 955 1955 2955 7955 110 111 ZTAAAA PYKAAA VVVVxx -4843 7400 1 3 3 3 43 843 843 4843 4843 86 87 HEAAAA QYKAAA AAAAxx -1776 7401 0 0 6 16 76 776 1776 1776 1776 152 153 IQAAAA RYKAAA HHHHxx -2223 7402 1 3 3 3 23 223 223 2223 2223 46 47 NHAAAA SYKAAA OOOOxx -8442 7403 0 2 2 2 42 442 442 3442 8442 84 85 SMAAAA TYKAAA VVVVxx -9738 7404 0 2 8 18 38 738 1738 4738 9738 76 77 OKAAAA UYKAAA AAAAxx -4867 7405 1 3 7 7 67 867 867 4867 4867 134 135 FFAAAA VYKAAA HHHHxx -2983 7406 1 3 3 3 83 983 983 2983 2983 166 167 TKAAAA WYKAAA OOOOxx -3300 7407 0 0 0 0 0 300 1300 3300 3300 0 1 YWAAAA XYKAAA VVVVxx -3815 7408 1 3 5 15 15 815 1815 3815 3815 30 31 TQAAAA YYKAAA AAAAxx -1779 7409 1 3 9 19 79 779 1779 1779 1779 158 159 LQAAAA ZYKAAA HHHHxx -1123 7410 1 3 3 3 23 123 1123 1123 1123 46 47 FRAAAA AZKAAA OOOOxx -4824 7411 0 0 4 4 24 824 824 4824 4824 48 49 ODAAAA BZKAAA VVVVxx -5407 7412 1 3 7 7 7 407 1407 407 5407 14 15 ZZAAAA CZKAAA AAAAxx -5123 7413 1 3 3 3 23 123 1123 123 5123 46 47 BPAAAA DZKAAA HHHHxx -2515 7414 1 3 5 15 15 515 515 2515 2515 30 31 TSAAAA EZKAAA OOOOxx -4781 7415 1 1 1 1 81 781 781 4781 4781 162 163 XBAAAA FZKAAA VVVVxx -7831 7416 1 3 1 11 31 831 1831 2831 7831 62 63 FPAAAA GZKAAA AAAAxx -6946 7417 0 2 6 6 46 946 946 1946 6946 92 93 EHAAAA HZKAAA HHHHxx -1215 7418 1 3 5 15 15 215 1215 1215 1215 30 31 TUAAAA IZKAAA OOOOxx -7783 7419 1 3 3 3 83 783 1783 2783 7783 166 167 JNAAAA JZKAAA VVVVxx -4532 7420 0 0 2 12 32 532 532 4532 4532 64 65 ISAAAA KZKAAA AAAAxx -9068 7421 0 0 8 8 68 68 1068 4068 9068 136 137 UKAAAA LZKAAA HHHHxx -7030 7422 0 2 0 10 30 30 1030 2030 7030 60 61 KKAAAA MZKAAA OOOOxx -436 7423 0 0 6 16 36 436 436 436 436 72 73 UQAAAA NZKAAA VVVVxx -6549 7424 1 1 9 9 49 549 549 1549 6549 98 99 XRAAAA OZKAAA AAAAxx -3348 7425 0 0 8 8 48 348 1348 3348 3348 96 97 UYAAAA PZKAAA HHHHxx -6229 7426 1 1 9 9 29 229 229 1229 6229 58 59 PFAAAA QZKAAA OOOOxx -3933 7427 1 1 3 13 33 933 1933 3933 3933 66 67 HVAAAA RZKAAA VVVVxx -1876 7428 0 0 6 16 76 876 1876 1876 1876 152 153 EUAAAA SZKAAA AAAAxx -8920 7429 0 0 0 0 20 920 920 3920 8920 40 41 CFAAAA TZKAAA HHHHxx -7926 7430 0 2 6 6 26 926 1926 2926 7926 52 53 WSAAAA UZKAAA OOOOxx -8805 7431 1 1 5 5 5 805 805 3805 8805 10 11 RAAAAA VZKAAA VVVVxx -6729 7432 1 1 9 9 29 729 729 1729 6729 58 59 VYAAAA WZKAAA AAAAxx -7397 7433 1 1 7 17 97 397 1397 2397 7397 194 195 NYAAAA XZKAAA HHHHxx -9303 7434 1 3 3 3 3 303 1303 4303 9303 6 7 VTAAAA YZKAAA OOOOxx -4255 7435 1 3 5 15 55 255 255 4255 4255 110 111 RHAAAA ZZKAAA VVVVxx -7229 7436 1 1 9 9 29 229 1229 2229 7229 58 59 BSAAAA AALAAA AAAAxx -854 7437 0 2 4 14 54 854 854 854 854 108 109 WGAAAA BALAAA HHHHxx -6723 7438 1 3 3 3 23 723 723 1723 6723 46 47 PYAAAA CALAAA OOOOxx -9597 7439 1 1 7 17 97 597 1597 4597 9597 194 195 DFAAAA DALAAA VVVVxx -6532 7440 0 0 2 12 32 532 532 1532 6532 64 65 GRAAAA EALAAA AAAAxx -2910 7441 0 2 0 10 10 910 910 2910 2910 20 21 YHAAAA FALAAA HHHHxx -6717 7442 1 1 7 17 17 717 717 1717 6717 34 35 JYAAAA GALAAA OOOOxx -1790 7443 0 2 0 10 90 790 1790 1790 1790 180 181 WQAAAA HALAAA VVVVxx -3761 7444 1 1 1 1 61 761 1761 3761 3761 122 123 ROAAAA IALAAA AAAAxx -1565 7445 1 1 5 5 65 565 1565 1565 1565 130 131 FIAAAA JALAAA HHHHxx -6205 7446 1 1 5 5 5 205 205 1205 6205 10 11 REAAAA KALAAA OOOOxx -2726 7447 0 2 6 6 26 726 726 2726 2726 52 53 WAAAAA LALAAA VVVVxx -799 7448 1 3 9 19 99 799 799 799 799 198 199 TEAAAA MALAAA AAAAxx -3540 7449 0 0 0 0 40 540 1540 3540 3540 80 81 EGAAAA NALAAA HHHHxx -5878 7450 0 2 8 18 78 878 1878 878 5878 156 157 CSAAAA OALAAA OOOOxx -2542 7451 0 2 2 2 42 542 542 2542 2542 84 85 UTAAAA PALAAA VVVVxx -4888 7452 0 0 8 8 88 888 888 4888 4888 176 177 AGAAAA QALAAA AAAAxx -5290 7453 0 2 0 10 90 290 1290 290 5290 180 181 MVAAAA RALAAA HHHHxx -7995 7454 1 3 5 15 95 995 1995 2995 7995 190 191 NVAAAA SALAAA OOOOxx -3519 7455 1 3 9 19 19 519 1519 3519 3519 38 39 JFAAAA TALAAA VVVVxx -3571 7456 1 3 1 11 71 571 1571 3571 3571 142 143 JHAAAA UALAAA AAAAxx -7854 7457 0 2 4 14 54 854 1854 2854 7854 108 109 CQAAAA VALAAA HHHHxx -5184 7458 0 0 4 4 84 184 1184 184 5184 168 169 KRAAAA WALAAA OOOOxx -3498 7459 0 2 8 18 98 498 1498 3498 3498 196 197 OEAAAA XALAAA VVVVxx -1264 7460 0 0 4 4 64 264 1264 1264 1264 128 129 QWAAAA YALAAA AAAAxx -3159 7461 1 3 9 19 59 159 1159 3159 3159 118 119 NRAAAA ZALAAA HHHHxx -5480 7462 0 0 0 0 80 480 1480 480 5480 160 161 UCAAAA ABLAAA OOOOxx -1706 7463 0 2 6 6 6 706 1706 1706 1706 12 13 QNAAAA BBLAAA VVVVxx -4540 7464 0 0 0 0 40 540 540 4540 4540 80 81 QSAAAA CBLAAA AAAAxx -2799 7465 1 3 9 19 99 799 799 2799 2799 198 199 RDAAAA DBLAAA HHHHxx -7389 7466 1 1 9 9 89 389 1389 2389 7389 178 179 FYAAAA EBLAAA OOOOxx -5565 7467 1 1 5 5 65 565 1565 565 5565 130 131 BGAAAA FBLAAA VVVVxx -3896 7468 0 0 6 16 96 896 1896 3896 3896 192 193 WTAAAA GBLAAA AAAAxx -2100 7469 0 0 0 0 0 100 100 2100 2100 0 1 UCAAAA HBLAAA HHHHxx -3507 7470 1 3 7 7 7 507 1507 3507 3507 14 15 XEAAAA IBLAAA OOOOxx -7971 7471 1 3 1 11 71 971 1971 2971 7971 142 143 PUAAAA JBLAAA VVVVxx -2312 7472 0 0 2 12 12 312 312 2312 2312 24 25 YKAAAA KBLAAA AAAAxx -2494 7473 0 2 4 14 94 494 494 2494 2494 188 189 YRAAAA LBLAAA HHHHxx -2474 7474 0 2 4 14 74 474 474 2474 2474 148 149 ERAAAA MBLAAA OOOOxx -3136 7475 0 0 6 16 36 136 1136 3136 3136 72 73 QQAAAA NBLAAA VVVVxx -7242 7476 0 2 2 2 42 242 1242 2242 7242 84 85 OSAAAA OBLAAA AAAAxx -9430 7477 0 2 0 10 30 430 1430 4430 9430 60 61 SYAAAA PBLAAA HHHHxx -1052 7478 0 0 2 12 52 52 1052 1052 1052 104 105 MOAAAA QBLAAA OOOOxx -4172 7479 0 0 2 12 72 172 172 4172 4172 144 145 MEAAAA RBLAAA VVVVxx -970 7480 0 2 0 10 70 970 970 970 970 140 141 ILAAAA SBLAAA AAAAxx -882 7481 0 2 2 2 82 882 882 882 882 164 165 YHAAAA TBLAAA HHHHxx -9799 7482 1 3 9 19 99 799 1799 4799 9799 198 199 XMAAAA UBLAAA OOOOxx -5850 7483 0 2 0 10 50 850 1850 850 5850 100 101 ARAAAA VBLAAA VVVVxx -9473 7484 1 1 3 13 73 473 1473 4473 9473 146 147 JAAAAA WBLAAA AAAAxx -8635 7485 1 3 5 15 35 635 635 3635 8635 70 71 DUAAAA XBLAAA HHHHxx -2349 7486 1 1 9 9 49 349 349 2349 2349 98 99 JMAAAA YBLAAA OOOOxx -2270 7487 0 2 0 10 70 270 270 2270 2270 140 141 IJAAAA ZBLAAA VVVVxx -7887 7488 1 3 7 7 87 887 1887 2887 7887 174 175 JRAAAA ACLAAA AAAAxx -3091 7489 1 3 1 11 91 91 1091 3091 3091 182 183 XOAAAA BCLAAA HHHHxx -3728 7490 0 0 8 8 28 728 1728 3728 3728 56 57 KNAAAA CCLAAA OOOOxx -3658 7491 0 2 8 18 58 658 1658 3658 3658 116 117 SKAAAA DCLAAA VVVVxx -5975 7492 1 3 5 15 75 975 1975 975 5975 150 151 VVAAAA ECLAAA AAAAxx -332 7493 0 0 2 12 32 332 332 332 332 64 65 UMAAAA FCLAAA HHHHxx -7990 7494 0 2 0 10 90 990 1990 2990 7990 180 181 IVAAAA GCLAAA OOOOxx -8688 7495 0 0 8 8 88 688 688 3688 8688 176 177 EWAAAA HCLAAA VVVVxx -9601 7496 1 1 1 1 1 601 1601 4601 9601 2 3 HFAAAA ICLAAA AAAAxx -8401 7497 1 1 1 1 1 401 401 3401 8401 2 3 DLAAAA JCLAAA HHHHxx -8093 7498 1 1 3 13 93 93 93 3093 8093 186 187 HZAAAA KCLAAA OOOOxx -4278 7499 0 2 8 18 78 278 278 4278 4278 156 157 OIAAAA LCLAAA VVVVxx -5467 7500 1 3 7 7 67 467 1467 467 5467 134 135 HCAAAA MCLAAA AAAAxx -3137 7501 1 1 7 17 37 137 1137 3137 3137 74 75 RQAAAA NCLAAA HHHHxx -204 7502 0 0 4 4 4 204 204 204 204 8 9 WHAAAA OCLAAA OOOOxx -8224 7503 0 0 4 4 24 224 224 3224 8224 48 49 IEAAAA PCLAAA VVVVxx -2944 7504 0 0 4 4 44 944 944 2944 2944 88 89 GJAAAA QCLAAA AAAAxx -7593 7505 1 1 3 13 93 593 1593 2593 7593 186 187 BGAAAA RCLAAA HHHHxx -814 7506 0 2 4 14 14 814 814 814 814 28 29 IFAAAA SCLAAA OOOOxx -8047 7507 1 3 7 7 47 47 47 3047 8047 94 95 NXAAAA TCLAAA VVVVxx -7802 7508 0 2 2 2 2 802 1802 2802 7802 4 5 COAAAA UCLAAA AAAAxx -901 7509 1 1 1 1 1 901 901 901 901 2 3 RIAAAA VCLAAA HHHHxx -6168 7510 0 0 8 8 68 168 168 1168 6168 136 137 GDAAAA WCLAAA OOOOxx -2950 7511 0 2 0 10 50 950 950 2950 2950 100 101 MJAAAA XCLAAA VVVVxx -5393 7512 1 1 3 13 93 393 1393 393 5393 186 187 LZAAAA YCLAAA AAAAxx -3585 7513 1 1 5 5 85 585 1585 3585 3585 170 171 XHAAAA ZCLAAA HHHHxx -9392 7514 0 0 2 12 92 392 1392 4392 9392 184 185 GXAAAA ADLAAA OOOOxx -8314 7515 0 2 4 14 14 314 314 3314 8314 28 29 UHAAAA BDLAAA VVVVxx -9972 7516 0 0 2 12 72 972 1972 4972 9972 144 145 OTAAAA CDLAAA AAAAxx -9130 7517 0 2 0 10 30 130 1130 4130 9130 60 61 ENAAAA DDLAAA HHHHxx -975 7518 1 3 5 15 75 975 975 975 975 150 151 NLAAAA EDLAAA OOOOxx -5720 7519 0 0 0 0 20 720 1720 720 5720 40 41 AMAAAA FDLAAA VVVVxx -3769 7520 1 1 9 9 69 769 1769 3769 3769 138 139 ZOAAAA GDLAAA AAAAxx -5303 7521 1 3 3 3 3 303 1303 303 5303 6 7 ZVAAAA HDLAAA HHHHxx -6564 7522 0 0 4 4 64 564 564 1564 6564 128 129 MSAAAA IDLAAA OOOOxx -7855 7523 1 3 5 15 55 855 1855 2855 7855 110 111 DQAAAA JDLAAA VVVVxx -8153 7524 1 1 3 13 53 153 153 3153 8153 106 107 PBAAAA KDLAAA AAAAxx -2292 7525 0 0 2 12 92 292 292 2292 2292 184 185 EKAAAA LDLAAA HHHHxx -3156 7526 0 0 6 16 56 156 1156 3156 3156 112 113 KRAAAA MDLAAA OOOOxx -6580 7527 0 0 0 0 80 580 580 1580 6580 160 161 CTAAAA NDLAAA VVVVxx -5324 7528 0 0 4 4 24 324 1324 324 5324 48 49 UWAAAA ODLAAA AAAAxx -8871 7529 1 3 1 11 71 871 871 3871 8871 142 143 FDAAAA PDLAAA HHHHxx -2543 7530 1 3 3 3 43 543 543 2543 2543 86 87 VTAAAA QDLAAA OOOOxx -7857 7531 1 1 7 17 57 857 1857 2857 7857 114 115 FQAAAA RDLAAA VVVVxx -4084 7532 0 0 4 4 84 84 84 4084 4084 168 169 CBAAAA SDLAAA AAAAxx -9887 7533 1 3 7 7 87 887 1887 4887 9887 174 175 HQAAAA TDLAAA HHHHxx -6940 7534 0 0 0 0 40 940 940 1940 6940 80 81 YGAAAA UDLAAA OOOOxx -3415 7535 1 3 5 15 15 415 1415 3415 3415 30 31 JBAAAA VDLAAA VVVVxx -5012 7536 0 0 2 12 12 12 1012 12 5012 24 25 UKAAAA WDLAAA AAAAxx -3187 7537 1 3 7 7 87 187 1187 3187 3187 174 175 PSAAAA XDLAAA HHHHxx -8556 7538 0 0 6 16 56 556 556 3556 8556 112 113 CRAAAA YDLAAA OOOOxx -7966 7539 0 2 6 6 66 966 1966 2966 7966 132 133 KUAAAA ZDLAAA VVVVxx -7481 7540 1 1 1 1 81 481 1481 2481 7481 162 163 TBAAAA AELAAA AAAAxx -8524 7541 0 0 4 4 24 524 524 3524 8524 48 49 WPAAAA BELAAA HHHHxx -3021 7542 1 1 1 1 21 21 1021 3021 3021 42 43 FMAAAA CELAAA OOOOxx -6045 7543 1 1 5 5 45 45 45 1045 6045 90 91 NYAAAA DELAAA VVVVxx -8022 7544 0 2 2 2 22 22 22 3022 8022 44 45 OWAAAA EELAAA AAAAxx -3626 7545 0 2 6 6 26 626 1626 3626 3626 52 53 MJAAAA FELAAA HHHHxx -1030 7546 0 2 0 10 30 30 1030 1030 1030 60 61 QNAAAA GELAAA OOOOxx -8903 7547 1 3 3 3 3 903 903 3903 8903 6 7 LEAAAA HELAAA VVVVxx -7488 7548 0 0 8 8 88 488 1488 2488 7488 176 177 ACAAAA IELAAA AAAAxx -9293 7549 1 1 3 13 93 293 1293 4293 9293 186 187 LTAAAA JELAAA HHHHxx -4586 7550 0 2 6 6 86 586 586 4586 4586 172 173 KUAAAA KELAAA OOOOxx -9282 7551 0 2 2 2 82 282 1282 4282 9282 164 165 ATAAAA LELAAA VVVVxx -1948 7552 0 0 8 8 48 948 1948 1948 1948 96 97 YWAAAA MELAAA AAAAxx -2534 7553 0 2 4 14 34 534 534 2534 2534 68 69 MTAAAA NELAAA HHHHxx -1150 7554 0 2 0 10 50 150 1150 1150 1150 100 101 GSAAAA OELAAA OOOOxx -4931 7555 1 3 1 11 31 931 931 4931 4931 62 63 RHAAAA PELAAA VVVVxx -2866 7556 0 2 6 6 66 866 866 2866 2866 132 133 GGAAAA QELAAA AAAAxx -6172 7557 0 0 2 12 72 172 172 1172 6172 144 145 KDAAAA RELAAA HHHHxx -4819 7558 1 3 9 19 19 819 819 4819 4819 38 39 JDAAAA SELAAA OOOOxx -569 7559 1 1 9 9 69 569 569 569 569 138 139 XVAAAA TELAAA VVVVxx -1146 7560 0 2 6 6 46 146 1146 1146 1146 92 93 CSAAAA UELAAA AAAAxx -3062 7561 0 2 2 2 62 62 1062 3062 3062 124 125 UNAAAA VELAAA HHHHxx -7690 7562 0 2 0 10 90 690 1690 2690 7690 180 181 UJAAAA WELAAA OOOOxx -8611 7563 1 3 1 11 11 611 611 3611 8611 22 23 FTAAAA XELAAA VVVVxx -1142 7564 0 2 2 2 42 142 1142 1142 1142 84 85 YRAAAA YELAAA AAAAxx -1193 7565 1 1 3 13 93 193 1193 1193 1193 186 187 XTAAAA ZELAAA HHHHxx -2507 7566 1 3 7 7 7 507 507 2507 2507 14 15 LSAAAA AFLAAA OOOOxx -1043 7567 1 3 3 3 43 43 1043 1043 1043 86 87 DOAAAA BFLAAA VVVVxx -7472 7568 0 0 2 12 72 472 1472 2472 7472 144 145 KBAAAA CFLAAA AAAAxx -1817 7569 1 1 7 17 17 817 1817 1817 1817 34 35 XRAAAA DFLAAA HHHHxx -3868 7570 0 0 8 8 68 868 1868 3868 3868 136 137 USAAAA EFLAAA OOOOxx -9031 7571 1 3 1 11 31 31 1031 4031 9031 62 63 JJAAAA FFLAAA VVVVxx -7254 7572 0 2 4 14 54 254 1254 2254 7254 108 109 ATAAAA GFLAAA AAAAxx -5030 7573 0 2 0 10 30 30 1030 30 5030 60 61 MLAAAA HFLAAA HHHHxx -6594 7574 0 2 4 14 94 594 594 1594 6594 188 189 QTAAAA IFLAAA OOOOxx -6862 7575 0 2 2 2 62 862 862 1862 6862 124 125 YDAAAA JFLAAA VVVVxx -1994 7576 0 2 4 14 94 994 1994 1994 1994 188 189 SYAAAA KFLAAA AAAAxx -9017 7577 1 1 7 17 17 17 1017 4017 9017 34 35 VIAAAA LFLAAA HHHHxx -5716 7578 0 0 6 16 16 716 1716 716 5716 32 33 WLAAAA MFLAAA OOOOxx -1900 7579 0 0 0 0 0 900 1900 1900 1900 0 1 CVAAAA NFLAAA VVVVxx -120 7580 0 0 0 0 20 120 120 120 120 40 41 QEAAAA OFLAAA AAAAxx -9003 7581 1 3 3 3 3 3 1003 4003 9003 6 7 HIAAAA PFLAAA HHHHxx -4178 7582 0 2 8 18 78 178 178 4178 4178 156 157 SEAAAA QFLAAA OOOOxx -8777 7583 1 1 7 17 77 777 777 3777 8777 154 155 PZAAAA RFLAAA VVVVxx -3653 7584 1 1 3 13 53 653 1653 3653 3653 106 107 NKAAAA SFLAAA AAAAxx -1137 7585 1 1 7 17 37 137 1137 1137 1137 74 75 TRAAAA TFLAAA HHHHxx -6362 7586 0 2 2 2 62 362 362 1362 6362 124 125 SKAAAA UFLAAA OOOOxx -8537 7587 1 1 7 17 37 537 537 3537 8537 74 75 JQAAAA VFLAAA VVVVxx -1590 7588 0 2 0 10 90 590 1590 1590 1590 180 181 EJAAAA WFLAAA AAAAxx -374 7589 0 2 4 14 74 374 374 374 374 148 149 KOAAAA XFLAAA HHHHxx -2597 7590 1 1 7 17 97 597 597 2597 2597 194 195 XVAAAA YFLAAA OOOOxx -8071 7591 1 3 1 11 71 71 71 3071 8071 142 143 LYAAAA ZFLAAA VVVVxx -9009 7592 1 1 9 9 9 9 1009 4009 9009 18 19 NIAAAA AGLAAA AAAAxx -1978 7593 0 2 8 18 78 978 1978 1978 1978 156 157 CYAAAA BGLAAA HHHHxx -1541 7594 1 1 1 1 41 541 1541 1541 1541 82 83 HHAAAA CGLAAA OOOOxx -4998 7595 0 2 8 18 98 998 998 4998 4998 196 197 GKAAAA DGLAAA VVVVxx -1649 7596 1 1 9 9 49 649 1649 1649 1649 98 99 LLAAAA EGLAAA AAAAxx -5426 7597 0 2 6 6 26 426 1426 426 5426 52 53 SAAAAA FGLAAA HHHHxx -1492 7598 0 0 2 12 92 492 1492 1492 1492 184 185 KFAAAA GGLAAA OOOOxx -9622 7599 0 2 2 2 22 622 1622 4622 9622 44 45 CGAAAA HGLAAA VVVVxx -701 7600 1 1 1 1 1 701 701 701 701 2 3 ZAAAAA IGLAAA AAAAxx -2781 7601 1 1 1 1 81 781 781 2781 2781 162 163 ZCAAAA JGLAAA HHHHxx -3982 7602 0 2 2 2 82 982 1982 3982 3982 164 165 EXAAAA KGLAAA OOOOxx -7259 7603 1 3 9 19 59 259 1259 2259 7259 118 119 FTAAAA LGLAAA VVVVxx -9868 7604 0 0 8 8 68 868 1868 4868 9868 136 137 OPAAAA MGLAAA AAAAxx -564 7605 0 0 4 4 64 564 564 564 564 128 129 SVAAAA NGLAAA HHHHxx -6315 7606 1 3 5 15 15 315 315 1315 6315 30 31 XIAAAA OGLAAA OOOOxx -9092 7607 0 0 2 12 92 92 1092 4092 9092 184 185 SLAAAA PGLAAA VVVVxx -8237 7608 1 1 7 17 37 237 237 3237 8237 74 75 VEAAAA QGLAAA AAAAxx -1513 7609 1 1 3 13 13 513 1513 1513 1513 26 27 FGAAAA RGLAAA HHHHxx -1922 7610 0 2 2 2 22 922 1922 1922 1922 44 45 YVAAAA SGLAAA OOOOxx -5396 7611 0 0 6 16 96 396 1396 396 5396 192 193 OZAAAA TGLAAA VVVVxx -2485 7612 1 1 5 5 85 485 485 2485 2485 170 171 PRAAAA UGLAAA AAAAxx -5774 7613 0 2 4 14 74 774 1774 774 5774 148 149 COAAAA VGLAAA HHHHxx -3983 7614 1 3 3 3 83 983 1983 3983 3983 166 167 FXAAAA WGLAAA OOOOxx -221 7615 1 1 1 1 21 221 221 221 221 42 43 NIAAAA XGLAAA VVVVxx -8662 7616 0 2 2 2 62 662 662 3662 8662 124 125 EVAAAA YGLAAA AAAAxx -2456 7617 0 0 6 16 56 456 456 2456 2456 112 113 MQAAAA ZGLAAA HHHHxx -9736 7618 0 0 6 16 36 736 1736 4736 9736 72 73 MKAAAA AHLAAA OOOOxx -8936 7619 0 0 6 16 36 936 936 3936 8936 72 73 SFAAAA BHLAAA VVVVxx -5395 7620 1 3 5 15 95 395 1395 395 5395 190 191 NZAAAA CHLAAA AAAAxx -9523 7621 1 3 3 3 23 523 1523 4523 9523 46 47 HCAAAA DHLAAA HHHHxx -6980 7622 0 0 0 0 80 980 980 1980 6980 160 161 MIAAAA EHLAAA OOOOxx -2091 7623 1 3 1 11 91 91 91 2091 2091 182 183 LCAAAA FHLAAA VVVVxx -6807 7624 1 3 7 7 7 807 807 1807 6807 14 15 VBAAAA GHLAAA AAAAxx -8818 7625 0 2 8 18 18 818 818 3818 8818 36 37 EBAAAA HHLAAA HHHHxx -5298 7626 0 2 8 18 98 298 1298 298 5298 196 197 UVAAAA IHLAAA OOOOxx -1726 7627 0 2 6 6 26 726 1726 1726 1726 52 53 KOAAAA JHLAAA VVVVxx -3878 7628 0 2 8 18 78 878 1878 3878 3878 156 157 ETAAAA KHLAAA AAAAxx -8700 7629 0 0 0 0 0 700 700 3700 8700 0 1 QWAAAA LHLAAA HHHHxx -5201 7630 1 1 1 1 1 201 1201 201 5201 2 3 BSAAAA MHLAAA OOOOxx -3936 7631 0 0 6 16 36 936 1936 3936 3936 72 73 KVAAAA NHLAAA VVVVxx -776 7632 0 0 6 16 76 776 776 776 776 152 153 WDAAAA OHLAAA AAAAxx -5302 7633 0 2 2 2 2 302 1302 302 5302 4 5 YVAAAA PHLAAA HHHHxx -3595 7634 1 3 5 15 95 595 1595 3595 3595 190 191 HIAAAA QHLAAA OOOOxx -9061 7635 1 1 1 1 61 61 1061 4061 9061 122 123 NKAAAA RHLAAA VVVVxx -6261 7636 1 1 1 1 61 261 261 1261 6261 122 123 VGAAAA SHLAAA AAAAxx -8878 7637 0 2 8 18 78 878 878 3878 8878 156 157 MDAAAA THLAAA HHHHxx -3312 7638 0 0 2 12 12 312 1312 3312 3312 24 25 KXAAAA UHLAAA OOOOxx -9422 7639 0 2 2 2 22 422 1422 4422 9422 44 45 KYAAAA VHLAAA VVVVxx -7321 7640 1 1 1 1 21 321 1321 2321 7321 42 43 PVAAAA WHLAAA AAAAxx -3813 7641 1 1 3 13 13 813 1813 3813 3813 26 27 RQAAAA XHLAAA HHHHxx -5848 7642 0 0 8 8 48 848 1848 848 5848 96 97 YQAAAA YHLAAA OOOOxx -3535 7643 1 3 5 15 35 535 1535 3535 3535 70 71 ZFAAAA ZHLAAA VVVVxx -1040 7644 0 0 0 0 40 40 1040 1040 1040 80 81 AOAAAA AILAAA AAAAxx -8572 7645 0 0 2 12 72 572 572 3572 8572 144 145 SRAAAA BILAAA HHHHxx -5435 7646 1 3 5 15 35 435 1435 435 5435 70 71 BBAAAA CILAAA OOOOxx -8199 7647 1 3 9 19 99 199 199 3199 8199 198 199 JDAAAA DILAAA VVVVxx -8775 7648 1 3 5 15 75 775 775 3775 8775 150 151 NZAAAA EILAAA AAAAxx -7722 7649 0 2 2 2 22 722 1722 2722 7722 44 45 ALAAAA FILAAA HHHHxx -3549 7650 1 1 9 9 49 549 1549 3549 3549 98 99 NGAAAA GILAAA OOOOxx -2578 7651 0 2 8 18 78 578 578 2578 2578 156 157 EVAAAA HILAAA VVVVxx -1695 7652 1 3 5 15 95 695 1695 1695 1695 190 191 FNAAAA IILAAA AAAAxx -1902 7653 0 2 2 2 2 902 1902 1902 1902 4 5 EVAAAA JILAAA HHHHxx -6058 7654 0 2 8 18 58 58 58 1058 6058 116 117 AZAAAA KILAAA OOOOxx -6591 7655 1 3 1 11 91 591 591 1591 6591 182 183 NTAAAA LILAAA VVVVxx -7962 7656 0 2 2 2 62 962 1962 2962 7962 124 125 GUAAAA MILAAA AAAAxx -5612 7657 0 0 2 12 12 612 1612 612 5612 24 25 WHAAAA NILAAA HHHHxx -3341 7658 1 1 1 1 41 341 1341 3341 3341 82 83 NYAAAA OILAAA OOOOxx -5460 7659 0 0 0 0 60 460 1460 460 5460 120 121 ACAAAA PILAAA VVVVxx -2368 7660 0 0 8 8 68 368 368 2368 2368 136 137 CNAAAA QILAAA AAAAxx -8646 7661 0 2 6 6 46 646 646 3646 8646 92 93 OUAAAA RILAAA HHHHxx -4987 7662 1 3 7 7 87 987 987 4987 4987 174 175 VJAAAA SILAAA OOOOxx -9018 7663 0 2 8 18 18 18 1018 4018 9018 36 37 WIAAAA TILAAA VVVVxx -8685 7664 1 1 5 5 85 685 685 3685 8685 170 171 BWAAAA UILAAA AAAAxx -694 7665 0 2 4 14 94 694 694 694 694 188 189 SAAAAA VILAAA HHHHxx -2012 7666 0 0 2 12 12 12 12 2012 2012 24 25 KZAAAA WILAAA OOOOxx -2417 7667 1 1 7 17 17 417 417 2417 2417 34 35 ZOAAAA XILAAA VVVVxx -4022 7668 0 2 2 2 22 22 22 4022 4022 44 45 SYAAAA YILAAA AAAAxx -5935 7669 1 3 5 15 35 935 1935 935 5935 70 71 HUAAAA ZILAAA HHHHxx -1656 7670 0 0 6 16 56 656 1656 1656 1656 112 113 SLAAAA AJLAAA OOOOxx -6195 7671 1 3 5 15 95 195 195 1195 6195 190 191 HEAAAA BJLAAA VVVVxx -3057 7672 1 1 7 17 57 57 1057 3057 3057 114 115 PNAAAA CJLAAA AAAAxx -2852 7673 0 0 2 12 52 852 852 2852 2852 104 105 SFAAAA DJLAAA HHHHxx -4634 7674 0 2 4 14 34 634 634 4634 4634 68 69 GWAAAA EJLAAA OOOOxx -1689 7675 1 1 9 9 89 689 1689 1689 1689 178 179 ZMAAAA FJLAAA VVVVxx -4102 7676 0 2 2 2 2 102 102 4102 4102 4 5 UBAAAA GJLAAA AAAAxx -3287 7677 1 3 7 7 87 287 1287 3287 3287 174 175 LWAAAA HJLAAA HHHHxx -5246 7678 0 2 6 6 46 246 1246 246 5246 92 93 UTAAAA IJLAAA OOOOxx -7450 7679 0 2 0 10 50 450 1450 2450 7450 100 101 OAAAAA JJLAAA VVVVxx -6548 7680 0 0 8 8 48 548 548 1548 6548 96 97 WRAAAA KJLAAA AAAAxx -379 7681 1 3 9 19 79 379 379 379 379 158 159 POAAAA LJLAAA HHHHxx -7435 7682 1 3 5 15 35 435 1435 2435 7435 70 71 ZZAAAA MJLAAA OOOOxx -2041 7683 1 1 1 1 41 41 41 2041 2041 82 83 NAAAAA NJLAAA VVVVxx -8462 7684 0 2 2 2 62 462 462 3462 8462 124 125 MNAAAA OJLAAA AAAAxx -9076 7685 0 0 6 16 76 76 1076 4076 9076 152 153 CLAAAA PJLAAA HHHHxx -761 7686 1 1 1 1 61 761 761 761 761 122 123 HDAAAA QJLAAA OOOOxx -795 7687 1 3 5 15 95 795 795 795 795 190 191 PEAAAA RJLAAA VVVVxx -1671 7688 1 3 1 11 71 671 1671 1671 1671 142 143 HMAAAA SJLAAA AAAAxx -695 7689 1 3 5 15 95 695 695 695 695 190 191 TAAAAA TJLAAA HHHHxx -4981 7690 1 1 1 1 81 981 981 4981 4981 162 163 PJAAAA UJLAAA OOOOxx -1211 7691 1 3 1 11 11 211 1211 1211 1211 22 23 PUAAAA VJLAAA VVVVxx -5914 7692 0 2 4 14 14 914 1914 914 5914 28 29 MTAAAA WJLAAA AAAAxx -9356 7693 0 0 6 16 56 356 1356 4356 9356 112 113 WVAAAA XJLAAA HHHHxx -1500 7694 0 0 0 0 0 500 1500 1500 1500 0 1 SFAAAA YJLAAA OOOOxx -3353 7695 1 1 3 13 53 353 1353 3353 3353 106 107 ZYAAAA ZJLAAA VVVVxx -1060 7696 0 0 0 0 60 60 1060 1060 1060 120 121 UOAAAA AKLAAA AAAAxx -7910 7697 0 2 0 10 10 910 1910 2910 7910 20 21 GSAAAA BKLAAA HHHHxx -1329 7698 1 1 9 9 29 329 1329 1329 1329 58 59 DZAAAA CKLAAA OOOOxx -6011 7699 1 3 1 11 11 11 11 1011 6011 22 23 FXAAAA DKLAAA VVVVxx -7146 7700 0 2 6 6 46 146 1146 2146 7146 92 93 WOAAAA EKLAAA AAAAxx -4602 7701 0 2 2 2 2 602 602 4602 4602 4 5 AVAAAA FKLAAA HHHHxx -6751 7702 1 3 1 11 51 751 751 1751 6751 102 103 RZAAAA GKLAAA OOOOxx -2666 7703 0 2 6 6 66 666 666 2666 2666 132 133 OYAAAA HKLAAA VVVVxx -2785 7704 1 1 5 5 85 785 785 2785 2785 170 171 DDAAAA IKLAAA AAAAxx -5851 7705 1 3 1 11 51 851 1851 851 5851 102 103 BRAAAA JKLAAA HHHHxx -2435 7706 1 3 5 15 35 435 435 2435 2435 70 71 RPAAAA KKLAAA OOOOxx -7429 7707 1 1 9 9 29 429 1429 2429 7429 58 59 TZAAAA LKLAAA VVVVxx -4241 7708 1 1 1 1 41 241 241 4241 4241 82 83 DHAAAA MKLAAA AAAAxx -5691 7709 1 3 1 11 91 691 1691 691 5691 182 183 XKAAAA NKLAAA HHHHxx -7731 7710 1 3 1 11 31 731 1731 2731 7731 62 63 JLAAAA OKLAAA OOOOxx -249 7711 1 1 9 9 49 249 249 249 249 98 99 PJAAAA PKLAAA VVVVxx -1731 7712 1 3 1 11 31 731 1731 1731 1731 62 63 POAAAA QKLAAA AAAAxx -8716 7713 0 0 6 16 16 716 716 3716 8716 32 33 GXAAAA RKLAAA HHHHxx -2670 7714 0 2 0 10 70 670 670 2670 2670 140 141 SYAAAA SKLAAA OOOOxx -4654 7715 0 2 4 14 54 654 654 4654 4654 108 109 AXAAAA TKLAAA VVVVxx -1027 7716 1 3 7 7 27 27 1027 1027 1027 54 55 NNAAAA UKLAAA AAAAxx -1099 7717 1 3 9 19 99 99 1099 1099 1099 198 199 HQAAAA VKLAAA HHHHxx -3617 7718 1 1 7 17 17 617 1617 3617 3617 34 35 DJAAAA WKLAAA OOOOxx -4330 7719 0 2 0 10 30 330 330 4330 4330 60 61 OKAAAA XKLAAA VVVVxx -9750 7720 0 2 0 10 50 750 1750 4750 9750 100 101 ALAAAA YKLAAA AAAAxx -467 7721 1 3 7 7 67 467 467 467 467 134 135 ZRAAAA ZKLAAA HHHHxx -8525 7722 1 1 5 5 25 525 525 3525 8525 50 51 XPAAAA ALLAAA OOOOxx -5990 7723 0 2 0 10 90 990 1990 990 5990 180 181 KWAAAA BLLAAA VVVVxx -4839 7724 1 3 9 19 39 839 839 4839 4839 78 79 DEAAAA CLLAAA AAAAxx -9914 7725 0 2 4 14 14 914 1914 4914 9914 28 29 IRAAAA DLLAAA HHHHxx -7047 7726 1 3 7 7 47 47 1047 2047 7047 94 95 BLAAAA ELLAAA OOOOxx -874 7727 0 2 4 14 74 874 874 874 874 148 149 QHAAAA FLLAAA VVVVxx -6061 7728 1 1 1 1 61 61 61 1061 6061 122 123 DZAAAA GLLAAA AAAAxx -5491 7729 1 3 1 11 91 491 1491 491 5491 182 183 FDAAAA HLLAAA HHHHxx -4344 7730 0 0 4 4 44 344 344 4344 4344 88 89 CLAAAA ILLAAA OOOOxx -1281 7731 1 1 1 1 81 281 1281 1281 1281 162 163 HXAAAA JLLAAA VVVVxx -3597 7732 1 1 7 17 97 597 1597 3597 3597 194 195 JIAAAA KLLAAA AAAAxx -4992 7733 0 0 2 12 92 992 992 4992 4992 184 185 AKAAAA LLLAAA HHHHxx -3849 7734 1 1 9 9 49 849 1849 3849 3849 98 99 BSAAAA MLLAAA OOOOxx -2655 7735 1 3 5 15 55 655 655 2655 2655 110 111 DYAAAA NLLAAA VVVVxx -147 7736 1 3 7 7 47 147 147 147 147 94 95 RFAAAA OLLAAA AAAAxx -9110 7737 0 2 0 10 10 110 1110 4110 9110 20 21 KMAAAA PLLAAA HHHHxx -1637 7738 1 1 7 17 37 637 1637 1637 1637 74 75 ZKAAAA QLLAAA OOOOxx -9826 7739 0 2 6 6 26 826 1826 4826 9826 52 53 YNAAAA RLLAAA VVVVxx -5957 7740 1 1 7 17 57 957 1957 957 5957 114 115 DVAAAA SLLAAA AAAAxx -6932 7741 0 0 2 12 32 932 932 1932 6932 64 65 QGAAAA TLLAAA HHHHxx -9684 7742 0 0 4 4 84 684 1684 4684 9684 168 169 MIAAAA ULLAAA OOOOxx -4653 7743 1 1 3 13 53 653 653 4653 4653 106 107 ZWAAAA VLLAAA VVVVxx -8065 7744 1 1 5 5 65 65 65 3065 8065 130 131 FYAAAA WLLAAA AAAAxx -1202 7745 0 2 2 2 2 202 1202 1202 1202 4 5 GUAAAA XLLAAA HHHHxx -9214 7746 0 2 4 14 14 214 1214 4214 9214 28 29 KQAAAA YLLAAA OOOOxx -196 7747 0 0 6 16 96 196 196 196 196 192 193 OHAAAA ZLLAAA VVVVxx -4486 7748 0 2 6 6 86 486 486 4486 4486 172 173 OQAAAA AMLAAA AAAAxx -2585 7749 1 1 5 5 85 585 585 2585 2585 170 171 LVAAAA BMLAAA HHHHxx -2464 7750 0 0 4 4 64 464 464 2464 2464 128 129 UQAAAA CMLAAA OOOOxx -3467 7751 1 3 7 7 67 467 1467 3467 3467 134 135 JDAAAA DMLAAA VVVVxx -9295 7752 1 3 5 15 95 295 1295 4295 9295 190 191 NTAAAA EMLAAA AAAAxx -517 7753 1 1 7 17 17 517 517 517 517 34 35 XTAAAA FMLAAA HHHHxx -6870 7754 0 2 0 10 70 870 870 1870 6870 140 141 GEAAAA GMLAAA OOOOxx -5732 7755 0 0 2 12 32 732 1732 732 5732 64 65 MMAAAA HMLAAA VVVVxx -9376 7756 0 0 6 16 76 376 1376 4376 9376 152 153 QWAAAA IMLAAA AAAAxx -838 7757 0 2 8 18 38 838 838 838 838 76 77 GGAAAA JMLAAA HHHHxx -9254 7758 0 2 4 14 54 254 1254 4254 9254 108 109 YRAAAA KMLAAA OOOOxx -8879 7759 1 3 9 19 79 879 879 3879 8879 158 159 NDAAAA LMLAAA VVVVxx -6281 7760 1 1 1 1 81 281 281 1281 6281 162 163 PHAAAA MMLAAA AAAAxx -8216 7761 0 0 6 16 16 216 216 3216 8216 32 33 AEAAAA NMLAAA HHHHxx -9213 7762 1 1 3 13 13 213 1213 4213 9213 26 27 JQAAAA OMLAAA OOOOxx -7234 7763 0 2 4 14 34 234 1234 2234 7234 68 69 GSAAAA PMLAAA VVVVxx -5692 7764 0 0 2 12 92 692 1692 692 5692 184 185 YKAAAA QMLAAA AAAAxx -693 7765 1 1 3 13 93 693 693 693 693 186 187 RAAAAA RMLAAA HHHHxx -9050 7766 0 2 0 10 50 50 1050 4050 9050 100 101 CKAAAA SMLAAA OOOOxx -3623 7767 1 3 3 3 23 623 1623 3623 3623 46 47 JJAAAA TMLAAA VVVVxx -2130 7768 0 2 0 10 30 130 130 2130 2130 60 61 YDAAAA UMLAAA AAAAxx -2514 7769 0 2 4 14 14 514 514 2514 2514 28 29 SSAAAA VMLAAA HHHHxx -1812 7770 0 0 2 12 12 812 1812 1812 1812 24 25 SRAAAA WMLAAA OOOOxx -9037 7771 1 1 7 17 37 37 1037 4037 9037 74 75 PJAAAA XMLAAA VVVVxx -5054 7772 0 2 4 14 54 54 1054 54 5054 108 109 KMAAAA YMLAAA AAAAxx -7801 7773 1 1 1 1 1 801 1801 2801 7801 2 3 BOAAAA ZMLAAA HHHHxx -7939 7774 1 3 9 19 39 939 1939 2939 7939 78 79 JTAAAA ANLAAA OOOOxx -7374 7775 0 2 4 14 74 374 1374 2374 7374 148 149 QXAAAA BNLAAA VVVVxx -1058 7776 0 2 8 18 58 58 1058 1058 1058 116 117 SOAAAA CNLAAA AAAAxx -1972 7777 0 0 2 12 72 972 1972 1972 1972 144 145 WXAAAA DNLAAA HHHHxx -3741 7778 1 1 1 1 41 741 1741 3741 3741 82 83 XNAAAA ENLAAA OOOOxx -2227 7779 1 3 7 7 27 227 227 2227 2227 54 55 RHAAAA FNLAAA VVVVxx -304 7780 0 0 4 4 4 304 304 304 304 8 9 SLAAAA GNLAAA AAAAxx -4914 7781 0 2 4 14 14 914 914 4914 4914 28 29 AHAAAA HNLAAA HHHHxx -2428 7782 0 0 8 8 28 428 428 2428 2428 56 57 KPAAAA INLAAA OOOOxx -6660 7783 0 0 0 0 60 660 660 1660 6660 120 121 EWAAAA JNLAAA VVVVxx -2676 7784 0 0 6 16 76 676 676 2676 2676 152 153 YYAAAA KNLAAA AAAAxx -2454 7785 0 2 4 14 54 454 454 2454 2454 108 109 KQAAAA LNLAAA HHHHxx -3798 7786 0 2 8 18 98 798 1798 3798 3798 196 197 CQAAAA MNLAAA OOOOxx -1341 7787 1 1 1 1 41 341 1341 1341 1341 82 83 PZAAAA NNLAAA VVVVxx -1611 7788 1 3 1 11 11 611 1611 1611 1611 22 23 ZJAAAA ONLAAA AAAAxx -2681 7789 1 1 1 1 81 681 681 2681 2681 162 163 DZAAAA PNLAAA HHHHxx -7292 7790 0 0 2 12 92 292 1292 2292 7292 184 185 MUAAAA QNLAAA OOOOxx -7775 7791 1 3 5 15 75 775 1775 2775 7775 150 151 BNAAAA RNLAAA VVVVxx -794 7792 0 2 4 14 94 794 794 794 794 188 189 OEAAAA SNLAAA AAAAxx -8709 7793 1 1 9 9 9 709 709 3709 8709 18 19 ZWAAAA TNLAAA HHHHxx -1901 7794 1 1 1 1 1 901 1901 1901 1901 2 3 DVAAAA UNLAAA OOOOxx -3089 7795 1 1 9 9 89 89 1089 3089 3089 178 179 VOAAAA VNLAAA VVVVxx -7797 7796 1 1 7 17 97 797 1797 2797 7797 194 195 XNAAAA WNLAAA AAAAxx -6070 7797 0 2 0 10 70 70 70 1070 6070 140 141 MZAAAA XNLAAA HHHHxx -2191 7798 1 3 1 11 91 191 191 2191 2191 182 183 HGAAAA YNLAAA OOOOxx -3497 7799 1 1 7 17 97 497 1497 3497 3497 194 195 NEAAAA ZNLAAA VVVVxx -8302 7800 0 2 2 2 2 302 302 3302 8302 4 5 IHAAAA AOLAAA AAAAxx -4365 7801 1 1 5 5 65 365 365 4365 4365 130 131 XLAAAA BOLAAA HHHHxx -3588 7802 0 0 8 8 88 588 1588 3588 3588 176 177 AIAAAA COLAAA OOOOxx -8292 7803 0 0 2 12 92 292 292 3292 8292 184 185 YGAAAA DOLAAA VVVVxx -4696 7804 0 0 6 16 96 696 696 4696 4696 192 193 QYAAAA EOLAAA AAAAxx -5641 7805 1 1 1 1 41 641 1641 641 5641 82 83 ZIAAAA FOLAAA HHHHxx -9386 7806 0 2 6 6 86 386 1386 4386 9386 172 173 AXAAAA GOLAAA OOOOxx -507 7807 1 3 7 7 7 507 507 507 507 14 15 NTAAAA HOLAAA VVVVxx -7201 7808 1 1 1 1 1 201 1201 2201 7201 2 3 ZQAAAA IOLAAA AAAAxx -7785 7809 1 1 5 5 85 785 1785 2785 7785 170 171 LNAAAA JOLAAA HHHHxx -463 7810 1 3 3 3 63 463 463 463 463 126 127 VRAAAA KOLAAA OOOOxx -6656 7811 0 0 6 16 56 656 656 1656 6656 112 113 AWAAAA LOLAAA VVVVxx -807 7812 1 3 7 7 7 807 807 807 807 14 15 BFAAAA MOLAAA AAAAxx -7278 7813 0 2 8 18 78 278 1278 2278 7278 156 157 YTAAAA NOLAAA HHHHxx -6237 7814 1 1 7 17 37 237 237 1237 6237 74 75 XFAAAA OOLAAA OOOOxx -7671 7815 1 3 1 11 71 671 1671 2671 7671 142 143 BJAAAA POLAAA VVVVxx -2235 7816 1 3 5 15 35 235 235 2235 2235 70 71 ZHAAAA QOLAAA AAAAxx -4042 7817 0 2 2 2 42 42 42 4042 4042 84 85 MZAAAA ROLAAA HHHHxx -5273 7818 1 1 3 13 73 273 1273 273 5273 146 147 VUAAAA SOLAAA OOOOxx -7557 7819 1 1 7 17 57 557 1557 2557 7557 114 115 REAAAA TOLAAA VVVVxx -4007 7820 1 3 7 7 7 7 7 4007 4007 14 15 DYAAAA UOLAAA AAAAxx -1428 7821 0 0 8 8 28 428 1428 1428 1428 56 57 YCAAAA VOLAAA HHHHxx -9739 7822 1 3 9 19 39 739 1739 4739 9739 78 79 PKAAAA WOLAAA OOOOxx -7836 7823 0 0 6 16 36 836 1836 2836 7836 72 73 KPAAAA XOLAAA VVVVxx -1777 7824 1 1 7 17 77 777 1777 1777 1777 154 155 JQAAAA YOLAAA AAAAxx -5192 7825 0 0 2 12 92 192 1192 192 5192 184 185 SRAAAA ZOLAAA HHHHxx -7236 7826 0 0 6 16 36 236 1236 2236 7236 72 73 ISAAAA APLAAA OOOOxx -1623 7827 1 3 3 3 23 623 1623 1623 1623 46 47 LKAAAA BPLAAA VVVVxx -8288 7828 0 0 8 8 88 288 288 3288 8288 176 177 UGAAAA CPLAAA AAAAxx -2827 7829 1 3 7 7 27 827 827 2827 2827 54 55 TEAAAA DPLAAA HHHHxx -458 7830 0 2 8 18 58 458 458 458 458 116 117 QRAAAA EPLAAA OOOOxx -1818 7831 0 2 8 18 18 818 1818 1818 1818 36 37 YRAAAA FPLAAA VVVVxx -6837 7832 1 1 7 17 37 837 837 1837 6837 74 75 ZCAAAA GPLAAA AAAAxx -7825 7833 1 1 5 5 25 825 1825 2825 7825 50 51 ZOAAAA HPLAAA HHHHxx -9146 7834 0 2 6 6 46 146 1146 4146 9146 92 93 UNAAAA IPLAAA OOOOxx -8451 7835 1 3 1 11 51 451 451 3451 8451 102 103 BNAAAA JPLAAA VVVVxx -6438 7836 0 2 8 18 38 438 438 1438 6438 76 77 QNAAAA KPLAAA AAAAxx -4020 7837 0 0 0 0 20 20 20 4020 4020 40 41 QYAAAA LPLAAA HHHHxx -4068 7838 0 0 8 8 68 68 68 4068 4068 136 137 MAAAAA MPLAAA OOOOxx -2411 7839 1 3 1 11 11 411 411 2411 2411 22 23 TOAAAA NPLAAA VVVVxx -6222 7840 0 2 2 2 22 222 222 1222 6222 44 45 IFAAAA OPLAAA AAAAxx -3164 7841 0 0 4 4 64 164 1164 3164 3164 128 129 SRAAAA PPLAAA HHHHxx -311 7842 1 3 1 11 11 311 311 311 311 22 23 ZLAAAA QPLAAA OOOOxx -5683 7843 1 3 3 3 83 683 1683 683 5683 166 167 PKAAAA RPLAAA VVVVxx -3993 7844 1 1 3 13 93 993 1993 3993 3993 186 187 PXAAAA SPLAAA AAAAxx -9897 7845 1 1 7 17 97 897 1897 4897 9897 194 195 RQAAAA TPLAAA HHHHxx -6609 7846 1 1 9 9 9 609 609 1609 6609 18 19 FUAAAA UPLAAA OOOOxx -1362 7847 0 2 2 2 62 362 1362 1362 1362 124 125 KAAAAA VPLAAA VVVVxx -3918 7848 0 2 8 18 18 918 1918 3918 3918 36 37 SUAAAA WPLAAA AAAAxx -7376 7849 0 0 6 16 76 376 1376 2376 7376 152 153 SXAAAA XPLAAA HHHHxx -6996 7850 0 0 6 16 96 996 996 1996 6996 192 193 CJAAAA YPLAAA OOOOxx -9567 7851 1 3 7 7 67 567 1567 4567 9567 134 135 ZDAAAA ZPLAAA VVVVxx -7525 7852 1 1 5 5 25 525 1525 2525 7525 50 51 LDAAAA AQLAAA AAAAxx -9069 7853 1 1 9 9 69 69 1069 4069 9069 138 139 VKAAAA BQLAAA HHHHxx -9999 7854 1 3 9 19 99 999 1999 4999 9999 198 199 PUAAAA CQLAAA OOOOxx -9237 7855 1 1 7 17 37 237 1237 4237 9237 74 75 HRAAAA DQLAAA VVVVxx -8441 7856 1 1 1 1 41 441 441 3441 8441 82 83 RMAAAA EQLAAA AAAAxx -6769 7857 1 1 9 9 69 769 769 1769 6769 138 139 JAAAAA FQLAAA HHHHxx -6073 7858 1 1 3 13 73 73 73 1073 6073 146 147 PZAAAA GQLAAA OOOOxx -1091 7859 1 3 1 11 91 91 1091 1091 1091 182 183 ZPAAAA HQLAAA VVVVxx -9886 7860 0 2 6 6 86 886 1886 4886 9886 172 173 GQAAAA IQLAAA AAAAxx -3971 7861 1 3 1 11 71 971 1971 3971 3971 142 143 TWAAAA JQLAAA HHHHxx -4621 7862 1 1 1 1 21 621 621 4621 4621 42 43 TVAAAA KQLAAA OOOOxx -3120 7863 0 0 0 0 20 120 1120 3120 3120 40 41 AQAAAA LQLAAA VVVVxx -9773 7864 1 1 3 13 73 773 1773 4773 9773 146 147 XLAAAA MQLAAA AAAAxx -8712 7865 0 0 2 12 12 712 712 3712 8712 24 25 CXAAAA NQLAAA HHHHxx -801 7866 1 1 1 1 1 801 801 801 801 2 3 VEAAAA OQLAAA OOOOxx -9478 7867 0 2 8 18 78 478 1478 4478 9478 156 157 OAAAAA PQLAAA VVVVxx -3466 7868 0 2 6 6 66 466 1466 3466 3466 132 133 IDAAAA QQLAAA AAAAxx -6326 7869 0 2 6 6 26 326 326 1326 6326 52 53 IJAAAA RQLAAA HHHHxx -1723 7870 1 3 3 3 23 723 1723 1723 1723 46 47 HOAAAA SQLAAA OOOOxx -4978 7871 0 2 8 18 78 978 978 4978 4978 156 157 MJAAAA TQLAAA VVVVxx -2311 7872 1 3 1 11 11 311 311 2311 2311 22 23 XKAAAA UQLAAA AAAAxx -9532 7873 0 0 2 12 32 532 1532 4532 9532 64 65 QCAAAA VQLAAA HHHHxx -3680 7874 0 0 0 0 80 680 1680 3680 3680 160 161 OLAAAA WQLAAA OOOOxx -1244 7875 0 0 4 4 44 244 1244 1244 1244 88 89 WVAAAA XQLAAA VVVVxx -3821 7876 1 1 1 1 21 821 1821 3821 3821 42 43 ZQAAAA YQLAAA AAAAxx -9586 7877 0 2 6 6 86 586 1586 4586 9586 172 173 SEAAAA ZQLAAA HHHHxx -3894 7878 0 2 4 14 94 894 1894 3894 3894 188 189 UTAAAA ARLAAA OOOOxx -6169 7879 1 1 9 9 69 169 169 1169 6169 138 139 HDAAAA BRLAAA VVVVxx -5919 7880 1 3 9 19 19 919 1919 919 5919 38 39 RTAAAA CRLAAA AAAAxx -4187 7881 1 3 7 7 87 187 187 4187 4187 174 175 BFAAAA DRLAAA HHHHxx -5477 7882 1 1 7 17 77 477 1477 477 5477 154 155 RCAAAA ERLAAA OOOOxx -2806 7883 0 2 6 6 6 806 806 2806 2806 12 13 YDAAAA FRLAAA VVVVxx -8158 7884 0 2 8 18 58 158 158 3158 8158 116 117 UBAAAA GRLAAA AAAAxx -7130 7885 0 2 0 10 30 130 1130 2130 7130 60 61 GOAAAA HRLAAA HHHHxx -7133 7886 1 1 3 13 33 133 1133 2133 7133 66 67 JOAAAA IRLAAA OOOOxx -6033 7887 1 1 3 13 33 33 33 1033 6033 66 67 BYAAAA JRLAAA VVVVxx -2415 7888 1 3 5 15 15 415 415 2415 2415 30 31 XOAAAA KRLAAA AAAAxx -8091 7889 1 3 1 11 91 91 91 3091 8091 182 183 FZAAAA LRLAAA HHHHxx -8347 7890 1 3 7 7 47 347 347 3347 8347 94 95 BJAAAA MRLAAA OOOOxx -7879 7891 1 3 9 19 79 879 1879 2879 7879 158 159 BRAAAA NRLAAA VVVVxx -9360 7892 0 0 0 0 60 360 1360 4360 9360 120 121 AWAAAA ORLAAA AAAAxx -3369 7893 1 1 9 9 69 369 1369 3369 3369 138 139 PZAAAA PRLAAA HHHHxx -8536 7894 0 0 6 16 36 536 536 3536 8536 72 73 IQAAAA QRLAAA OOOOxx -8628 7895 0 0 8 8 28 628 628 3628 8628 56 57 WTAAAA RRLAAA VVVVxx -1580 7896 0 0 0 0 80 580 1580 1580 1580 160 161 UIAAAA SRLAAA AAAAxx -705 7897 1 1 5 5 5 705 705 705 705 10 11 DBAAAA TRLAAA HHHHxx -4650 7898 0 2 0 10 50 650 650 4650 4650 100 101 WWAAAA URLAAA OOOOxx -9165 7899 1 1 5 5 65 165 1165 4165 9165 130 131 NOAAAA VRLAAA VVVVxx -4820 7900 0 0 0 0 20 820 820 4820 4820 40 41 KDAAAA WRLAAA AAAAxx -3538 7901 0 2 8 18 38 538 1538 3538 3538 76 77 CGAAAA XRLAAA HHHHxx -9947 7902 1 3 7 7 47 947 1947 4947 9947 94 95 PSAAAA YRLAAA OOOOxx -4954 7903 0 2 4 14 54 954 954 4954 4954 108 109 OIAAAA ZRLAAA VVVVxx -1104 7904 0 0 4 4 4 104 1104 1104 1104 8 9 MQAAAA ASLAAA AAAAxx -8455 7905 1 3 5 15 55 455 455 3455 8455 110 111 FNAAAA BSLAAA HHHHxx -8307 7906 1 3 7 7 7 307 307 3307 8307 14 15 NHAAAA CSLAAA OOOOxx -9203 7907 1 3 3 3 3 203 1203 4203 9203 6 7 ZPAAAA DSLAAA VVVVxx -7565 7908 1 1 5 5 65 565 1565 2565 7565 130 131 ZEAAAA ESLAAA AAAAxx -7745 7909 1 1 5 5 45 745 1745 2745 7745 90 91 XLAAAA FSLAAA HHHHxx -1787 7910 1 3 7 7 87 787 1787 1787 1787 174 175 TQAAAA GSLAAA OOOOxx -4861 7911 1 1 1 1 61 861 861 4861 4861 122 123 ZEAAAA HSLAAA VVVVxx -5183 7912 1 3 3 3 83 183 1183 183 5183 166 167 JRAAAA ISLAAA AAAAxx -529 7913 1 1 9 9 29 529 529 529 529 58 59 JUAAAA JSLAAA HHHHxx -2470 7914 0 2 0 10 70 470 470 2470 2470 140 141 ARAAAA KSLAAA OOOOxx -1267 7915 1 3 7 7 67 267 1267 1267 1267 134 135 TWAAAA LSLAAA VVVVxx -2059 7916 1 3 9 19 59 59 59 2059 2059 118 119 FBAAAA MSLAAA AAAAxx -1862 7917 0 2 2 2 62 862 1862 1862 1862 124 125 QTAAAA NSLAAA HHHHxx -7382 7918 0 2 2 2 82 382 1382 2382 7382 164 165 YXAAAA OSLAAA OOOOxx -4796 7919 0 0 6 16 96 796 796 4796 4796 192 193 MCAAAA PSLAAA VVVVxx -2331 7920 1 3 1 11 31 331 331 2331 2331 62 63 RLAAAA QSLAAA AAAAxx -8870 7921 0 2 0 10 70 870 870 3870 8870 140 141 EDAAAA RSLAAA HHHHxx -9581 7922 1 1 1 1 81 581 1581 4581 9581 162 163 NEAAAA SSLAAA OOOOxx -9063 7923 1 3 3 3 63 63 1063 4063 9063 126 127 PKAAAA TSLAAA VVVVxx -2192 7924 0 0 2 12 92 192 192 2192 2192 184 185 IGAAAA USLAAA AAAAxx -6466 7925 0 2 6 6 66 466 466 1466 6466 132 133 SOAAAA VSLAAA HHHHxx -7096 7926 0 0 6 16 96 96 1096 2096 7096 192 193 YMAAAA WSLAAA OOOOxx -6257 7927 1 1 7 17 57 257 257 1257 6257 114 115 RGAAAA XSLAAA VVVVxx -7009 7928 1 1 9 9 9 9 1009 2009 7009 18 19 PJAAAA YSLAAA AAAAxx -8136 7929 0 0 6 16 36 136 136 3136 8136 72 73 YAAAAA ZSLAAA HHHHxx -1854 7930 0 2 4 14 54 854 1854 1854 1854 108 109 ITAAAA ATLAAA OOOOxx -3644 7931 0 0 4 4 44 644 1644 3644 3644 88 89 EKAAAA BTLAAA VVVVxx -4437 7932 1 1 7 17 37 437 437 4437 4437 74 75 ROAAAA CTLAAA AAAAxx -7209 7933 1 1 9 9 9 209 1209 2209 7209 18 19 HRAAAA DTLAAA HHHHxx -1516 7934 0 0 6 16 16 516 1516 1516 1516 32 33 IGAAAA ETLAAA OOOOxx -822 7935 0 2 2 2 22 822 822 822 822 44 45 QFAAAA FTLAAA VVVVxx -1778 7936 0 2 8 18 78 778 1778 1778 1778 156 157 KQAAAA GTLAAA AAAAxx -8161 7937 1 1 1 1 61 161 161 3161 8161 122 123 XBAAAA HTLAAA HHHHxx -6030 7938 0 2 0 10 30 30 30 1030 6030 60 61 YXAAAA ITLAAA OOOOxx -3515 7939 1 3 5 15 15 515 1515 3515 3515 30 31 FFAAAA JTLAAA VVVVxx -1702 7940 0 2 2 2 2 702 1702 1702 1702 4 5 MNAAAA KTLAAA AAAAxx -2671 7941 1 3 1 11 71 671 671 2671 2671 142 143 TYAAAA LTLAAA HHHHxx -7623 7942 1 3 3 3 23 623 1623 2623 7623 46 47 FHAAAA MTLAAA OOOOxx -9828 7943 0 0 8 8 28 828 1828 4828 9828 56 57 AOAAAA NTLAAA VVVVxx -1888 7944 0 0 8 8 88 888 1888 1888 1888 176 177 QUAAAA OTLAAA AAAAxx -4520 7945 0 0 0 0 20 520 520 4520 4520 40 41 WRAAAA PTLAAA HHHHxx -3461 7946 1 1 1 1 61 461 1461 3461 3461 122 123 DDAAAA QTLAAA OOOOxx -1488 7947 0 0 8 8 88 488 1488 1488 1488 176 177 GFAAAA RTLAAA VVVVxx -7753 7948 1 1 3 13 53 753 1753 2753 7753 106 107 FMAAAA STLAAA AAAAxx -5525 7949 1 1 5 5 25 525 1525 525 5525 50 51 NEAAAA TTLAAA HHHHxx -5220 7950 0 0 0 0 20 220 1220 220 5220 40 41 USAAAA UTLAAA OOOOxx -305 7951 1 1 5 5 5 305 305 305 305 10 11 TLAAAA VTLAAA VVVVxx -7883 7952 1 3 3 3 83 883 1883 2883 7883 166 167 FRAAAA WTLAAA AAAAxx -1222 7953 0 2 2 2 22 222 1222 1222 1222 44 45 AVAAAA XTLAAA HHHHxx -8552 7954 0 0 2 12 52 552 552 3552 8552 104 105 YQAAAA YTLAAA OOOOxx -6097 7955 1 1 7 17 97 97 97 1097 6097 194 195 NAAAAA ZTLAAA VVVVxx -2298 7956 0 2 8 18 98 298 298 2298 2298 196 197 KKAAAA AULAAA AAAAxx -956 7957 0 0 6 16 56 956 956 956 956 112 113 UKAAAA BULAAA HHHHxx -9351 7958 1 3 1 11 51 351 1351 4351 9351 102 103 RVAAAA CULAAA OOOOxx -6669 7959 1 1 9 9 69 669 669 1669 6669 138 139 NWAAAA DULAAA VVVVxx -9383 7960 1 3 3 3 83 383 1383 4383 9383 166 167 XWAAAA EULAAA AAAAxx -1607 7961 1 3 7 7 7 607 1607 1607 1607 14 15 VJAAAA FULAAA HHHHxx -812 7962 0 0 2 12 12 812 812 812 812 24 25 GFAAAA GULAAA OOOOxx -2109 7963 1 1 9 9 9 109 109 2109 2109 18 19 DDAAAA HULAAA VVVVxx -207 7964 1 3 7 7 7 207 207 207 207 14 15 ZHAAAA IULAAA AAAAxx -7124 7965 0 0 4 4 24 124 1124 2124 7124 48 49 AOAAAA JULAAA HHHHxx -9333 7966 1 1 3 13 33 333 1333 4333 9333 66 67 ZUAAAA KULAAA OOOOxx -3262 7967 0 2 2 2 62 262 1262 3262 3262 124 125 MVAAAA LULAAA VVVVxx -1070 7968 0 2 0 10 70 70 1070 1070 1070 140 141 EPAAAA MULAAA AAAAxx -7579 7969 1 3 9 19 79 579 1579 2579 7579 158 159 NFAAAA NULAAA HHHHxx -9283 7970 1 3 3 3 83 283 1283 4283 9283 166 167 BTAAAA OULAAA OOOOxx -4917 7971 1 1 7 17 17 917 917 4917 4917 34 35 DHAAAA PULAAA VVVVxx -1328 7972 0 0 8 8 28 328 1328 1328 1328 56 57 CZAAAA QULAAA AAAAxx -3042 7973 0 2 2 2 42 42 1042 3042 3042 84 85 ANAAAA RULAAA HHHHxx -8352 7974 0 0 2 12 52 352 352 3352 8352 104 105 GJAAAA SULAAA OOOOxx -2710 7975 0 2 0 10 10 710 710 2710 2710 20 21 GAAAAA TULAAA VVVVxx -3330 7976 0 2 0 10 30 330 1330 3330 3330 60 61 CYAAAA UULAAA AAAAxx -2822 7977 0 2 2 2 22 822 822 2822 2822 44 45 OEAAAA VULAAA HHHHxx -5627 7978 1 3 7 7 27 627 1627 627 5627 54 55 LIAAAA WULAAA OOOOxx -7848 7979 0 0 8 8 48 848 1848 2848 7848 96 97 WPAAAA XULAAA VVVVxx -7384 7980 0 0 4 4 84 384 1384 2384 7384 168 169 AYAAAA YULAAA AAAAxx -727 7981 1 3 7 7 27 727 727 727 727 54 55 ZBAAAA ZULAAA HHHHxx -9926 7982 0 2 6 6 26 926 1926 4926 9926 52 53 URAAAA AVLAAA OOOOxx -2647 7983 1 3 7 7 47 647 647 2647 2647 94 95 VXAAAA BVLAAA VVVVxx -6416 7984 0 0 6 16 16 416 416 1416 6416 32 33 UMAAAA CVLAAA AAAAxx -8751 7985 1 3 1 11 51 751 751 3751 8751 102 103 PYAAAA DVLAAA HHHHxx -6515 7986 1 3 5 15 15 515 515 1515 6515 30 31 PQAAAA EVLAAA OOOOxx -2472 7987 0 0 2 12 72 472 472 2472 2472 144 145 CRAAAA FVLAAA VVVVxx -7205 7988 1 1 5 5 5 205 1205 2205 7205 10 11 DRAAAA GVLAAA AAAAxx -9654 7989 0 2 4 14 54 654 1654 4654 9654 108 109 IHAAAA HVLAAA HHHHxx -5646 7990 0 2 6 6 46 646 1646 646 5646 92 93 EJAAAA IVLAAA OOOOxx -4217 7991 1 1 7 17 17 217 217 4217 4217 34 35 FGAAAA JVLAAA VVVVxx -4484 7992 0 0 4 4 84 484 484 4484 4484 168 169 MQAAAA KVLAAA AAAAxx -6654 7993 0 2 4 14 54 654 654 1654 6654 108 109 YVAAAA LVLAAA HHHHxx -4876 7994 0 0 6 16 76 876 876 4876 4876 152 153 OFAAAA MVLAAA OOOOxx -9690 7995 0 2 0 10 90 690 1690 4690 9690 180 181 SIAAAA NVLAAA VVVVxx -2453 7996 1 1 3 13 53 453 453 2453 2453 106 107 JQAAAA OVLAAA AAAAxx -829 7997 1 1 9 9 29 829 829 829 829 58 59 XFAAAA PVLAAA HHHHxx -2547 7998 1 3 7 7 47 547 547 2547 2547 94 95 ZTAAAA QVLAAA OOOOxx -9726 7999 0 2 6 6 26 726 1726 4726 9726 52 53 CKAAAA RVLAAA VVVVxx -9267 8000 1 3 7 7 67 267 1267 4267 9267 134 135 LSAAAA SVLAAA AAAAxx -7448 8001 0 0 8 8 48 448 1448 2448 7448 96 97 MAAAAA TVLAAA HHHHxx -610 8002 0 2 0 10 10 610 610 610 610 20 21 MXAAAA UVLAAA OOOOxx -2791 8003 1 3 1 11 91 791 791 2791 2791 182 183 JDAAAA VVLAAA VVVVxx -3651 8004 1 3 1 11 51 651 1651 3651 3651 102 103 LKAAAA WVLAAA AAAAxx -5206 8005 0 2 6 6 6 206 1206 206 5206 12 13 GSAAAA XVLAAA HHHHxx -8774 8006 0 2 4 14 74 774 774 3774 8774 148 149 MZAAAA YVLAAA OOOOxx -4753 8007 1 1 3 13 53 753 753 4753 4753 106 107 VAAAAA ZVLAAA VVVVxx -4755 8008 1 3 5 15 55 755 755 4755 4755 110 111 XAAAAA AWLAAA AAAAxx -686 8009 0 2 6 6 86 686 686 686 686 172 173 KAAAAA BWLAAA HHHHxx -8281 8010 1 1 1 1 81 281 281 3281 8281 162 163 NGAAAA CWLAAA OOOOxx -2058 8011 0 2 8 18 58 58 58 2058 2058 116 117 EBAAAA DWLAAA VVVVxx -8900 8012 0 0 0 0 0 900 900 3900 8900 0 1 IEAAAA EWLAAA AAAAxx -8588 8013 0 0 8 8 88 588 588 3588 8588 176 177 ISAAAA FWLAAA HHHHxx -2904 8014 0 0 4 4 4 904 904 2904 2904 8 9 SHAAAA GWLAAA OOOOxx -8917 8015 1 1 7 17 17 917 917 3917 8917 34 35 ZEAAAA HWLAAA VVVVxx -9026 8016 0 2 6 6 26 26 1026 4026 9026 52 53 EJAAAA IWLAAA AAAAxx -2416 8017 0 0 6 16 16 416 416 2416 2416 32 33 YOAAAA JWLAAA HHHHxx -1053 8018 1 1 3 13 53 53 1053 1053 1053 106 107 NOAAAA KWLAAA OOOOxx -7141 8019 1 1 1 1 41 141 1141 2141 7141 82 83 ROAAAA LWLAAA VVVVxx -9771 8020 1 3 1 11 71 771 1771 4771 9771 142 143 VLAAAA MWLAAA AAAAxx -2774 8021 0 2 4 14 74 774 774 2774 2774 148 149 SCAAAA NWLAAA HHHHxx -3213 8022 1 1 3 13 13 213 1213 3213 3213 26 27 PTAAAA OWLAAA OOOOxx -5694 8023 0 2 4 14 94 694 1694 694 5694 188 189 ALAAAA PWLAAA VVVVxx -6631 8024 1 3 1 11 31 631 631 1631 6631 62 63 BVAAAA QWLAAA AAAAxx -6638 8025 0 2 8 18 38 638 638 1638 6638 76 77 IVAAAA RWLAAA HHHHxx -7407 8026 1 3 7 7 7 407 1407 2407 7407 14 15 XYAAAA SWLAAA OOOOxx -8972 8027 0 0 2 12 72 972 972 3972 8972 144 145 CHAAAA TWLAAA VVVVxx -2202 8028 0 2 2 2 2 202 202 2202 2202 4 5 SGAAAA UWLAAA AAAAxx -6135 8029 1 3 5 15 35 135 135 1135 6135 70 71 ZBAAAA VWLAAA HHHHxx -5043 8030 1 3 3 3 43 43 1043 43 5043 86 87 ZLAAAA WWLAAA OOOOxx -5163 8031 1 3 3 3 63 163 1163 163 5163 126 127 PQAAAA XWLAAA VVVVxx -1191 8032 1 3 1 11 91 191 1191 1191 1191 182 183 VTAAAA YWLAAA AAAAxx -6576 8033 0 0 6 16 76 576 576 1576 6576 152 153 YSAAAA ZWLAAA HHHHxx -3455 8034 1 3 5 15 55 455 1455 3455 3455 110 111 XCAAAA AXLAAA OOOOxx -3688 8035 0 0 8 8 88 688 1688 3688 3688 176 177 WLAAAA BXLAAA VVVVxx -4982 8036 0 2 2 2 82 982 982 4982 4982 164 165 QJAAAA CXLAAA AAAAxx -4180 8037 0 0 0 0 80 180 180 4180 4180 160 161 UEAAAA DXLAAA HHHHxx -4708 8038 0 0 8 8 8 708 708 4708 4708 16 17 CZAAAA EXLAAA OOOOxx -1241 8039 1 1 1 1 41 241 1241 1241 1241 82 83 TVAAAA FXLAAA VVVVxx -4921 8040 1 1 1 1 21 921 921 4921 4921 42 43 HHAAAA GXLAAA AAAAxx -3197 8041 1 1 7 17 97 197 1197 3197 3197 194 195 ZSAAAA HXLAAA HHHHxx -8225 8042 1 1 5 5 25 225 225 3225 8225 50 51 JEAAAA IXLAAA OOOOxx -5913 8043 1 1 3 13 13 913 1913 913 5913 26 27 LTAAAA JXLAAA VVVVxx -6387 8044 1 3 7 7 87 387 387 1387 6387 174 175 RLAAAA KXLAAA AAAAxx -2706 8045 0 2 6 6 6 706 706 2706 2706 12 13 CAAAAA LXLAAA HHHHxx -1461 8046 1 1 1 1 61 461 1461 1461 1461 122 123 FEAAAA MXLAAA OOOOxx -7646 8047 0 2 6 6 46 646 1646 2646 7646 92 93 CIAAAA NXLAAA VVVVxx -8066 8048 0 2 6 6 66 66 66 3066 8066 132 133 GYAAAA OXLAAA AAAAxx -4171 8049 1 3 1 11 71 171 171 4171 4171 142 143 LEAAAA PXLAAA HHHHxx -8008 8050 0 0 8 8 8 8 8 3008 8008 16 17 AWAAAA QXLAAA OOOOxx -2088 8051 0 0 8 8 88 88 88 2088 2088 176 177 ICAAAA RXLAAA VVVVxx -7907 8052 1 3 7 7 7 907 1907 2907 7907 14 15 DSAAAA SXLAAA AAAAxx -2429 8053 1 1 9 9 29 429 429 2429 2429 58 59 LPAAAA TXLAAA HHHHxx -9629 8054 1 1 9 9 29 629 1629 4629 9629 58 59 JGAAAA UXLAAA OOOOxx -1470 8055 0 2 0 10 70 470 1470 1470 1470 140 141 OEAAAA VXLAAA VVVVxx -4346 8056 0 2 6 6 46 346 346 4346 4346 92 93 ELAAAA WXLAAA AAAAxx -7219 8057 1 3 9 19 19 219 1219 2219 7219 38 39 RRAAAA XXLAAA HHHHxx -1185 8058 1 1 5 5 85 185 1185 1185 1185 170 171 PTAAAA YXLAAA OOOOxx -8776 8059 0 0 6 16 76 776 776 3776 8776 152 153 OZAAAA ZXLAAA VVVVxx -684 8060 0 0 4 4 84 684 684 684 684 168 169 IAAAAA AYLAAA AAAAxx -2343 8061 1 3 3 3 43 343 343 2343 2343 86 87 DMAAAA BYLAAA HHHHxx -4470 8062 0 2 0 10 70 470 470 4470 4470 140 141 YPAAAA CYLAAA OOOOxx -5116 8063 0 0 6 16 16 116 1116 116 5116 32 33 UOAAAA DYLAAA VVVVxx -1746 8064 0 2 6 6 46 746 1746 1746 1746 92 93 EPAAAA EYLAAA AAAAxx -3216 8065 0 0 6 16 16 216 1216 3216 3216 32 33 STAAAA FYLAAA HHHHxx -4594 8066 0 2 4 14 94 594 594 4594 4594 188 189 SUAAAA GYLAAA OOOOxx -3013 8067 1 1 3 13 13 13 1013 3013 3013 26 27 XLAAAA HYLAAA VVVVxx -2307 8068 1 3 7 7 7 307 307 2307 2307 14 15 TKAAAA IYLAAA AAAAxx -7663 8069 1 3 3 3 63 663 1663 2663 7663 126 127 TIAAAA JYLAAA HHHHxx -8504 8070 0 0 4 4 4 504 504 3504 8504 8 9 CPAAAA KYLAAA OOOOxx -3683 8071 1 3 3 3 83 683 1683 3683 3683 166 167 RLAAAA LYLAAA VVVVxx -144 8072 0 0 4 4 44 144 144 144 144 88 89 OFAAAA MYLAAA AAAAxx -203 8073 1 3 3 3 3 203 203 203 203 6 7 VHAAAA NYLAAA HHHHxx -5255 8074 1 3 5 15 55 255 1255 255 5255 110 111 DUAAAA OYLAAA OOOOxx -4150 8075 0 2 0 10 50 150 150 4150 4150 100 101 QDAAAA PYLAAA VVVVxx -5701 8076 1 1 1 1 1 701 1701 701 5701 2 3 HLAAAA QYLAAA AAAAxx -7400 8077 0 0 0 0 0 400 1400 2400 7400 0 1 QYAAAA RYLAAA HHHHxx -8203 8078 1 3 3 3 3 203 203 3203 8203 6 7 NDAAAA SYLAAA OOOOxx -637 8079 1 1 7 17 37 637 637 637 637 74 75 NYAAAA TYLAAA VVVVxx -2898 8080 0 2 8 18 98 898 898 2898 2898 196 197 MHAAAA UYLAAA AAAAxx -1110 8081 0 2 0 10 10 110 1110 1110 1110 20 21 SQAAAA VYLAAA HHHHxx -6255 8082 1 3 5 15 55 255 255 1255 6255 110 111 PGAAAA WYLAAA OOOOxx -1071 8083 1 3 1 11 71 71 1071 1071 1071 142 143 FPAAAA XYLAAA VVVVxx -541 8084 1 1 1 1 41 541 541 541 541 82 83 VUAAAA YYLAAA AAAAxx -8077 8085 1 1 7 17 77 77 77 3077 8077 154 155 RYAAAA ZYLAAA HHHHxx -6809 8086 1 1 9 9 9 809 809 1809 6809 18 19 XBAAAA AZLAAA OOOOxx -4749 8087 1 1 9 9 49 749 749 4749 4749 98 99 RAAAAA BZLAAA VVVVxx -2886 8088 0 2 6 6 86 886 886 2886 2886 172 173 AHAAAA CZLAAA AAAAxx -5510 8089 0 2 0 10 10 510 1510 510 5510 20 21 YDAAAA DZLAAA HHHHxx -713 8090 1 1 3 13 13 713 713 713 713 26 27 LBAAAA EZLAAA OOOOxx -8388 8091 0 0 8 8 88 388 388 3388 8388 176 177 QKAAAA FZLAAA VVVVxx -9524 8092 0 0 4 4 24 524 1524 4524 9524 48 49 ICAAAA GZLAAA AAAAxx -9949 8093 1 1 9 9 49 949 1949 4949 9949 98 99 RSAAAA HZLAAA HHHHxx -885 8094 1 1 5 5 85 885 885 885 885 170 171 BIAAAA IZLAAA OOOOxx -8699 8095 1 3 9 19 99 699 699 3699 8699 198 199 PWAAAA JZLAAA VVVVxx -2232 8096 0 0 2 12 32 232 232 2232 2232 64 65 WHAAAA KZLAAA AAAAxx -5142 8097 0 2 2 2 42 142 1142 142 5142 84 85 UPAAAA LZLAAA HHHHxx -8891 8098 1 3 1 11 91 891 891 3891 8891 182 183 ZDAAAA MZLAAA OOOOxx -1881 8099 1 1 1 1 81 881 1881 1881 1881 162 163 JUAAAA NZLAAA VVVVxx -3751 8100 1 3 1 11 51 751 1751 3751 3751 102 103 HOAAAA OZLAAA AAAAxx -1896 8101 0 0 6 16 96 896 1896 1896 1896 192 193 YUAAAA PZLAAA HHHHxx -8258 8102 0 2 8 18 58 258 258 3258 8258 116 117 QFAAAA QZLAAA OOOOxx -3820 8103 0 0 0 0 20 820 1820 3820 3820 40 41 YQAAAA RZLAAA VVVVxx -6617 8104 1 1 7 17 17 617 617 1617 6617 34 35 NUAAAA SZLAAA AAAAxx -5100 8105 0 0 0 0 0 100 1100 100 5100 0 1 EOAAAA TZLAAA HHHHxx -4277 8106 1 1 7 17 77 277 277 4277 4277 154 155 NIAAAA UZLAAA OOOOxx -2498 8107 0 2 8 18 98 498 498 2498 2498 196 197 CSAAAA VZLAAA VVVVxx -4343 8108 1 3 3 3 43 343 343 4343 4343 86 87 BLAAAA WZLAAA AAAAxx -8319 8109 1 3 9 19 19 319 319 3319 8319 38 39 ZHAAAA XZLAAA HHHHxx -4803 8110 1 3 3 3 3 803 803 4803 4803 6 7 TCAAAA YZLAAA OOOOxx -3100 8111 0 0 0 0 0 100 1100 3100 3100 0 1 GPAAAA ZZLAAA VVVVxx -428 8112 0 0 8 8 28 428 428 428 428 56 57 MQAAAA AAMAAA AAAAxx -2811 8113 1 3 1 11 11 811 811 2811 2811 22 23 DEAAAA BAMAAA HHHHxx -2989 8114 1 1 9 9 89 989 989 2989 2989 178 179 ZKAAAA CAMAAA OOOOxx -1100 8115 0 0 0 0 0 100 1100 1100 1100 0 1 IQAAAA DAMAAA VVVVxx -6586 8116 0 2 6 6 86 586 586 1586 6586 172 173 ITAAAA EAMAAA AAAAxx -3124 8117 0 0 4 4 24 124 1124 3124 3124 48 49 EQAAAA FAMAAA HHHHxx -1635 8118 1 3 5 15 35 635 1635 1635 1635 70 71 XKAAAA GAMAAA OOOOxx -3888 8119 0 0 8 8 88 888 1888 3888 3888 176 177 OTAAAA HAMAAA VVVVxx -8369 8120 1 1 9 9 69 369 369 3369 8369 138 139 XJAAAA IAMAAA AAAAxx -3148 8121 0 0 8 8 48 148 1148 3148 3148 96 97 CRAAAA JAMAAA HHHHxx -2842 8122 0 2 2 2 42 842 842 2842 2842 84 85 IFAAAA KAMAAA OOOOxx -4965 8123 1 1 5 5 65 965 965 4965 4965 130 131 ZIAAAA LAMAAA VVVVxx -3742 8124 0 2 2 2 42 742 1742 3742 3742 84 85 YNAAAA MAMAAA AAAAxx -5196 8125 0 0 6 16 96 196 1196 196 5196 192 193 WRAAAA NAMAAA HHHHxx -9105 8126 1 1 5 5 5 105 1105 4105 9105 10 11 FMAAAA OAMAAA OOOOxx -6806 8127 0 2 6 6 6 806 806 1806 6806 12 13 UBAAAA PAMAAA VVVVxx -5849 8128 1 1 9 9 49 849 1849 849 5849 98 99 ZQAAAA QAMAAA AAAAxx -6504 8129 0 0 4 4 4 504 504 1504 6504 8 9 EQAAAA RAMAAA HHHHxx -9841 8130 1 1 1 1 41 841 1841 4841 9841 82 83 NOAAAA SAMAAA OOOOxx -457 8131 1 1 7 17 57 457 457 457 457 114 115 PRAAAA TAMAAA VVVVxx -8856 8132 0 0 6 16 56 856 856 3856 8856 112 113 QCAAAA UAMAAA AAAAxx -8043 8133 1 3 3 3 43 43 43 3043 8043 86 87 JXAAAA VAMAAA HHHHxx -5933 8134 1 1 3 13 33 933 1933 933 5933 66 67 FUAAAA WAMAAA OOOOxx -5725 8135 1 1 5 5 25 725 1725 725 5725 50 51 FMAAAA XAMAAA VVVVxx -8607 8136 1 3 7 7 7 607 607 3607 8607 14 15 BTAAAA YAMAAA AAAAxx -9280 8137 0 0 0 0 80 280 1280 4280 9280 160 161 YSAAAA ZAMAAA HHHHxx -6017 8138 1 1 7 17 17 17 17 1017 6017 34 35 LXAAAA ABMAAA OOOOxx -4946 8139 0 2 6 6 46 946 946 4946 4946 92 93 GIAAAA BBMAAA VVVVxx -7373 8140 1 1 3 13 73 373 1373 2373 7373 146 147 PXAAAA CBMAAA AAAAxx -8096 8141 0 0 6 16 96 96 96 3096 8096 192 193 KZAAAA DBMAAA HHHHxx -3178 8142 0 2 8 18 78 178 1178 3178 3178 156 157 GSAAAA EBMAAA OOOOxx -1849 8143 1 1 9 9 49 849 1849 1849 1849 98 99 DTAAAA FBMAAA VVVVxx -8813 8144 1 1 3 13 13 813 813 3813 8813 26 27 ZAAAAA GBMAAA AAAAxx -460 8145 0 0 0 0 60 460 460 460 460 120 121 SRAAAA HBMAAA HHHHxx -7756 8146 0 0 6 16 56 756 1756 2756 7756 112 113 IMAAAA IBMAAA OOOOxx -4425 8147 1 1 5 5 25 425 425 4425 4425 50 51 FOAAAA JBMAAA VVVVxx -1602 8148 0 2 2 2 2 602 1602 1602 1602 4 5 QJAAAA KBMAAA AAAAxx -5981 8149 1 1 1 1 81 981 1981 981 5981 162 163 BWAAAA LBMAAA HHHHxx -8139 8150 1 3 9 19 39 139 139 3139 8139 78 79 BBAAAA MBMAAA OOOOxx -754 8151 0 2 4 14 54 754 754 754 754 108 109 ADAAAA NBMAAA VVVVxx -26 8152 0 2 6 6 26 26 26 26 26 52 53 ABAAAA OBMAAA AAAAxx -106 8153 0 2 6 6 6 106 106 106 106 12 13 CEAAAA PBMAAA HHHHxx -7465 8154 1 1 5 5 65 465 1465 2465 7465 130 131 DBAAAA QBMAAA OOOOxx -1048 8155 0 0 8 8 48 48 1048 1048 1048 96 97 IOAAAA RBMAAA VVVVxx -2303 8156 1 3 3 3 3 303 303 2303 2303 6 7 PKAAAA SBMAAA AAAAxx -5794 8157 0 2 4 14 94 794 1794 794 5794 188 189 WOAAAA TBMAAA HHHHxx -3321 8158 1 1 1 1 21 321 1321 3321 3321 42 43 TXAAAA UBMAAA OOOOxx -6122 8159 0 2 2 2 22 122 122 1122 6122 44 45 MBAAAA VBMAAA VVVVxx -6474 8160 0 2 4 14 74 474 474 1474 6474 148 149 APAAAA WBMAAA AAAAxx -827 8161 1 3 7 7 27 827 827 827 827 54 55 VFAAAA XBMAAA HHHHxx -6616 8162 0 0 6 16 16 616 616 1616 6616 32 33 MUAAAA YBMAAA OOOOxx -2131 8163 1 3 1 11 31 131 131 2131 2131 62 63 ZDAAAA ZBMAAA VVVVxx -5483 8164 1 3 3 3 83 483 1483 483 5483 166 167 XCAAAA ACMAAA AAAAxx -606 8165 0 2 6 6 6 606 606 606 606 12 13 IXAAAA BCMAAA HHHHxx -922 8166 0 2 2 2 22 922 922 922 922 44 45 MJAAAA CCMAAA OOOOxx -8475 8167 1 3 5 15 75 475 475 3475 8475 150 151 ZNAAAA DCMAAA VVVVxx -7645 8168 1 1 5 5 45 645 1645 2645 7645 90 91 BIAAAA ECMAAA AAAAxx -5097 8169 1 1 7 17 97 97 1097 97 5097 194 195 BOAAAA FCMAAA HHHHxx -5377 8170 1 1 7 17 77 377 1377 377 5377 154 155 VYAAAA GCMAAA OOOOxx -6116 8171 0 0 6 16 16 116 116 1116 6116 32 33 GBAAAA HCMAAA VVVVxx -8674 8172 0 2 4 14 74 674 674 3674 8674 148 149 QVAAAA ICMAAA AAAAxx -8063 8173 1 3 3 3 63 63 63 3063 8063 126 127 DYAAAA JCMAAA HHHHxx -5271 8174 1 3 1 11 71 271 1271 271 5271 142 143 TUAAAA KCMAAA OOOOxx -1619 8175 1 3 9 19 19 619 1619 1619 1619 38 39 HKAAAA LCMAAA VVVVxx -6419 8176 1 3 9 19 19 419 419 1419 6419 38 39 XMAAAA MCMAAA AAAAxx -7651 8177 1 3 1 11 51 651 1651 2651 7651 102 103 HIAAAA NCMAAA HHHHxx -2897 8178 1 1 7 17 97 897 897 2897 2897 194 195 LHAAAA OCMAAA OOOOxx -8148 8179 0 0 8 8 48 148 148 3148 8148 96 97 KBAAAA PCMAAA VVVVxx -7461 8180 1 1 1 1 61 461 1461 2461 7461 122 123 ZAAAAA QCMAAA AAAAxx -9186 8181 0 2 6 6 86 186 1186 4186 9186 172 173 IPAAAA RCMAAA HHHHxx -7127 8182 1 3 7 7 27 127 1127 2127 7127 54 55 DOAAAA SCMAAA OOOOxx -8233 8183 1 1 3 13 33 233 233 3233 8233 66 67 REAAAA TCMAAA VVVVxx -9651 8184 1 3 1 11 51 651 1651 4651 9651 102 103 FHAAAA UCMAAA AAAAxx -6746 8185 0 2 6 6 46 746 746 1746 6746 92 93 MZAAAA VCMAAA HHHHxx -7835 8186 1 3 5 15 35 835 1835 2835 7835 70 71 JPAAAA WCMAAA OOOOxx -8815 8187 1 3 5 15 15 815 815 3815 8815 30 31 BBAAAA XCMAAA VVVVxx -6398 8188 0 2 8 18 98 398 398 1398 6398 196 197 CMAAAA YCMAAA AAAAxx -5344 8189 0 0 4 4 44 344 1344 344 5344 88 89 OXAAAA ZCMAAA HHHHxx -8209 8190 1 1 9 9 9 209 209 3209 8209 18 19 TDAAAA ADMAAA OOOOxx -8444 8191 0 0 4 4 44 444 444 3444 8444 88 89 UMAAAA BDMAAA VVVVxx -5669 8192 1 1 9 9 69 669 1669 669 5669 138 139 BKAAAA CDMAAA AAAAxx -2455 8193 1 3 5 15 55 455 455 2455 2455 110 111 LQAAAA DDMAAA HHHHxx -6767 8194 1 3 7 7 67 767 767 1767 6767 134 135 HAAAAA EDMAAA OOOOxx -135 8195 1 3 5 15 35 135 135 135 135 70 71 FFAAAA FDMAAA VVVVxx -3503 8196 1 3 3 3 3 503 1503 3503 3503 6 7 TEAAAA GDMAAA AAAAxx -6102 8197 0 2 2 2 2 102 102 1102 6102 4 5 SAAAAA HDMAAA HHHHxx -7136 8198 0 0 6 16 36 136 1136 2136 7136 72 73 MOAAAA IDMAAA OOOOxx -4933 8199 1 1 3 13 33 933 933 4933 4933 66 67 THAAAA JDMAAA VVVVxx -8804 8200 0 0 4 4 4 804 804 3804 8804 8 9 QAAAAA KDMAAA AAAAxx -3760 8201 0 0 0 0 60 760 1760 3760 3760 120 121 QOAAAA LDMAAA HHHHxx -8603 8202 1 3 3 3 3 603 603 3603 8603 6 7 XSAAAA MDMAAA OOOOxx -7411 8203 1 3 1 11 11 411 1411 2411 7411 22 23 BZAAAA NDMAAA VVVVxx -834 8204 0 2 4 14 34 834 834 834 834 68 69 CGAAAA ODMAAA AAAAxx -7385 8205 1 1 5 5 85 385 1385 2385 7385 170 171 BYAAAA PDMAAA HHHHxx -3696 8206 0 0 6 16 96 696 1696 3696 3696 192 193 EMAAAA QDMAAA OOOOxx -8720 8207 0 0 0 0 20 720 720 3720 8720 40 41 KXAAAA RDMAAA VVVVxx -4539 8208 1 3 9 19 39 539 539 4539 4539 78 79 PSAAAA SDMAAA AAAAxx -9837 8209 1 1 7 17 37 837 1837 4837 9837 74 75 JOAAAA TDMAAA HHHHxx -8595 8210 1 3 5 15 95 595 595 3595 8595 190 191 PSAAAA UDMAAA OOOOxx -3673 8211 1 1 3 13 73 673 1673 3673 3673 146 147 HLAAAA VDMAAA VVVVxx -475 8212 1 3 5 15 75 475 475 475 475 150 151 HSAAAA WDMAAA AAAAxx -2256 8213 0 0 6 16 56 256 256 2256 2256 112 113 UIAAAA XDMAAA HHHHxx -6349 8214 1 1 9 9 49 349 349 1349 6349 98 99 FKAAAA YDMAAA OOOOxx -9968 8215 0 0 8 8 68 968 1968 4968 9968 136 137 KTAAAA ZDMAAA VVVVxx -7261 8216 1 1 1 1 61 261 1261 2261 7261 122 123 HTAAAA AEMAAA AAAAxx -5799 8217 1 3 9 19 99 799 1799 799 5799 198 199 BPAAAA BEMAAA HHHHxx -8159 8218 1 3 9 19 59 159 159 3159 8159 118 119 VBAAAA CEMAAA OOOOxx -92 8219 0 0 2 12 92 92 92 92 92 184 185 ODAAAA DEMAAA VVVVxx -5927 8220 1 3 7 7 27 927 1927 927 5927 54 55 ZTAAAA EEMAAA AAAAxx -7925 8221 1 1 5 5 25 925 1925 2925 7925 50 51 VSAAAA FEMAAA HHHHxx -5836 8222 0 0 6 16 36 836 1836 836 5836 72 73 MQAAAA GEMAAA OOOOxx -7935 8223 1 3 5 15 35 935 1935 2935 7935 70 71 FTAAAA HEMAAA VVVVxx -5505 8224 1 1 5 5 5 505 1505 505 5505 10 11 TDAAAA IEMAAA AAAAxx -5882 8225 0 2 2 2 82 882 1882 882 5882 164 165 GSAAAA JEMAAA HHHHxx -4411 8226 1 3 1 11 11 411 411 4411 4411 22 23 RNAAAA KEMAAA OOOOxx -64 8227 0 0 4 4 64 64 64 64 64 128 129 MCAAAA LEMAAA VVVVxx -2851 8228 1 3 1 11 51 851 851 2851 2851 102 103 RFAAAA MEMAAA AAAAxx -1665 8229 1 1 5 5 65 665 1665 1665 1665 130 131 BMAAAA NEMAAA HHHHxx -2895 8230 1 3 5 15 95 895 895 2895 2895 190 191 JHAAAA OEMAAA OOOOxx -2210 8231 0 2 0 10 10 210 210 2210 2210 20 21 AHAAAA PEMAAA VVVVxx -9873 8232 1 1 3 13 73 873 1873 4873 9873 146 147 TPAAAA QEMAAA AAAAxx -5402 8233 0 2 2 2 2 402 1402 402 5402 4 5 UZAAAA REMAAA HHHHxx -285 8234 1 1 5 5 85 285 285 285 285 170 171 ZKAAAA SEMAAA OOOOxx -8545 8235 1 1 5 5 45 545 545 3545 8545 90 91 RQAAAA TEMAAA VVVVxx -5328 8236 0 0 8 8 28 328 1328 328 5328 56 57 YWAAAA UEMAAA AAAAxx -733 8237 1 1 3 13 33 733 733 733 733 66 67 FCAAAA VEMAAA HHHHxx -7726 8238 0 2 6 6 26 726 1726 2726 7726 52 53 ELAAAA WEMAAA OOOOxx -5418 8239 0 2 8 18 18 418 1418 418 5418 36 37 KAAAAA XEMAAA VVVVxx -7761 8240 1 1 1 1 61 761 1761 2761 7761 122 123 NMAAAA YEMAAA AAAAxx -9263 8241 1 3 3 3 63 263 1263 4263 9263 126 127 HSAAAA ZEMAAA HHHHxx -5579 8242 1 3 9 19 79 579 1579 579 5579 158 159 PGAAAA AFMAAA OOOOxx -5434 8243 0 2 4 14 34 434 1434 434 5434 68 69 ABAAAA BFMAAA VVVVxx -5230 8244 0 2 0 10 30 230 1230 230 5230 60 61 ETAAAA CFMAAA AAAAxx -9981 8245 1 1 1 1 81 981 1981 4981 9981 162 163 XTAAAA DFMAAA HHHHxx -5830 8246 0 2 0 10 30 830 1830 830 5830 60 61 GQAAAA EFMAAA OOOOxx -128 8247 0 0 8 8 28 128 128 128 128 56 57 YEAAAA FFMAAA VVVVxx -2734 8248 0 2 4 14 34 734 734 2734 2734 68 69 EBAAAA GFMAAA AAAAxx -4537 8249 1 1 7 17 37 537 537 4537 4537 74 75 NSAAAA HFMAAA HHHHxx -3899 8250 1 3 9 19 99 899 1899 3899 3899 198 199 ZTAAAA IFMAAA OOOOxx -1000 8251 0 0 0 0 0 0 1000 1000 1000 0 1 MMAAAA JFMAAA VVVVxx -9896 8252 0 0 6 16 96 896 1896 4896 9896 192 193 QQAAAA KFMAAA AAAAxx -3640 8253 0 0 0 0 40 640 1640 3640 3640 80 81 AKAAAA LFMAAA HHHHxx -2568 8254 0 0 8 8 68 568 568 2568 2568 136 137 UUAAAA MFMAAA OOOOxx -2026 8255 0 2 6 6 26 26 26 2026 2026 52 53 YZAAAA NFMAAA VVVVxx -3955 8256 1 3 5 15 55 955 1955 3955 3955 110 111 DWAAAA OFMAAA AAAAxx -7152 8257 0 0 2 12 52 152 1152 2152 7152 104 105 CPAAAA PFMAAA HHHHxx -2402 8258 0 2 2 2 2 402 402 2402 2402 4 5 KOAAAA QFMAAA OOOOxx -9522 8259 0 2 2 2 22 522 1522 4522 9522 44 45 GCAAAA RFMAAA VVVVxx -4011 8260 1 3 1 11 11 11 11 4011 4011 22 23 HYAAAA SFMAAA AAAAxx -3297 8261 1 1 7 17 97 297 1297 3297 3297 194 195 VWAAAA TFMAAA HHHHxx -4915 8262 1 3 5 15 15 915 915 4915 4915 30 31 BHAAAA UFMAAA OOOOxx -5397 8263 1 1 7 17 97 397 1397 397 5397 194 195 PZAAAA VFMAAA VVVVxx -5454 8264 0 2 4 14 54 454 1454 454 5454 108 109 UBAAAA WFMAAA AAAAxx -4568 8265 0 0 8 8 68 568 568 4568 4568 136 137 STAAAA XFMAAA HHHHxx -5875 8266 1 3 5 15 75 875 1875 875 5875 150 151 ZRAAAA YFMAAA OOOOxx -3642 8267 0 2 2 2 42 642 1642 3642 3642 84 85 CKAAAA ZFMAAA VVVVxx -8506 8268 0 2 6 6 6 506 506 3506 8506 12 13 EPAAAA AGMAAA AAAAxx -9621 8269 1 1 1 1 21 621 1621 4621 9621 42 43 BGAAAA BGMAAA HHHHxx -7739 8270 1 3 9 19 39 739 1739 2739 7739 78 79 RLAAAA CGMAAA OOOOxx -3987 8271 1 3 7 7 87 987 1987 3987 3987 174 175 JXAAAA DGMAAA VVVVxx -2090 8272 0 2 0 10 90 90 90 2090 2090 180 181 KCAAAA EGMAAA AAAAxx -3838 8273 0 2 8 18 38 838 1838 3838 3838 76 77 QRAAAA FGMAAA HHHHxx -17 8274 1 1 7 17 17 17 17 17 17 34 35 RAAAAA GGMAAA OOOOxx -3406 8275 0 2 6 6 6 406 1406 3406 3406 12 13 ABAAAA HGMAAA VVVVxx -8312 8276 0 0 2 12 12 312 312 3312 8312 24 25 SHAAAA IGMAAA AAAAxx -4034 8277 0 2 4 14 34 34 34 4034 4034 68 69 EZAAAA JGMAAA HHHHxx -1535 8278 1 3 5 15 35 535 1535 1535 1535 70 71 BHAAAA KGMAAA OOOOxx -7198 8279 0 2 8 18 98 198 1198 2198 7198 196 197 WQAAAA LGMAAA VVVVxx -8885 8280 1 1 5 5 85 885 885 3885 8885 170 171 TDAAAA MGMAAA AAAAxx -4081 8281 1 1 1 1 81 81 81 4081 4081 162 163 ZAAAAA NGMAAA HHHHxx -980 8282 0 0 0 0 80 980 980 980 980 160 161 SLAAAA OGMAAA OOOOxx -551 8283 1 3 1 11 51 551 551 551 551 102 103 FVAAAA PGMAAA VVVVxx -7746 8284 0 2 6 6 46 746 1746 2746 7746 92 93 YLAAAA QGMAAA AAAAxx -4756 8285 0 0 6 16 56 756 756 4756 4756 112 113 YAAAAA RGMAAA HHHHxx -3655 8286 1 3 5 15 55 655 1655 3655 3655 110 111 PKAAAA SGMAAA OOOOxx -7075 8287 1 3 5 15 75 75 1075 2075 7075 150 151 DMAAAA TGMAAA VVVVxx -3950 8288 0 2 0 10 50 950 1950 3950 3950 100 101 YVAAAA UGMAAA AAAAxx -2314 8289 0 2 4 14 14 314 314 2314 2314 28 29 ALAAAA VGMAAA HHHHxx -8432 8290 0 0 2 12 32 432 432 3432 8432 64 65 IMAAAA WGMAAA OOOOxx -62 8291 0 2 2 2 62 62 62 62 62 124 125 KCAAAA XGMAAA VVVVxx -6920 8292 0 0 0 0 20 920 920 1920 6920 40 41 EGAAAA YGMAAA AAAAxx -4077 8293 1 1 7 17 77 77 77 4077 4077 154 155 VAAAAA ZGMAAA HHHHxx -9118 8294 0 2 8 18 18 118 1118 4118 9118 36 37 SMAAAA AHMAAA OOOOxx -5375 8295 1 3 5 15 75 375 1375 375 5375 150 151 TYAAAA BHMAAA VVVVxx -178 8296 0 2 8 18 78 178 178 178 178 156 157 WGAAAA CHMAAA AAAAxx -1079 8297 1 3 9 19 79 79 1079 1079 1079 158 159 NPAAAA DHMAAA HHHHxx -4279 8298 1 3 9 19 79 279 279 4279 4279 158 159 PIAAAA EHMAAA OOOOxx -8436 8299 0 0 6 16 36 436 436 3436 8436 72 73 MMAAAA FHMAAA VVVVxx -1931 8300 1 3 1 11 31 931 1931 1931 1931 62 63 HWAAAA GHMAAA AAAAxx -2096 8301 0 0 6 16 96 96 96 2096 2096 192 193 QCAAAA HHMAAA HHHHxx -1638 8302 0 2 8 18 38 638 1638 1638 1638 76 77 ALAAAA IHMAAA OOOOxx -2788 8303 0 0 8 8 88 788 788 2788 2788 176 177 GDAAAA JHMAAA VVVVxx -4751 8304 1 3 1 11 51 751 751 4751 4751 102 103 TAAAAA KHMAAA AAAAxx -8824 8305 0 0 4 4 24 824 824 3824 8824 48 49 KBAAAA LHMAAA HHHHxx -3098 8306 0 2 8 18 98 98 1098 3098 3098 196 197 EPAAAA MHMAAA OOOOxx -4497 8307 1 1 7 17 97 497 497 4497 4497 194 195 ZQAAAA NHMAAA VVVVxx -5223 8308 1 3 3 3 23 223 1223 223 5223 46 47 XSAAAA OHMAAA AAAAxx -9212 8309 0 0 2 12 12 212 1212 4212 9212 24 25 IQAAAA PHMAAA HHHHxx -4265 8310 1 1 5 5 65 265 265 4265 4265 130 131 BIAAAA QHMAAA OOOOxx -6898 8311 0 2 8 18 98 898 898 1898 6898 196 197 IFAAAA RHMAAA VVVVxx -8808 8312 0 0 8 8 8 808 808 3808 8808 16 17 UAAAAA SHMAAA AAAAxx -5629 8313 1 1 9 9 29 629 1629 629 5629 58 59 NIAAAA THMAAA HHHHxx -3779 8314 1 3 9 19 79 779 1779 3779 3779 158 159 JPAAAA UHMAAA OOOOxx -4972 8315 0 0 2 12 72 972 972 4972 4972 144 145 GJAAAA VHMAAA VVVVxx -4511 8316 1 3 1 11 11 511 511 4511 4511 22 23 NRAAAA WHMAAA AAAAxx -6761 8317 1 1 1 1 61 761 761 1761 6761 122 123 BAAAAA XHMAAA HHHHxx -2335 8318 1 3 5 15 35 335 335 2335 2335 70 71 VLAAAA YHMAAA OOOOxx -732 8319 0 0 2 12 32 732 732 732 732 64 65 ECAAAA ZHMAAA VVVVxx -4757 8320 1 1 7 17 57 757 757 4757 4757 114 115 ZAAAAA AIMAAA AAAAxx -6624 8321 0 0 4 4 24 624 624 1624 6624 48 49 UUAAAA BIMAAA HHHHxx -5869 8322 1 1 9 9 69 869 1869 869 5869 138 139 TRAAAA CIMAAA OOOOxx -5842 8323 0 2 2 2 42 842 1842 842 5842 84 85 SQAAAA DIMAAA VVVVxx -5735 8324 1 3 5 15 35 735 1735 735 5735 70 71 PMAAAA EIMAAA AAAAxx -8276 8325 0 0 6 16 76 276 276 3276 8276 152 153 IGAAAA FIMAAA HHHHxx -7227 8326 1 3 7 7 27 227 1227 2227 7227 54 55 ZRAAAA GIMAAA OOOOxx -4923 8327 1 3 3 3 23 923 923 4923 4923 46 47 JHAAAA HIMAAA VVVVxx -9135 8328 1 3 5 15 35 135 1135 4135 9135 70 71 JNAAAA IIMAAA AAAAxx -5813 8329 1 1 3 13 13 813 1813 813 5813 26 27 PPAAAA JIMAAA HHHHxx -9697 8330 1 1 7 17 97 697 1697 4697 9697 194 195 ZIAAAA KIMAAA OOOOxx -3222 8331 0 2 2 2 22 222 1222 3222 3222 44 45 YTAAAA LIMAAA VVVVxx -2394 8332 0 2 4 14 94 394 394 2394 2394 188 189 COAAAA MIMAAA AAAAxx -5784 8333 0 0 4 4 84 784 1784 784 5784 168 169 MOAAAA NIMAAA HHHHxx -3652 8334 0 0 2 12 52 652 1652 3652 3652 104 105 MKAAAA OIMAAA OOOOxx -8175 8335 1 3 5 15 75 175 175 3175 8175 150 151 LCAAAA PIMAAA VVVVxx -7568 8336 0 0 8 8 68 568 1568 2568 7568 136 137 CFAAAA QIMAAA AAAAxx -6645 8337 1 1 5 5 45 645 645 1645 6645 90 91 PVAAAA RIMAAA HHHHxx -8176 8338 0 0 6 16 76 176 176 3176 8176 152 153 MCAAAA SIMAAA OOOOxx -530 8339 0 2 0 10 30 530 530 530 530 60 61 KUAAAA TIMAAA VVVVxx -5439 8340 1 3 9 19 39 439 1439 439 5439 78 79 FBAAAA UIMAAA AAAAxx -61 8341 1 1 1 1 61 61 61 61 61 122 123 JCAAAA VIMAAA HHHHxx -3951 8342 1 3 1 11 51 951 1951 3951 3951 102 103 ZVAAAA WIMAAA OOOOxx -5283 8343 1 3 3 3 83 283 1283 283 5283 166 167 FVAAAA XIMAAA VVVVxx -7226 8344 0 2 6 6 26 226 1226 2226 7226 52 53 YRAAAA YIMAAA AAAAxx -1954 8345 0 2 4 14 54 954 1954 1954 1954 108 109 EXAAAA ZIMAAA HHHHxx -334 8346 0 2 4 14 34 334 334 334 334 68 69 WMAAAA AJMAAA OOOOxx -3921 8347 1 1 1 1 21 921 1921 3921 3921 42 43 VUAAAA BJMAAA VVVVxx -6276 8348 0 0 6 16 76 276 276 1276 6276 152 153 KHAAAA CJMAAA AAAAxx -3378 8349 0 2 8 18 78 378 1378 3378 3378 156 157 YZAAAA DJMAAA HHHHxx -5236 8350 0 0 6 16 36 236 1236 236 5236 72 73 KTAAAA EJMAAA OOOOxx -7781 8351 1 1 1 1 81 781 1781 2781 7781 162 163 HNAAAA FJMAAA VVVVxx -8601 8352 1 1 1 1 1 601 601 3601 8601 2 3 VSAAAA GJMAAA AAAAxx -1473 8353 1 1 3 13 73 473 1473 1473 1473 146 147 REAAAA HJMAAA HHHHxx -3246 8354 0 2 6 6 46 246 1246 3246 3246 92 93 WUAAAA IJMAAA OOOOxx -3601 8355 1 1 1 1 1 601 1601 3601 3601 2 3 NIAAAA JJMAAA VVVVxx -6861 8356 1 1 1 1 61 861 861 1861 6861 122 123 XDAAAA KJMAAA AAAAxx -9032 8357 0 0 2 12 32 32 1032 4032 9032 64 65 KJAAAA LJMAAA HHHHxx -216 8358 0 0 6 16 16 216 216 216 216 32 33 IIAAAA MJMAAA OOOOxx -3824 8359 0 0 4 4 24 824 1824 3824 3824 48 49 CRAAAA NJMAAA VVVVxx -8486 8360 0 2 6 6 86 486 486 3486 8486 172 173 KOAAAA OJMAAA AAAAxx -276 8361 0 0 6 16 76 276 276 276 276 152 153 QKAAAA PJMAAA HHHHxx -1838 8362 0 2 8 18 38 838 1838 1838 1838 76 77 SSAAAA QJMAAA OOOOxx -6175 8363 1 3 5 15 75 175 175 1175 6175 150 151 NDAAAA RJMAAA VVVVxx -3719 8364 1 3 9 19 19 719 1719 3719 3719 38 39 BNAAAA SJMAAA AAAAxx -6958 8365 0 2 8 18 58 958 958 1958 6958 116 117 QHAAAA TJMAAA HHHHxx -6822 8366 0 2 2 2 22 822 822 1822 6822 44 45 KCAAAA UJMAAA OOOOxx -3318 8367 0 2 8 18 18 318 1318 3318 3318 36 37 QXAAAA VJMAAA VVVVxx -7222 8368 0 2 2 2 22 222 1222 2222 7222 44 45 URAAAA WJMAAA AAAAxx -85 8369 1 1 5 5 85 85 85 85 85 170 171 HDAAAA XJMAAA HHHHxx -5158 8370 0 2 8 18 58 158 1158 158 5158 116 117 KQAAAA YJMAAA OOOOxx -6360 8371 0 0 0 0 60 360 360 1360 6360 120 121 QKAAAA ZJMAAA VVVVxx -2599 8372 1 3 9 19 99 599 599 2599 2599 198 199 ZVAAAA AKMAAA AAAAxx -4002 8373 0 2 2 2 2 2 2 4002 4002 4 5 YXAAAA BKMAAA HHHHxx -6597 8374 1 1 7 17 97 597 597 1597 6597 194 195 TTAAAA CKMAAA OOOOxx -5762 8375 0 2 2 2 62 762 1762 762 5762 124 125 QNAAAA DKMAAA VVVVxx -8383 8376 1 3 3 3 83 383 383 3383 8383 166 167 LKAAAA EKMAAA AAAAxx -4686 8377 0 2 6 6 86 686 686 4686 4686 172 173 GYAAAA FKMAAA HHHHxx -5972 8378 0 0 2 12 72 972 1972 972 5972 144 145 SVAAAA GKMAAA OOOOxx -1432 8379 0 0 2 12 32 432 1432 1432 1432 64 65 CDAAAA HKMAAA VVVVxx -1601 8380 1 1 1 1 1 601 1601 1601 1601 2 3 PJAAAA IKMAAA AAAAxx -3012 8381 0 0 2 12 12 12 1012 3012 3012 24 25 WLAAAA JKMAAA HHHHxx -9345 8382 1 1 5 5 45 345 1345 4345 9345 90 91 LVAAAA KKMAAA OOOOxx -8869 8383 1 1 9 9 69 869 869 3869 8869 138 139 DDAAAA LKMAAA VVVVxx -6612 8384 0 0 2 12 12 612 612 1612 6612 24 25 IUAAAA MKMAAA AAAAxx -262 8385 0 2 2 2 62 262 262 262 262 124 125 CKAAAA NKMAAA HHHHxx -300 8386 0 0 0 0 0 300 300 300 300 0 1 OLAAAA OKMAAA OOOOxx -3045 8387 1 1 5 5 45 45 1045 3045 3045 90 91 DNAAAA PKMAAA VVVVxx -7252 8388 0 0 2 12 52 252 1252 2252 7252 104 105 YSAAAA QKMAAA AAAAxx -9099 8389 1 3 9 19 99 99 1099 4099 9099 198 199 ZLAAAA RKMAAA HHHHxx -9006 8390 0 2 6 6 6 6 1006 4006 9006 12 13 KIAAAA SKMAAA OOOOxx -3078 8391 0 2 8 18 78 78 1078 3078 3078 156 157 KOAAAA TKMAAA VVVVxx -5159 8392 1 3 9 19 59 159 1159 159 5159 118 119 LQAAAA UKMAAA AAAAxx -9329 8393 1 1 9 9 29 329 1329 4329 9329 58 59 VUAAAA VKMAAA HHHHxx -1393 8394 1 1 3 13 93 393 1393 1393 1393 186 187 PBAAAA WKMAAA OOOOxx -5894 8395 0 2 4 14 94 894 1894 894 5894 188 189 SSAAAA XKMAAA VVVVxx -11 8396 1 3 1 11 11 11 11 11 11 22 23 LAAAAA YKMAAA AAAAxx -5606 8397 0 2 6 6 6 606 1606 606 5606 12 13 QHAAAA ZKMAAA HHHHxx -5541 8398 1 1 1 1 41 541 1541 541 5541 82 83 DFAAAA ALMAAA OOOOxx -2689 8399 1 1 9 9 89 689 689 2689 2689 178 179 LZAAAA BLMAAA VVVVxx -1023 8400 1 3 3 3 23 23 1023 1023 1023 46 47 JNAAAA CLMAAA AAAAxx -8134 8401 0 2 4 14 34 134 134 3134 8134 68 69 WAAAAA DLMAAA HHHHxx -5923 8402 1 3 3 3 23 923 1923 923 5923 46 47 VTAAAA ELMAAA OOOOxx -6056 8403 0 0 6 16 56 56 56 1056 6056 112 113 YYAAAA FLMAAA VVVVxx -653 8404 1 1 3 13 53 653 653 653 653 106 107 DZAAAA GLMAAA AAAAxx -367 8405 1 3 7 7 67 367 367 367 367 134 135 DOAAAA HLMAAA HHHHxx -1828 8406 0 0 8 8 28 828 1828 1828 1828 56 57 ISAAAA ILMAAA OOOOxx -6506 8407 0 2 6 6 6 506 506 1506 6506 12 13 GQAAAA JLMAAA VVVVxx -5772 8408 0 0 2 12 72 772 1772 772 5772 144 145 AOAAAA KLMAAA AAAAxx -8052 8409 0 0 2 12 52 52 52 3052 8052 104 105 SXAAAA LLMAAA HHHHxx -2633 8410 1 1 3 13 33 633 633 2633 2633 66 67 HXAAAA MLMAAA OOOOxx -4878 8411 0 2 8 18 78 878 878 4878 4878 156 157 QFAAAA NLMAAA VVVVxx -5621 8412 1 1 1 1 21 621 1621 621 5621 42 43 FIAAAA OLMAAA AAAAxx -41 8413 1 1 1 1 41 41 41 41 41 82 83 PBAAAA PLMAAA HHHHxx -4613 8414 1 1 3 13 13 613 613 4613 4613 26 27 LVAAAA QLMAAA OOOOxx -9389 8415 1 1 9 9 89 389 1389 4389 9389 178 179 DXAAAA RLMAAA VVVVxx -9414 8416 0 2 4 14 14 414 1414 4414 9414 28 29 CYAAAA SLMAAA AAAAxx -3583 8417 1 3 3 3 83 583 1583 3583 3583 166 167 VHAAAA TLMAAA HHHHxx -3454 8418 0 2 4 14 54 454 1454 3454 3454 108 109 WCAAAA ULMAAA OOOOxx -719 8419 1 3 9 19 19 719 719 719 719 38 39 RBAAAA VLMAAA VVVVxx -6188 8420 0 0 8 8 88 188 188 1188 6188 176 177 AEAAAA WLMAAA AAAAxx -2288 8421 0 0 8 8 88 288 288 2288 2288 176 177 AKAAAA XLMAAA HHHHxx -1287 8422 1 3 7 7 87 287 1287 1287 1287 174 175 NXAAAA YLMAAA OOOOxx -1397 8423 1 1 7 17 97 397 1397 1397 1397 194 195 TBAAAA ZLMAAA VVVVxx -7763 8424 1 3 3 3 63 763 1763 2763 7763 126 127 PMAAAA AMMAAA AAAAxx -5194 8425 0 2 4 14 94 194 1194 194 5194 188 189 URAAAA BMMAAA HHHHxx -3167 8426 1 3 7 7 67 167 1167 3167 3167 134 135 VRAAAA CMMAAA OOOOxx -9218 8427 0 2 8 18 18 218 1218 4218 9218 36 37 OQAAAA DMMAAA VVVVxx -2065 8428 1 1 5 5 65 65 65 2065 2065 130 131 LBAAAA EMMAAA AAAAxx -9669 8429 1 1 9 9 69 669 1669 4669 9669 138 139 XHAAAA FMMAAA HHHHxx -146 8430 0 2 6 6 46 146 146 146 146 92 93 QFAAAA GMMAAA OOOOxx -6141 8431 1 1 1 1 41 141 141 1141 6141 82 83 FCAAAA HMMAAA VVVVxx -2843 8432 1 3 3 3 43 843 843 2843 2843 86 87 JFAAAA IMMAAA AAAAxx -7934 8433 0 2 4 14 34 934 1934 2934 7934 68 69 ETAAAA JMMAAA HHHHxx -2536 8434 0 0 6 16 36 536 536 2536 2536 72 73 OTAAAA KMMAAA OOOOxx -7088 8435 0 0 8 8 88 88 1088 2088 7088 176 177 QMAAAA LMMAAA VVVVxx -2519 8436 1 3 9 19 19 519 519 2519 2519 38 39 XSAAAA MMMAAA AAAAxx -6650 8437 0 2 0 10 50 650 650 1650 6650 100 101 UVAAAA NMMAAA HHHHxx -3007 8438 1 3 7 7 7 7 1007 3007 3007 14 15 RLAAAA OMMAAA OOOOxx -4507 8439 1 3 7 7 7 507 507 4507 4507 14 15 JRAAAA PMMAAA VVVVxx -4892 8440 0 0 2 12 92 892 892 4892 4892 184 185 EGAAAA QMMAAA AAAAxx -7159 8441 1 3 9 19 59 159 1159 2159 7159 118 119 JPAAAA RMMAAA HHHHxx -3171 8442 1 3 1 11 71 171 1171 3171 3171 142 143 ZRAAAA SMMAAA OOOOxx -1080 8443 0 0 0 0 80 80 1080 1080 1080 160 161 OPAAAA TMMAAA VVVVxx -7248 8444 0 0 8 8 48 248 1248 2248 7248 96 97 USAAAA UMMAAA AAAAxx -7230 8445 0 2 0 10 30 230 1230 2230 7230 60 61 CSAAAA VMMAAA HHHHxx -3823 8446 1 3 3 3 23 823 1823 3823 3823 46 47 BRAAAA WMMAAA OOOOxx -5517 8447 1 1 7 17 17 517 1517 517 5517 34 35 FEAAAA XMMAAA VVVVxx -1482 8448 0 2 2 2 82 482 1482 1482 1482 164 165 AFAAAA YMMAAA AAAAxx -9953 8449 1 1 3 13 53 953 1953 4953 9953 106 107 VSAAAA ZMMAAA HHHHxx -2754 8450 0 2 4 14 54 754 754 2754 2754 108 109 YBAAAA ANMAAA OOOOxx -3875 8451 1 3 5 15 75 875 1875 3875 3875 150 151 BTAAAA BNMAAA VVVVxx -9800 8452 0 0 0 0 0 800 1800 4800 9800 0 1 YMAAAA CNMAAA AAAAxx -8819 8453 1 3 9 19 19 819 819 3819 8819 38 39 FBAAAA DNMAAA HHHHxx -8267 8454 1 3 7 7 67 267 267 3267 8267 134 135 ZFAAAA ENMAAA OOOOxx -520 8455 0 0 0 0 20 520 520 520 520 40 41 AUAAAA FNMAAA VVVVxx -5770 8456 0 2 0 10 70 770 1770 770 5770 140 141 YNAAAA GNMAAA AAAAxx -2114 8457 0 2 4 14 14 114 114 2114 2114 28 29 IDAAAA HNMAAA HHHHxx -5045 8458 1 1 5 5 45 45 1045 45 5045 90 91 BMAAAA INMAAA OOOOxx -1094 8459 0 2 4 14 94 94 1094 1094 1094 188 189 CQAAAA JNMAAA VVVVxx -8786 8460 0 2 6 6 86 786 786 3786 8786 172 173 YZAAAA KNMAAA AAAAxx -353 8461 1 1 3 13 53 353 353 353 353 106 107 PNAAAA LNMAAA HHHHxx -290 8462 0 2 0 10 90 290 290 290 290 180 181 ELAAAA MNMAAA OOOOxx -3376 8463 0 0 6 16 76 376 1376 3376 3376 152 153 WZAAAA NNMAAA VVVVxx -9305 8464 1 1 5 5 5 305 1305 4305 9305 10 11 XTAAAA ONMAAA AAAAxx -186 8465 0 2 6 6 86 186 186 186 186 172 173 EHAAAA PNMAAA HHHHxx -4817 8466 1 1 7 17 17 817 817 4817 4817 34 35 HDAAAA QNMAAA OOOOxx -4638 8467 0 2 8 18 38 638 638 4638 4638 76 77 KWAAAA RNMAAA VVVVxx -3558 8468 0 2 8 18 58 558 1558 3558 3558 116 117 WGAAAA SNMAAA AAAAxx -9285 8469 1 1 5 5 85 285 1285 4285 9285 170 171 DTAAAA TNMAAA HHHHxx -848 8470 0 0 8 8 48 848 848 848 848 96 97 QGAAAA UNMAAA OOOOxx -8923 8471 1 3 3 3 23 923 923 3923 8923 46 47 FFAAAA VNMAAA VVVVxx -6826 8472 0 2 6 6 26 826 826 1826 6826 52 53 OCAAAA WNMAAA AAAAxx -5187 8473 1 3 7 7 87 187 1187 187 5187 174 175 NRAAAA XNMAAA HHHHxx -2398 8474 0 2 8 18 98 398 398 2398 2398 196 197 GOAAAA YNMAAA OOOOxx -7653 8475 1 1 3 13 53 653 1653 2653 7653 106 107 JIAAAA ZNMAAA VVVVxx -8835 8476 1 3 5 15 35 835 835 3835 8835 70 71 VBAAAA AOMAAA AAAAxx -5736 8477 0 0 6 16 36 736 1736 736 5736 72 73 QMAAAA BOMAAA HHHHxx -1238 8478 0 2 8 18 38 238 1238 1238 1238 76 77 QVAAAA COMAAA OOOOxx -6021 8479 1 1 1 1 21 21 21 1021 6021 42 43 PXAAAA DOMAAA VVVVxx -6815 8480 1 3 5 15 15 815 815 1815 6815 30 31 DCAAAA EOMAAA AAAAxx -2549 8481 1 1 9 9 49 549 549 2549 2549 98 99 BUAAAA FOMAAA HHHHxx -5657 8482 1 1 7 17 57 657 1657 657 5657 114 115 PJAAAA GOMAAA OOOOxx -6855 8483 1 3 5 15 55 855 855 1855 6855 110 111 RDAAAA HOMAAA VVVVxx -1225 8484 1 1 5 5 25 225 1225 1225 1225 50 51 DVAAAA IOMAAA AAAAxx -7452 8485 0 0 2 12 52 452 1452 2452 7452 104 105 QAAAAA JOMAAA HHHHxx -2479 8486 1 3 9 19 79 479 479 2479 2479 158 159 JRAAAA KOMAAA OOOOxx -7974 8487 0 2 4 14 74 974 1974 2974 7974 148 149 SUAAAA LOMAAA VVVVxx -1212 8488 0 0 2 12 12 212 1212 1212 1212 24 25 QUAAAA MOMAAA AAAAxx -8883 8489 1 3 3 3 83 883 883 3883 8883 166 167 RDAAAA NOMAAA HHHHxx -8150 8490 0 2 0 10 50 150 150 3150 8150 100 101 MBAAAA OOMAAA OOOOxx -3392 8491 0 0 2 12 92 392 1392 3392 3392 184 185 MAAAAA POMAAA VVVVxx -6774 8492 0 2 4 14 74 774 774 1774 6774 148 149 OAAAAA QOMAAA AAAAxx -904 8493 0 0 4 4 4 904 904 904 904 8 9 UIAAAA ROMAAA HHHHxx -5068 8494 0 0 8 8 68 68 1068 68 5068 136 137 YMAAAA SOMAAA OOOOxx -9339 8495 1 3 9 19 39 339 1339 4339 9339 78 79 FVAAAA TOMAAA VVVVxx -1062 8496 0 2 2 2 62 62 1062 1062 1062 124 125 WOAAAA UOMAAA AAAAxx -3841 8497 1 1 1 1 41 841 1841 3841 3841 82 83 TRAAAA VOMAAA HHHHxx -8924 8498 0 0 4 4 24 924 924 3924 8924 48 49 GFAAAA WOMAAA OOOOxx -9795 8499 1 3 5 15 95 795 1795 4795 9795 190 191 TMAAAA XOMAAA VVVVxx -3981 8500 1 1 1 1 81 981 1981 3981 3981 162 163 DXAAAA YOMAAA AAAAxx -4290 8501 0 2 0 10 90 290 290 4290 4290 180 181 AJAAAA ZOMAAA HHHHxx -1067 8502 1 3 7 7 67 67 1067 1067 1067 134 135 BPAAAA APMAAA OOOOxx -8679 8503 1 3 9 19 79 679 679 3679 8679 158 159 VVAAAA BPMAAA VVVVxx -2894 8504 0 2 4 14 94 894 894 2894 2894 188 189 IHAAAA CPMAAA AAAAxx -9248 8505 0 0 8 8 48 248 1248 4248 9248 96 97 SRAAAA DPMAAA HHHHxx -1072 8506 0 0 2 12 72 72 1072 1072 1072 144 145 GPAAAA EPMAAA OOOOxx -3510 8507 0 2 0 10 10 510 1510 3510 3510 20 21 AFAAAA FPMAAA VVVVxx -6871 8508 1 3 1 11 71 871 871 1871 6871 142 143 HEAAAA GPMAAA AAAAxx -8701 8509 1 1 1 1 1 701 701 3701 8701 2 3 RWAAAA HPMAAA HHHHxx -8170 8510 0 2 0 10 70 170 170 3170 8170 140 141 GCAAAA IPMAAA OOOOxx -2730 8511 0 2 0 10 30 730 730 2730 2730 60 61 ABAAAA JPMAAA VVVVxx -2668 8512 0 0 8 8 68 668 668 2668 2668 136 137 QYAAAA KPMAAA AAAAxx -8723 8513 1 3 3 3 23 723 723 3723 8723 46 47 NXAAAA LPMAAA HHHHxx -3439 8514 1 3 9 19 39 439 1439 3439 3439 78 79 HCAAAA MPMAAA OOOOxx -6219 8515 1 3 9 19 19 219 219 1219 6219 38 39 FFAAAA NPMAAA VVVVxx -4264 8516 0 0 4 4 64 264 264 4264 4264 128 129 AIAAAA OPMAAA AAAAxx -3929 8517 1 1 9 9 29 929 1929 3929 3929 58 59 DVAAAA PPMAAA HHHHxx -7 8518 1 3 7 7 7 7 7 7 7 14 15 HAAAAA QPMAAA OOOOxx -3737 8519 1 1 7 17 37 737 1737 3737 3737 74 75 TNAAAA RPMAAA VVVVxx -358 8520 0 2 8 18 58 358 358 358 358 116 117 UNAAAA SPMAAA AAAAxx -5128 8521 0 0 8 8 28 128 1128 128 5128 56 57 GPAAAA TPMAAA HHHHxx -7353 8522 1 1 3 13 53 353 1353 2353 7353 106 107 VWAAAA UPMAAA OOOOxx -8758 8523 0 2 8 18 58 758 758 3758 8758 116 117 WYAAAA VPMAAA VVVVxx -7284 8524 0 0 4 4 84 284 1284 2284 7284 168 169 EUAAAA WPMAAA AAAAxx -4037 8525 1 1 7 17 37 37 37 4037 4037 74 75 HZAAAA XPMAAA HHHHxx -435 8526 1 3 5 15 35 435 435 435 435 70 71 TQAAAA YPMAAA OOOOxx -3580 8527 0 0 0 0 80 580 1580 3580 3580 160 161 SHAAAA ZPMAAA VVVVxx -4554 8528 0 2 4 14 54 554 554 4554 4554 108 109 ETAAAA AQMAAA AAAAxx -4337 8529 1 1 7 17 37 337 337 4337 4337 74 75 VKAAAA BQMAAA HHHHxx -512 8530 0 0 2 12 12 512 512 512 512 24 25 STAAAA CQMAAA OOOOxx -2032 8531 0 0 2 12 32 32 32 2032 2032 64 65 EAAAAA DQMAAA VVVVxx -1755 8532 1 3 5 15 55 755 1755 1755 1755 110 111 NPAAAA EQMAAA AAAAxx -9923 8533 1 3 3 3 23 923 1923 4923 9923 46 47 RRAAAA FQMAAA HHHHxx -3747 8534 1 3 7 7 47 747 1747 3747 3747 94 95 DOAAAA GQMAAA OOOOxx -27 8535 1 3 7 7 27 27 27 27 27 54 55 BBAAAA HQMAAA VVVVxx -3075 8536 1 3 5 15 75 75 1075 3075 3075 150 151 HOAAAA IQMAAA AAAAxx -6259 8537 1 3 9 19 59 259 259 1259 6259 118 119 TGAAAA JQMAAA HHHHxx -2940 8538 0 0 0 0 40 940 940 2940 2940 80 81 CJAAAA KQMAAA OOOOxx -5724 8539 0 0 4 4 24 724 1724 724 5724 48 49 EMAAAA LQMAAA VVVVxx -5638 8540 0 2 8 18 38 638 1638 638 5638 76 77 WIAAAA MQMAAA AAAAxx -479 8541 1 3 9 19 79 479 479 479 479 158 159 LSAAAA NQMAAA HHHHxx -4125 8542 1 1 5 5 25 125 125 4125 4125 50 51 RCAAAA OQMAAA OOOOxx -1525 8543 1 1 5 5 25 525 1525 1525 1525 50 51 RGAAAA PQMAAA VVVVxx -7529 8544 1 1 9 9 29 529 1529 2529 7529 58 59 PDAAAA QQMAAA AAAAxx -931 8545 1 3 1 11 31 931 931 931 931 62 63 VJAAAA RQMAAA HHHHxx -5175 8546 1 3 5 15 75 175 1175 175 5175 150 151 BRAAAA SQMAAA OOOOxx -6798 8547 0 2 8 18 98 798 798 1798 6798 196 197 MBAAAA TQMAAA VVVVxx -2111 8548 1 3 1 11 11 111 111 2111 2111 22 23 FDAAAA UQMAAA AAAAxx -6145 8549 1 1 5 5 45 145 145 1145 6145 90 91 JCAAAA VQMAAA HHHHxx -4712 8550 0 0 2 12 12 712 712 4712 4712 24 25 GZAAAA WQMAAA OOOOxx -3110 8551 0 2 0 10 10 110 1110 3110 3110 20 21 QPAAAA XQMAAA VVVVxx -97 8552 1 1 7 17 97 97 97 97 97 194 195 TDAAAA YQMAAA AAAAxx -758 8553 0 2 8 18 58 758 758 758 758 116 117 EDAAAA ZQMAAA HHHHxx -1895 8554 1 3 5 15 95 895 1895 1895 1895 190 191 XUAAAA ARMAAA OOOOxx -5289 8555 1 1 9 9 89 289 1289 289 5289 178 179 LVAAAA BRMAAA VVVVxx -5026 8556 0 2 6 6 26 26 1026 26 5026 52 53 ILAAAA CRMAAA AAAAxx -4725 8557 1 1 5 5 25 725 725 4725 4725 50 51 TZAAAA DRMAAA HHHHxx -1679 8558 1 3 9 19 79 679 1679 1679 1679 158 159 PMAAAA ERMAAA OOOOxx -4433 8559 1 1 3 13 33 433 433 4433 4433 66 67 NOAAAA FRMAAA VVVVxx -5340 8560 0 0 0 0 40 340 1340 340 5340 80 81 KXAAAA GRMAAA AAAAxx -6340 8561 0 0 0 0 40 340 340 1340 6340 80 81 WJAAAA HRMAAA HHHHxx -3261 8562 1 1 1 1 61 261 1261 3261 3261 122 123 LVAAAA IRMAAA OOOOxx -8108 8563 0 0 8 8 8 108 108 3108 8108 16 17 WZAAAA JRMAAA VVVVxx -8785 8564 1 1 5 5 85 785 785 3785 8785 170 171 XZAAAA KRMAAA AAAAxx -7391 8565 1 3 1 11 91 391 1391 2391 7391 182 183 HYAAAA LRMAAA HHHHxx -1496 8566 0 0 6 16 96 496 1496 1496 1496 192 193 OFAAAA MRMAAA OOOOxx -1484 8567 0 0 4 4 84 484 1484 1484 1484 168 169 CFAAAA NRMAAA VVVVxx -5884 8568 0 0 4 4 84 884 1884 884 5884 168 169 ISAAAA ORMAAA AAAAxx -342 8569 0 2 2 2 42 342 342 342 342 84 85 ENAAAA PRMAAA HHHHxx -7659 8570 1 3 9 19 59 659 1659 2659 7659 118 119 PIAAAA QRMAAA OOOOxx -6635 8571 1 3 5 15 35 635 635 1635 6635 70 71 FVAAAA RRMAAA VVVVxx -8507 8572 1 3 7 7 7 507 507 3507 8507 14 15 FPAAAA SRMAAA AAAAxx -2583 8573 1 3 3 3 83 583 583 2583 2583 166 167 JVAAAA TRMAAA HHHHxx -6533 8574 1 1 3 13 33 533 533 1533 6533 66 67 HRAAAA URMAAA OOOOxx -5879 8575 1 3 9 19 79 879 1879 879 5879 158 159 DSAAAA VRMAAA VVVVxx -5511 8576 1 3 1 11 11 511 1511 511 5511 22 23 ZDAAAA WRMAAA AAAAxx -3682 8577 0 2 2 2 82 682 1682 3682 3682 164 165 QLAAAA XRMAAA HHHHxx -7182 8578 0 2 2 2 82 182 1182 2182 7182 164 165 GQAAAA YRMAAA OOOOxx -1409 8579 1 1 9 9 9 409 1409 1409 1409 18 19 FCAAAA ZRMAAA VVVVxx -3363 8580 1 3 3 3 63 363 1363 3363 3363 126 127 JZAAAA ASMAAA AAAAxx -729 8581 1 1 9 9 29 729 729 729 729 58 59 BCAAAA BSMAAA HHHHxx -5857 8582 1 1 7 17 57 857 1857 857 5857 114 115 HRAAAA CSMAAA OOOOxx -235 8583 1 3 5 15 35 235 235 235 235 70 71 BJAAAA DSMAAA VVVVxx -193 8584 1 1 3 13 93 193 193 193 193 186 187 LHAAAA ESMAAA AAAAxx -5586 8585 0 2 6 6 86 586 1586 586 5586 172 173 WGAAAA FSMAAA HHHHxx -6203 8586 1 3 3 3 3 203 203 1203 6203 6 7 PEAAAA GSMAAA OOOOxx -6795 8587 1 3 5 15 95 795 795 1795 6795 190 191 JBAAAA HSMAAA VVVVxx -3211 8588 1 3 1 11 11 211 1211 3211 3211 22 23 NTAAAA ISMAAA AAAAxx -9763 8589 1 3 3 3 63 763 1763 4763 9763 126 127 NLAAAA JSMAAA HHHHxx -9043 8590 1 3 3 3 43 43 1043 4043 9043 86 87 VJAAAA KSMAAA OOOOxx -2854 8591 0 2 4 14 54 854 854 2854 2854 108 109 UFAAAA LSMAAA VVVVxx -565 8592 1 1 5 5 65 565 565 565 565 130 131 TVAAAA MSMAAA AAAAxx -9284 8593 0 0 4 4 84 284 1284 4284 9284 168 169 CTAAAA NSMAAA HHHHxx -7886 8594 0 2 6 6 86 886 1886 2886 7886 172 173 IRAAAA OSMAAA OOOOxx -122 8595 0 2 2 2 22 122 122 122 122 44 45 SEAAAA PSMAAA VVVVxx -4934 8596 0 2 4 14 34 934 934 4934 4934 68 69 UHAAAA QSMAAA AAAAxx -1766 8597 0 2 6 6 66 766 1766 1766 1766 132 133 YPAAAA RSMAAA HHHHxx -2554 8598 0 2 4 14 54 554 554 2554 2554 108 109 GUAAAA SSMAAA OOOOxx -488 8599 0 0 8 8 88 488 488 488 488 176 177 USAAAA TSMAAA VVVVxx -825 8600 1 1 5 5 25 825 825 825 825 50 51 TFAAAA USMAAA AAAAxx -678 8601 0 2 8 18 78 678 678 678 678 156 157 CAAAAA VSMAAA HHHHxx -4543 8602 1 3 3 3 43 543 543 4543 4543 86 87 TSAAAA WSMAAA OOOOxx -1699 8603 1 3 9 19 99 699 1699 1699 1699 198 199 JNAAAA XSMAAA VVVVxx -3771 8604 1 3 1 11 71 771 1771 3771 3771 142 143 BPAAAA YSMAAA AAAAxx -1234 8605 0 2 4 14 34 234 1234 1234 1234 68 69 MVAAAA ZSMAAA HHHHxx -4152 8606 0 0 2 12 52 152 152 4152 4152 104 105 SDAAAA ATMAAA OOOOxx -1632 8607 0 0 2 12 32 632 1632 1632 1632 64 65 UKAAAA BTMAAA VVVVxx -4988 8608 0 0 8 8 88 988 988 4988 4988 176 177 WJAAAA CTMAAA AAAAxx -1980 8609 0 0 0 0 80 980 1980 1980 1980 160 161 EYAAAA DTMAAA HHHHxx -7479 8610 1 3 9 19 79 479 1479 2479 7479 158 159 RBAAAA ETMAAA OOOOxx -2586 8611 0 2 6 6 86 586 586 2586 2586 172 173 MVAAAA FTMAAA VVVVxx -5433 8612 1 1 3 13 33 433 1433 433 5433 66 67 ZAAAAA GTMAAA AAAAxx -2261 8613 1 1 1 1 61 261 261 2261 2261 122 123 ZIAAAA HTMAAA HHHHxx -1180 8614 0 0 0 0 80 180 1180 1180 1180 160 161 KTAAAA ITMAAA OOOOxx -3938 8615 0 2 8 18 38 938 1938 3938 3938 76 77 MVAAAA JTMAAA VVVVxx -6714 8616 0 2 4 14 14 714 714 1714 6714 28 29 GYAAAA KTMAAA AAAAxx -2890 8617 0 2 0 10 90 890 890 2890 2890 180 181 EHAAAA LTMAAA HHHHxx -7379 8618 1 3 9 19 79 379 1379 2379 7379 158 159 VXAAAA MTMAAA OOOOxx -5896 8619 0 0 6 16 96 896 1896 896 5896 192 193 USAAAA NTMAAA VVVVxx -5949 8620 1 1 9 9 49 949 1949 949 5949 98 99 VUAAAA OTMAAA AAAAxx -3194 8621 0 2 4 14 94 194 1194 3194 3194 188 189 WSAAAA PTMAAA HHHHxx -9325 8622 1 1 5 5 25 325 1325 4325 9325 50 51 RUAAAA QTMAAA OOOOxx -9531 8623 1 3 1 11 31 531 1531 4531 9531 62 63 PCAAAA RTMAAA VVVVxx -711 8624 1 3 1 11 11 711 711 711 711 22 23 JBAAAA STMAAA AAAAxx -2450 8625 0 2 0 10 50 450 450 2450 2450 100 101 GQAAAA TTMAAA HHHHxx -1929 8626 1 1 9 9 29 929 1929 1929 1929 58 59 FWAAAA UTMAAA OOOOxx -6165 8627 1 1 5 5 65 165 165 1165 6165 130 131 DDAAAA VTMAAA VVVVxx -4050 8628 0 2 0 10 50 50 50 4050 4050 100 101 UZAAAA WTMAAA AAAAxx -9011 8629 1 3 1 11 11 11 1011 4011 9011 22 23 PIAAAA XTMAAA HHHHxx -7916 8630 0 0 6 16 16 916 1916 2916 7916 32 33 MSAAAA YTMAAA OOOOxx -9136 8631 0 0 6 16 36 136 1136 4136 9136 72 73 KNAAAA ZTMAAA VVVVxx -8782 8632 0 2 2 2 82 782 782 3782 8782 164 165 UZAAAA AUMAAA AAAAxx -8491 8633 1 3 1 11 91 491 491 3491 8491 182 183 POAAAA BUMAAA HHHHxx -5114 8634 0 2 4 14 14 114 1114 114 5114 28 29 SOAAAA CUMAAA OOOOxx -5815 8635 1 3 5 15 15 815 1815 815 5815 30 31 RPAAAA DUMAAA VVVVxx -5628 8636 0 0 8 8 28 628 1628 628 5628 56 57 MIAAAA EUMAAA AAAAxx -810 8637 0 2 0 10 10 810 810 810 810 20 21 EFAAAA FUMAAA HHHHxx -6178 8638 0 2 8 18 78 178 178 1178 6178 156 157 QDAAAA GUMAAA OOOOxx -2619 8639 1 3 9 19 19 619 619 2619 2619 38 39 TWAAAA HUMAAA VVVVxx -3340 8640 0 0 0 0 40 340 1340 3340 3340 80 81 MYAAAA IUMAAA AAAAxx -2491 8641 1 3 1 11 91 491 491 2491 2491 182 183 VRAAAA JUMAAA HHHHxx -3574 8642 0 2 4 14 74 574 1574 3574 3574 148 149 MHAAAA KUMAAA OOOOxx -6754 8643 0 2 4 14 54 754 754 1754 6754 108 109 UZAAAA LUMAAA VVVVxx -1566 8644 0 2 6 6 66 566 1566 1566 1566 132 133 GIAAAA MUMAAA AAAAxx -9174 8645 0 2 4 14 74 174 1174 4174 9174 148 149 WOAAAA NUMAAA HHHHxx -1520 8646 0 0 0 0 20 520 1520 1520 1520 40 41 MGAAAA OUMAAA OOOOxx -2691 8647 1 3 1 11 91 691 691 2691 2691 182 183 NZAAAA PUMAAA VVVVxx -6961 8648 1 1 1 1 61 961 961 1961 6961 122 123 THAAAA QUMAAA AAAAxx -5722 8649 0 2 2 2 22 722 1722 722 5722 44 45 CMAAAA RUMAAA HHHHxx -9707 8650 1 3 7 7 7 707 1707 4707 9707 14 15 JJAAAA SUMAAA OOOOxx -2891 8651 1 3 1 11 91 891 891 2891 2891 182 183 FHAAAA TUMAAA VVVVxx -341 8652 1 1 1 1 41 341 341 341 341 82 83 DNAAAA UUMAAA AAAAxx -4690 8653 0 2 0 10 90 690 690 4690 4690 180 181 KYAAAA VUMAAA HHHHxx -7841 8654 1 1 1 1 41 841 1841 2841 7841 82 83 PPAAAA WUMAAA OOOOxx -6615 8655 1 3 5 15 15 615 615 1615 6615 30 31 LUAAAA XUMAAA VVVVxx -9169 8656 1 1 9 9 69 169 1169 4169 9169 138 139 ROAAAA YUMAAA AAAAxx -6689 8657 1 1 9 9 89 689 689 1689 6689 178 179 HXAAAA ZUMAAA HHHHxx -8721 8658 1 1 1 1 21 721 721 3721 8721 42 43 LXAAAA AVMAAA OOOOxx -7508 8659 0 0 8 8 8 508 1508 2508 7508 16 17 UCAAAA BVMAAA VVVVxx -8631 8660 1 3 1 11 31 631 631 3631 8631 62 63 ZTAAAA CVMAAA AAAAxx -480 8661 0 0 0 0 80 480 480 480 480 160 161 MSAAAA DVMAAA HHHHxx -7094 8662 0 2 4 14 94 94 1094 2094 7094 188 189 WMAAAA EVMAAA OOOOxx -319 8663 1 3 9 19 19 319 319 319 319 38 39 HMAAAA FVMAAA VVVVxx -9421 8664 1 1 1 1 21 421 1421 4421 9421 42 43 JYAAAA GVMAAA AAAAxx -4352 8665 0 0 2 12 52 352 352 4352 4352 104 105 KLAAAA HVMAAA HHHHxx -5019 8666 1 3 9 19 19 19 1019 19 5019 38 39 BLAAAA IVMAAA OOOOxx -3956 8667 0 0 6 16 56 956 1956 3956 3956 112 113 EWAAAA JVMAAA VVVVxx -114 8668 0 2 4 14 14 114 114 114 114 28 29 KEAAAA KVMAAA AAAAxx -1196 8669 0 0 6 16 96 196 1196 1196 1196 192 193 AUAAAA LVMAAA HHHHxx -1407 8670 1 3 7 7 7 407 1407 1407 1407 14 15 DCAAAA MVMAAA OOOOxx -7432 8671 0 0 2 12 32 432 1432 2432 7432 64 65 WZAAAA NVMAAA VVVVxx -3141 8672 1 1 1 1 41 141 1141 3141 3141 82 83 VQAAAA OVMAAA AAAAxx -2073 8673 1 1 3 13 73 73 73 2073 2073 146 147 TBAAAA PVMAAA HHHHxx -3400 8674 0 0 0 0 0 400 1400 3400 3400 0 1 UAAAAA QVMAAA OOOOxx -505 8675 1 1 5 5 5 505 505 505 505 10 11 LTAAAA RVMAAA VVVVxx -1263 8676 1 3 3 3 63 263 1263 1263 1263 126 127 PWAAAA SVMAAA AAAAxx -190 8677 0 2 0 10 90 190 190 190 190 180 181 IHAAAA TVMAAA HHHHxx -6686 8678 0 2 6 6 86 686 686 1686 6686 172 173 EXAAAA UVMAAA OOOOxx -9821 8679 1 1 1 1 21 821 1821 4821 9821 42 43 TNAAAA VVMAAA VVVVxx -1119 8680 1 3 9 19 19 119 1119 1119 1119 38 39 BRAAAA WVMAAA AAAAxx -2955 8681 1 3 5 15 55 955 955 2955 2955 110 111 RJAAAA XVMAAA HHHHxx -224 8682 0 0 4 4 24 224 224 224 224 48 49 QIAAAA YVMAAA OOOOxx -7562 8683 0 2 2 2 62 562 1562 2562 7562 124 125 WEAAAA ZVMAAA VVVVxx -8845 8684 1 1 5 5 45 845 845 3845 8845 90 91 FCAAAA AWMAAA AAAAxx -5405 8685 1 1 5 5 5 405 1405 405 5405 10 11 XZAAAA BWMAAA HHHHxx -9192 8686 0 0 2 12 92 192 1192 4192 9192 184 185 OPAAAA CWMAAA OOOOxx -4927 8687 1 3 7 7 27 927 927 4927 4927 54 55 NHAAAA DWMAAA VVVVxx -997 8688 1 1 7 17 97 997 997 997 997 194 195 JMAAAA EWMAAA AAAAxx -989 8689 1 1 9 9 89 989 989 989 989 178 179 BMAAAA FWMAAA HHHHxx -7258 8690 0 2 8 18 58 258 1258 2258 7258 116 117 ETAAAA GWMAAA OOOOxx -6899 8691 1 3 9 19 99 899 899 1899 6899 198 199 JFAAAA HWMAAA VVVVxx -1770 8692 0 2 0 10 70 770 1770 1770 1770 140 141 CQAAAA IWMAAA AAAAxx -4423 8693 1 3 3 3 23 423 423 4423 4423 46 47 DOAAAA JWMAAA HHHHxx -5671 8694 1 3 1 11 71 671 1671 671 5671 142 143 DKAAAA KWMAAA OOOOxx -8393 8695 1 1 3 13 93 393 393 3393 8393 186 187 VKAAAA LWMAAA VVVVxx -4355 8696 1 3 5 15 55 355 355 4355 4355 110 111 NLAAAA MWMAAA AAAAxx -3919 8697 1 3 9 19 19 919 1919 3919 3919 38 39 TUAAAA NWMAAA HHHHxx -338 8698 0 2 8 18 38 338 338 338 338 76 77 ANAAAA OWMAAA OOOOxx -5790 8699 0 2 0 10 90 790 1790 790 5790 180 181 SOAAAA PWMAAA VVVVxx -1452 8700 0 0 2 12 52 452 1452 1452 1452 104 105 WDAAAA QWMAAA AAAAxx -939 8701 1 3 9 19 39 939 939 939 939 78 79 DKAAAA RWMAAA HHHHxx -8913 8702 1 1 3 13 13 913 913 3913 8913 26 27 VEAAAA SWMAAA OOOOxx -7157 8703 1 1 7 17 57 157 1157 2157 7157 114 115 HPAAAA TWMAAA VVVVxx -7240 8704 0 0 0 0 40 240 1240 2240 7240 80 81 MSAAAA UWMAAA AAAAxx -3492 8705 0 0 2 12 92 492 1492 3492 3492 184 185 IEAAAA VWMAAA HHHHxx -3464 8706 0 0 4 4 64 464 1464 3464 3464 128 129 GDAAAA WWMAAA OOOOxx -388 8707 0 0 8 8 88 388 388 388 388 176 177 YOAAAA XWMAAA VVVVxx -4135 8708 1 3 5 15 35 135 135 4135 4135 70 71 BDAAAA YWMAAA AAAAxx -1194 8709 0 2 4 14 94 194 1194 1194 1194 188 189 YTAAAA ZWMAAA HHHHxx -5476 8710 0 0 6 16 76 476 1476 476 5476 152 153 QCAAAA AXMAAA OOOOxx -9844 8711 0 0 4 4 44 844 1844 4844 9844 88 89 QOAAAA BXMAAA VVVVxx -9364 8712 0 0 4 4 64 364 1364 4364 9364 128 129 EWAAAA CXMAAA AAAAxx -5238 8713 0 2 8 18 38 238 1238 238 5238 76 77 MTAAAA DXMAAA HHHHxx -3712 8714 0 0 2 12 12 712 1712 3712 3712 24 25 UMAAAA EXMAAA OOOOxx -6189 8715 1 1 9 9 89 189 189 1189 6189 178 179 BEAAAA FXMAAA VVVVxx -5257 8716 1 1 7 17 57 257 1257 257 5257 114 115 FUAAAA GXMAAA AAAAxx -81 8717 1 1 1 1 81 81 81 81 81 162 163 DDAAAA HXMAAA HHHHxx -3289 8718 1 1 9 9 89 289 1289 3289 3289 178 179 NWAAAA IXMAAA OOOOxx -1177 8719 1 1 7 17 77 177 1177 1177 1177 154 155 HTAAAA JXMAAA VVVVxx -5038 8720 0 2 8 18 38 38 1038 38 5038 76 77 ULAAAA KXMAAA AAAAxx -325 8721 1 1 5 5 25 325 325 325 325 50 51 NMAAAA LXMAAA HHHHxx -7221 8722 1 1 1 1 21 221 1221 2221 7221 42 43 TRAAAA MXMAAA OOOOxx -7123 8723 1 3 3 3 23 123 1123 2123 7123 46 47 ZNAAAA NXMAAA VVVVxx -6364 8724 0 0 4 4 64 364 364 1364 6364 128 129 UKAAAA OXMAAA AAAAxx -4468 8725 0 0 8 8 68 468 468 4468 4468 136 137 WPAAAA PXMAAA HHHHxx -9185 8726 1 1 5 5 85 185 1185 4185 9185 170 171 HPAAAA QXMAAA OOOOxx -4158 8727 0 2 8 18 58 158 158 4158 4158 116 117 YDAAAA RXMAAA VVVVxx -9439 8728 1 3 9 19 39 439 1439 4439 9439 78 79 BZAAAA SXMAAA AAAAxx -7759 8729 1 3 9 19 59 759 1759 2759 7759 118 119 LMAAAA TXMAAA HHHHxx -3325 8730 1 1 5 5 25 325 1325 3325 3325 50 51 XXAAAA UXMAAA OOOOxx -7991 8731 1 3 1 11 91 991 1991 2991 7991 182 183 JVAAAA VXMAAA VVVVxx -1650 8732 0 2 0 10 50 650 1650 1650 1650 100 101 MLAAAA WXMAAA AAAAxx -8395 8733 1 3 5 15 95 395 395 3395 8395 190 191 XKAAAA XXMAAA HHHHxx -286 8734 0 2 6 6 86 286 286 286 286 172 173 ALAAAA YXMAAA OOOOxx -1507 8735 1 3 7 7 7 507 1507 1507 1507 14 15 ZFAAAA ZXMAAA VVVVxx -4122 8736 0 2 2 2 22 122 122 4122 4122 44 45 OCAAAA AYMAAA AAAAxx -2625 8737 1 1 5 5 25 625 625 2625 2625 50 51 ZWAAAA BYMAAA HHHHxx -1140 8738 0 0 0 0 40 140 1140 1140 1140 80 81 WRAAAA CYMAAA OOOOxx -5262 8739 0 2 2 2 62 262 1262 262 5262 124 125 KUAAAA DYMAAA VVVVxx -4919 8740 1 3 9 19 19 919 919 4919 4919 38 39 FHAAAA EYMAAA AAAAxx -7266 8741 0 2 6 6 66 266 1266 2266 7266 132 133 MTAAAA FYMAAA HHHHxx -630 8742 0 2 0 10 30 630 630 630 630 60 61 GYAAAA GYMAAA OOOOxx -2129 8743 1 1 9 9 29 129 129 2129 2129 58 59 XDAAAA HYMAAA VVVVxx -9552 8744 0 0 2 12 52 552 1552 4552 9552 104 105 KDAAAA IYMAAA AAAAxx -3018 8745 0 2 8 18 18 18 1018 3018 3018 36 37 CMAAAA JYMAAA HHHHxx -7145 8746 1 1 5 5 45 145 1145 2145 7145 90 91 VOAAAA KYMAAA OOOOxx -1633 8747 1 1 3 13 33 633 1633 1633 1633 66 67 VKAAAA LYMAAA VVVVxx -7957 8748 1 1 7 17 57 957 1957 2957 7957 114 115 BUAAAA MYMAAA AAAAxx -774 8749 0 2 4 14 74 774 774 774 774 148 149 UDAAAA NYMAAA HHHHxx -9371 8750 1 3 1 11 71 371 1371 4371 9371 142 143 LWAAAA OYMAAA OOOOxx -6007 8751 1 3 7 7 7 7 7 1007 6007 14 15 BXAAAA PYMAAA VVVVxx -5277 8752 1 1 7 17 77 277 1277 277 5277 154 155 ZUAAAA QYMAAA AAAAxx -9426 8753 0 2 6 6 26 426 1426 4426 9426 52 53 OYAAAA RYMAAA HHHHxx -9190 8754 0 2 0 10 90 190 1190 4190 9190 180 181 MPAAAA SYMAAA OOOOxx -8996 8755 0 0 6 16 96 996 996 3996 8996 192 193 AIAAAA TYMAAA VVVVxx -3409 8756 1 1 9 9 9 409 1409 3409 3409 18 19 DBAAAA UYMAAA AAAAxx -7212 8757 0 0 2 12 12 212 1212 2212 7212 24 25 KRAAAA VYMAAA HHHHxx -416 8758 0 0 6 16 16 416 416 416 416 32 33 AQAAAA WYMAAA OOOOxx -7211 8759 1 3 1 11 11 211 1211 2211 7211 22 23 JRAAAA XYMAAA VVVVxx -7454 8760 0 2 4 14 54 454 1454 2454 7454 108 109 SAAAAA YYMAAA AAAAxx -8417 8761 1 1 7 17 17 417 417 3417 8417 34 35 TLAAAA ZYMAAA HHHHxx -5562 8762 0 2 2 2 62 562 1562 562 5562 124 125 YFAAAA AZMAAA OOOOxx -4996 8763 0 0 6 16 96 996 996 4996 4996 192 193 EKAAAA BZMAAA VVVVxx -5718 8764 0 2 8 18 18 718 1718 718 5718 36 37 YLAAAA CZMAAA AAAAxx -7838 8765 0 2 8 18 38 838 1838 2838 7838 76 77 MPAAAA DZMAAA HHHHxx -7715 8766 1 3 5 15 15 715 1715 2715 7715 30 31 TKAAAA EZMAAA OOOOxx -2780 8767 0 0 0 0 80 780 780 2780 2780 160 161 YCAAAA FZMAAA VVVVxx -1013 8768 1 1 3 13 13 13 1013 1013 1013 26 27 ZMAAAA GZMAAA AAAAxx -8465 8769 1 1 5 5 65 465 465 3465 8465 130 131 PNAAAA HZMAAA HHHHxx -7976 8770 0 0 6 16 76 976 1976 2976 7976 152 153 UUAAAA IZMAAA OOOOxx -7150 8771 0 2 0 10 50 150 1150 2150 7150 100 101 APAAAA JZMAAA VVVVxx -6471 8772 1 3 1 11 71 471 471 1471 6471 142 143 XOAAAA KZMAAA AAAAxx -1927 8773 1 3 7 7 27 927 1927 1927 1927 54 55 DWAAAA LZMAAA HHHHxx -227 8774 1 3 7 7 27 227 227 227 227 54 55 TIAAAA MZMAAA OOOOxx -6462 8775 0 2 2 2 62 462 462 1462 6462 124 125 OOAAAA NZMAAA VVVVxx -5227 8776 1 3 7 7 27 227 1227 227 5227 54 55 BTAAAA OZMAAA AAAAxx -1074 8777 0 2 4 14 74 74 1074 1074 1074 148 149 IPAAAA PZMAAA HHHHxx -9448 8778 0 0 8 8 48 448 1448 4448 9448 96 97 KZAAAA QZMAAA OOOOxx -4459 8779 1 3 9 19 59 459 459 4459 4459 118 119 NPAAAA RZMAAA VVVVxx -2478 8780 0 2 8 18 78 478 478 2478 2478 156 157 IRAAAA SZMAAA AAAAxx -5005 8781 1 1 5 5 5 5 1005 5 5005 10 11 NKAAAA TZMAAA HHHHxx -2418 8782 0 2 8 18 18 418 418 2418 2418 36 37 APAAAA UZMAAA OOOOxx -6991 8783 1 3 1 11 91 991 991 1991 6991 182 183 XIAAAA VZMAAA VVVVxx -4729 8784 1 1 9 9 29 729 729 4729 4729 58 59 XZAAAA WZMAAA AAAAxx -3548 8785 0 0 8 8 48 548 1548 3548 3548 96 97 MGAAAA XZMAAA HHHHxx -9616 8786 0 0 6 16 16 616 1616 4616 9616 32 33 WFAAAA YZMAAA OOOOxx -2901 8787 1 1 1 1 1 901 901 2901 2901 2 3 PHAAAA ZZMAAA VVVVxx -10 8788 0 2 0 10 10 10 10 10 10 20 21 KAAAAA AANAAA AAAAxx -2637 8789 1 1 7 17 37 637 637 2637 2637 74 75 LXAAAA BANAAA HHHHxx -6747 8790 1 3 7 7 47 747 747 1747 6747 94 95 NZAAAA CANAAA OOOOxx -797 8791 1 1 7 17 97 797 797 797 797 194 195 REAAAA DANAAA VVVVxx -7609 8792 1 1 9 9 9 609 1609 2609 7609 18 19 RGAAAA EANAAA AAAAxx -8290 8793 0 2 0 10 90 290 290 3290 8290 180 181 WGAAAA FANAAA HHHHxx -8765 8794 1 1 5 5 65 765 765 3765 8765 130 131 DZAAAA GANAAA OOOOxx -8053 8795 1 1 3 13 53 53 53 3053 8053 106 107 TXAAAA HANAAA VVVVxx -5602 8796 0 2 2 2 2 602 1602 602 5602 4 5 MHAAAA IANAAA AAAAxx -3672 8797 0 0 2 12 72 672 1672 3672 3672 144 145 GLAAAA JANAAA HHHHxx -7513 8798 1 1 3 13 13 513 1513 2513 7513 26 27 ZCAAAA KANAAA OOOOxx -3462 8799 0 2 2 2 62 462 1462 3462 3462 124 125 EDAAAA LANAAA VVVVxx -4457 8800 1 1 7 17 57 457 457 4457 4457 114 115 LPAAAA MANAAA AAAAxx -6547 8801 1 3 7 7 47 547 547 1547 6547 94 95 VRAAAA NANAAA HHHHxx -7417 8802 1 1 7 17 17 417 1417 2417 7417 34 35 HZAAAA OANAAA OOOOxx -8641 8803 1 1 1 1 41 641 641 3641 8641 82 83 JUAAAA PANAAA VVVVxx -149 8804 1 1 9 9 49 149 149 149 149 98 99 TFAAAA QANAAA AAAAxx -5041 8805 1 1 1 1 41 41 1041 41 5041 82 83 XLAAAA RANAAA HHHHxx -9232 8806 0 0 2 12 32 232 1232 4232 9232 64 65 CRAAAA SANAAA OOOOxx -3603 8807 1 3 3 3 3 603 1603 3603 3603 6 7 PIAAAA TANAAA VVVVxx -2792 8808 0 0 2 12 92 792 792 2792 2792 184 185 KDAAAA UANAAA AAAAxx -6620 8809 0 0 0 0 20 620 620 1620 6620 40 41 QUAAAA VANAAA HHHHxx -4000 8810 0 0 0 0 0 0 0 4000 4000 0 1 WXAAAA WANAAA OOOOxx -659 8811 1 3 9 19 59 659 659 659 659 118 119 JZAAAA XANAAA VVVVxx -8174 8812 0 2 4 14 74 174 174 3174 8174 148 149 KCAAAA YANAAA AAAAxx -4599 8813 1 3 9 19 99 599 599 4599 4599 198 199 XUAAAA ZANAAA HHHHxx -7851 8814 1 3 1 11 51 851 1851 2851 7851 102 103 ZPAAAA ABNAAA OOOOxx -6284 8815 0 0 4 4 84 284 284 1284 6284 168 169 SHAAAA BBNAAA VVVVxx -7116 8816 0 0 6 16 16 116 1116 2116 7116 32 33 SNAAAA CBNAAA AAAAxx -5595 8817 1 3 5 15 95 595 1595 595 5595 190 191 FHAAAA DBNAAA HHHHxx -2903 8818 1 3 3 3 3 903 903 2903 2903 6 7 RHAAAA EBNAAA OOOOxx -5948 8819 0 0 8 8 48 948 1948 948 5948 96 97 UUAAAA FBNAAA VVVVxx -225 8820 1 1 5 5 25 225 225 225 225 50 51 RIAAAA GBNAAA AAAAxx -524 8821 0 0 4 4 24 524 524 524 524 48 49 EUAAAA HBNAAA HHHHxx -7639 8822 1 3 9 19 39 639 1639 2639 7639 78 79 VHAAAA IBNAAA OOOOxx -7297 8823 1 1 7 17 97 297 1297 2297 7297 194 195 RUAAAA JBNAAA VVVVxx -2606 8824 0 2 6 6 6 606 606 2606 2606 12 13 GWAAAA KBNAAA AAAAxx -4771 8825 1 3 1 11 71 771 771 4771 4771 142 143 NBAAAA LBNAAA HHHHxx -8162 8826 0 2 2 2 62 162 162 3162 8162 124 125 YBAAAA MBNAAA OOOOxx -8999 8827 1 3 9 19 99 999 999 3999 8999 198 199 DIAAAA NBNAAA VVVVxx -2309 8828 1 1 9 9 9 309 309 2309 2309 18 19 VKAAAA OBNAAA AAAAxx -3594 8829 0 2 4 14 94 594 1594 3594 3594 188 189 GIAAAA PBNAAA HHHHxx -6092 8830 0 0 2 12 92 92 92 1092 6092 184 185 IAAAAA QBNAAA OOOOxx -7467 8831 1 3 7 7 67 467 1467 2467 7467 134 135 FBAAAA RBNAAA VVVVxx -6986 8832 0 2 6 6 86 986 986 1986 6986 172 173 SIAAAA SBNAAA AAAAxx -9898 8833 0 2 8 18 98 898 1898 4898 9898 196 197 SQAAAA TBNAAA HHHHxx -9578 8834 0 2 8 18 78 578 1578 4578 9578 156 157 KEAAAA UBNAAA OOOOxx -156 8835 0 0 6 16 56 156 156 156 156 112 113 AGAAAA VBNAAA VVVVxx -5810 8836 0 2 0 10 10 810 1810 810 5810 20 21 MPAAAA WBNAAA AAAAxx -790 8837 0 2 0 10 90 790 790 790 790 180 181 KEAAAA XBNAAA HHHHxx -6840 8838 0 0 0 0 40 840 840 1840 6840 80 81 CDAAAA YBNAAA OOOOxx -6725 8839 1 1 5 5 25 725 725 1725 6725 50 51 RYAAAA ZBNAAA VVVVxx -5528 8840 0 0 8 8 28 528 1528 528 5528 56 57 QEAAAA ACNAAA AAAAxx -4120 8841 0 0 0 0 20 120 120 4120 4120 40 41 MCAAAA BCNAAA HHHHxx -6694 8842 0 2 4 14 94 694 694 1694 6694 188 189 MXAAAA CCNAAA OOOOxx -3552 8843 0 0 2 12 52 552 1552 3552 3552 104 105 QGAAAA DCNAAA VVVVxx -1478 8844 0 2 8 18 78 478 1478 1478 1478 156 157 WEAAAA ECNAAA AAAAxx -8084 8845 0 0 4 4 84 84 84 3084 8084 168 169 YYAAAA FCNAAA HHHHxx -7578 8846 0 2 8 18 78 578 1578 2578 7578 156 157 MFAAAA GCNAAA OOOOxx -6314 8847 0 2 4 14 14 314 314 1314 6314 28 29 WIAAAA HCNAAA VVVVxx -6123 8848 1 3 3 3 23 123 123 1123 6123 46 47 NBAAAA ICNAAA AAAAxx -9443 8849 1 3 3 3 43 443 1443 4443 9443 86 87 FZAAAA JCNAAA HHHHxx -9628 8850 0 0 8 8 28 628 1628 4628 9628 56 57 IGAAAA KCNAAA OOOOxx -8508 8851 0 0 8 8 8 508 508 3508 8508 16 17 GPAAAA LCNAAA VVVVxx -5552 8852 0 0 2 12 52 552 1552 552 5552 104 105 OFAAAA MCNAAA AAAAxx -5327 8853 1 3 7 7 27 327 1327 327 5327 54 55 XWAAAA NCNAAA HHHHxx -7771 8854 1 3 1 11 71 771 1771 2771 7771 142 143 XMAAAA OCNAAA OOOOxx -8932 8855 0 0 2 12 32 932 932 3932 8932 64 65 OFAAAA PCNAAA VVVVxx -3526 8856 0 2 6 6 26 526 1526 3526 3526 52 53 QFAAAA QCNAAA AAAAxx -4340 8857 0 0 0 0 40 340 340 4340 4340 80 81 YKAAAA RCNAAA HHHHxx -9419 8858 1 3 9 19 19 419 1419 4419 9419 38 39 HYAAAA SCNAAA OOOOxx -8421 8859 1 1 1 1 21 421 421 3421 8421 42 43 XLAAAA TCNAAA VVVVxx -7431 8860 1 3 1 11 31 431 1431 2431 7431 62 63 VZAAAA UCNAAA AAAAxx -172 8861 0 0 2 12 72 172 172 172 172 144 145 QGAAAA VCNAAA HHHHxx -3279 8862 1 3 9 19 79 279 1279 3279 3279 158 159 DWAAAA WCNAAA OOOOxx -1508 8863 0 0 8 8 8 508 1508 1508 1508 16 17 AGAAAA XCNAAA VVVVxx -7091 8864 1 3 1 11 91 91 1091 2091 7091 182 183 TMAAAA YCNAAA AAAAxx -1419 8865 1 3 9 19 19 419 1419 1419 1419 38 39 PCAAAA ZCNAAA HHHHxx -3032 8866 0 0 2 12 32 32 1032 3032 3032 64 65 QMAAAA ADNAAA OOOOxx -8683 8867 1 3 3 3 83 683 683 3683 8683 166 167 ZVAAAA BDNAAA VVVVxx -4763 8868 1 3 3 3 63 763 763 4763 4763 126 127 FBAAAA CDNAAA AAAAxx -4424 8869 0 0 4 4 24 424 424 4424 4424 48 49 EOAAAA DDNAAA HHHHxx -8640 8870 0 0 0 0 40 640 640 3640 8640 80 81 IUAAAA EDNAAA OOOOxx -7187 8871 1 3 7 7 87 187 1187 2187 7187 174 175 LQAAAA FDNAAA VVVVxx -6247 8872 1 3 7 7 47 247 247 1247 6247 94 95 HGAAAA GDNAAA AAAAxx -7340 8873 0 0 0 0 40 340 1340 2340 7340 80 81 IWAAAA HDNAAA HHHHxx -182 8874 0 2 2 2 82 182 182 182 182 164 165 AHAAAA IDNAAA OOOOxx -2948 8875 0 0 8 8 48 948 948 2948 2948 96 97 KJAAAA JDNAAA VVVVxx -9462 8876 0 2 2 2 62 462 1462 4462 9462 124 125 YZAAAA KDNAAA AAAAxx -5997 8877 1 1 7 17 97 997 1997 997 5997 194 195 RWAAAA LDNAAA HHHHxx -5608 8878 0 0 8 8 8 608 1608 608 5608 16 17 SHAAAA MDNAAA OOOOxx -1472 8879 0 0 2 12 72 472 1472 1472 1472 144 145 QEAAAA NDNAAA VVVVxx -277 8880 1 1 7 17 77 277 277 277 277 154 155 RKAAAA ODNAAA AAAAxx -4807 8881 1 3 7 7 7 807 807 4807 4807 14 15 XCAAAA PDNAAA HHHHxx -4969 8882 1 1 9 9 69 969 969 4969 4969 138 139 DJAAAA QDNAAA OOOOxx -5611 8883 1 3 1 11 11 611 1611 611 5611 22 23 VHAAAA RDNAAA VVVVxx -372 8884 0 0 2 12 72 372 372 372 372 144 145 IOAAAA SDNAAA AAAAxx -6666 8885 0 2 6 6 66 666 666 1666 6666 132 133 KWAAAA TDNAAA HHHHxx -476 8886 0 0 6 16 76 476 476 476 476 152 153 ISAAAA UDNAAA OOOOxx -5225 8887 1 1 5 5 25 225 1225 225 5225 50 51 ZSAAAA VDNAAA VVVVxx -5143 8888 1 3 3 3 43 143 1143 143 5143 86 87 VPAAAA WDNAAA AAAAxx -1853 8889 1 1 3 13 53 853 1853 1853 1853 106 107 HTAAAA XDNAAA HHHHxx -675 8890 1 3 5 15 75 675 675 675 675 150 151 ZZAAAA YDNAAA OOOOxx -5643 8891 1 3 3 3 43 643 1643 643 5643 86 87 BJAAAA ZDNAAA VVVVxx -5317 8892 1 1 7 17 17 317 1317 317 5317 34 35 NWAAAA AENAAA AAAAxx -8102 8893 0 2 2 2 2 102 102 3102 8102 4 5 QZAAAA BENAAA HHHHxx -978 8894 0 2 8 18 78 978 978 978 978 156 157 QLAAAA CENAAA OOOOxx -4620 8895 0 0 0 0 20 620 620 4620 4620 40 41 SVAAAA DENAAA VVVVxx -151 8896 1 3 1 11 51 151 151 151 151 102 103 VFAAAA EENAAA AAAAxx -972 8897 0 0 2 12 72 972 972 972 972 144 145 KLAAAA FENAAA HHHHxx -6820 8898 0 0 0 0 20 820 820 1820 6820 40 41 ICAAAA GENAAA OOOOxx -7387 8899 1 3 7 7 87 387 1387 2387 7387 174 175 DYAAAA HENAAA VVVVxx -9634 8900 0 2 4 14 34 634 1634 4634 9634 68 69 OGAAAA IENAAA AAAAxx -6308 8901 0 0 8 8 8 308 308 1308 6308 16 17 QIAAAA JENAAA HHHHxx -8323 8902 1 3 3 3 23 323 323 3323 8323 46 47 DIAAAA KENAAA OOOOxx -6672 8903 0 0 2 12 72 672 672 1672 6672 144 145 QWAAAA LENAAA VVVVxx -8283 8904 1 3 3 3 83 283 283 3283 8283 166 167 PGAAAA MENAAA AAAAxx -7996 8905 0 0 6 16 96 996 1996 2996 7996 192 193 OVAAAA NENAAA HHHHxx -6488 8906 0 0 8 8 88 488 488 1488 6488 176 177 OPAAAA OENAAA OOOOxx -2365 8907 1 1 5 5 65 365 365 2365 2365 130 131 ZMAAAA PENAAA VVVVxx -9746 8908 0 2 6 6 46 746 1746 4746 9746 92 93 WKAAAA QENAAA AAAAxx -8605 8909 1 1 5 5 5 605 605 3605 8605 10 11 ZSAAAA RENAAA HHHHxx -3342 8910 0 2 2 2 42 342 1342 3342 3342 84 85 OYAAAA SENAAA OOOOxx -8429 8911 1 1 9 9 29 429 429 3429 8429 58 59 FMAAAA TENAAA VVVVxx -1162 8912 0 2 2 2 62 162 1162 1162 1162 124 125 SSAAAA UENAAA AAAAxx -531 8913 1 3 1 11 31 531 531 531 531 62 63 LUAAAA VENAAA HHHHxx -8408 8914 0 0 8 8 8 408 408 3408 8408 16 17 KLAAAA WENAAA OOOOxx -8862 8915 0 2 2 2 62 862 862 3862 8862 124 125 WCAAAA XENAAA VVVVxx -5843 8916 1 3 3 3 43 843 1843 843 5843 86 87 TQAAAA YENAAA AAAAxx -8704 8917 0 0 4 4 4 704 704 3704 8704 8 9 UWAAAA ZENAAA HHHHxx -7070 8918 0 2 0 10 70 70 1070 2070 7070 140 141 YLAAAA AFNAAA OOOOxx -9119 8919 1 3 9 19 19 119 1119 4119 9119 38 39 TMAAAA BFNAAA VVVVxx -8344 8920 0 0 4 4 44 344 344 3344 8344 88 89 YIAAAA CFNAAA AAAAxx -8979 8921 1 3 9 19 79 979 979 3979 8979 158 159 JHAAAA DFNAAA HHHHxx -2971 8922 1 3 1 11 71 971 971 2971 2971 142 143 HKAAAA EFNAAA OOOOxx -7700 8923 0 0 0 0 0 700 1700 2700 7700 0 1 EKAAAA FFNAAA VVVVxx -8280 8924 0 0 0 0 80 280 280 3280 8280 160 161 MGAAAA GFNAAA AAAAxx -9096 8925 0 0 6 16 96 96 1096 4096 9096 192 193 WLAAAA HFNAAA HHHHxx -99 8926 1 3 9 19 99 99 99 99 99 198 199 VDAAAA IFNAAA OOOOxx -6696 8927 0 0 6 16 96 696 696 1696 6696 192 193 OXAAAA JFNAAA VVVVxx -9490 8928 0 2 0 10 90 490 1490 4490 9490 180 181 ABAAAA KFNAAA AAAAxx -9073 8929 1 1 3 13 73 73 1073 4073 9073 146 147 ZKAAAA LFNAAA HHHHxx -1861 8930 1 1 1 1 61 861 1861 1861 1861 122 123 PTAAAA MFNAAA OOOOxx -4413 8931 1 1 3 13 13 413 413 4413 4413 26 27 TNAAAA NFNAAA VVVVxx -6002 8932 0 2 2 2 2 2 2 1002 6002 4 5 WWAAAA OFNAAA AAAAxx -439 8933 1 3 9 19 39 439 439 439 439 78 79 XQAAAA PFNAAA HHHHxx -5449 8934 1 1 9 9 49 449 1449 449 5449 98 99 PBAAAA QFNAAA OOOOxx -9737 8935 1 1 7 17 37 737 1737 4737 9737 74 75 NKAAAA RFNAAA VVVVxx -1898 8936 0 2 8 18 98 898 1898 1898 1898 196 197 AVAAAA SFNAAA AAAAxx -4189 8937 1 1 9 9 89 189 189 4189 4189 178 179 DFAAAA TFNAAA HHHHxx -1408 8938 0 0 8 8 8 408 1408 1408 1408 16 17 ECAAAA UFNAAA OOOOxx -394 8939 0 2 4 14 94 394 394 394 394 188 189 EPAAAA VFNAAA VVVVxx -1935 8940 1 3 5 15 35 935 1935 1935 1935 70 71 LWAAAA WFNAAA AAAAxx -3965 8941 1 1 5 5 65 965 1965 3965 3965 130 131 NWAAAA XFNAAA HHHHxx -6821 8942 1 1 1 1 21 821 821 1821 6821 42 43 JCAAAA YFNAAA OOOOxx -349 8943 1 1 9 9 49 349 349 349 349 98 99 LNAAAA ZFNAAA VVVVxx -8428 8944 0 0 8 8 28 428 428 3428 8428 56 57 EMAAAA AGNAAA AAAAxx -8200 8945 0 0 0 0 0 200 200 3200 8200 0 1 KDAAAA BGNAAA HHHHxx -1737 8946 1 1 7 17 37 737 1737 1737 1737 74 75 VOAAAA CGNAAA OOOOxx -6516 8947 0 0 6 16 16 516 516 1516 6516 32 33 QQAAAA DGNAAA VVVVxx -5441 8948 1 1 1 1 41 441 1441 441 5441 82 83 HBAAAA EGNAAA AAAAxx -5999 8949 1 3 9 19 99 999 1999 999 5999 198 199 TWAAAA FGNAAA HHHHxx -1539 8950 1 3 9 19 39 539 1539 1539 1539 78 79 FHAAAA GGNAAA OOOOxx -9067 8951 1 3 7 7 67 67 1067 4067 9067 134 135 TKAAAA HGNAAA VVVVxx -4061 8952 1 1 1 1 61 61 61 4061 4061 122 123 FAAAAA IGNAAA AAAAxx -1642 8953 0 2 2 2 42 642 1642 1642 1642 84 85 ELAAAA JGNAAA HHHHxx -4657 8954 1 1 7 17 57 657 657 4657 4657 114 115 DXAAAA KGNAAA OOOOxx -9934 8955 0 2 4 14 34 934 1934 4934 9934 68 69 CSAAAA LGNAAA VVVVxx -6385 8956 1 1 5 5 85 385 385 1385 6385 170 171 PLAAAA MGNAAA AAAAxx -6775 8957 1 3 5 15 75 775 775 1775 6775 150 151 PAAAAA NGNAAA HHHHxx -3873 8958 1 1 3 13 73 873 1873 3873 3873 146 147 ZSAAAA OGNAAA OOOOxx -3862 8959 0 2 2 2 62 862 1862 3862 3862 124 125 OSAAAA PGNAAA VVVVxx -1224 8960 0 0 4 4 24 224 1224 1224 1224 48 49 CVAAAA QGNAAA AAAAxx -4483 8961 1 3 3 3 83 483 483 4483 4483 166 167 LQAAAA RGNAAA HHHHxx -3685 8962 1 1 5 5 85 685 1685 3685 3685 170 171 TLAAAA SGNAAA OOOOxx -6082 8963 0 2 2 2 82 82 82 1082 6082 164 165 YZAAAA TGNAAA VVVVxx -7798 8964 0 2 8 18 98 798 1798 2798 7798 196 197 YNAAAA UGNAAA AAAAxx -9039 8965 1 3 9 19 39 39 1039 4039 9039 78 79 RJAAAA VGNAAA HHHHxx -985 8966 1 1 5 5 85 985 985 985 985 170 171 XLAAAA WGNAAA OOOOxx -5389 8967 1 1 9 9 89 389 1389 389 5389 178 179 HZAAAA XGNAAA VVVVxx -1716 8968 0 0 6 16 16 716 1716 1716 1716 32 33 AOAAAA YGNAAA AAAAxx -4209 8969 1 1 9 9 9 209 209 4209 4209 18 19 XFAAAA ZGNAAA HHHHxx -746 8970 0 2 6 6 46 746 746 746 746 92 93 SCAAAA AHNAAA OOOOxx -6295 8971 1 3 5 15 95 295 295 1295 6295 190 191 DIAAAA BHNAAA VVVVxx -9754 8972 0 2 4 14 54 754 1754 4754 9754 108 109 ELAAAA CHNAAA AAAAxx -2336 8973 0 0 6 16 36 336 336 2336 2336 72 73 WLAAAA DHNAAA HHHHxx -3701 8974 1 1 1 1 1 701 1701 3701 3701 2 3 JMAAAA EHNAAA OOOOxx -3551 8975 1 3 1 11 51 551 1551 3551 3551 102 103 PGAAAA FHNAAA VVVVxx -8516 8976 0 0 6 16 16 516 516 3516 8516 32 33 OPAAAA GHNAAA AAAAxx -9290 8977 0 2 0 10 90 290 1290 4290 9290 180 181 ITAAAA HHNAAA HHHHxx -5686 8978 0 2 6 6 86 686 1686 686 5686 172 173 SKAAAA IHNAAA OOOOxx -2893 8979 1 1 3 13 93 893 893 2893 2893 186 187 HHAAAA JHNAAA VVVVxx -6279 8980 1 3 9 19 79 279 279 1279 6279 158 159 NHAAAA KHNAAA AAAAxx -2278 8981 0 2 8 18 78 278 278 2278 2278 156 157 QJAAAA LHNAAA HHHHxx -1618 8982 0 2 8 18 18 618 1618 1618 1618 36 37 GKAAAA MHNAAA OOOOxx -3450 8983 0 2 0 10 50 450 1450 3450 3450 100 101 SCAAAA NHNAAA VVVVxx -8857 8984 1 1 7 17 57 857 857 3857 8857 114 115 RCAAAA OHNAAA AAAAxx -1005 8985 1 1 5 5 5 5 1005 1005 1005 10 11 RMAAAA PHNAAA HHHHxx -4727 8986 1 3 7 7 27 727 727 4727 4727 54 55 VZAAAA QHNAAA OOOOxx -7617 8987 1 1 7 17 17 617 1617 2617 7617 34 35 ZGAAAA RHNAAA VVVVxx -2021 8988 1 1 1 1 21 21 21 2021 2021 42 43 TZAAAA SHNAAA AAAAxx -9124 8989 0 0 4 4 24 124 1124 4124 9124 48 49 YMAAAA THNAAA HHHHxx -3175 8990 1 3 5 15 75 175 1175 3175 3175 150 151 DSAAAA UHNAAA OOOOxx -2949 8991 1 1 9 9 49 949 949 2949 2949 98 99 LJAAAA VHNAAA VVVVxx -2424 8992 0 0 4 4 24 424 424 2424 2424 48 49 GPAAAA WHNAAA AAAAxx -4791 8993 1 3 1 11 91 791 791 4791 4791 182 183 HCAAAA XHNAAA HHHHxx -7500 8994 0 0 0 0 0 500 1500 2500 7500 0 1 MCAAAA YHNAAA OOOOxx -4893 8995 1 1 3 13 93 893 893 4893 4893 186 187 FGAAAA ZHNAAA VVVVxx -121 8996 1 1 1 1 21 121 121 121 121 42 43 REAAAA AINAAA AAAAxx -1965 8997 1 1 5 5 65 965 1965 1965 1965 130 131 PXAAAA BINAAA HHHHxx -2972 8998 0 0 2 12 72 972 972 2972 2972 144 145 IKAAAA CINAAA OOOOxx -662 8999 0 2 2 2 62 662 662 662 662 124 125 MZAAAA DINAAA VVVVxx -7074 9000 0 2 4 14 74 74 1074 2074 7074 148 149 CMAAAA EINAAA AAAAxx -981 9001 1 1 1 1 81 981 981 981 981 162 163 TLAAAA FINAAA HHHHxx -3520 9002 0 0 0 0 20 520 1520 3520 3520 40 41 KFAAAA GINAAA OOOOxx -6540 9003 0 0 0 0 40 540 540 1540 6540 80 81 ORAAAA HINAAA VVVVxx -6648 9004 0 0 8 8 48 648 648 1648 6648 96 97 SVAAAA IINAAA AAAAxx -7076 9005 0 0 6 16 76 76 1076 2076 7076 152 153 EMAAAA JINAAA HHHHxx -6919 9006 1 3 9 19 19 919 919 1919 6919 38 39 DGAAAA KINAAA OOOOxx -1108 9007 0 0 8 8 8 108 1108 1108 1108 16 17 QQAAAA LINAAA VVVVxx -317 9008 1 1 7 17 17 317 317 317 317 34 35 FMAAAA MINAAA AAAAxx -3483 9009 1 3 3 3 83 483 1483 3483 3483 166 167 ZDAAAA NINAAA HHHHxx -6764 9010 0 0 4 4 64 764 764 1764 6764 128 129 EAAAAA OINAAA OOOOxx -1235 9011 1 3 5 15 35 235 1235 1235 1235 70 71 NVAAAA PINAAA VVVVxx -7121 9012 1 1 1 1 21 121 1121 2121 7121 42 43 XNAAAA QINAAA AAAAxx -426 9013 0 2 6 6 26 426 426 426 426 52 53 KQAAAA RINAAA HHHHxx -6880 9014 0 0 0 0 80 880 880 1880 6880 160 161 QEAAAA SINAAA OOOOxx -5401 9015 1 1 1 1 1 401 1401 401 5401 2 3 TZAAAA TINAAA VVVVxx -7323 9016 1 3 3 3 23 323 1323 2323 7323 46 47 RVAAAA UINAAA AAAAxx -9751 9017 1 3 1 11 51 751 1751 4751 9751 102 103 BLAAAA VINAAA HHHHxx -3436 9018 0 0 6 16 36 436 1436 3436 3436 72 73 ECAAAA WINAAA OOOOxx -7319 9019 1 3 9 19 19 319 1319 2319 7319 38 39 NVAAAA XINAAA VVVVxx -7882 9020 0 2 2 2 82 882 1882 2882 7882 164 165 ERAAAA YINAAA AAAAxx -8260 9021 0 0 0 0 60 260 260 3260 8260 120 121 SFAAAA ZINAAA HHHHxx -9758 9022 0 2 8 18 58 758 1758 4758 9758 116 117 ILAAAA AJNAAA OOOOxx -4205 9023 1 1 5 5 5 205 205 4205 4205 10 11 TFAAAA BJNAAA VVVVxx -8884 9024 0 0 4 4 84 884 884 3884 8884 168 169 SDAAAA CJNAAA AAAAxx -1112 9025 0 0 2 12 12 112 1112 1112 1112 24 25 UQAAAA DJNAAA HHHHxx -2186 9026 0 2 6 6 86 186 186 2186 2186 172 173 CGAAAA EJNAAA OOOOxx -8666 9027 0 2 6 6 66 666 666 3666 8666 132 133 IVAAAA FJNAAA VVVVxx -4325 9028 1 1 5 5 25 325 325 4325 4325 50 51 JKAAAA GJNAAA AAAAxx -4912 9029 0 0 2 12 12 912 912 4912 4912 24 25 YGAAAA HJNAAA HHHHxx -6497 9030 1 1 7 17 97 497 497 1497 6497 194 195 XPAAAA IJNAAA OOOOxx -9072 9031 0 0 2 12 72 72 1072 4072 9072 144 145 YKAAAA JJNAAA VVVVxx -8899 9032 1 3 9 19 99 899 899 3899 8899 198 199 HEAAAA KJNAAA AAAAxx -5619 9033 1 3 9 19 19 619 1619 619 5619 38 39 DIAAAA LJNAAA HHHHxx -4110 9034 0 2 0 10 10 110 110 4110 4110 20 21 CCAAAA MJNAAA OOOOxx -7025 9035 1 1 5 5 25 25 1025 2025 7025 50 51 FKAAAA NJNAAA VVVVxx -5605 9036 1 1 5 5 5 605 1605 605 5605 10 11 PHAAAA OJNAAA AAAAxx -2572 9037 0 0 2 12 72 572 572 2572 2572 144 145 YUAAAA PJNAAA HHHHxx -3895 9038 1 3 5 15 95 895 1895 3895 3895 190 191 VTAAAA QJNAAA OOOOxx -9138 9039 0 2 8 18 38 138 1138 4138 9138 76 77 MNAAAA RJNAAA VVVVxx -4713 9040 1 1 3 13 13 713 713 4713 4713 26 27 HZAAAA SJNAAA AAAAxx -6079 9041 1 3 9 19 79 79 79 1079 6079 158 159 VZAAAA TJNAAA HHHHxx -8898 9042 0 2 8 18 98 898 898 3898 8898 196 197 GEAAAA UJNAAA OOOOxx -2650 9043 0 2 0 10 50 650 650 2650 2650 100 101 YXAAAA VJNAAA VVVVxx -5316 9044 0 0 6 16 16 316 1316 316 5316 32 33 MWAAAA WJNAAA AAAAxx -5133 9045 1 1 3 13 33 133 1133 133 5133 66 67 LPAAAA XJNAAA HHHHxx -2184 9046 0 0 4 4 84 184 184 2184 2184 168 169 AGAAAA YJNAAA OOOOxx -2728 9047 0 0 8 8 28 728 728 2728 2728 56 57 YAAAAA ZJNAAA VVVVxx -6737 9048 1 1 7 17 37 737 737 1737 6737 74 75 DZAAAA AKNAAA AAAAxx -1128 9049 0 0 8 8 28 128 1128 1128 1128 56 57 KRAAAA BKNAAA HHHHxx -9662 9050 0 2 2 2 62 662 1662 4662 9662 124 125 QHAAAA CKNAAA OOOOxx -9384 9051 0 0 4 4 84 384 1384 4384 9384 168 169 YWAAAA DKNAAA VVVVxx -4576 9052 0 0 6 16 76 576 576 4576 4576 152 153 AUAAAA EKNAAA AAAAxx -9613 9053 1 1 3 13 13 613 1613 4613 9613 26 27 TFAAAA FKNAAA HHHHxx -4001 9054 1 1 1 1 1 1 1 4001 4001 2 3 XXAAAA GKNAAA OOOOxx -3628 9055 0 0 8 8 28 628 1628 3628 3628 56 57 OJAAAA HKNAAA VVVVxx -6968 9056 0 0 8 8 68 968 968 1968 6968 136 137 AIAAAA IKNAAA AAAAxx -6491 9057 1 3 1 11 91 491 491 1491 6491 182 183 RPAAAA JKNAAA HHHHxx -1265 9058 1 1 5 5 65 265 1265 1265 1265 130 131 RWAAAA KKNAAA OOOOxx -6128 9059 0 0 8 8 28 128 128 1128 6128 56 57 SBAAAA LKNAAA VVVVxx -4274 9060 0 2 4 14 74 274 274 4274 4274 148 149 KIAAAA MKNAAA AAAAxx -3598 9061 0 2 8 18 98 598 1598 3598 3598 196 197 KIAAAA NKNAAA HHHHxx -7961 9062 1 1 1 1 61 961 1961 2961 7961 122 123 FUAAAA OKNAAA OOOOxx -2643 9063 1 3 3 3 43 643 643 2643 2643 86 87 RXAAAA PKNAAA VVVVxx -4547 9064 1 3 7 7 47 547 547 4547 4547 94 95 XSAAAA QKNAAA AAAAxx -3568 9065 0 0 8 8 68 568 1568 3568 3568 136 137 GHAAAA RKNAAA HHHHxx -8954 9066 0 2 4 14 54 954 954 3954 8954 108 109 KGAAAA SKNAAA OOOOxx -8802 9067 0 2 2 2 2 802 802 3802 8802 4 5 OAAAAA TKNAAA VVVVxx -7829 9068 1 1 9 9 29 829 1829 2829 7829 58 59 DPAAAA UKNAAA AAAAxx -1008 9069 0 0 8 8 8 8 1008 1008 1008 16 17 UMAAAA VKNAAA HHHHxx -3627 9070 1 3 7 7 27 627 1627 3627 3627 54 55 NJAAAA WKNAAA OOOOxx -3999 9071 1 3 9 19 99 999 1999 3999 3999 198 199 VXAAAA XKNAAA VVVVxx -7697 9072 1 1 7 17 97 697 1697 2697 7697 194 195 BKAAAA YKNAAA AAAAxx -9380 9073 0 0 0 0 80 380 1380 4380 9380 160 161 UWAAAA ZKNAAA HHHHxx -2707 9074 1 3 7 7 7 707 707 2707 2707 14 15 DAAAAA ALNAAA OOOOxx -4430 9075 0 2 0 10 30 430 430 4430 4430 60 61 KOAAAA BLNAAA VVVVxx -6440 9076 0 0 0 0 40 440 440 1440 6440 80 81 SNAAAA CLNAAA AAAAxx -9958 9077 0 2 8 18 58 958 1958 4958 9958 116 117 ATAAAA DLNAAA HHHHxx -7592 9078 0 0 2 12 92 592 1592 2592 7592 184 185 AGAAAA ELNAAA OOOOxx -7852 9079 0 0 2 12 52 852 1852 2852 7852 104 105 AQAAAA FLNAAA VVVVxx -9253 9080 1 1 3 13 53 253 1253 4253 9253 106 107 XRAAAA GLNAAA AAAAxx -5910 9081 0 2 0 10 10 910 1910 910 5910 20 21 ITAAAA HLNAAA HHHHxx -7487 9082 1 3 7 7 87 487 1487 2487 7487 174 175 ZBAAAA ILNAAA OOOOxx -6324 9083 0 0 4 4 24 324 324 1324 6324 48 49 GJAAAA JLNAAA VVVVxx -5792 9084 0 0 2 12 92 792 1792 792 5792 184 185 UOAAAA KLNAAA AAAAxx -7390 9085 0 2 0 10 90 390 1390 2390 7390 180 181 GYAAAA LLNAAA HHHHxx -8534 9086 0 2 4 14 34 534 534 3534 8534 68 69 GQAAAA MLNAAA OOOOxx -2690 9087 0 2 0 10 90 690 690 2690 2690 180 181 MZAAAA NLNAAA VVVVxx -3992 9088 0 0 2 12 92 992 1992 3992 3992 184 185 OXAAAA OLNAAA AAAAxx -6928 9089 0 0 8 8 28 928 928 1928 6928 56 57 MGAAAA PLNAAA HHHHxx -7815 9090 1 3 5 15 15 815 1815 2815 7815 30 31 POAAAA QLNAAA OOOOxx -9477 9091 1 1 7 17 77 477 1477 4477 9477 154 155 NAAAAA RLNAAA VVVVxx -497 9092 1 1 7 17 97 497 497 497 497 194 195 DTAAAA SLNAAA AAAAxx -7532 9093 0 0 2 12 32 532 1532 2532 7532 64 65 SDAAAA TLNAAA HHHHxx -9838 9094 0 2 8 18 38 838 1838 4838 9838 76 77 KOAAAA ULNAAA OOOOxx -1557 9095 1 1 7 17 57 557 1557 1557 1557 114 115 XHAAAA VLNAAA VVVVxx -2467 9096 1 3 7 7 67 467 467 2467 2467 134 135 XQAAAA WLNAAA AAAAxx -2367 9097 1 3 7 7 67 367 367 2367 2367 134 135 BNAAAA XLNAAA HHHHxx -5677 9098 1 1 7 17 77 677 1677 677 5677 154 155 JKAAAA YLNAAA OOOOxx -6193 9099 1 1 3 13 93 193 193 1193 6193 186 187 FEAAAA ZLNAAA VVVVxx -7126 9100 0 2 6 6 26 126 1126 2126 7126 52 53 COAAAA AMNAAA AAAAxx -5264 9101 0 0 4 4 64 264 1264 264 5264 128 129 MUAAAA BMNAAA HHHHxx -850 9102 0 2 0 10 50 850 850 850 850 100 101 SGAAAA CMNAAA OOOOxx -4854 9103 0 2 4 14 54 854 854 4854 4854 108 109 SEAAAA DMNAAA VVVVxx -4414 9104 0 2 4 14 14 414 414 4414 4414 28 29 UNAAAA EMNAAA AAAAxx -8971 9105 1 3 1 11 71 971 971 3971 8971 142 143 BHAAAA FMNAAA HHHHxx -9240 9106 0 0 0 0 40 240 1240 4240 9240 80 81 KRAAAA GMNAAA OOOOxx -7341 9107 1 1 1 1 41 341 1341 2341 7341 82 83 JWAAAA HMNAAA VVVVxx -3151 9108 1 3 1 11 51 151 1151 3151 3151 102 103 FRAAAA IMNAAA AAAAxx -1742 9109 0 2 2 2 42 742 1742 1742 1742 84 85 APAAAA JMNAAA HHHHxx -1347 9110 1 3 7 7 47 347 1347 1347 1347 94 95 VZAAAA KMNAAA OOOOxx -9418 9111 0 2 8 18 18 418 1418 4418 9418 36 37 GYAAAA LMNAAA VVVVxx -5452 9112 0 0 2 12 52 452 1452 452 5452 104 105 SBAAAA MMNAAA AAAAxx -8637 9113 1 1 7 17 37 637 637 3637 8637 74 75 FUAAAA NMNAAA HHHHxx -8287 9114 1 3 7 7 87 287 287 3287 8287 174 175 TGAAAA OMNAAA OOOOxx -9865 9115 1 1 5 5 65 865 1865 4865 9865 130 131 LPAAAA PMNAAA VVVVxx -1664 9116 0 0 4 4 64 664 1664 1664 1664 128 129 AMAAAA QMNAAA AAAAxx -9933 9117 1 1 3 13 33 933 1933 4933 9933 66 67 BSAAAA RMNAAA HHHHxx -3416 9118 0 0 6 16 16 416 1416 3416 3416 32 33 KBAAAA SMNAAA OOOOxx -7981 9119 1 1 1 1 81 981 1981 2981 7981 162 163 ZUAAAA TMNAAA VVVVxx -1981 9120 1 1 1 1 81 981 1981 1981 1981 162 163 FYAAAA UMNAAA AAAAxx -441 9121 1 1 1 1 41 441 441 441 441 82 83 ZQAAAA VMNAAA HHHHxx -1380 9122 0 0 0 0 80 380 1380 1380 1380 160 161 CBAAAA WMNAAA OOOOxx -7325 9123 1 1 5 5 25 325 1325 2325 7325 50 51 TVAAAA XMNAAA VVVVxx -5682 9124 0 2 2 2 82 682 1682 682 5682 164 165 OKAAAA YMNAAA AAAAxx -1024 9125 0 0 4 4 24 24 1024 1024 1024 48 49 KNAAAA ZMNAAA HHHHxx -1096 9126 0 0 6 16 96 96 1096 1096 1096 192 193 EQAAAA ANNAAA OOOOxx -4717 9127 1 1 7 17 17 717 717 4717 4717 34 35 LZAAAA BNNAAA VVVVxx -7948 9128 0 0 8 8 48 948 1948 2948 7948 96 97 STAAAA CNNAAA AAAAxx -4074 9129 0 2 4 14 74 74 74 4074 4074 148 149 SAAAAA DNNAAA HHHHxx -211 9130 1 3 1 11 11 211 211 211 211 22 23 DIAAAA ENNAAA OOOOxx -8993 9131 1 1 3 13 93 993 993 3993 8993 186 187 XHAAAA FNNAAA VVVVxx -4509 9132 1 1 9 9 9 509 509 4509 4509 18 19 LRAAAA GNNAAA AAAAxx -823 9133 1 3 3 3 23 823 823 823 823 46 47 RFAAAA HNNAAA HHHHxx -4747 9134 1 3 7 7 47 747 747 4747 4747 94 95 PAAAAA INNAAA OOOOxx -6955 9135 1 3 5 15 55 955 955 1955 6955 110 111 NHAAAA JNNAAA VVVVxx -7922 9136 0 2 2 2 22 922 1922 2922 7922 44 45 SSAAAA KNNAAA AAAAxx -6936 9137 0 0 6 16 36 936 936 1936 6936 72 73 UGAAAA LNNAAA HHHHxx -1546 9138 0 2 6 6 46 546 1546 1546 1546 92 93 MHAAAA MNNAAA OOOOxx -9836 9139 0 0 6 16 36 836 1836 4836 9836 72 73 IOAAAA NNNAAA VVVVxx -5626 9140 0 2 6 6 26 626 1626 626 5626 52 53 KIAAAA ONNAAA AAAAxx -4879 9141 1 3 9 19 79 879 879 4879 4879 158 159 RFAAAA PNNAAA HHHHxx -8590 9142 0 2 0 10 90 590 590 3590 8590 180 181 KSAAAA QNNAAA OOOOxx -8842 9143 0 2 2 2 42 842 842 3842 8842 84 85 CCAAAA RNNAAA VVVVxx -6505 9144 1 1 5 5 5 505 505 1505 6505 10 11 FQAAAA SNNAAA AAAAxx -2803 9145 1 3 3 3 3 803 803 2803 2803 6 7 VDAAAA TNNAAA HHHHxx -9258 9146 0 2 8 18 58 258 1258 4258 9258 116 117 CSAAAA UNNAAA OOOOxx -741 9147 1 1 1 1 41 741 741 741 741 82 83 NCAAAA VNNAAA VVVVxx -1457 9148 1 1 7 17 57 457 1457 1457 1457 114 115 BEAAAA WNNAAA AAAAxx -5777 9149 1 1 7 17 77 777 1777 777 5777 154 155 FOAAAA XNNAAA HHHHxx -2883 9150 1 3 3 3 83 883 883 2883 2883 166 167 XGAAAA YNNAAA OOOOxx -6610 9151 0 2 0 10 10 610 610 1610 6610 20 21 GUAAAA ZNNAAA VVVVxx -4331 9152 1 3 1 11 31 331 331 4331 4331 62 63 PKAAAA AONAAA AAAAxx -2712 9153 0 0 2 12 12 712 712 2712 2712 24 25 IAAAAA BONAAA HHHHxx -9268 9154 0 0 8 8 68 268 1268 4268 9268 136 137 MSAAAA CONAAA OOOOxx -410 9155 0 2 0 10 10 410 410 410 410 20 21 UPAAAA DONAAA VVVVxx -9411 9156 1 3 1 11 11 411 1411 4411 9411 22 23 ZXAAAA EONAAA AAAAxx -4683 9157 1 3 3 3 83 683 683 4683 4683 166 167 DYAAAA FONAAA HHHHxx -7072 9158 0 0 2 12 72 72 1072 2072 7072 144 145 AMAAAA GONAAA OOOOxx -5050 9159 0 2 0 10 50 50 1050 50 5050 100 101 GMAAAA HONAAA VVVVxx -5932 9160 0 0 2 12 32 932 1932 932 5932 64 65 EUAAAA IONAAA AAAAxx -2756 9161 0 0 6 16 56 756 756 2756 2756 112 113 ACAAAA JONAAA HHHHxx -9813 9162 1 1 3 13 13 813 1813 4813 9813 26 27 LNAAAA KONAAA OOOOxx -7388 9163 0 0 8 8 88 388 1388 2388 7388 176 177 EYAAAA LONAAA VVVVxx -2596 9164 0 0 6 16 96 596 596 2596 2596 192 193 WVAAAA MONAAA AAAAxx -5102 9165 0 2 2 2 2 102 1102 102 5102 4 5 GOAAAA NONAAA HHHHxx -208 9166 0 0 8 8 8 208 208 208 208 16 17 AIAAAA OONAAA OOOOxx -86 9167 0 2 6 6 86 86 86 86 86 172 173 IDAAAA PONAAA VVVVxx -8127 9168 1 3 7 7 27 127 127 3127 8127 54 55 PAAAAA QONAAA AAAAxx -5154 9169 0 2 4 14 54 154 1154 154 5154 108 109 GQAAAA RONAAA HHHHxx -4491 9170 1 3 1 11 91 491 491 4491 4491 182 183 TQAAAA SONAAA OOOOxx -7423 9171 1 3 3 3 23 423 1423 2423 7423 46 47 NZAAAA TONAAA VVVVxx -6441 9172 1 1 1 1 41 441 441 1441 6441 82 83 TNAAAA UONAAA AAAAxx -2920 9173 0 0 0 0 20 920 920 2920 2920 40 41 IIAAAA VONAAA HHHHxx -6386 9174 0 2 6 6 86 386 386 1386 6386 172 173 QLAAAA WONAAA OOOOxx -9744 9175 0 0 4 4 44 744 1744 4744 9744 88 89 UKAAAA XONAAA VVVVxx -2667 9176 1 3 7 7 67 667 667 2667 2667 134 135 PYAAAA YONAAA AAAAxx -5754 9177 0 2 4 14 54 754 1754 754 5754 108 109 INAAAA ZONAAA HHHHxx -4645 9178 1 1 5 5 45 645 645 4645 4645 90 91 RWAAAA APNAAA OOOOxx -4327 9179 1 3 7 7 27 327 327 4327 4327 54 55 LKAAAA BPNAAA VVVVxx -843 9180 1 3 3 3 43 843 843 843 843 86 87 LGAAAA CPNAAA AAAAxx -4085 9181 1 1 5 5 85 85 85 4085 4085 170 171 DBAAAA DPNAAA HHHHxx -2849 9182 1 1 9 9 49 849 849 2849 2849 98 99 PFAAAA EPNAAA OOOOxx -5734 9183 0 2 4 14 34 734 1734 734 5734 68 69 OMAAAA FPNAAA VVVVxx -5307 9184 1 3 7 7 7 307 1307 307 5307 14 15 DWAAAA GPNAAA AAAAxx -8433 9185 1 1 3 13 33 433 433 3433 8433 66 67 JMAAAA HPNAAA HHHHxx -3031 9186 1 3 1 11 31 31 1031 3031 3031 62 63 PMAAAA IPNAAA OOOOxx -5714 9187 0 2 4 14 14 714 1714 714 5714 28 29 ULAAAA JPNAAA VVVVxx -5969 9188 1 1 9 9 69 969 1969 969 5969 138 139 PVAAAA KPNAAA AAAAxx -2532 9189 0 0 2 12 32 532 532 2532 2532 64 65 KTAAAA LPNAAA HHHHxx -5219 9190 1 3 9 19 19 219 1219 219 5219 38 39 TSAAAA MPNAAA OOOOxx -7343 9191 1 3 3 3 43 343 1343 2343 7343 86 87 LWAAAA NPNAAA VVVVxx -9089 9192 1 1 9 9 89 89 1089 4089 9089 178 179 PLAAAA OPNAAA AAAAxx -9337 9193 1 1 7 17 37 337 1337 4337 9337 74 75 DVAAAA PPNAAA HHHHxx -5131 9194 1 3 1 11 31 131 1131 131 5131 62 63 JPAAAA QPNAAA OOOOxx -6253 9195 1 1 3 13 53 253 253 1253 6253 106 107 NGAAAA RPNAAA VVVVxx -5140 9196 0 0 0 0 40 140 1140 140 5140 80 81 SPAAAA SPNAAA AAAAxx -2953 9197 1 1 3 13 53 953 953 2953 2953 106 107 PJAAAA TPNAAA HHHHxx -4293 9198 1 1 3 13 93 293 293 4293 4293 186 187 DJAAAA UPNAAA OOOOxx -9974 9199 0 2 4 14 74 974 1974 4974 9974 148 149 QTAAAA VPNAAA VVVVxx -5061 9200 1 1 1 1 61 61 1061 61 5061 122 123 RMAAAA WPNAAA AAAAxx -8570 9201 0 2 0 10 70 570 570 3570 8570 140 141 QRAAAA XPNAAA HHHHxx -9504 9202 0 0 4 4 4 504 1504 4504 9504 8 9 OBAAAA YPNAAA OOOOxx -604 9203 0 0 4 4 4 604 604 604 604 8 9 GXAAAA ZPNAAA VVVVxx -4991 9204 1 3 1 11 91 991 991 4991 4991 182 183 ZJAAAA AQNAAA AAAAxx -880 9205 0 0 0 0 80 880 880 880 880 160 161 WHAAAA BQNAAA HHHHxx -3861 9206 1 1 1 1 61 861 1861 3861 3861 122 123 NSAAAA CQNAAA OOOOxx -8262 9207 0 2 2 2 62 262 262 3262 8262 124 125 UFAAAA DQNAAA VVVVxx -5689 9208 1 1 9 9 89 689 1689 689 5689 178 179 VKAAAA EQNAAA AAAAxx -1793 9209 1 1 3 13 93 793 1793 1793 1793 186 187 ZQAAAA FQNAAA HHHHxx -2661 9210 1 1 1 1 61 661 661 2661 2661 122 123 JYAAAA GQNAAA OOOOxx -7954 9211 0 2 4 14 54 954 1954 2954 7954 108 109 YTAAAA HQNAAA VVVVxx -1874 9212 0 2 4 14 74 874 1874 1874 1874 148 149 CUAAAA IQNAAA AAAAxx -2982 9213 0 2 2 2 82 982 982 2982 2982 164 165 SKAAAA JQNAAA HHHHxx -331 9214 1 3 1 11 31 331 331 331 331 62 63 TMAAAA KQNAAA OOOOxx -5021 9215 1 1 1 1 21 21 1021 21 5021 42 43 DLAAAA LQNAAA VVVVxx -9894 9216 0 2 4 14 94 894 1894 4894 9894 188 189 OQAAAA MQNAAA AAAAxx -7709 9217 1 1 9 9 9 709 1709 2709 7709 18 19 NKAAAA NQNAAA HHHHxx -4980 9218 0 0 0 0 80 980 980 4980 4980 160 161 OJAAAA OQNAAA OOOOxx -8249 9219 1 1 9 9 49 249 249 3249 8249 98 99 HFAAAA PQNAAA VVVVxx -7120 9220 0 0 0 0 20 120 1120 2120 7120 40 41 WNAAAA QQNAAA AAAAxx -7464 9221 0 0 4 4 64 464 1464 2464 7464 128 129 CBAAAA RQNAAA HHHHxx -8086 9222 0 2 6 6 86 86 86 3086 8086 172 173 AZAAAA SQNAAA OOOOxx -3509 9223 1 1 9 9 9 509 1509 3509 3509 18 19 ZEAAAA TQNAAA VVVVxx -3902 9224 0 2 2 2 2 902 1902 3902 3902 4 5 CUAAAA UQNAAA AAAAxx -9907 9225 1 3 7 7 7 907 1907 4907 9907 14 15 BRAAAA VQNAAA HHHHxx -6278 9226 0 2 8 18 78 278 278 1278 6278 156 157 MHAAAA WQNAAA OOOOxx -9316 9227 0 0 6 16 16 316 1316 4316 9316 32 33 IUAAAA XQNAAA VVVVxx -2824 9228 0 0 4 4 24 824 824 2824 2824 48 49 QEAAAA YQNAAA AAAAxx -1558 9229 0 2 8 18 58 558 1558 1558 1558 116 117 YHAAAA ZQNAAA HHHHxx -5436 9230 0 0 6 16 36 436 1436 436 5436 72 73 CBAAAA ARNAAA OOOOxx -1161 9231 1 1 1 1 61 161 1161 1161 1161 122 123 RSAAAA BRNAAA VVVVxx -7569 9232 1 1 9 9 69 569 1569 2569 7569 138 139 DFAAAA CRNAAA AAAAxx -9614 9233 0 2 4 14 14 614 1614 4614 9614 28 29 UFAAAA DRNAAA HHHHxx -6970 9234 0 2 0 10 70 970 970 1970 6970 140 141 CIAAAA ERNAAA OOOOxx -2422 9235 0 2 2 2 22 422 422 2422 2422 44 45 EPAAAA FRNAAA VVVVxx -8860 9236 0 0 0 0 60 860 860 3860 8860 120 121 UCAAAA GRNAAA AAAAxx -9912 9237 0 0 2 12 12 912 1912 4912 9912 24 25 GRAAAA HRNAAA HHHHxx -1109 9238 1 1 9 9 9 109 1109 1109 1109 18 19 RQAAAA IRNAAA OOOOxx -3286 9239 0 2 6 6 86 286 1286 3286 3286 172 173 KWAAAA JRNAAA VVVVxx -2277 9240 1 1 7 17 77 277 277 2277 2277 154 155 PJAAAA KRNAAA AAAAxx -8656 9241 0 0 6 16 56 656 656 3656 8656 112 113 YUAAAA LRNAAA HHHHxx -4656 9242 0 0 6 16 56 656 656 4656 4656 112 113 CXAAAA MRNAAA OOOOxx -6965 9243 1 1 5 5 65 965 965 1965 6965 130 131 XHAAAA NRNAAA VVVVxx -7591 9244 1 3 1 11 91 591 1591 2591 7591 182 183 ZFAAAA ORNAAA AAAAxx -4883 9245 1 3 3 3 83 883 883 4883 4883 166 167 VFAAAA PRNAAA HHHHxx -452 9246 0 0 2 12 52 452 452 452 452 104 105 KRAAAA QRNAAA OOOOxx -4018 9247 0 2 8 18 18 18 18 4018 4018 36 37 OYAAAA RRNAAA VVVVxx -4066 9248 0 2 6 6 66 66 66 4066 4066 132 133 KAAAAA SRNAAA AAAAxx -6480 9249 0 0 0 0 80 480 480 1480 6480 160 161 GPAAAA TRNAAA HHHHxx -8634 9250 0 2 4 14 34 634 634 3634 8634 68 69 CUAAAA URNAAA OOOOxx -9387 9251 1 3 7 7 87 387 1387 4387 9387 174 175 BXAAAA VRNAAA VVVVxx -3476 9252 0 0 6 16 76 476 1476 3476 3476 152 153 SDAAAA WRNAAA AAAAxx -5995 9253 1 3 5 15 95 995 1995 995 5995 190 191 PWAAAA XRNAAA HHHHxx -9677 9254 1 1 7 17 77 677 1677 4677 9677 154 155 FIAAAA YRNAAA OOOOxx -3884 9255 0 0 4 4 84 884 1884 3884 3884 168 169 KTAAAA ZRNAAA VVVVxx -6500 9256 0 0 0 0 0 500 500 1500 6500 0 1 AQAAAA ASNAAA AAAAxx -7972 9257 0 0 2 12 72 972 1972 2972 7972 144 145 QUAAAA BSNAAA HHHHxx -5281 9258 1 1 1 1 81 281 1281 281 5281 162 163 DVAAAA CSNAAA OOOOxx -1288 9259 0 0 8 8 88 288 1288 1288 1288 176 177 OXAAAA DSNAAA VVVVxx -4366 9260 0 2 6 6 66 366 366 4366 4366 132 133 YLAAAA ESNAAA AAAAxx -6557 9261 1 1 7 17 57 557 557 1557 6557 114 115 FSAAAA FSNAAA HHHHxx -7086 9262 0 2 6 6 86 86 1086 2086 7086 172 173 OMAAAA GSNAAA OOOOxx -6588 9263 0 0 8 8 88 588 588 1588 6588 176 177 KTAAAA HSNAAA VVVVxx -9062 9264 0 2 2 2 62 62 1062 4062 9062 124 125 OKAAAA ISNAAA AAAAxx -9230 9265 0 2 0 10 30 230 1230 4230 9230 60 61 ARAAAA JSNAAA HHHHxx -7672 9266 0 0 2 12 72 672 1672 2672 7672 144 145 CJAAAA KSNAAA OOOOxx -5204 9267 0 0 4 4 4 204 1204 204 5204 8 9 ESAAAA LSNAAA VVVVxx -2836 9268 0 0 6 16 36 836 836 2836 2836 72 73 CFAAAA MSNAAA AAAAxx -7165 9269 1 1 5 5 65 165 1165 2165 7165 130 131 PPAAAA NSNAAA HHHHxx -971 9270 1 3 1 11 71 971 971 971 971 142 143 JLAAAA OSNAAA OOOOxx -3851 9271 1 3 1 11 51 851 1851 3851 3851 102 103 DSAAAA PSNAAA VVVVxx -8593 9272 1 1 3 13 93 593 593 3593 8593 186 187 NSAAAA QSNAAA AAAAxx -7742 9273 0 2 2 2 42 742 1742 2742 7742 84 85 ULAAAA RSNAAA HHHHxx -2887 9274 1 3 7 7 87 887 887 2887 2887 174 175 BHAAAA SSNAAA OOOOxx -8479 9275 1 3 9 19 79 479 479 3479 8479 158 159 DOAAAA TSNAAA VVVVxx -9514 9276 0 2 4 14 14 514 1514 4514 9514 28 29 YBAAAA USNAAA AAAAxx -273 9277 1 1 3 13 73 273 273 273 273 146 147 NKAAAA VSNAAA HHHHxx -2938 9278 0 2 8 18 38 938 938 2938 2938 76 77 AJAAAA WSNAAA OOOOxx -9793 9279 1 1 3 13 93 793 1793 4793 9793 186 187 RMAAAA XSNAAA VVVVxx -8050 9280 0 2 0 10 50 50 50 3050 8050 100 101 QXAAAA YSNAAA AAAAxx -6702 9281 0 2 2 2 2 702 702 1702 6702 4 5 UXAAAA ZSNAAA HHHHxx -7290 9282 0 2 0 10 90 290 1290 2290 7290 180 181 KUAAAA ATNAAA OOOOxx -1837 9283 1 1 7 17 37 837 1837 1837 1837 74 75 RSAAAA BTNAAA VVVVxx -3206 9284 0 2 6 6 6 206 1206 3206 3206 12 13 ITAAAA CTNAAA AAAAxx -4925 9285 1 1 5 5 25 925 925 4925 4925 50 51 LHAAAA DTNAAA HHHHxx -5066 9286 0 2 6 6 66 66 1066 66 5066 132 133 WMAAAA ETNAAA OOOOxx -3401 9287 1 1 1 1 1 401 1401 3401 3401 2 3 VAAAAA FTNAAA VVVVxx -3474 9288 0 2 4 14 74 474 1474 3474 3474 148 149 QDAAAA GTNAAA AAAAxx -57 9289 1 1 7 17 57 57 57 57 57 114 115 FCAAAA HTNAAA HHHHxx -2082 9290 0 2 2 2 82 82 82 2082 2082 164 165 CCAAAA ITNAAA OOOOxx -100 9291 0 0 0 0 0 100 100 100 100 0 1 WDAAAA JTNAAA VVVVxx -9665 9292 1 1 5 5 65 665 1665 4665 9665 130 131 THAAAA KTNAAA AAAAxx -8284 9293 0 0 4 4 84 284 284 3284 8284 168 169 QGAAAA LTNAAA HHHHxx -958 9294 0 2 8 18 58 958 958 958 958 116 117 WKAAAA MTNAAA OOOOxx -5282 9295 0 2 2 2 82 282 1282 282 5282 164 165 EVAAAA NTNAAA VVVVxx -4257 9296 1 1 7 17 57 257 257 4257 4257 114 115 THAAAA OTNAAA AAAAxx -3160 9297 0 0 0 0 60 160 1160 3160 3160 120 121 ORAAAA PTNAAA HHHHxx -8449 9298 1 1 9 9 49 449 449 3449 8449 98 99 ZMAAAA QTNAAA OOOOxx -500 9299 0 0 0 0 0 500 500 500 500 0 1 GTAAAA RTNAAA VVVVxx -6432 9300 0 0 2 12 32 432 432 1432 6432 64 65 KNAAAA STNAAA AAAAxx -6220 9301 0 0 0 0 20 220 220 1220 6220 40 41 GFAAAA TTNAAA HHHHxx -7233 9302 1 1 3 13 33 233 1233 2233 7233 66 67 FSAAAA UTNAAA OOOOxx -2723 9303 1 3 3 3 23 723 723 2723 2723 46 47 TAAAAA VTNAAA VVVVxx -1899 9304 1 3 9 19 99 899 1899 1899 1899 198 199 BVAAAA WTNAAA AAAAxx -7158 9305 0 2 8 18 58 158 1158 2158 7158 116 117 IPAAAA XTNAAA HHHHxx -202 9306 0 2 2 2 2 202 202 202 202 4 5 UHAAAA YTNAAA OOOOxx -2286 9307 0 2 6 6 86 286 286 2286 2286 172 173 YJAAAA ZTNAAA VVVVxx -5356 9308 0 0 6 16 56 356 1356 356 5356 112 113 AYAAAA AUNAAA AAAAxx -3809 9309 1 1 9 9 9 809 1809 3809 3809 18 19 NQAAAA BUNAAA HHHHxx -3979 9310 1 3 9 19 79 979 1979 3979 3979 158 159 BXAAAA CUNAAA OOOOxx -8359 9311 1 3 9 19 59 359 359 3359 8359 118 119 NJAAAA DUNAAA VVVVxx -3479 9312 1 3 9 19 79 479 1479 3479 3479 158 159 VDAAAA EUNAAA AAAAxx -4895 9313 1 3 5 15 95 895 895 4895 4895 190 191 HGAAAA FUNAAA HHHHxx -6059 9314 1 3 9 19 59 59 59 1059 6059 118 119 BZAAAA GUNAAA OOOOxx -9560 9315 0 0 0 0 60 560 1560 4560 9560 120 121 SDAAAA HUNAAA VVVVxx -6756 9316 0 0 6 16 56 756 756 1756 6756 112 113 WZAAAA IUNAAA AAAAxx -7504 9317 0 0 4 4 4 504 1504 2504 7504 8 9 QCAAAA JUNAAA HHHHxx -6762 9318 0 2 2 2 62 762 762 1762 6762 124 125 CAAAAA KUNAAA OOOOxx -5304 9319 0 0 4 4 4 304 1304 304 5304 8 9 AWAAAA LUNAAA VVVVxx -9533 9320 1 1 3 13 33 533 1533 4533 9533 66 67 RCAAAA MUNAAA AAAAxx -6649 9321 1 1 9 9 49 649 649 1649 6649 98 99 TVAAAA NUNAAA HHHHxx -38 9322 0 2 8 18 38 38 38 38 38 76 77 MBAAAA OUNAAA OOOOxx -5713 9323 1 1 3 13 13 713 1713 713 5713 26 27 TLAAAA PUNAAA VVVVxx -3000 9324 0 0 0 0 0 0 1000 3000 3000 0 1 KLAAAA QUNAAA AAAAxx -3738 9325 0 2 8 18 38 738 1738 3738 3738 76 77 UNAAAA RUNAAA HHHHxx -3327 9326 1 3 7 7 27 327 1327 3327 3327 54 55 ZXAAAA SUNAAA OOOOxx -3922 9327 0 2 2 2 22 922 1922 3922 3922 44 45 WUAAAA TUNAAA VVVVxx -9245 9328 1 1 5 5 45 245 1245 4245 9245 90 91 PRAAAA UUNAAA AAAAxx -2172 9329 0 0 2 12 72 172 172 2172 2172 144 145 OFAAAA VUNAAA HHHHxx -7128 9330 0 0 8 8 28 128 1128 2128 7128 56 57 EOAAAA WUNAAA OOOOxx -1195 9331 1 3 5 15 95 195 1195 1195 1195 190 191 ZTAAAA XUNAAA VVVVxx -8445 9332 1 1 5 5 45 445 445 3445 8445 90 91 VMAAAA YUNAAA AAAAxx -8638 9333 0 2 8 18 38 638 638 3638 8638 76 77 GUAAAA ZUNAAA HHHHxx -1249 9334 1 1 9 9 49 249 1249 1249 1249 98 99 BWAAAA AVNAAA OOOOxx -8659 9335 1 3 9 19 59 659 659 3659 8659 118 119 BVAAAA BVNAAA VVVVxx -3556 9336 0 0 6 16 56 556 1556 3556 3556 112 113 UGAAAA CVNAAA AAAAxx -3347 9337 1 3 7 7 47 347 1347 3347 3347 94 95 TYAAAA DVNAAA HHHHxx -3260 9338 0 0 0 0 60 260 1260 3260 3260 120 121 KVAAAA EVNAAA OOOOxx -5139 9339 1 3 9 19 39 139 1139 139 5139 78 79 RPAAAA FVNAAA VVVVxx -9991 9340 1 3 1 11 91 991 1991 4991 9991 182 183 HUAAAA GVNAAA AAAAxx -5499 9341 1 3 9 19 99 499 1499 499 5499 198 199 NDAAAA HVNAAA HHHHxx -8082 9342 0 2 2 2 82 82 82 3082 8082 164 165 WYAAAA IVNAAA OOOOxx -1640 9343 0 0 0 0 40 640 1640 1640 1640 80 81 CLAAAA JVNAAA VVVVxx -8726 9344 0 2 6 6 26 726 726 3726 8726 52 53 QXAAAA KVNAAA AAAAxx -2339 9345 1 3 9 19 39 339 339 2339 2339 78 79 ZLAAAA LVNAAA HHHHxx -2601 9346 1 1 1 1 1 601 601 2601 2601 2 3 BWAAAA MVNAAA OOOOxx -9940 9347 0 0 0 0 40 940 1940 4940 9940 80 81 ISAAAA NVNAAA VVVVxx -4185 9348 1 1 5 5 85 185 185 4185 4185 170 171 ZEAAAA OVNAAA AAAAxx -9546 9349 0 2 6 6 46 546 1546 4546 9546 92 93 EDAAAA PVNAAA HHHHxx -5218 9350 0 2 8 18 18 218 1218 218 5218 36 37 SSAAAA QVNAAA OOOOxx -4374 9351 0 2 4 14 74 374 374 4374 4374 148 149 GMAAAA RVNAAA VVVVxx -288 9352 0 0 8 8 88 288 288 288 288 176 177 CLAAAA SVNAAA AAAAxx -7445 9353 1 1 5 5 45 445 1445 2445 7445 90 91 JAAAAA TVNAAA HHHHxx -1710 9354 0 2 0 10 10 710 1710 1710 1710 20 21 UNAAAA UVNAAA OOOOxx -6409 9355 1 1 9 9 9 409 409 1409 6409 18 19 NMAAAA VVNAAA VVVVxx -7982 9356 0 2 2 2 82 982 1982 2982 7982 164 165 AVAAAA WVNAAA AAAAxx -4950 9357 0 2 0 10 50 950 950 4950 4950 100 101 KIAAAA XVNAAA HHHHxx -9242 9358 0 2 2 2 42 242 1242 4242 9242 84 85 MRAAAA YVNAAA OOOOxx -3272 9359 0 0 2 12 72 272 1272 3272 3272 144 145 WVAAAA ZVNAAA VVVVxx -739 9360 1 3 9 19 39 739 739 739 739 78 79 LCAAAA AWNAAA AAAAxx -5526 9361 0 2 6 6 26 526 1526 526 5526 52 53 OEAAAA BWNAAA HHHHxx -8189 9362 1 1 9 9 89 189 189 3189 8189 178 179 ZCAAAA CWNAAA OOOOxx -9106 9363 0 2 6 6 6 106 1106 4106 9106 12 13 GMAAAA DWNAAA VVVVxx -9775 9364 1 3 5 15 75 775 1775 4775 9775 150 151 ZLAAAA EWNAAA AAAAxx -4643 9365 1 3 3 3 43 643 643 4643 4643 86 87 PWAAAA FWNAAA HHHHxx -8396 9366 0 0 6 16 96 396 396 3396 8396 192 193 YKAAAA GWNAAA OOOOxx -3255 9367 1 3 5 15 55 255 1255 3255 3255 110 111 FVAAAA HWNAAA VVVVxx -301 9368 1 1 1 1 1 301 301 301 301 2 3 PLAAAA IWNAAA AAAAxx -6014 9369 0 2 4 14 14 14 14 1014 6014 28 29 IXAAAA JWNAAA HHHHxx -6046 9370 0 2 6 6 46 46 46 1046 6046 92 93 OYAAAA KWNAAA OOOOxx -984 9371 0 0 4 4 84 984 984 984 984 168 169 WLAAAA LWNAAA VVVVxx -2420 9372 0 0 0 0 20 420 420 2420 2420 40 41 CPAAAA MWNAAA AAAAxx -2922 9373 0 2 2 2 22 922 922 2922 2922 44 45 KIAAAA NWNAAA HHHHxx -2317 9374 1 1 7 17 17 317 317 2317 2317 34 35 DLAAAA OWNAAA OOOOxx -7332 9375 0 0 2 12 32 332 1332 2332 7332 64 65 AWAAAA PWNAAA VVVVxx -6451 9376 1 3 1 11 51 451 451 1451 6451 102 103 DOAAAA QWNAAA AAAAxx -2589 9377 1 1 9 9 89 589 589 2589 2589 178 179 PVAAAA RWNAAA HHHHxx -4333 9378 1 1 3 13 33 333 333 4333 4333 66 67 RKAAAA SWNAAA OOOOxx -8650 9379 0 2 0 10 50 650 650 3650 8650 100 101 SUAAAA TWNAAA VVVVxx -6856 9380 0 0 6 16 56 856 856 1856 6856 112 113 SDAAAA UWNAAA AAAAxx -4194 9381 0 2 4 14 94 194 194 4194 4194 188 189 IFAAAA VWNAAA HHHHxx -6246 9382 0 2 6 6 46 246 246 1246 6246 92 93 GGAAAA WWNAAA OOOOxx -4371 9383 1 3 1 11 71 371 371 4371 4371 142 143 DMAAAA XWNAAA VVVVxx -1388 9384 0 0 8 8 88 388 1388 1388 1388 176 177 KBAAAA YWNAAA AAAAxx -1056 9385 0 0 6 16 56 56 1056 1056 1056 112 113 QOAAAA ZWNAAA HHHHxx -6041 9386 1 1 1 1 41 41 41 1041 6041 82 83 JYAAAA AXNAAA OOOOxx -6153 9387 1 1 3 13 53 153 153 1153 6153 106 107 RCAAAA BXNAAA VVVVxx -8450 9388 0 2 0 10 50 450 450 3450 8450 100 101 ANAAAA CXNAAA AAAAxx -3469 9389 1 1 9 9 69 469 1469 3469 3469 138 139 LDAAAA DXNAAA HHHHxx -5226 9390 0 2 6 6 26 226 1226 226 5226 52 53 ATAAAA EXNAAA OOOOxx -8112 9391 0 0 2 12 12 112 112 3112 8112 24 25 AAAAAA FXNAAA VVVVxx -647 9392 1 3 7 7 47 647 647 647 647 94 95 XYAAAA GXNAAA AAAAxx -2567 9393 1 3 7 7 67 567 567 2567 2567 134 135 TUAAAA HXNAAA HHHHxx -9064 9394 0 0 4 4 64 64 1064 4064 9064 128 129 QKAAAA IXNAAA OOOOxx -5161 9395 1 1 1 1 61 161 1161 161 5161 122 123 NQAAAA JXNAAA VVVVxx -5260 9396 0 0 0 0 60 260 1260 260 5260 120 121 IUAAAA KXNAAA AAAAxx -8988 9397 0 0 8 8 88 988 988 3988 8988 176 177 SHAAAA LXNAAA HHHHxx -9678 9398 0 2 8 18 78 678 1678 4678 9678 156 157 GIAAAA MXNAAA OOOOxx -6853 9399 1 1 3 13 53 853 853 1853 6853 106 107 PDAAAA NXNAAA VVVVxx -5294 9400 0 2 4 14 94 294 1294 294 5294 188 189 QVAAAA OXNAAA AAAAxx -9864 9401 0 0 4 4 64 864 1864 4864 9864 128 129 KPAAAA PXNAAA HHHHxx -8702 9402 0 2 2 2 2 702 702 3702 8702 4 5 SWAAAA QXNAAA OOOOxx -1132 9403 0 0 2 12 32 132 1132 1132 1132 64 65 ORAAAA RXNAAA VVVVxx -1524 9404 0 0 4 4 24 524 1524 1524 1524 48 49 QGAAAA SXNAAA AAAAxx -4560 9405 0 0 0 0 60 560 560 4560 4560 120 121 KTAAAA TXNAAA HHHHxx -2137 9406 1 1 7 17 37 137 137 2137 2137 74 75 FEAAAA UXNAAA OOOOxx -3283 9407 1 3 3 3 83 283 1283 3283 3283 166 167 HWAAAA VXNAAA VVVVxx -3377 9408 1 1 7 17 77 377 1377 3377 3377 154 155 XZAAAA WXNAAA AAAAxx -2267 9409 1 3 7 7 67 267 267 2267 2267 134 135 FJAAAA XXNAAA HHHHxx -8987 9410 1 3 7 7 87 987 987 3987 8987 174 175 RHAAAA YXNAAA OOOOxx -6709 9411 1 1 9 9 9 709 709 1709 6709 18 19 BYAAAA ZXNAAA VVVVxx -8059 9412 1 3 9 19 59 59 59 3059 8059 118 119 ZXAAAA AYNAAA AAAAxx -3402 9413 0 2 2 2 2 402 1402 3402 3402 4 5 WAAAAA BYNAAA HHHHxx -6443 9414 1 3 3 3 43 443 443 1443 6443 86 87 VNAAAA CYNAAA OOOOxx -8858 9415 0 2 8 18 58 858 858 3858 8858 116 117 SCAAAA DYNAAA VVVVxx -3974 9416 0 2 4 14 74 974 1974 3974 3974 148 149 WWAAAA EYNAAA AAAAxx -3521 9417 1 1 1 1 21 521 1521 3521 3521 42 43 LFAAAA FYNAAA HHHHxx -9509 9418 1 1 9 9 9 509 1509 4509 9509 18 19 TBAAAA GYNAAA OOOOxx -5442 9419 0 2 2 2 42 442 1442 442 5442 84 85 IBAAAA HYNAAA VVVVxx -8968 9420 0 0 8 8 68 968 968 3968 8968 136 137 YGAAAA IYNAAA AAAAxx -333 9421 1 1 3 13 33 333 333 333 333 66 67 VMAAAA JYNAAA HHHHxx -952 9422 0 0 2 12 52 952 952 952 952 104 105 QKAAAA KYNAAA OOOOxx -7482 9423 0 2 2 2 82 482 1482 2482 7482 164 165 UBAAAA LYNAAA VVVVxx -1486 9424 0 2 6 6 86 486 1486 1486 1486 172 173 EFAAAA MYNAAA AAAAxx -1815 9425 1 3 5 15 15 815 1815 1815 1815 30 31 VRAAAA NYNAAA HHHHxx -7937 9426 1 1 7 17 37 937 1937 2937 7937 74 75 HTAAAA OYNAAA OOOOxx -1436 9427 0 0 6 16 36 436 1436 1436 1436 72 73 GDAAAA PYNAAA VVVVxx -3470 9428 0 2 0 10 70 470 1470 3470 3470 140 141 MDAAAA QYNAAA AAAAxx -8195 9429 1 3 5 15 95 195 195 3195 8195 190 191 FDAAAA RYNAAA HHHHxx -6906 9430 0 2 6 6 6 906 906 1906 6906 12 13 QFAAAA SYNAAA OOOOxx -2539 9431 1 3 9 19 39 539 539 2539 2539 78 79 RTAAAA TYNAAA VVVVxx -5988 9432 0 0 8 8 88 988 1988 988 5988 176 177 IWAAAA UYNAAA AAAAxx -8908 9433 0 0 8 8 8 908 908 3908 8908 16 17 QEAAAA VYNAAA HHHHxx -2319 9434 1 3 9 19 19 319 319 2319 2319 38 39 FLAAAA WYNAAA OOOOxx -3263 9435 1 3 3 3 63 263 1263 3263 3263 126 127 NVAAAA XYNAAA VVVVxx -4039 9436 1 3 9 19 39 39 39 4039 4039 78 79 JZAAAA YYNAAA AAAAxx -6373 9437 1 1 3 13 73 373 373 1373 6373 146 147 DLAAAA ZYNAAA HHHHxx -1168 9438 0 0 8 8 68 168 1168 1168 1168 136 137 YSAAAA AZNAAA OOOOxx -8338 9439 0 2 8 18 38 338 338 3338 8338 76 77 SIAAAA BZNAAA VVVVxx -1172 9440 0 0 2 12 72 172 1172 1172 1172 144 145 CTAAAA CZNAAA AAAAxx -200 9441 0 0 0 0 0 200 200 200 200 0 1 SHAAAA DZNAAA HHHHxx -6355 9442 1 3 5 15 55 355 355 1355 6355 110 111 LKAAAA EZNAAA OOOOxx -7768 9443 0 0 8 8 68 768 1768 2768 7768 136 137 UMAAAA FZNAAA VVVVxx -25 9444 1 1 5 5 25 25 25 25 25 50 51 ZAAAAA GZNAAA AAAAxx -7144 9445 0 0 4 4 44 144 1144 2144 7144 88 89 UOAAAA HZNAAA HHHHxx -8671 9446 1 3 1 11 71 671 671 3671 8671 142 143 NVAAAA IZNAAA OOOOxx -9163 9447 1 3 3 3 63 163 1163 4163 9163 126 127 LOAAAA JZNAAA VVVVxx -8889 9448 1 1 9 9 89 889 889 3889 8889 178 179 XDAAAA KZNAAA AAAAxx -5950 9449 0 2 0 10 50 950 1950 950 5950 100 101 WUAAAA LZNAAA HHHHxx -6163 9450 1 3 3 3 63 163 163 1163 6163 126 127 BDAAAA MZNAAA OOOOxx -8119 9451 1 3 9 19 19 119 119 3119 8119 38 39 HAAAAA NZNAAA VVVVxx -1416 9452 0 0 6 16 16 416 1416 1416 1416 32 33 MCAAAA OZNAAA AAAAxx -4132 9453 0 0 2 12 32 132 132 4132 4132 64 65 YCAAAA PZNAAA HHHHxx -2294 9454 0 2 4 14 94 294 294 2294 2294 188 189 GKAAAA QZNAAA OOOOxx -9094 9455 0 2 4 14 94 94 1094 4094 9094 188 189 ULAAAA RZNAAA VVVVxx -4168 9456 0 0 8 8 68 168 168 4168 4168 136 137 IEAAAA SZNAAA AAAAxx -9108 9457 0 0 8 8 8 108 1108 4108 9108 16 17 IMAAAA TZNAAA HHHHxx -5706 9458 0 2 6 6 6 706 1706 706 5706 12 13 MLAAAA UZNAAA OOOOxx -2231 9459 1 3 1 11 31 231 231 2231 2231 62 63 VHAAAA VZNAAA VVVVxx -2173 9460 1 1 3 13 73 173 173 2173 2173 146 147 PFAAAA WZNAAA AAAAxx -90 9461 0 2 0 10 90 90 90 90 90 180 181 MDAAAA XZNAAA HHHHxx -9996 9462 0 0 6 16 96 996 1996 4996 9996 192 193 MUAAAA YZNAAA OOOOxx -330 9463 0 2 0 10 30 330 330 330 330 60 61 SMAAAA ZZNAAA VVVVxx -2052 9464 0 0 2 12 52 52 52 2052 2052 104 105 YAAAAA AAOAAA AAAAxx -1093 9465 1 1 3 13 93 93 1093 1093 1093 186 187 BQAAAA BAOAAA HHHHxx -5817 9466 1 1 7 17 17 817 1817 817 5817 34 35 TPAAAA CAOAAA OOOOxx -1559 9467 1 3 9 19 59 559 1559 1559 1559 118 119 ZHAAAA DAOAAA VVVVxx -8405 9468 1 1 5 5 5 405 405 3405 8405 10 11 HLAAAA EAOAAA AAAAxx -9962 9469 0 2 2 2 62 962 1962 4962 9962 124 125 ETAAAA FAOAAA HHHHxx -9461 9470 1 1 1 1 61 461 1461 4461 9461 122 123 XZAAAA GAOAAA OOOOxx -3028 9471 0 0 8 8 28 28 1028 3028 3028 56 57 MMAAAA HAOAAA VVVVxx -6814 9472 0 2 4 14 14 814 814 1814 6814 28 29 CCAAAA IAOAAA AAAAxx -9587 9473 1 3 7 7 87 587 1587 4587 9587 174 175 TEAAAA JAOAAA HHHHxx -6863 9474 1 3 3 3 63 863 863 1863 6863 126 127 ZDAAAA KAOAAA OOOOxx -4963 9475 1 3 3 3 63 963 963 4963 4963 126 127 XIAAAA LAOAAA VVVVxx -7811 9476 1 3 1 11 11 811 1811 2811 7811 22 23 LOAAAA MAOAAA AAAAxx -7608 9477 0 0 8 8 8 608 1608 2608 7608 16 17 QGAAAA NAOAAA HHHHxx -5321 9478 1 1 1 1 21 321 1321 321 5321 42 43 RWAAAA OAOAAA OOOOxx -9971 9479 1 3 1 11 71 971 1971 4971 9971 142 143 NTAAAA PAOAAA VVVVxx -6161 9480 1 1 1 1 61 161 161 1161 6161 122 123 ZCAAAA QAOAAA AAAAxx -2181 9481 1 1 1 1 81 181 181 2181 2181 162 163 XFAAAA RAOAAA HHHHxx -3828 9482 0 0 8 8 28 828 1828 3828 3828 56 57 GRAAAA SAOAAA OOOOxx -348 9483 0 0 8 8 48 348 348 348 348 96 97 KNAAAA TAOAAA VVVVxx -5459 9484 1 3 9 19 59 459 1459 459 5459 118 119 ZBAAAA UAOAAA AAAAxx -9406 9485 0 2 6 6 6 406 1406 4406 9406 12 13 UXAAAA VAOAAA HHHHxx -9852 9486 0 0 2 12 52 852 1852 4852 9852 104 105 YOAAAA WAOAAA OOOOxx -3095 9487 1 3 5 15 95 95 1095 3095 3095 190 191 BPAAAA XAOAAA VVVVxx -5597 9488 1 1 7 17 97 597 1597 597 5597 194 195 HHAAAA YAOAAA AAAAxx -8841 9489 1 1 1 1 41 841 841 3841 8841 82 83 BCAAAA ZAOAAA HHHHxx -3536 9490 0 0 6 16 36 536 1536 3536 3536 72 73 AGAAAA ABOAAA OOOOxx -4009 9491 1 1 9 9 9 9 9 4009 4009 18 19 FYAAAA BBOAAA VVVVxx -7366 9492 0 2 6 6 66 366 1366 2366 7366 132 133 IXAAAA CBOAAA AAAAxx -7327 9493 1 3 7 7 27 327 1327 2327 7327 54 55 VVAAAA DBOAAA HHHHxx -1613 9494 1 1 3 13 13 613 1613 1613 1613 26 27 BKAAAA EBOAAA OOOOxx -8619 9495 1 3 9 19 19 619 619 3619 8619 38 39 NTAAAA FBOAAA VVVVxx -4880 9496 0 0 0 0 80 880 880 4880 4880 160 161 SFAAAA GBOAAA AAAAxx -1552 9497 0 0 2 12 52 552 1552 1552 1552 104 105 SHAAAA HBOAAA HHHHxx -7636 9498 0 0 6 16 36 636 1636 2636 7636 72 73 SHAAAA IBOAAA OOOOxx -8397 9499 1 1 7 17 97 397 397 3397 8397 194 195 ZKAAAA JBOAAA VVVVxx -6224 9500 0 0 4 4 24 224 224 1224 6224 48 49 KFAAAA KBOAAA AAAAxx -9102 9501 0 2 2 2 2 102 1102 4102 9102 4 5 CMAAAA LBOAAA HHHHxx -7906 9502 0 2 6 6 6 906 1906 2906 7906 12 13 CSAAAA MBOAAA OOOOxx -9467 9503 1 3 7 7 67 467 1467 4467 9467 134 135 DAAAAA NBOAAA VVVVxx -828 9504 0 0 8 8 28 828 828 828 828 56 57 WFAAAA OBOAAA AAAAxx -9585 9505 1 1 5 5 85 585 1585 4585 9585 170 171 REAAAA PBOAAA HHHHxx -925 9506 1 1 5 5 25 925 925 925 925 50 51 PJAAAA QBOAAA OOOOxx -7375 9507 1 3 5 15 75 375 1375 2375 7375 150 151 RXAAAA RBOAAA VVVVxx -4027 9508 1 3 7 7 27 27 27 4027 4027 54 55 XYAAAA SBOAAA AAAAxx -766 9509 0 2 6 6 66 766 766 766 766 132 133 MDAAAA TBOAAA HHHHxx -5633 9510 1 1 3 13 33 633 1633 633 5633 66 67 RIAAAA UBOAAA OOOOxx -5648 9511 0 0 8 8 48 648 1648 648 5648 96 97 GJAAAA VBOAAA VVVVxx -148 9512 0 0 8 8 48 148 148 148 148 96 97 SFAAAA WBOAAA AAAAxx -2072 9513 0 0 2 12 72 72 72 2072 2072 144 145 SBAAAA XBOAAA HHHHxx -431 9514 1 3 1 11 31 431 431 431 431 62 63 PQAAAA YBOAAA OOOOxx -1711 9515 1 3 1 11 11 711 1711 1711 1711 22 23 VNAAAA ZBOAAA VVVVxx -9378 9516 0 2 8 18 78 378 1378 4378 9378 156 157 SWAAAA ACOAAA AAAAxx -6776 9517 0 0 6 16 76 776 776 1776 6776 152 153 QAAAAA BCOAAA HHHHxx -6842 9518 0 2 2 2 42 842 842 1842 6842 84 85 EDAAAA CCOAAA OOOOxx -2656 9519 0 0 6 16 56 656 656 2656 2656 112 113 EYAAAA DCOAAA VVVVxx -3116 9520 0 0 6 16 16 116 1116 3116 3116 32 33 WPAAAA ECOAAA AAAAxx -7904 9521 0 0 4 4 4 904 1904 2904 7904 8 9 ASAAAA FCOAAA HHHHxx -3529 9522 1 1 9 9 29 529 1529 3529 3529 58 59 TFAAAA GCOAAA OOOOxx -3240 9523 0 0 0 0 40 240 1240 3240 3240 80 81 QUAAAA HCOAAA VVVVxx -5801 9524 1 1 1 1 1 801 1801 801 5801 2 3 DPAAAA ICOAAA AAAAxx -4090 9525 0 2 0 10 90 90 90 4090 4090 180 181 IBAAAA JCOAAA HHHHxx -7687 9526 1 3 7 7 87 687 1687 2687 7687 174 175 RJAAAA KCOAAA OOOOxx -9711 9527 1 3 1 11 11 711 1711 4711 9711 22 23 NJAAAA LCOAAA VVVVxx -4760 9528 0 0 0 0 60 760 760 4760 4760 120 121 CBAAAA MCOAAA AAAAxx -5524 9529 0 0 4 4 24 524 1524 524 5524 48 49 MEAAAA NCOAAA HHHHxx -2251 9530 1 3 1 11 51 251 251 2251 2251 102 103 PIAAAA OCOAAA OOOOxx -1511 9531 1 3 1 11 11 511 1511 1511 1511 22 23 DGAAAA PCOAAA VVVVxx -5991 9532 1 3 1 11 91 991 1991 991 5991 182 183 LWAAAA QCOAAA AAAAxx -7808 9533 0 0 8 8 8 808 1808 2808 7808 16 17 IOAAAA RCOAAA HHHHxx -8708 9534 0 0 8 8 8 708 708 3708 8708 16 17 YWAAAA SCOAAA OOOOxx -8939 9535 1 3 9 19 39 939 939 3939 8939 78 79 VFAAAA TCOAAA VVVVxx -4295 9536 1 3 5 15 95 295 295 4295 4295 190 191 FJAAAA UCOAAA AAAAxx -5905 9537 1 1 5 5 5 905 1905 905 5905 10 11 DTAAAA VCOAAA HHHHxx -2649 9538 1 1 9 9 49 649 649 2649 2649 98 99 XXAAAA WCOAAA OOOOxx -2347 9539 1 3 7 7 47 347 347 2347 2347 94 95 HMAAAA XCOAAA VVVVxx -6339 9540 1 3 9 19 39 339 339 1339 6339 78 79 VJAAAA YCOAAA AAAAxx -292 9541 0 0 2 12 92 292 292 292 292 184 185 GLAAAA ZCOAAA HHHHxx -9314 9542 0 2 4 14 14 314 1314 4314 9314 28 29 GUAAAA ADOAAA OOOOxx -6893 9543 1 1 3 13 93 893 893 1893 6893 186 187 DFAAAA BDOAAA VVVVxx -3970 9544 0 2 0 10 70 970 1970 3970 3970 140 141 SWAAAA CDOAAA AAAAxx -1652 9545 0 0 2 12 52 652 1652 1652 1652 104 105 OLAAAA DDOAAA HHHHxx -4326 9546 0 2 6 6 26 326 326 4326 4326 52 53 KKAAAA EDOAAA OOOOxx -7881 9547 1 1 1 1 81 881 1881 2881 7881 162 163 DRAAAA FDOAAA VVVVxx -5291 9548 1 3 1 11 91 291 1291 291 5291 182 183 NVAAAA GDOAAA AAAAxx -957 9549 1 1 7 17 57 957 957 957 957 114 115 VKAAAA HDOAAA HHHHxx -2313 9550 1 1 3 13 13 313 313 2313 2313 26 27 ZKAAAA IDOAAA OOOOxx -5463 9551 1 3 3 3 63 463 1463 463 5463 126 127 DCAAAA JDOAAA VVVVxx -1268 9552 0 0 8 8 68 268 1268 1268 1268 136 137 UWAAAA KDOAAA AAAAxx -5028 9553 0 0 8 8 28 28 1028 28 5028 56 57 KLAAAA LDOAAA HHHHxx -656 9554 0 0 6 16 56 656 656 656 656 112 113 GZAAAA MDOAAA OOOOxx -9274 9555 0 2 4 14 74 274 1274 4274 9274 148 149 SSAAAA NDOAAA VVVVxx -8217 9556 1 1 7 17 17 217 217 3217 8217 34 35 BEAAAA ODOAAA AAAAxx -2175 9557 1 3 5 15 75 175 175 2175 2175 150 151 RFAAAA PDOAAA HHHHxx -6028 9558 0 0 8 8 28 28 28 1028 6028 56 57 WXAAAA QDOAAA OOOOxx -7584 9559 0 0 4 4 84 584 1584 2584 7584 168 169 SFAAAA RDOAAA VVVVxx -4114 9560 0 2 4 14 14 114 114 4114 4114 28 29 GCAAAA SDOAAA AAAAxx -8894 9561 0 2 4 14 94 894 894 3894 8894 188 189 CEAAAA TDOAAA HHHHxx -781 9562 1 1 1 1 81 781 781 781 781 162 163 BEAAAA UDOAAA OOOOxx -133 9563 1 1 3 13 33 133 133 133 133 66 67 DFAAAA VDOAAA VVVVxx -7572 9564 0 0 2 12 72 572 1572 2572 7572 144 145 GFAAAA WDOAAA AAAAxx -8514 9565 0 2 4 14 14 514 514 3514 8514 28 29 MPAAAA XDOAAA HHHHxx -3352 9566 0 0 2 12 52 352 1352 3352 3352 104 105 YYAAAA YDOAAA OOOOxx -8098 9567 0 2 8 18 98 98 98 3098 8098 196 197 MZAAAA ZDOAAA VVVVxx -9116 9568 0 0 6 16 16 116 1116 4116 9116 32 33 QMAAAA AEOAAA AAAAxx -9444 9569 0 0 4 4 44 444 1444 4444 9444 88 89 GZAAAA BEOAAA HHHHxx -2590 9570 0 2 0 10 90 590 590 2590 2590 180 181 QVAAAA CEOAAA OOOOxx -7302 9571 0 2 2 2 2 302 1302 2302 7302 4 5 WUAAAA DEOAAA VVVVxx -7444 9572 0 0 4 4 44 444 1444 2444 7444 88 89 IAAAAA EEOAAA AAAAxx -8748 9573 0 0 8 8 48 748 748 3748 8748 96 97 MYAAAA FEOAAA HHHHxx -7615 9574 1 3 5 15 15 615 1615 2615 7615 30 31 XGAAAA GEOAAA OOOOxx -6090 9575 0 2 0 10 90 90 90 1090 6090 180 181 GAAAAA HEOAAA VVVVxx -1529 9576 1 1 9 9 29 529 1529 1529 1529 58 59 VGAAAA IEOAAA AAAAxx -9398 9577 0 2 8 18 98 398 1398 4398 9398 196 197 MXAAAA JEOAAA HHHHxx -6114 9578 0 2 4 14 14 114 114 1114 6114 28 29 EBAAAA KEOAAA OOOOxx -2736 9579 0 0 6 16 36 736 736 2736 2736 72 73 GBAAAA LEOAAA VVVVxx -468 9580 0 0 8 8 68 468 468 468 468 136 137 ASAAAA MEOAAA AAAAxx -1487 9581 1 3 7 7 87 487 1487 1487 1487 174 175 FFAAAA NEOAAA HHHHxx -4784 9582 0 0 4 4 84 784 784 4784 4784 168 169 ACAAAA OEOAAA OOOOxx -6731 9583 1 3 1 11 31 731 731 1731 6731 62 63 XYAAAA PEOAAA VVVVxx -3328 9584 0 0 8 8 28 328 1328 3328 3328 56 57 AYAAAA QEOAAA AAAAxx -6891 9585 1 3 1 11 91 891 891 1891 6891 182 183 BFAAAA REOAAA HHHHxx -8039 9586 1 3 9 19 39 39 39 3039 8039 78 79 FXAAAA SEOAAA OOOOxx -4064 9587 0 0 4 4 64 64 64 4064 4064 128 129 IAAAAA TEOAAA VVVVxx -542 9588 0 2 2 2 42 542 542 542 542 84 85 WUAAAA UEOAAA AAAAxx -1039 9589 1 3 9 19 39 39 1039 1039 1039 78 79 ZNAAAA VEOAAA HHHHxx -5603 9590 1 3 3 3 3 603 1603 603 5603 6 7 NHAAAA WEOAAA OOOOxx -6641 9591 1 1 1 1 41 641 641 1641 6641 82 83 LVAAAA XEOAAA VVVVxx -6307 9592 1 3 7 7 7 307 307 1307 6307 14 15 PIAAAA YEOAAA AAAAxx -5354 9593 0 2 4 14 54 354 1354 354 5354 108 109 YXAAAA ZEOAAA HHHHxx -7878 9594 0 2 8 18 78 878 1878 2878 7878 156 157 ARAAAA AFOAAA OOOOxx -6391 9595 1 3 1 11 91 391 391 1391 6391 182 183 VLAAAA BFOAAA VVVVxx -4575 9596 1 3 5 15 75 575 575 4575 4575 150 151 ZTAAAA CFOAAA AAAAxx -6644 9597 0 0 4 4 44 644 644 1644 6644 88 89 OVAAAA DFOAAA HHHHxx -5207 9598 1 3 7 7 7 207 1207 207 5207 14 15 HSAAAA EFOAAA OOOOxx -1736 9599 0 0 6 16 36 736 1736 1736 1736 72 73 UOAAAA FFOAAA VVVVxx -3547 9600 1 3 7 7 47 547 1547 3547 3547 94 95 LGAAAA GFOAAA AAAAxx -6647 9601 1 3 7 7 47 647 647 1647 6647 94 95 RVAAAA HFOAAA HHHHxx -4107 9602 1 3 7 7 7 107 107 4107 4107 14 15 ZBAAAA IFOAAA OOOOxx -8125 9603 1 1 5 5 25 125 125 3125 8125 50 51 NAAAAA JFOAAA VVVVxx -9223 9604 1 3 3 3 23 223 1223 4223 9223 46 47 TQAAAA KFOAAA AAAAxx -6903 9605 1 3 3 3 3 903 903 1903 6903 6 7 NFAAAA LFOAAA HHHHxx -3639 9606 1 3 9 19 39 639 1639 3639 3639 78 79 ZJAAAA MFOAAA OOOOxx -9606 9607 0 2 6 6 6 606 1606 4606 9606 12 13 MFAAAA NFOAAA VVVVxx -3232 9608 0 0 2 12 32 232 1232 3232 3232 64 65 IUAAAA OFOAAA AAAAxx -2063 9609 1 3 3 3 63 63 63 2063 2063 126 127 JBAAAA PFOAAA HHHHxx -3731 9610 1 3 1 11 31 731 1731 3731 3731 62 63 NNAAAA QFOAAA OOOOxx -2558 9611 0 2 8 18 58 558 558 2558 2558 116 117 KUAAAA RFOAAA VVVVxx -2357 9612 1 1 7 17 57 357 357 2357 2357 114 115 RMAAAA SFOAAA AAAAxx -6008 9613 0 0 8 8 8 8 8 1008 6008 16 17 CXAAAA TFOAAA HHHHxx -8246 9614 0 2 6 6 46 246 246 3246 8246 92 93 EFAAAA UFOAAA OOOOxx -8220 9615 0 0 0 0 20 220 220 3220 8220 40 41 EEAAAA VFOAAA VVVVxx -1075 9616 1 3 5 15 75 75 1075 1075 1075 150 151 JPAAAA WFOAAA AAAAxx -2410 9617 0 2 0 10 10 410 410 2410 2410 20 21 SOAAAA XFOAAA HHHHxx -3253 9618 1 1 3 13 53 253 1253 3253 3253 106 107 DVAAAA YFOAAA OOOOxx -4370 9619 0 2 0 10 70 370 370 4370 4370 140 141 CMAAAA ZFOAAA VVVVxx -8426 9620 0 2 6 6 26 426 426 3426 8426 52 53 CMAAAA AGOAAA AAAAxx -2262 9621 0 2 2 2 62 262 262 2262 2262 124 125 AJAAAA BGOAAA HHHHxx -4149 9622 1 1 9 9 49 149 149 4149 4149 98 99 PDAAAA CGOAAA OOOOxx -2732 9623 0 0 2 12 32 732 732 2732 2732 64 65 CBAAAA DGOAAA VVVVxx -8606 9624 0 2 6 6 6 606 606 3606 8606 12 13 ATAAAA EGOAAA AAAAxx -6311 9625 1 3 1 11 11 311 311 1311 6311 22 23 TIAAAA FGOAAA HHHHxx -7223 9626 1 3 3 3 23 223 1223 2223 7223 46 47 VRAAAA GGOAAA OOOOxx -3054 9627 0 2 4 14 54 54 1054 3054 3054 108 109 MNAAAA HGOAAA VVVVxx -3952 9628 0 0 2 12 52 952 1952 3952 3952 104 105 AWAAAA IGOAAA AAAAxx -8252 9629 0 0 2 12 52 252 252 3252 8252 104 105 KFAAAA JGOAAA HHHHxx -6020 9630 0 0 0 0 20 20 20 1020 6020 40 41 OXAAAA KGOAAA OOOOxx -3846 9631 0 2 6 6 46 846 1846 3846 3846 92 93 YRAAAA LGOAAA VVVVxx -3755 9632 1 3 5 15 55 755 1755 3755 3755 110 111 LOAAAA MGOAAA AAAAxx -3765 9633 1 1 5 5 65 765 1765 3765 3765 130 131 VOAAAA NGOAAA HHHHxx -3434 9634 0 2 4 14 34 434 1434 3434 3434 68 69 CCAAAA OGOAAA OOOOxx -1381 9635 1 1 1 1 81 381 1381 1381 1381 162 163 DBAAAA PGOAAA VVVVxx -287 9636 1 3 7 7 87 287 287 287 287 174 175 BLAAAA QGOAAA AAAAxx -4476 9637 0 0 6 16 76 476 476 4476 4476 152 153 EQAAAA RGOAAA HHHHxx -2916 9638 0 0 6 16 16 916 916 2916 2916 32 33 EIAAAA SGOAAA OOOOxx -4517 9639 1 1 7 17 17 517 517 4517 4517 34 35 TRAAAA TGOAAA VVVVxx -4561 9640 1 1 1 1 61 561 561 4561 4561 122 123 LTAAAA UGOAAA AAAAxx -5106 9641 0 2 6 6 6 106 1106 106 5106 12 13 KOAAAA VGOAAA HHHHxx -2077 9642 1 1 7 17 77 77 77 2077 2077 154 155 XBAAAA WGOAAA OOOOxx -5269 9643 1 1 9 9 69 269 1269 269 5269 138 139 RUAAAA XGOAAA VVVVxx -5688 9644 0 0 8 8 88 688 1688 688 5688 176 177 UKAAAA YGOAAA AAAAxx -8831 9645 1 3 1 11 31 831 831 3831 8831 62 63 RBAAAA ZGOAAA HHHHxx -3867 9646 1 3 7 7 67 867 1867 3867 3867 134 135 TSAAAA AHOAAA OOOOxx -6062 9647 0 2 2 2 62 62 62 1062 6062 124 125 EZAAAA BHOAAA VVVVxx -8460 9648 0 0 0 0 60 460 460 3460 8460 120 121 KNAAAA CHOAAA AAAAxx -3138 9649 0 2 8 18 38 138 1138 3138 3138 76 77 SQAAAA DHOAAA HHHHxx -3173 9650 1 1 3 13 73 173 1173 3173 3173 146 147 BSAAAA EHOAAA OOOOxx -7018 9651 0 2 8 18 18 18 1018 2018 7018 36 37 YJAAAA FHOAAA VVVVxx -4836 9652 0 0 6 16 36 836 836 4836 4836 72 73 AEAAAA GHOAAA AAAAxx -1007 9653 1 3 7 7 7 7 1007 1007 1007 14 15 TMAAAA HHOAAA HHHHxx -658 9654 0 2 8 18 58 658 658 658 658 116 117 IZAAAA IHOAAA OOOOxx -5205 9655 1 1 5 5 5 205 1205 205 5205 10 11 FSAAAA JHOAAA VVVVxx -5805 9656 1 1 5 5 5 805 1805 805 5805 10 11 HPAAAA KHOAAA AAAAxx -5959 9657 1 3 9 19 59 959 1959 959 5959 118 119 FVAAAA LHOAAA HHHHxx -2863 9658 1 3 3 3 63 863 863 2863 2863 126 127 DGAAAA MHOAAA OOOOxx -7272 9659 0 0 2 12 72 272 1272 2272 7272 144 145 STAAAA NHOAAA VVVVxx -8437 9660 1 1 7 17 37 437 437 3437 8437 74 75 NMAAAA OHOAAA AAAAxx -4900 9661 0 0 0 0 0 900 900 4900 4900 0 1 MGAAAA PHOAAA HHHHxx -890 9662 0 2 0 10 90 890 890 890 890 180 181 GIAAAA QHOAAA OOOOxx -3530 9663 0 2 0 10 30 530 1530 3530 3530 60 61 UFAAAA RHOAAA VVVVxx -6209 9664 1 1 9 9 9 209 209 1209 6209 18 19 VEAAAA SHOAAA AAAAxx -4595 9665 1 3 5 15 95 595 595 4595 4595 190 191 TUAAAA THOAAA HHHHxx -5982 9666 0 2 2 2 82 982 1982 982 5982 164 165 CWAAAA UHOAAA OOOOxx -1101 9667 1 1 1 1 1 101 1101 1101 1101 2 3 JQAAAA VHOAAA VVVVxx -9555 9668 1 3 5 15 55 555 1555 4555 9555 110 111 NDAAAA WHOAAA AAAAxx -1918 9669 0 2 8 18 18 918 1918 1918 1918 36 37 UVAAAA XHOAAA HHHHxx -3527 9670 1 3 7 7 27 527 1527 3527 3527 54 55 RFAAAA YHOAAA OOOOxx -7309 9671 1 1 9 9 9 309 1309 2309 7309 18 19 DVAAAA ZHOAAA VVVVxx -8213 9672 1 1 3 13 13 213 213 3213 8213 26 27 XDAAAA AIOAAA AAAAxx -306 9673 0 2 6 6 6 306 306 306 306 12 13 ULAAAA BIOAAA HHHHxx -845 9674 1 1 5 5 45 845 845 845 845 90 91 NGAAAA CIOAAA OOOOxx -16 9675 0 0 6 16 16 16 16 16 16 32 33 QAAAAA DIOAAA VVVVxx -437 9676 1 1 7 17 37 437 437 437 437 74 75 VQAAAA EIOAAA AAAAxx -9518 9677 0 2 8 18 18 518 1518 4518 9518 36 37 CCAAAA FIOAAA HHHHxx -2142 9678 0 2 2 2 42 142 142 2142 2142 84 85 KEAAAA GIOAAA OOOOxx -8121 9679 1 1 1 1 21 121 121 3121 8121 42 43 JAAAAA HIOAAA VVVVxx -7354 9680 0 2 4 14 54 354 1354 2354 7354 108 109 WWAAAA IIOAAA AAAAxx -1720 9681 0 0 0 0 20 720 1720 1720 1720 40 41 EOAAAA JIOAAA HHHHxx -6078 9682 0 2 8 18 78 78 78 1078 6078 156 157 UZAAAA KIOAAA OOOOxx -5929 9683 1 1 9 9 29 929 1929 929 5929 58 59 BUAAAA LIOAAA VVVVxx -3856 9684 0 0 6 16 56 856 1856 3856 3856 112 113 ISAAAA MIOAAA AAAAxx -3424 9685 0 0 4 4 24 424 1424 3424 3424 48 49 SBAAAA NIOAAA HHHHxx -1712 9686 0 0 2 12 12 712 1712 1712 1712 24 25 WNAAAA OIOAAA OOOOxx -2340 9687 0 0 0 0 40 340 340 2340 2340 80 81 AMAAAA PIOAAA VVVVxx -5570 9688 0 2 0 10 70 570 1570 570 5570 140 141 GGAAAA QIOAAA AAAAxx -8734 9689 0 2 4 14 34 734 734 3734 8734 68 69 YXAAAA RIOAAA HHHHxx -6077 9690 1 1 7 17 77 77 77 1077 6077 154 155 TZAAAA SIOAAA OOOOxx -2960 9691 0 0 0 0 60 960 960 2960 2960 120 121 WJAAAA TIOAAA VVVVxx -5062 9692 0 2 2 2 62 62 1062 62 5062 124 125 SMAAAA UIOAAA AAAAxx -1532 9693 0 0 2 12 32 532 1532 1532 1532 64 65 YGAAAA VIOAAA HHHHxx -8298 9694 0 2 8 18 98 298 298 3298 8298 196 197 EHAAAA WIOAAA OOOOxx -2496 9695 0 0 6 16 96 496 496 2496 2496 192 193 ASAAAA XIOAAA VVVVxx -8412 9696 0 0 2 12 12 412 412 3412 8412 24 25 OLAAAA YIOAAA AAAAxx -724 9697 0 0 4 4 24 724 724 724 724 48 49 WBAAAA ZIOAAA HHHHxx -1019 9698 1 3 9 19 19 19 1019 1019 1019 38 39 FNAAAA AJOAAA OOOOxx -6265 9699 1 1 5 5 65 265 265 1265 6265 130 131 ZGAAAA BJOAAA VVVVxx -740 9700 0 0 0 0 40 740 740 740 740 80 81 MCAAAA CJOAAA AAAAxx -8495 9701 1 3 5 15 95 495 495 3495 8495 190 191 TOAAAA DJOAAA HHHHxx -6983 9702 1 3 3 3 83 983 983 1983 6983 166 167 PIAAAA EJOAAA OOOOxx -991 9703 1 3 1 11 91 991 991 991 991 182 183 DMAAAA FJOAAA VVVVxx -3189 9704 1 1 9 9 89 189 1189 3189 3189 178 179 RSAAAA GJOAAA AAAAxx -4487 9705 1 3 7 7 87 487 487 4487 4487 174 175 PQAAAA HJOAAA HHHHxx -5554 9706 0 2 4 14 54 554 1554 554 5554 108 109 QFAAAA IJOAAA OOOOxx -1258 9707 0 2 8 18 58 258 1258 1258 1258 116 117 KWAAAA JJOAAA VVVVxx -5359 9708 1 3 9 19 59 359 1359 359 5359 118 119 DYAAAA KJOAAA AAAAxx -2709 9709 1 1 9 9 9 709 709 2709 2709 18 19 FAAAAA LJOAAA HHHHxx -361 9710 1 1 1 1 61 361 361 361 361 122 123 XNAAAA MJOAAA OOOOxx -4028 9711 0 0 8 8 28 28 28 4028 4028 56 57 YYAAAA NJOAAA VVVVxx -3735 9712 1 3 5 15 35 735 1735 3735 3735 70 71 RNAAAA OJOAAA AAAAxx -4427 9713 1 3 7 7 27 427 427 4427 4427 54 55 HOAAAA PJOAAA HHHHxx -7540 9714 0 0 0 0 40 540 1540 2540 7540 80 81 AEAAAA QJOAAA OOOOxx -3569 9715 1 1 9 9 69 569 1569 3569 3569 138 139 HHAAAA RJOAAA VVVVxx -1916 9716 0 0 6 16 16 916 1916 1916 1916 32 33 SVAAAA SJOAAA AAAAxx -7596 9717 0 0 6 16 96 596 1596 2596 7596 192 193 EGAAAA TJOAAA HHHHxx -9721 9718 1 1 1 1 21 721 1721 4721 9721 42 43 XJAAAA UJOAAA OOOOxx -4429 9719 1 1 9 9 29 429 429 4429 4429 58 59 JOAAAA VJOAAA VVVVxx -3471 9720 1 3 1 11 71 471 1471 3471 3471 142 143 NDAAAA WJOAAA AAAAxx -1157 9721 1 1 7 17 57 157 1157 1157 1157 114 115 NSAAAA XJOAAA HHHHxx -5700 9722 0 0 0 0 0 700 1700 700 5700 0 1 GLAAAA YJOAAA OOOOxx -4431 9723 1 3 1 11 31 431 431 4431 4431 62 63 LOAAAA ZJOAAA VVVVxx -9409 9724 1 1 9 9 9 409 1409 4409 9409 18 19 XXAAAA AKOAAA AAAAxx -8752 9725 0 0 2 12 52 752 752 3752 8752 104 105 QYAAAA BKOAAA HHHHxx -9484 9726 0 0 4 4 84 484 1484 4484 9484 168 169 UAAAAA CKOAAA OOOOxx -1266 9727 0 2 6 6 66 266 1266 1266 1266 132 133 SWAAAA DKOAAA VVVVxx -9097 9728 1 1 7 17 97 97 1097 4097 9097 194 195 XLAAAA EKOAAA AAAAxx -3068 9729 0 0 8 8 68 68 1068 3068 3068 136 137 AOAAAA FKOAAA HHHHxx -5490 9730 0 2 0 10 90 490 1490 490 5490 180 181 EDAAAA GKOAAA OOOOxx -1375 9731 1 3 5 15 75 375 1375 1375 1375 150 151 XAAAAA HKOAAA VVVVxx -2487 9732 1 3 7 7 87 487 487 2487 2487 174 175 RRAAAA IKOAAA AAAAxx -1705 9733 1 1 5 5 5 705 1705 1705 1705 10 11 PNAAAA JKOAAA HHHHxx -1571 9734 1 3 1 11 71 571 1571 1571 1571 142 143 LIAAAA KKOAAA OOOOxx -4005 9735 1 1 5 5 5 5 5 4005 4005 10 11 BYAAAA LKOAAA VVVVxx -5497 9736 1 1 7 17 97 497 1497 497 5497 194 195 LDAAAA MKOAAA AAAAxx -2144 9737 0 0 4 4 44 144 144 2144 2144 88 89 MEAAAA NKOAAA HHHHxx -4052 9738 0 0 2 12 52 52 52 4052 4052 104 105 WZAAAA OKOAAA OOOOxx -4942 9739 0 2 2 2 42 942 942 4942 4942 84 85 CIAAAA PKOAAA VVVVxx -5504 9740 0 0 4 4 4 504 1504 504 5504 8 9 SDAAAA QKOAAA AAAAxx -2913 9741 1 1 3 13 13 913 913 2913 2913 26 27 BIAAAA RKOAAA HHHHxx -5617 9742 1 1 7 17 17 617 1617 617 5617 34 35 BIAAAA SKOAAA OOOOxx -8179 9743 1 3 9 19 79 179 179 3179 8179 158 159 PCAAAA TKOAAA VVVVxx -9437 9744 1 1 7 17 37 437 1437 4437 9437 74 75 ZYAAAA UKOAAA AAAAxx -1821 9745 1 1 1 1 21 821 1821 1821 1821 42 43 BSAAAA VKOAAA HHHHxx -5737 9746 1 1 7 17 37 737 1737 737 5737 74 75 RMAAAA WKOAAA OOOOxx -4207 9747 1 3 7 7 7 207 207 4207 4207 14 15 VFAAAA XKOAAA VVVVxx -4815 9748 1 3 5 15 15 815 815 4815 4815 30 31 FDAAAA YKOAAA AAAAxx -8707 9749 1 3 7 7 7 707 707 3707 8707 14 15 XWAAAA ZKOAAA HHHHxx -5970 9750 0 2 0 10 70 970 1970 970 5970 140 141 QVAAAA ALOAAA OOOOxx -5501 9751 1 1 1 1 1 501 1501 501 5501 2 3 PDAAAA BLOAAA VVVVxx -4013 9752 1 1 3 13 13 13 13 4013 4013 26 27 JYAAAA CLOAAA AAAAxx -9235 9753 1 3 5 15 35 235 1235 4235 9235 70 71 FRAAAA DLOAAA HHHHxx -2503 9754 1 3 3 3 3 503 503 2503 2503 6 7 HSAAAA ELOAAA OOOOxx -9181 9755 1 1 1 1 81 181 1181 4181 9181 162 163 DPAAAA FLOAAA VVVVxx -2289 9756 1 1 9 9 89 289 289 2289 2289 178 179 BKAAAA GLOAAA AAAAxx -4256 9757 0 0 6 16 56 256 256 4256 4256 112 113 SHAAAA HLOAAA HHHHxx -191 9758 1 3 1 11 91 191 191 191 191 182 183 JHAAAA ILOAAA OOOOxx -9655 9759 1 3 5 15 55 655 1655 4655 9655 110 111 JHAAAA JLOAAA VVVVxx -8615 9760 1 3 5 15 15 615 615 3615 8615 30 31 JTAAAA KLOAAA AAAAxx -3011 9761 1 3 1 11 11 11 1011 3011 3011 22 23 VLAAAA LLOAAA HHHHxx -6376 9762 0 0 6 16 76 376 376 1376 6376 152 153 GLAAAA MLOAAA OOOOxx -68 9763 0 0 8 8 68 68 68 68 68 136 137 QCAAAA NLOAAA VVVVxx -4720 9764 0 0 0 0 20 720 720 4720 4720 40 41 OZAAAA OLOAAA AAAAxx -6848 9765 0 0 8 8 48 848 848 1848 6848 96 97 KDAAAA PLOAAA HHHHxx -456 9766 0 0 6 16 56 456 456 456 456 112 113 ORAAAA QLOAAA OOOOxx -5887 9767 1 3 7 7 87 887 1887 887 5887 174 175 LSAAAA RLOAAA VVVVxx -9249 9768 1 1 9 9 49 249 1249 4249 9249 98 99 TRAAAA SLOAAA AAAAxx -4041 9769 1 1 1 1 41 41 41 4041 4041 82 83 LZAAAA TLOAAA HHHHxx -2304 9770 0 0 4 4 4 304 304 2304 2304 8 9 QKAAAA ULOAAA OOOOxx -8763 9771 1 3 3 3 63 763 763 3763 8763 126 127 BZAAAA VLOAAA VVVVxx -2115 9772 1 3 5 15 15 115 115 2115 2115 30 31 JDAAAA WLOAAA AAAAxx -8014 9773 0 2 4 14 14 14 14 3014 8014 28 29 GWAAAA XLOAAA HHHHxx -9895 9774 1 3 5 15 95 895 1895 4895 9895 190 191 PQAAAA YLOAAA OOOOxx -671 9775 1 3 1 11 71 671 671 671 671 142 143 VZAAAA ZLOAAA VVVVxx -3774 9776 0 2 4 14 74 774 1774 3774 3774 148 149 EPAAAA AMOAAA AAAAxx -134 9777 0 2 4 14 34 134 134 134 134 68 69 EFAAAA BMOAAA HHHHxx -534 9778 0 2 4 14 34 534 534 534 534 68 69 OUAAAA CMOAAA OOOOxx -7308 9779 0 0 8 8 8 308 1308 2308 7308 16 17 CVAAAA DMOAAA VVVVxx -5244 9780 0 0 4 4 44 244 1244 244 5244 88 89 STAAAA EMOAAA AAAAxx -1512 9781 0 0 2 12 12 512 1512 1512 1512 24 25 EGAAAA FMOAAA HHHHxx -8960 9782 0 0 0 0 60 960 960 3960 8960 120 121 QGAAAA GMOAAA OOOOxx -6602 9783 0 2 2 2 2 602 602 1602 6602 4 5 YTAAAA HMOAAA VVVVxx -593 9784 1 1 3 13 93 593 593 593 593 186 187 VWAAAA IMOAAA AAAAxx -2353 9785 1 1 3 13 53 353 353 2353 2353 106 107 NMAAAA JMOAAA HHHHxx -4139 9786 1 3 9 19 39 139 139 4139 4139 78 79 FDAAAA KMOAAA OOOOxx -3063 9787 1 3 3 3 63 63 1063 3063 3063 126 127 VNAAAA LMOAAA VVVVxx -652 9788 0 0 2 12 52 652 652 652 652 104 105 CZAAAA MMOAAA AAAAxx -7405 9789 1 1 5 5 5 405 1405 2405 7405 10 11 VYAAAA NMOAAA HHHHxx -3034 9790 0 2 4 14 34 34 1034 3034 3034 68 69 SMAAAA OMOAAA OOOOxx -4614 9791 0 2 4 14 14 614 614 4614 4614 28 29 MVAAAA PMOAAA VVVVxx -2351 9792 1 3 1 11 51 351 351 2351 2351 102 103 LMAAAA QMOAAA AAAAxx -8208 9793 0 0 8 8 8 208 208 3208 8208 16 17 SDAAAA RMOAAA HHHHxx -5475 9794 1 3 5 15 75 475 1475 475 5475 150 151 PCAAAA SMOAAA OOOOxx -6875 9795 1 3 5 15 75 875 875 1875 6875 150 151 LEAAAA TMOAAA VVVVxx -563 9796 1 3 3 3 63 563 563 563 563 126 127 RVAAAA UMOAAA AAAAxx -3346 9797 0 2 6 6 46 346 1346 3346 3346 92 93 SYAAAA VMOAAA HHHHxx -291 9798 1 3 1 11 91 291 291 291 291 182 183 FLAAAA WMOAAA OOOOxx -6345 9799 1 1 5 5 45 345 345 1345 6345 90 91 BKAAAA XMOAAA VVVVxx -8099 9800 1 3 9 19 99 99 99 3099 8099 198 199 NZAAAA YMOAAA AAAAxx -2078 9801 0 2 8 18 78 78 78 2078 2078 156 157 YBAAAA ZMOAAA HHHHxx -8238 9802 0 2 8 18 38 238 238 3238 8238 76 77 WEAAAA ANOAAA OOOOxx -4482 9803 0 2 2 2 82 482 482 4482 4482 164 165 KQAAAA BNOAAA VVVVxx -716 9804 0 0 6 16 16 716 716 716 716 32 33 OBAAAA CNOAAA AAAAxx -7288 9805 0 0 8 8 88 288 1288 2288 7288 176 177 IUAAAA DNOAAA HHHHxx -5906 9806 0 2 6 6 6 906 1906 906 5906 12 13 ETAAAA ENOAAA OOOOxx -5618 9807 0 2 8 18 18 618 1618 618 5618 36 37 CIAAAA FNOAAA VVVVxx -1141 9808 1 1 1 1 41 141 1141 1141 1141 82 83 XRAAAA GNOAAA AAAAxx -8231 9809 1 3 1 11 31 231 231 3231 8231 62 63 PEAAAA HNOAAA HHHHxx -3713 9810 1 1 3 13 13 713 1713 3713 3713 26 27 VMAAAA INOAAA OOOOxx -9158 9811 0 2 8 18 58 158 1158 4158 9158 116 117 GOAAAA JNOAAA VVVVxx -4051 9812 1 3 1 11 51 51 51 4051 4051 102 103 VZAAAA KNOAAA AAAAxx -1973 9813 1 1 3 13 73 973 1973 1973 1973 146 147 XXAAAA LNOAAA HHHHxx -6710 9814 0 2 0 10 10 710 710 1710 6710 20 21 CYAAAA MNOAAA OOOOxx -1021 9815 1 1 1 1 21 21 1021 1021 1021 42 43 HNAAAA NNOAAA VVVVxx -2196 9816 0 0 6 16 96 196 196 2196 2196 192 193 MGAAAA ONOAAA AAAAxx -8335 9817 1 3 5 15 35 335 335 3335 8335 70 71 PIAAAA PNOAAA HHHHxx -2272 9818 0 0 2 12 72 272 272 2272 2272 144 145 KJAAAA QNOAAA OOOOxx -3818 9819 0 2 8 18 18 818 1818 3818 3818 36 37 WQAAAA RNOAAA VVVVxx -679 9820 1 3 9 19 79 679 679 679 679 158 159 DAAAAA SNOAAA AAAAxx -7512 9821 0 0 2 12 12 512 1512 2512 7512 24 25 YCAAAA TNOAAA HHHHxx -493 9822 1 1 3 13 93 493 493 493 493 186 187 ZSAAAA UNOAAA OOOOxx -5663 9823 1 3 3 3 63 663 1663 663 5663 126 127 VJAAAA VNOAAA VVVVxx -4655 9824 1 3 5 15 55 655 655 4655 4655 110 111 BXAAAA WNOAAA AAAAxx -3996 9825 0 0 6 16 96 996 1996 3996 3996 192 193 SXAAAA XNOAAA HHHHxx -8797 9826 1 1 7 17 97 797 797 3797 8797 194 195 JAAAAA YNOAAA OOOOxx -2991 9827 1 3 1 11 91 991 991 2991 2991 182 183 BLAAAA ZNOAAA VVVVxx -7038 9828 0 2 8 18 38 38 1038 2038 7038 76 77 SKAAAA AOOAAA AAAAxx -4174 9829 0 2 4 14 74 174 174 4174 4174 148 149 OEAAAA BOOAAA HHHHxx -6908 9830 0 0 8 8 8 908 908 1908 6908 16 17 SFAAAA COOAAA OOOOxx -8477 9831 1 1 7 17 77 477 477 3477 8477 154 155 BOAAAA DOOAAA VVVVxx -3576 9832 0 0 6 16 76 576 1576 3576 3576 152 153 OHAAAA EOOAAA AAAAxx -2685 9833 1 1 5 5 85 685 685 2685 2685 170 171 HZAAAA FOOAAA HHHHxx -9161 9834 1 1 1 1 61 161 1161 4161 9161 122 123 JOAAAA GOOAAA OOOOxx -2951 9835 1 3 1 11 51 951 951 2951 2951 102 103 NJAAAA HOOAAA VVVVxx -8362 9836 0 2 2 2 62 362 362 3362 8362 124 125 QJAAAA IOOAAA AAAAxx -2379 9837 1 3 9 19 79 379 379 2379 2379 158 159 NNAAAA JOOAAA HHHHxx -1277 9838 1 1 7 17 77 277 1277 1277 1277 154 155 DXAAAA KOOAAA OOOOxx -1728 9839 0 0 8 8 28 728 1728 1728 1728 56 57 MOAAAA LOOAAA VVVVxx -9816 9840 0 0 6 16 16 816 1816 4816 9816 32 33 ONAAAA MOOAAA AAAAxx -6288 9841 0 0 8 8 88 288 288 1288 6288 176 177 WHAAAA NOOAAA HHHHxx -8985 9842 1 1 5 5 85 985 985 3985 8985 170 171 PHAAAA OOOAAA OOOOxx -771 9843 1 3 1 11 71 771 771 771 771 142 143 RDAAAA POOAAA VVVVxx -464 9844 0 0 4 4 64 464 464 464 464 128 129 WRAAAA QOOAAA AAAAxx -9625 9845 1 1 5 5 25 625 1625 4625 9625 50 51 FGAAAA ROOAAA HHHHxx -9608 9846 0 0 8 8 8 608 1608 4608 9608 16 17 OFAAAA SOOAAA OOOOxx -9170 9847 0 2 0 10 70 170 1170 4170 9170 140 141 SOAAAA TOOAAA VVVVxx -9658 9848 0 2 8 18 58 658 1658 4658 9658 116 117 MHAAAA UOOAAA AAAAxx -7515 9849 1 3 5 15 15 515 1515 2515 7515 30 31 BDAAAA VOOAAA HHHHxx -9400 9850 0 0 0 0 0 400 1400 4400 9400 0 1 OXAAAA WOOAAA OOOOxx -2045 9851 1 1 5 5 45 45 45 2045 2045 90 91 RAAAAA XOOAAA VVVVxx -324 9852 0 0 4 4 24 324 324 324 324 48 49 MMAAAA YOOAAA AAAAxx -4252 9853 0 0 2 12 52 252 252 4252 4252 104 105 OHAAAA ZOOAAA HHHHxx -8329 9854 1 1 9 9 29 329 329 3329 8329 58 59 JIAAAA APOAAA OOOOxx -4472 9855 0 0 2 12 72 472 472 4472 4472 144 145 AQAAAA BPOAAA VVVVxx -1047 9856 1 3 7 7 47 47 1047 1047 1047 94 95 HOAAAA CPOAAA AAAAxx -9341 9857 1 1 1 1 41 341 1341 4341 9341 82 83 HVAAAA DPOAAA HHHHxx -7000 9858 0 0 0 0 0 0 1000 2000 7000 0 1 GJAAAA EPOAAA OOOOxx -1429 9859 1 1 9 9 29 429 1429 1429 1429 58 59 ZCAAAA FPOAAA VVVVxx -2701 9860 1 1 1 1 1 701 701 2701 2701 2 3 XZAAAA GPOAAA AAAAxx -6630 9861 0 2 0 10 30 630 630 1630 6630 60 61 AVAAAA HPOAAA HHHHxx -3669 9862 1 1 9 9 69 669 1669 3669 3669 138 139 DLAAAA IPOAAA OOOOxx -8613 9863 1 1 3 13 13 613 613 3613 8613 26 27 HTAAAA JPOAAA VVVVxx -7080 9864 0 0 0 0 80 80 1080 2080 7080 160 161 IMAAAA KPOAAA AAAAxx -8788 9865 0 0 8 8 88 788 788 3788 8788 176 177 AAAAAA LPOAAA HHHHxx -6291 9866 1 3 1 11 91 291 291 1291 6291 182 183 ZHAAAA MPOAAA OOOOxx -7885 9867 1 1 5 5 85 885 1885 2885 7885 170 171 HRAAAA NPOAAA VVVVxx -7160 9868 0 0 0 0 60 160 1160 2160 7160 120 121 KPAAAA OPOAAA AAAAxx -6140 9869 0 0 0 0 40 140 140 1140 6140 80 81 ECAAAA PPOAAA HHHHxx -9881 9870 1 1 1 1 81 881 1881 4881 9881 162 163 BQAAAA QPOAAA OOOOxx -9140 9871 0 0 0 0 40 140 1140 4140 9140 80 81 ONAAAA RPOAAA VVVVxx -644 9872 0 0 4 4 44 644 644 644 644 88 89 UYAAAA SPOAAA AAAAxx -3667 9873 1 3 7 7 67 667 1667 3667 3667 134 135 BLAAAA TPOAAA HHHHxx -2675 9874 1 3 5 15 75 675 675 2675 2675 150 151 XYAAAA UPOAAA OOOOxx -9492 9875 0 0 2 12 92 492 1492 4492 9492 184 185 CBAAAA VPOAAA VVVVxx -5004 9876 0 0 4 4 4 4 1004 4 5004 8 9 MKAAAA WPOAAA AAAAxx -9456 9877 0 0 6 16 56 456 1456 4456 9456 112 113 SZAAAA XPOAAA HHHHxx -8197 9878 1 1 7 17 97 197 197 3197 8197 194 195 HDAAAA YPOAAA OOOOxx -2837 9879 1 1 7 17 37 837 837 2837 2837 74 75 DFAAAA ZPOAAA VVVVxx -127 9880 1 3 7 7 27 127 127 127 127 54 55 XEAAAA AQOAAA AAAAxx -9772 9881 0 0 2 12 72 772 1772 4772 9772 144 145 WLAAAA BQOAAA HHHHxx -5743 9882 1 3 3 3 43 743 1743 743 5743 86 87 XMAAAA CQOAAA OOOOxx -2007 9883 1 3 7 7 7 7 7 2007 2007 14 15 FZAAAA DQOAAA VVVVxx -7586 9884 0 2 6 6 86 586 1586 2586 7586 172 173 UFAAAA EQOAAA AAAAxx -45 9885 1 1 5 5 45 45 45 45 45 90 91 TBAAAA FQOAAA HHHHxx -6482 9886 0 2 2 2 82 482 482 1482 6482 164 165 IPAAAA GQOAAA OOOOxx -4565 9887 1 1 5 5 65 565 565 4565 4565 130 131 PTAAAA HQOAAA VVVVxx -6975 9888 1 3 5 15 75 975 975 1975 6975 150 151 HIAAAA IQOAAA AAAAxx -7260 9889 0 0 0 0 60 260 1260 2260 7260 120 121 GTAAAA JQOAAA HHHHxx -2830 9890 0 2 0 10 30 830 830 2830 2830 60 61 WEAAAA KQOAAA OOOOxx -9365 9891 1 1 5 5 65 365 1365 4365 9365 130 131 FWAAAA LQOAAA VVVVxx -8207 9892 1 3 7 7 7 207 207 3207 8207 14 15 RDAAAA MQOAAA AAAAxx -2506 9893 0 2 6 6 6 506 506 2506 2506 12 13 KSAAAA NQOAAA HHHHxx -8081 9894 1 1 1 1 81 81 81 3081 8081 162 163 VYAAAA OQOAAA OOOOxx -8678 9895 0 2 8 18 78 678 678 3678 8678 156 157 UVAAAA PQOAAA VVVVxx -9932 9896 0 0 2 12 32 932 1932 4932 9932 64 65 ASAAAA QQOAAA AAAAxx -447 9897 1 3 7 7 47 447 447 447 447 94 95 FRAAAA RQOAAA HHHHxx -9187 9898 1 3 7 7 87 187 1187 4187 9187 174 175 JPAAAA SQOAAA OOOOxx -89 9899 1 1 9 9 89 89 89 89 89 178 179 LDAAAA TQOAAA VVVVxx -7027 9900 1 3 7 7 27 27 1027 2027 7027 54 55 HKAAAA UQOAAA AAAAxx -1536 9901 0 0 6 16 36 536 1536 1536 1536 72 73 CHAAAA VQOAAA HHHHxx -160 9902 0 0 0 0 60 160 160 160 160 120 121 EGAAAA WQOAAA OOOOxx -7679 9903 1 3 9 19 79 679 1679 2679 7679 158 159 JJAAAA XQOAAA VVVVxx -5973 9904 1 1 3 13 73 973 1973 973 5973 146 147 TVAAAA YQOAAA AAAAxx -4401 9905 1 1 1 1 1 401 401 4401 4401 2 3 HNAAAA ZQOAAA HHHHxx -395 9906 1 3 5 15 95 395 395 395 395 190 191 FPAAAA AROAAA OOOOxx -4904 9907 0 0 4 4 4 904 904 4904 4904 8 9 QGAAAA BROAAA VVVVxx -2759 9908 1 3 9 19 59 759 759 2759 2759 118 119 DCAAAA CROAAA AAAAxx -8713 9909 1 1 3 13 13 713 713 3713 8713 26 27 DXAAAA DROAAA HHHHxx -3770 9910 0 2 0 10 70 770 1770 3770 3770 140 141 APAAAA EROAAA OOOOxx -8272 9911 0 0 2 12 72 272 272 3272 8272 144 145 EGAAAA FROAAA VVVVxx -5358 9912 0 2 8 18 58 358 1358 358 5358 116 117 CYAAAA GROAAA AAAAxx -9747 9913 1 3 7 7 47 747 1747 4747 9747 94 95 XKAAAA HROAAA HHHHxx -1567 9914 1 3 7 7 67 567 1567 1567 1567 134 135 HIAAAA IROAAA OOOOxx -2136 9915 0 0 6 16 36 136 136 2136 2136 72 73 EEAAAA JROAAA VVVVxx -314 9916 0 2 4 14 14 314 314 314 314 28 29 CMAAAA KROAAA AAAAxx -4583 9917 1 3 3 3 83 583 583 4583 4583 166 167 HUAAAA LROAAA HHHHxx -375 9918 1 3 5 15 75 375 375 375 375 150 151 LOAAAA MROAAA OOOOxx -5566 9919 0 2 6 6 66 566 1566 566 5566 132 133 CGAAAA NROAAA VVVVxx -6865 9920 1 1 5 5 65 865 865 1865 6865 130 131 BEAAAA OROAAA AAAAxx -894 9921 0 2 4 14 94 894 894 894 894 188 189 KIAAAA PROAAA HHHHxx -5399 9922 1 3 9 19 99 399 1399 399 5399 198 199 RZAAAA QROAAA OOOOxx -1385 9923 1 1 5 5 85 385 1385 1385 1385 170 171 HBAAAA RROAAA VVVVxx -2156 9924 0 0 6 16 56 156 156 2156 2156 112 113 YEAAAA SROAAA AAAAxx -9659 9925 1 3 9 19 59 659 1659 4659 9659 118 119 NHAAAA TROAAA HHHHxx -477 9926 1 1 7 17 77 477 477 477 477 154 155 JSAAAA UROAAA OOOOxx -8194 9927 0 2 4 14 94 194 194 3194 8194 188 189 EDAAAA VROAAA VVVVxx -3937 9928 1 1 7 17 37 937 1937 3937 3937 74 75 LVAAAA WROAAA AAAAxx -3745 9929 1 1 5 5 45 745 1745 3745 3745 90 91 BOAAAA XROAAA HHHHxx -4096 9930 0 0 6 16 96 96 96 4096 4096 192 193 OBAAAA YROAAA OOOOxx -5487 9931 1 3 7 7 87 487 1487 487 5487 174 175 BDAAAA ZROAAA VVVVxx -2475 9932 1 3 5 15 75 475 475 2475 2475 150 151 FRAAAA ASOAAA AAAAxx -6105 9933 1 1 5 5 5 105 105 1105 6105 10 11 VAAAAA BSOAAA HHHHxx -6036 9934 0 0 6 16 36 36 36 1036 6036 72 73 EYAAAA CSOAAA OOOOxx -1315 9935 1 3 5 15 15 315 1315 1315 1315 30 31 PYAAAA DSOAAA VVVVxx -4473 9936 1 1 3 13 73 473 473 4473 4473 146 147 BQAAAA ESOAAA AAAAxx -4016 9937 0 0 6 16 16 16 16 4016 4016 32 33 MYAAAA FSOAAA HHHHxx -8135 9938 1 3 5 15 35 135 135 3135 8135 70 71 XAAAAA GSOAAA OOOOxx -8892 9939 0 0 2 12 92 892 892 3892 8892 184 185 AEAAAA HSOAAA VVVVxx -4850 9940 0 2 0 10 50 850 850 4850 4850 100 101 OEAAAA ISOAAA AAAAxx -2545 9941 1 1 5 5 45 545 545 2545 2545 90 91 XTAAAA JSOAAA HHHHxx -3788 9942 0 0 8 8 88 788 1788 3788 3788 176 177 SPAAAA KSOAAA OOOOxx -1672 9943 0 0 2 12 72 672 1672 1672 1672 144 145 IMAAAA LSOAAA VVVVxx -3664 9944 0 0 4 4 64 664 1664 3664 3664 128 129 YKAAAA MSOAAA AAAAxx -3775 9945 1 3 5 15 75 775 1775 3775 3775 150 151 FPAAAA NSOAAA HHHHxx -3103 9946 1 3 3 3 3 103 1103 3103 3103 6 7 JPAAAA OSOAAA OOOOxx -9335 9947 1 3 5 15 35 335 1335 4335 9335 70 71 BVAAAA PSOAAA VVVVxx -9200 9948 0 0 0 0 0 200 1200 4200 9200 0 1 WPAAAA QSOAAA AAAAxx -8665 9949 1 1 5 5 65 665 665 3665 8665 130 131 HVAAAA RSOAAA HHHHxx -1356 9950 0 0 6 16 56 356 1356 1356 1356 112 113 EAAAAA SSOAAA OOOOxx -6118 9951 0 2 8 18 18 118 118 1118 6118 36 37 IBAAAA TSOAAA VVVVxx -4605 9952 1 1 5 5 5 605 605 4605 4605 10 11 DVAAAA USOAAA AAAAxx -5651 9953 1 3 1 11 51 651 1651 651 5651 102 103 JJAAAA VSOAAA HHHHxx -9055 9954 1 3 5 15 55 55 1055 4055 9055 110 111 HKAAAA WSOAAA OOOOxx -8461 9955 1 1 1 1 61 461 461 3461 8461 122 123 LNAAAA XSOAAA VVVVxx -6107 9956 1 3 7 7 7 107 107 1107 6107 14 15 XAAAAA YSOAAA AAAAxx -1967 9957 1 3 7 7 67 967 1967 1967 1967 134 135 RXAAAA ZSOAAA HHHHxx -8910 9958 0 2 0 10 10 910 910 3910 8910 20 21 SEAAAA ATOAAA OOOOxx -8257 9959 1 1 7 17 57 257 257 3257 8257 114 115 PFAAAA BTOAAA VVVVxx -851 9960 1 3 1 11 51 851 851 851 851 102 103 TGAAAA CTOAAA AAAAxx -7823 9961 1 3 3 3 23 823 1823 2823 7823 46 47 XOAAAA DTOAAA HHHHxx -3208 9962 0 0 8 8 8 208 1208 3208 3208 16 17 KTAAAA ETOAAA OOOOxx -856 9963 0 0 6 16 56 856 856 856 856 112 113 YGAAAA FTOAAA VVVVxx -2654 9964 0 2 4 14 54 654 654 2654 2654 108 109 CYAAAA GTOAAA AAAAxx -7185 9965 1 1 5 5 85 185 1185 2185 7185 170 171 JQAAAA HTOAAA HHHHxx -309 9966 1 1 9 9 9 309 309 309 309 18 19 XLAAAA ITOAAA OOOOxx -9752 9967 0 0 2 12 52 752 1752 4752 9752 104 105 CLAAAA JTOAAA VVVVxx -6405 9968 1 1 5 5 5 405 405 1405 6405 10 11 JMAAAA KTOAAA AAAAxx -6113 9969 1 1 3 13 13 113 113 1113 6113 26 27 DBAAAA LTOAAA HHHHxx -9774 9970 0 2 4 14 74 774 1774 4774 9774 148 149 YLAAAA MTOAAA OOOOxx -1674 9971 0 2 4 14 74 674 1674 1674 1674 148 149 KMAAAA NTOAAA VVVVxx -9602 9972 0 2 2 2 2 602 1602 4602 9602 4 5 IFAAAA OTOAAA AAAAxx -1363 9973 1 3 3 3 63 363 1363 1363 1363 126 127 LAAAAA PTOAAA HHHHxx -6887 9974 1 3 7 7 87 887 887 1887 6887 174 175 XEAAAA QTOAAA OOOOxx -6170 9975 0 2 0 10 70 170 170 1170 6170 140 141 IDAAAA RTOAAA VVVVxx -8888 9976 0 0 8 8 88 888 888 3888 8888 176 177 WDAAAA STOAAA AAAAxx -2981 9977 1 1 1 1 81 981 981 2981 2981 162 163 RKAAAA TTOAAA HHHHxx -7369 9978 1 1 9 9 69 369 1369 2369 7369 138 139 LXAAAA UTOAAA OOOOxx -6227 9979 1 3 7 7 27 227 227 1227 6227 54 55 NFAAAA VTOAAA VVVVxx -8002 9980 0 2 2 2 2 2 2 3002 8002 4 5 UVAAAA WTOAAA AAAAxx -4288 9981 0 0 8 8 88 288 288 4288 4288 176 177 YIAAAA XTOAAA HHHHxx -5136 9982 0 0 6 16 36 136 1136 136 5136 72 73 OPAAAA YTOAAA OOOOxx -1084 9983 0 0 4 4 84 84 1084 1084 1084 168 169 SPAAAA ZTOAAA VVVVxx -9117 9984 1 1 7 17 17 117 1117 4117 9117 34 35 RMAAAA AUOAAA AAAAxx -2406 9985 0 2 6 6 6 406 406 2406 2406 12 13 OOAAAA BUOAAA HHHHxx -1384 9986 0 0 4 4 84 384 1384 1384 1384 168 169 GBAAAA CUOAAA OOOOxx -9194 9987 0 2 4 14 94 194 1194 4194 9194 188 189 QPAAAA DUOAAA VVVVxx -858 9988 0 2 8 18 58 858 858 858 858 116 117 AHAAAA EUOAAA AAAAxx -8592 9989 0 0 2 12 92 592 592 3592 8592 184 185 MSAAAA FUOAAA HHHHxx -4773 9990 1 1 3 13 73 773 773 4773 4773 146 147 PBAAAA GUOAAA OOOOxx -4093 9991 1 1 3 13 93 93 93 4093 4093 186 187 LBAAAA HUOAAA VVVVxx -6587 9992 1 3 7 7 87 587 587 1587 6587 174 175 JTAAAA IUOAAA AAAAxx -6093 9993 1 1 3 13 93 93 93 1093 6093 186 187 JAAAAA JUOAAA HHHHxx -429 9994 1 1 9 9 29 429 429 429 429 58 59 NQAAAA KUOAAA OOOOxx -5780 9995 0 0 0 0 80 780 1780 780 5780 160 161 IOAAAA LUOAAA VVVVxx -1783 9996 1 3 3 3 83 783 1783 1783 1783 166 167 PQAAAA MUOAAA AAAAxx -2992 9997 0 0 2 12 92 992 992 2992 2992 184 185 CLAAAA NUOAAA HHHHxx -0 9998 0 0 0 0 0 0 0 0 0 0 1 AAAAAA OUOAAA OOOOxx -2968 9999 0 0 8 8 68 968 968 2968 2968 136 137 EKAAAA PUOAAA VVVVxx -\. --- --- Data for Name: tenk2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.tenk2 (unique1, unique2, two, four, ten, twenty, hundred, thousand, twothousand, fivethous, tenthous, odd, even, stringu1, stringu2, string4) FROM stdin; -8800 0 0 0 0 0 0 800 800 3800 8800 0 1 MAAAAA AAAAAA AAAAxx -1891 1 1 3 1 11 91 891 1891 1891 1891 182 183 TUAAAA BAAAAA HHHHxx -3420 2 0 0 0 0 20 420 1420 3420 3420 40 41 OBAAAA CAAAAA OOOOxx -9850 3 0 2 0 10 50 850 1850 4850 9850 100 101 WOAAAA DAAAAA VVVVxx -7164 4 0 0 4 4 64 164 1164 2164 7164 128 129 OPAAAA EAAAAA AAAAxx -8009 5 1 1 9 9 9 9 9 3009 8009 18 19 BWAAAA FAAAAA HHHHxx -5057 6 1 1 7 17 57 57 1057 57 5057 114 115 NMAAAA GAAAAA OOOOxx -6701 7 1 1 1 1 1 701 701 1701 6701 2 3 TXAAAA HAAAAA VVVVxx -4321 8 1 1 1 1 21 321 321 4321 4321 42 43 FKAAAA IAAAAA AAAAxx -3043 9 1 3 3 3 43 43 1043 3043 3043 86 87 BNAAAA JAAAAA HHHHxx -1314 10 0 2 4 14 14 314 1314 1314 1314 28 29 OYAAAA KAAAAA OOOOxx -1504 11 0 0 4 4 4 504 1504 1504 1504 8 9 WFAAAA LAAAAA VVVVxx -5222 12 0 2 2 2 22 222 1222 222 5222 44 45 WSAAAA MAAAAA AAAAxx -6243 13 1 3 3 3 43 243 243 1243 6243 86 87 DGAAAA NAAAAA HHHHxx -5471 14 1 3 1 11 71 471 1471 471 5471 142 143 LCAAAA OAAAAA OOOOxx -5006 15 0 2 6 6 6 6 1006 6 5006 12 13 OKAAAA PAAAAA VVVVxx -5387 16 1 3 7 7 87 387 1387 387 5387 174 175 FZAAAA QAAAAA AAAAxx -5785 17 1 1 5 5 85 785 1785 785 5785 170 171 NOAAAA RAAAAA HHHHxx -6621 18 1 1 1 1 21 621 621 1621 6621 42 43 RUAAAA SAAAAA OOOOxx -6969 19 1 1 9 9 69 969 969 1969 6969 138 139 BIAAAA TAAAAA VVVVxx -9460 20 0 0 0 0 60 460 1460 4460 9460 120 121 WZAAAA UAAAAA AAAAxx -59 21 1 3 9 19 59 59 59 59 59 118 119 HCAAAA VAAAAA HHHHxx -8020 22 0 0 0 0 20 20 20 3020 8020 40 41 MWAAAA WAAAAA OOOOxx -7695 23 1 3 5 15 95 695 1695 2695 7695 190 191 ZJAAAA XAAAAA VVVVxx -3442 24 0 2 2 2 42 442 1442 3442 3442 84 85 KCAAAA YAAAAA AAAAxx -5119 25 1 3 9 19 19 119 1119 119 5119 38 39 XOAAAA ZAAAAA HHHHxx -646 26 0 2 6 6 46 646 646 646 646 92 93 WYAAAA ABAAAA OOOOxx -9605 27 1 1 5 5 5 605 1605 4605 9605 10 11 LFAAAA BBAAAA VVVVxx -263 28 1 3 3 3 63 263 263 263 263 126 127 DKAAAA CBAAAA AAAAxx -3269 29 1 1 9 9 69 269 1269 3269 3269 138 139 TVAAAA DBAAAA HHHHxx -1839 30 1 3 9 19 39 839 1839 1839 1839 78 79 TSAAAA EBAAAA OOOOxx -9144 31 0 0 4 4 44 144 1144 4144 9144 88 89 SNAAAA FBAAAA VVVVxx -2513 32 1 1 3 13 13 513 513 2513 2513 26 27 RSAAAA GBAAAA AAAAxx -8850 33 0 2 0 10 50 850 850 3850 8850 100 101 KCAAAA HBAAAA HHHHxx -236 34 0 0 6 16 36 236 236 236 236 72 73 CJAAAA IBAAAA OOOOxx -3162 35 0 2 2 2 62 162 1162 3162 3162 124 125 QRAAAA JBAAAA VVVVxx -4380 36 0 0 0 0 80 380 380 4380 4380 160 161 MMAAAA KBAAAA AAAAxx -8095 37 1 3 5 15 95 95 95 3095 8095 190 191 JZAAAA LBAAAA HHHHxx -209 38 1 1 9 9 9 209 209 209 209 18 19 BIAAAA MBAAAA OOOOxx -3055 39 1 3 5 15 55 55 1055 3055 3055 110 111 NNAAAA NBAAAA VVVVxx -6921 40 1 1 1 1 21 921 921 1921 6921 42 43 FGAAAA OBAAAA AAAAxx -7046 41 0 2 6 6 46 46 1046 2046 7046 92 93 ALAAAA PBAAAA HHHHxx -7912 42 0 0 2 12 12 912 1912 2912 7912 24 25 ISAAAA QBAAAA OOOOxx -7267 43 1 3 7 7 67 267 1267 2267 7267 134 135 NTAAAA RBAAAA VVVVxx -3599 44 1 3 9 19 99 599 1599 3599 3599 198 199 LIAAAA SBAAAA AAAAxx -923 45 1 3 3 3 23 923 923 923 923 46 47 NJAAAA TBAAAA HHHHxx -1437 46 1 1 7 17 37 437 1437 1437 1437 74 75 HDAAAA UBAAAA OOOOxx -6439 47 1 3 9 19 39 439 439 1439 6439 78 79 RNAAAA VBAAAA VVVVxx -6989 48 1 1 9 9 89 989 989 1989 6989 178 179 VIAAAA WBAAAA AAAAxx -8798 49 0 2 8 18 98 798 798 3798 8798 196 197 KAAAAA XBAAAA HHHHxx -5960 50 0 0 0 0 60 960 1960 960 5960 120 121 GVAAAA YBAAAA OOOOxx -5832 51 0 0 2 12 32 832 1832 832 5832 64 65 IQAAAA ZBAAAA VVVVxx -6066 52 0 2 6 6 66 66 66 1066 6066 132 133 IZAAAA ACAAAA AAAAxx -322 53 0 2 2 2 22 322 322 322 322 44 45 KMAAAA BCAAAA HHHHxx -8321 54 1 1 1 1 21 321 321 3321 8321 42 43 BIAAAA CCAAAA OOOOxx -734 55 0 2 4 14 34 734 734 734 734 68 69 GCAAAA DCAAAA VVVVxx -688 56 0 0 8 8 88 688 688 688 688 176 177 MAAAAA ECAAAA AAAAxx -4212 57 0 0 2 12 12 212 212 4212 4212 24 25 AGAAAA FCAAAA HHHHxx -9653 58 1 1 3 13 53 653 1653 4653 9653 106 107 HHAAAA GCAAAA OOOOxx -2677 59 1 1 7 17 77 677 677 2677 2677 154 155 ZYAAAA HCAAAA VVVVxx -5423 60 1 3 3 3 23 423 1423 423 5423 46 47 PAAAAA ICAAAA AAAAxx -2592 61 0 0 2 12 92 592 592 2592 2592 184 185 SVAAAA JCAAAA HHHHxx -3233 62 1 1 3 13 33 233 1233 3233 3233 66 67 JUAAAA KCAAAA OOOOxx -5032 63 0 0 2 12 32 32 1032 32 5032 64 65 OLAAAA LCAAAA VVVVxx -2525 64 1 1 5 5 25 525 525 2525 2525 50 51 DTAAAA MCAAAA AAAAxx -4450 65 0 2 0 10 50 450 450 4450 4450 100 101 EPAAAA NCAAAA HHHHxx -5778 66 0 2 8 18 78 778 1778 778 5778 156 157 GOAAAA OCAAAA OOOOxx -5852 67 0 0 2 12 52 852 1852 852 5852 104 105 CRAAAA PCAAAA VVVVxx -5404 68 0 0 4 4 4 404 1404 404 5404 8 9 WZAAAA QCAAAA AAAAxx -6223 69 1 3 3 3 23 223 223 1223 6223 46 47 JFAAAA RCAAAA HHHHxx -6133 70 1 1 3 13 33 133 133 1133 6133 66 67 XBAAAA SCAAAA OOOOxx -9112 71 0 0 2 12 12 112 1112 4112 9112 24 25 MMAAAA TCAAAA VVVVxx -7575 72 1 3 5 15 75 575 1575 2575 7575 150 151 JFAAAA UCAAAA AAAAxx -7414 73 0 2 4 14 14 414 1414 2414 7414 28 29 EZAAAA VCAAAA HHHHxx -9741 74 1 1 1 1 41 741 1741 4741 9741 82 83 RKAAAA WCAAAA OOOOxx -3767 75 1 3 7 7 67 767 1767 3767 3767 134 135 XOAAAA XCAAAA VVVVxx -9372 76 0 0 2 12 72 372 1372 4372 9372 144 145 MWAAAA YCAAAA AAAAxx -8976 77 0 0 6 16 76 976 976 3976 8976 152 153 GHAAAA ZCAAAA HHHHxx -4071 78 1 3 1 11 71 71 71 4071 4071 142 143 PAAAAA ADAAAA OOOOxx -1311 79 1 3 1 11 11 311 1311 1311 1311 22 23 LYAAAA BDAAAA VVVVxx -2604 80 0 0 4 4 4 604 604 2604 2604 8 9 EWAAAA CDAAAA AAAAxx -8840 81 0 0 0 0 40 840 840 3840 8840 80 81 ACAAAA DDAAAA HHHHxx -567 82 1 3 7 7 67 567 567 567 567 134 135 VVAAAA EDAAAA OOOOxx -5215 83 1 3 5 15 15 215 1215 215 5215 30 31 PSAAAA FDAAAA VVVVxx -5474 84 0 2 4 14 74 474 1474 474 5474 148 149 OCAAAA GDAAAA AAAAxx -3906 85 0 2 6 6 6 906 1906 3906 3906 12 13 GUAAAA HDAAAA HHHHxx -1769 86 1 1 9 9 69 769 1769 1769 1769 138 139 BQAAAA IDAAAA OOOOxx -1454 87 0 2 4 14 54 454 1454 1454 1454 108 109 YDAAAA JDAAAA VVVVxx -6877 88 1 1 7 17 77 877 877 1877 6877 154 155 NEAAAA KDAAAA AAAAxx -6501 89 1 1 1 1 1 501 501 1501 6501 2 3 BQAAAA LDAAAA HHHHxx -934 90 0 2 4 14 34 934 934 934 934 68 69 YJAAAA MDAAAA OOOOxx -4075 91 1 3 5 15 75 75 75 4075 4075 150 151 TAAAAA NDAAAA VVVVxx -3180 92 0 0 0 0 80 180 1180 3180 3180 160 161 ISAAAA ODAAAA AAAAxx -7787 93 1 3 7 7 87 787 1787 2787 7787 174 175 NNAAAA PDAAAA HHHHxx -6401 94 1 1 1 1 1 401 401 1401 6401 2 3 FMAAAA QDAAAA OOOOxx -4244 95 0 0 4 4 44 244 244 4244 4244 88 89 GHAAAA RDAAAA VVVVxx -4591 96 1 3 1 11 91 591 591 4591 4591 182 183 PUAAAA SDAAAA AAAAxx -4113 97 1 1 3 13 13 113 113 4113 4113 26 27 FCAAAA TDAAAA HHHHxx -5925 98 1 1 5 5 25 925 1925 925 5925 50 51 XTAAAA UDAAAA OOOOxx -1987 99 1 3 7 7 87 987 1987 1987 1987 174 175 LYAAAA VDAAAA VVVVxx -8248 100 0 0 8 8 48 248 248 3248 8248 96 97 GFAAAA WDAAAA AAAAxx -4151 101 1 3 1 11 51 151 151 4151 4151 102 103 RDAAAA XDAAAA HHHHxx -8670 102 0 2 0 10 70 670 670 3670 8670 140 141 MVAAAA YDAAAA OOOOxx -6194 103 0 2 4 14 94 194 194 1194 6194 188 189 GEAAAA ZDAAAA VVVVxx -88 104 0 0 8 8 88 88 88 88 88 176 177 KDAAAA AEAAAA AAAAxx -4058 105 0 2 8 18 58 58 58 4058 4058 116 117 CAAAAA BEAAAA HHHHxx -2742 106 0 2 2 2 42 742 742 2742 2742 84 85 MBAAAA CEAAAA OOOOxx -8275 107 1 3 5 15 75 275 275 3275 8275 150 151 HGAAAA DEAAAA VVVVxx -4258 108 0 2 8 18 58 258 258 4258 4258 116 117 UHAAAA EEAAAA AAAAxx -6129 109 1 1 9 9 29 129 129 1129 6129 58 59 TBAAAA FEAAAA HHHHxx -7243 110 1 3 3 3 43 243 1243 2243 7243 86 87 PSAAAA GEAAAA OOOOxx -2392 111 0 0 2 12 92 392 392 2392 2392 184 185 AOAAAA HEAAAA VVVVxx -9853 112 1 1 3 13 53 853 1853 4853 9853 106 107 ZOAAAA IEAAAA AAAAxx -6064 113 0 0 4 4 64 64 64 1064 6064 128 129 GZAAAA JEAAAA HHHHxx -4391 114 1 3 1 11 91 391 391 4391 4391 182 183 XMAAAA KEAAAA OOOOxx -726 115 0 2 6 6 26 726 726 726 726 52 53 YBAAAA LEAAAA VVVVxx -6957 116 1 1 7 17 57 957 957 1957 6957 114 115 PHAAAA MEAAAA AAAAxx -3853 117 1 1 3 13 53 853 1853 3853 3853 106 107 FSAAAA NEAAAA HHHHxx -4524 118 0 0 4 4 24 524 524 4524 4524 48 49 ASAAAA OEAAAA OOOOxx -5330 119 0 2 0 10 30 330 1330 330 5330 60 61 AXAAAA PEAAAA VVVVxx -6671 120 1 3 1 11 71 671 671 1671 6671 142 143 PWAAAA QEAAAA AAAAxx -5314 121 0 2 4 14 14 314 1314 314 5314 28 29 KWAAAA REAAAA HHHHxx -9202 122 0 2 2 2 2 202 1202 4202 9202 4 5 YPAAAA SEAAAA OOOOxx -4596 123 0 0 6 16 96 596 596 4596 4596 192 193 UUAAAA TEAAAA VVVVxx -8951 124 1 3 1 11 51 951 951 3951 8951 102 103 HGAAAA UEAAAA AAAAxx -9902 125 0 2 2 2 2 902 1902 4902 9902 4 5 WQAAAA VEAAAA HHHHxx -1440 126 0 0 0 0 40 440 1440 1440 1440 80 81 KDAAAA WEAAAA OOOOxx -5339 127 1 3 9 19 39 339 1339 339 5339 78 79 JXAAAA XEAAAA VVVVxx -3371 128 1 3 1 11 71 371 1371 3371 3371 142 143 RZAAAA YEAAAA AAAAxx -4467 129 1 3 7 7 67 467 467 4467 4467 134 135 VPAAAA ZEAAAA HHHHxx -6216 130 0 0 6 16 16 216 216 1216 6216 32 33 CFAAAA AFAAAA OOOOxx -5364 131 0 0 4 4 64 364 1364 364 5364 128 129 IYAAAA BFAAAA VVVVxx -7547 132 1 3 7 7 47 547 1547 2547 7547 94 95 HEAAAA CFAAAA AAAAxx -4338 133 0 2 8 18 38 338 338 4338 4338 76 77 WKAAAA DFAAAA HHHHxx -3481 134 1 1 1 1 81 481 1481 3481 3481 162 163 XDAAAA EFAAAA OOOOxx -826 135 0 2 6 6 26 826 826 826 826 52 53 UFAAAA FFAAAA VVVVxx -3647 136 1 3 7 7 47 647 1647 3647 3647 94 95 HKAAAA GFAAAA AAAAxx -3337 137 1 1 7 17 37 337 1337 3337 3337 74 75 JYAAAA HFAAAA HHHHxx -3591 138 1 3 1 11 91 591 1591 3591 3591 182 183 DIAAAA IFAAAA OOOOxx -7192 139 0 0 2 12 92 192 1192 2192 7192 184 185 QQAAAA JFAAAA VVVVxx -1078 140 0 2 8 18 78 78 1078 1078 1078 156 157 MPAAAA KFAAAA AAAAxx -1310 141 0 2 0 10 10 310 1310 1310 1310 20 21 KYAAAA LFAAAA HHHHxx -9642 142 0 2 2 2 42 642 1642 4642 9642 84 85 WGAAAA MFAAAA OOOOxx -39 143 1 3 9 19 39 39 39 39 39 78 79 NBAAAA NFAAAA VVVVxx -8682 144 0 2 2 2 82 682 682 3682 8682 164 165 YVAAAA OFAAAA AAAAxx -1794 145 0 2 4 14 94 794 1794 1794 1794 188 189 ARAAAA PFAAAA HHHHxx -5630 146 0 2 0 10 30 630 1630 630 5630 60 61 OIAAAA QFAAAA OOOOxx -6748 147 0 0 8 8 48 748 748 1748 6748 96 97 OZAAAA RFAAAA VVVVxx -3766 148 0 2 6 6 66 766 1766 3766 3766 132 133 WOAAAA SFAAAA AAAAxx -6403 149 1 3 3 3 3 403 403 1403 6403 6 7 HMAAAA TFAAAA HHHHxx -175 150 1 3 5 15 75 175 175 175 175 150 151 TGAAAA UFAAAA OOOOxx -2179 151 1 3 9 19 79 179 179 2179 2179 158 159 VFAAAA VFAAAA VVVVxx -7897 152 1 1 7 17 97 897 1897 2897 7897 194 195 TRAAAA WFAAAA AAAAxx -2760 153 0 0 0 0 60 760 760 2760 2760 120 121 ECAAAA XFAAAA HHHHxx -1675 154 1 3 5 15 75 675 1675 1675 1675 150 151 LMAAAA YFAAAA OOOOxx -2564 155 0 0 4 4 64 564 564 2564 2564 128 129 QUAAAA ZFAAAA VVVVxx -157 156 1 1 7 17 57 157 157 157 157 114 115 BGAAAA AGAAAA AAAAxx -8779 157 1 3 9 19 79 779 779 3779 8779 158 159 RZAAAA BGAAAA HHHHxx -9591 158 1 3 1 11 91 591 1591 4591 9591 182 183 XEAAAA CGAAAA OOOOxx -8732 159 0 0 2 12 32 732 732 3732 8732 64 65 WXAAAA DGAAAA VVVVxx -139 160 1 3 9 19 39 139 139 139 139 78 79 JFAAAA EGAAAA AAAAxx -5372 161 0 0 2 12 72 372 1372 372 5372 144 145 QYAAAA FGAAAA HHHHxx -1278 162 0 2 8 18 78 278 1278 1278 1278 156 157 EXAAAA GGAAAA OOOOxx -4697 163 1 1 7 17 97 697 697 4697 4697 194 195 RYAAAA HGAAAA VVVVxx -8610 164 0 2 0 10 10 610 610 3610 8610 20 21 ETAAAA IGAAAA AAAAxx -8180 165 0 0 0 0 80 180 180 3180 8180 160 161 QCAAAA JGAAAA HHHHxx -2399 166 1 3 9 19 99 399 399 2399 2399 198 199 HOAAAA KGAAAA OOOOxx -615 167 1 3 5 15 15 615 615 615 615 30 31 RXAAAA LGAAAA VVVVxx -7629 168 1 1 9 9 29 629 1629 2629 7629 58 59 LHAAAA MGAAAA AAAAxx -7628 169 0 0 8 8 28 628 1628 2628 7628 56 57 KHAAAA NGAAAA HHHHxx -4659 170 1 3 9 19 59 659 659 4659 4659 118 119 FXAAAA OGAAAA OOOOxx -5865 171 1 1 5 5 65 865 1865 865 5865 130 131 PRAAAA PGAAAA VVVVxx -3973 172 1 1 3 13 73 973 1973 3973 3973 146 147 VWAAAA QGAAAA AAAAxx -552 173 0 0 2 12 52 552 552 552 552 104 105 GVAAAA RGAAAA HHHHxx -708 174 0 0 8 8 8 708 708 708 708 16 17 GBAAAA SGAAAA OOOOxx -3550 175 0 2 0 10 50 550 1550 3550 3550 100 101 OGAAAA TGAAAA VVVVxx -5547 176 1 3 7 7 47 547 1547 547 5547 94 95 JFAAAA UGAAAA AAAAxx -489 177 1 1 9 9 89 489 489 489 489 178 179 VSAAAA VGAAAA HHHHxx -3794 178 0 2 4 14 94 794 1794 3794 3794 188 189 YPAAAA WGAAAA OOOOxx -9479 179 1 3 9 19 79 479 1479 4479 9479 158 159 PAAAAA XGAAAA VVVVxx -6435 180 1 3 5 15 35 435 435 1435 6435 70 71 NNAAAA YGAAAA AAAAxx -5120 181 0 0 0 0 20 120 1120 120 5120 40 41 YOAAAA ZGAAAA HHHHxx -3615 182 1 3 5 15 15 615 1615 3615 3615 30 31 BJAAAA AHAAAA OOOOxx -8399 183 1 3 9 19 99 399 399 3399 8399 198 199 BLAAAA BHAAAA VVVVxx -2155 184 1 3 5 15 55 155 155 2155 2155 110 111 XEAAAA CHAAAA AAAAxx -6690 185 0 2 0 10 90 690 690 1690 6690 180 181 IXAAAA DHAAAA HHHHxx -1683 186 1 3 3 3 83 683 1683 1683 1683 166 167 TMAAAA EHAAAA OOOOxx -6302 187 0 2 2 2 2 302 302 1302 6302 4 5 KIAAAA FHAAAA VVVVxx -516 188 0 0 6 16 16 516 516 516 516 32 33 WTAAAA GHAAAA AAAAxx -3901 189 1 1 1 1 1 901 1901 3901 3901 2 3 BUAAAA HHAAAA HHHHxx -6938 190 0 2 8 18 38 938 938 1938 6938 76 77 WGAAAA IHAAAA OOOOxx -7484 191 0 0 4 4 84 484 1484 2484 7484 168 169 WBAAAA JHAAAA VVVVxx -7424 192 0 0 4 4 24 424 1424 2424 7424 48 49 OZAAAA KHAAAA AAAAxx -9410 193 0 2 0 10 10 410 1410 4410 9410 20 21 YXAAAA LHAAAA HHHHxx -1714 194 0 2 4 14 14 714 1714 1714 1714 28 29 YNAAAA MHAAAA OOOOxx -8278 195 0 2 8 18 78 278 278 3278 8278 156 157 KGAAAA NHAAAA VVVVxx -3158 196 0 2 8 18 58 158 1158 3158 3158 116 117 MRAAAA OHAAAA AAAAxx -2511 197 1 3 1 11 11 511 511 2511 2511 22 23 PSAAAA PHAAAA HHHHxx -2912 198 0 0 2 12 12 912 912 2912 2912 24 25 AIAAAA QHAAAA OOOOxx -2648 199 0 0 8 8 48 648 648 2648 2648 96 97 WXAAAA RHAAAA VVVVxx -9385 200 1 1 5 5 85 385 1385 4385 9385 170 171 ZWAAAA SHAAAA AAAAxx -7545 201 1 1 5 5 45 545 1545 2545 7545 90 91 FEAAAA THAAAA HHHHxx -8407 202 1 3 7 7 7 407 407 3407 8407 14 15 JLAAAA UHAAAA OOOOxx -5893 203 1 1 3 13 93 893 1893 893 5893 186 187 RSAAAA VHAAAA VVVVxx -7049 204 1 1 9 9 49 49 1049 2049 7049 98 99 DLAAAA WHAAAA AAAAxx -6812 205 0 0 2 12 12 812 812 1812 6812 24 25 ACAAAA XHAAAA HHHHxx -3649 206 1 1 9 9 49 649 1649 3649 3649 98 99 JKAAAA YHAAAA OOOOxx -9275 207 1 3 5 15 75 275 1275 4275 9275 150 151 TSAAAA ZHAAAA VVVVxx -1179 208 1 3 9 19 79 179 1179 1179 1179 158 159 JTAAAA AIAAAA AAAAxx -969 209 1 1 9 9 69 969 969 969 969 138 139 HLAAAA BIAAAA HHHHxx -7920 210 0 0 0 0 20 920 1920 2920 7920 40 41 QSAAAA CIAAAA OOOOxx -998 211 0 2 8 18 98 998 998 998 998 196 197 KMAAAA DIAAAA VVVVxx -3958 212 0 2 8 18 58 958 1958 3958 3958 116 117 GWAAAA EIAAAA AAAAxx -6052 213 0 0 2 12 52 52 52 1052 6052 104 105 UYAAAA FIAAAA HHHHxx -8791 214 1 3 1 11 91 791 791 3791 8791 182 183 DAAAAA GIAAAA OOOOxx -5191 215 1 3 1 11 91 191 1191 191 5191 182 183 RRAAAA HIAAAA VVVVxx -4267 216 1 3 7 7 67 267 267 4267 4267 134 135 DIAAAA IIAAAA AAAAxx -2829 217 1 1 9 9 29 829 829 2829 2829 58 59 VEAAAA JIAAAA HHHHxx -6396 218 0 0 6 16 96 396 396 1396 6396 192 193 AMAAAA KIAAAA OOOOxx -9413 219 1 1 3 13 13 413 1413 4413 9413 26 27 BYAAAA LIAAAA VVVVxx -614 220 0 2 4 14 14 614 614 614 614 28 29 QXAAAA MIAAAA AAAAxx -4660 221 0 0 0 0 60 660 660 4660 4660 120 121 GXAAAA NIAAAA HHHHxx -8834 222 0 2 4 14 34 834 834 3834 8834 68 69 UBAAAA OIAAAA OOOOxx -2767 223 1 3 7 7 67 767 767 2767 2767 134 135 LCAAAA PIAAAA VVVVxx -2444 224 0 0 4 4 44 444 444 2444 2444 88 89 AQAAAA QIAAAA AAAAxx -4129 225 1 1 9 9 29 129 129 4129 4129 58 59 VCAAAA RIAAAA HHHHxx -3394 226 0 2 4 14 94 394 1394 3394 3394 188 189 OAAAAA SIAAAA OOOOxx -2705 227 1 1 5 5 5 705 705 2705 2705 10 11 BAAAAA TIAAAA VVVVxx -8499 228 1 3 9 19 99 499 499 3499 8499 198 199 XOAAAA UIAAAA AAAAxx -8852 229 0 0 2 12 52 852 852 3852 8852 104 105 MCAAAA VIAAAA HHHHxx -6174 230 0 2 4 14 74 174 174 1174 6174 148 149 MDAAAA WIAAAA OOOOxx -750 231 0 2 0 10 50 750 750 750 750 100 101 WCAAAA XIAAAA VVVVxx -8164 232 0 0 4 4 64 164 164 3164 8164 128 129 ACAAAA YIAAAA AAAAxx -4930 233 0 2 0 10 30 930 930 4930 4930 60 61 QHAAAA ZIAAAA HHHHxx -9904 234 0 0 4 4 4 904 1904 4904 9904 8 9 YQAAAA AJAAAA OOOOxx -7378 235 0 2 8 18 78 378 1378 2378 7378 156 157 UXAAAA BJAAAA VVVVxx -2927 236 1 3 7 7 27 927 927 2927 2927 54 55 PIAAAA CJAAAA AAAAxx -7155 237 1 3 5 15 55 155 1155 2155 7155 110 111 FPAAAA DJAAAA HHHHxx -1302 238 0 2 2 2 2 302 1302 1302 1302 4 5 CYAAAA EJAAAA OOOOxx -5904 239 0 0 4 4 4 904 1904 904 5904 8 9 CTAAAA FJAAAA VVVVxx -9687 240 1 3 7 7 87 687 1687 4687 9687 174 175 PIAAAA GJAAAA AAAAxx -3553 241 1 1 3 13 53 553 1553 3553 3553 106 107 RGAAAA HJAAAA HHHHxx -4447 242 1 3 7 7 47 447 447 4447 4447 94 95 BPAAAA IJAAAA OOOOxx -6878 243 0 2 8 18 78 878 878 1878 6878 156 157 OEAAAA JJAAAA VVVVxx -9470 244 0 2 0 10 70 470 1470 4470 9470 140 141 GAAAAA KJAAAA AAAAxx -9735 245 1 3 5 15 35 735 1735 4735 9735 70 71 LKAAAA LJAAAA HHHHxx -5967 246 1 3 7 7 67 967 1967 967 5967 134 135 NVAAAA MJAAAA OOOOxx -6601 247 1 1 1 1 1 601 601 1601 6601 2 3 XTAAAA NJAAAA VVVVxx -7631 248 1 3 1 11 31 631 1631 2631 7631 62 63 NHAAAA OJAAAA AAAAxx -3559 249 1 3 9 19 59 559 1559 3559 3559 118 119 XGAAAA PJAAAA HHHHxx -2247 250 1 3 7 7 47 247 247 2247 2247 94 95 LIAAAA QJAAAA OOOOxx -9649 251 1 1 9 9 49 649 1649 4649 9649 98 99 DHAAAA RJAAAA VVVVxx -808 252 0 0 8 8 8 808 808 808 808 16 17 CFAAAA SJAAAA AAAAxx -240 253 0 0 0 0 40 240 240 240 240 80 81 GJAAAA TJAAAA HHHHxx -5031 254 1 3 1 11 31 31 1031 31 5031 62 63 NLAAAA UJAAAA OOOOxx -9563 255 1 3 3 3 63 563 1563 4563 9563 126 127 VDAAAA VJAAAA VVVVxx -5656 256 0 0 6 16 56 656 1656 656 5656 112 113 OJAAAA WJAAAA AAAAxx -3886 257 0 2 6 6 86 886 1886 3886 3886 172 173 MTAAAA XJAAAA HHHHxx -2431 258 1 3 1 11 31 431 431 2431 2431 62 63 NPAAAA YJAAAA OOOOxx -5560 259 0 0 0 0 60 560 1560 560 5560 120 121 WFAAAA ZJAAAA VVVVxx -9065 260 1 1 5 5 65 65 1065 4065 9065 130 131 RKAAAA AKAAAA AAAAxx -8130 261 0 2 0 10 30 130 130 3130 8130 60 61 SAAAAA BKAAAA HHHHxx -4054 262 0 2 4 14 54 54 54 4054 4054 108 109 YZAAAA CKAAAA OOOOxx -873 263 1 1 3 13 73 873 873 873 873 146 147 PHAAAA DKAAAA VVVVxx -3092 264 0 0 2 12 92 92 1092 3092 3092 184 185 YOAAAA EKAAAA AAAAxx -6697 265 1 1 7 17 97 697 697 1697 6697 194 195 PXAAAA FKAAAA HHHHxx -2452 266 0 0 2 12 52 452 452 2452 2452 104 105 IQAAAA GKAAAA OOOOxx -7867 267 1 3 7 7 67 867 1867 2867 7867 134 135 PQAAAA HKAAAA VVVVxx -3753 268 1 1 3 13 53 753 1753 3753 3753 106 107 JOAAAA IKAAAA AAAAxx -7834 269 0 2 4 14 34 834 1834 2834 7834 68 69 IPAAAA JKAAAA HHHHxx -5846 270 0 2 6 6 46 846 1846 846 5846 92 93 WQAAAA KKAAAA OOOOxx -7604 271 0 0 4 4 4 604 1604 2604 7604 8 9 MGAAAA LKAAAA VVVVxx -3452 272 0 0 2 12 52 452 1452 3452 3452 104 105 UCAAAA MKAAAA AAAAxx -4788 273 0 0 8 8 88 788 788 4788 4788 176 177 ECAAAA NKAAAA HHHHxx -8600 274 0 0 0 0 0 600 600 3600 8600 0 1 USAAAA OKAAAA OOOOxx -8511 275 1 3 1 11 11 511 511 3511 8511 22 23 JPAAAA PKAAAA VVVVxx -4452 276 0 0 2 12 52 452 452 4452 4452 104 105 GPAAAA QKAAAA AAAAxx -1709 277 1 1 9 9 9 709 1709 1709 1709 18 19 TNAAAA RKAAAA HHHHxx -3440 278 0 0 0 0 40 440 1440 3440 3440 80 81 ICAAAA SKAAAA OOOOxx -9188 279 0 0 8 8 88 188 1188 4188 9188 176 177 KPAAAA TKAAAA VVVVxx -3058 280 0 2 8 18 58 58 1058 3058 3058 116 117 QNAAAA UKAAAA AAAAxx -5821 281 1 1 1 1 21 821 1821 821 5821 42 43 XPAAAA VKAAAA HHHHxx -3428 282 0 0 8 8 28 428 1428 3428 3428 56 57 WBAAAA WKAAAA OOOOxx -3581 283 1 1 1 1 81 581 1581 3581 3581 162 163 THAAAA XKAAAA VVVVxx -7523 284 1 3 3 3 23 523 1523 2523 7523 46 47 JDAAAA YKAAAA AAAAxx -3131 285 1 3 1 11 31 131 1131 3131 3131 62 63 LQAAAA ZKAAAA HHHHxx -2404 286 0 0 4 4 4 404 404 2404 2404 8 9 MOAAAA ALAAAA OOOOxx -5453 287 1 1 3 13 53 453 1453 453 5453 106 107 TBAAAA BLAAAA VVVVxx -1599 288 1 3 9 19 99 599 1599 1599 1599 198 199 NJAAAA CLAAAA AAAAxx -7081 289 1 1 1 1 81 81 1081 2081 7081 162 163 JMAAAA DLAAAA HHHHxx -1750 290 0 2 0 10 50 750 1750 1750 1750 100 101 IPAAAA ELAAAA OOOOxx -5085 291 1 1 5 5 85 85 1085 85 5085 170 171 PNAAAA FLAAAA VVVVxx -9777 292 1 1 7 17 77 777 1777 4777 9777 154 155 BMAAAA GLAAAA AAAAxx -574 293 0 2 4 14 74 574 574 574 574 148 149 CWAAAA HLAAAA HHHHxx -5984 294 0 0 4 4 84 984 1984 984 5984 168 169 EWAAAA ILAAAA OOOOxx -7039 295 1 3 9 19 39 39 1039 2039 7039 78 79 TKAAAA JLAAAA VVVVxx -7143 296 1 3 3 3 43 143 1143 2143 7143 86 87 TOAAAA KLAAAA AAAAxx -5702 297 0 2 2 2 2 702 1702 702 5702 4 5 ILAAAA LLAAAA HHHHxx -362 298 0 2 2 2 62 362 362 362 362 124 125 YNAAAA MLAAAA OOOOxx -6997 299 1 1 7 17 97 997 997 1997 6997 194 195 DJAAAA NLAAAA VVVVxx -2529 300 1 1 9 9 29 529 529 2529 2529 58 59 HTAAAA OLAAAA AAAAxx -6319 301 1 3 9 19 19 319 319 1319 6319 38 39 BJAAAA PLAAAA HHHHxx -954 302 0 2 4 14 54 954 954 954 954 108 109 SKAAAA QLAAAA OOOOxx -3413 303 1 1 3 13 13 413 1413 3413 3413 26 27 HBAAAA RLAAAA VVVVxx -9081 304 1 1 1 1 81 81 1081 4081 9081 162 163 HLAAAA SLAAAA AAAAxx -5599 305 1 3 9 19 99 599 1599 599 5599 198 199 JHAAAA TLAAAA HHHHxx -4772 306 0 0 2 12 72 772 772 4772 4772 144 145 OBAAAA ULAAAA OOOOxx -1124 307 0 0 4 4 24 124 1124 1124 1124 48 49 GRAAAA VLAAAA VVVVxx -7793 308 1 1 3 13 93 793 1793 2793 7793 186 187 TNAAAA WLAAAA AAAAxx -4201 309 1 1 1 1 1 201 201 4201 4201 2 3 PFAAAA XLAAAA HHHHxx -7015 310 1 3 5 15 15 15 1015 2015 7015 30 31 VJAAAA YLAAAA OOOOxx -5936 311 0 0 6 16 36 936 1936 936 5936 72 73 IUAAAA ZLAAAA VVVVxx -4625 312 1 1 5 5 25 625 625 4625 4625 50 51 XVAAAA AMAAAA AAAAxx -4989 313 1 1 9 9 89 989 989 4989 4989 178 179 XJAAAA BMAAAA HHHHxx -4949 314 1 1 9 9 49 949 949 4949 4949 98 99 JIAAAA CMAAAA OOOOxx -6273 315 1 1 3 13 73 273 273 1273 6273 146 147 HHAAAA DMAAAA VVVVxx -4478 316 0 2 8 18 78 478 478 4478 4478 156 157 GQAAAA EMAAAA AAAAxx -8854 317 0 2 4 14 54 854 854 3854 8854 108 109 OCAAAA FMAAAA HHHHxx -2105 318 1 1 5 5 5 105 105 2105 2105 10 11 ZCAAAA GMAAAA OOOOxx -8345 319 1 1 5 5 45 345 345 3345 8345 90 91 ZIAAAA HMAAAA VVVVxx -1941 320 1 1 1 1 41 941 1941 1941 1941 82 83 RWAAAA IMAAAA AAAAxx -1765 321 1 1 5 5 65 765 1765 1765 1765 130 131 XPAAAA JMAAAA HHHHxx -9592 322 0 0 2 12 92 592 1592 4592 9592 184 185 YEAAAA KMAAAA OOOOxx -1694 323 0 2 4 14 94 694 1694 1694 1694 188 189 ENAAAA LMAAAA VVVVxx -8940 324 0 0 0 0 40 940 940 3940 8940 80 81 WFAAAA MMAAAA AAAAxx -7264 325 0 0 4 4 64 264 1264 2264 7264 128 129 KTAAAA NMAAAA HHHHxx -4699 326 1 3 9 19 99 699 699 4699 4699 198 199 TYAAAA OMAAAA OOOOxx -4541 327 1 1 1 1 41 541 541 4541 4541 82 83 RSAAAA PMAAAA VVVVxx -5768 328 0 0 8 8 68 768 1768 768 5768 136 137 WNAAAA QMAAAA AAAAxx -6183 329 1 3 3 3 83 183 183 1183 6183 166 167 VDAAAA RMAAAA HHHHxx -7457 330 1 1 7 17 57 457 1457 2457 7457 114 115 VAAAAA SMAAAA OOOOxx -7317 331 1 1 7 17 17 317 1317 2317 7317 34 35 LVAAAA TMAAAA VVVVxx -1944 332 0 0 4 4 44 944 1944 1944 1944 88 89 UWAAAA UMAAAA AAAAxx -665 333 1 1 5 5 65 665 665 665 665 130 131 PZAAAA VMAAAA HHHHxx -5974 334 0 2 4 14 74 974 1974 974 5974 148 149 UVAAAA WMAAAA OOOOxx -7370 335 0 2 0 10 70 370 1370 2370 7370 140 141 MXAAAA XMAAAA VVVVxx -9196 336 0 0 6 16 96 196 1196 4196 9196 192 193 SPAAAA YMAAAA AAAAxx -6796 337 0 0 6 16 96 796 796 1796 6796 192 193 KBAAAA ZMAAAA HHHHxx -6180 338 0 0 0 0 80 180 180 1180 6180 160 161 SDAAAA ANAAAA OOOOxx -8557 339 1 1 7 17 57 557 557 3557 8557 114 115 DRAAAA BNAAAA VVVVxx -928 340 0 0 8 8 28 928 928 928 928 56 57 SJAAAA CNAAAA AAAAxx -6275 341 1 3 5 15 75 275 275 1275 6275 150 151 JHAAAA DNAAAA HHHHxx -409 342 1 1 9 9 9 409 409 409 409 18 19 TPAAAA ENAAAA OOOOxx -6442 343 0 2 2 2 42 442 442 1442 6442 84 85 UNAAAA FNAAAA VVVVxx -5889 344 1 1 9 9 89 889 1889 889 5889 178 179 NSAAAA GNAAAA AAAAxx -5180 345 0 0 0 0 80 180 1180 180 5180 160 161 GRAAAA HNAAAA HHHHxx -1629 346 1 1 9 9 29 629 1629 1629 1629 58 59 RKAAAA INAAAA OOOOxx -6088 347 0 0 8 8 88 88 88 1088 6088 176 177 EAAAAA JNAAAA VVVVxx -5598 348 0 2 8 18 98 598 1598 598 5598 196 197 IHAAAA KNAAAA AAAAxx -1803 349 1 3 3 3 3 803 1803 1803 1803 6 7 JRAAAA LNAAAA HHHHxx -2330 350 0 2 0 10 30 330 330 2330 2330 60 61 QLAAAA MNAAAA OOOOxx -5901 351 1 1 1 1 1 901 1901 901 5901 2 3 ZSAAAA NNAAAA VVVVxx -780 352 0 0 0 0 80 780 780 780 780 160 161 AEAAAA ONAAAA AAAAxx -7171 353 1 3 1 11 71 171 1171 2171 7171 142 143 VPAAAA PNAAAA HHHHxx -8778 354 0 2 8 18 78 778 778 3778 8778 156 157 QZAAAA QNAAAA OOOOxx -6622 355 0 2 2 2 22 622 622 1622 6622 44 45 SUAAAA RNAAAA VVVVxx -9938 356 0 2 8 18 38 938 1938 4938 9938 76 77 GSAAAA SNAAAA AAAAxx -8254 357 0 2 4 14 54 254 254 3254 8254 108 109 MFAAAA TNAAAA HHHHxx -1951 358 1 3 1 11 51 951 1951 1951 1951 102 103 BXAAAA UNAAAA OOOOxx -1434 359 0 2 4 14 34 434 1434 1434 1434 68 69 EDAAAA VNAAAA VVVVxx -7539 360 1 3 9 19 39 539 1539 2539 7539 78 79 ZDAAAA WNAAAA AAAAxx -600 361 0 0 0 0 0 600 600 600 600 0 1 CXAAAA XNAAAA HHHHxx -3122 362 0 2 2 2 22 122 1122 3122 3122 44 45 CQAAAA YNAAAA OOOOxx -5704 363 0 0 4 4 4 704 1704 704 5704 8 9 KLAAAA ZNAAAA VVVVxx -6300 364 0 0 0 0 0 300 300 1300 6300 0 1 IIAAAA AOAAAA AAAAxx -4585 365 1 1 5 5 85 585 585 4585 4585 170 171 JUAAAA BOAAAA HHHHxx -6313 366 1 1 3 13 13 313 313 1313 6313 26 27 VIAAAA COAAAA OOOOxx -3154 367 0 2 4 14 54 154 1154 3154 3154 108 109 IRAAAA DOAAAA VVVVxx -642 368 0 2 2 2 42 642 642 642 642 84 85 SYAAAA EOAAAA AAAAxx -7736 369 0 0 6 16 36 736 1736 2736 7736 72 73 OLAAAA FOAAAA HHHHxx -5087 370 1 3 7 7 87 87 1087 87 5087 174 175 RNAAAA GOAAAA OOOOxx -5708 371 0 0 8 8 8 708 1708 708 5708 16 17 OLAAAA HOAAAA VVVVxx -8169 372 1 1 9 9 69 169 169 3169 8169 138 139 FCAAAA IOAAAA AAAAxx -9768 373 0 0 8 8 68 768 1768 4768 9768 136 137 SLAAAA JOAAAA HHHHxx -3874 374 0 2 4 14 74 874 1874 3874 3874 148 149 ATAAAA KOAAAA OOOOxx -6831 375 1 3 1 11 31 831 831 1831 6831 62 63 TCAAAA LOAAAA VVVVxx -18 376 0 2 8 18 18 18 18 18 18 36 37 SAAAAA MOAAAA AAAAxx -6375 377 1 3 5 15 75 375 375 1375 6375 150 151 FLAAAA NOAAAA HHHHxx -7106 378 0 2 6 6 6 106 1106 2106 7106 12 13 INAAAA OOAAAA OOOOxx -5926 379 0 2 6 6 26 926 1926 926 5926 52 53 YTAAAA POAAAA VVVVxx -4956 380 0 0 6 16 56 956 956 4956 4956 112 113 QIAAAA QOAAAA AAAAxx -7042 381 0 2 2 2 42 42 1042 2042 7042 84 85 WKAAAA ROAAAA HHHHxx -6043 382 1 3 3 3 43 43 43 1043 6043 86 87 LYAAAA SOAAAA OOOOxx -2084 383 0 0 4 4 84 84 84 2084 2084 168 169 ECAAAA TOAAAA VVVVxx -6038 384 0 2 8 18 38 38 38 1038 6038 76 77 GYAAAA UOAAAA AAAAxx -7253 385 1 1 3 13 53 253 1253 2253 7253 106 107 ZSAAAA VOAAAA HHHHxx -2061 386 1 1 1 1 61 61 61 2061 2061 122 123 HBAAAA WOAAAA OOOOxx -7800 387 0 0 0 0 0 800 1800 2800 7800 0 1 AOAAAA XOAAAA VVVVxx -4970 388 0 2 0 10 70 970 970 4970 4970 140 141 EJAAAA YOAAAA AAAAxx -8580 389 0 0 0 0 80 580 580 3580 8580 160 161 ASAAAA ZOAAAA HHHHxx -9173 390 1 1 3 13 73 173 1173 4173 9173 146 147 VOAAAA APAAAA OOOOxx -8558 391 0 2 8 18 58 558 558 3558 8558 116 117 ERAAAA BPAAAA VVVVxx -3897 392 1 1 7 17 97 897 1897 3897 3897 194 195 XTAAAA CPAAAA AAAAxx -5069 393 1 1 9 9 69 69 1069 69 5069 138 139 ZMAAAA DPAAAA HHHHxx -2301 394 1 1 1 1 1 301 301 2301 2301 2 3 NKAAAA EPAAAA OOOOxx -9863 395 1 3 3 3 63 863 1863 4863 9863 126 127 JPAAAA FPAAAA VVVVxx -5733 396 1 1 3 13 33 733 1733 733 5733 66 67 NMAAAA GPAAAA AAAAxx -2338 397 0 2 8 18 38 338 338 2338 2338 76 77 YLAAAA HPAAAA HHHHxx -9639 398 1 3 9 19 39 639 1639 4639 9639 78 79 TGAAAA IPAAAA OOOOxx -1139 399 1 3 9 19 39 139 1139 1139 1139 78 79 VRAAAA JPAAAA VVVVxx -2293 400 1 1 3 13 93 293 293 2293 2293 186 187 FKAAAA KPAAAA AAAAxx -6125 401 1 1 5 5 25 125 125 1125 6125 50 51 PBAAAA LPAAAA HHHHxx -5374 402 0 2 4 14 74 374 1374 374 5374 148 149 SYAAAA MPAAAA OOOOxx -7216 403 0 0 6 16 16 216 1216 2216 7216 32 33 ORAAAA NPAAAA VVVVxx -2285 404 1 1 5 5 85 285 285 2285 2285 170 171 XJAAAA OPAAAA AAAAxx -2387 405 1 3 7 7 87 387 387 2387 2387 174 175 VNAAAA PPAAAA HHHHxx -5015 406 1 3 5 15 15 15 1015 15 5015 30 31 XKAAAA QPAAAA OOOOxx -2087 407 1 3 7 7 87 87 87 2087 2087 174 175 HCAAAA RPAAAA VVVVxx -4938 408 0 2 8 18 38 938 938 4938 4938 76 77 YHAAAA SPAAAA AAAAxx -3635 409 1 3 5 15 35 635 1635 3635 3635 70 71 VJAAAA TPAAAA HHHHxx -7737 410 1 1 7 17 37 737 1737 2737 7737 74 75 PLAAAA UPAAAA OOOOxx -8056 411 0 0 6 16 56 56 56 3056 8056 112 113 WXAAAA VPAAAA VVVVxx -4502 412 0 2 2 2 2 502 502 4502 4502 4 5 ERAAAA WPAAAA AAAAxx -54 413 0 2 4 14 54 54 54 54 54 108 109 CCAAAA XPAAAA HHHHxx -3182 414 0 2 2 2 82 182 1182 3182 3182 164 165 KSAAAA YPAAAA OOOOxx -3718 415 0 2 8 18 18 718 1718 3718 3718 36 37 ANAAAA ZPAAAA VVVVxx -3989 416 1 1 9 9 89 989 1989 3989 3989 178 179 LXAAAA AQAAAA AAAAxx -8028 417 0 0 8 8 28 28 28 3028 8028 56 57 UWAAAA BQAAAA HHHHxx -1426 418 0 2 6 6 26 426 1426 1426 1426 52 53 WCAAAA CQAAAA OOOOxx -3801 419 1 1 1 1 1 801 1801 3801 3801 2 3 FQAAAA DQAAAA VVVVxx -241 420 1 1 1 1 41 241 241 241 241 82 83 HJAAAA EQAAAA AAAAxx -8000 421 0 0 0 0 0 0 0 3000 8000 0 1 SVAAAA FQAAAA HHHHxx -8357 422 1 1 7 17 57 357 357 3357 8357 114 115 LJAAAA GQAAAA OOOOxx -7548 423 0 0 8 8 48 548 1548 2548 7548 96 97 IEAAAA HQAAAA VVVVxx -7307 424 1 3 7 7 7 307 1307 2307 7307 14 15 BVAAAA IQAAAA AAAAxx -2275 425 1 3 5 15 75 275 275 2275 2275 150 151 NJAAAA JQAAAA HHHHxx -2718 426 0 2 8 18 18 718 718 2718 2718 36 37 OAAAAA KQAAAA OOOOxx -7068 427 0 0 8 8 68 68 1068 2068 7068 136 137 WLAAAA LQAAAA VVVVxx -3181 428 1 1 1 1 81 181 1181 3181 3181 162 163 JSAAAA MQAAAA AAAAxx -749 429 1 1 9 9 49 749 749 749 749 98 99 VCAAAA NQAAAA HHHHxx -5195 430 1 3 5 15 95 195 1195 195 5195 190 191 VRAAAA OQAAAA OOOOxx -6136 431 0 0 6 16 36 136 136 1136 6136 72 73 ACAAAA PQAAAA VVVVxx -8012 432 0 0 2 12 12 12 12 3012 8012 24 25 EWAAAA QQAAAA AAAAxx -3957 433 1 1 7 17 57 957 1957 3957 3957 114 115 FWAAAA RQAAAA HHHHxx -3083 434 1 3 3 3 83 83 1083 3083 3083 166 167 POAAAA SQAAAA OOOOxx -9997 435 1 1 7 17 97 997 1997 4997 9997 194 195 NUAAAA TQAAAA VVVVxx -3299 436 1 3 9 19 99 299 1299 3299 3299 198 199 XWAAAA UQAAAA AAAAxx -846 437 0 2 6 6 46 846 846 846 846 92 93 OGAAAA VQAAAA HHHHxx -2985 438 1 1 5 5 85 985 985 2985 2985 170 171 VKAAAA WQAAAA OOOOxx -9238 439 0 2 8 18 38 238 1238 4238 9238 76 77 IRAAAA XQAAAA VVVVxx -1403 440 1 3 3 3 3 403 1403 1403 1403 6 7 ZBAAAA YQAAAA AAAAxx -5563 441 1 3 3 3 63 563 1563 563 5563 126 127 ZFAAAA ZQAAAA HHHHxx -7965 442 1 1 5 5 65 965 1965 2965 7965 130 131 JUAAAA ARAAAA OOOOxx -4512 443 0 0 2 12 12 512 512 4512 4512 24 25 ORAAAA BRAAAA VVVVxx -9730 444 0 2 0 10 30 730 1730 4730 9730 60 61 GKAAAA CRAAAA AAAAxx -1129 445 1 1 9 9 29 129 1129 1129 1129 58 59 LRAAAA DRAAAA HHHHxx -2624 446 0 0 4 4 24 624 624 2624 2624 48 49 YWAAAA ERAAAA OOOOxx -8178 447 0 2 8 18 78 178 178 3178 8178 156 157 OCAAAA FRAAAA VVVVxx -6468 448 0 0 8 8 68 468 468 1468 6468 136 137 UOAAAA GRAAAA AAAAxx -3027 449 1 3 7 7 27 27 1027 3027 3027 54 55 LMAAAA HRAAAA HHHHxx -3845 450 1 1 5 5 45 845 1845 3845 3845 90 91 XRAAAA IRAAAA OOOOxx -786 451 0 2 6 6 86 786 786 786 786 172 173 GEAAAA JRAAAA VVVVxx -4971 452 1 3 1 11 71 971 971 4971 4971 142 143 FJAAAA KRAAAA AAAAxx -1542 453 0 2 2 2 42 542 1542 1542 1542 84 85 IHAAAA LRAAAA HHHHxx -7967 454 1 3 7 7 67 967 1967 2967 7967 134 135 LUAAAA MRAAAA OOOOxx -443 455 1 3 3 3 43 443 443 443 443 86 87 BRAAAA NRAAAA VVVVxx -7318 456 0 2 8 18 18 318 1318 2318 7318 36 37 MVAAAA ORAAAA AAAAxx -4913 457 1 1 3 13 13 913 913 4913 4913 26 27 ZGAAAA PRAAAA HHHHxx -9466 458 0 2 6 6 66 466 1466 4466 9466 132 133 CAAAAA QRAAAA OOOOxx -7866 459 0 2 6 6 66 866 1866 2866 7866 132 133 OQAAAA RRAAAA VVVVxx -784 460 0 0 4 4 84 784 784 784 784 168 169 EEAAAA SRAAAA AAAAxx -9040 461 0 0 0 0 40 40 1040 4040 9040 80 81 SJAAAA TRAAAA HHHHxx -3954 462 0 2 4 14 54 954 1954 3954 3954 108 109 CWAAAA URAAAA OOOOxx -4183 463 1 3 3 3 83 183 183 4183 4183 166 167 XEAAAA VRAAAA VVVVxx -3608 464 0 0 8 8 8 608 1608 3608 3608 16 17 UIAAAA WRAAAA AAAAxx -7630 465 0 2 0 10 30 630 1630 2630 7630 60 61 MHAAAA XRAAAA HHHHxx -590 466 0 2 0 10 90 590 590 590 590 180 181 SWAAAA YRAAAA OOOOxx -3453 467 1 1 3 13 53 453 1453 3453 3453 106 107 VCAAAA ZRAAAA VVVVxx -7757 468 1 1 7 17 57 757 1757 2757 7757 114 115 JMAAAA ASAAAA AAAAxx -7394 469 0 2 4 14 94 394 1394 2394 7394 188 189 KYAAAA BSAAAA HHHHxx -396 470 0 0 6 16 96 396 396 396 396 192 193 GPAAAA CSAAAA OOOOxx -7873 471 1 1 3 13 73 873 1873 2873 7873 146 147 VQAAAA DSAAAA VVVVxx -1553 472 1 1 3 13 53 553 1553 1553 1553 106 107 THAAAA ESAAAA AAAAxx -598 473 0 2 8 18 98 598 598 598 598 196 197 AXAAAA FSAAAA HHHHxx -7191 474 1 3 1 11 91 191 1191 2191 7191 182 183 PQAAAA GSAAAA OOOOxx -8116 475 0 0 6 16 16 116 116 3116 8116 32 33 EAAAAA HSAAAA VVVVxx -2516 476 0 0 6 16 16 516 516 2516 2516 32 33 USAAAA ISAAAA AAAAxx -7750 477 0 2 0 10 50 750 1750 2750 7750 100 101 CMAAAA JSAAAA HHHHxx -6625 478 1 1 5 5 25 625 625 1625 6625 50 51 VUAAAA KSAAAA OOOOxx -8838 479 0 2 8 18 38 838 838 3838 8838 76 77 YBAAAA LSAAAA VVVVxx -4636 480 0 0 6 16 36 636 636 4636 4636 72 73 IWAAAA MSAAAA AAAAxx -7627 481 1 3 7 7 27 627 1627 2627 7627 54 55 JHAAAA NSAAAA HHHHxx -1690 482 0 2 0 10 90 690 1690 1690 1690 180 181 ANAAAA OSAAAA OOOOxx -7071 483 1 3 1 11 71 71 1071 2071 7071 142 143 ZLAAAA PSAAAA VVVVxx -2081 484 1 1 1 1 81 81 81 2081 2081 162 163 BCAAAA QSAAAA AAAAxx -7138 485 0 2 8 18 38 138 1138 2138 7138 76 77 OOAAAA RSAAAA HHHHxx -864 486 0 0 4 4 64 864 864 864 864 128 129 GHAAAA SSAAAA OOOOxx -6392 487 0 0 2 12 92 392 392 1392 6392 184 185 WLAAAA TSAAAA VVVVxx -7544 488 0 0 4 4 44 544 1544 2544 7544 88 89 EEAAAA USAAAA AAAAxx -5438 489 0 2 8 18 38 438 1438 438 5438 76 77 EBAAAA VSAAAA HHHHxx -7099 490 1 3 9 19 99 99 1099 2099 7099 198 199 BNAAAA WSAAAA OOOOxx -5157 491 1 1 7 17 57 157 1157 157 5157 114 115 JQAAAA XSAAAA VVVVxx -3391 492 1 3 1 11 91 391 1391 3391 3391 182 183 LAAAAA YSAAAA AAAAxx -3805 493 1 1 5 5 5 805 1805 3805 3805 10 11 JQAAAA ZSAAAA HHHHxx -2110 494 0 2 0 10 10 110 110 2110 2110 20 21 EDAAAA ATAAAA OOOOxx -3176 495 0 0 6 16 76 176 1176 3176 3176 152 153 ESAAAA BTAAAA VVVVxx -5918 496 0 2 8 18 18 918 1918 918 5918 36 37 QTAAAA CTAAAA AAAAxx -1218 497 0 2 8 18 18 218 1218 1218 1218 36 37 WUAAAA DTAAAA HHHHxx -6683 498 1 3 3 3 83 683 683 1683 6683 166 167 BXAAAA ETAAAA OOOOxx -914 499 0 2 4 14 14 914 914 914 914 28 29 EJAAAA FTAAAA VVVVxx -4737 500 1 1 7 17 37 737 737 4737 4737 74 75 FAAAAA GTAAAA AAAAxx -7286 501 0 2 6 6 86 286 1286 2286 7286 172 173 GUAAAA HTAAAA HHHHxx -9975 502 1 3 5 15 75 975 1975 4975 9975 150 151 RTAAAA ITAAAA OOOOxx -8030 503 0 2 0 10 30 30 30 3030 8030 60 61 WWAAAA JTAAAA VVVVxx -7364 504 0 0 4 4 64 364 1364 2364 7364 128 129 GXAAAA KTAAAA AAAAxx -1389 505 1 1 9 9 89 389 1389 1389 1389 178 179 LBAAAA LTAAAA HHHHxx -4025 506 1 1 5 5 25 25 25 4025 4025 50 51 VYAAAA MTAAAA OOOOxx -4835 507 1 3 5 15 35 835 835 4835 4835 70 71 ZDAAAA NTAAAA VVVVxx -8045 508 1 1 5 5 45 45 45 3045 8045 90 91 LXAAAA OTAAAA AAAAxx -1864 509 0 0 4 4 64 864 1864 1864 1864 128 129 STAAAA PTAAAA HHHHxx -3313 510 1 1 3 13 13 313 1313 3313 3313 26 27 LXAAAA QTAAAA OOOOxx -2384 511 0 0 4 4 84 384 384 2384 2384 168 169 SNAAAA RTAAAA VVVVxx -6115 512 1 3 5 15 15 115 115 1115 6115 30 31 FBAAAA STAAAA AAAAxx -5705 513 1 1 5 5 5 705 1705 705 5705 10 11 LLAAAA TTAAAA HHHHxx -9269 514 1 1 9 9 69 269 1269 4269 9269 138 139 NSAAAA UTAAAA OOOOxx -3379 515 1 3 9 19 79 379 1379 3379 3379 158 159 ZZAAAA VTAAAA VVVVxx -8205 516 1 1 5 5 5 205 205 3205 8205 10 11 PDAAAA WTAAAA AAAAxx -6575 517 1 3 5 15 75 575 575 1575 6575 150 151 XSAAAA XTAAAA HHHHxx -486 518 0 2 6 6 86 486 486 486 486 172 173 SSAAAA YTAAAA OOOOxx -4894 519 0 2 4 14 94 894 894 4894 4894 188 189 GGAAAA ZTAAAA VVVVxx -3090 520 0 2 0 10 90 90 1090 3090 3090 180 181 WOAAAA AUAAAA AAAAxx -759 521 1 3 9 19 59 759 759 759 759 118 119 FDAAAA BUAAAA HHHHxx -4864 522 0 0 4 4 64 864 864 4864 4864 128 129 CFAAAA CUAAAA OOOOxx -4083 523 1 3 3 3 83 83 83 4083 4083 166 167 BBAAAA DUAAAA VVVVxx -6918 524 0 2 8 18 18 918 918 1918 6918 36 37 CGAAAA EUAAAA AAAAxx -8146 525 0 2 6 6 46 146 146 3146 8146 92 93 IBAAAA FUAAAA HHHHxx -1523 526 1 3 3 3 23 523 1523 1523 1523 46 47 PGAAAA GUAAAA OOOOxx -1591 527 1 3 1 11 91 591 1591 1591 1591 182 183 FJAAAA HUAAAA VVVVxx -3343 528 1 3 3 3 43 343 1343 3343 3343 86 87 PYAAAA IUAAAA AAAAxx -1391 529 1 3 1 11 91 391 1391 1391 1391 182 183 NBAAAA JUAAAA HHHHxx -9963 530 1 3 3 3 63 963 1963 4963 9963 126 127 FTAAAA KUAAAA OOOOxx -2423 531 1 3 3 3 23 423 423 2423 2423 46 47 FPAAAA LUAAAA VVVVxx -1822 532 0 2 2 2 22 822 1822 1822 1822 44 45 CSAAAA MUAAAA AAAAxx -8706 533 0 2 6 6 6 706 706 3706 8706 12 13 WWAAAA NUAAAA HHHHxx -3001 534 1 1 1 1 1 1 1001 3001 3001 2 3 LLAAAA OUAAAA OOOOxx -6707 535 1 3 7 7 7 707 707 1707 6707 14 15 ZXAAAA PUAAAA VVVVxx -2121 536 1 1 1 1 21 121 121 2121 2121 42 43 PDAAAA QUAAAA AAAAxx -5814 537 0 2 4 14 14 814 1814 814 5814 28 29 QPAAAA RUAAAA HHHHxx -2659 538 1 3 9 19 59 659 659 2659 2659 118 119 HYAAAA SUAAAA OOOOxx -2016 539 0 0 6 16 16 16 16 2016 2016 32 33 OZAAAA TUAAAA VVVVxx -4286 540 0 2 6 6 86 286 286 4286 4286 172 173 WIAAAA UUAAAA AAAAxx -9205 541 1 1 5 5 5 205 1205 4205 9205 10 11 BQAAAA VUAAAA HHHHxx -3496 542 0 0 6 16 96 496 1496 3496 3496 192 193 MEAAAA WUAAAA OOOOxx -5333 543 1 1 3 13 33 333 1333 333 5333 66 67 DXAAAA XUAAAA VVVVxx -5571 544 1 3 1 11 71 571 1571 571 5571 142 143 HGAAAA YUAAAA AAAAxx -1696 545 0 0 6 16 96 696 1696 1696 1696 192 193 GNAAAA ZUAAAA HHHHxx -4871 546 1 3 1 11 71 871 871 4871 4871 142 143 JFAAAA AVAAAA OOOOxx -4852 547 0 0 2 12 52 852 852 4852 4852 104 105 QEAAAA BVAAAA VVVVxx -8483 548 1 3 3 3 83 483 483 3483 8483 166 167 HOAAAA CVAAAA AAAAxx -1376 549 0 0 6 16 76 376 1376 1376 1376 152 153 YAAAAA DVAAAA HHHHxx -5456 550 0 0 6 16 56 456 1456 456 5456 112 113 WBAAAA EVAAAA OOOOxx -499 551 1 3 9 19 99 499 499 499 499 198 199 FTAAAA FVAAAA VVVVxx -3463 552 1 3 3 3 63 463 1463 3463 3463 126 127 FDAAAA GVAAAA AAAAxx -7426 553 0 2 6 6 26 426 1426 2426 7426 52 53 QZAAAA HVAAAA HHHHxx -5341 554 1 1 1 1 41 341 1341 341 5341 82 83 LXAAAA IVAAAA OOOOxx -9309 555 1 1 9 9 9 309 1309 4309 9309 18 19 BUAAAA JVAAAA VVVVxx -2055 556 1 3 5 15 55 55 55 2055 2055 110 111 BBAAAA KVAAAA AAAAxx -2199 557 1 3 9 19 99 199 199 2199 2199 198 199 PGAAAA LVAAAA HHHHxx -7235 558 1 3 5 15 35 235 1235 2235 7235 70 71 HSAAAA MVAAAA OOOOxx -8661 559 1 1 1 1 61 661 661 3661 8661 122 123 DVAAAA NVAAAA VVVVxx -9494 560 0 2 4 14 94 494 1494 4494 9494 188 189 EBAAAA OVAAAA AAAAxx -935 561 1 3 5 15 35 935 935 935 935 70 71 ZJAAAA PVAAAA HHHHxx -7044 562 0 0 4 4 44 44 1044 2044 7044 88 89 YKAAAA QVAAAA OOOOxx -1974 563 0 2 4 14 74 974 1974 1974 1974 148 149 YXAAAA RVAAAA VVVVxx -9679 564 1 3 9 19 79 679 1679 4679 9679 158 159 HIAAAA SVAAAA AAAAxx -9822 565 0 2 2 2 22 822 1822 4822 9822 44 45 UNAAAA TVAAAA HHHHxx -4088 566 0 0 8 8 88 88 88 4088 4088 176 177 GBAAAA UVAAAA OOOOxx -1749 567 1 1 9 9 49 749 1749 1749 1749 98 99 HPAAAA VVAAAA VVVVxx -2116 568 0 0 6 16 16 116 116 2116 2116 32 33 KDAAAA WVAAAA AAAAxx -976 569 0 0 6 16 76 976 976 976 976 152 153 OLAAAA XVAAAA HHHHxx -8689 570 1 1 9 9 89 689 689 3689 8689 178 179 FWAAAA YVAAAA OOOOxx -2563 571 1 3 3 3 63 563 563 2563 2563 126 127 PUAAAA ZVAAAA VVVVxx -7195 572 1 3 5 15 95 195 1195 2195 7195 190 191 TQAAAA AWAAAA AAAAxx -9985 573 1 1 5 5 85 985 1985 4985 9985 170 171 BUAAAA BWAAAA HHHHxx -7699 574 1 3 9 19 99 699 1699 2699 7699 198 199 DKAAAA CWAAAA OOOOxx -5311 575 1 3 1 11 11 311 1311 311 5311 22 23 HWAAAA DWAAAA VVVVxx -295 576 1 3 5 15 95 295 295 295 295 190 191 JLAAAA EWAAAA AAAAxx -8214 577 0 2 4 14 14 214 214 3214 8214 28 29 YDAAAA FWAAAA HHHHxx -3275 578 1 3 5 15 75 275 1275 3275 3275 150 151 ZVAAAA GWAAAA OOOOxx -9646 579 0 2 6 6 46 646 1646 4646 9646 92 93 AHAAAA HWAAAA VVVVxx -1908 580 0 0 8 8 8 908 1908 1908 1908 16 17 KVAAAA IWAAAA AAAAxx -3858 581 0 2 8 18 58 858 1858 3858 3858 116 117 KSAAAA JWAAAA HHHHxx -9362 582 0 2 2 2 62 362 1362 4362 9362 124 125 CWAAAA KWAAAA OOOOxx -9307 583 1 3 7 7 7 307 1307 4307 9307 14 15 ZTAAAA LWAAAA VVVVxx -6124 584 0 0 4 4 24 124 124 1124 6124 48 49 OBAAAA MWAAAA AAAAxx -2405 585 1 1 5 5 5 405 405 2405 2405 10 11 NOAAAA NWAAAA HHHHxx -8422 586 0 2 2 2 22 422 422 3422 8422 44 45 YLAAAA OWAAAA OOOOxx -393 587 1 1 3 13 93 393 393 393 393 186 187 DPAAAA PWAAAA VVVVxx -8973 588 1 1 3 13 73 973 973 3973 8973 146 147 DHAAAA QWAAAA AAAAxx -5171 589 1 3 1 11 71 171 1171 171 5171 142 143 XQAAAA RWAAAA HHHHxx -4929 590 1 1 9 9 29 929 929 4929 4929 58 59 PHAAAA SWAAAA OOOOxx -6935 591 1 3 5 15 35 935 935 1935 6935 70 71 TGAAAA TWAAAA VVVVxx -8584 592 0 0 4 4 84 584 584 3584 8584 168 169 ESAAAA UWAAAA AAAAxx -1035 593 1 3 5 15 35 35 1035 1035 1035 70 71 VNAAAA VWAAAA HHHHxx -3734 594 0 2 4 14 34 734 1734 3734 3734 68 69 QNAAAA WWAAAA OOOOxx -1458 595 0 2 8 18 58 458 1458 1458 1458 116 117 CEAAAA XWAAAA VVVVxx -8746 596 0 2 6 6 46 746 746 3746 8746 92 93 KYAAAA YWAAAA AAAAxx -1677 597 1 1 7 17 77 677 1677 1677 1677 154 155 NMAAAA ZWAAAA HHHHxx -8502 598 0 2 2 2 2 502 502 3502 8502 4 5 APAAAA AXAAAA OOOOxx -7752 599 0 0 2 12 52 752 1752 2752 7752 104 105 EMAAAA BXAAAA VVVVxx -2556 600 0 0 6 16 56 556 556 2556 2556 112 113 IUAAAA CXAAAA AAAAxx -6426 601 0 2 6 6 26 426 426 1426 6426 52 53 ENAAAA DXAAAA HHHHxx -8420 602 0 0 0 0 20 420 420 3420 8420 40 41 WLAAAA EXAAAA OOOOxx -4462 603 0 2 2 2 62 462 462 4462 4462 124 125 QPAAAA FXAAAA VVVVxx -1378 604 0 2 8 18 78 378 1378 1378 1378 156 157 ABAAAA GXAAAA AAAAxx -1387 605 1 3 7 7 87 387 1387 1387 1387 174 175 JBAAAA HXAAAA HHHHxx -8094 606 0 2 4 14 94 94 94 3094 8094 188 189 IZAAAA IXAAAA OOOOxx -7247 607 1 3 7 7 47 247 1247 2247 7247 94 95 TSAAAA JXAAAA VVVVxx -4261 608 1 1 1 1 61 261 261 4261 4261 122 123 XHAAAA KXAAAA AAAAxx -5029 609 1 1 9 9 29 29 1029 29 5029 58 59 LLAAAA LXAAAA HHHHxx -3625 610 1 1 5 5 25 625 1625 3625 3625 50 51 LJAAAA MXAAAA OOOOxx -8068 611 0 0 8 8 68 68 68 3068 8068 136 137 IYAAAA NXAAAA VVVVxx -102 612 0 2 2 2 2 102 102 102 102 4 5 YDAAAA OXAAAA AAAAxx -5596 613 0 0 6 16 96 596 1596 596 5596 192 193 GHAAAA PXAAAA HHHHxx -5872 614 0 0 2 12 72 872 1872 872 5872 144 145 WRAAAA QXAAAA OOOOxx -4742 615 0 2 2 2 42 742 742 4742 4742 84 85 KAAAAA RXAAAA VVVVxx -2117 616 1 1 7 17 17 117 117 2117 2117 34 35 LDAAAA SXAAAA AAAAxx -3945 617 1 1 5 5 45 945 1945 3945 3945 90 91 TVAAAA TXAAAA HHHHxx -7483 618 1 3 3 3 83 483 1483 2483 7483 166 167 VBAAAA UXAAAA OOOOxx -4455 619 1 3 5 15 55 455 455 4455 4455 110 111 JPAAAA VXAAAA VVVVxx -609 620 1 1 9 9 9 609 609 609 609 18 19 LXAAAA WXAAAA AAAAxx -9829 621 1 1 9 9 29 829 1829 4829 9829 58 59 BOAAAA XXAAAA HHHHxx -4857 622 1 1 7 17 57 857 857 4857 4857 114 115 VEAAAA YXAAAA OOOOxx -3314 623 0 2 4 14 14 314 1314 3314 3314 28 29 MXAAAA ZXAAAA VVVVxx -5353 624 1 1 3 13 53 353 1353 353 5353 106 107 XXAAAA AYAAAA AAAAxx -4909 625 1 1 9 9 9 909 909 4909 4909 18 19 VGAAAA BYAAAA HHHHxx -7597 626 1 1 7 17 97 597 1597 2597 7597 194 195 FGAAAA CYAAAA OOOOxx -2683 627 1 3 3 3 83 683 683 2683 2683 166 167 FZAAAA DYAAAA VVVVxx -3223 628 1 3 3 3 23 223 1223 3223 3223 46 47 ZTAAAA EYAAAA AAAAxx -5363 629 1 3 3 3 63 363 1363 363 5363 126 127 HYAAAA FYAAAA HHHHxx -4578 630 0 2 8 18 78 578 578 4578 4578 156 157 CUAAAA GYAAAA OOOOxx -5544 631 0 0 4 4 44 544 1544 544 5544 88 89 GFAAAA HYAAAA VVVVxx -1589 632 1 1 9 9 89 589 1589 1589 1589 178 179 DJAAAA IYAAAA AAAAxx -7412 633 0 0 2 12 12 412 1412 2412 7412 24 25 CZAAAA JYAAAA HHHHxx -3803 634 1 3 3 3 3 803 1803 3803 3803 6 7 HQAAAA KYAAAA OOOOxx -6179 635 1 3 9 19 79 179 179 1179 6179 158 159 RDAAAA LYAAAA VVVVxx -5588 636 0 0 8 8 88 588 1588 588 5588 176 177 YGAAAA MYAAAA AAAAxx -2134 637 0 2 4 14 34 134 134 2134 2134 68 69 CEAAAA NYAAAA HHHHxx -4383 638 1 3 3 3 83 383 383 4383 4383 166 167 PMAAAA OYAAAA OOOOxx -6995 639 1 3 5 15 95 995 995 1995 6995 190 191 BJAAAA PYAAAA VVVVxx -6598 640 0 2 8 18 98 598 598 1598 6598 196 197 UTAAAA QYAAAA AAAAxx -8731 641 1 3 1 11 31 731 731 3731 8731 62 63 VXAAAA RYAAAA HHHHxx -7177 642 1 1 7 17 77 177 1177 2177 7177 154 155 BQAAAA SYAAAA OOOOxx -6578 643 0 2 8 18 78 578 578 1578 6578 156 157 ATAAAA TYAAAA VVVVxx -9393 644 1 1 3 13 93 393 1393 4393 9393 186 187 HXAAAA UYAAAA AAAAxx -1276 645 0 0 6 16 76 276 1276 1276 1276 152 153 CXAAAA VYAAAA HHHHxx -8766 646 0 2 6 6 66 766 766 3766 8766 132 133 EZAAAA WYAAAA OOOOxx -1015 647 1 3 5 15 15 15 1015 1015 1015 30 31 BNAAAA XYAAAA VVVVxx -4396 648 0 0 6 16 96 396 396 4396 4396 192 193 CNAAAA YYAAAA AAAAxx -5564 649 0 0 4 4 64 564 1564 564 5564 128 129 AGAAAA ZYAAAA HHHHxx -927 650 1 3 7 7 27 927 927 927 927 54 55 RJAAAA AZAAAA OOOOxx -3306 651 0 2 6 6 6 306 1306 3306 3306 12 13 EXAAAA BZAAAA VVVVxx -1615 652 1 3 5 15 15 615 1615 1615 1615 30 31 DKAAAA CZAAAA AAAAxx -4550 653 0 2 0 10 50 550 550 4550 4550 100 101 ATAAAA DZAAAA HHHHxx -2468 654 0 0 8 8 68 468 468 2468 2468 136 137 YQAAAA EZAAAA OOOOxx -5336 655 0 0 6 16 36 336 1336 336 5336 72 73 GXAAAA FZAAAA VVVVxx -4471 656 1 3 1 11 71 471 471 4471 4471 142 143 ZPAAAA GZAAAA AAAAxx -8085 657 1 1 5 5 85 85 85 3085 8085 170 171 ZYAAAA HZAAAA HHHHxx -540 658 0 0 0 0 40 540 540 540 540 80 81 UUAAAA IZAAAA OOOOxx -5108 659 0 0 8 8 8 108 1108 108 5108 16 17 MOAAAA JZAAAA VVVVxx -8015 660 1 3 5 15 15 15 15 3015 8015 30 31 HWAAAA KZAAAA AAAAxx -2857 661 1 1 7 17 57 857 857 2857 2857 114 115 XFAAAA LZAAAA HHHHxx -9472 662 0 0 2 12 72 472 1472 4472 9472 144 145 IAAAAA MZAAAA OOOOxx -5666 663 0 2 6 6 66 666 1666 666 5666 132 133 YJAAAA NZAAAA VVVVxx -3555 664 1 3 5 15 55 555 1555 3555 3555 110 111 TGAAAA OZAAAA AAAAxx -378 665 0 2 8 18 78 378 378 378 378 156 157 OOAAAA PZAAAA HHHHxx -4466 666 0 2 6 6 66 466 466 4466 4466 132 133 UPAAAA QZAAAA OOOOxx -3247 667 1 3 7 7 47 247 1247 3247 3247 94 95 XUAAAA RZAAAA VVVVxx -6570 668 0 2 0 10 70 570 570 1570 6570 140 141 SSAAAA SZAAAA AAAAxx -5655 669 1 3 5 15 55 655 1655 655 5655 110 111 NJAAAA TZAAAA HHHHxx -917 670 1 1 7 17 17 917 917 917 917 34 35 HJAAAA UZAAAA OOOOxx -3637 671 1 1 7 17 37 637 1637 3637 3637 74 75 XJAAAA VZAAAA VVVVxx -3668 672 0 0 8 8 68 668 1668 3668 3668 136 137 CLAAAA WZAAAA AAAAxx -5644 673 0 0 4 4 44 644 1644 644 5644 88 89 CJAAAA XZAAAA HHHHxx -8286 674 0 2 6 6 86 286 286 3286 8286 172 173 SGAAAA YZAAAA OOOOxx -6896 675 0 0 6 16 96 896 896 1896 6896 192 193 GFAAAA ZZAAAA VVVVxx -2870 676 0 2 0 10 70 870 870 2870 2870 140 141 KGAAAA AABAAA AAAAxx -8041 677 1 1 1 1 41 41 41 3041 8041 82 83 HXAAAA BABAAA HHHHxx -8137 678 1 1 7 17 37 137 137 3137 8137 74 75 ZAAAAA CABAAA OOOOxx -4823 679 1 3 3 3 23 823 823 4823 4823 46 47 NDAAAA DABAAA VVVVxx -2438 680 0 2 8 18 38 438 438 2438 2438 76 77 UPAAAA EABAAA AAAAxx -6329 681 1 1 9 9 29 329 329 1329 6329 58 59 LJAAAA FABAAA HHHHxx -623 682 1 3 3 3 23 623 623 623 623 46 47 ZXAAAA GABAAA OOOOxx -1360 683 0 0 0 0 60 360 1360 1360 1360 120 121 IAAAAA HABAAA VVVVxx -7987 684 1 3 7 7 87 987 1987 2987 7987 174 175 FVAAAA IABAAA AAAAxx -9788 685 0 0 8 8 88 788 1788 4788 9788 176 177 MMAAAA JABAAA HHHHxx -3212 686 0 0 2 12 12 212 1212 3212 3212 24 25 OTAAAA KABAAA OOOOxx -2725 687 1 1 5 5 25 725 725 2725 2725 50 51 VAAAAA LABAAA VVVVxx -7837 688 1 1 7 17 37 837 1837 2837 7837 74 75 LPAAAA MABAAA AAAAxx -4746 689 0 2 6 6 46 746 746 4746 4746 92 93 OAAAAA NABAAA HHHHxx -3986 690 0 2 6 6 86 986 1986 3986 3986 172 173 IXAAAA OABAAA OOOOxx -9128 691 0 0 8 8 28 128 1128 4128 9128 56 57 CNAAAA PABAAA VVVVxx -5044 692 0 0 4 4 44 44 1044 44 5044 88 89 AMAAAA QABAAA AAAAxx -8132 693 0 0 2 12 32 132 132 3132 8132 64 65 UAAAAA RABAAA HHHHxx -9992 694 0 0 2 12 92 992 1992 4992 9992 184 185 IUAAAA SABAAA OOOOxx -8468 695 0 0 8 8 68 468 468 3468 8468 136 137 SNAAAA TABAAA VVVVxx -6876 696 0 0 6 16 76 876 876 1876 6876 152 153 MEAAAA UABAAA AAAAxx -3532 697 0 0 2 12 32 532 1532 3532 3532 64 65 WFAAAA VABAAA HHHHxx -2140 698 0 0 0 0 40 140 140 2140 2140 80 81 IEAAAA WABAAA OOOOxx -2183 699 1 3 3 3 83 183 183 2183 2183 166 167 ZFAAAA XABAAA VVVVxx -9766 700 0 2 6 6 66 766 1766 4766 9766 132 133 QLAAAA YABAAA AAAAxx -7943 701 1 3 3 3 43 943 1943 2943 7943 86 87 NTAAAA ZABAAA HHHHxx -9243 702 1 3 3 3 43 243 1243 4243 9243 86 87 NRAAAA ABBAAA OOOOxx -6241 703 1 1 1 1 41 241 241 1241 6241 82 83 BGAAAA BBBAAA VVVVxx -9540 704 0 0 0 0 40 540 1540 4540 9540 80 81 YCAAAA CBBAAA AAAAxx -7418 705 0 2 8 18 18 418 1418 2418 7418 36 37 IZAAAA DBBAAA HHHHxx -1603 706 1 3 3 3 3 603 1603 1603 1603 6 7 RJAAAA EBBAAA OOOOxx -8950 707 0 2 0 10 50 950 950 3950 8950 100 101 GGAAAA FBBAAA VVVVxx -6933 708 1 1 3 13 33 933 933 1933 6933 66 67 RGAAAA GBBAAA AAAAxx -2646 709 0 2 6 6 46 646 646 2646 2646 92 93 UXAAAA HBBAAA HHHHxx -3447 710 1 3 7 7 47 447 1447 3447 3447 94 95 PCAAAA IBBAAA OOOOxx -9957 711 1 1 7 17 57 957 1957 4957 9957 114 115 ZSAAAA JBBAAA VVVVxx -4623 712 1 3 3 3 23 623 623 4623 4623 46 47 VVAAAA KBBAAA AAAAxx -9058 713 0 2 8 18 58 58 1058 4058 9058 116 117 KKAAAA LBBAAA HHHHxx -7361 714 1 1 1 1 61 361 1361 2361 7361 122 123 DXAAAA MBBAAA OOOOxx -2489 715 1 1 9 9 89 489 489 2489 2489 178 179 TRAAAA NBBAAA VVVVxx -7643 716 1 3 3 3 43 643 1643 2643 7643 86 87 ZHAAAA OBBAAA AAAAxx -9166 717 0 2 6 6 66 166 1166 4166 9166 132 133 OOAAAA PBBAAA HHHHxx -7789 718 1 1 9 9 89 789 1789 2789 7789 178 179 PNAAAA QBBAAA OOOOxx -2332 719 0 0 2 12 32 332 332 2332 2332 64 65 SLAAAA RBBAAA VVVVxx -1832 720 0 0 2 12 32 832 1832 1832 1832 64 65 MSAAAA SBBAAA AAAAxx -8375 721 1 3 5 15 75 375 375 3375 8375 150 151 DKAAAA TBBAAA HHHHxx -948 722 0 0 8 8 48 948 948 948 948 96 97 MKAAAA UBBAAA OOOOxx -5613 723 1 1 3 13 13 613 1613 613 5613 26 27 XHAAAA VBBAAA VVVVxx -6310 724 0 2 0 10 10 310 310 1310 6310 20 21 SIAAAA WBBAAA AAAAxx -4254 725 0 2 4 14 54 254 254 4254 4254 108 109 QHAAAA XBBAAA HHHHxx -4260 726 0 0 0 0 60 260 260 4260 4260 120 121 WHAAAA YBBAAA OOOOxx -2060 727 0 0 0 0 60 60 60 2060 2060 120 121 GBAAAA ZBBAAA VVVVxx -4831 728 1 3 1 11 31 831 831 4831 4831 62 63 VDAAAA ACBAAA AAAAxx -6176 729 0 0 6 16 76 176 176 1176 6176 152 153 ODAAAA BCBAAA HHHHxx -6688 730 0 0 8 8 88 688 688 1688 6688 176 177 GXAAAA CCBAAA OOOOxx -5752 731 0 0 2 12 52 752 1752 752 5752 104 105 GNAAAA DCBAAA VVVVxx -8714 732 0 2 4 14 14 714 714 3714 8714 28 29 EXAAAA ECBAAA AAAAxx -6739 733 1 3 9 19 39 739 739 1739 6739 78 79 FZAAAA FCBAAA HHHHxx -7066 734 0 2 6 6 66 66 1066 2066 7066 132 133 ULAAAA GCBAAA OOOOxx -7250 735 0 2 0 10 50 250 1250 2250 7250 100 101 WSAAAA HCBAAA VVVVxx -3161 736 1 1 1 1 61 161 1161 3161 3161 122 123 PRAAAA ICBAAA AAAAxx -1411 737 1 3 1 11 11 411 1411 1411 1411 22 23 HCAAAA JCBAAA HHHHxx -9301 738 1 1 1 1 1 301 1301 4301 9301 2 3 TTAAAA KCBAAA OOOOxx -8324 739 0 0 4 4 24 324 324 3324 8324 48 49 EIAAAA LCBAAA VVVVxx -9641 740 1 1 1 1 41 641 1641 4641 9641 82 83 VGAAAA MCBAAA AAAAxx -7077 741 1 1 7 17 77 77 1077 2077 7077 154 155 FMAAAA NCBAAA HHHHxx -9888 742 0 0 8 8 88 888 1888 4888 9888 176 177 IQAAAA OCBAAA OOOOxx -9909 743 1 1 9 9 9 909 1909 4909 9909 18 19 DRAAAA PCBAAA VVVVxx -2209 744 1 1 9 9 9 209 209 2209 2209 18 19 ZGAAAA QCBAAA AAAAxx -6904 745 0 0 4 4 4 904 904 1904 6904 8 9 OFAAAA RCBAAA HHHHxx -6608 746 0 0 8 8 8 608 608 1608 6608 16 17 EUAAAA SCBAAA OOOOxx -8400 747 0 0 0 0 0 400 400 3400 8400 0 1 CLAAAA TCBAAA VVVVxx -5124 748 0 0 4 4 24 124 1124 124 5124 48 49 CPAAAA UCBAAA AAAAxx -5484 749 0 0 4 4 84 484 1484 484 5484 168 169 YCAAAA VCBAAA HHHHxx -3575 750 1 3 5 15 75 575 1575 3575 3575 150 151 NHAAAA WCBAAA OOOOxx -9723 751 1 3 3 3 23 723 1723 4723 9723 46 47 ZJAAAA XCBAAA VVVVxx -360 752 0 0 0 0 60 360 360 360 360 120 121 WNAAAA YCBAAA AAAAxx -1059 753 1 3 9 19 59 59 1059 1059 1059 118 119 TOAAAA ZCBAAA HHHHxx -4941 754 1 1 1 1 41 941 941 4941 4941 82 83 BIAAAA ADBAAA OOOOxx -2535 755 1 3 5 15 35 535 535 2535 2535 70 71 NTAAAA BDBAAA VVVVxx -4119 756 1 3 9 19 19 119 119 4119 4119 38 39 LCAAAA CDBAAA AAAAxx -3725 757 1 1 5 5 25 725 1725 3725 3725 50 51 HNAAAA DDBAAA HHHHxx -4758 758 0 2 8 18 58 758 758 4758 4758 116 117 ABAAAA EDBAAA OOOOxx -9593 759 1 1 3 13 93 593 1593 4593 9593 186 187 ZEAAAA FDBAAA VVVVxx -4663 760 1 3 3 3 63 663 663 4663 4663 126 127 JXAAAA GDBAAA AAAAxx -7734 761 0 2 4 14 34 734 1734 2734 7734 68 69 MLAAAA HDBAAA HHHHxx -9156 762 0 0 6 16 56 156 1156 4156 9156 112 113 EOAAAA IDBAAA OOOOxx -8120 763 0 0 0 0 20 120 120 3120 8120 40 41 IAAAAA JDBAAA VVVVxx -4385 764 1 1 5 5 85 385 385 4385 4385 170 171 RMAAAA KDBAAA AAAAxx -2926 765 0 2 6 6 26 926 926 2926 2926 52 53 OIAAAA LDBAAA HHHHxx -4186 766 0 2 6 6 86 186 186 4186 4186 172 173 AFAAAA MDBAAA OOOOxx -2508 767 0 0 8 8 8 508 508 2508 2508 16 17 MSAAAA NDBAAA VVVVxx -4012 768 0 0 2 12 12 12 12 4012 4012 24 25 IYAAAA ODBAAA AAAAxx -6266 769 0 2 6 6 66 266 266 1266 6266 132 133 AHAAAA PDBAAA HHHHxx -3709 770 1 1 9 9 9 709 1709 3709 3709 18 19 RMAAAA QDBAAA OOOOxx -7289 771 1 1 9 9 89 289 1289 2289 7289 178 179 JUAAAA RDBAAA VVVVxx -8875 772 1 3 5 15 75 875 875 3875 8875 150 151 JDAAAA SDBAAA AAAAxx -4412 773 0 0 2 12 12 412 412 4412 4412 24 25 SNAAAA TDBAAA HHHHxx -3033 774 1 1 3 13 33 33 1033 3033 3033 66 67 RMAAAA UDBAAA OOOOxx -1645 775 1 1 5 5 45 645 1645 1645 1645 90 91 HLAAAA VDBAAA VVVVxx -3557 776 1 1 7 17 57 557 1557 3557 3557 114 115 VGAAAA WDBAAA AAAAxx -6316 777 0 0 6 16 16 316 316 1316 6316 32 33 YIAAAA XDBAAA HHHHxx -2054 778 0 2 4 14 54 54 54 2054 2054 108 109 ABAAAA YDBAAA OOOOxx -7031 779 1 3 1 11 31 31 1031 2031 7031 62 63 LKAAAA ZDBAAA VVVVxx -3405 780 1 1 5 5 5 405 1405 3405 3405 10 11 ZAAAAA AEBAAA AAAAxx -5343 781 1 3 3 3 43 343 1343 343 5343 86 87 NXAAAA BEBAAA HHHHxx -5240 782 0 0 0 0 40 240 1240 240 5240 80 81 OTAAAA CEBAAA OOOOxx -9650 783 0 2 0 10 50 650 1650 4650 9650 100 101 EHAAAA DEBAAA VVVVxx -3777 784 1 1 7 17 77 777 1777 3777 3777 154 155 HPAAAA EEBAAA AAAAxx -9041 785 1 1 1 1 41 41 1041 4041 9041 82 83 TJAAAA FEBAAA HHHHxx -6923 786 1 3 3 3 23 923 923 1923 6923 46 47 HGAAAA GEBAAA OOOOxx -2977 787 1 1 7 17 77 977 977 2977 2977 154 155 NKAAAA HEBAAA VVVVxx -5500 788 0 0 0 0 0 500 1500 500 5500 0 1 ODAAAA IEBAAA AAAAxx -1044 789 0 0 4 4 44 44 1044 1044 1044 88 89 EOAAAA JEBAAA HHHHxx -434 790 0 2 4 14 34 434 434 434 434 68 69 SQAAAA KEBAAA OOOOxx -611 791 1 3 1 11 11 611 611 611 611 22 23 NXAAAA LEBAAA VVVVxx -5760 792 0 0 0 0 60 760 1760 760 5760 120 121 ONAAAA MEBAAA AAAAxx -2445 793 1 1 5 5 45 445 445 2445 2445 90 91 BQAAAA NEBAAA HHHHxx -7098 794 0 2 8 18 98 98 1098 2098 7098 196 197 ANAAAA OEBAAA OOOOxx -2188 795 0 0 8 8 88 188 188 2188 2188 176 177 EGAAAA PEBAAA VVVVxx -4597 796 1 1 7 17 97 597 597 4597 4597 194 195 VUAAAA QEBAAA AAAAxx -1913 797 1 1 3 13 13 913 1913 1913 1913 26 27 PVAAAA REBAAA HHHHxx -8696 798 0 0 6 16 96 696 696 3696 8696 192 193 MWAAAA SEBAAA OOOOxx -3332 799 0 0 2 12 32 332 1332 3332 3332 64 65 EYAAAA TEBAAA VVVVxx -8760 800 0 0 0 0 60 760 760 3760 8760 120 121 YYAAAA UEBAAA AAAAxx -3215 801 1 3 5 15 15 215 1215 3215 3215 30 31 RTAAAA VEBAAA HHHHxx -1625 802 1 1 5 5 25 625 1625 1625 1625 50 51 NKAAAA WEBAAA OOOOxx -4219 803 1 3 9 19 19 219 219 4219 4219 38 39 HGAAAA XEBAAA VVVVxx -415 804 1 3 5 15 15 415 415 415 415 30 31 ZPAAAA YEBAAA AAAAxx -4242 805 0 2 2 2 42 242 242 4242 4242 84 85 EHAAAA ZEBAAA HHHHxx -8660 806 0 0 0 0 60 660 660 3660 8660 120 121 CVAAAA AFBAAA OOOOxx -6525 807 1 1 5 5 25 525 525 1525 6525 50 51 ZQAAAA BFBAAA VVVVxx -2141 808 1 1 1 1 41 141 141 2141 2141 82 83 JEAAAA CFBAAA AAAAxx -5152 809 0 0 2 12 52 152 1152 152 5152 104 105 EQAAAA DFBAAA HHHHxx -8560 810 0 0 0 0 60 560 560 3560 8560 120 121 GRAAAA EFBAAA OOOOxx -9835 811 1 3 5 15 35 835 1835 4835 9835 70 71 HOAAAA FFBAAA VVVVxx -2657 812 1 1 7 17 57 657 657 2657 2657 114 115 FYAAAA GFBAAA AAAAxx -6085 813 1 1 5 5 85 85 85 1085 6085 170 171 BAAAAA HFBAAA HHHHxx -6698 814 0 2 8 18 98 698 698 1698 6698 196 197 QXAAAA IFBAAA OOOOxx -5421 815 1 1 1 1 21 421 1421 421 5421 42 43 NAAAAA JFBAAA VVVVxx -6661 816 1 1 1 1 61 661 661 1661 6661 122 123 FWAAAA KFBAAA AAAAxx -5645 817 1 1 5 5 45 645 1645 645 5645 90 91 DJAAAA LFBAAA HHHHxx -1248 818 0 0 8 8 48 248 1248 1248 1248 96 97 AWAAAA MFBAAA OOOOxx -5690 819 0 2 0 10 90 690 1690 690 5690 180 181 WKAAAA NFBAAA VVVVxx -4762 820 0 2 2 2 62 762 762 4762 4762 124 125 EBAAAA OFBAAA AAAAxx -1455 821 1 3 5 15 55 455 1455 1455 1455 110 111 ZDAAAA PFBAAA HHHHxx -9846 822 0 2 6 6 46 846 1846 4846 9846 92 93 SOAAAA QFBAAA OOOOxx -5295 823 1 3 5 15 95 295 1295 295 5295 190 191 RVAAAA RFBAAA VVVVxx -2826 824 0 2 6 6 26 826 826 2826 2826 52 53 SEAAAA SFBAAA AAAAxx -7496 825 0 0 6 16 96 496 1496 2496 7496 192 193 ICAAAA TFBAAA HHHHxx -3024 826 0 0 4 4 24 24 1024 3024 3024 48 49 IMAAAA UFBAAA OOOOxx -4945 827 1 1 5 5 45 945 945 4945 4945 90 91 FIAAAA VFBAAA VVVVxx -4404 828 0 0 4 4 4 404 404 4404 4404 8 9 KNAAAA WFBAAA AAAAxx -9302 829 0 2 2 2 2 302 1302 4302 9302 4 5 UTAAAA XFBAAA HHHHxx -1286 830 0 2 6 6 86 286 1286 1286 1286 172 173 MXAAAA YFBAAA OOOOxx -8435 831 1 3 5 15 35 435 435 3435 8435 70 71 LMAAAA ZFBAAA VVVVxx -8969 832 1 1 9 9 69 969 969 3969 8969 138 139 ZGAAAA AGBAAA AAAAxx -3302 833 0 2 2 2 2 302 1302 3302 3302 4 5 AXAAAA BGBAAA HHHHxx -9753 834 1 1 3 13 53 753 1753 4753 9753 106 107 DLAAAA CGBAAA OOOOxx -9374 835 0 2 4 14 74 374 1374 4374 9374 148 149 OWAAAA DGBAAA VVVVxx -4907 836 1 3 7 7 7 907 907 4907 4907 14 15 TGAAAA EGBAAA AAAAxx -1659 837 1 3 9 19 59 659 1659 1659 1659 118 119 VLAAAA FGBAAA HHHHxx -5095 838 1 3 5 15 95 95 1095 95 5095 190 191 ZNAAAA GGBAAA OOOOxx -9446 839 0 2 6 6 46 446 1446 4446 9446 92 93 IZAAAA HGBAAA VVVVxx -8528 840 0 0 8 8 28 528 528 3528 8528 56 57 AQAAAA IGBAAA AAAAxx -4890 841 0 2 0 10 90 890 890 4890 4890 180 181 CGAAAA JGBAAA HHHHxx -1221 842 1 1 1 1 21 221 1221 1221 1221 42 43 ZUAAAA KGBAAA OOOOxx -5583 843 1 3 3 3 83 583 1583 583 5583 166 167 TGAAAA LGBAAA VVVVxx -7303 844 1 3 3 3 3 303 1303 2303 7303 6 7 XUAAAA MGBAAA AAAAxx -406 845 0 2 6 6 6 406 406 406 406 12 13 QPAAAA NGBAAA HHHHxx -7542 846 0 2 2 2 42 542 1542 2542 7542 84 85 CEAAAA OGBAAA OOOOxx -9507 847 1 3 7 7 7 507 1507 4507 9507 14 15 RBAAAA PGBAAA VVVVxx -9511 848 1 3 1 11 11 511 1511 4511 9511 22 23 VBAAAA QGBAAA AAAAxx -1373 849 1 1 3 13 73 373 1373 1373 1373 146 147 VAAAAA RGBAAA HHHHxx -6556 850 0 0 6 16 56 556 556 1556 6556 112 113 ESAAAA SGBAAA OOOOxx -4117 851 1 1 7 17 17 117 117 4117 4117 34 35 JCAAAA TGBAAA VVVVxx -7794 852 0 2 4 14 94 794 1794 2794 7794 188 189 UNAAAA UGBAAA AAAAxx -7170 853 0 2 0 10 70 170 1170 2170 7170 140 141 UPAAAA VGBAAA HHHHxx -5809 854 1 1 9 9 9 809 1809 809 5809 18 19 LPAAAA WGBAAA OOOOxx -7828 855 0 0 8 8 28 828 1828 2828 7828 56 57 CPAAAA XGBAAA VVVVxx -8046 856 0 2 6 6 46 46 46 3046 8046 92 93 MXAAAA YGBAAA AAAAxx -4833 857 1 1 3 13 33 833 833 4833 4833 66 67 XDAAAA ZGBAAA HHHHxx -2107 858 1 3 7 7 7 107 107 2107 2107 14 15 BDAAAA AHBAAA OOOOxx -4276 859 0 0 6 16 76 276 276 4276 4276 152 153 MIAAAA BHBAAA VVVVxx -9536 860 0 0 6 16 36 536 1536 4536 9536 72 73 UCAAAA CHBAAA AAAAxx -5549 861 1 1 9 9 49 549 1549 549 5549 98 99 LFAAAA DHBAAA HHHHxx -6427 862 1 3 7 7 27 427 427 1427 6427 54 55 FNAAAA EHBAAA OOOOxx -1382 863 0 2 2 2 82 382 1382 1382 1382 164 165 EBAAAA FHBAAA VVVVxx -3256 864 0 0 6 16 56 256 1256 3256 3256 112 113 GVAAAA GHBAAA AAAAxx -3270 865 0 2 0 10 70 270 1270 3270 3270 140 141 UVAAAA HHBAAA HHHHxx -4808 866 0 0 8 8 8 808 808 4808 4808 16 17 YCAAAA IHBAAA OOOOxx -7938 867 0 2 8 18 38 938 1938 2938 7938 76 77 ITAAAA JHBAAA VVVVxx -4405 868 1 1 5 5 5 405 405 4405 4405 10 11 LNAAAA KHBAAA AAAAxx -2264 869 0 0 4 4 64 264 264 2264 2264 128 129 CJAAAA LHBAAA HHHHxx -80 870 0 0 0 0 80 80 80 80 80 160 161 CDAAAA MHBAAA OOOOxx -320 871 0 0 0 0 20 320 320 320 320 40 41 IMAAAA NHBAAA VVVVxx -2383 872 1 3 3 3 83 383 383 2383 2383 166 167 RNAAAA OHBAAA AAAAxx -3146 873 0 2 6 6 46 146 1146 3146 3146 92 93 ARAAAA PHBAAA HHHHxx -6911 874 1 3 1 11 11 911 911 1911 6911 22 23 VFAAAA QHBAAA OOOOxx -7377 875 1 1 7 17 77 377 1377 2377 7377 154 155 TXAAAA RHBAAA VVVVxx -9965 876 1 1 5 5 65 965 1965 4965 9965 130 131 HTAAAA SHBAAA AAAAxx -8361 877 1 1 1 1 61 361 361 3361 8361 122 123 PJAAAA THBAAA HHHHxx -9417 878 1 1 7 17 17 417 1417 4417 9417 34 35 FYAAAA UHBAAA OOOOxx -2483 879 1 3 3 3 83 483 483 2483 2483 166 167 NRAAAA VHBAAA VVVVxx -9843 880 1 3 3 3 43 843 1843 4843 9843 86 87 POAAAA WHBAAA AAAAxx -6395 881 1 3 5 15 95 395 395 1395 6395 190 191 ZLAAAA XHBAAA HHHHxx -6444 882 0 0 4 4 44 444 444 1444 6444 88 89 WNAAAA YHBAAA OOOOxx -1820 883 0 0 0 0 20 820 1820 1820 1820 40 41 ASAAAA ZHBAAA VVVVxx -2768 884 0 0 8 8 68 768 768 2768 2768 136 137 MCAAAA AIBAAA AAAAxx -5413 885 1 1 3 13 13 413 1413 413 5413 26 27 FAAAAA BIBAAA HHHHxx -2923 886 1 3 3 3 23 923 923 2923 2923 46 47 LIAAAA CIBAAA OOOOxx -5286 887 0 2 6 6 86 286 1286 286 5286 172 173 IVAAAA DIBAAA VVVVxx -6126 888 0 2 6 6 26 126 126 1126 6126 52 53 QBAAAA EIBAAA AAAAxx -8343 889 1 3 3 3 43 343 343 3343 8343 86 87 XIAAAA FIBAAA HHHHxx -6010 890 0 2 0 10 10 10 10 1010 6010 20 21 EXAAAA GIBAAA OOOOxx -4177 891 1 1 7 17 77 177 177 4177 4177 154 155 REAAAA HIBAAA VVVVxx -5808 892 0 0 8 8 8 808 1808 808 5808 16 17 KPAAAA IIBAAA AAAAxx -4859 893 1 3 9 19 59 859 859 4859 4859 118 119 XEAAAA JIBAAA HHHHxx -9252 894 0 0 2 12 52 252 1252 4252 9252 104 105 WRAAAA KIBAAA OOOOxx -2941 895 1 1 1 1 41 941 941 2941 2941 82 83 DJAAAA LIBAAA VVVVxx -8693 896 1 1 3 13 93 693 693 3693 8693 186 187 JWAAAA MIBAAA AAAAxx -4432 897 0 0 2 12 32 432 432 4432 4432 64 65 MOAAAA NIBAAA HHHHxx -2371 898 1 3 1 11 71 371 371 2371 2371 142 143 FNAAAA OIBAAA OOOOxx -7546 899 0 2 6 6 46 546 1546 2546 7546 92 93 GEAAAA PIBAAA VVVVxx -1369 900 1 1 9 9 69 369 1369 1369 1369 138 139 RAAAAA QIBAAA AAAAxx -4687 901 1 3 7 7 87 687 687 4687 4687 174 175 HYAAAA RIBAAA HHHHxx -8941 902 1 1 1 1 41 941 941 3941 8941 82 83 XFAAAA SIBAAA OOOOxx -226 903 0 2 6 6 26 226 226 226 226 52 53 SIAAAA TIBAAA VVVVxx -3493 904 1 1 3 13 93 493 1493 3493 3493 186 187 JEAAAA UIBAAA AAAAxx -6433 905 1 1 3 13 33 433 433 1433 6433 66 67 LNAAAA VIBAAA HHHHxx -9189 906 1 1 9 9 89 189 1189 4189 9189 178 179 LPAAAA WIBAAA OOOOxx -6027 907 1 3 7 7 27 27 27 1027 6027 54 55 VXAAAA XIBAAA VVVVxx -4615 908 1 3 5 15 15 615 615 4615 4615 30 31 NVAAAA YIBAAA AAAAxx -5320 909 0 0 0 0 20 320 1320 320 5320 40 41 QWAAAA ZIBAAA HHHHxx -7002 910 0 2 2 2 2 2 1002 2002 7002 4 5 IJAAAA AJBAAA OOOOxx -7367 911 1 3 7 7 67 367 1367 2367 7367 134 135 JXAAAA BJBAAA VVVVxx -289 912 1 1 9 9 89 289 289 289 289 178 179 DLAAAA CJBAAA AAAAxx -407 913 1 3 7 7 7 407 407 407 407 14 15 RPAAAA DJBAAA HHHHxx -504 914 0 0 4 4 4 504 504 504 504 8 9 KTAAAA EJBAAA OOOOxx -8301 915 1 1 1 1 1 301 301 3301 8301 2 3 HHAAAA FJBAAA VVVVxx -1396 916 0 0 6 16 96 396 1396 1396 1396 192 193 SBAAAA GJBAAA AAAAxx -4794 917 0 2 4 14 94 794 794 4794 4794 188 189 KCAAAA HJBAAA HHHHxx -6400 918 0 0 0 0 0 400 400 1400 6400 0 1 EMAAAA IJBAAA OOOOxx -1275 919 1 3 5 15 75 275 1275 1275 1275 150 151 BXAAAA JJBAAA VVVVxx -5797 920 1 1 7 17 97 797 1797 797 5797 194 195 ZOAAAA KJBAAA AAAAxx -2221 921 1 1 1 1 21 221 221 2221 2221 42 43 LHAAAA LJBAAA HHHHxx -2504 922 0 0 4 4 4 504 504 2504 2504 8 9 ISAAAA MJBAAA OOOOxx -2143 923 1 3 3 3 43 143 143 2143 2143 86 87 LEAAAA NJBAAA VVVVxx -1083 924 1 3 3 3 83 83 1083 1083 1083 166 167 RPAAAA OJBAAA AAAAxx -6148 925 0 0 8 8 48 148 148 1148 6148 96 97 MCAAAA PJBAAA HHHHxx -3612 926 0 0 2 12 12 612 1612 3612 3612 24 25 YIAAAA QJBAAA OOOOxx -9499 927 1 3 9 19 99 499 1499 4499 9499 198 199 JBAAAA RJBAAA VVVVxx -5773 928 1 1 3 13 73 773 1773 773 5773 146 147 BOAAAA SJBAAA AAAAxx -1014 929 0 2 4 14 14 14 1014 1014 1014 28 29 ANAAAA TJBAAA HHHHxx -1427 930 1 3 7 7 27 427 1427 1427 1427 54 55 XCAAAA UJBAAA OOOOxx -6770 931 0 2 0 10 70 770 770 1770 6770 140 141 KAAAAA VJBAAA VVVVxx -9042 932 0 2 2 2 42 42 1042 4042 9042 84 85 UJAAAA WJBAAA AAAAxx -9892 933 0 0 2 12 92 892 1892 4892 9892 184 185 MQAAAA XJBAAA HHHHxx -1771 934 1 3 1 11 71 771 1771 1771 1771 142 143 DQAAAA YJBAAA OOOOxx -7392 935 0 0 2 12 92 392 1392 2392 7392 184 185 IYAAAA ZJBAAA VVVVxx -4465 936 1 1 5 5 65 465 465 4465 4465 130 131 TPAAAA AKBAAA AAAAxx -278 937 0 2 8 18 78 278 278 278 278 156 157 SKAAAA BKBAAA HHHHxx -7776 938 0 0 6 16 76 776 1776 2776 7776 152 153 CNAAAA CKBAAA OOOOxx -3763 939 1 3 3 3 63 763 1763 3763 3763 126 127 TOAAAA DKBAAA VVVVxx -7503 940 1 3 3 3 3 503 1503 2503 7503 6 7 PCAAAA EKBAAA AAAAxx -3793 941 1 1 3 13 93 793 1793 3793 3793 186 187 XPAAAA FKBAAA HHHHxx -6510 942 0 2 0 10 10 510 510 1510 6510 20 21 KQAAAA GKBAAA OOOOxx -7641 943 1 1 1 1 41 641 1641 2641 7641 82 83 XHAAAA HKBAAA VVVVxx -3228 944 0 0 8 8 28 228 1228 3228 3228 56 57 EUAAAA IKBAAA AAAAxx -194 945 0 2 4 14 94 194 194 194 194 188 189 MHAAAA JKBAAA HHHHxx -8555 946 1 3 5 15 55 555 555 3555 8555 110 111 BRAAAA KKBAAA OOOOxx -4997 947 1 1 7 17 97 997 997 4997 4997 194 195 FKAAAA LKBAAA VVVVxx -8687 948 1 3 7 7 87 687 687 3687 8687 174 175 DWAAAA MKBAAA AAAAxx -6632 949 0 0 2 12 32 632 632 1632 6632 64 65 CVAAAA NKBAAA HHHHxx -9607 950 1 3 7 7 7 607 1607 4607 9607 14 15 NFAAAA OKBAAA OOOOxx -6201 951 1 1 1 1 1 201 201 1201 6201 2 3 NEAAAA PKBAAA VVVVxx -857 952 1 1 7 17 57 857 857 857 857 114 115 ZGAAAA QKBAAA AAAAxx -5623 953 1 3 3 3 23 623 1623 623 5623 46 47 HIAAAA RKBAAA HHHHxx -5979 954 1 3 9 19 79 979 1979 979 5979 158 159 ZVAAAA SKBAAA OOOOxx -2201 955 1 1 1 1 1 201 201 2201 2201 2 3 RGAAAA TKBAAA VVVVxx -3166 956 0 2 6 6 66 166 1166 3166 3166 132 133 URAAAA UKBAAA AAAAxx -6249 957 1 1 9 9 49 249 249 1249 6249 98 99 JGAAAA VKBAAA HHHHxx -3271 958 1 3 1 11 71 271 1271 3271 3271 142 143 VVAAAA WKBAAA OOOOxx -7777 959 1 1 7 17 77 777 1777 2777 7777 154 155 DNAAAA XKBAAA VVVVxx -6732 960 0 0 2 12 32 732 732 1732 6732 64 65 YYAAAA YKBAAA AAAAxx -6297 961 1 1 7 17 97 297 297 1297 6297 194 195 FIAAAA ZKBAAA HHHHxx -5685 962 1 1 5 5 85 685 1685 685 5685 170 171 RKAAAA ALBAAA OOOOxx -9931 963 1 3 1 11 31 931 1931 4931 9931 62 63 ZRAAAA BLBAAA VVVVxx -7485 964 1 1 5 5 85 485 1485 2485 7485 170 171 XBAAAA CLBAAA AAAAxx -386 965 0 2 6 6 86 386 386 386 386 172 173 WOAAAA DLBAAA HHHHxx -8204 966 0 0 4 4 4 204 204 3204 8204 8 9 ODAAAA ELBAAA OOOOxx -3606 967 0 2 6 6 6 606 1606 3606 3606 12 13 SIAAAA FLBAAA VVVVxx -1692 968 0 0 2 12 92 692 1692 1692 1692 184 185 CNAAAA GLBAAA AAAAxx -3002 969 0 2 2 2 2 2 1002 3002 3002 4 5 MLAAAA HLBAAA HHHHxx -9676 970 0 0 6 16 76 676 1676 4676 9676 152 153 EIAAAA ILBAAA OOOOxx -915 971 1 3 5 15 15 915 915 915 915 30 31 FJAAAA JLBAAA VVVVxx -7706 972 0 2 6 6 6 706 1706 2706 7706 12 13 KKAAAA KLBAAA AAAAxx -6080 973 0 0 0 0 80 80 80 1080 6080 160 161 WZAAAA LLBAAA HHHHxx -1860 974 0 0 0 0 60 860 1860 1860 1860 120 121 OTAAAA MLBAAA OOOOxx -1444 975 0 0 4 4 44 444 1444 1444 1444 88 89 ODAAAA NLBAAA VVVVxx -7208 976 0 0 8 8 8 208 1208 2208 7208 16 17 GRAAAA OLBAAA AAAAxx -8554 977 0 2 4 14 54 554 554 3554 8554 108 109 ARAAAA PLBAAA HHHHxx -2028 978 0 0 8 8 28 28 28 2028 2028 56 57 AAAAAA QLBAAA OOOOxx -9893 979 1 1 3 13 93 893 1893 4893 9893 186 187 NQAAAA RLBAAA VVVVxx -4740 980 0 0 0 0 40 740 740 4740 4740 80 81 IAAAAA SLBAAA AAAAxx -6186 981 0 2 6 6 86 186 186 1186 6186 172 173 YDAAAA TLBAAA HHHHxx -6357 982 1 1 7 17 57 357 357 1357 6357 114 115 NKAAAA ULBAAA OOOOxx -3699 983 1 3 9 19 99 699 1699 3699 3699 198 199 HMAAAA VLBAAA VVVVxx -7620 984 0 0 0 0 20 620 1620 2620 7620 40 41 CHAAAA WLBAAA AAAAxx -921 985 1 1 1 1 21 921 921 921 921 42 43 LJAAAA XLBAAA HHHHxx -5506 986 0 2 6 6 6 506 1506 506 5506 12 13 UDAAAA YLBAAA OOOOxx -8851 987 1 3 1 11 51 851 851 3851 8851 102 103 LCAAAA ZLBAAA VVVVxx -3205 988 1 1 5 5 5 205 1205 3205 3205 10 11 HTAAAA AMBAAA AAAAxx -1956 989 0 0 6 16 56 956 1956 1956 1956 112 113 GXAAAA BMBAAA HHHHxx -6272 990 0 0 2 12 72 272 272 1272 6272 144 145 GHAAAA CMBAAA OOOOxx -1509 991 1 1 9 9 9 509 1509 1509 1509 18 19 BGAAAA DMBAAA VVVVxx -53 992 1 1 3 13 53 53 53 53 53 106 107 BCAAAA EMBAAA AAAAxx -213 993 1 1 3 13 13 213 213 213 213 26 27 FIAAAA FMBAAA HHHHxx -4924 994 0 0 4 4 24 924 924 4924 4924 48 49 KHAAAA GMBAAA OOOOxx -2097 995 1 1 7 17 97 97 97 2097 2097 194 195 RCAAAA HMBAAA VVVVxx -4607 996 1 3 7 7 7 607 607 4607 4607 14 15 FVAAAA IMBAAA AAAAxx -1582 997 0 2 2 2 82 582 1582 1582 1582 164 165 WIAAAA JMBAAA HHHHxx -6643 998 1 3 3 3 43 643 643 1643 6643 86 87 NVAAAA KMBAAA OOOOxx -2238 999 0 2 8 18 38 238 238 2238 2238 76 77 CIAAAA LMBAAA VVVVxx -2942 1000 0 2 2 2 42 942 942 2942 2942 84 85 EJAAAA MMBAAA AAAAxx -1655 1001 1 3 5 15 55 655 1655 1655 1655 110 111 RLAAAA NMBAAA HHHHxx -3226 1002 0 2 6 6 26 226 1226 3226 3226 52 53 CUAAAA OMBAAA OOOOxx -4263 1003 1 3 3 3 63 263 263 4263 4263 126 127 ZHAAAA PMBAAA VVVVxx -960 1004 0 0 0 0 60 960 960 960 960 120 121 YKAAAA QMBAAA AAAAxx -1213 1005 1 1 3 13 13 213 1213 1213 1213 26 27 RUAAAA RMBAAA HHHHxx -1845 1006 1 1 5 5 45 845 1845 1845 1845 90 91 ZSAAAA SMBAAA OOOOxx -6944 1007 0 0 4 4 44 944 944 1944 6944 88 89 CHAAAA TMBAAA VVVVxx -5284 1008 0 0 4 4 84 284 1284 284 5284 168 169 GVAAAA UMBAAA AAAAxx -188 1009 0 0 8 8 88 188 188 188 188 176 177 GHAAAA VMBAAA HHHHxx -748 1010 0 0 8 8 48 748 748 748 748 96 97 UCAAAA WMBAAA OOOOxx -2226 1011 0 2 6 6 26 226 226 2226 2226 52 53 QHAAAA XMBAAA VVVVxx -7342 1012 0 2 2 2 42 342 1342 2342 7342 84 85 KWAAAA YMBAAA AAAAxx -6120 1013 0 0 0 0 20 120 120 1120 6120 40 41 KBAAAA ZMBAAA HHHHxx -536 1014 0 0 6 16 36 536 536 536 536 72 73 QUAAAA ANBAAA OOOOxx -3239 1015 1 3 9 19 39 239 1239 3239 3239 78 79 PUAAAA BNBAAA VVVVxx -2832 1016 0 0 2 12 32 832 832 2832 2832 64 65 YEAAAA CNBAAA AAAAxx -5296 1017 0 0 6 16 96 296 1296 296 5296 192 193 SVAAAA DNBAAA HHHHxx -5795 1018 1 3 5 15 95 795 1795 795 5795 190 191 XOAAAA ENBAAA OOOOxx -6290 1019 0 2 0 10 90 290 290 1290 6290 180 181 YHAAAA FNBAAA VVVVxx -4916 1020 0 0 6 16 16 916 916 4916 4916 32 33 CHAAAA GNBAAA AAAAxx -8366 1021 0 2 6 6 66 366 366 3366 8366 132 133 UJAAAA HNBAAA HHHHxx -4248 1022 0 0 8 8 48 248 248 4248 4248 96 97 KHAAAA INBAAA OOOOxx -6460 1023 0 0 0 0 60 460 460 1460 6460 120 121 MOAAAA JNBAAA VVVVxx -9296 1024 0 0 6 16 96 296 1296 4296 9296 192 193 OTAAAA KNBAAA AAAAxx -3486 1025 0 2 6 6 86 486 1486 3486 3486 172 173 CEAAAA LNBAAA HHHHxx -5664 1026 0 0 4 4 64 664 1664 664 5664 128 129 WJAAAA MNBAAA OOOOxx -7624 1027 0 0 4 4 24 624 1624 2624 7624 48 49 GHAAAA NNBAAA VVVVxx -2790 1028 0 2 0 10 90 790 790 2790 2790 180 181 IDAAAA ONBAAA AAAAxx -682 1029 0 2 2 2 82 682 682 682 682 164 165 GAAAAA PNBAAA HHHHxx -6412 1030 0 0 2 12 12 412 412 1412 6412 24 25 QMAAAA QNBAAA OOOOxx -6882 1031 0 2 2 2 82 882 882 1882 6882 164 165 SEAAAA RNBAAA VVVVxx -1332 1032 0 0 2 12 32 332 1332 1332 1332 64 65 GZAAAA SNBAAA AAAAxx -4911 1033 1 3 1 11 11 911 911 4911 4911 22 23 XGAAAA TNBAAA HHHHxx -3528 1034 0 0 8 8 28 528 1528 3528 3528 56 57 SFAAAA UNBAAA OOOOxx -271 1035 1 3 1 11 71 271 271 271 271 142 143 LKAAAA VNBAAA VVVVxx -7007 1036 1 3 7 7 7 7 1007 2007 7007 14 15 NJAAAA WNBAAA AAAAxx -2198 1037 0 2 8 18 98 198 198 2198 2198 196 197 OGAAAA XNBAAA HHHHxx -4266 1038 0 2 6 6 66 266 266 4266 4266 132 133 CIAAAA YNBAAA OOOOxx -9867 1039 1 3 7 7 67 867 1867 4867 9867 134 135 NPAAAA ZNBAAA VVVVxx -7602 1040 0 2 2 2 2 602 1602 2602 7602 4 5 KGAAAA AOBAAA AAAAxx -7521 1041 1 1 1 1 21 521 1521 2521 7521 42 43 HDAAAA BOBAAA HHHHxx -7200 1042 0 0 0 0 0 200 1200 2200 7200 0 1 YQAAAA COBAAA OOOOxx -4816 1043 0 0 6 16 16 816 816 4816 4816 32 33 GDAAAA DOBAAA VVVVxx -1669 1044 1 1 9 9 69 669 1669 1669 1669 138 139 FMAAAA EOBAAA AAAAxx -4764 1045 0 0 4 4 64 764 764 4764 4764 128 129 GBAAAA FOBAAA HHHHxx -7393 1046 1 1 3 13 93 393 1393 2393 7393 186 187 JYAAAA GOBAAA OOOOxx -7434 1047 0 2 4 14 34 434 1434 2434 7434 68 69 YZAAAA HOBAAA VVVVxx -9079 1048 1 3 9 19 79 79 1079 4079 9079 158 159 FLAAAA IOBAAA AAAAxx -9668 1049 0 0 8 8 68 668 1668 4668 9668 136 137 WHAAAA JOBAAA HHHHxx -7184 1050 0 0 4 4 84 184 1184 2184 7184 168 169 IQAAAA KOBAAA OOOOxx -7347 1051 1 3 7 7 47 347 1347 2347 7347 94 95 PWAAAA LOBAAA VVVVxx -951 1052 1 3 1 11 51 951 951 951 951 102 103 PKAAAA MOBAAA AAAAxx -4513 1053 1 1 3 13 13 513 513 4513 4513 26 27 PRAAAA NOBAAA HHHHxx -2692 1054 0 0 2 12 92 692 692 2692 2692 184 185 OZAAAA OOBAAA OOOOxx -9930 1055 0 2 0 10 30 930 1930 4930 9930 60 61 YRAAAA POBAAA VVVVxx -4516 1056 0 0 6 16 16 516 516 4516 4516 32 33 SRAAAA QOBAAA AAAAxx -1592 1057 0 0 2 12 92 592 1592 1592 1592 184 185 GJAAAA ROBAAA HHHHxx -6312 1058 0 0 2 12 12 312 312 1312 6312 24 25 UIAAAA SOBAAA OOOOxx -185 1059 1 1 5 5 85 185 185 185 185 170 171 DHAAAA TOBAAA VVVVxx -1848 1060 0 0 8 8 48 848 1848 1848 1848 96 97 CTAAAA UOBAAA AAAAxx -5844 1061 0 0 4 4 44 844 1844 844 5844 88 89 UQAAAA VOBAAA HHHHxx -1666 1062 0 2 6 6 66 666 1666 1666 1666 132 133 CMAAAA WOBAAA OOOOxx -5864 1063 0 0 4 4 64 864 1864 864 5864 128 129 ORAAAA XOBAAA VVVVxx -1004 1064 0 0 4 4 4 4 1004 1004 1004 8 9 QMAAAA YOBAAA AAAAxx -1758 1065 0 2 8 18 58 758 1758 1758 1758 116 117 QPAAAA ZOBAAA HHHHxx -8823 1066 1 3 3 3 23 823 823 3823 8823 46 47 JBAAAA APBAAA OOOOxx -129 1067 1 1 9 9 29 129 129 129 129 58 59 ZEAAAA BPBAAA VVVVxx -5703 1068 1 3 3 3 3 703 1703 703 5703 6 7 JLAAAA CPBAAA AAAAxx -3331 1069 1 3 1 11 31 331 1331 3331 3331 62 63 DYAAAA DPBAAA HHHHxx -5791 1070 1 3 1 11 91 791 1791 791 5791 182 183 TOAAAA EPBAAA OOOOxx -4421 1071 1 1 1 1 21 421 421 4421 4421 42 43 BOAAAA FPBAAA VVVVxx -9740 1072 0 0 0 0 40 740 1740 4740 9740 80 81 QKAAAA GPBAAA AAAAxx -798 1073 0 2 8 18 98 798 798 798 798 196 197 SEAAAA HPBAAA HHHHxx -571 1074 1 3 1 11 71 571 571 571 571 142 143 ZVAAAA IPBAAA OOOOxx -7084 1075 0 0 4 4 84 84 1084 2084 7084 168 169 MMAAAA JPBAAA VVVVxx -650 1076 0 2 0 10 50 650 650 650 650 100 101 AZAAAA KPBAAA AAAAxx -1467 1077 1 3 7 7 67 467 1467 1467 1467 134 135 LEAAAA LPBAAA HHHHxx -5446 1078 0 2 6 6 46 446 1446 446 5446 92 93 MBAAAA MPBAAA OOOOxx -830 1079 0 2 0 10 30 830 830 830 830 60 61 YFAAAA NPBAAA VVVVxx -5516 1080 0 0 6 16 16 516 1516 516 5516 32 33 EEAAAA OPBAAA AAAAxx -8520 1081 0 0 0 0 20 520 520 3520 8520 40 41 SPAAAA PPBAAA HHHHxx -1152 1082 0 0 2 12 52 152 1152 1152 1152 104 105 ISAAAA QPBAAA OOOOxx -862 1083 0 2 2 2 62 862 862 862 862 124 125 EHAAAA RPBAAA VVVVxx -454 1084 0 2 4 14 54 454 454 454 454 108 109 MRAAAA SPBAAA AAAAxx -9956 1085 0 0 6 16 56 956 1956 4956 9956 112 113 YSAAAA TPBAAA HHHHxx -1654 1086 0 2 4 14 54 654 1654 1654 1654 108 109 QLAAAA UPBAAA OOOOxx -257 1087 1 1 7 17 57 257 257 257 257 114 115 XJAAAA VPBAAA VVVVxx -5469 1088 1 1 9 9 69 469 1469 469 5469 138 139 JCAAAA WPBAAA AAAAxx -9075 1089 1 3 5 15 75 75 1075 4075 9075 150 151 BLAAAA XPBAAA HHHHxx -7799 1090 1 3 9 19 99 799 1799 2799 7799 198 199 ZNAAAA YPBAAA OOOOxx -2001 1091 1 1 1 1 1 1 1 2001 2001 2 3 ZYAAAA ZPBAAA VVVVxx -9786 1092 0 2 6 6 86 786 1786 4786 9786 172 173 KMAAAA AQBAAA AAAAxx -7281 1093 1 1 1 1 81 281 1281 2281 7281 162 163 BUAAAA BQBAAA HHHHxx -5137 1094 1 1 7 17 37 137 1137 137 5137 74 75 PPAAAA CQBAAA OOOOxx -4053 1095 1 1 3 13 53 53 53 4053 4053 106 107 XZAAAA DQBAAA VVVVxx -7911 1096 1 3 1 11 11 911 1911 2911 7911 22 23 HSAAAA EQBAAA AAAAxx -4298 1097 0 2 8 18 98 298 298 4298 4298 196 197 IJAAAA FQBAAA HHHHxx -4805 1098 1 1 5 5 5 805 805 4805 4805 10 11 VCAAAA GQBAAA OOOOxx -9038 1099 0 2 8 18 38 38 1038 4038 9038 76 77 QJAAAA HQBAAA VVVVxx -8023 1100 1 3 3 3 23 23 23 3023 8023 46 47 PWAAAA IQBAAA AAAAxx -6595 1101 1 3 5 15 95 595 595 1595 6595 190 191 RTAAAA JQBAAA HHHHxx -9831 1102 1 3 1 11 31 831 1831 4831 9831 62 63 DOAAAA KQBAAA OOOOxx -788 1103 0 0 8 8 88 788 788 788 788 176 177 IEAAAA LQBAAA VVVVxx -902 1104 0 2 2 2 2 902 902 902 902 4 5 SIAAAA MQBAAA AAAAxx -9137 1105 1 1 7 17 37 137 1137 4137 9137 74 75 LNAAAA NQBAAA HHHHxx -1744 1106 0 0 4 4 44 744 1744 1744 1744 88 89 CPAAAA OQBAAA OOOOxx -7285 1107 1 1 5 5 85 285 1285 2285 7285 170 171 FUAAAA PQBAAA VVVVxx -7006 1108 0 2 6 6 6 6 1006 2006 7006 12 13 MJAAAA QQBAAA AAAAxx -9236 1109 0 0 6 16 36 236 1236 4236 9236 72 73 GRAAAA RQBAAA HHHHxx -5472 1110 0 0 2 12 72 472 1472 472 5472 144 145 MCAAAA SQBAAA OOOOxx -7975 1111 1 3 5 15 75 975 1975 2975 7975 150 151 TUAAAA TQBAAA VVVVxx -4181 1112 1 1 1 1 81 181 181 4181 4181 162 163 VEAAAA UQBAAA AAAAxx -7677 1113 1 1 7 17 77 677 1677 2677 7677 154 155 HJAAAA VQBAAA HHHHxx -35 1114 1 3 5 15 35 35 35 35 35 70 71 JBAAAA WQBAAA OOOOxx -6813 1115 1 1 3 13 13 813 813 1813 6813 26 27 BCAAAA XQBAAA VVVVxx -6618 1116 0 2 8 18 18 618 618 1618 6618 36 37 OUAAAA YQBAAA AAAAxx -8069 1117 1 1 9 9 69 69 69 3069 8069 138 139 JYAAAA ZQBAAA HHHHxx -3071 1118 1 3 1 11 71 71 1071 3071 3071 142 143 DOAAAA ARBAAA OOOOxx -4390 1119 0 2 0 10 90 390 390 4390 4390 180 181 WMAAAA BRBAAA VVVVxx -7764 1120 0 0 4 4 64 764 1764 2764 7764 128 129 QMAAAA CRBAAA AAAAxx -8163 1121 1 3 3 3 63 163 163 3163 8163 126 127 ZBAAAA DRBAAA HHHHxx -1961 1122 1 1 1 1 61 961 1961 1961 1961 122 123 LXAAAA ERBAAA OOOOxx -1103 1123 1 3 3 3 3 103 1103 1103 1103 6 7 LQAAAA FRBAAA VVVVxx -5486 1124 0 2 6 6 86 486 1486 486 5486 172 173 ADAAAA GRBAAA AAAAxx -9513 1125 1 1 3 13 13 513 1513 4513 9513 26 27 XBAAAA HRBAAA HHHHxx -7311 1126 1 3 1 11 11 311 1311 2311 7311 22 23 FVAAAA IRBAAA OOOOxx -4144 1127 0 0 4 4 44 144 144 4144 4144 88 89 KDAAAA JRBAAA VVVVxx -7901 1128 1 1 1 1 1 901 1901 2901 7901 2 3 XRAAAA KRBAAA AAAAxx -4629 1129 1 1 9 9 29 629 629 4629 4629 58 59 BWAAAA LRBAAA HHHHxx -6858 1130 0 2 8 18 58 858 858 1858 6858 116 117 UDAAAA MRBAAA OOOOxx -125 1131 1 1 5 5 25 125 125 125 125 50 51 VEAAAA NRBAAA VVVVxx -3834 1132 0 2 4 14 34 834 1834 3834 3834 68 69 MRAAAA ORBAAA AAAAxx -8155 1133 1 3 5 15 55 155 155 3155 8155 110 111 RBAAAA PRBAAA HHHHxx -8230 1134 0 2 0 10 30 230 230 3230 8230 60 61 OEAAAA QRBAAA OOOOxx -744 1135 0 0 4 4 44 744 744 744 744 88 89 QCAAAA RRBAAA VVVVxx -357 1136 1 1 7 17 57 357 357 357 357 114 115 TNAAAA SRBAAA AAAAxx -2159 1137 1 3 9 19 59 159 159 2159 2159 118 119 BFAAAA TRBAAA HHHHxx -8559 1138 1 3 9 19 59 559 559 3559 8559 118 119 FRAAAA URBAAA OOOOxx -6866 1139 0 2 6 6 66 866 866 1866 6866 132 133 CEAAAA VRBAAA VVVVxx -3863 1140 1 3 3 3 63 863 1863 3863 3863 126 127 PSAAAA WRBAAA AAAAxx -4193 1141 1 1 3 13 93 193 193 4193 4193 186 187 HFAAAA XRBAAA HHHHxx -3277 1142 1 1 7 17 77 277 1277 3277 3277 154 155 BWAAAA YRBAAA OOOOxx -5577 1143 1 1 7 17 77 577 1577 577 5577 154 155 NGAAAA ZRBAAA VVVVxx -9503 1144 1 3 3 3 3 503 1503 4503 9503 6 7 NBAAAA ASBAAA AAAAxx -7642 1145 0 2 2 2 42 642 1642 2642 7642 84 85 YHAAAA BSBAAA HHHHxx -6197 1146 1 1 7 17 97 197 197 1197 6197 194 195 JEAAAA CSBAAA OOOOxx -8995 1147 1 3 5 15 95 995 995 3995 8995 190 191 ZHAAAA DSBAAA VVVVxx -440 1148 0 0 0 0 40 440 440 440 440 80 81 YQAAAA ESBAAA AAAAxx -8418 1149 0 2 8 18 18 418 418 3418 8418 36 37 ULAAAA FSBAAA HHHHxx -8531 1150 1 3 1 11 31 531 531 3531 8531 62 63 DQAAAA GSBAAA OOOOxx -3790 1151 0 2 0 10 90 790 1790 3790 3790 180 181 UPAAAA HSBAAA VVVVxx -7610 1152 0 2 0 10 10 610 1610 2610 7610 20 21 SGAAAA ISBAAA AAAAxx -1252 1153 0 0 2 12 52 252 1252 1252 1252 104 105 EWAAAA JSBAAA HHHHxx -7559 1154 1 3 9 19 59 559 1559 2559 7559 118 119 TEAAAA KSBAAA OOOOxx -9945 1155 1 1 5 5 45 945 1945 4945 9945 90 91 NSAAAA LSBAAA VVVVxx -9023 1156 1 3 3 3 23 23 1023 4023 9023 46 47 BJAAAA MSBAAA AAAAxx -3516 1157 0 0 6 16 16 516 1516 3516 3516 32 33 GFAAAA NSBAAA HHHHxx -4671 1158 1 3 1 11 71 671 671 4671 4671 142 143 RXAAAA OSBAAA OOOOxx -1465 1159 1 1 5 5 65 465 1465 1465 1465 130 131 JEAAAA PSBAAA VVVVxx -9515 1160 1 3 5 15 15 515 1515 4515 9515 30 31 ZBAAAA QSBAAA AAAAxx -3242 1161 0 2 2 2 42 242 1242 3242 3242 84 85 SUAAAA RSBAAA HHHHxx -1732 1162 0 0 2 12 32 732 1732 1732 1732 64 65 QOAAAA SSBAAA OOOOxx -1678 1163 0 2 8 18 78 678 1678 1678 1678 156 157 OMAAAA TSBAAA VVVVxx -1464 1164 0 0 4 4 64 464 1464 1464 1464 128 129 IEAAAA USBAAA AAAAxx -6546 1165 0 2 6 6 46 546 546 1546 6546 92 93 URAAAA VSBAAA HHHHxx -4448 1166 0 0 8 8 48 448 448 4448 4448 96 97 CPAAAA WSBAAA OOOOxx -9847 1167 1 3 7 7 47 847 1847 4847 9847 94 95 TOAAAA XSBAAA VVVVxx -8264 1168 0 0 4 4 64 264 264 3264 8264 128 129 WFAAAA YSBAAA AAAAxx -1620 1169 0 0 0 0 20 620 1620 1620 1620 40 41 IKAAAA ZSBAAA HHHHxx -9388 1170 0 0 8 8 88 388 1388 4388 9388 176 177 CXAAAA ATBAAA OOOOxx -6445 1171 1 1 5 5 45 445 445 1445 6445 90 91 XNAAAA BTBAAA VVVVxx -4789 1172 1 1 9 9 89 789 789 4789 4789 178 179 FCAAAA CTBAAA AAAAxx -1562 1173 0 2 2 2 62 562 1562 1562 1562 124 125 CIAAAA DTBAAA HHHHxx -7305 1174 1 1 5 5 5 305 1305 2305 7305 10 11 ZUAAAA ETBAAA OOOOxx -6344 1175 0 0 4 4 44 344 344 1344 6344 88 89 AKAAAA FTBAAA VVVVxx -5130 1176 0 2 0 10 30 130 1130 130 5130 60 61 IPAAAA GTBAAA AAAAxx -3284 1177 0 0 4 4 84 284 1284 3284 3284 168 169 IWAAAA HTBAAA HHHHxx -6346 1178 0 2 6 6 46 346 346 1346 6346 92 93 CKAAAA ITBAAA OOOOxx -1061 1179 1 1 1 1 61 61 1061 1061 1061 122 123 VOAAAA JTBAAA VVVVxx -872 1180 0 0 2 12 72 872 872 872 872 144 145 OHAAAA KTBAAA AAAAxx -123 1181 1 3 3 3 23 123 123 123 123 46 47 TEAAAA LTBAAA HHHHxx -7903 1182 1 3 3 3 3 903 1903 2903 7903 6 7 ZRAAAA MTBAAA OOOOxx -560 1183 0 0 0 0 60 560 560 560 560 120 121 OVAAAA NTBAAA VVVVxx -4446 1184 0 2 6 6 46 446 446 4446 4446 92 93 APAAAA OTBAAA AAAAxx -3909 1185 1 1 9 9 9 909 1909 3909 3909 18 19 JUAAAA PTBAAA HHHHxx -669 1186 1 1 9 9 69 669 669 669 669 138 139 TZAAAA QTBAAA OOOOxx -7843 1187 1 3 3 3 43 843 1843 2843 7843 86 87 RPAAAA RTBAAA VVVVxx -2546 1188 0 2 6 6 46 546 546 2546 2546 92 93 YTAAAA STBAAA AAAAxx -6757 1189 1 1 7 17 57 757 757 1757 6757 114 115 XZAAAA TTBAAA HHHHxx -466 1190 0 2 6 6 66 466 466 466 466 132 133 YRAAAA UTBAAA OOOOxx -5556 1191 0 0 6 16 56 556 1556 556 5556 112 113 SFAAAA VTBAAA VVVVxx -7196 1192 0 0 6 16 96 196 1196 2196 7196 192 193 UQAAAA WTBAAA AAAAxx -2947 1193 1 3 7 7 47 947 947 2947 2947 94 95 JJAAAA XTBAAA HHHHxx -6493 1194 1 1 3 13 93 493 493 1493 6493 186 187 TPAAAA YTBAAA OOOOxx -7203 1195 1 3 3 3 3 203 1203 2203 7203 6 7 BRAAAA ZTBAAA VVVVxx -3716 1196 0 0 6 16 16 716 1716 3716 3716 32 33 YMAAAA AUBAAA AAAAxx -8058 1197 0 2 8 18 58 58 58 3058 8058 116 117 YXAAAA BUBAAA HHHHxx -433 1198 1 1 3 13 33 433 433 433 433 66 67 RQAAAA CUBAAA OOOOxx -7649 1199 1 1 9 9 49 649 1649 2649 7649 98 99 FIAAAA DUBAAA VVVVxx -6966 1200 0 2 6 6 66 966 966 1966 6966 132 133 YHAAAA EUBAAA AAAAxx -553 1201 1 1 3 13 53 553 553 553 553 106 107 HVAAAA FUBAAA HHHHxx -3677 1202 1 1 7 17 77 677 1677 3677 3677 154 155 LLAAAA GUBAAA OOOOxx -2344 1203 0 0 4 4 44 344 344 2344 2344 88 89 EMAAAA HUBAAA VVVVxx -7439 1204 1 3 9 19 39 439 1439 2439 7439 78 79 DAAAAA IUBAAA AAAAxx -3910 1205 0 2 0 10 10 910 1910 3910 3910 20 21 KUAAAA JUBAAA HHHHxx -3638 1206 0 2 8 18 38 638 1638 3638 3638 76 77 YJAAAA KUBAAA OOOOxx -6637 1207 1 1 7 17 37 637 637 1637 6637 74 75 HVAAAA LUBAAA VVVVxx -4438 1208 0 2 8 18 38 438 438 4438 4438 76 77 SOAAAA MUBAAA AAAAxx -171 1209 1 3 1 11 71 171 171 171 171 142 143 PGAAAA NUBAAA HHHHxx -310 1210 0 2 0 10 10 310 310 310 310 20 21 YLAAAA OUBAAA OOOOxx -2714 1211 0 2 4 14 14 714 714 2714 2714 28 29 KAAAAA PUBAAA VVVVxx -5199 1212 1 3 9 19 99 199 1199 199 5199 198 199 ZRAAAA QUBAAA AAAAxx -8005 1213 1 1 5 5 5 5 5 3005 8005 10 11 XVAAAA RUBAAA HHHHxx -3188 1214 0 0 8 8 88 188 1188 3188 3188 176 177 QSAAAA SUBAAA OOOOxx -1518 1215 0 2 8 18 18 518 1518 1518 1518 36 37 KGAAAA TUBAAA VVVVxx -6760 1216 0 0 0 0 60 760 760 1760 6760 120 121 AAAAAA UUBAAA AAAAxx -9373 1217 1 1 3 13 73 373 1373 4373 9373 146 147 NWAAAA VUBAAA HHHHxx -1938 1218 0 2 8 18 38 938 1938 1938 1938 76 77 OWAAAA WUBAAA OOOOxx -2865 1219 1 1 5 5 65 865 865 2865 2865 130 131 FGAAAA XUBAAA VVVVxx -3203 1220 1 3 3 3 3 203 1203 3203 3203 6 7 FTAAAA YUBAAA AAAAxx -6025 1221 1 1 5 5 25 25 25 1025 6025 50 51 TXAAAA ZUBAAA HHHHxx -8684 1222 0 0 4 4 84 684 684 3684 8684 168 169 AWAAAA AVBAAA OOOOxx -7732 1223 0 0 2 12 32 732 1732 2732 7732 64 65 KLAAAA BVBAAA VVVVxx -3218 1224 0 2 8 18 18 218 1218 3218 3218 36 37 UTAAAA CVBAAA AAAAxx -525 1225 1 1 5 5 25 525 525 525 525 50 51 FUAAAA DVBAAA HHHHxx -601 1226 1 1 1 1 1 601 601 601 601 2 3 DXAAAA EVBAAA OOOOxx -6091 1227 1 3 1 11 91 91 91 1091 6091 182 183 HAAAAA FVBAAA VVVVxx -4498 1228 0 2 8 18 98 498 498 4498 4498 196 197 ARAAAA GVBAAA AAAAxx -8192 1229 0 0 2 12 92 192 192 3192 8192 184 185 CDAAAA HVBAAA HHHHxx -8006 1230 0 2 6 6 6 6 6 3006 8006 12 13 YVAAAA IVBAAA OOOOxx -6157 1231 1 1 7 17 57 157 157 1157 6157 114 115 VCAAAA JVBAAA VVVVxx -312 1232 0 0 2 12 12 312 312 312 312 24 25 AMAAAA KVBAAA AAAAxx -8652 1233 0 0 2 12 52 652 652 3652 8652 104 105 UUAAAA LVBAAA HHHHxx -2787 1234 1 3 7 7 87 787 787 2787 2787 174 175 FDAAAA MVBAAA OOOOxx -1782 1235 0 2 2 2 82 782 1782 1782 1782 164 165 OQAAAA NVBAAA VVVVxx -23 1236 1 3 3 3 23 23 23 23 23 46 47 XAAAAA OVBAAA AAAAxx -1206 1237 0 2 6 6 6 206 1206 1206 1206 12 13 KUAAAA PVBAAA HHHHxx -1076 1238 0 0 6 16 76 76 1076 1076 1076 152 153 KPAAAA QVBAAA OOOOxx -5379 1239 1 3 9 19 79 379 1379 379 5379 158 159 XYAAAA RVBAAA VVVVxx -2047 1240 1 3 7 7 47 47 47 2047 2047 94 95 TAAAAA SVBAAA AAAAxx -6262 1241 0 2 2 2 62 262 262 1262 6262 124 125 WGAAAA TVBAAA HHHHxx -1840 1242 0 0 0 0 40 840 1840 1840 1840 80 81 USAAAA UVBAAA OOOOxx -2106 1243 0 2 6 6 6 106 106 2106 2106 12 13 ADAAAA VVBAAA VVVVxx -1307 1244 1 3 7 7 7 307 1307 1307 1307 14 15 HYAAAA WVBAAA AAAAxx -735 1245 1 3 5 15 35 735 735 735 735 70 71 HCAAAA XVBAAA HHHHxx -3657 1246 1 1 7 17 57 657 1657 3657 3657 114 115 RKAAAA YVBAAA OOOOxx -3006 1247 0 2 6 6 6 6 1006 3006 3006 12 13 QLAAAA ZVBAAA VVVVxx -1538 1248 0 2 8 18 38 538 1538 1538 1538 76 77 EHAAAA AWBAAA AAAAxx -6098 1249 0 2 8 18 98 98 98 1098 6098 196 197 OAAAAA BWBAAA HHHHxx -5267 1250 1 3 7 7 67 267 1267 267 5267 134 135 PUAAAA CWBAAA OOOOxx -9757 1251 1 1 7 17 57 757 1757 4757 9757 114 115 HLAAAA DWBAAA VVVVxx -1236 1252 0 0 6 16 36 236 1236 1236 1236 72 73 OVAAAA EWBAAA AAAAxx -83 1253 1 3 3 3 83 83 83 83 83 166 167 FDAAAA FWBAAA HHHHxx -9227 1254 1 3 7 7 27 227 1227 4227 9227 54 55 XQAAAA GWBAAA OOOOxx -8772 1255 0 0 2 12 72 772 772 3772 8772 144 145 KZAAAA HWBAAA VVVVxx -8822 1256 0 2 2 2 22 822 822 3822 8822 44 45 IBAAAA IWBAAA AAAAxx -7167 1257 1 3 7 7 67 167 1167 2167 7167 134 135 RPAAAA JWBAAA HHHHxx -6909 1258 1 1 9 9 9 909 909 1909 6909 18 19 TFAAAA KWBAAA OOOOxx -1439 1259 1 3 9 19 39 439 1439 1439 1439 78 79 JDAAAA LWBAAA VVVVxx -2370 1260 0 2 0 10 70 370 370 2370 2370 140 141 ENAAAA MWBAAA AAAAxx -4577 1261 1 1 7 17 77 577 577 4577 4577 154 155 BUAAAA NWBAAA HHHHxx -2575 1262 1 3 5 15 75 575 575 2575 2575 150 151 BVAAAA OWBAAA OOOOxx -2795 1263 1 3 5 15 95 795 795 2795 2795 190 191 NDAAAA PWBAAA VVVVxx -5520 1264 0 0 0 0 20 520 1520 520 5520 40 41 IEAAAA QWBAAA AAAAxx -382 1265 0 2 2 2 82 382 382 382 382 164 165 SOAAAA RWBAAA HHHHxx -6335 1266 1 3 5 15 35 335 335 1335 6335 70 71 RJAAAA SWBAAA OOOOxx -8430 1267 0 2 0 10 30 430 430 3430 8430 60 61 GMAAAA TWBAAA VVVVxx -4131 1268 1 3 1 11 31 131 131 4131 4131 62 63 XCAAAA UWBAAA AAAAxx -9332 1269 0 0 2 12 32 332 1332 4332 9332 64 65 YUAAAA VWBAAA HHHHxx -293 1270 1 1 3 13 93 293 293 293 293 186 187 HLAAAA WWBAAA OOOOxx -2276 1271 0 0 6 16 76 276 276 2276 2276 152 153 OJAAAA XWBAAA VVVVxx -5687 1272 1 3 7 7 87 687 1687 687 5687 174 175 TKAAAA YWBAAA AAAAxx -5862 1273 0 2 2 2 62 862 1862 862 5862 124 125 MRAAAA ZWBAAA HHHHxx -5073 1274 1 1 3 13 73 73 1073 73 5073 146 147 DNAAAA AXBAAA OOOOxx -4170 1275 0 2 0 10 70 170 170 4170 4170 140 141 KEAAAA BXBAAA VVVVxx -5039 1276 1 3 9 19 39 39 1039 39 5039 78 79 VLAAAA CXBAAA AAAAxx -3294 1277 0 2 4 14 94 294 1294 3294 3294 188 189 SWAAAA DXBAAA HHHHxx -6015 1278 1 3 5 15 15 15 15 1015 6015 30 31 JXAAAA EXBAAA OOOOxx -9015 1279 1 3 5 15 15 15 1015 4015 9015 30 31 TIAAAA FXBAAA VVVVxx -9785 1280 1 1 5 5 85 785 1785 4785 9785 170 171 JMAAAA GXBAAA AAAAxx -4312 1281 0 0 2 12 12 312 312 4312 4312 24 25 WJAAAA HXBAAA HHHHxx -6343 1282 1 3 3 3 43 343 343 1343 6343 86 87 ZJAAAA IXBAAA OOOOxx -2161 1283 1 1 1 1 61 161 161 2161 2161 122 123 DFAAAA JXBAAA VVVVxx -4490 1284 0 2 0 10 90 490 490 4490 4490 180 181 SQAAAA KXBAAA AAAAxx -4454 1285 0 2 4 14 54 454 454 4454 4454 108 109 IPAAAA LXBAAA HHHHxx -7647 1286 1 3 7 7 47 647 1647 2647 7647 94 95 DIAAAA MXBAAA OOOOxx -1028 1287 0 0 8 8 28 28 1028 1028 1028 56 57 ONAAAA NXBAAA VVVVxx -2965 1288 1 1 5 5 65 965 965 2965 2965 130 131 BKAAAA OXBAAA AAAAxx -9900 1289 0 0 0 0 0 900 1900 4900 9900 0 1 UQAAAA PXBAAA HHHHxx -5509 1290 1 1 9 9 9 509 1509 509 5509 18 19 XDAAAA QXBAAA OOOOxx -7751 1291 1 3 1 11 51 751 1751 2751 7751 102 103 DMAAAA RXBAAA VVVVxx -9594 1292 0 2 4 14 94 594 1594 4594 9594 188 189 AFAAAA SXBAAA AAAAxx -7632 1293 0 0 2 12 32 632 1632 2632 7632 64 65 OHAAAA TXBAAA HHHHxx -6528 1294 0 0 8 8 28 528 528 1528 6528 56 57 CRAAAA UXBAAA OOOOxx -1041 1295 1 1 1 1 41 41 1041 1041 1041 82 83 BOAAAA VXBAAA VVVVxx -1534 1296 0 2 4 14 34 534 1534 1534 1534 68 69 AHAAAA WXBAAA AAAAxx -4229 1297 1 1 9 9 29 229 229 4229 4229 58 59 RGAAAA XXBAAA HHHHxx -84 1298 0 0 4 4 84 84 84 84 84 168 169 GDAAAA YXBAAA OOOOxx -2189 1299 1 1 9 9 89 189 189 2189 2189 178 179 FGAAAA ZXBAAA VVVVxx -7566 1300 0 2 6 6 66 566 1566 2566 7566 132 133 AFAAAA AYBAAA AAAAxx -707 1301 1 3 7 7 7 707 707 707 707 14 15 FBAAAA BYBAAA HHHHxx -581 1302 1 1 1 1 81 581 581 581 581 162 163 JWAAAA CYBAAA OOOOxx -6753 1303 1 1 3 13 53 753 753 1753 6753 106 107 TZAAAA DYBAAA VVVVxx -8604 1304 0 0 4 4 4 604 604 3604 8604 8 9 YSAAAA EYBAAA AAAAxx -373 1305 1 1 3 13 73 373 373 373 373 146 147 JOAAAA FYBAAA HHHHxx -9635 1306 1 3 5 15 35 635 1635 4635 9635 70 71 PGAAAA GYBAAA OOOOxx -9277 1307 1 1 7 17 77 277 1277 4277 9277 154 155 VSAAAA HYBAAA VVVVxx -7117 1308 1 1 7 17 17 117 1117 2117 7117 34 35 TNAAAA IYBAAA AAAAxx -8564 1309 0 0 4 4 64 564 564 3564 8564 128 129 KRAAAA JYBAAA HHHHxx -1697 1310 1 1 7 17 97 697 1697 1697 1697 194 195 HNAAAA KYBAAA OOOOxx -7840 1311 0 0 0 0 40 840 1840 2840 7840 80 81 OPAAAA LYBAAA VVVVxx -3646 1312 0 2 6 6 46 646 1646 3646 3646 92 93 GKAAAA MYBAAA AAAAxx -368 1313 0 0 8 8 68 368 368 368 368 136 137 EOAAAA NYBAAA HHHHxx -4797 1314 1 1 7 17 97 797 797 4797 4797 194 195 NCAAAA OYBAAA OOOOxx -5300 1315 0 0 0 0 0 300 1300 300 5300 0 1 WVAAAA PYBAAA VVVVxx -7664 1316 0 0 4 4 64 664 1664 2664 7664 128 129 UIAAAA QYBAAA AAAAxx -1466 1317 0 2 6 6 66 466 1466 1466 1466 132 133 KEAAAA RYBAAA HHHHxx -2477 1318 1 1 7 17 77 477 477 2477 2477 154 155 HRAAAA SYBAAA OOOOxx -2036 1319 0 0 6 16 36 36 36 2036 2036 72 73 IAAAAA TYBAAA VVVVxx -3624 1320 0 0 4 4 24 624 1624 3624 3624 48 49 KJAAAA UYBAAA AAAAxx -5099 1321 1 3 9 19 99 99 1099 99 5099 198 199 DOAAAA VYBAAA HHHHxx -1308 1322 0 0 8 8 8 308 1308 1308 1308 16 17 IYAAAA WYBAAA OOOOxx -3704 1323 0 0 4 4 4 704 1704 3704 3704 8 9 MMAAAA XYBAAA VVVVxx -2451 1324 1 3 1 11 51 451 451 2451 2451 102 103 HQAAAA YYBAAA AAAAxx -4898 1325 0 2 8 18 98 898 898 4898 4898 196 197 KGAAAA ZYBAAA HHHHxx -4959 1326 1 3 9 19 59 959 959 4959 4959 118 119 TIAAAA AZBAAA OOOOxx -5942 1327 0 2 2 2 42 942 1942 942 5942 84 85 OUAAAA BZBAAA VVVVxx -2425 1328 1 1 5 5 25 425 425 2425 2425 50 51 HPAAAA CZBAAA AAAAxx -7760 1329 0 0 0 0 60 760 1760 2760 7760 120 121 MMAAAA DZBAAA HHHHxx -6294 1330 0 2 4 14 94 294 294 1294 6294 188 189 CIAAAA EZBAAA OOOOxx -6785 1331 1 1 5 5 85 785 785 1785 6785 170 171 ZAAAAA FZBAAA VVVVxx -3542 1332 0 2 2 2 42 542 1542 3542 3542 84 85 GGAAAA GZBAAA AAAAxx -1809 1333 1 1 9 9 9 809 1809 1809 1809 18 19 PRAAAA HZBAAA HHHHxx -130 1334 0 2 0 10 30 130 130 130 130 60 61 AFAAAA IZBAAA OOOOxx -8672 1335 0 0 2 12 72 672 672 3672 8672 144 145 OVAAAA JZBAAA VVVVxx -2125 1336 1 1 5 5 25 125 125 2125 2125 50 51 TDAAAA KZBAAA AAAAxx -7683 1337 1 3 3 3 83 683 1683 2683 7683 166 167 NJAAAA LZBAAA HHHHxx -7842 1338 0 2 2 2 42 842 1842 2842 7842 84 85 QPAAAA MZBAAA OOOOxx -9584 1339 0 0 4 4 84 584 1584 4584 9584 168 169 QEAAAA NZBAAA VVVVxx -7963 1340 1 3 3 3 63 963 1963 2963 7963 126 127 HUAAAA OZBAAA AAAAxx -8581 1341 1 1 1 1 81 581 581 3581 8581 162 163 BSAAAA PZBAAA HHHHxx -2135 1342 1 3 5 15 35 135 135 2135 2135 70 71 DEAAAA QZBAAA OOOOxx -7352 1343 0 0 2 12 52 352 1352 2352 7352 104 105 UWAAAA RZBAAA VVVVxx -5789 1344 1 1 9 9 89 789 1789 789 5789 178 179 ROAAAA SZBAAA AAAAxx -8490 1345 0 2 0 10 90 490 490 3490 8490 180 181 OOAAAA TZBAAA HHHHxx -2145 1346 1 1 5 5 45 145 145 2145 2145 90 91 NEAAAA UZBAAA OOOOxx -7021 1347 1 1 1 1 21 21 1021 2021 7021 42 43 BKAAAA VZBAAA VVVVxx -3736 1348 0 0 6 16 36 736 1736 3736 3736 72 73 SNAAAA WZBAAA AAAAxx -7396 1349 0 0 6 16 96 396 1396 2396 7396 192 193 MYAAAA XZBAAA HHHHxx -6334 1350 0 2 4 14 34 334 334 1334 6334 68 69 QJAAAA YZBAAA OOOOxx -5461 1351 1 1 1 1 61 461 1461 461 5461 122 123 BCAAAA ZZBAAA VVVVxx -5337 1352 1 1 7 17 37 337 1337 337 5337 74 75 HXAAAA AACAAA AAAAxx -7440 1353 0 0 0 0 40 440 1440 2440 7440 80 81 EAAAAA BACAAA HHHHxx -6879 1354 1 3 9 19 79 879 879 1879 6879 158 159 PEAAAA CACAAA OOOOxx -2432 1355 0 0 2 12 32 432 432 2432 2432 64 65 OPAAAA DACAAA VVVVxx -8529 1356 1 1 9 9 29 529 529 3529 8529 58 59 BQAAAA EACAAA AAAAxx -7859 1357 1 3 9 19 59 859 1859 2859 7859 118 119 HQAAAA FACAAA HHHHxx -15 1358 1 3 5 15 15 15 15 15 15 30 31 PAAAAA GACAAA OOOOxx -7475 1359 1 3 5 15 75 475 1475 2475 7475 150 151 NBAAAA HACAAA VVVVxx -717 1360 1 1 7 17 17 717 717 717 717 34 35 PBAAAA IACAAA AAAAxx -250 1361 0 2 0 10 50 250 250 250 250 100 101 QJAAAA JACAAA HHHHxx -4700 1362 0 0 0 0 0 700 700 4700 4700 0 1 UYAAAA KACAAA OOOOxx -7510 1363 0 2 0 10 10 510 1510 2510 7510 20 21 WCAAAA LACAAA VVVVxx -4562 1364 0 2 2 2 62 562 562 4562 4562 124 125 MTAAAA MACAAA AAAAxx -8075 1365 1 3 5 15 75 75 75 3075 8075 150 151 PYAAAA NACAAA HHHHxx -871 1366 1 3 1 11 71 871 871 871 871 142 143 NHAAAA OACAAA OOOOxx -7161 1367 1 1 1 1 61 161 1161 2161 7161 122 123 LPAAAA PACAAA VVVVxx -9109 1368 1 1 9 9 9 109 1109 4109 9109 18 19 JMAAAA QACAAA AAAAxx -8675 1369 1 3 5 15 75 675 675 3675 8675 150 151 RVAAAA RACAAA HHHHxx -1025 1370 1 1 5 5 25 25 1025 1025 1025 50 51 LNAAAA SACAAA OOOOxx -4065 1371 1 1 5 5 65 65 65 4065 4065 130 131 JAAAAA TACAAA VVVVxx -3511 1372 1 3 1 11 11 511 1511 3511 3511 22 23 BFAAAA UACAAA AAAAxx -9840 1373 0 0 0 0 40 840 1840 4840 9840 80 81 MOAAAA VACAAA HHHHxx -7495 1374 1 3 5 15 95 495 1495 2495 7495 190 191 HCAAAA WACAAA OOOOxx -55 1375 1 3 5 15 55 55 55 55 55 110 111 DCAAAA XACAAA VVVVxx -6151 1376 1 3 1 11 51 151 151 1151 6151 102 103 PCAAAA YACAAA AAAAxx -2512 1377 0 0 2 12 12 512 512 2512 2512 24 25 QSAAAA ZACAAA HHHHxx -5881 1378 1 1 1 1 81 881 1881 881 5881 162 163 FSAAAA ABCAAA OOOOxx -1442 1379 0 2 2 2 42 442 1442 1442 1442 84 85 MDAAAA BBCAAA VVVVxx -1270 1380 0 2 0 10 70 270 1270 1270 1270 140 141 WWAAAA CBCAAA AAAAxx -959 1381 1 3 9 19 59 959 959 959 959 118 119 XKAAAA DBCAAA HHHHxx -8251 1382 1 3 1 11 51 251 251 3251 8251 102 103 JFAAAA EBCAAA OOOOxx -3051 1383 1 3 1 11 51 51 1051 3051 3051 102 103 JNAAAA FBCAAA VVVVxx -5052 1384 0 0 2 12 52 52 1052 52 5052 104 105 IMAAAA GBCAAA AAAAxx -1863 1385 1 3 3 3 63 863 1863 1863 1863 126 127 RTAAAA HBCAAA HHHHxx -344 1386 0 0 4 4 44 344 344 344 344 88 89 GNAAAA IBCAAA OOOOxx -3590 1387 0 2 0 10 90 590 1590 3590 3590 180 181 CIAAAA JBCAAA VVVVxx -4223 1388 1 3 3 3 23 223 223 4223 4223 46 47 LGAAAA KBCAAA AAAAxx -2284 1389 0 0 4 4 84 284 284 2284 2284 168 169 WJAAAA LBCAAA HHHHxx -9425 1390 1 1 5 5 25 425 1425 4425 9425 50 51 NYAAAA MBCAAA OOOOxx -6221 1391 1 1 1 1 21 221 221 1221 6221 42 43 HFAAAA NBCAAA VVVVxx -195 1392 1 3 5 15 95 195 195 195 195 190 191 NHAAAA OBCAAA AAAAxx -1517 1393 1 1 7 17 17 517 1517 1517 1517 34 35 JGAAAA PBCAAA HHHHxx -3791 1394 1 3 1 11 91 791 1791 3791 3791 182 183 VPAAAA QBCAAA OOOOxx -572 1395 0 0 2 12 72 572 572 572 572 144 145 AWAAAA RBCAAA VVVVxx -46 1396 0 2 6 6 46 46 46 46 46 92 93 UBAAAA SBCAAA AAAAxx -9451 1397 1 3 1 11 51 451 1451 4451 9451 102 103 NZAAAA TBCAAA HHHHxx -3359 1398 1 3 9 19 59 359 1359 3359 3359 118 119 FZAAAA UBCAAA OOOOxx -8867 1399 1 3 7 7 67 867 867 3867 8867 134 135 BDAAAA VBCAAA VVVVxx -674 1400 0 2 4 14 74 674 674 674 674 148 149 YZAAAA WBCAAA AAAAxx -2674 1401 0 2 4 14 74 674 674 2674 2674 148 149 WYAAAA XBCAAA HHHHxx -6523 1402 1 3 3 3 23 523 523 1523 6523 46 47 XQAAAA YBCAAA OOOOxx -6210 1403 0 2 0 10 10 210 210 1210 6210 20 21 WEAAAA ZBCAAA VVVVxx -7564 1404 0 0 4 4 64 564 1564 2564 7564 128 129 YEAAAA ACCAAA AAAAxx -4776 1405 0 0 6 16 76 776 776 4776 4776 152 153 SBAAAA BCCAAA HHHHxx -2993 1406 1 1 3 13 93 993 993 2993 2993 186 187 DLAAAA CCCAAA OOOOxx -2969 1407 1 1 9 9 69 969 969 2969 2969 138 139 FKAAAA DCCAAA VVVVxx -1762 1408 0 2 2 2 62 762 1762 1762 1762 124 125 UPAAAA ECCAAA AAAAxx -685 1409 1 1 5 5 85 685 685 685 685 170 171 JAAAAA FCCAAA HHHHxx -5312 1410 0 0 2 12 12 312 1312 312 5312 24 25 IWAAAA GCCAAA OOOOxx -3264 1411 0 0 4 4 64 264 1264 3264 3264 128 129 OVAAAA HCCAAA VVVVxx -7008 1412 0 0 8 8 8 8 1008 2008 7008 16 17 OJAAAA ICCAAA AAAAxx -5167 1413 1 3 7 7 67 167 1167 167 5167 134 135 TQAAAA JCCAAA HHHHxx -3060 1414 0 0 0 0 60 60 1060 3060 3060 120 121 SNAAAA KCCAAA OOOOxx -1752 1415 0 0 2 12 52 752 1752 1752 1752 104 105 KPAAAA LCCAAA VVVVxx -1016 1416 0 0 6 16 16 16 1016 1016 1016 32 33 CNAAAA MCCAAA AAAAxx -7365 1417 1 1 5 5 65 365 1365 2365 7365 130 131 HXAAAA NCCAAA HHHHxx -4358 1418 0 2 8 18 58 358 358 4358 4358 116 117 QLAAAA OCCAAA OOOOxx -2819 1419 1 3 9 19 19 819 819 2819 2819 38 39 LEAAAA PCCAAA VVVVxx -6727 1420 1 3 7 7 27 727 727 1727 6727 54 55 TYAAAA QCCAAA AAAAxx -1459 1421 1 3 9 19 59 459 1459 1459 1459 118 119 DEAAAA RCCAAA HHHHxx -1708 1422 0 0 8 8 8 708 1708 1708 1708 16 17 SNAAAA SCCAAA OOOOxx -471 1423 1 3 1 11 71 471 471 471 471 142 143 DSAAAA TCCAAA VVVVxx -387 1424 1 3 7 7 87 387 387 387 387 174 175 XOAAAA UCCAAA AAAAxx -1166 1425 0 2 6 6 66 166 1166 1166 1166 132 133 WSAAAA VCCAAA HHHHxx -2400 1426 0 0 0 0 0 400 400 2400 2400 0 1 IOAAAA WCCAAA OOOOxx -3584 1427 0 0 4 4 84 584 1584 3584 3584 168 169 WHAAAA XCCAAA VVVVxx -6423 1428 1 3 3 3 23 423 423 1423 6423 46 47 BNAAAA YCCAAA AAAAxx -9520 1429 0 0 0 0 20 520 1520 4520 9520 40 41 ECAAAA ZCCAAA HHHHxx -8080 1430 0 0 0 0 80 80 80 3080 8080 160 161 UYAAAA ADCAAA OOOOxx -5709 1431 1 1 9 9 9 709 1709 709 5709 18 19 PLAAAA BDCAAA VVVVxx -1131 1432 1 3 1 11 31 131 1131 1131 1131 62 63 NRAAAA CDCAAA AAAAxx -8562 1433 0 2 2 2 62 562 562 3562 8562 124 125 IRAAAA DDCAAA HHHHxx -5766 1434 0 2 6 6 66 766 1766 766 5766 132 133 UNAAAA EDCAAA OOOOxx -245 1435 1 1 5 5 45 245 245 245 245 90 91 LJAAAA FDCAAA VVVVxx -9869 1436 1 1 9 9 69 869 1869 4869 9869 138 139 PPAAAA GDCAAA AAAAxx -3533 1437 1 1 3 13 33 533 1533 3533 3533 66 67 XFAAAA HDCAAA HHHHxx -5109 1438 1 1 9 9 9 109 1109 109 5109 18 19 NOAAAA IDCAAA OOOOxx -977 1439 1 1 7 17 77 977 977 977 977 154 155 PLAAAA JDCAAA VVVVxx -1651 1440 1 3 1 11 51 651 1651 1651 1651 102 103 NLAAAA KDCAAA AAAAxx -1357 1441 1 1 7 17 57 357 1357 1357 1357 114 115 FAAAAA LDCAAA HHHHxx -9087 1442 1 3 7 7 87 87 1087 4087 9087 174 175 NLAAAA MDCAAA OOOOxx -3399 1443 1 3 9 19 99 399 1399 3399 3399 198 199 TAAAAA NDCAAA VVVVxx -7543 1444 1 3 3 3 43 543 1543 2543 7543 86 87 DEAAAA ODCAAA AAAAxx -2469 1445 1 1 9 9 69 469 469 2469 2469 138 139 ZQAAAA PDCAAA HHHHxx -8305 1446 1 1 5 5 5 305 305 3305 8305 10 11 LHAAAA QDCAAA OOOOxx -3265 1447 1 1 5 5 65 265 1265 3265 3265 130 131 PVAAAA RDCAAA VVVVxx -9977 1448 1 1 7 17 77 977 1977 4977 9977 154 155 TTAAAA SDCAAA AAAAxx -3961 1449 1 1 1 1 61 961 1961 3961 3961 122 123 JWAAAA TDCAAA HHHHxx -4952 1450 0 0 2 12 52 952 952 4952 4952 104 105 MIAAAA UDCAAA OOOOxx -5173 1451 1 1 3 13 73 173 1173 173 5173 146 147 ZQAAAA VDCAAA VVVVxx -860 1452 0 0 0 0 60 860 860 860 860 120 121 CHAAAA WDCAAA AAAAxx -4523 1453 1 3 3 3 23 523 523 4523 4523 46 47 ZRAAAA XDCAAA HHHHxx -2361 1454 1 1 1 1 61 361 361 2361 2361 122 123 VMAAAA YDCAAA OOOOxx -7877 1455 1 1 7 17 77 877 1877 2877 7877 154 155 ZQAAAA ZDCAAA VVVVxx -3422 1456 0 2 2 2 22 422 1422 3422 3422 44 45 QBAAAA AECAAA AAAAxx -5781 1457 1 1 1 1 81 781 1781 781 5781 162 163 JOAAAA BECAAA HHHHxx -4752 1458 0 0 2 12 52 752 752 4752 4752 104 105 UAAAAA CECAAA OOOOxx -1786 1459 0 2 6 6 86 786 1786 1786 1786 172 173 SQAAAA DECAAA VVVVxx -1892 1460 0 0 2 12 92 892 1892 1892 1892 184 185 UUAAAA EECAAA AAAAxx -6389 1461 1 1 9 9 89 389 389 1389 6389 178 179 TLAAAA FECAAA HHHHxx -8644 1462 0 0 4 4 44 644 644 3644 8644 88 89 MUAAAA GECAAA OOOOxx -9056 1463 0 0 6 16 56 56 1056 4056 9056 112 113 IKAAAA HECAAA VVVVxx -1423 1464 1 3 3 3 23 423 1423 1423 1423 46 47 TCAAAA IECAAA AAAAxx -4901 1465 1 1 1 1 1 901 901 4901 4901 2 3 NGAAAA JECAAA HHHHxx -3859 1466 1 3 9 19 59 859 1859 3859 3859 118 119 LSAAAA KECAAA OOOOxx -2324 1467 0 0 4 4 24 324 324 2324 2324 48 49 KLAAAA LECAAA VVVVxx -8101 1468 1 1 1 1 1 101 101 3101 8101 2 3 PZAAAA MECAAA AAAAxx -8016 1469 0 0 6 16 16 16 16 3016 8016 32 33 IWAAAA NECAAA HHHHxx -5826 1470 0 2 6 6 26 826 1826 826 5826 52 53 CQAAAA OECAAA OOOOxx -8266 1471 0 2 6 6 66 266 266 3266 8266 132 133 YFAAAA PECAAA VVVVxx -7558 1472 0 2 8 18 58 558 1558 2558 7558 116 117 SEAAAA QECAAA AAAAxx -6976 1473 0 0 6 16 76 976 976 1976 6976 152 153 IIAAAA RECAAA HHHHxx -222 1474 0 2 2 2 22 222 222 222 222 44 45 OIAAAA SECAAA OOOOxx -1624 1475 0 0 4 4 24 624 1624 1624 1624 48 49 MKAAAA TECAAA VVVVxx -1250 1476 0 2 0 10 50 250 1250 1250 1250 100 101 CWAAAA UECAAA AAAAxx -1621 1477 1 1 1 1 21 621 1621 1621 1621 42 43 JKAAAA VECAAA HHHHxx -2350 1478 0 2 0 10 50 350 350 2350 2350 100 101 KMAAAA WECAAA OOOOxx -5239 1479 1 3 9 19 39 239 1239 239 5239 78 79 NTAAAA XECAAA VVVVxx -6681 1480 1 1 1 1 81 681 681 1681 6681 162 163 ZWAAAA YECAAA AAAAxx -4983 1481 1 3 3 3 83 983 983 4983 4983 166 167 RJAAAA ZECAAA HHHHxx -7149 1482 1 1 9 9 49 149 1149 2149 7149 98 99 ZOAAAA AFCAAA OOOOxx -3502 1483 0 2 2 2 2 502 1502 3502 3502 4 5 SEAAAA BFCAAA VVVVxx -3133 1484 1 1 3 13 33 133 1133 3133 3133 66 67 NQAAAA CFCAAA AAAAxx -8342 1485 0 2 2 2 42 342 342 3342 8342 84 85 WIAAAA DFCAAA HHHHxx -3041 1486 1 1 1 1 41 41 1041 3041 3041 82 83 ZMAAAA EFCAAA OOOOxx -5383 1487 1 3 3 3 83 383 1383 383 5383 166 167 BZAAAA FFCAAA VVVVxx -3916 1488 0 0 6 16 16 916 1916 3916 3916 32 33 QUAAAA GFCAAA AAAAxx -1438 1489 0 2 8 18 38 438 1438 1438 1438 76 77 IDAAAA HFCAAA HHHHxx -9408 1490 0 0 8 8 8 408 1408 4408 9408 16 17 WXAAAA IFCAAA OOOOxx -5783 1491 1 3 3 3 83 783 1783 783 5783 166 167 LOAAAA JFCAAA VVVVxx -683 1492 1 3 3 3 83 683 683 683 683 166 167 HAAAAA KFCAAA AAAAxx -9381 1493 1 1 1 1 81 381 1381 4381 9381 162 163 VWAAAA LFCAAA HHHHxx -5676 1494 0 0 6 16 76 676 1676 676 5676 152 153 IKAAAA MFCAAA OOOOxx -3224 1495 0 0 4 4 24 224 1224 3224 3224 48 49 AUAAAA NFCAAA VVVVxx -8332 1496 0 0 2 12 32 332 332 3332 8332 64 65 MIAAAA OFCAAA AAAAxx -3372 1497 0 0 2 12 72 372 1372 3372 3372 144 145 SZAAAA PFCAAA HHHHxx -7436 1498 0 0 6 16 36 436 1436 2436 7436 72 73 AAAAAA QFCAAA OOOOxx -5010 1499 0 2 0 10 10 10 1010 10 5010 20 21 SKAAAA RFCAAA VVVVxx -7256 1500 0 0 6 16 56 256 1256 2256 7256 112 113 CTAAAA SFCAAA AAAAxx -961 1501 1 1 1 1 61 961 961 961 961 122 123 ZKAAAA TFCAAA HHHHxx -4182 1502 0 2 2 2 82 182 182 4182 4182 164 165 WEAAAA UFCAAA OOOOxx -639 1503 1 3 9 19 39 639 639 639 639 78 79 PYAAAA VFCAAA VVVVxx -8836 1504 0 0 6 16 36 836 836 3836 8836 72 73 WBAAAA WFCAAA AAAAxx -8705 1505 1 1 5 5 5 705 705 3705 8705 10 11 VWAAAA XFCAAA HHHHxx -32 1506 0 0 2 12 32 32 32 32 32 64 65 GBAAAA YFCAAA OOOOxx -7913 1507 1 1 3 13 13 913 1913 2913 7913 26 27 JSAAAA ZFCAAA VVVVxx -229 1508 1 1 9 9 29 229 229 229 229 58 59 VIAAAA AGCAAA AAAAxx -2393 1509 1 1 3 13 93 393 393 2393 2393 186 187 BOAAAA BGCAAA HHHHxx -2815 1510 1 3 5 15 15 815 815 2815 2815 30 31 HEAAAA CGCAAA OOOOxx -4858 1511 0 2 8 18 58 858 858 4858 4858 116 117 WEAAAA DGCAAA VVVVxx -6283 1512 1 3 3 3 83 283 283 1283 6283 166 167 RHAAAA EGCAAA AAAAxx -4147 1513 1 3 7 7 47 147 147 4147 4147 94 95 NDAAAA FGCAAA HHHHxx -6801 1514 1 1 1 1 1 801 801 1801 6801 2 3 PBAAAA GGCAAA OOOOxx -1011 1515 1 3 1 11 11 11 1011 1011 1011 22 23 XMAAAA HGCAAA VVVVxx -2527 1516 1 3 7 7 27 527 527 2527 2527 54 55 FTAAAA IGCAAA AAAAxx -381 1517 1 1 1 1 81 381 381 381 381 162 163 ROAAAA JGCAAA HHHHxx -3366 1518 0 2 6 6 66 366 1366 3366 3366 132 133 MZAAAA KGCAAA OOOOxx -9636 1519 0 0 6 16 36 636 1636 4636 9636 72 73 QGAAAA LGCAAA VVVVxx -2239 1520 1 3 9 19 39 239 239 2239 2239 78 79 DIAAAA MGCAAA AAAAxx -5911 1521 1 3 1 11 11 911 1911 911 5911 22 23 JTAAAA NGCAAA HHHHxx -449 1522 1 1 9 9 49 449 449 449 449 98 99 HRAAAA OGCAAA OOOOxx -5118 1523 0 2 8 18 18 118 1118 118 5118 36 37 WOAAAA PGCAAA VVVVxx -7684 1524 0 0 4 4 84 684 1684 2684 7684 168 169 OJAAAA QGCAAA AAAAxx -804 1525 0 0 4 4 4 804 804 804 804 8 9 YEAAAA RGCAAA HHHHxx -8378 1526 0 2 8 18 78 378 378 3378 8378 156 157 GKAAAA SGCAAA OOOOxx -9855 1527 1 3 5 15 55 855 1855 4855 9855 110 111 BPAAAA TGCAAA VVVVxx -1995 1528 1 3 5 15 95 995 1995 1995 1995 190 191 TYAAAA UGCAAA AAAAxx -1979 1529 1 3 9 19 79 979 1979 1979 1979 158 159 DYAAAA VGCAAA HHHHxx -4510 1530 0 2 0 10 10 510 510 4510 4510 20 21 MRAAAA WGCAAA OOOOxx -3792 1531 0 0 2 12 92 792 1792 3792 3792 184 185 WPAAAA XGCAAA VVVVxx -3541 1532 1 1 1 1 41 541 1541 3541 3541 82 83 FGAAAA YGCAAA AAAAxx -8847 1533 1 3 7 7 47 847 847 3847 8847 94 95 HCAAAA ZGCAAA HHHHxx -1336 1534 0 0 6 16 36 336 1336 1336 1336 72 73 KZAAAA AHCAAA OOOOxx -6780 1535 0 0 0 0 80 780 780 1780 6780 160 161 UAAAAA BHCAAA VVVVxx -8711 1536 1 3 1 11 11 711 711 3711 8711 22 23 BXAAAA CHCAAA AAAAxx -7839 1537 1 3 9 19 39 839 1839 2839 7839 78 79 NPAAAA DHCAAA HHHHxx -677 1538 1 1 7 17 77 677 677 677 677 154 155 BAAAAA EHCAAA OOOOxx -1574 1539 0 2 4 14 74 574 1574 1574 1574 148 149 OIAAAA FHCAAA VVVVxx -2905 1540 1 1 5 5 5 905 905 2905 2905 10 11 THAAAA GHCAAA AAAAxx -1879 1541 1 3 9 19 79 879 1879 1879 1879 158 159 HUAAAA HHCAAA HHHHxx -7820 1542 0 0 0 0 20 820 1820 2820 7820 40 41 UOAAAA IHCAAA OOOOxx -4308 1543 0 0 8 8 8 308 308 4308 4308 16 17 SJAAAA JHCAAA VVVVxx -4474 1544 0 2 4 14 74 474 474 4474 4474 148 149 CQAAAA KHCAAA AAAAxx -6985 1545 1 1 5 5 85 985 985 1985 6985 170 171 RIAAAA LHCAAA HHHHxx -6929 1546 1 1 9 9 29 929 929 1929 6929 58 59 NGAAAA MHCAAA OOOOxx -777 1547 1 1 7 17 77 777 777 777 777 154 155 XDAAAA NHCAAA VVVVxx -8271 1548 1 3 1 11 71 271 271 3271 8271 142 143 DGAAAA OHCAAA AAAAxx -2389 1549 1 1 9 9 89 389 389 2389 2389 178 179 XNAAAA PHCAAA HHHHxx -946 1550 0 2 6 6 46 946 946 946 946 92 93 KKAAAA QHCAAA OOOOxx -9682 1551 0 2 2 2 82 682 1682 4682 9682 164 165 KIAAAA RHCAAA VVVVxx -8722 1552 0 2 2 2 22 722 722 3722 8722 44 45 MXAAAA SHCAAA AAAAxx -470 1553 0 2 0 10 70 470 470 470 470 140 141 CSAAAA THCAAA HHHHxx -7425 1554 1 1 5 5 25 425 1425 2425 7425 50 51 PZAAAA UHCAAA OOOOxx -2372 1555 0 0 2 12 72 372 372 2372 2372 144 145 GNAAAA VHCAAA VVVVxx -508 1556 0 0 8 8 8 508 508 508 508 16 17 OTAAAA WHCAAA AAAAxx -163 1557 1 3 3 3 63 163 163 163 163 126 127 HGAAAA XHCAAA HHHHxx -6579 1558 1 3 9 19 79 579 579 1579 6579 158 159 BTAAAA YHCAAA OOOOxx -2355 1559 1 3 5 15 55 355 355 2355 2355 110 111 PMAAAA ZHCAAA VVVVxx -70 1560 0 2 0 10 70 70 70 70 70 140 141 SCAAAA AICAAA AAAAxx -651 1561 1 3 1 11 51 651 651 651 651 102 103 BZAAAA BICAAA HHHHxx -4436 1562 0 0 6 16 36 436 436 4436 4436 72 73 QOAAAA CICAAA OOOOxx -4240 1563 0 0 0 0 40 240 240 4240 4240 80 81 CHAAAA DICAAA VVVVxx -2722 1564 0 2 2 2 22 722 722 2722 2722 44 45 SAAAAA EICAAA AAAAxx -8937 1565 1 1 7 17 37 937 937 3937 8937 74 75 TFAAAA FICAAA HHHHxx -8364 1566 0 0 4 4 64 364 364 3364 8364 128 129 SJAAAA GICAAA OOOOxx -8317 1567 1 1 7 17 17 317 317 3317 8317 34 35 XHAAAA HICAAA VVVVxx -8872 1568 0 0 2 12 72 872 872 3872 8872 144 145 GDAAAA IICAAA AAAAxx -5512 1569 0 0 2 12 12 512 1512 512 5512 24 25 AEAAAA JICAAA HHHHxx -6651 1570 1 3 1 11 51 651 651 1651 6651 102 103 VVAAAA KICAAA OOOOxx -5976 1571 0 0 6 16 76 976 1976 976 5976 152 153 WVAAAA LICAAA VVVVxx -3301 1572 1 1 1 1 1 301 1301 3301 3301 2 3 ZWAAAA MICAAA AAAAxx -6784 1573 0 0 4 4 84 784 784 1784 6784 168 169 YAAAAA NICAAA HHHHxx -573 1574 1 1 3 13 73 573 573 573 573 146 147 BWAAAA OICAAA OOOOxx -3015 1575 1 3 5 15 15 15 1015 3015 3015 30 31 ZLAAAA PICAAA VVVVxx -8245 1576 1 1 5 5 45 245 245 3245 8245 90 91 DFAAAA QICAAA AAAAxx -5251 1577 1 3 1 11 51 251 1251 251 5251 102 103 ZTAAAA RICAAA HHHHxx -2281 1578 1 1 1 1 81 281 281 2281 2281 162 163 TJAAAA SICAAA OOOOxx -518 1579 0 2 8 18 18 518 518 518 518 36 37 YTAAAA TICAAA VVVVxx -9839 1580 1 3 9 19 39 839 1839 4839 9839 78 79 LOAAAA UICAAA AAAAxx -4526 1581 0 2 6 6 26 526 526 4526 4526 52 53 CSAAAA VICAAA HHHHxx -1261 1582 1 1 1 1 61 261 1261 1261 1261 122 123 NWAAAA WICAAA OOOOxx -4259 1583 1 3 9 19 59 259 259 4259 4259 118 119 VHAAAA XICAAA VVVVxx -9098 1584 0 2 8 18 98 98 1098 4098 9098 196 197 YLAAAA YICAAA AAAAxx -6037 1585 1 1 7 17 37 37 37 1037 6037 74 75 FYAAAA ZICAAA HHHHxx -4284 1586 0 0 4 4 84 284 284 4284 4284 168 169 UIAAAA AJCAAA OOOOxx -3267 1587 1 3 7 7 67 267 1267 3267 3267 134 135 RVAAAA BJCAAA VVVVxx -5908 1588 0 0 8 8 8 908 1908 908 5908 16 17 GTAAAA CJCAAA AAAAxx -1549 1589 1 1 9 9 49 549 1549 1549 1549 98 99 PHAAAA DJCAAA HHHHxx -8736 1590 0 0 6 16 36 736 736 3736 8736 72 73 AYAAAA EJCAAA OOOOxx -2008 1591 0 0 8 8 8 8 8 2008 2008 16 17 GZAAAA FJCAAA VVVVxx -548 1592 0 0 8 8 48 548 548 548 548 96 97 CVAAAA GJCAAA AAAAxx -8846 1593 0 2 6 6 46 846 846 3846 8846 92 93 GCAAAA HJCAAA HHHHxx -8374 1594 0 2 4 14 74 374 374 3374 8374 148 149 CKAAAA IJCAAA OOOOxx -7986 1595 0 2 6 6 86 986 1986 2986 7986 172 173 EVAAAA JJCAAA VVVVxx -6819 1596 1 3 9 19 19 819 819 1819 6819 38 39 HCAAAA KJCAAA AAAAxx -4418 1597 0 2 8 18 18 418 418 4418 4418 36 37 YNAAAA LJCAAA HHHHxx -833 1598 1 1 3 13 33 833 833 833 833 66 67 BGAAAA MJCAAA OOOOxx -4416 1599 0 0 6 16 16 416 416 4416 4416 32 33 WNAAAA NJCAAA VVVVxx -4902 1600 0 2 2 2 2 902 902 4902 4902 4 5 OGAAAA OJCAAA AAAAxx -6828 1601 0 0 8 8 28 828 828 1828 6828 56 57 QCAAAA PJCAAA HHHHxx -1118 1602 0 2 8 18 18 118 1118 1118 1118 36 37 ARAAAA QJCAAA OOOOxx -9993 1603 1 1 3 13 93 993 1993 4993 9993 186 187 JUAAAA RJCAAA VVVVxx -1430 1604 0 2 0 10 30 430 1430 1430 1430 60 61 ADAAAA SJCAAA AAAAxx -5670 1605 0 2 0 10 70 670 1670 670 5670 140 141 CKAAAA TJCAAA HHHHxx -5424 1606 0 0 4 4 24 424 1424 424 5424 48 49 QAAAAA UJCAAA OOOOxx -5561 1607 1 1 1 1 61 561 1561 561 5561 122 123 XFAAAA VJCAAA VVVVxx -2027 1608 1 3 7 7 27 27 27 2027 2027 54 55 ZZAAAA WJCAAA AAAAxx -6924 1609 0 0 4 4 24 924 924 1924 6924 48 49 IGAAAA XJCAAA HHHHxx -5946 1610 0 2 6 6 46 946 1946 946 5946 92 93 SUAAAA YJCAAA OOOOxx -4294 1611 0 2 4 14 94 294 294 4294 4294 188 189 EJAAAA ZJCAAA VVVVxx -2936 1612 0 0 6 16 36 936 936 2936 2936 72 73 YIAAAA AKCAAA AAAAxx -3855 1613 1 3 5 15 55 855 1855 3855 3855 110 111 HSAAAA BKCAAA HHHHxx -455 1614 1 3 5 15 55 455 455 455 455 110 111 NRAAAA CKCAAA OOOOxx -2918 1615 0 2 8 18 18 918 918 2918 2918 36 37 GIAAAA DKCAAA VVVVxx -448 1616 0 0 8 8 48 448 448 448 448 96 97 GRAAAA EKCAAA AAAAxx -2149 1617 1 1 9 9 49 149 149 2149 2149 98 99 REAAAA FKCAAA HHHHxx -8890 1618 0 2 0 10 90 890 890 3890 8890 180 181 YDAAAA GKCAAA OOOOxx -8919 1619 1 3 9 19 19 919 919 3919 8919 38 39 BFAAAA HKCAAA VVVVxx -4957 1620 1 1 7 17 57 957 957 4957 4957 114 115 RIAAAA IKCAAA AAAAxx -4 1621 0 0 4 4 4 4 4 4 4 8 9 EAAAAA JKCAAA HHHHxx -4837 1622 1 1 7 17 37 837 837 4837 4837 74 75 BEAAAA KKCAAA OOOOxx -3976 1623 0 0 6 16 76 976 1976 3976 3976 152 153 YWAAAA LKCAAA VVVVxx -9459 1624 1 3 9 19 59 459 1459 4459 9459 118 119 VZAAAA MKCAAA AAAAxx -7097 1625 1 1 7 17 97 97 1097 2097 7097 194 195 ZMAAAA NKCAAA HHHHxx -9226 1626 0 2 6 6 26 226 1226 4226 9226 52 53 WQAAAA OKCAAA OOOOxx -5803 1627 1 3 3 3 3 803 1803 803 5803 6 7 FPAAAA PKCAAA VVVVxx -21 1628 1 1 1 1 21 21 21 21 21 42 43 VAAAAA QKCAAA AAAAxx -5275 1629 1 3 5 15 75 275 1275 275 5275 150 151 XUAAAA RKCAAA HHHHxx -3488 1630 0 0 8 8 88 488 1488 3488 3488 176 177 EEAAAA SKCAAA OOOOxx -1595 1631 1 3 5 15 95 595 1595 1595 1595 190 191 JJAAAA TKCAAA VVVVxx -5212 1632 0 0 2 12 12 212 1212 212 5212 24 25 MSAAAA UKCAAA AAAAxx -6574 1633 0 2 4 14 74 574 574 1574 6574 148 149 WSAAAA VKCAAA HHHHxx -7524 1634 0 0 4 4 24 524 1524 2524 7524 48 49 KDAAAA WKCAAA OOOOxx -6100 1635 0 0 0 0 0 100 100 1100 6100 0 1 QAAAAA XKCAAA VVVVxx -1198 1636 0 2 8 18 98 198 1198 1198 1198 196 197 CUAAAA YKCAAA AAAAxx -7345 1637 1 1 5 5 45 345 1345 2345 7345 90 91 NWAAAA ZKCAAA HHHHxx -5020 1638 0 0 0 0 20 20 1020 20 5020 40 41 CLAAAA ALCAAA OOOOxx -6925 1639 1 1 5 5 25 925 925 1925 6925 50 51 JGAAAA BLCAAA VVVVxx -8915 1640 1 3 5 15 15 915 915 3915 8915 30 31 XEAAAA CLCAAA AAAAxx -3088 1641 0 0 8 8 88 88 1088 3088 3088 176 177 UOAAAA DLCAAA HHHHxx -4828 1642 0 0 8 8 28 828 828 4828 4828 56 57 SDAAAA ELCAAA OOOOxx -7276 1643 0 0 6 16 76 276 1276 2276 7276 152 153 WTAAAA FLCAAA VVVVxx -299 1644 1 3 9 19 99 299 299 299 299 198 199 NLAAAA GLCAAA AAAAxx -76 1645 0 0 6 16 76 76 76 76 76 152 153 YCAAAA HLCAAA HHHHxx -8458 1646 0 2 8 18 58 458 458 3458 8458 116 117 INAAAA ILCAAA OOOOxx -7207 1647 1 3 7 7 7 207 1207 2207 7207 14 15 FRAAAA JLCAAA VVVVxx -5585 1648 1 1 5 5 85 585 1585 585 5585 170 171 VGAAAA KLCAAA AAAAxx -3234 1649 0 2 4 14 34 234 1234 3234 3234 68 69 KUAAAA LLCAAA HHHHxx -8001 1650 1 1 1 1 1 1 1 3001 8001 2 3 TVAAAA MLCAAA OOOOxx -1319 1651 1 3 9 19 19 319 1319 1319 1319 38 39 TYAAAA NLCAAA VVVVxx -6342 1652 0 2 2 2 42 342 342 1342 6342 84 85 YJAAAA OLCAAA AAAAxx -9199 1653 1 3 9 19 99 199 1199 4199 9199 198 199 VPAAAA PLCAAA HHHHxx -5696 1654 0 0 6 16 96 696 1696 696 5696 192 193 CLAAAA QLCAAA OOOOxx -2562 1655 0 2 2 2 62 562 562 2562 2562 124 125 OUAAAA RLCAAA VVVVxx -4226 1656 0 2 6 6 26 226 226 4226 4226 52 53 OGAAAA SLCAAA AAAAxx -1184 1657 0 0 4 4 84 184 1184 1184 1184 168 169 OTAAAA TLCAAA HHHHxx -5807 1658 1 3 7 7 7 807 1807 807 5807 14 15 JPAAAA ULCAAA OOOOxx -1890 1659 0 2 0 10 90 890 1890 1890 1890 180 181 SUAAAA VLCAAA VVVVxx -451 1660 1 3 1 11 51 451 451 451 451 102 103 JRAAAA WLCAAA AAAAxx -1049 1661 1 1 9 9 49 49 1049 1049 1049 98 99 JOAAAA XLCAAA HHHHxx -5272 1662 0 0 2 12 72 272 1272 272 5272 144 145 UUAAAA YLCAAA OOOOxx -4588 1663 0 0 8 8 88 588 588 4588 4588 176 177 MUAAAA ZLCAAA VVVVxx -5213 1664 1 1 3 13 13 213 1213 213 5213 26 27 NSAAAA AMCAAA AAAAxx -9543 1665 1 3 3 3 43 543 1543 4543 9543 86 87 BDAAAA BMCAAA HHHHxx -6318 1666 0 2 8 18 18 318 318 1318 6318 36 37 AJAAAA CMCAAA OOOOxx -7992 1667 0 0 2 12 92 992 1992 2992 7992 184 185 KVAAAA DMCAAA VVVVxx -4619 1668 1 3 9 19 19 619 619 4619 4619 38 39 RVAAAA EMCAAA AAAAxx -7189 1669 1 1 9 9 89 189 1189 2189 7189 178 179 NQAAAA FMCAAA HHHHxx -2178 1670 0 2 8 18 78 178 178 2178 2178 156 157 UFAAAA GMCAAA OOOOxx -4928 1671 0 0 8 8 28 928 928 4928 4928 56 57 OHAAAA HMCAAA VVVVxx -3966 1672 0 2 6 6 66 966 1966 3966 3966 132 133 OWAAAA IMCAAA AAAAxx -9790 1673 0 2 0 10 90 790 1790 4790 9790 180 181 OMAAAA JMCAAA HHHHxx -9150 1674 0 2 0 10 50 150 1150 4150 9150 100 101 YNAAAA KMCAAA OOOOxx -313 1675 1 1 3 13 13 313 313 313 313 26 27 BMAAAA LMCAAA VVVVxx -1614 1676 0 2 4 14 14 614 1614 1614 1614 28 29 CKAAAA MMCAAA AAAAxx -1581 1677 1 1 1 1 81 581 1581 1581 1581 162 163 VIAAAA NMCAAA HHHHxx -3674 1678 0 2 4 14 74 674 1674 3674 3674 148 149 ILAAAA OMCAAA OOOOxx -3444 1679 0 0 4 4 44 444 1444 3444 3444 88 89 MCAAAA PMCAAA VVVVxx -1050 1680 0 2 0 10 50 50 1050 1050 1050 100 101 KOAAAA QMCAAA AAAAxx -8241 1681 1 1 1 1 41 241 241 3241 8241 82 83 ZEAAAA RMCAAA HHHHxx -3382 1682 0 2 2 2 82 382 1382 3382 3382 164 165 CAAAAA SMCAAA OOOOxx -7105 1683 1 1 5 5 5 105 1105 2105 7105 10 11 HNAAAA TMCAAA VVVVxx -2957 1684 1 1 7 17 57 957 957 2957 2957 114 115 TJAAAA UMCAAA AAAAxx -6162 1685 0 2 2 2 62 162 162 1162 6162 124 125 ADAAAA VMCAAA HHHHxx -5150 1686 0 2 0 10 50 150 1150 150 5150 100 101 CQAAAA WMCAAA OOOOxx -2622 1687 0 2 2 2 22 622 622 2622 2622 44 45 WWAAAA XMCAAA VVVVxx -2240 1688 0 0 0 0 40 240 240 2240 2240 80 81 EIAAAA YMCAAA AAAAxx -8880 1689 0 0 0 0 80 880 880 3880 8880 160 161 ODAAAA ZMCAAA HHHHxx -9250 1690 0 2 0 10 50 250 1250 4250 9250 100 101 URAAAA ANCAAA OOOOxx -7010 1691 0 2 0 10 10 10 1010 2010 7010 20 21 QJAAAA BNCAAA VVVVxx -1098 1692 0 2 8 18 98 98 1098 1098 1098 196 197 GQAAAA CNCAAA AAAAxx -648 1693 0 0 8 8 48 648 648 648 648 96 97 YYAAAA DNCAAA HHHHxx -5536 1694 0 0 6 16 36 536 1536 536 5536 72 73 YEAAAA ENCAAA OOOOxx -7858 1695 0 2 8 18 58 858 1858 2858 7858 116 117 GQAAAA FNCAAA VVVVxx -7053 1696 1 1 3 13 53 53 1053 2053 7053 106 107 HLAAAA GNCAAA AAAAxx -8681 1697 1 1 1 1 81 681 681 3681 8681 162 163 XVAAAA HNCAAA HHHHxx -8832 1698 0 0 2 12 32 832 832 3832 8832 64 65 SBAAAA INCAAA OOOOxx -6836 1699 0 0 6 16 36 836 836 1836 6836 72 73 YCAAAA JNCAAA VVVVxx -4856 1700 0 0 6 16 56 856 856 4856 4856 112 113 UEAAAA KNCAAA AAAAxx -345 1701 1 1 5 5 45 345 345 345 345 90 91 HNAAAA LNCAAA HHHHxx -6559 1702 1 3 9 19 59 559 559 1559 6559 118 119 HSAAAA MNCAAA OOOOxx -3017 1703 1 1 7 17 17 17 1017 3017 3017 34 35 BMAAAA NNCAAA VVVVxx -4176 1704 0 0 6 16 76 176 176 4176 4176 152 153 QEAAAA ONCAAA AAAAxx -2839 1705 1 3 9 19 39 839 839 2839 2839 78 79 FFAAAA PNCAAA HHHHxx -6065 1706 1 1 5 5 65 65 65 1065 6065 130 131 HZAAAA QNCAAA OOOOxx -7360 1707 0 0 0 0 60 360 1360 2360 7360 120 121 CXAAAA RNCAAA VVVVxx -9527 1708 1 3 7 7 27 527 1527 4527 9527 54 55 LCAAAA SNCAAA AAAAxx -8849 1709 1 1 9 9 49 849 849 3849 8849 98 99 JCAAAA TNCAAA HHHHxx -7274 1710 0 2 4 14 74 274 1274 2274 7274 148 149 UTAAAA UNCAAA OOOOxx -4368 1711 0 0 8 8 68 368 368 4368 4368 136 137 AMAAAA VNCAAA VVVVxx -2488 1712 0 0 8 8 88 488 488 2488 2488 176 177 SRAAAA WNCAAA AAAAxx -4674 1713 0 2 4 14 74 674 674 4674 4674 148 149 UXAAAA XNCAAA HHHHxx -365 1714 1 1 5 5 65 365 365 365 365 130 131 BOAAAA YNCAAA OOOOxx -5897 1715 1 1 7 17 97 897 1897 897 5897 194 195 VSAAAA ZNCAAA VVVVxx -8918 1716 0 2 8 18 18 918 918 3918 8918 36 37 AFAAAA AOCAAA AAAAxx -1988 1717 0 0 8 8 88 988 1988 1988 1988 176 177 MYAAAA BOCAAA HHHHxx -1210 1718 0 2 0 10 10 210 1210 1210 1210 20 21 OUAAAA COCAAA OOOOxx -2945 1719 1 1 5 5 45 945 945 2945 2945 90 91 HJAAAA DOCAAA VVVVxx -555 1720 1 3 5 15 55 555 555 555 555 110 111 JVAAAA EOCAAA AAAAxx -9615 1721 1 3 5 15 15 615 1615 4615 9615 30 31 VFAAAA FOCAAA HHHHxx -9939 1722 1 3 9 19 39 939 1939 4939 9939 78 79 HSAAAA GOCAAA OOOOxx -1216 1723 0 0 6 16 16 216 1216 1216 1216 32 33 UUAAAA HOCAAA VVVVxx -745 1724 1 1 5 5 45 745 745 745 745 90 91 RCAAAA IOCAAA AAAAxx -3326 1725 0 2 6 6 26 326 1326 3326 3326 52 53 YXAAAA JOCAAA HHHHxx -953 1726 1 1 3 13 53 953 953 953 953 106 107 RKAAAA KOCAAA OOOOxx -444 1727 0 0 4 4 44 444 444 444 444 88 89 CRAAAA LOCAAA VVVVxx -280 1728 0 0 0 0 80 280 280 280 280 160 161 UKAAAA MOCAAA AAAAxx -3707 1729 1 3 7 7 7 707 1707 3707 3707 14 15 PMAAAA NOCAAA HHHHxx -1351 1730 1 3 1 11 51 351 1351 1351 1351 102 103 ZZAAAA OOCAAA OOOOxx -1280 1731 0 0 0 0 80 280 1280 1280 1280 160 161 GXAAAA POCAAA VVVVxx -628 1732 0 0 8 8 28 628 628 628 628 56 57 EYAAAA QOCAAA AAAAxx -6198 1733 0 2 8 18 98 198 198 1198 6198 196 197 KEAAAA ROCAAA HHHHxx -1957 1734 1 1 7 17 57 957 1957 1957 1957 114 115 HXAAAA SOCAAA OOOOxx -9241 1735 1 1 1 1 41 241 1241 4241 9241 82 83 LRAAAA TOCAAA VVVVxx -303 1736 1 3 3 3 3 303 303 303 303 6 7 RLAAAA UOCAAA AAAAxx -1945 1737 1 1 5 5 45 945 1945 1945 1945 90 91 VWAAAA VOCAAA HHHHxx -3634 1738 0 2 4 14 34 634 1634 3634 3634 68 69 UJAAAA WOCAAA OOOOxx -4768 1739 0 0 8 8 68 768 768 4768 4768 136 137 KBAAAA XOCAAA VVVVxx -9262 1740 0 2 2 2 62 262 1262 4262 9262 124 125 GSAAAA YOCAAA AAAAxx -2610 1741 0 2 0 10 10 610 610 2610 2610 20 21 KWAAAA ZOCAAA HHHHxx -6640 1742 0 0 0 0 40 640 640 1640 6640 80 81 KVAAAA APCAAA OOOOxx -3338 1743 0 2 8 18 38 338 1338 3338 3338 76 77 KYAAAA BPCAAA VVVVxx -6560 1744 0 0 0 0 60 560 560 1560 6560 120 121 ISAAAA CPCAAA AAAAxx -5986 1745 0 2 6 6 86 986 1986 986 5986 172 173 GWAAAA DPCAAA HHHHxx -2970 1746 0 2 0 10 70 970 970 2970 2970 140 141 GKAAAA EPCAAA OOOOxx -4731 1747 1 3 1 11 31 731 731 4731 4731 62 63 ZZAAAA FPCAAA VVVVxx -9486 1748 0 2 6 6 86 486 1486 4486 9486 172 173 WAAAAA GPCAAA AAAAxx -7204 1749 0 0 4 4 4 204 1204 2204 7204 8 9 CRAAAA HPCAAA HHHHxx -6685 1750 1 1 5 5 85 685 685 1685 6685 170 171 DXAAAA IPCAAA OOOOxx -6852 1751 0 0 2 12 52 852 852 1852 6852 104 105 ODAAAA JPCAAA VVVVxx -2325 1752 1 1 5 5 25 325 325 2325 2325 50 51 LLAAAA KPCAAA AAAAxx -1063 1753 1 3 3 3 63 63 1063 1063 1063 126 127 XOAAAA LPCAAA HHHHxx -6810 1754 0 2 0 10 10 810 810 1810 6810 20 21 YBAAAA MPCAAA OOOOxx -7718 1755 0 2 8 18 18 718 1718 2718 7718 36 37 WKAAAA NPCAAA VVVVxx -1680 1756 0 0 0 0 80 680 1680 1680 1680 160 161 QMAAAA OPCAAA AAAAxx -7402 1757 0 2 2 2 2 402 1402 2402 7402 4 5 SYAAAA PPCAAA HHHHxx -4134 1758 0 2 4 14 34 134 134 4134 4134 68 69 ADAAAA QPCAAA OOOOxx -8232 1759 0 0 2 12 32 232 232 3232 8232 64 65 QEAAAA RPCAAA VVVVxx -6682 1760 0 2 2 2 82 682 682 1682 6682 164 165 AXAAAA SPCAAA AAAAxx -7952 1761 0 0 2 12 52 952 1952 2952 7952 104 105 WTAAAA TPCAAA HHHHxx -5943 1762 1 3 3 3 43 943 1943 943 5943 86 87 PUAAAA UPCAAA OOOOxx -5394 1763 0 2 4 14 94 394 1394 394 5394 188 189 MZAAAA VPCAAA VVVVxx -6554 1764 0 2 4 14 54 554 554 1554 6554 108 109 CSAAAA WPCAAA AAAAxx -8186 1765 0 2 6 6 86 186 186 3186 8186 172 173 WCAAAA XPCAAA HHHHxx -199 1766 1 3 9 19 99 199 199 199 199 198 199 RHAAAA YPCAAA OOOOxx -3386 1767 0 2 6 6 86 386 1386 3386 3386 172 173 GAAAAA ZPCAAA VVVVxx -8974 1768 0 2 4 14 74 974 974 3974 8974 148 149 EHAAAA AQCAAA AAAAxx -8140 1769 0 0 0 0 40 140 140 3140 8140 80 81 CBAAAA BQCAAA HHHHxx -3723 1770 1 3 3 3 23 723 1723 3723 3723 46 47 FNAAAA CQCAAA OOOOxx -8827 1771 1 3 7 7 27 827 827 3827 8827 54 55 NBAAAA DQCAAA VVVVxx -1998 1772 0 2 8 18 98 998 1998 1998 1998 196 197 WYAAAA EQCAAA AAAAxx -879 1773 1 3 9 19 79 879 879 879 879 158 159 VHAAAA FQCAAA HHHHxx -892 1774 0 0 2 12 92 892 892 892 892 184 185 IIAAAA GQCAAA OOOOxx -9468 1775 0 0 8 8 68 468 1468 4468 9468 136 137 EAAAAA HQCAAA VVVVxx -3797 1776 1 1 7 17 97 797 1797 3797 3797 194 195 BQAAAA IQCAAA AAAAxx -8379 1777 1 3 9 19 79 379 379 3379 8379 158 159 HKAAAA JQCAAA HHHHxx -2817 1778 1 1 7 17 17 817 817 2817 2817 34 35 JEAAAA KQCAAA OOOOxx -789 1779 1 1 9 9 89 789 789 789 789 178 179 JEAAAA LQCAAA VVVVxx -3871 1780 1 3 1 11 71 871 1871 3871 3871 142 143 XSAAAA MQCAAA AAAAxx -7931 1781 1 3 1 11 31 931 1931 2931 7931 62 63 BTAAAA NQCAAA HHHHxx -3636 1782 0 0 6 16 36 636 1636 3636 3636 72 73 WJAAAA OQCAAA OOOOxx -699 1783 1 3 9 19 99 699 699 699 699 198 199 XAAAAA PQCAAA VVVVxx -6850 1784 0 2 0 10 50 850 850 1850 6850 100 101 MDAAAA QQCAAA AAAAxx -6394 1785 0 2 4 14 94 394 394 1394 6394 188 189 YLAAAA RQCAAA HHHHxx -3475 1786 1 3 5 15 75 475 1475 3475 3475 150 151 RDAAAA SQCAAA OOOOxx -3026 1787 0 2 6 6 26 26 1026 3026 3026 52 53 KMAAAA TQCAAA VVVVxx -876 1788 0 0 6 16 76 876 876 876 876 152 153 SHAAAA UQCAAA AAAAxx -1992 1789 0 0 2 12 92 992 1992 1992 1992 184 185 QYAAAA VQCAAA HHHHxx -3079 1790 1 3 9 19 79 79 1079 3079 3079 158 159 LOAAAA WQCAAA OOOOxx -8128 1791 0 0 8 8 28 128 128 3128 8128 56 57 QAAAAA XQCAAA VVVVxx -8123 1792 1 3 3 3 23 123 123 3123 8123 46 47 LAAAAA YQCAAA AAAAxx -3285 1793 1 1 5 5 85 285 1285 3285 3285 170 171 JWAAAA ZQCAAA HHHHxx -9315 1794 1 3 5 15 15 315 1315 4315 9315 30 31 HUAAAA ARCAAA OOOOxx -9862 1795 0 2 2 2 62 862 1862 4862 9862 124 125 IPAAAA BRCAAA VVVVxx -2764 1796 0 0 4 4 64 764 764 2764 2764 128 129 ICAAAA CRCAAA AAAAxx -3544 1797 0 0 4 4 44 544 1544 3544 3544 88 89 IGAAAA DRCAAA HHHHxx -7747 1798 1 3 7 7 47 747 1747 2747 7747 94 95 ZLAAAA ERCAAA OOOOxx -7725 1799 1 1 5 5 25 725 1725 2725 7725 50 51 DLAAAA FRCAAA VVVVxx -2449 1800 1 1 9 9 49 449 449 2449 2449 98 99 FQAAAA GRCAAA AAAAxx -8967 1801 1 3 7 7 67 967 967 3967 8967 134 135 XGAAAA HRCAAA HHHHxx -7371 1802 1 3 1 11 71 371 1371 2371 7371 142 143 NXAAAA IRCAAA OOOOxx -2158 1803 0 2 8 18 58 158 158 2158 2158 116 117 AFAAAA JRCAAA VVVVxx -5590 1804 0 2 0 10 90 590 1590 590 5590 180 181 AHAAAA KRCAAA AAAAxx -8072 1805 0 0 2 12 72 72 72 3072 8072 144 145 MYAAAA LRCAAA HHHHxx -1971 1806 1 3 1 11 71 971 1971 1971 1971 142 143 VXAAAA MRCAAA OOOOxx -772 1807 0 0 2 12 72 772 772 772 772 144 145 SDAAAA NRCAAA VVVVxx -3433 1808 1 1 3 13 33 433 1433 3433 3433 66 67 BCAAAA ORCAAA AAAAxx -8419 1809 1 3 9 19 19 419 419 3419 8419 38 39 VLAAAA PRCAAA HHHHxx -1493 1810 1 1 3 13 93 493 1493 1493 1493 186 187 LFAAAA QRCAAA OOOOxx -2584 1811 0 0 4 4 84 584 584 2584 2584 168 169 KVAAAA RRCAAA VVVVxx -9502 1812 0 2 2 2 2 502 1502 4502 9502 4 5 MBAAAA SRCAAA AAAAxx -4673 1813 1 1 3 13 73 673 673 4673 4673 146 147 TXAAAA TRCAAA HHHHxx -7403 1814 1 3 3 3 3 403 1403 2403 7403 6 7 TYAAAA URCAAA OOOOxx -7103 1815 1 3 3 3 3 103 1103 2103 7103 6 7 FNAAAA VRCAAA VVVVxx -7026 1816 0 2 6 6 26 26 1026 2026 7026 52 53 GKAAAA WRCAAA AAAAxx -8574 1817 0 2 4 14 74 574 574 3574 8574 148 149 URAAAA XRCAAA HHHHxx -1366 1818 0 2 6 6 66 366 1366 1366 1366 132 133 OAAAAA YRCAAA OOOOxx -5787 1819 1 3 7 7 87 787 1787 787 5787 174 175 POAAAA ZRCAAA VVVVxx -2552 1820 0 0 2 12 52 552 552 2552 2552 104 105 EUAAAA ASCAAA AAAAxx -4557 1821 1 1 7 17 57 557 557 4557 4557 114 115 HTAAAA BSCAAA HHHHxx -3237 1822 1 1 7 17 37 237 1237 3237 3237 74 75 NUAAAA CSCAAA OOOOxx -6901 1823 1 1 1 1 1 901 901 1901 6901 2 3 LFAAAA DSCAAA VVVVxx -7708 1824 0 0 8 8 8 708 1708 2708 7708 16 17 MKAAAA ESCAAA AAAAxx -2011 1825 1 3 1 11 11 11 11 2011 2011 22 23 JZAAAA FSCAAA HHHHxx -9455 1826 1 3 5 15 55 455 1455 4455 9455 110 111 RZAAAA GSCAAA OOOOxx -5228 1827 0 0 8 8 28 228 1228 228 5228 56 57 CTAAAA HSCAAA VVVVxx -4043 1828 1 3 3 3 43 43 43 4043 4043 86 87 NZAAAA ISCAAA AAAAxx -8242 1829 0 2 2 2 42 242 242 3242 8242 84 85 AFAAAA JSCAAA HHHHxx -6351 1830 1 3 1 11 51 351 351 1351 6351 102 103 HKAAAA KSCAAA OOOOxx -5899 1831 1 3 9 19 99 899 1899 899 5899 198 199 XSAAAA LSCAAA VVVVxx -4849 1832 1 1 9 9 49 849 849 4849 4849 98 99 NEAAAA MSCAAA AAAAxx -9583 1833 1 3 3 3 83 583 1583 4583 9583 166 167 PEAAAA NSCAAA HHHHxx -4994 1834 0 2 4 14 94 994 994 4994 4994 188 189 CKAAAA OSCAAA OOOOxx -9787 1835 1 3 7 7 87 787 1787 4787 9787 174 175 LMAAAA PSCAAA VVVVxx -243 1836 1 3 3 3 43 243 243 243 243 86 87 JJAAAA QSCAAA AAAAxx -3931 1837 1 3 1 11 31 931 1931 3931 3931 62 63 FVAAAA RSCAAA HHHHxx -5945 1838 1 1 5 5 45 945 1945 945 5945 90 91 RUAAAA SSCAAA OOOOxx -1325 1839 1 1 5 5 25 325 1325 1325 1325 50 51 ZYAAAA TSCAAA VVVVxx -4142 1840 0 2 2 2 42 142 142 4142 4142 84 85 IDAAAA USCAAA AAAAxx -1963 1841 1 3 3 3 63 963 1963 1963 1963 126 127 NXAAAA VSCAAA HHHHxx -7041 1842 1 1 1 1 41 41 1041 2041 7041 82 83 VKAAAA WSCAAA OOOOxx -3074 1843 0 2 4 14 74 74 1074 3074 3074 148 149 GOAAAA XSCAAA VVVVxx -3290 1844 0 2 0 10 90 290 1290 3290 3290 180 181 OWAAAA YSCAAA AAAAxx -4146 1845 0 2 6 6 46 146 146 4146 4146 92 93 MDAAAA ZSCAAA HHHHxx -3832 1846 0 0 2 12 32 832 1832 3832 3832 64 65 KRAAAA ATCAAA OOOOxx -2217 1847 1 1 7 17 17 217 217 2217 2217 34 35 HHAAAA BTCAAA VVVVxx -635 1848 1 3 5 15 35 635 635 635 635 70 71 LYAAAA CTCAAA AAAAxx -6967 1849 1 3 7 7 67 967 967 1967 6967 134 135 ZHAAAA DTCAAA HHHHxx -3522 1850 0 2 2 2 22 522 1522 3522 3522 44 45 MFAAAA ETCAAA OOOOxx -2471 1851 1 3 1 11 71 471 471 2471 2471 142 143 BRAAAA FTCAAA VVVVxx -4236 1852 0 0 6 16 36 236 236 4236 4236 72 73 YGAAAA GTCAAA AAAAxx -853 1853 1 1 3 13 53 853 853 853 853 106 107 VGAAAA HTCAAA HHHHxx -3754 1854 0 2 4 14 54 754 1754 3754 3754 108 109 KOAAAA ITCAAA OOOOxx -796 1855 0 0 6 16 96 796 796 796 796 192 193 QEAAAA JTCAAA VVVVxx -4640 1856 0 0 0 0 40 640 640 4640 4640 80 81 MWAAAA KTCAAA AAAAxx -9496 1857 0 0 6 16 96 496 1496 4496 9496 192 193 GBAAAA LTCAAA HHHHxx -6873 1858 1 1 3 13 73 873 873 1873 6873 146 147 JEAAAA MTCAAA OOOOxx -4632 1859 0 0 2 12 32 632 632 4632 4632 64 65 EWAAAA NTCAAA VVVVxx -5758 1860 0 2 8 18 58 758 1758 758 5758 116 117 MNAAAA OTCAAA AAAAxx -6514 1861 0 2 4 14 14 514 514 1514 6514 28 29 OQAAAA PTCAAA HHHHxx -9510 1862 0 2 0 10 10 510 1510 4510 9510 20 21 UBAAAA QTCAAA OOOOxx -8411 1863 1 3 1 11 11 411 411 3411 8411 22 23 NLAAAA RTCAAA VVVVxx -7762 1864 0 2 2 2 62 762 1762 2762 7762 124 125 OMAAAA STCAAA AAAAxx -2225 1865 1 1 5 5 25 225 225 2225 2225 50 51 PHAAAA TTCAAA HHHHxx -4373 1866 1 1 3 13 73 373 373 4373 4373 146 147 FMAAAA UTCAAA OOOOxx -7326 1867 0 2 6 6 26 326 1326 2326 7326 52 53 UVAAAA VTCAAA VVVVxx -8651 1868 1 3 1 11 51 651 651 3651 8651 102 103 TUAAAA WTCAAA AAAAxx -9825 1869 1 1 5 5 25 825 1825 4825 9825 50 51 XNAAAA XTCAAA HHHHxx -2988 1870 0 0 8 8 88 988 988 2988 2988 176 177 YKAAAA YTCAAA OOOOxx -8138 1871 0 2 8 18 38 138 138 3138 8138 76 77 ABAAAA ZTCAAA VVVVxx -7792 1872 0 0 2 12 92 792 1792 2792 7792 184 185 SNAAAA AUCAAA AAAAxx -1232 1873 0 0 2 12 32 232 1232 1232 1232 64 65 KVAAAA BUCAAA HHHHxx -8221 1874 1 1 1 1 21 221 221 3221 8221 42 43 FEAAAA CUCAAA OOOOxx -4044 1875 0 0 4 4 44 44 44 4044 4044 88 89 OZAAAA DUCAAA VVVVxx -1204 1876 0 0 4 4 4 204 1204 1204 1204 8 9 IUAAAA EUCAAA AAAAxx -5145 1877 1 1 5 5 45 145 1145 145 5145 90 91 XPAAAA FUCAAA HHHHxx -7791 1878 1 3 1 11 91 791 1791 2791 7791 182 183 RNAAAA GUCAAA OOOOxx -8270 1879 0 2 0 10 70 270 270 3270 8270 140 141 CGAAAA HUCAAA VVVVxx -9427 1880 1 3 7 7 27 427 1427 4427 9427 54 55 PYAAAA IUCAAA AAAAxx -2152 1881 0 0 2 12 52 152 152 2152 2152 104 105 UEAAAA JUCAAA HHHHxx -7790 1882 0 2 0 10 90 790 1790 2790 7790 180 181 QNAAAA KUCAAA OOOOxx -5301 1883 1 1 1 1 1 301 1301 301 5301 2 3 XVAAAA LUCAAA VVVVxx -626 1884 0 2 6 6 26 626 626 626 626 52 53 CYAAAA MUCAAA AAAAxx -260 1885 0 0 0 0 60 260 260 260 260 120 121 AKAAAA NUCAAA HHHHxx -4369 1886 1 1 9 9 69 369 369 4369 4369 138 139 BMAAAA OUCAAA OOOOxx -5457 1887 1 1 7 17 57 457 1457 457 5457 114 115 XBAAAA PUCAAA VVVVxx -3468 1888 0 0 8 8 68 468 1468 3468 3468 136 137 KDAAAA QUCAAA AAAAxx -2257 1889 1 1 7 17 57 257 257 2257 2257 114 115 VIAAAA RUCAAA HHHHxx -9318 1890 0 2 8 18 18 318 1318 4318 9318 36 37 KUAAAA SUCAAA OOOOxx -8762 1891 0 2 2 2 62 762 762 3762 8762 124 125 AZAAAA TUCAAA VVVVxx -9153 1892 1 1 3 13 53 153 1153 4153 9153 106 107 BOAAAA UUCAAA AAAAxx -9220 1893 0 0 0 0 20 220 1220 4220 9220 40 41 QQAAAA VUCAAA HHHHxx -8003 1894 1 3 3 3 3 3 3 3003 8003 6 7 VVAAAA WUCAAA OOOOxx -7257 1895 1 1 7 17 57 257 1257 2257 7257 114 115 DTAAAA XUCAAA VVVVxx -3930 1896 0 2 0 10 30 930 1930 3930 3930 60 61 EVAAAA YUCAAA AAAAxx -2976 1897 0 0 6 16 76 976 976 2976 2976 152 153 MKAAAA ZUCAAA HHHHxx -2531 1898 1 3 1 11 31 531 531 2531 2531 62 63 JTAAAA AVCAAA OOOOxx -2250 1899 0 2 0 10 50 250 250 2250 2250 100 101 OIAAAA BVCAAA VVVVxx -8549 1900 1 1 9 9 49 549 549 3549 8549 98 99 VQAAAA CVCAAA AAAAxx -7197 1901 1 1 7 17 97 197 1197 2197 7197 194 195 VQAAAA DVCAAA HHHHxx -5916 1902 0 0 6 16 16 916 1916 916 5916 32 33 OTAAAA EVCAAA OOOOxx -5287 1903 1 3 7 7 87 287 1287 287 5287 174 175 JVAAAA FVCAAA VVVVxx -9095 1904 1 3 5 15 95 95 1095 4095 9095 190 191 VLAAAA GVCAAA AAAAxx -7137 1905 1 1 7 17 37 137 1137 2137 7137 74 75 NOAAAA HVCAAA HHHHxx -7902 1906 0 2 2 2 2 902 1902 2902 7902 4 5 YRAAAA IVCAAA OOOOxx -7598 1907 0 2 8 18 98 598 1598 2598 7598 196 197 GGAAAA JVCAAA VVVVxx -5652 1908 0 0 2 12 52 652 1652 652 5652 104 105 KJAAAA KVCAAA AAAAxx -2017 1909 1 1 7 17 17 17 17 2017 2017 34 35 PZAAAA LVCAAA HHHHxx -7255 1910 1 3 5 15 55 255 1255 2255 7255 110 111 BTAAAA MVCAAA OOOOxx -7999 1911 1 3 9 19 99 999 1999 2999 7999 198 199 RVAAAA NVCAAA VVVVxx -5388 1912 0 0 8 8 88 388 1388 388 5388 176 177 GZAAAA OVCAAA AAAAxx -8754 1913 0 2 4 14 54 754 754 3754 8754 108 109 SYAAAA PVCAAA HHHHxx -5415 1914 1 3 5 15 15 415 1415 415 5415 30 31 HAAAAA QVCAAA OOOOxx -8861 1915 1 1 1 1 61 861 861 3861 8861 122 123 VCAAAA RVCAAA VVVVxx -2874 1916 0 2 4 14 74 874 874 2874 2874 148 149 OGAAAA SVCAAA AAAAxx -9910 1917 0 2 0 10 10 910 1910 4910 9910 20 21 ERAAAA TVCAAA HHHHxx -5178 1918 0 2 8 18 78 178 1178 178 5178 156 157 ERAAAA UVCAAA OOOOxx -5698 1919 0 2 8 18 98 698 1698 698 5698 196 197 ELAAAA VVCAAA VVVVxx -8500 1920 0 0 0 0 0 500 500 3500 8500 0 1 YOAAAA WVCAAA AAAAxx -1814 1921 0 2 4 14 14 814 1814 1814 1814 28 29 URAAAA XVCAAA HHHHxx -4968 1922 0 0 8 8 68 968 968 4968 4968 136 137 CJAAAA YVCAAA OOOOxx -2642 1923 0 2 2 2 42 642 642 2642 2642 84 85 QXAAAA ZVCAAA VVVVxx -1578 1924 0 2 8 18 78 578 1578 1578 1578 156 157 SIAAAA AWCAAA AAAAxx -4774 1925 0 2 4 14 74 774 774 4774 4774 148 149 QBAAAA BWCAAA HHHHxx -7062 1926 0 2 2 2 62 62 1062 2062 7062 124 125 QLAAAA CWCAAA OOOOxx -5381 1927 1 1 1 1 81 381 1381 381 5381 162 163 ZYAAAA DWCAAA VVVVxx -7985 1928 1 1 5 5 85 985 1985 2985 7985 170 171 DVAAAA EWCAAA AAAAxx -3850 1929 0 2 0 10 50 850 1850 3850 3850 100 101 CSAAAA FWCAAA HHHHxx -5624 1930 0 0 4 4 24 624 1624 624 5624 48 49 IIAAAA GWCAAA OOOOxx -8948 1931 0 0 8 8 48 948 948 3948 8948 96 97 EGAAAA HWCAAA VVVVxx -995 1932 1 3 5 15 95 995 995 995 995 190 191 HMAAAA IWCAAA AAAAxx -5058 1933 0 2 8 18 58 58 1058 58 5058 116 117 OMAAAA JWCAAA HHHHxx -9670 1934 0 2 0 10 70 670 1670 4670 9670 140 141 YHAAAA KWCAAA OOOOxx -3115 1935 1 3 5 15 15 115 1115 3115 3115 30 31 VPAAAA LWCAAA VVVVxx -4935 1936 1 3 5 15 35 935 935 4935 4935 70 71 VHAAAA MWCAAA AAAAxx -4735 1937 1 3 5 15 35 735 735 4735 4735 70 71 DAAAAA NWCAAA HHHHxx -1348 1938 0 0 8 8 48 348 1348 1348 1348 96 97 WZAAAA OWCAAA OOOOxx -2380 1939 0 0 0 0 80 380 380 2380 2380 160 161 ONAAAA PWCAAA VVVVxx -4246 1940 0 2 6 6 46 246 246 4246 4246 92 93 IHAAAA QWCAAA AAAAxx -522 1941 0 2 2 2 22 522 522 522 522 44 45 CUAAAA RWCAAA HHHHxx -1701 1942 1 1 1 1 1 701 1701 1701 1701 2 3 LNAAAA SWCAAA OOOOxx -9709 1943 1 1 9 9 9 709 1709 4709 9709 18 19 LJAAAA TWCAAA VVVVxx -8829 1944 1 1 9 9 29 829 829 3829 8829 58 59 PBAAAA UWCAAA AAAAxx -7936 1945 0 0 6 16 36 936 1936 2936 7936 72 73 GTAAAA VWCAAA HHHHxx -8474 1946 0 2 4 14 74 474 474 3474 8474 148 149 YNAAAA WWCAAA OOOOxx -4676 1947 0 0 6 16 76 676 676 4676 4676 152 153 WXAAAA XWCAAA VVVVxx -6303 1948 1 3 3 3 3 303 303 1303 6303 6 7 LIAAAA YWCAAA AAAAxx -3485 1949 1 1 5 5 85 485 1485 3485 3485 170 171 BEAAAA ZWCAAA HHHHxx -2695 1950 1 3 5 15 95 695 695 2695 2695 190 191 RZAAAA AXCAAA OOOOxx -8830 1951 0 2 0 10 30 830 830 3830 8830 60 61 QBAAAA BXCAAA VVVVxx -898 1952 0 2 8 18 98 898 898 898 898 196 197 OIAAAA CXCAAA AAAAxx -7268 1953 0 0 8 8 68 268 1268 2268 7268 136 137 OTAAAA DXCAAA HHHHxx -6568 1954 0 0 8 8 68 568 568 1568 6568 136 137 QSAAAA EXCAAA OOOOxx -9724 1955 0 0 4 4 24 724 1724 4724 9724 48 49 AKAAAA FXCAAA VVVVxx -3329 1956 1 1 9 9 29 329 1329 3329 3329 58 59 BYAAAA GXCAAA AAAAxx -9860 1957 0 0 0 0 60 860 1860 4860 9860 120 121 GPAAAA HXCAAA HHHHxx -6833 1958 1 1 3 13 33 833 833 1833 6833 66 67 VCAAAA IXCAAA OOOOxx -5956 1959 0 0 6 16 56 956 1956 956 5956 112 113 CVAAAA JXCAAA VVVVxx -3963 1960 1 3 3 3 63 963 1963 3963 3963 126 127 LWAAAA KXCAAA AAAAxx -883 1961 1 3 3 3 83 883 883 883 883 166 167 ZHAAAA LXCAAA HHHHxx -2761 1962 1 1 1 1 61 761 761 2761 2761 122 123 FCAAAA MXCAAA OOOOxx -4644 1963 0 0 4 4 44 644 644 4644 4644 88 89 QWAAAA NXCAAA VVVVxx -1358 1964 0 2 8 18 58 358 1358 1358 1358 116 117 GAAAAA OXCAAA AAAAxx -2049 1965 1 1 9 9 49 49 49 2049 2049 98 99 VAAAAA PXCAAA HHHHxx -2193 1966 1 1 3 13 93 193 193 2193 2193 186 187 JGAAAA QXCAAA OOOOxx -9435 1967 1 3 5 15 35 435 1435 4435 9435 70 71 XYAAAA RXCAAA VVVVxx -5890 1968 0 2 0 10 90 890 1890 890 5890 180 181 OSAAAA SXCAAA AAAAxx -8149 1969 1 1 9 9 49 149 149 3149 8149 98 99 LBAAAA TXCAAA HHHHxx -423 1970 1 3 3 3 23 423 423 423 423 46 47 HQAAAA UXCAAA OOOOxx -7980 1971 0 0 0 0 80 980 1980 2980 7980 160 161 YUAAAA VXCAAA VVVVxx -9019 1972 1 3 9 19 19 19 1019 4019 9019 38 39 XIAAAA WXCAAA AAAAxx -1647 1973 1 3 7 7 47 647 1647 1647 1647 94 95 JLAAAA XXCAAA HHHHxx -9495 1974 1 3 5 15 95 495 1495 4495 9495 190 191 FBAAAA YXCAAA OOOOxx -3904 1975 0 0 4 4 4 904 1904 3904 3904 8 9 EUAAAA ZXCAAA VVVVxx -5838 1976 0 2 8 18 38 838 1838 838 5838 76 77 OQAAAA AYCAAA AAAAxx -3866 1977 0 2 6 6 66 866 1866 3866 3866 132 133 SSAAAA BYCAAA HHHHxx -3093 1978 1 1 3 13 93 93 1093 3093 3093 186 187 ZOAAAA CYCAAA OOOOxx -9666 1979 0 2 6 6 66 666 1666 4666 9666 132 133 UHAAAA DYCAAA VVVVxx -1246 1980 0 2 6 6 46 246 1246 1246 1246 92 93 YVAAAA EYCAAA AAAAxx -9759 1981 1 3 9 19 59 759 1759 4759 9759 118 119 JLAAAA FYCAAA HHHHxx -7174 1982 0 2 4 14 74 174 1174 2174 7174 148 149 YPAAAA GYCAAA OOOOxx -7678 1983 0 2 8 18 78 678 1678 2678 7678 156 157 IJAAAA HYCAAA VVVVxx -3004 1984 0 0 4 4 4 4 1004 3004 3004 8 9 OLAAAA IYCAAA AAAAxx -5607 1985 1 3 7 7 7 607 1607 607 5607 14 15 RHAAAA JYCAAA HHHHxx -8510 1986 0 2 0 10 10 510 510 3510 8510 20 21 IPAAAA KYCAAA OOOOxx -1483 1987 1 3 3 3 83 483 1483 1483 1483 166 167 BFAAAA LYCAAA VVVVxx -2915 1988 1 3 5 15 15 915 915 2915 2915 30 31 DIAAAA MYCAAA AAAAxx -1548 1989 0 0 8 8 48 548 1548 1548 1548 96 97 OHAAAA NYCAAA HHHHxx -5767 1990 1 3 7 7 67 767 1767 767 5767 134 135 VNAAAA OYCAAA OOOOxx -3214 1991 0 2 4 14 14 214 1214 3214 3214 28 29 QTAAAA PYCAAA VVVVxx -8663 1992 1 3 3 3 63 663 663 3663 8663 126 127 FVAAAA QYCAAA AAAAxx -5425 1993 1 1 5 5 25 425 1425 425 5425 50 51 RAAAAA RYCAAA HHHHxx -8530 1994 0 2 0 10 30 530 530 3530 8530 60 61 CQAAAA SYCAAA OOOOxx -821 1995 1 1 1 1 21 821 821 821 821 42 43 PFAAAA TYCAAA VVVVxx -8816 1996 0 0 6 16 16 816 816 3816 8816 32 33 CBAAAA UYCAAA AAAAxx -9367 1997 1 3 7 7 67 367 1367 4367 9367 134 135 HWAAAA VYCAAA HHHHxx -4138 1998 0 2 8 18 38 138 138 4138 4138 76 77 EDAAAA WYCAAA OOOOxx -94 1999 0 2 4 14 94 94 94 94 94 188 189 QDAAAA XYCAAA VVVVxx -1858 2000 0 2 8 18 58 858 1858 1858 1858 116 117 MTAAAA YYCAAA AAAAxx -5513 2001 1 1 3 13 13 513 1513 513 5513 26 27 BEAAAA ZYCAAA HHHHxx -9620 2002 0 0 0 0 20 620 1620 4620 9620 40 41 AGAAAA AZCAAA OOOOxx -4770 2003 0 2 0 10 70 770 770 4770 4770 140 141 MBAAAA BZCAAA VVVVxx -5193 2004 1 1 3 13 93 193 1193 193 5193 186 187 TRAAAA CZCAAA AAAAxx -198 2005 0 2 8 18 98 198 198 198 198 196 197 QHAAAA DZCAAA HHHHxx -417 2006 1 1 7 17 17 417 417 417 417 34 35 BQAAAA EZCAAA OOOOxx -173 2007 1 1 3 13 73 173 173 173 173 146 147 RGAAAA FZCAAA VVVVxx -6248 2008 0 0 8 8 48 248 248 1248 6248 96 97 IGAAAA GZCAAA AAAAxx -302 2009 0 2 2 2 2 302 302 302 302 4 5 QLAAAA HZCAAA HHHHxx -8983 2010 1 3 3 3 83 983 983 3983 8983 166 167 NHAAAA IZCAAA OOOOxx -4840 2011 0 0 0 0 40 840 840 4840 4840 80 81 EEAAAA JZCAAA VVVVxx -2876 2012 0 0 6 16 76 876 876 2876 2876 152 153 QGAAAA KZCAAA AAAAxx -5841 2013 1 1 1 1 41 841 1841 841 5841 82 83 RQAAAA LZCAAA HHHHxx -2766 2014 0 2 6 6 66 766 766 2766 2766 132 133 KCAAAA MZCAAA OOOOxx -9482 2015 0 2 2 2 82 482 1482 4482 9482 164 165 SAAAAA NZCAAA VVVVxx -5335 2016 1 3 5 15 35 335 1335 335 5335 70 71 FXAAAA OZCAAA AAAAxx -1502 2017 0 2 2 2 2 502 1502 1502 1502 4 5 UFAAAA PZCAAA HHHHxx -9291 2018 1 3 1 11 91 291 1291 4291 9291 182 183 JTAAAA QZCAAA OOOOxx -8655 2019 1 3 5 15 55 655 655 3655 8655 110 111 XUAAAA RZCAAA VVVVxx -1687 2020 1 3 7 7 87 687 1687 1687 1687 174 175 XMAAAA SZCAAA AAAAxx -8171 2021 1 3 1 11 71 171 171 3171 8171 142 143 HCAAAA TZCAAA HHHHxx -5699 2022 1 3 9 19 99 699 1699 699 5699 198 199 FLAAAA UZCAAA OOOOxx -1462 2023 0 2 2 2 62 462 1462 1462 1462 124 125 GEAAAA VZCAAA VVVVxx -608 2024 0 0 8 8 8 608 608 608 608 16 17 KXAAAA WZCAAA AAAAxx -6860 2025 0 0 0 0 60 860 860 1860 6860 120 121 WDAAAA XZCAAA HHHHxx -6063 2026 1 3 3 3 63 63 63 1063 6063 126 127 FZAAAA YZCAAA OOOOxx -1422 2027 0 2 2 2 22 422 1422 1422 1422 44 45 SCAAAA ZZCAAA VVVVxx -1932 2028 0 0 2 12 32 932 1932 1932 1932 64 65 IWAAAA AADAAA AAAAxx -5065 2029 1 1 5 5 65 65 1065 65 5065 130 131 VMAAAA BADAAA HHHHxx -432 2030 0 0 2 12 32 432 432 432 432 64 65 QQAAAA CADAAA OOOOxx -4680 2031 0 0 0 0 80 680 680 4680 4680 160 161 AYAAAA DADAAA VVVVxx -8172 2032 0 0 2 12 72 172 172 3172 8172 144 145 ICAAAA EADAAA AAAAxx -8668 2033 0 0 8 8 68 668 668 3668 8668 136 137 KVAAAA FADAAA HHHHxx -256 2034 0 0 6 16 56 256 256 256 256 112 113 WJAAAA GADAAA OOOOxx -2500 2035 0 0 0 0 0 500 500 2500 2500 0 1 ESAAAA HADAAA VVVVxx -274 2036 0 2 4 14 74 274 274 274 274 148 149 OKAAAA IADAAA AAAAxx -5907 2037 1 3 7 7 7 907 1907 907 5907 14 15 FTAAAA JADAAA HHHHxx -8587 2038 1 3 7 7 87 587 587 3587 8587 174 175 HSAAAA KADAAA OOOOxx -9942 2039 0 2 2 2 42 942 1942 4942 9942 84 85 KSAAAA LADAAA VVVVxx -116 2040 0 0 6 16 16 116 116 116 116 32 33 MEAAAA MADAAA AAAAxx -7134 2041 0 2 4 14 34 134 1134 2134 7134 68 69 KOAAAA NADAAA HHHHxx -9002 2042 0 2 2 2 2 2 1002 4002 9002 4 5 GIAAAA OADAAA OOOOxx -1209 2043 1 1 9 9 9 209 1209 1209 1209 18 19 NUAAAA PADAAA VVVVxx -9983 2044 1 3 3 3 83 983 1983 4983 9983 166 167 ZTAAAA QADAAA AAAAxx -1761 2045 1 1 1 1 61 761 1761 1761 1761 122 123 TPAAAA RADAAA HHHHxx -7723 2046 1 3 3 3 23 723 1723 2723 7723 46 47 BLAAAA SADAAA OOOOxx -6518 2047 0 2 8 18 18 518 518 1518 6518 36 37 SQAAAA TADAAA VVVVxx -1372 2048 0 0 2 12 72 372 1372 1372 1372 144 145 UAAAAA UADAAA AAAAxx -3587 2049 1 3 7 7 87 587 1587 3587 3587 174 175 ZHAAAA VADAAA HHHHxx -5323 2050 1 3 3 3 23 323 1323 323 5323 46 47 TWAAAA WADAAA OOOOxx -5902 2051 0 2 2 2 2 902 1902 902 5902 4 5 ATAAAA XADAAA VVVVxx -3749 2052 1 1 9 9 49 749 1749 3749 3749 98 99 FOAAAA YADAAA AAAAxx -5965 2053 1 1 5 5 65 965 1965 965 5965 130 131 LVAAAA ZADAAA HHHHxx -663 2054 1 3 3 3 63 663 663 663 663 126 127 NZAAAA ABDAAA OOOOxx -36 2055 0 0 6 16 36 36 36 36 36 72 73 KBAAAA BBDAAA VVVVxx -9782 2056 0 2 2 2 82 782 1782 4782 9782 164 165 GMAAAA CBDAAA AAAAxx -5412 2057 0 0 2 12 12 412 1412 412 5412 24 25 EAAAAA DBDAAA HHHHxx -9961 2058 1 1 1 1 61 961 1961 4961 9961 122 123 DTAAAA EBDAAA OOOOxx -6492 2059 0 0 2 12 92 492 492 1492 6492 184 185 SPAAAA FBDAAA VVVVxx -4234 2060 0 2 4 14 34 234 234 4234 4234 68 69 WGAAAA GBDAAA AAAAxx -4922 2061 0 2 2 2 22 922 922 4922 4922 44 45 IHAAAA HBDAAA HHHHxx -6166 2062 0 2 6 6 66 166 166 1166 6166 132 133 EDAAAA IBDAAA OOOOxx -7019 2063 1 3 9 19 19 19 1019 2019 7019 38 39 ZJAAAA JBDAAA VVVVxx -7805 2064 1 1 5 5 5 805 1805 2805 7805 10 11 FOAAAA KBDAAA AAAAxx -9808 2065 0 0 8 8 8 808 1808 4808 9808 16 17 GNAAAA LBDAAA HHHHxx -2550 2066 0 2 0 10 50 550 550 2550 2550 100 101 CUAAAA MBDAAA OOOOxx -8626 2067 0 2 6 6 26 626 626 3626 8626 52 53 UTAAAA NBDAAA VVVVxx -5649 2068 1 1 9 9 49 649 1649 649 5649 98 99 HJAAAA OBDAAA AAAAxx -3117 2069 1 1 7 17 17 117 1117 3117 3117 34 35 XPAAAA PBDAAA HHHHxx -866 2070 0 2 6 6 66 866 866 866 866 132 133 IHAAAA QBDAAA OOOOxx -2323 2071 1 3 3 3 23 323 323 2323 2323 46 47 JLAAAA RBDAAA VVVVxx -5132 2072 0 0 2 12 32 132 1132 132 5132 64 65 KPAAAA SBDAAA AAAAxx -9222 2073 0 2 2 2 22 222 1222 4222 9222 44 45 SQAAAA TBDAAA HHHHxx -3934 2074 0 2 4 14 34 934 1934 3934 3934 68 69 IVAAAA UBDAAA OOOOxx -4845 2075 1 1 5 5 45 845 845 4845 4845 90 91 JEAAAA VBDAAA VVVVxx -7714 2076 0 2 4 14 14 714 1714 2714 7714 28 29 SKAAAA WBDAAA AAAAxx -9818 2077 0 2 8 18 18 818 1818 4818 9818 36 37 QNAAAA XBDAAA HHHHxx -2219 2078 1 3 9 19 19 219 219 2219 2219 38 39 JHAAAA YBDAAA OOOOxx -6573 2079 1 1 3 13 73 573 573 1573 6573 146 147 VSAAAA ZBDAAA VVVVxx -4555 2080 1 3 5 15 55 555 555 4555 4555 110 111 FTAAAA ACDAAA AAAAxx -7306 2081 0 2 6 6 6 306 1306 2306 7306 12 13 AVAAAA BCDAAA HHHHxx -9313 2082 1 1 3 13 13 313 1313 4313 9313 26 27 FUAAAA CCDAAA OOOOxx -3924 2083 0 0 4 4 24 924 1924 3924 3924 48 49 YUAAAA DCDAAA VVVVxx -5176 2084 0 0 6 16 76 176 1176 176 5176 152 153 CRAAAA ECDAAA AAAAxx -9767 2085 1 3 7 7 67 767 1767 4767 9767 134 135 RLAAAA FCDAAA HHHHxx -905 2086 1 1 5 5 5 905 905 905 905 10 11 VIAAAA GCDAAA OOOOxx -8037 2087 1 1 7 17 37 37 37 3037 8037 74 75 DXAAAA HCDAAA VVVVxx -8133 2088 1 1 3 13 33 133 133 3133 8133 66 67 VAAAAA ICDAAA AAAAxx -2954 2089 0 2 4 14 54 954 954 2954 2954 108 109 QJAAAA JCDAAA HHHHxx -7262 2090 0 2 2 2 62 262 1262 2262 7262 124 125 ITAAAA KCDAAA OOOOxx -8768 2091 0 0 8 8 68 768 768 3768 8768 136 137 GZAAAA LCDAAA VVVVxx -6953 2092 1 1 3 13 53 953 953 1953 6953 106 107 LHAAAA MCDAAA AAAAxx -1984 2093 0 0 4 4 84 984 1984 1984 1984 168 169 IYAAAA NCDAAA HHHHxx -9348 2094 0 0 8 8 48 348 1348 4348 9348 96 97 OVAAAA OCDAAA OOOOxx -7769 2095 1 1 9 9 69 769 1769 2769 7769 138 139 VMAAAA PCDAAA VVVVxx -2994 2096 0 2 4 14 94 994 994 2994 2994 188 189 ELAAAA QCDAAA AAAAxx -5938 2097 0 2 8 18 38 938 1938 938 5938 76 77 KUAAAA RCDAAA HHHHxx -556 2098 0 0 6 16 56 556 556 556 556 112 113 KVAAAA SCDAAA OOOOxx -2577 2099 1 1 7 17 77 577 577 2577 2577 154 155 DVAAAA TCDAAA VVVVxx -8733 2100 1 1 3 13 33 733 733 3733 8733 66 67 XXAAAA UCDAAA AAAAxx -3108 2101 0 0 8 8 8 108 1108 3108 3108 16 17 OPAAAA VCDAAA HHHHxx -4166 2102 0 2 6 6 66 166 166 4166 4166 132 133 GEAAAA WCDAAA OOOOxx -3170 2103 0 2 0 10 70 170 1170 3170 3170 140 141 YRAAAA XCDAAA VVVVxx -8118 2104 0 2 8 18 18 118 118 3118 8118 36 37 GAAAAA YCDAAA AAAAxx -8454 2105 0 2 4 14 54 454 454 3454 8454 108 109 ENAAAA ZCDAAA HHHHxx -5338 2106 0 2 8 18 38 338 1338 338 5338 76 77 IXAAAA ADDAAA OOOOxx -402 2107 0 2 2 2 2 402 402 402 402 4 5 MPAAAA BDDAAA VVVVxx -5673 2108 1 1 3 13 73 673 1673 673 5673 146 147 FKAAAA CDDAAA AAAAxx -4324 2109 0 0 4 4 24 324 324 4324 4324 48 49 IKAAAA DDDAAA HHHHxx -1943 2110 1 3 3 3 43 943 1943 1943 1943 86 87 TWAAAA EDDAAA OOOOxx -7703 2111 1 3 3 3 3 703 1703 2703 7703 6 7 HKAAAA FDDAAA VVVVxx -7180 2112 0 0 0 0 80 180 1180 2180 7180 160 161 EQAAAA GDDAAA AAAAxx -5478 2113 0 2 8 18 78 478 1478 478 5478 156 157 SCAAAA HDDAAA HHHHxx -5775 2114 1 3 5 15 75 775 1775 775 5775 150 151 DOAAAA IDDAAA OOOOxx -6952 2115 0 0 2 12 52 952 952 1952 6952 104 105 KHAAAA JDDAAA VVVVxx -9022 2116 0 2 2 2 22 22 1022 4022 9022 44 45 AJAAAA KDDAAA AAAAxx -547 2117 1 3 7 7 47 547 547 547 547 94 95 BVAAAA LDDAAA HHHHxx -5877 2118 1 1 7 17 77 877 1877 877 5877 154 155 BSAAAA MDDAAA OOOOxx -9580 2119 0 0 0 0 80 580 1580 4580 9580 160 161 MEAAAA NDDAAA VVVVxx -6094 2120 0 2 4 14 94 94 94 1094 6094 188 189 KAAAAA ODDAAA AAAAxx -3398 2121 0 2 8 18 98 398 1398 3398 3398 196 197 SAAAAA PDDAAA HHHHxx -4574 2122 0 2 4 14 74 574 574 4574 4574 148 149 YTAAAA QDDAAA OOOOxx -3675 2123 1 3 5 15 75 675 1675 3675 3675 150 151 JLAAAA RDDAAA VVVVxx -6413 2124 1 1 3 13 13 413 413 1413 6413 26 27 RMAAAA SDDAAA AAAAxx -9851 2125 1 3 1 11 51 851 1851 4851 9851 102 103 XOAAAA TDDAAA HHHHxx -126 2126 0 2 6 6 26 126 126 126 126 52 53 WEAAAA UDDAAA OOOOxx -6803 2127 1 3 3 3 3 803 803 1803 6803 6 7 RBAAAA VDDAAA VVVVxx -6949 2128 1 1 9 9 49 949 949 1949 6949 98 99 HHAAAA WDDAAA AAAAxx -115 2129 1 3 5 15 15 115 115 115 115 30 31 LEAAAA XDDAAA HHHHxx -4165 2130 1 1 5 5 65 165 165 4165 4165 130 131 FEAAAA YDDAAA OOOOxx -201 2131 1 1 1 1 1 201 201 201 201 2 3 THAAAA ZDDAAA VVVVxx -9324 2132 0 0 4 4 24 324 1324 4324 9324 48 49 QUAAAA AEDAAA AAAAxx -6562 2133 0 2 2 2 62 562 562 1562 6562 124 125 KSAAAA BEDAAA HHHHxx -1917 2134 1 1 7 17 17 917 1917 1917 1917 34 35 TVAAAA CEDAAA OOOOxx -558 2135 0 2 8 18 58 558 558 558 558 116 117 MVAAAA DEDAAA VVVVxx -8515 2136 1 3 5 15 15 515 515 3515 8515 30 31 NPAAAA EEDAAA AAAAxx -6321 2137 1 1 1 1 21 321 321 1321 6321 42 43 DJAAAA FEDAAA HHHHxx -6892 2138 0 0 2 12 92 892 892 1892 6892 184 185 CFAAAA GEDAAA OOOOxx -1001 2139 1 1 1 1 1 1 1001 1001 1001 2 3 NMAAAA HEDAAA VVVVxx -2858 2140 0 2 8 18 58 858 858 2858 2858 116 117 YFAAAA IEDAAA AAAAxx -2434 2141 0 2 4 14 34 434 434 2434 2434 68 69 QPAAAA JEDAAA HHHHxx -4460 2142 0 0 0 0 60 460 460 4460 4460 120 121 OPAAAA KEDAAA OOOOxx -5447 2143 1 3 7 7 47 447 1447 447 5447 94 95 NBAAAA LEDAAA VVVVxx -3799 2144 1 3 9 19 99 799 1799 3799 3799 198 199 DQAAAA MEDAAA AAAAxx -4310 2145 0 2 0 10 10 310 310 4310 4310 20 21 UJAAAA NEDAAA HHHHxx -405 2146 1 1 5 5 5 405 405 405 405 10 11 PPAAAA OEDAAA OOOOxx -4573 2147 1 1 3 13 73 573 573 4573 4573 146 147 XTAAAA PEDAAA VVVVxx -706 2148 0 2 6 6 6 706 706 706 706 12 13 EBAAAA QEDAAA AAAAxx -7619 2149 1 3 9 19 19 619 1619 2619 7619 38 39 BHAAAA REDAAA HHHHxx -7959 2150 1 3 9 19 59 959 1959 2959 7959 118 119 DUAAAA SEDAAA OOOOxx -6712 2151 0 0 2 12 12 712 712 1712 6712 24 25 EYAAAA TEDAAA VVVVxx -6959 2152 1 3 9 19 59 959 959 1959 6959 118 119 RHAAAA UEDAAA AAAAxx -9791 2153 1 3 1 11 91 791 1791 4791 9791 182 183 PMAAAA VEDAAA HHHHxx -2112 2154 0 0 2 12 12 112 112 2112 2112 24 25 GDAAAA WEDAAA OOOOxx -9114 2155 0 2 4 14 14 114 1114 4114 9114 28 29 OMAAAA XEDAAA VVVVxx -3506 2156 0 2 6 6 6 506 1506 3506 3506 12 13 WEAAAA YEDAAA AAAAxx -5002 2157 0 2 2 2 2 2 1002 2 5002 4 5 KKAAAA ZEDAAA HHHHxx -3518 2158 0 2 8 18 18 518 1518 3518 3518 36 37 IFAAAA AFDAAA OOOOxx -602 2159 0 2 2 2 2 602 602 602 602 4 5 EXAAAA BFDAAA VVVVxx -9060 2160 0 0 0 0 60 60 1060 4060 9060 120 121 MKAAAA CFDAAA AAAAxx -3292 2161 0 0 2 12 92 292 1292 3292 3292 184 185 QWAAAA DFDAAA HHHHxx -77 2162 1 1 7 17 77 77 77 77 77 154 155 ZCAAAA EFDAAA OOOOxx -1420 2163 0 0 0 0 20 420 1420 1420 1420 40 41 QCAAAA FFDAAA VVVVxx -6001 2164 1 1 1 1 1 1 1 1001 6001 2 3 VWAAAA GFDAAA AAAAxx -7477 2165 1 1 7 17 77 477 1477 2477 7477 154 155 PBAAAA HFDAAA HHHHxx -6655 2166 1 3 5 15 55 655 655 1655 6655 110 111 ZVAAAA IFDAAA OOOOxx -7845 2167 1 1 5 5 45 845 1845 2845 7845 90 91 TPAAAA JFDAAA VVVVxx -8484 2168 0 0 4 4 84 484 484 3484 8484 168 169 IOAAAA KFDAAA AAAAxx -4345 2169 1 1 5 5 45 345 345 4345 4345 90 91 DLAAAA LFDAAA HHHHxx -4250 2170 0 2 0 10 50 250 250 4250 4250 100 101 MHAAAA MFDAAA OOOOxx -2391 2171 1 3 1 11 91 391 391 2391 2391 182 183 ZNAAAA NFDAAA VVVVxx -6884 2172 0 0 4 4 84 884 884 1884 6884 168 169 UEAAAA OFDAAA AAAAxx -7270 2173 0 2 0 10 70 270 1270 2270 7270 140 141 QTAAAA PFDAAA HHHHxx -2499 2174 1 3 9 19 99 499 499 2499 2499 198 199 DSAAAA QFDAAA OOOOxx -7312 2175 0 0 2 12 12 312 1312 2312 7312 24 25 GVAAAA RFDAAA VVVVxx -7113 2176 1 1 3 13 13 113 1113 2113 7113 26 27 PNAAAA SFDAAA AAAAxx -6695 2177 1 3 5 15 95 695 695 1695 6695 190 191 NXAAAA TFDAAA HHHHxx -6521 2178 1 1 1 1 21 521 521 1521 6521 42 43 VQAAAA UFDAAA OOOOxx -272 2179 0 0 2 12 72 272 272 272 272 144 145 MKAAAA VFDAAA VVVVxx -9976 2180 0 0 6 16 76 976 1976 4976 9976 152 153 STAAAA WFDAAA AAAAxx -992 2181 0 0 2 12 92 992 992 992 992 184 185 EMAAAA XFDAAA HHHHxx -6158 2182 0 2 8 18 58 158 158 1158 6158 116 117 WCAAAA YFDAAA OOOOxx -3281 2183 1 1 1 1 81 281 1281 3281 3281 162 163 FWAAAA ZFDAAA VVVVxx -7446 2184 0 2 6 6 46 446 1446 2446 7446 92 93 KAAAAA AGDAAA AAAAxx -4679 2185 1 3 9 19 79 679 679 4679 4679 158 159 ZXAAAA BGDAAA HHHHxx -5203 2186 1 3 3 3 3 203 1203 203 5203 6 7 DSAAAA CGDAAA OOOOxx -9874 2187 0 2 4 14 74 874 1874 4874 9874 148 149 UPAAAA DGDAAA VVVVxx -8371 2188 1 3 1 11 71 371 371 3371 8371 142 143 ZJAAAA EGDAAA AAAAxx -9086 2189 0 2 6 6 86 86 1086 4086 9086 172 173 MLAAAA FGDAAA HHHHxx -430 2190 0 2 0 10 30 430 430 430 430 60 61 OQAAAA GGDAAA OOOOxx -8749 2191 1 1 9 9 49 749 749 3749 8749 98 99 NYAAAA HGDAAA VVVVxx -577 2192 1 1 7 17 77 577 577 577 577 154 155 FWAAAA IGDAAA AAAAxx -4884 2193 0 0 4 4 84 884 884 4884 4884 168 169 WFAAAA JGDAAA HHHHxx -3421 2194 1 1 1 1 21 421 1421 3421 3421 42 43 PBAAAA KGDAAA OOOOxx -2812 2195 0 0 2 12 12 812 812 2812 2812 24 25 EEAAAA LGDAAA VVVVxx -5958 2196 0 2 8 18 58 958 1958 958 5958 116 117 EVAAAA MGDAAA AAAAxx -9901 2197 1 1 1 1 1 901 1901 4901 9901 2 3 VQAAAA NGDAAA HHHHxx -8478 2198 0 2 8 18 78 478 478 3478 8478 156 157 COAAAA OGDAAA OOOOxx -6545 2199 1 1 5 5 45 545 545 1545 6545 90 91 TRAAAA PGDAAA VVVVxx -1479 2200 1 3 9 19 79 479 1479 1479 1479 158 159 XEAAAA QGDAAA AAAAxx -1046 2201 0 2 6 6 46 46 1046 1046 1046 92 93 GOAAAA RGDAAA HHHHxx -6372 2202 0 0 2 12 72 372 372 1372 6372 144 145 CLAAAA SGDAAA OOOOxx -8206 2203 0 2 6 6 6 206 206 3206 8206 12 13 QDAAAA TGDAAA VVVVxx -9544 2204 0 0 4 4 44 544 1544 4544 9544 88 89 CDAAAA UGDAAA AAAAxx -9287 2205 1 3 7 7 87 287 1287 4287 9287 174 175 FTAAAA VGDAAA HHHHxx -6786 2206 0 2 6 6 86 786 786 1786 6786 172 173 ABAAAA WGDAAA OOOOxx -6511 2207 1 3 1 11 11 511 511 1511 6511 22 23 LQAAAA XGDAAA VVVVxx -603 2208 1 3 3 3 3 603 603 603 603 6 7 FXAAAA YGDAAA AAAAxx -2022 2209 0 2 2 2 22 22 22 2022 2022 44 45 UZAAAA ZGDAAA HHHHxx -2086 2210 0 2 6 6 86 86 86 2086 2086 172 173 GCAAAA AHDAAA OOOOxx -1969 2211 1 1 9 9 69 969 1969 1969 1969 138 139 TXAAAA BHDAAA VVVVxx -4841 2212 1 1 1 1 41 841 841 4841 4841 82 83 FEAAAA CHDAAA AAAAxx -5845 2213 1 1 5 5 45 845 1845 845 5845 90 91 VQAAAA DHDAAA HHHHxx -4635 2214 1 3 5 15 35 635 635 4635 4635 70 71 HWAAAA EHDAAA OOOOxx -4658 2215 0 2 8 18 58 658 658 4658 4658 116 117 EXAAAA FHDAAA VVVVxx -2896 2216 0 0 6 16 96 896 896 2896 2896 192 193 KHAAAA GHDAAA AAAAxx -5179 2217 1 3 9 19 79 179 1179 179 5179 158 159 FRAAAA HHDAAA HHHHxx -8667 2218 1 3 7 7 67 667 667 3667 8667 134 135 JVAAAA IHDAAA OOOOxx -7294 2219 0 2 4 14 94 294 1294 2294 7294 188 189 OUAAAA JHDAAA VVVVxx -3706 2220 0 2 6 6 6 706 1706 3706 3706 12 13 OMAAAA KHDAAA AAAAxx -8389 2221 1 1 9 9 89 389 389 3389 8389 178 179 RKAAAA LHDAAA HHHHxx -2486 2222 0 2 6 6 86 486 486 2486 2486 172 173 QRAAAA MHDAAA OOOOxx -8743 2223 1 3 3 3 43 743 743 3743 8743 86 87 HYAAAA NHDAAA VVVVxx -2777 2224 1 1 7 17 77 777 777 2777 2777 154 155 VCAAAA OHDAAA AAAAxx -2113 2225 1 1 3 13 13 113 113 2113 2113 26 27 HDAAAA PHDAAA HHHHxx -2076 2226 0 0 6 16 76 76 76 2076 2076 152 153 WBAAAA QHDAAA OOOOxx -2300 2227 0 0 0 0 0 300 300 2300 2300 0 1 MKAAAA RHDAAA VVVVxx -6894 2228 0 2 4 14 94 894 894 1894 6894 188 189 EFAAAA SHDAAA AAAAxx -6939 2229 1 3 9 19 39 939 939 1939 6939 78 79 XGAAAA THDAAA HHHHxx -446 2230 0 2 6 6 46 446 446 446 446 92 93 ERAAAA UHDAAA OOOOxx -6218 2231 0 2 8 18 18 218 218 1218 6218 36 37 EFAAAA VHDAAA VVVVxx -1295 2232 1 3 5 15 95 295 1295 1295 1295 190 191 VXAAAA WHDAAA AAAAxx -5135 2233 1 3 5 15 35 135 1135 135 5135 70 71 NPAAAA XHDAAA HHHHxx -8122 2234 0 2 2 2 22 122 122 3122 8122 44 45 KAAAAA YHDAAA OOOOxx -316 2235 0 0 6 16 16 316 316 316 316 32 33 EMAAAA ZHDAAA VVVVxx -514 2236 0 2 4 14 14 514 514 514 514 28 29 UTAAAA AIDAAA AAAAxx -7970 2237 0 2 0 10 70 970 1970 2970 7970 140 141 OUAAAA BIDAAA HHHHxx -9350 2238 0 2 0 10 50 350 1350 4350 9350 100 101 QVAAAA CIDAAA OOOOxx -3700 2239 0 0 0 0 0 700 1700 3700 3700 0 1 IMAAAA DIDAAA VVVVxx -582 2240 0 2 2 2 82 582 582 582 582 164 165 KWAAAA EIDAAA AAAAxx -9722 2241 0 2 2 2 22 722 1722 4722 9722 44 45 YJAAAA FIDAAA HHHHxx -7398 2242 0 2 8 18 98 398 1398 2398 7398 196 197 OYAAAA GIDAAA OOOOxx -2265 2243 1 1 5 5 65 265 265 2265 2265 130 131 DJAAAA HIDAAA VVVVxx -3049 2244 1 1 9 9 49 49 1049 3049 3049 98 99 HNAAAA IIDAAA AAAAxx -9121 2245 1 1 1 1 21 121 1121 4121 9121 42 43 VMAAAA JIDAAA HHHHxx -4275 2246 1 3 5 15 75 275 275 4275 4275 150 151 LIAAAA KIDAAA OOOOxx -6567 2247 1 3 7 7 67 567 567 1567 6567 134 135 PSAAAA LIDAAA VVVVxx -6755 2248 1 3 5 15 55 755 755 1755 6755 110 111 VZAAAA MIDAAA AAAAxx -4535 2249 1 3 5 15 35 535 535 4535 4535 70 71 LSAAAA NIDAAA HHHHxx -7968 2250 0 0 8 8 68 968 1968 2968 7968 136 137 MUAAAA OIDAAA OOOOxx -3412 2251 0 0 2 12 12 412 1412 3412 3412 24 25 GBAAAA PIDAAA VVVVxx -6112 2252 0 0 2 12 12 112 112 1112 6112 24 25 CBAAAA QIDAAA AAAAxx -6805 2253 1 1 5 5 5 805 805 1805 6805 10 11 TBAAAA RIDAAA HHHHxx -2880 2254 0 0 0 0 80 880 880 2880 2880 160 161 UGAAAA SIDAAA OOOOxx -7710 2255 0 2 0 10 10 710 1710 2710 7710 20 21 OKAAAA TIDAAA VVVVxx -7949 2256 1 1 9 9 49 949 1949 2949 7949 98 99 TTAAAA UIDAAA AAAAxx -7043 2257 1 3 3 3 43 43 1043 2043 7043 86 87 XKAAAA VIDAAA HHHHxx -9012 2258 0 0 2 12 12 12 1012 4012 9012 24 25 QIAAAA WIDAAA OOOOxx -878 2259 0 2 8 18 78 878 878 878 878 156 157 UHAAAA XIDAAA VVVVxx -7930 2260 0 2 0 10 30 930 1930 2930 7930 60 61 ATAAAA YIDAAA AAAAxx -667 2261 1 3 7 7 67 667 667 667 667 134 135 RZAAAA ZIDAAA HHHHxx -1905 2262 1 1 5 5 5 905 1905 1905 1905 10 11 HVAAAA AJDAAA OOOOxx -4958 2263 0 2 8 18 58 958 958 4958 4958 116 117 SIAAAA BJDAAA VVVVxx -2973 2264 1 1 3 13 73 973 973 2973 2973 146 147 JKAAAA CJDAAA AAAAxx -3631 2265 1 3 1 11 31 631 1631 3631 3631 62 63 RJAAAA DJDAAA HHHHxx -5868 2266 0 0 8 8 68 868 1868 868 5868 136 137 SRAAAA EJDAAA OOOOxx -2873 2267 1 1 3 13 73 873 873 2873 2873 146 147 NGAAAA FJDAAA VVVVxx -6941 2268 1 1 1 1 41 941 941 1941 6941 82 83 ZGAAAA GJDAAA AAAAxx -6384 2269 0 0 4 4 84 384 384 1384 6384 168 169 OLAAAA HJDAAA HHHHxx -3806 2270 0 2 6 6 6 806 1806 3806 3806 12 13 KQAAAA IJDAAA OOOOxx -5079 2271 1 3 9 19 79 79 1079 79 5079 158 159 JNAAAA JJDAAA VVVVxx -1970 2272 0 2 0 10 70 970 1970 1970 1970 140 141 UXAAAA KJDAAA AAAAxx -7810 2273 0 2 0 10 10 810 1810 2810 7810 20 21 KOAAAA LJDAAA HHHHxx -4639 2274 1 3 9 19 39 639 639 4639 4639 78 79 LWAAAA MJDAAA OOOOxx -6527 2275 1 3 7 7 27 527 527 1527 6527 54 55 BRAAAA NJDAAA VVVVxx -8079 2276 1 3 9 19 79 79 79 3079 8079 158 159 TYAAAA OJDAAA AAAAxx -2740 2277 0 0 0 0 40 740 740 2740 2740 80 81 KBAAAA PJDAAA HHHHxx -2337 2278 1 1 7 17 37 337 337 2337 2337 74 75 XLAAAA QJDAAA OOOOxx -6670 2279 0 2 0 10 70 670 670 1670 6670 140 141 OWAAAA RJDAAA VVVVxx -2345 2280 1 1 5 5 45 345 345 2345 2345 90 91 FMAAAA SJDAAA AAAAxx -401 2281 1 1 1 1 1 401 401 401 401 2 3 LPAAAA TJDAAA HHHHxx -2704 2282 0 0 4 4 4 704 704 2704 2704 8 9 AAAAAA UJDAAA OOOOxx -5530 2283 0 2 0 10 30 530 1530 530 5530 60 61 SEAAAA VJDAAA VVVVxx -51 2284 1 3 1 11 51 51 51 51 51 102 103 ZBAAAA WJDAAA AAAAxx -4282 2285 0 2 2 2 82 282 282 4282 4282 164 165 SIAAAA XJDAAA HHHHxx -7336 2286 0 0 6 16 36 336 1336 2336 7336 72 73 EWAAAA YJDAAA OOOOxx -8320 2287 0 0 0 0 20 320 320 3320 8320 40 41 AIAAAA ZJDAAA VVVVxx -7772 2288 0 0 2 12 72 772 1772 2772 7772 144 145 YMAAAA AKDAAA AAAAxx -1894 2289 0 2 4 14 94 894 1894 1894 1894 188 189 WUAAAA BKDAAA HHHHxx -2320 2290 0 0 0 0 20 320 320 2320 2320 40 41 GLAAAA CKDAAA OOOOxx -6232 2291 0 0 2 12 32 232 232 1232 6232 64 65 SFAAAA DKDAAA VVVVxx -2833 2292 1 1 3 13 33 833 833 2833 2833 66 67 ZEAAAA EKDAAA AAAAxx -8265 2293 1 1 5 5 65 265 265 3265 8265 130 131 XFAAAA FKDAAA HHHHxx -4589 2294 1 1 9 9 89 589 589 4589 4589 178 179 NUAAAA GKDAAA OOOOxx -8182 2295 0 2 2 2 82 182 182 3182 8182 164 165 SCAAAA HKDAAA VVVVxx -8337 2296 1 1 7 17 37 337 337 3337 8337 74 75 RIAAAA IKDAAA AAAAxx -8210 2297 0 2 0 10 10 210 210 3210 8210 20 21 UDAAAA JKDAAA HHHHxx -1406 2298 0 2 6 6 6 406 1406 1406 1406 12 13 CCAAAA KKDAAA OOOOxx -4463 2299 1 3 3 3 63 463 463 4463 4463 126 127 RPAAAA LKDAAA VVVVxx -4347 2300 1 3 7 7 47 347 347 4347 4347 94 95 FLAAAA MKDAAA AAAAxx -181 2301 1 1 1 1 81 181 181 181 181 162 163 ZGAAAA NKDAAA HHHHxx -9986 2302 0 2 6 6 86 986 1986 4986 9986 172 173 CUAAAA OKDAAA OOOOxx -661 2303 1 1 1 1 61 661 661 661 661 122 123 LZAAAA PKDAAA VVVVxx -4105 2304 1 1 5 5 5 105 105 4105 4105 10 11 XBAAAA QKDAAA AAAAxx -2187 2305 1 3 7 7 87 187 187 2187 2187 174 175 DGAAAA RKDAAA HHHHxx -1628 2306 0 0 8 8 28 628 1628 1628 1628 56 57 QKAAAA SKDAAA OOOOxx -3119 2307 1 3 9 19 19 119 1119 3119 3119 38 39 ZPAAAA TKDAAA VVVVxx -6804 2308 0 0 4 4 4 804 804 1804 6804 8 9 SBAAAA UKDAAA AAAAxx -9918 2309 0 2 8 18 18 918 1918 4918 9918 36 37 MRAAAA VKDAAA HHHHxx -8916 2310 0 0 6 16 16 916 916 3916 8916 32 33 YEAAAA WKDAAA OOOOxx -6057 2311 1 1 7 17 57 57 57 1057 6057 114 115 ZYAAAA XKDAAA VVVVxx -3622 2312 0 2 2 2 22 622 1622 3622 3622 44 45 IJAAAA YKDAAA AAAAxx -9168 2313 0 0 8 8 68 168 1168 4168 9168 136 137 QOAAAA ZKDAAA HHHHxx -3720 2314 0 0 0 0 20 720 1720 3720 3720 40 41 CNAAAA ALDAAA OOOOxx -9927 2315 1 3 7 7 27 927 1927 4927 9927 54 55 VRAAAA BLDAAA VVVVxx -5616 2316 0 0 6 16 16 616 1616 616 5616 32 33 AIAAAA CLDAAA AAAAxx -5210 2317 0 2 0 10 10 210 1210 210 5210 20 21 KSAAAA DLDAAA HHHHxx -636 2318 0 0 6 16 36 636 636 636 636 72 73 MYAAAA ELDAAA OOOOxx -9936 2319 0 0 6 16 36 936 1936 4936 9936 72 73 ESAAAA FLDAAA VVVVxx -2316 2320 0 0 6 16 16 316 316 2316 2316 32 33 CLAAAA GLDAAA AAAAxx -4363 2321 1 3 3 3 63 363 363 4363 4363 126 127 VLAAAA HLDAAA HHHHxx -7657 2322 1 1 7 17 57 657 1657 2657 7657 114 115 NIAAAA ILDAAA OOOOxx -697 2323 1 1 7 17 97 697 697 697 697 194 195 VAAAAA JLDAAA VVVVxx -912 2324 0 0 2 12 12 912 912 912 912 24 25 CJAAAA KLDAAA AAAAxx -8806 2325 0 2 6 6 6 806 806 3806 8806 12 13 SAAAAA LLDAAA HHHHxx -9698 2326 0 2 8 18 98 698 1698 4698 9698 196 197 AJAAAA MLDAAA OOOOxx -6191 2327 1 3 1 11 91 191 191 1191 6191 182 183 DEAAAA NLDAAA VVVVxx -1188 2328 0 0 8 8 88 188 1188 1188 1188 176 177 STAAAA OLDAAA AAAAxx -7676 2329 0 0 6 16 76 676 1676 2676 7676 152 153 GJAAAA PLDAAA HHHHxx -7073 2330 1 1 3 13 73 73 1073 2073 7073 146 147 BMAAAA QLDAAA OOOOxx -8019 2331 1 3 9 19 19 19 19 3019 8019 38 39 LWAAAA RLDAAA VVVVxx -4726 2332 0 2 6 6 26 726 726 4726 4726 52 53 UZAAAA SLDAAA AAAAxx -4648 2333 0 0 8 8 48 648 648 4648 4648 96 97 UWAAAA TLDAAA HHHHxx -3227 2334 1 3 7 7 27 227 1227 3227 3227 54 55 DUAAAA ULDAAA OOOOxx -7232 2335 0 0 2 12 32 232 1232 2232 7232 64 65 ESAAAA VLDAAA VVVVxx -9761 2336 1 1 1 1 61 761 1761 4761 9761 122 123 LLAAAA WLDAAA AAAAxx -3105 2337 1 1 5 5 5 105 1105 3105 3105 10 11 LPAAAA XLDAAA HHHHxx -5266 2338 0 2 6 6 66 266 1266 266 5266 132 133 OUAAAA YLDAAA OOOOxx -6788 2339 0 0 8 8 88 788 788 1788 6788 176 177 CBAAAA ZLDAAA VVVVxx -2442 2340 0 2 2 2 42 442 442 2442 2442 84 85 YPAAAA AMDAAA AAAAxx -8198 2341 0 2 8 18 98 198 198 3198 8198 196 197 IDAAAA BMDAAA HHHHxx -5806 2342 0 2 6 6 6 806 1806 806 5806 12 13 IPAAAA CMDAAA OOOOxx -8928 2343 0 0 8 8 28 928 928 3928 8928 56 57 KFAAAA DMDAAA VVVVxx -1657 2344 1 1 7 17 57 657 1657 1657 1657 114 115 TLAAAA EMDAAA AAAAxx -9164 2345 0 0 4 4 64 164 1164 4164 9164 128 129 MOAAAA FMDAAA HHHHxx -1851 2346 1 3 1 11 51 851 1851 1851 1851 102 103 FTAAAA GMDAAA OOOOxx -4744 2347 0 0 4 4 44 744 744 4744 4744 88 89 MAAAAA HMDAAA VVVVxx -8055 2348 1 3 5 15 55 55 55 3055 8055 110 111 VXAAAA IMDAAA AAAAxx -1533 2349 1 1 3 13 33 533 1533 1533 1533 66 67 ZGAAAA JMDAAA HHHHxx -1260 2350 0 0 0 0 60 260 1260 1260 1260 120 121 MWAAAA KMDAAA OOOOxx -1290 2351 0 2 0 10 90 290 1290 1290 1290 180 181 QXAAAA LMDAAA VVVVxx -297 2352 1 1 7 17 97 297 297 297 297 194 195 LLAAAA MMDAAA AAAAxx -4145 2353 1 1 5 5 45 145 145 4145 4145 90 91 LDAAAA NMDAAA HHHHxx -863 2354 1 3 3 3 63 863 863 863 863 126 127 FHAAAA OMDAAA OOOOxx -3423 2355 1 3 3 3 23 423 1423 3423 3423 46 47 RBAAAA PMDAAA VVVVxx -8750 2356 0 2 0 10 50 750 750 3750 8750 100 101 OYAAAA QMDAAA AAAAxx -3546 2357 0 2 6 6 46 546 1546 3546 3546 92 93 KGAAAA RMDAAA HHHHxx -3678 2358 0 2 8 18 78 678 1678 3678 3678 156 157 MLAAAA SMDAAA OOOOxx -5313 2359 1 1 3 13 13 313 1313 313 5313 26 27 JWAAAA TMDAAA VVVVxx -6233 2360 1 1 3 13 33 233 233 1233 6233 66 67 TFAAAA UMDAAA AAAAxx -5802 2361 0 2 2 2 2 802 1802 802 5802 4 5 EPAAAA VMDAAA HHHHxx -7059 2362 1 3 9 19 59 59 1059 2059 7059 118 119 NLAAAA WMDAAA OOOOxx -6481 2363 1 1 1 1 81 481 481 1481 6481 162 163 HPAAAA XMDAAA VVVVxx -1596 2364 0 0 6 16 96 596 1596 1596 1596 192 193 KJAAAA YMDAAA AAAAxx -8181 2365 1 1 1 1 81 181 181 3181 8181 162 163 RCAAAA ZMDAAA HHHHxx -5368 2366 0 0 8 8 68 368 1368 368 5368 136 137 MYAAAA ANDAAA OOOOxx -9416 2367 0 0 6 16 16 416 1416 4416 9416 32 33 EYAAAA BNDAAA VVVVxx -9521 2368 1 1 1 1 21 521 1521 4521 9521 42 43 FCAAAA CNDAAA AAAAxx -1042 2369 0 2 2 2 42 42 1042 1042 1042 84 85 COAAAA DNDAAA HHHHxx -4503 2370 1 3 3 3 3 503 503 4503 4503 6 7 FRAAAA ENDAAA OOOOxx -3023 2371 1 3 3 3 23 23 1023 3023 3023 46 47 HMAAAA FNDAAA VVVVxx -1976 2372 0 0 6 16 76 976 1976 1976 1976 152 153 AYAAAA GNDAAA AAAAxx -5610 2373 0 2 0 10 10 610 1610 610 5610 20 21 UHAAAA HNDAAA HHHHxx -7410 2374 0 2 0 10 10 410 1410 2410 7410 20 21 AZAAAA INDAAA OOOOxx -7872 2375 0 0 2 12 72 872 1872 2872 7872 144 145 UQAAAA JNDAAA VVVVxx -8591 2376 1 3 1 11 91 591 591 3591 8591 182 183 LSAAAA KNDAAA AAAAxx -1804 2377 0 0 4 4 4 804 1804 1804 1804 8 9 KRAAAA LNDAAA HHHHxx -5299 2378 1 3 9 19 99 299 1299 299 5299 198 199 VVAAAA MNDAAA OOOOxx -4695 2379 1 3 5 15 95 695 695 4695 4695 190 191 PYAAAA NNDAAA VVVVxx -2672 2380 0 0 2 12 72 672 672 2672 2672 144 145 UYAAAA ONDAAA AAAAxx -585 2381 1 1 5 5 85 585 585 585 585 170 171 NWAAAA PNDAAA HHHHxx -8622 2382 0 2 2 2 22 622 622 3622 8622 44 45 QTAAAA QNDAAA OOOOxx -3780 2383 0 0 0 0 80 780 1780 3780 3780 160 161 KPAAAA RNDAAA VVVVxx -7941 2384 1 1 1 1 41 941 1941 2941 7941 82 83 LTAAAA SNDAAA AAAAxx -3305 2385 1 1 5 5 5 305 1305 3305 3305 10 11 DXAAAA TNDAAA HHHHxx -8653 2386 1 1 3 13 53 653 653 3653 8653 106 107 VUAAAA UNDAAA OOOOxx -5756 2387 0 0 6 16 56 756 1756 756 5756 112 113 KNAAAA VNDAAA VVVVxx -576 2388 0 0 6 16 76 576 576 576 576 152 153 EWAAAA WNDAAA AAAAxx -1915 2389 1 3 5 15 15 915 1915 1915 1915 30 31 RVAAAA XNDAAA HHHHxx -4627 2390 1 3 7 7 27 627 627 4627 4627 54 55 ZVAAAA YNDAAA OOOOxx -920 2391 0 0 0 0 20 920 920 920 920 40 41 KJAAAA ZNDAAA VVVVxx -2537 2392 1 1 7 17 37 537 537 2537 2537 74 75 PTAAAA AODAAA AAAAxx -50 2393 0 2 0 10 50 50 50 50 50 100 101 YBAAAA BODAAA HHHHxx -1313 2394 1 1 3 13 13 313 1313 1313 1313 26 27 NYAAAA CODAAA OOOOxx -8542 2395 0 2 2 2 42 542 542 3542 8542 84 85 OQAAAA DODAAA VVVVxx -6428 2396 0 0 8 8 28 428 428 1428 6428 56 57 GNAAAA EODAAA AAAAxx -4351 2397 1 3 1 11 51 351 351 4351 4351 102 103 JLAAAA FODAAA HHHHxx -2050 2398 0 2 0 10 50 50 50 2050 2050 100 101 WAAAAA GODAAA OOOOxx -5162 2399 0 2 2 2 62 162 1162 162 5162 124 125 OQAAAA HODAAA VVVVxx -8229 2400 1 1 9 9 29 229 229 3229 8229 58 59 NEAAAA IODAAA AAAAxx -7782 2401 0 2 2 2 82 782 1782 2782 7782 164 165 INAAAA JODAAA HHHHxx -1563 2402 1 3 3 3 63 563 1563 1563 1563 126 127 DIAAAA KODAAA OOOOxx -267 2403 1 3 7 7 67 267 267 267 267 134 135 HKAAAA LODAAA VVVVxx -5138 2404 0 2 8 18 38 138 1138 138 5138 76 77 QPAAAA MODAAA AAAAxx -7022 2405 0 2 2 2 22 22 1022 2022 7022 44 45 CKAAAA NODAAA HHHHxx -6705 2406 1 1 5 5 5 705 705 1705 6705 10 11 XXAAAA OODAAA OOOOxx -6190 2407 0 2 0 10 90 190 190 1190 6190 180 181 CEAAAA PODAAA VVVVxx -8226 2408 0 2 6 6 26 226 226 3226 8226 52 53 KEAAAA QODAAA AAAAxx -8882 2409 0 2 2 2 82 882 882 3882 8882 164 165 QDAAAA RODAAA HHHHxx -5181 2410 1 1 1 1 81 181 1181 181 5181 162 163 HRAAAA SODAAA OOOOxx -4598 2411 0 2 8 18 98 598 598 4598 4598 196 197 WUAAAA TODAAA VVVVxx -4882 2412 0 2 2 2 82 882 882 4882 4882 164 165 UFAAAA UODAAA AAAAxx -7490 2413 0 2 0 10 90 490 1490 2490 7490 180 181 CCAAAA VODAAA HHHHxx -5224 2414 0 0 4 4 24 224 1224 224 5224 48 49 YSAAAA WODAAA OOOOxx -2174 2415 0 2 4 14 74 174 174 2174 2174 148 149 QFAAAA XODAAA VVVVxx -3059 2416 1 3 9 19 59 59 1059 3059 3059 118 119 RNAAAA YODAAA AAAAxx -8790 2417 0 2 0 10 90 790 790 3790 8790 180 181 CAAAAA ZODAAA HHHHxx -2222 2418 0 2 2 2 22 222 222 2222 2222 44 45 MHAAAA APDAAA OOOOxx -5473 2419 1 1 3 13 73 473 1473 473 5473 146 147 NCAAAA BPDAAA VVVVxx -937 2420 1 1 7 17 37 937 937 937 937 74 75 BKAAAA CPDAAA AAAAxx -2975 2421 1 3 5 15 75 975 975 2975 2975 150 151 LKAAAA DPDAAA HHHHxx -9569 2422 1 1 9 9 69 569 1569 4569 9569 138 139 BEAAAA EPDAAA OOOOxx -3456 2423 0 0 6 16 56 456 1456 3456 3456 112 113 YCAAAA FPDAAA VVVVxx -6657 2424 1 1 7 17 57 657 657 1657 6657 114 115 BWAAAA GPDAAA AAAAxx -3776 2425 0 0 6 16 76 776 1776 3776 3776 152 153 GPAAAA HPDAAA HHHHxx -6072 2426 0 0 2 12 72 72 72 1072 6072 144 145 OZAAAA IPDAAA OOOOxx -8129 2427 1 1 9 9 29 129 129 3129 8129 58 59 RAAAAA JPDAAA VVVVxx -1085 2428 1 1 5 5 85 85 1085 1085 1085 170 171 TPAAAA KPDAAA AAAAxx -2079 2429 1 3 9 19 79 79 79 2079 2079 158 159 ZBAAAA LPDAAA HHHHxx -1200 2430 0 0 0 0 0 200 1200 1200 1200 0 1 EUAAAA MPDAAA OOOOxx -3276 2431 0 0 6 16 76 276 1276 3276 3276 152 153 AWAAAA NPDAAA VVVVxx -2608 2432 0 0 8 8 8 608 608 2608 2608 16 17 IWAAAA OPDAAA AAAAxx -702 2433 0 2 2 2 2 702 702 702 702 4 5 ABAAAA PPDAAA HHHHxx -5750 2434 0 2 0 10 50 750 1750 750 5750 100 101 ENAAAA QPDAAA OOOOxx -2776 2435 0 0 6 16 76 776 776 2776 2776 152 153 UCAAAA RPDAAA VVVVxx -9151 2436 1 3 1 11 51 151 1151 4151 9151 102 103 ZNAAAA SPDAAA AAAAxx -3282 2437 0 2 2 2 82 282 1282 3282 3282 164 165 GWAAAA TPDAAA HHHHxx -408 2438 0 0 8 8 8 408 408 408 408 16 17 SPAAAA UPDAAA OOOOxx -3473 2439 1 1 3 13 73 473 1473 3473 3473 146 147 PDAAAA VPDAAA VVVVxx -7095 2440 1 3 5 15 95 95 1095 2095 7095 190 191 XMAAAA WPDAAA AAAAxx -3288 2441 0 0 8 8 88 288 1288 3288 3288 176 177 MWAAAA XPDAAA HHHHxx -8215 2442 1 3 5 15 15 215 215 3215 8215 30 31 ZDAAAA YPDAAA OOOOxx -6244 2443 0 0 4 4 44 244 244 1244 6244 88 89 EGAAAA ZPDAAA VVVVxx -8440 2444 0 0 0 0 40 440 440 3440 8440 80 81 QMAAAA AQDAAA AAAAxx -3800 2445 0 0 0 0 0 800 1800 3800 3800 0 1 EQAAAA BQDAAA HHHHxx -7279 2446 1 3 9 19 79 279 1279 2279 7279 158 159 ZTAAAA CQDAAA OOOOxx -9206 2447 0 2 6 6 6 206 1206 4206 9206 12 13 CQAAAA DQDAAA VVVVxx -6465 2448 1 1 5 5 65 465 465 1465 6465 130 131 ROAAAA EQDAAA AAAAxx -4127 2449 1 3 7 7 27 127 127 4127 4127 54 55 TCAAAA FQDAAA HHHHxx -7463 2450 1 3 3 3 63 463 1463 2463 7463 126 127 BBAAAA GQDAAA OOOOxx -5117 2451 1 1 7 17 17 117 1117 117 5117 34 35 VOAAAA HQDAAA VVVVxx -4715 2452 1 3 5 15 15 715 715 4715 4715 30 31 JZAAAA IQDAAA AAAAxx -2010 2453 0 2 0 10 10 10 10 2010 2010 20 21 IZAAAA JQDAAA HHHHxx -6486 2454 0 2 6 6 86 486 486 1486 6486 172 173 MPAAAA KQDAAA OOOOxx -6434 2455 0 2 4 14 34 434 434 1434 6434 68 69 MNAAAA LQDAAA VVVVxx -2151 2456 1 3 1 11 51 151 151 2151 2151 102 103 TEAAAA MQDAAA AAAAxx -4821 2457 1 1 1 1 21 821 821 4821 4821 42 43 LDAAAA NQDAAA HHHHxx -6507 2458 1 3 7 7 7 507 507 1507 6507 14 15 HQAAAA OQDAAA OOOOxx -8741 2459 1 1 1 1 41 741 741 3741 8741 82 83 FYAAAA PQDAAA VVVVxx -6846 2460 0 2 6 6 46 846 846 1846 6846 92 93 IDAAAA QQDAAA AAAAxx -4525 2461 1 1 5 5 25 525 525 4525 4525 50 51 BSAAAA RQDAAA HHHHxx -8299 2462 1 3 9 19 99 299 299 3299 8299 198 199 FHAAAA SQDAAA OOOOxx -5465 2463 1 1 5 5 65 465 1465 465 5465 130 131 FCAAAA TQDAAA VVVVxx -7206 2464 0 2 6 6 6 206 1206 2206 7206 12 13 ERAAAA UQDAAA AAAAxx -2616 2465 0 0 6 16 16 616 616 2616 2616 32 33 QWAAAA VQDAAA HHHHxx -4440 2466 0 0 0 0 40 440 440 4440 4440 80 81 UOAAAA WQDAAA OOOOxx -6109 2467 1 1 9 9 9 109 109 1109 6109 18 19 ZAAAAA XQDAAA VVVVxx -7905 2468 1 1 5 5 5 905 1905 2905 7905 10 11 BSAAAA YQDAAA AAAAxx -6498 2469 0 2 8 18 98 498 498 1498 6498 196 197 YPAAAA ZQDAAA HHHHxx -2034 2470 0 2 4 14 34 34 34 2034 2034 68 69 GAAAAA ARDAAA OOOOxx -7693 2471 1 1 3 13 93 693 1693 2693 7693 186 187 XJAAAA BRDAAA VVVVxx -7511 2472 1 3 1 11 11 511 1511 2511 7511 22 23 XCAAAA CRDAAA AAAAxx -7531 2473 1 3 1 11 31 531 1531 2531 7531 62 63 RDAAAA DRDAAA HHHHxx -6869 2474 1 1 9 9 69 869 869 1869 6869 138 139 FEAAAA ERDAAA OOOOxx -2763 2475 1 3 3 3 63 763 763 2763 2763 126 127 HCAAAA FRDAAA VVVVxx -575 2476 1 3 5 15 75 575 575 575 575 150 151 DWAAAA GRDAAA AAAAxx -8953 2477 1 1 3 13 53 953 953 3953 8953 106 107 JGAAAA HRDAAA HHHHxx -5833 2478 1 1 3 13 33 833 1833 833 5833 66 67 JQAAAA IRDAAA OOOOxx -9035 2479 1 3 5 15 35 35 1035 4035 9035 70 71 NJAAAA JRDAAA VVVVxx -9123 2480 1 3 3 3 23 123 1123 4123 9123 46 47 XMAAAA KRDAAA AAAAxx -206 2481 0 2 6 6 6 206 206 206 206 12 13 YHAAAA LRDAAA HHHHxx -4155 2482 1 3 5 15 55 155 155 4155 4155 110 111 VDAAAA MRDAAA OOOOxx -532 2483 0 0 2 12 32 532 532 532 532 64 65 MUAAAA NRDAAA VVVVxx -1370 2484 0 2 0 10 70 370 1370 1370 1370 140 141 SAAAAA ORDAAA AAAAxx -7656 2485 0 0 6 16 56 656 1656 2656 7656 112 113 MIAAAA PRDAAA HHHHxx -7735 2486 1 3 5 15 35 735 1735 2735 7735 70 71 NLAAAA QRDAAA OOOOxx -2118 2487 0 2 8 18 18 118 118 2118 2118 36 37 MDAAAA RRDAAA VVVVxx -6914 2488 0 2 4 14 14 914 914 1914 6914 28 29 YFAAAA SRDAAA AAAAxx -6277 2489 1 1 7 17 77 277 277 1277 6277 154 155 LHAAAA TRDAAA HHHHxx -6347 2490 1 3 7 7 47 347 347 1347 6347 94 95 DKAAAA URDAAA OOOOxx -4030 2491 0 2 0 10 30 30 30 4030 4030 60 61 AZAAAA VRDAAA VVVVxx -9673 2492 1 1 3 13 73 673 1673 4673 9673 146 147 BIAAAA WRDAAA AAAAxx -2015 2493 1 3 5 15 15 15 15 2015 2015 30 31 NZAAAA XRDAAA HHHHxx -1317 2494 1 1 7 17 17 317 1317 1317 1317 34 35 RYAAAA YRDAAA OOOOxx -404 2495 0 0 4 4 4 404 404 404 404 8 9 OPAAAA ZRDAAA VVVVxx -1604 2496 0 0 4 4 4 604 1604 1604 1604 8 9 SJAAAA ASDAAA AAAAxx -1912 2497 0 0 2 12 12 912 1912 1912 1912 24 25 OVAAAA BSDAAA HHHHxx -5727 2498 1 3 7 7 27 727 1727 727 5727 54 55 HMAAAA CSDAAA OOOOxx -4538 2499 0 2 8 18 38 538 538 4538 4538 76 77 OSAAAA DSDAAA VVVVxx -6868 2500 0 0 8 8 68 868 868 1868 6868 136 137 EEAAAA ESDAAA AAAAxx -9801 2501 1 1 1 1 1 801 1801 4801 9801 2 3 ZMAAAA FSDAAA HHHHxx -1781 2502 1 1 1 1 81 781 1781 1781 1781 162 163 NQAAAA GSDAAA OOOOxx -7061 2503 1 1 1 1 61 61 1061 2061 7061 122 123 PLAAAA HSDAAA VVVVxx -2412 2504 0 0 2 12 12 412 412 2412 2412 24 25 UOAAAA ISDAAA AAAAxx -9191 2505 1 3 1 11 91 191 1191 4191 9191 182 183 NPAAAA JSDAAA HHHHxx -1958 2506 0 2 8 18 58 958 1958 1958 1958 116 117 IXAAAA KSDAAA OOOOxx -2203 2507 1 3 3 3 3 203 203 2203 2203 6 7 TGAAAA LSDAAA VVVVxx -9104 2508 0 0 4 4 4 104 1104 4104 9104 8 9 EMAAAA MSDAAA AAAAxx -3837 2509 1 1 7 17 37 837 1837 3837 3837 74 75 PRAAAA NSDAAA HHHHxx -7055 2510 1 3 5 15 55 55 1055 2055 7055 110 111 JLAAAA OSDAAA OOOOxx -4612 2511 0 0 2 12 12 612 612 4612 4612 24 25 KVAAAA PSDAAA VVVVxx -6420 2512 0 0 0 0 20 420 420 1420 6420 40 41 YMAAAA QSDAAA AAAAxx -613 2513 1 1 3 13 13 613 613 613 613 26 27 PXAAAA RSDAAA HHHHxx -1691 2514 1 3 1 11 91 691 1691 1691 1691 182 183 BNAAAA SSDAAA OOOOxx -33 2515 1 1 3 13 33 33 33 33 33 66 67 HBAAAA TSDAAA VVVVxx -875 2516 1 3 5 15 75 875 875 875 875 150 151 RHAAAA USDAAA AAAAxx -9030 2517 0 2 0 10 30 30 1030 4030 9030 60 61 IJAAAA VSDAAA HHHHxx -4285 2518 1 1 5 5 85 285 285 4285 4285 170 171 VIAAAA WSDAAA OOOOxx -6236 2519 0 0 6 16 36 236 236 1236 6236 72 73 WFAAAA XSDAAA VVVVxx -4702 2520 0 2 2 2 2 702 702 4702 4702 4 5 WYAAAA YSDAAA AAAAxx -3441 2521 1 1 1 1 41 441 1441 3441 3441 82 83 JCAAAA ZSDAAA HHHHxx -2150 2522 0 2 0 10 50 150 150 2150 2150 100 101 SEAAAA ATDAAA OOOOxx -1852 2523 0 0 2 12 52 852 1852 1852 1852 104 105 GTAAAA BTDAAA VVVVxx -7713 2524 1 1 3 13 13 713 1713 2713 7713 26 27 RKAAAA CTDAAA AAAAxx -6849 2525 1 1 9 9 49 849 849 1849 6849 98 99 LDAAAA DTDAAA HHHHxx -3425 2526 1 1 5 5 25 425 1425 3425 3425 50 51 TBAAAA ETDAAA OOOOxx -4681 2527 1 1 1 1 81 681 681 4681 4681 162 163 BYAAAA FTDAAA VVVVxx -1134 2528 0 2 4 14 34 134 1134 1134 1134 68 69 QRAAAA GTDAAA AAAAxx -7462 2529 0 2 2 2 62 462 1462 2462 7462 124 125 ABAAAA HTDAAA HHHHxx -2148 2530 0 0 8 8 48 148 148 2148 2148 96 97 QEAAAA ITDAAA OOOOxx -5921 2531 1 1 1 1 21 921 1921 921 5921 42 43 TTAAAA JTDAAA VVVVxx -118 2532 0 2 8 18 18 118 118 118 118 36 37 OEAAAA KTDAAA AAAAxx -3065 2533 1 1 5 5 65 65 1065 3065 3065 130 131 XNAAAA LTDAAA HHHHxx -6590 2534 0 2 0 10 90 590 590 1590 6590 180 181 MTAAAA MTDAAA OOOOxx -4993 2535 1 1 3 13 93 993 993 4993 4993 186 187 BKAAAA NTDAAA VVVVxx -6818 2536 0 2 8 18 18 818 818 1818 6818 36 37 GCAAAA OTDAAA AAAAxx -1449 2537 1 1 9 9 49 449 1449 1449 1449 98 99 TDAAAA PTDAAA HHHHxx -2039 2538 1 3 9 19 39 39 39 2039 2039 78 79 LAAAAA QTDAAA OOOOxx -2524 2539 0 0 4 4 24 524 524 2524 2524 48 49 CTAAAA RTDAAA VVVVxx -1481 2540 1 1 1 1 81 481 1481 1481 1481 162 163 ZEAAAA STDAAA AAAAxx -6984 2541 0 0 4 4 84 984 984 1984 6984 168 169 QIAAAA TTDAAA HHHHxx -3960 2542 0 0 0 0 60 960 1960 3960 3960 120 121 IWAAAA UTDAAA OOOOxx -1983 2543 1 3 3 3 83 983 1983 1983 1983 166 167 HYAAAA VTDAAA VVVVxx -6379 2544 1 3 9 19 79 379 379 1379 6379 158 159 JLAAAA WTDAAA AAAAxx -8975 2545 1 3 5 15 75 975 975 3975 8975 150 151 FHAAAA XTDAAA HHHHxx -1102 2546 0 2 2 2 2 102 1102 1102 1102 4 5 KQAAAA YTDAAA OOOOxx -2517 2547 1 1 7 17 17 517 517 2517 2517 34 35 VSAAAA ZTDAAA VVVVxx -712 2548 0 0 2 12 12 712 712 712 712 24 25 KBAAAA AUDAAA AAAAxx -5419 2549 1 3 9 19 19 419 1419 419 5419 38 39 LAAAAA BUDAAA HHHHxx -723 2550 1 3 3 3 23 723 723 723 723 46 47 VBAAAA CUDAAA OOOOxx -8057 2551 1 1 7 17 57 57 57 3057 8057 114 115 XXAAAA DUDAAA VVVVxx -7471 2552 1 3 1 11 71 471 1471 2471 7471 142 143 JBAAAA EUDAAA AAAAxx -8855 2553 1 3 5 15 55 855 855 3855 8855 110 111 PCAAAA FUDAAA HHHHxx -5074 2554 0 2 4 14 74 74 1074 74 5074 148 149 ENAAAA GUDAAA OOOOxx -7139 2555 1 3 9 19 39 139 1139 2139 7139 78 79 POAAAA HUDAAA VVVVxx -3833 2556 1 1 3 13 33 833 1833 3833 3833 66 67 LRAAAA IUDAAA AAAAxx -5186 2557 0 2 6 6 86 186 1186 186 5186 172 173 MRAAAA JUDAAA HHHHxx -9436 2558 0 0 6 16 36 436 1436 4436 9436 72 73 YYAAAA KUDAAA OOOOxx -8859 2559 1 3 9 19 59 859 859 3859 8859 118 119 TCAAAA LUDAAA VVVVxx -6943 2560 1 3 3 3 43 943 943 1943 6943 86 87 BHAAAA MUDAAA AAAAxx -2315 2561 1 3 5 15 15 315 315 2315 2315 30 31 BLAAAA NUDAAA HHHHxx -1394 2562 0 2 4 14 94 394 1394 1394 1394 188 189 QBAAAA OUDAAA OOOOxx -8863 2563 1 3 3 3 63 863 863 3863 8863 126 127 XCAAAA PUDAAA VVVVxx -8812 2564 0 0 2 12 12 812 812 3812 8812 24 25 YAAAAA QUDAAA AAAAxx -7498 2565 0 2 8 18 98 498 1498 2498 7498 196 197 KCAAAA RUDAAA HHHHxx -8962 2566 0 2 2 2 62 962 962 3962 8962 124 125 SGAAAA SUDAAA OOOOxx -2533 2567 1 1 3 13 33 533 533 2533 2533 66 67 LTAAAA TUDAAA VVVVxx -8188 2568 0 0 8 8 88 188 188 3188 8188 176 177 YCAAAA UUDAAA AAAAxx -6137 2569 1 1 7 17 37 137 137 1137 6137 74 75 BCAAAA VUDAAA HHHHxx -974 2570 0 2 4 14 74 974 974 974 974 148 149 MLAAAA WUDAAA OOOOxx -2751 2571 1 3 1 11 51 751 751 2751 2751 102 103 VBAAAA XUDAAA VVVVxx -4975 2572 1 3 5 15 75 975 975 4975 4975 150 151 JJAAAA YUDAAA AAAAxx -3411 2573 1 3 1 11 11 411 1411 3411 3411 22 23 FBAAAA ZUDAAA HHHHxx -3143 2574 1 3 3 3 43 143 1143 3143 3143 86 87 XQAAAA AVDAAA OOOOxx -8011 2575 1 3 1 11 11 11 11 3011 8011 22 23 DWAAAA BVDAAA VVVVxx -988 2576 0 0 8 8 88 988 988 988 988 176 177 AMAAAA CVDAAA AAAAxx -4289 2577 1 1 9 9 89 289 289 4289 4289 178 179 ZIAAAA DVDAAA HHHHxx -8105 2578 1 1 5 5 5 105 105 3105 8105 10 11 TZAAAA EVDAAA OOOOxx -9885 2579 1 1 5 5 85 885 1885 4885 9885 170 171 FQAAAA FVDAAA VVVVxx -1002 2580 0 2 2 2 2 2 1002 1002 1002 4 5 OMAAAA GVDAAA AAAAxx -5827 2581 1 3 7 7 27 827 1827 827 5827 54 55 DQAAAA HVDAAA HHHHxx -1228 2582 0 0 8 8 28 228 1228 1228 1228 56 57 GVAAAA IVDAAA OOOOxx -6352 2583 0 0 2 12 52 352 352 1352 6352 104 105 IKAAAA JVDAAA VVVVxx -8868 2584 0 0 8 8 68 868 868 3868 8868 136 137 CDAAAA KVDAAA AAAAxx -3643 2585 1 3 3 3 43 643 1643 3643 3643 86 87 DKAAAA LVDAAA HHHHxx -1468 2586 0 0 8 8 68 468 1468 1468 1468 136 137 MEAAAA MVDAAA OOOOxx -8415 2587 1 3 5 15 15 415 415 3415 8415 30 31 RLAAAA NVDAAA VVVVxx -9631 2588 1 3 1 11 31 631 1631 4631 9631 62 63 LGAAAA OVDAAA AAAAxx -7408 2589 0 0 8 8 8 408 1408 2408 7408 16 17 YYAAAA PVDAAA HHHHxx -1934 2590 0 2 4 14 34 934 1934 1934 1934 68 69 KWAAAA QVDAAA OOOOxx -996 2591 0 0 6 16 96 996 996 996 996 192 193 IMAAAA RVDAAA VVVVxx -8027 2592 1 3 7 7 27 27 27 3027 8027 54 55 TWAAAA SVDAAA AAAAxx -8464 2593 0 0 4 4 64 464 464 3464 8464 128 129 ONAAAA TVDAAA HHHHxx -5007 2594 1 3 7 7 7 7 1007 7 5007 14 15 PKAAAA UVDAAA OOOOxx -8356 2595 0 0 6 16 56 356 356 3356 8356 112 113 KJAAAA VVDAAA VVVVxx -4579 2596 1 3 9 19 79 579 579 4579 4579 158 159 DUAAAA WVDAAA AAAAxx -8513 2597 1 1 3 13 13 513 513 3513 8513 26 27 LPAAAA XVDAAA HHHHxx -383 2598 1 3 3 3 83 383 383 383 383 166 167 TOAAAA YVDAAA OOOOxx -9304 2599 0 0 4 4 4 304 1304 4304 9304 8 9 WTAAAA ZVDAAA VVVVxx -7224 2600 0 0 4 4 24 224 1224 2224 7224 48 49 WRAAAA AWDAAA AAAAxx -6023 2601 1 3 3 3 23 23 23 1023 6023 46 47 RXAAAA BWDAAA HHHHxx -2746 2602 0 2 6 6 46 746 746 2746 2746 92 93 QBAAAA CWDAAA OOOOxx -137 2603 1 1 7 17 37 137 137 137 137 74 75 HFAAAA DWDAAA VVVVxx -9441 2604 1 1 1 1 41 441 1441 4441 9441 82 83 DZAAAA EWDAAA AAAAxx -3690 2605 0 2 0 10 90 690 1690 3690 3690 180 181 YLAAAA FWDAAA HHHHxx -913 2606 1 1 3 13 13 913 913 913 913 26 27 DJAAAA GWDAAA OOOOxx -1768 2607 0 0 8 8 68 768 1768 1768 1768 136 137 AQAAAA HWDAAA VVVVxx -8492 2608 0 0 2 12 92 492 492 3492 8492 184 185 QOAAAA IWDAAA AAAAxx -8083 2609 1 3 3 3 83 83 83 3083 8083 166 167 XYAAAA JWDAAA HHHHxx -4609 2610 1 1 9 9 9 609 609 4609 4609 18 19 HVAAAA KWDAAA OOOOxx -7520 2611 0 0 0 0 20 520 1520 2520 7520 40 41 GDAAAA LWDAAA VVVVxx -4231 2612 1 3 1 11 31 231 231 4231 4231 62 63 TGAAAA MWDAAA AAAAxx -6022 2613 0 2 2 2 22 22 22 1022 6022 44 45 QXAAAA NWDAAA HHHHxx -9784 2614 0 0 4 4 84 784 1784 4784 9784 168 169 IMAAAA OWDAAA OOOOxx -1343 2615 1 3 3 3 43 343 1343 1343 1343 86 87 RZAAAA PWDAAA VVVVxx -7549 2616 1 1 9 9 49 549 1549 2549 7549 98 99 JEAAAA QWDAAA AAAAxx -269 2617 1 1 9 9 69 269 269 269 269 138 139 JKAAAA RWDAAA HHHHxx -1069 2618 1 1 9 9 69 69 1069 1069 1069 138 139 DPAAAA SWDAAA OOOOxx -4610 2619 0 2 0 10 10 610 610 4610 4610 20 21 IVAAAA TWDAAA VVVVxx -482 2620 0 2 2 2 82 482 482 482 482 164 165 OSAAAA UWDAAA AAAAxx -3025 2621 1 1 5 5 25 25 1025 3025 3025 50 51 JMAAAA VWDAAA HHHHxx -7914 2622 0 2 4 14 14 914 1914 2914 7914 28 29 KSAAAA WWDAAA OOOOxx -3198 2623 0 2 8 18 98 198 1198 3198 3198 196 197 ATAAAA XWDAAA VVVVxx -1187 2624 1 3 7 7 87 187 1187 1187 1187 174 175 RTAAAA YWDAAA AAAAxx -4707 2625 1 3 7 7 7 707 707 4707 4707 14 15 BZAAAA ZWDAAA HHHHxx -8279 2626 1 3 9 19 79 279 279 3279 8279 158 159 LGAAAA AXDAAA OOOOxx -6127 2627 1 3 7 7 27 127 127 1127 6127 54 55 RBAAAA BXDAAA VVVVxx -1305 2628 1 1 5 5 5 305 1305 1305 1305 10 11 FYAAAA CXDAAA AAAAxx -4804 2629 0 0 4 4 4 804 804 4804 4804 8 9 UCAAAA DXDAAA HHHHxx -6069 2630 1 1 9 9 69 69 69 1069 6069 138 139 LZAAAA EXDAAA OOOOxx -9229 2631 1 1 9 9 29 229 1229 4229 9229 58 59 ZQAAAA FXDAAA VVVVxx -4703 2632 1 3 3 3 3 703 703 4703 4703 6 7 XYAAAA GXDAAA AAAAxx -6410 2633 0 2 0 10 10 410 410 1410 6410 20 21 OMAAAA HXDAAA HHHHxx -944 2634 0 0 4 4 44 944 944 944 944 88 89 IKAAAA IXDAAA OOOOxx -3744 2635 0 0 4 4 44 744 1744 3744 3744 88 89 AOAAAA JXDAAA VVVVxx -1127 2636 1 3 7 7 27 127 1127 1127 1127 54 55 JRAAAA KXDAAA AAAAxx -6693 2637 1 1 3 13 93 693 693 1693 6693 186 187 LXAAAA LXDAAA HHHHxx -583 2638 1 3 3 3 83 583 583 583 583 166 167 LWAAAA MXDAAA OOOOxx -2684 2639 0 0 4 4 84 684 684 2684 2684 168 169 GZAAAA NXDAAA VVVVxx -6192 2640 0 0 2 12 92 192 192 1192 6192 184 185 EEAAAA OXDAAA AAAAxx -4157 2641 1 1 7 17 57 157 157 4157 4157 114 115 XDAAAA PXDAAA HHHHxx -6470 2642 0 2 0 10 70 470 470 1470 6470 140 141 WOAAAA QXDAAA OOOOxx -8965 2643 1 1 5 5 65 965 965 3965 8965 130 131 VGAAAA RXDAAA VVVVxx -1433 2644 1 1 3 13 33 433 1433 1433 1433 66 67 DDAAAA SXDAAA AAAAxx -4570 2645 0 2 0 10 70 570 570 4570 4570 140 141 UTAAAA TXDAAA HHHHxx -1806 2646 0 2 6 6 6 806 1806 1806 1806 12 13 MRAAAA UXDAAA OOOOxx -1230 2647 0 2 0 10 30 230 1230 1230 1230 60 61 IVAAAA VXDAAA VVVVxx -2283 2648 1 3 3 3 83 283 283 2283 2283 166 167 VJAAAA WXDAAA AAAAxx -6456 2649 0 0 6 16 56 456 456 1456 6456 112 113 IOAAAA XXDAAA HHHHxx -7427 2650 1 3 7 7 27 427 1427 2427 7427 54 55 RZAAAA YXDAAA OOOOxx -8310 2651 0 2 0 10 10 310 310 3310 8310 20 21 QHAAAA ZXDAAA VVVVxx -8103 2652 1 3 3 3 3 103 103 3103 8103 6 7 RZAAAA AYDAAA AAAAxx -3947 2653 1 3 7 7 47 947 1947 3947 3947 94 95 VVAAAA BYDAAA HHHHxx -3414 2654 0 2 4 14 14 414 1414 3414 3414 28 29 IBAAAA CYDAAA OOOOxx -2043 2655 1 3 3 3 43 43 43 2043 2043 86 87 PAAAAA DYDAAA VVVVxx -4393 2656 1 1 3 13 93 393 393 4393 4393 186 187 ZMAAAA EYDAAA AAAAxx -6664 2657 0 0 4 4 64 664 664 1664 6664 128 129 IWAAAA FYDAAA HHHHxx -4545 2658 1 1 5 5 45 545 545 4545 4545 90 91 VSAAAA GYDAAA OOOOxx -7637 2659 1 1 7 17 37 637 1637 2637 7637 74 75 THAAAA HYDAAA VVVVxx -1359 2660 1 3 9 19 59 359 1359 1359 1359 118 119 HAAAAA IYDAAA AAAAxx -5018 2661 0 2 8 18 18 18 1018 18 5018 36 37 ALAAAA JYDAAA HHHHxx -987 2662 1 3 7 7 87 987 987 987 987 174 175 ZLAAAA KYDAAA OOOOxx -1320 2663 0 0 0 0 20 320 1320 1320 1320 40 41 UYAAAA LYDAAA VVVVxx -9311 2664 1 3 1 11 11 311 1311 4311 9311 22 23 DUAAAA MYDAAA AAAAxx -7993 2665 1 1 3 13 93 993 1993 2993 7993 186 187 LVAAAA NYDAAA HHHHxx -7588 2666 0 0 8 8 88 588 1588 2588 7588 176 177 WFAAAA OYDAAA OOOOxx -5983 2667 1 3 3 3 83 983 1983 983 5983 166 167 DWAAAA PYDAAA VVVVxx -4070 2668 0 2 0 10 70 70 70 4070 4070 140 141 OAAAAA QYDAAA AAAAxx -8349 2669 1 1 9 9 49 349 349 3349 8349 98 99 DJAAAA RYDAAA HHHHxx -3810 2670 0 2 0 10 10 810 1810 3810 3810 20 21 OQAAAA SYDAAA OOOOxx -6948 2671 0 0 8 8 48 948 948 1948 6948 96 97 GHAAAA TYDAAA VVVVxx -7153 2672 1 1 3 13 53 153 1153 2153 7153 106 107 DPAAAA UYDAAA AAAAxx -5371 2673 1 3 1 11 71 371 1371 371 5371 142 143 PYAAAA VYDAAA HHHHxx -8316 2674 0 0 6 16 16 316 316 3316 8316 32 33 WHAAAA WYDAAA OOOOxx -5903 2675 1 3 3 3 3 903 1903 903 5903 6 7 BTAAAA XYDAAA VVVVxx -6718 2676 0 2 8 18 18 718 718 1718 6718 36 37 KYAAAA YYDAAA AAAAxx -4759 2677 1 3 9 19 59 759 759 4759 4759 118 119 BBAAAA ZYDAAA HHHHxx -2555 2678 1 3 5 15 55 555 555 2555 2555 110 111 HUAAAA AZDAAA OOOOxx -3457 2679 1 1 7 17 57 457 1457 3457 3457 114 115 ZCAAAA BZDAAA VVVVxx -9626 2680 0 2 6 6 26 626 1626 4626 9626 52 53 GGAAAA CZDAAA AAAAxx -2570 2681 0 2 0 10 70 570 570 2570 2570 140 141 WUAAAA DZDAAA HHHHxx -7964 2682 0 0 4 4 64 964 1964 2964 7964 128 129 IUAAAA EZDAAA OOOOxx -1543 2683 1 3 3 3 43 543 1543 1543 1543 86 87 JHAAAA FZDAAA VVVVxx -929 2684 1 1 9 9 29 929 929 929 929 58 59 TJAAAA GZDAAA AAAAxx -9244 2685 0 0 4 4 44 244 1244 4244 9244 88 89 ORAAAA HZDAAA HHHHxx -9210 2686 0 2 0 10 10 210 1210 4210 9210 20 21 GQAAAA IZDAAA OOOOxx -8334 2687 0 2 4 14 34 334 334 3334 8334 68 69 OIAAAA JZDAAA VVVVxx -9310 2688 0 2 0 10 10 310 1310 4310 9310 20 21 CUAAAA KZDAAA AAAAxx -5024 2689 0 0 4 4 24 24 1024 24 5024 48 49 GLAAAA LZDAAA HHHHxx -8794 2690 0 2 4 14 94 794 794 3794 8794 188 189 GAAAAA MZDAAA OOOOxx -4091 2691 1 3 1 11 91 91 91 4091 4091 182 183 JBAAAA NZDAAA VVVVxx -649 2692 1 1 9 9 49 649 649 649 649 98 99 ZYAAAA OZDAAA AAAAxx -8505 2693 1 1 5 5 5 505 505 3505 8505 10 11 DPAAAA PZDAAA HHHHxx -6652 2694 0 0 2 12 52 652 652 1652 6652 104 105 WVAAAA QZDAAA OOOOxx -8945 2695 1 1 5 5 45 945 945 3945 8945 90 91 BGAAAA RZDAAA VVVVxx -2095 2696 1 3 5 15 95 95 95 2095 2095 190 191 PCAAAA SZDAAA AAAAxx -8676 2697 0 0 6 16 76 676 676 3676 8676 152 153 SVAAAA TZDAAA HHHHxx -3994 2698 0 2 4 14 94 994 1994 3994 3994 188 189 QXAAAA UZDAAA OOOOxx -2859 2699 1 3 9 19 59 859 859 2859 2859 118 119 ZFAAAA VZDAAA VVVVxx -5403 2700 1 3 3 3 3 403 1403 403 5403 6 7 VZAAAA WZDAAA AAAAxx -3254 2701 0 2 4 14 54 254 1254 3254 3254 108 109 EVAAAA XZDAAA HHHHxx -7339 2702 1 3 9 19 39 339 1339 2339 7339 78 79 HWAAAA YZDAAA OOOOxx -7220 2703 0 0 0 0 20 220 1220 2220 7220 40 41 SRAAAA ZZDAAA VVVVxx -4154 2704 0 2 4 14 54 154 154 4154 4154 108 109 UDAAAA AAEAAA AAAAxx -7570 2705 0 2 0 10 70 570 1570 2570 7570 140 141 EFAAAA BAEAAA HHHHxx -2576 2706 0 0 6 16 76 576 576 2576 2576 152 153 CVAAAA CAEAAA OOOOxx -5764 2707 0 0 4 4 64 764 1764 764 5764 128 129 SNAAAA DAEAAA VVVVxx -4314 2708 0 2 4 14 14 314 314 4314 4314 28 29 YJAAAA EAEAAA AAAAxx -2274 2709 0 2 4 14 74 274 274 2274 2274 148 149 MJAAAA FAEAAA HHHHxx -9756 2710 0 0 6 16 56 756 1756 4756 9756 112 113 GLAAAA GAEAAA OOOOxx -8274 2711 0 2 4 14 74 274 274 3274 8274 148 149 GGAAAA HAEAAA VVVVxx -1289 2712 1 1 9 9 89 289 1289 1289 1289 178 179 PXAAAA IAEAAA AAAAxx -7335 2713 1 3 5 15 35 335 1335 2335 7335 70 71 DWAAAA JAEAAA HHHHxx -5351 2714 1 3 1 11 51 351 1351 351 5351 102 103 VXAAAA KAEAAA OOOOxx -8978 2715 0 2 8 18 78 978 978 3978 8978 156 157 IHAAAA LAEAAA VVVVxx -2 2716 0 2 2 2 2 2 2 2 2 4 5 CAAAAA MAEAAA AAAAxx -8906 2717 0 2 6 6 6 906 906 3906 8906 12 13 OEAAAA NAEAAA HHHHxx -6388 2718 0 0 8 8 88 388 388 1388 6388 176 177 SLAAAA OAEAAA OOOOxx -5675 2719 1 3 5 15 75 675 1675 675 5675 150 151 HKAAAA PAEAAA VVVVxx -255 2720 1 3 5 15 55 255 255 255 255 110 111 VJAAAA QAEAAA AAAAxx -9538 2721 0 2 8 18 38 538 1538 4538 9538 76 77 WCAAAA RAEAAA HHHHxx -1480 2722 0 0 0 0 80 480 1480 1480 1480 160 161 YEAAAA SAEAAA OOOOxx -4015 2723 1 3 5 15 15 15 15 4015 4015 30 31 LYAAAA TAEAAA VVVVxx -5166 2724 0 2 6 6 66 166 1166 166 5166 132 133 SQAAAA UAEAAA AAAAxx -91 2725 1 3 1 11 91 91 91 91 91 182 183 NDAAAA VAEAAA HHHHxx -2958 2726 0 2 8 18 58 958 958 2958 2958 116 117 UJAAAA WAEAAA OOOOxx -9131 2727 1 3 1 11 31 131 1131 4131 9131 62 63 FNAAAA XAEAAA VVVVxx -3944 2728 0 0 4 4 44 944 1944 3944 3944 88 89 SVAAAA YAEAAA AAAAxx -4514 2729 0 2 4 14 14 514 514 4514 4514 28 29 QRAAAA ZAEAAA HHHHxx -5661 2730 1 1 1 1 61 661 1661 661 5661 122 123 TJAAAA ABEAAA OOOOxx -8724 2731 0 0 4 4 24 724 724 3724 8724 48 49 OXAAAA BBEAAA VVVVxx -6408 2732 0 0 8 8 8 408 408 1408 6408 16 17 MMAAAA CBEAAA AAAAxx -5013 2733 1 1 3 13 13 13 1013 13 5013 26 27 VKAAAA DBEAAA HHHHxx -6156 2734 0 0 6 16 56 156 156 1156 6156 112 113 UCAAAA EBEAAA OOOOxx -7350 2735 0 2 0 10 50 350 1350 2350 7350 100 101 SWAAAA FBEAAA VVVVxx -9858 2736 0 2 8 18 58 858 1858 4858 9858 116 117 EPAAAA GBEAAA AAAAxx -895 2737 1 3 5 15 95 895 895 895 895 190 191 LIAAAA HBEAAA HHHHxx -8368 2738 0 0 8 8 68 368 368 3368 8368 136 137 WJAAAA IBEAAA OOOOxx -179 2739 1 3 9 19 79 179 179 179 179 158 159 XGAAAA JBEAAA VVVVxx -4048 2740 0 0 8 8 48 48 48 4048 4048 96 97 SZAAAA KBEAAA AAAAxx -3073 2741 1 1 3 13 73 73 1073 3073 3073 146 147 FOAAAA LBEAAA HHHHxx -321 2742 1 1 1 1 21 321 321 321 321 42 43 JMAAAA MBEAAA OOOOxx -5352 2743 0 0 2 12 52 352 1352 352 5352 104 105 WXAAAA NBEAAA VVVVxx -1940 2744 0 0 0 0 40 940 1940 1940 1940 80 81 QWAAAA OBEAAA AAAAxx -8803 2745 1 3 3 3 3 803 803 3803 8803 6 7 PAAAAA PBEAAA HHHHxx -791 2746 1 3 1 11 91 791 791 791 791 182 183 LEAAAA QBEAAA OOOOxx -9809 2747 1 1 9 9 9 809 1809 4809 9809 18 19 HNAAAA RBEAAA VVVVxx -5519 2748 1 3 9 19 19 519 1519 519 5519 38 39 HEAAAA SBEAAA AAAAxx -7420 2749 0 0 0 0 20 420 1420 2420 7420 40 41 KZAAAA TBEAAA HHHHxx -7541 2750 1 1 1 1 41 541 1541 2541 7541 82 83 BEAAAA UBEAAA OOOOxx -6538 2751 0 2 8 18 38 538 538 1538 6538 76 77 MRAAAA VBEAAA VVVVxx -710 2752 0 2 0 10 10 710 710 710 710 20 21 IBAAAA WBEAAA AAAAxx -9488 2753 0 0 8 8 88 488 1488 4488 9488 176 177 YAAAAA XBEAAA HHHHxx -3135 2754 1 3 5 15 35 135 1135 3135 3135 70 71 PQAAAA YBEAAA OOOOxx -4273 2755 1 1 3 13 73 273 273 4273 4273 146 147 JIAAAA ZBEAAA VVVVxx -629 2756 1 1 9 9 29 629 629 629 629 58 59 FYAAAA ACEAAA AAAAxx -9167 2757 1 3 7 7 67 167 1167 4167 9167 134 135 POAAAA BCEAAA HHHHxx -751 2758 1 3 1 11 51 751 751 751 751 102 103 XCAAAA CCEAAA OOOOxx -1126 2759 0 2 6 6 26 126 1126 1126 1126 52 53 IRAAAA DCEAAA VVVVxx -3724 2760 0 0 4 4 24 724 1724 3724 3724 48 49 GNAAAA ECEAAA AAAAxx -1789 2761 1 1 9 9 89 789 1789 1789 1789 178 179 VQAAAA FCEAAA HHHHxx -792 2762 0 0 2 12 92 792 792 792 792 184 185 MEAAAA GCEAAA OOOOxx -2771 2763 1 3 1 11 71 771 771 2771 2771 142 143 PCAAAA HCEAAA VVVVxx -4313 2764 1 1 3 13 13 313 313 4313 4313 26 27 XJAAAA ICEAAA AAAAxx -9312 2765 0 0 2 12 12 312 1312 4312 9312 24 25 EUAAAA JCEAAA HHHHxx -955 2766 1 3 5 15 55 955 955 955 955 110 111 TKAAAA KCEAAA OOOOxx -6382 2767 0 2 2 2 82 382 382 1382 6382 164 165 MLAAAA LCEAAA VVVVxx -7875 2768 1 3 5 15 75 875 1875 2875 7875 150 151 XQAAAA MCEAAA AAAAxx -7491 2769 1 3 1 11 91 491 1491 2491 7491 182 183 DCAAAA NCEAAA HHHHxx -8193 2770 1 1 3 13 93 193 193 3193 8193 186 187 DDAAAA OCEAAA OOOOxx -968 2771 0 0 8 8 68 968 968 968 968 136 137 GLAAAA PCEAAA VVVVxx -4951 2772 1 3 1 11 51 951 951 4951 4951 102 103 LIAAAA QCEAAA AAAAxx -2204 2773 0 0 4 4 4 204 204 2204 2204 8 9 UGAAAA RCEAAA HHHHxx -2066 2774 0 2 6 6 66 66 66 2066 2066 132 133 MBAAAA SCEAAA OOOOxx -2631 2775 1 3 1 11 31 631 631 2631 2631 62 63 FXAAAA TCEAAA VVVVxx -8947 2776 1 3 7 7 47 947 947 3947 8947 94 95 DGAAAA UCEAAA AAAAxx -8033 2777 1 1 3 13 33 33 33 3033 8033 66 67 ZWAAAA VCEAAA HHHHxx -6264 2778 0 0 4 4 64 264 264 1264 6264 128 129 YGAAAA WCEAAA OOOOxx -7778 2779 0 2 8 18 78 778 1778 2778 7778 156 157 ENAAAA XCEAAA VVVVxx -9701 2780 1 1 1 1 1 701 1701 4701 9701 2 3 DJAAAA YCEAAA AAAAxx -5091 2781 1 3 1 11 91 91 1091 91 5091 182 183 VNAAAA ZCEAAA HHHHxx -7577 2782 1 1 7 17 77 577 1577 2577 7577 154 155 LFAAAA ADEAAA OOOOxx -3345 2783 1 1 5 5 45 345 1345 3345 3345 90 91 RYAAAA BDEAAA VVVVxx -7329 2784 1 1 9 9 29 329 1329 2329 7329 58 59 XVAAAA CDEAAA AAAAxx -7551 2785 1 3 1 11 51 551 1551 2551 7551 102 103 LEAAAA DDEAAA HHHHxx -6207 2786 1 3 7 7 7 207 207 1207 6207 14 15 TEAAAA EDEAAA OOOOxx -8664 2787 0 0 4 4 64 664 664 3664 8664 128 129 GVAAAA FDEAAA VVVVxx -8394 2788 0 2 4 14 94 394 394 3394 8394 188 189 WKAAAA GDEAAA AAAAxx -7324 2789 0 0 4 4 24 324 1324 2324 7324 48 49 SVAAAA HDEAAA HHHHxx -2713 2790 1 1 3 13 13 713 713 2713 2713 26 27 JAAAAA IDEAAA OOOOxx -2230 2791 0 2 0 10 30 230 230 2230 2230 60 61 UHAAAA JDEAAA VVVVxx -9211 2792 1 3 1 11 11 211 1211 4211 9211 22 23 HQAAAA KDEAAA AAAAxx -1296 2793 0 0 6 16 96 296 1296 1296 1296 192 193 WXAAAA LDEAAA HHHHxx -8104 2794 0 0 4 4 4 104 104 3104 8104 8 9 SZAAAA MDEAAA OOOOxx -6916 2795 0 0 6 16 16 916 916 1916 6916 32 33 AGAAAA NDEAAA VVVVxx -2208 2796 0 0 8 8 8 208 208 2208 2208 16 17 YGAAAA ODEAAA AAAAxx -3935 2797 1 3 5 15 35 935 1935 3935 3935 70 71 JVAAAA PDEAAA HHHHxx -7814 2798 0 2 4 14 14 814 1814 2814 7814 28 29 OOAAAA QDEAAA OOOOxx -6508 2799 0 0 8 8 8 508 508 1508 6508 16 17 IQAAAA RDEAAA VVVVxx -1703 2800 1 3 3 3 3 703 1703 1703 1703 6 7 NNAAAA SDEAAA AAAAxx -5640 2801 0 0 0 0 40 640 1640 640 5640 80 81 YIAAAA TDEAAA HHHHxx -6417 2802 1 1 7 17 17 417 417 1417 6417 34 35 VMAAAA UDEAAA OOOOxx -1713 2803 1 1 3 13 13 713 1713 1713 1713 26 27 XNAAAA VDEAAA VVVVxx -5309 2804 1 1 9 9 9 309 1309 309 5309 18 19 FWAAAA WDEAAA AAAAxx -4364 2805 0 0 4 4 64 364 364 4364 4364 128 129 WLAAAA XDEAAA HHHHxx -619 2806 1 3 9 19 19 619 619 619 619 38 39 VXAAAA YDEAAA OOOOxx -9498 2807 0 2 8 18 98 498 1498 4498 9498 196 197 IBAAAA ZDEAAA VVVVxx -2804 2808 0 0 4 4 4 804 804 2804 2804 8 9 WDAAAA AEEAAA AAAAxx -2220 2809 0 0 0 0 20 220 220 2220 2220 40 41 KHAAAA BEEAAA HHHHxx -9542 2810 0 2 2 2 42 542 1542 4542 9542 84 85 ADAAAA CEEAAA OOOOxx -3349 2811 1 1 9 9 49 349 1349 3349 3349 98 99 VYAAAA DEEAAA VVVVxx -9198 2812 0 2 8 18 98 198 1198 4198 9198 196 197 UPAAAA EEEAAA AAAAxx -2727 2813 1 3 7 7 27 727 727 2727 2727 54 55 XAAAAA FEEAAA HHHHxx -3768 2814 0 0 8 8 68 768 1768 3768 3768 136 137 YOAAAA GEEAAA OOOOxx -2334 2815 0 2 4 14 34 334 334 2334 2334 68 69 ULAAAA HEEAAA VVVVxx -7770 2816 0 2 0 10 70 770 1770 2770 7770 140 141 WMAAAA IEEAAA AAAAxx -5963 2817 1 3 3 3 63 963 1963 963 5963 126 127 JVAAAA JEEAAA HHHHxx -4732 2818 0 0 2 12 32 732 732 4732 4732 64 65 AAAAAA KEEAAA OOOOxx -2448 2819 0 0 8 8 48 448 448 2448 2448 96 97 EQAAAA LEEAAA VVVVxx -5998 2820 0 2 8 18 98 998 1998 998 5998 196 197 SWAAAA MEEAAA AAAAxx -8577 2821 1 1 7 17 77 577 577 3577 8577 154 155 XRAAAA NEEAAA HHHHxx -266 2822 0 2 6 6 66 266 266 266 266 132 133 GKAAAA OEEAAA OOOOxx -2169 2823 1 1 9 9 69 169 169 2169 2169 138 139 LFAAAA PEEAAA VVVVxx -8228 2824 0 0 8 8 28 228 228 3228 8228 56 57 MEAAAA QEEAAA AAAAxx -4813 2825 1 1 3 13 13 813 813 4813 4813 26 27 DDAAAA REEAAA HHHHxx -2769 2826 1 1 9 9 69 769 769 2769 2769 138 139 NCAAAA SEEAAA OOOOxx -8382 2827 0 2 2 2 82 382 382 3382 8382 164 165 KKAAAA TEEAAA VVVVxx -1717 2828 1 1 7 17 17 717 1717 1717 1717 34 35 BOAAAA UEEAAA AAAAxx -7178 2829 0 2 8 18 78 178 1178 2178 7178 156 157 CQAAAA VEEAAA HHHHxx -9547 2830 1 3 7 7 47 547 1547 4547 9547 94 95 FDAAAA WEEAAA OOOOxx -8187 2831 1 3 7 7 87 187 187 3187 8187 174 175 XCAAAA XEEAAA VVVVxx -3168 2832 0 0 8 8 68 168 1168 3168 3168 136 137 WRAAAA YEEAAA AAAAxx -2180 2833 0 0 0 0 80 180 180 2180 2180 160 161 WFAAAA ZEEAAA HHHHxx -859 2834 1 3 9 19 59 859 859 859 859 118 119 BHAAAA AFEAAA OOOOxx -1554 2835 0 2 4 14 54 554 1554 1554 1554 108 109 UHAAAA BFEAAA VVVVxx -3567 2836 1 3 7 7 67 567 1567 3567 3567 134 135 FHAAAA CFEAAA AAAAxx -5985 2837 1 1 5 5 85 985 1985 985 5985 170 171 FWAAAA DFEAAA HHHHxx -1 2838 1 1 1 1 1 1 1 1 1 2 3 BAAAAA EFEAAA OOOOxx -5937 2839 1 1 7 17 37 937 1937 937 5937 74 75 JUAAAA FFEAAA VVVVxx -7594 2840 0 2 4 14 94 594 1594 2594 7594 188 189 CGAAAA GFEAAA AAAAxx -3783 2841 1 3 3 3 83 783 1783 3783 3783 166 167 NPAAAA HFEAAA HHHHxx -6841 2842 1 1 1 1 41 841 841 1841 6841 82 83 DDAAAA IFEAAA OOOOxx -9694 2843 0 2 4 14 94 694 1694 4694 9694 188 189 WIAAAA JFEAAA VVVVxx -4322 2844 0 2 2 2 22 322 322 4322 4322 44 45 GKAAAA KFEAAA AAAAxx -6012 2845 0 0 2 12 12 12 12 1012 6012 24 25 GXAAAA LFEAAA HHHHxx -108 2846 0 0 8 8 8 108 108 108 108 16 17 EEAAAA MFEAAA OOOOxx -3396 2847 0 0 6 16 96 396 1396 3396 3396 192 193 QAAAAA NFEAAA VVVVxx -8643 2848 1 3 3 3 43 643 643 3643 8643 86 87 LUAAAA OFEAAA AAAAxx -6087 2849 1 3 7 7 87 87 87 1087 6087 174 175 DAAAAA PFEAAA HHHHxx -2629 2850 1 1 9 9 29 629 629 2629 2629 58 59 DXAAAA QFEAAA OOOOxx -3009 2851 1 1 9 9 9 9 1009 3009 3009 18 19 TLAAAA RFEAAA VVVVxx -438 2852 0 2 8 18 38 438 438 438 438 76 77 WQAAAA SFEAAA AAAAxx -2480 2853 0 0 0 0 80 480 480 2480 2480 160 161 KRAAAA TFEAAA HHHHxx -936 2854 0 0 6 16 36 936 936 936 936 72 73 AKAAAA UFEAAA OOOOxx -6 2855 0 2 6 6 6 6 6 6 6 12 13 GAAAAA VFEAAA VVVVxx -768 2856 0 0 8 8 68 768 768 768 768 136 137 ODAAAA WFEAAA AAAAxx -1564 2857 0 0 4 4 64 564 1564 1564 1564 128 129 EIAAAA XFEAAA HHHHxx -3236 2858 0 0 6 16 36 236 1236 3236 3236 72 73 MUAAAA YFEAAA OOOOxx -3932 2859 0 0 2 12 32 932 1932 3932 3932 64 65 GVAAAA ZFEAAA VVVVxx -8914 2860 0 2 4 14 14 914 914 3914 8914 28 29 WEAAAA AGEAAA AAAAxx -119 2861 1 3 9 19 19 119 119 119 119 38 39 PEAAAA BGEAAA HHHHxx -6034 2862 0 2 4 14 34 34 34 1034 6034 68 69 CYAAAA CGEAAA OOOOxx -5384 2863 0 0 4 4 84 384 1384 384 5384 168 169 CZAAAA DGEAAA VVVVxx -6885 2864 1 1 5 5 85 885 885 1885 6885 170 171 VEAAAA EGEAAA AAAAxx -232 2865 0 0 2 12 32 232 232 232 232 64 65 YIAAAA FGEAAA HHHHxx -1293 2866 1 1 3 13 93 293 1293 1293 1293 186 187 TXAAAA GGEAAA OOOOxx -9204 2867 0 0 4 4 4 204 1204 4204 9204 8 9 AQAAAA HGEAAA VVVVxx -527 2868 1 3 7 7 27 527 527 527 527 54 55 HUAAAA IGEAAA AAAAxx -6539 2869 1 3 9 19 39 539 539 1539 6539 78 79 NRAAAA JGEAAA HHHHxx -3679 2870 1 3 9 19 79 679 1679 3679 3679 158 159 NLAAAA KGEAAA OOOOxx -8282 2871 0 2 2 2 82 282 282 3282 8282 164 165 OGAAAA LGEAAA VVVVxx -5027 2872 1 3 7 7 27 27 1027 27 5027 54 55 JLAAAA MGEAAA AAAAxx -7694 2873 0 2 4 14 94 694 1694 2694 7694 188 189 YJAAAA NGEAAA HHHHxx -473 2874 1 1 3 13 73 473 473 473 473 146 147 FSAAAA OGEAAA OOOOxx -6325 2875 1 1 5 5 25 325 325 1325 6325 50 51 HJAAAA PGEAAA VVVVxx -8761 2876 1 1 1 1 61 761 761 3761 8761 122 123 ZYAAAA QGEAAA AAAAxx -6184 2877 0 0 4 4 84 184 184 1184 6184 168 169 WDAAAA RGEAAA HHHHxx -419 2878 1 3 9 19 19 419 419 419 419 38 39 DQAAAA SGEAAA OOOOxx -6111 2879 1 3 1 11 11 111 111 1111 6111 22 23 BBAAAA TGEAAA VVVVxx -3836 2880 0 0 6 16 36 836 1836 3836 3836 72 73 ORAAAA UGEAAA AAAAxx -4086 2881 0 2 6 6 86 86 86 4086 4086 172 173 EBAAAA VGEAAA HHHHxx -5818 2882 0 2 8 18 18 818 1818 818 5818 36 37 UPAAAA WGEAAA OOOOxx -4528 2883 0 0 8 8 28 528 528 4528 4528 56 57 ESAAAA XGEAAA VVVVxx -7199 2884 1 3 9 19 99 199 1199 2199 7199 198 199 XQAAAA YGEAAA AAAAxx -1847 2885 1 3 7 7 47 847 1847 1847 1847 94 95 BTAAAA ZGEAAA HHHHxx -2875 2886 1 3 5 15 75 875 875 2875 2875 150 151 PGAAAA AHEAAA OOOOxx -2872 2887 0 0 2 12 72 872 872 2872 2872 144 145 MGAAAA BHEAAA VVVVxx -3972 2888 0 0 2 12 72 972 1972 3972 3972 144 145 UWAAAA CHEAAA AAAAxx -7590 2889 0 2 0 10 90 590 1590 2590 7590 180 181 YFAAAA DHEAAA HHHHxx -1914 2890 0 2 4 14 14 914 1914 1914 1914 28 29 QVAAAA EHEAAA OOOOxx -1658 2891 0 2 8 18 58 658 1658 1658 1658 116 117 ULAAAA FHEAAA VVVVxx -2126 2892 0 2 6 6 26 126 126 2126 2126 52 53 UDAAAA GHEAAA AAAAxx -645 2893 1 1 5 5 45 645 645 645 645 90 91 VYAAAA HHEAAA HHHHxx -6636 2894 0 0 6 16 36 636 636 1636 6636 72 73 GVAAAA IHEAAA OOOOxx -1469 2895 1 1 9 9 69 469 1469 1469 1469 138 139 NEAAAA JHEAAA VVVVxx -1377 2896 1 1 7 17 77 377 1377 1377 1377 154 155 ZAAAAA KHEAAA AAAAxx -8425 2897 1 1 5 5 25 425 425 3425 8425 50 51 BMAAAA LHEAAA HHHHxx -9300 2898 0 0 0 0 0 300 1300 4300 9300 0 1 STAAAA MHEAAA OOOOxx -5355 2899 1 3 5 15 55 355 1355 355 5355 110 111 ZXAAAA NHEAAA VVVVxx -840 2900 0 0 0 0 40 840 840 840 840 80 81 IGAAAA OHEAAA AAAAxx -5185 2901 1 1 5 5 85 185 1185 185 5185 170 171 LRAAAA PHEAAA HHHHxx -6467 2902 1 3 7 7 67 467 467 1467 6467 134 135 TOAAAA QHEAAA OOOOxx -58 2903 0 2 8 18 58 58 58 58 58 116 117 GCAAAA RHEAAA VVVVxx -5051 2904 1 3 1 11 51 51 1051 51 5051 102 103 HMAAAA SHEAAA AAAAxx -8901 2905 1 1 1 1 1 901 901 3901 8901 2 3 JEAAAA THEAAA HHHHxx -1550 2906 0 2 0 10 50 550 1550 1550 1550 100 101 QHAAAA UHEAAA OOOOxx -1698 2907 0 2 8 18 98 698 1698 1698 1698 196 197 INAAAA VHEAAA VVVVxx -802 2908 0 2 2 2 2 802 802 802 802 4 5 WEAAAA WHEAAA AAAAxx -2440 2909 0 0 0 0 40 440 440 2440 2440 80 81 WPAAAA XHEAAA HHHHxx -2260 2910 0 0 0 0 60 260 260 2260 2260 120 121 YIAAAA YHEAAA OOOOxx -8218 2911 0 2 8 18 18 218 218 3218 8218 36 37 CEAAAA ZHEAAA VVVVxx -5144 2912 0 0 4 4 44 144 1144 144 5144 88 89 WPAAAA AIEAAA AAAAxx -4822 2913 0 2 2 2 22 822 822 4822 4822 44 45 MDAAAA BIEAAA HHHHxx -9476 2914 0 0 6 16 76 476 1476 4476 9476 152 153 MAAAAA CIEAAA OOOOxx -7535 2915 1 3 5 15 35 535 1535 2535 7535 70 71 VDAAAA DIEAAA VVVVxx -8738 2916 0 2 8 18 38 738 738 3738 8738 76 77 CYAAAA EIEAAA AAAAxx -7946 2917 0 2 6 6 46 946 1946 2946 7946 92 93 QTAAAA FIEAAA HHHHxx -8143 2918 1 3 3 3 43 143 143 3143 8143 86 87 FBAAAA GIEAAA OOOOxx -2623 2919 1 3 3 3 23 623 623 2623 2623 46 47 XWAAAA HIEAAA VVVVxx -5209 2920 1 1 9 9 9 209 1209 209 5209 18 19 JSAAAA IIEAAA AAAAxx -7674 2921 0 2 4 14 74 674 1674 2674 7674 148 149 EJAAAA JIEAAA HHHHxx -1135 2922 1 3 5 15 35 135 1135 1135 1135 70 71 RRAAAA KIEAAA OOOOxx -424 2923 0 0 4 4 24 424 424 424 424 48 49 IQAAAA LIEAAA VVVVxx -942 2924 0 2 2 2 42 942 942 942 942 84 85 GKAAAA MIEAAA AAAAxx -7813 2925 1 1 3 13 13 813 1813 2813 7813 26 27 NOAAAA NIEAAA HHHHxx -3539 2926 1 3 9 19 39 539 1539 3539 3539 78 79 DGAAAA OIEAAA OOOOxx -2909 2927 1 1 9 9 9 909 909 2909 2909 18 19 XHAAAA PIEAAA VVVVxx -3748 2928 0 0 8 8 48 748 1748 3748 3748 96 97 EOAAAA QIEAAA AAAAxx -2996 2929 0 0 6 16 96 996 996 2996 2996 192 193 GLAAAA RIEAAA HHHHxx -1869 2930 1 1 9 9 69 869 1869 1869 1869 138 139 XTAAAA SIEAAA OOOOxx -8151 2931 1 3 1 11 51 151 151 3151 8151 102 103 NBAAAA TIEAAA VVVVxx -6361 2932 1 1 1 1 61 361 361 1361 6361 122 123 RKAAAA UIEAAA AAAAxx -5568 2933 0 0 8 8 68 568 1568 568 5568 136 137 EGAAAA VIEAAA HHHHxx -2796 2934 0 0 6 16 96 796 796 2796 2796 192 193 ODAAAA WIEAAA OOOOxx -8489 2935 1 1 9 9 89 489 489 3489 8489 178 179 NOAAAA XIEAAA VVVVxx -9183 2936 1 3 3 3 83 183 1183 4183 9183 166 167 FPAAAA YIEAAA AAAAxx -8227 2937 1 3 7 7 27 227 227 3227 8227 54 55 LEAAAA ZIEAAA HHHHxx -1844 2938 0 0 4 4 44 844 1844 1844 1844 88 89 YSAAAA AJEAAA OOOOxx -3975 2939 1 3 5 15 75 975 1975 3975 3975 150 151 XWAAAA BJEAAA VVVVxx -6490 2940 0 2 0 10 90 490 490 1490 6490 180 181 QPAAAA CJEAAA AAAAxx -8303 2941 1 3 3 3 3 303 303 3303 8303 6 7 JHAAAA DJEAAA HHHHxx -7334 2942 0 2 4 14 34 334 1334 2334 7334 68 69 CWAAAA EJEAAA OOOOxx -2382 2943 0 2 2 2 82 382 382 2382 2382 164 165 QNAAAA FJEAAA VVVVxx -177 2944 1 1 7 17 77 177 177 177 177 154 155 VGAAAA GJEAAA AAAAxx -8117 2945 1 1 7 17 17 117 117 3117 8117 34 35 FAAAAA HJEAAA HHHHxx -5485 2946 1 1 5 5 85 485 1485 485 5485 170 171 ZCAAAA IJEAAA OOOOxx -6544 2947 0 0 4 4 44 544 544 1544 6544 88 89 SRAAAA JJEAAA VVVVxx -8517 2948 1 1 7 17 17 517 517 3517 8517 34 35 PPAAAA KJEAAA AAAAxx -2252 2949 0 0 2 12 52 252 252 2252 2252 104 105 QIAAAA LJEAAA HHHHxx -4480 2950 0 0 0 0 80 480 480 4480 4480 160 161 IQAAAA MJEAAA OOOOxx -4785 2951 1 1 5 5 85 785 785 4785 4785 170 171 BCAAAA NJEAAA VVVVxx -9700 2952 0 0 0 0 0 700 1700 4700 9700 0 1 CJAAAA OJEAAA AAAAxx -2122 2953 0 2 2 2 22 122 122 2122 2122 44 45 QDAAAA PJEAAA HHHHxx -8783 2954 1 3 3 3 83 783 783 3783 8783 166 167 VZAAAA QJEAAA OOOOxx -1453 2955 1 1 3 13 53 453 1453 1453 1453 106 107 XDAAAA RJEAAA VVVVxx -3908 2956 0 0 8 8 8 908 1908 3908 3908 16 17 IUAAAA SJEAAA AAAAxx -7707 2957 1 3 7 7 7 707 1707 2707 7707 14 15 LKAAAA TJEAAA HHHHxx -9049 2958 1 1 9 9 49 49 1049 4049 9049 98 99 BKAAAA UJEAAA OOOOxx -654 2959 0 2 4 14 54 654 654 654 654 108 109 EZAAAA VJEAAA VVVVxx -3336 2960 0 0 6 16 36 336 1336 3336 3336 72 73 IYAAAA WJEAAA AAAAxx -622 2961 0 2 2 2 22 622 622 622 622 44 45 YXAAAA XJEAAA HHHHxx -8398 2962 0 2 8 18 98 398 398 3398 8398 196 197 ALAAAA YJEAAA OOOOxx -9193 2963 1 1 3 13 93 193 1193 4193 9193 186 187 PPAAAA ZJEAAA VVVVxx -7896 2964 0 0 6 16 96 896 1896 2896 7896 192 193 SRAAAA AKEAAA AAAAxx -9798 2965 0 2 8 18 98 798 1798 4798 9798 196 197 WMAAAA BKEAAA HHHHxx -2881 2966 1 1 1 1 81 881 881 2881 2881 162 163 VGAAAA CKEAAA OOOOxx -672 2967 0 0 2 12 72 672 672 672 672 144 145 WZAAAA DKEAAA VVVVxx -6743 2968 1 3 3 3 43 743 743 1743 6743 86 87 JZAAAA EKEAAA AAAAxx -8935 2969 1 3 5 15 35 935 935 3935 8935 70 71 RFAAAA FKEAAA HHHHxx -2426 2970 0 2 6 6 26 426 426 2426 2426 52 53 IPAAAA GKEAAA OOOOxx -722 2971 0 2 2 2 22 722 722 722 722 44 45 UBAAAA HKEAAA VVVVxx -5088 2972 0 0 8 8 88 88 1088 88 5088 176 177 SNAAAA IKEAAA AAAAxx -8677 2973 1 1 7 17 77 677 677 3677 8677 154 155 TVAAAA JKEAAA HHHHxx -6963 2974 1 3 3 3 63 963 963 1963 6963 126 127 VHAAAA KKEAAA OOOOxx -1653 2975 1 1 3 13 53 653 1653 1653 1653 106 107 PLAAAA LKEAAA VVVVxx -7295 2976 1 3 5 15 95 295 1295 2295 7295 190 191 PUAAAA MKEAAA AAAAxx -6675 2977 1 3 5 15 75 675 675 1675 6675 150 151 TWAAAA NKEAAA HHHHxx -7183 2978 1 3 3 3 83 183 1183 2183 7183 166 167 HQAAAA OKEAAA OOOOxx -4378 2979 0 2 8 18 78 378 378 4378 4378 156 157 KMAAAA PKEAAA VVVVxx -2157 2980 1 1 7 17 57 157 157 2157 2157 114 115 ZEAAAA QKEAAA AAAAxx -2621 2981 1 1 1 1 21 621 621 2621 2621 42 43 VWAAAA RKEAAA HHHHxx -9278 2982 0 2 8 18 78 278 1278 4278 9278 156 157 WSAAAA SKEAAA OOOOxx -79 2983 1 3 9 19 79 79 79 79 79 158 159 BDAAAA TKEAAA VVVVxx -7358 2984 0 2 8 18 58 358 1358 2358 7358 116 117 AXAAAA UKEAAA AAAAxx -3589 2985 1 1 9 9 89 589 1589 3589 3589 178 179 BIAAAA VKEAAA HHHHxx -1254 2986 0 2 4 14 54 254 1254 1254 1254 108 109 GWAAAA WKEAAA OOOOxx -3490 2987 0 2 0 10 90 490 1490 3490 3490 180 181 GEAAAA XKEAAA VVVVxx -7533 2988 1 1 3 13 33 533 1533 2533 7533 66 67 TDAAAA YKEAAA AAAAxx -2800 2989 0 0 0 0 0 800 800 2800 2800 0 1 SDAAAA ZKEAAA HHHHxx -351 2990 1 3 1 11 51 351 351 351 351 102 103 NNAAAA ALEAAA OOOOxx -4359 2991 1 3 9 19 59 359 359 4359 4359 118 119 RLAAAA BLEAAA VVVVxx -5788 2992 0 0 8 8 88 788 1788 788 5788 176 177 QOAAAA CLEAAA AAAAxx -5521 2993 1 1 1 1 21 521 1521 521 5521 42 43 JEAAAA DLEAAA HHHHxx -3351 2994 1 3 1 11 51 351 1351 3351 3351 102 103 XYAAAA ELEAAA OOOOxx -5129 2995 1 1 9 9 29 129 1129 129 5129 58 59 HPAAAA FLEAAA VVVVxx -315 2996 1 3 5 15 15 315 315 315 315 30 31 DMAAAA GLEAAA AAAAxx -7552 2997 0 0 2 12 52 552 1552 2552 7552 104 105 MEAAAA HLEAAA HHHHxx -9176 2998 0 0 6 16 76 176 1176 4176 9176 152 153 YOAAAA ILEAAA OOOOxx -7458 2999 0 2 8 18 58 458 1458 2458 7458 116 117 WAAAAA JLEAAA VVVVxx -279 3000 1 3 9 19 79 279 279 279 279 158 159 TKAAAA KLEAAA AAAAxx -738 3001 0 2 8 18 38 738 738 738 738 76 77 KCAAAA LLEAAA HHHHxx -2557 3002 1 1 7 17 57 557 557 2557 2557 114 115 JUAAAA MLEAAA OOOOxx -9395 3003 1 3 5 15 95 395 1395 4395 9395 190 191 JXAAAA NLEAAA VVVVxx -7214 3004 0 2 4 14 14 214 1214 2214 7214 28 29 MRAAAA OLEAAA AAAAxx -6354 3005 0 2 4 14 54 354 354 1354 6354 108 109 KKAAAA PLEAAA HHHHxx -4799 3006 1 3 9 19 99 799 799 4799 4799 198 199 PCAAAA QLEAAA OOOOxx -1231 3007 1 3 1 11 31 231 1231 1231 1231 62 63 JVAAAA RLEAAA VVVVxx -5252 3008 0 0 2 12 52 252 1252 252 5252 104 105 AUAAAA SLEAAA AAAAxx -5250 3009 0 2 0 10 50 250 1250 250 5250 100 101 YTAAAA TLEAAA HHHHxx -9319 3010 1 3 9 19 19 319 1319 4319 9319 38 39 LUAAAA ULEAAA OOOOxx -1724 3011 0 0 4 4 24 724 1724 1724 1724 48 49 IOAAAA VLEAAA VVVVxx -7947 3012 1 3 7 7 47 947 1947 2947 7947 94 95 RTAAAA WLEAAA AAAAxx -1105 3013 1 1 5 5 5 105 1105 1105 1105 10 11 NQAAAA XLEAAA HHHHxx -1417 3014 1 1 7 17 17 417 1417 1417 1417 34 35 NCAAAA YLEAAA OOOOxx -7101 3015 1 1 1 1 1 101 1101 2101 7101 2 3 DNAAAA ZLEAAA VVVVxx -1088 3016 0 0 8 8 88 88 1088 1088 1088 176 177 WPAAAA AMEAAA AAAAxx -979 3017 1 3 9 19 79 979 979 979 979 158 159 RLAAAA BMEAAA HHHHxx -7589 3018 1 1 9 9 89 589 1589 2589 7589 178 179 XFAAAA CMEAAA OOOOxx -8952 3019 0 0 2 12 52 952 952 3952 8952 104 105 IGAAAA DMEAAA VVVVxx -2864 3020 0 0 4 4 64 864 864 2864 2864 128 129 EGAAAA EMEAAA AAAAxx -234 3021 0 2 4 14 34 234 234 234 234 68 69 AJAAAA FMEAAA HHHHxx -7231 3022 1 3 1 11 31 231 1231 2231 7231 62 63 DSAAAA GMEAAA OOOOxx -6792 3023 0 0 2 12 92 792 792 1792 6792 184 185 GBAAAA HMEAAA VVVVxx -4311 3024 1 3 1 11 11 311 311 4311 4311 22 23 VJAAAA IMEAAA AAAAxx -3374 3025 0 2 4 14 74 374 1374 3374 3374 148 149 UZAAAA JMEAAA HHHHxx -3367 3026 1 3 7 7 67 367 1367 3367 3367 134 135 NZAAAA KMEAAA OOOOxx -2598 3027 0 2 8 18 98 598 598 2598 2598 196 197 YVAAAA LMEAAA VVVVxx -1033 3028 1 1 3 13 33 33 1033 1033 1033 66 67 TNAAAA MMEAAA AAAAxx -7803 3029 1 3 3 3 3 803 1803 2803 7803 6 7 DOAAAA NMEAAA HHHHxx -3870 3030 0 2 0 10 70 870 1870 3870 3870 140 141 WSAAAA OMEAAA OOOOxx -4962 3031 0 2 2 2 62 962 962 4962 4962 124 125 WIAAAA PMEAAA VVVVxx -4842 3032 0 2 2 2 42 842 842 4842 4842 84 85 GEAAAA QMEAAA AAAAxx -8814 3033 0 2 4 14 14 814 814 3814 8814 28 29 ABAAAA RMEAAA HHHHxx -3429 3034 1 1 9 9 29 429 1429 3429 3429 58 59 XBAAAA SMEAAA OOOOxx -6550 3035 0 2 0 10 50 550 550 1550 6550 100 101 YRAAAA TMEAAA VVVVxx -6317 3036 1 1 7 17 17 317 317 1317 6317 34 35 ZIAAAA UMEAAA AAAAxx -5023 3037 1 3 3 3 23 23 1023 23 5023 46 47 FLAAAA VMEAAA HHHHxx -5825 3038 1 1 5 5 25 825 1825 825 5825 50 51 BQAAAA WMEAAA OOOOxx -5297 3039 1 1 7 17 97 297 1297 297 5297 194 195 TVAAAA XMEAAA VVVVxx -8764 3040 0 0 4 4 64 764 764 3764 8764 128 129 CZAAAA YMEAAA AAAAxx -5084 3041 0 0 4 4 84 84 1084 84 5084 168 169 ONAAAA ZMEAAA HHHHxx -6808 3042 0 0 8 8 8 808 808 1808 6808 16 17 WBAAAA ANEAAA OOOOxx -1780 3043 0 0 0 0 80 780 1780 1780 1780 160 161 MQAAAA BNEAAA VVVVxx -4092 3044 0 0 2 12 92 92 92 4092 4092 184 185 KBAAAA CNEAAA AAAAxx -3618 3045 0 2 8 18 18 618 1618 3618 3618 36 37 EJAAAA DNEAAA HHHHxx -7299 3046 1 3 9 19 99 299 1299 2299 7299 198 199 TUAAAA ENEAAA OOOOxx -8544 3047 0 0 4 4 44 544 544 3544 8544 88 89 QQAAAA FNEAAA VVVVxx -2359 3048 1 3 9 19 59 359 359 2359 2359 118 119 TMAAAA GNEAAA AAAAxx -1939 3049 1 3 9 19 39 939 1939 1939 1939 78 79 PWAAAA HNEAAA HHHHxx -5834 3050 0 2 4 14 34 834 1834 834 5834 68 69 KQAAAA INEAAA OOOOxx -1997 3051 1 1 7 17 97 997 1997 1997 1997 194 195 VYAAAA JNEAAA VVVVxx -7917 3052 1 1 7 17 17 917 1917 2917 7917 34 35 NSAAAA KNEAAA AAAAxx -2098 3053 0 2 8 18 98 98 98 2098 2098 196 197 SCAAAA LNEAAA HHHHxx -7576 3054 0 0 6 16 76 576 1576 2576 7576 152 153 KFAAAA MNEAAA OOOOxx -376 3055 0 0 6 16 76 376 376 376 376 152 153 MOAAAA NNEAAA VVVVxx -8535 3056 1 3 5 15 35 535 535 3535 8535 70 71 HQAAAA ONEAAA AAAAxx -5659 3057 1 3 9 19 59 659 1659 659 5659 118 119 RJAAAA PNEAAA HHHHxx -2786 3058 0 2 6 6 86 786 786 2786 2786 172 173 EDAAAA QNEAAA OOOOxx -8820 3059 0 0 0 0 20 820 820 3820 8820 40 41 GBAAAA RNEAAA VVVVxx -1229 3060 1 1 9 9 29 229 1229 1229 1229 58 59 HVAAAA SNEAAA AAAAxx -9321 3061 1 1 1 1 21 321 1321 4321 9321 42 43 NUAAAA TNEAAA HHHHxx -7662 3062 0 2 2 2 62 662 1662 2662 7662 124 125 SIAAAA UNEAAA OOOOxx -5535 3063 1 3 5 15 35 535 1535 535 5535 70 71 XEAAAA VNEAAA VVVVxx -4889 3064 1 1 9 9 89 889 889 4889 4889 178 179 BGAAAA WNEAAA AAAAxx -8259 3065 1 3 9 19 59 259 259 3259 8259 118 119 RFAAAA XNEAAA HHHHxx -6789 3066 1 1 9 9 89 789 789 1789 6789 178 179 DBAAAA YNEAAA OOOOxx -5411 3067 1 3 1 11 11 411 1411 411 5411 22 23 DAAAAA ZNEAAA VVVVxx -6992 3068 0 0 2 12 92 992 992 1992 6992 184 185 YIAAAA AOEAAA AAAAxx -7698 3069 0 2 8 18 98 698 1698 2698 7698 196 197 CKAAAA BOEAAA HHHHxx -2342 3070 0 2 2 2 42 342 342 2342 2342 84 85 CMAAAA COEAAA OOOOxx -1501 3071 1 1 1 1 1 501 1501 1501 1501 2 3 TFAAAA DOEAAA VVVVxx -6322 3072 0 2 2 2 22 322 322 1322 6322 44 45 EJAAAA EOEAAA AAAAxx -9861 3073 1 1 1 1 61 861 1861 4861 9861 122 123 HPAAAA FOEAAA HHHHxx -9802 3074 0 2 2 2 2 802 1802 4802 9802 4 5 ANAAAA GOEAAA OOOOxx -4750 3075 0 2 0 10 50 750 750 4750 4750 100 101 SAAAAA HOEAAA VVVVxx -5855 3076 1 3 5 15 55 855 1855 855 5855 110 111 FRAAAA IOEAAA AAAAxx -4304 3077 0 0 4 4 4 304 304 4304 4304 8 9 OJAAAA JOEAAA HHHHxx -2605 3078 1 1 5 5 5 605 605 2605 2605 10 11 FWAAAA KOEAAA OOOOxx -1802 3079 0 2 2 2 2 802 1802 1802 1802 4 5 IRAAAA LOEAAA VVVVxx -9368 3080 0 0 8 8 68 368 1368 4368 9368 136 137 IWAAAA MOEAAA AAAAxx -7107 3081 1 3 7 7 7 107 1107 2107 7107 14 15 JNAAAA NOEAAA HHHHxx -8895 3082 1 3 5 15 95 895 895 3895 8895 190 191 DEAAAA OOEAAA OOOOxx -3750 3083 0 2 0 10 50 750 1750 3750 3750 100 101 GOAAAA POEAAA VVVVxx -8934 3084 0 2 4 14 34 934 934 3934 8934 68 69 QFAAAA QOEAAA AAAAxx -9464 3085 0 0 4 4 64 464 1464 4464 9464 128 129 AAAAAA ROEAAA HHHHxx -1928 3086 0 0 8 8 28 928 1928 1928 1928 56 57 EWAAAA SOEAAA OOOOxx -3196 3087 0 0 6 16 96 196 1196 3196 3196 192 193 YSAAAA TOEAAA VVVVxx -5256 3088 0 0 6 16 56 256 1256 256 5256 112 113 EUAAAA UOEAAA AAAAxx -7119 3089 1 3 9 19 19 119 1119 2119 7119 38 39 VNAAAA VOEAAA HHHHxx -4495 3090 1 3 5 15 95 495 495 4495 4495 190 191 XQAAAA WOEAAA OOOOxx -9292 3091 0 0 2 12 92 292 1292 4292 9292 184 185 KTAAAA XOEAAA VVVVxx -1617 3092 1 1 7 17 17 617 1617 1617 1617 34 35 FKAAAA YOEAAA AAAAxx -481 3093 1 1 1 1 81 481 481 481 481 162 163 NSAAAA ZOEAAA HHHHxx -56 3094 0 0 6 16 56 56 56 56 56 112 113 ECAAAA APEAAA OOOOxx -9120 3095 0 0 0 0 20 120 1120 4120 9120 40 41 UMAAAA BPEAAA VVVVxx -1306 3096 0 2 6 6 6 306 1306 1306 1306 12 13 GYAAAA CPEAAA AAAAxx -7773 3097 1 1 3 13 73 773 1773 2773 7773 146 147 ZMAAAA DPEAAA HHHHxx -4863 3098 1 3 3 3 63 863 863 4863 4863 126 127 BFAAAA EPEAAA OOOOxx -1114 3099 0 2 4 14 14 114 1114 1114 1114 28 29 WQAAAA FPEAAA VVVVxx -8124 3100 0 0 4 4 24 124 124 3124 8124 48 49 MAAAAA GPEAAA AAAAxx -6254 3101 0 2 4 14 54 254 254 1254 6254 108 109 OGAAAA HPEAAA HHHHxx -8109 3102 1 1 9 9 9 109 109 3109 8109 18 19 XZAAAA IPEAAA OOOOxx -1747 3103 1 3 7 7 47 747 1747 1747 1747 94 95 FPAAAA JPEAAA VVVVxx -6185 3104 1 1 5 5 85 185 185 1185 6185 170 171 XDAAAA KPEAAA AAAAxx -3388 3105 0 0 8 8 88 388 1388 3388 3388 176 177 IAAAAA LPEAAA HHHHxx -4905 3106 1 1 5 5 5 905 905 4905 4905 10 11 RGAAAA MPEAAA OOOOxx -5728 3107 0 0 8 8 28 728 1728 728 5728 56 57 IMAAAA NPEAAA VVVVxx -7507 3108 1 3 7 7 7 507 1507 2507 7507 14 15 TCAAAA OPEAAA AAAAxx -5662 3109 0 2 2 2 62 662 1662 662 5662 124 125 UJAAAA PPEAAA HHHHxx -1686 3110 0 2 6 6 86 686 1686 1686 1686 172 173 WMAAAA QPEAAA OOOOxx -5202 3111 0 2 2 2 2 202 1202 202 5202 4 5 CSAAAA RPEAAA VVVVxx -6905 3112 1 1 5 5 5 905 905 1905 6905 10 11 PFAAAA SPEAAA AAAAxx -9577 3113 1 1 7 17 77 577 1577 4577 9577 154 155 JEAAAA TPEAAA HHHHxx -7194 3114 0 2 4 14 94 194 1194 2194 7194 188 189 SQAAAA UPEAAA OOOOxx -7016 3115 0 0 6 16 16 16 1016 2016 7016 32 33 WJAAAA VPEAAA VVVVxx -8905 3116 1 1 5 5 5 905 905 3905 8905 10 11 NEAAAA WPEAAA AAAAxx -3419 3117 1 3 9 19 19 419 1419 3419 3419 38 39 NBAAAA XPEAAA HHHHxx -6881 3118 1 1 1 1 81 881 881 1881 6881 162 163 REAAAA YPEAAA OOOOxx -8370 3119 0 2 0 10 70 370 370 3370 8370 140 141 YJAAAA ZPEAAA VVVVxx -6117 3120 1 1 7 17 17 117 117 1117 6117 34 35 HBAAAA AQEAAA AAAAxx -1636 3121 0 0 6 16 36 636 1636 1636 1636 72 73 YKAAAA BQEAAA HHHHxx -6857 3122 1 1 7 17 57 857 857 1857 6857 114 115 TDAAAA CQEAAA OOOOxx -7163 3123 1 3 3 3 63 163 1163 2163 7163 126 127 NPAAAA DQEAAA VVVVxx -5040 3124 0 0 0 0 40 40 1040 40 5040 80 81 WLAAAA EQEAAA AAAAxx -6263 3125 1 3 3 3 63 263 263 1263 6263 126 127 XGAAAA FQEAAA HHHHxx -4809 3126 1 1 9 9 9 809 809 4809 4809 18 19 ZCAAAA GQEAAA OOOOxx -900 3127 0 0 0 0 0 900 900 900 900 0 1 QIAAAA HQEAAA VVVVxx -3199 3128 1 3 9 19 99 199 1199 3199 3199 198 199 BTAAAA IQEAAA AAAAxx -4156 3129 0 0 6 16 56 156 156 4156 4156 112 113 WDAAAA JQEAAA HHHHxx -3501 3130 1 1 1 1 1 501 1501 3501 3501 2 3 REAAAA KQEAAA OOOOxx -164 3131 0 0 4 4 64 164 164 164 164 128 129 IGAAAA LQEAAA VVVVxx -9548 3132 0 0 8 8 48 548 1548 4548 9548 96 97 GDAAAA MQEAAA AAAAxx -1149 3133 1 1 9 9 49 149 1149 1149 1149 98 99 FSAAAA NQEAAA HHHHxx -1962 3134 0 2 2 2 62 962 1962 1962 1962 124 125 MXAAAA OQEAAA OOOOxx -4072 3135 0 0 2 12 72 72 72 4072 4072 144 145 QAAAAA PQEAAA VVVVxx -4280 3136 0 0 0 0 80 280 280 4280 4280 160 161 QIAAAA QQEAAA AAAAxx -1398 3137 0 2 8 18 98 398 1398 1398 1398 196 197 UBAAAA RQEAAA HHHHxx -725 3138 1 1 5 5 25 725 725 725 725 50 51 XBAAAA SQEAAA OOOOxx -3988 3139 0 0 8 8 88 988 1988 3988 3988 176 177 KXAAAA TQEAAA VVVVxx -5059 3140 1 3 9 19 59 59 1059 59 5059 118 119 PMAAAA UQEAAA AAAAxx -2632 3141 0 0 2 12 32 632 632 2632 2632 64 65 GXAAAA VQEAAA HHHHxx -1909 3142 1 1 9 9 9 909 1909 1909 1909 18 19 LVAAAA WQEAAA OOOOxx -6827 3143 1 3 7 7 27 827 827 1827 6827 54 55 PCAAAA XQEAAA VVVVxx -8156 3144 0 0 6 16 56 156 156 3156 8156 112 113 SBAAAA YQEAAA AAAAxx -1192 3145 0 0 2 12 92 192 1192 1192 1192 184 185 WTAAAA ZQEAAA HHHHxx -9545 3146 1 1 5 5 45 545 1545 4545 9545 90 91 DDAAAA AREAAA OOOOxx -2249 3147 1 1 9 9 49 249 249 2249 2249 98 99 NIAAAA BREAAA VVVVxx -5580 3148 0 0 0 0 80 580 1580 580 5580 160 161 QGAAAA CREAAA AAAAxx -8403 3149 1 3 3 3 3 403 403 3403 8403 6 7 FLAAAA DREAAA HHHHxx -4024 3150 0 0 4 4 24 24 24 4024 4024 48 49 UYAAAA EREAAA OOOOxx -1866 3151 0 2 6 6 66 866 1866 1866 1866 132 133 UTAAAA FREAAA VVVVxx -9251 3152 1 3 1 11 51 251 1251 4251 9251 102 103 VRAAAA GREAAA AAAAxx -9979 3153 1 3 9 19 79 979 1979 4979 9979 158 159 VTAAAA HREAAA HHHHxx -9899 3154 1 3 9 19 99 899 1899 4899 9899 198 199 TQAAAA IREAAA OOOOxx -2540 3155 0 0 0 0 40 540 540 2540 2540 80 81 STAAAA JREAAA VVVVxx -8957 3156 1 1 7 17 57 957 957 3957 8957 114 115 NGAAAA KREAAA AAAAxx -7702 3157 0 2 2 2 2 702 1702 2702 7702 4 5 GKAAAA LREAAA HHHHxx -4211 3158 1 3 1 11 11 211 211 4211 4211 22 23 ZFAAAA MREAAA OOOOxx -6684 3159 0 0 4 4 84 684 684 1684 6684 168 169 CXAAAA NREAAA VVVVxx -3883 3160 1 3 3 3 83 883 1883 3883 3883 166 167 JTAAAA OREAAA AAAAxx -3531 3161 1 3 1 11 31 531 1531 3531 3531 62 63 VFAAAA PREAAA HHHHxx -9178 3162 0 2 8 18 78 178 1178 4178 9178 156 157 APAAAA QREAAA OOOOxx -3389 3163 1 1 9 9 89 389 1389 3389 3389 178 179 JAAAAA RREAAA VVVVxx -7874 3164 0 2 4 14 74 874 1874 2874 7874 148 149 WQAAAA SREAAA AAAAxx -4522 3165 0 2 2 2 22 522 522 4522 4522 44 45 YRAAAA TREAAA HHHHxx -9399 3166 1 3 9 19 99 399 1399 4399 9399 198 199 NXAAAA UREAAA OOOOxx -9083 3167 1 3 3 3 83 83 1083 4083 9083 166 167 JLAAAA VREAAA VVVVxx -1530 3168 0 2 0 10 30 530 1530 1530 1530 60 61 WGAAAA WREAAA AAAAxx -2360 3169 0 0 0 0 60 360 360 2360 2360 120 121 UMAAAA XREAAA HHHHxx -4908 3170 0 0 8 8 8 908 908 4908 4908 16 17 UGAAAA YREAAA OOOOxx -4628 3171 0 0 8 8 28 628 628 4628 4628 56 57 AWAAAA ZREAAA VVVVxx -3889 3172 1 1 9 9 89 889 1889 3889 3889 178 179 PTAAAA ASEAAA AAAAxx -1331 3173 1 3 1 11 31 331 1331 1331 1331 62 63 FZAAAA BSEAAA HHHHxx -1942 3174 0 2 2 2 42 942 1942 1942 1942 84 85 SWAAAA CSEAAA OOOOxx -4734 3175 0 2 4 14 34 734 734 4734 4734 68 69 CAAAAA DSEAAA VVVVxx -8386 3176 0 2 6 6 86 386 386 3386 8386 172 173 OKAAAA ESEAAA AAAAxx -3586 3177 0 2 6 6 86 586 1586 3586 3586 172 173 YHAAAA FSEAAA HHHHxx -2354 3178 0 2 4 14 54 354 354 2354 2354 108 109 OMAAAA GSEAAA OOOOxx -7108 3179 0 0 8 8 8 108 1108 2108 7108 16 17 KNAAAA HSEAAA VVVVxx -1857 3180 1 1 7 17 57 857 1857 1857 1857 114 115 LTAAAA ISEAAA AAAAxx -2544 3181 0 0 4 4 44 544 544 2544 2544 88 89 WTAAAA JSEAAA HHHHxx -819 3182 1 3 9 19 19 819 819 819 819 38 39 NFAAAA KSEAAA OOOOxx -2878 3183 0 2 8 18 78 878 878 2878 2878 156 157 SGAAAA LSEAAA VVVVxx -1772 3184 0 0 2 12 72 772 1772 1772 1772 144 145 EQAAAA MSEAAA AAAAxx -354 3185 0 2 4 14 54 354 354 354 354 108 109 QNAAAA NSEAAA HHHHxx -3259 3186 1 3 9 19 59 259 1259 3259 3259 118 119 JVAAAA OSEAAA OOOOxx -2170 3187 0 2 0 10 70 170 170 2170 2170 140 141 MFAAAA PSEAAA VVVVxx -1190 3188 0 2 0 10 90 190 1190 1190 1190 180 181 UTAAAA QSEAAA AAAAxx -3607 3189 1 3 7 7 7 607 1607 3607 3607 14 15 TIAAAA RSEAAA HHHHxx -4661 3190 1 1 1 1 61 661 661 4661 4661 122 123 HXAAAA SSEAAA OOOOxx -1796 3191 0 0 6 16 96 796 1796 1796 1796 192 193 CRAAAA TSEAAA VVVVxx -1561 3192 1 1 1 1 61 561 1561 1561 1561 122 123 BIAAAA USEAAA AAAAxx -4336 3193 0 0 6 16 36 336 336 4336 4336 72 73 UKAAAA VSEAAA HHHHxx -7550 3194 0 2 0 10 50 550 1550 2550 7550 100 101 KEAAAA WSEAAA OOOOxx -3238 3195 0 2 8 18 38 238 1238 3238 3238 76 77 OUAAAA XSEAAA VVVVxx -9870 3196 0 2 0 10 70 870 1870 4870 9870 140 141 QPAAAA YSEAAA AAAAxx -6502 3197 0 2 2 2 2 502 502 1502 6502 4 5 CQAAAA ZSEAAA HHHHxx -3903 3198 1 3 3 3 3 903 1903 3903 3903 6 7 DUAAAA ATEAAA OOOOxx -2869 3199 1 1 9 9 69 869 869 2869 2869 138 139 JGAAAA BTEAAA VVVVxx -5072 3200 0 0 2 12 72 72 1072 72 5072 144 145 CNAAAA CTEAAA AAAAxx -1201 3201 1 1 1 1 1 201 1201 1201 1201 2 3 FUAAAA DTEAAA HHHHxx -6245 3202 1 1 5 5 45 245 245 1245 6245 90 91 FGAAAA ETEAAA OOOOxx -1402 3203 0 2 2 2 2 402 1402 1402 1402 4 5 YBAAAA FTEAAA VVVVxx -2594 3204 0 2 4 14 94 594 594 2594 2594 188 189 UVAAAA GTEAAA AAAAxx -9171 3205 1 3 1 11 71 171 1171 4171 9171 142 143 TOAAAA HTEAAA HHHHxx -2620 3206 0 0 0 0 20 620 620 2620 2620 40 41 UWAAAA ITEAAA OOOOxx -6309 3207 1 1 9 9 9 309 309 1309 6309 18 19 RIAAAA JTEAAA VVVVxx -1285 3208 1 1 5 5 85 285 1285 1285 1285 170 171 LXAAAA KTEAAA AAAAxx -5466 3209 0 2 6 6 66 466 1466 466 5466 132 133 GCAAAA LTEAAA HHHHxx -168 3210 0 0 8 8 68 168 168 168 168 136 137 MGAAAA MTEAAA OOOOxx -1410 3211 0 2 0 10 10 410 1410 1410 1410 20 21 GCAAAA NTEAAA VVVVxx -6332 3212 0 0 2 12 32 332 332 1332 6332 64 65 OJAAAA OTEAAA AAAAxx -9530 3213 0 2 0 10 30 530 1530 4530 9530 60 61 OCAAAA PTEAAA HHHHxx -7749 3214 1 1 9 9 49 749 1749 2749 7749 98 99 BMAAAA QTEAAA OOOOxx -3656 3215 0 0 6 16 56 656 1656 3656 3656 112 113 QKAAAA RTEAAA VVVVxx -37 3216 1 1 7 17 37 37 37 37 37 74 75 LBAAAA STEAAA AAAAxx -2744 3217 0 0 4 4 44 744 744 2744 2744 88 89 OBAAAA TTEAAA HHHHxx -4206 3218 0 2 6 6 6 206 206 4206 4206 12 13 UFAAAA UTEAAA OOOOxx -1846 3219 0 2 6 6 46 846 1846 1846 1846 92 93 ATAAAA VTEAAA VVVVxx -9913 3220 1 1 3 13 13 913 1913 4913 9913 26 27 HRAAAA WTEAAA AAAAxx -4078 3221 0 2 8 18 78 78 78 4078 4078 156 157 WAAAAA XTEAAA HHHHxx -2080 3222 0 0 0 0 80 80 80 2080 2080 160 161 ACAAAA YTEAAA OOOOxx -4169 3223 1 1 9 9 69 169 169 4169 4169 138 139 JEAAAA ZTEAAA VVVVxx -2070 3224 0 2 0 10 70 70 70 2070 2070 140 141 QBAAAA AUEAAA AAAAxx -4500 3225 0 0 0 0 0 500 500 4500 4500 0 1 CRAAAA BUEAAA HHHHxx -4123 3226 1 3 3 3 23 123 123 4123 4123 46 47 PCAAAA CUEAAA OOOOxx -5594 3227 0 2 4 14 94 594 1594 594 5594 188 189 EHAAAA DUEAAA VVVVxx -9941 3228 1 1 1 1 41 941 1941 4941 9941 82 83 JSAAAA EUEAAA AAAAxx -7154 3229 0 2 4 14 54 154 1154 2154 7154 108 109 EPAAAA FUEAAA HHHHxx -8340 3230 0 0 0 0 40 340 340 3340 8340 80 81 UIAAAA GUEAAA OOOOxx -7110 3231 0 2 0 10 10 110 1110 2110 7110 20 21 MNAAAA HUEAAA VVVVxx -7795 3232 1 3 5 15 95 795 1795 2795 7795 190 191 VNAAAA IUEAAA AAAAxx -132 3233 0 0 2 12 32 132 132 132 132 64 65 CFAAAA JUEAAA HHHHxx -4603 3234 1 3 3 3 3 603 603 4603 4603 6 7 BVAAAA KUEAAA OOOOxx -9720 3235 0 0 0 0 20 720 1720 4720 9720 40 41 WJAAAA LUEAAA VVVVxx -1460 3236 0 0 0 0 60 460 1460 1460 1460 120 121 EEAAAA MUEAAA AAAAxx -4677 3237 1 1 7 17 77 677 677 4677 4677 154 155 XXAAAA NUEAAA HHHHxx -9272 3238 0 0 2 12 72 272 1272 4272 9272 144 145 QSAAAA OUEAAA OOOOxx -2279 3239 1 3 9 19 79 279 279 2279 2279 158 159 RJAAAA PUEAAA VVVVxx -4587 3240 1 3 7 7 87 587 587 4587 4587 174 175 LUAAAA QUEAAA AAAAxx -2244 3241 0 0 4 4 44 244 244 2244 2244 88 89 IIAAAA RUEAAA HHHHxx -742 3242 0 2 2 2 42 742 742 742 742 84 85 OCAAAA SUEAAA OOOOxx -4426 3243 0 2 6 6 26 426 426 4426 4426 52 53 GOAAAA TUEAAA VVVVxx -4571 3244 1 3 1 11 71 571 571 4571 4571 142 143 VTAAAA UUEAAA AAAAxx -4775 3245 1 3 5 15 75 775 775 4775 4775 150 151 RBAAAA VUEAAA HHHHxx -24 3246 0 0 4 4 24 24 24 24 24 48 49 YAAAAA WUEAAA OOOOxx -4175 3247 1 3 5 15 75 175 175 4175 4175 150 151 PEAAAA XUEAAA VVVVxx -9877 3248 1 1 7 17 77 877 1877 4877 9877 154 155 XPAAAA YUEAAA AAAAxx -7271 3249 1 3 1 11 71 271 1271 2271 7271 142 143 RTAAAA ZUEAAA HHHHxx -5468 3250 0 0 8 8 68 468 1468 468 5468 136 137 ICAAAA AVEAAA OOOOxx -6106 3251 0 2 6 6 6 106 106 1106 6106 12 13 WAAAAA BVEAAA VVVVxx -9005 3252 1 1 5 5 5 5 1005 4005 9005 10 11 JIAAAA CVEAAA AAAAxx -109 3253 1 1 9 9 9 109 109 109 109 18 19 FEAAAA DVEAAA HHHHxx -6365 3254 1 1 5 5 65 365 365 1365 6365 130 131 VKAAAA EVEAAA OOOOxx -7437 3255 1 1 7 17 37 437 1437 2437 7437 74 75 BAAAAA FVEAAA VVVVxx -7979 3256 1 3 9 19 79 979 1979 2979 7979 158 159 XUAAAA GVEAAA AAAAxx -6050 3257 0 2 0 10 50 50 50 1050 6050 100 101 SYAAAA HVEAAA HHHHxx -2853 3258 1 1 3 13 53 853 853 2853 2853 106 107 TFAAAA IVEAAA OOOOxx -7603 3259 1 3 3 3 3 603 1603 2603 7603 6 7 LGAAAA JVEAAA VVVVxx -483 3260 1 3 3 3 83 483 483 483 483 166 167 PSAAAA KVEAAA AAAAxx -5994 3261 0 2 4 14 94 994 1994 994 5994 188 189 OWAAAA LVEAAA HHHHxx -6708 3262 0 0 8 8 8 708 708 1708 6708 16 17 AYAAAA MVEAAA OOOOxx -5090 3263 0 2 0 10 90 90 1090 90 5090 180 181 UNAAAA NVEAAA VVVVxx -4608 3264 0 0 8 8 8 608 608 4608 4608 16 17 GVAAAA OVEAAA AAAAxx -4551 3265 1 3 1 11 51 551 551 4551 4551 102 103 BTAAAA PVEAAA HHHHxx -5437 3266 1 1 7 17 37 437 1437 437 5437 74 75 DBAAAA QVEAAA OOOOxx -4130 3267 0 2 0 10 30 130 130 4130 4130 60 61 WCAAAA RVEAAA VVVVxx -6363 3268 1 3 3 3 63 363 363 1363 6363 126 127 TKAAAA SVEAAA AAAAxx -1499 3269 1 3 9 19 99 499 1499 1499 1499 198 199 RFAAAA TVEAAA HHHHxx -384 3270 0 0 4 4 84 384 384 384 384 168 169 UOAAAA UVEAAA OOOOxx -2266 3271 0 2 6 6 66 266 266 2266 2266 132 133 EJAAAA VVEAAA VVVVxx -6018 3272 0 2 8 18 18 18 18 1018 6018 36 37 MXAAAA WVEAAA AAAAxx -7915 3273 1 3 5 15 15 915 1915 2915 7915 30 31 LSAAAA XVEAAA HHHHxx -6167 3274 1 3 7 7 67 167 167 1167 6167 134 135 FDAAAA YVEAAA OOOOxx -9988 3275 0 0 8 8 88 988 1988 4988 9988 176 177 EUAAAA ZVEAAA VVVVxx -6599 3276 1 3 9 19 99 599 599 1599 6599 198 199 VTAAAA AWEAAA AAAAxx -1693 3277 1 1 3 13 93 693 1693 1693 1693 186 187 DNAAAA BWEAAA HHHHxx -5971 3278 1 3 1 11 71 971 1971 971 5971 142 143 RVAAAA CWEAAA OOOOxx -8470 3279 0 2 0 10 70 470 470 3470 8470 140 141 UNAAAA DWEAAA VVVVxx -2807 3280 1 3 7 7 7 807 807 2807 2807 14 15 ZDAAAA EWEAAA AAAAxx -1120 3281 0 0 0 0 20 120 1120 1120 1120 40 41 CRAAAA FWEAAA HHHHxx -5924 3282 0 0 4 4 24 924 1924 924 5924 48 49 WTAAAA GWEAAA OOOOxx -9025 3283 1 1 5 5 25 25 1025 4025 9025 50 51 DJAAAA HWEAAA VVVVxx -9454 3284 0 2 4 14 54 454 1454 4454 9454 108 109 QZAAAA IWEAAA AAAAxx -2259 3285 1 3 9 19 59 259 259 2259 2259 118 119 XIAAAA JWEAAA HHHHxx -5249 3286 1 1 9 9 49 249 1249 249 5249 98 99 XTAAAA KWEAAA OOOOxx -6350 3287 0 2 0 10 50 350 350 1350 6350 100 101 GKAAAA LWEAAA VVVVxx -2930 3288 0 2 0 10 30 930 930 2930 2930 60 61 SIAAAA MWEAAA AAAAxx -6055 3289 1 3 5 15 55 55 55 1055 6055 110 111 XYAAAA NWEAAA HHHHxx -7691 3290 1 3 1 11 91 691 1691 2691 7691 182 183 VJAAAA OWEAAA OOOOxx -1573 3291 1 1 3 13 73 573 1573 1573 1573 146 147 NIAAAA PWEAAA VVVVxx -9943 3292 1 3 3 3 43 943 1943 4943 9943 86 87 LSAAAA QWEAAA AAAAxx -3085 3293 1 1 5 5 85 85 1085 3085 3085 170 171 ROAAAA RWEAAA HHHHxx -5928 3294 0 0 8 8 28 928 1928 928 5928 56 57 AUAAAA SWEAAA OOOOxx -887 3295 1 3 7 7 87 887 887 887 887 174 175 DIAAAA TWEAAA VVVVxx -4630 3296 0 2 0 10 30 630 630 4630 4630 60 61 CWAAAA UWEAAA AAAAxx -9827 3297 1 3 7 7 27 827 1827 4827 9827 54 55 ZNAAAA VWEAAA HHHHxx -8926 3298 0 2 6 6 26 926 926 3926 8926 52 53 IFAAAA WWEAAA OOOOxx -5726 3299 0 2 6 6 26 726 1726 726 5726 52 53 GMAAAA XWEAAA VVVVxx -1569 3300 1 1 9 9 69 569 1569 1569 1569 138 139 JIAAAA YWEAAA AAAAxx -8074 3301 0 2 4 14 74 74 74 3074 8074 148 149 OYAAAA ZWEAAA HHHHxx -7909 3302 1 1 9 9 9 909 1909 2909 7909 18 19 FSAAAA AXEAAA OOOOxx -8367 3303 1 3 7 7 67 367 367 3367 8367 134 135 VJAAAA BXEAAA VVVVxx -7217 3304 1 1 7 17 17 217 1217 2217 7217 34 35 PRAAAA CXEAAA AAAAxx -5254 3305 0 2 4 14 54 254 1254 254 5254 108 109 CUAAAA DXEAAA HHHHxx -1181 3306 1 1 1 1 81 181 1181 1181 1181 162 163 LTAAAA EXEAAA OOOOxx -6907 3307 1 3 7 7 7 907 907 1907 6907 14 15 RFAAAA FXEAAA VVVVxx -5508 3308 0 0 8 8 8 508 1508 508 5508 16 17 WDAAAA GXEAAA AAAAxx -4782 3309 0 2 2 2 82 782 782 4782 4782 164 165 YBAAAA HXEAAA HHHHxx -793 3310 1 1 3 13 93 793 793 793 793 186 187 NEAAAA IXEAAA OOOOxx -5740 3311 0 0 0 0 40 740 1740 740 5740 80 81 UMAAAA JXEAAA VVVVxx -3107 3312 1 3 7 7 7 107 1107 3107 3107 14 15 NPAAAA KXEAAA AAAAxx -1197 3313 1 1 7 17 97 197 1197 1197 1197 194 195 BUAAAA LXEAAA HHHHxx -4376 3314 0 0 6 16 76 376 376 4376 4376 152 153 IMAAAA MXEAAA OOOOxx -6226 3315 0 2 6 6 26 226 226 1226 6226 52 53 MFAAAA NXEAAA VVVVxx -5033 3316 1 1 3 13 33 33 1033 33 5033 66 67 PLAAAA OXEAAA AAAAxx -5494 3317 0 2 4 14 94 494 1494 494 5494 188 189 IDAAAA PXEAAA HHHHxx -3244 3318 0 0 4 4 44 244 1244 3244 3244 88 89 UUAAAA QXEAAA OOOOxx -7670 3319 0 2 0 10 70 670 1670 2670 7670 140 141 AJAAAA RXEAAA VVVVxx -9273 3320 1 1 3 13 73 273 1273 4273 9273 146 147 RSAAAA SXEAAA AAAAxx -5248 3321 0 0 8 8 48 248 1248 248 5248 96 97 WTAAAA TXEAAA HHHHxx -3381 3322 1 1 1 1 81 381 1381 3381 3381 162 163 BAAAAA UXEAAA OOOOxx -4136 3323 0 0 6 16 36 136 136 4136 4136 72 73 CDAAAA VXEAAA VVVVxx -4163 3324 1 3 3 3 63 163 163 4163 4163 126 127 DEAAAA WXEAAA AAAAxx -4270 3325 0 2 0 10 70 270 270 4270 4270 140 141 GIAAAA XXEAAA HHHHxx -1729 3326 1 1 9 9 29 729 1729 1729 1729 58 59 NOAAAA YXEAAA OOOOxx -2778 3327 0 2 8 18 78 778 778 2778 2778 156 157 WCAAAA ZXEAAA VVVVxx -5082 3328 0 2 2 2 82 82 1082 82 5082 164 165 MNAAAA AYEAAA AAAAxx -870 3329 0 2 0 10 70 870 870 870 870 140 141 MHAAAA BYEAAA HHHHxx -4192 3330 0 0 2 12 92 192 192 4192 4192 184 185 GFAAAA CYEAAA OOOOxx -308 3331 0 0 8 8 8 308 308 308 308 16 17 WLAAAA DYEAAA VVVVxx -6783 3332 1 3 3 3 83 783 783 1783 6783 166 167 XAAAAA EYEAAA AAAAxx -7611 3333 1 3 1 11 11 611 1611 2611 7611 22 23 TGAAAA FYEAAA HHHHxx -4221 3334 1 1 1 1 21 221 221 4221 4221 42 43 JGAAAA GYEAAA OOOOxx -6353 3335 1 1 3 13 53 353 353 1353 6353 106 107 JKAAAA HYEAAA VVVVxx -1830 3336 0 2 0 10 30 830 1830 1830 1830 60 61 KSAAAA IYEAAA AAAAxx -2437 3337 1 1 7 17 37 437 437 2437 2437 74 75 TPAAAA JYEAAA HHHHxx -3360 3338 0 0 0 0 60 360 1360 3360 3360 120 121 GZAAAA KYEAAA OOOOxx -1829 3339 1 1 9 9 29 829 1829 1829 1829 58 59 JSAAAA LYEAAA VVVVxx -9475 3340 1 3 5 15 75 475 1475 4475 9475 150 151 LAAAAA MYEAAA AAAAxx -4566 3341 0 2 6 6 66 566 566 4566 4566 132 133 QTAAAA NYEAAA HHHHxx -9944 3342 0 0 4 4 44 944 1944 4944 9944 88 89 MSAAAA OYEAAA OOOOxx -6054 3343 0 2 4 14 54 54 54 1054 6054 108 109 WYAAAA PYEAAA VVVVxx -4722 3344 0 2 2 2 22 722 722 4722 4722 44 45 QZAAAA QYEAAA AAAAxx -2779 3345 1 3 9 19 79 779 779 2779 2779 158 159 XCAAAA RYEAAA HHHHxx -8051 3346 1 3 1 11 51 51 51 3051 8051 102 103 RXAAAA SYEAAA OOOOxx -9671 3347 1 3 1 11 71 671 1671 4671 9671 142 143 ZHAAAA TYEAAA VVVVxx -6084 3348 0 0 4 4 84 84 84 1084 6084 168 169 AAAAAA UYEAAA AAAAxx -3729 3349 1 1 9 9 29 729 1729 3729 3729 58 59 LNAAAA VYEAAA HHHHxx -6627 3350 1 3 7 7 27 627 627 1627 6627 54 55 XUAAAA WYEAAA OOOOxx -4769 3351 1 1 9 9 69 769 769 4769 4769 138 139 LBAAAA XYEAAA VVVVxx -2224 3352 0 0 4 4 24 224 224 2224 2224 48 49 OHAAAA YYEAAA AAAAxx -1404 3353 0 0 4 4 4 404 1404 1404 1404 8 9 ACAAAA ZYEAAA HHHHxx -8532 3354 0 0 2 12 32 532 532 3532 8532 64 65 EQAAAA AZEAAA OOOOxx -6759 3355 1 3 9 19 59 759 759 1759 6759 118 119 ZZAAAA BZEAAA VVVVxx -6404 3356 0 0 4 4 4 404 404 1404 6404 8 9 IMAAAA CZEAAA AAAAxx -3144 3357 0 0 4 4 44 144 1144 3144 3144 88 89 YQAAAA DZEAAA HHHHxx -973 3358 1 1 3 13 73 973 973 973 973 146 147 LLAAAA EZEAAA OOOOxx -9789 3359 1 1 9 9 89 789 1789 4789 9789 178 179 NMAAAA FZEAAA VVVVxx -6181 3360 1 1 1 1 81 181 181 1181 6181 162 163 TDAAAA GZEAAA AAAAxx -1519 3361 1 3 9 19 19 519 1519 1519 1519 38 39 LGAAAA HZEAAA HHHHxx -9729 3362 1 1 9 9 29 729 1729 4729 9729 58 59 FKAAAA IZEAAA OOOOxx -8167 3363 1 3 7 7 67 167 167 3167 8167 134 135 DCAAAA JZEAAA VVVVxx -3830 3364 0 2 0 10 30 830 1830 3830 3830 60 61 IRAAAA KZEAAA AAAAxx -6286 3365 0 2 6 6 86 286 286 1286 6286 172 173 UHAAAA LZEAAA HHHHxx -3047 3366 1 3 7 7 47 47 1047 3047 3047 94 95 FNAAAA MZEAAA OOOOxx -3183 3367 1 3 3 3 83 183 1183 3183 3183 166 167 LSAAAA NZEAAA VVVVxx -6687 3368 1 3 7 7 87 687 687 1687 6687 174 175 FXAAAA OZEAAA AAAAxx -2783 3369 1 3 3 3 83 783 783 2783 2783 166 167 BDAAAA PZEAAA HHHHxx -9920 3370 0 0 0 0 20 920 1920 4920 9920 40 41 ORAAAA QZEAAA OOOOxx -4847 3371 1 3 7 7 47 847 847 4847 4847 94 95 LEAAAA RZEAAA VVVVxx -3645 3372 1 1 5 5 45 645 1645 3645 3645 90 91 FKAAAA SZEAAA AAAAxx -7406 3373 0 2 6 6 6 406 1406 2406 7406 12 13 WYAAAA TZEAAA HHHHxx -6003 3374 1 3 3 3 3 3 3 1003 6003 6 7 XWAAAA UZEAAA OOOOxx -3408 3375 0 0 8 8 8 408 1408 3408 3408 16 17 CBAAAA VZEAAA VVVVxx -4243 3376 1 3 3 3 43 243 243 4243 4243 86 87 FHAAAA WZEAAA AAAAxx -1622 3377 0 2 2 2 22 622 1622 1622 1622 44 45 KKAAAA XZEAAA HHHHxx -5319 3378 1 3 9 19 19 319 1319 319 5319 38 39 PWAAAA YZEAAA OOOOxx -4033 3379 1 1 3 13 33 33 33 4033 4033 66 67 DZAAAA ZZEAAA VVVVxx -8573 3380 1 1 3 13 73 573 573 3573 8573 146 147 TRAAAA AAFAAA AAAAxx -8404 3381 0 0 4 4 4 404 404 3404 8404 8 9 GLAAAA BAFAAA HHHHxx -6993 3382 1 1 3 13 93 993 993 1993 6993 186 187 ZIAAAA CAFAAA OOOOxx -660 3383 0 0 0 0 60 660 660 660 660 120 121 KZAAAA DAFAAA VVVVxx -1136 3384 0 0 6 16 36 136 1136 1136 1136 72 73 SRAAAA EAFAAA AAAAxx -3393 3385 1 1 3 13 93 393 1393 3393 3393 186 187 NAAAAA FAFAAA HHHHxx -9743 3386 1 3 3 3 43 743 1743 4743 9743 86 87 TKAAAA GAFAAA OOOOxx -9705 3387 1 1 5 5 5 705 1705 4705 9705 10 11 HJAAAA HAFAAA VVVVxx -6960 3388 0 0 0 0 60 960 960 1960 6960 120 121 SHAAAA IAFAAA AAAAxx -2753 3389 1 1 3 13 53 753 753 2753 2753 106 107 XBAAAA JAFAAA HHHHxx -906 3390 0 2 6 6 6 906 906 906 906 12 13 WIAAAA KAFAAA OOOOxx -999 3391 1 3 9 19 99 999 999 999 999 198 199 LMAAAA LAFAAA VVVVxx -6927 3392 1 3 7 7 27 927 927 1927 6927 54 55 LGAAAA MAFAAA AAAAxx -4846 3393 0 2 6 6 46 846 846 4846 4846 92 93 KEAAAA NAFAAA HHHHxx -676 3394 0 0 6 16 76 676 676 676 676 152 153 AAAAAA OAFAAA OOOOxx -8612 3395 0 0 2 12 12 612 612 3612 8612 24 25 GTAAAA PAFAAA VVVVxx -4111 3396 1 3 1 11 11 111 111 4111 4111 22 23 DCAAAA QAFAAA AAAAxx -9994 3397 0 2 4 14 94 994 1994 4994 9994 188 189 KUAAAA RAFAAA HHHHxx -4399 3398 1 3 9 19 99 399 399 4399 4399 198 199 FNAAAA SAFAAA OOOOxx -4464 3399 0 0 4 4 64 464 464 4464 4464 128 129 SPAAAA TAFAAA VVVVxx -7316 3400 0 0 6 16 16 316 1316 2316 7316 32 33 KVAAAA UAFAAA AAAAxx -8982 3401 0 2 2 2 82 982 982 3982 8982 164 165 MHAAAA VAFAAA HHHHxx -1871 3402 1 3 1 11 71 871 1871 1871 1871 142 143 ZTAAAA WAFAAA OOOOxx -4082 3403 0 2 2 2 82 82 82 4082 4082 164 165 ABAAAA XAFAAA VVVVxx -3949 3404 1 1 9 9 49 949 1949 3949 3949 98 99 XVAAAA YAFAAA AAAAxx -9352 3405 0 0 2 12 52 352 1352 4352 9352 104 105 SVAAAA ZAFAAA HHHHxx -9638 3406 0 2 8 18 38 638 1638 4638 9638 76 77 SGAAAA ABFAAA OOOOxx -8177 3407 1 1 7 17 77 177 177 3177 8177 154 155 NCAAAA BBFAAA VVVVxx -3499 3408 1 3 9 19 99 499 1499 3499 3499 198 199 PEAAAA CBFAAA AAAAxx -4233 3409 1 1 3 13 33 233 233 4233 4233 66 67 VGAAAA DBFAAA HHHHxx -1953 3410 1 1 3 13 53 953 1953 1953 1953 106 107 DXAAAA EBFAAA OOOOxx -7372 3411 0 0 2 12 72 372 1372 2372 7372 144 145 OXAAAA FBFAAA VVVVxx -5127 3412 1 3 7 7 27 127 1127 127 5127 54 55 FPAAAA GBFAAA AAAAxx -4384 3413 0 0 4 4 84 384 384 4384 4384 168 169 QMAAAA HBFAAA HHHHxx -9964 3414 0 0 4 4 64 964 1964 4964 9964 128 129 GTAAAA IBFAAA OOOOxx -5392 3415 0 0 2 12 92 392 1392 392 5392 184 185 KZAAAA JBFAAA VVVVxx -616 3416 0 0 6 16 16 616 616 616 616 32 33 SXAAAA KBFAAA AAAAxx -591 3417 1 3 1 11 91 591 591 591 591 182 183 TWAAAA LBFAAA HHHHxx -6422 3418 0 2 2 2 22 422 422 1422 6422 44 45 ANAAAA MBFAAA OOOOxx -6551 3419 1 3 1 11 51 551 551 1551 6551 102 103 ZRAAAA NBFAAA VVVVxx -9286 3420 0 2 6 6 86 286 1286 4286 9286 172 173 ETAAAA OBFAAA AAAAxx -3817 3421 1 1 7 17 17 817 1817 3817 3817 34 35 VQAAAA PBFAAA HHHHxx -7717 3422 1 1 7 17 17 717 1717 2717 7717 34 35 VKAAAA QBFAAA OOOOxx -8718 3423 0 2 8 18 18 718 718 3718 8718 36 37 IXAAAA RBFAAA VVVVxx -8608 3424 0 0 8 8 8 608 608 3608 8608 16 17 CTAAAA SBFAAA AAAAxx -2242 3425 0 2 2 2 42 242 242 2242 2242 84 85 GIAAAA TBFAAA HHHHxx -4811 3426 1 3 1 11 11 811 811 4811 4811 22 23 BDAAAA UBFAAA OOOOxx -6838 3427 0 2 8 18 38 838 838 1838 6838 76 77 ADAAAA VBFAAA VVVVxx -787 3428 1 3 7 7 87 787 787 787 787 174 175 HEAAAA WBFAAA AAAAxx -7940 3429 0 0 0 0 40 940 1940 2940 7940 80 81 KTAAAA XBFAAA HHHHxx -336 3430 0 0 6 16 36 336 336 336 336 72 73 YMAAAA YBFAAA OOOOxx -9859 3431 1 3 9 19 59 859 1859 4859 9859 118 119 FPAAAA ZBFAAA VVVVxx -3864 3432 0 0 4 4 64 864 1864 3864 3864 128 129 QSAAAA ACFAAA AAAAxx -7162 3433 0 2 2 2 62 162 1162 2162 7162 124 125 MPAAAA BCFAAA HHHHxx -2071 3434 1 3 1 11 71 71 71 2071 2071 142 143 RBAAAA CCFAAA OOOOxx -7469 3435 1 1 9 9 69 469 1469 2469 7469 138 139 HBAAAA DCFAAA VVVVxx -2917 3436 1 1 7 17 17 917 917 2917 2917 34 35 FIAAAA ECFAAA AAAAxx -7486 3437 0 2 6 6 86 486 1486 2486 7486 172 173 YBAAAA FCFAAA HHHHxx -3355 3438 1 3 5 15 55 355 1355 3355 3355 110 111 BZAAAA GCFAAA OOOOxx -6998 3439 0 2 8 18 98 998 998 1998 6998 196 197 EJAAAA HCFAAA VVVVxx -5498 3440 0 2 8 18 98 498 1498 498 5498 196 197 MDAAAA ICFAAA AAAAxx -5113 3441 1 1 3 13 13 113 1113 113 5113 26 27 ROAAAA JCFAAA HHHHxx -2846 3442 0 2 6 6 46 846 846 2846 2846 92 93 MFAAAA KCFAAA OOOOxx -6834 3443 0 2 4 14 34 834 834 1834 6834 68 69 WCAAAA LCFAAA VVVVxx -8925 3444 1 1 5 5 25 925 925 3925 8925 50 51 HFAAAA MCFAAA AAAAxx -2757 3445 1 1 7 17 57 757 757 2757 2757 114 115 BCAAAA NCFAAA HHHHxx -2775 3446 1 3 5 15 75 775 775 2775 2775 150 151 TCAAAA OCFAAA OOOOxx -6182 3447 0 2 2 2 82 182 182 1182 6182 164 165 UDAAAA PCFAAA VVVVxx -4488 3448 0 0 8 8 88 488 488 4488 4488 176 177 QQAAAA QCFAAA AAAAxx -8523 3449 1 3 3 3 23 523 523 3523 8523 46 47 VPAAAA RCFAAA HHHHxx -52 3450 0 0 2 12 52 52 52 52 52 104 105 ACAAAA SCFAAA OOOOxx -7251 3451 1 3 1 11 51 251 1251 2251 7251 102 103 XSAAAA TCFAAA VVVVxx -6130 3452 0 2 0 10 30 130 130 1130 6130 60 61 UBAAAA UCFAAA AAAAxx -205 3453 1 1 5 5 5 205 205 205 205 10 11 XHAAAA VCFAAA HHHHxx -1186 3454 0 2 6 6 86 186 1186 1186 1186 172 173 QTAAAA WCFAAA OOOOxx -1738 3455 0 2 8 18 38 738 1738 1738 1738 76 77 WOAAAA XCFAAA VVVVxx -9485 3456 1 1 5 5 85 485 1485 4485 9485 170 171 VAAAAA YCFAAA AAAAxx -4235 3457 1 3 5 15 35 235 235 4235 4235 70 71 XGAAAA ZCFAAA HHHHxx -7891 3458 1 3 1 11 91 891 1891 2891 7891 182 183 NRAAAA ADFAAA OOOOxx -4960 3459 0 0 0 0 60 960 960 4960 4960 120 121 UIAAAA BDFAAA VVVVxx -8911 3460 1 3 1 11 11 911 911 3911 8911 22 23 TEAAAA CDFAAA AAAAxx -1219 3461 1 3 9 19 19 219 1219 1219 1219 38 39 XUAAAA DDFAAA HHHHxx -9652 3462 0 0 2 12 52 652 1652 4652 9652 104 105 GHAAAA EDFAAA OOOOxx -9715 3463 1 3 5 15 15 715 1715 4715 9715 30 31 RJAAAA FDFAAA VVVVxx -6629 3464 1 1 9 9 29 629 629 1629 6629 58 59 ZUAAAA GDFAAA AAAAxx -700 3465 0 0 0 0 0 700 700 700 700 0 1 YAAAAA HDFAAA HHHHxx -9819 3466 1 3 9 19 19 819 1819 4819 9819 38 39 RNAAAA IDFAAA OOOOxx -5188 3467 0 0 8 8 88 188 1188 188 5188 176 177 ORAAAA JDFAAA VVVVxx -5367 3468 1 3 7 7 67 367 1367 367 5367 134 135 LYAAAA KDFAAA AAAAxx -6447 3469 1 3 7 7 47 447 447 1447 6447 94 95 ZNAAAA LDFAAA HHHHxx -720 3470 0 0 0 0 20 720 720 720 720 40 41 SBAAAA MDFAAA OOOOxx -9157 3471 1 1 7 17 57 157 1157 4157 9157 114 115 FOAAAA NDFAAA VVVVxx -1082 3472 0 2 2 2 82 82 1082 1082 1082 164 165 QPAAAA ODFAAA AAAAxx -3179 3473 1 3 9 19 79 179 1179 3179 3179 158 159 HSAAAA PDFAAA HHHHxx -4818 3474 0 2 8 18 18 818 818 4818 4818 36 37 IDAAAA QDFAAA OOOOxx -7607 3475 1 3 7 7 7 607 1607 2607 7607 14 15 PGAAAA RDFAAA VVVVxx -2352 3476 0 0 2 12 52 352 352 2352 2352 104 105 MMAAAA SDFAAA AAAAxx -1170 3477 0 2 0 10 70 170 1170 1170 1170 140 141 ATAAAA TDFAAA HHHHxx -4269 3478 1 1 9 9 69 269 269 4269 4269 138 139 FIAAAA UDFAAA OOOOxx -8767 3479 1 3 7 7 67 767 767 3767 8767 134 135 FZAAAA VDFAAA VVVVxx -3984 3480 0 0 4 4 84 984 1984 3984 3984 168 169 GXAAAA WDFAAA AAAAxx -3190 3481 0 2 0 10 90 190 1190 3190 3190 180 181 SSAAAA XDFAAA HHHHxx -7456 3482 0 0 6 16 56 456 1456 2456 7456 112 113 UAAAAA YDFAAA OOOOxx -4348 3483 0 0 8 8 48 348 348 4348 4348 96 97 GLAAAA ZDFAAA VVVVxx -3150 3484 0 2 0 10 50 150 1150 3150 3150 100 101 ERAAAA AEFAAA AAAAxx -8780 3485 0 0 0 0 80 780 780 3780 8780 160 161 SZAAAA BEFAAA HHHHxx -2553 3486 1 1 3 13 53 553 553 2553 2553 106 107 FUAAAA CEFAAA OOOOxx -7526 3487 0 2 6 6 26 526 1526 2526 7526 52 53 MDAAAA DEFAAA VVVVxx -2031 3488 1 3 1 11 31 31 31 2031 2031 62 63 DAAAAA EEFAAA AAAAxx -8793 3489 1 1 3 13 93 793 793 3793 8793 186 187 FAAAAA FEFAAA HHHHxx -1122 3490 0 2 2 2 22 122 1122 1122 1122 44 45 ERAAAA GEFAAA OOOOxx -1855 3491 1 3 5 15 55 855 1855 1855 1855 110 111 JTAAAA HEFAAA VVVVxx -6613 3492 1 1 3 13 13 613 613 1613 6613 26 27 JUAAAA IEFAAA AAAAxx -3231 3493 1 3 1 11 31 231 1231 3231 3231 62 63 HUAAAA JEFAAA HHHHxx -9101 3494 1 1 1 1 1 101 1101 4101 9101 2 3 BMAAAA KEFAAA OOOOxx -4937 3495 1 1 7 17 37 937 937 4937 4937 74 75 XHAAAA LEFAAA VVVVxx -666 3496 0 2 6 6 66 666 666 666 666 132 133 QZAAAA MEFAAA AAAAxx -8943 3497 1 3 3 3 43 943 943 3943 8943 86 87 ZFAAAA NEFAAA HHHHxx -6164 3498 0 0 4 4 64 164 164 1164 6164 128 129 CDAAAA OEFAAA OOOOxx -1081 3499 1 1 1 1 81 81 1081 1081 1081 162 163 PPAAAA PEFAAA VVVVxx -210 3500 0 2 0 10 10 210 210 210 210 20 21 CIAAAA QEFAAA AAAAxx -6024 3501 0 0 4 4 24 24 24 1024 6024 48 49 SXAAAA REFAAA HHHHxx -5715 3502 1 3 5 15 15 715 1715 715 5715 30 31 VLAAAA SEFAAA OOOOxx -8938 3503 0 2 8 18 38 938 938 3938 8938 76 77 UFAAAA TEFAAA VVVVxx -1326 3504 0 2 6 6 26 326 1326 1326 1326 52 53 AZAAAA UEFAAA AAAAxx -7111 3505 1 3 1 11 11 111 1111 2111 7111 22 23 NNAAAA VEFAAA HHHHxx -757 3506 1 1 7 17 57 757 757 757 757 114 115 DDAAAA WEFAAA OOOOxx -8933 3507 1 1 3 13 33 933 933 3933 8933 66 67 PFAAAA XEFAAA VVVVxx -6495 3508 1 3 5 15 95 495 495 1495 6495 190 191 VPAAAA YEFAAA AAAAxx -3134 3509 0 2 4 14 34 134 1134 3134 3134 68 69 OQAAAA ZEFAAA HHHHxx -1304 3510 0 0 4 4 4 304 1304 1304 1304 8 9 EYAAAA AFFAAA OOOOxx -1835 3511 1 3 5 15 35 835 1835 1835 1835 70 71 PSAAAA BFFAAA VVVVxx -7275 3512 1 3 5 15 75 275 1275 2275 7275 150 151 VTAAAA CFFAAA AAAAxx -7337 3513 1 1 7 17 37 337 1337 2337 7337 74 75 FWAAAA DFFAAA HHHHxx -1282 3514 0 2 2 2 82 282 1282 1282 1282 164 165 IXAAAA EFFAAA OOOOxx -6566 3515 0 2 6 6 66 566 566 1566 6566 132 133 OSAAAA FFFAAA VVVVxx -3786 3516 0 2 6 6 86 786 1786 3786 3786 172 173 QPAAAA GFFAAA AAAAxx -5741 3517 1 1 1 1 41 741 1741 741 5741 82 83 VMAAAA HFFAAA HHHHxx -6076 3518 0 0 6 16 76 76 76 1076 6076 152 153 SZAAAA IFFAAA OOOOxx -9998 3519 0 2 8 18 98 998 1998 4998 9998 196 197 OUAAAA JFFAAA VVVVxx -6268 3520 0 0 8 8 68 268 268 1268 6268 136 137 CHAAAA KFFAAA AAAAxx -9647 3521 1 3 7 7 47 647 1647 4647 9647 94 95 BHAAAA LFFAAA HHHHxx -4877 3522 1 1 7 17 77 877 877 4877 4877 154 155 PFAAAA MFFAAA OOOOxx -2652 3523 0 0 2 12 52 652 652 2652 2652 104 105 AYAAAA NFFAAA VVVVxx -1247 3524 1 3 7 7 47 247 1247 1247 1247 94 95 ZVAAAA OFFAAA AAAAxx -2721 3525 1 1 1 1 21 721 721 2721 2721 42 43 RAAAAA PFFAAA HHHHxx -5968 3526 0 0 8 8 68 968 1968 968 5968 136 137 OVAAAA QFFAAA OOOOxx -9570 3527 0 2 0 10 70 570 1570 4570 9570 140 141 CEAAAA RFFAAA VVVVxx -6425 3528 1 1 5 5 25 425 425 1425 6425 50 51 DNAAAA SFFAAA AAAAxx -5451 3529 1 3 1 11 51 451 1451 451 5451 102 103 RBAAAA TFFAAA HHHHxx -5668 3530 0 0 8 8 68 668 1668 668 5668 136 137 AKAAAA UFFAAA OOOOxx -9493 3531 1 1 3 13 93 493 1493 4493 9493 186 187 DBAAAA VFFAAA VVVVxx -7973 3532 1 1 3 13 73 973 1973 2973 7973 146 147 RUAAAA WFFAAA AAAAxx -8250 3533 0 2 0 10 50 250 250 3250 8250 100 101 IFAAAA XFFAAA HHHHxx -82 3534 0 2 2 2 82 82 82 82 82 164 165 EDAAAA YFFAAA OOOOxx -6258 3535 0 2 8 18 58 258 258 1258 6258 116 117 SGAAAA ZFFAAA VVVVxx -9978 3536 0 2 8 18 78 978 1978 4978 9978 156 157 UTAAAA AGFAAA AAAAxx -6930 3537 0 2 0 10 30 930 930 1930 6930 60 61 OGAAAA BGFAAA HHHHxx -3746 3538 0 2 6 6 46 746 1746 3746 3746 92 93 COAAAA CGFAAA OOOOxx -7065 3539 1 1 5 5 65 65 1065 2065 7065 130 131 TLAAAA DGFAAA VVVVxx -4281 3540 1 1 1 1 81 281 281 4281 4281 162 163 RIAAAA EGFAAA AAAAxx -4367 3541 1 3 7 7 67 367 367 4367 4367 134 135 ZLAAAA FGFAAA HHHHxx -9526 3542 0 2 6 6 26 526 1526 4526 9526 52 53 KCAAAA GGFAAA OOOOxx -5880 3543 0 0 0 0 80 880 1880 880 5880 160 161 ESAAAA HGFAAA VVVVxx -8480 3544 0 0 0 0 80 480 480 3480 8480 160 161 EOAAAA IGFAAA AAAAxx -2476 3545 0 0 6 16 76 476 476 2476 2476 152 153 GRAAAA JGFAAA HHHHxx -9074 3546 0 2 4 14 74 74 1074 4074 9074 148 149 ALAAAA KGFAAA OOOOxx -4830 3547 0 2 0 10 30 830 830 4830 4830 60 61 UDAAAA LGFAAA VVVVxx -3207 3548 1 3 7 7 7 207 1207 3207 3207 14 15 JTAAAA MGFAAA AAAAxx -7894 3549 0 2 4 14 94 894 1894 2894 7894 188 189 QRAAAA NGFAAA HHHHxx -3860 3550 0 0 0 0 60 860 1860 3860 3860 120 121 MSAAAA OGFAAA OOOOxx -5293 3551 1 1 3 13 93 293 1293 293 5293 186 187 PVAAAA PGFAAA VVVVxx -6895 3552 1 3 5 15 95 895 895 1895 6895 190 191 FFAAAA QGFAAA AAAAxx -9908 3553 0 0 8 8 8 908 1908 4908 9908 16 17 CRAAAA RGFAAA HHHHxx -9247 3554 1 3 7 7 47 247 1247 4247 9247 94 95 RRAAAA SGFAAA OOOOxx -8110 3555 0 2 0 10 10 110 110 3110 8110 20 21 YZAAAA TGFAAA VVVVxx -4716 3556 0 0 6 16 16 716 716 4716 4716 32 33 KZAAAA UGFAAA AAAAxx -4979 3557 1 3 9 19 79 979 979 4979 4979 158 159 NJAAAA VGFAAA HHHHxx -5280 3558 0 0 0 0 80 280 1280 280 5280 160 161 CVAAAA WGFAAA OOOOxx -8326 3559 0 2 6 6 26 326 326 3326 8326 52 53 GIAAAA XGFAAA VVVVxx -5572 3560 0 0 2 12 72 572 1572 572 5572 144 145 IGAAAA YGFAAA AAAAxx -4665 3561 1 1 5 5 65 665 665 4665 4665 130 131 LXAAAA ZGFAAA HHHHxx -3665 3562 1 1 5 5 65 665 1665 3665 3665 130 131 ZKAAAA AHFAAA OOOOxx -6744 3563 0 0 4 4 44 744 744 1744 6744 88 89 KZAAAA BHFAAA VVVVxx -1897 3564 1 1 7 17 97 897 1897 1897 1897 194 195 ZUAAAA CHFAAA AAAAxx -1220 3565 0 0 0 0 20 220 1220 1220 1220 40 41 YUAAAA DHFAAA HHHHxx -2614 3566 0 2 4 14 14 614 614 2614 2614 28 29 OWAAAA EHFAAA OOOOxx -8509 3567 1 1 9 9 9 509 509 3509 8509 18 19 HPAAAA FHFAAA VVVVxx -8521 3568 1 1 1 1 21 521 521 3521 8521 42 43 TPAAAA GHFAAA AAAAxx -4121 3569 1 1 1 1 21 121 121 4121 4121 42 43 NCAAAA HHFAAA HHHHxx -9663 3570 1 3 3 3 63 663 1663 4663 9663 126 127 RHAAAA IHFAAA OOOOxx -2346 3571 0 2 6 6 46 346 346 2346 2346 92 93 GMAAAA JHFAAA VVVVxx -3370 3572 0 2 0 10 70 370 1370 3370 3370 140 141 QZAAAA KHFAAA AAAAxx -1498 3573 0 2 8 18 98 498 1498 1498 1498 196 197 QFAAAA LHFAAA HHHHxx -7422 3574 0 2 2 2 22 422 1422 2422 7422 44 45 MZAAAA MHFAAA OOOOxx -3472 3575 0 0 2 12 72 472 1472 3472 3472 144 145 ODAAAA NHFAAA VVVVxx -4126 3576 0 2 6 6 26 126 126 4126 4126 52 53 SCAAAA OHFAAA AAAAxx -4494 3577 0 2 4 14 94 494 494 4494 4494 188 189 WQAAAA PHFAAA HHHHxx -6323 3578 1 3 3 3 23 323 323 1323 6323 46 47 FJAAAA QHFAAA OOOOxx -2823 3579 1 3 3 3 23 823 823 2823 2823 46 47 PEAAAA RHFAAA VVVVxx -8596 3580 0 0 6 16 96 596 596 3596 8596 192 193 QSAAAA SHFAAA AAAAxx -6642 3581 0 2 2 2 42 642 642 1642 6642 84 85 MVAAAA THFAAA HHHHxx -9276 3582 0 0 6 16 76 276 1276 4276 9276 152 153 USAAAA UHFAAA OOOOxx -4148 3583 0 0 8 8 48 148 148 4148 4148 96 97 ODAAAA VHFAAA VVVVxx -9770 3584 0 2 0 10 70 770 1770 4770 9770 140 141 ULAAAA WHFAAA AAAAxx -9812 3585 0 0 2 12 12 812 1812 4812 9812 24 25 KNAAAA XHFAAA HHHHxx -4419 3586 1 3 9 19 19 419 419 4419 4419 38 39 ZNAAAA YHFAAA OOOOxx -3802 3587 0 2 2 2 2 802 1802 3802 3802 4 5 GQAAAA ZHFAAA VVVVxx -3210 3588 0 2 0 10 10 210 1210 3210 3210 20 21 MTAAAA AIFAAA AAAAxx -6794 3589 0 2 4 14 94 794 794 1794 6794 188 189 IBAAAA BIFAAA HHHHxx -242 3590 0 2 2 2 42 242 242 242 242 84 85 IJAAAA CIFAAA OOOOxx -962 3591 0 2 2 2 62 962 962 962 962 124 125 ALAAAA DIFAAA VVVVxx -7151 3592 1 3 1 11 51 151 1151 2151 7151 102 103 BPAAAA EIFAAA AAAAxx -9440 3593 0 0 0 0 40 440 1440 4440 9440 80 81 CZAAAA FIFAAA HHHHxx -721 3594 1 1 1 1 21 721 721 721 721 42 43 TBAAAA GIFAAA OOOOxx -2119 3595 1 3 9 19 19 119 119 2119 2119 38 39 NDAAAA HIFAAA VVVVxx -9883 3596 1 3 3 3 83 883 1883 4883 9883 166 167 DQAAAA IIFAAA AAAAxx -5071 3597 1 3 1 11 71 71 1071 71 5071 142 143 BNAAAA JIFAAA HHHHxx -8239 3598 1 3 9 19 39 239 239 3239 8239 78 79 XEAAAA KIFAAA OOOOxx -7451 3599 1 3 1 11 51 451 1451 2451 7451 102 103 PAAAAA LIFAAA VVVVxx -9517 3600 1 1 7 17 17 517 1517 4517 9517 34 35 BCAAAA MIFAAA AAAAxx -9180 3601 0 0 0 0 80 180 1180 4180 9180 160 161 CPAAAA NIFAAA HHHHxx -9327 3602 1 3 7 7 27 327 1327 4327 9327 54 55 TUAAAA OIFAAA OOOOxx -5462 3603 0 2 2 2 62 462 1462 462 5462 124 125 CCAAAA PIFAAA VVVVxx -8306 3604 0 2 6 6 6 306 306 3306 8306 12 13 MHAAAA QIFAAA AAAAxx -6234 3605 0 2 4 14 34 234 234 1234 6234 68 69 UFAAAA RIFAAA HHHHxx -8771 3606 1 3 1 11 71 771 771 3771 8771 142 143 JZAAAA SIFAAA OOOOxx -5853 3607 1 1 3 13 53 853 1853 853 5853 106 107 DRAAAA TIFAAA VVVVxx -8373 3608 1 1 3 13 73 373 373 3373 8373 146 147 BKAAAA UIFAAA AAAAxx -5017 3609 1 1 7 17 17 17 1017 17 5017 34 35 ZKAAAA VIFAAA HHHHxx -8025 3610 1 1 5 5 25 25 25 3025 8025 50 51 RWAAAA WIFAAA OOOOxx -2526 3611 0 2 6 6 26 526 526 2526 2526 52 53 ETAAAA XIFAAA VVVVxx -7419 3612 1 3 9 19 19 419 1419 2419 7419 38 39 JZAAAA YIFAAA AAAAxx -4572 3613 0 0 2 12 72 572 572 4572 4572 144 145 WTAAAA ZIFAAA HHHHxx -7744 3614 0 0 4 4 44 744 1744 2744 7744 88 89 WLAAAA AJFAAA OOOOxx -8825 3615 1 1 5 5 25 825 825 3825 8825 50 51 LBAAAA BJFAAA VVVVxx -6067 3616 1 3 7 7 67 67 67 1067 6067 134 135 JZAAAA CJFAAA AAAAxx -3291 3617 1 3 1 11 91 291 1291 3291 3291 182 183 PWAAAA DJFAAA HHHHxx -7115 3618 1 3 5 15 15 115 1115 2115 7115 30 31 RNAAAA EJFAAA OOOOxx -2626 3619 0 2 6 6 26 626 626 2626 2626 52 53 AXAAAA FJFAAA VVVVxx -4109 3620 1 1 9 9 9 109 109 4109 4109 18 19 BCAAAA GJFAAA AAAAxx -4056 3621 0 0 6 16 56 56 56 4056 4056 112 113 AAAAAA HJFAAA HHHHxx -6811 3622 1 3 1 11 11 811 811 1811 6811 22 23 ZBAAAA IJFAAA OOOOxx -680 3623 0 0 0 0 80 680 680 680 680 160 161 EAAAAA JJFAAA VVVVxx -474 3624 0 2 4 14 74 474 474 474 474 148 149 GSAAAA KJFAAA AAAAxx -9294 3625 0 2 4 14 94 294 1294 4294 9294 188 189 MTAAAA LJFAAA HHHHxx -7555 3626 1 3 5 15 55 555 1555 2555 7555 110 111 PEAAAA MJFAAA OOOOxx -8076 3627 0 0 6 16 76 76 76 3076 8076 152 153 QYAAAA NJFAAA VVVVxx -3840 3628 0 0 0 0 40 840 1840 3840 3840 80 81 SRAAAA OJFAAA AAAAxx -5955 3629 1 3 5 15 55 955 1955 955 5955 110 111 BVAAAA PJFAAA HHHHxx -994 3630 0 2 4 14 94 994 994 994 994 188 189 GMAAAA QJFAAA OOOOxx -2089 3631 1 1 9 9 89 89 89 2089 2089 178 179 JCAAAA RJFAAA VVVVxx -869 3632 1 1 9 9 69 869 869 869 869 138 139 LHAAAA SJFAAA AAAAxx -1223 3633 1 3 3 3 23 223 1223 1223 1223 46 47 BVAAAA TJFAAA HHHHxx -1514 3634 0 2 4 14 14 514 1514 1514 1514 28 29 GGAAAA UJFAAA OOOOxx -4891 3635 1 3 1 11 91 891 891 4891 4891 182 183 DGAAAA VJFAAA VVVVxx -4190 3636 0 2 0 10 90 190 190 4190 4190 180 181 EFAAAA WJFAAA AAAAxx -4377 3637 1 1 7 17 77 377 377 4377 4377 154 155 JMAAAA XJFAAA HHHHxx -9195 3638 1 3 5 15 95 195 1195 4195 9195 190 191 RPAAAA YJFAAA OOOOxx -3827 3639 1 3 7 7 27 827 1827 3827 3827 54 55 FRAAAA ZJFAAA VVVVxx -7386 3640 0 2 6 6 86 386 1386 2386 7386 172 173 CYAAAA AKFAAA AAAAxx -6665 3641 1 1 5 5 65 665 665 1665 6665 130 131 JWAAAA BKFAAA HHHHxx -7514 3642 0 2 4 14 14 514 1514 2514 7514 28 29 ADAAAA CKFAAA OOOOxx -6431 3643 1 3 1 11 31 431 431 1431 6431 62 63 JNAAAA DKFAAA VVVVxx -3251 3644 1 3 1 11 51 251 1251 3251 3251 102 103 BVAAAA EKFAAA AAAAxx -8439 3645 1 3 9 19 39 439 439 3439 8439 78 79 PMAAAA FKFAAA HHHHxx -831 3646 1 3 1 11 31 831 831 831 831 62 63 ZFAAAA GKFAAA OOOOxx -8485 3647 1 1 5 5 85 485 485 3485 8485 170 171 JOAAAA HKFAAA VVVVxx -7314 3648 0 2 4 14 14 314 1314 2314 7314 28 29 IVAAAA IKFAAA AAAAxx -3044 3649 0 0 4 4 44 44 1044 3044 3044 88 89 CNAAAA JKFAAA HHHHxx -4283 3650 1 3 3 3 83 283 283 4283 4283 166 167 TIAAAA KKFAAA OOOOxx -298 3651 0 2 8 18 98 298 298 298 298 196 197 MLAAAA LKFAAA VVVVxx -7114 3652 0 2 4 14 14 114 1114 2114 7114 28 29 QNAAAA MKFAAA AAAAxx -9664 3653 0 0 4 4 64 664 1664 4664 9664 128 129 SHAAAA NKFAAA HHHHxx -5315 3654 1 3 5 15 15 315 1315 315 5315 30 31 LWAAAA OKFAAA OOOOxx -2164 3655 0 0 4 4 64 164 164 2164 2164 128 129 GFAAAA PKFAAA VVVVxx -3390 3656 0 2 0 10 90 390 1390 3390 3390 180 181 KAAAAA QKFAAA AAAAxx -836 3657 0 0 6 16 36 836 836 836 836 72 73 EGAAAA RKFAAA HHHHxx -3316 3658 0 0 6 16 16 316 1316 3316 3316 32 33 OXAAAA SKFAAA OOOOxx -1284 3659 0 0 4 4 84 284 1284 1284 1284 168 169 KXAAAA TKFAAA VVVVxx -2497 3660 1 1 7 17 97 497 497 2497 2497 194 195 BSAAAA UKFAAA AAAAxx -1374 3661 0 2 4 14 74 374 1374 1374 1374 148 149 WAAAAA VKFAAA HHHHxx -9525 3662 1 1 5 5 25 525 1525 4525 9525 50 51 JCAAAA WKFAAA OOOOxx -2911 3663 1 3 1 11 11 911 911 2911 2911 22 23 ZHAAAA XKFAAA VVVVxx -9686 3664 0 2 6 6 86 686 1686 4686 9686 172 173 OIAAAA YKFAAA AAAAxx -584 3665 0 0 4 4 84 584 584 584 584 168 169 MWAAAA ZKFAAA HHHHxx -5653 3666 1 1 3 13 53 653 1653 653 5653 106 107 LJAAAA ALFAAA OOOOxx -4986 3667 0 2 6 6 86 986 986 4986 4986 172 173 UJAAAA BLFAAA VVVVxx -6049 3668 1 1 9 9 49 49 49 1049 6049 98 99 RYAAAA CLFAAA AAAAxx -9891 3669 1 3 1 11 91 891 1891 4891 9891 182 183 LQAAAA DLFAAA HHHHxx -8809 3670 1 1 9 9 9 809 809 3809 8809 18 19 VAAAAA ELFAAA OOOOxx -8598 3671 0 2 8 18 98 598 598 3598 8598 196 197 SSAAAA FLFAAA VVVVxx -2573 3672 1 1 3 13 73 573 573 2573 2573 146 147 ZUAAAA GLFAAA AAAAxx -6864 3673 0 0 4 4 64 864 864 1864 6864 128 129 AEAAAA HLFAAA HHHHxx -7932 3674 0 0 2 12 32 932 1932 2932 7932 64 65 CTAAAA ILFAAA OOOOxx -6605 3675 1 1 5 5 5 605 605 1605 6605 10 11 BUAAAA JLFAAA VVVVxx -9500 3676 0 0 0 0 0 500 1500 4500 9500 0 1 KBAAAA KLFAAA AAAAxx -8742 3677 0 2 2 2 42 742 742 3742 8742 84 85 GYAAAA LLFAAA HHHHxx -9815 3678 1 3 5 15 15 815 1815 4815 9815 30 31 NNAAAA MLFAAA OOOOxx -3319 3679 1 3 9 19 19 319 1319 3319 3319 38 39 RXAAAA NLFAAA VVVVxx -184 3680 0 0 4 4 84 184 184 184 184 168 169 CHAAAA OLFAAA AAAAxx -8886 3681 0 2 6 6 86 886 886 3886 8886 172 173 UDAAAA PLFAAA HHHHxx -7050 3682 0 2 0 10 50 50 1050 2050 7050 100 101 ELAAAA QLFAAA OOOOxx -9781 3683 1 1 1 1 81 781 1781 4781 9781 162 163 FMAAAA RLFAAA VVVVxx -2443 3684 1 3 3 3 43 443 443 2443 2443 86 87 ZPAAAA SLFAAA AAAAxx -1160 3685 0 0 0 0 60 160 1160 1160 1160 120 121 QSAAAA TLFAAA HHHHxx -4600 3686 0 0 0 0 0 600 600 4600 4600 0 1 YUAAAA ULFAAA OOOOxx -813 3687 1 1 3 13 13 813 813 813 813 26 27 HFAAAA VLFAAA VVVVxx -5078 3688 0 2 8 18 78 78 1078 78 5078 156 157 INAAAA WLFAAA AAAAxx -9008 3689 0 0 8 8 8 8 1008 4008 9008 16 17 MIAAAA XLFAAA HHHHxx -9016 3690 0 0 6 16 16 16 1016 4016 9016 32 33 UIAAAA YLFAAA OOOOxx -2747 3691 1 3 7 7 47 747 747 2747 2747 94 95 RBAAAA ZLFAAA VVVVxx -3106 3692 0 2 6 6 6 106 1106 3106 3106 12 13 MPAAAA AMFAAA AAAAxx -8235 3693 1 3 5 15 35 235 235 3235 8235 70 71 TEAAAA BMFAAA HHHHxx -5582 3694 0 2 2 2 82 582 1582 582 5582 164 165 SGAAAA CMFAAA OOOOxx -4334 3695 0 2 4 14 34 334 334 4334 4334 68 69 SKAAAA DMFAAA VVVVxx -1612 3696 0 0 2 12 12 612 1612 1612 1612 24 25 AKAAAA EMFAAA AAAAxx -5650 3697 0 2 0 10 50 650 1650 650 5650 100 101 IJAAAA FMFAAA HHHHxx -6086 3698 0 2 6 6 86 86 86 1086 6086 172 173 CAAAAA GMFAAA OOOOxx -9667 3699 1 3 7 7 67 667 1667 4667 9667 134 135 VHAAAA HMFAAA VVVVxx -4215 3700 1 3 5 15 15 215 215 4215 4215 30 31 DGAAAA IMFAAA AAAAxx -8553 3701 1 1 3 13 53 553 553 3553 8553 106 107 ZQAAAA JMFAAA HHHHxx -9066 3702 0 2 6 6 66 66 1066 4066 9066 132 133 SKAAAA KMFAAA OOOOxx -1092 3703 0 0 2 12 92 92 1092 1092 1092 184 185 AQAAAA LMFAAA VVVVxx -2848 3704 0 0 8 8 48 848 848 2848 2848 96 97 OFAAAA MMFAAA AAAAxx -2765 3705 1 1 5 5 65 765 765 2765 2765 130 131 JCAAAA NMFAAA HHHHxx -6513 3706 1 1 3 13 13 513 513 1513 6513 26 27 NQAAAA OMFAAA OOOOxx -6541 3707 1 1 1 1 41 541 541 1541 6541 82 83 PRAAAA PMFAAA VVVVxx -9617 3708 1 1 7 17 17 617 1617 4617 9617 34 35 XFAAAA QMFAAA AAAAxx -5870 3709 0 2 0 10 70 870 1870 870 5870 140 141 URAAAA RMFAAA HHHHxx -8811 3710 1 3 1 11 11 811 811 3811 8811 22 23 XAAAAA SMFAAA OOOOxx -4529 3711 1 1 9 9 29 529 529 4529 4529 58 59 FSAAAA TMFAAA VVVVxx -161 3712 1 1 1 1 61 161 161 161 161 122 123 FGAAAA UMFAAA AAAAxx -641 3713 1 1 1 1 41 641 641 641 641 82 83 RYAAAA VMFAAA HHHHxx -4767 3714 1 3 7 7 67 767 767 4767 4767 134 135 JBAAAA WMFAAA OOOOxx -6293 3715 1 1 3 13 93 293 293 1293 6293 186 187 BIAAAA XMFAAA VVVVxx -3816 3716 0 0 6 16 16 816 1816 3816 3816 32 33 UQAAAA YMFAAA AAAAxx -4748 3717 0 0 8 8 48 748 748 4748 4748 96 97 QAAAAA ZMFAAA HHHHxx -9924 3718 0 0 4 4 24 924 1924 4924 9924 48 49 SRAAAA ANFAAA OOOOxx -6716 3719 0 0 6 16 16 716 716 1716 6716 32 33 IYAAAA BNFAAA VVVVxx -8828 3720 0 0 8 8 28 828 828 3828 8828 56 57 OBAAAA CNFAAA AAAAxx -4967 3721 1 3 7 7 67 967 967 4967 4967 134 135 BJAAAA DNFAAA HHHHxx -9680 3722 0 0 0 0 80 680 1680 4680 9680 160 161 IIAAAA ENFAAA OOOOxx -2784 3723 0 0 4 4 84 784 784 2784 2784 168 169 CDAAAA FNFAAA VVVVxx -2882 3724 0 2 2 2 82 882 882 2882 2882 164 165 WGAAAA GNFAAA AAAAxx -3641 3725 1 1 1 1 41 641 1641 3641 3641 82 83 BKAAAA HNFAAA HHHHxx -5537 3726 1 1 7 17 37 537 1537 537 5537 74 75 ZEAAAA INFAAA OOOOxx -820 3727 0 0 0 0 20 820 820 820 820 40 41 OFAAAA JNFAAA VVVVxx -5847 3728 1 3 7 7 47 847 1847 847 5847 94 95 XQAAAA KNFAAA AAAAxx -566 3729 0 2 6 6 66 566 566 566 566 132 133 UVAAAA LNFAAA HHHHxx -2246 3730 0 2 6 6 46 246 246 2246 2246 92 93 KIAAAA MNFAAA OOOOxx -6680 3731 0 0 0 0 80 680 680 1680 6680 160 161 YWAAAA NNFAAA VVVVxx -2014 3732 0 2 4 14 14 14 14 2014 2014 28 29 MZAAAA ONFAAA AAAAxx -8355 3733 1 3 5 15 55 355 355 3355 8355 110 111 JJAAAA PNFAAA HHHHxx -1610 3734 0 2 0 10 10 610 1610 1610 1610 20 21 YJAAAA QNFAAA OOOOxx -9719 3735 1 3 9 19 19 719 1719 4719 9719 38 39 VJAAAA RNFAAA VVVVxx -8498 3736 0 2 8 18 98 498 498 3498 8498 196 197 WOAAAA SNFAAA AAAAxx -5883 3737 1 3 3 3 83 883 1883 883 5883 166 167 HSAAAA TNFAAA HHHHxx -7380 3738 0 0 0 0 80 380 1380 2380 7380 160 161 WXAAAA UNFAAA OOOOxx -8865 3739 1 1 5 5 65 865 865 3865 8865 130 131 ZCAAAA VNFAAA VVVVxx -4743 3740 1 3 3 3 43 743 743 4743 4743 86 87 LAAAAA WNFAAA AAAAxx -5086 3741 0 2 6 6 86 86 1086 86 5086 172 173 QNAAAA XNFAAA HHHHxx -2739 3742 1 3 9 19 39 739 739 2739 2739 78 79 JBAAAA YNFAAA OOOOxx -9375 3743 1 3 5 15 75 375 1375 4375 9375 150 151 PWAAAA ZNFAAA VVVVxx -7876 3744 0 0 6 16 76 876 1876 2876 7876 152 153 YQAAAA AOFAAA AAAAxx -453 3745 1 1 3 13 53 453 453 453 453 106 107 LRAAAA BOFAAA HHHHxx -6987 3746 1 3 7 7 87 987 987 1987 6987 174 175 TIAAAA COFAAA OOOOxx -2860 3747 0 0 0 0 60 860 860 2860 2860 120 121 AGAAAA DOFAAA VVVVxx -8372 3748 0 0 2 12 72 372 372 3372 8372 144 145 AKAAAA EOFAAA AAAAxx -2048 3749 0 0 8 8 48 48 48 2048 2048 96 97 UAAAAA FOFAAA HHHHxx -9231 3750 1 3 1 11 31 231 1231 4231 9231 62 63 BRAAAA GOFAAA OOOOxx -634 3751 0 2 4 14 34 634 634 634 634 68 69 KYAAAA HOFAAA VVVVxx -3998 3752 0 2 8 18 98 998 1998 3998 3998 196 197 UXAAAA IOFAAA AAAAxx -4728 3753 0 0 8 8 28 728 728 4728 4728 56 57 WZAAAA JOFAAA HHHHxx -579 3754 1 3 9 19 79 579 579 579 579 158 159 HWAAAA KOFAAA OOOOxx -815 3755 1 3 5 15 15 815 815 815 815 30 31 JFAAAA LOFAAA VVVVxx -1009 3756 1 1 9 9 9 9 1009 1009 1009 18 19 VMAAAA MOFAAA AAAAxx -6596 3757 0 0 6 16 96 596 596 1596 6596 192 193 STAAAA NOFAAA HHHHxx -2793 3758 1 1 3 13 93 793 793 2793 2793 186 187 LDAAAA OOFAAA OOOOxx -9589 3759 1 1 9 9 89 589 1589 4589 9589 178 179 VEAAAA POFAAA VVVVxx -2794 3760 0 2 4 14 94 794 794 2794 2794 188 189 MDAAAA QOFAAA AAAAxx -2551 3761 1 3 1 11 51 551 551 2551 2551 102 103 DUAAAA ROFAAA HHHHxx -1588 3762 0 0 8 8 88 588 1588 1588 1588 176 177 CJAAAA SOFAAA OOOOxx -4443 3763 1 3 3 3 43 443 443 4443 4443 86 87 XOAAAA TOFAAA VVVVxx -5009 3764 1 1 9 9 9 9 1009 9 5009 18 19 RKAAAA UOFAAA AAAAxx -4287 3765 1 3 7 7 87 287 287 4287 4287 174 175 XIAAAA VOFAAA HHHHxx -2167 3766 1 3 7 7 67 167 167 2167 2167 134 135 JFAAAA WOFAAA OOOOxx -2290 3767 0 2 0 10 90 290 290 2290 2290 180 181 CKAAAA XOFAAA VVVVxx -7225 3768 1 1 5 5 25 225 1225 2225 7225 50 51 XRAAAA YOFAAA AAAAxx -8992 3769 0 0 2 12 92 992 992 3992 8992 184 185 WHAAAA ZOFAAA HHHHxx -1540 3770 0 0 0 0 40 540 1540 1540 1540 80 81 GHAAAA APFAAA OOOOxx -2029 3771 1 1 9 9 29 29 29 2029 2029 58 59 BAAAAA BPFAAA VVVVxx -2855 3772 1 3 5 15 55 855 855 2855 2855 110 111 VFAAAA CPFAAA AAAAxx -3534 3773 0 2 4 14 34 534 1534 3534 3534 68 69 YFAAAA DPFAAA HHHHxx -8078 3774 0 2 8 18 78 78 78 3078 8078 156 157 SYAAAA EPFAAA OOOOxx -9778 3775 0 2 8 18 78 778 1778 4778 9778 156 157 CMAAAA FPFAAA VVVVxx -3543 3776 1 3 3 3 43 543 1543 3543 3543 86 87 HGAAAA GPFAAA AAAAxx -4778 3777 0 2 8 18 78 778 778 4778 4778 156 157 UBAAAA HPFAAA HHHHxx -8931 3778 1 3 1 11 31 931 931 3931 8931 62 63 NFAAAA IPFAAA OOOOxx -557 3779 1 1 7 17 57 557 557 557 557 114 115 LVAAAA JPFAAA VVVVxx -5546 3780 0 2 6 6 46 546 1546 546 5546 92 93 IFAAAA KPFAAA AAAAxx -7527 3781 1 3 7 7 27 527 1527 2527 7527 54 55 NDAAAA LPFAAA HHHHxx -5000 3782 0 0 0 0 0 0 1000 0 5000 0 1 IKAAAA MPFAAA OOOOxx -7587 3783 1 3 7 7 87 587 1587 2587 7587 174 175 VFAAAA NPFAAA VVVVxx -3014 3784 0 2 4 14 14 14 1014 3014 3014 28 29 YLAAAA OPFAAA AAAAxx -5276 3785 0 0 6 16 76 276 1276 276 5276 152 153 YUAAAA PPFAAA HHHHxx -6457 3786 1 1 7 17 57 457 457 1457 6457 114 115 JOAAAA QPFAAA OOOOxx -389 3787 1 1 9 9 89 389 389 389 389 178 179 ZOAAAA RPFAAA VVVVxx -7104 3788 0 0 4 4 4 104 1104 2104 7104 8 9 GNAAAA SPFAAA AAAAxx -9995 3789 1 3 5 15 95 995 1995 4995 9995 190 191 LUAAAA TPFAAA HHHHxx -7368 3790 0 0 8 8 68 368 1368 2368 7368 136 137 KXAAAA UPFAAA OOOOxx -3258 3791 0 2 8 18 58 258 1258 3258 3258 116 117 IVAAAA VPFAAA VVVVxx -9208 3792 0 0 8 8 8 208 1208 4208 9208 16 17 EQAAAA WPFAAA AAAAxx -2396 3793 0 0 6 16 96 396 396 2396 2396 192 193 EOAAAA XPFAAA HHHHxx -1715 3794 1 3 5 15 15 715 1715 1715 1715 30 31 ZNAAAA YPFAAA OOOOxx -1240 3795 0 0 0 0 40 240 1240 1240 1240 80 81 SVAAAA ZPFAAA VVVVxx -1952 3796 0 0 2 12 52 952 1952 1952 1952 104 105 CXAAAA AQFAAA AAAAxx -4403 3797 1 3 3 3 3 403 403 4403 4403 6 7 JNAAAA BQFAAA HHHHxx -6333 3798 1 1 3 13 33 333 333 1333 6333 66 67 PJAAAA CQFAAA OOOOxx -2492 3799 0 0 2 12 92 492 492 2492 2492 184 185 WRAAAA DQFAAA VVVVxx -6543 3800 1 3 3 3 43 543 543 1543 6543 86 87 RRAAAA EQFAAA AAAAxx -5548 3801 0 0 8 8 48 548 1548 548 5548 96 97 KFAAAA FQFAAA HHHHxx -3458 3802 0 2 8 18 58 458 1458 3458 3458 116 117 ADAAAA GQFAAA OOOOxx -2588 3803 0 0 8 8 88 588 588 2588 2588 176 177 OVAAAA HQFAAA VVVVxx -1364 3804 0 0 4 4 64 364 1364 1364 1364 128 129 MAAAAA IQFAAA AAAAxx -9856 3805 0 0 6 16 56 856 1856 4856 9856 112 113 CPAAAA JQFAAA HHHHxx -4964 3806 0 0 4 4 64 964 964 4964 4964 128 129 YIAAAA KQFAAA OOOOxx -773 3807 1 1 3 13 73 773 773 773 773 146 147 TDAAAA LQFAAA VVVVxx -6402 3808 0 2 2 2 2 402 402 1402 6402 4 5 GMAAAA MQFAAA AAAAxx -7213 3809 1 1 3 13 13 213 1213 2213 7213 26 27 LRAAAA NQFAAA HHHHxx -3385 3810 1 1 5 5 85 385 1385 3385 3385 170 171 FAAAAA OQFAAA OOOOxx -6005 3811 1 1 5 5 5 5 5 1005 6005 10 11 ZWAAAA PQFAAA VVVVxx -9346 3812 0 2 6 6 46 346 1346 4346 9346 92 93 MVAAAA QQFAAA AAAAxx -1831 3813 1 3 1 11 31 831 1831 1831 1831 62 63 LSAAAA RQFAAA HHHHxx -5406 3814 0 2 6 6 6 406 1406 406 5406 12 13 YZAAAA SQFAAA OOOOxx -2154 3815 0 2 4 14 54 154 154 2154 2154 108 109 WEAAAA TQFAAA VVVVxx -3721 3816 1 1 1 1 21 721 1721 3721 3721 42 43 DNAAAA UQFAAA AAAAxx -2889 3817 1 1 9 9 89 889 889 2889 2889 178 179 DHAAAA VQFAAA HHHHxx -4410 3818 0 2 0 10 10 410 410 4410 4410 20 21 QNAAAA WQFAAA OOOOxx -7102 3819 0 2 2 2 2 102 1102 2102 7102 4 5 ENAAAA XQFAAA VVVVxx -4057 3820 1 1 7 17 57 57 57 4057 4057 114 115 BAAAAA YQFAAA AAAAxx -9780 3821 0 0 0 0 80 780 1780 4780 9780 160 161 EMAAAA ZQFAAA HHHHxx -9481 3822 1 1 1 1 81 481 1481 4481 9481 162 163 RAAAAA ARFAAA OOOOxx -2366 3823 0 2 6 6 66 366 366 2366 2366 132 133 ANAAAA BRFAAA VVVVxx -2708 3824 0 0 8 8 8 708 708 2708 2708 16 17 EAAAAA CRFAAA AAAAxx -7399 3825 1 3 9 19 99 399 1399 2399 7399 198 199 PYAAAA DRFAAA HHHHxx -5234 3826 0 2 4 14 34 234 1234 234 5234 68 69 ITAAAA ERFAAA OOOOxx -1843 3827 1 3 3 3 43 843 1843 1843 1843 86 87 XSAAAA FRFAAA VVVVxx -1006 3828 0 2 6 6 6 6 1006 1006 1006 12 13 SMAAAA GRFAAA AAAAxx -7696 3829 0 0 6 16 96 696 1696 2696 7696 192 193 AKAAAA HRFAAA HHHHxx -6411 3830 1 3 1 11 11 411 411 1411 6411 22 23 PMAAAA IRFAAA OOOOxx -3913 3831 1 1 3 13 13 913 1913 3913 3913 26 27 NUAAAA JRFAAA VVVVxx -2538 3832 0 2 8 18 38 538 538 2538 2538 76 77 QTAAAA KRFAAA AAAAxx -3019 3833 1 3 9 19 19 19 1019 3019 3019 38 39 DMAAAA LRFAAA HHHHxx -107 3834 1 3 7 7 7 107 107 107 107 14 15 DEAAAA MRFAAA OOOOxx -427 3835 1 3 7 7 27 427 427 427 427 54 55 LQAAAA NRFAAA VVVVxx -9849 3836 1 1 9 9 49 849 1849 4849 9849 98 99 VOAAAA ORFAAA AAAAxx -4195 3837 1 3 5 15 95 195 195 4195 4195 190 191 JFAAAA PRFAAA HHHHxx -9215 3838 1 3 5 15 15 215 1215 4215 9215 30 31 LQAAAA QRFAAA OOOOxx -3165 3839 1 1 5 5 65 165 1165 3165 3165 130 131 TRAAAA RRFAAA VVVVxx -3280 3840 0 0 0 0 80 280 1280 3280 3280 160 161 EWAAAA SRFAAA AAAAxx -4477 3841 1 1 7 17 77 477 477 4477 4477 154 155 FQAAAA TRFAAA HHHHxx -5885 3842 1 1 5 5 85 885 1885 885 5885 170 171 JSAAAA URFAAA OOOOxx -3311 3843 1 3 1 11 11 311 1311 3311 3311 22 23 JXAAAA VRFAAA VVVVxx -6453 3844 1 1 3 13 53 453 453 1453 6453 106 107 FOAAAA WRFAAA AAAAxx -8527 3845 1 3 7 7 27 527 527 3527 8527 54 55 ZPAAAA XRFAAA HHHHxx -1921 3846 1 1 1 1 21 921 1921 1921 1921 42 43 XVAAAA YRFAAA OOOOxx -2427 3847 1 3 7 7 27 427 427 2427 2427 54 55 JPAAAA ZRFAAA VVVVxx -3691 3848 1 3 1 11 91 691 1691 3691 3691 182 183 ZLAAAA ASFAAA AAAAxx -3882 3849 0 2 2 2 82 882 1882 3882 3882 164 165 ITAAAA BSFAAA HHHHxx -562 3850 0 2 2 2 62 562 562 562 562 124 125 QVAAAA CSFAAA OOOOxx -377 3851 1 1 7 17 77 377 377 377 377 154 155 NOAAAA DSFAAA VVVVxx -1497 3852 1 1 7 17 97 497 1497 1497 1497 194 195 PFAAAA ESFAAA AAAAxx -4453 3853 1 1 3 13 53 453 453 4453 4453 106 107 HPAAAA FSFAAA HHHHxx -4678 3854 0 2 8 18 78 678 678 4678 4678 156 157 YXAAAA GSFAAA OOOOxx -2234 3855 0 2 4 14 34 234 234 2234 2234 68 69 YHAAAA HSFAAA VVVVxx -1073 3856 1 1 3 13 73 73 1073 1073 1073 146 147 HPAAAA ISFAAA AAAAxx -6479 3857 1 3 9 19 79 479 479 1479 6479 158 159 FPAAAA JSFAAA HHHHxx -5665 3858 1 1 5 5 65 665 1665 665 5665 130 131 XJAAAA KSFAAA OOOOxx -586 3859 0 2 6 6 86 586 586 586 586 172 173 OWAAAA LSFAAA VVVVxx -1584 3860 0 0 4 4 84 584 1584 1584 1584 168 169 YIAAAA MSFAAA AAAAxx -2574 3861 0 2 4 14 74 574 574 2574 2574 148 149 AVAAAA NSFAAA HHHHxx -9833 3862 1 1 3 13 33 833 1833 4833 9833 66 67 FOAAAA OSFAAA OOOOxx -6726 3863 0 2 6 6 26 726 726 1726 6726 52 53 SYAAAA PSFAAA VVVVxx -8497 3864 1 1 7 17 97 497 497 3497 8497 194 195 VOAAAA QSFAAA AAAAxx -2914 3865 0 2 4 14 14 914 914 2914 2914 28 29 CIAAAA RSFAAA HHHHxx -8586 3866 0 2 6 6 86 586 586 3586 8586 172 173 GSAAAA SSFAAA OOOOxx -6973 3867 1 1 3 13 73 973 973 1973 6973 146 147 FIAAAA TSFAAA VVVVxx -1322 3868 0 2 2 2 22 322 1322 1322 1322 44 45 WYAAAA USFAAA AAAAxx -5242 3869 0 2 2 2 42 242 1242 242 5242 84 85 QTAAAA VSFAAA HHHHxx -5581 3870 1 1 1 1 81 581 1581 581 5581 162 163 RGAAAA WSFAAA OOOOxx -1365 3871 1 1 5 5 65 365 1365 1365 1365 130 131 NAAAAA XSFAAA VVVVxx -2818 3872 0 2 8 18 18 818 818 2818 2818 36 37 KEAAAA YSFAAA AAAAxx -3758 3873 0 2 8 18 58 758 1758 3758 3758 116 117 OOAAAA ZSFAAA HHHHxx -2665 3874 1 1 5 5 65 665 665 2665 2665 130 131 NYAAAA ATFAAA OOOOxx -9823 3875 1 3 3 3 23 823 1823 4823 9823 46 47 VNAAAA BTFAAA VVVVxx -7057 3876 1 1 7 17 57 57 1057 2057 7057 114 115 LLAAAA CTFAAA AAAAxx -543 3877 1 3 3 3 43 543 543 543 543 86 87 XUAAAA DTFAAA HHHHxx -4008 3878 0 0 8 8 8 8 8 4008 4008 16 17 EYAAAA ETFAAA OOOOxx -4397 3879 1 1 7 17 97 397 397 4397 4397 194 195 DNAAAA FTFAAA VVVVxx -8533 3880 1 1 3 13 33 533 533 3533 8533 66 67 FQAAAA GTFAAA AAAAxx -9728 3881 0 0 8 8 28 728 1728 4728 9728 56 57 EKAAAA HTFAAA HHHHxx -5198 3882 0 2 8 18 98 198 1198 198 5198 196 197 YRAAAA ITFAAA OOOOxx -5036 3883 0 0 6 16 36 36 1036 36 5036 72 73 SLAAAA JTFAAA VVVVxx -4394 3884 0 2 4 14 94 394 394 4394 4394 188 189 ANAAAA KTFAAA AAAAxx -9633 3885 1 1 3 13 33 633 1633 4633 9633 66 67 NGAAAA LTFAAA HHHHxx -3339 3886 1 3 9 19 39 339 1339 3339 3339 78 79 LYAAAA MTFAAA OOOOxx -9529 3887 1 1 9 9 29 529 1529 4529 9529 58 59 NCAAAA NTFAAA VVVVxx -4780 3888 0 0 0 0 80 780 780 4780 4780 160 161 WBAAAA OTFAAA AAAAxx -4862 3889 0 2 2 2 62 862 862 4862 4862 124 125 AFAAAA PTFAAA HHHHxx -8152 3890 0 0 2 12 52 152 152 3152 8152 104 105 OBAAAA QTFAAA OOOOxx -9330 3891 0 2 0 10 30 330 1330 4330 9330 60 61 WUAAAA RTFAAA VVVVxx -4362 3892 0 2 2 2 62 362 362 4362 4362 124 125 ULAAAA STFAAA AAAAxx -4688 3893 0 0 8 8 88 688 688 4688 4688 176 177 IYAAAA TTFAAA HHHHxx -1903 3894 1 3 3 3 3 903 1903 1903 1903 6 7 FVAAAA UTFAAA OOOOxx -9027 3895 1 3 7 7 27 27 1027 4027 9027 54 55 FJAAAA VTFAAA VVVVxx -5385 3896 1 1 5 5 85 385 1385 385 5385 170 171 DZAAAA WTFAAA AAAAxx -9854 3897 0 2 4 14 54 854 1854 4854 9854 108 109 APAAAA XTFAAA HHHHxx -9033 3898 1 1 3 13 33 33 1033 4033 9033 66 67 LJAAAA YTFAAA OOOOxx -3185 3899 1 1 5 5 85 185 1185 3185 3185 170 171 NSAAAA ZTFAAA VVVVxx -2618 3900 0 2 8 18 18 618 618 2618 2618 36 37 SWAAAA AUFAAA AAAAxx -371 3901 1 3 1 11 71 371 371 371 371 142 143 HOAAAA BUFAAA HHHHxx -3697 3902 1 1 7 17 97 697 1697 3697 3697 194 195 FMAAAA CUFAAA OOOOxx -1682 3903 0 2 2 2 82 682 1682 1682 1682 164 165 SMAAAA DUFAAA VVVVxx -3333 3904 1 1 3 13 33 333 1333 3333 3333 66 67 FYAAAA EUFAAA AAAAxx -1722 3905 0 2 2 2 22 722 1722 1722 1722 44 45 GOAAAA FUFAAA HHHHxx -2009 3906 1 1 9 9 9 9 9 2009 2009 18 19 HZAAAA GUFAAA OOOOxx -3517 3907 1 1 7 17 17 517 1517 3517 3517 34 35 HFAAAA HUFAAA VVVVxx -7640 3908 0 0 0 0 40 640 1640 2640 7640 80 81 WHAAAA IUFAAA AAAAxx -259 3909 1 3 9 19 59 259 259 259 259 118 119 ZJAAAA JUFAAA HHHHxx -1400 3910 0 0 0 0 0 400 1400 1400 1400 0 1 WBAAAA KUFAAA OOOOxx -6663 3911 1 3 3 3 63 663 663 1663 6663 126 127 HWAAAA LUFAAA VVVVxx -1576 3912 0 0 6 16 76 576 1576 1576 1576 152 153 QIAAAA MUFAAA AAAAxx -8843 3913 1 3 3 3 43 843 843 3843 8843 86 87 DCAAAA NUFAAA HHHHxx -9474 3914 0 2 4 14 74 474 1474 4474 9474 148 149 KAAAAA OUFAAA OOOOxx -1597 3915 1 1 7 17 97 597 1597 1597 1597 194 195 LJAAAA PUFAAA VVVVxx -1143 3916 1 3 3 3 43 143 1143 1143 1143 86 87 ZRAAAA QUFAAA AAAAxx -4162 3917 0 2 2 2 62 162 162 4162 4162 124 125 CEAAAA RUFAAA HHHHxx -1301 3918 1 1 1 1 1 301 1301 1301 1301 2 3 BYAAAA SUFAAA OOOOxx -2935 3919 1 3 5 15 35 935 935 2935 2935 70 71 XIAAAA TUFAAA VVVVxx -886 3920 0 2 6 6 86 886 886 886 886 172 173 CIAAAA UUFAAA AAAAxx -1661 3921 1 1 1 1 61 661 1661 1661 1661 122 123 XLAAAA VUFAAA HHHHxx -1026 3922 0 2 6 6 26 26 1026 1026 1026 52 53 MNAAAA WUFAAA OOOOxx -7034 3923 0 2 4 14 34 34 1034 2034 7034 68 69 OKAAAA XUFAAA VVVVxx -2305 3924 1 1 5 5 5 305 305 2305 2305 10 11 RKAAAA YUFAAA AAAAxx -1725 3925 1 1 5 5 25 725 1725 1725 1725 50 51 JOAAAA ZUFAAA HHHHxx -909 3926 1 1 9 9 9 909 909 909 909 18 19 ZIAAAA AVFAAA OOOOxx -9906 3927 0 2 6 6 6 906 1906 4906 9906 12 13 ARAAAA BVFAAA VVVVxx -3309 3928 1 1 9 9 9 309 1309 3309 3309 18 19 HXAAAA CVFAAA AAAAxx -515 3929 1 3 5 15 15 515 515 515 515 30 31 VTAAAA DVFAAA HHHHxx -932 3930 0 0 2 12 32 932 932 932 932 64 65 WJAAAA EVFAAA OOOOxx -8144 3931 0 0 4 4 44 144 144 3144 8144 88 89 GBAAAA FVFAAA VVVVxx -5592 3932 0 0 2 12 92 592 1592 592 5592 184 185 CHAAAA GVFAAA AAAAxx -4003 3933 1 3 3 3 3 3 3 4003 4003 6 7 ZXAAAA HVFAAA HHHHxx -9566 3934 0 2 6 6 66 566 1566 4566 9566 132 133 YDAAAA IVFAAA OOOOxx -4556 3935 0 0 6 16 56 556 556 4556 4556 112 113 GTAAAA JVFAAA VVVVxx -268 3936 0 0 8 8 68 268 268 268 268 136 137 IKAAAA KVFAAA AAAAxx -8107 3937 1 3 7 7 7 107 107 3107 8107 14 15 VZAAAA LVFAAA HHHHxx -5816 3938 0 0 6 16 16 816 1816 816 5816 32 33 SPAAAA MVFAAA OOOOxx -8597 3939 1 1 7 17 97 597 597 3597 8597 194 195 RSAAAA NVFAAA VVVVxx -9611 3940 1 3 1 11 11 611 1611 4611 9611 22 23 RFAAAA OVFAAA AAAAxx -8070 3941 0 2 0 10 70 70 70 3070 8070 140 141 KYAAAA PVFAAA HHHHxx -6040 3942 0 0 0 0 40 40 40 1040 6040 80 81 IYAAAA QVFAAA OOOOxx -3184 3943 0 0 4 4 84 184 1184 3184 3184 168 169 MSAAAA RVFAAA VVVVxx -9656 3944 0 0 6 16 56 656 1656 4656 9656 112 113 KHAAAA SVFAAA AAAAxx -1577 3945 1 1 7 17 77 577 1577 1577 1577 154 155 RIAAAA TVFAAA HHHHxx -1805 3946 1 1 5 5 5 805 1805 1805 1805 10 11 LRAAAA UVFAAA OOOOxx -8268 3947 0 0 8 8 68 268 268 3268 8268 136 137 AGAAAA VVFAAA VVVVxx -3489 3948 1 1 9 9 89 489 1489 3489 3489 178 179 FEAAAA WVFAAA AAAAxx -4564 3949 0 0 4 4 64 564 564 4564 4564 128 129 OTAAAA XVFAAA HHHHxx -4006 3950 0 2 6 6 6 6 6 4006 4006 12 13 CYAAAA YVFAAA OOOOxx -8466 3951 0 2 6 6 66 466 466 3466 8466 132 133 QNAAAA ZVFAAA VVVVxx -938 3952 0 2 8 18 38 938 938 938 938 76 77 CKAAAA AWFAAA AAAAxx -5944 3953 0 0 4 4 44 944 1944 944 5944 88 89 QUAAAA BWFAAA HHHHxx -8363 3954 1 3 3 3 63 363 363 3363 8363 126 127 RJAAAA CWFAAA OOOOxx -5348 3955 0 0 8 8 48 348 1348 348 5348 96 97 SXAAAA DWFAAA VVVVxx -71 3956 1 3 1 11 71 71 71 71 71 142 143 TCAAAA EWFAAA AAAAxx -3620 3957 0 0 0 0 20 620 1620 3620 3620 40 41 GJAAAA FWFAAA HHHHxx -3230 3958 0 2 0 10 30 230 1230 3230 3230 60 61 GUAAAA GWFAAA OOOOxx -6132 3959 0 0 2 12 32 132 132 1132 6132 64 65 WBAAAA HWFAAA VVVVxx -6143 3960 1 3 3 3 43 143 143 1143 6143 86 87 HCAAAA IWFAAA AAAAxx -8781 3961 1 1 1 1 81 781 781 3781 8781 162 163 TZAAAA JWFAAA HHHHxx -5522 3962 0 2 2 2 22 522 1522 522 5522 44 45 KEAAAA KWFAAA OOOOxx -6320 3963 0 0 0 0 20 320 320 1320 6320 40 41 CJAAAA LWFAAA VVVVxx -3923 3964 1 3 3 3 23 923 1923 3923 3923 46 47 XUAAAA MWFAAA AAAAxx -2207 3965 1 3 7 7 7 207 207 2207 2207 14 15 XGAAAA NWFAAA HHHHxx -966 3966 0 2 6 6 66 966 966 966 966 132 133 ELAAAA OWFAAA OOOOxx -9020 3967 0 0 0 0 20 20 1020 4020 9020 40 41 YIAAAA PWFAAA VVVVxx -4616 3968 0 0 6 16 16 616 616 4616 4616 32 33 OVAAAA QWFAAA AAAAxx -8289 3969 1 1 9 9 89 289 289 3289 8289 178 179 VGAAAA RWFAAA HHHHxx -5796 3970 0 0 6 16 96 796 1796 796 5796 192 193 YOAAAA SWFAAA OOOOxx -9259 3971 1 3 9 19 59 259 1259 4259 9259 118 119 DSAAAA TWFAAA VVVVxx -3710 3972 0 2 0 10 10 710 1710 3710 3710 20 21 SMAAAA UWFAAA AAAAxx -251 3973 1 3 1 11 51 251 251 251 251 102 103 RJAAAA VWFAAA HHHHxx -7669 3974 1 1 9 9 69 669 1669 2669 7669 138 139 ZIAAAA WWFAAA OOOOxx -6304 3975 0 0 4 4 4 304 304 1304 6304 8 9 MIAAAA XWFAAA VVVVxx -6454 3976 0 2 4 14 54 454 454 1454 6454 108 109 GOAAAA YWFAAA AAAAxx -1489 3977 1 1 9 9 89 489 1489 1489 1489 178 179 HFAAAA ZWFAAA HHHHxx -715 3978 1 3 5 15 15 715 715 715 715 30 31 NBAAAA AXFAAA OOOOxx -4319 3979 1 3 9 19 19 319 319 4319 4319 38 39 DKAAAA BXFAAA VVVVxx -7112 3980 0 0 2 12 12 112 1112 2112 7112 24 25 ONAAAA CXFAAA AAAAxx -3726 3981 0 2 6 6 26 726 1726 3726 3726 52 53 INAAAA DXFAAA HHHHxx -7727 3982 1 3 7 7 27 727 1727 2727 7727 54 55 FLAAAA EXFAAA OOOOxx -8387 3983 1 3 7 7 87 387 387 3387 8387 174 175 PKAAAA FXFAAA VVVVxx -6555 3984 1 3 5 15 55 555 555 1555 6555 110 111 DSAAAA GXFAAA AAAAxx -1148 3985 0 0 8 8 48 148 1148 1148 1148 96 97 ESAAAA HXFAAA HHHHxx -9000 3986 0 0 0 0 0 0 1000 4000 9000 0 1 EIAAAA IXFAAA OOOOxx -5278 3987 0 2 8 18 78 278 1278 278 5278 156 157 AVAAAA JXFAAA VVVVxx -2388 3988 0 0 8 8 88 388 388 2388 2388 176 177 WNAAAA KXFAAA AAAAxx -7984 3989 0 0 4 4 84 984 1984 2984 7984 168 169 CVAAAA LXFAAA HHHHxx -881 3990 1 1 1 1 81 881 881 881 881 162 163 XHAAAA MXFAAA OOOOxx -6830 3991 0 2 0 10 30 830 830 1830 6830 60 61 SCAAAA NXFAAA VVVVxx -7056 3992 0 0 6 16 56 56 1056 2056 7056 112 113 KLAAAA OXFAAA AAAAxx -7581 3993 1 1 1 1 81 581 1581 2581 7581 162 163 PFAAAA PXFAAA HHHHxx -5214 3994 0 2 4 14 14 214 1214 214 5214 28 29 OSAAAA QXFAAA OOOOxx -2505 3995 1 1 5 5 5 505 505 2505 2505 10 11 JSAAAA RXFAAA VVVVxx -5112 3996 0 0 2 12 12 112 1112 112 5112 24 25 QOAAAA SXFAAA AAAAxx -9884 3997 0 0 4 4 84 884 1884 4884 9884 168 169 EQAAAA TXFAAA HHHHxx -8040 3998 0 0 0 0 40 40 40 3040 8040 80 81 GXAAAA UXFAAA OOOOxx -7033 3999 1 1 3 13 33 33 1033 2033 7033 66 67 NKAAAA VXFAAA VVVVxx -9343 4000 1 3 3 3 43 343 1343 4343 9343 86 87 JVAAAA WXFAAA AAAAxx -2931 4001 1 3 1 11 31 931 931 2931 2931 62 63 TIAAAA XXFAAA HHHHxx -9024 4002 0 0 4 4 24 24 1024 4024 9024 48 49 CJAAAA YXFAAA OOOOxx -6485 4003 1 1 5 5 85 485 485 1485 6485 170 171 LPAAAA ZXFAAA VVVVxx -3465 4004 1 1 5 5 65 465 1465 3465 3465 130 131 HDAAAA AYFAAA AAAAxx -3357 4005 1 1 7 17 57 357 1357 3357 3357 114 115 DZAAAA BYFAAA HHHHxx -2929 4006 1 1 9 9 29 929 929 2929 2929 58 59 RIAAAA CYFAAA OOOOxx -3086 4007 0 2 6 6 86 86 1086 3086 3086 172 173 SOAAAA DYFAAA VVVVxx -8897 4008 1 1 7 17 97 897 897 3897 8897 194 195 FEAAAA EYFAAA AAAAxx -9688 4009 0 0 8 8 88 688 1688 4688 9688 176 177 QIAAAA FYFAAA HHHHxx -6522 4010 0 2 2 2 22 522 522 1522 6522 44 45 WQAAAA GYFAAA OOOOxx -3241 4011 1 1 1 1 41 241 1241 3241 3241 82 83 RUAAAA HYFAAA VVVVxx -8770 4012 0 2 0 10 70 770 770 3770 8770 140 141 IZAAAA IYFAAA AAAAxx -2884 4013 0 0 4 4 84 884 884 2884 2884 168 169 YGAAAA JYFAAA HHHHxx -9579 4014 1 3 9 19 79 579 1579 4579 9579 158 159 LEAAAA KYFAAA OOOOxx -3125 4015 1 1 5 5 25 125 1125 3125 3125 50 51 FQAAAA LYFAAA VVVVxx -4604 4016 0 0 4 4 4 604 604 4604 4604 8 9 CVAAAA MYFAAA AAAAxx -2682 4017 0 2 2 2 82 682 682 2682 2682 164 165 EZAAAA NYFAAA HHHHxx -254 4018 0 2 4 14 54 254 254 254 254 108 109 UJAAAA OYFAAA OOOOxx -6569 4019 1 1 9 9 69 569 569 1569 6569 138 139 RSAAAA PYFAAA VVVVxx -2686 4020 0 2 6 6 86 686 686 2686 2686 172 173 IZAAAA QYFAAA AAAAxx -2123 4021 1 3 3 3 23 123 123 2123 2123 46 47 RDAAAA RYFAAA HHHHxx -1745 4022 1 1 5 5 45 745 1745 1745 1745 90 91 DPAAAA SYFAAA OOOOxx -247 4023 1 3 7 7 47 247 247 247 247 94 95 NJAAAA TYFAAA VVVVxx -5800 4024 0 0 0 0 0 800 1800 800 5800 0 1 CPAAAA UYFAAA AAAAxx -1121 4025 1 1 1 1 21 121 1121 1121 1121 42 43 DRAAAA VYFAAA HHHHxx -8893 4026 1 1 3 13 93 893 893 3893 8893 186 187 BEAAAA WYFAAA OOOOxx -7819 4027 1 3 9 19 19 819 1819 2819 7819 38 39 TOAAAA XYFAAA VVVVxx -1339 4028 1 3 9 19 39 339 1339 1339 1339 78 79 NZAAAA YYFAAA AAAAxx -5680 4029 0 0 0 0 80 680 1680 680 5680 160 161 MKAAAA ZYFAAA HHHHxx -5093 4030 1 1 3 13 93 93 1093 93 5093 186 187 XNAAAA AZFAAA OOOOxx -3508 4031 0 0 8 8 8 508 1508 3508 3508 16 17 YEAAAA BZFAAA VVVVxx -933 4032 1 1 3 13 33 933 933 933 933 66 67 XJAAAA CZFAAA AAAAxx -1106 4033 0 2 6 6 6 106 1106 1106 1106 12 13 OQAAAA DZFAAA HHHHxx -4386 4034 0 2 6 6 86 386 386 4386 4386 172 173 SMAAAA EZFAAA OOOOxx -5895 4035 1 3 5 15 95 895 1895 895 5895 190 191 TSAAAA FZFAAA VVVVxx -2980 4036 0 0 0 0 80 980 980 2980 2980 160 161 QKAAAA GZFAAA AAAAxx -4400 4037 0 0 0 0 0 400 400 4400 4400 0 1 GNAAAA HZFAAA HHHHxx -7433 4038 1 1 3 13 33 433 1433 2433 7433 66 67 XZAAAA IZFAAA OOOOxx -6110 4039 0 2 0 10 10 110 110 1110 6110 20 21 ABAAAA JZFAAA VVVVxx -867 4040 1 3 7 7 67 867 867 867 867 134 135 JHAAAA KZFAAA AAAAxx -5292 4041 0 0 2 12 92 292 1292 292 5292 184 185 OVAAAA LZFAAA HHHHxx -3926 4042 0 2 6 6 26 926 1926 3926 3926 52 53 AVAAAA MZFAAA OOOOxx -1107 4043 1 3 7 7 7 107 1107 1107 1107 14 15 PQAAAA NZFAAA VVVVxx -7355 4044 1 3 5 15 55 355 1355 2355 7355 110 111 XWAAAA OZFAAA AAAAxx -4689 4045 1 1 9 9 89 689 689 4689 4689 178 179 JYAAAA PZFAAA HHHHxx -4872 4046 0 0 2 12 72 872 872 4872 4872 144 145 KFAAAA QZFAAA OOOOxx -7821 4047 1 1 1 1 21 821 1821 2821 7821 42 43 VOAAAA RZFAAA VVVVxx -7277 4048 1 1 7 17 77 277 1277 2277 7277 154 155 XTAAAA SZFAAA AAAAxx -3268 4049 0 0 8 8 68 268 1268 3268 3268 136 137 SVAAAA TZFAAA HHHHxx -8877 4050 1 1 7 17 77 877 877 3877 8877 154 155 LDAAAA UZFAAA OOOOxx -343 4051 1 3 3 3 43 343 343 343 343 86 87 FNAAAA VZFAAA VVVVxx -621 4052 1 1 1 1 21 621 621 621 621 42 43 XXAAAA WZFAAA AAAAxx -5429 4053 1 1 9 9 29 429 1429 429 5429 58 59 VAAAAA XZFAAA HHHHxx -392 4054 0 0 2 12 92 392 392 392 392 184 185 CPAAAA YZFAAA OOOOxx -6004 4055 0 0 4 4 4 4 4 1004 6004 8 9 YWAAAA ZZFAAA VVVVxx -6377 4056 1 1 7 17 77 377 377 1377 6377 154 155 HLAAAA AAGAAA AAAAxx -3037 4057 1 1 7 17 37 37 1037 3037 3037 74 75 VMAAAA BAGAAA HHHHxx -3514 4058 0 2 4 14 14 514 1514 3514 3514 28 29 EFAAAA CAGAAA OOOOxx -8740 4059 0 0 0 0 40 740 740 3740 8740 80 81 EYAAAA DAGAAA VVVVxx -3877 4060 1 1 7 17 77 877 1877 3877 3877 154 155 DTAAAA EAGAAA AAAAxx -5731 4061 1 3 1 11 31 731 1731 731 5731 62 63 LMAAAA FAGAAA HHHHxx -6407 4062 1 3 7 7 7 407 407 1407 6407 14 15 LMAAAA GAGAAA OOOOxx -2044 4063 0 0 4 4 44 44 44 2044 2044 88 89 QAAAAA HAGAAA VVVVxx -7362 4064 0 2 2 2 62 362 1362 2362 7362 124 125 EXAAAA IAGAAA AAAAxx -5458 4065 0 2 8 18 58 458 1458 458 5458 116 117 YBAAAA JAGAAA HHHHxx -6437 4066 1 1 7 17 37 437 437 1437 6437 74 75 PNAAAA KAGAAA OOOOxx -1051 4067 1 3 1 11 51 51 1051 1051 1051 102 103 LOAAAA LAGAAA VVVVxx -1203 4068 1 3 3 3 3 203 1203 1203 1203 6 7 HUAAAA MAGAAA AAAAxx -2176 4069 0 0 6 16 76 176 176 2176 2176 152 153 SFAAAA NAGAAA HHHHxx -8997 4070 1 1 7 17 97 997 997 3997 8997 194 195 BIAAAA OAGAAA OOOOxx -6378 4071 0 2 8 18 78 378 378 1378 6378 156 157 ILAAAA PAGAAA VVVVxx -6006 4072 0 2 6 6 6 6 6 1006 6006 12 13 AXAAAA QAGAAA AAAAxx -2308 4073 0 0 8 8 8 308 308 2308 2308 16 17 UKAAAA RAGAAA HHHHxx -625 4074 1 1 5 5 25 625 625 625 625 50 51 BYAAAA SAGAAA OOOOxx -7298 4075 0 2 8 18 98 298 1298 2298 7298 196 197 SUAAAA TAGAAA VVVVxx -5575 4076 1 3 5 15 75 575 1575 575 5575 150 151 LGAAAA UAGAAA AAAAxx -3565 4077 1 1 5 5 65 565 1565 3565 3565 130 131 DHAAAA VAGAAA HHHHxx -47 4078 1 3 7 7 47 47 47 47 47 94 95 VBAAAA WAGAAA OOOOxx -2413 4079 1 1 3 13 13 413 413 2413 2413 26 27 VOAAAA XAGAAA VVVVxx -2153 4080 1 1 3 13 53 153 153 2153 2153 106 107 VEAAAA YAGAAA AAAAxx -752 4081 0 0 2 12 52 752 752 752 752 104 105 YCAAAA ZAGAAA HHHHxx -4095 4082 1 3 5 15 95 95 95 4095 4095 190 191 NBAAAA ABGAAA OOOOxx -2518 4083 0 2 8 18 18 518 518 2518 2518 36 37 WSAAAA BBGAAA VVVVxx -3681 4084 1 1 1 1 81 681 1681 3681 3681 162 163 PLAAAA CBGAAA AAAAxx -4213 4085 1 1 3 13 13 213 213 4213 4213 26 27 BGAAAA DBGAAA HHHHxx -2615 4086 1 3 5 15 15 615 615 2615 2615 30 31 PWAAAA EBGAAA OOOOxx -1471 4087 1 3 1 11 71 471 1471 1471 1471 142 143 PEAAAA FBGAAA VVVVxx -7315 4088 1 3 5 15 15 315 1315 2315 7315 30 31 JVAAAA GBGAAA AAAAxx -6013 4089 1 1 3 13 13 13 13 1013 6013 26 27 HXAAAA HBGAAA HHHHxx -3077 4090 1 1 7 17 77 77 1077 3077 3077 154 155 JOAAAA IBGAAA OOOOxx -2190 4091 0 2 0 10 90 190 190 2190 2190 180 181 GGAAAA JBGAAA VVVVxx -528 4092 0 0 8 8 28 528 528 528 528 56 57 IUAAAA KBGAAA AAAAxx -9508 4093 0 0 8 8 8 508 1508 4508 9508 16 17 SBAAAA LBGAAA HHHHxx -2473 4094 1 1 3 13 73 473 473 2473 2473 146 147 DRAAAA MBGAAA OOOOxx -167 4095 1 3 7 7 67 167 167 167 167 134 135 LGAAAA NBGAAA VVVVxx -8448 4096 0 0 8 8 48 448 448 3448 8448 96 97 YMAAAA OBGAAA AAAAxx -7538 4097 0 2 8 18 38 538 1538 2538 7538 76 77 YDAAAA PBGAAA HHHHxx -7638 4098 0 2 8 18 38 638 1638 2638 7638 76 77 UHAAAA QBGAAA OOOOxx -4328 4099 0 0 8 8 28 328 328 4328 4328 56 57 MKAAAA RBGAAA VVVVxx -3812 4100 0 0 2 12 12 812 1812 3812 3812 24 25 QQAAAA SBGAAA AAAAxx -2879 4101 1 3 9 19 79 879 879 2879 2879 158 159 TGAAAA TBGAAA HHHHxx -4741 4102 1 1 1 1 41 741 741 4741 4741 82 83 JAAAAA UBGAAA OOOOxx -9155 4103 1 3 5 15 55 155 1155 4155 9155 110 111 DOAAAA VBGAAA VVVVxx -5151 4104 1 3 1 11 51 151 1151 151 5151 102 103 DQAAAA WBGAAA AAAAxx -5591 4105 1 3 1 11 91 591 1591 591 5591 182 183 BHAAAA XBGAAA HHHHxx -1034 4106 0 2 4 14 34 34 1034 1034 1034 68 69 UNAAAA YBGAAA OOOOxx -765 4107 1 1 5 5 65 765 765 765 765 130 131 LDAAAA ZBGAAA VVVVxx -2664 4108 0 0 4 4 64 664 664 2664 2664 128 129 MYAAAA ACGAAA AAAAxx -6854 4109 0 2 4 14 54 854 854 1854 6854 108 109 QDAAAA BCGAAA HHHHxx -8263 4110 1 3 3 3 63 263 263 3263 8263 126 127 VFAAAA CCGAAA OOOOxx -8658 4111 0 2 8 18 58 658 658 3658 8658 116 117 AVAAAA DCGAAA VVVVxx -587 4112 1 3 7 7 87 587 587 587 587 174 175 PWAAAA ECGAAA AAAAxx -4553 4113 1 1 3 13 53 553 553 4553 4553 106 107 DTAAAA FCGAAA HHHHxx -1368 4114 0 0 8 8 68 368 1368 1368 1368 136 137 QAAAAA GCGAAA OOOOxx -1718 4115 0 2 8 18 18 718 1718 1718 1718 36 37 COAAAA HCGAAA VVVVxx -140 4116 0 0 0 0 40 140 140 140 140 80 81 KFAAAA ICGAAA AAAAxx -8341 4117 1 1 1 1 41 341 341 3341 8341 82 83 VIAAAA JCGAAA HHHHxx -72 4118 0 0 2 12 72 72 72 72 72 144 145 UCAAAA KCGAAA OOOOxx -6589 4119 1 1 9 9 89 589 589 1589 6589 178 179 LTAAAA LCGAAA VVVVxx -2024 4120 0 0 4 4 24 24 24 2024 2024 48 49 WZAAAA MCGAAA AAAAxx -8024 4121 0 0 4 4 24 24 24 3024 8024 48 49 QWAAAA NCGAAA HHHHxx -9564 4122 0 0 4 4 64 564 1564 4564 9564 128 129 WDAAAA OCGAAA OOOOxx -8625 4123 1 1 5 5 25 625 625 3625 8625 50 51 TTAAAA PCGAAA VVVVxx -2680 4124 0 0 0 0 80 680 680 2680 2680 160 161 CZAAAA QCGAAA AAAAxx -4323 4125 1 3 3 3 23 323 323 4323 4323 46 47 HKAAAA RCGAAA HHHHxx -8981 4126 1 1 1 1 81 981 981 3981 8981 162 163 LHAAAA SCGAAA OOOOxx -8909 4127 1 1 9 9 9 909 909 3909 8909 18 19 REAAAA TCGAAA VVVVxx -5288 4128 0 0 8 8 88 288 1288 288 5288 176 177 KVAAAA UCGAAA AAAAxx -2057 4129 1 1 7 17 57 57 57 2057 2057 114 115 DBAAAA VCGAAA HHHHxx -5931 4130 1 3 1 11 31 931 1931 931 5931 62 63 DUAAAA WCGAAA OOOOxx -9794 4131 0 2 4 14 94 794 1794 4794 9794 188 189 SMAAAA XCGAAA VVVVxx -1012 4132 0 0 2 12 12 12 1012 1012 1012 24 25 YMAAAA YCGAAA AAAAxx -5496 4133 0 0 6 16 96 496 1496 496 5496 192 193 KDAAAA ZCGAAA HHHHxx -9182 4134 0 2 2 2 82 182 1182 4182 9182 164 165 EPAAAA ADGAAA OOOOxx -5258 4135 0 2 8 18 58 258 1258 258 5258 116 117 GUAAAA BDGAAA VVVVxx -3050 4136 0 2 0 10 50 50 1050 3050 3050 100 101 INAAAA CDGAAA AAAAxx -2083 4137 1 3 3 3 83 83 83 2083 2083 166 167 DCAAAA DDGAAA HHHHxx -3069 4138 1 1 9 9 69 69 1069 3069 3069 138 139 BOAAAA EDGAAA OOOOxx -8459 4139 1 3 9 19 59 459 459 3459 8459 118 119 JNAAAA FDGAAA VVVVxx -169 4140 1 1 9 9 69 169 169 169 169 138 139 NGAAAA GDGAAA AAAAxx -4379 4141 1 3 9 19 79 379 379 4379 4379 158 159 LMAAAA HDGAAA HHHHxx -5126 4142 0 2 6 6 26 126 1126 126 5126 52 53 EPAAAA IDGAAA OOOOxx -1415 4143 1 3 5 15 15 415 1415 1415 1415 30 31 LCAAAA JDGAAA VVVVxx -1163 4144 1 3 3 3 63 163 1163 1163 1163 126 127 TSAAAA KDGAAA AAAAxx -3500 4145 0 0 0 0 0 500 1500 3500 3500 0 1 QEAAAA LDGAAA HHHHxx -7202 4146 0 2 2 2 2 202 1202 2202 7202 4 5 ARAAAA MDGAAA OOOOxx -747 4147 1 3 7 7 47 747 747 747 747 94 95 TCAAAA NDGAAA VVVVxx -9264 4148 0 0 4 4 64 264 1264 4264 9264 128 129 ISAAAA ODGAAA AAAAxx -8548 4149 0 0 8 8 48 548 548 3548 8548 96 97 UQAAAA PDGAAA HHHHxx -4228 4150 0 0 8 8 28 228 228 4228 4228 56 57 QGAAAA QDGAAA OOOOxx -7122 4151 0 2 2 2 22 122 1122 2122 7122 44 45 YNAAAA RDGAAA VVVVxx -3395 4152 1 3 5 15 95 395 1395 3395 3395 190 191 PAAAAA SDGAAA AAAAxx -5674 4153 0 2 4 14 74 674 1674 674 5674 148 149 GKAAAA TDGAAA HHHHxx -7293 4154 1 1 3 13 93 293 1293 2293 7293 186 187 NUAAAA UDGAAA OOOOxx -737 4155 1 1 7 17 37 737 737 737 737 74 75 JCAAAA VDGAAA VVVVxx -9595 4156 1 3 5 15 95 595 1595 4595 9595 190 191 BFAAAA WDGAAA AAAAxx -594 4157 0 2 4 14 94 594 594 594 594 188 189 WWAAAA XDGAAA HHHHxx -5322 4158 0 2 2 2 22 322 1322 322 5322 44 45 SWAAAA YDGAAA OOOOxx -2933 4159 1 1 3 13 33 933 933 2933 2933 66 67 VIAAAA ZDGAAA VVVVxx -4955 4160 1 3 5 15 55 955 955 4955 4955 110 111 PIAAAA AEGAAA AAAAxx -4073 4161 1 1 3 13 73 73 73 4073 4073 146 147 RAAAAA BEGAAA HHHHxx -7249 4162 1 1 9 9 49 249 1249 2249 7249 98 99 VSAAAA CEGAAA OOOOxx -192 4163 0 0 2 12 92 192 192 192 192 184 185 KHAAAA DEGAAA VVVVxx -2617 4164 1 1 7 17 17 617 617 2617 2617 34 35 RWAAAA EEGAAA AAAAxx -7409 4165 1 1 9 9 9 409 1409 2409 7409 18 19 ZYAAAA FEGAAA HHHHxx -4903 4166 1 3 3 3 3 903 903 4903 4903 6 7 PGAAAA GEGAAA OOOOxx -9797 4167 1 1 7 17 97 797 1797 4797 9797 194 195 VMAAAA HEGAAA VVVVxx -9919 4168 1 3 9 19 19 919 1919 4919 9919 38 39 NRAAAA IEGAAA AAAAxx -1878 4169 0 2 8 18 78 878 1878 1878 1878 156 157 GUAAAA JEGAAA HHHHxx -4851 4170 1 3 1 11 51 851 851 4851 4851 102 103 PEAAAA KEGAAA OOOOxx -5514 4171 0 2 4 14 14 514 1514 514 5514 28 29 CEAAAA LEGAAA VVVVxx -2582 4172 0 2 2 2 82 582 582 2582 2582 164 165 IVAAAA MEGAAA AAAAxx -3564 4173 0 0 4 4 64 564 1564 3564 3564 128 129 CHAAAA NEGAAA HHHHxx -7085 4174 1 1 5 5 85 85 1085 2085 7085 170 171 NMAAAA OEGAAA OOOOxx -3619 4175 1 3 9 19 19 619 1619 3619 3619 38 39 FJAAAA PEGAAA VVVVxx -261 4176 1 1 1 1 61 261 261 261 261 122 123 BKAAAA QEGAAA AAAAxx -7338 4177 0 2 8 18 38 338 1338 2338 7338 76 77 GWAAAA REGAAA HHHHxx -4251 4178 1 3 1 11 51 251 251 4251 4251 102 103 NHAAAA SEGAAA OOOOxx -5360 4179 0 0 0 0 60 360 1360 360 5360 120 121 EYAAAA TEGAAA VVVVxx -5678 4180 0 2 8 18 78 678 1678 678 5678 156 157 KKAAAA UEGAAA AAAAxx -9162 4181 0 2 2 2 62 162 1162 4162 9162 124 125 KOAAAA VEGAAA HHHHxx -5920 4182 0 0 0 0 20 920 1920 920 5920 40 41 STAAAA WEGAAA OOOOxx -7156 4183 0 0 6 16 56 156 1156 2156 7156 112 113 GPAAAA XEGAAA VVVVxx -4271 4184 1 3 1 11 71 271 271 4271 4271 142 143 HIAAAA YEGAAA AAAAxx -4698 4185 0 2 8 18 98 698 698 4698 4698 196 197 SYAAAA ZEGAAA HHHHxx -1572 4186 0 0 2 12 72 572 1572 1572 1572 144 145 MIAAAA AFGAAA OOOOxx -6974 4187 0 2 4 14 74 974 974 1974 6974 148 149 GIAAAA BFGAAA VVVVxx -4291 4188 1 3 1 11 91 291 291 4291 4291 182 183 BJAAAA CFGAAA AAAAxx -4036 4189 0 0 6 16 36 36 36 4036 4036 72 73 GZAAAA DFGAAA HHHHxx -7473 4190 1 1 3 13 73 473 1473 2473 7473 146 147 LBAAAA EFGAAA OOOOxx -4786 4191 0 2 6 6 86 786 786 4786 4786 172 173 CCAAAA FFGAAA VVVVxx -2662 4192 0 2 2 2 62 662 662 2662 2662 124 125 KYAAAA GFGAAA AAAAxx -916 4193 0 0 6 16 16 916 916 916 916 32 33 GJAAAA HFGAAA HHHHxx -668 4194 0 0 8 8 68 668 668 668 668 136 137 SZAAAA IFGAAA OOOOxx -4874 4195 0 2 4 14 74 874 874 4874 4874 148 149 MFAAAA JFGAAA VVVVxx -3752 4196 0 0 2 12 52 752 1752 3752 3752 104 105 IOAAAA KFGAAA AAAAxx -4865 4197 1 1 5 5 65 865 865 4865 4865 130 131 DFAAAA LFGAAA HHHHxx -7052 4198 0 0 2 12 52 52 1052 2052 7052 104 105 GLAAAA MFGAAA OOOOxx -5712 4199 0 0 2 12 12 712 1712 712 5712 24 25 SLAAAA NFGAAA VVVVxx -31 4200 1 3 1 11 31 31 31 31 31 62 63 FBAAAA OFGAAA AAAAxx -4944 4201 0 0 4 4 44 944 944 4944 4944 88 89 EIAAAA PFGAAA HHHHxx -1435 4202 1 3 5 15 35 435 1435 1435 1435 70 71 FDAAAA QFGAAA OOOOxx -501 4203 1 1 1 1 1 501 501 501 501 2 3 HTAAAA RFGAAA VVVVxx -9401 4204 1 1 1 1 1 401 1401 4401 9401 2 3 PXAAAA SFGAAA AAAAxx -5014 4205 0 2 4 14 14 14 1014 14 5014 28 29 WKAAAA TFGAAA HHHHxx -9125 4206 1 1 5 5 25 125 1125 4125 9125 50 51 ZMAAAA UFGAAA OOOOxx -6144 4207 0 0 4 4 44 144 144 1144 6144 88 89 ICAAAA VFGAAA VVVVxx -1743 4208 1 3 3 3 43 743 1743 1743 1743 86 87 BPAAAA WFGAAA AAAAxx -4316 4209 0 0 6 16 16 316 316 4316 4316 32 33 AKAAAA XFGAAA HHHHxx -8212 4210 0 0 2 12 12 212 212 3212 8212 24 25 WDAAAA YFGAAA OOOOxx -7344 4211 0 0 4 4 44 344 1344 2344 7344 88 89 MWAAAA ZFGAAA VVVVxx -2051 4212 1 3 1 11 51 51 51 2051 2051 102 103 XAAAAA AGGAAA AAAAxx -8131 4213 1 3 1 11 31 131 131 3131 8131 62 63 TAAAAA BGGAAA HHHHxx -7023 4214 1 3 3 3 23 23 1023 2023 7023 46 47 DKAAAA CGGAAA OOOOxx -9674 4215 0 2 4 14 74 674 1674 4674 9674 148 149 CIAAAA DGGAAA VVVVxx -4984 4216 0 0 4 4 84 984 984 4984 4984 168 169 SJAAAA EGGAAA AAAAxx -111 4217 1 3 1 11 11 111 111 111 111 22 23 HEAAAA FGGAAA HHHHxx -2296 4218 0 0 6 16 96 296 296 2296 2296 192 193 IKAAAA GGGAAA OOOOxx -5025 4219 1 1 5 5 25 25 1025 25 5025 50 51 HLAAAA HGGAAA VVVVxx -1756 4220 0 0 6 16 56 756 1756 1756 1756 112 113 OPAAAA IGGAAA AAAAxx -2885 4221 1 1 5 5 85 885 885 2885 2885 170 171 ZGAAAA JGGAAA HHHHxx -2541 4222 1 1 1 1 41 541 541 2541 2541 82 83 TTAAAA KGGAAA OOOOxx -1919 4223 1 3 9 19 19 919 1919 1919 1919 38 39 VVAAAA LGGAAA VVVVxx -6496 4224 0 0 6 16 96 496 496 1496 6496 192 193 WPAAAA MGGAAA AAAAxx -6103 4225 1 3 3 3 3 103 103 1103 6103 6 7 TAAAAA NGGAAA HHHHxx -98 4226 0 2 8 18 98 98 98 98 98 196 197 UDAAAA OGGAAA OOOOxx -3727 4227 1 3 7 7 27 727 1727 3727 3727 54 55 JNAAAA PGGAAA VVVVxx -689 4228 1 1 9 9 89 689 689 689 689 178 179 NAAAAA QGGAAA AAAAxx -7181 4229 1 1 1 1 81 181 1181 2181 7181 162 163 FQAAAA RGGAAA HHHHxx -8447 4230 1 3 7 7 47 447 447 3447 8447 94 95 XMAAAA SGGAAA OOOOxx -4569 4231 1 1 9 9 69 569 569 4569 4569 138 139 TTAAAA TGGAAA VVVVxx -8844 4232 0 0 4 4 44 844 844 3844 8844 88 89 ECAAAA UGGAAA AAAAxx -2436 4233 0 0 6 16 36 436 436 2436 2436 72 73 SPAAAA VGGAAA HHHHxx -391 4234 1 3 1 11 91 391 391 391 391 182 183 BPAAAA WGGAAA OOOOxx -3035 4235 1 3 5 15 35 35 1035 3035 3035 70 71 TMAAAA XGGAAA VVVVxx -7583 4236 1 3 3 3 83 583 1583 2583 7583 166 167 RFAAAA YGGAAA AAAAxx -1145 4237 1 1 5 5 45 145 1145 1145 1145 90 91 BSAAAA ZGGAAA HHHHxx -93 4238 1 1 3 13 93 93 93 93 93 186 187 PDAAAA AHGAAA OOOOxx -8896 4239 0 0 6 16 96 896 896 3896 8896 192 193 EEAAAA BHGAAA VVVVxx -6719 4240 1 3 9 19 19 719 719 1719 6719 38 39 LYAAAA CHGAAA AAAAxx -7728 4241 0 0 8 8 28 728 1728 2728 7728 56 57 GLAAAA DHGAAA HHHHxx -1349 4242 1 1 9 9 49 349 1349 1349 1349 98 99 XZAAAA EHGAAA OOOOxx -5349 4243 1 1 9 9 49 349 1349 349 5349 98 99 TXAAAA FHGAAA VVVVxx -3040 4244 0 0 0 0 40 40 1040 3040 3040 80 81 YMAAAA GHGAAA AAAAxx -2414 4245 0 2 4 14 14 414 414 2414 2414 28 29 WOAAAA HHGAAA HHHHxx -5122 4246 0 2 2 2 22 122 1122 122 5122 44 45 APAAAA IHGAAA OOOOxx -9553 4247 1 1 3 13 53 553 1553 4553 9553 106 107 LDAAAA JHGAAA VVVVxx -5987 4248 1 3 7 7 87 987 1987 987 5987 174 175 HWAAAA KHGAAA AAAAxx -5939 4249 1 3 9 19 39 939 1939 939 5939 78 79 LUAAAA LHGAAA HHHHxx -3525 4250 1 1 5 5 25 525 1525 3525 3525 50 51 PFAAAA MHGAAA OOOOxx -1371 4251 1 3 1 11 71 371 1371 1371 1371 142 143 TAAAAA NHGAAA VVVVxx -618 4252 0 2 8 18 18 618 618 618 618 36 37 UXAAAA OHGAAA AAAAxx -6529 4253 1 1 9 9 29 529 529 1529 6529 58 59 DRAAAA PHGAAA HHHHxx -4010 4254 0 2 0 10 10 10 10 4010 4010 20 21 GYAAAA QHGAAA OOOOxx -328 4255 0 0 8 8 28 328 328 328 328 56 57 QMAAAA RHGAAA VVVVxx -6121 4256 1 1 1 1 21 121 121 1121 6121 42 43 LBAAAA SHGAAA AAAAxx -3505 4257 1 1 5 5 5 505 1505 3505 3505 10 11 VEAAAA THGAAA HHHHxx -2033 4258 1 1 3 13 33 33 33 2033 2033 66 67 FAAAAA UHGAAA OOOOxx -4724 4259 0 0 4 4 24 724 724 4724 4724 48 49 SZAAAA VHGAAA VVVVxx -8717 4260 1 1 7 17 17 717 717 3717 8717 34 35 HXAAAA WHGAAA AAAAxx -5639 4261 1 3 9 19 39 639 1639 639 5639 78 79 XIAAAA XHGAAA HHHHxx -3448 4262 0 0 8 8 48 448 1448 3448 3448 96 97 QCAAAA YHGAAA OOOOxx -2919 4263 1 3 9 19 19 919 919 2919 2919 38 39 HIAAAA ZHGAAA VVVVxx -3417 4264 1 1 7 17 17 417 1417 3417 3417 34 35 LBAAAA AIGAAA AAAAxx -943 4265 1 3 3 3 43 943 943 943 943 86 87 HKAAAA BIGAAA HHHHxx -775 4266 1 3 5 15 75 775 775 775 775 150 151 VDAAAA CIGAAA OOOOxx -2333 4267 1 1 3 13 33 333 333 2333 2333 66 67 TLAAAA DIGAAA VVVVxx -4801 4268 1 1 1 1 1 801 801 4801 4801 2 3 RCAAAA EIGAAA AAAAxx -7169 4269 1 1 9 9 69 169 1169 2169 7169 138 139 TPAAAA FIGAAA HHHHxx -2840 4270 0 0 0 0 40 840 840 2840 2840 80 81 GFAAAA GIGAAA OOOOxx -9034 4271 0 2 4 14 34 34 1034 4034 9034 68 69 MJAAAA HIGAAA VVVVxx -6154 4272 0 2 4 14 54 154 154 1154 6154 108 109 SCAAAA IIGAAA AAAAxx -1412 4273 0 0 2 12 12 412 1412 1412 1412 24 25 ICAAAA JIGAAA HHHHxx -2263 4274 1 3 3 3 63 263 263 2263 2263 126 127 BJAAAA KIGAAA OOOOxx -7118 4275 0 2 8 18 18 118 1118 2118 7118 36 37 UNAAAA LIGAAA VVVVxx -1526 4276 0 2 6 6 26 526 1526 1526 1526 52 53 SGAAAA MIGAAA AAAAxx -491 4277 1 3 1 11 91 491 491 491 491 182 183 XSAAAA NIGAAA HHHHxx -9732 4278 0 0 2 12 32 732 1732 4732 9732 64 65 IKAAAA OIGAAA OOOOxx -7067 4279 1 3 7 7 67 67 1067 2067 7067 134 135 VLAAAA PIGAAA VVVVxx -212 4280 0 0 2 12 12 212 212 212 212 24 25 EIAAAA QIGAAA AAAAxx -1955 4281 1 3 5 15 55 955 1955 1955 1955 110 111 FXAAAA RIGAAA HHHHxx -3303 4282 1 3 3 3 3 303 1303 3303 3303 6 7 BXAAAA SIGAAA OOOOxx -2715 4283 1 3 5 15 15 715 715 2715 2715 30 31 LAAAAA TIGAAA VVVVxx -8168 4284 0 0 8 8 68 168 168 3168 8168 136 137 ECAAAA UIGAAA AAAAxx -6799 4285 1 3 9 19 99 799 799 1799 6799 198 199 NBAAAA VIGAAA HHHHxx -5080 4286 0 0 0 0 80 80 1080 80 5080 160 161 KNAAAA WIGAAA OOOOxx -4939 4287 1 3 9 19 39 939 939 4939 4939 78 79 ZHAAAA XIGAAA VVVVxx -6604 4288 0 0 4 4 4 604 604 1604 6604 8 9 AUAAAA YIGAAA AAAAxx -6531 4289 1 3 1 11 31 531 531 1531 6531 62 63 FRAAAA ZIGAAA HHHHxx -9948 4290 0 0 8 8 48 948 1948 4948 9948 96 97 QSAAAA AJGAAA OOOOxx -7923 4291 1 3 3 3 23 923 1923 2923 7923 46 47 TSAAAA BJGAAA VVVVxx -9905 4292 1 1 5 5 5 905 1905 4905 9905 10 11 ZQAAAA CJGAAA AAAAxx -340 4293 0 0 0 0 40 340 340 340 340 80 81 CNAAAA DJGAAA HHHHxx -1721 4294 1 1 1 1 21 721 1721 1721 1721 42 43 FOAAAA EJGAAA OOOOxx -9047 4295 1 3 7 7 47 47 1047 4047 9047 94 95 ZJAAAA FJGAAA VVVVxx -4723 4296 1 3 3 3 23 723 723 4723 4723 46 47 RZAAAA GJGAAA AAAAxx -5748 4297 0 0 8 8 48 748 1748 748 5748 96 97 CNAAAA HJGAAA HHHHxx -6845 4298 1 1 5 5 45 845 845 1845 6845 90 91 HDAAAA IJGAAA OOOOxx -1556 4299 0 0 6 16 56 556 1556 1556 1556 112 113 WHAAAA JJGAAA VVVVxx -9505 4300 1 1 5 5 5 505 1505 4505 9505 10 11 PBAAAA KJGAAA AAAAxx -3573 4301 1 1 3 13 73 573 1573 3573 3573 146 147 LHAAAA LJGAAA HHHHxx -3785 4302 1 1 5 5 85 785 1785 3785 3785 170 171 PPAAAA MJGAAA OOOOxx -2772 4303 0 0 2 12 72 772 772 2772 2772 144 145 QCAAAA NJGAAA VVVVxx -7282 4304 0 2 2 2 82 282 1282 2282 7282 164 165 CUAAAA OJGAAA AAAAxx -8106 4305 0 2 6 6 6 106 106 3106 8106 12 13 UZAAAA PJGAAA HHHHxx -2847 4306 1 3 7 7 47 847 847 2847 2847 94 95 NFAAAA QJGAAA OOOOxx -9803 4307 1 3 3 3 3 803 1803 4803 9803 6 7 BNAAAA RJGAAA VVVVxx -7719 4308 1 3 9 19 19 719 1719 2719 7719 38 39 XKAAAA SJGAAA AAAAxx -4649 4309 1 1 9 9 49 649 649 4649 4649 98 99 VWAAAA TJGAAA HHHHxx -6196 4310 0 0 6 16 96 196 196 1196 6196 192 193 IEAAAA UJGAAA OOOOxx -6026 4311 0 2 6 6 26 26 26 1026 6026 52 53 UXAAAA VJGAAA VVVVxx -1646 4312 0 2 6 6 46 646 1646 1646 1646 92 93 ILAAAA WJGAAA AAAAxx -6526 4313 0 2 6 6 26 526 526 1526 6526 52 53 ARAAAA XJGAAA HHHHxx -5110 4314 0 2 0 10 10 110 1110 110 5110 20 21 OOAAAA YJGAAA OOOOxx -3946 4315 0 2 6 6 46 946 1946 3946 3946 92 93 UVAAAA ZJGAAA VVVVxx -445 4316 1 1 5 5 45 445 445 445 445 90 91 DRAAAA AKGAAA AAAAxx -3249 4317 1 1 9 9 49 249 1249 3249 3249 98 99 ZUAAAA BKGAAA HHHHxx -2501 4318 1 1 1 1 1 501 501 2501 2501 2 3 FSAAAA CKGAAA OOOOxx -3243 4319 1 3 3 3 43 243 1243 3243 3243 86 87 TUAAAA DKGAAA VVVVxx -4701 4320 1 1 1 1 1 701 701 4701 4701 2 3 VYAAAA EKGAAA AAAAxx -472 4321 0 0 2 12 72 472 472 472 472 144 145 ESAAAA FKGAAA HHHHxx -3356 4322 0 0 6 16 56 356 1356 3356 3356 112 113 CZAAAA GKGAAA OOOOxx -9967 4323 1 3 7 7 67 967 1967 4967 9967 134 135 JTAAAA HKGAAA VVVVxx -4292 4324 0 0 2 12 92 292 292 4292 4292 184 185 CJAAAA IKGAAA AAAAxx -7005 4325 1 1 5 5 5 5 1005 2005 7005 10 11 LJAAAA JKGAAA HHHHxx -6267 4326 1 3 7 7 67 267 267 1267 6267 134 135 BHAAAA KKGAAA OOOOxx -6678 4327 0 2 8 18 78 678 678 1678 6678 156 157 WWAAAA LKGAAA VVVVxx -6083 4328 1 3 3 3 83 83 83 1083 6083 166 167 ZZAAAA MKGAAA AAAAxx -760 4329 0 0 0 0 60 760 760 760 760 120 121 GDAAAA NKGAAA HHHHxx -7833 4330 1 1 3 13 33 833 1833 2833 7833 66 67 HPAAAA OKGAAA OOOOxx -2877 4331 1 1 7 17 77 877 877 2877 2877 154 155 RGAAAA PKGAAA VVVVxx -8810 4332 0 2 0 10 10 810 810 3810 8810 20 21 WAAAAA QKGAAA AAAAxx -1560 4333 0 0 0 0 60 560 1560 1560 1560 120 121 AIAAAA RKGAAA HHHHxx -1367 4334 1 3 7 7 67 367 1367 1367 1367 134 135 PAAAAA SKGAAA OOOOxx -8756 4335 0 0 6 16 56 756 756 3756 8756 112 113 UYAAAA TKGAAA VVVVxx -1346 4336 0 2 6 6 46 346 1346 1346 1346 92 93 UZAAAA UKGAAA AAAAxx -6449 4337 1 1 9 9 49 449 449 1449 6449 98 99 BOAAAA VKGAAA HHHHxx -6658 4338 0 2 8 18 58 658 658 1658 6658 116 117 CWAAAA WKGAAA OOOOxx -6745 4339 1 1 5 5 45 745 745 1745 6745 90 91 LZAAAA XKGAAA VVVVxx -4866 4340 0 2 6 6 66 866 866 4866 4866 132 133 EFAAAA YKGAAA AAAAxx -14 4341 0 2 4 14 14 14 14 14 14 28 29 OAAAAA ZKGAAA HHHHxx -4506 4342 0 2 6 6 6 506 506 4506 4506 12 13 IRAAAA ALGAAA OOOOxx -1923 4343 1 3 3 3 23 923 1923 1923 1923 46 47 ZVAAAA BLGAAA VVVVxx -8365 4344 1 1 5 5 65 365 365 3365 8365 130 131 TJAAAA CLGAAA AAAAxx -1279 4345 1 3 9 19 79 279 1279 1279 1279 158 159 FXAAAA DLGAAA HHHHxx -7666 4346 0 2 6 6 66 666 1666 2666 7666 132 133 WIAAAA ELGAAA OOOOxx -7404 4347 0 0 4 4 4 404 1404 2404 7404 8 9 UYAAAA FLGAAA VVVVxx -65 4348 1 1 5 5 65 65 65 65 65 130 131 NCAAAA GLGAAA AAAAxx -5820 4349 0 0 0 0 20 820 1820 820 5820 40 41 WPAAAA HLGAAA HHHHxx -459 4350 1 3 9 19 59 459 459 459 459 118 119 RRAAAA ILGAAA OOOOxx -4787 4351 1 3 7 7 87 787 787 4787 4787 174 175 DCAAAA JLGAAA VVVVxx -5631 4352 1 3 1 11 31 631 1631 631 5631 62 63 PIAAAA KLGAAA AAAAxx -9717 4353 1 1 7 17 17 717 1717 4717 9717 34 35 TJAAAA LLGAAA HHHHxx -2560 4354 0 0 0 0 60 560 560 2560 2560 120 121 MUAAAA MLGAAA OOOOxx -8295 4355 1 3 5 15 95 295 295 3295 8295 190 191 BHAAAA NLGAAA VVVVxx -3596 4356 0 0 6 16 96 596 1596 3596 3596 192 193 IIAAAA OLGAAA AAAAxx -2023 4357 1 3 3 3 23 23 23 2023 2023 46 47 VZAAAA PLGAAA HHHHxx -5055 4358 1 3 5 15 55 55 1055 55 5055 110 111 LMAAAA QLGAAA OOOOxx -763 4359 1 3 3 3 63 763 763 763 763 126 127 JDAAAA RLGAAA VVVVxx -6733 4360 1 1 3 13 33 733 733 1733 6733 66 67 ZYAAAA SLGAAA AAAAxx -9266 4361 0 2 6 6 66 266 1266 4266 9266 132 133 KSAAAA TLGAAA HHHHxx -4479 4362 1 3 9 19 79 479 479 4479 4479 158 159 HQAAAA ULGAAA OOOOxx -1816 4363 0 0 6 16 16 816 1816 1816 1816 32 33 WRAAAA VLGAAA VVVVxx -899 4364 1 3 9 19 99 899 899 899 899 198 199 PIAAAA WLGAAA AAAAxx -230 4365 0 2 0 10 30 230 230 230 230 60 61 WIAAAA XLGAAA HHHHxx -5362 4366 0 2 2 2 62 362 1362 362 5362 124 125 GYAAAA YLGAAA OOOOxx -1609 4367 1 1 9 9 9 609 1609 1609 1609 18 19 XJAAAA ZLGAAA VVVVxx -6750 4368 0 2 0 10 50 750 750 1750 6750 100 101 QZAAAA AMGAAA AAAAxx -9704 4369 0 0 4 4 4 704 1704 4704 9704 8 9 GJAAAA BMGAAA HHHHxx -3991 4370 1 3 1 11 91 991 1991 3991 3991 182 183 NXAAAA CMGAAA OOOOxx -3959 4371 1 3 9 19 59 959 1959 3959 3959 118 119 HWAAAA DMGAAA VVVVxx -9021 4372 1 1 1 1 21 21 1021 4021 9021 42 43 ZIAAAA EMGAAA AAAAxx -7585 4373 1 1 5 5 85 585 1585 2585 7585 170 171 TFAAAA FMGAAA HHHHxx -7083 4374 1 3 3 3 83 83 1083 2083 7083 166 167 LMAAAA GMGAAA OOOOxx -7688 4375 0 0 8 8 88 688 1688 2688 7688 176 177 SJAAAA HMGAAA VVVVxx -2673 4376 1 1 3 13 73 673 673 2673 2673 146 147 VYAAAA IMGAAA AAAAxx -3554 4377 0 2 4 14 54 554 1554 3554 3554 108 109 SGAAAA JMGAAA HHHHxx -7416 4378 0 0 6 16 16 416 1416 2416 7416 32 33 GZAAAA KMGAAA OOOOxx -5672 4379 0 0 2 12 72 672 1672 672 5672 144 145 EKAAAA LMGAAA VVVVxx -1355 4380 1 3 5 15 55 355 1355 1355 1355 110 111 DAAAAA MMGAAA AAAAxx -3149 4381 1 1 9 9 49 149 1149 3149 3149 98 99 DRAAAA NMGAAA HHHHxx -5811 4382 1 3 1 11 11 811 1811 811 5811 22 23 NPAAAA OMGAAA OOOOxx -3759 4383 1 3 9 19 59 759 1759 3759 3759 118 119 POAAAA PMGAAA VVVVxx -5634 4384 0 2 4 14 34 634 1634 634 5634 68 69 SIAAAA QMGAAA AAAAxx -8617 4385 1 1 7 17 17 617 617 3617 8617 34 35 LTAAAA RMGAAA HHHHxx -8949 4386 1 1 9 9 49 949 949 3949 8949 98 99 FGAAAA SMGAAA OOOOxx -3964 4387 0 0 4 4 64 964 1964 3964 3964 128 129 MWAAAA TMGAAA VVVVxx -3852 4388 0 0 2 12 52 852 1852 3852 3852 104 105 ESAAAA UMGAAA AAAAxx -1555 4389 1 3 5 15 55 555 1555 1555 1555 110 111 VHAAAA VMGAAA HHHHxx -6536 4390 0 0 6 16 36 536 536 1536 6536 72 73 KRAAAA WMGAAA OOOOxx -4779 4391 1 3 9 19 79 779 779 4779 4779 158 159 VBAAAA XMGAAA VVVVxx -1893 4392 1 1 3 13 93 893 1893 1893 1893 186 187 VUAAAA YMGAAA AAAAxx -9358 4393 0 2 8 18 58 358 1358 4358 9358 116 117 YVAAAA ZMGAAA HHHHxx -7438 4394 0 2 8 18 38 438 1438 2438 7438 76 77 CAAAAA ANGAAA OOOOxx -941 4395 1 1 1 1 41 941 941 941 941 82 83 FKAAAA BNGAAA VVVVxx -4844 4396 0 0 4 4 44 844 844 4844 4844 88 89 IEAAAA CNGAAA AAAAxx -4745 4397 1 1 5 5 45 745 745 4745 4745 90 91 NAAAAA DNGAAA HHHHxx -1017 4398 1 1 7 17 17 17 1017 1017 1017 34 35 DNAAAA ENGAAA OOOOxx -327 4399 1 3 7 7 27 327 327 327 327 54 55 PMAAAA FNGAAA VVVVxx -3152 4400 0 0 2 12 52 152 1152 3152 3152 104 105 GRAAAA GNGAAA AAAAxx -4711 4401 1 3 1 11 11 711 711 4711 4711 22 23 FZAAAA HNGAAA HHHHxx -141 4402 1 1 1 1 41 141 141 141 141 82 83 LFAAAA INGAAA OOOOxx -1303 4403 1 3 3 3 3 303 1303 1303 1303 6 7 DYAAAA JNGAAA VVVVxx -8873 4404 1 1 3 13 73 873 873 3873 8873 146 147 HDAAAA KNGAAA AAAAxx -8481 4405 1 1 1 1 81 481 481 3481 8481 162 163 FOAAAA LNGAAA HHHHxx -5445 4406 1 1 5 5 45 445 1445 445 5445 90 91 LBAAAA MNGAAA OOOOxx -7868 4407 0 0 8 8 68 868 1868 2868 7868 136 137 QQAAAA NNGAAA VVVVxx -6722 4408 0 2 2 2 22 722 722 1722 6722 44 45 OYAAAA ONGAAA AAAAxx -6628 4409 0 0 8 8 28 628 628 1628 6628 56 57 YUAAAA PNGAAA HHHHxx -7738 4410 0 2 8 18 38 738 1738 2738 7738 76 77 QLAAAA QNGAAA OOOOxx -1018 4411 0 2 8 18 18 18 1018 1018 1018 36 37 ENAAAA RNGAAA VVVVxx -3296 4412 0 0 6 16 96 296 1296 3296 3296 192 193 UWAAAA SNGAAA AAAAxx -1946 4413 0 2 6 6 46 946 1946 1946 1946 92 93 WWAAAA TNGAAA HHHHxx -6603 4414 1 3 3 3 3 603 603 1603 6603 6 7 ZTAAAA UNGAAA OOOOxx -3562 4415 0 2 2 2 62 562 1562 3562 3562 124 125 AHAAAA VNGAAA VVVVxx -1147 4416 1 3 7 7 47 147 1147 1147 1147 94 95 DSAAAA WNGAAA AAAAxx -6031 4417 1 3 1 11 31 31 31 1031 6031 62 63 ZXAAAA XNGAAA HHHHxx -6484 4418 0 0 4 4 84 484 484 1484 6484 168 169 KPAAAA YNGAAA OOOOxx -496 4419 0 0 6 16 96 496 496 496 496 192 193 CTAAAA ZNGAAA VVVVxx -4563 4420 1 3 3 3 63 563 563 4563 4563 126 127 NTAAAA AOGAAA AAAAxx -1037 4421 1 1 7 17 37 37 1037 1037 1037 74 75 XNAAAA BOGAAA HHHHxx -9672 4422 0 0 2 12 72 672 1672 4672 9672 144 145 AIAAAA COGAAA OOOOxx -9053 4423 1 1 3 13 53 53 1053 4053 9053 106 107 FKAAAA DOGAAA VVVVxx -2523 4424 1 3 3 3 23 523 523 2523 2523 46 47 BTAAAA EOGAAA AAAAxx -8519 4425 1 3 9 19 19 519 519 3519 8519 38 39 RPAAAA FOGAAA HHHHxx -8190 4426 0 2 0 10 90 190 190 3190 8190 180 181 ADAAAA GOGAAA OOOOxx -2068 4427 0 0 8 8 68 68 68 2068 2068 136 137 OBAAAA HOGAAA VVVVxx -8569 4428 1 1 9 9 69 569 569 3569 8569 138 139 PRAAAA IOGAAA AAAAxx -6535 4429 1 3 5 15 35 535 535 1535 6535 70 71 JRAAAA JOGAAA HHHHxx -1810 4430 0 2 0 10 10 810 1810 1810 1810 20 21 QRAAAA KOGAAA OOOOxx -3099 4431 1 3 9 19 99 99 1099 3099 3099 198 199 FPAAAA LOGAAA VVVVxx -7466 4432 0 2 6 6 66 466 1466 2466 7466 132 133 EBAAAA MOGAAA AAAAxx -4017 4433 1 1 7 17 17 17 17 4017 4017 34 35 NYAAAA NOGAAA HHHHxx -1097 4434 1 1 7 17 97 97 1097 1097 1097 194 195 FQAAAA OOGAAA OOOOxx -7686 4435 0 2 6 6 86 686 1686 2686 7686 172 173 QJAAAA POGAAA VVVVxx -6742 4436 0 2 2 2 42 742 742 1742 6742 84 85 IZAAAA QOGAAA AAAAxx -5966 4437 0 2 6 6 66 966 1966 966 5966 132 133 MVAAAA ROGAAA HHHHxx -3632 4438 0 0 2 12 32 632 1632 3632 3632 64 65 SJAAAA SOGAAA OOOOxx -8837 4439 1 1 7 17 37 837 837 3837 8837 74 75 XBAAAA TOGAAA VVVVxx -1667 4440 1 3 7 7 67 667 1667 1667 1667 134 135 DMAAAA UOGAAA AAAAxx -8833 4441 1 1 3 13 33 833 833 3833 8833 66 67 TBAAAA VOGAAA HHHHxx -9805 4442 1 1 5 5 5 805 1805 4805 9805 10 11 DNAAAA WOGAAA OOOOxx -3650 4443 0 2 0 10 50 650 1650 3650 3650 100 101 KKAAAA XOGAAA VVVVxx -2237 4444 1 1 7 17 37 237 237 2237 2237 74 75 BIAAAA YOGAAA AAAAxx -9980 4445 0 0 0 0 80 980 1980 4980 9980 160 161 WTAAAA ZOGAAA HHHHxx -2861 4446 1 1 1 1 61 861 861 2861 2861 122 123 BGAAAA APGAAA OOOOxx -1334 4447 0 2 4 14 34 334 1334 1334 1334 68 69 IZAAAA BPGAAA VVVVxx -842 4448 0 2 2 2 42 842 842 842 842 84 85 KGAAAA CPGAAA AAAAxx -1116 4449 0 0 6 16 16 116 1116 1116 1116 32 33 YQAAAA DPGAAA HHHHxx -4055 4450 1 3 5 15 55 55 55 4055 4055 110 111 ZZAAAA EPGAAA OOOOxx -3842 4451 0 2 2 2 42 842 1842 3842 3842 84 85 URAAAA FPGAAA VVVVxx -1886 4452 0 2 6 6 86 886 1886 1886 1886 172 173 OUAAAA GPGAAA AAAAxx -8589 4453 1 1 9 9 89 589 589 3589 8589 178 179 JSAAAA HPGAAA HHHHxx -5873 4454 1 1 3 13 73 873 1873 873 5873 146 147 XRAAAA IPGAAA OOOOxx -7711 4455 1 3 1 11 11 711 1711 2711 7711 22 23 PKAAAA JPGAAA VVVVxx -911 4456 1 3 1 11 11 911 911 911 911 22 23 BJAAAA KPGAAA AAAAxx -5837 4457 1 1 7 17 37 837 1837 837 5837 74 75 NQAAAA LPGAAA HHHHxx -897 4458 1 1 7 17 97 897 897 897 897 194 195 NIAAAA MPGAAA OOOOxx -4299 4459 1 3 9 19 99 299 299 4299 4299 198 199 JJAAAA NPGAAA VVVVxx -7774 4460 0 2 4 14 74 774 1774 2774 7774 148 149 ANAAAA OPGAAA AAAAxx -7832 4461 0 0 2 12 32 832 1832 2832 7832 64 65 GPAAAA PPGAAA HHHHxx -9915 4462 1 3 5 15 15 915 1915 4915 9915 30 31 JRAAAA QPGAAA OOOOxx -9 4463 1 1 9 9 9 9 9 9 9 18 19 JAAAAA RPGAAA VVVVxx -9675 4464 1 3 5 15 75 675 1675 4675 9675 150 151 DIAAAA SPGAAA AAAAxx -7953 4465 1 1 3 13 53 953 1953 2953 7953 106 107 XTAAAA TPGAAA HHHHxx -8912 4466 0 0 2 12 12 912 912 3912 8912 24 25 UEAAAA UPGAAA OOOOxx -4188 4467 0 0 8 8 88 188 188 4188 4188 176 177 CFAAAA VPGAAA VVVVxx -8446 4468 0 2 6 6 46 446 446 3446 8446 92 93 WMAAAA WPGAAA AAAAxx -1600 4469 0 0 0 0 0 600 1600 1600 1600 0 1 OJAAAA XPGAAA HHHHxx -43 4470 1 3 3 3 43 43 43 43 43 86 87 RBAAAA YPGAAA OOOOxx -544 4471 0 0 4 4 44 544 544 544 544 88 89 YUAAAA ZPGAAA VVVVxx -6977 4472 1 1 7 17 77 977 977 1977 6977 154 155 JIAAAA AQGAAA AAAAxx -3191 4473 1 3 1 11 91 191 1191 3191 3191 182 183 TSAAAA BQGAAA HHHHxx -418 4474 0 2 8 18 18 418 418 418 418 36 37 CQAAAA CQGAAA OOOOxx -3142 4475 0 2 2 2 42 142 1142 3142 3142 84 85 WQAAAA DQGAAA VVVVxx -5042 4476 0 2 2 2 42 42 1042 42 5042 84 85 YLAAAA EQGAAA AAAAxx -2194 4477 0 2 4 14 94 194 194 2194 2194 188 189 KGAAAA FQGAAA HHHHxx -2397 4478 1 1 7 17 97 397 397 2397 2397 194 195 FOAAAA GQGAAA OOOOxx -4684 4479 0 0 4 4 84 684 684 4684 4684 168 169 EYAAAA HQGAAA VVVVxx -34 4480 0 2 4 14 34 34 34 34 34 68 69 IBAAAA IQGAAA AAAAxx -3844 4481 0 0 4 4 44 844 1844 3844 3844 88 89 WRAAAA JQGAAA HHHHxx -7824 4482 0 0 4 4 24 824 1824 2824 7824 48 49 YOAAAA KQGAAA OOOOxx -6177 4483 1 1 7 17 77 177 177 1177 6177 154 155 PDAAAA LQGAAA VVVVxx -9657 4484 1 1 7 17 57 657 1657 4657 9657 114 115 LHAAAA MQGAAA AAAAxx -4546 4485 0 2 6 6 46 546 546 4546 4546 92 93 WSAAAA NQGAAA HHHHxx -599 4486 1 3 9 19 99 599 599 599 599 198 199 BXAAAA OQGAAA OOOOxx -153 4487 1 1 3 13 53 153 153 153 153 106 107 XFAAAA PQGAAA VVVVxx -6910 4488 0 2 0 10 10 910 910 1910 6910 20 21 UFAAAA QQGAAA AAAAxx -4408 4489 0 0 8 8 8 408 408 4408 4408 16 17 ONAAAA RQGAAA HHHHxx -1164 4490 0 0 4 4 64 164 1164 1164 1164 128 129 USAAAA SQGAAA OOOOxx -6469 4491 1 1 9 9 69 469 469 1469 6469 138 139 VOAAAA TQGAAA VVVVxx -5996 4492 0 0 6 16 96 996 1996 996 5996 192 193 QWAAAA UQGAAA AAAAxx -2639 4493 1 3 9 19 39 639 639 2639 2639 78 79 NXAAAA VQGAAA HHHHxx -2678 4494 0 2 8 18 78 678 678 2678 2678 156 157 AZAAAA WQGAAA OOOOxx -8392 4495 0 0 2 12 92 392 392 3392 8392 184 185 UKAAAA XQGAAA VVVVxx -1386 4496 0 2 6 6 86 386 1386 1386 1386 172 173 IBAAAA YQGAAA AAAAxx -5125 4497 1 1 5 5 25 125 1125 125 5125 50 51 DPAAAA ZQGAAA HHHHxx -8453 4498 1 1 3 13 53 453 453 3453 8453 106 107 DNAAAA ARGAAA OOOOxx -2369 4499 1 1 9 9 69 369 369 2369 2369 138 139 DNAAAA BRGAAA VVVVxx -1608 4500 0 0 8 8 8 608 1608 1608 1608 16 17 WJAAAA CRGAAA AAAAxx -3781 4501 1 1 1 1 81 781 1781 3781 3781 162 163 LPAAAA DRGAAA HHHHxx -903 4502 1 3 3 3 3 903 903 903 903 6 7 TIAAAA ERGAAA OOOOxx -2099 4503 1 3 9 19 99 99 99 2099 2099 198 199 TCAAAA FRGAAA VVVVxx -538 4504 0 2 8 18 38 538 538 538 538 76 77 SUAAAA GRGAAA AAAAxx -9177 4505 1 1 7 17 77 177 1177 4177 9177 154 155 ZOAAAA HRGAAA HHHHxx -420 4506 0 0 0 0 20 420 420 420 420 40 41 EQAAAA IRGAAA OOOOxx -9080 4507 0 0 0 0 80 80 1080 4080 9080 160 161 GLAAAA JRGAAA VVVVxx -2630 4508 0 2 0 10 30 630 630 2630 2630 60 61 EXAAAA KRGAAA AAAAxx -5978 4509 0 2 8 18 78 978 1978 978 5978 156 157 YVAAAA LRGAAA HHHHxx -9239 4510 1 3 9 19 39 239 1239 4239 9239 78 79 JRAAAA MRGAAA OOOOxx -4372 4511 0 0 2 12 72 372 372 4372 4372 144 145 EMAAAA NRGAAA VVVVxx -4357 4512 1 1 7 17 57 357 357 4357 4357 114 115 PLAAAA ORGAAA AAAAxx -9857 4513 1 1 7 17 57 857 1857 4857 9857 114 115 DPAAAA PRGAAA HHHHxx -7933 4514 1 1 3 13 33 933 1933 2933 7933 66 67 DTAAAA QRGAAA OOOOxx -9574 4515 0 2 4 14 74 574 1574 4574 9574 148 149 GEAAAA RRGAAA VVVVxx -8294 4516 0 2 4 14 94 294 294 3294 8294 188 189 AHAAAA SRGAAA AAAAxx -627 4517 1 3 7 7 27 627 627 627 627 54 55 DYAAAA TRGAAA HHHHxx -3229 4518 1 1 9 9 29 229 1229 3229 3229 58 59 FUAAAA URGAAA OOOOxx -3163 4519 1 3 3 3 63 163 1163 3163 3163 126 127 RRAAAA VRGAAA VVVVxx -7349 4520 1 1 9 9 49 349 1349 2349 7349 98 99 RWAAAA WRGAAA AAAAxx -6889 4521 1 1 9 9 89 889 889 1889 6889 178 179 ZEAAAA XRGAAA HHHHxx -2101 4522 1 1 1 1 1 101 101 2101 2101 2 3 VCAAAA YRGAAA OOOOxx -6476 4523 0 0 6 16 76 476 476 1476 6476 152 153 CPAAAA ZRGAAA VVVVxx -6765 4524 1 1 5 5 65 765 765 1765 6765 130 131 FAAAAA ASGAAA AAAAxx -4204 4525 0 0 4 4 4 204 204 4204 4204 8 9 SFAAAA BSGAAA HHHHxx -5915 4526 1 3 5 15 15 915 1915 915 5915 30 31 NTAAAA CSGAAA OOOOxx -2318 4527 0 2 8 18 18 318 318 2318 2318 36 37 ELAAAA DSGAAA VVVVxx -294 4528 0 2 4 14 94 294 294 294 294 188 189 ILAAAA ESGAAA AAAAxx -5245 4529 1 1 5 5 45 245 1245 245 5245 90 91 TTAAAA FSGAAA HHHHxx -4481 4530 1 1 1 1 81 481 481 4481 4481 162 163 JQAAAA GSGAAA OOOOxx -7754 4531 0 2 4 14 54 754 1754 2754 7754 108 109 GMAAAA HSGAAA VVVVxx -8494 4532 0 2 4 14 94 494 494 3494 8494 188 189 SOAAAA ISGAAA AAAAxx -4014 4533 0 2 4 14 14 14 14 4014 4014 28 29 KYAAAA JSGAAA HHHHxx -2197 4534 1 1 7 17 97 197 197 2197 2197 194 195 NGAAAA KSGAAA OOOOxx -1297 4535 1 1 7 17 97 297 1297 1297 1297 194 195 XXAAAA LSGAAA VVVVxx -1066 4536 0 2 6 6 66 66 1066 1066 1066 132 133 APAAAA MSGAAA AAAAxx -5710 4537 0 2 0 10 10 710 1710 710 5710 20 21 QLAAAA NSGAAA HHHHxx -4100 4538 0 0 0 0 0 100 100 4100 4100 0 1 SBAAAA OSGAAA OOOOxx -7356 4539 0 0 6 16 56 356 1356 2356 7356 112 113 YWAAAA PSGAAA VVVVxx -7658 4540 0 2 8 18 58 658 1658 2658 7658 116 117 OIAAAA QSGAAA AAAAxx -3666 4541 0 2 6 6 66 666 1666 3666 3666 132 133 ALAAAA RSGAAA HHHHxx -9713 4542 1 1 3 13 13 713 1713 4713 9713 26 27 PJAAAA SSGAAA OOOOxx -691 4543 1 3 1 11 91 691 691 691 691 182 183 PAAAAA TSGAAA VVVVxx -3112 4544 0 0 2 12 12 112 1112 3112 3112 24 25 SPAAAA USGAAA AAAAxx -6035 4545 1 3 5 15 35 35 35 1035 6035 70 71 DYAAAA VSGAAA HHHHxx -8353 4546 1 1 3 13 53 353 353 3353 8353 106 107 HJAAAA WSGAAA OOOOxx -5679 4547 1 3 9 19 79 679 1679 679 5679 158 159 LKAAAA XSGAAA VVVVxx -2124 4548 0 0 4 4 24 124 124 2124 2124 48 49 SDAAAA YSGAAA AAAAxx -4714 4549 0 2 4 14 14 714 714 4714 4714 28 29 IZAAAA ZSGAAA HHHHxx -9048 4550 0 0 8 8 48 48 1048 4048 9048 96 97 AKAAAA ATGAAA OOOOxx -7692 4551 0 0 2 12 92 692 1692 2692 7692 184 185 WJAAAA BTGAAA VVVVxx -4542 4552 0 2 2 2 42 542 542 4542 4542 84 85 SSAAAA CTGAAA AAAAxx -8737 4553 1 1 7 17 37 737 737 3737 8737 74 75 BYAAAA DTGAAA HHHHxx -4977 4554 1 1 7 17 77 977 977 4977 4977 154 155 LJAAAA ETGAAA OOOOxx -9349 4555 1 1 9 9 49 349 1349 4349 9349 98 99 PVAAAA FTGAAA VVVVxx -731 4556 1 3 1 11 31 731 731 731 731 62 63 DCAAAA GTGAAA AAAAxx -1788 4557 0 0 8 8 88 788 1788 1788 1788 176 177 UQAAAA HTGAAA HHHHxx -7830 4558 0 2 0 10 30 830 1830 2830 7830 60 61 EPAAAA ITGAAA OOOOxx -3977 4559 1 1 7 17 77 977 1977 3977 3977 154 155 ZWAAAA JTGAAA VVVVxx -2421 4560 1 1 1 1 21 421 421 2421 2421 42 43 DPAAAA KTGAAA AAAAxx -5891 4561 1 3 1 11 91 891 1891 891 5891 182 183 PSAAAA LTGAAA HHHHxx -1111 4562 1 3 1 11 11 111 1111 1111 1111 22 23 TQAAAA MTGAAA OOOOxx -9224 4563 0 0 4 4 24 224 1224 4224 9224 48 49 UQAAAA NTGAAA VVVVxx -9872 4564 0 0 2 12 72 872 1872 4872 9872 144 145 SPAAAA OTGAAA AAAAxx -2433 4565 1 1 3 13 33 433 433 2433 2433 66 67 PPAAAA PTGAAA HHHHxx -1491 4566 1 3 1 11 91 491 1491 1491 1491 182 183 JFAAAA QTGAAA OOOOxx -6653 4567 1 1 3 13 53 653 653 1653 6653 106 107 XVAAAA RTGAAA VVVVxx -1907 4568 1 3 7 7 7 907 1907 1907 1907 14 15 JVAAAA STGAAA AAAAxx -889 4569 1 1 9 9 89 889 889 889 889 178 179 FIAAAA TTGAAA HHHHxx -561 4570 1 1 1 1 61 561 561 561 561 122 123 PVAAAA UTGAAA OOOOxx -7415 4571 1 3 5 15 15 415 1415 2415 7415 30 31 FZAAAA VTGAAA VVVVxx -2703 4572 1 3 3 3 3 703 703 2703 2703 6 7 ZZAAAA WTGAAA AAAAxx -2561 4573 1 1 1 1 61 561 561 2561 2561 122 123 NUAAAA XTGAAA HHHHxx -1257 4574 1 1 7 17 57 257 1257 1257 1257 114 115 JWAAAA YTGAAA OOOOxx -2390 4575 0 2 0 10 90 390 390 2390 2390 180 181 YNAAAA ZTGAAA VVVVxx -3915 4576 1 3 5 15 15 915 1915 3915 3915 30 31 PUAAAA AUGAAA AAAAxx -8476 4577 0 0 6 16 76 476 476 3476 8476 152 153 AOAAAA BUGAAA HHHHxx -607 4578 1 3 7 7 7 607 607 607 607 14 15 JXAAAA CUGAAA OOOOxx -3891 4579 1 3 1 11 91 891 1891 3891 3891 182 183 RTAAAA DUGAAA VVVVxx -7269 4580 1 1 9 9 69 269 1269 2269 7269 138 139 PTAAAA EUGAAA AAAAxx -9537 4581 1 1 7 17 37 537 1537 4537 9537 74 75 VCAAAA FUGAAA HHHHxx -8518 4582 0 2 8 18 18 518 518 3518 8518 36 37 QPAAAA GUGAAA OOOOxx -5221 4583 1 1 1 1 21 221 1221 221 5221 42 43 VSAAAA HUGAAA VVVVxx -3274 4584 0 2 4 14 74 274 1274 3274 3274 148 149 YVAAAA IUGAAA AAAAxx -6677 4585 1 1 7 17 77 677 677 1677 6677 154 155 VWAAAA JUGAAA HHHHxx -3114 4586 0 2 4 14 14 114 1114 3114 3114 28 29 UPAAAA KUGAAA OOOOxx -1966 4587 0 2 6 6 66 966 1966 1966 1966 132 133 QXAAAA LUGAAA VVVVxx -5941 4588 1 1 1 1 41 941 1941 941 5941 82 83 NUAAAA MUGAAA AAAAxx -9463 4589 1 3 3 3 63 463 1463 4463 9463 126 127 ZZAAAA NUGAAA HHHHxx -8966 4590 0 2 6 6 66 966 966 3966 8966 132 133 WGAAAA OUGAAA OOOOxx -4402 4591 0 2 2 2 2 402 402 4402 4402 4 5 INAAAA PUGAAA VVVVxx -3364 4592 0 0 4 4 64 364 1364 3364 3364 128 129 KZAAAA QUGAAA AAAAxx -3698 4593 0 2 8 18 98 698 1698 3698 3698 196 197 GMAAAA RUGAAA HHHHxx -4651 4594 1 3 1 11 51 651 651 4651 4651 102 103 XWAAAA SUGAAA OOOOxx -2127 4595 1 3 7 7 27 127 127 2127 2127 54 55 VDAAAA TUGAAA VVVVxx -3614 4596 0 2 4 14 14 614 1614 3614 3614 28 29 AJAAAA UUGAAA AAAAxx -5430 4597 0 2 0 10 30 430 1430 430 5430 60 61 WAAAAA VUGAAA HHHHxx -3361 4598 1 1 1 1 61 361 1361 3361 3361 122 123 HZAAAA WUGAAA OOOOxx -4798 4599 0 2 8 18 98 798 798 4798 4798 196 197 OCAAAA XUGAAA VVVVxx -8269 4600 1 1 9 9 69 269 269 3269 8269 138 139 BGAAAA YUGAAA AAAAxx -6458 4601 0 2 8 18 58 458 458 1458 6458 116 117 KOAAAA ZUGAAA HHHHxx -3358 4602 0 2 8 18 58 358 1358 3358 3358 116 117 EZAAAA AVGAAA OOOOxx -5898 4603 0 2 8 18 98 898 1898 898 5898 196 197 WSAAAA BVGAAA VVVVxx -1880 4604 0 0 0 0 80 880 1880 1880 1880 160 161 IUAAAA CVGAAA AAAAxx -782 4605 0 2 2 2 82 782 782 782 782 164 165 CEAAAA DVGAAA HHHHxx -3102 4606 0 2 2 2 2 102 1102 3102 3102 4 5 IPAAAA EVGAAA OOOOxx -6366 4607 0 2 6 6 66 366 366 1366 6366 132 133 WKAAAA FVGAAA VVVVxx -399 4608 1 3 9 19 99 399 399 399 399 198 199 JPAAAA GVGAAA AAAAxx -6773 4609 1 1 3 13 73 773 773 1773 6773 146 147 NAAAAA HVGAAA HHHHxx -7942 4610 0 2 2 2 42 942 1942 2942 7942 84 85 MTAAAA IVGAAA OOOOxx -6274 4611 0 2 4 14 74 274 274 1274 6274 148 149 IHAAAA JVGAAA VVVVxx -7447 4612 1 3 7 7 47 447 1447 2447 7447 94 95 LAAAAA KVGAAA AAAAxx -7648 4613 0 0 8 8 48 648 1648 2648 7648 96 97 EIAAAA LVGAAA HHHHxx -3997 4614 1 1 7 17 97 997 1997 3997 3997 194 195 TXAAAA MVGAAA OOOOxx -1759 4615 1 3 9 19 59 759 1759 1759 1759 118 119 RPAAAA NVGAAA VVVVxx -1785 4616 1 1 5 5 85 785 1785 1785 1785 170 171 RQAAAA OVGAAA AAAAxx -8930 4617 0 2 0 10 30 930 930 3930 8930 60 61 MFAAAA PVGAAA HHHHxx -7595 4618 1 3 5 15 95 595 1595 2595 7595 190 191 DGAAAA QVGAAA OOOOxx -6752 4619 0 0 2 12 52 752 752 1752 6752 104 105 SZAAAA RVGAAA VVVVxx -5635 4620 1 3 5 15 35 635 1635 635 5635 70 71 TIAAAA SVGAAA AAAAxx -1579 4621 1 3 9 19 79 579 1579 1579 1579 158 159 TIAAAA TVGAAA HHHHxx -7743 4622 1 3 3 3 43 743 1743 2743 7743 86 87 VLAAAA UVGAAA OOOOxx -5856 4623 0 0 6 16 56 856 1856 856 5856 112 113 GRAAAA VVGAAA VVVVxx -7273 4624 1 1 3 13 73 273 1273 2273 7273 146 147 TTAAAA WVGAAA AAAAxx -1399 4625 1 3 9 19 99 399 1399 1399 1399 198 199 VBAAAA XVGAAA HHHHxx -3694 4626 0 2 4 14 94 694 1694 3694 3694 188 189 CMAAAA YVGAAA OOOOxx -2782 4627 0 2 2 2 82 782 782 2782 2782 164 165 ADAAAA ZVGAAA VVVVxx -6951 4628 1 3 1 11 51 951 951 1951 6951 102 103 JHAAAA AWGAAA AAAAxx -6053 4629 1 1 3 13 53 53 53 1053 6053 106 107 VYAAAA BWGAAA HHHHxx -1753 4630 1 1 3 13 53 753 1753 1753 1753 106 107 LPAAAA CWGAAA OOOOxx -3985 4631 1 1 5 5 85 985 1985 3985 3985 170 171 HXAAAA DWGAAA VVVVxx -6159 4632 1 3 9 19 59 159 159 1159 6159 118 119 XCAAAA EWGAAA AAAAxx -6250 4633 0 2 0 10 50 250 250 1250 6250 100 101 KGAAAA FWGAAA HHHHxx -6240 4634 0 0 0 0 40 240 240 1240 6240 80 81 AGAAAA GWGAAA OOOOxx -6571 4635 1 3 1 11 71 571 571 1571 6571 142 143 TSAAAA HWGAAA VVVVxx -8624 4636 0 0 4 4 24 624 624 3624 8624 48 49 STAAAA IWGAAA AAAAxx -9718 4637 0 2 8 18 18 718 1718 4718 9718 36 37 UJAAAA JWGAAA HHHHxx -5529 4638 1 1 9 9 29 529 1529 529 5529 58 59 REAAAA KWGAAA OOOOxx -7089 4639 1 1 9 9 89 89 1089 2089 7089 178 179 RMAAAA LWGAAA VVVVxx -5488 4640 0 0 8 8 88 488 1488 488 5488 176 177 CDAAAA MWGAAA AAAAxx -5444 4641 0 0 4 4 44 444 1444 444 5444 88 89 KBAAAA NWGAAA HHHHxx -4899 4642 1 3 9 19 99 899 899 4899 4899 198 199 LGAAAA OWGAAA OOOOxx -7928 4643 0 0 8 8 28 928 1928 2928 7928 56 57 YSAAAA PWGAAA VVVVxx -4736 4644 0 0 6 16 36 736 736 4736 4736 72 73 EAAAAA QWGAAA AAAAxx -4317 4645 1 1 7 17 17 317 317 4317 4317 34 35 BKAAAA RWGAAA HHHHxx -1174 4646 0 2 4 14 74 174 1174 1174 1174 148 149 ETAAAA SWGAAA OOOOxx -6138 4647 0 2 8 18 38 138 138 1138 6138 76 77 CCAAAA TWGAAA VVVVxx -3943 4648 1 3 3 3 43 943 1943 3943 3943 86 87 RVAAAA UWGAAA AAAAxx -1545 4649 1 1 5 5 45 545 1545 1545 1545 90 91 LHAAAA VWGAAA HHHHxx -6867 4650 1 3 7 7 67 867 867 1867 6867 134 135 DEAAAA WWGAAA OOOOxx -6832 4651 0 0 2 12 32 832 832 1832 6832 64 65 UCAAAA XWGAAA VVVVxx -2987 4652 1 3 7 7 87 987 987 2987 2987 174 175 XKAAAA YWGAAA AAAAxx -5169 4653 1 1 9 9 69 169 1169 169 5169 138 139 VQAAAA ZWGAAA HHHHxx -8998 4654 0 2 8 18 98 998 998 3998 8998 196 197 CIAAAA AXGAAA OOOOxx -9347 4655 1 3 7 7 47 347 1347 4347 9347 94 95 NVAAAA BXGAAA VVVVxx -4800 4656 0 0 0 0 0 800 800 4800 4800 0 1 QCAAAA CXGAAA AAAAxx -4200 4657 0 0 0 0 0 200 200 4200 4200 0 1 OFAAAA DXGAAA HHHHxx -4046 4658 0 2 6 6 46 46 46 4046 4046 92 93 QZAAAA EXGAAA OOOOxx -7142 4659 0 2 2 2 42 142 1142 2142 7142 84 85 SOAAAA FXGAAA VVVVxx -2733 4660 1 1 3 13 33 733 733 2733 2733 66 67 DBAAAA GXGAAA AAAAxx -1568 4661 0 0 8 8 68 568 1568 1568 1568 136 137 IIAAAA HXGAAA HHHHxx -5105 4662 1 1 5 5 5 105 1105 105 5105 10 11 JOAAAA IXGAAA OOOOxx -9115 4663 1 3 5 15 15 115 1115 4115 9115 30 31 PMAAAA JXGAAA VVVVxx -6475 4664 1 3 5 15 75 475 475 1475 6475 150 151 BPAAAA KXGAAA AAAAxx -3796 4665 0 0 6 16 96 796 1796 3796 3796 192 193 AQAAAA LXGAAA HHHHxx -5410 4666 0 2 0 10 10 410 1410 410 5410 20 21 CAAAAA MXGAAA OOOOxx -4023 4667 1 3 3 3 23 23 23 4023 4023 46 47 TYAAAA NXGAAA VVVVxx -8904 4668 0 0 4 4 4 904 904 3904 8904 8 9 MEAAAA OXGAAA AAAAxx -450 4669 0 2 0 10 50 450 450 450 450 100 101 IRAAAA PXGAAA HHHHxx -8087 4670 1 3 7 7 87 87 87 3087 8087 174 175 BZAAAA QXGAAA OOOOxx -6478 4671 0 2 8 18 78 478 478 1478 6478 156 157 EPAAAA RXGAAA VVVVxx -2696 4672 0 0 6 16 96 696 696 2696 2696 192 193 SZAAAA SXGAAA AAAAxx -1792 4673 0 0 2 12 92 792 1792 1792 1792 184 185 YQAAAA TXGAAA HHHHxx -9699 4674 1 3 9 19 99 699 1699 4699 9699 198 199 BJAAAA UXGAAA OOOOxx -9160 4675 0 0 0 0 60 160 1160 4160 9160 120 121 IOAAAA VXGAAA VVVVxx -9989 4676 1 1 9 9 89 989 1989 4989 9989 178 179 FUAAAA WXGAAA AAAAxx -9568 4677 0 0 8 8 68 568 1568 4568 9568 136 137 AEAAAA XXGAAA HHHHxx -487 4678 1 3 7 7 87 487 487 487 487 174 175 TSAAAA YXGAAA OOOOxx -7863 4679 1 3 3 3 63 863 1863 2863 7863 126 127 LQAAAA ZXGAAA VVVVxx -1884 4680 0 0 4 4 84 884 1884 1884 1884 168 169 MUAAAA AYGAAA AAAAxx -2651 4681 1 3 1 11 51 651 651 2651 2651 102 103 ZXAAAA BYGAAA HHHHxx -8285 4682 1 1 5 5 85 285 285 3285 8285 170 171 RGAAAA CYGAAA OOOOxx -3927 4683 1 3 7 7 27 927 1927 3927 3927 54 55 BVAAAA DYGAAA VVVVxx -4076 4684 0 0 6 16 76 76 76 4076 4076 152 153 UAAAAA EYGAAA AAAAxx -6149 4685 1 1 9 9 49 149 149 1149 6149 98 99 NCAAAA FYGAAA HHHHxx -6581 4686 1 1 1 1 81 581 581 1581 6581 162 163 DTAAAA GYGAAA OOOOxx -8293 4687 1 1 3 13 93 293 293 3293 8293 186 187 ZGAAAA HYGAAA VVVVxx -7665 4688 1 1 5 5 65 665 1665 2665 7665 130 131 VIAAAA IYGAAA AAAAxx -4435 4689 1 3 5 15 35 435 435 4435 4435 70 71 POAAAA JYGAAA HHHHxx -1271 4690 1 3 1 11 71 271 1271 1271 1271 142 143 XWAAAA KYGAAA OOOOxx -3928 4691 0 0 8 8 28 928 1928 3928 3928 56 57 CVAAAA LYGAAA VVVVxx -7045 4692 1 1 5 5 45 45 1045 2045 7045 90 91 ZKAAAA MYGAAA AAAAxx -4943 4693 1 3 3 3 43 943 943 4943 4943 86 87 DIAAAA NYGAAA HHHHxx -8473 4694 1 1 3 13 73 473 473 3473 8473 146 147 XNAAAA OYGAAA OOOOxx -1707 4695 1 3 7 7 7 707 1707 1707 1707 14 15 RNAAAA PYGAAA VVVVxx -7509 4696 1 1 9 9 9 509 1509 2509 7509 18 19 VCAAAA QYGAAA AAAAxx -1593 4697 1 1 3 13 93 593 1593 1593 1593 186 187 HJAAAA RYGAAA HHHHxx -9281 4698 1 1 1 1 81 281 1281 4281 9281 162 163 ZSAAAA SYGAAA OOOOxx -8986 4699 0 2 6 6 86 986 986 3986 8986 172 173 QHAAAA TYGAAA VVVVxx -3740 4700 0 0 0 0 40 740 1740 3740 3740 80 81 WNAAAA UYGAAA AAAAxx -9265 4701 1 1 5 5 65 265 1265 4265 9265 130 131 JSAAAA VYGAAA HHHHxx -1510 4702 0 2 0 10 10 510 1510 1510 1510 20 21 CGAAAA WYGAAA OOOOxx -3022 4703 0 2 2 2 22 22 1022 3022 3022 44 45 GMAAAA XYGAAA VVVVxx -9014 4704 0 2 4 14 14 14 1014 4014 9014 28 29 SIAAAA YYGAAA AAAAxx -6816 4705 0 0 6 16 16 816 816 1816 6816 32 33 ECAAAA ZYGAAA HHHHxx -5518 4706 0 2 8 18 18 518 1518 518 5518 36 37 GEAAAA AZGAAA OOOOxx -4451 4707 1 3 1 11 51 451 451 4451 4451 102 103 FPAAAA BZGAAA VVVVxx -8747 4708 1 3 7 7 47 747 747 3747 8747 94 95 LYAAAA CZGAAA AAAAxx -4646 4709 0 2 6 6 46 646 646 4646 4646 92 93 SWAAAA DZGAAA HHHHxx -7296 4710 0 0 6 16 96 296 1296 2296 7296 192 193 QUAAAA EZGAAA OOOOxx -9644 4711 0 0 4 4 44 644 1644 4644 9644 88 89 YGAAAA FZGAAA VVVVxx -5977 4712 1 1 7 17 77 977 1977 977 5977 154 155 XVAAAA GZGAAA AAAAxx -6270 4713 0 2 0 10 70 270 270 1270 6270 140 141 EHAAAA HZGAAA HHHHxx -5578 4714 0 2 8 18 78 578 1578 578 5578 156 157 OGAAAA IZGAAA OOOOxx -2465 4715 1 1 5 5 65 465 465 2465 2465 130 131 VQAAAA JZGAAA VVVVxx -6436 4716 0 0 6 16 36 436 436 1436 6436 72 73 ONAAAA KZGAAA AAAAxx -8089 4717 1 1 9 9 89 89 89 3089 8089 178 179 DZAAAA LZGAAA HHHHxx -2409 4718 1 1 9 9 9 409 409 2409 2409 18 19 ROAAAA MZGAAA OOOOxx -284 4719 0 0 4 4 84 284 284 284 284 168 169 YKAAAA NZGAAA VVVVxx -5576 4720 0 0 6 16 76 576 1576 576 5576 152 153 MGAAAA OZGAAA AAAAxx -6534 4721 0 2 4 14 34 534 534 1534 6534 68 69 IRAAAA PZGAAA HHHHxx -8848 4722 0 0 8 8 48 848 848 3848 8848 96 97 ICAAAA QZGAAA OOOOxx -4305 4723 1 1 5 5 5 305 305 4305 4305 10 11 PJAAAA RZGAAA VVVVxx -5574 4724 0 2 4 14 74 574 1574 574 5574 148 149 KGAAAA SZGAAA AAAAxx -596 4725 0 0 6 16 96 596 596 596 596 192 193 YWAAAA TZGAAA HHHHxx -1253 4726 1 1 3 13 53 253 1253 1253 1253 106 107 FWAAAA UZGAAA OOOOxx -521 4727 1 1 1 1 21 521 521 521 521 42 43 BUAAAA VZGAAA VVVVxx -8739 4728 1 3 9 19 39 739 739 3739 8739 78 79 DYAAAA WZGAAA AAAAxx -908 4729 0 0 8 8 8 908 908 908 908 16 17 YIAAAA XZGAAA HHHHxx -6937 4730 1 1 7 17 37 937 937 1937 6937 74 75 VGAAAA YZGAAA OOOOxx -4515 4731 1 3 5 15 15 515 515 4515 4515 30 31 RRAAAA ZZGAAA VVVVxx -8630 4732 0 2 0 10 30 630 630 3630 8630 60 61 YTAAAA AAHAAA AAAAxx -7518 4733 0 2 8 18 18 518 1518 2518 7518 36 37 EDAAAA BAHAAA HHHHxx -8300 4734 0 0 0 0 0 300 300 3300 8300 0 1 GHAAAA CAHAAA OOOOxx -8434 4735 0 2 4 14 34 434 434 3434 8434 68 69 KMAAAA DAHAAA VVVVxx -6000 4736 0 0 0 0 0 0 0 1000 6000 0 1 UWAAAA EAHAAA AAAAxx -4508 4737 0 0 8 8 8 508 508 4508 4508 16 17 KRAAAA FAHAAA HHHHxx -7861 4738 1 1 1 1 61 861 1861 2861 7861 122 123 JQAAAA GAHAAA OOOOxx -5953 4739 1 1 3 13 53 953 1953 953 5953 106 107 ZUAAAA HAHAAA VVVVxx -5063 4740 1 3 3 3 63 63 1063 63 5063 126 127 TMAAAA IAHAAA AAAAxx -4501 4741 1 1 1 1 1 501 501 4501 4501 2 3 DRAAAA JAHAAA HHHHxx -7092 4742 0 0 2 12 92 92 1092 2092 7092 184 185 UMAAAA KAHAAA OOOOxx -4388 4743 0 0 8 8 88 388 388 4388 4388 176 177 UMAAAA LAHAAA VVVVxx -1826 4744 0 2 6 6 26 826 1826 1826 1826 52 53 GSAAAA MAHAAA AAAAxx -568 4745 0 0 8 8 68 568 568 568 568 136 137 WVAAAA NAHAAA HHHHxx -8184 4746 0 0 4 4 84 184 184 3184 8184 168 169 UCAAAA OAHAAA OOOOxx -4268 4747 0 0 8 8 68 268 268 4268 4268 136 137 EIAAAA PAHAAA VVVVxx -5798 4748 0 2 8 18 98 798 1798 798 5798 196 197 APAAAA QAHAAA AAAAxx -5190 4749 0 2 0 10 90 190 1190 190 5190 180 181 QRAAAA RAHAAA HHHHxx -1298 4750 0 2 8 18 98 298 1298 1298 1298 196 197 YXAAAA SAHAAA OOOOxx -4035 4751 1 3 5 15 35 35 35 4035 4035 70 71 FZAAAA TAHAAA VVVVxx -4504 4752 0 0 4 4 4 504 504 4504 4504 8 9 GRAAAA UAHAAA AAAAxx -5992 4753 0 0 2 12 92 992 1992 992 5992 184 185 MWAAAA VAHAAA HHHHxx -770 4754 0 2 0 10 70 770 770 770 770 140 141 QDAAAA WAHAAA OOOOxx -7502 4755 0 2 2 2 2 502 1502 2502 7502 4 5 OCAAAA XAHAAA VVVVxx -824 4756 0 0 4 4 24 824 824 824 824 48 49 SFAAAA YAHAAA AAAAxx -7716 4757 0 0 6 16 16 716 1716 2716 7716 32 33 UKAAAA ZAHAAA HHHHxx -5749 4758 1 1 9 9 49 749 1749 749 5749 98 99 DNAAAA ABHAAA OOOOxx -9814 4759 0 2 4 14 14 814 1814 4814 9814 28 29 MNAAAA BBHAAA VVVVxx -350 4760 0 2 0 10 50 350 350 350 350 100 101 MNAAAA CBHAAA AAAAxx -1390 4761 0 2 0 10 90 390 1390 1390 1390 180 181 MBAAAA DBHAAA HHHHxx -6994 4762 0 2 4 14 94 994 994 1994 6994 188 189 AJAAAA EBHAAA OOOOxx -3629 4763 1 1 9 9 29 629 1629 3629 3629 58 59 PJAAAA FBHAAA VVVVxx -9937 4764 1 1 7 17 37 937 1937 4937 9937 74 75 FSAAAA GBHAAA AAAAxx -5285 4765 1 1 5 5 85 285 1285 285 5285 170 171 HVAAAA HBHAAA HHHHxx -3157 4766 1 1 7 17 57 157 1157 3157 3157 114 115 LRAAAA IBHAAA OOOOxx -9549 4767 1 1 9 9 49 549 1549 4549 9549 98 99 HDAAAA JBHAAA VVVVxx -4118 4768 0 2 8 18 18 118 118 4118 4118 36 37 KCAAAA KBHAAA AAAAxx -756 4769 0 0 6 16 56 756 756 756 756 112 113 CDAAAA LBHAAA HHHHxx -5964 4770 0 0 4 4 64 964 1964 964 5964 128 129 KVAAAA MBHAAA OOOOxx -7701 4771 1 1 1 1 1 701 1701 2701 7701 2 3 FKAAAA NBHAAA VVVVxx -1242 4772 0 2 2 2 42 242 1242 1242 1242 84 85 UVAAAA OBHAAA AAAAxx -7890 4773 0 2 0 10 90 890 1890 2890 7890 180 181 MRAAAA PBHAAA HHHHxx -1991 4774 1 3 1 11 91 991 1991 1991 1991 182 183 PYAAAA QBHAAA OOOOxx -110 4775 0 2 0 10 10 110 110 110 110 20 21 GEAAAA RBHAAA VVVVxx -9334 4776 0 2 4 14 34 334 1334 4334 9334 68 69 AVAAAA SBHAAA AAAAxx -6231 4777 1 3 1 11 31 231 231 1231 6231 62 63 RFAAAA TBHAAA HHHHxx -9871 4778 1 3 1 11 71 871 1871 4871 9871 142 143 RPAAAA UBHAAA OOOOxx -9471 4779 1 3 1 11 71 471 1471 4471 9471 142 143 HAAAAA VBHAAA VVVVxx -2697 4780 1 1 7 17 97 697 697 2697 2697 194 195 TZAAAA WBHAAA AAAAxx -4761 4781 1 1 1 1 61 761 761 4761 4761 122 123 DBAAAA XBHAAA HHHHxx -8493 4782 1 1 3 13 93 493 493 3493 8493 186 187 ROAAAA YBHAAA OOOOxx -1045 4783 1 1 5 5 45 45 1045 1045 1045 90 91 FOAAAA ZBHAAA VVVVxx -3403 4784 1 3 3 3 3 403 1403 3403 3403 6 7 XAAAAA ACHAAA AAAAxx -9412 4785 0 0 2 12 12 412 1412 4412 9412 24 25 AYAAAA BCHAAA HHHHxx -7652 4786 0 0 2 12 52 652 1652 2652 7652 104 105 IIAAAA CCHAAA OOOOxx -5866 4787 0 2 6 6 66 866 1866 866 5866 132 133 QRAAAA DCHAAA VVVVxx -6942 4788 0 2 2 2 42 942 942 1942 6942 84 85 AHAAAA ECHAAA AAAAxx -9353 4789 1 1 3 13 53 353 1353 4353 9353 106 107 TVAAAA FCHAAA HHHHxx -2600 4790 0 0 0 0 0 600 600 2600 2600 0 1 AWAAAA GCHAAA OOOOxx -6971 4791 1 3 1 11 71 971 971 1971 6971 142 143 DIAAAA HCHAAA VVVVxx -5391 4792 1 3 1 11 91 391 1391 391 5391 182 183 JZAAAA ICHAAA AAAAxx -7654 4793 0 2 4 14 54 654 1654 2654 7654 108 109 KIAAAA JCHAAA HHHHxx -1797 4794 1 1 7 17 97 797 1797 1797 1797 194 195 DRAAAA KCHAAA OOOOxx -4530 4795 0 2 0 10 30 530 530 4530 4530 60 61 GSAAAA LCHAAA VVVVxx -3130 4796 0 2 0 10 30 130 1130 3130 3130 60 61 KQAAAA MCHAAA AAAAxx -9442 4797 0 2 2 2 42 442 1442 4442 9442 84 85 EZAAAA NCHAAA HHHHxx -6659 4798 1 3 9 19 59 659 659 1659 6659 118 119 DWAAAA OCHAAA OOOOxx -9714 4799 0 2 4 14 14 714 1714 4714 9714 28 29 QJAAAA PCHAAA VVVVxx -3660 4800 0 0 0 0 60 660 1660 3660 3660 120 121 UKAAAA QCHAAA AAAAxx -1906 4801 0 2 6 6 6 906 1906 1906 1906 12 13 IVAAAA RCHAAA HHHHxx -7927 4802 1 3 7 7 27 927 1927 2927 7927 54 55 XSAAAA SCHAAA OOOOxx -1767 4803 1 3 7 7 67 767 1767 1767 1767 134 135 ZPAAAA TCHAAA VVVVxx -5523 4804 1 3 3 3 23 523 1523 523 5523 46 47 LEAAAA UCHAAA AAAAxx -9289 4805 1 1 9 9 89 289 1289 4289 9289 178 179 HTAAAA VCHAAA HHHHxx -2717 4806 1 1 7 17 17 717 717 2717 2717 34 35 NAAAAA WCHAAA OOOOxx -4099 4807 1 3 9 19 99 99 99 4099 4099 198 199 RBAAAA XCHAAA VVVVxx -4387 4808 1 3 7 7 87 387 387 4387 4387 174 175 TMAAAA YCHAAA AAAAxx -8864 4809 0 0 4 4 64 864 864 3864 8864 128 129 YCAAAA ZCHAAA HHHHxx -1774 4810 0 2 4 14 74 774 1774 1774 1774 148 149 GQAAAA ADHAAA OOOOxx -6292 4811 0 0 2 12 92 292 292 1292 6292 184 185 AIAAAA BDHAAA VVVVxx -847 4812 1 3 7 7 47 847 847 847 847 94 95 PGAAAA CDHAAA AAAAxx -5954 4813 0 2 4 14 54 954 1954 954 5954 108 109 AVAAAA DDHAAA HHHHxx -8032 4814 0 0 2 12 32 32 32 3032 8032 64 65 YWAAAA EDHAAA OOOOxx -3295 4815 1 3 5 15 95 295 1295 3295 3295 190 191 TWAAAA FDHAAA VVVVxx -8984 4816 0 0 4 4 84 984 984 3984 8984 168 169 OHAAAA GDHAAA AAAAxx -7809 4817 1 1 9 9 9 809 1809 2809 7809 18 19 JOAAAA HDHAAA HHHHxx -1670 4818 0 2 0 10 70 670 1670 1670 1670 140 141 GMAAAA IDHAAA OOOOxx -7733 4819 1 1 3 13 33 733 1733 2733 7733 66 67 LLAAAA JDHAAA VVVVxx -6187 4820 1 3 7 7 87 187 187 1187 6187 174 175 ZDAAAA KDHAAA AAAAxx -9326 4821 0 2 6 6 26 326 1326 4326 9326 52 53 SUAAAA LDHAAA HHHHxx -2493 4822 1 1 3 13 93 493 493 2493 2493 186 187 XRAAAA MDHAAA OOOOxx -9512 4823 0 0 2 12 12 512 1512 4512 9512 24 25 WBAAAA NDHAAA VVVVxx -4342 4824 0 2 2 2 42 342 342 4342 4342 84 85 ALAAAA ODHAAA AAAAxx -5350 4825 0 2 0 10 50 350 1350 350 5350 100 101 UXAAAA PDHAAA HHHHxx -6009 4826 1 1 9 9 9 9 9 1009 6009 18 19 DXAAAA QDHAAA OOOOxx -1208 4827 0 0 8 8 8 208 1208 1208 1208 16 17 MUAAAA RDHAAA VVVVxx -7014 4828 0 2 4 14 14 14 1014 2014 7014 28 29 UJAAAA SDHAAA AAAAxx -2967 4829 1 3 7 7 67 967 967 2967 2967 134 135 DKAAAA TDHAAA HHHHxx -5831 4830 1 3 1 11 31 831 1831 831 5831 62 63 HQAAAA UDHAAA OOOOxx -3097 4831 1 1 7 17 97 97 1097 3097 3097 194 195 DPAAAA VDHAAA VVVVxx -1528 4832 0 0 8 8 28 528 1528 1528 1528 56 57 UGAAAA WDHAAA AAAAxx -6429 4833 1 1 9 9 29 429 429 1429 6429 58 59 HNAAAA XDHAAA HHHHxx -7320 4834 0 0 0 0 20 320 1320 2320 7320 40 41 OVAAAA YDHAAA OOOOxx -844 4835 0 0 4 4 44 844 844 844 844 88 89 MGAAAA ZDHAAA VVVVxx -7054 4836 0 2 4 14 54 54 1054 2054 7054 108 109 ILAAAA AEHAAA AAAAxx -1643 4837 1 3 3 3 43 643 1643 1643 1643 86 87 FLAAAA BEHAAA HHHHxx -7626 4838 0 2 6 6 26 626 1626 2626 7626 52 53 IHAAAA CEHAAA OOOOxx -8728 4839 0 0 8 8 28 728 728 3728 8728 56 57 SXAAAA DEHAAA VVVVxx -8277 4840 1 1 7 17 77 277 277 3277 8277 154 155 JGAAAA EEHAAA AAAAxx -189 4841 1 1 9 9 89 189 189 189 189 178 179 HHAAAA FEHAAA HHHHxx -3717 4842 1 1 7 17 17 717 1717 3717 3717 34 35 ZMAAAA GEHAAA OOOOxx -1020 4843 0 0 0 0 20 20 1020 1020 1020 40 41 GNAAAA HEHAAA VVVVxx -9234 4844 0 2 4 14 34 234 1234 4234 9234 68 69 ERAAAA IEHAAA AAAAxx -9541 4845 1 1 1 1 41 541 1541 4541 9541 82 83 ZCAAAA JEHAAA HHHHxx -380 4846 0 0 0 0 80 380 380 380 380 160 161 QOAAAA KEHAAA OOOOxx -397 4847 1 1 7 17 97 397 397 397 397 194 195 HPAAAA LEHAAA VVVVxx -835 4848 1 3 5 15 35 835 835 835 835 70 71 DGAAAA MEHAAA AAAAxx -347 4849 1 3 7 7 47 347 347 347 347 94 95 JNAAAA NEHAAA HHHHxx -2490 4850 0 2 0 10 90 490 490 2490 2490 180 181 URAAAA OEHAAA OOOOxx -605 4851 1 1 5 5 5 605 605 605 605 10 11 HXAAAA PEHAAA VVVVxx -7960 4852 0 0 0 0 60 960 1960 2960 7960 120 121 EUAAAA QEHAAA AAAAxx -9681 4853 1 1 1 1 81 681 1681 4681 9681 162 163 JIAAAA REHAAA HHHHxx -5753 4854 1 1 3 13 53 753 1753 753 5753 106 107 HNAAAA SEHAAA OOOOxx -1676 4855 0 0 6 16 76 676 1676 1676 1676 152 153 MMAAAA TEHAAA VVVVxx -5533 4856 1 1 3 13 33 533 1533 533 5533 66 67 VEAAAA UEHAAA AAAAxx -8958 4857 0 2 8 18 58 958 958 3958 8958 116 117 OGAAAA VEHAAA HHHHxx -664 4858 0 0 4 4 64 664 664 664 664 128 129 OZAAAA WEHAAA OOOOxx -3005 4859 1 1 5 5 5 5 1005 3005 3005 10 11 PLAAAA XEHAAA VVVVxx -8576 4860 0 0 6 16 76 576 576 3576 8576 152 153 WRAAAA YEHAAA AAAAxx -7304 4861 0 0 4 4 4 304 1304 2304 7304 8 9 YUAAAA ZEHAAA HHHHxx -3375 4862 1 3 5 15 75 375 1375 3375 3375 150 151 VZAAAA AFHAAA OOOOxx -6336 4863 0 0 6 16 36 336 336 1336 6336 72 73 SJAAAA BFHAAA VVVVxx -1392 4864 0 0 2 12 92 392 1392 1392 1392 184 185 OBAAAA CFHAAA AAAAxx -2925 4865 1 1 5 5 25 925 925 2925 2925 50 51 NIAAAA DFHAAA HHHHxx -1217 4866 1 1 7 17 17 217 1217 1217 1217 34 35 VUAAAA EFHAAA OOOOxx -3714 4867 0 2 4 14 14 714 1714 3714 3714 28 29 WMAAAA FFHAAA VVVVxx -2120 4868 0 0 0 0 20 120 120 2120 2120 40 41 ODAAAA GFHAAA AAAAxx -2845 4869 1 1 5 5 45 845 845 2845 2845 90 91 LFAAAA HFHAAA HHHHxx -3865 4870 1 1 5 5 65 865 1865 3865 3865 130 131 RSAAAA IFHAAA OOOOxx -124 4871 0 0 4 4 24 124 124 124 124 48 49 UEAAAA JFHAAA VVVVxx -865 4872 1 1 5 5 65 865 865 865 865 130 131 HHAAAA KFHAAA AAAAxx -9361 4873 1 1 1 1 61 361 1361 4361 9361 122 123 BWAAAA LFHAAA HHHHxx -6338 4874 0 2 8 18 38 338 338 1338 6338 76 77 UJAAAA MFHAAA OOOOxx -7330 4875 0 2 0 10 30 330 1330 2330 7330 60 61 YVAAAA NFHAAA VVVVxx -513 4876 1 1 3 13 13 513 513 513 513 26 27 TTAAAA OFHAAA AAAAxx -5001 4877 1 1 1 1 1 1 1001 1 5001 2 3 JKAAAA PFHAAA HHHHxx -549 4878 1 1 9 9 49 549 549 549 549 98 99 DVAAAA QFHAAA OOOOxx -1808 4879 0 0 8 8 8 808 1808 1808 1808 16 17 ORAAAA RFHAAA VVVVxx -7168 4880 0 0 8 8 68 168 1168 2168 7168 136 137 SPAAAA SFHAAA AAAAxx -9878 4881 0 2 8 18 78 878 1878 4878 9878 156 157 YPAAAA TFHAAA HHHHxx -233 4882 1 1 3 13 33 233 233 233 233 66 67 ZIAAAA UFHAAA OOOOxx -4262 4883 0 2 2 2 62 262 262 4262 4262 124 125 YHAAAA VFHAAA VVVVxx -7998 4884 0 2 8 18 98 998 1998 2998 7998 196 197 QVAAAA WFHAAA AAAAxx -2419 4885 1 3 9 19 19 419 419 2419 2419 38 39 BPAAAA XFHAAA HHHHxx -9960 4886 0 0 0 0 60 960 1960 4960 9960 120 121 CTAAAA YFHAAA OOOOxx -3523 4887 1 3 3 3 23 523 1523 3523 3523 46 47 NFAAAA ZFHAAA VVVVxx -5440 4888 0 0 0 0 40 440 1440 440 5440 80 81 GBAAAA AGHAAA AAAAxx -3030 4889 0 2 0 10 30 30 1030 3030 3030 60 61 OMAAAA BGHAAA HHHHxx -2745 4890 1 1 5 5 45 745 745 2745 2745 90 91 PBAAAA CGHAAA OOOOxx -7175 4891 1 3 5 15 75 175 1175 2175 7175 150 151 ZPAAAA DGHAAA VVVVxx -640 4892 0 0 0 0 40 640 640 640 640 80 81 QYAAAA EGHAAA AAAAxx -1798 4893 0 2 8 18 98 798 1798 1798 1798 196 197 ERAAAA FGHAAA HHHHxx -7499 4894 1 3 9 19 99 499 1499 2499 7499 198 199 LCAAAA GGHAAA OOOOxx -1924 4895 0 0 4 4 24 924 1924 1924 1924 48 49 AWAAAA HGHAAA VVVVxx -1327 4896 1 3 7 7 27 327 1327 1327 1327 54 55 BZAAAA IGHAAA AAAAxx -73 4897 1 1 3 13 73 73 73 73 73 146 147 VCAAAA JGHAAA HHHHxx -9558 4898 0 2 8 18 58 558 1558 4558 9558 116 117 QDAAAA KGHAAA OOOOxx -818 4899 0 2 8 18 18 818 818 818 818 36 37 MFAAAA LGHAAA VVVVxx -9916 4900 0 0 6 16 16 916 1916 4916 9916 32 33 KRAAAA MGHAAA AAAAxx -2978 4901 0 2 8 18 78 978 978 2978 2978 156 157 OKAAAA NGHAAA HHHHxx -8469 4902 1 1 9 9 69 469 469 3469 8469 138 139 TNAAAA OGHAAA OOOOxx -9845 4903 1 1 5 5 45 845 1845 4845 9845 90 91 ROAAAA PGHAAA VVVVxx -2326 4904 0 2 6 6 26 326 326 2326 2326 52 53 MLAAAA QGHAAA AAAAxx -4032 4905 0 0 2 12 32 32 32 4032 4032 64 65 CZAAAA RGHAAA HHHHxx -5604 4906 0 0 4 4 4 604 1604 604 5604 8 9 OHAAAA SGHAAA OOOOxx -9610 4907 0 2 0 10 10 610 1610 4610 9610 20 21 QFAAAA TGHAAA VVVVxx -5101 4908 1 1 1 1 1 101 1101 101 5101 2 3 FOAAAA UGHAAA AAAAxx -7246 4909 0 2 6 6 46 246 1246 2246 7246 92 93 SSAAAA VGHAAA HHHHxx -1292 4910 0 0 2 12 92 292 1292 1292 1292 184 185 SXAAAA WGHAAA OOOOxx -6235 4911 1 3 5 15 35 235 235 1235 6235 70 71 VFAAAA XGHAAA VVVVxx -1733 4912 1 1 3 13 33 733 1733 1733 1733 66 67 ROAAAA YGHAAA AAAAxx -4647 4913 1 3 7 7 47 647 647 4647 4647 94 95 TWAAAA ZGHAAA HHHHxx -258 4914 0 2 8 18 58 258 258 258 258 116 117 YJAAAA AHHAAA OOOOxx -8438 4915 0 2 8 18 38 438 438 3438 8438 76 77 OMAAAA BHHAAA VVVVxx -7869 4916 1 1 9 9 69 869 1869 2869 7869 138 139 RQAAAA CHHAAA AAAAxx -9691 4917 1 3 1 11 91 691 1691 4691 9691 182 183 TIAAAA DHHAAA HHHHxx -5422 4918 0 2 2 2 22 422 1422 422 5422 44 45 OAAAAA EHHAAA OOOOxx -9630 4919 0 2 0 10 30 630 1630 4630 9630 60 61 KGAAAA FHHAAA VVVVxx -4439 4920 1 3 9 19 39 439 439 4439 4439 78 79 TOAAAA GHHAAA AAAAxx -3140 4921 0 0 0 0 40 140 1140 3140 3140 80 81 UQAAAA HHHAAA HHHHxx -9111 4922 1 3 1 11 11 111 1111 4111 9111 22 23 LMAAAA IHHAAA OOOOxx -4606 4923 0 2 6 6 6 606 606 4606 4606 12 13 EVAAAA JHHAAA VVVVxx -8620 4924 0 0 0 0 20 620 620 3620 8620 40 41 OTAAAA KHHAAA AAAAxx -7849 4925 1 1 9 9 49 849 1849 2849 7849 98 99 XPAAAA LHHAAA HHHHxx -346 4926 0 2 6 6 46 346 346 346 346 92 93 INAAAA MHHAAA OOOOxx -9528 4927 0 0 8 8 28 528 1528 4528 9528 56 57 MCAAAA NHHAAA VVVVxx -1811 4928 1 3 1 11 11 811 1811 1811 1811 22 23 RRAAAA OHHAAA AAAAxx -6068 4929 0 0 8 8 68 68 68 1068 6068 136 137 KZAAAA PHHAAA HHHHxx -6260 4930 0 0 0 0 60 260 260 1260 6260 120 121 UGAAAA QHHAAA OOOOxx -5909 4931 1 1 9 9 9 909 1909 909 5909 18 19 HTAAAA RHHAAA VVVVxx -4518 4932 0 2 8 18 18 518 518 4518 4518 36 37 URAAAA SHHAAA AAAAxx -7530 4933 0 2 0 10 30 530 1530 2530 7530 60 61 QDAAAA THHAAA HHHHxx -3900 4934 0 0 0 0 0 900 1900 3900 3900 0 1 AUAAAA UHHAAA OOOOxx -3969 4935 1 1 9 9 69 969 1969 3969 3969 138 139 RWAAAA VHHAAA VVVVxx -8690 4936 0 2 0 10 90 690 690 3690 8690 180 181 GWAAAA WHHAAA AAAAxx -5532 4937 0 0 2 12 32 532 1532 532 5532 64 65 UEAAAA XHHAAA HHHHxx -5989 4938 1 1 9 9 89 989 1989 989 5989 178 179 JWAAAA YHHAAA OOOOxx -1870 4939 0 2 0 10 70 870 1870 1870 1870 140 141 YTAAAA ZHHAAA VVVVxx -1113 4940 1 1 3 13 13 113 1113 1113 1113 26 27 VQAAAA AIHAAA AAAAxx -5155 4941 1 3 5 15 55 155 1155 155 5155 110 111 HQAAAA BIHAAA HHHHxx -7460 4942 0 0 0 0 60 460 1460 2460 7460 120 121 YAAAAA CIHAAA OOOOxx -6217 4943 1 1 7 17 17 217 217 1217 6217 34 35 DFAAAA DIHAAA VVVVxx -8333 4944 1 1 3 13 33 333 333 3333 8333 66 67 NIAAAA EIHAAA AAAAxx -6341 4945 1 1 1 1 41 341 341 1341 6341 82 83 XJAAAA FIHAAA HHHHxx -6230 4946 0 2 0 10 30 230 230 1230 6230 60 61 QFAAAA GIHAAA OOOOxx -6902 4947 0 2 2 2 2 902 902 1902 6902 4 5 MFAAAA HIHAAA VVVVxx -670 4948 0 2 0 10 70 670 670 670 670 140 141 UZAAAA IIHAAA AAAAxx -805 4949 1 1 5 5 5 805 805 805 805 10 11 ZEAAAA JIHAAA HHHHxx -1340 4950 0 0 0 0 40 340 1340 1340 1340 80 81 OZAAAA KIHAAA OOOOxx -8649 4951 1 1 9 9 49 649 649 3649 8649 98 99 RUAAAA LIHAAA VVVVxx -3887 4952 1 3 7 7 87 887 1887 3887 3887 174 175 NTAAAA MIHAAA AAAAxx -5400 4953 0 0 0 0 0 400 1400 400 5400 0 1 SZAAAA NIHAAA HHHHxx -4354 4954 0 2 4 14 54 354 354 4354 4354 108 109 MLAAAA OIHAAA OOOOxx -950 4955 0 2 0 10 50 950 950 950 950 100 101 OKAAAA PIHAAA VVVVxx -1544 4956 0 0 4 4 44 544 1544 1544 1544 88 89 KHAAAA QIHAAA AAAAxx -3898 4957 0 2 8 18 98 898 1898 3898 3898 196 197 YTAAAA RIHAAA HHHHxx -8038 4958 0 2 8 18 38 38 38 3038 8038 76 77 EXAAAA SIHAAA OOOOxx -1095 4959 1 3 5 15 95 95 1095 1095 1095 190 191 DQAAAA TIHAAA VVVVxx -1748 4960 0 0 8 8 48 748 1748 1748 1748 96 97 GPAAAA UIHAAA AAAAxx -9154 4961 0 2 4 14 54 154 1154 4154 9154 108 109 COAAAA VIHAAA HHHHxx -2182 4962 0 2 2 2 82 182 182 2182 2182 164 165 YFAAAA WIHAAA OOOOxx -6797 4963 1 1 7 17 97 797 797 1797 6797 194 195 LBAAAA XIHAAA VVVVxx -9149 4964 1 1 9 9 49 149 1149 4149 9149 98 99 XNAAAA YIHAAA AAAAxx -7351 4965 1 3 1 11 51 351 1351 2351 7351 102 103 TWAAAA ZIHAAA HHHHxx -2820 4966 0 0 0 0 20 820 820 2820 2820 40 41 MEAAAA AJHAAA OOOOxx -9696 4967 0 0 6 16 96 696 1696 4696 9696 192 193 YIAAAA BJHAAA VVVVxx -253 4968 1 1 3 13 53 253 253 253 253 106 107 TJAAAA CJHAAA AAAAxx -3600 4969 0 0 0 0 0 600 1600 3600 3600 0 1 MIAAAA DJHAAA HHHHxx -3892 4970 0 0 2 12 92 892 1892 3892 3892 184 185 STAAAA EJHAAA OOOOxx -231 4971 1 3 1 11 31 231 231 231 231 62 63 XIAAAA FJHAAA VVVVxx -8331 4972 1 3 1 11 31 331 331 3331 8331 62 63 LIAAAA GJHAAA AAAAxx -403 4973 1 3 3 3 3 403 403 403 403 6 7 NPAAAA HJHAAA HHHHxx -8642 4974 0 2 2 2 42 642 642 3642 8642 84 85 KUAAAA IJHAAA OOOOxx -3118 4975 0 2 8 18 18 118 1118 3118 3118 36 37 YPAAAA JJHAAA VVVVxx -3835 4976 1 3 5 15 35 835 1835 3835 3835 70 71 NRAAAA KJHAAA AAAAxx -1117 4977 1 1 7 17 17 117 1117 1117 1117 34 35 ZQAAAA LJHAAA HHHHxx -7024 4978 0 0 4 4 24 24 1024 2024 7024 48 49 EKAAAA MJHAAA OOOOxx -2636 4979 0 0 6 16 36 636 636 2636 2636 72 73 KXAAAA NJHAAA VVVVxx -3778 4980 0 2 8 18 78 778 1778 3778 3778 156 157 IPAAAA OJHAAA AAAAxx -2003 4981 1 3 3 3 3 3 3 2003 2003 6 7 BZAAAA PJHAAA HHHHxx -5717 4982 1 1 7 17 17 717 1717 717 5717 34 35 XLAAAA QJHAAA OOOOxx -4869 4983 1 1 9 9 69 869 869 4869 4869 138 139 HFAAAA RJHAAA VVVVxx -8921 4984 1 1 1 1 21 921 921 3921 8921 42 43 DFAAAA SJHAAA AAAAxx -888 4985 0 0 8 8 88 888 888 888 888 176 177 EIAAAA TJHAAA HHHHxx -7599 4986 1 3 9 19 99 599 1599 2599 7599 198 199 HGAAAA UJHAAA OOOOxx -8621 4987 1 1 1 1 21 621 621 3621 8621 42 43 PTAAAA VJHAAA VVVVxx -811 4988 1 3 1 11 11 811 811 811 811 22 23 FFAAAA WJHAAA AAAAxx -9147 4989 1 3 7 7 47 147 1147 4147 9147 94 95 VNAAAA XJHAAA HHHHxx -1413 4990 1 1 3 13 13 413 1413 1413 1413 26 27 JCAAAA YJHAAA OOOOxx -5232 4991 0 0 2 12 32 232 1232 232 5232 64 65 GTAAAA ZJHAAA VVVVxx -5912 4992 0 0 2 12 12 912 1912 912 5912 24 25 KTAAAA AKHAAA AAAAxx -3418 4993 0 2 8 18 18 418 1418 3418 3418 36 37 MBAAAA BKHAAA HHHHxx -3912 4994 0 0 2 12 12 912 1912 3912 3912 24 25 MUAAAA CKHAAA OOOOxx -9576 4995 0 0 6 16 76 576 1576 4576 9576 152 153 IEAAAA DKHAAA VVVVxx -4225 4996 1 1 5 5 25 225 225 4225 4225 50 51 NGAAAA EKHAAA AAAAxx -8222 4997 0 2 2 2 22 222 222 3222 8222 44 45 GEAAAA FKHAAA HHHHxx -7013 4998 1 1 3 13 13 13 1013 2013 7013 26 27 TJAAAA GKHAAA OOOOxx -7037 4999 1 1 7 17 37 37 1037 2037 7037 74 75 RKAAAA HKHAAA VVVVxx -1205 5000 1 1 5 5 5 205 1205 1205 1205 10 11 JUAAAA IKHAAA AAAAxx -8114 5001 0 2 4 14 14 114 114 3114 8114 28 29 CAAAAA JKHAAA HHHHxx -6585 5002 1 1 5 5 85 585 585 1585 6585 170 171 HTAAAA KKHAAA OOOOxx -155 5003 1 3 5 15 55 155 155 155 155 110 111 ZFAAAA LKHAAA VVVVxx -2841 5004 1 1 1 1 41 841 841 2841 2841 82 83 HFAAAA MKHAAA AAAAxx -1996 5005 0 0 6 16 96 996 1996 1996 1996 192 193 UYAAAA NKHAAA HHHHxx -4948 5006 0 0 8 8 48 948 948 4948 4948 96 97 IIAAAA OKHAAA OOOOxx -3304 5007 0 0 4 4 4 304 1304 3304 3304 8 9 CXAAAA PKHAAA VVVVxx -5684 5008 0 0 4 4 84 684 1684 684 5684 168 169 QKAAAA QKHAAA AAAAxx -6962 5009 0 2 2 2 62 962 962 1962 6962 124 125 UHAAAA RKHAAA HHHHxx -8691 5010 1 3 1 11 91 691 691 3691 8691 182 183 HWAAAA SKHAAA OOOOxx -8501 5011 1 1 1 1 1 501 501 3501 8501 2 3 ZOAAAA TKHAAA VVVVxx -4783 5012 1 3 3 3 83 783 783 4783 4783 166 167 ZBAAAA UKHAAA AAAAxx -3762 5013 0 2 2 2 62 762 1762 3762 3762 124 125 SOAAAA VKHAAA HHHHxx -4534 5014 0 2 4 14 34 534 534 4534 4534 68 69 KSAAAA WKHAAA OOOOxx -4999 5015 1 3 9 19 99 999 999 4999 4999 198 199 HKAAAA XKHAAA VVVVxx -4618 5016 0 2 8 18 18 618 618 4618 4618 36 37 QVAAAA YKHAAA AAAAxx -4220 5017 0 0 0 0 20 220 220 4220 4220 40 41 IGAAAA ZKHAAA HHHHxx -3384 5018 0 0 4 4 84 384 1384 3384 3384 168 169 EAAAAA ALHAAA OOOOxx -3036 5019 0 0 6 16 36 36 1036 3036 3036 72 73 UMAAAA BLHAAA VVVVxx -545 5020 1 1 5 5 45 545 545 545 545 90 91 ZUAAAA CLHAAA AAAAxx -9946 5021 0 2 6 6 46 946 1946 4946 9946 92 93 OSAAAA DLHAAA HHHHxx -1985 5022 1 1 5 5 85 985 1985 1985 1985 170 171 JYAAAA ELHAAA OOOOxx -2310 5023 0 2 0 10 10 310 310 2310 2310 20 21 WKAAAA FLHAAA VVVVxx -6563 5024 1 3 3 3 63 563 563 1563 6563 126 127 LSAAAA GLHAAA AAAAxx -4886 5025 0 2 6 6 86 886 886 4886 4886 172 173 YFAAAA HLHAAA HHHHxx -9359 5026 1 3 9 19 59 359 1359 4359 9359 118 119 ZVAAAA ILHAAA OOOOxx -400 5027 0 0 0 0 0 400 400 400 400 0 1 KPAAAA JLHAAA VVVVxx -9742 5028 0 2 2 2 42 742 1742 4742 9742 84 85 SKAAAA KLHAAA AAAAxx -6736 5029 0 0 6 16 36 736 736 1736 6736 72 73 CZAAAA LLHAAA HHHHxx -8166 5030 0 2 6 6 66 166 166 3166 8166 132 133 CCAAAA MLHAAA OOOOxx -861 5031 1 1 1 1 61 861 861 861 861 122 123 DHAAAA NLHAAA VVVVxx -7492 5032 0 0 2 12 92 492 1492 2492 7492 184 185 ECAAAA OLHAAA AAAAxx -1155 5033 1 3 5 15 55 155 1155 1155 1155 110 111 LSAAAA PLHAAA HHHHxx -9769 5034 1 1 9 9 69 769 1769 4769 9769 138 139 TLAAAA QLHAAA OOOOxx -6843 5035 1 3 3 3 43 843 843 1843 6843 86 87 FDAAAA RLHAAA VVVVxx -5625 5036 1 1 5 5 25 625 1625 625 5625 50 51 JIAAAA SLHAAA AAAAxx -1910 5037 0 2 0 10 10 910 1910 1910 1910 20 21 MVAAAA TLHAAA HHHHxx -9796 5038 0 0 6 16 96 796 1796 4796 9796 192 193 UMAAAA ULHAAA OOOOxx -6950 5039 0 2 0 10 50 950 950 1950 6950 100 101 IHAAAA VLHAAA VVVVxx -3084 5040 0 0 4 4 84 84 1084 3084 3084 168 169 QOAAAA WLHAAA AAAAxx -2959 5041 1 3 9 19 59 959 959 2959 2959 118 119 VJAAAA XLHAAA HHHHxx -2093 5042 1 1 3 13 93 93 93 2093 2093 186 187 NCAAAA YLHAAA OOOOxx -2738 5043 0 2 8 18 38 738 738 2738 2738 76 77 IBAAAA ZLHAAA VVVVxx -6406 5044 0 2 6 6 6 406 406 1406 6406 12 13 KMAAAA AMHAAA AAAAxx -9082 5045 0 2 2 2 82 82 1082 4082 9082 164 165 ILAAAA BMHAAA HHHHxx -8568 5046 0 0 8 8 68 568 568 3568 8568 136 137 ORAAAA CMHAAA OOOOxx -3566 5047 0 2 6 6 66 566 1566 3566 3566 132 133 EHAAAA DMHAAA VVVVxx -3016 5048 0 0 6 16 16 16 1016 3016 3016 32 33 AMAAAA EMHAAA AAAAxx -1207 5049 1 3 7 7 7 207 1207 1207 1207 14 15 LUAAAA FMHAAA HHHHxx -4045 5050 1 1 5 5 45 45 45 4045 4045 90 91 PZAAAA GMHAAA OOOOxx -4173 5051 1 1 3 13 73 173 173 4173 4173 146 147 NEAAAA HMHAAA VVVVxx -3939 5052 1 3 9 19 39 939 1939 3939 3939 78 79 NVAAAA IMHAAA AAAAxx -9683 5053 1 3 3 3 83 683 1683 4683 9683 166 167 LIAAAA JMHAAA HHHHxx -1684 5054 0 0 4 4 84 684 1684 1684 1684 168 169 UMAAAA KMHAAA OOOOxx -9271 5055 1 3 1 11 71 271 1271 4271 9271 142 143 PSAAAA LMHAAA VVVVxx -9317 5056 1 1 7 17 17 317 1317 4317 9317 34 35 JUAAAA MMHAAA AAAAxx -5793 5057 1 1 3 13 93 793 1793 793 5793 186 187 VOAAAA NMHAAA HHHHxx -352 5058 0 0 2 12 52 352 352 352 352 104 105 ONAAAA OMHAAA OOOOxx -7328 5059 0 0 8 8 28 328 1328 2328 7328 56 57 WVAAAA PMHAAA VVVVxx -4582 5060 0 2 2 2 82 582 582 4582 4582 164 165 GUAAAA QMHAAA AAAAxx -7413 5061 1 1 3 13 13 413 1413 2413 7413 26 27 DZAAAA RMHAAA HHHHxx -6772 5062 0 0 2 12 72 772 772 1772 6772 144 145 MAAAAA SMHAAA OOOOxx -4973 5063 1 1 3 13 73 973 973 4973 4973 146 147 HJAAAA TMHAAA VVVVxx -7480 5064 0 0 0 0 80 480 1480 2480 7480 160 161 SBAAAA UMHAAA AAAAxx -5555 5065 1 3 5 15 55 555 1555 555 5555 110 111 RFAAAA VMHAAA HHHHxx -4227 5066 1 3 7 7 27 227 227 4227 4227 54 55 PGAAAA WMHAAA OOOOxx -4153 5067 1 1 3 13 53 153 153 4153 4153 106 107 TDAAAA XMHAAA VVVVxx -4601 5068 1 1 1 1 1 601 601 4601 4601 2 3 ZUAAAA YMHAAA AAAAxx -3782 5069 0 2 2 2 82 782 1782 3782 3782 164 165 MPAAAA ZMHAAA HHHHxx -3872 5070 0 0 2 12 72 872 1872 3872 3872 144 145 YSAAAA ANHAAA OOOOxx -893 5071 1 1 3 13 93 893 893 893 893 186 187 JIAAAA BNHAAA VVVVxx -2430 5072 0 2 0 10 30 430 430 2430 2430 60 61 MPAAAA CNHAAA AAAAxx -2591 5073 1 3 1 11 91 591 591 2591 2591 182 183 RVAAAA DNHAAA HHHHxx -264 5074 0 0 4 4 64 264 264 264 264 128 129 EKAAAA ENHAAA OOOOxx -6238 5075 0 2 8 18 38 238 238 1238 6238 76 77 YFAAAA FNHAAA VVVVxx -633 5076 1 1 3 13 33 633 633 633 633 66 67 JYAAAA GNHAAA AAAAxx -1029 5077 1 1 9 9 29 29 1029 1029 1029 58 59 PNAAAA HNHAAA HHHHxx -5934 5078 0 2 4 14 34 934 1934 934 5934 68 69 GUAAAA INHAAA OOOOxx -8694 5079 0 2 4 14 94 694 694 3694 8694 188 189 KWAAAA JNHAAA VVVVxx -7401 5080 1 1 1 1 1 401 1401 2401 7401 2 3 RYAAAA KNHAAA AAAAxx -1165 5081 1 1 5 5 65 165 1165 1165 1165 130 131 VSAAAA LNHAAA HHHHxx -9438 5082 0 2 8 18 38 438 1438 4438 9438 76 77 AZAAAA MNHAAA OOOOxx -4790 5083 0 2 0 10 90 790 790 4790 4790 180 181 GCAAAA NNHAAA VVVVxx -4531 5084 1 3 1 11 31 531 531 4531 4531 62 63 HSAAAA ONHAAA AAAAxx -6099 5085 1 3 9 19 99 99 99 1099 6099 198 199 PAAAAA PNHAAA HHHHxx -8236 5086 0 0 6 16 36 236 236 3236 8236 72 73 UEAAAA QNHAAA OOOOxx -8551 5087 1 3 1 11 51 551 551 3551 8551 102 103 XQAAAA RNHAAA VVVVxx -3128 5088 0 0 8 8 28 128 1128 3128 3128 56 57 IQAAAA SNHAAA AAAAxx -3504 5089 0 0 4 4 4 504 1504 3504 3504 8 9 UEAAAA TNHAAA HHHHxx -9071 5090 1 3 1 11 71 71 1071 4071 9071 142 143 XKAAAA UNHAAA OOOOxx -5930 5091 0 2 0 10 30 930 1930 930 5930 60 61 CUAAAA VNHAAA VVVVxx -6825 5092 1 1 5 5 25 825 825 1825 6825 50 51 NCAAAA WNHAAA AAAAxx -2218 5093 0 2 8 18 18 218 218 2218 2218 36 37 IHAAAA XNHAAA HHHHxx -3604 5094 0 0 4 4 4 604 1604 3604 3604 8 9 QIAAAA YNHAAA OOOOxx -5761 5095 1 1 1 1 61 761 1761 761 5761 122 123 PNAAAA ZNHAAA VVVVxx -5414 5096 0 2 4 14 14 414 1414 414 5414 28 29 GAAAAA AOHAAA AAAAxx -5892 5097 0 0 2 12 92 892 1892 892 5892 184 185 QSAAAA BOHAAA HHHHxx -4080 5098 0 0 0 0 80 80 80 4080 4080 160 161 YAAAAA COHAAA OOOOxx -8018 5099 0 2 8 18 18 18 18 3018 8018 36 37 KWAAAA DOHAAA VVVVxx -1757 5100 1 1 7 17 57 757 1757 1757 1757 114 115 PPAAAA EOHAAA AAAAxx -5854 5101 0 2 4 14 54 854 1854 854 5854 108 109 ERAAAA FOHAAA HHHHxx -1335 5102 1 3 5 15 35 335 1335 1335 1335 70 71 JZAAAA GOHAAA OOOOxx -3811 5103 1 3 1 11 11 811 1811 3811 3811 22 23 PQAAAA HOHAAA VVVVxx -9917 5104 1 1 7 17 17 917 1917 4917 9917 34 35 LRAAAA IOHAAA AAAAxx -5947 5105 1 3 7 7 47 947 1947 947 5947 94 95 TUAAAA JOHAAA HHHHxx -7263 5106 1 3 3 3 63 263 1263 2263 7263 126 127 JTAAAA KOHAAA OOOOxx -1730 5107 0 2 0 10 30 730 1730 1730 1730 60 61 OOAAAA LOHAAA VVVVxx -5747 5108 1 3 7 7 47 747 1747 747 5747 94 95 BNAAAA MOHAAA AAAAxx -3876 5109 0 0 6 16 76 876 1876 3876 3876 152 153 CTAAAA NOHAAA HHHHxx -2762 5110 0 2 2 2 62 762 762 2762 2762 124 125 GCAAAA OOHAAA OOOOxx -7613 5111 1 1 3 13 13 613 1613 2613 7613 26 27 VGAAAA POHAAA VVVVxx -152 5112 0 0 2 12 52 152 152 152 152 104 105 WFAAAA QOHAAA AAAAxx -3941 5113 1 1 1 1 41 941 1941 3941 3941 82 83 PVAAAA ROHAAA HHHHxx -5614 5114 0 2 4 14 14 614 1614 614 5614 28 29 YHAAAA SOHAAA OOOOxx -9279 5115 1 3 9 19 79 279 1279 4279 9279 158 159 XSAAAA TOHAAA VVVVxx -3048 5116 0 0 8 8 48 48 1048 3048 3048 96 97 GNAAAA UOHAAA AAAAxx -6152 5117 0 0 2 12 52 152 152 1152 6152 104 105 QCAAAA VOHAAA HHHHxx -5481 5118 1 1 1 1 81 481 1481 481 5481 162 163 VCAAAA WOHAAA OOOOxx -4675 5119 1 3 5 15 75 675 675 4675 4675 150 151 VXAAAA XOHAAA VVVVxx -3334 5120 0 2 4 14 34 334 1334 3334 3334 68 69 GYAAAA YOHAAA AAAAxx -4691 5121 1 3 1 11 91 691 691 4691 4691 182 183 LYAAAA ZOHAAA HHHHxx -803 5122 1 3 3 3 3 803 803 803 803 6 7 XEAAAA APHAAA OOOOxx -5409 5123 1 1 9 9 9 409 1409 409 5409 18 19 BAAAAA BPHAAA VVVVxx -1054 5124 0 2 4 14 54 54 1054 1054 1054 108 109 OOAAAA CPHAAA AAAAxx -103 5125 1 3 3 3 3 103 103 103 103 6 7 ZDAAAA DPHAAA HHHHxx -8565 5126 1 1 5 5 65 565 565 3565 8565 130 131 LRAAAA EPHAAA OOOOxx -4666 5127 0 2 6 6 66 666 666 4666 4666 132 133 MXAAAA FPHAAA VVVVxx -6634 5128 0 2 4 14 34 634 634 1634 6634 68 69 EVAAAA GPHAAA AAAAxx -5538 5129 0 2 8 18 38 538 1538 538 5538 76 77 AFAAAA HPHAAA HHHHxx -3789 5130 1 1 9 9 89 789 1789 3789 3789 178 179 TPAAAA IPHAAA OOOOxx -4641 5131 1 1 1 1 41 641 641 4641 4641 82 83 NWAAAA JPHAAA VVVVxx -2458 5132 0 2 8 18 58 458 458 2458 2458 116 117 OQAAAA KPHAAA AAAAxx -5667 5133 1 3 7 7 67 667 1667 667 5667 134 135 ZJAAAA LPHAAA HHHHxx -6524 5134 0 0 4 4 24 524 524 1524 6524 48 49 YQAAAA MPHAAA OOOOxx -9179 5135 1 3 9 19 79 179 1179 4179 9179 158 159 BPAAAA NPHAAA VVVVxx -6358 5136 0 2 8 18 58 358 358 1358 6358 116 117 OKAAAA OPHAAA AAAAxx -6668 5137 0 0 8 8 68 668 668 1668 6668 136 137 MWAAAA PPHAAA HHHHxx -6414 5138 0 2 4 14 14 414 414 1414 6414 28 29 SMAAAA QPHAAA OOOOxx -2813 5139 1 1 3 13 13 813 813 2813 2813 26 27 FEAAAA RPHAAA VVVVxx -8927 5140 1 3 7 7 27 927 927 3927 8927 54 55 JFAAAA SPHAAA AAAAxx -8695 5141 1 3 5 15 95 695 695 3695 8695 190 191 LWAAAA TPHAAA HHHHxx -363 5142 1 3 3 3 63 363 363 363 363 126 127 ZNAAAA UPHAAA OOOOxx -9966 5143 0 2 6 6 66 966 1966 4966 9966 132 133 ITAAAA VPHAAA VVVVxx -1323 5144 1 3 3 3 23 323 1323 1323 1323 46 47 XYAAAA WPHAAA AAAAxx -8211 5145 1 3 1 11 11 211 211 3211 8211 22 23 VDAAAA XPHAAA HHHHxx -4375 5146 1 3 5 15 75 375 375 4375 4375 150 151 HMAAAA YPHAAA OOOOxx -3257 5147 1 1 7 17 57 257 1257 3257 3257 114 115 HVAAAA ZPHAAA VVVVxx -6239 5148 1 3 9 19 39 239 239 1239 6239 78 79 ZFAAAA AQHAAA AAAAxx -3602 5149 0 2 2 2 2 602 1602 3602 3602 4 5 OIAAAA BQHAAA HHHHxx -9830 5150 0 2 0 10 30 830 1830 4830 9830 60 61 COAAAA CQHAAA OOOOxx -7826 5151 0 2 6 6 26 826 1826 2826 7826 52 53 APAAAA DQHAAA VVVVxx -2108 5152 0 0 8 8 8 108 108 2108 2108 16 17 CDAAAA EQHAAA AAAAxx -7245 5153 1 1 5 5 45 245 1245 2245 7245 90 91 RSAAAA FQHAAA HHHHxx -8330 5154 0 2 0 10 30 330 330 3330 8330 60 61 KIAAAA GQHAAA OOOOxx -7441 5155 1 1 1 1 41 441 1441 2441 7441 82 83 FAAAAA HQHAAA VVVVxx -9848 5156 0 0 8 8 48 848 1848 4848 9848 96 97 UOAAAA IQHAAA AAAAxx -1226 5157 0 2 6 6 26 226 1226 1226 1226 52 53 EVAAAA JQHAAA HHHHxx -414 5158 0 2 4 14 14 414 414 414 414 28 29 YPAAAA KQHAAA OOOOxx -1273 5159 1 1 3 13 73 273 1273 1273 1273 146 147 ZWAAAA LQHAAA VVVVxx -9866 5160 0 2 6 6 66 866 1866 4866 9866 132 133 MPAAAA MQHAAA AAAAxx -4633 5161 1 1 3 13 33 633 633 4633 4633 66 67 FWAAAA NQHAAA HHHHxx -8727 5162 1 3 7 7 27 727 727 3727 8727 54 55 RXAAAA OQHAAA OOOOxx -5308 5163 0 0 8 8 8 308 1308 308 5308 16 17 EWAAAA PQHAAA VVVVxx -1395 5164 1 3 5 15 95 395 1395 1395 1395 190 191 RBAAAA QQHAAA AAAAxx -1825 5165 1 1 5 5 25 825 1825 1825 1825 50 51 FSAAAA RQHAAA HHHHxx -7606 5166 0 2 6 6 6 606 1606 2606 7606 12 13 OGAAAA SQHAAA OOOOxx -9390 5167 0 2 0 10 90 390 1390 4390 9390 180 181 EXAAAA TQHAAA VVVVxx -2376 5168 0 0 6 16 76 376 376 2376 2376 152 153 KNAAAA UQHAAA AAAAxx -2377 5169 1 1 7 17 77 377 377 2377 2377 154 155 LNAAAA VQHAAA HHHHxx -5346 5170 0 2 6 6 46 346 1346 346 5346 92 93 QXAAAA WQHAAA OOOOxx -4140 5171 0 0 0 0 40 140 140 4140 4140 80 81 GDAAAA XQHAAA VVVVxx -6032 5172 0 0 2 12 32 32 32 1032 6032 64 65 AYAAAA YQHAAA AAAAxx -9453 5173 1 1 3 13 53 453 1453 4453 9453 106 107 PZAAAA ZQHAAA HHHHxx -9297 5174 1 1 7 17 97 297 1297 4297 9297 194 195 PTAAAA ARHAAA OOOOxx -6455 5175 1 3 5 15 55 455 455 1455 6455 110 111 HOAAAA BRHAAA VVVVxx -4458 5176 0 2 8 18 58 458 458 4458 4458 116 117 MPAAAA CRHAAA AAAAxx -9516 5177 0 0 6 16 16 516 1516 4516 9516 32 33 ACAAAA DRHAAA HHHHxx -6211 5178 1 3 1 11 11 211 211 1211 6211 22 23 XEAAAA ERHAAA OOOOxx -526 5179 0 2 6 6 26 526 526 526 526 52 53 GUAAAA FRHAAA VVVVxx -3570 5180 0 2 0 10 70 570 1570 3570 3570 140 141 IHAAAA GRHAAA AAAAxx -4885 5181 1 1 5 5 85 885 885 4885 4885 170 171 XFAAAA HRHAAA HHHHxx -6390 5182 0 2 0 10 90 390 390 1390 6390 180 181 ULAAAA IRHAAA OOOOxx -1606 5183 0 2 6 6 6 606 1606 1606 1606 12 13 UJAAAA JRHAAA VVVVxx -7850 5184 0 2 0 10 50 850 1850 2850 7850 100 101 YPAAAA KRHAAA AAAAxx -3315 5185 1 3 5 15 15 315 1315 3315 3315 30 31 NXAAAA LRHAAA HHHHxx -8322 5186 0 2 2 2 22 322 322 3322 8322 44 45 CIAAAA MRHAAA OOOOxx -3703 5187 1 3 3 3 3 703 1703 3703 3703 6 7 LMAAAA NRHAAA VVVVxx -9489 5188 1 1 9 9 89 489 1489 4489 9489 178 179 ZAAAAA ORHAAA AAAAxx -6104 5189 0 0 4 4 4 104 104 1104 6104 8 9 UAAAAA PRHAAA HHHHxx -3067 5190 1 3 7 7 67 67 1067 3067 3067 134 135 ZNAAAA QRHAAA OOOOxx -2521 5191 1 1 1 1 21 521 521 2521 2521 42 43 ZSAAAA RRHAAA VVVVxx -2581 5192 1 1 1 1 81 581 581 2581 2581 162 163 HVAAAA SRHAAA AAAAxx -595 5193 1 3 5 15 95 595 595 595 595 190 191 XWAAAA TRHAAA HHHHxx -8291 5194 1 3 1 11 91 291 291 3291 8291 182 183 XGAAAA URHAAA OOOOxx -1727 5195 1 3 7 7 27 727 1727 1727 1727 54 55 LOAAAA VRHAAA VVVVxx -6847 5196 1 3 7 7 47 847 847 1847 6847 94 95 JDAAAA WRHAAA AAAAxx -7494 5197 0 2 4 14 94 494 1494 2494 7494 188 189 GCAAAA XRHAAA HHHHxx -7093 5198 1 1 3 13 93 93 1093 2093 7093 186 187 VMAAAA YRHAAA OOOOxx -7357 5199 1 1 7 17 57 357 1357 2357 7357 114 115 ZWAAAA ZRHAAA VVVVxx -620 5200 0 0 0 0 20 620 620 620 620 40 41 WXAAAA ASHAAA AAAAxx -2460 5201 0 0 0 0 60 460 460 2460 2460 120 121 QQAAAA BSHAAA HHHHxx -1598 5202 0 2 8 18 98 598 1598 1598 1598 196 197 MJAAAA CSHAAA OOOOxx -4112 5203 0 0 2 12 12 112 112 4112 4112 24 25 ECAAAA DSHAAA VVVVxx -2956 5204 0 0 6 16 56 956 956 2956 2956 112 113 SJAAAA ESHAAA AAAAxx -3193 5205 1 1 3 13 93 193 1193 3193 3193 186 187 VSAAAA FSHAAA HHHHxx -6356 5206 0 0 6 16 56 356 356 1356 6356 112 113 MKAAAA GSHAAA OOOOxx -730 5207 0 2 0 10 30 730 730 730 730 60 61 CCAAAA HSHAAA VVVVxx -8826 5208 0 2 6 6 26 826 826 3826 8826 52 53 MBAAAA ISHAAA AAAAxx -9036 5209 0 0 6 16 36 36 1036 4036 9036 72 73 OJAAAA JSHAAA HHHHxx -2085 5210 1 1 5 5 85 85 85 2085 2085 170 171 FCAAAA KSHAAA OOOOxx -9007 5211 1 3 7 7 7 7 1007 4007 9007 14 15 LIAAAA LSHAAA VVVVxx -6047 5212 1 3 7 7 47 47 47 1047 6047 94 95 PYAAAA MSHAAA AAAAxx -3953 5213 1 1 3 13 53 953 1953 3953 3953 106 107 BWAAAA NSHAAA HHHHxx -1214 5214 0 2 4 14 14 214 1214 1214 1214 28 29 SUAAAA OSHAAA OOOOxx -4814 5215 0 2 4 14 14 814 814 4814 4814 28 29 EDAAAA PSHAAA VVVVxx -5738 5216 0 2 8 18 38 738 1738 738 5738 76 77 SMAAAA QSHAAA AAAAxx -7176 5217 0 0 6 16 76 176 1176 2176 7176 152 153 AQAAAA RSHAAA HHHHxx -3609 5218 1 1 9 9 9 609 1609 3609 3609 18 19 VIAAAA SSHAAA OOOOxx -592 5219 0 0 2 12 92 592 592 592 592 184 185 UWAAAA TSHAAA VVVVxx -9391 5220 1 3 1 11 91 391 1391 4391 9391 182 183 FXAAAA USHAAA AAAAxx -5345 5221 1 1 5 5 45 345 1345 345 5345 90 91 PXAAAA VSHAAA HHHHxx -1171 5222 1 3 1 11 71 171 1171 1171 1171 142 143 BTAAAA WSHAAA OOOOxx -7238 5223 0 2 8 18 38 238 1238 2238 7238 76 77 KSAAAA XSHAAA VVVVxx -7561 5224 1 1 1 1 61 561 1561 2561 7561 122 123 VEAAAA YSHAAA AAAAxx -5876 5225 0 0 6 16 76 876 1876 876 5876 152 153 ASAAAA ZSHAAA HHHHxx -6611 5226 1 3 1 11 11 611 611 1611 6611 22 23 HUAAAA ATHAAA OOOOxx -7300 5227 0 0 0 0 0 300 1300 2300 7300 0 1 UUAAAA BTHAAA VVVVxx -1506 5228 0 2 6 6 6 506 1506 1506 1506 12 13 YFAAAA CTHAAA AAAAxx -1153 5229 1 1 3 13 53 153 1153 1153 1153 106 107 JSAAAA DTHAAA HHHHxx -3831 5230 1 3 1 11 31 831 1831 3831 3831 62 63 JRAAAA ETHAAA OOOOxx -9255 5231 1 3 5 15 55 255 1255 4255 9255 110 111 ZRAAAA FTHAAA VVVVxx -1841 5232 1 1 1 1 41 841 1841 1841 1841 82 83 VSAAAA GTHAAA AAAAxx -5075 5233 1 3 5 15 75 75 1075 75 5075 150 151 FNAAAA HTHAAA HHHHxx -101 5234 1 1 1 1 1 101 101 101 101 2 3 XDAAAA ITHAAA OOOOxx -2627 5235 1 3 7 7 27 627 627 2627 2627 54 55 BXAAAA JTHAAA VVVVxx -7078 5236 0 2 8 18 78 78 1078 2078 7078 156 157 GMAAAA KTHAAA AAAAxx -2850 5237 0 2 0 10 50 850 850 2850 2850 100 101 QFAAAA LTHAAA HHHHxx -8703 5238 1 3 3 3 3 703 703 3703 8703 6 7 TWAAAA MTHAAA OOOOxx -4101 5239 1 1 1 1 1 101 101 4101 4101 2 3 TBAAAA NTHAAA VVVVxx -318 5240 0 2 8 18 18 318 318 318 318 36 37 GMAAAA OTHAAA AAAAxx -6452 5241 0 0 2 12 52 452 452 1452 6452 104 105 EOAAAA PTHAAA HHHHxx -5558 5242 0 2 8 18 58 558 1558 558 5558 116 117 UFAAAA QTHAAA OOOOxx -3127 5243 1 3 7 7 27 127 1127 3127 3127 54 55 HQAAAA RTHAAA VVVVxx -535 5244 1 3 5 15 35 535 535 535 535 70 71 PUAAAA STHAAA AAAAxx -270 5245 0 2 0 10 70 270 270 270 270 140 141 KKAAAA TTHAAA HHHHxx -4038 5246 0 2 8 18 38 38 38 4038 4038 76 77 IZAAAA UTHAAA OOOOxx -3404 5247 0 0 4 4 4 404 1404 3404 3404 8 9 YAAAAA VTHAAA VVVVxx -2374 5248 0 2 4 14 74 374 374 2374 2374 148 149 INAAAA WTHAAA AAAAxx -6446 5249 0 2 6 6 46 446 446 1446 6446 92 93 YNAAAA XTHAAA HHHHxx -7758 5250 0 2 8 18 58 758 1758 2758 7758 116 117 KMAAAA YTHAAA OOOOxx -356 5251 0 0 6 16 56 356 356 356 356 112 113 SNAAAA ZTHAAA VVVVxx -9197 5252 1 1 7 17 97 197 1197 4197 9197 194 195 TPAAAA AUHAAA AAAAxx -9765 5253 1 1 5 5 65 765 1765 4765 9765 130 131 PLAAAA BUHAAA HHHHxx -4974 5254 0 2 4 14 74 974 974 4974 4974 148 149 IJAAAA CUHAAA OOOOxx -442 5255 0 2 2 2 42 442 442 442 442 84 85 ARAAAA DUHAAA VVVVxx -4349 5256 1 1 9 9 49 349 349 4349 4349 98 99 HLAAAA EUHAAA AAAAxx -6119 5257 1 3 9 19 19 119 119 1119 6119 38 39 JBAAAA FUHAAA HHHHxx -7574 5258 0 2 4 14 74 574 1574 2574 7574 148 149 IFAAAA GUHAAA OOOOxx -4445 5259 1 1 5 5 45 445 445 4445 4445 90 91 ZOAAAA HUHAAA VVVVxx -940 5260 0 0 0 0 40 940 940 940 940 80 81 EKAAAA IUHAAA AAAAxx -1875 5261 1 3 5 15 75 875 1875 1875 1875 150 151 DUAAAA JUHAAA HHHHxx -5951 5262 1 3 1 11 51 951 1951 951 5951 102 103 XUAAAA KUHAAA OOOOxx -9132 5263 0 0 2 12 32 132 1132 4132 9132 64 65 GNAAAA LUHAAA VVVVxx -6913 5264 1 1 3 13 13 913 913 1913 6913 26 27 XFAAAA MUHAAA AAAAxx -3308 5265 0 0 8 8 8 308 1308 3308 3308 16 17 GXAAAA NUHAAA HHHHxx -7553 5266 1 1 3 13 53 553 1553 2553 7553 106 107 NEAAAA OUHAAA OOOOxx -2138 5267 0 2 8 18 38 138 138 2138 2138 76 77 GEAAAA PUHAAA VVVVxx -6252 5268 0 0 2 12 52 252 252 1252 6252 104 105 MGAAAA QUHAAA AAAAxx -2171 5269 1 3 1 11 71 171 171 2171 2171 142 143 NFAAAA RUHAAA HHHHxx -4159 5270 1 3 9 19 59 159 159 4159 4159 118 119 ZDAAAA SUHAAA OOOOxx -2401 5271 1 1 1 1 1 401 401 2401 2401 2 3 JOAAAA TUHAAA VVVVxx -6553 5272 1 1 3 13 53 553 553 1553 6553 106 107 BSAAAA UUHAAA AAAAxx -5217 5273 1 1 7 17 17 217 1217 217 5217 34 35 RSAAAA VUHAAA HHHHxx -1405 5274 1 1 5 5 5 405 1405 1405 1405 10 11 BCAAAA WUHAAA OOOOxx -1494 5275 0 2 4 14 94 494 1494 1494 1494 188 189 MFAAAA XUHAAA VVVVxx -5553 5276 1 1 3 13 53 553 1553 553 5553 106 107 PFAAAA YUHAAA AAAAxx -8296 5277 0 0 6 16 96 296 296 3296 8296 192 193 CHAAAA ZUHAAA HHHHxx -6565 5278 1 1 5 5 65 565 565 1565 6565 130 131 NSAAAA AVHAAA OOOOxx -817 5279 1 1 7 17 17 817 817 817 817 34 35 LFAAAA BVHAAA VVVVxx -6947 5280 1 3 7 7 47 947 947 1947 6947 94 95 FHAAAA CVHAAA AAAAxx -4184 5281 0 0 4 4 84 184 184 4184 4184 168 169 YEAAAA DVHAAA HHHHxx -6577 5282 1 1 7 17 77 577 577 1577 6577 154 155 ZSAAAA EVHAAA OOOOxx -6424 5283 0 0 4 4 24 424 424 1424 6424 48 49 CNAAAA FVHAAA VVVVxx -2482 5284 0 2 2 2 82 482 482 2482 2482 164 165 MRAAAA GVHAAA AAAAxx -6874 5285 0 2 4 14 74 874 874 1874 6874 148 149 KEAAAA HVHAAA HHHHxx -7601 5286 1 1 1 1 1 601 1601 2601 7601 2 3 JGAAAA IVHAAA OOOOxx -4552 5287 0 0 2 12 52 552 552 4552 4552 104 105 CTAAAA JVHAAA VVVVxx -8406 5288 0 2 6 6 6 406 406 3406 8406 12 13 ILAAAA KVHAAA AAAAxx -2924 5289 0 0 4 4 24 924 924 2924 2924 48 49 MIAAAA LVHAAA HHHHxx -8255 5290 1 3 5 15 55 255 255 3255 8255 110 111 NFAAAA MVHAAA OOOOxx -4920 5291 0 0 0 0 20 920 920 4920 4920 40 41 GHAAAA NVHAAA VVVVxx -228 5292 0 0 8 8 28 228 228 228 228 56 57 UIAAAA OVHAAA AAAAxx -9431 5293 1 3 1 11 31 431 1431 4431 9431 62 63 TYAAAA PVHAAA HHHHxx -4021 5294 1 1 1 1 21 21 21 4021 4021 42 43 RYAAAA QVHAAA OOOOxx -2966 5295 0 2 6 6 66 966 966 2966 2966 132 133 CKAAAA RVHAAA VVVVxx -2862 5296 0 2 2 2 62 862 862 2862 2862 124 125 CGAAAA SVHAAA AAAAxx -4303 5297 1 3 3 3 3 303 303 4303 4303 6 7 NJAAAA TVHAAA HHHHxx -9643 5298 1 3 3 3 43 643 1643 4643 9643 86 87 XGAAAA UVHAAA OOOOxx -3008 5299 0 0 8 8 8 8 1008 3008 3008 16 17 SLAAAA VVHAAA VVVVxx -7476 5300 0 0 6 16 76 476 1476 2476 7476 152 153 OBAAAA WVHAAA AAAAxx -3686 5301 0 2 6 6 86 686 1686 3686 3686 172 173 ULAAAA XVHAAA HHHHxx -9051 5302 1 3 1 11 51 51 1051 4051 9051 102 103 DKAAAA YVHAAA OOOOxx -6592 5303 0 0 2 12 92 592 592 1592 6592 184 185 OTAAAA ZVHAAA VVVVxx -924 5304 0 0 4 4 24 924 924 924 924 48 49 OJAAAA AWHAAA AAAAxx -4406 5305 0 2 6 6 6 406 406 4406 4406 12 13 MNAAAA BWHAAA HHHHxx -5233 5306 1 1 3 13 33 233 1233 233 5233 66 67 HTAAAA CWHAAA OOOOxx -8881 5307 1 1 1 1 81 881 881 3881 8881 162 163 PDAAAA DWHAAA VVVVxx -2212 5308 0 0 2 12 12 212 212 2212 2212 24 25 CHAAAA EWHAAA AAAAxx -5804 5309 0 0 4 4 4 804 1804 804 5804 8 9 GPAAAA FWHAAA HHHHxx -2990 5310 0 2 0 10 90 990 990 2990 2990 180 181 ALAAAA GWHAAA OOOOxx -4069 5311 1 1 9 9 69 69 69 4069 4069 138 139 NAAAAA HWHAAA VVVVxx -5380 5312 0 0 0 0 80 380 1380 380 5380 160 161 YYAAAA IWHAAA AAAAxx -5016 5313 0 0 6 16 16 16 1016 16 5016 32 33 YKAAAA JWHAAA HHHHxx -5056 5314 0 0 6 16 56 56 1056 56 5056 112 113 MMAAAA KWHAAA OOOOxx -3732 5315 0 0 2 12 32 732 1732 3732 3732 64 65 ONAAAA LWHAAA VVVVxx -5527 5316 1 3 7 7 27 527 1527 527 5527 54 55 PEAAAA MWHAAA AAAAxx -1151 5317 1 3 1 11 51 151 1151 1151 1151 102 103 HSAAAA NWHAAA HHHHxx -7900 5318 0 0 0 0 0 900 1900 2900 7900 0 1 WRAAAA OWHAAA OOOOxx -1660 5319 0 0 0 0 60 660 1660 1660 1660 120 121 WLAAAA PWHAAA VVVVxx -8064 5320 0 0 4 4 64 64 64 3064 8064 128 129 EYAAAA QWHAAA AAAAxx -8240 5321 0 0 0 0 40 240 240 3240 8240 80 81 YEAAAA RWHAAA HHHHxx -413 5322 1 1 3 13 13 413 413 413 413 26 27 XPAAAA SWHAAA OOOOxx -8311 5323 1 3 1 11 11 311 311 3311 8311 22 23 RHAAAA TWHAAA VVVVxx -1065 5324 1 1 5 5 65 65 1065 1065 1065 130 131 ZOAAAA UWHAAA AAAAxx -2741 5325 1 1 1 1 41 741 741 2741 2741 82 83 LBAAAA VWHAAA HHHHxx -5306 5326 0 2 6 6 6 306 1306 306 5306 12 13 CWAAAA WWHAAA OOOOxx -5464 5327 0 0 4 4 64 464 1464 464 5464 128 129 ECAAAA XWHAAA VVVVxx -4237 5328 1 1 7 17 37 237 237 4237 4237 74 75 ZGAAAA YWHAAA AAAAxx -3822 5329 0 2 2 2 22 822 1822 3822 3822 44 45 ARAAAA ZWHAAA HHHHxx -2548 5330 0 0 8 8 48 548 548 2548 2548 96 97 AUAAAA AXHAAA OOOOxx -2688 5331 0 0 8 8 88 688 688 2688 2688 176 177 KZAAAA BXHAAA VVVVxx -8061 5332 1 1 1 1 61 61 61 3061 8061 122 123 BYAAAA CXHAAA AAAAxx -9340 5333 0 0 0 0 40 340 1340 4340 9340 80 81 GVAAAA DXHAAA HHHHxx -4031 5334 1 3 1 11 31 31 31 4031 4031 62 63 BZAAAA EXHAAA OOOOxx -2635 5335 1 3 5 15 35 635 635 2635 2635 70 71 JXAAAA FXHAAA VVVVxx -809 5336 1 1 9 9 9 809 809 809 809 18 19 DFAAAA GXHAAA AAAAxx -3209 5337 1 1 9 9 9 209 1209 3209 3209 18 19 LTAAAA HXHAAA HHHHxx -3825 5338 1 1 5 5 25 825 1825 3825 3825 50 51 DRAAAA IXHAAA OOOOxx -1448 5339 0 0 8 8 48 448 1448 1448 1448 96 97 SDAAAA JXHAAA VVVVxx -9077 5340 1 1 7 17 77 77 1077 4077 9077 154 155 DLAAAA KXHAAA AAAAxx -3730 5341 0 2 0 10 30 730 1730 3730 3730 60 61 MNAAAA LXHAAA HHHHxx -9596 5342 0 0 6 16 96 596 1596 4596 9596 192 193 CFAAAA MXHAAA OOOOxx -3563 5343 1 3 3 3 63 563 1563 3563 3563 126 127 BHAAAA NXHAAA VVVVxx -4116 5344 0 0 6 16 16 116 116 4116 4116 32 33 ICAAAA OXHAAA AAAAxx -4825 5345 1 1 5 5 25 825 825 4825 4825 50 51 PDAAAA PXHAAA HHHHxx -8376 5346 0 0 6 16 76 376 376 3376 8376 152 153 EKAAAA QXHAAA OOOOxx -3917 5347 1 1 7 17 17 917 1917 3917 3917 34 35 RUAAAA RXHAAA VVVVxx -4407 5348 1 3 7 7 7 407 407 4407 4407 14 15 NNAAAA SXHAAA AAAAxx -8202 5349 0 2 2 2 2 202 202 3202 8202 4 5 MDAAAA TXHAAA HHHHxx -7675 5350 1 3 5 15 75 675 1675 2675 7675 150 151 FJAAAA UXHAAA OOOOxx -4104 5351 0 0 4 4 4 104 104 4104 4104 8 9 WBAAAA VXHAAA VVVVxx -9225 5352 1 1 5 5 25 225 1225 4225 9225 50 51 VQAAAA WXHAAA AAAAxx -2834 5353 0 2 4 14 34 834 834 2834 2834 68 69 AFAAAA XXHAAA HHHHxx -1227 5354 1 3 7 7 27 227 1227 1227 1227 54 55 FVAAAA YXHAAA OOOOxx -3383 5355 1 3 3 3 83 383 1383 3383 3383 166 167 DAAAAA ZXHAAA VVVVxx -67 5356 1 3 7 7 67 67 67 67 67 134 135 PCAAAA AYHAAA AAAAxx -1751 5357 1 3 1 11 51 751 1751 1751 1751 102 103 JPAAAA BYHAAA HHHHxx -8054 5358 0 2 4 14 54 54 54 3054 8054 108 109 UXAAAA CYHAAA OOOOxx -8571 5359 1 3 1 11 71 571 571 3571 8571 142 143 RRAAAA DYHAAA VVVVxx -2466 5360 0 2 6 6 66 466 466 2466 2466 132 133 WQAAAA EYHAAA AAAAxx -9405 5361 1 1 5 5 5 405 1405 4405 9405 10 11 TXAAAA FYHAAA HHHHxx -6883 5362 1 3 3 3 83 883 883 1883 6883 166 167 TEAAAA GYHAAA OOOOxx -4301 5363 1 1 1 1 1 301 301 4301 4301 2 3 LJAAAA HYHAAA VVVVxx -3705 5364 1 1 5 5 5 705 1705 3705 3705 10 11 NMAAAA IYHAAA AAAAxx -5420 5365 0 0 0 0 20 420 1420 420 5420 40 41 MAAAAA JYHAAA HHHHxx -3692 5366 0 0 2 12 92 692 1692 3692 3692 184 185 AMAAAA KYHAAA OOOOxx -6851 5367 1 3 1 11 51 851 851 1851 6851 102 103 NDAAAA LYHAAA VVVVxx -9363 5368 1 3 3 3 63 363 1363 4363 9363 126 127 DWAAAA MYHAAA AAAAxx -2269 5369 1 1 9 9 69 269 269 2269 2269 138 139 HJAAAA NYHAAA HHHHxx -4918 5370 0 2 8 18 18 918 918 4918 4918 36 37 EHAAAA OYHAAA OOOOxx -4297 5371 1 1 7 17 97 297 297 4297 4297 194 195 HJAAAA PYHAAA VVVVxx -1836 5372 0 0 6 16 36 836 1836 1836 1836 72 73 QSAAAA QYHAAA AAAAxx -237 5373 1 1 7 17 37 237 237 237 237 74 75 DJAAAA RYHAAA HHHHxx -6131 5374 1 3 1 11 31 131 131 1131 6131 62 63 VBAAAA SYHAAA OOOOxx -3174 5375 0 2 4 14 74 174 1174 3174 3174 148 149 CSAAAA TYHAAA VVVVxx -9987 5376 1 3 7 7 87 987 1987 4987 9987 174 175 DUAAAA UYHAAA AAAAxx -3630 5377 0 2 0 10 30 630 1630 3630 3630 60 61 QJAAAA VYHAAA HHHHxx -2899 5378 1 3 9 19 99 899 899 2899 2899 198 199 NHAAAA WYHAAA OOOOxx -4079 5379 1 3 9 19 79 79 79 4079 4079 158 159 XAAAAA XYHAAA VVVVxx -5049 5380 1 1 9 9 49 49 1049 49 5049 98 99 FMAAAA YYHAAA AAAAxx -2963 5381 1 3 3 3 63 963 963 2963 2963 126 127 ZJAAAA ZYHAAA HHHHxx -3962 5382 0 2 2 2 62 962 1962 3962 3962 124 125 KWAAAA AZHAAA OOOOxx -7921 5383 1 1 1 1 21 921 1921 2921 7921 42 43 RSAAAA BZHAAA VVVVxx -3967 5384 1 3 7 7 67 967 1967 3967 3967 134 135 PWAAAA CZHAAA AAAAxx -2752 5385 0 0 2 12 52 752 752 2752 2752 104 105 WBAAAA DZHAAA HHHHxx -7944 5386 0 0 4 4 44 944 1944 2944 7944 88 89 OTAAAA EZHAAA OOOOxx -2205 5387 1 1 5 5 5 205 205 2205 2205 10 11 VGAAAA FZHAAA VVVVxx -5035 5388 1 3 5 15 35 35 1035 35 5035 70 71 RLAAAA GZHAAA AAAAxx -1425 5389 1 1 5 5 25 425 1425 1425 1425 50 51 VCAAAA HZHAAA HHHHxx -832 5390 0 0 2 12 32 832 832 832 832 64 65 AGAAAA IZHAAA OOOOxx -1447 5391 1 3 7 7 47 447 1447 1447 1447 94 95 RDAAAA JZHAAA VVVVxx -6108 5392 0 0 8 8 8 108 108 1108 6108 16 17 YAAAAA KZHAAA AAAAxx -4936 5393 0 0 6 16 36 936 936 4936 4936 72 73 WHAAAA LZHAAA HHHHxx -7704 5394 0 0 4 4 4 704 1704 2704 7704 8 9 IKAAAA MZHAAA OOOOxx -142 5395 0 2 2 2 42 142 142 142 142 84 85 MFAAAA NZHAAA VVVVxx -4272 5396 0 0 2 12 72 272 272 4272 4272 144 145 IIAAAA OZHAAA AAAAxx -7667 5397 1 3 7 7 67 667 1667 2667 7667 134 135 XIAAAA PZHAAA HHHHxx -366 5398 0 2 6 6 66 366 366 366 366 132 133 COAAAA QZHAAA OOOOxx -8866 5399 0 2 6 6 66 866 866 3866 8866 132 133 ADAAAA RZHAAA VVVVxx -7712 5400 0 0 2 12 12 712 1712 2712 7712 24 25 QKAAAA SZHAAA AAAAxx -3880 5401 0 0 0 0 80 880 1880 3880 3880 160 161 GTAAAA TZHAAA HHHHxx -4631 5402 1 3 1 11 31 631 631 4631 4631 62 63 DWAAAA UZHAAA OOOOxx -2789 5403 1 1 9 9 89 789 789 2789 2789 178 179 HDAAAA VZHAAA VVVVxx -7720 5404 0 0 0 0 20 720 1720 2720 7720 40 41 YKAAAA WZHAAA AAAAxx -7618 5405 0 2 8 18 18 618 1618 2618 7618 36 37 AHAAAA XZHAAA HHHHxx -4990 5406 0 2 0 10 90 990 990 4990 4990 180 181 YJAAAA YZHAAA OOOOxx -7918 5407 0 2 8 18 18 918 1918 2918 7918 36 37 OSAAAA ZZHAAA VVVVxx -5067 5408 1 3 7 7 67 67 1067 67 5067 134 135 XMAAAA AAIAAA AAAAxx -6370 5409 0 2 0 10 70 370 370 1370 6370 140 141 ALAAAA BAIAAA HHHHxx -2268 5410 0 0 8 8 68 268 268 2268 2268 136 137 GJAAAA CAIAAA OOOOxx -1949 5411 1 1 9 9 49 949 1949 1949 1949 98 99 ZWAAAA DAIAAA VVVVxx -5503 5412 1 3 3 3 3 503 1503 503 5503 6 7 RDAAAA EAIAAA AAAAxx -9951 5413 1 3 1 11 51 951 1951 4951 9951 102 103 TSAAAA FAIAAA HHHHxx -6823 5414 1 3 3 3 23 823 823 1823 6823 46 47 LCAAAA GAIAAA OOOOxx -6287 5415 1 3 7 7 87 287 287 1287 6287 174 175 VHAAAA HAIAAA VVVVxx -6016 5416 0 0 6 16 16 16 16 1016 6016 32 33 KXAAAA IAIAAA AAAAxx -1977 5417 1 1 7 17 77 977 1977 1977 1977 154 155 BYAAAA JAIAAA HHHHxx -8579 5418 1 3 9 19 79 579 579 3579 8579 158 159 ZRAAAA KAIAAA OOOOxx -6204 5419 0 0 4 4 4 204 204 1204 6204 8 9 QEAAAA LAIAAA VVVVxx -9764 5420 0 0 4 4 64 764 1764 4764 9764 128 129 OLAAAA MAIAAA AAAAxx -2005 5421 1 1 5 5 5 5 5 2005 2005 10 11 DZAAAA NAIAAA HHHHxx -1648 5422 0 0 8 8 48 648 1648 1648 1648 96 97 KLAAAA OAIAAA OOOOxx -2457 5423 1 1 7 17 57 457 457 2457 2457 114 115 NQAAAA PAIAAA VVVVxx -2698 5424 0 2 8 18 98 698 698 2698 2698 196 197 UZAAAA QAIAAA AAAAxx -7730 5425 0 2 0 10 30 730 1730 2730 7730 60 61 ILAAAA RAIAAA HHHHxx -7287 5426 1 3 7 7 87 287 1287 2287 7287 174 175 HUAAAA SAIAAA OOOOxx -2937 5427 1 1 7 17 37 937 937 2937 2937 74 75 ZIAAAA TAIAAA VVVVxx -6824 5428 0 0 4 4 24 824 824 1824 6824 48 49 MCAAAA UAIAAA AAAAxx -9256 5429 0 0 6 16 56 256 1256 4256 9256 112 113 ASAAAA VAIAAA HHHHxx -4810 5430 0 2 0 10 10 810 810 4810 4810 20 21 ADAAAA WAIAAA OOOOxx -3869 5431 1 1 9 9 69 869 1869 3869 3869 138 139 VSAAAA XAIAAA VVVVxx -1993 5432 1 1 3 13 93 993 1993 1993 1993 186 187 RYAAAA YAIAAA AAAAxx -6048 5433 0 0 8 8 48 48 48 1048 6048 96 97 QYAAAA ZAIAAA HHHHxx -6922 5434 0 2 2 2 22 922 922 1922 6922 44 45 GGAAAA ABIAAA OOOOxx -8 5435 0 0 8 8 8 8 8 8 8 16 17 IAAAAA BBIAAA VVVVxx -6706 5436 0 2 6 6 6 706 706 1706 6706 12 13 YXAAAA CBIAAA AAAAxx -9159 5437 1 3 9 19 59 159 1159 4159 9159 118 119 HOAAAA DBIAAA HHHHxx -7020 5438 0 0 0 0 20 20 1020 2020 7020 40 41 AKAAAA EBIAAA OOOOxx -767 5439 1 3 7 7 67 767 767 767 767 134 135 NDAAAA FBIAAA VVVVxx -8602 5440 0 2 2 2 2 602 602 3602 8602 4 5 WSAAAA GBIAAA AAAAxx -4442 5441 0 2 2 2 42 442 442 4442 4442 84 85 WOAAAA HBIAAA HHHHxx -2040 5442 0 0 0 0 40 40 40 2040 2040 80 81 MAAAAA IBIAAA OOOOxx -5493 5443 1 1 3 13 93 493 1493 493 5493 186 187 HDAAAA JBIAAA VVVVxx -275 5444 1 3 5 15 75 275 275 275 275 150 151 PKAAAA KBIAAA AAAAxx -8876 5445 0 0 6 16 76 876 876 3876 8876 152 153 KDAAAA LBIAAA HHHHxx -7381 5446 1 1 1 1 81 381 1381 2381 7381 162 163 XXAAAA MBIAAA OOOOxx -1827 5447 1 3 7 7 27 827 1827 1827 1827 54 55 HSAAAA NBIAAA VVVVxx -3537 5448 1 1 7 17 37 537 1537 3537 3537 74 75 BGAAAA OBIAAA AAAAxx -6978 5449 0 2 8 18 78 978 978 1978 6978 156 157 KIAAAA PBIAAA HHHHxx -6160 5450 0 0 0 0 60 160 160 1160 6160 120 121 YCAAAA QBIAAA OOOOxx -9219 5451 1 3 9 19 19 219 1219 4219 9219 38 39 PQAAAA RBIAAA VVVVxx -5034 5452 0 2 4 14 34 34 1034 34 5034 68 69 QLAAAA SBIAAA AAAAxx -8463 5453 1 3 3 3 63 463 463 3463 8463 126 127 NNAAAA TBIAAA HHHHxx -2038 5454 0 2 8 18 38 38 38 2038 2038 76 77 KAAAAA UBIAAA OOOOxx -9562 5455 0 2 2 2 62 562 1562 4562 9562 124 125 UDAAAA VBIAAA VVVVxx -2687 5456 1 3 7 7 87 687 687 2687 2687 174 175 JZAAAA WBIAAA AAAAxx -5092 5457 0 0 2 12 92 92 1092 92 5092 184 185 WNAAAA XBIAAA HHHHxx -539 5458 1 3 9 19 39 539 539 539 539 78 79 TUAAAA YBIAAA OOOOxx -2139 5459 1 3 9 19 39 139 139 2139 2139 78 79 HEAAAA ZBIAAA VVVVxx -9221 5460 1 1 1 1 21 221 1221 4221 9221 42 43 RQAAAA ACIAAA AAAAxx -965 5461 1 1 5 5 65 965 965 965 965 130 131 DLAAAA BCIAAA HHHHxx -6051 5462 1 3 1 11 51 51 51 1051 6051 102 103 TYAAAA CCIAAA OOOOxx -5822 5463 0 2 2 2 22 822 1822 822 5822 44 45 YPAAAA DCIAAA VVVVxx -6397 5464 1 1 7 17 97 397 397 1397 6397 194 195 BMAAAA ECIAAA AAAAxx -2375 5465 1 3 5 15 75 375 375 2375 2375 150 151 JNAAAA FCIAAA HHHHxx -9415 5466 1 3 5 15 15 415 1415 4415 9415 30 31 DYAAAA GCIAAA OOOOxx -6552 5467 0 0 2 12 52 552 552 1552 6552 104 105 ASAAAA HCIAAA VVVVxx -2248 5468 0 0 8 8 48 248 248 2248 2248 96 97 MIAAAA ICIAAA AAAAxx -2611 5469 1 3 1 11 11 611 611 2611 2611 22 23 LWAAAA JCIAAA HHHHxx -9609 5470 1 1 9 9 9 609 1609 4609 9609 18 19 PFAAAA KCIAAA OOOOxx -2132 5471 0 0 2 12 32 132 132 2132 2132 64 65 AEAAAA LCIAAA VVVVxx -8452 5472 0 0 2 12 52 452 452 3452 8452 104 105 CNAAAA MCIAAA AAAAxx -9407 5473 1 3 7 7 7 407 1407 4407 9407 14 15 VXAAAA NCIAAA HHHHxx -2814 5474 0 2 4 14 14 814 814 2814 2814 28 29 GEAAAA OCIAAA OOOOxx -1889 5475 1 1 9 9 89 889 1889 1889 1889 178 179 RUAAAA PCIAAA VVVVxx -7489 5476 1 1 9 9 89 489 1489 2489 7489 178 179 BCAAAA QCIAAA AAAAxx -2255 5477 1 3 5 15 55 255 255 2255 2255 110 111 TIAAAA RCIAAA HHHHxx -3380 5478 0 0 0 0 80 380 1380 3380 3380 160 161 AAAAAA SCIAAA OOOOxx -1167 5479 1 3 7 7 67 167 1167 1167 1167 134 135 XSAAAA TCIAAA VVVVxx -5369 5480 1 1 9 9 69 369 1369 369 5369 138 139 NYAAAA UCIAAA AAAAxx -2378 5481 0 2 8 18 78 378 378 2378 2378 156 157 MNAAAA VCIAAA HHHHxx -8315 5482 1 3 5 15 15 315 315 3315 8315 30 31 VHAAAA WCIAAA OOOOxx -2934 5483 0 2 4 14 34 934 934 2934 2934 68 69 WIAAAA XCIAAA VVVVxx -7924 5484 0 0 4 4 24 924 1924 2924 7924 48 49 USAAAA YCIAAA AAAAxx -2867 5485 1 3 7 7 67 867 867 2867 2867 134 135 HGAAAA ZCIAAA HHHHxx -9141 5486 1 1 1 1 41 141 1141 4141 9141 82 83 PNAAAA ADIAAA OOOOxx -3613 5487 1 1 3 13 13 613 1613 3613 3613 26 27 ZIAAAA BDIAAA VVVVxx -2461 5488 1 1 1 1 61 461 461 2461 2461 122 123 RQAAAA CDIAAA AAAAxx -4567 5489 1 3 7 7 67 567 567 4567 4567 134 135 RTAAAA DDIAAA HHHHxx -2906 5490 0 2 6 6 6 906 906 2906 2906 12 13 UHAAAA EDIAAA OOOOxx -4848 5491 0 0 8 8 48 848 848 4848 4848 96 97 MEAAAA FDIAAA VVVVxx -6614 5492 0 2 4 14 14 614 614 1614 6614 28 29 KUAAAA GDIAAA AAAAxx -6200 5493 0 0 0 0 0 200 200 1200 6200 0 1 MEAAAA HDIAAA HHHHxx -7895 5494 1 3 5 15 95 895 1895 2895 7895 190 191 RRAAAA IDIAAA OOOOxx -6829 5495 1 1 9 9 29 829 829 1829 6829 58 59 RCAAAA JDIAAA VVVVxx -4087 5496 1 3 7 7 87 87 87 4087 4087 174 175 FBAAAA KDIAAA AAAAxx -8787 5497 1 3 7 7 87 787 787 3787 8787 174 175 ZZAAAA LDIAAA HHHHxx -3322 5498 0 2 2 2 22 322 1322 3322 3322 44 45 UXAAAA MDIAAA OOOOxx -9091 5499 1 3 1 11 91 91 1091 4091 9091 182 183 RLAAAA NDIAAA VVVVxx -5268 5500 0 0 8 8 68 268 1268 268 5268 136 137 QUAAAA ODIAAA AAAAxx -2719 5501 1 3 9 19 19 719 719 2719 2719 38 39 PAAAAA PDIAAA HHHHxx -30 5502 0 2 0 10 30 30 30 30 30 60 61 EBAAAA QDIAAA OOOOxx -1975 5503 1 3 5 15 75 975 1975 1975 1975 150 151 ZXAAAA RDIAAA VVVVxx -2641 5504 1 1 1 1 41 641 641 2641 2641 82 83 PXAAAA SDIAAA AAAAxx -8616 5505 0 0 6 16 16 616 616 3616 8616 32 33 KTAAAA TDIAAA HHHHxx -5980 5506 0 0 0 0 80 980 1980 980 5980 160 161 AWAAAA UDIAAA OOOOxx -5170 5507 0 2 0 10 70 170 1170 170 5170 140 141 WQAAAA VDIAAA VVVVxx -1960 5508 0 0 0 0 60 960 1960 1960 1960 120 121 KXAAAA WDIAAA AAAAxx -8141 5509 1 1 1 1 41 141 141 3141 8141 82 83 DBAAAA XDIAAA HHHHxx -6692 5510 0 0 2 12 92 692 692 1692 6692 184 185 KXAAAA YDIAAA OOOOxx -7621 5511 1 1 1 1 21 621 1621 2621 7621 42 43 DHAAAA ZDIAAA VVVVxx -3890 5512 0 2 0 10 90 890 1890 3890 3890 180 181 QTAAAA AEIAAA AAAAxx -4300 5513 0 0 0 0 0 300 300 4300 4300 0 1 KJAAAA BEIAAA HHHHxx -736 5514 0 0 6 16 36 736 736 736 736 72 73 ICAAAA CEIAAA OOOOxx -6626 5515 0 2 6 6 26 626 626 1626 6626 52 53 WUAAAA DEIAAA VVVVxx -1800 5516 0 0 0 0 0 800 1800 1800 1800 0 1 GRAAAA EEIAAA AAAAxx -3430 5517 0 2 0 10 30 430 1430 3430 3430 60 61 YBAAAA FEIAAA HHHHxx -9519 5518 1 3 9 19 19 519 1519 4519 9519 38 39 DCAAAA GEIAAA OOOOxx -5111 5519 1 3 1 11 11 111 1111 111 5111 22 23 POAAAA HEIAAA VVVVxx -6915 5520 1 3 5 15 15 915 915 1915 6915 30 31 ZFAAAA IEIAAA AAAAxx -9246 5521 0 2 6 6 46 246 1246 4246 9246 92 93 QRAAAA JEIAAA HHHHxx -5141 5522 1 1 1 1 41 141 1141 141 5141 82 83 TPAAAA KEIAAA OOOOxx -5922 5523 0 2 2 2 22 922 1922 922 5922 44 45 UTAAAA LEIAAA VVVVxx -3087 5524 1 3 7 7 87 87 1087 3087 3087 174 175 TOAAAA MEIAAA AAAAxx -1859 5525 1 3 9 19 59 859 1859 1859 1859 118 119 NTAAAA NEIAAA HHHHxx -8482 5526 0 2 2 2 82 482 482 3482 8482 164 165 GOAAAA OEIAAA OOOOxx -8414 5527 0 2 4 14 14 414 414 3414 8414 28 29 QLAAAA PEIAAA VVVVxx -6662 5528 0 2 2 2 62 662 662 1662 6662 124 125 GWAAAA QEIAAA AAAAxx -8614 5529 0 2 4 14 14 614 614 3614 8614 28 29 ITAAAA REIAAA HHHHxx -42 5530 0 2 2 2 42 42 42 42 42 84 85 QBAAAA SEIAAA OOOOxx -7582 5531 0 2 2 2 82 582 1582 2582 7582 164 165 QFAAAA TEIAAA VVVVxx -8183 5532 1 3 3 3 83 183 183 3183 8183 166 167 TCAAAA UEIAAA AAAAxx -1299 5533 1 3 9 19 99 299 1299 1299 1299 198 199 ZXAAAA VEIAAA HHHHxx -7004 5534 0 0 4 4 4 4 1004 2004 7004 8 9 KJAAAA WEIAAA OOOOxx -3298 5535 0 2 8 18 98 298 1298 3298 3298 196 197 WWAAAA XEIAAA VVVVxx -7884 5536 0 0 4 4 84 884 1884 2884 7884 168 169 GRAAAA YEIAAA AAAAxx -4191 5537 1 3 1 11 91 191 191 4191 4191 182 183 FFAAAA ZEIAAA HHHHxx -7346 5538 0 2 6 6 46 346 1346 2346 7346 92 93 OWAAAA AFIAAA OOOOxx -7989 5539 1 1 9 9 89 989 1989 2989 7989 178 179 HVAAAA BFIAAA VVVVxx -5719 5540 1 3 9 19 19 719 1719 719 5719 38 39 ZLAAAA CFIAAA AAAAxx -800 5541 0 0 0 0 0 800 800 800 800 0 1 UEAAAA DFIAAA HHHHxx -6509 5542 1 1 9 9 9 509 509 1509 6509 18 19 JQAAAA EFIAAA OOOOxx -4672 5543 0 0 2 12 72 672 672 4672 4672 144 145 SXAAAA FFIAAA VVVVxx -4434 5544 0 2 4 14 34 434 434 4434 4434 68 69 OOAAAA GFIAAA AAAAxx -8309 5545 1 1 9 9 9 309 309 3309 8309 18 19 PHAAAA HFIAAA HHHHxx -5134 5546 0 2 4 14 34 134 1134 134 5134 68 69 MPAAAA IFIAAA OOOOxx -5153 5547 1 1 3 13 53 153 1153 153 5153 106 107 FQAAAA JFIAAA VVVVxx -1522 5548 0 2 2 2 22 522 1522 1522 1522 44 45 OGAAAA KFIAAA AAAAxx -8629 5549 1 1 9 9 29 629 629 3629 8629 58 59 XTAAAA LFIAAA HHHHxx -4549 5550 1 1 9 9 49 549 549 4549 4549 98 99 ZSAAAA MFIAAA OOOOxx -9506 5551 0 2 6 6 6 506 1506 4506 9506 12 13 QBAAAA NFIAAA VVVVxx -6542 5552 0 2 2 2 42 542 542 1542 6542 84 85 QRAAAA OFIAAA AAAAxx -2579 5553 1 3 9 19 79 579 579 2579 2579 158 159 FVAAAA PFIAAA HHHHxx -4664 5554 0 0 4 4 64 664 664 4664 4664 128 129 KXAAAA QFIAAA OOOOxx -696 5555 0 0 6 16 96 696 696 696 696 192 193 UAAAAA RFIAAA VVVVxx -7950 5556 0 2 0 10 50 950 1950 2950 7950 100 101 UTAAAA SFIAAA AAAAxx -5 5557 1 1 5 5 5 5 5 5 5 10 11 FAAAAA TFIAAA HHHHxx -7806 5558 0 2 6 6 6 806 1806 2806 7806 12 13 GOAAAA UFIAAA OOOOxx -2770 5559 0 2 0 10 70 770 770 2770 2770 140 141 OCAAAA VFIAAA VVVVxx -1344 5560 0 0 4 4 44 344 1344 1344 1344 88 89 SZAAAA WFIAAA AAAAxx -511 5561 1 3 1 11 11 511 511 511 511 22 23 RTAAAA XFIAAA HHHHxx -9070 5562 0 2 0 10 70 70 1070 4070 9070 140 141 WKAAAA YFIAAA OOOOxx -2961 5563 1 1 1 1 61 961 961 2961 2961 122 123 XJAAAA ZFIAAA VVVVxx -8031 5564 1 3 1 11 31 31 31 3031 8031 62 63 XWAAAA AGIAAA AAAAxx -326 5565 0 2 6 6 26 326 326 326 326 52 53 OMAAAA BGIAAA HHHHxx -183 5566 1 3 3 3 83 183 183 183 183 166 167 BHAAAA CGIAAA OOOOxx -5917 5567 1 1 7 17 17 917 1917 917 5917 34 35 PTAAAA DGIAAA VVVVxx -8256 5568 0 0 6 16 56 256 256 3256 8256 112 113 OFAAAA EGIAAA AAAAxx -7889 5569 1 1 9 9 89 889 1889 2889 7889 178 179 LRAAAA FGIAAA HHHHxx -9029 5570 1 1 9 9 29 29 1029 4029 9029 58 59 HJAAAA GGIAAA OOOOxx -1316 5571 0 0 6 16 16 316 1316 1316 1316 32 33 QYAAAA HGIAAA VVVVxx -7442 5572 0 2 2 2 42 442 1442 2442 7442 84 85 GAAAAA IGIAAA AAAAxx -2810 5573 0 2 0 10 10 810 810 2810 2810 20 21 CEAAAA JGIAAA HHHHxx -20 5574 0 0 0 0 20 20 20 20 20 40 41 UAAAAA KGIAAA OOOOxx -2306 5575 0 2 6 6 6 306 306 2306 2306 12 13 SKAAAA LGIAAA VVVVxx -4694 5576 0 2 4 14 94 694 694 4694 4694 188 189 OYAAAA MGIAAA AAAAxx -9710 5577 0 2 0 10 10 710 1710 4710 9710 20 21 MJAAAA NGIAAA HHHHxx -1791 5578 1 3 1 11 91 791 1791 1791 1791 182 183 XQAAAA OGIAAA OOOOxx -6730 5579 0 2 0 10 30 730 730 1730 6730 60 61 WYAAAA PGIAAA VVVVxx -359 5580 1 3 9 19 59 359 359 359 359 118 119 VNAAAA QGIAAA AAAAxx -8097 5581 1 1 7 17 97 97 97 3097 8097 194 195 LZAAAA RGIAAA HHHHxx -6147 5582 1 3 7 7 47 147 147 1147 6147 94 95 LCAAAA SGIAAA OOOOxx -643 5583 1 3 3 3 43 643 643 643 643 86 87 TYAAAA TGIAAA VVVVxx -698 5584 0 2 8 18 98 698 698 698 698 196 197 WAAAAA UGIAAA AAAAxx -3881 5585 1 1 1 1 81 881 1881 3881 3881 162 163 HTAAAA VGIAAA HHHHxx -7600 5586 0 0 0 0 0 600 1600 2600 7600 0 1 IGAAAA WGIAAA OOOOxx -1583 5587 1 3 3 3 83 583 1583 1583 1583 166 167 XIAAAA XGIAAA VVVVxx -9612 5588 0 0 2 12 12 612 1612 4612 9612 24 25 SFAAAA YGIAAA AAAAxx -1032 5589 0 0 2 12 32 32 1032 1032 1032 64 65 SNAAAA ZGIAAA HHHHxx -4834 5590 0 2 4 14 34 834 834 4834 4834 68 69 YDAAAA AHIAAA OOOOxx -5076 5591 0 0 6 16 76 76 1076 76 5076 152 153 GNAAAA BHIAAA VVVVxx -3070 5592 0 2 0 10 70 70 1070 3070 3070 140 141 COAAAA CHIAAA AAAAxx -1421 5593 1 1 1 1 21 421 1421 1421 1421 42 43 RCAAAA DHIAAA HHHHxx -8970 5594 0 2 0 10 70 970 970 3970 8970 140 141 AHAAAA EHIAAA OOOOxx -6271 5595 1 3 1 11 71 271 271 1271 6271 142 143 FHAAAA FHIAAA VVVVxx -8547 5596 1 3 7 7 47 547 547 3547 8547 94 95 TQAAAA GHIAAA AAAAxx -1259 5597 1 3 9 19 59 259 1259 1259 1259 118 119 LWAAAA HHIAAA HHHHxx -8328 5598 0 0 8 8 28 328 328 3328 8328 56 57 IIAAAA IHIAAA OOOOxx -1503 5599 1 3 3 3 3 503 1503 1503 1503 6 7 VFAAAA JHIAAA VVVVxx -2253 5600 1 1 3 13 53 253 253 2253 2253 106 107 RIAAAA KHIAAA AAAAxx -7449 5601 1 1 9 9 49 449 1449 2449 7449 98 99 NAAAAA LHIAAA HHHHxx -3579 5602 1 3 9 19 79 579 1579 3579 3579 158 159 RHAAAA MHIAAA OOOOxx -1585 5603 1 1 5 5 85 585 1585 1585 1585 170 171 ZIAAAA NHIAAA VVVVxx -5543 5604 1 3 3 3 43 543 1543 543 5543 86 87 FFAAAA OHIAAA AAAAxx -8627 5605 1 3 7 7 27 627 627 3627 8627 54 55 VTAAAA PHIAAA HHHHxx -8618 5606 0 2 8 18 18 618 618 3618 8618 36 37 MTAAAA QHIAAA OOOOxx -1911 5607 1 3 1 11 11 911 1911 1911 1911 22 23 NVAAAA RHIAAA VVVVxx -2758 5608 0 2 8 18 58 758 758 2758 2758 116 117 CCAAAA SHIAAA AAAAxx -5744 5609 0 0 4 4 44 744 1744 744 5744 88 89 YMAAAA THIAAA HHHHxx -4976 5610 0 0 6 16 76 976 976 4976 4976 152 153 KJAAAA UHIAAA OOOOxx -6380 5611 0 0 0 0 80 380 380 1380 6380 160 161 KLAAAA VHIAAA VVVVxx -1937 5612 1 1 7 17 37 937 1937 1937 1937 74 75 NWAAAA WHIAAA AAAAxx -9903 5613 1 3 3 3 3 903 1903 4903 9903 6 7 XQAAAA XHIAAA HHHHxx -4409 5614 1 1 9 9 9 409 409 4409 4409 18 19 PNAAAA YHIAAA OOOOxx -4133 5615 1 1 3 13 33 133 133 4133 4133 66 67 ZCAAAA ZHIAAA VVVVxx -5263 5616 1 3 3 3 63 263 1263 263 5263 126 127 LUAAAA AIIAAA AAAAxx -7888 5617 0 0 8 8 88 888 1888 2888 7888 176 177 KRAAAA BIIAAA HHHHxx -6060 5618 0 0 0 0 60 60 60 1060 6060 120 121 CZAAAA CIIAAA OOOOxx -2522 5619 0 2 2 2 22 522 522 2522 2522 44 45 ATAAAA DIIAAA VVVVxx -5550 5620 0 2 0 10 50 550 1550 550 5550 100 101 MFAAAA EIIAAA AAAAxx -9396 5621 0 0 6 16 96 396 1396 4396 9396 192 193 KXAAAA FIIAAA HHHHxx -176 5622 0 0 6 16 76 176 176 176 176 152 153 UGAAAA GIIAAA OOOOxx -5148 5623 0 0 8 8 48 148 1148 148 5148 96 97 AQAAAA HIIAAA VVVVxx -6691 5624 1 3 1 11 91 691 691 1691 6691 182 183 JXAAAA IIIAAA AAAAxx -4652 5625 0 0 2 12 52 652 652 4652 4652 104 105 YWAAAA JIIAAA HHHHxx -5096 5626 0 0 6 16 96 96 1096 96 5096 192 193 AOAAAA KIIAAA OOOOxx -2408 5627 0 0 8 8 8 408 408 2408 2408 16 17 QOAAAA LIIAAA VVVVxx -7322 5628 0 2 2 2 22 322 1322 2322 7322 44 45 QVAAAA MIIAAA AAAAxx -6782 5629 0 2 2 2 82 782 782 1782 6782 164 165 WAAAAA NIIAAA HHHHxx -4642 5630 0 2 2 2 42 642 642 4642 4642 84 85 OWAAAA OIIAAA OOOOxx -5427 5631 1 3 7 7 27 427 1427 427 5427 54 55 TAAAAA PIIAAA VVVVxx -4461 5632 1 1 1 1 61 461 461 4461 4461 122 123 PPAAAA QIIAAA AAAAxx -8416 5633 0 0 6 16 16 416 416 3416 8416 32 33 SLAAAA RIIAAA HHHHxx -2593 5634 1 1 3 13 93 593 593 2593 2593 186 187 TVAAAA SIIAAA OOOOxx -6202 5635 0 2 2 2 2 202 202 1202 6202 4 5 OEAAAA TIIAAA VVVVxx -3826 5636 0 2 6 6 26 826 1826 3826 3826 52 53 ERAAAA UIIAAA AAAAxx -4417 5637 1 1 7 17 17 417 417 4417 4417 34 35 XNAAAA VIIAAA HHHHxx -7871 5638 1 3 1 11 71 871 1871 2871 7871 142 143 TQAAAA WIIAAA OOOOxx -5622 5639 0 2 2 2 22 622 1622 622 5622 44 45 GIAAAA XIIAAA VVVVxx -3010 5640 0 2 0 10 10 10 1010 3010 3010 20 21 ULAAAA YIIAAA AAAAxx -3407 5641 1 3 7 7 7 407 1407 3407 3407 14 15 BBAAAA ZIIAAA HHHHxx -1274 5642 0 2 4 14 74 274 1274 1274 1274 148 149 AXAAAA AJIAAA OOOOxx -2828 5643 0 0 8 8 28 828 828 2828 2828 56 57 UEAAAA BJIAAA VVVVxx -3427 5644 1 3 7 7 27 427 1427 3427 3427 54 55 VBAAAA CJIAAA AAAAxx -612 5645 0 0 2 12 12 612 612 612 612 24 25 OXAAAA DJIAAA HHHHxx -8729 5646 1 1 9 9 29 729 729 3729 8729 58 59 TXAAAA EJIAAA OOOOxx -1239 5647 1 3 9 19 39 239 1239 1239 1239 78 79 RVAAAA FJIAAA VVVVxx -8990 5648 0 2 0 10 90 990 990 3990 8990 180 181 UHAAAA GJIAAA AAAAxx -5609 5649 1 1 9 9 9 609 1609 609 5609 18 19 THAAAA HJIAAA HHHHxx -4441 5650 1 1 1 1 41 441 441 4441 4441 82 83 VOAAAA IJIAAA OOOOxx -9078 5651 0 2 8 18 78 78 1078 4078 9078 156 157 ELAAAA JJIAAA VVVVxx -6699 5652 1 3 9 19 99 699 699 1699 6699 198 199 RXAAAA KJIAAA AAAAxx -8390 5653 0 2 0 10 90 390 390 3390 8390 180 181 SKAAAA LJIAAA HHHHxx -5455 5654 1 3 5 15 55 455 1455 455 5455 110 111 VBAAAA MJIAAA OOOOxx -7537 5655 1 1 7 17 37 537 1537 2537 7537 74 75 XDAAAA NJIAAA VVVVxx -4669 5656 1 1 9 9 69 669 669 4669 4669 138 139 PXAAAA OJIAAA AAAAxx -5534 5657 0 2 4 14 34 534 1534 534 5534 68 69 WEAAAA PJIAAA HHHHxx -1920 5658 0 0 0 0 20 920 1920 1920 1920 40 41 WVAAAA QJIAAA OOOOxx -9465 5659 1 1 5 5 65 465 1465 4465 9465 130 131 BAAAAA RJIAAA VVVVxx -4897 5660 1 1 7 17 97 897 897 4897 4897 194 195 JGAAAA SJIAAA AAAAxx -1990 5661 0 2 0 10 90 990 1990 1990 1990 180 181 OYAAAA TJIAAA HHHHxx -7148 5662 0 0 8 8 48 148 1148 2148 7148 96 97 YOAAAA UJIAAA OOOOxx -533 5663 1 1 3 13 33 533 533 533 533 66 67 NUAAAA VJIAAA VVVVxx -4339 5664 1 3 9 19 39 339 339 4339 4339 78 79 XKAAAA WJIAAA AAAAxx -6450 5665 0 2 0 10 50 450 450 1450 6450 100 101 COAAAA XJIAAA HHHHxx -9627 5666 1 3 7 7 27 627 1627 4627 9627 54 55 HGAAAA YJIAAA OOOOxx -5539 5667 1 3 9 19 39 539 1539 539 5539 78 79 BFAAAA ZJIAAA VVVVxx -6758 5668 0 2 8 18 58 758 758 1758 6758 116 117 YZAAAA AKIAAA AAAAxx -3435 5669 1 3 5 15 35 435 1435 3435 3435 70 71 DCAAAA BKIAAA HHHHxx -4350 5670 0 2 0 10 50 350 350 4350 4350 100 101 ILAAAA CKIAAA OOOOxx -9088 5671 0 0 8 8 88 88 1088 4088 9088 176 177 OLAAAA DKIAAA VVVVxx -6368 5672 0 0 8 8 68 368 368 1368 6368 136 137 YKAAAA EKIAAA AAAAxx -6337 5673 1 1 7 17 37 337 337 1337 6337 74 75 TJAAAA FKIAAA HHHHxx -4361 5674 1 1 1 1 61 361 361 4361 4361 122 123 TLAAAA GKIAAA OOOOxx -1719 5675 1 3 9 19 19 719 1719 1719 1719 38 39 DOAAAA HKIAAA VVVVxx -3109 5676 1 1 9 9 9 109 1109 3109 3109 18 19 PPAAAA IKIAAA AAAAxx -7135 5677 1 3 5 15 35 135 1135 2135 7135 70 71 LOAAAA JKIAAA HHHHxx -1964 5678 0 0 4 4 64 964 1964 1964 1964 128 129 OXAAAA KKIAAA OOOOxx -3 5679 1 3 3 3 3 3 3 3 3 6 7 DAAAAA LKIAAA VVVVxx -1868 5680 0 0 8 8 68 868 1868 1868 1868 136 137 WTAAAA MKIAAA AAAAxx -5182 5681 0 2 2 2 82 182 1182 182 5182 164 165 IRAAAA NKIAAA HHHHxx -7567 5682 1 3 7 7 67 567 1567 2567 7567 134 135 BFAAAA OKIAAA OOOOxx -3676 5683 0 0 6 16 76 676 1676 3676 3676 152 153 KLAAAA PKIAAA VVVVxx -9382 5684 0 2 2 2 82 382 1382 4382 9382 164 165 WWAAAA QKIAAA AAAAxx -8645 5685 1 1 5 5 45 645 645 3645 8645 90 91 NUAAAA RKIAAA HHHHxx -2018 5686 0 2 8 18 18 18 18 2018 2018 36 37 QZAAAA SKIAAA OOOOxx -217 5687 1 1 7 17 17 217 217 217 217 34 35 JIAAAA TKIAAA VVVVxx -6793 5688 1 1 3 13 93 793 793 1793 6793 186 187 HBAAAA UKIAAA AAAAxx -7280 5689 0 0 0 0 80 280 1280 2280 7280 160 161 AUAAAA VKIAAA HHHHxx -2168 5690 0 0 8 8 68 168 168 2168 2168 136 137 KFAAAA WKIAAA OOOOxx -5259 5691 1 3 9 19 59 259 1259 259 5259 118 119 HUAAAA XKIAAA VVVVxx -6019 5692 1 3 9 19 19 19 19 1019 6019 38 39 NXAAAA YKIAAA AAAAxx -877 5693 1 1 7 17 77 877 877 877 877 154 155 THAAAA ZKIAAA HHHHxx -4961 5694 1 1 1 1 61 961 961 4961 4961 122 123 VIAAAA ALIAAA OOOOxx -1873 5695 1 1 3 13 73 873 1873 1873 1873 146 147 BUAAAA BLIAAA VVVVxx -13 5696 1 1 3 13 13 13 13 13 13 26 27 NAAAAA CLIAAA AAAAxx -1537 5697 1 1 7 17 37 537 1537 1537 1537 74 75 DHAAAA DLIAAA HHHHxx -3129 5698 1 1 9 9 29 129 1129 3129 3129 58 59 JQAAAA ELIAAA OOOOxx -6473 5699 1 1 3 13 73 473 473 1473 6473 146 147 ZOAAAA FLIAAA VVVVxx -7865 5700 1 1 5 5 65 865 1865 2865 7865 130 131 NQAAAA GLIAAA AAAAxx -7822 5701 0 2 2 2 22 822 1822 2822 7822 44 45 WOAAAA HLIAAA HHHHxx -239 5702 1 3 9 19 39 239 239 239 239 78 79 FJAAAA ILIAAA OOOOxx -2062 5703 0 2 2 2 62 62 62 2062 2062 124 125 IBAAAA JLIAAA VVVVxx -762 5704 0 2 2 2 62 762 762 762 762 124 125 IDAAAA KLIAAA AAAAxx -3764 5705 0 0 4 4 64 764 1764 3764 3764 128 129 UOAAAA LLIAAA HHHHxx -465 5706 1 1 5 5 65 465 465 465 465 130 131 XRAAAA MLIAAA OOOOxx -2587 5707 1 3 7 7 87 587 587 2587 2587 174 175 NVAAAA NLIAAA VVVVxx -8402 5708 0 2 2 2 2 402 402 3402 8402 4 5 ELAAAA OLIAAA AAAAxx -1055 5709 1 3 5 15 55 55 1055 1055 1055 110 111 POAAAA PLIAAA HHHHxx -3072 5710 0 0 2 12 72 72 1072 3072 3072 144 145 EOAAAA QLIAAA OOOOxx -7359 5711 1 3 9 19 59 359 1359 2359 7359 118 119 BXAAAA RLIAAA VVVVxx -6558 5712 0 2 8 18 58 558 558 1558 6558 116 117 GSAAAA SLIAAA AAAAxx -48 5713 0 0 8 8 48 48 48 48 48 96 97 WBAAAA TLIAAA HHHHxx -5382 5714 0 2 2 2 82 382 1382 382 5382 164 165 AZAAAA ULIAAA OOOOxx -947 5715 1 3 7 7 47 947 947 947 947 94 95 LKAAAA VLIAAA VVVVxx -2644 5716 0 0 4 4 44 644 644 2644 2644 88 89 SXAAAA WLIAAA AAAAxx -7516 5717 0 0 6 16 16 516 1516 2516 7516 32 33 CDAAAA XLIAAA HHHHxx -2362 5718 0 2 2 2 62 362 362 2362 2362 124 125 WMAAAA YLIAAA OOOOxx -839 5719 1 3 9 19 39 839 839 839 839 78 79 HGAAAA ZLIAAA VVVVxx -2216 5720 0 0 6 16 16 216 216 2216 2216 32 33 GHAAAA AMIAAA AAAAxx -7673 5721 1 1 3 13 73 673 1673 2673 7673 146 147 DJAAAA BMIAAA HHHHxx -8173 5722 1 1 3 13 73 173 173 3173 8173 146 147 JCAAAA CMIAAA OOOOxx -1630 5723 0 2 0 10 30 630 1630 1630 1630 60 61 SKAAAA DMIAAA VVVVxx -9057 5724 1 1 7 17 57 57 1057 4057 9057 114 115 JKAAAA EMIAAA AAAAxx -4392 5725 0 0 2 12 92 392 392 4392 4392 184 185 YMAAAA FMIAAA HHHHxx -3695 5726 1 3 5 15 95 695 1695 3695 3695 190 191 DMAAAA GMIAAA OOOOxx -5751 5727 1 3 1 11 51 751 1751 751 5751 102 103 FNAAAA HMIAAA VVVVxx -5745 5728 1 1 5 5 45 745 1745 745 5745 90 91 ZMAAAA IMIAAA AAAAxx -7945 5729 1 1 5 5 45 945 1945 2945 7945 90 91 PTAAAA JMIAAA HHHHxx -5174 5730 0 2 4 14 74 174 1174 174 5174 148 149 ARAAAA KMIAAA OOOOxx -3829 5731 1 1 9 9 29 829 1829 3829 3829 58 59 HRAAAA LMIAAA VVVVxx -3317 5732 1 1 7 17 17 317 1317 3317 3317 34 35 PXAAAA MMIAAA AAAAxx -4253 5733 1 1 3 13 53 253 253 4253 4253 106 107 PHAAAA NMIAAA HHHHxx -1291 5734 1 3 1 11 91 291 1291 1291 1291 182 183 RXAAAA OMIAAA OOOOxx -3266 5735 0 2 6 6 66 266 1266 3266 3266 132 133 QVAAAA PMIAAA VVVVxx -2939 5736 1 3 9 19 39 939 939 2939 2939 78 79 BJAAAA QMIAAA AAAAxx -2755 5737 1 3 5 15 55 755 755 2755 2755 110 111 ZBAAAA RMIAAA HHHHxx -6844 5738 0 0 4 4 44 844 844 1844 6844 88 89 GDAAAA SMIAAA OOOOxx -8594 5739 0 2 4 14 94 594 594 3594 8594 188 189 OSAAAA TMIAAA VVVVxx -704 5740 0 0 4 4 4 704 704 704 704 8 9 CBAAAA UMIAAA AAAAxx -1681 5741 1 1 1 1 81 681 1681 1681 1681 162 163 RMAAAA VMIAAA HHHHxx -364 5742 0 0 4 4 64 364 364 364 364 128 129 AOAAAA WMIAAA OOOOxx -2928 5743 0 0 8 8 28 928 928 2928 2928 56 57 QIAAAA XMIAAA VVVVxx -117 5744 1 1 7 17 17 117 117 117 117 34 35 NEAAAA YMIAAA AAAAxx -96 5745 0 0 6 16 96 96 96 96 96 192 193 SDAAAA ZMIAAA HHHHxx -7796 5746 0 0 6 16 96 796 1796 2796 7796 192 193 WNAAAA ANIAAA OOOOxx -3101 5747 1 1 1 1 1 101 1101 3101 3101 2 3 HPAAAA BNIAAA VVVVxx -3397 5748 1 1 7 17 97 397 1397 3397 3397 194 195 RAAAAA CNIAAA AAAAxx -1605 5749 1 1 5 5 5 605 1605 1605 1605 10 11 TJAAAA DNIAAA HHHHxx -4881 5750 1 1 1 1 81 881 881 4881 4881 162 163 TFAAAA ENIAAA OOOOxx -4521 5751 1 1 1 1 21 521 521 4521 4521 42 43 XRAAAA FNIAAA VVVVxx -6430 5752 0 2 0 10 30 430 430 1430 6430 60 61 INAAAA GNIAAA AAAAxx -282 5753 0 2 2 2 82 282 282 282 282 164 165 WKAAAA HNIAAA HHHHxx -9645 5754 1 1 5 5 45 645 1645 4645 9645 90 91 ZGAAAA INIAAA OOOOxx -8946 5755 0 2 6 6 46 946 946 3946 8946 92 93 CGAAAA JNIAAA VVVVxx -5064 5756 0 0 4 4 64 64 1064 64 5064 128 129 UMAAAA KNIAAA AAAAxx -7470 5757 0 2 0 10 70 470 1470 2470 7470 140 141 IBAAAA LNIAAA HHHHxx -5886 5758 0 2 6 6 86 886 1886 886 5886 172 173 KSAAAA MNIAAA OOOOxx -6280 5759 0 0 0 0 80 280 280 1280 6280 160 161 OHAAAA NNIAAA VVVVxx -5247 5760 1 3 7 7 47 247 1247 247 5247 94 95 VTAAAA ONIAAA AAAAxx -412 5761 0 0 2 12 12 412 412 412 412 24 25 WPAAAA PNIAAA HHHHxx -5342 5762 0 2 2 2 42 342 1342 342 5342 84 85 MXAAAA QNIAAA OOOOxx -2271 5763 1 3 1 11 71 271 271 2271 2271 142 143 JJAAAA RNIAAA VVVVxx -849 5764 1 1 9 9 49 849 849 849 849 98 99 RGAAAA SNIAAA AAAAxx -1885 5765 1 1 5 5 85 885 1885 1885 1885 170 171 NUAAAA TNIAAA HHHHxx -5620 5766 0 0 0 0 20 620 1620 620 5620 40 41 EIAAAA UNIAAA OOOOxx -7079 5767 1 3 9 19 79 79 1079 2079 7079 158 159 HMAAAA VNIAAA VVVVxx -5819 5768 1 3 9 19 19 819 1819 819 5819 38 39 VPAAAA WNIAAA AAAAxx -7497 5769 1 1 7 17 97 497 1497 2497 7497 194 195 JCAAAA XNIAAA HHHHxx -5993 5770 1 1 3 13 93 993 1993 993 5993 186 187 NWAAAA YNIAAA OOOOxx -3739 5771 1 3 9 19 39 739 1739 3739 3739 78 79 VNAAAA ZNIAAA VVVVxx -6296 5772 0 0 6 16 96 296 296 1296 6296 192 193 EIAAAA AOIAAA AAAAxx -2716 5773 0 0 6 16 16 716 716 2716 2716 32 33 MAAAAA BOIAAA HHHHxx -1130 5774 0 2 0 10 30 130 1130 1130 1130 60 61 MRAAAA COIAAA OOOOxx -5593 5775 1 1 3 13 93 593 1593 593 5593 186 187 DHAAAA DOIAAA VVVVxx -6972 5776 0 0 2 12 72 972 972 1972 6972 144 145 EIAAAA EOIAAA AAAAxx -8360 5777 0 0 0 0 60 360 360 3360 8360 120 121 OJAAAA FOIAAA HHHHxx -6448 5778 0 0 8 8 48 448 448 1448 6448 96 97 AOAAAA GOIAAA OOOOxx -3689 5779 1 1 9 9 89 689 1689 3689 3689 178 179 XLAAAA HOIAAA VVVVxx -7951 5780 1 3 1 11 51 951 1951 2951 7951 102 103 VTAAAA IOIAAA AAAAxx -2974 5781 0 2 4 14 74 974 974 2974 2974 148 149 KKAAAA JOIAAA HHHHxx -6600 5782 0 0 0 0 0 600 600 1600 6600 0 1 WTAAAA KOIAAA OOOOxx -4662 5783 0 2 2 2 62 662 662 4662 4662 124 125 IXAAAA LOIAAA VVVVxx -4765 5784 1 1 5 5 65 765 765 4765 4765 130 131 HBAAAA MOIAAA AAAAxx -355 5785 1 3 5 15 55 355 355 355 355 110 111 RNAAAA NOIAAA HHHHxx -6228 5786 0 0 8 8 28 228 228 1228 6228 56 57 OFAAAA OOIAAA OOOOxx -964 5787 0 0 4 4 64 964 964 964 964 128 129 CLAAAA POIAAA VVVVxx -3082 5788 0 2 2 2 82 82 1082 3082 3082 164 165 OOAAAA QOIAAA AAAAxx -7028 5789 0 0 8 8 28 28 1028 2028 7028 56 57 IKAAAA ROIAAA HHHHxx -4505 5790 1 1 5 5 5 505 505 4505 4505 10 11 HRAAAA SOIAAA OOOOxx -8961 5791 1 1 1 1 61 961 961 3961 8961 122 123 RGAAAA TOIAAA VVVVxx -9571 5792 1 3 1 11 71 571 1571 4571 9571 142 143 DEAAAA UOIAAA AAAAxx -9394 5793 0 2 4 14 94 394 1394 4394 9394 188 189 IXAAAA VOIAAA HHHHxx -4245 5794 1 1 5 5 45 245 245 4245 4245 90 91 HHAAAA WOIAAA OOOOxx -7560 5795 0 0 0 0 60 560 1560 2560 7560 120 121 UEAAAA XOIAAA VVVVxx -2907 5796 1 3 7 7 7 907 907 2907 2907 14 15 VHAAAA YOIAAA AAAAxx -7817 5797 1 1 7 17 17 817 1817 2817 7817 34 35 ROAAAA ZOIAAA HHHHxx -5408 5798 0 0 8 8 8 408 1408 408 5408 16 17 AAAAAA APIAAA OOOOxx -8092 5799 0 0 2 12 92 92 92 3092 8092 184 185 GZAAAA BPIAAA VVVVxx -1309 5800 1 1 9 9 9 309 1309 1309 1309 18 19 JYAAAA CPIAAA AAAAxx -6673 5801 1 1 3 13 73 673 673 1673 6673 146 147 RWAAAA DPIAAA HHHHxx -1245 5802 1 1 5 5 45 245 1245 1245 1245 90 91 XVAAAA EPIAAA OOOOxx -6790 5803 0 2 0 10 90 790 790 1790 6790 180 181 EBAAAA FPIAAA VVVVxx -8380 5804 0 0 0 0 80 380 380 3380 8380 160 161 IKAAAA GPIAAA AAAAxx -5786 5805 0 2 6 6 86 786 1786 786 5786 172 173 OOAAAA HPIAAA HHHHxx -9590 5806 0 2 0 10 90 590 1590 4590 9590 180 181 WEAAAA IPIAAA OOOOxx -5763 5807 1 3 3 3 63 763 1763 763 5763 126 127 RNAAAA JPIAAA VVVVxx -1345 5808 1 1 5 5 45 345 1345 1345 1345 90 91 TZAAAA KPIAAA AAAAxx -3480 5809 0 0 0 0 80 480 1480 3480 3480 160 161 WDAAAA LPIAAA HHHHxx -7864 5810 0 0 4 4 64 864 1864 2864 7864 128 129 MQAAAA MPIAAA OOOOxx -4853 5811 1 1 3 13 53 853 853 4853 4853 106 107 REAAAA NPIAAA VVVVxx -1445 5812 1 1 5 5 45 445 1445 1445 1445 90 91 PDAAAA OPIAAA AAAAxx -170 5813 0 2 0 10 70 170 170 170 170 140 141 OGAAAA PPIAAA HHHHxx -7348 5814 0 0 8 8 48 348 1348 2348 7348 96 97 QWAAAA QPIAAA OOOOxx -3920 5815 0 0 0 0 20 920 1920 3920 3920 40 41 UUAAAA RPIAAA VVVVxx -3307 5816 1 3 7 7 7 307 1307 3307 3307 14 15 FXAAAA SPIAAA AAAAxx -4584 5817 0 0 4 4 84 584 584 4584 4584 168 169 IUAAAA TPIAAA HHHHxx -3344 5818 0 0 4 4 44 344 1344 3344 3344 88 89 QYAAAA UPIAAA OOOOxx -4360 5819 0 0 0 0 60 360 360 4360 4360 120 121 SLAAAA VPIAAA VVVVxx -8757 5820 1 1 7 17 57 757 757 3757 8757 114 115 VYAAAA WPIAAA AAAAxx -4315 5821 1 3 5 15 15 315 315 4315 4315 30 31 ZJAAAA XPIAAA HHHHxx -5243 5822 1 3 3 3 43 243 1243 243 5243 86 87 RTAAAA YPIAAA OOOOxx -8550 5823 0 2 0 10 50 550 550 3550 8550 100 101 WQAAAA ZPIAAA VVVVxx -159 5824 1 3 9 19 59 159 159 159 159 118 119 DGAAAA AQIAAA AAAAxx -4710 5825 0 2 0 10 10 710 710 4710 4710 20 21 EZAAAA BQIAAA HHHHxx -7179 5826 1 3 9 19 79 179 1179 2179 7179 158 159 DQAAAA CQIAAA OOOOxx -2509 5827 1 1 9 9 9 509 509 2509 2509 18 19 NSAAAA DQIAAA VVVVxx -6981 5828 1 1 1 1 81 981 981 1981 6981 162 163 NIAAAA EQIAAA AAAAxx -5060 5829 0 0 0 0 60 60 1060 60 5060 120 121 QMAAAA FQIAAA HHHHxx -5601 5830 1 1 1 1 1 601 1601 601 5601 2 3 LHAAAA GQIAAA OOOOxx -703 5831 1 3 3 3 3 703 703 703 703 6 7 BBAAAA HQIAAA VVVVxx -8719 5832 1 3 9 19 19 719 719 3719 8719 38 39 JXAAAA IQIAAA AAAAxx -1570 5833 0 2 0 10 70 570 1570 1570 1570 140 141 KIAAAA JQIAAA HHHHxx -1036 5834 0 0 6 16 36 36 1036 1036 1036 72 73 WNAAAA KQIAAA OOOOxx -6703 5835 1 3 3 3 3 703 703 1703 6703 6 7 VXAAAA LQIAAA VVVVxx -252 5836 0 0 2 12 52 252 252 252 252 104 105 SJAAAA MQIAAA AAAAxx -631 5837 1 3 1 11 31 631 631 631 631 62 63 HYAAAA NQIAAA HHHHxx -5098 5838 0 2 8 18 98 98 1098 98 5098 196 197 COAAAA OQIAAA OOOOxx -8346 5839 0 2 6 6 46 346 346 3346 8346 92 93 AJAAAA PQIAAA VVVVxx -4910 5840 0 2 0 10 10 910 910 4910 4910 20 21 WGAAAA QQIAAA AAAAxx -559 5841 1 3 9 19 59 559 559 559 559 118 119 NVAAAA RQIAAA HHHHxx -1477 5842 1 1 7 17 77 477 1477 1477 1477 154 155 VEAAAA SQIAAA OOOOxx -5115 5843 1 3 5 15 15 115 1115 115 5115 30 31 TOAAAA TQIAAA VVVVxx -8784 5844 0 0 4 4 84 784 784 3784 8784 168 169 WZAAAA UQIAAA AAAAxx -4422 5845 0 2 2 2 22 422 422 4422 4422 44 45 COAAAA VQIAAA HHHHxx -2702 5846 0 2 2 2 2 702 702 2702 2702 4 5 YZAAAA WQIAAA OOOOxx -9599 5847 1 3 9 19 99 599 1599 4599 9599 198 199 FFAAAA XQIAAA VVVVxx -2463 5848 1 3 3 3 63 463 463 2463 2463 126 127 TQAAAA YQIAAA AAAAxx -498 5849 0 2 8 18 98 498 498 498 498 196 197 ETAAAA ZQIAAA HHHHxx -494 5850 0 2 4 14 94 494 494 494 494 188 189 ATAAAA ARIAAA OOOOxx -8632 5851 0 0 2 12 32 632 632 3632 8632 64 65 AUAAAA BRIAAA VVVVxx -3449 5852 1 1 9 9 49 449 1449 3449 3449 98 99 RCAAAA CRIAAA AAAAxx -5888 5853 0 0 8 8 88 888 1888 888 5888 176 177 MSAAAA DRIAAA HHHHxx -2211 5854 1 3 1 11 11 211 211 2211 2211 22 23 BHAAAA ERIAAA OOOOxx -2835 5855 1 3 5 15 35 835 835 2835 2835 70 71 BFAAAA FRIAAA VVVVxx -4196 5856 0 0 6 16 96 196 196 4196 4196 192 193 KFAAAA GRIAAA AAAAxx -2177 5857 1 1 7 17 77 177 177 2177 2177 154 155 TFAAAA HRIAAA HHHHxx -1959 5858 1 3 9 19 59 959 1959 1959 1959 118 119 JXAAAA IRIAAA OOOOxx -5172 5859 0 0 2 12 72 172 1172 172 5172 144 145 YQAAAA JRIAAA VVVVxx -7898 5860 0 2 8 18 98 898 1898 2898 7898 196 197 URAAAA KRIAAA AAAAxx -5729 5861 1 1 9 9 29 729 1729 729 5729 58 59 JMAAAA LRIAAA HHHHxx -469 5862 1 1 9 9 69 469 469 469 469 138 139 BSAAAA MRIAAA OOOOxx -4456 5863 0 0 6 16 56 456 456 4456 4456 112 113 KPAAAA NRIAAA VVVVxx -3578 5864 0 2 8 18 78 578 1578 3578 3578 156 157 QHAAAA ORIAAA AAAAxx -8623 5865 1 3 3 3 23 623 623 3623 8623 46 47 RTAAAA PRIAAA HHHHxx -6749 5866 1 1 9 9 49 749 749 1749 6749 98 99 PZAAAA QRIAAA OOOOxx -6735 5867 1 3 5 15 35 735 735 1735 6735 70 71 BZAAAA RRIAAA VVVVxx -5197 5868 1 1 7 17 97 197 1197 197 5197 194 195 XRAAAA SRIAAA AAAAxx -2067 5869 1 3 7 7 67 67 67 2067 2067 134 135 NBAAAA TRIAAA HHHHxx -5600 5870 0 0 0 0 0 600 1600 600 5600 0 1 KHAAAA URIAAA OOOOxx -7741 5871 1 1 1 1 41 741 1741 2741 7741 82 83 TLAAAA VRIAAA VVVVxx -9925 5872 1 1 5 5 25 925 1925 4925 9925 50 51 TRAAAA WRIAAA AAAAxx -9685 5873 1 1 5 5 85 685 1685 4685 9685 170 171 NIAAAA XRIAAA HHHHxx -7622 5874 0 2 2 2 22 622 1622 2622 7622 44 45 EHAAAA YRIAAA OOOOxx -6859 5875 1 3 9 19 59 859 859 1859 6859 118 119 VDAAAA ZRIAAA VVVVxx -3094 5876 0 2 4 14 94 94 1094 3094 3094 188 189 APAAAA ASIAAA AAAAxx -2628 5877 0 0 8 8 28 628 628 2628 2628 56 57 CXAAAA BSIAAA HHHHxx -40 5878 0 0 0 0 40 40 40 40 40 80 81 OBAAAA CSIAAA OOOOxx -1644 5879 0 0 4 4 44 644 1644 1644 1644 88 89 GLAAAA DSIAAA VVVVxx -588 5880 0 0 8 8 88 588 588 588 588 176 177 QWAAAA ESIAAA AAAAxx -7522 5881 0 2 2 2 22 522 1522 2522 7522 44 45 IDAAAA FSIAAA HHHHxx -162 5882 0 2 2 2 62 162 162 162 162 124 125 GGAAAA GSIAAA OOOOxx -3610 5883 0 2 0 10 10 610 1610 3610 3610 20 21 WIAAAA HSIAAA VVVVxx -3561 5884 1 1 1 1 61 561 1561 3561 3561 122 123 ZGAAAA ISIAAA AAAAxx -8185 5885 1 1 5 5 85 185 185 3185 8185 170 171 VCAAAA JSIAAA HHHHxx -7237 5886 1 1 7 17 37 237 1237 2237 7237 74 75 JSAAAA KSIAAA OOOOxx -4592 5887 0 0 2 12 92 592 592 4592 4592 184 185 QUAAAA LSIAAA VVVVxx -7082 5888 0 2 2 2 82 82 1082 2082 7082 164 165 KMAAAA MSIAAA AAAAxx -4719 5889 1 3 9 19 19 719 719 4719 4719 38 39 NZAAAA NSIAAA HHHHxx -3879 5890 1 3 9 19 79 879 1879 3879 3879 158 159 FTAAAA OSIAAA OOOOxx -1662 5891 0 2 2 2 62 662 1662 1662 1662 124 125 YLAAAA PSIAAA VVVVxx -3995 5892 1 3 5 15 95 995 1995 3995 3995 190 191 RXAAAA QSIAAA AAAAxx -5828 5893 0 0 8 8 28 828 1828 828 5828 56 57 EQAAAA RSIAAA HHHHxx -4197 5894 1 1 7 17 97 197 197 4197 4197 194 195 LFAAAA SSIAAA OOOOxx -5146 5895 0 2 6 6 46 146 1146 146 5146 92 93 YPAAAA TSIAAA VVVVxx -753 5896 1 1 3 13 53 753 753 753 753 106 107 ZCAAAA USIAAA AAAAxx -7064 5897 0 0 4 4 64 64 1064 2064 7064 128 129 SLAAAA VSIAAA HHHHxx -1312 5898 0 0 2 12 12 312 1312 1312 1312 24 25 MYAAAA WSIAAA OOOOxx -5573 5899 1 1 3 13 73 573 1573 573 5573 146 147 JGAAAA XSIAAA VVVVxx -7634 5900 0 2 4 14 34 634 1634 2634 7634 68 69 QHAAAA YSIAAA AAAAxx -2459 5901 1 3 9 19 59 459 459 2459 2459 118 119 PQAAAA ZSIAAA HHHHxx -8636 5902 0 0 6 16 36 636 636 3636 8636 72 73 EUAAAA ATIAAA OOOOxx -5318 5903 0 2 8 18 18 318 1318 318 5318 36 37 OWAAAA BTIAAA VVVVxx -1064 5904 0 0 4 4 64 64 1064 1064 1064 128 129 YOAAAA CTIAAA AAAAxx -9779 5905 1 3 9 19 79 779 1779 4779 9779 158 159 DMAAAA DTIAAA HHHHxx -6512 5906 0 0 2 12 12 512 512 1512 6512 24 25 MQAAAA ETIAAA OOOOxx -3572 5907 0 0 2 12 72 572 1572 3572 3572 144 145 KHAAAA FTIAAA VVVVxx -816 5908 0 0 6 16 16 816 816 816 816 32 33 KFAAAA GTIAAA AAAAxx -3978 5909 0 2 8 18 78 978 1978 3978 3978 156 157 AXAAAA HTIAAA HHHHxx -5390 5910 0 2 0 10 90 390 1390 390 5390 180 181 IZAAAA ITIAAA OOOOxx -4685 5911 1 1 5 5 85 685 685 4685 4685 170 171 FYAAAA JTIAAA VVVVxx -3003 5912 1 3 3 3 3 3 1003 3003 3003 6 7 NLAAAA KTIAAA AAAAxx -2638 5913 0 2 8 18 38 638 638 2638 2638 76 77 MXAAAA LTIAAA HHHHxx -9716 5914 0 0 6 16 16 716 1716 4716 9716 32 33 SJAAAA MTIAAA OOOOxx -9598 5915 0 2 8 18 98 598 1598 4598 9598 196 197 EFAAAA NTIAAA VVVVxx -9501 5916 1 1 1 1 1 501 1501 4501 9501 2 3 LBAAAA OTIAAA AAAAxx -1704 5917 0 0 4 4 4 704 1704 1704 1704 8 9 ONAAAA PTIAAA HHHHxx -8609 5918 1 1 9 9 9 609 609 3609 8609 18 19 DTAAAA QTIAAA OOOOxx -5211 5919 1 3 1 11 11 211 1211 211 5211 22 23 LSAAAA RTIAAA VVVVxx -3605 5920 1 1 5 5 5 605 1605 3605 3605 10 11 RIAAAA STIAAA AAAAxx -8730 5921 0 2 0 10 30 730 730 3730 8730 60 61 UXAAAA TTIAAA HHHHxx -4208 5922 0 0 8 8 8 208 208 4208 4208 16 17 WFAAAA UTIAAA OOOOxx -7784 5923 0 0 4 4 84 784 1784 2784 7784 168 169 KNAAAA VTIAAA VVVVxx -7501 5924 1 1 1 1 1 501 1501 2501 7501 2 3 NCAAAA WTIAAA AAAAxx -7862 5925 0 2 2 2 62 862 1862 2862 7862 124 125 KQAAAA XTIAAA HHHHxx -8922 5926 0 2 2 2 22 922 922 3922 8922 44 45 EFAAAA YTIAAA OOOOxx -3857 5927 1 1 7 17 57 857 1857 3857 3857 114 115 JSAAAA ZTIAAA VVVVxx -6393 5928 1 1 3 13 93 393 393 1393 6393 186 187 XLAAAA AUIAAA AAAAxx -506 5929 0 2 6 6 6 506 506 506 506 12 13 MTAAAA BUIAAA HHHHxx -4232 5930 0 0 2 12 32 232 232 4232 4232 64 65 UGAAAA CUIAAA OOOOxx -8991 5931 1 3 1 11 91 991 991 3991 8991 182 183 VHAAAA DUIAAA VVVVxx -8578 5932 0 2 8 18 78 578 578 3578 8578 156 157 YRAAAA EUIAAA AAAAxx -3235 5933 1 3 5 15 35 235 1235 3235 3235 70 71 LUAAAA FUIAAA HHHHxx -963 5934 1 3 3 3 63 963 963 963 963 126 127 BLAAAA GUIAAA OOOOxx -113 5935 1 1 3 13 13 113 113 113 113 26 27 JEAAAA HUIAAA VVVVxx -8234 5936 0 2 4 14 34 234 234 3234 8234 68 69 SEAAAA IUIAAA AAAAxx -2613 5937 1 1 3 13 13 613 613 2613 2613 26 27 NWAAAA JUIAAA HHHHxx -5540 5938 0 0 0 0 40 540 1540 540 5540 80 81 CFAAAA KUIAAA OOOOxx -9727 5939 1 3 7 7 27 727 1727 4727 9727 54 55 DKAAAA LUIAAA VVVVxx -2229 5940 1 1 9 9 29 229 229 2229 2229 58 59 THAAAA MUIAAA AAAAxx -6242 5941 0 2 2 2 42 242 242 1242 6242 84 85 CGAAAA NUIAAA HHHHxx -2502 5942 0 2 2 2 2 502 502 2502 2502 4 5 GSAAAA OUIAAA OOOOxx -6212 5943 0 0 2 12 12 212 212 1212 6212 24 25 YEAAAA PUIAAA VVVVxx -3495 5944 1 3 5 15 95 495 1495 3495 3495 190 191 LEAAAA QUIAAA AAAAxx -2364 5945 0 0 4 4 64 364 364 2364 2364 128 129 YMAAAA RUIAAA HHHHxx -6777 5946 1 1 7 17 77 777 777 1777 6777 154 155 RAAAAA SUIAAA OOOOxx -9811 5947 1 3 1 11 11 811 1811 4811 9811 22 23 JNAAAA TUIAAA VVVVxx -1450 5948 0 2 0 10 50 450 1450 1450 1450 100 101 UDAAAA UUIAAA AAAAxx -5008 5949 0 0 8 8 8 8 1008 8 5008 16 17 QKAAAA VUIAAA HHHHxx -1318 5950 0 2 8 18 18 318 1318 1318 1318 36 37 SYAAAA WUIAAA OOOOxx -3373 5951 1 1 3 13 73 373 1373 3373 3373 146 147 TZAAAA XUIAAA VVVVxx -398 5952 0 2 8 18 98 398 398 398 398 196 197 IPAAAA YUIAAA AAAAxx -3804 5953 0 0 4 4 4 804 1804 3804 3804 8 9 IQAAAA ZUIAAA HHHHxx -9148 5954 0 0 8 8 48 148 1148 4148 9148 96 97 WNAAAA AVIAAA OOOOxx -4382 5955 0 2 2 2 82 382 382 4382 4382 164 165 OMAAAA BVIAAA VVVVxx -4026 5956 0 2 6 6 26 26 26 4026 4026 52 53 WYAAAA CVIAAA AAAAxx -7804 5957 0 0 4 4 4 804 1804 2804 7804 8 9 EOAAAA DVIAAA HHHHxx -6839 5958 1 3 9 19 39 839 839 1839 6839 78 79 BDAAAA EVIAAA OOOOxx -3756 5959 0 0 6 16 56 756 1756 3756 3756 112 113 MOAAAA FVIAAA VVVVxx -6734 5960 0 2 4 14 34 734 734 1734 6734 68 69 AZAAAA GVIAAA AAAAxx -2228 5961 0 0 8 8 28 228 228 2228 2228 56 57 SHAAAA HVIAAA HHHHxx -3273 5962 1 1 3 13 73 273 1273 3273 3273 146 147 XVAAAA IVIAAA OOOOxx -3708 5963 0 0 8 8 8 708 1708 3708 3708 16 17 QMAAAA JVIAAA VVVVxx -4320 5964 0 0 0 0 20 320 320 4320 4320 40 41 EKAAAA KVIAAA AAAAxx -74 5965 0 2 4 14 74 74 74 74 74 148 149 WCAAAA LVIAAA HHHHxx -2520 5966 0 0 0 0 20 520 520 2520 2520 40 41 YSAAAA MVIAAA OOOOxx -9619 5967 1 3 9 19 19 619 1619 4619 9619 38 39 ZFAAAA NVIAAA VVVVxx -1801 5968 1 1 1 1 1 801 1801 1801 1801 2 3 HRAAAA OVIAAA AAAAxx -6399 5969 1 3 9 19 99 399 399 1399 6399 198 199 DMAAAA PVIAAA HHHHxx -8313 5970 1 1 3 13 13 313 313 3313 8313 26 27 THAAAA QVIAAA OOOOxx -7003 5971 1 3 3 3 3 3 1003 2003 7003 6 7 JJAAAA RVIAAA VVVVxx -329 5972 1 1 9 9 29 329 329 329 329 58 59 RMAAAA SVIAAA AAAAxx -9090 5973 0 2 0 10 90 90 1090 4090 9090 180 181 QLAAAA TVIAAA HHHHxx -2299 5974 1 3 9 19 99 299 299 2299 2299 198 199 LKAAAA UVIAAA OOOOxx -3925 5975 1 1 5 5 25 925 1925 3925 3925 50 51 ZUAAAA VVIAAA VVVVxx -8145 5976 1 1 5 5 45 145 145 3145 8145 90 91 HBAAAA WVIAAA AAAAxx -8561 5977 1 1 1 1 61 561 561 3561 8561 122 123 HRAAAA XVIAAA HHHHxx -2797 5978 1 1 7 17 97 797 797 2797 2797 194 195 PDAAAA YVIAAA OOOOxx -1451 5979 1 3 1 11 51 451 1451 1451 1451 102 103 VDAAAA ZVIAAA VVVVxx -7977 5980 1 1 7 17 77 977 1977 2977 7977 154 155 VUAAAA AWIAAA AAAAxx -112 5981 0 0 2 12 12 112 112 112 112 24 25 IEAAAA BWIAAA HHHHxx -5265 5982 1 1 5 5 65 265 1265 265 5265 130 131 NUAAAA CWIAAA OOOOxx -3819 5983 1 3 9 19 19 819 1819 3819 3819 38 39 XQAAAA DWIAAA VVVVxx -3648 5984 0 0 8 8 48 648 1648 3648 3648 96 97 IKAAAA EWIAAA AAAAxx -6306 5985 0 2 6 6 6 306 306 1306 6306 12 13 OIAAAA FWIAAA HHHHxx -2385 5986 1 1 5 5 85 385 385 2385 2385 170 171 TNAAAA GWIAAA OOOOxx -9084 5987 0 0 4 4 84 84 1084 4084 9084 168 169 KLAAAA HWIAAA VVVVxx -4499 5988 1 3 9 19 99 499 499 4499 4499 198 199 BRAAAA IWIAAA AAAAxx -1154 5989 0 2 4 14 54 154 1154 1154 1154 108 109 KSAAAA JWIAAA HHHHxx -6800 5990 0 0 0 0 0 800 800 1800 6800 0 1 OBAAAA KWIAAA OOOOxx -8049 5991 1 1 9 9 49 49 49 3049 8049 98 99 PXAAAA LWIAAA VVVVxx -3733 5992 1 1 3 13 33 733 1733 3733 3733 66 67 PNAAAA MWIAAA AAAAxx -8496 5993 0 0 6 16 96 496 496 3496 8496 192 193 UOAAAA NWIAAA HHHHxx -9952 5994 0 0 2 12 52 952 1952 4952 9952 104 105 USAAAA OWIAAA OOOOxx -9792 5995 0 0 2 12 92 792 1792 4792 9792 184 185 QMAAAA PWIAAA VVVVxx -5081 5996 1 1 1 1 81 81 1081 81 5081 162 163 LNAAAA QWIAAA AAAAxx -7908 5997 0 0 8 8 8 908 1908 2908 7908 16 17 ESAAAA RWIAAA HHHHxx -5398 5998 0 2 8 18 98 398 1398 398 5398 196 197 QZAAAA SWIAAA OOOOxx -8423 5999 1 3 3 3 23 423 423 3423 8423 46 47 ZLAAAA TWIAAA VVVVxx -3362 6000 0 2 2 2 62 362 1362 3362 3362 124 125 IZAAAA UWIAAA AAAAxx -7767 6001 1 3 7 7 67 767 1767 2767 7767 134 135 TMAAAA VWIAAA HHHHxx -7063 6002 1 3 3 3 63 63 1063 2063 7063 126 127 RLAAAA WWIAAA OOOOxx -8350 6003 0 2 0 10 50 350 350 3350 8350 100 101 EJAAAA XWIAAA VVVVxx -6779 6004 1 3 9 19 79 779 779 1779 6779 158 159 TAAAAA YWIAAA AAAAxx -5742 6005 0 2 2 2 42 742 1742 742 5742 84 85 WMAAAA ZWIAAA HHHHxx -9045 6006 1 1 5 5 45 45 1045 4045 9045 90 91 XJAAAA AXIAAA OOOOxx -8792 6007 0 0 2 12 92 792 792 3792 8792 184 185 EAAAAA BXIAAA VVVVxx -8160 6008 0 0 0 0 60 160 160 3160 8160 120 121 WBAAAA CXIAAA AAAAxx -3061 6009 1 1 1 1 61 61 1061 3061 3061 122 123 TNAAAA DXIAAA HHHHxx -4721 6010 1 1 1 1 21 721 721 4721 4721 42 43 PZAAAA EXIAAA OOOOxx -9817 6011 1 1 7 17 17 817 1817 4817 9817 34 35 PNAAAA FXIAAA VVVVxx -9257 6012 1 1 7 17 57 257 1257 4257 9257 114 115 BSAAAA GXIAAA AAAAxx -7779 6013 1 3 9 19 79 779 1779 2779 7779 158 159 FNAAAA HXIAAA HHHHxx -2663 6014 1 3 3 3 63 663 663 2663 2663 126 127 LYAAAA IXIAAA OOOOxx -3885 6015 1 1 5 5 85 885 1885 3885 3885 170 171 LTAAAA JXIAAA VVVVxx -9469 6016 1 1 9 9 69 469 1469 4469 9469 138 139 FAAAAA KXIAAA AAAAxx -6766 6017 0 2 6 6 66 766 766 1766 6766 132 133 GAAAAA LXIAAA HHHHxx -7173 6018 1 1 3 13 73 173 1173 2173 7173 146 147 XPAAAA MXIAAA OOOOxx -4709 6019 1 1 9 9 9 709 709 4709 4709 18 19 DZAAAA NXIAAA VVVVxx -4210 6020 0 2 0 10 10 210 210 4210 4210 20 21 YFAAAA OXIAAA AAAAxx -3715 6021 1 3 5 15 15 715 1715 3715 3715 30 31 XMAAAA PXIAAA HHHHxx -5089 6022 1 1 9 9 89 89 1089 89 5089 178 179 TNAAAA QXIAAA OOOOxx -1639 6023 1 3 9 19 39 639 1639 1639 1639 78 79 BLAAAA RXIAAA VVVVxx -5757 6024 1 1 7 17 57 757 1757 757 5757 114 115 LNAAAA SXIAAA AAAAxx -3545 6025 1 1 5 5 45 545 1545 3545 3545 90 91 JGAAAA TXIAAA HHHHxx -709 6026 1 1 9 9 9 709 709 709 709 18 19 HBAAAA UXIAAA OOOOxx -6519 6027 1 3 9 19 19 519 519 1519 6519 38 39 TQAAAA VXIAAA VVVVxx -4341 6028 1 1 1 1 41 341 341 4341 4341 82 83 ZKAAAA WXIAAA AAAAxx -2381 6029 1 1 1 1 81 381 381 2381 2381 162 163 PNAAAA XXIAAA HHHHxx -7215 6030 1 3 5 15 15 215 1215 2215 7215 30 31 NRAAAA YXIAAA OOOOxx -9323 6031 1 3 3 3 23 323 1323 4323 9323 46 47 PUAAAA ZXIAAA VVVVxx -3593 6032 1 1 3 13 93 593 1593 3593 3593 186 187 FIAAAA AYIAAA AAAAxx -3123 6033 1 3 3 3 23 123 1123 3123 3123 46 47 DQAAAA BYIAAA HHHHxx -8673 6034 1 1 3 13 73 673 673 3673 8673 146 147 PVAAAA CYIAAA OOOOxx -5094 6035 0 2 4 14 94 94 1094 94 5094 188 189 YNAAAA DYIAAA VVVVxx -6477 6036 1 1 7 17 77 477 477 1477 6477 154 155 DPAAAA EYIAAA AAAAxx -9734 6037 0 2 4 14 34 734 1734 4734 9734 68 69 KKAAAA FYIAAA HHHHxx -2998 6038 0 2 8 18 98 998 998 2998 2998 196 197 ILAAAA GYIAAA OOOOxx -7807 6039 1 3 7 7 7 807 1807 2807 7807 14 15 HOAAAA HYIAAA VVVVxx -5739 6040 1 3 9 19 39 739 1739 739 5739 78 79 TMAAAA IYIAAA AAAAxx -138 6041 0 2 8 18 38 138 138 138 138 76 77 IFAAAA JYIAAA HHHHxx -2403 6042 1 3 3 3 3 403 403 2403 2403 6 7 LOAAAA KYIAAA OOOOxx -2484 6043 0 0 4 4 84 484 484 2484 2484 168 169 ORAAAA LYIAAA VVVVxx -2805 6044 1 1 5 5 5 805 805 2805 2805 10 11 XDAAAA MYIAAA AAAAxx -5189 6045 1 1 9 9 89 189 1189 189 5189 178 179 PRAAAA NYIAAA HHHHxx -8336 6046 0 0 6 16 36 336 336 3336 8336 72 73 QIAAAA OYIAAA OOOOxx -5241 6047 1 1 1 1 41 241 1241 241 5241 82 83 PTAAAA PYIAAA VVVVxx -2612 6048 0 0 2 12 12 612 612 2612 2612 24 25 MWAAAA QYIAAA AAAAxx -2571 6049 1 3 1 11 71 571 571 2571 2571 142 143 XUAAAA RYIAAA HHHHxx -926 6050 0 2 6 6 26 926 926 926 926 52 53 QJAAAA SYIAAA OOOOxx -337 6051 1 1 7 17 37 337 337 337 337 74 75 ZMAAAA TYIAAA VVVVxx -2821 6052 1 1 1 1 21 821 821 2821 2821 42 43 NEAAAA UYIAAA AAAAxx -2658 6053 0 2 8 18 58 658 658 2658 2658 116 117 GYAAAA VYIAAA HHHHxx -9054 6054 0 2 4 14 54 54 1054 4054 9054 108 109 GKAAAA WYIAAA OOOOxx -5492 6055 0 0 2 12 92 492 1492 492 5492 184 185 GDAAAA XYIAAA VVVVxx -7313 6056 1 1 3 13 13 313 1313 2313 7313 26 27 HVAAAA YYIAAA AAAAxx -75 6057 1 3 5 15 75 75 75 75 75 150 151 XCAAAA ZYIAAA HHHHxx -5489 6058 1 1 9 9 89 489 1489 489 5489 178 179 DDAAAA AZIAAA OOOOxx -8413 6059 1 1 3 13 13 413 413 3413 8413 26 27 PLAAAA BZIAAA VVVVxx -3693 6060 1 1 3 13 93 693 1693 3693 3693 186 187 BMAAAA CZIAAA AAAAxx -9820 6061 0 0 0 0 20 820 1820 4820 9820 40 41 SNAAAA DZIAAA HHHHxx -8157 6062 1 1 7 17 57 157 157 3157 8157 114 115 TBAAAA EZIAAA OOOOxx -4161 6063 1 1 1 1 61 161 161 4161 4161 122 123 BEAAAA FZIAAA VVVVxx -8339 6064 1 3 9 19 39 339 339 3339 8339 78 79 TIAAAA GZIAAA AAAAxx -4141 6065 1 1 1 1 41 141 141 4141 4141 82 83 HDAAAA HZIAAA HHHHxx -9001 6066 1 1 1 1 1 1 1001 4001 9001 2 3 FIAAAA IZIAAA OOOOxx -8247 6067 1 3 7 7 47 247 247 3247 8247 94 95 FFAAAA JZIAAA VVVVxx -1182 6068 0 2 2 2 82 182 1182 1182 1182 164 165 MTAAAA KZIAAA AAAAxx -9876 6069 0 0 6 16 76 876 1876 4876 9876 152 153 WPAAAA LZIAAA HHHHxx -4302 6070 0 2 2 2 2 302 302 4302 4302 4 5 MJAAAA MZIAAA OOOOxx -6674 6071 0 2 4 14 74 674 674 1674 6674 148 149 SWAAAA NZIAAA VVVVxx -4214 6072 0 2 4 14 14 214 214 4214 4214 28 29 CGAAAA OZIAAA AAAAxx -5584 6073 0 0 4 4 84 584 1584 584 5584 168 169 UGAAAA PZIAAA HHHHxx -265 6074 1 1 5 5 65 265 265 265 265 130 131 FKAAAA QZIAAA OOOOxx -9207 6075 1 3 7 7 7 207 1207 4207 9207 14 15 DQAAAA RZIAAA VVVVxx -9434 6076 0 2 4 14 34 434 1434 4434 9434 68 69 WYAAAA SZIAAA AAAAxx -2921 6077 1 1 1 1 21 921 921 2921 2921 42 43 JIAAAA TZIAAA HHHHxx -9355 6078 1 3 5 15 55 355 1355 4355 9355 110 111 VVAAAA UZIAAA OOOOxx -8538 6079 0 2 8 18 38 538 538 3538 8538 76 77 KQAAAA VZIAAA VVVVxx -4559 6080 1 3 9 19 59 559 559 4559 4559 118 119 JTAAAA WZIAAA AAAAxx -9175 6081 1 3 5 15 75 175 1175 4175 9175 150 151 XOAAAA XZIAAA HHHHxx -4489 6082 1 1 9 9 89 489 489 4489 4489 178 179 RQAAAA YZIAAA OOOOxx -1485 6083 1 1 5 5 85 485 1485 1485 1485 170 171 DFAAAA ZZIAAA VVVVxx -8853 6084 1 1 3 13 53 853 853 3853 8853 106 107 NCAAAA AAJAAA AAAAxx -9143 6085 1 3 3 3 43 143 1143 4143 9143 86 87 RNAAAA BAJAAA HHHHxx -9551 6086 1 3 1 11 51 551 1551 4551 9551 102 103 JDAAAA CAJAAA OOOOxx -49 6087 1 1 9 9 49 49 49 49 49 98 99 XBAAAA DAJAAA VVVVxx -8351 6088 1 3 1 11 51 351 351 3351 8351 102 103 FJAAAA EAJAAA AAAAxx -9748 6089 0 0 8 8 48 748 1748 4748 9748 96 97 YKAAAA FAJAAA HHHHxx -4536 6090 0 0 6 16 36 536 536 4536 4536 72 73 MSAAAA GAJAAA OOOOxx -930 6091 0 2 0 10 30 930 930 930 930 60 61 UJAAAA HAJAAA VVVVxx -2206 6092 0 2 6 6 6 206 206 2206 2206 12 13 WGAAAA IAJAAA AAAAxx -8004 6093 0 0 4 4 4 4 4 3004 8004 8 9 WVAAAA JAJAAA HHHHxx -219 6094 1 3 9 19 19 219 219 219 219 38 39 LIAAAA KAJAAA OOOOxx -2724 6095 0 0 4 4 24 724 724 2724 2724 48 49 UAAAAA LAJAAA VVVVxx -4868 6096 0 0 8 8 68 868 868 4868 4868 136 137 GFAAAA MAJAAA AAAAxx -5952 6097 0 0 2 12 52 952 1952 952 5952 104 105 YUAAAA NAJAAA HHHHxx -2094 6098 0 2 4 14 94 94 94 2094 2094 188 189 OCAAAA OAJAAA OOOOxx -5707 6099 1 3 7 7 7 707 1707 707 5707 14 15 NLAAAA PAJAAA VVVVxx -5200 6100 0 0 0 0 0 200 1200 200 5200 0 1 ASAAAA QAJAAA AAAAxx -967 6101 1 3 7 7 67 967 967 967 967 134 135 FLAAAA RAJAAA HHHHxx -1982 6102 0 2 2 2 82 982 1982 1982 1982 164 165 GYAAAA SAJAAA OOOOxx -3410 6103 0 2 0 10 10 410 1410 3410 3410 20 21 EBAAAA TAJAAA VVVVxx -174 6104 0 2 4 14 74 174 174 174 174 148 149 SGAAAA UAJAAA AAAAxx -9217 6105 1 1 7 17 17 217 1217 4217 9217 34 35 NQAAAA VAJAAA HHHHxx -9103 6106 1 3 3 3 3 103 1103 4103 9103 6 7 DMAAAA WAJAAA OOOOxx -868 6107 0 0 8 8 68 868 868 868 868 136 137 KHAAAA XAJAAA VVVVxx -8261 6108 1 1 1 1 61 261 261 3261 8261 122 123 TFAAAA YAJAAA AAAAxx -2720 6109 0 0 0 0 20 720 720 2720 2720 40 41 QAAAAA ZAJAAA HHHHxx -2999 6110 1 3 9 19 99 999 999 2999 2999 198 199 JLAAAA ABJAAA OOOOxx -769 6111 1 1 9 9 69 769 769 769 769 138 139 PDAAAA BBJAAA VVVVxx -4533 6112 1 1 3 13 33 533 533 4533 4533 66 67 JSAAAA CBJAAA AAAAxx -2030 6113 0 2 0 10 30 30 30 2030 2030 60 61 CAAAAA DBJAAA HHHHxx -5824 6114 0 0 4 4 24 824 1824 824 5824 48 49 AQAAAA EBJAAA OOOOxx -2328 6115 0 0 8 8 28 328 328 2328 2328 56 57 OLAAAA FBJAAA VVVVxx -9970 6116 0 2 0 10 70 970 1970 4970 9970 140 141 MTAAAA GBJAAA AAAAxx -3192 6117 0 0 2 12 92 192 1192 3192 3192 184 185 USAAAA HBJAAA HHHHxx -3387 6118 1 3 7 7 87 387 1387 3387 3387 174 175 HAAAAA IBJAAA OOOOxx -1936 6119 0 0 6 16 36 936 1936 1936 1936 72 73 MWAAAA JBJAAA VVVVxx -6934 6120 0 2 4 14 34 934 934 1934 6934 68 69 SGAAAA KBJAAA AAAAxx -5615 6121 1 3 5 15 15 615 1615 615 5615 30 31 ZHAAAA LBJAAA HHHHxx -2241 6122 1 1 1 1 41 241 241 2241 2241 82 83 FIAAAA MBJAAA OOOOxx -1842 6123 0 2 2 2 42 842 1842 1842 1842 84 85 WSAAAA NBJAAA VVVVxx -8044 6124 0 0 4 4 44 44 44 3044 8044 88 89 KXAAAA OBJAAA AAAAxx -8902 6125 0 2 2 2 2 902 902 3902 8902 4 5 KEAAAA PBJAAA HHHHxx -4519 6126 1 3 9 19 19 519 519 4519 4519 38 39 VRAAAA QBJAAA OOOOxx -492 6127 0 0 2 12 92 492 492 492 492 184 185 YSAAAA RBJAAA VVVVxx -2694 6128 0 2 4 14 94 694 694 2694 2694 188 189 QZAAAA SBJAAA AAAAxx -5861 6129 1 1 1 1 61 861 1861 861 5861 122 123 LRAAAA TBJAAA HHHHxx -2104 6130 0 0 4 4 4 104 104 2104 2104 8 9 YCAAAA UBJAAA OOOOxx -5376 6131 0 0 6 16 76 376 1376 376 5376 152 153 UYAAAA VBJAAA VVVVxx -3147 6132 1 3 7 7 47 147 1147 3147 3147 94 95 BRAAAA WBJAAA AAAAxx -9880 6133 0 0 0 0 80 880 1880 4880 9880 160 161 AQAAAA XBJAAA HHHHxx -6171 6134 1 3 1 11 71 171 171 1171 6171 142 143 JDAAAA YBJAAA OOOOxx -1850 6135 0 2 0 10 50 850 1850 1850 1850 100 101 ETAAAA ZBJAAA VVVVxx -1775 6136 1 3 5 15 75 775 1775 1775 1775 150 151 HQAAAA ACJAAA AAAAxx -9261 6137 1 1 1 1 61 261 1261 4261 9261 122 123 FSAAAA BCJAAA HHHHxx -9648 6138 0 0 8 8 48 648 1648 4648 9648 96 97 CHAAAA CCJAAA OOOOxx -7846 6139 0 2 6 6 46 846 1846 2846 7846 92 93 UPAAAA DCJAAA VVVVxx -1446 6140 0 2 6 6 46 446 1446 1446 1446 92 93 QDAAAA ECJAAA AAAAxx -3139 6141 1 3 9 19 39 139 1139 3139 3139 78 79 TQAAAA FCJAAA HHHHxx -6142 6142 0 2 2 2 42 142 142 1142 6142 84 85 GCAAAA GCJAAA OOOOxx -5812 6143 0 0 2 12 12 812 1812 812 5812 24 25 OPAAAA HCJAAA VVVVxx -6728 6144 0 0 8 8 28 728 728 1728 6728 56 57 UYAAAA ICJAAA AAAAxx -4428 6145 0 0 8 8 28 428 428 4428 4428 56 57 IOAAAA JCJAAA HHHHxx -502 6146 0 2 2 2 2 502 502 502 502 4 5 ITAAAA KCJAAA OOOOxx -2363 6147 1 3 3 3 63 363 363 2363 2363 126 127 XMAAAA LCJAAA VVVVxx -3808 6148 0 0 8 8 8 808 1808 3808 3808 16 17 MQAAAA MCJAAA AAAAxx -1010 6149 0 2 0 10 10 10 1010 1010 1010 20 21 WMAAAA NCJAAA HHHHxx -9565 6150 1 1 5 5 65 565 1565 4565 9565 130 131 XDAAAA OCJAAA OOOOxx -1587 6151 1 3 7 7 87 587 1587 1587 1587 174 175 BJAAAA PCJAAA VVVVxx -1474 6152 0 2 4 14 74 474 1474 1474 1474 148 149 SEAAAA QCJAAA AAAAxx -6215 6153 1 3 5 15 15 215 215 1215 6215 30 31 BFAAAA RCJAAA HHHHxx -2395 6154 1 3 5 15 95 395 395 2395 2395 190 191 DOAAAA SCJAAA OOOOxx -8753 6155 1 1 3 13 53 753 753 3753 8753 106 107 RYAAAA TCJAAA VVVVxx -2446 6156 0 2 6 6 46 446 446 2446 2446 92 93 CQAAAA UCJAAA AAAAxx -60 6157 0 0 0 0 60 60 60 60 60 120 121 ICAAAA VCJAAA HHHHxx -982 6158 0 2 2 2 82 982 982 982 982 164 165 ULAAAA WCJAAA OOOOxx -6489 6159 1 1 9 9 89 489 489 1489 6489 178 179 PPAAAA XCJAAA VVVVxx -5334 6160 0 2 4 14 34 334 1334 334 5334 68 69 EXAAAA YCJAAA AAAAxx -8540 6161 0 0 0 0 40 540 540 3540 8540 80 81 MQAAAA ZCJAAA HHHHxx -490 6162 0 2 0 10 90 490 490 490 490 180 181 WSAAAA ADJAAA OOOOxx -6763 6163 1 3 3 3 63 763 763 1763 6763 126 127 DAAAAA BDJAAA VVVVxx -8273 6164 1 1 3 13 73 273 273 3273 8273 146 147 FGAAAA CDJAAA AAAAxx -8327 6165 1 3 7 7 27 327 327 3327 8327 54 55 HIAAAA DDJAAA HHHHxx -8541 6166 1 1 1 1 41 541 541 3541 8541 82 83 NQAAAA EDJAAA OOOOxx -3459 6167 1 3 9 19 59 459 1459 3459 3459 118 119 BDAAAA FDJAAA VVVVxx -5557 6168 1 1 7 17 57 557 1557 557 5557 114 115 TFAAAA GDJAAA AAAAxx -158 6169 0 2 8 18 58 158 158 158 158 116 117 CGAAAA HDJAAA HHHHxx -1741 6170 1 1 1 1 41 741 1741 1741 1741 82 83 ZOAAAA IDJAAA OOOOxx -8385 6171 1 1 5 5 85 385 385 3385 8385 170 171 NKAAAA JDJAAA VVVVxx -617 6172 1 1 7 17 17 617 617 617 617 34 35 TXAAAA KDJAAA AAAAxx -3560 6173 0 0 0 0 60 560 1560 3560 3560 120 121 YGAAAA LDJAAA HHHHxx -5216 6174 0 0 6 16 16 216 1216 216 5216 32 33 QSAAAA MDJAAA OOOOxx -8443 6175 1 3 3 3 43 443 443 3443 8443 86 87 TMAAAA NDJAAA VVVVxx -2700 6176 0 0 0 0 0 700 700 2700 2700 0 1 WZAAAA ODJAAA AAAAxx -3661 6177 1 1 1 1 61 661 1661 3661 3661 122 123 VKAAAA PDJAAA HHHHxx -4875 6178 1 3 5 15 75 875 875 4875 4875 150 151 NFAAAA QDJAAA OOOOxx -6721 6179 1 1 1 1 21 721 721 1721 6721 42 43 NYAAAA RDJAAA VVVVxx -3659 6180 1 3 9 19 59 659 1659 3659 3659 118 119 TKAAAA SDJAAA AAAAxx -8944 6181 0 0 4 4 44 944 944 3944 8944 88 89 AGAAAA TDJAAA HHHHxx -9133 6182 1 1 3 13 33 133 1133 4133 9133 66 67 HNAAAA UDJAAA OOOOxx -9882 6183 0 2 2 2 82 882 1882 4882 9882 164 165 CQAAAA VDJAAA VVVVxx -2102 6184 0 2 2 2 2 102 102 2102 2102 4 5 WCAAAA WDJAAA AAAAxx -9445 6185 1 1 5 5 45 445 1445 4445 9445 90 91 HZAAAA XDJAAA HHHHxx -5559 6186 1 3 9 19 59 559 1559 559 5559 118 119 VFAAAA YDJAAA OOOOxx -6096 6187 0 0 6 16 96 96 96 1096 6096 192 193 MAAAAA ZDJAAA VVVVxx -9336 6188 0 0 6 16 36 336 1336 4336 9336 72 73 CVAAAA AEJAAA AAAAxx -2162 6189 0 2 2 2 62 162 162 2162 2162 124 125 EFAAAA BEJAAA HHHHxx -7459 6190 1 3 9 19 59 459 1459 2459 7459 118 119 XAAAAA CEJAAA OOOOxx -3248 6191 0 0 8 8 48 248 1248 3248 3248 96 97 YUAAAA DEJAAA VVVVxx -9539 6192 1 3 9 19 39 539 1539 4539 9539 78 79 XCAAAA EEJAAA AAAAxx -4449 6193 1 1 9 9 49 449 449 4449 4449 98 99 DPAAAA FEJAAA HHHHxx -2809 6194 1 1 9 9 9 809 809 2809 2809 18 19 BEAAAA GEJAAA OOOOxx -7058 6195 0 2 8 18 58 58 1058 2058 7058 116 117 MLAAAA HEJAAA VVVVxx -3512 6196 0 0 2 12 12 512 1512 3512 3512 24 25 CFAAAA IEJAAA AAAAxx -2802 6197 0 2 2 2 2 802 802 2802 2802 4 5 UDAAAA JEJAAA HHHHxx -6289 6198 1 1 9 9 89 289 289 1289 6289 178 179 XHAAAA KEJAAA OOOOxx -1947 6199 1 3 7 7 47 947 1947 1947 1947 94 95 XWAAAA LEJAAA VVVVxx -9572 6200 0 0 2 12 72 572 1572 4572 9572 144 145 EEAAAA MEJAAA AAAAxx -2356 6201 0 0 6 16 56 356 356 2356 2356 112 113 QMAAAA NEJAAA HHHHxx -3039 6202 1 3 9 19 39 39 1039 3039 3039 78 79 XMAAAA OEJAAA OOOOxx -9452 6203 0 0 2 12 52 452 1452 4452 9452 104 105 OZAAAA PEJAAA VVVVxx -6328 6204 0 0 8 8 28 328 328 1328 6328 56 57 KJAAAA QEJAAA AAAAxx -7661 6205 1 1 1 1 61 661 1661 2661 7661 122 123 RIAAAA REJAAA HHHHxx -2566 6206 0 2 6 6 66 566 566 2566 2566 132 133 SUAAAA SEJAAA OOOOxx -6095 6207 1 3 5 15 95 95 95 1095 6095 190 191 LAAAAA TEJAAA VVVVxx -6367 6208 1 3 7 7 67 367 367 1367 6367 134 135 XKAAAA UEJAAA AAAAxx -3368 6209 0 0 8 8 68 368 1368 3368 3368 136 137 OZAAAA VEJAAA HHHHxx -5567 6210 1 3 7 7 67 567 1567 567 5567 134 135 DGAAAA WEJAAA OOOOxx -9834 6211 0 2 4 14 34 834 1834 4834 9834 68 69 GOAAAA XEJAAA VVVVxx -9695 6212 1 3 5 15 95 695 1695 4695 9695 190 191 XIAAAA YEJAAA AAAAxx -7291 6213 1 3 1 11 91 291 1291 2291 7291 182 183 LUAAAA ZEJAAA HHHHxx -4806 6214 0 2 6 6 6 806 806 4806 4806 12 13 WCAAAA AFJAAA OOOOxx -2000 6215 0 0 0 0 0 0 0 2000 2000 0 1 YYAAAA BFJAAA VVVVxx -6817 6216 1 1 7 17 17 817 817 1817 6817 34 35 FCAAAA CFJAAA AAAAxx -8487 6217 1 3 7 7 87 487 487 3487 8487 174 175 LOAAAA DFJAAA HHHHxx -3245 6218 1 1 5 5 45 245 1245 3245 3245 90 91 VUAAAA EFJAAA OOOOxx -632 6219 0 0 2 12 32 632 632 632 632 64 65 IYAAAA FFJAAA VVVVxx -8067 6220 1 3 7 7 67 67 67 3067 8067 134 135 HYAAAA GFJAAA AAAAxx -7140 6221 0 0 0 0 40 140 1140 2140 7140 80 81 QOAAAA HFJAAA HHHHxx -6802 6222 0 2 2 2 2 802 802 1802 6802 4 5 QBAAAA IFJAAA OOOOxx -3980 6223 0 0 0 0 80 980 1980 3980 3980 160 161 CXAAAA JFJAAA VVVVxx -1321 6224 1 1 1 1 21 321 1321 1321 1321 42 43 VYAAAA KFJAAA AAAAxx -2273 6225 1 1 3 13 73 273 273 2273 2273 146 147 LJAAAA LFJAAA HHHHxx -6787 6226 1 3 7 7 87 787 787 1787 6787 174 175 BBAAAA MFJAAA OOOOxx -9480 6227 0 0 0 0 80 480 1480 4480 9480 160 161 QAAAAA NFJAAA VVVVxx -9404 6228 0 0 4 4 4 404 1404 4404 9404 8 9 SXAAAA OFJAAA AAAAxx -3914 6229 0 2 4 14 14 914 1914 3914 3914 28 29 OUAAAA PFJAAA HHHHxx -5507 6230 1 3 7 7 7 507 1507 507 5507 14 15 VDAAAA QFJAAA OOOOxx -1813 6231 1 1 3 13 13 813 1813 1813 1813 26 27 TRAAAA RFJAAA VVVVxx -1999 6232 1 3 9 19 99 999 1999 1999 1999 198 199 XYAAAA SFJAAA AAAAxx -3848 6233 0 0 8 8 48 848 1848 3848 3848 96 97 ASAAAA TFJAAA HHHHxx -9693 6234 1 1 3 13 93 693 1693 4693 9693 186 187 VIAAAA UFJAAA OOOOxx -1353 6235 1 1 3 13 53 353 1353 1353 1353 106 107 BAAAAA VFJAAA VVVVxx -7218 6236 0 2 8 18 18 218 1218 2218 7218 36 37 QRAAAA WFJAAA AAAAxx -8223 6237 1 3 3 3 23 223 223 3223 8223 46 47 HEAAAA XFJAAA HHHHxx -9982 6238 0 2 2 2 82 982 1982 4982 9982 164 165 YTAAAA YFJAAA OOOOxx -8799 6239 1 3 9 19 99 799 799 3799 8799 198 199 LAAAAA ZFJAAA VVVVxx -8929 6240 1 1 9 9 29 929 929 3929 8929 58 59 LFAAAA AGJAAA AAAAxx -4626 6241 0 2 6 6 26 626 626 4626 4626 52 53 YVAAAA BGJAAA HHHHxx -7958 6242 0 2 8 18 58 958 1958 2958 7958 116 117 CUAAAA CGJAAA OOOOxx -3743 6243 1 3 3 3 43 743 1743 3743 3743 86 87 ZNAAAA DGJAAA VVVVxx -8165 6244 1 1 5 5 65 165 165 3165 8165 130 131 BCAAAA EGJAAA AAAAxx -7899 6245 1 3 9 19 99 899 1899 2899 7899 198 199 VRAAAA FGJAAA HHHHxx -8698 6246 0 2 8 18 98 698 698 3698 8698 196 197 OWAAAA GGJAAA OOOOxx -9270 6247 0 2 0 10 70 270 1270 4270 9270 140 141 OSAAAA HGJAAA VVVVxx -6348 6248 0 0 8 8 48 348 348 1348 6348 96 97 EKAAAA IGJAAA AAAAxx -6999 6249 1 3 9 19 99 999 999 1999 6999 198 199 FJAAAA JGJAAA HHHHxx -8467 6250 1 3 7 7 67 467 467 3467 8467 134 135 RNAAAA KGJAAA OOOOxx -3907 6251 1 3 7 7 7 907 1907 3907 3907 14 15 HUAAAA LGJAAA VVVVxx -4738 6252 0 2 8 18 38 738 738 4738 4738 76 77 GAAAAA MGJAAA AAAAxx -248 6253 0 0 8 8 48 248 248 248 248 96 97 OJAAAA NGJAAA HHHHxx -8769 6254 1 1 9 9 69 769 769 3769 8769 138 139 HZAAAA OGJAAA OOOOxx -9922 6255 0 2 2 2 22 922 1922 4922 9922 44 45 QRAAAA PGJAAA VVVVxx -778 6256 0 2 8 18 78 778 778 778 778 156 157 YDAAAA QGJAAA AAAAxx -1233 6257 1 1 3 13 33 233 1233 1233 1233 66 67 LVAAAA RGJAAA HHHHxx -1183 6258 1 3 3 3 83 183 1183 1183 1183 166 167 NTAAAA SGJAAA OOOOxx -2838 6259 0 2 8 18 38 838 838 2838 2838 76 77 EFAAAA TGJAAA VVVVxx -3096 6260 0 0 6 16 96 96 1096 3096 3096 192 193 CPAAAA UGJAAA AAAAxx -8566 6261 0 2 6 6 66 566 566 3566 8566 132 133 MRAAAA VGJAAA HHHHxx -7635 6262 1 3 5 15 35 635 1635 2635 7635 70 71 RHAAAA WGJAAA OOOOxx -5428 6263 0 0 8 8 28 428 1428 428 5428 56 57 UAAAAA XGJAAA VVVVxx -7430 6264 0 2 0 10 30 430 1430 2430 7430 60 61 UZAAAA YGJAAA AAAAxx -7210 6265 0 2 0 10 10 210 1210 2210 7210 20 21 IRAAAA ZGJAAA HHHHxx -4485 6266 1 1 5 5 85 485 485 4485 4485 170 171 NQAAAA AHJAAA OOOOxx -9623 6267 1 3 3 3 23 623 1623 4623 9623 46 47 DGAAAA BHJAAA VVVVxx -3670 6268 0 2 0 10 70 670 1670 3670 3670 140 141 ELAAAA CHJAAA AAAAxx -1575 6269 1 3 5 15 75 575 1575 1575 1575 150 151 PIAAAA DHJAAA HHHHxx -5874 6270 0 2 4 14 74 874 1874 874 5874 148 149 YRAAAA EHJAAA OOOOxx -673 6271 1 1 3 13 73 673 673 673 673 146 147 XZAAAA FHJAAA VVVVxx -9712 6272 0 0 2 12 12 712 1712 4712 9712 24 25 OJAAAA GHJAAA AAAAxx -7729 6273 1 1 9 9 29 729 1729 2729 7729 58 59 HLAAAA HHJAAA HHHHxx -4318 6274 0 2 8 18 18 318 318 4318 4318 36 37 CKAAAA IHJAAA OOOOxx -4143 6275 1 3 3 3 43 143 143 4143 4143 86 87 JDAAAA JHJAAA VVVVxx -4932 6276 0 0 2 12 32 932 932 4932 4932 64 65 SHAAAA KHJAAA AAAAxx -5835 6277 1 3 5 15 35 835 1835 835 5835 70 71 LQAAAA LHJAAA HHHHxx -4966 6278 0 2 6 6 66 966 966 4966 4966 132 133 AJAAAA MHJAAA OOOOxx -6711 6279 1 3 1 11 11 711 711 1711 6711 22 23 DYAAAA NHJAAA VVVVxx -3990 6280 0 2 0 10 90 990 1990 3990 3990 180 181 MXAAAA OHJAAA AAAAxx -990 6281 0 2 0 10 90 990 990 990 990 180 181 CMAAAA PHJAAA HHHHxx -220 6282 0 0 0 0 20 220 220 220 220 40 41 MIAAAA QHJAAA OOOOxx -5693 6283 1 1 3 13 93 693 1693 693 5693 186 187 ZKAAAA RHJAAA VVVVxx -3662 6284 0 2 2 2 62 662 1662 3662 3662 124 125 WKAAAA SHJAAA AAAAxx -7844 6285 0 0 4 4 44 844 1844 2844 7844 88 89 SPAAAA THJAAA HHHHxx -5515 6286 1 3 5 15 15 515 1515 515 5515 30 31 DEAAAA UHJAAA OOOOxx -5551 6287 1 3 1 11 51 551 1551 551 5551 102 103 NFAAAA VHJAAA VVVVxx -2358 6288 0 2 8 18 58 358 358 2358 2358 116 117 SMAAAA WHJAAA AAAAxx -8977 6289 1 1 7 17 77 977 977 3977 8977 154 155 HHAAAA XHJAAA HHHHxx -7040 6290 0 0 0 0 40 40 1040 2040 7040 80 81 UKAAAA YHJAAA OOOOxx -105 6291 1 1 5 5 5 105 105 105 105 10 11 BEAAAA ZHJAAA VVVVxx -4496 6292 0 0 6 16 96 496 496 4496 4496 192 193 YQAAAA AIJAAA AAAAxx -2254 6293 0 2 4 14 54 254 254 2254 2254 108 109 SIAAAA BIJAAA HHHHxx -411 6294 1 3 1 11 11 411 411 411 411 22 23 VPAAAA CIJAAA OOOOxx -2373 6295 1 1 3 13 73 373 373 2373 2373 146 147 HNAAAA DIJAAA VVVVxx -3477 6296 1 1 7 17 77 477 1477 3477 3477 154 155 TDAAAA EIJAAA AAAAxx -8964 6297 0 0 4 4 64 964 964 3964 8964 128 129 UGAAAA FIJAAA HHHHxx -8471 6298 1 3 1 11 71 471 471 3471 8471 142 143 VNAAAA GIJAAA OOOOxx -5776 6299 0 0 6 16 76 776 1776 776 5776 152 153 EOAAAA HIJAAA VVVVxx -9921 6300 1 1 1 1 21 921 1921 4921 9921 42 43 PRAAAA IIJAAA AAAAxx -7816 6301 0 0 6 16 16 816 1816 2816 7816 32 33 QOAAAA JIJAAA HHHHxx -2439 6302 1 3 9 19 39 439 439 2439 2439 78 79 VPAAAA KIJAAA OOOOxx -9298 6303 0 2 8 18 98 298 1298 4298 9298 196 197 QTAAAA LIJAAA VVVVxx -9424 6304 0 0 4 4 24 424 1424 4424 9424 48 49 MYAAAA MIJAAA AAAAxx -3252 6305 0 0 2 12 52 252 1252 3252 3252 104 105 CVAAAA NIJAAA HHHHxx -1401 6306 1 1 1 1 1 401 1401 1401 1401 2 3 XBAAAA OIJAAA OOOOxx -9632 6307 0 0 2 12 32 632 1632 4632 9632 64 65 MGAAAA PIJAAA VVVVxx -370 6308 0 2 0 10 70 370 370 370 370 140 141 GOAAAA QIJAAA AAAAxx -728 6309 0 0 8 8 28 728 728 728 728 56 57 ACAAAA RIJAAA HHHHxx -2888 6310 0 0 8 8 88 888 888 2888 2888 176 177 CHAAAA SIJAAA OOOOxx -1441 6311 1 1 1 1 41 441 1441 1441 1441 82 83 LDAAAA TIJAAA VVVVxx -8308 6312 0 0 8 8 8 308 308 3308 8308 16 17 OHAAAA UIJAAA AAAAxx -2165 6313 1 1 5 5 65 165 165 2165 2165 130 131 HFAAAA VIJAAA HHHHxx -6359 6314 1 3 9 19 59 359 359 1359 6359 118 119 PKAAAA WIJAAA OOOOxx -9637 6315 1 1 7 17 37 637 1637 4637 9637 74 75 RGAAAA XIJAAA VVVVxx -5208 6316 0 0 8 8 8 208 1208 208 5208 16 17 ISAAAA YIJAAA AAAAxx -4705 6317 1 1 5 5 5 705 705 4705 4705 10 11 ZYAAAA ZIJAAA HHHHxx -2341 6318 1 1 1 1 41 341 341 2341 2341 82 83 BMAAAA AJJAAA OOOOxx -8539 6319 1 3 9 19 39 539 539 3539 8539 78 79 LQAAAA BJJAAA VVVVxx -7528 6320 0 0 8 8 28 528 1528 2528 7528 56 57 ODAAAA CJJAAA AAAAxx -7969 6321 1 1 9 9 69 969 1969 2969 7969 138 139 NUAAAA DJJAAA HHHHxx -6381 6322 1 1 1 1 81 381 381 1381 6381 162 163 LLAAAA EJJAAA OOOOxx -4906 6323 0 2 6 6 6 906 906 4906 4906 12 13 SGAAAA FJJAAA VVVVxx -8697 6324 1 1 7 17 97 697 697 3697 8697 194 195 NWAAAA GJJAAA AAAAxx -6301 6325 1 1 1 1 1 301 301 1301 6301 2 3 JIAAAA HJJAAA HHHHxx -7554 6326 0 2 4 14 54 554 1554 2554 7554 108 109 OEAAAA IJJAAA OOOOxx -5107 6327 1 3 7 7 7 107 1107 107 5107 14 15 LOAAAA JJJAAA VVVVxx -5046 6328 0 2 6 6 46 46 1046 46 5046 92 93 CMAAAA KJJAAA AAAAxx -4063 6329 1 3 3 3 63 63 63 4063 4063 126 127 HAAAAA LJJAAA HHHHxx -7580 6330 0 0 0 0 80 580 1580 2580 7580 160 161 OFAAAA MJJAAA OOOOxx -2245 6331 1 1 5 5 45 245 245 2245 2245 90 91 JIAAAA NJJAAA VVVVxx -3711 6332 1 3 1 11 11 711 1711 3711 3711 22 23 TMAAAA OJJAAA AAAAxx -3220 6333 0 0 0 0 20 220 1220 3220 3220 40 41 WTAAAA PJJAAA HHHHxx -6463 6334 1 3 3 3 63 463 463 1463 6463 126 127 POAAAA QJJAAA OOOOxx -8196 6335 0 0 6 16 96 196 196 3196 8196 192 193 GDAAAA RJJAAA VVVVxx -9875 6336 1 3 5 15 75 875 1875 4875 9875 150 151 VPAAAA SJJAAA AAAAxx -1333 6337 1 1 3 13 33 333 1333 1333 1333 66 67 HZAAAA TJJAAA HHHHxx -7880 6338 0 0 0 0 80 880 1880 2880 7880 160 161 CRAAAA UJJAAA OOOOxx -2322 6339 0 2 2 2 22 322 322 2322 2322 44 45 ILAAAA VJJAAA VVVVxx -2163 6340 1 3 3 3 63 163 163 2163 2163 126 127 FFAAAA WJJAAA AAAAxx -421 6341 1 1 1 1 21 421 421 421 421 42 43 FQAAAA XJJAAA HHHHxx -2042 6342 0 2 2 2 42 42 42 2042 2042 84 85 OAAAAA YJJAAA OOOOxx -1424 6343 0 0 4 4 24 424 1424 1424 1424 48 49 UCAAAA ZJJAAA VVVVxx -7870 6344 0 2 0 10 70 870 1870 2870 7870 140 141 SQAAAA AKJAAA AAAAxx -2653 6345 1 1 3 13 53 653 653 2653 2653 106 107 BYAAAA BKJAAA HHHHxx -4216 6346 0 0 6 16 16 216 216 4216 4216 32 33 EGAAAA CKJAAA OOOOxx -1515 6347 1 3 5 15 15 515 1515 1515 1515 30 31 HGAAAA DKJAAA VVVVxx -7860 6348 0 0 0 0 60 860 1860 2860 7860 120 121 IQAAAA EKJAAA AAAAxx -2984 6349 0 0 4 4 84 984 984 2984 2984 168 169 UKAAAA FKJAAA HHHHxx -6269 6350 1 1 9 9 69 269 269 1269 6269 138 139 DHAAAA GKJAAA OOOOxx -2609 6351 1 1 9 9 9 609 609 2609 2609 18 19 JWAAAA HKJAAA VVVVxx -3671 6352 1 3 1 11 71 671 1671 3671 3671 142 143 FLAAAA IKJAAA AAAAxx -4544 6353 0 0 4 4 44 544 544 4544 4544 88 89 USAAAA JKJAAA HHHHxx -4668 6354 0 0 8 8 68 668 668 4668 4668 136 137 OXAAAA KKJAAA OOOOxx -2565 6355 1 1 5 5 65 565 565 2565 2565 130 131 RUAAAA LKJAAA VVVVxx -3126 6356 0 2 6 6 26 126 1126 3126 3126 52 53 GQAAAA MKJAAA AAAAxx -7573 6357 1 1 3 13 73 573 1573 2573 7573 146 147 HFAAAA NKJAAA HHHHxx -1476 6358 0 0 6 16 76 476 1476 1476 1476 152 153 UEAAAA OKJAAA OOOOxx -2146 6359 0 2 6 6 46 146 146 2146 2146 92 93 OEAAAA PKJAAA VVVVxx -9990 6360 0 2 0 10 90 990 1990 4990 9990 180 181 GUAAAA QKJAAA AAAAxx -2530 6361 0 2 0 10 30 530 530 2530 2530 60 61 ITAAAA RKJAAA HHHHxx -9288 6362 0 0 8 8 88 288 1288 4288 9288 176 177 GTAAAA SKJAAA OOOOxx -9755 6363 1 3 5 15 55 755 1755 4755 9755 110 111 FLAAAA TKJAAA VVVVxx -5305 6364 1 1 5 5 5 305 1305 305 5305 10 11 BWAAAA UKJAAA AAAAxx -2495 6365 1 3 5 15 95 495 495 2495 2495 190 191 ZRAAAA VKJAAA HHHHxx -5443 6366 1 3 3 3 43 443 1443 443 5443 86 87 JBAAAA WKJAAA OOOOxx -1930 6367 0 2 0 10 30 930 1930 1930 1930 60 61 GWAAAA XKJAAA VVVVxx -9134 6368 0 2 4 14 34 134 1134 4134 9134 68 69 INAAAA YKJAAA AAAAxx -2844 6369 0 0 4 4 44 844 844 2844 2844 88 89 KFAAAA ZKJAAA HHHHxx -896 6370 0 0 6 16 96 896 896 896 896 192 193 MIAAAA ALJAAA OOOOxx -1330 6371 0 2 0 10 30 330 1330 1330 1330 60 61 EZAAAA BLJAAA VVVVxx -8980 6372 0 0 0 0 80 980 980 3980 8980 160 161 KHAAAA CLJAAA AAAAxx -5940 6373 0 0 0 0 40 940 1940 940 5940 80 81 MUAAAA DLJAAA HHHHxx -6494 6374 0 2 4 14 94 494 494 1494 6494 188 189 UPAAAA ELJAAA OOOOxx -165 6375 1 1 5 5 65 165 165 165 165 130 131 JGAAAA FLJAAA VVVVxx -2510 6376 0 2 0 10 10 510 510 2510 2510 20 21 OSAAAA GLJAAA AAAAxx -9950 6377 0 2 0 10 50 950 1950 4950 9950 100 101 SSAAAA HLJAAA HHHHxx -3854 6378 0 2 4 14 54 854 1854 3854 3854 108 109 GSAAAA ILJAAA OOOOxx -7493 6379 1 1 3 13 93 493 1493 2493 7493 186 187 FCAAAA JLJAAA VVVVxx -4124 6380 0 0 4 4 24 124 124 4124 4124 48 49 QCAAAA KLJAAA AAAAxx -8563 6381 1 3 3 3 63 563 563 3563 8563 126 127 JRAAAA LLJAAA HHHHxx -8735 6382 1 3 5 15 35 735 735 3735 8735 70 71 ZXAAAA MLJAAA OOOOxx -9046 6383 0 2 6 6 46 46 1046 4046 9046 92 93 YJAAAA NLJAAA VVVVxx -1754 6384 0 2 4 14 54 754 1754 1754 1754 108 109 MPAAAA OLJAAA AAAAxx -6954 6385 0 2 4 14 54 954 954 1954 6954 108 109 MHAAAA PLJAAA HHHHxx -4953 6386 1 1 3 13 53 953 953 4953 4953 106 107 NIAAAA QLJAAA OOOOxx -8142 6387 0 2 2 2 42 142 142 3142 8142 84 85 EBAAAA RLJAAA VVVVxx -9661 6388 1 1 1 1 61 661 1661 4661 9661 122 123 PHAAAA SLJAAA AAAAxx -6415 6389 1 3 5 15 15 415 415 1415 6415 30 31 TMAAAA TLJAAA HHHHxx -5782 6390 0 2 2 2 82 782 1782 782 5782 164 165 KOAAAA ULJAAA OOOOxx -7721 6391 1 1 1 1 21 721 1721 2721 7721 42 43 ZKAAAA VLJAAA VVVVxx -580 6392 0 0 0 0 80 580 580 580 580 160 161 IWAAAA WLJAAA AAAAxx -3784 6393 0 0 4 4 84 784 1784 3784 3784 168 169 OPAAAA XLJAAA HHHHxx -9810 6394 0 2 0 10 10 810 1810 4810 9810 20 21 INAAAA YLJAAA OOOOxx -8488 6395 0 0 8 8 88 488 488 3488 8488 176 177 MOAAAA ZLJAAA VVVVxx -6214 6396 0 2 4 14 14 214 214 1214 6214 28 29 AFAAAA AMJAAA AAAAxx -9433 6397 1 1 3 13 33 433 1433 4433 9433 66 67 VYAAAA BMJAAA HHHHxx -9959 6398 1 3 9 19 59 959 1959 4959 9959 118 119 BTAAAA CMJAAA OOOOxx -554 6399 0 2 4 14 54 554 554 554 554 108 109 IVAAAA DMJAAA VVVVxx -6646 6400 0 2 6 6 46 646 646 1646 6646 92 93 QVAAAA EMJAAA AAAAxx -1138 6401 0 2 8 18 38 138 1138 1138 1138 76 77 URAAAA FMJAAA HHHHxx -9331 6402 1 3 1 11 31 331 1331 4331 9331 62 63 XUAAAA GMJAAA OOOOxx -7331 6403 1 3 1 11 31 331 1331 2331 7331 62 63 ZVAAAA HMJAAA VVVVxx -3482 6404 0 2 2 2 82 482 1482 3482 3482 164 165 YDAAAA IMJAAA AAAAxx -3795 6405 1 3 5 15 95 795 1795 3795 3795 190 191 ZPAAAA JMJAAA HHHHxx -2441 6406 1 1 1 1 41 441 441 2441 2441 82 83 XPAAAA KMJAAA OOOOxx -5229 6407 1 1 9 9 29 229 1229 229 5229 58 59 DTAAAA LMJAAA VVVVxx -7012 6408 0 0 2 12 12 12 1012 2012 7012 24 25 SJAAAA MMJAAA AAAAxx -7036 6409 0 0 6 16 36 36 1036 2036 7036 72 73 QKAAAA NMJAAA HHHHxx -8243 6410 1 3 3 3 43 243 243 3243 8243 86 87 BFAAAA OMJAAA OOOOxx -9320 6411 0 0 0 0 20 320 1320 4320 9320 40 41 MUAAAA PMJAAA VVVVxx -4693 6412 1 1 3 13 93 693 693 4693 4693 186 187 NYAAAA QMJAAA AAAAxx -6741 6413 1 1 1 1 41 741 741 1741 6741 82 83 HZAAAA RMJAAA HHHHxx -2997 6414 1 1 7 17 97 997 997 2997 2997 194 195 HLAAAA SMJAAA OOOOxx -4838 6415 0 2 8 18 38 838 838 4838 4838 76 77 CEAAAA TMJAAA VVVVxx -6945 6416 1 1 5 5 45 945 945 1945 6945 90 91 DHAAAA UMJAAA AAAAxx -8253 6417 1 1 3 13 53 253 253 3253 8253 106 107 LFAAAA VMJAAA HHHHxx -8989 6418 1 1 9 9 89 989 989 3989 8989 178 179 THAAAA WMJAAA OOOOxx -2640 6419 0 0 0 0 40 640 640 2640 2640 80 81 OXAAAA XMJAAA VVVVxx -5647 6420 1 3 7 7 47 647 1647 647 5647 94 95 FJAAAA YMJAAA AAAAxx -7186 6421 0 2 6 6 86 186 1186 2186 7186 172 173 KQAAAA ZMJAAA HHHHxx -3278 6422 0 2 8 18 78 278 1278 3278 3278 156 157 CWAAAA ANJAAA OOOOxx -8546 6423 0 2 6 6 46 546 546 3546 8546 92 93 SQAAAA BNJAAA VVVVxx -8297 6424 1 1 7 17 97 297 297 3297 8297 194 195 DHAAAA CNJAAA AAAAxx -9534 6425 0 2 4 14 34 534 1534 4534 9534 68 69 SCAAAA DNJAAA HHHHxx -9618 6426 0 2 8 18 18 618 1618 4618 9618 36 37 YFAAAA ENJAAA OOOOxx -8839 6427 1 3 9 19 39 839 839 3839 8839 78 79 ZBAAAA FNJAAA VVVVxx -7605 6428 1 1 5 5 5 605 1605 2605 7605 10 11 NGAAAA GNJAAA AAAAxx -6421 6429 1 1 1 1 21 421 421 1421 6421 42 43 ZMAAAA HNJAAA HHHHxx -3582 6430 0 2 2 2 82 582 1582 3582 3582 164 165 UHAAAA INJAAA OOOOxx -485 6431 1 1 5 5 85 485 485 485 485 170 171 RSAAAA JNJAAA VVVVxx -1925 6432 1 1 5 5 25 925 1925 1925 1925 50 51 BWAAAA KNJAAA AAAAxx -4296 6433 0 0 6 16 96 296 296 4296 4296 192 193 GJAAAA LNJAAA HHHHxx -8874 6434 0 2 4 14 74 874 874 3874 8874 148 149 IDAAAA MNJAAA OOOOxx -1443 6435 1 3 3 3 43 443 1443 1443 1443 86 87 NDAAAA NNJAAA VVVVxx -4239 6436 1 3 9 19 39 239 239 4239 4239 78 79 BHAAAA ONJAAA AAAAxx -9760 6437 0 0 0 0 60 760 1760 4760 9760 120 121 KLAAAA PNJAAA HHHHxx -136 6438 0 0 6 16 36 136 136 136 136 72 73 GFAAAA QNJAAA OOOOxx -6472 6439 0 0 2 12 72 472 472 1472 6472 144 145 YOAAAA RNJAAA VVVVxx -4896 6440 0 0 6 16 96 896 896 4896 4896 192 193 IGAAAA SNJAAA AAAAxx -9028 6441 0 0 8 8 28 28 1028 4028 9028 56 57 GJAAAA TNJAAA HHHHxx -8354 6442 0 2 4 14 54 354 354 3354 8354 108 109 IJAAAA UNJAAA OOOOxx -8648 6443 0 0 8 8 48 648 648 3648 8648 96 97 QUAAAA VNJAAA VVVVxx -918 6444 0 2 8 18 18 918 918 918 918 36 37 IJAAAA WNJAAA AAAAxx -6606 6445 0 2 6 6 6 606 606 1606 6606 12 13 CUAAAA XNJAAA HHHHxx -2462 6446 0 2 2 2 62 462 462 2462 2462 124 125 SQAAAA YNJAAA OOOOxx -7536 6447 0 0 6 16 36 536 1536 2536 7536 72 73 WDAAAA ZNJAAA VVVVxx -1700 6448 0 0 0 0 0 700 1700 1700 1700 0 1 KNAAAA AOJAAA AAAAxx -6740 6449 0 0 0 0 40 740 740 1740 6740 80 81 GZAAAA BOJAAA HHHHxx -28 6450 0 0 8 8 28 28 28 28 28 56 57 CBAAAA COJAAA OOOOxx -6044 6451 0 0 4 4 44 44 44 1044 6044 88 89 MYAAAA DOJAAA VVVVxx -5053 6452 1 1 3 13 53 53 1053 53 5053 106 107 JMAAAA EOJAAA AAAAxx -4832 6453 0 0 2 12 32 832 832 4832 4832 64 65 WDAAAA FOJAAA HHHHxx -9145 6454 1 1 5 5 45 145 1145 4145 9145 90 91 TNAAAA GOJAAA OOOOxx -5482 6455 0 2 2 2 82 482 1482 482 5482 164 165 WCAAAA HOJAAA VVVVxx -7644 6456 0 0 4 4 44 644 1644 2644 7644 88 89 AIAAAA IOJAAA AAAAxx -2128 6457 0 0 8 8 28 128 128 2128 2128 56 57 WDAAAA JOJAAA HHHHxx -6583 6458 1 3 3 3 83 583 583 1583 6583 166 167 FTAAAA KOJAAA OOOOxx -4224 6459 0 0 4 4 24 224 224 4224 4224 48 49 MGAAAA LOJAAA VVVVxx -5253 6460 1 1 3 13 53 253 1253 253 5253 106 107 BUAAAA MOJAAA AAAAxx -8219 6461 1 3 9 19 19 219 219 3219 8219 38 39 DEAAAA NOJAAA HHHHxx -8113 6462 1 1 3 13 13 113 113 3113 8113 26 27 BAAAAA OOJAAA OOOOxx -3616 6463 0 0 6 16 16 616 1616 3616 3616 32 33 CJAAAA POJAAA VVVVxx -1361 6464 1 1 1 1 61 361 1361 1361 1361 122 123 JAAAAA QOJAAA AAAAxx -949 6465 1 1 9 9 49 949 949 949 949 98 99 NKAAAA ROJAAA HHHHxx -8582 6466 0 2 2 2 82 582 582 3582 8582 164 165 CSAAAA SOJAAA OOOOxx -5104 6467 0 0 4 4 4 104 1104 104 5104 8 9 IOAAAA TOJAAA VVVVxx -6146 6468 0 2 6 6 46 146 146 1146 6146 92 93 KCAAAA UOJAAA AAAAxx -7681 6469 1 1 1 1 81 681 1681 2681 7681 162 163 LJAAAA VOJAAA HHHHxx -1904 6470 0 0 4 4 4 904 1904 1904 1904 8 9 GVAAAA WOJAAA OOOOxx -1989 6471 1 1 9 9 89 989 1989 1989 1989 178 179 NYAAAA XOJAAA VVVVxx -4179 6472 1 3 9 19 79 179 179 4179 4179 158 159 TEAAAA YOJAAA AAAAxx -1739 6473 1 3 9 19 39 739 1739 1739 1739 78 79 XOAAAA ZOJAAA HHHHxx -2447 6474 1 3 7 7 47 447 447 2447 2447 94 95 DQAAAA APJAAA OOOOxx -3029 6475 1 1 9 9 29 29 1029 3029 3029 58 59 NMAAAA BPJAAA VVVVxx -9783 6476 1 3 3 3 83 783 1783 4783 9783 166 167 HMAAAA CPJAAA AAAAxx -8381 6477 1 1 1 1 81 381 381 3381 8381 162 163 JKAAAA DPJAAA HHHHxx -8755 6478 1 3 5 15 55 755 755 3755 8755 110 111 TYAAAA EPJAAA OOOOxx -8384 6479 0 0 4 4 84 384 384 3384 8384 168 169 MKAAAA FPJAAA VVVVxx -7655 6480 1 3 5 15 55 655 1655 2655 7655 110 111 LIAAAA GPJAAA AAAAxx -4766 6481 0 2 6 6 66 766 766 4766 4766 132 133 IBAAAA HPJAAA HHHHxx -3324 6482 0 0 4 4 24 324 1324 3324 3324 48 49 WXAAAA IPJAAA OOOOxx -5022 6483 0 2 2 2 22 22 1022 22 5022 44 45 ELAAAA JPJAAA VVVVxx -2856 6484 0 0 6 16 56 856 856 2856 2856 112 113 WFAAAA KPJAAA AAAAxx -6503 6485 1 3 3 3 3 503 503 1503 6503 6 7 DQAAAA LPJAAA HHHHxx -6872 6486 0 0 2 12 72 872 872 1872 6872 144 145 IEAAAA MPJAAA OOOOxx -1663 6487 1 3 3 3 63 663 1663 1663 1663 126 127 ZLAAAA NPJAAA VVVVxx -6964 6488 0 0 4 4 64 964 964 1964 6964 128 129 WHAAAA OPJAAA AAAAxx -4622 6489 0 2 2 2 22 622 622 4622 4622 44 45 UVAAAA PPJAAA HHHHxx -6089 6490 1 1 9 9 89 89 89 1089 6089 178 179 FAAAAA QPJAAA OOOOxx -8567 6491 1 3 7 7 67 567 567 3567 8567 134 135 NRAAAA RPJAAA VVVVxx -597 6492 1 1 7 17 97 597 597 597 597 194 195 ZWAAAA SPJAAA AAAAxx -4222 6493 0 2 2 2 22 222 222 4222 4222 44 45 KGAAAA TPJAAA HHHHxx -9322 6494 0 2 2 2 22 322 1322 4322 9322 44 45 OUAAAA UPJAAA OOOOxx -624 6495 0 0 4 4 24 624 624 624 624 48 49 AYAAAA VPJAAA VVVVxx -4329 6496 1 1 9 9 29 329 329 4329 4329 58 59 NKAAAA WPJAAA AAAAxx -6781 6497 1 1 1 1 81 781 781 1781 6781 162 163 VAAAAA XPJAAA HHHHxx -1673 6498 1 1 3 13 73 673 1673 1673 1673 146 147 JMAAAA YPJAAA OOOOxx -6633 6499 1 1 3 13 33 633 633 1633 6633 66 67 DVAAAA ZPJAAA VVVVxx -2569 6500 1 1 9 9 69 569 569 2569 2569 138 139 VUAAAA AQJAAA AAAAxx -4995 6501 1 3 5 15 95 995 995 4995 4995 190 191 DKAAAA BQJAAA HHHHxx -2749 6502 1 1 9 9 49 749 749 2749 2749 98 99 TBAAAA CQJAAA OOOOxx -9044 6503 0 0 4 4 44 44 1044 4044 9044 88 89 WJAAAA DQJAAA VVVVxx -5823 6504 1 3 3 3 23 823 1823 823 5823 46 47 ZPAAAA EQJAAA AAAAxx -9366 6505 0 2 6 6 66 366 1366 4366 9366 132 133 GWAAAA FQJAAA HHHHxx -1169 6506 1 1 9 9 69 169 1169 1169 1169 138 139 ZSAAAA GQJAAA OOOOxx -1300 6507 0 0 0 0 0 300 1300 1300 1300 0 1 AYAAAA HQJAAA VVVVxx -9973 6508 1 1 3 13 73 973 1973 4973 9973 146 147 PTAAAA IQJAAA AAAAxx -2092 6509 0 0 2 12 92 92 92 2092 2092 184 185 MCAAAA JQJAAA HHHHxx -9776 6510 0 0 6 16 76 776 1776 4776 9776 152 153 AMAAAA KQJAAA OOOOxx -7612 6511 0 0 2 12 12 612 1612 2612 7612 24 25 UGAAAA LQJAAA VVVVxx -7190 6512 0 2 0 10 90 190 1190 2190 7190 180 181 OQAAAA MQJAAA AAAAxx -5147 6513 1 3 7 7 47 147 1147 147 5147 94 95 ZPAAAA NQJAAA HHHHxx -3722 6514 0 2 2 2 22 722 1722 3722 3722 44 45 ENAAAA OQJAAA OOOOxx -5858 6515 0 2 8 18 58 858 1858 858 5858 116 117 IRAAAA PQJAAA VVVVxx -3204 6516 0 0 4 4 4 204 1204 3204 3204 8 9 GTAAAA QQJAAA AAAAxx -8994 6517 0 2 4 14 94 994 994 3994 8994 188 189 YHAAAA RQJAAA HHHHxx -7478 6518 0 2 8 18 78 478 1478 2478 7478 156 157 QBAAAA SQJAAA OOOOxx -9624 6519 0 0 4 4 24 624 1624 4624 9624 48 49 EGAAAA TQJAAA VVVVxx -6639 6520 1 3 9 19 39 639 639 1639 6639 78 79 JVAAAA UQJAAA AAAAxx -369 6521 1 1 9 9 69 369 369 369 369 138 139 FOAAAA VQJAAA HHHHxx -7766 6522 0 2 6 6 66 766 1766 2766 7766 132 133 SMAAAA WQJAAA OOOOxx -4094 6523 0 2 4 14 94 94 94 4094 4094 188 189 MBAAAA XQJAAA VVVVxx -9556 6524 0 0 6 16 56 556 1556 4556 9556 112 113 ODAAAA YQJAAA AAAAxx -4887 6525 1 3 7 7 87 887 887 4887 4887 174 175 ZFAAAA ZQJAAA HHHHxx -2321 6526 1 1 1 1 21 321 321 2321 2321 42 43 HLAAAA ARJAAA OOOOxx -9201 6527 1 1 1 1 1 201 1201 4201 9201 2 3 XPAAAA BRJAAA VVVVxx -1627 6528 1 3 7 7 27 627 1627 1627 1627 54 55 PKAAAA CRJAAA AAAAxx -150 6529 0 2 0 10 50 150 150 150 150 100 101 UFAAAA DRJAAA HHHHxx -8010 6530 0 2 0 10 10 10 10 3010 8010 20 21 CWAAAA ERJAAA OOOOxx -8026 6531 0 2 6 6 26 26 26 3026 8026 52 53 SWAAAA FRJAAA VVVVxx -5495 6532 1 3 5 15 95 495 1495 495 5495 190 191 JDAAAA GRJAAA AAAAxx -6213 6533 1 1 3 13 13 213 213 1213 6213 26 27 ZEAAAA HRJAAA HHHHxx -6464 6534 0 0 4 4 64 464 464 1464 6464 128 129 QOAAAA IRJAAA OOOOxx -1158 6535 0 2 8 18 58 158 1158 1158 1158 116 117 OSAAAA JRJAAA VVVVxx -8669 6536 1 1 9 9 69 669 669 3669 8669 138 139 LVAAAA KRJAAA AAAAxx -3225 6537 1 1 5 5 25 225 1225 3225 3225 50 51 BUAAAA LRJAAA HHHHxx -1294 6538 0 2 4 14 94 294 1294 1294 1294 188 189 UXAAAA MRJAAA OOOOxx -2166 6539 0 2 6 6 66 166 166 2166 2166 132 133 IFAAAA NRJAAA VVVVxx -9328 6540 0 0 8 8 28 328 1328 4328 9328 56 57 UUAAAA ORJAAA AAAAxx -8431 6541 1 3 1 11 31 431 431 3431 8431 62 63 HMAAAA PRJAAA HHHHxx -7100 6542 0 0 0 0 0 100 1100 2100 7100 0 1 CNAAAA QRJAAA OOOOxx -8126 6543 0 2 6 6 26 126 126 3126 8126 52 53 OAAAAA RRJAAA VVVVxx -2185 6544 1 1 5 5 85 185 185 2185 2185 170 171 BGAAAA SRJAAA AAAAxx -5697 6545 1 1 7 17 97 697 1697 697 5697 194 195 DLAAAA TRJAAA HHHHxx -5531 6546 1 3 1 11 31 531 1531 531 5531 62 63 TEAAAA URJAAA OOOOxx -3020 6547 0 0 0 0 20 20 1020 3020 3020 40 41 EMAAAA VRJAAA VVVVxx -3076 6548 0 0 6 16 76 76 1076 3076 3076 152 153 IOAAAA WRJAAA AAAAxx -9228 6549 0 0 8 8 28 228 1228 4228 9228 56 57 YQAAAA XRJAAA HHHHxx -1734 6550 0 2 4 14 34 734 1734 1734 1734 68 69 SOAAAA YRJAAA OOOOxx -7616 6551 0 0 6 16 16 616 1616 2616 7616 32 33 YGAAAA ZRJAAA VVVVxx -9059 6552 1 3 9 19 59 59 1059 4059 9059 118 119 LKAAAA ASJAAA AAAAxx -323 6553 1 3 3 3 23 323 323 323 323 46 47 LMAAAA BSJAAA HHHHxx -1283 6554 1 3 3 3 83 283 1283 1283 1283 166 167 JXAAAA CSJAAA OOOOxx -9535 6555 1 3 5 15 35 535 1535 4535 9535 70 71 TCAAAA DSJAAA VVVVxx -2580 6556 0 0 0 0 80 580 580 2580 2580 160 161 GVAAAA ESJAAA AAAAxx -7633 6557 1 1 3 13 33 633 1633 2633 7633 66 67 PHAAAA FSJAAA HHHHxx -9497 6558 1 1 7 17 97 497 1497 4497 9497 194 195 HBAAAA GSJAAA OOOOxx -9842 6559 0 2 2 2 42 842 1842 4842 9842 84 85 OOAAAA HSJAAA VVVVxx -3426 6560 0 2 6 6 26 426 1426 3426 3426 52 53 UBAAAA ISJAAA AAAAxx -7650 6561 0 2 0 10 50 650 1650 2650 7650 100 101 GIAAAA JSJAAA HHHHxx -9935 6562 1 3 5 15 35 935 1935 4935 9935 70 71 DSAAAA KSJAAA OOOOxx -9354 6563 0 2 4 14 54 354 1354 4354 9354 108 109 UVAAAA LSJAAA VVVVxx -5569 6564 1 1 9 9 69 569 1569 569 5569 138 139 FGAAAA MSJAAA AAAAxx -5765 6565 1 1 5 5 65 765 1765 765 5765 130 131 TNAAAA NSJAAA HHHHxx -7283 6566 1 3 3 3 83 283 1283 2283 7283 166 167 DUAAAA OSJAAA OOOOxx -1068 6567 0 0 8 8 68 68 1068 1068 1068 136 137 CPAAAA PSJAAA VVVVxx -1641 6568 1 1 1 1 41 641 1641 1641 1641 82 83 DLAAAA QSJAAA AAAAxx -1688 6569 0 0 8 8 88 688 1688 1688 1688 176 177 YMAAAA RSJAAA HHHHxx -1133 6570 1 1 3 13 33 133 1133 1133 1133 66 67 PRAAAA SSJAAA OOOOxx -4493 6571 1 1 3 13 93 493 493 4493 4493 186 187 VQAAAA TSJAAA VVVVxx -3354 6572 0 2 4 14 54 354 1354 3354 3354 108 109 AZAAAA USJAAA AAAAxx -4029 6573 1 1 9 9 29 29 29 4029 4029 58 59 ZYAAAA VSJAAA HHHHxx -6704 6574 0 0 4 4 4 704 704 1704 6704 8 9 WXAAAA WSJAAA OOOOxx -3221 6575 1 1 1 1 21 221 1221 3221 3221 42 43 XTAAAA XSJAAA VVVVxx -9432 6576 0 0 2 12 32 432 1432 4432 9432 64 65 UYAAAA YSJAAA AAAAxx -6990 6577 0 2 0 10 90 990 990 1990 6990 180 181 WIAAAA ZSJAAA HHHHxx -1760 6578 0 0 0 0 60 760 1760 1760 1760 120 121 SPAAAA ATJAAA OOOOxx -4754 6579 0 2 4 14 54 754 754 4754 4754 108 109 WAAAAA BTJAAA VVVVxx -7724 6580 0 0 4 4 24 724 1724 2724 7724 48 49 CLAAAA CTJAAA AAAAxx -9487 6581 1 3 7 7 87 487 1487 4487 9487 174 175 XAAAAA DTJAAA HHHHxx -166 6582 0 2 6 6 66 166 166 166 166 132 133 KGAAAA ETJAAA OOOOxx -5479 6583 1 3 9 19 79 479 1479 479 5479 158 159 TCAAAA FTJAAA VVVVxx -8744 6584 0 0 4 4 44 744 744 3744 8744 88 89 IYAAAA GTJAAA AAAAxx -5746 6585 0 2 6 6 46 746 1746 746 5746 92 93 ANAAAA HTJAAA HHHHxx -907 6586 1 3 7 7 7 907 907 907 907 14 15 XIAAAA ITJAAA OOOOxx -3968 6587 0 0 8 8 68 968 1968 3968 3968 136 137 QWAAAA JTJAAA VVVVxx -5721 6588 1 1 1 1 21 721 1721 721 5721 42 43 BMAAAA KTJAAA AAAAxx -6738 6589 0 2 8 18 38 738 738 1738 6738 76 77 EZAAAA LTJAAA HHHHxx -4097 6590 1 1 7 17 97 97 97 4097 4097 194 195 PBAAAA MTJAAA OOOOxx -8456 6591 0 0 6 16 56 456 456 3456 8456 112 113 GNAAAA NTJAAA VVVVxx -1269 6592 1 1 9 9 69 269 1269 1269 1269 138 139 VWAAAA OTJAAA AAAAxx -7997 6593 1 1 7 17 97 997 1997 2997 7997 194 195 PVAAAA PTJAAA HHHHxx -9457 6594 1 1 7 17 57 457 1457 4457 9457 114 115 TZAAAA QTJAAA OOOOxx -1159 6595 1 3 9 19 59 159 1159 1159 1159 118 119 PSAAAA RTJAAA VVVVxx -1631 6596 1 3 1 11 31 631 1631 1631 1631 62 63 TKAAAA STJAAA AAAAxx -2019 6597 1 3 9 19 19 19 19 2019 2019 38 39 RZAAAA TTJAAA HHHHxx -3186 6598 0 2 6 6 86 186 1186 3186 3186 172 173 OSAAAA UTJAAA OOOOxx -5587 6599 1 3 7 7 87 587 1587 587 5587 174 175 XGAAAA VTJAAA VVVVxx -9172 6600 0 0 2 12 72 172 1172 4172 9172 144 145 UOAAAA WTJAAA AAAAxx -5589 6601 1 1 9 9 89 589 1589 589 5589 178 179 ZGAAAA XTJAAA HHHHxx -5103 6602 1 3 3 3 3 103 1103 103 5103 6 7 HOAAAA YTJAAA OOOOxx -3177 6603 1 1 7 17 77 177 1177 3177 3177 154 155 FSAAAA ZTJAAA VVVVxx -8887 6604 1 3 7 7 87 887 887 3887 8887 174 175 VDAAAA AUJAAA AAAAxx -12 6605 0 0 2 12 12 12 12 12 12 24 25 MAAAAA BUJAAA HHHHxx -8575 6606 1 3 5 15 75 575 575 3575 8575 150 151 VRAAAA CUJAAA OOOOxx -4335 6607 1 3 5 15 35 335 335 4335 4335 70 71 TKAAAA DUJAAA VVVVxx -4581 6608 1 1 1 1 81 581 581 4581 4581 162 163 FUAAAA EUJAAA AAAAxx -4444 6609 0 0 4 4 44 444 444 4444 4444 88 89 YOAAAA FUJAAA HHHHxx -7978 6610 0 2 8 18 78 978 1978 2978 7978 156 157 WUAAAA GUJAAA OOOOxx -3081 6611 1 1 1 1 81 81 1081 3081 3081 162 163 NOAAAA HUJAAA VVVVxx -4059 6612 1 3 9 19 59 59 59 4059 4059 118 119 DAAAAA IUJAAA AAAAxx -5711 6613 1 3 1 11 11 711 1711 711 5711 22 23 RLAAAA JUJAAA HHHHxx -7069 6614 1 1 9 9 69 69 1069 2069 7069 138 139 XLAAAA KUJAAA OOOOxx -6150 6615 0 2 0 10 50 150 150 1150 6150 100 101 OCAAAA LUJAAA VVVVxx -9550 6616 0 2 0 10 50 550 1550 4550 9550 100 101 IDAAAA MUJAAA AAAAxx -7087 6617 1 3 7 7 87 87 1087 2087 7087 174 175 PMAAAA NUJAAA HHHHxx -9557 6618 1 1 7 17 57 557 1557 4557 9557 114 115 PDAAAA OUJAAA OOOOxx -7856 6619 0 0 6 16 56 856 1856 2856 7856 112 113 EQAAAA PUJAAA VVVVxx -1115 6620 1 3 5 15 15 115 1115 1115 1115 30 31 XQAAAA QUJAAA AAAAxx -1086 6621 0 2 6 6 86 86 1086 1086 1086 172 173 UPAAAA RUJAAA HHHHxx -5048 6622 0 0 8 8 48 48 1048 48 5048 96 97 EMAAAA SUJAAA OOOOxx -5168 6623 0 0 8 8 68 168 1168 168 5168 136 137 UQAAAA TUJAAA VVVVxx -6029 6624 1 1 9 9 29 29 29 1029 6029 58 59 XXAAAA UUJAAA AAAAxx -546 6625 0 2 6 6 46 546 546 546 546 92 93 AVAAAA VUJAAA HHHHxx -2908 6626 0 0 8 8 8 908 908 2908 2908 16 17 WHAAAA WUJAAA OOOOxx -779 6627 1 3 9 19 79 779 779 779 779 158 159 ZDAAAA XUJAAA VVVVxx -4202 6628 0 2 2 2 2 202 202 4202 4202 4 5 QFAAAA YUJAAA AAAAxx -9984 6629 0 0 4 4 84 984 1984 4984 9984 168 169 AUAAAA ZUJAAA HHHHxx -4730 6630 0 2 0 10 30 730 730 4730 4730 60 61 YZAAAA AVJAAA OOOOxx -6517 6631 1 1 7 17 17 517 517 1517 6517 34 35 RQAAAA BVJAAA VVVVxx -8410 6632 0 2 0 10 10 410 410 3410 8410 20 21 MLAAAA CVJAAA AAAAxx -4793 6633 1 1 3 13 93 793 793 4793 4793 186 187 JCAAAA DVJAAA HHHHxx -3431 6634 1 3 1 11 31 431 1431 3431 3431 62 63 ZBAAAA EVJAAA OOOOxx -2481 6635 1 1 1 1 81 481 481 2481 2481 162 163 LRAAAA FVJAAA VVVVxx -3905 6636 1 1 5 5 5 905 1905 3905 3905 10 11 FUAAAA GVJAAA AAAAxx -8807 6637 1 3 7 7 7 807 807 3807 8807 14 15 TAAAAA HVJAAA HHHHxx -2660 6638 0 0 0 0 60 660 660 2660 2660 120 121 IYAAAA IVJAAA OOOOxx -4985 6639 1 1 5 5 85 985 985 4985 4985 170 171 TJAAAA JVJAAA VVVVxx -3080 6640 0 0 0 0 80 80 1080 3080 3080 160 161 MOAAAA KVJAAA AAAAxx -1090 6641 0 2 0 10 90 90 1090 1090 1090 180 181 YPAAAA LVJAAA HHHHxx -6917 6642 1 1 7 17 17 917 917 1917 6917 34 35 BGAAAA MVJAAA OOOOxx -5177 6643 1 1 7 17 77 177 1177 177 5177 154 155 DRAAAA NVJAAA VVVVxx -2729 6644 1 1 9 9 29 729 729 2729 2729 58 59 ZAAAAA OVJAAA AAAAxx -9706 6645 0 2 6 6 6 706 1706 4706 9706 12 13 IJAAAA PVJAAA HHHHxx -9929 6646 1 1 9 9 29 929 1929 4929 9929 58 59 XRAAAA QVJAAA OOOOxx -1547 6647 1 3 7 7 47 547 1547 1547 1547 94 95 NHAAAA RVJAAA VVVVxx -2798 6648 0 2 8 18 98 798 798 2798 2798 196 197 QDAAAA SVJAAA AAAAxx -4420 6649 0 0 0 0 20 420 420 4420 4420 40 41 AOAAAA TVJAAA HHHHxx -6771 6650 1 3 1 11 71 771 771 1771 6771 142 143 LAAAAA UVJAAA OOOOxx -2004 6651 0 0 4 4 4 4 4 2004 2004 8 9 CZAAAA VVJAAA VVVVxx -8686 6652 0 2 6 6 86 686 686 3686 8686 172 173 CWAAAA WVJAAA AAAAxx -3663 6653 1 3 3 3 63 663 1663 3663 3663 126 127 XKAAAA XVJAAA HHHHxx -806 6654 0 2 6 6 6 806 806 806 806 12 13 AFAAAA YVJAAA OOOOxx -4309 6655 1 1 9 9 9 309 309 4309 4309 18 19 TJAAAA ZVJAAA VVVVxx -7443 6656 1 3 3 3 43 443 1443 2443 7443 86 87 HAAAAA AWJAAA AAAAxx -5779 6657 1 3 9 19 79 779 1779 779 5779 158 159 HOAAAA BWJAAA HHHHxx -8821 6658 1 1 1 1 21 821 821 3821 8821 42 43 HBAAAA CWJAAA OOOOxx -4198 6659 0 2 8 18 98 198 198 4198 4198 196 197 MFAAAA DWJAAA VVVVxx -8115 6660 1 3 5 15 15 115 115 3115 8115 30 31 DAAAAA EWJAAA AAAAxx -9554 6661 0 2 4 14 54 554 1554 4554 9554 108 109 MDAAAA FWJAAA HHHHxx -8956 6662 0 0 6 16 56 956 956 3956 8956 112 113 MGAAAA GWJAAA OOOOxx -4733 6663 1 1 3 13 33 733 733 4733 4733 66 67 BAAAAA HWJAAA VVVVxx -5417 6664 1 1 7 17 17 417 1417 417 5417 34 35 JAAAAA IWJAAA AAAAxx -4792 6665 0 0 2 12 92 792 792 4792 4792 184 185 ICAAAA JWJAAA HHHHxx -462 6666 0 2 2 2 62 462 462 462 462 124 125 URAAAA KWJAAA OOOOxx -3687 6667 1 3 7 7 87 687 1687 3687 3687 174 175 VLAAAA LWJAAA VVVVxx -2013 6668 1 1 3 13 13 13 13 2013 2013 26 27 LZAAAA MWJAAA AAAAxx -5386 6669 0 2 6 6 86 386 1386 386 5386 172 173 EZAAAA NWJAAA HHHHxx -2816 6670 0 0 6 16 16 816 816 2816 2816 32 33 IEAAAA OWJAAA OOOOxx -7827 6671 1 3 7 7 27 827 1827 2827 7827 54 55 BPAAAA PWJAAA VVVVxx -5077 6672 1 1 7 17 77 77 1077 77 5077 154 155 HNAAAA QWJAAA AAAAxx -6039 6673 1 3 9 19 39 39 39 1039 6039 78 79 HYAAAA RWJAAA HHHHxx -215 6674 1 3 5 15 15 215 215 215 215 30 31 HIAAAA SWJAAA OOOOxx -855 6675 1 3 5 15 55 855 855 855 855 110 111 XGAAAA TWJAAA VVVVxx -9692 6676 0 0 2 12 92 692 1692 4692 9692 184 185 UIAAAA UWJAAA AAAAxx -8391 6677 1 3 1 11 91 391 391 3391 8391 182 183 TKAAAA VWJAAA HHHHxx -8424 6678 0 0 4 4 24 424 424 3424 8424 48 49 AMAAAA WWJAAA OOOOxx -6331 6679 1 3 1 11 31 331 331 1331 6331 62 63 NJAAAA XWJAAA VVVVxx -6561 6680 1 1 1 1 61 561 561 1561 6561 122 123 JSAAAA YWJAAA AAAAxx -8955 6681 1 3 5 15 55 955 955 3955 8955 110 111 LGAAAA ZWJAAA HHHHxx -1764 6682 0 0 4 4 64 764 1764 1764 1764 128 129 WPAAAA AXJAAA OOOOxx -6623 6683 1 3 3 3 23 623 623 1623 6623 46 47 TUAAAA BXJAAA VVVVxx -2900 6684 0 0 0 0 0 900 900 2900 2900 0 1 OHAAAA CXJAAA AAAAxx -7048 6685 0 0 8 8 48 48 1048 2048 7048 96 97 CLAAAA DXJAAA HHHHxx -3843 6686 1 3 3 3 43 843 1843 3843 3843 86 87 VRAAAA EXJAAA OOOOxx -4855 6687 1 3 5 15 55 855 855 4855 4855 110 111 TEAAAA FXJAAA VVVVxx -7383 6688 1 3 3 3 83 383 1383 2383 7383 166 167 ZXAAAA GXJAAA AAAAxx -7765 6689 1 1 5 5 65 765 1765 2765 7765 130 131 RMAAAA HXJAAA HHHHxx -1125 6690 1 1 5 5 25 125 1125 1125 1125 50 51 HRAAAA IXJAAA OOOOxx -755 6691 1 3 5 15 55 755 755 755 755 110 111 BDAAAA JXJAAA VVVVxx -2995 6692 1 3 5 15 95 995 995 2995 2995 190 191 FLAAAA KXJAAA AAAAxx -8907 6693 1 3 7 7 7 907 907 3907 8907 14 15 PEAAAA LXJAAA HHHHxx -9357 6694 1 1 7 17 57 357 1357 4357 9357 114 115 XVAAAA MXJAAA OOOOxx -4469 6695 1 1 9 9 69 469 469 4469 4469 138 139 XPAAAA NXJAAA VVVVxx -2147 6696 1 3 7 7 47 147 147 2147 2147 94 95 PEAAAA OXJAAA AAAAxx -2952 6697 0 0 2 12 52 952 952 2952 2952 104 105 OJAAAA PXJAAA HHHHxx -1324 6698 0 0 4 4 24 324 1324 1324 1324 48 49 YYAAAA QXJAAA OOOOxx -1173 6699 1 1 3 13 73 173 1173 1173 1173 146 147 DTAAAA RXJAAA VVVVxx -3169 6700 1 1 9 9 69 169 1169 3169 3169 138 139 XRAAAA SXJAAA AAAAxx -5149 6701 1 1 9 9 49 149 1149 149 5149 98 99 BQAAAA TXJAAA HHHHxx -9660 6702 0 0 0 0 60 660 1660 4660 9660 120 121 OHAAAA UXJAAA OOOOxx -3446 6703 0 2 6 6 46 446 1446 3446 3446 92 93 OCAAAA VXJAAA VVVVxx -6988 6704 0 0 8 8 88 988 988 1988 6988 176 177 UIAAAA WXJAAA AAAAxx -5829 6705 1 1 9 9 29 829 1829 829 5829 58 59 FQAAAA XXJAAA HHHHxx -7166 6706 0 2 6 6 66 166 1166 2166 7166 132 133 QPAAAA YXJAAA OOOOxx -3940 6707 0 0 0 0 40 940 1940 3940 3940 80 81 OVAAAA ZXJAAA VVVVxx -2645 6708 1 1 5 5 45 645 645 2645 2645 90 91 TXAAAA AYJAAA AAAAxx -478 6709 0 2 8 18 78 478 478 478 478 156 157 KSAAAA BYJAAA HHHHxx -1156 6710 0 0 6 16 56 156 1156 1156 1156 112 113 MSAAAA CYJAAA OOOOxx -2731 6711 1 3 1 11 31 731 731 2731 2731 62 63 BBAAAA DYJAAA VVVVxx -5637 6712 1 1 7 17 37 637 1637 637 5637 74 75 VIAAAA EYJAAA AAAAxx -7517 6713 1 1 7 17 17 517 1517 2517 7517 34 35 DDAAAA FYJAAA HHHHxx -5331 6714 1 3 1 11 31 331 1331 331 5331 62 63 BXAAAA GYJAAA OOOOxx -9640 6715 0 0 0 0 40 640 1640 4640 9640 80 81 UGAAAA HYJAAA VVVVxx -4108 6716 0 0 8 8 8 108 108 4108 4108 16 17 ACAAAA IYJAAA AAAAxx -1087 6717 1 3 7 7 87 87 1087 1087 1087 174 175 VPAAAA JYJAAA HHHHxx -8017 6718 1 1 7 17 17 17 17 3017 8017 34 35 JWAAAA KYJAAA OOOOxx -8795 6719 1 3 5 15 95 795 795 3795 8795 190 191 HAAAAA LYJAAA VVVVxx -7060 6720 0 0 0 0 60 60 1060 2060 7060 120 121 OLAAAA MYJAAA AAAAxx -9450 6721 0 2 0 10 50 450 1450 4450 9450 100 101 MZAAAA NYJAAA HHHHxx -390 6722 0 2 0 10 90 390 390 390 390 180 181 APAAAA OYJAAA OOOOxx -66 6723 0 2 6 6 66 66 66 66 66 132 133 OCAAAA PYJAAA VVVVxx -8789 6724 1 1 9 9 89 789 789 3789 8789 178 179 BAAAAA QYJAAA AAAAxx -9260 6725 0 0 0 0 60 260 1260 4260 9260 120 121 ESAAAA RYJAAA HHHHxx -6679 6726 1 3 9 19 79 679 679 1679 6679 158 159 XWAAAA SYJAAA OOOOxx -9052 6727 0 0 2 12 52 52 1052 4052 9052 104 105 EKAAAA TYJAAA VVVVxx -9561 6728 1 1 1 1 61 561 1561 4561 9561 122 123 TDAAAA UYJAAA AAAAxx -9725 6729 1 1 5 5 25 725 1725 4725 9725 50 51 BKAAAA VYJAAA HHHHxx -6298 6730 0 2 8 18 98 298 298 1298 6298 196 197 GIAAAA WYJAAA OOOOxx -8654 6731 0 2 4 14 54 654 654 3654 8654 108 109 WUAAAA XYJAAA VVVVxx -8725 6732 1 1 5 5 25 725 725 3725 8725 50 51 PXAAAA YYJAAA AAAAxx -9377 6733 1 1 7 17 77 377 1377 4377 9377 154 155 RWAAAA ZYJAAA HHHHxx -3807 6734 1 3 7 7 7 807 1807 3807 3807 14 15 LQAAAA AZJAAA OOOOxx -8048 6735 0 0 8 8 48 48 48 3048 8048 96 97 OXAAAA BZJAAA VVVVxx -764 6736 0 0 4 4 64 764 764 764 764 128 129 KDAAAA CZJAAA AAAAxx -9702 6737 0 2 2 2 2 702 1702 4702 9702 4 5 EJAAAA DZJAAA HHHHxx -8060 6738 0 0 0 0 60 60 60 3060 8060 120 121 AYAAAA EZJAAA OOOOxx -6371 6739 1 3 1 11 71 371 371 1371 6371 142 143 BLAAAA FZJAAA VVVVxx -5237 6740 1 1 7 17 37 237 1237 237 5237 74 75 LTAAAA GZJAAA AAAAxx -743 6741 1 3 3 3 43 743 743 743 743 86 87 PCAAAA HZJAAA HHHHxx -7395 6742 1 3 5 15 95 395 1395 2395 7395 190 191 LYAAAA IZJAAA OOOOxx -3365 6743 1 1 5 5 65 365 1365 3365 3365 130 131 LZAAAA JZJAAA VVVVxx -6667 6744 1 3 7 7 67 667 667 1667 6667 134 135 LWAAAA KZJAAA AAAAxx -3445 6745 1 1 5 5 45 445 1445 3445 3445 90 91 NCAAAA LZJAAA HHHHxx -4019 6746 1 3 9 19 19 19 19 4019 4019 38 39 PYAAAA MZJAAA OOOOxx -7035 6747 1 3 5 15 35 35 1035 2035 7035 70 71 PKAAAA NZJAAA VVVVxx -5274 6748 0 2 4 14 74 274 1274 274 5274 148 149 WUAAAA OZJAAA AAAAxx -519 6749 1 3 9 19 19 519 519 519 519 38 39 ZTAAAA PZJAAA HHHHxx -2801 6750 1 1 1 1 1 801 801 2801 2801 2 3 TDAAAA QZJAAA OOOOxx -3320 6751 0 0 0 0 20 320 1320 3320 3320 40 41 SXAAAA RZJAAA VVVVxx -3153 6752 1 1 3 13 53 153 1153 3153 3153 106 107 HRAAAA SZJAAA AAAAxx -7680 6753 0 0 0 0 80 680 1680 2680 7680 160 161 KJAAAA TZJAAA HHHHxx -8942 6754 0 2 2 2 42 942 942 3942 8942 84 85 YFAAAA UZJAAA OOOOxx -3195 6755 1 3 5 15 95 195 1195 3195 3195 190 191 XSAAAA VZJAAA VVVVxx -2287 6756 1 3 7 7 87 287 287 2287 2287 174 175 ZJAAAA WZJAAA AAAAxx -8325 6757 1 1 5 5 25 325 325 3325 8325 50 51 FIAAAA XZJAAA HHHHxx -2603 6758 1 3 3 3 3 603 603 2603 2603 6 7 DWAAAA YZJAAA OOOOxx -5871 6759 1 3 1 11 71 871 1871 871 5871 142 143 VRAAAA ZZJAAA VVVVxx -1773 6760 1 1 3 13 73 773 1773 1773 1773 146 147 FQAAAA AAKAAA AAAAxx -3323 6761 1 3 3 3 23 323 1323 3323 3323 46 47 VXAAAA BAKAAA HHHHxx -2053 6762 1 1 3 13 53 53 53 2053 2053 106 107 ZAAAAA CAKAAA OOOOxx -4062 6763 0 2 2 2 62 62 62 4062 4062 124 125 GAAAAA DAKAAA VVVVxx -4611 6764 1 3 1 11 11 611 611 4611 4611 22 23 JVAAAA EAKAAA AAAAxx -3451 6765 1 3 1 11 51 451 1451 3451 3451 102 103 TCAAAA FAKAAA HHHHxx -1819 6766 1 3 9 19 19 819 1819 1819 1819 38 39 ZRAAAA GAKAAA OOOOxx -9806 6767 0 2 6 6 6 806 1806 4806 9806 12 13 ENAAAA HAKAAA VVVVxx -6619 6768 1 3 9 19 19 619 619 1619 6619 38 39 PUAAAA IAKAAA AAAAxx -1031 6769 1 3 1 11 31 31 1031 1031 1031 62 63 RNAAAA JAKAAA HHHHxx -1865 6770 1 1 5 5 65 865 1865 1865 1865 130 131 TTAAAA KAKAAA OOOOxx -6282 6771 0 2 2 2 82 282 282 1282 6282 164 165 QHAAAA LAKAAA VVVVxx -1178 6772 0 2 8 18 78 178 1178 1178 1178 156 157 ITAAAA MAKAAA AAAAxx -8007 6773 1 3 7 7 7 7 7 3007 8007 14 15 ZVAAAA NAKAAA HHHHxx -9126 6774 0 2 6 6 26 126 1126 4126 9126 52 53 ANAAAA OAKAAA OOOOxx -9113 6775 1 1 3 13 13 113 1113 4113 9113 26 27 NMAAAA PAKAAA VVVVxx -537 6776 1 1 7 17 37 537 537 537 537 74 75 RUAAAA QAKAAA AAAAxx -6208 6777 0 0 8 8 8 208 208 1208 6208 16 17 UEAAAA RAKAAA HHHHxx -1626 6778 0 2 6 6 26 626 1626 1626 1626 52 53 OKAAAA SAKAAA OOOOxx -7188 6779 0 0 8 8 88 188 1188 2188 7188 176 177 MQAAAA TAKAAA VVVVxx -9216 6780 0 0 6 16 16 216 1216 4216 9216 32 33 MQAAAA UAKAAA AAAAxx -6134 6781 0 2 4 14 34 134 134 1134 6134 68 69 YBAAAA VAKAAA HHHHxx -2074 6782 0 2 4 14 74 74 74 2074 2074 148 149 UBAAAA WAKAAA OOOOxx -6369 6783 1 1 9 9 69 369 369 1369 6369 138 139 ZKAAAA XAKAAA VVVVxx -9306 6784 0 2 6 6 6 306 1306 4306 9306 12 13 YTAAAA YAKAAA AAAAxx -3155 6785 1 3 5 15 55 155 1155 3155 3155 110 111 JRAAAA ZAKAAA HHHHxx -3611 6786 1 3 1 11 11 611 1611 3611 3611 22 23 XIAAAA ABKAAA OOOOxx -6530 6787 0 2 0 10 30 530 530 1530 6530 60 61 ERAAAA BBKAAA VVVVxx -6979 6788 1 3 9 19 79 979 979 1979 6979 158 159 LIAAAA CBKAAA AAAAxx -9129 6789 1 1 9 9 29 129 1129 4129 9129 58 59 DNAAAA DBKAAA HHHHxx -8013 6790 1 1 3 13 13 13 13 3013 8013 26 27 FWAAAA EBKAAA OOOOxx -6926 6791 0 2 6 6 26 926 926 1926 6926 52 53 KGAAAA FBKAAA VVVVxx -1877 6792 1 1 7 17 77 877 1877 1877 1877 154 155 FUAAAA GBKAAA AAAAxx -1882 6793 0 2 2 2 82 882 1882 1882 1882 164 165 KUAAAA HBKAAA HHHHxx -6720 6794 0 0 0 0 20 720 720 1720 6720 40 41 MYAAAA IBKAAA OOOOxx -690 6795 0 2 0 10 90 690 690 690 690 180 181 OAAAAA JBKAAA VVVVxx -143 6796 1 3 3 3 43 143 143 143 143 86 87 NFAAAA KBKAAA AAAAxx -7241 6797 1 1 1 1 41 241 1241 2241 7241 82 83 NSAAAA LBKAAA HHHHxx -6461 6798 1 1 1 1 61 461 461 1461 6461 122 123 NOAAAA MBKAAA OOOOxx -2258 6799 0 2 8 18 58 258 258 2258 2258 116 117 WIAAAA NBKAAA VVVVxx -2280 6800 0 0 0 0 80 280 280 2280 2280 160 161 SJAAAA OBKAAA AAAAxx -7556 6801 0 0 6 16 56 556 1556 2556 7556 112 113 QEAAAA PBKAAA HHHHxx -1038 6802 0 2 8 18 38 38 1038 1038 1038 76 77 YNAAAA QBKAAA OOOOxx -2634 6803 0 2 4 14 34 634 634 2634 2634 68 69 IXAAAA RBKAAA VVVVxx -7847 6804 1 3 7 7 47 847 1847 2847 7847 94 95 VPAAAA SBKAAA AAAAxx -4415 6805 1 3 5 15 15 415 415 4415 4415 30 31 VNAAAA TBKAAA HHHHxx -1933 6806 1 1 3 13 33 933 1933 1933 1933 66 67 JWAAAA UBKAAA OOOOxx -8034 6807 0 2 4 14 34 34 34 3034 8034 68 69 AXAAAA VBKAAA VVVVxx -9233 6808 1 1 3 13 33 233 1233 4233 9233 66 67 DRAAAA WBKAAA AAAAxx -6572 6809 0 0 2 12 72 572 572 1572 6572 144 145 USAAAA XBKAAA HHHHxx -1586 6810 0 2 6 6 86 586 1586 1586 1586 172 173 AJAAAA YBKAAA OOOOxx -8512 6811 0 0 2 12 12 512 512 3512 8512 24 25 KPAAAA ZBKAAA VVVVxx -7421 6812 1 1 1 1 21 421 1421 2421 7421 42 43 LZAAAA ACKAAA AAAAxx -503 6813 1 3 3 3 3 503 503 503 503 6 7 JTAAAA BCKAAA HHHHxx -5332 6814 0 0 2 12 32 332 1332 332 5332 64 65 CXAAAA CCKAAA OOOOxx -2602 6815 0 2 2 2 2 602 602 2602 2602 4 5 CWAAAA DCKAAA VVVVxx -2902 6816 0 2 2 2 2 902 902 2902 2902 4 5 QHAAAA ECKAAA AAAAxx -2979 6817 1 3 9 19 79 979 979 2979 2979 158 159 PKAAAA FCKAAA HHHHxx -1431 6818 1 3 1 11 31 431 1431 1431 1431 62 63 BDAAAA GCKAAA OOOOxx -8639 6819 1 3 9 19 39 639 639 3639 8639 78 79 HUAAAA HCKAAA VVVVxx -4218 6820 0 2 8 18 18 218 218 4218 4218 36 37 GGAAAA ICKAAA AAAAxx -7453 6821 1 1 3 13 53 453 1453 2453 7453 106 107 RAAAAA JCKAAA HHHHxx -5448 6822 0 0 8 8 48 448 1448 448 5448 96 97 OBAAAA KCKAAA OOOOxx -6768 6823 0 0 8 8 68 768 768 1768 6768 136 137 IAAAAA LCKAAA VVVVxx -3104 6824 0 0 4 4 4 104 1104 3104 3104 8 9 KPAAAA MCKAAA AAAAxx -2297 6825 1 1 7 17 97 297 297 2297 2297 194 195 JKAAAA NCKAAA HHHHxx -7994 6826 0 2 4 14 94 994 1994 2994 7994 188 189 MVAAAA OCKAAA OOOOxx -550 6827 0 2 0 10 50 550 550 550 550 100 101 EVAAAA PCKAAA VVVVxx -4777 6828 1 1 7 17 77 777 777 4777 4777 154 155 TBAAAA QCKAAA AAAAxx -5962 6829 0 2 2 2 62 962 1962 962 5962 124 125 IVAAAA RCKAAA HHHHxx -1763 6830 1 3 3 3 63 763 1763 1763 1763 126 127 VPAAAA SCKAAA OOOOxx -3654 6831 0 2 4 14 54 654 1654 3654 3654 108 109 OKAAAA TCKAAA VVVVxx -4106 6832 0 2 6 6 6 106 106 4106 4106 12 13 YBAAAA UCKAAA AAAAxx -5156 6833 0 0 6 16 56 156 1156 156 5156 112 113 IQAAAA VCKAAA HHHHxx -422 6834 0 2 2 2 22 422 422 422 422 44 45 GQAAAA WCKAAA OOOOxx -5011 6835 1 3 1 11 11 11 1011 11 5011 22 23 TKAAAA XCKAAA VVVVxx -218 6836 0 2 8 18 18 218 218 218 218 36 37 KIAAAA YCKAAA AAAAxx -9762 6837 0 2 2 2 62 762 1762 4762 9762 124 125 MLAAAA ZCKAAA HHHHxx -6074 6838 0 2 4 14 74 74 74 1074 6074 148 149 QZAAAA ADKAAA OOOOxx -4060 6839 0 0 0 0 60 60 60 4060 4060 120 121 EAAAAA BDKAAA VVVVxx -8680 6840 0 0 0 0 80 680 680 3680 8680 160 161 WVAAAA CDKAAA AAAAxx -5863 6841 1 3 3 3 63 863 1863 863 5863 126 127 NRAAAA DDKAAA HHHHxx -8042 6842 0 2 2 2 42 42 42 3042 8042 84 85 IXAAAA EDKAAA OOOOxx -2964 6843 0 0 4 4 64 964 964 2964 2964 128 129 AKAAAA FDKAAA VVVVxx -6931 6844 1 3 1 11 31 931 931 1931 6931 62 63 PGAAAA GDKAAA AAAAxx -6715 6845 1 3 5 15 15 715 715 1715 6715 30 31 HYAAAA HDKAAA HHHHxx -5859 6846 1 3 9 19 59 859 1859 859 5859 118 119 JRAAAA IDKAAA OOOOxx -6173 6847 1 1 3 13 73 173 173 1173 6173 146 147 LDAAAA JDKAAA VVVVxx -7788 6848 0 0 8 8 88 788 1788 2788 7788 176 177 ONAAAA KDKAAA AAAAxx -9370 6849 0 2 0 10 70 370 1370 4370 9370 140 141 KWAAAA LDKAAA HHHHxx -3038 6850 0 2 8 18 38 38 1038 3038 3038 76 77 WMAAAA MDKAAA OOOOxx -6483 6851 1 3 3 3 83 483 483 1483 6483 166 167 JPAAAA NDKAAA VVVVxx -7534 6852 0 2 4 14 34 534 1534 2534 7534 68 69 UDAAAA ODKAAA AAAAxx -5769 6853 1 1 9 9 69 769 1769 769 5769 138 139 XNAAAA PDKAAA HHHHxx -9152 6854 0 0 2 12 52 152 1152 4152 9152 104 105 AOAAAA QDKAAA OOOOxx -6251 6855 1 3 1 11 51 251 251 1251 6251 102 103 LGAAAA RDKAAA VVVVxx -9209 6856 1 1 9 9 9 209 1209 4209 9209 18 19 FQAAAA SDKAAA AAAAxx -5365 6857 1 1 5 5 65 365 1365 365 5365 130 131 JYAAAA TDKAAA HHHHxx -509 6858 1 1 9 9 9 509 509 509 509 18 19 PTAAAA UDKAAA OOOOxx -3132 6859 0 0 2 12 32 132 1132 3132 3132 64 65 MQAAAA VDKAAA VVVVxx -5373 6860 1 1 3 13 73 373 1373 373 5373 146 147 RYAAAA WDKAAA AAAAxx -4247 6861 1 3 7 7 47 247 247 4247 4247 94 95 JHAAAA XDKAAA HHHHxx -3491 6862 1 3 1 11 91 491 1491 3491 3491 182 183 HEAAAA YDKAAA OOOOxx -495 6863 1 3 5 15 95 495 495 495 495 190 191 BTAAAA ZDKAAA VVVVxx -1594 6864 0 2 4 14 94 594 1594 1594 1594 188 189 IJAAAA AEKAAA AAAAxx -2243 6865 1 3 3 3 43 243 243 2243 2243 86 87 HIAAAA BEKAAA HHHHxx -7780 6866 0 0 0 0 80 780 1780 2780 7780 160 161 GNAAAA CEKAAA OOOOxx -5632 6867 0 0 2 12 32 632 1632 632 5632 64 65 QIAAAA DEKAAA VVVVxx -2679 6868 1 3 9 19 79 679 679 2679 2679 158 159 BZAAAA EEKAAA AAAAxx -1354 6869 0 2 4 14 54 354 1354 1354 1354 108 109 CAAAAA FEKAAA HHHHxx -180 6870 0 0 0 0 80 180 180 180 180 160 161 YGAAAA GEKAAA OOOOxx -7017 6871 1 1 7 17 17 17 1017 2017 7017 34 35 XJAAAA HEKAAA VVVVxx -1867 6872 1 3 7 7 67 867 1867 1867 1867 134 135 VTAAAA IEKAAA AAAAxx -2213 6873 1 1 3 13 13 213 213 2213 2213 26 27 DHAAAA JEKAAA HHHHxx -8773 6874 1 1 3 13 73 773 773 3773 8773 146 147 LZAAAA KEKAAA OOOOxx -1784 6875 0 0 4 4 84 784 1784 1784 1784 168 169 QQAAAA LEKAAA VVVVxx -5961 6876 1 1 1 1 61 961 1961 961 5961 122 123 HVAAAA MEKAAA AAAAxx -8801 6877 1 1 1 1 1 801 801 3801 8801 2 3 NAAAAA NEKAAA HHHHxx -4860 6878 0 0 0 0 60 860 860 4860 4860 120 121 YEAAAA OEKAAA OOOOxx -2214 6879 0 2 4 14 14 214 214 2214 2214 28 29 EHAAAA PEKAAA VVVVxx -1735 6880 1 3 5 15 35 735 1735 1735 1735 70 71 TOAAAA QEKAAA AAAAxx -578 6881 0 2 8 18 78 578 578 578 578 156 157 GWAAAA REKAAA HHHHxx -7853 6882 1 1 3 13 53 853 1853 2853 7853 106 107 BQAAAA SEKAAA OOOOxx -2215 6883 1 3 5 15 15 215 215 2215 2215 30 31 FHAAAA TEKAAA VVVVxx -4704 6884 0 0 4 4 4 704 704 4704 4704 8 9 YYAAAA UEKAAA AAAAxx -9379 6885 1 3 9 19 79 379 1379 4379 9379 158 159 TWAAAA VEKAAA HHHHxx -9745 6886 1 1 5 5 45 745 1745 4745 9745 90 91 VKAAAA WEKAAA OOOOxx -5636 6887 0 0 6 16 36 636 1636 636 5636 72 73 UIAAAA XEKAAA VVVVxx -4548 6888 0 0 8 8 48 548 548 4548 4548 96 97 YSAAAA YEKAAA AAAAxx -6537 6889 1 1 7 17 37 537 537 1537 6537 74 75 LRAAAA ZEKAAA HHHHxx -7748 6890 0 0 8 8 48 748 1748 2748 7748 96 97 AMAAAA AFKAAA OOOOxx -687 6891 1 3 7 7 87 687 687 687 687 174 175 LAAAAA BFKAAA VVVVxx -1243 6892 1 3 3 3 43 243 1243 1243 1243 86 87 VVAAAA CFKAAA AAAAxx -852 6893 0 0 2 12 52 852 852 852 852 104 105 UGAAAA DFKAAA HHHHxx -785 6894 1 1 5 5 85 785 785 785 785 170 171 FEAAAA EFKAAA OOOOxx -2002 6895 0 2 2 2 2 2 2 2002 2002 4 5 AZAAAA FFKAAA VVVVxx -2748 6896 0 0 8 8 48 748 748 2748 2748 96 97 SBAAAA GFKAAA AAAAxx -6075 6897 1 3 5 15 75 75 75 1075 6075 150 151 RZAAAA HFKAAA HHHHxx -7029 6898 1 1 9 9 29 29 1029 2029 7029 58 59 JKAAAA IFKAAA OOOOxx -7474 6899 0 2 4 14 74 474 1474 2474 7474 148 149 MBAAAA JFKAAA VVVVxx -7755 6900 1 3 5 15 55 755 1755 2755 7755 110 111 HMAAAA KFKAAA AAAAxx -1456 6901 0 0 6 16 56 456 1456 1456 1456 112 113 AEAAAA LFKAAA HHHHxx -2808 6902 0 0 8 8 8 808 808 2808 2808 16 17 AEAAAA MFKAAA OOOOxx -4089 6903 1 1 9 9 89 89 89 4089 4089 178 179 HBAAAA NFKAAA VVVVxx -4718 6904 0 2 8 18 18 718 718 4718 4718 36 37 MZAAAA OFKAAA AAAAxx -910 6905 0 2 0 10 10 910 910 910 910 20 21 AJAAAA PFKAAA HHHHxx -2868 6906 0 0 8 8 68 868 868 2868 2868 136 137 IGAAAA QFKAAA OOOOxx -2103 6907 1 3 3 3 3 103 103 2103 2103 6 7 XCAAAA RFKAAA VVVVxx -2407 6908 1 3 7 7 7 407 407 2407 2407 14 15 POAAAA SFKAAA AAAAxx -4353 6909 1 1 3 13 53 353 353 4353 4353 106 107 LLAAAA TFKAAA HHHHxx -7988 6910 0 0 8 8 88 988 1988 2988 7988 176 177 GVAAAA UFKAAA OOOOxx -2750 6911 0 2 0 10 50 750 750 2750 2750 100 101 UBAAAA VFKAAA VVVVxx -2006 6912 0 2 6 6 6 6 6 2006 2006 12 13 EZAAAA WFKAAA AAAAxx -4617 6913 1 1 7 17 17 617 617 4617 4617 34 35 PVAAAA XFKAAA HHHHxx -1251 6914 1 3 1 11 51 251 1251 1251 1251 102 103 DWAAAA YFKAAA OOOOxx -4590 6915 0 2 0 10 90 590 590 4590 4590 180 181 OUAAAA ZFKAAA VVVVxx -1144 6916 0 0 4 4 44 144 1144 1144 1144 88 89 ASAAAA AGKAAA AAAAxx -7131 6917 1 3 1 11 31 131 1131 2131 7131 62 63 HOAAAA BGKAAA HHHHxx -95 6918 1 3 5 15 95 95 95 95 95 190 191 RDAAAA CGKAAA OOOOxx -4827 6919 1 3 7 7 27 827 827 4827 4827 54 55 RDAAAA DGKAAA VVVVxx -4307 6920 1 3 7 7 7 307 307 4307 4307 14 15 RJAAAA EGKAAA AAAAxx -1505 6921 1 1 5 5 5 505 1505 1505 1505 10 11 XFAAAA FGKAAA HHHHxx -8191 6922 1 3 1 11 91 191 191 3191 8191 182 183 BDAAAA GGKAAA OOOOxx -5037 6923 1 1 7 17 37 37 1037 37 5037 74 75 TLAAAA HGKAAA VVVVxx -7363 6924 1 3 3 3 63 363 1363 2363 7363 126 127 FXAAAA IGKAAA AAAAxx -8427 6925 1 3 7 7 27 427 427 3427 8427 54 55 DMAAAA JGKAAA HHHHxx -5231 6926 1 3 1 11 31 231 1231 231 5231 62 63 FTAAAA KGKAAA OOOOxx -2943 6927 1 3 3 3 43 943 943 2943 2943 86 87 FJAAAA LGKAAA VVVVxx -4624 6928 0 0 4 4 24 624 624 4624 4624 48 49 WVAAAA MGKAAA AAAAxx -2020 6929 0 0 0 0 20 20 20 2020 2020 40 41 SZAAAA NGKAAA HHHHxx -6155 6930 1 3 5 15 55 155 155 1155 6155 110 111 TCAAAA OGKAAA OOOOxx -4381 6931 1 1 1 1 81 381 381 4381 4381 162 163 NMAAAA PGKAAA VVVVxx -1057 6932 1 1 7 17 57 57 1057 1057 1057 114 115 ROAAAA QGKAAA AAAAxx -9010 6933 0 2 0 10 10 10 1010 4010 9010 20 21 OIAAAA RGKAAA HHHHxx -4947 6934 1 3 7 7 47 947 947 4947 4947 94 95 HIAAAA SGKAAA OOOOxx -335 6935 1 3 5 15 35 335 335 335 335 70 71 XMAAAA TGKAAA VVVVxx -6890 6936 0 2 0 10 90 890 890 1890 6890 180 181 AFAAAA UGKAAA AAAAxx -5070 6937 0 2 0 10 70 70 1070 70 5070 140 141 ANAAAA VGKAAA HHHHxx -5270 6938 0 2 0 10 70 270 1270 270 5270 140 141 SUAAAA WGKAAA OOOOxx -8657 6939 1 1 7 17 57 657 657 3657 8657 114 115 ZUAAAA XGKAAA VVVVxx -7625 6940 1 1 5 5 25 625 1625 2625 7625 50 51 HHAAAA YGKAAA AAAAxx -5759 6941 1 3 9 19 59 759 1759 759 5759 118 119 NNAAAA ZGKAAA HHHHxx -9483 6942 1 3 3 3 83 483 1483 4483 9483 166 167 TAAAAA AHKAAA OOOOxx -8304 6943 0 0 4 4 4 304 304 3304 8304 8 9 KHAAAA BHKAAA VVVVxx -296 6944 0 0 6 16 96 296 296 296 296 192 193 KLAAAA CHKAAA AAAAxx -1176 6945 0 0 6 16 76 176 1176 1176 1176 152 153 GTAAAA DHKAAA HHHHxx -2069 6946 1 1 9 9 69 69 69 2069 2069 138 139 PBAAAA EHKAAA OOOOxx -1531 6947 1 3 1 11 31 531 1531 1531 1531 62 63 XGAAAA FHKAAA VVVVxx -5329 6948 1 1 9 9 29 329 1329 329 5329 58 59 ZWAAAA GHKAAA AAAAxx -3702 6949 0 2 2 2 2 702 1702 3702 3702 4 5 KMAAAA HHKAAA HHHHxx -6520 6950 0 0 0 0 20 520 520 1520 6520 40 41 UQAAAA IHKAAA OOOOxx -7310 6951 0 2 0 10 10 310 1310 2310 7310 20 21 EVAAAA JHKAAA VVVVxx -1175 6952 1 3 5 15 75 175 1175 1175 1175 150 151 FTAAAA KHKAAA AAAAxx -9107 6953 1 3 7 7 7 107 1107 4107 9107 14 15 HMAAAA LHKAAA HHHHxx -2737 6954 1 1 7 17 37 737 737 2737 2737 74 75 HBAAAA MHKAAA OOOOxx -3437 6955 1 1 7 17 37 437 1437 3437 3437 74 75 FCAAAA NHKAAA VVVVxx -281 6956 1 1 1 1 81 281 281 281 281 162 163 VKAAAA OHKAAA AAAAxx -6676 6957 0 0 6 16 76 676 676 1676 6676 152 153 UWAAAA PHKAAA HHHHxx -145 6958 1 1 5 5 45 145 145 145 145 90 91 PFAAAA QHKAAA OOOOxx -3172 6959 0 0 2 12 72 172 1172 3172 3172 144 145 ASAAAA RHKAAA VVVVxx -4049 6960 1 1 9 9 49 49 49 4049 4049 98 99 TZAAAA SHKAAA AAAAxx -6042 6961 0 2 2 2 42 42 42 1042 6042 84 85 KYAAAA THKAAA HHHHxx -9122 6962 0 2 2 2 22 122 1122 4122 9122 44 45 WMAAAA UHKAAA OOOOxx -7244 6963 0 0 4 4 44 244 1244 2244 7244 88 89 QSAAAA VHKAAA VVVVxx -5361 6964 1 1 1 1 61 361 1361 361 5361 122 123 FYAAAA WHKAAA AAAAxx -8647 6965 1 3 7 7 47 647 647 3647 8647 94 95 PUAAAA XHKAAA HHHHxx -7956 6966 0 0 6 16 56 956 1956 2956 7956 112 113 AUAAAA YHKAAA OOOOxx -7812 6967 0 0 2 12 12 812 1812 2812 7812 24 25 MOAAAA ZHKAAA VVVVxx -570 6968 0 2 0 10 70 570 570 570 570 140 141 YVAAAA AIKAAA AAAAxx -4115 6969 1 3 5 15 15 115 115 4115 4115 30 31 HCAAAA BIKAAA HHHHxx -1856 6970 0 0 6 16 56 856 1856 1856 1856 112 113 KTAAAA CIKAAA OOOOxx -9582 6971 0 2 2 2 82 582 1582 4582 9582 164 165 OEAAAA DIKAAA VVVVxx -2025 6972 1 1 5 5 25 25 25 2025 2025 50 51 XZAAAA EIKAAA AAAAxx -986 6973 0 2 6 6 86 986 986 986 986 172 173 YLAAAA FIKAAA HHHHxx -8358 6974 0 2 8 18 58 358 358 3358 8358 116 117 MJAAAA GIKAAA OOOOxx -510 6975 0 2 0 10 10 510 510 510 510 20 21 QTAAAA HIKAAA VVVVxx -6101 6976 1 1 1 1 1 101 101 1101 6101 2 3 RAAAAA IIKAAA AAAAxx -4167 6977 1 3 7 7 67 167 167 4167 4167 134 135 HEAAAA JIKAAA HHHHxx -6139 6978 1 3 9 19 39 139 139 1139 6139 78 79 DCAAAA KIKAAA OOOOxx -6912 6979 0 0 2 12 12 912 912 1912 6912 24 25 WFAAAA LIKAAA VVVVxx -339 6980 1 3 9 19 39 339 339 339 339 78 79 BNAAAA MIKAAA AAAAxx -8759 6981 1 3 9 19 59 759 759 3759 8759 118 119 XYAAAA NIKAAA HHHHxx -246 6982 0 2 6 6 46 246 246 246 246 92 93 MJAAAA OIKAAA OOOOxx -2831 6983 1 3 1 11 31 831 831 2831 2831 62 63 XEAAAA PIKAAA VVVVxx -2327 6984 1 3 7 7 27 327 327 2327 2327 54 55 NLAAAA QIKAAA AAAAxx -7001 6985 1 1 1 1 1 1 1001 2001 7001 2 3 HJAAAA RIKAAA HHHHxx -4398 6986 0 2 8 18 98 398 398 4398 4398 196 197 ENAAAA SIKAAA OOOOxx -1495 6987 1 3 5 15 95 495 1495 1495 1495 190 191 NFAAAA TIKAAA VVVVxx -8522 6988 0 2 2 2 22 522 522 3522 8522 44 45 UPAAAA UIKAAA AAAAxx -7090 6989 0 2 0 10 90 90 1090 2090 7090 180 181 SMAAAA VIKAAA HHHHxx -8457 6990 1 1 7 17 57 457 457 3457 8457 114 115 HNAAAA WIKAAA OOOOxx -4238 6991 0 2 8 18 38 238 238 4238 4238 76 77 AHAAAA XIKAAA VVVVxx -6791 6992 1 3 1 11 91 791 791 1791 6791 182 183 FBAAAA YIKAAA AAAAxx -1342 6993 0 2 2 2 42 342 1342 1342 1342 84 85 QZAAAA ZIKAAA HHHHxx -4580 6994 0 0 0 0 80 580 580 4580 4580 160 161 EUAAAA AJKAAA OOOOxx -1475 6995 1 3 5 15 75 475 1475 1475 1475 150 151 TEAAAA BJKAAA VVVVxx -9184 6996 0 0 4 4 84 184 1184 4184 9184 168 169 GPAAAA CJKAAA AAAAxx -1189 6997 1 1 9 9 89 189 1189 1189 1189 178 179 TTAAAA DJKAAA HHHHxx -638 6998 0 2 8 18 38 638 638 638 638 76 77 OYAAAA EJKAAA OOOOxx -5867 6999 1 3 7 7 67 867 1867 867 5867 134 135 RRAAAA FJKAAA VVVVxx -9911 7000 1 3 1 11 11 911 1911 4911 9911 22 23 FRAAAA GJKAAA AAAAxx -8147 7001 1 3 7 7 47 147 147 3147 8147 94 95 JBAAAA HJKAAA HHHHxx -4492 7002 0 0 2 12 92 492 492 4492 4492 184 185 UQAAAA IJKAAA OOOOxx -385 7003 1 1 5 5 85 385 385 385 385 170 171 VOAAAA JJKAAA VVVVxx -5235 7004 1 3 5 15 35 235 1235 235 5235 70 71 JTAAAA KJKAAA AAAAxx -4812 7005 0 0 2 12 12 812 812 4812 4812 24 25 CDAAAA LJKAAA HHHHxx -9807 7006 1 3 7 7 7 807 1807 4807 9807 14 15 FNAAAA MJKAAA OOOOxx -9588 7007 0 0 8 8 88 588 1588 4588 9588 176 177 UEAAAA NJKAAA VVVVxx -9832 7008 0 0 2 12 32 832 1832 4832 9832 64 65 EOAAAA OJKAAA AAAAxx -3757 7009 1 1 7 17 57 757 1757 3757 3757 114 115 NOAAAA PJKAAA HHHHxx -9703 7010 1 3 3 3 3 703 1703 4703 9703 6 7 FJAAAA QJKAAA OOOOxx -1022 7011 0 2 2 2 22 22 1022 1022 1022 44 45 INAAAA RJKAAA VVVVxx -5165 7012 1 1 5 5 65 165 1165 165 5165 130 131 RQAAAA SJKAAA AAAAxx -7129 7013 1 1 9 9 29 129 1129 2129 7129 58 59 FOAAAA TJKAAA HHHHxx -4164 7014 0 0 4 4 64 164 164 4164 4164 128 129 EEAAAA UJKAAA OOOOxx -7239 7015 1 3 9 19 39 239 1239 2239 7239 78 79 LSAAAA VJKAAA VVVVxx -523 7016 1 3 3 3 23 523 523 523 523 46 47 DUAAAA WJKAAA AAAAxx -4670 7017 0 2 0 10 70 670 670 4670 4670 140 141 QXAAAA XJKAAA HHHHxx -8503 7018 1 3 3 3 3 503 503 3503 8503 6 7 BPAAAA YJKAAA OOOOxx -714 7019 0 2 4 14 14 714 714 714 714 28 29 MBAAAA ZJKAAA VVVVxx -1350 7020 0 2 0 10 50 350 1350 1350 1350 100 101 YZAAAA AKKAAA AAAAxx -8318 7021 0 2 8 18 18 318 318 3318 8318 36 37 YHAAAA BKKAAA HHHHxx -1834 7022 0 2 4 14 34 834 1834 1834 1834 68 69 OSAAAA CKKAAA OOOOxx -4306 7023 0 2 6 6 6 306 306 4306 4306 12 13 QJAAAA DKKAAA VVVVxx -8543 7024 1 3 3 3 43 543 543 3543 8543 86 87 PQAAAA EKKAAA AAAAxx -9397 7025 1 1 7 17 97 397 1397 4397 9397 194 195 LXAAAA FKKAAA HHHHxx -3145 7026 1 1 5 5 45 145 1145 3145 3145 90 91 ZQAAAA GKKAAA OOOOxx -3942 7027 0 2 2 2 42 942 1942 3942 3942 84 85 QVAAAA HKKAAA VVVVxx -8583 7028 1 3 3 3 83 583 583 3583 8583 166 167 DSAAAA IKKAAA AAAAxx -8073 7029 1 1 3 13 73 73 73 3073 8073 146 147 NYAAAA JKKAAA HHHHxx -4940 7030 0 0 0 0 40 940 940 4940 4940 80 81 AIAAAA KKKAAA OOOOxx -9573 7031 1 1 3 13 73 573 1573 4573 9573 146 147 FEAAAA LKKAAA VVVVxx -5325 7032 1 1 5 5 25 325 1325 325 5325 50 51 VWAAAA MKKAAA AAAAxx -1833 7033 1 1 3 13 33 833 1833 1833 1833 66 67 NSAAAA NKKAAA HHHHxx -1337 7034 1 1 7 17 37 337 1337 1337 1337 74 75 LZAAAA OKKAAA OOOOxx -9749 7035 1 1 9 9 49 749 1749 4749 9749 98 99 ZKAAAA PKKAAA VVVVxx -7505 7036 1 1 5 5 5 505 1505 2505 7505 10 11 RCAAAA QKKAAA AAAAxx -9731 7037 1 3 1 11 31 731 1731 4731 9731 62 63 HKAAAA RKKAAA HHHHxx -4098 7038 0 2 8 18 98 98 98 4098 4098 196 197 QBAAAA SKKAAA OOOOxx -1418 7039 0 2 8 18 18 418 1418 1418 1418 36 37 OCAAAA TKKAAA VVVVxx -63 7040 1 3 3 3 63 63 63 63 63 126 127 LCAAAA UKKAAA AAAAxx -9889 7041 1 1 9 9 89 889 1889 4889 9889 178 179 JQAAAA VKKAAA HHHHxx -2871 7042 1 3 1 11 71 871 871 2871 2871 142 143 LGAAAA WKKAAA OOOOxx -1003 7043 1 3 3 3 3 3 1003 1003 1003 6 7 PMAAAA XKKAAA VVVVxx -8796 7044 0 0 6 16 96 796 796 3796 8796 192 193 IAAAAA YKKAAA AAAAxx -22 7045 0 2 2 2 22 22 22 22 22 44 45 WAAAAA ZKKAAA HHHHxx -8244 7046 0 0 4 4 44 244 244 3244 8244 88 89 CFAAAA ALKAAA OOOOxx -2282 7047 0 2 2 2 82 282 282 2282 2282 164 165 UJAAAA BLKAAA VVVVxx -3487 7048 1 3 7 7 87 487 1487 3487 3487 174 175 DEAAAA CLKAAA AAAAxx -8633 7049 1 1 3 13 33 633 633 3633 8633 66 67 BUAAAA DLKAAA HHHHxx -6418 7050 0 2 8 18 18 418 418 1418 6418 36 37 WMAAAA ELKAAA OOOOxx -4682 7051 0 2 2 2 82 682 682 4682 4682 164 165 CYAAAA FLKAAA VVVVxx -4103 7052 1 3 3 3 3 103 103 4103 4103 6 7 VBAAAA GLKAAA AAAAxx -6256 7053 0 0 6 16 56 256 256 1256 6256 112 113 QGAAAA HLKAAA HHHHxx -4040 7054 0 0 0 0 40 40 40 4040 4040 80 81 KZAAAA ILKAAA OOOOxx -9342 7055 0 2 2 2 42 342 1342 4342 9342 84 85 IVAAAA JLKAAA VVVVxx -9969 7056 1 1 9 9 69 969 1969 4969 9969 138 139 LTAAAA KLKAAA AAAAxx -223 7057 1 3 3 3 23 223 223 223 223 46 47 PIAAAA LLKAAA HHHHxx -4593 7058 1 1 3 13 93 593 593 4593 4593 186 187 RUAAAA MLKAAA OOOOxx -44 7059 0 0 4 4 44 44 44 44 44 88 89 SBAAAA NLKAAA VVVVxx -3513 7060 1 1 3 13 13 513 1513 3513 3513 26 27 DFAAAA OLKAAA AAAAxx -5771 7061 1 3 1 11 71 771 1771 771 5771 142 143 ZNAAAA PLKAAA HHHHxx -5083 7062 1 3 3 3 83 83 1083 83 5083 166 167 NNAAAA QLKAAA OOOOxx -3839 7063 1 3 9 19 39 839 1839 3839 3839 78 79 RRAAAA RLKAAA VVVVxx -2986 7064 0 2 6 6 86 986 986 2986 2986 172 173 WKAAAA SLKAAA AAAAxx -2200 7065 0 0 0 0 0 200 200 2200 2200 0 1 QGAAAA TLKAAA HHHHxx -197 7066 1 1 7 17 97 197 197 197 197 194 195 PHAAAA ULKAAA OOOOxx -7455 7067 1 3 5 15 55 455 1455 2455 7455 110 111 TAAAAA VLKAAA VVVVxx -1379 7068 1 3 9 19 79 379 1379 1379 1379 158 159 BBAAAA WLKAAA AAAAxx -4356 7069 0 0 6 16 56 356 356 4356 4356 112 113 OLAAAA XLKAAA HHHHxx -6888 7070 0 0 8 8 88 888 888 1888 6888 176 177 YEAAAA YLKAAA OOOOxx -9139 7071 1 3 9 19 39 139 1139 4139 9139 78 79 NNAAAA ZLKAAA VVVVxx -7682 7072 0 2 2 2 82 682 1682 2682 7682 164 165 MJAAAA AMKAAA AAAAxx -4873 7073 1 1 3 13 73 873 873 4873 4873 146 147 LFAAAA BMKAAA HHHHxx -783 7074 1 3 3 3 83 783 783 783 783 166 167 DEAAAA CMKAAA OOOOxx -6071 7075 1 3 1 11 71 71 71 1071 6071 142 143 NZAAAA DMKAAA VVVVxx -5160 7076 0 0 0 0 60 160 1160 160 5160 120 121 MQAAAA EMKAAA AAAAxx -2291 7077 1 3 1 11 91 291 291 2291 2291 182 183 DKAAAA FMKAAA HHHHxx -187 7078 1 3 7 7 87 187 187 187 187 174 175 FHAAAA GMKAAA OOOOxx -7786 7079 0 2 6 6 86 786 1786 2786 7786 172 173 MNAAAA HMKAAA VVVVxx -3432 7080 0 0 2 12 32 432 1432 3432 3432 64 65 ACAAAA IMKAAA AAAAxx -5450 7081 0 2 0 10 50 450 1450 450 5450 100 101 QBAAAA JMKAAA HHHHxx -2699 7082 1 3 9 19 99 699 699 2699 2699 198 199 VZAAAA KMKAAA OOOOxx -692 7083 0 0 2 12 92 692 692 692 692 184 185 QAAAAA LMKAAA VVVVxx -6081 7084 1 1 1 1 81 81 81 1081 6081 162 163 XZAAAA MMKAAA AAAAxx -4829 7085 1 1 9 9 29 829 829 4829 4829 58 59 TDAAAA NMKAAA HHHHxx -238 7086 0 2 8 18 38 238 238 238 238 76 77 EJAAAA OMKAAA OOOOxx -9100 7087 0 0 0 0 0 100 1100 4100 9100 0 1 AMAAAA PMKAAA VVVVxx -1968 7088 0 0 8 8 68 968 1968 1968 1968 136 137 SXAAAA QMKAAA AAAAxx -1872 7089 0 0 2 12 72 872 1872 1872 1872 144 145 AUAAAA RMKAAA HHHHxx -7051 7090 1 3 1 11 51 51 1051 2051 7051 102 103 FLAAAA SMKAAA OOOOxx -2743 7091 1 3 3 3 43 743 743 2743 2743 86 87 NBAAAA TMKAAA VVVVxx -1237 7092 1 1 7 17 37 237 1237 1237 1237 74 75 PVAAAA UMKAAA AAAAxx -3052 7093 0 0 2 12 52 52 1052 3052 3052 104 105 KNAAAA VMKAAA HHHHxx -8021 7094 1 1 1 1 21 21 21 3021 8021 42 43 NWAAAA WMKAAA OOOOxx -657 7095 1 1 7 17 57 657 657 657 657 114 115 HZAAAA XMKAAA VVVVxx -2236 7096 0 0 6 16 36 236 236 2236 2236 72 73 AIAAAA YMKAAA AAAAxx -7011 7097 1 3 1 11 11 11 1011 2011 7011 22 23 RJAAAA ZMKAAA HHHHxx -4067 7098 1 3 7 7 67 67 67 4067 4067 134 135 LAAAAA ANKAAA OOOOxx -9449 7099 1 1 9 9 49 449 1449 4449 9449 98 99 LZAAAA BNKAAA VVVVxx -7428 7100 0 0 8 8 28 428 1428 2428 7428 56 57 SZAAAA CNKAAA AAAAxx -1272 7101 0 0 2 12 72 272 1272 1272 1272 144 145 YWAAAA DNKAAA HHHHxx -6897 7102 1 1 7 17 97 897 897 1897 6897 194 195 HFAAAA ENKAAA OOOOxx -5839 7103 1 3 9 19 39 839 1839 839 5839 78 79 PQAAAA FNKAAA VVVVxx -6835 7104 1 3 5 15 35 835 835 1835 6835 70 71 XCAAAA GNKAAA AAAAxx -1887 7105 1 3 7 7 87 887 1887 1887 1887 174 175 PUAAAA HNKAAA HHHHxx -1551 7106 1 3 1 11 51 551 1551 1551 1551 102 103 RHAAAA INKAAA OOOOxx -4667 7107 1 3 7 7 67 667 667 4667 4667 134 135 NXAAAA JNKAAA VVVVxx -9603 7108 1 3 3 3 3 603 1603 4603 9603 6 7 JFAAAA KNKAAA AAAAxx -4332 7109 0 0 2 12 32 332 332 4332 4332 64 65 QKAAAA LNKAAA HHHHxx -5681 7110 1 1 1 1 81 681 1681 681 5681 162 163 NKAAAA MNKAAA OOOOxx -8062 7111 0 2 2 2 62 62 62 3062 8062 124 125 CYAAAA NNKAAA VVVVxx -2302 7112 0 2 2 2 2 302 302 2302 2302 4 5 OKAAAA ONKAAA AAAAxx -2825 7113 1 1 5 5 25 825 825 2825 2825 50 51 REAAAA PNKAAA HHHHxx -4527 7114 1 3 7 7 27 527 527 4527 4527 54 55 DSAAAA QNKAAA OOOOxx -4230 7115 0 2 0 10 30 230 230 4230 4230 60 61 SGAAAA RNKAAA VVVVxx -3053 7116 1 1 3 13 53 53 1053 3053 3053 106 107 LNAAAA SNKAAA AAAAxx -983 7117 1 3 3 3 83 983 983 983 983 166 167 VLAAAA TNKAAA HHHHxx -9458 7118 0 2 8 18 58 458 1458 4458 9458 116 117 UZAAAA UNKAAA OOOOxx -4128 7119 0 0 8 8 28 128 128 4128 4128 56 57 UCAAAA VNKAAA VVVVxx -425 7120 1 1 5 5 25 425 425 425 425 50 51 JQAAAA WNKAAA AAAAxx -3911 7121 1 3 1 11 11 911 1911 3911 3911 22 23 LUAAAA XNKAAA HHHHxx -6607 7122 1 3 7 7 7 607 607 1607 6607 14 15 DUAAAA YNKAAA OOOOxx -5431 7123 1 3 1 11 31 431 1431 431 5431 62 63 XAAAAA ZNKAAA VVVVxx -6330 7124 0 2 0 10 30 330 330 1330 6330 60 61 MJAAAA AOKAAA AAAAxx -3592 7125 0 0 2 12 92 592 1592 3592 3592 184 185 EIAAAA BOKAAA HHHHxx -154 7126 0 2 4 14 54 154 154 154 154 108 109 YFAAAA COKAAA OOOOxx -9879 7127 1 3 9 19 79 879 1879 4879 9879 158 159 ZPAAAA DOKAAA VVVVxx -3202 7128 0 2 2 2 2 202 1202 3202 3202 4 5 ETAAAA EOKAAA AAAAxx -3056 7129 0 0 6 16 56 56 1056 3056 3056 112 113 ONAAAA FOKAAA HHHHxx -9890 7130 0 2 0 10 90 890 1890 4890 9890 180 181 KQAAAA GOKAAA OOOOxx -5840 7131 0 0 0 0 40 840 1840 840 5840 80 81 QQAAAA HOKAAA VVVVxx -9804 7132 0 0 4 4 4 804 1804 4804 9804 8 9 CNAAAA IOKAAA AAAAxx -681 7133 1 1 1 1 81 681 681 681 681 162 163 FAAAAA JOKAAA HHHHxx -3443 7134 1 3 3 3 43 443 1443 3443 3443 86 87 LCAAAA KOKAAA OOOOxx -8088 7135 0 0 8 8 88 88 88 3088 8088 176 177 CZAAAA LOKAAA VVVVxx -9447 7136 1 3 7 7 47 447 1447 4447 9447 94 95 JZAAAA MOKAAA AAAAxx -1490 7137 0 2 0 10 90 490 1490 1490 1490 180 181 IFAAAA NOKAAA HHHHxx -3684 7138 0 0 4 4 84 684 1684 3684 3684 168 169 SLAAAA OOKAAA OOOOxx -3113 7139 1 1 3 13 13 113 1113 3113 3113 26 27 TPAAAA POKAAA VVVVxx -9004 7140 0 0 4 4 4 4 1004 4004 9004 8 9 IIAAAA QOKAAA AAAAxx -7147 7141 1 3 7 7 47 147 1147 2147 7147 94 95 XOAAAA ROKAAA HHHHxx -7571 7142 1 3 1 11 71 571 1571 2571 7571 142 143 FFAAAA SOKAAA OOOOxx -5545 7143 1 1 5 5 45 545 1545 545 5545 90 91 HFAAAA TOKAAA VVVVxx -4558 7144 0 2 8 18 58 558 558 4558 4558 116 117 ITAAAA UOKAAA AAAAxx -6206 7145 0 2 6 6 6 206 206 1206 6206 12 13 SEAAAA VOKAAA HHHHxx -5695 7146 1 3 5 15 95 695 1695 695 5695 190 191 BLAAAA WOKAAA OOOOxx -9600 7147 0 0 0 0 0 600 1600 4600 9600 0 1 GFAAAA XOKAAA VVVVxx -5432 7148 0 0 2 12 32 432 1432 432 5432 64 65 YAAAAA YOKAAA AAAAxx -9299 7149 1 3 9 19 99 299 1299 4299 9299 198 199 RTAAAA ZOKAAA HHHHxx -2386 7150 0 2 6 6 86 386 386 2386 2386 172 173 UNAAAA APKAAA OOOOxx -2046 7151 0 2 6 6 46 46 46 2046 2046 92 93 SAAAAA BPKAAA VVVVxx -3293 7152 1 1 3 13 93 293 1293 3293 3293 186 187 RWAAAA CPKAAA AAAAxx -3046 7153 0 2 6 6 46 46 1046 3046 3046 92 93 ENAAAA DPKAAA HHHHxx -214 7154 0 2 4 14 14 214 214 214 214 28 29 GIAAAA EPKAAA OOOOxx -7893 7155 1 1 3 13 93 893 1893 2893 7893 186 187 PRAAAA FPKAAA VVVVxx -891 7156 1 3 1 11 91 891 891 891 891 182 183 HIAAAA GPKAAA AAAAxx -6499 7157 1 3 9 19 99 499 499 1499 6499 198 199 ZPAAAA HPKAAA HHHHxx -5003 7158 1 3 3 3 3 3 1003 3 5003 6 7 LKAAAA IPKAAA OOOOxx -6487 7159 1 3 7 7 87 487 487 1487 6487 174 175 NPAAAA JPKAAA VVVVxx -9403 7160 1 3 3 3 3 403 1403 4403 9403 6 7 RXAAAA KPKAAA AAAAxx -945 7161 1 1 5 5 45 945 945 945 945 90 91 JKAAAA LPKAAA HHHHxx -6713 7162 1 1 3 13 13 713 713 1713 6713 26 27 FYAAAA MPKAAA OOOOxx -9928 7163 0 0 8 8 28 928 1928 4928 9928 56 57 WRAAAA NPKAAA VVVVxx -8585 7164 1 1 5 5 85 585 585 3585 8585 170 171 FSAAAA OPKAAA AAAAxx -4004 7165 0 0 4 4 4 4 4 4004 4004 8 9 AYAAAA PPKAAA HHHHxx -2528 7166 0 0 8 8 28 528 528 2528 2528 56 57 GTAAAA QPKAAA OOOOxx -3350 7167 0 2 0 10 50 350 1350 3350 3350 100 101 WYAAAA RPKAAA VVVVxx -2160 7168 0 0 0 0 60 160 160 2160 2160 120 121 CFAAAA SPKAAA AAAAxx -1521 7169 1 1 1 1 21 521 1521 1521 1521 42 43 NGAAAA TPKAAA HHHHxx -5660 7170 0 0 0 0 60 660 1660 660 5660 120 121 SJAAAA UPKAAA OOOOxx -5755 7171 1 3 5 15 55 755 1755 755 5755 110 111 JNAAAA VPKAAA VVVVxx -7614 7172 0 2 4 14 14 614 1614 2614 7614 28 29 WGAAAA WPKAAA AAAAxx -3121 7173 1 1 1 1 21 121 1121 3121 3121 42 43 BQAAAA XPKAAA HHHHxx -2735 7174 1 3 5 15 35 735 735 2735 2735 70 71 FBAAAA YPKAAA OOOOxx -7506 7175 0 2 6 6 6 506 1506 2506 7506 12 13 SCAAAA ZPKAAA VVVVxx -2693 7176 1 1 3 13 93 693 693 2693 2693 186 187 PZAAAA AQKAAA AAAAxx -2892 7177 0 0 2 12 92 892 892 2892 2892 184 185 GHAAAA BQKAAA HHHHxx -3310 7178 0 2 0 10 10 310 1310 3310 3310 20 21 IXAAAA CQKAAA OOOOxx -3484 7179 0 0 4 4 84 484 1484 3484 3484 168 169 AEAAAA DQKAAA VVVVxx -9733 7180 1 1 3 13 33 733 1733 4733 9733 66 67 JKAAAA EQKAAA AAAAxx -29 7181 1 1 9 9 29 29 29 29 29 58 59 DBAAAA FQKAAA HHHHxx -9013 7182 1 1 3 13 13 13 1013 4013 9013 26 27 RIAAAA GQKAAA OOOOxx -3847 7183 1 3 7 7 47 847 1847 3847 3847 94 95 ZRAAAA HQKAAA VVVVxx -6724 7184 0 0 4 4 24 724 724 1724 6724 48 49 QYAAAA IQKAAA AAAAxx -2559 7185 1 3 9 19 59 559 559 2559 2559 118 119 LUAAAA JQKAAA HHHHxx -5326 7186 0 2 6 6 26 326 1326 326 5326 52 53 WWAAAA KQKAAA OOOOxx -4802 7187 0 2 2 2 2 802 802 4802 4802 4 5 SCAAAA LQKAAA VVVVxx -131 7188 1 3 1 11 31 131 131 131 131 62 63 BFAAAA MQKAAA AAAAxx -1634 7189 0 2 4 14 34 634 1634 1634 1634 68 69 WKAAAA NQKAAA HHHHxx -919 7190 1 3 9 19 19 919 919 919 919 38 39 JJAAAA OQKAAA OOOOxx -9575 7191 1 3 5 15 75 575 1575 4575 9575 150 151 HEAAAA PQKAAA VVVVxx -1256 7192 0 0 6 16 56 256 1256 1256 1256 112 113 IWAAAA QQKAAA AAAAxx -9428 7193 0 0 8 8 28 428 1428 4428 9428 56 57 QYAAAA RQKAAA HHHHxx -5121 7194 1 1 1 1 21 121 1121 121 5121 42 43 ZOAAAA SQKAAA OOOOxx -6584 7195 0 0 4 4 84 584 584 1584 6584 168 169 GTAAAA TQKAAA VVVVxx -7193 7196 1 1 3 13 93 193 1193 2193 7193 186 187 RQAAAA UQKAAA AAAAxx -4047 7197 1 3 7 7 47 47 47 4047 4047 94 95 RZAAAA VQKAAA HHHHxx -104 7198 0 0 4 4 4 104 104 104 104 8 9 AEAAAA WQKAAA OOOOxx -1527 7199 1 3 7 7 27 527 1527 1527 1527 54 55 TGAAAA XQKAAA VVVVxx -3460 7200 0 0 0 0 60 460 1460 3460 3460 120 121 CDAAAA YQKAAA AAAAxx -8526 7201 0 2 6 6 26 526 526 3526 8526 52 53 YPAAAA ZQKAAA HHHHxx -8959 7202 1 3 9 19 59 959 959 3959 8959 118 119 PGAAAA ARKAAA OOOOxx -3633 7203 1 1 3 13 33 633 1633 3633 3633 66 67 TJAAAA BRKAAA VVVVxx -1799 7204 1 3 9 19 99 799 1799 1799 1799 198 199 FRAAAA CRKAAA AAAAxx -461 7205 1 1 1 1 61 461 461 461 461 122 123 TRAAAA DRKAAA HHHHxx -718 7206 0 2 8 18 18 718 718 718 718 36 37 QBAAAA ERKAAA OOOOxx -3219 7207 1 3 9 19 19 219 1219 3219 3219 38 39 VTAAAA FRKAAA VVVVxx -3494 7208 0 2 4 14 94 494 1494 3494 3494 188 189 KEAAAA GRKAAA AAAAxx -9402 7209 0 2 2 2 2 402 1402 4402 9402 4 5 QXAAAA HRKAAA HHHHxx -7983 7210 1 3 3 3 83 983 1983 2983 7983 166 167 BVAAAA IRKAAA OOOOxx -7919 7211 1 3 9 19 19 919 1919 2919 7919 38 39 PSAAAA JRKAAA VVVVxx -8036 7212 0 0 6 16 36 36 36 3036 8036 72 73 CXAAAA KRKAAA AAAAxx -5164 7213 0 0 4 4 64 164 1164 164 5164 128 129 QQAAAA LRKAAA HHHHxx -4160 7214 0 0 0 0 60 160 160 4160 4160 120 121 AEAAAA MRKAAA OOOOxx -5370 7215 0 2 0 10 70 370 1370 370 5370 140 141 OYAAAA NRKAAA VVVVxx -5347 7216 1 3 7 7 47 347 1347 347 5347 94 95 RXAAAA ORKAAA AAAAxx -7109 7217 1 1 9 9 9 109 1109 2109 7109 18 19 LNAAAA PRKAAA HHHHxx -4826 7218 0 2 6 6 26 826 826 4826 4826 52 53 QDAAAA QRKAAA OOOOxx -1338 7219 0 2 8 18 38 338 1338 1338 1338 76 77 MZAAAA RRKAAA VVVVxx -2711 7220 1 3 1 11 11 711 711 2711 2711 22 23 HAAAAA SRKAAA AAAAxx -6299 7221 1 3 9 19 99 299 299 1299 6299 198 199 HIAAAA TRKAAA HHHHxx -1616 7222 0 0 6 16 16 616 1616 1616 1616 32 33 EKAAAA URKAAA OOOOxx -7519 7223 1 3 9 19 19 519 1519 2519 7519 38 39 FDAAAA VRKAAA VVVVxx -1262 7224 0 2 2 2 62 262 1262 1262 1262 124 125 OWAAAA WRKAAA AAAAxx -7228 7225 0 0 8 8 28 228 1228 2228 7228 56 57 ASAAAA XRKAAA HHHHxx -7892 7226 0 0 2 12 92 892 1892 2892 7892 184 185 ORAAAA YRKAAA OOOOxx -7929 7227 1 1 9 9 29 929 1929 2929 7929 58 59 ZSAAAA ZRKAAA VVVVxx -7705 7228 1 1 5 5 5 705 1705 2705 7705 10 11 JKAAAA ASKAAA AAAAxx -3111 7229 1 3 1 11 11 111 1111 3111 3111 22 23 RPAAAA BSKAAA HHHHxx -3066 7230 0 2 6 6 66 66 1066 3066 3066 132 133 YNAAAA CSKAAA OOOOxx -9559 7231 1 3 9 19 59 559 1559 4559 9559 118 119 RDAAAA DSKAAA VVVVxx -3787 7232 1 3 7 7 87 787 1787 3787 3787 174 175 RPAAAA ESKAAA AAAAxx -8710 7233 0 2 0 10 10 710 710 3710 8710 20 21 AXAAAA FSKAAA HHHHxx -4870 7234 0 2 0 10 70 870 870 4870 4870 140 141 IFAAAA GSKAAA OOOOxx -1883 7235 1 3 3 3 83 883 1883 1883 1883 166 167 LUAAAA HSKAAA VVVVxx -9689 7236 1 1 9 9 89 689 1689 4689 9689 178 179 RIAAAA ISKAAA AAAAxx -9491 7237 1 3 1 11 91 491 1491 4491 9491 182 183 BBAAAA JSKAAA HHHHxx -2035 7238 1 3 5 15 35 35 35 2035 2035 70 71 HAAAAA KSKAAA OOOOxx -655 7239 1 3 5 15 55 655 655 655 655 110 111 FZAAAA LSKAAA VVVVxx -6305 7240 1 1 5 5 5 305 305 1305 6305 10 11 NIAAAA MSKAAA AAAAxx -9423 7241 1 3 3 3 23 423 1423 4423 9423 46 47 LYAAAA NSKAAA HHHHxx -283 7242 1 3 3 3 83 283 283 283 283 166 167 XKAAAA OSKAAA OOOOxx -2607 7243 1 3 7 7 7 607 607 2607 2607 14 15 HWAAAA PSKAAA VVVVxx -7740 7244 0 0 0 0 40 740 1740 2740 7740 80 81 SLAAAA QSKAAA AAAAxx -6956 7245 0 0 6 16 56 956 956 1956 6956 112 113 OHAAAA RSKAAA HHHHxx -884 7246 0 0 4 4 84 884 884 884 884 168 169 AIAAAA SSKAAA OOOOxx -5730 7247 0 2 0 10 30 730 1730 730 5730 60 61 KMAAAA TSKAAA VVVVxx -3438 7248 0 2 8 18 38 438 1438 3438 3438 76 77 GCAAAA USKAAA AAAAxx -3250 7249 0 2 0 10 50 250 1250 3250 3250 100 101 AVAAAA VSKAAA HHHHxx -5470 7250 0 2 0 10 70 470 1470 470 5470 140 141 KCAAAA WSKAAA OOOOxx -2037 7251 1 1 7 17 37 37 37 2037 2037 74 75 JAAAAA XSKAAA VVVVxx -6593 7252 1 1 3 13 93 593 593 1593 6593 186 187 PTAAAA YSKAAA AAAAxx -3893 7253 1 1 3 13 93 893 1893 3893 3893 186 187 TTAAAA ZSKAAA HHHHxx -3200 7254 0 0 0 0 0 200 1200 3200 3200 0 1 CTAAAA ATKAAA OOOOxx -7125 7255 1 1 5 5 25 125 1125 2125 7125 50 51 BOAAAA BTKAAA VVVVxx -2295 7256 1 3 5 15 95 295 295 2295 2295 190 191 HKAAAA CTKAAA AAAAxx -2056 7257 0 0 6 16 56 56 56 2056 2056 112 113 CBAAAA DTKAAA HHHHxx -2962 7258 0 2 2 2 62 962 962 2962 2962 124 125 YJAAAA ETKAAA OOOOxx -993 7259 1 1 3 13 93 993 993 993 993 186 187 FMAAAA FTKAAA VVVVxx -9127 7260 1 3 7 7 27 127 1127 4127 9127 54 55 BNAAAA GTKAAA AAAAxx -2075 7261 1 3 5 15 75 75 75 2075 2075 150 151 VBAAAA HTKAAA HHHHxx -9338 7262 0 2 8 18 38 338 1338 4338 9338 76 77 EVAAAA ITKAAA OOOOxx -8100 7263 0 0 0 0 0 100 100 3100 8100 0 1 OZAAAA JTKAAA VVVVxx -5047 7264 1 3 7 7 47 47 1047 47 5047 94 95 DMAAAA KTKAAA AAAAxx -7032 7265 0 0 2 12 32 32 1032 2032 7032 64 65 MKAAAA LTKAAA HHHHxx -6374 7266 0 2 4 14 74 374 374 1374 6374 148 149 ELAAAA MTKAAA OOOOxx -4137 7267 1 1 7 17 37 137 137 4137 4137 74 75 DDAAAA NTKAAA VVVVxx -7132 7268 0 0 2 12 32 132 1132 2132 7132 64 65 IOAAAA OTKAAA AAAAxx -3064 7269 0 0 4 4 64 64 1064 3064 3064 128 129 WNAAAA PTKAAA HHHHxx -3621 7270 1 1 1 1 21 621 1621 3621 3621 42 43 HJAAAA QTKAAA OOOOxx -6199 7271 1 3 9 19 99 199 199 1199 6199 198 199 LEAAAA RTKAAA VVVVxx -4926 7272 0 2 6 6 26 926 926 4926 4926 52 53 MHAAAA STKAAA AAAAxx -8035 7273 1 3 5 15 35 35 35 3035 8035 70 71 BXAAAA TTKAAA HHHHxx -2195 7274 1 3 5 15 95 195 195 2195 2195 190 191 LGAAAA UTKAAA OOOOxx -5366 7275 0 2 6 6 66 366 1366 366 5366 132 133 KYAAAA VTKAAA VVVVxx -3478 7276 0 2 8 18 78 478 1478 3478 3478 156 157 UDAAAA WTKAAA AAAAxx -1926 7277 0 2 6 6 26 926 1926 1926 1926 52 53 CWAAAA XTKAAA HHHHxx -7265 7278 1 1 5 5 65 265 1265 2265 7265 130 131 LTAAAA YTKAAA OOOOxx -7668 7279 0 0 8 8 68 668 1668 2668 7668 136 137 YIAAAA ZTKAAA VVVVxx -3335 7280 1 3 5 15 35 335 1335 3335 3335 70 71 HYAAAA AUKAAA AAAAxx -7660 7281 0 0 0 0 60 660 1660 2660 7660 120 121 QIAAAA BUKAAA HHHHxx -9604 7282 0 0 4 4 4 604 1604 4604 9604 8 9 KFAAAA CUKAAA OOOOxx -7301 7283 1 1 1 1 1 301 1301 2301 7301 2 3 VUAAAA DUKAAA VVVVxx -4475 7284 1 3 5 15 75 475 475 4475 4475 150 151 DQAAAA EUKAAA AAAAxx -9954 7285 0 2 4 14 54 954 1954 4954 9954 108 109 WSAAAA FUKAAA HHHHxx -5723 7286 1 3 3 3 23 723 1723 723 5723 46 47 DMAAAA GUKAAA OOOOxx -2669 7287 1 1 9 9 69 669 669 2669 2669 138 139 RYAAAA HUKAAA VVVVxx -1685 7288 1 1 5 5 85 685 1685 1685 1685 170 171 VMAAAA IUKAAA AAAAxx -2233 7289 1 1 3 13 33 233 233 2233 2233 66 67 XHAAAA JUKAAA HHHHxx -8111 7290 1 3 1 11 11 111 111 3111 8111 22 23 ZZAAAA KUKAAA OOOOxx -7685 7291 1 1 5 5 85 685 1685 2685 7685 170 171 PJAAAA LUKAAA VVVVxx -3773 7292 1 1 3 13 73 773 1773 3773 3773 146 147 DPAAAA MUKAAA AAAAxx -7172 7293 0 0 2 12 72 172 1172 2172 7172 144 145 WPAAAA NUKAAA HHHHxx -1740 7294 0 0 0 0 40 740 1740 1740 1740 80 81 YOAAAA OUKAAA OOOOxx -5416 7295 0 0 6 16 16 416 1416 416 5416 32 33 IAAAAA PUKAAA VVVVxx -1823 7296 1 3 3 3 23 823 1823 1823 1823 46 47 DSAAAA QUKAAA AAAAxx -1668 7297 0 0 8 8 68 668 1668 1668 1668 136 137 EMAAAA RUKAAA HHHHxx -1795 7298 1 3 5 15 95 795 1795 1795 1795 190 191 BRAAAA SUKAAA OOOOxx -8599 7299 1 3 9 19 99 599 599 3599 8599 198 199 TSAAAA TUKAAA VVVVxx -5542 7300 0 2 2 2 42 542 1542 542 5542 84 85 EFAAAA UUKAAA AAAAxx -5658 7301 0 2 8 18 58 658 1658 658 5658 116 117 QJAAAA VUKAAA HHHHxx -9824 7302 0 0 4 4 24 824 1824 4824 9824 48 49 WNAAAA WUKAAA OOOOxx -19 7303 1 3 9 19 19 19 19 19 19 38 39 TAAAAA XUKAAA VVVVxx -9344 7304 0 0 4 4 44 344 1344 4344 9344 88 89 KVAAAA YUKAAA AAAAxx -5900 7305 0 0 0 0 0 900 1900 900 5900 0 1 YSAAAA ZUKAAA HHHHxx -7818 7306 0 2 8 18 18 818 1818 2818 7818 36 37 SOAAAA AVKAAA OOOOxx -8377 7307 1 1 7 17 77 377 377 3377 8377 154 155 FKAAAA BVKAAA VVVVxx -6886 7308 0 2 6 6 86 886 886 1886 6886 172 173 WEAAAA CVKAAA AAAAxx -3201 7309 1 1 1 1 1 201 1201 3201 3201 2 3 DTAAAA DVKAAA HHHHxx -87 7310 1 3 7 7 87 87 87 87 87 174 175 JDAAAA EVKAAA OOOOxx -1089 7311 1 1 9 9 89 89 1089 1089 1089 178 179 XPAAAA FVKAAA VVVVxx -3948 7312 0 0 8 8 48 948 1948 3948 3948 96 97 WVAAAA GVKAAA AAAAxx -6383 7313 1 3 3 3 83 383 383 1383 6383 166 167 NLAAAA HVKAAA HHHHxx -837 7314 1 1 7 17 37 837 837 837 837 74 75 FGAAAA IVKAAA OOOOxx -6285 7315 1 1 5 5 85 285 285 1285 6285 170 171 THAAAA JVKAAA VVVVxx -78 7316 0 2 8 18 78 78 78 78 78 156 157 ADAAAA KVKAAA AAAAxx -4389 7317 1 1 9 9 89 389 389 4389 4389 178 179 VMAAAA LVKAAA HHHHxx -4795 7318 1 3 5 15 95 795 795 4795 4795 190 191 LCAAAA MVKAAA OOOOxx -9369 7319 1 1 9 9 69 369 1369 4369 9369 138 139 JWAAAA NVKAAA VVVVxx -69 7320 1 1 9 9 69 69 69 69 69 138 139 RCAAAA OVKAAA AAAAxx -7689 7321 1 1 9 9 89 689 1689 2689 7689 178 179 TJAAAA PVKAAA HHHHxx -5642 7322 0 2 2 2 42 642 1642 642 5642 84 85 AJAAAA QVKAAA OOOOxx -2348 7323 0 0 8 8 48 348 348 2348 2348 96 97 IMAAAA RVKAAA VVVVxx -9308 7324 0 0 8 8 8 308 1308 4308 9308 16 17 AUAAAA SVKAAA AAAAxx -9093 7325 1 1 3 13 93 93 1093 4093 9093 186 187 TLAAAA TVKAAA HHHHxx -1199 7326 1 3 9 19 99 199 1199 1199 1199 198 199 DUAAAA UVKAAA OOOOxx -307 7327 1 3 7 7 7 307 307 307 307 14 15 VLAAAA VVKAAA VVVVxx -3814 7328 0 2 4 14 14 814 1814 3814 3814 28 29 SQAAAA WVKAAA AAAAxx -8817 7329 1 1 7 17 17 817 817 3817 8817 34 35 DBAAAA XVKAAA HHHHxx -2329 7330 1 1 9 9 29 329 329 2329 2329 58 59 PLAAAA YVKAAA OOOOxx -2932 7331 0 0 2 12 32 932 932 2932 2932 64 65 UIAAAA ZVKAAA VVVVxx -1986 7332 0 2 6 6 86 986 1986 1986 1986 172 173 KYAAAA AWKAAA AAAAxx -5279 7333 1 3 9 19 79 279 1279 279 5279 158 159 BVAAAA BWKAAA HHHHxx -5357 7334 1 1 7 17 57 357 1357 357 5357 114 115 BYAAAA CWKAAA OOOOxx -6778 7335 0 2 8 18 78 778 778 1778 6778 156 157 SAAAAA DWKAAA VVVVxx -2773 7336 1 1 3 13 73 773 773 2773 2773 146 147 RCAAAA EWKAAA AAAAxx -244 7337 0 0 4 4 44 244 244 244 244 88 89 KJAAAA FWKAAA HHHHxx -6900 7338 0 0 0 0 0 900 900 1900 6900 0 1 KFAAAA GWKAAA OOOOxx -4739 7339 1 3 9 19 39 739 739 4739 4739 78 79 HAAAAA HWKAAA VVVVxx -3217 7340 1 1 7 17 17 217 1217 3217 3217 34 35 TTAAAA IWKAAA AAAAxx -7563 7341 1 3 3 3 63 563 1563 2563 7563 126 127 XEAAAA JWKAAA HHHHxx -1807 7342 1 3 7 7 7 807 1807 1807 1807 14 15 NRAAAA KWKAAA OOOOxx -4199 7343 1 3 9 19 99 199 199 4199 4199 198 199 NFAAAA LWKAAA VVVVxx -1077 7344 1 1 7 17 77 77 1077 1077 1077 154 155 LPAAAA MWKAAA AAAAxx -8348 7345 0 0 8 8 48 348 348 3348 8348 96 97 CJAAAA NWKAAA HHHHxx -841 7346 1 1 1 1 41 841 841 841 841 82 83 JGAAAA OWKAAA OOOOxx -8154 7347 0 2 4 14 54 154 154 3154 8154 108 109 QBAAAA PWKAAA VVVVxx -5261 7348 1 1 1 1 61 261 1261 261 5261 122 123 JUAAAA QWKAAA AAAAxx -1950 7349 0 2 0 10 50 950 1950 1950 1950 100 101 AXAAAA RWKAAA HHHHxx -8472 7350 0 0 2 12 72 472 472 3472 8472 144 145 WNAAAA SWKAAA OOOOxx -8745 7351 1 1 5 5 45 745 745 3745 8745 90 91 JYAAAA TWKAAA VVVVxx -8715 7352 1 3 5 15 15 715 715 3715 8715 30 31 FXAAAA UWKAAA AAAAxx -9708 7353 0 0 8 8 8 708 1708 4708 9708 16 17 KJAAAA VWKAAA HHHHxx -5860 7354 0 0 0 0 60 860 1860 860 5860 120 121 KRAAAA WWKAAA OOOOxx -9142 7355 0 2 2 2 42 142 1142 4142 9142 84 85 QNAAAA XWKAAA VVVVxx -6582 7356 0 2 2 2 82 582 582 1582 6582 164 165 ETAAAA YWKAAA AAAAxx -1255 7357 1 3 5 15 55 255 1255 1255 1255 110 111 HWAAAA ZWKAAA HHHHxx -6459 7358 1 3 9 19 59 459 459 1459 6459 118 119 LOAAAA AXKAAA OOOOxx -6327 7359 1 3 7 7 27 327 327 1327 6327 54 55 JJAAAA BXKAAA VVVVxx -4692 7360 0 0 2 12 92 692 692 4692 4692 184 185 MYAAAA CXKAAA AAAAxx -3772 7361 0 0 2 12 72 772 1772 3772 3772 144 145 CPAAAA DXKAAA HHHHxx -4203 7362 1 3 3 3 3 203 203 4203 4203 6 7 RFAAAA EXKAAA OOOOxx -2946 7363 0 2 6 6 46 946 946 2946 2946 92 93 IJAAAA FXKAAA VVVVxx -3524 7364 0 0 4 4 24 524 1524 3524 3524 48 49 OFAAAA GXKAAA AAAAxx -8409 7365 1 1 9 9 9 409 409 3409 8409 18 19 LLAAAA HXKAAA HHHHxx -1824 7366 0 0 4 4 24 824 1824 1824 1824 48 49 ESAAAA IXKAAA OOOOxx -4637 7367 1 1 7 17 37 637 637 4637 4637 74 75 JWAAAA JXKAAA VVVVxx -589 7368 1 1 9 9 89 589 589 589 589 178 179 RWAAAA KXKAAA AAAAxx -484 7369 0 0 4 4 84 484 484 484 484 168 169 QSAAAA LXKAAA HHHHxx -8963 7370 1 3 3 3 63 963 963 3963 8963 126 127 TGAAAA MXKAAA OOOOxx -5502 7371 0 2 2 2 2 502 1502 502 5502 4 5 QDAAAA NXKAAA VVVVxx -6982 7372 0 2 2 2 82 982 982 1982 6982 164 165 OIAAAA OXKAAA AAAAxx -8029 7373 1 1 9 9 29 29 29 3029 8029 58 59 VWAAAA PXKAAA HHHHxx -4395 7374 1 3 5 15 95 395 395 4395 4395 190 191 BNAAAA QXKAAA OOOOxx -2595 7375 1 3 5 15 95 595 595 2595 2595 190 191 VVAAAA RXKAAA VVVVxx -2133 7376 1 1 3 13 33 133 133 2133 2133 66 67 BEAAAA SXKAAA AAAAxx -1414 7377 0 2 4 14 14 414 1414 1414 1414 28 29 KCAAAA TXKAAA HHHHxx -8201 7378 1 1 1 1 1 201 201 3201 8201 2 3 LDAAAA UXKAAA OOOOxx -4706 7379 0 2 6 6 6 706 706 4706 4706 12 13 AZAAAA VXKAAA VVVVxx -5310 7380 0 2 0 10 10 310 1310 310 5310 20 21 GWAAAA WXKAAA AAAAxx -7333 7381 1 1 3 13 33 333 1333 2333 7333 66 67 BWAAAA XXKAAA HHHHxx -9420 7382 0 0 0 0 20 420 1420 4420 9420 40 41 IYAAAA YXKAAA OOOOxx -1383 7383 1 3 3 3 83 383 1383 1383 1383 166 167 FBAAAA ZXKAAA VVVVxx -6225 7384 1 1 5 5 25 225 225 1225 6225 50 51 LFAAAA AYKAAA AAAAxx -2064 7385 0 0 4 4 64 64 64 2064 2064 128 129 KBAAAA BYKAAA HHHHxx -6700 7386 0 0 0 0 0 700 700 1700 6700 0 1 SXAAAA CYKAAA OOOOxx -1352 7387 0 0 2 12 52 352 1352 1352 1352 104 105 AAAAAA DYKAAA VVVVxx -4249 7388 1 1 9 9 49 249 249 4249 4249 98 99 LHAAAA EYKAAA AAAAxx -9429 7389 1 1 9 9 29 429 1429 4429 9429 58 59 RYAAAA FYKAAA HHHHxx -8090 7390 0 2 0 10 90 90 90 3090 8090 180 181 EZAAAA GYKAAA OOOOxx -5378 7391 0 2 8 18 78 378 1378 378 5378 156 157 WYAAAA HYKAAA VVVVxx -9085 7392 1 1 5 5 85 85 1085 4085 9085 170 171 LLAAAA IYKAAA AAAAxx -7468 7393 0 0 8 8 68 468 1468 2468 7468 136 137 GBAAAA JYKAAA HHHHxx -9955 7394 1 3 5 15 55 955 1955 4955 9955 110 111 XSAAAA KYKAAA OOOOxx -8692 7395 0 0 2 12 92 692 692 3692 8692 184 185 IWAAAA LYKAAA VVVVxx -1463 7396 1 3 3 3 63 463 1463 1463 1463 126 127 HEAAAA MYKAAA AAAAxx -3577 7397 1 1 7 17 77 577 1577 3577 3577 154 155 PHAAAA NYKAAA HHHHxx -5654 7398 0 2 4 14 54 654 1654 654 5654 108 109 MJAAAA OYKAAA OOOOxx -7955 7399 1 3 5 15 55 955 1955 2955 7955 110 111 ZTAAAA PYKAAA VVVVxx -4843 7400 1 3 3 3 43 843 843 4843 4843 86 87 HEAAAA QYKAAA AAAAxx -1776 7401 0 0 6 16 76 776 1776 1776 1776 152 153 IQAAAA RYKAAA HHHHxx -2223 7402 1 3 3 3 23 223 223 2223 2223 46 47 NHAAAA SYKAAA OOOOxx -8442 7403 0 2 2 2 42 442 442 3442 8442 84 85 SMAAAA TYKAAA VVVVxx -9738 7404 0 2 8 18 38 738 1738 4738 9738 76 77 OKAAAA UYKAAA AAAAxx -4867 7405 1 3 7 7 67 867 867 4867 4867 134 135 FFAAAA VYKAAA HHHHxx -2983 7406 1 3 3 3 83 983 983 2983 2983 166 167 TKAAAA WYKAAA OOOOxx -3300 7407 0 0 0 0 0 300 1300 3300 3300 0 1 YWAAAA XYKAAA VVVVxx -3815 7408 1 3 5 15 15 815 1815 3815 3815 30 31 TQAAAA YYKAAA AAAAxx -1779 7409 1 3 9 19 79 779 1779 1779 1779 158 159 LQAAAA ZYKAAA HHHHxx -1123 7410 1 3 3 3 23 123 1123 1123 1123 46 47 FRAAAA AZKAAA OOOOxx -4824 7411 0 0 4 4 24 824 824 4824 4824 48 49 ODAAAA BZKAAA VVVVxx -5407 7412 1 3 7 7 7 407 1407 407 5407 14 15 ZZAAAA CZKAAA AAAAxx -5123 7413 1 3 3 3 23 123 1123 123 5123 46 47 BPAAAA DZKAAA HHHHxx -2515 7414 1 3 5 15 15 515 515 2515 2515 30 31 TSAAAA EZKAAA OOOOxx -4781 7415 1 1 1 1 81 781 781 4781 4781 162 163 XBAAAA FZKAAA VVVVxx -7831 7416 1 3 1 11 31 831 1831 2831 7831 62 63 FPAAAA GZKAAA AAAAxx -6946 7417 0 2 6 6 46 946 946 1946 6946 92 93 EHAAAA HZKAAA HHHHxx -1215 7418 1 3 5 15 15 215 1215 1215 1215 30 31 TUAAAA IZKAAA OOOOxx -7783 7419 1 3 3 3 83 783 1783 2783 7783 166 167 JNAAAA JZKAAA VVVVxx -4532 7420 0 0 2 12 32 532 532 4532 4532 64 65 ISAAAA KZKAAA AAAAxx -9068 7421 0 0 8 8 68 68 1068 4068 9068 136 137 UKAAAA LZKAAA HHHHxx -7030 7422 0 2 0 10 30 30 1030 2030 7030 60 61 KKAAAA MZKAAA OOOOxx -436 7423 0 0 6 16 36 436 436 436 436 72 73 UQAAAA NZKAAA VVVVxx -6549 7424 1 1 9 9 49 549 549 1549 6549 98 99 XRAAAA OZKAAA AAAAxx -3348 7425 0 0 8 8 48 348 1348 3348 3348 96 97 UYAAAA PZKAAA HHHHxx -6229 7426 1 1 9 9 29 229 229 1229 6229 58 59 PFAAAA QZKAAA OOOOxx -3933 7427 1 1 3 13 33 933 1933 3933 3933 66 67 HVAAAA RZKAAA VVVVxx -1876 7428 0 0 6 16 76 876 1876 1876 1876 152 153 EUAAAA SZKAAA AAAAxx -8920 7429 0 0 0 0 20 920 920 3920 8920 40 41 CFAAAA TZKAAA HHHHxx -7926 7430 0 2 6 6 26 926 1926 2926 7926 52 53 WSAAAA UZKAAA OOOOxx -8805 7431 1 1 5 5 5 805 805 3805 8805 10 11 RAAAAA VZKAAA VVVVxx -6729 7432 1 1 9 9 29 729 729 1729 6729 58 59 VYAAAA WZKAAA AAAAxx -7397 7433 1 1 7 17 97 397 1397 2397 7397 194 195 NYAAAA XZKAAA HHHHxx -9303 7434 1 3 3 3 3 303 1303 4303 9303 6 7 VTAAAA YZKAAA OOOOxx -4255 7435 1 3 5 15 55 255 255 4255 4255 110 111 RHAAAA ZZKAAA VVVVxx -7229 7436 1 1 9 9 29 229 1229 2229 7229 58 59 BSAAAA AALAAA AAAAxx -854 7437 0 2 4 14 54 854 854 854 854 108 109 WGAAAA BALAAA HHHHxx -6723 7438 1 3 3 3 23 723 723 1723 6723 46 47 PYAAAA CALAAA OOOOxx -9597 7439 1 1 7 17 97 597 1597 4597 9597 194 195 DFAAAA DALAAA VVVVxx -6532 7440 0 0 2 12 32 532 532 1532 6532 64 65 GRAAAA EALAAA AAAAxx -2910 7441 0 2 0 10 10 910 910 2910 2910 20 21 YHAAAA FALAAA HHHHxx -6717 7442 1 1 7 17 17 717 717 1717 6717 34 35 JYAAAA GALAAA OOOOxx -1790 7443 0 2 0 10 90 790 1790 1790 1790 180 181 WQAAAA HALAAA VVVVxx -3761 7444 1 1 1 1 61 761 1761 3761 3761 122 123 ROAAAA IALAAA AAAAxx -1565 7445 1 1 5 5 65 565 1565 1565 1565 130 131 FIAAAA JALAAA HHHHxx -6205 7446 1 1 5 5 5 205 205 1205 6205 10 11 REAAAA KALAAA OOOOxx -2726 7447 0 2 6 6 26 726 726 2726 2726 52 53 WAAAAA LALAAA VVVVxx -799 7448 1 3 9 19 99 799 799 799 799 198 199 TEAAAA MALAAA AAAAxx -3540 7449 0 0 0 0 40 540 1540 3540 3540 80 81 EGAAAA NALAAA HHHHxx -5878 7450 0 2 8 18 78 878 1878 878 5878 156 157 CSAAAA OALAAA OOOOxx -2542 7451 0 2 2 2 42 542 542 2542 2542 84 85 UTAAAA PALAAA VVVVxx -4888 7452 0 0 8 8 88 888 888 4888 4888 176 177 AGAAAA QALAAA AAAAxx -5290 7453 0 2 0 10 90 290 1290 290 5290 180 181 MVAAAA RALAAA HHHHxx -7995 7454 1 3 5 15 95 995 1995 2995 7995 190 191 NVAAAA SALAAA OOOOxx -3519 7455 1 3 9 19 19 519 1519 3519 3519 38 39 JFAAAA TALAAA VVVVxx -3571 7456 1 3 1 11 71 571 1571 3571 3571 142 143 JHAAAA UALAAA AAAAxx -7854 7457 0 2 4 14 54 854 1854 2854 7854 108 109 CQAAAA VALAAA HHHHxx -5184 7458 0 0 4 4 84 184 1184 184 5184 168 169 KRAAAA WALAAA OOOOxx -3498 7459 0 2 8 18 98 498 1498 3498 3498 196 197 OEAAAA XALAAA VVVVxx -1264 7460 0 0 4 4 64 264 1264 1264 1264 128 129 QWAAAA YALAAA AAAAxx -3159 7461 1 3 9 19 59 159 1159 3159 3159 118 119 NRAAAA ZALAAA HHHHxx -5480 7462 0 0 0 0 80 480 1480 480 5480 160 161 UCAAAA ABLAAA OOOOxx -1706 7463 0 2 6 6 6 706 1706 1706 1706 12 13 QNAAAA BBLAAA VVVVxx -4540 7464 0 0 0 0 40 540 540 4540 4540 80 81 QSAAAA CBLAAA AAAAxx -2799 7465 1 3 9 19 99 799 799 2799 2799 198 199 RDAAAA DBLAAA HHHHxx -7389 7466 1 1 9 9 89 389 1389 2389 7389 178 179 FYAAAA EBLAAA OOOOxx -5565 7467 1 1 5 5 65 565 1565 565 5565 130 131 BGAAAA FBLAAA VVVVxx -3896 7468 0 0 6 16 96 896 1896 3896 3896 192 193 WTAAAA GBLAAA AAAAxx -2100 7469 0 0 0 0 0 100 100 2100 2100 0 1 UCAAAA HBLAAA HHHHxx -3507 7470 1 3 7 7 7 507 1507 3507 3507 14 15 XEAAAA IBLAAA OOOOxx -7971 7471 1 3 1 11 71 971 1971 2971 7971 142 143 PUAAAA JBLAAA VVVVxx -2312 7472 0 0 2 12 12 312 312 2312 2312 24 25 YKAAAA KBLAAA AAAAxx -2494 7473 0 2 4 14 94 494 494 2494 2494 188 189 YRAAAA LBLAAA HHHHxx -2474 7474 0 2 4 14 74 474 474 2474 2474 148 149 ERAAAA MBLAAA OOOOxx -3136 7475 0 0 6 16 36 136 1136 3136 3136 72 73 QQAAAA NBLAAA VVVVxx -7242 7476 0 2 2 2 42 242 1242 2242 7242 84 85 OSAAAA OBLAAA AAAAxx -9430 7477 0 2 0 10 30 430 1430 4430 9430 60 61 SYAAAA PBLAAA HHHHxx -1052 7478 0 0 2 12 52 52 1052 1052 1052 104 105 MOAAAA QBLAAA OOOOxx -4172 7479 0 0 2 12 72 172 172 4172 4172 144 145 MEAAAA RBLAAA VVVVxx -970 7480 0 2 0 10 70 970 970 970 970 140 141 ILAAAA SBLAAA AAAAxx -882 7481 0 2 2 2 82 882 882 882 882 164 165 YHAAAA TBLAAA HHHHxx -9799 7482 1 3 9 19 99 799 1799 4799 9799 198 199 XMAAAA UBLAAA OOOOxx -5850 7483 0 2 0 10 50 850 1850 850 5850 100 101 ARAAAA VBLAAA VVVVxx -9473 7484 1 1 3 13 73 473 1473 4473 9473 146 147 JAAAAA WBLAAA AAAAxx -8635 7485 1 3 5 15 35 635 635 3635 8635 70 71 DUAAAA XBLAAA HHHHxx -2349 7486 1 1 9 9 49 349 349 2349 2349 98 99 JMAAAA YBLAAA OOOOxx -2270 7487 0 2 0 10 70 270 270 2270 2270 140 141 IJAAAA ZBLAAA VVVVxx -7887 7488 1 3 7 7 87 887 1887 2887 7887 174 175 JRAAAA ACLAAA AAAAxx -3091 7489 1 3 1 11 91 91 1091 3091 3091 182 183 XOAAAA BCLAAA HHHHxx -3728 7490 0 0 8 8 28 728 1728 3728 3728 56 57 KNAAAA CCLAAA OOOOxx -3658 7491 0 2 8 18 58 658 1658 3658 3658 116 117 SKAAAA DCLAAA VVVVxx -5975 7492 1 3 5 15 75 975 1975 975 5975 150 151 VVAAAA ECLAAA AAAAxx -332 7493 0 0 2 12 32 332 332 332 332 64 65 UMAAAA FCLAAA HHHHxx -7990 7494 0 2 0 10 90 990 1990 2990 7990 180 181 IVAAAA GCLAAA OOOOxx -8688 7495 0 0 8 8 88 688 688 3688 8688 176 177 EWAAAA HCLAAA VVVVxx -9601 7496 1 1 1 1 1 601 1601 4601 9601 2 3 HFAAAA ICLAAA AAAAxx -8401 7497 1 1 1 1 1 401 401 3401 8401 2 3 DLAAAA JCLAAA HHHHxx -8093 7498 1 1 3 13 93 93 93 3093 8093 186 187 HZAAAA KCLAAA OOOOxx -4278 7499 0 2 8 18 78 278 278 4278 4278 156 157 OIAAAA LCLAAA VVVVxx -5467 7500 1 3 7 7 67 467 1467 467 5467 134 135 HCAAAA MCLAAA AAAAxx -3137 7501 1 1 7 17 37 137 1137 3137 3137 74 75 RQAAAA NCLAAA HHHHxx -204 7502 0 0 4 4 4 204 204 204 204 8 9 WHAAAA OCLAAA OOOOxx -8224 7503 0 0 4 4 24 224 224 3224 8224 48 49 IEAAAA PCLAAA VVVVxx -2944 7504 0 0 4 4 44 944 944 2944 2944 88 89 GJAAAA QCLAAA AAAAxx -7593 7505 1 1 3 13 93 593 1593 2593 7593 186 187 BGAAAA RCLAAA HHHHxx -814 7506 0 2 4 14 14 814 814 814 814 28 29 IFAAAA SCLAAA OOOOxx -8047 7507 1 3 7 7 47 47 47 3047 8047 94 95 NXAAAA TCLAAA VVVVxx -7802 7508 0 2 2 2 2 802 1802 2802 7802 4 5 COAAAA UCLAAA AAAAxx -901 7509 1 1 1 1 1 901 901 901 901 2 3 RIAAAA VCLAAA HHHHxx -6168 7510 0 0 8 8 68 168 168 1168 6168 136 137 GDAAAA WCLAAA OOOOxx -2950 7511 0 2 0 10 50 950 950 2950 2950 100 101 MJAAAA XCLAAA VVVVxx -5393 7512 1 1 3 13 93 393 1393 393 5393 186 187 LZAAAA YCLAAA AAAAxx -3585 7513 1 1 5 5 85 585 1585 3585 3585 170 171 XHAAAA ZCLAAA HHHHxx -9392 7514 0 0 2 12 92 392 1392 4392 9392 184 185 GXAAAA ADLAAA OOOOxx -8314 7515 0 2 4 14 14 314 314 3314 8314 28 29 UHAAAA BDLAAA VVVVxx -9972 7516 0 0 2 12 72 972 1972 4972 9972 144 145 OTAAAA CDLAAA AAAAxx -9130 7517 0 2 0 10 30 130 1130 4130 9130 60 61 ENAAAA DDLAAA HHHHxx -975 7518 1 3 5 15 75 975 975 975 975 150 151 NLAAAA EDLAAA OOOOxx -5720 7519 0 0 0 0 20 720 1720 720 5720 40 41 AMAAAA FDLAAA VVVVxx -3769 7520 1 1 9 9 69 769 1769 3769 3769 138 139 ZOAAAA GDLAAA AAAAxx -5303 7521 1 3 3 3 3 303 1303 303 5303 6 7 ZVAAAA HDLAAA HHHHxx -6564 7522 0 0 4 4 64 564 564 1564 6564 128 129 MSAAAA IDLAAA OOOOxx -7855 7523 1 3 5 15 55 855 1855 2855 7855 110 111 DQAAAA JDLAAA VVVVxx -8153 7524 1 1 3 13 53 153 153 3153 8153 106 107 PBAAAA KDLAAA AAAAxx -2292 7525 0 0 2 12 92 292 292 2292 2292 184 185 EKAAAA LDLAAA HHHHxx -3156 7526 0 0 6 16 56 156 1156 3156 3156 112 113 KRAAAA MDLAAA OOOOxx -6580 7527 0 0 0 0 80 580 580 1580 6580 160 161 CTAAAA NDLAAA VVVVxx -5324 7528 0 0 4 4 24 324 1324 324 5324 48 49 UWAAAA ODLAAA AAAAxx -8871 7529 1 3 1 11 71 871 871 3871 8871 142 143 FDAAAA PDLAAA HHHHxx -2543 7530 1 3 3 3 43 543 543 2543 2543 86 87 VTAAAA QDLAAA OOOOxx -7857 7531 1 1 7 17 57 857 1857 2857 7857 114 115 FQAAAA RDLAAA VVVVxx -4084 7532 0 0 4 4 84 84 84 4084 4084 168 169 CBAAAA SDLAAA AAAAxx -9887 7533 1 3 7 7 87 887 1887 4887 9887 174 175 HQAAAA TDLAAA HHHHxx -6940 7534 0 0 0 0 40 940 940 1940 6940 80 81 YGAAAA UDLAAA OOOOxx -3415 7535 1 3 5 15 15 415 1415 3415 3415 30 31 JBAAAA VDLAAA VVVVxx -5012 7536 0 0 2 12 12 12 1012 12 5012 24 25 UKAAAA WDLAAA AAAAxx -3187 7537 1 3 7 7 87 187 1187 3187 3187 174 175 PSAAAA XDLAAA HHHHxx -8556 7538 0 0 6 16 56 556 556 3556 8556 112 113 CRAAAA YDLAAA OOOOxx -7966 7539 0 2 6 6 66 966 1966 2966 7966 132 133 KUAAAA ZDLAAA VVVVxx -7481 7540 1 1 1 1 81 481 1481 2481 7481 162 163 TBAAAA AELAAA AAAAxx -8524 7541 0 0 4 4 24 524 524 3524 8524 48 49 WPAAAA BELAAA HHHHxx -3021 7542 1 1 1 1 21 21 1021 3021 3021 42 43 FMAAAA CELAAA OOOOxx -6045 7543 1 1 5 5 45 45 45 1045 6045 90 91 NYAAAA DELAAA VVVVxx -8022 7544 0 2 2 2 22 22 22 3022 8022 44 45 OWAAAA EELAAA AAAAxx -3626 7545 0 2 6 6 26 626 1626 3626 3626 52 53 MJAAAA FELAAA HHHHxx -1030 7546 0 2 0 10 30 30 1030 1030 1030 60 61 QNAAAA GELAAA OOOOxx -8903 7547 1 3 3 3 3 903 903 3903 8903 6 7 LEAAAA HELAAA VVVVxx -7488 7548 0 0 8 8 88 488 1488 2488 7488 176 177 ACAAAA IELAAA AAAAxx -9293 7549 1 1 3 13 93 293 1293 4293 9293 186 187 LTAAAA JELAAA HHHHxx -4586 7550 0 2 6 6 86 586 586 4586 4586 172 173 KUAAAA KELAAA OOOOxx -9282 7551 0 2 2 2 82 282 1282 4282 9282 164 165 ATAAAA LELAAA VVVVxx -1948 7552 0 0 8 8 48 948 1948 1948 1948 96 97 YWAAAA MELAAA AAAAxx -2534 7553 0 2 4 14 34 534 534 2534 2534 68 69 MTAAAA NELAAA HHHHxx -1150 7554 0 2 0 10 50 150 1150 1150 1150 100 101 GSAAAA OELAAA OOOOxx -4931 7555 1 3 1 11 31 931 931 4931 4931 62 63 RHAAAA PELAAA VVVVxx -2866 7556 0 2 6 6 66 866 866 2866 2866 132 133 GGAAAA QELAAA AAAAxx -6172 7557 0 0 2 12 72 172 172 1172 6172 144 145 KDAAAA RELAAA HHHHxx -4819 7558 1 3 9 19 19 819 819 4819 4819 38 39 JDAAAA SELAAA OOOOxx -569 7559 1 1 9 9 69 569 569 569 569 138 139 XVAAAA TELAAA VVVVxx -1146 7560 0 2 6 6 46 146 1146 1146 1146 92 93 CSAAAA UELAAA AAAAxx -3062 7561 0 2 2 2 62 62 1062 3062 3062 124 125 UNAAAA VELAAA HHHHxx -7690 7562 0 2 0 10 90 690 1690 2690 7690 180 181 UJAAAA WELAAA OOOOxx -8611 7563 1 3 1 11 11 611 611 3611 8611 22 23 FTAAAA XELAAA VVVVxx -1142 7564 0 2 2 2 42 142 1142 1142 1142 84 85 YRAAAA YELAAA AAAAxx -1193 7565 1 1 3 13 93 193 1193 1193 1193 186 187 XTAAAA ZELAAA HHHHxx -2507 7566 1 3 7 7 7 507 507 2507 2507 14 15 LSAAAA AFLAAA OOOOxx -1043 7567 1 3 3 3 43 43 1043 1043 1043 86 87 DOAAAA BFLAAA VVVVxx -7472 7568 0 0 2 12 72 472 1472 2472 7472 144 145 KBAAAA CFLAAA AAAAxx -1817 7569 1 1 7 17 17 817 1817 1817 1817 34 35 XRAAAA DFLAAA HHHHxx -3868 7570 0 0 8 8 68 868 1868 3868 3868 136 137 USAAAA EFLAAA OOOOxx -9031 7571 1 3 1 11 31 31 1031 4031 9031 62 63 JJAAAA FFLAAA VVVVxx -7254 7572 0 2 4 14 54 254 1254 2254 7254 108 109 ATAAAA GFLAAA AAAAxx -5030 7573 0 2 0 10 30 30 1030 30 5030 60 61 MLAAAA HFLAAA HHHHxx -6594 7574 0 2 4 14 94 594 594 1594 6594 188 189 QTAAAA IFLAAA OOOOxx -6862 7575 0 2 2 2 62 862 862 1862 6862 124 125 YDAAAA JFLAAA VVVVxx -1994 7576 0 2 4 14 94 994 1994 1994 1994 188 189 SYAAAA KFLAAA AAAAxx -9017 7577 1 1 7 17 17 17 1017 4017 9017 34 35 VIAAAA LFLAAA HHHHxx -5716 7578 0 0 6 16 16 716 1716 716 5716 32 33 WLAAAA MFLAAA OOOOxx -1900 7579 0 0 0 0 0 900 1900 1900 1900 0 1 CVAAAA NFLAAA VVVVxx -120 7580 0 0 0 0 20 120 120 120 120 40 41 QEAAAA OFLAAA AAAAxx -9003 7581 1 3 3 3 3 3 1003 4003 9003 6 7 HIAAAA PFLAAA HHHHxx -4178 7582 0 2 8 18 78 178 178 4178 4178 156 157 SEAAAA QFLAAA OOOOxx -8777 7583 1 1 7 17 77 777 777 3777 8777 154 155 PZAAAA RFLAAA VVVVxx -3653 7584 1 1 3 13 53 653 1653 3653 3653 106 107 NKAAAA SFLAAA AAAAxx -1137 7585 1 1 7 17 37 137 1137 1137 1137 74 75 TRAAAA TFLAAA HHHHxx -6362 7586 0 2 2 2 62 362 362 1362 6362 124 125 SKAAAA UFLAAA OOOOxx -8537 7587 1 1 7 17 37 537 537 3537 8537 74 75 JQAAAA VFLAAA VVVVxx -1590 7588 0 2 0 10 90 590 1590 1590 1590 180 181 EJAAAA WFLAAA AAAAxx -374 7589 0 2 4 14 74 374 374 374 374 148 149 KOAAAA XFLAAA HHHHxx -2597 7590 1 1 7 17 97 597 597 2597 2597 194 195 XVAAAA YFLAAA OOOOxx -8071 7591 1 3 1 11 71 71 71 3071 8071 142 143 LYAAAA ZFLAAA VVVVxx -9009 7592 1 1 9 9 9 9 1009 4009 9009 18 19 NIAAAA AGLAAA AAAAxx -1978 7593 0 2 8 18 78 978 1978 1978 1978 156 157 CYAAAA BGLAAA HHHHxx -1541 7594 1 1 1 1 41 541 1541 1541 1541 82 83 HHAAAA CGLAAA OOOOxx -4998 7595 0 2 8 18 98 998 998 4998 4998 196 197 GKAAAA DGLAAA VVVVxx -1649 7596 1 1 9 9 49 649 1649 1649 1649 98 99 LLAAAA EGLAAA AAAAxx -5426 7597 0 2 6 6 26 426 1426 426 5426 52 53 SAAAAA FGLAAA HHHHxx -1492 7598 0 0 2 12 92 492 1492 1492 1492 184 185 KFAAAA GGLAAA OOOOxx -9622 7599 0 2 2 2 22 622 1622 4622 9622 44 45 CGAAAA HGLAAA VVVVxx -701 7600 1 1 1 1 1 701 701 701 701 2 3 ZAAAAA IGLAAA AAAAxx -2781 7601 1 1 1 1 81 781 781 2781 2781 162 163 ZCAAAA JGLAAA HHHHxx -3982 7602 0 2 2 2 82 982 1982 3982 3982 164 165 EXAAAA KGLAAA OOOOxx -7259 7603 1 3 9 19 59 259 1259 2259 7259 118 119 FTAAAA LGLAAA VVVVxx -9868 7604 0 0 8 8 68 868 1868 4868 9868 136 137 OPAAAA MGLAAA AAAAxx -564 7605 0 0 4 4 64 564 564 564 564 128 129 SVAAAA NGLAAA HHHHxx -6315 7606 1 3 5 15 15 315 315 1315 6315 30 31 XIAAAA OGLAAA OOOOxx -9092 7607 0 0 2 12 92 92 1092 4092 9092 184 185 SLAAAA PGLAAA VVVVxx -8237 7608 1 1 7 17 37 237 237 3237 8237 74 75 VEAAAA QGLAAA AAAAxx -1513 7609 1 1 3 13 13 513 1513 1513 1513 26 27 FGAAAA RGLAAA HHHHxx -1922 7610 0 2 2 2 22 922 1922 1922 1922 44 45 YVAAAA SGLAAA OOOOxx -5396 7611 0 0 6 16 96 396 1396 396 5396 192 193 OZAAAA TGLAAA VVVVxx -2485 7612 1 1 5 5 85 485 485 2485 2485 170 171 PRAAAA UGLAAA AAAAxx -5774 7613 0 2 4 14 74 774 1774 774 5774 148 149 COAAAA VGLAAA HHHHxx -3983 7614 1 3 3 3 83 983 1983 3983 3983 166 167 FXAAAA WGLAAA OOOOxx -221 7615 1 1 1 1 21 221 221 221 221 42 43 NIAAAA XGLAAA VVVVxx -8662 7616 0 2 2 2 62 662 662 3662 8662 124 125 EVAAAA YGLAAA AAAAxx -2456 7617 0 0 6 16 56 456 456 2456 2456 112 113 MQAAAA ZGLAAA HHHHxx -9736 7618 0 0 6 16 36 736 1736 4736 9736 72 73 MKAAAA AHLAAA OOOOxx -8936 7619 0 0 6 16 36 936 936 3936 8936 72 73 SFAAAA BHLAAA VVVVxx -5395 7620 1 3 5 15 95 395 1395 395 5395 190 191 NZAAAA CHLAAA AAAAxx -9523 7621 1 3 3 3 23 523 1523 4523 9523 46 47 HCAAAA DHLAAA HHHHxx -6980 7622 0 0 0 0 80 980 980 1980 6980 160 161 MIAAAA EHLAAA OOOOxx -2091 7623 1 3 1 11 91 91 91 2091 2091 182 183 LCAAAA FHLAAA VVVVxx -6807 7624 1 3 7 7 7 807 807 1807 6807 14 15 VBAAAA GHLAAA AAAAxx -8818 7625 0 2 8 18 18 818 818 3818 8818 36 37 EBAAAA HHLAAA HHHHxx -5298 7626 0 2 8 18 98 298 1298 298 5298 196 197 UVAAAA IHLAAA OOOOxx -1726 7627 0 2 6 6 26 726 1726 1726 1726 52 53 KOAAAA JHLAAA VVVVxx -3878 7628 0 2 8 18 78 878 1878 3878 3878 156 157 ETAAAA KHLAAA AAAAxx -8700 7629 0 0 0 0 0 700 700 3700 8700 0 1 QWAAAA LHLAAA HHHHxx -5201 7630 1 1 1 1 1 201 1201 201 5201 2 3 BSAAAA MHLAAA OOOOxx -3936 7631 0 0 6 16 36 936 1936 3936 3936 72 73 KVAAAA NHLAAA VVVVxx -776 7632 0 0 6 16 76 776 776 776 776 152 153 WDAAAA OHLAAA AAAAxx -5302 7633 0 2 2 2 2 302 1302 302 5302 4 5 YVAAAA PHLAAA HHHHxx -3595 7634 1 3 5 15 95 595 1595 3595 3595 190 191 HIAAAA QHLAAA OOOOxx -9061 7635 1 1 1 1 61 61 1061 4061 9061 122 123 NKAAAA RHLAAA VVVVxx -6261 7636 1 1 1 1 61 261 261 1261 6261 122 123 VGAAAA SHLAAA AAAAxx -8878 7637 0 2 8 18 78 878 878 3878 8878 156 157 MDAAAA THLAAA HHHHxx -3312 7638 0 0 2 12 12 312 1312 3312 3312 24 25 KXAAAA UHLAAA OOOOxx -9422 7639 0 2 2 2 22 422 1422 4422 9422 44 45 KYAAAA VHLAAA VVVVxx -7321 7640 1 1 1 1 21 321 1321 2321 7321 42 43 PVAAAA WHLAAA AAAAxx -3813 7641 1 1 3 13 13 813 1813 3813 3813 26 27 RQAAAA XHLAAA HHHHxx -5848 7642 0 0 8 8 48 848 1848 848 5848 96 97 YQAAAA YHLAAA OOOOxx -3535 7643 1 3 5 15 35 535 1535 3535 3535 70 71 ZFAAAA ZHLAAA VVVVxx -1040 7644 0 0 0 0 40 40 1040 1040 1040 80 81 AOAAAA AILAAA AAAAxx -8572 7645 0 0 2 12 72 572 572 3572 8572 144 145 SRAAAA BILAAA HHHHxx -5435 7646 1 3 5 15 35 435 1435 435 5435 70 71 BBAAAA CILAAA OOOOxx -8199 7647 1 3 9 19 99 199 199 3199 8199 198 199 JDAAAA DILAAA VVVVxx -8775 7648 1 3 5 15 75 775 775 3775 8775 150 151 NZAAAA EILAAA AAAAxx -7722 7649 0 2 2 2 22 722 1722 2722 7722 44 45 ALAAAA FILAAA HHHHxx -3549 7650 1 1 9 9 49 549 1549 3549 3549 98 99 NGAAAA GILAAA OOOOxx -2578 7651 0 2 8 18 78 578 578 2578 2578 156 157 EVAAAA HILAAA VVVVxx -1695 7652 1 3 5 15 95 695 1695 1695 1695 190 191 FNAAAA IILAAA AAAAxx -1902 7653 0 2 2 2 2 902 1902 1902 1902 4 5 EVAAAA JILAAA HHHHxx -6058 7654 0 2 8 18 58 58 58 1058 6058 116 117 AZAAAA KILAAA OOOOxx -6591 7655 1 3 1 11 91 591 591 1591 6591 182 183 NTAAAA LILAAA VVVVxx -7962 7656 0 2 2 2 62 962 1962 2962 7962 124 125 GUAAAA MILAAA AAAAxx -5612 7657 0 0 2 12 12 612 1612 612 5612 24 25 WHAAAA NILAAA HHHHxx -3341 7658 1 1 1 1 41 341 1341 3341 3341 82 83 NYAAAA OILAAA OOOOxx -5460 7659 0 0 0 0 60 460 1460 460 5460 120 121 ACAAAA PILAAA VVVVxx -2368 7660 0 0 8 8 68 368 368 2368 2368 136 137 CNAAAA QILAAA AAAAxx -8646 7661 0 2 6 6 46 646 646 3646 8646 92 93 OUAAAA RILAAA HHHHxx -4987 7662 1 3 7 7 87 987 987 4987 4987 174 175 VJAAAA SILAAA OOOOxx -9018 7663 0 2 8 18 18 18 1018 4018 9018 36 37 WIAAAA TILAAA VVVVxx -8685 7664 1 1 5 5 85 685 685 3685 8685 170 171 BWAAAA UILAAA AAAAxx -694 7665 0 2 4 14 94 694 694 694 694 188 189 SAAAAA VILAAA HHHHxx -2012 7666 0 0 2 12 12 12 12 2012 2012 24 25 KZAAAA WILAAA OOOOxx -2417 7667 1 1 7 17 17 417 417 2417 2417 34 35 ZOAAAA XILAAA VVVVxx -4022 7668 0 2 2 2 22 22 22 4022 4022 44 45 SYAAAA YILAAA AAAAxx -5935 7669 1 3 5 15 35 935 1935 935 5935 70 71 HUAAAA ZILAAA HHHHxx -1656 7670 0 0 6 16 56 656 1656 1656 1656 112 113 SLAAAA AJLAAA OOOOxx -6195 7671 1 3 5 15 95 195 195 1195 6195 190 191 HEAAAA BJLAAA VVVVxx -3057 7672 1 1 7 17 57 57 1057 3057 3057 114 115 PNAAAA CJLAAA AAAAxx -2852 7673 0 0 2 12 52 852 852 2852 2852 104 105 SFAAAA DJLAAA HHHHxx -4634 7674 0 2 4 14 34 634 634 4634 4634 68 69 GWAAAA EJLAAA OOOOxx -1689 7675 1 1 9 9 89 689 1689 1689 1689 178 179 ZMAAAA FJLAAA VVVVxx -4102 7676 0 2 2 2 2 102 102 4102 4102 4 5 UBAAAA GJLAAA AAAAxx -3287 7677 1 3 7 7 87 287 1287 3287 3287 174 175 LWAAAA HJLAAA HHHHxx -5246 7678 0 2 6 6 46 246 1246 246 5246 92 93 UTAAAA IJLAAA OOOOxx -7450 7679 0 2 0 10 50 450 1450 2450 7450 100 101 OAAAAA JJLAAA VVVVxx -6548 7680 0 0 8 8 48 548 548 1548 6548 96 97 WRAAAA KJLAAA AAAAxx -379 7681 1 3 9 19 79 379 379 379 379 158 159 POAAAA LJLAAA HHHHxx -7435 7682 1 3 5 15 35 435 1435 2435 7435 70 71 ZZAAAA MJLAAA OOOOxx -2041 7683 1 1 1 1 41 41 41 2041 2041 82 83 NAAAAA NJLAAA VVVVxx -8462 7684 0 2 2 2 62 462 462 3462 8462 124 125 MNAAAA OJLAAA AAAAxx -9076 7685 0 0 6 16 76 76 1076 4076 9076 152 153 CLAAAA PJLAAA HHHHxx -761 7686 1 1 1 1 61 761 761 761 761 122 123 HDAAAA QJLAAA OOOOxx -795 7687 1 3 5 15 95 795 795 795 795 190 191 PEAAAA RJLAAA VVVVxx -1671 7688 1 3 1 11 71 671 1671 1671 1671 142 143 HMAAAA SJLAAA AAAAxx -695 7689 1 3 5 15 95 695 695 695 695 190 191 TAAAAA TJLAAA HHHHxx -4981 7690 1 1 1 1 81 981 981 4981 4981 162 163 PJAAAA UJLAAA OOOOxx -1211 7691 1 3 1 11 11 211 1211 1211 1211 22 23 PUAAAA VJLAAA VVVVxx -5914 7692 0 2 4 14 14 914 1914 914 5914 28 29 MTAAAA WJLAAA AAAAxx -9356 7693 0 0 6 16 56 356 1356 4356 9356 112 113 WVAAAA XJLAAA HHHHxx -1500 7694 0 0 0 0 0 500 1500 1500 1500 0 1 SFAAAA YJLAAA OOOOxx -3353 7695 1 1 3 13 53 353 1353 3353 3353 106 107 ZYAAAA ZJLAAA VVVVxx -1060 7696 0 0 0 0 60 60 1060 1060 1060 120 121 UOAAAA AKLAAA AAAAxx -7910 7697 0 2 0 10 10 910 1910 2910 7910 20 21 GSAAAA BKLAAA HHHHxx -1329 7698 1 1 9 9 29 329 1329 1329 1329 58 59 DZAAAA CKLAAA OOOOxx -6011 7699 1 3 1 11 11 11 11 1011 6011 22 23 FXAAAA DKLAAA VVVVxx -7146 7700 0 2 6 6 46 146 1146 2146 7146 92 93 WOAAAA EKLAAA AAAAxx -4602 7701 0 2 2 2 2 602 602 4602 4602 4 5 AVAAAA FKLAAA HHHHxx -6751 7702 1 3 1 11 51 751 751 1751 6751 102 103 RZAAAA GKLAAA OOOOxx -2666 7703 0 2 6 6 66 666 666 2666 2666 132 133 OYAAAA HKLAAA VVVVxx -2785 7704 1 1 5 5 85 785 785 2785 2785 170 171 DDAAAA IKLAAA AAAAxx -5851 7705 1 3 1 11 51 851 1851 851 5851 102 103 BRAAAA JKLAAA HHHHxx -2435 7706 1 3 5 15 35 435 435 2435 2435 70 71 RPAAAA KKLAAA OOOOxx -7429 7707 1 1 9 9 29 429 1429 2429 7429 58 59 TZAAAA LKLAAA VVVVxx -4241 7708 1 1 1 1 41 241 241 4241 4241 82 83 DHAAAA MKLAAA AAAAxx -5691 7709 1 3 1 11 91 691 1691 691 5691 182 183 XKAAAA NKLAAA HHHHxx -7731 7710 1 3 1 11 31 731 1731 2731 7731 62 63 JLAAAA OKLAAA OOOOxx -249 7711 1 1 9 9 49 249 249 249 249 98 99 PJAAAA PKLAAA VVVVxx -1731 7712 1 3 1 11 31 731 1731 1731 1731 62 63 POAAAA QKLAAA AAAAxx -8716 7713 0 0 6 16 16 716 716 3716 8716 32 33 GXAAAA RKLAAA HHHHxx -2670 7714 0 2 0 10 70 670 670 2670 2670 140 141 SYAAAA SKLAAA OOOOxx -4654 7715 0 2 4 14 54 654 654 4654 4654 108 109 AXAAAA TKLAAA VVVVxx -1027 7716 1 3 7 7 27 27 1027 1027 1027 54 55 NNAAAA UKLAAA AAAAxx -1099 7717 1 3 9 19 99 99 1099 1099 1099 198 199 HQAAAA VKLAAA HHHHxx -3617 7718 1 1 7 17 17 617 1617 3617 3617 34 35 DJAAAA WKLAAA OOOOxx -4330 7719 0 2 0 10 30 330 330 4330 4330 60 61 OKAAAA XKLAAA VVVVxx -9750 7720 0 2 0 10 50 750 1750 4750 9750 100 101 ALAAAA YKLAAA AAAAxx -467 7721 1 3 7 7 67 467 467 467 467 134 135 ZRAAAA ZKLAAA HHHHxx -8525 7722 1 1 5 5 25 525 525 3525 8525 50 51 XPAAAA ALLAAA OOOOxx -5990 7723 0 2 0 10 90 990 1990 990 5990 180 181 KWAAAA BLLAAA VVVVxx -4839 7724 1 3 9 19 39 839 839 4839 4839 78 79 DEAAAA CLLAAA AAAAxx -9914 7725 0 2 4 14 14 914 1914 4914 9914 28 29 IRAAAA DLLAAA HHHHxx -7047 7726 1 3 7 7 47 47 1047 2047 7047 94 95 BLAAAA ELLAAA OOOOxx -874 7727 0 2 4 14 74 874 874 874 874 148 149 QHAAAA FLLAAA VVVVxx -6061 7728 1 1 1 1 61 61 61 1061 6061 122 123 DZAAAA GLLAAA AAAAxx -5491 7729 1 3 1 11 91 491 1491 491 5491 182 183 FDAAAA HLLAAA HHHHxx -4344 7730 0 0 4 4 44 344 344 4344 4344 88 89 CLAAAA ILLAAA OOOOxx -1281 7731 1 1 1 1 81 281 1281 1281 1281 162 163 HXAAAA JLLAAA VVVVxx -3597 7732 1 1 7 17 97 597 1597 3597 3597 194 195 JIAAAA KLLAAA AAAAxx -4992 7733 0 0 2 12 92 992 992 4992 4992 184 185 AKAAAA LLLAAA HHHHxx -3849 7734 1 1 9 9 49 849 1849 3849 3849 98 99 BSAAAA MLLAAA OOOOxx -2655 7735 1 3 5 15 55 655 655 2655 2655 110 111 DYAAAA NLLAAA VVVVxx -147 7736 1 3 7 7 47 147 147 147 147 94 95 RFAAAA OLLAAA AAAAxx -9110 7737 0 2 0 10 10 110 1110 4110 9110 20 21 KMAAAA PLLAAA HHHHxx -1637 7738 1 1 7 17 37 637 1637 1637 1637 74 75 ZKAAAA QLLAAA OOOOxx -9826 7739 0 2 6 6 26 826 1826 4826 9826 52 53 YNAAAA RLLAAA VVVVxx -5957 7740 1 1 7 17 57 957 1957 957 5957 114 115 DVAAAA SLLAAA AAAAxx -6932 7741 0 0 2 12 32 932 932 1932 6932 64 65 QGAAAA TLLAAA HHHHxx -9684 7742 0 0 4 4 84 684 1684 4684 9684 168 169 MIAAAA ULLAAA OOOOxx -4653 7743 1 1 3 13 53 653 653 4653 4653 106 107 ZWAAAA VLLAAA VVVVxx -8065 7744 1 1 5 5 65 65 65 3065 8065 130 131 FYAAAA WLLAAA AAAAxx -1202 7745 0 2 2 2 2 202 1202 1202 1202 4 5 GUAAAA XLLAAA HHHHxx -9214 7746 0 2 4 14 14 214 1214 4214 9214 28 29 KQAAAA YLLAAA OOOOxx -196 7747 0 0 6 16 96 196 196 196 196 192 193 OHAAAA ZLLAAA VVVVxx -4486 7748 0 2 6 6 86 486 486 4486 4486 172 173 OQAAAA AMLAAA AAAAxx -2585 7749 1 1 5 5 85 585 585 2585 2585 170 171 LVAAAA BMLAAA HHHHxx -2464 7750 0 0 4 4 64 464 464 2464 2464 128 129 UQAAAA CMLAAA OOOOxx -3467 7751 1 3 7 7 67 467 1467 3467 3467 134 135 JDAAAA DMLAAA VVVVxx -9295 7752 1 3 5 15 95 295 1295 4295 9295 190 191 NTAAAA EMLAAA AAAAxx -517 7753 1 1 7 17 17 517 517 517 517 34 35 XTAAAA FMLAAA HHHHxx -6870 7754 0 2 0 10 70 870 870 1870 6870 140 141 GEAAAA GMLAAA OOOOxx -5732 7755 0 0 2 12 32 732 1732 732 5732 64 65 MMAAAA HMLAAA VVVVxx -9376 7756 0 0 6 16 76 376 1376 4376 9376 152 153 QWAAAA IMLAAA AAAAxx -838 7757 0 2 8 18 38 838 838 838 838 76 77 GGAAAA JMLAAA HHHHxx -9254 7758 0 2 4 14 54 254 1254 4254 9254 108 109 YRAAAA KMLAAA OOOOxx -8879 7759 1 3 9 19 79 879 879 3879 8879 158 159 NDAAAA LMLAAA VVVVxx -6281 7760 1 1 1 1 81 281 281 1281 6281 162 163 PHAAAA MMLAAA AAAAxx -8216 7761 0 0 6 16 16 216 216 3216 8216 32 33 AEAAAA NMLAAA HHHHxx -9213 7762 1 1 3 13 13 213 1213 4213 9213 26 27 JQAAAA OMLAAA OOOOxx -7234 7763 0 2 4 14 34 234 1234 2234 7234 68 69 GSAAAA PMLAAA VVVVxx -5692 7764 0 0 2 12 92 692 1692 692 5692 184 185 YKAAAA QMLAAA AAAAxx -693 7765 1 1 3 13 93 693 693 693 693 186 187 RAAAAA RMLAAA HHHHxx -9050 7766 0 2 0 10 50 50 1050 4050 9050 100 101 CKAAAA SMLAAA OOOOxx -3623 7767 1 3 3 3 23 623 1623 3623 3623 46 47 JJAAAA TMLAAA VVVVxx -2130 7768 0 2 0 10 30 130 130 2130 2130 60 61 YDAAAA UMLAAA AAAAxx -2514 7769 0 2 4 14 14 514 514 2514 2514 28 29 SSAAAA VMLAAA HHHHxx -1812 7770 0 0 2 12 12 812 1812 1812 1812 24 25 SRAAAA WMLAAA OOOOxx -9037 7771 1 1 7 17 37 37 1037 4037 9037 74 75 PJAAAA XMLAAA VVVVxx -5054 7772 0 2 4 14 54 54 1054 54 5054 108 109 KMAAAA YMLAAA AAAAxx -7801 7773 1 1 1 1 1 801 1801 2801 7801 2 3 BOAAAA ZMLAAA HHHHxx -7939 7774 1 3 9 19 39 939 1939 2939 7939 78 79 JTAAAA ANLAAA OOOOxx -7374 7775 0 2 4 14 74 374 1374 2374 7374 148 149 QXAAAA BNLAAA VVVVxx -1058 7776 0 2 8 18 58 58 1058 1058 1058 116 117 SOAAAA CNLAAA AAAAxx -1972 7777 0 0 2 12 72 972 1972 1972 1972 144 145 WXAAAA DNLAAA HHHHxx -3741 7778 1 1 1 1 41 741 1741 3741 3741 82 83 XNAAAA ENLAAA OOOOxx -2227 7779 1 3 7 7 27 227 227 2227 2227 54 55 RHAAAA FNLAAA VVVVxx -304 7780 0 0 4 4 4 304 304 304 304 8 9 SLAAAA GNLAAA AAAAxx -4914 7781 0 2 4 14 14 914 914 4914 4914 28 29 AHAAAA HNLAAA HHHHxx -2428 7782 0 0 8 8 28 428 428 2428 2428 56 57 KPAAAA INLAAA OOOOxx -6660 7783 0 0 0 0 60 660 660 1660 6660 120 121 EWAAAA JNLAAA VVVVxx -2676 7784 0 0 6 16 76 676 676 2676 2676 152 153 YYAAAA KNLAAA AAAAxx -2454 7785 0 2 4 14 54 454 454 2454 2454 108 109 KQAAAA LNLAAA HHHHxx -3798 7786 0 2 8 18 98 798 1798 3798 3798 196 197 CQAAAA MNLAAA OOOOxx -1341 7787 1 1 1 1 41 341 1341 1341 1341 82 83 PZAAAA NNLAAA VVVVxx -1611 7788 1 3 1 11 11 611 1611 1611 1611 22 23 ZJAAAA ONLAAA AAAAxx -2681 7789 1 1 1 1 81 681 681 2681 2681 162 163 DZAAAA PNLAAA HHHHxx -7292 7790 0 0 2 12 92 292 1292 2292 7292 184 185 MUAAAA QNLAAA OOOOxx -7775 7791 1 3 5 15 75 775 1775 2775 7775 150 151 BNAAAA RNLAAA VVVVxx -794 7792 0 2 4 14 94 794 794 794 794 188 189 OEAAAA SNLAAA AAAAxx -8709 7793 1 1 9 9 9 709 709 3709 8709 18 19 ZWAAAA TNLAAA HHHHxx -1901 7794 1 1 1 1 1 901 1901 1901 1901 2 3 DVAAAA UNLAAA OOOOxx -3089 7795 1 1 9 9 89 89 1089 3089 3089 178 179 VOAAAA VNLAAA VVVVxx -7797 7796 1 1 7 17 97 797 1797 2797 7797 194 195 XNAAAA WNLAAA AAAAxx -6070 7797 0 2 0 10 70 70 70 1070 6070 140 141 MZAAAA XNLAAA HHHHxx -2191 7798 1 3 1 11 91 191 191 2191 2191 182 183 HGAAAA YNLAAA OOOOxx -3497 7799 1 1 7 17 97 497 1497 3497 3497 194 195 NEAAAA ZNLAAA VVVVxx -8302 7800 0 2 2 2 2 302 302 3302 8302 4 5 IHAAAA AOLAAA AAAAxx -4365 7801 1 1 5 5 65 365 365 4365 4365 130 131 XLAAAA BOLAAA HHHHxx -3588 7802 0 0 8 8 88 588 1588 3588 3588 176 177 AIAAAA COLAAA OOOOxx -8292 7803 0 0 2 12 92 292 292 3292 8292 184 185 YGAAAA DOLAAA VVVVxx -4696 7804 0 0 6 16 96 696 696 4696 4696 192 193 QYAAAA EOLAAA AAAAxx -5641 7805 1 1 1 1 41 641 1641 641 5641 82 83 ZIAAAA FOLAAA HHHHxx -9386 7806 0 2 6 6 86 386 1386 4386 9386 172 173 AXAAAA GOLAAA OOOOxx -507 7807 1 3 7 7 7 507 507 507 507 14 15 NTAAAA HOLAAA VVVVxx -7201 7808 1 1 1 1 1 201 1201 2201 7201 2 3 ZQAAAA IOLAAA AAAAxx -7785 7809 1 1 5 5 85 785 1785 2785 7785 170 171 LNAAAA JOLAAA HHHHxx -463 7810 1 3 3 3 63 463 463 463 463 126 127 VRAAAA KOLAAA OOOOxx -6656 7811 0 0 6 16 56 656 656 1656 6656 112 113 AWAAAA LOLAAA VVVVxx -807 7812 1 3 7 7 7 807 807 807 807 14 15 BFAAAA MOLAAA AAAAxx -7278 7813 0 2 8 18 78 278 1278 2278 7278 156 157 YTAAAA NOLAAA HHHHxx -6237 7814 1 1 7 17 37 237 237 1237 6237 74 75 XFAAAA OOLAAA OOOOxx -7671 7815 1 3 1 11 71 671 1671 2671 7671 142 143 BJAAAA POLAAA VVVVxx -2235 7816 1 3 5 15 35 235 235 2235 2235 70 71 ZHAAAA QOLAAA AAAAxx -4042 7817 0 2 2 2 42 42 42 4042 4042 84 85 MZAAAA ROLAAA HHHHxx -5273 7818 1 1 3 13 73 273 1273 273 5273 146 147 VUAAAA SOLAAA OOOOxx -7557 7819 1 1 7 17 57 557 1557 2557 7557 114 115 REAAAA TOLAAA VVVVxx -4007 7820 1 3 7 7 7 7 7 4007 4007 14 15 DYAAAA UOLAAA AAAAxx -1428 7821 0 0 8 8 28 428 1428 1428 1428 56 57 YCAAAA VOLAAA HHHHxx -9739 7822 1 3 9 19 39 739 1739 4739 9739 78 79 PKAAAA WOLAAA OOOOxx -7836 7823 0 0 6 16 36 836 1836 2836 7836 72 73 KPAAAA XOLAAA VVVVxx -1777 7824 1 1 7 17 77 777 1777 1777 1777 154 155 JQAAAA YOLAAA AAAAxx -5192 7825 0 0 2 12 92 192 1192 192 5192 184 185 SRAAAA ZOLAAA HHHHxx -7236 7826 0 0 6 16 36 236 1236 2236 7236 72 73 ISAAAA APLAAA OOOOxx -1623 7827 1 3 3 3 23 623 1623 1623 1623 46 47 LKAAAA BPLAAA VVVVxx -8288 7828 0 0 8 8 88 288 288 3288 8288 176 177 UGAAAA CPLAAA AAAAxx -2827 7829 1 3 7 7 27 827 827 2827 2827 54 55 TEAAAA DPLAAA HHHHxx -458 7830 0 2 8 18 58 458 458 458 458 116 117 QRAAAA EPLAAA OOOOxx -1818 7831 0 2 8 18 18 818 1818 1818 1818 36 37 YRAAAA FPLAAA VVVVxx -6837 7832 1 1 7 17 37 837 837 1837 6837 74 75 ZCAAAA GPLAAA AAAAxx -7825 7833 1 1 5 5 25 825 1825 2825 7825 50 51 ZOAAAA HPLAAA HHHHxx -9146 7834 0 2 6 6 46 146 1146 4146 9146 92 93 UNAAAA IPLAAA OOOOxx -8451 7835 1 3 1 11 51 451 451 3451 8451 102 103 BNAAAA JPLAAA VVVVxx -6438 7836 0 2 8 18 38 438 438 1438 6438 76 77 QNAAAA KPLAAA AAAAxx -4020 7837 0 0 0 0 20 20 20 4020 4020 40 41 QYAAAA LPLAAA HHHHxx -4068 7838 0 0 8 8 68 68 68 4068 4068 136 137 MAAAAA MPLAAA OOOOxx -2411 7839 1 3 1 11 11 411 411 2411 2411 22 23 TOAAAA NPLAAA VVVVxx -6222 7840 0 2 2 2 22 222 222 1222 6222 44 45 IFAAAA OPLAAA AAAAxx -3164 7841 0 0 4 4 64 164 1164 3164 3164 128 129 SRAAAA PPLAAA HHHHxx -311 7842 1 3 1 11 11 311 311 311 311 22 23 ZLAAAA QPLAAA OOOOxx -5683 7843 1 3 3 3 83 683 1683 683 5683 166 167 PKAAAA RPLAAA VVVVxx -3993 7844 1 1 3 13 93 993 1993 3993 3993 186 187 PXAAAA SPLAAA AAAAxx -9897 7845 1 1 7 17 97 897 1897 4897 9897 194 195 RQAAAA TPLAAA HHHHxx -6609 7846 1 1 9 9 9 609 609 1609 6609 18 19 FUAAAA UPLAAA OOOOxx -1362 7847 0 2 2 2 62 362 1362 1362 1362 124 125 KAAAAA VPLAAA VVVVxx -3918 7848 0 2 8 18 18 918 1918 3918 3918 36 37 SUAAAA WPLAAA AAAAxx -7376 7849 0 0 6 16 76 376 1376 2376 7376 152 153 SXAAAA XPLAAA HHHHxx -6996 7850 0 0 6 16 96 996 996 1996 6996 192 193 CJAAAA YPLAAA OOOOxx -9567 7851 1 3 7 7 67 567 1567 4567 9567 134 135 ZDAAAA ZPLAAA VVVVxx -7525 7852 1 1 5 5 25 525 1525 2525 7525 50 51 LDAAAA AQLAAA AAAAxx -9069 7853 1 1 9 9 69 69 1069 4069 9069 138 139 VKAAAA BQLAAA HHHHxx -9999 7854 1 3 9 19 99 999 1999 4999 9999 198 199 PUAAAA CQLAAA OOOOxx -9237 7855 1 1 7 17 37 237 1237 4237 9237 74 75 HRAAAA DQLAAA VVVVxx -8441 7856 1 1 1 1 41 441 441 3441 8441 82 83 RMAAAA EQLAAA AAAAxx -6769 7857 1 1 9 9 69 769 769 1769 6769 138 139 JAAAAA FQLAAA HHHHxx -6073 7858 1 1 3 13 73 73 73 1073 6073 146 147 PZAAAA GQLAAA OOOOxx -1091 7859 1 3 1 11 91 91 1091 1091 1091 182 183 ZPAAAA HQLAAA VVVVxx -9886 7860 0 2 6 6 86 886 1886 4886 9886 172 173 GQAAAA IQLAAA AAAAxx -3971 7861 1 3 1 11 71 971 1971 3971 3971 142 143 TWAAAA JQLAAA HHHHxx -4621 7862 1 1 1 1 21 621 621 4621 4621 42 43 TVAAAA KQLAAA OOOOxx -3120 7863 0 0 0 0 20 120 1120 3120 3120 40 41 AQAAAA LQLAAA VVVVxx -9773 7864 1 1 3 13 73 773 1773 4773 9773 146 147 XLAAAA MQLAAA AAAAxx -8712 7865 0 0 2 12 12 712 712 3712 8712 24 25 CXAAAA NQLAAA HHHHxx -801 7866 1 1 1 1 1 801 801 801 801 2 3 VEAAAA OQLAAA OOOOxx -9478 7867 0 2 8 18 78 478 1478 4478 9478 156 157 OAAAAA PQLAAA VVVVxx -3466 7868 0 2 6 6 66 466 1466 3466 3466 132 133 IDAAAA QQLAAA AAAAxx -6326 7869 0 2 6 6 26 326 326 1326 6326 52 53 IJAAAA RQLAAA HHHHxx -1723 7870 1 3 3 3 23 723 1723 1723 1723 46 47 HOAAAA SQLAAA OOOOxx -4978 7871 0 2 8 18 78 978 978 4978 4978 156 157 MJAAAA TQLAAA VVVVxx -2311 7872 1 3 1 11 11 311 311 2311 2311 22 23 XKAAAA UQLAAA AAAAxx -9532 7873 0 0 2 12 32 532 1532 4532 9532 64 65 QCAAAA VQLAAA HHHHxx -3680 7874 0 0 0 0 80 680 1680 3680 3680 160 161 OLAAAA WQLAAA OOOOxx -1244 7875 0 0 4 4 44 244 1244 1244 1244 88 89 WVAAAA XQLAAA VVVVxx -3821 7876 1 1 1 1 21 821 1821 3821 3821 42 43 ZQAAAA YQLAAA AAAAxx -9586 7877 0 2 6 6 86 586 1586 4586 9586 172 173 SEAAAA ZQLAAA HHHHxx -3894 7878 0 2 4 14 94 894 1894 3894 3894 188 189 UTAAAA ARLAAA OOOOxx -6169 7879 1 1 9 9 69 169 169 1169 6169 138 139 HDAAAA BRLAAA VVVVxx -5919 7880 1 3 9 19 19 919 1919 919 5919 38 39 RTAAAA CRLAAA AAAAxx -4187 7881 1 3 7 7 87 187 187 4187 4187 174 175 BFAAAA DRLAAA HHHHxx -5477 7882 1 1 7 17 77 477 1477 477 5477 154 155 RCAAAA ERLAAA OOOOxx -2806 7883 0 2 6 6 6 806 806 2806 2806 12 13 YDAAAA FRLAAA VVVVxx -8158 7884 0 2 8 18 58 158 158 3158 8158 116 117 UBAAAA GRLAAA AAAAxx -7130 7885 0 2 0 10 30 130 1130 2130 7130 60 61 GOAAAA HRLAAA HHHHxx -7133 7886 1 1 3 13 33 133 1133 2133 7133 66 67 JOAAAA IRLAAA OOOOxx -6033 7887 1 1 3 13 33 33 33 1033 6033 66 67 BYAAAA JRLAAA VVVVxx -2415 7888 1 3 5 15 15 415 415 2415 2415 30 31 XOAAAA KRLAAA AAAAxx -8091 7889 1 3 1 11 91 91 91 3091 8091 182 183 FZAAAA LRLAAA HHHHxx -8347 7890 1 3 7 7 47 347 347 3347 8347 94 95 BJAAAA MRLAAA OOOOxx -7879 7891 1 3 9 19 79 879 1879 2879 7879 158 159 BRAAAA NRLAAA VVVVxx -9360 7892 0 0 0 0 60 360 1360 4360 9360 120 121 AWAAAA ORLAAA AAAAxx -3369 7893 1 1 9 9 69 369 1369 3369 3369 138 139 PZAAAA PRLAAA HHHHxx -8536 7894 0 0 6 16 36 536 536 3536 8536 72 73 IQAAAA QRLAAA OOOOxx -8628 7895 0 0 8 8 28 628 628 3628 8628 56 57 WTAAAA RRLAAA VVVVxx -1580 7896 0 0 0 0 80 580 1580 1580 1580 160 161 UIAAAA SRLAAA AAAAxx -705 7897 1 1 5 5 5 705 705 705 705 10 11 DBAAAA TRLAAA HHHHxx -4650 7898 0 2 0 10 50 650 650 4650 4650 100 101 WWAAAA URLAAA OOOOxx -9165 7899 1 1 5 5 65 165 1165 4165 9165 130 131 NOAAAA VRLAAA VVVVxx -4820 7900 0 0 0 0 20 820 820 4820 4820 40 41 KDAAAA WRLAAA AAAAxx -3538 7901 0 2 8 18 38 538 1538 3538 3538 76 77 CGAAAA XRLAAA HHHHxx -9947 7902 1 3 7 7 47 947 1947 4947 9947 94 95 PSAAAA YRLAAA OOOOxx -4954 7903 0 2 4 14 54 954 954 4954 4954 108 109 OIAAAA ZRLAAA VVVVxx -1104 7904 0 0 4 4 4 104 1104 1104 1104 8 9 MQAAAA ASLAAA AAAAxx -8455 7905 1 3 5 15 55 455 455 3455 8455 110 111 FNAAAA BSLAAA HHHHxx -8307 7906 1 3 7 7 7 307 307 3307 8307 14 15 NHAAAA CSLAAA OOOOxx -9203 7907 1 3 3 3 3 203 1203 4203 9203 6 7 ZPAAAA DSLAAA VVVVxx -7565 7908 1 1 5 5 65 565 1565 2565 7565 130 131 ZEAAAA ESLAAA AAAAxx -7745 7909 1 1 5 5 45 745 1745 2745 7745 90 91 XLAAAA FSLAAA HHHHxx -1787 7910 1 3 7 7 87 787 1787 1787 1787 174 175 TQAAAA GSLAAA OOOOxx -4861 7911 1 1 1 1 61 861 861 4861 4861 122 123 ZEAAAA HSLAAA VVVVxx -5183 7912 1 3 3 3 83 183 1183 183 5183 166 167 JRAAAA ISLAAA AAAAxx -529 7913 1 1 9 9 29 529 529 529 529 58 59 JUAAAA JSLAAA HHHHxx -2470 7914 0 2 0 10 70 470 470 2470 2470 140 141 ARAAAA KSLAAA OOOOxx -1267 7915 1 3 7 7 67 267 1267 1267 1267 134 135 TWAAAA LSLAAA VVVVxx -2059 7916 1 3 9 19 59 59 59 2059 2059 118 119 FBAAAA MSLAAA AAAAxx -1862 7917 0 2 2 2 62 862 1862 1862 1862 124 125 QTAAAA NSLAAA HHHHxx -7382 7918 0 2 2 2 82 382 1382 2382 7382 164 165 YXAAAA OSLAAA OOOOxx -4796 7919 0 0 6 16 96 796 796 4796 4796 192 193 MCAAAA PSLAAA VVVVxx -2331 7920 1 3 1 11 31 331 331 2331 2331 62 63 RLAAAA QSLAAA AAAAxx -8870 7921 0 2 0 10 70 870 870 3870 8870 140 141 EDAAAA RSLAAA HHHHxx -9581 7922 1 1 1 1 81 581 1581 4581 9581 162 163 NEAAAA SSLAAA OOOOxx -9063 7923 1 3 3 3 63 63 1063 4063 9063 126 127 PKAAAA TSLAAA VVVVxx -2192 7924 0 0 2 12 92 192 192 2192 2192 184 185 IGAAAA USLAAA AAAAxx -6466 7925 0 2 6 6 66 466 466 1466 6466 132 133 SOAAAA VSLAAA HHHHxx -7096 7926 0 0 6 16 96 96 1096 2096 7096 192 193 YMAAAA WSLAAA OOOOxx -6257 7927 1 1 7 17 57 257 257 1257 6257 114 115 RGAAAA XSLAAA VVVVxx -7009 7928 1 1 9 9 9 9 1009 2009 7009 18 19 PJAAAA YSLAAA AAAAxx -8136 7929 0 0 6 16 36 136 136 3136 8136 72 73 YAAAAA ZSLAAA HHHHxx -1854 7930 0 2 4 14 54 854 1854 1854 1854 108 109 ITAAAA ATLAAA OOOOxx -3644 7931 0 0 4 4 44 644 1644 3644 3644 88 89 EKAAAA BTLAAA VVVVxx -4437 7932 1 1 7 17 37 437 437 4437 4437 74 75 ROAAAA CTLAAA AAAAxx -7209 7933 1 1 9 9 9 209 1209 2209 7209 18 19 HRAAAA DTLAAA HHHHxx -1516 7934 0 0 6 16 16 516 1516 1516 1516 32 33 IGAAAA ETLAAA OOOOxx -822 7935 0 2 2 2 22 822 822 822 822 44 45 QFAAAA FTLAAA VVVVxx -1778 7936 0 2 8 18 78 778 1778 1778 1778 156 157 KQAAAA GTLAAA AAAAxx -8161 7937 1 1 1 1 61 161 161 3161 8161 122 123 XBAAAA HTLAAA HHHHxx -6030 7938 0 2 0 10 30 30 30 1030 6030 60 61 YXAAAA ITLAAA OOOOxx -3515 7939 1 3 5 15 15 515 1515 3515 3515 30 31 FFAAAA JTLAAA VVVVxx -1702 7940 0 2 2 2 2 702 1702 1702 1702 4 5 MNAAAA KTLAAA AAAAxx -2671 7941 1 3 1 11 71 671 671 2671 2671 142 143 TYAAAA LTLAAA HHHHxx -7623 7942 1 3 3 3 23 623 1623 2623 7623 46 47 FHAAAA MTLAAA OOOOxx -9828 7943 0 0 8 8 28 828 1828 4828 9828 56 57 AOAAAA NTLAAA VVVVxx -1888 7944 0 0 8 8 88 888 1888 1888 1888 176 177 QUAAAA OTLAAA AAAAxx -4520 7945 0 0 0 0 20 520 520 4520 4520 40 41 WRAAAA PTLAAA HHHHxx -3461 7946 1 1 1 1 61 461 1461 3461 3461 122 123 DDAAAA QTLAAA OOOOxx -1488 7947 0 0 8 8 88 488 1488 1488 1488 176 177 GFAAAA RTLAAA VVVVxx -7753 7948 1 1 3 13 53 753 1753 2753 7753 106 107 FMAAAA STLAAA AAAAxx -5525 7949 1 1 5 5 25 525 1525 525 5525 50 51 NEAAAA TTLAAA HHHHxx -5220 7950 0 0 0 0 20 220 1220 220 5220 40 41 USAAAA UTLAAA OOOOxx -305 7951 1 1 5 5 5 305 305 305 305 10 11 TLAAAA VTLAAA VVVVxx -7883 7952 1 3 3 3 83 883 1883 2883 7883 166 167 FRAAAA WTLAAA AAAAxx -1222 7953 0 2 2 2 22 222 1222 1222 1222 44 45 AVAAAA XTLAAA HHHHxx -8552 7954 0 0 2 12 52 552 552 3552 8552 104 105 YQAAAA YTLAAA OOOOxx -6097 7955 1 1 7 17 97 97 97 1097 6097 194 195 NAAAAA ZTLAAA VVVVxx -2298 7956 0 2 8 18 98 298 298 2298 2298 196 197 KKAAAA AULAAA AAAAxx -956 7957 0 0 6 16 56 956 956 956 956 112 113 UKAAAA BULAAA HHHHxx -9351 7958 1 3 1 11 51 351 1351 4351 9351 102 103 RVAAAA CULAAA OOOOxx -6669 7959 1 1 9 9 69 669 669 1669 6669 138 139 NWAAAA DULAAA VVVVxx -9383 7960 1 3 3 3 83 383 1383 4383 9383 166 167 XWAAAA EULAAA AAAAxx -1607 7961 1 3 7 7 7 607 1607 1607 1607 14 15 VJAAAA FULAAA HHHHxx -812 7962 0 0 2 12 12 812 812 812 812 24 25 GFAAAA GULAAA OOOOxx -2109 7963 1 1 9 9 9 109 109 2109 2109 18 19 DDAAAA HULAAA VVVVxx -207 7964 1 3 7 7 7 207 207 207 207 14 15 ZHAAAA IULAAA AAAAxx -7124 7965 0 0 4 4 24 124 1124 2124 7124 48 49 AOAAAA JULAAA HHHHxx -9333 7966 1 1 3 13 33 333 1333 4333 9333 66 67 ZUAAAA KULAAA OOOOxx -3262 7967 0 2 2 2 62 262 1262 3262 3262 124 125 MVAAAA LULAAA VVVVxx -1070 7968 0 2 0 10 70 70 1070 1070 1070 140 141 EPAAAA MULAAA AAAAxx -7579 7969 1 3 9 19 79 579 1579 2579 7579 158 159 NFAAAA NULAAA HHHHxx -9283 7970 1 3 3 3 83 283 1283 4283 9283 166 167 BTAAAA OULAAA OOOOxx -4917 7971 1 1 7 17 17 917 917 4917 4917 34 35 DHAAAA PULAAA VVVVxx -1328 7972 0 0 8 8 28 328 1328 1328 1328 56 57 CZAAAA QULAAA AAAAxx -3042 7973 0 2 2 2 42 42 1042 3042 3042 84 85 ANAAAA RULAAA HHHHxx -8352 7974 0 0 2 12 52 352 352 3352 8352 104 105 GJAAAA SULAAA OOOOxx -2710 7975 0 2 0 10 10 710 710 2710 2710 20 21 GAAAAA TULAAA VVVVxx -3330 7976 0 2 0 10 30 330 1330 3330 3330 60 61 CYAAAA UULAAA AAAAxx -2822 7977 0 2 2 2 22 822 822 2822 2822 44 45 OEAAAA VULAAA HHHHxx -5627 7978 1 3 7 7 27 627 1627 627 5627 54 55 LIAAAA WULAAA OOOOxx -7848 7979 0 0 8 8 48 848 1848 2848 7848 96 97 WPAAAA XULAAA VVVVxx -7384 7980 0 0 4 4 84 384 1384 2384 7384 168 169 AYAAAA YULAAA AAAAxx -727 7981 1 3 7 7 27 727 727 727 727 54 55 ZBAAAA ZULAAA HHHHxx -9926 7982 0 2 6 6 26 926 1926 4926 9926 52 53 URAAAA AVLAAA OOOOxx -2647 7983 1 3 7 7 47 647 647 2647 2647 94 95 VXAAAA BVLAAA VVVVxx -6416 7984 0 0 6 16 16 416 416 1416 6416 32 33 UMAAAA CVLAAA AAAAxx -8751 7985 1 3 1 11 51 751 751 3751 8751 102 103 PYAAAA DVLAAA HHHHxx -6515 7986 1 3 5 15 15 515 515 1515 6515 30 31 PQAAAA EVLAAA OOOOxx -2472 7987 0 0 2 12 72 472 472 2472 2472 144 145 CRAAAA FVLAAA VVVVxx -7205 7988 1 1 5 5 5 205 1205 2205 7205 10 11 DRAAAA GVLAAA AAAAxx -9654 7989 0 2 4 14 54 654 1654 4654 9654 108 109 IHAAAA HVLAAA HHHHxx -5646 7990 0 2 6 6 46 646 1646 646 5646 92 93 EJAAAA IVLAAA OOOOxx -4217 7991 1 1 7 17 17 217 217 4217 4217 34 35 FGAAAA JVLAAA VVVVxx -4484 7992 0 0 4 4 84 484 484 4484 4484 168 169 MQAAAA KVLAAA AAAAxx -6654 7993 0 2 4 14 54 654 654 1654 6654 108 109 YVAAAA LVLAAA HHHHxx -4876 7994 0 0 6 16 76 876 876 4876 4876 152 153 OFAAAA MVLAAA OOOOxx -9690 7995 0 2 0 10 90 690 1690 4690 9690 180 181 SIAAAA NVLAAA VVVVxx -2453 7996 1 1 3 13 53 453 453 2453 2453 106 107 JQAAAA OVLAAA AAAAxx -829 7997 1 1 9 9 29 829 829 829 829 58 59 XFAAAA PVLAAA HHHHxx -2547 7998 1 3 7 7 47 547 547 2547 2547 94 95 ZTAAAA QVLAAA OOOOxx -9726 7999 0 2 6 6 26 726 1726 4726 9726 52 53 CKAAAA RVLAAA VVVVxx -9267 8000 1 3 7 7 67 267 1267 4267 9267 134 135 LSAAAA SVLAAA AAAAxx -7448 8001 0 0 8 8 48 448 1448 2448 7448 96 97 MAAAAA TVLAAA HHHHxx -610 8002 0 2 0 10 10 610 610 610 610 20 21 MXAAAA UVLAAA OOOOxx -2791 8003 1 3 1 11 91 791 791 2791 2791 182 183 JDAAAA VVLAAA VVVVxx -3651 8004 1 3 1 11 51 651 1651 3651 3651 102 103 LKAAAA WVLAAA AAAAxx -5206 8005 0 2 6 6 6 206 1206 206 5206 12 13 GSAAAA XVLAAA HHHHxx -8774 8006 0 2 4 14 74 774 774 3774 8774 148 149 MZAAAA YVLAAA OOOOxx -4753 8007 1 1 3 13 53 753 753 4753 4753 106 107 VAAAAA ZVLAAA VVVVxx -4755 8008 1 3 5 15 55 755 755 4755 4755 110 111 XAAAAA AWLAAA AAAAxx -686 8009 0 2 6 6 86 686 686 686 686 172 173 KAAAAA BWLAAA HHHHxx -8281 8010 1 1 1 1 81 281 281 3281 8281 162 163 NGAAAA CWLAAA OOOOxx -2058 8011 0 2 8 18 58 58 58 2058 2058 116 117 EBAAAA DWLAAA VVVVxx -8900 8012 0 0 0 0 0 900 900 3900 8900 0 1 IEAAAA EWLAAA AAAAxx -8588 8013 0 0 8 8 88 588 588 3588 8588 176 177 ISAAAA FWLAAA HHHHxx -2904 8014 0 0 4 4 4 904 904 2904 2904 8 9 SHAAAA GWLAAA OOOOxx -8917 8015 1 1 7 17 17 917 917 3917 8917 34 35 ZEAAAA HWLAAA VVVVxx -9026 8016 0 2 6 6 26 26 1026 4026 9026 52 53 EJAAAA IWLAAA AAAAxx -2416 8017 0 0 6 16 16 416 416 2416 2416 32 33 YOAAAA JWLAAA HHHHxx -1053 8018 1 1 3 13 53 53 1053 1053 1053 106 107 NOAAAA KWLAAA OOOOxx -7141 8019 1 1 1 1 41 141 1141 2141 7141 82 83 ROAAAA LWLAAA VVVVxx -9771 8020 1 3 1 11 71 771 1771 4771 9771 142 143 VLAAAA MWLAAA AAAAxx -2774 8021 0 2 4 14 74 774 774 2774 2774 148 149 SCAAAA NWLAAA HHHHxx -3213 8022 1 1 3 13 13 213 1213 3213 3213 26 27 PTAAAA OWLAAA OOOOxx -5694 8023 0 2 4 14 94 694 1694 694 5694 188 189 ALAAAA PWLAAA VVVVxx -6631 8024 1 3 1 11 31 631 631 1631 6631 62 63 BVAAAA QWLAAA AAAAxx -6638 8025 0 2 8 18 38 638 638 1638 6638 76 77 IVAAAA RWLAAA HHHHxx -7407 8026 1 3 7 7 7 407 1407 2407 7407 14 15 XYAAAA SWLAAA OOOOxx -8972 8027 0 0 2 12 72 972 972 3972 8972 144 145 CHAAAA TWLAAA VVVVxx -2202 8028 0 2 2 2 2 202 202 2202 2202 4 5 SGAAAA UWLAAA AAAAxx -6135 8029 1 3 5 15 35 135 135 1135 6135 70 71 ZBAAAA VWLAAA HHHHxx -5043 8030 1 3 3 3 43 43 1043 43 5043 86 87 ZLAAAA WWLAAA OOOOxx -5163 8031 1 3 3 3 63 163 1163 163 5163 126 127 PQAAAA XWLAAA VVVVxx -1191 8032 1 3 1 11 91 191 1191 1191 1191 182 183 VTAAAA YWLAAA AAAAxx -6576 8033 0 0 6 16 76 576 576 1576 6576 152 153 YSAAAA ZWLAAA HHHHxx -3455 8034 1 3 5 15 55 455 1455 3455 3455 110 111 XCAAAA AXLAAA OOOOxx -3688 8035 0 0 8 8 88 688 1688 3688 3688 176 177 WLAAAA BXLAAA VVVVxx -4982 8036 0 2 2 2 82 982 982 4982 4982 164 165 QJAAAA CXLAAA AAAAxx -4180 8037 0 0 0 0 80 180 180 4180 4180 160 161 UEAAAA DXLAAA HHHHxx -4708 8038 0 0 8 8 8 708 708 4708 4708 16 17 CZAAAA EXLAAA OOOOxx -1241 8039 1 1 1 1 41 241 1241 1241 1241 82 83 TVAAAA FXLAAA VVVVxx -4921 8040 1 1 1 1 21 921 921 4921 4921 42 43 HHAAAA GXLAAA AAAAxx -3197 8041 1 1 7 17 97 197 1197 3197 3197 194 195 ZSAAAA HXLAAA HHHHxx -8225 8042 1 1 5 5 25 225 225 3225 8225 50 51 JEAAAA IXLAAA OOOOxx -5913 8043 1 1 3 13 13 913 1913 913 5913 26 27 LTAAAA JXLAAA VVVVxx -6387 8044 1 3 7 7 87 387 387 1387 6387 174 175 RLAAAA KXLAAA AAAAxx -2706 8045 0 2 6 6 6 706 706 2706 2706 12 13 CAAAAA LXLAAA HHHHxx -1461 8046 1 1 1 1 61 461 1461 1461 1461 122 123 FEAAAA MXLAAA OOOOxx -7646 8047 0 2 6 6 46 646 1646 2646 7646 92 93 CIAAAA NXLAAA VVVVxx -8066 8048 0 2 6 6 66 66 66 3066 8066 132 133 GYAAAA OXLAAA AAAAxx -4171 8049 1 3 1 11 71 171 171 4171 4171 142 143 LEAAAA PXLAAA HHHHxx -8008 8050 0 0 8 8 8 8 8 3008 8008 16 17 AWAAAA QXLAAA OOOOxx -2088 8051 0 0 8 8 88 88 88 2088 2088 176 177 ICAAAA RXLAAA VVVVxx -7907 8052 1 3 7 7 7 907 1907 2907 7907 14 15 DSAAAA SXLAAA AAAAxx -2429 8053 1 1 9 9 29 429 429 2429 2429 58 59 LPAAAA TXLAAA HHHHxx -9629 8054 1 1 9 9 29 629 1629 4629 9629 58 59 JGAAAA UXLAAA OOOOxx -1470 8055 0 2 0 10 70 470 1470 1470 1470 140 141 OEAAAA VXLAAA VVVVxx -4346 8056 0 2 6 6 46 346 346 4346 4346 92 93 ELAAAA WXLAAA AAAAxx -7219 8057 1 3 9 19 19 219 1219 2219 7219 38 39 RRAAAA XXLAAA HHHHxx -1185 8058 1 1 5 5 85 185 1185 1185 1185 170 171 PTAAAA YXLAAA OOOOxx -8776 8059 0 0 6 16 76 776 776 3776 8776 152 153 OZAAAA ZXLAAA VVVVxx -684 8060 0 0 4 4 84 684 684 684 684 168 169 IAAAAA AYLAAA AAAAxx -2343 8061 1 3 3 3 43 343 343 2343 2343 86 87 DMAAAA BYLAAA HHHHxx -4470 8062 0 2 0 10 70 470 470 4470 4470 140 141 YPAAAA CYLAAA OOOOxx -5116 8063 0 0 6 16 16 116 1116 116 5116 32 33 UOAAAA DYLAAA VVVVxx -1746 8064 0 2 6 6 46 746 1746 1746 1746 92 93 EPAAAA EYLAAA AAAAxx -3216 8065 0 0 6 16 16 216 1216 3216 3216 32 33 STAAAA FYLAAA HHHHxx -4594 8066 0 2 4 14 94 594 594 4594 4594 188 189 SUAAAA GYLAAA OOOOxx -3013 8067 1 1 3 13 13 13 1013 3013 3013 26 27 XLAAAA HYLAAA VVVVxx -2307 8068 1 3 7 7 7 307 307 2307 2307 14 15 TKAAAA IYLAAA AAAAxx -7663 8069 1 3 3 3 63 663 1663 2663 7663 126 127 TIAAAA JYLAAA HHHHxx -8504 8070 0 0 4 4 4 504 504 3504 8504 8 9 CPAAAA KYLAAA OOOOxx -3683 8071 1 3 3 3 83 683 1683 3683 3683 166 167 RLAAAA LYLAAA VVVVxx -144 8072 0 0 4 4 44 144 144 144 144 88 89 OFAAAA MYLAAA AAAAxx -203 8073 1 3 3 3 3 203 203 203 203 6 7 VHAAAA NYLAAA HHHHxx -5255 8074 1 3 5 15 55 255 1255 255 5255 110 111 DUAAAA OYLAAA OOOOxx -4150 8075 0 2 0 10 50 150 150 4150 4150 100 101 QDAAAA PYLAAA VVVVxx -5701 8076 1 1 1 1 1 701 1701 701 5701 2 3 HLAAAA QYLAAA AAAAxx -7400 8077 0 0 0 0 0 400 1400 2400 7400 0 1 QYAAAA RYLAAA HHHHxx -8203 8078 1 3 3 3 3 203 203 3203 8203 6 7 NDAAAA SYLAAA OOOOxx -637 8079 1 1 7 17 37 637 637 637 637 74 75 NYAAAA TYLAAA VVVVxx -2898 8080 0 2 8 18 98 898 898 2898 2898 196 197 MHAAAA UYLAAA AAAAxx -1110 8081 0 2 0 10 10 110 1110 1110 1110 20 21 SQAAAA VYLAAA HHHHxx -6255 8082 1 3 5 15 55 255 255 1255 6255 110 111 PGAAAA WYLAAA OOOOxx -1071 8083 1 3 1 11 71 71 1071 1071 1071 142 143 FPAAAA XYLAAA VVVVxx -541 8084 1 1 1 1 41 541 541 541 541 82 83 VUAAAA YYLAAA AAAAxx -8077 8085 1 1 7 17 77 77 77 3077 8077 154 155 RYAAAA ZYLAAA HHHHxx -6809 8086 1 1 9 9 9 809 809 1809 6809 18 19 XBAAAA AZLAAA OOOOxx -4749 8087 1 1 9 9 49 749 749 4749 4749 98 99 RAAAAA BZLAAA VVVVxx -2886 8088 0 2 6 6 86 886 886 2886 2886 172 173 AHAAAA CZLAAA AAAAxx -5510 8089 0 2 0 10 10 510 1510 510 5510 20 21 YDAAAA DZLAAA HHHHxx -713 8090 1 1 3 13 13 713 713 713 713 26 27 LBAAAA EZLAAA OOOOxx -8388 8091 0 0 8 8 88 388 388 3388 8388 176 177 QKAAAA FZLAAA VVVVxx -9524 8092 0 0 4 4 24 524 1524 4524 9524 48 49 ICAAAA GZLAAA AAAAxx -9949 8093 1 1 9 9 49 949 1949 4949 9949 98 99 RSAAAA HZLAAA HHHHxx -885 8094 1 1 5 5 85 885 885 885 885 170 171 BIAAAA IZLAAA OOOOxx -8699 8095 1 3 9 19 99 699 699 3699 8699 198 199 PWAAAA JZLAAA VVVVxx -2232 8096 0 0 2 12 32 232 232 2232 2232 64 65 WHAAAA KZLAAA AAAAxx -5142 8097 0 2 2 2 42 142 1142 142 5142 84 85 UPAAAA LZLAAA HHHHxx -8891 8098 1 3 1 11 91 891 891 3891 8891 182 183 ZDAAAA MZLAAA OOOOxx -1881 8099 1 1 1 1 81 881 1881 1881 1881 162 163 JUAAAA NZLAAA VVVVxx -3751 8100 1 3 1 11 51 751 1751 3751 3751 102 103 HOAAAA OZLAAA AAAAxx -1896 8101 0 0 6 16 96 896 1896 1896 1896 192 193 YUAAAA PZLAAA HHHHxx -8258 8102 0 2 8 18 58 258 258 3258 8258 116 117 QFAAAA QZLAAA OOOOxx -3820 8103 0 0 0 0 20 820 1820 3820 3820 40 41 YQAAAA RZLAAA VVVVxx -6617 8104 1 1 7 17 17 617 617 1617 6617 34 35 NUAAAA SZLAAA AAAAxx -5100 8105 0 0 0 0 0 100 1100 100 5100 0 1 EOAAAA TZLAAA HHHHxx -4277 8106 1 1 7 17 77 277 277 4277 4277 154 155 NIAAAA UZLAAA OOOOxx -2498 8107 0 2 8 18 98 498 498 2498 2498 196 197 CSAAAA VZLAAA VVVVxx -4343 8108 1 3 3 3 43 343 343 4343 4343 86 87 BLAAAA WZLAAA AAAAxx -8319 8109 1 3 9 19 19 319 319 3319 8319 38 39 ZHAAAA XZLAAA HHHHxx -4803 8110 1 3 3 3 3 803 803 4803 4803 6 7 TCAAAA YZLAAA OOOOxx -3100 8111 0 0 0 0 0 100 1100 3100 3100 0 1 GPAAAA ZZLAAA VVVVxx -428 8112 0 0 8 8 28 428 428 428 428 56 57 MQAAAA AAMAAA AAAAxx -2811 8113 1 3 1 11 11 811 811 2811 2811 22 23 DEAAAA BAMAAA HHHHxx -2989 8114 1 1 9 9 89 989 989 2989 2989 178 179 ZKAAAA CAMAAA OOOOxx -1100 8115 0 0 0 0 0 100 1100 1100 1100 0 1 IQAAAA DAMAAA VVVVxx -6586 8116 0 2 6 6 86 586 586 1586 6586 172 173 ITAAAA EAMAAA AAAAxx -3124 8117 0 0 4 4 24 124 1124 3124 3124 48 49 EQAAAA FAMAAA HHHHxx -1635 8118 1 3 5 15 35 635 1635 1635 1635 70 71 XKAAAA GAMAAA OOOOxx -3888 8119 0 0 8 8 88 888 1888 3888 3888 176 177 OTAAAA HAMAAA VVVVxx -8369 8120 1 1 9 9 69 369 369 3369 8369 138 139 XJAAAA IAMAAA AAAAxx -3148 8121 0 0 8 8 48 148 1148 3148 3148 96 97 CRAAAA JAMAAA HHHHxx -2842 8122 0 2 2 2 42 842 842 2842 2842 84 85 IFAAAA KAMAAA OOOOxx -4965 8123 1 1 5 5 65 965 965 4965 4965 130 131 ZIAAAA LAMAAA VVVVxx -3742 8124 0 2 2 2 42 742 1742 3742 3742 84 85 YNAAAA MAMAAA AAAAxx -5196 8125 0 0 6 16 96 196 1196 196 5196 192 193 WRAAAA NAMAAA HHHHxx -9105 8126 1 1 5 5 5 105 1105 4105 9105 10 11 FMAAAA OAMAAA OOOOxx -6806 8127 0 2 6 6 6 806 806 1806 6806 12 13 UBAAAA PAMAAA VVVVxx -5849 8128 1 1 9 9 49 849 1849 849 5849 98 99 ZQAAAA QAMAAA AAAAxx -6504 8129 0 0 4 4 4 504 504 1504 6504 8 9 EQAAAA RAMAAA HHHHxx -9841 8130 1 1 1 1 41 841 1841 4841 9841 82 83 NOAAAA SAMAAA OOOOxx -457 8131 1 1 7 17 57 457 457 457 457 114 115 PRAAAA TAMAAA VVVVxx -8856 8132 0 0 6 16 56 856 856 3856 8856 112 113 QCAAAA UAMAAA AAAAxx -8043 8133 1 3 3 3 43 43 43 3043 8043 86 87 JXAAAA VAMAAA HHHHxx -5933 8134 1 1 3 13 33 933 1933 933 5933 66 67 FUAAAA WAMAAA OOOOxx -5725 8135 1 1 5 5 25 725 1725 725 5725 50 51 FMAAAA XAMAAA VVVVxx -8607 8136 1 3 7 7 7 607 607 3607 8607 14 15 BTAAAA YAMAAA AAAAxx -9280 8137 0 0 0 0 80 280 1280 4280 9280 160 161 YSAAAA ZAMAAA HHHHxx -6017 8138 1 1 7 17 17 17 17 1017 6017 34 35 LXAAAA ABMAAA OOOOxx -4946 8139 0 2 6 6 46 946 946 4946 4946 92 93 GIAAAA BBMAAA VVVVxx -7373 8140 1 1 3 13 73 373 1373 2373 7373 146 147 PXAAAA CBMAAA AAAAxx -8096 8141 0 0 6 16 96 96 96 3096 8096 192 193 KZAAAA DBMAAA HHHHxx -3178 8142 0 2 8 18 78 178 1178 3178 3178 156 157 GSAAAA EBMAAA OOOOxx -1849 8143 1 1 9 9 49 849 1849 1849 1849 98 99 DTAAAA FBMAAA VVVVxx -8813 8144 1 1 3 13 13 813 813 3813 8813 26 27 ZAAAAA GBMAAA AAAAxx -460 8145 0 0 0 0 60 460 460 460 460 120 121 SRAAAA HBMAAA HHHHxx -7756 8146 0 0 6 16 56 756 1756 2756 7756 112 113 IMAAAA IBMAAA OOOOxx -4425 8147 1 1 5 5 25 425 425 4425 4425 50 51 FOAAAA JBMAAA VVVVxx -1602 8148 0 2 2 2 2 602 1602 1602 1602 4 5 QJAAAA KBMAAA AAAAxx -5981 8149 1 1 1 1 81 981 1981 981 5981 162 163 BWAAAA LBMAAA HHHHxx -8139 8150 1 3 9 19 39 139 139 3139 8139 78 79 BBAAAA MBMAAA OOOOxx -754 8151 0 2 4 14 54 754 754 754 754 108 109 ADAAAA NBMAAA VVVVxx -26 8152 0 2 6 6 26 26 26 26 26 52 53 ABAAAA OBMAAA AAAAxx -106 8153 0 2 6 6 6 106 106 106 106 12 13 CEAAAA PBMAAA HHHHxx -7465 8154 1 1 5 5 65 465 1465 2465 7465 130 131 DBAAAA QBMAAA OOOOxx -1048 8155 0 0 8 8 48 48 1048 1048 1048 96 97 IOAAAA RBMAAA VVVVxx -2303 8156 1 3 3 3 3 303 303 2303 2303 6 7 PKAAAA SBMAAA AAAAxx -5794 8157 0 2 4 14 94 794 1794 794 5794 188 189 WOAAAA TBMAAA HHHHxx -3321 8158 1 1 1 1 21 321 1321 3321 3321 42 43 TXAAAA UBMAAA OOOOxx -6122 8159 0 2 2 2 22 122 122 1122 6122 44 45 MBAAAA VBMAAA VVVVxx -6474 8160 0 2 4 14 74 474 474 1474 6474 148 149 APAAAA WBMAAA AAAAxx -827 8161 1 3 7 7 27 827 827 827 827 54 55 VFAAAA XBMAAA HHHHxx -6616 8162 0 0 6 16 16 616 616 1616 6616 32 33 MUAAAA YBMAAA OOOOxx -2131 8163 1 3 1 11 31 131 131 2131 2131 62 63 ZDAAAA ZBMAAA VVVVxx -5483 8164 1 3 3 3 83 483 1483 483 5483 166 167 XCAAAA ACMAAA AAAAxx -606 8165 0 2 6 6 6 606 606 606 606 12 13 IXAAAA BCMAAA HHHHxx -922 8166 0 2 2 2 22 922 922 922 922 44 45 MJAAAA CCMAAA OOOOxx -8475 8167 1 3 5 15 75 475 475 3475 8475 150 151 ZNAAAA DCMAAA VVVVxx -7645 8168 1 1 5 5 45 645 1645 2645 7645 90 91 BIAAAA ECMAAA AAAAxx -5097 8169 1 1 7 17 97 97 1097 97 5097 194 195 BOAAAA FCMAAA HHHHxx -5377 8170 1 1 7 17 77 377 1377 377 5377 154 155 VYAAAA GCMAAA OOOOxx -6116 8171 0 0 6 16 16 116 116 1116 6116 32 33 GBAAAA HCMAAA VVVVxx -8674 8172 0 2 4 14 74 674 674 3674 8674 148 149 QVAAAA ICMAAA AAAAxx -8063 8173 1 3 3 3 63 63 63 3063 8063 126 127 DYAAAA JCMAAA HHHHxx -5271 8174 1 3 1 11 71 271 1271 271 5271 142 143 TUAAAA KCMAAA OOOOxx -1619 8175 1 3 9 19 19 619 1619 1619 1619 38 39 HKAAAA LCMAAA VVVVxx -6419 8176 1 3 9 19 19 419 419 1419 6419 38 39 XMAAAA MCMAAA AAAAxx -7651 8177 1 3 1 11 51 651 1651 2651 7651 102 103 HIAAAA NCMAAA HHHHxx -2897 8178 1 1 7 17 97 897 897 2897 2897 194 195 LHAAAA OCMAAA OOOOxx -8148 8179 0 0 8 8 48 148 148 3148 8148 96 97 KBAAAA PCMAAA VVVVxx -7461 8180 1 1 1 1 61 461 1461 2461 7461 122 123 ZAAAAA QCMAAA AAAAxx -9186 8181 0 2 6 6 86 186 1186 4186 9186 172 173 IPAAAA RCMAAA HHHHxx -7127 8182 1 3 7 7 27 127 1127 2127 7127 54 55 DOAAAA SCMAAA OOOOxx -8233 8183 1 1 3 13 33 233 233 3233 8233 66 67 REAAAA TCMAAA VVVVxx -9651 8184 1 3 1 11 51 651 1651 4651 9651 102 103 FHAAAA UCMAAA AAAAxx -6746 8185 0 2 6 6 46 746 746 1746 6746 92 93 MZAAAA VCMAAA HHHHxx -7835 8186 1 3 5 15 35 835 1835 2835 7835 70 71 JPAAAA WCMAAA OOOOxx -8815 8187 1 3 5 15 15 815 815 3815 8815 30 31 BBAAAA XCMAAA VVVVxx -6398 8188 0 2 8 18 98 398 398 1398 6398 196 197 CMAAAA YCMAAA AAAAxx -5344 8189 0 0 4 4 44 344 1344 344 5344 88 89 OXAAAA ZCMAAA HHHHxx -8209 8190 1 1 9 9 9 209 209 3209 8209 18 19 TDAAAA ADMAAA OOOOxx -8444 8191 0 0 4 4 44 444 444 3444 8444 88 89 UMAAAA BDMAAA VVVVxx -5669 8192 1 1 9 9 69 669 1669 669 5669 138 139 BKAAAA CDMAAA AAAAxx -2455 8193 1 3 5 15 55 455 455 2455 2455 110 111 LQAAAA DDMAAA HHHHxx -6767 8194 1 3 7 7 67 767 767 1767 6767 134 135 HAAAAA EDMAAA OOOOxx -135 8195 1 3 5 15 35 135 135 135 135 70 71 FFAAAA FDMAAA VVVVxx -3503 8196 1 3 3 3 3 503 1503 3503 3503 6 7 TEAAAA GDMAAA AAAAxx -6102 8197 0 2 2 2 2 102 102 1102 6102 4 5 SAAAAA HDMAAA HHHHxx -7136 8198 0 0 6 16 36 136 1136 2136 7136 72 73 MOAAAA IDMAAA OOOOxx -4933 8199 1 1 3 13 33 933 933 4933 4933 66 67 THAAAA JDMAAA VVVVxx -8804 8200 0 0 4 4 4 804 804 3804 8804 8 9 QAAAAA KDMAAA AAAAxx -3760 8201 0 0 0 0 60 760 1760 3760 3760 120 121 QOAAAA LDMAAA HHHHxx -8603 8202 1 3 3 3 3 603 603 3603 8603 6 7 XSAAAA MDMAAA OOOOxx -7411 8203 1 3 1 11 11 411 1411 2411 7411 22 23 BZAAAA NDMAAA VVVVxx -834 8204 0 2 4 14 34 834 834 834 834 68 69 CGAAAA ODMAAA AAAAxx -7385 8205 1 1 5 5 85 385 1385 2385 7385 170 171 BYAAAA PDMAAA HHHHxx -3696 8206 0 0 6 16 96 696 1696 3696 3696 192 193 EMAAAA QDMAAA OOOOxx -8720 8207 0 0 0 0 20 720 720 3720 8720 40 41 KXAAAA RDMAAA VVVVxx -4539 8208 1 3 9 19 39 539 539 4539 4539 78 79 PSAAAA SDMAAA AAAAxx -9837 8209 1 1 7 17 37 837 1837 4837 9837 74 75 JOAAAA TDMAAA HHHHxx -8595 8210 1 3 5 15 95 595 595 3595 8595 190 191 PSAAAA UDMAAA OOOOxx -3673 8211 1 1 3 13 73 673 1673 3673 3673 146 147 HLAAAA VDMAAA VVVVxx -475 8212 1 3 5 15 75 475 475 475 475 150 151 HSAAAA WDMAAA AAAAxx -2256 8213 0 0 6 16 56 256 256 2256 2256 112 113 UIAAAA XDMAAA HHHHxx -6349 8214 1 1 9 9 49 349 349 1349 6349 98 99 FKAAAA YDMAAA OOOOxx -9968 8215 0 0 8 8 68 968 1968 4968 9968 136 137 KTAAAA ZDMAAA VVVVxx -7261 8216 1 1 1 1 61 261 1261 2261 7261 122 123 HTAAAA AEMAAA AAAAxx -5799 8217 1 3 9 19 99 799 1799 799 5799 198 199 BPAAAA BEMAAA HHHHxx -8159 8218 1 3 9 19 59 159 159 3159 8159 118 119 VBAAAA CEMAAA OOOOxx -92 8219 0 0 2 12 92 92 92 92 92 184 185 ODAAAA DEMAAA VVVVxx -5927 8220 1 3 7 7 27 927 1927 927 5927 54 55 ZTAAAA EEMAAA AAAAxx -7925 8221 1 1 5 5 25 925 1925 2925 7925 50 51 VSAAAA FEMAAA HHHHxx -5836 8222 0 0 6 16 36 836 1836 836 5836 72 73 MQAAAA GEMAAA OOOOxx -7935 8223 1 3 5 15 35 935 1935 2935 7935 70 71 FTAAAA HEMAAA VVVVxx -5505 8224 1 1 5 5 5 505 1505 505 5505 10 11 TDAAAA IEMAAA AAAAxx -5882 8225 0 2 2 2 82 882 1882 882 5882 164 165 GSAAAA JEMAAA HHHHxx -4411 8226 1 3 1 11 11 411 411 4411 4411 22 23 RNAAAA KEMAAA OOOOxx -64 8227 0 0 4 4 64 64 64 64 64 128 129 MCAAAA LEMAAA VVVVxx -2851 8228 1 3 1 11 51 851 851 2851 2851 102 103 RFAAAA MEMAAA AAAAxx -1665 8229 1 1 5 5 65 665 1665 1665 1665 130 131 BMAAAA NEMAAA HHHHxx -2895 8230 1 3 5 15 95 895 895 2895 2895 190 191 JHAAAA OEMAAA OOOOxx -2210 8231 0 2 0 10 10 210 210 2210 2210 20 21 AHAAAA PEMAAA VVVVxx -9873 8232 1 1 3 13 73 873 1873 4873 9873 146 147 TPAAAA QEMAAA AAAAxx -5402 8233 0 2 2 2 2 402 1402 402 5402 4 5 UZAAAA REMAAA HHHHxx -285 8234 1 1 5 5 85 285 285 285 285 170 171 ZKAAAA SEMAAA OOOOxx -8545 8235 1 1 5 5 45 545 545 3545 8545 90 91 RQAAAA TEMAAA VVVVxx -5328 8236 0 0 8 8 28 328 1328 328 5328 56 57 YWAAAA UEMAAA AAAAxx -733 8237 1 1 3 13 33 733 733 733 733 66 67 FCAAAA VEMAAA HHHHxx -7726 8238 0 2 6 6 26 726 1726 2726 7726 52 53 ELAAAA WEMAAA OOOOxx -5418 8239 0 2 8 18 18 418 1418 418 5418 36 37 KAAAAA XEMAAA VVVVxx -7761 8240 1 1 1 1 61 761 1761 2761 7761 122 123 NMAAAA YEMAAA AAAAxx -9263 8241 1 3 3 3 63 263 1263 4263 9263 126 127 HSAAAA ZEMAAA HHHHxx -5579 8242 1 3 9 19 79 579 1579 579 5579 158 159 PGAAAA AFMAAA OOOOxx -5434 8243 0 2 4 14 34 434 1434 434 5434 68 69 ABAAAA BFMAAA VVVVxx -5230 8244 0 2 0 10 30 230 1230 230 5230 60 61 ETAAAA CFMAAA AAAAxx -9981 8245 1 1 1 1 81 981 1981 4981 9981 162 163 XTAAAA DFMAAA HHHHxx -5830 8246 0 2 0 10 30 830 1830 830 5830 60 61 GQAAAA EFMAAA OOOOxx -128 8247 0 0 8 8 28 128 128 128 128 56 57 YEAAAA FFMAAA VVVVxx -2734 8248 0 2 4 14 34 734 734 2734 2734 68 69 EBAAAA GFMAAA AAAAxx -4537 8249 1 1 7 17 37 537 537 4537 4537 74 75 NSAAAA HFMAAA HHHHxx -3899 8250 1 3 9 19 99 899 1899 3899 3899 198 199 ZTAAAA IFMAAA OOOOxx -1000 8251 0 0 0 0 0 0 1000 1000 1000 0 1 MMAAAA JFMAAA VVVVxx -9896 8252 0 0 6 16 96 896 1896 4896 9896 192 193 QQAAAA KFMAAA AAAAxx -3640 8253 0 0 0 0 40 640 1640 3640 3640 80 81 AKAAAA LFMAAA HHHHxx -2568 8254 0 0 8 8 68 568 568 2568 2568 136 137 UUAAAA MFMAAA OOOOxx -2026 8255 0 2 6 6 26 26 26 2026 2026 52 53 YZAAAA NFMAAA VVVVxx -3955 8256 1 3 5 15 55 955 1955 3955 3955 110 111 DWAAAA OFMAAA AAAAxx -7152 8257 0 0 2 12 52 152 1152 2152 7152 104 105 CPAAAA PFMAAA HHHHxx -2402 8258 0 2 2 2 2 402 402 2402 2402 4 5 KOAAAA QFMAAA OOOOxx -9522 8259 0 2 2 2 22 522 1522 4522 9522 44 45 GCAAAA RFMAAA VVVVxx -4011 8260 1 3 1 11 11 11 11 4011 4011 22 23 HYAAAA SFMAAA AAAAxx -3297 8261 1 1 7 17 97 297 1297 3297 3297 194 195 VWAAAA TFMAAA HHHHxx -4915 8262 1 3 5 15 15 915 915 4915 4915 30 31 BHAAAA UFMAAA OOOOxx -5397 8263 1 1 7 17 97 397 1397 397 5397 194 195 PZAAAA VFMAAA VVVVxx -5454 8264 0 2 4 14 54 454 1454 454 5454 108 109 UBAAAA WFMAAA AAAAxx -4568 8265 0 0 8 8 68 568 568 4568 4568 136 137 STAAAA XFMAAA HHHHxx -5875 8266 1 3 5 15 75 875 1875 875 5875 150 151 ZRAAAA YFMAAA OOOOxx -3642 8267 0 2 2 2 42 642 1642 3642 3642 84 85 CKAAAA ZFMAAA VVVVxx -8506 8268 0 2 6 6 6 506 506 3506 8506 12 13 EPAAAA AGMAAA AAAAxx -9621 8269 1 1 1 1 21 621 1621 4621 9621 42 43 BGAAAA BGMAAA HHHHxx -7739 8270 1 3 9 19 39 739 1739 2739 7739 78 79 RLAAAA CGMAAA OOOOxx -3987 8271 1 3 7 7 87 987 1987 3987 3987 174 175 JXAAAA DGMAAA VVVVxx -2090 8272 0 2 0 10 90 90 90 2090 2090 180 181 KCAAAA EGMAAA AAAAxx -3838 8273 0 2 8 18 38 838 1838 3838 3838 76 77 QRAAAA FGMAAA HHHHxx -17 8274 1 1 7 17 17 17 17 17 17 34 35 RAAAAA GGMAAA OOOOxx -3406 8275 0 2 6 6 6 406 1406 3406 3406 12 13 ABAAAA HGMAAA VVVVxx -8312 8276 0 0 2 12 12 312 312 3312 8312 24 25 SHAAAA IGMAAA AAAAxx -4034 8277 0 2 4 14 34 34 34 4034 4034 68 69 EZAAAA JGMAAA HHHHxx -1535 8278 1 3 5 15 35 535 1535 1535 1535 70 71 BHAAAA KGMAAA OOOOxx -7198 8279 0 2 8 18 98 198 1198 2198 7198 196 197 WQAAAA LGMAAA VVVVxx -8885 8280 1 1 5 5 85 885 885 3885 8885 170 171 TDAAAA MGMAAA AAAAxx -4081 8281 1 1 1 1 81 81 81 4081 4081 162 163 ZAAAAA NGMAAA HHHHxx -980 8282 0 0 0 0 80 980 980 980 980 160 161 SLAAAA OGMAAA OOOOxx -551 8283 1 3 1 11 51 551 551 551 551 102 103 FVAAAA PGMAAA VVVVxx -7746 8284 0 2 6 6 46 746 1746 2746 7746 92 93 YLAAAA QGMAAA AAAAxx -4756 8285 0 0 6 16 56 756 756 4756 4756 112 113 YAAAAA RGMAAA HHHHxx -3655 8286 1 3 5 15 55 655 1655 3655 3655 110 111 PKAAAA SGMAAA OOOOxx -7075 8287 1 3 5 15 75 75 1075 2075 7075 150 151 DMAAAA TGMAAA VVVVxx -3950 8288 0 2 0 10 50 950 1950 3950 3950 100 101 YVAAAA UGMAAA AAAAxx -2314 8289 0 2 4 14 14 314 314 2314 2314 28 29 ALAAAA VGMAAA HHHHxx -8432 8290 0 0 2 12 32 432 432 3432 8432 64 65 IMAAAA WGMAAA OOOOxx -62 8291 0 2 2 2 62 62 62 62 62 124 125 KCAAAA XGMAAA VVVVxx -6920 8292 0 0 0 0 20 920 920 1920 6920 40 41 EGAAAA YGMAAA AAAAxx -4077 8293 1 1 7 17 77 77 77 4077 4077 154 155 VAAAAA ZGMAAA HHHHxx -9118 8294 0 2 8 18 18 118 1118 4118 9118 36 37 SMAAAA AHMAAA OOOOxx -5375 8295 1 3 5 15 75 375 1375 375 5375 150 151 TYAAAA BHMAAA VVVVxx -178 8296 0 2 8 18 78 178 178 178 178 156 157 WGAAAA CHMAAA AAAAxx -1079 8297 1 3 9 19 79 79 1079 1079 1079 158 159 NPAAAA DHMAAA HHHHxx -4279 8298 1 3 9 19 79 279 279 4279 4279 158 159 PIAAAA EHMAAA OOOOxx -8436 8299 0 0 6 16 36 436 436 3436 8436 72 73 MMAAAA FHMAAA VVVVxx -1931 8300 1 3 1 11 31 931 1931 1931 1931 62 63 HWAAAA GHMAAA AAAAxx -2096 8301 0 0 6 16 96 96 96 2096 2096 192 193 QCAAAA HHMAAA HHHHxx -1638 8302 0 2 8 18 38 638 1638 1638 1638 76 77 ALAAAA IHMAAA OOOOxx -2788 8303 0 0 8 8 88 788 788 2788 2788 176 177 GDAAAA JHMAAA VVVVxx -4751 8304 1 3 1 11 51 751 751 4751 4751 102 103 TAAAAA KHMAAA AAAAxx -8824 8305 0 0 4 4 24 824 824 3824 8824 48 49 KBAAAA LHMAAA HHHHxx -3098 8306 0 2 8 18 98 98 1098 3098 3098 196 197 EPAAAA MHMAAA OOOOxx -4497 8307 1 1 7 17 97 497 497 4497 4497 194 195 ZQAAAA NHMAAA VVVVxx -5223 8308 1 3 3 3 23 223 1223 223 5223 46 47 XSAAAA OHMAAA AAAAxx -9212 8309 0 0 2 12 12 212 1212 4212 9212 24 25 IQAAAA PHMAAA HHHHxx -4265 8310 1 1 5 5 65 265 265 4265 4265 130 131 BIAAAA QHMAAA OOOOxx -6898 8311 0 2 8 18 98 898 898 1898 6898 196 197 IFAAAA RHMAAA VVVVxx -8808 8312 0 0 8 8 8 808 808 3808 8808 16 17 UAAAAA SHMAAA AAAAxx -5629 8313 1 1 9 9 29 629 1629 629 5629 58 59 NIAAAA THMAAA HHHHxx -3779 8314 1 3 9 19 79 779 1779 3779 3779 158 159 JPAAAA UHMAAA OOOOxx -4972 8315 0 0 2 12 72 972 972 4972 4972 144 145 GJAAAA VHMAAA VVVVxx -4511 8316 1 3 1 11 11 511 511 4511 4511 22 23 NRAAAA WHMAAA AAAAxx -6761 8317 1 1 1 1 61 761 761 1761 6761 122 123 BAAAAA XHMAAA HHHHxx -2335 8318 1 3 5 15 35 335 335 2335 2335 70 71 VLAAAA YHMAAA OOOOxx -732 8319 0 0 2 12 32 732 732 732 732 64 65 ECAAAA ZHMAAA VVVVxx -4757 8320 1 1 7 17 57 757 757 4757 4757 114 115 ZAAAAA AIMAAA AAAAxx -6624 8321 0 0 4 4 24 624 624 1624 6624 48 49 UUAAAA BIMAAA HHHHxx -5869 8322 1 1 9 9 69 869 1869 869 5869 138 139 TRAAAA CIMAAA OOOOxx -5842 8323 0 2 2 2 42 842 1842 842 5842 84 85 SQAAAA DIMAAA VVVVxx -5735 8324 1 3 5 15 35 735 1735 735 5735 70 71 PMAAAA EIMAAA AAAAxx -8276 8325 0 0 6 16 76 276 276 3276 8276 152 153 IGAAAA FIMAAA HHHHxx -7227 8326 1 3 7 7 27 227 1227 2227 7227 54 55 ZRAAAA GIMAAA OOOOxx -4923 8327 1 3 3 3 23 923 923 4923 4923 46 47 JHAAAA HIMAAA VVVVxx -9135 8328 1 3 5 15 35 135 1135 4135 9135 70 71 JNAAAA IIMAAA AAAAxx -5813 8329 1 1 3 13 13 813 1813 813 5813 26 27 PPAAAA JIMAAA HHHHxx -9697 8330 1 1 7 17 97 697 1697 4697 9697 194 195 ZIAAAA KIMAAA OOOOxx -3222 8331 0 2 2 2 22 222 1222 3222 3222 44 45 YTAAAA LIMAAA VVVVxx -2394 8332 0 2 4 14 94 394 394 2394 2394 188 189 COAAAA MIMAAA AAAAxx -5784 8333 0 0 4 4 84 784 1784 784 5784 168 169 MOAAAA NIMAAA HHHHxx -3652 8334 0 0 2 12 52 652 1652 3652 3652 104 105 MKAAAA OIMAAA OOOOxx -8175 8335 1 3 5 15 75 175 175 3175 8175 150 151 LCAAAA PIMAAA VVVVxx -7568 8336 0 0 8 8 68 568 1568 2568 7568 136 137 CFAAAA QIMAAA AAAAxx -6645 8337 1 1 5 5 45 645 645 1645 6645 90 91 PVAAAA RIMAAA HHHHxx -8176 8338 0 0 6 16 76 176 176 3176 8176 152 153 MCAAAA SIMAAA OOOOxx -530 8339 0 2 0 10 30 530 530 530 530 60 61 KUAAAA TIMAAA VVVVxx -5439 8340 1 3 9 19 39 439 1439 439 5439 78 79 FBAAAA UIMAAA AAAAxx -61 8341 1 1 1 1 61 61 61 61 61 122 123 JCAAAA VIMAAA HHHHxx -3951 8342 1 3 1 11 51 951 1951 3951 3951 102 103 ZVAAAA WIMAAA OOOOxx -5283 8343 1 3 3 3 83 283 1283 283 5283 166 167 FVAAAA XIMAAA VVVVxx -7226 8344 0 2 6 6 26 226 1226 2226 7226 52 53 YRAAAA YIMAAA AAAAxx -1954 8345 0 2 4 14 54 954 1954 1954 1954 108 109 EXAAAA ZIMAAA HHHHxx -334 8346 0 2 4 14 34 334 334 334 334 68 69 WMAAAA AJMAAA OOOOxx -3921 8347 1 1 1 1 21 921 1921 3921 3921 42 43 VUAAAA BJMAAA VVVVxx -6276 8348 0 0 6 16 76 276 276 1276 6276 152 153 KHAAAA CJMAAA AAAAxx -3378 8349 0 2 8 18 78 378 1378 3378 3378 156 157 YZAAAA DJMAAA HHHHxx -5236 8350 0 0 6 16 36 236 1236 236 5236 72 73 KTAAAA EJMAAA OOOOxx -7781 8351 1 1 1 1 81 781 1781 2781 7781 162 163 HNAAAA FJMAAA VVVVxx -8601 8352 1 1 1 1 1 601 601 3601 8601 2 3 VSAAAA GJMAAA AAAAxx -1473 8353 1 1 3 13 73 473 1473 1473 1473 146 147 REAAAA HJMAAA HHHHxx -3246 8354 0 2 6 6 46 246 1246 3246 3246 92 93 WUAAAA IJMAAA OOOOxx -3601 8355 1 1 1 1 1 601 1601 3601 3601 2 3 NIAAAA JJMAAA VVVVxx -6861 8356 1 1 1 1 61 861 861 1861 6861 122 123 XDAAAA KJMAAA AAAAxx -9032 8357 0 0 2 12 32 32 1032 4032 9032 64 65 KJAAAA LJMAAA HHHHxx -216 8358 0 0 6 16 16 216 216 216 216 32 33 IIAAAA MJMAAA OOOOxx -3824 8359 0 0 4 4 24 824 1824 3824 3824 48 49 CRAAAA NJMAAA VVVVxx -8486 8360 0 2 6 6 86 486 486 3486 8486 172 173 KOAAAA OJMAAA AAAAxx -276 8361 0 0 6 16 76 276 276 276 276 152 153 QKAAAA PJMAAA HHHHxx -1838 8362 0 2 8 18 38 838 1838 1838 1838 76 77 SSAAAA QJMAAA OOOOxx -6175 8363 1 3 5 15 75 175 175 1175 6175 150 151 NDAAAA RJMAAA VVVVxx -3719 8364 1 3 9 19 19 719 1719 3719 3719 38 39 BNAAAA SJMAAA AAAAxx -6958 8365 0 2 8 18 58 958 958 1958 6958 116 117 QHAAAA TJMAAA HHHHxx -6822 8366 0 2 2 2 22 822 822 1822 6822 44 45 KCAAAA UJMAAA OOOOxx -3318 8367 0 2 8 18 18 318 1318 3318 3318 36 37 QXAAAA VJMAAA VVVVxx -7222 8368 0 2 2 2 22 222 1222 2222 7222 44 45 URAAAA WJMAAA AAAAxx -85 8369 1 1 5 5 85 85 85 85 85 170 171 HDAAAA XJMAAA HHHHxx -5158 8370 0 2 8 18 58 158 1158 158 5158 116 117 KQAAAA YJMAAA OOOOxx -6360 8371 0 0 0 0 60 360 360 1360 6360 120 121 QKAAAA ZJMAAA VVVVxx -2599 8372 1 3 9 19 99 599 599 2599 2599 198 199 ZVAAAA AKMAAA AAAAxx -4002 8373 0 2 2 2 2 2 2 4002 4002 4 5 YXAAAA BKMAAA HHHHxx -6597 8374 1 1 7 17 97 597 597 1597 6597 194 195 TTAAAA CKMAAA OOOOxx -5762 8375 0 2 2 2 62 762 1762 762 5762 124 125 QNAAAA DKMAAA VVVVxx -8383 8376 1 3 3 3 83 383 383 3383 8383 166 167 LKAAAA EKMAAA AAAAxx -4686 8377 0 2 6 6 86 686 686 4686 4686 172 173 GYAAAA FKMAAA HHHHxx -5972 8378 0 0 2 12 72 972 1972 972 5972 144 145 SVAAAA GKMAAA OOOOxx -1432 8379 0 0 2 12 32 432 1432 1432 1432 64 65 CDAAAA HKMAAA VVVVxx -1601 8380 1 1 1 1 1 601 1601 1601 1601 2 3 PJAAAA IKMAAA AAAAxx -3012 8381 0 0 2 12 12 12 1012 3012 3012 24 25 WLAAAA JKMAAA HHHHxx -9345 8382 1 1 5 5 45 345 1345 4345 9345 90 91 LVAAAA KKMAAA OOOOxx -8869 8383 1 1 9 9 69 869 869 3869 8869 138 139 DDAAAA LKMAAA VVVVxx -6612 8384 0 0 2 12 12 612 612 1612 6612 24 25 IUAAAA MKMAAA AAAAxx -262 8385 0 2 2 2 62 262 262 262 262 124 125 CKAAAA NKMAAA HHHHxx -300 8386 0 0 0 0 0 300 300 300 300 0 1 OLAAAA OKMAAA OOOOxx -3045 8387 1 1 5 5 45 45 1045 3045 3045 90 91 DNAAAA PKMAAA VVVVxx -7252 8388 0 0 2 12 52 252 1252 2252 7252 104 105 YSAAAA QKMAAA AAAAxx -9099 8389 1 3 9 19 99 99 1099 4099 9099 198 199 ZLAAAA RKMAAA HHHHxx -9006 8390 0 2 6 6 6 6 1006 4006 9006 12 13 KIAAAA SKMAAA OOOOxx -3078 8391 0 2 8 18 78 78 1078 3078 3078 156 157 KOAAAA TKMAAA VVVVxx -5159 8392 1 3 9 19 59 159 1159 159 5159 118 119 LQAAAA UKMAAA AAAAxx -9329 8393 1 1 9 9 29 329 1329 4329 9329 58 59 VUAAAA VKMAAA HHHHxx -1393 8394 1 1 3 13 93 393 1393 1393 1393 186 187 PBAAAA WKMAAA OOOOxx -5894 8395 0 2 4 14 94 894 1894 894 5894 188 189 SSAAAA XKMAAA VVVVxx -11 8396 1 3 1 11 11 11 11 11 11 22 23 LAAAAA YKMAAA AAAAxx -5606 8397 0 2 6 6 6 606 1606 606 5606 12 13 QHAAAA ZKMAAA HHHHxx -5541 8398 1 1 1 1 41 541 1541 541 5541 82 83 DFAAAA ALMAAA OOOOxx -2689 8399 1 1 9 9 89 689 689 2689 2689 178 179 LZAAAA BLMAAA VVVVxx -1023 8400 1 3 3 3 23 23 1023 1023 1023 46 47 JNAAAA CLMAAA AAAAxx -8134 8401 0 2 4 14 34 134 134 3134 8134 68 69 WAAAAA DLMAAA HHHHxx -5923 8402 1 3 3 3 23 923 1923 923 5923 46 47 VTAAAA ELMAAA OOOOxx -6056 8403 0 0 6 16 56 56 56 1056 6056 112 113 YYAAAA FLMAAA VVVVxx -653 8404 1 1 3 13 53 653 653 653 653 106 107 DZAAAA GLMAAA AAAAxx -367 8405 1 3 7 7 67 367 367 367 367 134 135 DOAAAA HLMAAA HHHHxx -1828 8406 0 0 8 8 28 828 1828 1828 1828 56 57 ISAAAA ILMAAA OOOOxx -6506 8407 0 2 6 6 6 506 506 1506 6506 12 13 GQAAAA JLMAAA VVVVxx -5772 8408 0 0 2 12 72 772 1772 772 5772 144 145 AOAAAA KLMAAA AAAAxx -8052 8409 0 0 2 12 52 52 52 3052 8052 104 105 SXAAAA LLMAAA HHHHxx -2633 8410 1 1 3 13 33 633 633 2633 2633 66 67 HXAAAA MLMAAA OOOOxx -4878 8411 0 2 8 18 78 878 878 4878 4878 156 157 QFAAAA NLMAAA VVVVxx -5621 8412 1 1 1 1 21 621 1621 621 5621 42 43 FIAAAA OLMAAA AAAAxx -41 8413 1 1 1 1 41 41 41 41 41 82 83 PBAAAA PLMAAA HHHHxx -4613 8414 1 1 3 13 13 613 613 4613 4613 26 27 LVAAAA QLMAAA OOOOxx -9389 8415 1 1 9 9 89 389 1389 4389 9389 178 179 DXAAAA RLMAAA VVVVxx -9414 8416 0 2 4 14 14 414 1414 4414 9414 28 29 CYAAAA SLMAAA AAAAxx -3583 8417 1 3 3 3 83 583 1583 3583 3583 166 167 VHAAAA TLMAAA HHHHxx -3454 8418 0 2 4 14 54 454 1454 3454 3454 108 109 WCAAAA ULMAAA OOOOxx -719 8419 1 3 9 19 19 719 719 719 719 38 39 RBAAAA VLMAAA VVVVxx -6188 8420 0 0 8 8 88 188 188 1188 6188 176 177 AEAAAA WLMAAA AAAAxx -2288 8421 0 0 8 8 88 288 288 2288 2288 176 177 AKAAAA XLMAAA HHHHxx -1287 8422 1 3 7 7 87 287 1287 1287 1287 174 175 NXAAAA YLMAAA OOOOxx -1397 8423 1 1 7 17 97 397 1397 1397 1397 194 195 TBAAAA ZLMAAA VVVVxx -7763 8424 1 3 3 3 63 763 1763 2763 7763 126 127 PMAAAA AMMAAA AAAAxx -5194 8425 0 2 4 14 94 194 1194 194 5194 188 189 URAAAA BMMAAA HHHHxx -3167 8426 1 3 7 7 67 167 1167 3167 3167 134 135 VRAAAA CMMAAA OOOOxx -9218 8427 0 2 8 18 18 218 1218 4218 9218 36 37 OQAAAA DMMAAA VVVVxx -2065 8428 1 1 5 5 65 65 65 2065 2065 130 131 LBAAAA EMMAAA AAAAxx -9669 8429 1 1 9 9 69 669 1669 4669 9669 138 139 XHAAAA FMMAAA HHHHxx -146 8430 0 2 6 6 46 146 146 146 146 92 93 QFAAAA GMMAAA OOOOxx -6141 8431 1 1 1 1 41 141 141 1141 6141 82 83 FCAAAA HMMAAA VVVVxx -2843 8432 1 3 3 3 43 843 843 2843 2843 86 87 JFAAAA IMMAAA AAAAxx -7934 8433 0 2 4 14 34 934 1934 2934 7934 68 69 ETAAAA JMMAAA HHHHxx -2536 8434 0 0 6 16 36 536 536 2536 2536 72 73 OTAAAA KMMAAA OOOOxx -7088 8435 0 0 8 8 88 88 1088 2088 7088 176 177 QMAAAA LMMAAA VVVVxx -2519 8436 1 3 9 19 19 519 519 2519 2519 38 39 XSAAAA MMMAAA AAAAxx -6650 8437 0 2 0 10 50 650 650 1650 6650 100 101 UVAAAA NMMAAA HHHHxx -3007 8438 1 3 7 7 7 7 1007 3007 3007 14 15 RLAAAA OMMAAA OOOOxx -4507 8439 1 3 7 7 7 507 507 4507 4507 14 15 JRAAAA PMMAAA VVVVxx -4892 8440 0 0 2 12 92 892 892 4892 4892 184 185 EGAAAA QMMAAA AAAAxx -7159 8441 1 3 9 19 59 159 1159 2159 7159 118 119 JPAAAA RMMAAA HHHHxx -3171 8442 1 3 1 11 71 171 1171 3171 3171 142 143 ZRAAAA SMMAAA OOOOxx -1080 8443 0 0 0 0 80 80 1080 1080 1080 160 161 OPAAAA TMMAAA VVVVxx -7248 8444 0 0 8 8 48 248 1248 2248 7248 96 97 USAAAA UMMAAA AAAAxx -7230 8445 0 2 0 10 30 230 1230 2230 7230 60 61 CSAAAA VMMAAA HHHHxx -3823 8446 1 3 3 3 23 823 1823 3823 3823 46 47 BRAAAA WMMAAA OOOOxx -5517 8447 1 1 7 17 17 517 1517 517 5517 34 35 FEAAAA XMMAAA VVVVxx -1482 8448 0 2 2 2 82 482 1482 1482 1482 164 165 AFAAAA YMMAAA AAAAxx -9953 8449 1 1 3 13 53 953 1953 4953 9953 106 107 VSAAAA ZMMAAA HHHHxx -2754 8450 0 2 4 14 54 754 754 2754 2754 108 109 YBAAAA ANMAAA OOOOxx -3875 8451 1 3 5 15 75 875 1875 3875 3875 150 151 BTAAAA BNMAAA VVVVxx -9800 8452 0 0 0 0 0 800 1800 4800 9800 0 1 YMAAAA CNMAAA AAAAxx -8819 8453 1 3 9 19 19 819 819 3819 8819 38 39 FBAAAA DNMAAA HHHHxx -8267 8454 1 3 7 7 67 267 267 3267 8267 134 135 ZFAAAA ENMAAA OOOOxx -520 8455 0 0 0 0 20 520 520 520 520 40 41 AUAAAA FNMAAA VVVVxx -5770 8456 0 2 0 10 70 770 1770 770 5770 140 141 YNAAAA GNMAAA AAAAxx -2114 8457 0 2 4 14 14 114 114 2114 2114 28 29 IDAAAA HNMAAA HHHHxx -5045 8458 1 1 5 5 45 45 1045 45 5045 90 91 BMAAAA INMAAA OOOOxx -1094 8459 0 2 4 14 94 94 1094 1094 1094 188 189 CQAAAA JNMAAA VVVVxx -8786 8460 0 2 6 6 86 786 786 3786 8786 172 173 YZAAAA KNMAAA AAAAxx -353 8461 1 1 3 13 53 353 353 353 353 106 107 PNAAAA LNMAAA HHHHxx -290 8462 0 2 0 10 90 290 290 290 290 180 181 ELAAAA MNMAAA OOOOxx -3376 8463 0 0 6 16 76 376 1376 3376 3376 152 153 WZAAAA NNMAAA VVVVxx -9305 8464 1 1 5 5 5 305 1305 4305 9305 10 11 XTAAAA ONMAAA AAAAxx -186 8465 0 2 6 6 86 186 186 186 186 172 173 EHAAAA PNMAAA HHHHxx -4817 8466 1 1 7 17 17 817 817 4817 4817 34 35 HDAAAA QNMAAA OOOOxx -4638 8467 0 2 8 18 38 638 638 4638 4638 76 77 KWAAAA RNMAAA VVVVxx -3558 8468 0 2 8 18 58 558 1558 3558 3558 116 117 WGAAAA SNMAAA AAAAxx -9285 8469 1 1 5 5 85 285 1285 4285 9285 170 171 DTAAAA TNMAAA HHHHxx -848 8470 0 0 8 8 48 848 848 848 848 96 97 QGAAAA UNMAAA OOOOxx -8923 8471 1 3 3 3 23 923 923 3923 8923 46 47 FFAAAA VNMAAA VVVVxx -6826 8472 0 2 6 6 26 826 826 1826 6826 52 53 OCAAAA WNMAAA AAAAxx -5187 8473 1 3 7 7 87 187 1187 187 5187 174 175 NRAAAA XNMAAA HHHHxx -2398 8474 0 2 8 18 98 398 398 2398 2398 196 197 GOAAAA YNMAAA OOOOxx -7653 8475 1 1 3 13 53 653 1653 2653 7653 106 107 JIAAAA ZNMAAA VVVVxx -8835 8476 1 3 5 15 35 835 835 3835 8835 70 71 VBAAAA AOMAAA AAAAxx -5736 8477 0 0 6 16 36 736 1736 736 5736 72 73 QMAAAA BOMAAA HHHHxx -1238 8478 0 2 8 18 38 238 1238 1238 1238 76 77 QVAAAA COMAAA OOOOxx -6021 8479 1 1 1 1 21 21 21 1021 6021 42 43 PXAAAA DOMAAA VVVVxx -6815 8480 1 3 5 15 15 815 815 1815 6815 30 31 DCAAAA EOMAAA AAAAxx -2549 8481 1 1 9 9 49 549 549 2549 2549 98 99 BUAAAA FOMAAA HHHHxx -5657 8482 1 1 7 17 57 657 1657 657 5657 114 115 PJAAAA GOMAAA OOOOxx -6855 8483 1 3 5 15 55 855 855 1855 6855 110 111 RDAAAA HOMAAA VVVVxx -1225 8484 1 1 5 5 25 225 1225 1225 1225 50 51 DVAAAA IOMAAA AAAAxx -7452 8485 0 0 2 12 52 452 1452 2452 7452 104 105 QAAAAA JOMAAA HHHHxx -2479 8486 1 3 9 19 79 479 479 2479 2479 158 159 JRAAAA KOMAAA OOOOxx -7974 8487 0 2 4 14 74 974 1974 2974 7974 148 149 SUAAAA LOMAAA VVVVxx -1212 8488 0 0 2 12 12 212 1212 1212 1212 24 25 QUAAAA MOMAAA AAAAxx -8883 8489 1 3 3 3 83 883 883 3883 8883 166 167 RDAAAA NOMAAA HHHHxx -8150 8490 0 2 0 10 50 150 150 3150 8150 100 101 MBAAAA OOMAAA OOOOxx -3392 8491 0 0 2 12 92 392 1392 3392 3392 184 185 MAAAAA POMAAA VVVVxx -6774 8492 0 2 4 14 74 774 774 1774 6774 148 149 OAAAAA QOMAAA AAAAxx -904 8493 0 0 4 4 4 904 904 904 904 8 9 UIAAAA ROMAAA HHHHxx -5068 8494 0 0 8 8 68 68 1068 68 5068 136 137 YMAAAA SOMAAA OOOOxx -9339 8495 1 3 9 19 39 339 1339 4339 9339 78 79 FVAAAA TOMAAA VVVVxx -1062 8496 0 2 2 2 62 62 1062 1062 1062 124 125 WOAAAA UOMAAA AAAAxx -3841 8497 1 1 1 1 41 841 1841 3841 3841 82 83 TRAAAA VOMAAA HHHHxx -8924 8498 0 0 4 4 24 924 924 3924 8924 48 49 GFAAAA WOMAAA OOOOxx -9795 8499 1 3 5 15 95 795 1795 4795 9795 190 191 TMAAAA XOMAAA VVVVxx -3981 8500 1 1 1 1 81 981 1981 3981 3981 162 163 DXAAAA YOMAAA AAAAxx -4290 8501 0 2 0 10 90 290 290 4290 4290 180 181 AJAAAA ZOMAAA HHHHxx -1067 8502 1 3 7 7 67 67 1067 1067 1067 134 135 BPAAAA APMAAA OOOOxx -8679 8503 1 3 9 19 79 679 679 3679 8679 158 159 VVAAAA BPMAAA VVVVxx -2894 8504 0 2 4 14 94 894 894 2894 2894 188 189 IHAAAA CPMAAA AAAAxx -9248 8505 0 0 8 8 48 248 1248 4248 9248 96 97 SRAAAA DPMAAA HHHHxx -1072 8506 0 0 2 12 72 72 1072 1072 1072 144 145 GPAAAA EPMAAA OOOOxx -3510 8507 0 2 0 10 10 510 1510 3510 3510 20 21 AFAAAA FPMAAA VVVVxx -6871 8508 1 3 1 11 71 871 871 1871 6871 142 143 HEAAAA GPMAAA AAAAxx -8701 8509 1 1 1 1 1 701 701 3701 8701 2 3 RWAAAA HPMAAA HHHHxx -8170 8510 0 2 0 10 70 170 170 3170 8170 140 141 GCAAAA IPMAAA OOOOxx -2730 8511 0 2 0 10 30 730 730 2730 2730 60 61 ABAAAA JPMAAA VVVVxx -2668 8512 0 0 8 8 68 668 668 2668 2668 136 137 QYAAAA KPMAAA AAAAxx -8723 8513 1 3 3 3 23 723 723 3723 8723 46 47 NXAAAA LPMAAA HHHHxx -3439 8514 1 3 9 19 39 439 1439 3439 3439 78 79 HCAAAA MPMAAA OOOOxx -6219 8515 1 3 9 19 19 219 219 1219 6219 38 39 FFAAAA NPMAAA VVVVxx -4264 8516 0 0 4 4 64 264 264 4264 4264 128 129 AIAAAA OPMAAA AAAAxx -3929 8517 1 1 9 9 29 929 1929 3929 3929 58 59 DVAAAA PPMAAA HHHHxx -7 8518 1 3 7 7 7 7 7 7 7 14 15 HAAAAA QPMAAA OOOOxx -3737 8519 1 1 7 17 37 737 1737 3737 3737 74 75 TNAAAA RPMAAA VVVVxx -358 8520 0 2 8 18 58 358 358 358 358 116 117 UNAAAA SPMAAA AAAAxx -5128 8521 0 0 8 8 28 128 1128 128 5128 56 57 GPAAAA TPMAAA HHHHxx -7353 8522 1 1 3 13 53 353 1353 2353 7353 106 107 VWAAAA UPMAAA OOOOxx -8758 8523 0 2 8 18 58 758 758 3758 8758 116 117 WYAAAA VPMAAA VVVVxx -7284 8524 0 0 4 4 84 284 1284 2284 7284 168 169 EUAAAA WPMAAA AAAAxx -4037 8525 1 1 7 17 37 37 37 4037 4037 74 75 HZAAAA XPMAAA HHHHxx -435 8526 1 3 5 15 35 435 435 435 435 70 71 TQAAAA YPMAAA OOOOxx -3580 8527 0 0 0 0 80 580 1580 3580 3580 160 161 SHAAAA ZPMAAA VVVVxx -4554 8528 0 2 4 14 54 554 554 4554 4554 108 109 ETAAAA AQMAAA AAAAxx -4337 8529 1 1 7 17 37 337 337 4337 4337 74 75 VKAAAA BQMAAA HHHHxx -512 8530 0 0 2 12 12 512 512 512 512 24 25 STAAAA CQMAAA OOOOxx -2032 8531 0 0 2 12 32 32 32 2032 2032 64 65 EAAAAA DQMAAA VVVVxx -1755 8532 1 3 5 15 55 755 1755 1755 1755 110 111 NPAAAA EQMAAA AAAAxx -9923 8533 1 3 3 3 23 923 1923 4923 9923 46 47 RRAAAA FQMAAA HHHHxx -3747 8534 1 3 7 7 47 747 1747 3747 3747 94 95 DOAAAA GQMAAA OOOOxx -27 8535 1 3 7 7 27 27 27 27 27 54 55 BBAAAA HQMAAA VVVVxx -3075 8536 1 3 5 15 75 75 1075 3075 3075 150 151 HOAAAA IQMAAA AAAAxx -6259 8537 1 3 9 19 59 259 259 1259 6259 118 119 TGAAAA JQMAAA HHHHxx -2940 8538 0 0 0 0 40 940 940 2940 2940 80 81 CJAAAA KQMAAA OOOOxx -5724 8539 0 0 4 4 24 724 1724 724 5724 48 49 EMAAAA LQMAAA VVVVxx -5638 8540 0 2 8 18 38 638 1638 638 5638 76 77 WIAAAA MQMAAA AAAAxx -479 8541 1 3 9 19 79 479 479 479 479 158 159 LSAAAA NQMAAA HHHHxx -4125 8542 1 1 5 5 25 125 125 4125 4125 50 51 RCAAAA OQMAAA OOOOxx -1525 8543 1 1 5 5 25 525 1525 1525 1525 50 51 RGAAAA PQMAAA VVVVxx -7529 8544 1 1 9 9 29 529 1529 2529 7529 58 59 PDAAAA QQMAAA AAAAxx -931 8545 1 3 1 11 31 931 931 931 931 62 63 VJAAAA RQMAAA HHHHxx -5175 8546 1 3 5 15 75 175 1175 175 5175 150 151 BRAAAA SQMAAA OOOOxx -6798 8547 0 2 8 18 98 798 798 1798 6798 196 197 MBAAAA TQMAAA VVVVxx -2111 8548 1 3 1 11 11 111 111 2111 2111 22 23 FDAAAA UQMAAA AAAAxx -6145 8549 1 1 5 5 45 145 145 1145 6145 90 91 JCAAAA VQMAAA HHHHxx -4712 8550 0 0 2 12 12 712 712 4712 4712 24 25 GZAAAA WQMAAA OOOOxx -3110 8551 0 2 0 10 10 110 1110 3110 3110 20 21 QPAAAA XQMAAA VVVVxx -97 8552 1 1 7 17 97 97 97 97 97 194 195 TDAAAA YQMAAA AAAAxx -758 8553 0 2 8 18 58 758 758 758 758 116 117 EDAAAA ZQMAAA HHHHxx -1895 8554 1 3 5 15 95 895 1895 1895 1895 190 191 XUAAAA ARMAAA OOOOxx -5289 8555 1 1 9 9 89 289 1289 289 5289 178 179 LVAAAA BRMAAA VVVVxx -5026 8556 0 2 6 6 26 26 1026 26 5026 52 53 ILAAAA CRMAAA AAAAxx -4725 8557 1 1 5 5 25 725 725 4725 4725 50 51 TZAAAA DRMAAA HHHHxx -1679 8558 1 3 9 19 79 679 1679 1679 1679 158 159 PMAAAA ERMAAA OOOOxx -4433 8559 1 1 3 13 33 433 433 4433 4433 66 67 NOAAAA FRMAAA VVVVxx -5340 8560 0 0 0 0 40 340 1340 340 5340 80 81 KXAAAA GRMAAA AAAAxx -6340 8561 0 0 0 0 40 340 340 1340 6340 80 81 WJAAAA HRMAAA HHHHxx -3261 8562 1 1 1 1 61 261 1261 3261 3261 122 123 LVAAAA IRMAAA OOOOxx -8108 8563 0 0 8 8 8 108 108 3108 8108 16 17 WZAAAA JRMAAA VVVVxx -8785 8564 1 1 5 5 85 785 785 3785 8785 170 171 XZAAAA KRMAAA AAAAxx -7391 8565 1 3 1 11 91 391 1391 2391 7391 182 183 HYAAAA LRMAAA HHHHxx -1496 8566 0 0 6 16 96 496 1496 1496 1496 192 193 OFAAAA MRMAAA OOOOxx -1484 8567 0 0 4 4 84 484 1484 1484 1484 168 169 CFAAAA NRMAAA VVVVxx -5884 8568 0 0 4 4 84 884 1884 884 5884 168 169 ISAAAA ORMAAA AAAAxx -342 8569 0 2 2 2 42 342 342 342 342 84 85 ENAAAA PRMAAA HHHHxx -7659 8570 1 3 9 19 59 659 1659 2659 7659 118 119 PIAAAA QRMAAA OOOOxx -6635 8571 1 3 5 15 35 635 635 1635 6635 70 71 FVAAAA RRMAAA VVVVxx -8507 8572 1 3 7 7 7 507 507 3507 8507 14 15 FPAAAA SRMAAA AAAAxx -2583 8573 1 3 3 3 83 583 583 2583 2583 166 167 JVAAAA TRMAAA HHHHxx -6533 8574 1 1 3 13 33 533 533 1533 6533 66 67 HRAAAA URMAAA OOOOxx -5879 8575 1 3 9 19 79 879 1879 879 5879 158 159 DSAAAA VRMAAA VVVVxx -5511 8576 1 3 1 11 11 511 1511 511 5511 22 23 ZDAAAA WRMAAA AAAAxx -3682 8577 0 2 2 2 82 682 1682 3682 3682 164 165 QLAAAA XRMAAA HHHHxx -7182 8578 0 2 2 2 82 182 1182 2182 7182 164 165 GQAAAA YRMAAA OOOOxx -1409 8579 1 1 9 9 9 409 1409 1409 1409 18 19 FCAAAA ZRMAAA VVVVxx -3363 8580 1 3 3 3 63 363 1363 3363 3363 126 127 JZAAAA ASMAAA AAAAxx -729 8581 1 1 9 9 29 729 729 729 729 58 59 BCAAAA BSMAAA HHHHxx -5857 8582 1 1 7 17 57 857 1857 857 5857 114 115 HRAAAA CSMAAA OOOOxx -235 8583 1 3 5 15 35 235 235 235 235 70 71 BJAAAA DSMAAA VVVVxx -193 8584 1 1 3 13 93 193 193 193 193 186 187 LHAAAA ESMAAA AAAAxx -5586 8585 0 2 6 6 86 586 1586 586 5586 172 173 WGAAAA FSMAAA HHHHxx -6203 8586 1 3 3 3 3 203 203 1203 6203 6 7 PEAAAA GSMAAA OOOOxx -6795 8587 1 3 5 15 95 795 795 1795 6795 190 191 JBAAAA HSMAAA VVVVxx -3211 8588 1 3 1 11 11 211 1211 3211 3211 22 23 NTAAAA ISMAAA AAAAxx -9763 8589 1 3 3 3 63 763 1763 4763 9763 126 127 NLAAAA JSMAAA HHHHxx -9043 8590 1 3 3 3 43 43 1043 4043 9043 86 87 VJAAAA KSMAAA OOOOxx -2854 8591 0 2 4 14 54 854 854 2854 2854 108 109 UFAAAA LSMAAA VVVVxx -565 8592 1 1 5 5 65 565 565 565 565 130 131 TVAAAA MSMAAA AAAAxx -9284 8593 0 0 4 4 84 284 1284 4284 9284 168 169 CTAAAA NSMAAA HHHHxx -7886 8594 0 2 6 6 86 886 1886 2886 7886 172 173 IRAAAA OSMAAA OOOOxx -122 8595 0 2 2 2 22 122 122 122 122 44 45 SEAAAA PSMAAA VVVVxx -4934 8596 0 2 4 14 34 934 934 4934 4934 68 69 UHAAAA QSMAAA AAAAxx -1766 8597 0 2 6 6 66 766 1766 1766 1766 132 133 YPAAAA RSMAAA HHHHxx -2554 8598 0 2 4 14 54 554 554 2554 2554 108 109 GUAAAA SSMAAA OOOOxx -488 8599 0 0 8 8 88 488 488 488 488 176 177 USAAAA TSMAAA VVVVxx -825 8600 1 1 5 5 25 825 825 825 825 50 51 TFAAAA USMAAA AAAAxx -678 8601 0 2 8 18 78 678 678 678 678 156 157 CAAAAA VSMAAA HHHHxx -4543 8602 1 3 3 3 43 543 543 4543 4543 86 87 TSAAAA WSMAAA OOOOxx -1699 8603 1 3 9 19 99 699 1699 1699 1699 198 199 JNAAAA XSMAAA VVVVxx -3771 8604 1 3 1 11 71 771 1771 3771 3771 142 143 BPAAAA YSMAAA AAAAxx -1234 8605 0 2 4 14 34 234 1234 1234 1234 68 69 MVAAAA ZSMAAA HHHHxx -4152 8606 0 0 2 12 52 152 152 4152 4152 104 105 SDAAAA ATMAAA OOOOxx -1632 8607 0 0 2 12 32 632 1632 1632 1632 64 65 UKAAAA BTMAAA VVVVxx -4988 8608 0 0 8 8 88 988 988 4988 4988 176 177 WJAAAA CTMAAA AAAAxx -1980 8609 0 0 0 0 80 980 1980 1980 1980 160 161 EYAAAA DTMAAA HHHHxx -7479 8610 1 3 9 19 79 479 1479 2479 7479 158 159 RBAAAA ETMAAA OOOOxx -2586 8611 0 2 6 6 86 586 586 2586 2586 172 173 MVAAAA FTMAAA VVVVxx -5433 8612 1 1 3 13 33 433 1433 433 5433 66 67 ZAAAAA GTMAAA AAAAxx -2261 8613 1 1 1 1 61 261 261 2261 2261 122 123 ZIAAAA HTMAAA HHHHxx -1180 8614 0 0 0 0 80 180 1180 1180 1180 160 161 KTAAAA ITMAAA OOOOxx -3938 8615 0 2 8 18 38 938 1938 3938 3938 76 77 MVAAAA JTMAAA VVVVxx -6714 8616 0 2 4 14 14 714 714 1714 6714 28 29 GYAAAA KTMAAA AAAAxx -2890 8617 0 2 0 10 90 890 890 2890 2890 180 181 EHAAAA LTMAAA HHHHxx -7379 8618 1 3 9 19 79 379 1379 2379 7379 158 159 VXAAAA MTMAAA OOOOxx -5896 8619 0 0 6 16 96 896 1896 896 5896 192 193 USAAAA NTMAAA VVVVxx -5949 8620 1 1 9 9 49 949 1949 949 5949 98 99 VUAAAA OTMAAA AAAAxx -3194 8621 0 2 4 14 94 194 1194 3194 3194 188 189 WSAAAA PTMAAA HHHHxx -9325 8622 1 1 5 5 25 325 1325 4325 9325 50 51 RUAAAA QTMAAA OOOOxx -9531 8623 1 3 1 11 31 531 1531 4531 9531 62 63 PCAAAA RTMAAA VVVVxx -711 8624 1 3 1 11 11 711 711 711 711 22 23 JBAAAA STMAAA AAAAxx -2450 8625 0 2 0 10 50 450 450 2450 2450 100 101 GQAAAA TTMAAA HHHHxx -1929 8626 1 1 9 9 29 929 1929 1929 1929 58 59 FWAAAA UTMAAA OOOOxx -6165 8627 1 1 5 5 65 165 165 1165 6165 130 131 DDAAAA VTMAAA VVVVxx -4050 8628 0 2 0 10 50 50 50 4050 4050 100 101 UZAAAA WTMAAA AAAAxx -9011 8629 1 3 1 11 11 11 1011 4011 9011 22 23 PIAAAA XTMAAA HHHHxx -7916 8630 0 0 6 16 16 916 1916 2916 7916 32 33 MSAAAA YTMAAA OOOOxx -9136 8631 0 0 6 16 36 136 1136 4136 9136 72 73 KNAAAA ZTMAAA VVVVxx -8782 8632 0 2 2 2 82 782 782 3782 8782 164 165 UZAAAA AUMAAA AAAAxx -8491 8633 1 3 1 11 91 491 491 3491 8491 182 183 POAAAA BUMAAA HHHHxx -5114 8634 0 2 4 14 14 114 1114 114 5114 28 29 SOAAAA CUMAAA OOOOxx -5815 8635 1 3 5 15 15 815 1815 815 5815 30 31 RPAAAA DUMAAA VVVVxx -5628 8636 0 0 8 8 28 628 1628 628 5628 56 57 MIAAAA EUMAAA AAAAxx -810 8637 0 2 0 10 10 810 810 810 810 20 21 EFAAAA FUMAAA HHHHxx -6178 8638 0 2 8 18 78 178 178 1178 6178 156 157 QDAAAA GUMAAA OOOOxx -2619 8639 1 3 9 19 19 619 619 2619 2619 38 39 TWAAAA HUMAAA VVVVxx -3340 8640 0 0 0 0 40 340 1340 3340 3340 80 81 MYAAAA IUMAAA AAAAxx -2491 8641 1 3 1 11 91 491 491 2491 2491 182 183 VRAAAA JUMAAA HHHHxx -3574 8642 0 2 4 14 74 574 1574 3574 3574 148 149 MHAAAA KUMAAA OOOOxx -6754 8643 0 2 4 14 54 754 754 1754 6754 108 109 UZAAAA LUMAAA VVVVxx -1566 8644 0 2 6 6 66 566 1566 1566 1566 132 133 GIAAAA MUMAAA AAAAxx -9174 8645 0 2 4 14 74 174 1174 4174 9174 148 149 WOAAAA NUMAAA HHHHxx -1520 8646 0 0 0 0 20 520 1520 1520 1520 40 41 MGAAAA OUMAAA OOOOxx -2691 8647 1 3 1 11 91 691 691 2691 2691 182 183 NZAAAA PUMAAA VVVVxx -6961 8648 1 1 1 1 61 961 961 1961 6961 122 123 THAAAA QUMAAA AAAAxx -5722 8649 0 2 2 2 22 722 1722 722 5722 44 45 CMAAAA RUMAAA HHHHxx -9707 8650 1 3 7 7 7 707 1707 4707 9707 14 15 JJAAAA SUMAAA OOOOxx -2891 8651 1 3 1 11 91 891 891 2891 2891 182 183 FHAAAA TUMAAA VVVVxx -341 8652 1 1 1 1 41 341 341 341 341 82 83 DNAAAA UUMAAA AAAAxx -4690 8653 0 2 0 10 90 690 690 4690 4690 180 181 KYAAAA VUMAAA HHHHxx -7841 8654 1 1 1 1 41 841 1841 2841 7841 82 83 PPAAAA WUMAAA OOOOxx -6615 8655 1 3 5 15 15 615 615 1615 6615 30 31 LUAAAA XUMAAA VVVVxx -9169 8656 1 1 9 9 69 169 1169 4169 9169 138 139 ROAAAA YUMAAA AAAAxx -6689 8657 1 1 9 9 89 689 689 1689 6689 178 179 HXAAAA ZUMAAA HHHHxx -8721 8658 1 1 1 1 21 721 721 3721 8721 42 43 LXAAAA AVMAAA OOOOxx -7508 8659 0 0 8 8 8 508 1508 2508 7508 16 17 UCAAAA BVMAAA VVVVxx -8631 8660 1 3 1 11 31 631 631 3631 8631 62 63 ZTAAAA CVMAAA AAAAxx -480 8661 0 0 0 0 80 480 480 480 480 160 161 MSAAAA DVMAAA HHHHxx -7094 8662 0 2 4 14 94 94 1094 2094 7094 188 189 WMAAAA EVMAAA OOOOxx -319 8663 1 3 9 19 19 319 319 319 319 38 39 HMAAAA FVMAAA VVVVxx -9421 8664 1 1 1 1 21 421 1421 4421 9421 42 43 JYAAAA GVMAAA AAAAxx -4352 8665 0 0 2 12 52 352 352 4352 4352 104 105 KLAAAA HVMAAA HHHHxx -5019 8666 1 3 9 19 19 19 1019 19 5019 38 39 BLAAAA IVMAAA OOOOxx -3956 8667 0 0 6 16 56 956 1956 3956 3956 112 113 EWAAAA JVMAAA VVVVxx -114 8668 0 2 4 14 14 114 114 114 114 28 29 KEAAAA KVMAAA AAAAxx -1196 8669 0 0 6 16 96 196 1196 1196 1196 192 193 AUAAAA LVMAAA HHHHxx -1407 8670 1 3 7 7 7 407 1407 1407 1407 14 15 DCAAAA MVMAAA OOOOxx -7432 8671 0 0 2 12 32 432 1432 2432 7432 64 65 WZAAAA NVMAAA VVVVxx -3141 8672 1 1 1 1 41 141 1141 3141 3141 82 83 VQAAAA OVMAAA AAAAxx -2073 8673 1 1 3 13 73 73 73 2073 2073 146 147 TBAAAA PVMAAA HHHHxx -3400 8674 0 0 0 0 0 400 1400 3400 3400 0 1 UAAAAA QVMAAA OOOOxx -505 8675 1 1 5 5 5 505 505 505 505 10 11 LTAAAA RVMAAA VVVVxx -1263 8676 1 3 3 3 63 263 1263 1263 1263 126 127 PWAAAA SVMAAA AAAAxx -190 8677 0 2 0 10 90 190 190 190 190 180 181 IHAAAA TVMAAA HHHHxx -6686 8678 0 2 6 6 86 686 686 1686 6686 172 173 EXAAAA UVMAAA OOOOxx -9821 8679 1 1 1 1 21 821 1821 4821 9821 42 43 TNAAAA VVMAAA VVVVxx -1119 8680 1 3 9 19 19 119 1119 1119 1119 38 39 BRAAAA WVMAAA AAAAxx -2955 8681 1 3 5 15 55 955 955 2955 2955 110 111 RJAAAA XVMAAA HHHHxx -224 8682 0 0 4 4 24 224 224 224 224 48 49 QIAAAA YVMAAA OOOOxx -7562 8683 0 2 2 2 62 562 1562 2562 7562 124 125 WEAAAA ZVMAAA VVVVxx -8845 8684 1 1 5 5 45 845 845 3845 8845 90 91 FCAAAA AWMAAA AAAAxx -5405 8685 1 1 5 5 5 405 1405 405 5405 10 11 XZAAAA BWMAAA HHHHxx -9192 8686 0 0 2 12 92 192 1192 4192 9192 184 185 OPAAAA CWMAAA OOOOxx -4927 8687 1 3 7 7 27 927 927 4927 4927 54 55 NHAAAA DWMAAA VVVVxx -997 8688 1 1 7 17 97 997 997 997 997 194 195 JMAAAA EWMAAA AAAAxx -989 8689 1 1 9 9 89 989 989 989 989 178 179 BMAAAA FWMAAA HHHHxx -7258 8690 0 2 8 18 58 258 1258 2258 7258 116 117 ETAAAA GWMAAA OOOOxx -6899 8691 1 3 9 19 99 899 899 1899 6899 198 199 JFAAAA HWMAAA VVVVxx -1770 8692 0 2 0 10 70 770 1770 1770 1770 140 141 CQAAAA IWMAAA AAAAxx -4423 8693 1 3 3 3 23 423 423 4423 4423 46 47 DOAAAA JWMAAA HHHHxx -5671 8694 1 3 1 11 71 671 1671 671 5671 142 143 DKAAAA KWMAAA OOOOxx -8393 8695 1 1 3 13 93 393 393 3393 8393 186 187 VKAAAA LWMAAA VVVVxx -4355 8696 1 3 5 15 55 355 355 4355 4355 110 111 NLAAAA MWMAAA AAAAxx -3919 8697 1 3 9 19 19 919 1919 3919 3919 38 39 TUAAAA NWMAAA HHHHxx -338 8698 0 2 8 18 38 338 338 338 338 76 77 ANAAAA OWMAAA OOOOxx -5790 8699 0 2 0 10 90 790 1790 790 5790 180 181 SOAAAA PWMAAA VVVVxx -1452 8700 0 0 2 12 52 452 1452 1452 1452 104 105 WDAAAA QWMAAA AAAAxx -939 8701 1 3 9 19 39 939 939 939 939 78 79 DKAAAA RWMAAA HHHHxx -8913 8702 1 1 3 13 13 913 913 3913 8913 26 27 VEAAAA SWMAAA OOOOxx -7157 8703 1 1 7 17 57 157 1157 2157 7157 114 115 HPAAAA TWMAAA VVVVxx -7240 8704 0 0 0 0 40 240 1240 2240 7240 80 81 MSAAAA UWMAAA AAAAxx -3492 8705 0 0 2 12 92 492 1492 3492 3492 184 185 IEAAAA VWMAAA HHHHxx -3464 8706 0 0 4 4 64 464 1464 3464 3464 128 129 GDAAAA WWMAAA OOOOxx -388 8707 0 0 8 8 88 388 388 388 388 176 177 YOAAAA XWMAAA VVVVxx -4135 8708 1 3 5 15 35 135 135 4135 4135 70 71 BDAAAA YWMAAA AAAAxx -1194 8709 0 2 4 14 94 194 1194 1194 1194 188 189 YTAAAA ZWMAAA HHHHxx -5476 8710 0 0 6 16 76 476 1476 476 5476 152 153 QCAAAA AXMAAA OOOOxx -9844 8711 0 0 4 4 44 844 1844 4844 9844 88 89 QOAAAA BXMAAA VVVVxx -9364 8712 0 0 4 4 64 364 1364 4364 9364 128 129 EWAAAA CXMAAA AAAAxx -5238 8713 0 2 8 18 38 238 1238 238 5238 76 77 MTAAAA DXMAAA HHHHxx -3712 8714 0 0 2 12 12 712 1712 3712 3712 24 25 UMAAAA EXMAAA OOOOxx -6189 8715 1 1 9 9 89 189 189 1189 6189 178 179 BEAAAA FXMAAA VVVVxx -5257 8716 1 1 7 17 57 257 1257 257 5257 114 115 FUAAAA GXMAAA AAAAxx -81 8717 1 1 1 1 81 81 81 81 81 162 163 DDAAAA HXMAAA HHHHxx -3289 8718 1 1 9 9 89 289 1289 3289 3289 178 179 NWAAAA IXMAAA OOOOxx -1177 8719 1 1 7 17 77 177 1177 1177 1177 154 155 HTAAAA JXMAAA VVVVxx -5038 8720 0 2 8 18 38 38 1038 38 5038 76 77 ULAAAA KXMAAA AAAAxx -325 8721 1 1 5 5 25 325 325 325 325 50 51 NMAAAA LXMAAA HHHHxx -7221 8722 1 1 1 1 21 221 1221 2221 7221 42 43 TRAAAA MXMAAA OOOOxx -7123 8723 1 3 3 3 23 123 1123 2123 7123 46 47 ZNAAAA NXMAAA VVVVxx -6364 8724 0 0 4 4 64 364 364 1364 6364 128 129 UKAAAA OXMAAA AAAAxx -4468 8725 0 0 8 8 68 468 468 4468 4468 136 137 WPAAAA PXMAAA HHHHxx -9185 8726 1 1 5 5 85 185 1185 4185 9185 170 171 HPAAAA QXMAAA OOOOxx -4158 8727 0 2 8 18 58 158 158 4158 4158 116 117 YDAAAA RXMAAA VVVVxx -9439 8728 1 3 9 19 39 439 1439 4439 9439 78 79 BZAAAA SXMAAA AAAAxx -7759 8729 1 3 9 19 59 759 1759 2759 7759 118 119 LMAAAA TXMAAA HHHHxx -3325 8730 1 1 5 5 25 325 1325 3325 3325 50 51 XXAAAA UXMAAA OOOOxx -7991 8731 1 3 1 11 91 991 1991 2991 7991 182 183 JVAAAA VXMAAA VVVVxx -1650 8732 0 2 0 10 50 650 1650 1650 1650 100 101 MLAAAA WXMAAA AAAAxx -8395 8733 1 3 5 15 95 395 395 3395 8395 190 191 XKAAAA XXMAAA HHHHxx -286 8734 0 2 6 6 86 286 286 286 286 172 173 ALAAAA YXMAAA OOOOxx -1507 8735 1 3 7 7 7 507 1507 1507 1507 14 15 ZFAAAA ZXMAAA VVVVxx -4122 8736 0 2 2 2 22 122 122 4122 4122 44 45 OCAAAA AYMAAA AAAAxx -2625 8737 1 1 5 5 25 625 625 2625 2625 50 51 ZWAAAA BYMAAA HHHHxx -1140 8738 0 0 0 0 40 140 1140 1140 1140 80 81 WRAAAA CYMAAA OOOOxx -5262 8739 0 2 2 2 62 262 1262 262 5262 124 125 KUAAAA DYMAAA VVVVxx -4919 8740 1 3 9 19 19 919 919 4919 4919 38 39 FHAAAA EYMAAA AAAAxx -7266 8741 0 2 6 6 66 266 1266 2266 7266 132 133 MTAAAA FYMAAA HHHHxx -630 8742 0 2 0 10 30 630 630 630 630 60 61 GYAAAA GYMAAA OOOOxx -2129 8743 1 1 9 9 29 129 129 2129 2129 58 59 XDAAAA HYMAAA VVVVxx -9552 8744 0 0 2 12 52 552 1552 4552 9552 104 105 KDAAAA IYMAAA AAAAxx -3018 8745 0 2 8 18 18 18 1018 3018 3018 36 37 CMAAAA JYMAAA HHHHxx -7145 8746 1 1 5 5 45 145 1145 2145 7145 90 91 VOAAAA KYMAAA OOOOxx -1633 8747 1 1 3 13 33 633 1633 1633 1633 66 67 VKAAAA LYMAAA VVVVxx -7957 8748 1 1 7 17 57 957 1957 2957 7957 114 115 BUAAAA MYMAAA AAAAxx -774 8749 0 2 4 14 74 774 774 774 774 148 149 UDAAAA NYMAAA HHHHxx -9371 8750 1 3 1 11 71 371 1371 4371 9371 142 143 LWAAAA OYMAAA OOOOxx -6007 8751 1 3 7 7 7 7 7 1007 6007 14 15 BXAAAA PYMAAA VVVVxx -5277 8752 1 1 7 17 77 277 1277 277 5277 154 155 ZUAAAA QYMAAA AAAAxx -9426 8753 0 2 6 6 26 426 1426 4426 9426 52 53 OYAAAA RYMAAA HHHHxx -9190 8754 0 2 0 10 90 190 1190 4190 9190 180 181 MPAAAA SYMAAA OOOOxx -8996 8755 0 0 6 16 96 996 996 3996 8996 192 193 AIAAAA TYMAAA VVVVxx -3409 8756 1 1 9 9 9 409 1409 3409 3409 18 19 DBAAAA UYMAAA AAAAxx -7212 8757 0 0 2 12 12 212 1212 2212 7212 24 25 KRAAAA VYMAAA HHHHxx -416 8758 0 0 6 16 16 416 416 416 416 32 33 AQAAAA WYMAAA OOOOxx -7211 8759 1 3 1 11 11 211 1211 2211 7211 22 23 JRAAAA XYMAAA VVVVxx -7454 8760 0 2 4 14 54 454 1454 2454 7454 108 109 SAAAAA YYMAAA AAAAxx -8417 8761 1 1 7 17 17 417 417 3417 8417 34 35 TLAAAA ZYMAAA HHHHxx -5562 8762 0 2 2 2 62 562 1562 562 5562 124 125 YFAAAA AZMAAA OOOOxx -4996 8763 0 0 6 16 96 996 996 4996 4996 192 193 EKAAAA BZMAAA VVVVxx -5718 8764 0 2 8 18 18 718 1718 718 5718 36 37 YLAAAA CZMAAA AAAAxx -7838 8765 0 2 8 18 38 838 1838 2838 7838 76 77 MPAAAA DZMAAA HHHHxx -7715 8766 1 3 5 15 15 715 1715 2715 7715 30 31 TKAAAA EZMAAA OOOOxx -2780 8767 0 0 0 0 80 780 780 2780 2780 160 161 YCAAAA FZMAAA VVVVxx -1013 8768 1 1 3 13 13 13 1013 1013 1013 26 27 ZMAAAA GZMAAA AAAAxx -8465 8769 1 1 5 5 65 465 465 3465 8465 130 131 PNAAAA HZMAAA HHHHxx -7976 8770 0 0 6 16 76 976 1976 2976 7976 152 153 UUAAAA IZMAAA OOOOxx -7150 8771 0 2 0 10 50 150 1150 2150 7150 100 101 APAAAA JZMAAA VVVVxx -6471 8772 1 3 1 11 71 471 471 1471 6471 142 143 XOAAAA KZMAAA AAAAxx -1927 8773 1 3 7 7 27 927 1927 1927 1927 54 55 DWAAAA LZMAAA HHHHxx -227 8774 1 3 7 7 27 227 227 227 227 54 55 TIAAAA MZMAAA OOOOxx -6462 8775 0 2 2 2 62 462 462 1462 6462 124 125 OOAAAA NZMAAA VVVVxx -5227 8776 1 3 7 7 27 227 1227 227 5227 54 55 BTAAAA OZMAAA AAAAxx -1074 8777 0 2 4 14 74 74 1074 1074 1074 148 149 IPAAAA PZMAAA HHHHxx -9448 8778 0 0 8 8 48 448 1448 4448 9448 96 97 KZAAAA QZMAAA OOOOxx -4459 8779 1 3 9 19 59 459 459 4459 4459 118 119 NPAAAA RZMAAA VVVVxx -2478 8780 0 2 8 18 78 478 478 2478 2478 156 157 IRAAAA SZMAAA AAAAxx -5005 8781 1 1 5 5 5 5 1005 5 5005 10 11 NKAAAA TZMAAA HHHHxx -2418 8782 0 2 8 18 18 418 418 2418 2418 36 37 APAAAA UZMAAA OOOOxx -6991 8783 1 3 1 11 91 991 991 1991 6991 182 183 XIAAAA VZMAAA VVVVxx -4729 8784 1 1 9 9 29 729 729 4729 4729 58 59 XZAAAA WZMAAA AAAAxx -3548 8785 0 0 8 8 48 548 1548 3548 3548 96 97 MGAAAA XZMAAA HHHHxx -9616 8786 0 0 6 16 16 616 1616 4616 9616 32 33 WFAAAA YZMAAA OOOOxx -2901 8787 1 1 1 1 1 901 901 2901 2901 2 3 PHAAAA ZZMAAA VVVVxx -10 8788 0 2 0 10 10 10 10 10 10 20 21 KAAAAA AANAAA AAAAxx -2637 8789 1 1 7 17 37 637 637 2637 2637 74 75 LXAAAA BANAAA HHHHxx -6747 8790 1 3 7 7 47 747 747 1747 6747 94 95 NZAAAA CANAAA OOOOxx -797 8791 1 1 7 17 97 797 797 797 797 194 195 REAAAA DANAAA VVVVxx -7609 8792 1 1 9 9 9 609 1609 2609 7609 18 19 RGAAAA EANAAA AAAAxx -8290 8793 0 2 0 10 90 290 290 3290 8290 180 181 WGAAAA FANAAA HHHHxx -8765 8794 1 1 5 5 65 765 765 3765 8765 130 131 DZAAAA GANAAA OOOOxx -8053 8795 1 1 3 13 53 53 53 3053 8053 106 107 TXAAAA HANAAA VVVVxx -5602 8796 0 2 2 2 2 602 1602 602 5602 4 5 MHAAAA IANAAA AAAAxx -3672 8797 0 0 2 12 72 672 1672 3672 3672 144 145 GLAAAA JANAAA HHHHxx -7513 8798 1 1 3 13 13 513 1513 2513 7513 26 27 ZCAAAA KANAAA OOOOxx -3462 8799 0 2 2 2 62 462 1462 3462 3462 124 125 EDAAAA LANAAA VVVVxx -4457 8800 1 1 7 17 57 457 457 4457 4457 114 115 LPAAAA MANAAA AAAAxx -6547 8801 1 3 7 7 47 547 547 1547 6547 94 95 VRAAAA NANAAA HHHHxx -7417 8802 1 1 7 17 17 417 1417 2417 7417 34 35 HZAAAA OANAAA OOOOxx -8641 8803 1 1 1 1 41 641 641 3641 8641 82 83 JUAAAA PANAAA VVVVxx -149 8804 1 1 9 9 49 149 149 149 149 98 99 TFAAAA QANAAA AAAAxx -5041 8805 1 1 1 1 41 41 1041 41 5041 82 83 XLAAAA RANAAA HHHHxx -9232 8806 0 0 2 12 32 232 1232 4232 9232 64 65 CRAAAA SANAAA OOOOxx -3603 8807 1 3 3 3 3 603 1603 3603 3603 6 7 PIAAAA TANAAA VVVVxx -2792 8808 0 0 2 12 92 792 792 2792 2792 184 185 KDAAAA UANAAA AAAAxx -6620 8809 0 0 0 0 20 620 620 1620 6620 40 41 QUAAAA VANAAA HHHHxx -4000 8810 0 0 0 0 0 0 0 4000 4000 0 1 WXAAAA WANAAA OOOOxx -659 8811 1 3 9 19 59 659 659 659 659 118 119 JZAAAA XANAAA VVVVxx -8174 8812 0 2 4 14 74 174 174 3174 8174 148 149 KCAAAA YANAAA AAAAxx -4599 8813 1 3 9 19 99 599 599 4599 4599 198 199 XUAAAA ZANAAA HHHHxx -7851 8814 1 3 1 11 51 851 1851 2851 7851 102 103 ZPAAAA ABNAAA OOOOxx -6284 8815 0 0 4 4 84 284 284 1284 6284 168 169 SHAAAA BBNAAA VVVVxx -7116 8816 0 0 6 16 16 116 1116 2116 7116 32 33 SNAAAA CBNAAA AAAAxx -5595 8817 1 3 5 15 95 595 1595 595 5595 190 191 FHAAAA DBNAAA HHHHxx -2903 8818 1 3 3 3 3 903 903 2903 2903 6 7 RHAAAA EBNAAA OOOOxx -5948 8819 0 0 8 8 48 948 1948 948 5948 96 97 UUAAAA FBNAAA VVVVxx -225 8820 1 1 5 5 25 225 225 225 225 50 51 RIAAAA GBNAAA AAAAxx -524 8821 0 0 4 4 24 524 524 524 524 48 49 EUAAAA HBNAAA HHHHxx -7639 8822 1 3 9 19 39 639 1639 2639 7639 78 79 VHAAAA IBNAAA OOOOxx -7297 8823 1 1 7 17 97 297 1297 2297 7297 194 195 RUAAAA JBNAAA VVVVxx -2606 8824 0 2 6 6 6 606 606 2606 2606 12 13 GWAAAA KBNAAA AAAAxx -4771 8825 1 3 1 11 71 771 771 4771 4771 142 143 NBAAAA LBNAAA HHHHxx -8162 8826 0 2 2 2 62 162 162 3162 8162 124 125 YBAAAA MBNAAA OOOOxx -8999 8827 1 3 9 19 99 999 999 3999 8999 198 199 DIAAAA NBNAAA VVVVxx -2309 8828 1 1 9 9 9 309 309 2309 2309 18 19 VKAAAA OBNAAA AAAAxx -3594 8829 0 2 4 14 94 594 1594 3594 3594 188 189 GIAAAA PBNAAA HHHHxx -6092 8830 0 0 2 12 92 92 92 1092 6092 184 185 IAAAAA QBNAAA OOOOxx -7467 8831 1 3 7 7 67 467 1467 2467 7467 134 135 FBAAAA RBNAAA VVVVxx -6986 8832 0 2 6 6 86 986 986 1986 6986 172 173 SIAAAA SBNAAA AAAAxx -9898 8833 0 2 8 18 98 898 1898 4898 9898 196 197 SQAAAA TBNAAA HHHHxx -9578 8834 0 2 8 18 78 578 1578 4578 9578 156 157 KEAAAA UBNAAA OOOOxx -156 8835 0 0 6 16 56 156 156 156 156 112 113 AGAAAA VBNAAA VVVVxx -5810 8836 0 2 0 10 10 810 1810 810 5810 20 21 MPAAAA WBNAAA AAAAxx -790 8837 0 2 0 10 90 790 790 790 790 180 181 KEAAAA XBNAAA HHHHxx -6840 8838 0 0 0 0 40 840 840 1840 6840 80 81 CDAAAA YBNAAA OOOOxx -6725 8839 1 1 5 5 25 725 725 1725 6725 50 51 RYAAAA ZBNAAA VVVVxx -5528 8840 0 0 8 8 28 528 1528 528 5528 56 57 QEAAAA ACNAAA AAAAxx -4120 8841 0 0 0 0 20 120 120 4120 4120 40 41 MCAAAA BCNAAA HHHHxx -6694 8842 0 2 4 14 94 694 694 1694 6694 188 189 MXAAAA CCNAAA OOOOxx -3552 8843 0 0 2 12 52 552 1552 3552 3552 104 105 QGAAAA DCNAAA VVVVxx -1478 8844 0 2 8 18 78 478 1478 1478 1478 156 157 WEAAAA ECNAAA AAAAxx -8084 8845 0 0 4 4 84 84 84 3084 8084 168 169 YYAAAA FCNAAA HHHHxx -7578 8846 0 2 8 18 78 578 1578 2578 7578 156 157 MFAAAA GCNAAA OOOOxx -6314 8847 0 2 4 14 14 314 314 1314 6314 28 29 WIAAAA HCNAAA VVVVxx -6123 8848 1 3 3 3 23 123 123 1123 6123 46 47 NBAAAA ICNAAA AAAAxx -9443 8849 1 3 3 3 43 443 1443 4443 9443 86 87 FZAAAA JCNAAA HHHHxx -9628 8850 0 0 8 8 28 628 1628 4628 9628 56 57 IGAAAA KCNAAA OOOOxx -8508 8851 0 0 8 8 8 508 508 3508 8508 16 17 GPAAAA LCNAAA VVVVxx -5552 8852 0 0 2 12 52 552 1552 552 5552 104 105 OFAAAA MCNAAA AAAAxx -5327 8853 1 3 7 7 27 327 1327 327 5327 54 55 XWAAAA NCNAAA HHHHxx -7771 8854 1 3 1 11 71 771 1771 2771 7771 142 143 XMAAAA OCNAAA OOOOxx -8932 8855 0 0 2 12 32 932 932 3932 8932 64 65 OFAAAA PCNAAA VVVVxx -3526 8856 0 2 6 6 26 526 1526 3526 3526 52 53 QFAAAA QCNAAA AAAAxx -4340 8857 0 0 0 0 40 340 340 4340 4340 80 81 YKAAAA RCNAAA HHHHxx -9419 8858 1 3 9 19 19 419 1419 4419 9419 38 39 HYAAAA SCNAAA OOOOxx -8421 8859 1 1 1 1 21 421 421 3421 8421 42 43 XLAAAA TCNAAA VVVVxx -7431 8860 1 3 1 11 31 431 1431 2431 7431 62 63 VZAAAA UCNAAA AAAAxx -172 8861 0 0 2 12 72 172 172 172 172 144 145 QGAAAA VCNAAA HHHHxx -3279 8862 1 3 9 19 79 279 1279 3279 3279 158 159 DWAAAA WCNAAA OOOOxx -1508 8863 0 0 8 8 8 508 1508 1508 1508 16 17 AGAAAA XCNAAA VVVVxx -7091 8864 1 3 1 11 91 91 1091 2091 7091 182 183 TMAAAA YCNAAA AAAAxx -1419 8865 1 3 9 19 19 419 1419 1419 1419 38 39 PCAAAA ZCNAAA HHHHxx -3032 8866 0 0 2 12 32 32 1032 3032 3032 64 65 QMAAAA ADNAAA OOOOxx -8683 8867 1 3 3 3 83 683 683 3683 8683 166 167 ZVAAAA BDNAAA VVVVxx -4763 8868 1 3 3 3 63 763 763 4763 4763 126 127 FBAAAA CDNAAA AAAAxx -4424 8869 0 0 4 4 24 424 424 4424 4424 48 49 EOAAAA DDNAAA HHHHxx -8640 8870 0 0 0 0 40 640 640 3640 8640 80 81 IUAAAA EDNAAA OOOOxx -7187 8871 1 3 7 7 87 187 1187 2187 7187 174 175 LQAAAA FDNAAA VVVVxx -6247 8872 1 3 7 7 47 247 247 1247 6247 94 95 HGAAAA GDNAAA AAAAxx -7340 8873 0 0 0 0 40 340 1340 2340 7340 80 81 IWAAAA HDNAAA HHHHxx -182 8874 0 2 2 2 82 182 182 182 182 164 165 AHAAAA IDNAAA OOOOxx -2948 8875 0 0 8 8 48 948 948 2948 2948 96 97 KJAAAA JDNAAA VVVVxx -9462 8876 0 2 2 2 62 462 1462 4462 9462 124 125 YZAAAA KDNAAA AAAAxx -5997 8877 1 1 7 17 97 997 1997 997 5997 194 195 RWAAAA LDNAAA HHHHxx -5608 8878 0 0 8 8 8 608 1608 608 5608 16 17 SHAAAA MDNAAA OOOOxx -1472 8879 0 0 2 12 72 472 1472 1472 1472 144 145 QEAAAA NDNAAA VVVVxx -277 8880 1 1 7 17 77 277 277 277 277 154 155 RKAAAA ODNAAA AAAAxx -4807 8881 1 3 7 7 7 807 807 4807 4807 14 15 XCAAAA PDNAAA HHHHxx -4969 8882 1 1 9 9 69 969 969 4969 4969 138 139 DJAAAA QDNAAA OOOOxx -5611 8883 1 3 1 11 11 611 1611 611 5611 22 23 VHAAAA RDNAAA VVVVxx -372 8884 0 0 2 12 72 372 372 372 372 144 145 IOAAAA SDNAAA AAAAxx -6666 8885 0 2 6 6 66 666 666 1666 6666 132 133 KWAAAA TDNAAA HHHHxx -476 8886 0 0 6 16 76 476 476 476 476 152 153 ISAAAA UDNAAA OOOOxx -5225 8887 1 1 5 5 25 225 1225 225 5225 50 51 ZSAAAA VDNAAA VVVVxx -5143 8888 1 3 3 3 43 143 1143 143 5143 86 87 VPAAAA WDNAAA AAAAxx -1853 8889 1 1 3 13 53 853 1853 1853 1853 106 107 HTAAAA XDNAAA HHHHxx -675 8890 1 3 5 15 75 675 675 675 675 150 151 ZZAAAA YDNAAA OOOOxx -5643 8891 1 3 3 3 43 643 1643 643 5643 86 87 BJAAAA ZDNAAA VVVVxx -5317 8892 1 1 7 17 17 317 1317 317 5317 34 35 NWAAAA AENAAA AAAAxx -8102 8893 0 2 2 2 2 102 102 3102 8102 4 5 QZAAAA BENAAA HHHHxx -978 8894 0 2 8 18 78 978 978 978 978 156 157 QLAAAA CENAAA OOOOxx -4620 8895 0 0 0 0 20 620 620 4620 4620 40 41 SVAAAA DENAAA VVVVxx -151 8896 1 3 1 11 51 151 151 151 151 102 103 VFAAAA EENAAA AAAAxx -972 8897 0 0 2 12 72 972 972 972 972 144 145 KLAAAA FENAAA HHHHxx -6820 8898 0 0 0 0 20 820 820 1820 6820 40 41 ICAAAA GENAAA OOOOxx -7387 8899 1 3 7 7 87 387 1387 2387 7387 174 175 DYAAAA HENAAA VVVVxx -9634 8900 0 2 4 14 34 634 1634 4634 9634 68 69 OGAAAA IENAAA AAAAxx -6308 8901 0 0 8 8 8 308 308 1308 6308 16 17 QIAAAA JENAAA HHHHxx -8323 8902 1 3 3 3 23 323 323 3323 8323 46 47 DIAAAA KENAAA OOOOxx -6672 8903 0 0 2 12 72 672 672 1672 6672 144 145 QWAAAA LENAAA VVVVxx -8283 8904 1 3 3 3 83 283 283 3283 8283 166 167 PGAAAA MENAAA AAAAxx -7996 8905 0 0 6 16 96 996 1996 2996 7996 192 193 OVAAAA NENAAA HHHHxx -6488 8906 0 0 8 8 88 488 488 1488 6488 176 177 OPAAAA OENAAA OOOOxx -2365 8907 1 1 5 5 65 365 365 2365 2365 130 131 ZMAAAA PENAAA VVVVxx -9746 8908 0 2 6 6 46 746 1746 4746 9746 92 93 WKAAAA QENAAA AAAAxx -8605 8909 1 1 5 5 5 605 605 3605 8605 10 11 ZSAAAA RENAAA HHHHxx -3342 8910 0 2 2 2 42 342 1342 3342 3342 84 85 OYAAAA SENAAA OOOOxx -8429 8911 1 1 9 9 29 429 429 3429 8429 58 59 FMAAAA TENAAA VVVVxx -1162 8912 0 2 2 2 62 162 1162 1162 1162 124 125 SSAAAA UENAAA AAAAxx -531 8913 1 3 1 11 31 531 531 531 531 62 63 LUAAAA VENAAA HHHHxx -8408 8914 0 0 8 8 8 408 408 3408 8408 16 17 KLAAAA WENAAA OOOOxx -8862 8915 0 2 2 2 62 862 862 3862 8862 124 125 WCAAAA XENAAA VVVVxx -5843 8916 1 3 3 3 43 843 1843 843 5843 86 87 TQAAAA YENAAA AAAAxx -8704 8917 0 0 4 4 4 704 704 3704 8704 8 9 UWAAAA ZENAAA HHHHxx -7070 8918 0 2 0 10 70 70 1070 2070 7070 140 141 YLAAAA AFNAAA OOOOxx -9119 8919 1 3 9 19 19 119 1119 4119 9119 38 39 TMAAAA BFNAAA VVVVxx -8344 8920 0 0 4 4 44 344 344 3344 8344 88 89 YIAAAA CFNAAA AAAAxx -8979 8921 1 3 9 19 79 979 979 3979 8979 158 159 JHAAAA DFNAAA HHHHxx -2971 8922 1 3 1 11 71 971 971 2971 2971 142 143 HKAAAA EFNAAA OOOOxx -7700 8923 0 0 0 0 0 700 1700 2700 7700 0 1 EKAAAA FFNAAA VVVVxx -8280 8924 0 0 0 0 80 280 280 3280 8280 160 161 MGAAAA GFNAAA AAAAxx -9096 8925 0 0 6 16 96 96 1096 4096 9096 192 193 WLAAAA HFNAAA HHHHxx -99 8926 1 3 9 19 99 99 99 99 99 198 199 VDAAAA IFNAAA OOOOxx -6696 8927 0 0 6 16 96 696 696 1696 6696 192 193 OXAAAA JFNAAA VVVVxx -9490 8928 0 2 0 10 90 490 1490 4490 9490 180 181 ABAAAA KFNAAA AAAAxx -9073 8929 1 1 3 13 73 73 1073 4073 9073 146 147 ZKAAAA LFNAAA HHHHxx -1861 8930 1 1 1 1 61 861 1861 1861 1861 122 123 PTAAAA MFNAAA OOOOxx -4413 8931 1 1 3 13 13 413 413 4413 4413 26 27 TNAAAA NFNAAA VVVVxx -6002 8932 0 2 2 2 2 2 2 1002 6002 4 5 WWAAAA OFNAAA AAAAxx -439 8933 1 3 9 19 39 439 439 439 439 78 79 XQAAAA PFNAAA HHHHxx -5449 8934 1 1 9 9 49 449 1449 449 5449 98 99 PBAAAA QFNAAA OOOOxx -9737 8935 1 1 7 17 37 737 1737 4737 9737 74 75 NKAAAA RFNAAA VVVVxx -1898 8936 0 2 8 18 98 898 1898 1898 1898 196 197 AVAAAA SFNAAA AAAAxx -4189 8937 1 1 9 9 89 189 189 4189 4189 178 179 DFAAAA TFNAAA HHHHxx -1408 8938 0 0 8 8 8 408 1408 1408 1408 16 17 ECAAAA UFNAAA OOOOxx -394 8939 0 2 4 14 94 394 394 394 394 188 189 EPAAAA VFNAAA VVVVxx -1935 8940 1 3 5 15 35 935 1935 1935 1935 70 71 LWAAAA WFNAAA AAAAxx -3965 8941 1 1 5 5 65 965 1965 3965 3965 130 131 NWAAAA XFNAAA HHHHxx -6821 8942 1 1 1 1 21 821 821 1821 6821 42 43 JCAAAA YFNAAA OOOOxx -349 8943 1 1 9 9 49 349 349 349 349 98 99 LNAAAA ZFNAAA VVVVxx -8428 8944 0 0 8 8 28 428 428 3428 8428 56 57 EMAAAA AGNAAA AAAAxx -8200 8945 0 0 0 0 0 200 200 3200 8200 0 1 KDAAAA BGNAAA HHHHxx -1737 8946 1 1 7 17 37 737 1737 1737 1737 74 75 VOAAAA CGNAAA OOOOxx -6516 8947 0 0 6 16 16 516 516 1516 6516 32 33 QQAAAA DGNAAA VVVVxx -5441 8948 1 1 1 1 41 441 1441 441 5441 82 83 HBAAAA EGNAAA AAAAxx -5999 8949 1 3 9 19 99 999 1999 999 5999 198 199 TWAAAA FGNAAA HHHHxx -1539 8950 1 3 9 19 39 539 1539 1539 1539 78 79 FHAAAA GGNAAA OOOOxx -9067 8951 1 3 7 7 67 67 1067 4067 9067 134 135 TKAAAA HGNAAA VVVVxx -4061 8952 1 1 1 1 61 61 61 4061 4061 122 123 FAAAAA IGNAAA AAAAxx -1642 8953 0 2 2 2 42 642 1642 1642 1642 84 85 ELAAAA JGNAAA HHHHxx -4657 8954 1 1 7 17 57 657 657 4657 4657 114 115 DXAAAA KGNAAA OOOOxx -9934 8955 0 2 4 14 34 934 1934 4934 9934 68 69 CSAAAA LGNAAA VVVVxx -6385 8956 1 1 5 5 85 385 385 1385 6385 170 171 PLAAAA MGNAAA AAAAxx -6775 8957 1 3 5 15 75 775 775 1775 6775 150 151 PAAAAA NGNAAA HHHHxx -3873 8958 1 1 3 13 73 873 1873 3873 3873 146 147 ZSAAAA OGNAAA OOOOxx -3862 8959 0 2 2 2 62 862 1862 3862 3862 124 125 OSAAAA PGNAAA VVVVxx -1224 8960 0 0 4 4 24 224 1224 1224 1224 48 49 CVAAAA QGNAAA AAAAxx -4483 8961 1 3 3 3 83 483 483 4483 4483 166 167 LQAAAA RGNAAA HHHHxx -3685 8962 1 1 5 5 85 685 1685 3685 3685 170 171 TLAAAA SGNAAA OOOOxx -6082 8963 0 2 2 2 82 82 82 1082 6082 164 165 YZAAAA TGNAAA VVVVxx -7798 8964 0 2 8 18 98 798 1798 2798 7798 196 197 YNAAAA UGNAAA AAAAxx -9039 8965 1 3 9 19 39 39 1039 4039 9039 78 79 RJAAAA VGNAAA HHHHxx -985 8966 1 1 5 5 85 985 985 985 985 170 171 XLAAAA WGNAAA OOOOxx -5389 8967 1 1 9 9 89 389 1389 389 5389 178 179 HZAAAA XGNAAA VVVVxx -1716 8968 0 0 6 16 16 716 1716 1716 1716 32 33 AOAAAA YGNAAA AAAAxx -4209 8969 1 1 9 9 9 209 209 4209 4209 18 19 XFAAAA ZGNAAA HHHHxx -746 8970 0 2 6 6 46 746 746 746 746 92 93 SCAAAA AHNAAA OOOOxx -6295 8971 1 3 5 15 95 295 295 1295 6295 190 191 DIAAAA BHNAAA VVVVxx -9754 8972 0 2 4 14 54 754 1754 4754 9754 108 109 ELAAAA CHNAAA AAAAxx -2336 8973 0 0 6 16 36 336 336 2336 2336 72 73 WLAAAA DHNAAA HHHHxx -3701 8974 1 1 1 1 1 701 1701 3701 3701 2 3 JMAAAA EHNAAA OOOOxx -3551 8975 1 3 1 11 51 551 1551 3551 3551 102 103 PGAAAA FHNAAA VVVVxx -8516 8976 0 0 6 16 16 516 516 3516 8516 32 33 OPAAAA GHNAAA AAAAxx -9290 8977 0 2 0 10 90 290 1290 4290 9290 180 181 ITAAAA HHNAAA HHHHxx -5686 8978 0 2 6 6 86 686 1686 686 5686 172 173 SKAAAA IHNAAA OOOOxx -2893 8979 1 1 3 13 93 893 893 2893 2893 186 187 HHAAAA JHNAAA VVVVxx -6279 8980 1 3 9 19 79 279 279 1279 6279 158 159 NHAAAA KHNAAA AAAAxx -2278 8981 0 2 8 18 78 278 278 2278 2278 156 157 QJAAAA LHNAAA HHHHxx -1618 8982 0 2 8 18 18 618 1618 1618 1618 36 37 GKAAAA MHNAAA OOOOxx -3450 8983 0 2 0 10 50 450 1450 3450 3450 100 101 SCAAAA NHNAAA VVVVxx -8857 8984 1 1 7 17 57 857 857 3857 8857 114 115 RCAAAA OHNAAA AAAAxx -1005 8985 1 1 5 5 5 5 1005 1005 1005 10 11 RMAAAA PHNAAA HHHHxx -4727 8986 1 3 7 7 27 727 727 4727 4727 54 55 VZAAAA QHNAAA OOOOxx -7617 8987 1 1 7 17 17 617 1617 2617 7617 34 35 ZGAAAA RHNAAA VVVVxx -2021 8988 1 1 1 1 21 21 21 2021 2021 42 43 TZAAAA SHNAAA AAAAxx -9124 8989 0 0 4 4 24 124 1124 4124 9124 48 49 YMAAAA THNAAA HHHHxx -3175 8990 1 3 5 15 75 175 1175 3175 3175 150 151 DSAAAA UHNAAA OOOOxx -2949 8991 1 1 9 9 49 949 949 2949 2949 98 99 LJAAAA VHNAAA VVVVxx -2424 8992 0 0 4 4 24 424 424 2424 2424 48 49 GPAAAA WHNAAA AAAAxx -4791 8993 1 3 1 11 91 791 791 4791 4791 182 183 HCAAAA XHNAAA HHHHxx -7500 8994 0 0 0 0 0 500 1500 2500 7500 0 1 MCAAAA YHNAAA OOOOxx -4893 8995 1 1 3 13 93 893 893 4893 4893 186 187 FGAAAA ZHNAAA VVVVxx -121 8996 1 1 1 1 21 121 121 121 121 42 43 REAAAA AINAAA AAAAxx -1965 8997 1 1 5 5 65 965 1965 1965 1965 130 131 PXAAAA BINAAA HHHHxx -2972 8998 0 0 2 12 72 972 972 2972 2972 144 145 IKAAAA CINAAA OOOOxx -662 8999 0 2 2 2 62 662 662 662 662 124 125 MZAAAA DINAAA VVVVxx -7074 9000 0 2 4 14 74 74 1074 2074 7074 148 149 CMAAAA EINAAA AAAAxx -981 9001 1 1 1 1 81 981 981 981 981 162 163 TLAAAA FINAAA HHHHxx -3520 9002 0 0 0 0 20 520 1520 3520 3520 40 41 KFAAAA GINAAA OOOOxx -6540 9003 0 0 0 0 40 540 540 1540 6540 80 81 ORAAAA HINAAA VVVVxx -6648 9004 0 0 8 8 48 648 648 1648 6648 96 97 SVAAAA IINAAA AAAAxx -7076 9005 0 0 6 16 76 76 1076 2076 7076 152 153 EMAAAA JINAAA HHHHxx -6919 9006 1 3 9 19 19 919 919 1919 6919 38 39 DGAAAA KINAAA OOOOxx -1108 9007 0 0 8 8 8 108 1108 1108 1108 16 17 QQAAAA LINAAA VVVVxx -317 9008 1 1 7 17 17 317 317 317 317 34 35 FMAAAA MINAAA AAAAxx -3483 9009 1 3 3 3 83 483 1483 3483 3483 166 167 ZDAAAA NINAAA HHHHxx -6764 9010 0 0 4 4 64 764 764 1764 6764 128 129 EAAAAA OINAAA OOOOxx -1235 9011 1 3 5 15 35 235 1235 1235 1235 70 71 NVAAAA PINAAA VVVVxx -7121 9012 1 1 1 1 21 121 1121 2121 7121 42 43 XNAAAA QINAAA AAAAxx -426 9013 0 2 6 6 26 426 426 426 426 52 53 KQAAAA RINAAA HHHHxx -6880 9014 0 0 0 0 80 880 880 1880 6880 160 161 QEAAAA SINAAA OOOOxx -5401 9015 1 1 1 1 1 401 1401 401 5401 2 3 TZAAAA TINAAA VVVVxx -7323 9016 1 3 3 3 23 323 1323 2323 7323 46 47 RVAAAA UINAAA AAAAxx -9751 9017 1 3 1 11 51 751 1751 4751 9751 102 103 BLAAAA VINAAA HHHHxx -3436 9018 0 0 6 16 36 436 1436 3436 3436 72 73 ECAAAA WINAAA OOOOxx -7319 9019 1 3 9 19 19 319 1319 2319 7319 38 39 NVAAAA XINAAA VVVVxx -7882 9020 0 2 2 2 82 882 1882 2882 7882 164 165 ERAAAA YINAAA AAAAxx -8260 9021 0 0 0 0 60 260 260 3260 8260 120 121 SFAAAA ZINAAA HHHHxx -9758 9022 0 2 8 18 58 758 1758 4758 9758 116 117 ILAAAA AJNAAA OOOOxx -4205 9023 1 1 5 5 5 205 205 4205 4205 10 11 TFAAAA BJNAAA VVVVxx -8884 9024 0 0 4 4 84 884 884 3884 8884 168 169 SDAAAA CJNAAA AAAAxx -1112 9025 0 0 2 12 12 112 1112 1112 1112 24 25 UQAAAA DJNAAA HHHHxx -2186 9026 0 2 6 6 86 186 186 2186 2186 172 173 CGAAAA EJNAAA OOOOxx -8666 9027 0 2 6 6 66 666 666 3666 8666 132 133 IVAAAA FJNAAA VVVVxx -4325 9028 1 1 5 5 25 325 325 4325 4325 50 51 JKAAAA GJNAAA AAAAxx -4912 9029 0 0 2 12 12 912 912 4912 4912 24 25 YGAAAA HJNAAA HHHHxx -6497 9030 1 1 7 17 97 497 497 1497 6497 194 195 XPAAAA IJNAAA OOOOxx -9072 9031 0 0 2 12 72 72 1072 4072 9072 144 145 YKAAAA JJNAAA VVVVxx -8899 9032 1 3 9 19 99 899 899 3899 8899 198 199 HEAAAA KJNAAA AAAAxx -5619 9033 1 3 9 19 19 619 1619 619 5619 38 39 DIAAAA LJNAAA HHHHxx -4110 9034 0 2 0 10 10 110 110 4110 4110 20 21 CCAAAA MJNAAA OOOOxx -7025 9035 1 1 5 5 25 25 1025 2025 7025 50 51 FKAAAA NJNAAA VVVVxx -5605 9036 1 1 5 5 5 605 1605 605 5605 10 11 PHAAAA OJNAAA AAAAxx -2572 9037 0 0 2 12 72 572 572 2572 2572 144 145 YUAAAA PJNAAA HHHHxx -3895 9038 1 3 5 15 95 895 1895 3895 3895 190 191 VTAAAA QJNAAA OOOOxx -9138 9039 0 2 8 18 38 138 1138 4138 9138 76 77 MNAAAA RJNAAA VVVVxx -4713 9040 1 1 3 13 13 713 713 4713 4713 26 27 HZAAAA SJNAAA AAAAxx -6079 9041 1 3 9 19 79 79 79 1079 6079 158 159 VZAAAA TJNAAA HHHHxx -8898 9042 0 2 8 18 98 898 898 3898 8898 196 197 GEAAAA UJNAAA OOOOxx -2650 9043 0 2 0 10 50 650 650 2650 2650 100 101 YXAAAA VJNAAA VVVVxx -5316 9044 0 0 6 16 16 316 1316 316 5316 32 33 MWAAAA WJNAAA AAAAxx -5133 9045 1 1 3 13 33 133 1133 133 5133 66 67 LPAAAA XJNAAA HHHHxx -2184 9046 0 0 4 4 84 184 184 2184 2184 168 169 AGAAAA YJNAAA OOOOxx -2728 9047 0 0 8 8 28 728 728 2728 2728 56 57 YAAAAA ZJNAAA VVVVxx -6737 9048 1 1 7 17 37 737 737 1737 6737 74 75 DZAAAA AKNAAA AAAAxx -1128 9049 0 0 8 8 28 128 1128 1128 1128 56 57 KRAAAA BKNAAA HHHHxx -9662 9050 0 2 2 2 62 662 1662 4662 9662 124 125 QHAAAA CKNAAA OOOOxx -9384 9051 0 0 4 4 84 384 1384 4384 9384 168 169 YWAAAA DKNAAA VVVVxx -4576 9052 0 0 6 16 76 576 576 4576 4576 152 153 AUAAAA EKNAAA AAAAxx -9613 9053 1 1 3 13 13 613 1613 4613 9613 26 27 TFAAAA FKNAAA HHHHxx -4001 9054 1 1 1 1 1 1 1 4001 4001 2 3 XXAAAA GKNAAA OOOOxx -3628 9055 0 0 8 8 28 628 1628 3628 3628 56 57 OJAAAA HKNAAA VVVVxx -6968 9056 0 0 8 8 68 968 968 1968 6968 136 137 AIAAAA IKNAAA AAAAxx -6491 9057 1 3 1 11 91 491 491 1491 6491 182 183 RPAAAA JKNAAA HHHHxx -1265 9058 1 1 5 5 65 265 1265 1265 1265 130 131 RWAAAA KKNAAA OOOOxx -6128 9059 0 0 8 8 28 128 128 1128 6128 56 57 SBAAAA LKNAAA VVVVxx -4274 9060 0 2 4 14 74 274 274 4274 4274 148 149 KIAAAA MKNAAA AAAAxx -3598 9061 0 2 8 18 98 598 1598 3598 3598 196 197 KIAAAA NKNAAA HHHHxx -7961 9062 1 1 1 1 61 961 1961 2961 7961 122 123 FUAAAA OKNAAA OOOOxx -2643 9063 1 3 3 3 43 643 643 2643 2643 86 87 RXAAAA PKNAAA VVVVxx -4547 9064 1 3 7 7 47 547 547 4547 4547 94 95 XSAAAA QKNAAA AAAAxx -3568 9065 0 0 8 8 68 568 1568 3568 3568 136 137 GHAAAA RKNAAA HHHHxx -8954 9066 0 2 4 14 54 954 954 3954 8954 108 109 KGAAAA SKNAAA OOOOxx -8802 9067 0 2 2 2 2 802 802 3802 8802 4 5 OAAAAA TKNAAA VVVVxx -7829 9068 1 1 9 9 29 829 1829 2829 7829 58 59 DPAAAA UKNAAA AAAAxx -1008 9069 0 0 8 8 8 8 1008 1008 1008 16 17 UMAAAA VKNAAA HHHHxx -3627 9070 1 3 7 7 27 627 1627 3627 3627 54 55 NJAAAA WKNAAA OOOOxx -3999 9071 1 3 9 19 99 999 1999 3999 3999 198 199 VXAAAA XKNAAA VVVVxx -7697 9072 1 1 7 17 97 697 1697 2697 7697 194 195 BKAAAA YKNAAA AAAAxx -9380 9073 0 0 0 0 80 380 1380 4380 9380 160 161 UWAAAA ZKNAAA HHHHxx -2707 9074 1 3 7 7 7 707 707 2707 2707 14 15 DAAAAA ALNAAA OOOOxx -4430 9075 0 2 0 10 30 430 430 4430 4430 60 61 KOAAAA BLNAAA VVVVxx -6440 9076 0 0 0 0 40 440 440 1440 6440 80 81 SNAAAA CLNAAA AAAAxx -9958 9077 0 2 8 18 58 958 1958 4958 9958 116 117 ATAAAA DLNAAA HHHHxx -7592 9078 0 0 2 12 92 592 1592 2592 7592 184 185 AGAAAA ELNAAA OOOOxx -7852 9079 0 0 2 12 52 852 1852 2852 7852 104 105 AQAAAA FLNAAA VVVVxx -9253 9080 1 1 3 13 53 253 1253 4253 9253 106 107 XRAAAA GLNAAA AAAAxx -5910 9081 0 2 0 10 10 910 1910 910 5910 20 21 ITAAAA HLNAAA HHHHxx -7487 9082 1 3 7 7 87 487 1487 2487 7487 174 175 ZBAAAA ILNAAA OOOOxx -6324 9083 0 0 4 4 24 324 324 1324 6324 48 49 GJAAAA JLNAAA VVVVxx -5792 9084 0 0 2 12 92 792 1792 792 5792 184 185 UOAAAA KLNAAA AAAAxx -7390 9085 0 2 0 10 90 390 1390 2390 7390 180 181 GYAAAA LLNAAA HHHHxx -8534 9086 0 2 4 14 34 534 534 3534 8534 68 69 GQAAAA MLNAAA OOOOxx -2690 9087 0 2 0 10 90 690 690 2690 2690 180 181 MZAAAA NLNAAA VVVVxx -3992 9088 0 0 2 12 92 992 1992 3992 3992 184 185 OXAAAA OLNAAA AAAAxx -6928 9089 0 0 8 8 28 928 928 1928 6928 56 57 MGAAAA PLNAAA HHHHxx -7815 9090 1 3 5 15 15 815 1815 2815 7815 30 31 POAAAA QLNAAA OOOOxx -9477 9091 1 1 7 17 77 477 1477 4477 9477 154 155 NAAAAA RLNAAA VVVVxx -497 9092 1 1 7 17 97 497 497 497 497 194 195 DTAAAA SLNAAA AAAAxx -7532 9093 0 0 2 12 32 532 1532 2532 7532 64 65 SDAAAA TLNAAA HHHHxx -9838 9094 0 2 8 18 38 838 1838 4838 9838 76 77 KOAAAA ULNAAA OOOOxx -1557 9095 1 1 7 17 57 557 1557 1557 1557 114 115 XHAAAA VLNAAA VVVVxx -2467 9096 1 3 7 7 67 467 467 2467 2467 134 135 XQAAAA WLNAAA AAAAxx -2367 9097 1 3 7 7 67 367 367 2367 2367 134 135 BNAAAA XLNAAA HHHHxx -5677 9098 1 1 7 17 77 677 1677 677 5677 154 155 JKAAAA YLNAAA OOOOxx -6193 9099 1 1 3 13 93 193 193 1193 6193 186 187 FEAAAA ZLNAAA VVVVxx -7126 9100 0 2 6 6 26 126 1126 2126 7126 52 53 COAAAA AMNAAA AAAAxx -5264 9101 0 0 4 4 64 264 1264 264 5264 128 129 MUAAAA BMNAAA HHHHxx -850 9102 0 2 0 10 50 850 850 850 850 100 101 SGAAAA CMNAAA OOOOxx -4854 9103 0 2 4 14 54 854 854 4854 4854 108 109 SEAAAA DMNAAA VVVVxx -4414 9104 0 2 4 14 14 414 414 4414 4414 28 29 UNAAAA EMNAAA AAAAxx -8971 9105 1 3 1 11 71 971 971 3971 8971 142 143 BHAAAA FMNAAA HHHHxx -9240 9106 0 0 0 0 40 240 1240 4240 9240 80 81 KRAAAA GMNAAA OOOOxx -7341 9107 1 1 1 1 41 341 1341 2341 7341 82 83 JWAAAA HMNAAA VVVVxx -3151 9108 1 3 1 11 51 151 1151 3151 3151 102 103 FRAAAA IMNAAA AAAAxx -1742 9109 0 2 2 2 42 742 1742 1742 1742 84 85 APAAAA JMNAAA HHHHxx -1347 9110 1 3 7 7 47 347 1347 1347 1347 94 95 VZAAAA KMNAAA OOOOxx -9418 9111 0 2 8 18 18 418 1418 4418 9418 36 37 GYAAAA LMNAAA VVVVxx -5452 9112 0 0 2 12 52 452 1452 452 5452 104 105 SBAAAA MMNAAA AAAAxx -8637 9113 1 1 7 17 37 637 637 3637 8637 74 75 FUAAAA NMNAAA HHHHxx -8287 9114 1 3 7 7 87 287 287 3287 8287 174 175 TGAAAA OMNAAA OOOOxx -9865 9115 1 1 5 5 65 865 1865 4865 9865 130 131 LPAAAA PMNAAA VVVVxx -1664 9116 0 0 4 4 64 664 1664 1664 1664 128 129 AMAAAA QMNAAA AAAAxx -9933 9117 1 1 3 13 33 933 1933 4933 9933 66 67 BSAAAA RMNAAA HHHHxx -3416 9118 0 0 6 16 16 416 1416 3416 3416 32 33 KBAAAA SMNAAA OOOOxx -7981 9119 1 1 1 1 81 981 1981 2981 7981 162 163 ZUAAAA TMNAAA VVVVxx -1981 9120 1 1 1 1 81 981 1981 1981 1981 162 163 FYAAAA UMNAAA AAAAxx -441 9121 1 1 1 1 41 441 441 441 441 82 83 ZQAAAA VMNAAA HHHHxx -1380 9122 0 0 0 0 80 380 1380 1380 1380 160 161 CBAAAA WMNAAA OOOOxx -7325 9123 1 1 5 5 25 325 1325 2325 7325 50 51 TVAAAA XMNAAA VVVVxx -5682 9124 0 2 2 2 82 682 1682 682 5682 164 165 OKAAAA YMNAAA AAAAxx -1024 9125 0 0 4 4 24 24 1024 1024 1024 48 49 KNAAAA ZMNAAA HHHHxx -1096 9126 0 0 6 16 96 96 1096 1096 1096 192 193 EQAAAA ANNAAA OOOOxx -4717 9127 1 1 7 17 17 717 717 4717 4717 34 35 LZAAAA BNNAAA VVVVxx -7948 9128 0 0 8 8 48 948 1948 2948 7948 96 97 STAAAA CNNAAA AAAAxx -4074 9129 0 2 4 14 74 74 74 4074 4074 148 149 SAAAAA DNNAAA HHHHxx -211 9130 1 3 1 11 11 211 211 211 211 22 23 DIAAAA ENNAAA OOOOxx -8993 9131 1 1 3 13 93 993 993 3993 8993 186 187 XHAAAA FNNAAA VVVVxx -4509 9132 1 1 9 9 9 509 509 4509 4509 18 19 LRAAAA GNNAAA AAAAxx -823 9133 1 3 3 3 23 823 823 823 823 46 47 RFAAAA HNNAAA HHHHxx -4747 9134 1 3 7 7 47 747 747 4747 4747 94 95 PAAAAA INNAAA OOOOxx -6955 9135 1 3 5 15 55 955 955 1955 6955 110 111 NHAAAA JNNAAA VVVVxx -7922 9136 0 2 2 2 22 922 1922 2922 7922 44 45 SSAAAA KNNAAA AAAAxx -6936 9137 0 0 6 16 36 936 936 1936 6936 72 73 UGAAAA LNNAAA HHHHxx -1546 9138 0 2 6 6 46 546 1546 1546 1546 92 93 MHAAAA MNNAAA OOOOxx -9836 9139 0 0 6 16 36 836 1836 4836 9836 72 73 IOAAAA NNNAAA VVVVxx -5626 9140 0 2 6 6 26 626 1626 626 5626 52 53 KIAAAA ONNAAA AAAAxx -4879 9141 1 3 9 19 79 879 879 4879 4879 158 159 RFAAAA PNNAAA HHHHxx -8590 9142 0 2 0 10 90 590 590 3590 8590 180 181 KSAAAA QNNAAA OOOOxx -8842 9143 0 2 2 2 42 842 842 3842 8842 84 85 CCAAAA RNNAAA VVVVxx -6505 9144 1 1 5 5 5 505 505 1505 6505 10 11 FQAAAA SNNAAA AAAAxx -2803 9145 1 3 3 3 3 803 803 2803 2803 6 7 VDAAAA TNNAAA HHHHxx -9258 9146 0 2 8 18 58 258 1258 4258 9258 116 117 CSAAAA UNNAAA OOOOxx -741 9147 1 1 1 1 41 741 741 741 741 82 83 NCAAAA VNNAAA VVVVxx -1457 9148 1 1 7 17 57 457 1457 1457 1457 114 115 BEAAAA WNNAAA AAAAxx -5777 9149 1 1 7 17 77 777 1777 777 5777 154 155 FOAAAA XNNAAA HHHHxx -2883 9150 1 3 3 3 83 883 883 2883 2883 166 167 XGAAAA YNNAAA OOOOxx -6610 9151 0 2 0 10 10 610 610 1610 6610 20 21 GUAAAA ZNNAAA VVVVxx -4331 9152 1 3 1 11 31 331 331 4331 4331 62 63 PKAAAA AONAAA AAAAxx -2712 9153 0 0 2 12 12 712 712 2712 2712 24 25 IAAAAA BONAAA HHHHxx -9268 9154 0 0 8 8 68 268 1268 4268 9268 136 137 MSAAAA CONAAA OOOOxx -410 9155 0 2 0 10 10 410 410 410 410 20 21 UPAAAA DONAAA VVVVxx -9411 9156 1 3 1 11 11 411 1411 4411 9411 22 23 ZXAAAA EONAAA AAAAxx -4683 9157 1 3 3 3 83 683 683 4683 4683 166 167 DYAAAA FONAAA HHHHxx -7072 9158 0 0 2 12 72 72 1072 2072 7072 144 145 AMAAAA GONAAA OOOOxx -5050 9159 0 2 0 10 50 50 1050 50 5050 100 101 GMAAAA HONAAA VVVVxx -5932 9160 0 0 2 12 32 932 1932 932 5932 64 65 EUAAAA IONAAA AAAAxx -2756 9161 0 0 6 16 56 756 756 2756 2756 112 113 ACAAAA JONAAA HHHHxx -9813 9162 1 1 3 13 13 813 1813 4813 9813 26 27 LNAAAA KONAAA OOOOxx -7388 9163 0 0 8 8 88 388 1388 2388 7388 176 177 EYAAAA LONAAA VVVVxx -2596 9164 0 0 6 16 96 596 596 2596 2596 192 193 WVAAAA MONAAA AAAAxx -5102 9165 0 2 2 2 2 102 1102 102 5102 4 5 GOAAAA NONAAA HHHHxx -208 9166 0 0 8 8 8 208 208 208 208 16 17 AIAAAA OONAAA OOOOxx -86 9167 0 2 6 6 86 86 86 86 86 172 173 IDAAAA PONAAA VVVVxx -8127 9168 1 3 7 7 27 127 127 3127 8127 54 55 PAAAAA QONAAA AAAAxx -5154 9169 0 2 4 14 54 154 1154 154 5154 108 109 GQAAAA RONAAA HHHHxx -4491 9170 1 3 1 11 91 491 491 4491 4491 182 183 TQAAAA SONAAA OOOOxx -7423 9171 1 3 3 3 23 423 1423 2423 7423 46 47 NZAAAA TONAAA VVVVxx -6441 9172 1 1 1 1 41 441 441 1441 6441 82 83 TNAAAA UONAAA AAAAxx -2920 9173 0 0 0 0 20 920 920 2920 2920 40 41 IIAAAA VONAAA HHHHxx -6386 9174 0 2 6 6 86 386 386 1386 6386 172 173 QLAAAA WONAAA OOOOxx -9744 9175 0 0 4 4 44 744 1744 4744 9744 88 89 UKAAAA XONAAA VVVVxx -2667 9176 1 3 7 7 67 667 667 2667 2667 134 135 PYAAAA YONAAA AAAAxx -5754 9177 0 2 4 14 54 754 1754 754 5754 108 109 INAAAA ZONAAA HHHHxx -4645 9178 1 1 5 5 45 645 645 4645 4645 90 91 RWAAAA APNAAA OOOOxx -4327 9179 1 3 7 7 27 327 327 4327 4327 54 55 LKAAAA BPNAAA VVVVxx -843 9180 1 3 3 3 43 843 843 843 843 86 87 LGAAAA CPNAAA AAAAxx -4085 9181 1 1 5 5 85 85 85 4085 4085 170 171 DBAAAA DPNAAA HHHHxx -2849 9182 1 1 9 9 49 849 849 2849 2849 98 99 PFAAAA EPNAAA OOOOxx -5734 9183 0 2 4 14 34 734 1734 734 5734 68 69 OMAAAA FPNAAA VVVVxx -5307 9184 1 3 7 7 7 307 1307 307 5307 14 15 DWAAAA GPNAAA AAAAxx -8433 9185 1 1 3 13 33 433 433 3433 8433 66 67 JMAAAA HPNAAA HHHHxx -3031 9186 1 3 1 11 31 31 1031 3031 3031 62 63 PMAAAA IPNAAA OOOOxx -5714 9187 0 2 4 14 14 714 1714 714 5714 28 29 ULAAAA JPNAAA VVVVxx -5969 9188 1 1 9 9 69 969 1969 969 5969 138 139 PVAAAA KPNAAA AAAAxx -2532 9189 0 0 2 12 32 532 532 2532 2532 64 65 KTAAAA LPNAAA HHHHxx -5219 9190 1 3 9 19 19 219 1219 219 5219 38 39 TSAAAA MPNAAA OOOOxx -7343 9191 1 3 3 3 43 343 1343 2343 7343 86 87 LWAAAA NPNAAA VVVVxx -9089 9192 1 1 9 9 89 89 1089 4089 9089 178 179 PLAAAA OPNAAA AAAAxx -9337 9193 1 1 7 17 37 337 1337 4337 9337 74 75 DVAAAA PPNAAA HHHHxx -5131 9194 1 3 1 11 31 131 1131 131 5131 62 63 JPAAAA QPNAAA OOOOxx -6253 9195 1 1 3 13 53 253 253 1253 6253 106 107 NGAAAA RPNAAA VVVVxx -5140 9196 0 0 0 0 40 140 1140 140 5140 80 81 SPAAAA SPNAAA AAAAxx -2953 9197 1 1 3 13 53 953 953 2953 2953 106 107 PJAAAA TPNAAA HHHHxx -4293 9198 1 1 3 13 93 293 293 4293 4293 186 187 DJAAAA UPNAAA OOOOxx -9974 9199 0 2 4 14 74 974 1974 4974 9974 148 149 QTAAAA VPNAAA VVVVxx -5061 9200 1 1 1 1 61 61 1061 61 5061 122 123 RMAAAA WPNAAA AAAAxx -8570 9201 0 2 0 10 70 570 570 3570 8570 140 141 QRAAAA XPNAAA HHHHxx -9504 9202 0 0 4 4 4 504 1504 4504 9504 8 9 OBAAAA YPNAAA OOOOxx -604 9203 0 0 4 4 4 604 604 604 604 8 9 GXAAAA ZPNAAA VVVVxx -4991 9204 1 3 1 11 91 991 991 4991 4991 182 183 ZJAAAA AQNAAA AAAAxx -880 9205 0 0 0 0 80 880 880 880 880 160 161 WHAAAA BQNAAA HHHHxx -3861 9206 1 1 1 1 61 861 1861 3861 3861 122 123 NSAAAA CQNAAA OOOOxx -8262 9207 0 2 2 2 62 262 262 3262 8262 124 125 UFAAAA DQNAAA VVVVxx -5689 9208 1 1 9 9 89 689 1689 689 5689 178 179 VKAAAA EQNAAA AAAAxx -1793 9209 1 1 3 13 93 793 1793 1793 1793 186 187 ZQAAAA FQNAAA HHHHxx -2661 9210 1 1 1 1 61 661 661 2661 2661 122 123 JYAAAA GQNAAA OOOOxx -7954 9211 0 2 4 14 54 954 1954 2954 7954 108 109 YTAAAA HQNAAA VVVVxx -1874 9212 0 2 4 14 74 874 1874 1874 1874 148 149 CUAAAA IQNAAA AAAAxx -2982 9213 0 2 2 2 82 982 982 2982 2982 164 165 SKAAAA JQNAAA HHHHxx -331 9214 1 3 1 11 31 331 331 331 331 62 63 TMAAAA KQNAAA OOOOxx -5021 9215 1 1 1 1 21 21 1021 21 5021 42 43 DLAAAA LQNAAA VVVVxx -9894 9216 0 2 4 14 94 894 1894 4894 9894 188 189 OQAAAA MQNAAA AAAAxx -7709 9217 1 1 9 9 9 709 1709 2709 7709 18 19 NKAAAA NQNAAA HHHHxx -4980 9218 0 0 0 0 80 980 980 4980 4980 160 161 OJAAAA OQNAAA OOOOxx -8249 9219 1 1 9 9 49 249 249 3249 8249 98 99 HFAAAA PQNAAA VVVVxx -7120 9220 0 0 0 0 20 120 1120 2120 7120 40 41 WNAAAA QQNAAA AAAAxx -7464 9221 0 0 4 4 64 464 1464 2464 7464 128 129 CBAAAA RQNAAA HHHHxx -8086 9222 0 2 6 6 86 86 86 3086 8086 172 173 AZAAAA SQNAAA OOOOxx -3509 9223 1 1 9 9 9 509 1509 3509 3509 18 19 ZEAAAA TQNAAA VVVVxx -3902 9224 0 2 2 2 2 902 1902 3902 3902 4 5 CUAAAA UQNAAA AAAAxx -9907 9225 1 3 7 7 7 907 1907 4907 9907 14 15 BRAAAA VQNAAA HHHHxx -6278 9226 0 2 8 18 78 278 278 1278 6278 156 157 MHAAAA WQNAAA OOOOxx -9316 9227 0 0 6 16 16 316 1316 4316 9316 32 33 IUAAAA XQNAAA VVVVxx -2824 9228 0 0 4 4 24 824 824 2824 2824 48 49 QEAAAA YQNAAA AAAAxx -1558 9229 0 2 8 18 58 558 1558 1558 1558 116 117 YHAAAA ZQNAAA HHHHxx -5436 9230 0 0 6 16 36 436 1436 436 5436 72 73 CBAAAA ARNAAA OOOOxx -1161 9231 1 1 1 1 61 161 1161 1161 1161 122 123 RSAAAA BRNAAA VVVVxx -7569 9232 1 1 9 9 69 569 1569 2569 7569 138 139 DFAAAA CRNAAA AAAAxx -9614 9233 0 2 4 14 14 614 1614 4614 9614 28 29 UFAAAA DRNAAA HHHHxx -6970 9234 0 2 0 10 70 970 970 1970 6970 140 141 CIAAAA ERNAAA OOOOxx -2422 9235 0 2 2 2 22 422 422 2422 2422 44 45 EPAAAA FRNAAA VVVVxx -8860 9236 0 0 0 0 60 860 860 3860 8860 120 121 UCAAAA GRNAAA AAAAxx -9912 9237 0 0 2 12 12 912 1912 4912 9912 24 25 GRAAAA HRNAAA HHHHxx -1109 9238 1 1 9 9 9 109 1109 1109 1109 18 19 RQAAAA IRNAAA OOOOxx -3286 9239 0 2 6 6 86 286 1286 3286 3286 172 173 KWAAAA JRNAAA VVVVxx -2277 9240 1 1 7 17 77 277 277 2277 2277 154 155 PJAAAA KRNAAA AAAAxx -8656 9241 0 0 6 16 56 656 656 3656 8656 112 113 YUAAAA LRNAAA HHHHxx -4656 9242 0 0 6 16 56 656 656 4656 4656 112 113 CXAAAA MRNAAA OOOOxx -6965 9243 1 1 5 5 65 965 965 1965 6965 130 131 XHAAAA NRNAAA VVVVxx -7591 9244 1 3 1 11 91 591 1591 2591 7591 182 183 ZFAAAA ORNAAA AAAAxx -4883 9245 1 3 3 3 83 883 883 4883 4883 166 167 VFAAAA PRNAAA HHHHxx -452 9246 0 0 2 12 52 452 452 452 452 104 105 KRAAAA QRNAAA OOOOxx -4018 9247 0 2 8 18 18 18 18 4018 4018 36 37 OYAAAA RRNAAA VVVVxx -4066 9248 0 2 6 6 66 66 66 4066 4066 132 133 KAAAAA SRNAAA AAAAxx -6480 9249 0 0 0 0 80 480 480 1480 6480 160 161 GPAAAA TRNAAA HHHHxx -8634 9250 0 2 4 14 34 634 634 3634 8634 68 69 CUAAAA URNAAA OOOOxx -9387 9251 1 3 7 7 87 387 1387 4387 9387 174 175 BXAAAA VRNAAA VVVVxx -3476 9252 0 0 6 16 76 476 1476 3476 3476 152 153 SDAAAA WRNAAA AAAAxx -5995 9253 1 3 5 15 95 995 1995 995 5995 190 191 PWAAAA XRNAAA HHHHxx -9677 9254 1 1 7 17 77 677 1677 4677 9677 154 155 FIAAAA YRNAAA OOOOxx -3884 9255 0 0 4 4 84 884 1884 3884 3884 168 169 KTAAAA ZRNAAA VVVVxx -6500 9256 0 0 0 0 0 500 500 1500 6500 0 1 AQAAAA ASNAAA AAAAxx -7972 9257 0 0 2 12 72 972 1972 2972 7972 144 145 QUAAAA BSNAAA HHHHxx -5281 9258 1 1 1 1 81 281 1281 281 5281 162 163 DVAAAA CSNAAA OOOOxx -1288 9259 0 0 8 8 88 288 1288 1288 1288 176 177 OXAAAA DSNAAA VVVVxx -4366 9260 0 2 6 6 66 366 366 4366 4366 132 133 YLAAAA ESNAAA AAAAxx -6557 9261 1 1 7 17 57 557 557 1557 6557 114 115 FSAAAA FSNAAA HHHHxx -7086 9262 0 2 6 6 86 86 1086 2086 7086 172 173 OMAAAA GSNAAA OOOOxx -6588 9263 0 0 8 8 88 588 588 1588 6588 176 177 KTAAAA HSNAAA VVVVxx -9062 9264 0 2 2 2 62 62 1062 4062 9062 124 125 OKAAAA ISNAAA AAAAxx -9230 9265 0 2 0 10 30 230 1230 4230 9230 60 61 ARAAAA JSNAAA HHHHxx -7672 9266 0 0 2 12 72 672 1672 2672 7672 144 145 CJAAAA KSNAAA OOOOxx -5204 9267 0 0 4 4 4 204 1204 204 5204 8 9 ESAAAA LSNAAA VVVVxx -2836 9268 0 0 6 16 36 836 836 2836 2836 72 73 CFAAAA MSNAAA AAAAxx -7165 9269 1 1 5 5 65 165 1165 2165 7165 130 131 PPAAAA NSNAAA HHHHxx -971 9270 1 3 1 11 71 971 971 971 971 142 143 JLAAAA OSNAAA OOOOxx -3851 9271 1 3 1 11 51 851 1851 3851 3851 102 103 DSAAAA PSNAAA VVVVxx -8593 9272 1 1 3 13 93 593 593 3593 8593 186 187 NSAAAA QSNAAA AAAAxx -7742 9273 0 2 2 2 42 742 1742 2742 7742 84 85 ULAAAA RSNAAA HHHHxx -2887 9274 1 3 7 7 87 887 887 2887 2887 174 175 BHAAAA SSNAAA OOOOxx -8479 9275 1 3 9 19 79 479 479 3479 8479 158 159 DOAAAA TSNAAA VVVVxx -9514 9276 0 2 4 14 14 514 1514 4514 9514 28 29 YBAAAA USNAAA AAAAxx -273 9277 1 1 3 13 73 273 273 273 273 146 147 NKAAAA VSNAAA HHHHxx -2938 9278 0 2 8 18 38 938 938 2938 2938 76 77 AJAAAA WSNAAA OOOOxx -9793 9279 1 1 3 13 93 793 1793 4793 9793 186 187 RMAAAA XSNAAA VVVVxx -8050 9280 0 2 0 10 50 50 50 3050 8050 100 101 QXAAAA YSNAAA AAAAxx -6702 9281 0 2 2 2 2 702 702 1702 6702 4 5 UXAAAA ZSNAAA HHHHxx -7290 9282 0 2 0 10 90 290 1290 2290 7290 180 181 KUAAAA ATNAAA OOOOxx -1837 9283 1 1 7 17 37 837 1837 1837 1837 74 75 RSAAAA BTNAAA VVVVxx -3206 9284 0 2 6 6 6 206 1206 3206 3206 12 13 ITAAAA CTNAAA AAAAxx -4925 9285 1 1 5 5 25 925 925 4925 4925 50 51 LHAAAA DTNAAA HHHHxx -5066 9286 0 2 6 6 66 66 1066 66 5066 132 133 WMAAAA ETNAAA OOOOxx -3401 9287 1 1 1 1 1 401 1401 3401 3401 2 3 VAAAAA FTNAAA VVVVxx -3474 9288 0 2 4 14 74 474 1474 3474 3474 148 149 QDAAAA GTNAAA AAAAxx -57 9289 1 1 7 17 57 57 57 57 57 114 115 FCAAAA HTNAAA HHHHxx -2082 9290 0 2 2 2 82 82 82 2082 2082 164 165 CCAAAA ITNAAA OOOOxx -100 9291 0 0 0 0 0 100 100 100 100 0 1 WDAAAA JTNAAA VVVVxx -9665 9292 1 1 5 5 65 665 1665 4665 9665 130 131 THAAAA KTNAAA AAAAxx -8284 9293 0 0 4 4 84 284 284 3284 8284 168 169 QGAAAA LTNAAA HHHHxx -958 9294 0 2 8 18 58 958 958 958 958 116 117 WKAAAA MTNAAA OOOOxx -5282 9295 0 2 2 2 82 282 1282 282 5282 164 165 EVAAAA NTNAAA VVVVxx -4257 9296 1 1 7 17 57 257 257 4257 4257 114 115 THAAAA OTNAAA AAAAxx -3160 9297 0 0 0 0 60 160 1160 3160 3160 120 121 ORAAAA PTNAAA HHHHxx -8449 9298 1 1 9 9 49 449 449 3449 8449 98 99 ZMAAAA QTNAAA OOOOxx -500 9299 0 0 0 0 0 500 500 500 500 0 1 GTAAAA RTNAAA VVVVxx -6432 9300 0 0 2 12 32 432 432 1432 6432 64 65 KNAAAA STNAAA AAAAxx -6220 9301 0 0 0 0 20 220 220 1220 6220 40 41 GFAAAA TTNAAA HHHHxx -7233 9302 1 1 3 13 33 233 1233 2233 7233 66 67 FSAAAA UTNAAA OOOOxx -2723 9303 1 3 3 3 23 723 723 2723 2723 46 47 TAAAAA VTNAAA VVVVxx -1899 9304 1 3 9 19 99 899 1899 1899 1899 198 199 BVAAAA WTNAAA AAAAxx -7158 9305 0 2 8 18 58 158 1158 2158 7158 116 117 IPAAAA XTNAAA HHHHxx -202 9306 0 2 2 2 2 202 202 202 202 4 5 UHAAAA YTNAAA OOOOxx -2286 9307 0 2 6 6 86 286 286 2286 2286 172 173 YJAAAA ZTNAAA VVVVxx -5356 9308 0 0 6 16 56 356 1356 356 5356 112 113 AYAAAA AUNAAA AAAAxx -3809 9309 1 1 9 9 9 809 1809 3809 3809 18 19 NQAAAA BUNAAA HHHHxx -3979 9310 1 3 9 19 79 979 1979 3979 3979 158 159 BXAAAA CUNAAA OOOOxx -8359 9311 1 3 9 19 59 359 359 3359 8359 118 119 NJAAAA DUNAAA VVVVxx -3479 9312 1 3 9 19 79 479 1479 3479 3479 158 159 VDAAAA EUNAAA AAAAxx -4895 9313 1 3 5 15 95 895 895 4895 4895 190 191 HGAAAA FUNAAA HHHHxx -6059 9314 1 3 9 19 59 59 59 1059 6059 118 119 BZAAAA GUNAAA OOOOxx -9560 9315 0 0 0 0 60 560 1560 4560 9560 120 121 SDAAAA HUNAAA VVVVxx -6756 9316 0 0 6 16 56 756 756 1756 6756 112 113 WZAAAA IUNAAA AAAAxx -7504 9317 0 0 4 4 4 504 1504 2504 7504 8 9 QCAAAA JUNAAA HHHHxx -6762 9318 0 2 2 2 62 762 762 1762 6762 124 125 CAAAAA KUNAAA OOOOxx -5304 9319 0 0 4 4 4 304 1304 304 5304 8 9 AWAAAA LUNAAA VVVVxx -9533 9320 1 1 3 13 33 533 1533 4533 9533 66 67 RCAAAA MUNAAA AAAAxx -6649 9321 1 1 9 9 49 649 649 1649 6649 98 99 TVAAAA NUNAAA HHHHxx -38 9322 0 2 8 18 38 38 38 38 38 76 77 MBAAAA OUNAAA OOOOxx -5713 9323 1 1 3 13 13 713 1713 713 5713 26 27 TLAAAA PUNAAA VVVVxx -3000 9324 0 0 0 0 0 0 1000 3000 3000 0 1 KLAAAA QUNAAA AAAAxx -3738 9325 0 2 8 18 38 738 1738 3738 3738 76 77 UNAAAA RUNAAA HHHHxx -3327 9326 1 3 7 7 27 327 1327 3327 3327 54 55 ZXAAAA SUNAAA OOOOxx -3922 9327 0 2 2 2 22 922 1922 3922 3922 44 45 WUAAAA TUNAAA VVVVxx -9245 9328 1 1 5 5 45 245 1245 4245 9245 90 91 PRAAAA UUNAAA AAAAxx -2172 9329 0 0 2 12 72 172 172 2172 2172 144 145 OFAAAA VUNAAA HHHHxx -7128 9330 0 0 8 8 28 128 1128 2128 7128 56 57 EOAAAA WUNAAA OOOOxx -1195 9331 1 3 5 15 95 195 1195 1195 1195 190 191 ZTAAAA XUNAAA VVVVxx -8445 9332 1 1 5 5 45 445 445 3445 8445 90 91 VMAAAA YUNAAA AAAAxx -8638 9333 0 2 8 18 38 638 638 3638 8638 76 77 GUAAAA ZUNAAA HHHHxx -1249 9334 1 1 9 9 49 249 1249 1249 1249 98 99 BWAAAA AVNAAA OOOOxx -8659 9335 1 3 9 19 59 659 659 3659 8659 118 119 BVAAAA BVNAAA VVVVxx -3556 9336 0 0 6 16 56 556 1556 3556 3556 112 113 UGAAAA CVNAAA AAAAxx -3347 9337 1 3 7 7 47 347 1347 3347 3347 94 95 TYAAAA DVNAAA HHHHxx -3260 9338 0 0 0 0 60 260 1260 3260 3260 120 121 KVAAAA EVNAAA OOOOxx -5139 9339 1 3 9 19 39 139 1139 139 5139 78 79 RPAAAA FVNAAA VVVVxx -9991 9340 1 3 1 11 91 991 1991 4991 9991 182 183 HUAAAA GVNAAA AAAAxx -5499 9341 1 3 9 19 99 499 1499 499 5499 198 199 NDAAAA HVNAAA HHHHxx -8082 9342 0 2 2 2 82 82 82 3082 8082 164 165 WYAAAA IVNAAA OOOOxx -1640 9343 0 0 0 0 40 640 1640 1640 1640 80 81 CLAAAA JVNAAA VVVVxx -8726 9344 0 2 6 6 26 726 726 3726 8726 52 53 QXAAAA KVNAAA AAAAxx -2339 9345 1 3 9 19 39 339 339 2339 2339 78 79 ZLAAAA LVNAAA HHHHxx -2601 9346 1 1 1 1 1 601 601 2601 2601 2 3 BWAAAA MVNAAA OOOOxx -9940 9347 0 0 0 0 40 940 1940 4940 9940 80 81 ISAAAA NVNAAA VVVVxx -4185 9348 1 1 5 5 85 185 185 4185 4185 170 171 ZEAAAA OVNAAA AAAAxx -9546 9349 0 2 6 6 46 546 1546 4546 9546 92 93 EDAAAA PVNAAA HHHHxx -5218 9350 0 2 8 18 18 218 1218 218 5218 36 37 SSAAAA QVNAAA OOOOxx -4374 9351 0 2 4 14 74 374 374 4374 4374 148 149 GMAAAA RVNAAA VVVVxx -288 9352 0 0 8 8 88 288 288 288 288 176 177 CLAAAA SVNAAA AAAAxx -7445 9353 1 1 5 5 45 445 1445 2445 7445 90 91 JAAAAA TVNAAA HHHHxx -1710 9354 0 2 0 10 10 710 1710 1710 1710 20 21 UNAAAA UVNAAA OOOOxx -6409 9355 1 1 9 9 9 409 409 1409 6409 18 19 NMAAAA VVNAAA VVVVxx -7982 9356 0 2 2 2 82 982 1982 2982 7982 164 165 AVAAAA WVNAAA AAAAxx -4950 9357 0 2 0 10 50 950 950 4950 4950 100 101 KIAAAA XVNAAA HHHHxx -9242 9358 0 2 2 2 42 242 1242 4242 9242 84 85 MRAAAA YVNAAA OOOOxx -3272 9359 0 0 2 12 72 272 1272 3272 3272 144 145 WVAAAA ZVNAAA VVVVxx -739 9360 1 3 9 19 39 739 739 739 739 78 79 LCAAAA AWNAAA AAAAxx -5526 9361 0 2 6 6 26 526 1526 526 5526 52 53 OEAAAA BWNAAA HHHHxx -8189 9362 1 1 9 9 89 189 189 3189 8189 178 179 ZCAAAA CWNAAA OOOOxx -9106 9363 0 2 6 6 6 106 1106 4106 9106 12 13 GMAAAA DWNAAA VVVVxx -9775 9364 1 3 5 15 75 775 1775 4775 9775 150 151 ZLAAAA EWNAAA AAAAxx -4643 9365 1 3 3 3 43 643 643 4643 4643 86 87 PWAAAA FWNAAA HHHHxx -8396 9366 0 0 6 16 96 396 396 3396 8396 192 193 YKAAAA GWNAAA OOOOxx -3255 9367 1 3 5 15 55 255 1255 3255 3255 110 111 FVAAAA HWNAAA VVVVxx -301 9368 1 1 1 1 1 301 301 301 301 2 3 PLAAAA IWNAAA AAAAxx -6014 9369 0 2 4 14 14 14 14 1014 6014 28 29 IXAAAA JWNAAA HHHHxx -6046 9370 0 2 6 6 46 46 46 1046 6046 92 93 OYAAAA KWNAAA OOOOxx -984 9371 0 0 4 4 84 984 984 984 984 168 169 WLAAAA LWNAAA VVVVxx -2420 9372 0 0 0 0 20 420 420 2420 2420 40 41 CPAAAA MWNAAA AAAAxx -2922 9373 0 2 2 2 22 922 922 2922 2922 44 45 KIAAAA NWNAAA HHHHxx -2317 9374 1 1 7 17 17 317 317 2317 2317 34 35 DLAAAA OWNAAA OOOOxx -7332 9375 0 0 2 12 32 332 1332 2332 7332 64 65 AWAAAA PWNAAA VVVVxx -6451 9376 1 3 1 11 51 451 451 1451 6451 102 103 DOAAAA QWNAAA AAAAxx -2589 9377 1 1 9 9 89 589 589 2589 2589 178 179 PVAAAA RWNAAA HHHHxx -4333 9378 1 1 3 13 33 333 333 4333 4333 66 67 RKAAAA SWNAAA OOOOxx -8650 9379 0 2 0 10 50 650 650 3650 8650 100 101 SUAAAA TWNAAA VVVVxx -6856 9380 0 0 6 16 56 856 856 1856 6856 112 113 SDAAAA UWNAAA AAAAxx -4194 9381 0 2 4 14 94 194 194 4194 4194 188 189 IFAAAA VWNAAA HHHHxx -6246 9382 0 2 6 6 46 246 246 1246 6246 92 93 GGAAAA WWNAAA OOOOxx -4371 9383 1 3 1 11 71 371 371 4371 4371 142 143 DMAAAA XWNAAA VVVVxx -1388 9384 0 0 8 8 88 388 1388 1388 1388 176 177 KBAAAA YWNAAA AAAAxx -1056 9385 0 0 6 16 56 56 1056 1056 1056 112 113 QOAAAA ZWNAAA HHHHxx -6041 9386 1 1 1 1 41 41 41 1041 6041 82 83 JYAAAA AXNAAA OOOOxx -6153 9387 1 1 3 13 53 153 153 1153 6153 106 107 RCAAAA BXNAAA VVVVxx -8450 9388 0 2 0 10 50 450 450 3450 8450 100 101 ANAAAA CXNAAA AAAAxx -3469 9389 1 1 9 9 69 469 1469 3469 3469 138 139 LDAAAA DXNAAA HHHHxx -5226 9390 0 2 6 6 26 226 1226 226 5226 52 53 ATAAAA EXNAAA OOOOxx -8112 9391 0 0 2 12 12 112 112 3112 8112 24 25 AAAAAA FXNAAA VVVVxx -647 9392 1 3 7 7 47 647 647 647 647 94 95 XYAAAA GXNAAA AAAAxx -2567 9393 1 3 7 7 67 567 567 2567 2567 134 135 TUAAAA HXNAAA HHHHxx -9064 9394 0 0 4 4 64 64 1064 4064 9064 128 129 QKAAAA IXNAAA OOOOxx -5161 9395 1 1 1 1 61 161 1161 161 5161 122 123 NQAAAA JXNAAA VVVVxx -5260 9396 0 0 0 0 60 260 1260 260 5260 120 121 IUAAAA KXNAAA AAAAxx -8988 9397 0 0 8 8 88 988 988 3988 8988 176 177 SHAAAA LXNAAA HHHHxx -9678 9398 0 2 8 18 78 678 1678 4678 9678 156 157 GIAAAA MXNAAA OOOOxx -6853 9399 1 1 3 13 53 853 853 1853 6853 106 107 PDAAAA NXNAAA VVVVxx -5294 9400 0 2 4 14 94 294 1294 294 5294 188 189 QVAAAA OXNAAA AAAAxx -9864 9401 0 0 4 4 64 864 1864 4864 9864 128 129 KPAAAA PXNAAA HHHHxx -8702 9402 0 2 2 2 2 702 702 3702 8702 4 5 SWAAAA QXNAAA OOOOxx -1132 9403 0 0 2 12 32 132 1132 1132 1132 64 65 ORAAAA RXNAAA VVVVxx -1524 9404 0 0 4 4 24 524 1524 1524 1524 48 49 QGAAAA SXNAAA AAAAxx -4560 9405 0 0 0 0 60 560 560 4560 4560 120 121 KTAAAA TXNAAA HHHHxx -2137 9406 1 1 7 17 37 137 137 2137 2137 74 75 FEAAAA UXNAAA OOOOxx -3283 9407 1 3 3 3 83 283 1283 3283 3283 166 167 HWAAAA VXNAAA VVVVxx -3377 9408 1 1 7 17 77 377 1377 3377 3377 154 155 XZAAAA WXNAAA AAAAxx -2267 9409 1 3 7 7 67 267 267 2267 2267 134 135 FJAAAA XXNAAA HHHHxx -8987 9410 1 3 7 7 87 987 987 3987 8987 174 175 RHAAAA YXNAAA OOOOxx -6709 9411 1 1 9 9 9 709 709 1709 6709 18 19 BYAAAA ZXNAAA VVVVxx -8059 9412 1 3 9 19 59 59 59 3059 8059 118 119 ZXAAAA AYNAAA AAAAxx -3402 9413 0 2 2 2 2 402 1402 3402 3402 4 5 WAAAAA BYNAAA HHHHxx -6443 9414 1 3 3 3 43 443 443 1443 6443 86 87 VNAAAA CYNAAA OOOOxx -8858 9415 0 2 8 18 58 858 858 3858 8858 116 117 SCAAAA DYNAAA VVVVxx -3974 9416 0 2 4 14 74 974 1974 3974 3974 148 149 WWAAAA EYNAAA AAAAxx -3521 9417 1 1 1 1 21 521 1521 3521 3521 42 43 LFAAAA FYNAAA HHHHxx -9509 9418 1 1 9 9 9 509 1509 4509 9509 18 19 TBAAAA GYNAAA OOOOxx -5442 9419 0 2 2 2 42 442 1442 442 5442 84 85 IBAAAA HYNAAA VVVVxx -8968 9420 0 0 8 8 68 968 968 3968 8968 136 137 YGAAAA IYNAAA AAAAxx -333 9421 1 1 3 13 33 333 333 333 333 66 67 VMAAAA JYNAAA HHHHxx -952 9422 0 0 2 12 52 952 952 952 952 104 105 QKAAAA KYNAAA OOOOxx -7482 9423 0 2 2 2 82 482 1482 2482 7482 164 165 UBAAAA LYNAAA VVVVxx -1486 9424 0 2 6 6 86 486 1486 1486 1486 172 173 EFAAAA MYNAAA AAAAxx -1815 9425 1 3 5 15 15 815 1815 1815 1815 30 31 VRAAAA NYNAAA HHHHxx -7937 9426 1 1 7 17 37 937 1937 2937 7937 74 75 HTAAAA OYNAAA OOOOxx -1436 9427 0 0 6 16 36 436 1436 1436 1436 72 73 GDAAAA PYNAAA VVVVxx -3470 9428 0 2 0 10 70 470 1470 3470 3470 140 141 MDAAAA QYNAAA AAAAxx -8195 9429 1 3 5 15 95 195 195 3195 8195 190 191 FDAAAA RYNAAA HHHHxx -6906 9430 0 2 6 6 6 906 906 1906 6906 12 13 QFAAAA SYNAAA OOOOxx -2539 9431 1 3 9 19 39 539 539 2539 2539 78 79 RTAAAA TYNAAA VVVVxx -5988 9432 0 0 8 8 88 988 1988 988 5988 176 177 IWAAAA UYNAAA AAAAxx -8908 9433 0 0 8 8 8 908 908 3908 8908 16 17 QEAAAA VYNAAA HHHHxx -2319 9434 1 3 9 19 19 319 319 2319 2319 38 39 FLAAAA WYNAAA OOOOxx -3263 9435 1 3 3 3 63 263 1263 3263 3263 126 127 NVAAAA XYNAAA VVVVxx -4039 9436 1 3 9 19 39 39 39 4039 4039 78 79 JZAAAA YYNAAA AAAAxx -6373 9437 1 1 3 13 73 373 373 1373 6373 146 147 DLAAAA ZYNAAA HHHHxx -1168 9438 0 0 8 8 68 168 1168 1168 1168 136 137 YSAAAA AZNAAA OOOOxx -8338 9439 0 2 8 18 38 338 338 3338 8338 76 77 SIAAAA BZNAAA VVVVxx -1172 9440 0 0 2 12 72 172 1172 1172 1172 144 145 CTAAAA CZNAAA AAAAxx -200 9441 0 0 0 0 0 200 200 200 200 0 1 SHAAAA DZNAAA HHHHxx -6355 9442 1 3 5 15 55 355 355 1355 6355 110 111 LKAAAA EZNAAA OOOOxx -7768 9443 0 0 8 8 68 768 1768 2768 7768 136 137 UMAAAA FZNAAA VVVVxx -25 9444 1 1 5 5 25 25 25 25 25 50 51 ZAAAAA GZNAAA AAAAxx -7144 9445 0 0 4 4 44 144 1144 2144 7144 88 89 UOAAAA HZNAAA HHHHxx -8671 9446 1 3 1 11 71 671 671 3671 8671 142 143 NVAAAA IZNAAA OOOOxx -9163 9447 1 3 3 3 63 163 1163 4163 9163 126 127 LOAAAA JZNAAA VVVVxx -8889 9448 1 1 9 9 89 889 889 3889 8889 178 179 XDAAAA KZNAAA AAAAxx -5950 9449 0 2 0 10 50 950 1950 950 5950 100 101 WUAAAA LZNAAA HHHHxx -6163 9450 1 3 3 3 63 163 163 1163 6163 126 127 BDAAAA MZNAAA OOOOxx -8119 9451 1 3 9 19 19 119 119 3119 8119 38 39 HAAAAA NZNAAA VVVVxx -1416 9452 0 0 6 16 16 416 1416 1416 1416 32 33 MCAAAA OZNAAA AAAAxx -4132 9453 0 0 2 12 32 132 132 4132 4132 64 65 YCAAAA PZNAAA HHHHxx -2294 9454 0 2 4 14 94 294 294 2294 2294 188 189 GKAAAA QZNAAA OOOOxx -9094 9455 0 2 4 14 94 94 1094 4094 9094 188 189 ULAAAA RZNAAA VVVVxx -4168 9456 0 0 8 8 68 168 168 4168 4168 136 137 IEAAAA SZNAAA AAAAxx -9108 9457 0 0 8 8 8 108 1108 4108 9108 16 17 IMAAAA TZNAAA HHHHxx -5706 9458 0 2 6 6 6 706 1706 706 5706 12 13 MLAAAA UZNAAA OOOOxx -2231 9459 1 3 1 11 31 231 231 2231 2231 62 63 VHAAAA VZNAAA VVVVxx -2173 9460 1 1 3 13 73 173 173 2173 2173 146 147 PFAAAA WZNAAA AAAAxx -90 9461 0 2 0 10 90 90 90 90 90 180 181 MDAAAA XZNAAA HHHHxx -9996 9462 0 0 6 16 96 996 1996 4996 9996 192 193 MUAAAA YZNAAA OOOOxx -330 9463 0 2 0 10 30 330 330 330 330 60 61 SMAAAA ZZNAAA VVVVxx -2052 9464 0 0 2 12 52 52 52 2052 2052 104 105 YAAAAA AAOAAA AAAAxx -1093 9465 1 1 3 13 93 93 1093 1093 1093 186 187 BQAAAA BAOAAA HHHHxx -5817 9466 1 1 7 17 17 817 1817 817 5817 34 35 TPAAAA CAOAAA OOOOxx -1559 9467 1 3 9 19 59 559 1559 1559 1559 118 119 ZHAAAA DAOAAA VVVVxx -8405 9468 1 1 5 5 5 405 405 3405 8405 10 11 HLAAAA EAOAAA AAAAxx -9962 9469 0 2 2 2 62 962 1962 4962 9962 124 125 ETAAAA FAOAAA HHHHxx -9461 9470 1 1 1 1 61 461 1461 4461 9461 122 123 XZAAAA GAOAAA OOOOxx -3028 9471 0 0 8 8 28 28 1028 3028 3028 56 57 MMAAAA HAOAAA VVVVxx -6814 9472 0 2 4 14 14 814 814 1814 6814 28 29 CCAAAA IAOAAA AAAAxx -9587 9473 1 3 7 7 87 587 1587 4587 9587 174 175 TEAAAA JAOAAA HHHHxx -6863 9474 1 3 3 3 63 863 863 1863 6863 126 127 ZDAAAA KAOAAA OOOOxx -4963 9475 1 3 3 3 63 963 963 4963 4963 126 127 XIAAAA LAOAAA VVVVxx -7811 9476 1 3 1 11 11 811 1811 2811 7811 22 23 LOAAAA MAOAAA AAAAxx -7608 9477 0 0 8 8 8 608 1608 2608 7608 16 17 QGAAAA NAOAAA HHHHxx -5321 9478 1 1 1 1 21 321 1321 321 5321 42 43 RWAAAA OAOAAA OOOOxx -9971 9479 1 3 1 11 71 971 1971 4971 9971 142 143 NTAAAA PAOAAA VVVVxx -6161 9480 1 1 1 1 61 161 161 1161 6161 122 123 ZCAAAA QAOAAA AAAAxx -2181 9481 1 1 1 1 81 181 181 2181 2181 162 163 XFAAAA RAOAAA HHHHxx -3828 9482 0 0 8 8 28 828 1828 3828 3828 56 57 GRAAAA SAOAAA OOOOxx -348 9483 0 0 8 8 48 348 348 348 348 96 97 KNAAAA TAOAAA VVVVxx -5459 9484 1 3 9 19 59 459 1459 459 5459 118 119 ZBAAAA UAOAAA AAAAxx -9406 9485 0 2 6 6 6 406 1406 4406 9406 12 13 UXAAAA VAOAAA HHHHxx -9852 9486 0 0 2 12 52 852 1852 4852 9852 104 105 YOAAAA WAOAAA OOOOxx -3095 9487 1 3 5 15 95 95 1095 3095 3095 190 191 BPAAAA XAOAAA VVVVxx -5597 9488 1 1 7 17 97 597 1597 597 5597 194 195 HHAAAA YAOAAA AAAAxx -8841 9489 1 1 1 1 41 841 841 3841 8841 82 83 BCAAAA ZAOAAA HHHHxx -3536 9490 0 0 6 16 36 536 1536 3536 3536 72 73 AGAAAA ABOAAA OOOOxx -4009 9491 1 1 9 9 9 9 9 4009 4009 18 19 FYAAAA BBOAAA VVVVxx -7366 9492 0 2 6 6 66 366 1366 2366 7366 132 133 IXAAAA CBOAAA AAAAxx -7327 9493 1 3 7 7 27 327 1327 2327 7327 54 55 VVAAAA DBOAAA HHHHxx -1613 9494 1 1 3 13 13 613 1613 1613 1613 26 27 BKAAAA EBOAAA OOOOxx -8619 9495 1 3 9 19 19 619 619 3619 8619 38 39 NTAAAA FBOAAA VVVVxx -4880 9496 0 0 0 0 80 880 880 4880 4880 160 161 SFAAAA GBOAAA AAAAxx -1552 9497 0 0 2 12 52 552 1552 1552 1552 104 105 SHAAAA HBOAAA HHHHxx -7636 9498 0 0 6 16 36 636 1636 2636 7636 72 73 SHAAAA IBOAAA OOOOxx -8397 9499 1 1 7 17 97 397 397 3397 8397 194 195 ZKAAAA JBOAAA VVVVxx -6224 9500 0 0 4 4 24 224 224 1224 6224 48 49 KFAAAA KBOAAA AAAAxx -9102 9501 0 2 2 2 2 102 1102 4102 9102 4 5 CMAAAA LBOAAA HHHHxx -7906 9502 0 2 6 6 6 906 1906 2906 7906 12 13 CSAAAA MBOAAA OOOOxx -9467 9503 1 3 7 7 67 467 1467 4467 9467 134 135 DAAAAA NBOAAA VVVVxx -828 9504 0 0 8 8 28 828 828 828 828 56 57 WFAAAA OBOAAA AAAAxx -9585 9505 1 1 5 5 85 585 1585 4585 9585 170 171 REAAAA PBOAAA HHHHxx -925 9506 1 1 5 5 25 925 925 925 925 50 51 PJAAAA QBOAAA OOOOxx -7375 9507 1 3 5 15 75 375 1375 2375 7375 150 151 RXAAAA RBOAAA VVVVxx -4027 9508 1 3 7 7 27 27 27 4027 4027 54 55 XYAAAA SBOAAA AAAAxx -766 9509 0 2 6 6 66 766 766 766 766 132 133 MDAAAA TBOAAA HHHHxx -5633 9510 1 1 3 13 33 633 1633 633 5633 66 67 RIAAAA UBOAAA OOOOxx -5648 9511 0 0 8 8 48 648 1648 648 5648 96 97 GJAAAA VBOAAA VVVVxx -148 9512 0 0 8 8 48 148 148 148 148 96 97 SFAAAA WBOAAA AAAAxx -2072 9513 0 0 2 12 72 72 72 2072 2072 144 145 SBAAAA XBOAAA HHHHxx -431 9514 1 3 1 11 31 431 431 431 431 62 63 PQAAAA YBOAAA OOOOxx -1711 9515 1 3 1 11 11 711 1711 1711 1711 22 23 VNAAAA ZBOAAA VVVVxx -9378 9516 0 2 8 18 78 378 1378 4378 9378 156 157 SWAAAA ACOAAA AAAAxx -6776 9517 0 0 6 16 76 776 776 1776 6776 152 153 QAAAAA BCOAAA HHHHxx -6842 9518 0 2 2 2 42 842 842 1842 6842 84 85 EDAAAA CCOAAA OOOOxx -2656 9519 0 0 6 16 56 656 656 2656 2656 112 113 EYAAAA DCOAAA VVVVxx -3116 9520 0 0 6 16 16 116 1116 3116 3116 32 33 WPAAAA ECOAAA AAAAxx -7904 9521 0 0 4 4 4 904 1904 2904 7904 8 9 ASAAAA FCOAAA HHHHxx -3529 9522 1 1 9 9 29 529 1529 3529 3529 58 59 TFAAAA GCOAAA OOOOxx -3240 9523 0 0 0 0 40 240 1240 3240 3240 80 81 QUAAAA HCOAAA VVVVxx -5801 9524 1 1 1 1 1 801 1801 801 5801 2 3 DPAAAA ICOAAA AAAAxx -4090 9525 0 2 0 10 90 90 90 4090 4090 180 181 IBAAAA JCOAAA HHHHxx -7687 9526 1 3 7 7 87 687 1687 2687 7687 174 175 RJAAAA KCOAAA OOOOxx -9711 9527 1 3 1 11 11 711 1711 4711 9711 22 23 NJAAAA LCOAAA VVVVxx -4760 9528 0 0 0 0 60 760 760 4760 4760 120 121 CBAAAA MCOAAA AAAAxx -5524 9529 0 0 4 4 24 524 1524 524 5524 48 49 MEAAAA NCOAAA HHHHxx -2251 9530 1 3 1 11 51 251 251 2251 2251 102 103 PIAAAA OCOAAA OOOOxx -1511 9531 1 3 1 11 11 511 1511 1511 1511 22 23 DGAAAA PCOAAA VVVVxx -5991 9532 1 3 1 11 91 991 1991 991 5991 182 183 LWAAAA QCOAAA AAAAxx -7808 9533 0 0 8 8 8 808 1808 2808 7808 16 17 IOAAAA RCOAAA HHHHxx -8708 9534 0 0 8 8 8 708 708 3708 8708 16 17 YWAAAA SCOAAA OOOOxx -8939 9535 1 3 9 19 39 939 939 3939 8939 78 79 VFAAAA TCOAAA VVVVxx -4295 9536 1 3 5 15 95 295 295 4295 4295 190 191 FJAAAA UCOAAA AAAAxx -5905 9537 1 1 5 5 5 905 1905 905 5905 10 11 DTAAAA VCOAAA HHHHxx -2649 9538 1 1 9 9 49 649 649 2649 2649 98 99 XXAAAA WCOAAA OOOOxx -2347 9539 1 3 7 7 47 347 347 2347 2347 94 95 HMAAAA XCOAAA VVVVxx -6339 9540 1 3 9 19 39 339 339 1339 6339 78 79 VJAAAA YCOAAA AAAAxx -292 9541 0 0 2 12 92 292 292 292 292 184 185 GLAAAA ZCOAAA HHHHxx -9314 9542 0 2 4 14 14 314 1314 4314 9314 28 29 GUAAAA ADOAAA OOOOxx -6893 9543 1 1 3 13 93 893 893 1893 6893 186 187 DFAAAA BDOAAA VVVVxx -3970 9544 0 2 0 10 70 970 1970 3970 3970 140 141 SWAAAA CDOAAA AAAAxx -1652 9545 0 0 2 12 52 652 1652 1652 1652 104 105 OLAAAA DDOAAA HHHHxx -4326 9546 0 2 6 6 26 326 326 4326 4326 52 53 KKAAAA EDOAAA OOOOxx -7881 9547 1 1 1 1 81 881 1881 2881 7881 162 163 DRAAAA FDOAAA VVVVxx -5291 9548 1 3 1 11 91 291 1291 291 5291 182 183 NVAAAA GDOAAA AAAAxx -957 9549 1 1 7 17 57 957 957 957 957 114 115 VKAAAA HDOAAA HHHHxx -2313 9550 1 1 3 13 13 313 313 2313 2313 26 27 ZKAAAA IDOAAA OOOOxx -5463 9551 1 3 3 3 63 463 1463 463 5463 126 127 DCAAAA JDOAAA VVVVxx -1268 9552 0 0 8 8 68 268 1268 1268 1268 136 137 UWAAAA KDOAAA AAAAxx -5028 9553 0 0 8 8 28 28 1028 28 5028 56 57 KLAAAA LDOAAA HHHHxx -656 9554 0 0 6 16 56 656 656 656 656 112 113 GZAAAA MDOAAA OOOOxx -9274 9555 0 2 4 14 74 274 1274 4274 9274 148 149 SSAAAA NDOAAA VVVVxx -8217 9556 1 1 7 17 17 217 217 3217 8217 34 35 BEAAAA ODOAAA AAAAxx -2175 9557 1 3 5 15 75 175 175 2175 2175 150 151 RFAAAA PDOAAA HHHHxx -6028 9558 0 0 8 8 28 28 28 1028 6028 56 57 WXAAAA QDOAAA OOOOxx -7584 9559 0 0 4 4 84 584 1584 2584 7584 168 169 SFAAAA RDOAAA VVVVxx -4114 9560 0 2 4 14 14 114 114 4114 4114 28 29 GCAAAA SDOAAA AAAAxx -8894 9561 0 2 4 14 94 894 894 3894 8894 188 189 CEAAAA TDOAAA HHHHxx -781 9562 1 1 1 1 81 781 781 781 781 162 163 BEAAAA UDOAAA OOOOxx -133 9563 1 1 3 13 33 133 133 133 133 66 67 DFAAAA VDOAAA VVVVxx -7572 9564 0 0 2 12 72 572 1572 2572 7572 144 145 GFAAAA WDOAAA AAAAxx -8514 9565 0 2 4 14 14 514 514 3514 8514 28 29 MPAAAA XDOAAA HHHHxx -3352 9566 0 0 2 12 52 352 1352 3352 3352 104 105 YYAAAA YDOAAA OOOOxx -8098 9567 0 2 8 18 98 98 98 3098 8098 196 197 MZAAAA ZDOAAA VVVVxx -9116 9568 0 0 6 16 16 116 1116 4116 9116 32 33 QMAAAA AEOAAA AAAAxx -9444 9569 0 0 4 4 44 444 1444 4444 9444 88 89 GZAAAA BEOAAA HHHHxx -2590 9570 0 2 0 10 90 590 590 2590 2590 180 181 QVAAAA CEOAAA OOOOxx -7302 9571 0 2 2 2 2 302 1302 2302 7302 4 5 WUAAAA DEOAAA VVVVxx -7444 9572 0 0 4 4 44 444 1444 2444 7444 88 89 IAAAAA EEOAAA AAAAxx -8748 9573 0 0 8 8 48 748 748 3748 8748 96 97 MYAAAA FEOAAA HHHHxx -7615 9574 1 3 5 15 15 615 1615 2615 7615 30 31 XGAAAA GEOAAA OOOOxx -6090 9575 0 2 0 10 90 90 90 1090 6090 180 181 GAAAAA HEOAAA VVVVxx -1529 9576 1 1 9 9 29 529 1529 1529 1529 58 59 VGAAAA IEOAAA AAAAxx -9398 9577 0 2 8 18 98 398 1398 4398 9398 196 197 MXAAAA JEOAAA HHHHxx -6114 9578 0 2 4 14 14 114 114 1114 6114 28 29 EBAAAA KEOAAA OOOOxx -2736 9579 0 0 6 16 36 736 736 2736 2736 72 73 GBAAAA LEOAAA VVVVxx -468 9580 0 0 8 8 68 468 468 468 468 136 137 ASAAAA MEOAAA AAAAxx -1487 9581 1 3 7 7 87 487 1487 1487 1487 174 175 FFAAAA NEOAAA HHHHxx -4784 9582 0 0 4 4 84 784 784 4784 4784 168 169 ACAAAA OEOAAA OOOOxx -6731 9583 1 3 1 11 31 731 731 1731 6731 62 63 XYAAAA PEOAAA VVVVxx -3328 9584 0 0 8 8 28 328 1328 3328 3328 56 57 AYAAAA QEOAAA AAAAxx -6891 9585 1 3 1 11 91 891 891 1891 6891 182 183 BFAAAA REOAAA HHHHxx -8039 9586 1 3 9 19 39 39 39 3039 8039 78 79 FXAAAA SEOAAA OOOOxx -4064 9587 0 0 4 4 64 64 64 4064 4064 128 129 IAAAAA TEOAAA VVVVxx -542 9588 0 2 2 2 42 542 542 542 542 84 85 WUAAAA UEOAAA AAAAxx -1039 9589 1 3 9 19 39 39 1039 1039 1039 78 79 ZNAAAA VEOAAA HHHHxx -5603 9590 1 3 3 3 3 603 1603 603 5603 6 7 NHAAAA WEOAAA OOOOxx -6641 9591 1 1 1 1 41 641 641 1641 6641 82 83 LVAAAA XEOAAA VVVVxx -6307 9592 1 3 7 7 7 307 307 1307 6307 14 15 PIAAAA YEOAAA AAAAxx -5354 9593 0 2 4 14 54 354 1354 354 5354 108 109 YXAAAA ZEOAAA HHHHxx -7878 9594 0 2 8 18 78 878 1878 2878 7878 156 157 ARAAAA AFOAAA OOOOxx -6391 9595 1 3 1 11 91 391 391 1391 6391 182 183 VLAAAA BFOAAA VVVVxx -4575 9596 1 3 5 15 75 575 575 4575 4575 150 151 ZTAAAA CFOAAA AAAAxx -6644 9597 0 0 4 4 44 644 644 1644 6644 88 89 OVAAAA DFOAAA HHHHxx -5207 9598 1 3 7 7 7 207 1207 207 5207 14 15 HSAAAA EFOAAA OOOOxx -1736 9599 0 0 6 16 36 736 1736 1736 1736 72 73 UOAAAA FFOAAA VVVVxx -3547 9600 1 3 7 7 47 547 1547 3547 3547 94 95 LGAAAA GFOAAA AAAAxx -6647 9601 1 3 7 7 47 647 647 1647 6647 94 95 RVAAAA HFOAAA HHHHxx -4107 9602 1 3 7 7 7 107 107 4107 4107 14 15 ZBAAAA IFOAAA OOOOxx -8125 9603 1 1 5 5 25 125 125 3125 8125 50 51 NAAAAA JFOAAA VVVVxx -9223 9604 1 3 3 3 23 223 1223 4223 9223 46 47 TQAAAA KFOAAA AAAAxx -6903 9605 1 3 3 3 3 903 903 1903 6903 6 7 NFAAAA LFOAAA HHHHxx -3639 9606 1 3 9 19 39 639 1639 3639 3639 78 79 ZJAAAA MFOAAA OOOOxx -9606 9607 0 2 6 6 6 606 1606 4606 9606 12 13 MFAAAA NFOAAA VVVVxx -3232 9608 0 0 2 12 32 232 1232 3232 3232 64 65 IUAAAA OFOAAA AAAAxx -2063 9609 1 3 3 3 63 63 63 2063 2063 126 127 JBAAAA PFOAAA HHHHxx -3731 9610 1 3 1 11 31 731 1731 3731 3731 62 63 NNAAAA QFOAAA OOOOxx -2558 9611 0 2 8 18 58 558 558 2558 2558 116 117 KUAAAA RFOAAA VVVVxx -2357 9612 1 1 7 17 57 357 357 2357 2357 114 115 RMAAAA SFOAAA AAAAxx -6008 9613 0 0 8 8 8 8 8 1008 6008 16 17 CXAAAA TFOAAA HHHHxx -8246 9614 0 2 6 6 46 246 246 3246 8246 92 93 EFAAAA UFOAAA OOOOxx -8220 9615 0 0 0 0 20 220 220 3220 8220 40 41 EEAAAA VFOAAA VVVVxx -1075 9616 1 3 5 15 75 75 1075 1075 1075 150 151 JPAAAA WFOAAA AAAAxx -2410 9617 0 2 0 10 10 410 410 2410 2410 20 21 SOAAAA XFOAAA HHHHxx -3253 9618 1 1 3 13 53 253 1253 3253 3253 106 107 DVAAAA YFOAAA OOOOxx -4370 9619 0 2 0 10 70 370 370 4370 4370 140 141 CMAAAA ZFOAAA VVVVxx -8426 9620 0 2 6 6 26 426 426 3426 8426 52 53 CMAAAA AGOAAA AAAAxx -2262 9621 0 2 2 2 62 262 262 2262 2262 124 125 AJAAAA BGOAAA HHHHxx -4149 9622 1 1 9 9 49 149 149 4149 4149 98 99 PDAAAA CGOAAA OOOOxx -2732 9623 0 0 2 12 32 732 732 2732 2732 64 65 CBAAAA DGOAAA VVVVxx -8606 9624 0 2 6 6 6 606 606 3606 8606 12 13 ATAAAA EGOAAA AAAAxx -6311 9625 1 3 1 11 11 311 311 1311 6311 22 23 TIAAAA FGOAAA HHHHxx -7223 9626 1 3 3 3 23 223 1223 2223 7223 46 47 VRAAAA GGOAAA OOOOxx -3054 9627 0 2 4 14 54 54 1054 3054 3054 108 109 MNAAAA HGOAAA VVVVxx -3952 9628 0 0 2 12 52 952 1952 3952 3952 104 105 AWAAAA IGOAAA AAAAxx -8252 9629 0 0 2 12 52 252 252 3252 8252 104 105 KFAAAA JGOAAA HHHHxx -6020 9630 0 0 0 0 20 20 20 1020 6020 40 41 OXAAAA KGOAAA OOOOxx -3846 9631 0 2 6 6 46 846 1846 3846 3846 92 93 YRAAAA LGOAAA VVVVxx -3755 9632 1 3 5 15 55 755 1755 3755 3755 110 111 LOAAAA MGOAAA AAAAxx -3765 9633 1 1 5 5 65 765 1765 3765 3765 130 131 VOAAAA NGOAAA HHHHxx -3434 9634 0 2 4 14 34 434 1434 3434 3434 68 69 CCAAAA OGOAAA OOOOxx -1381 9635 1 1 1 1 81 381 1381 1381 1381 162 163 DBAAAA PGOAAA VVVVxx -287 9636 1 3 7 7 87 287 287 287 287 174 175 BLAAAA QGOAAA AAAAxx -4476 9637 0 0 6 16 76 476 476 4476 4476 152 153 EQAAAA RGOAAA HHHHxx -2916 9638 0 0 6 16 16 916 916 2916 2916 32 33 EIAAAA SGOAAA OOOOxx -4517 9639 1 1 7 17 17 517 517 4517 4517 34 35 TRAAAA TGOAAA VVVVxx -4561 9640 1 1 1 1 61 561 561 4561 4561 122 123 LTAAAA UGOAAA AAAAxx -5106 9641 0 2 6 6 6 106 1106 106 5106 12 13 KOAAAA VGOAAA HHHHxx -2077 9642 1 1 7 17 77 77 77 2077 2077 154 155 XBAAAA WGOAAA OOOOxx -5269 9643 1 1 9 9 69 269 1269 269 5269 138 139 RUAAAA XGOAAA VVVVxx -5688 9644 0 0 8 8 88 688 1688 688 5688 176 177 UKAAAA YGOAAA AAAAxx -8831 9645 1 3 1 11 31 831 831 3831 8831 62 63 RBAAAA ZGOAAA HHHHxx -3867 9646 1 3 7 7 67 867 1867 3867 3867 134 135 TSAAAA AHOAAA OOOOxx -6062 9647 0 2 2 2 62 62 62 1062 6062 124 125 EZAAAA BHOAAA VVVVxx -8460 9648 0 0 0 0 60 460 460 3460 8460 120 121 KNAAAA CHOAAA AAAAxx -3138 9649 0 2 8 18 38 138 1138 3138 3138 76 77 SQAAAA DHOAAA HHHHxx -3173 9650 1 1 3 13 73 173 1173 3173 3173 146 147 BSAAAA EHOAAA OOOOxx -7018 9651 0 2 8 18 18 18 1018 2018 7018 36 37 YJAAAA FHOAAA VVVVxx -4836 9652 0 0 6 16 36 836 836 4836 4836 72 73 AEAAAA GHOAAA AAAAxx -1007 9653 1 3 7 7 7 7 1007 1007 1007 14 15 TMAAAA HHOAAA HHHHxx -658 9654 0 2 8 18 58 658 658 658 658 116 117 IZAAAA IHOAAA OOOOxx -5205 9655 1 1 5 5 5 205 1205 205 5205 10 11 FSAAAA JHOAAA VVVVxx -5805 9656 1 1 5 5 5 805 1805 805 5805 10 11 HPAAAA KHOAAA AAAAxx -5959 9657 1 3 9 19 59 959 1959 959 5959 118 119 FVAAAA LHOAAA HHHHxx -2863 9658 1 3 3 3 63 863 863 2863 2863 126 127 DGAAAA MHOAAA OOOOxx -7272 9659 0 0 2 12 72 272 1272 2272 7272 144 145 STAAAA NHOAAA VVVVxx -8437 9660 1 1 7 17 37 437 437 3437 8437 74 75 NMAAAA OHOAAA AAAAxx -4900 9661 0 0 0 0 0 900 900 4900 4900 0 1 MGAAAA PHOAAA HHHHxx -890 9662 0 2 0 10 90 890 890 890 890 180 181 GIAAAA QHOAAA OOOOxx -3530 9663 0 2 0 10 30 530 1530 3530 3530 60 61 UFAAAA RHOAAA VVVVxx -6209 9664 1 1 9 9 9 209 209 1209 6209 18 19 VEAAAA SHOAAA AAAAxx -4595 9665 1 3 5 15 95 595 595 4595 4595 190 191 TUAAAA THOAAA HHHHxx -5982 9666 0 2 2 2 82 982 1982 982 5982 164 165 CWAAAA UHOAAA OOOOxx -1101 9667 1 1 1 1 1 101 1101 1101 1101 2 3 JQAAAA VHOAAA VVVVxx -9555 9668 1 3 5 15 55 555 1555 4555 9555 110 111 NDAAAA WHOAAA AAAAxx -1918 9669 0 2 8 18 18 918 1918 1918 1918 36 37 UVAAAA XHOAAA HHHHxx -3527 9670 1 3 7 7 27 527 1527 3527 3527 54 55 RFAAAA YHOAAA OOOOxx -7309 9671 1 1 9 9 9 309 1309 2309 7309 18 19 DVAAAA ZHOAAA VVVVxx -8213 9672 1 1 3 13 13 213 213 3213 8213 26 27 XDAAAA AIOAAA AAAAxx -306 9673 0 2 6 6 6 306 306 306 306 12 13 ULAAAA BIOAAA HHHHxx -845 9674 1 1 5 5 45 845 845 845 845 90 91 NGAAAA CIOAAA OOOOxx -16 9675 0 0 6 16 16 16 16 16 16 32 33 QAAAAA DIOAAA VVVVxx -437 9676 1 1 7 17 37 437 437 437 437 74 75 VQAAAA EIOAAA AAAAxx -9518 9677 0 2 8 18 18 518 1518 4518 9518 36 37 CCAAAA FIOAAA HHHHxx -2142 9678 0 2 2 2 42 142 142 2142 2142 84 85 KEAAAA GIOAAA OOOOxx -8121 9679 1 1 1 1 21 121 121 3121 8121 42 43 JAAAAA HIOAAA VVVVxx -7354 9680 0 2 4 14 54 354 1354 2354 7354 108 109 WWAAAA IIOAAA AAAAxx -1720 9681 0 0 0 0 20 720 1720 1720 1720 40 41 EOAAAA JIOAAA HHHHxx -6078 9682 0 2 8 18 78 78 78 1078 6078 156 157 UZAAAA KIOAAA OOOOxx -5929 9683 1 1 9 9 29 929 1929 929 5929 58 59 BUAAAA LIOAAA VVVVxx -3856 9684 0 0 6 16 56 856 1856 3856 3856 112 113 ISAAAA MIOAAA AAAAxx -3424 9685 0 0 4 4 24 424 1424 3424 3424 48 49 SBAAAA NIOAAA HHHHxx -1712 9686 0 0 2 12 12 712 1712 1712 1712 24 25 WNAAAA OIOAAA OOOOxx -2340 9687 0 0 0 0 40 340 340 2340 2340 80 81 AMAAAA PIOAAA VVVVxx -5570 9688 0 2 0 10 70 570 1570 570 5570 140 141 GGAAAA QIOAAA AAAAxx -8734 9689 0 2 4 14 34 734 734 3734 8734 68 69 YXAAAA RIOAAA HHHHxx -6077 9690 1 1 7 17 77 77 77 1077 6077 154 155 TZAAAA SIOAAA OOOOxx -2960 9691 0 0 0 0 60 960 960 2960 2960 120 121 WJAAAA TIOAAA VVVVxx -5062 9692 0 2 2 2 62 62 1062 62 5062 124 125 SMAAAA UIOAAA AAAAxx -1532 9693 0 0 2 12 32 532 1532 1532 1532 64 65 YGAAAA VIOAAA HHHHxx -8298 9694 0 2 8 18 98 298 298 3298 8298 196 197 EHAAAA WIOAAA OOOOxx -2496 9695 0 0 6 16 96 496 496 2496 2496 192 193 ASAAAA XIOAAA VVVVxx -8412 9696 0 0 2 12 12 412 412 3412 8412 24 25 OLAAAA YIOAAA AAAAxx -724 9697 0 0 4 4 24 724 724 724 724 48 49 WBAAAA ZIOAAA HHHHxx -1019 9698 1 3 9 19 19 19 1019 1019 1019 38 39 FNAAAA AJOAAA OOOOxx -6265 9699 1 1 5 5 65 265 265 1265 6265 130 131 ZGAAAA BJOAAA VVVVxx -740 9700 0 0 0 0 40 740 740 740 740 80 81 MCAAAA CJOAAA AAAAxx -8495 9701 1 3 5 15 95 495 495 3495 8495 190 191 TOAAAA DJOAAA HHHHxx -6983 9702 1 3 3 3 83 983 983 1983 6983 166 167 PIAAAA EJOAAA OOOOxx -991 9703 1 3 1 11 91 991 991 991 991 182 183 DMAAAA FJOAAA VVVVxx -3189 9704 1 1 9 9 89 189 1189 3189 3189 178 179 RSAAAA GJOAAA AAAAxx -4487 9705 1 3 7 7 87 487 487 4487 4487 174 175 PQAAAA HJOAAA HHHHxx -5554 9706 0 2 4 14 54 554 1554 554 5554 108 109 QFAAAA IJOAAA OOOOxx -1258 9707 0 2 8 18 58 258 1258 1258 1258 116 117 KWAAAA JJOAAA VVVVxx -5359 9708 1 3 9 19 59 359 1359 359 5359 118 119 DYAAAA KJOAAA AAAAxx -2709 9709 1 1 9 9 9 709 709 2709 2709 18 19 FAAAAA LJOAAA HHHHxx -361 9710 1 1 1 1 61 361 361 361 361 122 123 XNAAAA MJOAAA OOOOxx -4028 9711 0 0 8 8 28 28 28 4028 4028 56 57 YYAAAA NJOAAA VVVVxx -3735 9712 1 3 5 15 35 735 1735 3735 3735 70 71 RNAAAA OJOAAA AAAAxx -4427 9713 1 3 7 7 27 427 427 4427 4427 54 55 HOAAAA PJOAAA HHHHxx -7540 9714 0 0 0 0 40 540 1540 2540 7540 80 81 AEAAAA QJOAAA OOOOxx -3569 9715 1 1 9 9 69 569 1569 3569 3569 138 139 HHAAAA RJOAAA VVVVxx -1916 9716 0 0 6 16 16 916 1916 1916 1916 32 33 SVAAAA SJOAAA AAAAxx -7596 9717 0 0 6 16 96 596 1596 2596 7596 192 193 EGAAAA TJOAAA HHHHxx -9721 9718 1 1 1 1 21 721 1721 4721 9721 42 43 XJAAAA UJOAAA OOOOxx -4429 9719 1 1 9 9 29 429 429 4429 4429 58 59 JOAAAA VJOAAA VVVVxx -3471 9720 1 3 1 11 71 471 1471 3471 3471 142 143 NDAAAA WJOAAA AAAAxx -1157 9721 1 1 7 17 57 157 1157 1157 1157 114 115 NSAAAA XJOAAA HHHHxx -5700 9722 0 0 0 0 0 700 1700 700 5700 0 1 GLAAAA YJOAAA OOOOxx -4431 9723 1 3 1 11 31 431 431 4431 4431 62 63 LOAAAA ZJOAAA VVVVxx -9409 9724 1 1 9 9 9 409 1409 4409 9409 18 19 XXAAAA AKOAAA AAAAxx -8752 9725 0 0 2 12 52 752 752 3752 8752 104 105 QYAAAA BKOAAA HHHHxx -9484 9726 0 0 4 4 84 484 1484 4484 9484 168 169 UAAAAA CKOAAA OOOOxx -1266 9727 0 2 6 6 66 266 1266 1266 1266 132 133 SWAAAA DKOAAA VVVVxx -9097 9728 1 1 7 17 97 97 1097 4097 9097 194 195 XLAAAA EKOAAA AAAAxx -3068 9729 0 0 8 8 68 68 1068 3068 3068 136 137 AOAAAA FKOAAA HHHHxx -5490 9730 0 2 0 10 90 490 1490 490 5490 180 181 EDAAAA GKOAAA OOOOxx -1375 9731 1 3 5 15 75 375 1375 1375 1375 150 151 XAAAAA HKOAAA VVVVxx -2487 9732 1 3 7 7 87 487 487 2487 2487 174 175 RRAAAA IKOAAA AAAAxx -1705 9733 1 1 5 5 5 705 1705 1705 1705 10 11 PNAAAA JKOAAA HHHHxx -1571 9734 1 3 1 11 71 571 1571 1571 1571 142 143 LIAAAA KKOAAA OOOOxx -4005 9735 1 1 5 5 5 5 5 4005 4005 10 11 BYAAAA LKOAAA VVVVxx -5497 9736 1 1 7 17 97 497 1497 497 5497 194 195 LDAAAA MKOAAA AAAAxx -2144 9737 0 0 4 4 44 144 144 2144 2144 88 89 MEAAAA NKOAAA HHHHxx -4052 9738 0 0 2 12 52 52 52 4052 4052 104 105 WZAAAA OKOAAA OOOOxx -4942 9739 0 2 2 2 42 942 942 4942 4942 84 85 CIAAAA PKOAAA VVVVxx -5504 9740 0 0 4 4 4 504 1504 504 5504 8 9 SDAAAA QKOAAA AAAAxx -2913 9741 1 1 3 13 13 913 913 2913 2913 26 27 BIAAAA RKOAAA HHHHxx -5617 9742 1 1 7 17 17 617 1617 617 5617 34 35 BIAAAA SKOAAA OOOOxx -8179 9743 1 3 9 19 79 179 179 3179 8179 158 159 PCAAAA TKOAAA VVVVxx -9437 9744 1 1 7 17 37 437 1437 4437 9437 74 75 ZYAAAA UKOAAA AAAAxx -1821 9745 1 1 1 1 21 821 1821 1821 1821 42 43 BSAAAA VKOAAA HHHHxx -5737 9746 1 1 7 17 37 737 1737 737 5737 74 75 RMAAAA WKOAAA OOOOxx -4207 9747 1 3 7 7 7 207 207 4207 4207 14 15 VFAAAA XKOAAA VVVVxx -4815 9748 1 3 5 15 15 815 815 4815 4815 30 31 FDAAAA YKOAAA AAAAxx -8707 9749 1 3 7 7 7 707 707 3707 8707 14 15 XWAAAA ZKOAAA HHHHxx -5970 9750 0 2 0 10 70 970 1970 970 5970 140 141 QVAAAA ALOAAA OOOOxx -5501 9751 1 1 1 1 1 501 1501 501 5501 2 3 PDAAAA BLOAAA VVVVxx -4013 9752 1 1 3 13 13 13 13 4013 4013 26 27 JYAAAA CLOAAA AAAAxx -9235 9753 1 3 5 15 35 235 1235 4235 9235 70 71 FRAAAA DLOAAA HHHHxx -2503 9754 1 3 3 3 3 503 503 2503 2503 6 7 HSAAAA ELOAAA OOOOxx -9181 9755 1 1 1 1 81 181 1181 4181 9181 162 163 DPAAAA FLOAAA VVVVxx -2289 9756 1 1 9 9 89 289 289 2289 2289 178 179 BKAAAA GLOAAA AAAAxx -4256 9757 0 0 6 16 56 256 256 4256 4256 112 113 SHAAAA HLOAAA HHHHxx -191 9758 1 3 1 11 91 191 191 191 191 182 183 JHAAAA ILOAAA OOOOxx -9655 9759 1 3 5 15 55 655 1655 4655 9655 110 111 JHAAAA JLOAAA VVVVxx -8615 9760 1 3 5 15 15 615 615 3615 8615 30 31 JTAAAA KLOAAA AAAAxx -3011 9761 1 3 1 11 11 11 1011 3011 3011 22 23 VLAAAA LLOAAA HHHHxx -6376 9762 0 0 6 16 76 376 376 1376 6376 152 153 GLAAAA MLOAAA OOOOxx -68 9763 0 0 8 8 68 68 68 68 68 136 137 QCAAAA NLOAAA VVVVxx -4720 9764 0 0 0 0 20 720 720 4720 4720 40 41 OZAAAA OLOAAA AAAAxx -6848 9765 0 0 8 8 48 848 848 1848 6848 96 97 KDAAAA PLOAAA HHHHxx -456 9766 0 0 6 16 56 456 456 456 456 112 113 ORAAAA QLOAAA OOOOxx -5887 9767 1 3 7 7 87 887 1887 887 5887 174 175 LSAAAA RLOAAA VVVVxx -9249 9768 1 1 9 9 49 249 1249 4249 9249 98 99 TRAAAA SLOAAA AAAAxx -4041 9769 1 1 1 1 41 41 41 4041 4041 82 83 LZAAAA TLOAAA HHHHxx -2304 9770 0 0 4 4 4 304 304 2304 2304 8 9 QKAAAA ULOAAA OOOOxx -8763 9771 1 3 3 3 63 763 763 3763 8763 126 127 BZAAAA VLOAAA VVVVxx -2115 9772 1 3 5 15 15 115 115 2115 2115 30 31 JDAAAA WLOAAA AAAAxx -8014 9773 0 2 4 14 14 14 14 3014 8014 28 29 GWAAAA XLOAAA HHHHxx -9895 9774 1 3 5 15 95 895 1895 4895 9895 190 191 PQAAAA YLOAAA OOOOxx -671 9775 1 3 1 11 71 671 671 671 671 142 143 VZAAAA ZLOAAA VVVVxx -3774 9776 0 2 4 14 74 774 1774 3774 3774 148 149 EPAAAA AMOAAA AAAAxx -134 9777 0 2 4 14 34 134 134 134 134 68 69 EFAAAA BMOAAA HHHHxx -534 9778 0 2 4 14 34 534 534 534 534 68 69 OUAAAA CMOAAA OOOOxx -7308 9779 0 0 8 8 8 308 1308 2308 7308 16 17 CVAAAA DMOAAA VVVVxx -5244 9780 0 0 4 4 44 244 1244 244 5244 88 89 STAAAA EMOAAA AAAAxx -1512 9781 0 0 2 12 12 512 1512 1512 1512 24 25 EGAAAA FMOAAA HHHHxx -8960 9782 0 0 0 0 60 960 960 3960 8960 120 121 QGAAAA GMOAAA OOOOxx -6602 9783 0 2 2 2 2 602 602 1602 6602 4 5 YTAAAA HMOAAA VVVVxx -593 9784 1 1 3 13 93 593 593 593 593 186 187 VWAAAA IMOAAA AAAAxx -2353 9785 1 1 3 13 53 353 353 2353 2353 106 107 NMAAAA JMOAAA HHHHxx -4139 9786 1 3 9 19 39 139 139 4139 4139 78 79 FDAAAA KMOAAA OOOOxx -3063 9787 1 3 3 3 63 63 1063 3063 3063 126 127 VNAAAA LMOAAA VVVVxx -652 9788 0 0 2 12 52 652 652 652 652 104 105 CZAAAA MMOAAA AAAAxx -7405 9789 1 1 5 5 5 405 1405 2405 7405 10 11 VYAAAA NMOAAA HHHHxx -3034 9790 0 2 4 14 34 34 1034 3034 3034 68 69 SMAAAA OMOAAA OOOOxx -4614 9791 0 2 4 14 14 614 614 4614 4614 28 29 MVAAAA PMOAAA VVVVxx -2351 9792 1 3 1 11 51 351 351 2351 2351 102 103 LMAAAA QMOAAA AAAAxx -8208 9793 0 0 8 8 8 208 208 3208 8208 16 17 SDAAAA RMOAAA HHHHxx -5475 9794 1 3 5 15 75 475 1475 475 5475 150 151 PCAAAA SMOAAA OOOOxx -6875 9795 1 3 5 15 75 875 875 1875 6875 150 151 LEAAAA TMOAAA VVVVxx -563 9796 1 3 3 3 63 563 563 563 563 126 127 RVAAAA UMOAAA AAAAxx -3346 9797 0 2 6 6 46 346 1346 3346 3346 92 93 SYAAAA VMOAAA HHHHxx -291 9798 1 3 1 11 91 291 291 291 291 182 183 FLAAAA WMOAAA OOOOxx -6345 9799 1 1 5 5 45 345 345 1345 6345 90 91 BKAAAA XMOAAA VVVVxx -8099 9800 1 3 9 19 99 99 99 3099 8099 198 199 NZAAAA YMOAAA AAAAxx -2078 9801 0 2 8 18 78 78 78 2078 2078 156 157 YBAAAA ZMOAAA HHHHxx -8238 9802 0 2 8 18 38 238 238 3238 8238 76 77 WEAAAA ANOAAA OOOOxx -4482 9803 0 2 2 2 82 482 482 4482 4482 164 165 KQAAAA BNOAAA VVVVxx -716 9804 0 0 6 16 16 716 716 716 716 32 33 OBAAAA CNOAAA AAAAxx -7288 9805 0 0 8 8 88 288 1288 2288 7288 176 177 IUAAAA DNOAAA HHHHxx -5906 9806 0 2 6 6 6 906 1906 906 5906 12 13 ETAAAA ENOAAA OOOOxx -5618 9807 0 2 8 18 18 618 1618 618 5618 36 37 CIAAAA FNOAAA VVVVxx -1141 9808 1 1 1 1 41 141 1141 1141 1141 82 83 XRAAAA GNOAAA AAAAxx -8231 9809 1 3 1 11 31 231 231 3231 8231 62 63 PEAAAA HNOAAA HHHHxx -3713 9810 1 1 3 13 13 713 1713 3713 3713 26 27 VMAAAA INOAAA OOOOxx -9158 9811 0 2 8 18 58 158 1158 4158 9158 116 117 GOAAAA JNOAAA VVVVxx -4051 9812 1 3 1 11 51 51 51 4051 4051 102 103 VZAAAA KNOAAA AAAAxx -1973 9813 1 1 3 13 73 973 1973 1973 1973 146 147 XXAAAA LNOAAA HHHHxx -6710 9814 0 2 0 10 10 710 710 1710 6710 20 21 CYAAAA MNOAAA OOOOxx -1021 9815 1 1 1 1 21 21 1021 1021 1021 42 43 HNAAAA NNOAAA VVVVxx -2196 9816 0 0 6 16 96 196 196 2196 2196 192 193 MGAAAA ONOAAA AAAAxx -8335 9817 1 3 5 15 35 335 335 3335 8335 70 71 PIAAAA PNOAAA HHHHxx -2272 9818 0 0 2 12 72 272 272 2272 2272 144 145 KJAAAA QNOAAA OOOOxx -3818 9819 0 2 8 18 18 818 1818 3818 3818 36 37 WQAAAA RNOAAA VVVVxx -679 9820 1 3 9 19 79 679 679 679 679 158 159 DAAAAA SNOAAA AAAAxx -7512 9821 0 0 2 12 12 512 1512 2512 7512 24 25 YCAAAA TNOAAA HHHHxx -493 9822 1 1 3 13 93 493 493 493 493 186 187 ZSAAAA UNOAAA OOOOxx -5663 9823 1 3 3 3 63 663 1663 663 5663 126 127 VJAAAA VNOAAA VVVVxx -4655 9824 1 3 5 15 55 655 655 4655 4655 110 111 BXAAAA WNOAAA AAAAxx -3996 9825 0 0 6 16 96 996 1996 3996 3996 192 193 SXAAAA XNOAAA HHHHxx -8797 9826 1 1 7 17 97 797 797 3797 8797 194 195 JAAAAA YNOAAA OOOOxx -2991 9827 1 3 1 11 91 991 991 2991 2991 182 183 BLAAAA ZNOAAA VVVVxx -7038 9828 0 2 8 18 38 38 1038 2038 7038 76 77 SKAAAA AOOAAA AAAAxx -4174 9829 0 2 4 14 74 174 174 4174 4174 148 149 OEAAAA BOOAAA HHHHxx -6908 9830 0 0 8 8 8 908 908 1908 6908 16 17 SFAAAA COOAAA OOOOxx -8477 9831 1 1 7 17 77 477 477 3477 8477 154 155 BOAAAA DOOAAA VVVVxx -3576 9832 0 0 6 16 76 576 1576 3576 3576 152 153 OHAAAA EOOAAA AAAAxx -2685 9833 1 1 5 5 85 685 685 2685 2685 170 171 HZAAAA FOOAAA HHHHxx -9161 9834 1 1 1 1 61 161 1161 4161 9161 122 123 JOAAAA GOOAAA OOOOxx -2951 9835 1 3 1 11 51 951 951 2951 2951 102 103 NJAAAA HOOAAA VVVVxx -8362 9836 0 2 2 2 62 362 362 3362 8362 124 125 QJAAAA IOOAAA AAAAxx -2379 9837 1 3 9 19 79 379 379 2379 2379 158 159 NNAAAA JOOAAA HHHHxx -1277 9838 1 1 7 17 77 277 1277 1277 1277 154 155 DXAAAA KOOAAA OOOOxx -1728 9839 0 0 8 8 28 728 1728 1728 1728 56 57 MOAAAA LOOAAA VVVVxx -9816 9840 0 0 6 16 16 816 1816 4816 9816 32 33 ONAAAA MOOAAA AAAAxx -6288 9841 0 0 8 8 88 288 288 1288 6288 176 177 WHAAAA NOOAAA HHHHxx -8985 9842 1 1 5 5 85 985 985 3985 8985 170 171 PHAAAA OOOAAA OOOOxx -771 9843 1 3 1 11 71 771 771 771 771 142 143 RDAAAA POOAAA VVVVxx -464 9844 0 0 4 4 64 464 464 464 464 128 129 WRAAAA QOOAAA AAAAxx -9625 9845 1 1 5 5 25 625 1625 4625 9625 50 51 FGAAAA ROOAAA HHHHxx -9608 9846 0 0 8 8 8 608 1608 4608 9608 16 17 OFAAAA SOOAAA OOOOxx -9170 9847 0 2 0 10 70 170 1170 4170 9170 140 141 SOAAAA TOOAAA VVVVxx -9658 9848 0 2 8 18 58 658 1658 4658 9658 116 117 MHAAAA UOOAAA AAAAxx -7515 9849 1 3 5 15 15 515 1515 2515 7515 30 31 BDAAAA VOOAAA HHHHxx -9400 9850 0 0 0 0 0 400 1400 4400 9400 0 1 OXAAAA WOOAAA OOOOxx -2045 9851 1 1 5 5 45 45 45 2045 2045 90 91 RAAAAA XOOAAA VVVVxx -324 9852 0 0 4 4 24 324 324 324 324 48 49 MMAAAA YOOAAA AAAAxx -4252 9853 0 0 2 12 52 252 252 4252 4252 104 105 OHAAAA ZOOAAA HHHHxx -8329 9854 1 1 9 9 29 329 329 3329 8329 58 59 JIAAAA APOAAA OOOOxx -4472 9855 0 0 2 12 72 472 472 4472 4472 144 145 AQAAAA BPOAAA VVVVxx -1047 9856 1 3 7 7 47 47 1047 1047 1047 94 95 HOAAAA CPOAAA AAAAxx -9341 9857 1 1 1 1 41 341 1341 4341 9341 82 83 HVAAAA DPOAAA HHHHxx -7000 9858 0 0 0 0 0 0 1000 2000 7000 0 1 GJAAAA EPOAAA OOOOxx -1429 9859 1 1 9 9 29 429 1429 1429 1429 58 59 ZCAAAA FPOAAA VVVVxx -2701 9860 1 1 1 1 1 701 701 2701 2701 2 3 XZAAAA GPOAAA AAAAxx -6630 9861 0 2 0 10 30 630 630 1630 6630 60 61 AVAAAA HPOAAA HHHHxx -3669 9862 1 1 9 9 69 669 1669 3669 3669 138 139 DLAAAA IPOAAA OOOOxx -8613 9863 1 1 3 13 13 613 613 3613 8613 26 27 HTAAAA JPOAAA VVVVxx -7080 9864 0 0 0 0 80 80 1080 2080 7080 160 161 IMAAAA KPOAAA AAAAxx -8788 9865 0 0 8 8 88 788 788 3788 8788 176 177 AAAAAA LPOAAA HHHHxx -6291 9866 1 3 1 11 91 291 291 1291 6291 182 183 ZHAAAA MPOAAA OOOOxx -7885 9867 1 1 5 5 85 885 1885 2885 7885 170 171 HRAAAA NPOAAA VVVVxx -7160 9868 0 0 0 0 60 160 1160 2160 7160 120 121 KPAAAA OPOAAA AAAAxx -6140 9869 0 0 0 0 40 140 140 1140 6140 80 81 ECAAAA PPOAAA HHHHxx -9881 9870 1 1 1 1 81 881 1881 4881 9881 162 163 BQAAAA QPOAAA OOOOxx -9140 9871 0 0 0 0 40 140 1140 4140 9140 80 81 ONAAAA RPOAAA VVVVxx -644 9872 0 0 4 4 44 644 644 644 644 88 89 UYAAAA SPOAAA AAAAxx -3667 9873 1 3 7 7 67 667 1667 3667 3667 134 135 BLAAAA TPOAAA HHHHxx -2675 9874 1 3 5 15 75 675 675 2675 2675 150 151 XYAAAA UPOAAA OOOOxx -9492 9875 0 0 2 12 92 492 1492 4492 9492 184 185 CBAAAA VPOAAA VVVVxx -5004 9876 0 0 4 4 4 4 1004 4 5004 8 9 MKAAAA WPOAAA AAAAxx -9456 9877 0 0 6 16 56 456 1456 4456 9456 112 113 SZAAAA XPOAAA HHHHxx -8197 9878 1 1 7 17 97 197 197 3197 8197 194 195 HDAAAA YPOAAA OOOOxx -2837 9879 1 1 7 17 37 837 837 2837 2837 74 75 DFAAAA ZPOAAA VVVVxx -127 9880 1 3 7 7 27 127 127 127 127 54 55 XEAAAA AQOAAA AAAAxx -9772 9881 0 0 2 12 72 772 1772 4772 9772 144 145 WLAAAA BQOAAA HHHHxx -5743 9882 1 3 3 3 43 743 1743 743 5743 86 87 XMAAAA CQOAAA OOOOxx -2007 9883 1 3 7 7 7 7 7 2007 2007 14 15 FZAAAA DQOAAA VVVVxx -7586 9884 0 2 6 6 86 586 1586 2586 7586 172 173 UFAAAA EQOAAA AAAAxx -45 9885 1 1 5 5 45 45 45 45 45 90 91 TBAAAA FQOAAA HHHHxx -6482 9886 0 2 2 2 82 482 482 1482 6482 164 165 IPAAAA GQOAAA OOOOxx -4565 9887 1 1 5 5 65 565 565 4565 4565 130 131 PTAAAA HQOAAA VVVVxx -6975 9888 1 3 5 15 75 975 975 1975 6975 150 151 HIAAAA IQOAAA AAAAxx -7260 9889 0 0 0 0 60 260 1260 2260 7260 120 121 GTAAAA JQOAAA HHHHxx -2830 9890 0 2 0 10 30 830 830 2830 2830 60 61 WEAAAA KQOAAA OOOOxx -9365 9891 1 1 5 5 65 365 1365 4365 9365 130 131 FWAAAA LQOAAA VVVVxx -8207 9892 1 3 7 7 7 207 207 3207 8207 14 15 RDAAAA MQOAAA AAAAxx -2506 9893 0 2 6 6 6 506 506 2506 2506 12 13 KSAAAA NQOAAA HHHHxx -8081 9894 1 1 1 1 81 81 81 3081 8081 162 163 VYAAAA OQOAAA OOOOxx -8678 9895 0 2 8 18 78 678 678 3678 8678 156 157 UVAAAA PQOAAA VVVVxx -9932 9896 0 0 2 12 32 932 1932 4932 9932 64 65 ASAAAA QQOAAA AAAAxx -447 9897 1 3 7 7 47 447 447 447 447 94 95 FRAAAA RQOAAA HHHHxx -9187 9898 1 3 7 7 87 187 1187 4187 9187 174 175 JPAAAA SQOAAA OOOOxx -89 9899 1 1 9 9 89 89 89 89 89 178 179 LDAAAA TQOAAA VVVVxx -7027 9900 1 3 7 7 27 27 1027 2027 7027 54 55 HKAAAA UQOAAA AAAAxx -1536 9901 0 0 6 16 36 536 1536 1536 1536 72 73 CHAAAA VQOAAA HHHHxx -160 9902 0 0 0 0 60 160 160 160 160 120 121 EGAAAA WQOAAA OOOOxx -7679 9903 1 3 9 19 79 679 1679 2679 7679 158 159 JJAAAA XQOAAA VVVVxx -5973 9904 1 1 3 13 73 973 1973 973 5973 146 147 TVAAAA YQOAAA AAAAxx -4401 9905 1 1 1 1 1 401 401 4401 4401 2 3 HNAAAA ZQOAAA HHHHxx -395 9906 1 3 5 15 95 395 395 395 395 190 191 FPAAAA AROAAA OOOOxx -4904 9907 0 0 4 4 4 904 904 4904 4904 8 9 QGAAAA BROAAA VVVVxx -2759 9908 1 3 9 19 59 759 759 2759 2759 118 119 DCAAAA CROAAA AAAAxx -8713 9909 1 1 3 13 13 713 713 3713 8713 26 27 DXAAAA DROAAA HHHHxx -3770 9910 0 2 0 10 70 770 1770 3770 3770 140 141 APAAAA EROAAA OOOOxx -8272 9911 0 0 2 12 72 272 272 3272 8272 144 145 EGAAAA FROAAA VVVVxx -5358 9912 0 2 8 18 58 358 1358 358 5358 116 117 CYAAAA GROAAA AAAAxx -9747 9913 1 3 7 7 47 747 1747 4747 9747 94 95 XKAAAA HROAAA HHHHxx -1567 9914 1 3 7 7 67 567 1567 1567 1567 134 135 HIAAAA IROAAA OOOOxx -2136 9915 0 0 6 16 36 136 136 2136 2136 72 73 EEAAAA JROAAA VVVVxx -314 9916 0 2 4 14 14 314 314 314 314 28 29 CMAAAA KROAAA AAAAxx -4583 9917 1 3 3 3 83 583 583 4583 4583 166 167 HUAAAA LROAAA HHHHxx -375 9918 1 3 5 15 75 375 375 375 375 150 151 LOAAAA MROAAA OOOOxx -5566 9919 0 2 6 6 66 566 1566 566 5566 132 133 CGAAAA NROAAA VVVVxx -6865 9920 1 1 5 5 65 865 865 1865 6865 130 131 BEAAAA OROAAA AAAAxx -894 9921 0 2 4 14 94 894 894 894 894 188 189 KIAAAA PROAAA HHHHxx -5399 9922 1 3 9 19 99 399 1399 399 5399 198 199 RZAAAA QROAAA OOOOxx -1385 9923 1 1 5 5 85 385 1385 1385 1385 170 171 HBAAAA RROAAA VVVVxx -2156 9924 0 0 6 16 56 156 156 2156 2156 112 113 YEAAAA SROAAA AAAAxx -9659 9925 1 3 9 19 59 659 1659 4659 9659 118 119 NHAAAA TROAAA HHHHxx -477 9926 1 1 7 17 77 477 477 477 477 154 155 JSAAAA UROAAA OOOOxx -8194 9927 0 2 4 14 94 194 194 3194 8194 188 189 EDAAAA VROAAA VVVVxx -3937 9928 1 1 7 17 37 937 1937 3937 3937 74 75 LVAAAA WROAAA AAAAxx -3745 9929 1 1 5 5 45 745 1745 3745 3745 90 91 BOAAAA XROAAA HHHHxx -4096 9930 0 0 6 16 96 96 96 4096 4096 192 193 OBAAAA YROAAA OOOOxx -5487 9931 1 3 7 7 87 487 1487 487 5487 174 175 BDAAAA ZROAAA VVVVxx -2475 9932 1 3 5 15 75 475 475 2475 2475 150 151 FRAAAA ASOAAA AAAAxx -6105 9933 1 1 5 5 5 105 105 1105 6105 10 11 VAAAAA BSOAAA HHHHxx -6036 9934 0 0 6 16 36 36 36 1036 6036 72 73 EYAAAA CSOAAA OOOOxx -1315 9935 1 3 5 15 15 315 1315 1315 1315 30 31 PYAAAA DSOAAA VVVVxx -4473 9936 1 1 3 13 73 473 473 4473 4473 146 147 BQAAAA ESOAAA AAAAxx -4016 9937 0 0 6 16 16 16 16 4016 4016 32 33 MYAAAA FSOAAA HHHHxx -8135 9938 1 3 5 15 35 135 135 3135 8135 70 71 XAAAAA GSOAAA OOOOxx -8892 9939 0 0 2 12 92 892 892 3892 8892 184 185 AEAAAA HSOAAA VVVVxx -4850 9940 0 2 0 10 50 850 850 4850 4850 100 101 OEAAAA ISOAAA AAAAxx -2545 9941 1 1 5 5 45 545 545 2545 2545 90 91 XTAAAA JSOAAA HHHHxx -3788 9942 0 0 8 8 88 788 1788 3788 3788 176 177 SPAAAA KSOAAA OOOOxx -1672 9943 0 0 2 12 72 672 1672 1672 1672 144 145 IMAAAA LSOAAA VVVVxx -3664 9944 0 0 4 4 64 664 1664 3664 3664 128 129 YKAAAA MSOAAA AAAAxx -3775 9945 1 3 5 15 75 775 1775 3775 3775 150 151 FPAAAA NSOAAA HHHHxx -3103 9946 1 3 3 3 3 103 1103 3103 3103 6 7 JPAAAA OSOAAA OOOOxx -9335 9947 1 3 5 15 35 335 1335 4335 9335 70 71 BVAAAA PSOAAA VVVVxx -9200 9948 0 0 0 0 0 200 1200 4200 9200 0 1 WPAAAA QSOAAA AAAAxx -8665 9949 1 1 5 5 65 665 665 3665 8665 130 131 HVAAAA RSOAAA HHHHxx -1356 9950 0 0 6 16 56 356 1356 1356 1356 112 113 EAAAAA SSOAAA OOOOxx -6118 9951 0 2 8 18 18 118 118 1118 6118 36 37 IBAAAA TSOAAA VVVVxx -4605 9952 1 1 5 5 5 605 605 4605 4605 10 11 DVAAAA USOAAA AAAAxx -5651 9953 1 3 1 11 51 651 1651 651 5651 102 103 JJAAAA VSOAAA HHHHxx -9055 9954 1 3 5 15 55 55 1055 4055 9055 110 111 HKAAAA WSOAAA OOOOxx -8461 9955 1 1 1 1 61 461 461 3461 8461 122 123 LNAAAA XSOAAA VVVVxx -6107 9956 1 3 7 7 7 107 107 1107 6107 14 15 XAAAAA YSOAAA AAAAxx -1967 9957 1 3 7 7 67 967 1967 1967 1967 134 135 RXAAAA ZSOAAA HHHHxx -8910 9958 0 2 0 10 10 910 910 3910 8910 20 21 SEAAAA ATOAAA OOOOxx -8257 9959 1 1 7 17 57 257 257 3257 8257 114 115 PFAAAA BTOAAA VVVVxx -851 9960 1 3 1 11 51 851 851 851 851 102 103 TGAAAA CTOAAA AAAAxx -7823 9961 1 3 3 3 23 823 1823 2823 7823 46 47 XOAAAA DTOAAA HHHHxx -3208 9962 0 0 8 8 8 208 1208 3208 3208 16 17 KTAAAA ETOAAA OOOOxx -856 9963 0 0 6 16 56 856 856 856 856 112 113 YGAAAA FTOAAA VVVVxx -2654 9964 0 2 4 14 54 654 654 2654 2654 108 109 CYAAAA GTOAAA AAAAxx -7185 9965 1 1 5 5 85 185 1185 2185 7185 170 171 JQAAAA HTOAAA HHHHxx -309 9966 1 1 9 9 9 309 309 309 309 18 19 XLAAAA ITOAAA OOOOxx -9752 9967 0 0 2 12 52 752 1752 4752 9752 104 105 CLAAAA JTOAAA VVVVxx -6405 9968 1 1 5 5 5 405 405 1405 6405 10 11 JMAAAA KTOAAA AAAAxx -6113 9969 1 1 3 13 13 113 113 1113 6113 26 27 DBAAAA LTOAAA HHHHxx -9774 9970 0 2 4 14 74 774 1774 4774 9774 148 149 YLAAAA MTOAAA OOOOxx -1674 9971 0 2 4 14 74 674 1674 1674 1674 148 149 KMAAAA NTOAAA VVVVxx -9602 9972 0 2 2 2 2 602 1602 4602 9602 4 5 IFAAAA OTOAAA AAAAxx -1363 9973 1 3 3 3 63 363 1363 1363 1363 126 127 LAAAAA PTOAAA HHHHxx -6887 9974 1 3 7 7 87 887 887 1887 6887 174 175 XEAAAA QTOAAA OOOOxx -6170 9975 0 2 0 10 70 170 170 1170 6170 140 141 IDAAAA RTOAAA VVVVxx -8888 9976 0 0 8 8 88 888 888 3888 8888 176 177 WDAAAA STOAAA AAAAxx -2981 9977 1 1 1 1 81 981 981 2981 2981 162 163 RKAAAA TTOAAA HHHHxx -7369 9978 1 1 9 9 69 369 1369 2369 7369 138 139 LXAAAA UTOAAA OOOOxx -6227 9979 1 3 7 7 27 227 227 1227 6227 54 55 NFAAAA VTOAAA VVVVxx -8002 9980 0 2 2 2 2 2 2 3002 8002 4 5 UVAAAA WTOAAA AAAAxx -4288 9981 0 0 8 8 88 288 288 4288 4288 176 177 YIAAAA XTOAAA HHHHxx -5136 9982 0 0 6 16 36 136 1136 136 5136 72 73 OPAAAA YTOAAA OOOOxx -1084 9983 0 0 4 4 84 84 1084 1084 1084 168 169 SPAAAA ZTOAAA VVVVxx -9117 9984 1 1 7 17 17 117 1117 4117 9117 34 35 RMAAAA AUOAAA AAAAxx -2406 9985 0 2 6 6 6 406 406 2406 2406 12 13 OOAAAA BUOAAA HHHHxx -1384 9986 0 0 4 4 84 384 1384 1384 1384 168 169 GBAAAA CUOAAA OOOOxx -9194 9987 0 2 4 14 94 194 1194 4194 9194 188 189 QPAAAA DUOAAA VVVVxx -858 9988 0 2 8 18 58 858 858 858 858 116 117 AHAAAA EUOAAA AAAAxx -8592 9989 0 0 2 12 92 592 592 3592 8592 184 185 MSAAAA FUOAAA HHHHxx -4773 9990 1 1 3 13 73 773 773 4773 4773 146 147 PBAAAA GUOAAA OOOOxx -4093 9991 1 1 3 13 93 93 93 4093 4093 186 187 LBAAAA HUOAAA VVVVxx -6587 9992 1 3 7 7 87 587 587 1587 6587 174 175 JTAAAA IUOAAA AAAAxx -6093 9993 1 1 3 13 93 93 93 1093 6093 186 187 JAAAAA JUOAAA HHHHxx -429 9994 1 1 9 9 29 429 429 429 429 58 59 NQAAAA KUOAAA OOOOxx -5780 9995 0 0 0 0 80 780 1780 780 5780 160 161 IOAAAA LUOAAA VVVVxx -1783 9996 1 3 3 3 83 783 1783 1783 1783 166 167 PQAAAA MUOAAA AAAAxx -2992 9997 0 0 2 12 92 992 992 2992 2992 184 185 CLAAAA NUOAAA HHHHxx -0 9998 0 0 0 0 0 0 0 0 0 0 1 AAAAAA OUOAAA OOOOxx -2968 9999 0 0 8 8 68 968 968 2968 2968 136 137 EKAAAA PUOAAA VVVVxx -\. --- --- Data for Name: test_range_excl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.test_range_excl (room, speaker, during) FROM stdin; -[123,124) [1,2) ["2010-01-02 10:00:00","2010-01-02 11:00:00") -[123,124) [2,3) ["2010-01-02 11:00:00","2010-01-02 12:00:00") -[124,125) [3,4) ["2010-01-02 10:10:00","2010-01-02 11:10:00") -\. --- --- Data for Name: test_range_gist; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.test_range_gist (ir) FROM stdin; -[1,11) -[2,12) -[3,13) -[4,14) -[5,15) -[6,16) -[7,17) -[8,18) -[9,19) -[10,20) -[11,21) -[12,22) -[13,23) -[14,24) -[15,25) -[16,26) -[17,27) -[18,28) -[19,29) -[20,30) -[21,31) -[22,32) -[23,33) -[24,34) -[25,35) -[26,36) -[27,37) -[28,38) -[29,39) -[30,40) -[31,41) -[32,42) -[33,43) -[34,44) -[35,45) -[36,46) -[37,47) -[38,48) -[39,49) -[40,50) -[41,51) -[42,52) -[43,53) -[44,54) -[45,55) -[46,56) -[47,57) -[48,58) -[49,59) -[50,60) -[51,61) -[52,62) -[53,63) -[54,64) -[55,65) -[56,66) -[57,67) -[58,68) -[59,69) -[60,70) -[61,71) -[62,72) -[63,73) -[64,74) -[65,75) -[66,76) -[67,77) -[68,78) -[69,79) -[70,80) -[71,81) -[72,82) -[73,83) -[74,84) -[75,85) -[76,86) -[77,87) -[78,88) -[79,89) -[80,90) -[81,91) -[82,92) -[83,93) -[84,94) -[85,95) -[86,96) -[87,97) -[88,98) -[89,99) -[90,100) -[91,101) -[92,102) -[93,103) -[94,104) -[95,105) -[96,106) -[97,107) -[98,108) -[99,109) -[100,110) -[101,111) -[102,112) -[103,113) -[104,114) -[105,115) -[106,116) -[107,117) -[108,118) -[109,119) -[110,120) -[111,121) -[112,122) -[113,123) -[114,124) -[115,125) -[116,126) -[117,127) -[118,128) -[119,129) -[120,130) -[121,131) -[122,132) -[123,133) -[124,134) -[125,135) -[126,136) -[127,137) -[128,138) -[129,139) -[130,140) -[131,141) -[132,142) -[133,143) -[134,144) -[135,145) -[136,146) -[137,147) -[138,148) -[139,149) -[140,150) -[141,151) -[142,152) -[143,153) -[144,154) -[145,155) -[146,156) -[147,157) -[148,158) -[149,159) -[150,160) -[151,161) -[152,162) -[153,163) -[154,164) -[155,165) -[156,166) -[157,167) -[158,168) -[159,169) -[160,170) -[161,171) -[162,172) -[163,173) -[164,174) -[165,175) -[166,176) -[167,177) -[168,178) -[169,179) -[170,180) -[171,181) -[172,182) -[173,183) -[174,184) -[175,185) -[176,186) -[177,187) -[178,188) -[179,189) -[180,190) -[181,191) -[182,192) -[183,193) -[184,194) -[185,195) -[186,196) -[187,197) -[188,198) -[189,199) -[190,200) -[191,201) -[192,202) -[193,203) -[194,204) -[195,205) -[196,206) -[197,207) -[198,208) -[199,209) -[200,210) -[201,211) -[202,212) -[203,213) -[204,214) -[205,215) -[206,216) -[207,217) -[208,218) -[209,219) -[210,220) -[211,221) -[212,222) -[213,223) -[214,224) -[215,225) -[216,226) -[217,227) -[218,228) -[219,229) -[220,230) -[221,231) -[222,232) -[223,233) -[224,234) -[225,235) -[226,236) -[227,237) -[228,238) -[229,239) -[230,240) -[231,241) -[232,242) -[233,243) -[234,244) -[235,245) -[236,246) -[237,247) -[238,248) -[239,249) -[240,250) -[241,251) -[242,252) -[243,253) -[244,254) -[245,255) -[246,256) -[247,257) -[248,258) -[249,259) -[250,260) -[251,261) -[252,262) -[253,263) -[254,264) -[255,265) -[256,266) -[257,267) -[258,268) -[259,269) -[260,270) -[261,271) -[262,272) -[263,273) -[264,274) -[265,275) -[266,276) -[267,277) -[268,278) -[269,279) -[270,280) -[271,281) -[272,282) -[273,283) -[274,284) -[275,285) -[276,286) -[277,287) -[278,288) -[279,289) -[280,290) -[281,291) -[282,292) -[283,293) -[284,294) -[285,295) -[286,296) -[287,297) -[288,298) -[289,299) -[290,300) -[291,301) -[292,302) -[293,303) -[294,304) -[295,305) -[296,306) -[297,307) -[298,308) -[299,309) -[300,310) -[301,311) -[302,312) -[303,313) -[304,314) -[305,315) -[306,316) -[307,317) -[308,318) -[309,319) -[310,320) -[311,321) -[312,322) -[313,323) -[314,324) -[315,325) -[316,326) -[317,327) -[318,328) -[319,329) -[320,330) -[321,331) -[322,332) -[323,333) -[324,334) -[325,335) -[326,336) -[327,337) -[328,338) -[329,339) -[330,340) -[331,341) -[332,342) -[333,343) -[334,344) -[335,345) -[336,346) -[337,347) -[338,348) -[339,349) -[340,350) -[341,351) -[342,352) -[343,353) -[344,354) -[345,355) -[346,356) -[347,357) -[348,358) -[349,359) -[350,360) -[351,361) -[352,362) -[353,363) -[354,364) -[355,365) -[356,366) -[357,367) -[358,368) -[359,369) -[360,370) -[361,371) -[362,372) -[363,373) -[364,374) -[365,375) -[366,376) -[367,377) -[368,378) -[369,379) -[370,380) -[371,381) -[372,382) -[373,383) -[374,384) -[375,385) -[376,386) -[377,387) -[378,388) -[379,389) -[380,390) -[381,391) -[382,392) -[383,393) -[384,394) -[385,395) -[386,396) -[387,397) -[388,398) -[389,399) -[390,400) -[391,401) -[392,402) -[393,403) -[394,404) -[395,405) -[396,406) -[397,407) -[398,408) -[399,409) -[400,410) -[401,411) -[402,412) -[403,413) -[404,414) -[405,415) -[406,416) -[407,417) -[408,418) -[409,419) -[410,420) -[411,421) -[412,422) -[413,423) -[414,424) -[415,425) -[416,426) -[417,427) -[418,428) -[419,429) -[420,430) -[421,431) -[422,432) -[423,433) -[424,434) -[425,435) -[426,436) -[427,437) -[428,438) -[429,439) -[430,440) -[431,441) -[432,442) -[433,443) -[434,444) -[435,445) -[436,446) -[437,447) -[438,448) -[439,449) -[440,450) -[441,451) -[442,452) -[443,453) -[444,454) -[445,455) -[446,456) -[447,457) -[448,458) -[449,459) -[450,460) -[451,461) -[452,462) -[453,463) -[454,464) -[455,465) -[456,466) -[457,467) -[458,468) -[459,469) -[460,470) -[461,471) -[462,472) -[463,473) -[464,474) -[465,475) -[466,476) -[467,477) -[468,478) -[469,479) -[470,480) -[471,481) -[472,482) -[473,483) -[474,484) -[475,485) -[476,486) -[477,487) -[478,488) -[479,489) -[480,490) -[481,491) -[482,492) -[483,493) -[484,494) -[485,495) -[486,496) -[487,497) -[488,498) -[489,499) -[490,500) -[491,501) -[492,502) -[493,503) -[494,504) -[495,505) -[496,506) -[497,507) -[498,508) -[499,509) -[500,510) -[501,511) -[502,512) -[503,513) -[504,514) -[505,515) -[506,516) -[507,517) -[508,518) -[509,519) -[510,520) -[511,521) -[512,522) -[513,523) -[514,524) -[515,525) -[516,526) -[517,527) -[518,528) -[519,529) -[520,530) -[521,531) -[522,532) -[523,533) -[524,534) -[525,535) -[526,536) -[527,537) -[528,538) -[529,539) -[530,540) -[531,541) -[532,542) -[533,543) -[534,544) -[535,545) -[536,546) -[537,547) -[538,548) -[539,549) -[540,550) -[541,551) -[542,552) -[543,553) -[544,554) -[545,555) -[546,556) -[547,557) -[548,558) -[549,559) -[550,560) -[551,561) -[552,562) -[553,563) -[554,564) -[555,565) -[556,566) -[557,567) -[558,568) -[559,569) -[560,570) -[561,571) -[562,572) -[563,573) -[564,574) -[565,575) -[566,576) -[567,577) -[568,578) -[569,579) -[570,580) -[571,581) -[572,582) -[573,583) -[574,584) -[575,585) -[576,586) -[577,587) -[578,588) -[579,589) -[580,590) -[581,591) -[582,592) -[583,593) -[584,594) -[585,595) -[586,596) -[587,597) -[588,598) -[589,599) -[590,600) -[591,601) -[592,602) -[593,603) -[594,604) -[595,605) -[596,606) -[597,607) -[598,608) -[599,609) -[600,610) -[601,611) -[602,612) -[603,613) -[604,614) -[605,615) -[606,616) -[607,617) -[608,618) -[609,619) -[610,620) -[611,621) -[612,622) -[613,623) -[614,624) -[615,625) -[616,626) -[617,627) -[618,628) -[619,629) -[620,630) -[621,631) -[622,632) -[623,633) -[624,634) -[625,635) -[626,636) -[627,637) -[628,638) -[629,639) -[630,640) -[631,641) -[632,642) -[633,643) -[634,644) -[635,645) -[636,646) -[637,647) -[638,648) -[639,649) -[640,650) -[641,651) -[642,652) -[643,653) -[644,654) -[645,655) -[646,656) -[647,657) -[648,658) -[649,659) -[650,660) -[651,661) -[652,662) -[653,663) -[654,664) -[655,665) -[656,666) -[657,667) -[658,668) -[659,669) -[660,670) -[661,671) -[662,672) -[663,673) -[664,674) -[665,675) -[666,676) -[667,677) -[668,678) -[669,679) -[670,680) -[671,681) -[672,682) -[673,683) -[674,684) -[675,685) -[676,686) -[677,687) -[678,688) -[679,689) -[680,690) -[681,691) -[682,692) -[683,693) -[684,694) -[685,695) -[686,696) -[687,697) -[688,698) -[689,699) -[690,700) -[691,701) -[692,702) -[693,703) -[694,704) -[695,705) -[696,706) -[697,707) -[698,708) -[699,709) -[700,710) -[701,711) -[702,712) -[703,713) -[704,714) -[705,715) -[706,716) -[707,717) -[708,718) -[709,719) -[710,720) -[711,721) -[712,722) -[713,723) -[714,724) -[715,725) -[716,726) -[717,727) -[718,728) -[719,729) -[720,730) -[721,731) -[722,732) -[723,733) -[724,734) -[725,735) -[726,736) -[727,737) -[728,738) -[729,739) -[730,740) -[731,741) -[732,742) -[733,743) -[734,744) -[735,745) -[736,746) -[737,747) -[738,748) -[739,749) -[740,750) -[741,751) -[742,752) -[743,753) -[744,754) -[745,755) -[746,756) -[747,757) -[748,758) -[749,759) -[750,760) -[751,761) -[752,762) -[753,763) -[754,764) -[755,765) -[756,766) -[757,767) -[758,768) -[759,769) -[760,770) -[761,771) -[762,772) -[763,773) -[764,774) -[765,775) -[766,776) -[767,777) -[768,778) -[769,779) -[770,780) -[771,781) -[772,782) -[773,783) -[774,784) -[775,785) -[776,786) -[777,787) -[778,788) -[779,789) -[780,790) -[781,791) -[782,792) -[783,793) -[784,794) -[785,795) -[786,796) -[787,797) -[788,798) -[789,799) -[790,800) -[791,801) -[792,802) -[793,803) -[794,804) -[795,805) -[796,806) -[797,807) -[798,808) -[799,809) -[800,810) -[801,811) -[802,812) -[803,813) -[804,814) -[805,815) -[806,816) -[807,817) -[808,818) -[809,819) -[810,820) -[811,821) -[812,822) -[813,823) -[814,824) -[815,825) -[816,826) -[817,827) -[818,828) -[819,829) -[820,830) -[821,831) -[822,832) -[823,833) -[824,834) -[825,835) -[826,836) -[827,837) -[828,838) -[829,839) -[830,840) -[831,841) -[832,842) -[833,843) -[834,844) -[835,845) -[836,846) -[837,847) -[838,848) -[839,849) -[840,850) -[841,851) -[842,852) -[843,853) -[844,854) -[845,855) -[846,856) -[847,857) -[848,858) -[849,859) -[850,860) -[851,861) -[852,862) -[853,863) -[854,864) -[855,865) -[856,866) -[857,867) -[858,868) -[859,869) -[860,870) -[861,871) -[862,872) -[863,873) -[864,874) -[865,875) -[866,876) -[867,877) -[868,878) -[869,879) -[870,880) -[871,881) -[872,882) -[873,883) -[874,884) -[875,885) -[876,886) -[877,887) -[878,888) -[879,889) -[880,890) -[881,891) -[882,892) -[883,893) -[884,894) -[885,895) -[886,896) -[887,897) -[888,898) -[889,899) -[890,900) -[891,901) -[892,902) -[893,903) -[894,904) -[895,905) -[896,906) -[897,907) -[898,908) -[899,909) -[900,910) -[901,911) -[902,912) -[903,913) -[904,914) -[905,915) -[906,916) -[907,917) -[908,918) -[909,919) -[910,920) -[911,921) -[912,922) -[913,923) -[914,924) -[915,925) -[916,926) -[917,927) -[918,928) -[919,929) -[920,930) -[921,931) -[922,932) -[923,933) -[924,934) -[925,935) -[926,936) -[927,937) -[928,938) -[929,939) -[930,940) -[931,941) -[932,942) -[933,943) -[934,944) -[935,945) -[936,946) -[937,947) -[938,948) -[939,949) -[940,950) -[941,951) -[942,952) -[943,953) -[944,954) -[945,955) -[946,956) -[947,957) -[948,958) -[949,959) -[950,960) -[951,961) -[952,962) -[953,963) -[954,964) -[955,965) -[956,966) -[957,967) -[958,968) -[959,969) -[960,970) -[961,971) -[962,972) -[963,973) -[964,974) -[965,975) -[966,976) -[967,977) -[968,978) -[969,979) -[970,980) -[971,981) -[972,982) -[973,983) -[974,984) -[975,985) -[976,986) -[977,987) -[978,988) -[979,989) -[980,990) -[981,991) -[982,992) -[983,993) -[984,994) -[985,995) -[986,996) -[987,997) -[988,998) -[989,999) -[990,1000) -[991,1001) -[992,1002) -[993,1003) -[994,1004) -[995,1005) -[996,1006) -[997,1007) -[998,1008) -[999,1009) -[1000,1010) -[1001,1011) -[1002,1012) -[1003,1013) -[1004,1014) -[1005,1015) -[1006,1016) -[1007,1017) -[1008,1018) -[1009,1019) -[1010,1020) -[1011,1021) -[1012,1022) -[1013,1023) -[1014,1024) -[1015,1025) -[1016,1026) -[1017,1027) -[1018,1028) -[1019,1029) -[1020,1030) -[1021,1031) -[1022,1032) -[1023,1033) -[1024,1034) -[1025,1035) -[1026,1036) -[1027,1037) -[1028,1038) -[1029,1039) -[1030,1040) -[1031,1041) -[1032,1042) -[1033,1043) -[1034,1044) -[1035,1045) -[1036,1046) -[1037,1047) -[1038,1048) -[1039,1049) -[1040,1050) -[1041,1051) -[1042,1052) -[1043,1053) -[1044,1054) -[1045,1055) -[1046,1056) -[1047,1057) -[1048,1058) -[1049,1059) -[1050,1060) -[1051,1061) -[1052,1062) -[1053,1063) -[1054,1064) -[1055,1065) -[1056,1066) -[1057,1067) -[1058,1068) -[1059,1069) -[1060,1070) -[1061,1071) -[1062,1072) -[1063,1073) -[1064,1074) -[1065,1075) -[1066,1076) -[1067,1077) -[1068,1078) -[1069,1079) -[1070,1080) -[1071,1081) -[1072,1082) -[1073,1083) -[1074,1084) -[1075,1085) -[1076,1086) -[1077,1087) -[1078,1088) -[1079,1089) -[1080,1090) -[1081,1091) -[1082,1092) -[1083,1093) -[1084,1094) -[1085,1095) -[1086,1096) -[1087,1097) -[1088,1098) -[1089,1099) -[1090,1100) -[1091,1101) -[1092,1102) -[1093,1103) -[1094,1104) -[1095,1105) -[1096,1106) -[1097,1107) -[1098,1108) -[1099,1109) -[1100,1110) -[1101,1111) -[1102,1112) -[1103,1113) -[1104,1114) -[1105,1115) -[1106,1116) -[1107,1117) -[1108,1118) -[1109,1119) -[1110,1120) -[1111,1121) -[1112,1122) -[1113,1123) -[1114,1124) -[1115,1125) -[1116,1126) -[1117,1127) -[1118,1128) -[1119,1129) -[1120,1130) -[1121,1131) -[1122,1132) -[1123,1133) -[1124,1134) -[1125,1135) -[1126,1136) -[1127,1137) -[1128,1138) -[1129,1139) -[1130,1140) -[1131,1141) -[1132,1142) -[1133,1143) -[1134,1144) -[1135,1145) -[1136,1146) -[1137,1147) -[1138,1148) -[1139,1149) -[1140,1150) -[1141,1151) -[1142,1152) -[1143,1153) -[1144,1154) -[1145,1155) -[1146,1156) -[1147,1157) -[1148,1158) -[1149,1159) -[1150,1160) -[1151,1161) -[1152,1162) -[1153,1163) -[1154,1164) -[1155,1165) -[1156,1166) -[1157,1167) -[1158,1168) -[1159,1169) -[1160,1170) -[1161,1171) -[1162,1172) -[1163,1173) -[1164,1174) -[1165,1175) -[1166,1176) -[1167,1177) -[1168,1178) -[1169,1179) -[1170,1180) -[1171,1181) -[1172,1182) -[1173,1183) -[1174,1184) -[1175,1185) -[1176,1186) -[1177,1187) -[1178,1188) -[1179,1189) -[1180,1190) -[1181,1191) -[1182,1192) -[1183,1193) -[1184,1194) -[1185,1195) -[1186,1196) -[1187,1197) -[1188,1198) -[1189,1199) -[1190,1200) -[1191,1201) -[1192,1202) -[1193,1203) -[1194,1204) -[1195,1205) -[1196,1206) -[1197,1207) -[1198,1208) -[1199,1209) -[1200,1210) -[1201,1211) -[1202,1212) -[1203,1213) -[1204,1214) -[1205,1215) -[1206,1216) -[1207,1217) -[1208,1218) -[1209,1219) -[1210,1220) -[1211,1221) -[1212,1222) -[1213,1223) -[1214,1224) -[1215,1225) -[1216,1226) -[1217,1227) -[1218,1228) -[1219,1229) -[1220,1230) -[1221,1231) -[1222,1232) -[1223,1233) -[1224,1234) -[1225,1235) -[1226,1236) -[1227,1237) -[1228,1238) -[1229,1239) -[1230,1240) -[1231,1241) -[1232,1242) -[1233,1243) -[1234,1244) -[1235,1245) -[1236,1246) -[1237,1247) -[1238,1248) -[1239,1249) -[1240,1250) -[1241,1251) -[1242,1252) -[1243,1253) -[1244,1254) -[1245,1255) -[1246,1256) -[1247,1257) -[1248,1258) -[1249,1259) -[1250,1260) -[1251,1261) -[1252,1262) -[1253,1263) -[1254,1264) -[1255,1265) -[1256,1266) -[1257,1267) -[1258,1268) -[1259,1269) -[1260,1270) -[1261,1271) -[1262,1272) -[1263,1273) -[1264,1274) -[1265,1275) -[1266,1276) -[1267,1277) -[1268,1278) -[1269,1279) -[1270,1280) -[1271,1281) -[1272,1282) -[1273,1283) -[1274,1284) -[1275,1285) -[1276,1286) -[1277,1287) -[1278,1288) -[1279,1289) -[1280,1290) -[1281,1291) -[1282,1292) -[1283,1293) -[1284,1294) -[1285,1295) -[1286,1296) -[1287,1297) -[1288,1298) -[1289,1299) -[1290,1300) -[1291,1301) -[1292,1302) -[1293,1303) -[1294,1304) -[1295,1305) -[1296,1306) -[1297,1307) -[1298,1308) -[1299,1309) -[1300,1310) -[1301,1311) -[1302,1312) -[1303,1313) -[1304,1314) -[1305,1315) -[1306,1316) -[1307,1317) -[1308,1318) -[1309,1319) -[1310,1320) -[1311,1321) -[1312,1322) -[1313,1323) -[1314,1324) -[1315,1325) -[1316,1326) -[1317,1327) -[1318,1328) -[1319,1329) -[1320,1330) -[1321,1331) -[1322,1332) -[1323,1333) -[1324,1334) -[1325,1335) -[1326,1336) -[1327,1337) -[1328,1338) -[1329,1339) -[1330,1340) -[1331,1341) -[1332,1342) -[1333,1343) -[1334,1344) -[1335,1345) -[1336,1346) -[1337,1347) -[1338,1348) -[1339,1349) -[1340,1350) -[1341,1351) -[1342,1352) -[1343,1353) -[1344,1354) -[1345,1355) -[1346,1356) -[1347,1357) -[1348,1358) -[1349,1359) -[1350,1360) -[1351,1361) -[1352,1362) -[1353,1363) -[1354,1364) -[1355,1365) -[1356,1366) -[1357,1367) -[1358,1368) -[1359,1369) -[1360,1370) -[1361,1371) -[1362,1372) -[1363,1373) -[1364,1374) -[1365,1375) -[1366,1376) -[1367,1377) -[1368,1378) -[1369,1379) -[1370,1380) -[1371,1381) -[1372,1382) -[1373,1383) -[1374,1384) -[1375,1385) -[1376,1386) -[1377,1387) -[1378,1388) -[1379,1389) -[1380,1390) -[1381,1391) -[1382,1392) -[1383,1393) -[1384,1394) -[1385,1395) -[1386,1396) -[1387,1397) -[1388,1398) -[1389,1399) -[1390,1400) -[1391,1401) -[1392,1402) -[1393,1403) -[1394,1404) -[1395,1405) -[1396,1406) -[1397,1407) -[1398,1408) -[1399,1409) -[1400,1410) -[1401,1411) -[1402,1412) -[1403,1413) -[1404,1414) -[1405,1415) -[1406,1416) -[1407,1417) -[1408,1418) -[1409,1419) -[1410,1420) -[1411,1421) -[1412,1422) -[1413,1423) -[1414,1424) -[1415,1425) -[1416,1426) -[1417,1427) -[1418,1428) -[1419,1429) -[1420,1430) -[1421,1431) -[1422,1432) -[1423,1433) -[1424,1434) -[1425,1435) -[1426,1436) -[1427,1437) -[1428,1438) -[1429,1439) -[1430,1440) -[1431,1441) -[1432,1442) -[1433,1443) -[1434,1444) -[1435,1445) -[1436,1446) -[1437,1447) -[1438,1448) -[1439,1449) -[1440,1450) -[1441,1451) -[1442,1452) -[1443,1453) -[1444,1454) -[1445,1455) -[1446,1456) -[1447,1457) -[1448,1458) -[1449,1459) -[1450,1460) -[1451,1461) -[1452,1462) -[1453,1463) -[1454,1464) -[1455,1465) -[1456,1466) -[1457,1467) -[1458,1468) -[1459,1469) -[1460,1470) -[1461,1471) -[1462,1472) -[1463,1473) -[1464,1474) -[1465,1475) -[1466,1476) -[1467,1477) -[1468,1478) -[1469,1479) -[1470,1480) -[1471,1481) -[1472,1482) -[1473,1483) -[1474,1484) -[1475,1485) -[1476,1486) -[1477,1487) -[1478,1488) -[1479,1489) -[1480,1490) -[1481,1491) -[1482,1492) -[1483,1493) -[1484,1494) -[1485,1495) -[1486,1496) -[1487,1497) -[1488,1498) -[1489,1499) -[1490,1500) -[1491,1501) -[1492,1502) -[1493,1503) -[1494,1504) -[1495,1505) -[1496,1506) -[1497,1507) -[1498,1508) -[1499,1509) -[1500,1510) -[1501,1511) -[1502,1512) -[1503,1513) -[1504,1514) -[1505,1515) -[1506,1516) -[1507,1517) -[1508,1518) -[1509,1519) -[1510,1520) -[1511,1521) -[1512,1522) -[1513,1523) -[1514,1524) -[1515,1525) -[1516,1526) -[1517,1527) -[1518,1528) -[1519,1529) -[1520,1530) -[1521,1531) -[1522,1532) -[1523,1533) -[1524,1534) -[1525,1535) -[1526,1536) -[1527,1537) -[1528,1538) -[1529,1539) -[1530,1540) -[1531,1541) -[1532,1542) -[1533,1543) -[1534,1544) -[1535,1545) -[1536,1546) -[1537,1547) -[1538,1548) -[1539,1549) -[1540,1550) -[1541,1551) -[1542,1552) -[1543,1553) -[1544,1554) -[1545,1555) -[1546,1556) -[1547,1557) -[1548,1558) -[1549,1559) -[1550,1560) -[1551,1561) -[1552,1562) -[1553,1563) -[1554,1564) -[1555,1565) -[1556,1566) -[1557,1567) -[1558,1568) -[1559,1569) -[1560,1570) -[1561,1571) -[1562,1572) -[1563,1573) -[1564,1574) -[1565,1575) -[1566,1576) -[1567,1577) -[1568,1578) -[1569,1579) -[1570,1580) -[1571,1581) -[1572,1582) -[1573,1583) -[1574,1584) -[1575,1585) -[1576,1586) -[1577,1587) -[1578,1588) -[1579,1589) -[1580,1590) -[1581,1591) -[1582,1592) -[1583,1593) -[1584,1594) -[1585,1595) -[1586,1596) -[1587,1597) -[1588,1598) -[1589,1599) -[1590,1600) -[1591,1601) -[1592,1602) -[1593,1603) -[1594,1604) -[1595,1605) -[1596,1606) -[1597,1607) -[1598,1608) -[1599,1609) -[1600,1610) -[1601,1611) -[1602,1612) -[1603,1613) -[1604,1614) -[1605,1615) -[1606,1616) -[1607,1617) -[1608,1618) -[1609,1619) -[1610,1620) -[1611,1621) -[1612,1622) -[1613,1623) -[1614,1624) -[1615,1625) -[1616,1626) -[1617,1627) -[1618,1628) -[1619,1629) -[1620,1630) -[1621,1631) -[1622,1632) -[1623,1633) -[1624,1634) -[1625,1635) -[1626,1636) -[1627,1637) -[1628,1638) -[1629,1639) -[1630,1640) -[1631,1641) -[1632,1642) -[1633,1643) -[1634,1644) -[1635,1645) -[1636,1646) -[1637,1647) -[1638,1648) -[1639,1649) -[1640,1650) -[1641,1651) -[1642,1652) -[1643,1653) -[1644,1654) -[1645,1655) -[1646,1656) -[1647,1657) -[1648,1658) -[1649,1659) -[1650,1660) -[1651,1661) -[1652,1662) -[1653,1663) -[1654,1664) -[1655,1665) -[1656,1666) -[1657,1667) -[1658,1668) -[1659,1669) -[1660,1670) -[1661,1671) -[1662,1672) -[1663,1673) -[1664,1674) -[1665,1675) -[1666,1676) -[1667,1677) -[1668,1678) -[1669,1679) -[1670,1680) -[1671,1681) -[1672,1682) -[1673,1683) -[1674,1684) -[1675,1685) -[1676,1686) -[1677,1687) -[1678,1688) -[1679,1689) -[1680,1690) -[1681,1691) -[1682,1692) -[1683,1693) -[1684,1694) -[1685,1695) -[1686,1696) -[1687,1697) -[1688,1698) -[1689,1699) -[1690,1700) -[1691,1701) -[1692,1702) -[1693,1703) -[1694,1704) -[1695,1705) -[1696,1706) -[1697,1707) -[1698,1708) -[1699,1709) -[1700,1710) -[1701,1711) -[1702,1712) -[1703,1713) -[1704,1714) -[1705,1715) -[1706,1716) -[1707,1717) -[1708,1718) -[1709,1719) -[1710,1720) -[1711,1721) -[1712,1722) -[1713,1723) -[1714,1724) -[1715,1725) -[1716,1726) -[1717,1727) -[1718,1728) -[1719,1729) -[1720,1730) -[1721,1731) -[1722,1732) -[1723,1733) -[1724,1734) -[1725,1735) -[1726,1736) -[1727,1737) -[1728,1738) -[1729,1739) -[1730,1740) -[1731,1741) -[1732,1742) -[1733,1743) -[1734,1744) -[1735,1745) -[1736,1746) -[1737,1747) -[1738,1748) -[1739,1749) -[1740,1750) -[1741,1751) -[1742,1752) -[1743,1753) -[1744,1754) -[1745,1755) -[1746,1756) -[1747,1757) -[1748,1758) -[1749,1759) -[1750,1760) -[1751,1761) -[1752,1762) -[1753,1763) -[1754,1764) -[1755,1765) -[1756,1766) -[1757,1767) -[1758,1768) -[1759,1769) -[1760,1770) -[1761,1771) -[1762,1772) -[1763,1773) -[1764,1774) -[1765,1775) -[1766,1776) -[1767,1777) -[1768,1778) -[1769,1779) -[1770,1780) -[1771,1781) -[1772,1782) -[1773,1783) -[1774,1784) -[1775,1785) -[1776,1786) -[1777,1787) -[1778,1788) -[1779,1789) -[1780,1790) -[1781,1791) -[1782,1792) -[1783,1793) -[1784,1794) -[1785,1795) -[1786,1796) -[1787,1797) -[1788,1798) -[1789,1799) -[1790,1800) -[1791,1801) -[1792,1802) -[1793,1803) -[1794,1804) -[1795,1805) -[1796,1806) -[1797,1807) -[1798,1808) -[1799,1809) -[1800,1810) -[1801,1811) -[1802,1812) -[1803,1813) -[1804,1814) -[1805,1815) -[1806,1816) -[1807,1817) -[1808,1818) -[1809,1819) -[1810,1820) -[1811,1821) -[1812,1822) -[1813,1823) -[1814,1824) -[1815,1825) -[1816,1826) -[1817,1827) -[1818,1828) -[1819,1829) -[1820,1830) -[1821,1831) -[1822,1832) -[1823,1833) -[1824,1834) -[1825,1835) -[1826,1836) -[1827,1837) -[1828,1838) -[1829,1839) -[1830,1840) -[1831,1841) -[1832,1842) -[1833,1843) -[1834,1844) -[1835,1845) -[1836,1846) -[1837,1847) -[1838,1848) -[1839,1849) -[1840,1850) -[1841,1851) -[1842,1852) -[1843,1853) -[1844,1854) -[1845,1855) -[1846,1856) -[1847,1857) -[1848,1858) -[1849,1859) -[1850,1860) -[1851,1861) -[1852,1862) -[1853,1863) -[1854,1864) -[1855,1865) -[1856,1866) -[1857,1867) -[1858,1868) -[1859,1869) -[1860,1870) -[1861,1871) -[1862,1872) -[1863,1873) -[1864,1874) -[1865,1875) -[1866,1876) -[1867,1877) -[1868,1878) -[1869,1879) -[1870,1880) -[1871,1881) -[1872,1882) -[1873,1883) -[1874,1884) -[1875,1885) -[1876,1886) -[1877,1887) -[1878,1888) -[1879,1889) -[1880,1890) -[1881,1891) -[1882,1892) -[1883,1893) -[1884,1894) -[1885,1895) -[1886,1896) -[1887,1897) -[1888,1898) -[1889,1899) -[1890,1900) -[1891,1901) -[1892,1902) -[1893,1903) -[1894,1904) -[1895,1905) -[1896,1906) -[1897,1907) -[1898,1908) -[1899,1909) -[1900,1910) -[1901,1911) -[1902,1912) -[1903,1913) -[1904,1914) -[1905,1915) -[1906,1916) -[1907,1917) -[1908,1918) -[1909,1919) -[1910,1920) -[1911,1921) -[1912,1922) -[1913,1923) -[1914,1924) -[1915,1925) -[1916,1926) -[1917,1927) -[1918,1928) -[1919,1929) -[1920,1930) -[1921,1931) -[1922,1932) -[1923,1933) -[1924,1934) -[1925,1935) -[1926,1936) -[1927,1937) -[1928,1938) -[1929,1939) -[1930,1940) -[1931,1941) -[1932,1942) -[1933,1943) -[1934,1944) -[1935,1945) -[1936,1946) -[1937,1947) -[1938,1948) -[1939,1949) -[1940,1950) -[1941,1951) -[1942,1952) -[1943,1953) -[1944,1954) -[1945,1955) -[1946,1956) -[1947,1957) -[1948,1958) -[1949,1959) -[1950,1960) -[1951,1961) -[1952,1962) -[1953,1963) -[1954,1964) -[1955,1965) -[1956,1966) -[1957,1967) -[1958,1968) -[1959,1969) -[1960,1970) -[1961,1971) -[1962,1972) -[1963,1973) -[1964,1974) -[1965,1975) -[1966,1976) -[1967,1977) -[1968,1978) -[1969,1979) -[1970,1980) -[1971,1981) -[1972,1982) -[1973,1983) -[1974,1984) -[1975,1985) -[1976,1986) -[1977,1987) -[1978,1988) -[1979,1989) -[1980,1990) -[1981,1991) -[1982,1992) -[1983,1993) -[1984,1994) -[1985,1995) -[1986,1996) -[1987,1997) -[1988,1998) -[1989,1999) -[1990,2000) -[1991,2001) -[1992,2002) -[1993,2003) -[1994,2004) -[1995,2005) -[1996,2006) -[1997,2007) -[1998,2008) -[1999,2009) -[2000,2010) -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -[1,10001) -[2,10002) -[3,10003) -[4,10004) -[5,10005) -[6,10006) -[7,10007) -[8,10008) -[9,10009) -[10,10010) -[11,10011) -[12,10012) -[13,10013) -[14,10014) -[15,10015) -[16,10016) -[17,10017) -[18,10018) -[19,10019) -[20,10020) -[21,10021) -[22,10022) -[23,10023) -[24,10024) -[25,10025) -[26,10026) -[27,10027) -[28,10028) -[29,10029) -[30,10030) -[31,10031) -[32,10032) -[33,10033) -[34,10034) -[35,10035) -[36,10036) -[37,10037) -[38,10038) -[39,10039) -[40,10040) -[41,10041) -[42,10042) -[43,10043) -[44,10044) -[45,10045) -[46,10046) -[47,10047) -[48,10048) -[49,10049) -[50,10050) -[51,10051) -[52,10052) -[53,10053) -[54,10054) -[55,10055) -[56,10056) -[57,10057) -[58,10058) -[59,10059) -[60,10060) -[61,10061) -[62,10062) -[63,10063) -[64,10064) -[65,10065) -[66,10066) -[67,10067) -[68,10068) -[69,10069) -[70,10070) -[71,10071) -[72,10072) -[73,10073) -[74,10074) -[75,10075) -[76,10076) -[77,10077) -[78,10078) -[79,10079) -[80,10080) -[81,10081) -[82,10082) -[83,10083) -[84,10084) -[85,10085) -[86,10086) -[87,10087) -[88,10088) -[89,10089) -[90,10090) -[91,10091) -[92,10092) -[93,10093) -[94,10094) -[95,10095) -[96,10096) -[97,10097) -[98,10098) -[99,10099) -[100,10100) -[101,10101) -[102,10102) -[103,10103) -[104,10104) -[105,10105) -[106,10106) -[107,10107) -[108,10108) -[109,10109) -[110,10110) -[111,10111) -[112,10112) -[113,10113) -[114,10114) -[115,10115) -[116,10116) -[117,10117) -[118,10118) -[119,10119) -[120,10120) -[121,10121) -[122,10122) -[123,10123) -[124,10124) -[125,10125) -[126,10126) -[127,10127) -[128,10128) -[129,10129) -[130,10130) -[131,10131) -[132,10132) -[133,10133) -[134,10134) -[135,10135) -[136,10136) -[137,10137) -[138,10138) -[139,10139) -[140,10140) -[141,10141) -[142,10142) -[143,10143) -[144,10144) -[145,10145) -[146,10146) -[147,10147) -[148,10148) -[149,10149) -[150,10150) -[151,10151) -[152,10152) -[153,10153) -[154,10154) -[155,10155) -[156,10156) -[157,10157) -[158,10158) -[159,10159) -[160,10160) -[161,10161) -[162,10162) -[163,10163) -[164,10164) -[165,10165) -[166,10166) -[167,10167) -[168,10168) -[169,10169) -[170,10170) -[171,10171) -[172,10172) -[173,10173) -[174,10174) -[175,10175) -[176,10176) -[177,10177) -[178,10178) -[179,10179) -[180,10180) -[181,10181) -[182,10182) -[183,10183) -[184,10184) -[185,10185) -[186,10186) -[187,10187) -[188,10188) -[189,10189) -[190,10190) -[191,10191) -[192,10192) -[193,10193) -[194,10194) -[195,10195) -[196,10196) -[197,10197) -[198,10198) -[199,10199) -[200,10200) -[201,10201) -[202,10202) -[203,10203) -[204,10204) -[205,10205) -[206,10206) -[207,10207) -[208,10208) -[209,10209) -[210,10210) -[211,10211) -[212,10212) -[213,10213) -[214,10214) -[215,10215) -[216,10216) -[217,10217) -[218,10218) -[219,10219) -[220,10220) -[221,10221) -[222,10222) -[223,10223) -[224,10224) -[225,10225) -[226,10226) -[227,10227) -[228,10228) -[229,10229) -[230,10230) -[231,10231) -[232,10232) -[233,10233) -[234,10234) -[235,10235) -[236,10236) -[237,10237) -[238,10238) -[239,10239) -[240,10240) -[241,10241) -[242,10242) -[243,10243) -[244,10244) -[245,10245) -[246,10246) -[247,10247) -[248,10248) -[249,10249) -[250,10250) -[251,10251) -[252,10252) -[253,10253) -[254,10254) -[255,10255) -[256,10256) -[257,10257) -[258,10258) -[259,10259) -[260,10260) -[261,10261) -[262,10262) -[263,10263) -[264,10264) -[265,10265) -[266,10266) -[267,10267) -[268,10268) -[269,10269) -[270,10270) -[271,10271) -[272,10272) -[273,10273) -[274,10274) -[275,10275) -[276,10276) -[277,10277) -[278,10278) -[279,10279) -[280,10280) -[281,10281) -[282,10282) -[283,10283) -[284,10284) -[285,10285) -[286,10286) -[287,10287) -[288,10288) -[289,10289) -[290,10290) -[291,10291) -[292,10292) -[293,10293) -[294,10294) -[295,10295) -[296,10296) -[297,10297) -[298,10298) -[299,10299) -[300,10300) -[301,10301) -[302,10302) -[303,10303) -[304,10304) -[305,10305) -[306,10306) -[307,10307) -[308,10308) -[309,10309) -[310,10310) -[311,10311) -[312,10312) -[313,10313) -[314,10314) -[315,10315) -[316,10316) -[317,10317) -[318,10318) -[319,10319) -[320,10320) -[321,10321) -[322,10322) -[323,10323) -[324,10324) -[325,10325) -[326,10326) -[327,10327) -[328,10328) -[329,10329) -[330,10330) -[331,10331) -[332,10332) -[333,10333) -[334,10334) -[335,10335) -[336,10336) -[337,10337) -[338,10338) -[339,10339) -[340,10340) -[341,10341) -[342,10342) -[343,10343) -[344,10344) -[345,10345) -[346,10346) -[347,10347) -[348,10348) -[349,10349) -[350,10350) -[351,10351) -[352,10352) -[353,10353) -[354,10354) -[355,10355) -[356,10356) -[357,10357) -[358,10358) -[359,10359) -[360,10360) -[361,10361) -[362,10362) -[363,10363) -[364,10364) -[365,10365) -[366,10366) -[367,10367) -[368,10368) -[369,10369) -[370,10370) -[371,10371) -[372,10372) -[373,10373) -[374,10374) -[375,10375) -[376,10376) -[377,10377) -[378,10378) -[379,10379) -[380,10380) -[381,10381) -[382,10382) -[383,10383) -[384,10384) -[385,10385) -[386,10386) -[387,10387) -[388,10388) -[389,10389) -[390,10390) -[391,10391) -[392,10392) -[393,10393) -[394,10394) -[395,10395) -[396,10396) -[397,10397) -[398,10398) -[399,10399) -[400,10400) -[401,10401) -[402,10402) -[403,10403) -[404,10404) -[405,10405) -[406,10406) -[407,10407) -[408,10408) -[409,10409) -[410,10410) -[411,10411) -[412,10412) -[413,10413) -[414,10414) -[415,10415) -[416,10416) -[417,10417) -[418,10418) -[419,10419) -[420,10420) -[421,10421) -[422,10422) -[423,10423) -[424,10424) -[425,10425) -[426,10426) -[427,10427) -[428,10428) -[429,10429) -[430,10430) -[431,10431) -[432,10432) -[433,10433) -[434,10434) -[435,10435) -[436,10436) -[437,10437) -[438,10438) -[439,10439) -[440,10440) -[441,10441) -[442,10442) -[443,10443) -[444,10444) -[445,10445) -[446,10446) -[447,10447) -[448,10448) -[449,10449) -[450,10450) -[451,10451) -[452,10452) -[453,10453) -[454,10454) -[455,10455) -[456,10456) -[457,10457) -[458,10458) -[459,10459) -[460,10460) -[461,10461) -[462,10462) -[463,10463) -[464,10464) -[465,10465) -[466,10466) -[467,10467) -[468,10468) -[469,10469) -[470,10470) -[471,10471) -[472,10472) -[473,10473) -[474,10474) -[475,10475) -[476,10476) -[477,10477) -[478,10478) -[479,10479) -[480,10480) -[481,10481) -[482,10482) -[483,10483) -[484,10484) -[485,10485) -[486,10486) -[487,10487) -[488,10488) -[489,10489) -[490,10490) -[491,10491) -[492,10492) -[493,10493) -[494,10494) -[495,10495) -[496,10496) -[497,10497) -[498,10498) -[499,10499) -[500,10500) -[501,10501) -[502,10502) -[503,10503) -[504,10504) -[505,10505) -[506,10506) -[507,10507) -[508,10508) -[509,10509) -[510,10510) -[511,10511) -[512,10512) -[513,10513) -[514,10514) -[515,10515) -[516,10516) -[517,10517) -[518,10518) -[519,10519) -[520,10520) -[521,10521) -[522,10522) -[523,10523) -[524,10524) -[525,10525) -[526,10526) -[527,10527) -[528,10528) -[529,10529) -[530,10530) -[531,10531) -[532,10532) -[533,10533) -[534,10534) -[535,10535) -[536,10536) -[537,10537) -[538,10538) -[539,10539) -[540,10540) -[541,10541) -[542,10542) -[543,10543) -[544,10544) -[545,10545) -[546,10546) -[547,10547) -[548,10548) -[549,10549) -[550,10550) -[551,10551) -[552,10552) -[553,10553) -[554,10554) -[555,10555) -[556,10556) -[557,10557) -[558,10558) -[559,10559) -[560,10560) -[561,10561) -[562,10562) -[563,10563) -[564,10564) -[565,10565) -[566,10566) -[567,10567) -[568,10568) -[569,10569) -[570,10570) -[571,10571) -[572,10572) -[573,10573) -[574,10574) -[575,10575) -[576,10576) -[577,10577) -[578,10578) -[579,10579) -[580,10580) -[581,10581) -[582,10582) -[583,10583) -[584,10584) -[585,10585) -[586,10586) -[587,10587) -[588,10588) -[589,10589) -[590,10590) -[591,10591) -[592,10592) -[593,10593) -[594,10594) -[595,10595) -[596,10596) -[597,10597) -[598,10598) -[599,10599) -[600,10600) -[601,10601) -[602,10602) -[603,10603) -[604,10604) -[605,10605) -[606,10606) -[607,10607) -[608,10608) -[609,10609) -[610,10610) -[611,10611) -[612,10612) -[613,10613) -[614,10614) -[615,10615) -[616,10616) -[617,10617) -[618,10618) -[619,10619) -[620,10620) -[621,10621) -[622,10622) -[623,10623) -[624,10624) -[625,10625) -[626,10626) -[627,10627) -[628,10628) -[629,10629) -[630,10630) -[631,10631) -[632,10632) -[633,10633) -[634,10634) -[635,10635) -[636,10636) -[637,10637) -[638,10638) -[639,10639) -[640,10640) -[641,10641) -[642,10642) -[643,10643) -[644,10644) -[645,10645) -[646,10646) -[647,10647) -[648,10648) -[649,10649) -[650,10650) -[651,10651) -[652,10652) -[653,10653) -[654,10654) -[655,10655) -[656,10656) -[657,10657) -[658,10658) -[659,10659) -[660,10660) -[661,10661) -[662,10662) -[663,10663) -[664,10664) -[665,10665) -[666,10666) -[667,10667) -[668,10668) -[669,10669) -[670,10670) -[671,10671) -[672,10672) -[673,10673) -[674,10674) -[675,10675) -[676,10676) -[677,10677) -[678,10678) -[679,10679) -[680,10680) -[681,10681) -[682,10682) -[683,10683) -[684,10684) -[685,10685) -[686,10686) -[687,10687) -[688,10688) -[689,10689) -[690,10690) -[691,10691) -[692,10692) -[693,10693) -[694,10694) -[695,10695) -[696,10696) -[697,10697) -[698,10698) -[699,10699) -[700,10700) -[701,10701) -[702,10702) -[703,10703) -[704,10704) -[705,10705) -[706,10706) -[707,10707) -[708,10708) -[709,10709) -[710,10710) -[711,10711) -[712,10712) -[713,10713) -[714,10714) -[715,10715) -[716,10716) -[717,10717) -[718,10718) -[719,10719) -[720,10720) -[721,10721) -[722,10722) -[723,10723) -[724,10724) -[725,10725) -[726,10726) -[727,10727) -[728,10728) -[729,10729) -[730,10730) -[731,10731) -[732,10732) -[733,10733) -[734,10734) -[735,10735) -[736,10736) -[737,10737) -[738,10738) -[739,10739) -[740,10740) -[741,10741) -[742,10742) -[743,10743) -[744,10744) -[745,10745) -[746,10746) -[747,10747) -[748,10748) -[749,10749) -[750,10750) -[751,10751) -[752,10752) -[753,10753) -[754,10754) -[755,10755) -[756,10756) -[757,10757) -[758,10758) -[759,10759) -[760,10760) -[761,10761) -[762,10762) -[763,10763) -[764,10764) -[765,10765) -[766,10766) -[767,10767) -[768,10768) -[769,10769) -[770,10770) -[771,10771) -[772,10772) -[773,10773) -[774,10774) -[775,10775) -[776,10776) -[777,10777) -[778,10778) -[779,10779) -[780,10780) -[781,10781) -[782,10782) -[783,10783) -[784,10784) -[785,10785) -[786,10786) -[787,10787) -[788,10788) -[789,10789) -[790,10790) -[791,10791) -[792,10792) -[793,10793) -[794,10794) -[795,10795) -[796,10796) -[797,10797) -[798,10798) -[799,10799) -[800,10800) -[801,10801) -[802,10802) -[803,10803) -[804,10804) -[805,10805) -[806,10806) -[807,10807) -[808,10808) -[809,10809) -[810,10810) -[811,10811) -[812,10812) -[813,10813) -[814,10814) -[815,10815) -[816,10816) -[817,10817) -[818,10818) -[819,10819) -[820,10820) -[821,10821) -[822,10822) -[823,10823) -[824,10824) -[825,10825) -[826,10826) -[827,10827) -[828,10828) -[829,10829) -[830,10830) -[831,10831) -[832,10832) -[833,10833) -[834,10834) -[835,10835) -[836,10836) -[837,10837) -[838,10838) -[839,10839) -[840,10840) -[841,10841) -[842,10842) -[843,10843) -[844,10844) -[845,10845) -[846,10846) -[847,10847) -[848,10848) -[849,10849) -[850,10850) -[851,10851) -[852,10852) -[853,10853) -[854,10854) -[855,10855) -[856,10856) -[857,10857) -[858,10858) -[859,10859) -[860,10860) -[861,10861) -[862,10862) -[863,10863) -[864,10864) -[865,10865) -[866,10866) -[867,10867) -[868,10868) -[869,10869) -[870,10870) -[871,10871) -[872,10872) -[873,10873) -[874,10874) -[875,10875) -[876,10876) -[877,10877) -[878,10878) -[879,10879) -[880,10880) -[881,10881) -[882,10882) -[883,10883) -[884,10884) -[885,10885) -[886,10886) -[887,10887) -[888,10888) -[889,10889) -[890,10890) -[891,10891) -[892,10892) -[893,10893) -[894,10894) -[895,10895) -[896,10896) -[897,10897) -[898,10898) -[899,10899) -[900,10900) -[901,10901) -[902,10902) -[903,10903) -[904,10904) -[905,10905) -[906,10906) -[907,10907) -[908,10908) -[909,10909) -[910,10910) -[911,10911) -[912,10912) -[913,10913) -[914,10914) -[915,10915) -[916,10916) -[917,10917) -[918,10918) -[919,10919) -[920,10920) -[921,10921) -[922,10922) -[923,10923) -[924,10924) -[925,10925) -[926,10926) -[927,10927) -[928,10928) -[929,10929) -[930,10930) -[931,10931) -[932,10932) -[933,10933) -[934,10934) -[935,10935) -[936,10936) -[937,10937) -[938,10938) -[939,10939) -[940,10940) -[941,10941) -[942,10942) -[943,10943) -[944,10944) -[945,10945) -[946,10946) -[947,10947) -[948,10948) -[949,10949) -[950,10950) -[951,10951) -[952,10952) -[953,10953) -[954,10954) -[955,10955) -[956,10956) -[957,10957) -[958,10958) -[959,10959) -[960,10960) -[961,10961) -[962,10962) -[963,10963) -[964,10964) -[965,10965) -[966,10966) -[967,10967) -[968,10968) -[969,10969) -[970,10970) -[971,10971) -[972,10972) -[973,10973) -[974,10974) -[975,10975) -[976,10976) -[977,10977) -[978,10978) -[979,10979) -[980,10980) -[981,10981) -[982,10982) -[983,10983) -[984,10984) -[985,10985) -[986,10986) -[987,10987) -[988,10988) -[989,10989) -[990,10990) -[991,10991) -[992,10992) -[993,10993) -[994,10994) -[995,10995) -[996,10996) -[997,10997) -[998,10998) -[999,10999) -[1000,11000) -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -(,11) -(,21) -(,31) -(,41) -(,51) -(,61) -(,71) -(,81) -(,91) -(,101) -(,111) -(,121) -(,131) -(,141) -(,151) -(,161) -(,171) -(,181) -(,191) -(,201) -(,211) -(,221) -(,231) -(,241) -(,251) -(,261) -(,271) -(,281) -(,291) -(,301) -(,311) -(,321) -(,331) -(,341) -(,351) -(,361) -(,371) -(,381) -(,391) -(,401) -(,411) -(,421) -(,431) -(,441) -(,451) -(,461) -(,471) -(,481) -(,491) -(,501) -(,511) -(,521) -(,531) -(,541) -(,551) -(,561) -(,571) -(,581) -(,591) -(,601) -(,611) -(,621) -(,631) -(,641) -(,651) -(,661) -(,671) -(,681) -(,691) -(,701) -(,711) -(,721) -(,731) -(,741) -(,751) -(,761) -(,771) -(,781) -(,791) -(,801) -(,811) -(,821) -(,831) -(,841) -(,851) -(,861) -(,871) -(,881) -(,891) -(,901) -(,911) -(,921) -(,931) -(,941) -(,951) -(,961) -(,971) -(,981) -(,991) -(,1001) -[11,) -[21,) -[31,) -[41,) -[51,) -[61,) -[71,) -[81,) -[91,) -[101,) -[111,) -[121,) -[131,) -[141,) -[151,) -[161,) -[171,) -[181,) -[191,) -[201,) -[211,) -[221,) -[231,) -[241,) -[251,) -[261,) -[271,) -[281,) -[291,) -[301,) -[311,) -[321,) -[331,) -[341,) -[351,) -[361,) -[371,) -[381,) -[391,) -[401,) -[411,) -[421,) -[431,) -[441,) -[451,) -[461,) -[471,) -[481,) -[491,) -[501,) -[511,) -[521,) -[531,) -[541,) -[551,) -[561,) -[571,) -[581,) -[591,) -[601,) -[611,) -[621,) -[631,) -[641,) -[651,) -[661,) -[671,) -[681,) -[691,) -[701,) -[711,) -[721,) -[731,) -[741,) -[751,) -[761,) -[771,) -[781,) -[791,) -[801,) -[811,) -[821,) -[831,) -[841,) -[851,) -[861,) -[871,) -[881,) -[891,) -[901,) -[911,) -[921,) -[931,) -[941,) -[951,) -[961,) -[971,) -[981,) -[991,) -[1001,) -[1,11) -[2,12) -[3,13) -[4,14) -[5,15) -[6,16) -[7,17) -[8,18) -[9,19) -[10,20) -[11,21) -[12,22) -[13,23) -[14,24) -[15,25) -[16,26) -[17,27) -[18,28) -[19,29) -[20,30) -[21,31) -[22,32) -[23,33) -[24,34) -[25,35) -[26,36) -[27,37) -[28,38) -[29,39) -[30,40) -[31,41) -[32,42) -[33,43) -[34,44) -[35,45) -[36,46) -[37,47) -[38,48) -[39,49) -[40,50) -[41,51) -[42,52) -[43,53) -[44,54) -[45,55) -[46,56) -[47,57) -[48,58) -[49,59) -[50,60) -[51,61) -[52,62) -[53,63) -[54,64) -[55,65) -[56,66) -[57,67) -[58,68) -[59,69) -[60,70) -[61,71) -[62,72) -[63,73) -[64,74) -[65,75) -[66,76) -[67,77) -[68,78) -[69,79) -[70,80) -[71,81) -[72,82) -[73,83) -[74,84) -[75,85) -[76,86) -[77,87) -[78,88) -[79,89) -[80,90) -[81,91) -[82,92) -[83,93) -[84,94) -[85,95) -[86,96) -[87,97) -[88,98) -[89,99) -[90,100) -[91,101) -[92,102) -[93,103) -[94,104) -[95,105) -[96,106) -[97,107) -[98,108) -[99,109) -[100,110) -[101,111) -[102,112) -[103,113) -[104,114) -[105,115) -[106,116) -[107,117) -[108,118) -[109,119) -[110,120) -[111,121) -[112,122) -[113,123) -[114,124) -[115,125) -[116,126) -[117,127) -[118,128) -[119,129) -[120,130) -[121,131) -[122,132) -[123,133) -[124,134) -[125,135) -[126,136) -[127,137) -[128,138) -[129,139) -[130,140) -[131,141) -[132,142) -[133,143) -[134,144) -[135,145) -[136,146) -[137,147) -[138,148) -[139,149) -[140,150) -[141,151) -[142,152) -[143,153) -[144,154) -[145,155) -[146,156) -[147,157) -[148,158) -[149,159) -[150,160) -[151,161) -[152,162) -[153,163) -[154,164) -[155,165) -[156,166) -[157,167) -[158,168) -[159,169) -[160,170) -[161,171) -[162,172) -[163,173) -[164,174) -[165,175) -[166,176) -[167,177) -[168,178) -[169,179) -[170,180) -[171,181) -[172,182) -[173,183) -[174,184) -[175,185) -[176,186) -[177,187) -[178,188) -[179,189) -[180,190) -[181,191) -[182,192) -[183,193) -[184,194) -[185,195) -[186,196) -[187,197) -[188,198) -[189,199) -[190,200) -[191,201) -[192,202) -[193,203) -[194,204) -[195,205) -[196,206) -[197,207) -[198,208) -[199,209) -[200,210) -[201,211) -[202,212) -[203,213) -[204,214) -[205,215) -[206,216) -[207,217) -[208,218) -[209,219) -[210,220) -[211,221) -[212,222) -[213,223) -[214,224) -[215,225) -[216,226) -[217,227) -[218,228) -[219,229) -[220,230) -[221,231) -[222,232) -[223,233) -[224,234) -[225,235) -[226,236) -[227,237) -[228,238) -[229,239) -[230,240) -[231,241) -[232,242) -[233,243) -[234,244) -[235,245) -[236,246) -[237,247) -[238,248) -[239,249) -[240,250) -[241,251) -[242,252) -[243,253) -[244,254) -[245,255) -[246,256) -[247,257) -[248,258) -[249,259) -[250,260) -[251,261) -[252,262) -[253,263) -[254,264) -[255,265) -[256,266) -[257,267) -[258,268) -[259,269) -[260,270) -[261,271) -[262,272) -[263,273) -[264,274) -[265,275) -[266,276) -[267,277) -[268,278) -[269,279) -[270,280) -[271,281) -[272,282) -[273,283) -[274,284) -[275,285) -[276,286) -[277,287) -[278,288) -[279,289) -[280,290) -[281,291) -[282,292) -[283,293) -[284,294) -[285,295) -[286,296) -[287,297) -[288,298) -[289,299) -[290,300) -[291,301) -[292,302) -[293,303) -[294,304) -[295,305) -[296,306) -[297,307) -[298,308) -[299,309) -[300,310) -[301,311) -[302,312) -[303,313) -[304,314) -[305,315) -[306,316) -[307,317) -[308,318) -[309,319) -[310,320) -[311,321) -[312,322) -[313,323) -[314,324) -[315,325) -[316,326) -[317,327) -[318,328) -[319,329) -[320,330) -[321,331) -[322,332) -[323,333) -[324,334) -[325,335) -[326,336) -[327,337) -[328,338) -[329,339) -[330,340) -[331,341) -[332,342) -[333,343) -[334,344) -[335,345) -[336,346) -[337,347) -[338,348) -[339,349) -[340,350) -[341,351) -[342,352) -[343,353) -[344,354) -[345,355) -[346,356) -[347,357) -[348,358) -[349,359) -[350,360) -[351,361) -[352,362) -[353,363) -[354,364) -[355,365) -[356,366) -[357,367) -[358,368) -[359,369) -[360,370) -[361,371) -[362,372) -[363,373) -[364,374) -[365,375) -[366,376) -[367,377) -[368,378) -[369,379) -[370,380) -[371,381) -[372,382) -[373,383) -[374,384) -[375,385) -[376,386) -[377,387) -[378,388) -[379,389) -[380,390) -[381,391) -[382,392) -[383,393) -[384,394) -[385,395) -[386,396) -[387,397) -[388,398) -[389,399) -[390,400) -[391,401) -[392,402) -[393,403) -[394,404) -[395,405) -[396,406) -[397,407) -[398,408) -[399,409) -[400,410) -[401,411) -[402,412) -[403,413) -[404,414) -[405,415) -[406,416) -[407,417) -[408,418) -[409,419) -[410,420) -[411,421) -[412,422) -[413,423) -[414,424) -[415,425) -[416,426) -[417,427) -[418,428) -[419,429) -[420,430) -[421,431) -[422,432) -[423,433) -[424,434) -[425,435) -[426,436) -[427,437) -[428,438) -[429,439) -[430,440) -[431,441) -[432,442) -[433,443) -[434,444) -[435,445) -[436,446) -[437,447) -[438,448) -[439,449) -[440,450) -[441,451) -[442,452) -[443,453) -[444,454) -[445,455) -[446,456) -[447,457) -[448,458) -[449,459) -[450,460) -[451,461) -[452,462) -[453,463) -[454,464) -[455,465) -[456,466) -[457,467) -[458,468) -[459,469) -[460,470) -[461,471) -[462,472) -[463,473) -[464,474) -[465,475) -[466,476) -[467,477) -[468,478) -[469,479) -[470,480) -[471,481) -[472,482) -[473,483) -[474,484) -[475,485) -[476,486) -[477,487) -[478,488) -[479,489) -[480,490) -[481,491) -[482,492) -[483,493) -[484,494) -[485,495) -[486,496) -[487,497) -[488,498) -[489,499) -[490,500) -[491,501) -[492,502) -[493,503) -[494,504) -[495,505) -[496,506) -[497,507) -[498,508) -[499,509) -[500,510) -[501,511) -[502,512) -[503,513) -[504,514) -[505,515) -[506,516) -[507,517) -[508,518) -[509,519) -[510,520) -[511,521) -[512,522) -[513,523) -[514,524) -[515,525) -[516,526) -[517,527) -[518,528) -[519,529) -[520,530) -[521,531) -[522,532) -[523,533) -[524,534) -[525,535) -[526,536) -[527,537) -[528,538) -[529,539) -[530,540) -[531,541) -[532,542) -[533,543) -[534,544) -[535,545) -[536,546) -[537,547) -[538,548) -[539,549) -[540,550) -[541,551) -[542,552) -[543,553) -[544,554) -[545,555) -[546,556) -[547,557) -[548,558) -[549,559) -[550,560) -[551,561) -[552,562) -[553,563) -[554,564) -[555,565) -[556,566) -[557,567) -[558,568) -[559,569) -[560,570) -[561,571) -[562,572) -[563,573) -[564,574) -[565,575) -[566,576) -[567,577) -[568,578) -[569,579) -[570,580) -[571,581) -[572,582) -[573,583) -[574,584) -[575,585) -[576,586) -[577,587) -[578,588) -[579,589) -[580,590) -[581,591) -[582,592) -[583,593) -[584,594) -[585,595) -[586,596) -[587,597) -[588,598) -[589,599) -[590,600) -[591,601) -[592,602) -[593,603) -[594,604) -[595,605) -[596,606) -[597,607) -[598,608) -[599,609) -[600,610) -[601,611) -[602,612) -[603,613) -[604,614) -[605,615) -[606,616) -[607,617) -[608,618) -[609,619) -[610,620) -[611,621) -[612,622) -[613,623) -[614,624) -[615,625) -[616,626) -[617,627) -[618,628) -[619,629) -[620,630) -[621,631) -[622,632) -[623,633) -[624,634) -[625,635) -[626,636) -[627,637) -[628,638) -[629,639) -[630,640) -[631,641) -[632,642) -[633,643) -[634,644) -[635,645) -[636,646) -[637,647) -[638,648) -[639,649) -[640,650) -[641,651) -[642,652) -[643,653) -[644,654) -[645,655) -[646,656) -[647,657) -[648,658) -[649,659) -[650,660) -[651,661) -[652,662) -[653,663) -[654,664) -[655,665) -[656,666) -[657,667) -[658,668) -[659,669) -[660,670) -[661,671) -[662,672) -[663,673) -[664,674) -[665,675) -[666,676) -[667,677) -[668,678) -[669,679) -[670,680) -[671,681) -[672,682) -[673,683) -[674,684) -[675,685) -[676,686) -[677,687) -[678,688) -[679,689) -[680,690) -[681,691) -[682,692) -[683,693) -[684,694) -[685,695) -[686,696) -[687,697) -[688,698) -[689,699) -[690,700) -[691,701) -[692,702) -[693,703) -[694,704) -[695,705) -[696,706) -[697,707) -[698,708) -[699,709) -[700,710) -[701,711) -[702,712) -[703,713) -[704,714) -[705,715) -[706,716) -[707,717) -[708,718) -[709,719) -[710,720) -[711,721) -[712,722) -[713,723) -[714,724) -[715,725) -[716,726) -[717,727) -[718,728) -[719,729) -[720,730) -[721,731) -[722,732) -[723,733) -[724,734) -[725,735) -[726,736) -[727,737) -[728,738) -[729,739) -[730,740) -[731,741) -[732,742) -[733,743) -[734,744) -[735,745) -[736,746) -[737,747) -[738,748) -[739,749) -[740,750) -[741,751) -[742,752) -[743,753) -[744,754) -[745,755) -[746,756) -[747,757) -[748,758) -[749,759) -[750,760) -[751,761) -[752,762) -[753,763) -[754,764) -[755,765) -[756,766) -[757,767) -[758,768) -[759,769) -[760,770) -[761,771) -[762,772) -[763,773) -[764,774) -[765,775) -[766,776) -[767,777) -[768,778) -[769,779) -[770,780) -[771,781) -[772,782) -[773,783) -[774,784) -[775,785) -[776,786) -[777,787) -[778,788) -[779,789) -[780,790) -[781,791) -[782,792) -[783,793) -[784,794) -[785,795) -[786,796) -[787,797) -[788,798) -[789,799) -[790,800) -[791,801) -[792,802) -[793,803) -[794,804) -[795,805) -[796,806) -[797,807) -[798,808) -[799,809) -[800,810) -[801,811) -[802,812) -[803,813) -[804,814) -[805,815) -[806,816) -[807,817) -[808,818) -[809,819) -[810,820) -[811,821) -[812,822) -[813,823) -[814,824) -[815,825) -[816,826) -[817,827) -[818,828) -[819,829) -[820,830) -[821,831) -[822,832) -[823,833) -[824,834) -[825,835) -[826,836) -[827,837) -[828,838) -[829,839) -[830,840) -[831,841) -[832,842) -[833,843) -[834,844) -[835,845) -[836,846) -[837,847) -[838,848) -[839,849) -[840,850) -[841,851) -[842,852) -[843,853) -[844,854) -[845,855) -[846,856) -[847,857) -[848,858) -[849,859) -[850,860) -[851,861) -[852,862) -[853,863) -[854,864) -[855,865) -[856,866) -[857,867) -[858,868) -[859,869) -[860,870) -[861,871) -[862,872) -[863,873) -[864,874) -[865,875) -[866,876) -[867,877) -[868,878) -[869,879) -[870,880) -[871,881) -[872,882) -[873,883) -[874,884) -[875,885) -[876,886) -[877,887) -[878,888) -[879,889) -[880,890) -[881,891) -[882,892) -[883,893) -[884,894) -[885,895) -[886,896) -[887,897) -[888,898) -[889,899) -[890,900) -[891,901) -[892,902) -[893,903) -[894,904) -[895,905) -[896,906) -[897,907) -[898,908) -[899,909) -[900,910) -[901,911) -[902,912) -[903,913) -[904,914) -[905,915) -[906,916) -[907,917) -[908,918) -[909,919) -[910,920) -[911,921) -[912,922) -[913,923) -[914,924) -[915,925) -[916,926) -[917,927) -[918,928) -[919,929) -[920,930) -[921,931) -[922,932) -[923,933) -[924,934) -[925,935) -[926,936) -[927,937) -[928,938) -[929,939) -[930,940) -[931,941) -[932,942) -[933,943) -[934,944) -[935,945) -[936,946) -[937,947) -[938,948) -[939,949) -[940,950) -[941,951) -[942,952) -[943,953) -[944,954) -[945,955) -[946,956) -[947,957) -[948,958) -[949,959) -[950,960) -[951,961) -[952,962) -[953,963) -[954,964) -[955,965) -[956,966) -[957,967) -[958,968) -[959,969) -[960,970) -[961,971) -[962,972) -[963,973) -[964,974) -[965,975) -[966,976) -[967,977) -[968,978) -[969,979) -[970,980) -[971,981) -[972,982) -[973,983) -[974,984) -[975,985) -[976,986) -[977,987) -[978,988) -[979,989) -[980,990) -[981,991) -[982,992) -[983,993) -[984,994) -[985,995) -[986,996) -[987,997) -[988,998) -[989,999) -[990,1000) -[991,1001) -[992,1002) -[993,1003) -[994,1004) -[995,1005) -[996,1006) -[997,1007) -[998,1008) -[999,1009) -[1000,1010) -[1001,1011) -[1002,1012) -[1003,1013) -[1004,1014) -[1005,1015) -[1006,1016) -[1007,1017) -[1008,1018) -[1009,1019) -[1010,1020) -[1011,1021) -[1012,1022) -[1013,1023) -[1014,1024) -[1015,1025) -[1016,1026) -[1017,1027) -[1018,1028) -[1019,1029) -[1020,1030) -[1021,1031) -[1022,1032) -[1023,1033) -[1024,1034) -[1025,1035) -[1026,1036) -[1027,1037) -[1028,1038) -[1029,1039) -[1030,1040) -[1031,1041) -[1032,1042) -[1033,1043) -[1034,1044) -[1035,1045) -[1036,1046) -[1037,1047) -[1038,1048) -[1039,1049) -[1040,1050) -[1041,1051) -[1042,1052) -[1043,1053) -[1044,1054) -[1045,1055) -[1046,1056) -[1047,1057) -[1048,1058) -[1049,1059) -[1050,1060) -[1051,1061) -[1052,1062) -[1053,1063) -[1054,1064) -[1055,1065) -[1056,1066) -[1057,1067) -[1058,1068) -[1059,1069) -[1060,1070) -[1061,1071) -[1062,1072) -[1063,1073) -[1064,1074) -[1065,1075) -[1066,1076) -[1067,1077) -[1068,1078) -[1069,1079) -[1070,1080) -[1071,1081) -[1072,1082) -[1073,1083) -[1074,1084) -[1075,1085) -[1076,1086) -[1077,1087) -[1078,1088) -[1079,1089) -[1080,1090) -[1081,1091) -[1082,1092) -[1083,1093) -[1084,1094) -[1085,1095) -[1086,1096) -[1087,1097) -[1088,1098) -[1089,1099) -[1090,1100) -[1091,1101) -[1092,1102) -[1093,1103) -[1094,1104) -[1095,1105) -[1096,1106) -[1097,1107) -[1098,1108) -[1099,1109) -[1100,1110) -[1101,1111) -[1102,1112) -[1103,1113) -[1104,1114) -[1105,1115) -[1106,1116) -[1107,1117) -[1108,1118) -[1109,1119) -[1110,1120) -[1111,1121) -[1112,1122) -[1113,1123) -[1114,1124) -[1115,1125) -[1116,1126) -[1117,1127) -[1118,1128) -[1119,1129) -[1120,1130) -[1121,1131) -[1122,1132) -[1123,1133) -[1124,1134) -[1125,1135) -[1126,1136) -[1127,1137) -[1128,1138) -[1129,1139) -[1130,1140) -[1131,1141) -[1132,1142) -[1133,1143) -[1134,1144) -[1135,1145) -[1136,1146) -[1137,1147) -[1138,1148) -[1139,1149) -[1140,1150) -[1141,1151) -[1142,1152) -[1143,1153) -[1144,1154) -[1145,1155) -[1146,1156) -[1147,1157) -[1148,1158) -[1149,1159) -[1150,1160) -[1151,1161) -[1152,1162) -[1153,1163) -[1154,1164) -[1155,1165) -[1156,1166) -[1157,1167) -[1158,1168) -[1159,1169) -[1160,1170) -[1161,1171) -[1162,1172) -[1163,1173) -[1164,1174) -[1165,1175) -[1166,1176) -[1167,1177) -[1168,1178) -[1169,1179) -[1170,1180) -[1171,1181) -[1172,1182) -[1173,1183) -[1174,1184) -[1175,1185) -[1176,1186) -[1177,1187) -[1178,1188) -[1179,1189) -[1180,1190) -[1181,1191) -[1182,1192) -[1183,1193) -[1184,1194) -[1185,1195) -[1186,1196) -[1187,1197) -[1188,1198) -[1189,1199) -[1190,1200) -[1191,1201) -[1192,1202) -[1193,1203) -[1194,1204) -[1195,1205) -[1196,1206) -[1197,1207) -[1198,1208) -[1199,1209) -[1200,1210) -[1201,1211) -[1202,1212) -[1203,1213) -[1204,1214) -[1205,1215) -[1206,1216) -[1207,1217) -[1208,1218) -[1209,1219) -[1210,1220) -[1211,1221) -[1212,1222) -[1213,1223) -[1214,1224) -[1215,1225) -[1216,1226) -[1217,1227) -[1218,1228) -[1219,1229) -[1220,1230) -[1221,1231) -[1222,1232) -[1223,1233) -[1224,1234) -[1225,1235) -[1226,1236) -[1227,1237) -[1228,1238) -[1229,1239) -[1230,1240) -[1231,1241) -[1232,1242) -[1233,1243) -[1234,1244) -[1235,1245) -[1236,1246) -[1237,1247) -[1238,1248) -[1239,1249) -[1240,1250) -[1241,1251) -[1242,1252) -[1243,1253) -[1244,1254) -[1245,1255) -[1246,1256) -[1247,1257) -[1248,1258) -[1249,1259) -[1250,1260) -[1251,1261) -[1252,1262) -[1253,1263) -[1254,1264) -[1255,1265) -[1256,1266) -[1257,1267) -[1258,1268) -[1259,1269) -[1260,1270) -[1261,1271) -[1262,1272) -[1263,1273) -[1264,1274) -[1265,1275) -[1266,1276) -[1267,1277) -[1268,1278) -[1269,1279) -[1270,1280) -[1271,1281) -[1272,1282) -[1273,1283) -[1274,1284) -[1275,1285) -[1276,1286) -[1277,1287) -[1278,1288) -[1279,1289) -[1280,1290) -[1281,1291) -[1282,1292) -[1283,1293) -[1284,1294) -[1285,1295) -[1286,1296) -[1287,1297) -[1288,1298) -[1289,1299) -[1290,1300) -[1291,1301) -[1292,1302) -[1293,1303) -[1294,1304) -[1295,1305) -[1296,1306) -[1297,1307) -[1298,1308) -[1299,1309) -[1300,1310) -[1301,1311) -[1302,1312) -[1303,1313) -[1304,1314) -[1305,1315) -[1306,1316) -[1307,1317) -[1308,1318) -[1309,1319) -[1310,1320) -[1311,1321) -[1312,1322) -[1313,1323) -[1314,1324) -[1315,1325) -[1316,1326) -[1317,1327) -[1318,1328) -[1319,1329) -[1320,1330) -[1321,1331) -[1322,1332) -[1323,1333) -[1324,1334) -[1325,1335) -[1326,1336) -[1327,1337) -[1328,1338) -[1329,1339) -[1330,1340) -[1331,1341) -[1332,1342) -[1333,1343) -[1334,1344) -[1335,1345) -[1336,1346) -[1337,1347) -[1338,1348) -[1339,1349) -[1340,1350) -[1341,1351) -[1342,1352) -[1343,1353) -[1344,1354) -[1345,1355) -[1346,1356) -[1347,1357) -[1348,1358) -[1349,1359) -[1350,1360) -[1351,1361) -[1352,1362) -[1353,1363) -[1354,1364) -[1355,1365) -[1356,1366) -[1357,1367) -[1358,1368) -[1359,1369) -[1360,1370) -[1361,1371) -[1362,1372) -[1363,1373) -[1364,1374) -[1365,1375) -[1366,1376) -[1367,1377) -[1368,1378) -[1369,1379) -[1370,1380) -[1371,1381) -[1372,1382) -[1373,1383) -[1374,1384) -[1375,1385) -[1376,1386) -[1377,1387) -[1378,1388) -[1379,1389) -[1380,1390) -[1381,1391) -[1382,1392) -[1383,1393) -[1384,1394) -[1385,1395) -[1386,1396) -[1387,1397) -[1388,1398) -[1389,1399) -[1390,1400) -[1391,1401) -[1392,1402) -[1393,1403) -[1394,1404) -[1395,1405) -[1396,1406) -[1397,1407) -[1398,1408) -[1399,1409) -[1400,1410) -[1401,1411) -[1402,1412) -[1403,1413) -[1404,1414) -[1405,1415) -[1406,1416) -[1407,1417) -[1408,1418) -[1409,1419) -[1410,1420) -[1411,1421) -[1412,1422) -[1413,1423) -[1414,1424) -[1415,1425) -[1416,1426) -[1417,1427) -[1418,1428) -[1419,1429) -[1420,1430) -[1421,1431) -[1422,1432) -[1423,1433) -[1424,1434) -[1425,1435) -[1426,1436) -[1427,1437) -[1428,1438) -[1429,1439) -[1430,1440) -[1431,1441) -[1432,1442) -[1433,1443) -[1434,1444) -[1435,1445) -[1436,1446) -[1437,1447) -[1438,1448) -[1439,1449) -[1440,1450) -[1441,1451) -[1442,1452) -[1443,1453) -[1444,1454) -[1445,1455) -[1446,1456) -[1447,1457) -[1448,1458) -[1449,1459) -[1450,1460) -[1451,1461) -[1452,1462) -[1453,1463) -[1454,1464) -[1455,1465) -[1456,1466) -[1457,1467) -[1458,1468) -[1459,1469) -[1460,1470) -[1461,1471) -[1462,1472) -[1463,1473) -[1464,1474) -[1465,1475) -[1466,1476) -[1467,1477) -[1468,1478) -[1469,1479) -[1470,1480) -[1471,1481) -[1472,1482) -[1473,1483) -[1474,1484) -[1475,1485) -[1476,1486) -[1477,1487) -[1478,1488) -[1479,1489) -[1480,1490) -[1481,1491) -[1482,1492) -[1483,1493) -[1484,1494) -[1485,1495) -[1486,1496) -[1487,1497) -[1488,1498) -[1489,1499) -[1490,1500) -[1491,1501) -[1492,1502) -[1493,1503) -[1494,1504) -[1495,1505) -[1496,1506) -[1497,1507) -[1498,1508) -[1499,1509) -[1500,1510) -[1501,1511) -[1502,1512) -[1503,1513) -[1504,1514) -[1505,1515) -[1506,1516) -[1507,1517) -[1508,1518) -[1509,1519) -[1510,1520) -[1511,1521) -[1512,1522) -[1513,1523) -[1514,1524) -[1515,1525) -[1516,1526) -[1517,1527) -[1518,1528) -[1519,1529) -[1520,1530) -[1521,1531) -[1522,1532) -[1523,1533) -[1524,1534) -[1525,1535) -[1526,1536) -[1527,1537) -[1528,1538) -[1529,1539) -[1530,1540) -[1531,1541) -[1532,1542) -[1533,1543) -[1534,1544) -[1535,1545) -[1536,1546) -[1537,1547) -[1538,1548) -[1539,1549) -[1540,1550) -[1541,1551) -[1542,1552) -[1543,1553) -[1544,1554) -[1545,1555) -[1546,1556) -[1547,1557) -[1548,1558) -[1549,1559) -[1550,1560) -[1551,1561) -[1552,1562) -[1553,1563) -[1554,1564) -[1555,1565) -[1556,1566) -[1557,1567) -[1558,1568) -[1559,1569) -[1560,1570) -[1561,1571) -[1562,1572) -[1563,1573) -[1564,1574) -[1565,1575) -[1566,1576) -[1567,1577) -[1568,1578) -[1569,1579) -[1570,1580) -[1571,1581) -[1572,1582) -[1573,1583) -[1574,1584) -[1575,1585) -[1576,1586) -[1577,1587) -[1578,1588) -[1579,1589) -[1580,1590) -[1581,1591) -[1582,1592) -[1583,1593) -[1584,1594) -[1585,1595) -[1586,1596) -[1587,1597) -[1588,1598) -[1589,1599) -[1590,1600) -[1591,1601) -[1592,1602) -[1593,1603) -[1594,1604) -[1595,1605) -[1596,1606) -[1597,1607) -[1598,1608) -[1599,1609) -[1600,1610) -[1601,1611) -[1602,1612) -[1603,1613) -[1604,1614) -[1605,1615) -[1606,1616) -[1607,1617) -[1608,1618) -[1609,1619) -[1610,1620) -[1611,1621) -[1612,1622) -[1613,1623) -[1614,1624) -[1615,1625) -[1616,1626) -[1617,1627) -[1618,1628) -[1619,1629) -[1620,1630) -[1621,1631) -[1622,1632) -[1623,1633) -[1624,1634) -[1625,1635) -[1626,1636) -[1627,1637) -[1628,1638) -[1629,1639) -[1630,1640) -[1631,1641) -[1632,1642) -[1633,1643) -[1634,1644) -[1635,1645) -[1636,1646) -[1637,1647) -[1638,1648) -[1639,1649) -[1640,1650) -[1641,1651) -[1642,1652) -[1643,1653) -[1644,1654) -[1645,1655) -[1646,1656) -[1647,1657) -[1648,1658) -[1649,1659) -[1650,1660) -[1651,1661) -[1652,1662) -[1653,1663) -[1654,1664) -[1655,1665) -[1656,1666) -[1657,1667) -[1658,1668) -[1659,1669) -[1660,1670) -[1661,1671) -[1662,1672) -[1663,1673) -[1664,1674) -[1665,1675) -[1666,1676) -[1667,1677) -[1668,1678) -[1669,1679) -[1670,1680) -[1671,1681) -[1672,1682) -[1673,1683) -[1674,1684) -[1675,1685) -[1676,1686) -[1677,1687) -[1678,1688) -[1679,1689) -[1680,1690) -[1681,1691) -[1682,1692) -[1683,1693) -[1684,1694) -[1685,1695) -[1686,1696) -[1687,1697) -[1688,1698) -[1689,1699) -[1690,1700) -[1691,1701) -[1692,1702) -[1693,1703) -[1694,1704) -[1695,1705) -[1696,1706) -[1697,1707) -[1698,1708) -[1699,1709) -[1700,1710) -[1701,1711) -[1702,1712) -[1703,1713) -[1704,1714) -[1705,1715) -[1706,1716) -[1707,1717) -[1708,1718) -[1709,1719) -[1710,1720) -[1711,1721) -[1712,1722) -[1713,1723) -[1714,1724) -[1715,1725) -[1716,1726) -[1717,1727) -[1718,1728) -[1719,1729) -[1720,1730) -[1721,1731) -[1722,1732) -[1723,1733) -[1724,1734) -[1725,1735) -[1726,1736) -[1727,1737) -[1728,1738) -[1729,1739) -[1730,1740) -[1731,1741) -[1732,1742) -[1733,1743) -[1734,1744) -[1735,1745) -[1736,1746) -[1737,1747) -[1738,1748) -[1739,1749) -[1740,1750) -[1741,1751) -[1742,1752) -[1743,1753) -[1744,1754) -[1745,1755) -[1746,1756) -[1747,1757) -[1748,1758) -[1749,1759) -[1750,1760) -[1751,1761) -[1752,1762) -[1753,1763) -[1754,1764) -[1755,1765) -[1756,1766) -[1757,1767) -[1758,1768) -[1759,1769) -[1760,1770) -[1761,1771) -[1762,1772) -[1763,1773) -[1764,1774) -[1765,1775) -[1766,1776) -[1767,1777) -[1768,1778) -[1769,1779) -[1770,1780) -[1771,1781) -[1772,1782) -[1773,1783) -[1774,1784) -[1775,1785) -[1776,1786) -[1777,1787) -[1778,1788) -[1779,1789) -[1780,1790) -[1781,1791) -[1782,1792) -[1783,1793) -[1784,1794) -[1785,1795) -[1786,1796) -[1787,1797) -[1788,1798) -[1789,1799) -[1790,1800) -[1791,1801) -[1792,1802) -[1793,1803) -[1794,1804) -[1795,1805) -[1796,1806) -[1797,1807) -[1798,1808) -[1799,1809) -[1800,1810) -[1801,1811) -[1802,1812) -[1803,1813) -[1804,1814) -[1805,1815) -[1806,1816) -[1807,1817) -[1808,1818) -[1809,1819) -[1810,1820) -[1811,1821) -[1812,1822) -[1813,1823) -[1814,1824) -[1815,1825) -[1816,1826) -[1817,1827) -[1818,1828) -[1819,1829) -[1820,1830) -[1821,1831) -[1822,1832) -[1823,1833) -[1824,1834) -[1825,1835) -[1826,1836) -[1827,1837) -[1828,1838) -[1829,1839) -[1830,1840) -[1831,1841) -[1832,1842) -[1833,1843) -[1834,1844) -[1835,1845) -[1836,1846) -[1837,1847) -[1838,1848) -[1839,1849) -[1840,1850) -[1841,1851) -[1842,1852) -[1843,1853) -[1844,1854) -[1845,1855) -[1846,1856) -[1847,1857) -[1848,1858) -[1849,1859) -[1850,1860) -[1851,1861) -[1852,1862) -[1853,1863) -[1854,1864) -[1855,1865) -[1856,1866) -[1857,1867) -[1858,1868) -[1859,1869) -[1860,1870) -[1861,1871) -[1862,1872) -[1863,1873) -[1864,1874) -[1865,1875) -[1866,1876) -[1867,1877) -[1868,1878) -[1869,1879) -[1870,1880) -[1871,1881) -[1872,1882) -[1873,1883) -[1874,1884) -[1875,1885) -[1876,1886) -[1877,1887) -[1878,1888) -[1879,1889) -[1880,1890) -[1881,1891) -[1882,1892) -[1883,1893) -[1884,1894) -[1885,1895) -[1886,1896) -[1887,1897) -[1888,1898) -[1889,1899) -[1890,1900) -[1891,1901) -[1892,1902) -[1893,1903) -[1894,1904) -[1895,1905) -[1896,1906) -[1897,1907) -[1898,1908) -[1899,1909) -[1900,1910) -[1901,1911) -[1902,1912) -[1903,1913) -[1904,1914) -[1905,1915) -[1906,1916) -[1907,1917) -[1908,1918) -[1909,1919) -[1910,1920) -[1911,1921) -[1912,1922) -[1913,1923) -[1914,1924) -[1915,1925) -[1916,1926) -[1917,1927) -[1918,1928) -[1919,1929) -[1920,1930) -[1921,1931) -[1922,1932) -[1923,1933) -[1924,1934) -[1925,1935) -[1926,1936) -[1927,1937) -[1928,1938) -[1929,1939) -[1930,1940) -[1931,1941) -[1932,1942) -[1933,1943) -[1934,1944) -[1935,1945) -[1936,1946) -[1937,1947) -[1938,1948) -[1939,1949) -[1940,1950) -[1941,1951) -[1942,1952) -[1943,1953) -[1944,1954) -[1945,1955) -[1946,1956) -[1947,1957) -[1948,1958) -[1949,1959) -[1950,1960) -[1951,1961) -[1952,1962) -[1953,1963) -[1954,1964) -[1955,1965) -[1956,1966) -[1957,1967) -[1958,1968) -[1959,1969) -[1960,1970) -[1961,1971) -[1962,1972) -[1963,1973) -[1964,1974) -[1965,1975) -[1966,1976) -[1967,1977) -[1968,1978) -[1969,1979) -[1970,1980) -[1971,1981) -[1972,1982) -[1973,1983) -[1974,1984) -[1975,1985) -[1976,1986) -[1977,1987) -[1978,1988) -[1979,1989) -[1980,1990) -[1981,1991) -[1982,1992) -[1983,1993) -[1984,1994) -[1985,1995) -[1986,1996) -[1987,1997) -[1988,1998) -[1989,1999) -[1990,2000) -[1991,2001) -[1992,2002) -[1993,2003) -[1994,2004) -[1995,2005) -[1996,2006) -[1997,2007) -[1998,2008) -[1999,2009) -[2000,2010) -\. --- --- Data for Name: test_range_spgist; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.test_range_spgist (ir) FROM stdin; -[1,11) -[2,12) -[3,13) -[4,14) -[5,15) -[6,16) -[7,17) -[8,18) -[9,19) -[10,20) -[11,21) -[12,22) -[13,23) -[14,24) -[15,25) -[16,26) -[17,27) -[18,28) -[19,29) -[20,30) -[21,31) -[22,32) -[23,33) -[24,34) -[25,35) -[26,36) -[27,37) -[28,38) -[29,39) -[30,40) -[31,41) -[32,42) -[33,43) -[34,44) -[35,45) -[36,46) -[37,47) -[38,48) -[39,49) -[40,50) -[41,51) -[42,52) -[43,53) -[44,54) -[45,55) -[46,56) -[47,57) -[48,58) -[49,59) -[50,60) -[51,61) -[52,62) -[53,63) -[54,64) -[55,65) -[56,66) -[57,67) -[58,68) -[59,69) -[60,70) -[61,71) -[62,72) -[63,73) -[64,74) -[65,75) -[66,76) -[67,77) -[68,78) -[69,79) -[70,80) -[71,81) -[72,82) -[73,83) -[74,84) -[75,85) -[76,86) -[77,87) -[78,88) -[79,89) -[80,90) -[81,91) -[82,92) -[83,93) -[84,94) -[85,95) -[86,96) -[87,97) -[88,98) -[89,99) -[90,100) -[91,101) -[92,102) -[93,103) -[94,104) -[95,105) -[96,106) -[97,107) -[98,108) -[99,109) -[100,110) -[101,111) -[102,112) -[103,113) -[104,114) -[105,115) -[106,116) -[107,117) -[108,118) -[109,119) -[110,120) -[111,121) -[112,122) -[113,123) -[114,124) -[115,125) -[116,126) -[117,127) -[118,128) -[119,129) -[120,130) -[121,131) -[122,132) -[123,133) -[124,134) -[125,135) -[126,136) -[127,137) -[128,138) -[129,139) -[130,140) -[131,141) -[132,142) -[133,143) -[134,144) -[135,145) -[136,146) -[137,147) -[138,148) -[139,149) -[140,150) -[141,151) -[142,152) -[143,153) -[144,154) -[145,155) -[146,156) -[147,157) -[148,158) -[149,159) -[150,160) -[151,161) -[152,162) -[153,163) -[154,164) -[155,165) -[156,166) -[157,167) -[158,168) -[159,169) -[160,170) -[161,171) -[162,172) -[163,173) -[164,174) -[165,175) -[166,176) -[167,177) -[168,178) -[169,179) -[170,180) -[171,181) -[172,182) -[173,183) -[174,184) -[175,185) -[176,186) -[177,187) -[178,188) -[179,189) -[180,190) -[181,191) -[182,192) -[183,193) -[184,194) -[185,195) -[186,196) -[187,197) -[188,198) -[189,199) -[190,200) -[191,201) -[192,202) -[193,203) -[194,204) -[195,205) -[196,206) -[197,207) -[198,208) -[199,209) -[200,210) -[201,211) -[202,212) -[203,213) -[204,214) -[205,215) -[206,216) -[207,217) -[208,218) -[209,219) -[210,220) -[211,221) -[212,222) -[213,223) -[214,224) -[215,225) -[216,226) -[217,227) -[218,228) -[219,229) -[220,230) -[221,231) -[222,232) -[223,233) -[224,234) -[225,235) -[226,236) -[227,237) -[228,238) -[229,239) -[230,240) -[231,241) -[232,242) -[233,243) -[234,244) -[235,245) -[236,246) -[237,247) -[238,248) -[239,249) -[240,250) -[241,251) -[242,252) -[243,253) -[244,254) -[245,255) -[246,256) -[247,257) -[248,258) -[249,259) -[250,260) -[251,261) -[252,262) -[253,263) -[254,264) -[255,265) -[256,266) -[257,267) -[258,268) -[259,269) -[260,270) -[261,271) -[262,272) -[263,273) -[264,274) -[265,275) -[266,276) -[267,277) -[268,278) -[269,279) -[270,280) -[271,281) -[272,282) -[273,283) -[274,284) -[275,285) -[276,286) -[277,287) -[278,288) -[279,289) -[280,290) -[281,291) -[282,292) -[283,293) -[284,294) -[285,295) -[286,296) -[287,297) -[288,298) -[289,299) -[290,300) -[291,301) -[292,302) -[293,303) -[294,304) -[295,305) -[296,306) -[297,307) -[298,308) -[299,309) -[300,310) -[301,311) -[302,312) -[303,313) -[304,314) -[305,315) -[306,316) -[307,317) -[308,318) -[309,319) -[310,320) -[311,321) -[312,322) -[313,323) -[314,324) -[315,325) -[316,326) -[317,327) -[318,328) -[319,329) -[320,330) -[321,331) -[322,332) -[323,333) -[324,334) -[325,335) -[326,336) -[327,337) -[328,338) -[329,339) -[330,340) -[331,341) -[332,342) -[333,343) -[334,344) -[335,345) -[336,346) -[337,347) -[338,348) -[339,349) -[340,350) -[341,351) -[342,352) -[343,353) -[344,354) -[345,355) -[346,356) -[347,357) -[348,358) -[349,359) -[350,360) -[351,361) -[352,362) -[353,363) -[354,364) -[355,365) -[356,366) -[357,367) -[358,368) -[359,369) -[360,370) -[361,371) -[362,372) -[363,373) -[364,374) -[365,375) -[366,376) -[367,377) -[368,378) -[369,379) -[370,380) -[371,381) -[372,382) -[373,383) -[374,384) -[375,385) -[376,386) -[377,387) -[378,388) -[379,389) -[380,390) -[381,391) -[382,392) -[383,393) -[384,394) -[385,395) -[386,396) -[387,397) -[388,398) -[389,399) -[390,400) -[391,401) -[392,402) -[393,403) -[394,404) -[395,405) -[396,406) -[397,407) -[398,408) -[399,409) -[400,410) -[401,411) -[402,412) -[403,413) -[404,414) -[405,415) -[406,416) -[407,417) -[408,418) -[409,419) -[410,420) -[411,421) -[412,422) -[413,423) -[414,424) -[415,425) -[416,426) -[417,427) -[418,428) -[419,429) -[420,430) -[421,431) -[422,432) -[423,433) -[424,434) -[425,435) -[426,436) -[427,437) -[428,438) -[429,439) -[430,440) -[431,441) -[432,442) -[433,443) -[434,444) -[435,445) -[436,446) -[437,447) -[438,448) -[439,449) -[440,450) -[441,451) -[442,452) -[443,453) -[444,454) -[445,455) -[446,456) -[447,457) -[448,458) -[449,459) -[450,460) -[451,461) -[452,462) -[453,463) -[454,464) -[455,465) -[456,466) -[457,467) -[458,468) -[459,469) -[460,470) -[461,471) -[462,472) -[463,473) -[464,474) -[465,475) -[466,476) -[467,477) -[468,478) -[469,479) -[470,480) -[471,481) -[472,482) -[473,483) -[474,484) -[475,485) -[476,486) -[477,487) -[478,488) -[479,489) -[480,490) -[481,491) -[482,492) -[483,493) -[484,494) -[485,495) -[486,496) -[487,497) -[488,498) -[489,499) -[490,500) -[491,501) -[492,502) -[493,503) -[494,504) -[495,505) -[496,506) -[497,507) -[498,508) -[499,509) -[500,510) -[501,511) -[502,512) -[503,513) -[504,514) -[505,515) -[506,516) -[507,517) -[508,518) -[509,519) -[510,520) -[511,521) -[512,522) -[513,523) -[514,524) -[515,525) -[516,526) -[517,527) -[518,528) -[519,529) -[520,530) -[521,531) -[522,532) -[523,533) -[524,534) -[525,535) -[526,536) -[527,537) -[528,538) -[529,539) -[530,540) -[531,541) -[532,542) -[533,543) -[534,544) -[535,545) -[536,546) -[537,547) -[538,548) -[539,549) -[540,550) -[541,551) -[542,552) -[543,553) -[544,554) -[545,555) -[546,556) -[547,557) -[548,558) -[549,559) -[550,560) -[551,561) -[552,562) -[553,563) -[554,564) -[555,565) -[556,566) -[557,567) -[558,568) -[559,569) -[560,570) -[561,571) -[562,572) -[563,573) -[564,574) -[565,575) -[566,576) -[567,577) -[568,578) -[569,579) -[570,580) -[571,581) -[572,582) -[573,583) -[574,584) -[575,585) -[576,586) -[577,587) -[578,588) -[579,589) -[580,590) -[581,591) -[582,592) -[583,593) -[584,594) -[585,595) -[586,596) -[587,597) -[588,598) -[589,599) -[590,600) -[591,601) -[592,602) -[593,603) -[594,604) -[595,605) -[596,606) -[597,607) -[598,608) -[599,609) -[600,610) -[601,611) -[602,612) -[603,613) -[604,614) -[605,615) -[606,616) -[607,617) -[608,618) -[609,619) -[610,620) -[611,621) -[612,622) -[613,623) -[614,624) -[615,625) -[616,626) -[617,627) -[618,628) -[619,629) -[620,630) -[621,631) -[622,632) -[623,633) -[624,634) -[625,635) -[626,636) -[627,637) -[628,638) -[629,639) -[630,640) -[631,641) -[632,642) -[633,643) -[634,644) -[635,645) -[636,646) -[637,647) -[638,648) -[639,649) -[640,650) -[641,651) -[642,652) -[643,653) -[644,654) -[645,655) -[646,656) -[647,657) -[648,658) -[649,659) -[650,660) -[651,661) -[652,662) -[653,663) -[654,664) -[655,665) -[656,666) -[657,667) -[658,668) -[659,669) -[660,670) -[661,671) -[662,672) -[663,673) -[664,674) -[665,675) -[666,676) -[667,677) -[668,678) -[669,679) -[670,680) -[671,681) -[672,682) -[673,683) -[674,684) -[675,685) -[676,686) -[677,687) -[678,688) -[679,689) -[680,690) -[681,691) -[682,692) -[683,693) -[684,694) -[685,695) -[686,696) -[687,697) -[688,698) -[689,699) -[690,700) -[691,701) -[692,702) -[693,703) -[694,704) -[695,705) -[696,706) -[697,707) -[698,708) -[699,709) -[700,710) -[701,711) -[702,712) -[703,713) -[704,714) -[705,715) -[706,716) -[707,717) -[708,718) -[709,719) -[710,720) -[711,721) -[712,722) -[713,723) -[714,724) -[715,725) -[716,726) -[717,727) -[718,728) -[719,729) -[720,730) -[721,731) -[722,732) -[723,733) -[724,734) -[725,735) -[726,736) -[727,737) -[728,738) -[729,739) -[730,740) -[731,741) -[732,742) -[733,743) -[734,744) -[735,745) -[736,746) -[737,747) -[738,748) -[739,749) -[740,750) -[741,751) -[742,752) -[743,753) -[744,754) -[745,755) -[746,756) -[747,757) -[748,758) -[749,759) -[750,760) -[751,761) -[752,762) -[753,763) -[754,764) -[755,765) -[756,766) -[757,767) -[758,768) -[759,769) -[760,770) -[761,771) -[762,772) -[763,773) -[764,774) -[765,775) -[766,776) -[767,777) -[768,778) -[769,779) -[770,780) -[771,781) -[772,782) -[773,783) -[774,784) -[775,785) -[776,786) -[777,787) -[778,788) -[779,789) -[780,790) -[781,791) -[782,792) -[783,793) -[784,794) -[785,795) -[786,796) -[787,797) -[788,798) -[789,799) -[790,800) -[791,801) -[792,802) -[793,803) -[794,804) -[795,805) -[796,806) -[797,807) -[798,808) -[799,809) -[800,810) -[801,811) -[802,812) -[803,813) -[804,814) -[805,815) -[806,816) -[807,817) -[808,818) -[809,819) -[810,820) -[811,821) -[812,822) -[813,823) -[814,824) -[815,825) -[816,826) -[817,827) -[818,828) -[819,829) -[820,830) -[821,831) -[822,832) -[823,833) -[824,834) -[825,835) -[826,836) -[827,837) -[828,838) -[829,839) -[830,840) -[831,841) -[832,842) -[833,843) -[834,844) -[835,845) -[836,846) -[837,847) -[838,848) -[839,849) -[840,850) -[841,851) -[842,852) -[843,853) -[844,854) -[845,855) -[846,856) -[847,857) -[848,858) -[849,859) -[850,860) -[851,861) -[852,862) -[853,863) -[854,864) -[855,865) -[856,866) -[857,867) -[858,868) -[859,869) -[860,870) -[861,871) -[862,872) -[863,873) -[864,874) -[865,875) -[866,876) -[867,877) -[868,878) -[869,879) -[870,880) -[871,881) -[872,882) -[873,883) -[874,884) -[875,885) -[876,886) -[877,887) -[878,888) -[879,889) -[880,890) -[881,891) -[882,892) -[883,893) -[884,894) -[885,895) -[886,896) -[887,897) -[888,898) -[889,899) -[890,900) -[891,901) -[892,902) -[893,903) -[894,904) -[895,905) -[896,906) -[897,907) -[898,908) -[899,909) -[900,910) -[901,911) -[902,912) -[903,913) -[904,914) -[905,915) -[906,916) -[907,917) -[908,918) -[909,919) -[910,920) -[911,921) -[912,922) -[913,923) -[914,924) -[915,925) -[916,926) -[917,927) -[918,928) -[919,929) -[920,930) -[921,931) -[922,932) -[923,933) -[924,934) -[925,935) -[926,936) -[927,937) -[928,938) -[929,939) -[930,940) -[931,941) -[932,942) -[933,943) -[934,944) -[935,945) -[936,946) -[937,947) -[938,948) -[939,949) -[940,950) -[941,951) -[942,952) -[943,953) -[944,954) -[945,955) -[946,956) -[947,957) -[948,958) -[949,959) -[950,960) -[951,961) -[952,962) -[953,963) -[954,964) -[955,965) -[956,966) -[957,967) -[958,968) -[959,969) -[960,970) -[961,971) -[962,972) -[963,973) -[964,974) -[965,975) -[966,976) -[967,977) -[968,978) -[969,979) -[970,980) -[971,981) -[972,982) -[973,983) -[974,984) -[975,985) -[976,986) -[977,987) -[978,988) -[979,989) -[980,990) -[981,991) -[982,992) -[983,993) -[984,994) -[985,995) -[986,996) -[987,997) -[988,998) -[989,999) -[990,1000) -[991,1001) -[992,1002) -[993,1003) -[994,1004) -[995,1005) -[996,1006) -[997,1007) -[998,1008) -[999,1009) -[1000,1010) -[1001,1011) -[1002,1012) -[1003,1013) -[1004,1014) -[1005,1015) -[1006,1016) -[1007,1017) -[1008,1018) -[1009,1019) -[1010,1020) -[1011,1021) -[1012,1022) -[1013,1023) -[1014,1024) -[1015,1025) -[1016,1026) -[1017,1027) -[1018,1028) -[1019,1029) -[1020,1030) -[1021,1031) -[1022,1032) -[1023,1033) -[1024,1034) -[1025,1035) -[1026,1036) -[1027,1037) -[1028,1038) -[1029,1039) -[1030,1040) -[1031,1041) -[1032,1042) -[1033,1043) -[1034,1044) -[1035,1045) -[1036,1046) -[1037,1047) -[1038,1048) -[1039,1049) -[1040,1050) -[1041,1051) -[1042,1052) -[1043,1053) -[1044,1054) -[1045,1055) -[1046,1056) -[1047,1057) -[1048,1058) -[1049,1059) -[1050,1060) -[1051,1061) -[1052,1062) -[1053,1063) -[1054,1064) -[1055,1065) -[1056,1066) -[1057,1067) -[1058,1068) -[1059,1069) -[1060,1070) -[1061,1071) -[1062,1072) -[1063,1073) -[1064,1074) -[1065,1075) -[1066,1076) -[1067,1077) -[1068,1078) -[1069,1079) -[1070,1080) -[1071,1081) -[1072,1082) -[1073,1083) -[1074,1084) -[1075,1085) -[1076,1086) -[1077,1087) -[1078,1088) -[1079,1089) -[1080,1090) -[1081,1091) -[1082,1092) -[1083,1093) -[1084,1094) -[1085,1095) -[1086,1096) -[1087,1097) -[1088,1098) -[1089,1099) -[1090,1100) -[1091,1101) -[1092,1102) -[1093,1103) -[1094,1104) -[1095,1105) -[1096,1106) -[1097,1107) -[1098,1108) -[1099,1109) -[1100,1110) -[1101,1111) -[1102,1112) -[1103,1113) -[1104,1114) -[1105,1115) -[1106,1116) -[1107,1117) -[1108,1118) -[1109,1119) -[1110,1120) -[1111,1121) -[1112,1122) -[1113,1123) -[1114,1124) -[1115,1125) -[1116,1126) -[1117,1127) -[1118,1128) -[1119,1129) -[1120,1130) -[1121,1131) -[1122,1132) -[1123,1133) -[1124,1134) -[1125,1135) -[1126,1136) -[1127,1137) -[1128,1138) -[1129,1139) -[1130,1140) -[1131,1141) -[1132,1142) -[1133,1143) -[1134,1144) -[1135,1145) -[1136,1146) -[1137,1147) -[1138,1148) -[1139,1149) -[1140,1150) -[1141,1151) -[1142,1152) -[1143,1153) -[1144,1154) -[1145,1155) -[1146,1156) -[1147,1157) -[1148,1158) -[1149,1159) -[1150,1160) -[1151,1161) -[1152,1162) -[1153,1163) -[1154,1164) -[1155,1165) -[1156,1166) -[1157,1167) -[1158,1168) -[1159,1169) -[1160,1170) -[1161,1171) -[1162,1172) -[1163,1173) -[1164,1174) -[1165,1175) -[1166,1176) -[1167,1177) -[1168,1178) -[1169,1179) -[1170,1180) -[1171,1181) -[1172,1182) -[1173,1183) -[1174,1184) -[1175,1185) -[1176,1186) -[1177,1187) -[1178,1188) -[1179,1189) -[1180,1190) -[1181,1191) -[1182,1192) -[1183,1193) -[1184,1194) -[1185,1195) -[1186,1196) -[1187,1197) -[1188,1198) -[1189,1199) -[1190,1200) -[1191,1201) -[1192,1202) -[1193,1203) -[1194,1204) -[1195,1205) -[1196,1206) -[1197,1207) -[1198,1208) -[1199,1209) -[1200,1210) -[1201,1211) -[1202,1212) -[1203,1213) -[1204,1214) -[1205,1215) -[1206,1216) -[1207,1217) -[1208,1218) -[1209,1219) -[1210,1220) -[1211,1221) -[1212,1222) -[1213,1223) -[1214,1224) -[1215,1225) -[1216,1226) -[1217,1227) -[1218,1228) -[1219,1229) -[1220,1230) -[1221,1231) -[1222,1232) -[1223,1233) -[1224,1234) -[1225,1235) -[1226,1236) -[1227,1237) -[1228,1238) -[1229,1239) -[1230,1240) -[1231,1241) -[1232,1242) -[1233,1243) -[1234,1244) -[1235,1245) -[1236,1246) -[1237,1247) -[1238,1248) -[1239,1249) -[1240,1250) -[1241,1251) -[1242,1252) -[1243,1253) -[1244,1254) -[1245,1255) -[1246,1256) -[1247,1257) -[1248,1258) -[1249,1259) -[1250,1260) -[1251,1261) -[1252,1262) -[1253,1263) -[1254,1264) -[1255,1265) -[1256,1266) -[1257,1267) -[1258,1268) -[1259,1269) -[1260,1270) -[1261,1271) -[1262,1272) -[1263,1273) -[1264,1274) -[1265,1275) -[1266,1276) -[1267,1277) -[1268,1278) -[1269,1279) -[1270,1280) -[1271,1281) -[1272,1282) -[1273,1283) -[1274,1284) -[1275,1285) -[1276,1286) -[1277,1287) -[1278,1288) -[1279,1289) -[1280,1290) -[1281,1291) -[1282,1292) -[1283,1293) -[1284,1294) -[1285,1295) -[1286,1296) -[1287,1297) -[1288,1298) -[1289,1299) -[1290,1300) -[1291,1301) -[1292,1302) -[1293,1303) -[1294,1304) -[1295,1305) -[1296,1306) -[1297,1307) -[1298,1308) -[1299,1309) -[1300,1310) -[1301,1311) -[1302,1312) -[1303,1313) -[1304,1314) -[1305,1315) -[1306,1316) -[1307,1317) -[1308,1318) -[1309,1319) -[1310,1320) -[1311,1321) -[1312,1322) -[1313,1323) -[1314,1324) -[1315,1325) -[1316,1326) -[1317,1327) -[1318,1328) -[1319,1329) -[1320,1330) -[1321,1331) -[1322,1332) -[1323,1333) -[1324,1334) -[1325,1335) -[1326,1336) -[1327,1337) -[1328,1338) -[1329,1339) -[1330,1340) -[1331,1341) -[1332,1342) -[1333,1343) -[1334,1344) -[1335,1345) -[1336,1346) -[1337,1347) -[1338,1348) -[1339,1349) -[1340,1350) -[1341,1351) -[1342,1352) -[1343,1353) -[1344,1354) -[1345,1355) -[1346,1356) -[1347,1357) -[1348,1358) -[1349,1359) -[1350,1360) -[1351,1361) -[1352,1362) -[1353,1363) -[1354,1364) -[1355,1365) -[1356,1366) -[1357,1367) -[1358,1368) -[1359,1369) -[1360,1370) -[1361,1371) -[1362,1372) -[1363,1373) -[1364,1374) -[1365,1375) -[1366,1376) -[1367,1377) -[1368,1378) -[1369,1379) -[1370,1380) -[1371,1381) -[1372,1382) -[1373,1383) -[1374,1384) -[1375,1385) -[1376,1386) -[1377,1387) -[1378,1388) -[1379,1389) -[1380,1390) -[1381,1391) -[1382,1392) -[1383,1393) -[1384,1394) -[1385,1395) -[1386,1396) -[1387,1397) -[1388,1398) -[1389,1399) -[1390,1400) -[1391,1401) -[1392,1402) -[1393,1403) -[1394,1404) -[1395,1405) -[1396,1406) -[1397,1407) -[1398,1408) -[1399,1409) -[1400,1410) -[1401,1411) -[1402,1412) -[1403,1413) -[1404,1414) -[1405,1415) -[1406,1416) -[1407,1417) -[1408,1418) -[1409,1419) -[1410,1420) -[1411,1421) -[1412,1422) -[1413,1423) -[1414,1424) -[1415,1425) -[1416,1426) -[1417,1427) -[1418,1428) -[1419,1429) -[1420,1430) -[1421,1431) -[1422,1432) -[1423,1433) -[1424,1434) -[1425,1435) -[1426,1436) -[1427,1437) -[1428,1438) -[1429,1439) -[1430,1440) -[1431,1441) -[1432,1442) -[1433,1443) -[1434,1444) -[1435,1445) -[1436,1446) -[1437,1447) -[1438,1448) -[1439,1449) -[1440,1450) -[1441,1451) -[1442,1452) -[1443,1453) -[1444,1454) -[1445,1455) -[1446,1456) -[1447,1457) -[1448,1458) -[1449,1459) -[1450,1460) -[1451,1461) -[1452,1462) -[1453,1463) -[1454,1464) -[1455,1465) -[1456,1466) -[1457,1467) -[1458,1468) -[1459,1469) -[1460,1470) -[1461,1471) -[1462,1472) -[1463,1473) -[1464,1474) -[1465,1475) -[1466,1476) -[1467,1477) -[1468,1478) -[1469,1479) -[1470,1480) -[1471,1481) -[1472,1482) -[1473,1483) -[1474,1484) -[1475,1485) -[1476,1486) -[1477,1487) -[1478,1488) -[1479,1489) -[1480,1490) -[1481,1491) -[1482,1492) -[1483,1493) -[1484,1494) -[1485,1495) -[1486,1496) -[1487,1497) -[1488,1498) -[1489,1499) -[1490,1500) -[1491,1501) -[1492,1502) -[1493,1503) -[1494,1504) -[1495,1505) -[1496,1506) -[1497,1507) -[1498,1508) -[1499,1509) -[1500,1510) -[1501,1511) -[1502,1512) -[1503,1513) -[1504,1514) -[1505,1515) -[1506,1516) -[1507,1517) -[1508,1518) -[1509,1519) -[1510,1520) -[1511,1521) -[1512,1522) -[1513,1523) -[1514,1524) -[1515,1525) -[1516,1526) -[1517,1527) -[1518,1528) -[1519,1529) -[1520,1530) -[1521,1531) -[1522,1532) -[1523,1533) -[1524,1534) -[1525,1535) -[1526,1536) -[1527,1537) -[1528,1538) -[1529,1539) -[1530,1540) -[1531,1541) -[1532,1542) -[1533,1543) -[1534,1544) -[1535,1545) -[1536,1546) -[1537,1547) -[1538,1548) -[1539,1549) -[1540,1550) -[1541,1551) -[1542,1552) -[1543,1553) -[1544,1554) -[1545,1555) -[1546,1556) -[1547,1557) -[1548,1558) -[1549,1559) -[1550,1560) -[1551,1561) -[1552,1562) -[1553,1563) -[1554,1564) -[1555,1565) -[1556,1566) -[1557,1567) -[1558,1568) -[1559,1569) -[1560,1570) -[1561,1571) -[1562,1572) -[1563,1573) -[1564,1574) -[1565,1575) -[1566,1576) -[1567,1577) -[1568,1578) -[1569,1579) -[1570,1580) -[1571,1581) -[1572,1582) -[1573,1583) -[1574,1584) -[1575,1585) -[1576,1586) -[1577,1587) -[1578,1588) -[1579,1589) -[1580,1590) -[1581,1591) -[1582,1592) -[1583,1593) -[1584,1594) -[1585,1595) -[1586,1596) -[1587,1597) -[1588,1598) -[1589,1599) -[1590,1600) -[1591,1601) -[1592,1602) -[1593,1603) -[1594,1604) -[1595,1605) -[1596,1606) -[1597,1607) -[1598,1608) -[1599,1609) -[1600,1610) -[1601,1611) -[1602,1612) -[1603,1613) -[1604,1614) -[1605,1615) -[1606,1616) -[1607,1617) -[1608,1618) -[1609,1619) -[1610,1620) -[1611,1621) -[1612,1622) -[1613,1623) -[1614,1624) -[1615,1625) -[1616,1626) -[1617,1627) -[1618,1628) -[1619,1629) -[1620,1630) -[1621,1631) -[1622,1632) -[1623,1633) -[1624,1634) -[1625,1635) -[1626,1636) -[1627,1637) -[1628,1638) -[1629,1639) -[1630,1640) -[1631,1641) -[1632,1642) -[1633,1643) -[1634,1644) -[1635,1645) -[1636,1646) -[1637,1647) -[1638,1648) -[1639,1649) -[1640,1650) -[1641,1651) -[1642,1652) -[1643,1653) -[1644,1654) -[1645,1655) -[1646,1656) -[1647,1657) -[1648,1658) -[1649,1659) -[1650,1660) -[1651,1661) -[1652,1662) -[1653,1663) -[1654,1664) -[1655,1665) -[1656,1666) -[1657,1667) -[1658,1668) -[1659,1669) -[1660,1670) -[1661,1671) -[1662,1672) -[1663,1673) -[1664,1674) -[1665,1675) -[1666,1676) -[1667,1677) -[1668,1678) -[1669,1679) -[1670,1680) -[1671,1681) -[1672,1682) -[1673,1683) -[1674,1684) -[1675,1685) -[1676,1686) -[1677,1687) -[1678,1688) -[1679,1689) -[1680,1690) -[1681,1691) -[1682,1692) -[1683,1693) -[1684,1694) -[1685,1695) -[1686,1696) -[1687,1697) -[1688,1698) -[1689,1699) -[1690,1700) -[1691,1701) -[1692,1702) -[1693,1703) -[1694,1704) -[1695,1705) -[1696,1706) -[1697,1707) -[1698,1708) -[1699,1709) -[1700,1710) -[1701,1711) -[1702,1712) -[1703,1713) -[1704,1714) -[1705,1715) -[1706,1716) -[1707,1717) -[1708,1718) -[1709,1719) -[1710,1720) -[1711,1721) -[1712,1722) -[1713,1723) -[1714,1724) -[1715,1725) -[1716,1726) -[1717,1727) -[1718,1728) -[1719,1729) -[1720,1730) -[1721,1731) -[1722,1732) -[1723,1733) -[1724,1734) -[1725,1735) -[1726,1736) -[1727,1737) -[1728,1738) -[1729,1739) -[1730,1740) -[1731,1741) -[1732,1742) -[1733,1743) -[1734,1744) -[1735,1745) -[1736,1746) -[1737,1747) -[1738,1748) -[1739,1749) -[1740,1750) -[1741,1751) -[1742,1752) -[1743,1753) -[1744,1754) -[1745,1755) -[1746,1756) -[1747,1757) -[1748,1758) -[1749,1759) -[1750,1760) -[1751,1761) -[1752,1762) -[1753,1763) -[1754,1764) -[1755,1765) -[1756,1766) -[1757,1767) -[1758,1768) -[1759,1769) -[1760,1770) -[1761,1771) -[1762,1772) -[1763,1773) -[1764,1774) -[1765,1775) -[1766,1776) -[1767,1777) -[1768,1778) -[1769,1779) -[1770,1780) -[1771,1781) -[1772,1782) -[1773,1783) -[1774,1784) -[1775,1785) -[1776,1786) -[1777,1787) -[1778,1788) -[1779,1789) -[1780,1790) -[1781,1791) -[1782,1792) -[1783,1793) -[1784,1794) -[1785,1795) -[1786,1796) -[1787,1797) -[1788,1798) -[1789,1799) -[1790,1800) -[1791,1801) -[1792,1802) -[1793,1803) -[1794,1804) -[1795,1805) -[1796,1806) -[1797,1807) -[1798,1808) -[1799,1809) -[1800,1810) -[1801,1811) -[1802,1812) -[1803,1813) -[1804,1814) -[1805,1815) -[1806,1816) -[1807,1817) -[1808,1818) -[1809,1819) -[1810,1820) -[1811,1821) -[1812,1822) -[1813,1823) -[1814,1824) -[1815,1825) -[1816,1826) -[1817,1827) -[1818,1828) -[1819,1829) -[1820,1830) -[1821,1831) -[1822,1832) -[1823,1833) -[1824,1834) -[1825,1835) -[1826,1836) -[1827,1837) -[1828,1838) -[1829,1839) -[1830,1840) -[1831,1841) -[1832,1842) -[1833,1843) -[1834,1844) -[1835,1845) -[1836,1846) -[1837,1847) -[1838,1848) -[1839,1849) -[1840,1850) -[1841,1851) -[1842,1852) -[1843,1853) -[1844,1854) -[1845,1855) -[1846,1856) -[1847,1857) -[1848,1858) -[1849,1859) -[1850,1860) -[1851,1861) -[1852,1862) -[1853,1863) -[1854,1864) -[1855,1865) -[1856,1866) -[1857,1867) -[1858,1868) -[1859,1869) -[1860,1870) -[1861,1871) -[1862,1872) -[1863,1873) -[1864,1874) -[1865,1875) -[1866,1876) -[1867,1877) -[1868,1878) -[1869,1879) -[1870,1880) -[1871,1881) -[1872,1882) -[1873,1883) -[1874,1884) -[1875,1885) -[1876,1886) -[1877,1887) -[1878,1888) -[1879,1889) -[1880,1890) -[1881,1891) -[1882,1892) -[1883,1893) -[1884,1894) -[1885,1895) -[1886,1896) -[1887,1897) -[1888,1898) -[1889,1899) -[1890,1900) -[1891,1901) -[1892,1902) -[1893,1903) -[1894,1904) -[1895,1905) -[1896,1906) -[1897,1907) -[1898,1908) -[1899,1909) -[1900,1910) -[1901,1911) -[1902,1912) -[1903,1913) -[1904,1914) -[1905,1915) -[1906,1916) -[1907,1917) -[1908,1918) -[1909,1919) -[1910,1920) -[1911,1921) -[1912,1922) -[1913,1923) -[1914,1924) -[1915,1925) -[1916,1926) -[1917,1927) -[1918,1928) -[1919,1929) -[1920,1930) -[1921,1931) -[1922,1932) -[1923,1933) -[1924,1934) -[1925,1935) -[1926,1936) -[1927,1937) -[1928,1938) -[1929,1939) -[1930,1940) -[1931,1941) -[1932,1942) -[1933,1943) -[1934,1944) -[1935,1945) -[1936,1946) -[1937,1947) -[1938,1948) -[1939,1949) -[1940,1950) -[1941,1951) -[1942,1952) -[1943,1953) -[1944,1954) -[1945,1955) -[1946,1956) -[1947,1957) -[1948,1958) -[1949,1959) -[1950,1960) -[1951,1961) -[1952,1962) -[1953,1963) -[1954,1964) -[1955,1965) -[1956,1966) -[1957,1967) -[1958,1968) -[1959,1969) -[1960,1970) -[1961,1971) -[1962,1972) -[1963,1973) -[1964,1974) -[1965,1975) -[1966,1976) -[1967,1977) -[1968,1978) -[1969,1979) -[1970,1980) -[1971,1981) -[1972,1982) -[1973,1983) -[1974,1984) -[1975,1985) -[1976,1986) -[1977,1987) -[1978,1988) -[1979,1989) -[1980,1990) -[1981,1991) -[1982,1992) -[1983,1993) -[1984,1994) -[1985,1995) -[1986,1996) -[1987,1997) -[1988,1998) -[1989,1999) -[1990,2000) -[1991,2001) -[1992,2002) -[1993,2003) -[1994,2004) -[1995,2005) -[1996,2006) -[1997,2007) -[1998,2008) -[1999,2009) -[2000,2010) -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -[1,10001) -[2,10002) -[3,10003) -[4,10004) -[5,10005) -[6,10006) -[7,10007) -[8,10008) -[9,10009) -[10,10010) -[11,10011) -[12,10012) -[13,10013) -[14,10014) -[15,10015) -[16,10016) -[17,10017) -[18,10018) -[19,10019) -[20,10020) -[21,10021) -[22,10022) -[23,10023) -[24,10024) -[25,10025) -[26,10026) -[27,10027) -[28,10028) -[29,10029) -[30,10030) -[31,10031) -[32,10032) -[33,10033) -[34,10034) -[35,10035) -[36,10036) -[37,10037) -[38,10038) -[39,10039) -[40,10040) -[41,10041) -[42,10042) -[43,10043) -[44,10044) -[45,10045) -[46,10046) -[47,10047) -[48,10048) -[49,10049) -[50,10050) -[51,10051) -[52,10052) -[53,10053) -[54,10054) -[55,10055) -[56,10056) -[57,10057) -[58,10058) -[59,10059) -[60,10060) -[61,10061) -[62,10062) -[63,10063) -[64,10064) -[65,10065) -[66,10066) -[67,10067) -[68,10068) -[69,10069) -[70,10070) -[71,10071) -[72,10072) -[73,10073) -[74,10074) -[75,10075) -[76,10076) -[77,10077) -[78,10078) -[79,10079) -[80,10080) -[81,10081) -[82,10082) -[83,10083) -[84,10084) -[85,10085) -[86,10086) -[87,10087) -[88,10088) -[89,10089) -[90,10090) -[91,10091) -[92,10092) -[93,10093) -[94,10094) -[95,10095) -[96,10096) -[97,10097) -[98,10098) -[99,10099) -[100,10100) -[101,10101) -[102,10102) -[103,10103) -[104,10104) -[105,10105) -[106,10106) -[107,10107) -[108,10108) -[109,10109) -[110,10110) -[111,10111) -[112,10112) -[113,10113) -[114,10114) -[115,10115) -[116,10116) -[117,10117) -[118,10118) -[119,10119) -[120,10120) -[121,10121) -[122,10122) -[123,10123) -[124,10124) -[125,10125) -[126,10126) -[127,10127) -[128,10128) -[129,10129) -[130,10130) -[131,10131) -[132,10132) -[133,10133) -[134,10134) -[135,10135) -[136,10136) -[137,10137) -[138,10138) -[139,10139) -[140,10140) -[141,10141) -[142,10142) -[143,10143) -[144,10144) -[145,10145) -[146,10146) -[147,10147) -[148,10148) -[149,10149) -[150,10150) -[151,10151) -[152,10152) -[153,10153) -[154,10154) -[155,10155) -[156,10156) -[157,10157) -[158,10158) -[159,10159) -[160,10160) -[161,10161) -[162,10162) -[163,10163) -[164,10164) -[165,10165) -[166,10166) -[167,10167) -[168,10168) -[169,10169) -[170,10170) -[171,10171) -[172,10172) -[173,10173) -[174,10174) -[175,10175) -[176,10176) -[177,10177) -[178,10178) -[179,10179) -[180,10180) -[181,10181) -[182,10182) -[183,10183) -[184,10184) -[185,10185) -[186,10186) -[187,10187) -[188,10188) -[189,10189) -[190,10190) -[191,10191) -[192,10192) -[193,10193) -[194,10194) -[195,10195) -[196,10196) -[197,10197) -[198,10198) -[199,10199) -[200,10200) -[201,10201) -[202,10202) -[203,10203) -[204,10204) -[205,10205) -[206,10206) -[207,10207) -[208,10208) -[209,10209) -[210,10210) -[211,10211) -[212,10212) -[213,10213) -[214,10214) -[215,10215) -[216,10216) -[217,10217) -[218,10218) -[219,10219) -[220,10220) -[221,10221) -[222,10222) -[223,10223) -[224,10224) -[225,10225) -[226,10226) -[227,10227) -[228,10228) -[229,10229) -[230,10230) -[231,10231) -[232,10232) -[233,10233) -[234,10234) -[235,10235) -[236,10236) -[237,10237) -[238,10238) -[239,10239) -[240,10240) -[241,10241) -[242,10242) -[243,10243) -[244,10244) -[245,10245) -[246,10246) -[247,10247) -[248,10248) -[249,10249) -[250,10250) -[251,10251) -[252,10252) -[253,10253) -[254,10254) -[255,10255) -[256,10256) -[257,10257) -[258,10258) -[259,10259) -[260,10260) -[261,10261) -[262,10262) -[263,10263) -[264,10264) -[265,10265) -[266,10266) -[267,10267) -[268,10268) -[269,10269) -[270,10270) -[271,10271) -[272,10272) -[273,10273) -[274,10274) -[275,10275) -[276,10276) -[277,10277) -[278,10278) -[279,10279) -[280,10280) -[281,10281) -[282,10282) -[283,10283) -[284,10284) -[285,10285) -[286,10286) -[287,10287) -[288,10288) -[289,10289) -[290,10290) -[291,10291) -[292,10292) -[293,10293) -[294,10294) -[295,10295) -[296,10296) -[297,10297) -[298,10298) -[299,10299) -[300,10300) -[301,10301) -[302,10302) -[303,10303) -[304,10304) -[305,10305) -[306,10306) -[307,10307) -[308,10308) -[309,10309) -[310,10310) -[311,10311) -[312,10312) -[313,10313) -[314,10314) -[315,10315) -[316,10316) -[317,10317) -[318,10318) -[319,10319) -[320,10320) -[321,10321) -[322,10322) -[323,10323) -[324,10324) -[325,10325) -[326,10326) -[327,10327) -[328,10328) -[329,10329) -[330,10330) -[331,10331) -[332,10332) -[333,10333) -[334,10334) -[335,10335) -[336,10336) -[337,10337) -[338,10338) -[339,10339) -[340,10340) -[341,10341) -[342,10342) -[343,10343) -[344,10344) -[345,10345) -[346,10346) -[347,10347) -[348,10348) -[349,10349) -[350,10350) -[351,10351) -[352,10352) -[353,10353) -[354,10354) -[355,10355) -[356,10356) -[357,10357) -[358,10358) -[359,10359) -[360,10360) -[361,10361) -[362,10362) -[363,10363) -[364,10364) -[365,10365) -[366,10366) -[367,10367) -[368,10368) -[369,10369) -[370,10370) -[371,10371) -[372,10372) -[373,10373) -[374,10374) -[375,10375) -[376,10376) -[377,10377) -[378,10378) -[379,10379) -[380,10380) -[381,10381) -[382,10382) -[383,10383) -[384,10384) -[385,10385) -[386,10386) -[387,10387) -[388,10388) -[389,10389) -[390,10390) -[391,10391) -[392,10392) -[393,10393) -[394,10394) -[395,10395) -[396,10396) -[397,10397) -[398,10398) -[399,10399) -[400,10400) -[401,10401) -[402,10402) -[403,10403) -[404,10404) -[405,10405) -[406,10406) -[407,10407) -[408,10408) -[409,10409) -[410,10410) -[411,10411) -[412,10412) -[413,10413) -[414,10414) -[415,10415) -[416,10416) -[417,10417) -[418,10418) -[419,10419) -[420,10420) -[421,10421) -[422,10422) -[423,10423) -[424,10424) -[425,10425) -[426,10426) -[427,10427) -[428,10428) -[429,10429) -[430,10430) -[431,10431) -[432,10432) -[433,10433) -[434,10434) -[435,10435) -[436,10436) -[437,10437) -[438,10438) -[439,10439) -[440,10440) -[441,10441) -[442,10442) -[443,10443) -[444,10444) -[445,10445) -[446,10446) -[447,10447) -[448,10448) -[449,10449) -[450,10450) -[451,10451) -[452,10452) -[453,10453) -[454,10454) -[455,10455) -[456,10456) -[457,10457) -[458,10458) -[459,10459) -[460,10460) -[461,10461) -[462,10462) -[463,10463) -[464,10464) -[465,10465) -[466,10466) -[467,10467) -[468,10468) -[469,10469) -[470,10470) -[471,10471) -[472,10472) -[473,10473) -[474,10474) -[475,10475) -[476,10476) -[477,10477) -[478,10478) -[479,10479) -[480,10480) -[481,10481) -[482,10482) -[483,10483) -[484,10484) -[485,10485) -[486,10486) -[487,10487) -[488,10488) -[489,10489) -[490,10490) -[491,10491) -[492,10492) -[493,10493) -[494,10494) -[495,10495) -[496,10496) -[497,10497) -[498,10498) -[499,10499) -[500,10500) -[501,10501) -[502,10502) -[503,10503) -[504,10504) -[505,10505) -[506,10506) -[507,10507) -[508,10508) -[509,10509) -[510,10510) -[511,10511) -[512,10512) -[513,10513) -[514,10514) -[515,10515) -[516,10516) -[517,10517) -[518,10518) -[519,10519) -[520,10520) -[521,10521) -[522,10522) -[523,10523) -[524,10524) -[525,10525) -[526,10526) -[527,10527) -[528,10528) -[529,10529) -[530,10530) -[531,10531) -[532,10532) -[533,10533) -[534,10534) -[535,10535) -[536,10536) -[537,10537) -[538,10538) -[539,10539) -[540,10540) -[541,10541) -[542,10542) -[543,10543) -[544,10544) -[545,10545) -[546,10546) -[547,10547) -[548,10548) -[549,10549) -[550,10550) -[551,10551) -[552,10552) -[553,10553) -[554,10554) -[555,10555) -[556,10556) -[557,10557) -[558,10558) -[559,10559) -[560,10560) -[561,10561) -[562,10562) -[563,10563) -[564,10564) -[565,10565) -[566,10566) -[567,10567) -[568,10568) -[569,10569) -[570,10570) -[571,10571) -[572,10572) -[573,10573) -[574,10574) -[575,10575) -[576,10576) -[577,10577) -[578,10578) -[579,10579) -[580,10580) -[581,10581) -[582,10582) -[583,10583) -[584,10584) -[585,10585) -[586,10586) -[587,10587) -[588,10588) -[589,10589) -[590,10590) -[591,10591) -[592,10592) -[593,10593) -[594,10594) -[595,10595) -[596,10596) -[597,10597) -[598,10598) -[599,10599) -[600,10600) -[601,10601) -[602,10602) -[603,10603) -[604,10604) -[605,10605) -[606,10606) -[607,10607) -[608,10608) -[609,10609) -[610,10610) -[611,10611) -[612,10612) -[613,10613) -[614,10614) -[615,10615) -[616,10616) -[617,10617) -[618,10618) -[619,10619) -[620,10620) -[621,10621) -[622,10622) -[623,10623) -[624,10624) -[625,10625) -[626,10626) -[627,10627) -[628,10628) -[629,10629) -[630,10630) -[631,10631) -[632,10632) -[633,10633) -[634,10634) -[635,10635) -[636,10636) -[637,10637) -[638,10638) -[639,10639) -[640,10640) -[641,10641) -[642,10642) -[643,10643) -[644,10644) -[645,10645) -[646,10646) -[647,10647) -[648,10648) -[649,10649) -[650,10650) -[651,10651) -[652,10652) -[653,10653) -[654,10654) -[655,10655) -[656,10656) -[657,10657) -[658,10658) -[659,10659) -[660,10660) -[661,10661) -[662,10662) -[663,10663) -[664,10664) -[665,10665) -[666,10666) -[667,10667) -[668,10668) -[669,10669) -[670,10670) -[671,10671) -[672,10672) -[673,10673) -[674,10674) -[675,10675) -[676,10676) -[677,10677) -[678,10678) -[679,10679) -[680,10680) -[681,10681) -[682,10682) -[683,10683) -[684,10684) -[685,10685) -[686,10686) -[687,10687) -[688,10688) -[689,10689) -[690,10690) -[691,10691) -[692,10692) -[693,10693) -[694,10694) -[695,10695) -[696,10696) -[697,10697) -[698,10698) -[699,10699) -[700,10700) -[701,10701) -[702,10702) -[703,10703) -[704,10704) -[705,10705) -[706,10706) -[707,10707) -[708,10708) -[709,10709) -[710,10710) -[711,10711) -[712,10712) -[713,10713) -[714,10714) -[715,10715) -[716,10716) -[717,10717) -[718,10718) -[719,10719) -[720,10720) -[721,10721) -[722,10722) -[723,10723) -[724,10724) -[725,10725) -[726,10726) -[727,10727) -[728,10728) -[729,10729) -[730,10730) -[731,10731) -[732,10732) -[733,10733) -[734,10734) -[735,10735) -[736,10736) -[737,10737) -[738,10738) -[739,10739) -[740,10740) -[741,10741) -[742,10742) -[743,10743) -[744,10744) -[745,10745) -[746,10746) -[747,10747) -[748,10748) -[749,10749) -[750,10750) -[751,10751) -[752,10752) -[753,10753) -[754,10754) -[755,10755) -[756,10756) -[757,10757) -[758,10758) -[759,10759) -[760,10760) -[761,10761) -[762,10762) -[763,10763) -[764,10764) -[765,10765) -[766,10766) -[767,10767) -[768,10768) -[769,10769) -[770,10770) -[771,10771) -[772,10772) -[773,10773) -[774,10774) -[775,10775) -[776,10776) -[777,10777) -[778,10778) -[779,10779) -[780,10780) -[781,10781) -[782,10782) -[783,10783) -[784,10784) -[785,10785) -[786,10786) -[787,10787) -[788,10788) -[789,10789) -[790,10790) -[791,10791) -[792,10792) -[793,10793) -[794,10794) -[795,10795) -[796,10796) -[797,10797) -[798,10798) -[799,10799) -[800,10800) -[801,10801) -[802,10802) -[803,10803) -[804,10804) -[805,10805) -[806,10806) -[807,10807) -[808,10808) -[809,10809) -[810,10810) -[811,10811) -[812,10812) -[813,10813) -[814,10814) -[815,10815) -[816,10816) -[817,10817) -[818,10818) -[819,10819) -[820,10820) -[821,10821) -[822,10822) -[823,10823) -[824,10824) -[825,10825) -[826,10826) -[827,10827) -[828,10828) -[829,10829) -[830,10830) -[831,10831) -[832,10832) -[833,10833) -[834,10834) -[835,10835) -[836,10836) -[837,10837) -[838,10838) -[839,10839) -[840,10840) -[841,10841) -[842,10842) -[843,10843) -[844,10844) -[845,10845) -[846,10846) -[847,10847) -[848,10848) -[849,10849) -[850,10850) -[851,10851) -[852,10852) -[853,10853) -[854,10854) -[855,10855) -[856,10856) -[857,10857) -[858,10858) -[859,10859) -[860,10860) -[861,10861) -[862,10862) -[863,10863) -[864,10864) -[865,10865) -[866,10866) -[867,10867) -[868,10868) -[869,10869) -[870,10870) -[871,10871) -[872,10872) -[873,10873) -[874,10874) -[875,10875) -[876,10876) -[877,10877) -[878,10878) -[879,10879) -[880,10880) -[881,10881) -[882,10882) -[883,10883) -[884,10884) -[885,10885) -[886,10886) -[887,10887) -[888,10888) -[889,10889) -[890,10890) -[891,10891) -[892,10892) -[893,10893) -[894,10894) -[895,10895) -[896,10896) -[897,10897) -[898,10898) -[899,10899) -[900,10900) -[901,10901) -[902,10902) -[903,10903) -[904,10904) -[905,10905) -[906,10906) -[907,10907) -[908,10908) -[909,10909) -[910,10910) -[911,10911) -[912,10912) -[913,10913) -[914,10914) -[915,10915) -[916,10916) -[917,10917) -[918,10918) -[919,10919) -[920,10920) -[921,10921) -[922,10922) -[923,10923) -[924,10924) -[925,10925) -[926,10926) -[927,10927) -[928,10928) -[929,10929) -[930,10930) -[931,10931) -[932,10932) -[933,10933) -[934,10934) -[935,10935) -[936,10936) -[937,10937) -[938,10938) -[939,10939) -[940,10940) -[941,10941) -[942,10942) -[943,10943) -[944,10944) -[945,10945) -[946,10946) -[947,10947) -[948,10948) -[949,10949) -[950,10950) -[951,10951) -[952,10952) -[953,10953) -[954,10954) -[955,10955) -[956,10956) -[957,10957) -[958,10958) -[959,10959) -[960,10960) -[961,10961) -[962,10962) -[963,10963) -[964,10964) -[965,10965) -[966,10966) -[967,10967) -[968,10968) -[969,10969) -[970,10970) -[971,10971) -[972,10972) -[973,10973) -[974,10974) -[975,10975) -[976,10976) -[977,10977) -[978,10978) -[979,10979) -[980,10980) -[981,10981) -[982,10982) -[983,10983) -[984,10984) -[985,10985) -[986,10986) -[987,10987) -[988,10988) -[989,10989) -[990,10990) -[991,10991) -[992,10992) -[993,10993) -[994,10994) -[995,10995) -[996,10996) -[997,10997) -[998,10998) -[999,10999) -[1000,11000) -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -empty -(,11) -(,21) -(,31) -(,41) -(,51) -(,61) -(,71) -(,81) -(,91) -(,101) -(,111) -(,121) -(,131) -(,141) -(,151) -(,161) -(,171) -(,181) -(,191) -(,201) -(,211) -(,221) -(,231) -(,241) -(,251) -(,261) -(,271) -(,281) -(,291) -(,301) -(,311) -(,321) -(,331) -(,341) -(,351) -(,361) -(,371) -(,381) -(,391) -(,401) -(,411) -(,421) -(,431) -(,441) -(,451) -(,461) -(,471) -(,481) -(,491) -(,501) -(,511) -(,521) -(,531) -(,541) -(,551) -(,561) -(,571) -(,581) -(,591) -(,601) -(,611) -(,621) -(,631) -(,641) -(,651) -(,661) -(,671) -(,681) -(,691) -(,701) -(,711) -(,721) -(,731) -(,741) -(,751) -(,761) -(,771) -(,781) -(,791) -(,801) -(,811) -(,821) -(,831) -(,841) -(,851) -(,861) -(,871) -(,881) -(,891) -(,901) -(,911) -(,921) -(,931) -(,941) -(,951) -(,961) -(,971) -(,981) -(,991) -(,1001) -[11,) -[21,) -[31,) -[41,) -[51,) -[61,) -[71,) -[81,) -[91,) -[101,) -[111,) -[121,) -[131,) -[141,) -[151,) -[161,) -[171,) -[181,) -[191,) -[201,) -[211,) -[221,) -[231,) -[241,) -[251,) -[261,) -[271,) -[281,) -[291,) -[301,) -[311,) -[321,) -[331,) -[341,) -[351,) -[361,) -[371,) -[381,) -[391,) -[401,) -[411,) -[421,) -[431,) -[441,) -[451,) -[461,) -[471,) -[481,) -[491,) -[501,) -[511,) -[521,) -[531,) -[541,) -[551,) -[561,) -[571,) -[581,) -[591,) -[601,) -[611,) -[621,) -[631,) -[641,) -[651,) -[661,) -[671,) -[681,) -[691,) -[701,) -[711,) -[721,) -[731,) -[741,) -[751,) -[761,) -[771,) -[781,) -[791,) -[801,) -[811,) -[821,) -[831,) -[841,) -[851,) -[861,) -[871,) -[881,) -[891,) -[901,) -[911,) -[921,) -[931,) -[941,) -[951,) -[961,) -[971,) -[981,) -[991,) -[1001,) -[1,11) -[2,12) -[3,13) -[4,14) -[5,15) -[6,16) -[7,17) -[8,18) -[9,19) -[10,20) -[11,21) -[12,22) -[13,23) -[14,24) -[15,25) -[16,26) -[17,27) -[18,28) -[19,29) -[20,30) -[21,31) -[22,32) -[23,33) -[24,34) -[25,35) -[26,36) -[27,37) -[28,38) -[29,39) -[30,40) -[31,41) -[32,42) -[33,43) -[34,44) -[35,45) -[36,46) -[37,47) -[38,48) -[39,49) -[40,50) -[41,51) -[42,52) -[43,53) -[44,54) -[45,55) -[46,56) -[47,57) -[48,58) -[49,59) -[50,60) -[51,61) -[52,62) -[53,63) -[54,64) -[55,65) -[56,66) -[57,67) -[58,68) -[59,69) -[60,70) -[61,71) -[62,72) -[63,73) -[64,74) -[65,75) -[66,76) -[67,77) -[68,78) -[69,79) -[70,80) -[71,81) -[72,82) -[73,83) -[74,84) -[75,85) -[76,86) -[77,87) -[78,88) -[79,89) -[80,90) -[81,91) -[82,92) -[83,93) -[84,94) -[85,95) -[86,96) -[87,97) -[88,98) -[89,99) -[90,100) -[91,101) -[92,102) -[93,103) -[94,104) -[95,105) -[96,106) -[97,107) -[98,108) -[99,109) -[100,110) -[101,111) -[102,112) -[103,113) -[104,114) -[105,115) -[106,116) -[107,117) -[108,118) -[109,119) -[110,120) -[111,121) -[112,122) -[113,123) -[114,124) -[115,125) -[116,126) -[117,127) -[118,128) -[119,129) -[120,130) -[121,131) -[122,132) -[123,133) -[124,134) -[125,135) -[126,136) -[127,137) -[128,138) -[129,139) -[130,140) -[131,141) -[132,142) -[133,143) -[134,144) -[135,145) -[136,146) -[137,147) -[138,148) -[139,149) -[140,150) -[141,151) -[142,152) -[143,153) -[144,154) -[145,155) -[146,156) -[147,157) -[148,158) -[149,159) -[150,160) -[151,161) -[152,162) -[153,163) -[154,164) -[155,165) -[156,166) -[157,167) -[158,168) -[159,169) -[160,170) -[161,171) -[162,172) -[163,173) -[164,174) -[165,175) -[166,176) -[167,177) -[168,178) -[169,179) -[170,180) -[171,181) -[172,182) -[173,183) -[174,184) -[175,185) -[176,186) -[177,187) -[178,188) -[179,189) -[180,190) -[181,191) -[182,192) -[183,193) -[184,194) -[185,195) -[186,196) -[187,197) -[188,198) -[189,199) -[190,200) -[191,201) -[192,202) -[193,203) -[194,204) -[195,205) -[196,206) -[197,207) -[198,208) -[199,209) -[200,210) -[201,211) -[202,212) -[203,213) -[204,214) -[205,215) -[206,216) -[207,217) -[208,218) -[209,219) -[210,220) -[211,221) -[212,222) -[213,223) -[214,224) -[215,225) -[216,226) -[217,227) -[218,228) -[219,229) -[220,230) -[221,231) -[222,232) -[223,233) -[224,234) -[225,235) -[226,236) -[227,237) -[228,238) -[229,239) -[230,240) -[231,241) -[232,242) -[233,243) -[234,244) -[235,245) -[236,246) -[237,247) -[238,248) -[239,249) -[240,250) -[241,251) -[242,252) -[243,253) -[244,254) -[245,255) -[246,256) -[247,257) -[248,258) -[249,259) -[250,260) -[251,261) -[252,262) -[253,263) -[254,264) -[255,265) -[256,266) -[257,267) -[258,268) -[259,269) -[260,270) -[261,271) -[262,272) -[263,273) -[264,274) -[265,275) -[266,276) -[267,277) -[268,278) -[269,279) -[270,280) -[271,281) -[272,282) -[273,283) -[274,284) -[275,285) -[276,286) -[277,287) -[278,288) -[279,289) -[280,290) -[281,291) -[282,292) -[283,293) -[284,294) -[285,295) -[286,296) -[287,297) -[288,298) -[289,299) -[290,300) -[291,301) -[292,302) -[293,303) -[294,304) -[295,305) -[296,306) -[297,307) -[298,308) -[299,309) -[300,310) -[301,311) -[302,312) -[303,313) -[304,314) -[305,315) -[306,316) -[307,317) -[308,318) -[309,319) -[310,320) -[311,321) -[312,322) -[313,323) -[314,324) -[315,325) -[316,326) -[317,327) -[318,328) -[319,329) -[320,330) -[321,331) -[322,332) -[323,333) -[324,334) -[325,335) -[326,336) -[327,337) -[328,338) -[329,339) -[330,340) -[331,341) -[332,342) -[333,343) -[334,344) -[335,345) -[336,346) -[337,347) -[338,348) -[339,349) -[340,350) -[341,351) -[342,352) -[343,353) -[344,354) -[345,355) -[346,356) -[347,357) -[348,358) -[349,359) -[350,360) -[351,361) -[352,362) -[353,363) -[354,364) -[355,365) -[356,366) -[357,367) -[358,368) -[359,369) -[360,370) -[361,371) -[362,372) -[363,373) -[364,374) -[365,375) -[366,376) -[367,377) -[368,378) -[369,379) -[370,380) -[371,381) -[372,382) -[373,383) -[374,384) -[375,385) -[376,386) -[377,387) -[378,388) -[379,389) -[380,390) -[381,391) -[382,392) -[383,393) -[384,394) -[385,395) -[386,396) -[387,397) -[388,398) -[389,399) -[390,400) -[391,401) -[392,402) -[393,403) -[394,404) -[395,405) -[396,406) -[397,407) -[398,408) -[399,409) -[400,410) -[401,411) -[402,412) -[403,413) -[404,414) -[405,415) -[406,416) -[407,417) -[408,418) -[409,419) -[410,420) -[411,421) -[412,422) -[413,423) -[414,424) -[415,425) -[416,426) -[417,427) -[418,428) -[419,429) -[420,430) -[421,431) -[422,432) -[423,433) -[424,434) -[425,435) -[426,436) -[427,437) -[428,438) -[429,439) -[430,440) -[431,441) -[432,442) -[433,443) -[434,444) -[435,445) -[436,446) -[437,447) -[438,448) -[439,449) -[440,450) -[441,451) -[442,452) -[443,453) -[444,454) -[445,455) -[446,456) -[447,457) -[448,458) -[449,459) -[450,460) -[451,461) -[452,462) -[453,463) -[454,464) -[455,465) -[456,466) -[457,467) -[458,468) -[459,469) -[460,470) -[461,471) -[462,472) -[463,473) -[464,474) -[465,475) -[466,476) -[467,477) -[468,478) -[469,479) -[470,480) -[471,481) -[472,482) -[473,483) -[474,484) -[475,485) -[476,486) -[477,487) -[478,488) -[479,489) -[480,490) -[481,491) -[482,492) -[483,493) -[484,494) -[485,495) -[486,496) -[487,497) -[488,498) -[489,499) -[490,500) -[491,501) -[492,502) -[493,503) -[494,504) -[495,505) -[496,506) -[497,507) -[498,508) -[499,509) -[500,510) -[501,511) -[502,512) -[503,513) -[504,514) -[505,515) -[506,516) -[507,517) -[508,518) -[509,519) -[510,520) -[511,521) -[512,522) -[513,523) -[514,524) -[515,525) -[516,526) -[517,527) -[518,528) -[519,529) -[520,530) -[521,531) -[522,532) -[523,533) -[524,534) -[525,535) -[526,536) -[527,537) -[528,538) -[529,539) -[530,540) -[531,541) -[532,542) -[533,543) -[534,544) -[535,545) -[536,546) -[537,547) -[538,548) -[539,549) -[540,550) -[541,551) -[542,552) -[543,553) -[544,554) -[545,555) -[546,556) -[547,557) -[548,558) -[549,559) -[550,560) -[551,561) -[552,562) -[553,563) -[554,564) -[555,565) -[556,566) -[557,567) -[558,568) -[559,569) -[560,570) -[561,571) -[562,572) -[563,573) -[564,574) -[565,575) -[566,576) -[567,577) -[568,578) -[569,579) -[570,580) -[571,581) -[572,582) -[573,583) -[574,584) -[575,585) -[576,586) -[577,587) -[578,588) -[579,589) -[580,590) -[581,591) -[582,592) -[583,593) -[584,594) -[585,595) -[586,596) -[587,597) -[588,598) -[589,599) -[590,600) -[591,601) -[592,602) -[593,603) -[594,604) -[595,605) -[596,606) -[597,607) -[598,608) -[599,609) -[600,610) -[601,611) -[602,612) -[603,613) -[604,614) -[605,615) -[606,616) -[607,617) -[608,618) -[609,619) -[610,620) -[611,621) -[612,622) -[613,623) -[614,624) -[615,625) -[616,626) -[617,627) -[618,628) -[619,629) -[620,630) -[621,631) -[622,632) -[623,633) -[624,634) -[625,635) -[626,636) -[627,637) -[628,638) -[629,639) -[630,640) -[631,641) -[632,642) -[633,643) -[634,644) -[635,645) -[636,646) -[637,647) -[638,648) -[639,649) -[640,650) -[641,651) -[642,652) -[643,653) -[644,654) -[645,655) -[646,656) -[647,657) -[648,658) -[649,659) -[650,660) -[651,661) -[652,662) -[653,663) -[654,664) -[655,665) -[656,666) -[657,667) -[658,668) -[659,669) -[660,670) -[661,671) -[662,672) -[663,673) -[664,674) -[665,675) -[666,676) -[667,677) -[668,678) -[669,679) -[670,680) -[671,681) -[672,682) -[673,683) -[674,684) -[675,685) -[676,686) -[677,687) -[678,688) -[679,689) -[680,690) -[681,691) -[682,692) -[683,693) -[684,694) -[685,695) -[686,696) -[687,697) -[688,698) -[689,699) -[690,700) -[691,701) -[692,702) -[693,703) -[694,704) -[695,705) -[696,706) -[697,707) -[698,708) -[699,709) -[700,710) -[701,711) -[702,712) -[703,713) -[704,714) -[705,715) -[706,716) -[707,717) -[708,718) -[709,719) -[710,720) -[711,721) -[712,722) -[713,723) -[714,724) -[715,725) -[716,726) -[717,727) -[718,728) -[719,729) -[720,730) -[721,731) -[722,732) -[723,733) -[724,734) -[725,735) -[726,736) -[727,737) -[728,738) -[729,739) -[730,740) -[731,741) -[732,742) -[733,743) -[734,744) -[735,745) -[736,746) -[737,747) -[738,748) -[739,749) -[740,750) -[741,751) -[742,752) -[743,753) -[744,754) -[745,755) -[746,756) -[747,757) -[748,758) -[749,759) -[750,760) -[751,761) -[752,762) -[753,763) -[754,764) -[755,765) -[756,766) -[757,767) -[758,768) -[759,769) -[760,770) -[761,771) -[762,772) -[763,773) -[764,774) -[765,775) -[766,776) -[767,777) -[768,778) -[769,779) -[770,780) -[771,781) -[772,782) -[773,783) -[774,784) -[775,785) -[776,786) -[777,787) -[778,788) -[779,789) -[780,790) -[781,791) -[782,792) -[783,793) -[784,794) -[785,795) -[786,796) -[787,797) -[788,798) -[789,799) -[790,800) -[791,801) -[792,802) -[793,803) -[794,804) -[795,805) -[796,806) -[797,807) -[798,808) -[799,809) -[800,810) -[801,811) -[802,812) -[803,813) -[804,814) -[805,815) -[806,816) -[807,817) -[808,818) -[809,819) -[810,820) -[811,821) -[812,822) -[813,823) -[814,824) -[815,825) -[816,826) -[817,827) -[818,828) -[819,829) -[820,830) -[821,831) -[822,832) -[823,833) -[824,834) -[825,835) -[826,836) -[827,837) -[828,838) -[829,839) -[830,840) -[831,841) -[832,842) -[833,843) -[834,844) -[835,845) -[836,846) -[837,847) -[838,848) -[839,849) -[840,850) -[841,851) -[842,852) -[843,853) -[844,854) -[845,855) -[846,856) -[847,857) -[848,858) -[849,859) -[850,860) -[851,861) -[852,862) -[853,863) -[854,864) -[855,865) -[856,866) -[857,867) -[858,868) -[859,869) -[860,870) -[861,871) -[862,872) -[863,873) -[864,874) -[865,875) -[866,876) -[867,877) -[868,878) -[869,879) -[870,880) -[871,881) -[872,882) -[873,883) -[874,884) -[875,885) -[876,886) -[877,887) -[878,888) -[879,889) -[880,890) -[881,891) -[882,892) -[883,893) -[884,894) -[885,895) -[886,896) -[887,897) -[888,898) -[889,899) -[890,900) -[891,901) -[892,902) -[893,903) -[894,904) -[895,905) -[896,906) -[897,907) -[898,908) -[899,909) -[900,910) -[901,911) -[902,912) -[903,913) -[904,914) -[905,915) -[906,916) -[907,917) -[908,918) -[909,919) -[910,920) -[911,921) -[912,922) -[913,923) -[914,924) -[915,925) -[916,926) -[917,927) -[918,928) -[919,929) -[920,930) -[921,931) -[922,932) -[923,933) -[924,934) -[925,935) -[926,936) -[927,937) -[928,938) -[929,939) -[930,940) -[931,941) -[932,942) -[933,943) -[934,944) -[935,945) -[936,946) -[937,947) -[938,948) -[939,949) -[940,950) -[941,951) -[942,952) -[943,953) -[944,954) -[945,955) -[946,956) -[947,957) -[948,958) -[949,959) -[950,960) -[951,961) -[952,962) -[953,963) -[954,964) -[955,965) -[956,966) -[957,967) -[958,968) -[959,969) -[960,970) -[961,971) -[962,972) -[963,973) -[964,974) -[965,975) -[966,976) -[967,977) -[968,978) -[969,979) -[970,980) -[971,981) -[972,982) -[973,983) -[974,984) -[975,985) -[976,986) -[977,987) -[978,988) -[979,989) -[980,990) -[981,991) -[982,992) -[983,993) -[984,994) -[985,995) -[986,996) -[987,997) -[988,998) -[989,999) -[990,1000) -[991,1001) -[992,1002) -[993,1003) -[994,1004) -[995,1005) -[996,1006) -[997,1007) -[998,1008) -[999,1009) -[1000,1010) -[1001,1011) -[1002,1012) -[1003,1013) -[1004,1014) -[1005,1015) -[1006,1016) -[1007,1017) -[1008,1018) -[1009,1019) -[1010,1020) -[1011,1021) -[1012,1022) -[1013,1023) -[1014,1024) -[1015,1025) -[1016,1026) -[1017,1027) -[1018,1028) -[1019,1029) -[1020,1030) -[1021,1031) -[1022,1032) -[1023,1033) -[1024,1034) -[1025,1035) -[1026,1036) -[1027,1037) -[1028,1038) -[1029,1039) -[1030,1040) -[1031,1041) -[1032,1042) -[1033,1043) -[1034,1044) -[1035,1045) -[1036,1046) -[1037,1047) -[1038,1048) -[1039,1049) -[1040,1050) -[1041,1051) -[1042,1052) -[1043,1053) -[1044,1054) -[1045,1055) -[1046,1056) -[1047,1057) -[1048,1058) -[1049,1059) -[1050,1060) -[1051,1061) -[1052,1062) -[1053,1063) -[1054,1064) -[1055,1065) -[1056,1066) -[1057,1067) -[1058,1068) -[1059,1069) -[1060,1070) -[1061,1071) -[1062,1072) -[1063,1073) -[1064,1074) -[1065,1075) -[1066,1076) -[1067,1077) -[1068,1078) -[1069,1079) -[1070,1080) -[1071,1081) -[1072,1082) -[1073,1083) -[1074,1084) -[1075,1085) -[1076,1086) -[1077,1087) -[1078,1088) -[1079,1089) -[1080,1090) -[1081,1091) -[1082,1092) -[1083,1093) -[1084,1094) -[1085,1095) -[1086,1096) -[1087,1097) -[1088,1098) -[1089,1099) -[1090,1100) -[1091,1101) -[1092,1102) -[1093,1103) -[1094,1104) -[1095,1105) -[1096,1106) -[1097,1107) -[1098,1108) -[1099,1109) -[1100,1110) -[1101,1111) -[1102,1112) -[1103,1113) -[1104,1114) -[1105,1115) -[1106,1116) -[1107,1117) -[1108,1118) -[1109,1119) -[1110,1120) -[1111,1121) -[1112,1122) -[1113,1123) -[1114,1124) -[1115,1125) -[1116,1126) -[1117,1127) -[1118,1128) -[1119,1129) -[1120,1130) -[1121,1131) -[1122,1132) -[1123,1133) -[1124,1134) -[1125,1135) -[1126,1136) -[1127,1137) -[1128,1138) -[1129,1139) -[1130,1140) -[1131,1141) -[1132,1142) -[1133,1143) -[1134,1144) -[1135,1145) -[1136,1146) -[1137,1147) -[1138,1148) -[1139,1149) -[1140,1150) -[1141,1151) -[1142,1152) -[1143,1153) -[1144,1154) -[1145,1155) -[1146,1156) -[1147,1157) -[1148,1158) -[1149,1159) -[1150,1160) -[1151,1161) -[1152,1162) -[1153,1163) -[1154,1164) -[1155,1165) -[1156,1166) -[1157,1167) -[1158,1168) -[1159,1169) -[1160,1170) -[1161,1171) -[1162,1172) -[1163,1173) -[1164,1174) -[1165,1175) -[1166,1176) -[1167,1177) -[1168,1178) -[1169,1179) -[1170,1180) -[1171,1181) -[1172,1182) -[1173,1183) -[1174,1184) -[1175,1185) -[1176,1186) -[1177,1187) -[1178,1188) -[1179,1189) -[1180,1190) -[1181,1191) -[1182,1192) -[1183,1193) -[1184,1194) -[1185,1195) -[1186,1196) -[1187,1197) -[1188,1198) -[1189,1199) -[1190,1200) -[1191,1201) -[1192,1202) -[1193,1203) -[1194,1204) -[1195,1205) -[1196,1206) -[1197,1207) -[1198,1208) -[1199,1209) -[1200,1210) -[1201,1211) -[1202,1212) -[1203,1213) -[1204,1214) -[1205,1215) -[1206,1216) -[1207,1217) -[1208,1218) -[1209,1219) -[1210,1220) -[1211,1221) -[1212,1222) -[1213,1223) -[1214,1224) -[1215,1225) -[1216,1226) -[1217,1227) -[1218,1228) -[1219,1229) -[1220,1230) -[1221,1231) -[1222,1232) -[1223,1233) -[1224,1234) -[1225,1235) -[1226,1236) -[1227,1237) -[1228,1238) -[1229,1239) -[1230,1240) -[1231,1241) -[1232,1242) -[1233,1243) -[1234,1244) -[1235,1245) -[1236,1246) -[1237,1247) -[1238,1248) -[1239,1249) -[1240,1250) -[1241,1251) -[1242,1252) -[1243,1253) -[1244,1254) -[1245,1255) -[1246,1256) -[1247,1257) -[1248,1258) -[1249,1259) -[1250,1260) -[1251,1261) -[1252,1262) -[1253,1263) -[1254,1264) -[1255,1265) -[1256,1266) -[1257,1267) -[1258,1268) -[1259,1269) -[1260,1270) -[1261,1271) -[1262,1272) -[1263,1273) -[1264,1274) -[1265,1275) -[1266,1276) -[1267,1277) -[1268,1278) -[1269,1279) -[1270,1280) -[1271,1281) -[1272,1282) -[1273,1283) -[1274,1284) -[1275,1285) -[1276,1286) -[1277,1287) -[1278,1288) -[1279,1289) -[1280,1290) -[1281,1291) -[1282,1292) -[1283,1293) -[1284,1294) -[1285,1295) -[1286,1296) -[1287,1297) -[1288,1298) -[1289,1299) -[1290,1300) -[1291,1301) -[1292,1302) -[1293,1303) -[1294,1304) -[1295,1305) -[1296,1306) -[1297,1307) -[1298,1308) -[1299,1309) -[1300,1310) -[1301,1311) -[1302,1312) -[1303,1313) -[1304,1314) -[1305,1315) -[1306,1316) -[1307,1317) -[1308,1318) -[1309,1319) -[1310,1320) -[1311,1321) -[1312,1322) -[1313,1323) -[1314,1324) -[1315,1325) -[1316,1326) -[1317,1327) -[1318,1328) -[1319,1329) -[1320,1330) -[1321,1331) -[1322,1332) -[1323,1333) -[1324,1334) -[1325,1335) -[1326,1336) -[1327,1337) -[1328,1338) -[1329,1339) -[1330,1340) -[1331,1341) -[1332,1342) -[1333,1343) -[1334,1344) -[1335,1345) -[1336,1346) -[1337,1347) -[1338,1348) -[1339,1349) -[1340,1350) -[1341,1351) -[1342,1352) -[1343,1353) -[1344,1354) -[1345,1355) -[1346,1356) -[1347,1357) -[1348,1358) -[1349,1359) -[1350,1360) -[1351,1361) -[1352,1362) -[1353,1363) -[1354,1364) -[1355,1365) -[1356,1366) -[1357,1367) -[1358,1368) -[1359,1369) -[1360,1370) -[1361,1371) -[1362,1372) -[1363,1373) -[1364,1374) -[1365,1375) -[1366,1376) -[1367,1377) -[1368,1378) -[1369,1379) -[1370,1380) -[1371,1381) -[1372,1382) -[1373,1383) -[1374,1384) -[1375,1385) -[1376,1386) -[1377,1387) -[1378,1388) -[1379,1389) -[1380,1390) -[1381,1391) -[1382,1392) -[1383,1393) -[1384,1394) -[1385,1395) -[1386,1396) -[1387,1397) -[1388,1398) -[1389,1399) -[1390,1400) -[1391,1401) -[1392,1402) -[1393,1403) -[1394,1404) -[1395,1405) -[1396,1406) -[1397,1407) -[1398,1408) -[1399,1409) -[1400,1410) -[1401,1411) -[1402,1412) -[1403,1413) -[1404,1414) -[1405,1415) -[1406,1416) -[1407,1417) -[1408,1418) -[1409,1419) -[1410,1420) -[1411,1421) -[1412,1422) -[1413,1423) -[1414,1424) -[1415,1425) -[1416,1426) -[1417,1427) -[1418,1428) -[1419,1429) -[1420,1430) -[1421,1431) -[1422,1432) -[1423,1433) -[1424,1434) -[1425,1435) -[1426,1436) -[1427,1437) -[1428,1438) -[1429,1439) -[1430,1440) -[1431,1441) -[1432,1442) -[1433,1443) -[1434,1444) -[1435,1445) -[1436,1446) -[1437,1447) -[1438,1448) -[1439,1449) -[1440,1450) -[1441,1451) -[1442,1452) -[1443,1453) -[1444,1454) -[1445,1455) -[1446,1456) -[1447,1457) -[1448,1458) -[1449,1459) -[1450,1460) -[1451,1461) -[1452,1462) -[1453,1463) -[1454,1464) -[1455,1465) -[1456,1466) -[1457,1467) -[1458,1468) -[1459,1469) -[1460,1470) -[1461,1471) -[1462,1472) -[1463,1473) -[1464,1474) -[1465,1475) -[1466,1476) -[1467,1477) -[1468,1478) -[1469,1479) -[1470,1480) -[1471,1481) -[1472,1482) -[1473,1483) -[1474,1484) -[1475,1485) -[1476,1486) -[1477,1487) -[1478,1488) -[1479,1489) -[1480,1490) -[1481,1491) -[1482,1492) -[1483,1493) -[1484,1494) -[1485,1495) -[1486,1496) -[1487,1497) -[1488,1498) -[1489,1499) -[1490,1500) -[1491,1501) -[1492,1502) -[1493,1503) -[1494,1504) -[1495,1505) -[1496,1506) -[1497,1507) -[1498,1508) -[1499,1509) -[1500,1510) -[1501,1511) -[1502,1512) -[1503,1513) -[1504,1514) -[1505,1515) -[1506,1516) -[1507,1517) -[1508,1518) -[1509,1519) -[1510,1520) -[1511,1521) -[1512,1522) -[1513,1523) -[1514,1524) -[1515,1525) -[1516,1526) -[1517,1527) -[1518,1528) -[1519,1529) -[1520,1530) -[1521,1531) -[1522,1532) -[1523,1533) -[1524,1534) -[1525,1535) -[1526,1536) -[1527,1537) -[1528,1538) -[1529,1539) -[1530,1540) -[1531,1541) -[1532,1542) -[1533,1543) -[1534,1544) -[1535,1545) -[1536,1546) -[1537,1547) -[1538,1548) -[1539,1549) -[1540,1550) -[1541,1551) -[1542,1552) -[1543,1553) -[1544,1554) -[1545,1555) -[1546,1556) -[1547,1557) -[1548,1558) -[1549,1559) -[1550,1560) -[1551,1561) -[1552,1562) -[1553,1563) -[1554,1564) -[1555,1565) -[1556,1566) -[1557,1567) -[1558,1568) -[1559,1569) -[1560,1570) -[1561,1571) -[1562,1572) -[1563,1573) -[1564,1574) -[1565,1575) -[1566,1576) -[1567,1577) -[1568,1578) -[1569,1579) -[1570,1580) -[1571,1581) -[1572,1582) -[1573,1583) -[1574,1584) -[1575,1585) -[1576,1586) -[1577,1587) -[1578,1588) -[1579,1589) -[1580,1590) -[1581,1591) -[1582,1592) -[1583,1593) -[1584,1594) -[1585,1595) -[1586,1596) -[1587,1597) -[1588,1598) -[1589,1599) -[1590,1600) -[1591,1601) -[1592,1602) -[1593,1603) -[1594,1604) -[1595,1605) -[1596,1606) -[1597,1607) -[1598,1608) -[1599,1609) -[1600,1610) -[1601,1611) -[1602,1612) -[1603,1613) -[1604,1614) -[1605,1615) -[1606,1616) -[1607,1617) -[1608,1618) -[1609,1619) -[1610,1620) -[1611,1621) -[1612,1622) -[1613,1623) -[1614,1624) -[1615,1625) -[1616,1626) -[1617,1627) -[1618,1628) -[1619,1629) -[1620,1630) -[1621,1631) -[1622,1632) -[1623,1633) -[1624,1634) -[1625,1635) -[1626,1636) -[1627,1637) -[1628,1638) -[1629,1639) -[1630,1640) -[1631,1641) -[1632,1642) -[1633,1643) -[1634,1644) -[1635,1645) -[1636,1646) -[1637,1647) -[1638,1648) -[1639,1649) -[1640,1650) -[1641,1651) -[1642,1652) -[1643,1653) -[1644,1654) -[1645,1655) -[1646,1656) -[1647,1657) -[1648,1658) -[1649,1659) -[1650,1660) -[1651,1661) -[1652,1662) -[1653,1663) -[1654,1664) -[1655,1665) -[1656,1666) -[1657,1667) -[1658,1668) -[1659,1669) -[1660,1670) -[1661,1671) -[1662,1672) -[1663,1673) -[1664,1674) -[1665,1675) -[1666,1676) -[1667,1677) -[1668,1678) -[1669,1679) -[1670,1680) -[1671,1681) -[1672,1682) -[1673,1683) -[1674,1684) -[1675,1685) -[1676,1686) -[1677,1687) -[1678,1688) -[1679,1689) -[1680,1690) -[1681,1691) -[1682,1692) -[1683,1693) -[1684,1694) -[1685,1695) -[1686,1696) -[1687,1697) -[1688,1698) -[1689,1699) -[1690,1700) -[1691,1701) -[1692,1702) -[1693,1703) -[1694,1704) -[1695,1705) -[1696,1706) -[1697,1707) -[1698,1708) -[1699,1709) -[1700,1710) -[1701,1711) -[1702,1712) -[1703,1713) -[1704,1714) -[1705,1715) -[1706,1716) -[1707,1717) -[1708,1718) -[1709,1719) -[1710,1720) -[1711,1721) -[1712,1722) -[1713,1723) -[1714,1724) -[1715,1725) -[1716,1726) -[1717,1727) -[1718,1728) -[1719,1729) -[1720,1730) -[1721,1731) -[1722,1732) -[1723,1733) -[1724,1734) -[1725,1735) -[1726,1736) -[1727,1737) -[1728,1738) -[1729,1739) -[1730,1740) -[1731,1741) -[1732,1742) -[1733,1743) -[1734,1744) -[1735,1745) -[1736,1746) -[1737,1747) -[1738,1748) -[1739,1749) -[1740,1750) -[1741,1751) -[1742,1752) -[1743,1753) -[1744,1754) -[1745,1755) -[1746,1756) -[1747,1757) -[1748,1758) -[1749,1759) -[1750,1760) -[1751,1761) -[1752,1762) -[1753,1763) -[1754,1764) -[1755,1765) -[1756,1766) -[1757,1767) -[1758,1768) -[1759,1769) -[1760,1770) -[1761,1771) -[1762,1772) -[1763,1773) -[1764,1774) -[1765,1775) -[1766,1776) -[1767,1777) -[1768,1778) -[1769,1779) -[1770,1780) -[1771,1781) -[1772,1782) -[1773,1783) -[1774,1784) -[1775,1785) -[1776,1786) -[1777,1787) -[1778,1788) -[1779,1789) -[1780,1790) -[1781,1791) -[1782,1792) -[1783,1793) -[1784,1794) -[1785,1795) -[1786,1796) -[1787,1797) -[1788,1798) -[1789,1799) -[1790,1800) -[1791,1801) -[1792,1802) -[1793,1803) -[1794,1804) -[1795,1805) -[1796,1806) -[1797,1807) -[1798,1808) -[1799,1809) -[1800,1810) -[1801,1811) -[1802,1812) -[1803,1813) -[1804,1814) -[1805,1815) -[1806,1816) -[1807,1817) -[1808,1818) -[1809,1819) -[1810,1820) -[1811,1821) -[1812,1822) -[1813,1823) -[1814,1824) -[1815,1825) -[1816,1826) -[1817,1827) -[1818,1828) -[1819,1829) -[1820,1830) -[1821,1831) -[1822,1832) -[1823,1833) -[1824,1834) -[1825,1835) -[1826,1836) -[1827,1837) -[1828,1838) -[1829,1839) -[1830,1840) -[1831,1841) -[1832,1842) -[1833,1843) -[1834,1844) -[1835,1845) -[1836,1846) -[1837,1847) -[1838,1848) -[1839,1849) -[1840,1850) -[1841,1851) -[1842,1852) -[1843,1853) -[1844,1854) -[1845,1855) -[1846,1856) -[1847,1857) -[1848,1858) -[1849,1859) -[1850,1860) -[1851,1861) -[1852,1862) -[1853,1863) -[1854,1864) -[1855,1865) -[1856,1866) -[1857,1867) -[1858,1868) -[1859,1869) -[1860,1870) -[1861,1871) -[1862,1872) -[1863,1873) -[1864,1874) -[1865,1875) -[1866,1876) -[1867,1877) -[1868,1878) -[1869,1879) -[1870,1880) -[1871,1881) -[1872,1882) -[1873,1883) -[1874,1884) -[1875,1885) -[1876,1886) -[1877,1887) -[1878,1888) -[1879,1889) -[1880,1890) -[1881,1891) -[1882,1892) -[1883,1893) -[1884,1894) -[1885,1895) -[1886,1896) -[1887,1897) -[1888,1898) -[1889,1899) -[1890,1900) -[1891,1901) -[1892,1902) -[1893,1903) -[1894,1904) -[1895,1905) -[1896,1906) -[1897,1907) -[1898,1908) -[1899,1909) -[1900,1910) -[1901,1911) -[1902,1912) -[1903,1913) -[1904,1914) -[1905,1915) -[1906,1916) -[1907,1917) -[1908,1918) -[1909,1919) -[1910,1920) -[1911,1921) -[1912,1922) -[1913,1923) -[1914,1924) -[1915,1925) -[1916,1926) -[1917,1927) -[1918,1928) -[1919,1929) -[1920,1930) -[1921,1931) -[1922,1932) -[1923,1933) -[1924,1934) -[1925,1935) -[1926,1936) -[1927,1937) -[1928,1938) -[1929,1939) -[1930,1940) -[1931,1941) -[1932,1942) -[1933,1943) -[1934,1944) -[1935,1945) -[1936,1946) -[1937,1947) -[1938,1948) -[1939,1949) -[1940,1950) -[1941,1951) -[1942,1952) -[1943,1953) -[1944,1954) -[1945,1955) -[1946,1956) -[1947,1957) -[1948,1958) -[1949,1959) -[1950,1960) -[1951,1961) -[1952,1962) -[1953,1963) -[1954,1964) -[1955,1965) -[1956,1966) -[1957,1967) -[1958,1968) -[1959,1969) -[1960,1970) -[1961,1971) -[1962,1972) -[1963,1973) -[1964,1974) -[1965,1975) -[1966,1976) -[1967,1977) -[1968,1978) -[1969,1979) -[1970,1980) -[1971,1981) -[1972,1982) -[1973,1983) -[1974,1984) -[1975,1985) -[1976,1986) -[1977,1987) -[1978,1988) -[1979,1989) -[1980,1990) -[1981,1991) -[1982,1992) -[1983,1993) -[1984,1994) -[1985,1995) -[1986,1996) -[1987,1997) -[1988,1998) -[1989,1999) -[1990,2000) -[1991,2001) -[1992,2002) -[1993,2003) -[1994,2004) -[1995,2005) -[1996,2006) -[1997,2007) -[1998,2008) -[1999,2009) -[2000,2010) -\. --- --- Data for Name: text_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.text_tbl (f1) FROM stdin; -doh! -hi de ho neighbor -\. --- --- Data for Name: textrange_test; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.textrange_test (tr) FROM stdin; -(,) -[a,) -(,q) -[b,g) -empty -[d,d] -\. --- --- Data for Name: time_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.time_tbl (f1) FROM stdin; -00:00:00 -01:00:00 -02:03:00 -11:59:00 -12:00:00 -12:01:00 -23:59:00 -23:59:59.99 -15:36:39 -15:36:39 -\. --- --- Data for Name: timestamp_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.timestamp_tbl (d1) FROM stdin; --infinity -infinity -1970-01-01 00:00:00 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:02 -1997-02-10 17:32:01.4 -1997-02-10 17:32:01.5 -1997-02-10 17:32:01.6 -1997-01-02 00:00:00 -1997-01-02 03:04:05 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-06-10 17:32:01 -2001-09-22 18:19:20 -2000-03-15 08:14:01 -2000-03-15 13:14:02 -2000-03-15 12:14:03 -2000-03-15 03:14:04 -2000-03-15 02:14:05 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:00 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-02-10 17:32:01 -1997-06-10 18:32:01 -1997-02-10 17:32:01 -1997-02-11 17:32:01 -1997-02-12 17:32:01 -1997-02-13 17:32:01 -1997-02-14 17:32:01 -1997-02-15 17:32:01 -1997-02-16 17:32:01 -0097-02-16 17:32:01 BC -0097-02-16 17:32:01 -0597-02-16 17:32:01 -1097-02-16 17:32:01 -1697-02-16 17:32:01 -1797-02-16 17:32:01 -1897-02-16 17:32:01 -1997-02-16 17:32:01 -2097-02-16 17:32:01 -1996-02-28 17:32:01 -1996-02-29 17:32:01 -1996-03-01 17:32:01 -1996-12-30 17:32:01 -1996-12-31 17:32:01 -1997-01-01 17:32:01 -1997-02-28 17:32:01 -1997-03-01 17:32:01 -1997-12-30 17:32:01 -1997-12-31 17:32:01 -1999-12-31 17:32:01 -2000-01-01 17:32:01 -2000-12-31 17:32:01 -2001-01-01 17:32:01 -1957-06-13 00:00:00 -\. --- --- Data for Name: timestamptz_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.timestamptz_tbl (d1) FROM stdin; --infinity -infinity -1970-01-01 00:00:00+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:02+00 -1997-02-11 01:32:01.4+00 -1997-02-11 01:32:01.5+00 -1997-02-11 01:32:01.6+00 -1997-01-02 08:00:00+00 -1997-01-02 11:04:05+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:01+00 -1997-06-11 00:32:01+00 -2001-09-23 01:19:20+00 -2000-03-15 16:14:01+00 -2000-03-15 12:14:02+00 -2000-03-15 10:14:03+00 -2000-03-15 11:14:04+00 -2000-03-15 09:14:05+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:00+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:01+00 -1997-02-11 01:32:01+00 -1997-02-10 17:32:01+00 -1997-02-10 17:32:01+00 -1997-02-10 17:32:01+00 -1997-02-10 22:32:01+00 -1997-07-10 21:32:01+00 -1997-06-11 01:32:01+00 -1997-02-11 01:32:01+00 -1997-02-12 01:32:01+00 -1997-02-13 01:32:01+00 -1997-02-14 01:32:01+00 -1997-02-15 01:32:01+00 -1997-02-16 01:32:01+00 -1997-02-17 01:32:01+00 -0097-02-17 01:24:59+00 BC -0097-02-17 01:24:59+00 -0597-02-17 01:24:59+00 -1097-02-17 01:24:59+00 -1697-02-17 01:24:59+00 -1797-02-17 01:24:59+00 -1897-02-17 01:32:01+00 -1997-02-17 01:32:01+00 -2097-02-17 01:32:01+00 -1996-02-29 01:32:01+00 -1996-03-01 01:32:01+00 -1996-03-02 01:32:01+00 -1996-12-31 01:32:01+00 -1997-01-01 01:32:01+00 -1997-01-02 01:32:01+00 -1997-03-01 01:32:01+00 -1997-03-02 01:32:01+00 -1997-12-31 01:32:01+00 -1998-01-01 01:32:01+00 -2000-01-01 01:32:01+00 -2000-01-02 01:32:01+00 -2001-01-01 01:32:01+00 -2001-01-02 01:32:01+00 -\. --- --- Data for Name: timetz_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.timetz_tbl (f1) FROM stdin; -00:01:00-07 -01:00:00-07 -02:03:00-07 -07:07:00-08 -08:08:00-04 -11:59:00-07 -12:00:00-07 -12:01:00-07 -23:59:00-07 -23:59:59.99-07 -15:36:39-05 -15:36:39-04 -\. --- --- Data for Name: trigger_parted_p1_1; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.trigger_parted_p1_1 (a) FROM stdin; -\. --- --- Data for Name: trigger_parted_p2_2; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.trigger_parted_p2_2 (a) FROM stdin; -\. --- --- Data for Name: varchar_tbl; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.varchar_tbl (f1) FROM stdin; -a -ab -abcd -abcd -\. --- --- Data for Name: view_base_table; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.view_base_table (key, data) FROM stdin; -\. --- --- Data for Name: xacttest; Type: TABLE DATA; Schema: public; Owner: postgres --- -COPY public.xacttest (a, b) FROM stdin; -56 7.8 -100 99.097 -0 0.09561 -42 324.78 -777 777.777 -\. --- --- Name: check_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres --- -SELECT pg_catalog.setval('public.check_seq', 1, false); --- --- Name: default_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres --- -SELECT pg_catalog.setval('public.default_seq', 1, true); --- --- Name: emp1_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres --- -SELECT pg_catalog.setval('public.emp1_id_seq', 1, false); --- --- Name: insert_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres --- -SELECT pg_catalog.setval('public.insert_seq', 8, true); --- --- Name: sj_t1_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres --- -SELECT pg_catalog.setval('public.sj_t1_id_seq', 1, false); --- --- Name: sj_t2_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres --- -SELECT pg_catalog.setval('public.sj_t2_id_seq', 1, false); --- --- Name: sj_t3_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres --- -SELECT pg_catalog.setval('public.sj_t3_id_seq', 1, false); --- --- Name: sj_t4_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres --- -SELECT pg_catalog.setval('public.sj_t4_id_seq', 1, false); --- --- Statistics for Name: a; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'a', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: a_star; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'a_star', - 'relpages', '1'::integer, - 'reltuples', '3'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'a_star', - 'attname', 'aa', - 'inherited', 'f'::boolean, - 'null_frac', '0.33333334'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.6666666'::real, - 'histogram_bounds', '{1,2}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'a_star', - 'attname', 'aa', - 'inherited', 't'::boolean, - 'null_frac', '0.48'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.52'::real, - 'histogram_bounds', '{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,24,25,26,27}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'a_star', - 'attname', 'class', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '-0.33333334'::real, - 'most_common_vals', '{a}'::text, - 'most_common_freqs', '{1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'a_star', - 'attname', 'class', - 'inherited', 't'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '-0.12'::real, - 'most_common_vals', '{d,f,e,b,c,a}'::text, - 'most_common_freqs', '{0.32,0.32,0.14,0.08,0.08,0.06}'::real[], - 'correlation', '1'::real -); --- --- Statistics for Name: aggtest; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'aggtest', - 'relpages', '1'::integer, - 'reltuples', '4'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'aggtest', - 'attname', 'a', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,42,56,100}'::text, - 'correlation', '-0.6'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'aggtest', - 'attname', 'b', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0.09561,7.8,99.097,324.78}'::text, - 'correlation', '0.4'::real -); --- --- Statistics for Name: array_index_op_test; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'array_index_op_test', - 'relpages', '3'::integer, - 'reltuples', '103'::real, - 'relallvisible', '3'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'array_index_op_test', - 'attname', 'i', - 'inherited', 'f'::boolean, - 'null_frac', '0.009708738'::real, - 'avg_width', '40'::integer, - 'n_distinct', '-0.99029124'::real, - 'histogram_bounds', '{"{}","{1}","{2,8,65,10,5,79,43}","{3,6}","{3,52,34,23}","{7,10,81,85}","{9,69,46,77}","{11}","{11,4,61,87}","{11,6,56,62,53,30}","{11,83,35,13,96,94}","{12,51,88,64,8}","{12,96,83,24,71,89,55}","{14,10}","{14,33,6,34,14}","{14,63,85,11}","{15,76,82,75,8,91}","{17,14,16,63,67}","{17,99,18,52,91,72,0,43,96,23}","{19,26,63,12,93,73,27,94}","{20,12,37,64,93}","{22,1,16,78,20,91,83}","{23,40}","{23,45,10,42,36,21,9,96}","{23,97,43}","{26,19,34,24,81,78}","{26,81,47,91,34}","{31,1,10,11,27,79,38}","{31,23,70,52,4,33,48,25}","{31,94,7,10}","{32}","{33,7,60,54,93,90,77,85,39}","{33,81,72,74,45,36,82}","{34}","{34,60,4,79,78,16,86,89,42,50}","{37,64,95,43,3,41,13,30,11,43}","{37,86}","{38,17}","{38,34,32,89}","{39,21}","{39,35,5,94,17,92,60,32}","{39,60}","{39,87,91,97,79,28}","{40,32,17,6,30,88}","{40,58,68,29,54}","{40,90,5,38,72,40,30,10,43,55}","{41,86,74,48,22,74,47,50}","{41,90,77,24,6,24}","{45}","{47}","{47,77}","{47,79,47,64,72,25,71,24,93}","{50,42,77,50,4}","{52,82,17,74,23,46,69,51,75}","{53,11,81,39,3,78,58,64,74}","{53,24}","{54,2,86,65}","{55,89,44,84,34}","{56,5,54,37,49}","{56,52,35,27,80,44,81,22}","{56,70,83}","{57,27,50,12,97,68}","{58,79,82,80,67,75,98,10,41}","{59,5,4,95,28}","{60,84}","{61,5,76,59,17}","{62,2,59,38,89}","{63,77,54,48,61,53,97}","{67,35,99,85,72,86,44}","{70,45}","{70,47}","{71,5,45}","{71,10,9,69,75}","{71,39,99,55,33,75,45}","{72,2,44,95,54,54,13}","{72,89,70,51,54,37,8,49,79}","{74,26}","{74,73}","{74,89,44,80,0}","{76,14}","{78}","{78,57,19}","{79,82,14,52,30,5,79}","{80,24,18,21,54}","{82,43,99,16,74}","{83,72,29,73}","{85,32,57,39,49,84,32,3,30}","{85,63,49,45}","{88,25,96,78,65,15,29,19}","{88,75}","{89,0}","{90,43,38}","{92}","{92,55,10,7}","{92,75,71,52,64,83}","{94}","{94,61,99,35,48}","{97,15,32,17,55,59,18,37,50,39}","{98,9,85,62,88,91,60,61,38,86}","{98,23,64,12,75,61}","{NULL}"}'::text, - 'correlation', '0.11951869'::real, - 'most_common_elems', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_elem_freqs', '{0.029411765,0.029411765,0.039215688,0.04901961,0.04901961,0.078431375,0.04901961,0.039215688,0.039215688,0.039215688,0.09803922,0.078431375,0.05882353,0.029411765,0.05882353,0.029411765,0.039215688,0.078431375,0.029411765,0.039215688,0.019607844,0.029411765,0.029411765,0.078431375,0.05882353,0.029411765,0.039215688,0.039215688,0.019607844,0.029411765,0.05882353,0.029411765,0.05882353,0.04901961,0.078431375,0.04901961,0.019607844,0.05882353,0.068627454,0.0882353,0.039215688,0.039215688,0.029411765,0.068627454,0.04901961,0.078431375,0.019607844,0.05882353,0.039215688,0.039215688,0.04901961,0.029411765,0.068627454,0.039215688,0.078431375,0.05882353,0.039215688,0.029411765,0.029411765,0.039215688,0.05882353,0.05882353,0.029411765,0.04901961,0.068627454,0.029411765,0.029411765,0.019607844,0.029411765,0.04901961,0.05882353,0.078431375,0.029411765,0.078431375,0.078431375,0.029411765,0.05882353,0.068627454,0.078431375,0.039215688,0.05882353,0.05882353,0.05882353,0.029411765,0.068627454,0.05882353,0.019607844,0.04901961,0.078431375,0.039215688,0.05882353,0.039215688,0.039215688,0.05882353,0.029411765,0.04901961,0.04901961,0.029411765,0.05882353,0.019607844,0.09803922,0.009803922}'::real[], - 'elem_count_histogram', '{0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,10,10,10,4.7843137}'::real[] -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'array_index_op_test', - 'attname', 'seqno', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'array_index_op_test', - 'attname', 't', - 'inherited', 'f'::boolean, - 'null_frac', '0.009708738'::real, - 'avg_width', '141'::integer, - 'n_distinct', '-0.99029124'::real, - 'histogram_bounds', '{"{}","{39557,AAAAAAA89932,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAAAAAAAAA26540,AAA20874,AA6416,AAAAAAAAAAAAAAAAAA47955}","{47735,AAAAAAA21462,AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAAAAA91804,AAAAAAAAA72121,AAAAAAAAAAAAAAAAAAA1205,AAAAA41597,AAAA8857,AAAAAAAAAAAAAAAAAAA15356,AA17009}","{47735,AAAAAAA56483,AAAAAAAAAAAAA93788,AA42406,AAAAAAAAAAAAA73084,AAAAAAAA72908,AAAAAAAAAAAAAAAAAA61286,AAAAA66674,AAAAAAAAAAAAAAAAA50407}","{47735,AAAAAAA99836,AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAA29150,AAAAAAA80240,AAAAAAAAAAAAAAAA98414,AAAAAAA56483,AAAAAAAAAAAAAAAA29150,AAAAAAA39692,AA21643}","{A6053,AAAAAAAAAAA6119,AA44673,AAAAAAAAAAAAAAAAA764,AA17009,AAAAA17383,AAAAA70514,AAAAA33250,AAAAA95309,AAAAAAAAAAAA37562}","{A85417,AAAAAAA56483,AAAAA17383,AAAAAAAAAAAAA62159,AAAAAAAAAAAA52814,AAAAAAAAAAAAA85723,AAAAAAAAAAAAAAAAAA55796}","{A96617,AAAAAAAAAAAAAAAAAAA70104,A68938,AAAAAAAAAAA53908,AAAAAAAAAAAAAAA453,AA17009,AAAAAAA80240}","{AA21643,AAAAAAAAAAA92631,AAAAAAAA81587}","{AA44673,AAAAAAAAAAA6119,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAAAAAAAA47955,AAAAAAAAAAAAAAAA33598,AAAAAAAAAAA33576,AA44673}","{AA6416,A6053,AAAAAAA21462,AAAAAAA57334,AAAAAAAAAAAAAAAAAA12591,AA88409,AAAAAAAAAAAAA70254}","{AA6416,AAAAAAAAAA646,AAAAA95309}","{AA75092,AAAAAAAAAAAAAAAAA69675,AAAAAAAAAAA92631,AAAAAAAAA10012,AAAAAAAAAAAAA7929,AA21643}","{AAA54451,AAAAAAAAA27249,AAAAAAA9228,AAAAAAAAAAAAAAA67062,AAAAAAAAAAAAAAAAAAA70415,AAAAA17383,AAAAAAAAAAAAAAAA33598}","{AAA59323,AAAAA95309,AAAAAAAAAAAAAAAA31334,AAAAAAAAA27249,AAAAA17383,AAAAAAAAAAAA37562,AAAAAA1059,A84822,55847,AAAAA70466}","{AAAA35194,AAAA35194,AAAAAAA80240,AAAAAAAAAAA46154,AAAAAA58494,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAAA59334,AAAAAAAAAAAAAAAAAAA91804,AA74433}","{AAAA35194,AAAAAAAA79710,AAA20874,AAAAAAAAAAAAAAAAAAA70104,AAAAAAAAAAAAA73084,AAAAAAA57334,AAAAAAA9228,AAAAAAAAAAAAA62007}","{AAAA41702,AAAAAAAAAAA82945,AA21643,AAAAAAAAAAA99000,A27153,AA25381,AAAAAAAAAAAAAA96505,AAAAAAA1242}","{AAAA48949,AAAAAAAA29716,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAAA67946,AAAAAAAAAAAAAAAA29150,AAA28075,AAAAAAAAAAAAAAAAA43052}","{AAAA8857,AAAAAAAAAAAAAAA73034,AAAAAAAA81587,AAAAAAAAAAAAAAA68526,AAAAA75968,AAAAAAAAAAAAAA65909,AAAAAAAAA10012,AAAAAAAAAAAAAA65909}","{AAAAA33250,AAAAAAAAAAAAAAAAAAA85420,AAAAAAAAAAA33576}","{AAAAA40681,AAAAAAAAAAAAAAAAAA12591,AAAAAAA80240,AAAAAAAAAAAAAAAA55798,AAAAAAAAAAAAAAAAAAA70104}","{AAAAA60038,AAAAAAAA23648,AAAAAAAAAAA99000,AAAA41702,AAAAAAAAAAAAA22860,AAAAAAAAAAAAAAA68526}","{AAAAA95309,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAAAAA24183}","{AAAAAA38063,A96617,AAAA35194,AAAAAAAAAAAA67946}","{AAAAAA43678,AAAAAAA12144,AAAAAAAAAAA50956,AAAAAAAAAAAAAAAAAAA15356}","{AAAAAA58494}","{AAAAAA66777}","{AAAAAA98232,AAAA49534,AAAAAAAAAAA21658}","{AAAAAA98232,AAAAAAAA79710,AAAAAAAAAAAAAAAAA69675,AAAAAAAAAAAAAAAA55798,AAAAAAAAA12793}","{AAAAAA99807,AAAAA64741,AAAAAAAAAAA53908,AA21643,AAAAAAAAA10012}","{AAAAAAA79710,AAAAAAAAAA55219,AAAA41702,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAAA71621,AAAAAAAAAAAAAAAAA63050,AAAAAAA99836,AAAAAAAAAAAAAA8666}","{AAAAAAA80240,AAAAAAAAAAAAAAAA1729,AAAAA60038,AAAAAAAAAAA92631,AAAAAAAA9523}","{AAAAAAA81898,AAAAAA1059,AAAAAAAAAAAA81511,AAAAA961,AAAAAAAAAAAAAAAA31334,AAAAA64741,AA6416,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAAAA50407}","{AAAAAAA81898,AAAAAA66777,AAAAAA98232}","{AAAAAAA89932,AAAAAAAAAAAAA22860,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAAA21089}","{AAAAAAA89932,AAAAAAAAAAAAAAAAAAA15356,AA99927,AA17009,AAAAAAAAAAAAAAA35875}","{AAAAAAAA44066,AAAAAA1059,AAAAAAAAAAA176,AAAAAAA48038}","{AAAAAAAA72908}","{AAAAAAAA72908,AAAAAAAAAAAAAAAAAAA17075,AA88409,AAAAAAAAAAAAAAAAAA36842,AAAAAAA48038,AAAAAAAAAAAAAA10611}","{AAAAAAAA81587,AAAAA17383,AAAAAAAA81587}","{AAAAAAAA81587,AAAAAAAAAAAAAA96505,45449,AAAA80176}","{AAAAAAAA9523,AAAAAAAAAAAA37562,AAAAAAAAAAAAAAAA14047,AAAAAAAAAAA46154,AAAA41702,AAAAAAAAAAAAAAAAA764,AAAAA62737,39557}","{AAAAAAAAA27249,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAA13198,AAA20874,39557,51533,AAAAAAAAAAA53908,AAAAAAAAAAAAAA96505,AAAAAAAA78938}","{AAAAAAAAA53663,AAAAAAAAAAAAAAA67062,AAAAAAAAAA64777,AAA99043,AAAAAAAAAAAAAAAAAAA91804,39557}","{AAAAAAAAA53663,AAAAAAAAAAAAAAAA55798,AAAAAAAAAAAAAAAAAAA89194,AA88409,AAAAAAAAAAAAAAA81326,AAAAAAAAAAAAAAAAA63050,AAAAAAAAAAAAAAAA33598}","{AAAAAAAAAA22292,AAAAAAAAAAAAA70254,AAAAAAAAAAA6119}","{AAAAAAAAAA48845,AAAAA75968,AAAAA95309,AAA54451,AAAAAAAAAA22292,AAAAAAA99836,A96617,AA17009,AAAAAAAAAAAAAA95246}","{AAAAAAAAAA5483,AAAAAAAAAAAAAAAAAAA1205,AA6416,AAAAAAAAAAAAAAAAA63050,AAAAAAAAAAAAAAAAAA47955}","{AAAAAAAAAA646,A87088}","{AAAAAAAAAA646,AAAAAAAAAAAAAAAAAAA70415,AAAAAA43678,AAAAAAAA72908}","{AAAAAAAAAAA176,AAAAAA38063,45449,AAAAAA54032,AAAAAAA81898,AA6416,AAAAAAAAAAAAAAAAAAA62179,45449,AAAAA60038,AAAAAAAA81587}","{AAAAAAAAAAA176,AAAAAAAAAAAAAA8666,AAAAAAAAAAAAAAA453,AAAAAAAAAAAAA85723,A68938,AAAAAAAAAAAAA9821,AAAAAAA48038,AAAAAAAAAAAAAAAAA59387,AA99927,AAAAA17383}","{AAAAAAAAAAA21658}","{AAAAAAAAAAA21658,AAAAAAAAAAAA21089,AAA54451,AAAAAAAAAAAAAAAAAA54141,AAAAAAAAAAAAAA28620,AAAAAAAAAAA21658,AAAAAAAAAAA74076,AAAAAAAAA27249}","{AAAAAAAAAAA33576,AAAAA95309,64261,AAA59323,AAAAAAAAAAAAAA95246,55847,AAAAAAAAAAAA67946,AAAAAAAAAAAAAAAAAA64374}","{AAAAAAAAAAA50956,AA74433,AAAAAAA21462,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAA36627,AAAAAAAAAAAAA70254,AAAAAAAAAA43419,39557}","{AAAAAAAAAAA50956,AAAAAAAAAAA15165,AAAA85070,AAAAAAAAAAAAAAA36627,AAAAA961,AAAAAAAAAA55219}","{AAAAAAAAAAA53908,AAAAAA54032,AAAAA17383,AAAA48949,AAAAAAAAAA18601,AAAAA64669,45449,AAAAAAAAAAA98051,AAAAAAAAAAAAAAAAAA71621}","{AAAAAAAAAAA6119,AAAAAAAAAAAAAA8666,AA99927,AA42406,AAAAAAA81898,AAAAAAA9228,AAAAAAAAAAA92631,AA21643,AAAAAAAAAAAAAA28620}","{AAAAAAAAAAA74076,A96617,AAAAAAAAAAAAAAAAAAA89194,AAAAAAAAAAAAAAAAAA55796,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAA67946}","{AAAAAAAAAAA82945,A96617,47735,AAAAA12179,AAAAA64669,AAAAAA99807,AA74433,AAAAAAAAAAAAAAAAA59387}","{AAAAAAAAAAAA52814,AAAA48949,AAAAAAAAA34727,AAAA8857,AAAAAAAAAAAAAAAAAAA62179,AAAAAAAAAAAAAAA68526,AAAAAAA99836,AAAAAAAA50094,AAAA91194,AAAAAAAAAAAAA73084}","{AAAAAAAAAAAA67946,AAAAAA54032,AAAAAAAA81587,55847,AAAAAAAAAAAAAA28620,AAAAAAAAAAAAAAAAA43052,AAAAAA75463,AAAA49534,AAAAAAAA44066}","{AAAAAAAAAAAAA15097,AAAA8857,AAAAAAAAAAAA35809,AAAAAAAAAAAA52814,AAAAAAAAAAAAAAAAAAA38885,AAAAAAAAAAAAAAAAAA24183,AAAAAA43678,A96617}","{AAAAAAAAAAAAA59671,AAAAAAAAAAAAAAAAAAA91804,AAAAAA66777,AAAAAAAAAAAAAAAAAAA89194,AAAAAAAAAAAAAAA36627,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAA73084,AAAAAAA79710,AAAAAAAAAAAAAAA40402,AAAAAAAAAAAAAAAAAAA65037}","{AAAAAAAAAAAAA62007,AAA99043}","{AAAAAAAAAAAAA73084,AAAAA75968,AAAAAAAAAAAAAAAA14047,AAAAAAA80240,AAAAAAAAAAAAAAAAAAA1205,A68938}","{AAAAAAAAAAAAAA10611,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAA50956,AAAAAAAAAAAAAAAA31334,AAAAA70466,AAAAAAAA81587,AAAAAAA74623}","{AAAAAAAAAAAAAA96505,AAAAAAAAAAAAAAAAAA36842,AAAAA95309,AAAAAAAA81587,AA6416,AAAA91194,AAAAAA58494,AAAAAA1059,AAAAAAAA69452}","{AAAAAAAAAAAAAAA13198,AAAAAAAA69452,AAAAAAAAAAA82945,AAAAAAA12144,AAAAAAAAA72121,AAAAAAAAAA18601}","{AAAAAAAAAAAAAAA13198,AAAAAAAAAAAAAAAAAAA70415,A27153,AAAAAAAAA53663,AAAAAAAAAAAAAAAAA50407,A68938}","{AAAAAAAAAAAAAAA35875,AAAAAAAAAAAAAAAA23657}","{AAAAAAAAAAAAAAA67062}","{AAAAAAAAAAAAAAA67062,AAAAAAA57334,AAAAAAAAAAAAAA65909,A27153,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAA64777,AAAAAAAAAAAA81511,AAAAAAAAAAAAAA65909,AAAAAAAAAAAAAA28620}","{AAAAAAAAAAAAAAA73034,AAAAAAAAAAAAA7929,AAAAAAA66161,AA88409,39557,A27153,AAAAAAAA9523,AAAAAAAAAAA99000}","{AAAAAAAAAAAAAAA81326,AAAAAAAAAA22292,AA25381,AAAAAAAAAAA74076,AAAAAAA81898,AAAAAAAAA72121}","{AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAA22860,AAAAAA99807,AAAAA17383,AAAAAAAAAAAAAAA67062,AAAAAAAAAAA15165,AAAAAAAAAAA50956}","{AAAAAAAAAAAAAAAA55798,AAAAAAAAAA22292,AAAAAAA66161,AAAAAAA21462,AAAAAAAAAAAAAAAAAA12591,55847,AAAAAA98232,AAAAAAAAAAA46154}","{AAAAAAAAAAAAAAAA98414,AAAAAAAA23648,AAAAAAAAAAAAAAAAAA55796,AA25381,AAAAAAAAAAA6119}","{AAAAAAAAAAAAAAAAA26540,AAAAAAA79710,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAA176,AAAAA95309,AAAAAAAAAAA46154,AAAAAA66777,AAAAAAAAA27249,AAAAAAAAAA64777,AAAAAAAAAAAAAAAAAAA70104}","{AAAAAAAAAAAAAAAAA26540,AAAAAAAAA10012,AAAAAAAAAAAA35809,AAAAAAAAAAAAAAAA29150,AAAAAAAAAAA82945,AAAAAA66777,31228,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAAAA28620,AAAAAAAAAAAAAA96505}","{AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAAAAA38885,AAAA85070,AAAAAAAAAAAAAAAAAAA70104,AAAAA66674,AAAAAAAAAAAAA62007,AAAAAAAA69452,AAAAAAA1242,AAAAAAAAAAAAAAAA1729,AAAA35194}","{AAAAAAAAAAAAAAAAA69675,AAAAAAAA50094,AAAAAAAAAAA92631,AAAA35194,39557,AAAAAAA99836}","{AAAAAAAAAAAAAAAAA764,AAAAAAAAAAA74076,AAAAAAAAAA18107,AAAAA40681,AAAAAAAAAAAAAAA35875,AAAAA60038,AAAAAAA56483}","{AAAAAAAAAAAAAAAAA88852,AAAAAAAAAAAAAAAAAAA91804,AAAAA64669,AAAAAAAAAAAAAAAA1443,AAAAAAAAAAAAAAAA23657,AAAAA12179,AAAAAAAAAAAAAAAAA88852,AAAAAAAAAAAAAAAA31334,AAAAAAAAAAAAAAAA41303,AAAAAAAAAAAAAAAAAAA85420}","{AAAAAAAAAAAAAAAAAA12591,AAAAAAAAAAAAAAAAA50407,AAAAAAAAAAAA67946}","{AAAAAAAAAAAAAAAAAA32918,AA42406}","{AAAAAAAAAAAAAAAAAA32918,AAAAA70514,AAAAAAAAA10012,AAAAAAAAAAAAAAAAA59387,AAAAAAAAAA64777,AAAAAAAAAAAAAAAAAAA15356}","{AAAAAAAAAAAAAAAAAA47955,AAAAAAA48038,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAAAAA73084,AAAAA70466,AAAAAAAAAAAAAAAAA764,AAAAAAAAAAA46154,AA66862}","{AAAAAAAAAAAAAAAAAA54141,AAAAA40681,AAAAAAA48038,AAAAAAAAAAAAAAAA29150,AAAAA41597,AAAAAAAAAAAAAAAAAA59334,AA15322}","{AAAAAAAAAAAAAAAAAA55796,AAAAA62737}","{AAAAAAAAAAAAAAAAAA59334,45449}","{AAAAAAAAAAAAAAAAAA61286,AAA54451,AAAAAAAAAAAAAAAAAAA87527,A96617,51533}","{AAAAAAAAAAAAAAAAAA71621,AAAA8857,AAAAAAAAAAAAAAAAAAA65037,AAAAAAAAAAAAAAAA31334,AAAAAAAAAA48845}","{AAAAAAAAAAAAAAAAAA71621,AAAAAAAAAAAAAA28620,AAAAAAAAAA55219,AAAAAAAA23648,AAAAAAAAAA22292,AAAAAAA1242}","{AAAAAAAAAAAAAAAAAAA1205,AAAAAAAA50094,AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAAAAAAA47955}","{AAAAAAAAAAAAAAAAAAA17075,AAAAAAA66161,AAAAAAAA23648,AAAAAAAAAAAAAA10611}","{AAAAAAAAAAAAAAAAAAA70104,AAAAAAA80240}","{AAAAAAAAAAAAAAAAAAA70415}","{NULL}"}'::text, - 'correlation', '-0.019457057'::real, - 'most_common_elems', '{31228,39557,45449,47735,51533,55847,64261,A27153,A6053,A68938,A84822,A85417,A87088,A96617,AA15322,AA17009,AA21643,AA25381,AA42406,AA44673,AA6416,AA66862,AA74433,AA75092,AA88409,AA99927,AAA20874,AAA28075,AAA54451,AAA59323,AAA99043,AAAA35194,AAAA41702,AAAA48949,AAAA49534,AAAA80176,AAAA85070,AAAA8857,AAAA91194,AAAAA12179,AAAAA17383,AAAAA33250,AAAAA40681,AAAAA41597,AAAAA60038,AAAAA62737,AAAAA64669,AAAAA64741,AAAAA66674,AAAAA70466,AAAAA70514,AAAAA75968,AAAAA95309,AAAAA961,AAAAAA1059,AAAAAA38063,AAAAAA43678,AAAAAA54032,AAAAAA58494,AAAAAA66777,AAAAAA75463,AAAAAA98232,AAAAAA99807,AAAAAAA12144,AAAAAAA1242,AAAAAAA21462,AAAAAAA39692,AAAAAAA48038,AAAAAAA56483,AAAAAAA57334,AAAAAAA66161,AAAAAAA74623,AAAAAAA79710,AAAAAAA80240,AAAAAAA81898,AAAAAAA89932,AAAAAAA9228,AAAAAAA99836,AAAAAAAA23648,AAAAAAAA29716,AAAAAAAA44066,AAAAAAAA50094,AAAAAAAA69452,AAAAAAAA72908,AAAAAAAA78938,AAAAAAAA79710,AAAAAAAA81587,AAAAAAAA9523,AAAAAAAAA10012,AAAAAAAAA12793,AAAAAAAAA27249,AAAAAAAAA34727,AAAAAAAAA53663,AAAAAAAAA72121,AAAAAAAAAA18107,AAAAAAAAAA18601,AAAAAAAAAA22292,AAAAAAAAAA43419,AAAAAAAAAA48845,AAAAAAAAAA5483,AAAAAAAAAA55219,AAAAAAAAAA646,AAAAAAAAAA64777,AAAAAAAAAAA15165,AAAAAAAAAAA176,AAAAAAAAAAA21658,AAAAAAAAAAA33576,AAAAAAAAAAA46154,AAAAAAAAAAA50956,AAAAAAAAAAA53908,AAAAAAAAAAA6119,AAAAAAAAAAA74076,AAAAAAAAAAA82945,AAAAAAAAAAA92631,AAAAAAAAAAA98051,AAAAAAAAAAA99000,AAAAAAAAAAAA21089,AAAAAAAAAAAA35809,AAAAAAAAAAAA37562,AAAAAAAAAAAA52814,AAAAAAAAAAAA67946,AAAAAAAAAAAA81511,AAAAAAAAAAAAA15097,AAAAAAAAAAAAA22860,AAAAAAAAAAAAA59671,AAAAAAAAAAAAA62007,AAAAAAAAAAAAA62159,AAAAAAAAAAAAA70254,AAAAAAAAAAAAA73084,AAAAAAAAAAAAA7929,AAAAAAAAAAAAA85723,AAAAAAAAAAAAA93788,AAAAAAAAAAAAA9821,AAAAAAAAAAAAAA10611,AAAAAAAAAAAAAA28620,AAAAAAAAAAAAAA65909,AAAAAAAAAAAAAA8666,AAAAAAAAAAAAAA95246,AAAAAAAAAAAAAA96505,AAAAAAAAAAAAAAA13198,AAAAAAAAAAAAAAA35875,AAAAAAAAAAAAAAA36627,AAAAAAAAAAAAAAA40402,AAAAAAAAAAAAAAA453,AAAAAAAAAAAAAAA67062,AAAAAAAAAAAAAAA68526,AAAAAAAAAAAAAAA73034,AAAAAAAAAAAAAAA81326,AAAAAAAAAAAAAAAA14047,AAAAAAAAAAAAAAAA1443,AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAAAAAA29150,AAAAAAAAAAAAAAAA31334,AAAAAAAAAAAAAAAA33598,AAAAAAAAAAAAAAAA41303,AAAAAAAAAAAAAAAA55798,AAAAAAAAAAAAAAAA98414,AAAAAAAAAAAAAAAAA26540,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAAAAAAAAA50407,AAAAAAAAAAAAAAAAA59387,AAAAAAAAAAAAAAAAA63050,AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAAA69675,AAAAAAAAAAAAAAAAA764,AAAAAAAAAAAAAAAAA88852,AAAAAAAAAAAAAAAAAA12591,AAAAAAAAAAAAAAAAAA24183,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAAAAA36842,AAAAAAAAAAAAAAAAAA47955,AAAAAAAAAAAAAAAAAA54141,AAAAAAAAAAAAAAAAAA55796,AAAAAAAAAAAAAAAAAA59334,AAAAAAAAAAAAAAAAAA61286,AAAAAAAAAAAAAAAAAA64374,AAAAAAAAAAAAAAAAAA71621,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAAAAAAAAAA15356,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAAAA38885,AAAAAAAAAAAAAAAAAAA62179,AAAAAAAAAAAAAAAAAAA65037,AAAAAAAAAAAAAAAAAAA70104,AAAAAAAAAAAAAAAAAAA70415,AAAAAAAAAAAAAAAAAAA85420,AAAAAAAAAAAAAAAAAAA87527,AAAAAAAAAAAAAAAAAAA89194,AAAAAAAAAAAAAAAAAAA91804}'::text, - 'most_common_elem_freqs', '{0.009803922,0.068627454,0.039215688,0.039215688,0.019607844,0.039215688,0.009803922,0.039215688,0.019607844,0.039215688,0.009803922,0.009803922,0.009803922,0.068627454,0.009803922,0.04901961,0.05882353,0.029411765,0.029411765,0.019607844,0.068627454,0.009803922,0.029411765,0.009803922,0.039215688,0.029411765,0.029411765,0.009803922,0.039215688,0.019607844,0.019607844,0.04901961,0.039215688,0.029411765,0.019607844,0.009803922,0.019607844,0.04901961,0.019607844,0.019607844,0.078431375,0.019607844,0.029411765,0.019607844,0.039215688,0.019607844,0.029411765,0.019607844,0.019607844,0.029411765,0.019607844,0.029411765,0.078431375,0.019607844,0.039215688,0.019607844,0.029411765,0.029411765,0.029411765,0.04901961,0.009803922,0.039215688,0.029411765,0.019607844,0.029411765,0.039215688,0.009803922,0.04901961,0.039215688,0.029411765,0.029411765,0.009803922,0.029411765,0.068627454,0.04901961,0.029411765,0.029411765,0.04901961,0.039215688,0.009803922,0.019607844,0.029411765,0.029411765,0.039215688,0.009803922,0.019607844,0.078431375,0.029411765,0.04901961,0.009803922,0.04901961,0.009803922,0.029411765,0.029411765,0.009803922,0.019607844,0.04901961,0.009803922,0.019607844,0.009803922,0.029411765,0.029411765,0.039215688,0.019607844,0.039215688,0.029411765,0.029411765,0.04901961,0.04901961,0.039215688,0.04901961,0.039215688,0.039215688,0.04901961,0.009803922,0.029411765,0.019607844,0.019607844,0.029411765,0.029411765,0.05882353,0.019607844,0.009803922,0.029411765,0.009803922,0.029411765,0.009803922,0.029411765,0.05882353,0.019607844,0.019607844,0.009803922,0.009803922,0.029411765,0.05882353,0.019607844,0.029411765,0.019607844,0.04901961,0.029411765,0.029411765,0.029411765,0.009803922,0.019607844,0.04901961,0.029411765,0.019607844,0.019607844,0.019607844,0.009803922,0.039215688,0.04901961,0.039215688,0.04901961,0.029411765,0.009803922,0.039215688,0.019607844,0.029411765,0.04901961,0.039215688,0.029411765,0.029411765,0.029411765,0.029411765,0.039215688,0.009803922,0.039215688,0.019607844,0.04901961,0.019607844,0.04901961,0.019607844,0.039215688,0.029411765,0.019607844,0.009803922,0.039215688,0.078431375,0.039215688,0.068627454,0.019607844,0.019607844,0.019607844,0.05882353,0.039215688,0.019607844,0.009803922,0.029411765,0.05882353,0.009803922,0.078431375,0.009803922}'::real[], - 'elem_count_histogram', '{0,0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,5.8137255}'::real[] -); --- --- Statistics for Name: array_op_test; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'array_op_test', - 'relpages', '3'::integer, - 'reltuples', '103'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'array_op_test', - 'attname', 'i', - 'inherited', 'f'::boolean, - 'null_frac', '0.009708738'::real, - 'avg_width', '40'::integer, - 'n_distinct', '-0.99029124'::real, - 'histogram_bounds', '{"{}","{1}","{2,8,65,10,5,79,43}","{3,6}","{3,52,34,23}","{7,10,81,85}","{9,69,46,77}","{11}","{11,4,61,87}","{11,6,56,62,53,30}","{11,83,35,13,96,94}","{12,51,88,64,8}","{12,96,83,24,71,89,55}","{14,10}","{14,33,6,34,14}","{14,63,85,11}","{15,76,82,75,8,91}","{17,14,16,63,67}","{17,99,18,52,91,72,0,43,96,23}","{19,26,63,12,93,73,27,94}","{20,12,37,64,93}","{22,1,16,78,20,91,83}","{23,40}","{23,45,10,42,36,21,9,96}","{23,97,43}","{26,19,34,24,81,78}","{26,81,47,91,34}","{31,1,10,11,27,79,38}","{31,23,70,52,4,33,48,25}","{31,94,7,10}","{32}","{33,7,60,54,93,90,77,85,39}","{33,81,72,74,45,36,82}","{34}","{34,60,4,79,78,16,86,89,42,50}","{37,64,95,43,3,41,13,30,11,43}","{37,86}","{38,17}","{38,34,32,89}","{39,21}","{39,35,5,94,17,92,60,32}","{39,60}","{39,87,91,97,79,28}","{40,32,17,6,30,88}","{40,58,68,29,54}","{40,90,5,38,72,40,30,10,43,55}","{41,86,74,48,22,74,47,50}","{41,90,77,24,6,24}","{45}","{47}","{47,77}","{47,79,47,64,72,25,71,24,93}","{50,42,77,50,4}","{52,82,17,74,23,46,69,51,75}","{53,11,81,39,3,78,58,64,74}","{53,24}","{54,2,86,65}","{55,89,44,84,34}","{56,5,54,37,49}","{56,52,35,27,80,44,81,22}","{56,70,83}","{57,27,50,12,97,68}","{58,79,82,80,67,75,98,10,41}","{59,5,4,95,28}","{60,84}","{61,5,76,59,17}","{62,2,59,38,89}","{63,77,54,48,61,53,97}","{67,35,99,85,72,86,44}","{70,45}","{70,47}","{71,5,45}","{71,10,9,69,75}","{71,39,99,55,33,75,45}","{72,2,44,95,54,54,13}","{72,89,70,51,54,37,8,49,79}","{74,26}","{74,73}","{74,89,44,80,0}","{76,14}","{78}","{78,57,19}","{79,82,14,52,30,5,79}","{80,24,18,21,54}","{82,43,99,16,74}","{83,72,29,73}","{85,32,57,39,49,84,32,3,30}","{85,63,49,45}","{88,25,96,78,65,15,29,19}","{88,75}","{89,0}","{90,43,38}","{92}","{92,55,10,7}","{92,75,71,52,64,83}","{94}","{94,61,99,35,48}","{97,15,32,17,55,59,18,37,50,39}","{98,9,85,62,88,91,60,61,38,86}","{98,23,64,12,75,61}","{NULL}"}'::text, - 'correlation', '0.11951869'::real, - 'most_common_elems', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_elem_freqs', '{0.029411765,0.029411765,0.039215688,0.04901961,0.04901961,0.078431375,0.04901961,0.039215688,0.039215688,0.039215688,0.09803922,0.078431375,0.05882353,0.029411765,0.05882353,0.029411765,0.039215688,0.078431375,0.029411765,0.039215688,0.019607844,0.029411765,0.029411765,0.078431375,0.05882353,0.029411765,0.039215688,0.039215688,0.019607844,0.029411765,0.05882353,0.029411765,0.05882353,0.04901961,0.078431375,0.04901961,0.019607844,0.05882353,0.068627454,0.0882353,0.039215688,0.039215688,0.029411765,0.068627454,0.04901961,0.078431375,0.019607844,0.05882353,0.039215688,0.039215688,0.04901961,0.029411765,0.068627454,0.039215688,0.078431375,0.05882353,0.039215688,0.029411765,0.029411765,0.039215688,0.05882353,0.05882353,0.029411765,0.04901961,0.068627454,0.029411765,0.029411765,0.019607844,0.029411765,0.04901961,0.05882353,0.078431375,0.029411765,0.078431375,0.078431375,0.029411765,0.05882353,0.068627454,0.078431375,0.039215688,0.05882353,0.05882353,0.05882353,0.029411765,0.068627454,0.05882353,0.019607844,0.04901961,0.078431375,0.039215688,0.05882353,0.039215688,0.039215688,0.05882353,0.029411765,0.04901961,0.04901961,0.029411765,0.05882353,0.019607844,0.09803922,0.009803922}'::real[], - 'elem_count_histogram', '{0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,10,10,10,4.7843137}'::real[] -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'array_op_test', - 'attname', 'seqno', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'array_op_test', - 'attname', 't', - 'inherited', 'f'::boolean, - 'null_frac', '0.009708738'::real, - 'avg_width', '141'::integer, - 'n_distinct', '-0.99029124'::real, - 'histogram_bounds', '{"{}","{39557,AAAAAAA89932,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAAAAAAAAA26540,AAA20874,AA6416,AAAAAAAAAAAAAAAAAA47955}","{47735,AAAAAAA21462,AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAAAAA91804,AAAAAAAAA72121,AAAAAAAAAAAAAAAAAAA1205,AAAAA41597,AAAA8857,AAAAAAAAAAAAAAAAAAA15356,AA17009}","{47735,AAAAAAA56483,AAAAAAAAAAAAA93788,AA42406,AAAAAAAAAAAAA73084,AAAAAAAA72908,AAAAAAAAAAAAAAAAAA61286,AAAAA66674,AAAAAAAAAAAAAAAAA50407}","{47735,AAAAAAA99836,AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAA29150,AAAAAAA80240,AAAAAAAAAAAAAAAA98414,AAAAAAA56483,AAAAAAAAAAAAAAAA29150,AAAAAAA39692,AA21643}","{A6053,AAAAAAAAAAA6119,AA44673,AAAAAAAAAAAAAAAAA764,AA17009,AAAAA17383,AAAAA70514,AAAAA33250,AAAAA95309,AAAAAAAAAAAA37562}","{A85417,AAAAAAA56483,AAAAA17383,AAAAAAAAAAAAA62159,AAAAAAAAAAAA52814,AAAAAAAAAAAAA85723,AAAAAAAAAAAAAAAAAA55796}","{A96617,AAAAAAAAAAAAAAAAAAA70104,A68938,AAAAAAAAAAA53908,AAAAAAAAAAAAAAA453,AA17009,AAAAAAA80240}","{AA21643,AAAAAAAAAAA92631,AAAAAAAA81587}","{AA44673,AAAAAAAAAAA6119,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAAAAAAAA47955,AAAAAAAAAAAAAAAA33598,AAAAAAAAAAA33576,AA44673}","{AA6416,A6053,AAAAAAA21462,AAAAAAA57334,AAAAAAAAAAAAAAAAAA12591,AA88409,AAAAAAAAAAAAA70254}","{AA6416,AAAAAAAAAA646,AAAAA95309}","{AA75092,AAAAAAAAAAAAAAAAA69675,AAAAAAAAAAA92631,AAAAAAAAA10012,AAAAAAAAAAAAA7929,AA21643}","{AAA54451,AAAAAAAAA27249,AAAAAAA9228,AAAAAAAAAAAAAAA67062,AAAAAAAAAAAAAAAAAAA70415,AAAAA17383,AAAAAAAAAAAAAAAA33598}","{AAA59323,AAAAA95309,AAAAAAAAAAAAAAAA31334,AAAAAAAAA27249,AAAAA17383,AAAAAAAAAAAA37562,AAAAAA1059,A84822,55847,AAAAA70466}","{AAAA35194,AAAA35194,AAAAAAA80240,AAAAAAAAAAA46154,AAAAAA58494,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAAA59334,AAAAAAAAAAAAAAAAAAA91804,AA74433}","{AAAA35194,AAAAAAAA79710,AAA20874,AAAAAAAAAAAAAAAAAAA70104,AAAAAAAAAAAAA73084,AAAAAAA57334,AAAAAAA9228,AAAAAAAAAAAAA62007}","{AAAA41702,AAAAAAAAAAA82945,AA21643,AAAAAAAAAAA99000,A27153,AA25381,AAAAAAAAAAAAAA96505,AAAAAAA1242}","{AAAA48949,AAAAAAAA29716,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAAA67946,AAAAAAAAAAAAAAAA29150,AAA28075,AAAAAAAAAAAAAAAAA43052}","{AAAA8857,AAAAAAAAAAAAAAA73034,AAAAAAAA81587,AAAAAAAAAAAAAAA68526,AAAAA75968,AAAAAAAAAAAAAA65909,AAAAAAAAA10012,AAAAAAAAAAAAAA65909}","{AAAAA33250,AAAAAAAAAAAAAAAAAAA85420,AAAAAAAAAAA33576}","{AAAAA40681,AAAAAAAAAAAAAAAAAA12591,AAAAAAA80240,AAAAAAAAAAAAAAAA55798,AAAAAAAAAAAAAAAAAAA70104}","{AAAAA60038,AAAAAAAA23648,AAAAAAAAAAA99000,AAAA41702,AAAAAAAAAAAAA22860,AAAAAAAAAAAAAAA68526}","{AAAAA95309,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAAAAA24183}","{AAAAAA38063,A96617,AAAA35194,AAAAAAAAAAAA67946}","{AAAAAA43678,AAAAAAA12144,AAAAAAAAAAA50956,AAAAAAAAAAAAAAAAAAA15356}","{AAAAAA58494}","{AAAAAA66777}","{AAAAAA98232,AAAA49534,AAAAAAAAAAA21658}","{AAAAAA98232,AAAAAAAA79710,AAAAAAAAAAAAAAAAA69675,AAAAAAAAAAAAAAAA55798,AAAAAAAAA12793}","{AAAAAA99807,AAAAA64741,AAAAAAAAAAA53908,AA21643,AAAAAAAAA10012}","{AAAAAAA79710,AAAAAAAAAA55219,AAAA41702,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAAA71621,AAAAAAAAAAAAAAAAA63050,AAAAAAA99836,AAAAAAAAAAAAAA8666}","{AAAAAAA80240,AAAAAAAAAAAAAAAA1729,AAAAA60038,AAAAAAAAAAA92631,AAAAAAAA9523}","{AAAAAAA81898,AAAAAA1059,AAAAAAAAAAAA81511,AAAAA961,AAAAAAAAAAAAAAAA31334,AAAAA64741,AA6416,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAAAA50407}","{AAAAAAA81898,AAAAAA66777,AAAAAA98232}","{AAAAAAA89932,AAAAAAAAAAAAA22860,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAAA21089}","{AAAAAAA89932,AAAAAAAAAAAAAAAAAAA15356,AA99927,AA17009,AAAAAAAAAAAAAAA35875}","{AAAAAAAA44066,AAAAAA1059,AAAAAAAAAAA176,AAAAAAA48038}","{AAAAAAAA72908}","{AAAAAAAA72908,AAAAAAAAAAAAAAAAAAA17075,AA88409,AAAAAAAAAAAAAAAAAA36842,AAAAAAA48038,AAAAAAAAAAAAAA10611}","{AAAAAAAA81587,AAAAA17383,AAAAAAAA81587}","{AAAAAAAA81587,AAAAAAAAAAAAAA96505,45449,AAAA80176}","{AAAAAAAA9523,AAAAAAAAAAAA37562,AAAAAAAAAAAAAAAA14047,AAAAAAAAAAA46154,AAAA41702,AAAAAAAAAAAAAAAAA764,AAAAA62737,39557}","{AAAAAAAAA27249,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAA13198,AAA20874,39557,51533,AAAAAAAAAAA53908,AAAAAAAAAAAAAA96505,AAAAAAAA78938}","{AAAAAAAAA53663,AAAAAAAAAAAAAAA67062,AAAAAAAAAA64777,AAA99043,AAAAAAAAAAAAAAAAAAA91804,39557}","{AAAAAAAAA53663,AAAAAAAAAAAAAAAA55798,AAAAAAAAAAAAAAAAAAA89194,AA88409,AAAAAAAAAAAAAAA81326,AAAAAAAAAAAAAAAAA63050,AAAAAAAAAAAAAAAA33598}","{AAAAAAAAAA22292,AAAAAAAAAAAAA70254,AAAAAAAAAAA6119}","{AAAAAAAAAA48845,AAAAA75968,AAAAA95309,AAA54451,AAAAAAAAAA22292,AAAAAAA99836,A96617,AA17009,AAAAAAAAAAAAAA95246}","{AAAAAAAAAA5483,AAAAAAAAAAAAAAAAAAA1205,AA6416,AAAAAAAAAAAAAAAAA63050,AAAAAAAAAAAAAAAAAA47955}","{AAAAAAAAAA646,A87088}","{AAAAAAAAAA646,AAAAAAAAAAAAAAAAAAA70415,AAAAAA43678,AAAAAAAA72908}","{AAAAAAAAAAA176,AAAAAA38063,45449,AAAAAA54032,AAAAAAA81898,AA6416,AAAAAAAAAAAAAAAAAAA62179,45449,AAAAA60038,AAAAAAAA81587}","{AAAAAAAAAAA176,AAAAAAAAAAAAAA8666,AAAAAAAAAAAAAAA453,AAAAAAAAAAAAA85723,A68938,AAAAAAAAAAAAA9821,AAAAAAA48038,AAAAAAAAAAAAAAAAA59387,AA99927,AAAAA17383}","{AAAAAAAAAAA21658}","{AAAAAAAAAAA21658,AAAAAAAAAAAA21089,AAA54451,AAAAAAAAAAAAAAAAAA54141,AAAAAAAAAAAAAA28620,AAAAAAAAAAA21658,AAAAAAAAAAA74076,AAAAAAAAA27249}","{AAAAAAAAAAA33576,AAAAA95309,64261,AAA59323,AAAAAAAAAAAAAA95246,55847,AAAAAAAAAAAA67946,AAAAAAAAAAAAAAAAAA64374}","{AAAAAAAAAAA50956,AA74433,AAAAAAA21462,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAA36627,AAAAAAAAAAAAA70254,AAAAAAAAAA43419,39557}","{AAAAAAAAAAA50956,AAAAAAAAAAA15165,AAAA85070,AAAAAAAAAAAAAAA36627,AAAAA961,AAAAAAAAAA55219}","{AAAAAAAAAAA53908,AAAAAA54032,AAAAA17383,AAAA48949,AAAAAAAAAA18601,AAAAA64669,45449,AAAAAAAAAAA98051,AAAAAAAAAAAAAAAAAA71621}","{AAAAAAAAAAA6119,AAAAAAAAAAAAAA8666,AA99927,AA42406,AAAAAAA81898,AAAAAAA9228,AAAAAAAAAAA92631,AA21643,AAAAAAAAAAAAAA28620}","{AAAAAAAAAAA74076,A96617,AAAAAAAAAAAAAAAAAAA89194,AAAAAAAAAAAAAAAAAA55796,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAA67946}","{AAAAAAAAAAA82945,A96617,47735,AAAAA12179,AAAAA64669,AAAAAA99807,AA74433,AAAAAAAAAAAAAAAAA59387}","{AAAAAAAAAAAA52814,AAAA48949,AAAAAAAAA34727,AAAA8857,AAAAAAAAAAAAAAAAAAA62179,AAAAAAAAAAAAAAA68526,AAAAAAA99836,AAAAAAAA50094,AAAA91194,AAAAAAAAAAAAA73084}","{AAAAAAAAAAAA67946,AAAAAA54032,AAAAAAAA81587,55847,AAAAAAAAAAAAAA28620,AAAAAAAAAAAAAAAAA43052,AAAAAA75463,AAAA49534,AAAAAAAA44066}","{AAAAAAAAAAAAA15097,AAAA8857,AAAAAAAAAAAA35809,AAAAAAAAAAAA52814,AAAAAAAAAAAAAAAAAAA38885,AAAAAAAAAAAAAAAAAA24183,AAAAAA43678,A96617}","{AAAAAAAAAAAAA59671,AAAAAAAAAAAAAAAAAAA91804,AAAAAA66777,AAAAAAAAAAAAAAAAAAA89194,AAAAAAAAAAAAAAA36627,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAA73084,AAAAAAA79710,AAAAAAAAAAAAAAA40402,AAAAAAAAAAAAAAAAAAA65037}","{AAAAAAAAAAAAA62007,AAA99043}","{AAAAAAAAAAAAA73084,AAAAA75968,AAAAAAAAAAAAAAAA14047,AAAAAAA80240,AAAAAAAAAAAAAAAAAAA1205,A68938}","{AAAAAAAAAAAAAA10611,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAA50956,AAAAAAAAAAAAAAAA31334,AAAAA70466,AAAAAAAA81587,AAAAAAA74623}","{AAAAAAAAAAAAAA96505,AAAAAAAAAAAAAAAAAA36842,AAAAA95309,AAAAAAAA81587,AA6416,AAAA91194,AAAAAA58494,AAAAAA1059,AAAAAAAA69452}","{AAAAAAAAAAAAAAA13198,AAAAAAAA69452,AAAAAAAAAAA82945,AAAAAAA12144,AAAAAAAAA72121,AAAAAAAAAA18601}","{AAAAAAAAAAAAAAA13198,AAAAAAAAAAAAAAAAAAA70415,A27153,AAAAAAAAA53663,AAAAAAAAAAAAAAAAA50407,A68938}","{AAAAAAAAAAAAAAA35875,AAAAAAAAAAAAAAAA23657}","{AAAAAAAAAAAAAAA67062}","{AAAAAAAAAAAAAAA67062,AAAAAAA57334,AAAAAAAAAAAAAA65909,A27153,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAA64777,AAAAAAAAAAAA81511,AAAAAAAAAAAAAA65909,AAAAAAAAAAAAAA28620}","{AAAAAAAAAAAAAAA73034,AAAAAAAAAAAAA7929,AAAAAAA66161,AA88409,39557,A27153,AAAAAAAA9523,AAAAAAAAAAA99000}","{AAAAAAAAAAAAAAA81326,AAAAAAAAAA22292,AA25381,AAAAAAAAAAA74076,AAAAAAA81898,AAAAAAAAA72121}","{AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAA22860,AAAAAA99807,AAAAA17383,AAAAAAAAAAAAAAA67062,AAAAAAAAAAA15165,AAAAAAAAAAA50956}","{AAAAAAAAAAAAAAAA55798,AAAAAAAAAA22292,AAAAAAA66161,AAAAAAA21462,AAAAAAAAAAAAAAAAAA12591,55847,AAAAAA98232,AAAAAAAAAAA46154}","{AAAAAAAAAAAAAAAA98414,AAAAAAAA23648,AAAAAAAAAAAAAAAAAA55796,AA25381,AAAAAAAAAAA6119}","{AAAAAAAAAAAAAAAAA26540,AAAAAAA79710,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAA176,AAAAA95309,AAAAAAAAAAA46154,AAAAAA66777,AAAAAAAAA27249,AAAAAAAAAA64777,AAAAAAAAAAAAAAAAAAA70104}","{AAAAAAAAAAAAAAAAA26540,AAAAAAAAA10012,AAAAAAAAAAAA35809,AAAAAAAAAAAAAAAA29150,AAAAAAAAAAA82945,AAAAAA66777,31228,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAAAA28620,AAAAAAAAAAAAAA96505}","{AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAAAAA38885,AAAA85070,AAAAAAAAAAAAAAAAAAA70104,AAAAA66674,AAAAAAAAAAAAA62007,AAAAAAAA69452,AAAAAAA1242,AAAAAAAAAAAAAAAA1729,AAAA35194}","{AAAAAAAAAAAAAAAAA69675,AAAAAAAA50094,AAAAAAAAAAA92631,AAAA35194,39557,AAAAAAA99836}","{AAAAAAAAAAAAAAAAA764,AAAAAAAAAAA74076,AAAAAAAAAA18107,AAAAA40681,AAAAAAAAAAAAAAA35875,AAAAA60038,AAAAAAA56483}","{AAAAAAAAAAAAAAAAA88852,AAAAAAAAAAAAAAAAAAA91804,AAAAA64669,AAAAAAAAAAAAAAAA1443,AAAAAAAAAAAAAAAA23657,AAAAA12179,AAAAAAAAAAAAAAAAA88852,AAAAAAAAAAAAAAAA31334,AAAAAAAAAAAAAAAA41303,AAAAAAAAAAAAAAAAAAA85420}","{AAAAAAAAAAAAAAAAAA12591,AAAAAAAAAAAAAAAAA50407,AAAAAAAAAAAA67946}","{AAAAAAAAAAAAAAAAAA32918,AA42406}","{AAAAAAAAAAAAAAAAAA32918,AAAAA70514,AAAAAAAAA10012,AAAAAAAAAAAAAAAAA59387,AAAAAAAAAA64777,AAAAAAAAAAAAAAAAAAA15356}","{AAAAAAAAAAAAAAAAAA47955,AAAAAAA48038,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAAAAA73084,AAAAA70466,AAAAAAAAAAAAAAAAA764,AAAAAAAAAAA46154,AA66862}","{AAAAAAAAAAAAAAAAAA54141,AAAAA40681,AAAAAAA48038,AAAAAAAAAAAAAAAA29150,AAAAA41597,AAAAAAAAAAAAAAAAAA59334,AA15322}","{AAAAAAAAAAAAAAAAAA55796,AAAAA62737}","{AAAAAAAAAAAAAAAAAA59334,45449}","{AAAAAAAAAAAAAAAAAA61286,AAA54451,AAAAAAAAAAAAAAAAAAA87527,A96617,51533}","{AAAAAAAAAAAAAAAAAA71621,AAAA8857,AAAAAAAAAAAAAAAAAAA65037,AAAAAAAAAAAAAAAA31334,AAAAAAAAAA48845}","{AAAAAAAAAAAAAAAAAA71621,AAAAAAAAAAAAAA28620,AAAAAAAAAA55219,AAAAAAAA23648,AAAAAAAAAA22292,AAAAAAA1242}","{AAAAAAAAAAAAAAAAAAA1205,AAAAAAAA50094,AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAAAAAAA47955}","{AAAAAAAAAAAAAAAAAAA17075,AAAAAAA66161,AAAAAAAA23648,AAAAAAAAAAAAAA10611}","{AAAAAAAAAAAAAAAAAAA70104,AAAAAAA80240}","{AAAAAAAAAAAAAAAAAAA70415}","{NULL}"}'::text, - 'correlation', '-0.019457057'::real, - 'most_common_elems', '{31228,39557,45449,47735,51533,55847,64261,A27153,A6053,A68938,A84822,A85417,A87088,A96617,AA15322,AA17009,AA21643,AA25381,AA42406,AA44673,AA6416,AA66862,AA74433,AA75092,AA88409,AA99927,AAA20874,AAA28075,AAA54451,AAA59323,AAA99043,AAAA35194,AAAA41702,AAAA48949,AAAA49534,AAAA80176,AAAA85070,AAAA8857,AAAA91194,AAAAA12179,AAAAA17383,AAAAA33250,AAAAA40681,AAAAA41597,AAAAA60038,AAAAA62737,AAAAA64669,AAAAA64741,AAAAA66674,AAAAA70466,AAAAA70514,AAAAA75968,AAAAA95309,AAAAA961,AAAAAA1059,AAAAAA38063,AAAAAA43678,AAAAAA54032,AAAAAA58494,AAAAAA66777,AAAAAA75463,AAAAAA98232,AAAAAA99807,AAAAAAA12144,AAAAAAA1242,AAAAAAA21462,AAAAAAA39692,AAAAAAA48038,AAAAAAA56483,AAAAAAA57334,AAAAAAA66161,AAAAAAA74623,AAAAAAA79710,AAAAAAA80240,AAAAAAA81898,AAAAAAA89932,AAAAAAA9228,AAAAAAA99836,AAAAAAAA23648,AAAAAAAA29716,AAAAAAAA44066,AAAAAAAA50094,AAAAAAAA69452,AAAAAAAA72908,AAAAAAAA78938,AAAAAAAA79710,AAAAAAAA81587,AAAAAAAA9523,AAAAAAAAA10012,AAAAAAAAA12793,AAAAAAAAA27249,AAAAAAAAA34727,AAAAAAAAA53663,AAAAAAAAA72121,AAAAAAAAAA18107,AAAAAAAAAA18601,AAAAAAAAAA22292,AAAAAAAAAA43419,AAAAAAAAAA48845,AAAAAAAAAA5483,AAAAAAAAAA55219,AAAAAAAAAA646,AAAAAAAAAA64777,AAAAAAAAAAA15165,AAAAAAAAAAA176,AAAAAAAAAAA21658,AAAAAAAAAAA33576,AAAAAAAAAAA46154,AAAAAAAAAAA50956,AAAAAAAAAAA53908,AAAAAAAAAAA6119,AAAAAAAAAAA74076,AAAAAAAAAAA82945,AAAAAAAAAAA92631,AAAAAAAAAAA98051,AAAAAAAAAAA99000,AAAAAAAAAAAA21089,AAAAAAAAAAAA35809,AAAAAAAAAAAA37562,AAAAAAAAAAAA52814,AAAAAAAAAAAA67946,AAAAAAAAAAAA81511,AAAAAAAAAAAAA15097,AAAAAAAAAAAAA22860,AAAAAAAAAAAAA59671,AAAAAAAAAAAAA62007,AAAAAAAAAAAAA62159,AAAAAAAAAAAAA70254,AAAAAAAAAAAAA73084,AAAAAAAAAAAAA7929,AAAAAAAAAAAAA85723,AAAAAAAAAAAAA93788,AAAAAAAAAAAAA9821,AAAAAAAAAAAAAA10611,AAAAAAAAAAAAAA28620,AAAAAAAAAAAAAA65909,AAAAAAAAAAAAAA8666,AAAAAAAAAAAAAA95246,AAAAAAAAAAAAAA96505,AAAAAAAAAAAAAAA13198,AAAAAAAAAAAAAAA35875,AAAAAAAAAAAAAAA36627,AAAAAAAAAAAAAAA40402,AAAAAAAAAAAAAAA453,AAAAAAAAAAAAAAA67062,AAAAAAAAAAAAAAA68526,AAAAAAAAAAAAAAA73034,AAAAAAAAAAAAAAA81326,AAAAAAAAAAAAAAAA14047,AAAAAAAAAAAAAAAA1443,AAAAAAAAAAAAAAAA1729,AAAAAAAAAAAAAAAA23657,AAAAAAAAAAAAAAAA29150,AAAAAAAAAAAAAAAA31334,AAAAAAAAAAAAAAAA33598,AAAAAAAAAAAAAAAA41303,AAAAAAAAAAAAAAAA55798,AAAAAAAAAAAAAAAA98414,AAAAAAAAAAAAAAAAA26540,AAAAAAAAAAAAAAAAA43052,AAAAAAAAAAAAAAAAA50407,AAAAAAAAAAAAAAAAA59387,AAAAAAAAAAAAAAAAA63050,AAAAAAAAAAAAAAAAA6897,AAAAAAAAAAAAAAAAA69675,AAAAAAAAAAAAAAAAA764,AAAAAAAAAAAAAAAAA88852,AAAAAAAAAAAAAAAAAA12591,AAAAAAAAAAAAAAAAAA24183,AAAAAAAAAAAAAAAAAA32918,AAAAAAAAAAAAAAAAAA36842,AAAAAAAAAAAAAAAAAA47955,AAAAAAAAAAAAAAAAAA54141,AAAAAAAAAAAAAAAAAA55796,AAAAAAAAAAAAAAAAAA59334,AAAAAAAAAAAAAAAAAA61286,AAAAAAAAAAAAAAAAAA64374,AAAAAAAAAAAAAAAAAA71621,AAAAAAAAAAAAAAAAAAA1205,AAAAAAAAAAAAAAAAAAA15356,AAAAAAAAAAAAAAAAAAA17075,AAAAAAAAAAAAAAAAAAA38885,AAAAAAAAAAAAAAAAAAA62179,AAAAAAAAAAAAAAAAAAA65037,AAAAAAAAAAAAAAAAAAA70104,AAAAAAAAAAAAAAAAAAA70415,AAAAAAAAAAAAAAAAAAA85420,AAAAAAAAAAAAAAAAAAA87527,AAAAAAAAAAAAAAAAAAA89194,AAAAAAAAAAAAAAAAAAA91804}'::text, - 'most_common_elem_freqs', '{0.009803922,0.068627454,0.039215688,0.039215688,0.019607844,0.039215688,0.009803922,0.039215688,0.019607844,0.039215688,0.009803922,0.009803922,0.009803922,0.068627454,0.009803922,0.04901961,0.05882353,0.029411765,0.029411765,0.019607844,0.068627454,0.009803922,0.029411765,0.009803922,0.039215688,0.029411765,0.029411765,0.009803922,0.039215688,0.019607844,0.019607844,0.04901961,0.039215688,0.029411765,0.019607844,0.009803922,0.019607844,0.04901961,0.019607844,0.019607844,0.078431375,0.019607844,0.029411765,0.019607844,0.039215688,0.019607844,0.029411765,0.019607844,0.019607844,0.029411765,0.019607844,0.029411765,0.078431375,0.019607844,0.039215688,0.019607844,0.029411765,0.029411765,0.029411765,0.04901961,0.009803922,0.039215688,0.029411765,0.019607844,0.029411765,0.039215688,0.009803922,0.04901961,0.039215688,0.029411765,0.029411765,0.009803922,0.029411765,0.068627454,0.04901961,0.029411765,0.029411765,0.04901961,0.039215688,0.009803922,0.019607844,0.029411765,0.029411765,0.039215688,0.009803922,0.019607844,0.078431375,0.029411765,0.04901961,0.009803922,0.04901961,0.009803922,0.029411765,0.029411765,0.009803922,0.019607844,0.04901961,0.009803922,0.019607844,0.009803922,0.029411765,0.029411765,0.039215688,0.019607844,0.039215688,0.029411765,0.029411765,0.04901961,0.04901961,0.039215688,0.04901961,0.039215688,0.039215688,0.04901961,0.009803922,0.029411765,0.019607844,0.019607844,0.029411765,0.029411765,0.05882353,0.019607844,0.009803922,0.029411765,0.009803922,0.029411765,0.009803922,0.029411765,0.05882353,0.019607844,0.019607844,0.009803922,0.009803922,0.029411765,0.05882353,0.019607844,0.029411765,0.019607844,0.04901961,0.029411765,0.029411765,0.029411765,0.009803922,0.019607844,0.04901961,0.029411765,0.019607844,0.019607844,0.019607844,0.009803922,0.039215688,0.04901961,0.039215688,0.04901961,0.029411765,0.009803922,0.039215688,0.019607844,0.029411765,0.04901961,0.039215688,0.029411765,0.029411765,0.029411765,0.029411765,0.039215688,0.009803922,0.039215688,0.019607844,0.04901961,0.019607844,0.04901961,0.019607844,0.039215688,0.029411765,0.019607844,0.009803922,0.039215688,0.078431375,0.039215688,0.068627454,0.019607844,0.019607844,0.019607844,0.05882353,0.039215688,0.019607844,0.009803922,0.029411765,0.05882353,0.009803922,0.078431375,0.009803922}'::real[], - 'elem_count_histogram', '{0,0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,5.8137255}'::real[] -); --- --- Statistics for Name: arrtest; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'arrtest', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: b; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'b', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: b_star; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'b_star', - 'relpages', '1'::integer, - 'reltuples', '4'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'b_star', - 'attname', 'aa', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{3,4}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'b_star', - 'attname', 'aa', - 'inherited', 't'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{3,4,7,8,9,10,11,12,13,14}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'b_star', - 'attname', 'bb', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '7'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{bumble,mumble}'::text, - 'correlation', '-1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'b_star', - 'attname', 'bb', - 'inherited', 't'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '7'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{bumble,crumble,fumble,grumble,humble,jumble,mumble,rumble,stumble,tumble}'::text, - 'correlation', '0.15151516'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'b_star', - 'attname', 'class', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '-0.25'::real, - 'most_common_vals', '{b}'::text, - 'most_common_freqs', '{1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'b_star', - 'attname', 'class', - 'inherited', 't'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '2'::real, - 'most_common_vals', '{d,b}'::text, - 'most_common_freqs', '{0.8,0.2}'::real[], - 'correlation', '1'::real -); --- --- Statistics for Name: bit_defaults; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bit_defaults', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: box_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'box_tbl', - 'relpages', '1'::integer, - 'reltuples', '5'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: bt_f8_heap; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_f8_heap', - 'relpages', '96'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_f8_heap', - 'attname', 'random', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{69814,20560924,43214094,66411579,83832949,106727018,127010305,146620964,167461823,189004794,213605937,234972890,261800387,283758386,308134349,331034461,354205155,373775321,397289853,420331148,443002948,464019704,484258159,506234347,525845334,547286768,572896398,594698948,615567500,637376619,655412562,676972117,697296456,719734800,740882748,763166082,785306983,806565477,831854680,853880510,875162257,895344049,914762693,933483375,954223961,974296478,997541097,1015879097,1036323899,1057223443,1077800659,1099394721,1118522880,1141910186,1164323826,1187251820,1211249840,1229628536,1251679549,1271620383,1293526343,1321341298,1343527738,1362107889,1381410228,1402743961,1423035453,1442452851,1464118846,1482152310,1501898471,1520386208,1548069319,1568035208,1584919473,1605192855,1628003657,1647785053,1668329710,1692877391,1716435583,1737543778,1757235242,1776831856,1800130894,1816909941,1840611217,1862713323,1881448815,1903511399,1923866462,1944460763,1963676976,1985371250,2005913136,2024986770,2048702605,2077034432,2101610246,2123726753,2147329594}'::text, - 'correlation', '0.014054835'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_f8_heap', - 'attname', 'seqno', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '8'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: bt_i4_heap; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_i4_heap', - 'relpages', '80'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_i4_heap', - 'attname', 'random', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{69814,20560924,43214094,66411579,83832949,106727018,127010305,146620964,167461823,189004794,213605937,234972890,261800387,283758386,308134349,331034461,354205155,373775321,397289853,420331148,443002948,464019704,484258159,506234347,525845334,547286768,572896398,594698948,615567500,637376619,655412562,676972117,697296456,719734800,740882748,763166082,785306983,806565477,831854680,853880510,875162257,895344049,914762693,933483375,954223961,974296478,997541097,1015879097,1036323899,1057223443,1077800659,1099394721,1118522880,1141910186,1164323826,1187251820,1211249840,1229628536,1251679549,1271620383,1293526343,1321341298,1343527738,1362107889,1381410228,1402743961,1423035453,1442452851,1464118846,1482152310,1501898471,1520386208,1548069319,1568035208,1584919473,1605192855,1628003657,1647785053,1668329710,1692877391,1716435583,1737543778,1757235242,1776831856,1800130894,1816909941,1840611217,1862713323,1881448815,1903511399,1923866462,1944460763,1963676976,1985371250,2005913136,2024986770,2048702605,2077034432,2101610246,2123726753,2147329594}'::text, - 'correlation', '-0.014054835'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_i4_heap', - 'attname', 'seqno', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '-1'::real -); --- --- Statistics for Name: bt_name_heap; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_name_heap', - 'relpages', '168'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_name_heap', - 'attname', 'random', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{69814,20560924,43214094,66411579,83832949,106727018,127010305,146620964,167461823,189004794,213605937,234972890,261800387,283758386,308134349,331034461,354205155,373775321,397289853,420331148,443002948,464019704,484258159,506234347,525845334,547286768,572896398,594698948,615567500,637376619,655412562,676972117,697296456,719734800,740882748,763166082,785306983,806565477,831854680,853880510,875162257,895344049,914762693,933483375,954223961,974296478,997541097,1015879097,1036323899,1057223443,1077800659,1099394721,1118522880,1141910186,1164323826,1187251820,1211249840,1229628536,1251679549,1271620383,1293526343,1321341298,1343527738,1362107889,1381410228,1402743961,1423035453,1442452851,1464118846,1482152310,1501898471,1520386208,1548069319,1568035208,1584919473,1605192855,1628003657,1647785053,1668329710,1692877391,1716435583,1737543778,1757235242,1776831856,1800130894,1816909941,1840611217,1862713323,1881448815,1903511399,1923866462,1944460763,1963676976,1985371250,2005913136,2024986770,2048702605,2077034432,2101610246,2123726753,2147329594}'::text, - 'correlation', '0.014054835'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_name_heap', - 'attname', 'seqno', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,1087,1177,1267,1357,1447,1537,1627,1717,1807,1898,1988,2077,2167,2257,2347,2437,2527,2617,2707,2798,2888,2978,3067,3157,3247,3337,3427,3517,3607,3698,3788,3878,3968,4057,4147,4237,4327,4417,4507,4598,4688,4778,4868,4958,5047,5137,5227,5317,5407,5498,5588,5678,5768,5858,5948,6037,6127,6217,6307,6398,6488,6578,6668,6758,6848,6938,7027,7117,7207,7298,7388,7478,7568,7658,7748,7838,7928,8017,8107,8198,8288,8378,8468,8558,8648,8738,8828,8918,9007,9098,9188,9278,9368,9458,9548,9638,9728,9818,9908,9999}'::text, - 'correlation', '0.8192535'::real -); --- --- Statistics for Name: bt_txt_heap; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_txt_heap', - 'relpages', '96'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_txt_heap', - 'attname', 'random', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{69814,20560924,43214094,66411579,83832949,106727018,127010305,146620964,167461823,189004794,213605937,234972890,261800387,283758386,308134349,331034461,354205155,373775321,397289853,420331148,443002948,464019704,484258159,506234347,525845334,547286768,572896398,594698948,615567500,637376619,655412562,676972117,697296456,719734800,740882748,763166082,785306983,806565477,831854680,853880510,875162257,895344049,914762693,933483375,954223961,974296478,997541097,1015879097,1036323899,1057223443,1077800659,1099394721,1118522880,1141910186,1164323826,1187251820,1211249840,1229628536,1251679549,1271620383,1293526343,1321341298,1343527738,1362107889,1381410228,1402743961,1423035453,1442452851,1464118846,1482152310,1501898471,1520386208,1548069319,1568035208,1584919473,1605192855,1628003657,1647785053,1668329710,1692877391,1716435583,1737543778,1757235242,1776831856,1800130894,1816909941,1840611217,1862713323,1881448815,1903511399,1923866462,1944460763,1963676976,1985371250,2005913136,2024986770,2048702605,2077034432,2101610246,2123726753,2147329594}'::text, - 'correlation', '-0.014054835'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_txt_heap', - 'attname', 'seqno', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,1087,1177,1267,1357,1447,1537,1627,1717,1807,1898,1988,2077,2167,2257,2347,2437,2527,2617,2707,2798,2888,2978,3067,3157,3247,3337,3427,3517,3607,3698,3788,3878,3968,4057,4147,4237,4327,4417,4507,4598,4688,4778,4868,4958,5047,5137,5227,5317,5407,5498,5588,5678,5768,5858,5948,6037,6127,6217,6307,6398,6488,6578,6668,6758,6848,6938,7027,7117,7207,7298,7388,7478,7568,7658,7748,7838,7928,8017,8107,8198,8288,8378,8468,8558,8648,8738,8828,8918,9007,9098,9188,9278,9368,9458,9548,9638,9728,9818,9908,9999}'::text, - 'correlation', '-0.8192535'::real -); --- --- Statistics for Name: c; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'c', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: c_star; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'c_star', - 'relpages', '1'::integer, - 'reltuples', '4'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'c_star', - 'attname', 'aa', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{5,6}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'c_star', - 'attname', 'aa', - 'inherited', 't'::boolean, - 'null_frac', '0.4883721'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5116279'::real, - 'histogram_bounds', '{5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,24,25,26,27}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'c_star', - 'attname', 'cc', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{"hi mom","hi paul"}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'c_star', - 'attname', 'cc', - 'inherited', 't'::boolean, - 'null_frac', '0.4883721'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-0.5116279'::real, - 'histogram_bounds', '{"hi allison","hi andrew","hi avi","hi bob","hi boris","hi carl","hi carol","hi claire","hi elisa","hi ginger","hi jeff","hi jolly","hi keith","hi koko","hi kristin","hi marc","hi marcel","hi michelle","hi mike","hi mom","hi paul","hi sunita"}'::text, - 'correlation', '-0.28740823'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'c_star', - 'attname', 'class', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '-0.25'::real, - 'most_common_vals', '{c}'::text, - 'most_common_freqs', '{1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'c_star', - 'attname', 'class', - 'inherited', 't'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '4'::real, - 'most_common_vals', '{d,f,e,c}'::text, - 'most_common_freqs', '{0.37209302,0.37209302,0.1627907,0.093023255}'::real[], - 'correlation', '1'::real -); --- --- Statistics for Name: cc1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'cc1', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: cc2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'cc2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: char_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'char_tbl', - 'relpages', '1'::integer, - 'reltuples', '4'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: check2_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'check2_tbl', - 'relpages', '1'::integer, - 'reltuples', '2'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: check_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'check_tbl', - 'relpages', '1'::integer, - 'reltuples', '3'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: circle_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'circle_tbl', - 'relpages', '1'::integer, - 'reltuples', '8'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: city; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'city', - 'relpages', '1'::integer, - 'reltuples', '2'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: cnn_uq; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'cnn_uq', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: constr_child; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'constr_child', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: constr_child2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'constr_child2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: constr_child3; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'constr_child3', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: constr_parent; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'constr_parent', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: constr_parent2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'constr_parent2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: constr_parent3; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'constr_parent3', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: copy_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'copy_tbl', - 'relpages', '1'::integer, - 'reltuples', '2'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: d; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'd', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: d_star; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'd_star', - 'relpages', '1'::integer, - 'reltuples', '16'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'd_star', - 'attname', 'aa', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{7,8,9,10,11,12,13,14}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'd_star', - 'attname', 'bb', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '7'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{crumble,fumble,grumble,humble,jumble,rumble,stumble,tumble}'::text, - 'correlation', '0.071428575'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'd_star', - 'attname', 'cc', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{"hi andrew","hi avi","hi boris","hi ginger","hi jolly","hi koko","hi kristin","hi sunita"}'::text, - 'correlation', '-0.5952381'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'd_star', - 'attname', 'class', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '1'::real, - 'most_common_vals', '{d}'::text, - 'most_common_freqs', '{1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'd_star', - 'attname', 'dd', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '8'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{0,1.1,10.01,100.001,1000.0001,10000.00001,100000.000001,1000000.0000001}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: date_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'date_tbl', - 'relpages', '1'::integer, - 'reltuples', '16'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: dedup_unique_test_table; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'dedup_unique_test_table', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: default_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'default_tbl', - 'relpages', '1'::integer, - 'reltuples', '5'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: defaultexpr_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'defaultexpr_tbl', - 'relpages', '1'::integer, - 'reltuples', '4'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: dupindexcols; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'dupindexcols', - 'relpages', '55'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '55'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'dupindexcols', - 'attname', 'f1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '7'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{AAAAAA,AGJAAA,ANEAAA,ATOAAA,BAOAAA,BHJAAA,BOEAAA,BUOAAA,CBOAAA,CIJAAA,CPEAAA,CWAAAA,DCOAAA,DJJAAA,DQEAAA,DXBAAA,EDOAAA,EKJAAA,EREAAA,EYCAAA,FEOAAA,FLJAAA,FSEAAA,FZDAAA,GFOAAA,GMJAAA,GTEAAA,HAEAAA,HGOAAA,HNJAAA,HUEAAA,IBEAAA,IHOAAA,IOJAAA,IVEAAA,JCEAAA,JIOAAA,JPJAAA,JWFAAA,KDEAAA,KJOAAA,KQJAAA,KXGAAA,LEEAAA,LKOAAA,LRJAAA,LYHAAA,MFEAAA,MLOAAA,MSJAAA,MZIAAA,NGEAAA,NMOAAA,NTJAAA,OAJAAA,OHEAAA,ONOAAA,OUJAAA,PBJAAA,PIEAAA,POOAAA,PVJAAA,QCJAAA,QJEAAA,QPOAAA,QWLAAA,RDKAAA,RKFAAA,RRAAAA,RXNAAA,SELAAA,SLGAAA,SSBAAA,SZBAAA,TFMAAA,TMHAAA,TTCAAA,UADAAA,UGNAAA,UNIAAA,UUDAAA,VBEAAA,VHOAAA,VOJAAA,VVFAAA,WCFAAA,WJAAAA,WPKAAA,WWHAAA,XDGAAA,XKBAAA,XQLAAA,XXJAAA,YEHAAA,YLCAAA,YRMAAA,YYLAAA,ZFIAAA,ZMDAAA,ZSNAAA,ZZNAAA}'::text, - 'correlation', '0.0035787355'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'dupindexcols', - 'attname', 'id', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '0.008842574'::real -); --- --- Statistics for Name: e_star; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'e_star', - 'relpages', '1'::integer, - 'reltuples', '7'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'e_star', - 'attname', 'aa', - 'inherited', 'f'::boolean, - 'null_frac', '0.42857143'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.57142854'::real, - 'histogram_bounds', '{15,16,17,18}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'e_star', - 'attname', 'aa', - 'inherited', 't'::boolean, - 'null_frac', '0.47826087'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5217391'::real, - 'histogram_bounds', '{15,16,17,18,19,20,21,22,24,25,26,27}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'e_star', - 'attname', 'cc', - 'inherited', 'f'::boolean, - 'null_frac', '0.42857143'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-0.57142854'::real, - 'histogram_bounds', '{"hi bob","hi carol","hi elisa","hi michelle"}'::text, - 'correlation', '0.6'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'e_star', - 'attname', 'cc', - 'inherited', 't'::boolean, - 'null_frac', '0.47826087'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-0.5217391'::real, - 'histogram_bounds', '{"hi allison","hi bob","hi carl","hi carol","hi claire","hi elisa","hi jeff","hi keith","hi marc","hi marcel","hi michelle","hi mike"}'::text, - 'correlation', '-0.04895105'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'e_star', - 'attname', 'class', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '-0.14285715'::real, - 'most_common_vals', '{e}'::text, - 'most_common_freqs', '{1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'e_star', - 'attname', 'class', - 'inherited', 't'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '2'::real, - 'most_common_vals', '{f,e}'::text, - 'most_common_freqs', '{0.6956522,0.3043478}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'e_star', - 'attname', 'ee', - 'inherited', 'f'::boolean, - 'null_frac', '0.42857143'::real, - 'avg_width', '2'::integer, - 'n_distinct', '-0.57142854'::real, - 'histogram_bounds', '{-4,-3,-2,-1}'::text, - 'correlation', '-1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'e_star', - 'attname', 'ee', - 'inherited', 't'::boolean, - 'null_frac', '0.47826087'::real, - 'avg_width', '2'::integer, - 'n_distinct', '-0.5217391'::real, - 'histogram_bounds', '{-12,-11,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1}'::text, - 'correlation', '-1'::real -); --- --- Statistics for Name: emp; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'emp', - 'relpages', '1'::integer, - 'reltuples', '3'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'emp', - 'attname', 'age', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{20,25,30}'::text, - 'correlation', '-0.5'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'emp', - 'attname', 'location', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '16'::integer, - 'n_distinct', '0'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'emp', - 'attname', 'manager', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{bill,sam,sharon}'::text, - 'correlation', '0.5'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'emp', - 'attname', 'name', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '5'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{bill,sam,sharon}'::text, - 'correlation', '-1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'emp', - 'attname', 'salary', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.6666667'::real, - 'most_common_vals', '{1000}'::text, - 'most_common_freqs', '{0.6666667}'::real[], - 'correlation', '0.5'::real -); --- --- Statistics for Name: emp1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'emp1', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: extra_wide_table; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'extra_wide_table', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: f_star; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'f_star', - 'relpages', '1'::integer, - 'reltuples', '16'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '1'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'f_star', - 'attname', 'aa', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{19,20,21,22,24,25,26,27}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'f_star', - 'attname', 'cc', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{"hi allison","hi carl","hi claire","hi jeff","hi keith","hi marc","hi marcel","hi mike"}'::text, - 'correlation', '-0.52380955'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'f_star', - 'attname', 'class', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '2'::integer, - 'n_distinct', '1'::real, - 'most_common_vals', '{f}'::text, - 'most_common_freqs', '{1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'f_star', - 'attname', 'ee', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '2'::integer, - 'n_distinct', '-0.5'::real, - 'histogram_bounds', '{-12,-11,-10,-9,-8,-7,-6,-5}'::text, - 'correlation', '-1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'f_star', - 'attname', 'ff', - 'inherited', 'f'::boolean, - 'null_frac', '0.5'::real, - 'avg_width', '75'::integer, - 'n_distinct', '0'::real -); --- --- Statistics for Name: fast_emp4000; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'fast_emp4000', - 'relpages', '24'::integer, - 'reltuples', '3378'::real, - 'relallvisible', '24'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'fast_emp4000', - 'attname', 'home_base', - 'inherited', 'f'::boolean, - 'null_frac', '0.08229722'::real, - 'avg_width', '32'::integer, - 'n_distinct', '0'::real -); --- --- Statistics for Name: float4_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'float4_tbl', - 'relpages', '1'::integer, - 'reltuples', '5'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '1'::integer -); --- --- Statistics for Name: float8_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'float8_tbl', - 'relpages', '1'::integer, - 'reltuples', '5'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: func_index_heap; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'func_index_heap', - 'relpages', '1'::integer, - 'reltuples', '4'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '1'::integer -); --- --- Statistics for Name: hash_f8_heap; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_f8_heap', - 'relpages', '96'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_f8_heap', - 'attname', 'random', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '8'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{69814,20560924,43214094,66411579,83832949,106727018,127010305,146620964,167461823,189004794,213605937,234972890,261800387,283758386,308134349,331034461,354205155,373775321,397289853,420331148,443002948,464019704,484258159,506234347,525845334,547286768,572896398,594698948,615567500,637376619,655412562,676972117,697296456,719734800,740882748,763166082,785306983,806565477,831854680,853880510,875162257,895344049,914762693,933483375,954223961,974296478,997541097,1015879097,1036323899,1057223443,1077800659,1099394721,1118522880,1141910186,1164323826,1187251820,1211249840,1229628536,1251679549,1271620383,1293526343,1321341298,1343527738,1362107889,1381410228,1402743961,1423035453,1442452851,1464118846,1482152310,1501898471,1520386208,1548069319,1568035208,1584919473,1605192855,1628003657,1647785053,1668329710,1692877391,1716435583,1737543778,1757235242,1776831856,1800130894,1816909941,1840611217,1862713323,1881448815,1903511399,1923866462,1944460763,1963676976,1985371250,2005913136,2024986770,2048702605,2077034432,2101610246,2123726753,2147329594}'::text, - 'correlation', '0.014054835'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_f8_heap', - 'attname', 'seqno', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: hash_i4_heap; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_i4_heap', - 'relpages', '80'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_i4_heap', - 'attname', 'random', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{69814,20560924,43214094,66411579,83832949,106727018,127010305,146620964,167461823,189004794,213605937,234972890,261800387,283758386,308134349,331034461,354205155,373775321,397289853,420331148,443002948,464019704,484258159,506234347,525845334,547286768,572896398,594698948,615567500,637376619,655412562,676972117,697296456,719734800,740882748,763166082,785306983,806565477,831854680,853880510,875162257,895344049,914762693,933483375,954223961,974296478,997541097,1015879097,1036323899,1057223443,1077800659,1099394721,1118522880,1141910186,1164323826,1187251820,1211249840,1229628536,1251679549,1271620383,1293526343,1321341298,1343527738,1362107889,1381410228,1402743961,1423035453,1442452851,1464118846,1482152310,1501898471,1520386208,1548069319,1568035208,1584919473,1605192855,1628003657,1647785053,1668329710,1692877391,1716435583,1737543778,1757235242,1776831856,1800130894,1816909941,1840611217,1862713323,1881448815,1903511399,1923866462,1944460763,1963676976,1985371250,2005913136,2024986770,2048702605,2077034432,2101610246,2123726753,2147329594}'::text, - 'correlation', '0.014054835'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_i4_heap', - 'attname', 'seqno', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: hash_name_heap; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_name_heap', - 'relpages', '168'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_name_heap', - 'attname', 'random', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{100014449,1016537454,1035886179,1055580782,1074271409,1093980652,1110147688,1129304636,1150887237,1172279285,1191699066,1212135685,1229478068,124783715,1266330320,1286170999,1307362413,1330088106,1349299177,1366462918,1384581349,1403750221,142173152,1439630361,1459156618,1475336852,1492697985,1509122748,1528195939,155117037,1569370187,1584860134,1603838734,1623553770,1641576074,1660830203,1678202238,1701713188,1723774526,1742339108,1762294328,1778579434,1798156366,1812945060,1835589307,1853954783,1871152673,1889507122,1908859450,1928082302,1946204079,1964172819,1984246632,200258198,2019699405,2041990012,2064883954,2088242603,2108560031,2128936684,218609198,238455102,262377822,282037803,30353376,324033872,345531010,362768142,383865833,402530277,424906570,444704417,464378245,482654192,503731435,520986193,540356223,559723064,580599516,600284090,619589112,640354327,657766806,676612726,692873886,713861202,733248263,752319721,77025693,789136890,809328118,832342264,851906116,86995665,889008184,906418680,924499004,945403562,961740612,981799281,999647871}'::text, - 'correlation', '-0.019070573'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_name_heap', - 'attname', 'seqno', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: hash_txt_heap; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_txt_heap', - 'relpages', '96'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_txt_heap', - 'attname', 'random', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '10'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{100014449,1016537454,1035886179,1055580782,1074271409,1093980652,1110147688,1129304636,1150887237,1172279285,1191699066,1212135685,1229478068,124783715,1266330320,1286170999,1307362413,1330088106,1349299177,1366462918,1384581349,1403750221,142173152,1439630361,1459156618,1475336852,1492697985,1509122748,1528195939,155117037,1569370187,1584860134,1603838734,1623553770,1641576074,1660830203,1678202238,1701713188,1723774526,1742339108,1762294328,1778579434,1798156366,1812945060,1835589307,1853954783,1871152673,1889507122,1908859450,1928082302,1946204079,1964172819,1984246632,200258198,2019699405,2041990012,2064883954,2088242603,2108560031,2128936684,218609198,238455102,262377822,282037803,30353376,324033872,345531010,362768142,383865833,402530277,424906570,444704417,464378245,482654192,503731435,520986193,540356223,559723064,580599516,600284090,619589112,640354327,657766806,676612726,692873886,713861202,733248263,752319721,77025693,789136890,809328118,832342264,851906116,86995665,889008184,906418680,924499004,945403562,961740612,981799281,999647871}'::text, - 'correlation', '-0.019070573'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_txt_heap', - 'attname', 'seqno', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: ihighway; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'ihighway', - 'relpages', '9'::integer, - 'reltuples', '479'::real, - 'relallvisible', '9'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'ihighway', - 'attname', 'name', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '35'::integer, - 'n_distinct', '12'::real, - 'most_common_vals', '{"I- 580 Ramp","I- 880 Ramp","I- 580 ","I- 680 Ramp","I- 80 Ramp","I- 880 ","I- 80 ","I- 680 ","I- 980 ","I- 980 Ramp","I- 580/I-680 Ramp","I- 205 "}'::text, - 'most_common_freqs', '{0.3131524,0.28183717,0.09185804,0.07515658,0.064718165,0.0480167,0.033402923,0.03131524,0.025052192,0.016701462,0.014613778,0.0041753654}'::real[], - 'correlation', '0.9999724'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'ihighway', - 'attname', 'thepath', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '73'::integer, - 'n_distinct', '0'::real -); --- --- Statistics for Name: inet_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'inet_tbl', - 'relpages', '1'::integer, - 'reltuples', '18'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: infinite_interval_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'infinite_interval_tbl', - 'relpages', '1'::integer, - 'reltuples', '3'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: insert_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'insert_tbl', - 'relpages', '1'::integer, - 'reltuples', '5'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: int2_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'int2_tbl', - 'relpages', '1'::integer, - 'reltuples', '5'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: int4_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'int4_tbl', - 'relpages', '1'::integer, - 'reltuples', '5'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: int8_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'int8_tbl', - 'relpages', '1'::integer, - 'reltuples', '5'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: interval_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'interval_tbl', - 'relpages', '1'::integer, - 'reltuples', '12'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: invalid_check_con; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'invalid_check_con', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: invalid_check_con_child; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'invalid_check_con_child', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: kd_point_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'kd_point_tbl', - 'relpages', '60'::integer, - 'reltuples', '11003'::real, - 'relallvisible', '60'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: line_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'line_tbl', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: log_table; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'log_table', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: lseg_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'lseg_tbl', - 'relpages', '1'::integer, - 'reltuples', '8'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: main_table; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'main_table', - 'relpages', '1'::integer, - 'reltuples', '6'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted1', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted11; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted11', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted12; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted12', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted3; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted3', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted4; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted4', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted_def; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted_def', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted_def1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted_def1', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted_def2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted_def2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: mlparted_defd; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'mlparted_defd', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: money_data; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'money_data', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '1'::integer -); --- --- Statistics for Name: ne_check_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'ne_check_tbl', - 'relpages', '1'::integer, - 'reltuples', '6'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_child_upg; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_child_upg', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_parent_upg; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_parent_upg', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_part1_1_upg; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_part1_1_upg', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_part1_2_upg; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_part1_2_upg', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_part1_3_upg; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_part1_3_upg', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_part1_upg; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_part1_upg', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl1_copy; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl1_copy', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl1_upg; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl1_upg', - 'relpages', '1'::integer, - 'reltuples', '3'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl3; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl3', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_cld; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_cld', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_cld2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_cld2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_cld3; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_cld3', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_lk; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_lk', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_lk2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_lk2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_lk3; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_lk3', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl5; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl5', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl5_child; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl5_child', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl6; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl6', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl6_1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl6_1', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_data; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_data', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_exp_add; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_add', - 'relpages', '1'::integer, - 'reltuples', '100'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_add', - 'attname', 'expected', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '10'::integer, - 'n_distinct', '-0.45'::real, - 'most_common_vals', '{-83028485.0000000000,-34338492.2153970470,-24926804.0450474200,0.0000000000,4.3100000000,16397.0384910000,74881.0000000000,93901.5776302600,7799461.4119000000,-117366977.2153970470,-107955289.0450474200,-83028480.6900000000,-83012087.9615090000,-82953604.0000000000,-82934583.4223697400,-75229023.5881000000,-59265296.2604444670,-34338487.9053970470,-34322095.1769060470,-34263611.2153970470,-34244590.6377667870,-26539030.8034970470,-24926799.7350474200,-24910407.0065564200,-24851923.0450474200,-24832902.4674171600,-17127342.6331474200,16401.3484910000,74885.3100000000,91278.0384910000,93905.8876302600,110298.6161212600,168782.5776302600,7799465.7219000000,7815858.4503910000,7874342.4119000000,7893362.9895302600}'::text, - 'most_common_freqs', '{0.04,0.04,0.04,0.04,0.04,0.04,0.04,0.04,0.04,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02}'::real[], - 'histogram_bounds', '{-166056970.0000000000,-68676984.4307940940,-49853608.0900948400,8.6200000000,32794.0769820000,149762.0000000000,187803.1552605200,15598922.8238000000}'::text, - 'correlation', '-0.08043204'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_add', - 'attname', 'id1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_add', - 'attname', 'id2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.1980198'::real -); --- --- Statistics for Name: num_exp_div; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_div', - 'relpages', '1'::integer, - 'reltuples', '100'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_div', - 'attname', 'expected', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '7'::integer, - 'n_distinct', '-0.59'::real, - 'most_common_vals', '{NaN,0.0000000000,1.0000000000}'::text, - 'most_common_freqs', '{0.2,0.16,0.08}'::real[], - 'histogram_bounds', '{-19264149.6519721578,-7967167.5673775051,-5783481.2169483573,-5063.6268888173,-2094.1886691456,-1520.2015936432,-1108.8057718246,-884.2075617401,-458.5741672173,-365.6859989148,-332.8855656982,-265.4567119543,-10.6454126273,-4.4026748005,-3.1959647889,-0.3128945611,-0.2271346500,-0.0939371760,-0.0037670925,-0.0030040353,-0.0027345865,-0.0021806723,-0.0011309562,-0.0009018712,-0.0006578075,-0.0004775119,-0.0001974869,-0.0000001729,-0.0000001255,-0.0000000519,0.0000005526,0.0000458991,0.0000575580,0.0002628523,0.0021023296,0.0096007911,0.0120394951,0.1746194143,0.2189746196,0.3002199070,0.4135748378,0.7259143438,0.7974413411,1.2540107321,1.3775729995,2.4179420715,3.3308917120,4.5667392951,5.7267400867,83.0599613844,104.1580829837,475.6628104631,3804.4172832947,17373.7819025522,21786.9089629374,1809619.8171461717}'::text, - 'correlation', '-2.40024e-05'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_div', - 'attname', 'id1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_div', - 'attname', 'id2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.1980198'::real -); --- --- Statistics for Name: num_exp_ln; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_ln', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_ln', - 'attname', 'expected', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '9'::integer, - 'n_distinct', '-0.9'::real, - 'most_common_vals', '{NaN}'::text, - 'most_common_freqs', '{0.2}'::real[], - 'histogram_bounds', '{1.4609379041,9.7048560177,11.2236554658,11.4500024662,15.8695652395,17.0314542501,17.3517775049,18.2346942997}'::text, - 'correlation', '-0.3939394'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_ln', - 'attname', 'id', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: num_exp_log10; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_log10', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_log10', - 'attname', 'expected', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '9'::integer, - 'n_distinct', '-0.9'::real, - 'most_common_vals', '{NaN}'::text, - 'most_common_freqs', '{0.2}'::real[], - 'histogram_bounds', '{0.6344772702,4.2147654161,4.8743716356,4.9726728889,6.8920646137,7.3966665996,7.5357812216,7.9192271135}'::text, - 'correlation', '-0.3939394'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_log10', - 'attname', 'id', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: num_exp_mul; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_mul', - 'relpages', '1'::integer, - 'reltuples', '100'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_mul', - 'attname', 'expected', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '10'::integer, - 'n_distinct', '-0.37'::real, - 'most_common_vals', '{0.0000000000,-647577464846017.9715000000,-267821744976817.8111137107,-194415646271340.1815956523,-7796505729750.3779561000,-6217255985285.0000000000,-3224438592470.1844981193,-2571300635581.1462764070,-2340666225110.2992952129,-1866544013697.1958570200,-1361421264394.4161350000,-563049578578.7692425067,-408725765384.2570436602,-357852770.3500000000,-147998901.4483612726,-107434525.4341543802,70671.2358962100,322737.1100000000,404715.7995864206,33615678.6852890000,1227826639.2445710000,1539707782.7689977863,7031444034.5314990600,127888068979.9935054429,584031469984.4839000000,732381731243.7451157641,855948866655588.4537415092,2069634775752159.0357587000,2851072985828710.4858837950}'::text, - 'most_common_freqs', '{0.36,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02}'::real[], - 'histogram_bounds', '{18.5761000000,268862871.2753355571,5607164161.0000000000,8817506281.4517452373,60831598315717.1414616100,621345559900192.4201206300,1179132047626883.5968621359,6893729321395225.0000000000}'::text, - 'correlation', '0.13650165'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_mul', - 'attname', 'id1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_mul', - 'attname', 'id2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.1980198'::real -); --- --- Statistics for Name: num_exp_power_10_ln; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_power_10_ln', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_power_10_ln', - 'attname', 'expected', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '13'::integer, - 'n_distinct', '-0.9'::real, - 'most_common_vals', '{NaN}'::text, - 'most_common_freqs', '{0.2}'::real[], - 'histogram_bounds', '{28.9026659945,5068226527.3212726541,167361463828.0749132007,281839893606.9937234336,7405685069594999.0773399947,107511333880052007.0414112467,224790267919917955.1326161858,1716699575118597095.4233081991}'::text, - 'correlation', '-0.3939394'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_power_10_ln', - 'attname', 'id', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: num_exp_sqrt; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_sqrt', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_sqrt', - 'attname', 'expected', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '9'::integer, - 'n_distinct', '-0.9'::real, - 'most_common_vals', '{0.0000000000}'::text, - 'most_common_freqs', '{0.2}'::real[], - 'histogram_bounds', '{2.0760539492,128.0509214766,273.6439292219,306.4336431110,2792.7515843519,4992.6750389994,5859.9054783671,9111.9967625104}'::text, - 'correlation', '0.57575756'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_sqrt', - 'attname', 'id', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: num_exp_sub; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_sub', - 'relpages', '1'::integer, - 'reltuples', '100'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_sub', - 'attname', 'expected', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '9'::integer, - 'n_distinct', '-0.73'::real, - 'most_common_vals', '{0.0000000000,-83028485.0000000000,-34338492.2153970470,-24926804.0450474200,-7799461.4119000000,-93901.5776302600,-74881.0000000000,-16397.0384910000,-4.3100000000,4.3100000000,16397.0384910000,74881.0000000000,93901.5776302600,7799461.4119000000,24926804.0450474200,34338492.2153970470,83028485.0000000000}'::text, - 'most_common_freqs', '{0.12,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02,0.02}'::real[], - 'histogram_bounds', '{-90827946.4119000000,-83122386.5776302600,-83103366.0000000000,-83044882.0384910000,-83028489.3100000000,-58101680.9549525800,-48689992.7846029530,-42137953.6272970470,-34432393.7930273070,-34413373.2153970470,-34354889.2538880470,-34338496.5253970470,-32726265.4569474200,-25020705.6226776800,-25001685.0450474200,-24943201.0835384200,-24926808.3550474200,-9411688.1703496270,-7799457.1019000000,-7783064.3734090000,-7724580.4119000000,-7705559.8342697400,-93897.2676302600,-77504.5391392600,-74876.6900000000,-58483.9615090000,-19020.5776302600,-16392.7284910000,16392.7284910000,19020.5776302600,58483.9615090000,74876.6900000000,77504.5391392600,93897.2676302600,7705559.8342697400,7724580.4119000000,7783064.3734090000,7799457.1019000000,9411688.1703496270,24926808.3550474200,24943201.0835384200,25001685.0450474200,25020705.6226776800,32726265.4569474200,34338496.5253970470,34354889.2538880470,34413373.2153970470,34432393.7930273070,42137953.6272970470,48689992.7846029530,58101680.9549525800,83028489.3100000000,83044882.0384910000,83103366.0000000000,83122386.5776302600,90827946.4119000000}'::text, - 'correlation', '-0.060342032'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_sub', - 'attname', 'id1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_sub', - 'attname', 'id2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.1980198'::real -); --- --- Statistics for Name: num_input_test; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_input_test', - 'relpages', '1'::integer, - 'reltuples', '24'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_result; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_result', - 'relpages', '5'::integer, - 'reltuples', '8'::real, - 'relallvisible', '5'::integer, - 'relallfrozen', '5'::integer -); --- --- Statistics for Name: num_typemod_test; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_typemod_test', - 'relpages', '1'::integer, - 'reltuples', '9'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: nummultirange_test; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'nummultirange_test', - 'relpages', '1'::integer, - 'reltuples', '11'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'nummultirange_test', - 'attname', 'nmr', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '19'::integer, - 'n_distinct', '-1'::real, - 'range_length_histogram', '{0.2,0.4,1.1,Infinity,Infinity,Infinity,Infinity}'::text, - 'range_empty_frac', '0.36363637'::real, - 'range_bounds_histogram', '{"(,1.9)","(,2.1)","(,2.2)","[1.1,5)","[1.7,)","[1.7,)","[3,)"}'::text -); --- --- Statistics for Name: numrange_test; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'numrange_test', - 'relpages', '1'::integer, - 'reltuples', '6'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'numrange_test', - 'attname', 'nr', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '12'::integer, - 'n_distinct', '-1'::real, - 'range_length_histogram', '{0,1.1,Infinity,Infinity,Infinity}'::text, - 'range_empty_frac', '0.16666667'::real, - 'range_bounds_histogram', '{"(,1.7]","(,2.2)","[1.1,5)","[1.7,)","[3,)"}'::text -); --- --- Statistics for Name: onek; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'relpages', '35'::integer, - 'reltuples', '1000'::real, - 'relallvisible', '35'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'even', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{1,3,5,7,9,11,13,15,17,19}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.060861986'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'fivethous', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002}'::real[], - 'histogram_bounds', '{100,103,107,111,115,119,123,127,131,135,139,143,147,151,155,159,163,167,171,175,179,183,187,191,195,199,203,207,211,215,219,223,227,231,235,239,243,247,251,255,259,263,267,271,275,279,283,287,291,295,299,303,307,311,315,319,323,327,331,335,339,343,347,351,355,359,363,367,371,375,379,383,387,391,395,399,403,407,411,415,419,423,427,431,435,439,443,447,451,455,459,463,467,471,475,479,483,487,491,495,499}'::text, - 'correlation', '0.024285216'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'four', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '4'::real, - 'most_common_vals', '{0,1,2,3}'::text, - 'most_common_freqs', '{0.25,0.25,0.25,0.25}'::real[], - 'correlation', '0.22885185'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'hundred', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.060861986'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'odd', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,2,4,6,8,10,12,14,16,18}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.060861986'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'string4', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '4'::real, - 'most_common_vals', '{AAAAxx,HHHHxx,OOOOxx,VVVVxx}'::text, - 'most_common_freqs', '{0.25,0.25,0.25,0.25}'::real[], - 'correlation', '0.25374624'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'stringu1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-0.676'::real, - 'most_common_vals', '{AAAAAA,ABAAAA,ACAAAA,ADAAAA,AEAAAA,AFAAAA,AGAAAA,AHAAAA,AIAAAA,AJAAAA,AKAAAA,ALAAAA,AMAAAA,BAAAAA,BBAAAA,BCAAAA,BDAAAA,BEAAAA,BFAAAA,BGAAAA,BHAAAA,BIAAAA,BJAAAA,BKAAAA,BLAAAA,BMAAAA,CAAAAA,CBAAAA,CCAAAA,CDAAAA,CEAAAA,CFAAAA,CGAAAA,CHAAAA,CIAAAA,CJAAAA,CKAAAA,CLAAAA,CMAAAA,DAAAAA,DBAAAA,DCAAAA,DDAAAA,DEAAAA,DFAAAA,DGAAAA,DHAAAA,DIAAAA,DJAAAA,DKAAAA,DLAAAA,DMAAAA,EAAAAA,EBAAAA,ECAAAA,EDAAAA,EEAAAA,EFAAAA,EGAAAA,EHAAAA,EIAAAA,EJAAAA,EKAAAA,ELAAAA,EMAAAA,FAAAAA,FBAAAA,FCAAAA,FDAAAA,FEAAAA,FFAAAA,FGAAAA,FHAAAA,FIAAAA,FJAAAA,FKAAAA,FLAAAA,FMAAAA,GAAAAA,GBAAAA,GCAAAA,GDAAAA,GEAAAA,GFAAAA,GGAAAA,GHAAAA,GIAAAA,GJAAAA,GKAAAA,GLAAAA,GMAAAA,HAAAAA,HBAAAA,HCAAAA,HDAAAA,HEAAAA,HFAAAA,HGAAAA,HHAAAA,HIAAAA}'::text, - 'most_common_freqs', '{0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002}'::real[], - 'histogram_bounds', '{ANAAAA,AUAAAA,BPAAAA,BXAAAA,CSAAAA,DNAAAA,DVAAAA,EQAAAA,EYAAAA,FTAAAA,GOAAAA,GWAAAA,HLAAAA,HRAAAA,HZAAAA,IDAAAA,IHAAAA,ILAAAA,ISAAAA,JAAAAA,JEAAAA,JIAAAA,JMAAAA,JTAAAA,KAAAAA,KEAAAA,KIAAAA,KMAAAA,KUAAAA,LBAAAA,LFAAAA,LJAAAA,LNAAAA,LVAAAA,MBAAAA,MFAAAA,MJAAAA,MPAAAA,MXAAAA,NCAAAA,NGAAAA,NKAAAA,NRAAAA,NZAAAA,ODAAAA,OHAAAA,OLAAAA,OTAAAA,PAAAAA,PEAAAA,PIAAAA,PNAAAA,PVAAAA,QBAAAA,QFAAAA,QJAAAA,QPAAAA,QXAAAA,RCAAAA,RGAAAA,RKAAAA,RRAAAA,RZAAAA,SDAAAA,SHAAAA,SLAAAA,STAAAA,TAAAAA,TEAAAA,TIAAAA,TNAAAA,TVAAAA,UBAAAA,UFAAAA,UJAAAA,UPAAAA,UXAAAA,VCAAAA,VGAAAA,VKAAAA,VRAAAA,VZAAAA,WDAAAA,WHAAAA,WLAAAA,WTAAAA,XAAAAA,XEAAAA,XIAAAA,XNAAAA,XVAAAA,YBAAAA,YFAAAA,YJAAAA,YPAAAA,YXAAAA,ZCAAAA,ZGAAAA,ZKAAAA,ZRAAAA,ZZAAAA}'::text, - 'correlation', '-0.018928302'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'stringu2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{AAAAAA,AEBAAA,AJBAAA,AQAAAA,BAAAAA,BFAAAA,BKAAAA,BRAAAA,CABAAA,CFBAAA,CKBAAA,CSAAAA,DBAAAA,DGAAAA,DLAAAA,DTAAAA,EBBAAA,EGBAAA,ELBAAA,EUAAAA,FCAAAA,FHAAAA,FMAAAA,FVAAAA,GCBAAA,GHBAAA,GMBAAA,GWAAAA,HDAAAA,HIAAAA,HNAAAA,HXAAAA,IDBAAA,IIBAAA,IOAAAA,IYAAAA,JEAAAA,JJAAAA,JPAAAA,JZAAAA,KEBAAA,KJBAAA,KQAAAA,LAAAAA,LFAAAA,LKAAAA,LRAAAA,MABAAA,MFBAAA,MKBAAA,MTAAAA,NBBAAA,NGBAAA,NLBAAA,NVAAAA,OCBAAA,OHBAAA,ONAAAA,OXAAAA,PDBAAA,PIBAAA,PPAAAA,PZAAAA,QEBAAA,QJBAAA,QRAAAA,RABAAA,RFBAAA,RKBAAA,RTAAAA,SBBAAA,SGBAAA,SLBAAA,SVAAAA,TCBAAA,THBAAA,TNAAAA,TXAAAA,UDBAAA,UIBAAA,UPAAAA,UZAAAA,VEBAAA,VJBAAA,VRAAAA,WABAAA,WFBAAA,WKBAAA,WTAAAA,XBBAAA,XGBAAA,XLBAAA,XVAAAA,YCBAAA,YHBAAA,YNAAAA,YXAAAA,ZDBAAA,ZIBAAA,ZPAAAA,ZZAAAA}'::text, - 'correlation', '0.014765571'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'ten', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.060861986'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'tenthous', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,9,19,29,39,49,59,69,79,89,99,109,119,129,139,149,159,169,179,189,199,209,219,229,239,249,259,269,279,289,299,309,319,329,339,349,359,369,379,389,399,409,419,429,439,449,459,469,479,489,499,509,519,529,539,549,559,569,579,589,599,609,619,629,639,649,659,669,679,689,699,709,719,729,739,749,759,769,779,789,799,809,819,829,839,849,859,869,879,889,899,909,919,929,939,949,959,969,979,989,999}'::text, - 'correlation', '-0.037635025'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'thousand', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '100'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01}'::real[], - 'correlation', '-0.018312907'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'twenty', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '20'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19}'::text, - 'most_common_freqs', '{0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05}'::real[], - 'correlation', '0.010684582'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'two', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '2'::real, - 'most_common_vals', '{0,1}'::text, - 'most_common_freqs', '{0.5,0.5}'::real[], - 'correlation', '0.5196132'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'twothousand', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.2'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005}'::real[], - 'histogram_bounds', '{100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199}'::text, - 'correlation', '-0.014124074'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'unique1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,9,19,29,39,49,59,69,79,89,99,109,119,129,139,149,159,169,179,189,199,209,219,229,239,249,259,269,279,289,299,309,319,329,339,349,359,369,379,389,399,409,419,429,439,449,459,469,479,489,499,509,519,529,539,549,559,569,579,589,599,609,619,629,639,649,659,669,679,689,699,709,719,729,739,749,759,769,779,789,799,809,819,829,839,849,859,869,879,889,899,909,919,929,939,949,959,969,979,989,999}'::text, - 'correlation', '-0.037635025'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek', - 'attname', 'unique2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,9,19,29,39,49,59,69,79,89,99,109,119,129,139,149,159,169,179,189,199,209,219,229,239,249,259,269,279,289,299,309,319,329,339,349,359,369,379,389,399,409,419,429,439,449,459,469,479,489,499,509,519,529,539,549,559,569,579,589,599,609,619,629,639,649,659,669,679,689,699,709,719,729,739,749,759,769,779,789,799,809,819,829,839,849,859,869,879,889,899,909,919,929,939,949,959,969,979,989,999}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: onek2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'relpages', '35'::integer, - 'reltuples', '1000'::real, - 'relallvisible', '35'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'even', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{1,3,5,7,9,11,13,15,17,19}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.060861986'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'fivethous', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002}'::real[], - 'histogram_bounds', '{100,103,107,111,115,119,123,127,131,135,139,143,147,151,155,159,163,167,171,175,179,183,187,191,195,199,203,207,211,215,219,223,227,231,235,239,243,247,251,255,259,263,267,271,275,279,283,287,291,295,299,303,307,311,315,319,323,327,331,335,339,343,347,351,355,359,363,367,371,375,379,383,387,391,395,399,403,407,411,415,419,423,427,431,435,439,443,447,451,455,459,463,467,471,475,479,483,487,491,495,499}'::text, - 'correlation', '0.024285216'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'four', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '4'::real, - 'most_common_vals', '{0,1,2,3}'::text, - 'most_common_freqs', '{0.25,0.25,0.25,0.25}'::real[], - 'correlation', '0.22885185'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'hundred', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.060861986'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'odd', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,2,4,6,8,10,12,14,16,18}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.060861986'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'string4', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '4'::real, - 'most_common_vals', '{AAAAxx,HHHHxx,OOOOxx,VVVVxx}'::text, - 'most_common_freqs', '{0.25,0.25,0.25,0.25}'::real[], - 'correlation', '0.25374624'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'stringu1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-0.676'::real, - 'most_common_vals', '{AAAAAA,ABAAAA,ACAAAA,ADAAAA,AEAAAA,AFAAAA,AGAAAA,AHAAAA,AIAAAA,AJAAAA,AKAAAA,ALAAAA,AMAAAA,BAAAAA,BBAAAA,BCAAAA,BDAAAA,BEAAAA,BFAAAA,BGAAAA,BHAAAA,BIAAAA,BJAAAA,BKAAAA,BLAAAA,BMAAAA,CAAAAA,CBAAAA,CCAAAA,CDAAAA,CEAAAA,CFAAAA,CGAAAA,CHAAAA,CIAAAA,CJAAAA,CKAAAA,CLAAAA,CMAAAA,DAAAAA,DBAAAA,DCAAAA,DDAAAA,DEAAAA,DFAAAA,DGAAAA,DHAAAA,DIAAAA,DJAAAA,DKAAAA,DLAAAA,DMAAAA,EAAAAA,EBAAAA,ECAAAA,EDAAAA,EEAAAA,EFAAAA,EGAAAA,EHAAAA,EIAAAA,EJAAAA,EKAAAA,ELAAAA,EMAAAA,FAAAAA,FBAAAA,FCAAAA,FDAAAA,FEAAAA,FFAAAA,FGAAAA,FHAAAA,FIAAAA,FJAAAA,FKAAAA,FLAAAA,FMAAAA,GAAAAA,GBAAAA,GCAAAA,GDAAAA,GEAAAA,GFAAAA,GGAAAA,GHAAAA,GIAAAA,GJAAAA,GKAAAA,GLAAAA,GMAAAA,HAAAAA,HBAAAA,HCAAAA,HDAAAA,HEAAAA,HFAAAA,HGAAAA,HHAAAA,HIAAAA}'::text, - 'most_common_freqs', '{0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002}'::real[], - 'histogram_bounds', '{ANAAAA,AUAAAA,BPAAAA,BXAAAA,CSAAAA,DNAAAA,DVAAAA,EQAAAA,EYAAAA,FTAAAA,GOAAAA,GWAAAA,HLAAAA,HRAAAA,HZAAAA,IDAAAA,IHAAAA,ILAAAA,ISAAAA,JAAAAA,JEAAAA,JIAAAA,JMAAAA,JTAAAA,KAAAAA,KEAAAA,KIAAAA,KMAAAA,KUAAAA,LBAAAA,LFAAAA,LJAAAA,LNAAAA,LVAAAA,MBAAAA,MFAAAA,MJAAAA,MPAAAA,MXAAAA,NCAAAA,NGAAAA,NKAAAA,NRAAAA,NZAAAA,ODAAAA,OHAAAA,OLAAAA,OTAAAA,PAAAAA,PEAAAA,PIAAAA,PNAAAA,PVAAAA,QBAAAA,QFAAAA,QJAAAA,QPAAAA,QXAAAA,RCAAAA,RGAAAA,RKAAAA,RRAAAA,RZAAAA,SDAAAA,SHAAAA,SLAAAA,STAAAA,TAAAAA,TEAAAA,TIAAAA,TNAAAA,TVAAAA,UBAAAA,UFAAAA,UJAAAA,UPAAAA,UXAAAA,VCAAAA,VGAAAA,VKAAAA,VRAAAA,VZAAAA,WDAAAA,WHAAAA,WLAAAA,WTAAAA,XAAAAA,XEAAAA,XIAAAA,XNAAAA,XVAAAA,YBAAAA,YFAAAA,YJAAAA,YPAAAA,YXAAAA,ZCAAAA,ZGAAAA,ZKAAAA,ZRAAAA,ZZAAAA}'::text, - 'correlation', '-0.018928302'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'stringu2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{AAAAAA,AEBAAA,AJBAAA,AQAAAA,BAAAAA,BFAAAA,BKAAAA,BRAAAA,CABAAA,CFBAAA,CKBAAA,CSAAAA,DBAAAA,DGAAAA,DLAAAA,DTAAAA,EBBAAA,EGBAAA,ELBAAA,EUAAAA,FCAAAA,FHAAAA,FMAAAA,FVAAAA,GCBAAA,GHBAAA,GMBAAA,GWAAAA,HDAAAA,HIAAAA,HNAAAA,HXAAAA,IDBAAA,IIBAAA,IOAAAA,IYAAAA,JEAAAA,JJAAAA,JPAAAA,JZAAAA,KEBAAA,KJBAAA,KQAAAA,LAAAAA,LFAAAA,LKAAAA,LRAAAA,MABAAA,MFBAAA,MKBAAA,MTAAAA,NBBAAA,NGBAAA,NLBAAA,NVAAAA,OCBAAA,OHBAAA,ONAAAA,OXAAAA,PDBAAA,PIBAAA,PPAAAA,PZAAAA,QEBAAA,QJBAAA,QRAAAA,RABAAA,RFBAAA,RKBAAA,RTAAAA,SBBAAA,SGBAAA,SLBAAA,SVAAAA,TCBAAA,THBAAA,TNAAAA,TXAAAA,UDBAAA,UIBAAA,UPAAAA,UZAAAA,VEBAAA,VJBAAA,VRAAAA,WABAAA,WFBAAA,WKBAAA,WTAAAA,XBBAAA,XGBAAA,XLBAAA,XVAAAA,YCBAAA,YHBAAA,YNAAAA,YXAAAA,ZDBAAA,ZIBAAA,ZPAAAA,ZZAAAA}'::text, - 'correlation', '0.014765571'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'ten', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.060861986'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'tenthous', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,9,19,29,39,49,59,69,79,89,99,109,119,129,139,149,159,169,179,189,199,209,219,229,239,249,259,269,279,289,299,309,319,329,339,349,359,369,379,389,399,409,419,429,439,449,459,469,479,489,499,509,519,529,539,549,559,569,579,589,599,609,619,629,639,649,659,669,679,689,699,709,719,729,739,749,759,769,779,789,799,809,819,829,839,849,859,869,879,889,899,909,919,929,939,949,959,969,979,989,999}'::text, - 'correlation', '-0.037635025'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'thousand', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '100'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01}'::real[], - 'correlation', '-0.018312907'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'twenty', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '20'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19}'::text, - 'most_common_freqs', '{0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05}'::real[], - 'correlation', '0.010684582'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'two', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '2'::real, - 'most_common_vals', '{0,1}'::text, - 'most_common_freqs', '{0.5,0.5}'::real[], - 'correlation', '0.5196132'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'twothousand', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.2'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005}'::real[], - 'histogram_bounds', '{100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199}'::text, - 'correlation', '-0.014124074'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'unique1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,9,19,29,39,49,59,69,79,89,99,109,119,129,139,149,159,169,179,189,199,209,219,229,239,249,259,269,279,289,299,309,319,329,339,349,359,369,379,389,399,409,419,429,439,449,459,469,479,489,499,509,519,529,539,549,559,569,579,589,599,609,619,629,639,649,659,669,679,689,699,709,719,729,739,749,759,769,779,789,799,809,819,829,839,849,859,869,879,889,899,909,919,929,939,949,959,969,979,989,999}'::text, - 'correlation', '-0.037635025'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2', - 'attname', 'unique2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,9,19,29,39,49,59,69,79,89,99,109,119,129,139,149,159,169,179,189,199,209,219,229,239,249,259,269,279,289,299,309,319,329,339,349,359,369,379,389,399,409,419,429,439,449,459,469,479,489,499,509,519,529,539,549,559,569,579,589,599,609,619,629,639,649,659,669,679,689,699,709,719,729,739,749,759,769,779,789,799,809,819,829,839,849,859,869,879,889,899,909,919,929,939,949,959,969,979,989,999}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: past_inh_parent; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'past_inh_parent', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: past_parted; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'past_parted', - 'relpages', '-1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'past_parted', - 'attname', 'i', - 'inherited', 't'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5'::real, - 'most_common_vals', '{1}'::text, - 'most_common_freqs', '{1}'::real[], - 'correlation', '1'::real -); --- --- Statistics for Name: path_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'path_tbl', - 'relpages', '1'::integer, - 'reltuples', '9'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: person; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'person', - 'relpages', '1'::integer, - 'reltuples', '50'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'person', - 'attname', 'age', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.36'::real, - 'most_common_vals', '{38,78,88,18,58,68,28,48,98,8}'::text, - 'most_common_freqs', '{0.12,0.12,0.12,0.1,0.08,0.08,0.06,0.06,0.06,0.04}'::real[], - 'histogram_bounds', '{19,20,24,25,30,34,40,50}'::text, - 'correlation', '0.31716686'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'person', - 'attname', 'location', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '16'::integer, - 'n_distinct', '0'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'person', - 'attname', 'name', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '5'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{alex,belinda,bertha,carina,carmen,chris,denise,diane,edna,esther,fanny,gina,jane,jean,jenifer,joan,joe,juanita,julie,karen,koko,leah,lita,liza,louise,martie,mary,melissa,mike,nan,pamela,pat,paula,rean,sally,sandra,sandy,sarah,sharon,sue,sumi,susan,teresa,trisha,trudy,uma,velma,wendy,zena,zola}'::text, - 'correlation', '-0.00043217288'::real -); --- --- Statistics for Name: persons; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'persons', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: persons2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'persons2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: persons3; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'persons3', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: point_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'point_tbl', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: polygon_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'polygon_tbl', - 'relpages', '1'::integer, - 'reltuples', '7'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: pp1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'pp1', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: quad_box_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'quad_box_tbl', - 'relpages', '92'::integer, - 'reltuples', '11005'::real, - 'relallvisible', '92'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: quad_box_tbl_ord_seq1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'quad_box_tbl_ord_seq1', - 'relpages', '71'::integer, - 'reltuples', '11005'::real, - 'relallvisible', '71'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: quad_box_tbl_ord_seq2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'quad_box_tbl_ord_seq2', - 'relpages', '13'::integer, - 'reltuples', '1900'::real, - 'relallvisible', '13'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: quad_point_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'quad_point_tbl', - 'relpages', '69'::integer, - 'reltuples', '11003'::real, - 'relallvisible', '61'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: quad_poly_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'quad_poly_tbl', - 'relpages', '349'::integer, - 'reltuples', '11003'::real, - 'relallvisible', '349'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: radix_text_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'radix_text_tbl', - 'relpages', '70'::integer, - 'reltuples', '6251'::real, - 'relallvisible', '51'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: ramp; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'ramp', - 'relpages', '7'::integer, - 'reltuples', '427'::real, - 'relallvisible', '7'::integer, - 'relallfrozen', '7'::integer -); --- --- Statistics for Name: real_city; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'real_city', - 'relpages', '1'::integer, - 'reltuples', '5'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'real_city', - 'attname', 'cname', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '8'::integer, - 'n_distinct', '-0.6'::real, - 'most_common_vals', '{Oakland}'::text, - 'most_common_freqs', '{0.6}'::real[], - 'histogram_bounds', '{Berkeley,Lafayette}'::text, - 'correlation', '-0.5'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'real_city', - 'attname', 'outline', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '80'::integer, - 'n_distinct', '0'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'real_city', - 'attname', 'pop', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.2'::real, - 'most_common_vals', '{0}'::text, - 'most_common_freqs', '{1}'::real[], - 'correlation', '1'::real -); --- --- Statistics for Name: regress_constr_partition1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'regress_constr_partition1', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: regress_constr_partitioned; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'regress_constr_partitioned', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: reservations; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'reservations', - 'relpages', '1'::integer, - 'reltuples', '14'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: road; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'road', - 'relpages', '71'::integer, - 'reltuples', '5124'::real, - 'relallvisible', '71'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'road', - 'attname', 'name', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '35'::integer, - 'n_distinct', '-0.5681108'::real, - 'most_common_vals', '{"I- 580 Ramp","I- 880 Ramp","Sp Railroad ","I- 580 ","I- 680 Ramp","I- 80 Ramp","14th St ","I- 880 ","Mac Arthur Blvd","Mission Blvd","Wp Railroad ","State Hwy 13 Ramp","5th St ","Bay Area Rapid Transit ","I- 80 ","State Hwy 24 Ramp","7th St ","I- 680 ","Paseo Padre Pkwy","Broadway ","Foothill Blvd","I- 980 ","Telegraph Ave ","Webster St ","12th St ","Alameda Creek ","Hetch Hetchy Aqueduct ","Bancroft Ave ","Central Ave ","Fremont Blvd","Hesperian Blvd","Lincoln Ave ","Mountain Blvd","10th St ","A St ","Cedar St ","High St ","Martin Luther King Jr Way ","Redwood Road","Skyline Blvd","Union St ","Walnut St ","14th Ave ","17th St ","6th St ","8th St ","At and Sf Railroad ","B St ","Fairview Ave ","I- 980 Ramp","Linden St ","San Pablo Ave ","State Hwy 92 Ramp","18th St ","2nd St ","98th Ave ","Channing Way ","Cherry St ","D St ","Hearst Ave ","I- 580/I-680 Ramp","Jackson St ","Livermore Ave ","Main St ","Marin Ave ","Mowry Ave ","Sausal Creek ","State Hwy 238 Ramp","State Hwy 84 ","Thornton Ave ","Union City Blvd","Washington Ave ","Willow St ","1st St ","3rd St ","Arroyo Las Positas ","Buena Vista Ave ","C St ","California St ","Castro St ","Claremont Ave ","Davis St ","East Ave ","Edgewater Dr ","Fruitvale Ave ","Hollis St ","Market St ","Niles Canyon Road","Parkside Dr ","Pine St ","Railroad Ave ","Rose St ","San Andreas Dr ","San Lorenzo Creek ","Shattuck Ave ","Spruce St ","Tennyson Road","Tesla Road","Vasco Road","15th St "}'::text, - 'most_common_freqs', '{0.029274005,0.026346603,0.010343482,0.008587041,0.007025761,0.006049961,0.0046838406,0.0044886805,0.0040983604,0.0040983604,0.0040983604,0.0039032006,0.0037080406,0.0031225604,0.0031225604,0.0031225604,0.0029274004,0.0029274004,0.0029274004,0.0025370803,0.0025370803,0.0023419203,0.0023419203,0.0023419203,0.0021467602,0.0021467602,0.0021467602,0.0019516003,0.0019516003,0.0019516003,0.0019516003,0.0019516003,0.0019516003,0.0017564403,0.0017564403,0.0017564403,0.0017564403,0.0017564403,0.0017564403,0.0017564403,0.0017564403,0.0017564403,0.0015612802,0.0015612802,0.0015612802,0.0015612802,0.0015612802,0.0015612802,0.0015612802,0.0015612802,0.0015612802,0.0015612802,0.0015612802,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0013661202,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.0011709601,0.00097580015}'::real[], - 'histogram_bounds', '{"100th Ave ","16th Ave ","23rd Ave ","32nd St ","41st St ","56th St ","65th St ","87th Ave ","Addison Way ","Alcosta Blvd","Altamont Creek ","Anza Way ","Arrowhead Dr ","Athol Ave ","Ballantyne Dr ","Beard Road","Betlen Dr ","Blake St ","Bradshire Road","Browning Ct ","Cabello St ","Cambridge Ave ","Carmel Ave ","Cavour St ","Charlotte Way ","Church St ","Cole Pl ","Contra Costa Ave ","Cowper St ","Cryer St ","Davenport Ave ","Denise Ct ","Donna Way ","Dublin Green Dr ","Eastman Ave ","El Rey Ave ","Enfield Dr ","Everglade St ","Farallon Dr ","Fleming Ave ","Franklin Ave ","Garden Ave ","Glendale Dr ","Grant Ave ","Grizzly Peak Blvd","Hanover Ave ","Haskell St ","Hesse Dr ","Holly St ","Hutton Ct ","Isle Royal St ","Joaquin Murieta Ave ","Keller Ave ","Knight Dr ","Lake Mead Dr ","Latham Lane","Lillian Ave ","Lowry Road","Mallard Ct ","Marne St ","Mc Gee Ave ","Merritt Ave ","Miramonte Ave ","Monticello Ave ","Murdock Ct ","Nielsen Lane","Oak St ","Olive Ave ","Overacker Ave ","Panorama Trl ","Paru St ","Peralta Blvd","Pinto Ct ","Portland Ave ","Pueblo Spring ","Redding St ","Rispen Dr ","Roselli Dr ","Sacramento Ave ","San Leandro Creek ","Santa Maria Ave ","Sea View Pkwy","Sheffield Road","Siward Dr ","South Dry Creek Branch ","Stanford Ave ","State Hwy 24 ","Suffolk Way ","Surry Pl ","Tarraville Creek ","Thornton St ","Trestle Glen Road","Utah St ","Vaughn Ave ","Via Manzanas ","Villareal Dr ","Warm Springs Blvd","West St ","Wildcat Canyon Road","Wood St ","Zircon Ter "}'::text, - 'correlation', '0.537562'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'road', - 'attname', 'thepath', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '48'::integer, - 'n_distinct', '0'::real -); --- --- Statistics for Name: shighway; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'shighway', - 'relpages', '2'::integer, - 'reltuples', '77'::real, - 'relallvisible', '2'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'shighway', - 'attname', 'name', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '35'::integer, - 'n_distinct', '-0.16883117'::real, - 'most_common_vals', '{"State Hwy 13 Ramp","State Hwy 24 Ramp","State Hwy 92 Ramp","State Hwy 238 Ramp","State Hwy 84 ","State Hwy 13 ","State Hwy 17 Ramp","State Hwy 24 ","State Hwy 238 "}'::text, - 'most_common_freqs', '{0.25974026,0.20779221,0.103896104,0.09090909,0.09090909,0.064935066,0.064935066,0.038961038,0.025974026}'::real[], - 'histogram_bounds', '{"State Hwy 123 ","State Hwy 17 ","State Hwy 84 Ramp","State Hwy 92 "}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'shighway', - 'attname', 'surface', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '8'::integer, - 'n_distinct', '1'::real, - 'most_common_vals', '{asphalt}'::text, - 'most_common_freqs', '{1}'::real[], - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'shighway', - 'attname', 'thepath', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '71'::integer, - 'n_distinct', '0'::real -); --- --- Statistics for Name: sj; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj', - 'relpages', '1'::integer, - 'reltuples', '4'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj', - 'attname', 'a', - 'inherited', 'f'::boolean, - 'null_frac', '0.33333334'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.6666666'::real, - 'histogram_bounds', '{1,2}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj', - 'attname', 'b', - 'inherited', 'f'::boolean, - 'null_frac', '0.33333334'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.6666666'::real, - 'histogram_bounds', '{1,2}'::text, - 'correlation', '-1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj', - 'attname', 'c', - 'inherited', 'f'::boolean, - 'null_frac', '0.33333334'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.6666666'::real, - 'histogram_bounds', '{1,2}'::text, - 'correlation', '-1'::real -); --- --- Statistics for Name: sj_t1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj_t1', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sj_t2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj_t2', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sj_t3; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj_t3', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sj_t4; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj_t4', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sk; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sk', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sl', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: slow_emp4000; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'slow_emp4000', - 'relpages', '24'::integer, - 'reltuples', '3378'::real, - 'relallvisible', '24'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'slow_emp4000', - 'attname', 'home_base', - 'inherited', 'f'::boolean, - 'null_frac', '0.08229722'::real, - 'avg_width', '32'::integer, - 'n_distinct', '0'::real -); --- --- Statistics for Name: stud_emp; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'stud_emp', - 'relpages', '1'::integer, - 'reltuples', '3'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'stud_emp', - 'attname', 'age', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{19,23,30}'::text, - 'correlation', '-0.5'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'stud_emp', - 'attname', 'gpa', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '8'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{2.9,3.4,3.5}'::text, - 'correlation', '-1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'stud_emp', - 'attname', 'location', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '16'::integer, - 'n_distinct', '0'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'stud_emp', - 'attname', 'manager', - 'inherited', 'f'::boolean, - 'null_frac', '0.6666667'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-0.3333333'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'stud_emp', - 'attname', 'name', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '5'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{cim,jeff,linda}'::text, - 'correlation', '0.5'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'stud_emp', - 'attname', 'percent', - 'inherited', 'f'::boolean, - 'null_frac', '1'::real, - 'avg_width', '4'::integer, - 'n_distinct', '0'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'stud_emp', - 'attname', 'salary', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{100,400,600}'::text, - 'correlation', '-1'::real -); --- --- Statistics for Name: student; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'student', - 'relpages', '1'::integer, - 'reltuples', '2'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'student', - 'attname', 'age', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{28,60}'::text, - 'correlation', '1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'student', - 'attname', 'gpa', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '8'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{3.1,3.7}'::text, - 'correlation', '-1'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'student', - 'attname', 'location', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '16'::integer, - 'n_distinct', '0'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'student', - 'attname', 'name', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '5'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{fred,larry}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: subselect_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'subselect_tbl', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tab_core_types; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tab_core_types', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '1'::integer -); --- --- Statistics for Name: tableam_parted_a_heap2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tableam_parted_a_heap2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tableam_parted_b_heap2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tableam_parted_b_heap2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tableam_parted_c_heap2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tableam_parted_c_heap2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tableam_parted_d_heap2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tableam_parted_d_heap2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tableam_parted_heap2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tableam_parted_heap2', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tableam_tbl_heap2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tableam_tbl_heap2', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tableam_tblas_heap2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tableam_tblas_heap2', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_box; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_box', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_box_pk; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_box_pk', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_pk; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_pk', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_reg; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_reg', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_unique1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_unique1', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_unique2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_unique2', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tenk1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'relpages', '345'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '345'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'even', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '100'::real, - 'most_common_vals', '{1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,127,129,131,133,135,137,139,141,143,145,147,149,151,153,155,157,159,161,163,165,167,169,171,173,175,177,179,181,183,185,187,189,191,193,195,197,199}'::text, - 'most_common_freqs', '{0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01}'::real[], - 'correlation', '0.009082272'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'fivethous', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002}'::real[], - 'histogram_bounds', '{100,148,197,246,295,344,393,442,491,540,589,638,687,736,785,834,883,932,981,1030,1079,1128,1177,1226,1275,1324,1373,1422,1471,1520,1569,1618,1667,1716,1765,1814,1863,1912,1961,2010,2059,2108,2157,2206,2255,2304,2353,2402,2451,2500,2549,2598,2647,2696,2745,2794,2843,2892,2941,2990,3039,3088,3137,3186,3235,3284,3333,3382,3431,3480,3529,3578,3627,3676,3725,3774,3823,3872,3921,3970,4019,4068,4117,4166,4215,4264,4313,4362,4411,4460,4509,4558,4607,4656,4705,4754,4803,4852,4901,4950,4999}'::text, - 'correlation', '0.006492796'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'four', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '4'::real, - 'most_common_vals', '{0,1,2,3}'::text, - 'most_common_freqs', '{0.25,0.25,0.25,0.25}'::real[], - 'correlation', '0.2494313'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'hundred', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '100'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01}'::real[], - 'correlation', '0.009082272'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'odd', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '100'::real, - 'most_common_vals', '{0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198}'::text, - 'most_common_freqs', '{0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01}'::real[], - 'correlation', '0.009082272'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'string4', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '4'::real, - 'most_common_vals', '{AAAAxx,HHHHxx,OOOOxx,VVVVxx}'::text, - 'most_common_freqs', '{0.25,0.25,0.25,0.25}'::real[], - 'correlation', '0.25037497'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'stringu1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '676'::real, - 'most_common_vals', '{AAAAAA,ABAAAA,ACAAAA,ADAAAA,AEAAAA,AFAAAA,AGAAAA,AHAAAA,AIAAAA,AJAAAA,AKAAAA,ALAAAA,AMAAAA,ANAAAA,AOAAAA,APAAAA,AQAAAA,ARAAAA,ASAAAA,ATAAAA,AUAAAA,BAAAAA,BBAAAA,BCAAAA,BDAAAA,BEAAAA,BFAAAA,BGAAAA,BHAAAA,BIAAAA,BJAAAA,BKAAAA,BLAAAA,BMAAAA,BNAAAA,BOAAAA,BPAAAA,BQAAAA,BRAAAA,BSAAAA,BTAAAA,BUAAAA,CAAAAA,CBAAAA,CCAAAA,CDAAAA,CEAAAA,CFAAAA,CGAAAA,CHAAAA,CIAAAA,CJAAAA,CKAAAA,CLAAAA,CMAAAA,CNAAAA,COAAAA,CPAAAA,CQAAAA,CRAAAA,CSAAAA,CTAAAA,CUAAAA,DAAAAA,DBAAAA,DCAAAA,DDAAAA,DEAAAA,DFAAAA,DGAAAA,DHAAAA,DIAAAA,DJAAAA,DKAAAA,DLAAAA,DMAAAA,DNAAAA,DOAAAA,DPAAAA,DQAAAA,DRAAAA,DSAAAA,DTAAAA,DUAAAA,EAAAAA,EBAAAA,ECAAAA,EDAAAA,EEAAAA,EFAAAA,EGAAAA,EHAAAA,EIAAAA,EJAAAA,EKAAAA,ELAAAA,EMAAAA,ENAAAA,EOAAAA,EPAAAA}'::text, - 'most_common_freqs', '{0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015}'::real[], - 'histogram_bounds', '{AVAAAA,BWAAAA,CXAAAA,DYAAAA,ETAAAA,EZAAAA,FFAAAA,FLAAAA,FQAAAA,FWAAAA,GCAAAA,GIAAAA,GNAAAA,GTAAAA,GZAAAA,HFAAAA,HKAAAA,HQAAAA,HWAAAA,ICAAAA,IHAAAA,INAAAA,ITAAAA,IZAAAA,JEAAAA,JKAAAA,JQAAAA,JWAAAA,KBAAAA,KHAAAA,KNAAAA,KSAAAA,KYAAAA,LEAAAA,LKAAAA,LPAAAA,LVAAAA,MBAAAA,MHAAAA,MMAAAA,MSAAAA,MYAAAA,NEAAAA,NJAAAA,NPAAAA,NVAAAA,OBAAAA,OGAAAA,OMAAAA,OSAAAA,OYAAAA,PDAAAA,PJAAAA,PPAAAA,PUAAAA,QAAAAA,QGAAAA,QMAAAA,QRAAAA,QXAAAA,RDAAAA,RJAAAA,RPAAAA,RUAAAA,SAAAAA,SGAAAA,SMAAAA,SRAAAA,SXAAAA,TDAAAA,TJAAAA,TOAAAA,TUAAAA,UAAAAA,UGAAAA,ULAAAA,URAAAA,UXAAAA,VDAAAA,VIAAAA,VOAAAA,VUAAAA,WAAAAA,WGAAAA,WLAAAA,WRAAAA,WXAAAA,XDAAAA,XIAAAA,XOAAAA,XUAAAA,YAAAAA,YFAAAA,YLAAAA,YRAAAA,YXAAAA,ZCAAAA,ZIAAAA,ZOAAAA,ZTAAAA,ZZAAAA}'::text, - 'correlation', '0.0016093453'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'stringu2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{AAAAAA,AGJAAA,ANEAAA,ATOAAA,BAOAAA,BHJAAA,BOEAAA,BUOAAA,CBOAAA,CIJAAA,CPEAAA,CWAAAA,DCOAAA,DJJAAA,DQEAAA,DXBAAA,EDOAAA,EKJAAA,EREAAA,EYCAAA,FEOAAA,FLJAAA,FSEAAA,FZDAAA,GFOAAA,GMJAAA,GTEAAA,HAEAAA,HGOAAA,HNJAAA,HUEAAA,IBEAAA,IHOAAA,IOJAAA,IVEAAA,JCEAAA,JIOAAA,JPJAAA,JWFAAA,KDEAAA,KJOAAA,KQJAAA,KXGAAA,LEEAAA,LKOAAA,LRJAAA,LYHAAA,MFEAAA,MLOAAA,MSJAAA,MZIAAA,NGEAAA,NMOAAA,NTJAAA,OAJAAA,OHEAAA,ONOAAA,OUJAAA,PBJAAA,PIEAAA,POOAAA,PVJAAA,QCJAAA,QJEAAA,QPOAAA,QWLAAA,RDKAAA,RKFAAA,RRAAAA,RXNAAA,SELAAA,SLGAAA,SSBAAA,SZBAAA,TFMAAA,TMHAAA,TTCAAA,UADAAA,UGNAAA,UNIAAA,UUDAAA,VBEAAA,VHOAAA,VOJAAA,VVFAAA,WCFAAA,WJAAAA,WPKAAA,WWHAAA,XDGAAA,XKBAAA,XQLAAA,XXJAAA,YEHAAA,YLCAAA,YRMAAA,YYLAAA,ZFIAAA,ZMDAAA,ZSNAAA,ZZNAAA}'::text, - 'correlation', '0.0035787355'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'ten', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.100886926'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'tenthous', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '0.008842574'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'thousand', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '1000'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001}'::real[], - 'histogram_bounds', '{100,108,117,126,135,144,153,162,171,180,189,198,207,216,225,234,243,252,261,270,279,288,297,306,315,324,333,342,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,495,504,513,522,531,540,549,558,567,576,585,594,603,612,621,630,639,648,657,666,675,684,693,702,711,720,729,738,747,756,765,774,783,792,801,810,819,828,837,846,855,864,873,882,891,900,909,918,927,936,945,954,963,972,981,990,999}'::text, - 'correlation', '-0.009366246'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'twenty', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '20'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19}'::text, - 'most_common_freqs', '{0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05}'::real[], - 'correlation', '0.05407835'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'two', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '2'::real, - 'most_common_vals', '{0,1}'::text, - 'most_common_freqs', '{0.5,0.5}'::real[], - 'correlation', '0.50818884'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'twothousand', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.2'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005}'::real[], - 'histogram_bounds', '{100,118,137,156,175,194,213,232,251,270,289,308,327,346,365,384,403,422,441,460,479,498,517,536,555,574,593,612,631,650,669,688,707,726,745,764,783,802,821,840,859,878,897,916,935,954,973,992,1011,1030,1049,1068,1087,1106,1125,1144,1163,1182,1201,1220,1239,1258,1277,1296,1315,1334,1353,1372,1391,1410,1429,1448,1467,1486,1505,1524,1543,1562,1581,1600,1619,1638,1657,1676,1695,1714,1733,1752,1771,1790,1809,1828,1847,1866,1885,1904,1923,1942,1961,1980,1999}'::text, - 'correlation', '-0.0023625696'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'unique1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '0.008842574'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1', - 'attname', 'unique2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: tenk2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'relpages', '345'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '345'::integer, - 'relallfrozen', '345'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'even', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '100'::real, - 'most_common_vals', '{1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,65,67,69,71,73,75,77,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,111,113,115,117,119,121,123,125,127,129,131,133,135,137,139,141,143,145,147,149,151,153,155,157,159,161,163,165,167,169,171,173,175,177,179,181,183,185,187,189,191,193,195,197,199}'::text, - 'most_common_freqs', '{0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01}'::real[], - 'correlation', '0.009082272'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'fivethous', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.5'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002,0.0002}'::real[], - 'histogram_bounds', '{100,148,197,246,295,344,393,442,491,540,589,638,687,736,785,834,883,932,981,1030,1079,1128,1177,1226,1275,1324,1373,1422,1471,1520,1569,1618,1667,1716,1765,1814,1863,1912,1961,2010,2059,2108,2157,2206,2255,2304,2353,2402,2451,2500,2549,2598,2647,2696,2745,2794,2843,2892,2941,2990,3039,3088,3137,3186,3235,3284,3333,3382,3431,3480,3529,3578,3627,3676,3725,3774,3823,3872,3921,3970,4019,4068,4117,4166,4215,4264,4313,4362,4411,4460,4509,4558,4607,4656,4705,4754,4803,4852,4901,4950,4999}'::text, - 'correlation', '0.006492796'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'four', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '4'::real, - 'most_common_vals', '{0,1,2,3}'::text, - 'most_common_freqs', '{0.25,0.25,0.25,0.25}'::real[], - 'correlation', '0.2494313'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'hundred', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '100'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01}'::real[], - 'correlation', '0.009082272'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'odd', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '100'::real, - 'most_common_vals', '{0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198}'::text, - 'most_common_freqs', '{0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01}'::real[], - 'correlation', '0.009082272'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'string4', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '4'::real, - 'most_common_vals', '{AAAAxx,HHHHxx,OOOOxx,VVVVxx}'::text, - 'most_common_freqs', '{0.25,0.25,0.25,0.25}'::real[], - 'correlation', '0.25037497'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'stringu1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '676'::real, - 'most_common_vals', '{AAAAAA,ABAAAA,ACAAAA,ADAAAA,AEAAAA,AFAAAA,AGAAAA,AHAAAA,AIAAAA,AJAAAA,AKAAAA,ALAAAA,AMAAAA,ANAAAA,AOAAAA,APAAAA,AQAAAA,ARAAAA,ASAAAA,ATAAAA,AUAAAA,BAAAAA,BBAAAA,BCAAAA,BDAAAA,BEAAAA,BFAAAA,BGAAAA,BHAAAA,BIAAAA,BJAAAA,BKAAAA,BLAAAA,BMAAAA,BNAAAA,BOAAAA,BPAAAA,BQAAAA,BRAAAA,BSAAAA,BTAAAA,BUAAAA,CAAAAA,CBAAAA,CCAAAA,CDAAAA,CEAAAA,CFAAAA,CGAAAA,CHAAAA,CIAAAA,CJAAAA,CKAAAA,CLAAAA,CMAAAA,CNAAAA,COAAAA,CPAAAA,CQAAAA,CRAAAA,CSAAAA,CTAAAA,CUAAAA,DAAAAA,DBAAAA,DCAAAA,DDAAAA,DEAAAA,DFAAAA,DGAAAA,DHAAAA,DIAAAA,DJAAAA,DKAAAA,DLAAAA,DMAAAA,DNAAAA,DOAAAA,DPAAAA,DQAAAA,DRAAAA,DSAAAA,DTAAAA,DUAAAA,EAAAAA,EBAAAA,ECAAAA,EDAAAA,EEAAAA,EFAAAA,EGAAAA,EHAAAA,EIAAAA,EJAAAA,EKAAAA,ELAAAA,EMAAAA,ENAAAA,EOAAAA,EPAAAA}'::text, - 'most_common_freqs', '{0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015,0.0015}'::real[], - 'histogram_bounds', '{AVAAAA,BWAAAA,CXAAAA,DYAAAA,ETAAAA,EZAAAA,FFAAAA,FLAAAA,FQAAAA,FWAAAA,GCAAAA,GIAAAA,GNAAAA,GTAAAA,GZAAAA,HFAAAA,HKAAAA,HQAAAA,HWAAAA,ICAAAA,IHAAAA,INAAAA,ITAAAA,IZAAAA,JEAAAA,JKAAAA,JQAAAA,JWAAAA,KBAAAA,KHAAAA,KNAAAA,KSAAAA,KYAAAA,LEAAAA,LKAAAA,LPAAAA,LVAAAA,MBAAAA,MHAAAA,MMAAAA,MSAAAA,MYAAAA,NEAAAA,NJAAAA,NPAAAA,NVAAAA,OBAAAA,OGAAAA,OMAAAA,OSAAAA,OYAAAA,PDAAAA,PJAAAA,PPAAAA,PUAAAA,QAAAAA,QGAAAA,QMAAAA,QRAAAA,QXAAAA,RDAAAA,RJAAAA,RPAAAA,RUAAAA,SAAAAA,SGAAAA,SMAAAA,SRAAAA,SXAAAA,TDAAAA,TJAAAA,TOAAAA,TUAAAA,UAAAAA,UGAAAA,ULAAAA,URAAAA,UXAAAA,VDAAAA,VIAAAA,VOAAAA,VUAAAA,WAAAAA,WGAAAA,WLAAAA,WRAAAA,WXAAAA,XDAAAA,XIAAAA,XOAAAA,XUAAAA,YAAAAA,YFAAAA,YLAAAA,YRAAAA,YXAAAA,ZCAAAA,ZIAAAA,ZOAAAA,ZTAAAA,ZZAAAA}'::text, - 'correlation', '0.0016093453'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'stringu2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '64'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{AAAAAA,AGJAAA,ANEAAA,ATOAAA,BAOAAA,BHJAAA,BOEAAA,BUOAAA,CBOAAA,CIJAAA,CPEAAA,CWAAAA,DCOAAA,DJJAAA,DQEAAA,DXBAAA,EDOAAA,EKJAAA,EREAAA,EYCAAA,FEOAAA,FLJAAA,FSEAAA,FZDAAA,GFOAAA,GMJAAA,GTEAAA,HAEAAA,HGOAAA,HNJAAA,HUEAAA,IBEAAA,IHOAAA,IOJAAA,IVEAAA,JCEAAA,JIOAAA,JPJAAA,JWFAAA,KDEAAA,KJOAAA,KQJAAA,KXGAAA,LEEAAA,LKOAAA,LRJAAA,LYHAAA,MFEAAA,MLOAAA,MSJAAA,MZIAAA,NGEAAA,NMOAAA,NTJAAA,OAJAAA,OHEAAA,ONOAAA,OUJAAA,PBJAAA,PIEAAA,POOAAA,PVJAAA,QCJAAA,QJEAAA,QPOAAA,QWLAAA,RDKAAA,RKFAAA,RRAAAA,RXNAAA,SELAAA,SLGAAA,SSBAAA,SZBAAA,TFMAAA,TMHAAA,TTCAAA,UADAAA,UGNAAA,UNIAAA,UUDAAA,VBEAAA,VHOAAA,VOJAAA,VVFAAA,WCFAAA,WJAAAA,WPKAAA,WWHAAA,XDGAAA,XKBAAA,XQLAAA,XXJAAA,YEHAAA,YLCAAA,YRMAAA,YYLAAA,ZFIAAA,ZMDAAA,ZSNAAA,ZZNAAA}'::text, - 'correlation', '0.0035787355'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'ten', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '10'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9}'::text, - 'most_common_freqs', '{0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1}'::real[], - 'correlation', '0.100886926'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'tenthous', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '0.008842574'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'thousand', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '1000'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001}'::real[], - 'histogram_bounds', '{100,108,117,126,135,144,153,162,171,180,189,198,207,216,225,234,243,252,261,270,279,288,297,306,315,324,333,342,351,360,369,378,387,396,405,414,423,432,441,450,459,468,477,486,495,504,513,522,531,540,549,558,567,576,585,594,603,612,621,630,639,648,657,666,675,684,693,702,711,720,729,738,747,756,765,774,783,792,801,810,819,828,837,846,855,864,873,882,891,900,909,918,927,936,945,954,963,972,981,990,999}'::text, - 'correlation', '-0.009366246'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'twenty', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '20'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19}'::text, - 'most_common_freqs', '{0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05,0.05}'::real[], - 'correlation', '0.05407835'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'two', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '2'::real, - 'most_common_vals', '{0,1}'::text, - 'most_common_freqs', '{0.5,0.5}'::real[], - 'correlation', '0.50818884'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'twothousand', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-0.2'::real, - 'most_common_vals', '{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99}'::text, - 'most_common_freqs', '{0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005,0.0005}'::real[], - 'histogram_bounds', '{100,118,137,156,175,194,213,232,251,270,289,308,327,346,365,384,403,422,441,460,479,498,517,536,555,574,593,612,631,650,669,688,707,726,745,764,783,802,821,840,859,878,897,916,935,954,973,992,1011,1030,1049,1068,1087,1106,1125,1144,1163,1182,1201,1220,1239,1258,1277,1296,1315,1334,1353,1372,1391,1410,1429,1448,1467,1486,1505,1524,1543,1562,1581,1600,1619,1638,1657,1676,1695,1714,1733,1752,1771,1790,1809,1828,1847,1866,1885,1904,1923,1942,1961,1980,1999}'::text, - 'correlation', '-0.0023625696'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'unique1', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '0.008842574'::real -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2', - 'attname', 'unique2', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '4'::integer, - 'n_distinct', '-1'::real, - 'histogram_bounds', '{0,99,199,299,399,499,599,699,799,899,999,1099,1199,1299,1399,1499,1599,1699,1799,1899,1999,2099,2199,2299,2399,2499,2599,2699,2799,2899,2999,3099,3199,3299,3399,3499,3599,3699,3799,3899,3999,4099,4199,4299,4399,4499,4599,4699,4799,4899,4999,5099,5199,5299,5399,5499,5599,5699,5799,5899,5999,6099,6199,6299,6399,6499,6599,6699,6799,6899,6999,7099,7199,7299,7399,7499,7599,7699,7799,7899,7999,8099,8199,8299,8399,8499,8599,8699,8799,8899,8999,9099,9199,9299,9399,9499,9599,9699,9799,9899,9999}'::text, - 'correlation', '1'::real -); --- --- Statistics for Name: test_range_excl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'test_range_excl', - 'relpages', '1'::integer, - 'reltuples', '3'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '1'::integer -); --- --- Statistics for Name: test_range_gist; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'test_range_gist', - 'relpages', '33'::integer, - 'reltuples', '6200'::real, - 'relallvisible', '33'::integer, - 'relallfrozen', '0'::integer -); -SELECT * FROM pg_catalog.pg_restore_attribute_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'test_range_gist', - 'attname', 'ir', - 'inherited', 'f'::boolean, - 'null_frac', '0'::real, - 'avg_width', '12'::integer, - 'n_distinct', '-1'::real, - 'range_length_histogram', '{10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,Infinity,Infinity,Infinity,Infinity}'::text, - 'range_empty_frac', '0.16129032'::real, - 'range_bounds_histogram', '{"(,11)","(,35)","[2,60)","[19,84)","[35,109)","[52,134)","[69,159)","[86,183)","[102,208)","[119,233)","[136,258)","[153,282)","[170,307)","[186,332)","[203,357)","[220,381)","[237,406)","[253,431)","[270,456)","[287,481)","[304,505)","[321,530)","[337,555)","[354,580)","[371,604)","[388,629)","[404,654)","[421,679)","[438,703)","[455,728)","[471,753)","[488,778)","[505,802)","[522,827)","[539,852)","[555,877)","[572,901)","[589,926)","[606,951)","[622,976)","[639,1001)","[656,1026)","[673,1052)","[690,1078)","[706,1104)","[723,1130)","[740,1156)","[757,1182)","[773,1208)","[790,1234)","[807,1260)","[824,1286)","[841,1312)","[857,1338)","[874,1364)","[891,1390)","[908,1416)","[924,1442)","[941,1468)","[958,1494)","[975,1520)","[991,1546)","[1012,1572)","[1038,1598)","[1064,1624)","[1090,1650)","[1116,1676)","[1142,1702)","[1168,1728)","[1194,1754)","[1220,1780)","[1246,1806)","[1272,1832)","[1298,1858)","[1324,1884)","[1350,1910)","[1376,1936)","[1402,1962)","[1428,1988)","[1454,10008)","[1480,10060)","[1506,10112)","[1532,10164)","[1558,10216)","[1584,10268)","[1610,10320)","[1636,10372)","[1662,10424)","[1688,10476)","[1714,10528)","[1740,10580)","[1766,10632)","[1792,10684)","[1818,10736)","[1844,10788)","[1870,10840)","[1896,10892)","[1922,10944)","[1948,10996)","[1974,)","[2000,)"}'::text -); --- --- Statistics for Name: test_range_spgist; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'test_range_spgist', - 'relpages', '33'::integer, - 'reltuples', '6200'::real, - 'relallvisible', '33'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: text_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'text_tbl', - 'relpages', '1'::integer, - 'reltuples', '2'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: textrange_test; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'textrange_test', - 'relpages', '1'::integer, - 'reltuples', '6'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: time_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'time_tbl', - 'relpages', '1'::integer, - 'reltuples', '10'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: timestamp_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'timestamp_tbl', - 'relpages', '1'::integer, - 'reltuples', '66'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: timestamptz_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'timestamptz_tbl', - 'relpages', '1'::integer, - 'reltuples', '66'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: timetz_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'timetz_tbl', - 'relpages', '1'::integer, - 'reltuples', '12'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: trigger_parted; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'trigger_parted', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: trigger_parted_p1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'trigger_parted_p1', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: trigger_parted_p1_1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'trigger_parted_p1_1', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: trigger_parted_p2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'trigger_parted_p2', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: trigger_parted_p2_2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'trigger_parted_p2_2', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: varchar_tbl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'varchar_tbl', - 'relpages', '1'::integer, - 'reltuples', '4'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: view_base_table; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'view_base_table', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: xacttest; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'xacttest', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Name: botharrayidx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX botharrayidx ON public.array_index_op_test USING gin (i, t); --- --- Name: bt_f8_index; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX bt_f8_index ON public.bt_f8_heap USING btree (seqno); --- --- Name: bt_i4_index; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX bt_i4_index ON public.bt_i4_heap USING btree (seqno); --- --- Name: bt_name_index; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX bt_name_index ON public.bt_name_heap USING btree (seqno); --- --- Name: bt_txt_index; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX bt_txt_index ON public.bt_txt_heap USING btree (seqno); --- --- Name: cnn_uq cnn_uq_idx; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.cnn_uq - ADD CONSTRAINT cnn_uq_idx UNIQUE (a); --- --- Name: dedup_unique; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX dedup_unique ON public.dedup_unique_test_table USING btree (a) WITH (deduplicate_items='on'); --- --- Name: dupindexcols_i; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX dupindexcols_i ON public.dupindexcols USING btree (f1, id, f1 text_pattern_ops); --- --- Name: emp1_expr_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX emp1_expr_idx ON public.emp1 USING btree (((id * id))); --- --- Name: emp1 emp1_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.emp1 - ADD CONSTRAINT emp1_pkey PRIMARY KEY (id); --- --- Name: func_index_index; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX func_index_index ON public.func_index_heap USING btree (((f1 || f2))); --- --- Name: gcircleind; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX gcircleind ON public.circle_tbl USING gist (f1); --- --- Name: gin_relopts_test; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX gin_relopts_test ON public.array_index_op_test USING gin (i) WITH (fastupdate='on', gin_pending_list_limit='128'); --- --- Name: gpolygonind; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX gpolygonind ON public.polygon_tbl USING gist (f1); --- --- Name: grect2ind; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX grect2ind ON public.fast_emp4000 USING gist (home_base); --- --- Name: hash_f8_index; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX hash_f8_index ON public.hash_f8_heap USING hash (random) WITH (fillfactor='60'); --- --- Name: hash_f8_index_1; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX hash_f8_index_1 ON public.hash_f8_heap USING btree (abs(random)); --- --- Name: hash_f8_index_2; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX hash_f8_index_2 ON public.hash_f8_heap USING btree (((seqno + 1)), random); --- --- Name: hash_f8_index_3; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX hash_f8_index_3 ON public.hash_f8_heap USING btree (random) WHERE (seqno > 1000); --- --- Name: hash_i4_index; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX hash_i4_index ON public.hash_i4_heap USING hash (random); --- --- Name: hash_name_index; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX hash_name_index ON public.hash_name_heap USING hash (random); --- --- Name: hash_txt_index; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX hash_txt_index ON public.hash_txt_heap USING hash (random); --- --- Name: iix; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX iix ON public.ihighway USING btree (name); --- --- Name: notnull_tbl4_cld2 notnull_tbl4_cld2_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.notnull_tbl4_cld2 - ADD CONSTRAINT notnull_tbl4_cld2_pkey PRIMARY KEY (a) DEFERRABLE; --- --- Name: notnull_tbl4_cld3 notnull_tbl4_cld3_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.notnull_tbl4_cld3 - ADD CONSTRAINT notnull_tbl4_cld3_pkey PRIMARY KEY (a) DEFERRABLE; --- --- Name: notnull_tbl4_lk2 notnull_tbl4_lk2_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.notnull_tbl4_lk2 - ADD CONSTRAINT notnull_tbl4_lk2_pkey PRIMARY KEY (a) DEFERRABLE INITIALLY DEFERRED; --- --- Name: notnull_tbl4_lk3 notnull_tbl4_lk3_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.notnull_tbl4_lk3 - ADD CONSTRAINT notnull_tbl4_lk3_pkey PRIMARY KEY (a) DEFERRABLE INITIALLY DEFERRED; --- --- Name: notnull_tbl4 notnull_tbl4_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.notnull_tbl4 - ADD CONSTRAINT notnull_tbl4_pkey PRIMARY KEY (a) DEFERRABLE INITIALLY DEFERRED; --- --- Name: num_exp_add_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX num_exp_add_idx ON public.num_exp_add USING btree (id1, id2); --- --- Name: num_exp_div_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX num_exp_div_idx ON public.num_exp_div USING btree (id1, id2); --- --- Name: num_exp_ln_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX num_exp_ln_idx ON public.num_exp_ln USING btree (id); --- --- Name: num_exp_log10_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX num_exp_log10_idx ON public.num_exp_log10 USING btree (id); --- --- Name: num_exp_mul_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX num_exp_mul_idx ON public.num_exp_mul USING btree (id1, id2); --- --- Name: num_exp_power_10_ln_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX num_exp_power_10_ln_idx ON public.num_exp_power_10_ln USING btree (id); --- --- Name: num_exp_sqrt_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX num_exp_sqrt_idx ON public.num_exp_sqrt USING btree (id); --- --- Name: num_exp_sub_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX num_exp_sub_idx ON public.num_exp_sub USING btree (id1, id2); --- --- Name: nummultirange_test_btree; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX nummultirange_test_btree ON public.nummultirange_test USING btree (nmr); --- --- Name: numrange_test_btree; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX numrange_test_btree ON public.numrange_test USING btree (nr); --- --- Name: onek2_stu1_prtl; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX onek2_stu1_prtl ON public.onek2 USING btree (stringu1) WHERE ((stringu1 >= 'J'::name) AND (stringu1 < 'K'::name)); --- --- Name: onek2_u1_prtl; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX onek2_u1_prtl ON public.onek2 USING btree (unique1) WHERE ((unique1 < 20) OR (unique1 > 980)); --- --- Name: onek2_u2_prtl; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX onek2_u2_prtl ON public.onek2 USING btree (unique2) WHERE (stringu1 < 'B'::name); --- --- Name: onek_hundred; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX onek_hundred ON public.onek USING btree (hundred); --- --- Name: onek_stringu1; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX onek_stringu1 ON public.onek USING btree (stringu1); --- --- Name: onek_unique1; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX onek_unique1 ON public.onek USING btree (unique1); --- --- Name: onek_unique2; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX onek_unique2 ON public.onek USING btree (unique2); --- --- Name: persons2 persons2_name_key; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.persons2 - ADD CONSTRAINT persons2_name_key UNIQUE (name); --- --- Name: persons2 persons2_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.persons2 - ADD CONSTRAINT persons2_pkey PRIMARY KEY (id); --- --- Name: persons3 persons3_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.persons3 - ADD CONSTRAINT persons3_pkey PRIMARY KEY (id); --- --- Name: plain_unique; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX plain_unique ON public.dedup_unique_test_table USING btree (a) WITH (deduplicate_items=off); --- --- Name: pp1 pp1_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.pp1 - ADD CONSTRAINT pp1_pkey PRIMARY KEY (f1); --- --- Name: quad_box_tbl_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX quad_box_tbl_idx ON public.quad_box_tbl USING spgist (b); --- --- Name: quad_poly_tbl_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX quad_poly_tbl_idx ON public.quad_poly_tbl USING spgist (p); --- --- Name: regress_constr_partition1 regress_constr_partition1_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.regress_constr_partition1 - ADD CONSTRAINT regress_constr_partition1_pkey PRIMARY KEY (a); --- --- Name: regress_constr_partitioned_a_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX regress_constr_partitioned_a_idx ON ONLY public.regress_constr_partitioned USING btree (a); --- --- Name: rix; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX rix ON public.road USING btree (name); --- --- Name: six; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX six ON public.shighway USING btree (name); --- --- Name: sj sj_a_key; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.sj - ADD CONSTRAINT sj_a_key UNIQUE (a); --- --- Name: sj sj_c_key; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.sj - ADD CONSTRAINT sj_c_key UNIQUE (c); --- --- Name: sj_t2_id_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX sj_t2_id_idx ON public.sj_t2 USING btree (id); --- --- Name: sj_t3_a_id_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX sj_t3_a_id_idx ON public.sj_t3 USING btree (a, id); --- --- Name: sk_a_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX sk_a_idx ON public.sk USING btree (a); --- --- Name: sl_a_b_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE UNIQUE INDEX sl_a_b_idx ON public.sl USING btree (a, b); --- --- Name: sp_kd_ind; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX sp_kd_ind ON public.kd_point_tbl USING spgist (p kd_point_ops); --- --- Name: sp_quad_ind; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX sp_quad_ind ON public.quad_point_tbl USING spgist (p); --- --- Name: sp_radix_ind; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX sp_radix_ind ON public.radix_text_tbl USING spgist (t); --- --- Name: tbl_include_box tbl_include_box_idx_unique; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.tbl_include_box - ADD CONSTRAINT tbl_include_box_idx_unique PRIMARY KEY (c1, c2) INCLUDE (c3, c4); --- --- Name: tbl_include_pk tbl_include_pk_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.tbl_include_pk - ADD CONSTRAINT tbl_include_pk_pkey PRIMARY KEY (c1, c2) INCLUDE (c3, c4); --- --- Name: tbl_include_reg_c1_c2_c11_c3_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX tbl_include_reg_c1_c2_c11_c3_idx ON public.tbl_include_reg USING btree (c1, c2) INCLUDE (c1, c3); --- --- Name: tbl_include_reg_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX tbl_include_reg_idx ON public.tbl_include_reg USING btree (c1, c2) INCLUDE (c3, c4); --- --- Name: tbl_include_unique1 tbl_include_unique1_c1_c2_c3_c4_key; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.tbl_include_unique1 - ADD CONSTRAINT tbl_include_unique1_c1_c2_c3_c4_key UNIQUE (c1, c2) INCLUDE (c3, c4); --- --- Name: tbl_include_unique1 tbl_include_unique1_idx_unique; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.tbl_include_unique1 - ADD CONSTRAINT tbl_include_unique1_idx_unique UNIQUE (c1, c2) INCLUDE (c3, c4); --- --- Name: tenk1_hundred; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX tenk1_hundred ON public.tenk1 USING btree (hundred); --- --- Name: tenk1_thous_tenthous; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX tenk1_thous_tenthous ON public.tenk1 USING btree (thousand, tenthous); --- --- Name: tenk1_unique1; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX tenk1_unique1 ON public.tenk1 USING btree (unique1); --- --- Name: tenk1_unique2; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX tenk1_unique2 ON public.tenk1 USING btree (unique2); --- --- Name: tenk2_hundred; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX tenk2_hundred ON public.tenk2 USING btree (hundred); --- --- Name: tenk2_unique1; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX tenk2_unique1 ON public.tenk2 USING btree (unique1); --- --- Name: tenk2_unique2; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX tenk2_unique2 ON public.tenk2 USING btree (unique2); --- --- Name: test_range_excl test_range_excl_room_during_excl; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.test_range_excl - ADD CONSTRAINT test_range_excl_room_during_excl EXCLUDE USING gist (room WITH =, during WITH &&); --- --- Name: test_range_excl test_range_excl_speaker_during_excl; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.test_range_excl - ADD CONSTRAINT test_range_excl_speaker_during_excl EXCLUDE USING gist (speaker WITH =, during WITH &&); --- --- Name: test_range_gist_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX test_range_gist_idx ON public.test_range_gist USING gist (ir); --- --- Name: test_range_spgist_idx; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX test_range_spgist_idx ON public.test_range_spgist USING spgist (ir); --- --- Name: textrange_test_btree; Type: INDEX; Schema: public; Owner: postgres --- -CREATE INDEX textrange_test_btree ON public.textrange_test USING btree (tr); --- --- Name: trigger_parted trigger_parted_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.trigger_parted - ADD CONSTRAINT trigger_parted_pkey PRIMARY KEY (a); --- --- Name: trigger_parted_p1 trigger_parted_p1_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.trigger_parted_p1 - ADD CONSTRAINT trigger_parted_p1_pkey PRIMARY KEY (a); --- --- Name: trigger_parted_p1_1 trigger_parted_p1_1_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.trigger_parted_p1_1 - ADD CONSTRAINT trigger_parted_p1_1_pkey PRIMARY KEY (a); --- --- Name: trigger_parted_p2 trigger_parted_p2_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.trigger_parted_p2 - ADD CONSTRAINT trigger_parted_p2_pkey PRIMARY KEY (a); --- --- Name: trigger_parted_p2_2 trigger_parted_p2_2_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.trigger_parted_p2_2 - ADD CONSTRAINT trigger_parted_p2_2_pkey PRIMARY KEY (a); --- --- Name: view_base_table view_base_table_pkey; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE ONLY public.view_base_table - ADD CONSTRAINT view_base_table_pkey PRIMARY KEY (key); --- --- Name: ne_check_tbl check_con; Type: CHECK CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE public.ne_check_tbl - ADD CONSTRAINT check_con CHECK ((x > 3)) NOT ENFORCED; --- --- Name: constr_parent2 constr_parent2_a_not_null; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE public.constr_parent2 - ADD CONSTRAINT constr_parent2_a_not_null NOT NULL a NOT VALID; --- --- Name: constr_parent constr_parent_a_not_null; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE public.constr_parent - ADD CONSTRAINT constr_parent_a_not_null NOT NULL a NOT VALID; --- --- Name: invalid_check_con inh_check_constraint; Type: CHECK CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE public.invalid_check_con - ADD CONSTRAINT inh_check_constraint CHECK ((f1 > 0)) NOT VALID; --- --- Name: insert_tbl ne_insert_tbl_con; Type: CHECK CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE public.insert_tbl - ADD CONSTRAINT ne_insert_tbl_con CHECK (((x + z) = 1)) NOT ENFORCED; --- --- Name: notnull_tbl1_upg nn; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE public.notnull_tbl1_upg - ADD CONSTRAINT nn NOT NULL a NOT VALID; --- --- Name: notnull_parent_upg nn; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE public.notnull_parent_upg - ADD CONSTRAINT nn NOT NULL a NOT VALID; --- --- Name: notnull_part1_upg notnull_con; Type: CONSTRAINT; Schema: public; Owner: postgres --- -ALTER TABLE public.notnull_part1_upg - ADD CONSTRAINT notnull_con NOT NULL a NOT VALID; --- --- Name: regress_constr_partition1_pkey; Type: INDEX ATTACH; Schema: public; Owner: postgres --- -ALTER INDEX public.regress_constr_partitioned_a_idx ATTACH PARTITION public.regress_constr_partition1_pkey; --- --- Name: trigger_parted_p1_1_pkey; Type: INDEX ATTACH; Schema: public; Owner: postgres --- -ALTER INDEX public.trigger_parted_p1_pkey ATTACH PARTITION public.trigger_parted_p1_1_pkey; --- --- Name: trigger_parted_p1_pkey; Type: INDEX ATTACH; Schema: public; Owner: postgres --- -ALTER INDEX public.trigger_parted_pkey ATTACH PARTITION public.trigger_parted_p1_pkey; --- --- Name: trigger_parted_p2_2_pkey; Type: INDEX ATTACH; Schema: public; Owner: postgres --- -ALTER INDEX public.trigger_parted_p2_pkey ATTACH PARTITION public.trigger_parted_p2_2_pkey; --- --- Name: trigger_parted_p2_pkey; Type: INDEX ATTACH; Schema: public; Owner: postgres --- -ALTER INDEX public.trigger_parted_pkey ATTACH PARTITION public.trigger_parted_p2_pkey; --- --- Name: key_dependent_view _RETURN; Type: RULE; Schema: public; Owner: postgres --- -CREATE OR REPLACE VIEW public.key_dependent_view AS - SELECT key, - data - FROM public.view_base_table - GROUP BY key; --- --- Name: key_dependent_view_no_cols _RETURN; Type: RULE; Schema: public; Owner: postgres --- -CREATE OR REPLACE VIEW public.key_dependent_view_no_cols AS - SELECT - FROM public.view_base_table - GROUP BY key - HAVING (length((data)::text) > 0); --- --- Name: trigger_parted aft_row; Type: TRIGGER; Schema: public; Owner: postgres --- -CREATE TRIGGER aft_row AFTER INSERT OR UPDATE ON public.trigger_parted FOR EACH ROW EXECUTE FUNCTION public.trigger_parted_trigfunc(); --- --- Name: trigger_parted_p2 aft_row; Type: TRIGGER; Schema: public; Owner: postgres --- -ALTER TABLE public.trigger_parted_p2 DISABLE TRIGGER aft_row; --- --- Name: trigger_parted_p2_2 aft_row; Type: TRIGGER; Schema: public; Owner: postgres --- -ALTER TABLE public.trigger_parted_p2_2 ENABLE ALWAYS TRIGGER aft_row; --- --- Name: main_table after_ins_stmt_trig; Type: TRIGGER; Schema: public; Owner: postgres --- -CREATE TRIGGER after_ins_stmt_trig AFTER INSERT ON public.main_table FOR EACH STATEMENT EXECUTE FUNCTION public.trigger_func('after_ins_stmt'); --- --- Name: main_table after_upd_a_b_row_trig; Type: TRIGGER; Schema: public; Owner: postgres --- -CREATE TRIGGER after_upd_a_b_row_trig AFTER UPDATE OF a, b ON public.main_table FOR EACH ROW EXECUTE FUNCTION public.trigger_func('after_upd_a_b_row'); --- --- Name: main_table after_upd_b_row_trig; Type: TRIGGER; Schema: public; Owner: postgres --- -CREATE TRIGGER after_upd_b_row_trig AFTER UPDATE OF b ON public.main_table FOR EACH ROW EXECUTE FUNCTION public.trigger_func('after_upd_b_row'); --- --- Name: main_table after_upd_b_stmt_trig; Type: TRIGGER; Schema: public; Owner: postgres --- -CREATE TRIGGER after_upd_b_stmt_trig AFTER UPDATE OF b ON public.main_table FOR EACH STATEMENT EXECUTE FUNCTION public.trigger_func('after_upd_b_stmt'); --- --- Name: main_table after_upd_stmt_trig; Type: TRIGGER; Schema: public; Owner: postgres --- -CREATE TRIGGER after_upd_stmt_trig AFTER UPDATE ON public.main_table FOR EACH STATEMENT EXECUTE FUNCTION public.trigger_func('after_upd_stmt'); --- --- Name: main_table before_ins_stmt_trig; Type: TRIGGER; Schema: public; Owner: postgres --- -CREATE TRIGGER before_ins_stmt_trig BEFORE INSERT ON public.main_table FOR EACH STATEMENT EXECUTE FUNCTION public.trigger_func('before_ins_stmt'); --- --- Name: main_table before_upd_a_stmt_trig; Type: TRIGGER; Schema: public; Owner: postgres --- -CREATE TRIGGER before_upd_a_stmt_trig BEFORE UPDATE OF a ON public.main_table FOR EACH STATEMENT EXECUTE FUNCTION public.trigger_func('before_upd_a_stmt'); --- --- Name: SCHEMA public; Type: ACL; Schema: -; Owner: pg_database_owner --- -REVOKE USAGE ON SCHEMA public FROM PUBLIC; -GRANT ALL ON SCHEMA public TO PUBLIC; --- --- Statistics for Name: botharrayidx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'botharrayidx', - 'relpages', '5'::integer, - 'reltuples', '103'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: bt_f8_index; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_f8_index', - 'relpages', '30'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: bt_i4_index; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_i4_index', - 'relpages', '30'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: bt_name_index; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_name_index', - 'relpages', '30'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: bt_txt_index; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'bt_txt_index', - 'relpages', '30'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: cnn_uq_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'cnn_uq_idx', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: dedup_unique; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'dedup_unique', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: dupindexcols_i; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'dupindexcols_i', - 'relpages', '52'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: emp1_expr_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'emp1_expr_idx', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: emp1_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'emp1_pkey', - 'relpages', '0'::integer, - 'reltuples', '-1'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: func_index_index; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'func_index_index', - 'relpages', '2'::integer, - 'reltuples', '4'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: gcircleind; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'gcircleind', - 'relpages', '1'::integer, - 'reltuples', '8'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: gin_relopts_test; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'gin_relopts_test', - 'relpages', '2'::integer, - 'reltuples', '103'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: gpolygonind; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'gpolygonind', - 'relpages', '1'::integer, - 'reltuples', '7'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: grect2ind; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'grect2ind', - 'relpages', '29'::integer, - 'reltuples', '3378'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: hash_f8_index; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_f8_index', - 'relpages', '66'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: hash_f8_index_1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_f8_index_1', - 'relpages', '30'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: hash_f8_index_2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_f8_index_2', - 'relpages', '41'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: hash_f8_index_3; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_f8_index_3', - 'relpages', '27'::integer, - 'reltuples', '8999'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: hash_i4_index; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_i4_index', - 'relpages', '66'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: hash_name_index; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_name_index', - 'relpages', '66'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: hash_txt_index; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'hash_txt_index', - 'relpages', '66'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: iix; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'iix', - 'relpages', '2'::integer, - 'reltuples', '479'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_cld2_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_cld2_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_cld3_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_cld3_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_lk2_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_lk2_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_lk3_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_lk3_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: notnull_tbl4_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'notnull_tbl4_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_exp_add_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_add_idx', - 'relpages', '2'::integer, - 'reltuples', '100'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_exp_div_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_div_idx', - 'relpages', '2'::integer, - 'reltuples', '100'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_exp_ln_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_ln_idx', - 'relpages', '2'::integer, - 'reltuples', '10'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_exp_log10_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_log10_idx', - 'relpages', '2'::integer, - 'reltuples', '10'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_exp_mul_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_mul_idx', - 'relpages', '2'::integer, - 'reltuples', '100'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_exp_power_10_ln_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_power_10_ln_idx', - 'relpages', '2'::integer, - 'reltuples', '10'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_exp_sqrt_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_sqrt_idx', - 'relpages', '2'::integer, - 'reltuples', '10'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: num_exp_sub_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'num_exp_sub_idx', - 'relpages', '2'::integer, - 'reltuples', '100'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: nummultirange_test_btree; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'nummultirange_test_btree', - 'relpages', '2'::integer, - 'reltuples', '11'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: numrange_test_btree; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'numrange_test_btree', - 'relpages', '2'::integer, - 'reltuples', '6'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: onek2_stu1_prtl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2_stu1_prtl', - 'relpages', '2'::integer, - 'reltuples', '39'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: onek2_u1_prtl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2_u1_prtl', - 'relpages', '2'::integer, - 'reltuples', '39'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: onek2_u2_prtl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek2_u2_prtl', - 'relpages', '2'::integer, - 'reltuples', '39'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: onek_hundred; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek_hundred', - 'relpages', '2'::integer, - 'reltuples', '1000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: onek_stringu1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek_stringu1', - 'relpages', '5'::integer, - 'reltuples', '1000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: onek_unique1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek_unique1', - 'relpages', '5'::integer, - 'reltuples', '1000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: onek_unique2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'onek_unique2', - 'relpages', '5'::integer, - 'reltuples', '1000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: persons2_name_key; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'persons2_name_key', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: persons2_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'persons2_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: persons3_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'persons3_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: plain_unique; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'plain_unique', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: pp1_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'pp1_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: quad_box_tbl_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'quad_box_tbl_idx', - 'relpages', '112'::integer, - 'reltuples', '11005'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: quad_poly_tbl_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'quad_poly_tbl_idx', - 'relpages', '97'::integer, - 'reltuples', '11003'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: regress_constr_partition1_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'regress_constr_partition1_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: regress_constr_partitioned_a_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'regress_constr_partitioned_a_idx', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: rix; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'rix', - 'relpages', '26'::integer, - 'reltuples', '5124'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: six; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'six', - 'relpages', '2'::integer, - 'reltuples', '77'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sj_a_key; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj_a_key', - 'relpages', '2'::integer, - 'reltuples', '3'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sj_c_key; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj_c_key', - 'relpages', '2'::integer, - 'reltuples', '3'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sj_t2_id_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj_t2_id_idx', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sj_t3_a_id_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sj_t3_a_id_idx', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sk_a_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sk_a_idx', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sl_a_b_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sl_a_b_idx', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sp_kd_ind; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sp_kd_ind', - 'relpages', '97'::integer, - 'reltuples', '11003'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sp_quad_ind; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sp_quad_ind', - 'relpages', '72'::integer, - 'reltuples', '11003'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: sp_radix_ind; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'sp_radix_ind', - 'relpages', '58'::integer, - 'reltuples', '6251'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Name: tableam_tblmv_heap2; Type: MATERIALIZED VIEW DATA; Schema: public; Owner: postgres --- -REFRESH MATERIALIZED VIEW public.tableam_tblmv_heap2; --- --- Statistics for Name: tableam_tblmv_heap2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tableam_tblmv_heap2', - 'relpages', '1'::integer, - 'reltuples', '1'::real, - 'relallvisible', '1'::integer, - 'relallfrozen', '1'::integer -); --- --- Statistics for Name: tbl_include_box_idx_unique; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_box_idx_unique', - 'relpages', '2'::integer, - 'reltuples', '10'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_pk_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_pk_pkey', - 'relpages', '2'::integer, - 'reltuples', '10'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_reg_c1_c2_c11_c3_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_reg_c1_c2_c11_c3_idx', - 'relpages', '2'::integer, - 'reltuples', '10'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_reg_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_reg_idx', - 'relpages', '2'::integer, - 'reltuples', '10'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_unique1_c1_c2_c3_c4_key; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_unique1_c1_c2_c3_c4_key', - 'relpages', '2'::integer, - 'reltuples', '10'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tbl_include_unique1_idx_unique; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tbl_include_unique1_idx_unique', - 'relpages', '2'::integer, - 'reltuples', '10'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tenk1_hundred; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1_hundred', - 'relpages', '11'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tenk1_thous_tenthous; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1_thous_tenthous', - 'relpages', '30'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tenk1_unique1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1_unique1', - 'relpages', '30'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tenk1_unique2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk1_unique2', - 'relpages', '30'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tenk2_hundred; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2_hundred', - 'relpages', '11'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tenk2_unique1; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2_unique1', - 'relpages', '30'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: tenk2_unique2; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'tenk2_unique2', - 'relpages', '30'::integer, - 'reltuples', '10000'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: test_range_excl_room_during_excl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'test_range_excl_room_during_excl', - 'relpages', '1'::integer, - 'reltuples', '3'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: test_range_excl_speaker_during_excl; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'test_range_excl_speaker_during_excl', - 'relpages', '1'::integer, - 'reltuples', '3'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: test_range_gist_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'test_range_gist_idx', - 'relpages', '29'::integer, - 'reltuples', '6200'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: test_range_spgist_idx; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'test_range_spgist_idx', - 'relpages', '43'::integer, - 'reltuples', '6200'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: textrange_test_btree; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'textrange_test_btree', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: trigger_parted_p1_1_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'trigger_parted_p1_1_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: trigger_parted_p1_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'trigger_parted_p1_pkey', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: trigger_parted_p2_2_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'trigger_parted_p2_2_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: trigger_parted_p2_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'trigger_parted_p2_pkey', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: trigger_parted_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'trigger_parted_pkey', - 'relpages', '0'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- Statistics for Name: view_base_table_pkey; Type: STATISTICS DATA; Schema: public; Owner: - --- -SELECT * FROM pg_catalog.pg_restore_relation_stats( 'version', '000000'::integer, - 'schemaname', 'public', - 'relname', 'view_base_table_pkey', - 'relpages', '1'::integer, - 'reltuples', '0'::real, - 'relallvisible', '0'::integer, - 'relallfrozen', '0'::integer -); --- --- PostgreSQL database dump complete --- --- --- Database "regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ" dump --- --- --- PostgreSQL database dump --- --- Dumped by pg_dump version 18beta1 -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; --- --- Name: regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ; Type: DATABASE; Schema: -; Owner: postgres --- -CREATE DATABASE "regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ" WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE_PROVIDER = builtin LOCALE = 'C' BUILTIN_LOCALE = 'C.UTF-8'; -ALTER DATABASE "regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ" OWNER TO postgres; -\encoding SQL_ASCII -\connect -reuse-previous=on "dbname='regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ'" -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; --- --- PostgreSQL database dump complete --- --- --- Database "regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~" dump --- --- --- PostgreSQL database dump --- --- Dumped by pg_dump version 18beta1 -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; --- --- Name: regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~; Type: DATABASE; Schema: -; Owner: postgres --- -CREATE DATABASE "regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~" WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE_PROVIDER = builtin LOCALE = 'C' BUILTIN_LOCALE = 'C.UTF-8'; -ALTER DATABASE "regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~" OWNER TO postgres; -\encoding SQL_ASCII -\connect -reuse-previous=on "dbname='regression[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~'" -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; --- --- PostgreSQL database dump complete --- --- --- Database "regression\"\  !"#$%&'()*+,-\\"\\\" dump --- --- --- PostgreSQL database dump --- --- Dumped by pg_dump version 18beta1 -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; -SET standard_conforming_strings = on; -SELECT pg_catalog.set_config('search_path', '', false); -SET check_function_bodies = false; -SET xmloption = content; -SET client_min_messages = warning; -SET row_security = off; --- --- Name: regression\"\  !"#$%&'()*+,-\\"\\\; Type: DATABASE; Schema: -; Owner: postgres --- -CREATE DATABASE "regression\""\  !""#$%&'()*+,-\\""\\\" WITH TEMPLATE = template0 ENCODING = 'UTF8' LOCALE_PROVIDER = builtin LOCALE = 'C' BUILTIN_LOCALE = 'C.UTF-8'; -ALTER DATABASE "regression\""\  !""#$%&'()*+,-\\""\\\" OWNER TO postgres; -\encoding SQL_ASCII -\connect -reuse-previous=on "dbname='regression\\""\\  !""#$%&\'()*+,-\\\\""\\\\\\'" -SET statement_timeout = 0; -SET lock_timeout = 0; -SET idle_in_transaction_session_timeout = 0; -SET transaction_timeout = 0; -SET client_encoding = 'UTF8'; +SET client_encoding = 'SQL_ASCII'; SET standard_conforming_strings = on; SELECT pg_catalog.set_config('search_path', '', false); SET check_function_bodies = false;=== stderr === === EOF === [19:33:09.898](0.304s) 1..22 ### Stopping node "new_node" using mode immediate # Running: pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata --mode immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "new_node" ### Stopping node "dst_node" using mode immediate # Running: pg_ctl --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_dst_node_data/pgdata --mode immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "dst_node" [19:33:10.144](0.246s) # Looks like you failed 7 tests of 22.